reactjs-tiptap-editor 0.2.2 → 0.2.4
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-B4ASZID5.cjs +138 -0
- package/lib/{RichTextEditor-S3oDQ7DG.js → RichTextEditor-yL5SRS_H.js} +675 -684
- package/lib/extension-bundle.cjs +2 -2
- package/lib/extension-bundle.d.cts +42 -42
- package/lib/extension-bundle.d.ts +42 -42
- package/lib/extension-bundle.js +578 -601
- package/lib/{index-BEUeIQfa.js → index-BUxFK1y_.js} +1 -1
- package/lib/{index-CvbViqY1.cjs → index-DGpT32KX.cjs} +1 -1
- package/lib/index.cjs +1 -1
- package/lib/index.d.cts +42 -42
- package/lib/index.d.ts +42 -42
- package/lib/index.js +2 -2
- package/lib/locale-bundle.cjs +1 -1
- package/lib/locale-bundle.d.cts +42 -42
- package/lib/locale-bundle.d.ts +42 -42
- package/lib/locale-bundle.js +1 -1
- package/lib/{tiptap-CYz8BQhm.cjs → tiptap-BhYF9Ndj.cjs} +1 -1
- package/lib/{tiptap-B9VypLMv.js → tiptap-DXj1s_xP.js} +1 -1
- package/lib/vendor-DIvoV5tx.js +41663 -0
- package/lib/vendor-Dp07eU0H.cjs +266 -0
- package/package.json +1 -5
- package/lib/RichTextEditor-BNLeCZNj.cjs +0 -138
- package/lib/vendor-BeclCw8p.js +0 -60431
- package/lib/vendor-CwNzD6m_.cjs +0 -457
package/lib/vendor-CwNzD6m_.cjs
DELETED
|
@@ -1,457 +0,0 @@
|
|
|
1
|
-
"use strict";const En=require("react"),Ag=require("react-dom"),Ye=require("react/jsx-runtime");function So(n){this.content=n}So.prototype={constructor:So,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 So(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 So(t)},addToStart:function(n,e){return new So([n,e].concat(this.remove(n).content))},addToEnd:function(n,e){var t=this.remove(n).content.slice();return t.push(n,e),new So(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 So(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=So.from(n),n.size?new So(n.content.concat(this.subtract(n).content)):this},append:function(n){return n=So.from(n),n.size?new So(this.subtract(n).content.concat(n.content)):this},subtract:function(n){var e=this;n=So.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}};So.from=function(n){if(n instanceof So)return n;var e=[];if(n)for(var t in n)e.push(t,n[t]);return new So(e)};function B3(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=B3(i.content,o.content,t+1);if(a!=null)return a}t+=i.nodeSize}}function L3(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,u=Math.min(a.text.length,s.text.length);for(;c<u&&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=L3(a.content,s.content,t-1,r-1);if(c)return c}t-=l,r-=l}}class dt{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 u=s+1;l.nodesBetween(Math.max(0,e-u),Math.min(l.content.size,t-u),r,i+u)}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 dt(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 dt(r,i)}cutByIndex(e,t){return e==t?dt.empty:e==0&&t==this.content.length?this:new dt(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 dt(i,o)}addToStart(e){return new dt([e].concat(this.content),this.size+e.nodeSize)}addToEnd(e){return new dt(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 B3(this,e,t)}findDiffEnd(e,t=this.size,r=e.size){return L3(this,e,t,r)}findIndex(e,t=-1){if(e==0)return zg(0,e);if(e==this.size)return zg(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?zg(r+1,a):zg(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 dt.empty;if(!Array.isArray(t))throw new RangeError("Invalid input for Fragment.fromJSON");return new dt(t.map(e.nodeFromJSON))}static fromArray(e){if(!e.length)return dt.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 dt(t||e,r)}static from(e){if(!e)return dt.empty;if(e instanceof dt)return e;if(Array.isArray(e))return this.fromArray(e);if(e.attrs)return new dt([e],e.nodeSize);throw new RangeError("Can not convert "+e+" to a Fragment"+(e.nodesBetween?" (looks like multiple versions of prosemirror-model were loaded)":""))}}dt.empty=new dt([],0);const Qm={index:0,offset:0};function zg(n,e){return Qm.index=n,Qm.offset=e,Qm}function tb(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(!tb(n[r],e[r]))return!1}else{for(let r in n)if(!(r in e)||!tb(n[r],e[r]))return!1;for(let r in e)if(!(r in n))return!1}return!0}class Kn{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&&tb(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 Kn.none;if(e instanceof Kn)return[e];let t=e.slice();return t.sort((r,i)=>r.type.rank-i.type.rank),t}}Kn.none=[];class nb 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=z3(this.content,e+this.openStart,t);return r&&new Ct(r,this.openStart,this.openEnd)}removeBetween(e,t){return new Ct(W3(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(dt.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(dt.empty,0,0);function W3(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(W3(o.content,e-i-1,t-i-1)))}function z3(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=z3(a.content,e-o-1,t);return s&&n.replaceChild(i,a.copy(s))}function _O(n,e,t){if(t.openStart>n.depth)throw new nb("Inserted content deeper than insertion position");if(n.depth-t.openStart!=e.depth-t.openEnd)throw new nb("Inconsistent open depths");return H3(n,e,t,0)}function H3(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=H3(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}=SO(t,n);return Qd(o,G3(n,a,s,e,r))}else return Qd(o,rb(n,e,r))}function V3(n,e){if(!e.type.compatibleContent(n.type))throw new nb("Cannot join "+e.type.name+" onto "+n.type.name)}function M2(n,e,t){let r=n.node(t);return V3(r,e.node(t)),r}function Kd(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 zp(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&&(Kd(n.nodeAfter,r),o++));for(let s=o;s<a;s++)Kd(i.child(s),r);e&&e.depth==t&&e.textOffset&&Kd(e.nodeBefore,r)}function Qd(n,e){return n.type.checkContent(e),n.copy(e)}function G3(n,e,t,r,i){let o=n.depth>i&&M2(n,e,i+1),a=r.depth>i&&M2(t,r,i+1),s=[];return zp(null,n,i,s),o&&a&&e.index(i)==t.index(i)?(V3(o,a),Kd(Qd(o,G3(n,e,t,r,i+1)),s)):(o&&Kd(Qd(o,rb(n,e,i+1)),s),zp(e,t,i,s),a&&Kd(Qd(a,rb(t,r,i+1)),s)),zp(r,null,i,s),new dt(s)}function rb(n,e,t){let r=[];if(zp(null,n,t,r),n.depth>t){let i=M2(n,e,t+1);Kd(Qd(i,rb(n,e,t+1)),r)}return zp(e,null,t,r),new dt(r)}function SO(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(dt.from(i));return{start:i.resolveNoCache(n.openStart+t),end:i.resolveNoCache(i.content.size-n.openEnd-t)}}class $p{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 Kn.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 eg(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 $p(t,r,o)}static resolveCached(e,t){let r=$D.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 $D.set(e,r=new AO);let i=r.elts[r.i]=$p.resolve(e,t);return r.i=(r.i+1)%kO,i}}class AO{constructor(){this.elts=[],this.i=0}}const kO=12,$D=new WeakMap;class eg{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 RO=Object.create(null);class zc{constructor(e,t,r,i=Kn.none){this.type=e,this.attrs=t,this.marks=i,this.content=r||dt.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&&tb(this.attrs,t||e.defaultAttrs||RO)&&Kn.sameSet(this.marks,r||Kn.none)}copy(e=null){return e==this.content?this:new zc(this.type,this.attrs,e,this.marks)}mark(e){return e==this.marks?this:new zc(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 _O(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 $p.resolveCached(this,e)}resolveNoCache(e){return $p.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()+")"),X3(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=dt.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=Kn.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(!Kn.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=dt.fromJSON(e,t.content),o=e.nodeType(t.type).create(t.attrs,i,r);return o.type.checkAttrs(o.attrs),o}}zc.prototype.text=void 0;class ib extends zc{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):X3(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 ib(this.type,this.attrs,this.text,e)}withText(e){return e==this.text?this:new ib(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 X3(n,e){for(let t=n.length-1;t>=0;t--)e=n[t].type.name+"("+e+")";return e}class th{constructor(e){this.validEnd=e,this.next=[],this.wrapCache=[]}static parse(e,t){let r=new UO(e,t);if(r.next==null)return th.empty;let i=Y3(r);r.next&&r.err("Unexpected trailing text");let o=BO(NO(i));return LO(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 dt.from(s.map(c=>c.createAndFill()));for(let c=0;c<a.next.length;c++){let{type:u,next:f}=a.next[c];if(!(u.isText||u.hasRequiredAttrs())&&i.indexOf(f)==-1){i.push(f);let h=o(f,s.concat(u));if(h)return h}}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
|
-
`)}}th.empty=new th(!0);class UO{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 Y3(n){let e=[];do e.push(FO(n));while(n.eat("|"));return e.length==1?e[0]:{type:"choice",exprs:e}}function FO(n){let e=[];do e.push(OO(n));while(n.next&&n.next!=")"&&n.next!="|");return e.length==1?e[0]:{type:"seq",exprs:e}}function OO(n){let e=PO(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=IO(n,e);else break;return e}function eT(n){/\D/.test(n.next)&&n.err("Expected number, got '"+n.next+"'");let e=Number(n.next);return n.pos++,e}function IO(n,e){let t=eT(n),r=t;return n.eat(",")&&(n.next!="}"?r=eT(n):r=-1),n.eat("}")||n.err("Unclosed braced range"),{type:"range",min:t,max:r,expr:e}}function MO(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 PO(n){if(n.eat("(")){let e=Y3(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=MO(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 NO(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 u=t();i(o(a.expr,l),u),l=u}if(a.max==-1)i(o(a.expr,l),l);else for(let c=a.min;c<a.max;c++){let u=t();r(l,u),i(o(a.expr,l),u),l=u}return[r(l)]}else{if(a.type=="name")return[r(s,void 0,a.value)];throw new Error("Unknown expr type")}}}}function Z3(n,e){return e-n}function tT(n,e){let t=[];return r(e),t.sort(Z3);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 BO(n){let e=Object.create(null);return t(tT(n,0));function t(r){let i=[];r.forEach(a=>{n[a].forEach(({term:s,to:l})=>{if(!s)return;let c;for(let u=0;u<i.length;u++)i[u][0]==s&&(c=i[u][1]);tT(n,l).forEach(u=>{c||i.push([s,c=[]]),c.indexOf(u)==-1&&c.push(u)})})});let o=e[r.join(",")]=new th(r.indexOf(n.length-1)>-1);for(let a=0;a<i.length;a++){let s=i[a][1].sort(Z3);o.next.push({type:i[a][0],next:e[s.join(",")]||t(s)})}return o}}function LO(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 J3(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 K3(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 q3(n,e){let t=Object.create(null);if(e)for(let r in e)t[r]=new zO(n,r,e[r]);return t}let nT=class j3{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=q3(e,r.attrs),this.defaultAttrs=J3(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==th.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:K3(this.attrs,e)}create(e=null,t,r){if(this.isText)throw new Error("NodeType.create can't construct text nodes");return new zc(this,this.computeAttrs(e),dt.from(t),Kn.setFrom(r))}createChecked(e=null,t,r){return t=dt.from(t),this.checkContent(t),new zc(this,this.computeAttrs(e),t,Kn.setFrom(r))}createAndFill(e=null,t,r){if(e=this.computeAttrs(e),t=dt.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(dt.empty,!0);return o?new zc(this,e,t.append(o),Kn.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:Kn.none:e}static compile(e,t){let r=Object.create(null);e.forEach((o,a)=>r[o]=new j3(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 WO(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 zO{constructor(e,t,r){this.hasDefault=Object.prototype.hasOwnProperty.call(r,"default"),this.default=r.default,this.validate=typeof r.validate=="string"?WO(e,t,r.validate):r.validate}get isRequired(){return!this.hasDefault}}class jb{constructor(e,t,r,i){this.name=e,this.rank=t,this.schema=r,this.spec=i,this.attrs=q3(e,i.attrs),this.excluded=null;let o=J3(this.attrs);this.instance=o?new Kn(this,o):null}create(e=null){return!e&&this.instance?this.instance:new Kn(this,K3(this.attrs,e))}static compile(e,t){let r=Object.create(null),i=0;return e.forEach((o,a)=>r[o]=new jb(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 HO{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=So.from(e.nodes),t.marks=So.from(e.marks||{}),this.nodes=nT.compile(this.spec.nodes,this),this.marks=jb.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]=th.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?rT(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==""?[]:rT(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 nT){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 ib(r,r.defaultAttrs,e,Kn.setFrom(t))}mark(e,t){return typeof e=="string"&&(e=this.marks[e]),e.create(t)}nodeFromJSON(e){return zc.fromJSON(this,e)}markFromJSON(e){return Kn.fromJSON(this,e)}nodeType(e){let t=this.nodes[e];if(!t)throw new RangeError("Unknown node type: "+e);return t}}function rT(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 VO(n){return n.tag!=null}function GO(n){return n.style!=null}let Lx=class P2{constructor(e,t){this.schema=e,this.rules=t,this.tags=[],this.styles=[];let r=this.matchedStyles=[];t.forEach(i=>{if(VO(i))this.tags.push(i);else if(GO(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 oT(this,t,!1);return r.addAll(e,Kn.none,t.from,t.to),r.finish()}parseSlice(e,t={}){let r=new oT(this,t,!0);return r.addAll(e,Kn.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(ZO(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=aT(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=aT(a)),a.node||a.ignore||a.mark||(a.node=i)})}return t}static fromSchema(e){return e.cached.domParser||(e.cached.domParser=new P2(e,P2.schemaRules(e)))}};const $3={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},XO={head:!0,noscript:!0,object:!0,script:!0,style:!0,title:!0},ek={ol:!0,ul:!0},tg=1,N2=2,Dy=4;function iT(n,e,t){return e!=null?(e?tg:0)|(e==="full"?N2:0):n&&n.whitespace=="pre"?tg|N2:t&-5}class Hg{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=Kn.none,this.match=o||(a&Dy?null:e.contentMatch)}findWrapping(e){if(!this.match){if(!this.type)return[];let t=this.type.contentMatch.fillBefore(dt.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&tg)){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=dt.from(this.content);return!e&&this.match&&(t=t.append(this.match.fillBefore(dt.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&&!$3.hasOwnProperty(e.parentNode.nodeName.toLowerCase())}}class oT{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=iT(null,t.preserveWhitespace,0)|(r?Dy:0);i?o=new Hg(i.type,i.attrs,Kn.none,!0,t.topMatch||i.type.contentMatch,a):r?o=new Hg(null,null,Kn.none,!0,null,a):o=new Hg(e.schema.topNodeType,null,Kn.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&N2?"full":this.localPreserveWS||(i.options&tg)>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;ek.hasOwnProperty(a)&&this.parser.normalizeLists&&YO(e);let l=this.options.ruleFromNode&&this.options.ruleFromNode(e)||(s=this.parser.matchTag(e,this,r));e:if(l?l.ignore:XO.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,u=this.needsBlock;if($3.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 f=l&&l.skip?t:this.readStyles(e,t);f&&this.addAll(e,f),c&&this.sync(o),this.needsBlock=u}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=Kn.none;for(let a of r.concat(e.marks))(i.type?i.type.allowsMarkType(a.type):sT(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=iT(e,o,a.options);a.options&Dy&&a.content.length==0&&(s|=Dy);let l=Kn.none;return r=r.filter(c=>(a.type?a.type.allowsMarkType(c.type):sT(c.type,e))?(l=c.addToSet(l),!1):!0),this.nodes.push(new Hg(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|=tg)}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 u=l>0||l==0&&i?this.nodes[l].type:r&&l>=o?r.node(l-o).type:null;if(!u||u.name!=c&&!u.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 YO(n){for(let e=n.firstChild,t=null;e;e=e.nextSibling){let r=e.nodeType==1?e.nodeName.toLowerCase():null;r&&ek.hasOwnProperty(r)&&t?(t.appendChild(e),e=t):r=="li"?t=e:r&&(t=null)}}function ZO(n,e){return(n.matches||n.msMatchesSelector||n.webkitMatchesSelector||n.mozMatchesSelector).call(n,e)}function aT(n){let e={};for(let t in n)e[t]=n[t];return e}function sT(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:u}=s.edge(l);if(c==e||o.indexOf(u)<0&&a(u))return!0}};if(a(i.contentMatch))return!0}}class lh{constructor(e,t){this.nodes=e,this.marks=t}serializeFragment(e,t={},r){r||(r=qm(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++],u=this.serializeMark(c,a.isInline,t);u&&(o.push([c,i]),i.appendChild(u.dom),i=u.contentDOM||u.dom)}}i.appendChild(this.serializeNodeInner(a,t))}),r}serializeNodeInner(e,t){let{dom:r,contentDOM:i}=Ty(qm(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&&Ty(qm(r),i(e,t),null,e.attrs)}static renderSpec(e,t,r=null,i){return Ty(e,t,r,i)}static fromSchema(e){return e.cached.domSerializer||(e.cached.domSerializer=new lh(this.nodesFromSchema(e),this.marksFromSchema(e)))}static nodesFromSchema(e){let t=lT(e.nodes);return t.text||(t.text=r=>r.text),t}static marksFromSchema(e){return lT(e.marks)}}function lT(n){let e={};for(let t in n){let r=n[t].spec.toDOM;r&&(e[t]=r)}return e}function qm(n){return n.document||window.document}const cT=new WeakMap;function JO(n){let e=cT.get(n);return e===void 0&&cT.set(n,e=KO(n)),e}function KO(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 Ty(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=JO(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],u=1;if(c&&typeof c=="object"&&c.nodeType==null&&!Array.isArray(c)){u=2;for(let f in c)if(c[f]!=null){let h=f.indexOf(" ");h>0?l.setAttributeNS(f.slice(0,h),f.slice(h+1),c[f]):l.setAttribute(f,c[f])}}for(let f=u;f<e.length;f++){let h=e[f];if(h===0){if(f<e.length-1||f>u)throw new RangeError("Content hole must be the only child of its parent node");return{dom:l,contentDOM:l}}else{let{dom:d,contentDOM:y}=Ty(n,h,t,r);if(l.appendChild(d),y){if(s)throw new RangeError("Multiple content holes");s=y}}}return{dom:l,contentDOM:s}}const tk=65535,nk=Math.pow(2,16);function QO(n,e){return n+e*nk}function uT(n){return n&tk}function qO(n){return(n-(n&tk))/nk}const rk=1,ik=2,Ey=4,ok=8;class B2{constructor(e,t,r){this.pos=e,this.delInfo=t,this.recover=r}get deleted(){return(this.delInfo&ok)>0}get deletedBefore(){return(this.delInfo&(rk|Ey))>0}get deletedAfter(){return(this.delInfo&(ik|Ey))>0}get deletedAcross(){return(this.delInfo&Ey)>0}}class Ys{constructor(e,t=!1){if(this.ranges=e,this.inverted=t,!e.length&&Ys.empty)return Ys.empty}recover(e){let t=0,r=uT(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+qO(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],u=this.ranges[s+a],f=l+c;if(e<=f){let h=c?e==l?-1:e==f?1:t:t,d=l+i+(h<0?0:u);if(r)return d;let y=e==(t<0?l:f)?null:QO(s/3,e-l),w=e==l?ik:e==f?rk:Ey;return(t<0?e!=l:e!=f)&&(w|=ok),new B2(d,w,y)}i+=u-c}return r?e+i:new B2(e+i,0,null)}touches(e,t){let r=0,i=uT(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],u=l+c;if(e<=u&&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],u=this.ranges[i+r];e(s,s+c,l,l+u),o+=u-c}}invert(){return new Ys(this.ranges,!this.inverted)}toString(){return(this.inverted?"-":"")+JSON.stringify(this.ranges)}static offset(e){return e==0?Ys.empty:new Ys(e<0?[0,-e,0]:[0,0,e])}}Ys.empty=new Ys([]);class Oh{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 Oh(this.maps,this.mirror,e,t)}copy(){return new Oh(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 Oh;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 B2(e,i,null)}}const jm=Object.create(null);class na{getMap(){return Ys.empty}merge(e){return null}static fromJSON(e,t){if(!t||!t.stepType)throw new RangeError("Invalid input for Step.fromJSON");let r=jm[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 jm)throw new RangeError("Duplicate use of step JSON ID "+e);return jm[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 nb)return Di.fail(o.message);throw o}}}function Wx(n,e,t){let r=[];for(let i=0;i<n.childCount;i++){let o=n.child(i);o.content.size&&(o=o.copy(Wx(o.content,e,o))),o.isInline&&(o=e(o,t,i)),r.push(o)}return dt.fromArray(r)}class nd 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(Wx(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 Eu(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 nd(t.pos,r.pos,this.mark)}merge(e){return e instanceof nd&&e.mark.eq(this.mark)&&this.from<=e.to&&this.to>=e.from?new nd(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 nd(t.from,t.to,e.markFromJSON(t.mark))}}na.jsonID("addMark",nd);class Eu 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(Wx(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 nd(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 Eu(t.pos,r.pos,this.mark)}merge(e){return e instanceof Eu&&e.mark.eq(this.mark)&&this.from<=e.to&&this.to>=e.from?new Eu(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 Eu(t.from,t.to,e.markFromJSON(t.mark))}}na.jsonID("removeMark",Eu);class rd 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(dt.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 rd(this.pos,t.marks[i]);return new rd(this.pos,this.mark)}}return new Hh(this.pos,this.mark)}map(e){let t=e.mapResult(this.pos,1);return t.deletedAfter?null:new rd(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 rd(t.pos,e.markFromJSON(t.mark))}}na.jsonID("addNodeMark",rd);class Hh 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(dt.from(r),0,t.isLeaf?0:1))}invert(e){let t=e.nodeAt(this.pos);return!t||!this.mark.isInSet(t.marks)?this:new rd(this.pos,this.mark)}map(e){let t=e.mapResult(this.pos,1);return t.deletedAfter?null:new Hh(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 Hh(t.pos,e.markFromJSON(t.mark))}}na.jsonID("removeNodeMark",Hh);class io 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&&L2(e,this.from,this.to)?Di.fail("Structure replace would overwrite content"):Di.fromReplace(e,this.from,this.to,this.slice)}getMap(){return new Ys([this.from,this.to-this.from,this.slice.size])}invert(e){return new io(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 io(t.pos,Math.max(t.pos,r.pos),this.slice)}merge(e){if(!(e instanceof io)||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 io(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 io(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 io(t.from,t.to,Ct.fromJSON(e,t.slice),!!t.structure)}}na.jsonID("replace",io);class oo 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&&(L2(e,this.from,this.gapFrom)||L2(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 Ys([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 oo(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 oo(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 oo(t.from,t.to,t.gapFrom,t.gapTo,Ct.fromJSON(e,t.slice),t.insert,!!t.structure)}}na.jsonID("replaceAround",oo);function L2(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 jO(n,e,t,r){let i=[],o=[],a,s;n.doc.nodesBetween(e,t,(l,c,u)=>{if(!l.isInline)return;let f=l.marks;if(!r.isInSet(f)&&u.type.allowsMarkType(r.type)){let h=Math.max(c,e),d=Math.min(c+l.nodeSize,t),y=r.addToSet(f);for(let w=0;w<f.length;w++)f[w].isInSet(y)||(a&&a.to==h&&a.mark.eq(f[w])?a.to=d:i.push(a=new Eu(h,d,f[w])));s&&s.to==h?s.to=d:o.push(s=new nd(h,d,r))}}),i.forEach(l=>n.step(l)),o.forEach(l=>n.step(l))}function $O(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 jb){let c=a.marks,u;for(;u=r.isInSet(c);)(l||(l=[])).push(u),c=u.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 u=0;u<l.length;u++){let f=l[u],h;for(let d=0;d<i.length;d++){let y=i[d];y.step==o-1&&f.eq(i[d].style)&&(h=y)}h?(h.to=c,h.step=o):i.push({style:f,from:Math.max(s,e),to:c,step:o})}}}),i.forEach(a=>n.step(new Eu(a.from,a.to,a.style)))}function zx(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),u=s+c.nodeSize,f=r.matchType(c.type);if(!f)a.push(new io(s,u,Ct.empty));else{r=f;for(let h=0;h<c.marks.length;h++)t.allowsMarkType(c.marks[h].type)||n.step(new Eu(s,u,c.marks[h]));if(i&&c.isText&&t.whitespace!="pre"){let h,d=/\r?\n|\r/g,y;for(;h=d.exec(c.text);)y||(y=new Ct(dt.from(t.schema.text(" ",t.allowedMarks(c.marks))),0,0)),a.push(new io(s+h.index,s+h.index+h[0].length,y))}}s=u}if(!r.validEnd){let l=r.fillBefore(dt.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 e8(n,e,t){return(e==0||n.canReplace(e,n.childCount))&&(t==n.childCount||n.canReplace(0,t))}function ep(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||!e8(i,o,a))break}return null}function t8(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,u=dt.empty,f=0;for(let y=o,w=!1;y>t;y--)w||r.index(y)>0?(w=!0,u=dt.from(r.node(y).copy(u)),f++):l--;let h=dt.empty,d=0;for(let y=o,w=!1;y>t;y--)w||i.after(y+1)<i.end(y)?(w=!0,h=dt.from(i.node(y).copy(h)),d++):c++;n.step(new oo(l,c,a,s,new Ct(u.append(h),f,d),u.size-f,!0))}function Hx(n,e,t=null,r=n){let i=n8(n,e),o=i&&r8(r,e);return o?i.map(fT).concat({type:e,attrs:t}).concat(o.map(fT)):null}function fT(n){return{type:n,attrs:null}}function n8(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 r8(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 i8(n,e,t){let r=dt.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=dt.from(t[a].type.create(t[a].attrs,r))}let i=e.start,o=e.end;n.step(new oo(i,o,i,o,new Ct(r,0,0),t.length,!0))}function o8(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)&&a8(n.doc,n.mapping.slice(o).map(s),r)){let c=null;if(r.schema.linebreakReplacement){let d=r.whitespace=="pre",y=!!r.contentMatch.matchType(r.schema.linebreakReplacement);d&&!y?c=!1:!d&&y&&(c=!0)}c===!1&&sk(n,a,s,o),zx(n,n.mapping.slice(o).map(s,1),r,void 0,c===null);let u=n.mapping.slice(o),f=u.map(s,1),h=u.map(s+a.nodeSize,1);return n.step(new oo(f,h,f+1,h-1,new Ct(dt.from(r.create(l,null,a.marks)),0,0),1,!0)),c===!0&&ak(n,a,s,o),!1}})}function ak(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 sk(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 a8(n,e,t){let r=n.resolve(e),i=r.index();return r.parent.canReplaceWith(i,i+1,t)}function s8(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 oo(e,e+o.nodeSize,e+1,e+o.nodeSize-1,new Ct(dt.from(a),0,0),1,!0))}function Ih(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,u=t-2;c>o;c--,u--){let f=i.node(c),h=i.index(c);if(f.type.spec.isolating)return!1;let d=f.content.cutByIndex(h,f.childCount),y=r&&r[u+1];y&&(d=d.replaceChild(0,y.type.create(y.attrs)));let w=r&&r[u]||f;if(!f.canReplace(h+1,f.childCount)||!w.type.validContent(d))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 l8(n,e,t=1,r){let i=n.doc.resolve(e),o=dt.empty,a=dt.empty;for(let s=i.depth,l=i.depth-t,c=t-1;s>l;s--,c--){o=dt.from(i.node(s).copy(o));let u=r&&r[c];a=dt.from(u?u.type.create(u.attrs,a):i.node(s).copy(a))}n.step(new io(e,e,new Ct(o.append(a),t,t),!0))}function tp(n,e){let t=n.resolve(e),r=t.index();return lk(t.nodeBefore,t.nodeAfter)&&t.parent.canReplace(r,r+1)}function c8(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 lk(n,e){return!!(n&&e&&!n.isLeaf&&c8(n,e))}function Vx(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&&lk(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 u8(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 u=a.whitespace=="pre",f=!!a.contentMatch.matchType(i);u&&!f?r=!1:!u&&f&&(r=!0)}let s=n.steps.length;if(r===!1){let u=n.doc.resolve(e+t);sk(n,u.node(),u.before(),s)}a.inlineContent&&zx(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 io(c,l.map(e+t,-1),Ct.empty,!0)),r===!0){let u=n.doc.resolve(c);ak(n,u.node(),u.before(),n.steps.length)}return n}function f8(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 ck(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),u=!1;if(o==1)u=c.canReplace(l,l,i);else{let f=c.contentMatchAt(l).findWrapping(i.firstChild.type);u=f&&c.canReplaceWith(l,l,f[0])}if(u)return s==0?r.pos:s<0?r.before(a+1):r.after(a+1)}return null}function $b(n,e,t=e,r=Ct.empty){if(e==t&&!r.size)return null;let i=n.resolve(e),o=n.resolve(t);return uk(i,o,r)?new io(e,t,r):new d8(i,o,r).fit()}function uk(n,e,t){return!t.openStart&&!t.openEnd&&n.start()==e.start()&&n.parent.canReplace(n.index(),e.index(),t.content)}class d8{constructor(e,t,r){this.$from=e,this.$to=t,this.unplaced=r,this.frontier=[],this.placed=dt.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=dt.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 oo(r.pos,e,this.$to.pos,this.$to.end(),l,t):l.size||r.pos!=this.$to.pos?new io(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=$m(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],u,f=null;if(t==1&&(a?c.matchType(a.type)||(f=c.fillBefore(dt.from(a),!1)):o&&l.compatibleContent(o.type)))return{sliceDepth:r,frontierDepth:s,parent:o,inject:f};if(t==2&&a&&(u=c.findWrapping(a.type)))return{sliceDepth:r,frontierDepth:s,parent:o,wrap:u};if(o&&c.matchType(o.type))break}}}openMore(){let{content:e,openStart:t,openEnd:r}=this.unplaced,i=$m(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=$m(e,t);if(i.childCount<=1&&t>0){let o=e.size-t<=t+i.size;this.unplaced=new Ct(Np(e,t-1,1),t-1,o?t-1:r)}else this.unplaced=new Ct(Np(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 w=0;w<o.length;w++)this.openFrontierNode(o[w]);let a=this.unplaced,s=r?r.content:a.content,l=a.openStart-e,c=0,u=[],{match:f,type:h}=this.frontier[t];if(i){for(let w=0;w<i.childCount;w++)u.push(i.child(w));f=f.matchFragment(i)}let d=s.size+e-(a.content.size-a.openEnd);for(;c<s.childCount;){let w=s.child(c),D=f.matchType(w.type);if(!D)break;c++,(c>1||l==0||w.content.size)&&(f=D,u.push(fk(w.mark(h.allowedMarks(w.marks)),c==1?l:0,c==s.childCount?d:-1)))}let y=c==s.childCount;y||(d=-1),this.placed=Bp(this.placed,t,dt.from(u)),this.frontier[t].match=f,y&&d<0&&r&&r.type==this.frontier[this.depth].type&&this.frontier.length>1&&this.closeFrontierNode();for(let w=0,D=s;w<d;w++){let C=D.lastChild;this.frontier.push({type:C.type,match:C.contentMatchAt(C.childCount)}),D=C.content}this.unplaced=y?e==0?Ct.empty:new Ct(Np(a.content,e-1,1),e-1,d<0?a.openEnd:e-1):new Ct(Np(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||!ev(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=ev(e,t,i,r,o);if(a){for(let s=t-1;s>=0;s--){let{match:l,type:c}=this.frontier[s],u=ev(e,s,c,l,!0);if(!u||u.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=Bp(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=Bp(this.placed,this.depth,dt.from(e.create(t,r))),this.frontier.push({type:e,match:e.contentMatch})}closeFrontierNode(){let t=this.frontier.pop().match.fillBefore(dt.empty,!0);t.childCount&&(this.placed=Bp(this.placed,this.frontier.length,t))}}function Np(n,e,t){return e==0?n.cutByIndex(t,n.childCount):n.replaceChild(0,n.firstChild.copy(Np(n.firstChild.content,e-1,t)))}function Bp(n,e,t){return e==0?n.append(t):n.replaceChild(n.childCount-1,n.lastChild.copy(Bp(n.lastChild.content,e-1,t)))}function $m(n,e){for(let t=0;t<e;t++)n=n.firstChild.content;return n}function fk(n,e,t){if(e<=0)return n;let r=n.content;return e>1&&(r=r.replaceChild(0,fk(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(dt.empty,!0)))),n.copy(r)}function ev(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&&!h8(t,o.content,a)?s:null}function h8(n,e,t){for(let r=t;r<e.childCount;r++)if(!n.allowsMarks(e.child(r).marks))return!0;return!1}function p8(n){return n.spec.defining||n.spec.definingForContent}function g8(n,e,t,r){if(!r.size)return n.deleteRange(e,t);let i=n.doc.resolve(e),o=n.doc.resolve(t);if(uk(i,o,r))return n.step(new io(e,t,r));let a=hk(i,n.doc.resolve(t));a[a.length-1]==0&&a.pop();let s=-(i.depth+1);a.unshift(s);for(let h=i.depth,d=i.pos-1;h>0;h--,d--){let y=i.node(h).type.spec;if(y.defining||y.definingAsContext||y.isolating)break;a.indexOf(h)>-1?s=h:i.before(h)==d&&a.splice(1,0,-h)}let l=a.indexOf(s),c=[],u=r.openStart;for(let h=r.content,d=0;;d++){let y=h.firstChild;if(c.push(y),d==r.openStart)break;h=y.content}for(let h=u-1;h>=0;h--){let d=c[h],y=p8(d.type);if(y&&!d.sameMarkup(i.node(Math.abs(s)-1)))u=h;else if(y||!d.type.isTextblock)break}for(let h=r.openStart;h>=0;h--){let d=(h+u+1)%(r.openStart+1),y=c[d];if(y)for(let w=0;w<a.length;w++){let D=a[(w+l)%a.length],C=!0;D<0&&(C=!1,D=-D);let A=i.node(D-1),R=i.index(D-1);if(A.canReplaceWith(R,R,y.type,y.marks))return n.replace(i.before(D),C?o.after(D):t,new Ct(dk(r.content,0,r.openStart,d),d,r.openEnd))}}let f=n.steps.length;for(let h=a.length-1;h>=0&&(n.replace(e,t,r),!(n.steps.length>f));h--){let d=a[h];d<0||(e=i.before(d),t=o.after(d))}}function dk(n,e,t,r,i){if(e<t){let o=n.firstChild;n=n.replaceChild(0,o.copy(dk(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(dt.empty,!0))}return n}function y8(n,e,t,r){if(!r.isInline&&e==t&&n.doc.resolve(e).parent.content.size){let i=f8(n.doc,e,r.type);i!=null&&(e=t=i)}n.replaceRange(e,t,new Ct(dt.from(r),0,0))}function b8(n,e,t){let r=n.doc.resolve(e),i=n.doc.resolve(t),o=hk(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 hk(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 Mh 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(dt.from(i),0,t.isLeaf?0:1))}getMap(){return Ys.empty}invert(e){return new Mh(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 Mh(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 Mh(t.pos,t.attr,t.value)}}na.jsonID("attr",Mh);class ng 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 Ys.empty}invert(e){return new ng(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 ng(t.attr,t.value)}}na.jsonID("docAttr",ng);let Vh=class extends Error{};Vh=function n(e){let t=Error.call(this,e);return t.__proto__=n.prototype,t};Vh.prototype=Object.create(Error.prototype);Vh.prototype.constructor=Vh;Vh.prototype.name="TransformError";class Gx{constructor(e){this.doc=e,this.steps=[],this.docs=[],this.mapping=new Oh}get before(){return this.docs.length?this.docs[0]:this.doc}step(e){let t=this.maybeStep(e);if(t.failed)throw new Vh(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=$b(this.doc,e,t,r);return i&&this.step(i),this}replaceWith(e,t,r){return this.replace(e,t,new Ct(dt.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 g8(this,e,t,r),this}replaceRangeWith(e,t,r){return y8(this,e,t,r),this}deleteRange(e,t){return b8(this,e,t),this}lift(e,t){return t8(this,e,t),this}join(e,t=1){return u8(this,e,t),this}wrap(e,t){return i8(this,e,t),this}setBlockType(e,t=e,r,i=null){return o8(this,e,t,r,i),this}setNodeMarkup(e,t,r=null,i){return s8(this,e,t,r,i),this}setNodeAttribute(e,t,r){return this.step(new Mh(e,t,r)),this}setDocAttribute(e,t){return this.step(new ng(e,t)),this}addNodeMark(e,t){return this.step(new rd(e,t)),this}removeNodeMark(e,t){if(!(t instanceof Kn)){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 Hh(e,t)),this}split(e,t=1,r){return l8(this,e,t,r),this}addMark(e,t,r){return jO(this,e,t,r),this}removeMark(e,t,r){return $O(this,e,t,r),this}clearIncompatible(e,t,r){return zx(this,e,t,r),this}}const tv=Object.create(null);class rn{constructor(e,t,r){this.$anchor=e,this.$head=t,this.ranges=r||[new Xx(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],u=e.mapping.slice(o);e.replaceRange(u.map(l.pos),u.map(c.pos),s?Ct.empty:t),s==0&&pT(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),u=l.map(s.pos);o?e.deleteRange(c,u):(e.replaceRangeWith(c,u,t),pT(e,r,t.isInline?-1:1))}}static findFrom(e,t,r=!1){let i=e.parent.inlineContent?new pn(e):Ah(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?Ah(e.node(0),e.node(o),e.before(o+1),e.index(o),t,r):Ah(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 Js(e.node(0))}static atStart(e){return Ah(e,e,0,0,1)||new Js(e)}static atEnd(e){return Ah(e,e,e.content.size,e.childCount,-1)||new Js(e)}static fromJSON(e,t){if(!t||!t.type)throw new RangeError("Invalid input for Selection.fromJSON");let r=tv[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 tv)throw new RangeError("Duplicate use of selection JSON ID "+e);return tv[e]=t,t.prototype.jsonID=e,t}getBookmark(){return pn.between(this.$anchor,this.$head).getBookmark()}}rn.prototype.visible=!0;class Xx{constructor(e,t){this.$from=e,this.$to=t}}let dT=!1;function hT(n){!dT&&!n.parent.inlineContent&&(dT=!0,console.warn("TextSelection endpoint not pointing into a node with inline content ("+n.parent.type.name+")"))}class pn extends rn{constructor(e,t=e){hT(e),hT(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 rn.near(r);let i=e.resolve(t.map(this.anchor));return new pn(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 pn&&e.anchor==this.anchor&&e.head==this.head}getBookmark(){return new em(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 pn(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=rn.findFrom(t,r,!0)||rn.findFrom(t,-r,!0);if(o)t=o.$head;else return rn.near(t,r)}return e.parent.inlineContent||(i==0?e=t:(e=(rn.findFrom(e,-r,!0)||rn.findFrom(e,r,!0)).$anchor,e.pos<t.pos!=i<0&&(e=t))),new pn(e,t)}}rn.jsonID("text",pn);class em{constructor(e,t){this.anchor=e,this.head=t}map(e){return new em(e.map(this.anchor),e.map(this.head))}resolve(e){return pn.between(e.resolve(this.anchor),e.resolve(this.head))}}class Gt extends rn{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?rn.near(o):new Gt(o)}content(){return new Ct(dt.from(this.node),0,0)}eq(e){return e instanceof Gt&&e.anchor==this.anchor}toJSON(){return{type:"node",anchor:this.anchor}}getBookmark(){return new Yx(this.anchor)}static fromJSON(e,t){if(typeof t.anchor!="number")throw new RangeError("Invalid input for NodeSelection.fromJSON");return new Gt(e.resolve(t.anchor))}static create(e,t){return new Gt(e.resolve(t))}static isSelectable(e){return!e.isText&&e.type.spec.selectable!==!1}}Gt.prototype.visible=!1;rn.jsonID("node",Gt);class Yx{constructor(e){this.anchor=e}map(e){let{deleted:t,pos:r}=e.mapResult(this.anchor);return t?new em(r,r):new Yx(r)}resolve(e){let t=e.resolve(this.anchor),r=t.nodeAfter;return r&&Gt.isSelectable(r)?new Gt(t):rn.near(t)}}class Js extends rn{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=rn.atStart(e.doc);r.eq(e.selection)||e.setSelection(r)}else super.replace(e,t)}toJSON(){return{type:"all"}}static fromJSON(e){return new Js(e)}map(e){return new Js(e)}eq(e){return e instanceof Js}getBookmark(){return m8}}rn.jsonID("all",Js);const m8={map(){return this},resolve(n){return new Js(n)}};function Ah(n,e,t,r,i,o=!1){if(e.inlineContent)return pn.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&&Gt.isSelectable(s))return Gt.create(n,t-(i<0?s.nodeSize:0))}else{let l=Ah(n,s,t+i,i<0?s.childCount:0,i,o);if(l)return l}t+=s.nodeSize*i}return null}function pT(n,e,t){let r=n.steps.length-1;if(r<e)return;let i=n.steps[r];if(!(i instanceof io||i instanceof oo))return;let o=n.mapping.maps[r],a;o.forEach((s,l,c,u)=>{a==null&&(a=u)}),n.setSelection(rn.near(n.doc.resolve(a),t))}const gT=1,yT=2,bT=4;let v8=class extends Gx{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|gT)&-3,this.storedMarks=null,this}get selectionSet(){return(this.updated&gT)>0}setStoredMarks(e){return this.storedMarks=e,this.updated|=yT,this}ensureMarks(e){return Kn.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&yT)>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)||Kn.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(rn.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|=bT,this}get scrolledIntoView(){return(this.updated&bT)>0}};function mT(n,e){return!e||!n?n:n.bind(e)}class Lp{constructor(e,t,r){this.name=e,this.init=mT(t.init,r),this.apply=mT(t.apply,r)}}const x8=[new Lp("doc",{init(n){return n.doc||n.schema.topNodeType.createAndFill()},apply(n){return n.doc}}),new Lp("selection",{init(n,e){return n.selection||rn.atStart(e.doc)},apply(n){return n.selection}}),new Lp("storedMarks",{init(n){return n.storedMarks||null},apply(n,e,t,r){return r.selection.$cursor?n.storedMarks:null}}),new Lp("scrollToSelection",{init(){return 0},apply(n,e){return n.scrolledIntoView?e+1:e}})];class nv{constructor(e,t){this.schema=e,this.plugins=[],this.pluginsByKey=Object.create(null),this.fields=x8.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 Lp(r.key,r.spec.state,r))})}}class Fh{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,u=l<t.length&&s.spec.appendTransaction.call(s,l?t.slice(l):t,c,r);if(u&&r.filterTransaction(u,a)){if(u.setMeta("appendedTransaction",e),!i){i=[];for(let f=0;f<this.config.plugins.length;f++)i.push(f<a?{state:r,n:t.length}:{state:this,n:0})}t.push(u),r=r.applyInner(u),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 Fh(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 v8(this)}static create(e){let t=new nv(e.doc?e.doc.type.schema:e.schema,e.plugins),r=new Fh(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 nv(this.schema,e.plugins),r=t.fields,i=new Fh(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 nv(e.schema,e.plugins),o=new Fh(i);return i.fields.forEach(a=>{if(a.name=="doc")o.doc=zc.fromJSON(e.schema,t.doc);else if(a.name=="selection")o.selection=rn.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 pk(n,e,t){for(let r in n){let i=n[r];i instanceof Function?i=i.bind(e):r=="handleDOMEvents"&&(i=pk(i,e,{})),t[r]=i}return t}class ch{constructor(e){this.spec=e,this.props={},e.props&&pk(e.props,this,this.props),this.key=e.key?e.key.key:gk("plugin")}getState(e){return e[this.key]}}const rv=Object.create(null);function gk(n){return n in rv?n+"$"+ ++rv[n]:(rv[n]=0,n+"$")}class _f{constructor(e="key"){this.key=gk(e)}get(e){return e.config.pluginsByKey[this.key]}getState(e){return e[this.key]}}const Ao=function(n){for(var e=0;;e++)if(n=n.previousSibling,!n)return e},rg=function(n){let e=n.assignedSlot||n.parentNode;return e&&e.nodeType==11?e.host:e};let W2=null;const gf=function(n,e,t){let r=W2||(W2=document.createRange());return r.setEnd(n,t??n.nodeValue.length),r.setStart(n,e||0),r},w8=function(){W2=null},nh=function(n,e,t,r){return t&&(vT(n,e,t,r,-1)||vT(n,e,t,r,1))},D8=/^(img|br|input|textarea|hr)$/i;function vT(n,e,t,r,i){for(;;){if(n==t&&e==r)return!0;if(e==(i<0?0:$l(n))){let o=n.parentNode;if(!o||o.nodeType!=1||kg(n)||D8.test(n.nodeName)||n.contentEditable=="false")return!1;e=Ao(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?$l(n):0}else return!1}}function $l(n){return n.nodeType==3?n.nodeValue.length:n.childNodes.length}function T8(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=$l(n)}else if(n.parentNode&&!kg(n))e=Ao(n),n=n.parentNode;else return null}}function E8(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&&!kg(n))e=Ao(n)+1,n=n.parentNode;else return null}}function C8(n,e,t){for(let r=e==0,i=e==$l(n);r||i;){if(n==t)return!0;let o=Ao(n);if(n=n.parentNode,!n)return!1;r=r&&o==0,i=i&&o==$l(n)}}function kg(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 tm=function(n){return n.focusNode&&nh(n.focusNode,n.focusOffset,n.anchorNode,n.anchorOffset)};function Xd(n,e){let t=document.createEvent("Event");return t.initEvent("keydown",!0,!0),t.keyCode=n,t.key=t.code=e,t}function _8(n){let e=n.activeElement;for(;e&&e.shadowRoot;)e=e.shadowRoot.activeElement;return e}function S8(n,e,t){if(n.caretPositionFromPoint)try{let r=n.caretPositionFromPoint(e,t);if(r)return{node:r.offsetNode,offset:Math.min($l(r.offsetNode),r.offset)}}catch{}if(n.caretRangeFromPoint){let r=n.caretRangeFromPoint(e,t);if(r)return{node:r.startContainer,offset:Math.min($l(r.startContainer),r.startOffset)}}}const ku=typeof navigator<"u"?navigator:null,xT=typeof document<"u"?document:null,bd=ku&&ku.userAgent||"",z2=/Edge\/(\d+)/.exec(bd),yk=/MSIE \d/.exec(bd),H2=/Trident\/(?:[7-9]|\d{2,})\..*rv:(\d+)/.exec(bd),bs=!!(yk||H2||z2),sd=yk?document.documentMode:H2?+H2[1]:z2?+z2[1]:0,Hc=!bs&&/gecko\/(\d+)/i.test(bd);Hc&&+(/Firefox\/(\d+)/.exec(bd)||[0,0])[1];const V2=!bs&&/Chrome\/(\d+)/.exec(bd),Qo=!!V2,bk=V2?+V2[1]:0,Pa=!bs&&!!ku&&/Apple Computer/.test(ku.vendor),Gh=Pa&&(/Mobile\/\w+/.test(bd)||!!ku&&ku.maxTouchPoints>2),jl=Gh||(ku?/Mac/.test(ku.platform):!1),A8=ku?/Win/.test(ku.platform):!1,bf=/Android \d/.test(bd),Rg=!!xT&&"webkitFontSmoothing"in xT.documentElement.style,k8=Rg?+(/\bAppleWebKit\/(\d+)/.exec(navigator.userAgent)||[0,0])[1]:0;function R8(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 af(n,e){return typeof n=="number"?n:n[e]}function U8(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 wT(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=rg(a)){if(a.nodeType!=1)continue;let s=a,l=s==o.body,c=l?R8(o):U8(s),u=0,f=0;if(e.top<c.top+af(r,"top")?f=-(c.top-e.top+af(i,"top")):e.bottom>c.bottom-af(r,"bottom")&&(f=e.bottom-e.top>c.bottom-c.top?e.top+af(i,"top")-c.top:e.bottom-c.bottom+af(i,"bottom")),e.left<c.left+af(r,"left")?u=-(c.left-e.left+af(i,"left")):e.right>c.right-af(r,"right")&&(u=e.right-c.right+af(i,"right")),u||f)if(l)o.defaultView.scrollBy(u,f);else{let h=s.scrollLeft,d=s.scrollTop;f&&(s.scrollTop+=f),u&&(s.scrollLeft+=u);let y=s.scrollLeft-h,w=s.scrollTop-d;e={left:e.left-y,top:e.top-w,right:e.right-y,bottom:e.bottom-w}}if(l||/^(fixed|sticky)$/.test(getComputedStyle(a).position))break}}function F8(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:mk(n.dom)}}function mk(n){let e=[],t=n.ownerDocument;for(let r=n;r&&(e.push({dom:r,top:r.scrollTop,left:r.scrollLeft}),n!=t);r=rg(r));return e}function O8({refDOM:n,refTop:e,stack:t}){let r=n?n.getBoundingClientRect().top:0;vk(t,r==0?0:r-e)}function vk(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 Dh=null;function I8(n){if(n.setActive)return n.setActive();if(Dh)return n.focus(Dh);let e=mk(n);n.focus(Dh==null?{get preventScroll(){return Dh={preventScroll:!0},!0}}:void 0),Dh||(Dh=!1,vk(e,0))}function xk(n,e){let t,r=2e8,i,o=0,a=e.top,s=e.top,l,c;for(let u=n.firstChild,f=0;u;u=u.nextSibling,f++){let h;if(u.nodeType==1)h=u.getClientRects();else if(u.nodeType==3)h=gf(u).getClientRects();else continue;for(let d=0;d<h.length;d++){let y=h[d];if(y.top<=a&&y.bottom>=s){a=Math.max(y.bottom,a),s=Math.min(y.top,s);let w=y.left>e.left?y.left-e.left:y.right<e.left?e.left-y.right:0;if(w<r){t=u,r=w,i=w&&t.nodeType==3?{left:y.right<e.left?y.right:y.left,top:e.top}:e,u.nodeType==1&&w&&(o=f+(e.left>=(y.left+y.right)/2?1:0));continue}}else y.top>e.top&&!l&&y.left<=e.left&&y.right>=e.left&&(l=u,c={left:Math.max(y.left,Math.min(y.right,e.left)),top:y.top});!t&&(e.left>=y.right&&e.top>=y.top||e.left>=y.left&&e.top>=y.bottom)&&(o=f+1)}}return!t&&l&&(t=l,i=c,r=0),t&&t.nodeType==3?M8(t,i):!t||r&&t.nodeType==1?{node:n,offset:o}:xk(t,i)}function M8(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=Zf(r,1);if(o.top!=o.bottom&&Zx(e,o))return{node:n,offset:i+(e.left>=(o.left+o.right)/2?1:0)}}return{node:n,offset:0}}function Zx(n,e){return n.left>=e.left-1&&n.left<=e.right+1&&n.top>=e.top-1&&n.top<=e.bottom+1}function P8(n,e){let t=n.parentNode;return t&&/^li$/i.test(t.nodeName)&&e.left<n.getBoundingClientRect().left?t:n}function N8(n,e,t){let{node:r,offset:i}=xk(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 B8(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 wk(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(Zx(e,c))return wk(a,e,c)}}if((o=(o+1)%r)==i)break}return n}function L8(n,e){let t=n.dom.ownerDocument,r,i=0,o=S8(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(!Zx(e,c)||(a=wk(n.dom,e,c),!a))return null}if(Pa)for(let c=a;r&&c;c=rg(c))c.draggable&&(r=void 0);if(a=P8(a,e),r){if(Hc&&r.nodeType==1&&(i=Math.min(i,r.childNodes.length),i<r.childNodes.length)){let u=r.childNodes[i],f;u.nodeName=="IMG"&&(f=u.getBoundingClientRect()).right<=e.left&&f.bottom>e.top&&i++}let c;Rg&&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=B8(n,r,i,e))}s==null&&(s=N8(n,a,e));let l=n.docView.nearestDesc(a,!0);return{pos:s,inside:l?l.posAtStart-l.border:-1}}function DT(n){return n.top<n.bottom||n.left<n.right}function Zf(n,e){let t=n.getClientRects();if(t.length){let r=t[e<0?0:t.length-1];if(DT(r))return r}return Array.prototype.find.call(t,DT)||n.getBoundingClientRect()}const W8=/[\u0590-\u05f4\u0600-\u06ff\u0700-\u08ac]/;function Dk(n,e,t){let{node:r,offset:i,atom:o}=n.docView.domFromPos(e,t<0?-1:1),a=Rg||Hc;if(r.nodeType==3)if(a&&(W8.test(r.nodeValue)||(t<0?!i:i==r.nodeValue.length))){let l=Zf(gf(r,i,i),t);if(Hc&&i&&/\s/.test(r.nodeValue[i-1])&&i<r.nodeValue.length){let c=Zf(gf(r,i-1,i-1),-1);if(c.top==l.top){let u=Zf(gf(r,i,i+1),-1);if(u.top!=l.top)return yp(u,u.left<c.left)}}return l}else{let l=i,c=i,u=t<0?1:-1;return t<0&&!i?(c++,u=-1):t>=0&&i==r.nodeValue.length?(l--,u=1):t<0?l--:c++,yp(Zf(gf(r,l,c),u),u<0)}if(!n.state.doc.resolve(e-(o||0)).parent.inlineContent){if(o==null&&i&&(t<0||i==$l(r))){let l=r.childNodes[i-1];if(l.nodeType==1)return iv(l.getBoundingClientRect(),!1)}if(o==null&&i<$l(r)){let l=r.childNodes[i];if(l.nodeType==1)return iv(l.getBoundingClientRect(),!0)}return iv(r.getBoundingClientRect(),t>=0)}if(o==null&&i&&(t<0||i==$l(r))){let l=r.childNodes[i-1],c=l.nodeType==3?gf(l,$l(l)-(a?0:1)):l.nodeType==1&&(l.nodeName!="BR"||!l.nextSibling)?l:null;if(c)return yp(Zf(c,1),!1)}if(o==null&&i<$l(r)){let l=r.childNodes[i];for(;l.pmViewDesc&&l.pmViewDesc.ignoreForCoords;)l=l.nextSibling;let c=l?l.nodeType==3?gf(l,0,a?0:1):l.nodeType==1?l:null:null;if(c)return yp(Zf(c,-1),!0)}return yp(Zf(r.nodeType==3?gf(r):r,-t),t>=0)}function yp(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 iv(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 Tk(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 z8(n,e,t){let r=e.selection,i=t=="up"?r.$from:r.$to;return Tk(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=Dk(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=gf(s,0,s.nodeValue.length).getClientRects();else continue;for(let c=0;c<l.length;c++){let u=l[c];if(u.bottom>u.top+1&&(t=="up"?a.top-u.top>(u.bottom-a.top)*2:u.bottom-a.bottom>(a.bottom-u.top)*2))return!1}}return!0})}const H8=/[\u0590-\u08ac]/;function V8(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?!H8.test(r.parent.textContent)||!s.modify?t=="left"||t=="backward"?o:a:Tk(n,e,()=>{let{focusNode:l,focusOffset:c,anchorNode:u,anchorOffset:f}=n.domSelectionRange(),h=s.caretBidiLevel;s.modify("move",t,"character");let d=r.depth?n.docView.domAfterPos(r.before()):n.dom,{focusNode:y,focusOffset:w}=n.domSelectionRange(),D=y&&!d.contains(y.nodeType==1?y:y.parentNode)||l==y&&c==w;try{s.collapse(u,f),l&&(l!=u||c!=f)&&s.extend&&s.extend(l,c)}catch{}return h!=null&&(s.caretBidiLevel=h),D}):r.pos==r.start()||r.pos==r.end()}let TT=null,ET=null,CT=!1;function G8(n,e,t){return TT==e&&ET==t?CT:(TT=e,ET=t,CT=t=="up"||t=="down"?z8(n,e,t):V8(n,e,t))}const tc=0,_T=1,Yd=2,Ru=3;class Ug{constructor(e,t,r,i){this.parent=e,this.children=t,this.dom=r,this.contentDOM=i,this.dirty=tc,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>Ao(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 Ek&&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?Ao(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?Ao(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 u=a+l.border;if(e>=u&&t<=c-l.border&&l.node&&l.contentDOM&&this.contentDOM.contains(l.contentDOM))return l.parseRange(e,t,u);e=a;for(let f=s;f>0;f--){let h=this.children[f-1];if(h.size&&h.dom.parentNode==this.contentDOM&&!h.emptyChildAt(1)){i=Ao(h.dom)+1;break}e-=h.size}i==-1&&(i=0)}if(i>-1&&(c>t||s==this.children.length-1)){t=c;for(let u=s+1;u<this.children.length;u++){let f=this.children[u];if(f.size&&f.dom.parentNode==this.contentDOM&&!f.emptyChildAt(-1)){o=Ao(f.dom);break}t+=f.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 d=0,y=0;d<this.children.length;d++){let w=this.children[d],D=y+w.size;if(o>y&&a<D)return w.setSelection(e-y-w.border,t-y-w.border,r,i);y=D}let s=this.domFromPos(e,e?-1:1),l=t==e?s:this.domFromPos(t,t?-1:1),c=r.root.getSelection(),u=r.domSelectionRange(),f=!1;if((Hc||Pa)&&e==t){let{node:d,offset:y}=s;if(d.nodeType==3){if(f=!!(y&&d.nodeValue[y-1]==`
|
|
6
|
-
`),f&&y==d.nodeValue.length)for(let w=d,D;w;w=w.parentNode){if(D=w.nextSibling){D.nodeName=="BR"&&(s=l={node:D.parentNode,offset:Ao(D)+1});break}let C=w.pmViewDesc;if(C&&C.node&&C.node.isBlock)break}}else{let w=d.childNodes[y-1];f=w&&(w.nodeName=="BR"||w.contentEditable=="false")}}if(Hc&&u.focusNode&&u.focusNode!=l.node&&u.focusNode.nodeType==1){let d=u.focusNode.childNodes[u.focusOffset];d&&d.contentEditable=="false"&&(i=!0)}if(!(i||f&&Pa)&&nh(s.node,s.offset,u.anchorNode,u.anchorOffset)&&nh(l.node,l.offset,u.focusNode,u.focusOffset))return;let h=!1;if((c.extend||e==t)&&!f){c.collapse(s.node,s.offset);try{e!=t&&c.extend(l.node,l.offset),h=!0}catch{}}if(!h){if(e>t){let y=s;s=l,l=y}let d=document.createRange();d.setEnd(l.node,l.offset),d.setStart(s.node,s.offset),c.removeAllRanges(),c.addRange(d)}}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?Yd:_T,e==s&&t==l&&(o.contentLost||o.dom.parentNode!=this.contentDOM)?o.dirty=Ru:o.markDirty(e-s,t-s);return}else o.dirty=o.dom==o.contentDOM&&o.dom.parentNode==this.contentDOM&&!o.children.length?Yd:Ru}r=a}this.dirty=Yd}markParentsDirty(){let e=1;for(let t=this.parent;t;t=t.parent,e++){let r=e==1?Yd:_T;t.dirty<r&&(t.dirty=r)}}get domAtom(){return!1}get ignoreForCoords(){return!1}isText(e){return!1}}class Ek extends Ug{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==tc&&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 X8 extends Ug{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 rh extends Ug{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=lh.renderSpec(document,t.type.spec.toDOM(t,r),null,t.attrs)),new rh(e,t,a.dom,a.contentDOM||a.dom,a)}parseRule(){return this.dirty&Ru||this.mark.type.spec.reparseInView?null:{mark:this.mark.type.name,attrs:this.mark.attrs,contentElement:this.contentDOM}}matchesMark(e){return this.dirty!=Ru&&this.mark.eq(e)}markDirty(e,t){if(super.markDirty(e,t),this.dirty!=tc){let r=this.parent;for(;!r.node;)r=r.parent;r.dirty<this.dirty&&(r.dirty=this.dirty),this.dirty=tc}}slice(e,t,r){let i=rh.create(this.parent,this.mark,!0,r),o=this.children,a=this.size;t<a&&(o=X2(o,t,a,r)),e>0&&(o=X2(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 ld extends Ug{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),u=c&&c.dom,f=c&&c.contentDOM;if(t.isText){if(!u)u=document.createTextNode(t.text);else if(u.nodeType!=3)throw new RangeError("Text must be rendered as a DOM text node")}else u||({dom:u,contentDOM:f}=lh.renderSpec(document,t.type.spec.toDOM(t),null,t.attrs));!f&&!t.isText&&u.nodeName!="BR"&&(u.hasAttribute("contenteditable")||(u.contentEditable="false"),t.type.spec.draggable&&(u.draggable=!0));let h=u;return u=Ak(u,r,t),c?l=new Y8(e,t,r,i,u,f||null,h,c,o,a+1):t.isText?new nm(e,t,r,i,u,h,o):new ld(e,t,r,i,u,f||null,h,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=()=>dt.empty)}return e}matchesNode(e,t,r){return this.dirty==tc&&e.eq(this.node)&&ob(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 J8(this,a&&a.node,e);q8(this.node,this.innerDeco,(c,u,f)=>{c.spec.marks?l.syncToMarks(c.spec.marks,r,e):c.type.side>=0&&!f&&l.syncToMarks(u==this.node.childCount?Kn.none:this.node.child(u).marks,r,e),l.placeWidget(c,e,i)},(c,u,f,h)=>{l.syncToMarks(c.marks,r,e);let d;l.findNodeMatch(c,u,f,h)||s&&e.state.selection.from>i&&e.state.selection.to<i+c.nodeSize&&(d=l.findIndexWithChild(o.node))>-1&&l.updateNodeAt(c,u,f,d,e)||l.updateNextNode(c,u,f,e,h,i)||l.addNode(c,u,f,e,i),i+=c.nodeSize}),l.syncToMarks([],r,e),this.node.isTextblock&&l.addTextblockHacks(),l.destroyRest(),(l.changed||this.dirty==Yd)&&(a&&this.protectLocalComposition(e,a),_k(this.contentDOM,this.children,e),Gh&&j8(this.dom))}localCompositionInfo(e,t){let{from:r,to:i}=e.state.selection;if(!(e.state.selection instanceof pn)||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=$8(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 X8(this,o,t,i);e.input.compositionNodes.push(a),this.children=X2(this.children,r,r+i.length,e,a)}update(e,t,r,i){return this.dirty==Ru||!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=tc}updateOuterDeco(e){if(ob(e,this.outerDeco))return;let t=this.nodeDOM.nodeType!=1,r=this.dom;this.dom=Sk(this.dom,this.nodeDOM,G2(this.outerDeco,this.node,t),G2(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 ST(n,e,t,r,i){Ak(r,e,n);let o=new ld(void 0,n,e,t,r,r,r,i,0);return o.contentDOM&&o.updateChildren(i,0),o}class nm extends ld{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==Ru||this.dirty!=tc&&!this.inParent()||!e.sameMarkup(this.node)?!1:(this.updateOuterDeco(t),(this.dirty!=tc||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=tc,!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 nm(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=Ru)}get domAtom(){return!1}isText(e){return this.node.text==e}}class Ck extends Ug{parseRule(){return{ignore:!0}}matchesHack(e){return this.dirty==tc&&this.dom.nodeName==e}get domAtom(){return!0}get ignoreForCoords(){return this.dom.nodeName=="IMG"}}class Y8 extends ld{constructor(e,t,r,i,o,a,s,l,c,u){super(e,t,r,i,o,a,s,c,u),this.spec=l}update(e,t,r,i){if(this.dirty==Ru)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 _k(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=AT(r),i=!0;r=r.nextSibling}else i=!0,n.insertBefore(s,r);if(a instanceof rh){let l=r?r.previousSibling:n.lastChild;_k(a.contentDOM,a.children,t),r=l?l.nextSibling:n.firstChild}}for(;r;)r=AT(r),i=!0;i&&t.trackWrites==n&&(t.trackWrites=null)}const Hp=function(n){n&&(this.nodeName=n)};Hp.prototype=Object.create(null);const Zd=[new Hp];function G2(n,e,t){if(n.length==0)return Zd;let r=t?Zd[0]:new Hp,i=[r];for(let o=0;o<n.length;o++){let a=n[o].type.attrs;if(a){a.nodeName&&i.push(r=new Hp(a.nodeName));for(let s in a){let l=a[s];l!=null&&(t&&i.length==1&&i.push(r=new Hp(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 Sk(n,e,t,r){if(t==Zd&&r==Zd)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=Zd[0]),i=l}Z8(i,s||Zd[0],a)}return i}function Z8(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 Ak(n,e,t){return Sk(n,n,Zd,G2(e,t,n.nodeType!=1))}function ob(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 AT(n){let e=n.nextSibling;return n.parentNode.removeChild(n),e}class J8{constructor(e,t,r){this.lock=t,this.view=r,this.index=0,this.stack=[],this.changed=!1,this.top=e,this.preMatch=K8(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=tc,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=rh.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==Ru&&a.dom==a.contentDOM&&(a.dirty=Yd),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 ld){let c=this.preMatch.matched.get(l);if(c!=null&&c!=o)return!1;let u=l.dom,f,h=this.isLocked(u)&&!(e.isText&&l.node&&l.node.isText&&l.nodeDOM.nodeValue==e.text&&l.dirty!=Ru&&ob(t,l.outerDeco));if(!h&&l.update(e,t,r,i))return this.destroyBetween(this.index,s),l.dom!=u&&(this.changed=!0),this.index++,!0;if(!h&&(f=this.recreateWrapper(l,e,t,r,i,a)))return this.destroyBetween(this.index,s),this.top.children[this.index]=f,f.contentDOM&&(f.dirty=Yd,f.updateChildren(i,a+1),f.dirty=tc),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)||!ob(r,e.outerDeco)||!i.eq(e.innerDeco))return null;let s=ld.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=ld.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 Ek(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 rh;)t=e,e=t.children[t.children.length-1];(!e||!(e instanceof nm)||/\n$/.test(e.node.text)||this.view.requiresGeckoHackNode&&/\s$/.test(e.node.text))&&((Pa||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 K8(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 rh)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 Q8(n,e){return n.type.side-e.type.side}function q8(n,e,t,r){let i=e.locals(n),o=0;if(i.length==0){for(let c=0;c<n.childCount;c++){let u=n.child(c);r(u,i,e.forChild(o,u),c),o+=u.nodeSize}return}let a=0,s=[],l=null;for(let c=0;;){let u,f;for(;a<i.length&&i[a].to==o;){let D=i[a++];D.widget&&(u?(f||(f=[u])).push(D):u=D)}if(u)if(f){f.sort(Q8);for(let D=0;D<f.length;D++)t(f[D],c,!!l)}else t(u,c,!!l);let h,d;if(l)d=-1,h=l,l=null;else if(c<n.childCount)d=c,h=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 y=o+h.nodeSize;if(h.isText){let D=y;a<i.length&&i[a].from<D&&(D=i[a].from);for(let C=0;C<s.length;C++)s[C].to<D&&(D=s[C].to);D<y&&(l=h.cut(D-o),h=h.cut(0,D-o),y=D,d=-1)}else for(;a<i.length&&i[a].to<y;)a++;let w=h.isInline&&!h.isLeaf?s.filter(D=>!D.inline):s.slice();r(h,w,e.forChild(o,h),d),o=y}}function j8(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 $8(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 X2(n,e,t,r,i){let o=[];for(let a=0,s=0;a<n.length;a++){let l=n[a],c=s,u=s+=l.size;c>=t||u<=e?o.push(l):(c<e&&o.push(l.slice(0,e-c,r)),i&&(o.push(i),i=void 0),u>t&&o.push(l.slice(t-c,l.size,r)))}return o}function Jx(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(tm(t)){for(l=a;i&&!i.node;)i=i.parent;let f=i.node;if(i&&f.isAtom&&Gt.isSelectable(f)&&i.parent&&!(f.isInline&&C8(t.focusNode,t.focusOffset,i.dom))){let h=i.posBefore;c=new Gt(a==h?s:r.resolve(h))}}else{if(t instanceof n.dom.ownerDocument.defaultView.Selection&&t.rangeCount>1){let f=a,h=a;for(let d=0;d<t.rangeCount;d++){let y=t.getRangeAt(d);f=Math.min(f,n.docView.posFromDOM(y.startContainer,y.startOffset,1)),h=Math.max(h,n.docView.posFromDOM(y.endContainer,y.endOffset,-1))}if(f<0)return null;[l,a]=h==n.state.selection.anchor?[h,f]:[f,h],s=r.resolve(a)}else l=n.docView.posFromDOM(t.anchorNode,t.anchorOffset,1);if(l<0)return null}let u=r.resolve(l);if(!c){let f=e=="pointer"||n.state.selection.head<s.pos&&!o?1:-1;c=Kx(n,u,s,f)}return c}function kk(n){return n.editable?n.hasFocus():Uk(n)&&document.activeElement&&document.activeElement.contains(n.dom)}function vf(n,e=!1){let t=n.state.selection;if(Rk(n,t),!!kk(n)){if(!e&&n.input.mouseDown&&n.input.mouseDown.allowDefault&&Qo){let r=n.domSelectionRange(),i=n.domObserver.currentSelection;if(r.anchorNode&&i.anchorNode&&nh(r.anchorNode,r.anchorOffset,i.anchorNode,i.anchorOffset)){n.input.mouseDown.delayedSelectionSync=!0,n.domObserver.setCurSelection();return}}if(n.domObserver.disconnectSelection(),n.cursorWrapper)t4(n);else{let{anchor:r,head:i}=t,o,a;kT&&!(t instanceof pn)&&(t.$from.parent.inlineContent||(o=RT(n,t.from)),!t.empty&&!t.$from.parent.inlineContent&&(a=RT(n,t.to))),n.docView.setSelection(r,i,n,e),kT&&(o&&UT(o),a&&UT(a)),t.visible?n.dom.classList.remove("ProseMirror-hideselection"):(n.dom.classList.add("ProseMirror-hideselection"),"onselectionchange"in document&&e4(n))}n.domObserver.setCurSelection(),n.domObserver.connectSelection()}}const kT=Pa||Qo&&bk<63;function RT(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(Pa&&i&&i.contentEditable=="false")return ov(i);if((!i||i.contentEditable=="false")&&(!o||o.contentEditable=="false")){if(i)return ov(i);if(o)return ov(o)}}function ov(n){return n.contentEditable="true",Pa&&n.draggable&&(n.draggable=!1,n.wasDraggable=!0),n}function UT(n){n.contentEditable="false",n.wasDraggable&&(n.draggable=!0,n.wasDraggable=null)}function e4(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(()=>{(!kk(n)||n.state.selection.visible)&&n.dom.classList.remove("ProseMirror-hideselection")},20))})}function t4(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,Ao(r)+1):t.setStart(r,0),t.collapse(!0),e.removeAllRanges(),e.addRange(t),!i&&!n.state.selection.visible&&bs&&sd<=11&&(r.disabled=!0,r.disabled=!1)}function Rk(n,e){if(e instanceof Gt){let t=n.docView.descAt(e.from);t!=n.lastSelectedViewDesc&&(FT(n),t&&t.selectNode(),n.lastSelectedViewDesc=t)}else FT(n)}function FT(n){n.lastSelectedViewDesc&&(n.lastSelectedViewDesc.parent&&n.lastSelectedViewDesc.deselectNode(),n.lastSelectedViewDesc=void 0)}function Kx(n,e,t,r){return n.someProp("createSelectionBetween",i=>i(n,e,t))||pn.between(e,t,r)}function OT(n){return n.editable&&!n.hasFocus()?!1:Uk(n)}function Uk(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 n4(n){let e=n.docView.domFromPos(n.state.selection.anchor,0),t=n.domSelectionRange();return nh(e.node,e.offset,t.anchorNode,t.anchorOffset)}function Y2(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&&rn.findFrom(o,e)}function Jf(n,e){return n.dispatch(n.state.tr.setSelection(e).scrollIntoView()),!0}function IT(n,e,t){let r=n.state.selection;if(r instanceof pn)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 Jf(n,new pn(r.$anchor,a))}else if(r.empty){if(n.endOfTextblock(e>0?"forward":"backward")){let i=Y2(n.state,e);return i&&i instanceof Gt?Jf(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?Gt.isSelectable(o)?Jf(n,new Gt(e<0?n.state.doc.resolve(i.pos-o.nodeSize):i)):Rg?Jf(n,new pn(n.state.doc.resolve(e<0?s:s+o.nodeSize))):!1:!1}}else return!1;else{if(r instanceof Gt&&r.node.isInline)return Jf(n,new pn(e>0?r.$to:r.$from));{let i=Y2(n.state,e);return i?Jf(n,i):!1}}}function ab(n){return n.nodeType==3?n.nodeValue.length:n.childNodes.length}function Vp(n,e){let t=n.pmViewDesc;return t&&t.size==0&&(e<0||n.nextSibling||n.nodeName!="BR")}function Th(n,e){return e<0?r4(n):i4(n)}function r4(n){let e=n.domSelectionRange(),t=e.focusNode,r=e.focusOffset;if(!t)return;let i,o,a=!1;for(Hc&&t.nodeType==1&&r<ab(t)&&Vp(t.childNodes[r],-1)&&(a=!0);;)if(r>0){if(t.nodeType!=1)break;{let s=t.childNodes[r-1];if(Vp(s,-1))i=t,o=--r;else if(s.nodeType==3)t=s,r=t.nodeValue.length;else break}}else{if(Fk(t))break;{let s=t.previousSibling;for(;s&&Vp(s,-1);)i=t.parentNode,o=Ao(s),s=s.previousSibling;if(s)t=s,r=ab(t);else{if(t=t.parentNode,t==n.dom)break;r=0}}}a?Z2(n,t,r):i&&Z2(n,i,o)}function i4(n){let e=n.domSelectionRange(),t=e.focusNode,r=e.focusOffset;if(!t)return;let i=ab(t),o,a;for(;;)if(r<i){if(t.nodeType!=1)break;let s=t.childNodes[r];if(Vp(s,1))o=t,a=++r;else break}else{if(Fk(t))break;{let s=t.nextSibling;for(;s&&Vp(s,1);)o=s.parentNode,a=Ao(s)+1,s=s.nextSibling;if(s)t=s,r=0,i=ab(t);else{if(t=t.parentNode,t==n.dom)break;r=i=0}}}o&&Z2(n,o,a)}function Fk(n){let e=n.pmViewDesc;return e&&e.node&&e.node.isBlock}function o4(n,e){for(;n&&e==n.childNodes.length&&!kg(n);)e=Ao(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 a4(n,e){for(;n&&!e&&!kg(n);)e=Ao(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 Z2(n,e,t){if(e.nodeType!=3){let o,a;(a=o4(e,t))?(e=a,t=0):(o=a4(e,t))&&(e=o,t=o.nodeValue.length)}let r=n.domSelection();if(!r)return;if(tm(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&&vf(n)},50)}function MT(n,e){let t=n.state.doc.resolve(e);if(!(Qo||A8)&&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 PT(n,e,t){let r=n.state.selection;if(r instanceof pn&&!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=Y2(n.state,e);if(a&&a instanceof Gt)return Jf(n,a)}if(!i.parent.inlineContent){let a=e<0?i:o,s=r instanceof Js?rn.near(a,e):rn.findFrom(a,e);return s?Jf(n,s):!1}return!1}function NT(n,e){if(!(n.state.selection instanceof pn))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 BT(n,e,t){n.domObserver.stop(),e.contentEditable=t,n.domObserver.start()}function s4(n){if(!Pa||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;BT(n,r,"true"),setTimeout(()=>BT(n,r,"false"),20)}return!1}function l4(n){let e="";return n.ctrlKey&&(e+="c"),n.metaKey&&(e+="m"),n.altKey&&(e+="a"),n.shiftKey&&(e+="s"),e}function c4(n,e){let t=e.keyCode,r=l4(e);if(t==8||jl&&t==72&&r=="c")return NT(n,-1)||Th(n,-1);if(t==46&&!e.shiftKey||jl&&t==68&&r=="c")return NT(n,1)||Th(n,1);if(t==13||t==27)return!0;if(t==37||jl&&t==66&&r=="c"){let i=t==37?MT(n,n.state.selection.from)=="ltr"?-1:1:-1;return IT(n,i,r)||Th(n,i)}else if(t==39||jl&&t==70&&r=="c"){let i=t==39?MT(n,n.state.selection.from)=="ltr"?1:-1:1;return IT(n,i,r)||Th(n,i)}else{if(t==38||jl&&t==80&&r=="c")return PT(n,-1,r)||Th(n,-1);if(t==40||jl&&t==78&&r=="c")return s4(n)||PT(n,1,r)||Th(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",d=>{e=d(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 d=r.firstChild;t.push(d.type.name,d.attrs!=d.type.defaultAttrs?d.attrs:null),r=d.content}let a=n.someProp("clipboardSerializer")||lh.fromSchema(n.state.schema),s=Bk(),l=s.createElement("div");l.appendChild(a.serializeFragment(r,{document:s}));let c=l.firstChild,u,f=0;for(;c&&c.nodeType==1&&(u=Nk[c.nodeName.toLowerCase()]);){for(let d=u.length-1;d>=0;d--){let y=s.createElement(u[d]);for(;l.firstChild;)y.appendChild(l.firstChild);l.appendChild(y),f++}c=l.firstChild}c&&c.nodeType==1&&c.setAttribute("data-pm-slice",`${i} ${o}${f?` -${f}`:""} ${JSON.stringify(t)}`);let h=n.someProp("clipboardTextSerializer",d=>d(e,n))||e.content.textBetween(0,e.content.size,`
|
|
7
|
-
|
|
8
|
-
`);return{dom:l,text:h,slice:e}}function Ok(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",h=>{e=h(e,o||r,n)}),o)return e?new Ct(dt.from(n.state.schema.text(e.replace(/\r\n?/g,`
|
|
9
|
-
`))),0,0):Ct.empty;let f=n.someProp("clipboardTextParser",h=>h(e,i,r,n));if(f)s=f;else{let h=i.marks(),{schema:d}=n.state,y=lh.fromSchema(d);a=document.createElement("div"),e.split(/(?:\r\n?|\n)+/).forEach(w=>{let D=a.appendChild(document.createElement("p"));w&&D.appendChild(y.serializeNode(d.text(w,h)))})}}else n.someProp("transformPastedHTML",f=>{t=f(t,n)}),a=h4(t),Rg&&p4(a);let c=a&&a.querySelector("[data-pm-slice]"),u=c&&/^(\d+) (\d+)(?: -(\d+))? (.*)/.exec(c.getAttribute("data-pm-slice")||"");if(u&&u[3])for(let f=+u[3];f>0;f--){let h=a.firstChild;for(;h&&h.nodeType!=1;)h=h.nextSibling;if(!h)break;a=h}if(s||(s=(n.someProp("clipboardParser")||n.someProp("domParser")||Lx.fromSchema(n.state.schema)).parseSlice(a,{preserveWhitespace:!!(l||u),context:i,ruleFromNode(h){return h.nodeName=="BR"&&!h.nextSibling&&h.parentNode&&!u4.test(h.parentNode.nodeName)?{ignore:!0}:null}})),u)s=g4(LT(s,+u[1],+u[2]),u[4]);else if(s=Ct.maxOpen(f4(s.content,i),!0),s.openStart||s.openEnd){let f=0,h=0;for(let d=s.content.firstChild;f<s.openStart&&!d.type.spec.isolating;f++,d=d.firstChild);for(let d=s.content.lastChild;h<s.openEnd&&!d.type.spec.isolating;h++,d=d.lastChild);s=LT(s,f,h)}return n.someProp("transformPasted",f=>{s=f(s,n)}),s}const u4=/^(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 f4(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&&Mk(l,o,s,a[a.length-1],0))a[a.length-1]=c;else{a.length&&(a[a.length-1]=Pk(a[a.length-1],o.length));let u=Ik(s,l);a.push(u),i=i.matchType(u.type),o=l}}),a)return dt.from(a)}return n}function Ik(n,e,t=0){for(let r=e.length-1;r>=t;r--)n=e[r].create(null,dt.from(n));return n}function Mk(n,e,t,r,i){if(i<n.length&&i<e.length&&n[i]==e[i]){let o=Mk(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(dt.from(Ik(t,n,i+1))))}}function Pk(n,e){if(e==0)return n;let t=n.content.replaceChild(n.childCount-1,Pk(n.lastChild,e-1)),r=n.contentMatchAt(n.childCount).fillBefore(dt.empty,!0);return n.copy(t.append(r))}function J2(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=J2(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(dt.empty,!0))),n.replaceChild(e<0?0:n.childCount-1,a.copy(s))}function LT(n,e,t){return e<n.openStart&&(n=new Ct(J2(n.content,-1,e,n.openStart,0,n.openEnd),e,n.openEnd)),t<n.openEnd&&(n=new Ct(J2(n.content,1,t,n.openEnd,0,0),n.openStart,t)),n}const Nk={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 WT=null;function Bk(){return WT||(WT=document.implementation.createHTMLDocument("title"))}let av=null;function d4(n){let e=window.trustedTypes;return e?(av||(av=e.createPolicy("ProseMirrorClipboard",{createHTML:t=>t})),av.createHTML(n)):n}function h4(n){let e=/^(\s*<meta [^>]*>)*/.exec(n);e&&(n=n.slice(e[0].length));let t=Bk().createElement("div"),r=/<([a-z][^>\s]+)/i.exec(n),i;if((i=r&&Nk[r[1].toLowerCase()])&&(n=i.map(o=>"<"+o+">").join("")+n+i.map(o=>"</"+o+">").reverse().join("")),t.innerHTML=d4(n),i)for(let o=0;o<i.length;o++)t=t.querySelector(i[o])||t;return t}function p4(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 g4(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=dt.from(l.create(r[s+1],i)),o++,a++}return new Ct(i,o,a)}const Na={},Ba={},y4={touchstart:!0,touchmove:!0};class b4{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 m4(n){for(let e in Na){let t=Na[e];n.dom.addEventListener(e,n.input.eventHandlers[e]=r=>{x4(n,r)&&!qx(n,r)&&(n.editable||!(r.type in Ba))&&t(n,r)},y4[e]?{passive:!0}:void 0)}Pa&&n.dom.addEventListener("input",()=>null),K2(n)}function id(n,e){n.input.lastSelectionOrigin=e,n.input.lastSelectionTime=Date.now()}function v4(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 K2(n){n.someProp("handleDOMEvents",e=>{for(let t in e)n.input.eventHandlers[t]||n.dom.addEventListener(t,n.input.eventHandlers[t]=r=>qx(n,r))})}function qx(n,e){return n.someProp("handleDOMEvents",t=>{let r=t[e.type];return r?r(n,e)||e.defaultPrevented:!1})}function x4(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 w4(n,e){!qx(n,e)&&Na[e.type]&&(n.editable||!(e.type in Ba))&&Na[e.type](n,e)}Ba.keydown=(n,e)=>{let t=e;if(n.input.shiftKey=t.keyCode==16||t.shiftKey,!Wk(n,t)&&(n.input.lastKeyCode=t.keyCode,n.input.lastKeyCodeTime=Date.now(),!(bf&&Qo&&t.keyCode==13)))if(t.keyCode!=229&&n.domObserver.forceFlush(),Gh&&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,Xd(13,"Enter"))),n.input.lastIOSEnter=0)},200)}else n.someProp("handleKeyDown",r=>r(n,t))||c4(n,t)?t.preventDefault():id(n,"key")};Ba.keyup=(n,e)=>{e.keyCode==16&&(n.input.shiftKey=!1)};Ba.keypress=(n,e)=>{let t=e;if(Wk(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 pn)||!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 rm(n){return{left:n.clientX,top:n.clientY}}function D4(n,e){let t=e.x-n.clientX,r=e.y-n.clientY;return t*t+r*r<100}function jx(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 Ph(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 T4(n,e){if(e==-1)return!1;let t=n.state.doc.resolve(e),r=t.nodeAfter;return r&&r.isAtom&&Gt.isSelectable(r)?(Ph(n,new Gt(t)),!0):!1}function E4(n,e){if(e==-1)return!1;let t=n.state.selection,r,i;t instanceof Gt&&(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(Gt.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?(Ph(n,Gt.create(n.state.doc,i)),!0):!1}function C4(n,e,t,r,i){return jx(n,"handleClickOn",e,t,r)||n.someProp("handleClick",o=>o(n,e,r))||(i?E4(n,t):T4(n,t))}function _4(n,e,t,r){return jx(n,"handleDoubleClickOn",e,t,r)||n.someProp("handleDoubleClick",i=>i(n,e,r))}function S4(n,e,t,r){return jx(n,"handleTripleClickOn",e,t,r)||n.someProp("handleTripleClick",i=>i(n,e,r))||A4(n,t,r)}function A4(n,e,t){if(t.button!=0)return!1;let r=n.state.doc;if(e==-1)return r.inlineContent?(Ph(n,pn.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)Ph(n,pn.create(r,s+1,s+1+a.content.size));else if(Gt.isSelectable(a))Ph(n,Gt.create(r,s));else continue;return!0}}function $x(n){return sb(n)}const Lk=jl?"metaKey":"ctrlKey";Na.mousedown=(n,e)=>{let t=e;n.input.shiftKey=t.shiftKey;let r=$x(n),i=Date.now(),o="singleClick";i-n.input.lastClick.time<500&&D4(t,n.input.lastClick)&&!t[Lk]&&(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(rm(t));a&&(o=="singleClick"?(n.input.mouseDown&&n.input.mouseDown.done(),n.input.mouseDown=new k4(n,a,t,!!r)):(o=="doubleClick"?_4:S4)(n,a.pos,a.inside,t)?t.preventDefault():id(n,"pointer"))};class k4{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[Lk],this.allowDefault=r.shiftKey;let o,a;if(t.inside>-1)o=e.state.doc.nodeAt(t.inside),a=t.inside;else{let u=e.state.doc.resolve(t.pos);o=u.parent,a=u.depth?u.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 Gt&&c.from<=a&&c.to>a)&&(this.mightDrag={node:o,pos:a,addAttr:!!(this.target&&!this.target.draggable),setUneditable:!!(this.target&&Hc&&!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)),id(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(()=>vf(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(rm(e))),this.updateAllowDefault(e),this.allowDefault||!t?id(this.view,"pointer"):C4(this.view,t.pos,t.inside,e,this.selectNode)?e.preventDefault():e.button==0&&(this.flushed||Pa&&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)?(Ph(this.view,rn.near(this.view.state.doc.resolve(t.pos))),e.preventDefault()):id(this.view,"pointer")}move(e){this.updateAllowDefault(e),id(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)}}Na.touchstart=n=>{n.input.lastTouch=Date.now(),$x(n),id(n,"pointer")};Na.touchmove=n=>{n.input.lastTouch=Date.now(),id(n,"pointer")};Na.contextmenu=n=>$x(n);function Wk(n,e){return n.composing?!0:Pa&&Math.abs(e.timeStamp-n.input.compositionEndedAt)<500?(n.input.compositionEndedAt=-2e8,!0):!1}const R4=bf?5e3:-1;Ba.compositionstart=Ba.compositionupdate=n=>{if(!n.composing){n.domObserver.flush();let{state:e}=n,t=e.selection.$to;if(e.selection instanceof pn&&(e.storedMarks||!t.textOffset&&t.parentOffset&&t.nodeBefore.marks.some(r=>r.type.spec.inclusive===!1)))n.markCursor=n.state.storedMarks||t.marks(),sb(n,!0),n.markCursor=null;else if(sb(n,!e.selection.empty),Hc&&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}zk(n,R4)};Ba.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++,zk(n,20))};function zk(n,e){clearTimeout(n.input.composingTimeout),e>-1&&(n.input.composingTimeout=setTimeout(()=>sb(n),e))}function Hk(n){for(n.composing&&(n.input.composing=!1,n.input.compositionEndedAt=F4());n.input.compositionNodes.length>0;)n.input.compositionNodes.pop().markParentsDirty()}function U4(n){let e=n.domSelectionRange();if(!e.focusNode)return null;let t=T8(e.focusNode,e.focusOffset),r=E8(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 F4(){let n=document.createEvent("Event");return n.initEvent("event",!0,!0),n.timeStamp}function sb(n,e=!1){if(!(bf&&n.domObserver.flushingSoon>=0)){if(n.domObserver.forceFlush(),Hk(n),e||n.docView&&n.docView.dirty){let t=Jx(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 O4(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 ig=bs&&sd<15||Gh&&k8<604;Na.copy=Ba.cut=(n,e)=>{let t=e,r=n.state.selection,i=t.type=="cut";if(r.empty)return;let o=ig?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)):O4(n,s),i&&n.dispatch(n.state.tr.deleteSelection().scrollIntoView().setMeta("uiEvent","cut"))};function I4(n){return n.openStart==0&&n.openEnd==0&&n.content.childCount==1?n.content.firstChild:null}function M4(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?og(n,r.value,null,i,e):og(n,r.textContent,r.innerHTML,i,e)},50)}function og(n,e,t,r,i){let o=Ok(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=I4(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 Vk(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," "):""}Ba.paste=(n,e)=>{let t=e;if(n.composing&&!bf)return;let r=ig?null:t.clipboardData,i=n.input.shiftKey&&n.input.lastKeyCode!=45;r&&og(n,Vk(r),r.getData("text/html"),i,t)?t.preventDefault():M4(n,t)};class Gk{constructor(e,t,r){this.slice=e,this.move=t,this.node=r}}const Xk=jl?"altKey":"ctrlKey";Na.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(rm(t)),a;if(!(o&&o.pos>=i.from&&o.pos<=(i instanceof Gt?i.to-1:i.to))){if(r&&r.mightDrag)a=Gt.create(n.state.doc,r.mightDrag.pos);else if(t.target&&t.target.nodeType==1){let f=n.docView.nearestDesc(t.target,!0);f&&f.node.type.spec.draggable&&f!=n.docView&&(a=Gt.create(n.state.doc,f.posBefore))}}let s=(a||n.state.selection).content(),{dom:l,text:c,slice:u}=Qx(n,s);(!t.dataTransfer.files.length||!Qo||bk>120)&&t.dataTransfer.clearData(),t.dataTransfer.setData(ig?"Text":"text/html",l.innerHTML),t.dataTransfer.effectAllowed="copyMove",ig||t.dataTransfer.setData("text/plain",c),n.dragging=new Gk(u,!t[Xk],a)};Na.dragend=n=>{let e=n.dragging;window.setTimeout(()=>{n.dragging==e&&(n.dragging=null)},50)};Ba.dragover=Ba.dragenter=(n,e)=>e.preventDefault();Ba.drop=(n,e)=>{let t=e,r=n.dragging;if(n.dragging=null,!t.dataTransfer)return;let i=n.posAtCoords(rm(t));if(!i)return;let o=n.state.doc.resolve(i.pos),a=r&&r.slice;a?n.someProp("transformPasted",y=>{a=y(a,n)}):a=Ok(n,Vk(t.dataTransfer),ig?null:t.dataTransfer.getData("text/html"),!1,o);let s=!!(r&&!t[Xk]);if(n.someProp("handleDrop",y=>y(n,t,a||Ct.empty,s))){t.preventDefault();return}if(!a)return;t.preventDefault();let l=a?ck(n.state.doc,o.pos,a):o.pos;l==null&&(l=o.pos);let c=n.state.tr;if(s){let{node:y}=r;y?y.replace(c):c.deleteSelection()}let u=c.mapping.map(l),f=a.openStart==0&&a.openEnd==0&&a.content.childCount==1,h=c.doc;if(f?c.replaceRangeWith(u,u,a.content.firstChild):c.replaceRange(u,u,a),c.doc.eq(h))return;let d=c.doc.resolve(u);if(f&&Gt.isSelectable(a.content.firstChild)&&d.nodeAfter&&d.nodeAfter.sameMarkup(a.content.firstChild))c.setSelection(new Gt(d));else{let y=c.mapping.map(l);c.mapping.maps[c.mapping.maps.length-1].forEach((w,D,C,A)=>y=A),c.setSelection(Kx(n,d,c.doc.resolve(y)))}n.focus(),n.dispatch(c.setMeta("uiEvent","drop"))};Na.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())&&vf(n)},20))};Na.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)};Na.beforeinput=(n,e)=>{if(Qo&&bf&&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,Xd(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 Ba)Na[n]=Ba[n];function ag(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 lb{constructor(e,t){this.toDOM=e,this.spec=t||qd,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 lb&&(this.spec.key&&this.spec.key==e.spec.key||this.toDOM==e.toDOM&&ag(this.spec,e.spec))}destroy(e){this.spec.destroy&&this.spec.destroy(e)}}class cd{constructor(e,t){this.attrs=e,this.spec=t||qd}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 cd&&ag(this.attrs,e.attrs)&&ag(this.spec,e.spec)}static is(e){return e.type instanceof cd}destroy(){}}class ew{constructor(e,t){this.attrs=e,this.spec=t||qd}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 ew&&ag(this.attrs,e.attrs)&&ag(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 lb(t,r))}static inline(e,t,r,i){return new qo(e,t,new cd(r,i))}static node(e,t,r,i){return new qo(e,t,new ew(r,i))}get spec(){return this.type.spec}get inline(){return this.type instanceof cd}get widget(){return this.type instanceof lb}}const kh=[],qd={};class Wr{constructor(e,t){this.local=e.length?e:kh,this.children=t.length?t:kh}static create(e,t){return t.length?cb(t,e,0,qd):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||qd)}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?P4(this.children,a||[],e,t,r,i,o):a?new Wr(a.sort(jd),kh):Ko}add(e,t){return t.length?this==Ko?Wr.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,u;if(u=Zk(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,u,c+1):i.splice(o,0,l,l+s.nodeSize,cb(u,s,c+1,qd)),o+=3}});let a=Yk(o?Jk(t):t,-r);for(let s=0;s<a.length;s++)a[s].type.valid(e,a[s])||a.splice(s--,1);return new Wr(a.length?this.local.concat(a).sort(jd):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 u=0,f;u<e.length;u++)(f=e[u])&&f.from>s&&f.to<l&&(e[u]=null,(a||(a=[])).push(f));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 Wr(i,r):Ko}forChild(e,t){if(this==Ko)return this;if(t.isLeaf)return Wr.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 cd){let c=Math.max(o,l.from)-o,u=Math.min(a,l.to)-o;c<u&&(i||(i=[])).push(l.copy(c,u))}}if(i){let s=new Wr(i.sort(jd),kh);return r?new jf([s,r]):s}return r||Ko}eq(e){if(this==e)return!0;if(!(e instanceof Wr)||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 tw(this.localsInner(e))}localsInner(e){if(this==Ko)return kh;if(e.inlineContent||!this.local.some(cd.is))return this.local;let t=[];for(let r=0;r<this.local.length;r++)this.local[r].type instanceof cd||t.push(this.local[r]);return t}forEachSet(e){e(this)}}Wr.empty=new Wr([],[]);Wr.removeOverlap=tw;const Ko=Wr.empty;class jf{constructor(e){this.members=e}map(e,t){const r=this.members.map(i=>i.map(e,t,qd));return jf.from(r)}forChild(e,t){if(t.isLeaf)return Wr.empty;let r=[];for(let i=0;i<this.members.length;i++){let o=this.members[i].forChild(e,t);o!=Ko&&(o instanceof jf?r=r.concat(o.members):r.push(o))}return jf.from(r)}eq(e){if(!(e instanceof jf)||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?tw(r?t:t.sort(jd)):kh}static from(e){switch(e.length){case 0:return Ko;case 1:return e[0];default:return new jf(e.every(t=>t instanceof Wr)?e:e.reduce((t,r)=>t.concat(r instanceof Wr?r:r.members),[]))}}forEachSet(e){for(let t=0;t<this.members.length;t++)this.members[t].forEachSet(e)}}function P4(n,e,t,r,i,o,a){let s=n.slice();for(let c=0,u=o;c<t.maps.length;c++){let f=0;t.maps[c].forEach((h,d,y,w)=>{let D=w-y-(d-h);for(let C=0;C<s.length;C+=3){let A=s[C+1];if(A<0||h>A+u-f)continue;let R=s[C]+u-f;d>=R?s[C+1]=h<=R?-2:-1:h>=u&&D&&(s[C]+=D,s[C+1]+=D)}f+=D}),u=t.maps[c].map(u,-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 u=t.map(n[c]+o),f=u-i;if(f<0||f>=r.content.size){l=!0;continue}let h=t.map(n[c+1]+o,-1),d=h-i,{index:y,offset:w}=r.content.findIndex(f),D=r.maybeChild(y);if(D&&w==f&&w+D.nodeSize==d){let C=s[c+2].mapInner(t,D,u+1,n[c]+o+1,a);C!=Ko?(s[c]=f,s[c+1]=d,s[c+2]=C):(s[c+1]=-2,l=!0)}else l=!0}if(l){let c=N4(s,n,e,t,i,o,a),u=cb(c,r,0,a);e=u.local;for(let f=0;f<s.length;f+=3)s[f+1]<0&&(s.splice(f,3),f-=3);for(let f=0,h=0;f<u.children.length;f+=3){let d=u.children[f];for(;h<s.length&&s[h]<d;)h+=3;s.splice(h,0,u.children[f],u.children[f+1],u.children[f+2])}}return new Wr(e.sort(jd),s)}function Yk(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 N4(n,e,t,r,i,o,a){function s(l,c){for(let u=0;u<l.local.length;u++){let f=l.local[u].map(r,i,c);f?t.push(f):a.onRemove&&a.onRemove(l.local[u].spec)}for(let u=0;u<l.children.length;u+=3)s(l.children[u+2],l.children[u]+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 Zk(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 Jk(n){let e=[];for(let t=0;t<n.length;t++)n[t]!=null&&e.push(n[t]);return e}function cb(n,e,t,r){let i=[],o=!1;e.forEach((s,l)=>{let c=Zk(n,s,l+t);if(c){o=!0;let u=cb(c,s,t+l+1,r);u!=Ko&&i.push(l,l+s.nodeSize,u)}});let a=Yk(o?Jk(n):n,-t).sort(jd);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 Wr(a,i):Ko}function jd(n,e){return n.from-e.from||n.to-e.to}function tw(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),zT(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),zT(e,i,r.copy(o.from,r.to)));break}}}return e}function zT(n,e,t){for(;e<n.length&&jd(t,n[e])>0;)e++;n.splice(e,0,t)}function sv(n){let e=[];return n.someProp("decorations",t=>{let r=t(n.state);r&&r!=Ko&&e.push(r)}),n.cursorWrapper&&e.push(Wr.create(n.state.doc,[n.cursorWrapper.deco])),jf.from(e)}const B4={childList:!0,characterData:!0,characterDataOldValue:!0,attributes:!0,attributeOldValue:!0,subtree:!0},L4=bs&&sd<=11;class W4{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 z4{constructor(e,t){this.view=e,this.handleDOMChange=t,this.queue=[],this.flushingSoon=-1,this.observer=null,this.currentSelection=new W4,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]);bs&&sd<=11&&r.some(i=>i.type=="childList"&&i.removedNodes.length||i.type=="characterData"&&i.oldValue.length>i.target.nodeValue.length)?this.flushSoon():this.flush()}),L4&&(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,B4)),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(OT(this.view)){if(this.suppressingSelectionUpdates)return vf(this.view);if(bs&&sd<=11&&!this.view.state.selection.empty){let e=this.view.domSelectionRange();if(e.focusNode&&nh(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=rg(o))t.add(o);for(let o=e.anchorNode;o;o=rg(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)&&OT(e)&&!this.ignoreSelectionChange(r),o=-1,a=-1,s=!1,l=[];if(e.editable)for(let u=0;u<t.length;u++){let f=this.registerMutation(t[u],l);f&&(o=o<0?f.from:Math.min(f.from,o),a=a<0?f.to:Math.max(f.to,a),f.typeOver&&(s=!0))}if(Hc&&l.length){let u=l.filter(f=>f.nodeName=="BR");if(u.length==2){let[f,h]=u;f.parentNode&&f.parentNode.parentNode==h.parentNode?h.remove():f.remove()}else{let{focusNode:f}=this.currentSelection;for(let h of u){let d=h.parentNode;d&&d.nodeName=="LI"&&(!f||G4(e,f)!=d)&&h.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&&tm(r)&&(c=Jx(e))&&c.eq(rn.near(e.state.doc.resolve(0),1))?(e.input.lastFocus=0,vf(e),this.currentSelection.set(r)):(o>-1||i)&&(o>-1&&(e.docView.markDirty(o,a),H4(e)),this.handleDOMChange(o,a,s,l),e.docView&&e.docView.dirty?e.updateState(e.state):this.currentSelection.eq(r)||vf(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 u=0;u<e.addedNodes.length;u++){let f=e.addedNodes[u];t.push(f),f.nodeType==3&&(this.lastChangedTextNode=f)}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(bs&&sd<=11&&e.addedNodes.length)for(let u=0;u<e.addedNodes.length;u++){let{previousSibling:f,nextSibling:h}=e.addedNodes[u];(!f||Array.prototype.indexOf.call(e.addedNodes,f)<0)&&(i=f),(!h||Array.prototype.indexOf.call(e.addedNodes,h)<0)&&(o=h)}let a=i&&i.parentNode==e.target?Ao(i)+1:0,s=r.localPosFromDOM(e.target,a,-1),l=o&&o.parentNode==e.target?Ao(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 HT=new WeakMap,VT=!1;function H4(n){if(!HT.has(n)&&(HT.set(n,null),["normal","nowrap","pre-line"].indexOf(getComputedStyle(n.dom).whiteSpace)!==-1)){if(n.requiresGeckoHackNode=Hc,VT)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."),VT=!0}}function GT(n,e){let t=e.startContainer,r=e.startOffset,i=e.endContainer,o=e.endOffset,a=n.domAtPos(n.state.selection.anchor);return nh(a.node,a.offset,i,o)&&([t,r,i,o]=[i,o,t,r]),{anchorNode:t,anchorOffset:r,focusNode:i,focusOffset:o}}function V4(n,e){if(e.getComposedRanges){let i=e.getComposedRanges(n.root)[0];if(i)return GT(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?GT(n,t):null}function G4(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 X4(n,e,t){let{node:r,fromOffset:i,toOffset:o,from:a,to:s}=n.docView.parseRange(e,t),l=n.domSelectionRange(),c,u=l.anchorNode;if(u&&n.dom.contains(u.nodeType==1?u:u.parentNode)&&(c=[{node:u,offset:l.anchorOffset}],tm(l)||c.push({node:l.focusNode,offset:l.focusOffset})),Qo&&n.input.lastKeyCode===8)for(let D=o;D>i;D--){let C=r.childNodes[D-1],A=C.pmViewDesc;if(C.nodeName=="BR"&&!A){o=D;break}if(!A||A.size)break}let f=n.state.doc,h=n.someProp("domParser")||Lx.fromSchema(n.state.schema),d=f.resolve(a),y=null,w=h.parse(r,{topNode:d.parent,topMatch:d.parent.contentMatchAt(d.index()),topOpen:!0,from:i,to:o,preserveWhitespace:d.parent.type.whitespace=="pre"?"full":!0,findPositions:c,ruleFromNode:Y4,context:d});if(c&&c[0].pos!=null){let D=c[0].pos,C=c[1]&&c[1].pos;C==null&&(C=D),y={anchor:D+a,head:C+a}}return{doc:w,sel:y,from:a,to:s}}function Y4(n){let e=n.pmViewDesc;if(e)return e.parseRule();if(n.nodeName=="BR"&&n.parentNode){if(Pa&&/^(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||Pa&&/^(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 Z4=/^(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 J4(n,e,t,r,i){let o=n.input.compositionPendingChanges||(n.composing?n.input.compositionID:0);if(n.input.compositionPendingChanges=0,e<0){let B=n.input.lastSelectionTime>Date.now()-50?n.input.lastSelectionOrigin:null,re=Jx(n,B);if(re&&!n.state.selection.eq(re)){if(Qo&&bf&&n.input.lastKeyCode===13&&Date.now()-100<n.input.lastKeyCodeTime&&n.someProp("handleKeyDown",M=>M(n,Xd(13,"Enter"))))return;let ce=n.state.tr.setSelection(re);B=="pointer"?ce.setMeta("pointer",!0):B=="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=X4(n,e,t),u=n.state.doc,f=u.slice(c.from,c.to),h,d;n.input.lastKeyCode===8&&Date.now()-100<n.input.lastKeyCodeTime?(h=n.state.selection.to,d="end"):(h=n.state.selection.from,d="start"),n.input.lastKeyCode=null;let y=q4(f.content,c.doc.content,c.from,h,d);if(y&&n.input.domChangeCount++,(Gh&&n.input.lastIOSEnter>Date.now()-225||bf)&&i.some(B=>B.nodeType==1&&!Z4.test(B.nodeName))&&(!y||y.endA>=y.endB)&&n.someProp("handleKeyDown",B=>B(n,Xd(13,"Enter")))){n.input.lastIOSEnter=0;return}if(!y)if(r&&l instanceof pn&&!l.empty&&l.$head.sameParent(l.$anchor)&&!n.composing&&!(c.sel&&c.sel.anchor!=c.sel.head))y={start:l.from,endA:l.to,endB:l.to};else{if(c.sel){let B=XT(n,n.state.doc,c.sel);if(B&&!B.eq(n.state.selection)){let re=n.state.tr.setSelection(B);o&&re.setMeta("composition",o),n.dispatch(re)}}return}n.state.selection.from<n.state.selection.to&&y.start==y.endB&&n.state.selection instanceof pn&&(y.start>n.state.selection.from&&y.start<=n.state.selection.from+2&&n.state.selection.from>=c.from?y.start=n.state.selection.from:y.endA<n.state.selection.to&&y.endA>=n.state.selection.to-2&&n.state.selection.to<=c.to&&(y.endB+=n.state.selection.to-y.endA,y.endA=n.state.selection.to)),bs&&sd<=11&&y.endB==y.start+1&&y.endA==y.start&&y.start>c.from&&c.doc.textBetween(y.start-c.from-1,y.start-c.from+1)==" "&&(y.start--,y.endA--,y.endB--);let w=c.doc.resolveNoCache(y.start-c.from),D=c.doc.resolveNoCache(y.endB-c.from),C=u.resolve(y.start),A=w.sameParent(D)&&w.parent.inlineContent&&C.end()>=y.endA,R;if((Gh&&n.input.lastIOSEnter>Date.now()-225&&(!A||i.some(B=>B.nodeName=="DIV"||B.nodeName=="P"))||!A&&w.pos<c.doc.content.size&&!w.sameParent(D)&&(R=rn.findFrom(c.doc.resolve(w.pos+1),1,!0))&&R.head==D.pos)&&n.someProp("handleKeyDown",B=>B(n,Xd(13,"Enter")))){n.input.lastIOSEnter=0;return}if(n.state.selection.anchor>y.start&&Q4(u,y.start,y.endA,w,D)&&n.someProp("handleKeyDown",B=>B(n,Xd(8,"Backspace")))){bf&&Qo&&n.domObserver.suppressSelectionUpdates();return}Qo&&y.endB==y.start&&(n.input.lastChromeDelete=Date.now()),bf&&!A&&w.start()!=D.start()&&D.parentOffset==0&&w.depth==D.depth&&c.sel&&c.sel.anchor==c.sel.head&&c.sel.head==y.endA&&(y.endB-=2,D=c.doc.resolveNoCache(y.endB-c.from),setTimeout(()=>{n.someProp("handleKeyDown",function(B){return B(n,Xd(13,"Enter"))})},20));let P=y.start,I=y.endA,L,z,j;if(A){if(w.pos==D.pos)bs&&sd<=11&&w.parentOffset==0&&(n.domObserver.suppressSelectionUpdates(),setTimeout(()=>vf(n),20)),L=n.state.tr.delete(P,I),z=u.resolve(y.start).marksAcross(u.resolve(y.endA));else if(y.endA==y.endB&&(j=K4(w.parent.content.cut(w.parentOffset,D.parentOffset),C.parent.content.cut(C.parentOffset,y.endA-C.start()))))L=n.state.tr,j.type=="add"?L.addMark(P,I,j.mark):L.removeMark(P,I,j.mark);else if(w.parent.child(w.index()).isText&&w.index()==D.index()-(D.textOffset?0:1)){let B=w.parent.textBetween(w.parentOffset,D.parentOffset);if(n.someProp("handleTextInput",re=>re(n,P,I,B)))return;L=n.state.tr.insertText(B,P,I)}}if(L||(L=n.state.tr.replace(P,I,c.doc.slice(y.start-c.from,y.endB-c.from))),c.sel){let B=XT(n,L.doc,c.sel);B&&!(Qo&&n.composing&&B.empty&&(y.start!=y.endB||n.input.lastChromeDelete<Date.now()-100)&&(B.head==P||B.head==L.mapping.map(I)-1)||bs&&B.empty&&B.head==P)&&L.setSelection(B)}z&&L.ensureMarks(z),o&&L.setMeta("composition",o),n.dispatch(L.scrollIntoView())}function XT(n,e,t){return Math.max(t.anchor,t.head)>e.content.size?null:Kx(n,e.resolve(t.anchor),e.resolve(t.head))}function K4(n,e){let t=n.firstChild.marks,r=e.firstChild.marks,i=t,o=r,a,s,l;for(let u=0;u<r.length;u++)i=r[u].removeFromSet(i);for(let u=0;u<t.length;u++)o=t[u].removeFromSet(o);if(i.length==1&&o.length==0)s=i[0],a="add",l=u=>u.mark(s.addToSet(u.marks));else if(i.length==0&&o.length==1)s=o[0],a="remove",l=u=>u.mark(s.removeFromSet(u.marks));else return null;let c=[];for(let u=0;u<e.childCount;u++)c.push(l(e.child(u)));if(dt.from(c).eq(n))return{mark:s,type:a}}function Q4(n,e,t,r,i){if(t-e<=i.pos-r.pos||lv(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(lv(o,!0,!0));return!a.parent.isTextblock||a.pos>t||lv(a,!0,!1)<t?!1:r.parent.content.cut(r.parentOffset).eq(a.parent.content)}function lv(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 q4(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&&YT(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&&YT(n.textBetween(o-1,o+1))&&(o+=l?1:-1),a=o+(a-s),s=o}return{start:o,endA:a,endB:s}}function YT(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 j4{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 b4,this.prevDirectPlugins=[],this.pluginViews=[],this.requiresGeckoHackNode=!1,this.dragging=null,this._props=t,this.state=t.state,this.directPlugins=t.plugins||[],this.directPlugins.forEach(qT),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=KT(this),JT(this),this.nodeViews=QT(this),this.docView=ST(this.state.doc,ZT(this),sv(this),this.dom,this),this.domObserver=new z4(this,(r,i,o,a)=>J4(this,r,i,o,a)),this.domObserver.start(),m4(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&&K2(this);let t=this._props;this._props=e,e.plugins&&(e.plugins.forEach(qT),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&&(Hk(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 d=QT(this);e6(d,this.nodeViews)&&(this.nodeViews=d,o=!0)}(s||t.handleDOMEvents!=this._props.handleDOMEvents)&&K2(this),this.editable=KT(this),JT(this);let l=sv(this),c=ZT(this),u=i.plugins!=e.plugins&&!i.doc.eq(e.doc)?"reset":e.scrollToSelection>i.scrollToSelection?"to selection":"preserve",f=o||!this.docView.matchesNode(e.doc,c,l);(f||!e.selection.eq(i.selection))&&(a=!0);let h=u=="preserve"&&a&&this.dom.style.overflowAnchor==null&&F8(this);if(a){this.domObserver.stop();let d=f&&(bs||Qo)&&!this.composing&&!i.selection.empty&&!e.selection.empty&&$4(i.selection,e.selection);if(f){let y=Qo?this.trackWrites=this.domSelectionRange().focusNode:null;this.composing&&(this.input.compositionNode=U4(this)),(o||!this.docView.update(e.doc,c,l,this))&&(this.docView.updateOuterDeco(c),this.docView.destroy(),this.docView=ST(e.doc,c,l,this.dom,this)),y&&!this.trackWrites&&(d=!0)}d||!(this.input.mouseDown&&this.domObserver.currentSelection.eq(this.domSelectionRange())&&n4(this))?vf(this,d):(Rk(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),u=="reset"?this.dom.scrollTop=0:u=="to selection"?this.scrollToSelection():h&&O8(h)}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 Gt){let t=this.docView.domAfterPos(this.state.selection.from);t.nodeType==1&&wT(this,t.getBoundingClientRect(),e)}else wT(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 Gk(e.slice,e.move,i<0?void 0:Gt.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(bs){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&&I8(this.dom),vf(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 L8(this,e)}coordsAtPos(e,t=1){return Dk(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 G8(this,t||this.state,e)}pasteHTML(e,t){return og(this,"",e,!1,t||new ClipboardEvent("paste"))}pasteText(e,t){return og(this,e,null,!0,t||new ClipboardEvent("paste"))}serializeForClipboard(e){return Qx(this,e)}destroy(){this.docView&&(v4(this),this.destroyPluginViews(),this.mounted?(this.docView.update(this.state.doc,[],sv(this),this),this.dom.textContent=""):this.dom.parentNode&&this.dom.parentNode.removeChild(this.dom),this.docView.destroy(),this.docView=null,w8())}get isDestroyed(){return this.docView==null}dispatchEvent(e){return w4(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?Pa&&this.root.nodeType===11&&_8(this.dom.ownerDocument)==this.dom&&V4(this,e)||e:{focusNode:null,focusOffset:0,anchorNode:null,anchorOffset:0}}domSelection(){return this.root.getSelection()}}function ZT(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 JT(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 KT(n){return!n.someProp("editable",e=>e(n.state)===!1)}function $4(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 e6(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 qT(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 ud={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:"'"},ub={48:")",49:"!",50:"@",51:"#",52:"$",53:"%",54:"^",55:"&",56:"*",57:"(",59:":",61:"+",173:"_",186:":",187:"+",188:"<",189:"_",190:">",191:"?",192:"~",219:"{",220:"|",221:"}",222:'"'},t6=typeof navigator<"u"&&/Mac/.test(navigator.platform),n6=typeof navigator<"u"&&/MSIE \d|Trident\/(?:[7-9]|\d{2,})\..*rv:(\d+)/.exec(navigator.userAgent);for(var ko=0;ko<10;ko++)ud[48+ko]=ud[96+ko]=String(ko);for(var ko=1;ko<=24;ko++)ud[ko+111]="F"+ko;for(var ko=65;ko<=90;ko++)ud[ko]=String.fromCharCode(ko+32),ub[ko]=String.fromCharCode(ko);for(var cv in ud)ub.hasOwnProperty(cv)||(ub[cv]=ud[cv]);function r6(n){var e=t6&&n.metaKey&&n.shiftKey&&!n.ctrlKey&&!n.altKey||n6&&n.shiftKey&&n.key&&n.key.length==1||n.key=="Unidentified",t=!e&&n.key||(n.shiftKey?ub:ud)[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 i6=typeof navigator<"u"?/Mac|iP(hone|[oa]d)/.test(navigator.platform):!1;function o6(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))i6?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 a6(n){let e=Object.create(null);for(let t in n)e[o6(t)]=n[t];return e}function uv(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 s6(n){return new ch({props:{handleKeyDown:nw(n)}})}function nw(n){let e=a6(n);return function(t,r){let i=r6(r),o,a=e[uv(i,r)];if(a&&a(t.state,t.dispatch,t))return!0;if(i.length==1&&i!=" "){if(r.shiftKey){let s=e[uv(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=ud[r.keyCode])&&o!=i){let s=e[uv(o,r)];if(s&&s(t.state,t.dispatch,t))return!0}}return!1}}const rw=(n,e)=>n.selection.empty?!1:(e&&e(n.tr.deleteSelection().scrollIntoView()),!0);function Kk(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=Kk(n,t);if(!r)return!1;let i=iw(r);if(!i){let a=r.blockRange(),s=a&&ep(a);return s==null?!1:(e&&e(n.tr.lift(a,s).scrollIntoView()),!0)}let o=i.nodeBefore;if(oR(n,i,e,-1))return!0;if(r.parent.content.size==0&&(Xh(o,"end")||Gt.isSelectable(o)))for(let a=r.depth;;a--){let s=$b(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(Xh(o,"end")?rn.findFrom(l.doc.resolve(l.mapping.map(i.pos,-1)),-1):Gt.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},l6=(n,e,t)=>{let r=Kk(n,t);if(!r)return!1;let i=iw(r);return i?qk(n,i,e):!1},c6=(n,e,t)=>{let r=$k(n,t);if(!r)return!1;let i=ow(r);return i?qk(n,i,e):!1};function qk(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 u=i.lastChild;if(!u)return!1;i=u}let a=e.nodeAfter,s=a,l=e.pos+1;for(;!s.isTextblock;l++){if(s.type.spec.isolating)return!1;let u=s.firstChild;if(!u)return!1;s=u}let c=$b(n.doc,o,l,Ct.empty);if(!c||c.from!=o||c instanceof io&&c.slice.size>=l-o)return!1;if(t){let u=n.tr.step(c);u.setSelection(pn.create(u.doc,o)),t(u.scrollIntoView())}return!0}function Xh(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 jk=(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=iw(r)}let a=o&&o.nodeBefore;return!a||!Gt.isSelectable(a)?!1:(e&&e(n.tr.setSelection(Gt.create(n.doc,o.pos-a.nodeSize)).scrollIntoView()),!0)};function iw(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 $k(n,e){let{$cursor:t}=n.selection;return!t||(e?!e.endOfTextblock("forward",n):t.parentOffset<t.parent.content.size)?null:t}const eR=(n,e,t)=>{let r=$k(n,t);if(!r)return!1;let i=ow(r);if(!i)return!1;let o=i.nodeAfter;if(oR(n,i,e,1))return!0;if(r.parent.content.size==0&&(Xh(o,"start")||Gt.isSelectable(o))){let a=$b(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(Xh(o,"start")?rn.findFrom(s.doc.resolve(s.mapping.map(i.pos)),1):Gt.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},tR=(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=ow(r)}let a=o&&o.nodeAfter;return!a||!Gt.isSelectable(a)?!1:(e&&e(n.tr.setSelection(Gt.create(n.doc,o.pos)).scrollIntoView()),!0)};function ow(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 u6=(n,e)=>{let t=n.selection,r=t instanceof Gt,i;if(r){if(t.node.isTextblock||!tp(n.doc,t.from))return!1;i=t.from}else if(i=Vx(n.doc,t.from,-1),i==null)return!1;if(e){let o=n.tr.join(i);r&&o.setSelection(Gt.create(o.doc,i-n.doc.resolve(i).nodeBefore.nodeSize)),e(o.scrollIntoView())}return!0},f6=(n,e)=>{let t=n.selection,r;if(t instanceof Gt){if(t.node.isTextblock||!tp(n.doc,t.to))return!1;r=t.to}else if(r=Vx(n.doc,t.to,1),r==null)return!1;return e&&e(n.tr.join(r).scrollIntoView()),!0},d6=(n,e)=>{let{$from:t,$to:r}=n.selection,i=t.blockRange(r),o=i&&ep(i);return o==null?!1:(e&&e(n.tr.lift(i,o).scrollIntoView()),!0)},nR=(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 aw(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 h6=(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=aw(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(rn.near(l.doc.resolve(s),1)),e(l.scrollIntoView())}return!0},rR=(n,e)=>{let t=n.selection,{$from:r,$to:i}=t;if(t instanceof Js||r.parent.inlineContent||i.parent.inlineContent)return!1;let o=aw(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(pn.create(s.doc,a+1)),e(s.scrollIntoView())}return!0},iR=(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(Ih(n.doc,o))return e&&e(n.tr.split(o).scrollIntoView()),!0}let r=t.blockRange(),i=r&&ep(r);return i==null?!1:(e&&e(n.tr.lift(r,i).scrollIntoView()),!0)};function p6(n){return(e,t)=>{let{$from:r,$to:i}=e.selection;if(e.selection instanceof Gt&&e.selection.node.isBlock)return!r.parentOffset||!Ih(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 d=r.depth;;d--)if(r.node(d).isBlock){l=r.end(d)==r.pos+(r.depth-d),c=r.start(d)==r.pos-(r.depth-d),s=aw(r.node(d-1).contentMatchAt(r.indexAfter(d-1))),o.unshift(l&&s?{type:s}:null),a=d;break}else{if(d==1)return!1;o.unshift(null)}let u=e.tr;(e.selection instanceof pn||e.selection instanceof Js)&&u.deleteSelection();let f=u.mapping.map(r.pos),h=Ih(u.doc,f,o.length,o);if(h||(o[0]=s?{type:s}:null,h=Ih(u.doc,f,o.length,o)),u.split(f,o.length,o),!l&&c&&r.node(a).type!=s){let d=u.mapping.map(r.before(a)),y=u.doc.resolve(d);s&&r.node(a-1).canReplaceWith(y.index(),y.index()+1,s)&&u.setNodeMarkup(u.mapping.map(r.before(a)),s)}return t&&t(u.scrollIntoView()),!0}}const g6=p6(),y6=(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(Gt.create(n.doc,i))),!0)};function b6(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||tp(n.doc,e.pos))?!1:(t&&t(n.tr.join(e.pos).scrollIntoView()),!0)}function oR(n,e,t,r){let i=e.nodeBefore,o=e.nodeAfter,a,s,l=i.type.spec.isolating||o.type.spec.isolating;if(!l&&b6(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 d=e.pos+o.nodeSize,y=dt.empty;for(let C=a.length-1;C>=0;C--)y=dt.from(a[C].create(null,y));y=dt.from(i.copy(y));let w=n.tr.step(new oo(e.pos-1,d,e.pos,d,new Ct(y,1,0),a.length,!0)),D=w.doc.resolve(d+2*a.length);D.nodeAfter&&D.nodeAfter.type==i.type&&tp(w.doc,D.pos)&&w.join(D.pos),t(w.scrollIntoView())}return!0}let u=o.type.spec.isolating||r>0&&l?null:rn.findFrom(e,1),f=u&&u.$from.blockRange(u.$to),h=f&&ep(f);if(h!=null&&h>=e.depth)return t&&t(n.tr.lift(f,h).scrollIntoView()),!0;if(c&&Xh(o,"start",!0)&&Xh(i,"end")){let d=i,y=[];for(;y.push(d),!d.isTextblock;)d=d.lastChild;let w=o,D=1;for(;!w.isTextblock;w=w.firstChild)D++;if(d.canReplace(d.childCount,d.childCount,w.content)){if(t){let C=dt.empty;for(let R=y.length-1;R>=0;R--)C=dt.from(y[R].copy(C));let A=n.tr.step(new oo(e.pos-y.length,e.pos+o.nodeSize,e.pos+D,e.pos+o.nodeSize-D,new Ct(C,y.length,0),0,!0));t(A.scrollIntoView())}return!0}}return!1}function aR(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(pn.create(e.doc,n<0?i.start(o):i.end(o)))),!0):!1}}const m6=aR(-1),v6=aR(1);function x6(n,e=null){return function(t,r){let{$from:i,$to:o}=t.selection,a=i.blockRange(o),s=a&&Hx(a,n,e);return s?(r&&r(t.tr.wrap(a,s).scrollIntoView()),!0):!1}}function w6(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 u=t.doc.resolve(c),f=u.index();i=u.parent.canReplaceWith(f,f+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 sw(...n){return function(e,t,r){for(let i=0;i<n.length;i++)if(n[i](e,t,r))return!0;return!1}}sw(rw,Qk,jk);sw(rw,eR,tR);sw(nR,rR,iR,g6);typeof navigator<"u"?/Mac|iP(hone|[oa]d)/.test(navigator.platform):typeof os<"u"&&os.platform&&os.platform()=="darwin";function D6(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 T6(s,a,n,e)?(r&&r(s.scrollIntoView()),!0):!1}}function T6(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 eg(l,l,e.depth),e.endIndex<e.parent.childCount&&(e=new eg(e.$from,a.resolve(e.$to.end(e.depth)),e.depth)),i=!0}let s=Hx(o,t,r,e);return s?(n&&E6(n,e,s,i,t),!0):!1}function E6(n,e,t,r,i){let o=dt.empty;for(let u=t.length-1;u>=0;u--)o=dt.from(t[u].type.create(t[u].attrs,o));n.step(new oo(e.start-(r?2:0),e.end,e.start,e.end,new Ct(o,0,0),t.length,!0));let a=0;for(let u=0;u<t.length;u++)t[u].type==i&&(a=u+1);let s=t.length-a,l=e.start+t.length-(r?2:0),c=e.parent;for(let u=e.startIndex,f=e.endIndex,h=!0;u<f;u++,h=!1)!h&&Ih(n.doc,l,s)&&(n.split(l,s),l+=2*s),l+=c.child(u).nodeSize;return n}function C6(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?_6(e,t,n,o):S6(e,t,o):!0:!1}}function _6(n,e,t,r){let i=n.tr,o=r.end,a=r.$to.end(r.depth);o<a&&(i.step(new oo(o-1,a,o,a,new Ct(dt.from(t.create(null,r.parent.copy())),1,0),1,!0)),r=new eg(i.doc.resolve(r.$from.pos),i.doc.resolve(a),r.depth));const s=ep(r);if(s==null)return!1;i.lift(r,s);let l=i.mapping.map(o,-1)-1;return tp(i.doc,l)&&i.join(l),e(i.scrollIntoView()),!0}function S6(n,e,t){let r=n.tr,i=t.parent;for(let d=t.end,y=t.endIndex-1,w=t.startIndex;y>w;y--)d-=i.child(y).nodeSize,r.delete(d-1,d+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),u=o.index(-1);if(!c.canReplace(u+(s?0:1),u+1,a.content.append(l?dt.empty:dt.from(i))))return!1;let f=o.pos,h=f+a.nodeSize;return r.step(new oo(f-(s?1:0),h+(l?1:0),f+1,h-1,new Ct((s?dt.empty:dt.from(i.copy(dt.empty))).append(l?dt.empty:dt.from(i.copy(dt.empty))),s?0:1,l?0:1),s?0:1)),e(r.scrollIntoView()),!0}function A6(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,u=dt.from(c?n.create():null),f=new Ct(dt.from(n.create(null,dt.from(s.type.create(null,u)))),c?3:1,0),h=o.start,d=o.end;t(e.tr.step(new oo(h-(c?3:1),d,h,d,f,1,!0)).scrollIntoView())}return!0}}var sR=typeof global=="object"&&global&&global.Object===Object&&global,k6=typeof self=="object"&&self&&self.Object===Object&&self,Ou=sR||k6||Function("return this")(),Uu=Ou.Symbol,lR=Object.prototype,R6=lR.hasOwnProperty,U6=lR.toString,bp=Uu?Uu.toStringTag:void 0;function F6(n){var e=R6.call(n,bp),t=n[bp];try{n[bp]=void 0;var r=!0}catch{}var i=U6.call(n);return r&&(e?n[bp]=t:delete n[bp]),i}var O6=Object.prototype,I6=O6.toString;function M6(n){return I6.call(n)}var P6="[object Null]",N6="[object Undefined]",jT=Uu?Uu.toStringTag:void 0;function md(n){return n==null?n===void 0?N6:P6:jT&&jT in Object(n)?F6(n):M6(n)}function wf(n){return n!=null&&typeof n=="object"}var B6="[object Symbol]";function im(n){return typeof n=="symbol"||wf(n)&&md(n)==B6}function cR(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 Fu=Array.isArray,$T=Uu?Uu.prototype:void 0,eE=$T?$T.toString:void 0;function fb(n){if(typeof n=="string")return n;if(Fu(n))return cR(n,fb)+"";if(im(n))return eE?eE.call(n):"";var e=n+"";return e=="0"&&1/n==-1/0?"-0":e}var L6=/\s/;function W6(n){for(var e=n.length;e--&&L6.test(n.charAt(e)););return e}var z6=/^\s+/;function H6(n){return n&&n.slice(0,W6(n)+1).replace(z6,"")}function fd(n){var e=typeof n;return n!=null&&(e=="object"||e=="function")}var tE=NaN,V6=/^[-+]0x[0-9a-f]+$/i,G6=/^0b[01]+$/i,X6=/^0o[0-7]+$/i,Y6=parseInt;function Nh(n){if(typeof n=="number")return n;if(im(n))return tE;if(fd(n)){var e=typeof n.valueOf=="function"?n.valueOf():n;n=fd(e)?e+"":e}if(typeof n!="string")return n===0?n:+n;n=H6(n);var t=G6.test(n);return t||X6.test(n)?Y6(n.slice(2),t?2:8):V6.test(n)?tE:+n}var Z6=1/0,J6=17976931348623157e292;function K6(n){if(!n)return n===0?n:0;if(n=Nh(n),n===Z6||n===-1/0){var e=n<0?-1:1;return e*J6}return n===n?n:0}function Q6(n){var e=K6(n),t=e%1;return e===e?t?e-t:e:0}function lw(n){return n}var q6="[object AsyncFunction]",j6="[object Function]",$6="[object GeneratorFunction]",eI="[object Proxy]";function uR(n){if(!fd(n))return!1;var e=md(n);return e==j6||e==$6||e==q6||e==eI}var fv=Ou["__core-js_shared__"],nE=function(){var n=/[^.]+$/.exec(fv&&fv.keys&&fv.keys.IE_PROTO||"");return n?"Symbol(src)_1."+n:""}();function tI(n){return!!nE&&nE in n}var nI=Function.prototype,rI=nI.toString;function uh(n){if(n!=null){try{return rI.call(n)}catch{}try{return n+""}catch{}}return""}var iI=/[\\^$.*+?()[\]{}|]/g,oI=/^\[object .+?Constructor\]$/,aI=Function.prototype,sI=Object.prototype,lI=aI.toString,cI=sI.hasOwnProperty,uI=RegExp("^"+lI.call(cI).replace(iI,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$");function fI(n){if(!fd(n)||tI(n))return!1;var e=uR(n)?uI:oI;return e.test(uh(n))}function dI(n,e){return n==null?void 0:n[e]}function fh(n,e){var t=dI(n,e);return fI(t)?t:void 0}var Q2=fh(Ou,"WeakMap");function hI(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 pI=800,gI=16,yI=Date.now;function bI(n){var e=0,t=0;return function(){var r=yI(),i=gI-(r-t);if(t=r,i>0){if(++e>=pI)return arguments[0]}else e=0;return n.apply(void 0,arguments)}}function mI(n){return function(){return n}}var rE=function(){try{var n=fh(Object,"defineProperty");return n({},"",{}),n}catch{}}(),vI=rE?function(n,e){return rE(n,"toString",{configurable:!0,enumerable:!1,value:mI(e),writable:!0})}:lw,xI=bI(vI);function wI(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 DI(n){return n!==n}function TI(n,e,t){for(var r=t-1,i=n.length;++r<i;)if(n[r]===e)return r;return-1}function EI(n,e,t){return e===e?TI(n,e,t):wI(n,DI,t)}function CI(n,e){var t=n==null?0:n.length;return!!t&&EI(n,e,0)>-1}var _I=9007199254740991,SI=/^(?:0|[1-9]\d*)$/;function fR(n,e){var t=typeof n;return e=e??_I,!!e&&(t=="number"||t!="symbol"&&SI.test(n))&&n>-1&&n%1==0&&n<e}function dR(n,e){return n===e||n!==n&&e!==e}var iE=Math.max;function AI(n,e,t){return e=iE(e===void 0?n.length-1:e,0),function(){for(var r=arguments,i=-1,o=iE(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),hI(n,this,s)}}function kI(n,e){return xI(AI(n,e,lw),n+"")}var RI=9007199254740991;function cw(n){return typeof n=="number"&&n>-1&&n%1==0&&n<=RI}function hR(n){return n!=null&&cw(n.length)&&!uR(n)}var UI=Object.prototype;function FI(n){var e=n&&n.constructor,t=typeof e=="function"&&e.prototype||UI;return n===t}function OI(n,e){for(var t=-1,r=Array(n);++t<n;)r[t]=e(t);return r}var II="[object Arguments]";function oE(n){return wf(n)&&md(n)==II}var pR=Object.prototype,MI=pR.hasOwnProperty,PI=pR.propertyIsEnumerable,uw=oE(function(){return arguments}())?oE:function(n){return wf(n)&&MI.call(n,"callee")&&!PI.call(n,"callee")};function NI(){return!1}var gR=typeof exports=="object"&&exports&&!exports.nodeType&&exports,aE=gR&&typeof module=="object"&&module&&!module.nodeType&&module,BI=aE&&aE.exports===gR,sE=BI?Ou.Buffer:void 0,LI=sE?sE.isBuffer:void 0,q2=LI||NI,WI="[object Arguments]",zI="[object Array]",HI="[object Boolean]",VI="[object Date]",GI="[object Error]",XI="[object Function]",YI="[object Map]",ZI="[object Number]",JI="[object Object]",KI="[object RegExp]",QI="[object Set]",qI="[object String]",jI="[object WeakMap]",$I="[object ArrayBuffer]",eM="[object DataView]",tM="[object Float32Array]",nM="[object Float64Array]",rM="[object Int8Array]",iM="[object Int16Array]",oM="[object Int32Array]",aM="[object Uint8Array]",sM="[object Uint8ClampedArray]",lM="[object Uint16Array]",cM="[object Uint32Array]",Dr={};Dr[tM]=Dr[nM]=Dr[rM]=Dr[iM]=Dr[oM]=Dr[aM]=Dr[sM]=Dr[lM]=Dr[cM]=!0;Dr[WI]=Dr[zI]=Dr[$I]=Dr[HI]=Dr[eM]=Dr[VI]=Dr[GI]=Dr[XI]=Dr[YI]=Dr[ZI]=Dr[JI]=Dr[KI]=Dr[QI]=Dr[qI]=Dr[jI]=!1;function uM(n){return wf(n)&&cw(n.length)&&!!Dr[md(n)]}function fw(n){return function(e){return n(e)}}var yR=typeof exports=="object"&&exports&&!exports.nodeType&&exports,Gp=yR&&typeof module=="object"&&module&&!module.nodeType&&module,fM=Gp&&Gp.exports===yR,dv=fM&&sR.process,db=function(){try{var n=Gp&&Gp.require&&Gp.require("util").types;return n||dv&&dv.binding&&dv.binding("util")}catch{}}(),lE=db&&db.isTypedArray,bR=lE?fw(lE):uM,dM=Object.prototype,hM=dM.hasOwnProperty;function pM(n,e){var t=Fu(n),r=!t&&uw(n),i=!t&&!r&&q2(n),o=!t&&!r&&!i&&bR(n),a=t||r||i||o,s=a?OI(n.length,String):[],l=s.length;for(var c in n)hM.call(n,c)&&!(a&&(c=="length"||i&&(c=="offset"||c=="parent")||o&&(c=="buffer"||c=="byteLength"||c=="byteOffset")||fR(c,l)))&&s.push(c);return s}function gM(n,e){return function(t){return n(e(t))}}var yM=gM(Object.keys,Object),bM=Object.prototype,mM=bM.hasOwnProperty;function vM(n){if(!FI(n))return yM(n);var e=[];for(var t in Object(n))mM.call(n,t)&&t!="constructor"&&e.push(t);return e}function mR(n){return hR(n)?pM(n):vM(n)}var xM=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,wM=/^\w*$/;function dw(n,e){if(Fu(n))return!1;var t=typeof n;return t=="number"||t=="symbol"||t=="boolean"||n==null||im(n)?!0:wM.test(n)||!xM.test(n)||e!=null&&n in Object(e)}var sg=fh(Object,"create");function DM(){this.__data__=sg?sg(null):{},this.size=0}function TM(n){var e=this.has(n)&&delete this.__data__[n];return this.size-=e?1:0,e}var EM="__lodash_hash_undefined__",CM=Object.prototype,_M=CM.hasOwnProperty;function SM(n){var e=this.__data__;if(sg){var t=e[n];return t===EM?void 0:t}return _M.call(e,n)?e[n]:void 0}var AM=Object.prototype,kM=AM.hasOwnProperty;function RM(n){var e=this.__data__;return sg?e[n]!==void 0:kM.call(e,n)}var UM="__lodash_hash_undefined__";function FM(n,e){var t=this.__data__;return this.size+=this.has(n)?0:1,t[n]=sg&&e===void 0?UM:e,this}function ih(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])}}ih.prototype.clear=DM;ih.prototype.delete=TM;ih.prototype.get=SM;ih.prototype.has=RM;ih.prototype.set=FM;function OM(){this.__data__=[],this.size=0}function om(n,e){for(var t=n.length;t--;)if(dR(n[t][0],e))return t;return-1}var IM=Array.prototype,MM=IM.splice;function PM(n){var e=this.__data__,t=om(e,n);if(t<0)return!1;var r=e.length-1;return t==r?e.pop():MM.call(e,t,1),--this.size,!0}function NM(n){var e=this.__data__,t=om(e,n);return t<0?void 0:e[t][1]}function BM(n){return om(this.__data__,n)>-1}function LM(n,e){var t=this.__data__,r=om(t,n);return r<0?(++this.size,t.push([n,e])):t[r][1]=e,this}function Sf(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])}}Sf.prototype.clear=OM;Sf.prototype.delete=PM;Sf.prototype.get=NM;Sf.prototype.has=BM;Sf.prototype.set=LM;var lg=fh(Ou,"Map");function WM(){this.size=0,this.__data__={hash:new ih,map:new(lg||Sf),string:new ih}}function zM(n){var e=typeof n;return e=="string"||e=="number"||e=="symbol"||e=="boolean"?n!=="__proto__":n===null}function am(n,e){var t=n.__data__;return zM(e)?t[typeof e=="string"?"string":"hash"]:t.map}function HM(n){var e=am(this,n).delete(n);return this.size-=e?1:0,e}function VM(n){return am(this,n).get(n)}function GM(n){return am(this,n).has(n)}function XM(n,e){var t=am(this,n),r=t.size;return t.set(n,e),this.size+=t.size==r?0:1,this}function Af(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])}}Af.prototype.clear=WM;Af.prototype.delete=HM;Af.prototype.get=VM;Af.prototype.has=GM;Af.prototype.set=XM;var YM="Expected a function";function hw(n,e){if(typeof n!="function"||e!=null&&typeof e!="function")throw new TypeError(YM);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(hw.Cache||Af),t}hw.Cache=Af;var ZM=500;function JM(n){var e=hw(n,function(r){return t.size===ZM&&t.clear(),r}),t=e.cache;return e}var KM=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g,QM=/\\(\\)?/g,qM=JM(function(n){var e=[];return n.charCodeAt(0)===46&&e.push(""),n.replace(KM,function(t,r,i,o){e.push(i?o.replace(QM,"$1"):r||t)}),e});function j2(n){return n==null?"":fb(n)}function vR(n,e){return Fu(n)?n:dw(n,e)?[n]:qM(j2(n))}function sm(n){if(typeof n=="string"||im(n))return n;var e=n+"";return e=="0"&&1/n==-1/0?"-0":e}function xR(n,e){e=vR(e,n);for(var t=0,r=e.length;n!=null&&t<r;)n=n[sm(e[t++])];return t&&t==r?n:void 0}function jM(n,e,t){var r=n==null?void 0:xR(n,e);return r===void 0?t:r}function wR(n,e){for(var t=-1,r=e.length,i=n.length;++t<r;)n[i+t]=e[t];return n}var cE=Uu?Uu.isConcatSpreadable:void 0;function $M(n){return Fu(n)||uw(n)||!!(cE&&n&&n[cE])}function e9(n,e,t,r,i){var o=-1,a=n.length;for(t||(t=$M),i||(i=[]);++o<a;){var s=n[o];t(s)&&wR(i,s)}return i}function t9(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 n9(n,e,t){var r=n.length;return t=t===void 0?r:t,t>=r?n:t9(n,e,t)}var r9="\\ud800-\\udfff",i9="\\u0300-\\u036f",o9="\\ufe20-\\ufe2f",a9="\\u20d0-\\u20ff",s9=i9+o9+a9,l9="\\ufe0e\\ufe0f",c9="\\u200d",u9=RegExp("["+c9+r9+s9+l9+"]");function pw(n){return u9.test(n)}function f9(n){return n.split("")}var DR="\\ud800-\\udfff",d9="\\u0300-\\u036f",h9="\\ufe20-\\ufe2f",p9="\\u20d0-\\u20ff",g9=d9+h9+p9,y9="\\ufe0e\\ufe0f",b9="["+DR+"]",$2="["+g9+"]",ex="\\ud83c[\\udffb-\\udfff]",m9="(?:"+$2+"|"+ex+")",TR="[^"+DR+"]",ER="(?:\\ud83c[\\udde6-\\uddff]){2}",CR="[\\ud800-\\udbff][\\udc00-\\udfff]",v9="\\u200d",_R=m9+"?",SR="["+y9+"]?",x9="(?:"+v9+"(?:"+[TR,ER,CR].join("|")+")"+SR+_R+")*",w9=SR+_R+x9,D9="(?:"+[TR+$2+"?",$2,ER,CR,b9].join("|")+")",T9=RegExp(ex+"(?="+ex+")|"+D9+w9,"g");function E9(n){return n.match(T9)||[]}function C9(n){return pw(n)?E9(n):f9(n)}function _9(n,e,t){return n===n&&(t!==void 0&&(n=n<=t?n:t),e!==void 0&&(n=n>=e?n:e)),n}function S9(n,e,t){return t===void 0&&(t=e,e=void 0),t!==void 0&&(t=Nh(t),t=t===t?t:0),e!==void 0&&(e=Nh(e),e=e===e?e:0),_9(Nh(n),e,t)}function A9(){this.__data__=new Sf,this.size=0}function k9(n){var e=this.__data__,t=e.delete(n);return this.size=e.size,t}function R9(n){return this.__data__.get(n)}function U9(n){return this.__data__.has(n)}var F9=200;function O9(n,e){var t=this.__data__;if(t instanceof Sf){var r=t.__data__;if(!lg||r.length<F9-1)return r.push([n,e]),this.size=++t.size,this;t=this.__data__=new Af(r)}return t.set(n,e),this.size=t.size,this}function xf(n){var e=this.__data__=new Sf(n);this.size=e.size}xf.prototype.clear=A9;xf.prototype.delete=k9;xf.prototype.get=R9;xf.prototype.has=U9;xf.prototype.set=O9;function I9(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 M9(){return[]}var P9=Object.prototype,N9=P9.propertyIsEnumerable,uE=Object.getOwnPropertySymbols,B9=uE?function(n){return n==null?[]:(n=Object(n),I9(uE(n),function(e){return N9.call(n,e)}))}:M9;function L9(n,e,t){var r=e(n);return Fu(n)?r:wR(r,t(n))}function fE(n){return L9(n,mR,B9)}var tx=fh(Ou,"DataView"),nx=fh(Ou,"Promise"),rx=fh(Ou,"Set"),dE="[object Map]",W9="[object Object]",hE="[object Promise]",pE="[object Set]",gE="[object WeakMap]",yE="[object DataView]",z9=uh(tx),H9=uh(lg),V9=uh(nx),G9=uh(rx),X9=uh(Q2),Kf=md;(tx&&Kf(new tx(new ArrayBuffer(1)))!=yE||lg&&Kf(new lg)!=dE||nx&&Kf(nx.resolve())!=hE||rx&&Kf(new rx)!=pE||Q2&&Kf(new Q2)!=gE)&&(Kf=function(n){var e=md(n),t=e==W9?n.constructor:void 0,r=t?uh(t):"";if(r)switch(r){case z9:return yE;case H9:return dE;case V9:return hE;case G9:return pE;case X9:return gE}return e});var bE=Ou.Uint8Array,Y9="__lodash_hash_undefined__";function Z9(n){return this.__data__.set(n,Y9),this}function J9(n){return this.__data__.has(n)}function cg(n){var e=-1,t=n==null?0:n.length;for(this.__data__=new Af;++e<t;)this.add(n[e])}cg.prototype.add=cg.prototype.push=Z9;cg.prototype.has=J9;function K9(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 AR(n,e){return n.has(e)}var Q9=1,q9=2;function kR(n,e,t,r,i,o){var a=t&Q9,s=n.length,l=e.length;if(s!=l&&!(a&&l>s))return!1;var c=o.get(n),u=o.get(e);if(c&&u)return c==e&&u==n;var f=-1,h=!0,d=t&q9?new cg:void 0;for(o.set(n,e),o.set(e,n);++f<s;){var y=n[f],w=e[f];if(r)var D=a?r(w,y,f,e,n,o):r(y,w,f,n,e,o);if(D!==void 0){if(D)continue;h=!1;break}if(d){if(!K9(e,function(C,A){if(!AR(d,A)&&(y===C||i(y,C,t,r,o)))return d.push(A)})){h=!1;break}}else if(!(y===w||i(y,w,t,r,o))){h=!1;break}}return o.delete(n),o.delete(e),h}function j9(n){var e=-1,t=Array(n.size);return n.forEach(function(r,i){t[++e]=[i,r]}),t}function $9(n){var e=-1,t=Array(n.size);return n.forEach(function(r){t[++e]=r}),t}var eP=1,tP=2,nP="[object Boolean]",rP="[object Date]",iP="[object Error]",oP="[object Map]",aP="[object Number]",sP="[object RegExp]",lP="[object Set]",cP="[object String]",uP="[object Symbol]",fP="[object ArrayBuffer]",dP="[object DataView]",mE=Uu?Uu.prototype:void 0,hv=mE?mE.valueOf:void 0;function hP(n,e,t,r,i,o,a){switch(t){case dP:if(n.byteLength!=e.byteLength||n.byteOffset!=e.byteOffset)return!1;n=n.buffer,e=e.buffer;case fP:return!(n.byteLength!=e.byteLength||!o(new bE(n),new bE(e)));case nP:case rP:case aP:return dR(+n,+e);case iP:return n.name==e.name&&n.message==e.message;case sP:case cP:return n==e+"";case oP:var s=j9;case lP:var l=r&eP;if(s||(s=$9),n.size!=e.size&&!l)return!1;var c=a.get(n);if(c)return c==e;r|=tP,a.set(n,e);var u=kR(s(n),s(e),r,i,o,a);return a.delete(n),u;case uP:if(hv)return hv.call(n)==hv.call(e)}return!1}var pP=1,gP=Object.prototype,yP=gP.hasOwnProperty;function bP(n,e,t,r,i,o){var a=t&pP,s=fE(n),l=s.length,c=fE(e),u=c.length;if(l!=u&&!a)return!1;for(var f=l;f--;){var h=s[f];if(!(a?h in e:yP.call(e,h)))return!1}var d=o.get(n),y=o.get(e);if(d&&y)return d==e&&y==n;var w=!0;o.set(n,e),o.set(e,n);for(var D=a;++f<l;){h=s[f];var C=n[h],A=e[h];if(r)var R=a?r(A,C,h,e,n,o):r(C,A,h,n,e,o);if(!(R===void 0?C===A||i(C,A,t,r,o):R)){w=!1;break}D||(D=h=="constructor")}if(w&&!D){var P=n.constructor,I=e.constructor;P!=I&&"constructor"in n&&"constructor"in e&&!(typeof P=="function"&&P instanceof P&&typeof I=="function"&&I instanceof I)&&(w=!1)}return o.delete(n),o.delete(e),w}var mP=1,vE="[object Arguments]",xE="[object Array]",Vg="[object Object]",vP=Object.prototype,wE=vP.hasOwnProperty;function xP(n,e,t,r,i,o){var a=Fu(n),s=Fu(e),l=a?xE:Kf(n),c=s?xE:Kf(e);l=l==vE?Vg:l,c=c==vE?Vg:c;var u=l==Vg,f=c==Vg,h=l==c;if(h&&q2(n)){if(!q2(e))return!1;a=!0,u=!1}if(h&&!u)return o||(o=new xf),a||bR(n)?kR(n,e,t,r,i,o):hP(n,e,l,t,r,i,o);if(!(t&mP)){var d=u&&wE.call(n,"__wrapped__"),y=f&&wE.call(e,"__wrapped__");if(d||y){var w=d?n.value():n,D=y?e.value():e;return o||(o=new xf),i(w,D,t,r,o)}}return h?(o||(o=new xf),bP(n,e,t,r,i,o)):!1}function gw(n,e,t,r,i){return n===e?!0:n==null||e==null||!wf(n)&&!wf(e)?n!==n&&e!==e:xP(n,e,t,r,gw,i)}var wP=1,DP=2;function TP(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 u=new xf,f;if(!(f===void 0?gw(c,l,wP|DP,r,u):f))return!1}}return!0}function RR(n){return n===n&&!fd(n)}function EP(n){for(var e=mR(n),t=e.length;t--;){var r=e[t],i=n[r];e[t]=[r,i,RR(i)]}return e}function UR(n,e){return function(t){return t==null?!1:t[n]===e&&(e!==void 0||n in Object(t))}}function CP(n){var e=EP(n);return e.length==1&&e[0][2]?UR(e[0][0],e[0][1]):function(t){return t===n||TP(t,n,e)}}function _P(n,e){return n!=null&&e in Object(n)}function SP(n,e,t){e=vR(e,n);for(var r=-1,i=e.length,o=!1;++r<i;){var a=sm(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&&cw(i)&&fR(a,i)&&(Fu(n)||uw(n)))}function AP(n,e){return n!=null&&SP(n,e,_P)}var kP=1,RP=2;function UP(n,e){return dw(n)&&RR(e)?UR(sm(n),e):function(t){var r=jM(t,n);return r===void 0&&r===e?AP(t,n):gw(e,r,kP|RP)}}function FR(n){return function(e){return e==null?void 0:e[n]}}function FP(n){return function(e){return xR(e,n)}}function OP(n){return dw(n)?FR(sm(n)):FP(n)}function IP(n){return typeof n=="function"?n:n==null?lw:typeof n=="object"?Fu(n)?UP(n[0],n[1]):CP(n):OP(n)}var pv=function(){return Ou.Date.now()},MP="Expected a function",PP=Math.max,NP=Math.min;function OR(n,e,t){var r,i,o,a,s,l,c=0,u=!1,f=!1,h=!0;if(typeof n!="function")throw new TypeError(MP);e=Nh(e)||0,fd(t)&&(u=!!t.leading,f="maxWait"in t,o=f?PP(Nh(t.maxWait)||0,e):o,h="trailing"in t?!!t.trailing:h);function d(L){var z=r,j=i;return r=i=void 0,c=L,a=n.apply(j,z),a}function y(L){return c=L,s=setTimeout(C,e),u?d(L):a}function w(L){var z=L-l,j=L-c,B=e-z;return f?NP(B,o-j):B}function D(L){var z=L-l,j=L-c;return l===void 0||z>=e||z<0||f&&j>=o}function C(){var L=pv();if(D(L))return A(L);s=setTimeout(C,w(L))}function A(L){return s=void 0,h&&r?d(L):(r=i=void 0,a)}function R(){s!==void 0&&clearTimeout(s),c=0,r=l=i=s=void 0}function P(){return s===void 0?a:A(pv())}function I(){var L=pv(),z=D(L);if(r=arguments,i=this,l=L,z){if(s===void 0)return y(l);if(f)return clearTimeout(s),s=setTimeout(C,e),d(l)}return s===void 0&&(s=setTimeout(C,e)),a}return I.cancel=R,I.flush=P,I}function gv(n){return wf(n)&&hR(n)}var BP=200;function LP(n,e,t,r){var i=-1,o=CI,a=!0,s=n.length,l=[],c=e.length;if(!s)return l;t&&(e=cR(e,fw(t))),e.length>=BP&&(o=AR,a=!1,e=new cg(e));e:for(;++i<s;){var u=n[i],f=t==null?u:t(u);if(u=u!==0?u:0,a&&f===f){for(var h=c;h--;)if(e[h]===f)continue e;l.push(u)}else o(e,f,r)||l.push(u)}return l}function WP(n){var e=n==null?0:n.length;return e?n[e-1]:void 0}var zP=kI(function(n,e){var t=WP(e);return gv(t)&&(t=void 0),gv(n)?LP(n,e9(e,1,gv),IP(t)):[]}),HP="[object Number]";function VP(n){return typeof n=="number"||wf(n)&&md(n)==HP}var GP="[object RegExp]";function XP(n){return wf(n)&&md(n)==GP}var DE=db&&db.isRegExp,YP=DE?fw(DE):XP,ZP=FR("length"),IR="\\ud800-\\udfff",JP="\\u0300-\\u036f",KP="\\ufe20-\\ufe2f",QP="\\u20d0-\\u20ff",qP=JP+KP+QP,jP="\\ufe0e\\ufe0f",$P="["+IR+"]",ix="["+qP+"]",ox="\\ud83c[\\udffb-\\udfff]",eN="(?:"+ix+"|"+ox+")",MR="[^"+IR+"]",PR="(?:\\ud83c[\\udde6-\\uddff]){2}",NR="[\\ud800-\\udbff][\\udc00-\\udfff]",tN="\\u200d",BR=eN+"?",LR="["+jP+"]?",nN="(?:"+tN+"(?:"+[MR,PR,NR].join("|")+")"+LR+BR+")*",rN=LR+BR+nN,iN="(?:"+[MR+ix+"?",ix,PR,NR,$P].join("|")+")",TE=RegExp(ox+"(?="+ox+")|"+iN+rN,"g");function oN(n){for(var e=TE.lastIndex=0;TE.test(n);)++e;return e}function aN(n){return pw(n)?oN(n):ZP(n)}var sN="Expected a function";function lN(n,e,t){var r=!0,i=!0;if(typeof n!="function")throw new TypeError(sN);return fd(t)&&(r="leading"in t?!!t.leading:r,i="trailing"in t?!!t.trailing:i),OR(n,e,{leading:r,maxWait:e,trailing:i})}var cN=30,uN="...",fN=/\w*$/;function dN(n,e){var t=cN,r=uN;if(fd(e)){var i="separator"in e?e.separator:i;t="length"in e?Q6(e.length):t,r="omission"in e?fb(e.omission):r}n=j2(n);var o=n.length;if(pw(n)){var a=C9(n);o=a.length}if(t>=o)return n;var s=t-aN(r);if(s<1)return r;var l=a?n9(a,0,s).join(""):n.slice(0,s);if(i===void 0)return l+r;if(a&&(s+=l.length-s),YP(i)){if(n.slice(s).search(i)){var c,u=l;for(i.global||(i=RegExp(i.source,j2(fN.exec(i))+"g")),i.lastIndex=0;c=i.exec(u);)var f=c.index;l=l.slice(0,f===void 0?s:f)}}else if(n.indexOf(fb(i),s)!=s){var h=l.lastIndexOf(i);h>-1&&(l=l.slice(0,h))}return l+r}function WR(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=WR(n[e]))&&(r&&(r+=" "),r+=t)}else for(t in n)n[t]&&(r&&(r+=" "),r+=t);return r}function Cu(){for(var n,e,t=0,r="",i=arguments.length;t<i;t++)(n=arguments[t])&&(e=WR(n))&&(r&&(r+=" "),r+=e);return r}const yw="-",hN=n=>{const e=gN(n),{conflictingClassGroups:t,conflictingClassGroupModifiers:r}=n;return{getClassGroupId:a=>{const s=a.split(yw);return s[0]===""&&s.length!==1&&s.shift(),zR(s,e)||pN(a)},getConflictingClassGroupIds:(a,s)=>{const l=t[a]||[];return s&&r[a]?[...l,...r[a]]:l}}},zR=(n,e)=>{var a;if(n.length===0)return e.classGroupId;const t=n[0],r=e.nextPart.get(t),i=r?zR(n.slice(1),r):void 0;if(i)return i;if(e.validators.length===0)return;const o=n.join(yw);return(a=e.validators.find(({validator:s})=>s(o)))==null?void 0:a.classGroupId},EE=/^\[(.+)\]$/,pN=n=>{if(EE.test(n)){const e=EE.exec(n)[1],t=e==null?void 0:e.substring(0,e.indexOf(":"));if(t)return"arbitrary.."+t}},gN=n=>{const{theme:e,prefix:t}=n,r={nextPart:new Map,validators:[]};return bN(Object.entries(n.classGroups),t).forEach(([o,a])=>{ax(a,r,o,e)}),r},ax=(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(yN(i)){ax(i(r),e,t,r);return}e.validators.push({validator:i,classGroupId:t});return}Object.entries(i).forEach(([o,a])=>{ax(a,CE(e,o),t,r)})})},CE=(n,e)=>{let t=n;return e.split(yw).forEach(r=>{t.nextPart.has(r)||t.nextPart.set(r,{nextPart:new Map,validators:[]}),t=t.nextPart.get(r)}),t},yN=n=>n.isThemeGetter,bN=(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,mN=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)}}},HR="!",vN=n=>{const{separator:e,experimentalParseClassName:t}=n,r=e.length===1,i=e[0],o=e.length,a=s=>{const l=[];let c=0,u=0,f;for(let D=0;D<s.length;D++){let C=s[D];if(c===0){if(C===i&&(r||s.slice(D,D+o)===e)){l.push(s.slice(u,D)),u=D+o;continue}if(C==="/"){f=D;continue}}C==="["?c++:C==="]"&&c--}const h=l.length===0?s:s.substring(u),d=h.startsWith(HR),y=d?h.substring(1):h,w=f&&f>u?f-u:void 0;return{modifiers:l,hasImportantModifier:d,baseClassName:y,maybePostfixModifierPosition:w}};return t?s=>t({className:s,parseClassName:a}):a},xN=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},wN=n=>({cache:mN(n.cacheSize),parseClassName:vN(n),...hN(n)}),DN=/\s+/,TN=(n,e)=>{const{parseClassName:t,getClassGroupId:r,getConflictingClassGroupIds:i}=e,o=[],a=n.trim().split(DN);let s="";for(let l=a.length-1;l>=0;l-=1){const c=a[l],{modifiers:u,hasImportantModifier:f,baseClassName:h,maybePostfixModifierPosition:d}=t(c);let y=!!d,w=r(y?h.substring(0,d):h);if(!w){if(!y){s=c+(s.length>0?" "+s:s);continue}if(w=r(h),!w){s=c+(s.length>0?" "+s:s);continue}y=!1}const D=xN(u).join(":"),C=f?D+HR:D,A=C+w;if(o.includes(A))continue;o.push(A);const R=i(w,y);for(let P=0;P<R.length;++P){const I=R[P];o.push(C+I)}s=c+(s.length>0?" "+s:s)}return s};function EN(){let n=0,e,t,r="";for(;n<arguments.length;)(e=arguments[n++])&&(t=VR(e))&&(r&&(r+=" "),r+=t);return r}const VR=n=>{if(typeof n=="string")return n;let e,t="";for(let r=0;r<n.length;r++)n[r]&&(e=VR(n[r]))&&(t&&(t+=" "),t+=e);return t};function CN(n,...e){let t,r,i,o=a;function a(l){const c=e.reduce((u,f)=>f(u),n());return t=wN(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 u=TN(l,t);return i(l,u),u}return function(){return o(EN.apply(null,arguments))}}const wr=n=>{const e=t=>t[n]||[];return e.isThemeGetter=!0,e},GR=/^\[(?:([a-z-]+):)?(.+)\]$/i,_N=/^\d+\/\d+$/,SN=new Set(["px","full","screen"]),AN=/^(\d+(\.\d+)?)?(xs|sm|md|lg|xl)$/,kN=/\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$/,RN=/^(rgba?|hsla?|hwb|(ok)?(lab|lch))\(.+\)$/,UN=/^(inset_)?-?((\d+)?\.?(\d+)[a-z]+|0)_-?((\d+)?\.?(\d+)[a-z]+|0)/,FN=/^(url|image|image-set|cross-fade|element|(repeating-)?(linear|radial|conic)-gradient)\(.+\)$/,sf=n=>Bh(n)||SN.has(n)||_N.test(n),zf=n=>np(n,"length",WN),Bh=n=>!!n&&!Number.isNaN(Number(n)),yv=n=>np(n,"number",Bh),mp=n=>!!n&&Number.isInteger(Number(n)),ON=n=>n.endsWith("%")&&Bh(n.slice(0,-1)),cn=n=>GR.test(n),Hf=n=>AN.test(n),IN=new Set(["length","size","percentage"]),MN=n=>np(n,IN,XR),PN=n=>np(n,"position",XR),NN=new Set(["image","url"]),BN=n=>np(n,NN,HN),LN=n=>np(n,"",zN),vp=()=>!0,np=(n,e,t)=>{const r=GR.exec(n);return r?r[1]?typeof e=="string"?r[1]===e:e.has(r[1]):t(r[2]):!1},WN=n=>kN.test(n)&&!RN.test(n),XR=()=>!1,zN=n=>UN.test(n),HN=n=>FN.test(n),VN=()=>{const n=wr("colors"),e=wr("spacing"),t=wr("blur"),r=wr("brightness"),i=wr("borderColor"),o=wr("borderRadius"),a=wr("borderSpacing"),s=wr("borderWidth"),l=wr("contrast"),c=wr("grayscale"),u=wr("hueRotate"),f=wr("invert"),h=wr("gap"),d=wr("gradientColorStops"),y=wr("gradientColorStopPositions"),w=wr("inset"),D=wr("margin"),C=wr("opacity"),A=wr("padding"),R=wr("saturate"),P=wr("scale"),I=wr("sepia"),L=wr("skew"),z=wr("space"),j=wr("translate"),B=()=>["auto","contain","none"],re=()=>["auto","hidden","clip","visible","scroll"],ce=()=>["auto",cn,e],M=()=>[cn,e],J=()=>["",sf,zf],F=()=>["auto",Bh,cn],pe=()=>["bottom","center","left","left-bottom","left-top","right","right-bottom","right-top","top"],G=()=>["solid","dashed","dotted","double","none"],$=()=>["normal","multiply","screen","overlay","darken","lighten","color-dodge","color-burn","hard-light","soft-light","difference","exclusion","hue","saturation","color","luminosity"],fe=()=>["start","end","center","between","around","evenly","stretch"],se=()=>["","0",cn],ge=()=>["auto","avoid","all","avoid-page","page","left","right","column"],K=()=>[Bh,cn];return{cacheSize:500,separator:":",theme:{colors:[vp],spacing:[sf,zf],blur:["none","",Hf,cn],brightness:K(),borderColor:[n],borderRadius:["none","","full",Hf,cn],borderSpacing:M(),borderWidth:J(),contrast:K(),grayscale:se(),hueRotate:K(),invert:se(),gap:M(),gradientColorStops:[n],gradientColorStopPositions:[ON,zf],inset:ce(),margin:ce(),opacity:K(),padding:M(),saturate:K(),scale:K(),sepia:se(),skew:K(),space:M(),translate:M()},classGroups:{aspect:[{aspect:["auto","square","video",cn]}],container:["container"],columns:[{columns:[Hf]}],"break-after":[{"break-after":ge()}],"break-before":[{"break-before":ge()}],"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:[...pe(),cn]}],overflow:[{overflow:re()}],"overflow-x":[{"overflow-x":re()}],"overflow-y":[{"overflow-y":re()}],overscroll:[{overscroll:B()}],"overscroll-x":[{"overscroll-x":B()}],"overscroll-y":[{"overscroll-y":B()}],position:["static","fixed","absolute","relative","sticky"],inset:[{inset:[w]}],"inset-x":[{"inset-x":[w]}],"inset-y":[{"inset-y":[w]}],start:[{start:[w]}],end:[{end:[w]}],top:[{top:[w]}],right:[{right:[w]}],bottom:[{bottom:[w]}],left:[{left:[w]}],visibility:["visible","invisible","collapse"],z:[{z:["auto",mp,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:se()}],shrink:[{shrink:se()}],order:[{order:["first","last","none",mp,cn]}],"grid-cols":[{"grid-cols":[vp]}],"col-start-end":[{col:["auto",{span:["full",mp,cn]},cn]}],"col-start":[{"col-start":F()}],"col-end":[{"col-end":F()}],"grid-rows":[{"grid-rows":[vp]}],"row-start-end":[{row:["auto",{span:[mp,cn]},cn]}],"row-start":[{"row-start":F()}],"row-end":[{"row-end":F()}],"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:[h]}],"gap-x":[{"gap-x":[h]}],"gap-y":[{"gap-y":[h]}],"justify-content":[{justify:["normal",...fe()]}],"justify-items":[{"justify-items":["start","end","center","stretch"]}],"justify-self":[{"justify-self":["auto","start","end","center","stretch"]}],"align-content":[{content:["normal",...fe(),"baseline"]}],"align-items":[{items:["start","end","center","baseline","stretch"]}],"align-self":[{self:["auto","start","end","center","stretch","baseline"]}],"place-content":[{"place-content":[...fe(),"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:[Hf]},Hf]}],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",Hf,zf]}],"font-smoothing":["antialiased","subpixel-antialiased"],"font-style":["italic","not-italic"],"font-weight":[{font:["thin","extralight","light","normal","medium","semibold","bold","extrabold","black",yv]}],"font-family":[{font:[vp]}],"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",Bh,yv]}],leading:[{leading:["none","tight","snug","normal","relaxed","loose",sf,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":[C]}],"text-alignment":[{text:["left","center","right","justify","start","end"]}],"text-color":[{text:[n]}],"text-opacity":[{"text-opacity":[C]}],"text-decoration":["underline","overline","line-through","no-underline"],"text-decoration-style":[{decoration:[...G(),"wavy"]}],"text-decoration-thickness":[{decoration:["auto","from-font",sf,zf]}],"underline-offset":[{"underline-offset":["auto",sf,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:M()}],"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":[C]}],"bg-origin":[{"bg-origin":["border","padding","content"]}],"bg-position":[{bg:[...pe(),PN]}],"bg-repeat":[{bg:["no-repeat",{repeat:["","x","y","round","space"]}]}],"bg-size":[{bg:["auto","cover","contain",MN]}],"bg-image":[{bg:["none",{"gradient-to":["t","tr","r","br","b","bl","l","tl"]},BN]}],"bg-color":[{bg:[n]}],"gradient-from-pos":[{from:[y]}],"gradient-via-pos":[{via:[y]}],"gradient-to-pos":[{to:[y]}],"gradient-from":[{from:[d]}],"gradient-via":[{via:[d]}],"gradient-to":[{to:[d]}],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":[C]}],"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":[C]}],"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":[sf,cn]}],"outline-w":[{outline:[sf,zf]}],"outline-color":[{outline:[n]}],"ring-w":[{ring:J()}],"ring-w-inset":["ring-inset"],"ring-color":[{ring:[n]}],"ring-opacity":[{"ring-opacity":[C]}],"ring-offset-w":[{"ring-offset":[sf,zf]}],"ring-offset-color":[{"ring-offset":[n]}],shadow:[{shadow:["","inner","none",Hf,LN]}],"shadow-color":[{shadow:[vp]}],opacity:[{opacity:[C]}],"mix-blend":[{"mix-blend":[...$(),"plus-lighter","plus-darker"]}],"bg-blend":[{"bg-blend":$()}],filter:[{filter:["","none"]}],blur:[{blur:[t]}],brightness:[{brightness:[r]}],contrast:[{contrast:[l]}],"drop-shadow":[{"drop-shadow":["","none",Hf,cn]}],grayscale:[{grayscale:[c]}],"hue-rotate":[{"hue-rotate":[u]}],invert:[{invert:[f]}],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":[u]}],"backdrop-invert":[{"backdrop-invert":[f]}],"backdrop-opacity":[{"backdrop-opacity":[C]}],"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:K()}],ease:[{ease:["linear","in","out","in-out",cn]}],delay:[{delay:K()}],animate:[{animate:["none","spin","ping","pulse","bounce",cn]}],transform:[{transform:["","gpu","none"]}],scale:[{scale:[P]}],"scale-x":[{"scale-x":[P]}],"scale-y":[{"scale-y":[P]}],rotate:[{rotate:[mp,cn]}],"translate-x":[{"translate-x":[j]}],"translate-y":[{"translate-y":[j]}],"skew-x":[{"skew-x":[L]}],"skew-y":[{"skew-y":[L]}],"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":M()}],"scroll-mx":[{"scroll-mx":M()}],"scroll-my":[{"scroll-my":M()}],"scroll-ms":[{"scroll-ms":M()}],"scroll-me":[{"scroll-me":M()}],"scroll-mt":[{"scroll-mt":M()}],"scroll-mr":[{"scroll-mr":M()}],"scroll-mb":[{"scroll-mb":M()}],"scroll-ml":[{"scroll-ml":M()}],"scroll-p":[{"scroll-p":M()}],"scroll-px":[{"scroll-px":M()}],"scroll-py":[{"scroll-py":M()}],"scroll-ps":[{"scroll-ps":M()}],"scroll-pe":[{"scroll-pe":M()}],"scroll-pt":[{"scroll-pt":M()}],"scroll-pr":[{"scroll-pr":M()}],"scroll-pb":[{"scroll-pb":M()}],"scroll-pl":[{"scroll-pl":M()}],"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:[sf,zf,yv]}],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"]}}},GN=CN(VN);function XN({updateComputed:n,notifyEffect:e}){let t,r;return{link(c,u){const f=u.depsTail;if(f!==void 0&&f.dep===c)return;const h=f!==void 0?f.nextDep:u.deps;if(h!==void 0&&h.dep===c){u.depsTail=h;return}const d=c.subsTail;if(!(d!==void 0&&d.sub===u&&s(d,u)))return i(c,u,h,f)},propagate(c){let u=32,f=c,h=0;e:do{const d=c.sub,y=d.flags;if(!(y&244)&&(d.flags=y|u|8,!0)||y&16&&!(y&4)&&(d.flags=y&-17|u|8,!0)||!(y&224)&&s(c,d)&&(d.flags=y|16|u|8,d.subs!==void 0)){const w=d.subs;if(w!==void 0){w.nextSub!==void 0?(w.prevSub=f,c=f=w,u=64,++h):(c=w,u=y&2?128:64);continue}y&2&&(r!==void 0?r.depsTail.nextDep=d.deps:t=d,r=d)}else y&(4|u)?!(y&u)&&y&224&&s(c,d)&&(d.flags=y|u):(d.flags=y|u|8,(y&10)===2&&(r!==void 0?r.depsTail.nextDep=d.deps:t=d,r=d));if((c=f.nextSub)!==void 0){f=c,u=h?64:32;continue}for(;h;){--h;const D=f.dep.subs;if(f=D.prevSub,D.prevSub=void 0,(c=f.nextSub)!==void 0){f=c,u=h?64:32;continue e}}break}while(!0)},startTracking(c){c.depsTail=void 0,c.flags=c.flags&-249|4},endTracking(c){const u=c.depsTail;if(u!==void 0){const f=u.nextDep;f!==void 0&&(l(f),u.nextDep=void 0)}else c.deps!==void 0&&(l(c.deps),c.deps=void 0);c.flags&=-5},updateDirtyFlag(c,u){return o(c.deps)?(c.flags=u|32,!0):(c.flags=u&-65,!1)},processComputedUpdate(c,u){if((u&32||(o(c.deps)||(c.flags=u&-65,!1)))&&n(c)){const f=c.subs;f!==void 0&&a(f)}},processPendingInnerEffects(c,u){if(u&128){c.flags=u&-129;let f=c.deps;do{const h=f.dep;"flags"in h&&h.flags&2&&h.flags&224&&e(h),f=f.nextDep}while(f!==void 0)}},processEffectNotifications(){for(;t!==void 0;){const c=t,u=c.depsTail,f=u.nextDep;f!==void 0?(u.nextDep=void 0,t=f.sub):(t=void 0,r=void 0),e(c)||(c.flags&=-9)}}};function i(c,u,f,h){const d={dep:c,sub:u,nextDep:f,prevSub:void 0,nextSub:void 0};if(h===void 0?u.deps=d:h.nextDep=d,c.subs===void 0)c.subs=d;else{const y=c.subsTail;d.prevSub=y,y.nextSub=d}return u.depsTail=d,c.subsTail=d,d}function o(c){let u=0,f;e:do{f=!1;const h=c.dep;if("flags"in h){const d=h.flags;if((d&33)===33){if(n(h)){const y=h.subs;y.nextSub!==void 0&&a(y),f=!0}}else if((d&65)===65){const y=h.subs;y.nextSub!==void 0&&(y.prevSub=c),c=h.deps,++u;continue}}if(!f&&c.nextDep!==void 0){c=c.nextDep;continue}if(u){let d=c.sub;do{--u;const y=d.subs;if(f){if(n(d)){(c=y.prevSub)!==void 0?(y.prevSub=void 0,a(d.subs),d=c.sub):d=y.sub;continue}}else d.flags&=-65;if((c=y.prevSub)!==void 0){if(y.prevSub=void 0,c.nextDep!==void 0){c=c.nextDep;continue e}d=c.sub}else{if((c=y.nextDep)!==void 0)continue e;d=y.sub}f=!1}while(u)}return f}while(!0)}function a(c){do{const u=c.sub,f=u.flags;(f&96)===64&&(u.flags=f|32|8,(f&10)===2&&(r!==void 0?r.depsTail.nextDep=u.deps:t=u,r=u)),c=c.nextSub}while(c!==void 0)}function s(c,u){const f=u.depsTail;if(f!==void 0){let h=u.deps;do{if(h===c)return!0;if(h===f)break;h=h.nextDep}while(h!==void 0)}return!1}function l(c){do{const u=c.dep,f=c.nextDep,h=c.nextSub,d=c.prevSub;if(h!==void 0?h.prevSub=d:u.subsTail=d,d!==void 0?d.nextSub=h:u.subs=h,u.subs===void 0&&"deps"in u){const y=u.flags;y&32||(u.flags=y|32);const w=u.deps;if(w!==void 0){c=w,u.depsTail.nextDep=f,u.deps=void 0,u.depsTail=void 0;continue}}c=f}while(c!==void 0)}}var{link:YR,propagate:YN,updateDirtyFlag:ZN,startTracking:bw,endTracking:mw,processEffectNotifications:JN,processComputedUpdate:fZ,processPendingInnerEffects:ZR}=XN({updateComputed(n){const e=_u;_u=n,bw(n);try{const t=n.currentValue,r=n.getter(t);return t!==r?(n.currentValue=r,!0):!1}finally{_u=e,mw(n)}},notifyEffect(n){return"isScope"in n?qN(n):QN(n)}}),_u;function KN(n){return jN.bind({currentValue:n,subs:void 0,subsTail:void 0})}function JR(n){const e={fn:n,subs:void 0,subsTail:void 0,deps:void 0,depsTail:void 0,flags:2};return _u!==void 0&&YR(e,_u),KR(e),$N.bind(e)}function KR(n){const e=_u;_u=n,bw(n);try{n.fn()}finally{_u=e,mw(n)}}function QN(n){const e=n.flags;return e&32||e&64&&ZN(n,e)?KR(n):ZR(n,n.flags),!0}function qN(n){return n.flags&128?(ZR(n,n.flags),!0):!1}function jN(...n){if(n.length){if(this.currentValue!==(this.currentValue=n[0])){const e=this.subs;e!==void 0&&(YN(e),JN())}}else return _u!==void 0&&YR(this,_u),this.currentValue}function $N(){bw(this),mw(this)}function eB(n){return KN(n)}function tB(n){return[En.useSyncExternalStore(e=>{let t=JR(()=>{n(),e()});return()=>t()},()=>n(),()=>n()),e=>{n(typeof e=="function"?e(n()):e)}]}function nB(n){return En.useSyncExternalStore(e=>{let t=JR(()=>{n(),e()});return()=>t()},()=>n(),()=>n())}const _E=n=>typeof n=="boolean"?`${n}`:n===0?"0":n,SE=Cu,rB=(n,e)=>t=>{var r;if((e==null?void 0:e.variants)==null)return SE(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 u=t==null?void 0:t[c],f=o==null?void 0:o[c];if(u===null)return null;const h=_E(u)||_E(f);return i[c][h]}),s=t&&Object.entries(t).reduce((c,u)=>{let[f,h]=u;return h===void 0||(c[f]=h),c},{}),l=e==null||(r=e.compoundVariants)===null||r===void 0?void 0:r.reduce((c,u)=>{let{class:f,className:h,...d}=u;return Object.entries(d).every(y=>{let[w,D]=y;return Array.isArray(D)?D.includes({...o,...s}[w]):{...o,...s}[w]===D})?[...c,f,h]:c},[]);return SE(n,a,l,t==null?void 0:t.class,t==null?void 0:t.className)},iB="aaa1rp3bb0ott3vie4c1le2ogado5udhabi7c0ademy5centure6ountant0s9o1tor4d0s1ult4e0g1ro2tna4f0l1rica5g0akhan5ency5i0g1rbus3force5tel5kdn3l0ibaba4pay4lfinanz6state5y2sace3tom5m0azon4ericanexpress7family11x2fam3ica3sterdam8nalytics7droid5quan4z2o0l2partments8p0le4q0uarelle8r0ab1mco4chi3my2pa2t0e3s0da2ia2sociates9t0hleta5torney7u0ction5di0ble3o3spost5thor3o0s4w0s2x0a2z0ure5ba0by2idu3namex4d1k2r0celona5laycard4s5efoot5gains6seball5ketball8uhaus5yern5b0c1t1va3cg1n2d1e0ats2uty4er2ntley5rlin4st0buy5t2f1g1h0arti5i0ble3d1ke2ng0o3o1z2j1lack0friday9ockbuster8g1omberg7ue3m0s1w2n0pparibas9o0ats3ehringer8fa2m1nd2o0k0ing5sch2tik2on4t1utique6x2r0adesco6idgestone9oadway5ker3ther5ussels7s1t1uild0ers6siness6y1zz3v1w1y1z0h3ca0b1fe2l0l1vinklein9m0era3p2non3petown5ital0one8r0avan4ds2e0er0s4s2sa1e1h1ino4t0ering5holic7ba1n1re3c1d1enter4o1rn3f0a1d2g1h0anel2nel4rity4se2t2eap3intai5ristmas6ome4urch5i0priani6rcle4sco3tadel4i0c2y3k1l0aims4eaning6ick2nic1que6othing5ud3ub0med6m1n1o0ach3des3ffee4llege4ogne5m0mbank4unity6pany2re3uter5sec4ndos3struction8ulting7tact3ractors9oking4l1p2rsica5untry4pon0s4rses6pa2r0edit0card4union9icket5own3s1uise0s6u0isinella9v1w1x1y0mru3ou3z2dad1nce3ta1e1ing3sun4y2clk3ds2e0al0er2s3gree4livery5l1oitte5ta3mocrat6ntal2ist5si0gn4v2hl2iamonds6et2gital5rect0ory7scount3ver5h2y2j1k1m1np2o0cs1tor4g1mains5t1wnload7rive4tv2ubai3nlop4pont4rban5vag2r2z2earth3t2c0o2deka3u0cation8e1g1mail3erck5nergy4gineer0ing9terprises10pson4quipment8r0icsson6ni3s0q1tate5t1u0rovision8s2vents5xchange6pert3osed4ress5traspace10fage2il1rwinds6th3mily4n0s2rm0ers5shion4t3edex3edback6rrari3ero6i0delity5o2lm2nal1nce1ial7re0stone6mdale6sh0ing5t0ness6j1k1lickr3ghts4r2orist4wers5y2m1o0o0d1tball6rd1ex2sale4um3undation8x2r0ee1senius7l1ogans4ntier7tr2ujitsu5n0d2rniture7tbol5yi3ga0l0lery3o1up4me0s3p1rden4y2b0iz3d0n2e0a1nt0ing5orge5f1g0ee3h1i0ft0s3ves2ing5l0ass3e1obal2o4m0ail3bh2o1x2n1odaddy5ld0point6f2o0dyear5g0le4p1t1v2p1q1r0ainger5phics5tis4een3ipe3ocery4up4s1t1u0cci3ge2ide2tars5ru3w1y2hair2mburg5ngout5us3bo2dfc0bank7ealth0care8lp1sinki6re1mes5iphop4samitsu7tachi5v2k0t2m1n1ockey4ldings5iday5medepot5goods5s0ense7nda3rse3spital5t0ing5t0els3mail5use3w2r1sbc3t1u0ghes5yatt3undai7ibm2cbc2e1u2d1e0ee3fm2kano4l1m0amat4db2mo0bilien9n0c1dustries8finiti5o2g1k1stitute6urance4e4t0ernational10uit4vestments10o1piranga7q1r0ish4s0maili5t0anbul7t0au2v3jaguar4va3cb2e0ep2tzt3welry6io2ll2m0p2nj2o0bs1urg4t1y2p0morgan6rs3uegos4niper7kaufen5ddi3e0rryhotels6logistics9properties14fh2g1h1i0a1ds2m1ndle4tchen5wi3m1n1oeln3matsu5sher5p0mg2n2r0d1ed3uokgroup8w1y0oto4z2la0caixa5mborghini8er3ncaster6d0rover6xess5salle5t0ino3robe5w0yer5b1c1ds2ease3clerc5frak4gal2o2xus4gbt3i0dl2fe0insurance9style7ghting6ke2lly3mited4o2ncoln4k2psy3ve1ing5k1lc1p2oan0s3cker3us3l1ndon4tte1o3ve3pl0financial11r1s1t0d0a3u0ndbeck6xe1ury5v1y2ma0drid4if1son4keup4n0agement7go3p1rket0ing3s4riott5shalls7ttel5ba2c0kinsey7d1e0d0ia3et2lbourne7me1orial6n0u2rckmsd7g1h1iami3crosoft7l1ni1t2t0subishi9k1l0b1s2m0a2n1o0bi0le4da2e1i1m1nash3ey2ster5rmon3tgage6scow4to0rcycles9v0ie4p1q1r1s0d2t0n1r2u0seum3ic4v1w1x1y1z2na0b1goya4me2vy3ba2c1e0c1t0bank4flix4work5ustar5w0s2xt0direct7us4f0l2g0o2hk2i0co2ke1on3nja3ssan1y5l1o0kia3rton4w0ruz3tv4p1r0a1w2tt2u1yc2z2obi1server7ffice5kinawa6layan0group9lo3m0ega4ne1g1l0ine5oo2pen3racle3nge4g0anic5igins6saka4tsuka4t2vh3pa0ge2nasonic7ris2s1tners4s1y3y2ccw3e0t2f0izer5g1h0armacy6d1ilips5one2to0graphy6s4ysio5ics1tet2ures6d1n0g1k2oneer5zza4k1l0ace2y0station9umbing5s3m1n0c2ohl2ker3litie5rn2st3r0america6xi3ess3ime3o0d0uctions8f1gressive8mo2perties3y5tection8u0dential9s1t1ub2w0c2y2qa1pon3uebec3st5racing4dio4e0ad1lestate6tor2y4cipes5d0stone5umbrella9hab3ise0n3t2liance6n0t0als5pair3ort3ublican8st0aurant8view0s5xroth6ich0ardli6oh3l1o1p2o0cks3deo3gers4om3s0vp3u0gby3hr2n2w0e2yukyu6sa0arland6fe0ty4kura4le1on3msclub4ung5ndvik0coromant12ofi4p1rl2s1ve2xo3b0i1s2c0b1haeffler7midt4olarships8ol3ule3warz5ience5ot3d1e0arch3t2cure1ity6ek2lect4ner3rvices6ven3w1x0y3fr2g1h0angrila6rp3ell3ia1ksha5oes2p0ping5uji3w3i0lk2na1gles5te3j1k0i0n2y0pe4l0ing4m0art3ile4n0cf3o0ccer3ial4ftbank4ware6hu2lar2utions7ng1y2y2pa0ce3ort2t3r0l2s1t0ada2ples4r1tebank4farm7c0group6ockholm6rage3e3ream4udio2y3yle4u0cks3pplies3y2ort5rf1gery5zuki5v1watch4iss4x1y0dney4stems6z2tab1ipei4lk2obao4rget4tamotors6r2too4x0i3c0i2d0k2eam2ch0nology8l1masek5nnis4va3f1g1h0d1eater2re6iaa2ckets5enda4ps2res2ol4j0maxx4x2k0maxx5l1m0all4n1o0day3kyo3ols3p1ray3shiba5tal3urs3wn2yota3s3r0ade1ing4ining5vel0ers0insurance16ust3v2t1ube2i1nes3shu4v0s2w1z2ua1bank3s2g1k1nicom3versity8o2ol2ps2s1y1z2va0cations7na1guard7c1e0gas3ntures6risign5mögensberater2ung14sicherung10t2g1i0ajes4deo3g1king4llas4n1p1rgin4sa1ion4va1o3laanderen9n1odka3lvo3te1ing3o2yage5u2wales2mart4ter4ng0gou5tch0es6eather0channel12bcam3er2site5d0ding5ibo2r3f1hoswho6ien2ki2lliamhill9n0dows4e1ners6me2olterskluwer11odside6rk0s2ld3w2s1tc1f3xbox3erox4ihuan4n2xx2yz3yachts4hoo3maxun5ndex5e1odobashi7ga2kohama6u0tube6t1un3za0ppos4ra3ero3ip2m1one3uerich6w2",oB="ελ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",Yh=(n,e)=>{for(const t in e)n[t]=e[t];return n},sx="numeric",lx="ascii",cx="alpha",Xp="asciinumeric",Wp="alphanumeric",ux="domain",QR="emoji",aB="scheme",sB="slashscheme",bv="whitespace";function lB(n,e){return n in e||(e[n]=[]),e[n]}function Jd(n,e,t){e[sx]&&(e[Xp]=!0,e[Wp]=!0),e[lx]&&(e[Xp]=!0,e[cx]=!0),e[Xp]&&(e[Wp]=!0),e[cx]&&(e[Wp]=!0),e[Wp]&&(e[ux]=!0),e[QR]&&(e[ux]=!0);for(const r in e){const i=lB(r,t);i.indexOf(n)<0&&i.push(n)}}function cB(n,e){const t={};for(const r in e)e[r].indexOf(n)>=0&&(t[r]=!0);return t}function gs(n=null){this.j={},this.jr=[],this.jd=null,this.t=n}gs.groups={};gs.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||gs.groups;let i;return e&&e.j?i=e:(i=new gs(e),t&&r&&Jd(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||gs.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 gs,Yh(a.j,s.j),a.jr.push.apply(a.jr,s.jr),a.jd=s.jd,a.t=s.t):a=new gs,o){if(r)if(a.t&&typeof a.t=="string"){const l=Yh(cB(a.t,r),t);Jd(o,l,r)}else t&&Jd(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),Jr=(n,e,t,r,i)=>n.tr(e,t,r,i),AE=(n,e,t,r,i)=>n.ts(e,t,r,i),vt=(n,e,t,r,i)=>n.tt(e,t,r,i),hf="WORD",fx="UWORD",qR="ASCIINUMERICAL",jR="ALPHANUMERICAL",ug="LOCALHOST",dx="TLD",hx="UTLD",Cy="SCHEME",Rh="SLASH_SCHEME",vw="NUM",px="WS",xw="NL",Yp="OPENBRACE",Zp="CLOSEBRACE",hb="OPENBRACKET",pb="CLOSEBRACKET",gb="OPENPAREN",yb="CLOSEPAREN",bb="OPENANGLEBRACKET",mb="CLOSEANGLEBRACKET",vb="FULLWIDTHLEFTPAREN",xb="FULLWIDTHRIGHTPAREN",wb="LEFTCORNERBRACKET",Db="RIGHTCORNERBRACKET",Tb="LEFTWHITECORNERBRACKET",Eb="RIGHTWHITECORNERBRACKET",Cb="FULLWIDTHLESSTHAN",_b="FULLWIDTHGREATERTHAN",Sb="AMPERSAND",ww="APOSTROPHE",Ab="ASTERISK",Qf="AT",kb="BACKSLASH",Rb="BACKTICK",Ub="CARET",$f="COLON",Dw="COMMA",Fb="DOLLAR",wu="DOT",Ob="EQUALS",Tw="EXCLAMATION",ql="HYPHEN",Jp="PERCENT",Ib="PIPE",Mb="PLUS",Pb="POUND",Kp="QUERY",Ew="QUOTE",$R="FULLWIDTHMIDDLEDOT",Cw="SEMI",Du="SLASH",Qp="TILDE",Nb="UNDERSCORE",eU="EMOJI",Bb="SYM";var tU=Object.freeze({__proto__:null,WORD:hf,UWORD:fx,ASCIINUMERICAL:qR,ALPHANUMERICAL:jR,LOCALHOST:ug,TLD:dx,UTLD:hx,SCHEME:Cy,SLASH_SCHEME:Rh,NUM:vw,WS:px,NL:xw,OPENBRACE:Yp,CLOSEBRACE:Zp,OPENBRACKET:hb,CLOSEBRACKET:pb,OPENPAREN:gb,CLOSEPAREN:yb,OPENANGLEBRACKET:bb,CLOSEANGLEBRACKET:mb,FULLWIDTHLEFTPAREN:vb,FULLWIDTHRIGHTPAREN:xb,LEFTCORNERBRACKET:wb,RIGHTCORNERBRACKET:Db,LEFTWHITECORNERBRACKET:Tb,RIGHTWHITECORNERBRACKET:Eb,FULLWIDTHLESSTHAN:Cb,FULLWIDTHGREATERTHAN:_b,AMPERSAND:Sb,APOSTROPHE:ww,ASTERISK:Ab,AT:Qf,BACKSLASH:kb,BACKTICK:Rb,CARET:Ub,COLON:$f,COMMA:Dw,DOLLAR:Fb,DOT:wu,EQUALS:Ob,EXCLAMATION:Tw,HYPHEN:ql,PERCENT:Jp,PIPE:Ib,PLUS:Mb,POUND:Pb,QUERY:Kp,QUOTE:Ew,FULLWIDTHMIDDLEDOT:$R,SEMI:Cw,SLASH:Du,TILDE:Qp,UNDERSCORE:Nb,EMOJI:eU,SYM:Bb});const lf=/[a-z]/,xp=new RegExp("\\p{L}","u"),mv=new RegExp("\\p{Emoji}","u"),cf=/\d/,vv=/\s/,kE="\r",xv=`
|
|
11
|
-
`,uB="️",fB="",wv="";let Gg=null,Xg=null;function dB(n=[]){const e={};gs.groups=e;const t=new gs;Gg==null&&(Gg=RE(iB)),Xg==null&&(Xg=RE(oB)),vt(t,"'",ww),vt(t,"{",Yp),vt(t,"}",Zp),vt(t,"[",hb),vt(t,"]",pb),vt(t,"(",gb),vt(t,")",yb),vt(t,"<",bb),vt(t,">",mb),vt(t,"(",vb),vt(t,")",xb),vt(t,"「",wb),vt(t,"」",Db),vt(t,"『",Tb),vt(t,"』",Eb),vt(t,"<",Cb),vt(t,">",_b),vt(t,"&",Sb),vt(t,"*",Ab),vt(t,"@",Qf),vt(t,"`",Rb),vt(t,"^",Ub),vt(t,":",$f),vt(t,",",Dw),vt(t,"$",Fb),vt(t,".",wu),vt(t,"=",Ob),vt(t,"!",Tw),vt(t,"-",ql),vt(t,"%",Jp),vt(t,"|",Ib),vt(t,"+",Mb),vt(t,"#",Pb),vt(t,"?",Kp),vt(t,'"',Ew),vt(t,"/",Du),vt(t,";",Cw),vt(t,"~",Qp),vt(t,"_",Nb),vt(t,"\\",kb),vt(t,"・",$R);const r=Jr(t,cf,vw,{[sx]:!0});Jr(r,cf,r);const i=Jr(r,lf,qR,{[Xp]:!0}),o=Jr(r,xp,jR,{[Wp]:!0}),a=Jr(t,lf,hf,{[lx]:!0});Jr(a,cf,i),Jr(a,lf,a),Jr(i,cf,i),Jr(i,lf,i);const s=Jr(t,xp,fx,{[cx]:!0});Jr(s,lf),Jr(s,cf,o),Jr(s,xp,s),Jr(o,cf,o),Jr(o,lf),Jr(o,xp,o);const l=vt(t,xv,xw,{[bv]:!0}),c=vt(t,kE,px,{[bv]:!0}),u=Jr(t,vv,px,{[bv]:!0});vt(t,wv,u),vt(c,xv,l),vt(c,wv,u),Jr(c,vv,u),vt(u,kE),vt(u,xv),Jr(u,vv,u),vt(u,wv,u);const f=Jr(t,mv,eU,{[QR]:!0});vt(f,"#"),Jr(f,mv,f),vt(f,uB,f);const h=vt(f,fB);vt(h,"#"),Jr(h,mv,f);const d=[[lf,a],[cf,i]],y=[[lf,null],[xp,s],[cf,o]];for(let w=0;w<Gg.length;w++)Vf(t,Gg[w],dx,hf,d);for(let w=0;w<Xg.length;w++)Vf(t,Xg[w],hx,fx,y);Jd(dx,{tld:!0,ascii:!0},e),Jd(hx,{utld:!0,alpha:!0},e),Vf(t,"file",Cy,hf,d),Vf(t,"mailto",Cy,hf,d),Vf(t,"http",Rh,hf,d),Vf(t,"https",Rh,hf,d),Vf(t,"ftp",Rh,hf,d),Vf(t,"ftps",Rh,hf,d),Jd(Cy,{scheme:!0,ascii:!0},e),Jd(Rh,{slashscheme:!0,ascii:!0},e),n=n.sort((w,D)=>w[0]>D[0]?1:-1);for(let w=0;w<n.length;w++){const D=n[w][0],A=n[w][1]?{[aB]:!0}:{[sB]:!0};D.indexOf("-")>=0?A[ux]=!0:lf.test(D)?cf.test(D)?A[Xp]=!0:A[lx]=!0:A[sx]=!0,AE(t,D,D,A)}return AE(t,"localhost",ug,{ascii:!0}),t.jd=new gs(Bb),{start:t,tokens:Yh({groups:e},tU)}}function nU(n,e){const t=hB(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,u=null,f=-1,h=-1;for(;a<r&&(l=s.go(t[a]));)s=l,s.accepts()?(f=0,h=0,u=s):f>=0&&(f+=t[a].length,h++),c+=t[a].length,o+=t[a].length,a++;o-=f,a-=h,c-=f,i.push({t:u.t,v:e.slice(o-c,o),s:o-c,e:o})}return i}function hB(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 Vf(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 gs(r),o.jr=i.slice(),n.j[l]=o),n=o}return o=new gs(t),o.jr=i.slice(),n.j[e[a-1]]=o,o}function RE(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 fg={defaultProtocol:"http",events:null,format:UE,formatHref:UE,nl2br:!1,tagName:"a",target:null,rel:null,validate:!0,truncate:1/0,className:null,attributes:null,ignoreTags:[],render:null};function _w(n,e=null){let t=Yh({},fg);n&&(t=Yh(t,n instanceof _w?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}_w.prototype={o:fg,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]:fg[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 UE(n){return n}function rU(n,e){this.t="token",this.v=n,this.tk=e}rU.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=fg.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),u=n.getObj("attributes",t,e),f=n.getObj("events",t,e);return a.href=r,s&&(a.class=s),l&&(a.target=l),c&&(a.rel=c),u&&Yh(a,u),{tagName:i,attributes:a,content:o,eventListeners:f}}};function lm(n,e){class t extends rU{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 FE=lm("email",{isLink:!0,toHref(){return"mailto:"+this.toString()}}),OE=lm("text"),pB=lm("nl"),Yg=lm("url",{isLink:!0,toHref(n=fg.defaultProtocol){return this.hasProtocol()?this.v:`${n}://${this.v}`},hasProtocol(){const n=this.tk;return n.length>=2&&n[0].t!==ug&&n[1].t===$f}}),Jl=n=>new gs(n);function gB({groups:n}){const e=n.domain.concat([Sb,Ab,Qf,kb,Rb,Ub,Fb,Ob,ql,vw,Jp,Ib,Mb,Pb,Du,Bb,Qp,Nb]),t=[$f,Dw,wu,Tw,Jp,Kp,Ew,Cw,bb,mb,Yp,Zp,pb,hb,gb,yb,vb,xb,wb,Db,Tb,Eb,Cb,_b],r=[Sb,ww,Ab,kb,Rb,Ub,Fb,Ob,ql,Yp,Zp,Jp,Ib,Mb,Pb,Kp,Du,Bb,Qp,Nb],i=Jl(),o=vt(i,Qp);un(o,r,o),un(o,n.domain,o);const a=Jl(),s=Jl(),l=Jl();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=vt(a,Qf);vt(o,Qf,c),vt(s,Qf,c),vt(l,Qf,c);const u=vt(o,wu);un(u,r,o),un(u,n.domain,o);const f=Jl();un(c,n.domain,f),un(f,n.domain,f);const h=vt(f,wu);un(h,n.domain,f);const d=Jl(FE);un(h,n.tld,d),un(h,n.utld,d),vt(c,ug,d);const y=vt(f,ql);vt(y,ql,y),un(y,n.domain,f),un(d,n.domain,f),vt(d,wu,h),vt(d,ql,y);const w=vt(d,$f);un(w,n.numeric,FE);const D=vt(a,ql),C=vt(a,wu);vt(D,ql,D),un(D,n.domain,a),un(C,r,o),un(C,n.domain,a);const A=Jl(Yg);un(C,n.tld,A),un(C,n.utld,A),un(A,n.domain,a),un(A,r,o),vt(A,wu,C),vt(A,ql,D),vt(A,Qf,c);const R=vt(A,$f),P=Jl(Yg);un(R,n.numeric,P);const I=Jl(Yg),L=Jl();un(I,e,I),un(I,t,L),un(L,e,I),un(L,t,L),vt(A,Du,I),vt(P,Du,I);const z=vt(s,$f),j=vt(l,$f),B=vt(j,Du),re=vt(B,Du);un(s,n.domain,a),vt(s,wu,C),vt(s,ql,D),un(l,n.domain,a),vt(l,wu,C),vt(l,ql,D),un(z,n.domain,I),vt(z,Du,I),vt(z,Kp,I),un(re,n.domain,I),un(re,e,I),vt(re,Du,I);const ce=[[Yp,Zp],[hb,pb],[gb,yb],[bb,mb],[vb,xb],[wb,Db],[Tb,Eb],[Cb,_b]];for(let M=0;M<ce.length;M++){const[J,F]=ce[M],pe=vt(I,J);vt(L,J,pe),vt(pe,F,I);const G=Jl(Yg);un(pe,e,G);const $=Jl();un(pe,t),un(G,e,G),un(G,t,$),un($,e,G),un($,t,$),vt(G,F,I),vt($,F,I)}return vt(i,ug,A),vt(i,xw,pB),{start:i,tokens:tU}}function yB(n,e,t){let r=t.length,i=0,o=[],a=[];for(;i<r;){let s=n,l=null,c=null,u=0,f=null,h=-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()?(h=0,f=s):h>=0&&h++,i++,u++;if(h<0)i-=u,i<r&&(a.push(t[i]),i++);else{a.length>0&&(o.push(Dv(OE,e,a)),a=[]),i-=h,u-=h;const d=f.t,y=t.slice(i-u,i);o.push(Dv(d,e,y))}}return a.length>0&&o.push(Dv(OE,e,a)),o}function Dv(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 bB=typeof console<"u"&&console&&console.warn||(()=>{}),mB="until manual call of linkify.init(). Register all schemes and plugins before invoking linkify the first time.",Tr={scanner:null,parser:null,tokenQueue:[],pluginQueue:[],customSchemes:[],initialized:!1};function vB(){return gs.groups={},Tr.scanner=null,Tr.parser=null,Tr.tokenQueue=[],Tr.pluginQueue=[],Tr.customSchemes=[],Tr.initialized=!1,Tr}function xB(n,e=!1){if(Tr.initialized&&bB(`linkifyjs: already initialized - will not register custom scheme "${n}" ${mB}`),!/^[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`);Tr.customSchemes.push([n,e])}function wB(){Tr.scanner=dB(Tr.customSchemes);for(let n=0;n<Tr.tokenQueue.length;n++)Tr.tokenQueue[n][1]({scanner:Tr.scanner});Tr.parser=gB(Tr.scanner.tokens);for(let n=0;n<Tr.pluginQueue.length;n++)Tr.pluginQueue[n][1]({scanner:Tr.scanner,parser:Tr.parser});return Tr.initialized=!0,Tr}function Sw(n){return Tr.initialized||wB(),yB(Tr.parser.start,n,nU(Tr.scanner.start,n))}Sw.scan=nU;function DB(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 _w(t),i=Sw(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 Lb=200,ao=function(){};ao.prototype.append=function(e){return e.length?(e=ao.from(e),!this.length&&e||e.length<Lb&&this.leafAppend(e)||this.length<Lb&&e.leafPrepend(this)||this.appendInner(e)):this};ao.prototype.prepend=function(e){return e.length?ao.from(e).append(this):this};ao.prototype.appendInner=function(e){return new TB(this,e)};ao.prototype.slice=function(e,t){return e===void 0&&(e=0),t===void 0&&(t=this.length),e>=t?ao.empty:this.sliceInner(Math.max(0,e),Math.min(this.length,t))};ao.prototype.get=function(e){if(!(e<0||e>=this.length))return this.getInner(e)};ao.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)};ao.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};ao.from=function(e){return e instanceof ao?e:e&&e.length?new iU(e):ao.empty};var iU=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<=Lb)return new e(this.values.concat(i.flatten()))},e.prototype.leafPrepend=function(i){if(this.length+i.length<=Lb)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}(ao);ao.empty=new iU([]);var TB=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}(ao);const EB=500;class Wc{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=[],u=[];return this.items.forEach((f,h)=>{if(!f.step){i||(i=this.remapping(r,h+1),o=i.maps.length),o--,u.push(f);return}if(i){u.push(new Gf(f.map));let d=f.step.map(i.slice(o)),y;d&&a.maybeStep(d).doc&&(y=a.mapping.maps[a.mapping.maps.length-1],c.push(new Gf(y,void 0,void 0,c.length+u.length))),o--,y&&i.appendMap(y,o)}else a.maybeStep(f.step);if(f.selection)return s=i?f.selection.map(i.slice(o)):f.selection,l=new Wc(this.items.slice(0,r).append(u.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 u=0;u<e.steps.length;u++){let f=e.steps[u].invert(e.docs[u]),h=new Gf(e.mapping.maps[u],f,t),d;(d=l&&l.merge(h))&&(h=d,u?o.pop():s=s.slice(0,s.length-1)),o.push(h),t&&(a++,t=void 0),i||(l=h)}let c=a-r.depth;return c>_B&&(s=CB(s,c),a-=c),new Wc(s.append(o),a)}remapping(e,t){let r=new Oh;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 Wc(this.items.append(e.map(t=>new Gf(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(h=>{h.selection&&s--},i);let l=t;this.items.forEach(h=>{let d=o.getMirror(--l);if(d==null)return;a=Math.min(a,d);let y=o.maps[d];if(h.step){let w=e.steps[d].invert(e.docs[d]),D=h.selection&&h.selection.map(o.slice(l+1,d));D&&s++,r.push(new Gf(y,w,D))}else r.push(new Gf(y))},i);let c=[];for(let h=t;h<a;h++)c.push(new Gf(o.maps[h]));let u=this.items.slice(0,i).append(c).append(r),f=new Wc(u,s);return f.emptyItemCount()>EB&&(f=f.compress(this.items.length-r.length)),f}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 u=a.selection&&a.selection.map(t.slice(r));u&&o++;let f=new Gf(c.invert(),l,u),h,d=i.length-1;(h=i.length&&i[d].merge(f))?i[d]=h:i.push(f)}}else a.map&&r--},this.items.length,0),new Wc(ao.from(i.reverse()),o)}}Wc.empty=new Wc(ao.empty,0);function CB(n,e){let t;return n.forEach((r,i)=>{if(r.selection&&e--==0)return t=i,!1}),n.slice(t)}let Gf=class oU{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 oU(t.getMap().invert(),t,this.selection)}}};class qf{constructor(e,t,r,i,o){this.done=e,this.undone=t,this.prevRanges=r,this.prevTime=i,this.prevComposition=o}}const _B=20;function SB(n,e,t,r){let i=t.getMeta($d),o;if(i)return i.historyState;t.getMeta(RB)&&(n=new qf(n.done,n.undone,null,0,-1));let a=t.getMeta("appendedTransaction");if(t.steps.length==0)return n;if(a&&a.getMeta($d))return a.getMeta($d).redo?new qf(n.done.addTransform(t,void 0,r,_y(e)),n.undone,IE(t.mapping.maps),n.prevTime,n.prevComposition):new qf(n.done,n.undone.addTransform(t,void 0,r,_y(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||!AB(t,n.prevRanges)),c=a?Tv(n.prevRanges,t.mapping):IE(t.mapping.maps);return new qf(n.done.addTransform(t,l?e.selection.getBookmark():void 0,r,_y(e)),Wc.empty,c,t.time,s??n.prevComposition)}else return(o=t.getMeta("rebased"))?new qf(n.done.rebased(t,o),n.undone.rebased(t,o),Tv(n.prevRanges,t.mapping),n.prevTime,n.prevComposition):new qf(n.done.addMaps(t.mapping.maps),n.undone.addMaps(t.mapping.maps),Tv(n.prevRanges,t.mapping),n.prevTime,n.prevComposition)}function AB(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 IE(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 Tv(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 kB(n,e,t){let r=_y(e),i=$d.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 qf(t?s:o.remaining,t?o.remaining:s,null,0,-1);return o.transform.setSelection(a).setMeta($d,{redo:t,historyState:l})}let Ev=!1,ME=null;function _y(n){let e=n.plugins;if(ME!=e){Ev=!1,ME=e;for(let t=0;t<e.length;t++)if(e[t].spec.historyPreserveItems){Ev=!0;break}}return Ev}const $d=new _f("history"),RB=new _f("closeHistory");function UB(n={}){return n={depth:n.depth||100,newGroupDelay:n.newGroupDelay||500},new ch({key:$d,state:{init(){return new qf(Wc.empty,Wc.empty,null,0,-1)},apply(e,t,r){return SB(t,r,e,n)}},config:n,props:{handleDOMEvents:{beforeinput(e,t){let r=t.inputType,i=r=="historyUndo"?sU:r=="historyRedo"?lU:null;return i?(t.preventDefault(),i(e.state,e.dispatch)):!1}}}})}function aU(n,e){return(t,r)=>{let i=$d.getState(t);if(!i||(n?i.undone:i.done).eventCount==0)return!1;if(r){let o=kB(i,t,n);o&&r(e?o.scrollIntoView():o)}return!0}}const sU=aU(!1,!0),lU=aU(!0,!0);function FB(n={}){return new ch({view(e){return new OB(e,n)}})}class OB{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 u=c.getBoundingClientRect(),f=s?u.bottom:u.top;s&&l&&(f=(f+this.editorView.nodeDOM(this.cursorPos).getBoundingClientRect().top)/2),r={left:u.left,right:u.right,top:f-this.width/2,bottom:f+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=ck(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 Kr extends rn{constructor(e){super(e,e)}map(e,t){let r=e.resolve(t.map(this.head));return Kr.valid(r)?new Kr(r):rn.near(r)}content(){return Ct.empty}eq(e){return e instanceof Kr&&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 Kr(e.resolve(t.pos))}getBookmark(){return new Aw(this.anchor)}static valid(e){let t=e.parent;if(t.isTextblock||!IB(e)||!MB(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&&Kr.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(Kr.valid(l))return l}for(;;){let a=t>0?o.firstChild:o.lastChild;if(!a){if(o.isAtom&&!o.isText&&!Gt.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(Kr.valid(s))return s}return null}}}Kr.prototype.visible=!1;Kr.findFrom=Kr.findGapCursorFrom;rn.jsonID("gapcursor",Kr);class Aw{constructor(e){this.pos=e}map(e){return new Aw(e.map(this.pos))}resolve(e){let t=e.resolve(this.pos);return Kr.valid(t)?new Kr(t):rn.near(t)}}function IB(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 MB(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 PB(){return new ch({props:{decorations:WB,createSelectionBetween(n,e,t){return e.pos==t.pos&&Kr.valid(t)?new Kr(t):null},handleClick:BB,handleKeyDown:NB,handleDOMEvents:{beforeinput:LB}}})}const NB=nw({ArrowLeft:Zg("horiz",-1),ArrowRight:Zg("horiz",1),ArrowUp:Zg("vert",-1),ArrowDown:Zg("vert",1)});function Zg(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 pn){if(!o.endOfTextblock(t)||s.depth==0)return!1;l=!1,s=r.doc.resolve(e>0?s.after():s.before())}let c=Kr.findGapCursorFrom(s,e,l);return c?(i&&i(r.tr.setSelection(new Kr(c))),!0):!1}}function BB(n,e,t){if(!n||!n.editable)return!1;let r=n.state.doc.resolve(e);if(!Kr.valid(r))return!1;let i=n.posAtCoords({left:t.clientX,top:t.clientY});return i&&i.inside>-1&&Gt.isSelectable(n.state.doc.nodeAt(i.inside))?!1:(n.dispatch(n.state.tr.setSelection(new Kr(r))),!0)}function LB(n,e){if(e.inputType!="insertCompositionText"||!(n.state.selection instanceof Kr))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=dt.empty;for(let a=r.length-1;a>=0;a--)i=dt.from(r[a].createAndFill(null,i));let o=n.state.tr.replace(t.pos,t.pos,new Ct(i,0,0));return o.setSelection(pn.near(o.doc.resolve(t.pos+1))),n.dispatch(o),!1}function WB(n){if(!(n.selection instanceof Kr))return null;let e=document.createElement("div");return e.className="ProseMirror-gapcursor",Wr.create(n.doc,[qo.widget(n.selection.head,e,{key:"gapcursor"})])}var gx,yx;if(typeof WeakMap<"u"){let n=new WeakMap;gx=e=>n.get(e),yx=(e,t)=>(n.set(e,t),t)}else{const n=[];let t=0;gx=r=>{for(let i=0;i<n.length;i+=2)if(n[i]==r)return n[i+1]},yx=(r,i)=>(t==10&&(t=0),n[t++]=r,n[t++]=i)}var Qr=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 gx(n)||yx(n,zB(n))}};function zB(n){if(n.type.spec.tableRole!="table")throw new RangeError("Not a table node: "+n.type.name);const e=HB(n),t=n.childCount,r=[];let i=0,o=null;const a=[];for(let c=0,u=e*t;c<u;c++)r[c]=0;for(let c=0,u=0;c<t;c++){const f=n.child(c);u++;for(let y=0;;y++){for(;i<r.length&&r[i]!=0;)i++;if(y==f.childCount)break;const w=f.child(y),{colspan:D,rowspan:C,colwidth:A}=w.attrs;for(let R=0;R<C;R++){if(R+c>=t){(o||(o=[])).push({type:"overlong_rowspan",pos:u,n:C-R});break}const P=i+R*e;for(let I=0;I<D;I++){r[P+I]==0?r[P+I]=u:(o||(o=[])).push({type:"collision",row:c,pos:u,n:D-I});const L=A&&A[I];if(L){const z=(P+I)%e*2,j=a[z];j==null||j!=L&&a[z+1]==1?(a[z]=L,a[z+1]=1):j==L&&a[z+1]++}}}i+=D,u+=w.nodeSize}const h=(c+1)*e;let d=0;for(;i<h;)r[i++]==0&&d++;d&&(o||(o=[])).push({type:"missing",row:c,n:d}),u++}(e===0||t===0)&&(o||(o=[])).push({type:"zero_sized"});const s=new Qr(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&&VB(s,a,n),s}function HB(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 VB(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 u=(i+c)%n.width,f=e[u*2];f!=null&&(!l.colwidth||l.colwidth[c]!=f)&&((s||(s=GB(l)))[c]=f)}s&&n.problems.unshift({type:"colwidth mismatch",pos:o,colwidth:s})}}function GB(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 ed=new _f("selectingCells");function rp(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 XB(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 Gc(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 cm(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=rp(e.$head)||YB(e.$head);if(t)return t;throw new RangeError(`No cell found around position ${e.head}`)}function YB(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 bx(n){return n.parent.type.spec.tableRole=="row"&&!!n.nodeAfter}function ZB(n){return n.node(0).resolve(n.pos+n.nodeAfter.nodeSize)}function kw(n,e){return n.depth==e.depth&&n.pos>=e.start(-1)&&n.pos<=e.end(-1)}function cU(n,e,t){const r=n.node(-1),i=Qr.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 oh(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 uU(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 JB(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 _r=class pf extends rn{constructor(e,t=e){const r=e.node(-1),i=Qr.get(r),o=e.start(-1),a=i.rectBetween(e.pos-o,t.pos-o),s=e.node(0),l=i.cellsInRect(a).filter(u=>u!=t.pos-o);l.unshift(t.pos-o);const c=l.map(u=>{const f=r.nodeAt(u);if(!f)throw RangeError(`No cell with offset ${u} found`);const h=o+u+1;return new Xx(s.resolve(h),s.resolve(h+f.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(bx(r)&&bx(i)&&kw(r,i)){const o=this.$anchorCell.node(-1)!=r.node(-1);return o&&this.isRowSelection()?pf.rowSelection(r,i):o&&this.isColSelection()?pf.colSelection(r,i):new pf(r,i)}return pn.between(r,i)}content(){const e=this.$anchorCell.node(-1),t=Qr.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 u=l*t.width+i.left,f=i.left;f<i.right;f++,u++){const h=t.map[u];if(o[h])continue;o[h]=!0;const d=t.findCell(h);let y=e.nodeAt(h);if(!y)throw RangeError(`No cell with offset ${h} found`);const w=i.left-d.left,D=d.right-i.right;if(w>0||D>0){let C=y.attrs;if(w>0&&(C=oh(C,0,w)),D>0&&(C=oh(C,C.colspan-D,D)),d.left<i.left){if(y=y.type.createAndFill(C),!y)throw RangeError(`Could not create cell with attrs ${JSON.stringify(C)}`)}else y=y.type.create(C,y.content)}if(d.top<i.top||d.bottom>i.bottom){const C={...y.attrs,rowspan:Math.min(d.bottom,i.bottom)-Math.max(d.top,i.top)};d.top<i.top?y=y.type.createAndFill(C):y=y.type.create(C,y.content)}c.push(y)}a.push(e.child(l).copy(dt.from(c)))}const s=this.isColSelection()&&this.isRowSelection()?e:a;return new Ct(dt.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=rn.findFrom(e.doc.resolve(e.mapping.slice(r).map(this.to)),-1);o&&e.setSelection(o)}replaceWith(e,t){this.replace(e,new Ct(dt.from(t),0,0))}forEachCell(e){const t=this.$anchorCell.node(-1),r=Qr.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=Qr.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 pf(e,t)}isRowSelection(){const e=this.$anchorCell.node(-1),t=Qr.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 pf&&e.$anchorCell.pos==this.$anchorCell.pos&&e.$headCell.pos==this.$headCell.pos}static rowSelection(e,t=e){const r=e.node(-1),i=Qr.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 pf(e,t)}toJSON(){return{type:"cell",anchor:this.$anchorCell.pos,head:this.$headCell.pos}}static fromJSON(e,t){return new pf(e.resolve(t.anchor),e.resolve(t.head))}static create(e,t,r=t){return new pf(e.resolve(t),e.resolve(r))}getBookmark(){return new KB(this.$anchorCell.pos,this.$headCell.pos)}};_r.prototype.visible=!1;rn.jsonID("cell",_r);var KB=class fU{constructor(e,t){this.anchor=e,this.head=t}map(e){return new fU(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&&kw(t,r)?new _r(t,r):rn.near(r,1)}};function QB(n){if(!(n.selection instanceof _r))return null;const e=[];return n.selection.forEachCell((t,r)=>{e.push(qo.node(r,r+t.nodeSize,{class:"selectedCell"}))}),Wr.create(n.doc,e)}function qB({$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 jB({$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 $B(n,e,t){const r=(e||n).selection,i=(e||n).doc;let o,a;if(r instanceof Gt&&(a=r.node.type.spec.tableRole)){if(a=="cell"||a=="header_cell")o=_r.create(i,r.from);else if(a=="row"){const s=i.resolve(r.from+1);o=_r.rowSelection(s,s)}else if(!t){const s=Qr.get(r.node),l=r.from+1,c=l+s.map[s.width*s.height-1];o=_r.create(i,l+1,c)}}else r instanceof pn&&qB(r)?o=pn.create(i,r.from):r instanceof pn&&jB(r)&&(o=pn.create(i,r.$from.start(),r.$from.end()));return o&&(e||(e=n.tr)).setSelection(o),e}var e7=new _f("fix-tables");function dU(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,u=Math.min(i,a+3);c<u;c++)if(n.child(c)==l){s=c+1,t+=l.nodeSize;continue e}r(l,t),s<i&&n.child(s).sameMarkup(l)?dU(n.child(s),l,t+1,r):l.nodesBetween(0,l.content.size,r,t+1),t+=l.nodeSize}}function hU(n,e){let t;const r=(i,o)=>{i.type.spec.tableRole=="table"&&(t=t7(n,i,o,t))};return e?e.doc!=n.doc&&dU(e.doc,n.doc,0,r):n.doc.descendants(r),t}function t7(n,e,t,r){const i=Qr.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 u=e.nodeAt(c.pos);if(!u)continue;const f=u.attrs;for(let h=0;h<f.rowspan;h++)o[c.row+h]+=c.n;r.setNodeMarkup(r.mapping.map(t+1+c.pos),null,oh(f,f.colspan-c.n,c.n))}else if(c.type=="missing")o[c.row]+=c.n;else if(c.type=="overlong_rowspan"){const u=e.nodeAt(c.pos);if(!u)continue;r.setNodeMarkup(r.mapping.map(t+1+c.pos),null,{...u.attrs,rowspan:u.attrs.rowspan-c.n})}else if(c.type=="colwidth mismatch"){const u=e.nodeAt(c.pos);if(!u)continue;r.setNodeMarkup(r.mapping.map(t+1+c.pos),null,{...u.attrs,colwidth:c.colwidth})}else if(c.type=="zero_sized"){const u=r.mapping.map(t);r.delete(u,u+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 u=e.child(l),f=c+u.nodeSize,h=o[l];if(h>0){let d="cell";u.firstChild&&(d=u.firstChild.type.spec.tableRole);const y=[];for(let D=0;D<h;D++){const C=ea(n.schema)[d].createAndFill();C&&y.push(C)}const w=(l==0||a==l-1)&&s==l?c+1:f-1;r.insert(r.mapping.map(w),y)}c=f}return r.setMeta(e7,{fixTables:!0})}function Iu(n){const e=n.selection,t=cm(n),r=t.node(-1),i=t.start(-1),o=Qr.get(r);return{...e instanceof _r?o.rectBetween(e.$anchorCell.pos-i,e.$headCell.pos-i):o.findCell(t.pos-i),tableStart:i,map:o,table:r}}function pU(n,{map:e,tableStart:t,table:r},i){let o=i>0?-1:0;JB(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,uU(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 n7(n,e){if(!Gc(n))return!1;if(e){const t=Iu(n);e(pU(n.tr,t,t.left))}return!0}function r7(n,e){if(!Gc(n))return!1;if(e){const t=Iu(n);e(pU(n.tr,t,t.right))}return!0}function i7(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),u=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,oh(u,i-e.colCount(l)));else{const f=n.mapping.slice(o).map(r+l);n.delete(f,f+c.nodeSize)}a+=u.rowspan}}function o7(n,e){if(!Gc(n))return!1;if(e){const t=Iu(n),r=n.tr;if(t.left==0&&t.right==t.map.width)return!1;for(let i=t.right-1;i7(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=Qr.get(o)}e(r)}return!0}function a7(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 gU(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;a7(e,r,i+l)&&(l=i==0||i==e.height?null:0);for(let c=0,u=e.width*i;c<e.width;c++,u++)if(i>0&&i<e.height&&e.map[u]==e.map[u-e.width]){const f=e.map[u],h=r.nodeAt(f).attrs;n.setNodeMarkup(t+f,null,{...h,rowspan:h.rowspan+1}),c+=h.colspan-1}else{const f=l==null?ea(r.type.schema).cell:(o=r.nodeAt(e.map[u+l*e.width]))==null?void 0:o.type,h=f==null?void 0:f.createAndFill();h&&s.push(h)}return n.insert(a,ea(r.type.schema).row.create(null,s)),n}function s7(n,e){if(!Gc(n))return!1;if(e){const t=Iu(n);e(gU(n.tr,t,t.top))}return!0}function l7(n,e){if(!Gc(n))return!1;if(e){const t=Iu(n);e(gU(n.tr,t,t.bottom))}return!0}function c7(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,u=i*e.width;c<e.width;c++,u++){const f=e.map[u];if(!l.has(f)){if(l.add(f),i>0&&f==e.map[u-e.width]){const h=t.nodeAt(f).attrs;n.setNodeMarkup(n.mapping.slice(s).map(f+r),null,{...h,rowspan:h.rowspan-1}),c+=h.colspan-1}else if(i<e.height&&f==e.map[u+e.width]){const h=t.nodeAt(f),d=h.attrs,y=h.type.create({...d,rowspan:h.attrs.rowspan-1},h.content),w=e.positionAt(i+1,c,t);n.insert(n.mapping.slice(s).map(r+w),y),c+=d.colspan-1}}}}function u7(n,e){if(!Gc(n))return!1;if(e){const t=Iu(n),r=n.tr;if(t.top==0&&t.bottom==t.map.height)return!1;for(let i=t.bottom-1;c7(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=Qr.get(t.table)}e(r)}return!0}function PE(n){const e=n.content;return e.childCount==1&&e.child(0).isTextblock&&e.child(0).childCount==0}function f7({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 d7(n,e){const t=n.selection;if(!(t instanceof _r)||t.$anchorCell.pos==t.$headCell.pos)return!1;const r=Iu(n),{map:i}=r;if(f7(i,r))return!1;if(e){const o=n.tr,a={};let s=dt.empty,l,c;for(let u=r.top;u<r.bottom;u++)for(let f=r.left;f<r.right;f++){const h=i.map[u*i.width+f],d=r.table.nodeAt(h);if(!(a[h]||!d))if(a[h]=!0,l==null)l=h,c=d;else{PE(d)||(s=s.append(d.content));const y=o.mapping.map(h+r.tableStart);o.delete(y,y+d.nodeSize)}}if(l==null||c==null)return!0;if(o.setNodeMarkup(l+r.tableStart,null,{...uU(c.attrs,c.attrs.colspan,r.right-r.left-c.attrs.colspan),rowspan:r.bottom-r.top}),s.size){const u=l+1+c.content.size,f=PE(c)?l+1:u;o.replaceWith(f+r.tableStart,u+r.tableStart,s)}o.setSelection(new _r(o.doc.resolve(l+r.tableStart))),e(o)}return!0}function h7(n,e){const t=ea(n.schema);return p7(({node:r})=>t[r.type.spec.tableRole])(n,e)}function p7(n){return(e,t)=>{var r;const i=e.selection;let o,a;if(i instanceof _r){if(i.$anchorCell.pos!=i.$headCell.pos)return!1;o=i.$anchorCell.nodeAfter,a=i.$anchorCell.pos}else{if(o=XB(i.$from),!o)return!1;a=(r=rp(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 u=Iu(e),f=e.tr;for(let d=0;d<u.right-u.left;d++)l.push(c?{...s,colwidth:c&&c[d]?[c[d]]:null}:s);let h;for(let d=u.top;d<u.bottom;d++){let y=u.map.positionAt(d,u.left,u.table);d==u.top&&(y+=o.nodeSize);for(let w=u.left,D=0;w<u.right;w++,D++)w==u.left&&d==u.top||f.insert(h=f.mapping.map(y+u.tableStart,1),n({node:o,row:d,col:w}).createAndFill(l[D]))}f.setNodeMarkup(a,n({node:o,row:u.top,col:u.left}),l[0]),i instanceof _r&&f.setSelection(new _r(f.doc.resolve(i.$anchorCell.pos),h?f.doc.resolve(h):void 0)),t(f)}return!0}}function g7(n,e){return function(t,r){if(!Gc(t))return!1;const i=cm(t);if(i.nodeAfter.attrs[n]===e)return!1;if(r){const o=t.tr;t.selection instanceof _r?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 y7(n){return function(e,t){if(!Gc(e))return!1;if(t){const r=ea(e.schema),i=Iu(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 NE(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 um(n,e){return e=e||{useDeprecatedLogic:!1},e.useDeprecatedLogic?y7(n):function(t,r){if(!Gc(t))return!1;if(r){const i=ea(t.schema),o=Iu(t),a=t.tr,s=NE("row",o,i),l=NE("column",o,i),u=(n==="column"?s:n==="row"?l:!1)?1:0,f=n=="column"?{left:0,top:u,right:1,bottom:o.map.height}:n=="row"?{left:u,top:0,right:o.map.width,bottom:1}:o,h=n=="column"?l?i.cell:i.header_cell:n=="row"?s?i.cell:i.header_cell:i.cell;o.map.cellsInRect(f).forEach(d=>{const y=d+o.tableStart,w=a.doc.nodeAt(y);w&&a.setNodeMarkup(y,h,w.attrs)}),r(a)}return!0}}um("row",{useDeprecatedLogic:!0});um("column",{useDeprecatedLogic:!0});var b7=um("cell",{useDeprecatedLogic:!0});function m7(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 v7(n){return function(e,t){if(!Gc(e))return!1;const r=m7(cm(e),n);if(r==null)return!1;if(t){const i=e.doc.resolve(r);t(e.tr.setSelection(pn.between(i,ZB(i))).scrollIntoView())}return!0}}function x7(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 Jg(n,e){const t=n.selection;if(!(t instanceof _r))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 w7(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 u=l?0:Math.max(0,t-1),f=l<e.childCount-1?0:Math.max(0,r-1);(u||f)&&(c=mx(ea(a).row,new Ct(c,u,f)).content),s.push(c)}else if(o=="cell"||o=="header_cell")s.push(t||r?mx(ea(a).row,new Ct(e,t,r)).content:e);else return null;return D7(a,s)}function D7(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(dt.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(dt.from(a))}return{height:e.length,width:r,rows:e}}function mx(n,e){const t=n.createAndFill();return new Gx(t).replace(0,t.content.size,e).doc}function T7({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 u=o[s]||0,f=0;u<r;f++){let h=l.child(f%l.childCount);u+h.attrs.colspan>r&&(h=h.type.createChecked(oh(h.attrs,h.attrs.colspan,u+h.attrs.colspan-r),h.content)),c.push(h),u+=h.attrs.colspan;for(let d=1;d<h.attrs.rowspan;d++)o[s+d]=(o[s+d]||0)+h.attrs.colspan}a.push(dt.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 u=0;u<c.childCount;u++){let f=c.child(u);a+f.attrs.rowspan>i&&(f=f.type.create({...f.attrs,rowspan:Math.max(1,i-f.attrs.rowspan)},f.content)),l.push(f)}o.push(dt.from(l))}t=o,e=i}return{width:n,height:e,rows:t}}function E7(n,e,t,r,i,o,a){const s=n.doc.type.schema,l=ea(s);let c,u;if(i>e.width)for(let f=0,h=0;f<e.height;f++){const d=t.child(f);h+=d.nodeSize;const y=[];let w;d.lastChild==null||d.lastChild.type==l.cell?w=c||(c=l.cell.createAndFill()):w=u||(u=l.header_cell.createAndFill());for(let D=e.width;D<i;D++)y.push(w);n.insert(n.mapping.slice(a).map(h-1+r),y)}if(o>e.height){const f=[];for(let y=0,w=(e.height-1)*e.width;y<Math.max(e.width,i);y++){const D=y>=e.width?!1:t.nodeAt(e.map[w+y]).type==l.header_cell;f.push(D?u||(u=l.header_cell.createAndFill()):c||(c=l.cell.createAndFill()))}const h=l.row.create(null,dt.from(f)),d=[];for(let y=e.height;y<o;y++)d.push(h);n.insert(n.mapping.slice(a).map(r+t.nodeSize-2),d)}return!!(c||u)}function BE(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 u=a*e.width+c,f=e.map[u];if(e.map[u-e.width]==f){l=!0;const h=t.nodeAt(f),{top:d,left:y}=e.findCell(f);n.setNodeMarkup(n.mapping.slice(s).map(f+r),null,{...h.attrs,rowspan:a-d}),n.insert(n.mapping.slice(s).map(e.positionAt(a,y,t)),h.type.createAndFill({...h.attrs,rowspan:d+h.attrs.rowspan-a})),c+=h.attrs.colspan-1}}return l}function LE(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 u=c*e.width+a,f=e.map[u];if(e.map[u-1]==f){l=!0;const h=t.nodeAt(f),d=e.colCount(f),y=n.mapping.slice(s).map(f+r);n.setNodeMarkup(y,null,oh(h.attrs,a-d,h.attrs.colspan-(a-d))),n.insert(y+h.nodeSize,h.type.createAndFill(oh(h.attrs,0,a-d))),c+=h.attrs.rowspan-1}}return l}function WE(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=Qr.get(o);const{top:s,left:l}=r,c=l+i.width,u=s+i.height,f=n.tr;let h=0;function d(){if(o=t?f.doc.nodeAt(t-1):f.doc,!o)throw new Error("No table found");a=Qr.get(o),h=f.mapping.maps.length}E7(f,a,o,t,c,u,h)&&d(),BE(f,a,o,t,l,c,s,h)&&d(),BE(f,a,o,t,l,c,u,h)&&d(),LE(f,a,o,t,s,u,l,h)&&d(),LE(f,a,o,t,s,u,c,h)&&d();for(let y=s;y<u;y++){const w=a.positionAt(y,l,o),D=a.positionAt(y,c,o);f.replace(f.mapping.slice(h).map(w+t),f.mapping.slice(h).map(D+t),new Ct(i.rows[y-s],0,0))}d(),f.setSelection(new _r(f.doc.resolve(t+a.positionAt(s,l,o)),f.doc.resolve(t+a.positionAt(u-1,c-1,o)))),e(f)}var C7=nw({ArrowLeft:Kg("horiz",-1),ArrowRight:Kg("horiz",1),ArrowUp:Kg("vert",-1),ArrowDown:Kg("vert",1),"Shift-ArrowLeft":Qg("horiz",-1),"Shift-ArrowRight":Qg("horiz",1),"Shift-ArrowUp":Qg("vert",-1),"Shift-ArrowDown":Qg("vert",1),Backspace:Jg,"Mod-Backspace":Jg,Delete:Jg,"Mod-Delete":Jg});function Sy(n,e,t){return t.eq(n.selection)?!1:(e&&e(n.tr.setSelection(t).scrollIntoView()),!0)}function Kg(n,e){return(t,r,i)=>{if(!i)return!1;const o=t.selection;if(o instanceof _r)return Sy(t,r,rn.near(o.$headCell,e));if(n!="horiz"&&!o.empty)return!1;const a=yU(i,n,e);if(a==null)return!1;if(n=="horiz")return Sy(t,r,rn.near(t.doc.resolve(o.head+e),e));{const s=t.doc.resolve(a),l=cU(s,n,e);let c;return l?c=rn.near(l,1):e<0?c=rn.near(t.doc.resolve(s.before(-1)),-1):c=rn.near(t.doc.resolve(s.after(-1)),1),Sy(t,r,c)}}}function Qg(n,e){return(t,r,i)=>{if(!i)return!1;const o=t.selection;let a;if(o instanceof _r)a=o;else{const l=yU(i,n,e);if(l==null)return!1;a=new _r(t.doc.resolve(l))}const s=cU(a.$headCell,n,e);return s?Sy(t,r,new _r(a.$anchorCell,s)):!1}}function _7(n,e){const t=n.state.doc,r=rp(t.resolve(e));return r?(n.dispatch(n.state.tr.setSelection(new _r(r))),!0):!1}function S7(n,e,t){if(!Gc(n.state))return!1;let r=w7(t);const i=n.state.selection;if(i instanceof _r){r||(r={width:1,height:1,rows:[dt.from(mx(ea(n.state.schema).cell,t))]});const o=i.$anchorCell.node(-1),a=i.$anchorCell.start(-1),s=Qr.get(o).rectBetween(i.$anchorCell.pos-a,i.$headCell.pos-a);return r=T7(r,s.right-s.left,s.bottom-s.top),WE(n.state,n.dispatch,a,s,r),!0}else if(r){const o=cm(n.state),a=o.start(-1);return WE(n.state,n.dispatch,a,Qr.get(o.node(-1)).findCell(o.pos-a),r),!0}else return!1}function A7(n,e){var t;if(e.ctrlKey||e.metaKey)return;const r=zE(n,e.target);let i;if(e.shiftKey&&n.state.selection instanceof _r)o(n.state.selection.$anchorCell,e),e.preventDefault();else if(e.shiftKey&&r&&(i=rp(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 u=Cv(n,c);const f=ed.getState(n.state)==null;if(!u||!kw(l,u))if(f)u=l;else return;const h=new _r(l,u);if(f||!n.state.selection.eq(h)){const d=n.state.tr.setSelection(h);f&&d.setMeta(ed,l.pos),n.dispatch(d)}}function a(){n.root.removeEventListener("mouseup",a),n.root.removeEventListener("dragstart",a),n.root.removeEventListener("mousemove",s),ed.getState(n.state)!=null&&n.dispatch(n.state.tr.setMeta(ed,-1))}function s(l){const c=l,u=ed.getState(n.state);let f;if(u!=null)f=n.state.doc.resolve(u);else if(zE(n,c.target)!=r&&(f=Cv(n,e),!f))return a();f&&o(f,c)}n.root.addEventListener("mouseup",a),n.root.addEventListener("dragstart",a),n.root.addEventListener("mousemove",s)}function yU(n,e,t){if(!(n.state.selection instanceof pn))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 zE(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?rp(n.state.doc.resolve(t.pos)):null}var k7=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")),vx(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,vx(n,this.colgroup,this.table,this.defaultCellMinWidth),!0)}ignoreMutation(n){return n.type=="attributes"&&(n.target==this.table||this.colgroup.contains(n.target))}};function vx(n,e,t,r,i,o){var a;let s=0,l=!0,c=e.firstChild;const u=n.firstChild;if(u){for(let f=0,h=0;f<u.childCount;f++){const{colspan:d,colwidth:y}=u.child(f).attrs;for(let w=0;w<d;w++,h++){const D=i==h?o:y&&y[w],C=D?D+"px":"";if(s+=D||r,D||(l=!1),c)c.style.width!=C&&(c.style.width=C),c=c.nextSibling;else{const A=document.createElement("col");A.style.width=C,e.appendChild(A)}}}for(;c;){const f=c.nextSibling;(a=c.parentNode)==null||a.removeChild(c),c=f}l?(t.style.width=s+"px",t.style.minWidth=""):(t.style.width="",t.style.minWidth=s+"px")}}var Zs=new _f("tableColumnResizing");function R7({handleWidth:n=5,cellMinWidth:e=25,defaultCellMinWidth:t=100,View:r=k7,lastColumnResizable:i=!0}={}){const o=new ch({key:Zs,state:{init(a,s){var l,c;const u=(c=(l=o.spec)==null?void 0:l.props)==null?void 0:c.nodeViews,f=ea(s.schema).table.name;return r&&u&&(u[f]=(h,d)=>new r(h,t,d)),new U7(-1,!1)},apply(a,s){return s.apply(a)}},props:{attributes:a=>{const s=Zs.getState(a);return s&&s.activeHandle>-1?{class:"resize-cursor"}:{}},handleDOMEvents:{mousemove:(a,s)=>{F7(a,s,n,i)},mouseleave:a=>{O7(a)},mousedown:(a,s)=>{I7(a,s,e,t)}},decorations:a=>{const s=Zs.getState(a);if(s&&s.activeHandle>-1)return L7(a,s.activeHandle)},nodeViews:{}}});return o}var U7=class Ay{constructor(e,t){this.activeHandle=e,this.dragging=t}apply(e){const t=this,r=e.getMeta(Zs);if(r&&r.setHandle!=null)return new Ay(r.setHandle,!1);if(r&&r.setDragging!==void 0)return new Ay(t.activeHandle,r.setDragging);if(t.activeHandle>-1&&e.docChanged){let i=e.mapping.map(t.activeHandle,-1);return bx(e.doc.resolve(i))||(i=-1),new Ay(i,t.dragging)}return t}};function F7(n,e,t,r){if(!n.editable)return;const i=Zs.getState(n.state);if(i&&!i.dragging){const o=P7(e.target);let a=-1;if(o){const{left:s,right:l}=o.getBoundingClientRect();e.clientX-s<=t?a=HE(n,e,"left",t):l-e.clientX<=t&&(a=HE(n,e,"right",t))}if(a!=i.activeHandle){if(!r&&a!==-1){const s=n.state.doc.resolve(a),l=s.node(-1),c=Qr.get(l),u=s.start(-1);if(c.colCount(s.pos-u)+s.nodeAfter.attrs.colspan-1==c.width-1)return}bU(n,a)}}}function O7(n){if(!n.editable)return;const e=Zs.getState(n.state);e&&e.activeHandle>-1&&!e.dragging&&bU(n,-1)}function I7(n,e,t,r){var i;if(!n.editable)return!1;const o=(i=n.dom.ownerDocument.defaultView)!=null?i:window,a=Zs.getState(n.state);if(!a||a.activeHandle==-1||a.dragging)return!1;const s=n.state.doc.nodeAt(a.activeHandle),l=M7(n,a.activeHandle,s.attrs);n.dispatch(n.state.tr.setMeta(Zs,{setDragging:{startX:e.clientX,startWidth:l}}));function c(f){o.removeEventListener("mouseup",c),o.removeEventListener("mousemove",u);const h=Zs.getState(n.state);h!=null&&h.dragging&&(N7(n,h.activeHandle,VE(h.dragging,f,t)),n.dispatch(n.state.tr.setMeta(Zs,{setDragging:null})))}function u(f){if(!f.which)return c(f);const h=Zs.getState(n.state);if(h&&h.dragging){const d=VE(h.dragging,f,t);GE(n,h.activeHandle,d,r)}}return GE(n,a.activeHandle,l,r),o.addEventListener("mouseup",c),o.addEventListener("mousemove",u),e.preventDefault(),!0}function M7(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 P7(n){for(;n&&n.nodeName!="TD"&&n.nodeName!="TH";)n=n.classList&&n.classList.contains("ProseMirror")?null:n.parentNode;return n}function HE(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=rp(n.state.doc.resolve(a));if(!s)return-1;if(t=="right")return s.pos;const l=Qr.get(s.node(-1)),c=s.start(-1),u=l.map.indexOf(s.pos-c);return u%l.width==0?-1:c+l.map[u-1]}function VE(n,e,t){const r=e.clientX-n.startX;return Math.max(t,n.startWidth+r)}function bU(n,e){n.dispatch(n.state.tr.setMeta(Zs,{setHandle:e}))}function N7(n,e,t){const r=n.state.doc.resolve(e),i=r.node(-1),o=Qr.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 u=c*o.width+s;if(c&&o.map[u]==o.map[u-o.width])continue;const f=o.map[u],h=i.nodeAt(f).attrs,d=h.colspan==1?0:s-o.colCount(f);if(h.colwidth&&h.colwidth[d]==t)continue;const y=h.colwidth?h.colwidth.slice():B7(h.colspan);y[d]=t,l.setNodeMarkup(a+f,null,{...h,colwidth:y})}l.docChanged&&n.dispatch(l)}function GE(n,e,t,r){const i=n.state.doc.resolve(e),o=i.node(-1),a=i.start(-1),s=Qr.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&&vx(o,l.firstChild,l,r,s,t)}function B7(n){return Array(n).fill(0)}function L7(n,e){var t;const r=[],i=n.doc.resolve(e),o=i.node(-1);if(!o)return Wr.empty;const a=Qr.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 u=l+c*a.width;if((l==a.width-1||a.map[u]!=a.map[u+1])&&(c==0||a.map[u]!=a.map[u-a.width])){const f=a.map[u],h=s+f+o.nodeAt(f).nodeSize-1,d=document.createElement("div");d.className="column-resize-handle",(t=Zs.getState(n))!=null&&t.dragging&&r.push(qo.node(s+f,s+f+o.nodeAt(f).nodeSize,{class:"column-resize-dragging"})),r.push(qo.widget(h,d))}}return Wr.create(n.doc,r)}function W7({allowTableNodeSelection:n=!1}={}){return new ch({key:ed,state:{init(){return null},apply(e,t){const r=e.getMeta(ed);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:QB,handleDOMEvents:{mousedown:A7},createSelectionBetween(e){return ed.getState(e.state)!=null?e.state.selection:null},handleTripleClick:_7,handleKeyDown:C7,handlePaste:S7},appendTransaction(e,t,r){return $B(r,hU(r,t),n)}})}var ec=typeof globalThis<"u"?globalThis:typeof window<"u"?window:typeof global<"u"?global:typeof self<"u"?self:{};function fm(n){return n&&n.__esModule&&Object.prototype.hasOwnProperty.call(n,"default")?n.default:n}function mU(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 _v,XE;function vU(){if(XE)return _v;XE=1;var n=Object.prototype.toString;return _v=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},_v}var Sv,YE;function z7(){if(YE)return Sv;YE=1;var n;if(!Object.keys){var e=Object.prototype.hasOwnProperty,t=Object.prototype.toString,r=vU(),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(h){var d=h.constructor;return d&&d.prototype===h},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},u=function(){if(typeof window>"u")return!1;for(var h in window)try{if(!c["$"+h]&&e.call(window,h)&&window[h]!==null&&typeof window[h]=="object")try{l(window[h])}catch{return!0}}catch{return!0}return!1}(),f=function(h){if(typeof window>"u"||!u)return l(h);try{return l(h)}catch{return!1}};n=function(d){var y=d!==null&&typeof d=="object",w=t.call(d)==="[object Function]",D=r(d),C=y&&t.call(d)==="[object String]",A=[];if(!y&&!w&&!D)throw new TypeError("Object.keys called on a non-object");var R=a&&w;if(C&&d.length>0&&!e.call(d,0))for(var P=0;P<d.length;++P)A.push(String(P));if(D&&d.length>0)for(var I=0;I<d.length;++I)A.push(String(I));else for(var L in d)!(R&&L==="prototype")&&e.call(d,L)&&A.push(String(L));if(o)for(var z=f(d),j=0;j<s.length;++j)!(z&&s[j]==="constructor")&&e.call(d,s[j])&&A.push(s[j]);return A}}return Sv=n,Sv}var Av,ZE;function Rw(){if(ZE)return Av;ZE=1;var n=Array.prototype.slice,e=vU(),t=Object.keys,r=t?function(a){return t(a)}:z7(),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},Av=r,Av}var kv,JE;function dm(){if(JE)return kv;JE=1;var n=Object.defineProperty||!1;if(n)try{n({},"a",{value:1})}catch{n=!1}return kv=n,kv}var Rv,KE;function Uw(){return KE||(KE=1,Rv=SyntaxError),Rv}var Uv,QE;function rc(){return QE||(QE=1,Uv=TypeError),Uv}var Fv,qE;function H7(){return qE||(qE=1,Fv=Object.getOwnPropertyDescriptor),Fv}var Ov,jE;function dh(){if(jE)return Ov;jE=1;var n=H7();if(n)try{n([],"length")}catch{n=null}return Ov=n,Ov}var Iv,$E;function Fw(){if($E)return Iv;$E=1;var n=dm(),e=Uw(),t=rc(),r=dh();return Iv=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,u=arguments.length>5?arguments[5]:null,f=arguments.length>6?arguments[6]:!1,h=!!r&&r(o,a);if(n)n(o,a,{configurable:u===null&&h?h.configurable:!u,enumerable:l===null&&h?h.enumerable:!l,value:s,writable:c===null&&h?h.writable:!c});else if(f||!l&&!c&&!u)o[a]=s;else throw new e("This environment does not support defining a property as non-configurable, non-writable, or non-enumerable.")},Iv}var Mv,eC;function Ow(){if(eC)return Mv;eC=1;var n=dm(),e=function(){return!!n};return e.hasArrayLengthDefineBug=function(){if(!n)return null;try{return n([],"length",{value:1}).length!==1}catch{return!0}},Mv=e,Mv}var Pv,tC;function hh(){if(tC)return Pv;tC=1;var n=Rw(),e=typeof Symbol=="function"&&typeof Symbol("foo")=="symbol",t=Object.prototype.toString,r=Array.prototype.concat,i=Fw(),o=function(c){return typeof c=="function"&&t.call(c)==="[object Function]"},a=Ow()(),s=function(c,u,f,h){if(u in c){if(h===!0){if(c[u]===f)return}else if(!o(h)||!h())return}a?i(c,u,f,!0):i(c,u,f)},l=function(c,u){var f=arguments.length>2?arguments[2]:{},h=n(u);e&&(h=r.call(h,Object.getOwnPropertySymbols(u)));for(var d=0;d<h.length;d+=1)s(c,h[d],u[h[d]],f[h[d]])};return l.supportsDescriptors=!!a,Pv=l,Pv}var Nv={exports:{}},Bv,nC;function Iw(){return nC||(nC=1,Bv=Object),Bv}var Lv,rC;function xU(){return rC||(rC=1,Lv=Error),Lv}var Wv,iC;function V7(){return iC||(iC=1,Wv=EvalError),Wv}var zv,oC;function G7(){return oC||(oC=1,zv=RangeError),zv}var Hv,aC;function X7(){return aC||(aC=1,Hv=ReferenceError),Hv}var Vv,sC;function Y7(){return sC||(sC=1,Vv=URIError),Vv}var Gv,lC;function Z7(){return lC||(lC=1,Gv=Math.abs),Gv}var Xv,cC;function J7(){return cC||(cC=1,Xv=Math.floor),Xv}var Yv,uC;function K7(){return uC||(uC=1,Yv=Math.max),Yv}var Zv,fC;function Q7(){return fC||(fC=1,Zv=Math.min),Zv}var Jv,dC;function q7(){return dC||(dC=1,Jv=Math.pow),Jv}var Kv,hC;function j7(){return hC||(hC=1,Kv=Math.round),Kv}var Qv,pC;function $7(){return pC||(pC=1,Qv=Number.isNaN||function(e){return e!==e}),Qv}var qv,gC;function eL(){if(gC)return qv;gC=1;var n=$7();return qv=function(t){return n(t)||t===0?t:t<0?-1:1},qv}var jv,yC;function hm(){return yC||(yC=1,jv=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}),jv}var $v,bC;function Mw(){if(bC)return $v;bC=1;var n=typeof Symbol<"u"&&Symbol,e=hm();return $v=function(){return typeof n!="function"||typeof Symbol!="function"||typeof n("foo")!="symbol"||typeof Symbol("bar")!="symbol"?!1:e()},$v}var e1,mC;function wU(){return mC||(mC=1,e1=typeof Reflect<"u"&&Reflect.getPrototypeOf||null),e1}var t1,vC;function DU(){if(vC)return t1;vC=1;var n=Iw();return t1=n.getPrototypeOf||null,t1}var n1,xC;function tL(){if(xC)return n1;xC=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 u=[],f=0;f<l.length;f+=1)u[f]=l[f];for(var h=0;h<c.length;h+=1)u[h+l.length]=c[h];return u},o=function(l,c){for(var u=[],f=c,h=0;f<l.length;f+=1,h+=1)u[h]=l[f];return u},a=function(s,l){for(var c="",u=0;u<s.length;u+=1)c+=s[u],u+1<s.length&&(c+=l);return c};return n1=function(l){var c=this;if(typeof c!="function"||e.apply(c)!==r)throw new TypeError(n+c);for(var u=o(arguments,1),f,h=function(){if(this instanceof f){var C=c.apply(this,i(u,arguments));return Object(C)===C?C:this}return c.apply(l,i(u,arguments))},d=t(0,c.length-u.length),y=[],w=0;w<d;w++)y[w]="$"+w;if(f=Function("binder","return function ("+a(y,",")+"){ return binder.apply(this,arguments); }")(h),c.prototype){var D=function(){};D.prototype=c.prototype,f.prototype=new D,D.prototype=null}return f},n1}var r1,wC;function Fg(){if(wC)return r1;wC=1;var n=tL();return r1=Function.prototype.bind||n,r1}var i1,DC;function Pw(){return DC||(DC=1,i1=Function.prototype.call),i1}var o1,TC;function Nw(){return TC||(TC=1,o1=Function.prototype.apply),o1}var a1,EC;function nL(){return EC||(EC=1,a1=typeof Reflect<"u"&&Reflect&&Reflect.apply),a1}var s1,CC;function TU(){if(CC)return s1;CC=1;var n=Fg(),e=Nw(),t=Pw(),r=nL();return s1=r||n.call(t,e),s1}var l1,_C;function Bw(){if(_C)return l1;_C=1;var n=Fg(),e=rc(),t=Pw(),r=TU();return l1=function(o){if(o.length<1||typeof o[0]!="function")throw new e("a function is required");return r(n,t,o)},l1}var c1,SC;function rL(){if(SC)return c1;SC=1;var n=Bw(),e=dh(),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 c1=r&&typeof r.get=="function"?n([r.get]):typeof o=="function"?function(s){return o(s==null?s:i(s))}:!1,c1}var u1,AC;function EU(){if(AC)return u1;AC=1;var n=wU(),e=DU(),t=rL();return u1=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,u1}var f1,kC;function Lw(){if(kC)return f1;kC=1;var n=Function.prototype.call,e=Object.prototype.hasOwnProperty,t=Fg();return f1=t.call(n,e),f1}var d1,RC;function kf(){if(RC)return d1;RC=1;var n,e=Iw(),t=xU(),r=V7(),i=G7(),o=X7(),a=Uw(),s=rc(),l=Y7(),c=Z7(),u=J7(),f=K7(),h=Q7(),d=q7(),y=j7(),w=eL(),D=Function,C=function(Xe){try{return D('"use strict"; return ('+Xe+").constructor;")()}catch{}},A=dh(),R=dm(),P=function(){throw new s},I=A?function(){try{return arguments.callee,P}catch{try{return A(arguments,"callee").get}catch{return P}}}():P,L=Mw()(),z=EU(),j=DU(),B=wU(),re=Nw(),ce=Pw(),M={},J=typeof Uint8Array>"u"||!z?n:z(Uint8Array),F={__proto__:null,"%AggregateError%":typeof AggregateError>"u"?n:AggregateError,"%Array%":Array,"%ArrayBuffer%":typeof ArrayBuffer>"u"?n:ArrayBuffer,"%ArrayIteratorPrototype%":L&&z?z([][Symbol.iterator]()):n,"%AsyncFromSyncIteratorPrototype%":n,"%AsyncFunction%":M,"%AsyncGenerator%":M,"%AsyncGeneratorFunction%":M,"%AsyncIteratorPrototype%":M,"%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%":M,"%Int8Array%":typeof Int8Array>"u"?n:Int8Array,"%Int16Array%":typeof Int16Array>"u"?n:Int16Array,"%Int32Array%":typeof Int32Array>"u"?n:Int32Array,"%isFinite%":isFinite,"%isNaN%":isNaN,"%IteratorPrototype%":L&&z?z(z([][Symbol.iterator]())):n,"%JSON%":typeof JSON=="object"?JSON:n,"%Map%":typeof Map>"u"?n:Map,"%MapIteratorPrototype%":typeof Map>"u"||!L||!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"||!L||!z?n:z(new Set()[Symbol.iterator]()),"%SharedArrayBuffer%":typeof SharedArrayBuffer>"u"?n:SharedArrayBuffer,"%String%":String,"%StringIteratorPrototype%":L&&z?z(""[Symbol.iterator]()):n,"%Symbol%":L?Symbol:n,"%SyntaxError%":a,"%ThrowTypeError%":I,"%TypedArray%":J,"%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%":re,"%Object.defineProperty%":R,"%Object.getPrototypeOf%":j,"%Math.abs%":c,"%Math.floor%":u,"%Math.max%":f,"%Math.min%":h,"%Math.pow%":d,"%Math.round%":y,"%Math.sign%":w,"%Reflect.getPrototypeOf%":B};if(z)try{null.error}catch(Xe){var pe=z(z(Xe));F["%Error.prototype%"]=pe}var G=function Xe(Ze){var ot;if(Ze==="%AsyncFunction%")ot=C("async function () {}");else if(Ze==="%GeneratorFunction%")ot=C("function* () {}");else if(Ze==="%AsyncGeneratorFunction%")ot=C("async function* () {}");else if(Ze==="%AsyncGenerator%"){var Ke=Xe("%AsyncGeneratorFunction%");Ke&&(ot=Ke.prototype)}else if(Ze==="%AsyncIteratorPrototype%"){var lt=Xe("%AsyncGenerator%");lt&&z&&(ot=z(lt.prototype))}return F[Ze]=ot,ot},$={__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"]},fe=Fg(),se=Lw(),ge=fe.call(ce,Array.prototype.concat),K=fe.call(re,Array.prototype.splice),te=fe.call(ce,String.prototype.replace),Oe=fe.call(ce,String.prototype.slice),he=fe.call(ce,RegExp.prototype.exec),ve=/[^%.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|%$))/g,Ve=/\\(\\)?/g,rt=function(Ze){var ot=Oe(Ze,0,1),Ke=Oe(Ze,-1);if(ot==="%"&&Ke!=="%")throw new a("invalid intrinsic syntax, expected closing `%`");if(Ke==="%"&&ot!=="%")throw new a("invalid intrinsic syntax, expected opening `%`");var lt=[];return te(Ze,ve,function(O,be,ye,ie){lt[lt.length]=ye?te(ie,Ve,"$1"):be||O}),lt},$e=function(Ze,ot){var Ke=Ze,lt;if(se($,Ke)&&(lt=$[Ke],Ke="%"+lt[0]+"%"),se(F,Ke)){var O=F[Ke];if(O===M&&(O=G(Ke)),typeof O>"u"&&!ot)throw new s("intrinsic "+Ze+" exists, but is not available. Please file an issue!");return{alias:lt,name:Ke,value:O}}throw new a("intrinsic "+Ze+" does not exist!")};return d1=function(Ze,ot){if(typeof Ze!="string"||Ze.length===0)throw new s("intrinsic name must be a non-empty string");if(arguments.length>1&&typeof ot!="boolean")throw new s('"allowMissing" argument must be a boolean');if(he(/^%?[^%]*%?$/,Ze)===null)throw new a("`%` may not be present anywhere but at the beginning and end of the intrinsic name");var Ke=rt(Ze),lt=Ke.length>0?Ke[0]:"",O=$e("%"+lt+"%",ot),be=O.name,ye=O.value,ie=!1,ne=O.alias;ne&&(lt=ne[0],K(Ke,ge([0,1],ne)));for(var me=1,Ie=!0;me<Ke.length;me+=1){var Se=Ke[me],we=Oe(Se,0,1),de=Oe(Se,-1);if((we==='"'||we==="'"||we==="`"||de==='"'||de==="'"||de==="`")&&we!==de)throw new a("property names with quotes must have matching quotes");if((Se==="constructor"||!Ie)&&(ie=!0),lt+="."+Se,be="%"+lt+"%",se(F,be))ye=F[be];else if(ye!=null){if(!(Se in ye)){if(!ot)throw new s("base intrinsic for "+Ze+" exists, but the property is not available.");return}if(A&&me+1>=Ke.length){var De=A(ye,Se);Ie=!!De,Ie&&"get"in De&&!("originalValue"in De.get)?ye=De.get:ye=ye[Se]}else Ie=se(ye,Se),ye=ye[Se];Ie&&!ie&&(F[be]=ye)}}return ye},d1}var h1,UC;function iL(){if(UC)return h1;UC=1;var n=kf(),e=Fw(),t=Ow()(),r=dh(),i=rc(),o=n("%Math.floor%");return h1=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],u=!0,f=!0;if("length"in s&&r){var h=r(s,"length");h&&!h.configurable&&(u=!1),h&&!h.writable&&(f=!1)}return(u||f||!c)&&(t?e(s,"length",l,!0,!0):e(s,"length",l)),s},h1}var p1,FC;function oL(){if(FC)return p1;FC=1;var n=Fg(),e=Nw(),t=TU();return p1=function(){return t(n,e,arguments)},p1}var OC;function ip(){return OC||(OC=1,function(n){var e=iL(),t=dm(),r=Bw(),i=oL();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}(Nv)),Nv.exports}var g1,IC;function ra(){if(IC)return g1;IC=1;var n=kf(),e=Bw(),t=e([n("%String.prototype.indexOf%")]);return g1=function(i,o){var a=n(i,!!o);return typeof a=="function"&&t(i,".prototype.")>-1?e([a]):a},g1}var y1,MC;function CU(){if(MC)return y1;MC=1;var n=Rw(),e=hm()(),t=ra(),r=Iw(),i=t("Array.prototype.push"),o=t("Object.prototype.propertyIsEnumerable"),a=e?r.getOwnPropertySymbols:null;return y1=function(l,c){if(l==null)throw new TypeError("target must be an object");var u=r(l);if(arguments.length===1)return u;for(var f=1;f<arguments.length;++f){var h=r(arguments[f]),d=n(h),y=e&&(r.getOwnPropertySymbols||a);if(y)for(var w=y(h),D=0;D<w.length;++D){var C=w[D];o(h,C)&&i(d,C)}for(var A=0;A<d.length;++A){var R=d[A];if(o(h,R)){var P=h[R];u[R]=P}}}return u},y1}var b1,PC;function _U(){if(PC)return b1;PC=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 b1=function(){return!Object.assign||e()||t()?n:Object.assign},b1}var m1,NC;function aL(){if(NC)return m1;NC=1;var n=hh(),e=_U();return m1=function(){var r=e();return n(Object,{assign:r},{assign:function(){return Object.assign!==r}}),r},m1}var v1,BC;function sL(){if(BC)return v1;BC=1;var n=hh(),e=ip(),t=CU(),r=_U(),i=aL(),o=e.apply(r()),a=function(l,c){return o(Object,arguments)};return n(a,{getPolyfill:r,implementation:t,shim:i}),v1=a,v1}var x1,LC;function SU(){if(LC)return x1;LC=1;var n=kf(),e=ip(),t=e(n("String.prototype.indexOf"));return x1=function(i,o){var a=n(i,!!o);return typeof a=="function"&&t(i,".prototype.")>-1?e(a):a},x1}var w1,WC;function lL(){if(WC)return w1;WC=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!==""},w1=n,w1}var D1,zC;function cL(){if(zC)return D1;zC=1;var n=Fw(),e=Ow()(),t=lL().functionsHaveConfigurableNames(),r=rc();return D1=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},D1}var T1,HC;function AU(){if(HC)return T1;HC=1;var n=cL(),e=rc(),t=Object;return T1=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),T1}var E1,VC;function kU(){if(VC)return E1;VC=1;var n=AU(),e=hh().supportsDescriptors,t=Object.getOwnPropertyDescriptor;return E1=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},E1}var C1,GC;function uL(){if(GC)return C1;GC=1;var n=hh().supportsDescriptors,e=kU(),t=dh(),r=Object.defineProperty,i=xU(),o=EU(),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),u=t(c,"flags");return(!u||u.get!==l)&&r(c,"flags",{configurable:!0,enumerable:!1,get:l}),l},C1}var _1,XC;function fL(){if(XC)return _1;XC=1;var n=hh(),e=ip(),t=AU(),r=kU(),i=uL(),o=e(r());return n(o,{getPolyfill:r,implementation:t,shim:i}),_1=o,_1}var wp={exports:{}},S1,YC;function ph(){if(YC)return S1;YC=1;var n=hm();return S1=function(){return n()&&!!Symbol.toStringTag},S1}var A1,ZC;function RU(){if(ZC)return A1;ZC=1;var n=ph()(),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,A1=o?r:i,A1}const dL={},hL=Object.freeze(Object.defineProperty({__proto__:null,default:dL},Symbol.toStringTag,{value:"Module"})),pL=mU(hL);var k1,JC;function pm(){if(JC)return k1;JC=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,u=typeof WeakSet=="function"&&WeakSet.prototype,f=u?WeakSet.prototype.has:null,h=typeof WeakRef=="function"&&WeakRef.prototype,d=h?WeakRef.prototype.deref:null,y=Boolean.prototype.valueOf,w=Object.prototype.toString,D=Function.prototype.toString,C=String.prototype.match,A=String.prototype.slice,R=String.prototype.replace,P=String.prototype.toUpperCase,I=String.prototype.toLowerCase,L=RegExp.prototype.test,z=Array.prototype.concat,j=Array.prototype.join,B=Array.prototype.slice,re=Math.floor,ce=typeof BigInt=="function"?BigInt.prototype.valueOf:null,M=Object.getOwnPropertySymbols,J=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?Symbol.prototype.toString:null,F=typeof Symbol=="function"&&typeof Symbol.iterator=="object",pe=typeof Symbol=="function"&&Symbol.toStringTag&&(typeof Symbol.toStringTag===F||!0)?Symbol.toStringTag:null,G=Object.prototype.propertyIsEnumerable,$=(typeof Reflect=="function"?Reflect.getPrototypeOf:Object.getPrototypeOf)||([].__proto__===Array.prototype?function(ke){return ke.__proto__}:null);function fe(ke,Ne){if(ke===1/0||ke===-1/0||ke!==ke||ke&&ke>-1e3&&ke<1e3||L.call(/e/,Ne))return Ne;var zt=/[0-9](?=(?:[0-9]{3})+(?![0-9]))/g;if(typeof ke=="number"){var Lt=ke<0?-re(-ke):re(ke);if(Lt!==ke){var an=String(Lt),Y=A.call(Ne,an.length+1);return R.call(an,zt,"$&_")+"."+R.call(R.call(Y,/([0-9]{3})/g,"$&_"),/_$/,"")}}return R.call(Ne,zt,"$&_")}var se=pL,ge=se.custom,K=O(ge)?ge:null,te={__proto__:null,double:'"',single:"'"},Oe={__proto__:null,double:/(["\\])/g,single:/(['\\])/g};k1=function ke(Ne,zt,Lt,an){var Y=zt||{};if(ie(Y,"quoteStyle")&&!ie(te,Y.quoteStyle))throw new TypeError('option "quoteStyle" must be "single" or "double"');if(ie(Y,"maxStringLength")&&(typeof Y.maxStringLength=="number"?Y.maxStringLength<0&&Y.maxStringLength!==1/0:Y.maxStringLength!==null))throw new TypeError('option "maxStringLength", if provided, must be a positive integer, Infinity, or `null`');var ee=ie(Y,"customInspect")?Y.customInspect:!0;if(typeof ee!="boolean"&&ee!=="symbol")throw new TypeError("option \"customInspect\", if provided, must be `true`, `false`, or `'symbol'`");if(ie(Y,"indent")&&Y.indent!==null&&Y.indent!==" "&&!(parseInt(Y.indent,10)===Y.indent&&Y.indent>0))throw new TypeError('option "indent" must be "\\t", an integer > 0, or `null`');if(ie(Y,"numericSeparator")&&typeof Y.numericSeparator!="boolean")throw new TypeError('option "numericSeparator", if provided, must be `true` or `false`');var xe=Y.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 ct(Ne,Y);if(typeof Ne=="number"){if(Ne===0)return 1/0/Ne>0?"0":"-0";var We=String(Ne);return xe?fe(Ne,We):We}if(typeof Ne=="bigint"){var ft=String(Ne)+"n";return xe?fe(Ne,ft):ft}var At=typeof Y.depth>"u"?5:Y.depth;if(typeof Lt>"u"&&(Lt=0),Lt>=At&&At>0&&typeof Ne=="object")return rt(Ne)?"[Array]":"[Object]";var Ft=ut(Y,Lt);if(typeof an>"u")an=[];else if(Ie(an,Ne)>=0)return"[Circular]";function Yt(Uo,Wa,Xi){if(Wa&&(an=B.call(an),an.push(Wa)),Xi){var Un={depth:Y.depth};return ie(Y,"quoteStyle")&&(Un.quoteStyle=Y.quoteStyle),ke(Uo,Un,Lt+1,an)}return ke(Uo,Y,Lt+1,an)}if(typeof Ne=="function"&&!Xe(Ne)){var jt=me(Ne),sr=Wt(Ne,Yt);return"[Function"+(jt?": "+jt:" (anonymous)")+"]"+(sr.length>0?" { "+j.call(sr,", ")+" }":"")}if(O(Ne)){var qt=F?R.call(String(Ne),/^(Symbol\(.*\))_[^)]*$/,"$1"):J.call(Ne);return typeof Ne=="object"&&!F?Rt(qt):qt}if(Le(Ne)){for(var Rn="<"+I.call(String(Ne.nodeName)),qr=Ne.attributes||[],cr=0;cr<qr.length;cr++)Rn+=" "+qr[cr].name+"="+he(ve(qr[cr].value),"double",Y);return Rn+=">",Ne.childNodes&&Ne.childNodes.length&&(Rn+="..."),Rn+="</"+I.call(String(Ne.nodeName))+">",Rn}if(rt(Ne)){if(Ne.length===0)return"[]";var Gn=Wt(Ne,Yt);return Ft&&!je(Gn)?"["+mt(Gn,Ft)+"]":"[ "+j.call(Gn,", ")+" ]"}if(Ze(Ne)){var Xn=Wt(Ne,Yt);return!("cause"in Error.prototype)&&"cause"in Ne&&!G.call(Ne,"cause")?"{ ["+String(Ne)+"] "+j.call(z.call("[cause]: "+Yt(Ne.cause),Xn),", ")+" }":Xn.length===0?"["+String(Ne)+"]":"{ ["+String(Ne)+"] "+j.call(Xn,", ")+" }"}if(typeof Ne=="object"&&ee){if(K&&typeof Ne[K]=="function"&&se)return se(Ne,{depth:At-Lt});if(ee!=="symbol"&&typeof Ne.inspect=="function")return Ne.inspect()}if(Se(Ne)){var Ti=[];return r&&r.call(Ne,function(Uo,Wa){Ti.push(Yt(Wa,Ne,!0)+" => "+Yt(Uo,Ne))}),Re("Map",t.call(Ne),Ti,Ft)}if(De(Ne)){var Mt=[];return s&&s.call(Ne,function(Uo){Mt.push(Yt(Uo,Ne))}),Re("Set",a.call(Ne),Mt,Ft)}if(we(Ne))return St("WeakMap");if(Ae(Ne))return St("WeakSet");if(de(Ne))return St("WeakRef");if(Ke(Ne))return Rt(Yt(Number(Ne)));if(be(Ne))return Rt(Yt(ce.call(Ne)));if(lt(Ne))return Rt(y.call(Ne));if(ot(Ne))return Rt(Yt(String(Ne)));if(typeof window<"u"&&Ne===window)return"{ [object Window] }";if(typeof globalThis<"u"&&Ne===globalThis||typeof ec<"u"&&Ne===ec)return"{ [object globalThis] }";if(!$e(Ne)&&!Xe(Ne)){var Cn=Wt(Ne,Yt),nr=$?$(Ne)===Object.prototype:Ne instanceof Object||Ne.constructor===Object,ur=Ne instanceof Object?"":"null prototype",oa=!nr&&pe&&Object(Ne)===Ne&&pe in Ne?A.call(ne(Ne),8,-1):ur?"Object":"",Qs=nr||typeof Ne.constructor!="function"?"":Ne.constructor.name?Ne.constructor.name+" ":"",ui=Qs+(oa||ur?"["+j.call(z.call([],oa||[],ur||[]),": ")+"] ":"");return Cn.length===0?ui+"{}":Ft?ui+"{"+mt(Cn,Ft)+"}":ui+"{ "+j.call(Cn,", ")+" }"}return String(Ne)};function he(ke,Ne,zt){var Lt=zt.quoteStyle||Ne,an=te[Lt];return an+ke+an}function ve(ke){return R.call(String(ke),/"/g,""")}function Ve(ke){return!pe||!(typeof ke=="object"&&(pe in ke||typeof ke[pe]<"u"))}function rt(ke){return ne(ke)==="[object Array]"&&Ve(ke)}function $e(ke){return ne(ke)==="[object Date]"&&Ve(ke)}function Xe(ke){return ne(ke)==="[object RegExp]"&&Ve(ke)}function Ze(ke){return ne(ke)==="[object Error]"&&Ve(ke)}function ot(ke){return ne(ke)==="[object String]"&&Ve(ke)}function Ke(ke){return ne(ke)==="[object Number]"&&Ve(ke)}function lt(ke){return ne(ke)==="[object Boolean]"&&Ve(ke)}function O(ke){if(F)return ke&&typeof ke=="object"&&ke instanceof Symbol;if(typeof ke=="symbol")return!0;if(!ke||typeof ke!="object"||!J)return!1;try{return J.call(ke),!0}catch{}return!1}function be(ke){if(!ke||typeof ke!="object"||!ce)return!1;try{return ce.call(ke),!0}catch{}return!1}var ye=Object.prototype.hasOwnProperty||function(ke){return ke in this};function ie(ke,Ne){return ye.call(ke,Ne)}function ne(ke){return w.call(ke)}function me(ke){if(ke.name)return ke.name;var Ne=C.call(D.call(ke),/^function\s*([\w$]+)/);return Ne?Ne[1]:null}function Ie(ke,Ne){if(ke.indexOf)return ke.indexOf(Ne);for(var zt=0,Lt=ke.length;zt<Lt;zt++)if(ke[zt]===Ne)return zt;return-1}function Se(ke){if(!t||!ke||typeof ke!="object")return!1;try{t.call(ke);try{a.call(ke)}catch{return!0}return ke instanceof Map}catch{}return!1}function we(ke){if(!c||!ke||typeof ke!="object")return!1;try{c.call(ke,c);try{f.call(ke,f)}catch{return!0}return ke instanceof WeakMap}catch{}return!1}function de(ke){if(!d||!ke||typeof ke!="object")return!1;try{return d.call(ke),!0}catch{}return!1}function De(ke){if(!a||!ke||typeof ke!="object")return!1;try{a.call(ke);try{t.call(ke)}catch{return!0}return ke instanceof Set}catch{}return!1}function Ae(ke){if(!f||!ke||typeof ke!="object")return!1;try{f.call(ke,f);try{c.call(ke,c)}catch{return!0}return ke instanceof WeakSet}catch{}return!1}function Le(ke){return!ke||typeof ke!="object"?!1:typeof HTMLElement<"u"&&ke instanceof HTMLElement?!0:typeof ke.nodeName=="string"&&typeof ke.getAttribute=="function"}function ct(ke,Ne){if(ke.length>Ne.maxStringLength){var zt=ke.length-Ne.maxStringLength,Lt="... "+zt+" more character"+(zt>1?"s":"");return ct(A.call(ke,0,Ne.maxStringLength),Ne)+Lt}var an=Oe[Ne.quoteStyle||"single"];an.lastIndex=0;var Y=R.call(R.call(ke,an,"\\$1"),/[\x00-\x1f]/g,xt);return he(Y,"single",Ne)}function xt(ke){var Ne=ke.charCodeAt(0),zt={8:"b",9:"t",10:"n",12:"f",13:"r"}[Ne];return zt?"\\"+zt:"\\x"+(Ne<16?"0":"")+P.call(Ne.toString(16))}function Rt(ke){return"Object("+ke+")"}function St(ke){return ke+" { ? }"}function Re(ke,Ne,zt,Lt){var an=Lt?mt(zt,Lt):j.call(zt,", ");return ke+" ("+Ne+") {"+an+"}"}function je(ke){for(var Ne=0;Ne<ke.length;Ne++)if(Ie(ke[Ne],`
|
|
15
|
-
`)>=0)return!1;return!0}function ut(ke,Ne){var zt;if(ke.indent===" ")zt=" ";else if(typeof ke.indent=="number"&&ke.indent>0)zt=j.call(Array(ke.indent+1)," ");else return null;return{base:zt,prev:j.call(Array(Ne+1),zt)}}function mt(ke,Ne){if(ke.length===0)return"";var zt=`
|
|
16
|
-
`+Ne.prev+Ne.base;return zt+j.call(ke,","+zt)+`
|
|
17
|
-
`+Ne.prev}function Wt(ke,Ne){var zt=rt(ke),Lt=[];if(zt){Lt.length=ke.length;for(var an=0;an<ke.length;an++)Lt[an]=ie(ke,an)?Ne(ke[an],ke):""}var Y=typeof M=="function"?M(ke):[],ee;if(F){ee={};for(var xe=0;xe<Y.length;xe++)ee["$"+Y[xe]]=Y[xe]}for(var We in ke)ie(ke,We)&&(zt&&String(Number(We))===We&&We<ke.length||F&&ee["$"+We]instanceof Symbol||(L.call(/[^\w$]/,We)?Lt.push(Ne(We,ke)+": "+Ne(ke[We],ke)):Lt.push(We+": "+Ne(ke[We],ke))));if(typeof M=="function")for(var ft=0;ft<Y.length;ft++)G.call(ke,Y[ft])&&Lt.push("["+Ne(Y[ft])+"]: "+Ne(ke[Y[ft]],ke));return Lt}return k1}var R1,KC;function gL(){if(KC)return R1;KC=1;var n=pm(),e=rc(),t=function(s,l,c){for(var u=s,f;(f=u.next)!=null;u=f)if(f.key===l)return u.next=f.next,c||(f.next=s.next,s.next=f),f},r=function(s,l){if(s){var c=t(s,l);return c&&c.value}},i=function(s,l,c){var u=t(s,l);u?u.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 R1=function(){var l,c={assert:function(u){if(!c.has(u))throw new e("Side channel does not contain "+n(u))},delete:function(u){var f=l&&l.next,h=a(l,u);return h&&f&&f===h&&(l=void 0),!!h},get:function(u){return r(l,u)},has:function(u){return o(l,u)},set:function(u,f){l||(l={next:void 0}),i(l,u,f)}};return c},R1}var U1,QC;function UU(){if(QC)return U1;QC=1;var n=kf(),e=ra(),t=pm(),r=rc(),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 U1=!!i&&function(){var f,h={assert:function(d){if(!h.has(d))throw new r("Side channel does not contain "+t(d))},delete:function(d){if(f){var y=l(f,d);return c(f)===0&&(f=void 0),y}return!1},get:function(d){if(f)return o(f,d)},has:function(d){return f?s(f,d):!1},set:function(d,y){f||(f=new i),a(f,d,y)}};return h},U1}var F1,qC;function yL(){if(qC)return F1;qC=1;var n=kf(),e=ra(),t=pm(),r=UU(),i=rc(),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 F1=o?function(){var f,h,d={assert:function(y){if(!d.has(y))throw new i("Side channel does not contain "+t(y))},delete:function(y){if(o&&y&&(typeof y=="object"||typeof y=="function")){if(f)return c(f,y)}else if(r&&h)return h.delete(y);return!1},get:function(y){return o&&y&&(typeof y=="object"||typeof y=="function")&&f?a(f,y):h&&h.get(y)},has:function(y){return o&&y&&(typeof y=="object"||typeof y=="function")&&f?l(f,y):!!h&&h.has(y)},set:function(y,w){o&&y&&(typeof y=="object"||typeof y=="function")?(f||(f=new o),s(f,y,w)):r&&(h||(h=r()),h.set(y,w))}};return d}:r,F1}var O1,jC;function FU(){if(jC)return O1;jC=1;var n=rc(),e=pm(),t=gL(),r=UU(),i=yL(),o=i||r||t;return O1=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,u){s||(s=o()),s.set(c,u)}};return l},O1}var I1,$C;function bL(){if($C)return I1;$C=1;var n=Lw(),e=FU()(),t=rc(),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),I1=r,I1}var M1,e_;function mL(){if(e_)return M1;e_=1;var n=bL(),e=Uw(),t=typeof StopIteration=="object"?StopIteration:null;return M1=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},M1}var P1,t_;function OU(){if(t_)return P1;t_=1;var n={}.toString;return P1=Array.isArray||function(e){return n.call(e)=="[object Array]"},P1}var N1,n_;function IU(){if(n_)return N1;n_=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=ph()();return N1=function(s){return typeof s=="string"?!0:!s||typeof s!="object"?!1:o?t(s):r(s)===i},N1}var B1,r_;function MU(){if(r_)return B1;r_=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}),B1=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},B1}var L1,i_;function PU(){if(i_)return L1;i_=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}),L1=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},L1}var o_;function vL(){if(o_)return wp.exports;o_=1;var n=RU(),e=mL();if(Mw()()||hm()()){var t=Symbol.iterator;wp.exports=function(B){if(B!=null&&typeof B[t]<"u")return B[t]();if(n(B))return Array.prototype[t].call(B)}}else{var r=OU(),i=IU(),o=kf(),a=o("%Map%",!0),s=o("%Set%",!0),l=SU(),c=l("Array.prototype.push"),u=l("String.prototype.charCodeAt"),f=l("String.prototype.slice"),h=function(B,re){var ce=B.length;if(re+1>=ce)return re+1;var M=u(B,re);if(M<55296||M>56319)return re+1;var J=u(B,re+1);return J<56320||J>57343?re+1:re+2},d=function(B){var re=0;return{next:function(){var M=re>=B.length,J;return M||(J=B[re],re+=1),{done:M,value:J}}}},y=function(B,re){if(r(B)||n(B))return d(B);if(i(B)){var ce=0;return{next:function(){var J=h(B,ce),F=f(B,ce,J);return ce=J,{done:J>B.length,value:F}}}}if(re&&typeof B["_es6-shim iterator_"]<"u")return B["_es6-shim iterator_"]()};if(!a&&!s)wp.exports=function(B){if(B!=null)return y(B,!0)};else{var w=MU(),D=PU(),C=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),P=l("Set.prototype.iterator",!0);var I=l("Map.prototype.@@iterator",!0)||l("Map.prototype._es6-shim iterator_",!0),L=l("Set.prototype.@@iterator",!0)||l("Set.prototype._es6-shim iterator_",!0),z=function(B){if(w(B)){if(R)return e(R(B));if(I)return I(B);if(C){var re=[];return C(B,function(M,J){c(re,[J,M])}),d(re)}}if(D(B)){if(P)return e(P(B));if(L)return L(B);if(A){var ce=[];return A(B,function(M){c(ce,M)}),d(ce)}}};wp.exports=function(B){return z(B)||y(B)}}}return wp.exports}var W1,a_;function NU(){if(a_)return W1;a_=1;var n=function(e){return e!==e};return W1=function(t,r){return t===0&&r===0?1/t===1/r:!!(t===r||n(t)&&n(r))},W1}var z1,s_;function BU(){if(s_)return z1;s_=1;var n=NU();return z1=function(){return typeof Object.is=="function"?Object.is:n},z1}var H1,l_;function xL(){if(l_)return H1;l_=1;var n=BU(),e=hh();return H1=function(){var r=n();return e(Object,{is:r},{is:function(){return Object.is!==r}}),r},H1}var V1,c_;function wL(){if(c_)return V1;c_=1;var n=hh(),e=ip(),t=NU(),r=BU(),i=xL(),o=e(r(),Object);return n(o,{getPolyfill:r,implementation:t,shim:i}),V1=o,V1}var G1,u_;function LU(){if(u_)return G1;u_=1;var n=ip(),e=ra(),t=kf(),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 G1=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},G1}var X1,f_;function DL(){if(f_)return X1;f_=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=ph()();return X1=function(s){return typeof s!="object"||s===null?!1:o?t(s):r(s)===i},X1}var Y1,d_;function WU(){if(d_)return Y1;d_=1;var n=ra(),e=ph()(),t=Lw(),r=dh(),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(h){if(!h||typeof h!="object")return!1;var d=r(h,"lastIndex"),y=d&&t(d,"value");if(!y)return!1;try{o(h,l)}catch(w){return w===a}}}else{var c=n("Object.prototype.toString"),u="[object RegExp]";i=function(h){return!h||typeof h!="object"&&typeof h!="function"?!1:c(h)===u}}return Y1=i,Y1}var Z1,h_;function TL(){if(h_)return Z1;h_=1;var n=ra(),e=n("SharedArrayBuffer.prototype.byteLength",!0);return Z1=e?function(r){if(!r||typeof r!="object")return!1;try{return e(r),!0}catch{return!1}}:function(r){return!1},Z1}var J1,p_;function EL(){if(p_)return J1;p_=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=ph()();return J1=function(s){return typeof s=="number"?!0:!s||typeof s!="object"?!1:o?t(s):r(s)===i},J1}var K1,g_;function CL(){if(g_)return K1;g_=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=ph()();return K1=function(s){return typeof s=="boolean"?!0:s===null||typeof s!="object"?!1:o?r(s):t(s)===i},K1}var qg={exports:{}},Q1,y_;function _L(){if(y_)return Q1;y_=1;var n=ra(),e=WU(),t=n("RegExp.prototype.exec"),r=rc();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 b_;function SL(){if(b_)return qg.exports;b_=1;var n=ra(),e=n("Object.prototype.toString"),t=Mw()(),r=_L();if(t){var i=n("Symbol.prototype.toString"),o=r(/^Symbol\(.*\)$/),a=function(l){return typeof l.valueOf()!="symbol"?!1:o(i(l))};qg.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 qg.exports=function(l){return!1};return qg.exports}var jg={exports:{}},q1,m_;function AL(){if(m_)return q1;m_=1;var n=typeof BigInt<"u"&&BigInt;return q1=function(){return typeof n=="function"&&typeof BigInt=="function"&&typeof n(42)=="bigint"&&typeof BigInt(42)=="bigint"},q1}var v_;function kL(){if(v_)return jg.exports;v_=1;var n=AL()();if(n){var e=BigInt.prototype.valueOf,t=function(i){try{return e.call(i),!0}catch{}return!1};jg.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 jg.exports=function(i){return!1};return jg.exports}var j1,x_;function RL(){if(x_)return j1;x_=1;var n=IU(),e=EL(),t=CL(),r=SL(),i=kL();return j1=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"},j1}var $1,w_;function UL(){if(w_)return $1;w_=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}),$1=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},$1}var $g={exports:{}},D_;function FL(){if(D_)return $g.exports;D_=1;var n=kf(),e=ra(),t=n("%WeakSet%",!0),r=e("WeakSet.prototype.has",!0);if(r){var i=e("WeakMap.prototype.has",!0);$g.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 $g.exports=function(a){return!1};return $g.exports}var e0,T_;function OL(){if(T_)return e0;T_=1;var n=MU(),e=PU(),t=UL(),r=FL();return e0=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},e0}var t0,E_;function IL(){if(E_)return t0;E_=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 P=n.call(R);return i.test(P)}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]",u="[object GeneratorFunction]",f="[object HTMLAllCollection]",h="[object HTML document.all class]",d="[object HTMLCollection]",y=typeof Symbol=="function"&&!!Symbol.toStringTag,w=!(0 in[,]),D=function(){return!1};if(typeof document=="object"){var C=document.all;s.call(C)===s.call(document.all)&&(D=function(R){if((w||!R)&&(typeof R>"u"||typeof R=="object"))try{var P=s.call(R);return(P===f||P===h||P===d||P===l)&&R("")==null}catch{}return!1})}return t0=e?function(R){if(D(R))return!0;if(!R||typeof R!="function"&&typeof R!="object")return!1;try{e(R,null,t)}catch(P){if(P!==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(y)return a(R);if(o(R))return!1;var P=s.call(R);return P!==c&&P!==u&&!/^\[object HTML/.test(P)?!1:a(R)},t0}var n0,C_;function ML(){if(C_)return n0;C_=1;var n=IL(),e=Object.prototype.toString,t=Object.prototype.hasOwnProperty,r=function(l,c,u){for(var f=0,h=l.length;f<h;f++)t.call(l,f)&&(u==null?c(l[f],f,l):c.call(u,l[f],f,l))},i=function(l,c,u){for(var f=0,h=l.length;f<h;f++)u==null?c(l.charAt(f),f,l):c.call(u,l.charAt(f),f,l)},o=function(l,c,u){for(var f in l)t.call(l,f)&&(u==null?c(l[f],f,l):c.call(u,l[f],f,l))};function a(s){return e.call(s)==="[object Array]"}return n0=function(l,c,u){if(!n(c))throw new TypeError("iterator must be a function");var f;arguments.length>=3&&(f=u),a(l)?r(l,c,f):typeof l=="string"?i(l,c,f):o(l,c,f)},n0}var r0,__;function PL(){return __||(__=1,r0=["Float16Array","Float32Array","Float64Array","Int8Array","Int16Array","Int32Array","Uint8Array","Uint8ClampedArray","Uint16Array","Uint32Array","BigInt64Array","BigUint64Array"]),r0}var i0,S_;function NL(){if(S_)return i0;S_=1;var n=PL(),e=typeof globalThis>"u"?ec:globalThis;return i0=function(){for(var r=[],i=0;i<n.length;i++)typeof e[n[i]]=="function"&&(r[r.length]=n[i]);return r},i0}var o0,A_;function BL(){if(A_)return o0;A_=1;var n=ML(),e=NL(),t=ip(),r=ra(),i=dh(),o=r("Object.prototype.toString"),a=ph()(),s=typeof globalThis>"u"?ec:globalThis,l=e(),c=r("String.prototype.slice"),u=Object.getPrototypeOf,f=r("Array.prototype.indexOf",!0)||function(D,C){for(var A=0;A<D.length;A+=1)if(D[A]===C)return A;return-1},h={__proto__:null};a&&i&&u?n(l,function(w){var D=new s[w];if(Symbol.toStringTag in D){var C=u(D),A=i(C,Symbol.toStringTag);if(!A){var R=u(C);A=i(R,Symbol.toStringTag)}h["$"+w]=t(A.get)}}):n(l,function(w){var D=new s[w],C=D.slice||D.set;C&&(h["$"+w]=t(C))});var d=function(D){var C=!1;return n(h,function(A,R){if(!C)try{"$"+A(D)===R&&(C=c(R,1))}catch{}}),C},y=function(D){var C=!1;return n(h,function(A,R){if(!C)try{A(D),C=c(R,1)}catch{}}),C};return o0=function(D){if(!D||typeof D!="object")return!1;if(!a){var C=c(o(D),8,-1);return f(l,C)>-1?C:C!=="Object"?!1:y(D)}return i?d(D):null},o0}var a0,k_;function LL(){if(k_)return a0;k_=1;var n=ra(),e=n("ArrayBuffer.prototype.byteLength",!0),t=LU();return a0=function(i){return t(i)?e?e(i):i.byteLength:NaN},a0}var s0,R_;function WL(){if(R_)return s0;R_=1;var n=sL(),e=SU(),t=fL(),r=kf(),i=vL(),o=FU(),a=wL(),s=RU(),l=OU(),c=LU(),u=DL(),f=WU(),h=TL(),d=Rw(),y=RL(),w=OL(),D=BL(),C=LL(),A=e("SharedArrayBuffer.prototype.byteLength",!0),R=e("Date.prototype.getTime"),P=Object.getPrototypeOf,I=e("Object.prototype.toString"),L=r("%Set%",!0),z=e("Map.prototype.has",!0),j=e("Map.prototype.get",!0),B=e("Map.prototype.size",!0),re=e("Set.prototype.add",!0),ce=e("Set.prototype.delete",!0),M=e("Set.prototype.has",!0),J=e("Set.prototype.size",!0);function F(he,ve,Ve,rt){for(var $e=i(he),Xe;(Xe=$e.next())&&!Xe.done;)if(se(ve,Xe.value,Ve,rt))return ce(he,Xe.value),!0;return!1}function pe(he){if(typeof he>"u")return null;if(typeof he!="object")return typeof he=="symbol"?!1:typeof he=="string"||typeof he=="number"?+he==+he:!0}function G(he,ve,Ve,rt,$e,Xe){var Ze=pe(Ve);if(Ze!=null)return Ze;var ot=j(ve,Ze),Ke=n({},$e,{strict:!1});return typeof ot>"u"&&!z(ve,Ze)||!se(rt,ot,Ke,Xe)?!1:!z(he,Ze)&&se(rt,ot,Ke,Xe)}function $(he,ve,Ve){var rt=pe(Ve);return rt??(M(ve,rt)&&!M(he,rt))}function fe(he,ve,Ve,rt,$e,Xe){for(var Ze=i(he),ot,Ke;(ot=Ze.next())&&!ot.done;)if(Ke=ot.value,se(Ve,Ke,$e,Xe)&&se(rt,j(ve,Ke),$e,Xe))return ce(he,Ke),!0;return!1}function se(he,ve,Ve,rt){var $e=Ve||{};if($e.strict?a(he,ve):he===ve)return!0;var Xe=y(he),Ze=y(ve);if(Xe!==Ze)return!1;if(!he||!ve||typeof he!="object"&&typeof ve!="object")return $e.strict?a(he,ve):he==ve;var ot=rt.has(he),Ke=rt.has(ve),lt;if(ot&&Ke){if(rt.get(he)===rt.get(ve))return!0}else lt={};return ot||rt.set(he,lt),Ke||rt.set(ve,lt),Oe(he,ve,$e,rt)}function ge(he){return!he||typeof he!="object"||typeof he.length!="number"||typeof he.copy!="function"||typeof he.slice!="function"||he.length>0&&typeof he[0]!="number"?!1:!!(he.constructor&&he.constructor.isBuffer&&he.constructor.isBuffer(he))}function K(he,ve,Ve,rt){if(J(he)!==J(ve))return!1;for(var $e=i(he),Xe=i(ve),Ze,ot,Ke;(Ze=$e.next())&&!Ze.done;)if(Ze.value&&typeof Ze.value=="object")Ke||(Ke=new L),re(Ke,Ze.value);else if(!M(ve,Ze.value)){if(Ve.strict||!$(he,ve,Ze.value))return!1;Ke||(Ke=new L),re(Ke,Ze.value)}if(Ke){for(;(ot=Xe.next())&&!ot.done;)if(ot.value&&typeof ot.value=="object"){if(!F(Ke,ot.value,Ve.strict,rt))return!1}else if(!Ve.strict&&!M(he,ot.value)&&!F(Ke,ot.value,Ve.strict,rt))return!1;return J(Ke)===0}return!0}function te(he,ve,Ve,rt){if(B(he)!==B(ve))return!1;for(var $e=i(he),Xe=i(ve),Ze,ot,Ke,lt,O,be;(Ze=$e.next())&&!Ze.done;)if(lt=Ze.value[0],O=Ze.value[1],lt&&typeof lt=="object")Ke||(Ke=new L),re(Ke,lt);else if(be=j(ve,lt),typeof be>"u"&&!z(ve,lt)||!se(O,be,Ve,rt)){if(Ve.strict||!G(he,ve,lt,O,Ve,rt))return!1;Ke||(Ke=new L),re(Ke,lt)}if(Ke){for(;(ot=Xe.next())&&!ot.done;)if(lt=ot.value[0],be=ot.value[1],lt&&typeof lt=="object"){if(!fe(Ke,he,lt,be,Ve,rt))return!1}else if(!Ve.strict&&(!he.has(lt)||!se(j(he,lt),be,Ve,rt))&&!fe(Ke,he,lt,be,n({},Ve,{strict:!1}),rt))return!1;return J(Ke)===0}return!0}function Oe(he,ve,Ve,rt){var $e,Xe;if(typeof he!=typeof ve||he==null||ve==null||I(he)!==I(ve)||s(he)!==s(ve))return!1;var Ze=l(he),ot=l(ve);if(Ze!==ot)return!1;var Ke=he instanceof Error,lt=ve instanceof Error;if(Ke!==lt||(Ke||lt)&&(he.name!==ve.name||he.message!==ve.message))return!1;var O=f(he),be=f(ve);if(O!==be||(O||be)&&(he.source!==ve.source||t(he)!==t(ve)))return!1;var ye=u(he),ie=u(ve);if(ye!==ie||(ye||ie)&&R(he)!==R(ve)||Ve.strict&&P&&P(he)!==P(ve))return!1;var ne=D(he),me=D(ve);if(ne!==me)return!1;if(ne||me){if(he.length!==ve.length)return!1;for($e=0;$e<he.length;$e++)if(he[$e]!==ve[$e])return!1;return!0}var Ie=ge(he),Se=ge(ve);if(Ie!==Se)return!1;if(Ie||Se){if(he.length!==ve.length)return!1;for($e=0;$e<he.length;$e++)if(he[$e]!==ve[$e])return!1;return!0}var we=c(he),de=c(ve);if(we!==de)return!1;if(we||de)return C(he)!==C(ve)?!1:typeof Uint8Array=="function"&&se(new Uint8Array(he),new Uint8Array(ve),Ve,rt);var De=h(he),Ae=h(ve);if(De!==Ae)return!1;if(De||Ae)return A(he)!==A(ve)?!1:typeof Uint8Array=="function"&&se(new Uint8Array(he),new Uint8Array(ve),Ve,rt);if(typeof he!=typeof ve)return!1;var Le=d(he),ct=d(ve);if(Le.length!==ct.length)return!1;for(Le.sort(),ct.sort(),$e=Le.length-1;$e>=0;$e--)if(Le[$e]!=ct[$e])return!1;for($e=Le.length-1;$e>=0;$e--)if(Xe=Le[$e],!se(he[Xe],ve[Xe],Ve,rt))return!1;var xt=w(he),Rt=w(ve);return xt!==Rt?!1:xt==="Set"||Rt==="Set"?K(he,ve,Ve,rt):xt==="Map"?te(he,ve,Ve,rt):!0}return s0=function(ve,Ve,rt){return se(ve,Ve,rt,o())},s0}var zL=WL();const HL=fm(zL);var Kl={},Ww="1.13.7",U_=typeof self=="object"&&self.self===self&&self||typeof global=="object"&&global.global===global&&global||Function("return this")()||{},gm=Array.prototype,zw=Object.prototype,F_=typeof Symbol<"u"?Symbol.prototype:null,VL=gm.push,Og=gm.slice,dg=zw.toString,GL=zw.hasOwnProperty,zU=typeof ArrayBuffer<"u",XL=typeof DataView<"u",YL=Array.isArray,O_=Object.keys,I_=Object.create,M_=zU&&ArrayBuffer.isView,ZL=isNaN,JL=isFinite,HU=!{toString:null}.propertyIsEnumerable("toString"),P_=["valueOf","isPrototypeOf","toString","propertyIsEnumerable","hasOwnProperty","toLocaleString"],KL=Math.pow(2,53)-1;function La(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 vd(n){var e=typeof n;return e==="function"||e==="object"&&!!n}function VU(n){return n===null}function Hw(n){return n===void 0}function Vw(n){return n===!0||n===!1||dg.call(n)==="[object Boolean]"}function GU(n){return!!(n&&n.nodeType===1)}function ia(n){var e="[object "+n+"]";return function(t){return dg.call(t)===e}}const ym=ia("String"),Gw=ia("Number"),XU=ia("Date"),YU=ia("RegExp"),ZU=ia("Error"),Xw=ia("Symbol"),Yw=ia("ArrayBuffer");var JU=ia("Function"),QL=U_.document&&U_.document.childNodes;typeof/./!="function"&&typeof Int8Array!="object"&&typeof QL!="function"&&(JU=function(n){return typeof n=="function"||!1});const ta=JU,KU=ia("Object");var QU=XL&&(!/\[native code\]/.test(String(DataView))||KU(new DataView(new ArrayBuffer(8)))),Zw=typeof Map<"u"&&KU(new Map),qL=ia("DataView");function jL(n){return n!=null&&ta(n.getInt8)&&Yw(n.buffer)}const hg=QU?jL:qL,xd=YL||ia("Array");function wd(n,e){return n!=null&&GL.call(n,e)}var xx=ia("Arguments");(function(){xx(arguments)||(xx=function(n){return wd(n,"callee")})})();const bm=xx;function qU(n){return!Xw(n)&&JL(n)&&!isNaN(parseFloat(n))}function Jw(n){return Gw(n)&&ZL(n)}function Kw(n){return function(){return n}}function jU(n){return function(e){var t=n(e);return typeof t=="number"&&t>=0&&t<=KL}}function $U(n){return function(e){return e==null?void 0:e[n]}}const Wb=$U("byteLength"),$L=jU(Wb);var eW=/\[object ((I|Ui)nt(8|16|32)|Float(32|64)|Uint8Clamped|Big(I|Ui)nt64)Array\]/;function tW(n){return M_?M_(n)&&!hg(n):$L(n)&&eW.test(dg.call(n))}const Qw=zU?tW:Kw(!1),ms=$U("length");function nW(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 eF(n,e){e=nW(e);var t=P_.length,r=n.constructor,i=ta(r)&&r.prototype||zw,o="constructor";for(wd(n,o)&&!e.contains(o)&&e.push(o);t--;)o=P_[t],o in n&&n[o]!==i[o]&&!e.contains(o)&&e.push(o)}function Gi(n){if(!vd(n))return[];if(O_)return O_(n);var e=[];for(var t in n)wd(n,t)&&e.push(t);return HU&&eF(n,e),e}function tF(n){if(n==null)return!0;var e=ms(n);return typeof e=="number"&&(xd(n)||ym(n)||bm(n))?e===0:ms(Gi(n))===0}function qw(n,e){var t=Gi(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 Qn(n){if(n instanceof Qn)return n;if(!(this instanceof Qn))return new Qn(n);this._wrapped=n}Qn.VERSION=Ww;Qn.prototype.value=function(){return this._wrapped};Qn.prototype.valueOf=Qn.prototype.toJSON=Qn.prototype.value;Qn.prototype.toString=function(){return String(this._wrapped)};function N_(n){return new Uint8Array(n.buffer||n,n.byteOffset||0,Wb(n))}var B_="[object DataView]";function wx(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:nF(n,e,t,r)}function nF(n,e,t,r){n instanceof Qn&&(n=n._wrapped),e instanceof Qn&&(e=e._wrapped);var i=dg.call(n);if(i!==dg.call(e))return!1;if(QU&&i=="[object Object]"&&hg(n)){if(!hg(e))return!1;i=B_}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 F_.valueOf.call(n)===F_.valueOf.call(e);case"[object ArrayBuffer]":case B_:return nF(N_(n),N_(e),t,r)}var o=i==="[object Array]";if(!o&&Qw(n)){var a=Wb(n);if(a!==Wb(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(!wx(n[c],e[c],t,r))return!1}else{var u=Gi(n),f;if(c=u.length,Gi(e).length!==c)return!1;for(;c--;)if(f=u[c],!(wd(e,f)&&wx(n[f],e[f],t,r)))return!1}return t.pop(),r.pop(),!0}function rF(n,e){return wx(n,e)}function op(n){if(!vd(n))return[];var e=[];for(var t in n)e.push(t);return HU&&eF(n,e),e}function jw(n){var e=ms(n);return function(t){if(t==null)return!1;var r=op(t);if(ms(r))return!1;for(var i=0;i<e;i++)if(!ta(t[n[i]]))return!1;return n!==aF||!ta(t[$w])}}var $w="forEach",iF="has",eD=["clear","delete"],oF=["get",iF,"set"],rW=eD.concat($w,oF),aF=eD.concat(oF),iW=["add"].concat(eD,$w,iF);const sF=Zw?jw(rW):ia("Map"),lF=Zw?jw(aF):ia("WeakMap"),cF=Zw?jw(iW):ia("Set"),uF=ia("WeakSet");function gh(n){for(var e=Gi(n),t=e.length,r=Array(t),i=0;i<t;i++)r[i]=n[e[i]];return r}function fF(n){for(var e=Gi(n),t=e.length,r=Array(t),i=0;i<t;i++)r[i]=[e[i],n[e[i]]];return r}function tD(n){for(var e={},t=Gi(n),r=0,i=t.length;r<i;r++)e[n[t[r]]]=t[r];return e}function pg(n){var e=[];for(var t in n)ta(n[t])&&e.push(t);return e.sort()}function nD(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 rD=nD(op),Zh=nD(Gi),iD=nD(op,!0);function oW(){return function(){}}function dF(n){if(!vd(n))return{};if(I_)return I_(n);var e=oW();e.prototype=n;var t=new e;return e.prototype=null,t}function hF(n,e){var t=dF(n);return e&&Zh(t,e),t}function pF(n){return vd(n)?xd(n)?n.slice():rD({},n):n}function gF(n,e){return e(n),n}function oD(n){return xd(n)?n:[n]}Qn.toPath=oD;function Ig(n){return Qn.toPath(n)}function aD(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 sD(n,e,t){var r=aD(n,Ig(e));return Hw(r)?t:r}function yF(n,e){e=Ig(e);for(var t=e.length,r=0;r<t;r++){var i=e[r];if(!wd(n,i))return!1;n=n[i]}return!!t}function mm(n){return n}function ah(n){return n=Zh({},n),function(e){return qw(e,n)}}function vm(n){return n=Ig(n),function(e){return aD(e,n)}}function Mg(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 bF(n,e,t){return n==null?mm:ta(n)?Mg(n,e,t):vd(n)&&!xd(n)?ah(n):vm(n)}function xm(n,e){return bF(n,e,1/0)}Qn.iteratee=xm;function vs(n,e,t){return Qn.iteratee!==xm?Qn.iteratee(n,e):bF(n,e,t)}function mF(n,e,t){e=vs(e,t);for(var r=Gi(n),i=r.length,o={},a=0;a<i;a++){var s=r[a];o[s]=e(n[s],s,n)}return o}function lD(){}function vF(n){return n==null?lD:function(e){return sD(n,e)}}function xF(n,e,t){var r=Array(Math.max(0,n));e=Mg(e,t,1);for(var i=0;i<n;i++)r[i]=e(i);return r}function zb(n,e){return e==null&&(e=n,n=0),n+Math.floor(Math.random()*(e-n+1))}const Jh=Date.now||function(){return new Date().getTime()};function wF(n){var e=function(o){return n[o]},t="(?:"+Gi(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 DF={"&":"&","<":"<",">":">",'"':""","'":"'","`":"`"},TF=wF(DF),aW=tD(DF),EF=wF(aW),CF=Qn.templateSettings={evaluate:/<%([\s\S]+?)%>/g,interpolate:/<%=([\s\S]+?)%>/g,escape:/<%-([\s\S]+?)%>/g};var l0=/(.)^/,sW={"'":"'","\\":"\\","\r":"r","\n":"n","\u2028":"u2028","\u2029":"u2029"},lW=/\\|'|\r|\n|\u2028|\u2029/g;function cW(n){return"\\"+sW[n]}var uW=/^\s*(\w|\$)+\s*$/;function _F(n,e,t){!e&&t&&(e=t),e=iD({},e,Qn.templateSettings);var r=RegExp([(e.escape||l0).source,(e.interpolate||l0).source,(e.evaluate||l0).source].join("|")+"|$","g"),i=0,o="__p+='";n.replace(r,function(c,u,f,h,d){return o+=n.slice(i,d).replace(lW,cW),i=d+c.length,u?o+=`'+
|
|
18
|
-
((__t=(`+u+`))==null?'':_.escape(__t))+
|
|
19
|
-
'`:f?o+=`'+
|
|
20
|
-
((__t=(`+f+`))==null?'':__t)+
|
|
21
|
-
'`:h&&(o+=`';
|
|
22
|
-
`+h+`
|
|
23
|
-
__p+='`),c}),o+=`';
|
|
24
|
-
`;var a=e.variable;if(a){if(!uW.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,Qn)};return l.source="function("+a+`){
|
|
29
|
-
`+o+"}",l}function SF(n,e,t){e=Ig(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 fW=0;function AF(n){var e=++fW+"";return n?n+e:e}function kF(n){var e=Qn(n);return e._chain=!0,e}function RF(n,e,t,r,i){if(!(r instanceof e))return n.apply(t,i);var o=dF(n.prototype),a=n.apply(o,i);return vd(a)?a:o}var yh=La(function(n,e){var t=yh.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 RF(n,r,this,this,a)};return r});yh.placeholder=Qn;const cD=La(function(n,e,t){if(!ta(n))throw new TypeError("Bind must be called on a function");var r=La(function(i){return RF(n,r,e,this,t.concat(i))});return r}),Ks=jU(ms);function bh(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=ms(n);o<a;o++){var s=n[o];if(Ks(s)&&(xd(s)||bm(s)))if(e>1)bh(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 UF=La(function(n,e){e=bh(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]=cD(n[r],n)}return n});function FF(n,e){var t=function(r){var i=t.cache,o=""+(e?e.apply(this,arguments):r);return wd(i,o)||(i[o]=n.apply(this,arguments)),i[o]};return t.cache={},t}const uD=La(function(n,e,t){return setTimeout(function(){return n.apply(null,t)},e)}),OF=yh(uD,Qn,1);function IF(n,e,t){var r,i,o,a,s=0;t||(t={});var l=function(){s=t.leading===!1?0:Jh(),r=null,a=n.apply(i,o),r||(i=o=null)},c=function(){var u=Jh();!s&&t.leading===!1&&(s=u);var f=e-(u-s);return i=this,o=arguments,f<=0||f>e?(r&&(clearTimeout(r),r=null),s=u,a=n.apply(i,o),r||(i=o=null)):!r&&t.trailing!==!1&&(r=setTimeout(l,f)),a};return c.cancel=function(){clearTimeout(r),s=0,r=i=o=null},c}function MF(n,e,t){var r,i,o,a,s,l=function(){var u=Jh()-i;e>u?r=setTimeout(l,e-u):(r=null,t||(a=n.apply(s,o)),r||(o=s=null))},c=La(function(u){return s=this,o=u,i=Jh(),r||(r=setTimeout(l,e),t&&(a=n.apply(s,o))),a});return c.cancel=function(){clearTimeout(r),r=o=s=null},c}function PF(n,e){return yh(e,n)}function wm(n){return function(){return!n.apply(this,arguments)}}function NF(){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 BF(n,e){return function(){if(--n<1)return e.apply(this,arguments)}}function fD(n,e){var t;return function(){return--n>0&&(t=e.apply(this,arguments)),n<=1&&(e=null),t}}const LF=yh(fD,2);function dD(n,e,t){e=vs(e,t);for(var r=Gi(n),i,o=0,a=r.length;o<a;o++)if(i=r[o],e(n[i],i,n))return i}function WF(n){return function(e,t,r){t=vs(t,r);for(var i=ms(e),o=n>0?0:i-1;o>=0&&o<i;o+=n)if(t(e[o],o,e))return o;return-1}}const Dm=WF(1),hD=WF(-1);function pD(n,e,t,r){t=vs(t,r,1);for(var i=t(e),o=0,a=ms(n);o<a;){var s=Math.floor((o+a)/2);t(n[s])<i?o=s+1:a=s}return o}function zF(n,e,t){return function(r,i,o){var a=0,s=ms(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(Og.call(r,a,s),Jw),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 gD=zF(1,Dm,pD),HF=zF(-1,hD);function gg(n,e,t){var r=Ks(n)?Dm:dD,i=r(n,e,t);if(i!==void 0&&i!==-1)return n[i]}function VF(n,e){return gg(n,ah(e))}function Vc(n,e,t){e=Mg(e,t);var r,i;if(Ks(n))for(r=0,i=n.length;r<i;r++)e(n[r],r,n);else{var o=Gi(n);for(r=0,i=o.length;r<i;r++)e(n[o[r]],o[r],n)}return n}function Df(n,e,t){e=vs(e,t);for(var r=!Ks(n)&&Gi(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 GF(n){var e=function(t,r,i,o){var a=!Ks(t)&&Gi(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,Mg(r,o,4),i,a)}}const Lh=GF(1),Hb=GF(-1);function dd(n,e,t){var r=[];return e=vs(e,t),Vc(n,function(i,o,a){e(i,o,a)&&r.push(i)}),r}function XF(n,e,t){return dd(n,wm(vs(e)),t)}function Vb(n,e,t){e=vs(e,t);for(var r=!Ks(n)&&Gi(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 Gb(n,e,t){e=vs(e,t);for(var r=!Ks(n)&&Gi(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 nc(n,e,t,r){return Ks(n)||(n=gh(n)),(typeof t!="number"||r)&&(t=0),gD(n,e,t)>=0}const YF=La(function(n,e,t){var r,i;return ta(e)?i=e:(e=Ig(e),r=e.slice(0,-1),e=e[e.length-1]),Df(n,function(o){var a=i;if(!a){if(r&&r.length&&(o=aD(o,r)),o==null)return;a=o[e]}return a==null?a:a.apply(o,t)})});function Tm(n,e){return Df(n,vm(e))}function ZF(n,e){return dd(n,ah(e))}function yD(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=Ks(n)?n:gh(n);for(var s=0,l=n.length;s<l;s++)o=n[s],o!=null&&o>r&&(r=o)}else e=vs(e,t),Vc(n,function(c,u,f){a=e(c,u,f),(a>i||a===-1/0&&r===-1/0)&&(r=c,i=a)});return r}function JF(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=Ks(n)?n:gh(n);for(var s=0,l=n.length;s<l;s++)o=n[s],o!=null&&o<r&&(r=o)}else e=vs(e,t),Vc(n,function(c,u,f){a=e(c,u,f),(a<i||a===1/0&&r===1/0)&&(r=c,i=a)});return r}var dW=/[^\ud800-\udfff]|[\ud800-\udbff][\udc00-\udfff]|[\ud800-\udfff]/g;function bD(n){return n?xd(n)?Og.call(n):ym(n)?n.match(dW):Ks(n)?Df(n,mm):gh(n):[]}function mD(n,e,t){if(e==null||t)return Ks(n)||(n=gh(n)),n[zb(n.length-1)];var r=bD(n),i=ms(r);e=Math.max(Math.min(e,i),0);for(var o=i-1,a=0;a<e;a++){var s=zb(a,o),l=r[a];r[a]=r[s],r[s]=l}return r.slice(0,e)}function KF(n){return mD(n,1/0)}function QF(n,e,t){var r=0;return e=vs(e,t),Tm(Df(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 Em(n,e){return function(t,r,i){var o=e?[[],[]]:{};return r=vs(r,i),Vc(t,function(a,s){var l=r(a,s,t);n(o,a,l)}),o}}const qF=Em(function(n,e,t){wd(n,t)?n[t].push(e):n[t]=[e]}),jF=Em(function(n,e,t){n[t]=e}),$F=Em(function(n,e,t){wd(n,t)?n[t]++:n[t]=1}),e5=Em(function(n,e,t){n[t?0:1].push(e)},!0);function t5(n){return n==null?0:Ks(n)?n.length:Gi(n).length}function hW(n,e,t){return e in t}const vD=La(function(n,e){var t={},r=e[0];if(n==null)return t;ta(r)?(e.length>1&&(r=Mg(r,e[1])),e=op(n)):(r=hW,e=bh(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}),n5=La(function(n,e){var t=e[0],r;return ta(t)?(t=wm(t),e.length>1&&(r=e[1])):(e=Df(bh(e,!1,!1),String),t=function(i,o){return!nc(e,o)}),vD(n,t,r)});function xD(n,e,t){return Og.call(n,0,Math.max(0,n.length-(e==null||t?1:e)))}function Wh(n,e,t){return n==null||n.length<1?e==null||t?void 0:[]:e==null||t?n[0]:xD(n,n.length-e)}function eh(n,e,t){return Og.call(n,e==null||t?1:e)}function r5(n,e,t){return n==null||n.length<1?e==null||t?void 0:[]:e==null||t?n[n.length-1]:eh(n,Math.max(0,n.length-e))}function i5(n){return dd(n,Boolean)}function o5(n,e){return bh(n,e,!1)}const wD=La(function(n,e){return e=bh(e,!0,!0),dd(n,function(t){return!nc(e,t)})}),a5=La(function(n,e){return wD(n,e)});function yg(n,e,t,r){Vw(e)||(r=t,t=e,e=!1),t!=null&&(t=vs(t,r));for(var i=[],o=[],a=0,s=ms(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?nc(o,c)||(o.push(c),i.push(l)):nc(i,l)||i.push(l)}return i}const s5=La(function(n){return yg(bh(n,!0,!0))});function l5(n){for(var e=[],t=arguments.length,r=0,i=ms(n);r<i;r++){var o=n[r];if(!nc(e,o)){var a;for(a=1;a<t&&nc(arguments[a],o);a++);a===t&&e.push(o)}}return e}function bg(n){for(var e=n&&yD(n,ms).length||0,t=Array(e),r=0;r<e;r++)t[r]=Tm(n,r);return t}const c5=La(bg);function u5(n,e){for(var t={},r=0,i=ms(n);r<i;r++)e?t[n[r]]=e[r]:t[n[r][0]]=n[r][1];return t}function f5(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 d5(n,e){if(e==null||e<1)return[];for(var t=[],r=0,i=n.length;r<i;)t.push(Og.call(n,r,r+=e));return t}function DD(n,e){return n._chain?Qn(e).chain():e}function TD(n){return Vc(pg(n),function(e){var t=Qn[e]=n[e];Qn.prototype[e]=function(){var r=[this._wrapped];return VL.apply(r,arguments),DD(this,t.apply(Qn,r))}}),Qn}Vc(["pop","push","reverse","shift","sort","splice","unshift"],function(n){var e=gm[n];Qn.prototype[n]=function(){var t=this._wrapped;return t!=null&&(e.apply(t,arguments),(n==="shift"||n==="splice")&&t.length===0&&delete t[0]),DD(this,t)}});Vc(["concat","join","slice"],function(n){var e=gm[n];Qn.prototype[n]=function(){var t=this._wrapped;return t!=null&&(t=e.apply(t,arguments)),DD(this,t)}});const pW=Object.freeze(Object.defineProperty({__proto__:null,VERSION:Ww,after:BF,all:Vb,allKeys:op,any:Gb,assign:Zh,before:fD,bind:cD,bindAll:UF,chain:kF,chunk:d5,clone:pF,collect:Df,compact:i5,compose:NF,constant:Kw,contains:nc,countBy:$F,create:hF,debounce:MF,default:Qn,defaults:iD,defer:OF,delay:uD,detect:gg,difference:wD,drop:eh,each:Vc,escape:TF,every:Vb,extend:rD,extendOwn:Zh,filter:dd,find:gg,findIndex:Dm,findKey:dD,findLastIndex:hD,findWhere:VF,first:Wh,flatten:o5,foldl:Lh,foldr:Hb,forEach:Vc,functions:pg,get:sD,groupBy:qF,has:yF,head:Wh,identity:mm,include:nc,includes:nc,indexBy:jF,indexOf:gD,initial:xD,inject:Lh,intersection:l5,invert:tD,invoke:YF,isArguments:bm,isArray:xd,isArrayBuffer:Yw,isBoolean:Vw,isDataView:hg,isDate:XU,isElement:GU,isEmpty:tF,isEqual:rF,isError:ZU,isFinite:qU,isFunction:ta,isMap:sF,isMatch:qw,isNaN:Jw,isNull:VU,isNumber:Gw,isObject:vd,isRegExp:YU,isSet:cF,isString:ym,isSymbol:Xw,isTypedArray:Qw,isUndefined:Hw,isWeakMap:lF,isWeakSet:uF,iteratee:xm,keys:Gi,last:r5,lastIndexOf:HF,map:Df,mapObject:mF,matcher:ah,matches:ah,max:yD,memoize:FF,methods:pg,min:JF,mixin:TD,negate:wm,noop:lD,now:Jh,object:u5,omit:n5,once:LF,pairs:fF,partial:yh,partition:e5,pick:vD,pluck:Tm,property:vm,propertyOf:vF,random:zb,range:f5,reduce:Lh,reduceRight:Hb,reject:XF,rest:eh,restArguments:La,result:SF,sample:mD,select:dd,shuffle:KF,size:t5,some:Gb,sortBy:QF,sortedIndex:pD,tail:eh,take:Wh,tap:gF,template:_F,templateSettings:CF,throttle:IF,times:xF,toArray:bD,toPath:oD,transpose:bg,unescape:EF,union:s5,uniq:yg,unique:yg,uniqueId:AF,unzip:bg,values:gh,where:ZF,without:a5,wrap:PF,zip:c5},Symbol.toStringTag,{value:"Module"}));var Dx=TD(pW);Dx._=Dx;const gW=Object.freeze(Object.defineProperty({__proto__:null,VERSION:Ww,after:BF,all:Vb,allKeys:op,any:Gb,assign:Zh,before:fD,bind:cD,bindAll:UF,chain:kF,chunk:d5,clone:pF,collect:Df,compact:i5,compose:NF,constant:Kw,contains:nc,countBy:$F,create:hF,debounce:MF,default:Dx,defaults:iD,defer:OF,delay:uD,detect:gg,difference:wD,drop:eh,each:Vc,escape:TF,every:Vb,extend:rD,extendOwn:Zh,filter:dd,find:gg,findIndex:Dm,findKey:dD,findLastIndex:hD,findWhere:VF,first:Wh,flatten:o5,foldl:Lh,foldr:Hb,forEach:Vc,functions:pg,get:sD,groupBy:qF,has:yF,head:Wh,identity:mm,include:nc,includes:nc,indexBy:jF,indexOf:gD,initial:xD,inject:Lh,intersection:l5,invert:tD,invoke:YF,isArguments:bm,isArray:xd,isArrayBuffer:Yw,isBoolean:Vw,isDataView:hg,isDate:XU,isElement:GU,isEmpty:tF,isEqual:rF,isError:ZU,isFinite:qU,isFunction:ta,isMap:sF,isMatch:qw,isNaN:Jw,isNull:VU,isNumber:Gw,isObject:vd,isRegExp:YU,isSet:cF,isString:ym,isSymbol:Xw,isTypedArray:Qw,isUndefined:Hw,isWeakMap:lF,isWeakSet:uF,iteratee:xm,keys:Gi,last:r5,lastIndexOf:HF,map:Df,mapObject:mF,matcher:ah,matches:ah,max:yD,memoize:FF,methods:pg,min:JF,mixin:TD,negate:wm,noop:lD,now:Jh,object:u5,omit:n5,once:LF,pairs:fF,partial:yh,partition:e5,pick:vD,pluck:Tm,property:vm,propertyOf:vF,random:zb,range:f5,reduce:Lh,reduceRight:Hb,reject:XF,rest:eh,restArguments:La,result:SF,sample:mD,select:dd,shuffle:KF,size:t5,some:Gb,sortBy:QF,sortedIndex:pD,tail:eh,take:Wh,tap:gF,template:_F,templateSettings:CF,throttle:IF,times:xF,toArray:bD,toPath:oD,transpose:bg,unescape:EF,union:s5,uniq:yg,unique:yg,uniqueId:AF,unzip:bg,values:gh,where:ZF,without:a5,wrap:PF,zip:c5},Symbol.toStringTag,{value:"Module"})),ci=mU(gW);var ey={},Ql={},c0={exports:{}},ty={exports:{}},L_;function ap(){if(L_)return ty.exports;L_=1;var n=function(){return this===void 0}();if(n)ty.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(u,f){var h=Object.getOwnPropertyDescriptor(u,f);return!!(!h||h.writable||h.set)}};else{var e={}.hasOwnProperty,t={}.toString,r={}.constructor.prototype,i=function(u){var f=[];for(var h in u)e.call(u,h)&&f.push(h);return f},o=function(u,f){return{value:u[f]}},a=function(u,f,h){return u[f]=h.value,u},s=function(u){return u},l=function(u){try{return Object(u).constructor.prototype}catch{return r}},c=function(u){try{return t.call(u)==="[object Array]"}catch{return!1}};ty.exports={isArray:c,keys:i,names:i,defineProperty:a,getDescriptor:o,freeze:s,getPrototypeOf:l,isES5:n,propertyIsWritable:function(){return!0}}}return ty.exports}var Dp,W_;function mr(){if(W_)return Dp;W_=1;var n=ap(),e=typeof navigator>"u",t={e:{}},r,i=typeof self<"u"?self:typeof window<"u"?window:typeof ec<"u"?ec:Dp!==void 0?Dp:null;function o(){try{var te=r;return r=null,te.apply(this,arguments)}catch(Oe){return t.e=Oe,t}}function a(te){return r=te,o}var s=function(te,Oe){var he={}.hasOwnProperty;function ve(){this.constructor=te,this.constructor$=Oe;for(var Ve in Oe.prototype)he.call(Oe.prototype,Ve)&&Ve.charAt(Ve.length-1)!=="$"&&(this[Ve+"$"]=Oe.prototype[Ve])}return ve.prototype=Oe.prototype,te.prototype=new ve,te.prototype};function l(te){return te==null||te===!0||te===!1||typeof te=="string"||typeof te=="number"}function c(te){return typeof te=="function"||typeof te=="object"&&te!==null}function u(te){return l(te)?new Error(L(te)):te}function f(te,Oe){var he=te.length,ve=new Array(he+1),Ve;for(Ve=0;Ve<he;++Ve)ve[Ve]=te[Ve];return ve[Ve]=Oe,ve}function h(te,Oe,he){if(n.isES5){var ve=Object.getOwnPropertyDescriptor(te,Oe);if(ve!=null)return ve.get==null&&ve.set==null?ve.value:he}else return{}.hasOwnProperty.call(te,Oe)?te[Oe]:void 0}function d(te,Oe,he){if(l(te))return te;var ve={value:he,configurable:!0,enumerable:!1,writable:!0};return n.defineProperty(te,Oe,ve),te}function y(te){throw te}var w=function(){var te=[Array.prototype,Object.prototype,Function.prototype],Oe=function(Ve){for(var rt=0;rt<te.length;++rt)if(te[rt]===Ve)return!0;return!1};if(n.isES5){var he=Object.getOwnPropertyNames;return function(Ve){for(var rt=[],$e=Object.create(null);Ve!=null&&!Oe(Ve);){var Xe;try{Xe=he(Ve)}catch{return rt}for(var Ze=0;Ze<Xe.length;++Ze){var ot=Xe[Ze];if(!$e[ot]){$e[ot]=!0;var Ke=Object.getOwnPropertyDescriptor(Ve,ot);Ke!=null&&Ke.get==null&&Ke.set==null&&rt.push(ot)}}Ve=n.getPrototypeOf(Ve)}return rt}}else{var ve={}.hasOwnProperty;return function(Ve){if(Oe(Ve))return[];var rt=[];e:for(var $e in Ve)if(ve.call(Ve,$e))rt.push($e);else{for(var Xe=0;Xe<te.length;++Xe)if(ve.call(te[Xe],$e))continue e;rt.push($e)}return rt}}}(),D=/this\s*\.\s*\S+\s*=/;function C(te){try{if(typeof te=="function"){var Oe=n.names(te.prototype),he=n.isES5&&Oe.length>1,ve=Oe.length>0&&!(Oe.length===1&&Oe[0]==="constructor"),Ve=D.test(te+"")&&n.names(te).length>0;if(he||ve||Ve)return!0}return!1}catch{return!1}}function A(te){return te}var R=/^[a-z$_][a-z$_0-9]*$/i;function P(te){return R.test(te)}function I(te,Oe,he){for(var ve=new Array(te),Ve=0;Ve<te;++Ve)ve[Ve]=Oe+Ve+he;return ve}function L(te){try{return te+""}catch{return"[no string representation]"}}function z(te){return te!==null&&typeof te=="object"&&typeof te.message=="string"&&typeof te.name=="string"}function j(te){try{d(te,"isOperational",!0)}catch{}}function B(te){return te==null?!1:te instanceof Error.__BluebirdErrorTypes__.OperationalError||te.isOperational===!0}function re(te){return z(te)&&n.propertyIsWritable(te,"stack")}var ce=function(){return"stack"in new Error?function(te){return re(te)?te:new Error(L(te))}:function(te){if(re(te))return te;try{throw new Error(L(te))}catch(Oe){return Oe}}}();function M(te){return{}.toString.call(te)}function J(te,Oe,he){for(var ve=n.names(te),Ve=0;Ve<ve.length;++Ve){var rt=ve[Ve];if(he(rt))try{n.defineProperty(Oe,rt,n.getDescriptor(te,rt))}catch{}}}var F=function(te){return n.isArray(te)?te:null};if(typeof Symbol<"u"&&Symbol.iterator){var pe=typeof Array.from=="function"?function(te){return Array.from(te)}:function(te){for(var Oe=[],he=te[Symbol.iterator](),ve;!(ve=he.next()).done;)Oe.push(ve.value);return Oe};F=function(te){return n.isArray(te)?te:te!=null&&typeof te[Symbol.iterator]=="function"?pe(te):null}}var G=typeof process<"u"&&M(process).toLowerCase()==="[object process]",$=typeof process<"u"&&typeof process.env<"u";function fe(te){return $?process.env[te]:void 0}function se(){if(typeof Promise=="function")try{var te=new Promise(function(){});if({}.toString.call(te)==="[object Promise]")return Promise}catch{}}function ge(te,Oe){return te.bind(Oe)}var K={isClass:C,isIdentifier:P,inheritedDataKeys:w,getDataPropertyOrDefault:h,thrower:y,isArray:n.isArray,asArray:F,notEnumerableProp:d,isPrimitive:l,isObject:c,isError:z,canEvaluate:e,errorObj:t,tryCatch:a,inherits:s,withAppended:f,maybeWrapAsError:u,toFastProperties:A,filledRange:I,toString:L,canAttachTrace:re,ensureErrorObject:ce,originatesFromRejection:B,markAsOriginatingFromRejection:j,classString:M,copyDescriptors:J,hasDevTools:typeof chrome<"u"&&chrome&&typeof chrome.loadTimes=="function",isNode:G,hasEnvVariables:$,env:fe,global:i,getNativePromise:se,domainBind:ge};K.isRecentNode=K.isNode&&function(){var te=process.versions.node.split(".").map(Number);return te[0]===0&&te[1]>10||te[0]>0}(),K.isNode&&K.toFastProperties(process);try{throw new Error}catch(te){K.lastLineError=te}return Dp=K,Dp}var ny={exports:{}},u0,z_;function yW(){if(z_)return u0;z_=1;var n=mr(),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=ec.setImmediate,o=process.nextTick;e=n.isRecentNode?function(s){i.call(ec,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,u=document.createElement("div"),f=new MutationObserver(function(){s.classList.toggle("foo"),c=!1});f.observe(u,l);var h=function(){c||(c=!0,u.classList.toggle("foo"))};return function(y){var w=new MutationObserver(function(){w.disconnect(),y()});w.observe(s,l),h()}}():typeof setImmediate<"u"?e=function(s){setImmediate(s)}:typeof setTimeout<"u"?e=function(s){setTimeout(s,0)}:e=t;return u0=e,u0}var f0,H_;function bW(){if(H_)return f0;H_=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)},f0=e,f0}var V_;function mW(){if(V_)return ny.exports;V_=1;var n;try{throw new Error}catch(l){n=l}var e=yW(),t=bW(),r=mr();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,u){this._lateQueue.push(l,c,u),this._queueTick()}function a(l,c,u){this._normalQueue.push(l,c,u),this._queueTick()}function s(l){this._normalQueue._pushOne(l),this._queueTick()}return r.hasDevTools?(i.prototype.invokeLater=function(l,c,u){this._trampolineEnabled?o.call(this,l,c,u):this._schedule(function(){setTimeout(function(){l.call(c,u)},100)})},i.prototype.invoke=function(l,c,u){this._trampolineEnabled?a.call(this,l,c,u):this._schedule(function(){l.call(c,u)})},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 u=l.shift(),f=l.shift();c.call(u,f)}},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},ny.exports=i,ny.exports.firstLineError=n,ny.exports}var d0,G_;function hd(){if(G_)return d0;G_=1;var n=ap(),e=n.freeze,t=mr(),r=t.inherits,i=t.notEnumerableProp;function o(C,A){function R(P){if(!(this instanceof R))return new R(P);i(this,"message",typeof P=="string"?P:A),i(this,"name",C),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"),u=o("TimeoutError","timeout error"),f=o("AggregateError","aggregate error");try{a=TypeError,s=RangeError}catch{a=o("TypeError","type error"),s=o("RangeError","range error")}for(var h="join pop push shift unshift slice filter forEach some every map indexOf lastIndexOf reduce reduceRight sort reverse".split(" "),d=0;d<h.length;++d)typeof Array.prototype[h[d]]=="function"&&(f.prototype[h[d]]=Array.prototype[h[d]]);n.defineProperty(f.prototype,"length",{value:0,configurable:!1,writable:!0,enumerable:!0}),f.prototype.isOperational=!0;var y=0;f.prototype.toString=function(){var C=Array(y*4+1).join(" "),A=`
|
|
37
|
-
`+C+`AggregateError of:
|
|
38
|
-
`;y++,C=Array(y*4+1).join(" ");for(var R=0;R<this.length;++R){for(var P=this[R]===this?"[Circular AggregateError]":this[R]+"",I=P.split(`
|
|
39
|
-
`),L=0;L<I.length;++L)I[L]=C+I[L];P=I.join(`
|
|
40
|
-
`),A+=P+`
|
|
41
|
-
`}return y--,A};function w(C){if(!(this instanceof w))return new w(C);i(this,"name","OperationalError"),i(this,"message",C),this.cause=C,this.isOperational=!0,C instanceof Error?(i(this,"message",C.message),i(this,"stack",C.stack)):Error.captureStackTrace&&Error.captureStackTrace(this,this.constructor)}r(w,Error);var D=Error.__BluebirdErrorTypes__;return D||(D=e({CancellationError:c,TimeoutError:u,OperationalError:w,RejectionError:w,AggregateError:f}),n.defineProperty(Error,"__BluebirdErrorTypes__",{value:D,writable:!1,enumerable:!1,configurable:!1})),d0={Error,TypeError:a,RangeError:s,CancellationError:D.CancellationError,OperationalError:D.OperationalError,TimeoutError:D.TimeoutError,AggregateError:D.AggregateError,Warning:l},d0}var h0,X_;function vW(){return X_||(X_=1,h0=function(n,e){var t=mr(),r=t.errorObj,i=t.isObject;function o(f,h){if(i(f)){if(f instanceof n)return f;var d=s(f);if(d===r){h&&h._pushContext();var y=n.reject(d.e);return h&&h._popContext(),y}else if(typeof d=="function"){if(c(f)){var y=new n(e);return f._then(y._fulfill,y._reject,void 0,y,null),y}return u(f,d,h)}}return f}function a(f){return f.then}function s(f){try{return a(f)}catch(h){return r.e=h,r}}var l={}.hasOwnProperty;function c(f){try{return l.call(f,"_promise0")}catch{return!1}}function u(f,h,d){var y=new n(e),w=y;d&&d._pushContext(),y._captureStackTrace(),d&&d._popContext();var D=!0,C=t.tryCatch(h).call(f,A,R);D=!1,y&&C===r&&(y._rejectCallback(C.e,!0,!0),y=null);function A(P){y&&(y._resolveCallback(P),y=null)}function R(P){y&&(y._rejectCallback(P,D,!0),y=null)}return w}return o}),h0}var p0,Y_;function xW(){return Y_||(Y_=1,p0=function(n,e,t,r,i){var o=mr();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,u){var f=t(this._values,this._promise);if(f instanceof n){f=f._target();var h=f._bitField;if(this._values=f,(h&50397184)===0)return this._promise._setAsyncGuaranteed(),f._then(l,this._reject,void 0,this,u);if((h&33554432)!==0)f=f._value();else return(h&16777216)!==0?this._reject(f._reason()):this._cancel()}if(f=o.asArray(f),f===null){var d=r("expecting an array or an iterable object but got "+o.classString(f)).reason();this._promise._rejectCallback(d,!1);return}if(f.length===0){u===-5?this._resolveEmptyArray():this._resolve(a(u));return}this._iterate(f)},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 u=this._promise,f=!1,h=null,d=0;d<c;++d){var y=t(l[d],u);y instanceof n?(y=y._target(),h=y._bitField):h=null,f?h!==null&&y.suppressUnhandledRejections():h!==null?(h&50397184)===0?(y._proxy(this,d),this._values[d]=y):(h&33554432)!==0?f=this._promiseFulfilled(y._value(),d):(h&16777216)!==0?f=this._promiseRejected(y._reason(),d):f=this._promiseCancelled(d):f=this._promiseFulfilled(y,d)}f||u._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 u=++this._totalResolved;return u>=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}),p0}var g0,Z_;function wW(){return Z_||(Z_=1,g0=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,u=n.prototype._promiseCreated;r.deactivateLongStackTraces=function(){n.prototype._pushContext=a,n.prototype._popContext=s,n._peekContext=l,n.prototype._peekContext=c,n.prototype._promiseCreated=u,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 f=this._peekContext();f&&f._promiseCreated==null&&(f._promiseCreated=this)}},r}),g0}var y0,J_;function DW(){return J_||(J_=1,y0=function(n,e){var t=n._getDomain,r=n._async,i=hd().Warning,o=mr(),a=o.canAttachTrace,s,l,c=/[\\\/]bluebird[\\\/]js[\\\/](release|debug|instrumented)/,u=/\((?:timers\.js):\d+:\d+\)/,f=/[\/<\(](.+?):(\d+):(\d+)\)?\s*$/,h=null,d=null,y=!1,w,D=!!(o.env("BLUEBIRD_DEBUG")!=0&&(o.env("BLUEBIRD_DEBUG")||o.env("NODE_ENV")==="development")),C=!!(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&&(C||!!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(){Ke("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(),Ke("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,De,Ae){return he(de,De,Ae||this)},n.onPossiblyUnhandledRejection=function(de){var De=t();l=typeof de=="function"?De===null?de:o.domainBind(De,de):void 0},n.onUnhandledRejectionHandled=function(de){var De=t();s=typeof de=="function"?De===null?de:o.domainBind(De,de):void 0};var P=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&&be()){var de=n.prototype._captureStackTrace,De=n.prototype._attachExtraTrace;we.longStackTraces=!0,P=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=De,e.deactivateLongStackTraces(),r.enableTrampoline(),we.longStackTraces=!1},n.prototype._captureStackTrace=ge,n.prototype._attachExtraTrace=K,e.activateLongStackTraces(),r.disableTrampolineIfNecessary()}},n.hasLongStackTraces=function(){return we.longStackTraces&&be()};var I=function(){try{if(typeof CustomEvent=="function"){var de=new CustomEvent("CustomEvent");return o.global.dispatchEvent(de),function(De,Ae){var Le=new CustomEvent(De.toLowerCase(),{detail:Ae,cancelable:!0});return!o.global.dispatchEvent(Le)}}else if(typeof Event=="function"){var de=new Event("CustomEvent");return o.global.dispatchEvent(de),function(Ae,Le){var ct=new Event(Ae.toLowerCase(),{cancelable:!0});return ct.detail=Le,!o.global.dispatchEvent(ct)}}else{var de=document.createEvent("CustomEvent");return de.initCustomEvent("testingtheevent",!1,!0,{}),o.global.dispatchEvent(de),function(Ae,Le){var ct=document.createEvent("CustomEvent");return ct.initCustomEvent(Ae.toLowerCase(),!1,!0,Le),!o.global.dispatchEvent(ct)}}}catch{}return function(){return!1}}(),L=function(){return o.isNode?function(){return process.emit.apply(process,arguments)}:o.global?function(de){var De="on"+de.toLowerCase(),Ae=o.global[De];return Ae?(Ae.apply(o.global,[].slice.call(arguments,1)),!0):!1}:function(){return!1}}();function z(de,De){return{promise:De}}var j={promiseCreated:z,promiseFulfilled:z,promiseRejected:z,promiseResolved:z,promiseCancelled:z,promiseChained:function(de,De,Ae){return{promise:De,child:Ae}},warning:function(de,De){return{warning:De}},unhandledRejection:function(de,De,Ae){return{reason:De,promise:Ae}},rejectionHandled:z},B=function(de){var De=!1;try{De=L.apply(null,arguments)}catch(Le){r.throwLater(Le),De=!0}var Ae=!1;try{Ae=I(de,j[de].apply(null,arguments))}catch(Le){r.throwLater(Le),Ae=!0}return Ae||De};n.config=function(de){if(de=Object(de),"longStackTraces"in de&&(de.longStackTraces?n.longStackTraces():!de.longStackTraces&&n.hasLongStackTraces()&&P()),"warnings"in de){var De=de.warnings;we.warnings=!!De,R=we.warnings,o.isObject(De)&&"wForgottenReturn"in De&&(R=!!De.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=pe,n.prototype._propagateFrom=G,n.prototype._onCancel=J,n.prototype._setOnCancel=F,n.prototype._attachCancellationCallback=M,n.prototype._execute=ce,fe=G,we.cancellation=!0}return"monitoring"in de&&(de.monitoring&&!we.monitoring?(we.monitoring=!0,n.prototype._fireEvent=B):!de.monitoring&&we.monitoring&&(we.monitoring=!1,n.prototype._fireEvent=re)),n};function re(){return!1}n.prototype._fireEvent=re,n.prototype._execute=function(de,De,Ae){try{de(De,Ae)}catch(Le){return Le}},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,De){};function ce(de,De,Ae){var Le=this;try{de(De,Ae,function(ct){if(typeof ct!="function")throw new TypeError("onCancel must be a function, got: "+o.toString(ct));Le._attachCancellationCallback(ct)})}catch(ct){return ct}}function M(de){if(!this._isCancellable())return this;var De=this._onCancel();De!==void 0?o.isArray(De)?De.push(de):this._setOnCancel([De,de]):this._setOnCancel(de)}function J(){return this._onCancelField}function F(de){this._onCancelField=de}function pe(){this._cancellationParent=void 0,this._onCancelField=void 0}function G(de,De){if((De&1)!==0){this._cancellationParent=de;var Ae=de._branchesRemainingToCancel;Ae===void 0&&(Ae=0),de._branchesRemainingToCancel=Ae+1}(De&2)!==0&&de._isBound()&&this._setBoundTo(de._boundTo)}function $(de,De){(De&2)!==0&&de._isBound()&&this._setBoundTo(de._boundTo)}var fe=$;function se(){var de=this._boundTo;return de!==void 0&&de instanceof n?de.isFulfilled()?de.value():void 0:de}function ge(){this._trace=new Ie(this._peekContext())}function K(de,De){if(a(de)){var Ae=this._trace;if(Ae!==void 0&&De&&(Ae=Ae._parent),Ae!==void 0)Ae.attachExtraTrace(de);else if(!de.__stackCleaned__){var Le=Ze(de);o.notEnumerableProp(de,"stack",Le.message+`
|
|
48
|
-
`+Le.stack.join(`
|
|
49
|
-
`)),o.notEnumerableProp(de,"__stackCleaned__",!0)}}}function te(de,De,Ae,Le,ct){if(de===void 0&&De!==null&&R){if(ct!==void 0&&ct._returnedNonUndefined()||(Le._bitField&65535)===0)return;Ae&&(Ae=Ae+" ");var xt="",Rt="";if(De._trace){for(var St=De._trace.stack.split(`
|
|
50
|
-
`),Re=$e(St),je=Re.length-1;je>=0;--je){var ut=Re[je];if(!u.test(ut)){var mt=ut.match(f);mt&&(xt="at "+mt[1]+":"+mt[2]+":"+mt[3]+" ");break}}if(Re.length>0){for(var Wt=Re[0],je=0;je<St.length;++je)if(St[je]===Wt){je>0&&(Rt=`
|
|
51
|
-
`+St[je-1]);break}}}var ke="a promise was created in a "+Ae+"handler "+xt+"but was not returned from it, see http://goo.gl/rRqMUw"+Rt;Le._warn(ke,!0,De)}}function Oe(de,De){var Ae=de+" is deprecated and will be removed in a future version.";return De&&(Ae+=" Use "+De+" instead."),he(Ae)}function he(de,De,Ae){if(we.warnings){var Le=new i(de),ct;if(De)Ae._attachExtraTrace(Le);else if(we.longStackTraces&&(ct=n._peekContext()))ct.attachExtraTrace(Le);else{var xt=Ze(Le);Le.stack=xt.message+`
|
|
52
|
-
`+xt.stack.join(`
|
|
53
|
-
`)}B("warning",Le)||ot(Le,"",!0)}}function ve(de,De){for(var Ae=0;Ae<De.length-1;++Ae)De[Ae].push("From previous event:"),De[Ae]=De[Ae].join(`
|
|
54
|
-
`);return Ae<De.length&&(De[Ae]=De[Ae].join(`
|
|
55
|
-
`)),de+`
|
|
56
|
-
`+De.join(`
|
|
57
|
-
`)}function Ve(de){for(var De=0;De<de.length;++De)(de[De].length===0||De+1<de.length&&de[De][0]===de[De+1][0])&&(de.splice(De,1),De--)}function rt(de){for(var De=de[0],Ae=1;Ae<de.length;++Ae){for(var Le=de[Ae],ct=De.length-1,xt=De[ct],Rt=-1,St=Le.length-1;St>=0;--St)if(Le[St]===xt){Rt=St;break}for(var St=Rt;St>=0;--St){var Re=Le[St];if(De[ct]===Re)De.pop(),ct--;else break}De=Le}}function $e(de){for(var De=[],Ae=0;Ae<de.length;++Ae){var Le=de[Ae],ct=Le===" (No stack trace)"||h.test(Le),xt=ct&&ye(Le);ct&&!xt&&(y&&Le.charAt(0)!==" "&&(Le=" "+Le),De.push(Le))}return De}function Xe(de){for(var De=de.stack.replace(/\s+$/g,"").split(`
|
|
58
|
-
`),Ae=0;Ae<De.length;++Ae){var Le=De[Ae];if(Le===" (No stack trace)"||h.test(Le))break}return Ae>0&&de.name!="SyntaxError"&&(De=De.slice(Ae)),De}function Ze(de){var De=de.stack,Ae=de.toString();return De=typeof De=="string"&&De.length>0?Xe(de):[" (No stack trace)"],{message:Ae,stack:de.name=="SyntaxError"?De:$e(De)}}function ot(de,De,Ae){if(typeof console<"u"){var Le;if(o.isObject(de)){var ct=de.stack;Le=De+d(ct,de)}else Le=De+String(de);typeof w=="function"?w(Le,Ae):(typeof console.log=="function"||typeof console.log=="object")&&console.log(Le)}}function Ke(de,De,Ae,Le){var ct=!1;try{typeof De=="function"&&(ct=!0,de==="rejectionHandled"?De(Le):De(Ae,Le))}catch(xt){r.throwLater(xt)}de==="unhandledRejection"?!B(de,Ae,Le)&&!ct&&ot(Ae,"Unhandled rejection "):B(de,Le)}function lt(de){var De;if(typeof de=="function")De="[function "+(de.name||"anonymous")+"]";else{De=de&&typeof de.toString=="function"?de.toString():o.toString(de);var Ae=/\[object [a-zA-Z0-9$_]+\]/;if(Ae.test(De))try{var Le=JSON.stringify(de);De=Le}catch{}De.length===0&&(De="(empty array)")}return"(<"+O(De)+">, no stack trace)"}function O(de){var De=41;return de.length<De?de:de.substr(0,De-3)+"..."}function be(){return typeof Se=="function"}var ye=function(){return!1},ie=/[\/<\(]([^:\/]+):(\d+):(?:\d+)\)?\s*$/;function ne(de){var De=de.match(ie);if(De)return{fileName:De[1],line:parseInt(De[2],10)}}function me(de,De){if(be()){for(var Ae=de.stack.split(`
|
|
59
|
-
`),Le=De.stack.split(`
|
|
60
|
-
`),ct=-1,xt=-1,Rt,St,Re=0;Re<Ae.length;++Re){var je=ne(Ae[Re]);if(je){Rt=je.fileName,ct=je.line;break}}for(var Re=0;Re<Le.length;++Re){var je=ne(Le[Re]);if(je){St=je.fileName,xt=je.line;break}}ct<0||xt<0||!Rt||!St||Rt!==St||ct>=xt||(ye=function(ut){if(c.test(ut))return!0;var mt=ne(ut);return!!(mt&&mt.fileName===Rt&&ct<=mt.line&&mt.line<=xt)})}}function Ie(de){this._parent=de,this._promisesCreated=0;var De=this._length=1+(de===void 0?0:de._length);Se(this,Ie),De>32&&this.uncycle()}o.inherits(Ie,Error),e.CapturedTrace=Ie,Ie.prototype.uncycle=function(){var de=this._length;if(!(de<2)){for(var De=[],Ae={},Le=0,ct=this;ct!==void 0;++Le)De.push(ct),ct=ct._parent;de=this._length=Le;for(var Le=de-1;Le>=0;--Le){var xt=De[Le].stack;Ae[xt]===void 0&&(Ae[xt]=Le)}for(var Le=0;Le<de;++Le){var Rt=De[Le].stack,St=Ae[Rt];if(St!==void 0&&St!==Le){St>0&&(De[St-1]._parent=void 0,De[St-1]._length=1),De[Le]._parent=void 0,De[Le]._length=1;var Re=Le>0?De[Le-1]:this;St<de-1?(Re._parent=De[St+1],Re._parent.uncycle(),Re._length=Re._parent._length+1):(Re._parent=void 0,Re._length=1);for(var je=Re._length+1,ut=Le-2;ut>=0;--ut)De[ut]._length=je,je++;return}}}},Ie.prototype.attachExtraTrace=function(de){if(!de.__stackCleaned__){this.uncycle();for(var De=Ze(de),Ae=De.message,Le=[De.stack],ct=this;ct!==void 0;)Le.push($e(ct.stack.split(`
|
|
61
|
-
`))),ct=ct._parent;rt(Le),Ve(Le),o.notEnumerableProp(de,"stack",ve(Ae,Le)),o.notEnumerableProp(de,"__stackCleaned__",!0)}};var Se=function(){var De=/^\s*at\s*/,Ae=function(Rt,St){return typeof Rt=="string"?Rt:St.name!==void 0&&St.message!==void 0?St.toString():lt(St)};if(typeof Error.stackTraceLimit=="number"&&typeof Error.captureStackTrace=="function"){Error.stackTraceLimit+=6,h=De,d=Ae;var Le=Error.captureStackTrace;return ye=function(Rt){return c.test(Rt)},function(Rt,St){Error.stackTraceLimit+=6,Le(Rt,St),Error.stackTraceLimit-=6}}var ct=new Error;if(typeof ct.stack=="string"&&ct.stack.split(`
|
|
62
|
-
`)[0].indexOf("stackDetection@")>=0)return h=/@/,d=Ae,y=!0,function(St){St.stack=new Error().stack};var xt;try{throw new Error}catch(Rt){xt="stack"in Rt}return!("stack"in ct)&&xt&&typeof Error.stackTraceLimit=="number"?(h=De,d=Ae,function(St){Error.stackTraceLimit+=6;try{throw new Error}catch(Re){St.stack=Re.stack}Error.stackTraceLimit-=6}):(d=function(Rt,St){return typeof Rt=="string"?Rt:(typeof St=="object"||typeof St=="function")&&St.name!==void 0&&St.message!==void 0?St.toString():lt(St)},null)}();typeof console<"u"&&typeof console.warn<"u"&&(w=function(de){console.warn(de)},o.isNode&&process.stderr.isTTY?w=function(de,De){var Ae=De?"\x1B[33m":"\x1B[31m";console.warn(Ae+de+`\x1B[0m
|
|
63
|
-
`)}:!o.isNode&&typeof new Error().stack=="string"&&(w=function(de,De){console.warn("%c"+de,De?"color: darkorange":"color: red")}));var we={warnings:C,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 fe},boundValueFunction:function(){return se},checkForgottenReturns:te,setBounds:me,warn:he,deprecated:Oe,CapturedTrace:Ie,fireDomEvent:I,fireGlobalEvent:L}}),y0}var b0,K_;function TW(){return K_||(K_=1,b0=function(n,e){var t=mr(),r=n.CancellationError,i=t.errorObj;function o(f,h,d){this.promise=f,this.type=h,this.handler=d,this.called=!1,this.cancelPromise=null}o.prototype.isFinallyHandler=function(){return this.type===0};function a(f){this.finallyHandler=f}a.prototype._resultCancelled=function(){s(this.finallyHandler)};function s(f,h){return f.cancelPromise!=null?(arguments.length>1?f.cancelPromise._reject(h):f.cancelPromise._cancel(),f.cancelPromise=null,!0):!1}function l(){return u.call(this,this.promise._target()._settledValue())}function c(f){if(!s(this,f))return i.e=f,i}function u(f){var h=this.promise,d=this.handler;if(!this.called){this.called=!0;var y=this.isFinallyHandler()?d.call(h._boundValue()):d.call(h._boundValue(),f);if(y!==void 0){h._setReturnedNonUndefined();var w=e(y,h);if(w instanceof n){if(this.cancelPromise!=null)if(w._isCancelled()){var D=new r("late cancellation observer");return h._attachExtraTrace(D),i.e=D,i}else w.isPending()&&w._attachCancellationCallback(new a(this));return w._then(l,c,void 0,this,void 0)}}}return h.isRejected()?(s(this),i.e=f,i):(s(this),f)}return n.prototype._passThrough=function(f,h,d,y){return typeof f!="function"?this.then():this._then(d,y,void 0,new o(this,h,f),void 0)},n.prototype.lastly=n.prototype.finally=function(f){return this._passThrough(f,0,u,u)},n.prototype.tap=function(f){return this._passThrough(f,1,u)},o}),b0}var m0,Q_;function EW(){return Q_||(Q_=1,m0=function(n){var e=mr(),t=ap().keys,r=e.tryCatch,i=e.errorObj;function o(a,s,l){return function(c){var u=l._boundValue();e:for(var f=0;f<a.length;++f){var h=a[f];if(h===Error||h!=null&&h.prototype instanceof Error){if(c instanceof h)return r(s).call(u,c)}else if(typeof h=="function"){var d=r(h).call(u,c);if(d===i)return d;if(d)return r(s).call(u,c)}else if(e.isObject(c)){for(var y=t(h),w=0;w<y.length;++w){var D=y[w];if(h[D]!=c[D])continue e}return r(s).call(u,c)}}return n}}return o}),m0}var v0,q_;function h5(){if(q_)return v0;q_=1;var n=mr(),e=n.maybeWrapAsError,t=hd(),r=t.OperationalError,i=ap();function o(c){return c instanceof Error&&i.getPrototypeOf(c)===Error.prototype}var a=/^(?:name|message|stack|cause)$/;function s(c){var u;if(o(c)){u=new r(c),u.name=c.name,u.message=c.message,u.stack=c.stack;for(var f=i.keys(c),h=0;h<f.length;++h){var d=f[h];a.test(d)||(u[d]=c[d])}return u}return n.markAsOriginatingFromRejection(c),c}function l(c,u){return function(f,h){if(c!==null){if(f){var d=s(e(f));c._attachExtraTrace(d),c._reject(d)}else if(!u)c._fulfill(h);else{for(var y=arguments.length,w=new Array(Math.max(y-1,0)),D=1;D<y;++D)w[D-1]=arguments[D];c._fulfill(w)}c=null}}}return v0=l,v0}var x0,j_;function CW(){return j_||(j_=1,x0=function(n,e,t,r,i){var o=mr(),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),u=l._popContext();return i.checkForgottenReturns(c,u,"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 u=arguments[1],f=arguments[2];c=o.isArray(u)?a(s).apply(f,u):a(s).call(f,u)}else c=a(s)();var h=l._popContext();return i.checkForgottenReturns(c,h,"Promise.try",l),l._resolveFromSyncValue(c),l},n.prototype._resolveFromSyncValue=function(s){s===o.errorObj?this._rejectCallback(s.e,!1):this._resolveCallback(s,!0)}}),x0}var w0,$_;function _W(){return $_||($_=1,w0=function(n,e,t,r){var i=!1,o=function(c,u){this._reject(u)},a=function(c,u){u.promiseRejectionQueued=!0,u.bindingPromise._then(o,o,null,this,c)},s=function(c,u){(this._bitField&50397184)===0&&this._resolveCallback(u.target)},l=function(c,u){u.promiseRejectionQueued||this._reject(c)};n.prototype.bind=function(c){i||(i=!0,n.prototype._propagateFrom=r.propagateFromFunction(),n.prototype._boundValue=r.boundValueFunction());var u=t(c),f=new n(e);f._propagateFrom(this,1);var h=this._target();if(f._setBoundTo(u),u instanceof n){var d={promiseRejectionQueued:!1,promise:f,target:h,bindingPromise:u};h._then(e,a,void 0,f,d),u._then(s,l,void 0,f,d),f._setOnCancel(u)}else f._resolveCallback(h);return f},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,u){return n.resolve(u).bind(c)}}),w0}var D0,eS;function SW(){return eS||(eS=1,D0=function(n,e,t,r){var i=mr(),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 u=l._cancellationParent;if(u==null||!u._isCancellable()){l._isFollowing()?l._followee().cancel():l._cancelBranched();break}else l._isFollowing()&&l._followee().cancel(),l._setWillBeCancelled(),c=l,l=u}},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 u=0;u<l.length;++u)this._doInvokeOnCancel(l[u],c);else if(l!==void 0)if(typeof l=="function"){if(!c){var f=o(l).call(this._boundValue());f===a&&(this._attachExtraTrace(f.e),s.throwLater(f.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()}}),D0}var T0,tS;function AW(){return tS||(tS=1,T0=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)}}),T0}var E0,nS;function kW(){return nS||(nS=1,E0=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}),E0}var C0,rS;function RW(){return rS||(rS=1,C0=function(n,e,t,r,i,o){var a=mr(),s=a.canEvaluate,l=a.tryCatch,c=a.errorObj,u;if(s){for(var f=function(A){return new Function("value","holder",`
|
|
70
|
-
'use strict';
|
|
71
|
-
holder.pIndex = value;
|
|
72
|
-
holder.checkFulfillment(this);
|
|
73
|
-
`.replace(/Index/g,A))},h=function(A){return new Function("promise","holder",`
|
|
74
|
-
'use strict';
|
|
75
|
-
holder.pIndex = promise;
|
|
76
|
-
`.replace(/Index/g,A))},d=function(A){for(var R=new Array(A),P=0;P<R.length;++P)R[P]="this.p"+(P+1);var I=R.join(" = ")+" = null;",L=`var promise;
|
|
77
|
-
`+R.map(function(re){return`
|
|
78
|
-
promise = `+re+`;
|
|
79
|
-
if (promise instanceof Promise) {
|
|
80
|
-
promise.cancel();
|
|
81
|
-
}
|
|
82
|
-
`}).join(`
|
|
83
|
-
`),z=R.join(", "),j="Holder$"+A,B=`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 B=B.replace(/\[TheName\]/g,j).replace(/\[TheTotal\]/g,A).replace(/\[ThePassedArguments\]/g,z).replace(/\[TheProperties\]/g,I).replace(/\[CancellationCode\]/g,L),new Function("tryCatch","errorObj","Promise","async",B)(l,c,n,i)},y=[],w=[],D=[],C=0;C<8;++C)y.push(d(C+1)),w.push(f(C+1)),D.push(h(C+1));u=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 F=new n(r);F._captureStackTrace();for(var P=y[A-1],I=new P(R),L=w,z=0;z<A;++z){var j=t(arguments[z],F);if(j instanceof n){j=j._target();var B=j._bitField;(B&50397184)===0?(j._then(L[z],u,void 0,F,I),D[z](j,I),I.asyncNeeded=!1):(B&33554432)!==0?L[z].call(F,j._value(),I):(B&16777216)!==0?F._reject(j._reason()):F._cancel()}else L[z].call(F,j,I)}if(!F._isFateSealed()){if(I.asyncNeeded){var re=o();re!==null&&(I.fn=a.domainBind(re,I.fn))}F._setAsyncGuaranteed(),F._setOnCancel(I)}return F}for(var ce=arguments.length,M=new Array(ce),J=0;J<ce;++J)M[J]=arguments[J];R&&M.pop();var F=new e(M).promise();return R!==void 0?F.spread(R):F}}),C0}var _0,iS;function UW(){return iS||(iS=1,_0=function(n,e,t,r,i,o){var a=n._getDomain,s=mr(),l=s.tryCatch,c=s.errorObj,u=n._async;function f(d,y,w,D){this.constructor$(d),this._promise._captureStackTrace();var C=a();this._callback=C===null?y:s.domainBind(C,y),this._preservedValues=D===i?new Array(this.length()):null,this._limit=w,this._inFlight=0,this._queue=[],u.invoke(this._asyncInit,this,void 0)}s.inherits(f,e),f.prototype._asyncInit=function(){this._init$(void 0,-2)},f.prototype._init=function(){},f.prototype._promiseFulfilled=function(d,y){var w=this._values,D=this.length(),C=this._preservedValues,A=this._limit;if(y<0){if(y=y*-1-1,w[y]=d,A>=1&&(this._inFlight--,this._drainQueue(),this._isResolved()))return!0}else{if(A>=1&&this._inFlight>=A)return w[y]=d,this._queue.push(y),!1;C!==null&&(C[y]=d);var R=this._promise,P=this._callback,I=R._boundValue();R._pushContext();var L=l(P).call(I,d,y,D),z=R._popContext();if(o.checkForgottenReturns(L,z,C!==null?"Promise.filter":"Promise.map",R),L===c)return this._reject(L.e),!0;var j=r(L,this._promise);if(j instanceof n){j=j._target();var B=j._bitField;if((B&50397184)===0)return A>=1&&this._inFlight++,w[y]=j,j._proxy(this,(y+1)*-1),!1;if((B&33554432)!==0)L=j._value();else return(B&16777216)!==0?(this._reject(j._reason()),!0):(this._cancel(),!0)}w[y]=L}var re=++this._totalResolved;return re>=D?(C!==null?this._filter(w,C):this._resolve(w),!0):!1},f.prototype._drainQueue=function(){for(var d=this._queue,y=this._limit,w=this._values;d.length>0&&this._inFlight<y;){if(this._isResolved())return;var D=d.pop();this._promiseFulfilled(w[D],D)}},f.prototype._filter=function(d,y){for(var w=y.length,D=new Array(w),C=0,A=0;A<w;++A)d[A]&&(D[C++]=y[A]);D.length=C,this._resolve(D)},f.prototype.preservedValues=function(){return this._preservedValues};function h(d,y,w,D){if(typeof y!="function")return t("expecting a function but got "+s.classString(y));var C=0;if(w!==void 0)if(typeof w=="object"&&w!==null){if(typeof w.concurrency!="number")return n.reject(new TypeError("'concurrency' must be a number but it is "+s.classString(w.concurrency)));C=w.concurrency}else return n.reject(new TypeError("options argument must be an object but it is "+s.classString(w)));return C=typeof C=="number"&&isFinite(C)&&C>=1?C:0,new f(d,y,C,D).promise()}n.prototype.map=function(d,y){return h(this,d,y,null)},n.map=function(d,y,w,D){return h(d,y,w,D)}}),_0}var S0,oS;function FW(){if(oS)return S0;oS=1;var n=Object.create;if(n){var e=n(null),t=n(null);e[" size"]=t[" size"]=0}return S0=function(r){var i=mr(),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))(h)},u=function(D){return new Function("obj",`
|
|
136
|
-
'use strict';
|
|
137
|
-
return obj.propertyName;
|
|
138
|
-
`.replace("propertyName",D))},f=function(D,C,A){var R=A[D];if(typeof R!="function"){if(!a(D))return null;if(R=C(D),A[D]=R,A[" size"]++,A[" size"]>512){for(var P=Object.keys(A),I=0;I<256;++I)delete A[P[I]];A[" size"]=P.length-256}}return R};s=function(D){return f(D,c,e)},l=function(D){return f(D,u,t)}}function h(D,C){var A;if(D!=null&&(A=D[C]),typeof A!="function"){var R="Object "+i.classString(D)+" has no method '"+i.toString(C)+"'";throw new r.TypeError(R)}return A}function d(D){var C=this.pop(),A=h(D,C);return A.apply(D,this)}r.prototype.call=function(D){for(var C=arguments.length,A=new Array(Math.max(C-1,0)),R=1;R<C;++R)A[R-1]=arguments[R];if(o){var P=s(D);if(P!==null)return this._then(P,void 0,void 0,A,void 0)}return A.push(D),this._then(d,void 0,void 0,A,void 0)};function y(D){return D[this]}function w(D){var C=+this;return C<0&&(C=Math.max(0,C+D.length)),D[C]}r.prototype.get=function(D){var C=typeof D=="number",A;if(C)A=w;else if(o){var R=l(D);A=R!==null?R:y}else A=y;return this._then(A,void 0,void 0,D,void 0)}},S0}var A0,aS;function OW(){return aS||(aS=1,A0=function(n,e,t,r,i,o){var a=mr(),s=hd().TypeError,l=mr().inherits,c=a.errorObj,u=a.tryCatch,f={};function h(R){setTimeout(function(){throw R},0)}function d(R){var P=t(R);return P!==R&&typeof R._isDisposable=="function"&&typeof R._getDisposer=="function"&&R._isDisposable()&&P._setDisposable(R._getDisposer()),P}function y(R,P){var I=0,L=R.length,z=new n(i);function j(){if(I>=L)return z._fulfill();var B=d(R[I++]);if(B instanceof n&&B._isDisposable()){try{B=t(B._getDisposer().tryDispose(P),R.promise)}catch(re){return h(re)}if(B instanceof n)return B._then(j,h,null,null,null)}j()}return j(),z}function w(R,P,I){this._data=R,this._promise=P,this._context=I}w.prototype.data=function(){return this._data},w.prototype.promise=function(){return this._promise},w.prototype.resource=function(){return this.promise().isFulfilled()?this.promise().value():f},w.prototype.tryDispose=function(R){var P=this.resource(),I=this._context;I!==void 0&&I._pushContext();var L=P!==f?this.doDispose(P,R):null;return I!==void 0&&I._popContext(),this._promise._unsetDisposable(),this._data=null,L},w.isDisposer=function(R){return R!=null&&typeof R.resource=="function"&&typeof R.tryDispose=="function"};function D(R,P,I){this.constructor$(R,P,I)}l(D,w),D.prototype.doDispose=function(R,P){var I=this.data();return I.call(R,R,P)};function C(R){return w.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,P=0;P<R;++P){var I=this[P];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 P=arguments[R-1];if(typeof P!="function")return e("expecting a function but got "+a.classString(P));var I,L=!0;R===2&&Array.isArray(arguments[0])?(I=arguments[0],R=I.length,L=!1):(I=arguments,R--);for(var z=new A(R),j=0;j<R;++j){var B=I[j];if(w.isDisposer(B)){var re=B;B=B.promise(),B._setDisposable(re)}else{var ce=t(B);ce instanceof n&&(B=ce._then(C,null,null,{resources:z,index:j},void 0))}z[j]=B}for(var M=new Array(z.length),j=0;j<M.length;++j)M[j]=n.resolve(z[j]).reflect();var J=n.all(M).then(function(pe){for(var G=0;G<pe.length;++G){var $=pe[G];if($.isRejected())return c.e=$.error(),c;if(!$.isFulfilled()){J.cancel();return}pe[G]=$.value()}F._pushContext(),P=u(P);var fe=L?P.apply(void 0,pe):P(pe),se=F._popContext();return o.checkForgottenReturns(fe,se,"Promise.using",F),fe}),F=J.lastly(function(){var pe=new n.PromiseInspection(J);return y(z,pe)});return z.promise=F,F._setOnCancel(z),F},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}}),A0}var k0,sS;function IW(){return sS||(sS=1,k0=function(n,e,t){var r=mr(),i=n.TimeoutError;function o(f){this.handle=f}o.prototype._resultCancelled=function(){clearTimeout(this.handle)};var a=function(f){return s(+this).thenReturn(f)},s=n.delay=function(f,h){var d,y;return h!==void 0?(d=n.resolve(h)._then(a,null,null,f,void 0),t.cancellation()&&h instanceof n&&d._setOnCancel(h)):(d=new n(e),y=setTimeout(function(){d._fulfill()},+f),t.cancellation()&&d._setOnCancel(new o(y)),d._captureStackTrace()),d._setAsyncGuaranteed(),d};n.prototype.delay=function(f){return s(f,this)};var l=function(f,h,d){var y;typeof h!="string"?h instanceof Error?y=h:y=new i("operation timed out"):y=new i(h),r.markAsOriginatingFromRejection(y),f._attachExtraTrace(y),f._reject(y),d!=null&&d.cancel()};function c(f){return clearTimeout(this.handle),f}function u(f){throw clearTimeout(this.handle),f}n.prototype.timeout=function(f,h){f=+f;var d,y,w=new o(setTimeout(function(){d.isPending()&&l(d,h,y)},f));return t.cancellation()?(y=this.then(),d=y._then(c,u,void 0,w,void 0),d._setOnCancel(w)):d=this._then(c,u,void 0,w,void 0),d}}),k0}var R0,lS;function MW(){return lS||(lS=1,R0=function(n,e,t,r,i,o){var a=hd(),s=a.TypeError,l=mr(),c=l.errorObj,u=l.tryCatch,f=[];function h(y,w,D){for(var C=0;C<w.length;++C){D._pushContext();var A=u(w[C])(y);if(D._popContext(),A===c){D._pushContext();var R=n.reject(c.e);return D._popContext(),R}var P=r(A,D);if(P instanceof n)return P}return null}function d(y,w,D,C){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 P=this._promise=new n(t);P._captureStackTrace()}this._stack=C,this._generatorFunction=y,this._receiver=w,this._generator=void 0,this._yieldHandlers=typeof D=="function"?[D].concat(f):f,this._yieldedPromise=null,this._cancellationPhase=!1}l.inherits(d,i),d.prototype._isResolved=function(){return this._promise===null},d.prototype._cleanup=function(){this._promise=this._generator=null,o.cancellation()&&this._finallyPromise!==null&&(this._finallyPromise._fulfill(),this._finallyPromise=null)},d.prototype._promiseCancelled=function(){if(!this._isResolved()){var y=typeof this._generator.return<"u",w;if(y)this._promise._pushContext(),w=u(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(),w=u(this._generator.throw).call(this._generator,D),this._promise._popContext()}this._cancellationPhase=!0,this._yieldedPromise=null,this._continue(w)}},d.prototype._promiseFulfilled=function(y){this._yieldedPromise=null,this._promise._pushContext();var w=u(this._generator.next).call(this._generator,y);this._promise._popContext(),this._continue(w)},d.prototype._promiseRejected=function(y){this._yieldedPromise=null,this._promise._attachExtraTrace(y),this._promise._pushContext();var w=u(this._generator.throw).call(this._generator,y);this._promise._popContext(),this._continue(w)},d.prototype._resultCancelled=function(){if(this._yieldedPromise instanceof n){var y=this._yieldedPromise;this._yieldedPromise=null,y.cancel()}},d.prototype.promise=function(){return this._promise},d.prototype._run=function(){this._generator=this._generatorFunction.call(this._receiver),this._receiver=this._generatorFunction=void 0,this._promiseFulfilled(void 0)},d.prototype._continue=function(y){var w=this._promise;if(y===c)return this._cleanup(),this._cancellationPhase?w.cancel():w._rejectCallback(y.e,!1);var D=y.value;if(y.done===!0)return this._cleanup(),this._cancellationPhase?w.cancel():w._resolveCallback(D);var C=r(D,this._promise);if(!(C instanceof n)&&(C=h(C,this._yieldHandlers,this._promise),C===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}C=C._target();var A=C._bitField;(A&50397184)===0?(this._yieldedPromise=C,C._proxy(this,null)):(A&33554432)!==0?n._async.invoke(this._promiseFulfilled,this,C._value()):(A&16777216)!==0?n._async.invoke(this._promiseRejected,this,C._reason()):this._promiseCancelled()},n.coroutine=function(y,w){if(typeof y!="function")throw new s(`generatorFunction must be a function
|
|
146
|
-
|
|
147
|
-
See http://goo.gl/MqrFmX
|
|
148
|
-
`);var D=Object(w).yieldHandler,C=d,A=new Error().stack;return function(){var R=y.apply(this,arguments),P=new C(void 0,void 0,D,A),I=P.promise();return P._generator=R,P._promiseFulfilled(void 0),I}},n.coroutine.addYieldHandler=function(y){if(typeof y!="function")throw new s("expecting a function but got "+l.classString(y));f.push(y)},n.spawn=function(y){if(o.deprecated("Promise.spawn()","Promise.coroutine()"),typeof y!="function")return e(`generatorFunction must be a function
|
|
149
|
-
|
|
150
|
-
See http://goo.gl/MqrFmX
|
|
151
|
-
`);var w=new d(y,this),D=w.promise();return w._run(n.spawn),D}}),R0}var U0,cS;function PW(){return cS||(cS=1,U0=function(n){var e=mr(),t=n._async,r=e.tryCatch,i=e.errorObj;function o(l,c){var u=this;if(!e.isArray(l))return a.call(u,l,c);var f=r(c).apply(u._boundValue(),[null].concat(l));f===i&&t.throwLater(f.e)}function a(l,c){var u=this,f=u._boundValue(),h=l===void 0?r(c).call(f,null):r(c).call(f,null,l);h===i&&t.throwLater(h.e)}function s(l,c){var u=this;if(!l){var f=new Error(l+"");f.cause=l,l=f}var h=r(c).call(u._boundValue(),l);h===i&&t.throwLater(h.e)}n.prototype.asCallback=n.prototype.nodeify=function(l,c){if(typeof l=="function"){var u=a;c!==void 0&&Object(c).spread&&(u=o),this._then(u,s,void 0,this,l)}return this}}),U0}var F0,uS;function NW(){return uS||(uS=1,F0=function(n,e){var t={},r=mr(),i=h5(),o=r.withAppended,a=r.maybeWrapAsError,s=r.canEvaluate,l=hd().TypeError,c="Async",u={__isPromisified__:!0},f=["arity","length","name","arguments","caller","callee","prototype","__isPromisified__"],h=new RegExp("^(?:"+f.join("|")+")$"),d=function(J){return r.isIdentifier(J)&&J.charAt(0)!=="_"&&J!=="constructor"};function y(J){return!h.test(J)}function w(J){try{return J.__isPromisified__===!0}catch{return!1}}function D(J,F,pe){var G=r.getDataPropertyOrDefault(J,F+pe,u);return G?w(G):!1}function C(J,F,pe){for(var G=0;G<J.length;G+=2){var $=J[G];if(pe.test($)){for(var fe=$.replace(pe,""),se=0;se<J.length;se+=2)if(J[se]===fe)throw new l(`Cannot promisify an API that has normal methods with '%s'-suffix
|
|
152
|
-
|
|
153
|
-
See http://goo.gl/MqrFmX
|
|
154
|
-
`.replace("%s",F))}}}function A(J,F,pe,G){for(var $=r.inheritedDataKeys(J),fe=[],se=0;se<$.length;++se){var ge=$[se],K=J[ge],te=G===d?!0:d(ge);typeof K=="function"&&!w(K)&&!D(J,ge,F)&&G(ge,K,J,te)&&fe.push(ge,K)}return C(fe,F,pe),fe}var R=function(J){return J.replace(/([$])/,"\\$")},P;{var I=function(J){for(var F=[J],pe=Math.max(0,J-1-3),G=J-1;G>=pe;--G)F.push(G);for(var G=J+1;G<=3;++G)F.push(G);return F},L=function(J){return r.filledRange(J,"_arg","")},z=function(J){return r.filledRange(Math.max(J,3),"_arg","")},j=function(J){return typeof J.length=="number"?Math.max(Math.min(J.length,1024),0):0};P=function(J,F,pe,G,$,fe){var se=Math.max(0,j(G)-1),ge=I(se),K=typeof J=="string"||F===t;function te(Ve){var rt=L(Ve).join(", "),$e=Ve>0?", ":"",Xe;return K?Xe=`ret = callback.call(this, {{args}}, nodeback); break;
|
|
155
|
-
`:Xe=F===void 0?`ret = callback({{args}}, nodeback); break;
|
|
156
|
-
`:`ret = callback.call(receiver, {{args}}, nodeback); break;
|
|
157
|
-
`,Xe.replace("{{args}}",rt).replace(", ",$e)}function Oe(){for(var Ve="",rt=0;rt<ge.length;++rt)Ve+="case "+ge[rt]+":"+te(ge[rt]);return Ve+=`
|
|
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]",K?`ret = callback.apply(this, args);
|
|
168
|
-
`:`ret = callback.apply(receiver, args);
|
|
169
|
-
`),Ve}var he=typeof J=="string"?"this != null ? this['"+J+"'] : 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, `+fe+`);
|
|
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]",Oe()).replace("[GetFunctionCode]",he);return ve=ve.replace("Parameters",z(se)),new Function("Promise","fn","receiver","withAppended","maybeWrapAsError","nodebackForPromise","tryCatch","errorObj","notEnumerableProp","INTERNAL",ve)(n,G,F,o,a,i,r.tryCatch,r.errorObj,r.notEnumerableProp,e)}}function B(J,F,pe,G,$,fe){var se=function(){return this}(),ge=J;typeof ge=="string"&&(J=G);function K(){var te=F;F===t&&(te=this);var Oe=new n(e);Oe._captureStackTrace();var he=typeof ge=="string"&&this!==se?this[ge]:J,ve=i(Oe,fe);try{he.apply(te,o(arguments,ve))}catch(Ve){Oe._rejectCallback(a(Ve),!0,!0)}return Oe._isFateSealed()||Oe._setAsyncGuaranteed(),Oe}return r.notEnumerableProp(K,"__isPromisified__",!0),K}var re=s?P:B;function ce(J,F,pe,G,$){for(var fe=new RegExp(R(F)+"$"),se=A(J,F,fe,pe),ge=0,K=se.length;ge<K;ge+=2){var te=se[ge],Oe=se[ge+1],he=te+F;if(G===re)J[he]=re(te,t,te,Oe,F,$);else{var ve=G(Oe,function(){return re(te,t,te,Oe,F,$)});r.notEnumerableProp(ve,"__isPromisified__",!0),J[he]=ve}}return r.toFastProperties(J),J}function M(J,F,pe){return re(J,F,void 0,J,null,pe)}n.promisify=function(J,F){if(typeof J!="function")throw new l("expecting a function but got "+r.classString(J));if(w(J))return J;F=Object(F);var pe=F.context===void 0?t:F.context,G=!!F.multiArgs,$=M(J,pe,G);return r.copyDescriptors(J,$,y),$},n.promisifyAll=function(J,F){if(typeof J!="function"&&typeof J!="object")throw new l(`the target of promisifyAll must be an object or a function
|
|
190
|
-
|
|
191
|
-
See http://goo.gl/MqrFmX
|
|
192
|
-
`);F=Object(F);var pe=!!F.multiArgs,G=F.suffix;typeof G!="string"&&(G=c);var $=F.filter;typeof $!="function"&&($=d);var fe=F.promisifier;if(typeof fe!="function"&&(fe=re),!r.isIdentifier(G))throw new RangeError(`suffix must be a valid identifier
|
|
193
|
-
|
|
194
|
-
See http://goo.gl/MqrFmX
|
|
195
|
-
`);for(var se=r.inheritedDataKeys(J),ge=0;ge<se.length;++ge){var K=J[se[ge]];se[ge]!=="constructor"&&r.isClass(K)&&(ce(K.prototype,G,$,fe,pe),ce(K,G,$,fe,pe))}return ce(J,G,$,fe,pe)}}),F0}var O0,fS;function BW(){return fS||(fS=1,O0=function(n,e,t,r){var i=mr(),o=i.isObject,a=ap(),s;typeof Map=="function"&&(s=Map);var l=function(){var h=0,d=0;function y(w,D){this[h]=w,this[h+d]=D,h++}return function(D){d=D.size,h=0;var C=new Array(D.size*2);return D.forEach(y,C),C}}(),c=function(h){for(var d=new s,y=h.length/2|0,w=0;w<y;++w){var D=h[y+w],C=h[w];d.set(D,C)}return d};function u(h){var d=!1,y;if(s!==void 0&&h instanceof s)y=l(h),d=!0;else{var w=a.keys(h),D=w.length;y=new Array(D*2);for(var C=0;C<D;++C){var A=w[C];y[C]=h[A],y[C+D]=A}}this.constructor$(y),this._isMap=d,this._init$(void 0,-3)}i.inherits(u,e),u.prototype._init=function(){},u.prototype._promiseFulfilled=function(h,d){this._values[d]=h;var y=++this._totalResolved;if(y>=this._length){var w;if(this._isMap)w=c(this._values);else{w={};for(var D=this.length(),C=0,A=this.length();C<A;++C)w[this._values[C+D]]=this._values[C]}return this._resolve(w),!0}return!1},u.prototype.shouldCopyValues=function(){return!1},u.prototype.getActualLength=function(h){return h>>1};function f(h){var d,y=t(h);if(o(y))y instanceof n?d=y._then(n.props,void 0,void 0,void 0,void 0):d=new u(y).promise();else return r(`cannot await properties of a non-object
|
|
196
|
-
|
|
197
|
-
See http://goo.gl/MqrFmX
|
|
198
|
-
`);return y instanceof n&&d._propagateFrom(y,2),d}n.prototype.props=function(){return f(this)},n.props=function(h){return f(h)}}),O0}var I0,dS;function LW(){return dS||(dS=1,I0=function(n,e,t,r){var i=mr(),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 u=new n(e);l!==void 0&&u._propagateFrom(l,3);for(var f=u._fulfill,h=u._reject,d=0,y=s.length;d<y;++d){var w=s[d];w===void 0&&!(d in s)||n.cast(w)._then(f,h,void 0,u,null)}return u}n.race=function(s){return a(s,void 0)},n.prototype.race=function(){return a(this,void 0)}}),I0}var M0,hS;function WW(){return hS||(hS=1,M0=function(n,e,t,r,i,o){var a=n._getDomain,s=mr(),l=s.tryCatch;function c(y,w,D,C){this.constructor$(y);var A=a();this._fn=A===null?w:s.domainBind(A,w),D!==void 0&&(D=n.resolve(D),D._attachCancellationCallback(this)),this._initialValue=D,this._currentCancellable=null,C===i?this._eachValues=Array(this._length):C===0?this._eachValues=null:this._eachValues=void 0,this._promise._captureStackTrace(),this._init$(void 0,-5)}s.inherits(c,e),c.prototype._gotAccum=function(y){this._eachValues!==void 0&&this._eachValues!==null&&y!==i&&this._eachValues.push(y)},c.prototype._eachComplete=function(y){return this._eachValues!==null&&this._eachValues.push(y),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(y){this._promise._resolveCallback(y),this._values=null},c.prototype._resultCancelled=function(y){if(y===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(y){this._values=y;var w,D,C=y.length;if(this._initialValue!==void 0?(w=this._initialValue,D=0):(w=n.resolve(y[0]),D=1),this._currentCancellable=w,!w.isRejected())for(;D<C;++D){var A={accum:null,value:y[D],index:D,length:C,array:this};w=w._then(h,void 0,void 0,A,void 0)}this._eachValues!==void 0&&(w=w._then(this._eachComplete,void 0,void 0,this,void 0)),w._then(u,u,void 0,w,this)},n.prototype.reduce=function(y,w){return f(this,y,w,null)},n.reduce=function(y,w,D,C){return f(y,w,D,C)};function u(y,w){this.isFulfilled()?w._resolve(y):w._reject(y)}function f(y,w,D,C){if(typeof w!="function")return t("expecting a function but got "+s.classString(w));var A=new c(y,w,D,C);return A.promise()}function h(y){this.accum=y,this.array._gotAccum(y);var w=r(this.value,this.array._promise);return w instanceof n?(this.array._currentCancellable=w,w._then(d,void 0,void 0,this,void 0)):d.call(this,w)}function d(y){var w=this.array,D=w._promise,C=l(w._fn);D._pushContext();var A;w._eachValues!==void 0?A=C.call(D._boundValue(),y,this.index,this.length):A=C.call(D._boundValue(),this.accum,y,this.index,this.length),A instanceof n&&(w._currentCancellable=A);var R=D._popContext();return o.checkForgottenReturns(A,R,w._eachValues!==void 0?"Promise.each":"Promise.reduce",D),A}}),M0}var P0,pS;function zW(){return pS||(pS=1,P0=function(n,e,t){var r=n.PromiseInspection,i=mr();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)}}),P0}var N0,gS;function HW(){return gS||(gS=1,N0=function(n,e,t){var r=mr(),i=hd().RangeError,o=hd().AggregateError,a=r.isArray,s={};function l(u){this.constructor$(u),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 u=a(this._values);!this._isResolved()&&u&&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(u){this._howMany=u},l.prototype._promiseFulfilled=function(u){return this._addFulfilled(u),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(u){return this._addRejected(u),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 u=new o,f=this.length();f<this._values.length;++f)this._values[f]!==s&&u.push(this._values[f]);return u.length>0?this._reject(u):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(u){this._values.push(u)},l.prototype._addFulfilled=function(u){this._values[this._totalResolved++]=u},l.prototype._canPossiblyFulfill=function(){return this.length()-this._rejected()},l.prototype._getRangeError=function(u){var f="Input array must contain at least "+this._howMany+" items but contains only "+u+" items";return new i(f)},l.prototype._resolveEmptyArray=function(){this._reject(this._getRangeError(0))};function c(u,f){if((f|0)!==f||f<0)return t(`expecting a positive integer
|
|
199
|
-
|
|
200
|
-
See http://goo.gl/MqrFmX
|
|
201
|
-
`);var h=new l(u),d=h.promise();return h.setHowMany(f),h.init(),d}n.some=function(u,f){return c(u,f)},n.prototype.some=function(u){return c(this,u)},n._SomePromiseArray=l}),N0}var B0,yS;function VW(){return yS||(yS=1,B0=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)}}),B0}var L0,bS;function GW(){return bS||(bS=1,L0=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}),L0}var W0,mS;function XW(){return mS||(mS=1,W0=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)}}),W0}var vS;function YW(){return vS||(vS=1,function(n){n.exports=function(){var e=function(){return new h(`circular promise resolution chain
|
|
202
|
-
|
|
203
|
-
See http://goo.gl/MqrFmX
|
|
204
|
-
`)},t=function(){return new M.PromiseInspection(this._target())},r=function(G){return M.reject(new h(G))};function i(){}var o={},a=mr(),s;a.isNode?s=function(){var G=process.domain;return G===void 0&&(G=null),G}:s=function(){return null},a.notEnumerableProp(M,"_getDomain",s);var l=ap(),c=mW(),u=new c;l.defineProperty(M,"_async",{value:u});var f=hd(),h=M.TypeError=f.TypeError;M.RangeError=f.RangeError;var d=M.CancellationError=f.CancellationError;M.TimeoutError=f.TimeoutError,M.OperationalError=f.OperationalError,M.RejectionError=f.OperationalError,M.AggregateError=f.AggregateError;var y=function(){},w={},D={},C=vW()(M,y),A=xW()(M,y,C,r,i),R=wW()(M),P=R.create,I=DW()(M,R);I.CapturedTrace;var L=TW()(M,C),z=EW()(D),j=h5(),B=a.errorObj,re=a.tryCatch;function ce(G,$){if(typeof $!="function")throw new h("expecting a function but got "+a.classString($));if(G.constructor!==M)throw new h(`the promise constructor cannot be invoked directly
|
|
205
|
-
|
|
206
|
-
See http://goo.gl/MqrFmX
|
|
207
|
-
`)}function M(G){this._bitField=0,this._fulfillmentHandler0=void 0,this._rejectionHandler0=void 0,this._promise0=void 0,this._receiver0=void 0,G!==y&&(ce(this,G),this._resolveFromExecutor(G)),this._promiseCreated(),this._fireEvent("promiseCreated",this)}M.prototype.toString=function(){return"[object Promise]"},M.prototype.caught=M.prototype.catch=function(G){var $=arguments.length;if($>1){var fe=new Array($-1),se=0,ge;for(ge=0;ge<$-1;++ge){var K=arguments[ge];if(a.isObject(K))fe[se++]=K;else return r("expecting an object but got A catch statement predicate "+a.classString(K))}return fe.length=se,G=arguments[ge],this.then(void 0,z(fe,G,this))}return this.then(void 0,G)},M.prototype.reflect=function(){return this._then(t,t,void 0,this,void 0)},M.prototype.then=function(G,$){if(I.warnings()&&arguments.length>0&&typeof G!="function"&&typeof $!="function"){var fe=".then() only accepts functions but was passed: "+a.classString(G);arguments.length>1&&(fe+=", "+a.classString($)),this._warn(fe)}return this._then(G,$,void 0,void 0,void 0)},M.prototype.done=function(G,$){var fe=this._then(G,$,void 0,void 0,void 0);fe._setIsFinal()},M.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,w,void 0)},M.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},M.prototype.all=function(){return arguments.length>0&&this._warn(".all() was passed arguments but it does not take any"),new A(this).promise()},M.prototype.error=function(G){return this.caught(a.originatesFromRejection,G)},M.getNewLibraryCopy=n.exports,M.is=function(G){return G instanceof M},M.fromNode=M.fromCallback=function(G){var $=new M(y);$._captureStackTrace();var fe=arguments.length>1?!!Object(arguments[1]).multiArgs:!1,se=re(G)(j($,fe));return se===B&&$._rejectCallback(se.e,!0),$._isFateSealed()||$._setAsyncGuaranteed(),$},M.all=function(G){return new A(G).promise()},M.cast=function(G){var $=C(G);return $ instanceof M||($=new M(y),$._captureStackTrace(),$._setFulfilled(),$._rejectionHandler0=G),$},M.resolve=M.fulfilled=M.cast,M.reject=M.rejected=function(G){var $=new M(y);return $._captureStackTrace(),$._rejectCallback(G,!0),$},M.setScheduler=function(G){if(typeof G!="function")throw new h("expecting a function but got "+a.classString(G));return u.setScheduler(G)},M.prototype._then=function(G,$,fe,se,ge){var K=ge!==void 0,te=K?ge:new M(y),Oe=this._target(),he=Oe._bitField;K||(te._propagateFrom(this,3),te._captureStackTrace(),se===void 0&&(this._bitField&2097152)!==0&&((he&50397184)!==0?se=this._boundValue():se=Oe===this?void 0:this._boundTo),this._fireEvent("promiseChained",this,te));var ve=s();if((he&50397184)!==0){var Ve,rt,$e=Oe._settlePromiseCtx;(he&33554432)!==0?(rt=Oe._rejectionHandler0,Ve=G):(he&16777216)!==0?(rt=Oe._fulfillmentHandler0,Ve=$,Oe._unsetRejectionIsUnhandled()):($e=Oe._settlePromiseLateCancellationObserver,rt=new d("late cancellation observer"),Oe._attachExtraTrace(rt),Ve=$),u.invoke($e,Oe,{handler:ve===null?Ve:typeof Ve=="function"&&a.domainBind(ve,Ve),promise:te,receiver:se,value:rt})}else Oe._addCallbacks(G,$,te,se,ve);return te},M.prototype._length=function(){return this._bitField&65535},M.prototype._isFateSealed=function(){return(this._bitField&117506048)!==0},M.prototype._isFollowing=function(){return(this._bitField&67108864)===67108864},M.prototype._setLength=function(G){this._bitField=this._bitField&-65536|G&65535},M.prototype._setFulfilled=function(){this._bitField=this._bitField|33554432,this._fireEvent("promiseFulfilled",this)},M.prototype._setRejected=function(){this._bitField=this._bitField|16777216,this._fireEvent("promiseRejected",this)},M.prototype._setFollowing=function(){this._bitField=this._bitField|67108864,this._fireEvent("promiseResolved",this)},M.prototype._setIsFinal=function(){this._bitField=this._bitField|4194304},M.prototype._isFinal=function(){return(this._bitField&4194304)>0},M.prototype._unsetCancelled=function(){this._bitField=this._bitField&-65537},M.prototype._setCancelled=function(){this._bitField=this._bitField|65536,this._fireEvent("promiseCancelled",this)},M.prototype._setWillBeCancelled=function(){this._bitField=this._bitField|8388608},M.prototype._setAsyncGuaranteed=function(){u.hasCustomScheduler()||(this._bitField=this._bitField|134217728)},M.prototype._receiverAt=function(G){var $=G===0?this._receiver0:this[G*4-4+3];if($!==o)return $===void 0&&this._isBound()?this._boundValue():$},M.prototype._promiseAt=function(G){return this[G*4-4+2]},M.prototype._fulfillmentHandlerAt=function(G){return this[G*4-4+0]},M.prototype._rejectionHandlerAt=function(G){return this[G*4-4+1]},M.prototype._boundValue=function(){},M.prototype._migrateCallback0=function(G){G._bitField;var $=G._fulfillmentHandler0,fe=G._rejectionHandler0,se=G._promise0,ge=G._receiverAt(0);ge===void 0&&(ge=o),this._addCallbacks($,fe,se,ge,null)},M.prototype._migrateCallbackAt=function(G,$){var fe=G._fulfillmentHandlerAt($),se=G._rejectionHandlerAt($),ge=G._promiseAt($),K=G._receiverAt($);K===void 0&&(K=o),this._addCallbacks(fe,se,ge,K,null)},M.prototype._addCallbacks=function(G,$,fe,se,ge){var K=this._length();if(K>=65531&&(K=0,this._setLength(0)),K===0)this._promise0=fe,this._receiver0=se,typeof G=="function"&&(this._fulfillmentHandler0=ge===null?G:a.domainBind(ge,G)),typeof $=="function"&&(this._rejectionHandler0=ge===null?$:a.domainBind(ge,$));else{var te=K*4-4;this[te+2]=fe,this[te+3]=se,typeof G=="function"&&(this[te+0]=ge===null?G:a.domainBind(ge,G)),typeof $=="function"&&(this[te+1]=ge===null?$:a.domainBind(ge,$))}return this._setLength(K+1),K},M.prototype._proxy=function(G,$){this._addCallbacks(void 0,void 0,$,G,null)},M.prototype._resolveCallback=function(G,$){if((this._bitField&117506048)===0){if(G===this)return this._rejectCallback(e(),!1);var fe=C(G,this);if(!(fe instanceof M))return this._fulfill(G);$&&this._propagateFrom(fe,2);var se=fe._target();if(se===this){this._reject(e());return}var ge=se._bitField;if((ge&50397184)===0){var K=this._length();K>0&&se._migrateCallback0(this);for(var te=1;te<K;++te)se._migrateCallbackAt(this,te);this._setFollowing(),this._setLength(0),this._setFollowee(se)}else if((ge&33554432)!==0)this._fulfill(se._value());else if((ge&16777216)!==0)this._reject(se._reason());else{var Oe=new d("late cancellation observer");se._attachExtraTrace(Oe),this._reject(Oe)}}},M.prototype._rejectCallback=function(G,$,fe){var se=a.ensureErrorObject(G),ge=se===G;if(!ge&&!fe&&I.warnings()){var K="a promise was rejected with a non-error: "+a.classString(G);this._warn(K,!0)}this._attachExtraTrace(se,$?ge:!1),this._reject(G)},M.prototype._resolveFromExecutor=function(G){var $=this;this._captureStackTrace(),this._pushContext();var fe=!0,se=this._execute(G,function(ge){$._resolveCallback(ge)},function(ge){$._rejectCallback(ge,fe)});fe=!1,this._popContext(),se!==void 0&&$._rejectCallback(se,!0)},M.prototype._settlePromiseFromHandler=function(G,$,fe,se){var ge=se._bitField;if((ge&65536)===0){se._pushContext();var K;$===w?!fe||typeof fe.length!="number"?(K=B,K.e=new h("cannot .spread() a non-array: "+a.classString(fe))):K=re(G).apply(this._boundValue(),fe):K=re(G).call($,fe);var te=se._popContext();ge=se._bitField,(ge&65536)===0&&(K===D?se._reject(fe):K===B?se._rejectCallback(K.e,!1):(I.checkForgottenReturns(K,te,"",se,this),se._resolveCallback(K)))}},M.prototype._target=function(){for(var G=this;G._isFollowing();)G=G._followee();return G},M.prototype._followee=function(){return this._rejectionHandler0},M.prototype._setFollowee=function(G){this._rejectionHandler0=G},M.prototype._settlePromise=function(G,$,fe,se){var ge=G instanceof M,K=this._bitField,te=(K&134217728)!==0;(K&65536)!==0?(ge&&G._invokeInternalOnCancel(),fe instanceof L&&fe.isFinallyHandler()?(fe.cancelPromise=G,re($).call(fe,se)===B&&G._reject(B.e)):$===t?G._fulfill(t.call(fe)):fe instanceof i?fe._promiseCancelled(G):ge||G instanceof A?G._cancel():fe.cancel()):typeof $=="function"?ge?(te&&G._setAsyncGuaranteed(),this._settlePromiseFromHandler($,fe,se,G)):$.call(fe,se,G):fe instanceof i?fe._isResolved()||((K&33554432)!==0?fe._promiseFulfilled(se,G):fe._promiseRejected(se,G)):ge&&(te&&G._setAsyncGuaranteed(),(K&33554432)!==0?G._fulfill(se):G._reject(se))},M.prototype._settlePromiseLateCancellationObserver=function(G){var $=G.handler,fe=G.promise,se=G.receiver,ge=G.value;typeof $=="function"?fe instanceof M?this._settlePromiseFromHandler($,se,ge,fe):$.call(se,ge,fe):fe instanceof M&&fe._reject(ge)},M.prototype._settlePromiseCtx=function(G){this._settlePromise(G.promise,G.handler,G.receiver,G.value)},M.prototype._settlePromise0=function(G,$,fe){var se=this._promise0,ge=this._receiverAt(0);this._promise0=void 0,this._receiver0=void 0,this._settlePromise(se,G,ge,$)},M.prototype._clearCallbackDataAtIndex=function(G){var $=G*4-4;this[$+2]=this[$+3]=this[$+0]=this[$+1]=void 0},M.prototype._fulfill=function(G){var $=this._bitField;if(!(($&117506048)>>>16)){if(G===this){var fe=e();return this._attachExtraTrace(fe),this._reject(fe)}this._setFulfilled(),this._rejectionHandler0=G,($&65535)>0&&(($&134217728)!==0?this._settlePromises():u.settlePromises(this))}},M.prototype._reject=function(G){var $=this._bitField;if(!(($&117506048)>>>16)){if(this._setRejected(),this._fulfillmentHandler0=G,this._isFinal())return u.fatalError(G,a.isNode);($&65535)>0?u.settlePromises(this):this._ensurePossibleRejectionHandled()}},M.prototype._fulfillPromises=function(G,$){for(var fe=1;fe<G;fe++){var se=this._fulfillmentHandlerAt(fe),ge=this._promiseAt(fe),K=this._receiverAt(fe);this._clearCallbackDataAtIndex(fe),this._settlePromise(ge,se,K,$)}},M.prototype._rejectPromises=function(G,$){for(var fe=1;fe<G;fe++){var se=this._rejectionHandlerAt(fe),ge=this._promiseAt(fe),K=this._receiverAt(fe);this._clearCallbackDataAtIndex(fe),this._settlePromise(ge,se,K,$)}},M.prototype._settlePromises=function(){var G=this._bitField,$=G&65535;if($>0){if((G&16842752)!==0){var fe=this._fulfillmentHandler0;this._settlePromise0(this._rejectionHandler0,fe,G),this._rejectPromises($,fe)}else{var se=this._rejectionHandler0;this._settlePromise0(this._fulfillmentHandler0,se,G),this._fulfillPromises($,se)}this._setLength(0)}this._clearCancellationData()},M.prototype._settledValue=function(){var G=this._bitField;if((G&33554432)!==0)return this._rejectionHandler0;if((G&16777216)!==0)return this._fulfillmentHandler0};function J(G){this.promise._resolveCallback(G)}function F(G){this.promise._rejectCallback(G,!1)}M.defer=M.pending=function(){I.deprecated("Promise.defer","new Promise");var G=new M(y);return{promise:G,resolve:J,reject:F}},a.notEnumerableProp(M,"_makeSelfResolutionError",e),CW()(M,y,C,r,I),_W()(M,y,C,I),SW()(M,A,r,I),AW()(M),kW()(M),RW()(M,A,C,y,u,s),M.Promise=M,M.version="3.4.7",UW()(M,A,r,C,y,I),FW()(M),OW()(M,r,C,P,y,I),IW()(M,y,I),MW()(M,r,y,C,i,I),PW()(M),NW()(M,y),BW()(M,A,C,r),LW()(M,y,C,r),WW()(M,A,r,C,y,I),zW()(M,A,I),HW()(M,A,r),VW()(M,y),GW()(M,y),XW()(M),a.toFastProperties(M),a.toFastProperties(M.prototype);function pe(G){var $=new M(y);$._fulfillmentHandler0=G,$._rejectionHandler0=G,$._promise0=G,$._receiver0=G}return pe({a:1}),pe({b:2}),pe({c:3}),pe(1),pe(function(){}),pe(void 0),pe(!1),pe(new M(y)),I.setBounds(c.firstLineError,a.lastLineError),M}}(c0)),c0.exports}var xS;function Dd(){if(xS)return Ql;xS=1;var n=ci,e=YW()();Ql.defer=t,Ql.when=e.resolve,Ql.resolve=e.resolve,Ql.all=e.all,Ql.props=e.props,Ql.reject=e.reject,Ql.promisify=e.promisify,Ql.mapSeries=e.mapSeries,Ql.attempt=e.attempt,Ql.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 Ql}var Vn={},wS;function mh(){if(wS)return Vn;wS=1;var n=ci,e=Vn.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(L,z){return z=z||{},{type:e.document,children:L,notes:z.notes||new f({}),comments:z.comments||[]}}function r(L,z){z=z||{};var j=z.indent||{};return{type:e.paragraph,children:L,styleId:z.styleId||null,styleName:z.styleName||null,numbering:z.numbering||null,alignment:z.alignment||null,indent:{start:j.start||null,end:j.end||null,firstLine:j.firstLine||null,hanging:j.hanging||null}}}function i(L,z){return z=z||{},{type:e.run,children:L,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(L){return{type:e.text,value:L}}function s(){return{type:e.tab}}function l(L){return{type:e.checkbox,checked:L.checked}}function c(L,z){return{type:e.hyperlink,children:L,href:z.href,anchor:z.anchor,targetFrame:z.targetFrame}}function u(L){return{type:e.noteReference,noteType:L.noteType,noteId:L.noteId}}function f(L){this._notes=n.indexBy(L,function(z){return w(z.noteType,z.noteId)})}f.prototype.resolve=function(L){return this.findNoteByKey(w(L.noteType,L.noteId))},f.prototype.findNoteByKey=function(L){return this._notes[L]||null};function h(L){return{type:e.note,noteType:L.noteType,noteId:L.noteId,body:L.body}}function d(L){return{type:e.commentReference,commentId:L.commentId}}function y(L){return{type:e.comment,commentId:L.commentId,body:L.body,authorName:L.authorName,authorInitials:L.authorInitials}}function w(L,z){return L+"-"+z}function D(L){return{type:e.image,read:function(z){return z?L.readImage(z):L.readImage().then(function(j){return Buffer.from(j)})},readAsArrayBuffer:function(){return L.readImage()},readAsBase64String:function(){return L.readImage("base64")},readAsBuffer:function(){return L.readImage().then(function(z){return Buffer.from(z)})},altText:L.altText,contentType:L.contentType}}function C(L,z){return z=z||{},{type:e.table,children:L,styleId:z.styleId||null,styleName:z.styleName||null}}function A(L,z){return z=z||{},{type:e.tableRow,children:L,isHeader:z.isHeader||!1}}function R(L,z){return z=z||{},{type:e.tableCell,children:L,colSpan:z.colSpan==null?1:z.colSpan,rowSpan:z.rowSpan==null?1:z.rowSpan}}function P(L){return{type:e.break,breakType:L}}function I(L){return{type:e.bookmarkStart,name:L.name}}return Vn.document=Vn.Document=t,Vn.paragraph=Vn.Paragraph=r,Vn.run=Vn.Run=i,Vn.text=Vn.Text=a,Vn.tab=Vn.Tab=s,Vn.checkbox=Vn.Checkbox=l,Vn.Hyperlink=c,Vn.noteReference=Vn.NoteReference=u,Vn.Notes=f,Vn.Note=h,Vn.commentReference=d,Vn.comment=y,Vn.Image=D,Vn.Table=C,Vn.TableRow=A,Vn.TableCell=R,Vn.lineBreak=P("line"),Vn.pageBreak=P("page"),Vn.columnBreak=P("column"),Vn.BookmarkStart=I,Vn.verticalAlignment=o,Vn}var Eh={},DS;function Tf(){if(DS)return Eh;DS=1;var n=ci;Eh.Result=e,Eh.success=t,Eh.warning=r,Eh.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(u){return new e(u.value,o([c,u]))})},e.combine=function(l){var c=n.flatten(n.pluck(l,"value")),u=o(l);return new e(c,u)};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(u){a(c,u)||c.push(u)}),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 Eh}var Tp={},Ep={},TS;function ZW(){if(TS)return Ep;TS=1,Ep.byteLength=s,Ep.toByteArray=c,Ep.fromByteArray=h;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(d){var y=d.length;if(y%4>0)throw new Error("Invalid string. Length must be a multiple of 4");var w=d.indexOf("=");w===-1&&(w=y);var D=w===y?0:4-w%4;return[w,D]}function s(d){var y=a(d),w=y[0],D=y[1];return(w+D)*3/4-D}function l(d,y,w){return(y+w)*3/4-w}function c(d){var y,w=a(d),D=w[0],C=w[1],A=new t(l(d,D,C)),R=0,P=C>0?D-4:D,I;for(I=0;I<P;I+=4)y=e[d.charCodeAt(I)]<<18|e[d.charCodeAt(I+1)]<<12|e[d.charCodeAt(I+2)]<<6|e[d.charCodeAt(I+3)],A[R++]=y>>16&255,A[R++]=y>>8&255,A[R++]=y&255;return C===2&&(y=e[d.charCodeAt(I)]<<2|e[d.charCodeAt(I+1)]>>4,A[R++]=y&255),C===1&&(y=e[d.charCodeAt(I)]<<10|e[d.charCodeAt(I+1)]<<4|e[d.charCodeAt(I+2)]>>2,A[R++]=y>>8&255,A[R++]=y&255),A}function u(d){return n[d>>18&63]+n[d>>12&63]+n[d>>6&63]+n[d&63]}function f(d,y,w){for(var D,C=[],A=y;A<w;A+=3)D=(d[A]<<16&16711680)+(d[A+1]<<8&65280)+(d[A+2]&255),C.push(u(D));return C.join("")}function h(d){for(var y,w=d.length,D=w%3,C=[],A=16383,R=0,P=w-D;R<P;R+=A)C.push(f(d,R,R+A>P?P:R+A));return D===1?(y=d[w-1],C.push(n[y>>2]+n[y<<4&63]+"==")):D===2&&(y=(d[w-2]<<8)+d[w-1],C.push(n[y>>10]+n[y>>4&63]+n[y<<2&63]+"=")),C.join("")}return Ep}function ry(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 z0={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 ES;function JW(){return ES||(ES=1,function(n,e){(function(t){n.exports=t()})(function(){return function t(r,i,o){function a(c,u){if(!i[c]){if(!r[c]){var f=typeof ry=="function"&&ry;if(!u&&f)return f(c,!0);if(s)return s(c,!0);var h=new Error("Cannot find module '"+c+"'");throw h.code="MODULE_NOT_FOUND",h}var d=i[c]={exports:{}};r[c][0].call(d.exports,function(y){var w=r[c][1][y];return a(w||y)},d,d.exports,t,r,i,o)}return i[c].exports}for(var s=typeof ry=="function"&&ry,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,u,f,h,d,y,w,D=[],C=0,A=l.length,R=A,P=o.getTypeOf(l)!=="string";C<l.length;)R=A-C,f=P?(c=l[C++],u=C<A?l[C++]:0,C<A?l[C++]:0):(c=l.charCodeAt(C++),u=C<A?l.charCodeAt(C++):0,C<A?l.charCodeAt(C++):0),h=c>>2,d=(3&c)<<4|u>>4,y=1<R?(15&u)<<2|f>>6:64,w=2<R?63&f:64,D.push(s.charAt(h)+s.charAt(d)+s.charAt(y)+s.charAt(w));return D.join("")},i.decode=function(l){var c,u,f,h,d,y,w=0,D=0,C="data:";if(l.substr(0,C.length)===C)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);w<l.length;)c=s.indexOf(l.charAt(w++))<<2|(h=s.indexOf(l.charAt(w++)))>>4,u=(15&h)<<4|(d=s.indexOf(l.charAt(w++)))>>2,f=(3&d)<<6|(y=s.indexOf(l.charAt(w++))),A[D++]=c,d!==64&&(A[D++]=u),y!==64&&(A[D++]=f);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(u,f,h,d,y){this.compressedSize=u,this.uncompressedSize=f,this.crc32=h,this.compression=d,this.compressedContent=y}c.prototype={getContentWorker:function(){var u=new a(o.Promise.resolve(this.compressedContent)).pipe(this.compression.uncompressWorker()).pipe(new l("data_length")),f=this;return u.on("end",function(){if(this.streamInfo.data_length!==f.uncompressedSize)throw new Error("Bug : uncompressed data size mismatch")}),u},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(u,f,h){return u.pipe(new s).pipe(new l("uncompressedSize")).pipe(f.compressWorker(h)).pipe(new l("compressedSize")).withStreamInfo("compression",f)},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 u=0;u<8;u++)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,u,f,h){var d=a,y=h+f;c^=-1;for(var w=h;w<y;w++)c=c>>>8^d[255&(c^u[w])];return-1^c}(0|l,s,s.length,0):function(c,u,f,h){var d=a,y=h+f;c^=-1;for(var w=h;w<y;w++)c=c>>>8^d[255&(c^u.charCodeAt(w))];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 u(f,h){l.call(this,"FlateWorker/"+f),this._pako=null,this._pakoAction=f,this._pakoOptions=h,this.meta={}}i.magic="\b\0",s.inherits(u,l),u.prototype.processChunk=function(f){this.meta=f.meta,this._pako===null&&this._createPako(),this._pako.push(s.transformTo(c,f.data),!1)},u.prototype.flush=function(){l.prototype.flush.call(this),this._pako===null&&this._createPako(),this._pako.push([],!0)},u.prototype.cleanUp=function(){l.prototype.cleanUp.call(this),this._pako=null},u.prototype._createPako=function(){this._pako=new a[this._pakoAction]({raw:!0,level:this._pakoOptions.level||-1});var f=this;this._pako.onData=function(h){f.push({data:h,meta:f.meta})}},i.compressWorker=function(f){return new u("Deflate",f)},i.uncompressWorker=function(){return new u("Inflate",{})}},{"./stream/GenericWorker":28,"./utils":32,pako:38}],8:[function(t,r,i){function o(d,y){var w,D="";for(w=0;w<y;w++)D+=String.fromCharCode(255&d),d>>>=8;return D}function a(d,y,w,D,C,A){var R,P,I=d.file,L=d.compression,z=A!==c.utf8encode,j=s.transformTo("string",A(I.name)),B=s.transformTo("string",c.utf8encode(I.name)),re=I.comment,ce=s.transformTo("string",A(re)),M=s.transformTo("string",c.utf8encode(re)),J=B.length!==I.name.length,F=M.length!==re.length,pe="",G="",$="",fe=I.dir,se=I.date,ge={crc32:0,compressedSize:0,uncompressedSize:0};y&&!w||(ge.crc32=d.crc32,ge.compressedSize=d.compressedSize,ge.uncompressedSize=d.uncompressedSize);var K=0;y&&(K|=8),z||!J&&!F||(K|=2048);var te=0,Oe=0;fe&&(te|=16),C==="UNIX"?(Oe=798,te|=function(ve,Ve){var rt=ve;return ve||(rt=Ve?16893:33204),(65535&rt)<<16}(I.unixPermissions,fe)):(Oe=20,te|=function(ve){return 63&(ve||0)}(I.dosPermissions)),R=se.getUTCHours(),R<<=6,R|=se.getUTCMinutes(),R<<=5,R|=se.getUTCSeconds()/2,P=se.getUTCFullYear()-1980,P<<=4,P|=se.getUTCMonth()+1,P<<=5,P|=se.getUTCDate(),J&&(G=o(1,1)+o(u(j),4)+B,pe+="up"+o(G.length,2)+G),F&&($=o(1,1)+o(u(ce),4)+M,pe+="uc"+o($.length,2)+$);var he="";return he+=`
|
|
218
|
-
\0`,he+=o(K,2),he+=L.magic,he+=o(R,2),he+=o(P,2),he+=o(ge.crc32,4),he+=o(ge.compressedSize,4),he+=o(ge.uncompressedSize,4),he+=o(j.length,2),he+=o(pe.length,2),{fileRecord:f.LOCAL_FILE_HEADER+he+j+pe,dirRecord:f.CENTRAL_FILE_HEADER+o(Oe,2)+he+o(ce.length,2)+"\0\0\0\0"+o(te,4)+o(D,4)+j+pe+ce}}var s=t("../utils"),l=t("../stream/GenericWorker"),c=t("../utf8"),u=t("../crc32"),f=t("../signature");function h(d,y,w,D){l.call(this,"ZipFileWorker"),this.bytesWritten=0,this.zipComment=y,this.zipPlatform=w,this.encodeFileName=D,this.streamFiles=d,this.accumulate=!1,this.contentBuffer=[],this.dirRecords=[],this.currentSourceOffset=0,this.entriesCount=0,this.currentFile=null,this._sources=[]}s.inherits(h,l),h.prototype.push=function(d){var y=d.meta.percent||0,w=this.entriesCount,D=this._sources.length;this.accumulate?this.contentBuffer.push(d):(this.bytesWritten+=d.data.length,l.prototype.push.call(this,{data:d.data,meta:{currentFile:this.currentFile,percent:w?(y+100*(w-D-1))/w:100}}))},h.prototype.openedSource=function(d){this.currentSourceOffset=this.bytesWritten,this.currentFile=d.file.name;var y=this.streamFiles&&!d.file.dir;if(y){var w=a(d,y,!1,this.currentSourceOffset,this.zipPlatform,this.encodeFileName);this.push({data:w.fileRecord,meta:{percent:0}})}else this.accumulate=!0},h.prototype.closedSource=function(d){this.accumulate=!1;var y=this.streamFiles&&!d.file.dir,w=a(d,y,!0,this.currentSourceOffset,this.zipPlatform,this.encodeFileName);if(this.dirRecords.push(w.dirRecord),y)this.push({data:function(D){return f.DATA_DESCRIPTOR+o(D.crc32,4)+o(D.compressedSize,4)+o(D.uncompressedSize,4)}(d),meta:{percent:100}});else for(this.push({data:w.fileRecord,meta:{percent:0}});this.contentBuffer.length;)this.push(this.contentBuffer.shift());this.currentFile=null},h.prototype.flush=function(){for(var d=this.bytesWritten,y=0;y<this.dirRecords.length;y++)this.push({data:this.dirRecords[y],meta:{percent:100}});var w=this.bytesWritten-d,D=function(C,A,R,P,I){var L=s.transformTo("string",I(P));return f.CENTRAL_DIRECTORY_END+"\0\0\0\0"+o(C,2)+o(C,2)+o(A,4)+o(R,4)+o(L.length,2)+L}(this.dirRecords.length,w,d,this.zipComment,this.encodeFileName);this.push({data:D,meta:{percent:100}})},h.prototype.prepareNextSource=function(){this.previous=this._sources.shift(),this.openedSource(this.previous.streamInfo),this.isPaused?this.previous.pause():this.previous.resume()},h.prototype.registerPrevious=function(d){this._sources.push(d);var y=this;return d.on("data",function(w){y.processChunk(w)}),d.on("end",function(){y.closedSource(y.previous.streamInfo),y._sources.length?y.prepareNextSource():y.end()}),d.on("error",function(w){y.error(w)}),this},h.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))},h.prototype.error=function(d){var y=this._sources;if(!l.prototype.error.call(this,d))return!1;for(var w=0;w<y.length;w++)try{y[w].error(d)}catch{}return!0},h.prototype.lock=function(){l.prototype.lock.call(this);for(var d=this._sources,y=0;y<d.length;y++)d[y].lock()},r.exports=h},{"../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 u=new a(l.streamFiles,c,l.platform,l.encodeFileName),f=0;try{s.forEach(function(h,d){f++;var y=function(A,R){var P=A||R,I=o[P];if(!I)throw new Error(P+" is not a valid compression method !");return I}(d.options.compression,l.compression),w=d.options.compressionOptions||l.compressionOptions||{},D=d.dir,C=d.date;d._compressWorker(y,w).withStreamInfo("file",{name:h,dir:D,date:C,comment:d.comment||"",unixPermissions:d.unixPermissions,dosPermissions:d.dosPermissions}).pipe(u)}),u.entriesCount=f}catch(h){u.error(h)}return u}},{"../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"),u=t("./nodejsUtils");function f(h){return new a.Promise(function(d,y){var w=h.decompressed.getContentWorker().pipe(new c);w.on("error",function(D){y(D)}).on("end",function(){w.streamInfo.crc32!==h.decompressed.crc32?y(new Error("Corrupted zip : CRC32 mismatch")):d()}).resume()})}r.exports=function(h,d){var y=this;return d=o.extend(d||{},{base64:!1,checkCRC32:!1,optimizedBinaryString:!1,createFolders:!1,decodeFileName:s.utf8decode}),u.isNode&&u.isStream(h)?a.Promise.reject(new Error("JSZip can't accept a stream when loading a zip file.")):o.prepareContent("the loaded zip file",h,!0,d.optimizedBinaryString,d.base64).then(function(w){var D=new l(d);return D.load(w),D}).then(function(w){var D=[a.Promise.resolve(w)],C=w.files;if(d.checkCRC32)for(var A=0;A<C.length;A++)D.push(f(C[A]));return a.Promise.all(D)}).then(function(w){for(var D=w.shift(),C=D.files,A=0;A<C.length;A++){var R=C[A],P=R.fileNameStr,I=o.resolve(R.fileNameStr);y.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:d.createFolders}),R.dir||(y.file(I).unsafeOriginalName=P)}return D.zipComment.length&&(y.comment=D.zipComment),y})}},{"./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(u){c.push({data:u,meta:{percent:0}})}).on("error",function(u){c.isPaused?this.generatedError=u:c.error(u)}).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 u=this;s.on("data",function(f,h){u.push(f)||u._helper.pause(),c&&c(h)}).on("error",function(f){u.emit("error",f)}).on("end",function(){u.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,L,z){var j,B=s.getTypeOf(L),re=s.extend(z||{},u);re.date=re.date||new Date,re.compression!==null&&(re.compression=re.compression.toUpperCase()),typeof re.unixPermissions=="string"&&(re.unixPermissions=parseInt(re.unixPermissions,8)),re.unixPermissions&&16384&re.unixPermissions&&(re.dir=!0),re.dosPermissions&&16&re.dosPermissions&&(re.dir=!0),re.dir&&(I=C(I)),re.createFolders&&(j=D(I))&&A.call(this,j,!0);var ce=B==="string"&&re.binary===!1&&re.base64===!1;z&&z.binary!==void 0||(re.binary=!ce),(L instanceof f&&L.uncompressedSize===0||re.dir||!L||L.length===0)&&(re.base64=!1,re.binary=!0,L="",re.compression="STORE",B="string");var M=null;M=L instanceof f||L instanceof l?L:y.isNode&&y.isStream(L)?new w(I,L):s.prepareContent(I,L,re.binary,re.optimizedBinaryString,re.base64);var J=new h(I,M,re);this.files[I]=J}var a=t("./utf8"),s=t("./utils"),l=t("./stream/GenericWorker"),c=t("./stream/StreamHelper"),u=t("./defaults"),f=t("./compressedObject"),h=t("./zipObject"),d=t("./generate"),y=t("./nodejsUtils"),w=t("./nodejs/NodejsStreamInputAdapter"),D=function(I){I.slice(-1)==="/"&&(I=I.substring(0,I.length-1));var L=I.lastIndexOf("/");return 0<L?I.substring(0,L):""},C=function(I){return I.slice(-1)!=="/"&&(I+="/"),I},A=function(I,L){return L=L!==void 0?L:u.createFolders,I=C(I),this.files[I]||o.call(this,I,null,{dir:!0,createFolders:L}),this.files[I]};function R(I){return Object.prototype.toString.call(I)==="[object RegExp]"}var P={load:function(){throw new Error("This method has been removed in JSZip 3.0, please check the upgrade guide.")},forEach:function(I){var L,z,j;for(L in this.files)j=this.files[L],(z=L.slice(this.root.length,L.length))&&L.slice(0,this.root.length)===this.root&&I(z,j)},filter:function(I){var L=[];return this.forEach(function(z,j){I(z,j)&&L.push(j)}),L},file:function(I,L,z){if(arguments.length!==1)return I=this.root+I,o.call(this,I,L,z),this;if(R(I)){var j=I;return this.filter(function(re,ce){return!ce.dir&&j.test(re)})}var B=this.files[this.root+I];return B&&!B.dir?B:null},folder:function(I){if(!I)return this;if(R(I))return this.filter(function(B,re){return re.dir&&I.test(B)});var L=this.root+I,z=A.call(this,L),j=this.clone();return j.root=z.name,j},remove:function(I){I=this.root+I;var L=this.files[I];if(L||(I.slice(-1)!=="/"&&(I+="/"),L=this.files[I]),L&&!L.dir)delete this.files[I];else for(var z=this.filter(function(B,re){return re.name.slice(0,I.length)===I}),j=0;j<z.length;j++)delete this.files[z[j].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 L,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 j=z.comment||this.comment||"";L=d.generateWorker(this,z,j)}catch(B){(L=new l("error")).error(B)}return new c(L,z.type||"string",z.mimeType)},generateAsync:function(I,L){return this.generateInternalStream(I).accumulate(L)},generateNodeStream:function(I,L){return(I=I||{}).type||(I.type="nodebuffer"),this.generateInternalStream(I).toNodejsStream(L)}};r.exports=P},{"./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),u=s.charCodeAt(2),f=s.charCodeAt(3),h=this.length-4;0<=h;--h)if(this.data[h]===l&&this.data[h+1]===c&&this.data[h+2]===u&&this.data[h+3]===f)return h-this.zero;return-1},a.prototype.readAndCheckSignature=function(s){var l=s.charCodeAt(0),c=s.charCodeAt(1),u=s.charCodeAt(2),f=s.charCodeAt(3),h=this.readData(4);return l===h[0]&&c===h[1]&&u===h[2]&&f===h[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"),u=t("./Uint8ArrayReader");r.exports=function(f){var h=o.getTypeOf(f);return o.checkSupport(h),h!=="string"||a.uint8array?h==="nodebuffer"?new c(f):a.uint8array?new u(o.transformTo("uint8array",f)):new s(o.transformTo("array",f)):new l(f)}},{"../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(u){c.dataIsReady=!0,c.data=u,c.max=u&&u.length||0,c.type=o.getTypeOf(u),c.isPaused||c._tickAndRepeat()},function(u){c.error(u)})}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"),u=t("../external"),f=null;if(c.nodestream)try{f=t("../nodejs/NodejsStreamOutputAdapter")}catch{}function h(y,w){return new u.Promise(function(D,C){var A=[],R=y._internalType,P=y._outputType,I=y._mimeType;y.on("data",function(L,z){A.push(L),w&&w(z)}).on("error",function(L){A=[],C(L)}).on("end",function(){try{var L=function(z,j,B){switch(z){case"blob":return o.newBlob(o.transformTo("arraybuffer",j),B);case"base64":return l.encode(j);default:return o.transformTo(z,j)}}(P,function(z,j){var B,re=0,ce=null,M=0;for(B=0;B<j.length;B++)M+=j[B].length;switch(z){case"string":return j.join("");case"array":return Array.prototype.concat.apply([],j);case"uint8array":for(ce=new Uint8Array(M),B=0;B<j.length;B++)ce.set(j[B],re),re+=j[B].length;return ce;case"nodebuffer":return Buffer.concat(j);default:throw new Error("concat : unsupported type '"+z+"'")}}(R,A),I);D(L)}catch(z){C(z)}A=[]}).resume()})}function d(y,w,D){var C=w;switch(w){case"blob":case"arraybuffer":C="uint8array";break;case"base64":C="string"}try{this._internalType=C,this._outputType=w,this._mimeType=D,o.checkSupport(C),this._worker=y.pipe(new a(C)),y.lock()}catch(A){this._worker=new s("error"),this._worker.error(A)}}d.prototype={accumulate:function(y){return h(this,y)},on:function(y,w){var D=this;return y==="data"?this._worker.on(y,function(C){w.call(D,C.data,C.meta)}):this._worker.on(y,function(){o.delay(w,arguments,D)}),this},resume:function(){return o.delay(this._worker.resume,[],this._worker),this},pause:function(){return this._worker.pause(),this},toNodejsStream:function(y){if(o.checkSupport("nodestream"),this._outputType!=="nodebuffer")throw new Error(this._outputType+" is not supported by this method");return new f(this,{objectMode:this._outputType!=="nodebuffer"},y)}},r.exports=d},{"../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),u=0;u<256;u++)c[u]=252<=u?6:248<=u?5:240<=u?4:224<=u?3:192<=u?2:1;c[254]=c[254]=1;function f(){l.call(this,"utf-8 decode"),this.leftOver=null}function h(){l.call(this,"utf-8 encode")}i.utf8encode=function(d){return a.nodebuffer?s.newBufferFrom(d,"utf-8"):function(y){var w,D,C,A,R,P=y.length,I=0;for(A=0;A<P;A++)(64512&(D=y.charCodeAt(A)))==55296&&A+1<P&&(64512&(C=y.charCodeAt(A+1)))==56320&&(D=65536+(D-55296<<10)+(C-56320),A++),I+=D<128?1:D<2048?2:D<65536?3:4;for(w=a.uint8array?new Uint8Array(I):new Array(I),A=R=0;R<I;A++)(64512&(D=y.charCodeAt(A)))==55296&&A+1<P&&(64512&(C=y.charCodeAt(A+1)))==56320&&(D=65536+(D-55296<<10)+(C-56320),A++),D<128?w[R++]=D:(D<2048?w[R++]=192|D>>>6:(D<65536?w[R++]=224|D>>>12:(w[R++]=240|D>>>18,w[R++]=128|D>>>12&63),w[R++]=128|D>>>6&63),w[R++]=128|63&D);return w}(d)},i.utf8decode=function(d){return a.nodebuffer?o.transformTo("nodebuffer",d).toString("utf-8"):function(y){var w,D,C,A,R=y.length,P=new Array(2*R);for(w=D=0;w<R;)if((C=y[w++])<128)P[D++]=C;else if(4<(A=c[C]))P[D++]=65533,w+=A-1;else{for(C&=A===2?31:A===3?15:7;1<A&&w<R;)C=C<<6|63&y[w++],A--;1<A?P[D++]=65533:C<65536?P[D++]=C:(C-=65536,P[D++]=55296|C>>10&1023,P[D++]=56320|1023&C)}return P.length!==D&&(P.subarray?P=P.subarray(0,D):P.length=D),o.applyFromCharCode(P)}(d=o.transformTo(a.uint8array?"uint8array":"array",d))},o.inherits(f,l),f.prototype.processChunk=function(d){var y=o.transformTo(a.uint8array?"uint8array":"array",d.data);if(this.leftOver&&this.leftOver.length){if(a.uint8array){var w=y;(y=new Uint8Array(w.length+this.leftOver.length)).set(this.leftOver,0),y.set(w,this.leftOver.length)}else y=this.leftOver.concat(y);this.leftOver=null}var D=function(A,R){var P;for((R=R||A.length)>A.length&&(R=A.length),P=R-1;0<=P&&(192&A[P])==128;)P--;return P<0||P===0?R:P+c[A[P]]>R?P:R}(y),C=y;D!==y.length&&(a.uint8array?(C=y.subarray(0,D),this.leftOver=y.subarray(D,y.length)):(C=y.slice(0,D),this.leftOver=y.slice(D,y.length))),this.push({data:i.utf8decode(C),meta:d.meta})},f.prototype.flush=function(){this.leftOver&&this.leftOver.length&&(this.push({data:i.utf8decode(this.leftOver),meta:{}}),this.leftOver=null)},i.Utf8DecodeWorker=f,o.inherits(h,l),h.prototype.processChunk=function(d){this.push({data:i.utf8encode(d.data),meta:d.meta})},i.Utf8EncodeWorker=h},{"./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(w){return w}function u(w,D){for(var C=0;C<w.length;++C)D[C]=255&w.charCodeAt(C);return D}t("setimmediate"),i.newBlob=function(w,D){i.checkSupport("blob");try{return new Blob([w],{type:D})}catch{try{var C=new(self.BlobBuilder||self.WebKitBlobBuilder||self.MozBlobBuilder||self.MSBlobBuilder);return C.append(w),C.getBlob(D)}catch{throw new Error("Bug : can't construct the Blob.")}}};var f={stringifyByChunk:function(w,D,C){var A=[],R=0,P=w.length;if(P<=C)return String.fromCharCode.apply(null,w);for(;R<P;)D==="array"||D==="nodebuffer"?A.push(String.fromCharCode.apply(null,w.slice(R,Math.min(R+C,P)))):A.push(String.fromCharCode.apply(null,w.subarray(R,Math.min(R+C,P)))),R+=C;return A.join("")},stringifyByChar:function(w){for(var D="",C=0;C<w.length;C++)D+=String.fromCharCode(w[C]);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 h(w){var D=65536,C=i.getTypeOf(w),A=!0;if(C==="uint8array"?A=f.applyCanBeUsed.uint8array:C==="nodebuffer"&&(A=f.applyCanBeUsed.nodebuffer),A)for(;1<D;)try{return f.stringifyByChunk(w,C,D)}catch{D=Math.floor(D/2)}return f.stringifyByChar(w)}function d(w,D){for(var C=0;C<w.length;C++)D[C]=w[C];return D}i.applyFromCharCode=h;var y={};y.string={string:c,array:function(w){return u(w,new Array(w.length))},arraybuffer:function(w){return y.string.uint8array(w).buffer},uint8array:function(w){return u(w,new Uint8Array(w.length))},nodebuffer:function(w){return u(w,s.allocBuffer(w.length))}},y.array={string:h,array:c,arraybuffer:function(w){return new Uint8Array(w).buffer},uint8array:function(w){return new Uint8Array(w)},nodebuffer:function(w){return s.newBufferFrom(w)}},y.arraybuffer={string:function(w){return h(new Uint8Array(w))},array:function(w){return d(new Uint8Array(w),new Array(w.byteLength))},arraybuffer:c,uint8array:function(w){return new Uint8Array(w)},nodebuffer:function(w){return s.newBufferFrom(new Uint8Array(w))}},y.uint8array={string:h,array:function(w){return d(w,new Array(w.length))},arraybuffer:function(w){return w.buffer},uint8array:c,nodebuffer:function(w){return s.newBufferFrom(w)}},y.nodebuffer={string:h,array:function(w){return d(w,new Array(w.length))},arraybuffer:function(w){return y.nodebuffer.uint8array(w).buffer},uint8array:function(w){return d(w,new Uint8Array(w.length))},nodebuffer:c},i.transformTo=function(w,D){if(D=D||"",!w)return D;i.checkSupport(w);var C=i.getTypeOf(D);return y[C][w](D)},i.resolve=function(w){for(var D=w.split("/"),C=[],A=0;A<D.length;A++){var R=D[A];R==="."||R===""&&A!==0&&A!==D.length-1||(R===".."?C.pop():C.push(R))}return C.join("/")},i.getTypeOf=function(w){return typeof w=="string"?"string":Object.prototype.toString.call(w)==="[object Array]"?"array":o.nodebuffer&&s.isBuffer(w)?"nodebuffer":o.uint8array&&w instanceof Uint8Array?"uint8array":o.arraybuffer&&w instanceof ArrayBuffer?"arraybuffer":void 0},i.checkSupport=function(w){if(!o[w.toLowerCase()])throw new Error(w+" is not supported by this platform")},i.MAX_VALUE_16BITS=65535,i.MAX_VALUE_32BITS=-1,i.pretty=function(w){var D,C,A="";for(C=0;C<(w||"").length;C++)A+="\\x"+((D=w.charCodeAt(C))<16?"0":"")+D.toString(16).toUpperCase();return A},i.delay=function(w,D,C){setImmediate(function(){w.apply(C||null,D||[])})},i.inherits=function(w,D){function C(){}C.prototype=D.prototype,w.prototype=new C},i.extend=function(){var w,D,C={};for(w=0;w<arguments.length;w++)for(D in arguments[w])Object.prototype.hasOwnProperty.call(arguments[w],D)&&C[D]===void 0&&(C[D]=arguments[w][D]);return C},i.prepareContent=function(w,D,C,A,R){return l.Promise.resolve(D).then(function(P){return o.blob&&(P instanceof Blob||["[object File]","[object Blob]"].indexOf(Object.prototype.toString.call(P))!==-1)&&typeof FileReader<"u"?new l.Promise(function(I,L){var z=new FileReader;z.onload=function(j){I(j.target.result)},z.onerror=function(j){L(j.target.error)},z.readAsArrayBuffer(P)}):P}).then(function(P){var I=i.getTypeOf(P);return I?(I==="arraybuffer"?P=i.transformTo("uint8array",P):I==="string"&&(R?P=a.decode(P):C&&A!==!0&&(P=function(L){return u(L,o.uint8array?new Uint8Array(L.length):new Array(L.length))}(P))),P):l.Promise.reject(new Error("Can't read the data of '"+w+"'. 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 u(f){this.files=[],this.loadOptions=f}u.prototype={checkSignature:function(f){if(!this.reader.readAndCheckSignature(f)){this.reader.index-=4;var h=this.reader.readString(4);throw new Error("Corrupted zip or bug: unexpected signature ("+a.pretty(h)+", expected "+a.pretty(f)+")")}},isSignature:function(f,h){var d=this.reader.index;this.reader.setIndex(f);var y=this.reader.readString(4)===h;return this.reader.setIndex(d),y},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 f=this.reader.readData(this.zipCommentLength),h=c.uint8array?"uint8array":"array",d=a.transformTo(h,f);this.zipComment=this.loadOptions.decodeFileName(d)},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 f,h,d,y=this.zip64EndOfCentralSize-44;0<y;)f=this.reader.readInt(2),h=this.reader.readInt(4),d=this.reader.readData(h),this.zip64ExtensibleData[f]={id:f,length:h,value:d}},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 f,h;for(f=0;f<this.files.length;f++)h=this.files[f],this.reader.setIndex(h.localHeaderOffset),this.checkSignature(s.LOCAL_FILE_HEADER),h.readLocalPart(this.reader),h.handleUTF8(),h.processAttributes()},readCentralDir:function(){var f;for(this.reader.setIndex(this.centralDirOffset);this.reader.readAndCheckSignature(s.CENTRAL_FILE_HEADER);)(f=new l({zip64:this.zip64},this.loadOptions)).readCentralPart(this.reader),this.files.push(f);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 f=this.reader.lastIndexOfSignature(s.CENTRAL_DIRECTORY_END);if(f<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(f);var h=f;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,(f=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(f),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 d=this.centralDirOffset+this.centralDirSize;this.zip64&&(d+=20,d+=12+this.zip64EndOfCentralSize);var y=h-d;if(0<y)this.isSignature(h,s.CENTRAL_FILE_HEADER)||(this.reader.zero=y);else if(y<0)throw new Error("Corrupted zip: missing "+Math.abs(y)+" bytes.")},prepareReader:function(f){this.reader=o(f)},load:function(f){this.prepareReader(f),this.readEndOfCentral(),this.readCentralDir(),this.readLocalFiles()}},r.exports=u},{"./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"),u=t("./compressions"),f=t("./support");function h(d,y){this.options=d,this.loadOptions=y}h.prototype={isEncrypted:function(){return(1&this.bitFlag)==1},useUTF8:function(){return(2048&this.bitFlag)==2048},readLocalPart:function(d){var y,w;if(d.skip(22),this.fileNameLength=d.readInt(2),w=d.readInt(2),this.fileName=d.readData(this.fileNameLength),d.skip(w),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((y=function(D){for(var C in u)if(Object.prototype.hasOwnProperty.call(u,C)&&u[C].magic===D)return u[C];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,y,d.readData(this.compressedSize))},readCentralPart:function(d){this.versionMadeBy=d.readInt(2),d.skip(2),this.bitFlag=d.readInt(2),this.compressionMethod=d.readString(2),this.date=d.readDate(),this.crc32=d.readInt(4),this.compressedSize=d.readInt(4),this.uncompressedSize=d.readInt(4);var y=d.readInt(2);if(this.extraFieldsLength=d.readInt(2),this.fileCommentLength=d.readInt(2),this.diskNumberStart=d.readInt(2),this.internalFileAttributes=d.readInt(2),this.externalFileAttributes=d.readInt(4),this.localHeaderOffset=d.readInt(4),this.isEncrypted())throw new Error("Encrypted zip are not supported");d.skip(y),this.readExtraFields(d),this.parseZIP64ExtraField(d),this.fileComment=d.readData(this.fileCommentLength)},processAttributes:function(){this.unixPermissions=null,this.dosPermissions=null;var d=this.versionMadeBy>>8;this.dir=!!(16&this.externalFileAttributes),d==0&&(this.dosPermissions=63&this.externalFileAttributes),d==3&&(this.unixPermissions=this.externalFileAttributes>>16&65535),this.dir||this.fileNameStr.slice(-1)!=="/"||(this.dir=!0)},parseZIP64ExtraField:function(){if(this.extraFields[1]){var d=o(this.extraFields[1].value);this.uncompressedSize===a.MAX_VALUE_32BITS&&(this.uncompressedSize=d.readInt(8)),this.compressedSize===a.MAX_VALUE_32BITS&&(this.compressedSize=d.readInt(8)),this.localHeaderOffset===a.MAX_VALUE_32BITS&&(this.localHeaderOffset=d.readInt(8)),this.diskNumberStart===a.MAX_VALUE_32BITS&&(this.diskNumberStart=d.readInt(4))}},readExtraFields:function(d){var y,w,D,C=d.index+this.extraFieldsLength;for(this.extraFields||(this.extraFields={});d.index+4<C;)y=d.readInt(2),w=d.readInt(2),D=d.readData(w),this.extraFields[y]={id:y,length:w,value:D};d.setIndex(C)},handleUTF8:function(){var d=f.uint8array?"uint8array":"array";if(this.useUTF8())this.fileNameStr=c.utf8decode(this.fileName),this.fileCommentStr=c.utf8decode(this.fileComment);else{var y=this.findExtraFieldUnicodePath();if(y!==null)this.fileNameStr=y;else{var w=a.transformTo(d,this.fileName);this.fileNameStr=this.loadOptions.decodeFileName(w)}var D=this.findExtraFieldUnicodeComment();if(D!==null)this.fileCommentStr=D;else{var C=a.transformTo(d,this.fileComment);this.fileCommentStr=this.loadOptions.decodeFileName(C)}}},findExtraFieldUnicodePath:function(){var d=this.extraFields[28789];if(d){var y=o(d.value);return y.readInt(1)!==1||l(this.fileName)!==y.readInt(4)?null:c.utf8decode(y.readData(d.length-5))}return null},findExtraFieldUnicodeComment:function(){var d=this.extraFields[25461];if(d){var y=o(d.value);return y.readInt(1)!==1||l(this.fileComment)!==y.readInt(4)?null:c.utf8decode(y.readData(d.length-5))}return null}},r.exports=h},{"./compressedObject":2,"./compressions":3,"./crc32":4,"./reader/readerFor":22,"./support":30,"./utf8":31,"./utils":32}],35:[function(t,r,i){function o(y,w,D){this.name=y,this.dir=D.dir,this.date=D.date,this.comment=D.comment,this.unixPermissions=D.unixPermissions,this.dosPermissions=D.dosPermissions,this._data=w,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"),u=t("./stream/GenericWorker");o.prototype={internalStream:function(y){var w=null,D="string";try{if(!y)throw new Error("No output type specified.");var C=(D=y.toLowerCase())==="string"||D==="text";D!=="binarystring"&&D!=="text"||(D="string"),w=this._decompressWorker();var A=!this._dataBinary;A&&!C&&(w=w.pipe(new l.Utf8EncodeWorker)),!A&&C&&(w=w.pipe(new l.Utf8DecodeWorker))}catch(R){(w=new u("error")).error(R)}return new a(w,D,"")},async:function(y,w){return this.internalStream(y).accumulate(w)},nodeStream:function(y,w){return this.internalStream(y||"nodebuffer").toNodejsStream(w)},_compressWorker:function(y,w){if(this._data instanceof c&&this._data.compression.magic===y.magic)return this._data.getCompressedWorker();var D=this._decompressWorker();return this._dataBinary||(D=D.pipe(new l.Utf8EncodeWorker)),c.createWorkerFrom(D,y,w)},_decompressWorker:function(){return this._data instanceof c?this._data.getContentWorker():this._data instanceof u?this._data:new s(this._data)}};for(var f=["asText","asBinary","asNodeBuffer","asUint8Array","asArrayBuffer"],h=function(){throw new Error("This method has been removed in JSZip 3.0, please check the upgrade guide.")},d=0;d<f.length;d++)o.prototype[f[d]]=h;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,u=new l(y),f=o.document.createTextNode("");u.observe(f,{characterData:!0}),a=function(){f.data=c=++c%2}}else if(o.setImmediate||o.MessageChannel===void 0)a="document"in o&&"onreadystatechange"in o.document.createElement("script")?function(){var w=o.document.createElement("script");w.onreadystatechange=function(){y(),w.onreadystatechange=null,w.parentNode.removeChild(w),w=null},o.document.documentElement.appendChild(w)}:function(){setTimeout(y,0)};else{var h=new o.MessageChannel;h.port1.onmessage=y,a=function(){h.port2.postMessage(0)}}var d=[];function y(){var w,D;s=!0;for(var C=d.length;C;){for(D=d,d=[],w=-1;++w<C;)D[w]();C=d.length}s=!1}r.exports=function(w){d.push(w)!==1||s||a()}}).call(this,typeof ec<"u"?ec: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"],u=["PENDING"];function f(C){if(typeof C!="function")throw new TypeError("resolver must be a function");this.state=u,this.queue=[],this.outcome=void 0,C!==a&&w(this,C)}function h(C,A,R){this.promise=C,typeof A=="function"&&(this.onFulfilled=A,this.callFulfilled=this.otherCallFulfilled),typeof R=="function"&&(this.onRejected=R,this.callRejected=this.otherCallRejected)}function d(C,A,R){o(function(){var P;try{P=A(R)}catch(I){return s.reject(C,I)}P===C?s.reject(C,new TypeError("Cannot resolve promise with itself")):s.resolve(C,P)})}function y(C){var A=C&&C.then;if(C&&(typeof C=="object"||typeof C=="function")&&typeof A=="function")return function(){A.apply(C,arguments)}}function w(C,A){var R=!1;function P(z){R||(R=!0,s.reject(C,z))}function I(z){R||(R=!0,s.resolve(C,z))}var L=D(function(){A(I,P)});L.status==="error"&&P(L.value)}function D(C,A){var R={};try{R.value=C(A),R.status="success"}catch(P){R.status="error",R.value=P}return R}(r.exports=f).prototype.finally=function(C){if(typeof C!="function")return this;var A=this.constructor;return this.then(function(R){return A.resolve(C()).then(function(){return R})},function(R){return A.resolve(C()).then(function(){throw R})})},f.prototype.catch=function(C){return this.then(null,C)},f.prototype.then=function(C,A){if(typeof C!="function"&&this.state===c||typeof A!="function"&&this.state===l)return this;var R=new this.constructor(a);return this.state!==u?d(R,this.state===c?C:A,this.outcome):this.queue.push(new h(R,C,A)),R},h.prototype.callFulfilled=function(C){s.resolve(this.promise,C)},h.prototype.otherCallFulfilled=function(C){d(this.promise,this.onFulfilled,C)},h.prototype.callRejected=function(C){s.reject(this.promise,C)},h.prototype.otherCallRejected=function(C){d(this.promise,this.onRejected,C)},s.resolve=function(C,A){var R=D(y,A);if(R.status==="error")return s.reject(C,R.value);var P=R.value;if(P)w(C,P);else{C.state=c,C.outcome=A;for(var I=-1,L=C.queue.length;++I<L;)C.queue[I].callFulfilled(A)}return C},s.reject=function(C,A){C.state=l,C.outcome=A;for(var R=-1,P=C.queue.length;++R<P;)C.queue[R].callRejected(A);return C},f.resolve=function(C){return C instanceof this?C:s.resolve(new this(a),C)},f.reject=function(C){var A=new this(a);return s.reject(A,C)},f.all=function(C){var A=this;if(Object.prototype.toString.call(C)!=="[object Array]")return this.reject(new TypeError("must be an array"));var R=C.length,P=!1;if(!R)return this.resolve([]);for(var I=new Array(R),L=0,z=-1,j=new this(a);++z<R;)B(C[z],z);return j;function B(re,ce){A.resolve(re).then(function(M){I[ce]=M,++L!==R||P||(P=!0,s.resolve(j,I))},function(M){P||(P=!0,s.reject(j,M))})}},f.race=function(C){var A=this;if(Object.prototype.toString.call(C)!=="[object Array]")return this.reject(new TypeError("must be an array"));var R=C.length,P=!1;if(!R)return this.resolve([]);for(var I=-1,L=new this(a);++I<R;)z=C[I],A.resolve(z).then(function(j){P||(P=!0,s.resolve(L,j))},function(j){P||(P=!0,s.reject(L,j))});var z;return L}},{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"),u=Object.prototype.toString,f=0,h=-1,d=0,y=8;function w(C){if(!(this instanceof w))return new w(C);this.options=a.assign({level:h,method:y,chunkSize:16384,windowBits:15,memLevel:8,strategy:d,to:""},C||{});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!==f)throw new Error(l[R]);if(A.header&&o.deflateSetHeader(this.strm,A.header),A.dictionary){var P;if(P=typeof A.dictionary=="string"?s.string2buf(A.dictionary):u.call(A.dictionary)==="[object ArrayBuffer]"?new Uint8Array(A.dictionary):A.dictionary,(R=o.deflateSetDictionary(this.strm,P))!==f)throw new Error(l[R]);this._dict_set=!0}}function D(C,A){var R=new w(A);if(R.push(C,!0),R.err)throw R.msg||l[R.err];return R.result}w.prototype.push=function(C,A){var R,P,I=this.strm,L=this.options.chunkSize;if(this.ended)return!1;P=A===~~A?A:A===!0?4:0,typeof C=="string"?I.input=s.string2buf(C):u.call(C)==="[object ArrayBuffer]"?I.input=new Uint8Array(C):I.input=C,I.next_in=0,I.avail_in=I.input.length;do{if(I.avail_out===0&&(I.output=new a.Buf8(L),I.next_out=0,I.avail_out=L),(R=o.deflate(I,P))!==1&&R!==f)return this.onEnd(R),!(this.ended=!0);I.avail_out!==0&&(I.avail_in!==0||P!==4&&P!==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 P===4?(R=o.deflateEnd(this.strm),this.onEnd(R),this.ended=!0,R===f):P!==2||(this.onEnd(f),!(I.avail_out=0))},w.prototype.onData=function(C){this.chunks.push(C)},w.prototype.onEnd=function(C){C===f&&(this.options.to==="string"?this.result=this.chunks.join(""):this.result=a.flattenChunks(this.chunks)),this.chunks=[],this.err=C,this.msg=this.strm.msg},i.Deflate=w,i.deflate=D,i.deflateRaw=function(C,A){return(A=A||{}).raw=!0,D(C,A)},i.gzip=function(C,A){return(A=A||{}).gzip=!0,D(C,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"),u=t("./zlib/zstream"),f=t("./zlib/gzheader"),h=Object.prototype.toString;function d(w){if(!(this instanceof d))return new d(w);this.options=a.assign({chunkSize:16384,windowBits:0,to:""},w||{});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)||w&&w.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 u,this.strm.avail_out=0;var C=o.inflateInit2(this.strm,D.windowBits);if(C!==l.Z_OK)throw new Error(c[C]);this.header=new f,o.inflateGetHeader(this.strm,this.header)}function y(w,D){var C=new d(D);if(C.push(w,!0),C.err)throw C.msg||c[C.err];return C.result}d.prototype.push=function(w,D){var C,A,R,P,I,L,z=this.strm,j=this.options.chunkSize,B=this.options.dictionary,re=!1;if(this.ended)return!1;A=D===~~D?D:D===!0?l.Z_FINISH:l.Z_NO_FLUSH,typeof w=="string"?z.input=s.binstring2buf(w):h.call(w)==="[object ArrayBuffer]"?z.input=new Uint8Array(w):z.input=w,z.next_in=0,z.avail_in=z.input.length;do{if(z.avail_out===0&&(z.output=new a.Buf8(j),z.next_out=0,z.avail_out=j),(C=o.inflate(z,l.Z_NO_FLUSH))===l.Z_NEED_DICT&&B&&(L=typeof B=="string"?s.string2buf(B):h.call(B)==="[object ArrayBuffer]"?new Uint8Array(B):B,C=o.inflateSetDictionary(this.strm,L)),C===l.Z_BUF_ERROR&&re===!0&&(C=l.Z_OK,re=!1),C!==l.Z_STREAM_END&&C!==l.Z_OK)return this.onEnd(C),!(this.ended=!0);z.next_out&&(z.avail_out!==0&&C!==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),P=z.next_out-R,I=s.buf2string(z.output,R),z.next_out=P,z.avail_out=j-P,P&&a.arraySet(z.output,z.output,R,P,0),this.onData(I)):this.onData(a.shrinkBuf(z.output,z.next_out)))),z.avail_in===0&&z.avail_out===0&&(re=!0)}while((0<z.avail_in||z.avail_out===0)&&C!==l.Z_STREAM_END);return C===l.Z_STREAM_END&&(A=l.Z_FINISH),A===l.Z_FINISH?(C=o.inflateEnd(this.strm),this.onEnd(C),this.ended=!0,C===l.Z_OK):A!==l.Z_SYNC_FLUSH||(this.onEnd(l.Z_OK),!(z.avail_out=0))},d.prototype.onData=function(w){this.chunks.push(w)},d.prototype.onEnd=function(w){w===l.Z_OK&&(this.options.to==="string"?this.result=this.chunks.join(""):this.result=a.flattenChunks(this.chunks)),this.chunks=[],this.err=w,this.msg=this.strm.msg},i.Inflate=d,i.inflate=y,i.inflateRaw=function(w,D){return(D=D||{}).raw=!0,y(w,D)},i.ungzip=y},{"./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 u=c.shift();if(u){if(typeof u!="object")throw new TypeError(u+"must be non-object");for(var f in u)u.hasOwnProperty(f)&&(l[f]=u[f])}}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,u,f,h){if(c.subarray&&l.subarray)l.set(c.subarray(u,u+f),h);else for(var d=0;d<f;d++)l[h+d]=c[u+d]},flattenChunks:function(l){var c,u,f,h,d,y;for(c=f=0,u=l.length;c<u;c++)f+=l[c].length;for(y=new Uint8Array(f),c=h=0,u=l.length;c<u;c++)d=l[c],y.set(d,h),h+=d.length;return y}},s={arraySet:function(l,c,u,f,h){for(var d=0;d<f;d++)l[h+d]=c[u+d]},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 u(f,h){if(h<65537&&(f.subarray&&s||!f.subarray&&a))return String.fromCharCode.apply(null,o.shrinkBuf(f,h));for(var d="",y=0;y<h;y++)d+=String.fromCharCode(f[y]);return d}l[254]=l[254]=1,i.string2buf=function(f){var h,d,y,w,D,C=f.length,A=0;for(w=0;w<C;w++)(64512&(d=f.charCodeAt(w)))==55296&&w+1<C&&(64512&(y=f.charCodeAt(w+1)))==56320&&(d=65536+(d-55296<<10)+(y-56320),w++),A+=d<128?1:d<2048?2:d<65536?3:4;for(h=new o.Buf8(A),w=D=0;D<A;w++)(64512&(d=f.charCodeAt(w)))==55296&&w+1<C&&(64512&(y=f.charCodeAt(w+1)))==56320&&(d=65536+(d-55296<<10)+(y-56320),w++),d<128?h[D++]=d:(d<2048?h[D++]=192|d>>>6:(d<65536?h[D++]=224|d>>>12:(h[D++]=240|d>>>18,h[D++]=128|d>>>12&63),h[D++]=128|d>>>6&63),h[D++]=128|63&d);return h},i.buf2binstring=function(f){return u(f,f.length)},i.binstring2buf=function(f){for(var h=new o.Buf8(f.length),d=0,y=h.length;d<y;d++)h[d]=f.charCodeAt(d);return h},i.buf2string=function(f,h){var d,y,w,D,C=h||f.length,A=new Array(2*C);for(d=y=0;d<C;)if((w=f[d++])<128)A[y++]=w;else if(4<(D=l[w]))A[y++]=65533,d+=D-1;else{for(w&=D===2?31:D===3?15:7;1<D&&d<C;)w=w<<6|63&f[d++],D--;1<D?A[y++]=65533:w<65536?A[y++]=w:(w-=65536,A[y++]=55296|w>>10&1023,A[y++]=56320|1023&w)}return u(A,y)},i.utf8border=function(f,h){var d;for((h=h||f.length)>f.length&&(h=f.length),d=h-1;0<=d&&(192&f[d])==128;)d--;return d<0||d===0?h:d+l[f[d]]>h?d:h}},{"./common":41}],43:[function(t,r,i){r.exports=function(o,a,s,l){for(var c=65535&o|0,u=o>>>16&65535|0,f=0;s!==0;){for(s-=f=2e3<s?2e3:s;u=u+(c=c+a[l++]|0)|0,--f;);c%=65521,u%=65521}return c|u<<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 u=o,f=c+l;a^=-1;for(var h=c;h<f;h++)a=a>>>8^u[255&(a^s[h])];return-1^a}},{}],46:[function(t,r,i){var o,a=t("../utils/common"),s=t("./trees"),l=t("./adler32"),c=t("./crc32"),u=t("./messages"),f=0,h=4,d=0,y=-2,w=-1,D=4,C=2,A=8,R=9,P=286,I=30,L=19,z=2*P+1,j=15,B=3,re=258,ce=re+B+1,M=42,J=113,F=1,pe=2,G=3,$=4;function fe(O,be){return O.msg=u[be],be}function se(O){return(O<<1)-(4<O?9:0)}function ge(O){for(var be=O.length;0<=--be;)O[be]=0}function K(O){var be=O.state,ye=be.pending;ye>O.avail_out&&(ye=O.avail_out),ye!==0&&(a.arraySet(O.output,be.pending_buf,be.pending_out,ye,O.next_out),O.next_out+=ye,be.pending_out+=ye,O.total_out+=ye,O.avail_out-=ye,be.pending-=ye,be.pending===0&&(be.pending_out=0))}function te(O,be){s._tr_flush_block(O,0<=O.block_start?O.block_start:-1,O.strstart-O.block_start,be),O.block_start=O.strstart,K(O.strm)}function Oe(O,be){O.pending_buf[O.pending++]=be}function he(O,be){O.pending_buf[O.pending++]=be>>>8&255,O.pending_buf[O.pending++]=255&be}function ve(O,be){var ye,ie,ne=O.max_chain_length,me=O.strstart,Ie=O.prev_length,Se=O.nice_match,we=O.strstart>O.w_size-ce?O.strstart-(O.w_size-ce):0,de=O.window,De=O.w_mask,Ae=O.prev,Le=O.strstart+re,ct=de[me+Ie-1],xt=de[me+Ie];O.prev_length>=O.good_match&&(ne>>=2),Se>O.lookahead&&(Se=O.lookahead);do if(de[(ye=be)+Ie]===xt&&de[ye+Ie-1]===ct&&de[ye]===de[me]&&de[++ye]===de[me+1]){me+=2,ye++;do;while(de[++me]===de[++ye]&&de[++me]===de[++ye]&&de[++me]===de[++ye]&&de[++me]===de[++ye]&&de[++me]===de[++ye]&&de[++me]===de[++ye]&&de[++me]===de[++ye]&&de[++me]===de[++ye]&&me<Le);if(ie=re-(Le-me),me=Le-re,Ie<ie){if(O.match_start=be,Se<=(Ie=ie))break;ct=de[me+Ie-1],xt=de[me+Ie]}}while((be=Ae[be&De])>we&&--ne!=0);return Ie<=O.lookahead?Ie:O.lookahead}function Ve(O){var be,ye,ie,ne,me,Ie,Se,we,de,De,Ae=O.w_size;do{if(ne=O.window_size-O.lookahead-O.strstart,O.strstart>=Ae+(Ae-ce)){for(a.arraySet(O.window,O.window,Ae,Ae,0),O.match_start-=Ae,O.strstart-=Ae,O.block_start-=Ae,be=ye=O.hash_size;ie=O.head[--be],O.head[be]=Ae<=ie?ie-Ae:0,--ye;);for(be=ye=Ae;ie=O.prev[--be],O.prev[be]=Ae<=ie?ie-Ae:0,--ye;);ne+=Ae}if(O.strm.avail_in===0)break;if(Ie=O.strm,Se=O.window,we=O.strstart+O.lookahead,de=ne,De=void 0,De=Ie.avail_in,de<De&&(De=de),ye=De===0?0:(Ie.avail_in-=De,a.arraySet(Se,Ie.input,Ie.next_in,De,we),Ie.state.wrap===1?Ie.adler=l(Ie.adler,Se,De,we):Ie.state.wrap===2&&(Ie.adler=c(Ie.adler,Se,De,we)),Ie.next_in+=De,Ie.total_in+=De,De),O.lookahead+=ye,O.lookahead+O.insert>=B)for(me=O.strstart-O.insert,O.ins_h=O.window[me],O.ins_h=(O.ins_h<<O.hash_shift^O.window[me+1])&O.hash_mask;O.insert&&(O.ins_h=(O.ins_h<<O.hash_shift^O.window[me+B-1])&O.hash_mask,O.prev[me&O.w_mask]=O.head[O.ins_h],O.head[O.ins_h]=me,me++,O.insert--,!(O.lookahead+O.insert<B)););}while(O.lookahead<ce&&O.strm.avail_in!==0)}function rt(O,be){for(var ye,ie;;){if(O.lookahead<ce){if(Ve(O),O.lookahead<ce&&be===f)return F;if(O.lookahead===0)break}if(ye=0,O.lookahead>=B&&(O.ins_h=(O.ins_h<<O.hash_shift^O.window[O.strstart+B-1])&O.hash_mask,ye=O.prev[O.strstart&O.w_mask]=O.head[O.ins_h],O.head[O.ins_h]=O.strstart),ye!==0&&O.strstart-ye<=O.w_size-ce&&(O.match_length=ve(O,ye)),O.match_length>=B)if(ie=s._tr_tally(O,O.strstart-O.match_start,O.match_length-B),O.lookahead-=O.match_length,O.match_length<=O.max_lazy_match&&O.lookahead>=B){for(O.match_length--;O.strstart++,O.ins_h=(O.ins_h<<O.hash_shift^O.window[O.strstart+B-1])&O.hash_mask,ye=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 ie=s._tr_tally(O,0,O.window[O.strstart]),O.lookahead--,O.strstart++;if(ie&&(te(O,!1),O.strm.avail_out===0))return F}return O.insert=O.strstart<B-1?O.strstart:B-1,be===h?(te(O,!0),O.strm.avail_out===0?G:$):O.last_lit&&(te(O,!1),O.strm.avail_out===0)?F:pe}function $e(O,be){for(var ye,ie,ne;;){if(O.lookahead<ce){if(Ve(O),O.lookahead<ce&&be===f)return F;if(O.lookahead===0)break}if(ye=0,O.lookahead>=B&&(O.ins_h=(O.ins_h<<O.hash_shift^O.window[O.strstart+B-1])&O.hash_mask,ye=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=B-1,ye!==0&&O.prev_length<O.max_lazy_match&&O.strstart-ye<=O.w_size-ce&&(O.match_length=ve(O,ye),O.match_length<=5&&(O.strategy===1||O.match_length===B&&4096<O.strstart-O.match_start)&&(O.match_length=B-1)),O.prev_length>=B&&O.match_length<=O.prev_length){for(ne=O.strstart+O.lookahead-B,ie=s._tr_tally(O,O.strstart-1-O.prev_match,O.prev_length-B),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+B-1])&O.hash_mask,ye=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=B-1,O.strstart++,ie&&(te(O,!1),O.strm.avail_out===0))return F}else if(O.match_available){if((ie=s._tr_tally(O,0,O.window[O.strstart-1]))&&te(O,!1),O.strstart++,O.lookahead--,O.strm.avail_out===0)return F}else O.match_available=1,O.strstart++,O.lookahead--}return O.match_available&&(ie=s._tr_tally(O,0,O.window[O.strstart-1]),O.match_available=0),O.insert=O.strstart<B-1?O.strstart:B-1,be===h?(te(O,!0),O.strm.avail_out===0?G:$):O.last_lit&&(te(O,!1),O.strm.avail_out===0)?F:pe}function Xe(O,be,ye,ie,ne){this.good_length=O,this.max_lazy=be,this.nice_length=ye,this.max_chain=ie,this.func=ne}function Ze(){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*L+1)),ge(this.dyn_ltree),ge(this.dyn_dtree),ge(this.bl_tree),this.l_desc=null,this.d_desc=null,this.bl_desc=null,this.bl_count=new a.Buf16(j+1),this.heap=new a.Buf16(2*P+1),ge(this.heap),this.heap_len=0,this.heap_max=0,this.depth=new a.Buf16(2*P+1),ge(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 ot(O){var be;return O&&O.state?(O.total_in=O.total_out=0,O.data_type=C,(be=O.state).pending=0,be.pending_out=0,be.wrap<0&&(be.wrap=-be.wrap),be.status=be.wrap?M:J,O.adler=be.wrap===2?0:1,be.last_flush=f,s._tr_init(be),d):fe(O,y)}function Ke(O){var be=ot(O);return be===d&&function(ye){ye.window_size=2*ye.w_size,ge(ye.head),ye.max_lazy_match=o[ye.level].max_lazy,ye.good_match=o[ye.level].good_length,ye.nice_match=o[ye.level].nice_length,ye.max_chain_length=o[ye.level].max_chain,ye.strstart=0,ye.block_start=0,ye.lookahead=0,ye.insert=0,ye.match_length=ye.prev_length=B-1,ye.match_available=0,ye.ins_h=0}(O.state),be}function lt(O,be,ye,ie,ne,me){if(!O)return y;var Ie=1;if(be===w&&(be=6),ie<0?(Ie=0,ie=-ie):15<ie&&(Ie=2,ie-=16),ne<1||R<ne||ye!==A||ie<8||15<ie||be<0||9<be||me<0||D<me)return fe(O,y);ie===8&&(ie=9);var Se=new Ze;return(O.state=Se).strm=O,Se.wrap=Ie,Se.gzhead=null,Se.w_bits=ie,Se.w_size=1<<Se.w_bits,Se.w_mask=Se.w_size-1,Se.hash_bits=ne+7,Se.hash_size=1<<Se.hash_bits,Se.hash_mask=Se.hash_size-1,Se.hash_shift=~~((Se.hash_bits+B-1)/B),Se.window=new a.Buf8(2*Se.w_size),Se.head=new a.Buf16(Se.hash_size),Se.prev=new a.Buf16(Se.w_size),Se.lit_bufsize=1<<ne+6,Se.pending_buf_size=4*Se.lit_bufsize,Se.pending_buf=new a.Buf8(Se.pending_buf_size),Se.d_buf=1*Se.lit_bufsize,Se.l_buf=3*Se.lit_bufsize,Se.level=be,Se.strategy=me,Se.method=ye,Ke(O)}o=[new Xe(0,0,0,0,function(O,be){var ye=65535;for(ye>O.pending_buf_size-5&&(ye=O.pending_buf_size-5);;){if(O.lookahead<=1){if(Ve(O),O.lookahead===0&&be===f)return F;if(O.lookahead===0)break}O.strstart+=O.lookahead,O.lookahead=0;var ie=O.block_start+ye;if((O.strstart===0||O.strstart>=ie)&&(O.lookahead=O.strstart-ie,O.strstart=ie,te(O,!1),O.strm.avail_out===0)||O.strstart-O.block_start>=O.w_size-ce&&(te(O,!1),O.strm.avail_out===0))return F}return O.insert=0,be===h?(te(O,!0),O.strm.avail_out===0?G:$):(O.strstart>O.block_start&&(te(O,!1),O.strm.avail_out),F)}),new Xe(4,4,8,4,rt),new Xe(4,5,16,8,rt),new Xe(4,6,32,32,rt),new Xe(4,4,16,16,$e),new Xe(8,16,32,32,$e),new Xe(8,16,128,128,$e),new Xe(8,32,128,256,$e),new Xe(32,128,258,1024,$e),new Xe(32,258,258,4096,$e)],i.deflateInit=function(O,be){return lt(O,be,A,15,8,0)},i.deflateInit2=lt,i.deflateReset=Ke,i.deflateResetKeep=ot,i.deflateSetHeader=function(O,be){return O&&O.state?O.state.wrap!==2?y:(O.state.gzhead=be,d):y},i.deflate=function(O,be){var ye,ie,ne,me;if(!O||!O.state||5<be||be<0)return O?fe(O,y):y;if(ie=O.state,!O.output||!O.input&&O.avail_in!==0||ie.status===666&&be!==h)return fe(O,O.avail_out===0?-5:y);if(ie.strm=O,ye=ie.last_flush,ie.last_flush=be,ie.status===M)if(ie.wrap===2)O.adler=0,Oe(ie,31),Oe(ie,139),Oe(ie,8),ie.gzhead?(Oe(ie,(ie.gzhead.text?1:0)+(ie.gzhead.hcrc?2:0)+(ie.gzhead.extra?4:0)+(ie.gzhead.name?8:0)+(ie.gzhead.comment?16:0)),Oe(ie,255&ie.gzhead.time),Oe(ie,ie.gzhead.time>>8&255),Oe(ie,ie.gzhead.time>>16&255),Oe(ie,ie.gzhead.time>>24&255),Oe(ie,ie.level===9?2:2<=ie.strategy||ie.level<2?4:0),Oe(ie,255&ie.gzhead.os),ie.gzhead.extra&&ie.gzhead.extra.length&&(Oe(ie,255&ie.gzhead.extra.length),Oe(ie,ie.gzhead.extra.length>>8&255)),ie.gzhead.hcrc&&(O.adler=c(O.adler,ie.pending_buf,ie.pending,0)),ie.gzindex=0,ie.status=69):(Oe(ie,0),Oe(ie,0),Oe(ie,0),Oe(ie,0),Oe(ie,0),Oe(ie,ie.level===9?2:2<=ie.strategy||ie.level<2?4:0),Oe(ie,3),ie.status=J);else{var Ie=A+(ie.w_bits-8<<4)<<8;Ie|=(2<=ie.strategy||ie.level<2?0:ie.level<6?1:ie.level===6?2:3)<<6,ie.strstart!==0&&(Ie|=32),Ie+=31-Ie%31,ie.status=J,he(ie,Ie),ie.strstart!==0&&(he(ie,O.adler>>>16),he(ie,65535&O.adler)),O.adler=1}if(ie.status===69)if(ie.gzhead.extra){for(ne=ie.pending;ie.gzindex<(65535&ie.gzhead.extra.length)&&(ie.pending!==ie.pending_buf_size||(ie.gzhead.hcrc&&ie.pending>ne&&(O.adler=c(O.adler,ie.pending_buf,ie.pending-ne,ne)),K(O),ne=ie.pending,ie.pending!==ie.pending_buf_size));)Oe(ie,255&ie.gzhead.extra[ie.gzindex]),ie.gzindex++;ie.gzhead.hcrc&&ie.pending>ne&&(O.adler=c(O.adler,ie.pending_buf,ie.pending-ne,ne)),ie.gzindex===ie.gzhead.extra.length&&(ie.gzindex=0,ie.status=73)}else ie.status=73;if(ie.status===73)if(ie.gzhead.name){ne=ie.pending;do{if(ie.pending===ie.pending_buf_size&&(ie.gzhead.hcrc&&ie.pending>ne&&(O.adler=c(O.adler,ie.pending_buf,ie.pending-ne,ne)),K(O),ne=ie.pending,ie.pending===ie.pending_buf_size)){me=1;break}me=ie.gzindex<ie.gzhead.name.length?255&ie.gzhead.name.charCodeAt(ie.gzindex++):0,Oe(ie,me)}while(me!==0);ie.gzhead.hcrc&&ie.pending>ne&&(O.adler=c(O.adler,ie.pending_buf,ie.pending-ne,ne)),me===0&&(ie.gzindex=0,ie.status=91)}else ie.status=91;if(ie.status===91)if(ie.gzhead.comment){ne=ie.pending;do{if(ie.pending===ie.pending_buf_size&&(ie.gzhead.hcrc&&ie.pending>ne&&(O.adler=c(O.adler,ie.pending_buf,ie.pending-ne,ne)),K(O),ne=ie.pending,ie.pending===ie.pending_buf_size)){me=1;break}me=ie.gzindex<ie.gzhead.comment.length?255&ie.gzhead.comment.charCodeAt(ie.gzindex++):0,Oe(ie,me)}while(me!==0);ie.gzhead.hcrc&&ie.pending>ne&&(O.adler=c(O.adler,ie.pending_buf,ie.pending-ne,ne)),me===0&&(ie.status=103)}else ie.status=103;if(ie.status===103&&(ie.gzhead.hcrc?(ie.pending+2>ie.pending_buf_size&&K(O),ie.pending+2<=ie.pending_buf_size&&(Oe(ie,255&O.adler),Oe(ie,O.adler>>8&255),O.adler=0,ie.status=J)):ie.status=J),ie.pending!==0){if(K(O),O.avail_out===0)return ie.last_flush=-1,d}else if(O.avail_in===0&&se(be)<=se(ye)&&be!==h)return fe(O,-5);if(ie.status===666&&O.avail_in!==0)return fe(O,-5);if(O.avail_in!==0||ie.lookahead!==0||be!==f&&ie.status!==666){var Se=ie.strategy===2?function(we,de){for(var De;;){if(we.lookahead===0&&(Ve(we),we.lookahead===0)){if(de===f)return F;break}if(we.match_length=0,De=s._tr_tally(we,0,we.window[we.strstart]),we.lookahead--,we.strstart++,De&&(te(we,!1),we.strm.avail_out===0))return F}return we.insert=0,de===h?(te(we,!0),we.strm.avail_out===0?G:$):we.last_lit&&(te(we,!1),we.strm.avail_out===0)?F:pe}(ie,be):ie.strategy===3?function(we,de){for(var De,Ae,Le,ct,xt=we.window;;){if(we.lookahead<=re){if(Ve(we),we.lookahead<=re&&de===f)return F;if(we.lookahead===0)break}if(we.match_length=0,we.lookahead>=B&&0<we.strstart&&(Ae=xt[Le=we.strstart-1])===xt[++Le]&&Ae===xt[++Le]&&Ae===xt[++Le]){ct=we.strstart+re;do;while(Ae===xt[++Le]&&Ae===xt[++Le]&&Ae===xt[++Le]&&Ae===xt[++Le]&&Ae===xt[++Le]&&Ae===xt[++Le]&&Ae===xt[++Le]&&Ae===xt[++Le]&&Le<ct);we.match_length=re-(ct-Le),we.match_length>we.lookahead&&(we.match_length=we.lookahead)}if(we.match_length>=B?(De=s._tr_tally(we,1,we.match_length-B),we.lookahead-=we.match_length,we.strstart+=we.match_length,we.match_length=0):(De=s._tr_tally(we,0,we.window[we.strstart]),we.lookahead--,we.strstart++),De&&(te(we,!1),we.strm.avail_out===0))return F}return we.insert=0,de===h?(te(we,!0),we.strm.avail_out===0?G:$):we.last_lit&&(te(we,!1),we.strm.avail_out===0)?F:pe}(ie,be):o[ie.level].func(ie,be);if(Se!==G&&Se!==$||(ie.status=666),Se===F||Se===G)return O.avail_out===0&&(ie.last_flush=-1),d;if(Se===pe&&(be===1?s._tr_align(ie):be!==5&&(s._tr_stored_block(ie,0,0,!1),be===3&&(ge(ie.head),ie.lookahead===0&&(ie.strstart=0,ie.block_start=0,ie.insert=0))),K(O),O.avail_out===0))return ie.last_flush=-1,d}return be!==h?d:ie.wrap<=0?1:(ie.wrap===2?(Oe(ie,255&O.adler),Oe(ie,O.adler>>8&255),Oe(ie,O.adler>>16&255),Oe(ie,O.adler>>24&255),Oe(ie,255&O.total_in),Oe(ie,O.total_in>>8&255),Oe(ie,O.total_in>>16&255),Oe(ie,O.total_in>>24&255)):(he(ie,O.adler>>>16),he(ie,65535&O.adler)),K(O),0<ie.wrap&&(ie.wrap=-ie.wrap),ie.pending!==0?d:1)},i.deflateEnd=function(O){var be;return O&&O.state?(be=O.state.status)!==M&&be!==69&&be!==73&&be!==91&&be!==103&&be!==J&&be!==666?fe(O,y):(O.state=null,be===J?fe(O,-3):d):y},i.deflateSetDictionary=function(O,be){var ye,ie,ne,me,Ie,Se,we,de,De=be.length;if(!O||!O.state||(me=(ye=O.state).wrap)===2||me===1&&ye.status!==M||ye.lookahead)return y;for(me===1&&(O.adler=l(O.adler,be,De,0)),ye.wrap=0,De>=ye.w_size&&(me===0&&(ge(ye.head),ye.strstart=0,ye.block_start=0,ye.insert=0),de=new a.Buf8(ye.w_size),a.arraySet(de,be,De-ye.w_size,ye.w_size,0),be=de,De=ye.w_size),Ie=O.avail_in,Se=O.next_in,we=O.input,O.avail_in=De,O.next_in=0,O.input=be,Ve(ye);ye.lookahead>=B;){for(ie=ye.strstart,ne=ye.lookahead-(B-1);ye.ins_h=(ye.ins_h<<ye.hash_shift^ye.window[ie+B-1])&ye.hash_mask,ye.prev[ie&ye.w_mask]=ye.head[ye.ins_h],ye.head[ye.ins_h]=ie,ie++,--ne;);ye.strstart=ie,ye.lookahead=B-1,Ve(ye)}return ye.strstart+=ye.lookahead,ye.block_start=ye.strstart,ye.insert=ye.lookahead,ye.lookahead=0,ye.match_length=ye.prev_length=B-1,ye.match_available=0,O.next_in=Se,O.input=we,O.avail_in=Ie,ye.wrap=me,d},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,u,f,h,d,y,w,D,C,A,R,P,I,L,z,j,B,re,ce,M,J,F,pe;s=o.state,l=o.next_in,F=o.input,c=l+(o.avail_in-5),u=o.next_out,pe=o.output,f=u-(a-o.avail_out),h=u+(o.avail_out-257),d=s.dmax,y=s.wsize,w=s.whave,D=s.wnext,C=s.window,A=s.hold,R=s.bits,P=s.lencode,I=s.distcode,L=(1<<s.lenbits)-1,z=(1<<s.distbits)-1;e:do{R<15&&(A+=F[l++]<<R,R+=8,A+=F[l++]<<R,R+=8),j=P[A&L];t:for(;;){if(A>>>=B=j>>>24,R-=B,(B=j>>>16&255)===0)pe[u++]=65535&j;else{if(!(16&B)){if((64&B)==0){j=P[(65535&j)+(A&(1<<B)-1)];continue t}if(32&B){s.mode=12;break e}o.msg="invalid literal/length code",s.mode=30;break e}re=65535&j,(B&=15)&&(R<B&&(A+=F[l++]<<R,R+=8),re+=A&(1<<B)-1,A>>>=B,R-=B),R<15&&(A+=F[l++]<<R,R+=8,A+=F[l++]<<R,R+=8),j=I[A&z];n:for(;;){if(A>>>=B=j>>>24,R-=B,!(16&(B=j>>>16&255))){if((64&B)==0){j=I[(65535&j)+(A&(1<<B)-1)];continue n}o.msg="invalid distance code",s.mode=30;break e}if(ce=65535&j,R<(B&=15)&&(A+=F[l++]<<R,(R+=8)<B&&(A+=F[l++]<<R,R+=8)),d<(ce+=A&(1<<B)-1)){o.msg="invalid distance too far back",s.mode=30;break e}if(A>>>=B,R-=B,(B=u-f)<ce){if(w<(B=ce-B)&&s.sane){o.msg="invalid distance too far back",s.mode=30;break e}if(J=C,(M=0)===D){if(M+=y-B,B<re){for(re-=B;pe[u++]=C[M++],--B;);M=u-ce,J=pe}}else if(D<B){if(M+=y+D-B,(B-=D)<re){for(re-=B;pe[u++]=C[M++],--B;);if(M=0,D<re){for(re-=B=D;pe[u++]=C[M++],--B;);M=u-ce,J=pe}}}else if(M+=D-B,B<re){for(re-=B;pe[u++]=C[M++],--B;);M=u-ce,J=pe}for(;2<re;)pe[u++]=J[M++],pe[u++]=J[M++],pe[u++]=J[M++],re-=3;re&&(pe[u++]=J[M++],1<re&&(pe[u++]=J[M++]))}else{for(M=u-ce;pe[u++]=pe[M++],pe[u++]=pe[M++],pe[u++]=pe[M++],2<(re-=3););re&&(pe[u++]=pe[M++],1<re&&(pe[u++]=pe[M++]))}break}}break}}while(l<c&&u<h);l-=re=R>>3,A&=(1<<(R-=re<<3))-1,o.next_in=l,o.next_out=u,o.avail_in=l<c?c-l+5:5-(l-c),o.avail_out=u<h?h-u+257:257-(u-h),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"),u=1,f=2,h=0,d=-2,y=1,w=852,D=592;function C(M){return(M>>>24&255)+(M>>>8&65280)+((65280&M)<<8)+((255&M)<<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(M){var J;return M&&M.state?(J=M.state,M.total_in=M.total_out=J.total=0,M.msg="",J.wrap&&(M.adler=1&J.wrap),J.mode=y,J.last=0,J.havedict=0,J.dmax=32768,J.head=null,J.hold=0,J.bits=0,J.lencode=J.lendyn=new o.Buf32(w),J.distcode=J.distdyn=new o.Buf32(D),J.sane=1,J.back=-1,h):d}function P(M){var J;return M&&M.state?((J=M.state).wsize=0,J.whave=0,J.wnext=0,R(M)):d}function I(M,J){var F,pe;return M&&M.state?(pe=M.state,J<0?(F=0,J=-J):(F=1+(J>>4),J<48&&(J&=15)),J&&(J<8||15<J)?d:(pe.window!==null&&pe.wbits!==J&&(pe.window=null),pe.wrap=F,pe.wbits=J,P(M))):d}function L(M,J){var F,pe;return M?(pe=new A,(M.state=pe).window=null,(F=I(M,J))!==h&&(M.state=null),F):d}var z,j,B=!0;function re(M){if(B){var J;for(z=new o.Buf32(512),j=new o.Buf32(32),J=0;J<144;)M.lens[J++]=8;for(;J<256;)M.lens[J++]=9;for(;J<280;)M.lens[J++]=7;for(;J<288;)M.lens[J++]=8;for(c(u,M.lens,0,288,z,0,M.work,{bits:9}),J=0;J<32;)M.lens[J++]=5;c(f,M.lens,0,32,j,0,M.work,{bits:5}),B=!1}M.lencode=z,M.lenbits=9,M.distcode=j,M.distbits=5}function ce(M,J,F,pe){var G,$=M.state;return $.window===null&&($.wsize=1<<$.wbits,$.wnext=0,$.whave=0,$.window=new o.Buf8($.wsize)),pe>=$.wsize?(o.arraySet($.window,J,F-$.wsize,$.wsize,0),$.wnext=0,$.whave=$.wsize):(pe<(G=$.wsize-$.wnext)&&(G=pe),o.arraySet($.window,J,F-pe,G,$.wnext),(pe-=G)?(o.arraySet($.window,J,F-pe,pe,0),$.wnext=pe,$.whave=$.wsize):($.wnext+=G,$.wnext===$.wsize&&($.wnext=0),$.whave<$.wsize&&($.whave+=G))),0}i.inflateReset=P,i.inflateReset2=I,i.inflateResetKeep=R,i.inflateInit=function(M){return L(M,15)},i.inflateInit2=L,i.inflate=function(M,J){var F,pe,G,$,fe,se,ge,K,te,Oe,he,ve,Ve,rt,$e,Xe,Ze,ot,Ke,lt,O,be,ye,ie,ne=0,me=new o.Buf8(4),Ie=[16,17,18,0,8,7,9,6,10,5,11,4,12,3,13,2,14,1,15];if(!M||!M.state||!M.output||!M.input&&M.avail_in!==0)return d;(F=M.state).mode===12&&(F.mode=13),fe=M.next_out,G=M.output,ge=M.avail_out,$=M.next_in,pe=M.input,se=M.avail_in,K=F.hold,te=F.bits,Oe=se,he=ge,be=h;e:for(;;)switch(F.mode){case y:if(F.wrap===0){F.mode=13;break}for(;te<16;){if(se===0)break e;se--,K+=pe[$++]<<te,te+=8}if(2&F.wrap&&K===35615){me[F.check=0]=255&K,me[1]=K>>>8&255,F.check=s(F.check,me,2,0),te=K=0,F.mode=2;break}if(F.flags=0,F.head&&(F.head.done=!1),!(1&F.wrap)||(((255&K)<<8)+(K>>8))%31){M.msg="incorrect header check",F.mode=30;break}if((15&K)!=8){M.msg="unknown compression method",F.mode=30;break}if(te-=4,O=8+(15&(K>>>=4)),F.wbits===0)F.wbits=O;else if(O>F.wbits){M.msg="invalid window size",F.mode=30;break}F.dmax=1<<O,M.adler=F.check=1,F.mode=512&K?10:12,te=K=0;break;case 2:for(;te<16;){if(se===0)break e;se--,K+=pe[$++]<<te,te+=8}if(F.flags=K,(255&F.flags)!=8){M.msg="unknown compression method",F.mode=30;break}if(57344&F.flags){M.msg="unknown header flags set",F.mode=30;break}F.head&&(F.head.text=K>>8&1),512&F.flags&&(me[0]=255&K,me[1]=K>>>8&255,F.check=s(F.check,me,2,0)),te=K=0,F.mode=3;case 3:for(;te<32;){if(se===0)break e;se--,K+=pe[$++]<<te,te+=8}F.head&&(F.head.time=K),512&F.flags&&(me[0]=255&K,me[1]=K>>>8&255,me[2]=K>>>16&255,me[3]=K>>>24&255,F.check=s(F.check,me,4,0)),te=K=0,F.mode=4;case 4:for(;te<16;){if(se===0)break e;se--,K+=pe[$++]<<te,te+=8}F.head&&(F.head.xflags=255&K,F.head.os=K>>8),512&F.flags&&(me[0]=255&K,me[1]=K>>>8&255,F.check=s(F.check,me,2,0)),te=K=0,F.mode=5;case 5:if(1024&F.flags){for(;te<16;){if(se===0)break e;se--,K+=pe[$++]<<te,te+=8}F.length=K,F.head&&(F.head.extra_len=K),512&F.flags&&(me[0]=255&K,me[1]=K>>>8&255,F.check=s(F.check,me,2,0)),te=K=0}else F.head&&(F.head.extra=null);F.mode=6;case 6:if(1024&F.flags&&(se<(ve=F.length)&&(ve=se),ve&&(F.head&&(O=F.head.extra_len-F.length,F.head.extra||(F.head.extra=new Array(F.head.extra_len)),o.arraySet(F.head.extra,pe,$,ve,O)),512&F.flags&&(F.check=s(F.check,pe,ve,$)),se-=ve,$+=ve,F.length-=ve),F.length))break e;F.length=0,F.mode=7;case 7:if(2048&F.flags){if(se===0)break e;for(ve=0;O=pe[$+ve++],F.head&&O&&F.length<65536&&(F.head.name+=String.fromCharCode(O)),O&&ve<se;);if(512&F.flags&&(F.check=s(F.check,pe,ve,$)),se-=ve,$+=ve,O)break e}else F.head&&(F.head.name=null);F.length=0,F.mode=8;case 8:if(4096&F.flags){if(se===0)break e;for(ve=0;O=pe[$+ve++],F.head&&O&&F.length<65536&&(F.head.comment+=String.fromCharCode(O)),O&&ve<se;);if(512&F.flags&&(F.check=s(F.check,pe,ve,$)),se-=ve,$+=ve,O)break e}else F.head&&(F.head.comment=null);F.mode=9;case 9:if(512&F.flags){for(;te<16;){if(se===0)break e;se--,K+=pe[$++]<<te,te+=8}if(K!==(65535&F.check)){M.msg="header crc mismatch",F.mode=30;break}te=K=0}F.head&&(F.head.hcrc=F.flags>>9&1,F.head.done=!0),M.adler=F.check=0,F.mode=12;break;case 10:for(;te<32;){if(se===0)break e;se--,K+=pe[$++]<<te,te+=8}M.adler=F.check=C(K),te=K=0,F.mode=11;case 11:if(F.havedict===0)return M.next_out=fe,M.avail_out=ge,M.next_in=$,M.avail_in=se,F.hold=K,F.bits=te,2;M.adler=F.check=1,F.mode=12;case 12:if(J===5||J===6)break e;case 13:if(F.last){K>>>=7&te,te-=7&te,F.mode=27;break}for(;te<3;){if(se===0)break e;se--,K+=pe[$++]<<te,te+=8}switch(F.last=1&K,te-=1,3&(K>>>=1)){case 0:F.mode=14;break;case 1:if(re(F),F.mode=20,J!==6)break;K>>>=2,te-=2;break e;case 2:F.mode=17;break;case 3:M.msg="invalid block type",F.mode=30}K>>>=2,te-=2;break;case 14:for(K>>>=7&te,te-=7&te;te<32;){if(se===0)break e;se--,K+=pe[$++]<<te,te+=8}if((65535&K)!=(K>>>16^65535)){M.msg="invalid stored block lengths",F.mode=30;break}if(F.length=65535&K,te=K=0,F.mode=15,J===6)break e;case 15:F.mode=16;case 16:if(ve=F.length){if(se<ve&&(ve=se),ge<ve&&(ve=ge),ve===0)break e;o.arraySet(G,pe,$,ve,fe),se-=ve,$+=ve,ge-=ve,fe+=ve,F.length-=ve;break}F.mode=12;break;case 17:for(;te<14;){if(se===0)break e;se--,K+=pe[$++]<<te,te+=8}if(F.nlen=257+(31&K),K>>>=5,te-=5,F.ndist=1+(31&K),K>>>=5,te-=5,F.ncode=4+(15&K),K>>>=4,te-=4,286<F.nlen||30<F.ndist){M.msg="too many length or distance symbols",F.mode=30;break}F.have=0,F.mode=18;case 18:for(;F.have<F.ncode;){for(;te<3;){if(se===0)break e;se--,K+=pe[$++]<<te,te+=8}F.lens[Ie[F.have++]]=7&K,K>>>=3,te-=3}for(;F.have<19;)F.lens[Ie[F.have++]]=0;if(F.lencode=F.lendyn,F.lenbits=7,ye={bits:F.lenbits},be=c(0,F.lens,0,19,F.lencode,0,F.work,ye),F.lenbits=ye.bits,be){M.msg="invalid code lengths set",F.mode=30;break}F.have=0,F.mode=19;case 19:for(;F.have<F.nlen+F.ndist;){for(;Xe=(ne=F.lencode[K&(1<<F.lenbits)-1])>>>16&255,Ze=65535&ne,!(($e=ne>>>24)<=te);){if(se===0)break e;se--,K+=pe[$++]<<te,te+=8}if(Ze<16)K>>>=$e,te-=$e,F.lens[F.have++]=Ze;else{if(Ze===16){for(ie=$e+2;te<ie;){if(se===0)break e;se--,K+=pe[$++]<<te,te+=8}if(K>>>=$e,te-=$e,F.have===0){M.msg="invalid bit length repeat",F.mode=30;break}O=F.lens[F.have-1],ve=3+(3&K),K>>>=2,te-=2}else if(Ze===17){for(ie=$e+3;te<ie;){if(se===0)break e;se--,K+=pe[$++]<<te,te+=8}te-=$e,O=0,ve=3+(7&(K>>>=$e)),K>>>=3,te-=3}else{for(ie=$e+7;te<ie;){if(se===0)break e;se--,K+=pe[$++]<<te,te+=8}te-=$e,O=0,ve=11+(127&(K>>>=$e)),K>>>=7,te-=7}if(F.have+ve>F.nlen+F.ndist){M.msg="invalid bit length repeat",F.mode=30;break}for(;ve--;)F.lens[F.have++]=O}}if(F.mode===30)break;if(F.lens[256]===0){M.msg="invalid code -- missing end-of-block",F.mode=30;break}if(F.lenbits=9,ye={bits:F.lenbits},be=c(u,F.lens,0,F.nlen,F.lencode,0,F.work,ye),F.lenbits=ye.bits,be){M.msg="invalid literal/lengths set",F.mode=30;break}if(F.distbits=6,F.distcode=F.distdyn,ye={bits:F.distbits},be=c(f,F.lens,F.nlen,F.ndist,F.distcode,0,F.work,ye),F.distbits=ye.bits,be){M.msg="invalid distances set",F.mode=30;break}if(F.mode=20,J===6)break e;case 20:F.mode=21;case 21:if(6<=se&&258<=ge){M.next_out=fe,M.avail_out=ge,M.next_in=$,M.avail_in=se,F.hold=K,F.bits=te,l(M,he),fe=M.next_out,G=M.output,ge=M.avail_out,$=M.next_in,pe=M.input,se=M.avail_in,K=F.hold,te=F.bits,F.mode===12&&(F.back=-1);break}for(F.back=0;Xe=(ne=F.lencode[K&(1<<F.lenbits)-1])>>>16&255,Ze=65535&ne,!(($e=ne>>>24)<=te);){if(se===0)break e;se--,K+=pe[$++]<<te,te+=8}if(Xe&&(240&Xe)==0){for(ot=$e,Ke=Xe,lt=Ze;Xe=(ne=F.lencode[lt+((K&(1<<ot+Ke)-1)>>ot)])>>>16&255,Ze=65535&ne,!(ot+($e=ne>>>24)<=te);){if(se===0)break e;se--,K+=pe[$++]<<te,te+=8}K>>>=ot,te-=ot,F.back+=ot}if(K>>>=$e,te-=$e,F.back+=$e,F.length=Ze,Xe===0){F.mode=26;break}if(32&Xe){F.back=-1,F.mode=12;break}if(64&Xe){M.msg="invalid literal/length code",F.mode=30;break}F.extra=15&Xe,F.mode=22;case 22:if(F.extra){for(ie=F.extra;te<ie;){if(se===0)break e;se--,K+=pe[$++]<<te,te+=8}F.length+=K&(1<<F.extra)-1,K>>>=F.extra,te-=F.extra,F.back+=F.extra}F.was=F.length,F.mode=23;case 23:for(;Xe=(ne=F.distcode[K&(1<<F.distbits)-1])>>>16&255,Ze=65535&ne,!(($e=ne>>>24)<=te);){if(se===0)break e;se--,K+=pe[$++]<<te,te+=8}if((240&Xe)==0){for(ot=$e,Ke=Xe,lt=Ze;Xe=(ne=F.distcode[lt+((K&(1<<ot+Ke)-1)>>ot)])>>>16&255,Ze=65535&ne,!(ot+($e=ne>>>24)<=te);){if(se===0)break e;se--,K+=pe[$++]<<te,te+=8}K>>>=ot,te-=ot,F.back+=ot}if(K>>>=$e,te-=$e,F.back+=$e,64&Xe){M.msg="invalid distance code",F.mode=30;break}F.offset=Ze,F.extra=15&Xe,F.mode=24;case 24:if(F.extra){for(ie=F.extra;te<ie;){if(se===0)break e;se--,K+=pe[$++]<<te,te+=8}F.offset+=K&(1<<F.extra)-1,K>>>=F.extra,te-=F.extra,F.back+=F.extra}if(F.offset>F.dmax){M.msg="invalid distance too far back",F.mode=30;break}F.mode=25;case 25:if(ge===0)break e;if(ve=he-ge,F.offset>ve){if((ve=F.offset-ve)>F.whave&&F.sane){M.msg="invalid distance too far back",F.mode=30;break}Ve=ve>F.wnext?(ve-=F.wnext,F.wsize-ve):F.wnext-ve,ve>F.length&&(ve=F.length),rt=F.window}else rt=G,Ve=fe-F.offset,ve=F.length;for(ge<ve&&(ve=ge),ge-=ve,F.length-=ve;G[fe++]=rt[Ve++],--ve;);F.length===0&&(F.mode=21);break;case 26:if(ge===0)break e;G[fe++]=F.length,ge--,F.mode=21;break;case 27:if(F.wrap){for(;te<32;){if(se===0)break e;se--,K|=pe[$++]<<te,te+=8}if(he-=ge,M.total_out+=he,F.total+=he,he&&(M.adler=F.check=F.flags?s(F.check,G,he,fe-he):a(F.check,G,he,fe-he)),he=ge,(F.flags?K:C(K))!==F.check){M.msg="incorrect data check",F.mode=30;break}te=K=0}F.mode=28;case 28:if(F.wrap&&F.flags){for(;te<32;){if(se===0)break e;se--,K+=pe[$++]<<te,te+=8}if(K!==(4294967295&F.total)){M.msg="incorrect length check",F.mode=30;break}te=K=0}F.mode=29;case 29:be=1;break e;case 30:be=-3;break e;case 31:return-4;case 32:default:return d}return M.next_out=fe,M.avail_out=ge,M.next_in=$,M.avail_in=se,F.hold=K,F.bits=te,(F.wsize||he!==M.avail_out&&F.mode<30&&(F.mode<27||J!==4))&&ce(M,M.output,M.next_out,he-M.avail_out)?(F.mode=31,-4):(Oe-=M.avail_in,he-=M.avail_out,M.total_in+=Oe,M.total_out+=he,F.total+=he,F.wrap&&he&&(M.adler=F.check=F.flags?s(F.check,G,he,M.next_out-he):a(F.check,G,he,M.next_out-he)),M.data_type=F.bits+(F.last?64:0)+(F.mode===12?128:0)+(F.mode===20||F.mode===15?256:0),(Oe==0&&he===0||J===4)&&be===h&&(be=-5),be)},i.inflateEnd=function(M){if(!M||!M.state)return d;var J=M.state;return J.window&&(J.window=null),M.state=null,h},i.inflateGetHeader=function(M,J){var F;return M&&M.state?(2&(F=M.state).wrap)==0?d:((F.head=J).done=!1,h):d},i.inflateSetDictionary=function(M,J){var F,pe=J.length;return M&&M.state?(F=M.state).wrap!==0&&F.mode!==11?d:F.mode===11&&a(1,J,pe,0)!==F.check?-3:ce(M,J,pe,pe)?(F.mode=31,-4):(F.havedict=1,h):d},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(u,f,h,d,y,w,D,C){var A,R,P,I,L,z,j,B,re,ce=C.bits,M=0,J=0,F=0,pe=0,G=0,$=0,fe=0,se=0,ge=0,K=0,te=null,Oe=0,he=new o.Buf16(16),ve=new o.Buf16(16),Ve=null,rt=0;for(M=0;M<=15;M++)he[M]=0;for(J=0;J<d;J++)he[f[h+J]]++;for(G=ce,pe=15;1<=pe&&he[pe]===0;pe--);if(pe<G&&(G=pe),pe===0)return y[w++]=20971520,y[w++]=20971520,C.bits=1,0;for(F=1;F<pe&&he[F]===0;F++);for(G<F&&(G=F),M=se=1;M<=15;M++)if(se<<=1,(se-=he[M])<0)return-1;if(0<se&&(u===0||pe!==1))return-1;for(ve[1]=0,M=1;M<15;M++)ve[M+1]=ve[M]+he[M];for(J=0;J<d;J++)f[h+J]!==0&&(D[ve[f[h+J]]++]=J);if(z=u===0?(te=Ve=D,19):u===1?(te=a,Oe-=257,Ve=s,rt-=257,256):(te=l,Ve=c,-1),M=F,L=w,fe=J=K=0,P=-1,I=(ge=1<<($=G))-1,u===1&&852<ge||u===2&&592<ge)return 1;for(;;){for(j=M-fe,re=D[J]<z?(B=0,D[J]):D[J]>z?(B=Ve[rt+D[J]],te[Oe+D[J]]):(B=96,0),A=1<<M-fe,F=R=1<<$;y[L+(K>>fe)+(R-=A)]=j<<24|B<<16|re|0,R!==0;);for(A=1<<M-1;K&A;)A>>=1;if(A!==0?(K&=A-1,K+=A):K=0,J++,--he[M]==0){if(M===pe)break;M=f[h+D[J]]}if(G<M&&(K&I)!==P){for(fe===0&&(fe=G),L+=F,se=1<<($=M-fe);$+fe<pe&&!((se-=he[$+fe])<=0);)$++,se<<=1;if(ge+=1<<$,u===1&&852<ge||u===2&&592<ge)return 1;y[P=K&I]=G<<24|$<<16|L-w|0}}return K!==0&&(y[L+K]=M-fe<<24|64<<16|0),C.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 me=ne.length;0<=--me;)ne[me]=0}var c=0,u=29,f=256,h=f+1+u,d=30,y=19,w=2*h+1,D=15,C=16,A=7,R=256,P=16,I=17,L=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],j=[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],B=[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,3,7],re=[16,17,18,0,8,7,9,6,10,5,11,4,12,3,13,2,14,1,15],ce=new Array(2*(h+2));l(ce);var M=new Array(2*d);l(M);var J=new Array(512);l(J);var F=new Array(256);l(F);var pe=new Array(u);l(pe);var G,$,fe,se=new Array(d);function ge(ne,me,Ie,Se,we){this.static_tree=ne,this.extra_bits=me,this.extra_base=Ie,this.elems=Se,this.max_length=we,this.has_stree=ne&&ne.length}function K(ne,me){this.dyn_tree=ne,this.max_code=0,this.stat_desc=me}function te(ne){return ne<256?J[ne]:J[256+(ne>>>7)]}function Oe(ne,me){ne.pending_buf[ne.pending++]=255&me,ne.pending_buf[ne.pending++]=me>>>8&255}function he(ne,me,Ie){ne.bi_valid>C-Ie?(ne.bi_buf|=me<<ne.bi_valid&65535,Oe(ne,ne.bi_buf),ne.bi_buf=me>>C-ne.bi_valid,ne.bi_valid+=Ie-C):(ne.bi_buf|=me<<ne.bi_valid&65535,ne.bi_valid+=Ie)}function ve(ne,me,Ie){he(ne,Ie[2*me],Ie[2*me+1])}function Ve(ne,me){for(var Ie=0;Ie|=1&ne,ne>>>=1,Ie<<=1,0<--me;);return Ie>>>1}function rt(ne,me,Ie){var Se,we,de=new Array(D+1),De=0;for(Se=1;Se<=D;Se++)de[Se]=De=De+Ie[Se-1]<<1;for(we=0;we<=me;we++){var Ae=ne[2*we+1];Ae!==0&&(ne[2*we]=Ve(de[Ae]++,Ae))}}function $e(ne){var me;for(me=0;me<h;me++)ne.dyn_ltree[2*me]=0;for(me=0;me<d;me++)ne.dyn_dtree[2*me]=0;for(me=0;me<y;me++)ne.bl_tree[2*me]=0;ne.dyn_ltree[2*R]=1,ne.opt_len=ne.static_len=0,ne.last_lit=ne.matches=0}function Xe(ne){8<ne.bi_valid?Oe(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 Ze(ne,me,Ie,Se){var we=2*me,de=2*Ie;return ne[we]<ne[de]||ne[we]===ne[de]&&Se[me]<=Se[Ie]}function ot(ne,me,Ie){for(var Se=ne.heap[Ie],we=Ie<<1;we<=ne.heap_len&&(we<ne.heap_len&&Ze(me,ne.heap[we+1],ne.heap[we],ne.depth)&&we++,!Ze(me,Se,ne.heap[we],ne.depth));)ne.heap[Ie]=ne.heap[we],Ie=we,we<<=1;ne.heap[Ie]=Se}function Ke(ne,me,Ie){var Se,we,de,De,Ae=0;if(ne.last_lit!==0)for(;Se=ne.pending_buf[ne.d_buf+2*Ae]<<8|ne.pending_buf[ne.d_buf+2*Ae+1],we=ne.pending_buf[ne.l_buf+Ae],Ae++,Se===0?ve(ne,we,me):(ve(ne,(de=F[we])+f+1,me),(De=z[de])!==0&&he(ne,we-=pe[de],De),ve(ne,de=te(--Se),Ie),(De=j[de])!==0&&he(ne,Se-=se[de],De)),Ae<ne.last_lit;);ve(ne,R,me)}function lt(ne,me){var Ie,Se,we,de=me.dyn_tree,De=me.stat_desc.static_tree,Ae=me.stat_desc.has_stree,Le=me.stat_desc.elems,ct=-1;for(ne.heap_len=0,ne.heap_max=w,Ie=0;Ie<Le;Ie++)de[2*Ie]!==0?(ne.heap[++ne.heap_len]=ct=Ie,ne.depth[Ie]=0):de[2*Ie+1]=0;for(;ne.heap_len<2;)de[2*(we=ne.heap[++ne.heap_len]=ct<2?++ct:0)]=1,ne.depth[we]=0,ne.opt_len--,Ae&&(ne.static_len-=De[2*we+1]);for(me.max_code=ct,Ie=ne.heap_len>>1;1<=Ie;Ie--)ot(ne,de,Ie);for(we=Le;Ie=ne.heap[1],ne.heap[1]=ne.heap[ne.heap_len--],ot(ne,de,1),Se=ne.heap[1],ne.heap[--ne.heap_max]=Ie,ne.heap[--ne.heap_max]=Se,de[2*we]=de[2*Ie]+de[2*Se],ne.depth[we]=(ne.depth[Ie]>=ne.depth[Se]?ne.depth[Ie]:ne.depth[Se])+1,de[2*Ie+1]=de[2*Se+1]=we,ne.heap[1]=we++,ot(ne,de,1),2<=ne.heap_len;);ne.heap[--ne.heap_max]=ne.heap[1],function(xt,Rt){var St,Re,je,ut,mt,Wt,ke=Rt.dyn_tree,Ne=Rt.max_code,zt=Rt.stat_desc.static_tree,Lt=Rt.stat_desc.has_stree,an=Rt.stat_desc.extra_bits,Y=Rt.stat_desc.extra_base,ee=Rt.stat_desc.max_length,xe=0;for(ut=0;ut<=D;ut++)xt.bl_count[ut]=0;for(ke[2*xt.heap[xt.heap_max]+1]=0,St=xt.heap_max+1;St<w;St++)ee<(ut=ke[2*ke[2*(Re=xt.heap[St])+1]+1]+1)&&(ut=ee,xe++),ke[2*Re+1]=ut,Ne<Re||(xt.bl_count[ut]++,mt=0,Y<=Re&&(mt=an[Re-Y]),Wt=ke[2*Re],xt.opt_len+=Wt*(ut+mt),Lt&&(xt.static_len+=Wt*(zt[2*Re+1]+mt)));if(xe!==0){do{for(ut=ee-1;xt.bl_count[ut]===0;)ut--;xt.bl_count[ut]--,xt.bl_count[ut+1]+=2,xt.bl_count[ee]--,xe-=2}while(0<xe);for(ut=ee;ut!==0;ut--)for(Re=xt.bl_count[ut];Re!==0;)Ne<(je=xt.heap[--St])||(ke[2*je+1]!==ut&&(xt.opt_len+=(ut-ke[2*je+1])*ke[2*je],ke[2*je+1]=ut),Re--)}}(ne,me),rt(de,ct,ne.bl_count)}function O(ne,me,Ie){var Se,we,de=-1,De=me[1],Ae=0,Le=7,ct=4;for(De===0&&(Le=138,ct=3),me[2*(Ie+1)+1]=65535,Se=0;Se<=Ie;Se++)we=De,De=me[2*(Se+1)+1],++Ae<Le&&we===De||(Ae<ct?ne.bl_tree[2*we]+=Ae:we!==0?(we!==de&&ne.bl_tree[2*we]++,ne.bl_tree[2*P]++):Ae<=10?ne.bl_tree[2*I]++:ne.bl_tree[2*L]++,de=we,ct=(Ae=0)===De?(Le=138,3):we===De?(Le=6,3):(Le=7,4))}function be(ne,me,Ie){var Se,we,de=-1,De=me[1],Ae=0,Le=7,ct=4;for(De===0&&(Le=138,ct=3),Se=0;Se<=Ie;Se++)if(we=De,De=me[2*(Se+1)+1],!(++Ae<Le&&we===De)){if(Ae<ct)for(;ve(ne,we,ne.bl_tree),--Ae!=0;);else we!==0?(we!==de&&(ve(ne,we,ne.bl_tree),Ae--),ve(ne,P,ne.bl_tree),he(ne,Ae-3,2)):Ae<=10?(ve(ne,I,ne.bl_tree),he(ne,Ae-3,3)):(ve(ne,L,ne.bl_tree),he(ne,Ae-11,7));de=we,ct=(Ae=0)===De?(Le=138,3):we===De?(Le=6,3):(Le=7,4)}}l(se);var ye=!1;function ie(ne,me,Ie,Se){he(ne,(c<<1)+(Se?1:0),3),function(we,de,De,Ae){Xe(we),Oe(we,De),Oe(we,~De),o.arraySet(we.pending_buf,we.window,de,De,we.pending),we.pending+=De}(ne,me,Ie)}i._tr_init=function(ne){ye||(function(){var me,Ie,Se,we,de,De=new Array(D+1);for(we=Se=0;we<u-1;we++)for(pe[we]=Se,me=0;me<1<<z[we];me++)F[Se++]=we;for(F[Se-1]=we,we=de=0;we<16;we++)for(se[we]=de,me=0;me<1<<j[we];me++)J[de++]=we;for(de>>=7;we<d;we++)for(se[we]=de<<7,me=0;me<1<<j[we]-7;me++)J[256+de++]=we;for(Ie=0;Ie<=D;Ie++)De[Ie]=0;for(me=0;me<=143;)ce[2*me+1]=8,me++,De[8]++;for(;me<=255;)ce[2*me+1]=9,me++,De[9]++;for(;me<=279;)ce[2*me+1]=7,me++,De[7]++;for(;me<=287;)ce[2*me+1]=8,me++,De[8]++;for(rt(ce,h+1,De),me=0;me<d;me++)M[2*me+1]=5,M[2*me]=Ve(me,5);G=new ge(ce,z,f+1,h,D),$=new ge(M,j,0,d,D),fe=new ge(new Array(0),B,0,y,A)}(),ye=!0),ne.l_desc=new K(ne.dyn_ltree,G),ne.d_desc=new K(ne.dyn_dtree,$),ne.bl_desc=new K(ne.bl_tree,fe),ne.bi_buf=0,ne.bi_valid=0,$e(ne)},i._tr_stored_block=ie,i._tr_flush_block=function(ne,me,Ie,Se){var we,de,De=0;0<ne.level?(ne.strm.data_type===2&&(ne.strm.data_type=function(Ae){var Le,ct=4093624447;for(Le=0;Le<=31;Le++,ct>>>=1)if(1&ct&&Ae.dyn_ltree[2*Le]!==0)return a;if(Ae.dyn_ltree[18]!==0||Ae.dyn_ltree[20]!==0||Ae.dyn_ltree[26]!==0)return s;for(Le=32;Le<f;Le++)if(Ae.dyn_ltree[2*Le]!==0)return s;return a}(ne)),lt(ne,ne.l_desc),lt(ne,ne.d_desc),De=function(Ae){var Le;for(O(Ae,Ae.dyn_ltree,Ae.l_desc.max_code),O(Ae,Ae.dyn_dtree,Ae.d_desc.max_code),lt(Ae,Ae.bl_desc),Le=y-1;3<=Le&&Ae.bl_tree[2*re[Le]+1]===0;Le--);return Ae.opt_len+=3*(Le+1)+5+5+4,Le}(ne),we=ne.opt_len+3+7>>>3,(de=ne.static_len+3+7>>>3)<=we&&(we=de)):we=de=Ie+5,Ie+4<=we&&me!==-1?ie(ne,me,Ie,Se):ne.strategy===4||de===we?(he(ne,2+(Se?1:0),3),Ke(ne,ce,M)):(he(ne,4+(Se?1:0),3),function(Ae,Le,ct,xt){var Rt;for(he(Ae,Le-257,5),he(Ae,ct-1,5),he(Ae,xt-4,4),Rt=0;Rt<xt;Rt++)he(Ae,Ae.bl_tree[2*re[Rt]+1],3);be(Ae,Ae.dyn_ltree,Le-1),be(Ae,Ae.dyn_dtree,ct-1)}(ne,ne.l_desc.max_code+1,ne.d_desc.max_code+1,De+1),Ke(ne,ne.dyn_ltree,ne.dyn_dtree)),$e(ne),Se&&Xe(ne)},i._tr_tally=function(ne,me,Ie){return ne.pending_buf[ne.d_buf+2*ne.last_lit]=me>>>8&255,ne.pending_buf[ne.d_buf+2*ne.last_lit+1]=255&me,ne.pending_buf[ne.l_buf+ne.last_lit]=255&Ie,ne.last_lit++,me===0?ne.dyn_ltree[2*Ie]++:(ne.matches++,me--,ne.dyn_ltree[2*(F[Ie]+f+1)]++,ne.dyn_dtree[2*te(me)]++),ne.last_lit===ne.lit_bufsize-1},i._tr_align=function(ne){he(ne,2,3),ve(ne,R,ce),function(me){me.bi_valid===16?(Oe(me,me.bi_buf),me.bi_buf=0,me.bi_valid=0):8<=me.bi_valid&&(me.pending_buf[me.pending++]=255&me.bi_buf,me.bi_buf>>=8,me.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,u,f,h=1,d={},y=!1,w=a.document,D=Object.getPrototypeOf&&Object.getPrototypeOf(a);D=D&&D.setTimeout?D:a,l={}.toString.call(a.process)==="[object process]"?function(P){process.nextTick(function(){A(P)})}:function(){if(a.postMessage&&!a.importScripts){var P=!0,I=a.onmessage;return a.onmessage=function(){P=!1},a.postMessage("","*"),a.onmessage=I,P}}()?(f="setImmediate$"+Math.random()+"$",a.addEventListener?a.addEventListener("message",R,!1):a.attachEvent("onmessage",R),function(P){a.postMessage(f+P,"*")}):a.MessageChannel?((u=new MessageChannel).port1.onmessage=function(P){A(P.data)},function(P){u.port2.postMessage(P)}):w&&"onreadystatechange"in w.createElement("script")?(c=w.documentElement,function(P){var I=w.createElement("script");I.onreadystatechange=function(){A(P),I.onreadystatechange=null,c.removeChild(I),I=null},c.appendChild(I)}):function(P){setTimeout(A,0,P)},D.setImmediate=function(P){typeof P!="function"&&(P=new Function(""+P));for(var I=new Array(arguments.length-1),L=0;L<I.length;L++)I[L]=arguments[L+1];var z={callback:P,args:I};return d[h]=z,l(h),h++},D.clearImmediate=C}function C(P){delete d[P]}function A(P){if(y)setTimeout(A,0,P);else{var I=d[P];if(I){y=!0;try{(function(L){var z=L.callback,j=L.args;switch(j.length){case 0:z();break;case 1:z(j[0]);break;case 2:z(j[0],j[1]);break;case 3:z(j[0],j[1],j[2]);break;default:z.apply(s,j)}})(I)}finally{C(P),y=!1}}}}function R(P){P.source===a&&typeof P.data=="string"&&P.data.indexOf(f)===0&&A(+P.data.slice(f.length))}})(typeof self>"u"?o===void 0?this:o:self)}).call(this,typeof ec<"u"?ec:typeof self<"u"?self:typeof window<"u"?window:{})},{}]},{},[10])(10)})}(z0)),z0.exports}var CS;function p5(){if(CS)return Tp;CS=1;var n=ZW(),e=JW();Tp.openArrayBuffer=t,Tp.splitPath=r,Tp.joinPath=i;function t(o){return e.loadAsync(o).then(function(a){function s(f){return a.file(f)!==null}function l(f,h){return a.file(f).async("uint8array").then(function(d){if(h==="base64")return n.fromByteArray(d);if(h){var y=new TextDecoder(h);return y.decode(d)}else return d})}function c(f,h){a.file(f,h)}function u(){return a.generateAsync({type:"arraybuffer"})}return{exists:s,read:l,write:c,toArrayBuffer:u}})}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 Tp}var iy={},Xf={},Ch={},_S;function g5(){if(_S)return Ch;_S=1;var n=ci;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 H0={},oy={},Cp={},uf={},Ld={},SS;function Cm(){if(SS)return Ld;SS=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 Ld.assign=t,Ld.find=n,Ld.freeze=e,Ld.MIME_TYPE=r,Ld.NAMESPACE=i,Ld}var AS;function ED(){if(AS)return uf;AS=1;var n=Cm(),e=n.find,t=n.NAMESPACE;function r(Y){return Y!==""}function i(Y){return Y?Y.split(/[\t\n\f\r ]+/).filter(r):[]}function o(Y,ee){return Y.hasOwnProperty(ee)||(Y[ee]=!0),Y}function a(Y){if(!Y)return[];var ee=i(Y);return Object.keys(ee.reduce(o,{}))}function s(Y){return function(ee){return Y&&Y.indexOf(ee)!==-1}}function l(Y,ee){for(var xe in Y)Object.prototype.hasOwnProperty.call(Y,xe)&&(ee[xe]=Y[xe])}function c(Y,ee){var xe=Y.prototype;if(!(xe instanceof ee)){let We=function(){};We.prototype=ee.prototype,We=new We,l(xe,We),Y.prototype=xe=We}xe.constructor!=Y&&(typeof Y!="function"&&console.error("unknown Class:"+Y),xe.constructor=Y)}var u={},f=u.ELEMENT_NODE=1,h=u.ATTRIBUTE_NODE=2,d=u.TEXT_NODE=3,y=u.CDATA_SECTION_NODE=4,w=u.ENTITY_REFERENCE_NODE=5,D=u.ENTITY_NODE=6,C=u.PROCESSING_INSTRUCTION_NODE=7,A=u.COMMENT_NODE=8,R=u.DOCUMENT_NODE=9,P=u.DOCUMENT_TYPE_NODE=10,I=u.DOCUMENT_FRAGMENT_NODE=11,L=u.NOTATION_NODE=12,z={},j={};z.INDEX_SIZE_ERR=(j[1]="Index size error",1),z.DOMSTRING_SIZE_ERR=(j[2]="DOMString size error",2);var B=z.HIERARCHY_REQUEST_ERR=(j[3]="Hierarchy request error",3);z.WRONG_DOCUMENT_ERR=(j[4]="Wrong document",4),z.INVALID_CHARACTER_ERR=(j[5]="Invalid character",5),z.NO_DATA_ALLOWED_ERR=(j[6]="No data allowed",6),z.NO_MODIFICATION_ALLOWED_ERR=(j[7]="No modification allowed",7);var re=z.NOT_FOUND_ERR=(j[8]="Not found",8);z.NOT_SUPPORTED_ERR=(j[9]="Not supported",9);var ce=z.INUSE_ATTRIBUTE_ERR=(j[10]="Attribute in use",10);z.INVALID_STATE_ERR=(j[11]="Invalid state",11),z.SYNTAX_ERR=(j[12]="Syntax error",12),z.INVALID_MODIFICATION_ERR=(j[13]="Invalid modification",13),z.NAMESPACE_ERR=(j[14]="Invalid namespace",14),z.INVALID_ACCESS_ERR=(j[15]="Invalid access",15);function M(Y,ee){if(ee instanceof Error)var xe=ee;else xe=this,Error.call(this,j[Y]),this.message=j[Y],Error.captureStackTrace&&Error.captureStackTrace(this,M);return xe.code=Y,ee&&(this.message=this.message+": "+ee),xe}M.prototype=Error.prototype,l(z,M);function J(){}J.prototype={length:0,item:function(Y){return Y>=0&&Y<this.length?this[Y]:null},toString:function(Y,ee){for(var xe=[],We=0;We<this.length;We++)Ne(this[We],xe,Y,ee);return xe.join("")},filter:function(Y){return Array.prototype.filter.call(this,Y)},indexOf:function(Y){return Array.prototype.indexOf.call(this,Y)}};function F(Y,ee){this._node=Y,this._refresh=ee,pe(this)}function pe(Y){var ee=Y._node._inc||Y._node.ownerDocument._inc;if(Y._inc!==ee){var xe=Y._refresh(Y._node);if(an(Y,"length",xe.length),!Y.$$length||xe.length<Y.$$length)for(var We=xe.length;We in Y;We++)Object.prototype.hasOwnProperty.call(Y,We)&&delete Y[We];l(xe,Y),Y._inc=ee}}F.prototype.item=function(Y){return pe(this),this[Y]||null},c(F,J);function G(){}function $(Y,ee){for(var xe=Y.length;xe--;)if(Y[xe]===ee)return xe}function fe(Y,ee,xe,We){if(We?ee[$(ee,We)]=xe:ee[ee.length++]=xe,Y){xe.ownerElement=Y;var ft=Y.ownerDocument;ft&&(We&&Ve(ft,Y,We),ve(ft,Y,xe))}}function se(Y,ee,xe){var We=$(ee,xe);if(We>=0){for(var ft=ee.length-1;We<ft;)ee[We]=ee[++We];if(ee.length=ft,Y){var At=Y.ownerDocument;At&&(Ve(At,Y,xe),xe.ownerElement=null)}}else throw new M(re,new Error(Y.tagName+"@"+xe))}G.prototype={length:0,item:J.prototype.item,getNamedItem:function(Y){for(var ee=this.length;ee--;){var xe=this[ee];if(xe.nodeName==Y)return xe}},setNamedItem:function(Y){var ee=Y.ownerElement;if(ee&&ee!=this._ownerElement)throw new M(ce);var xe=this.getNamedItem(Y.nodeName);return fe(this._ownerElement,this,Y,xe),xe},setNamedItemNS:function(Y){var ee=Y.ownerElement,xe;if(ee&&ee!=this._ownerElement)throw new M(ce);return xe=this.getNamedItemNS(Y.namespaceURI,Y.localName),fe(this._ownerElement,this,Y,xe),xe},removeNamedItem:function(Y){var ee=this.getNamedItem(Y);return se(this._ownerElement,this,ee),ee},removeNamedItemNS:function(Y,ee){var xe=this.getNamedItemNS(Y,ee);return se(this._ownerElement,this,xe),xe},getNamedItemNS:function(Y,ee){for(var xe=this.length;xe--;){var We=this[xe];if(We.localName==ee&&We.namespaceURI==Y)return We}return null}};function ge(){}ge.prototype={hasFeature:function(Y,ee){return!0},createDocument:function(Y,ee,xe){var We=new he;if(We.implementation=this,We.childNodes=new J,We.doctype=xe||null,xe&&We.appendChild(xe),ee){var ft=We.createElementNS(Y,ee);We.appendChild(ft)}return We},createDocumentType:function(Y,ee,xe){var We=new ct;return We.name=Y,We.nodeName=Y,We.publicId=ee||"",We.systemId=xe||"",We}};function K(){}K.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(Y,ee){return me(this,Y,ee)},replaceChild:function(Y,ee){me(this,Y,ee,ne),ee&&this.removeChild(ee)},removeChild:function(Y){return $e(this,Y)},appendChild:function(Y){return this.insertBefore(Y,null)},hasChildNodes:function(){return this.firstChild!=null},cloneNode:function(Y){return Lt(this.ownerDocument||this,this,Y)},normalize:function(){for(var Y=this.firstChild;Y;){var ee=Y.nextSibling;ee&&ee.nodeType==d&&Y.nodeType==d?(this.removeChild(ee),Y.appendData(ee.data)):(Y.normalize(),Y=ee)}},isSupported:function(Y,ee){return this.ownerDocument.implementation.hasFeature(Y,ee)},hasAttributes:function(){return this.attributes.length>0},lookupPrefix:function(Y){for(var ee=this;ee;){var xe=ee._nsMap;if(xe){for(var We in xe)if(Object.prototype.hasOwnProperty.call(xe,We)&&xe[We]===Y)return We}ee=ee.nodeType==h?ee.ownerDocument:ee.parentNode}return null},lookupNamespaceURI:function(Y){for(var ee=this;ee;){var xe=ee._nsMap;if(xe&&Object.prototype.hasOwnProperty.call(xe,Y))return xe[Y];ee=ee.nodeType==h?ee.ownerDocument:ee.parentNode}return null},isDefaultNamespace:function(Y){var ee=this.lookupPrefix(Y);return ee==null}};function te(Y){return Y=="<"&&"<"||Y==">"&&">"||Y=="&"&&"&"||Y=='"'&&"""||"&#"+Y.charCodeAt()+";"}l(u,K),l(u,K.prototype);function Oe(Y,ee){if(ee(Y))return!0;if(Y=Y.firstChild)do if(Oe(Y,ee))return!0;while(Y=Y.nextSibling)}function he(){this.ownerDocument=this}function ve(Y,ee,xe){Y&&Y._inc++;var We=xe.namespaceURI;We===t.XMLNS&&(ee._nsMap[xe.prefix?xe.localName:""]=xe.value)}function Ve(Y,ee,xe,We){Y&&Y._inc++;var ft=xe.namespaceURI;ft===t.XMLNS&&delete ee._nsMap[xe.prefix?xe.localName:""]}function rt(Y,ee,xe){if(Y&&Y._inc){Y._inc++;var We=ee.childNodes;if(xe)We[We.length++]=xe;else{for(var ft=ee.firstChild,At=0;ft;)We[At++]=ft,ft=ft.nextSibling;We.length=At,delete We[We.length]}}}function $e(Y,ee){var xe=ee.previousSibling,We=ee.nextSibling;return xe?xe.nextSibling=We:Y.firstChild=We,We?We.previousSibling=xe:Y.lastChild=xe,ee.parentNode=null,ee.previousSibling=null,ee.nextSibling=null,rt(Y.ownerDocument,Y),ee}function Xe(Y){return Y&&(Y.nodeType===K.DOCUMENT_NODE||Y.nodeType===K.DOCUMENT_FRAGMENT_NODE||Y.nodeType===K.ELEMENT_NODE)}function Ze(Y){return Y&&(Ke(Y)||lt(Y)||ot(Y)||Y.nodeType===K.DOCUMENT_FRAGMENT_NODE||Y.nodeType===K.COMMENT_NODE||Y.nodeType===K.PROCESSING_INSTRUCTION_NODE)}function ot(Y){return Y&&Y.nodeType===K.DOCUMENT_TYPE_NODE}function Ke(Y){return Y&&Y.nodeType===K.ELEMENT_NODE}function lt(Y){return Y&&Y.nodeType===K.TEXT_NODE}function O(Y,ee){var xe=Y.childNodes||[];if(e(xe,Ke)||ot(ee))return!1;var We=e(xe,ot);return!(ee&&We&&xe.indexOf(We)>xe.indexOf(ee))}function be(Y,ee){var xe=Y.childNodes||[];function We(At){return Ke(At)&&At!==ee}if(e(xe,We))return!1;var ft=e(xe,ot);return!(ee&&ft&&xe.indexOf(ft)>xe.indexOf(ee))}function ye(Y,ee,xe){if(!Xe(Y))throw new M(B,"Unexpected parent node type "+Y.nodeType);if(xe&&xe.parentNode!==Y)throw new M(re,"child not in parent");if(!Ze(ee)||ot(ee)&&Y.nodeType!==K.DOCUMENT_NODE)throw new M(B,"Unexpected node type "+ee.nodeType+" for parent node type "+Y.nodeType)}function ie(Y,ee,xe){var We=Y.childNodes||[],ft=ee.childNodes||[];if(ee.nodeType===K.DOCUMENT_FRAGMENT_NODE){var At=ft.filter(Ke);if(At.length>1||e(ft,lt))throw new M(B,"More than one element or text in fragment");if(At.length===1&&!O(Y,xe))throw new M(B,"Element in fragment can not be inserted before doctype")}if(Ke(ee)&&!O(Y,xe))throw new M(B,"Only one element can be added and only after doctype");if(ot(ee)){if(e(We,ot))throw new M(B,"Only one doctype is allowed");var Ft=e(We,Ke);if(xe&&We.indexOf(Ft)<We.indexOf(xe))throw new M(B,"Doctype can only be inserted before an element");if(!xe&&Ft)throw new M(B,"Doctype can not be appended since element is present")}}function ne(Y,ee,xe){var We=Y.childNodes||[],ft=ee.childNodes||[];if(ee.nodeType===K.DOCUMENT_FRAGMENT_NODE){var At=ft.filter(Ke);if(At.length>1||e(ft,lt))throw new M(B,"More than one element or text in fragment");if(At.length===1&&!be(Y,xe))throw new M(B,"Element in fragment can not be inserted before doctype")}if(Ke(ee)&&!be(Y,xe))throw new M(B,"Only one element can be added and only after doctype");if(ot(ee)){if(e(We,function(jt){return ot(jt)&&jt!==xe}))throw new M(B,"Only one doctype is allowed");var Ft=e(We,Ke);if(xe&&We.indexOf(Ft)<We.indexOf(xe))throw new M(B,"Doctype can only be inserted before an element")}}function me(Y,ee,xe,We){ye(Y,ee,xe),Y.nodeType===K.DOCUMENT_NODE&&(We||ie)(Y,ee,xe);var ft=ee.parentNode;if(ft&&ft.removeChild(ee),ee.nodeType===I){var At=ee.firstChild;if(At==null)return ee;var Ft=ee.lastChild}else At=Ft=ee;var Yt=xe?xe.previousSibling:Y.lastChild;At.previousSibling=Yt,Ft.nextSibling=xe,Yt?Yt.nextSibling=At:Y.firstChild=At,xe==null?Y.lastChild=Ft:xe.previousSibling=Ft;do At.parentNode=Y;while(At!==Ft&&(At=At.nextSibling));return rt(Y.ownerDocument||Y,Y),ee.nodeType==I&&(ee.firstChild=ee.lastChild=null),ee}function Ie(Y,ee){return ee.parentNode&&ee.parentNode.removeChild(ee),ee.parentNode=Y,ee.previousSibling=Y.lastChild,ee.nextSibling=null,ee.previousSibling?ee.previousSibling.nextSibling=ee:Y.firstChild=ee,Y.lastChild=ee,rt(Y.ownerDocument,Y,ee),ee}he.prototype={nodeName:"#document",nodeType:R,doctype:null,documentElement:null,_inc:1,insertBefore:function(Y,ee){if(Y.nodeType==I){for(var xe=Y.firstChild;xe;){var We=xe.nextSibling;this.insertBefore(xe,ee),xe=We}return Y}return me(this,Y,ee),Y.ownerDocument=this,this.documentElement===null&&Y.nodeType===f&&(this.documentElement=Y),Y},removeChild:function(Y){return this.documentElement==Y&&(this.documentElement=null),$e(this,Y)},replaceChild:function(Y,ee){me(this,Y,ee,ne),Y.ownerDocument=this,ee&&this.removeChild(ee),Ke(Y)&&(this.documentElement=Y)},importNode:function(Y,ee){return zt(this,Y,ee)},getElementById:function(Y){var ee=null;return Oe(this.documentElement,function(xe){if(xe.nodeType==f&&xe.getAttribute("id")==Y)return ee=xe,!0}),ee},getElementsByClassName:function(Y){var ee=a(Y);return new F(this,function(xe){var We=[];return ee.length>0&&Oe(xe.documentElement,function(ft){if(ft!==xe&&ft.nodeType===f){var At=ft.getAttribute("class");if(At){var Ft=Y===At;if(!Ft){var Yt=a(At);Ft=ee.every(s(Yt))}Ft&&We.push(ft)}}}),We})},createElement:function(Y){var ee=new Se;ee.ownerDocument=this,ee.nodeName=Y,ee.tagName=Y,ee.localName=Y,ee.childNodes=new J;var xe=ee.attributes=new G;return xe._ownerElement=ee,ee},createDocumentFragment:function(){var Y=new Re;return Y.ownerDocument=this,Y.childNodes=new J,Y},createTextNode:function(Y){var ee=new De;return ee.ownerDocument=this,ee.appendData(Y),ee},createComment:function(Y){var ee=new Ae;return ee.ownerDocument=this,ee.appendData(Y),ee},createCDATASection:function(Y){var ee=new Le;return ee.ownerDocument=this,ee.appendData(Y),ee},createProcessingInstruction:function(Y,ee){var xe=new je;return xe.ownerDocument=this,xe.tagName=xe.nodeName=xe.target=Y,xe.nodeValue=xe.data=ee,xe},createAttribute:function(Y){var ee=new we;return ee.ownerDocument=this,ee.name=Y,ee.nodeName=Y,ee.localName=Y,ee.specified=!0,ee},createEntityReference:function(Y){var ee=new St;return ee.ownerDocument=this,ee.nodeName=Y,ee},createElementNS:function(Y,ee){var xe=new Se,We=ee.split(":"),ft=xe.attributes=new G;return xe.childNodes=new J,xe.ownerDocument=this,xe.nodeName=ee,xe.tagName=ee,xe.namespaceURI=Y,We.length==2?(xe.prefix=We[0],xe.localName=We[1]):xe.localName=ee,ft._ownerElement=xe,xe},createAttributeNS:function(Y,ee){var xe=new we,We=ee.split(":");return xe.ownerDocument=this,xe.nodeName=ee,xe.name=ee,xe.namespaceURI=Y,xe.specified=!0,We.length==2?(xe.prefix=We[0],xe.localName=We[1]):xe.localName=ee,xe}},c(he,K);function Se(){this._nsMap={}}Se.prototype={nodeType:f,hasAttribute:function(Y){return this.getAttributeNode(Y)!=null},getAttribute:function(Y){var ee=this.getAttributeNode(Y);return ee&&ee.value||""},getAttributeNode:function(Y){return this.attributes.getNamedItem(Y)},setAttribute:function(Y,ee){var xe=this.ownerDocument.createAttribute(Y);xe.value=xe.nodeValue=""+ee,this.setAttributeNode(xe)},removeAttribute:function(Y){var ee=this.getAttributeNode(Y);ee&&this.removeAttributeNode(ee)},appendChild:function(Y){return Y.nodeType===I?this.insertBefore(Y,null):Ie(this,Y)},setAttributeNode:function(Y){return this.attributes.setNamedItem(Y)},setAttributeNodeNS:function(Y){return this.attributes.setNamedItemNS(Y)},removeAttributeNode:function(Y){return this.attributes.removeNamedItem(Y.nodeName)},removeAttributeNS:function(Y,ee){var xe=this.getAttributeNodeNS(Y,ee);xe&&this.removeAttributeNode(xe)},hasAttributeNS:function(Y,ee){return this.getAttributeNodeNS(Y,ee)!=null},getAttributeNS:function(Y,ee){var xe=this.getAttributeNodeNS(Y,ee);return xe&&xe.value||""},setAttributeNS:function(Y,ee,xe){var We=this.ownerDocument.createAttributeNS(Y,ee);We.value=We.nodeValue=""+xe,this.setAttributeNode(We)},getAttributeNodeNS:function(Y,ee){return this.attributes.getNamedItemNS(Y,ee)},getElementsByTagName:function(Y){return new F(this,function(ee){var xe=[];return Oe(ee,function(We){We!==ee&&We.nodeType==f&&(Y==="*"||We.tagName==Y)&&xe.push(We)}),xe})},getElementsByTagNameNS:function(Y,ee){return new F(this,function(xe){var We=[];return Oe(xe,function(ft){ft!==xe&&ft.nodeType===f&&(Y==="*"||ft.namespaceURI===Y)&&(ee==="*"||ft.localName==ee)&&We.push(ft)}),We})}},he.prototype.getElementsByTagName=Se.prototype.getElementsByTagName,he.prototype.getElementsByTagNameNS=Se.prototype.getElementsByTagNameNS,c(Se,K);function we(){}we.prototype.nodeType=h,c(we,K);function de(){}de.prototype={data:"",substringData:function(Y,ee){return this.data.substring(Y,Y+ee)},appendData:function(Y){Y=this.data+Y,this.nodeValue=this.data=Y,this.length=Y.length},insertData:function(Y,ee){this.replaceData(Y,0,ee)},appendChild:function(Y){throw new Error(j[B])},deleteData:function(Y,ee){this.replaceData(Y,ee,"")},replaceData:function(Y,ee,xe){var We=this.data.substring(0,Y),ft=this.data.substring(Y+ee);xe=We+xe+ft,this.nodeValue=this.data=xe,this.length=xe.length}},c(de,K);function De(){}De.prototype={nodeName:"#text",nodeType:d,splitText:function(Y){var ee=this.data,xe=ee.substring(Y);ee=ee.substring(0,Y),this.data=this.nodeValue=ee,this.length=ee.length;var We=this.ownerDocument.createTextNode(xe);return this.parentNode&&this.parentNode.insertBefore(We,this.nextSibling),We}},c(De,de);function Ae(){}Ae.prototype={nodeName:"#comment",nodeType:A},c(Ae,de);function Le(){}Le.prototype={nodeName:"#cdata-section",nodeType:y},c(Le,de);function ct(){}ct.prototype.nodeType=P,c(ct,K);function xt(){}xt.prototype.nodeType=L,c(xt,K);function Rt(){}Rt.prototype.nodeType=D,c(Rt,K);function St(){}St.prototype.nodeType=w,c(St,K);function Re(){}Re.prototype.nodeName="#document-fragment",Re.prototype.nodeType=I,c(Re,K);function je(){}je.prototype.nodeType=C,c(je,K);function ut(){}ut.prototype.serializeToString=function(Y,ee,xe){return mt.call(Y,ee,xe)},K.prototype.toString=mt;function mt(Y,ee){var xe=[],We=this.nodeType==9&&this.documentElement||this,ft=We.prefix,At=We.namespaceURI;if(At&&ft==null){var ft=We.lookupPrefix(At);if(ft==null)var Ft=[{namespace:At,prefix:null}]}return Ne(this,xe,Y,ee,Ft),xe.join("")}function Wt(Y,ee,xe){var We=Y.prefix||"",ft=Y.namespaceURI;if(!ft||We==="xml"&&ft===t.XML||ft===t.XMLNS)return!1;for(var At=xe.length;At--;){var Ft=xe[At];if(Ft.prefix===We)return Ft.namespace!==ft}return!0}function ke(Y,ee,xe){Y.push(" ",ee,'="',xe.replace(/[<>&"\t\n\r]/g,te),'"')}function Ne(Y,ee,xe,We,ft){if(ft||(ft=[]),We)if(Y=We(Y),Y){if(typeof Y=="string"){ee.push(Y);return}}else return;switch(Y.nodeType){case f:var At=Y.attributes,Ft=At.length,Mt=Y.firstChild,Yt=Y.tagName;xe=t.isHTML(Y.namespaceURI)||xe;var jt=Yt;if(!xe&&!Y.prefix&&Y.namespaceURI){for(var sr,qt=0;qt<At.length;qt++)if(At.item(qt).name==="xmlns"){sr=At.item(qt).value;break}if(!sr)for(var Rn=ft.length-1;Rn>=0;Rn--){var qr=ft[Rn];if(qr.prefix===""&&qr.namespace===Y.namespaceURI){sr=qr.namespace;break}}if(sr!==Y.namespaceURI)for(var Rn=ft.length-1;Rn>=0;Rn--){var qr=ft[Rn];if(qr.namespace===Y.namespaceURI){qr.prefix&&(jt=qr.prefix+":"+Yt);break}}}ee.push("<",jt);for(var cr=0;cr<Ft;cr++){var Gn=At.item(cr);Gn.prefix=="xmlns"?ft.push({prefix:Gn.localName,namespace:Gn.value}):Gn.nodeName=="xmlns"&&ft.push({prefix:"",namespace:Gn.value})}for(var cr=0;cr<Ft;cr++){var Gn=At.item(cr);if(Wt(Gn,xe,ft)){var Xn=Gn.prefix||"",Ti=Gn.namespaceURI;ke(ee,Xn?"xmlns:"+Xn:"xmlns",Ti),ft.push({prefix:Xn,namespace:Ti})}Ne(Gn,ee,xe,We,ft)}if(Yt===jt&&Wt(Y,xe,ft)){var Xn=Y.prefix||"",Ti=Y.namespaceURI;ke(ee,Xn?"xmlns:"+Xn:"xmlns",Ti),ft.push({prefix:Xn,namespace:Ti})}if(Mt||xe&&!/^(?:meta|link|img|br|hr|input)$/i.test(Yt)){if(ee.push(">"),xe&&/^script$/i.test(Yt))for(;Mt;)Mt.data?ee.push(Mt.data):Ne(Mt,ee,xe,We,ft.slice()),Mt=Mt.nextSibling;else for(;Mt;)Ne(Mt,ee,xe,We,ft.slice()),Mt=Mt.nextSibling;ee.push("</",jt,">")}else ee.push("/>");return;case R:case I:for(var Mt=Y.firstChild;Mt;)Ne(Mt,ee,xe,We,ft.slice()),Mt=Mt.nextSibling;return;case h:return ke(ee,Y.name,Y.value);case d:return ee.push(Y.data.replace(/[<&>]/g,te));case y:return ee.push("<![CDATA[",Y.data,"]]>");case A:return ee.push("<!--",Y.data,"-->");case P:var Cn=Y.publicId,nr=Y.systemId;if(ee.push("<!DOCTYPE ",Y.name),Cn)ee.push(" PUBLIC ",Cn),nr&&nr!="."&&ee.push(" ",nr),ee.push(">");else if(nr&&nr!=".")ee.push(" SYSTEM ",nr,">");else{var ur=Y.internalSubset;ur&&ee.push(" [",ur,"]"),ee.push(">")}return;case C:return ee.push("<?",Y.target," ",Y.data,"?>");case w:return ee.push("&",Y.nodeName,";");default:ee.push("??",Y.nodeName)}}function zt(Y,ee,xe){var We;switch(ee.nodeType){case f:We=ee.cloneNode(!1),We.ownerDocument=Y;case I:break;case h:xe=!0;break}if(We||(We=ee.cloneNode(!1)),We.ownerDocument=Y,We.parentNode=null,xe)for(var ft=ee.firstChild;ft;)We.appendChild(zt(Y,ft,xe)),ft=ft.nextSibling;return We}function Lt(Y,ee,xe){var We=new ee.constructor;for(var ft in ee)if(Object.prototype.hasOwnProperty.call(ee,ft)){var At=ee[ft];typeof At!="object"&&At!=We[ft]&&(We[ft]=At)}switch(ee.childNodes&&(We.childNodes=new J),We.ownerDocument=Y,We.nodeType){case f:var Ft=ee.attributes,Yt=We.attributes=new G,jt=Ft.length;Yt._ownerElement=We;for(var sr=0;sr<jt;sr++)We.setAttributeNode(Lt(Y,Ft.item(sr),!0));break;case h:xe=!0}if(xe)for(var qt=ee.firstChild;qt;)We.appendChild(Lt(Y,qt,xe)),qt=qt.nextSibling;return We}function an(Y,ee,xe){Y[ee]=xe}try{if(Object.defineProperty){let Y=function(ee){switch(ee.nodeType){case f:case I:var xe=[];for(ee=ee.firstChild;ee;)ee.nodeType!==7&&ee.nodeType!==8&&xe.push(Y(ee)),ee=ee.nextSibling;return xe.join("");default:return ee.nodeValue}};Object.defineProperty(F.prototype,"length",{get:function(){return pe(this),this.$$length}}),Object.defineProperty(K.prototype,"textContent",{get:function(){return Y(this)},set:function(ee){switch(this.nodeType){case f: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}}}),an=function(ee,xe,We){ee["$$"+xe]=We}}}catch{}return uf.DocumentType=ct,uf.DOMException=M,uf.DOMImplementation=ge,uf.Element=Se,uf.Node=K,uf.NodeList=J,uf.XMLSerializer=ut,uf}var _p={},V0={},kS;function KW(){return kS||(kS=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}(V0)),V0}var ay={},RS;function QW(){if(RS)return ay;RS=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,u=6,f=7;function h(B,re){this.message=B,this.locator=re,Error.captureStackTrace&&Error.captureStackTrace(this,h)}h.prototype=new Error,h.prototype.name=h.name;function d(){}d.prototype={parse:function(B,re,ce){var M=this.domBuilder;M.startDocument(),P(re,re={}),y(B,re,ce,M,this.errorHandler),M.endDocument()}};function y(B,re,ce,M,J){function F(Se){if(Se>65535){Se-=65536;var we=55296+(Se>>10),de=56320+(Se&1023);return String.fromCharCode(we,de)}else return String.fromCharCode(Se)}function pe(Se){var we=Se.slice(1,-1);return Object.hasOwnProperty.call(ce,we)?ce[we]:we.charAt(0)==="#"?F(parseInt(we.substr(1).replace("x","0x"))):(J.error("entity not found:"+Se),Se)}function G(Se){if(Se>he){var we=B.substring(he,Se).replace(/&#?\w+;/g,pe);K&&$(he),M.characters(we,0,Se-he),he=Se}}function $(Se,we){for(;Se>=se&&(we=ge.exec(B));)fe=we.index,se=fe+we[0].length,K.lineNumber++;K.columnNumber=Se-fe+1}for(var fe=0,se=0,ge=/.*(?:\r\n?|\n)|.*$/g,K=M.locator,te=[{currentNSMap:re}],Oe={},he=0;;){try{var ve=B.indexOf("<",he);if(ve<0){if(!B.substr(he).match(/^\s*$/)){var Ve=M.doc,rt=Ve.createTextNode(B.substr(he));Ve.appendChild(rt),M.currentElement=rt}return}switch(ve>he&&G(ve),B.charAt(ve+1)){case"/":var ye=B.indexOf(">",ve+3),$e=B.substring(ve+2,ye).replace(/[ \t\n\r]+$/g,""),Xe=te.pop();ye<0?($e=B.substring(ve+2).replace(/[\s<].*/,""),J.error("end tag name: "+$e+" is not complete:"+Xe.tagName),ye=ve+1+$e.length):$e.match(/\s</)&&($e=$e.replace(/[\s<].*/,""),J.error("end tag name: "+$e+" maybe not complete"),ye=ve+1+$e.length);var Ze=Xe.localNSMap,ot=Xe.tagName==$e,Ke=ot||Xe.tagName&&Xe.tagName.toLowerCase()==$e.toLowerCase();if(Ke){if(M.endElement(Xe.uri,Xe.localName,$e),Ze)for(var lt in Ze)Object.prototype.hasOwnProperty.call(Ze,lt)&&M.endPrefixMapping(lt);ot||J.fatalError("end tag name: "+$e+" is not match the current start tagName:"+Xe.tagName)}else te.push(Xe);ye++;break;case"?":K&&$(ve),ye=L(B,ve,M);break;case"!":K&&$(ve),ye=I(B,ve,M,J);break;default:K&&$(ve);var O=new z,be=te[te.length-1].currentNSMap,ye=D(B,ve,O,be,pe,J),ie=O.length;if(!O.closed&&R(B,ye,O.tagName,Oe)&&(O.closed=!0,ce.nbsp||J.warning("unclosed xml attribute")),K&&ie){for(var ne=w(K,{}),me=0;me<ie;me++){var Ie=O[me];$(Ie.offset),Ie.locator=w(K,{})}M.locator=ne,C(O,M,be)&&te.push(O),M.locator=K}else C(O,M,be)&&te.push(O);n.isHTML(O.uri)&&!O.closed?ye=A(B,ye,O.tagName,pe,M):ye++}}catch(Se){if(Se instanceof h)throw Se;J.error("element parse error: "+Se),ye=-1}ye>he?he=ye:G(Math.max(ve,he)+1)}}function w(B,re){return re.lineNumber=B.lineNumber,re.columnNumber=B.columnNumber,re}function D(B,re,ce,M,J,F){function pe(K,te,Oe){ce.attributeNames.hasOwnProperty(K)&&F.fatalError("Attribute "+K+" redefined"),ce.addValue(K,te.replace(/[\t\n\r]/g," ").replace(/&#?\w+;/g,J),Oe)}for(var G,$,fe=++re,se=i;;){var ge=B.charAt(fe);switch(ge){case"=":if(se===o)G=B.slice(re,fe),se=s;else if(se===a)se=s;else throw new Error("attribute equal must after attrName");break;case"'":case'"':if(se===s||se===o)if(se===o&&(F.warning('attribute value must after "="'),G=B.slice(re,fe)),re=fe+1,fe=B.indexOf(ge,re),fe>0)$=B.slice(re,fe),pe(G,$,re-1),se=c;else throw new Error("attribute value no end '"+ge+"' match");else if(se==l)$=B.slice(re,fe),pe(G,$,re),F.warning('attribute "'+G+'" missed start quot('+ge+")!!"),re=fe+1,se=c;else throw new Error('attribute value must after "="');break;case"/":switch(se){case i:ce.setTagName(B.slice(re,fe));case c:case u:case f:se=f,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 F.error("unexpected end of input"),se==i&&ce.setTagName(B.slice(re,fe)),fe;case">":switch(se){case i:ce.setTagName(B.slice(re,fe));case c:case u:case f:break;case l:case o:$=B.slice(re,fe),$.slice(-1)==="/"&&(ce.closed=!0,$=$.slice(0,-1));case a:se===a&&($=G),se==l?(F.warning('attribute "'+$+'" missed quot(")!'),pe(G,$,re)):((!n.isHTML(M[""])||!$.match(/^(?:disabled|checked|selected)$/i))&&F.warning('attribute "'+$+'" missed value!! "'+$+'" instead!!'),pe($,$,re));break;case s:throw new Error("attribute value missed!!")}return fe;case"":ge=" ";default:if(ge<=" ")switch(se){case i:ce.setTagName(B.slice(re,fe)),se=u;break;case o:G=B.slice(re,fe),se=a;break;case l:var $=B.slice(re,fe);F.warning('attribute "'+$+'" missed quot(")!!'),pe(G,$,re);case c:se=u;break}else switch(se){case a:ce.tagName,(!n.isHTML(M[""])||!G.match(/^(?:disabled|checked|selected)$/i))&&F.warning('attribute "'+G+'" missed value!! "'+G+'" instead2!!'),pe(G,G,re),re=fe,se=o;break;case c:F.warning('attribute space is required"'+G+'"!!');case u:se=o,re=fe;break;case s:se=l,re=fe;break;case f:throw new Error("elements closed character '/' and '>' must be connected to")}}fe++}}function C(B,re,ce){for(var M=B.tagName,J=null,ge=B.length;ge--;){var F=B[ge],pe=F.qName,G=F.value,K=pe.indexOf(":");if(K>0)var $=F.prefix=pe.slice(0,K),fe=pe.slice(K+1),se=$==="xmlns"&&fe;else fe=pe,$=null,se=pe==="xmlns"&&"";F.localName=fe,se!==!1&&(J==null&&(J={},P(ce,ce={})),ce[se]=J[se]=G,F.uri=n.XMLNS,re.startPrefixMapping(se,G))}for(var ge=B.length;ge--;){F=B[ge];var $=F.prefix;$&&($==="xml"&&(F.uri=n.XML),$!=="xmlns"&&(F.uri=ce[$||""]))}var K=M.indexOf(":");K>0?($=B.prefix=M.slice(0,K),fe=B.localName=M.slice(K+1)):($=null,fe=B.localName=M);var te=B.uri=ce[$||""];if(re.startElement(te,fe,M,B),B.closed){if(re.endElement(te,fe,M),J)for($ in J)Object.prototype.hasOwnProperty.call(J,$)&&re.endPrefixMapping($)}else return B.currentNSMap=ce,B.localNSMap=J,!0}function A(B,re,ce,M,J){if(/^(?:script|textarea)$/i.test(ce)){var F=B.indexOf("</"+ce+">",re),pe=B.substring(re+1,F);if(/[&<]/.test(pe))return/^script$/i.test(ce)?(J.characters(pe,0,pe.length),F):(pe=pe.replace(/&#?\w+;/g,M),J.characters(pe,0,pe.length),F)}return re+1}function R(B,re,ce,M){var J=M[ce];return J==null&&(J=B.lastIndexOf("</"+ce+">"),J<re&&(J=B.lastIndexOf("</"+ce)),M[ce]=J),J<re}function P(B,re){for(var ce in B)Object.prototype.hasOwnProperty.call(B,ce)&&(re[ce]=B[ce])}function I(B,re,ce,M){var J=B.charAt(re+2);switch(J){case"-":if(B.charAt(re+3)==="-"){var F=B.indexOf("-->",re+4);return F>re?(ce.comment(B,re+4,F-re-4),F+3):(M.error("Unclosed comment"),-1)}else return-1;default:if(B.substr(re+3,6)=="CDATA["){var F=B.indexOf("]]>",re+9);return ce.startCDATA(),ce.characters(B,re+9,F-re-9),ce.endCDATA(),F+3}var pe=j(B,re),G=pe.length;if(G>1&&/!doctype/i.test(pe[0][0])){var $=pe[1][0],fe=!1,se=!1;G>3&&(/^public$/i.test(pe[2][0])?(fe=pe[3][0],se=G>4&&pe[4][0]):/^system$/i.test(pe[2][0])&&(se=pe[3][0]));var ge=pe[G-1];return ce.startDTD($,fe,se),ce.endDTD(),ge.index+ge[0].length}}return-1}function L(B,re,ce){var M=B.indexOf("?>",re);if(M){var J=B.substring(re,M).match(/^<\?(\S*)\s*([\s\S]*?)\s*$/);return J?(J[0].length,ce.processingInstruction(J[1],J[2]),M+2):-1}return-1}function z(){this.attributeNames={}}z.prototype={setTagName:function(B){if(!r.test(B))throw new Error("invalid tagName:"+B);this.tagName=B},addValue:function(B,re,ce){if(!r.test(B))throw new Error("invalid attribute:"+B);this.attributeNames[B]=this.length,this[this.length++]={qName:B,value:re,offset:ce}},length:0,getLocalName:function(B){return this[B].localName},getLocator:function(B){return this[B].locator},getQName:function(B){return this[B].qName},getURI:function(B){return this[B].uri},getValue:function(B){return this[B].value}};function j(B,re){var ce,M=[],J=/'[^']+'|"[^"]+"|[^\s<>\/=]+=?|(\/?\s*>|<)/g;for(J.lastIndex=re,J.exec(B);ce=J.exec(B);)if(M.push(ce),ce[1])return M}return ay.XMLReader=d,ay.ParseError=h,ay}var US;function qW(){if(US)return _p;US=1;var n=Cm(),e=ED(),t=KW(),r=QW(),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,C){var A=this.options,R=new s,P=A.domBuilder||new f,I=A.errorHandler,L=A.locator,z=A.xmlns||{},j=/\/x?html?$/.test(C),B=j?t.HTML_ENTITIES:t.XML_ENTITIES;L&&P.setDocumentLocator(L),R.errorHandler=u(I,P,L),R.domBuilder=A.domBuilder||P,j&&(z[""]=o.HTML),z.xml=z.xml||o.XML;var re=A.normalizeLineEndings||l;return D&&typeof D=="string"?R.parse(re(D),z,B):R.errorHandler.error("invalid doc source"),P.doc};function u(D,C,A){if(!D){if(C instanceof f)return C;D=C}var R={},P=D instanceof Function;A=A||{};function I(L){var z=D[L];!z&&P&&(z=D.length==2?function(j){D(L,j)}:D),R[L]=z&&function(j){z("[xmldom "+L+"] "+j+d(A))}||function(){}}return I("warning"),I("error"),I("fatalError"),R}function f(){this.cdata=!1}function h(D,C){C.lineNumber=D.lineNumber,C.columnNumber=D.columnNumber}f.prototype={startDocument:function(){this.doc=new i().createDocument(null,null,null),this.locator&&(this.doc.documentURI=this.locator.systemId)},startElement:function(D,C,A,R){var P=this.doc,I=P.createElementNS(D,A||C),L=R.length;w(this,I),this.currentElement=I,this.locator&&h(this.locator,I);for(var z=0;z<L;z++){var D=R.getURI(z),j=R.getValue(z),A=R.getQName(z),B=P.createAttributeNS(D,A);this.locator&&h(R.getLocator(z),B),B.value=B.nodeValue=j,I.setAttributeNode(B)}},endElement:function(D,C,A){var R=this.currentElement;R.tagName,this.currentElement=R.parentNode},startPrefixMapping:function(D,C){},endPrefixMapping:function(D){},processingInstruction:function(D,C){var A=this.doc.createProcessingInstruction(D,C);this.locator&&h(this.locator,A),w(this,A)},ignorableWhitespace:function(D,C,A){},characters:function(D,C,A){if(D=y.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&&h(this.locator,R)}},skippedEntity:function(D){},endDocument:function(){this.doc.normalize()},setDocumentLocator:function(D){(this.locator=D)&&(D.lineNumber=0)},comment:function(D,C,A){D=y.apply(this,arguments);var R=this.doc.createComment(D);this.locator&&h(this.locator,R),w(this,R)},startCDATA:function(){this.cdata=!0},endCDATA:function(){this.cdata=!1},startDTD:function(D,C,A){var R=this.doc.implementation;if(R&&R.createDocumentType){var P=R.createDocumentType(D,C,A);this.locator&&h(this.locator,P),w(this,P),this.doc.doctype=P}},warning:function(D){console.warn("[xmldom warning] "+D,d(this.locator))},error:function(D){console.error("[xmldom error] "+D,d(this.locator))},fatalError:function(D){throw new a(D,this.locator)}};function d(D){if(D)return`
|
|
222
|
-
@`+(D.systemId||"")+"#[line:"+D.lineNumber+",col:"+D.columnNumber+"]"}function y(D,C,A){return typeof D=="string"?D.substr(C,A):D.length>=C+A||C?new java.lang.String(D,C,A)+"":D}"endDTD,startEntity,endEntity,attributeDecl,elementDecl,externalEntityDecl,internalEntityDecl,resolveEntity,getExternalSubset,notationDecl,unparsedEntityDecl".replace(/\w+/g,function(D){f.prototype[D]=function(){return null}});function w(D,C){D.currentElement?D.currentElement.appendChild(C):D.doc.appendChild(C)}return _p.__DOMHandler=f,_p.normalizeLineEndings=l,_p.DOMParser=c,_p}var FS;function jW(){if(FS)return Cp;FS=1;var n=ED();return Cp.DOMImplementation=n.DOMImplementation,Cp.XMLSerializer=n.XMLSerializer,Cp.DOMParser=qW().DOMParser,Cp}var OS;function $W(){if(OS)return oy;OS=1;var n=jW(),e=ED();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 oy.parseFromString=t,oy.Node=e.Node,oy}var IS;function ez(){if(IS)return H0;IS=1;var n=Dd(),e=ci,t=$W(),r=g5(),i=r.Element;H0.readString=a;var o=t.Node;function a(s,l){l=l||{};try{var c=t.parseFromString(s,"text/xml")}catch(d){return n.reject(d)}if(c.documentElement.tagName==="parsererror")return n.resolve(new Error(c.documentElement.textContent));function u(d){switch(d.nodeType){case o.ELEMENT_NODE:return f(d);case o.TEXT_NODE:return r.text(d.nodeValue)}}function f(d){var y=h(d),w=[];e.forEach(d.childNodes,function(C){var A=u(C);A&&w.push(A)});var D={};return e.forEach(d.attributes,function(C){D[h(C)]=C.value}),new i(y,D,w)}function h(d){if(d.namespaceURI){var y=l[d.namespaceURI],w;return y?w=y+":":w="{"+d.namespaceURI+"}",w+d.localName}else return d.localName}return n.resolve(u(c.documentElement))}return H0}var G0={},Wd={},vu={},MS;function Td(){return MS||(MS=1,(function(){var n,e,t,r,i,o,a,s=[].slice,l={}.hasOwnProperty;n=function(){var c,u,f,h,d,y;if(y=arguments[0],d=2<=arguments.length?s.call(arguments,1):[],i(Object.assign))Object.assign.apply(null,arguments);else for(c=0,f=d.length;c<f;c++)if(h=d[c],h!=null)for(u in h)l.call(h,u)&&(y[u]=h[u]);return y},i=function(c){return!!c&&Object.prototype.toString.call(c)==="[object Function]"},o=function(c){var u;return!!c&&((u=typeof c)=="function"||u==="object")},t=function(c){return i(Array.isArray)?Array.isArray(c):Object.prototype.toString.call(c)==="[object Array]"},r=function(c){var u;if(t(c))return!c.length;for(u in c)if(l.call(c,u))return!1;return!0},a=function(c){var u,f;return o(c)&&(f=Object.getPrototypeOf(c))&&(u=f.constructor)&&typeof u=="function"&&u instanceof u&&Function.prototype.toString.call(u)===Function.prototype.toString.call(Object)},e=function(c){return i(c.valueOf)?c.valueOf():c},vu.assign=n,vu.isFunction=i,vu.isObject=o,vu.isArray=t,vu.isEmpty=r,vu.isPlainObject=a,vu.getValue=e}).call(vu)),vu}var ky={exports:{}},Ry={exports:{}},Uy={exports:{}},Fy={exports:{}},tz=Fy.exports,PS;function y5(){return PS||(PS=1,(function(){Fy.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(tz)),Fy.exports}var nz=Uy.exports,NS;function _m(){return NS||(NS=1,(function(){var n,e,t,r,i,o,a=function(l,c){for(var u in c)s.call(c,u)&&(l[u]=c[u]);function f(){this.constructor=l}return f.prototype=c.prototype,l.prototype=new f,l.__super__=c.prototype,l},s={}.hasOwnProperty;o=Td(),i=o.isObject,r=o.isFunction,t=o.getValue,e=xs(),n=y5(),Uy.exports=function(l){a(c,l);function c(u,f,h){if(c.__super__.constructor.call(this,u),f==null)throw new Error("Missing element name. "+this.debugInfo());this.name=this.stringify.eleName(f),this.attributes={},h!=null&&this.attribute(h),u.isDocument&&(this.isRoot=!0,this.documentObject=u,u.rootObject=this)}return c.prototype.clone=function(){var u,f,h,d;h=Object.create(this),h.isRoot&&(h.documentObject=null),h.attributes={},d=this.attributes;for(f in d)s.call(d,f)&&(u=d[f],h.attributes[f]=u.clone());return h.children=[],this.children.forEach(function(y){var w;return w=y.clone(),w.parent=h,h.children.push(w)}),h},c.prototype.attribute=function(u,f){var h,d;if(u!=null&&(u=t(u)),i(u))for(h in u)s.call(u,h)&&(d=u[h],this.attribute(h,d));else r(f)&&(f=f.apply()),(!this.options.skipNullAttributes||f!=null)&&(this.attributes[u]=new n(this,u,f));return this},c.prototype.removeAttribute=function(u){var f,h,d;if(u==null)throw new Error("Missing attribute name. "+this.debugInfo());if(u=t(u),Array.isArray(u))for(h=0,d=u.length;h<d;h++)f=u[h],delete this.attributes[f];else delete this.attributes[u];return this},c.prototype.toString=function(u){return this.options.writer.set(u).element(this)},c.prototype.att=function(u,f){return this.attribute(u,f)},c.prototype.a=function(u,f){return this.attribute(u,f)},c}(e)}).call(nz)),Uy.exports}var Oy={exports:{}},rz=Oy.exports,BS;function Sm(){return BS||(BS=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=xs(),Oy.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(rz)),Oy.exports}var Iy={exports:{}},iz=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=xs(),Iy.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(iz)),Iy.exports}var My={exports:{}},oz=My.exports,WS;function km(){return WS||(WS=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=Td().isObject,n=xs(),My.exports=function(i){t(o,i);function o(a,s,l,c){var u;o.__super__.constructor.call(this,a),e(s)&&(u=s,s=u.version,l=u.encoding,c=u.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(oz)),My.exports}var Py={exports:{}},Ny={exports:{}},az=Ny.exports,zS;function Rm(){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=xs(),Ny.exports=function(r){e(i,r);function i(o,a,s,l,c,u){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(u&&!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(u),this.defaultValueType=c}return i.prototype.toString=function(o){return this.options.writer.set(o).dtdAttList(this)},i}(n)}).call(az)),Ny.exports}var By={exports:{}},sz=By.exports,HS;function Um(){return HS||(HS=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=Td().isObject,n=xs(),By.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(sz)),By.exports}var Ly={exports:{}},lz=Ly.exports,VS;function Fm(){return VS||(VS=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=xs(),Ly.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(lz)),Ly.exports}var Wy={exports:{}},cz=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=xs(),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 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(cz)),Wy.exports}var uz=Py.exports,XS;function Im(){return XS||(XS=1,(function(){var n,e,t,r,i,o,a=function(l,c){for(var u in c)s.call(c,u)&&(l[u]=c[u]);function f(){this.constructor=l}return f.prototype=c.prototype,l.prototype=new f,l.__super__=c.prototype,l},s={}.hasOwnProperty;o=Td().isObject,i=xs(),n=Rm(),t=Um(),e=Fm(),r=Om(),Py.exports=function(l){a(c,l);function c(u,f,h){var d,y;c.__super__.constructor.call(this,u),this.name="!DOCTYPE",this.documentObject=u,o(f)&&(d=f,f=d.pubID,h=d.sysID),h==null&&(y=[f,h],h=y[0],f=y[1]),f!=null&&(this.pubID=this.stringify.dtdPubID(f)),h!=null&&(this.sysID=this.stringify.dtdSysID(h))}return c.prototype.element=function(u,f){var h;return h=new e(this,u,f),this.children.push(h),this},c.prototype.attList=function(u,f,h,d,y){var w;return w=new n(this,u,f,h,d,y),this.children.push(w),this},c.prototype.entity=function(u,f){var h;return h=new t(this,!1,u,f),this.children.push(h),this},c.prototype.pEntity=function(u,f){var h;return h=new t(this,!0,u,f),this.children.push(h),this},c.prototype.notation=function(u,f){var h;return h=new r(this,u,f),this.children.push(h),this},c.prototype.toString=function(u){return this.options.writer.set(u).docType(this)},c.prototype.ele=function(u,f){return this.element(u,f)},c.prototype.att=function(u,f,h,d,y){return this.attList(u,f,h,d,y)},c.prototype.ent=function(u,f){return this.entity(u,f)},c.prototype.pent=function(u,f){return this.pEntity(u,f)},c.prototype.not=function(u,f){return this.notation(u,f)},c.prototype.up=function(){return this.root()||this.documentObject},c}(i)}).call(uz)),Py.exports}var zy={exports:{}},fz=zy.exports,YS;function Mm(){return YS||(YS=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=xs(),zy.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(fz)),zy.exports}var Hy={exports:{}},dz=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=xs(),Hy.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(dz)),Hy.exports}var Vy={exports:{}},hz=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=xs(),Vy.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(hz)),Vy.exports}var Gy={exports:{}},pz=Gy.exports,KS;function CD(){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=xs(),Gy.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(pz)),Gy.exports}var gz=Ry.exports,QS;function xs(){return QS||(QS=1,(function(){var n,e,t,r,i,o,a,s,l,c,u,f,h,d,y={}.hasOwnProperty;d=Td(),h=d.isObject,f=d.isFunction,u=d.isEmpty,c=d.getValue,o=null,n=null,e=null,t=null,r=null,s=null,l=null,a=null,i=null,Ry.exports=function(){function w(D){this.parent=D,this.parent&&(this.options=this.parent.options,this.stringify=this.parent.stringify),this.children=[],o||(o=_m(),n=Sm(),e=Am(),t=km(),r=Im(),s=Mm(),l=Pm(),a=Nm(),i=CD())}return w.prototype.element=function(D,C,A){var R,P,I,L,z,j,B,re,ce,M,J;if(j=null,C===null&&A==null&&(ce=[{},null],C=ce[0],A=ce[1]),C==null&&(C={}),C=c(C),h(C)||(M=[C,A],A=M[0],C=M[1]),D!=null&&(D=c(D)),Array.isArray(D))for(I=0,B=D.length;I<B;I++)P=D[I],j=this.element(P);else if(f(D))j=this.element(D.apply());else if(h(D)){for(z in D)if(y.call(D,z))if(J=D[z],f(J)&&(J=J.apply()),h(J)&&u(J)&&(J=null),!this.options.ignoreDecorators&&this.stringify.convertAttKey&&z.indexOf(this.stringify.convertAttKey)===0)j=this.attribute(z.substr(this.stringify.convertAttKey.length),J);else if(!this.options.separateArrayItems&&Array.isArray(J))for(L=0,re=J.length;L<re;L++)P=J[L],R={},R[z]=P,j=this.element(R);else h(J)?(j=this.element(z),j.element(J)):j=this.element(z,J)}else this.options.skipNullNodes&&A===null?j=this.dummy():!this.options.ignoreDecorators&&this.stringify.convertTextKey&&D.indexOf(this.stringify.convertTextKey)===0?j=this.text(A):!this.options.ignoreDecorators&&this.stringify.convertCDataKey&&D.indexOf(this.stringify.convertCDataKey)===0?j=this.cdata(A):!this.options.ignoreDecorators&&this.stringify.convertCommentKey&&D.indexOf(this.stringify.convertCommentKey)===0?j=this.comment(A):!this.options.ignoreDecorators&&this.stringify.convertRawKey&&D.indexOf(this.stringify.convertRawKey)===0?j=this.raw(A):!this.options.ignoreDecorators&&this.stringify.convertPIKey&&D.indexOf(this.stringify.convertPIKey)===0?j=this.instruction(D.substr(this.stringify.convertPIKey.length),A):j=this.node(D,C,A);if(j==null)throw new Error("Could not create any elements with: "+D+". "+this.debugInfo());return j},w.prototype.insertBefore=function(D,C,A){var R,P,I;if(this.isRoot)throw new Error("Cannot insert elements at root level. "+this.debugInfo(D));return P=this.parent.children.indexOf(this),I=this.parent.children.splice(P),R=this.parent.element(D,C,A),Array.prototype.push.apply(this.parent.children,I),R},w.prototype.insertAfter=function(D,C,A){var R,P,I;if(this.isRoot)throw new Error("Cannot insert elements at root level. "+this.debugInfo(D));return P=this.parent.children.indexOf(this),I=this.parent.children.splice(P+1),R=this.parent.element(D,C,A),Array.prototype.push.apply(this.parent.children,I),R},w.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},w.prototype.node=function(D,C,A){var R,P;return D!=null&&(D=c(D)),C||(C={}),C=c(C),h(C)||(P=[C,A],A=P[0],C=P[1]),R=new o(this,D,C),A!=null&&R.text(A),this.children.push(R),R},w.prototype.text=function(D){var C;return C=new l(this,D),this.children.push(C),this},w.prototype.cdata=function(D){var C;return C=new n(this,D),this.children.push(C),this},w.prototype.comment=function(D){var C;return C=new e(this,D),this.children.push(C),this},w.prototype.commentBefore=function(D){var C,A;return C=this.parent.children.indexOf(this),A=this.parent.children.splice(C),this.parent.comment(D),Array.prototype.push.apply(this.parent.children,A),this},w.prototype.commentAfter=function(D){var C,A;return C=this.parent.children.indexOf(this),A=this.parent.children.splice(C+1),this.parent.comment(D),Array.prototype.push.apply(this.parent.children,A),this},w.prototype.raw=function(D){var C;return C=new s(this,D),this.children.push(C),this},w.prototype.dummy=function(){var D;return D=new i(this),this.children.push(D),D},w.prototype.instruction=function(D,C){var A,R,P,I,L;if(D!=null&&(D=c(D)),C!=null&&(C=c(C)),Array.isArray(D))for(I=0,L=D.length;I<L;I++)A=D[I],this.instruction(A);else if(h(D))for(A in D)y.call(D,A)&&(R=D[A],this.instruction(A,R));else f(C)&&(C=C.apply()),P=new a(this,D,C),this.children.push(P);return this},w.prototype.instructionBefore=function(D,C){var A,R;return A=this.parent.children.indexOf(this),R=this.parent.children.splice(A),this.parent.instruction(D,C),Array.prototype.push.apply(this.parent.children,R),this},w.prototype.instructionAfter=function(D,C){var A,R;return A=this.parent.children.indexOf(this),R=this.parent.children.splice(A+1),this.parent.instruction(D,C),Array.prototype.push.apply(this.parent.children,R),this},w.prototype.declaration=function(D,C,A){var R,P;return R=this.document(),P=new t(R,D,C,A),R.children[0]instanceof t?R.children[0]=P:R.children.unshift(P),R.root()||R},w.prototype.doctype=function(D,C){var A,R,P,I,L,z,j,B,re,ce;for(R=this.document(),P=new r(R,D,C),re=R.children,I=L=0,j=re.length;L<j;I=++L)if(A=re[I],A instanceof r)return R.children[I]=P,P;for(ce=R.children,I=z=0,B=ce.length;z<B;I=++z)if(A=ce[I],A.isRoot)return R.children.splice(I,0,P),P;return R.children.push(P),P},w.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},w.prototype.root=function(){var D;for(D=this;D;){if(D.isDocument)return D.rootObject;if(D.isRoot)return D;D=D.parent}},w.prototype.document=function(){var D;for(D=this;D;){if(D.isDocument)return D;D=D.parent}},w.prototype.end=function(D){return this.document().end(D)},w.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]},w.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]},w.prototype.importDocument=function(D){var C;return C=D.root().clone(),C.parent=this,C.isRoot=!1,this.children.push(C),this},w.prototype.debugInfo=function(D){var C,A;return D=D||this.name,D==null&&!((C=this.parent)!=null&&C.name)?"":D==null?"parent: <"+this.parent.name+">":(A=this.parent)!=null&&A.name?"node: <"+D+">, parent: <"+this.parent.name+">":"node: <"+D+">"},w.prototype.ele=function(D,C,A){return this.element(D,C,A)},w.prototype.nod=function(D,C,A){return this.node(D,C,A)},w.prototype.txt=function(D){return this.text(D)},w.prototype.dat=function(D){return this.cdata(D)},w.prototype.com=function(D){return this.comment(D)},w.prototype.ins=function(D,C){return this.instruction(D,C)},w.prototype.doc=function(){return this.document()},w.prototype.dec=function(D,C,A){return this.declaration(D,C,A)},w.prototype.dtd=function(D,C){return this.doctype(D,C)},w.prototype.e=function(D,C,A){return this.element(D,C,A)},w.prototype.n=function(D,C,A){return this.node(D,C,A)},w.prototype.t=function(D){return this.text(D)},w.prototype.d=function(D){return this.cdata(D)},w.prototype.c=function(D){return this.comment(D)},w.prototype.r=function(D){return this.raw(D)},w.prototype.i=function(D,C){return this.instruction(D,C)},w.prototype.u=function(){return this.up()},w.prototype.importXMLBuilder=function(D){return this.importDocument(D)},w}()}).call(gz)),Ry.exports}var Xy={exports:{}},yz=Xy.exports,qS;function b5(){return qS||(qS=1,(function(){var n=function(t,r){return function(){return t.apply(r,arguments)}},e={}.hasOwnProperty;Xy.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(yz)),Xy.exports}var Yy={exports:{}},Zy={exports:{}},bz=Zy.exports,jS;function m5(){return jS||(jS=1,(function(){var n={}.hasOwnProperty;Zy.exports=function(){function e(t){var r,i,o,a,s,l,c,u,f;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,u=t.writer||{};for(r in u)n.call(u,r)&&(f=u[r],this[r]=f)}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(bz)),Zy.exports}var mz=Yy.exports,$S;function _D(){return $S||($S=1,(function(){var n,e,t,r,i,o,a,s,l,c,u,f,h,d,y=function(D,C){for(var A in C)w.call(C,A)&&(D[A]=C[A]);function R(){this.constructor=D}return R.prototype=C.prototype,D.prototype=new R,D.__super__=C.prototype,D},w={}.hasOwnProperty;a=km(),s=Im(),n=Sm(),e=Am(),c=_m(),f=Mm(),h=Pm(),u=Nm(),l=CD(),t=Rm(),r=Fm(),i=Um(),o=Om(),d=m5(),Yy.exports=function(D){y(C,D);function C(A){C.__super__.constructor.call(this,A)}return C.prototype.document=function(A){var R,P,I,L,z;for(this.textispresent=!1,L="",z=A.children,P=0,I=z.length;P<I;P++)R=z[P],!(R instanceof l)&&(L+=(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 u):return this.processingInstruction(R);default:return this.element(R,0)}}).call(this));return this.pretty&&L.slice(-this.newline.length)===this.newline&&(L=L.slice(0,-this.newline.length)),L},C.prototype.attribute=function(A){return" "+A.name+'="'+A.value+'"'},C.prototype.cdata=function(A,R){return this.space(R)+"<![CDATA["+A.text+"]]>"+this.newline},C.prototype.comment=function(A,R){return this.space(R)+"<!-- "+A.text+" -->"+this.newline},C.prototype.declaration=function(A,R){var P;return P=this.space(R),P+='<?xml version="'+A.version+'"',A.encoding!=null&&(P+=' encoding="'+A.encoding+'"'),A.standalone!=null&&(P+=' standalone="'+A.standalone+'"'),P+=this.spacebeforeslash+"?>",P+=this.newline,P},C.prototype.docType=function(A,R){var P,I,L,z,j;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,j=A.children,I=0,L=j.length;I<L;I++)P=j[I],z+=(function(){switch(!1){case!(P instanceof t):return this.dtdAttList(P,R+1);case!(P instanceof r):return this.dtdElement(P,R+1);case!(P instanceof i):return this.dtdEntity(P,R+1);case!(P instanceof o):return this.dtdNotation(P,R+1);case!(P instanceof n):return this.cdata(P,R+1);case!(P instanceof e):return this.comment(P,R+1);case!(P instanceof u):return this.processingInstruction(P,R+1);default:throw new Error("Unknown DTD node type: "+P.constructor.name)}}).call(this);z+="]"}return z+=this.spacebeforeslash+">",z+=this.newline,z},C.prototype.element=function(A,R){var P,I,L,z,j,B,re,ce,M,J,F,pe,G;R||(R=0),G=!1,this.textispresent?(this.newline="",this.pretty=!1):(this.newline=this.newlinedefault,this.pretty=this.prettydefault),pe=this.space(R),ce="",ce+=pe+"<"+A.name,M=A.attributes;for(re in M)w.call(M,re)&&(P=M[re],ce+=this.attribute(P));if(A.children.length===0||A.children.every(function($){return $.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(J=A.children,L=0,j=J.length;L<j;L++)if(I=J[L],I.value!=null){this.textispresent++,G=!0;break}}for(this.textispresent&&(this.newline="",this.pretty=!1,pe=this.space(R)),ce+=">"+this.newline,F=A.children,z=0,B=F.length;z<B;z++)I=F[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 f):return this.raw(I,R+1);case!(I instanceof h):return this.text(I,R+1);case!(I instanceof u):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+=pe+"</"+A.name+">"+this.newline}return ce},C.prototype.processingInstruction=function(A,R){var P;return P=this.space(R)+"<?"+A.target,A.value&&(P+=" "+A.value),P+=this.spacebeforeslash+"?>"+this.newline,P},C.prototype.raw=function(A,R){return this.space(R)+A.value+this.newline},C.prototype.text=function(A,R){return this.space(R)+A.value+this.newline},C.prototype.dtdAttList=function(A,R){var P;return P=this.space(R)+"<!ATTLIST "+A.elementName+" "+A.attributeName+" "+A.attributeType,A.defaultValueType!=="#DEFAULT"&&(P+=" "+A.defaultValueType),A.defaultValue&&(P+=' "'+A.defaultValue+'"'),P+=this.spacebeforeslash+">"+this.newline,P},C.prototype.dtdElement=function(A,R){return this.space(R)+"<!ELEMENT "+A.name+" "+A.value+this.spacebeforeslash+">"+this.newline},C.prototype.dtdEntity=function(A,R){var P;return P=this.space(R)+"<!ENTITY",A.pe&&(P+=" %"),P+=" "+A.name,A.value?P+=' "'+A.value+'"':(A.pubID&&A.sysID?P+=' PUBLIC "'+A.pubID+'" "'+A.sysID+'"':A.sysID&&(P+=' SYSTEM "'+A.sysID+'"'),A.nData&&(P+=" NDATA "+A.nData)),P+=this.spacebeforeslash+">"+this.newline,P},C.prototype.dtdNotation=function(A,R){var P;return P=this.space(R)+"<!NOTATION "+A.name,A.pubID&&A.sysID?P+=' PUBLIC "'+A.pubID+'" "'+A.sysID+'"':A.pubID?P+=' PUBLIC "'+A.pubID+'"':A.sysID&&(P+=' SYSTEM "'+A.sysID+'"'),P+=this.spacebeforeslash+">"+this.newline,P},C.prototype.openNode=function(A,R){var P,I,L,z;if(R||(R=0),A instanceof c){L=this.space(R)+"<"+A.name,z=A.attributes;for(I in z)w.call(z,I)&&(P=z[I],L+=this.attribute(P));return L+=(A.children?">":"/>")+this.newline,L}else return L=this.space(R)+"<!DOCTYPE "+A.rootNodeName,A.pubID&&A.sysID?L+=' PUBLIC "'+A.pubID+'" "'+A.sysID+'"':A.sysID&&(L+=' SYSTEM "'+A.sysID+'"'),L+=(A.children?" [":">")+this.newline,L},C.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}},C}(d)}).call(mz)),Yy.exports}var vz=ky.exports,eA;function xz(){return eA||(eA=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=Td().isPlainObject,n=xs(),t=b5(),e=_D(),ky.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(vz)),ky.exports}var Jy={exports:{}},wz=Jy.exports,tA;function Dz(){return tA||(tA=1,(function(){var n,e,t,r,i,o,a,s,l,c,u,f,h,d,y,w,D,C,A,R,P={}.hasOwnProperty;R=Td(),C=R.isObject,D=R.isFunction,A=R.isPlainObject,w=R.getValue,c=_m(),e=Sm(),t=Am(),f=Mm(),y=Pm(),u=Nm(),s=km(),l=Im(),r=Rm(),o=Um(),i=Fm(),a=Om(),n=y5(),d=b5(),h=_D(),Jy.exports=function(){function I(L,z,j){var B;this.name="?xml",L||(L={}),L.writer?A(L.writer)&&(B=L.writer,L.writer=new h(B)):L.writer=new h(L),this.options=L,this.writer=L.writer,this.stringify=new d(L),this.onDataCallback=z||function(){},this.onEndCallback=j||function(){},this.currentNode=null,this.currentLevel=-1,this.openTags={},this.documentStarted=!1,this.documentCompleted=!1,this.root=null}return I.prototype.node=function(L,z,j){var B,re;if(L==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(L));return this.openCurrent(),L=w(L),z===null&&j==null&&(B=[{},null],z=B[0],j=B[1]),z==null&&(z={}),z=w(z),C(z)||(re=[z,j],j=re[0],z=re[1]),this.currentNode=new c(this,L,z),this.currentNode.children=!1,this.currentLevel++,this.openTags[this.currentLevel]=this.currentNode,j!=null&&this.text(j),this},I.prototype.element=function(L,z,j){return this.currentNode&&this.currentNode instanceof l?this.dtdElement.apply(this,arguments):this.node(L,z,j)},I.prototype.attribute=function(L,z){var j,B;if(!this.currentNode||this.currentNode.children)throw new Error("att() can only be used immediately after an ele() call in callback mode. "+this.debugInfo(L));if(L!=null&&(L=w(L)),C(L))for(j in L)P.call(L,j)&&(B=L[j],this.attribute(j,B));else D(z)&&(z=z.apply()),(!this.options.skipNullAttributes||z!=null)&&(this.currentNode.attributes[L]=new n(this,L,z));return this},I.prototype.text=function(L){var z;return this.openCurrent(),z=new y(this,L),this.onData(this.writer.text(z,this.currentLevel+1),this.currentLevel+1),this},I.prototype.cdata=function(L){var z;return this.openCurrent(),z=new e(this,L),this.onData(this.writer.cdata(z,this.currentLevel+1),this.currentLevel+1),this},I.prototype.comment=function(L){var z;return this.openCurrent(),z=new t(this,L),this.onData(this.writer.comment(z,this.currentLevel+1),this.currentLevel+1),this},I.prototype.raw=function(L){var z;return this.openCurrent(),z=new f(this,L),this.onData(this.writer.raw(z,this.currentLevel+1),this.currentLevel+1),this},I.prototype.instruction=function(L,z){var j,B,re,ce,M;if(this.openCurrent(),L!=null&&(L=w(L)),z!=null&&(z=w(z)),Array.isArray(L))for(j=0,ce=L.length;j<ce;j++)B=L[j],this.instruction(B);else if(C(L))for(B in L)P.call(L,B)&&(re=L[B],this.instruction(B,re));else D(z)&&(z=z.apply()),M=new u(this,L,z),this.onData(this.writer.processingInstruction(M,this.currentLevel+1),this.currentLevel+1);return this},I.prototype.declaration=function(L,z,j){var B;if(this.openCurrent(),this.documentStarted)throw new Error("declaration() must be the first node.");return B=new s(this,L,z,j),this.onData(this.writer.declaration(B,this.currentLevel+1),this.currentLevel+1),this},I.prototype.doctype=function(L,z,j){if(this.openCurrent(),L==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,j),this.currentNode.rootNodeName=L,this.currentNode.children=!1,this.currentLevel++,this.openTags[this.currentLevel]=this.currentNode,this},I.prototype.dtdElement=function(L,z){var j;return this.openCurrent(),j=new i(this,L,z),this.onData(this.writer.dtdElement(j,this.currentLevel+1),this.currentLevel+1),this},I.prototype.attList=function(L,z,j,B,re){var ce;return this.openCurrent(),ce=new r(this,L,z,j,B,re),this.onData(this.writer.dtdAttList(ce,this.currentLevel+1),this.currentLevel+1),this},I.prototype.entity=function(L,z){var j;return this.openCurrent(),j=new o(this,!1,L,z),this.onData(this.writer.dtdEntity(j,this.currentLevel+1),this.currentLevel+1),this},I.prototype.pEntity=function(L,z){var j;return this.openCurrent(),j=new o(this,!0,L,z),this.onData(this.writer.dtdEntity(j,this.currentLevel+1),this.currentLevel+1),this},I.prototype.notation=function(L,z){var j;return this.openCurrent(),j=new a(this,L,z),this.onData(this.writer.dtdNotation(j,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(L){if(!L.isOpen)return!this.root&&this.currentLevel===0&&L instanceof c&&(this.root=L),this.onData(this.writer.openNode(L,this.currentLevel),this.currentLevel),L.isOpen=!0},I.prototype.closeNode=function(L){if(!L.isClosed)return this.onData(this.writer.closeNode(L,this.currentLevel),this.currentLevel),L.isClosed=!0},I.prototype.onData=function(L,z){return this.documentStarted=!0,this.onDataCallback(L,z+1)},I.prototype.onEnd=function(){return this.documentCompleted=!0,this.onEndCallback()},I.prototype.debugInfo=function(L){return L==null?"":"node: <"+L+">"},I.prototype.ele=function(){return this.element.apply(this,arguments)},I.prototype.nod=function(L,z,j){return this.node(L,z,j)},I.prototype.txt=function(L){return this.text(L)},I.prototype.dat=function(L){return this.cdata(L)},I.prototype.com=function(L){return this.comment(L)},I.prototype.ins=function(L,z){return this.instruction(L,z)},I.prototype.dec=function(L,z,j){return this.declaration(L,z,j)},I.prototype.dtd=function(L,z,j){return this.doctype(L,z,j)},I.prototype.e=function(L,z,j){return this.element(L,z,j)},I.prototype.n=function(L,z,j){return this.node(L,z,j)},I.prototype.t=function(L){return this.text(L)},I.prototype.d=function(L){return this.cdata(L)},I.prototype.c=function(L){return this.comment(L)},I.prototype.r=function(L){return this.raw(L)},I.prototype.i=function(L,z){return this.instruction(L,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(L,z){return this.entity(L,z)},I.prototype.pent=function(L,z){return this.pEntity(L,z)},I.prototype.not=function(L,z){return this.notation(L,z)},I}()}).call(wz)),Jy.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,u,f,h,d,y=function(D,C){for(var A in C)w.call(C,A)&&(D[A]=C[A]);function R(){this.constructor=D}return R.prototype=C.prototype,D.prototype=new R,D.__super__=C.prototype,D},w={}.hasOwnProperty;a=km(),s=Im(),n=Sm(),e=Am(),c=_m(),f=Mm(),h=Pm(),u=Nm(),l=CD(),t=Rm(),r=Fm(),i=Um(),o=Om(),d=m5(),Ky.exports=function(D){y(C,D);function C(A,R){C.__super__.constructor.call(this,R),this.stream=A}return C.prototype.document=function(A){var R,P,I,L,z,j,B,re;for(j=A.children,P=0,L=j.length;P<L;P++)R=j[P],R.isLastRootNode=!1;for(A.children[A.children.length-1].isLastRootNode=!0,B=A.children,re=[],I=0,z=B.length;I<z;I++)if(R=B[I],!(R instanceof l))switch(!1){case!(R instanceof a):re.push(this.declaration(R));break;case!(R instanceof s):re.push(this.docType(R));break;case!(R instanceof e):re.push(this.comment(R));break;case!(R instanceof u):re.push(this.processingInstruction(R));break;default:re.push(this.element(R))}return re},C.prototype.attribute=function(A){return this.stream.write(" "+A.name+'="'+A.value+'"')},C.prototype.cdata=function(A,R){return this.stream.write(this.space(R)+"<![CDATA["+A.text+"]]>"+this.endline(A))},C.prototype.comment=function(A,R){return this.stream.write(this.space(R)+"<!-- "+A.text+" -->"+this.endline(A))},C.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))},C.prototype.docType=function(A,R){var P,I,L,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,L=z.length;I<L;I++)switch(P=z[I],!1){case!(P instanceof t):this.dtdAttList(P,R+1);break;case!(P instanceof r):this.dtdElement(P,R+1);break;case!(P instanceof i):this.dtdEntity(P,R+1);break;case!(P instanceof o):this.dtdNotation(P,R+1);break;case!(P instanceof n):this.cdata(P,R+1);break;case!(P instanceof e):this.comment(P,R+1);break;case!(P instanceof u):this.processingInstruction(P,R+1);break;default:throw new Error("Unknown DTD node type: "+P.constructor.name)}this.stream.write("]")}return this.stream.write(this.spacebeforeslash+">"),this.stream.write(this.endline(A))},C.prototype.element=function(A,R){var P,I,L,z,j,B,re,ce;R||(R=0),ce=this.space(R),this.stream.write(ce+"<"+A.name),B=A.attributes;for(j in B)w.call(B,j)&&(P=B[j],this.attribute(P));if(A.children.length===0||A.children.every(function(M){return M.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),re=A.children,L=0,z=re.length;L<z;L++)switch(I=re[L],!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 f):this.raw(I,R+1);break;case!(I instanceof h):this.text(I,R+1);break;case!(I instanceof u):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))},C.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))},C.prototype.raw=function(A,R){return this.stream.write(this.space(R)+A.value+this.endline(A))},C.prototype.text=function(A,R){return this.stream.write(this.space(R)+A.value+this.endline(A))},C.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))},C.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))},C.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))},C.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))},C.prototype.endline=function(A){return A.isLastRootNode?"":this.newline},C}(d)}).call(Tz)),Ky.exports}var rA;function Cz(){return rA||(rA=1,(function(){var n,e,t,r,i,o,a;a=Td(),i=a.assign,o=a.isFunction,n=xz(),e=Dz(),r=_D(),t=Ez(),Wd.create=function(s,l,c,u){var f,h;if(s==null)throw new Error("Root element needs a name.");return u=i({},l,c,u),f=new n(u),h=f.element(s),u.headless||(f.declaration(u),(u.pubID!=null||u.sysID!=null)&&f.doctype(u)),h},Wd.begin=function(s,l,c){var u;return o(s)&&(u=[s,l],l=u[0],c=u[1],s={}),l?new e(s,l,c):new n(s)},Wd.stringWriter=function(s){return new r(s)},Wd.streamWriter=function(s,l){return new t(s,l)}}).call(Wd)),Wd}var iA;function _z(){if(iA)return G0;iA=1;var n=ci,e=Cz();G0.writeString=t;function t(i,o){var a=n.invert(o),s={element:c,text:r};function l(h,d){return s[d.type](h,d)}function c(h,d){var y=h.element(u(d.name),d.attributes);d.children.forEach(function(w){l(y,w)})}function u(h){var d=/^\{(.*)\}(.*)$/.exec(h);if(d){var y=a[d[1]];return y+(y===""?"":":")+d[2]}else return h}function f(h){var d=e.create(u(h.name),{version:"1.0",encoding:"UTF-8",standalone:!0});return n.forEach(o,function(y,w){var D="xmlns"+(w===""?"":":"+w);d.attribute(D,y)}),h.children.forEach(function(y){l(d,y)}),d.end()}return f(i)}function r(i,o){i.text(o.value)}return G0}var oA;function SD(){if(oA)return Xf;oA=1;var n=g5();return Xf.Element=n.Element,Xf.element=n.element,Xf.emptyElement=n.emptyElement,Xf.text=n.text,Xf.readString=ez().readString,Xf.writeString=_z().writeString,Xf}var aA;function Sz(){if(aA)return iy;aA=1;var n=ci,e=Dd(),t=SD();iy.read=i,iy.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 iy}var sy={},Bc={},ly={},sA;function Az(){if(sA)return ly;sA=1,Object.defineProperty(ly,"__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 ly.default=n,ly}var lA;function kz(){if(lA)return Bc;lA=1;var n=Bc&&Bc.__importDefault||function(d){return d&&d.__esModule?d:{default:d}};Object.defineProperty(Bc,"__esModule",{value:!0}),Bc.hex=Bc.dec=Bc.codePoint=void 0;for(var e=n(Az()),t={},r=String.fromCodePoint?String.fromCodePoint:h,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(d,y){return t[d.toUpperCase()+"_"+y]}Bc.codePoint=c;function u(d,y){return c(d,parseInt(y,10))}Bc.dec=u;function f(d,y){return c(d,parseInt(y,16))}Bc.hex=f;function h(d){if(d<=65535)return String.fromCharCode(d);var y=Math.floor((d-65536)/1024)+55296,w=(d-65536)%1024+56320;return String.fromCharCode(y,w)}return Bc}var cy={},cA;function Rz(){if(cA)return cy;cA=1,cy.uriToZipEntryName=n,cy.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 cy}var uA;function Uz(){if(uA)return sy;uA=1,sy.createBodyReader=s,sy._readNumberingProperties=c;var n=kz(),e=ci,t=mh(),r=Tf().Result,i=Tf().warning,o=SD(),a=Rz();function s(P){return{readXmlElement:function(I){return new l(P).readXmlElement(I)},readXmlElements:function(I){return new l(P).readXmlElements(I)}}}function l(P){var I=[],L=[],z=[],j=P.relationships,B=P.contentTypes,re=P.docxFile,ce=P.files,M=P.numbering,J=P.styles;function F(Re){var je=Re.map(pe);return C(je)}function pe(Re){if(Re.type==="element"){var je=ye[Re.name];if(je)return je(Re);if(!Object.prototype.hasOwnProperty.call(f,Re.name)){var ut=i("An unrecognised element was ignored: "+Re.name);return h([ut])}}return d()}function G(Re){return Oe(Re).map(function(je){return{type:"paragraphProperties",styleId:je.styleId,styleName:je.name,alignment:Re.firstOrEmpty("w:jc").attributes["w:val"],numbering:c(je.styleId,Re.firstOrEmpty("w:numPr"),M),indent:$(Re.firstOrEmpty("w:ind"))}})}function $(Re){return{start:Re.attributes["w:start"]||Re.attributes["w:left"],end:Re.attributes["w:end"]||Re.attributes["w:right"],firstLine:Re.attributes["w:firstLine"],hanging:Re.attributes["w:hanging"]}}function fe(Re){return he(Re).map(function(je){var ut=Re.firstOrEmpty("w:sz").attributes["w:val"],mt=/^[0-9]+$/.test(ut)?parseInt(ut,10)/2:null;return{type:"runProperties",styleId:je.styleId,styleName:je.name,verticalAlignment:Re.firstOrEmpty("w:vertAlign").attributes["w:val"],font:Re.firstOrEmpty("w:rFonts").attributes["w:ascii"],fontSize:mt,isBold:ge(Re.first("w:b")),isUnderline:se(Re.first("w:u")),isItalic:ge(Re.first("w:i")),isStrikethrough:ge(Re.first("w:strike")),isAllCaps:ge(Re.first("w:caps")),isSmallCaps:ge(Re.first("w:smallCaps")),highlight:te(Re.firstOrEmpty("w:highlight").attributes["w:val"])}})}function se(Re){if(Re){var je=Re.attributes["w:val"];return je!==void 0&&je!=="false"&&je!=="0"&&je!=="none"}else return!1}function ge(Re){if(Re){var je=Re.attributes["w:val"];return je!=="false"&&je!=="0"}else return!1}function K(Re){return Re!=="false"&&Re!=="0"}function te(Re){return!Re||Re==="none"?null:Re}function Oe(Re){return Ve(Re,"w:pStyle","Paragraph",J.findParagraphStyleById)}function he(Re){return Ve(Re,"w:rStyle","Run",J.findCharacterStyleById)}function ve(Re){return Ve(Re,"w:tblStyle","Table",J.findTableStyleById)}function Ve(Re,je,ut,mt){var Wt=[],ke=Re.first(je),Ne=null,zt=null;if(ke&&(Ne=ke.attributes["w:val"],Ne)){var Lt=mt(Ne);Lt?zt=Lt.name:Wt.push(St(ut,Ne))}return w({styleId:Ne,name:zt},Wt)}function rt(Re){var je=Re.attributes["w:fldCharType"];if(je==="begin")I.push({type:"begin",fldChar:Re}),L=[];else if(je==="end"){var ut=I.pop();if(ut.type==="begin"&&(ut=Xe(ut)),ut.type==="checkbox")return y(t.checkbox({checked:ut.checked}))}else if(je==="separate"){var mt=I.pop(),Wt=Xe(mt);I.push(Wt)}return d()}function $e(){var Re=e.last(I.filter(function(je){return je.type==="hyperlink"}));return Re?Re.options:null}function Xe(Re){return Ze(L.join(""),Re.type==="begin"?Re.fldChar:o.emptyElement)}function Ze(Re,je){var ut=/\s*HYPERLINK "(.*)"/.exec(Re);if(ut)return{type:"hyperlink",options:{href:ut[1]}};var mt=/\s*HYPERLINK\s+\\l\s+"(.*)"/.exec(Re);if(mt)return{type:"hyperlink",options:{anchor:mt[1]}};var Wt=/\s*FORMCHECKBOX\s*/.exec(Re);if(Wt){var ke=je.firstOrEmpty("w:ffData").firstOrEmpty("w:checkBox"),Ne=ke.first("w:checked"),zt=Ne==null?ge(ke.first("w:default")):ge(Ne);return{type:"checkbox",checked:zt}}return{type:"unknown"}}function ot(Re){return L.push(Re.text()),d()}function Ke(Re){var je=Re.attributes["w:font"],ut=Re.attributes["w:char"],mt=n.hex(je,ut);return mt==null&&/^F0..$/.test(ut)&&(mt=n.hex(je,ut.substring(2))),mt==null?h([i("A w:sym element with an unsupported character was ignored: char "+ut+" in font "+je)]):y(new t.Text(mt.string))}function lt(Re){return function(je){var ut=je.attributes["w:id"];return y(new t.NoteReference({noteType:Re,noteId:ut}))}}function O(Re){return y(t.commentReference({commentId:Re.attributes["w:id"]}))}function be(Re){return F(Re.children)}var ye={"w:p":function(Re){var je=Re.firstOrEmpty("w:pPr"),ut=!!je.firstOrEmpty("w:rPr").first("w:del");if(ut)return Re.children.forEach(function(Wt){z.push(Wt)}),d();var mt=Re.children;return z.length>0&&(mt=z.concat(mt),z=[]),D.map(G(je),F(mt),function(Wt,ke){return new t.Paragraph(ke,Wt)}).insertExtra()},"w:r":function(Re){return D.map(fe(Re.firstOrEmpty("w:rPr")),F(Re.children),function(je,ut){var mt=$e();return mt!==null&&(ut=[new t.Hyperlink(ut,mt)]),new t.Run(ut,je)})},"w:fldChar":rt,"w:instrText":ot,"w:t":function(Re){return y(new t.Text(Re.text()))},"w:tab":function(Re){return y(new t.Tab)},"w:noBreakHyphen":function(){return y(new t.Text("‑"))},"w:softHyphen":function(Re){return y(new t.Text(""))},"w:sym":Ke,"w:hyperlink":function(Re){var je=Re.attributes["r:id"],ut=Re.attributes["w:anchor"];return F(Re.children).map(function(mt){function Wt(Ne){var zt=Re.attributes["w:tgtFrame"]||null;return new t.Hyperlink(mt,e.extend({targetFrame:zt},Ne))}if(je){var ke=j.findTargetByRelationshipId(je);return ut&&(ke=a.replaceFragment(ke,ut)),Wt({href:ke})}else return ut?Wt({anchor:ut}):mt})},"w:tbl":ie,"w:tr":me,"w:tc":Ie,"w:footnoteReference":lt("footnote"),"w:endnoteReference":lt("endnote"),"w:commentReference":O,"w:br":function(Re){var je=Re.attributes["w:type"];return je==null||je==="textWrapping"?y(t.lineBreak):je==="page"?y(t.pageBreak):je==="column"?y(t.columnBreak):h([i("Unsupported break type: "+je)])},"w:bookmarkStart":function(Re){var je=Re.attributes["w:name"];return je==="_GoBack"?d():y(new t.BookmarkStart({name:je}))},"mc:AlternateContent":function(Re){return be(Re.first("mc:Fallback"))},"w:sdt":function(Re){var je=Re.firstOrEmpty("w:sdtPr").first("wordml:checkbox");if(je){var ut=je.first("wordml:checked"),mt=!!ut&&K(ut.attributes["wordml:val"]);return y(t.checkbox({checked:mt}))}else return F(Re.firstOrEmpty("w:sdtContent").children)},"w:ins":be,"w:object":be,"w:smartTag":be,"w:drawing":be,"w:pict":function(Re){return be(Re).toExtra()},"v:roundrect":be,"v:shape":be,"v:textbox":be,"w:txbxContent":be,"wp:inline":de,"wp:anchor":de,"v:imagedata":ct,"v:group":be,"v:rect":be};return{readXmlElement:pe,readXmlElements:F};function ie(Re){var je=ne(Re.firstOrEmpty("w:tblPr"));return F(Re.children).flatMap(we).flatMap(function(ut){return je.map(function(mt){return t.Table(ut,mt)})})}function ne(Re){return ve(Re).map(function(je){return{styleId:je.styleId,styleName:je.name}})}function me(Re){var je=Re.firstOrEmpty("w:trPr"),ut=!!je.first("w:tblHeader");return F(Re.children).map(function(mt){return t.TableRow(mt,{isHeader:ut})})}function Ie(Re){return F(Re.children).map(function(je){var ut=Re.firstOrEmpty("w:tcPr"),mt=ut.firstOrEmpty("w:gridSpan").attributes["w:val"],Wt=mt?parseInt(mt,10):1,ke=t.TableCell(je,{colSpan:Wt});return ke._vMerge=Se(ut),ke})}function Se(Re){var je=Re.first("w:vMerge");if(je){var ut=je.attributes["w:val"];return ut==="continue"||!ut}else return null}function we(Re){var je=e.any(Re,function(Wt){return Wt.type!==t.types.tableRow});if(je)return w(Re,[i("unexpected non-row element in table, cell merging may be incorrect")]);var ut=e.any(Re,function(Wt){return e.any(Wt.children,function(ke){return ke.type!==t.types.tableCell})});if(ut)return w(Re,[i("unexpected non-cell element in table row, cell merging may be incorrect")]);var mt={};return Re.forEach(function(Wt){var ke=0;Wt.children.forEach(function(Ne){Ne._vMerge&&mt[ke]?mt[ke].rowSpan++:(mt[ke]=Ne,Ne._vMerge=!1),ke+=Ne.colSpan})}),Re.forEach(function(Wt){Wt.children=Wt.children.filter(function(ke){return!ke._vMerge}),Wt.children.forEach(function(ke){delete ke._vMerge})}),y(Re)}function de(Re){var je=Re.getElementsByTagName("a:graphic").getElementsByTagName("a:graphicData").getElementsByTagName("pic:pic").getElementsByTagName("pic:blipFill").getElementsByTagName("a:blip");return C(je.map(De.bind(null,Re)))}function De(Re,je){var ut=Re.first("wp:docPr").attributes,mt=Ae(ut.descr)?ut.title:ut.descr,Wt=Le(je);return Wt===null?h([i("Could not find image file for a:blip element")]):Rt(Wt,mt)}function Ae(Re){return Re==null||/^\s*$/.test(Re)}function Le(Re){var je=Re.attributes["r:embed"],ut=Re.attributes["r:link"];if(je)return xt(je);if(ut){var mt=j.findTargetByRelationshipId(ut);return{path:mt,read:ce.read.bind(ce,mt)}}else return null}function ct(Re){var je=Re.attributes["r:id"];return je?Rt(xt(je),Re.attributes["o:title"]):h([i("A v:imagedata element without a relationship ID was ignored")])}function xt(Re){var je=a.uriToZipEntryName("word",j.findTargetByRelationshipId(Re));return{path:je,read:re.read.bind(re,je)}}function Rt(Re,je){var ut=B.findContentType(Re.path),mt=t.Image({readImage:Re.read,altText:je,contentType:ut}),Wt=u[ut]?[]:i("Image of type "+ut+" is unlikely to display in web browsers");return w(mt,Wt)}function St(Re,je){return i(Re+" style with ID "+je+" was referenced but not defined in the document")}}function c(P,I,L){var z=I.firstOrEmpty("w:ilvl").attributes["w:val"],j=I.firstOrEmpty("w:numId").attributes["w:val"];if(z!==void 0&&j!==void 0)return L.findLevel(j,z);if(P!=null){var B=L.findLevelByParagraphStyleId(P);if(B!=null)return B}return null}var u={"image/png":!0,"image/gif":!0,"image/jpeg":!0,"image/svg+xml":!0,"image/tiff":!0},f={"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 h(P){return new D(null,null,P)}function d(){return new D(null)}function y(P){return new D(P)}function w(P,I){return new D(P,null,I)}function D(P,I,L){this.value=P||[],this.extra=I||[],this._result=new r({element:this.value,extra:I},L),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 P=this.extra;return P&&P.length?new D(A(this.value,P),null,this.messages):this},D.prototype.map=function(P){var I=this._result.map(function(L){return P(L.element)});return new D(I.value,this.extra,I.messages)},D.prototype.flatMap=function(P){var I=this._result.flatMap(function(L){return P(L.element)._result});return new D(I.value.element,A(this.extra,I.value.extra),I.messages)},D.map=function(P,I,L){return new D(L(P.value,I.value),A(P.extra,I.extra),P.messages.concat(I.messages))};function C(P){var I=r.combine(e.pluck(P,"_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(P,I){return e.flatten([P,I])}function R(P){return P}return sy}var X0={},fA;function Fz(){if(fA)return X0;fA=1,X0.DocumentXmlReader=t;var n=mh(),e=Tf().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 X0}var Sp={},dA;function Oz(){if(dA)return Sp;dA=1,Sp.readRelationships=n,Sp.defaultValue=new e([]),Sp.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 Sp}var uy={},hA;function Iz(){if(hA)return uy;hA=1,uy.readContentTypesFromXml=e;var n={png:"png",gif:"gif",jpeg:"jpeg",jpg:"jpeg",tif:"tiff",tiff:"tiff",bmp:"bmp"};uy.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 uy}var Ap={},pA;function Mz(){if(pA)return Ap;pA=1;var n=ci;Ap.readNumberingXml=t,Ap.Numbering=e,Ap.defaultNumbering=new e({},{});function e(a,s,l){var c=n.flatten(n.values(s).map(function(d){return n.values(d.levels)})),u=n.indexBy(c.filter(function(d){return d.paragraphStyleId!=null}),"paragraphStyleId");function f(d,y){var w=a[d];if(w){var D=s[w.abstractNumId];if(D){if(D.numStyleLink==null)return s[w.abstractNumId].levels[y];var C=l.findNumberingStyleById(D.numStyleLink);return f(C.numId,y)}else return null}else return null}function h(d){return u[d]||null}return{findLevel:f,findLevelByParagraphStyleId:h}}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 u=c.attributes["w:ilvl"],f=c.firstOrEmpty("w:numFmt").attributes["w:val"],h=c.firstOrEmpty("w:pStyle").attributes["w:val"];s[u]={isOrdered:f!=="bullet",level:u,paragraphStyleId:h}});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"],u=l.first("w:abstractNumId").attributes["w:val"];s[c]={abstractNumId:u}}),s}return Ap}var kp={},gA;function Pz(){if(gA)return kp;gA=1,kp.readStylesXml=e,kp.Styles=n,kp.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={},u={paragraph:a,character:s,table:l};return o.getElementsByTagName("w:style").forEach(function(f){var h=t(f);if(h.type==="numbering")c[h.styleId]=i(f);else{var d=u[h.type];d&&(d[h.styleId]=h)}}),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 kp}var _h={},yA;function Nz(){if(yA)return _h;yA=1;var n=mh(),e=Tf().Result;_h.createFootnotesReader=t.bind(_h,"footnote"),_h.createEndnotesReader=t.bind(_h,"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(u){return n.Note({noteType:r,noteId:c,body:u})})}return o}return _h}var Y0={},bA;function Bz(){if(bA)return Y0;bA=1;var n=mh(),e=Tf().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 Y0.createCommentsReader=t,Y0}var Z0={},mA;function Lz(){if(mA)return Z0;mA=1;var n=Dd();Z0.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 Z0}var vA;function Wz(){if(vA)return ey;vA=1,ey.read=y,ey._findPartPaths=w;var n=Dd(),e=mh(),t=Tf().Result,r=p5(),i=Sz().readXmlFromZipFile,o=Uz().createBodyReader,a=Fz().DocumentXmlReader,s=Oz(),l=Iz(),c=Mz(),u=Pz(),f=Nz(),h=Bz(),d=Lz().Files;function y(B,re){return re=re||{},n.props({contentTypes:I(B),partPaths:w(B),docxFile:B,files:re.path?d.relativeToFile(re.path):new d(null)}).also(function(ce){return{styles:z(B,ce.partPaths.styles)}}).also(function(ce){return{numbering:L(B,ce.partPaths.numbering,ce.styles)}}).also(function(ce){return{footnotes:R(ce.partPaths.footnotes,ce,function(M,J){return J?f.createFootnotesReader(M)(J):new t([])}),endnotes:R(ce.partPaths.endnotes,ce,function(M,J){return J?f.createEndnotesReader(M)(J):new t([])}),comments:R(ce.partPaths.comments,ce,function(M,J){return J?h.createCommentsReader(M)(J):new t([])})}}).also(function(ce){return{notes:ce.footnotes.flatMap(function(M){return ce.endnotes.map(function(J){return new e.Notes(M.concat(J))})})}}).then(function(ce){return R(ce.partPaths.mainDocument,ce,function(M,J){return ce.notes.flatMap(function(F){return ce.comments.flatMap(function(pe){var G=new a({bodyReader:M,notes:F,comments:pe});return G.convertXmlToDocument(J)})})})})}function w(B){return j(B).then(function(re){var ce=D({docxFile:B,relationships:re,relationshipType:"http://schemas.openxmlformats.org/officeDocument/2006/relationships/officeDocument",basePath:"",fallbackPath:"word/document.xml"});if(!B.exists(ce))throw new Error("Could not find main document part. Are you sure this is a valid .docx file?");return A({filename:P(ce),readElement:s.readRelationships,defaultValue:s.defaultValue})(B).then(function(M){function J(F){return D({docxFile:B,relationships:M,relationshipType:"http://schemas.openxmlformats.org/officeDocument/2006/relationships/"+F,basePath:r.splitPath(ce).dirname,fallbackPath:"word/"+F+".xml"})}return{mainDocument:ce,comments:J("comments"),endnotes:J("endnotes"),footnotes:J("footnotes"),numbering:J("numbering"),styles:J("styles")}})})}function D(B){var re=B.docxFile,ce=B.relationships,M=B.relationshipType,J=B.basePath,F=B.fallbackPath,pe=ce.findTargetsByType(M),G=pe.map(function(fe){return C(r.joinPath(J,fe),"/")}),$=G.filter(function(fe){return re.exists(fe)});return $.length===0?F:$[0]}function C(B,re){return B.substring(0,re.length)===re?B.substring(re.length):B}function A(B){return function(re){return i(re,B.filename).then(function(ce){return ce?B.readElement(ce):B.defaultValue})}}function R(B,re,ce){var M=A({filename:P(B),readElement:s.readRelationships,defaultValue:s.defaultValue});return M(re.docxFile).then(function(J){var F=new o({relationships:J,contentTypes:re.contentTypes,docxFile:re.docxFile,numbering:re.numbering,styles:re.styles,files:re.files});return i(re.docxFile,B).then(function(pe){return ce(F,pe)})})}function P(B){var re=r.splitPath(B);return r.joinPath(re.dirname,"_rels",re.basename+".rels")}var I=A({filename:"[Content_Types].xml",readElement:l.readContentTypesFromXml,defaultValue:l.defaultContentTypes});function L(B,re,ce){return A({filename:re,readElement:function(M){return c.readNumberingXml(M,{styles:ce})},defaultValue:c.defaultNumbering})(B)}function z(B,re){return A({filename:re,readElement:u.readStylesXml,defaultValue:u.defaultStyles})(B)}var j=A({filename:"_rels/.rels",readElement:s.readRelationships,defaultValue:s.defaultValue});return ey}var fy={},xA;function zz(){if(xA)return fy;xA=1;var n=ci,e=Dd(),t=SD();fy.writeStyleMap=a,fy.readStyleMap=u;var r="http://schemas.zwobble.org/mammoth/style-map",i="mammoth/style-map",o="/"+i;function a(f,h){return f.write(i,h),s(f).then(function(){return l(f)})}function s(f){var h="word/_rels/document.xml.rels",d="http://schemas.openxmlformats.org/package/2006/relationships",y="{"+d+"}Relationship";return f.read(h,"utf8").then(t.readString).then(function(w){var D=w.children;c(D,y,"Id",{Id:"rMammothStyleMap",Type:r,Target:o});var C={"":d};return f.write(h,t.writeString(w,C))})}function l(f){var h="[Content_Types].xml",d="http://schemas.openxmlformats.org/package/2006/content-types",y="{"+d+"}Override";return f.read(h,"utf8").then(t.readString).then(function(w){var D=w.children;c(D,y,"PartName",{PartName:o,ContentType:"text/prs.mammoth.style-map"});var C={"":d};return f.write(h,t.writeString(w,C))})}function c(f,h,d,y){var w=n.find(f,function(D){return D.name===h&&D.attributes[d]===y[d]});w?w.attributes=y:f.push(t.element(h,y))}function u(f){return f.exists(i)?f.read(i,"utf8"):e.resolve(null)}return fy}var dy={},zd={},ff={},Yf={},wA;function v5(){if(wA)return Yf;wA=1;var n=Lm();function e(l,c,u){return r(n.element(l,c,{fresh:!1}),u)}function t(l,c,u){var f=n.element(l,c,{fresh:!0});return r(f,u)}function r(l,c){return{type:"element",tag:l,children:c||[]}}function i(l){return{type:"text",value:l}}var o={type:"forceWrite"};Yf.freshElement=t,Yf.nonFreshElement=e,Yf.elementWithTag=r,Yf.text=i,Yf.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 Yf.isVoidElement=s,Yf}var J0,DA;function Hz(){if(DA)return J0;DA=1;var n=ci,e=v5();function t(w){return r(c(w))}function r(w){var D=[];return w.map(i).forEach(function(C){l(D,C)}),D}function i(w){return o[w.type](w)}var o={element:a,text:s,forceWrite:s};function a(w){return e.elementWithTag(w.tag,r(w.children))}function s(w){return w}function l(w,D){var C=w[w.length-1];D.type==="element"&&!D.tag.fresh&&C&&C.type==="element"&&D.tag.matchesElement(C.tag)?(D.tag.separator&&l(C.children,e.text(D.tag.separator)),D.children.forEach(function(A){l(C.children,A)})):w.push(D)}function c(w){return u(w,function(D){return f[D.type](D)})}function u(w,D){return n.flatten(n.map(w,D),!0)}var f={element:d,text:y,forceWrite:h};function h(w){return[w]}function d(w){var D=c(w.children);return D.length===0&&!e.isVoidElement(w)?[]:[e.elementWithTag(w.tag,D)]}function y(w){return w.value.length===0?[]:[w]}return J0=t,J0}var TA;function Bm(){if(TA)return ff;TA=1;var n=v5();ff.freshElement=n.freshElement,ff.nonFreshElement=n.nonFreshElement,ff.elementWithTag=n.elementWithTag,ff.text=n.text,ff.forceWrite=n.forceWrite,ff.simplify=Hz();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 ff.write=e,ff}var EA;function Lm(){if(EA)return zd;EA=1;var n=ci,e=Bm();zd.topLevelElement=t,zd.elements=r,zd.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(),u=this._elements.length-1;u>=0;u--)c=this._elements[u].wrapNodes(c);return c};function o(s,l,c){return c=c||{},new a(s,l,c)}function a(s,l,c){var u={};n.isArray(s)?(s.forEach(function(f){u[f]=!0}),s=s[0]):u[s]=!0,this.tagName=s,this.tagNames=u,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)]},zd.empty=r([]),zd.ignore={wrap:function(){return[]}},zd}var K0={},CA;function x5(){return CA||(CA=1,function(n){var e=ci,t=Dd(),r=Bm();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}})})}(K0)),K0}var Q0={},q0={},_A;function Vz(){if(_A)return q0;_A=1;var n=ci;q0.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=[],u=!0,f=!1,h=i();function d(I,L){t[I]&&R(),c.push(I),h.open(I,L),t[I]&&s++,u=!1}function y(I){t[I]&&(s--,R()),c.pop(),h.close(I)}function w(I){A();var L=P()?I:I.replace(`
|
|
226
|
-
`,`
|
|
227
|
-
`+l);h.text(L)}function D(I,L){R(),h.selfClosing(I,L)}function C(){return c.length===0||t[c[c.length-1]]}function A(){f||(R(),f=!0)}function R(){if(f=!1,!u&&C()&&!P()){h._append(`
|
|
228
|
-
`);for(var I=0;I<s;I++)h._append(l)}}function P(){return n.some(c,function(I){return I==="pre"})}return{asString:h.asString,open:d,close:y,text:w,selfClosing:D}}function i(){var s=[];function l(w,D){var C=f(D);s.push("<"+w+C+">")}function c(w){s.push("</"+w+">")}function u(w,D){var C=f(D);s.push("<"+w+C+" />")}function f(w){return n.map(w,function(D,C){return" "+C+'="'+a(D)+'"'}).join("")}function h(w){s.push(o(w))}function d(w){s.push(w)}function y(){return s.join("")}return{asString:y,open:l,close:c,text:h,selfClosing:u,_append:d}}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 q0}var j0={},SA;function Gz(){if(SA)return j0;SA=1;var n=ci;function e(f){return t(f,f)}function t(f,h){return function(){return{start:f,end:h}}}function r(f){var h=f.href||"";return h?{start:"[",end:"]("+h+")",anchorPosition:"before"}:{}}function i(f){var h=f.src||"",d=f.alt||"";return h||d?{start:""}:{}}function o(f){return function(h,d){return{start:d?`
|
|
229
|
-
`:"",end:d?"":`
|
|
230
|
-
`,list:{isOrdered:f.isOrdered,indent:d?d.indent+1:0,count:0}}}}function a(f,h,d){h=h||{indent:0,isOrdered:!1,count:0},h.count++,d.hasClosed=!1;var y=h.isOrdered?h.count+".":"-",w=l(" ",h.indent)+y+" ";return{start:w,end:function(){if(!d.hasClosed)return d.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 f=1;f<=6;f++)s["h"+f]=t(l("#",f)+" ",`
|
|
235
|
-
|
|
236
|
-
`)})();function l(f,h){return new Array(h+1).join(f)}function c(){var f=[],h=[],d=null,y={};function w(I,L){L=L||{};var z=s[I]||function(){return{}},j=z(L,d,y);h.push({end:j.end,list:d}),j.list&&(d=j.list);var B=j.anchorPosition==="before";B&&D(L),f.push(j.start||""),B||D(L)}function D(I){I.id&&f.push('<a id="'+I.id+'"></a>')}function C(I){var L=h.pop();d=L.list;var z=n.isFunction(L.end)?L.end():L.end;f.push(z||"")}function A(I,L){w(I,L),C()}function R(I){f.push(u(I))}function P(){return f.join("")}return{asString:P,open:w,close:C,text:R,selfClosing:A}}j0.writer=c;function u(f){return f.replace(/\\/g,"\\\\").replace(/([\`\*_\{\}\[\]\(\)\#\+\-\.\!])/g,"\\$1")}return j0}var AA;function Xz(){if(AA)return Q0;AA=1;var n=Vz(),e=Gz();Q0.writer=t;function t(r){return r=r||{},r.outputFormat==="markdown"?e.writer():n.writer(r)}return Q0}var kA;function Yz(){if(kA)return dy;kA=1;var n=ci,e=Dd(),t=mh(),r=Lm(),i=Tf(),o=x5(),a=Bm(),s=Xz();dy.DocumentConverter=l;function l(D){return{convertToHtml:function(C){var A=n.indexBy(C.type===t.types.document?C.comments:[],"commentId"),R=new c(D,A);return R.convertToHtml(C)}}}function c(D,C){var A=1,R=[],P=[];D=n.extend({ignoreEmptyParagraphs:!0},D);var I=D.idPrefix===void 0?"":D.idPrefix,L=D.ignoreEmptyParagraphs,z=r.topLevelElement("p"),j=D.styleMap||[];function B(O){var be=[],ye=ce(O,be,{}),ie=[];y(ye,function(me){me.type==="deferred"&&ie.push(me)});var ne={};return e.mapSeries(ie,function(me){return me.value().then(function(Ie){ne[me.id]=Ie})}).then(function(){function me(Se){return d(Se,function(we){return we.type==="deferred"?ne[we.id]:we.children?[n.extend({},we,{children:me(we.children)})]:[we]})}var Ie=s.writer({prettyPrint:D.prettyPrint,outputFormat:D.outputFormat});return a.write(Ie,a.simplify(me(ye))),new i.Result(Ie.asString(),be)})}function re(O,be,ye){return d(O,function(ie){return ce(ie,be,ye)})}function ce(O,be,ye){if(!ye)throw new Error("options not set");var ie=lt[O.type];return ie?ie(O,be,ye):[]}function M(O,be,ye){return J(O,be).wrap(function(){var ie=re(O.children,be,ye);return L?ie:[a.forceWrite].concat(ie)})}function J(O,be){var ye=$(O);return ye?ye.to:(O.styleId&&be.push(h("paragraph",O)),z)}function F(O,be,ye){var ie=function(){return re(O.children,be,ye)},ne=[];if(O.highlight!==null){var me=G({type:"highlight",color:O.highlight});me&&ne.push(me)}O.isSmallCaps&&ne.push(pe("smallCaps")),O.isAllCaps&&ne.push(pe("allCaps")),O.isStrikethrough&&ne.push(pe("strikethrough","s")),O.isUnderline&&ne.push(pe("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(pe("italic","em")),O.isBold&&ne.push(pe("bold","strong"));var Ie=r.empty,Se=$(O);return Se?Ie=Se.to:O.styleId&&be.push(h("run",O)),ne.push(Ie),ne.forEach(function(we){ie=we.wrap.bind(we,ie)}),ie()}function pe(O,be){var ye=G({type:O});return ye||(be?r.element(be,{},{fresh:!1}):r.empty)}function G(O,be){var ye=$(O);return ye?ye.to:be}function $(O){for(var be=0;be<j.length;be++)if(j[be].from.matches(O))return j[be]}function fe(O){return function(be,ye){return e.attempt(function(){return O(be,ye)}).caught(function(ie){return ye.push(i.error(ie)),[]})}}function se(O){return K(O.noteType,O.noteId)}function ge(O){return te(O.noteType,O.noteId)}function K(O,be){return Oe(O+"-"+be)}function te(O,be){return Oe(O+"-ref-"+be)}function Oe(O){return I+O}var he=r.elements([r.element("table",{},{fresh:!0})]);function ve(O,be,ye){return G(O,he).wrap(function(){return Ve(O,be,ye)})}function Ve(O,be,ye){var ie=n.findIndex(O.children,function(Se){return!Se.type===t.types.tableRow||!Se.isHeader});ie===-1&&(ie=O.children.length);var ne;if(ie===0)ne=re(O.children,be,n.extend({},ye,{isTableHeader:!1}));else{var me=re(O.children.slice(0,ie),be,n.extend({},ye,{isTableHeader:!0})),Ie=re(O.children.slice(ie),be,n.extend({},ye,{isTableHeader:!1}));ne=[a.freshElement("thead",{},me),a.freshElement("tbody",{},Ie)]}return[a.forceWrite].concat(ne)}function rt(O,be,ye){var ie=re(O.children,be,ye);return[a.freshElement("tr",{},[a.forceWrite].concat(ie))]}function $e(O,be,ye){var ie=ye.isTableHeader?"th":"td",ne=re(O.children,be,ye),me={};return O.colSpan!==1&&(me.colspan=O.colSpan.toString()),O.rowSpan!==1&&(me.rowspan=O.rowSpan.toString()),[a.freshElement(ie,me,[a.forceWrite].concat(ne))]}function Xe(O,be,ye){return G(O,r.ignore).wrap(function(){var ie=C[O.commentId],ne=P.length+1,me="["+w(ie)+ne+"]";return P.push({label:me,comment:ie}),[a.freshElement("a",{href:"#"+K("comment",O.commentId),id:te("comment",O.commentId)},[a.text(me)])]})}function Ze(O,be,ye){var ie=O.label,ne=O.comment,me=re(ne.body,be,ye).concat([a.nonFreshElement("p",{},[a.text(" "),a.freshElement("a",{href:"#"+te("comment",ne.commentId)},[a.text("↑")])])]);return[a.freshElement("dt",{id:K("comment",ne.commentId)},[a.text("Comment "+ie)]),a.freshElement("dd",{},me)]}function ot(O,be,ye){return Ke(O).wrap(function(){return[]})}function Ke(O){var be=$(O);return be?be.to:O.breakType==="line"?r.topLevelElement("br"):r.empty}var lt={document:function(O,be,ye){var ie=re(O.children,be,ye),ne=R.map(function(Ie){return O.notes.resolve(Ie)}),me=re(ne,be,ye);return ie.concat([a.freshElement("ol",{},me),a.freshElement("dl",{},d(P,function(Ie){return Ze(Ie,be,ye)}))])},paragraph:M,run:F,text:function(O,be,ye){return[a.text(O.value)]},tab:function(O,be,ye){return[a.text(" ")]},hyperlink:function(O,be,ye){var ie=O.anchor?"#"+Oe(O.anchor):O.href,ne={href:ie};O.targetFrame!=null&&(ne.target=O.targetFrame);var me=re(O.children,be,ye);return[a.nonFreshElement("a",ne,me)]},checkbox:function(O){var be={type:"checkbox"};return O.checked&&(be.checked="checked"),[a.freshElement("input",be)]},bookmarkStart:function(O,be,ye){var ie=a.freshElement("a",{id:Oe(O.name)},[a.forceWrite]);return[ie]},noteReference:function(O,be,ye){R.push(O);var ie=a.freshElement("a",{href:"#"+se(O),id:ge(O)},[a.text("["+A+++"]")]);return[a.freshElement("sup",{},[ie])]},note:function(O,be,ye){var ie=re(O.body,be,ye),ne=a.elementWithTag(r.element("p",{},{fresh:!1}),[a.text(" "),a.freshElement("a",{href:"#"+ge(O)},[a.text("↑")])]),me=ie.concat([ne]);return a.freshElement("li",{id:se(O)},me)},commentReference:Xe,comment:Ze,image:f(fe(D.convertImage||o.dataUri)),table:ve,tableRow:rt,tableCell:$e,break:ot};return{convertToHtml:B}}var u=1;function f(D){return function(C,A,R){return[{type:"deferred",id:u++,value:function(){return D(C,A,R)}}]}}function h(D,C){return i.warning("Unrecognised "+D+" style: '"+C.styleName+"' (Style ID: "+C.styleId+")")}function d(D,C){return n.flatten(D.map(C),!0)}function y(D,C){D.forEach(function(A){C(A),A.children&&y(A.children,C)})}var w=dy.commentAuthorLabel=function(C){return C.authorInitials||""};return dy}var $0={},RA;function Zz(){if(RA)return $0;RA=1;var n=mh();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 $0.convertElementToRawText=e,$0}var Rp={},Lc={},e2={},t2={exports:{}},UA;function Jz(){if(UA)return t2.exports;UA=1;var n=t2.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)},t2.exports}var FA;function Kz(){if(FA)return e2;FA=1;var n=Jz();return e2.Parser=function(e){var t=function(r,i){return r(new n(i))};return{parseTokens:t}},e2}var n2={},r2={},OA;function Qz(){return OA||(OA=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)}}(r2)),r2}var i2,IA;function AD(){if(IA)return i2;IA=1,i2={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},i2}var o2={},MA;function w5(){if(MA)return o2;MA=1,o2.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()},o2}var a2={},PA;function qz(){if(PA)return a2;PA=1,a2.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},a2}var NA;function D5(){return NA||(NA=1,function(n){var e=ci,t=Qz(),r=AD(),i=w5(),o=qz();n.token=function(h,d){var y=d!==void 0;return function(w){var D=w.head();if(D&&D.name===h&&(!y||D.value===d))return r.success(D.value,w.tail(),D.source);var C=u({name:h,value:d});return f(w,C)}},n.tokenOfType=function(h){return n.token(h)},n.firstOf=function(h,d){return e.isArray(d)||(d=Array.prototype.slice.call(arguments,1)),function(y){return o.fromArray(d).map(function(w){return w(y)}).filter(function(w){return w.isSuccess()||w.isError()}).first()||f(y,h)}},n.then=function(h,d){return function(y){var w=h(y);return w.map||console.log(w),w.map(d)}},n.sequence=function(){var h=Array.prototype.slice.call(arguments,0),d=function(w){var D=e.foldl(h,function(A,R){var P=A.result,I=A.hasCut;if(!P.isSuccess())return{result:P,hasCut:I};var L=R(P.remaining());if(L.isCut())return{result:P,hasCut:!0};if(L.isSuccess()){var z;R.isCaptured?z=P.value().withValue(R,L.value()):z=P.value();var j=L.remaining(),B=w.to(j);return{result:r.success(z,j,B),hasCut:I}}else return I?{result:r.error(L.errors(),L.remaining()),hasCut:I}:{result:L,hasCut:I}},{result:r.success(new a,w),hasCut:!1}).result,C=w.to(D.remaining());return D.map(function(A){return A.withValue(n.sequence.source,C)})};d.head=function(){var w=e.find(h,y);return n.then(d,n.sequence.extract(w))},d.map=function(w){return n.then(d,function(D){return w.apply(this,D.toArray())})};function y(w){return w.isCaptured}return d};var a=function(h,d){this._values=h||{},this._valuesArray=d||[]};a.prototype.withValue=function(h,d){if(h.captureName&&h.captureName in this._values)throw new Error('Cannot add second value for capture "'+h.captureName+'"');var y=e.clone(this._values);y[h.captureName]=d;var w=this._valuesArray.concat([d]);return new a(y,w)},a.prototype.get=function(h){if(h.captureName in this._values)return this._values[h.captureName];throw new Error('No value for capture "'+h.captureName+'"')},a.prototype.toArray=function(){return this._valuesArray},n.sequence.capture=function(h,d){var y=function(){return h.apply(this,arguments)};return y.captureName=d,y.isCaptured=!0,y},n.sequence.extract=function(h){return function(d){return d.get(h)}},n.sequence.applyValues=function(h){var d=Array.prototype.slice.call(arguments,1);return function(y){var w=d.map(function(D){return y.get(D)});return h.apply(this,w)}},n.sequence.source={captureName:"☃source☃"},n.sequence.cut=function(){return function(h){return r.cut(h)}},n.optional=function(h){return function(d){var y=h(d);return y.isSuccess()?y.map(t.some):y.isFailure()?r.success(t.none,d):y}},n.zeroOrMoreWithSeparator=function(h,d){return c(h,d,!1)},n.oneOrMoreWithSeparator=function(h,d){return c(h,d,!0)};var s=n.zeroOrMore=function(h){return function(d){for(var y=[],w;(w=h(d))&&w.isSuccess();)d=w.remaining(),y.push(w.value());return w.isError()?w:r.success(y,d)}};n.oneOrMore=function(h){return n.oneOrMoreWithSeparator(h,l)};function l(h){return r.success(null,h)}var c=function(h,d,y){return function(w){var D=h(w);if(D.isSuccess()){var C=n.sequence.capture(h,"main"),A=s(n.then(n.sequence(d,C),n.sequence.extract(C))),R=A(D.remaining());return r.success([D.value()].concat(R.value()),R.remaining())}else return y||D.isError()?D:r.success([],w)}};n.leftAssociative=function(h,d,y){var w;y?w=[{func:y,rule:d}]:w=d,w=w.map(function(C){return n.then(C.rule,function(A){return function(R,P){return C.func(R,A,P)}})});var D=n.firstOf.apply(null,["rules"].concat(w));return function(C){var A=C,R=h(C);if(!R.isSuccess())return R;for(var P=D(R.remaining());P.isSuccess();){var I=P.remaining(),L=A.to(P.remaining()),z=P.value();R=r.success(z(R.value(),L),I,L),P=D(R.remaining())}return P.isError()?P:R}},n.leftAssociative.firstOf=function(){return Array.prototype.slice.call(arguments,0)},n.nonConsuming=function(h){return function(d){return h(d).changeRemaining(d)}};var u=function(h){return h.value?h.name+' "'+h.value+'"':h.name};function f(h,d){var y,w=h.head();return w?y=i.error({expected:d,actual:u(w),location:w.source}):y=i.error({expected:d,actual:"end of tokens"}),r.failure([y],h)}}(n2)),n2}var s2={exports:{}},BA;function T5(){if(BA)return s2.exports;BA=1,s2.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}},s2.exports}var l2,LA;function E5(){return LA||(LA=1,l2=function(n,e,t){this.name=n,this.value=e,t&&(this.source=t)}),l2}var c2={},WA;function jz(){return WA||(WA=1,function(n){var e=D5(),t=AD();n.parser=function(o,a,s){var l={rule:h,leftAssociative:d,rightAssociative:y},c=new r(s.map(f)),u=e.firstOf(o,a);function f(C){return{name:C.name,rule:i(C.ruleBuilder.bind(null,l))}}function h(){return w(c)}function d(C){return w(c.untilExclusive(C))}function y(C){return w(c.untilInclusive(C))}function w(C){return D.bind(null,C)}function D(C,A){var R=u(A);return R.isSuccess()?C.apply(R):R}return l};function r(o){function a(f){return new r(o.slice(0,l().indexOf(f)))}function s(f){return new r(o.slice(0,l().indexOf(f)+1))}function l(){return o.map(function(f){return f.name})}function c(f){for(var h,d;;)if(h=u(f.remaining()),h.isSuccess())d=f.source().to(h.source()),f=t.success(h.value()(f.value(),d),h.remaining(),d);else return h.isFailure()?f:h}function u(f){return e.firstOf("infix",o.map(function(h){return h.rule}))(f)}return{apply:c,untilExclusive:a,untilInclusive:s}}n.infix=function(o,a){function s(l){return n.infix(o,function(c){var u=a(c);return function(f){var h=u(f);return h.map(function(d){return function(y,w){return l(y,d,w)}})}})}return{name:o,ruleBuilder:a,map:s}};var i=function(o){var a;return function(s){return a||(a=o()),a(s)}}}(c2)),c2}var u2={},zA;function $z(){if(zA)return u2;zA=1;var n=E5(),e=T5();u2.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),u=0,f=[];u<s.length;){var h=o(s,u,c);u=h.endIndex,f.push(h.token)}return f.push(a(s,c)),f}function o(s,l,c){for(var u=0;u<r.length;u++){var f=r[u].regex;f.lastIndex=l;var h=f.exec(s);if(h){var y=l+h[0].length;if(h.index===l&&y>l){var d=h[1],w=new n(r[u].name,d,c.range(l,y));return{token:w,endIndex:y}}}}var y=l+1,w=new n("unrecognisedCharacter",s.substring(l,y),c.range(l,y));return{token:w,endIndex:y}}function a(s,l){return new n("end",null,l.range(s.length,s.length))}return{tokenise:i}}return u2}var HA;function C5(){return HA||(HA=1,Lc.Parser=Kz().Parser,Lc.rules=D5(),Lc.errors=w5(),Lc.results=AD(),Lc.StringSource=T5(),Lc.Token=E5(),Lc.bottomUp=jz(),Lc.RegexTokeniser=$z().RegexTokeniser,Lc.rule=function(n){var e;return function(t){return e||(e=n()),e(t)}}),Lc}var no={},VA;function eH(){if(VA)return no;VA=1,no.paragraph=n,no.run=e,no.table=t,no.bold=new i("bold"),no.italic=new i("italic"),no.underline=new i("underline"),no.strikethrough=new i("strikethrough"),no.allCaps=new i("allCaps"),no.smallCaps=new i("smallCaps"),no.highlight=r,no.commentReference=new i("commentReference"),no.lineBreak=new a({breakType:"line"}),no.pageBreak=new a({breakType:"page"}),no.columnBreak=new a({breakType:"column"}),no.equalTo=l,no.startsWith=c;function n(h){return new i("paragraph",h)}function e(h){return new i("run",h)}function t(h){return new i("table",h)}function r(h){return new o(h)}function i(h,d){d=d||{},this._elementType=h,this._styleId=d.styleId,this._styleName=d.styleName,d.list&&(this._listIndex=d.list.levelIndex,this._listIsOrdered=d.list.isOrdered)}i.prototype.matches=function(h){return h.type===this._elementType&&(this._styleId===void 0||h.styleId===this._styleId)&&(this._styleName===void 0||h.styleName&&this._styleName.operator(this._styleName.operand,h.styleName))&&(this._listIndex===void 0||s(h,this._listIndex,this._listIsOrdered))&&(this._breakType===void 0||this._breakType===h.breakType)};function o(h){h=h||{},this._color=h.color}o.prototype.matches=function(h){return h.type==="highlight"&&(this._color===void 0||h.color===this._color)};function a(h){h=h||{},this._breakType=h.breakType}a.prototype.matches=function(h){return h.type==="break"&&(this._breakType===void 0||h.breakType===this._breakType)};function s(h,d,y){return h.numbering&&h.numbering.level==d&&h.numbering.isOrdered==y}function l(h){return{operator:u,operand:h}}function c(h){return{operator:f,operand:h}}function u(h,d){return h.toUpperCase()===d.toUpperCase()}function f(h,d){return d.toUpperCase().indexOf(h.toUpperCase())===0}return no}var f2={},GA;function tH(){if(GA)return f2;GA=1;var n=C5(),e=n.RegexTokeniser;f2.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 f2}var XA;function nH(){if(XA)return Rp;XA=1;var n=ci,e=C5(),t=eH(),r=Lm(),i=tH().tokenise,o=Tf();Rp.readHtmlPath=u,Rp.readDocumentMatcher=l,Rp.readStyle=a;function a(j){return P(z,j)}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(f())).head())),e.rules.tokenOfType("end")).map(function(j,B){return{from:j,to:B.valueOrElse(r.empty)}})}function l(j){return P(c(),j)}function c(){var j=e.rules.sequence,B=function(Ze,ot){return e.rules.then(e.rules.token("identifier",Ze),function(){return ot})},re=B("p",t.paragraph),ce=B("r",t.run),M=e.rules.firstOf("p or r or table",re,ce),J=e.rules.sequence(e.rules.tokenOfType("dot"),e.rules.sequence.cut(),e.rules.sequence.capture(h)).map(function(Ze){return{styleId:Ze}}),F=e.rules.firstOf("style name matcher",e.rules.then(e.rules.sequence(e.rules.tokenOfType("equals"),e.rules.sequence.cut(),e.rules.sequence.capture(y)).head(),function(Ze){return{styleName:t.equalTo(Ze)}}),e.rules.then(e.rules.sequence(e.rules.tokenOfType("startsWith"),e.rules.sequence.cut(),e.rules.sequence.capture(y)).head(),function(Ze){return{styleName:t.startsWith(Ze)}})),pe=e.rules.sequence(e.rules.tokenOfType("open-square-bracket"),e.rules.sequence.cut(),e.rules.token("identifier","style-name"),e.rules.sequence.capture(F),e.rules.tokenOfType("close-square-bracket")).head(),G=e.rules.firstOf("list type",B("ordered-list",{isOrdered:!0}),B("unordered-list",{isOrdered:!1})),$=j(e.rules.tokenOfType("colon"),j.capture(G),j.cut(),e.rules.tokenOfType("open-paren"),j.capture(d),e.rules.tokenOfType("close-paren")).map(function(Ze,ot){return{list:{isOrdered:Ze.isOrdered,levelIndex:ot-1}}});function fe(Ze){var ot=e.rules.firstOf.apply(e.rules.firstOf,["matcher suffix"].concat(Ze)),Ke=e.rules.zeroOrMore(ot);return e.rules.then(Ke,function(lt){var O={};return lt.forEach(function(be){n.extend(O,be)}),O})}var se=j(j.capture(M),j.capture(fe([J,pe,$]))).map(function(Ze,ot){return Ze(ot)}),ge=j(e.rules.token("identifier","table"),j.capture(fe([J,pe]))).map(function(Ze){return t.table(Ze)}),K=B("b",t.bold),te=B("i",t.italic),Oe=B("u",t.underline),he=B("strike",t.strikethrough),ve=B("all-caps",t.allCaps),Ve=B("small-caps",t.smallCaps),rt=j(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(y),e.rules.tokenOfType("close-square-bracket")).head()))).map(function(Ze){return t.highlight({color:Ze.valueOrElse(void 0)})}),$e=B("comment-reference",t.commentReference),Xe=j(e.rules.token("identifier","br"),j.cut(),e.rules.tokenOfType("open-square-bracket"),e.rules.token("identifier","type"),e.rules.tokenOfType("equals"),j.capture(y),e.rules.tokenOfType("close-square-bracket")).map(function(Ze){switch(Ze){case"line":return t.lineBreak;case"page":return t.pageBreak;case"column":return t.columnBreak}});return e.rules.firstOf("element type",se,ge,K,te,Oe,he,ve,Ve,rt,$e,Xe)}function u(j){return P(f(),j)}function f(){var j=e.rules.sequence.capture,B=e.rules.tokenOfType("whitespace"),re=e.rules.then(e.rules.optional(e.rules.sequence(e.rules.tokenOfType("colon"),e.rules.token("identifier","fresh"))),function(F){return F.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"),j(y),e.rules.tokenOfType("close-paren")).head()),function(F){return F.valueOrElse("")}),M=e.rules.oneOrMoreWithSeparator(h,e.rules.tokenOfType("choice")),J=e.rules.sequence(j(M),j(e.rules.zeroOrMore(R)),j(re),j(ce)).map(function(F,pe,G,$){var fe={},se={};return pe.forEach(function(ge){ge.append&&fe[ge.name]?fe[ge.name]+=" "+ge.value:fe[ge.name]=ge.value}),G&&(se.fresh=!0),$&&(se.separator=$),r.element(F,fe,se)});return e.rules.firstOf("html path",e.rules.then(e.rules.tokenOfType("bang"),function(){return r.ignore}),e.rules.then(e.rules.zeroOrMoreWithSeparator(J,e.rules.sequence(B,e.rules.tokenOfType("gt"),B)),r.elements))}var h=e.rules.then(e.rules.tokenOfType("identifier"),D),d=e.rules.tokenOfType("integer"),y=e.rules.then(e.rules.tokenOfType("string"),D),w={n:`
|
|
244
|
-
`,r:"\r",t:" "};function D(j){return j.replace(/\\(.)/g,function(B,re){return w[re]||re})}var C=e.rules.sequence(e.rules.tokenOfType("open-square-bracket"),e.rules.sequence.cut(),e.rules.sequence.capture(h),e.rules.tokenOfType("equals"),e.rules.sequence.capture(y),e.rules.tokenOfType("close-square-bracket")).map(function(j,B){return{name:j,value:B,append:!1}}),A=e.rules.sequence(e.rules.tokenOfType("dot"),e.rules.sequence.cut(),e.rules.sequence.capture(h)).map(function(j){return{name:"class",value:j,append:!0}}),R=e.rules.firstOf("attribute or class",C,A);function P(j,B){var re=i(B),ce=e.Parser(),M=ce.parseTokens(j,re);return M.isSuccess()?o.success(M.value()):new o.Result(null,[o.warning(I(B,M))])}function I(j,B){return"Did not understand this style mapping, so ignored it: "+j+`
|
|
245
|
-
`+B.errors().map(L).join(`
|
|
246
|
-
`)}function L(j){return"Error was at character number "+j.characterNumber()+": Expected "+j.expected+" but got "+j.actual}var z=s();return Rp}var Up={},YA;function rH(){if(YA)return Up;YA=1,Up.readOptions=r;var n=ci,e=Up._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=Up._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 Up}var d2={},ZA;function iH(){if(ZA)return d2;ZA=1;var n=Dd(),e=p5();d2.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 d2}var Hd={},JA;function oH(){if(JA)return Hd;JA=1;var n=ci;Hd.paragraph=e,Hd.run=t,Hd._elements=i,Hd.getDescendantsOfType=o,Hd.getDescendants=a;function e(l){return r("paragraph",l)}function t(l){return r("run",l)}function r(l,c){return i(function(u){return u.type===l?c(u):u})}function i(l){return function c(u){if(u.children){var f=n.map(u.children,c);u=n.extend(u,{children:f})}return l(u)}}function o(l,c){return a(l).filter(function(u){return u.type===c})}function a(l){var c=[];return s(l,function(u){c.push(u)}),c}function s(l,c){l.children&&l.children.forEach(function(u){s(u,c),c(u)})}return Hd}var h2={},KA;function aH(){if(KA)return h2;KA=1;var n=Lm(),e=Bm();h2.element=t;function t(r){return function(i){return e.elementWithTag(n.element(r),[i])}}return h2}var QA;function sH(){if(QA)return Kl;QA=1;var n=ci,e=Wz(),t=zz(),r=Yz().DocumentConverter,i=Zz().convertElementToRawText,o=nH().readStyle,a=rH().readOptions,s=iH(),l=Tf().Result;Kl.convertToHtml=c,Kl.convertToMarkdown=u,Kl.convert=f,Kl.extractRawText=w,Kl.images=x5(),Kl.transforms=oH(),Kl.underline=aH(),Kl.embedStyleMap=D,Kl.readEmbeddedStyleMap=h;function c(C,A){return f(C,A)}function u(C,A){var R=Object.create(A||{});return R.outputFormat="markdown",f(C,R)}function f(C,A){return A=a(A),s.openZip(C).tap(function(R){return t.readStyleMap(R).then(function(P){A.embeddedStyleMap=P})}).then(function(R){return e.read(R,C).then(function(P){return P.map(A.transformDocument)}).then(function(P){return d(P,A)})})}function h(C){return s.openZip(C).then(t.readStyleMap)}function d(C,A){var R=y(A.readStyleMap()),P=n.extend({},A,{styleMap:R.value}),I=new r(P);return C.flatMapThen(function(L){return R.flatMapThen(function(z){return I.convertToHtml(L)})})}function y(C){return l.combine((C||[]).map(o)).map(function(A){return A.filter(function(R){return!!R})})}function w(C){return s.openZip(C).then(e.read).then(function(A){return A.map(i)})}function D(C,A){return s.openZip(C).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 Kl.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")`)},Kl}var lH=sH();const cH=fm(lH);var Qy={exports:{}},uH=Qy.exports,qA;function fH(){return qA||(qA=1,function(n,e){(function(r,i){n.exports=i(En,Ag)})(uH,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 u in s)a.d(c,u,(function(f){return s[f]}).bind(null,u));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,u=a.value;switch(c){case"top":return l.top+u<s.top&&l.bottom>s.bottom&&l.left<s.left&&l.right>s.right;case"left":return l.left+u<s.left&&l.bottom>s.bottom&&l.top<s.top&&l.right>s.right;case"bottom":return l.bottom-u>s.bottom&&l.left<s.left&&l.right>s.right&&l.top<s.top;case"right":return l.right-u>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 re});var s=a(1),l=a.n(s),c=a(2),u=a.n(c),f=a(0),h=a.n(f),d=a(3),y=a.n(d);function w(ce){return typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?w=function(J){return typeof J}:w=function(J){return J&&typeof Symbol=="function"&&J.constructor===Symbol&&J!==Symbol.prototype?"symbol":typeof J},w(ce)}function D(ce,M){if(!(ce instanceof M))throw new TypeError("Cannot call a class as a function")}function C(ce,M){for(var J=0;J<M.length;J++){var F=M[J];F.enumerable=F.enumerable||!1,F.configurable=!0,"value"in F&&(F.writable=!0),Object.defineProperty(ce,F.key,F)}}function A(ce,M,J){return M&&C(ce.prototype,M),ce}function R(ce,M){return M&&(w(M)==="object"||typeof M=="function")?M:I(ce)}function P(ce){return P=Object.setPrototypeOf?Object.getPrototypeOf:function(J){return J.__proto__||Object.getPrototypeOf(J)},P(ce)}function I(ce){if(ce===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return ce}function L(ce,M){if(typeof M!="function"&&M!==null)throw new TypeError("Super expression must either be null or a function");ce.prototype=Object.create(M&&M.prototype,{constructor:{value:ce,writable:!0,configurable:!0}}),M&&z(ce,M)}function z(ce,M){return z=Object.setPrototypeOf||function(F,pe){return F.__proto__=pe,F},z(ce,M)}function j(ce,M,J){return M in ce?Object.defineProperty(ce,M,{value:J,enumerable:!0,configurable:!0,writable:!0}):ce[M]=J,ce}function B(ce){return ce.width===void 0&&(ce.width=ce.right-ce.left),ce.height===void 0&&(ce.height=ce.bottom-ce.top),ce}var re=function(ce){L(M,ce);function M(J){var F;return D(this,M),F=R(this,P(M).call(this,J)),j(I(F),"getContainer",function(){return F.props.containment||window}),j(I(F),"addEventListener",function(pe,G,$,fe){F.debounceCheck||(F.debounceCheck={});var se,ge,K=function(){se=null,F.check()};fe>-1?ge=function(){se||(se=setTimeout(K,fe||0))}:ge=function(){clearTimeout(se),se=setTimeout(K,$||0)};var te={target:pe,fn:ge,getLastTimeout:function(){return se}};pe.addEventListener(G,te.fn),F.debounceCheck[G]=te}),j(I(F),"startWatching",function(){F.debounceCheck||F.interval||(F.props.intervalCheck&&(F.interval=setInterval(F.check,F.props.intervalDelay)),F.props.scrollCheck&&F.addEventListener(F.getContainer(),"scroll",F.props.scrollDelay,F.props.scrollThrottle),F.props.resizeCheck&&F.addEventListener(window,"resize",F.props.resizeDelay,F.props.resizeThrottle),!F.props.delayedCall&&F.check())}),j(I(F),"stopWatching",function(){if(F.debounceCheck){for(var pe in F.debounceCheck)if(F.debounceCheck.hasOwnProperty(pe)){var G=F.debounceCheck[pe];clearTimeout(G.getLastTimeout()),G.target.removeEventListener(pe,G.fn),F.debounceCheck[pe]=null}}F.debounceCheck=null,F.interval&&(F.interval=clearInterval(F.interval))}),j(I(F),"check",function(){var pe=F.node,G,$;if(!pe)return F.state;if(G=B(F.roundRectDown(pe.getBoundingClientRect())),F.props.containment){var fe=F.props.containment.getBoundingClientRect();$={top:fe.top,left:fe.left,bottom:fe.bottom,right:fe.right}}else $={top:0,left:0,bottom:window.innerHeight||document.documentElement.clientHeight,right:window.innerWidth||document.documentElement.clientWidth};var se=F.props.offset||{},ge=w(se)==="object";ge&&($.top+=se.top||0,$.left+=se.left||0,$.bottom-=se.bottom||0,$.right-=se.right||0);var K={top:G.top>=$.top,left:G.left>=$.left,bottom:G.bottom<=$.bottom,right:G.right<=$.right},te=G.height>0&&G.width>0,Oe=te&&K.top&&K.left&&K.bottom&&K.right;if(te&&F.props.partialVisibility){var he=G.top<=$.bottom&&G.bottom>=$.top&&G.left<=$.right&&G.right>=$.left;typeof F.props.partialVisibility=="string"&&(he=K[F.props.partialVisibility]),Oe=F.props.minTopValue?he&&G.top<=$.bottom-F.props.minTopValue:he}typeof se.direction=="string"&&typeof se.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 }",se.direction,se.value),Oe=y()(se,G,$));var ve=F.state;return F.state.isVisible!==Oe&&(ve={isVisible:Oe,visibilityRect:K},F.setState(ve),F.props.onChange&&F.props.onChange(Oe)),ve}),F.state={isVisible:null,visibilityRect:{}},F}return A(M,[{key:"componentDidMount",value:function(){this.node=u.a.findDOMNode(this),this.props.active&&this.startWatching()}},{key:"componentWillUnmount",value:function(){this.stopWatching()}},{key:"componentDidUpdate",value:function(F){this.node=u.a.findDOMNode(this),this.props.active&&!F.active?(this.setState({isVisible:null,visibilityRect:{}}),this.startWatching()):this.props.active||this.stopWatching()}},{key:"roundRectDown",value:function(F){return{top:Math.floor(F.top),left:Math.floor(F.left),bottom:Math.floor(F.bottom),right:Math.floor(F.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)}}]),M}(l.a.Component);j(re,"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)}),j(re,"propTypes",{onChange:h.a.func,active:h.a.bool,partialVisibility:h.a.oneOfType([h.a.bool,h.a.oneOf(["top","right","bottom","left"])]),delayedCall:h.a.bool,offset:h.a.oneOfType([h.a.shape({top:h.a.number,left:h.a.number,bottom:h.a.number,right:h.a.number}),h.a.shape({direction:h.a.oneOf(["top","right","bottom","left"]),value:h.a.number})]),scrollCheck:h.a.bool,scrollDelay:h.a.number,scrollThrottle:h.a.number,resizeCheck:h.a.bool,resizeDelay:h.a.number,resizeThrottle:h.a.number,intervalCheck:h.a.bool,intervalDelay:h.a.number,containment:typeof window<"u"?h.a.instanceOf(window.Element):h.a.any,children:h.a.oneOfType([h.a.element,h.a.func]),minTopValue:h.a.number})},function(i,o,a){var s=a(6);function l(){}function c(){}c.resetWarningCache=l,i.exports=function(){function u(d,y,w,D,C,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}}u.isRequired=u;function f(){return u}var h={array:u,bool:u,func:u,number:u,object:u,string:u,symbol:u,any:u,arrayOf:f,element:u,elementType:u,instanceOf:f,node:u,objectOf:f,oneOf:f,oneOfType:f,shape:f,exact:f,checkPropTypes:c,resetWarningCache:l};return h.PropTypes=h,h}},function(i,o,a){var s="SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED";i.exports=s}])})}(Qy)),Qy.exports}var dH=fH();const hH=fm(dH);var Vd={},Fp={};/**
|
|
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 jA;function pH(){if(jA)return Fp;jA=1;var n=En,e=Ag;function t(x){var E="https://react.dev/errors/"+x;if(1<arguments.length){E+="?args[]="+encodeURIComponent(arguments[1]);for(var U=2;U<arguments.length;U++)E+="&args[]="+encodeURIComponent(arguments[U])}return"Minified React error #"+x+"; 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"),u=Symbol.for("react.context"),f=Symbol.for("react.forward_ref"),h=Symbol.for("react.suspense"),d=Symbol.for("react.suspense_list"),y=Symbol.for("react.memo"),w=Symbol.for("react.lazy"),D=Symbol.for("react.scope"),C=Symbol.for("react.debug_trace_mode"),A=Symbol.for("react.offscreen"),R=Symbol.for("react.legacy_hidden"),P=Symbol.for("react.memo_cache_sentinel"),I=Symbol.iterator,L=Array.isArray;function z(x,E){var U=x.length&3,H=x.length-U,Q=E;for(E=0;E<H;){var ue=x.charCodeAt(E)&255|(x.charCodeAt(++E)&255)<<8|(x.charCodeAt(++E)&255)<<16|(x.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,U){case 3:ue^=(x.charCodeAt(E+2)&255)<<16;case 2:ue^=(x.charCodeAt(E+1)&255)<<8;case 1:ue^=x.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^=x.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 j=Object.assign,B=Object.prototype.hasOwnProperty,re=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={},M={};function J(x){return B.call(M,x)?!0:B.call(ce,x)?!1:re.test(x)?M[x]=!0:(ce[x]=!0,!1)}var F=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"]]),G=/["'&<>]/;function $(x){if(typeof x=="boolean"||typeof x=="number"||typeof x=="bigint")return""+x;x=""+x;var E=G.exec(x);if(E){var U="",H,Q=0;for(H=E.index;H<x.length;H++){switch(x.charCodeAt(H)){case 34:E=""";break;case 38:E="&";break;case 39:E="'";break;case 60:E="<";break;case 62:E=">";break;default:continue}Q!==H&&(U+=x.slice(Q,H)),Q=H+1,U+=E}x=Q!==H?U+x.slice(Q,H):U}return x}var fe=/([A-Z])/g,se=/^ms-/,ge=/^[\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 K(x){return ge.test(""+x)?"javascript:throw new Error('React has blocked a javascript: URL as a security precaution.')":x}var te=n.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE,Oe=e.__DOM_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE,he={pending:!1,data:null,method:null,action:null},ve=Oe.d;Oe.d={f:ve.f,r:ve.r,D:nr,C:ur,L:oa,m:Qs,X:Uo,S:ui,M:Wa};var Ve=[],rt=/(<\/|<)(s)(cript)/gi;function $e(x,E,U,H){return""+E+(U==="s"?"\\u0073":"\\u0053")+H}function Xe(x,E,U,H,Q){return{idPrefix:x===void 0?"":x,nextFormID:0,streamingFormat:0,bootstrapScriptContent:U,bootstrapScripts:H,bootstrapModules:Q,instructions:0,hasBody:!1,hasHtml:!1,unknownResources:{},dnsResources:{},connectResources:{default:{},anonymous:{},credentials:{}},imageResources:{},styleResources:{},scriptResources:{},moduleUnknownResources:{},moduleScriptResources:{}}}function Ze(x,E,U){return{insertionMode:x,selectedValue:E,tagScope:U}}function ot(x,E,U){switch(E){case"noscript":return Ze(2,null,x.tagScope|1);case"select":return Ze(2,U.value!=null?U.value:U.defaultValue,x.tagScope);case"svg":return Ze(3,null,x.tagScope);case"picture":return Ze(2,null,x.tagScope|2);case"math":return Ze(4,null,x.tagScope);case"foreignObject":return Ze(2,null,x.tagScope);case"table":return Ze(5,null,x.tagScope);case"thead":case"tbody":case"tfoot":return Ze(6,null,x.tagScope);case"colgroup":return Ze(8,null,x.tagScope);case"tr":return Ze(7,null,x.tagScope)}return 5<=x.insertionMode?Ze(2,null,x.tagScope):x.insertionMode===0?Ze(E==="html"?1:2,null,x.tagScope):x.insertionMode===1?Ze(2,null,x.tagScope):x}var Ke=new Map;function lt(x,E){if(typeof E!="object")throw Error(t(62));var U=!0,H;for(H in E)if(B.call(E,H)){var Q=E[H];if(Q!=null&&typeof Q!="boolean"&&Q!==""){if(H.indexOf("--")===0){var ue=$(H);Q=$((""+Q).trim())}else ue=Ke.get(H),ue===void 0&&(ue=$(H.replace(fe,"-$1").toLowerCase().replace(se,"-ms-")),Ke.set(H,ue)),Q=typeof Q=="number"?Q===0||F.has(H)?""+Q:Q+"px":$((""+Q).trim());U?(U=!1,x.push(' style="',ue,":",Q)):x.push(";",ue,":",Q)}}U||x.push('"')}function O(x,E,U){U&&typeof U!="function"&&typeof U!="symbol"&&x.push(" ",E,'=""')}function be(x,E,U){typeof U!="function"&&typeof U!="symbol"&&typeof U!="boolean"&&x.push(" ",E,'="',$(U),'"')}var ye=$("javascript:throw new Error('React form unexpectedly submitted.')");function ie(x,E){this.push('<input type="hidden"'),ne(x),be(this,"name",E),be(this,"value",x),this.push("/>")}function ne(x){if(typeof x!="string")throw Error(t(480))}function me(x,E){if(typeof E.$$FORM_ACTION=="function"){var U=x.nextFormID++;x=x.idPrefix+U;try{var H=E.$$FORM_ACTION(x);if(H){var Q=H.data;Q!=null&&Q.forEach(ne)}return H}catch(ue){if(typeof ue=="object"&&ue!==null&&typeof ue.then=="function")throw ue}}return null}function Ie(x,E,U,H,Q,ue,Te,Be){var Ge=null;if(typeof H=="function"){var at=me(E,H);at!==null?(Be=at.name,H=at.action||"",Q=at.encType,ue=at.method,Te=at.target,Ge=at.data):(x.push(" ","formAction",'="',ye,'"'),Te=ue=Q=H=Be=null,De(E,U))}return Be!=null&&Se(x,"name",Be),H!=null&&Se(x,"formAction",H),Q!=null&&Se(x,"formEncType",Q),ue!=null&&Se(x,"formMethod",ue),Te!=null&&Se(x,"formTarget",Te),Ge}function Se(x,E,U){switch(E){case"className":be(x,"class",U);break;case"tabIndex":be(x,"tabindex",U);break;case"dir":case"role":case"viewBox":case"width":case"height":be(x,E,U);break;case"style":lt(x,U);break;case"src":case"href":if(U==="")break;case"action":case"formAction":if(U==null||typeof U=="function"||typeof U=="symbol"||typeof U=="boolean")break;U=K(""+U),x.push(" ",E,'="',$(U),'"');break;case"defaultValue":case"defaultChecked":case"innerHTML":case"suppressContentEditableWarning":case"suppressHydrationWarning":case"ref":break;case"autoFocus":case"multiple":case"muted":O(x,E.toLowerCase(),U);break;case"xlinkHref":if(typeof U=="function"||typeof U=="symbol"||typeof U=="boolean")break;U=K(""+U),x.push(" ","xlink:href",'="',$(U),'"');break;case"contentEditable":case"spellCheck":case"draggable":case"value":case"autoReverse":case"externalResourcesRequired":case"focusable":case"preserveAlpha":typeof U!="function"&&typeof U!="symbol"&&x.push(" ",E,'="',$(U),'"');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":U&&typeof U!="function"&&typeof U!="symbol"&&x.push(" ",E,'=""');break;case"capture":case"download":U===!0?x.push(" ",E,'=""'):U!==!1&&typeof U!="function"&&typeof U!="symbol"&&x.push(" ",E,'="',$(U),'"');break;case"cols":case"rows":case"size":case"span":typeof U!="function"&&typeof U!="symbol"&&!isNaN(U)&&1<=U&&x.push(" ",E,'="',$(U),'"');break;case"rowSpan":case"start":typeof U=="function"||typeof U=="symbol"||isNaN(U)||x.push(" ",E,'="',$(U),'"');break;case"xlinkActuate":be(x,"xlink:actuate",U);break;case"xlinkArcrole":be(x,"xlink:arcrole",U);break;case"xlinkRole":be(x,"xlink:role",U);break;case"xlinkShow":be(x,"xlink:show",U);break;case"xlinkTitle":be(x,"xlink:title",U);break;case"xlinkType":be(x,"xlink:type",U);break;case"xmlBase":be(x,"xml:base",U);break;case"xmlLang":be(x,"xml:lang",U);break;case"xmlSpace":be(x,"xml:space",U);break;default:if((!(2<E.length)||E[0]!=="o"&&E[0]!=="O"||E[1]!=="n"&&E[1]!=="N")&&(E=pe.get(E)||E,J(E))){switch(typeof U){case"function":case"symbol":return;case"boolean":var H=E.toLowerCase().slice(0,5);if(H!=="data-"&&H!=="aria-")return}x.push(" ",E,'="',$(U),'"')}}}function we(x,E,U){if(E!=null){if(U!=null)throw Error(t(60));if(typeof E!="object"||!("__html"in E))throw Error(t(61));E=E.__html,E!=null&&x.push(""+E)}}function de(x){var E="";return n.Children.forEach(x,function(U){U!=null&&(E+=U)}),E}function De(x,E){(x.instructions&16)===0&&(x.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 Ae(x,E){x.push(mt("link"));for(var U in E)if(B.call(E,U)){var H=E[U];if(H!=null)switch(U){case"children":case"dangerouslySetInnerHTML":throw Error(t(399,"link"));default:Se(x,U,H)}}return x.push("/>"),null}var Le=/(<\/|<)(s)(tyle)/gi;function ct(x,E,U,H){return""+E+(U==="s"?"\\73 ":"\\53 ")+H}function xt(x,E,U){x.push(mt(U));for(var H in E)if(B.call(E,H)){var Q=E[H];if(Q!=null)switch(H){case"children":case"dangerouslySetInnerHTML":throw Error(t(399,U));default:Se(x,H,Q)}}return x.push("/>"),null}function Rt(x,E){x.push(mt("title"));var U=null,H=null,Q;for(Q in E)if(B.call(E,Q)){var ue=E[Q];if(ue!=null)switch(Q){case"children":U=ue;break;case"dangerouslySetInnerHTML":H=ue;break;default:Se(x,Q,ue)}}return x.push(">"),E=Array.isArray(U)?2>U.length?U[0]:null:U,typeof E!="function"&&typeof E!="symbol"&&E!==null&&E!==void 0&&x.push($(""+E)),we(x,H,U),x.push(Ne("title")),null}function St(x,E){x.push(mt("script"));var U=null,H=null,Q;for(Q in E)if(B.call(E,Q)){var ue=E[Q];if(ue!=null)switch(Q){case"children":U=ue;break;case"dangerouslySetInnerHTML":H=ue;break;default:Se(x,Q,ue)}}return x.push(">"),we(x,H,U),typeof U=="string"&&x.push((""+U).replace(rt,$e)),x.push(Ne("script")),null}function Re(x,E,U){x.push(mt(U));var H=U=null,Q;for(Q in E)if(B.call(E,Q)){var ue=E[Q];if(ue!=null)switch(Q){case"children":U=ue;break;case"dangerouslySetInnerHTML":H=ue;break;default:Se(x,Q,ue)}}return x.push(">"),we(x,H,U),typeof U=="string"?(x.push($(U)),null):U}var je=/^[a-zA-Z][a-zA-Z:_\.\-\d]*$/,ut=new Map;function mt(x){var E=ut.get(x);if(E===void 0){if(!je.test(x))throw Error(t(65,x));E="<"+x,ut.set(x,E)}return E}function Wt(x,E,U,H,Q,ue,Te,Be,Ge){switch(E){case"div":case"span":case"svg":case"path":break;case"a":x.push(mt("a"));var at=null,Tt=null,pt;for(pt in U)if(B.call(U,pt)){var Dt=U[pt];if(Dt!=null)switch(pt){case"children":at=Dt;break;case"dangerouslySetInnerHTML":Tt=Dt;break;case"href":Dt===""?be(x,"href",""):Se(x,pt,Dt);break;default:Se(x,pt,Dt)}}if(x.push(">"),we(x,Tt,at),typeof at=="string"){x.push($(at));var Vt=null}else Vt=at;return Vt;case"g":case"p":case"li":break;case"select":x.push(mt("select"));var kt=null,Ut=null,fn;for(fn in U)if(B.call(U,fn)){var Kt=U[fn];if(Kt!=null)switch(fn){case"children":kt=Kt;break;case"dangerouslySetInnerHTML":Ut=Kt;break;case"defaultValue":case"value":break;default:Se(x,fn,Kt)}}return x.push(">"),we(x,Ut,kt),kt;case"option":var dn=Te.selectedValue;x.push(mt("option"));var gn=null,mn=null,Ot=null,vn=null,Bn;for(Bn in U)if(B.call(U,Bn)){var Zn=U[Bn];if(Zn!=null)switch(Bn){case"children":gn=Zn;break;case"selected":Ot=Zn;break;case"dangerouslySetInnerHTML":vn=Zn;break;case"value":mn=Zn;default:Se(x,Bn,Zn)}}if(dn!=null){var ln=mn!==null?""+mn:de(gn);if(L(dn)){for(var Xt=0;Xt<dn.length;Xt++)if(""+dn[Xt]===ln){x.push(' selected=""');break}}else""+dn===ln&&x.push(' selected=""')}else Ot&&x.push(' selected=""');return x.push(">"),we(x,vn,gn),gn;case"textarea":x.push(mt("textarea"));var qn=null,Wn=null,dr=null,gi;for(gi in U)if(B.call(U,gi)){var ei=U[gi];if(ei!=null)switch(gi){case"children":dr=ei;break;case"value":qn=ei;break;case"defaultValue":Wn=ei;break;case"dangerouslySetInnerHTML":throw Error(t(91));default:Se(x,gi,ei)}}if(qn===null&&Wn!==null&&(qn=Wn),x.push(">"),dr!=null){if(qn!=null)throw Error(t(92));if(L(dr)){if(1<dr.length)throw Error(t(93));qn=""+dr[0]}qn=""+dr}return typeof qn=="string"&&qn[0]===`
|
|
256
|
-
`&&x.push(`
|
|
257
|
-
`),qn!==null&&x.push($(""+qn)),null;case"input":x.push(mt("input"));var ml=null,Ka=null,uo=null,fo=null,ti=null,Hr=null,ni=null,ri=null,Fi=null,Qa;for(Qa in U)if(B.call(U,Qa)){var yi=U[Qa];if(yi!=null)switch(Qa){case"children":case"dangerouslySetInnerHTML":throw Error(t(399,"input"));case"name":ml=yi;break;case"formAction":Ka=yi;break;case"formEncType":uo=yi;break;case"formMethod":fo=yi;break;case"formTarget":ti=yi;break;case"defaultChecked":Fi=yi;break;case"defaultValue":ni=yi;break;case"checked":ri=yi;break;case"value":Hr=yi;break;default:Se(x,Qa,yi)}}var As=Ie(x,H,Q,Ka,uo,fo,ti,ml);return ri!==null?O(x,"checked",ri):Fi!==null&&O(x,"checked",Fi),Hr!==null?Se(x,"value",Hr):ni!==null&&Se(x,"value",ni),x.push("/>"),As!=null&&As.forEach(ie,x),null;case"button":x.push(mt("button"));var Oi=null,eu=null,Hu=null,tu=null,Vu=null,Vr=null,Fr=null,hr;for(hr in U)if(B.call(U,hr)){var bi=U[hr];if(bi!=null)switch(hr){case"children":Oi=bi;break;case"dangerouslySetInnerHTML":eu=bi;break;case"name":Hu=bi;break;case"formAction":tu=bi;break;case"formEncType":Vu=bi;break;case"formMethod":Vr=bi;break;case"formTarget":Fr=bi;break;default:Se(x,hr,bi)}}var vl=Ie(x,H,Q,tu,Vu,Vr,Fr,Hu);if(x.push(">"),vl!=null&&vl.forEach(ie,x),we(x,eu,Oi),typeof Oi=="string"){x.push($(Oi));var mc=null}else mc=Oi;return mc;case"form":x.push(mt("form"));var jn=null,ho=null,Bo=null,pa=null,ks=null,xl=null,po;for(po in U)if(B.call(U,po)){var ga=U[po];if(ga!=null)switch(po){case"children":jn=ga;break;case"dangerouslySetInnerHTML":ho=ga;break;case"action":Bo=ga;break;case"encType":pa=ga;break;case"method":ks=ga;break;case"target":xl=ga;break;default:Se(x,po,ga)}}var vc=null,wl=null;if(typeof Bo=="function"){var Jn=me(H,Bo);Jn!==null?(Bo=Jn.action||"",pa=Jn.encType,ks=Jn.method,xl=Jn.target,vc=Jn.data,wl=Jn.name):(x.push(" ","action",'="',ye,'"'),xl=ks=pa=Bo=null,De(H,Q))}if(Bo!=null&&Se(x,"action",Bo),pa!=null&&Se(x,"encType",pa),ks!=null&&Se(x,"method",ks),xl!=null&&Se(x,"target",xl),x.push(">"),wl!==null&&(x.push('<input type="hidden"'),be(x,"name",wl),x.push("/>"),vc!=null&&vc.forEach(ie,x)),we(x,ho,jn),typeof jn=="string"){x.push($(jn));var Dl=null}else Dl=jn;return Dl;case"menuitem":x.push(mt("menuitem"));for(var ya in U)if(B.call(U,ya)){var Rs=U[ya];if(Rs!=null)switch(ya){case"children":case"dangerouslySetInnerHTML":throw Error(t(400));default:Se(x,ya,Rs)}}return x.push(">"),null;case"object":x.push(mt("object"));var Tl=null,El=null,ba;for(ba in U)if(B.call(U,ba)){var go=U[ba];if(go!=null)switch(ba){case"children":Tl=go;break;case"dangerouslySetInnerHTML":El=go;break;case"data":var Gr=K(""+go);if(Gr==="")break;x.push(" ","data",'="',$(Gr),'"');break;default:Se(x,ba,go)}}if(x.push(">"),we(x,El,Tl),typeof Tl=="string"){x.push($(Tl));var Cl=null}else Cl=Tl;return Cl;case"title":if(Te.insertionMode===3||Te.tagScope&1||U.itemProp!=null)var xc=Rt(x,U);else Ge?xc=null:(Rt(Q.hoistableChunks,U),xc=void 0);return xc;case"link":var Ff=U.rel,eo=U.href,_l=U.precedence;if(Te.insertionMode===3||Te.tagScope&1||U.itemProp!=null||typeof Ff!="string"||typeof eo!="string"||eo===""){Ae(x,U);var Xr=null}else if(U.rel==="stylesheet")if(typeof _l!="string"||U.disabled!=null||U.onLoad||U.onError)Xr=Ae(x,U);else{var qa=Q.styles.get(_l),Sl=H.styleResources.hasOwnProperty(eo)?H.styleResources[eo]:void 0;if(Sl!==null){H.styleResources[eo]=null,qa||(qa={precedence:$(_l),rules:[],hrefs:[],sheets:new Map},Q.styles.set(_l,qa));var Al={state:0,props:j({},U,{"data-precedence":U.precedence,precedence:null})};if(Sl){Sl.length===2&&Xi(Al.props,Sl);var nu=Q.preloads.stylesheets.get(eo);nu&&0<nu.length?nu.length=0:Al.state=1}qa.sheets.set(eo,Al),ue&&ue.stylesheets.add(Al)}else if(qa){var Gu=qa.sheets.get(eo);Gu&&ue&&ue.stylesheets.add(Gu)}Be&&x.push("<!-- -->"),Xr=null}else U.onLoad||U.onError?Xr=Ae(x,U):(Be&&x.push("<!-- -->"),Xr=Ge?null:Ae(Q.hoistableChunks,U));return Xr;case"script":var Ii=U.async;if(typeof U.src!="string"||!U.src||!Ii||typeof Ii=="function"||typeof Ii=="symbol"||U.onLoad||U.onError||Te.insertionMode===3||Te.tagScope&1||U.itemProp!=null)var wc=St(x,U);else{var ja=U.src;if(U.type==="module")var Dc=H.moduleScriptResources,ru=Q.preloads.moduleScripts;else Dc=H.scriptResources,ru=Q.preloads.scripts;var kl=Dc.hasOwnProperty(ja)?Dc[ja]:void 0;if(kl!==null){Dc[ja]=null;var Rl=U;if(kl){kl.length===2&&(Rl=j({},U),Xi(Rl,kl));var Ul=ru.get(ja);Ul&&(Ul.length=0)}var iu=[];Q.scripts.add(iu),St(iu,Rl)}Be&&x.push("<!-- -->"),wc=null}return wc;case"style":var Fl=U.precedence,Lo=U.href;if(Te.insertionMode===3||Te.tagScope&1||U.itemProp!=null||typeof Fl!="string"||typeof Lo!="string"||Lo===""){x.push(mt("style"));var ma=null,ou=null,va;for(va in U)if(B.call(U,va)){var Tc=U[va];if(Tc!=null)switch(va){case"children":ma=Tc;break;case"dangerouslySetInnerHTML":ou=Tc;break;default:Se(x,va,Tc)}}x.push(">");var $a=Array.isArray(ma)?2>ma.length?ma[0]:null:ma;typeof $a!="function"&&typeof $a!="symbol"&&$a!==null&&$a!==void 0&&x.push((""+$a).replace(Le,ct)),we(x,ou,ma),x.push(Ne("style"));var Xu=null}else{var Mi=Q.styles.get(Fl);if((H.styleResources.hasOwnProperty(Lo)?H.styleResources[Lo]:void 0)!==null){H.styleResources[Lo]=null,Mi?Mi.hrefs.push($(Lo)):(Mi={precedence:$(Fl),rules:[],hrefs:[$(Lo)],sheets:new Map},Q.styles.set(Fl,Mi));var Yu=Mi.rules,yo=null,Zu=null,v;for(v in U)if(B.call(U,v)){var T=U[v];if(T!=null)switch(v){case"children":yo=T;break;case"dangerouslySetInnerHTML":Zu=T}}var k=Array.isArray(yo)?2>yo.length?yo[0]:null:yo;typeof k!="function"&&typeof k!="symbol"&&k!==null&&k!==void 0&&Yu.push((""+k).replace(Le,ct)),we(Yu,Zu,yo)}Mi&&ue&&ue.styles.add(Mi),Be&&x.push("<!-- -->"),Xu=void 0}return Xu;case"meta":if(Te.insertionMode===3||Te.tagScope&1||U.itemProp!=null)var V=xt(x,U,"meta");else Be&&x.push("<!-- -->"),V=Ge?null:typeof U.charSet=="string"?xt(Q.charsetChunks,U,"meta"):U.name==="viewport"?xt(Q.viewportChunks,U,"meta"):xt(Q.hoistableChunks,U,"meta");return V;case"listing":case"pre":x.push(mt(E));var q=null,le=null,_e;for(_e in U)if(B.call(U,_e)){var Pe=U[_e];if(Pe!=null)switch(_e){case"children":q=Pe;break;case"dangerouslySetInnerHTML":le=Pe;break;default:Se(x,_e,Pe)}}if(x.push(">"),le!=null){if(q!=null)throw Error(t(60));if(typeof le!="object"||!("__html"in le))throw Error(t(61));var Fe=le.__html;Fe!=null&&(typeof Fe=="string"&&0<Fe.length&&Fe[0]===`
|
|
258
|
-
`?x.push(`
|
|
259
|
-
`,Fe):x.push(""+Fe))}return typeof q=="string"&&q[0]===`
|
|
260
|
-
`&&x.push(`
|
|
261
|
-
`),q;case"img":var Qe=U.src,st=U.srcSet;if(!(U.loading==="lazy"||!Qe&&!st||typeof Qe!="string"&&Qe!=null||typeof st!="string"&&st!=null)&&U.fetchPriority!=="low"&&!(Te.tagScope&3)&&(typeof Qe!="string"||Qe[4]!==":"||Qe[0]!=="d"&&Qe[0]!=="D"||Qe[1]!=="a"&&Qe[1]!=="A"||Qe[2]!=="t"&&Qe[2]!=="T"||Qe[3]!=="a"&&Qe[3]!=="A")&&(typeof st!="string"||st[4]!==":"||st[0]!=="d"&&st[0]!=="D"||st[1]!=="a"&&st[1]!=="A"||st[2]!=="t"&&st[2]!=="T"||st[3]!=="a"&&st[3]!=="A")){var tt=typeof U.sizes=="string"?U.sizes:void 0,gt=st?st+`
|
|
262
|
-
`+(tt||""):Qe,Nt=Q.preloads.images,Bt=Nt.get(gt);if(Bt)(U.fetchPriority==="high"||10>Q.highImagePreloads.size)&&(Nt.delete(gt),Q.highImagePreloads.add(Bt));else if(!H.imageResources.hasOwnProperty(gt)){H.imageResources[gt]=Ve;var Ht=U.crossOrigin,pr=typeof Ht=="string"?Ht==="use-credentials"?Ht:"":void 0,Ar=Q.headers,ii;Ar&&0<Ar.remainingCapacity&&(U.fetchPriority==="high"||500>Ar.highImagePreloads.length)&&(ii=Un(Qe,"image",{imageSrcSet:U.srcSet,imageSizes:U.sizes,crossOrigin:pr,integrity:U.integrity,nonce:U.nonce,type:U.type,fetchPriority:U.fetchPriority,referrerPolicy:U.refererPolicy}),0<=(Ar.remainingCapacity-=ii.length+2))?(Q.resets.image[gt]=Ve,Ar.highImagePreloads&&(Ar.highImagePreloads+=", "),Ar.highImagePreloads+=ii):(Bt=[],Ae(Bt,{rel:"preload",as:"image",href:st?void 0:Qe,imageSrcSet:st,imageSizes:tt,crossOrigin:pr,integrity:U.integrity,type:U.type,fetchPriority:U.fetchPriority,referrerPolicy:U.referrerPolicy}),U.fetchPriority==="high"||10>Q.highImagePreloads.size?Q.highImagePreloads.add(Bt):(Q.bulkPreloads.add(Bt),Nt.set(gt,Bt)))}}return xt(x,U,"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(x,U,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>Te.insertionMode&&Q.headChunks===null){Q.headChunks=[];var ir=Re(Q.headChunks,U,"head")}else ir=Re(x,U,"head");return ir;case"html":if(Te.insertionMode===0&&Q.htmlChunks===null){Q.htmlChunks=[""];var kr=Re(Q.htmlChunks,U,"html")}else kr=Re(x,U,"html");return kr;default:if(E.indexOf("-")!==-1){x.push(mt(E));var Or=null,Rr=null,On;for(On in U)if(B.call(U,On)){var $n=U[On];if($n!=null){var Ur=On;switch(On){case"children":Or=$n;break;case"dangerouslySetInnerHTML":Rr=$n;break;case"style":lt(x,$n);break;case"suppressContentEditableWarning":case"suppressHydrationWarning":case"ref":break;case"className":Ur="class";default:if(J(On)&&typeof $n!="function"&&typeof $n!="symbol"&&$n!==!1){if($n===!0)$n="";else if(typeof $n=="object")continue;x.push(" ",Ur,'="',$($n),'"')}}}}return x.push(">"),we(x,Rr,Or),Or}}return Re(x,U,E)}var ke=new Map;function Ne(x){var E=ke.get(x);return E===void 0&&(E="</"+x+">",ke.set(x,E)),E}function zt(x,E){E=E.bootstrapChunks;for(var U=0;U<E.length-1;U++)x.push(E[U]);return U<E.length?(U=E[U],E.length=0,x.push(U)):!0}function Lt(x,E,U){if(x.push('<!--$?--><template id="'),U===null)throw Error(t(395));return x.push(E.boundaryPrefix),E=U.toString(16),x.push(E),x.push('"></template>')}function an(x,E,U,H){switch(U.insertionMode){case 0:case 1:case 2:return x.push('<div hidden id="'),x.push(E.segmentPrefix),E=H.toString(16),x.push(E),x.push('">');case 3:return x.push('<svg aria-hidden="true" style="display:none" id="'),x.push(E.segmentPrefix),E=H.toString(16),x.push(E),x.push('">');case 4:return x.push('<math aria-hidden="true" style="display:none" id="'),x.push(E.segmentPrefix),E=H.toString(16),x.push(E),x.push('">');case 5:return x.push('<table hidden id="'),x.push(E.segmentPrefix),E=H.toString(16),x.push(E),x.push('">');case 6:return x.push('<table hidden><tbody id="'),x.push(E.segmentPrefix),E=H.toString(16),x.push(E),x.push('">');case 7:return x.push('<table hidden><tr id="'),x.push(E.segmentPrefix),E=H.toString(16),x.push(E),x.push('">');case 8:return x.push('<table hidden><colgroup id="'),x.push(E.segmentPrefix),E=H.toString(16),x.push(E),x.push('">');default:throw Error(t(397))}}function Y(x,E){switch(E.insertionMode){case 0:case 1:case 2:return x.push("</div>");case 3:return x.push("</svg>");case 4:return x.push("</math>");case 5:return x.push("</table>");case 6:return x.push("</tbody></table>");case 7:return x.push("</tr></table>");case 8:return x.push("</colgroup></table>");default:throw Error(t(397))}}var ee=/[<\u2028\u2029]/g;function xe(x){return JSON.stringify(x).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 We=/[&><\u2028\u2029]/g;function ft(x){return JSON.stringify(x).replace(We,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 At=!1,Ft=!0;function Yt(x){var E=x.rules,U=x.hrefs,H=0;if(U.length){for(this.push('<style media="not all" data-precedence="'),this.push(x.precedence),this.push('" data-href="');H<U.length-1;H++)this.push(U[H]),this.push(" ");for(this.push(U[H]),this.push('">'),H=0;H<E.length;H++)this.push(E[H]);Ft=this.push("</style>"),At=!0,E.length=0,U.length=0}}function jt(x){return x.state!==2?At=!0:!1}function sr(x,E,U){return At=!1,Ft=!0,E.styles.forEach(Yt,x),E.stylesheets.forEach(jt),At&&(U.stylesToHoist=!0),Ft}function qt(x){for(var E=0;E<x.length;E++)this.push(x[E]);x.length=0}var Rn=[];function qr(x){Ae(Rn,x.props);for(var E=0;E<Rn.length;E++)this.push(Rn[E]);Rn.length=0,x.state=2}function cr(x){var E=0<x.sheets.size;x.sheets.forEach(qr,this),x.sheets.clear();var U=x.rules,H=x.hrefs;if(!E||H.length){if(this.push('<style data-precedence="'),this.push(x.precedence),x=0,H.length){for(this.push('" data-href="');x<H.length-1;x++)this.push(H[x]),this.push(" ");this.push(H[x])}for(this.push('">'),x=0;x<U.length;x++)this.push(U[x]);this.push("</style>"),U.length=0,H.length=0}}function Gn(x){if(x.state===0){x.state=1;var E=x.props;for(Ae(Rn,{rel:"preload",as:"style",href:x.props.href,crossOrigin:E.crossOrigin,fetchPriority:E.fetchPriority,integrity:E.integrity,media:E.media,hrefLang:E.hrefLang,referrerPolicy:E.referrerPolicy}),x=0;x<Rn.length;x++)this.push(Rn[x]);Rn.length=0}}function Xn(x){x.sheets.forEach(Gn,this),x.sheets.clear()}function Ti(x,E){x.push("[");var U="[";E.stylesheets.forEach(function(H){if(H.state!==2)if(H.state===3)x.push(U),H=ft(""+H.props.href),x.push(H),x.push("]"),U=",[";else{x.push(U);var Q=H.props["data-precedence"],ue=H.props,Te=K(""+H.props.href);Te=ft(Te),x.push(Te),Q=""+Q,x.push(","),Q=ft(Q),x.push(Q);for(var Be in ue)if(B.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(x,Be,Q)}x.push("]"),U=",[",H.state=3}}),x.push("]")}function Mt(x,E,U){var H=E.toLowerCase();switch(typeof U){case"function":case"symbol":return}switch(E){case"innerHTML":case"dangerouslySetInnerHTML":case"suppressContentEditableWarning":case"suppressHydrationWarning":case"style":case"ref":return;case"className":H="class",E=""+U;break;case"hidden":if(U===!1)return;E="";break;case"src":case"href":U=K(U),E=""+U;break;default:if(2<E.length&&(E[0]==="o"||E[0]==="O")&&(E[1]==="n"||E[1]==="N")||!J(E))return;E=""+U}x.push(","),H=ft(H),x.push(H),x.push(","),H=ft(E),x.push(H)}function Cn(){return{styles:new Set,stylesheets:new Set}}function nr(x){var E=rr||null;if(E){var U=E.resumableState,H=E.renderState;if(typeof x=="string"&&x){if(!U.dnsResources.hasOwnProperty(x)){U.dnsResources[x]=null,U=H.headers;var Q,ue;(ue=U&&0<U.remainingCapacity)&&(ue=(Q="<"+(""+x).replace(qs,js)+">; rel=dns-prefetch",0<=(U.remainingCapacity-=Q.length+2))),ue?(H.resets.dns[x]=null,U.preconnects&&(U.preconnects+=", "),U.preconnects+=Q):(Q=[],Ae(Q,{href:x,rel:"dns-prefetch"}),H.preconnects.add(Q))}fr(E)}}else ve.D(x)}function ur(x,E){var U=rr||null;if(U){var H=U.resumableState,Q=U.renderState;if(typeof x=="string"&&x){var ue=E==="use-credentials"?"credentials":typeof E=="string"?"anonymous":"default";if(!H.connectResources[ue].hasOwnProperty(x)){H.connectResources[ue][x]=null,H=Q.headers;var Te,Be;if(Be=H&&0<H.remainingCapacity){if(Be="<"+(""+x).replace(qs,js)+">; rel=preconnect",typeof E=="string"){var Ge=(""+E).replace(Ei,$s);Be+='; crossorigin="'+Ge+'"'}Be=(Te=Be,0<=(H.remainingCapacity-=Te.length+2))}Be?(Q.resets.connect[ue][x]=null,H.preconnects&&(H.preconnects+=", "),H.preconnects+=Te):(ue=[],Ae(ue,{rel:"preconnect",href:x,crossOrigin:E}),Q.preconnects.add(ue))}fr(U)}}else ve.C(x,E)}function oa(x,E,U){var H=rr||null;if(H){var Q=H.resumableState,ue=H.renderState;if(E&&x){switch(E){case"image":if(U)var Te=U.imageSrcSet,Be=U.imageSizes,Ge=U.fetchPriority;var at=Te?Te+`
|
|
263
|
-
`+(Be||""):x;if(Q.imageResources.hasOwnProperty(at))return;Q.imageResources[at]=Ve,Q=ue.headers;var Tt;Q&&0<Q.remainingCapacity&&Ge==="high"&&(Tt=Un(x,E,U),0<=(Q.remainingCapacity-=Tt.length+2))?(ue.resets.image[at]=Ve,Q.highImagePreloads&&(Q.highImagePreloads+=", "),Q.highImagePreloads+=Tt):(Q=[],Ae(Q,j({rel:"preload",href:Te?void 0:x,as:E},U)),Ge==="high"?ue.highImagePreloads.add(Q):(ue.bulkPreloads.add(Q),ue.preloads.images.set(at,Q)));break;case"style":if(Q.styleResources.hasOwnProperty(x))return;Te=[],Ae(Te,j({rel:"preload",href:x,as:E},U)),Q.styleResources[x]=!U||typeof U.crossOrigin!="string"&&typeof U.integrity!="string"?Ve:[U.crossOrigin,U.integrity],ue.preloads.stylesheets.set(x,Te),ue.bulkPreloads.add(Te);break;case"script":if(Q.scriptResources.hasOwnProperty(x))return;Te=[],ue.preloads.scripts.set(x,Te),ue.bulkPreloads.add(Te),Ae(Te,j({rel:"preload",href:x,as:E},U)),Q.scriptResources[x]=!U||typeof U.crossOrigin!="string"&&typeof U.integrity!="string"?Ve:[U.crossOrigin,U.integrity];break;default:if(Q.unknownResources.hasOwnProperty(E)){if(Te=Q.unknownResources[E],Te.hasOwnProperty(x))return}else Te={},Q.unknownResources[E]=Te;if(Te[x]=Ve,(Q=ue.headers)&&0<Q.remainingCapacity&&E==="font"&&(at=Un(x,E,U),0<=(Q.remainingCapacity-=at.length+2)))ue.resets.font[x]=Ve,Q.fontPreloads&&(Q.fontPreloads+=", "),Q.fontPreloads+=at;else switch(Q=[],x=j({rel:"preload",href:x,as:E},U),Ae(Q,x),E){case"font":ue.fontPreloads.add(Q);break;default:ue.bulkPreloads.add(Q)}}fr(H)}}else ve.L(x,E,U)}function Qs(x,E){var U=rr||null;if(U){var H=U.resumableState,Q=U.renderState;if(x){var ue=E&&typeof E.as=="string"?E.as:"script";switch(ue){case"script":if(H.moduleScriptResources.hasOwnProperty(x))return;ue=[],H.moduleScriptResources[x]=!E||typeof E.crossOrigin!="string"&&typeof E.integrity!="string"?Ve:[E.crossOrigin,E.integrity],Q.preloads.moduleScripts.set(x,ue);break;default:if(H.moduleUnknownResources.hasOwnProperty(ue)){var Te=H.unknownResources[ue];if(Te.hasOwnProperty(x))return}else Te={},H.moduleUnknownResources[ue]=Te;ue=[],Te[x]=Ve}Ae(ue,j({rel:"modulepreload",href:x},E)),Q.bulkPreloads.add(ue),fr(U)}}else ve.m(x,E)}function ui(x,E,U){var H=rr||null;if(H){var Q=H.resumableState,ue=H.renderState;if(x){E=E||"default";var Te=ue.styles.get(E),Be=Q.styleResources.hasOwnProperty(x)?Q.styleResources[x]:void 0;Be!==null&&(Q.styleResources[x]=null,Te||(Te={precedence:$(E),rules:[],hrefs:[],sheets:new Map},ue.styles.set(E,Te)),E={state:0,props:j({rel:"stylesheet",href:x,"data-precedence":E},U)},Be&&(Be.length===2&&Xi(E.props,Be),(ue=ue.preloads.stylesheets.get(x))&&0<ue.length?ue.length=0:E.state=1),Te.sheets.set(x,E),fr(H))}}else ve.S(x,E,U)}function Uo(x,E){var U=rr||null;if(U){var H=U.resumableState,Q=U.renderState;if(x){var ue=H.scriptResources.hasOwnProperty(x)?H.scriptResources[x]:void 0;ue!==null&&(H.scriptResources[x]=null,E=j({src:x,async:!0},E),ue&&(ue.length===2&&Xi(E,ue),x=Q.preloads.scripts.get(x))&&(x.length=0),x=[],Q.scripts.add(x),St(x,E),fr(U))}}else ve.X(x,E)}function Wa(x,E){var U=rr||null;if(U){var H=U.resumableState,Q=U.renderState;if(x){var ue=H.moduleScriptResources.hasOwnProperty(x)?H.moduleScriptResources[x]:void 0;ue!==null&&(H.moduleScriptResources[x]=null,E=j({src:x,type:"module",async:!0},E),ue&&(ue.length===2&&Xi(E,ue),x=Q.preloads.moduleScripts.get(x))&&(x.length=0),x=[],Q.scripts.add(x),St(x,E),fr(U))}}else ve.M(x,E)}function Xi(x,E){x.crossOrigin==null&&(x.crossOrigin=E[0]),x.integrity==null&&(x.integrity=E[1])}function Un(x,E,U){x=(""+x).replace(qs,js),E=(""+E).replace(Ei,$s),E="<"+x+'>; rel=preload; as="'+E+'"';for(var H in U)B.call(U,H)&&(x=U[H],typeof x=="string"&&(E+="; "+H.toLowerCase()+'="'+(""+x).replace(Ei,$s)+'"'));return E}var qs=/[<>\r\n]/g;function js(x){switch(x){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 Ei=/["';,\r\n]/g;function $s(x){switch(x){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 ic(x){this.styles.add(x)}function el(x){this.stylesheets.add(x)}function za(x,E){var U=x.idPrefix,H=[],Q=x.bootstrapScriptContent,ue=x.bootstrapScripts,Te=x.bootstrapModules;Q!==void 0&&H.push("<script>",(""+Q).replace(rt,$e),"<\/script>"),Q=U+"P:";var Be=U+"S:";U+="B:";var Ge=new Set,at=new Set,Tt=new Set,pt=new Map,Dt=new Set,Vt=new Set,kt=new Set,Ut={images:new Map,stylesheets:new Map,scripts:new Map,moduleScripts:new Map};if(ue!==void 0)for(var fn=0;fn<ue.length;fn++){var Kt=ue[fn],dn,gn=void 0,mn=void 0,Ot={rel:"preload",as:"script",fetchPriority:"low",nonce:void 0};typeof Kt=="string"?Ot.href=dn=Kt:(Ot.href=dn=Kt.src,Ot.integrity=mn=typeof Kt.integrity=="string"?Kt.integrity:void 0,Ot.crossOrigin=gn=typeof Kt=="string"||Kt.crossOrigin==null?void 0:Kt.crossOrigin==="use-credentials"?"use-credentials":""),Kt=x;var vn=dn;Kt.scriptResources[vn]=null,Kt.moduleScriptResources[vn]=null,Kt=[],Ae(Kt,Ot),Dt.add(Kt),H.push('<script src="',$(dn)),typeof mn=="string"&&H.push('" integrity="',$(mn)),typeof gn=="string"&&H.push('" crossorigin="',$(gn)),H.push('" async=""><\/script>')}if(Te!==void 0)for(ue=0;ue<Te.length;ue++)Ot=Te[ue],gn=dn=void 0,mn={rel:"modulepreload",fetchPriority:"low",nonce:void 0},typeof Ot=="string"?mn.href=fn=Ot:(mn.href=fn=Ot.src,mn.integrity=gn=typeof Ot.integrity=="string"?Ot.integrity:void 0,mn.crossOrigin=dn=typeof Ot=="string"||Ot.crossOrigin==null?void 0:Ot.crossOrigin==="use-credentials"?"use-credentials":""),Ot=x,Kt=fn,Ot.scriptResources[Kt]=null,Ot.moduleScriptResources[Kt]=null,Ot=[],Ae(Ot,mn),Dt.add(Ot),H.push('<script type="module" src="',$(fn)),typeof gn=="string"&&H.push('" integrity="',$(gn)),typeof dn=="string"&&H.push('" crossorigin="',$(dn)),H.push('" async=""><\/script>');return{placeholderPrefix:Q,segmentPrefix:Be,boundaryPrefix:U,startInlineScript:"<script>",htmlChunks:null,headChunks:null,externalRuntimeScript:null,bootstrapChunks:H,importMapChunks:[],onHeaders:void 0,headers:null,resets:{font:{},dns:{},connect:{default:{},anonymous:{},credentials:{}},image:{},style:{}},charsetChunks:[],viewportChunks:[],hoistableChunks:[],preconnects:Ge,fontPreloads:at,highImagePreloads:Tt,styles:pt,bootstrapScripts:Dt,scripts:Vt,bulkPreloads:kt,preloads:Ut,stylesToHoist:!1,generateStaticMarkup:E}}function tl(x,E,U,H){return U.generateStaticMarkup?(x.push($(E)),!1):(E===""?x=H:(H&&x.push("<!-- -->"),x.push($(E)),x=!0),x)}function nl(x,E,U,H){E.generateStaticMarkup||U&&H&&x.push("<!-- -->")}var vr=Function.prototype.bind,oc=Symbol.for("react.client.reference");function Fo(x){if(x==null)return null;if(typeof x=="function")return x.$$typeof===oc?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 h:return"Suspense";case d:return"SuspenseList"}if(typeof x=="object")switch(x.$$typeof){case u:return(x.displayName||"Context")+".Provider";case c:return(x._context.displayName||"Context")+".Consumer";case f:var E=x.render;return x=x.displayName,x||(x=E.displayName||E.name||"",x=x!==""?"ForwardRef("+x+")":"ForwardRef"),x;case y:return E=x.displayName||null,E!==null?E:Fo(x.type)||"Memo";case w:E=x._payload,x=x._init;try{return Fo(x(E))}catch{}}return null}var Mu={},Ci=null;function lo(x,E){if(x!==E){x.context._currentValue2=x.parentValue,x=x.parent;var U=E.parent;if(x===null){if(U!==null)throw Error(t(401))}else{if(U===null)throw Error(t(401));lo(x,U)}E.context._currentValue2=E.value}}function ws(x){x.context._currentValue2=x.parentValue,x=x.parent,x!==null&&ws(x)}function rl(x){var E=x.parent;E!==null&&rl(E),x.context._currentValue2=x.value}function Xc(x,E){if(x.context._currentValue2=x.parentValue,x=x.parent,x===null)throw Error(t(402));x.depth===E.depth?lo(x,E):Xc(x,E)}function il(x,E){var U=E.parent;if(U===null)throw Error(t(402));x.depth===U.depth?lo(x,U):il(x,U),E.context._currentValue2=E.value}function _i(x){var E=Ci;E!==x&&(E===null?rl(x):x===null?ws(E):E.depth===x.depth?lo(E,x):E.depth>x.depth?Xc(E,x):il(E,x),Ci=x)}var ac={isMounted:function(){return!1},enqueueSetState:function(x,E){x=x._reactInternals,x.queue!==null&&x.queue.push(E)},enqueueReplaceState:function(x,E){x=x._reactInternals,x.replace=!0,x.queue=[E]},enqueueForceUpdate:function(){}},ol={id:1,overflow:""};function aa(x,E,U){var H=x.id;x=x.overflow;var Q=32-Oo(H)-1;H&=~(1<<Q),U+=1;var ue=32-Oo(E)+Q;if(30<ue){var Te=Q-Q%5;return ue=(H&(1<<Te)-1).toString(32),H>>=Te,Q-=Te,{id:1<<32-Oo(E)+Q|U<<Q|H,overflow:ue+x}}return{id:1<<ue|U<<Q|H,overflow:x}}var Oo=Math.clz32?Math.clz32:Yc,Si=Math.log,Ha=Math.LN2;function Yc(x){return x>>>=0,x===0?32:31-(Si(x)/Ha|0)|0}var Yi=Error(t(460));function Ds(){}function al(x,E,U){switch(U=x[U],U===void 0?x.push(E):U!==E&&(E.then(Ds,Ds),E=U),E.status){case"fulfilled":return E.value;case"rejected":throw E.reason;default:switch(typeof E.status=="string"?E.then(Ds,Ds):(x=E,x.status="pending",x.then(function(H){if(E.status==="pending"){var Q=E;Q.status="fulfilled",Q.value=H}},function(H){if(E.status==="pending"){var Q=E;Q.status="rejected",Q.reason=H}})),E.status){case"fulfilled":return E.value;case"rejected":throw E.reason}throw xr=E,Yi}}var xr=null;function Zi(){if(xr===null)throw Error(t(459));var x=xr;return xr=null,x}function Va(x,E){return x===E&&(x!==0||1/x===1/E)||x!==x&&E!==E}var Ai=typeof Object.is=="function"?Object.is:Va,fi=null,sc=null,di=null,Ga=null,sl=null,$t=null,Xa=!1,Ya=!1,sa=0,la=0,Io=-1,zr=0,ca=null,co=null,ua=0;function Ji(){if(fi===null)throw Error(t(321));return fi}function lc(){if(0<ua)throw Error(t(312));return{memoizedState:null,queue:null,next:null}}function ll(){return $t===null?sl===null?(Xa=!1,sl=$t=lc()):(Xa=!0,$t=sl):$t.next===null?(Xa=!1,$t=$t.next=lc()):(Xa=!0,$t=$t.next),$t}function Ki(){var x=ca;return ca=null,x}function fa(){Ga=di=sc=fi=null,Ya=!1,sl=null,ua=0,$t=co=null}function Mo(x,E){return typeof E=="function"?E(x):E}function Zc(x,E,U){if(fi=Ji(),$t=ll(),Xa){var H=$t.queue;if(E=H.dispatch,co!==null&&(U=co.get(H),U!==void 0)){co.delete(H),H=$t.memoizedState;do H=x(H,U.action),U=U.next;while(U!==null);return $t.memoizedState=H,[H,E]}return[$t.memoizedState,E]}return x=x===Mo?typeof E=="function"?E():E:U!==void 0?U(E):E,$t.memoizedState=x,x=$t.queue={last:null,dispatch:null},x=x.dispatch=Jc.bind(null,fi,x),[$t.memoizedState,x]}function cc(x,E){if(fi=Ji(),$t=ll(),E=E===void 0?null:E,$t!==null){var U=$t.memoizedState;if(U!==null&&E!==null){var H=U[1];e:if(H===null)H=!1;else{for(var Q=0;Q<H.length&&Q<E.length;Q++)if(!Ai(E[Q],H[Q])){H=!1;break e}H=!0}if(H)return U[0]}}return x=x(),$t.memoizedState=[x,E],x}function Jc(x,E,U){if(25<=ua)throw Error(t(301));if(x===fi)if(Ya=!0,x={action:U,next:null},co===null&&(co=new Map),U=co.get(E),U===void 0)co.set(E,x);else{for(E=U;E.next!==null;)E=E.next;E.next=x}}function Kc(){throw Error(t(394))}function Pu(){throw Error(t(479))}function Nu(x,E,U){Ji();var H=la++,Q=di;if(typeof x.$$FORM_ACTION=="function"){var ue=null,Te=Ga;Q=Q.formState;var Be=x.$$IS_SIGNATURE_EQUAL;if(Q!==null&&typeof Be=="function"){var Ge=Q[1];Be.call(x,Q[2],Q[3])&&(ue=U!==void 0?"p"+U:"k"+z(JSON.stringify([Te,null,H]),0),Ge===ue&&(Io=H,E=Q[0]))}var at=x.bind(null,E);return x=function(pt){at(pt)},typeof at.$$FORM_ACTION=="function"&&(x.$$FORM_ACTION=function(pt){pt=at.$$FORM_ACTION(pt),U!==void 0&&(U+="",pt.action=U);var Dt=pt.data;return Dt&&(ue===null&&(ue=U!==void 0?"p"+U:"k"+z(JSON.stringify([Te,null,H]),0)),Dt.append("$ACTION_KEY",ue)),pt}),[E,x,!1]}var Tt=x.bind(null,E);return[E,function(pt){Tt(pt)},!1]}function Za(x){var E=zr;return zr+=1,ca===null&&(ca=[]),al(ca,x,E)}function Qc(){throw Error(t(393))}function Qi(){}var cl={readContext:function(x){return x._currentValue2},use:function(x){if(x!==null&&typeof x=="object"){if(typeof x.then=="function")return Za(x);if(x.$$typeof===u)return x._currentValue2}throw Error(t(438,String(x)))},useContext:function(x){return Ji(),x._currentValue2},useMemo:cc,useReducer:Zc,useRef:function(x){fi=Ji(),$t=ll();var E=$t.memoizedState;return E===null?(x={current:x},$t.memoizedState=x):E},useState:function(x){return Zc(Mo,x)},useInsertionEffect:Qi,useLayoutEffect:Qi,useCallback:function(x,E){return cc(function(){return x},E)},useImperativeHandle:Qi,useEffect:Qi,useDebugValue:Qi,useDeferredValue:function(x,E){return Ji(),E!==void 0?E:x},useTransition:function(){return Ji(),[!1,Kc]},useId:function(){var x=sc.treeContext,E=x.overflow;x=x.id,x=(x&~(1<<32-Oo(x)-1)).toString(32)+E;var U=Po;if(U===null)throw Error(t(404));return E=sa++,x=":"+U.idPrefix+"R"+x,0<E&&(x+="H"+E.toString(32)),x+":"},useSyncExternalStore:function(x,E,U){if(U===void 0)throw Error(t(407));return U()},useCacheRefresh:function(){return Qc},useMemoCache:function(x){for(var E=Array(x),U=0;U<x;U++)E[U]=P;return E},useHostTransitionStatus:function(){return Ji(),he},useOptimistic:function(x){return Ji(),[x,Pu]}};cl.useFormState=Nu,cl.useActionState=Nu;var Po=null,Uf={getCacheForType:function(){throw Error(t(248))}},Ts,ul;function qi(x){if(Ts===void 0)try{throw Error()}catch(U){var E=U.stack.trim().match(/\n( *(at )?)/);Ts=E&&E[1]||"",ul=-1<U.stack.indexOf(`
|
|
266
|
-
at`)?" (<anonymous>)":-1<U.stack.indexOf("@")?"@unknown:0:0":""}return`
|
|
267
|
-
`+Ts+x+ul}var da=!1;function ji(x,E){if(!x||da)return"";da=!0;var U=Error.prepareStackTrace;Error.prepareStackTrace=void 0;try{var H={DetermineComponentFrameRoot:function(){try{if(E){var pt=function(){throw Error()};if(Object.defineProperty(pt.prototype,"props",{set:function(){throw Error()}}),typeof Reflect=="object"&&Reflect.construct){try{Reflect.construct(pt,[])}catch(Vt){var Dt=Vt}Reflect.construct(x,[],pt)}else{try{pt.call()}catch(Vt){Dt=Vt}x.call(pt.prototype)}}else{try{throw Error()}catch(Vt){Dt=Vt}(pt=x())&&typeof pt.catch=="function"&&pt.catch(function(){})}}catch(Vt){if(Vt&&Dt&&typeof Vt.stack=="string")return[Vt.stack,Dt.stack]}return[null,null]}};H.DetermineComponentFrameRoot.displayName="DetermineComponentFrameRoot";var Q=Object.getOwnPropertyDescriptor(H.DetermineComponentFrameRoot,"name");Q&&Q.configurable&&Object.defineProperty(H.DetermineComponentFrameRoot,"name",{value:"DetermineComponentFrameRoot"});var ue=H.DetermineComponentFrameRoot(),Te=ue[0],Be=ue[1];if(Te&&Be){var Ge=Te.split(`
|
|
268
|
-
`),at=Be.split(`
|
|
269
|
-
`);for(Q=H=0;H<Ge.length&&!Ge[H].includes("DetermineComponentFrameRoot");)H++;for(;Q<at.length&&!at[Q].includes("DetermineComponentFrameRoot");)Q++;if(H===Ge.length||Q===at.length)for(H=Ge.length-1,Q=at.length-1;1<=H&&0<=Q&&Ge[H]!==at[Q];)Q--;for(;1<=H&&0<=Q;H--,Q--)if(Ge[H]!==at[Q]){if(H!==1||Q!==1)do if(H--,Q--,0>Q||Ge[H]!==at[Q]){var Tt=`
|
|
270
|
-
`+Ge[H].replace(" at new "," at ");return x.displayName&&Tt.includes("<anonymous>")&&(Tt=Tt.replace("<anonymous>",x.displayName)),Tt}while(1<=H&&0<=Q);break}}}finally{da=!1,Error.prepareStackTrace=U}return(U=x?x.displayName||x.name:"")?qi(U):""}function fl(x){if(typeof x=="string")return qi(x);if(typeof x=="function")return x.prototype&&x.prototype.isReactComponent?(x=ji(x,!0),x):ji(x,!1);if(typeof x=="object"&&x!==null){switch(x.$$typeof){case f:return ji(x.render,!1);case y:return ji(x.type,!1);case w:var E=x,U=E._payload;E=E._init;try{x=E(U)}catch{return qi("Lazy")}return fl(x)}if(typeof x.name=="string")return U=x.env,qi(x.name+(U?" ["+U+"]":""))}switch(x){case d:return qi("SuspenseList");case h:return qi("Suspense")}return""}function Es(x){if(typeof x=="object"&&x!==null&&typeof x.environmentName=="string"){var E=x.environmentName;x=[x].slice(0),typeof x[0]=="string"?x.splice(0,1,"[%s] "+x[0]," "+E+" "):x.splice(0,0,"[%s] "," "+E+" "),x.unshift(console),E=vr.apply(console.error,x),E()}else console.error(x);return null}function dl(){}function Bu(x,E,U,H,Q,ue,Te,Be,Ge,at,Tt){var pt=new Set;this.destination=null,this.flushScheduled=!1,this.resumableState=x,this.renderState=E,this.rootFormatContext=U,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=pt,this.pingedTasks=[],this.clientRenderedBoundaries=[],this.completedBoundaries=[],this.partialBoundaries=[],this.trackedPostpones=null,this.onError=Q===void 0?Es:Q,this.onPostpone=at===void 0?dl:at,this.onAllReady=ue===void 0?dl:ue,this.onShellReady=Te===void 0?dl:Te,this.onShellError=Be===void 0?dl:Be,this.onFatalError=Ge===void 0?dl:Ge,this.formState=Tt===void 0?null:Tt}function Ja(x,E,U,H,Q,ue,Te,Be,Ge,at,Tt,pt){return E=new Bu(E,U,H,Q,ue,Te,Be,Ge,at,Tt,pt),U=ki(E,0,null,H,!1,!1),U.parentFlushed=!0,x=hi(E,null,x,-1,null,U,null,E.abortableTasks,null,H,null,ol,null,!1),_s(x),E.pingedTasks.push(x),E}var rr=null;function hl(x,E){x.pingedTasks.push(E),x.pingedTasks.length===1&&(x.flushScheduled=x.destination!==null,Ss(x))}function Cs(x,E){return{status:0,rootSegmentID:-1,parentFlushed:!1,pendingTasks:0,completedSegments:[],byteSize:0,fallbackAbortableTasks:E,errorDigest:null,contentState:Cn(),fallbackState:Cn(),trackedContentKeyPath:null,trackedFallbackNode:null}}function hi(x,E,U,H,Q,ue,Te,Be,Ge,at,Tt,pt,Dt,Vt){x.allPendingTasks++,Q===null?x.pendingRootTasks++:Q.pendingTasks++;var kt={replay:null,node:U,childIndex:H,ping:function(){return hl(x,kt)},blockedBoundary:Q,blockedSegment:ue,hoistableState:Te,abortSet:Be,keyPath:Ge,formatContext:at,context:Tt,treeContext:pt,componentStack:Dt,thenableState:E,isFallback:Vt};return Be.add(kt),kt}function Sr(x,E,U,H,Q,ue,Te,Be,Ge,at,Tt,pt,Dt,Vt){x.allPendingTasks++,ue===null?x.pendingRootTasks++:ue.pendingTasks++,U.pendingTasks++;var kt={replay:U,node:H,childIndex:Q,ping:function(){return hl(x,kt)},blockedBoundary:ue,blockedSegment:null,hoistableState:Te,abortSet:Be,keyPath:Ge,formatContext:at,context:Tt,treeContext:pt,componentStack:Dt,thenableState:E,isFallback:Vt};return Be.add(kt),kt}function ki(x,E,U,H,Q,ue){return{status:0,id:-1,index:E,parentFlushed:!1,chunks:[],children:[],parentFormatContext:H,boundary:U,lastPushedText:Q,textEmbedded:ue}}function _s(x){var E=x.node;if(typeof E=="object"&&E!==null)switch(E.$$typeof){case r:x.componentStack={parent:x.componentStack,type:E.type}}}function Fn(x){var E={};return x&&Object.defineProperty(E,"componentStack",{configurable:!0,enumerable:!0,get:function(){try{var U="",H=x;do U+=fl(H.type),H=H.parent;while(H);var Q=U}catch(ue){Q=`
|
|
271
|
-
Error generating stack: `+ue.message+`
|
|
272
|
-
`+ue.stack}return Object.defineProperty(E,"componentStack",{value:Q}),Q}}),E}function en(x,E,U){if(x=x.onError,E=x(E,U),E==null||typeof E=="string")return E}function pl(x,E){var U=x.onShellError,H=x.onFatalError;U(E),H(E),x.destination!==null?(x.status=14,x.destination.destroy(E)):(x.status=13,x.fatalError=E)}function qc(x,E,U,H,Q,ue){var Te=E.thenableState;for(E.thenableState=null,fi={},sc=E,di=x,Ga=U,la=sa=0,Io=-1,zr=0,ca=Te,x=H(Q,ue);Ya;)Ya=!1,la=sa=0,Io=-1,zr=0,ua+=1,$t=null,x=H(Q,ue);return fa(),x}function ha(x,E,U,H,Q,ue,Te){var Be=!1;if(ue!==0&&x.formState!==null){var Ge=E.blockedSegment;if(Ge!==null){Be=!0,Ge=Ge.chunks;for(var at=0;at<ue;at++)at===Te?Ge.push("<!--F!-->"):Ge.push("<!--F-->")}}ue=E.keyPath,E.keyPath=U,Q?(U=E.treeContext,E.treeContext=aa(U,1,0),Yn(x,E,H,-1),E.treeContext=U):Be?Yn(x,E,H,-1):pi(x,E,H,-1),E.keyPath=ue}function uc(x,E,U,H,Q,ue){if(typeof H=="function")if(H.prototype&&H.prototype.isReactComponent){var Te=Q;if("ref"in Q){Te={};for(var Be in Q)Be!=="ref"&&(Te[Be]=Q[Be])}var Ge=H.defaultProps;if(Ge){Te===Q&&(Te=j({},Te,Q));for(var at in Ge)Te[at]===void 0&&(Te[at]=Ge[at])}Q=Te,Te=Mu,Ge=H.contextType,typeof Ge=="object"&&Ge!==null&&(Te=Ge._currentValue2),Te=new H(Q,Te);var Tt=Te.state!==void 0?Te.state:null;if(Te.updater=ac,Te.props=Q,Te.state=Tt,Ge={queue:[],replace:!1},Te._reactInternals=Ge,ue=H.contextType,Te.context=typeof ue=="object"&&ue!==null?ue._currentValue2:Mu,ue=H.getDerivedStateFromProps,typeof ue=="function"&&(ue=ue(Q,Tt),Tt=ue==null?Tt:j({},Tt,ue),Te.state=Tt),typeof H.getDerivedStateFromProps!="function"&&typeof Te.getSnapshotBeforeUpdate!="function"&&(typeof Te.UNSAFE_componentWillMount=="function"||typeof Te.componentWillMount=="function"))if(H=Te.state,typeof Te.componentWillMount=="function"&&Te.componentWillMount(),typeof Te.UNSAFE_componentWillMount=="function"&&Te.UNSAFE_componentWillMount(),H!==Te.state&&ac.enqueueReplaceState(Te,Te.state,null),Ge.queue!==null&&0<Ge.queue.length)if(H=Ge.queue,ue=Ge.replace,Ge.queue=null,Ge.replace=!1,ue&&H.length===1)Te.state=H[0];else{for(Ge=ue?H[0]:Te.state,Tt=!0,ue=ue?1:0;ue<H.length;ue++)at=H[ue],at=typeof at=="function"?at.call(Te,Ge,Q,void 0):at,at!=null&&(Tt?(Tt=!1,Ge=j({},Ge,at)):j(Ge,at));Te.state=Ge}else Ge.queue=null;if(H=Te.render(),x.status===12)throw null;Q=E.keyPath,E.keyPath=U,pi(x,E,H,-1),E.keyPath=Q}else{if(H=qc(x,E,U,H,Q,void 0),x.status===12)throw null;ha(x,E,U,H,sa!==0,la,Io)}else if(typeof H=="string")if(Te=E.blockedSegment,Te===null)Te=Q.children,Ge=E.formatContext,Tt=E.keyPath,E.formatContext=ot(Ge,H,Q),E.keyPath=U,Yn(x,E,Te,-1),E.formatContext=Ge,E.keyPath=Tt;else{Tt=Wt(Te.chunks,H,Q,x.resumableState,x.renderState,E.hoistableState,E.formatContext,Te.lastPushedText,E.isFallback),Te.lastPushedText=!1,Ge=E.formatContext,ue=E.keyPath,E.formatContext=ot(Ge,H,Q),E.keyPath=U,Yn(x,E,Tt,-1),E.formatContext=Ge,E.keyPath=ue;e:{switch(E=Te.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>=Ge.insertionMode){x.hasBody=!0;break e}break;case"html":if(Ge.insertionMode===0){x.hasHtml=!0;break e}}E.push(Ne(H))}Te.lastPushedText=!1}else{switch(H){case R:case C:case a:case s:case o:H=E.keyPath,E.keyPath=U,pi(x,E,Q.children,-1),E.keyPath=H;return;case A:Q.mode!=="hidden"&&(H=E.keyPath,E.keyPath=U,pi(x,E,Q.children,-1),E.keyPath=H);return;case d:H=E.keyPath,E.keyPath=U,pi(x,E,Q.children,-1),E.keyPath=H;return;case D:throw Error(t(343));case h:e:if(E.replay!==null){H=E.keyPath,E.keyPath=U,U=Q.children;try{Yn(x,E,U,-1)}finally{E.keyPath=H}}else{H=E.keyPath;var pt=E.blockedBoundary,Dt=E.hoistableState;ue=E.blockedSegment,at=Q.fallback,Q=Q.children;var Vt=new Set;Be=Cs(x,Vt),x.trackedPostpones!==null&&(Be.trackedContentKeyPath=U);var kt=ki(x,ue.chunks.length,Be,E.formatContext,!1,!1);ue.children.push(kt),ue.lastPushedText=!1;var Ut=ki(x,0,null,E.formatContext,!1,!1);if(Ut.parentFlushed=!0,x.trackedPostpones!==null){Te=[U[0],"Suspense Fallback",U[2]],Ge=[Te[1],Te[2],[],null],x.trackedPostpones.workingMap.set(Te,Ge),Be.trackedFallbackNode=Ge,E.blockedSegment=kt,E.keyPath=Te,kt.status=6;try{Yn(x,E,at,-1),nl(kt.chunks,x.renderState,kt.lastPushedText,kt.textEmbedded),kt.status=1}catch(fn){throw kt.status=x.status===12?3:4,fn}finally{E.blockedSegment=ue,E.keyPath=H}E=hi(x,null,Q,-1,Be,Ut,Be.contentState,E.abortSet,U,E.formatContext,E.context,E.treeContext,E.componentStack,E.isFallback),_s(E),x.pingedTasks.push(E)}else{E.blockedBoundary=Be,E.hoistableState=Be.contentState,E.blockedSegment=Ut,E.keyPath=U,Ut.status=6;try{if(Yn(x,E,Q,-1),nl(Ut.chunks,x.renderState,Ut.lastPushedText,Ut.textEmbedded),Ut.status=1,pc(Be,Ut),Be.pendingTasks===0&&Be.status===0){Be.status=1;break e}}catch(fn){Be.status=4,x.status===12?(Ut.status=3,Te=x.fatalError):(Ut.status=4,Te=fn),Ge=Fn(E.componentStack),Tt=en(x,Te,Ge),Be.errorDigest=Tt,fc(x,Be)}finally{E.blockedBoundary=pt,E.hoistableState=Dt,E.blockedSegment=ue,E.keyPath=H}E=hi(x,null,at,-1,pt,kt,Be.fallbackState,Vt,[U[0],"Suspense Fallback",U[2]],E.formatContext,E.context,E.treeContext,E.componentStack,!0),_s(E),x.pingedTasks.push(E)}}return}if(typeof H=="object"&&H!==null)switch(H.$$typeof){case f:if("ref"in Q)for(kt in Te={},Q)kt!=="ref"&&(Te[kt]=Q[kt]);else Te=Q;H=qc(x,E,U,H.render,Te,ue),ha(x,E,U,H,sa!==0,la,Io);return;case y:uc(x,E,U,H.type,Q,ue);return;case l:case u:if(Ge=Q.children,Te=E.keyPath,Q=Q.value,Tt=H._currentValue2,H._currentValue2=Q,ue=Ci,Ci=H={parent:ue,depth:ue===null?0:ue.depth+1,context:H,parentValue:Tt,value:Q},E.context=H,E.keyPath=U,pi(x,E,Ge,-1),x=Ci,x===null)throw Error(t(403));x.context._currentValue2=x.parentValue,x=Ci=x.parent,E.context=x,E.keyPath=Te;return;case c:Q=Q.children,H=Q(H._context._currentValue2),Q=E.keyPath,E.keyPath=U,pi(x,E,H,-1),E.keyPath=Q;return;case w:if(Te=H._init,H=Te(H._payload),x.status===12)throw null;uc(x,E,U,H,Q,ue);return}throw Error(t(130,H==null?H:typeof H,""))}}function jc(x,E,U,H,Q){var ue=E.replay,Te=E.blockedBoundary,Be=ki(x,0,null,E.formatContext,!1,!1);Be.id=U,Be.parentFlushed=!0;try{E.replay=null,E.blockedSegment=Be,Yn(x,E,H,Q),Be.status=1,Te===null?x.completedRootSegment=Be:(pc(Te,Be),Te.parentFlushed&&x.partialBoundaries.push(Te))}finally{E.replay=ue,E.blockedSegment=null}}function pi(x,E,U,H){E.replay!==null&&typeof E.replay.slots=="number"?jc(x,E,E.replay.slots,U,H):(E.node=U,E.childIndex=H,U=E.componentStack,_s(E),gl(x,E),E.componentStack=U)}function gl(x,E){var U=E.node,H=E.childIndex;if(U!==null){if(typeof U=="object"){switch(U.$$typeof){case r:var Q=U.type,ue=U.key,Te=U.props;U=Te.ref;var Be=U!==void 0?U:null,Ge=Fo(Q),at=ue??(H===-1?0:H);if(ue=[E.keyPath,Ge,at],E.replay!==null)e:{var Tt=E.replay;for(H=Tt.nodes,U=0;U<H.length;U++){var pt=H[U];if(at===pt[1]){if(pt.length===4){if(Ge!==null&&Ge!==pt[0])throw Error(t(490,pt[0],Ge));var Dt=pt[2];Ge=pt[3],at=E.node,E.replay={nodes:Dt,slots:Ge,pendingTasks:1};try{if(uc(x,E,ue,Q,Te,Be),E.replay.pendingTasks===1&&0<E.replay.nodes.length)throw Error(t(488));E.replay.pendingTasks--}catch(mn){if(typeof mn=="object"&&mn!==null&&(mn===Yi||typeof mn.then=="function"))throw E.node===at&&(E.replay=Tt),mn;E.replay.pendingTasks--,Te=Fn(E.componentStack),ue=E.blockedBoundary,Q=mn,Te=en(x,Q,Te),Ln(x,ue,Dt,Ge,Q,Te)}E.replay=Tt}else{if(Q!==h)throw Error(t(490,"Suspense",Fo(Q)||"Unknown"));t:{Tt=void 0,Q=pt[5],Be=pt[2],Ge=pt[3],at=pt[4]===null?[]:pt[4][2],pt=pt[4]===null?null:pt[4][3];var Vt=E.keyPath,kt=E.replay,Ut=E.blockedBoundary,fn=E.hoistableState,Kt=Te.children;Te=Te.fallback;var dn=new Set,gn=Cs(x,dn);gn.parentFlushed=!0,gn.rootSegmentID=Q,E.blockedBoundary=gn,E.hoistableState=gn.contentState,E.keyPath=ue,E.replay={nodes:Be,slots:Ge,pendingTasks:1};try{if(Yn(x,E,Kt,-1),E.replay.pendingTasks===1&&0<E.replay.nodes.length)throw Error(t(488));if(E.replay.pendingTasks--,gn.pendingTasks===0&&gn.status===0){gn.status=1,x.completedBoundaries.push(gn);break t}}catch(mn){gn.status=4,Dt=Fn(E.componentStack),Tt=en(x,mn,Dt),gn.errorDigest=Tt,E.replay.pendingTasks--,x.clientRenderedBoundaries.push(gn)}finally{E.blockedBoundary=Ut,E.hoistableState=fn,E.replay=kt,E.keyPath=Vt}E=Sr(x,null,{nodes:at,slots:pt,pendingTasks:0},Te,-1,Ut,gn.fallbackState,dn,[ue[0],"Suspense Fallback",ue[2]],E.formatContext,E.context,E.treeContext,E.componentStack,!0),_s(E),x.pingedTasks.push(E)}}H.splice(U,1);break e}}}else uc(x,E,ue,Q,Te,Be);return;case i:throw Error(t(257));case w:if(Dt=U._init,U=Dt(U._payload),x.status===12)throw null;pi(x,E,U,H);return}if(L(U)){No(x,E,U,H);return}if(U===null||typeof U!="object"?Dt=null:(Dt=I&&U[I]||U["@@iterator"],Dt=typeof Dt=="function"?Dt:null),Dt&&(Dt=Dt.call(U))){if(U=Dt.next(),!U.done){Te=[];do Te.push(U.value),U=Dt.next();while(!U.done);No(x,E,Te,H)}return}if(typeof U.then=="function")return E.thenableState=null,pi(x,E,Za(U),H);if(U.$$typeof===u)return pi(x,E,U._currentValue2,H);throw H=Object.prototype.toString.call(U),Error(t(31,H==="[object Object]"?"object with keys {"+Object.keys(U).join(", ")+"}":H))}typeof U=="string"?(H=E.blockedSegment,H!==null&&(H.lastPushedText=tl(H.chunks,U,x.renderState,H.lastPushedText))):(typeof U=="number"||typeof U=="bigint")&&(H=E.blockedSegment,H!==null&&(H.lastPushedText=tl(H.chunks,""+U,x.renderState,H.lastPushedText)))}}function No(x,E,U,H){var Q=E.keyPath;if(H!==-1&&(E.keyPath=[E.keyPath,"Fragment",H],E.replay!==null)){for(var ue=E.replay,Te=ue.nodes,Be=0;Be<Te.length;Be++){var Ge=Te[Be];if(Ge[1]===H){H=Ge[2],Ge=Ge[3],E.replay={nodes:H,slots:Ge,pendingTasks:1};try{if(No(x,E,U,-1),E.replay.pendingTasks===1&&0<E.replay.nodes.length)throw Error(t(488));E.replay.pendingTasks--}catch(pt){if(typeof pt=="object"&&pt!==null&&(pt===Yi||typeof pt.then=="function"))throw pt;E.replay.pendingTasks--,U=Fn(E.componentStack);var at=E.blockedBoundary,Tt=pt;U=en(x,Tt,U),Ln(x,at,H,Ge,Tt,U)}E.replay=ue,Te.splice(Be,1);break}}E.keyPath=Q;return}if(ue=E.treeContext,Te=U.length,E.replay!==null&&(Be=E.replay.slots,Be!==null&&typeof Be=="object")){for(H=0;H<Te;H++)Ge=U[H],E.treeContext=aa(ue,Te,H),at=Be[H],typeof at=="number"?(jc(x,E,at,Ge,H),delete Be[H]):Yn(x,E,Ge,H);E.treeContext=ue,E.keyPath=Q;return}for(Be=0;Be<Te;Be++)H=U[Be],E.treeContext=aa(ue,Te,Be),Yn(x,E,H,Be);E.treeContext=ue,E.keyPath=Q}function fc(x,E){x=x.trackedPostpones,x!==null&&(E=E.trackedContentKeyPath,E!==null&&(E=x.workingMap.get(E),E!==void 0&&(E.length=4,E[2]=[],E[3]=null)))}function dc(x,E,U){return Sr(x,U,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 jr(x,E,U){var H=E.blockedSegment,Q=ki(x,H.chunks.length,null,E.formatContext,H.lastPushedText,!0);return H.children.push(Q),H.lastPushedText=!1,hi(x,U,E.node,E.childIndex,E.blockedBoundary,Q,E.hoistableState,E.abortSet,E.keyPath,E.formatContext,E.context,E.treeContext,E.componentStack,E.isFallback)}function Yn(x,E,U,H){var Q=E.formatContext,ue=E.context,Te=E.keyPath,Be=E.treeContext,Ge=E.componentStack,at=E.blockedSegment;if(at===null)try{return pi(x,E,U,H)}catch(Dt){if(fa(),U=Dt===Yi?Zi():Dt,typeof U=="object"&&U!==null){if(typeof U.then=="function"){H=Ki(),x=dc(x,E,H).ping,U.then(x,x),E.formatContext=Q,E.context=ue,E.keyPath=Te,E.treeContext=Be,E.componentStack=Ge,_i(ue);return}if(U.message==="Maximum call stack size exceeded"){U=Ki(),U=dc(x,E,U),x.pingedTasks.push(U),E.formatContext=Q,E.context=ue,E.keyPath=Te,E.treeContext=Be,E.componentStack=Ge,_i(ue);return}}}else{var Tt=at.children.length,pt=at.chunks.length;try{return pi(x,E,U,H)}catch(Dt){if(fa(),at.children.length=Tt,at.chunks.length=pt,U=Dt===Yi?Zi():Dt,typeof U=="object"&&U!==null){if(typeof U.then=="function"){H=Ki(),x=jr(x,E,H).ping,U.then(x,x),E.formatContext=Q,E.context=ue,E.keyPath=Te,E.treeContext=Be,E.componentStack=Ge,_i(ue);return}if(U.message==="Maximum call stack size exceeded"){U=Ki(),U=jr(x,E,U),x.pingedTasks.push(U),E.formatContext=Q,E.context=ue,E.keyPath=Te,E.treeContext=Be,E.componentStack=Ge,_i(ue);return}}}}throw E.formatContext=Q,E.context=ue,E.keyPath=Te,E.treeContext=Be,_i(ue),U}function $r(x){var E=x.blockedBoundary;x=x.blockedSegment,x!==null&&(x.status=3,Wu(this,E,x))}function Ln(x,E,U,H,Q,ue){for(var Te=0;Te<U.length;Te++){var Be=U[Te];if(Be.length===4)Ln(x,E,Be[2],Be[3],Q,ue);else{Be=Be[5];var Ge=x,at=ue,Tt=Cs(Ge,new Set);Tt.parentFlushed=!0,Tt.rootSegmentID=Be,Tt.status=4,Tt.errorDigest=at,Tt.parentFlushed&&Ge.clientRenderedBoundaries.push(Tt)}}if(U.length=0,H!==null){if(E===null)throw Error(t(487));if(E.status!==4&&(E.status=4,E.errorDigest=ue,E.parentFlushed&&x.clientRenderedBoundaries.push(E)),typeof H=="object")for(var pt in H)delete H[pt]}}function _n(x,E,U){var H=x.blockedBoundary,Q=x.blockedSegment;if(Q!==null){if(Q.status===6)return;Q.status=3}if(Q=Fn(x.componentStack),H===null){if(E.status!==13&&E.status!==14){if(H=x.replay,H===null){en(E,U,Q),pl(E,U);return}H.pendingTasks--,H.pendingTasks===0&&0<H.nodes.length&&(x=en(E,U,Q),Ln(E,null,H.nodes,H.slots,U,x)),E.pendingRootTasks--,E.pendingRootTasks===0&&$c(E)}}else H.pendingTasks--,H.status!==4&&(H.status=4,x=en(E,U,Q),H.status=4,H.errorDigest=x,fc(E,H),H.parentFlushed&&E.clientRenderedBoundaries.push(H)),H.fallbackAbortableTasks.forEach(function(ue){return _n(ue,E,U)}),H.fallbackAbortableTasks.clear();E.allPendingTasks--,E.allPendingTasks===0&&hc(E)}function Lu(x,E){try{var U=x.renderState,H=U.onHeaders;if(H){var Q=U.headers;if(Q){U.headers=null;var ue=Q.preconnects;if(Q.fontPreloads&&(ue&&(ue+=", "),ue+=Q.fontPreloads),Q.highImagePreloads&&(ue&&(ue+=", "),ue+=Q.highImagePreloads),!E){var Te=U.styles.values(),Be=Te.next();e:for(;0<Q.remainingCapacity&&!Be.done;Be=Te.next())for(var Ge=Be.value.sheets.values(),at=Ge.next();0<Q.remainingCapacity&&!at.done;at=Ge.next()){var Tt=at.value,pt=Tt.props,Dt=pt.href,Vt=Tt.props,kt=Un(Vt.href,"style",{crossOrigin:Vt.crossOrigin,integrity:Vt.integrity,nonce:Vt.nonce,type:Vt.type,fetchPriority:Vt.fetchPriority,referrerPolicy:Vt.referrerPolicy,media:Vt.media});if(0<=(Q.remainingCapacity-=kt.length+2))U.resets.style[Dt]=Ve,ue&&(ue+=", "),ue+=kt,U.resets.style[Dt]=typeof pt.crossOrigin=="string"||typeof pt.integrity=="string"?[pt.crossOrigin,pt.integrity]:Ve;else break e}}H(ue?{Link:ue}:{})}}}catch(Ut){en(x,Ut,{})}}function $c(x){x.trackedPostpones===null&&Lu(x,!0),x.onShellError=dl,x=x.onShellReady,x()}function hc(x){Lu(x,x.trackedPostpones===null?!0:x.completedRootSegment===null||x.completedRootSegment.status!==5),x=x.onAllReady,x()}function pc(x,E){if(E.chunks.length===0&&E.children.length===1&&E.children[0].boundary===null&&E.children[0].id===-1){var U=E.children[0];U.id=E.id,U.parentFlushed=!0,U.status===1&&pc(x,U)}else x.completedSegments.push(E)}function Wu(x,E,U){if(E===null){if(U!==null&&U.parentFlushed){if(x.completedRootSegment!==null)throw Error(t(389));x.completedRootSegment=U}x.pendingRootTasks--,x.pendingRootTasks===0&&$c(x)}else E.pendingTasks--,E.status!==4&&(E.pendingTasks===0?(E.status===0&&(E.status=1),U!==null&&U.parentFlushed&&U.status===1&&pc(E,U),E.parentFlushed&&x.completedBoundaries.push(E),E.status===1&&(E.fallbackAbortableTasks.forEach($r,x),E.fallbackAbortableTasks.clear())):U!==null&&U.parentFlushed&&U.status===1&&(pc(E,U),E.completedSegments.length===1&&E.parentFlushed&&x.partialBoundaries.push(E)));x.allPendingTasks--,x.allPendingTasks===0&&hc(x)}function Ss(x){if(x.status!==14&&x.status!==13){var E=Ci,U=te.H;te.H=cl;var H=te.A;te.A=Uf;var Q=rr;rr=x;var ue=Po;Po=x.resumableState;try{var Te=x.pingedTasks,Be;for(Be=0;Be<Te.length;Be++){var Ge=Te[Be],at=x,Tt=Ge.blockedSegment;if(Tt===null){var pt=at;if(Ge.replay.pendingTasks!==0){_i(Ge.context);try{if(typeof Ge.replay.slots=="number"?jc(pt,Ge,Ge.replay.slots,Ge.node,Ge.childIndex):gl(pt,Ge),Ge.replay.pendingTasks===1&&0<Ge.replay.nodes.length)throw Error(t(488));Ge.replay.pendingTasks--,Ge.abortSet.delete(Ge),Wu(pt,Ge.blockedBoundary,null)}catch(Xt){fa();var Dt=Xt===Yi?Zi():Xt;if(typeof Dt=="object"&&Dt!==null&&typeof Dt.then=="function"){var Vt=Ge.ping;Dt.then(Vt,Vt),Ge.thenableState=Ki()}else{Ge.replay.pendingTasks--,Ge.abortSet.delete(Ge);var kt=Fn(Ge.componentStack);at=void 0;var Ut=pt,fn=Ge.blockedBoundary,Kt=pt.status===12?pt.fatalError:Dt,dn=Ge.replay.nodes,gn=Ge.replay.slots;at=en(Ut,Kt,kt),Ln(Ut,fn,dn,gn,Kt,at),pt.pendingRootTasks--,pt.pendingRootTasks===0&&$c(pt),pt.allPendingTasks--,pt.allPendingTasks===0&&hc(pt)}}finally{}}}else if(pt=void 0,Ut=Tt,Ut.status===0){Ut.status=6,_i(Ge.context);var mn=Ut.children.length,Ot=Ut.chunks.length;try{gl(at,Ge),nl(Ut.chunks,at.renderState,Ut.lastPushedText,Ut.textEmbedded),Ge.abortSet.delete(Ge),Ut.status=1,Wu(at,Ge.blockedBoundary,Ut)}catch(Xt){fa(),Ut.children.length=mn,Ut.chunks.length=Ot;var vn=Xt===Yi?Zi():at.status===12?at.fatalError:Xt;if(typeof vn=="object"&&vn!==null&&typeof vn.then=="function"){Ut.status=0,Ge.thenableState=Ki();var Bn=Ge.ping;vn.then(Bn,Bn)}else{var Zn=Fn(Ge.componentStack);Ge.abortSet.delete(Ge),Ut.status=4;var ln=Ge.blockedBoundary;pt=en(at,vn,Zn),ln===null?pl(at,vn):(ln.pendingTasks--,ln.status!==4&&(ln.status=4,ln.errorDigest=pt,fc(at,ln),ln.parentFlushed&&at.clientRenderedBoundaries.push(ln))),at.allPendingTasks--,at.allPendingTasks===0&&hc(at)}}finally{}}}Te.splice(0,Be),x.destination!==null&&bl(x,x.destination)}catch(Xt){en(x,Xt,{}),pl(x,Xt)}finally{Po=ue,te.H=U,te.A=H,U===cl&&_i(E),rr=Q}}}function Ri(x,E,U,H){switch(U.parentFlushed=!0,U.status){case 0:U.id=x.nextSegmentId++;case 5:return H=U.id,U.lastPushedText=!1,U.textEmbedded=!1,x=x.renderState,E.push('<template id="'),E.push(x.placeholderPrefix),x=H.toString(16),E.push(x),E.push('"></template>');case 1:U.status=2;var Q=!0,ue=U.chunks,Te=0;U=U.children;for(var Be=0;Be<U.length;Be++){for(Q=U[Be];Te<Q.index;Te++)E.push(ue[Te]);Q=Ui(x,E,Q,H)}for(;Te<ue.length-1;Te++)E.push(ue[Te]);return Te<ue.length&&(Q=E.push(ue[Te])),Q;default:throw Error(t(390))}}function Ui(x,E,U,H){var Q=U.boundary;if(Q===null)return Ri(x,E,U,H);if(Q.parentFlushed=!0,Q.status===4)return x.renderState.generateStaticMarkup||(Q=Q.errorDigest,E.push("<!--$!-->"),E.push("<template"),Q&&(E.push(' data-dgst="'),Q=$(Q),E.push(Q),E.push('"')),E.push("></template>")),Ri(x,E,U,H),x=x.renderState.generateStaticMarkup?!0:E.push("<!--/$-->"),x;if(Q.status!==1)return Q.status===0&&(Q.rootSegmentID=x.nextSegmentId++),0<Q.completedSegments.length&&x.partialBoundaries.push(Q),Lt(E,x.renderState,Q.rootSegmentID),H&&(Q=Q.fallbackState,Q.styles.forEach(ic,H),Q.stylesheets.forEach(el,H)),Ri(x,E,U,H),E.push("<!--/$-->");if(Q.byteSize>x.progressiveChunkSize)return Q.rootSegmentID=x.nextSegmentId++,x.completedBoundaries.push(Q),Lt(E,x.renderState,Q.rootSegmentID),Ri(x,E,U,H),E.push("<!--/$-->");if(H&&(U=Q.contentState,U.styles.forEach(ic,H),U.stylesheets.forEach(el,H)),x.renderState.generateStaticMarkup||E.push("<!--$-->"),U=Q.completedSegments,U.length!==1)throw Error(t(391));return Ui(x,E,U[0],H),x=x.renderState.generateStaticMarkup?!0:E.push("<!--/$-->"),x}function yl(x,E,U,H){return an(E,x.renderState,U.parentFormatContext,U.id),Ui(x,E,U,H),Y(E,U.parentFormatContext)}function gc(x,E,U){for(var H=U.completedSegments,Q=0;Q<H.length;Q++)yc(x,E,U,H[Q]);H.length=0,sr(E,U.contentState,x.renderState),H=x.resumableState,x=x.renderState,Q=U.rootSegmentID,U=U.contentState;var ue=x.stylesToHoist;return x.stylesToHoist=!1,E.push(x.startInlineScript),ue?(H.instructions&2)===0?(H.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("`)):(H.instructions&8)===0?(H.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("'):(H.instructions&2)===0?(H.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("'),H=Q.toString(16),E.push(x.boundaryPrefix),E.push(H),E.push('","'),E.push(x.segmentPrefix),E.push(H),ue?(E.push('",'),Ti(E,U)):E.push('"'),U=E.push(")<\/script>"),zt(E,x)&&U}function yc(x,E,U,H){if(H.status===2)return!0;var Q=U.contentState,ue=H.id;if(ue===-1){if((H.id=U.rootSegmentID)===-1)throw Error(t(392));return yl(x,E,H,Q)}return ue===U.rootSegmentID?yl(x,E,H,Q):(yl(x,E,H,Q),U=x.resumableState,x=x.renderState,E.push(x.startInlineScript),(U.instructions&1)===0?(U.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(x.segmentPrefix),ue=ue.toString(16),E.push(ue),E.push('","'),E.push(x.placeholderPrefix),E.push(ue),E=E.push('")<\/script>'),E)}function bl(x,E){try{if(!(0<x.pendingRootTasks)){var U,H=x.completedRootSegment;if(H!==null){if(H.status===5)return;var Q=x.renderState,ue=Q.htmlChunks,Te=Q.headChunks,Be;if(ue){for(Be=0;Be<ue.length;Be++)E.push(ue[Be]);if(Te)for(Be=0;Be<Te.length;Be++)E.push(Te[Be]);else{var Ge=mt("head");E.push(Ge),E.push(">")}}else if(Te)for(Be=0;Be<Te.length;Be++)E.push(Te[Be]);var at=Q.charsetChunks;for(Be=0;Be<at.length;Be++)E.push(at[Be]);at.length=0,Q.preconnects.forEach(qt,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(qt,E),Q.fontPreloads.clear(),Q.highImagePreloads.forEach(qt,E),Q.highImagePreloads.clear(),Q.styles.forEach(cr,E);var pt=Q.importMapChunks;for(Be=0;Be<pt.length;Be++)E.push(pt[Be]);pt.length=0,Q.bootstrapScripts.forEach(qt,E),Q.scripts.forEach(qt,E),Q.scripts.clear(),Q.bulkPreloads.forEach(qt,E),Q.bulkPreloads.clear();var Dt=Q.hoistableChunks;for(Be=0;Be<Dt.length;Be++)E.push(Dt[Be]);if(Dt.length=0,ue&&Te===null){var Vt=Ne("head");E.push(Vt)}Ui(x,E,H,null),x.completedRootSegment=null,zt(E,x.renderState)}var kt=x.renderState;H=0;var Ut=kt.viewportChunks;for(H=0;H<Ut.length;H++)E.push(Ut[H]);Ut.length=0,kt.preconnects.forEach(qt,E),kt.preconnects.clear(),kt.fontPreloads.forEach(qt,E),kt.fontPreloads.clear(),kt.highImagePreloads.forEach(qt,E),kt.highImagePreloads.clear(),kt.styles.forEach(Xn,E),kt.scripts.forEach(qt,E),kt.scripts.clear(),kt.bulkPreloads.forEach(qt,E),kt.bulkPreloads.clear();var fn=kt.hoistableChunks;for(H=0;H<fn.length;H++)E.push(fn[H]);fn.length=0;var Kt=x.clientRenderedBoundaries;for(U=0;U<Kt.length;U++){var dn=Kt[U];kt=E;var gn=x.resumableState,mn=x.renderState,Ot=dn.rootSegmentID,vn=dn.errorDigest;kt.push(mn.startInlineScript),(gn.instructions&4)===0?(gn.instructions|=4,kt.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("')):kt.push('$RX("'),kt.push(mn.boundaryPrefix);var Bn=Ot.toString(16);if(kt.push(Bn),kt.push('"'),vn){kt.push(",");var Zn=xe(vn||"");kt.push(Zn)}var ln=kt.push(")<\/script>");if(!ln){x.destination=null,U++,Kt.splice(0,U);return}}Kt.splice(0,U);var Xt=x.completedBoundaries;for(U=0;U<Xt.length;U++)if(!gc(x,E,Xt[U])){x.destination=null,U++,Xt.splice(0,U);return}Xt.splice(0,U);var qn=x.partialBoundaries;for(U=0;U<qn.length;U++){var Wn=qn[U];e:{Kt=x,dn=E;var dr=Wn.completedSegments;for(ln=0;ln<dr.length;ln++)if(!yc(Kt,dn,Wn,dr[ln])){ln++,dr.splice(0,ln);var gi=!1;break e}dr.splice(0,ln),gi=sr(dn,Wn.contentState,Kt.renderState)}if(!gi){x.destination=null,U++,qn.splice(0,U);return}}qn.splice(0,U);var ei=x.completedBoundaries;for(U=0;U<ei.length;U++)if(!gc(x,E,ei[U])){x.destination=null,U++,ei.splice(0,U);return}ei.splice(0,U)}}finally{x.allPendingTasks===0&&x.pingedTasks.length===0&&x.clientRenderedBoundaries.length===0&&x.completedBoundaries.length===0&&(x.flushScheduled=!1,U=x.resumableState,U.hasBody&&(qn=Ne("body"),E.push(qn)),U.hasHtml&&(U=Ne("html"),E.push(U)),x.status=14,E.push(null),x.destination=null)}}function fr(x){if(x.flushScheduled===!1&&x.pingedTasks.length===0&&x.destination!==null){x.flushScheduled=!0;var E=x.destination;E?bl(x,E):x.flushScheduled=!1}}function Cd(x,E){if(x.status===13)x.status=14,E.destroy(x.fatalError);else if(x.status!==14&&x.destination===null){x.destination=E;try{bl(x,E)}catch(U){en(x,U,{}),pl(x,U)}}}function $i(x,E){(x.status===11||x.status===10)&&(x.status=12);try{var U=x.abortableTasks;if(0<U.size){var H=E===void 0?Error(t(432)):typeof E=="object"&&E!==null&&typeof E.then=="function"?Error(t(530)):E;x.fatalError=H,U.forEach(function(Q){return _n(Q,x,H)}),U.clear()}x.destination!==null&&bl(x,x.destination)}catch(Q){en(x,Q,{}),pl(x,Q)}}function bc(){}function zu(x,E,U,H){var Q=!1,ue=null,Te="",Be=!1;if(E=Xe(E?E.identifierPrefix:void 0),x=Ja(x,E,za(E,U),Ze(0,null,0),1/0,bc,void 0,function(){Be=!0},void 0,void 0,void 0),x.flushScheduled=x.destination!==null,Ss(x),x.status===10&&(x.status=11),x.trackedPostpones===null&&Lu(x,x.pendingRootTasks===0),$i(x,H),Cd(x,{push:function(Ge){return Ge!==null&&(Te+=Ge),!0},destroy:function(Ge){Q=!0,ue=Ge}}),Q&&ue!==H)throw ue;if(!Be)throw Error(t(426));return Te}return Fp.renderToStaticMarkup=function(x,E){return zu(x,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')},Fp.renderToString=function(x,E){return zu(x,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')},Fp.version="19.0.0",Fp}var Op={};/**
|
|
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 $A;function gH(){if($A)return Op;$A=1;var n=En,e=Ag;function t(v){var T="https://react.dev/errors/"+v;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 #"+v+"; 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"),u=Symbol.for("react.context"),f=Symbol.for("react.forward_ref"),h=Symbol.for("react.suspense"),d=Symbol.for("react.suspense_list"),y=Symbol.for("react.memo"),w=Symbol.for("react.lazy"),D=Symbol.for("react.scope"),C=Symbol.for("react.debug_trace_mode"),A=Symbol.for("react.offscreen"),R=Symbol.for("react.legacy_hidden"),P=Symbol.for("react.memo_cache_sentinel"),I=Symbol.iterator,L=Array.isArray;function z(v,T){var k=v.length&3,V=v.length-k,q=T;for(T=0;T<V;){var le=v.charCodeAt(T)&255|(v.charCodeAt(++T)&255)<<8|(v.charCodeAt(++T)&255)<<16|(v.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,q^=le,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(le=0,k){case 3:le^=(v.charCodeAt(T+2)&255)<<16;case 2:le^=(v.charCodeAt(T+1)&255)<<8;case 1:le^=v.charCodeAt(T)&255,le=3432918353*(le&65535)+((3432918353*(le>>>16)&65535)<<16)&4294967295,le=le<<15|le>>>17,q^=461845907*(le&65535)+((461845907*(le>>>16)&65535)<<16)&4294967295}return q^=v.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 j=new MessageChannel,B=[];j.port1.onmessage=function(){var v=B.shift();v&&v()};function re(v){B.push(v),j.port2.postMessage(null)}function ce(v){setTimeout(function(){throw v})}var M=Promise,J=typeof queueMicrotask=="function"?queueMicrotask:function(v){M.resolve(null).then(v).catch(ce)},F=null,pe=0;function G(v,T){if(T.byteLength!==0)if(2048<T.byteLength)0<pe&&(v.enqueue(new Uint8Array(F.buffer,0,pe)),F=new Uint8Array(2048),pe=0),v.enqueue(T);else{var k=F.length-pe;k<T.byteLength&&(k===0?v.enqueue(F):(F.set(T.subarray(0,k),pe),v.enqueue(F),T=T.subarray(k)),F=new Uint8Array(2048),pe=0),F.set(T,pe),pe+=T.byteLength}}function $(v,T){return G(v,T),!0}function fe(v){F&&0<pe&&(v.enqueue(new Uint8Array(F.buffer,0,pe)),F=null,pe=0)}var se=new TextEncoder;function ge(v){return se.encode(v)}function K(v){return se.encode(v)}function te(v,T){typeof v.error=="function"?v.error(T):v.close()}var Oe=Object.assign,he=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]*$"),Ve={},rt={};function $e(v){return he.call(rt,v)?!0:he.call(Ve,v)?!1:ve.test(v)?rt[v]=!0:(Ve[v]=!0,!1)}var Xe=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(" ")),Ze=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"]]),ot=/["'&<>]/;function Ke(v){if(typeof v=="boolean"||typeof v=="number"||typeof v=="bigint")return""+v;v=""+v;var T=ot.exec(v);if(T){var k="",V,q=0;for(V=T.index;V<v.length;V++){switch(v.charCodeAt(V)){case 34:T=""";break;case 38:T="&";break;case 39:T="'";break;case 60:T="<";break;case 62:T=">";break;default:continue}q!==V&&(k+=v.slice(q,V)),q=V+1,k+=T}v=q!==V?k+v.slice(q,V):k}return v}var lt=/([A-Z])/g,O=/^ms-/,be=/^[\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 ye(v){return be.test(""+v)?"javascript:throw new Error('React has blocked a javascript: URL as a security precaution.')":v}var ie=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,me={pending:!1,data:null,method:null,action:null},Ie=ne.d;ne.d={f:Ie.f,r:Ie.r,D:Ln,C:_n,L:Lu,m:$c,X:pc,S:hc,M:Wu};var Se=[];K('"></template>');var we=K("<script>"),de=K("<\/script>"),De=K('<script src="'),Ae=K('<script type="module" src="'),Le=K('" nonce="'),ct=K('" integrity="'),xt=K('" crossorigin="'),Rt=K('" async=""><\/script>'),St=/(<\/|<)(s)(cript)/gi;function Re(v,T,k,V){return""+T+(k==="s"?"\\u0073":"\\u0053")+V}var je=K('<script type="importmap">'),ut=K("<\/script>");function mt(v,T,k,V,q,le){var _e=T===void 0?we:K('<script nonce="'+Ke(T)+'">'),Pe=v.idPrefix;k=[];var Fe=v.bootstrapScriptContent,Qe=v.bootstrapScripts,st=v.bootstrapModules;if(Fe!==void 0&&k.push(_e,ge((""+Fe).replace(St,Re)),de),Fe=[],V!==void 0&&(Fe.push(je),Fe.push(ge((""+JSON.stringify(V)).replace(St,Re))),Fe.push(ut)),V=q?{preconnects:"",fontPreloads:"",highImagePreloads:"",remainingCapacity:2+(typeof le=="number"?le:2e3)}:null,q={placeholderPrefix:K(Pe+"P:"),segmentPrefix:K(Pe+"S:"),boundaryPrefix:K(Pe+"B:"),startInlineScript:_e,htmlChunks:null,headChunks:null,externalRuntimeScript:null,bootstrapChunks:k,importMapChunks:Fe,onHeaders:q,headers:V,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},Qe!==void 0)for(V=0;V<Qe.length;V++){var tt=Qe[V];Pe=_e=void 0,Fe={rel:"preload",as:"script",fetchPriority:"low",nonce:T},typeof tt=="string"?Fe.href=le=tt:(Fe.href=le=tt.src,Fe.integrity=Pe=typeof tt.integrity=="string"?tt.integrity:void 0,Fe.crossOrigin=_e=typeof tt=="string"||tt.crossOrigin==null?void 0:tt.crossOrigin==="use-credentials"?"use-credentials":""),tt=v;var gt=le;tt.scriptResources[gt]=null,tt.moduleScriptResources[gt]=null,tt=[],Un(tt,Fe),q.bootstrapScripts.add(tt),k.push(De,ge(Ke(le))),T&&k.push(Le,ge(Ke(T))),typeof Pe=="string"&&k.push(ct,ge(Ke(Pe))),typeof _e=="string"&&k.push(xt,ge(Ke(_e))),k.push(Rt)}if(st!==void 0)for(Qe=0;Qe<st.length;Qe++)Fe=st[Qe],_e=le=void 0,Pe={rel:"modulepreload",fetchPriority:"low",nonce:T},typeof Fe=="string"?Pe.href=V=Fe:(Pe.href=V=Fe.src,Pe.integrity=_e=typeof Fe.integrity=="string"?Fe.integrity:void 0,Pe.crossOrigin=le=typeof Fe=="string"||Fe.crossOrigin==null?void 0:Fe.crossOrigin==="use-credentials"?"use-credentials":""),Fe=v,tt=V,Fe.scriptResources[tt]=null,Fe.moduleScriptResources[tt]=null,Fe=[],Un(Fe,Pe),q.bootstrapScripts.add(Fe),k.push(Ae,ge(Ke(V))),T&&k.push(Le,ge(Ke(T))),typeof _e=="string"&&k.push(ct,ge(Ke(_e))),typeof le=="string"&&k.push(xt,ge(Ke(le))),k.push(Rt);return q}function Wt(v,T,k,V,q){return{idPrefix:v===void 0?"":v,nextFormID:0,streamingFormat:0,bootstrapScriptContent:k,bootstrapScripts:V,bootstrapModules:q,instructions:0,hasBody:!1,hasHtml:!1,unknownResources:{},dnsResources:{},connectResources:{default:{},anonymous:{},credentials:{}},imageResources:{},styleResources:{},scriptResources:{},moduleUnknownResources:{},moduleScriptResources:{}}}function ke(v,T,k){return{insertionMode:v,selectedValue:T,tagScope:k}}function Ne(v){return ke(v==="http://www.w3.org/2000/svg"?3:v==="http://www.w3.org/1998/Math/MathML"?4:0,null,0)}function zt(v,T,k){switch(T){case"noscript":return ke(2,null,v.tagScope|1);case"select":return ke(2,k.value!=null?k.value:k.defaultValue,v.tagScope);case"svg":return ke(3,null,v.tagScope);case"picture":return ke(2,null,v.tagScope|2);case"math":return ke(4,null,v.tagScope);case"foreignObject":return ke(2,null,v.tagScope);case"table":return ke(5,null,v.tagScope);case"thead":case"tbody":case"tfoot":return ke(6,null,v.tagScope);case"colgroup":return ke(8,null,v.tagScope);case"tr":return ke(7,null,v.tagScope)}return 5<=v.insertionMode?ke(2,null,v.tagScope):v.insertionMode===0?ke(T==="html"?1:2,null,v.tagScope):v.insertionMode===1?ke(2,null,v.tagScope):v}var Lt=K("<!-- -->");function an(v,T,k,V){return T===""?V:(V&&v.push(Lt),v.push(ge(Ke(T))),!0)}var Y=new Map,ee=K(' style="'),xe=K(":"),We=K(";");function ft(v,T){if(typeof T!="object")throw Error(t(62));var k=!0,V;for(V in T)if(he.call(T,V)){var q=T[V];if(q!=null&&typeof q!="boolean"&&q!==""){if(V.indexOf("--")===0){var le=ge(Ke(V));q=ge(Ke((""+q).trim()))}else le=Y.get(V),le===void 0&&(le=K(Ke(V.replace(lt,"-$1").toLowerCase().replace(O,"-ms-"))),Y.set(V,le)),q=typeof q=="number"?q===0||Xe.has(V)?ge(""+q):ge(q+"px"):ge(Ke((""+q).trim()));k?(k=!1,v.push(ee,le,xe,q)):v.push(We,le,xe,q)}}k||v.push(Yt)}var At=K(" "),Ft=K('="'),Yt=K('"'),jt=K('=""');function sr(v,T,k){k&&typeof k!="function"&&typeof k!="symbol"&&v.push(At,ge(T),jt)}function qt(v,T,k){typeof k!="function"&&typeof k!="symbol"&&typeof k!="boolean"&&v.push(At,ge(T),Ft,ge(Ke(k)),Yt)}var Rn=K(Ke("javascript:throw new Error('React form unexpectedly submitted.')")),qr=K('<input type="hidden"');function cr(v,T){this.push(qr),Gn(v),qt(this,"name",T),qt(this,"value",v),this.push(nr)}function Gn(v){if(typeof v!="string")throw Error(t(480))}function Xn(v,T){if(typeof T.$$FORM_ACTION=="function"){var k=v.nextFormID++;v=v.idPrefix+k;try{var V=T.$$FORM_ACTION(v);if(V){var q=V.data;q!=null&&q.forEach(Gn)}return V}catch(le){if(typeof le=="object"&&le!==null&&typeof le.then=="function")throw le}}return null}function Ti(v,T,k,V,q,le,_e,Pe){var Fe=null;if(typeof V=="function"){var Qe=Xn(T,V);Qe!==null?(Pe=Qe.name,V=Qe.action||"",q=Qe.encType,le=Qe.method,_e=Qe.target,Fe=Qe.data):(v.push(At,ge("formAction"),Ft,Rn,Yt),_e=le=q=V=Pe=null,Uo(T,k))}return Pe!=null&&Mt(v,"name",Pe),V!=null&&Mt(v,"formAction",V),q!=null&&Mt(v,"formEncType",q),le!=null&&Mt(v,"formMethod",le),_e!=null&&Mt(v,"formTarget",_e),Fe}function Mt(v,T,k){switch(T){case"className":qt(v,"class",k);break;case"tabIndex":qt(v,"tabindex",k);break;case"dir":case"role":case"viewBox":case"width":case"height":qt(v,T,k);break;case"style":ft(v,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=ye(""+k),v.push(At,ge(T),Ft,ge(Ke(k)),Yt);break;case"defaultValue":case"defaultChecked":case"innerHTML":case"suppressContentEditableWarning":case"suppressHydrationWarning":case"ref":break;case"autoFocus":case"multiple":case"muted":sr(v,T.toLowerCase(),k);break;case"xlinkHref":if(typeof k=="function"||typeof k=="symbol"||typeof k=="boolean")break;k=ye(""+k),v.push(At,ge("xlink:href"),Ft,ge(Ke(k)),Yt);break;case"contentEditable":case"spellCheck":case"draggable":case"value":case"autoReverse":case"externalResourcesRequired":case"focusable":case"preserveAlpha":typeof k!="function"&&typeof k!="symbol"&&v.push(At,ge(T),Ft,ge(Ke(k)),Yt);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"&&v.push(At,ge(T),jt);break;case"capture":case"download":k===!0?v.push(At,ge(T),jt):k!==!1&&typeof k!="function"&&typeof k!="symbol"&&v.push(At,ge(T),Ft,ge(Ke(k)),Yt);break;case"cols":case"rows":case"size":case"span":typeof k!="function"&&typeof k!="symbol"&&!isNaN(k)&&1<=k&&v.push(At,ge(T),Ft,ge(Ke(k)),Yt);break;case"rowSpan":case"start":typeof k=="function"||typeof k=="symbol"||isNaN(k)||v.push(At,ge(T),Ft,ge(Ke(k)),Yt);break;case"xlinkActuate":qt(v,"xlink:actuate",k);break;case"xlinkArcrole":qt(v,"xlink:arcrole",k);break;case"xlinkRole":qt(v,"xlink:role",k);break;case"xlinkShow":qt(v,"xlink:show",k);break;case"xlinkTitle":qt(v,"xlink:title",k);break;case"xlinkType":qt(v,"xlink:type",k);break;case"xmlBase":qt(v,"xml:base",k);break;case"xmlLang":qt(v,"xml:lang",k);break;case"xmlSpace":qt(v,"xml:space",k);break;default:if((!(2<T.length)||T[0]!=="o"&&T[0]!=="O"||T[1]!=="n"&&T[1]!=="N")&&(T=Ze.get(T)||T,$e(T))){switch(typeof k){case"function":case"symbol":return;case"boolean":var V=T.toLowerCase().slice(0,5);if(V!=="data-"&&V!=="aria-")return}v.push(At,ge(T),Ft,ge(Ke(k)),Yt)}}}var Cn=K(">"),nr=K("/>");function ur(v,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&&v.push(ge(""+T))}}function oa(v){var T="";return n.Children.forEach(v,function(k){k!=null&&(T+=k)}),T}var Qs=K(' selected=""'),ui=K(`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 Uo(v,T){(v.instructions&16)===0&&(v.instructions|=16,T.bootstrapChunks.unshift(T.startInlineScript,ui,de))}var Wa=K("<!--F!-->"),Xi=K("<!--F-->");function Un(v,T){v.push(vr("link"));for(var k in T)if(he.call(T,k)){var V=T[k];if(V!=null)switch(k){case"children":case"dangerouslySetInnerHTML":throw Error(t(399,"link"));default:Mt(v,k,V)}}return v.push(nr),null}var qs=/(<\/|<)(s)(tyle)/gi;function js(v,T,k,V){return""+T+(k==="s"?"\\73 ":"\\53 ")+V}function Ei(v,T,k){v.push(vr(k));for(var V in T)if(he.call(T,V)){var q=T[V];if(q!=null)switch(V){case"children":case"dangerouslySetInnerHTML":throw Error(t(399,k));default:Mt(v,V,q)}}return v.push(nr),null}function $s(v,T){v.push(vr("title"));var k=null,V=null,q;for(q in T)if(he.call(T,q)){var le=T[q];if(le!=null)switch(q){case"children":k=le;break;case"dangerouslySetInnerHTML":V=le;break;default:Mt(v,q,le)}}return v.push(Cn),T=Array.isArray(k)?2>k.length?k[0]:null:k,typeof T!="function"&&typeof T!="symbol"&&T!==null&&T!==void 0&&v.push(ge(Ke(""+T))),ur(v,V,k),v.push(Ci("title")),null}function ic(v,T){v.push(vr("script"));var k=null,V=null,q;for(q in T)if(he.call(T,q)){var le=T[q];if(le!=null)switch(q){case"children":k=le;break;case"dangerouslySetInnerHTML":V=le;break;default:Mt(v,q,le)}}return v.push(Cn),ur(v,V,k),typeof k=="string"&&v.push(ge((""+k).replace(St,Re))),v.push(Ci("script")),null}function el(v,T,k){v.push(vr(k));var V=k=null,q;for(q in T)if(he.call(T,q)){var le=T[q];if(le!=null)switch(q){case"children":k=le;break;case"dangerouslySetInnerHTML":V=le;break;default:Mt(v,q,le)}}return v.push(Cn),ur(v,V,k),typeof k=="string"?(v.push(ge(Ke(k))),null):k}var za=K(`
|
|
287
|
-
`),tl=/^[a-zA-Z][a-zA-Z:_\.\-\d]*$/,nl=new Map;function vr(v){var T=nl.get(v);if(T===void 0){if(!tl.test(v))throw Error(t(65,v));T=K("<"+v),nl.set(v,T)}return T}var oc=K("<!DOCTYPE html>");function Fo(v,T,k,V,q,le,_e,Pe,Fe){switch(T){case"div":case"span":case"svg":case"path":break;case"a":v.push(vr("a"));var Qe=null,st=null,tt;for(tt in k)if(he.call(k,tt)){var gt=k[tt];if(gt!=null)switch(tt){case"children":Qe=gt;break;case"dangerouslySetInnerHTML":st=gt;break;case"href":gt===""?qt(v,"href",""):Mt(v,tt,gt);break;default:Mt(v,tt,gt)}}if(v.push(Cn),ur(v,st,Qe),typeof Qe=="string"){v.push(ge(Ke(Qe)));var Nt=null}else Nt=Qe;return Nt;case"g":case"p":case"li":break;case"select":v.push(vr("select"));var Bt=null,Ht=null,pr;for(pr in k)if(he.call(k,pr)){var Ar=k[pr];if(Ar!=null)switch(pr){case"children":Bt=Ar;break;case"dangerouslySetInnerHTML":Ht=Ar;break;case"defaultValue":case"value":break;default:Mt(v,pr,Ar)}}return v.push(Cn),ur(v,Ht,Bt),Bt;case"option":var ii=_e.selectedValue;v.push(vr("option"));var ir=null,kr=null,Or=null,Rr=null,On;for(On in k)if(he.call(k,On)){var $n=k[On];if($n!=null)switch(On){case"children":ir=$n;break;case"selected":Or=$n;break;case"dangerouslySetInnerHTML":Rr=$n;break;case"value":kr=$n;default:Mt(v,On,$n)}}if(ii!=null){var Ur=kr!==null?""+kr:oa(ir);if(L(ii)){for(var mi=0;mi<ii.length;mi++)if(""+ii[mi]===Ur){v.push(Qs);break}}else""+ii===Ur&&v.push(Qs)}else Or&&v.push(Qs);return v.push(Cn),ur(v,Rr,ir),ir;case"textarea":v.push(vr("textarea"));var vi=null,Of=null,Ec=null,au;for(au in k)if(he.call(k,au)){var Us=k[au];if(Us!=null)switch(au){case"children":Ec=Us;break;case"value":vi=Us;break;case"defaultValue":Of=Us;break;case"dangerouslySetInnerHTML":throw Error(t(91));default:Mt(v,au,Us)}}if(vi===null&&Of!==null&&(vi=Of),v.push(Cn),Ec!=null){if(vi!=null)throw Error(t(92));if(L(Ec)){if(1<Ec.length)throw Error(t(93));vi=""+Ec[0]}vi=""+Ec}return typeof vi=="string"&&vi[0]===`
|
|
288
|
-
`&&v.push(za),vi!==null&&v.push(ge(Ke(""+vi))),null;case"input":v.push(vr("input"));var Ju=null,es=null,_d=null,Sd=null,Ad=null,su=null,kd=null,If=null,ts=null,ns;for(ns in k)if(he.call(k,ns)){var bo=k[ns];if(bo!=null)switch(ns){case"children":case"dangerouslySetInnerHTML":throw Error(t(399,"input"));case"name":Ju=bo;break;case"formAction":es=bo;break;case"formEncType":_d=bo;break;case"formMethod":Sd=bo;break;case"formTarget":Ad=bo;break;case"defaultChecked":ts=bo;break;case"defaultValue":kd=bo;break;case"checked":If=bo;break;case"value":su=bo;break;default:Mt(v,ns,bo)}}var Wo=Ti(v,V,q,es,_d,Sd,Ad,Ju);return If!==null?sr(v,"checked",If):ts!==null&&sr(v,"checked",ts),su!==null?Mt(v,"value",su):kd!==null&&Mt(v,"value",kd),v.push(nr),Wo!=null&&Wo.forEach(cr,v),null;case"button":v.push(vr("button"));var Fs=null,lu=null,Ku=null,Qu=null,zn=null,cu=null,qu=null,xa;for(xa in k)if(he.call(k,xa)){var xi=k[xa];if(xi!=null)switch(xa){case"children":Fs=xi;break;case"dangerouslySetInnerHTML":lu=xi;break;case"name":Ku=xi;break;case"formAction":Qu=xi;break;case"formEncType":zn=xi;break;case"formMethod":cu=xi;break;case"formTarget":qu=xi;break;default:Mt(v,xa,xi)}}var zo=Ti(v,V,q,Qu,zn,cu,qu,Ku);if(v.push(Cn),zo!=null&&zo.forEach(cr,v),ur(v,lu,Fs),typeof Fs=="string"){v.push(ge(Ke(Fs)));var uu=null}else uu=Fs;return uu;case"form":v.push(vr("form"));var wa=null,rs=null,Da=null,Pi=null,is=null,Os=null,Is;for(Is in k)if(he.call(k,Is)){var Ir=k[Is];if(Ir!=null)switch(Is){case"children":wa=Ir;break;case"dangerouslySetInnerHTML":rs=Ir;break;case"action":Da=Ir;break;case"encType":Pi=Ir;break;case"method":is=Ir;break;case"target":Os=Ir;break;default:Mt(v,Is,Ir)}}var Mf=null,Ol=null;if(typeof Da=="function"){var Ms=Xn(V,Da);Ms!==null?(Da=Ms.action||"",Pi=Ms.encType,is=Ms.method,Os=Ms.target,Mf=Ms.data,Ol=Ms.name):(v.push(At,ge("action"),Ft,Rn,Yt),Os=is=Pi=Da=null,Uo(V,q))}if(Da!=null&&Mt(v,"action",Da),Pi!=null&&Mt(v,"encType",Pi),is!=null&&Mt(v,"method",is),Os!=null&&Mt(v,"target",Os),v.push(Cn),Ol!==null&&(v.push(qr),qt(v,"name",Ol),v.push(nr),Mf!=null&&Mf.forEach(cr,v)),ur(v,rs,wa),typeof wa=="string"){v.push(ge(Ke(wa)));var Rd=null}else Rd=wa;return Rd;case"menuitem":v.push(vr("menuitem"));for(var Il in k)if(he.call(k,Il)){var Ud=k[Il];if(Ud!=null)switch(Il){case"children":case"dangerouslySetInnerHTML":throw Error(t(400));default:Mt(v,Il,Ud)}}return v.push(Cn),null;case"object":v.push(vr("object"));var fu=null,Ps=null,Ns;for(Ns in k)if(he.call(k,Ns)){var Cc=k[Ns];if(Cc!=null)switch(Ns){case"children":fu=Cc;break;case"dangerouslySetInnerHTML":Ps=Cc;break;case"data":var Ta=ye(""+Cc);if(Ta==="")break;v.push(At,ge("data"),Ft,ge(Ke(Ta)),Yt);break;default:Mt(v,Ns,Cc)}}if(v.push(Cn),ur(v,Ps,fu),typeof fu=="string"){v.push(ge(Ke(fu)));var du=null}else du=fu;return du;case"title":if(_e.insertionMode===3||_e.tagScope&1||k.itemProp!=null)var _c=$s(v,k);else Fe?_c=null:($s(q.hoistableChunks,k),_c=void 0);return _c;case"link":var Pf=k.rel,Ea=k.href,Sn=k.precedence;if(_e.insertionMode===3||_e.tagScope&1||k.itemProp!=null||typeof Pf!="string"||typeof Ea!="string"||Ea===""){Un(v,k);var Bs=null}else if(k.rel==="stylesheet")if(typeof Sn!="string"||k.disabled!=null||k.onLoad||k.onError)Bs=Un(v,k);else{var as=q.styles.get(Sn),Ls=V.styleResources.hasOwnProperty(Ea)?V.styleResources[Ea]:void 0;if(Ls!==null){V.styleResources[Ea]=null,as||(as={precedence:ge(Ke(Sn)),rules:[],hrefs:[],sheets:new Map},q.styles.set(Sn,as));var Mr={state:0,props:Oe({},k,{"data-precedence":k.precedence,precedence:null})};if(Ls){Ls.length===2&&Ss(Mr.props,Ls);var Ni=q.preloads.stylesheets.get(Ea);Ni&&0<Ni.length?Ni.length=0:Mr.state=1}as.sheets.set(Ea,Mr),le&&le.stylesheets.add(Mr)}else if(as){var oi=as.sheets.get(Ea);oi&&le&&le.stylesheets.add(oi)}Pe&&v.push(Lt),Bs=null}else k.onLoad||k.onError?Bs=Un(v,k):(Pe&&v.push(Lt),Bs=Fe?null:Un(q.hoistableChunks,k));return Bs;case"script":var Ws=k.async;if(typeof k.src!="string"||!k.src||!Ws||typeof Ws=="function"||typeof Ws=="symbol"||k.onLoad||k.onError||_e.insertionMode===3||_e.tagScope&1||k.itemProp!=null)var Ca=ic(v,k);else{var Ho=k.src;if(k.type==="module")var In=V.moduleScriptResources,Sc=q.preloads.moduleScripts;else In=V.scriptResources,Sc=q.preloads.scripts;var Ml=In.hasOwnProperty(Ho)?In[Ho]:void 0;if(Ml!==null){In[Ho]=null;var Ac=k;if(Ml){Ml.length===2&&(Ac=Oe({},k),Ss(Ac,Ml));var mo=Sc.get(Ho);mo&&(mo.length=0)}var Fd=[];q.scripts.add(Fd),ic(Fd,Ac)}Pe&&v.push(Lt),Ca=null}return Ca;case"style":var zs=k.precedence,Hs=k.href;if(_e.insertionMode===3||_e.tagScope&1||k.itemProp!=null||typeof zs!="string"||typeof Hs!="string"||Hs===""){v.push(vr("style"));var g=null,m=null,_;for(_ in k)if(he.call(k,_)){var W=k[_];if(W!=null)switch(_){case"children":g=W;break;case"dangerouslySetInnerHTML":m=W;break;default:Mt(v,_,W)}}v.push(Cn);var Z=Array.isArray(g)?2>g.length?g[0]:null:g;typeof Z!="function"&&typeof Z!="symbol"&&Z!==null&&Z!==void 0&&v.push(ge((""+Z).replace(qs,js))),ur(v,m,g),v.push(Ci("style"));var ae=null}else{var Ce=q.styles.get(zs);if((V.styleResources.hasOwnProperty(Hs)?V.styleResources[Hs]:void 0)!==null){V.styleResources[Hs]=null,Ce?Ce.hrefs.push(ge(Ke(Hs))):(Ce={precedence:ge(Ke(zs)),rules:[],hrefs:[ge(Ke(Hs))],sheets:new Map},q.styles.set(zs,Ce));var Me=Ce.rules,et=null,He=null,bt;for(bt in k)if(he.call(k,bt)){var _t=k[bt];if(_t!=null)switch(bt){case"children":et=_t;break;case"dangerouslySetInnerHTML":He=_t}}var yt=Array.isArray(et)?2>et.length?et[0]:null:et;typeof yt!="function"&&typeof yt!="symbol"&&yt!==null&&yt!==void 0&&Me.push(ge((""+yt).replace(qs,js))),ur(Me,He,et)}Ce&&le&&le.styles.add(Ce),Pe&&v.push(Lt),ae=void 0}return ae;case"meta":if(_e.insertionMode===3||_e.tagScope&1||k.itemProp!=null)var It=Ei(v,k,"meta");else Pe&&v.push(Lt),It=Fe?null:typeof k.charSet=="string"?Ei(q.charsetChunks,k,"meta"):k.name==="viewport"?Ei(q.viewportChunks,k,"meta"):Ei(q.hoistableChunks,k,"meta");return It;case"listing":case"pre":v.push(vr(T));var Je=null,hn=null,nn;for(nn in k)if(he.call(k,nn)){var Zt=k[nn];if(Zt!=null)switch(nn){case"children":Je=Zt;break;case"dangerouslySetInnerHTML":hn=Zt;break;default:Mt(v,nn,Zt)}}if(v.push(Cn),hn!=null){if(Je!=null)throw Error(t(60));if(typeof hn!="object"||!("__html"in hn))throw Error(t(61));var Pt=hn.__html;Pt!=null&&(typeof Pt=="string"&&0<Pt.length&&Pt[0]===`
|
|
289
|
-
`?v.push(za,ge(Pt)):v.push(ge(""+Pt)))}return typeof Je=="string"&&Je[0]===`
|
|
290
|
-
`&&v.push(za),Je;case"img":var Jt=k.src,on=k.srcSet;if(!(k.loading==="lazy"||!Jt&&!on||typeof Jt!="string"&&Jt!=null||typeof on!="string"&&on!=null)&&k.fetchPriority!=="low"&&!(_e.tagScope&3)&&(typeof Jt!="string"||Jt[4]!==":"||Jt[0]!=="d"&&Jt[0]!=="D"||Jt[1]!=="a"&&Jt[1]!=="A"||Jt[2]!=="t"&&Jt[2]!=="T"||Jt[3]!=="a"&&Jt[3]!=="A")&&(typeof on!="string"||on[4]!==":"||on[0]!=="d"&&on[0]!=="D"||on[1]!=="a"&&on[1]!=="A"||on[2]!=="t"&&on[2]!=="T"||on[3]!=="a"&&on[3]!=="A")){var tn=typeof k.sizes=="string"?k.sizes:void 0,xn=on?on+`
|
|
291
|
-
`+(tn||""):Jt,ai=q.preloads.images,wn=ai.get(xn);if(wn)(k.fetchPriority==="high"||10>q.highImagePreloads.size)&&(ai.delete(xn),q.highImagePreloads.add(wn));else if(!V.imageResources.hasOwnProperty(xn)){V.imageResources[xn]=Se;var bn=k.crossOrigin,_a=typeof bn=="string"?bn==="use-credentials"?bn:"":void 0,si=q.headers,Pr;si&&0<si.remainingCapacity&&(k.fetchPriority==="high"||500>si.highImagePreloads.length)&&(Pr=Ri(Jt,"image",{imageSrcSet:k.srcSet,imageSizes:k.sizes,crossOrigin:_a,integrity:k.integrity,nonce:k.nonce,type:k.type,fetchPriority:k.fetchPriority,referrerPolicy:k.refererPolicy}),0<=(si.remainingCapacity-=Pr.length+2))?(q.resets.image[xn]=Se,si.highImagePreloads&&(si.highImagePreloads+=", "),si.highImagePreloads+=Pr):(wn=[],Un(wn,{rel:"preload",as:"image",href:on?void 0:Jt,imageSrcSet:on,imageSizes:tn,crossOrigin:_a,integrity:k.integrity,type:k.type,fetchPriority:k.fetchPriority,referrerPolicy:k.referrerPolicy}),k.fetchPriority==="high"||10>q.highImagePreloads.size?q.highImagePreloads.add(wn):(q.bulkPreloads.add(wn),ai.set(xn,wn)))}}return Ei(v,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 Ei(v,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>_e.insertionMode&&q.headChunks===null){q.headChunks=[];var Vo=el(q.headChunks,k,"head")}else Vo=el(v,k,"head");return Vo;case"html":if(_e.insertionMode===0&&q.htmlChunks===null){q.htmlChunks=[oc];var p=el(q.htmlChunks,k,"html")}else p=el(v,k,"html");return p;default:if(T.indexOf("-")!==-1){v.push(vr(T));var b=null,S=null,N;for(N in k)if(he.call(k,N)){var X=k[N];if(X!=null){var oe=N;switch(N){case"children":b=X;break;case"dangerouslySetInnerHTML":S=X;break;case"style":ft(v,X);break;case"suppressContentEditableWarning":case"suppressHydrationWarning":case"ref":break;case"className":oe="class";default:if($e(N)&&typeof X!="function"&&typeof X!="symbol"&&X!==!1){if(X===!0)X="";else if(typeof X=="object")continue;v.push(At,ge(oe),Ft,ge(Ke(X)),Yt)}}}}return v.push(Cn),ur(v,S,b),b}}return el(v,k,T)}var Mu=new Map;function Ci(v){var T=Mu.get(v);return T===void 0&&(T=K("</"+v+">"),Mu.set(v,T)),T}function lo(v,T){T=T.bootstrapChunks;for(var k=0;k<T.length-1;k++)G(v,T[k]);return k<T.length?(k=T[k],T.length=0,$(v,k)):!0}var ws=K('<template id="'),rl=K('"></template>'),Xc=K("<!--$-->"),il=K('<!--$?--><template id="'),_i=K('"></template>'),ac=K("<!--$!-->"),ol=K("<!--/$-->"),aa=K("<template"),Oo=K('"'),Si=K(' data-dgst="');K(' data-msg="'),K(' data-stck="'),K(' data-cstck="');var Ha=K("></template>");function Yc(v,T,k){if(G(v,il),k===null)throw Error(t(395));return G(v,T.boundaryPrefix),G(v,ge(k.toString(16))),$(v,_i)}var Yi=K('<div hidden id="'),Ds=K('">'),al=K("</div>"),xr=K('<svg aria-hidden="true" style="display:none" id="'),Zi=K('">'),Va=K("</svg>"),Ai=K('<math aria-hidden="true" style="display:none" id="'),fi=K('">'),sc=K("</math>"),di=K('<table hidden id="'),Ga=K('">'),sl=K("</table>"),$t=K('<table hidden><tbody id="'),Xa=K('">'),Ya=K("</tbody></table>"),sa=K('<table hidden><tr id="'),la=K('">'),Io=K("</tr></table>"),zr=K('<table hidden><colgroup id="'),ca=K('">'),co=K("</colgroup></table>");function ua(v,T,k,V){switch(k.insertionMode){case 0:case 1:case 2:return G(v,Yi),G(v,T.segmentPrefix),G(v,ge(V.toString(16))),$(v,Ds);case 3:return G(v,xr),G(v,T.segmentPrefix),G(v,ge(V.toString(16))),$(v,Zi);case 4:return G(v,Ai),G(v,T.segmentPrefix),G(v,ge(V.toString(16))),$(v,fi);case 5:return G(v,di),G(v,T.segmentPrefix),G(v,ge(V.toString(16))),$(v,Ga);case 6:return G(v,$t),G(v,T.segmentPrefix),G(v,ge(V.toString(16))),$(v,Xa);case 7:return G(v,sa),G(v,T.segmentPrefix),G(v,ge(V.toString(16))),$(v,la);case 8:return G(v,zr),G(v,T.segmentPrefix),G(v,ge(V.toString(16))),$(v,ca);default:throw Error(t(397))}}function Ji(v,T){switch(T.insertionMode){case 0:case 1:case 2:return $(v,al);case 3:return $(v,Va);case 4:return $(v,sc);case 5:return $(v,sl);case 6:return $(v,Ya);case 7:return $(v,Io);case 8:return $(v,co);default:throw Error(t(397))}}var lc=K('$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("'),ll=K('$RS("'),Ki=K('","'),fa=K('")<\/script>');K('<template data-rsi="" data-sid="'),K('" data-pid="');var Mo=K('$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("'),Zc=K('$RC("'),cc=K(`$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("`),Jc=K(`$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("`),Kc=K('$RR("'),Pu=K('","'),Nu=K('",'),Za=K('"'),Qc=K(")<\/script>");K('<template data-rci="" data-bid="'),K('<template data-rri="" data-bid="'),K('" data-sid="'),K('" data-sty="');var Qi=K('$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("'),cl=K('$RX("'),Po=K('"'),Uf=K(","),Ts=K(")<\/script>");K('<template data-rxi="" data-bid="'),K('" data-dgst="'),K('" data-msg="'),K('" data-stck="'),K('" data-cstck="');var ul=/[<\u2028\u2029]/g;function qi(v){return JSON.stringify(v).replace(ul,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 da=/[&><\u2028\u2029]/g;function ji(v){return JSON.stringify(v).replace(da,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 fl=K('<style media="not all" data-precedence="'),Es=K('" data-href="'),dl=K('">'),Bu=K("</style>"),Ja=!1,rr=!0;function hl(v){var T=v.rules,k=v.hrefs,V=0;if(k.length){for(G(this,fl),G(this,v.precedence),G(this,Es);V<k.length-1;V++)G(this,k[V]),G(this,pl);for(G(this,k[V]),G(this,dl),V=0;V<T.length;V++)G(this,T[V]);rr=$(this,Bu),Ja=!0,T.length=0,k.length=0}}function Cs(v){return v.state!==2?Ja=!0:!1}function hi(v,T,k){return Ja=!1,rr=!0,T.styles.forEach(hl,v),T.stylesheets.forEach(Cs),Ja&&(k.stylesToHoist=!0),rr}function Sr(v){for(var T=0;T<v.length;T++)G(this,v[T]);v.length=0}var ki=[];function _s(v){Un(ki,v.props);for(var T=0;T<ki.length;T++)G(this,ki[T]);ki.length=0,v.state=2}var Fn=K('<style data-precedence="'),en=K('" data-href="'),pl=K(" "),qc=K('">'),ha=K("</style>");function uc(v){var T=0<v.sheets.size;v.sheets.forEach(_s,this),v.sheets.clear();var k=v.rules,V=v.hrefs;if(!T||V.length){if(G(this,Fn),G(this,v.precedence),v=0,V.length){for(G(this,en);v<V.length-1;v++)G(this,V[v]),G(this,pl);G(this,V[v])}for(G(this,qc),v=0;v<k.length;v++)G(this,k[v]);G(this,ha),k.length=0,V.length=0}}function jc(v){if(v.state===0){v.state=1;var T=v.props;for(Un(ki,{rel:"preload",as:"style",href:v.props.href,crossOrigin:T.crossOrigin,fetchPriority:T.fetchPriority,integrity:T.integrity,media:T.media,hrefLang:T.hrefLang,referrerPolicy:T.referrerPolicy}),v=0;v<ki.length;v++)G(this,ki[v]);ki.length=0}}function pi(v){v.sheets.forEach(jc,this),v.sheets.clear()}var gl=K("["),No=K(",["),fc=K(","),dc=K("]");function jr(v,T){G(v,gl);var k=gl;T.stylesheets.forEach(function(V){if(V.state!==2)if(V.state===3)G(v,k),G(v,ge(ji(""+V.props.href))),G(v,dc),k=No;else{G(v,k);var q=V.props["data-precedence"],le=V.props,_e=ye(""+V.props.href);G(v,ge(ji(_e))),q=""+q,G(v,fc),G(v,ge(ji(q)));for(var Pe in le)if(he.call(le,Pe)&&(q=le[Pe],q!=null))switch(Pe){case"href":case"rel":case"precedence":case"data-precedence":break;case"children":case"dangerouslySetInnerHTML":throw Error(t(399,"link"));default:Yn(v,Pe,q)}G(v,dc),k=No,V.state=3}}),G(v,dc)}function Yn(v,T,k){var V=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":V="class",T=""+k;break;case"hidden":if(k===!1)return;T="";break;case"src":case"href":k=ye(k),T=""+k;break;default:if(2<T.length&&(T[0]==="o"||T[0]==="O")&&(T[1]==="n"||T[1]==="N")||!$e(T))return;T=""+k}G(v,fc),G(v,ge(ji(V))),G(v,fc),G(v,ge(ji(T)))}function $r(){return{styles:new Set,stylesheets:new Set}}function Ln(v){var T=Jn||null;if(T){var k=T.resumableState,V=T.renderState;if(typeof v=="string"&&v){if(!k.dnsResources.hasOwnProperty(v)){k.dnsResources[v]=null,k=V.headers;var q,le;(le=k&&0<k.remainingCapacity)&&(le=(q="<"+(""+v).replace(Ui,yl)+">; rel=dns-prefetch",0<=(k.remainingCapacity-=q.length+2))),le?(V.resets.dns[v]=null,k.preconnects&&(k.preconnects+=", "),k.preconnects+=q):(q=[],Un(q,{href:v,rel:"dns-prefetch"}),V.preconnects.add(q))}Mi(T)}}else Ie.D(v)}function _n(v,T){var k=Jn||null;if(k){var V=k.resumableState,q=k.renderState;if(typeof v=="string"&&v){var le=T==="use-credentials"?"credentials":typeof T=="string"?"anonymous":"default";if(!V.connectResources[le].hasOwnProperty(v)){V.connectResources[le][v]=null,V=q.headers;var _e,Pe;if(Pe=V&&0<V.remainingCapacity){if(Pe="<"+(""+v).replace(Ui,yl)+">; rel=preconnect",typeof T=="string"){var Fe=(""+T).replace(gc,yc);Pe+='; crossorigin="'+Fe+'"'}Pe=(_e=Pe,0<=(V.remainingCapacity-=_e.length+2))}Pe?(q.resets.connect[le][v]=null,V.preconnects&&(V.preconnects+=", "),V.preconnects+=_e):(le=[],Un(le,{rel:"preconnect",href:v,crossOrigin:T}),q.preconnects.add(le))}Mi(k)}}else Ie.C(v,T)}function Lu(v,T,k){var V=Jn||null;if(V){var q=V.resumableState,le=V.renderState;if(T&&v){switch(T){case"image":if(k)var _e=k.imageSrcSet,Pe=k.imageSizes,Fe=k.fetchPriority;var Qe=_e?_e+`
|
|
298
|
-
`+(Pe||""):v;if(q.imageResources.hasOwnProperty(Qe))return;q.imageResources[Qe]=Se,q=le.headers;var st;q&&0<q.remainingCapacity&&Fe==="high"&&(st=Ri(v,T,k),0<=(q.remainingCapacity-=st.length+2))?(le.resets.image[Qe]=Se,q.highImagePreloads&&(q.highImagePreloads+=", "),q.highImagePreloads+=st):(q=[],Un(q,Oe({rel:"preload",href:_e?void 0:v,as:T},k)),Fe==="high"?le.highImagePreloads.add(q):(le.bulkPreloads.add(q),le.preloads.images.set(Qe,q)));break;case"style":if(q.styleResources.hasOwnProperty(v))return;_e=[],Un(_e,Oe({rel:"preload",href:v,as:T},k)),q.styleResources[v]=!k||typeof k.crossOrigin!="string"&&typeof k.integrity!="string"?Se:[k.crossOrigin,k.integrity],le.preloads.stylesheets.set(v,_e),le.bulkPreloads.add(_e);break;case"script":if(q.scriptResources.hasOwnProperty(v))return;_e=[],le.preloads.scripts.set(v,_e),le.bulkPreloads.add(_e),Un(_e,Oe({rel:"preload",href:v,as:T},k)),q.scriptResources[v]=!k||typeof k.crossOrigin!="string"&&typeof k.integrity!="string"?Se:[k.crossOrigin,k.integrity];break;default:if(q.unknownResources.hasOwnProperty(T)){if(_e=q.unknownResources[T],_e.hasOwnProperty(v))return}else _e={},q.unknownResources[T]=_e;if(_e[v]=Se,(q=le.headers)&&0<q.remainingCapacity&&T==="font"&&(Qe=Ri(v,T,k),0<=(q.remainingCapacity-=Qe.length+2)))le.resets.font[v]=Se,q.fontPreloads&&(q.fontPreloads+=", "),q.fontPreloads+=Qe;else switch(q=[],v=Oe({rel:"preload",href:v,as:T},k),Un(q,v),T){case"font":le.fontPreloads.add(q);break;default:le.bulkPreloads.add(q)}}Mi(V)}}else Ie.L(v,T,k)}function $c(v,T){var k=Jn||null;if(k){var V=k.resumableState,q=k.renderState;if(v){var le=T&&typeof T.as=="string"?T.as:"script";switch(le){case"script":if(V.moduleScriptResources.hasOwnProperty(v))return;le=[],V.moduleScriptResources[v]=!T||typeof T.crossOrigin!="string"&&typeof T.integrity!="string"?Se:[T.crossOrigin,T.integrity],q.preloads.moduleScripts.set(v,le);break;default:if(V.moduleUnknownResources.hasOwnProperty(le)){var _e=V.unknownResources[le];if(_e.hasOwnProperty(v))return}else _e={},V.moduleUnknownResources[le]=_e;le=[],_e[v]=Se}Un(le,Oe({rel:"modulepreload",href:v},T)),q.bulkPreloads.add(le),Mi(k)}}else Ie.m(v,T)}function hc(v,T,k){var V=Jn||null;if(V){var q=V.resumableState,le=V.renderState;if(v){T=T||"default";var _e=le.styles.get(T),Pe=q.styleResources.hasOwnProperty(v)?q.styleResources[v]:void 0;Pe!==null&&(q.styleResources[v]=null,_e||(_e={precedence:ge(Ke(T)),rules:[],hrefs:[],sheets:new Map},le.styles.set(T,_e)),T={state:0,props:Oe({rel:"stylesheet",href:v,"data-precedence":T},k)},Pe&&(Pe.length===2&&Ss(T.props,Pe),(le=le.preloads.stylesheets.get(v))&&0<le.length?le.length=0:T.state=1),_e.sheets.set(v,T),Mi(V))}}else Ie.S(v,T,k)}function pc(v,T){var k=Jn||null;if(k){var V=k.resumableState,q=k.renderState;if(v){var le=V.scriptResources.hasOwnProperty(v)?V.scriptResources[v]:void 0;le!==null&&(V.scriptResources[v]=null,T=Oe({src:v,async:!0},T),le&&(le.length===2&&Ss(T,le),v=q.preloads.scripts.get(v))&&(v.length=0),v=[],q.scripts.add(v),ic(v,T),Mi(k))}}else Ie.X(v,T)}function Wu(v,T){var k=Jn||null;if(k){var V=k.resumableState,q=k.renderState;if(v){var le=V.moduleScriptResources.hasOwnProperty(v)?V.moduleScriptResources[v]:void 0;le!==null&&(V.moduleScriptResources[v]=null,T=Oe({src:v,type:"module",async:!0},T),le&&(le.length===2&&Ss(T,le),v=q.preloads.moduleScripts.get(v))&&(v.length=0),v=[],q.scripts.add(v),ic(v,T),Mi(k))}}else Ie.M(v,T)}function Ss(v,T){v.crossOrigin==null&&(v.crossOrigin=T[0]),v.integrity==null&&(v.integrity=T[1])}function Ri(v,T,k){v=(""+v).replace(Ui,yl),T=(""+T).replace(gc,yc),T="<"+v+'>; rel=preload; as="'+T+'"';for(var V in k)he.call(k,V)&&(v=k[V],typeof v=="string"&&(T+="; "+V.toLowerCase()+'="'+(""+v).replace(gc,yc)+'"'));return T}var Ui=/[<>\r\n]/g;function yl(v){switch(v){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 gc=/["';,\r\n]/g;function yc(v){switch(v){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 bl(v){this.styles.add(v)}function fr(v){this.stylesheets.add(v)}var Cd=Function.prototype.bind,$i=Symbol.for("react.client.reference");function bc(v){if(v==null)return null;if(typeof v=="function")return v.$$typeof===$i?null:v.displayName||v.name||null;if(typeof v=="string")return v;switch(v){case o:return"Fragment";case i:return"Portal";case s:return"Profiler";case a:return"StrictMode";case h:return"Suspense";case d:return"SuspenseList"}if(typeof v=="object")switch(v.$$typeof){case u:return(v.displayName||"Context")+".Provider";case c:return(v._context.displayName||"Context")+".Consumer";case f:var T=v.render;return v=v.displayName,v||(v=T.displayName||T.name||"",v=v!==""?"ForwardRef("+v+")":"ForwardRef"),v;case y:return T=v.displayName||null,T!==null?T:bc(v.type)||"Memo";case w:T=v._payload,v=v._init;try{return bc(v(T))}catch{}}return null}var zu={},x=null;function E(v,T){if(v!==T){v.context._currentValue=v.parentValue,v=v.parent;var k=T.parent;if(v===null){if(k!==null)throw Error(t(401))}else{if(k===null)throw Error(t(401));E(v,k)}T.context._currentValue=T.value}}function U(v){v.context._currentValue=v.parentValue,v=v.parent,v!==null&&U(v)}function H(v){var T=v.parent;T!==null&&H(T),v.context._currentValue=v.value}function Q(v,T){if(v.context._currentValue=v.parentValue,v=v.parent,v===null)throw Error(t(402));v.depth===T.depth?E(v,T):Q(v,T)}function ue(v,T){var k=T.parent;if(k===null)throw Error(t(402));v.depth===k.depth?E(v,k):ue(v,k),T.context._currentValue=T.value}function Te(v){var T=x;T!==v&&(T===null?H(v):v===null?U(T):T.depth===v.depth?E(T,v):T.depth>v.depth?Q(T,v):ue(T,v),x=v)}var Be={isMounted:function(){return!1},enqueueSetState:function(v,T){v=v._reactInternals,v.queue!==null&&v.queue.push(T)},enqueueReplaceState:function(v,T){v=v._reactInternals,v.replace=!0,v.queue=[T]},enqueueForceUpdate:function(){}},Ge={id:1,overflow:""};function at(v,T,k){var V=v.id;v=v.overflow;var q=32-Tt(V)-1;V&=~(1<<q),k+=1;var le=32-Tt(T)+q;if(30<le){var _e=q-q%5;return le=(V&(1<<_e)-1).toString(32),V>>=_e,q-=_e,{id:1<<32-Tt(T)+q|k<<q|V,overflow:le+v}}return{id:1<<le|k<<q|V,overflow:v}}var Tt=Math.clz32?Math.clz32:Vt,pt=Math.log,Dt=Math.LN2;function Vt(v){return v>>>=0,v===0?32:31-(pt(v)/Dt|0)|0}var kt=Error(t(460));function Ut(){}function fn(v,T,k){switch(k=v[k],k===void 0?v.push(T):k!==T&&(T.then(Ut,Ut),T=k),T.status){case"fulfilled":return T.value;case"rejected":throw T.reason;default:switch(typeof T.status=="string"?T.then(Ut,Ut):(v=T,v.status="pending",v.then(function(V){if(T.status==="pending"){var q=T;q.status="fulfilled",q.value=V}},function(V){if(T.status==="pending"){var q=T;q.status="rejected",q.reason=V}})),T.status){case"fulfilled":return T.value;case"rejected":throw T.reason}throw Kt=T,kt}}var Kt=null;function dn(){if(Kt===null)throw Error(t(459));var v=Kt;return Kt=null,v}function gn(v,T){return v===T&&(v!==0||1/v===1/T)||v!==v&&T!==T}var mn=typeof Object.is=="function"?Object.is:gn,Ot=null,vn=null,Bn=null,Zn=null,ln=null,Xt=null,qn=!1,Wn=!1,dr=0,gi=0,ei=-1,ml=0,Ka=null,uo=null,fo=0;function ti(){if(Ot===null)throw Error(t(321));return Ot}function Hr(){if(0<fo)throw Error(t(312));return{memoizedState:null,queue:null,next:null}}function ni(){return Xt===null?ln===null?(qn=!1,ln=Xt=Hr()):(qn=!0,Xt=ln):Xt.next===null?(qn=!1,Xt=Xt.next=Hr()):(qn=!0,Xt=Xt.next),Xt}function ri(){var v=Ka;return Ka=null,v}function Fi(){Zn=Bn=vn=Ot=null,Wn=!1,ln=null,fo=0,Xt=uo=null}function Qa(v,T){return typeof T=="function"?T(v):T}function yi(v,T,k){if(Ot=ti(),Xt=ni(),qn){var V=Xt.queue;if(T=V.dispatch,uo!==null&&(k=uo.get(V),k!==void 0)){uo.delete(V),V=Xt.memoizedState;do V=v(V,k.action),k=k.next;while(k!==null);return Xt.memoizedState=V,[V,T]}return[Xt.memoizedState,T]}return v=v===Qa?typeof T=="function"?T():T:k!==void 0?k(T):T,Xt.memoizedState=v,v=Xt.queue={last:null,dispatch:null},v=v.dispatch=Oi.bind(null,Ot,v),[Xt.memoizedState,v]}function As(v,T){if(Ot=ti(),Xt=ni(),T=T===void 0?null:T,Xt!==null){var k=Xt.memoizedState;if(k!==null&&T!==null){var V=k[1];e:if(V===null)V=!1;else{for(var q=0;q<V.length&&q<T.length;q++)if(!mn(T[q],V[q])){V=!1;break e}V=!0}if(V)return k[0]}}return v=v(),Xt.memoizedState=[v,T],v}function Oi(v,T,k){if(25<=fo)throw Error(t(301));if(v===Ot)if(Wn=!0,v={action:k,next:null},uo===null&&(uo=new Map),k=uo.get(T),k===void 0)uo.set(T,v);else{for(T=k;T.next!==null;)T=T.next;T.next=v}}function eu(){throw Error(t(394))}function Hu(){throw Error(t(479))}function tu(v,T,k){ti();var V=gi++,q=Bn;if(typeof v.$$FORM_ACTION=="function"){var le=null,_e=Zn;q=q.formState;var Pe=v.$$IS_SIGNATURE_EQUAL;if(q!==null&&typeof Pe=="function"){var Fe=q[1];Pe.call(v,q[2],q[3])&&(le=k!==void 0?"p"+k:"k"+z(JSON.stringify([_e,null,V]),0),Fe===le&&(ei=V,T=q[0]))}var Qe=v.bind(null,T);return v=function(tt){Qe(tt)},typeof Qe.$$FORM_ACTION=="function"&&(v.$$FORM_ACTION=function(tt){tt=Qe.$$FORM_ACTION(tt),k!==void 0&&(k+="",tt.action=k);var gt=tt.data;return gt&&(le===null&&(le=k!==void 0?"p"+k:"k"+z(JSON.stringify([_e,null,V]),0)),gt.append("$ACTION_KEY",le)),tt}),[T,v,!1]}var st=v.bind(null,T);return[T,function(tt){st(tt)},!1]}function Vu(v){var T=ml;return ml+=1,Ka===null&&(Ka=[]),fn(Ka,v,T)}function Vr(){throw Error(t(393))}function Fr(){}var hr={readContext:function(v){return v._currentValue},use:function(v){if(v!==null&&typeof v=="object"){if(typeof v.then=="function")return Vu(v);if(v.$$typeof===u)return v._currentValue}throw Error(t(438,String(v)))},useContext:function(v){return ti(),v._currentValue},useMemo:As,useReducer:yi,useRef:function(v){Ot=ti(),Xt=ni();var T=Xt.memoizedState;return T===null?(v={current:v},Xt.memoizedState=v):T},useState:function(v){return yi(Qa,v)},useInsertionEffect:Fr,useLayoutEffect:Fr,useCallback:function(v,T){return As(function(){return v},T)},useImperativeHandle:Fr,useEffect:Fr,useDebugValue:Fr,useDeferredValue:function(v,T){return ti(),T!==void 0?T:v},useTransition:function(){return ti(),[!1,eu]},useId:function(){var v=vn.treeContext,T=v.overflow;v=v.id,v=(v&~(1<<32-Tt(v)-1)).toString(32)+T;var k=bi;if(k===null)throw Error(t(404));return T=dr++,v=":"+k.idPrefix+"R"+v,0<T&&(v+="H"+T.toString(32)),v+":"},useSyncExternalStore:function(v,T,k){if(k===void 0)throw Error(t(407));return k()},useCacheRefresh:function(){return Vr},useMemoCache:function(v){for(var T=Array(v),k=0;k<v;k++)T[k]=P;return T},useHostTransitionStatus:function(){return ti(),me},useOptimistic:function(v){return ti(),[v,Hu]}};hr.useFormState=tu,hr.useActionState=tu;var bi=null,vl={getCacheForType:function(){throw Error(t(248))}},mc,jn;function ho(v){if(mc===void 0)try{throw Error()}catch(k){var T=k.stack.trim().match(/\n( *(at )?)/);mc=T&&T[1]||"",jn=-1<k.stack.indexOf(`
|
|
301
|
-
at`)?" (<anonymous>)":-1<k.stack.indexOf("@")?"@unknown:0:0":""}return`
|
|
302
|
-
`+mc+v+jn}var Bo=!1;function pa(v,T){if(!v||Bo)return"";Bo=!0;var k=Error.prepareStackTrace;Error.prepareStackTrace=void 0;try{var V={DetermineComponentFrameRoot:function(){try{if(T){var tt=function(){throw Error()};if(Object.defineProperty(tt.prototype,"props",{set:function(){throw Error()}}),typeof Reflect=="object"&&Reflect.construct){try{Reflect.construct(tt,[])}catch(Nt){var gt=Nt}Reflect.construct(v,[],tt)}else{try{tt.call()}catch(Nt){gt=Nt}v.call(tt.prototype)}}else{try{throw Error()}catch(Nt){gt=Nt}(tt=v())&&typeof tt.catch=="function"&&tt.catch(function(){})}}catch(Nt){if(Nt&>&&typeof Nt.stack=="string")return[Nt.stack,gt.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 le=V.DetermineComponentFrameRoot(),_e=le[0],Pe=le[1];if(_e&&Pe){var Fe=_e.split(`
|
|
303
|
-
`),Qe=Pe.split(`
|
|
304
|
-
`);for(q=V=0;V<Fe.length&&!Fe[V].includes("DetermineComponentFrameRoot");)V++;for(;q<Qe.length&&!Qe[q].includes("DetermineComponentFrameRoot");)q++;if(V===Fe.length||q===Qe.length)for(V=Fe.length-1,q=Qe.length-1;1<=V&&0<=q&&Fe[V]!==Qe[q];)q--;for(;1<=V&&0<=q;V--,q--)if(Fe[V]!==Qe[q]){if(V!==1||q!==1)do if(V--,q--,0>q||Fe[V]!==Qe[q]){var st=`
|
|
305
|
-
`+Fe[V].replace(" at new "," at ");return v.displayName&&st.includes("<anonymous>")&&(st=st.replace("<anonymous>",v.displayName)),st}while(1<=V&&0<=q);break}}}finally{Bo=!1,Error.prepareStackTrace=k}return(k=v?v.displayName||v.name:"")?ho(k):""}function ks(v){if(typeof v=="string")return ho(v);if(typeof v=="function")return v.prototype&&v.prototype.isReactComponent?(v=pa(v,!0),v):pa(v,!1);if(typeof v=="object"&&v!==null){switch(v.$$typeof){case f:return pa(v.render,!1);case y:return pa(v.type,!1);case w:var T=v,k=T._payload;T=T._init;try{v=T(k)}catch{return ho("Lazy")}return ks(v)}if(typeof v.name=="string")return k=v.env,ho(v.name+(k?" ["+k+"]":""))}switch(v){case d:return ho("SuspenseList");case h:return ho("Suspense")}return""}function xl(v){if(typeof v=="object"&&v!==null&&typeof v.environmentName=="string"){var T=v.environmentName;v=[v].slice(0),typeof v[0]=="string"?v.splice(0,1,"%c%s%c "+v[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+" ",""):v.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+" ",""),v.unshift(console),T=Cd.apply(console.error,v),T()}else console.error(v);return null}function po(){}function ga(v,T,k,V,q,le,_e,Pe,Fe,Qe,st){var tt=new Set;this.destination=null,this.flushScheduled=!1,this.resumableState=v,this.renderState=T,this.rootFormatContext=k,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=tt,this.pingedTasks=[],this.clientRenderedBoundaries=[],this.completedBoundaries=[],this.partialBoundaries=[],this.trackedPostpones=null,this.onError=q===void 0?xl:q,this.onPostpone=Qe===void 0?po:Qe,this.onAllReady=le===void 0?po:le,this.onShellReady=_e===void 0?po:_e,this.onShellError=Pe===void 0?po:Pe,this.onFatalError=Fe===void 0?po:Fe,this.formState=st===void 0?null:st}function vc(v,T,k,V,q,le,_e,Pe,Fe,Qe,st,tt){return T=new ga(T,k,V,q,le,_e,Pe,Fe,Qe,st,tt),k=El(T,0,null,V,!1,!1),k.parentFlushed=!0,v=Rs(T,null,v,-1,null,k,null,T.abortableTasks,null,V,null,Ge,null,!1),ba(v),T.pingedTasks.push(v),T}function wl(v,T,k,V,q,le,_e,Pe,Fe,Qe,st){return v=vc(v,T,k,V,q,le,_e,Pe,Fe,Qe,st,void 0),v.trackedPostpones={workingMap:new Map,rootNodes:[],rootSlots:null},v}var Jn=null;function Dl(v,T){v.pingedTasks.push(T),v.pingedTasks.length===1&&(v.flushScheduled=v.destination!==null,v.trackedPostpones!==null||v.status===10?J(function(){return Fl(v)}):re(function(){return Fl(v)}))}function ya(v,T){return{status:0,rootSegmentID:-1,parentFlushed:!1,pendingTasks:0,completedSegments:[],byteSize:0,fallbackAbortableTasks:T,errorDigest:null,contentState:$r(),fallbackState:$r(),trackedContentKeyPath:null,trackedFallbackNode:null}}function Rs(v,T,k,V,q,le,_e,Pe,Fe,Qe,st,tt,gt,Nt){v.allPendingTasks++,q===null?v.pendingRootTasks++:q.pendingTasks++;var Bt={replay:null,node:k,childIndex:V,ping:function(){return Dl(v,Bt)},blockedBoundary:q,blockedSegment:le,hoistableState:_e,abortSet:Pe,keyPath:Fe,formatContext:Qe,context:st,treeContext:tt,componentStack:gt,thenableState:T,isFallback:Nt};return Pe.add(Bt),Bt}function Tl(v,T,k,V,q,le,_e,Pe,Fe,Qe,st,tt,gt,Nt){v.allPendingTasks++,le===null?v.pendingRootTasks++:le.pendingTasks++,k.pendingTasks++;var Bt={replay:k,node:V,childIndex:q,ping:function(){return Dl(v,Bt)},blockedBoundary:le,blockedSegment:null,hoistableState:_e,abortSet:Pe,keyPath:Fe,formatContext:Qe,context:st,treeContext:tt,componentStack:gt,thenableState:T,isFallback:Nt};return Pe.add(Bt),Bt}function El(v,T,k,V,q,le){return{status:0,id:-1,index:T,parentFlushed:!1,chunks:[],children:[],parentFormatContext:V,boundary:k,lastPushedText:q,textEmbedded:le}}function ba(v){var T=v.node;if(typeof T=="object"&&T!==null)switch(T.$$typeof){case r:v.componentStack={parent:v.componentStack,type:T.type}}}function go(v){var T={};return v&&Object.defineProperty(T,"componentStack",{configurable:!0,enumerable:!0,get:function(){try{var k="",V=v;do k+=ks(V.type),V=V.parent;while(V);var q=k}catch(le){q=`
|
|
306
|
-
Error generating stack: `+le.message+`
|
|
307
|
-
`+le.stack}return Object.defineProperty(T,"componentStack",{value:q}),q}}),T}function Gr(v,T,k){if(v=v.onError,T=v(T,k),T==null||typeof T=="string")return T}function Cl(v,T){var k=v.onShellError,V=v.onFatalError;k(T),V(T),v.destination!==null?(v.status=14,te(v.destination,T)):(v.status=13,v.fatalError=T)}function xc(v,T,k,V,q,le){var _e=T.thenableState;for(T.thenableState=null,Ot={},vn=T,Bn=v,Zn=k,gi=dr=0,ei=-1,ml=0,Ka=_e,v=V(q,le);Wn;)Wn=!1,gi=dr=0,ei=-1,ml=0,fo+=1,Xt=null,v=V(q,le);return Fi(),v}function Ff(v,T,k,V,q,le,_e){var Pe=!1;if(le!==0&&v.formState!==null){var Fe=T.blockedSegment;if(Fe!==null){Pe=!0,Fe=Fe.chunks;for(var Qe=0;Qe<le;Qe++)Qe===_e?Fe.push(Wa):Fe.push(Xi)}}le=T.keyPath,T.keyPath=k,q?(k=T.treeContext,T.treeContext=at(k,1,0),Ii(v,T,V,-1),T.treeContext=k):Pe?Ii(v,T,V,-1):Xr(v,T,V,-1),T.keyPath=le}function eo(v,T,k,V,q,le){if(typeof V=="function")if(V.prototype&&V.prototype.isReactComponent){var _e=q;if("ref"in q){_e={};for(var Pe in q)Pe!=="ref"&&(_e[Pe]=q[Pe])}var Fe=V.defaultProps;if(Fe){_e===q&&(_e=Oe({},_e,q));for(var Qe in Fe)_e[Qe]===void 0&&(_e[Qe]=Fe[Qe])}q=_e,_e=zu,Fe=V.contextType,typeof Fe=="object"&&Fe!==null&&(_e=Fe._currentValue),_e=new V(q,_e);var st=_e.state!==void 0?_e.state:null;if(_e.updater=Be,_e.props=q,_e.state=st,Fe={queue:[],replace:!1},_e._reactInternals=Fe,le=V.contextType,_e.context=typeof le=="object"&&le!==null?le._currentValue:zu,le=V.getDerivedStateFromProps,typeof le=="function"&&(le=le(q,st),st=le==null?st:Oe({},st,le),_e.state=st),typeof V.getDerivedStateFromProps!="function"&&typeof _e.getSnapshotBeforeUpdate!="function"&&(typeof _e.UNSAFE_componentWillMount=="function"||typeof _e.componentWillMount=="function"))if(V=_e.state,typeof _e.componentWillMount=="function"&&_e.componentWillMount(),typeof _e.UNSAFE_componentWillMount=="function"&&_e.UNSAFE_componentWillMount(),V!==_e.state&&Be.enqueueReplaceState(_e,_e.state,null),Fe.queue!==null&&0<Fe.queue.length)if(V=Fe.queue,le=Fe.replace,Fe.queue=null,Fe.replace=!1,le&&V.length===1)_e.state=V[0];else{for(Fe=le?V[0]:_e.state,st=!0,le=le?1:0;le<V.length;le++)Qe=V[le],Qe=typeof Qe=="function"?Qe.call(_e,Fe,q,void 0):Qe,Qe!=null&&(st?(st=!1,Fe=Oe({},Fe,Qe)):Oe(Fe,Qe));_e.state=Fe}else Fe.queue=null;if(V=_e.render(),v.status===12)throw null;q=T.keyPath,T.keyPath=k,Xr(v,T,V,-1),T.keyPath=q}else{if(V=xc(v,T,k,V,q,void 0),v.status===12)throw null;Ff(v,T,k,V,dr!==0,gi,ei)}else if(typeof V=="string")if(_e=T.blockedSegment,_e===null)_e=q.children,Fe=T.formatContext,st=T.keyPath,T.formatContext=zt(Fe,V,q),T.keyPath=k,Ii(v,T,_e,-1),T.formatContext=Fe,T.keyPath=st;else{st=Fo(_e.chunks,V,q,v.resumableState,v.renderState,T.hoistableState,T.formatContext,_e.lastPushedText,T.isFallback),_e.lastPushedText=!1,Fe=T.formatContext,le=T.keyPath,T.formatContext=zt(Fe,V,q),T.keyPath=k,Ii(v,T,st,-1),T.formatContext=Fe,T.keyPath=le;e:{switch(T=_e.chunks,v=v.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>=Fe.insertionMode){v.hasBody=!0;break e}break;case"html":if(Fe.insertionMode===0){v.hasHtml=!0;break e}}T.push(Ci(V))}_e.lastPushedText=!1}else{switch(V){case R:case C:case a:case s:case o:V=T.keyPath,T.keyPath=k,Xr(v,T,q.children,-1),T.keyPath=V;return;case A:q.mode!=="hidden"&&(V=T.keyPath,T.keyPath=k,Xr(v,T,q.children,-1),T.keyPath=V);return;case d:V=T.keyPath,T.keyPath=k,Xr(v,T,q.children,-1),T.keyPath=V;return;case D:throw Error(t(343));case h:e:if(T.replay!==null){V=T.keyPath,T.keyPath=k,k=q.children;try{Ii(v,T,k,-1)}finally{T.keyPath=V}}else{V=T.keyPath;var tt=T.blockedBoundary,gt=T.hoistableState;le=T.blockedSegment,Qe=q.fallback,q=q.children;var Nt=new Set;Pe=ya(v,Nt),v.trackedPostpones!==null&&(Pe.trackedContentKeyPath=k);var Bt=El(v,le.chunks.length,Pe,T.formatContext,!1,!1);le.children.push(Bt),le.lastPushedText=!1;var Ht=El(v,0,null,T.formatContext,!1,!1);if(Ht.parentFlushed=!0,v.trackedPostpones!==null){_e=[k[0],"Suspense Fallback",k[2]],Fe=[_e[1],_e[2],[],null],v.trackedPostpones.workingMap.set(_e,Fe),Pe.trackedFallbackNode=Fe,T.blockedSegment=Bt,T.keyPath=_e,Bt.status=6;try{Ii(v,T,Qe,-1),Bt.lastPushedText&&Bt.textEmbedded&&Bt.chunks.push(Lt),Bt.status=1}catch(pr){throw Bt.status=v.status===12?3:4,pr}finally{T.blockedSegment=le,T.keyPath=V}T=Rs(v,null,q,-1,Pe,Ht,Pe.contentState,T.abortSet,k,T.formatContext,T.context,T.treeContext,T.componentStack,T.isFallback),ba(T),v.pingedTasks.push(T)}else{T.blockedBoundary=Pe,T.hoistableState=Pe.contentState,T.blockedSegment=Ht,T.keyPath=k,Ht.status=6;try{if(Ii(v,T,q,-1),Ht.lastPushedText&&Ht.textEmbedded&&Ht.chunks.push(Lt),Ht.status=1,Ul(Pe,Ht),Pe.pendingTasks===0&&Pe.status===0){Pe.status=1;break e}}catch(pr){Pe.status=4,v.status===12?(Ht.status=3,_e=v.fatalError):(Ht.status=4,_e=pr),Fe=go(T.componentStack),st=Gr(v,_e,Fe),Pe.errorDigest=st,Al(v,Pe)}finally{T.blockedBoundary=tt,T.hoistableState=gt,T.blockedSegment=le,T.keyPath=V}T=Rs(v,null,Qe,-1,tt,Bt,Pe.fallbackState,Nt,[k[0],"Suspense Fallback",k[2]],T.formatContext,T.context,T.treeContext,T.componentStack,!0),ba(T),v.pingedTasks.push(T)}}return}if(typeof V=="object"&&V!==null)switch(V.$$typeof){case f:if("ref"in q)for(Bt in _e={},q)Bt!=="ref"&&(_e[Bt]=q[Bt]);else _e=q;V=xc(v,T,k,V.render,_e,le),Ff(v,T,k,V,dr!==0,gi,ei);return;case y:eo(v,T,k,V.type,q,le);return;case l:case u:if(Fe=q.children,_e=T.keyPath,q=q.value,st=V._currentValue,V._currentValue=q,le=x,x=V={parent:le,depth:le===null?0:le.depth+1,context:V,parentValue:st,value:q},T.context=V,T.keyPath=k,Xr(v,T,Fe,-1),v=x,v===null)throw Error(t(403));v.context._currentValue=v.parentValue,v=x=v.parent,T.context=v,T.keyPath=_e;return;case c:q=q.children,V=q(V._context._currentValue),q=T.keyPath,T.keyPath=k,Xr(v,T,V,-1),T.keyPath=q;return;case w:if(_e=V._init,V=_e(V._payload),v.status===12)throw null;eo(v,T,k,V,q,le);return}throw Error(t(130,V==null?V:typeof V,""))}}function _l(v,T,k,V,q){var le=T.replay,_e=T.blockedBoundary,Pe=El(v,0,null,T.formatContext,!1,!1);Pe.id=k,Pe.parentFlushed=!0;try{T.replay=null,T.blockedSegment=Pe,Ii(v,T,V,q),Pe.status=1,_e===null?v.completedRootSegment=Pe:(Ul(_e,Pe),_e.parentFlushed&&v.partialBoundaries.push(_e))}finally{T.replay=le,T.blockedSegment=null}}function Xr(v,T,k,V){T.replay!==null&&typeof T.replay.slots=="number"?_l(v,T,T.replay.slots,k,V):(T.node=k,T.childIndex=V,k=T.componentStack,ba(T),qa(v,T),T.componentStack=k)}function qa(v,T){var k=T.node,V=T.childIndex;if(k!==null){if(typeof k=="object"){switch(k.$$typeof){case r:var q=k.type,le=k.key,_e=k.props;k=_e.ref;var Pe=k!==void 0?k:null,Fe=bc(q),Qe=le??(V===-1?0:V);if(le=[T.keyPath,Fe,Qe],T.replay!==null)e:{var st=T.replay;for(V=st.nodes,k=0;k<V.length;k++){var tt=V[k];if(Qe===tt[1]){if(tt.length===4){if(Fe!==null&&Fe!==tt[0])throw Error(t(490,tt[0],Fe));var gt=tt[2];Fe=tt[3],Qe=T.node,T.replay={nodes:gt,slots:Fe,pendingTasks:1};try{if(eo(v,T,le,q,_e,Pe),T.replay.pendingTasks===1&&0<T.replay.nodes.length)throw Error(t(488));T.replay.pendingTasks--}catch(kr){if(typeof kr=="object"&&kr!==null&&(kr===kt||typeof kr.then=="function"))throw T.node===Qe&&(T.replay=st),kr;T.replay.pendingTasks--,_e=go(T.componentStack),le=T.blockedBoundary,q=kr,_e=Gr(v,q,_e),ja(v,le,gt,Fe,q,_e)}T.replay=st}else{if(q!==h)throw Error(t(490,"Suspense",bc(q)||"Unknown"));t:{st=void 0,q=tt[5],Pe=tt[2],Fe=tt[3],Qe=tt[4]===null?[]:tt[4][2],tt=tt[4]===null?null:tt[4][3];var Nt=T.keyPath,Bt=T.replay,Ht=T.blockedBoundary,pr=T.hoistableState,Ar=_e.children;_e=_e.fallback;var ii=new Set,ir=ya(v,ii);ir.parentFlushed=!0,ir.rootSegmentID=q,T.blockedBoundary=ir,T.hoistableState=ir.contentState,T.keyPath=le,T.replay={nodes:Pe,slots:Fe,pendingTasks:1};try{if(Ii(v,T,Ar,-1),T.replay.pendingTasks===1&&0<T.replay.nodes.length)throw Error(t(488));if(T.replay.pendingTasks--,ir.pendingTasks===0&&ir.status===0){ir.status=1,v.completedBoundaries.push(ir);break t}}catch(kr){ir.status=4,gt=go(T.componentStack),st=Gr(v,kr,gt),ir.errorDigest=st,T.replay.pendingTasks--,v.clientRenderedBoundaries.push(ir)}finally{T.blockedBoundary=Ht,T.hoistableState=pr,T.replay=Bt,T.keyPath=Nt}T=Tl(v,null,{nodes:Qe,slots:tt,pendingTasks:0},_e,-1,Ht,ir.fallbackState,ii,[le[0],"Suspense Fallback",le[2]],T.formatContext,T.context,T.treeContext,T.componentStack,!0),ba(T),v.pingedTasks.push(T)}}V.splice(k,1);break e}}}else eo(v,T,le,q,_e,Pe);return;case i:throw Error(t(257));case w:if(gt=k._init,k=gt(k._payload),v.status===12)throw null;Xr(v,T,k,V);return}if(L(k)){Sl(v,T,k,V);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){_e=[];do _e.push(k.value),k=gt.next();while(!k.done);Sl(v,T,_e,V)}return}if(typeof k.then=="function")return T.thenableState=null,Xr(v,T,Vu(k),V);if(k.$$typeof===u)return Xr(v,T,k._currentValue,V);throw V=Object.prototype.toString.call(k),Error(t(31,V==="[object Object]"?"object with keys {"+Object.keys(k).join(", ")+"}":V))}typeof k=="string"?(V=T.blockedSegment,V!==null&&(V.lastPushedText=an(V.chunks,k,v.renderState,V.lastPushedText))):(typeof k=="number"||typeof k=="bigint")&&(V=T.blockedSegment,V!==null&&(V.lastPushedText=an(V.chunks,""+k,v.renderState,V.lastPushedText)))}}function Sl(v,T,k,V){var q=T.keyPath;if(V!==-1&&(T.keyPath=[T.keyPath,"Fragment",V],T.replay!==null)){for(var le=T.replay,_e=le.nodes,Pe=0;Pe<_e.length;Pe++){var Fe=_e[Pe];if(Fe[1]===V){V=Fe[2],Fe=Fe[3],T.replay={nodes:V,slots:Fe,pendingTasks:1};try{if(Sl(v,T,k,-1),T.replay.pendingTasks===1&&0<T.replay.nodes.length)throw Error(t(488));T.replay.pendingTasks--}catch(tt){if(typeof tt=="object"&&tt!==null&&(tt===kt||typeof tt.then=="function"))throw tt;T.replay.pendingTasks--,k=go(T.componentStack);var Qe=T.blockedBoundary,st=tt;k=Gr(v,st,k),ja(v,Qe,V,Fe,st,k)}T.replay=le,_e.splice(Pe,1);break}}T.keyPath=q;return}if(le=T.treeContext,_e=k.length,T.replay!==null&&(Pe=T.replay.slots,Pe!==null&&typeof Pe=="object")){for(V=0;V<_e;V++)Fe=k[V],T.treeContext=at(le,_e,V),Qe=Pe[V],typeof Qe=="number"?(_l(v,T,Qe,Fe,V),delete Pe[V]):Ii(v,T,Fe,V);T.treeContext=le,T.keyPath=q;return}for(Pe=0;Pe<_e;Pe++)V=k[Pe],T.treeContext=at(le,_e,Pe),Ii(v,T,V,Pe);T.treeContext=le,T.keyPath=q}function Al(v,T){v=v.trackedPostpones,v!==null&&(T=T.trackedContentKeyPath,T!==null&&(T=v.workingMap.get(T),T!==void 0&&(T.length=4,T[2]=[],T[3]=null)))}function nu(v,T,k){return Tl(v,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 Gu(v,T,k){var V=T.blockedSegment,q=El(v,V.chunks.length,null,T.formatContext,V.lastPushedText,!0);return V.children.push(q),V.lastPushedText=!1,Rs(v,k,T.node,T.childIndex,T.blockedBoundary,q,T.hoistableState,T.abortSet,T.keyPath,T.formatContext,T.context,T.treeContext,T.componentStack,T.isFallback)}function Ii(v,T,k,V){var q=T.formatContext,le=T.context,_e=T.keyPath,Pe=T.treeContext,Fe=T.componentStack,Qe=T.blockedSegment;if(Qe===null)try{return Xr(v,T,k,V)}catch(gt){if(Fi(),k=gt===kt?dn():gt,typeof k=="object"&&k!==null){if(typeof k.then=="function"){V=ri(),v=nu(v,T,V).ping,k.then(v,v),T.formatContext=q,T.context=le,T.keyPath=_e,T.treeContext=Pe,T.componentStack=Fe,Te(le);return}if(k.message==="Maximum call stack size exceeded"){k=ri(),k=nu(v,T,k),v.pingedTasks.push(k),T.formatContext=q,T.context=le,T.keyPath=_e,T.treeContext=Pe,T.componentStack=Fe,Te(le);return}}}else{var st=Qe.children.length,tt=Qe.chunks.length;try{return Xr(v,T,k,V)}catch(gt){if(Fi(),Qe.children.length=st,Qe.chunks.length=tt,k=gt===kt?dn():gt,typeof k=="object"&&k!==null){if(typeof k.then=="function"){V=ri(),v=Gu(v,T,V).ping,k.then(v,v),T.formatContext=q,T.context=le,T.keyPath=_e,T.treeContext=Pe,T.componentStack=Fe,Te(le);return}if(k.message==="Maximum call stack size exceeded"){k=ri(),k=Gu(v,T,k),v.pingedTasks.push(k),T.formatContext=q,T.context=le,T.keyPath=_e,T.treeContext=Pe,T.componentStack=Fe,Te(le);return}}}}throw T.formatContext=q,T.context=le,T.keyPath=_e,T.treeContext=Pe,Te(le),k}function wc(v){var T=v.blockedBoundary;v=v.blockedSegment,v!==null&&(v.status=3,iu(this,T,v))}function ja(v,T,k,V,q,le){for(var _e=0;_e<k.length;_e++){var Pe=k[_e];if(Pe.length===4)ja(v,T,Pe[2],Pe[3],q,le);else{Pe=Pe[5];var Fe=v,Qe=le,st=ya(Fe,new Set);st.parentFlushed=!0,st.rootSegmentID=Pe,st.status=4,st.errorDigest=Qe,st.parentFlushed&&Fe.clientRenderedBoundaries.push(st)}}if(k.length=0,V!==null){if(T===null)throw Error(t(487));if(T.status!==4&&(T.status=4,T.errorDigest=le,T.parentFlushed&&v.clientRenderedBoundaries.push(T)),typeof V=="object")for(var tt in V)delete V[tt]}}function Dc(v,T,k){var V=v.blockedBoundary,q=v.blockedSegment;if(q!==null){if(q.status===6)return;q.status=3}if(q=go(v.componentStack),V===null){if(T.status!==13&&T.status!==14){if(V=v.replay,V===null){Gr(T,k,q),Cl(T,k);return}V.pendingTasks--,V.pendingTasks===0&&0<V.nodes.length&&(v=Gr(T,k,q),ja(T,null,V.nodes,V.slots,k,v)),T.pendingRootTasks--,T.pendingRootTasks===0&&kl(T)}}else V.pendingTasks--,V.status!==4&&(V.status=4,v=Gr(T,k,q),V.status=4,V.errorDigest=v,Al(T,V),V.parentFlushed&&T.clientRenderedBoundaries.push(V)),V.fallbackAbortableTasks.forEach(function(le){return Dc(le,T,k)}),V.fallbackAbortableTasks.clear();T.allPendingTasks--,T.allPendingTasks===0&&Rl(T)}function ru(v,T){try{var k=v.renderState,V=k.onHeaders;if(V){var q=k.headers;if(q){k.headers=null;var le=q.preconnects;if(q.fontPreloads&&(le&&(le+=", "),le+=q.fontPreloads),q.highImagePreloads&&(le&&(le+=", "),le+=q.highImagePreloads),!T){var _e=k.styles.values(),Pe=_e.next();e:for(;0<q.remainingCapacity&&!Pe.done;Pe=_e.next())for(var Fe=Pe.value.sheets.values(),Qe=Fe.next();0<q.remainingCapacity&&!Qe.done;Qe=Fe.next()){var st=Qe.value,tt=st.props,gt=tt.href,Nt=st.props,Bt=Ri(Nt.href,"style",{crossOrigin:Nt.crossOrigin,integrity:Nt.integrity,nonce:Nt.nonce,type:Nt.type,fetchPriority:Nt.fetchPriority,referrerPolicy:Nt.referrerPolicy,media:Nt.media});if(0<=(q.remainingCapacity-=Bt.length+2))k.resets.style[gt]=Se,le&&(le+=", "),le+=Bt,k.resets.style[gt]=typeof tt.crossOrigin=="string"||typeof tt.integrity=="string"?[tt.crossOrigin,tt.integrity]:Se;else break e}}V(le?{Link:le}:{})}}}catch(Ht){Gr(v,Ht,{})}}function kl(v){v.trackedPostpones===null&&ru(v,!0),v.onShellError=po,v=v.onShellReady,v()}function Rl(v){ru(v,v.trackedPostpones===null?!0:v.completedRootSegment===null||v.completedRootSegment.status!==5),v=v.onAllReady,v()}function Ul(v,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&&Ul(v,k)}else v.completedSegments.push(T)}function iu(v,T,k){if(T===null){if(k!==null&&k.parentFlushed){if(v.completedRootSegment!==null)throw Error(t(389));v.completedRootSegment=k}v.pendingRootTasks--,v.pendingRootTasks===0&&kl(v)}else T.pendingTasks--,T.status!==4&&(T.pendingTasks===0?(T.status===0&&(T.status=1),k!==null&&k.parentFlushed&&k.status===1&&Ul(T,k),T.parentFlushed&&v.completedBoundaries.push(T),T.status===1&&(T.fallbackAbortableTasks.forEach(wc,v),T.fallbackAbortableTasks.clear())):k!==null&&k.parentFlushed&&k.status===1&&(Ul(T,k),T.completedSegments.length===1&&T.parentFlushed&&v.partialBoundaries.push(T)));v.allPendingTasks--,v.allPendingTasks===0&&Rl(v)}function Fl(v){if(v.status!==14&&v.status!==13){var T=x,k=ie.H;ie.H=hr;var V=ie.A;ie.A=vl;var q=Jn;Jn=v;var le=bi;bi=v.resumableState;try{var _e=v.pingedTasks,Pe;for(Pe=0;Pe<_e.length;Pe++){var Fe=_e[Pe],Qe=v,st=Fe.blockedSegment;if(st===null){var tt=Qe;if(Fe.replay.pendingTasks!==0){Te(Fe.context);try{if(typeof Fe.replay.slots=="number"?_l(tt,Fe,Fe.replay.slots,Fe.node,Fe.childIndex):qa(tt,Fe),Fe.replay.pendingTasks===1&&0<Fe.replay.nodes.length)throw Error(t(488));Fe.replay.pendingTasks--,Fe.abortSet.delete(Fe),iu(tt,Fe.blockedBoundary,null)}catch(mi){Fi();var gt=mi===kt?dn():mi;if(typeof gt=="object"&>!==null&&typeof gt.then=="function"){var Nt=Fe.ping;gt.then(Nt,Nt),Fe.thenableState=ri()}else{Fe.replay.pendingTasks--,Fe.abortSet.delete(Fe);var Bt=go(Fe.componentStack);Qe=void 0;var Ht=tt,pr=Fe.blockedBoundary,Ar=tt.status===12?tt.fatalError:gt,ii=Fe.replay.nodes,ir=Fe.replay.slots;Qe=Gr(Ht,Ar,Bt),ja(Ht,pr,ii,ir,Ar,Qe),tt.pendingRootTasks--,tt.pendingRootTasks===0&&kl(tt),tt.allPendingTasks--,tt.allPendingTasks===0&&Rl(tt)}}finally{}}}else if(tt=void 0,Ht=st,Ht.status===0){Ht.status=6,Te(Fe.context);var kr=Ht.children.length,Or=Ht.chunks.length;try{qa(Qe,Fe),Ht.lastPushedText&&Ht.textEmbedded&&Ht.chunks.push(Lt),Fe.abortSet.delete(Fe),Ht.status=1,iu(Qe,Fe.blockedBoundary,Ht)}catch(mi){Fi(),Ht.children.length=kr,Ht.chunks.length=Or;var Rr=mi===kt?dn():Qe.status===12?Qe.fatalError:mi;if(typeof Rr=="object"&&Rr!==null&&typeof Rr.then=="function"){Ht.status=0,Fe.thenableState=ri();var On=Fe.ping;Rr.then(On,On)}else{var $n=go(Fe.componentStack);Fe.abortSet.delete(Fe),Ht.status=4;var Ur=Fe.blockedBoundary;tt=Gr(Qe,Rr,$n),Ur===null?Cl(Qe,Rr):(Ur.pendingTasks--,Ur.status!==4&&(Ur.status=4,Ur.errorDigest=tt,Al(Qe,Ur),Ur.parentFlushed&&Qe.clientRenderedBoundaries.push(Ur))),Qe.allPendingTasks--,Qe.allPendingTasks===0&&Rl(Qe)}}finally{}}}_e.splice(0,Pe),v.destination!==null&&$a(v,v.destination)}catch(mi){Gr(v,mi,{}),Cl(v,mi)}finally{bi=le,ie.H=k,ie.A=V,k===hr&&Te(T),Jn=q}}}function Lo(v,T,k,V){switch(k.parentFlushed=!0,k.status){case 0:k.id=v.nextSegmentId++;case 5:return V=k.id,k.lastPushedText=!1,k.textEmbedded=!1,v=v.renderState,G(T,ws),G(T,v.placeholderPrefix),v=ge(V.toString(16)),G(T,v),$(T,rl);case 1:k.status=2;var q=!0,le=k.chunks,_e=0;k=k.children;for(var Pe=0;Pe<k.length;Pe++){for(q=k[Pe];_e<q.index;_e++)G(T,le[_e]);q=ma(v,T,q,V)}for(;_e<le.length-1;_e++)G(T,le[_e]);return _e<le.length&&(q=$(T,le[_e])),q;default:throw Error(t(390))}}function ma(v,T,k,V){var q=k.boundary;if(q===null)return Lo(v,T,k,V);if(q.parentFlushed=!0,q.status===4)q=q.errorDigest,$(T,ac),G(T,aa),q&&(G(T,Si),G(T,ge(Ke(q))),G(T,Oo)),$(T,Ha),Lo(v,T,k,V);else if(q.status!==1)q.status===0&&(q.rootSegmentID=v.nextSegmentId++),0<q.completedSegments.length&&v.partialBoundaries.push(q),Yc(T,v.renderState,q.rootSegmentID),V&&(q=q.fallbackState,q.styles.forEach(bl,V),q.stylesheets.forEach(fr,V)),Lo(v,T,k,V);else if(q.byteSize>v.progressiveChunkSize)q.rootSegmentID=v.nextSegmentId++,v.completedBoundaries.push(q),Yc(T,v.renderState,q.rootSegmentID),Lo(v,T,k,V);else{if(V&&(k=q.contentState,k.styles.forEach(bl,V),k.stylesheets.forEach(fr,V)),$(T,Xc),k=q.completedSegments,k.length!==1)throw Error(t(391));ma(v,T,k[0],V)}return $(T,ol)}function ou(v,T,k,V){return ua(T,v.renderState,k.parentFormatContext,k.id),ma(v,T,k,V),Ji(T,k.parentFormatContext)}function va(v,T,k){for(var V=k.completedSegments,q=0;q<V.length;q++)Tc(v,T,k,V[q]);V.length=0,hi(T,k.contentState,v.renderState),V=v.resumableState,v=v.renderState,q=k.rootSegmentID,k=k.contentState;var le=v.stylesToHoist;return v.stylesToHoist=!1,G(T,v.startInlineScript),le?(V.instructions&2)===0?(V.instructions|=10,G(T,cc)):(V.instructions&8)===0?(V.instructions|=8,G(T,Jc)):G(T,Kc):(V.instructions&2)===0?(V.instructions|=2,G(T,Mo)):G(T,Zc),V=ge(q.toString(16)),G(T,v.boundaryPrefix),G(T,V),G(T,Pu),G(T,v.segmentPrefix),G(T,V),le?(G(T,Nu),jr(T,k)):G(T,Za),k=$(T,Qc),lo(T,v)&&k}function Tc(v,T,k,V){if(V.status===2)return!0;var q=k.contentState,le=V.id;if(le===-1){if((V.id=k.rootSegmentID)===-1)throw Error(t(392));return ou(v,T,V,q)}return le===k.rootSegmentID?ou(v,T,V,q):(ou(v,T,V,q),k=v.resumableState,v=v.renderState,G(T,v.startInlineScript),(k.instructions&1)===0?(k.instructions|=1,G(T,lc)):G(T,ll),G(T,v.segmentPrefix),le=ge(le.toString(16)),G(T,le),G(T,Ki),G(T,v.placeholderPrefix),G(T,le),T=$(T,fa),T)}function $a(v,T){F=new Uint8Array(2048),pe=0;try{if(!(0<v.pendingRootTasks)){var k,V=v.completedRootSegment;if(V!==null){if(V.status===5)return;var q=v.renderState,le=q.htmlChunks,_e=q.headChunks,Pe;if(le){for(Pe=0;Pe<le.length;Pe++)G(T,le[Pe]);if(_e)for(Pe=0;Pe<_e.length;Pe++)G(T,_e[Pe]);else G(T,vr("head")),G(T,Cn)}else if(_e)for(Pe=0;Pe<_e.length;Pe++)G(T,_e[Pe]);var Fe=q.charsetChunks;for(Pe=0;Pe<Fe.length;Pe++)G(T,Fe[Pe]);Fe.length=0,q.preconnects.forEach(Sr,T),q.preconnects.clear();var Qe=q.viewportChunks;for(Pe=0;Pe<Qe.length;Pe++)G(T,Qe[Pe]);Qe.length=0,q.fontPreloads.forEach(Sr,T),q.fontPreloads.clear(),q.highImagePreloads.forEach(Sr,T),q.highImagePreloads.clear(),q.styles.forEach(uc,T);var st=q.importMapChunks;for(Pe=0;Pe<st.length;Pe++)G(T,st[Pe]);st.length=0,q.bootstrapScripts.forEach(Sr,T),q.scripts.forEach(Sr,T),q.scripts.clear(),q.bulkPreloads.forEach(Sr,T),q.bulkPreloads.clear();var tt=q.hoistableChunks;for(Pe=0;Pe<tt.length;Pe++)G(T,tt[Pe]);tt.length=0,le&&_e===null&&G(T,Ci("head")),ma(v,T,V,null),v.completedRootSegment=null,lo(T,v.renderState)}var gt=v.renderState;V=0;var Nt=gt.viewportChunks;for(V=0;V<Nt.length;V++)G(T,Nt[V]);Nt.length=0,gt.preconnects.forEach(Sr,T),gt.preconnects.clear(),gt.fontPreloads.forEach(Sr,T),gt.fontPreloads.clear(),gt.highImagePreloads.forEach(Sr,T),gt.highImagePreloads.clear(),gt.styles.forEach(pi,T),gt.scripts.forEach(Sr,T),gt.scripts.clear(),gt.bulkPreloads.forEach(Sr,T),gt.bulkPreloads.clear();var Bt=gt.hoistableChunks;for(V=0;V<Bt.length;V++)G(T,Bt[V]);Bt.length=0;var Ht=v.clientRenderedBoundaries;for(k=0;k<Ht.length;k++){var pr=Ht[k];gt=T;var Ar=v.resumableState,ii=v.renderState,ir=pr.rootSegmentID,kr=pr.errorDigest;G(gt,ii.startInlineScript),(Ar.instructions&4)===0?(Ar.instructions|=4,G(gt,Qi)):G(gt,cl),G(gt,ii.boundaryPrefix),G(gt,ge(ir.toString(16))),G(gt,Po),kr&&(G(gt,Uf),G(gt,ge(qi(kr||""))));var Or=$(gt,Ts);if(!Or){v.destination=null,k++,Ht.splice(0,k);return}}Ht.splice(0,k);var Rr=v.completedBoundaries;for(k=0;k<Rr.length;k++)if(!va(v,T,Rr[k])){v.destination=null,k++,Rr.splice(0,k);return}Rr.splice(0,k),fe(T),F=new Uint8Array(2048),pe=0;var On=v.partialBoundaries;for(k=0;k<On.length;k++){var $n=On[k];e:{Ht=v,pr=T;var Ur=$n.completedSegments;for(Or=0;Or<Ur.length;Or++)if(!Tc(Ht,pr,$n,Ur[Or])){Or++,Ur.splice(0,Or);var mi=!1;break e}Ur.splice(0,Or),mi=hi(pr,$n.contentState,Ht.renderState)}if(!mi){v.destination=null,k++,On.splice(0,k);return}}On.splice(0,k);var vi=v.completedBoundaries;for(k=0;k<vi.length;k++)if(!va(v,T,vi[k])){v.destination=null,k++,vi.splice(0,k);return}vi.splice(0,k)}}finally{v.allPendingTasks===0&&v.pingedTasks.length===0&&v.clientRenderedBoundaries.length===0&&v.completedBoundaries.length===0?(v.flushScheduled=!1,k=v.resumableState,k.hasBody&&G(T,Ci("body")),k.hasHtml&&G(T,Ci("html")),fe(T),v.status=14,T.close(),v.destination=null):fe(T)}}function Xu(v){v.flushScheduled=v.destination!==null,J(function(){return Fl(v)}),re(function(){v.status===10&&(v.status=11),v.trackedPostpones===null&&ru(v,v.pendingRootTasks===0)})}function Mi(v){v.flushScheduled===!1&&v.pingedTasks.length===0&&v.destination!==null&&(v.flushScheduled=!0,re(function(){var T=v.destination;T?$a(v,T):v.flushScheduled=!1}))}function Yu(v,T){if(v.status===13)v.status=14,te(T,v.fatalError);else if(v.status!==14&&v.destination===null){v.destination=T;try{$a(v,T)}catch(k){Gr(v,k,{}),Cl(v,k)}}}function yo(v,T){(v.status===11||v.status===10)&&(v.status=12);try{var k=v.abortableTasks;if(0<k.size){var V=T===void 0?Error(t(432)):typeof T=="object"&&T!==null&&typeof T.then=="function"?Error(t(530)):T;v.fatalError=V,k.forEach(function(q){return Dc(q,v,V)}),k.clear()}v.destination!==null&&$a(v,v.destination)}catch(q){Gr(v,q,{}),Cl(v,q)}}function Zu(){var v=n.version;if(v!=="19.0.0")throw Error(t(527,v,"19.0.0"))}return Zu(),Zu(),Op.prerender=function(v,T){return new Promise(function(k,V){var q=T?T.onHeaders:void 0,le;q&&(le=function(st){q(new Headers(st))});var _e=Wt(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),Pe=wl(v,_e,mt(_e,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 st={prelude:new ReadableStream({type:"bytes",pull:function(tt){Yu(Pe,tt)},cancel:function(tt){Pe.destination=null,yo(Pe,tt)}},{highWaterMark:0})};k(st)},void 0,void 0,V,T?T.onPostpone:void 0);if(T&&T.signal){var Fe=T.signal;if(Fe.aborted)yo(Pe,Fe.reason);else{var Qe=function(){yo(Pe,Fe.reason),Fe.removeEventListener("abort",Qe)};Fe.addEventListener("abort",Qe)}}Xu(Pe)})},Op.renderToReadableStream=function(v,T){return new Promise(function(k,V){var q,le,_e=new Promise(function(Nt,Bt){le=Nt,q=Bt}),Pe=T?T.onHeaders:void 0,Fe;Pe&&(Fe=function(Nt){Pe(new Headers(Nt))});var Qe=Wt(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),st=vc(v,Qe,mt(Qe,T?T.nonce:void 0,T?T.unstable_externalRuntimeSrc:void 0,T?T.importMap:void 0,Fe,T?T.maxHeadersLength:void 0),Ne(T?T.namespaceURI:void 0),T?T.progressiveChunkSize:void 0,T?T.onError:void 0,le,function(){var Nt=new ReadableStream({type:"bytes",pull:function(Bt){Yu(st,Bt)},cancel:function(Bt){st.destination=null,yo(st,Bt)}},{highWaterMark:0});Nt.allReady=_e,k(Nt)},function(Nt){_e.catch(function(){}),V(Nt)},q,T?T.onPostpone:void 0,T?T.formState:void 0);if(T&&T.signal){var tt=T.signal;if(tt.aborted)yo(st,tt.reason);else{var gt=function(){yo(st,tt.reason),tt.removeEventListener("abort",gt)};tt.addEventListener("abort",gt)}}Xu(st)})},Op.version="19.0.0",Op}var Ip={};/**
|
|
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
|
-
*/var e3;function yH(){return e3||(e3=1,process.env.NODE_ENV!=="production"&&function(){function n(g,m,_,W){return""+m+(_==="s"?"\\73 ":"\\53 ")+W}function e(g,m,_,W){return""+m+(_==="s"?"\\u0073":"\\u0053")+W}function t(g){return Object.prototype.toString.call(g).replace(/^\[object (.*)\]$/,function(m,_){return _})}function r(g){var m=JSON.stringify(g);return'"'+g+'"'===m?g:m}function i(g){switch(typeof g){case"string":return JSON.stringify(10>=g.length?g:g.slice(0,10)+"...");case"object":return hi(g)?"[...]":g!==null&&g.$$typeof===_s?"client":(g=t(g),g==="Object"?"{...}":g);case"function":return g.$$typeof===_s?"client":(g=g.displayName||g.name)?"function "+g:"function";default:return String(g)}}function o(g){if(typeof g=="string")return g;switch(g){case da:return"Suspense";case ji:return"SuspenseList"}if(typeof g=="object")switch(g.$$typeof){case qi:return o(g.render);case fl:return o(g.type);case Es:var m=g._payload;g=g._init;try{return o(g(m))}catch{}}return""}function a(g,m){var _=t(g);if(_!=="Object"&&_!=="Array")return _;var W=-1,Z=0;if(hi(g))if(ki.has(g)){var ae=ki.get(g);_="<"+o(ae)+">";for(var Ce=0;Ce<g.length;Ce++){var Me=g[Ce];Me=typeof Me=="string"?Me:typeof Me=="object"&&Me!==null?"{"+a(Me)+"}":"{"+i(Me)+"}",""+Ce===m?(W=_.length,Z=Me.length,_+=Me):_=15>Me.length&&40>_.length+Me.length?_+Me:_+"{...}"}_+="</"+o(ae)+">"}else{for(_="[",ae=0;ae<g.length;ae++)0<ae&&(_+=", "),Ce=g[ae],Ce=typeof Ce=="object"&&Ce!==null?a(Ce):i(Ce),""+ae===m?(W=_.length,Z=Ce.length,_+=Ce):_=10>Ce.length&&40>_.length+Ce.length?_+Ce:_+"...";_+="]"}else if(g.$$typeof===Za)_="<"+o(g.type)+"/>";else{if(g.$$typeof===_s)return"client";if(Sr.has(g)){for(_=Sr.get(g),_="<"+(o(_)||"..."),ae=Object.keys(g),Ce=0;Ce<ae.length;Ce++){_+=" ",Me=ae[Ce],_+=r(Me)+"=";var et=g[Me],He=Me===m&&typeof et=="object"&&et!==null?a(et):i(et);typeof et!="string"&&(He="{"+He+"}"),Me===m?(W=_.length,Z=He.length,_+=He):_=10>He.length&&40>_.length+He.length?_+He:_+"..."}_+=">"}else{for(_="{",ae=Object.keys(g),Ce=0;Ce<ae.length;Ce++)0<Ce&&(_+=", "),Me=ae[Ce],_+=r(Me)+": ",et=g[Me],et=typeof et=="object"&&et!==null?a(et):i(et),Me===m?(W=_.length,Z=et.length,_+=et):_=10>et.length&&40>_.length+et.length?_+et:_+"...";_+="}"}}return m===void 0?_:-1<W&&0<Z?(g=" ".repeat(W)+"^".repeat(Z),`
|
|
316
|
-
`+_+`
|
|
317
|
-
`+g):`
|
|
318
|
-
`+_}function s(g,m){var _=g.length&3,W=g.length-_,Z=m;for(m=0;m<W;){var ae=g.charCodeAt(m)&255|(g.charCodeAt(++m)&255)<<8|(g.charCodeAt(++m)&255)<<16|(g.charCodeAt(++m)&255)<<24;++m,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,Z^=ae,Z=Z<<13|Z>>>19,Z=5*(Z&65535)+((5*(Z>>>16)&65535)<<16)&4294967295,Z=(Z&65535)+27492+(((Z>>>16)+58964&65535)<<16)}switch(ae=0,_){case 3:ae^=(g.charCodeAt(m+2)&255)<<16;case 2:ae^=(g.charCodeAt(m+1)&255)<<8;case 1:ae^=g.charCodeAt(m)&255,ae=3432918353*(ae&65535)+((3432918353*(ae>>>16)&65535)<<16)&4294967295,ae=ae<<15|ae>>>17,Z^=461845907*(ae&65535)+((461845907*(ae>>>16)&65535)<<16)&4294967295}return Z^=g.length,Z^=Z>>>16,Z=2246822507*(Z&65535)+((2246822507*(Z>>>16)&65535)<<16)&4294967295,Z^=Z>>>13,Z=3266489909*(Z&65535)+((3266489909*(Z>>>16)&65535)<<16)&4294967295,(Z^Z>>>16)>>>0}function l(g){return typeof Symbol=="function"&&Symbol.toStringTag&&g[Symbol.toStringTag]||g.constructor.name||"Object"}function c(g){try{return u(g),!1}catch{return!0}}function u(g){return""+g}function f(g,m){if(c(g))return console.error("The provided `%s` attribute is an unsupported type %s. This value must be coerced to a string before using it here.",m,l(g)),u(g)}function h(g,m){if(c(g))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.",m,l(g)),u(g)}function d(g){if(c(g))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.",l(g)),u(g)}function y(g){return en.call(ha,g)?!0:en.call(qc,g)?!1:pl.test(g)?ha[g]=!0:(qc[g]=!0,console.error("Invalid attribute name: `%s`",g),!1)}function w(g,m){pi[m.type]||m.onChange||m.onInput||m.readOnly||m.disabled||m.value==null||console.error(g==="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`."),m.onChange||m.readOnly||m.disabled||m.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 D(g,m){if(en.call(No,m)&&No[m])return!0;if(dc.test(m)){if(g="aria-"+m.slice(4).toLowerCase(),g=gl.hasOwnProperty(g)?g:null,g==null)return console.error("Invalid ARIA attribute `%s`. ARIA attributes follow the pattern aria-* and must be lowercase.",m),No[m]=!0;if(m!==g)return console.error("Invalid ARIA attribute `%s`. Did you mean `%s`?",m,g),No[m]=!0}if(fc.test(m)){if(g=m.toLowerCase(),g=gl.hasOwnProperty(g)?g:null,g==null)return No[m]=!0,!1;m!==g&&(console.error("Unknown ARIA attribute `%s`. Did you mean `%s`?",m,g),No[m]=!0)}return!0}function C(g,m){var _=[],W;for(W in m)D(g,W)||_.push(W);m=_.map(function(Z){return"`"+Z+"`"}).join(", "),_.length===1?console.error("Invalid aria prop %s on <%s> tag. For details, see https://react.dev/link/invalid-aria-props",m,g):1<_.length&&console.error("Invalid aria props %s on <%s> tag. For details, see https://react.dev/link/invalid-aria-props",m,g)}function A(g,m,_,W){if(en.call($r,m)&&$r[m])return!0;var Z=m.toLowerCase();if(Z==="onfocusin"||Z==="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."),$r[m]=!0;if(typeof _=="function"&&(g==="form"&&m==="action"||g==="input"&&m==="formAction"||g==="button"&&m==="formAction"))return!0;if(Ln.test(m))return _n.test(m)&&console.error("Invalid event handler property `%s`. React events use the camelCase naming convention, for example `onClick`.",m),$r[m]=!0;if(Lu.test(m)||$c.test(m))return!0;if(Z==="innerhtml")return console.error("Directly setting property `innerHTML` is not permitted. For more information, lookup documentation on `dangerouslySetInnerHTML`."),$r[m]=!0;if(Z==="aria")return console.error("The `aria` attribute is reserved for future use in React. Pass individual `aria-` attributes instead."),$r[m]=!0;if(Z==="is"&&_!==null&&_!==void 0&&typeof _!="string")return console.error("Received a `%s` for a string attribute `is`. If this is expected, cast the value to a string.",typeof _),$r[m]=!0;if(typeof _=="number"&&isNaN(_))return console.error("Received NaN for the `%s` attribute. If this is expected, cast the value to a string.",m),$r[m]=!0;if(Yn.hasOwnProperty(Z)){if(Z=Yn[Z],Z!==m)return console.error("Invalid DOM property `%s`. Did you mean `%s`?",m,Z),$r[m]=!0}else if(m!==Z)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.",m,Z),$r[m]=!0;switch(m){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 _){case"boolean":switch(m){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 Z=m.toLowerCase().slice(0,5),Z==="data-"||Z==="aria-"?!0:(_?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()}.',_,m,m,_,m):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.',_,m,m,_,m,m,m),$r[m]=!0)}case"function":case"symbol":return $r[m]=!0,!1;case"string":if(_==="false"||_==="true"){switch(m){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}?",_,m,_==="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".',m,_),$r[m]=!0}}return!0}function R(g,m,_){var W=[],Z;for(Z in m)A(g,Z,m[Z])||W.push(Z);m=W.map(function(ae){return"`"+ae+"`"}).join(", "),W.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 ",m,g):1<W.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 ",m,g)}function P(g){return g.replace(Wu,function(m,_){return _.toUpperCase()})}function I(g){if(typeof g=="boolean"||typeof g=="number"||typeof g=="bigint")return""+g;d(g),g=""+g;var m=yc.exec(g);if(m){var _="",W,Z=0;for(W=m.index;W<g.length;W++){switch(g.charCodeAt(W)){case 34:m=""";break;case 38:m="&";break;case 39:m="'";break;case 60:m="<";break;case 62:m=">";break;default:continue}Z!==W&&(_+=g.slice(Z,W)),Z=W+1,_+=m}g=Z!==W?_+g.slice(Z,W):_}return g}function L(g){return Cd.test(""+g)?"javascript:throw new Error('React has blocked a javascript: URL as a security precaution.')":g}function z(g){return d(g),(""+g).replace(Ge,e)}function j(g,m,_,W,Z){return{idPrefix:g===void 0?"":g,nextFormID:0,streamingFormat:0,bootstrapScriptContent:_,bootstrapScripts:W,bootstrapModules:Z,instructions:E,hasBody:!1,hasHtml:!1,unknownResources:{},dnsResources:{},connectResources:{default:{},anonymous:{},credentials:{}},imageResources:{},styleResources:{},scriptResources:{},moduleUnknownResources:{},moduleScriptResources:{}}}function B(g,m,_){return{insertionMode:g,selectedValue:m,tagScope:_}}function re(g,m,_){switch(m){case"noscript":return B(Dt,null,g.tagScope|1);case"select":return B(Dt,_.value!=null?_.value:_.defaultValue,g.tagScope);case"svg":return B(Vt,null,g.tagScope);case"picture":return B(Dt,null,g.tagScope|2);case"math":return B(kt,null,g.tagScope);case"foreignObject":return B(Dt,null,g.tagScope);case"table":return B(Ut,null,g.tagScope);case"thead":case"tbody":case"tfoot":return B(fn,null,g.tagScope);case"colgroup":return B(dn,null,g.tagScope);case"tr":return B(Kt,null,g.tagScope)}return g.insertionMode>=Ut?B(Dt,null,g.tagScope):g.insertionMode===Tt?B(m==="html"?pt:Dt,null,g.tagScope):g.insertionMode===pt?B(Dt,null,g.tagScope):g}function ce(g,m){if(typeof m!="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 _=!0,W;for(W in m)if(en.call(m,W)){var Z=m[W];if(Z!=null&&typeof Z!="boolean"&&Z!==""){if(W.indexOf("--")===0){var ae=I(W);h(Z,W),Z=I((""+Z).trim())}else{ae=W;var Ce=Z;if(-1<ae.indexOf("-")){var Me=ae;Ri.hasOwnProperty(Me)&&Ri[Me]||(Ri[Me]=!0,console.error("Unsupported style property %s. Did you mean %s?",Me,P(Me.replace(pc,"ms-"))))}else if(hc.test(ae))Me=ae,Ri.hasOwnProperty(Me)&&Ri[Me]||(Ri[Me]=!0,console.error("Unsupported vendor-prefixed style property %s. Did you mean %s?",Me,Me.charAt(0).toUpperCase()+Me.slice(1)));else if(Ss.test(Ce)){Me=ae;var et=Ce;Ui.hasOwnProperty(et)&&Ui[et]||(Ui[et]=!0,console.error(`Style property values shouldn't contain a semicolon. Try "%s: %s" instead.`,Me,et.replace(Ss,"")))}typeof Ce=="number"&&(isNaN(Ce)?yl||(yl=!0,console.error("`NaN` is an invalid value for the `%s` css style property.",ae)):isFinite(Ce)||gc||(gc=!0,console.error("`Infinity` is an invalid value for the `%s` css style property.",ae))),ae=W,Ce=gn.get(ae),Ce!==void 0||(Ce=I(ae.replace(bl,"-$1").toLowerCase().replace(fr,"-ms-")),gn.set(ae,Ce)),ae=Ce,typeof Z=="number"?Z=Z===0||uc.has(W)?""+Z:Z+"px":(h(Z,W),Z=I((""+Z).trim()))}_?(_=!1,g.push(mn,ae,Ot,Z)):g.push(vn,ae,Ot,Z)}}_||g.push(ln)}function M(g,m,_){_&&typeof _!="function"&&typeof _!="symbol"&&g.push(Bn,m,Xt)}function J(g,m,_){typeof _!="function"&&typeof _!="symbol"&&typeof _!="boolean"&&g.push(Bn,m,Zn,I(_),ln)}function F(g,m){this.push('<input type="hidden"'),pe(g),J(this,"name",m),J(this,"value",g),this.push(dr)}function pe(g){if(typeof g!="string")throw Error("File/Blob fields are not yet supported in progressive forms. Will fallback to client hydration.")}function G(g,m){if(typeof m.$$FORM_ACTION=="function"){var _=g.nextFormID++;g=g.idPrefix+_;try{var W=m.$$FORM_ACTION(g);if(W){var Z=W.data;Z!=null&&Z.forEach(pe)}return W}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 $(g,m,_,W,Z,ae,Ce,Me){var et=null;if(typeof W=="function"){Me===null||ni||(ni=!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.')),Z===null&&ae===null||Fi||(Fi=!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.")),Ce===null||ri||(ri=!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 He=G(m,W);He!==null?(Me=He.name,W=He.action||"",Z=He.encType,ae=He.method,Ce=He.target,et=He.data):(g.push(Bn,"formAction",Zn,qn,ln),Ce=ae=Z=W=Me=null,te(m,_))}return Me!=null&&fe(g,"name",Me),W!=null&&fe(g,"formAction",W),Z!=null&&fe(g,"formEncType",Z),ae!=null&&fe(g,"formMethod",ae),Ce!=null&&fe(g,"formTarget",Ce),et}function fe(g,m,_){switch(m){case"className":J(g,"class",_);break;case"tabIndex":J(g,"tabindex",_);break;case"dir":case"role":case"viewBox":case"width":case"height":J(g,m,_);break;case"style":ce(g,_);break;case"src":case"href":if(_===""){console.error(m==="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.',m,m);break}case"action":case"formAction":if(_==null||typeof _=="function"||typeof _=="symbol"||typeof _=="boolean")break;f(_,m),_=L(""+_),g.push(Bn,m,Zn,I(_),ln);break;case"defaultValue":case"defaultChecked":case"innerHTML":case"suppressContentEditableWarning":case"suppressHydrationWarning":case"ref":break;case"autoFocus":case"multiple":case"muted":M(g,m.toLowerCase(),_);break;case"xlinkHref":if(typeof _=="function"||typeof _=="symbol"||typeof _=="boolean")break;f(_,m),_=L(""+_),g.push(Bn,"xlink:href",Zn,I(_),ln);break;case"contentEditable":case"spellCheck":case"draggable":case"value":case"autoReverse":case"externalResourcesRequired":case"focusable":case"preserveAlpha":typeof _!="function"&&typeof _!="symbol"&&g.push(Bn,m,Zn,I(_),ln);break;case"inert":_!==""||at[m]||(at[m]=!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.",m));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":_&&typeof _!="function"&&typeof _!="symbol"&&g.push(Bn,m,Xt);break;case"capture":case"download":_===!0?g.push(Bn,m,Xt):_!==!1&&typeof _!="function"&&typeof _!="symbol"&&g.push(Bn,m,Zn,I(_),ln);break;case"cols":case"rows":case"size":case"span":typeof _!="function"&&typeof _!="symbol"&&!isNaN(_)&&1<=_&&g.push(Bn,m,Zn,I(_),ln);break;case"rowSpan":case"start":typeof _=="function"||typeof _=="symbol"||isNaN(_)||g.push(Bn,m,Zn,I(_),ln);break;case"xlinkActuate":J(g,"xlink:actuate",_);break;case"xlinkArcrole":J(g,"xlink:arcrole",_);break;case"xlinkRole":J(g,"xlink:role",_);break;case"xlinkShow":J(g,"xlink:show",_);break;case"xlinkTitle":J(g,"xlink:title",_);break;case"xlinkType":J(g,"xlink:type",_);break;case"xmlBase":J(g,"xml:base",_);break;case"xmlLang":J(g,"xml:lang",_);break;case"xmlSpace":J(g,"xml:space",_);break;default:if((!(2<m.length)||m[0]!=="o"&&m[0]!=="O"||m[1]!=="n"&&m[1]!=="N")&&(m=jc.get(m)||m,y(m))){switch(typeof _){case"function":case"symbol":return;case"boolean":var W=m.toLowerCase().slice(0,5);if(W!=="data-"&&W!=="aria-")return}g.push(Bn,m,Zn,I(_),ln)}}}function se(g,m,_){if(m!=null){if(_!=null)throw Error("Can only set one of `children` or `props.dangerouslySetInnerHTML`.");if(typeof m!="object"||!("__html"in m))throw Error("`props.dangerouslySetInnerHTML` must be in the form `{__html: ...}`. Please visit https://react.dev/link/dangerously-set-inner-html for more information.");m=m.__html,m!=null&&(d(m),g.push(""+m))}}function ge(g,m){var _=g[m];_!=null&&(_=hi(_),g.multiple&&!_?console.error("The `%s` prop supplied to <select> must be an array if `multiple` is true.",m):!g.multiple&&_&&console.error("The `%s` prop supplied to <select> must be a scalar value if `multiple` is false.",m))}function K(g){var m="";return Pu.Children.forEach(g,function(_){_!=null&&(m+=_,uo||typeof _=="string"||typeof _=="number"||typeof _=="bigint"||(uo=!0,console.error("Cannot infer the option value of complex children. Pass a `value` prop or use a plain string as children to <option>.")))}),m}function te(g,m){(g.instructions&16)===E&&(g.instructions|=16,m.bootstrapChunks.unshift(m.startInlineScript,Qa,"<\/script>"))}function Oe(g,m){g.push(Xe("link"));for(var _ in m)if(en.call(m,_)){var W=m[_];if(W!=null)switch(_){case"children":case"dangerouslySetInnerHTML":throw Error("link is a self-closing tag and must neither have `children` nor use `dangerouslySetInnerHTML`.");default:fe(g,_,W)}}return g.push(dr),null}function he(g){return d(g),(""+g).replace(yi,n)}function ve(g,m,_){g.push(Xe(_));for(var W in m)if(en.call(m,W)){var Z=m[W];if(Z!=null)switch(W){case"children":case"dangerouslySetInnerHTML":throw Error(_+" is a self-closing tag and must neither have `children` nor use `dangerouslySetInnerHTML`.");default:fe(g,W,Z)}}return g.push(dr),null}function Ve(g,m){g.push(Xe("title"));var _=null,W=null,Z;for(Z in m)if(en.call(m,Z)){var ae=m[Z];if(ae!=null)switch(Z){case"children":_=ae;break;case"dangerouslySetInnerHTML":W=ae;break;default:fe(g,Z,ae)}}return g.push(Wn),m=Array.isArray(_)?2>_.length?_[0]:null:_,typeof m!="function"&&typeof m!="symbol"&&m!==null&&m!==void 0&&g.push(I(""+m)),se(g,W,_),g.push(ot("title")),null}function rt(g,m){g.push(Xe("script"));var _=null,W=null,Z;for(Z in m)if(en.call(m,Z)){var ae=m[Z];if(ae!=null)switch(Z){case"children":_=ae;break;case"dangerouslySetInnerHTML":W=ae;break;default:fe(g,Z,ae)}}return g.push(Wn),_!=null&&typeof _!="string"&&(m=typeof _=="number"?"a number for children":Array.isArray(_)?"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.",m)),se(g,W,_),typeof _=="string"&&g.push(z(_)),g.push(ot("script")),null}function $e(g,m,_){g.push(Xe(_));var W=_=null,Z;for(Z in m)if(en.call(m,Z)){var ae=m[Z];if(ae!=null)switch(Z){case"children":_=ae;break;case"dangerouslySetInnerHTML":W=ae;break;default:fe(g,Z,ae)}}return g.push(Wn),se(g,W,_),typeof _=="string"?(g.push(I(_)),null):_}function Xe(g){var m=eu.get(g);if(m===void 0){if(!Oi.test(g))throw Error("Invalid tag: "+g);m="<"+g,eu.set(g,m)}return m}function Ze(g,m,_,W,Z,ae,Ce,Me,et){C(m,_),m!=="input"&&m!=="textarea"&&m!=="select"||_==null||_.value!==null||jr||(jr=!0,m==="select"&&_.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.",m):console.error("`value` prop on `%s` should not be null. Consider using an empty string to clear the component or `undefined` for uncontrolled components.",m));e:if(m.indexOf("-")===-1)var He=!1;else switch(m){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":He=!1;break e;default:He=!0}switch(He||typeof _.is=="string"||R(m,_),!_.suppressContentEditableWarning&&_.contentEditable&&_.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."),Ce.insertionMode!==Vt&&Ce.insertionMode!==kt&&m.indexOf("-")===-1&&m.toLowerCase()!==m&&console.error("<%s /> is using incorrect casing. Use PascalCase for React components, or lowercase for HTML elements.",m),m){case"div":case"span":case"svg":case"path":break;case"a":g.push(Xe("a"));var bt=null,_t=null,yt;for(yt in _)if(en.call(_,yt)){var It=_[yt];if(It!=null)switch(yt){case"children":bt=It;break;case"dangerouslySetInnerHTML":_t=It;break;case"href":It===""?J(g,"href",""):fe(g,yt,It);break;default:fe(g,yt,It)}}if(g.push(Wn),se(g,_t,bt),typeof bt=="string"){g.push(I(bt));var Je=null}else Je=bt;return Je;case"g":case"p":case"li":break;case"select":w("select",_),ge(_,"value"),ge(_,"defaultValue"),_.value===void 0||_.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),g.push(Xe("select"));var hn=null,nn=null,Zt;for(Zt in _)if(en.call(_,Zt)){var Pt=_[Zt];if(Pt!=null)switch(Zt){case"children":hn=Pt;break;case"dangerouslySetInnerHTML":nn=Pt;break;case"defaultValue":case"value":break;default:fe(g,Zt,Pt)}}return g.push(Wn),se(g,nn,hn),hn;case"option":var Jt=Ce.selectedValue;g.push(Xe("option"));var on=null,tn=null,xn=null,ai=null,wn;for(wn in _)if(en.call(_,wn)){var bn=_[wn];if(bn!=null)switch(wn){case"children":on=bn;break;case"selected":xn=bn,ti||(console.error("Use the `defaultValue` or `value` props on <select> instead of setting `selected` on <option>."),ti=!0);break;case"dangerouslySetInnerHTML":ai=bn;break;case"value":tn=bn;default:fe(g,wn,bn)}}if(Jt!=null){if(tn!==null){f(tn,"value");var _a=""+tn}else ai===null||fo||(fo=!0,console.error("Pass a `value` prop if you set dangerouslyInnerHTML so React knows which value should be selected.")),_a=K(on);if(hi(Jt)){for(var si=0;si<Jt.length;si++)if(f(Jt[si],"value"),""+Jt[si]===_a){g.push(' selected=""');break}}else f(Jt,"select.value"),""+Jt===_a&&g.push(' selected=""')}else xn&&g.push(' selected=""');return g.push(Wn),se(g,ai,on),on;case"textarea":w("textarea",_),_.value===void 0||_.defaultValue===void 0||Ka||(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"),Ka=!0),g.push(Xe("textarea"));var Pr=null,Vo=null,p=null,b;for(b in _)if(en.call(_,b)){var S=_[b];if(S!=null)switch(b){case"children":p=S;break;case"value":Pr=S;break;case"defaultValue":Vo=S;break;case"dangerouslySetInnerHTML":throw Error("`dangerouslySetInnerHTML` does not make sense on <textarea>.");default:fe(g,b,S)}}if(Pr===null&&Vo!==null&&(Pr=Vo),g.push(Wn),p!=null){if(console.error("Use the `defaultValue` or `value` props instead of setting children on <textarea>."),Pr!=null)throw Error("If you supply `defaultValue` on a <textarea>, do not pass children.");if(hi(p)){if(1<p.length)throw Error("<textarea> can only have at most one child.");d(p[0]),Pr=""+p[0]}d(p),Pr=""+p}return typeof Pr=="string"&&Pr[0]===`
|
|
320
|
-
`&&g.push(As),Pr!==null&&(f(Pr,"value"),g.push(I(""+Pr))),null;case"input":w("input",_),g.push(Xe("input"));var N=null,X=null,oe=null,Ee=null,Ue=null,qe=null,ze=null,ht=null,wt=null,nt;for(nt in _)if(en.call(_,nt)){var Et=_[nt];if(Et!=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":N=Et;break;case"formAction":X=Et;break;case"formEncType":oe=Et;break;case"formMethod":Ee=Et;break;case"formTarget":Ue=Et;break;case"defaultChecked":wt=Et;break;case"defaultValue":ze=Et;break;case"checked":ht=Et;break;case"value":qe=Et;break;default:fe(g,nt,Et)}}X===null||_.type==="image"||_.type==="submit"||Hr||(Hr=!0,console.error('An input can only specify a formAction along with type="submit" or type="image".'));var it=$(g,W,Z,X,oe,Ee,Ue,N);return ht===null||wt===null||ei||(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",_.type),ei=!0),qe===null||ze===null||gi||(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",_.type),gi=!0),ht!==null?M(g,"checked",ht):wt!==null&&M(g,"checked",wt),qe!==null?fe(g,"value",qe):ze!==null&&fe(g,"value",ze),g.push(dr),it!=null&&it.forEach(F,g),null;case"button":g.push(Xe("button"));var sn=null,Dn=null,An=null,yn=null,Tn=null,or=null,Qt=null,wi;for(wi in _)if(en.call(_,wi)){var er=_[wi];if(er!=null)switch(wi){case"children":sn=er;break;case"dangerouslySetInnerHTML":Dn=er;break;case"name":An=er;break;case"formAction":yn=er;break;case"formEncType":Tn=er;break;case"formMethod":or=er;break;case"formTarget":Qt=er;break;default:fe(g,wi,er)}}yn===null||_.type==null||_.type==="submit"||Hr||(Hr=!0,console.error('A button can only specify a formAction along with type="submit" or no type.'));var Mn=$(g,W,Z,yn,Tn,or,Qt,An);if(g.push(Wn),Mn!=null&&Mn.forEach(F,g),se(g,Dn,sn),typeof sn=="string"){g.push(I(sn));var kn=null}else kn=sn;return kn;case"form":g.push(Xe("form"));var Nr=null,vo=null,tr=null,li=null,gr=null,Go=null,Sa;for(Sa in _)if(en.call(_,Sa)){var xo=_[Sa];if(xo!=null)switch(Sa){case"children":Nr=xo;break;case"dangerouslySetInnerHTML":vo=xo;break;case"action":tr=xo;break;case"encType":li=xo;break;case"method":gr=xo;break;case"target":Go=xo;break;default:fe(g,Sa,xo)}}var Aa=null,Vs=null;if(typeof tr=="function"){li===null&&gr===null||Fi||(Fi=!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||ri||(ri=!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 Bi=G(W,tr);Bi!==null?(tr=Bi.action||"",li=Bi.encType,gr=Bi.method,Go=Bi.target,Aa=Bi.data,Vs=Bi.name):(g.push(Bn,"action",Zn,qn,ln),Go=gr=li=tr=null,te(W,Z))}if(tr!=null&&fe(g,"action",tr),li!=null&&fe(g,"encType",li),gr!=null&&fe(g,"method",gr),Go!=null&&fe(g,"target",Go),g.push(Wn),Vs!==null&&(g.push('<input type="hidden"'),J(g,"name",Vs),g.push(dr),Aa!=null&&Aa.forEach(F,g)),se(g,vo,Nr),typeof Nr=="string"){g.push(I(Nr));var hu=null}else hu=Nr;return hu;case"menuitem":g.push(Xe("menuitem"));for(var Li in _)if(en.call(_,Li)){var ss=_[Li];if(ss!=null)switch(Li){case"children":case"dangerouslySetInnerHTML":throw Error("menuitems cannot have `children` nor `dangerouslySetInnerHTML`.");default:fe(g,Li,ss)}}return g.push(Wn),null;case"object":g.push(Xe("object"));var wo=null,Pl=null,Hn;for(Hn in _)if(en.call(_,Hn)){var Pn=_[Hn];if(Pn!=null)switch(Hn){case"children":wo=Pn;break;case"dangerouslySetInnerHTML":Pl=Pn;break;case"data":f(Pn,"data");var Wi=L(""+Pn);if(Wi===""){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.',Hn,Hn);break}g.push(Bn,"data",Zn,I(Wi),ln);break;default:fe(g,Hn,Pn)}}if(g.push(Wn),se(g,Pl,wo),typeof wo=="string"){g.push(I(wo));var ka=null}else ka=wo;return ka;case"title":var ju=Ce.insertionMode,$u=!!(Ce.tagScope&1);if(en.call(_,"children")){var zi=_.children,Xo=Array.isArray(zi)?2>zi.length?zi[0]:null:zi;Array.isArray(zi)&&1<zi.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>.",zi.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(ju===Vt||$u||_.itemProp!=null)var Nl=Ve(g,_);else et?Nl=null:(Ve(Z.hoistableChunks,_),Nl=void 0);return Nl;case"link":var Ra=_.rel,yr=_.href,Yr=_.precedence;if(Ce.insertionMode===Vt||Ce.tagScope&1||_.itemProp!=null||typeof Ra!="string"||typeof yr!="string"||yr===""){Ra==="stylesheet"&&typeof _.precedence=="string"&&(typeof yr=="string"&&yr||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.',yr===null?"`null`":yr===void 0?"`undefined`":yr===""?"an empty string":'something with type "'+typeof yr+'"')),Oe(g,_);var Bl=null}else if(_.rel==="stylesheet")if(typeof Yr!="string"||_.disabled!=null||_.onLoad||_.onError){if(typeof Yr=="string"){if(_.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(_.onLoad||_.onError){var pu=_.onLoad&&_.onError?"`onLoad` and `onError` props":_.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.',pu,pu)}}Bl=Oe(g,_)}else{var Hi=Z.styles.get(Yr),kc=W.styleResources.hasOwnProperty(yr)?W.styleResources[yr]:void 0;if(kc!==Te){W.styleResources[yr]=Te,Hi||(Hi={precedence:I(Yr),rules:[],hrefs:[],sheets:new Map},Z.styles.set(Yr,Hi));var Yo={state:gt,props:Fn({},_,{"data-precedence":_.precedence,precedence:null})};if(kc){kc.length===2&&St(Yo.props,kc);var Ua=Z.preloads.stylesheets.get(yr);Ua&&0<Ua.length?Ua.length=0:Yo.state=Nt}Hi.sheets.set(yr,Yo),ae&&ae.stylesheets.add(Yo)}else if(Hi){var Fa=Hi.sheets.get(yr);Fa&&ae&&ae.stylesheets.add(Fa)}Me&&g.push("<!-- -->"),Bl=null}else _.onLoad||_.onError?Bl=Oe(g,_):(Me&&g.push("<!-- -->"),Bl=et?null:Oe(Z.hoistableChunks,_));return Bl;case"script":var Oa=_.async;if(typeof _.src!="string"||!_.src||!Oa||typeof Oa=="function"||typeof Oa=="symbol"||_.onLoad||_.onError||Ce.insertionMode===Vt||Ce.tagScope&1||_.itemProp!=null)var Zo=rt(g,_);else{var Do=_.src;if(_.type==="module")var Ll=W.moduleScriptResources,Wl=Z.preloads.moduleScripts;else Ll=W.scriptResources,Wl=Z.preloads.scripts;var To=Ll.hasOwnProperty(Do)?Ll[Do]:void 0;if(To!==Te){Ll[Do]=Te;var gu=_;if(To){To.length===2&&(gu=Fn({},_),St(gu,To));var Ia=Wl.get(Do);Ia&&(Ia.length=0)}var Rc=[];Z.scripts.add(Rc),rt(Rc,gu)}Me&&g.push("<!-- -->"),Zo=null}return Zo;case"style":var ls=Ce.insertionMode,Od=!!(Ce.tagScope&1);if(en.call(_,"children")){var ar=_.children,Zr=Array.isArray(ar)?2>ar.length?ar[0]:null:ar;(typeof Zr=="function"||typeof Zr=="symbol"||Array.isArray(Zr))&&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 Zr=="function"?"a Function":typeof Zr=="symbol"?"a Sybmol":"an Array")}var Vi=_.precedence,to=_.href;if(ls===Vt||Od||_.itemProp!=null||typeof Vi!="string"||typeof to!="string"||to===""){g.push(Xe("style"));var Uc=null,Id=null,Eo;for(Eo in _)if(en.call(_,Eo)){var cs=_[Eo];if(cs!=null)switch(Eo){case"children":Uc=cs;break;case"dangerouslySetInnerHTML":Id=cs;break;default:fe(g,Eo,cs)}}g.push(Wn);var Fc=Array.isArray(Uc)?2>Uc.length?Uc[0]:null:Uc;typeof Fc!="function"&&typeof Fc!="symbol"&&Fc!==null&&Fc!==void 0&&g.push(he(Fc)),se(g,Id,Uc),g.push(ot("style"));var Nf=null}else{to.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".',to);var br=Z.styles.get(Vi),zl=W.styleResources.hasOwnProperty(to)?W.styleResources[to]:void 0;if(zl!==Te){W.styleResources[to]=Te,zl&&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.',to),br?br.hrefs.push(I(to)):(br={precedence:I(Vi),rules:[],hrefs:[I(to)],sheets:new Map},Z.styles.set(Vi,br));var yu=br.rules,Hl=null,Oc=null,Ic;for(Ic in _)if(en.call(_,Ic)){var bu=_[Ic];if(bu!=null)switch(Ic){case"children":Hl=bu;break;case"dangerouslySetInnerHTML":Oc=bu}}var Mc=Array.isArray(Hl)?2>Hl.length?Hl[0]:null:Hl;typeof Mc!="function"&&typeof Mc!="symbol"&&Mc!==null&&Mc!==void 0&&yu.push(he(Mc)),se(yu,Oc,Hl)}br&&ae&&ae.styles.add(br),Me&&g.push("<!-- -->"),Nf=void 0}return Nf;case"meta":if(Ce.insertionMode===Vt||Ce.tagScope&1||_.itemProp!=null)var ef=ve(g,_,"meta");else Me&&g.push("<!-- -->"),ef=et?null:typeof _.charSet=="string"?ve(Z.charsetChunks,_,"meta"):_.name==="viewport"?ve(Z.viewportChunks,_,"meta"):ve(Z.hoistableChunks,_,"meta");return ef;case"listing":case"pre":g.push(Xe(m));var Vl=null,us=null,Gl;for(Gl in _)if(en.call(_,Gl)){var Pc=_[Gl];if(Pc!=null)switch(Gl){case"children":Vl=Pc;break;case"dangerouslySetInnerHTML":us=Pc;break;default:fe(g,Gl,Pc)}}if(g.push(Wn),us!=null){if(Vl!=null)throw Error("Can only set one of `children` or `props.dangerouslySetInnerHTML`.");if(typeof us!="object"||!("__html"in us))throw Error("`props.dangerouslySetInnerHTML` must be in the form `{__html: ...}`. Please visit https://react.dev/link/dangerously-set-inner-html for more information.");var fs=us.__html;fs!=null&&(typeof fs=="string"&&0<fs.length&&fs[0]===`
|
|
321
|
-
`?g.push(As,fs):(d(fs),g.push(""+fs)))}return typeof Vl=="string"&&Vl[0]===`
|
|
322
|
-
`&&g.push(As),Vl;case"img":var Br=_.src,Lr=_.srcSet;if(!(_.loading==="lazy"||!Br&&!Lr||typeof Br!="string"&&Br!=null||typeof Lr!="string"&&Lr!=null)&&_.fetchPriority!=="low"&&!(Ce.tagScope&3)&&(typeof Br!="string"||Br[4]!==":"||Br[0]!=="d"&&Br[0]!=="D"||Br[1]!=="a"&&Br[1]!=="A"||Br[2]!=="t"&&Br[2]!=="T"||Br[3]!=="a"&&Br[3]!=="A")&&(typeof Lr!="string"||Lr[4]!==":"||Lr[0]!=="d"&&Lr[0]!=="D"||Lr[1]!=="a"&&Lr[1]!=="A"||Lr[2]!=="t"&&Lr[2]!=="T"||Lr[3]!=="a"&&Lr[3]!=="A")){var Md=typeof _.sizes=="string"?_.sizes:void 0,Xl=Lr?Lr+`
|
|
323
|
-
`+(Md||""):Br,tf=Z.preloads.images,nf=tf.get(Xl);if(nf)(_.fetchPriority==="high"||10>Z.highImagePreloads.size)&&(tf.delete(Xl),Z.highImagePreloads.add(nf));else if(!W.imageResources.hasOwnProperty(Xl)){W.imageResources[Xl]=Be;var Bf=_.crossOrigin,Lf=typeof Bf=="string"?Bf==="use-credentials"?Bf:"":void 0,Yl=Z.headers,ds;Yl&&0<Yl.remainingCapacity&&(_.fetchPriority==="high"||500>Yl.highImagePreloads.length)&&(ds=Re(Br,"image",{imageSrcSet:_.srcSet,imageSizes:_.sizes,crossOrigin:Lf,integrity:_.integrity,nonce:_.nonce,type:_.type,fetchPriority:_.fetchPriority,referrerPolicy:_.refererPolicy}),0<=(Yl.remainingCapacity-=ds.length+2))?(Z.resets.image[Xl]=Be,Yl.highImagePreloads&&(Yl.highImagePreloads+=", "),Yl.highImagePreloads+=ds):(nf=[],Oe(nf,{rel:"preload",as:"image",href:Lr?void 0:Br,imageSrcSet:Lr,imageSizes:Md,crossOrigin:Lf,integrity:_.integrity,type:_.type,fetchPriority:_.fetchPriority,referrerPolicy:_.referrerPolicy}),_.fetchPriority==="high"||10>Z.highImagePreloads.size?Z.highImagePreloads.add(nf):(Z.bulkPreloads.add(nf),tf.set(Xl,nf)))}}return ve(g,_,"img");case"base":case"area":case"br":case"col":case"embed":case"hr":case"keygen":case"param":case"source":case"track":case"wbr":return ve(g,_,m);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(Ce.insertionMode<Dt&&Z.headChunks===null){Z.headChunks=[];var rf=$e(Z.headChunks,_,"head")}else rf=$e(g,_,"head");return rf;case"html":if(Ce.insertionMode===Tt&&Z.htmlChunks===null){Z.htmlChunks=[ii];var fp=$e(Z.htmlChunks,_,"html")}else fp=$e(g,_,"html");return fp;default:if(m.indexOf("-")!==-1){g.push(Xe(m));var of=null,Pd=null,Zl;for(Zl in _)if(en.call(_,Zl)){var hs=_[Zl];if(hs!=null){var mu=Zl;switch(Zl){case"children":of=hs;break;case"dangerouslySetInnerHTML":Pd=hs;break;case"style":ce(g,hs);break;case"suppressContentEditableWarning":case"suppressHydrationWarning":case"ref":break;case"className":mu="class";default:if(y(Zl)&&typeof hs!="function"&&typeof hs!="symbol"&&hs!==!1){if(hs===!0)hs="";else if(typeof hs=="object")continue;g.push(Bn,mu,Zn,I(hs),ln)}}}}return g.push(Wn),se(g,Pd,of),of}}return $e(g,_,m)}function ot(g){var m=Hu.get(g);return m===void 0&&(m="</"+g+">",Hu.set(g,m)),m}function Ke(g,m){m=m.bootstrapChunks;for(var _=0;_<m.length-1;_++)g.push(m[_]);return _<m.length?(_=m[_],m.length=0,g.push(_)):!0}function lt(g,m,_){if(g.push(Fr),_===null)throw Error("An ID must have been assigned before we can complete the boundary.");return g.push(m.boundaryPrefix),m=_.toString(16),g.push(m),g.push(hr)}function O(g,m,_,W){switch(_.insertionMode){case Tt:case pt:case Dt:return g.push(po),g.push(m.segmentPrefix),m=W.toString(16),g.push(m),g.push(ga);case Vt:return g.push(wl),g.push(m.segmentPrefix),m=W.toString(16),g.push(m),g.push(Jn);case kt:return g.push(ya),g.push(m.segmentPrefix),m=W.toString(16),g.push(m),g.push(Rs);case Ut:return g.push(El),g.push(m.segmentPrefix),m=W.toString(16),g.push(m),g.push(ba);case fn:return g.push(Gr),g.push(m.segmentPrefix),m=W.toString(16),g.push(m),g.push(Cl);case Kt:return g.push(Ff),g.push(m.segmentPrefix),m=W.toString(16),g.push(m),g.push(eo);case dn:return g.push(Xr),g.push(m.segmentPrefix),m=W.toString(16),g.push(m),g.push(qa);default:throw Error("Unknown insertion mode. This is a bug in React.")}}function be(g,m){switch(m.insertionMode){case Tt:case pt:case Dt:return g.push(vc);case Vt:return g.push(Dl);case kt:return g.push(Tl);case Ut:return g.push(go);case fn:return g.push(xc);case Kt:return g.push(_l);case dn:return g.push(Sl);default:throw Error("Unknown insertion mode. This is a bug in React.")}}function ye(g){return JSON.stringify(g).replace($a,function(m){switch(m){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 ie(g){return JSON.stringify(g).replace(Xu,function(m){switch(m){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 ne(g){var m=g.rules,_=g.hrefs;0<m.length&&_.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 W=0;if(_.length){for(this.push(Mi),this.push(g.precedence),this.push(Yu);W<_.length-1;W++)this.push(_[W]),this.push(le);for(this.push(_[W]),this.push(yo),W=0;W<m.length;W++)this.push(m[W]);T=this.push(Zu),v=!0,m.length=0,_.length=0}}function me(g){return g.state!==Bt?v=!0:!1}function Ie(g,m,_){return v=!1,T=!0,m.styles.forEach(ne,g),m.stylesheets.forEach(me),v&&(_.stylesToHoist=!0),T}function Se(g){for(var m=0;m<g.length;m++)this.push(g[m]);g.length=0}function we(g){Oe(k,g.props);for(var m=0;m<k.length;m++)this.push(k[m]);k.length=0,g.state=Bt}function de(g){var m=0<g.sheets.size;g.sheets.forEach(we,this),g.sheets.clear();var _=g.rules,W=g.hrefs;if(!m||W.length){if(this.push(V),this.push(g.precedence),g=0,W.length){for(this.push(q);g<W.length-1;g++)this.push(W[g]),this.push(le);this.push(W[g])}for(this.push(_e),g=0;g<_.length;g++)this.push(_[g]);this.push(Pe),_.length=0,W.length=0}}function De(g){if(g.state===gt){g.state=Nt;var m=g.props;for(Oe(k,{rel:"preload",as:"style",href:g.props.href,crossOrigin:m.crossOrigin,fetchPriority:m.fetchPriority,integrity:m.integrity,media:m.media,hrefLang:m.hrefLang,referrerPolicy:m.referrerPolicy}),g=0;g<k.length;g++)this.push(k[g]);k.length=0}}function Ae(g){g.sheets.forEach(De,this),g.sheets.clear()}function Le(g,m){g.push(Fe);var _=Fe;m.stylesheets.forEach(function(W){if(W.state!==Bt)if(W.state===Ht)g.push(_),W=W.props.href,f(W,"href"),W=ie(""+W),g.push(W),g.push(tt),_=Qe;else{g.push(_);var Z=W.props["data-precedence"],ae=W.props,Ce=L(""+W.props.href);Ce=ie(Ce),g.push(Ce),f(Z,"precedence"),Z=""+Z,g.push(st),Z=ie(Z),g.push(Z);for(var Me in ae)if(en.call(ae,Me)&&(Z=ae[Me],Z!=null))switch(Me){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:ct(g,Me,Z)}g.push(tt),_=Qe,W.state=Ht}}),g.push(tt)}function ct(g,m,_){var W=m.toLowerCase();switch(typeof _){case"function":case"symbol":return}switch(m){case"innerHTML":case"dangerouslySetInnerHTML":case"suppressContentEditableWarning":case"suppressHydrationWarning":case"style":case"ref":return;case"className":W="class",f(_,W),m=""+_;break;case"hidden":if(_===!1)return;m="";break;case"src":case"href":_=L(_),f(_,W),m=""+_;break;default:if(2<m.length&&(m[0]==="o"||m[0]==="O")&&(m[1]==="n"||m[1]==="N")||!y(m))return;f(_,W),m=""+_}g.push(st),W=ie(W),g.push(W),g.push(st),W=ie(m),g.push(W)}function xt(){return{styles:new Set,stylesheets:new Set}}function Rt(g,m,_,W){(g.scriptResources.hasOwnProperty(_)||g.moduleScriptResources.hasOwnProperty(_))&&console.error('Internal React Error: React expected bootstrap script or module with src "%s" to not have been preloaded already. please file an issue',_),g.scriptResources[_]=Te,g.moduleScriptResources[_]=Te,g=[],Oe(g,W),m.bootstrapScripts.add(g)}function St(g,m){g.crossOrigin==null&&(g.crossOrigin=m[0]),g.integrity==null&&(g.integrity=m[1])}function Re(g,m,_){g=je(g),m=mt(m,"as"),m="<"+g+'>; rel=preload; as="'+m+'"';for(var W in _)en.call(_,W)&&(g=_[W],typeof g=="string"&&(m+="; "+W.toLowerCase()+'="'+mt(g,W)+'"'));return m}function je(g){return f(g,"href"),(""+g).replace(pr,ut)}function ut(g){switch(g){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 mt(g,m){return c(g)&&(console.error("The provided `%s` option is an unsupported type %s. This value must be coerced to a string before using it here.",m,l(g)),u(g)),(""+g).replace(Ar,Wt)}function Wt(g){switch(g){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 ke(g){this.styles.add(g)}function Ne(g){this.stylesheets.add(g)}function zt(g,m){var _=g.idPrefix,W=[],Z=g.bootstrapScriptContent,ae=g.bootstrapScripts,Ce=g.bootstrapModules;if(Z!==void 0&&W.push("<script>",z(Z),"<\/script>"),_={placeholderPrefix:_+"P:",segmentPrefix:_+"S:",boundaryPrefix:_+"B:",startInlineScript:"<script>",htmlChunks:null,headChunks:null,externalRuntimeScript:null,bootstrapChunks:W,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(Z=0;Z<ae.length;Z++){var Me=ae[Z],et,He=void 0,bt=void 0,_t={rel:"preload",as:"script",fetchPriority:"low",nonce:void 0};typeof Me=="string"?_t.href=et=Me:(_t.href=et=Me.src,_t.integrity=bt=typeof Me.integrity=="string"?Me.integrity:void 0,_t.crossOrigin=He=typeof Me=="string"||Me.crossOrigin==null?void 0:Me.crossOrigin==="use-credentials"?"use-credentials":""),Rt(g,_,et,_t),W.push('<script src="',I(et)),typeof bt=="string"&&W.push('" integrity="',I(bt)),typeof He=="string"&&W.push('" crossorigin="',I(He)),W.push('" async=""><\/script>')}if(Ce!==void 0)for(ae=0;ae<Ce.length;ae++)Z=Ce[ae],He=et=void 0,bt={rel:"modulepreload",fetchPriority:"low",nonce:void 0},typeof Z=="string"?bt.href=Me=Z:(bt.href=Me=Z.src,bt.integrity=He=typeof Z.integrity=="string"?Z.integrity:void 0,bt.crossOrigin=et=typeof Z=="string"||Z.crossOrigin==null?void 0:Z.crossOrigin==="use-credentials"?"use-credentials":""),Rt(g,_,Me,bt),W.push('<script type="module" src="',I(Me)),typeof He=="string"&&W.push('" integrity="',I(He)),typeof et=="string"&&W.push('" crossorigin="',I(et)),W.push('" async=""><\/script>');return{placeholderPrefix:_.placeholderPrefix,segmentPrefix:_.segmentPrefix,boundaryPrefix:_.boundaryPrefix,startInlineScript:_.startInlineScript,htmlChunks:_.htmlChunks,headChunks:_.headChunks,externalRuntimeScript:_.externalRuntimeScript,bootstrapChunks:_.bootstrapChunks,importMapChunks:_.importMapChunks,onHeaders:_.onHeaders,headers:_.headers,resets:_.resets,charsetChunks:_.charsetChunks,viewportChunks:_.viewportChunks,hoistableChunks:_.hoistableChunks,preconnects:_.preconnects,fontPreloads:_.fontPreloads,highImagePreloads:_.highImagePreloads,styles:_.styles,bootstrapScripts:_.bootstrapScripts,scripts:_.scripts,bulkPreloads:_.bulkPreloads,preloads:_.preloads,stylesToHoist:_.stylesToHoist,generateStaticMarkup:m}}function Lt(g,m,_,W){return _.generateStaticMarkup?(g.push(I(m)),!1):(m===""?g=W:(W&&g.push("<!-- -->"),g.push(I(m)),g=!0),g)}function an(g,m,_,W){m.generateStaticMarkup||_&&W&&g.push("<!-- -->")}function Y(g){if(g==null)return null;if(typeof g=="function")return g.$$typeof===kr?null:g.displayName||g.name||null;if(typeof g=="string")return g;switch(g){case Qi:return"Fragment";case Qc:return"Portal";case Po:return"Profiler";case cl:return"StrictMode";case da:return"Suspense";case ji:return"SuspenseList"}if(typeof g=="object")switch(typeof g.tag=="number"&&console.error("Received an unexpected object in getComponentNameFromType(). This is likely a bug in React. Please file an issue."),g.$$typeof){case ul:return(g.displayName||"Context")+".Provider";case Ts:return(g._context.displayName||"Context")+".Consumer";case qi:var m=g.render;return g=g.displayName,g||(g=m.displayName||m.name||"",g=g!==""?"ForwardRef("+g+")":"ForwardRef"),g;case fl:return m=g.displayName||null,m!==null?m:Y(g.type)||"Memo";case Es:m=g._payload,g=g._init;try{return Y(g(m))}catch{}}return null}function ee(g,m){if(g!==m){g.context._currentValue2=g.parentValue,g=g.parent;var _=m.parent;if(g===null){if(_!==null)throw Error("The stacks must reach the root at the same time. This is a bug in React.")}else{if(_===null)throw Error("The stacks must reach the root at the same time. This is a bug in React.");ee(g,_)}m.context._currentValue2=m.value}}function xe(g){g.context._currentValue2=g.parentValue,g=g.parent,g!==null&&xe(g)}function We(g){var m=g.parent;m!==null&&We(m),g.context._currentValue2=g.value}function ft(g,m){if(g.context._currentValue2=g.parentValue,g=g.parent,g===null)throw Error("The depth must equal at least at zero before reaching the root. This is a bug in React.");g.depth===m.depth?ee(g,m):ft(g,m)}function At(g,m){var _=m.parent;if(_===null)throw Error("The depth must equal at least at zero before reaching the root. This is a bug in React.");g.depth===_.depth?ee(g,_):At(g,_),m.context._currentValue2=m.value}function Ft(g){var m=On;m!==g&&(m===null?We(g):g===null?xe(m):m.depth===g.depth?ee(m,g):m.depth>g.depth?ft(m,g):At(m,g),On=g)}function Yt(g){if(g!==null&&typeof g!="function"){var m=String(g);_d.has(m)||(_d.add(m),console.error("Expected the last optional `callback` argument to be a function. Instead received: %s.",g))}}function jt(g,m){g=(g=g.constructor)&&Y(g)||"ReactClass";var _=g+"."+m;$n[_]||(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.`,m,g),$n[_]=!0)}function sr(g,m,_){var W=g.id;g=g.overflow;var Z=32-su(W)-1;W&=~(1<<Z),_+=1;var ae=32-su(m)+Z;if(30<ae){var Ce=Z-Z%5;return ae=(W&(1<<Ce)-1).toString(32),W>>=Ce,Z-=Ce,{id:1<<32-su(m)+Z|_<<Z|W,overflow:ae+g}}return{id:1<<ae|_<<Z|W,overflow:g}}function qt(g){return g>>>=0,g===0?32:31-(kd(g)/If|0)|0}function Rn(){}function qr(g,m,_){switch(_=g[_],_===void 0?g.push(m):_!==m&&(m.then(Rn,Rn),m=_),m.status){case"fulfilled":return m.value;case"rejected":throw m.reason;default:switch(typeof m.status=="string"?m.then(Rn,Rn):(g=m,g.status="pending",g.then(function(W){if(m.status==="pending"){var Z=m;Z.status="fulfilled",Z.value=W}},function(W){if(m.status==="pending"){var Z=m;Z.status="rejected",Z.reason=W}})),m.status){case"fulfilled":return m.value;case"rejected":throw m.reason}throw ns=m,ts}}function cr(){if(ns===null)throw Error("Expected a suspended thenable. This is a bug in React. Please file an issue.");var g=ns;return ns=null,g}function Gn(g,m){return g===m&&(g!==0||1/g===1/m)||g!==g&&m!==m}function Xn(){if(Wo===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 Pi&&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"),Wo}function Ti(){if(0<Da)throw Error("Rendered more hooks than during the previous render");return{memoizedState:null,queue:null,next:null}}function Mt(){return zn===null?Qu===null?(cu=!1,Qu=zn=Ti()):(cu=!0,zn=Qu):zn.next===null?(cu=!1,zn=zn.next=Ti()):(cu=!0,zn=zn.next),zn}function Cn(){var g=wa;return wa=null,g}function nr(){Pi=!1,Ku=lu=Fs=Wo=null,qu=!1,Qu=null,Da=0,zn=rs=null}function ur(g){return Pi&&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()."),g._currentValue2}function oa(g,m){return typeof m=="function"?m(g):m}function Qs(g,m,_){if(g!==oa&&(is="useReducer"),Wo=Xn(),zn=Mt(),cu){if(_=zn.queue,m=_.dispatch,rs!==null){var W=rs.get(_);if(W!==void 0){rs.delete(_),_=zn.memoizedState;do{var Z=W.action;Pi=!0,_=g(_,Z),Pi=!1,W=W.next}while(W!==null);return zn.memoizedState=_,[_,m]}}return[zn.memoizedState,m]}return Pi=!0,g=g===oa?typeof m=="function"?m():m:_!==void 0?_(m):m,Pi=!1,zn.memoizedState=g,g=zn.queue={last:null,dispatch:null},g=g.dispatch=Uo.bind(null,Wo,g),[zn.memoizedState,g]}function ui(g,m){if(Wo=Xn(),zn=Mt(),m=m===void 0?null:m,zn!==null){var _=zn.memoizedState;if(_!==null&&m!==null){e:{var W=_[1];if(W===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.",is),W=!1;else{m.length!==W.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`,is,"["+m.join(", ")+"]","["+W.join(", ")+"]");for(var Z=0;Z<W.length&&Z<m.length;Z++)if(!bo(m[Z],W[Z])){W=!1;break e}W=!0}}if(W)return _[0]}}return Pi=!0,g=g(),Pi=!1,zn.memoizedState=[g,m],g}function Uo(g,m,_){if(25<=Da)throw Error("Too many re-renders. React limits the number of renders to prevent an infinite loop.");if(g===Wo)if(qu=!0,g={action:_,next:null},rs===null&&(rs=new Map),_=rs.get(m),_===void 0)rs.set(m,g);else{for(m=_;m.next!==null;)m=m.next;m.next=g}}function Wa(){throw Error("startTransition cannot be called during server rendering.")}function Xi(){throw Error("Cannot update optimistic state while rendering.")}function Un(g,m,_){Xn();var W=xi++,Z=lu;if(typeof g.$$FORM_ACTION=="function"){var ae=null,Ce=Ku;Z=Z.formState;var Me=g.$$IS_SIGNATURE_EQUAL;if(Z!==null&&typeof Me=="function"){var et=Z[1];Me.call(g,Z[2],Z[3])&&(ae=_!==void 0?"p"+_:"k"+s(JSON.stringify([Ce,null,W]),0),et===ae&&(zo=W,m=Z[0]))}var He=g.bind(null,m);return g=function(_t){He(_t)},typeof He.$$FORM_ACTION=="function"&&(g.$$FORM_ACTION=function(_t){_t=He.$$FORM_ACTION(_t),_!==void 0&&(f(_,"target"),_+="",_t.action=_);var yt=_t.data;return yt&&(ae===null&&(ae=_!==void 0?"p"+_:"k"+s(JSON.stringify([Ce,null,W]),0)),yt.append("$ACTION_KEY",ae)),_t}),[m,g,!1]}var bt=g.bind(null,m);return[m,function(_t){bt(_t)},!1]}function qs(g){var m=uu;return uu+=1,wa===null&&(wa=[]),qr(wa,g,m)}function js(){throw Error("Cache cannot be refreshed during server rendering.")}function Ei(){}function $s(){}function ic(){if(Ol===0){Ms=console.log,Rd=console.info,Il=console.warn,Ud=console.error,fu=console.group,Ps=console.groupCollapsed,Ns=console.groupEnd;var g={configurable:!0,enumerable:!0,value:$s,writable:!0};Object.defineProperties(console,{info:g,log:g,warn:g,error:g,group:g,groupCollapsed:g,groupEnd:g})}Ol++}function el(){if(Ol--,Ol===0){var g={configurable:!0,enumerable:!0,writable:!0};Object.defineProperties(console,{log:Fn({},g,{value:Ms}),info:Fn({},g,{value:Rd}),warn:Fn({},g,{value:Il}),error:Fn({},g,{value:Ud}),group:Fn({},g,{value:fu}),groupCollapsed:Fn({},g,{value:Ps}),groupEnd:Fn({},g,{value:Ns})})}0>Ol&&console.error("disabledDepth fell below zero. This is a bug in React. Please file an issue.")}function za(g){if(Cc===void 0)try{throw Error()}catch(_){var m=_.stack.trim().match(/\n( *(at )?)/);Cc=m&&m[1]||"",Ta=-1<_.stack.indexOf(`
|
|
335
|
-
at`)?" (<anonymous>)":-1<_.stack.indexOf("@")?"@unknown:0:0":""}return`
|
|
336
|
-
`+Cc+g+Ta}function tl(g,m){if(!g||du)return"";var _=_c.get(g);if(_!==void 0)return _;du=!0,_=Error.prepareStackTrace,Error.prepareStackTrace=void 0;var W=null;W=$i.H,$i.H=null,ic();try{var Z={DetermineComponentFrameRoot:function(){try{if(m){var yt=function(){throw Error()};if(Object.defineProperty(yt.prototype,"props",{set:function(){throw Error()}}),typeof Reflect=="object"&&Reflect.construct){try{Reflect.construct(yt,[])}catch(Je){var It=Je}Reflect.construct(g,[],yt)}else{try{yt.call()}catch(Je){It=Je}g.call(yt.prototype)}}else{try{throw Error()}catch(Je){It=Je}(yt=g())&&typeof yt.catch=="function"&&yt.catch(function(){})}}catch(Je){if(Je&&It&&typeof Je.stack=="string")return[Je.stack,It.stack]}return[null,null]}};Z.DetermineComponentFrameRoot.displayName="DetermineComponentFrameRoot";var ae=Object.getOwnPropertyDescriptor(Z.DetermineComponentFrameRoot,"name");ae&&ae.configurable&&Object.defineProperty(Z.DetermineComponentFrameRoot,"name",{value:"DetermineComponentFrameRoot"});var Ce=Z.DetermineComponentFrameRoot(),Me=Ce[0],et=Ce[1];if(Me&&et){var He=Me.split(`
|
|
337
|
-
`),bt=et.split(`
|
|
338
|
-
`);for(Ce=ae=0;ae<He.length&&!He[ae].includes("DetermineComponentFrameRoot");)ae++;for(;Ce<bt.length&&!bt[Ce].includes("DetermineComponentFrameRoot");)Ce++;if(ae===He.length||Ce===bt.length)for(ae=He.length-1,Ce=bt.length-1;1<=ae&&0<=Ce&&He[ae]!==bt[Ce];)Ce--;for(;1<=ae&&0<=Ce;ae--,Ce--)if(He[ae]!==bt[Ce]){if(ae!==1||Ce!==1)do if(ae--,Ce--,0>Ce||He[ae]!==bt[Ce]){var _t=`
|
|
339
|
-
`+He[ae].replace(" at new "," at ");return g.displayName&&_t.includes("<anonymous>")&&(_t=_t.replace("<anonymous>",g.displayName)),typeof g=="function"&&_c.set(g,_t),_t}while(1<=ae&&0<=Ce);break}}}finally{du=!1,$i.H=W,el(),Error.prepareStackTrace=_}return He=(He=g?g.displayName||g.name:"")?za(He):"",typeof g=="function"&&_c.set(g,He),He}function nl(g){if(typeof g=="string")return za(g);if(typeof g=="function")return g.prototype&&g.prototype.isReactComponent?(g=tl(g,!0),g):tl(g,!1);if(typeof g=="object"&&g!==null){switch(g.$$typeof){case qi:return tl(g.render,!1);case fl:return tl(g.type,!1);case Es:var m=g,_=m._payload;m=m._init;try{g=m(_)}catch{return za("Lazy")}return nl(g)}if(typeof g.name=="string")return _=g.env,za(g.name+(_?" ["+_+"]":""))}switch(g){case ji:return za("SuspenseList");case da:return za("Suspense")}return""}function vr(g){try{var m="";do m+=nl(g.type),g=g.parent;while(g);return m}catch(_){return`
|
|
340
|
-
Error generating stack: `+_.message+`
|
|
341
|
-
`+_.stack}}function oc(g){if(typeof g=="object"&&g!==null&&typeof g.environmentName=="string"){var m=g.environmentName;g=[g].slice(0),typeof g[0]=="string"?g.splice(0,1,"[%s] "+g[0]," "+m+" "):g.splice(0,0,"[%s] "," "+m+" "),g.unshift(console),m=ir.apply(console.error,g),m()}else console.error(g);return null}function Fo(){}function Mu(g,m,_,W,Z,ae,Ce,Me,et,He,bt){var _t=new Set;this.destination=null,this.flushScheduled=!1,this.resumableState=g,this.renderState=m,this.rootFormatContext=_,this.progressiveChunkSize=W===void 0?12800:W,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=Z===void 0?oc:Z,this.onPostpone=He===void 0?Fo:He,this.onAllReady=ae===void 0?Fo:ae,this.onShellReady=Ce===void 0?Fo:Ce,this.onShellError=Me===void 0?Fo:Me,this.onFatalError=et===void 0?Fo:et,this.formState=bt===void 0?null:bt,this.didWarnForKey=null}function Ci(g,m,_,W,Z,ae,Ce,Me,et,He,bt,_t){return m=new Mu(m,_,W,Z,ae,Ce,Me,et,He,bt,_t),_=il(m,0,null,W,!1,!1),_.parentFlushed=!0,g=rl(m,null,g,-1,null,_,null,m.abortableTasks,null,W,null,Ad,null,!1),ol(g),m.pingedTasks.push(g),m}function lo(g,m){g.pingedTasks.push(m),g.pingedTasks.length===1&&(g.flushScheduled=g.destination!==null,ca(g))}function ws(g,m){return{status:Ni,rootSegmentID:-1,parentFlushed:!1,pendingTasks:0,completedSegments:[],byteSize:0,fallbackAbortableTasks:m,errorDigest:null,contentState:xt(),fallbackState:xt(),trackedContentKeyPath:null,trackedFallbackNode:null,errorMessage:null,errorStack:null,errorComponentStack:null}}function rl(g,m,_,W,Z,ae,Ce,Me,et,He,bt,_t,yt,It){g.allPendingTasks++,Z===null?g.pendingRootTasks++:Z.pendingTasks++;var Je={replay:null,node:_,childIndex:W,ping:function(){return lo(g,Je)},blockedBoundary:Z,blockedSegment:ae,hoistableState:Ce,abortSet:Me,keyPath:et,formatContext:He,context:bt,treeContext:_t,componentStack:yt,thenableState:m,isFallback:It};return Me.add(Je),Je}function Xc(g,m,_,W,Z,ae,Ce,Me,et,He,bt,_t,yt,It){g.allPendingTasks++,ae===null?g.pendingRootTasks++:ae.pendingTasks++,_.pendingTasks++;var Je={replay:_,node:W,childIndex:Z,ping:function(){return lo(g,Je)},blockedBoundary:ae,blockedSegment:null,hoistableState:Ce,abortSet:Me,keyPath:et,formatContext:He,context:bt,treeContext:_t,componentStack:yt,thenableState:m,isFallback:It};return Me.add(Je),Je}function il(g,m,_,W,Z,ae){return{status:Ni,id:-1,index:m,parentFlushed:!1,chunks:[],children:[],parentFormatContext:W,boundary:_,lastPushedText:Z,textEmbedded:ae}}function _i(){return Ir===null||Ir.componentStack===null?"":vr(Ir.componentStack)}function ac(g,m){if(m!=null)for(var _=0;_<m.length;_++){var W=m[_];typeof W.name=="string"&&(g.componentStack={parent:g.componentStack,type:W,owner:W.owner,stack:null})}}function ol(g){var m=g.node;if(typeof m=="object"&&m!==null)switch(m.$$typeof){case Za:var _=m.type,W=m._owner;ac(g,m._debugInfo),g.componentStack={parent:g.componentStack,type:_,owner:W,stack:null};break;case Es:ac(g,m._debugInfo);break;default:typeof m.then=="function"&&ac(g,m._debugInfo)}}function aa(g){var m={};return g&&Object.defineProperty(m,"componentStack",{configurable:!0,enumerable:!0,get:function(){var _=vr(g);return Object.defineProperty(m,"componentStack",{value:_}),_}}),m}function Oo(g,m,_,W,Z){g.errorDigest=m,_ instanceof Error?(m=String(_.message),_=String(_.stack)):(m=typeof _=="object"&&_!==null?a(_):String(_),_=null),Z=Z?`Switched to client rendering because the server rendering aborted due to:
|
|
342
|
-
|
|
343
|
-
`:`Switched to client rendering because the server rendering errored:
|
|
344
|
-
|
|
345
|
-
`,g.errorMessage=Z+m,g.errorStack=_!==null?Z+_:null,g.errorComponentStack=W.componentStack}function Si(g,m,_){if(g=g.onError,m=g(m,_),m!=null&&typeof m!="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 m);else return m}function Ha(g,m){var _=g.onShellError,W=g.onFatalError;_(m),W(m),g.destination!==null?(g.status=Ho,g.destination.destroy(m)):(g.status=13,g.fatalError=m)}function Yc(g,m,_,W,Z,ae){var Ce=m.thenableState;for(m.thenableState=null,Wo={},Fs=m,lu=g,Ku=_,Pi=!1,xi=xa=0,zo=-1,uu=0,wa=Ce,g=Ea(W,Z,ae);qu;)qu=!1,xi=xa=0,zo=-1,uu=0,Da+=1,zn=null,g=W(Z,ae);return nr(),g}function Yi(g,m,_,W,Z,ae,Ce){var Me=!1;if(ae!==0&&g.formState!==null){var et=m.blockedSegment;if(et!==null){Me=!0,et=et.chunks;for(var He=0;He<ae;He++)He===Ce?et.push("<!--F!-->"):et.push("<!--F-->")}}ae=m.keyPath,m.keyPath=_,Z?(_=m.treeContext,m.treeContext=sr(_,1,0),di(g,m,W,-1),m.treeContext=_):Me?di(g,m,W,-1):xr(g,m,W,-1),m.keyPath=ae}function Ds(g,m,_,W,Z,ae){if(typeof W=="function")if(W.prototype&&W.prototype.isReactComponent){var Ce=Z;if("ref"in Z){Ce={};for(var Me in Z)Me!=="ref"&&(Ce[Me]=Z[Me])}var et=W.defaultProps;if(et){Ce===Z&&(Ce=Fn({},Ce,Z));for(var He in et)Ce[He]===void 0&&(Ce[He]=et[He])}var bt=Ce,_t=Or,yt=W.contextType;if("contextType"in W&&yt!==null&&(yt===void 0||yt.$$typeof!==ul)&&!es.has(W)){es.add(W);var It=yt===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 yt!="object"?" However, it is set to a "+typeof yt+".":yt.$$typeof===Ts?" Did you accidentally pass the Context.Consumer instead?":" However, it is set to an object with keys {"+Object.keys(yt).join(", ")+"}.";console.error("%s defines an invalid contextType. contextType should point to the Context object returned by React.createContext().%s",Y(W)||"Component",It)}typeof yt=="object"&&yt!==null&&(_t=yt._currentValue2);var Je=new W(bt,_t);if(typeof W.getDerivedStateFromProps=="function"&&(Je.state===null||Je.state===void 0)){var hn=Y(W)||"Component";mi.has(hn)||(mi.add(hn),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.",hn,Je.state===null?"null":"undefined",hn))}if(typeof W.getDerivedStateFromProps=="function"||typeof Je.getSnapshotBeforeUpdate=="function"){var nn=null,Zt=null,Pt=null;if(typeof Je.componentWillMount=="function"&&Je.componentWillMount.__suppressDeprecationWarning!==!0?nn="componentWillMount":typeof Je.UNSAFE_componentWillMount=="function"&&(nn="UNSAFE_componentWillMount"),typeof Je.componentWillReceiveProps=="function"&&Je.componentWillReceiveProps.__suppressDeprecationWarning!==!0?Zt="componentWillReceiveProps":typeof Je.UNSAFE_componentWillReceiveProps=="function"&&(Zt="UNSAFE_componentWillReceiveProps"),typeof Je.componentWillUpdate=="function"&&Je.componentWillUpdate.__suppressDeprecationWarning!==!0?Pt="componentWillUpdate":typeof Je.UNSAFE_componentWillUpdate=="function"&&(Pt="UNSAFE_componentWillUpdate"),nn!==null||Zt!==null||Pt!==null){var Jt=Y(W)||"Component",on=typeof W.getDerivedStateFromProps=="function"?"getDerivedStateFromProps()":"getSnapshotBeforeUpdate()";Of.has(Jt)||(Of.add(Jt),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`,Jt,on,nn!==null?`
|
|
351
|
-
`+nn:"",Zt!==null?`
|
|
352
|
-
`+Zt:"",Pt!==null?`
|
|
353
|
-
`+Pt:""))}}var tn=Y(W)||"Component";Je.render||(W.prototype&&typeof W.prototype.render=="function"?console.error("No `render` method found on the %s instance: did you accidentally return an object from the constructor?",tn):console.error("No `render` method found on the %s instance: you may have forgotten to define `render`.",tn)),!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?",tn),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.",tn),Je.contextType&&console.error("contextType was defined as an instance property on %s. Use a static property to define contextType instead.",tn),W.childContextTypes&&!Ju.has(W)&&(Ju.add(W),console.error("%s uses the legacy childContextTypes API which was removed in React 19. Use React.createContext() instead. (https://react.dev/link/legacy-context)",tn)),W.contextTypes&&!Us.has(W)&&(Us.add(W),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)",tn)),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.",tn),W.prototype&&W.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.",Y(W)||"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()?",tn),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().",tn),typeof Je.componentWillRecieveProps=="function"&&console.error("%s has a method called componentWillRecieveProps(). Did you mean componentWillReceiveProps()?",tn),typeof Je.UNSAFE_componentWillRecieveProps=="function"&&console.error("%s has a method called UNSAFE_componentWillRecieveProps(). Did you mean UNSAFE_componentWillReceiveProps()?",tn);var xn=Je.props!==bt;Je.props!==void 0&&xn&&console.error("When calling super() in `%s`, make sure to pass up the same props that your component's constructor was passed.",tn),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.",tn,tn),typeof Je.getSnapshotBeforeUpdate!="function"||typeof Je.componentDidUpdate=="function"||vi.has(W)||(vi.add(W),console.error("%s: getSnapshotBeforeUpdate() should be used with componentDidUpdate(). This component defines getSnapshotBeforeUpdate() only.",Y(W))),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.",tn),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.",tn),typeof W.getSnapshotBeforeUpdate=="function"&&console.error("%s: getSnapshotBeforeUpdate() is defined as a static method and will be ignored. Instead, declare it as an instance method.",tn);var ai=Je.state;ai&&(typeof ai!="object"||hi(ai))&&console.error("%s.state: must be set to an object or null",tn),typeof Je.getChildContext=="function"&&typeof W.childContextTypes!="object"&&console.error("%s.getChildContext(): childContextTypes must be defined in order to use getChildContext().",tn);var wn=Je.state!==void 0?Je.state:null;Je.updater=Sd,Je.props=bt,Je.state=wn;var bn={queue:[],replace:!1};Je._reactInternals=bn;var _a=W.contextType;if(Je.context=typeof _a=="object"&&_a!==null?_a._currentValue2:Or,Je.state===bt){var si=Y(W)||"Component";Ec.has(si)||(Ec.add(si),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.",si))}var Pr=W.getDerivedStateFromProps;if(typeof Pr=="function"){var Vo=Pr(bt,wn);if(Vo===void 0){var p=Y(W)||"Component";au.has(p)||(au.add(p),console.error("%s.getDerivedStateFromProps(): A valid state object (or null) must be returned. You have returned undefined.",p))}var b=Vo==null?wn:Fn({},wn,Vo);Je.state=b}if(typeof W.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 N=Y(W)||"Unknown";Ur[N]||(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`,N),Ur[N]=!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.",Y(W)||"Component"),Sd.enqueueReplaceState(Je,Je.state,null)),bn.queue!==null&&0<bn.queue.length){var X=bn.queue,oe=bn.replace;if(bn.queue=null,bn.replace=!1,oe&&X.length===1)Je.state=X[0];else{for(var Ee=oe?X[0]:Je.state,Ue=!0,qe=oe?1:0;qe<X.length;qe++){var ze=X[qe],ht=typeof ze=="function"?ze.call(Je,Ee,bt,void 0):ze;ht!=null&&(Ue?(Ue=!1,Ee=Fn({},Ee,ht)):Fn(Ee,ht))}Je.state=Ee}}else bn.queue=null}var wt=Bs(Je);if(g.status===12)throw null;Je.props!==bt&&(Fd||console.error("It looks like %s is reassigning its own `this.props` while rendering. This is not supported and can lead to confusing bugs.",Y(W)||"a component"),Fd=!0);var nt=m.keyPath;m.keyPath=_,xr(g,m,wt,-1),m.keyPath=nt}else{if(W.prototype&&typeof W.prototype.render=="function"){var Et=Y(W)||"Unknown";Sc[Et]||(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.",Et,Et),Sc[Et]=!0)}var it=Yc(g,m,_,W,Z,void 0);if(g.status===12)throw null;var sn=xa!==0,Dn=xi,An=zo;if(W.contextTypes){var yn=Y(W)||"Unknown";Ml[yn]||(Ml[yn]=!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)",yn))}if(W&&W.childContextTypes&&console.error(`childContextTypes cannot be defined on a function component.
|
|
358
|
-
%s.childContextTypes = ...`,W.displayName||W.name||"Component"),typeof W.getDerivedStateFromProps=="function"){var Tn=Y(W)||"Unknown";mo[Tn]||(console.error("%s: Function components do not support getDerivedStateFromProps.",Tn),mo[Tn]=!0)}if(typeof W.contextType=="object"&&W.contextType!==null){var or=Y(W)||"Unknown";Ac[or]||(console.error("%s: Function components do not support contextType.",or),Ac[or]=!0)}Yi(g,m,_,it,sn,Dn,An)}else if(typeof W=="string"){var Qt=m.blockedSegment;if(Qt===null){var wi=Z.children,er=m.formatContext,Mn=m.keyPath;m.formatContext=re(er,W,Z),m.keyPath=_,di(g,m,wi,-1),m.formatContext=er,m.keyPath=Mn}else{var kn=Ze(Qt.chunks,W,Z,g.resumableState,g.renderState,m.hoistableState,m.formatContext,Qt.lastPushedText,m.isFallback);Qt.lastPushedText=!1;var Nr=m.formatContext,vo=m.keyPath;m.formatContext=re(Nr,W,Z),m.keyPath=_,di(g,m,kn,-1),m.formatContext=Nr,m.keyPath=vo;e:{var tr=Qt.chunks,li=g.resumableState;switch(W){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(Nr.insertionMode<=pt){li.hasBody=!0;break e}break;case"html":if(Nr.insertionMode===Tt){li.hasHtml=!0;break e}}tr.push(ot(W))}Qt.lastPushedText=!1}}else{switch(W){case rr:case Bu:case cl:case Po:case Qi:var gr=m.keyPath;m.keyPath=_,xr(g,m,Z.children,-1),m.keyPath=gr;return;case Ja:if(Z.mode!=="hidden"){var Go=m.keyPath;m.keyPath=_,xr(g,m,Z.children,-1),m.keyPath=Go}return;case ji:var Sa=m.keyPath;m.keyPath=_,xr(g,m,Z.children,-1),m.keyPath=Sa;return;case dl:throw Error("ReactDOMServer does not yet support scope components.");case da:e:if(m.replay!==null){var xo=m.keyPath;m.keyPath=_;var Aa=Z.children;try{di(g,m,Aa,-1)}finally{m.keyPath=xo}}else{var Vs=m.keyPath,Bi=m.blockedBoundary,hu=m.hoistableState,Li=m.blockedSegment,ss=Z.fallback,wo=Z.children,Pl=new Set,Hn=ws(g,Pl);g.trackedPostpones!==null&&(Hn.trackedContentKeyPath=_);var Pn=il(g,Li.chunks.length,Hn,m.formatContext,!1,!1);Li.children.push(Pn),Li.lastPushedText=!1;var Wi=il(g,0,null,m.formatContext,!1,!1);if(Wi.parentFlushed=!0,g.trackedPostpones!==null){var ka=[_[0],"Suspense Fallback",_[2]],ju=[ka[1],ka[2],[],null];g.trackedPostpones.workingMap.set(ka,ju),Hn.trackedFallbackNode=ju,m.blockedSegment=Pn,m.keyPath=ka,Pn.status=6;try{di(g,m,ss,-1),an(Pn.chunks,g.renderState,Pn.lastPushedText,Pn.textEmbedded),Pn.status=oi}catch(ls){throw Pn.status=g.status===12?3:4,ls}finally{m.blockedSegment=Li,m.keyPath=Vs}var $u=rl(g,null,wo,-1,Hn,Wi,Hn.contentState,m.abortSet,_,m.formatContext,m.context,m.treeContext,m.componentStack,m.isFallback);ol($u),g.pingedTasks.push($u)}else{m.blockedBoundary=Hn,m.hoistableState=Hn.contentState,m.blockedSegment=Wi,m.keyPath=_,Wi.status=6;try{if(di(g,m,wo,-1),an(Wi.chunks,g.renderState,Wi.lastPushedText,Wi.textEmbedded),Wi.status=oi,Io(Hn,Wi),Hn.pendingTasks===0&&Hn.status===Ni){Hn.status=oi;break e}}catch(ls){if(Hn.status=Mr,g.status===12){Wi.status=3;var zi=g.fatalError}else Wi.status=4,zi=ls;var Xo=aa(m.componentStack),Nl=Si(g,zi,Xo);Oo(Hn,Nl,zi,Xo,!1),Ai(g,Hn)}finally{m.blockedBoundary=Bi,m.hoistableState=hu,m.blockedSegment=Li,m.keyPath=Vs}var Ra=rl(g,null,ss,-1,Bi,Pn,Hn.fallbackState,Pl,[_[0],"Suspense Fallback",_[2]],m.formatContext,m.context,m.treeContext,m.componentStack,!0);ol(Ra),g.pingedTasks.push(Ra)}}return}if(typeof W=="object"&&W!==null)switch(W.$$typeof){case qi:if("ref"in Z){var yr={};for(var Yr in Z)Yr!=="ref"&&(yr[Yr]=Z[Yr])}else yr=Z;var Bl=Yc(g,m,_,W.render,yr,ae);Yi(g,m,_,Bl,xa!==0,xi,zo);return;case fl:Ds(g,m,_,W.type,Z,ae);return;case Uf:case ul:var pu=Z.value,Hi=Z.children,kc=m.context,Yo=m.keyPath,Ua=W._currentValue2;W._currentValue2=pu,W._currentRenderer2!==void 0&&W._currentRenderer2!==null&&W._currentRenderer2!==Rr&&console.error("Detected multiple renderers concurrently rendering the same context provider. This is currently unsupported."),W._currentRenderer2=Rr;var Fa=On,Oa={parent:Fa,depth:Fa===null?0:Fa.depth+1,context:W,parentValue:Ua,value:pu};On=Oa,m.context=Oa,m.keyPath=_,xr(g,m,Hi,-1);var Zo=On;if(Zo===null)throw Error("Tried to pop a Context at the root of the app. This is a bug in React.");Zo.context!==W&&console.error("The parent context is not the expected context. This is probably a bug in React."),Zo.context._currentValue2=Zo.parentValue,W._currentRenderer2!==void 0&&W._currentRenderer2!==null&&W._currentRenderer2!==Rr&&console.error("Detected multiple renderers concurrently rendering the same context provider. This is currently unsupported."),W._currentRenderer2=Rr;var Do=On=Zo.parent;m.context=Do,m.keyPath=Yo,kc!==m.context&&console.error("Popping the context provider did not return back to the original snapshot. This is a bug in React.");return;case Ts:var Ll=W._context,Wl=Z.children;typeof Wl!="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 To=Wl(Ll._currentValue2),gu=m.keyPath;m.keyPath=_,xr(g,m,To,-1),m.keyPath=gu;return;case Es:var Ia=Ls(W);if(g.status===12)throw null;Ds(g,m,_,Ia,Z,ae);return}var Rc="";throw(W===void 0||typeof W=="object"&&W!==null&&Object.keys(W).length===0)&&(Rc+=" 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: "+((W==null?W:typeof W)+"."+Rc))}}function al(g,m,_,W,Z){var ae=m.replay,Ce=m.blockedBoundary,Me=il(g,0,null,m.formatContext,!1,!1);Me.id=_,Me.parentFlushed=!0;try{m.replay=null,m.blockedSegment=Me,di(g,m,W,Z),Me.status=oi,Ce===null?g.completedRootSegment=Me:(Io(Ce,Me),Ce.parentFlushed&&g.partialBoundaries.push(Ce))}finally{m.replay=ae,m.blockedSegment=null}}function xr(g,m,_,W){m.replay!==null&&typeof m.replay.slots=="number"?al(g,m,m.replay.slots,_,W):(m.node=_,m.childIndex=W,_=m.componentStack,ol(m),Zi(g,m),m.componentStack=_)}function Zi(g,m){var _=m.node,W=m.childIndex;if(_!==null){if(typeof _=="object"){switch(_.$$typeof){case Za:var Z=_.type,ae=_.key,Ce=_.props;_=Ce.ref;var Me=_!==void 0?_:null,et=Y(Z),He=ae??(W===-1?0:W),bt=[m.keyPath,et,He];if(m.replay!==null){var _t=m.replay;for(W=_t.nodes,_=0;_<W.length;_++)if(ae=W[_],He===ae[1]){if(ae.length===4){if(et!==null&&et!==ae[0])throw Error("Expected the resume to render <"+ae[0]+"> in this slot but instead it rendered <"+et+">. The tree doesn't match so React will fallback to client rendering.");var yt=ae[2];ae=ae[3],et=m.node,m.replay={nodes:yt,slots:ae,pendingTasks:1};try{if(Ds(g,m,bt,Z,Ce,Me),m.replay.pendingTasks===1&&0<m.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.");m.replay.pendingTasks--}catch(on){if(typeof on=="object"&&on!==null&&(on===ts||typeof on.then=="function"))throw m.node===et&&(m.replay=_t),on;m.replay.pendingTasks--,Ce=aa(m.componentStack),Ga(g,m.blockedBoundary,on,Ce,yt,ae)}m.replay=_t}else{if(Z!==da)throw Error("Expected the resume to render <Suspense> in this slot but instead it rendered <"+(Y(Z)||"Unknown")+">. The tree doesn't match so React will fallback to client rendering.");e:{Z=void 0,Me=ae[5],_t=ae[2],et=ae[3],He=ae[4]===null?[]:ae[4][2],ae=ae[4]===null?null:ae[4][3];var It=m.keyPath,Je=m.replay,hn=m.blockedBoundary,nn=m.hoistableState,Zt=Ce.children;Ce=Ce.fallback;var Pt=new Set,Jt=ws(g,Pt);Jt.parentFlushed=!0,Jt.rootSegmentID=Me,m.blockedBoundary=Jt,m.hoistableState=Jt.contentState,m.keyPath=bt,m.replay={nodes:_t,slots:et,pendingTasks:1};try{if(di(g,m,Zt,-1),m.replay.pendingTasks===1&&0<m.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(m.replay.pendingTasks--,Jt.pendingTasks===0&&Jt.status===Ni){Jt.status=oi,g.completedBoundaries.push(Jt);break e}}catch(on){Jt.status=Mr,yt=aa(m.componentStack),Z=Si(g,on,yt),Oo(Jt,Z,on,yt,!1),m.replay.pendingTasks--,g.clientRenderedBoundaries.push(Jt)}finally{m.blockedBoundary=hn,m.hoistableState=nn,m.replay=Je,m.keyPath=It}yt=Xc(g,null,{nodes:He,slots:ae,pendingTasks:0},Ce,-1,hn,Jt.fallbackState,Pt,[bt[0],"Suspense Fallback",bt[2]],m.formatContext,m.context,m.treeContext,m.componentStack,!0),ol(yt),g.pingedTasks.push(yt)}}W.splice(_,1);break}}else Ds(g,m,bt,Z,Ce,Me);return;case Qc:throw Error("Portals are not currently supported by the server renderer. Render them conditionally so that they only appear on the client render.");case Es:if(_=Ls(_),g.status===12)throw null;xr(g,m,_,W);return}if(hi(_)){Va(g,m,_,W);return}if(_===null||typeof _!="object"?Ce=null:(yt=Cs&&_[Cs]||_["@@iterator"],Ce=typeof yt=="function"?yt:null),Ce&&(yt=Ce.call(_))){if(yt===_?(W!==-1||m.componentStack===null||typeof m.componentStack.type!="function"||Object.prototype.toString.call(m.componentStack.type)!=="[object GeneratorFunction]"||Object.prototype.toString.call(yt)!=="[object Generator]")&&(zs||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."),zs=!0):_.entries!==Ce||Hs||(console.error("Using Maps as children is not supported. Use an array of keyed ReactElements instead."),Hs=!0),_=yt.next(),!_.done){Ce=[];do Ce.push(_.value),_=yt.next();while(!_.done);Va(g,m,Ce,W)}return}if(typeof _.then=="function")return m.thenableState=null,xr(g,m,qs(_),W);if(_.$$typeof===ul)return xr(g,m,_._currentValue2,W);throw W=Object.prototype.toString.call(_),Error("Objects are not valid as a React child (found: "+(W==="[object Object]"?"object with keys {"+Object.keys(_).join(", ")+"}":W)+"). If you meant to render a collection of children, use an array instead.")}typeof _=="string"?(W=m.blockedSegment,W!==null&&(W.lastPushedText=Lt(W.chunks,_,g.renderState,W.lastPushedText))):typeof _=="number"||typeof _=="bigint"?(W=m.blockedSegment,W!==null&&(W.lastPushedText=Lt(W.chunks,""+_,g.renderState,W.lastPushedText))):(typeof _=="function"&&(W=_.displayName||_.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.",W,W)),typeof _=="symbol"&&console.error(`Symbols are not valid as a React child.
|
|
359
|
-
%s`,String(_)))}}function Va(g,m,_,W){var Z=m.keyPath,ae=m.componentStack;if(ac(m,m.node._debugInfo),W!==-1&&(m.keyPath=[m.keyPath,"Fragment",W],m.replay!==null)){for(var Ce=m.replay,Me=Ce.nodes,et=0;et<Me.length;et++){var He=Me[et];if(He[1]===W){W=He[2],He=He[3],m.replay={nodes:W,slots:He,pendingTasks:1};try{if(Va(g,m,_,-1),m.replay.pendingTasks===1&&0<m.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.");m.replay.pendingTasks--}catch(nn){if(typeof nn=="object"&&nn!==null&&(nn===ts||typeof nn.then=="function"))throw nn;m.replay.pendingTasks--,_=aa(m.componentStack),Ga(g,m.blockedBoundary,nn,_,W,He)}m.replay=Ce,Me.splice(et,1);break}}m.keyPath=Z,m.componentStack=ae;return}if(Ce=m.treeContext,Me=_.length,m.replay!==null&&(et=m.replay.slots,et!==null&&typeof et=="object")){for(W=0;W<Me;W++){He=_[W],m.treeContext=sr(Ce,Me,W);var bt=et[W];typeof bt=="number"?(al(g,m,bt,He,W),delete et[W]):di(g,m,He,W)}m.treeContext=Ce,m.keyPath=Z,m.componentStack=ae;return}for(et=0;et<Me;et++){W=_[et];var _t=g;if(He=m,bt=W,bt!==null&&typeof bt=="object"&&(bt.$$typeof===Za||bt.$$typeof===Qc)&&bt._store&&(!bt._store.validated&&bt.key==null||bt._store.validated===2)){if(typeof bt._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.");bt._store.validated=1;var yt=_t.didWarnForKey;if(yt==null&&(yt=_t.didWarnForKey=new WeakSet),_t=He.componentStack,_t!==null&&!yt.has(_t)){yt.add(_t);var It=Y(bt.type);yt=bt._owner;var Je=_t.owner;if(_t="",Je&&typeof Je.type<"u"){var hn=Y(Je.type);hn&&(_t=`
|
|
360
|
-
|
|
361
|
-
Check the render method of \``+hn+"`.")}_t||It&&(_t=`
|
|
362
|
-
|
|
363
|
-
Check the top-level render call using <`+It+">."),It="",yt!=null&&Je!==yt&&(Je=null,typeof yt.type<"u"?Je=Y(yt.type):typeof yt.name=="string"&&(Je=yt.name),Je&&(It=" It was passed a child from "+Je+".")),yt=He.componentStack,He.componentStack={parent:He.componentStack,type:bt.type,owner:bt._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,It),He.componentStack=yt}}m.treeContext=sr(Ce,Me,et),di(g,m,W,et)}m.treeContext=Ce,m.keyPath=Z,m.componentStack=ae}function Ai(g,m){g=g.trackedPostpones,g!==null&&(m=m.trackedContentKeyPath,m!==null&&(m=g.workingMap.get(m),m!==void 0&&(m.length=4,m[2]=[],m[3]=null)))}function fi(g,m,_){return Xc(g,_,m.replay,m.node,m.childIndex,m.blockedBoundary,m.hoistableState,m.abortSet,m.keyPath,m.formatContext,m.context,m.treeContext,m.componentStack,m.isFallback)}function sc(g,m,_){var W=m.blockedSegment,Z=il(g,W.chunks.length,null,m.formatContext,W.lastPushedText,!0);return W.children.push(Z),W.lastPushedText=!1,rl(g,_,m.node,m.childIndex,m.blockedBoundary,Z,m.hoistableState,m.abortSet,m.keyPath,m.formatContext,m.context,m.treeContext,m.componentStack,m.isFallback)}function di(g,m,_,W){var Z=m.formatContext,ae=m.context,Ce=m.keyPath,Me=m.treeContext,et=m.componentStack,He=m.blockedSegment;if(He===null)try{return xr(g,m,_,W)}catch(yt){if(nr(),_=yt===ts?cr():yt,typeof _=="object"&&_!==null){if(typeof _.then=="function"){W=Cn(),g=fi(g,m,W).ping,_.then(g,g),m.formatContext=Z,m.context=ae,m.keyPath=Ce,m.treeContext=Me,m.componentStack=et,Ft(ae);return}if(_.message==="Maximum call stack size exceeded"){_=Cn(),_=fi(g,m,_),g.pingedTasks.push(_),m.formatContext=Z,m.context=ae,m.keyPath=Ce,m.treeContext=Me,m.componentStack=et,Ft(ae);return}}}else{var bt=He.children.length,_t=He.chunks.length;try{return xr(g,m,_,W)}catch(yt){if(nr(),He.children.length=bt,He.chunks.length=_t,_=yt===ts?cr():yt,typeof _=="object"&&_!==null){if(typeof _.then=="function"){W=Cn(),g=sc(g,m,W).ping,_.then(g,g),m.formatContext=Z,m.context=ae,m.keyPath=Ce,m.treeContext=Me,m.componentStack=et,Ft(ae);return}if(_.message==="Maximum call stack size exceeded"){_=Cn(),_=sc(g,m,_),g.pingedTasks.push(_),m.formatContext=Z,m.context=ae,m.keyPath=Ce,m.treeContext=Me,m.componentStack=et,Ft(ae);return}}}}throw m.formatContext=Z,m.context=ae,m.keyPath=Ce,m.treeContext=Me,Ft(ae),_}function Ga(g,m,_,W,Z,ae){var Ce=Si(g,_,W);$t(g,m,Z,ae,_,Ce,W,!1)}function sl(g){var m=g.blockedBoundary;g=g.blockedSegment,g!==null&&(g.status=3,zr(this,m,g))}function $t(g,m,_,W,Z,ae,Ce,Me){for(var et=0;et<_.length;et++){var He=_[et];if(He.length===4)$t(g,m,He[2],He[3],Z,ae,Ce,Me);else{var bt=g;He=He[5];var _t=Z,yt=ae,It=Ce,Je=Me,hn=ws(bt,new Set);hn.parentFlushed=!0,hn.rootSegmentID=He,hn.status=Mr,Oo(hn,yt,_t,It,Je),hn.parentFlushed&&bt.clientRenderedBoundaries.push(hn)}}if(_.length=0,W!==null){if(m===null)throw Error("We should not have any resumable nodes in the shell. This is a bug in React.");if(m.status!==Mr&&(m.status=Mr,Oo(m,ae,Z,Ce,Me),m.parentFlushed&&g.clientRenderedBoundaries.push(m)),typeof W=="object")for(var nn in W)delete W[nn]}}function Xa(g,m,_){var W=g.blockedBoundary,Z=g.blockedSegment;if(Z!==null){if(Z.status===6)return;Z.status=3}if(Z=aa(g.componentStack),W===null){if(m.status!==13&&m.status!==Ho){if(W=g.replay,W===null){Si(m,_,Z),Ha(m,_);return}W.pendingTasks--,W.pendingTasks===0&&0<W.nodes.length&&(g=Si(m,_,Z),$t(m,null,W.nodes,W.slots,_,g,Z,!0)),m.pendingRootTasks--,m.pendingRootTasks===0&&sa(m)}}else W.pendingTasks--,W.status!==Mr&&(W.status=Mr,g=Si(m,_,Z),W.status=Mr,Oo(W,g,_,Z,!0),Ai(m,W),W.parentFlushed&&m.clientRenderedBoundaries.push(W)),W.fallbackAbortableTasks.forEach(function(ae){return Xa(ae,m,_)}),W.fallbackAbortableTasks.clear();m.allPendingTasks--,m.allPendingTasks===0&&la(m)}function Ya(g,m){try{var _=g.renderState,W=_.onHeaders;if(W){var Z=_.headers;if(Z){_.headers=null;var ae=Z.preconnects;if(Z.fontPreloads&&(ae&&(ae+=", "),ae+=Z.fontPreloads),Z.highImagePreloads&&(ae&&(ae+=", "),ae+=Z.highImagePreloads),!m){var Ce=_.styles.values(),Me=Ce.next();e:for(;0<Z.remainingCapacity&&!Me.done;Me=Ce.next())for(var et=Me.value.sheets.values(),He=et.next();0<Z.remainingCapacity&&!He.done;He=et.next()){var bt=He.value,_t=bt.props,yt=_t.href,It=bt.props,Je=Re(It.href,"style",{crossOrigin:It.crossOrigin,integrity:It.integrity,nonce:It.nonce,type:It.type,fetchPriority:It.fetchPriority,referrerPolicy:It.referrerPolicy,media:It.media});if(0<=(Z.remainingCapacity-=Je.length+2))_.resets.style[yt]=Be,ae&&(ae+=", "),ae+=Je,_.resets.style[yt]=typeof _t.crossOrigin=="string"||typeof _t.integrity=="string"?[_t.crossOrigin,_t.integrity]:Be;else break e}}W(ae?{Link:ae}:{})}}}catch(hn){Si(g,hn,{})}}function sa(g){g.trackedPostpones===null&&Ya(g,!0),g.onShellError=Fo,g=g.onShellReady,g()}function la(g){Ya(g,g.trackedPostpones===null?!0:g.completedRootSegment===null||g.completedRootSegment.status!==Ca),g=g.onAllReady,g()}function Io(g,m){if(m.chunks.length===0&&m.children.length===1&&m.children[0].boundary===null&&m.children[0].id===-1){var _=m.children[0];_.id=m.id,_.parentFlushed=!0,_.status===oi&&Io(g,_)}else g.completedSegments.push(m)}function zr(g,m,_){if(m===null){if(_!==null&&_.parentFlushed){if(g.completedRootSegment!==null)throw Error("There can only be one root segment. This is a bug in React.");g.completedRootSegment=_}g.pendingRootTasks--,g.pendingRootTasks===0&&sa(g)}else m.pendingTasks--,m.status!==Mr&&(m.pendingTasks===0?(m.status===Ni&&(m.status=oi),_!==null&&_.parentFlushed&&_.status===oi&&Io(m,_),m.parentFlushed&&g.completedBoundaries.push(m),m.status===oi&&(m.fallbackAbortableTasks.forEach(sl,g),m.fallbackAbortableTasks.clear())):_!==null&&_.parentFlushed&&_.status===oi&&(Io(m,_),m.completedSegments.length===1&&m.parentFlushed&&g.partialBoundaries.push(m)));g.allPendingTasks--,g.allPendingTasks===0&&la(g)}function ca(g){if(g.status!==Ho&&g.status!==13){var m=On,_=$i.H;$i.H=Os;var W=$i.A;$i.A=Mf;var Z=In;In=g;var ae=$i.getCurrentStack;$i.getCurrentStack=_i;var Ce=Is;Is=g.resumableState;try{var Me=g.pingedTasks,et;for(et=0;et<Me.length;et++){var He=g,bt=Me[et],_t=bt.blockedSegment;if(_t===null){var yt=void 0,It=He;if(He=bt,He.replay.pendingTasks!==0){Ft(He.context),yt=Ir,Ir=He;try{if(typeof He.replay.slots=="number"?al(It,He,He.replay.slots,He.node,He.childIndex):Zi(It,He),He.replay.pendingTasks===1&&0<He.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.");He.replay.pendingTasks--,He.abortSet.delete(He),zr(It,He.blockedBoundary,null)}catch(bn){nr();var Je=bn===ts?cr():bn;if(typeof Je=="object"&&Je!==null&&typeof Je.then=="function"){var hn=He.ping;Je.then(hn,hn),He.thenableState=Cn()}else{He.replay.pendingTasks--,He.abortSet.delete(He);var nn=aa(He.componentStack);Ga(It,He.blockedBoundary,It.status===12?It.fatalError:Je,nn,He.replay.nodes,He.replay.slots),It.pendingRootTasks--,It.pendingRootTasks===0&&sa(It),It.allPendingTasks--,It.allPendingTasks===0&&la(It)}}finally{Ir=yt}}}else{It=yt=void 0;var Zt=bt,Pt=_t;if(Pt.status===Ni){Pt.status=6,Ft(Zt.context),It=Ir,Ir=Zt;var Jt=Pt.children.length,on=Pt.chunks.length;try{Zi(He,Zt),an(Pt.chunks,He.renderState,Pt.lastPushedText,Pt.textEmbedded),Zt.abortSet.delete(Zt),Pt.status=oi,zr(He,Zt.blockedBoundary,Pt)}catch(bn){nr(),Pt.children.length=Jt,Pt.chunks.length=on;var tn=bn===ts?cr():He.status===12?He.fatalError:bn;if(typeof tn=="object"&&tn!==null&&typeof tn.then=="function"){Pt.status=Ni,Zt.thenableState=Cn();var xn=Zt.ping;tn.then(xn,xn)}else{var ai=aa(Zt.componentStack);Zt.abortSet.delete(Zt),Pt.status=4;var wn=Zt.blockedBoundary;yt=Si(He,tn,ai),wn===null?Ha(He,tn):(wn.pendingTasks--,wn.status!==Mr&&(wn.status=Mr,Oo(wn,yt,tn,ai,!1),Ai(He,wn),wn.parentFlushed&&He.clientRenderedBoundaries.push(wn))),He.allPendingTasks--,He.allPendingTasks===0&&la(He)}}finally{Ir=It}}}}Me.splice(0,et),g.destination!==null&&Ki(g,g.destination)}catch(bn){Si(g,bn,{}),Ha(g,bn)}finally{Is=Ce,$i.H=_,$i.A=W,$i.getCurrentStack=ae,_===Os&&Ft(m),In=Z}}}function co(g,m,_,W){switch(_.parentFlushed=!0,_.status){case Ni:_.id=g.nextSegmentId++;case Ca:return W=_.id,_.lastPushedText=!1,_.textEmbedded=!1,g=g.renderState,m.push(tu),m.push(g.placeholderPrefix),g=W.toString(16),m.push(g),m.push(Vu);case oi:_.status=Ws;var Z=!0,ae=_.chunks,Ce=0;_=_.children;for(var Me=0;Me<_.length;Me++){for(Z=_[Me];Ce<Z.index;Ce++)m.push(ae[Ce]);Z=ua(g,m,Z,W)}for(;Ce<ae.length-1;Ce++)m.push(ae[Ce]);return Ce<ae.length&&(Z=m.push(ae[Ce])),Z;default:throw Error("Aborted, errored or already flushed boundaries should not be flushed again. This is a bug in React.")}}function ua(g,m,_,W){var Z=_.boundary;if(Z===null)return co(g,m,_,W);if(Z.parentFlushed=!0,Z.status===Mr){if(!g.renderState.generateStaticMarkup){var ae=Z.errorDigest,Ce=Z.errorMessage,Me=Z.errorStack;Z=Z.errorComponentStack,m.push(bi),m.push(mc),ae&&(m.push(ho),ae=I(ae),m.push(ae),m.push(jn)),Ce&&(m.push(Bo),Ce=I(Ce),m.push(Ce),m.push(jn)),Me&&(m.push(pa),Me=I(Me),m.push(Me),m.push(jn)),Z&&(m.push(ks),Me=I(Z),m.push(Me),m.push(jn)),m.push(xl)}return co(g,m,_,W),g=g.renderState.generateStaticMarkup?!0:m.push(vl),g}if(Z.status!==oi)return Z.status===Ni&&(Z.rootSegmentID=g.nextSegmentId++),0<Z.completedSegments.length&&g.partialBoundaries.push(Z),lt(m,g.renderState,Z.rootSegmentID),W&&(Me=Z.fallbackState,Me.styles.forEach(ke,W),Me.stylesheets.forEach(Ne,W)),co(g,m,_,W),m.push(vl);if(Z.byteSize>g.progressiveChunkSize)return Z.rootSegmentID=g.nextSegmentId++,g.completedBoundaries.push(Z),lt(m,g.renderState,Z.rootSegmentID),co(g,m,_,W),m.push(vl);if(W&&(_=Z.contentState,_.styles.forEach(ke,W),_.stylesheets.forEach(Ne,W)),g.renderState.generateStaticMarkup||m.push(Vr),_=Z.completedSegments,_.length!==1)throw Error("A previously unvisited boundary must have exactly one root segment. This is a bug in React.");return ua(g,m,_[0],W),g=g.renderState.generateStaticMarkup?!0:m.push(vl),g}function Ji(g,m,_,W){return O(m,g.renderState,_.parentFormatContext,_.id),ua(g,m,_,W),be(m,_.parentFormatContext)}function lc(g,m,_){for(var W=_.completedSegments,Z=0;Z<W.length;Z++)ll(g,m,_,W[Z]);W.length=0,Ie(m,_.contentState,g.renderState),W=g.resumableState,g=g.renderState,Z=_.rootSegmentID,_=_.contentState;var ae=g.stylesToHoist;return g.stylesToHoist=!1,m.push(g.startInlineScript),ae?(W.instructions&H)===E?(W.instructions=W.instructions|ue|H,m.push(Dc)):(W.instructions&ue)===E?(W.instructions|=ue,m.push(ru)):m.push(kl):(W.instructions&H)===E?(W.instructions|=H,m.push(wc)):m.push(ja),W=Z.toString(16),m.push(g.boundaryPrefix),m.push(W),m.push(Rl),m.push(g.segmentPrefix),m.push(W),ae?(m.push(Ul),Le(m,_)):m.push(iu),_=m.push(Fl),Ke(m,g)&&_}function ll(g,m,_,W){if(W.status===Ws)return!0;var Z=_.contentState,ae=W.id;if(ae===-1){if((W.id=_.rootSegmentID)===-1)throw Error("A root segment ID must have been assigned by now. This is a bug in React.");return Ji(g,m,W,Z)}return ae===_.rootSegmentID?Ji(g,m,W,Z):(Ji(g,m,W,Z),_=g.resumableState,g=g.renderState,m.push(g.startInlineScript),(_.instructions&U)===E?(_.instructions|=U,m.push(Al)):m.push(nu),m.push(g.segmentPrefix),ae=ae.toString(16),m.push(ae),m.push(Gu),m.push(g.placeholderPrefix),m.push(ae),m=m.push(Ii),m)}function Ki(g,m){try{if(!(0<g.pendingRootTasks)){var _,W=g.completedRootSegment;if(W!==null){if(W.status===Ca)return;var Z=g.renderState,ae=Z.htmlChunks,Ce=Z.headChunks,Me;if(ae){for(Me=0;Me<ae.length;Me++)m.push(ae[Me]);if(Ce)for(Me=0;Me<Ce.length;Me++)m.push(Ce[Me]);else{var et=Xe("head");m.push(et),m.push(Wn)}}else if(Ce)for(Me=0;Me<Ce.length;Me++)m.push(Ce[Me]);var He=Z.charsetChunks;for(Me=0;Me<He.length;Me++)m.push(He[Me]);He.length=0,Z.preconnects.forEach(Se,m),Z.preconnects.clear();var bt=Z.viewportChunks;for(Me=0;Me<bt.length;Me++)m.push(bt[Me]);bt.length=0,Z.fontPreloads.forEach(Se,m),Z.fontPreloads.clear(),Z.highImagePreloads.forEach(Se,m),Z.highImagePreloads.clear(),Z.styles.forEach(de,m);var _t=Z.importMapChunks;for(Me=0;Me<_t.length;Me++)m.push(_t[Me]);_t.length=0,Z.bootstrapScripts.forEach(Se,m),Z.scripts.forEach(Se,m),Z.scripts.clear(),Z.bulkPreloads.forEach(Se,m),Z.bulkPreloads.clear();var yt=Z.hoistableChunks;for(Me=0;Me<yt.length;Me++)m.push(yt[Me]);if(yt.length=0,ae&&Ce===null){var It=ot("head");m.push(It)}ua(g,m,W,null),g.completedRootSegment=null,Ke(m,g.renderState)}var Je=g.renderState;W=0;var hn=Je.viewportChunks;for(W=0;W<hn.length;W++)m.push(hn[W]);hn.length=0,Je.preconnects.forEach(Se,m),Je.preconnects.clear(),Je.fontPreloads.forEach(Se,m),Je.fontPreloads.clear(),Je.highImagePreloads.forEach(Se,m),Je.highImagePreloads.clear(),Je.styles.forEach(Ae,m),Je.scripts.forEach(Se,m),Je.scripts.clear(),Je.bulkPreloads.forEach(Se,m),Je.bulkPreloads.clear();var nn=Je.hoistableChunks;for(W=0;W<nn.length;W++)m.push(nn[W]);nn.length=0;var Zt=g.clientRenderedBoundaries;for(_=0;_<Zt.length;_++){var Pt=Zt[_];Je=m;var Jt=g.resumableState,on=g.renderState,tn=Pt.rootSegmentID,xn=Pt.errorDigest,ai=Pt.errorMessage,wn=Pt.errorStack,bn=Pt.errorComponentStack;Je.push(on.startInlineScript),(Jt.instructions&Q)===E?(Jt.instructions|=Q,Je.push(Lo)):Je.push(ma),Je.push(on.boundaryPrefix);var _a=tn.toString(16);if(Je.push(_a),Je.push(ou),xn||ai||wn||bn){Je.push(va);var si=ye(xn||"");Je.push(si)}if(ai||wn||bn){Je.push(va);var Pr=ye(ai||"");Je.push(Pr)}if(wn||bn){Je.push(va);var Vo=ye(wn||"");Je.push(Vo)}if(bn){Je.push(va);var p=ye(bn);Je.push(p)}var b=Je.push(Tc);if(!b){g.destination=null,_++,Zt.splice(0,_);return}}Zt.splice(0,_);var S=g.completedBoundaries;for(_=0;_<S.length;_++)if(!lc(g,m,S[_])){g.destination=null,_++,S.splice(0,_);return}S.splice(0,_);var N=g.partialBoundaries;for(_=0;_<N.length;_++){e:{Zt=g,Pt=m;var X=N[_],oe=X.completedSegments;for(b=0;b<oe.length;b++)if(!ll(Zt,Pt,X,oe[b])){b++,oe.splice(0,b);var Ee=!1;break e}oe.splice(0,b),Ee=Ie(Pt,X.contentState,Zt.renderState)}if(!Ee){g.destination=null,_++,N.splice(0,_);return}}N.splice(0,_);var Ue=g.completedBoundaries;for(_=0;_<Ue.length;_++)if(!lc(g,m,Ue[_])){g.destination=null,_++,Ue.splice(0,_);return}Ue.splice(0,_)}}finally{g.allPendingTasks===0&&g.pingedTasks.length===0&&g.clientRenderedBoundaries.length===0&&g.completedBoundaries.length===0&&(g.flushScheduled=!1,_=g.resumableState,_.hasBody&&(N=ot("body"),m.push(N)),_.hasHtml&&(_=ot("html"),m.push(_)),g.abortableTasks.size!==0&&console.error("There was still abortable task at the root when we closed. This is a bug in React."),g.status=Ho,m.push(null),g.destination=null)}}function fa(g){g.flushScheduled=g.destination!==null,ca(g),g.status===10&&(g.status=11),g.trackedPostpones===null&&Ya(g,g.pendingRootTasks===0)}function Mo(g){if(g.flushScheduled===!1&&g.pingedTasks.length===0&&g.destination!==null){g.flushScheduled=!0;var m=g.destination;m?Ki(g,m):g.flushScheduled=!1}}function Zc(g,m){if(g.status===13)g.status=Ho,m.destroy(g.fatalError);else if(g.status!==Ho&&g.destination===null){g.destination=m;try{Ki(g,m)}catch(_){Si(g,_,{}),Ha(g,_)}}}function cc(g,m){(g.status===11||g.status===10)&&(g.status=12);try{var _=g.abortableTasks;if(0<_.size){var W=m===void 0?Error("The render was aborted by the server without a reason."):typeof m=="object"&&m!==null&&typeof m.then=="function"?Error("The render was aborted by the server with a promise."):m;g.fatalError=W,_.forEach(function(Z){return Xa(Z,g,W)}),_.clear()}g.destination!==null&&Ki(g,g.destination)}catch(Z){Si(g,Z,{}),Ha(g,Z)}}function Jc(){}function Kc(g,m,_,W){var Z=!1,ae=null,Ce="",Me=!1;if(m=j(m?m.identifierPrefix:void 0),g=Ci(g,m,zt(m,_),B(Tt,null,0),1/0,Jc,void 0,function(){Me=!0},void 0,void 0,void 0),fa(g),cc(g,W),Zc(g,{push:function(et){return et!==null&&(Ce+=et),!0},destroy:function(et){Z=!0,ae=et}}),Z&&ae!==W)throw ae;if(!Me)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 Ce}var Pu=En,Nu=Ag,Za=Symbol.for("react.transitional.element"),Qc=Symbol.for("react.portal"),Qi=Symbol.for("react.fragment"),cl=Symbol.for("react.strict_mode"),Po=Symbol.for("react.profiler"),Uf=Symbol.for("react.provider"),Ts=Symbol.for("react.consumer"),ul=Symbol.for("react.context"),qi=Symbol.for("react.forward_ref"),da=Symbol.for("react.suspense"),ji=Symbol.for("react.suspense_list"),fl=Symbol.for("react.memo"),Es=Symbol.for("react.lazy"),dl=Symbol.for("react.scope"),Bu=Symbol.for("react.debug_trace_mode"),Ja=Symbol.for("react.offscreen"),rr=Symbol.for("react.legacy_hidden"),hl=Symbol.for("react.memo_cache_sentinel"),Cs=Symbol.iterator,hi=Array.isArray,Sr=new WeakMap,ki=new WeakMap,_s=Symbol.for("react.client.reference"),Fn=Object.assign,en=Object.prototype.hasOwnProperty,pl=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]*$"),qc={},ha={},uc=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(" ")),jc=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"]]),pi={button:!0,checkbox:!0,image:!0,hidden:!0,radio:!0,reset:!0,submit:!0},gl={"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},No={},fc=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]*$"),dc=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]*$"),jr=!1,Yn={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"},$r={},Ln=/^on./,_n=/^on[^A-Z]/,Lu=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]*$"),$c=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]*$"),hc=/^(?:webkit|moz|o)[A-Z]/,pc=/^-ms-/,Wu=/-(.)/g,Ss=/;\s*$/,Ri={},Ui={},yl=!1,gc=!1,yc=/["'&<>]/,bl=/([A-Z])/g,fr=/^ms-/,Cd=/^[\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,$i=Pu.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE,bc=Nu.__DOM_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE,zu=Object.freeze({pending:!1,data:null,method:null,action:null}),x=bc.d;bc.d={f:x.f,r:x.r,D:function(g){var m=In||null;if(m){var _=m.resumableState,W=m.renderState;if(typeof g=="string"&&g){if(!_.dnsResources.hasOwnProperty(g)){_.dnsResources[g]=Te,_=W.headers;var Z,ae;(ae=_&&0<_.remainingCapacity)&&(ae=(Z="<"+je(g)+">; rel=dns-prefetch",0<=(_.remainingCapacity-=Z.length+2))),ae?(W.resets.dns[g]=Te,_.preconnects&&(_.preconnects+=", "),_.preconnects+=Z):(Z=[],Oe(Z,{href:g,rel:"dns-prefetch"}),W.preconnects.add(Z))}Mo(m)}}else x.D(g)},C:function(g,m){var _=In||null;if(_){var W=_.resumableState,Z=_.renderState;if(typeof g=="string"&&g){var ae=m==="use-credentials"?"credentials":typeof m=="string"?"anonymous":"default";if(!W.connectResources[ae].hasOwnProperty(g)){W.connectResources[ae][g]=Te,W=Z.headers;var Ce,Me;if(Me=W&&0<W.remainingCapacity){if(Me="<"+je(g)+">; rel=preconnect",typeof m=="string"){var et=mt(m,"crossOrigin");Me+='; crossorigin="'+et+'"'}Me=(Ce=Me,0<=(W.remainingCapacity-=Ce.length+2))}Me?(Z.resets.connect[ae][g]=Te,W.preconnects&&(W.preconnects+=", "),W.preconnects+=Ce):(ae=[],Oe(ae,{rel:"preconnect",href:g,crossOrigin:m}),Z.preconnects.add(ae))}Mo(_)}}else x.C(g,m)},L:function(g,m,_){var W=In||null;if(W){var Z=W.resumableState,ae=W.renderState;if(m&&g){switch(m){case"image":if(_)var Ce=_.imageSrcSet,Me=_.imageSizes,et=_.fetchPriority;var He=Ce?Ce+`
|
|
364
|
-
`+(Me||""):g;if(Z.imageResources.hasOwnProperty(He))return;Z.imageResources[He]=Be,Z=ae.headers;var bt;Z&&0<Z.remainingCapacity&&et==="high"&&(bt=Re(g,m,_),0<=(Z.remainingCapacity-=bt.length+2))?(ae.resets.image[He]=Be,Z.highImagePreloads&&(Z.highImagePreloads+=", "),Z.highImagePreloads+=bt):(Z=[],Oe(Z,Fn({rel:"preload",href:Ce?void 0:g,as:m},_)),et==="high"?ae.highImagePreloads.add(Z):(ae.bulkPreloads.add(Z),ae.preloads.images.set(He,Z)));break;case"style":if(Z.styleResources.hasOwnProperty(g))return;Ce=[],Oe(Ce,Fn({rel:"preload",href:g,as:m},_)),Z.styleResources[g]=!_||typeof _.crossOrigin!="string"&&typeof _.integrity!="string"?Be:[_.crossOrigin,_.integrity],ae.preloads.stylesheets.set(g,Ce),ae.bulkPreloads.add(Ce);break;case"script":if(Z.scriptResources.hasOwnProperty(g))return;Ce=[],ae.preloads.scripts.set(g,Ce),ae.bulkPreloads.add(Ce),Oe(Ce,Fn({rel:"preload",href:g,as:m},_)),Z.scriptResources[g]=!_||typeof _.crossOrigin!="string"&&typeof _.integrity!="string"?Be:[_.crossOrigin,_.integrity];break;default:if(Z.unknownResources.hasOwnProperty(m)){if(Ce=Z.unknownResources[m],Ce.hasOwnProperty(g))return}else Ce={},Z.unknownResources[m]=Ce;if(Ce[g]=Be,(Z=ae.headers)&&0<Z.remainingCapacity&&m==="font"&&(He=Re(g,m,_),0<=(Z.remainingCapacity-=He.length+2)))ae.resets.font[g]=Be,Z.fontPreloads&&(Z.fontPreloads+=", "),Z.fontPreloads+=He;else switch(Z=[],g=Fn({rel:"preload",href:g,as:m},_),Oe(Z,g),m){case"font":ae.fontPreloads.add(Z);break;default:ae.bulkPreloads.add(Z)}}Mo(W)}}else x.L(g,m,_)},m:function(g,m){var _=In||null;if(_){var W=_.resumableState,Z=_.renderState;if(g){var ae=m&&typeof m.as=="string"?m.as:"script";switch(ae){case"script":if(W.moduleScriptResources.hasOwnProperty(g))return;ae=[],W.moduleScriptResources[g]=!m||typeof m.crossOrigin!="string"&&typeof m.integrity!="string"?Be:[m.crossOrigin,m.integrity],Z.preloads.moduleScripts.set(g,ae);break;default:if(W.moduleUnknownResources.hasOwnProperty(ae)){var Ce=W.unknownResources[ae];if(Ce.hasOwnProperty(g))return}else Ce={},W.moduleUnknownResources[ae]=Ce;ae=[],Ce[g]=Be}Oe(ae,Fn({rel:"modulepreload",href:g},m)),Z.bulkPreloads.add(ae),Mo(_)}}else x.m(g,m)},X:function(g,m){var _=In||null;if(_){var W=_.resumableState,Z=_.renderState;if(g){var ae=W.scriptResources.hasOwnProperty(g)?W.scriptResources[g]:void 0;ae!==Te&&(W.scriptResources[g]=Te,m=Fn({src:g,async:!0},m),ae&&(ae.length===2&&St(m,ae),g=Z.preloads.scripts.get(g))&&(g.length=0),g=[],Z.scripts.add(g),rt(g,m),Mo(_))}}else x.X(g,m)},S:function(g,m,_){var W=In||null;if(W){var Z=W.resumableState,ae=W.renderState;if(g){m=m||"default";var Ce=ae.styles.get(m),Me=Z.styleResources.hasOwnProperty(g)?Z.styleResources[g]:void 0;Me!==Te&&(Z.styleResources[g]=Te,Ce||(Ce={precedence:I(m),rules:[],hrefs:[],sheets:new Map},ae.styles.set(m,Ce)),m={state:gt,props:Fn({rel:"stylesheet",href:g,"data-precedence":m},_)},Me&&(Me.length===2&&St(m.props,Me),(ae=ae.preloads.stylesheets.get(g))&&0<ae.length?ae.length=0:m.state=Nt),Ce.sheets.set(g,m),Mo(W))}}else x.S(g,m,_)},M:function(g,m){var _=In||null;if(_){var W=_.resumableState,Z=_.renderState;if(g){var ae=W.moduleScriptResources.hasOwnProperty(g)?W.moduleScriptResources[g]:void 0;ae!==Te&&(W.moduleScriptResources[g]=Te,m=Fn({src:g,type:"module",async:!0},m),ae&&(ae.length===2&&St(m,ae),g=Z.preloads.moduleScripts.get(g))&&(g.length=0),g=[],Z.scripts.add(g),rt(g,m),Mo(_))}}else x.M(g,m)}};var E=0,U=1,H=2,Q=4,ue=8,Te=null,Be=[];Object.freeze(Be);var Ge=/(<\/|<)(s)(cript)/gi,at={},Tt=0,pt=1,Dt=2,Vt=3,kt=4,Ut=5,fn=6,Kt=7,dn=8,gn=new Map,mn=' style="',Ot=":",vn=";",Bn=" ",Zn='="',ln='"',Xt='=""',qn=I("javascript:throw new Error('React form unexpectedly submitted.')"),Wn=">",dr="/>",gi=!1,ei=!1,ml=!1,Ka=!1,uo=!1,fo=!1,ti=!1,Hr=!1,ni=!1,ri=!1,Fi=!1,Qa=`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))}});`,yi=/(<\/|<)(s)(tyle)/gi,As=`
|
|
365
|
-
`,Oi=/^[a-zA-Z][a-zA-Z:_\.\-\d]*$/,eu=new Map,Hu=new Map,tu='<template id="',Vu='"></template>',Vr="<!--$-->",Fr='<!--$?--><template id="',hr='"></template>',bi="<!--$!-->",vl="<!--/$-->",mc="<template",jn='"',ho=' data-dgst="',Bo=' data-msg="',pa=' data-stck="',ks=' data-cstck="',xl="></template>",po='<div hidden id="',ga='">',vc="</div>",wl='<svg aria-hidden="true" style="display:none" id="',Jn='">',Dl="</svg>",ya='<math aria-hidden="true" style="display:none" id="',Rs='">',Tl="</math>",El='<table hidden id="',ba='">',go="</table>",Gr='<table hidden><tbody id="',Cl='">',xc="</tbody></table>",Ff='<table hidden><tr id="',eo='">',_l="</tr></table>",Xr='<table hidden><colgroup id="',qa='">',Sl="</colgroup></table>",Al='$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("',nu='$RS("',Gu='","',Ii='")<\/script>',wc='$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("',ja='$RC("',Dc=`$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("`,ru=`$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("`,kl='$RR("',Rl='","',Ul='",',iu='"',Fl=")<\/script>",Lo='$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("',ma='$RX("',ou='"',va=",",Tc=")<\/script>",$a=/[<\u2028\u2029]/g,Xu=/[&><\u2028\u2029]/g,Mi='<style media="not all" data-precedence="',Yu='" data-href="',yo='">',Zu="</style>",v=!1,T=!0,k=[],V='<style data-precedence="',q='" data-href="',le=" ",_e='">',Pe="</style>",Fe="[",Qe=",[",st=",",tt="]",gt=0,Nt=1,Bt=2,Ht=3,pr=/[<>\r\n]/g,Ar=/["';,\r\n]/g,ii="",ir=Function.prototype.bind,kr=Symbol.for("react.client.reference"),Or={};Object.freeze(Or);var Rr={},On=null,$n={},Ur={},mi=new Set,vi=new Set,Of=new Set,Ec=new Set,au=new Set,Us=new Set,Ju=new Set,es=new Set,_d=new Set,Sd={isMounted:function(){return!1},enqueueSetState:function(g,m,_){var W=g._reactInternals;W.queue===null?jt(g,"setState"):(W.queue.push(m),_!=null&&Yt(_))},enqueueReplaceState:function(g,m,_){g=g._reactInternals,g.replace=!0,g.queue=[m],_!=null&&Yt(_)},enqueueForceUpdate:function(g,m){g._reactInternals.queue===null?jt(g,"forceUpdate"):m!=null&&Yt(m)}},Ad={id:1,overflow:""},su=Math.clz32?Math.clz32:qt,kd=Math.log,If=Math.LN2,ts=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`"),ns=null,bo=typeof Object.is=="function"?Object.is:Gn,Wo=null,Fs=null,lu=null,Ku=null,Qu=null,zn=null,cu=!1,qu=!1,xa=0,xi=0,zo=-1,uu=0,wa=null,rs=null,Da=0,Pi=!1,is,Os={readContext:ur,use:function(g){if(g!==null&&typeof g=="object"){if(typeof g.then=="function")return qs(g);if(g.$$typeof===ul)return ur(g)}throw Error("An unsupported type was passed to use(): "+String(g))},useContext:function(g){return is="useContext",Xn(),g._currentValue2},useMemo:ui,useReducer:Qs,useRef:function(g){Wo=Xn(),zn=Mt();var m=zn.memoizedState;return m===null?(g={current:g},Object.seal(g),zn.memoizedState=g):m},useState:function(g){return is="useState",Qs(oa,g)},useInsertionEffect:Ei,useLayoutEffect:Ei,useCallback:function(g,m){return ui(function(){return g},m)},useImperativeHandle:Ei,useEffect:Ei,useDebugValue:Ei,useDeferredValue:function(g,m){return Xn(),m!==void 0?m:g},useTransition:function(){return Xn(),[!1,Wa]},useId:function(){var g=Fs.treeContext,m=g.overflow;g=g.id,g=(g&~(1<<32-su(g)-1)).toString(32)+m;var _=Is;if(_===null)throw Error("Invalid hook call. Hooks can only be called inside of the body of a function component.");return m=xa++,g=":"+_.idPrefix+"R"+g,0<m&&(g+="H"+m.toString(32)),g+":"},useSyncExternalStore:function(g,m,_){if(_===void 0)throw Error("Missing getServerSnapshot, which is required for server-rendered content. Will revert to client rendering.");return _()},useCacheRefresh:function(){return js},useMemoCache:function(g){for(var m=Array(g),_=0;_<g;_++)m[_]=hl;return m},useHostTransitionStatus:function(){return Xn(),zu},useOptimistic:function(g){return Xn(),[g,Xi]}};Os.useFormState=Un,Os.useActionState=Un;var Is=null,Ir=null,Mf={getCacheForType:function(){throw Error("Not implemented.")},getOwner:function(){return Ir===null?null:Ir.componentStack}},Ol=0,Ms,Rd,Il,Ud,fu,Ps,Ns;$s.__reactDisabledLog=!0;var Cc,Ta,du=!1,_c=new(typeof WeakMap=="function"?WeakMap:Map),Pf={"react-stack-bottom-frame":function(g,m,_){return g(m,_)}},Ea=Pf["react-stack-bottom-frame"].bind(Pf),Sn={"react-stack-bottom-frame":function(g){return g.render()}},Bs=Sn["react-stack-bottom-frame"].bind(Sn),as={"react-stack-bottom-frame":function(g){var m=g._init;return m(g._payload)}},Ls=as["react-stack-bottom-frame"].bind(as),Mr=4,Ni=0,oi=1,Ws=2,Ca=5,Ho=14,In=null,Sc={},Ml={},Ac={},mo={},Fd=!1,zs=!1,Hs=!1;Ip.renderToStaticMarkup=function(g,m){return Kc(g,m,!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')},Ip.renderToString=function(g,m){return Kc(g,m,!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')},Ip.version="19.0.0"}()),Ip}var Mp={};/**
|
|
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
|
-
*/var t3;function bH(){return t3||(t3=1,process.env.NODE_ENV!=="production"&&function(){function n(p,b,S,N){return""+b+(S==="s"?"\\73 ":"\\53 ")+N}function e(p,b,S,N){return""+b+(S==="s"?"\\u0073":"\\u0053")+N}function t(p){return Object.prototype.toString.call(p).replace(/^\[object (.*)\]$/,function(b,S){return S})}function r(p){var b=JSON.stringify(p);return'"'+p+'"'===b?p:b}function i(p){switch(typeof p){case"string":return JSON.stringify(10>=p.length?p:p.slice(0,10)+"...");case"object":return ha(p)?"[...]":p!==null&&p.$$typeof===pi?"client":(p=t(p),p==="Object"?"{...}":p);case"function":return p.$$typeof===pi?"client":(p=p.displayName||p.name)?"function "+p:"function";default:return String(p)}}function o(p){if(typeof p=="string")return p;switch(p){case hl:return"Suspense";case Cs:return"SuspenseList"}if(typeof p=="object")switch(p.$$typeof){case rr:return o(p.render);case hi:return o(p.type);case Sr:var b=p._payload;p=p._init;try{return o(p(b))}catch{}}return""}function a(p,b){var S=t(p);if(S!=="Object"&&S!=="Array")return S;var N=-1,X=0;if(ha(p))if(jc.has(p)){var oe=jc.get(p);S="<"+o(oe)+">";for(var Ee=0;Ee<p.length;Ee++){var Ue=p[Ee];Ue=typeof Ue=="string"?Ue:typeof Ue=="object"&&Ue!==null?"{"+a(Ue)+"}":"{"+i(Ue)+"}",""+Ee===b?(N=S.length,X=Ue.length,S+=Ue):S=15>Ue.length&&40>S.length+Ue.length?S+Ue:S+"{...}"}S+="</"+o(oe)+">"}else{for(S="[",oe=0;oe<p.length;oe++)0<oe&&(S+=", "),Ee=p[oe],Ee=typeof Ee=="object"&&Ee!==null?a(Ee):i(Ee),""+oe===b?(N=S.length,X=Ee.length,S+=Ee):S=10>Ee.length&&40>S.length+Ee.length?S+Ee:S+"...";S+="]"}else if(p.$$typeof===qi)S="<"+o(p.type)+"/>";else{if(p.$$typeof===pi)return"client";if(uc.has(p)){for(S=uc.get(p),S="<"+(o(S)||"..."),oe=Object.keys(p),Ee=0;Ee<oe.length;Ee++){S+=" ",Ue=oe[Ee],S+=r(Ue)+"=";var qe=p[Ue],ze=Ue===b&&typeof qe=="object"&&qe!==null?a(qe):i(qe);typeof qe!="string"&&(ze="{"+ze+"}"),Ue===b?(N=S.length,X=ze.length,S+=ze):S=10>ze.length&&40>S.length+ze.length?S+ze:S+"..."}S+=">"}else{for(S="{",oe=Object.keys(p),Ee=0;Ee<oe.length;Ee++)0<Ee&&(S+=", "),Ue=oe[Ee],S+=r(Ue)+": ",qe=p[Ue],qe=typeof qe=="object"&&qe!==null?a(qe):i(qe),Ue===b?(N=S.length,X=qe.length,S+=qe):S=10>qe.length&&40>S.length+qe.length?S+qe:S+"...";S+="}"}}return b===void 0?S:-1<N&&0<X?(p=" ".repeat(N)+"^".repeat(X),`
|
|
380
|
-
`+S+`
|
|
381
|
-
`+p):`
|
|
382
|
-
`+S}function s(p,b){var S=p.length&3,N=p.length-S,X=b;for(b=0;b<N;){var oe=p.charCodeAt(b)&255|(p.charCodeAt(++b)&255)<<8|(p.charCodeAt(++b)&255)<<16|(p.charCodeAt(++b)&255)<<24;++b,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^=(p.charCodeAt(b+2)&255)<<16;case 2:oe^=(p.charCodeAt(b+1)&255)<<8;case 1:oe^=p.charCodeAt(b)&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^=p.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 l(p){No.push(p),gl.port2.postMessage(null)}function c(p){setTimeout(function(){throw p})}function u(p,b){if(b.byteLength!==0)if(2048<b.byteLength)0<Yn&&(p.enqueue(new Uint8Array(jr.buffer,0,Yn)),jr=new Uint8Array(2048),Yn=0),p.enqueue(b);else{var S=jr.length-Yn;S<b.byteLength&&(S===0?p.enqueue(jr):(jr.set(b.subarray(0,S),Yn),p.enqueue(jr),b=b.subarray(S)),jr=new Uint8Array(2048),Yn=0),jr.set(b,Yn),Yn+=b.byteLength}}function f(p,b){return u(p,b),!0}function h(p){jr&&0<Yn&&(p.enqueue(new Uint8Array(jr.buffer,0,Yn)),jr=null,Yn=0)}function d(p){return $r.encode(p)}function y(p){return p=$r.encode(p),2048<p.byteLength&&console.error("precomputed chunks must be smaller than the view size configured for this host. This is a bug in React."),p}function w(p,b){typeof p.error=="function"?p.error(b):p.close()}function D(p){return typeof Symbol=="function"&&Symbol.toStringTag&&p[Symbol.toStringTag]||p.constructor.name||"Object"}function C(p){try{return A(p),!1}catch{return!0}}function A(p){return""+p}function R(p,b){if(C(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.",b,D(p)),A(p)}function P(p,b){if(C(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.",b,D(p)),A(p)}function I(p){if(C(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.",D(p)),A(p)}function L(p){return _n.call(hc,p)?!0:_n.call($c,p)?!1:Lu.test(p)?hc[p]=!0:($c[p]=!0,console.error("Invalid attribute name: `%s`",p),!1)}function z(p,b){Ss[b.type]||b.onChange||b.onInput||b.readOnly||b.disabled||b.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`."),b.onChange||b.readOnly||b.disabled||b.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 j(p,b){if(_n.call(Ui,b)&&Ui[b])return!0;if(gc.test(b)){if(p="aria-"+b.slice(4).toLowerCase(),p=Ri.hasOwnProperty(p)?p:null,p==null)return console.error("Invalid ARIA attribute `%s`. ARIA attributes follow the pattern aria-* and must be lowercase.",b),Ui[b]=!0;if(b!==p)return console.error("Invalid ARIA attribute `%s`. Did you mean `%s`?",b,p),Ui[b]=!0}if(yl.test(b)){if(p=b.toLowerCase(),p=Ri.hasOwnProperty(p)?p:null,p==null)return Ui[b]=!0,!1;b!==p&&(console.error("Unknown ARIA attribute `%s`. Did you mean `%s`?",b,p),Ui[b]=!0)}return!0}function B(p,b){var S=[],N;for(N in b)j(p,N)||S.push(N);b=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",b,p):1<S.length&&console.error("Invalid aria props %s on <%s> tag. For details, see https://react.dev/link/invalid-aria-props",b,p)}function re(p,b,S,N){if(_n.call(fr,b)&&fr[b])return!0;var X=b.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."),fr[b]=!0;if(typeof S=="function"&&(p==="form"&&b==="action"||p==="input"&&b==="formAction"||p==="button"&&b==="formAction"))return!0;if(Cd.test(b))return $i.test(b)&&console.error("Invalid event handler property `%s`. React events use the camelCase naming convention, for example `onClick`.",b),fr[b]=!0;if(bc.test(b)||zu.test(b))return!0;if(X==="innerhtml")return console.error("Directly setting property `innerHTML` is not permitted. For more information, lookup documentation on `dangerouslySetInnerHTML`."),fr[b]=!0;if(X==="aria")return console.error("The `aria` attribute is reserved for future use in React. Pass individual `aria-` attributes instead."),fr[b]=!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),fr[b]=!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.",b),fr[b]=!0;if(bl.hasOwnProperty(X)){if(X=bl[X],X!==b)return console.error("Invalid DOM property `%s`. Did you mean `%s`?",b,X),fr[b]=!0}else if(b!==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.",b,X),fr[b]=!0;switch(b){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(b){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=b.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,b,b,S,b):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,b,b,S,b,b,b),fr[b]=!0)}case"function":case"symbol":return fr[b]=!0,!1;case"string":if(S==="false"||S==="true"){switch(b){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,b,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".',b,S),fr[b]=!0}}return!0}function ce(p,b,S){var N=[],X;for(X in b)re(p,X,b[X])||N.push(X);b=N.map(function(oe){return"`"+oe+"`"}).join(", "),N.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 ",b,p):1<N.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 ",b,p)}function M(p){return p.replace(U,function(b,S){return S.toUpperCase()})}function J(p){if(typeof p=="boolean"||typeof p=="number"||typeof p=="bigint")return""+p;I(p),p=""+p;var b=Ge.exec(p);if(b){var S="",N,X=0;for(N=b.index;N<p.length;N++){switch(p.charCodeAt(N)){case 34:b=""";break;case 38:b="&";break;case 39:b="'";break;case 60:b="<";break;case 62:b=">";break;default:continue}X!==N&&(S+=p.slice(X,N)),X=N+1,S+=b}p=X!==N?S+p.slice(X,N):S}return p}function F(p){return pt.test(""+p)?"javascript:throw new Error('React has blocked a javascript: URL as a security precaution.')":p}function pe(p){return I(p),(""+p).replace(ei,e)}function G(p,b,S,N,X,oe){var Ee=b===void 0?Bn:y('<script nonce="'+J(b)+'">'),Ue=p.idPrefix;S=[];var qe=p.bootstrapScriptContent,ze=p.bootstrapScripts,ht=p.bootstrapModules;if(qe!==void 0&&S.push(Ee,d(pe(qe)),Zn),qe=[],N!==void 0&&(qe.push(ml),qe.push(d(pe(JSON.stringify(N)))),qe.push(Ka)),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),N=X?{preconnects:"",fontPreloads:"",highImagePreloads:"",remainingCapacity:2+(typeof oe=="number"?oe:2e3)}:null,X={placeholderPrefix:y(Ue+"P:"),segmentPrefix:y(Ue+"S:"),boundaryPrefix:y(Ue+"B:"),startInlineScript:Ee,htmlChunks:null,headChunks:null,externalRuntimeScript:null,bootstrapChunks:S,importMapChunks:qe,onHeaders:X,headers:N,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:b,hoistableState:null,stylesToHoist:!1},ze!==void 0)for(N=0;N<ze.length;N++){oe=ze[N],qe=Ue=void 0;var wt={rel:"preload",as:"script",fetchPriority:"low",nonce:b};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=Ue=typeof oe=="string"||oe.crossOrigin==null?void 0:oe.crossOrigin==="use-credentials"?"use-credentials":""),an(p,X,Ee,wt),S.push(ln,d(J(Ee))),b&&S.push(qn,d(J(b))),typeof qe=="string"&&S.push(Wn,d(J(qe))),typeof Ue=="string"&&S.push(dr,d(J(Ue))),S.push(gi)}if(ht!==void 0)for(ze=0;ze<ht.length;ze++)N=ht[ze],Ue=Ee=void 0,qe={rel:"modulepreload",fetchPriority:"low",nonce:b},typeof N=="string"?qe.href=oe=N:(qe.href=oe=N.src,qe.integrity=Ue=typeof N.integrity=="string"?N.integrity:void 0,qe.crossOrigin=Ee=typeof N=="string"||N.crossOrigin==null?void 0:N.crossOrigin==="use-credentials"?"use-credentials":""),an(p,X,oe,qe),S.push(Xt,d(J(oe))),b&&S.push(qn,d(J(b))),typeof Ue=="string"&&S.push(Wn,d(J(Ue))),typeof Ee=="string"&&S.push(dr,d(J(Ee))),S.push(gi);return X}function $(p,b,S,N,X){return{idPrefix:p===void 0?"":p,nextFormID:0,streamingFormat:0,bootstrapScriptContent:S,bootstrapScripts:N,bootstrapModules:X,instructions:fn,hasBody:!1,hasHtml:!1,unknownResources:{},dnsResources:{},connectResources:{default:{},anonymous:{},credentials:{}},imageResources:{},styleResources:{},scriptResources:{},moduleUnknownResources:{},moduleScriptResources:{}}}function fe(p,b,S){return{insertionMode:p,selectedValue:b,tagScope:S}}function se(p){return fe(p==="http://www.w3.org/2000/svg"?ni:p==="http://www.w3.org/1998/Math/MathML"?ri:fo,null,0)}function ge(p,b,S){switch(b){case"noscript":return fe(Hr,null,p.tagScope|1);case"select":return fe(Hr,S.value!=null?S.value:S.defaultValue,p.tagScope);case"svg":return fe(ni,null,p.tagScope);case"picture":return fe(Hr,null,p.tagScope|2);case"math":return fe(ri,null,p.tagScope);case"foreignObject":return fe(Hr,null,p.tagScope);case"table":return fe(Fi,null,p.tagScope);case"thead":case"tbody":case"tfoot":return fe(Qa,null,p.tagScope);case"colgroup":return fe(As,null,p.tagScope);case"tr":return fe(yi,null,p.tagScope)}return p.insertionMode>=Fi?fe(Hr,null,p.tagScope):p.insertionMode===fo?fe(b==="html"?ti:Hr,null,p.tagScope):p.insertionMode===ti?fe(Hr,null,p.tagScope):p}function K(p,b,S,N){return b===""?N:(N&&p.push(Oi),p.push(d(J(b))),!0)}function te(p,b){if(typeof b!="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,N;for(N in b)if(_n.call(b,N)){var X=b[N];if(X!=null&&typeof X!="boolean"&&X!==""){if(N.indexOf("--")===0){var oe=d(J(N));P(X,N),X=d(J((""+X).trim()))}else{oe=N;var Ee=X;if(-1<oe.indexOf("-")){var Ue=oe;Q.hasOwnProperty(Ue)&&Q[Ue]||(Q[Ue]=!0,console.error("Unsupported style property %s. Did you mean %s?",Ue,M(Ue.replace(E,"ms-"))))}else if(x.test(oe))Ue=oe,Q.hasOwnProperty(Ue)&&Q[Ue]||(Q[Ue]=!0,console.error("Unsupported vendor-prefixed style property %s. Did you mean %s?",Ue,Ue.charAt(0).toUpperCase()+Ue.slice(1)));else if(H.test(Ee)){Ue=oe;var qe=Ee;ue.hasOwnProperty(qe)&&ue[qe]||(ue[qe]=!0,console.error(`Style property values shouldn't contain a semicolon. Try "%s: %s" instead.`,Ue,qe.replace(H,"")))}typeof Ee=="number"&&(isNaN(Ee)?Te||(Te=!0,console.error("`NaN` is an invalid value for the `%s` css style property.",oe)):isFinite(Ee)||Be||(Be=!0,console.error("`Infinity` is an invalid value for the `%s` css style property.",oe))),oe=N,Ee=eu.get(oe),Ee!==void 0||(Ee=y(J(oe.replace(at,"-$1").toLowerCase().replace(Tt,"-ms-"))),eu.set(oe,Ee)),oe=Ee,typeof X=="number"?X=X===0||pc.has(N)?d(""+X):d(X+"px"):(P(X,N),X=d(J((""+X).trim())))}S?(S=!1,p.push(Hu,oe,tu,X)):p.push(Vu,oe,tu,X)}}S||p.push(hr)}function Oe(p,b,S){S&&typeof S!="function"&&typeof S!="symbol"&&p.push(Vr,d(b),bi)}function he(p,b,S){typeof S!="function"&&typeof S!="symbol"&&typeof S!="boolean"&&p.push(Vr,d(b),Fr,d(J(S)),hr)}function ve(p,b){this.push(mc),Ve(p),he(this,"name",b),he(this,"value",p),this.push(ho)}function Ve(p){if(typeof p!="string")throw Error("File/Blob fields are not yet supported in progressive forms. Will fallback to client hydration.")}function rt(p,b){if(typeof b.$$FORM_ACTION=="function"){var S=p.nextFormID++;p=p.idPrefix+S;try{var N=b.$$FORM_ACTION(p);if(N){var X=N.data;X!=null&&X.forEach(Ve)}return N}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 $e(p,b,S,N,X,oe,Ee,Ue){var qe=null;if(typeof N=="function"){Ue===null||Jn||(Jn=!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||ya||(ya=!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||Dl||(Dl=!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 ze=rt(b,N);ze!==null?(Ue=ze.name,N=ze.action||"",X=ze.encType,oe=ze.method,Ee=ze.target,qe=ze.data):(p.push(Vr,d("formAction"),Fr,vl,hr),Ee=oe=X=N=Ue=null,lt(b,S))}return Ue!=null&&Xe(p,"name",Ue),N!=null&&Xe(p,"formAction",N),X!=null&&Xe(p,"formEncType",X),oe!=null&&Xe(p,"formMethod",oe),Ee!=null&&Xe(p,"formTarget",Ee),qe}function Xe(p,b,S){switch(b){case"className":he(p,"class",S);break;case"tabIndex":he(p,"tabindex",S);break;case"dir":case"role":case"viewBox":case"width":case"height":he(p,b,S);break;case"style":te(p,S);break;case"src":case"href":if(S===""){console.error(b==="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.',b,b);break}case"action":case"formAction":if(S==null||typeof S=="function"||typeof S=="symbol"||typeof S=="boolean")break;R(S,b),S=F(""+S),p.push(Vr,d(b),Fr,d(J(S)),hr);break;case"defaultValue":case"defaultChecked":case"innerHTML":case"suppressContentEditableWarning":case"suppressHydrationWarning":case"ref":break;case"autoFocus":case"multiple":case"muted":Oe(p,b.toLowerCase(),S);break;case"xlinkHref":if(typeof S=="function"||typeof S=="symbol"||typeof S=="boolean")break;R(S,b),S=F(""+S),p.push(Vr,d("xlink:href"),Fr,d(J(S)),hr);break;case"contentEditable":case"spellCheck":case"draggable":case"value":case"autoReverse":case"externalResourcesRequired":case"focusable":case"preserveAlpha":typeof S!="function"&&typeof S!="symbol"&&p.push(Vr,d(b),Fr,d(J(S)),hr);break;case"inert":S!==""||uo[b]||(uo[b]=!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.",b));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"&&p.push(Vr,d(b),bi);break;case"capture":case"download":S===!0?p.push(Vr,d(b),bi):S!==!1&&typeof S!="function"&&typeof S!="symbol"&&p.push(Vr,d(b),Fr,d(J(S)),hr);break;case"cols":case"rows":case"size":case"span":typeof S!="function"&&typeof S!="symbol"&&!isNaN(S)&&1<=S&&p.push(Vr,d(b),Fr,d(J(S)),hr);break;case"rowSpan":case"start":typeof S=="function"||typeof S=="symbol"||isNaN(S)||p.push(Vr,d(b),Fr,d(J(S)),hr);break;case"xlinkActuate":he(p,"xlink:actuate",S);break;case"xlinkArcrole":he(p,"xlink:arcrole",S);break;case"xlinkRole":he(p,"xlink:role",S);break;case"xlinkShow":he(p,"xlink:show",S);break;case"xlinkTitle":he(p,"xlink:title",S);break;case"xlinkType":he(p,"xlink:type",S);break;case"xmlBase":he(p,"xml:base",S);break;case"xmlLang":he(p,"xml:lang",S);break;case"xmlSpace":he(p,"xml:space",S);break;default:if((!(2<b.length)||b[0]!=="o"&&b[0]!=="O"||b[1]!=="n"&&b[1]!=="N")&&(b=Wu.get(b)||b,L(b))){switch(typeof S){case"function":case"symbol":return;case"boolean":var N=b.toLowerCase().slice(0,5);if(N!=="data-"&&N!=="aria-")return}p.push(Vr,d(b),Fr,d(J(S)),hr)}}}function Ze(p,b,S){if(b!=null){if(S!=null)throw Error("Can only set one of `children` or `props.dangerouslySetInnerHTML`.");if(typeof b!="object"||!("__html"in b))throw Error("`props.dangerouslySetInnerHTML` must be in the form `{__html: ...}`. Please visit https://react.dev/link/dangerously-set-inner-html for more information.");b=b.__html,b!=null&&(I(b),p.push(d(""+b)))}}function ot(p,b){var S=p[b];S!=null&&(S=ha(S),p.multiple&&!S?console.error("The `%s` prop supplied to <select> must be an array if `multiple` is true.",b):!p.multiple&&S&&console.error("The `%s` prop supplied to <select> must be a scalar value if `multiple` is false.",b))}function Ke(p){var b="";return Ts.Children.forEach(p,function(S){S!=null&&(b+=S,po||typeof S=="string"||typeof S=="number"||typeof S=="bigint"||(po=!0,console.error("Cannot infer the option value of complex children. Pass a `value` prop or use a plain string as children to <option>.")))}),b}function lt(p,b){(p.instructions&16)===fn&&(p.instructions|=16,b.bootstrapChunks.unshift(b.startInlineScript,Tl,Zn))}function O(p,b){p.push(Ie("link"));for(var S in b)if(_n.call(b,S)){var N=b[S];if(N!=null)switch(S){case"children":case"dangerouslySetInnerHTML":throw Error("link is a self-closing tag and must neither have `children` nor use `dangerouslySetInnerHTML`.");default:Xe(p,S,N)}}return p.push(ho),null}function be(p){return I(p),(""+p).replace(go,n)}function ye(p,b,S){p.push(Ie(S));for(var N in b)if(_n.call(b,N)){var X=b[N];if(X!=null)switch(N){case"children":case"dangerouslySetInnerHTML":throw Error(S+" is a self-closing tag and must neither have `children` nor use `dangerouslySetInnerHTML`.");default:Xe(p,N,X)}}return p.push(ho),null}function ie(p,b){p.push(Ie("title"));var S=null,N=null,X;for(X in b)if(_n.call(b,X)){var oe=b[X];if(oe!=null)switch(X){case"children":S=oe;break;case"dangerouslySetInnerHTML":N=oe;break;default:Xe(p,X,oe)}}return p.push(jn),b=Array.isArray(S)?2>S.length?S[0]:null:S,typeof b!="function"&&typeof b!="symbol"&&b!==null&&b!==void 0&&p.push(d(J(""+b))),Ze(p,N,S),p.push(we("title")),null}function ne(p,b){p.push(Ie("script"));var S=null,N=null,X;for(X in b)if(_n.call(b,X)){var oe=b[X];if(oe!=null)switch(X){case"children":S=oe;break;case"dangerouslySetInnerHTML":N=oe;break;default:Xe(p,X,oe)}}return p.push(jn),S!=null&&typeof S!="string"&&(b=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.",b)),Ze(p,N,S),typeof S=="string"&&p.push(d(pe(S))),p.push(we("script")),null}function me(p,b,S){p.push(Ie(S));var N=S=null,X;for(X in b)if(_n.call(b,X)){var oe=b[X];if(oe!=null)switch(X){case"children":S=oe;break;case"dangerouslySetInnerHTML":N=oe;break;default:Xe(p,X,oe)}}return p.push(jn),Ze(p,N,S),typeof S=="string"?(p.push(d(J(S))),null):S}function Ie(p){var b=xc.get(p);if(b===void 0){if(!Cl.test(p))throw Error("Invalid tag: "+p);b=y("<"+p),xc.set(p,b)}return b}function Se(p,b,S,N,X,oe,Ee,Ue,qe){B(b,S),b!=="input"&&b!=="textarea"&&b!=="select"||S==null||S.value!==null||yc||(yc=!0,b==="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.",b):console.error("`value` prop on `%s` should not be null. Consider using an empty string to clear the component or `undefined` for uncontrolled components.",b));e:if(b.indexOf("-")===-1)var ze=!1;else switch(b){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":ze=!1;break e;default:ze=!0}switch(ze||typeof S.is=="string"||ce(b,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!==ni&&Ee.insertionMode!==ri&&b.indexOf("-")===-1&&b.toLowerCase()!==b&&console.error("<%s /> is using incorrect casing. Use PascalCase for React components, or lowercase for HTML elements.",b),b){case"div":case"span":case"svg":case"path":break;case"a":p.push(Ie("a"));var ht=null,wt=null,nt;for(nt in S)if(_n.call(S,nt)){var Et=S[nt];if(Et!=null)switch(nt){case"children":ht=Et;break;case"dangerouslySetInnerHTML":wt=Et;break;case"href":Et===""?he(p,"href",""):Xe(p,nt,Et);break;default:Xe(p,nt,Et)}}if(p.push(jn),Ze(p,wt,ht),typeof ht=="string"){p.push(d(J(ht)));var it=null}else it=ht;return it;case"g":case"p":case"li":break;case"select":z("select",S),ot(S,"value"),ot(S,"defaultValue"),S.value===void 0||S.defaultValue===void 0||ks||(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"),ks=!0),p.push(Ie("select"));var sn=null,Dn=null,An;for(An in S)if(_n.call(S,An)){var yn=S[An];if(yn!=null)switch(An){case"children":sn=yn;break;case"dangerouslySetInnerHTML":Dn=yn;break;case"defaultValue":case"value":break;default:Xe(p,An,yn)}}return p.push(jn),Ze(p,Dn,sn),sn;case"option":var Tn=Ee.selectedValue;p.push(Ie("option"));var or=null,Qt=null,wi=null,er=null,Mn;for(Mn in S)if(_n.call(S,Mn)){var kn=S[Mn];if(kn!=null)switch(Mn){case"children":or=kn;break;case"selected":wi=kn,vc||(console.error("Use the `defaultValue` or `value` props on <select> instead of setting `selected` on <option>."),vc=!0);break;case"dangerouslySetInnerHTML":er=kn;break;case"value":Qt=kn;default:Xe(p,Mn,kn)}}if(Tn!=null){if(Qt!==null){R(Qt,"value");var Nr=""+Qt}else er===null||ga||(ga=!0,console.error("Pass a `value` prop if you set dangerouslyInnerHTML so React knows which value should be selected.")),Nr=Ke(or);if(ha(Tn)){for(var vo=0;vo<Tn.length;vo++)if(R(Tn[vo],"value"),""+Tn[vo]===Nr){p.push(Rs);break}}else R(Tn,"select.value"),""+Tn===Nr&&p.push(Rs)}else wi&&p.push(Rs);return p.push(jn),Ze(p,er,or),or;case"textarea":z("textarea",S),S.value===void 0||S.defaultValue===void 0||xl||(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"),xl=!0),p.push(Ie("textarea"));var tr=null,li=null,gr=null,Go;for(Go in S)if(_n.call(S,Go)){var Sa=S[Go];if(Sa!=null)switch(Go){case"children":gr=Sa;break;case"value":tr=Sa;break;case"defaultValue":li=Sa;break;case"dangerouslySetInnerHTML":throw Error("`dangerouslySetInnerHTML` does not make sense on <textarea>.");default:Xe(p,Go,Sa)}}if(tr===null&&li!==null&&(tr=li),p.push(jn),gr!=null){if(console.error("Use the `defaultValue` or `value` props instead of setting children on <textarea>."),tr!=null)throw Error("If you supply `defaultValue` on a <textarea>, do not pass children.");if(ha(gr)){if(1<gr.length)throw Error("<textarea> can only have at most one child.");I(gr[0]),tr=""+gr[0]}I(gr),tr=""+gr}return typeof tr=="string"&&tr[0]===`
|
|
384
|
-
`&&p.push(Gr),tr!==null&&(R(tr,"value"),p.push(d(J(""+tr)))),null;case"input":z("input",S),p.push(Ie("input"));var xo=null,Aa=null,Vs=null,Bi=null,hu=null,Li=null,ss=null,wo=null,Pl=null,Hn;for(Hn in S)if(_n.call(S,Hn)){var Pn=S[Hn];if(Pn!=null)switch(Hn){case"children":case"dangerouslySetInnerHTML":throw Error("input is a self-closing tag and must neither have `children` nor use `dangerouslySetInnerHTML`.");case"name":xo=Pn;break;case"formAction":Aa=Pn;break;case"formEncType":Vs=Pn;break;case"formMethod":Bi=Pn;break;case"formTarget":hu=Pn;break;case"defaultChecked":Pl=Pn;break;case"defaultValue":ss=Pn;break;case"checked":wo=Pn;break;case"value":Li=Pn;break;default:Xe(p,Hn,Pn)}}Aa===null||S.type==="image"||S.type==="submit"||wl||(wl=!0,console.error('An input can only specify a formAction along with type="submit" or type="image".'));var Wi=$e(p,N,X,Aa,Vs,Bi,hu,xo);return wo===null||Pl===null||pa||(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),pa=!0),Li===null||ss===null||Bo||(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),Bo=!0),wo!==null?Oe(p,"checked",wo):Pl!==null&&Oe(p,"checked",Pl),Li!==null?Xe(p,"value",Li):ss!==null&&Xe(p,"value",ss),p.push(ho),Wi!=null&&Wi.forEach(ve,p),null;case"button":p.push(Ie("button"));var ka=null,ju=null,$u=null,zi=null,Xo=null,Nl=null,Ra=null,yr;for(yr in S)if(_n.call(S,yr)){var Yr=S[yr];if(Yr!=null)switch(yr){case"children":ka=Yr;break;case"dangerouslySetInnerHTML":ju=Yr;break;case"name":$u=Yr;break;case"formAction":zi=Yr;break;case"formEncType":Xo=Yr;break;case"formMethod":Nl=Yr;break;case"formTarget":Ra=Yr;break;default:Xe(p,yr,Yr)}}zi===null||S.type==null||S.type==="submit"||wl||(wl=!0,console.error('A button can only specify a formAction along with type="submit" or no type.'));var Bl=$e(p,N,X,zi,Xo,Nl,Ra,$u);if(p.push(jn),Bl!=null&&Bl.forEach(ve,p),Ze(p,ju,ka),typeof ka=="string"){p.push(d(J(ka)));var pu=null}else pu=ka;return pu;case"form":p.push(Ie("form"));var Hi=null,kc=null,Yo=null,Ua=null,Fa=null,Oa=null,Zo;for(Zo in S)if(_n.call(S,Zo)){var Do=S[Zo];if(Do!=null)switch(Zo){case"children":Hi=Do;break;case"dangerouslySetInnerHTML":kc=Do;break;case"action":Yo=Do;break;case"encType":Ua=Do;break;case"method":Fa=Do;break;case"target":Oa=Do;break;default:Xe(p,Zo,Do)}}var Ll=null,Wl=null;if(typeof Yo=="function"){Ua===null&&Fa===null||ya||(ya=!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.")),Oa===null||Dl||(Dl=!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 To=rt(N,Yo);To!==null?(Yo=To.action||"",Ua=To.encType,Fa=To.method,Oa=To.target,Ll=To.data,Wl=To.name):(p.push(Vr,d("action"),Fr,vl,hr),Oa=Fa=Ua=Yo=null,lt(N,X))}if(Yo!=null&&Xe(p,"action",Yo),Ua!=null&&Xe(p,"encType",Ua),Fa!=null&&Xe(p,"method",Fa),Oa!=null&&Xe(p,"target",Oa),p.push(jn),Wl!==null&&(p.push(mc),he(p,"name",Wl),p.push(ho),Ll!=null&&Ll.forEach(ve,p)),Ze(p,kc,Hi),typeof Hi=="string"){p.push(d(J(Hi)));var gu=null}else gu=Hi;return gu;case"menuitem":p.push(Ie("menuitem"));for(var Ia in S)if(_n.call(S,Ia)){var Rc=S[Ia];if(Rc!=null)switch(Ia){case"children":case"dangerouslySetInnerHTML":throw Error("menuitems cannot have `children` nor `dangerouslySetInnerHTML`.");default:Xe(p,Ia,Rc)}}return p.push(jn),null;case"object":p.push(Ie("object"));var ls=null,Od=null,ar;for(ar in S)if(_n.call(S,ar)){var Zr=S[ar];if(Zr!=null)switch(ar){case"children":ls=Zr;break;case"dangerouslySetInnerHTML":Od=Zr;break;case"data":R(Zr,"data");var Vi=F(""+Zr);if(Vi===""){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.',ar,ar);break}p.push(Vr,d("data"),Fr,d(J(Vi)),hr);break;default:Xe(p,ar,Zr)}}if(p.push(jn),Ze(p,Od,ls),typeof ls=="string"){p.push(d(J(ls)));var to=null}else to=ls;return to;case"title":var Uc=Ee.insertionMode,Id=!!(Ee.tagScope&1);if(_n.call(S,"children")){var Eo=S.children,cs=Array.isArray(Eo)?2>Eo.length?Eo[0]:null:Eo;Array.isArray(Eo)&&1<Eo.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>.",Eo.length):typeof cs=="function"||typeof cs=="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 cs=="function"?"a Function":"a Sybmol"):cs&&cs.toString==={}.toString&&(cs.$$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(Uc===ni||Id||S.itemProp!=null)var Fc=ie(p,S);else qe?Fc=null:(ie(X.hoistableChunks,S),Fc=void 0);return Fc;case"link":var Nf=S.rel,br=S.href,zl=S.precedence;if(Ee.insertionMode===ni||Ee.tagScope&1||S.itemProp!=null||typeof Nf!="string"||typeof br!="string"||br===""){Nf==="stylesheet"&&typeof S.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+'"')),O(p,S);var yu=null}else if(S.rel==="stylesheet")if(typeof zl!="string"||S.disabled!=null||S.onLoad||S.onError){if(typeof zl=="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 Hl=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.',Hl,Hl)}}yu=O(p,S)}else{var Oc=X.styles.get(zl),Ic=N.styleResources.hasOwnProperty(br)?N.styleResources[br]:void 0;if(Ic!==Ot){N.styleResources[br]=Ot,Oc||(Oc={precedence:d(J(zl)),rules:[],hrefs:[],sheets:new Map},X.styles.set(zl,Oc));var bu={state:Wo,props:Ln({},S,{"data-precedence":S.precedence,precedence:null})};if(Ic){Ic.length===2&&Y(bu.props,Ic);var Mc=X.preloads.stylesheets.get(br);Mc&&0<Mc.length?Mc.length=0:bu.state=Fs}Oc.sheets.set(br,bu),oe&&oe.stylesheets.add(bu)}else if(Oc){var ef=Oc.sheets.get(br);ef&&oe&&oe.stylesheets.add(ef)}Ue&&p.push(Oi),yu=null}else S.onLoad||S.onError?yu=O(p,S):(Ue&&p.push(Oi),yu=qe?null:O(X.hoistableChunks,S));return yu;case"script":var Vl=S.async;if(typeof S.src!="string"||!S.src||!Vl||typeof Vl=="function"||typeof Vl=="symbol"||S.onLoad||S.onError||Ee.insertionMode===ni||Ee.tagScope&1||S.itemProp!=null)var us=ne(p,S);else{var Gl=S.src;if(S.type==="module")var Pc=N.moduleScriptResources,fs=X.preloads.moduleScripts;else Pc=N.scriptResources,fs=X.preloads.scripts;var Br=Pc.hasOwnProperty(Gl)?Pc[Gl]:void 0;if(Br!==Ot){Pc[Gl]=Ot;var Lr=S;if(Br){Br.length===2&&(Lr=Ln({},S),Y(Lr,Br));var Md=fs.get(Gl);Md&&(Md.length=0)}var Xl=[];X.scripts.add(Xl),ne(Xl,Lr)}Ue&&p.push(Oi),us=null}return us;case"style":var tf=Ee.insertionMode,nf=!!(Ee.tagScope&1);if(_n.call(S,"children")){var Bf=S.children,Lf=Array.isArray(Bf)?2>Bf.length?Bf[0]:null:Bf;(typeof Lf=="function"||typeof Lf=="symbol"||Array.isArray(Lf))&&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 Lf=="function"?"a Function":typeof Lf=="symbol"?"a Sybmol":"an Array")}var Yl=S.precedence,ds=S.href;if(tf===ni||nf||S.itemProp!=null||typeof Yl!="string"||typeof ds!="string"||ds===""){p.push(Ie("style"));var rf=null,fp=null,of;for(of in S)if(_n.call(S,of)){var Pd=S[of];if(Pd!=null)switch(of){case"children":rf=Pd;break;case"dangerouslySetInnerHTML":fp=Pd;break;default:Xe(p,of,Pd)}}p.push(jn);var Zl=Array.isArray(rf)?2>rf.length?rf[0]:null:rf;typeof Zl!="function"&&typeof Zl!="symbol"&&Zl!==null&&Zl!==void 0&&p.push(d(be(Zl))),Ze(p,fp,rf),p.push(we("style"));var hs=null}else{ds.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".',ds);var mu=X.styles.get(Yl),VD=N.styleResources.hasOwnProperty(ds)?N.styleResources[ds]:void 0;if(VD!==Ot){N.styleResources[ds]=Ot,VD&&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.',ds),mu?mu.hrefs.push(d(J(ds))):(mu={precedence:d(J(Yl)),rules:[],hrefs:[d(J(ds))],sheets:new Map},X.styles.set(Yl,mu));var GD=mu.rules,vh=null,XD=null,Lg;for(Lg in S)if(_n.call(S,Lg)){var Xm=S[Lg];if(Xm!=null)switch(Lg){case"children":vh=Xm;break;case"dangerouslySetInnerHTML":XD=Xm}}var dp=Array.isArray(vh)?2>vh.length?vh[0]:null:vh;typeof dp!="function"&&typeof dp!="symbol"&&dp!==null&&dp!==void 0&&GD.push(d(be(dp))),Ze(GD,XD,vh)}mu&&oe&&oe.styles.add(mu),Ue&&p.push(Oi),hs=void 0}return hs;case"meta":if(Ee.insertionMode===ni||Ee.tagScope&1||S.itemProp!=null)var YD=ye(p,S,"meta");else Ue&&p.push(Oi),YD=qe?null:typeof S.charSet=="string"?ye(X.charsetChunks,S,"meta"):S.name==="viewport"?ye(X.viewportChunks,S,"meta"):ye(X.hoistableChunks,S,"meta");return YD;case"listing":case"pre":p.push(Ie(b));var hp=null,pp=null,gp;for(gp in S)if(_n.call(S,gp)){var Wg=S[gp];if(Wg!=null)switch(gp){case"children":hp=Wg;break;case"dangerouslySetInnerHTML":pp=Wg;break;default:Xe(p,gp,Wg)}}if(p.push(jn),pp!=null){if(hp!=null)throw Error("Can only set one of `children` or `props.dangerouslySetInnerHTML`.");if(typeof pp!="object"||!("__html"in pp))throw Error("`props.dangerouslySetInnerHTML` must be in the form `{__html: ...}`. Please visit https://react.dev/link/dangerously-set-inner-html for more information.");var Wf=pp.__html;Wf!=null&&(typeof Wf=="string"&&0<Wf.length&&Wf[0]===`
|
|
385
|
-
`?p.push(Gr,d(Wf)):(I(Wf),p.push(d(""+Wf))))}return typeof hp=="string"&&hp[0]===`
|
|
386
|
-
`&&p.push(Gr),hp;case"img":var Jo=S.src,Co=S.srcSet;if(!(S.loading==="lazy"||!Jo&&!Co||typeof Jo!="string"&&Jo!=null||typeof Co!="string"&&Co!=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 Co!="string"||Co[4]!==":"||Co[0]!=="d"&&Co[0]!=="D"||Co[1]!=="a"&&Co[1]!=="A"||Co[2]!=="t"&&Co[2]!=="T"||Co[3]!=="a"&&Co[3]!=="A")){var ZD=typeof S.sizes=="string"?S.sizes:void 0,xh=Co?Co+`
|
|
387
|
-
`+(ZD||""):Jo,Ym=X.preloads.images,Nd=Ym.get(xh);if(Nd)(S.fetchPriority==="high"||10>X.highImagePreloads.size)&&(Ym.delete(xh),X.highImagePreloads.add(Nd));else if(!N.imageResources.hasOwnProperty(xh)){N.imageResources[xh]=vn;var Zm=S.crossOrigin,JD=typeof Zm=="string"?Zm==="use-credentials"?Zm:"":void 0,Bd=X.headers,Jm;Bd&&0<Bd.remainingCapacity&&(S.fetchPriority==="high"||500>Bd.highImagePreloads.length)&&(Jm=ee(Jo,"image",{imageSrcSet:S.srcSet,imageSizes:S.sizes,crossOrigin:JD,integrity:S.integrity,nonce:S.nonce,type:S.type,fetchPriority:S.fetchPriority,referrerPolicy:S.refererPolicy}),0<=(Bd.remainingCapacity-=Jm.length+2))?(X.resets.image[xh]=vn,Bd.highImagePreloads&&(Bd.highImagePreloads+=", "),Bd.highImagePreloads+=Jm):(Nd=[],O(Nd,{rel:"preload",as:"image",href:Co?void 0:Jo,imageSrcSet:Co,imageSizes:ZD,crossOrigin:JD,integrity:S.integrity,type:S.type,fetchPriority:S.fetchPriority,referrerPolicy:S.referrerPolicy}),S.fetchPriority==="high"||10>X.highImagePreloads.size?X.highImagePreloads.add(Nd):(X.bulkPreloads.add(Nd),Ym.set(xh,Nd)))}}return ye(p,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 ye(p,S,b);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 KD=me(X.headChunks,S,"head")}else KD=me(p,S,"head");return KD;case"html":if(Ee.insertionMode===fo&&X.htmlChunks===null){X.htmlChunks=[Ff];var QD=me(X.htmlChunks,S,"html")}else QD=me(p,S,"html");return QD;default:if(b.indexOf("-")!==-1){p.push(Ie(b));var Km=null,qD=null,wh;for(wh in S)if(_n.call(S,wh)){var Nc=S[wh];if(Nc!=null){var jD=wh;switch(wh){case"children":Km=Nc;break;case"dangerouslySetInnerHTML":qD=Nc;break;case"style":te(p,Nc);break;case"suppressContentEditableWarning":case"suppressHydrationWarning":case"ref":break;case"className":jD="class";default:if(L(wh)&&typeof Nc!="function"&&typeof Nc!="symbol"&&Nc!==!1){if(Nc===!0)Nc="";else if(typeof Nc=="object")continue;p.push(Vr,d(jD),Fr,d(J(Nc)),hr)}}}}return p.push(jn),Ze(p,qD,Km),Km}}return me(p,S,b)}function we(p){var b=eo.get(p);return b===void 0&&(b=y("</"+p+">"),eo.set(p,b)),b}function de(p,b){b=b.bootstrapChunks;for(var S=0;S<b.length-1;S++)u(p,b[S]);return S<b.length?(S=b[S],b.length=0,f(p,S)):!0}function De(p,b,S){if(u(p,Sl),S===null)throw Error("An ID must have been assigned before we can complete the boundary.");return u(p,b.boundaryPrefix),u(p,d(S.toString(16))),f(p,Al)}function Ae(p,b,S,N){switch(S.insertionMode){case fo:case ti:case Hr:return u(p,Ul),u(p,b.segmentPrefix),u(p,d(N.toString(16))),f(p,iu);case ni:return u(p,Lo),u(p,b.segmentPrefix),u(p,d(N.toString(16))),f(p,ma);case ri:return u(p,va),u(p,b.segmentPrefix),u(p,d(N.toString(16))),f(p,Tc);case Fi:return u(p,Xu),u(p,b.segmentPrefix),u(p,d(N.toString(16))),f(p,Mi);case Qa:return u(p,yo),u(p,b.segmentPrefix),u(p,d(N.toString(16))),f(p,Zu);case yi:return u(p,T),u(p,b.segmentPrefix),u(p,d(N.toString(16))),f(p,k);case As:return u(p,q),u(p,b.segmentPrefix),u(p,d(N.toString(16))),f(p,le);default:throw Error("Unknown insertion mode. This is a bug in React.")}}function Le(p,b){switch(b.insertionMode){case fo:case ti:case Hr:return f(p,Fl);case ni:return f(p,ou);case ri:return f(p,$a);case Fi:return f(p,Yu);case Qa:return f(p,v);case yi:return f(p,V);case As:return f(p,_e);default:throw Error("Unknown insertion mode. This is a bug in React.")}}function ct(p){return JSON.stringify(p).replace(Ur,function(b){switch(b){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 xt(p){return JSON.stringify(p).replace(mi,function(b){switch(b){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 Rt(p){var b=p.rules,S=p.hrefs;0<b.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 N=0;if(S.length){for(u(this,vi),u(this,p.precedence),u(this,Of);N<S.length-1;N++)u(this,S[N]),u(this,Ad);for(u(this,S[N]),u(this,Ec),N=0;N<b.length;N++)u(this,b[N]);Ju=f(this,au),Us=!0,b.length=0,S.length=0}}function St(p){return p.state!==lu?Us=!0:!1}function Re(p,b,S){return Us=!1,Ju=!0,b.styles.forEach(Rt,p),b.stylesheets.forEach(St),Us&&(S.stylesToHoist=!0),Ju}function je(p){for(var b=0;b<p.length;b++)u(this,p[b]);p.length=0}function ut(p){O(es,p.props);for(var b=0;b<es.length;b++)u(this,es[b]);es.length=0,p.state=lu}function mt(p){var b=0<p.sheets.size;p.sheets.forEach(ut,this),p.sheets.clear();var S=p.rules,N=p.hrefs;if(!b||N.length){if(u(this,_d),u(this,p.precedence),p=0,N.length){for(u(this,Sd);p<N.length-1;p++)u(this,N[p]),u(this,Ad);u(this,N[p])}for(u(this,su),p=0;p<S.length;p++)u(this,S[p]);u(this,kd),S.length=0,N.length=0}}function Wt(p){if(p.state===Wo){p.state=Fs;var b=p.props;for(O(es,{rel:"preload",as:"style",href:p.props.href,crossOrigin:b.crossOrigin,fetchPriority:b.fetchPriority,integrity:b.integrity,media:b.media,hrefLang:b.hrefLang,referrerPolicy:b.referrerPolicy}),p=0;p<es.length;p++)u(this,es[p]);es.length=0}}function ke(p){p.sheets.forEach(Wt,this),p.sheets.clear()}function Ne(p,b){u(p,If);var S=If;b.stylesheets.forEach(function(N){if(N.state!==lu)if(N.state===Ku)u(p,S),N=N.props.href,R(N,"href"),u(p,d(xt(""+N))),u(p,bo),S=ts;else{u(p,S);var X=N.props["data-precedence"],oe=N.props,Ee=F(""+N.props.href);u(p,d(xt(Ee))),R(X,"precedence"),X=""+X,u(p,ns),u(p,d(xt(X)));for(var Ue in oe)if(_n.call(oe,Ue)&&(X=oe[Ue],X!=null))switch(Ue){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:zt(p,Ue,X)}u(p,bo),S=ts,N.state=Ku}}),u(p,bo)}function zt(p,b,S){var N=b.toLowerCase();switch(typeof S){case"function":case"symbol":return}switch(b){case"innerHTML":case"dangerouslySetInnerHTML":case"suppressContentEditableWarning":case"suppressHydrationWarning":case"style":case"ref":return;case"className":N="class",R(S,N),b=""+S;break;case"hidden":if(S===!1)return;b="";break;case"src":case"href":S=F(S),R(S,N),b=""+S;break;default:if(2<b.length&&(b[0]==="o"||b[0]==="O")&&(b[1]==="n"||b[1]==="N")||!L(b))return;R(S,N),b=""+S}u(p,ns),u(p,d(xt(N))),u(p,ns),u(p,d(xt(b)))}function Lt(){return{styles:new Set,stylesheets:new Set}}function an(p,b,S,N){(p.scriptResources.hasOwnProperty(S)||p.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),p.scriptResources[S]=Ot,p.moduleScriptResources[S]=Ot,p=[],O(p,N),b.bootstrapScripts.add(p)}function Y(p,b){p.crossOrigin==null&&(p.crossOrigin=b[0]),p.integrity==null&&(p.integrity=b[1])}function ee(p,b,S){p=xe(p),b=ft(b,"as"),b="<"+p+'>; rel=preload; as="'+b+'"';for(var N in S)_n.call(S,N)&&(p=S[N],typeof p=="string"&&(b+="; "+N.toLowerCase()+'="'+ft(p,N)+'"'));return b}function xe(p){return R(p,"href"),(""+p).replace(Qu,We)}function We(p){switch(p){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 ft(p,b){return C(p)&&(console.error("The provided `%s` option is an unsupported type %s. This value must be coerced to a string before using it here.",b,D(p)),A(p)),(""+p).replace(zn,At)}function At(p){switch(p){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 Ft(p){this.styles.add(p)}function Yt(p){this.stylesheets.add(p)}function jt(p){if(p==null)return null;if(typeof p=="function")return p.$$typeof===qu?null:p.displayName||p.name||null;if(typeof p=="string")return p;switch(p){case ji:return"Fragment";case da:return"Portal";case Es:return"Profiler";case fl:return"StrictMode";case hl:return"Suspense";case Cs: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 Ja:return(p.displayName||"Context")+".Provider";case Bu:return(p._context.displayName||"Context")+".Consumer";case rr:var b=p.render;return p=p.displayName,p||(p=b.displayName||b.name||"",p=p!==""?"ForwardRef("+p+")":"ForwardRef"),p;case hi:return b=p.displayName||null,b!==null?b:jt(p.type)||"Memo";case Sr:b=p._payload,p=p._init;try{return jt(p(b))}catch{}}return null}function sr(p,b){if(p!==b){p.context._currentValue=p.parentValue,p=p.parent;var S=b.parent;if(p===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.");sr(p,S)}b.context._currentValue=b.value}}function qt(p){p.context._currentValue=p.parentValue,p=p.parent,p!==null&&qt(p)}function Rn(p){var b=p.parent;b!==null&&Rn(b),p.context._currentValue=p.value}function qr(p,b){if(p.context._currentValue=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===b.depth?sr(p,b):qr(p,b)}function cr(p,b){var S=b.parent;if(S===null)throw Error("The depth must equal at least at zero before reaching the root. This is a bug in React.");p.depth===S.depth?sr(p,S):cr(p,S),b.context._currentValue=b.value}function Gn(p){var b=zo;b!==p&&(b===null?Rn(p):p===null?qt(b):b.depth===p.depth?sr(b,p):b.depth>p.depth?qr(b,p):cr(b,p),zo=p)}function Xn(p){if(p!==null&&typeof p!="function"){var b=String(p);Ol.has(b)||(Ol.add(b),console.error("Expected the last optional `callback` argument to be a function. Instead received: %s.",p))}}function Ti(p,b){p=(p=p.constructor)&&jt(p)||"ReactClass";var S=p+"."+b;uu[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.`,b,p),uu[S]=!0)}function Mt(p,b,S){var N=p.id;p=p.overflow;var X=32-Il(N)-1;N&=~(1<<X),S+=1;var oe=32-Il(b)+X;if(30<oe){var Ee=X-X%5;return oe=(N&(1<<Ee)-1).toString(32),N>>=Ee,X-=Ee,{id:1<<32-Il(b)+X|S<<X|N,overflow:oe+p}}return{id:1<<oe|S<<X|N,overflow:p}}function Cn(p){return p>>>=0,p===0?32:31-(Ud(p)/fu|0)|0}function nr(){}function ur(p,b,S){switch(S=p[S],S===void 0?p.push(b):S!==b&&(b.then(nr,nr),b=S),b.status){case"fulfilled":return b.value;case"rejected":throw b.reason;default:switch(typeof b.status=="string"?b.then(nr,nr):(p=b,p.status="pending",p.then(function(N){if(b.status==="pending"){var X=b;X.status="fulfilled",X.value=N}},function(N){if(b.status==="pending"){var X=b;X.status="rejected",X.reason=N}})),b.status){case"fulfilled":return b.value;case"rejected":throw b.reason}throw Ns=b,Ps}}function oa(){if(Ns===null)throw Error("Expected a suspended thenable. This is a bug in React. Please file an issue.");var p=Ns;return Ns=null,p}function Qs(p,b){return p===b&&(p!==0||1/p===1/b)||p!==p&&b!==b}function ui(){if(Ta===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 In&&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"),Ta}function Uo(){if(0<Ho)throw Error("Rendered more hooks than during the previous render");return{memoizedState:null,queue:null,next:null}}function Wa(){return Sn===null?Ea===null?(Bs=!1,Ea=Sn=Uo()):(Bs=!0,Sn=Ea):Sn.next===null?(Bs=!1,Sn=Sn.next=Uo()):(Bs=!0,Sn=Sn.next),Sn}function Xi(){var p=Ws;return Ws=null,p}function Un(){In=!1,Pf=_c=du=Ta=null,as=!1,Ea=null,Ho=0,Sn=Ca=null}function qs(p){return In&&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._currentValue}function js(p,b){return typeof b=="function"?b(p):b}function Ei(p,b,S){if(p!==js&&(Sc="useReducer"),Ta=ui(),Sn=Wa(),Bs){if(S=Sn.queue,b=S.dispatch,Ca!==null){var N=Ca.get(S);if(N!==void 0){Ca.delete(S),S=Sn.memoizedState;do{var X=N.action;In=!0,S=p(S,X),In=!1,N=N.next}while(N!==null);return Sn.memoizedState=S,[S,b]}}return[Sn.memoizedState,b]}return In=!0,p=p===js?typeof b=="function"?b():b:S!==void 0?S(b):b,In=!1,Sn.memoizedState=p,p=Sn.queue={last:null,dispatch:null},p=p.dispatch=ic.bind(null,Ta,p),[Sn.memoizedState,p]}function $s(p,b){if(Ta=ui(),Sn=Wa(),b=b===void 0?null:b,Sn!==null){var S=Sn.memoizedState;if(S!==null&&b!==null){e:{var N=S[1];if(N===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.",Sc),N=!1;else{b.length!==N.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`,Sc,"["+b.join(", ")+"]","["+N.join(", ")+"]");for(var X=0;X<N.length&&X<b.length;X++)if(!Cc(b[X],N[X])){N=!1;break e}N=!0}}if(N)return S[0]}}return In=!0,p=p(),In=!1,Sn.memoizedState=[p,b],p}function ic(p,b,S){if(25<=Ho)throw Error("Too many re-renders. React limits the number of renders to prevent an infinite loop.");if(p===Ta)if(as=!0,p={action:S,next:null},Ca===null&&(Ca=new Map),S=Ca.get(b),S===void 0)Ca.set(b,p);else{for(b=S;b.next!==null;)b=b.next;b.next=p}}function el(){throw Error("startTransition cannot be called during server rendering.")}function za(){throw Error("Cannot update optimistic state while rendering.")}function tl(p,b,S){ui();var N=Mr++,X=_c;if(typeof p.$$FORM_ACTION=="function"){var oe=null,Ee=Pf;X=X.formState;var Ue=p.$$IS_SIGNATURE_EQUAL;if(X!==null&&typeof Ue=="function"){var qe=X[1];Ue.call(p,X[2],X[3])&&(oe=S!==void 0?"p"+S:"k"+s(JSON.stringify([Ee,null,N]),0),qe===oe&&(Ni=N,b=X[0]))}var ze=p.bind(null,b);return p=function(wt){ze(wt)},typeof ze.$$FORM_ACTION=="function"&&(p.$$FORM_ACTION=function(wt){wt=ze.$$FORM_ACTION(wt),S!==void 0&&(R(S,"target"),S+="",wt.action=S);var nt=wt.data;return nt&&(oe===null&&(oe=S!==void 0?"p"+S:"k"+s(JSON.stringify([Ee,null,N]),0)),nt.append("$ACTION_KEY",oe)),wt}),[b,p,!1]}var ht=p.bind(null,b);return[b,function(wt){ht(wt)},!1]}function nl(p){var b=oi;return oi+=1,Ws===null&&(Ws=[]),ur(Ws,p,b)}function vr(){throw Error("Cache cannot be refreshed during server rendering.")}function oc(){}function Fo(){}function Mu(){if(zs===0){Hs=console.log,g=console.info,m=console.warn,_=console.error,W=console.group,Z=console.groupCollapsed,ae=console.groupEnd;var p={configurable:!0,enumerable:!0,value:Fo,writable:!0};Object.defineProperties(console,{info:p,log:p,warn:p,error:p,group:p,groupCollapsed:p,groupEnd:p})}zs++}function Ci(){if(zs--,zs===0){var p={configurable:!0,enumerable:!0,writable:!0};Object.defineProperties(console,{log:Ln({},p,{value:Hs}),info:Ln({},p,{value:g}),warn:Ln({},p,{value:m}),error:Ln({},p,{value:_}),group:Ln({},p,{value:W}),groupCollapsed:Ln({},p,{value:Z}),groupEnd:Ln({},p,{value:ae})})}0>zs&&console.error("disabledDepth fell below zero. This is a bug in React. Please file an issue.")}function lo(p){if(Ce===void 0)try{throw Error()}catch(S){var b=S.stack.trim().match(/\n( *(at )?)/);Ce=b&&b[1]||"",Me=-1<S.stack.indexOf(`
|
|
399
|
-
at`)?" (<anonymous>)":-1<S.stack.indexOf("@")?"@unknown:0:0":""}return`
|
|
400
|
-
`+Ce+p+Me}function ws(p,b){if(!p||et)return"";var S=He.get(p);if(S!==void 0)return S;et=!0,S=Error.prepareStackTrace,Error.prepareStackTrace=void 0;var N=null;N=Dt.H,Dt.H=null,Mu();try{var X={DetermineComponentFrameRoot:function(){try{if(b){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 Et=it}Reflect.construct(p,[],nt)}else{try{nt.call()}catch(it){Et=it}p.call(nt.prototype)}}else{try{throw Error()}catch(it){Et=it}(nt=p())&&typeof nt.catch=="function"&&nt.catch(function(){})}}catch(it){if(it&&Et&&typeof it.stack=="string")return[it.stack,Et.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(),Ue=Ee[0],qe=Ee[1];if(Ue&&qe){var ze=Ue.split(`
|
|
401
|
-
`),ht=qe.split(`
|
|
402
|
-
`);for(Ee=oe=0;oe<ze.length&&!ze[oe].includes("DetermineComponentFrameRoot");)oe++;for(;Ee<ht.length&&!ht[Ee].includes("DetermineComponentFrameRoot");)Ee++;if(oe===ze.length||Ee===ht.length)for(oe=ze.length-1,Ee=ht.length-1;1<=oe&&0<=Ee&&ze[oe]!==ht[Ee];)Ee--;for(;1<=oe&&0<=Ee;oe--,Ee--)if(ze[oe]!==ht[Ee]){if(oe!==1||Ee!==1)do if(oe--,Ee--,0>Ee||ze[oe]!==ht[Ee]){var wt=`
|
|
403
|
-
`+ze[oe].replace(" at new "," at ");return p.displayName&&wt.includes("<anonymous>")&&(wt=wt.replace("<anonymous>",p.displayName)),typeof p=="function"&&He.set(p,wt),wt}while(1<=oe&&0<=Ee);break}}}finally{et=!1,Dt.H=N,Ci(),Error.prepareStackTrace=S}return ze=(ze=p?p.displayName||p.name:"")?lo(ze):"",typeof p=="function"&&He.set(p,ze),ze}function rl(p){if(typeof p=="string")return lo(p);if(typeof p=="function")return p.prototype&&p.prototype.isReactComponent?(p=ws(p,!0),p):ws(p,!1);if(typeof p=="object"&&p!==null){switch(p.$$typeof){case rr:return ws(p.render,!1);case hi:return ws(p.type,!1);case Sr:var b=p,S=b._payload;b=b._init;try{p=b(S)}catch{return lo("Lazy")}return rl(p)}if(typeof p.name=="string")return S=p.env,lo(p.name+(S?" ["+S+"]":""))}switch(p){case Cs:return lo("SuspenseList");case hl:return lo("Suspense")}return""}function Xc(p){try{var b="";do b+=rl(p.type),p=p.parent;while(p);return b}catch(S){return`
|
|
404
|
-
Error generating stack: `+S.message+`
|
|
405
|
-
`+S.stack}}function il(p){if(typeof p=="object"&&p!==null&&typeof p.environmentName=="string"){var b=p.environmentName;p=[p].slice(0),typeof p[0]=="string"?p.splice(0,1,"%c%s%c "+p[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"," "+b+" ",""):p.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"," "+b+" ",""),p.unshift(console),b=cu.apply(console.error,p),b()}else console.error(p);return null}function _i(){}function ac(p,b,S,N,X,oe,Ee,Ue,qe,ze,ht){var wt=new Set;this.destination=null,this.flushScheduled=!1,this.resumableState=p,this.renderState=b,this.rootFormatContext=S,this.progressiveChunkSize=N===void 0?12800:N,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?il:X,this.onPostpone=ze===void 0?_i:ze,this.onAllReady=oe===void 0?_i:oe,this.onShellReady=Ee===void 0?_i:Ee,this.onShellError=Ue===void 0?_i:Ue,this.onFatalError=qe===void 0?_i:qe,this.formState=ht===void 0?null:ht,this.didWarnForKey=null}function ol(p,b,S,N,X,oe,Ee,Ue,qe,ze,ht,wt){return b=new ac(b,S,N,X,oe,Ee,Ue,qe,ze,ht,wt),S=Yi(b,0,null,N,!1,!1),S.parentFlushed=!0,p=Ha(b,null,p,-1,null,S,null,b.abortableTasks,null,N,null,Rd,null,!1),xr(p),b.pingedTasks.push(p),b}function aa(p,b,S,N,X,oe,Ee,Ue,qe,ze,ht){return p=ol(p,b,S,N,X,oe,Ee,Ue,qe,ze,ht,void 0),p.trackedPostpones={workingMap:new Map,rootNodes:[],rootSlots:null},p}function Oo(p,b){p.pingedTasks.push(b),p.pingedTasks.length===1&&(p.flushScheduled=p.destination!==null,p.trackedPostpones!==null||p.status===10?dc(function(){return Zc(p)}):l(function(){return Zc(p)}))}function Si(p,b){return{status:Zt,rootSegmentID:-1,parentFlushed:!1,pendingTasks:0,completedSegments:[],byteSize:0,fallbackAbortableTasks:b,errorDigest:null,contentState:Lt(),fallbackState:Lt(),trackedContentKeyPath:null,trackedFallbackNode:null,errorMessage:null,errorStack:null,errorComponentStack:null}}function Ha(p,b,S,N,X,oe,Ee,Ue,qe,ze,ht,wt,nt,Et){p.allPendingTasks++,X===null?p.pendingRootTasks++:X.pendingTasks++;var it={replay:null,node:S,childIndex:N,ping:function(){return Oo(p,it)},blockedBoundary:X,blockedSegment:oe,hoistableState:Ee,abortSet:Ue,keyPath:qe,formatContext:ze,context:ht,treeContext:wt,componentStack:nt,thenableState:b,isFallback:Et};return Ue.add(it),it}function Yc(p,b,S,N,X,oe,Ee,Ue,qe,ze,ht,wt,nt,Et){p.allPendingTasks++,oe===null?p.pendingRootTasks++:oe.pendingTasks++,S.pendingTasks++;var it={replay:S,node:N,childIndex:X,ping:function(){return Oo(p,it)},blockedBoundary:oe,blockedSegment:null,hoistableState:Ee,abortSet:Ue,keyPath:qe,formatContext:ze,context:ht,treeContext:wt,componentStack:nt,thenableState:b,isFallback:Et};return Ue.add(it),it}function Yi(p,b,S,N,X,oe){return{status:Zt,id:-1,index:b,parentFlushed:!1,chunks:[],children:[],parentFormatContext:N,boundary:S,lastPushedText:X,textEmbedded:oe}}function Ds(){return mo===null||mo.componentStack===null?"":Xc(mo.componentStack)}function al(p,b){if(b!=null)for(var S=0;S<b.length;S++){var N=b[S];typeof N.name=="string"&&(p.componentStack={parent:p.componentStack,type:N,owner:N.owner,stack:null})}}function xr(p){var b=p.node;if(typeof b=="object"&&b!==null)switch(b.$$typeof){case qi:var S=b.type,N=b._owner;al(p,b._debugInfo),p.componentStack={parent:p.componentStack,type:S,owner:N,stack:null};break;case Sr:al(p,b._debugInfo);break;default:typeof b.then=="function"&&al(p,b._debugInfo)}}function Zi(p){var b={};return p&&Object.defineProperty(b,"componentStack",{configurable:!0,enumerable:!0,get:function(){var S=Xc(p);return Object.defineProperty(b,"componentStack",{value:S}),S}}),b}function Va(p,b,S,N,X){p.errorDigest=b,S instanceof Error?(b=String(S.message),S=String(S.stack)):(b=typeof S=="object"&&S!==null?a(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
|
-
`,p.errorMessage=X+b,p.errorStack=S!==null?X+S:null,p.errorComponentStack=N.componentStack}function Ai(p,b,S){if(p=p.onError,b=p(b,S),b!=null&&typeof b!="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 b);else return b}function fi(p,b){var S=p.onShellError,N=p.onFatalError;S(b),N(b),p.destination!==null?(p.status=tn,w(p.destination,b)):(p.status=13,p.fatalError=b)}function sc(p,b,S,N,X,oe){var Ee=b.thenableState;for(b.thenableState=null,Ta={},du=b,_c=p,Pf=S,In=!1,Mr=Ls=0,Ni=-1,oi=0,Ws=Ee,p=_t(N,X,oe);as;)as=!1,Mr=Ls=0,Ni=-1,oi=0,Ho+=1,Sn=null,p=N(X,oe);return Un(),p}function di(p,b,S,N,X,oe,Ee){var Ue=!1;if(oe!==0&&p.formState!==null){var qe=b.blockedSegment;if(qe!==null){Ue=!0,qe=qe.chunks;for(var ze=0;ze<oe;ze++)ze===Ee?qe.push(El):qe.push(ba)}}oe=b.keyPath,b.keyPath=S,X?(S=b.treeContext,b.treeContext=Mt(S,1,0),zr(p,b,N,-1),b.treeContext=S):Ue?zr(p,b,N,-1):$t(p,b,N,-1),b.keyPath=oe}function Ga(p,b,S,N,X,oe){if(typeof N=="function")if(N.prototype&&N.prototype.isReactComponent){var Ee=X;if("ref"in X){Ee={};for(var Ue in X)Ue!=="ref"&&(Ee[Ue]=X[Ue])}var qe=N.defaultProps;if(qe){Ee===X&&(Ee=Ln({},Ee,X));for(var ze in qe)Ee[ze]===void 0&&(Ee[ze]=qe[ze])}var ht=Ee,wt=xa,nt=N.contextType;if("contextType"in N&&nt!==null&&(nt===void 0||nt.$$typeof!==Ja)&&!Mf.has(N)){Mf.add(N);var Et=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===Bu?" 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(N)||"Component",Et)}typeof nt=="object"&&nt!==null&&(wt=nt._currentValue);var it=new N(ht,wt);if(typeof N.getDerivedStateFromProps=="function"&&(it.state===null||it.state===void 0)){var sn=jt(N)||"Component";rs.has(sn)||(rs.add(sn),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.",sn,it.state===null?"null":"undefined",sn))}if(typeof N.getDerivedStateFromProps=="function"||typeof it.getSnapshotBeforeUpdate=="function"){var Dn=null,An=null,yn=null;if(typeof it.componentWillMount=="function"&&it.componentWillMount.__suppressDeprecationWarning!==!0?Dn="componentWillMount":typeof it.UNSAFE_componentWillMount=="function"&&(Dn="UNSAFE_componentWillMount"),typeof it.componentWillReceiveProps=="function"&&it.componentWillReceiveProps.__suppressDeprecationWarning!==!0?An="componentWillReceiveProps":typeof it.UNSAFE_componentWillReceiveProps=="function"&&(An="UNSAFE_componentWillReceiveProps"),typeof it.componentWillUpdate=="function"&&it.componentWillUpdate.__suppressDeprecationWarning!==!0?yn="componentWillUpdate":typeof it.UNSAFE_componentWillUpdate=="function"&&(yn="UNSAFE_componentWillUpdate"),Dn!==null||An!==null||yn!==null){var Tn=jt(N)||"Component",or=typeof N.getDerivedStateFromProps=="function"?"getDerivedStateFromProps()":"getSnapshotBeforeUpdate()";Pi.has(Tn)||(Pi.add(Tn),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`,Tn,or,Dn!==null?`
|
|
415
|
-
`+Dn:"",An!==null?`
|
|
416
|
-
`+An:"",yn!==null?`
|
|
417
|
-
`+yn:""))}}var Qt=jt(N)||"Component";it.render||(N.prototype&&typeof N.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),N.childContextTypes&&!Ir.has(N)&&(Ir.add(N),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)),N.contextTypes&&!Is.has(N)&&(Is.add(N),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),N.prototype&&N.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(N)||"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"||Da.has(N)||(Da.add(N),console.error("%s: getSnapshotBeforeUpdate() should be used with componentDidUpdate(). This component defines getSnapshotBeforeUpdate() only.",jt(N))),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 N.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 er=it.state;er&&(typeof er!="object"||ha(er))&&console.error("%s.state: must be set to an object or null",Qt),typeof it.getChildContext=="function"&&typeof N.childContextTypes!="object"&&console.error("%s.getChildContext(): childContextTypes must be defined in order to use getChildContext().",Qt);var Mn=it.state!==void 0?it.state:null;it.updater=Ms,it.props=ht,it.state=Mn;var kn={queue:[],replace:!1};it._reactInternals=kn;var Nr=N.contextType;if(it.context=typeof Nr=="object"&&Nr!==null?Nr._currentValue:xa,it.state===ht){var vo=jt(N)||"Component";is.has(vo)||(is.add(vo),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.",vo))}var tr=N.getDerivedStateFromProps;if(typeof tr=="function"){var li=tr(ht,Mn);if(li===void 0){var gr=jt(N)||"Component";Os.has(gr)||(Os.add(gr),console.error("%s.getDerivedStateFromProps(): A valid state object (or null) must be returned. You have returned undefined.",gr))}var Go=li==null?Mn:Ln({},Mn,li);it.state=Go}if(typeof N.getDerivedStateFromProps!="function"&&typeof it.getSnapshotBeforeUpdate!="function"&&(typeof it.UNSAFE_componentWillMount=="function"||typeof it.componentWillMount=="function")){var Sa=it.state;if(typeof it.componentWillMount=="function"){if(it.componentWillMount.__suppressDeprecationWarning!==!0){var xo=jt(N)||"Unknown";wa[xo]||(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`,xo),wa[xo]=!0)}it.componentWillMount()}if(typeof it.UNSAFE_componentWillMount=="function"&&it.UNSAFE_componentWillMount(),Sa!==it.state&&(console.error("%s.componentWillMount(): Assigning directly to this.state is deprecated (except inside a component's constructor). Use setState instead.",jt(N)||"Component"),Ms.enqueueReplaceState(it,it.state,null)),kn.queue!==null&&0<kn.queue.length){var Aa=kn.queue,Vs=kn.replace;if(kn.queue=null,kn.replace=!1,Vs&&Aa.length===1)it.state=Aa[0];else{for(var Bi=Vs?Aa[0]:it.state,hu=!0,Li=Vs?1:0;Li<Aa.length;Li++){var ss=Aa[Li],wo=typeof ss=="function"?ss.call(it,Bi,ht,void 0):ss;wo!=null&&(hu?(hu=!1,Bi=Ln({},Bi,wo)):Ln(Bi,wo))}it.state=Bi}}else kn.queue=null}var Pl=It(it);if(p.status===12)throw null;it.props!==ht&&(si||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(N)||"a component"),si=!0);var Hn=b.keyPath;b.keyPath=S,$t(p,b,Pl,-1),b.keyPath=Hn}else{if(N.prototype&&typeof N.prototype.render=="function"){var Pn=jt(N)||"Unknown";ai[Pn]||(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.",Pn,Pn),ai[Pn]=!0)}var Wi=sc(p,b,S,N,X,void 0);if(p.status===12)throw null;var ka=Ls!==0,ju=Mr,$u=Ni;if(N.contextTypes){var zi=jt(N)||"Unknown";wn[zi]||(wn[zi]=!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)",zi))}if(N&&N.childContextTypes&&console.error(`childContextTypes cannot be defined on a function component.
|
|
422
|
-
%s.childContextTypes = ...`,N.displayName||N.name||"Component"),typeof N.getDerivedStateFromProps=="function"){var Xo=jt(N)||"Unknown";_a[Xo]||(console.error("%s: Function components do not support getDerivedStateFromProps.",Xo),_a[Xo]=!0)}if(typeof N.contextType=="object"&&N.contextType!==null){var Nl=jt(N)||"Unknown";bn[Nl]||(console.error("%s: Function components do not support contextType.",Nl),bn[Nl]=!0)}di(p,b,S,Wi,ka,ju,$u)}else if(typeof N=="string"){var Ra=b.blockedSegment;if(Ra===null){var yr=X.children,Yr=b.formatContext,Bl=b.keyPath;b.formatContext=ge(Yr,N,X),b.keyPath=S,zr(p,b,yr,-1),b.formatContext=Yr,b.keyPath=Bl}else{var pu=Se(Ra.chunks,N,X,p.resumableState,p.renderState,b.hoistableState,b.formatContext,Ra.lastPushedText,b.isFallback);Ra.lastPushedText=!1;var Hi=b.formatContext,kc=b.keyPath;b.formatContext=ge(Hi,N,X),b.keyPath=S,zr(p,b,pu,-1),b.formatContext=Hi,b.keyPath=kc;e:{var Yo=Ra.chunks,Ua=p.resumableState;switch(N){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(Hi.insertionMode<=ti){Ua.hasBody=!0;break e}break;case"html":if(Hi.insertionMode===fo){Ua.hasHtml=!0;break e}}Yo.push(we(N))}Ra.lastPushedText=!1}}else{switch(N){case en:case _s:case fl:case Es:case ji:var Fa=b.keyPath;b.keyPath=S,$t(p,b,X.children,-1),b.keyPath=Fa;return;case Fn:if(X.mode!=="hidden"){var Oa=b.keyPath;b.keyPath=S,$t(p,b,X.children,-1),b.keyPath=Oa}return;case Cs:var Zo=b.keyPath;b.keyPath=S,$t(p,b,X.children,-1),b.keyPath=Zo;return;case ki:throw Error("ReactDOMServer does not yet support scope components.");case hl:e:if(b.replay!==null){var Do=b.keyPath;b.keyPath=S;var Ll=X.children;try{zr(p,b,Ll,-1)}finally{b.keyPath=Do}}else{var Wl=b.keyPath,To=b.blockedBoundary,gu=b.hoistableState,Ia=b.blockedSegment,Rc=X.fallback,ls=X.children,Od=new Set,ar=Si(p,Od);p.trackedPostpones!==null&&(ar.trackedContentKeyPath=S);var Zr=Yi(p,Ia.chunks.length,ar,b.formatContext,!1,!1);Ia.children.push(Zr),Ia.lastPushedText=!1;var Vi=Yi(p,0,null,b.formatContext,!1,!1);if(Vi.parentFlushed=!0,p.trackedPostpones!==null){var to=[S[0],"Suspense Fallback",S[2]],Uc=[to[1],to[2],[],null];p.trackedPostpones.workingMap.set(to,Uc),ar.trackedFallbackNode=Uc,b.blockedSegment=Zr,b.keyPath=to,Zr.status=6;try{zr(p,b,Rc,-1),Zr.lastPushedText&&Zr.textEmbedded&&Zr.chunks.push(Oi),Zr.status=Pt}catch(tf){throw Zr.status=p.status===12?3:4,tf}finally{b.blockedSegment=Ia,b.keyPath=Wl}var Id=Ha(p,null,ls,-1,ar,Vi,ar.contentState,b.abortSet,S,b.formatContext,b.context,b.treeContext,b.componentStack,b.isFallback);xr(Id),p.pingedTasks.push(Id)}else{b.blockedBoundary=ar,b.hoistableState=ar.contentState,b.blockedSegment=Vi,b.keyPath=S,Vi.status=6;try{if(zr(p,b,ls,-1),Vi.lastPushedText&&Vi.textEmbedded&&Vi.chunks.push(Oi),Vi.status=Pt,fa(ar,Vi),ar.pendingTasks===0&&ar.status===Zt){ar.status=Pt;break e}}catch(tf){if(ar.status=nn,p.status===12){Vi.status=3;var Eo=p.fatalError}else Vi.status=4,Eo=tf;var cs=Zi(b.componentStack),Fc=Ai(p,Eo,cs);Va(ar,Fc,Eo,cs,!1),sa(p,ar)}finally{b.blockedBoundary=To,b.hoistableState=gu,b.blockedSegment=Ia,b.keyPath=Wl}var Nf=Ha(p,null,Rc,-1,To,Zr,ar.fallbackState,Od,[S[0],"Suspense Fallback",S[2]],b.formatContext,b.context,b.treeContext,b.componentStack,!0);xr(Nf),p.pingedTasks.push(Nf)}}return}if(typeof N=="object"&&N!==null)switch(N.$$typeof){case rr:if("ref"in X){var br={};for(var zl in X)zl!=="ref"&&(br[zl]=X[zl])}else br=X;var yu=sc(p,b,S,N.render,br,oe);di(p,b,S,yu,Ls!==0,Mr,Ni);return;case hi:Ga(p,b,S,N.type,X,oe);return;case dl:case Ja:var Hl=X.value,Oc=X.children,Ic=b.context,bu=b.keyPath,Mc=N._currentValue;N._currentValue=Hl,N._currentRenderer!==void 0&&N._currentRenderer!==null&&N._currentRenderer!==xi&&console.error("Detected multiple renderers concurrently rendering the same context provider. This is currently unsupported."),N._currentRenderer=xi;var ef=zo,Vl={parent:ef,depth:ef===null?0:ef.depth+1,context:N,parentValue:Mc,value:Hl};zo=Vl,b.context=Vl,b.keyPath=S,$t(p,b,Oc,-1);var us=zo;if(us===null)throw Error("Tried to pop a Context at the root of the app. This is a bug in React.");us.context!==N&&console.error("The parent context is not the expected context. This is probably a bug in React."),us.context._currentValue=us.parentValue,N._currentRenderer!==void 0&&N._currentRenderer!==null&&N._currentRenderer!==xi&&console.error("Detected multiple renderers concurrently rendering the same context provider. This is currently unsupported."),N._currentRenderer=xi;var Gl=zo=us.parent;b.context=Gl,b.keyPath=bu,Ic!==b.context&&console.error("Popping the context provider did not return back to the original snapshot. This is a bug in React.");return;case Bu:var Pc=N._context,fs=X.children;typeof fs!="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 Br=fs(Pc._currentValue),Lr=b.keyPath;b.keyPath=S,$t(p,b,Br,-1),b.keyPath=Lr;return;case Sr:var Md=hn(N);if(p.status===12)throw null;Ga(p,b,S,Md,X,oe);return}var Xl="";throw(N===void 0||typeof N=="object"&&N!==null&&Object.keys(N).length===0)&&(Xl+=" 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: "+((N==null?N:typeof N)+"."+Xl))}}function sl(p,b,S,N,X){var oe=b.replay,Ee=b.blockedBoundary,Ue=Yi(p,0,null,b.formatContext,!1,!1);Ue.id=S,Ue.parentFlushed=!0;try{b.replay=null,b.blockedSegment=Ue,zr(p,b,N,X),Ue.status=Pt,Ee===null?p.completedRootSegment=Ue:(fa(Ee,Ue),Ee.parentFlushed&&p.partialBoundaries.push(Ee))}finally{b.replay=oe,b.blockedSegment=null}}function $t(p,b,S,N){b.replay!==null&&typeof b.replay.slots=="number"?sl(p,b,b.replay.slots,S,N):(b.node=S,b.childIndex=N,S=b.componentStack,xr(b),Xa(p,b),b.componentStack=S)}function Xa(p,b){var S=b.node,N=b.childIndex;if(S!==null){if(typeof S=="object"){switch(S.$$typeof){case qi:var X=S.type,oe=S.key,Ee=S.props;S=Ee.ref;var Ue=S!==void 0?S:null,qe=jt(X),ze=oe??(N===-1?0:N),ht=[b.keyPath,qe,ze];if(b.replay!==null){var wt=b.replay;for(N=wt.nodes,S=0;S<N.length;S++)if(oe=N[S],ze===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=b.node,b.replay={nodes:nt,slots:oe,pendingTasks:1};try{if(Ga(p,b,ht,X,Ee,Ue),b.replay.pendingTasks===1&&0<b.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.");b.replay.pendingTasks--}catch(or){if(typeof or=="object"&&or!==null&&(or===Ps||typeof or.then=="function"))throw b.node===qe&&(b.replay=wt),or;b.replay.pendingTasks--,Ee=Zi(b.componentStack),ca(p,b.blockedBoundary,or,Ee,nt,oe)}b.replay=wt}else{if(X!==hl)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,Ue=oe[5],wt=oe[2],qe=oe[3],ze=oe[4]===null?[]:oe[4][2],oe=oe[4]===null?null:oe[4][3];var Et=b.keyPath,it=b.replay,sn=b.blockedBoundary,Dn=b.hoistableState,An=Ee.children;Ee=Ee.fallback;var yn=new Set,Tn=Si(p,yn);Tn.parentFlushed=!0,Tn.rootSegmentID=Ue,b.blockedBoundary=Tn,b.hoistableState=Tn.contentState,b.keyPath=ht,b.replay={nodes:wt,slots:qe,pendingTasks:1};try{if(zr(p,b,An,-1),b.replay.pendingTasks===1&&0<b.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(b.replay.pendingTasks--,Tn.pendingTasks===0&&Tn.status===Zt){Tn.status=Pt,p.completedBoundaries.push(Tn);break e}}catch(or){Tn.status=nn,nt=Zi(b.componentStack),X=Ai(p,or,nt),Va(Tn,X,or,nt,!1),b.replay.pendingTasks--,p.clientRenderedBoundaries.push(Tn)}finally{b.blockedBoundary=sn,b.hoistableState=Dn,b.replay=it,b.keyPath=Et}nt=Yc(p,null,{nodes:ze,slots:oe,pendingTasks:0},Ee,-1,sn,Tn.fallbackState,yn,[ht[0],"Suspense Fallback",ht[2]],b.formatContext,b.context,b.treeContext,b.componentStack,!0),xr(nt),p.pingedTasks.push(nt)}}N.splice(S,1);break}}else Ga(p,b,ht,X,Ee,Ue);return;case da:throw Error("Portals are not currently supported by the server renderer. Render them conditionally so that they only appear on the client render.");case Sr:if(S=hn(S),p.status===12)throw null;$t(p,b,S,N);return}if(ha(S)){Ya(p,b,S,N);return}if(S===null||typeof S!="object"?Ee=null:(nt=qc&&S[qc]||S["@@iterator"],Ee=typeof nt=="function"?nt:null),Ee&&(nt=Ee.call(S))){if(nt===S?(N!==-1||b.componentStack===null||typeof b.componentStack.type!="function"||Object.prototype.toString.call(b.componentStack.type)!=="[object GeneratorFunction]"||Object.prototype.toString.call(nt)!=="[object Generator]")&&(Pr||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."),Pr=!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);Ya(p,b,Ee,N)}return}if(typeof S.then=="function")return b.thenableState=null,$t(p,b,nl(S),N);if(S.$$typeof===Ja)return $t(p,b,S._currentValue,N);throw N=Object.prototype.toString.call(S),Error("Objects are not valid as a React child (found: "+(N==="[object Object]"?"object with keys {"+Object.keys(S).join(", ")+"}":N)+"). If you meant to render a collection of children, use an array instead.")}typeof S=="string"?(N=b.blockedSegment,N!==null&&(N.lastPushedText=K(N.chunks,S,p.renderState,N.lastPushedText))):typeof S=="number"||typeof S=="bigint"?(N=b.blockedSegment,N!==null&&(N.lastPushedText=K(N.chunks,""+S,p.renderState,N.lastPushedText))):(typeof S=="function"&&(N=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.",N,N)),typeof S=="symbol"&&console.error(`Symbols are not valid as a React child.
|
|
423
|
-
%s`,String(S)))}}function Ya(p,b,S,N){var X=b.keyPath,oe=b.componentStack;if(al(b,b.node._debugInfo),N!==-1&&(b.keyPath=[b.keyPath,"Fragment",N],b.replay!==null)){for(var Ee=b.replay,Ue=Ee.nodes,qe=0;qe<Ue.length;qe++){var ze=Ue[qe];if(ze[1]===N){N=ze[2],ze=ze[3],b.replay={nodes:N,slots:ze,pendingTasks:1};try{if(Ya(p,b,S,-1),b.replay.pendingTasks===1&&0<b.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.");b.replay.pendingTasks--}catch(Dn){if(typeof Dn=="object"&&Dn!==null&&(Dn===Ps||typeof Dn.then=="function"))throw Dn;b.replay.pendingTasks--,S=Zi(b.componentStack),ca(p,b.blockedBoundary,Dn,S,N,ze)}b.replay=Ee,Ue.splice(qe,1);break}}b.keyPath=X,b.componentStack=oe;return}if(Ee=b.treeContext,Ue=S.length,b.replay!==null&&(qe=b.replay.slots,qe!==null&&typeof qe=="object")){for(N=0;N<Ue;N++){ze=S[N],b.treeContext=Mt(Ee,Ue,N);var ht=qe[N];typeof ht=="number"?(sl(p,b,ht,ze,N),delete qe[N]):zr(p,b,ze,N)}b.treeContext=Ee,b.keyPath=X,b.componentStack=oe;return}for(qe=0;qe<Ue;qe++){N=S[qe];var wt=p;if(ze=b,ht=N,ht!==null&&typeof ht=="object"&&(ht.$$typeof===qi||ht.$$typeof===da)&&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=ze.componentStack,wt!==null&&!nt.has(wt)){nt.add(wt);var Et=jt(ht.type);nt=ht._owner;var it=wt.owner;if(wt="",it&&typeof it.type<"u"){var sn=jt(it.type);sn&&(wt=`
|
|
424
|
-
|
|
425
|
-
Check the render method of \``+sn+"`.")}wt||Et&&(wt=`
|
|
426
|
-
|
|
427
|
-
Check the top-level render call using <`+Et+">."),Et="",nt!=null&&it!==nt&&(it=null,typeof nt.type<"u"?it=jt(nt.type):typeof nt.name=="string"&&(it=nt.name),it&&(Et=" It was passed a child from "+it+".")),nt=ze.componentStack,ze.componentStack={parent:ze.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,Et),ze.componentStack=nt}}b.treeContext=Mt(Ee,Ue,qe),zr(p,b,N,qe)}b.treeContext=Ee,b.keyPath=X,b.componentStack=oe}function sa(p,b){p=p.trackedPostpones,p!==null&&(b=b.trackedContentKeyPath,b!==null&&(b=p.workingMap.get(b),b!==void 0&&(b.length=4,b[2]=[],b[3]=null)))}function la(p,b,S){return Yc(p,S,b.replay,b.node,b.childIndex,b.blockedBoundary,b.hoistableState,b.abortSet,b.keyPath,b.formatContext,b.context,b.treeContext,b.componentStack,b.isFallback)}function Io(p,b,S){var N=b.blockedSegment,X=Yi(p,N.chunks.length,null,b.formatContext,N.lastPushedText,!0);return N.children.push(X),N.lastPushedText=!1,Ha(p,S,b.node,b.childIndex,b.blockedBoundary,X,b.hoistableState,b.abortSet,b.keyPath,b.formatContext,b.context,b.treeContext,b.componentStack,b.isFallback)}function zr(p,b,S,N){var X=b.formatContext,oe=b.context,Ee=b.keyPath,Ue=b.treeContext,qe=b.componentStack,ze=b.blockedSegment;if(ze===null)try{return $t(p,b,S,N)}catch(nt){if(Un(),S=nt===Ps?oa():nt,typeof S=="object"&&S!==null){if(typeof S.then=="function"){N=Xi(),p=la(p,b,N).ping,S.then(p,p),b.formatContext=X,b.context=oe,b.keyPath=Ee,b.treeContext=Ue,b.componentStack=qe,Gn(oe);return}if(S.message==="Maximum call stack size exceeded"){S=Xi(),S=la(p,b,S),p.pingedTasks.push(S),b.formatContext=X,b.context=oe,b.keyPath=Ee,b.treeContext=Ue,b.componentStack=qe,Gn(oe);return}}}else{var ht=ze.children.length,wt=ze.chunks.length;try{return $t(p,b,S,N)}catch(nt){if(Un(),ze.children.length=ht,ze.chunks.length=wt,S=nt===Ps?oa():nt,typeof S=="object"&&S!==null){if(typeof S.then=="function"){N=Xi(),p=Io(p,b,N).ping,S.then(p,p),b.formatContext=X,b.context=oe,b.keyPath=Ee,b.treeContext=Ue,b.componentStack=qe,Gn(oe);return}if(S.message==="Maximum call stack size exceeded"){S=Xi(),S=Io(p,b,S),p.pingedTasks.push(S),b.formatContext=X,b.context=oe,b.keyPath=Ee,b.treeContext=Ue,b.componentStack=qe,Gn(oe);return}}}}throw b.formatContext=X,b.context=oe,b.keyPath=Ee,b.treeContext=Ue,Gn(oe),S}function ca(p,b,S,N,X,oe){var Ee=Ai(p,S,N);ua(p,b,X,oe,S,Ee,N,!1)}function co(p){var b=p.blockedBoundary;p=p.blockedSegment,p!==null&&(p.status=3,Mo(this,b,p))}function ua(p,b,S,N,X,oe,Ee,Ue){for(var qe=0;qe<S.length;qe++){var ze=S[qe];if(ze.length===4)ua(p,b,ze[2],ze[3],X,oe,Ee,Ue);else{var ht=p;ze=ze[5];var wt=X,nt=oe,Et=Ee,it=Ue,sn=Si(ht,new Set);sn.parentFlushed=!0,sn.rootSegmentID=ze,sn.status=nn,Va(sn,nt,wt,Et,it),sn.parentFlushed&&ht.clientRenderedBoundaries.push(sn)}}if(S.length=0,N!==null){if(b===null)throw Error("We should not have any resumable nodes in the shell. This is a bug in React.");if(b.status!==nn&&(b.status=nn,Va(b,oe,X,Ee,Ue),b.parentFlushed&&p.clientRenderedBoundaries.push(b)),typeof N=="object")for(var Dn in N)delete N[Dn]}}function Ji(p,b,S){var N=p.blockedBoundary,X=p.blockedSegment;if(X!==null){if(X.status===6)return;X.status=3}if(X=Zi(p.componentStack),N===null){if(b.status!==13&&b.status!==tn){if(N=p.replay,N===null){Ai(b,S,X),fi(b,S);return}N.pendingTasks--,N.pendingTasks===0&&0<N.nodes.length&&(p=Ai(b,S,X),ua(b,null,N.nodes,N.slots,S,p,X,!0)),b.pendingRootTasks--,b.pendingRootTasks===0&&ll(b)}}else N.pendingTasks--,N.status!==nn&&(N.status=nn,p=Ai(b,S,X),N.status=nn,Va(N,p,S,X,!0),sa(b,N),N.parentFlushed&&b.clientRenderedBoundaries.push(N)),N.fallbackAbortableTasks.forEach(function(oe){return Ji(oe,b,S)}),N.fallbackAbortableTasks.clear();b.allPendingTasks--,b.allPendingTasks===0&&Ki(b)}function lc(p,b){try{var S=p.renderState,N=S.onHeaders;if(N){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),!b){var Ee=S.styles.values(),Ue=Ee.next();e:for(;0<X.remainingCapacity&&!Ue.done;Ue=Ee.next())for(var qe=Ue.value.sheets.values(),ze=qe.next();0<X.remainingCapacity&&!ze.done;ze=qe.next()){var ht=ze.value,wt=ht.props,nt=wt.href,Et=ht.props,it=ee(Et.href,"style",{crossOrigin:Et.crossOrigin,integrity:Et.integrity,nonce:Et.nonce,type:Et.type,fetchPriority:Et.fetchPriority,referrerPolicy:Et.referrerPolicy,media:Et.media});if(0<=(X.remainingCapacity-=it.length+2))S.resets.style[nt]=vn,oe&&(oe+=", "),oe+=it,S.resets.style[nt]=typeof wt.crossOrigin=="string"||typeof wt.integrity=="string"?[wt.crossOrigin,wt.integrity]:vn;else break e}}N(oe?{Link:oe}:{})}}}catch(sn){Ai(p,sn,{})}}function ll(p){p.trackedPostpones===null&&lc(p,!0),p.onShellError=_i,p=p.onShellReady,p()}function Ki(p){lc(p,p.trackedPostpones===null?!0:p.completedRootSegment===null||p.completedRootSegment.status!==on),p=p.onAllReady,p()}function fa(p,b){if(b.chunks.length===0&&b.children.length===1&&b.children[0].boundary===null&&b.children[0].id===-1){var S=b.children[0];S.id=b.id,S.parentFlushed=!0,S.status===Pt&&fa(p,S)}else p.completedSegments.push(b)}function Mo(p,b,S){if(b===null){if(S!==null&&S.parentFlushed){if(p.completedRootSegment!==null)throw Error("There can only be one root segment. This is a bug in React.");p.completedRootSegment=S}p.pendingRootTasks--,p.pendingRootTasks===0&&ll(p)}else b.pendingTasks--,b.status!==nn&&(b.pendingTasks===0?(b.status===Zt&&(b.status=Pt),S!==null&&S.parentFlushed&&S.status===Pt&&fa(b,S),b.parentFlushed&&p.completedBoundaries.push(b),b.status===Pt&&(b.fallbackAbortableTasks.forEach(co,p),b.fallbackAbortableTasks.clear())):S!==null&&S.parentFlushed&&S.status===Pt&&(fa(b,S),b.completedSegments.length===1&&b.parentFlushed&&p.partialBoundaries.push(b)));p.allPendingTasks--,p.allPendingTasks===0&&Ki(p)}function Zc(p){if(p.status!==tn&&p.status!==13){var b=zo,S=Dt.H;Dt.H=Ml;var N=Dt.A;Dt.A=Fd;var X=xn;xn=p;var oe=Dt.getCurrentStack;Dt.getCurrentStack=Ds;var Ee=Ac;Ac=p.resumableState;try{var Ue=p.pingedTasks,qe;for(qe=0;qe<Ue.length;qe++){var ze=p,ht=Ue[qe],wt=ht.blockedSegment;if(wt===null){var nt=void 0,Et=ze;if(ze=ht,ze.replay.pendingTasks!==0){Gn(ze.context),nt=mo,mo=ze;try{if(typeof ze.replay.slots=="number"?sl(Et,ze,ze.replay.slots,ze.node,ze.childIndex):Xa(Et,ze),ze.replay.pendingTasks===1&&0<ze.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.");ze.replay.pendingTasks--,ze.abortSet.delete(ze),Mo(Et,ze.blockedBoundary,null)}catch(kn){Un();var it=kn===Ps?oa():kn;if(typeof it=="object"&&it!==null&&typeof it.then=="function"){var sn=ze.ping;it.then(sn,sn),ze.thenableState=Xi()}else{ze.replay.pendingTasks--,ze.abortSet.delete(ze);var Dn=Zi(ze.componentStack);ca(Et,ze.blockedBoundary,Et.status===12?Et.fatalError:it,Dn,ze.replay.nodes,ze.replay.slots),Et.pendingRootTasks--,Et.pendingRootTasks===0&&ll(Et),Et.allPendingTasks--,Et.allPendingTasks===0&&Ki(Et)}}finally{mo=nt}}}else{Et=nt=void 0;var An=ht,yn=wt;if(yn.status===Zt){yn.status=6,Gn(An.context),Et=mo,mo=An;var Tn=yn.children.length,or=yn.chunks.length;try{Xa(ze,An),yn.lastPushedText&&yn.textEmbedded&&yn.chunks.push(Oi),An.abortSet.delete(An),yn.status=Pt,Mo(ze,An.blockedBoundary,yn)}catch(kn){Un(),yn.children.length=Tn,yn.chunks.length=or;var Qt=kn===Ps?oa():ze.status===12?ze.fatalError:kn;if(typeof Qt=="object"&&Qt!==null&&typeof Qt.then=="function"){yn.status=Zt,An.thenableState=Xi();var wi=An.ping;Qt.then(wi,wi)}else{var er=Zi(An.componentStack);An.abortSet.delete(An),yn.status=4;var Mn=An.blockedBoundary;nt=Ai(ze,Qt,er),Mn===null?fi(ze,Qt):(Mn.pendingTasks--,Mn.status!==nn&&(Mn.status=nn,Va(Mn,nt,Qt,er,!1),sa(ze,Mn),Mn.parentFlushed&&ze.clientRenderedBoundaries.push(Mn))),ze.allPendingTasks--,ze.allPendingTasks===0&&Ki(ze)}}finally{mo=Et}}}}Ue.splice(0,qe),p.destination!==null&&Za(p,p.destination)}catch(kn){Ai(p,kn,{}),fi(p,kn)}finally{Ac=Ee,Dt.H=S,Dt.A=N,Dt.getCurrentStack=oe,S===Ml&&Gn(b),xn=X}}}function cc(p,b,S,N){switch(S.parentFlushed=!0,S.status){case Zt:S.id=p.nextSegmentId++;case on:return N=S.id,S.lastPushedText=!1,S.textEmbedded=!1,p=p.renderState,u(b,_l),u(b,p.placeholderPrefix),p=d(N.toString(16)),u(b,p),f(b,Xr);case Pt:S.status=Jt;var X=!0,oe=S.chunks,Ee=0;S=S.children;for(var Ue=0;Ue<S.length;Ue++){for(X=S[Ue];Ee<X.index;Ee++)u(b,oe[Ee]);X=Jc(p,b,X,N)}for(;Ee<oe.length-1;Ee++)u(b,oe[Ee]);return Ee<oe.length&&(X=f(b,oe[Ee])),X;default:throw Error("Aborted, errored or already flushed boundaries should not be flushed again. This is a bug in React.")}}function Jc(p,b,S,N){var X=S.boundary;if(X===null)return cc(p,b,S,N);if(X.parentFlushed=!0,X.status===nn){var oe=X.errorDigest,Ee=X.errorMessage,Ue=X.errorStack;X=X.errorComponentStack,f(b,nu),u(b,Ii),oe&&(u(b,ja),u(b,d(J(oe))),u(b,wc)),Ee&&(u(b,Dc),u(b,d(J(Ee))),u(b,wc)),Ue&&(u(b,ru),u(b,d(J(Ue))),u(b,wc)),X&&(u(b,kl),u(b,d(J(X))),u(b,wc)),f(b,Rl),cc(p,b,S,N)}else if(X.status!==Pt)X.status===Zt&&(X.rootSegmentID=p.nextSegmentId++),0<X.completedSegments.length&&p.partialBoundaries.push(X),De(b,p.renderState,X.rootSegmentID),N&&(X=X.fallbackState,X.styles.forEach(Ft,N),X.stylesheets.forEach(Yt,N)),cc(p,b,S,N);else if(X.byteSize>p.progressiveChunkSize)X.rootSegmentID=p.nextSegmentId++,p.completedBoundaries.push(X),De(b,p.renderState,X.rootSegmentID),cc(p,b,S,N);else{if(N&&(S=X.contentState,S.styles.forEach(Ft,N),S.stylesheets.forEach(Yt,N)),f(b,qa),S=X.completedSegments,S.length!==1)throw Error("A previously unvisited boundary must have exactly one root segment. This is a bug in React.");Jc(p,b,S[0],N)}return f(b,Gu)}function Kc(p,b,S,N){return Ae(b,p.renderState,S.parentFormatContext,S.id),Jc(p,b,S,N),Le(b,S.parentFormatContext)}function Pu(p,b,S){for(var N=S.completedSegments,X=0;X<N.length;X++)Nu(p,b,S,N[X]);N.length=0,Re(b,S.contentState,p.renderState),N=p.resumableState,p=p.renderState,X=S.rootSegmentID,S=S.contentState;var oe=p.stylesToHoist;return p.stylesToHoist=!1,u(b,p.startInlineScript),oe?(N.instructions&dn)===fn?(N.instructions=N.instructions|mn|dn,u(b,Nt)):(N.instructions&mn)===fn?(N.instructions|=mn,u(b,Bt)):u(b,Ht):(N.instructions&dn)===fn?(N.instructions|=dn,u(b,tt)):u(b,gt),N=d(X.toString(16)),u(b,p.boundaryPrefix),u(b,N),u(b,pr),u(b,p.segmentPrefix),u(b,N),oe?(u(b,Ar),Ne(b,S)):u(b,ii),S=f(b,ir),de(b,p)&&S}function Nu(p,b,S,N){if(N.status===Jt)return!0;var X=S.contentState,oe=N.id;if(oe===-1){if((N.id=S.rootSegmentID)===-1)throw Error("A root segment ID must have been assigned by now. This is a bug in React.");return Kc(p,b,N,X)}return oe===S.rootSegmentID?Kc(p,b,N,X):(Kc(p,b,N,X),S=p.resumableState,p=p.renderState,u(b,p.startInlineScript),(S.instructions&Kt)===fn?(S.instructions|=Kt,u(b,Pe)):u(b,Fe),u(b,p.segmentPrefix),oe=d(oe.toString(16)),u(b,oe),u(b,Qe),u(b,p.placeholderPrefix),u(b,oe),b=f(b,st),b)}function Za(p,b){jr=new Uint8Array(2048),Yn=0;try{if(!(0<p.pendingRootTasks)){var S,N=p.completedRootSegment;if(N!==null){if(N.status===on)return;var X=p.renderState,oe=X.htmlChunks,Ee=X.headChunks,Ue;if(oe){for(Ue=0;Ue<oe.length;Ue++)u(b,oe[Ue]);if(Ee)for(Ue=0;Ue<Ee.length;Ue++)u(b,Ee[Ue]);else u(b,Ie("head")),u(b,jn)}else if(Ee)for(Ue=0;Ue<Ee.length;Ue++)u(b,Ee[Ue]);var qe=X.charsetChunks;for(Ue=0;Ue<qe.length;Ue++)u(b,qe[Ue]);qe.length=0,X.preconnects.forEach(je,b),X.preconnects.clear();var ze=X.viewportChunks;for(Ue=0;Ue<ze.length;Ue++)u(b,ze[Ue]);ze.length=0,X.fontPreloads.forEach(je,b),X.fontPreloads.clear(),X.highImagePreloads.forEach(je,b),X.highImagePreloads.clear(),X.styles.forEach(mt,b);var ht=X.importMapChunks;for(Ue=0;Ue<ht.length;Ue++)u(b,ht[Ue]);ht.length=0,X.bootstrapScripts.forEach(je,b),X.scripts.forEach(je,b),X.scripts.clear(),X.bulkPreloads.forEach(je,b),X.bulkPreloads.clear();var wt=X.hoistableChunks;for(Ue=0;Ue<wt.length;Ue++)u(b,wt[Ue]);wt.length=0,oe&&Ee===null&&u(b,we("head")),Jc(p,b,N,null),p.completedRootSegment=null,de(b,p.renderState)}var nt=p.renderState;N=0;var Et=nt.viewportChunks;for(N=0;N<Et.length;N++)u(b,Et[N]);Et.length=0,nt.preconnects.forEach(je,b),nt.preconnects.clear(),nt.fontPreloads.forEach(je,b),nt.fontPreloads.clear(),nt.highImagePreloads.forEach(je,b),nt.highImagePreloads.clear(),nt.styles.forEach(ke,b),nt.scripts.forEach(je,b),nt.scripts.clear(),nt.bulkPreloads.forEach(je,b),nt.bulkPreloads.clear();var it=nt.hoistableChunks;for(N=0;N<it.length;N++)u(b,it[N]);it.length=0;var sn=p.clientRenderedBoundaries;for(S=0;S<sn.length;S++){var Dn=sn[S];nt=b;var An=p.resumableState,yn=p.renderState,Tn=Dn.rootSegmentID,or=Dn.errorDigest,Qt=Dn.errorMessage,wi=Dn.errorStack,er=Dn.errorComponentStack;u(nt,yn.startInlineScript),(An.instructions&gn)===fn?(An.instructions|=gn,u(nt,kr)):u(nt,Or),u(nt,yn.boundaryPrefix),u(nt,d(Tn.toString(16))),u(nt,Rr),(or||Qt||wi||er)&&(u(nt,On),u(nt,d(ct(or||"")))),(Qt||wi||er)&&(u(nt,On),u(nt,d(ct(Qt||"")))),(wi||er)&&(u(nt,On),u(nt,d(ct(wi||"")))),er&&(u(nt,On),u(nt,d(ct(er))));var Mn=f(nt,$n);if(!Mn){p.destination=null,S++,sn.splice(0,S);return}}sn.splice(0,S);var kn=p.completedBoundaries;for(S=0;S<kn.length;S++)if(!Pu(p,b,kn[S])){p.destination=null,S++,kn.splice(0,S);return}kn.splice(0,S),h(b),jr=new Uint8Array(2048),Yn=0;var Nr=p.partialBoundaries;for(S=0;S<Nr.length;S++){e:{sn=p,Dn=b;var vo=Nr[S],tr=vo.completedSegments;for(Mn=0;Mn<tr.length;Mn++)if(!Nu(sn,Dn,vo,tr[Mn])){Mn++,tr.splice(0,Mn);var li=!1;break e}tr.splice(0,Mn),li=Re(Dn,vo.contentState,sn.renderState)}if(!li){p.destination=null,S++,Nr.splice(0,S);return}}Nr.splice(0,S);var gr=p.completedBoundaries;for(S=0;S<gr.length;S++)if(!Pu(p,b,gr[S])){p.destination=null,S++,gr.splice(0,S);return}gr.splice(0,S)}}finally{p.allPendingTasks===0&&p.pingedTasks.length===0&&p.clientRenderedBoundaries.length===0&&p.completedBoundaries.length===0?(p.flushScheduled=!1,S=p.resumableState,S.hasBody&&u(b,we("body")),S.hasHtml&&u(b,we("html")),h(b),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=tn,b.close(),p.destination=null):h(b)}}function Qc(p){p.flushScheduled=p.destination!==null,dc(function(){return Zc(p)}),l(function(){p.status===10&&(p.status=11),p.trackedPostpones===null&&lc(p,p.pendingRootTasks===0)})}function Qi(p){p.flushScheduled===!1&&p.pingedTasks.length===0&&p.destination!==null&&(p.flushScheduled=!0,l(function(){var b=p.destination;b?Za(p,b):p.flushScheduled=!1}))}function cl(p,b){if(p.status===13)p.status=tn,w(b,p.fatalError);else if(p.status!==tn&&p.destination===null){p.destination=b;try{Za(p,b)}catch(S){Ai(p,S,{}),fi(p,S)}}}function Po(p,b){(p.status===11||p.status===10)&&(p.status=12);try{var S=p.abortableTasks;if(0<S.size){var N=b===void 0?Error("The render was aborted by the server without a reason."):typeof b=="object"&&b!==null&&typeof b.then=="function"?Error("The render was aborted by the server with a promise."):b;p.fatalError=N,S.forEach(function(X){return Ji(X,p,N)}),S.clear()}p.destination!==null&&Za(p,p.destination)}catch(X){Ai(p,X,{}),fi(p,X)}}function Uf(){var p=Ts.version;if(p!=="19.0.0")throw Error(`Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:
|
|
428
|
-
- react: `+(p+`
|
|
429
|
-
- react-dom: 19.0.0
|
|
430
|
-
Learn more: https://react.dev/warnings/version-mismatch`))}var Ts=En,ul=Ag,qi=Symbol.for("react.transitional.element"),da=Symbol.for("react.portal"),ji=Symbol.for("react.fragment"),fl=Symbol.for("react.strict_mode"),Es=Symbol.for("react.profiler"),dl=Symbol.for("react.provider"),Bu=Symbol.for("react.consumer"),Ja=Symbol.for("react.context"),rr=Symbol.for("react.forward_ref"),hl=Symbol.for("react.suspense"),Cs=Symbol.for("react.suspense_list"),hi=Symbol.for("react.memo"),Sr=Symbol.for("react.lazy"),ki=Symbol.for("react.scope"),_s=Symbol.for("react.debug_trace_mode"),Fn=Symbol.for("react.offscreen"),en=Symbol.for("react.legacy_hidden"),pl=Symbol.for("react.memo_cache_sentinel"),qc=Symbol.iterator,ha=Array.isArray,uc=new WeakMap,jc=new WeakMap,pi=Symbol.for("react.client.reference"),gl=new MessageChannel,No=[];gl.port1.onmessage=function(){var p=No.shift();p&&p()};var fc=Promise,dc=typeof queueMicrotask=="function"?queueMicrotask:function(p){fc.resolve(null).then(p).catch(c)},jr=null,Yn=0,$r=new TextEncoder,Ln=Object.assign,_n=Object.prototype.hasOwnProperty,Lu=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]*$"),$c={},hc={},pc=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(" ")),Wu=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"]]),Ss={button:!0,checkbox:!0,image:!0,hidden:!0,radio:!0,reset:!0,submit:!0},Ri={"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},Ui={},yl=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]*$"),gc=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]*$"),yc=!1,bl={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"},fr={},Cd=/^on./,$i=/^on[^A-Z]/,bc=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]*$"),zu=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]*$"),x=/^(?:webkit|moz|o)[A-Z]/,E=/^-ms-/,U=/-(.)/g,H=/;\s*$/,Q={},ue={},Te=!1,Be=!1,Ge=/["'&<>]/,at=/([A-Z])/g,Tt=/^ms-/,pt=/^[\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,Dt=Ts.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE,Vt=ul.__DOM_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE,kt=Object.freeze({pending:!1,data:null,method:null,action:null}),Ut=Vt.d;Vt.d={f:Ut.f,r:Ut.r,D:function(p){var b=xn||null;if(b){var S=b.resumableState,N=b.renderState;if(typeof p=="string"&&p){if(!S.dnsResources.hasOwnProperty(p)){S.dnsResources[p]=Ot,S=N.headers;var X,oe;(oe=S&&0<S.remainingCapacity)&&(oe=(X="<"+xe(p)+">; rel=dns-prefetch",0<=(S.remainingCapacity-=X.length+2))),oe?(N.resets.dns[p]=Ot,S.preconnects&&(S.preconnects+=", "),S.preconnects+=X):(X=[],O(X,{href:p,rel:"dns-prefetch"}),N.preconnects.add(X))}Qi(b)}}else Ut.D(p)},C:function(p,b){var S=xn||null;if(S){var N=S.resumableState,X=S.renderState;if(typeof p=="string"&&p){var oe=b==="use-credentials"?"credentials":typeof b=="string"?"anonymous":"default";if(!N.connectResources[oe].hasOwnProperty(p)){N.connectResources[oe][p]=Ot,N=X.headers;var Ee,Ue;if(Ue=N&&0<N.remainingCapacity){if(Ue="<"+xe(p)+">; rel=preconnect",typeof b=="string"){var qe=ft(b,"crossOrigin");Ue+='; crossorigin="'+qe+'"'}Ue=(Ee=Ue,0<=(N.remainingCapacity-=Ee.length+2))}Ue?(X.resets.connect[oe][p]=Ot,N.preconnects&&(N.preconnects+=", "),N.preconnects+=Ee):(oe=[],O(oe,{rel:"preconnect",href:p,crossOrigin:b}),X.preconnects.add(oe))}Qi(S)}}else Ut.C(p,b)},L:function(p,b,S){var N=xn||null;if(N){var X=N.resumableState,oe=N.renderState;if(b&&p){switch(b){case"image":if(S)var Ee=S.imageSrcSet,Ue=S.imageSizes,qe=S.fetchPriority;var ze=Ee?Ee+`
|
|
431
|
-
`+(Ue||""):p;if(X.imageResources.hasOwnProperty(ze))return;X.imageResources[ze]=vn,X=oe.headers;var ht;X&&0<X.remainingCapacity&&qe==="high"&&(ht=ee(p,b,S),0<=(X.remainingCapacity-=ht.length+2))?(oe.resets.image[ze]=vn,X.highImagePreloads&&(X.highImagePreloads+=", "),X.highImagePreloads+=ht):(X=[],O(X,Ln({rel:"preload",href:Ee?void 0:p,as:b},S)),qe==="high"?oe.highImagePreloads.add(X):(oe.bulkPreloads.add(X),oe.preloads.images.set(ze,X)));break;case"style":if(X.styleResources.hasOwnProperty(p))return;Ee=[],O(Ee,Ln({rel:"preload",href:p,as:b},S)),X.styleResources[p]=!S||typeof S.crossOrigin!="string"&&typeof S.integrity!="string"?vn:[S.crossOrigin,S.integrity],oe.preloads.stylesheets.set(p,Ee),oe.bulkPreloads.add(Ee);break;case"script":if(X.scriptResources.hasOwnProperty(p))return;Ee=[],oe.preloads.scripts.set(p,Ee),oe.bulkPreloads.add(Ee),O(Ee,Ln({rel:"preload",href:p,as:b},S)),X.scriptResources[p]=!S||typeof S.crossOrigin!="string"&&typeof S.integrity!="string"?vn:[S.crossOrigin,S.integrity];break;default:if(X.unknownResources.hasOwnProperty(b)){if(Ee=X.unknownResources[b],Ee.hasOwnProperty(p))return}else Ee={},X.unknownResources[b]=Ee;if(Ee[p]=vn,(X=oe.headers)&&0<X.remainingCapacity&&b==="font"&&(ze=ee(p,b,S),0<=(X.remainingCapacity-=ze.length+2)))oe.resets.font[p]=vn,X.fontPreloads&&(X.fontPreloads+=", "),X.fontPreloads+=ze;else switch(X=[],p=Ln({rel:"preload",href:p,as:b},S),O(X,p),b){case"font":oe.fontPreloads.add(X);break;default:oe.bulkPreloads.add(X)}}Qi(N)}}else Ut.L(p,b,S)},m:function(p,b){var S=xn||null;if(S){var N=S.resumableState,X=S.renderState;if(p){var oe=b&&typeof b.as=="string"?b.as:"script";switch(oe){case"script":if(N.moduleScriptResources.hasOwnProperty(p))return;oe=[],N.moduleScriptResources[p]=!b||typeof b.crossOrigin!="string"&&typeof b.integrity!="string"?vn:[b.crossOrigin,b.integrity],X.preloads.moduleScripts.set(p,oe);break;default:if(N.moduleUnknownResources.hasOwnProperty(oe)){var Ee=N.unknownResources[oe];if(Ee.hasOwnProperty(p))return}else Ee={},N.moduleUnknownResources[oe]=Ee;oe=[],Ee[p]=vn}O(oe,Ln({rel:"modulepreload",href:p},b)),X.bulkPreloads.add(oe),Qi(S)}}else Ut.m(p,b)},X:function(p,b){var S=xn||null;if(S){var N=S.resumableState,X=S.renderState;if(p){var oe=N.scriptResources.hasOwnProperty(p)?N.scriptResources[p]:void 0;oe!==Ot&&(N.scriptResources[p]=Ot,b=Ln({src:p,async:!0},b),oe&&(oe.length===2&&Y(b,oe),p=X.preloads.scripts.get(p))&&(p.length=0),p=[],X.scripts.add(p),ne(p,b),Qi(S))}}else Ut.X(p,b)},S:function(p,b,S){var N=xn||null;if(N){var X=N.resumableState,oe=N.renderState;if(p){b=b||"default";var Ee=oe.styles.get(b),Ue=X.styleResources.hasOwnProperty(p)?X.styleResources[p]:void 0;Ue!==Ot&&(X.styleResources[p]=Ot,Ee||(Ee={precedence:d(J(b)),rules:[],hrefs:[],sheets:new Map},oe.styles.set(b,Ee)),b={state:Wo,props:Ln({rel:"stylesheet",href:p,"data-precedence":b},S)},Ue&&(Ue.length===2&&Y(b.props,Ue),(oe=oe.preloads.stylesheets.get(p))&&0<oe.length?oe.length=0:b.state=Fs),Ee.sheets.set(p,b),Qi(N))}}else Ut.S(p,b,S)},M:function(p,b){var S=xn||null;if(S){var N=S.resumableState,X=S.renderState;if(p){var oe=N.moduleScriptResources.hasOwnProperty(p)?N.moduleScriptResources[p]:void 0;oe!==Ot&&(N.moduleScriptResources[p]=Ot,b=Ln({src:p,type:"module",async:!0},b),oe&&(oe.length===2&&Y(b,oe),p=X.preloads.moduleScripts.get(p))&&(p.length=0),p=[],X.scripts.add(p),ne(p,b),Qi(S))}}else Ut.M(p,b)}};var fn=0,Kt=1,dn=2,gn=4,mn=8,Ot=null,vn=[];Object.freeze(vn),y('"></template>');var Bn=y("<script>"),Zn=y("<\/script>"),ln=y('<script src="'),Xt=y('<script type="module" src="'),qn=y('" nonce="'),Wn=y('" integrity="'),dr=y('" crossorigin="'),gi=y('" async=""><\/script>'),ei=/(<\/|<)(s)(cript)/gi,ml=y('<script type="importmap">'),Ka=y("<\/script>"),uo={},fo=0,ti=1,Hr=2,ni=3,ri=4,Fi=5,Qa=6,yi=7,As=8,Oi=y("<!-- -->"),eu=new Map,Hu=y(' style="'),tu=y(":"),Vu=y(";"),Vr=y(" "),Fr=y('="'),hr=y('"'),bi=y('=""'),vl=y(J("javascript:throw new Error('React form unexpectedly submitted.')")),mc=y('<input type="hidden"'),jn=y(">"),ho=y("/>"),Bo=!1,pa=!1,ks=!1,xl=!1,po=!1,ga=!1,vc=!1,wl=!1,Jn=!1,Dl=!1,ya=!1,Rs=y(' selected=""'),Tl=y(`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))}});`),El=y("<!--F!-->"),ba=y("<!--F-->"),go=/(<\/|<)(s)(tyle)/gi,Gr=y(`
|
|
432
|
-
`),Cl=/^[a-zA-Z][a-zA-Z:_\.\-\d]*$/,xc=new Map,Ff=y("<!DOCTYPE html>"),eo=new Map,_l=y('<template id="'),Xr=y('"></template>'),qa=y("<!--$-->"),Sl=y('<!--$?--><template id="'),Al=y('"></template>'),nu=y("<!--$!-->"),Gu=y("<!--/$-->"),Ii=y("<template"),wc=y('"'),ja=y(' data-dgst="'),Dc=y(' data-msg="'),ru=y(' data-stck="'),kl=y(' data-cstck="'),Rl=y("></template>"),Ul=y('<div hidden id="'),iu=y('">'),Fl=y("</div>"),Lo=y('<svg aria-hidden="true" style="display:none" id="'),ma=y('">'),ou=y("</svg>"),va=y('<math aria-hidden="true" style="display:none" id="'),Tc=y('">'),$a=y("</math>"),Xu=y('<table hidden id="'),Mi=y('">'),Yu=y("</table>"),yo=y('<table hidden><tbody id="'),Zu=y('">'),v=y("</tbody></table>"),T=y('<table hidden><tr id="'),k=y('">'),V=y("</tr></table>"),q=y('<table hidden><colgroup id="'),le=y('">'),_e=y("</colgroup></table>"),Pe=y('$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("'),Fe=y('$RS("'),Qe=y('","'),st=y('")<\/script>');y('<template data-rsi="" data-sid="'),y('" data-pid="');var tt=y('$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("'),gt=y('$RC("'),Nt=y(`$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("`),Bt=y(`$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("`),Ht=y('$RR("'),pr=y('","'),Ar=y('",'),ii=y('"'),ir=y(")<\/script>");y('<template data-rci="" data-bid="'),y('<template data-rri="" data-bid="'),y('" data-sid="'),y('" data-sty="');var kr=y('$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("'),Or=y('$RX("'),Rr=y('"'),On=y(","),$n=y(")<\/script>");y('<template data-rxi="" data-bid="'),y('" data-dgst="'),y('" data-msg="'),y('" data-stck="'),y('" data-cstck="');var Ur=/[<\u2028\u2029]/g,mi=/[&><\u2028\u2029]/g,vi=y('<style media="not all" data-precedence="'),Of=y('" data-href="'),Ec=y('">'),au=y("</style>"),Us=!1,Ju=!0,es=[],_d=y('<style data-precedence="'),Sd=y('" data-href="'),Ad=y(" "),su=y('">'),kd=y("</style>"),If=y("["),ts=y(",["),ns=y(","),bo=y("]"),Wo=0,Fs=1,lu=2,Ku=3,Qu=/[<>\r\n]/g,zn=/["';,\r\n]/g,cu=Function.prototype.bind,qu=Symbol.for("react.client.reference"),xa={};Object.freeze(xa);var xi={},zo=null,uu={},wa={},rs=new Set,Da=new Set,Pi=new Set,is=new Set,Os=new Set,Is=new Set,Ir=new Set,Mf=new Set,Ol=new Set,Ms={isMounted:function(){return!1},enqueueSetState:function(p,b,S){var N=p._reactInternals;N.queue===null?Ti(p,"setState"):(N.queue.push(b),S!=null&&Xn(S))},enqueueReplaceState:function(p,b,S){p=p._reactInternals,p.replace=!0,p.queue=[b],S!=null&&Xn(S)},enqueueForceUpdate:function(p,b){p._reactInternals.queue===null?Ti(p,"forceUpdate"):b!=null&&Xn(b)}},Rd={id:1,overflow:""},Il=Math.clz32?Math.clz32:Cn,Ud=Math.log,fu=Math.LN2,Ps=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`"),Ns=null,Cc=typeof Object.is=="function"?Object.is:Qs,Ta=null,du=null,_c=null,Pf=null,Ea=null,Sn=null,Bs=!1,as=!1,Ls=0,Mr=0,Ni=-1,oi=0,Ws=null,Ca=null,Ho=0,In=!1,Sc,Ml={readContext:qs,use:function(p){if(p!==null&&typeof p=="object"){if(typeof p.then=="function")return nl(p);if(p.$$typeof===Ja)return qs(p)}throw Error("An unsupported type was passed to use(): "+String(p))},useContext:function(p){return Sc="useContext",ui(),p._currentValue},useMemo:$s,useReducer:Ei,useRef:function(p){Ta=ui(),Sn=Wa();var b=Sn.memoizedState;return b===null?(p={current:p},Object.seal(p),Sn.memoizedState=p):b},useState:function(p){return Sc="useState",Ei(js,p)},useInsertionEffect:oc,useLayoutEffect:oc,useCallback:function(p,b){return $s(function(){return p},b)},useImperativeHandle:oc,useEffect:oc,useDebugValue:oc,useDeferredValue:function(p,b){return ui(),b!==void 0?b:p},useTransition:function(){return ui(),[!1,el]},useId:function(){var p=du.treeContext,b=p.overflow;p=p.id,p=(p&~(1<<32-Il(p)-1)).toString(32)+b;var S=Ac;if(S===null)throw Error("Invalid hook call. Hooks can only be called inside of the body of a function component.");return b=Ls++,p=":"+S.idPrefix+"R"+p,0<b&&(p+="H"+b.toString(32)),p+":"},useSyncExternalStore:function(p,b,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 vr},useMemoCache:function(p){for(var b=Array(p),S=0;S<p;S++)b[S]=pl;return b},useHostTransitionStatus:function(){return ui(),kt},useOptimistic:function(p){return ui(),[p,za]}};Ml.useFormState=tl,Ml.useActionState=tl;var Ac=null,mo=null,Fd={getCacheForType:function(){throw Error("Not implemented.")},getOwner:function(){return mo===null?null:mo.componentStack}},zs=0,Hs,g,m,_,W,Z,ae;Fo.__reactDisabledLog=!0;var Ce,Me,et=!1,He=new(typeof WeakMap=="function"?WeakMap:Map),bt={"react-stack-bottom-frame":function(p,b,S){return p(b,S)}},_t=bt["react-stack-bottom-frame"].bind(bt),yt={"react-stack-bottom-frame":function(p){return p.render()}},It=yt["react-stack-bottom-frame"].bind(yt),Je={"react-stack-bottom-frame":function(p){var b=p._init;return b(p._payload)}},hn=Je["react-stack-bottom-frame"].bind(Je),nn=4,Zt=0,Pt=1,Jt=2,on=5,tn=14,xn=null,ai={},wn={},bn={},_a={},si=!1,Pr=!1,Vo=!1;Uf(),Uf(),Mp.prerender=function(p,b){return new Promise(function(S,N){var X=b?b.onHeaders:void 0,oe;X&&(oe=function(ht){X(new Headers(ht))});var Ee=$(b?b.identifierPrefix:void 0,b?b.unstable_externalRuntimeSrc:void 0,b?b.bootstrapScriptContent:void 0,b?b.bootstrapScripts:void 0,b?b.bootstrapModules:void 0),Ue=aa(p,Ee,G(Ee,void 0,b?b.unstable_externalRuntimeSrc:void 0,b?b.importMap:void 0,oe,b?b.maxHeadersLength:void 0),se(b?b.namespaceURI:void 0),b?b.progressiveChunkSize:void 0,b?b.onError:void 0,function(){var ht={prelude:new ReadableStream({type:"bytes",pull:function(wt){cl(Ue,wt)},cancel:function(wt){Ue.destination=null,Po(Ue,wt)}},{highWaterMark:0})};S(ht)},void 0,void 0,N,b?b.onPostpone:void 0);if(b&&b.signal){var qe=b.signal;if(qe.aborted)Po(Ue,qe.reason);else{var ze=function(){Po(Ue,qe.reason),qe.removeEventListener("abort",ze)};qe.addEventListener("abort",ze)}}Qc(Ue)})},Mp.renderToReadableStream=function(p,b){return new Promise(function(S,N){var X,oe,Ee=new Promise(function(Et,it){oe=Et,X=it}),Ue=b?b.onHeaders:void 0,qe;Ue&&(qe=function(Et){Ue(new Headers(Et))});var ze=$(b?b.identifierPrefix:void 0,b?b.unstable_externalRuntimeSrc:void 0,b?b.bootstrapScriptContent:void 0,b?b.bootstrapScripts:void 0,b?b.bootstrapModules:void 0),ht=ol(p,ze,G(ze,b?b.nonce:void 0,b?b.unstable_externalRuntimeSrc:void 0,b?b.importMap:void 0,qe,b?b.maxHeadersLength:void 0),se(b?b.namespaceURI:void 0),b?b.progressiveChunkSize:void 0,b?b.onError:void 0,oe,function(){var Et=new ReadableStream({type:"bytes",pull:function(it){cl(ht,it)},cancel:function(it){ht.destination=null,Po(ht,it)}},{highWaterMark:0});Et.allReady=Ee,S(Et)},function(Et){Ee.catch(function(){}),N(Et)},X,b?b.onPostpone:void 0,b?b.formState:void 0);if(b&&b.signal){var wt=b.signal;if(wt.aborted)Po(ht,wt.reason);else{var nt=function(){Po(ht,wt.reason),wt.removeEventListener("abort",nt)};wt.addEventListener("abort",nt)}}Qc(ht)})},Mp.version="19.0.0"}()),Mp}var n3;function mH(){if(n3)return Vd;n3=1;var n,e;return process.env.NODE_ENV==="production"?(n=pH(),e=gH()):(n=yH(),e=bH()),Vd.version=n.version,Vd.renderToString=n.renderToString,Vd.renderToStaticMarkup=n.renderToStaticMarkup,Vd.renderToReadableStream=e.renderToReadableStream,e.resume&&(Vd.resume=e.resume),Vd}var vH=mH();const xH=fm(vH),hy="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=",wH=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},DH=n=>{let e,t,r,i,o,a,s,l=0,c="";for(n=wH(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+hy.charAt(i)+hy.charAt(o)+hy.charAt(a)+hy.charAt(s);return c},TH=n=>typeof n=="string"?"string":typeof SVGElement<"u"&&n instanceof SVGElement?"element":void 0,_5=n=>"data:image/svg+xml;base64,"+DH(n),EH=n=>_5(new XMLSerializer().serializeToString(n)),CH=n=>{switch(TH(n)){case"string":return _5(n);case"element":return EH(n);default:return n}},_H="_verified_lvyh0_1",kD={verified:_H},SH=()=>Ye.jsx("svg",{viewBox:"0 0 24 24","aria-label":"Verified account",role:"img",className:kD.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"})})}),AH=()=>Ye.jsx("svg",{viewBox:"0 0 22 22","aria-label":"Verified account",role:"img",className:kD.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"})]})]})}),kH=()=>Ye.jsx("svg",{viewBox:"0 0 22 22","aria-label":"Verified account",role:"img",className:kD.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"})})}),RH="_root_98iqw_1",UH="_article_98iqw_21",r3={root:RH,article:UH},RD=({className:n,children:e})=>Ye.jsx("div",{className:Cu("react-tweet-theme",r3.root,n),children:Ye.jsx("article",{className:r3.article,children:e})}),S5=n=>Ye.jsx("img",{...n}),FH="_header_nqq4j_1",OH="_avatar_nqq4j_11",IH="_avatarOverflow_nqq4j_16",MH="_avatarSquare_nqq4j_23",PH="_avatarShadow_nqq4j_26",NH="_author_nqq4j_37",BH="_authorLink_nqq4j_44",LH="_authorVerified_nqq4j_53",WH="_authorLinkText_nqq4j_56",zH="_authorMeta_nqq4j_63",HH="_authorFollow_nqq4j_66",VH="_username_nqq4j_69",GH="_follow_nqq4j_74",XH="_separator_nqq4j_82",YH="_brand_nqq4j_86",ZH="_twitterIcon_nqq4j_90",_o={header:FH,avatar:OH,avatarOverflow:IH,avatarSquare:MH,avatarShadow:PH,author:NH,authorLink:BH,authorVerified:LH,authorLinkText:WH,authorMeta:zH,authorFollow:HH,username:VH,follow:GH,separator:XH,brand:YH,twitterIcon:ZH},JH="_verifiedOld_lcna5_1",KH="_verifiedBlue_lcna5_4",QH="_verifiedGovernment_lcna5_7",p2={verifiedOld:JH,verifiedBlue:KH,verifiedGovernment:QH},A5=({user:n,className:e})=>{const t=n.verified||n.is_blue_verified||n.verified_type;let r=Ye.jsx(SH,{}),i=p2.verifiedBlue;if(t)switch(n.is_blue_verified||(i=p2.verifiedOld),n.verified_type){case"Government":r=Ye.jsx(kH,{}),i=p2.verifiedGovernment;break;case"Business":r=Ye.jsx(AH,{}),i=null;break}return t?Ye.jsx("div",{className:Cu(e,i),children:r}):null},qH=({tweet:n,components:e})=>{var t;const r=(t=e==null?void 0:e.AvatarImg)!=null?t:S5,{user:i}=n;return Ye.jsxs("div",{className:_o.header,children:[Ye.jsxs("a",{href:n.url,className:_o.avatar,target:"_blank",rel:"noopener noreferrer",children:[Ye.jsx("div",{className:Cu(_o.avatarOverflow,i.profile_image_shape==="Square"&&_o.avatarSquare),children:Ye.jsx(r,{src:i.profile_image_url_https,alt:i.name,width:48,height:48})}),Ye.jsx("div",{className:_o.avatarOverflow,children:Ye.jsx("div",{className:_o.avatarShadow})})]}),Ye.jsxs("div",{className:_o.author,children:[Ye.jsxs("a",{href:n.url,className:_o.authorLink,target:"_blank",rel:"noopener noreferrer",children:[Ye.jsx("div",{className:_o.authorLinkText,children:Ye.jsx("span",{title:i.name,children:i.name})}),Ye.jsx(A5,{user:i,className:_o.authorVerified})]}),Ye.jsxs("div",{className:_o.authorMeta,children:[Ye.jsx("a",{href:n.url,className:_o.username,target:"_blank",rel:"noopener noreferrer",children:Ye.jsxs("span",{title:`@${i.screen_name}`,children:["@",i.screen_name]})}),Ye.jsxs("div",{className:_o.authorFollow,children:[Ye.jsx("span",{className:_o.separator,children:"·"}),Ye.jsx("a",{href:i.follow_url,className:_o.follow,target:"_blank",rel:"noopener noreferrer",children:"Follow"})]})]})]}),Ye.jsx("a",{href:n.url,className:_o.brand,target:"_blank",rel:"noopener noreferrer","aria-label":"View on Twitter",children:Ye.jsx("svg",{viewBox:"0 0 24 24","aria-hidden":"true",className:_o.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"})})})})]})},jH="_root_1ec15_1",$H={root:jH},eV=({tweet:n})=>Ye.jsxs("a",{href:n.in_reply_to_url,className:$H.root,target:"_blank",rel:"noopener noreferrer",children:["Replying to @",n.in_reply_to_screen_name]}),tV="_root_eihfa_1",nV={root:tV},rV=({href:n,children:e})=>Ye.jsx("a",{href:n,className:nV.root,target:"_blank",rel:"noopener noreferrer nofollow",children:e}),iV="_root_1xq52_1",oV={root:iV},aV=({tweet:n})=>Ye.jsx("p",{className:oV.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(rV,{href:e.href,children:e.text},t);case"media":return;default:return Ye.jsx("span",{dangerouslySetInnerHTML:{__html:e.text}},t)}})}),i3=n=>`https://x.com/${n.user.screen_name}/status/${n.id_str}`,k5=n=>`https://x.com/${typeof n=="string"?n:n.user.screen_name}`,sV=n=>`https://x.com/intent/like?tweet_id=${n.id_str}`,lV=n=>`https://x.com/intent/tweet?in_reply_to=${n.id_str}`,cV=n=>`https://x.com/intent/follow?screen_name=${n.user.screen_name}`,uV=n=>`https://x.com/hashtag/${n.text}`,fV=n=>`https://x.com/search?q=%24${n.text}`,dV=n=>`https://x.com/${n.in_reply_to_screen_name}/status/${n.in_reply_to_status_id_str}`,R5=(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},hV=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)})},pV=n=>{const e=hV(n);return e.length>1?e[1]:e[0]},Tx=n=>n>999999?`${(n/1e6).toFixed(1)}M`:n>999?`${(n/1e3).toFixed(1)}K`:n.toString();function o3(n){const e=Array.from(n.text),t=[{indices:n.display_text_range,type:"text"}];return Pp(t,"hashtag",n.entities.hashtags),Pp(t,"mention",n.entities.user_mentions),Pp(t,"url",n.entities.urls),Pp(t,"symbol",n.entities.symbols),n.entities.media&&Pp(t,"media",n.entities.media),gV(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:uV(r),text:i});case"mention":return Object.assign(r,{href:k5(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:fV(r),text:i});default:return Object.assign(r,{text:i})}})}function Pp(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 gV(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 yV=n=>({...n,url:i3(n),user:{...n.user,url:k5(n),follow_url:cV(n)},like_url:sV(n),reply_url:lV(n),in_reply_to_url:n.in_reply_to_screen_name?dV(n):void 0,entities:o3(n),quoted_tweet:n.quoted_tweet?{...n.quoted_tweet,url:i3(n.quoted_tweet),entities:o3(n.quoted_tweet)}:void 0}),bV="_root_g9tkv_1",mV="_rounded_g9tkv_6",vV="_mediaWrapper_g9tkv_10",xV="_grid2Columns_g9tkv_17",wV="_grid3_g9tkv_20",DV="_grid2x2_g9tkv_23",TV="_mediaContainer_g9tkv_26",EV="_mediaLink_g9tkv_34",CV="_skeleton_g9tkv_38",_V="_image_g9tkv_43",Gs={root:bV,rounded:mV,mediaWrapper:vV,grid2Columns:xV,grid3:wV,grid2x2:DV,mediaContainer:TV,mediaLink:EV,skeleton:CV,image:_V},SV="_anchor_fp31d_1",AV="_videoButton_fp31d_17",kV="_videoButtonIcon_fp31d_35",RV="_watchOnTwitter_fp31d_44",UV="_viewReplies_fp31d_60",Sh={anchor:SV,videoButton:AV,videoButtonIcon:kV,watchOnTwitter:RV,viewReplies:UV},FV=({tweet:n,media:e})=>{const[t,r]=En.useState(!0),[i,o]=En.useState(!1),[a,s]=En.useState(!1),l=pV(e);let c=0;return Ye.jsxs(Ye.Fragment,{children:[Ye.jsx("video",{className:Gs.image,poster:R5(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:Sh.videoButton,"aria-label":"View video on X",onClick:u=>{const f=u.currentTarget.previousSibling;u.preventDefault(),r(!1),f.load(),f.play().then(()=>{o(!0),f.focus()}).catch(h=>{console.error("Error playing video:",h),r(!0),o(!1)})},children:Ye.jsx("svg",{viewBox:"0 0 24 24",className:Sh.videoButtonIcon,"aria-hidden":"true",children:Ye.jsx("g",{children:Ye.jsx("path",{d:"M21 12L4 2v20l17-10z"})})})}),!i&&!a&&Ye.jsx("div",{className:Sh.watchOnTwitter,children:Ye.jsx("a",{href:n.url,className:Sh.anchor,target:"_blank",rel:"noopener noreferrer",children:t?"Watch on X":"Continue watching on X"})}),a&&Ye.jsx("a",{href:n.url,className:Cu(Sh.anchor,Sh.viewReplies),target:"_blank",rel:"noopener noreferrer",children:"View replies"})]})},OV=n=>Ye.jsx("img",{...n}),a3=(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}%`}},U5=({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:OV;return Ye.jsx("div",{className:Cu(Gs.root,!t&&Gs.rounded),children:Ye.jsx("div",{className:Cu(Gs.mediaWrapper,a>1&&Gs.grid2Columns,a===3&&Gs.grid3,a>4&&Gs.grid2x2),children:(i=n.mediaDetails)==null?void 0:i.map(c=>Ye.jsx(En.Fragment,{children:c.type==="photo"?Ye.jsxs("a",{href:n.url,className:Cu(Gs.mediaContainer,Gs.mediaLink),target:"_blank",rel:"noopener noreferrer",children:[Ye.jsx("div",{className:Gs.skeleton,style:a3(c,a)}),Ye.jsx(l,{src:R5(c,"small"),alt:c.ext_alt_text||"Image",className:Gs.image,draggable:!0})]},c.media_url_https):Ye.jsxs("div",{className:Gs.mediaContainer,children:[Ye.jsx("div",{className:Gs.skeleton,style:a3(c,a)}),Ye.jsx(FV,{tweet:n,media:c})]},c.media_url_https)},c.media_url_https))})})},IV={hour:"numeric",minute:"2-digit",hour12:!0,weekday:"short",month:"short",day:"numeric",year:"numeric"},MV=new Intl.DateTimeFormat("en-US",IV),PV=n=>{const e={};for(const t of n)e[t.type]=t.value;return e},NV=n=>{const e=PV(MV.formatToParts(n)),t=`${e.hour}:${e.minute} ${e.dayPeriod}`,r=`${e.month} ${e.day}, ${e.year}`;return`${t} · ${r}`},BV="_root_i24yn_1",LV={root:BV},WV=({tweet:n})=>{const e=new Date(n.created_at),t=NV(e);return Ye.jsx("a",{className:LV.root,href:n.url,target:"_blank",rel:"noopener noreferrer","aria-label":t,children:Ye.jsx("time",{dateTime:e.toISOString(),children:t})})},zV="_info_19qcj_1",HV="_infoLink_19qcj_10",VV="_infoIcon_19qcj_30",g2={info:zV,infoLink:HV,infoIcon:VV},GV=({tweet:n})=>Ye.jsxs("div",{className:g2.info,children:[Ye.jsx(WV,{tweet:n}),Ye.jsx("a",{className:g2.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:g2.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"})})})})]}),XV="_actions_n2anf_1",YV="_like_n2anf_13",ZV="_reply_n2anf_14",JV="_copy_n2anf_15",KV="_likeIconWrapper_n2anf_27",QV="_likeCount_n2anf_30",qV="_replyIconWrapper_n2anf_35",jV="_copyIconWrapper_n2anf_36",$V="_likeIcon_n2anf_27",eG="_replyIcon_n2anf_35",tG="_copyIcon_n2anf_36",nG="_replyText_n2anf_56",rG="_copyText_n2anf_57",ps={actions:XV,like:YV,reply:ZV,copy:JV,likeIconWrapper:KV,likeCount:QV,replyIconWrapper:qV,copyIconWrapper:jV,likeIcon:$V,replyIcon:eG,copyIcon:tG,replyText:nG,copyText:rG},iG=({tweet:n})=>{const[e,t]=En.useState(!1),r=()=>{navigator.clipboard.writeText(n.url),t(!0)};return En.useEffect(()=>{if(e){const i=setTimeout(()=>{t(!1)},6e3);return()=>clearTimeout(i)}},[e]),Ye.jsxs("button",{type:"button",className:ps.copy,"aria-label":"Copy link",onClick:r,children:[Ye.jsx("div",{className:ps.copyIconWrapper,children:e?Ye.jsx("svg",{viewBox:"0 0 24 24",className:ps.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:ps.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:ps.copyText,children:e?"Copied!":"Copy link"})]})},oG=({tweet:n})=>{const e=Tx(n.favorite_count);return Ye.jsxs("div",{className:ps.actions,children:[Ye.jsxs("a",{className:ps.like,href:n.like_url,target:"_blank",rel:"noopener noreferrer","aria-label":`Like. This Tweet has ${e} likes`,children:[Ye.jsx("div",{className:ps.likeIconWrapper,children:Ye.jsx("svg",{viewBox:"0 0 24 24",className:ps.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:ps.likeCount,children:e})]}),Ye.jsxs("a",{className:ps.reply,href:n.reply_url,target:"_blank",rel:"noopener noreferrer","aria-label":"Reply to this Tweet on Twitter",children:[Ye.jsx("div",{className:ps.replyIconWrapper,children:Ye.jsx("svg",{viewBox:"0 0 24 24",className:ps.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:ps.replyText,children:"Reply"})]}),Ye.jsx(iG,{tweet:n})]})},aG="_replies_1cutb_1",sG="_link_1cutb_4",lG="_text_1cutb_23",y2={replies:aG,link:sG,text:lG},cG=({tweet:n})=>Ye.jsx("div",{className:y2.replies,children:Ye.jsx("a",{className:y2.link,href:n.url,target:"_blank",rel:"noopener noreferrer",children:Ye.jsx("span",{className:y2.text,children:n.conversation_count===0?"Read more on X":n.conversation_count===1?`Read ${Tx(n.conversation_count)} reply`:`Read ${Tx(n.conversation_count)} replies`})})}),uG="_root_q5799_1",fG="_article_q5799_16",s3={root:uG,article:fG},dG=({tweet:n,children:e})=>Ye.jsx("div",{className:s3.root,onClick:t=>{t.preventDefault(),window.open(n.url,"_blank")},children:Ye.jsx("article",{className:s3.article,children:e})}),hG="_header_r31i5_1",pG="_avatar_r31i5_11",gG="_avatarSquare_r31i5_17",yG="_author_r31i5_21",bG="_authorText_r31i5_26",mG="_username_r31i5_33",Gd={header:hG,avatar:pG,avatarSquare:gG,author:yG,authorText:bG,username:mG},vG=({tweet:n})=>{const{user:e}=n;return Ye.jsxs("div",{className:Gd.header,children:[Ye.jsx("a",{href:n.url,className:Gd.avatar,target:"_blank",rel:"noopener noreferrer",children:Ye.jsx("div",{className:Cu(Gd.avatarOverflow,e.profile_image_shape==="Square"&&Gd.avatarSquare),children:Ye.jsx(S5,{src:e.profile_image_url_https,alt:e.name,width:20,height:20})})}),Ye.jsxs("div",{className:Gd.author,children:[Ye.jsx("div",{className:Gd.authorText,children:Ye.jsx("span",{title:e.name,children:e.name})}),Ye.jsx(A5,{user:e}),Ye.jsx("div",{className:Gd.username,children:Ye.jsxs("span",{title:`@${e.screen_name}`,children:["@",e.screen_name]})})]})]})},xG="_root_175ot_1",wG={root:xG},DG=({tweet:n})=>Ye.jsx("p",{className:wG.root,lang:n.lang,dir:"auto",children:n.entities.map((e,t)=>Ye.jsx("span",{dangerouslySetInnerHTML:{__html:e.text}},t))}),TG=({tweet:n})=>{var e;return Ye.jsxs(dG,{tweet:n,children:[Ye.jsx(vG,{tweet:n}),Ye.jsx(DG,{tweet:n}),(e=n.mediaDetails)!=null&&e.length?Ye.jsx(U5,{quoted:!0,tweet:n}):null]})},EG=({tweet:n,components:e})=>{var t;const r=En.useMemo(()=>yV(n),[n]);return Ye.jsxs(RD,{children:[Ye.jsx(qH,{tweet:r,components:e}),r.in_reply_to_status_id_str&&Ye.jsx(eV,{tweet:r}),Ye.jsx(aV,{tweet:r}),(t=r.mediaDetails)!=null&&t.length?Ye.jsx(U5,{tweet:r,components:e}):null,r.quoted_tweet&&Ye.jsx(TG,{tweet:r.quoted_tweet}),Ye.jsx(GV,{tweet:r}),Ye.jsx(oG,{tweet:r}),Ye.jsx(cG,{tweet:r})]})},CG="_root_16yxa_1",_G={root:CG},SG=n=>Ye.jsx(RD,{children:Ye.jsxs("div",{className:_G.root,children:[Ye.jsx("h3",{children:"Tweet not found"}),Ye.jsx("p",{children:"The embedded tweet could not be found…"})]})}),AG="_skeleton_oi7hr_1",kG={skeleton:AG},py=({style:n})=>Ye.jsx("span",{className:kG.skeleton,style:n}),RG="_root_17qqv_1",UG={root:RG},FG=()=>Ye.jsxs(RD,{className:UG.root,children:[Ye.jsx(py,{style:{height:"3rem",marginBottom:"0.75rem"}}),Ye.jsx(py,{style:{height:"6rem",margin:"0.5rem 0"}}),Ye.jsx("div",{style:{borderTop:"var(--tweet-border)",margin:"0.5rem 0"}}),Ye.jsx(py,{style:{height:"2rem"}}),Ye.jsx(py,{style:{height:"2rem",borderRadius:"9999px",marginTop:"0.5rem"}})]});var gy={exports:{}},b2={};/**
|
|
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 l3;function OG(){if(l3)return b2;l3=1;var n=En;function e(f,h){return f===h&&(f!==0||1/f===1/h)||f!==f&&h!==h}var t=typeof Object.is=="function"?Object.is:e,r=n.useState,i=n.useEffect,o=n.useLayoutEffect,a=n.useDebugValue;function s(f,h){var d=h(),y=r({inst:{value:d,getSnapshot:h}}),w=y[0].inst,D=y[1];return o(function(){w.value=d,w.getSnapshot=h,l(w)&&D({inst:w})},[f,d,h]),i(function(){return l(w)&&D({inst:w}),f(function(){l(w)&&D({inst:w})})},[f]),a(d),d}function l(f){var h=f.getSnapshot;f=f.value;try{var d=h();return!t(f,d)}catch{return!0}}function c(f,h){return h()}var u=typeof window>"u"||typeof window.document>"u"||typeof window.document.createElement>"u"?c:s;return b2.useSyncExternalStore=n.useSyncExternalStore!==void 0?n.useSyncExternalStore:u,b2}var m2={};/**
|
|
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
|
-
*/var c3;function IG(){return c3||(c3=1,process.env.NODE_ENV!=="production"&&function(){function n(d,y){return d===y&&(d!==0||1/d===1/y)||d!==d&&y!==y}function e(d,y){u||i.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 w=y();if(!f){var D=y();o(w,D)||(console.error("The result of getSnapshot should be cached to avoid an infinite loop"),f=!0)}D=a({inst:{value:w,getSnapshot:y}});var C=D[0].inst,A=D[1];return l(function(){C.value=w,C.getSnapshot=y,t(C)&&A({inst:C})},[d,w,y]),s(function(){return t(C)&&A({inst:C}),d(function(){t(C)&&A({inst:C})})},[d]),c(w),w}function t(d){var y=d.getSnapshot;d=d.value;try{var w=y();return!o(d,w)}catch{return!0}}function r(d,y){return y()}typeof __REACT_DEVTOOLS_GLOBAL_HOOK__<"u"&&typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStart=="function"&&__REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStart(Error());var i=En,o=typeof Object.is=="function"?Object.is:n,a=i.useState,s=i.useEffect,l=i.useLayoutEffect,c=i.useDebugValue,u=!1,f=!1,h=typeof window>"u"||typeof window.document>"u"||typeof window.document.createElement>"u"?r:e;m2.useSyncExternalStore=i.useSyncExternalStore!==void 0?i.useSyncExternalStore:h,typeof __REACT_DEVTOOLS_GLOBAL_HOOK__<"u"&&typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop=="function"&&__REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop(Error())}()),m2}var u3;function MG(){return u3||(u3=1,process.env.NODE_ENV==="production"?gy.exports=OG():gy.exports=IG()),gy.exports}var PG=MG();const F5=0,O5=1,I5=2,f3=3;var d3=Object.prototype.hasOwnProperty;function Ex(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--&&Ex(n[r],e[r]););return r===-1}if(!t||typeof n=="object"){r=0;for(t in n)if(d3.call(n,t)&&++r&&!d3.call(e,t)||!(t in e)||!Ex(n[t],e[t]))return!1;return Object.keys(e).length===r}}return n!==n&&e!==e}const yf=new WeakMap,od=()=>{},Ma=od(),Cx=Object,Nn=n=>n===Ma,Tu=n=>typeof n=="function",pd=(n,e)=>({...n,...e}),M5=n=>Tu(n.then),v2={},yy={},UD="undefined",Pg=typeof window!=UD,_x=typeof document!=UD,NG=Pg&&"Deno"in window,BG=()=>Pg&&typeof window.requestAnimationFrame!=UD,P5=(n,e)=>{const t=yf.get(n);return[()=>!Nn(e)&&n.get(e)||v2,r=>{if(!Nn(e)){const i=n.get(e);e in yy||(yy[e]=i),t[5](e,pd(i,r),i||v2)}},t[6],()=>!Nn(e)&&e in yy?yy[e]:!Nn(e)&&n.get(e)||v2]};let Sx=!0;const LG=()=>Sx,[Ax,kx]=Pg&&window.addEventListener?[window.addEventListener.bind(window),window.removeEventListener.bind(window)]:[od,od],WG=()=>{const n=_x&&document.visibilityState;return Nn(n)||n!=="hidden"},zG=n=>(_x&&document.addEventListener("visibilitychange",n),Ax("focus",n),()=>{_x&&document.removeEventListener("visibilitychange",n),kx("focus",n)}),HG=n=>{const e=()=>{Sx=!0,n()},t=()=>{Sx=!1};return Ax("online",e),Ax("offline",t),()=>{kx("online",e),kx("offline",t)}},VG={isOnline:LG,isVisible:WG},GG={initFocus:zG,initReconnect:HG},h3=!En.useId,mg=!Pg||NG,XG=n=>BG()?window.requestAnimationFrame(n):setTimeout(n,1),x2=mg?En.useEffect:En.useLayoutEffect,w2=typeof navigator<"u"&&navigator.connection,p3=!mg&&w2&&(["slow-2g","2g"].includes(w2.effectiveType)||w2.saveData),by=new WeakMap,D2=(n,e)=>Cx.prototype.toString.call(n)===`[object ${e}]`;let YG=0;const Rx=n=>{const e=typeof n,t=D2(n,"Date"),r=D2(n,"RegExp"),i=D2(n,"Object");let o,a;if(Cx(n)===n&&!t&&!r){if(o=by.get(n),o)return o;if(o=++YG+"~",by.set(n,o),Array.isArray(n)){for(o="@",a=0;a<n.length;a++)o+=Rx(n[a])+",";by.set(n,o)}if(i){o="#";const s=Cx.keys(n).sort();for(;!Nn(a=s.pop());)Nn(n[a])||(o+=a+":"+Rx(n[a])+",");by.set(n,o)}}else o=t?n.toJSON():e=="symbol"?n.toString():e=="string"?JSON.stringify(n):""+n;return o},FD=n=>{if(Tu(n))try{n=n()}catch{n=""}const e=n;return n=typeof n=="string"?n:(Array.isArray(n)?n.length:n)?Rx(n):"",[n,e]};let ZG=0;const Ux=()=>++ZG;async function N5(...n){const[e,t,r,i]=n,o=pd({populateCache:!0,throwOnError:!0},typeof i=="boolean"?{revalidate:i}:i||{});let a=o.populateCache;const s=o.rollbackOnError;let l=o.optimisticData;const c=h=>typeof s=="function"?s(h):s!==!1,u=o.throwOnError;if(Tu(t)){const h=t,d=[],y=e.keys();for(const w of y)!/^\$(inf|sub)\$/.test(w)&&h(e.get(w)._k)&&d.push(w);return Promise.all(d.map(f))}return f(t);async function f(h){const[d]=FD(h);if(!d)return;const[y,w]=P5(e,d),[D,C,A,R]=yf.get(e),P=()=>{const J=D[d];return(Tu(o.revalidate)?o.revalidate(y().data,h):o.revalidate!==!1)&&(delete A[d],delete R[d],J&&J[0])?J[0](I5).then(()=>y().data):y().data};if(n.length<3)return P();let I=r,L;const z=Ux();C[d]=[z,0];const j=!Nn(l),B=y(),re=B.data,ce=B._c,M=Nn(ce)?re:ce;if(j&&(l=Tu(l)?l(M,re):l,w({data:l,_c:M})),Tu(I))try{I=I(M)}catch(J){L=J}if(I&&M5(I))if(I=await I.catch(J=>{L=J}),z!==C[d][0]){if(L)throw L;return I}else L&&j&&c(L)&&(a=!0,w({data:M,_c:Ma}));if(a&&!L)if(Tu(a)){const J=a(I,M);w({data:J,error:Ma,_c:Ma})}else w({data:I,error:Ma,_c:Ma});if(C[d][1]=Ux(),Promise.resolve(P()).then(()=>{w({_c:Ma})}),L){if(u)throw L;return}return I}}const g3=(n,e)=>{for(const t in n)n[t][0]&&n[t][0](e)},JG=(n,e)=>{if(!yf.has(n)){const t=pd(GG,e),r={},i=N5.bind(Ma,n);let o=od;const a={},s=(u,f)=>{const h=a[u]||[];return a[u]=h,h.push(f),()=>h.splice(h.indexOf(f),1)},l=(u,f,h)=>{n.set(u,f);const d=a[u];if(d)for(const y of d)y(f,h)},c=()=>{if(!yf.has(n)&&(yf.set(n,[r,{},{},{},i,l,s]),!mg)){const u=t.initFocus(setTimeout.bind(Ma,g3.bind(Ma,r,F5))),f=t.initReconnect(setTimeout.bind(Ma,g3.bind(Ma,r,O5)));o=()=>{u&&u(),f&&f(),yf.delete(n)}}};return c(),[n,i,c,o]}return[n,yf.get(n)[4]]},KG=(n,e,t,r,i)=>{const o=t.errorRetryCount,a=i.retryCount,s=~~((Math.random()+.5)*(1<<(a<8?a:8)))*t.errorRetryInterval;!Nn(o)&&a>o||setTimeout(r,s,i)},QG=Ex,[B5,qG]=JG(new Map),jG=pd({onLoadingSlow:od,onSuccess:od,onError:od,onErrorRetry:KG,onDiscarded:od,revalidateOnFocus:!0,revalidateOnReconnect:!0,revalidateIfStale:!0,shouldRetryOnError:!0,errorRetryInterval:p3?1e4:5e3,focusThrottleInterval:5*1e3,dedupingInterval:2*1e3,loadingTimeout:p3?5e3:3e3,compare:QG,isPaused:()=>!1,cache:B5,mutate:qG,fallback:{}},VG),$G=(n,e)=>{const t=pd(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=pd(i,a))}return t},eX=En.createContext({}),tX="$inf$",L5=Pg&&window.__SWR_DEVTOOLS_USE__,nX=L5?window.__SWR_DEVTOOLS_USE__:[],rX=()=>{L5&&(window.__SWR_DEVTOOLS_REACT__=En)},iX=n=>Tu(n[1])?[n[0],n[1],n[2]||{}]:[n[0],null,(n[1]===null?n[2]:n[1])||{}],oX=()=>pd(jG,En.useContext(eX)),aX=n=>(e,t,r)=>n(e,t&&((...o)=>{const[a]=FD(e),[,,,s]=yf.get(B5);if(a.startsWith(tX))return t(...o);const l=s[a];return Nn(l)?t(...o):(delete s[a],l)}),r),sX=nX.concat(aX),lX=n=>function(...t){const r=oX(),[i,o,a]=iX(t),s=$G(r,a);let l=n;const{use:c}=s,u=(c||[]).concat(sX);for(let f=u.length;f--;)l=u[f](l);return l(i,o||s.fetcher||null,s)},cX=(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())}};rX();const T2=En.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}}),E2={dedupe:!0},uX=(n,e,t)=>{const{cache:r,compare:i,suspense:o,fallbackData:a,revalidateOnMount:s,revalidateIfStale:l,refreshInterval:c,refreshWhenHidden:u,refreshWhenOffline:f,keepPreviousData:h}=t,[d,y,w,D]=yf.get(r),[C,A]=FD(n),R=En.useRef(!1),P=En.useRef(!1),I=En.useRef(C),L=En.useRef(e),z=En.useRef(t),j=()=>z.current,B=()=>j().isVisible()&&j().isOnline(),[re,ce,M,J]=P5(r,C),F=En.useRef({}).current,pe=Nn(a)?Nn(t.fallback)?Ma:t.fallback[C]:a,G=(lt,O)=>{for(const be in F){const ye=be;if(ye==="data"){if(!i(lt[ye],O[ye])&&(!Nn(lt[ye])||!i(ve,O[ye])))return!1}else if(O[ye]!==lt[ye])return!1}return!0},$=En.useMemo(()=>{const lt=!C||!e?!1:Nn(s)?j().isPaused()||o?!1:l!==!1:s,O=Ie=>{const Se=pd(Ie);return delete Se._k,lt?{isValidating:!0,isLoading:!0,...Se}:Se},be=re(),ye=J(),ie=O(be),ne=be===ye?ie:O(ye);let me=ie;return[()=>{const Ie=O(re());return G(Ie,me)?(me.data=Ie.data,me.isLoading=Ie.isLoading,me.isValidating=Ie.isValidating,me.error=Ie.error,me):(me=Ie,Ie)},()=>ne]},[r,C]),fe=PG.useSyncExternalStore(En.useCallback(lt=>M(C,(O,be)=>{G(be,O)||lt()}),[r,C]),$[0],$[1]),se=!R.current,ge=d[C]&&d[C].length>0,K=fe.data,te=Nn(K)?pe&&M5(pe)?T2(pe):pe:K,Oe=fe.error,he=En.useRef(te),ve=h?Nn(K)?Nn(he.current)?te:he.current:K:te,Ve=ge&&!Nn(Oe)?!1:se&&!Nn(s)?s:j().isPaused()?!1:o?Nn(te)?!1:l:Nn(te)||l,rt=!!(C&&e&&se&&Ve),$e=Nn(fe.isValidating)?rt:fe.isValidating,Xe=Nn(fe.isLoading)?rt:fe.isLoading,Ze=En.useCallback(async lt=>{const O=L.current;if(!C||!O||P.current||j().isPaused())return!1;let be,ye,ie=!0;const ne=lt||{},me=!w[C]||!ne.dedupe,Ie=()=>h3?!P.current&&C===I.current&&R.current:C===I.current,Se={isValidating:!1,isLoading:!1},we=()=>{ce(Se)},de=()=>{const Ae=w[C];Ae&&Ae[1]===ye&&delete w[C]},De={isValidating:!0};Nn(re().data)&&(De.isLoading=!0);try{if(me&&(ce(De),t.loadingTimeout&&Nn(re().data)&&setTimeout(()=>{ie&&Ie()&&j().onLoadingSlow(C,t)},t.loadingTimeout),w[C]=[O(A),Ux()]),[be,ye]=w[C],be=await be,me&&setTimeout(de,t.dedupingInterval),!w[C]||w[C][1]!==ye)return me&&Ie()&&j().onDiscarded(C),!1;Se.error=Ma;const Ae=y[C];if(!Nn(Ae)&&(ye<=Ae[0]||ye<=Ae[1]||Ae[1]===0))return we(),me&&Ie()&&j().onDiscarded(C),!1;const Le=re().data;Se.data=i(Le,be)?Le:be,me&&Ie()&&j().onSuccess(be,C,t)}catch(Ae){de();const Le=j(),{shouldRetryOnError:ct}=Le;Le.isPaused()||(Se.error=Ae,me&&Ie()&&(Le.onError(Ae,C,Le),(ct===!0||Tu(ct)&&ct(Ae))&&(!j().revalidateOnFocus||!j().revalidateOnReconnect||B())&&Le.onErrorRetry(Ae,C,Le,xt=>{const Rt=d[C];Rt&&Rt[0]&&Rt[0](f3,xt)},{retryCount:(ne.retryCount||0)+1,dedupe:!0})))}return ie=!1,we(),!0},[C,r]),ot=En.useCallback((...lt)=>N5(r,I.current,...lt),[]);if(x2(()=>{L.current=e,z.current=t,Nn(K)||(he.current=K)}),x2(()=>{if(!C)return;const lt=Ze.bind(Ma,E2);let O=0;const ye=cX(C,d,(ie,ne={})=>{if(ie==F5){const me=Date.now();j().revalidateOnFocus&&me>O&&B()&&(O=me+j().focusThrottleInterval,lt())}else if(ie==O5)j().revalidateOnReconnect&&B()&<();else{if(ie==I5)return Ze();if(ie==f3)return Ze(ne)}});return P.current=!1,I.current=C,R.current=!0,ce({_k:A}),Ve&&(Nn(te)||mg?lt():XG(lt)),()=>{P.current=!0,ye()}},[C]),x2(()=>{let lt;function O(){const ye=Tu(c)?c(re().data):c;ye&<!==-1&&(lt=setTimeout(be,ye))}function be(){!re().error&&(u||j().isVisible())&&(f||j().isOnline())?Ze(E2).then(O):O()}return O(),()=>{lt&&(clearTimeout(lt),lt=-1)}},[c,u,f,C]),En.useDebugValue(ve),o&&Nn(te)&&C){if(!h3&&mg)throw new Error("Fallback data is required when using Suspense in SSR.");L.current=e,z.current=t,P.current=!1;const lt=D[C];if(!Nn(lt)){const O=ot(lt);T2(O)}if(Nn(Oe)){const O=Ze(E2);Nn(ve)||(O.status="fulfilled",O.value=!0),T2(O)}else throw Oe}return{mutate:ot,get data(){return F.data=!0,ve},get error(){return F.error=!0,Oe},get isValidating(){return F.isValidating=!0,$e},get isLoading(){return F.isLoading=!0,Xe}}},y3=lX(uX);class fX extends Error{constructor({message:e,status:t,data:r}){super(e),this.name="TwitterApiError",this.status=t,this.data=r}}const dX=y3.default||y3,hX="https://react-tweet.vercel.app";async function pX([n,e]){const t=await fetch(n,e),r=await t.json();if(t.ok)return r.data||null;throw new fX({message:`Failed to fetch tweet at "${n}" with "${t.status}".`,data:r,status:t.status})}const gX=(n,e,t)=>{const{isLoading:r,data:i,error:o}=dX(()=>e||n?[e||n&&`${hX}/api/tweet/${n}`,t]:null,pX,{revalidateIfStale:!1,revalidateOnFocus:!1,shouldRetryOnError:!1});return{isLoading:!!(r||i===void 0&&!o),data:i,error:o}},yX=({id:n,apiUrl:e,fallback:t=Ye.jsx(FG,{}),components:r,fetchOptions:i,onError:o})=>{const{data:a,error:s,isLoading:l}=gX(n,e,i);if(l)return t;if(s||!a){const c=(r==null?void 0:r.TweetNotFound)||SG;return Ye.jsx(c,{error:o?o(s):s})}return Ye.jsx(EG,{tweet:a,components:r})},Su=()=>new Map,Fx=n=>{const e=Su();return n.forEach((t,r)=>{e.set(r,t)}),e},sp=(n,e,t)=>{let r=n.get(e);return r===void 0&&n.set(e,r=t()),r},bX=(n,e)=>{const t=[];for(const[r,i]of n)t.push(e(i,r));return t},mX=(n,e)=>{for(const[t,r]of n)if(e(r,t))return!0;return!1},Kh=()=>new Set,C2=n=>n[n.length-1],Qh=Array.from,vX=Array.isArray;class xX{constructor(){this._observers=Su()}on(e,t){return sp(this._observers,e,Kh).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)||Su()).values()).forEach(r=>r(...t))}destroy(){this._observers=Su()}}const sh=Math.floor,qy=Math.abs,W5=(n,e)=>n<e?n:e,lp=(n,e)=>n>e?n:e,wX=n=>n!==0?n<0:1/n<0,b3=1,m3=2,_2=4,S2=8,DX=32,z5=64,Xb=128,TX=31,v3=63,qp=127,EX=2147483647,CX=Number.isInteger||(n=>typeof n=="number"&&isFinite(n)&&sh(n)===n),_X=n=>n.toLowerCase(),SX=/^\s*/g,AX=n=>n.replace(SX,""),kX=/([A-Z])/g,x3=(n,e)=>AX(n.replace(kX,t=>`${e}${_X(t)}`)),RX=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},vg=typeof TextEncoder<"u"?new TextEncoder:null,UX=n=>vg.encode(n),FX=vg?UX:RX;let A2=typeof TextDecoder>"u"?null:new TextDecoder("utf-8",{fatal:!0,ignoreBOM:!0});A2&&A2.decode(new Uint8Array).length===1&&(A2=null);class Ng{constructor(){this.cpos=0,this.cbuf=new Uint8Array(100),this.bufs=[]}}const OD=()=>new Ng,OX=n=>{let e=n.cpos;for(let t=0;t<n.bufs.length;t++)e+=n.bufs[t].length;return e},mf=n=>{const e=new Uint8Array(OX(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},IX=(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(lp(t,e)*2),n.cpos=0)},ro=(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},Ox=ro,lr=(n,e)=>{for(;e>qp;)ro(n,Xb|qp&e),e=sh(e/128);ro(n,qp&e)},ID=(n,e)=>{const t=wX(e);for(t&&(e=-e),ro(n,(e>v3?Xb:0)|(t?z5:0)|v3&e),e=sh(e/64);e>0;)ro(n,(e>qp?Xb:0)|qp&e),e=sh(e/128)},Ix=new Uint8Array(3e4),MX=Ix.length/3,PX=(n,e)=>{if(e.length<MX){const t=vg.encodeInto(e,Ix).written||0;lr(n,t);for(let r=0;r<t;r++)ro(n,Ix[r])}else Xs(n,FX(e))},NX=(n,e)=>{const t=unescape(encodeURIComponent(e)),r=t.length;lr(n,r);for(let i=0;i<r;i++)ro(n,t.codePointAt(i))},zh=vg&&vg.encodeInto?PX:NX,MD=(n,e)=>{const t=n.cbuf.length,r=n.cpos,i=W5(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(lp(t*2,o)),n.cbuf.set(e.subarray(i)),n.cpos=o)},Xs=(n,e)=>{lr(n,e.byteLength),MD(n,e)},PD=(n,e)=>{IX(n,e);const t=new DataView(n.cbuf.buffer,n.cpos,e);return n.cpos+=e,t},BX=(n,e)=>PD(n,4).setFloat32(0,e,!1),LX=(n,e)=>PD(n,8).setFloat64(0,e,!1),WX=(n,e)=>PD(n,8).setBigInt64(0,e,!1),w3=new DataView(new ArrayBuffer(4)),zX=n=>(w3.setFloat32(0,n),w3.getFloat32(0)===n),xg=(n,e)=>{switch(typeof e){case"string":ro(n,119),zh(n,e);break;case"number":CX(e)&&qy(e)<=EX?(ro(n,125),ID(n,e)):zX(e)?(ro(n,124),BX(n,e)):(ro(n,123),LX(n,e));break;case"bigint":ro(n,122),WX(n,e);break;case"object":if(e===null)ro(n,126);else if(vX(e)){ro(n,117),lr(n,e.length);for(let t=0;t<e.length;t++)xg(n,e[t])}else if(e instanceof Uint8Array)ro(n,116),Xs(n,e);else{ro(n,118);const t=Object.keys(e);lr(n,t.length);for(let r=0;r<t.length;r++){const i=t[r];zh(n,i),xg(n,e[i])}}break;case"boolean":ro(n,e?120:121);break;default:ro(n,127)}};class D3 extends Ng{constructor(e){super(),this.w=e,this.s=null,this.count=0}write(e){this.s===e?this.count++:(this.count>0&&lr(this,this.count-1),this.count=1,this.w(this,e),this.s=e)}}const T3=n=>{n.count>0&&(ID(n.encoder,n.count===1?n.s:-n.s),n.count>1&&lr(n.encoder,n.count-2))};class jy{constructor(){this.encoder=new Ng,this.s=0,this.count=0}write(e){this.s===e?this.count++:(T3(this),this.count=1,this.s=e)}toUint8Array(){return T3(this),mf(this.encoder)}}const E3=n=>{if(n.count>0){const e=n.diff*2+(n.count===1?0:1);ID(n.encoder,e),n.count>1&&lr(n.encoder,n.count-2)}};class k2{constructor(){this.encoder=new Ng,this.s=0,this.count=0,this.diff=0}write(e){this.diff===e-this.s?(this.s=e,this.count++):(E3(this),this.count=1,this.diff=e-this.s,this.s=e)}toUint8Array(){return E3(this),mf(this.encoder)}}class HX{constructor(){this.sarr=[],this.s="",this.lensE=new jy}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 Ng;return this.sarr.push(this.s),this.s="",zh(e,this.sarr.join("")),MD(e,this.lensE.toUint8Array()),mf(e)}}const qh=n=>new Error(n),Au=()=>{throw qh("Method unimplemented")},gd=()=>{throw qh("Unexpected case")},VX=crypto.getRandomValues.bind(crypto),H5=()=>VX(new Uint32Array(1))[0],GX="10000000-1000-4000-8000"+-1e11,XX=()=>GX.replace(/[018]/g,n=>(n^H5()&15>>n/4).toString(16)),C3=n=>new Promise(n);Promise.all.bind(Promise);const _3=n=>n===void 0?null:n;class YX{constructor(){this.map=new Map}setItem(e,t){this.map.set(e,t)}getItem(e){return this.map.get(e)}}let V5=new YX,ZX=!0;try{typeof localStorage<"u"&&localStorage&&(V5=localStorage,ZX=!1)}catch{}const JX=V5,KX=Object.assign,QX=Object.keys,qX=(n,e)=>{for(const t in n)e(n[t],t)},S3=n=>QX(n).length,jX=n=>{for(const e in n)return!1;return!0},$X=(n,e)=>{for(const t in n)if(!e(n[t],t))return!1;return!0},eY=(n,e)=>Object.prototype.hasOwnProperty.call(n,e),tY=(n,e)=>n===e||S3(n)===S3(e)&&$X(n,(t,r)=>(t!==void 0||eY(e,r))&&e[r]===t),nY=Object.freeze,G5=n=>{for(const e in n){const t=n[e];(typeof t=="object"||typeof t=="function")&&G5(n[e])}return nY(n)},ND=(n,e,t=0)=>{try{for(;t<n.length;t++)n[t](...e)}finally{t<n.length&&ND(n,e,t+1)}},rY=(n,e)=>e.includes(n),wg=typeof process<"u"&&process.release&&/node|io\.js/.test(process.release.name)&&Object.prototype.toString.call(typeof process<"u"?process:0)==="[object process]";let xu;const iY=()=>{if(xu===void 0)if(wg){xu=Su();const n=process.argv;let e=null;for(let t=0;t<n.length;t++){const r=n[t];r[0]==="-"?(e!==null&&xu.set(e,""),e=r):e!==null&&(xu.set(e,r),e=null)}e!==null&&xu.set(e,"")}else typeof location=="object"?(xu=Su(),(location.search||"?").slice(1).split("&").forEach(n=>{if(n.length!==0){const[e,t]=n.split("=");xu.set(`--${x3(e,"-")}`,t),xu.set(`-${x3(e,"-")}`,t)}})):xu=Su();return xu},Mx=n=>iY().has(n),Yb=n=>_3(wg?process.env[n.toUpperCase().replaceAll("-","_")]:JX.getItem(n)),X5=n=>Mx("--"+n)||Yb(n)!==null;X5("production");const oY=wg&&rY(process.env.FORCE_COLOR,["true","1","2"]),aY=oY||!Mx("--no-colors")&&!X5("no-color")&&(!wg||process.stdout.isTTY)&&(!wg||Mx("--color")||Yb("COLORTERM")!==null||(Yb("TERM")||"").includes("color"));class sY{constructor(e,t){this.left=e,this.right=t}}const df=(n,e)=>new sY(n,e);typeof DOMParser<"u"&&new DOMParser;const lY=n=>bX(n,(e,t)=>`${t}:${e};`).join(""),Rf=Symbol,Y5=Rf(),Z5=Rf(),cY=Rf(),uY=Rf(),fY=Rf(),J5=Rf(),dY=Rf(),BD=Rf(),hY=Rf(),pY=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},gY={[Y5]:df("font-weight","bold"),[Z5]:df("font-weight","normal"),[cY]:df("color","blue"),[fY]:df("color","green"),[uY]:df("color","grey"),[J5]:df("color","red"),[dY]:df("color","purple"),[BD]:df("color","orange"),[hY]:df("color","black")},yY=n=>{var a;n.length===1&&((a=n[0])==null?void 0:a.constructor)===Function&&(n=n[0]());const e=[],t=[],r=Su();let i=[],o=0;for(;o<n.length;o++){const s=n[o],l=gY[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=lY(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},K5=aY?yY:pY,bY=(...n)=>{console.log(...K5(n)),Q5.forEach(e=>e.print(n))},mY=(...n)=>{console.warn(...K5(n)),n.unshift(BD),Q5.forEach(e=>e.print(n))},Q5=Kh(),q5=n=>({[Symbol.iterator](){return this},next:n}),vY=(n,e)=>q5(()=>{let t;do t=n.next();while(!t.done&&!e(t.value));return t}),R2=(n,e)=>q5(()=>{const{done:t,value:r}=n.next();return{done:t,value:t?void 0:e(r)}});class xY{constructor(e,t){this.clock=e,this.len=t}}class wY{constructor(){this.clients=new Map}}const j5=(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];oO(n,o,s.clock,s.len,t)}}),DY=(n,e)=>{let t=0,r=n.length-1;for(;t<=r;){const i=sh((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},$5=(n,e)=>{const t=n.clients.get(e.client);return t!==void 0&&DY(t,e.clock)!==null},eO=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=lp(i.len,o.clock+o.len-i.clock):(r<t&&(e[r]=o),r++)}e.length=r})},tO=(n,e,t,r)=>{sp(n.clients,e,()=>[]).push(new xY(t,r))},TY=(n,e)=>{lr(n.restEncoder,e.clients.size),Qh(e.clients.entries()).sort((t,r)=>r[0]-t[0]).forEach(([t,r])=>{n.resetDsCurVal(),lr(n.restEncoder,t);const i=r.length;lr(n.restEncoder,i);for(let o=0;o<i;o++){const a=r[o];n.writeDsClock(a.clock),n.writeDsLen(a.len)}})},nO=H5;class Bg extends xX{constructor({guid:e=XX(),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=nO(),this.guid=e,this.collectionid=t,this.share=new Map,this.store=new FY,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 u=f=>{(f===void 0||f===!0)&&(this.off("sync",u),c())};this.on("sync",u)});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&&Er(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 Er(this,e,t)}get(e,t=Ro){const r=sp(this.share,e,()=>{const o=new t;return o._integrate(this,null),o}),i=r.constructor;if(t!==Ro&&i!==t)if(i===Ro){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,jp)}getText(e=""){return this.get(e,Cg)}getMap(e=""){return this.get(e,Qb)}getXmlElement(e=""){return this.get(e,_g)}getXmlFragment(e=""){return this.get(e,jh)}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 Bg({guid:this.guid,...t.opts,shouldLoad:!1}),t.doc._item=e,Er(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 EY{constructor(){this.restEncoder=OD()}toUint8Array(){return mf(this.restEncoder)}resetDsCurVal(){}writeDsClock(e){lr(this.restEncoder,e)}writeDsLen(e){lr(this.restEncoder,e)}}class CY extends EY{writeLeftID(e){lr(this.restEncoder,e.client),lr(this.restEncoder,e.clock)}writeRightID(e){lr(this.restEncoder,e.client),lr(this.restEncoder,e.clock)}writeClient(e){lr(this.restEncoder,e)}writeInfo(e){Ox(this.restEncoder,e)}writeString(e){zh(this.restEncoder,e)}writeParentInfo(e){lr(this.restEncoder,e?1:0)}writeTypeRef(e){lr(this.restEncoder,e)}writeLen(e){lr(this.restEncoder,e)}writeAny(e){xg(this.restEncoder,e)}writeBuf(e){Xs(this.restEncoder,e)}writeJSON(e){zh(this.restEncoder,JSON.stringify(e))}writeKey(e){zh(this.restEncoder,e)}}class _Y{constructor(){this.restEncoder=OD(),this.dsCurrVal=0}toUint8Array(){return mf(this.restEncoder)}resetDsCurVal(){this.dsCurrVal=0}writeDsClock(e){const t=e-this.dsCurrVal;this.dsCurrVal=e,lr(this.restEncoder,t)}writeDsLen(e){e===0&&gd(),lr(this.restEncoder,e-1),this.dsCurrVal+=e}}class SY extends _Y{constructor(){super(),this.keyMap=new Map,this.keyClock=0,this.keyClockEncoder=new k2,this.clientEncoder=new jy,this.leftClockEncoder=new k2,this.rightClockEncoder=new k2,this.infoEncoder=new D3(Ox),this.stringEncoder=new HX,this.parentInfoEncoder=new D3(Ox),this.typeRefEncoder=new jy,this.lenEncoder=new jy}toUint8Array(){const e=OD();return lr(e,0),Xs(e,this.keyClockEncoder.toUint8Array()),Xs(e,this.clientEncoder.toUint8Array()),Xs(e,this.leftClockEncoder.toUint8Array()),Xs(e,this.rightClockEncoder.toUint8Array()),Xs(e,mf(this.infoEncoder)),Xs(e,this.stringEncoder.toUint8Array()),Xs(e,mf(this.parentInfoEncoder)),Xs(e,this.typeRefEncoder.toUint8Array()),Xs(e,this.lenEncoder.toUint8Array()),MD(e,mf(this.restEncoder)),mf(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){xg(this.restEncoder,e)}writeBuf(e){Xs(this.restEncoder,e)}writeJSON(e){xg(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 AY=(n,e,t,r)=>{r=lp(r,e[0].id.clock);const i=Ef(e,r);lr(n.restEncoder,e.length-i),n.writeClient(t),lr(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)},kY=(n,e,t)=>{const r=new Map;t.forEach((i,o)=>{ys(e,o)>i&&r.set(o,i)}),LD(e).forEach((i,o)=>{t.has(o)||r.set(o,0)}),lr(n.restEncoder,r.size),Qh(r.entries()).sort((i,o)=>o[0]-i[0]).forEach(([i,o])=>{AY(n,e.clients.get(i),i,o)})},RY=(n,e)=>kY(n,e.doc.store,e.beforeState);class UY{constructor(){this.l=[]}}const A3=()=>new UY,k3=(n,e)=>n.l.push(e),R3=(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.")},rO=(n,e,t)=>ND(n.l,[e,t]);class $y{constructor(e,t){this.client=e,this.clock=t}}const my=(n,e)=>n===e||n!==null&&e!==null&&n.client===e.client&&n.clock===e.clock,Cr=(n,e)=>new $y(n,e),Dg=n=>{for(const[e,t]of n.doc.share.entries())if(t===n)return e;throw gd()};class Zb{constructor(e,t,r,i=0){this.type=e,this.tname=t,this.item=r,this.assoc=i}}const vy=(n,e,t)=>{let r=null,i=null;return n._item===null?i=Dg(n):r=Cr(n._item.id.client,n._item.id.clock),new Zb(r,i,e,t)},U2=(n,e,t=0)=>{let r=n._start;if(t<0){if(e===0)return vy(n,null,t);e--}for(;r!==null;){if(!r.deleted&&r.countable){if(r.length>e)return vy(n,Cr(r.id.client,r.id.clock+e),t);e-=r.length}if(r.right===null&&t<0)return vy(n,r.lastId,t);r=r.right}return vy(n,null,t)},Uh=(n,e)=>e===void 0?!n.deleted:e.sv.has(n.id.client)&&(e.sv.get(n.id.client)||0)>n.id.clock&&!$5(e.ds,n.id),Px=(n,e)=>{const t=sp(n.meta,Px,Kh),r=n.doc.store;t.has(e)||(e.sv.forEach((i,o)=>{i<ys(r,o)&&yd(n,Cr(o,i))}),j5(n,e.ds,i=>{}),t.add(e))};class FY{constructor(){this.clients=new Map,this.pendingStructs=null,this.pendingDs=null}}const LD=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},ys=(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},iO=(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 gd()}t.push(e)},Ef=(n,e)=>{let t=0,r=n.length-1,i=n[r],o=i.id.clock;if(o===e)return r;let a=sh(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=sh((t+r)/2)}throw gd()},OY=(n,e)=>{const t=n.clients.get(e.client);return t[Ef(t,e.clock)]},F2=OY,Nx=(n,e,t)=>{const r=Ef(e,t),i=e[r];return i.id.clock<t&&i instanceof jo?(e.splice(r+1,0,TO(n,i,t-i.id.clock)),r+1):r},yd=(n,e)=>{const t=n.doc.store.clients.get(e.client);return t[Nx(n,t,e.clock)]},U3=(n,e,t)=>{const r=e.clients.get(t.client),i=Ef(r,t.clock),o=r[i];return t.clock!==o.id.clock+o.length-1&&o.constructor!==td&&r.splice(i+1,0,TO(n,o,t.clock-o.id.clock+1)),o},IY=(n,e,t)=>{const r=n.clients.get(e.id.client);r[Ef(r,e.id.clock)]=t},oO=(n,e,t,r,i)=>{if(r===0)return;const o=t+r;let a=Nx(n,e,t),s;do s=e[a++],o<s.id.clock+s.length&&Nx(n,e,o),i(s);while(a<e.length&&e[a].id.clock<o)};class MY{constructor(e,t,r){this.doc=e,this.deleteSet=new wY,this.beforeState=LD(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 F3=(n,e)=>e.deleteSet.clients.size===0&&!mX(e.afterState,(t,r)=>e.beforeState.get(r)!==t)?!1:(eO(e.deleteSet),RY(n,e),TY(n,e.deleteSet),!0),O3=(n,e,t)=>{const r=e._item;(r===null||r.id.clock<(n.beforeState.get(r.id.client)||0)&&!r.deleted)&&sp(n.changed,e,Kh).add(t)},eb=(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},PY=(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=Ef(o,s.clock),u=o[c];c<o.length&&u.id.clock<l;u=o[++c]){const f=o[c];if(s.clock+s.len<=f.id.clock)break;f instanceof jo&&f.deleted&&!f.keep&&t(f)&&f.gc(e,!1)}}}},NY=(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=W5(i.length-1,1+Ef(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+eb(i,l)}})},aO=(n,e)=>{if(e<n.length){const t=n[e],r=t.doc,i=r.store,o=t.deleteSet,a=t._mergeStructs;try{eO(o),t.afterState=LD(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(u=>u.target._item===null||!u.target._item.deleted),l.forEach(u=>{u.currentTarget=c,u._path=null}),l.sort((u,f)=>u.path.length-f.path.length),rO(c._dEH,l,t))})}),s.push(()=>r.emit("afterTransaction",[t,r])),ND(s,[]),t._needFormattingCleanup&&KY(t)}finally{r.gc&&PY(o,i,r.gcFilter),NY(o,i),t.afterState.forEach((u,f)=>{const h=t.beforeState.get(f)||0;if(h!==u){const d=i.clients.get(f),y=lp(Ef(d,h),1);for(let w=d.length-1;w>=y;)w-=1+eb(d,w)}});for(let u=a.length-1;u>=0;u--){const{client:f,clock:h}=a[u].id,d=i.clients.get(f),y=Ef(d,h);y+1<d.length&&eb(d,y+1)>1||y>0&&eb(d,y)}if(!t.local&&t.afterState.get(r.clientID)!==t.beforeState.get(r.clientID)&&(bY(BD,Y5,"[yjs] ",Z5,J5,"Changed the client-id because another client seems to be using it."),r.clientID=nO()),r.emit("afterTransactionCleanup",[t,r]),r._observers.has("update")){const u=new CY;F3(u,t)&&r.emit("update",[u.toUint8Array(),t.origin,r,t])}if(r._observers.has("updateV2")){const u=new SY;F3(u,t)&&r.emit("updateV2",[u.toUint8Array(),t.origin,r,t])}const{subdocsAdded:s,subdocsLoaded:l,subdocsRemoved:c}=t;(s.size>0||c.size>0||l.size>0)&&(s.forEach(u=>{u.clientID=r.clientID,u.collectionid==null&&(u.collectionid=r.collectionid),r.subdocs.add(u)}),c.forEach(u=>r.subdocs.delete(u)),r.emit("subdocs",[{loaded:l,added:s,removed:c},r,t]),c.forEach(u=>u.destroy())),n.length<=e+1?(r._transactionCleanups=[],r.emit("afterAllTransactions",[r,n])):aO(n,e+1)}}},Er=(n,e,t=null,r=!0)=>{const i=n._transactionCleanups;let o=!1,a=null;n._transaction===null&&(o=!0,n._transaction=new MY(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&&aO(i,0)}}return a},I3="You must not compute changes after the event-handler fired.";class Wm{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=BY(this.currentTarget,this.target))}deletes(e){return $5(this.transaction.deleteSet,e.id)}get keys(){if(this._keys===null){if(this.transaction.doc._transactionCleanups.length===0)throw qh(I3);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 qh(I3);const t=this.target,r=Kh(),i=Kh(),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 BY=(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=()=>{mY("Invalid access: Add Yjs type to a document before reading data.")},sO=80;let WD=0;class LY{constructor(e,t){e.marker=!0,this.p=e,this.index=t,this.timestamp=WD++}}const WY=n=>{n.timestamp=WD++},lO=(n,e,t)=>{n.p.marker=!1,n.p=e,e.marker=!0,n.index=t,n.timestamp=WD++},zY=(n,e,t)=>{if(n.length>=sO){const r=n.reduce((i,o)=>i.timestamp<o.timestamp?i:o);return lO(r,e,t),r}else{const r=new LY(e,t);return n.push(r),r}},zm=(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)=>qy(e-o.index)<qy(e-a.index)?o:a);let r=n._start,i=0;for(t!==null&&(r=t.p,i=t.index,WY(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&&qy(t.index-i)<r.parent.length/sO?(lO(t,r,i),t):zY(n._searchMarker,r,i)},Tg=(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=lp(e,i.index+t))}},Hm=(n,e,t)=>{const r=n,i=e.changedParentTypes;for(;sp(i,n,()=>[]).push(t),n._item!==null;)n=n._item.parent;rO(r._eH,t,e)};class Ro{constructor(){this._item=null,this._map=new Map,this._start=null,this.doc=null,this._length=0,this._eH=A3(),this._dEH=A3(),this._searchMarker=null}get parent(){return this._item?this._item.parent:null}_integrate(e,t){this.doc=e,this._item=t}_copy(){throw Au()}clone(){throw Au()}_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){k3(this._eH,e)}observeDeep(e){k3(this._dEH,e)}unobserve(e){R3(this._eH,e)}unobserveDeep(e){R3(this._dEH,e)}toJSON(){}}const cO=(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},uO=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},Eg=(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}},fO=(n,e)=>{const t=[];return Eg(n,(r,i)=>{t.push(e(r,i,n))}),t},HY=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}}}},dO=(n,e)=>{n.doc??$o();const t=zm(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}},Jb=(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 u=()=>{c.length>0&&(i=new jo(Cr(a,ys(s,a)),i,i&&i.lastId,l,l&&l.id,e,null,new $h(c)),i.integrate(n,0),c=[])};r.forEach(f=>{if(f===null)c.push(f);else switch(f.constructor){case Number:case Object:case Boolean:case Array:case String:c.push(f);break;default:switch(u(),f.constructor){case Uint8Array:case ArrayBuffer:i=new jo(Cr(a,ys(s,a)),i,i&&i.lastId,l,l&&l.id,e,null,new Vm(new Uint8Array(f))),i.integrate(n,0);break;case Bg:i=new jo(Cr(a,ys(s,a)),i,i&&i.lastId,l,l&&l.id,e,null,new Gm(f)),i.integrate(n,0);break;default:if(f instanceof Ro)i=new jo(Cr(a,ys(s,a)),i,i&&i.lastId,l,l&&l.id,e,null,new Ed(f)),i.integrate(n,0);else throw new Error("Unexpected content type in insert operation")}}}),u()},hO=()=>qh("Length exceeded!"),pO=(n,e,t,r)=>{if(t>e._length)throw hO();if(t===0)return e._searchMarker&&Tg(e._searchMarker,t,r.length),Jb(n,e,null,r);const i=t,o=zm(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&&yd(n,Cr(a.id.client,a.id.clock+t));break}t-=a.length}return e._searchMarker&&Tg(e._searchMarker,i,r.length),Jb(n,e,a,r)},VY=(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 Jb(n,e,i,t)},gO=(n,e,t,r)=>{if(r===0)return;const i=t,o=r,a=zm(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&&yd(n,Cr(s.id.client,s.id.clock+t)),t-=s.length);for(;r>0&&s!==null;)s.deleted||(r<s.length&&yd(n,Cr(s.id.client,s.id.clock+r)),s.delete(n),r-=s.length),s=s.right;if(r>0)throw hO();e._searchMarker&&Tg(e._searchMarker,i,-o+r)},Kb=(n,e,t)=>{const r=e._map.get(t);r!==void 0&&r.delete(n)},zD=(n,e,t,r)=>{const i=e._map.get(t)||null,o=n.doc,a=o.clientID;let s;if(r==null)s=new $h([r]);else switch(r.constructor){case Number:case Object:case Boolean:case Array:case String:s=new $h([r]);break;case Uint8Array:s=new Vm(r);break;case Bg:s=new Gm(r);break;default:if(r instanceof Ro)s=new Ed(r);else throw new Error("Unexpected content type")}new jo(Cr(a,ys(o.store,a)),i,i&&i.lastId,null,null,e,t,s).integrate(n,0)},HD=(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},yO=n=>{const e={};return n.doc??$o(),n._map.forEach((t,r)=>{t.deleted||(e[r]=t.content.getContent()[t.length-1])}),e},bO=(n,e)=>{n.doc??$o();const t=n._map.get(e);return t!==void 0&&!t.deleted},GY=(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&&Uh(o,e)&&(t[i]=o.content.getContent()[o.length-1])}),t},xy=n=>(n.doc??$o(),vY(n._map.entries(),e=>!e[1].deleted));class XY extends Wm{}class jp extends Ro{constructor(){super(),this._prelimContent=[],this._searchMarker=[]}static from(e){const t=new jp;return t.push(e),t}_integrate(e,t){super._integrate(e,t),this.insert(0,this._prelimContent),this._prelimContent=null}_copy(){return new jp}clone(){const e=new jp;return e.insert(0,this.toArray().map(t=>t instanceof Ro?t.clone():t)),e}get length(){return this.doc??$o(),this._length}_callObserver(e,t){super._callObserver(e,t),Hm(this,e,new XY(this,e))}insert(e,t){this.doc!==null?Er(this.doc,r=>{pO(r,this,e,t)}):this._prelimContent.splice(e,0,...t)}push(e){this.doc!==null?Er(this.doc,t=>{VY(t,this,e)}):this._prelimContent.push(...e)}unshift(e){this.insert(0,e)}delete(e,t=1){this.doc!==null?Er(this.doc,r=>{gO(r,this,e,t)}):this._prelimContent.splice(e,t)}get(e){return dO(this,e)}toArray(){return uO(this)}slice(e=0,t=this.length){return cO(this,e,t)}toJSON(){return this.map(e=>e instanceof Ro?e.toJSON():e)}map(e){return fO(this,e)}forEach(e){Eg(this,e)}[Symbol.iterator](){return HY(this)}_write(e){e.writeTypeRef(tZ)}}class YY extends Wm{constructor(e,t,r){super(e,t),this.keysChanged=r}}class Qb extends Ro{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 Ro?t.clone():t)}),e}_callObserver(e,t){Hm(this,e,new YY(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 Ro?i.toJSON():i}}),e}get size(){return[...xy(this)].length}keys(){return R2(xy(this),e=>e[0])}values(){return R2(xy(this),e=>e[1].content.getContent()[e[1].length-1])}entries(){return R2(xy(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?Er(this.doc,t=>{Kb(t,this,e)}):this._prelimContent.delete(e)}set(e,t){return this.doc!==null?Er(this.doc,r=>{zD(r,this,e,t)}):this._prelimContent.set(e,t),t}get(e){return HD(this,e)}has(e){return bO(this,e)}clear(){this.doc!==null?Er(this.doc,e=>{this.forEach(function(t,r,i){Kb(e,i,r)})}):this._prelimContent.clear()}_write(e){e.writeTypeRef(nZ)}}const ad=(n,e)=>n===e||typeof n=="object"&&typeof e=="object"&&n&&e&&tY(n,e);class Bx{constructor(e,t,r,i){this.left=e,this.right=t,this.index=r,this.currentAttributes=i}forward(){switch(this.right===null&&gd(),this.right.content.constructor){case so:this.right.deleted||cp(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 M3=(n,e,t)=>{for(;e.right!==null&&t>0;){switch(e.right.content.constructor){case so:e.right.deleted||cp(e.currentAttributes,e.right.content);break;default:e.right.deleted||(t<e.right.length&&yd(n,Cr(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},wy=(n,e,t,r)=>{const i=new Map,o=r?zm(e,t):null;if(o){const a=new Bx(o.p.left,o.p,o.index,i);return M3(n,a,t-o.index)}else{const a=new Bx(null,e._start,0,i);return M3(n,a,t)}},mO=(n,e,t,r)=>{for(;t.right!==null&&(t.right.deleted===!0||t.right.content.constructor===so&&ad(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,u=new jo(Cr(o,ys(i.store,o)),l,l&&l.lastId,c,c&&c.id,e,null,new so(s,a));u.integrate(n,0),t.right=u,t.forward()})},cp=(n,e)=>{const{key:t,value:r}=e;r===null?n.delete(t):n.set(t,r)},vO=(n,e)=>{for(;n.right!==null;){if(!(n.right.deleted||n.right.content.constructor===so&&ad(e[n.right.content.key]??null,n.right.content.value)))break;n.forward()}},xO=(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(!ad(c,l)){a.set(s,c);const{left:u,right:f}=t;t.right=new jo(Cr(o,ys(i.store,o)),u,u&&u.lastId,f,f&&f.id,e,null,new so(s,l)),t.right.integrate(n,0),t.forward()}}return a},O2=(n,e,t,r,i)=>{t.currentAttributes.forEach((h,d)=>{i[d]===void 0&&(i[d]=null)});const o=n.doc,a=o.clientID;vO(t,i);const s=xO(n,e,t,i),l=r.constructor===String?new Cf(r):r instanceof Ro?new Ed(r):new up(r);let{left:c,right:u,index:f}=t;e._searchMarker&&Tg(e._searchMarker,t.index,l.getLength()),u=new jo(Cr(a,ys(o.store,a)),c,c&&c.lastId,u,u&&u.id,e,null,l),u.integrate(n,0),t.right=u,t.index=f,t.forward(),mO(n,e,t,s)},P3=(n,e,t,r,i)=>{const o=n.doc,a=o.clientID;vO(t,i);const s=xO(n,e,t,i);e:for(;t.right!==null&&(r>0||s.size>0&&(t.right.deleted||t.right.content.constructor===so));){if(!t.right.deleted)switch(t.right.content.constructor){case so:{const{key:l,value:c}=t.right.content,u=i[l];if(u!==void 0){if(ad(u,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&&yd(n,Cr(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(Cr(a,ys(o.store,a)),t.left,t.left&&t.left.lastId,t.right,t.right&&t.right.id,e,null,new Cf(l)),t.right.integrate(n,0),t.forward()}mO(n,e,t,s)},wO=(n,e,t,r,i)=>{let o=e;const a=Su();for(;o&&(!o.countable||o.deleted);){if(!o.deleted&&o.content.constructor===so){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 so:{const{key:u,value:f}=c,h=r.get(u)??null;(a.get(u)!==c||h===f)&&(e.delete(n),s++,!l&&(i.get(u)??null)===f&&h!==f&&(h===null?i.delete(u):i.set(u,h))),!l&&!e.deleted&&cp(i,c);break}}}e=e.right}return s},ZY=(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===so){const r=e.content.key;t.has(r)?e.delete(n):t.add(r)}e=e.left}},JY=n=>{let e=0;return Er(n.doc,t=>{let r=n._start,i=n._start,o=Su();const a=Fx(o);for(;i;){if(i.deleted===!1)switch(i.content.constructor){case so:cp(a,i.content);break;default:e+=wO(t,r,i,o,a),o=Fx(a),r=i;break}i=i.right}}),e},KY=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&&oO(n,t.store.clients.get(r),o,i,a=>{!a.deleted&&a.content.constructor===so&&a.constructor!==td&&e.add(a.parent)})}Er(t,r=>{j5(n,n.deleteSet,i=>{if(i instanceof td||!i.parent._hasFormatting||e.has(i.parent))return;const o=i.parent;i.content.constructor===so?e.add(o):ZY(r,i)});for(const i of e)JY(i)})},N3=(n,e,t)=>{const r=t,i=Fx(e.currentAttributes),o=e.right;for(;t>0&&e.right!==null;){if(e.right.deleted===!1)switch(e.right.content.constructor){case Ed:case up:case Cf:t<e.right.length&&yd(n,Cr(e.right.id.client,e.right.id.clock+t)),t-=e.right.length,e.right.delete(n);break}e.forward()}o&&wO(n,o,e.right,i,e.currentAttributes);const a=(e.left||e.right).parent;return a._searchMarker&&Tg(a._searchMarker,e.index,-r+t),e};class QY extends Wm{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=[];Er(e,r=>{const i=new Map,o=new Map;let a=this.target._start,s=null;const l={};let c="",u=0,f=0;const h=()=>{if(s!==null){let d=null;switch(s){case"delete":f>0&&(d={delete:f}),f=0;break;case"insert":(typeof c=="object"||c.length>0)&&(d={insert:c},i.size>0&&(d.attributes={},i.forEach((y,w)=>{y!==null&&(d.attributes[w]=y)}))),c="";break;case"retain":u>0&&(d={retain:u},jX(l)||(d.attributes=KX({},l))),u=0;break}d&&t.push(d),s=null}};for(;a!==null;){switch(a.content.constructor){case Ed:case up:this.adds(a)?this.deletes(a)||(h(),s="insert",c=a.content.getContent()[0],h()):this.deletes(a)?(s!=="delete"&&(h(),s="delete"),f+=1):a.deleted||(s!=="retain"&&(h(),s="retain"),u+=1);break;case Cf:this.adds(a)?this.deletes(a)||(s!=="insert"&&(h(),s="insert"),c+=a.content.str):this.deletes(a)?(s!=="delete"&&(h(),s="delete"),f+=a.length):a.deleted||(s!=="retain"&&(h(),s="retain"),u+=a.length);break;case so:{const{key:d,value:y}=a.content;if(this.adds(a)){if(!this.deletes(a)){const w=i.get(d)??null;ad(w,y)?y!==null&&a.delete(r):(s==="retain"&&h(),ad(y,o.get(d)??null)?delete l[d]:l[d]=y)}}else if(this.deletes(a)){o.set(d,y);const w=i.get(d)??null;ad(w,y)||(s==="retain"&&h(),l[d]=w)}else if(!a.deleted){o.set(d,y);const w=l[d];w!==void 0&&(ad(w,y)?w!==null&&a.delete(r):(s==="retain"&&h(),y===null?delete l[d]:l[d]=y))}a.deleted||(s==="insert"&&h(),cp(i,a.content));break}}a=a.right}for(h();t.length>0;){const d=t[t.length-1];if(d.retain!==void 0&&d.attributes===void 0)t.pop();else break}}),this._delta=t}return this._delta}}class Cg extends Ro{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 QY(this,e,t);Hm(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===Cf&&(e+=t.content.str),t=t.right;return e}toJSON(){return this.toString()}applyDelta(e,{sanitize:t=!0}={}){this.doc!==null?Er(this.doc,r=>{const i=new Bx(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)&&O2(r,this,i,s,a.attributes||{})}else a.retain!==void 0?P3(r,this,i,a.retain,a.attributes||{}):a.delete!==void 0&&N3(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 f={};let h=!1;o.forEach((y,w)=>{h=!0,f[w]=y});const d={insert:s};h&&(d.attributes=f),i.push(d),s=""}}const u=()=>{for(;l!==null;){if(Uh(l,e)||t!==void 0&&Uh(l,t))switch(l.content.constructor){case Cf:{const f=o.get("ychange");e!==void 0&&!Uh(l,e)?(f===void 0||f.user!==l.id.client||f.type!=="removed")&&(c(),o.set("ychange",r?r("removed",l.id):{type:"removed"})):t!==void 0&&!Uh(l,t)?(f===void 0||f.user!==l.id.client||f.type!=="added")&&(c(),o.set("ychange",r?r("added",l.id):{type:"added"})):f!==void 0&&(c(),o.delete("ychange")),s+=l.content.str;break}case Ed:case up:{c();const f={insert:l.content.getContent()[0]};if(o.size>0){const h={};f.attributes=h,o.forEach((d,y)=>{h[y]=d})}i.push(f);break}case so:Uh(l,e)&&(c(),cp(o,l.content));break}l=l.right}c()};return e||t?Er(a,f=>{e&&Px(f,e),t&&Px(f,t),u()},"cleanup"):u(),i}insert(e,t,r){if(t.length<=0)return;const i=this.doc;i!==null?Er(i,o=>{const a=wy(o,this,e,!r);r||(r={},a.currentAttributes.forEach((s,l)=>{r[l]=s})),O2(o,this,a,t,r)}):this._pending.push(()=>this.insert(e,t,r))}insertEmbed(e,t,r){const i=this.doc;i!==null?Er(i,o=>{const a=wy(o,this,e,!r);O2(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?Er(r,i=>{N3(i,wy(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?Er(i,o=>{const a=wy(o,this,e,!1);a.right!==null&&P3(o,this,a,t,r)}):this._pending.push(()=>this.format(e,t,r))}removeAttribute(e){this.doc!==null?Er(this.doc,t=>{Kb(t,this,e)}):this._pending.push(()=>this.removeAttribute(e))}setAttribute(e,t){this.doc!==null?Er(this.doc,r=>{zD(r,this,e,t)}):this._pending.push(()=>this.setAttribute(e,t))}getAttribute(e){return HD(this,e)}getAttributes(){return yO(this)}_write(e){e.writeTypeRef(rZ)}}class I2{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===_g||t.constructor===jh)&&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 jh extends Ro{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 jh}clone(){const e=new jh;return e.insert(0,this.toArray().map(t=>t instanceof Ro?t.clone():t)),e}get length(){return this.doc??$o(),this._prelimContent===null?this._length:this._prelimContent.length}createTreeWalker(e){return new I2(this,e)}querySelector(e){e=e.toUpperCase();const r=new I2(this,i=>i.nodeName&&i.nodeName.toUpperCase()===e).next();return r.done?null:r.value}querySelectorAll(e){return e=e.toUpperCase(),Qh(new I2(this,t=>t.nodeName&&t.nodeName.toUpperCase()===e))}_callObserver(e,t){Hm(this,e,new qY(this,t,e))}toString(){return fO(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),Eg(this,o=>{i.insertBefore(o.toDOM(e,t,r),null)}),i}insert(e,t){this.doc!==null?Er(this.doc,r=>{pO(r,this,e,t)}):this._prelimContent.splice(e,0,...t)}insertAfter(e,t){if(this.doc!==null)Er(this.doc,r=>{const i=e&&e instanceof Ro?e._item:e;Jb(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 qh("Reference item not found");r.splice(i,0,...t)}}delete(e,t=1){this.doc!==null?Er(this.doc,r=>{gO(r,this,e,t)}):this._prelimContent.splice(e,t)}toArray(){return uO(this)}push(e){this.insert(this.length,e)}unshift(e){this.insert(0,e)}get(e){return dO(this,e)}slice(e=0,t=this.length){return cO(this,e,t)}forEach(e){Eg(this,e)}_write(e){e.writeTypeRef(oZ)}}class _g extends jh{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 _g(this.nodeName)}clone(){const e=new _g(this.nodeName),t=this.getAttributes();return qX(t,(r,i)=>{typeof r=="string"&&e.setAttribute(i,r)}),e.insert(0,this.toArray().map(r=>r instanceof Ro?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?Er(this.doc,t=>{Kb(t,this,e)}):this._prelimAttrs.delete(e)}setAttribute(e,t){this.doc!==null?Er(this.doc,r=>{zD(r,this,e,t)}):this._prelimAttrs.set(e,t)}getAttribute(e){return HD(this,e)}hasAttribute(e){return bO(this,e)}getAttributes(e){return e?GY(this,e):yO(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 Eg(this,a=>{i.appendChild(a.toDOM(e,t,r))}),r!==void 0&&r._createAssociation(i,this),i}_write(e){e.writeTypeRef(iZ),e.writeKey(this.nodeName)}}class qY extends Wm{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 Sg 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 Sg}clone(){const e=new Sg;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(aZ)}}class DO{constructor(e,t){this.id=e,this.length=t}get deleted(){throw Au()}mergeWith(e){return!1}write(e,t,r){throw Au()}integrate(e,t){throw Au()}}const jY=0;class td extends DO{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),iO(e.doc.store,this)}write(e,t){e.writeInfo(jY),e.writeLen(this.length-t)}getMissing(e,t){return null}}class Vm{constructor(e){this.content=e}getLength(){return 1}getContent(){return[this.content]}isCountable(){return!0}copy(){return new Vm(this.content)}splice(e){throw Au()}mergeWith(e){return!1}integrate(e,t){}delete(e){}gc(e){}write(e,t){e.writeBuf(this.content)}getRef(){return 3}}class qb{constructor(e){this.len=e}getLength(){return this.len}getContent(){return[]}isCountable(){return!1}copy(){return new qb(this.len)}splice(e){const t=new qb(this.len-e);return this.len=e,t}mergeWith(e){return this.len+=e.len,!0}integrate(e,t){tO(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 $Y=(n,e)=>new Bg({guid:n,...e,shouldLoad:e.shouldLoad||e.autoLoad||!1});class Gm{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 Gm($Y(this.doc.guid,this.opts))}splice(e){throw Au()}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 up{constructor(e){this.embed=e}getLength(){return 1}getContent(){return[this.embed]}isCountable(){return!0}copy(){return new up(this.embed)}splice(e){throw Au()}mergeWith(e){return!1}integrate(e,t){}delete(e){}gc(e){}write(e,t){e.writeJSON(this.embed)}getRef(){return 5}}class so{constructor(e,t){this.key=e,this.value=t}getLength(){return 1}getContent(){return[]}isCountable(){return!1}copy(){return new so(this.key,this.value)}splice(e){throw Au()}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 eZ=Yb("node_env")==="development";class $h{constructor(e){this.arr=e,eZ&&G5(e)}getLength(){return this.arr.length}getContent(){return this.arr}isCountable(){return!0}copy(){return new $h(this.arr)}splice(e){const t=new $h(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 Cf{constructor(e){this.str=e}getLength(){return this.str.length}getContent(){return this.str.split("")}isCountable(){return!0}copy(){return new Cf(this.str)}splice(e){const t=new Cf(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 tZ=0,nZ=1,rZ=2,iZ=3,oZ=4,aZ=6;class Ed{constructor(e){this.type=e}getLength(){return 1}getContent(){return[this.type]}isCountable(){return!0}copy(){return new Ed(this.type._copy())}splice(e){throw Au()}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 TO=(n,e,t)=>{const{client:r,clock:i}=e.id,o=new jo(Cr(r,i+t),e,Cr(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=Cr(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 DO{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()?m3:0}set marker(e){(this.info&S2)>0!==e&&(this.info^=S2)}get marker(){return(this.info&S2)>0}get keep(){return(this.info&b3)>0}set keep(e){this.keep!==e&&(this.info^=b3)}get countable(){return(this.info&m3)>0}get deleted(){return(this.info&_2)>0}set deleted(e){this.deleted!==e&&(this.info^=_2)}markDeleted(){this.info|=_2}getMissing(e,t){if(this.origin&&this.origin.client!==this.id.client&&this.origin.clock>=ys(t,this.origin.client))return this.origin.client;if(this.rightOrigin&&this.rightOrigin.client!==this.id.client&&this.rightOrigin.clock>=ys(t,this.rightOrigin.client))return this.rightOrigin.client;if(this.parent&&this.parent.constructor===$y&&this.id.client!==this.parent.client&&this.parent.clock>=ys(t,this.parent.client))return this.parent.client;if(this.origin&&(this.left=U3(e,t,this.origin),this.origin=this.left.lastId),this.rightOrigin&&(this.right=yd(e,this.rightOrigin),this.rightOrigin=this.right.id),this.left&&this.left.constructor===td||this.right&&this.right.constructor===td)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===$y){const r=F2(t,this.parent);r.constructor===td?this.parent=null:this.parent=r.content.type}return null}integrate(e,t){if(t>0&&(this.id.clock+=t,this.left=U3(e,e.doc.store,Cr(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),my(this.origin,i.origin)){if(i.id.client<this.id.client)r=i,o.clear();else if(my(this.rightOrigin,i.rightOrigin))break}else if(i.origin!==null&&a.has(F2(e.doc.store,i.origin)))o.has(F2(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),iO(e.doc.store,this),this.content.integrate(e,this),O3(e,this.parent,this.parentSub),(this.parent._item!==null&&this.parent._item.deleted||this.parentSub!==null&&this.right!==null)&&this.delete(e)}else new td(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:Cr(this.id.client,this.id.clock+this.length-1)}mergeWith(e){if(this.constructor===e.constructor&&my(e.origin,this.lastId)&&this.right===e&&my(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(),tO(e.deleteSet,this.id.client,this.id.clock,this.length),O3(e,t,this.parentSub),this.content.delete(e)}}gc(e,t){if(!this.deleted)throw gd();this.content.gc(e),t?IY(e,this,new td(this.id,this.length)):this.content=new qb(this.length)}write(e,t){const r=t>0?Cr(this.id.client,this.id.clock+t-1):this.origin,i=this.rightOrigin,o=this.parentSub,a=this.content.getRef()&TX|(r===null?0:Xb)|(i===null?0:z5)|(o===null?0:DX);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=Dg(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===$y?(e.writeParentInfo(!1),e.writeLeftID(s)):gd();o!==null&&e.writeString(o)}this.content.write(e,t)}}const EO=typeof globalThis<"u"?globalThis:typeof window<"u"?window:typeof global<"u"?global:{},CO="__ $YJS$ __";EO[CO]===!0&&console.error("Yjs was already imported. This breaks constructor checks and will lead to issues! - https://github.com/yjs/yjs/issues/438");EO[CO]=!0;const sZ=new _f("y-sync");new _f("y-undo");new _f("yjs-cursor");const lZ=(n,e,t)=>{if(n===0)return U2(e,0,-1);let r=e._first===null?null:e._first.content.type;for(;r!==null&&e!==r;){if(r instanceof Sg){if(r._length>=n)return U2(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 Zb(r._item===null?null:r._item.id,r._item===null?Dg(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 Zb(r._item===null?null:r._item.id,r._item===null?Dg(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 gd();if(n===0&&r.constructor!==Sg&&r!==e)return cZ(r._item.parent,r._item)}return U2(e,e._length,-1)},cZ=(n,e)=>{let t=null,r=null;return n._item===null?r=Dg(n):t=Cr(n._item.id.client,n._item.id.clock),new Zb(t,r,e.id)};exports.AllSelection=Js;exports.CellSelection=_r;exports.DOMParser=Lx;exports.DOMSerializer=lh;exports.Decoration=qo;exports.DecorationSet=Wr;exports.EditorState=Fh;exports.EditorView=j4;exports.Fragment=dt;exports.Node=zc;exports.NodeRange=eg;exports.NodeSelection=Gt;exports.Plugin=ch;exports.PluginKey=_f;exports.ReactDOMServer=xH;exports.ReplaceAroundStep=oo;exports.ReplaceStep=io;exports.Schema=HO;exports.Selection=rn;exports.SelectionRange=Xx;exports.Slice=Ct;exports.TextSelection=pn;exports.Transform=Gx;exports.Tweet=yX;exports.VisibilitySensor=hH;exports.absolutePositionToRelativePosition=lZ;exports.addColumnAfter=r7;exports.addColumnBefore=n7;exports.addRowAfter=l7;exports.addRowBefore=s7;exports.b=nB;exports.canJoin=tp;exports.canSplit=Ih;exports.clamp=S9;exports.clsx=Cu;exports.columnResizing=R7;exports.createParagraphNear=rR;exports.cva=rB;exports.d=eB;exports.debounce=OR;exports.deepEqual=HL;exports.deleteColumn=o7;exports.deleteRow=u7;exports.deleteSelection=rw;exports.deleteTable=x7;exports.differenceBy=zP;exports.dropCursor=FB;exports.exitCode=h6;exports.find=DB;exports.findWrapping=Hx;exports.fixTables=hU;exports.gapCursor=PB;exports.goToNextCell=v7;exports.history=UB;exports.i=CH;exports.isNumber=VP;exports.joinBackward=Qk;exports.joinDown=f6;exports.joinForward=eR;exports.joinPoint=Vx;exports.joinTextblockBackward=l6;exports.joinTextblockForward=c6;exports.joinUp=u6;exports.keymap=s6;exports.lift=d6;exports.liftEmptyBlock=iR;exports.liftListItem=C6;exports.liftTarget=ep;exports.mammoth=cH;exports.mergeCells=d7;exports.newlineInCode=nR;exports.redo=lU;exports.registerCustomProtocol=xB;exports.reset=vB;exports.selectNodeBackward=jk;exports.selectNodeForward=tR;exports.selectParentNode=y6;exports.selectTextblockEnd=v6;exports.selectTextblockStart=m6;exports.setBlockType=w6;exports.setCellAttr=g7;exports.sinkListItem=A6;exports.splitCell=h7;exports.tableEditing=W7;exports.throttle=lN;exports.toggleHeader=um;exports.toggleHeaderCell=b7;exports.tokenize=Sw;exports.truncate=dN;exports.twMerge=GN;exports.undo=sU;exports.wrapIn=x6;exports.wrapInList=D6;exports.x=tB;exports.ySyncPluginKey=sZ;
|