@eodash/eodash 5.0.0-alpha → 5.0.0-alpha.1
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/bin/app.js +16 -147
- package/bin/cli.js +58 -0
- package/bin/serverConfig.js +130 -0
- package/bin/update.js +19 -0
- package/bin/utils.js +28 -0
- package/core/App.vue +21 -0
- package/core/components/DashboardLayout.vue +58 -0
- package/core/components/DynamicWebComponent.vue +68 -0
- package/core/components/Footer.vue +31 -0
- package/core/components/Header.vue +38 -0
- package/core/components/IframeWrapper.vue +11 -0
- package/core/components/MobileLayout.vue +79 -0
- package/core/composables/DefineConfig.js +44 -0
- package/core/composables/DefineWidgets.js +118 -0
- package/core/composables/index.js +147 -0
- package/core/eodashConfig.js +136 -0
- package/core/main.js +4 -0
- package/core/plugins/index.js +27 -0
- package/core/plugins/router.js +20 -0
- package/core/plugins/vuetify.js +27 -0
- package/core/render.js +13 -0
- package/core/store/Actions.js +28 -0
- package/core/store/Keys.js +6 -0
- package/core/store/States.js +12 -0
- package/core/store/index.js +23 -0
- package/core/store/stac.js +61 -0
- package/core/types.d.ts +333 -0
- package/core/views/Dashboard.vue +49 -0
- package/core/vite-env.d.ts +35 -0
- package/package.json +20 -21
- package/widgets/WidgetsContainer.vue +46 -0
- package/dist/.gitkeep +0 -0
- package/dist/assets/Dashboard-4233cc52.css +0 -1
- package/dist/assets/Dashboard-d7d438a6.js +0 -1
- package/dist/assets/DashboardLayout-5ab6c4a5.js +0 -29
- package/dist/assets/DashboardLayout-739135c5.css +0 -1
- package/dist/assets/DynamicWebComponent-1b7b527a.js +0 -1
- package/dist/assets/Footer-0fe1887a.css +0 -1
- package/dist/assets/Footer-7e1ca735.js +0 -1
- package/dist/assets/Header-9cac598d.css +0 -1
- package/dist/assets/Header-ae17296c.js +0 -1
- package/dist/assets/IframeWrapper-b2c05ffd.js +0 -1
- package/dist/assets/MobileLayout-1b3cb89b.js +0 -1
- package/dist/assets/MobileLayout-ad647682.css +0 -1
- package/dist/assets/VMain-d6216866.css +0 -1
- package/dist/assets/VMain-f6b3f120.js +0 -1
- package/dist/assets/WidgetsContainer-cdad3d50.js +0 -1
- package/dist/assets/color-6039ab34.js +0 -1
- package/dist/assets/eox-chart-3b122ba4.js +0 -142
- package/dist/assets/eox-itemfilter-a63da0da.js +0 -981
- package/dist/assets/eox-jsonform-98c2af62.js +0 -239
- package/dist/assets/eox-layercontrol-f5e35702.js +0 -1126
- package/dist/assets/eox-map-7f82b0d4.js +0 -178
- package/dist/assets/eox-stacinfo-65a8d8f3.js +0 -388
- package/dist/assets/eox-timecontrol-4be63aa2.js +0 -237
- package/dist/assets/index-52c9d989.js +0 -34
- package/dist/assets/index-5d2400e5.css +0 -5
- package/dist/assets/materialdesignicons-webfont-48d3eec6.woff +0 -0
- package/dist/assets/materialdesignicons-webfont-861aea05.eot +0 -0
- package/dist/assets/materialdesignicons-webfont-bd725a7a.ttf +0 -0
- package/dist/assets/materialdesignicons-webfont-e52d60f6.woff2 +0 -0
- package/dist/assets/ssrBoot-0b8754a9.css +0 -1
- package/dist/assets/ssrBoot-d383eb61.js +0 -1
- package/dist/assets/webfontloader-523643f5.js +0 -1
- package/dist/index.html +0 -17
- package/dist/types/index.d.ts +0 -124
|
@@ -1,388 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* @license
|
|
3
|
-
* Copyright 2019 Google LLC
|
|
4
|
-
* SPDX-License-Identifier: BSD-3-Clause
|
|
5
|
-
*/const Rt=globalThis,Hr=Rt.ShadowRoot&&(Rt.ShadyCSS===void 0||Rt.ShadyCSS.nativeShadow)&&"adoptedStyleSheets"in Document.prototype&&"replace"in CSSStyleSheet.prototype,zR=Symbol(),gN=new WeakMap;let oB=class{constructor(e,t,r){if(this._$cssResult$=!0,r!==zR)throw Error("CSSResult is not constructable. Use `unsafeCSS` or `css` instead.");this.cssText=e,this.t=t}get styleSheet(){let e=this.o;const t=this.t;if(Hr&&e===void 0){const r=t!==void 0&&t.length===1;r&&(e=gN.get(t)),e===void 0&&((this.o=e=new CSSStyleSheet).replaceSync(this.cssText),r&&gN.set(t,e))}return e}toString(){return this.cssText}};const aB=e=>new oB(typeof e=="string"?e:e+"",void 0,zR),sB=(e,t)=>{if(Hr)e.adoptedStyleSheets=t.map(r=>r instanceof CSSStyleSheet?r:r.styleSheet);else for(const r of t){const i=document.createElement("style"),a=Rt.litNonce;a!==void 0&&i.setAttribute("nonce",a),i.textContent=r.cssText,e.appendChild(i)}},bN=Hr?e=>e:e=>e instanceof CSSStyleSheet?(t=>{let r="";for(const i of t.cssRules)r+=i.cssText;return aB(r)})(e):e;/**
|
|
6
|
-
* @license
|
|
7
|
-
* Copyright 2017 Google LLC
|
|
8
|
-
* SPDX-License-Identifier: BSD-3-Clause
|
|
9
|
-
*/const{is:lB,defineProperty:uB,getOwnPropertyDescriptor:cB,getOwnPropertyNames:pB,getOwnPropertySymbols:fB,getPrototypeOf:dB}=Object,et=globalThis,yN=et.trustedTypes,hB=yN?yN.emptyScript:"",vN=et.reactiveElementPolyfillSupport,pt=(e,t)=>e,Mt={toAttribute(e,t){switch(t){case Boolean:e=e?hB:null;break;case Object:case Array:e=e==null?e:JSON.stringify(e)}return e},fromAttribute(e,t){let r=e;switch(t){case Boolean:r=e!==null;break;case Number:r=e===null?null:Number(e);break;case Object:case Array:try{r=JSON.parse(e)}catch{r=null}}return r}},Vr=(e,t)=>!lB(e,t),wN={attribute:!0,type:String,converter:Mt,reflect:!1,hasChanged:Vr};Symbol.metadata??(Symbol.metadata=Symbol("metadata")),et.litPropertyMetadata??(et.litPropertyMetadata=new WeakMap);class Qe extends HTMLElement{static addInitializer(t){this._$Ei(),(this.l??(this.l=[])).push(t)}static get observedAttributes(){return this.finalize(),this._$Eh&&[...this._$Eh.keys()]}static createProperty(t,r=wN){if(r.state&&(r.attribute=!1),this._$Ei(),this.elementProperties.set(t,r),!r.noAccessor){const i=Symbol(),a=this.getPropertyDescriptor(t,i,r);a!==void 0&&uB(this.prototype,t,a)}}static getPropertyDescriptor(t,r,i){const{get:a,set:o}=cB(this.prototype,t)??{get(){return this[r]},set(s){this[r]=s}};return{get(){return a==null?void 0:a.call(this)},set(s){const u=a==null?void 0:a.call(this);o.call(this,s),this.requestUpdate(t,u,i)},configurable:!0,enumerable:!0}}static getPropertyOptions(t){return this.elementProperties.get(t)??wN}static _$Ei(){if(this.hasOwnProperty(pt("elementProperties")))return;const t=dB(this);t.finalize(),t.l!==void 0&&(this.l=[...t.l]),this.elementProperties=new Map(t.elementProperties)}static finalize(){if(this.hasOwnProperty(pt("finalized")))return;if(this.finalized=!0,this._$Ei(),this.hasOwnProperty(pt("properties"))){const r=this.properties,i=[...pB(r),...fB(r)];for(const a of i)this.createProperty(a,r[a])}const t=this[Symbol.metadata];if(t!==null){const r=litPropertyMetadata.get(t);if(r!==void 0)for(const[i,a]of r)this.elementProperties.set(i,a)}this._$Eh=new Map;for(const[r,i]of this.elementProperties){const a=this._$Eu(r,i);a!==void 0&&this._$Eh.set(a,r)}this.elementStyles=this.finalizeStyles(this.styles)}static finalizeStyles(t){const r=[];if(Array.isArray(t)){const i=new Set(t.flat(1/0).reverse());for(const a of i)r.unshift(bN(a))}else t!==void 0&&r.push(bN(t));return r}static _$Eu(t,r){const i=r.attribute;return i===!1?void 0:typeof i=="string"?i:typeof t=="string"?t.toLowerCase():void 0}constructor(){super(),this._$Ep=void 0,this.isUpdatePending=!1,this.hasUpdated=!1,this._$Em=null,this._$Ev()}_$Ev(){var t;this._$Eg=new Promise(r=>this.enableUpdating=r),this._$AL=new Map,this._$E_(),this.requestUpdate(),(t=this.constructor.l)==null||t.forEach(r=>r(this))}addController(t){var r;(this._$ES??(this._$ES=[])).push(t),this.renderRoot!==void 0&&this.isConnected&&((r=t.hostConnected)==null||r.call(t))}removeController(t){var r;(r=this._$ES)==null||r.splice(this._$ES.indexOf(t)>>>0,1)}_$E_(){const t=new Map,r=this.constructor.elementProperties;for(const i of r.keys())this.hasOwnProperty(i)&&(t.set(i,this[i]),delete this[i]);t.size>0&&(this._$Ep=t)}createRenderRoot(){const t=this.shadowRoot??this.attachShadow(this.constructor.shadowRootOptions);return sB(t,this.constructor.elementStyles),t}connectedCallback(){var t;this.renderRoot??(this.renderRoot=this.createRenderRoot()),this.enableUpdating(!0),(t=this._$ES)==null||t.forEach(r=>{var i;return(i=r.hostConnected)==null?void 0:i.call(r)})}enableUpdating(t){}disconnectedCallback(){var t;(t=this._$ES)==null||t.forEach(r=>{var i;return(i=r.hostDisconnected)==null?void 0:i.call(r)})}attributeChangedCallback(t,r,i){this._$AK(t,i)}_$EO(t,r){var i;const a=this.constructor.elementProperties.get(t),o=this.constructor._$Eu(t,a);if(o!==void 0&&a.reflect===!0){const s=(((i=a.converter)==null?void 0:i.toAttribute)!==void 0?a.converter:Mt).toAttribute(r,a.type);this._$Em=t,s==null?this.removeAttribute(o):this.setAttribute(o,s),this._$Em=null}}_$AK(t,r){var i;const a=this.constructor,o=a._$Eh.get(t);if(o!==void 0&&this._$Em!==o){const s=a.getPropertyOptions(o),u=typeof s.converter=="function"?{fromAttribute:s.converter}:((i=s.converter)==null?void 0:i.fromAttribute)!==void 0?s.converter:Mt;this._$Em=o,this[o]=u.fromAttribute(r,s.type),this._$Em=null}}requestUpdate(t,r,i,a=!1,o){if(t!==void 0){if(i??(i=this.constructor.getPropertyOptions(t)),!(i.hasChanged??Vr)(a?o:this[t],r))return;this.C(t,r,i)}this.isUpdatePending===!1&&(this._$Eg=this._$EP())}C(t,r,i){this._$AL.has(t)||this._$AL.set(t,r),i.reflect===!0&&this._$Em!==t&&(this._$Ej??(this._$Ej=new Set)).add(t)}async _$EP(){this.isUpdatePending=!0;try{await this._$Eg}catch(r){Promise.reject(r)}const t=this.scheduleUpdate();return t!=null&&await t,!this.isUpdatePending}scheduleUpdate(){return this.performUpdate()}performUpdate(){var t;if(!this.isUpdatePending)return;if(!this.hasUpdated){if(this._$Ep){for(const[o,s]of this._$Ep)this[o]=s;this._$Ep=void 0}const a=this.constructor.elementProperties;if(a.size>0)for(const[o,s]of a)s.wrapped!==!0||this._$AL.has(o)||this[o]===void 0||this.C(o,this[o],s)}let r=!1;const i=this._$AL;try{r=this.shouldUpdate(i),r?(this.willUpdate(i),(t=this._$ES)==null||t.forEach(a=>{var o;return(o=a.hostUpdate)==null?void 0:o.call(a)}),this.update(i)):this._$ET()}catch(a){throw r=!1,this._$ET(),a}r&&this._$AE(i)}willUpdate(t){}_$AE(t){var r;(r=this._$ES)==null||r.forEach(i=>{var a;return(a=i.hostUpdated)==null?void 0:a.call(i)}),this.hasUpdated||(this.hasUpdated=!0,this.firstUpdated(t)),this.updated(t)}_$ET(){this._$AL=new Map,this.isUpdatePending=!1}get updateComplete(){return this.getUpdateComplete()}getUpdateComplete(){return this._$Eg}shouldUpdate(t){return!0}update(t){this._$Ej&&(this._$Ej=this._$Ej.forEach(r=>this._$EO(r,this[r]))),this._$ET()}updated(t){}firstUpdated(t){}}Qe.elementStyles=[],Qe.shadowRootOptions={mode:"open"},Qe[pt("elementProperties")]=new Map,Qe[pt("finalized")]=new Map,vN==null||vN({ReactiveElement:Qe}),(et.reactiveElementVersions??(et.reactiveElementVersions=[])).push("2.0.1");/**
|
|
10
|
-
* @license
|
|
11
|
-
* Copyright 2017 Google LLC
|
|
12
|
-
* SPDX-License-Identifier: BSD-3-Clause
|
|
13
|
-
*/const Ut=globalThis,Ft=Ut.trustedTypes,kN=Ft?Ft.createPolicy("lit-html",{createHTML:e=>e}):void 0,HR="$lit$",Pe=`lit$${(Math.random()+"").slice(9)}$`,VR="?"+Pe,mB=`<${VR}>`,Ze=document,mt=()=>Ze.createComment(""),gt=e=>e===null||typeof e!="object"&&typeof e!="function",GR=Array.isArray,gB=e=>GR(e)||typeof(e==null?void 0:e[Symbol.iterator])=="function",Qt=`[
|
|
14
|
-
\f\r]`,at=/<(?:(!--|\/[^a-zA-Z])|(\/?[a-zA-Z][^>\s]*)|(\/?$))/g,xN=/-->/g,AN=/>/g,ze=RegExp(`>|${Qt}(?:([^\\s"'>=/]+)(${Qt}*=${Qt}*(?:[^
|
|
15
|
-
\f\r"'\`<>=]|("|')|))|$)`,"g"),_N=/'/g,SN=/"/g,WR=/^(?:script|style|textarea|title)$/i,bB=e=>(t,...r)=>({_$litType$:e,strings:t,values:r}),xe=bB(1),Je=Symbol.for("lit-noChange"),ae=Symbol.for("lit-nothing"),EN=new WeakMap,Ge=Ze.createTreeWalker(Ze,129);function ZR(e,t){if(!Array.isArray(e)||!e.hasOwnProperty("raw"))throw Error("invalid template strings array");return kN!==void 0?kN.createHTML(t):t}const yB=(e,t)=>{const r=e.length-1,i=[];let a,o=t===2?"<svg>":"",s=at;for(let u=0;u<r;u++){const c=e[u];let d,h,b=-1,D=0;for(;D<c.length&&(s.lastIndex=D,h=s.exec(c),h!==null);)D=s.lastIndex,s===at?h[1]==="!--"?s=xN:h[1]!==void 0?s=AN:h[2]!==void 0?(WR.test(h[2])&&(a=RegExp("</"+h[2],"g")),s=ze):h[3]!==void 0&&(s=ze):s===ze?h[0]===">"?(s=a??at,b=-1):h[1]===void 0?b=-2:(b=s.lastIndex-h[2].length,d=h[1],s=h[3]===void 0?ze:h[3]==='"'?SN:_N):s===SN||s===_N?s=ze:s===xN||s===AN?s=at:(s=ze,a=void 0);const E=s===ze&&e[u+1].startsWith("/>")?" ":"";o+=s===at?c+mB:b>=0?(i.push(d),c.slice(0,b)+HR+c.slice(b)+Pe+E):c+Pe+(b===-2?u:E)}return[ZR(e,o+(e[r]||"<?>")+(t===2?"</svg>":"")),i]};class bt{constructor({strings:t,_$litType$:r},i){let a;this.parts=[];let o=0,s=0;const u=t.length-1,c=this.parts,[d,h]=yB(t,r);if(this.el=bt.createElement(d,i),Ge.currentNode=this.el.content,r===2){const b=this.el.content.firstChild;b.replaceWith(...b.childNodes)}for(;(a=Ge.nextNode())!==null&&c.length<u;){if(a.nodeType===1){if(a.hasAttributes())for(const b of a.getAttributeNames())if(b.endsWith(HR)){const D=h[s++],E=a.getAttribute(b).split(Pe),x=/([.?@])?(.*)/.exec(D);c.push({type:1,index:o,name:x[2],strings:E,ctor:x[1]==="."?wB:x[1]==="?"?kB:x[1]==="@"?xB:zt}),a.removeAttribute(b)}else b.startsWith(Pe)&&(c.push({type:6,index:o}),a.removeAttribute(b));if(WR.test(a.tagName)){const b=a.textContent.split(Pe),D=b.length-1;if(D>0){a.textContent=Ft?Ft.emptyScript:"";for(let E=0;E<D;E++)a.append(b[E],mt()),Ge.nextNode(),c.push({type:2,index:++o});a.append(b[D],mt())}}}else if(a.nodeType===8)if(a.data===VR)c.push({type:2,index:o});else{let b=-1;for(;(b=a.data.indexOf(Pe,b+1))!==-1;)c.push({type:7,index:o}),b+=Pe.length-1}o++}}static createElement(t,r){const i=Ze.createElement("template");return i.innerHTML=t,i}}function tt(e,t,r=e,i){var a,o;if(t===Je)return t;let s=i!==void 0?(a=r._$Co)==null?void 0:a[i]:r._$Cl;const u=gt(t)?void 0:t._$litDirective$;return(s==null?void 0:s.constructor)!==u&&((o=s==null?void 0:s._$AO)==null||o.call(s,!1),u===void 0?s=void 0:(s=new u(e),s._$AT(e,r,i)),i!==void 0?(r._$Co??(r._$Co=[]))[i]=s:r._$Cl=s),s!==void 0&&(t=tt(e,s._$AS(e,t.values),s,i)),t}class vB{constructor(t,r){this._$AV=[],this._$AN=void 0,this._$AD=t,this._$AM=r}get parentNode(){return this._$AM.parentNode}get _$AU(){return this._$AM._$AU}u(t){const{el:{content:r},parts:i}=this._$AD,a=((t==null?void 0:t.creationScope)??Ze).importNode(r,!0);Ge.currentNode=a;let o=Ge.nextNode(),s=0,u=0,c=i[0];for(;c!==void 0;){if(s===c.index){let d;c.type===2?d=new kt(o,o.nextSibling,this,t):c.type===1?d=new c.ctor(o,c.name,c.strings,this,t):c.type===6&&(d=new AB(o,this,t)),this._$AV.push(d),c=i[++u]}s!==(c==null?void 0:c.index)&&(o=Ge.nextNode(),s++)}return Ge.currentNode=Ze,a}p(t){let r=0;for(const i of this._$AV)i!==void 0&&(i.strings!==void 0?(i._$AI(t,i,r),r+=i.strings.length-2):i._$AI(t[r])),r++}}class kt{get _$AU(){var t;return((t=this._$AM)==null?void 0:t._$AU)??this._$Cv}constructor(t,r,i,a){this.type=2,this._$AH=ae,this._$AN=void 0,this._$AA=t,this._$AB=r,this._$AM=i,this.options=a,this._$Cv=(a==null?void 0:a.isConnected)??!0}get parentNode(){let t=this._$AA.parentNode;const r=this._$AM;return r!==void 0&&(t==null?void 0:t.nodeType)===11&&(t=r.parentNode),t}get startNode(){return this._$AA}get endNode(){return this._$AB}_$AI(t,r=this){t=tt(this,t,r),gt(t)?t===ae||t==null||t===""?(this._$AH!==ae&&this._$AR(),this._$AH=ae):t!==this._$AH&&t!==Je&&this._(t):t._$litType$!==void 0?this.g(t):t.nodeType!==void 0?this.$(t):gB(t)?this.T(t):this._(t)}k(t){return this._$AA.parentNode.insertBefore(t,this._$AB)}$(t){this._$AH!==t&&(this._$AR(),this._$AH=this.k(t))}_(t){this._$AH!==ae&>(this._$AH)?this._$AA.nextSibling.data=t:this.$(Ze.createTextNode(t)),this._$AH=t}g(t){var r;const{values:i,_$litType$:a}=t,o=typeof a=="number"?this._$AC(t):(a.el===void 0&&(a.el=bt.createElement(ZR(a.h,a.h[0]),this.options)),a);if(((r=this._$AH)==null?void 0:r._$AD)===o)this._$AH.p(i);else{const s=new vB(o,this),u=s.u(this.options);s.p(i),this.$(u),this._$AH=s}}_$AC(t){let r=EN.get(t.strings);return r===void 0&&EN.set(t.strings,r=new bt(t)),r}T(t){GR(this._$AH)||(this._$AH=[],this._$AR());const r=this._$AH;let i,a=0;for(const o of t)a===r.length?r.push(i=new kt(this.k(mt()),this.k(mt()),this,this.options)):i=r[a],i._$AI(o),a++;a<r.length&&(this._$AR(i&&i._$AB.nextSibling,a),r.length=a)}_$AR(t=this._$AA.nextSibling,r){var i;for((i=this._$AP)==null?void 0:i.call(this,!1,!0,r);t&&t!==this._$AB;){const a=t.nextSibling;t.remove(),t=a}}setConnected(t){var r;this._$AM===void 0&&(this._$Cv=t,(r=this._$AP)==null||r.call(this,t))}}class zt{get tagName(){return this.element.tagName}get _$AU(){return this._$AM._$AU}constructor(t,r,i,a,o){this.type=1,this._$AH=ae,this._$AN=void 0,this.element=t,this.name=r,this._$AM=a,this.options=o,i.length>2||i[0]!==""||i[1]!==""?(this._$AH=Array(i.length-1).fill(new String),this.strings=i):this._$AH=ae}_$AI(t,r=this,i,a){const o=this.strings;let s=!1;if(o===void 0)t=tt(this,t,r,0),s=!gt(t)||t!==this._$AH&&t!==Je,s&&(this._$AH=t);else{const u=t;let c,d;for(t=o[0],c=0;c<o.length-1;c++)d=tt(this,u[i+c],r,c),d===Je&&(d=this._$AH[c]),s||(s=!gt(d)||d!==this._$AH[c]),d===ae?t=ae:t!==ae&&(t+=(d??"")+o[c+1]),this._$AH[c]=d}s&&!a&&this.O(t)}O(t){t===ae?this.element.removeAttribute(this.name):this.element.setAttribute(this.name,t??"")}}let wB=class extends zt{constructor(){super(...arguments),this.type=3}O(e){this.element[this.name]=e===ae?void 0:e}};class kB extends zt{constructor(){super(...arguments),this.type=4}O(t){this.element.toggleAttribute(this.name,!!t&&t!==ae)}}class xB extends zt{constructor(t,r,i,a,o){super(t,r,i,a,o),this.type=5}_$AI(t,r=this){if((t=tt(this,t,r,0)??ae)===Je)return;const i=this._$AH,a=t===ae&&i!==ae||t.capture!==i.capture||t.once!==i.once||t.passive!==i.passive,o=t!==ae&&(i===ae||a);a&&this.element.removeEventListener(this.name,this,i),o&&this.element.addEventListener(this.name,this,t),this._$AH=t}handleEvent(t){var r;typeof this._$AH=="function"?this._$AH.call(((r=this.options)==null?void 0:r.host)??this.element,t):this._$AH.handleEvent(t)}}class AB{constructor(t,r,i){this.element=t,this.type=6,this._$AN=void 0,this._$AM=r,this.options=i}get _$AU(){return this._$AM._$AU}_$AI(t){tt(this,t)}}const CN=Ut.litHtmlPolyfillSupport;CN==null||CN(bt,kt),(Ut.litHtmlVersions??(Ut.litHtmlVersions=[])).push("3.0.2");const _B=(e,t,r)=>{const i=(r==null?void 0:r.renderBefore)??t;let a=i._$litPart$;if(a===void 0){const o=(r==null?void 0:r.renderBefore)??null;i._$litPart$=a=new kt(t.insertBefore(mt(),o),o,void 0,r??{})}return a._$AI(e),a};/**
|
|
16
|
-
* @license
|
|
17
|
-
* Copyright 2017 Google LLC
|
|
18
|
-
* SPDX-License-Identifier: BSD-3-Clause
|
|
19
|
-
*/class ft extends Qe{constructor(){super(...arguments),this.renderOptions={host:this},this._$Do=void 0}createRenderRoot(){var t;const r=super.createRenderRoot();return(t=this.renderOptions).renderBefore??(t.renderBefore=r.firstChild),r}update(t){const r=this.render();this.hasUpdated||(this.renderOptions.isConnected=this.isConnected),super.update(t),this._$Do=_B(r,this.renderRoot,this.renderOptions)}connectedCallback(){var t;super.connectedCallback(),(t=this._$Do)==null||t.setConnected(!0)}disconnectedCallback(){var t;super.disconnectedCallback(),(t=this._$Do)==null||t.setConnected(!1)}render(){return Je}}var DN;ft._$litElement$=!0,ft.finalized=!0,(DN=globalThis.litElementHydrateSupport)==null||DN.call(globalThis,{LitElement:ft});const TN=globalThis.litElementPolyfillSupport;TN==null||TN({LitElement:ft});(globalThis.litElementVersions??(globalThis.litElementVersions=[])).push("4.0.1");/**
|
|
20
|
-
* @license
|
|
21
|
-
* Copyright 2017 Google LLC
|
|
22
|
-
* SPDX-License-Identifier: BSD-3-Clause
|
|
23
|
-
*/const SB=e=>(t,r)=>{r!==void 0?r.addInitializer(()=>{customElements.define(e,t)}):customElements.define(e,t)};/**
|
|
24
|
-
* @license
|
|
25
|
-
* Copyright 2017 Google LLC
|
|
26
|
-
* SPDX-License-Identifier: BSD-3-Clause
|
|
27
|
-
*/const EB={attribute:!0,type:String,converter:Mt,reflect:!1,hasChanged:Vr},CB=(e=EB,t,r)=>{const{kind:i,metadata:a}=r;let o=globalThis.litPropertyMetadata.get(a);if(o===void 0&&globalThis.litPropertyMetadata.set(a,o=new Map),o.set(r.name,e),i==="accessor"){const{name:s}=r;return{set(u){const c=t.get.call(this);t.set.call(this,u),this.requestUpdate(s,c,e)},init(u){return u!==void 0&&this.C(s,void 0,e),u}}}if(i==="setter"){const{name:s}=r;return function(u){const c=this[s];t.call(this,u),this.requestUpdate(s,c,e)}}throw Error("Unsupported decorator location: "+i)};function Le(e){return(t,r)=>typeof r=="object"?CB(e,t,r):((i,a,o)=>{const s=a.hasOwnProperty(o);return a.constructor.createProperty(o,s?{...i,wrapped:!0}:i),s?Object.getOwnPropertyDescriptor(a,o):void 0})(e,t,r)}/**
|
|
28
|
-
* @license
|
|
29
|
-
* Copyright 2017 Google LLC
|
|
30
|
-
* SPDX-License-Identifier: BSD-3-Clause
|
|
31
|
-
*/function JR(e){return Le({...e,state:!0,attribute:!1})}/**
|
|
32
|
-
* @license
|
|
33
|
-
* Copyright 2021 Google LLC
|
|
34
|
-
* SPDX-License-Identifier: BSD-3-Clause
|
|
35
|
-
*/function*Lt(e,t){if(e!==void 0){let r=0;for(const i of e)yield t(i,r++)}}/**
|
|
36
|
-
* @license
|
|
37
|
-
* Copyright 2021 Google LLC
|
|
38
|
-
* SPDX-License-Identifier: BSD-3-Clause
|
|
39
|
-
*/function LN(e,t,r){return e?t(e):r==null?void 0:r(e)}/**
|
|
40
|
-
* @license
|
|
41
|
-
* Copyright 2017 Google LLC
|
|
42
|
-
* SPDX-License-Identifier: BSD-3-Clause
|
|
43
|
-
*/const DB={ATTRIBUTE:1,CHILD:2,PROPERTY:3,BOOLEAN_ATTRIBUTE:4,EVENT:5,ELEMENT:6},TB=e=>(...t)=>({_$litDirective$:e,values:t});let LB=class{constructor(e){}get _$AU(){return this._$AM._$AU}_$AT(e,t,r){this._$Ct=e,this._$AM=t,this._$Ci=r}_$AS(e,t){return this.update(e,t)}update(e,t){return this.render(...t)}};/**
|
|
44
|
-
* @license
|
|
45
|
-
* Copyright 2017 Google LLC
|
|
46
|
-
* SPDX-License-Identifier: BSD-3-Clause
|
|
47
|
-
*/let Ir=class extends LB{constructor(e){if(super(e),this.et=ae,e.type!==DB.CHILD)throw Error(this.constructor.directiveName+"() can only be used in child bindings")}render(e){if(e===ae||e==null)return this.vt=void 0,this.et=e;if(e===Je)return e;if(typeof e!="string")throw Error(this.constructor.directiveName+"() called with a non-string value");if(e===this.et)return this.vt;this.et=e;const t=[e];return t.raw=t,this.vt={_$litType$:this.constructor.resultType,strings:t,values:[]}}};Ir.directiveName="unsafeHTML",Ir.resultType=1;const st=TB(Ir);/**
|
|
48
|
-
* @license
|
|
49
|
-
* Copyright 2020 Google LLC
|
|
50
|
-
* SPDX-License-Identifier: BSD-3-Clause
|
|
51
|
-
*/const KR=Symbol.for(""),OB=e=>{if((e==null?void 0:e.r)===KR)return e==null?void 0:e._$litStatic$},Ot=e=>({_$litStatic$:e,r:KR}),ON=new Map,qB=e=>(t,...r)=>{const i=r.length;let a,o;const s=[],u=[];let c,d=0,h=!1;for(;d<i;){for(c=t[d];d<i&&(o=r[d],(a=OB(o))!==void 0);)c+=a+t[++d],h=!0;d!==i&&u.push(o),s.push(c),d++}if(d===i&&s.push(t[i]),h){const b=s.join("$$lit$$");(t=ON.get(b))===void 0&&(s.raw=s,ON.set(b,t=s)),r=u}return e(t,...r)},qN=qB(xe),PB=`
|
|
52
|
-
:host {
|
|
53
|
-
display: block;
|
|
54
|
-
}
|
|
55
|
-
`,jB=`
|
|
56
|
-
button {
|
|
57
|
-
/* TODO: why does this only work here and not from :root? */
|
|
58
|
-
--primary-color: #004170;
|
|
59
|
-
--primary-color-hover: #004170CC;
|
|
60
|
-
--error-color: #FF5252;
|
|
61
|
-
|
|
62
|
-
display: inline-flex;
|
|
63
|
-
position: relative;
|
|
64
|
-
align-items: center;
|
|
65
|
-
color: #fff;
|
|
66
|
-
border-width: 0;
|
|
67
|
-
outline: none;
|
|
68
|
-
border-radius: 4px;
|
|
69
|
-
padding: 16px;
|
|
70
|
-
height: 36px;
|
|
71
|
-
cursor: pointer;
|
|
72
|
-
font-family: inherit;
|
|
73
|
-
font-size: 0.875rem;
|
|
74
|
-
text-transform: uppercase;
|
|
75
|
-
letter-spacing: 1.25px;
|
|
76
|
-
font-weight: 500;
|
|
77
|
-
box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
|
|
78
|
-
transition-property: box-shadow, transform, opacity, background;
|
|
79
|
-
transition-duration: 0.28s;
|
|
80
|
-
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
81
|
-
}
|
|
82
|
-
|
|
83
|
-
button:hover:not([disabled]):not(.icon) {
|
|
84
|
-
box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
|
|
85
|
-
background: var(--primary-color-hover);
|
|
86
|
-
}
|
|
87
|
-
|
|
88
|
-
button, button:active {
|
|
89
|
-
background: var(--primary-color);
|
|
90
|
-
}
|
|
91
|
-
|
|
92
|
-
button[disabled] {
|
|
93
|
-
opacity: 0.5;
|
|
94
|
-
}
|
|
95
|
-
|
|
96
|
-
button.outline {
|
|
97
|
-
background: transparent;
|
|
98
|
-
box-shadow: none;
|
|
99
|
-
color: var(--primary-color);
|
|
100
|
-
outline: 1px solid var(--primary-color);
|
|
101
|
-
}
|
|
102
|
-
|
|
103
|
-
button.outline:hover {
|
|
104
|
-
background: transparent;
|
|
105
|
-
}
|
|
106
|
-
|
|
107
|
-
button.icon {
|
|
108
|
-
background: transparent;
|
|
109
|
-
border: none;
|
|
110
|
-
box-shadow: none;
|
|
111
|
-
padding: 0;
|
|
112
|
-
border-radius: 50%;
|
|
113
|
-
width: 24px;
|
|
114
|
-
height: 24px;
|
|
115
|
-
text-indent: -9999px;
|
|
116
|
-
}
|
|
117
|
-
|
|
118
|
-
button.icon-text {
|
|
119
|
-
text-indent: 26px;
|
|
120
|
-
}
|
|
121
|
-
|
|
122
|
-
button.icon:before, button.icon-text:before {
|
|
123
|
-
position: absolute;
|
|
124
|
-
text-indent: 0;
|
|
125
|
-
line-height: initial;
|
|
126
|
-
}
|
|
127
|
-
|
|
128
|
-
button.icon:before {
|
|
129
|
-
width: 24px;
|
|
130
|
-
height: 24px;
|
|
131
|
-
margin-right: 0;
|
|
132
|
-
}
|
|
133
|
-
|
|
134
|
-
button.icon-text:before {
|
|
135
|
-
width: 18px;
|
|
136
|
-
height: 18px;
|
|
137
|
-
}
|
|
138
|
-
|
|
139
|
-
button.small {
|
|
140
|
-
height: 28px;
|
|
141
|
-
padding: 12.4px;
|
|
142
|
-
font-size: .75rem;
|
|
143
|
-
}
|
|
144
|
-
`,$B=`
|
|
145
|
-
${jB}
|
|
146
|
-
|
|
147
|
-
:host {
|
|
148
|
-
--color-primary: #004170;
|
|
149
|
-
--color-primary-lighter: color-mix(in srgb, var(--color-primary), #fff 95%);
|
|
150
|
-
display: flex;
|
|
151
|
-
flex-direction: column;
|
|
152
|
-
min-height: 100%;
|
|
153
|
-
}
|
|
154
|
-
img,
|
|
155
|
-
video,
|
|
156
|
-
iframe {
|
|
157
|
-
max-width: 100%;
|
|
158
|
-
}
|
|
159
|
-
header,
|
|
160
|
-
main,
|
|
161
|
-
footer {
|
|
162
|
-
padding: 5px 30px;
|
|
163
|
-
}
|
|
164
|
-
header {
|
|
165
|
-
background: var(--color-primary-lighter);
|
|
166
|
-
}
|
|
167
|
-
header h1 {
|
|
168
|
-
font-size: 24px;
|
|
169
|
-
color: var(--color-primary);
|
|
170
|
-
}
|
|
171
|
-
header h2 {
|
|
172
|
-
font-size: 22px;
|
|
173
|
-
color: var(--color-primary);
|
|
174
|
-
}
|
|
175
|
-
main {
|
|
176
|
-
padding-bottom: 50px;
|
|
177
|
-
flex: 1;
|
|
178
|
-
}
|
|
179
|
-
footer {
|
|
180
|
-
background: var(--color-primary);
|
|
181
|
-
color: white;
|
|
182
|
-
padding: 10px 30px 20px;
|
|
183
|
-
}
|
|
184
|
-
footer a {
|
|
185
|
-
color: white;
|
|
186
|
-
}
|
|
187
|
-
footer h1 {
|
|
188
|
-
font-size: 14px;
|
|
189
|
-
}
|
|
190
|
-
footer h2 {
|
|
191
|
-
font-size: 12px;
|
|
192
|
-
}
|
|
193
|
-
footer .copy {
|
|
194
|
-
background: none;
|
|
195
|
-
border: 2px solid #fff;
|
|
196
|
-
border-radius: 5px;
|
|
197
|
-
}
|
|
198
|
-
footer .copy:before {
|
|
199
|
-
content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 24 24'%3E%3Ctitle%3Econtent-copy%3C/title%3E%3Cpath d='M19,21H8V7H19M19,5H8A2,2 0 0,0 6,7V21A2,2 0 0,0 8,23H19A2,2 0 0,0 21,21V7A2,2 0 0,0 19,5M16,1H4A2,2 0 0,0 2,3V17H4V3H16V1Z' /%3E%3C/svg%3E");
|
|
200
|
-
}
|
|
201
|
-
slot[name=footer] {
|
|
202
|
-
display: flex;
|
|
203
|
-
align-items: center;
|
|
204
|
-
}
|
|
205
|
-
#properties ul {
|
|
206
|
-
display: flex;
|
|
207
|
-
flex-wrap: wrap;
|
|
208
|
-
list-style: none;
|
|
209
|
-
padding: 0;
|
|
210
|
-
}
|
|
211
|
-
#properties ul:not(.single-property) li {
|
|
212
|
-
flex-basis: 50%;
|
|
213
|
-
padding: 20px 0;
|
|
214
|
-
}
|
|
215
|
-
#properties li > .label {
|
|
216
|
-
}
|
|
217
|
-
#properties li > .value {
|
|
218
|
-
font-weight: bold;
|
|
219
|
-
}
|
|
220
|
-
details {
|
|
221
|
-
border-top: 1px solid lightgrey;
|
|
222
|
-
border-bottom: 1px solid lightgrey;
|
|
223
|
-
padding: 10px 0;
|
|
224
|
-
}
|
|
225
|
-
details > summary {
|
|
226
|
-
font-weight: bold;
|
|
227
|
-
}
|
|
228
|
-
dl {
|
|
229
|
-
margin: 0;
|
|
230
|
-
}
|
|
231
|
-
dd {
|
|
232
|
-
margin-left: 0;
|
|
233
|
-
}
|
|
234
|
-
li ul, dd ul {
|
|
235
|
-
padding-left: 0;
|
|
236
|
-
display: initial;
|
|
237
|
-
list-style: initial;
|
|
238
|
-
}
|
|
239
|
-
dd li, li ul li {
|
|
240
|
-
padding: 0;
|
|
241
|
-
}
|
|
242
|
-
`;var dt=typeof globalThis<"u"?globalThis:typeof window<"u"?window:typeof global<"u"?global:typeof self<"u"?self:{};function NB(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}function YR(e){if(e.__esModule)return e;var t=e.default;if(typeof t=="function"){var r=function i(){return this instanceof i?Reflect.construct(t,arguments,this.constructor):t.apply(this,arguments)};r.prototype=t.prototype}else r={};return Object.defineProperty(r,"__esModule",{value:!0}),Object.keys(e).forEach(function(i){var a=Object.getOwnPropertyDescriptor(e,i);Object.defineProperty(r,i,a.get?a:{enumerable:!0,get:function(){return e[i]}})}),r}var PN,jN;function rt(){return jN||(jN=1,PN={locales:[],translate:null,format(e,t=null){if(t)for(let r in t)e=e.replaceAll(`{${r}}`,t[r]);return e}}),PN}var er,$N;function xt(){if($N)return er;$N=1;const e=rt(),t={e(r){return typeof r!="string"&&(r=String(r)),r.replace(/</g,"<").replace(/>/g,">").replace(/"/g,""").replace(/'/g,"'")},t(r,i=null){return typeof e.translate=="function"?e.translate(r,i):e.format(r,i)},toNothing(r=null){return r===null&&(r=t.t("n/a")),`<i class="null">${r}</i>`},toList(r,i=!1,a=null,o=null){let s=o===!0?"ol":"ul";return Array.isArray(r)||(r=[r]),i&&(r=r.slice(0),typeof i=="function"?r.sort(i):r.sort(),o===null&&(s="ol")),typeof a=="function"&&(r=r.map(a)),r.length===0?t.toNothing():r.length===1?r[0]:`<${s}><li>${r.join("</li><li>")}</li></${s}>`},toLink(r,i="",a="",o="_blank"){return i||(r.length>50?i=r.replace(/^\w+:\/\/([^\/]+)((\/[^\/\?]+)*\/([^\/\?]+)(\?.*)?)?$/i,function(...s){return s[4]?s[1]+"/[…]/"+s[4]:s[1]}):i=r.replace(/^\w+:\/\//i,"")),`<a href="${t.e(r)}" rel="${t.e(a)}" target="${t.e(o)}">${t.e(i)}</a>`},toObject(r,i=null,a=null,o=[],s=null,u=[]){let c="<dl>",d=Array.isArray(o)&&o.length>=2?o:Object.keys(r);for(let h of d){if(!(h in r)||typeof s=="function"&&u.length>0&&!s(u[0],u.concat([h])))continue;let b;typeof a=="function"?b=a(h,r):b=t.formatKey(h,!0);let D=r[h];typeof i=="function"&&(D=i(D,h,r)),c+=`<dt>${b}</dt><dd>${D}</dd>`}return c+="</dl>",c},abbrev(r,i){return`<abbr title="${t.e(i)}">${t.e(r)}</abbr>`},isObject(r){return typeof r=="object"&&r===Object(r)&&!Array.isArray(r)},formatKey(r,i=!1){if(r.includes("/"))return t.e(t.t(r));i===!1&&(r=r.replace(/^[\w-]+:/i,""));let a=r.split(/[:_\-\s]/g).map(o=>o.substr(0,1).toUpperCase()+o.substr(1)).join(" ");return t.e(t.t(a))},hexToUint8(r){if(r.length===0||r.length%2!==0)throw new Error(`The string "${r}" is not valid hex.`);return new Uint8Array(r.match(/.{1,2}/g).map(i=>parseInt(i,16)))},uint8ToHex(r){return r.reduce((i,a)=>i+a.toString(16).padStart(2,"0"),"")},keysFromListOfObjects(r){return r.reduce((i,a)=>Object.keys(a).reduce((o,s)=>(o.indexOf(s)==-1&&o.push(s),o),i),[])},unit(r,i=""){return typeof i=="string"&&i.length>0?(i=t.t(i),`${r} <span class="unit">${i}</unit>`):r}};return er=t,er}const qt=xt(),RB=rt(),ct={fields(e){let t=["extensions","metadata","links","assets"];for(let r of t)for(let i in e[r])e[r][i]=ct.field(e[r][i],e[r],e);return e},field(e,t={},r={}){if(typeof e=="string")return{label:e};if(typeof e.alias=="string"){let i=t[e.alias]||r.metadata[e.alias];if(!i)throw new Error("Alias is invalid: "+e.alias);return Object.assign(e,ct.field(i,t,r))}if(qt.isObject(e.items)){let i=[];for(let a in e.items)e.items[a]=ct.field(e.items[a],t,r),i.push(Object.assign({key:a},e.items[a]));e.itemOrder=i.sort((a,o)=>a.id===!0?-1:o.id===!0?1:typeof a.order=="number"&&typeof o.order=="number"?a.order-o.order:qt.t(a.label).localeCompare(qt.t(o.label),RB.locales)).map(a=>a.key)}if(qt.isObject(e.properties))for(let i in e.properties)e.properties[i]=ct.field(e.properties[i],t,r);return e}};var MB=ct;const lt=MB,XR={externalRenderer:!1,dependencies:{},fields:{assets:{},extensions:{},links:{},metadata:{}},exportFields(){return this.fields},importFields(e){e=lt.fields(e);for(let t in this.fields)Object.assign(this.fields[t],e[t])},getDependency(e){return this.dependencies[e]||console.warn(`Dependency '${e}' not registered.`),this.dependencies[e]},addDependency(e,t){this.dependencies[e]=t},addExtension(e,t){this.fields.extensions[e]=lt.field(t,this.fields.extensions)},addMetadataField(e,t){this.fields.metadata[e]=lt.field(t,this.fields.metadata)},addLinkField(e,t){this.fields.links[e]=lt.field(t,this.fields.links)},addAssetField(e,t){this.fields.assets[e]=lt.field(t,this.fields.assets)},addMetadataFields(e){for(var t in e)XR.addMetadataField(t,e[t])},getExtension(e){return this.fields.extensions[e]?this.fields.extensions[e]:{}},getSpecification(e,t=null){let r={};return t==="assets"&&this.fields.assets[e]?r=this.fields.assets[e]:t==="links"&&this.fields.links[e]?r=this.fields.links[e]:this.fields.metadata[e]&&(r=this.fields.metadata[e]),r}};var Gr=XR;const UB={alternate:"Alternative Access Methods",anon:"Anonymized Location",card4l:{label:"CARD4L",explain:"CEOS Analysis Ready Data for Land"},classification:"Classification",contacts:"Contacts",cube:"Data Cube",esa_cci_lc:"ESA Climate Change Initiative - Land Cover",eo:"Electro-Optical",forecast:"Forecast",file:"File",grid:"Gridded Data",goes:{label:"NOAA GOES",explain:"NOAA Geostationary Operational Environmental Satellite"},label:"Labels / ML",language:"Internationalization / Localization",mgrs:{label:"MGRS",explain:"Military Grid Reference System"},noaa_mrms_qpe:{label:"NOAA MRMS QPE",explain:"NOAA Multi-Radar Multi-Sensor Quantitative Precipitation Estimation"},odc:"Open Data Cube",order:"Order",pc:"Point Cloud",processing:"Processing",proj:"Projection",raster:"Raster Imagery",sar:{label:"SAR",explain:"Synthetic Aperture Radar"},sat:"Satellite",sci:"Scientific",ssys:"Solar System",stats:"STAC Statistics",storage:"Cloud Storage",table:"Tabular Data",themes:"Themes",tiles:"Tiled Assets",view:"View Geometry","web-map-links":"Web Maps",xarray:"xarray",gee:"Google Earth Engine",landsat:"Landsat",msft:"Microsoft",openeo:"openEO",pl:"Planet Labs PBC",s2:"Sentinel-2",sentinel:"Copernicus Sentinel",cbers:{label:"CBERS",explain:"China-Brazil Earth Resources Satellite Program"},geoadmin:{label:"swisstopo",explain:"Federal Office of Topography (Switzerland)"}},FB={href:{label:"URL",format:"Url"},hreflang:{label:"Language",format:"LanguageCode"},rel:{label:"Relation",explain:"Based on IANA relation types",mapping:{self:"This document",root:"Root STAC Catalog",parent:"Parent STAC Catalog",collection:"STAC Collection",derived_from:"STAC Item for input data",about:"About this resource",alternate:"Alternative representation",via:"Source metadata",next:"Next page",prev:"Previous page",canonical:"Origin of this document","processing-expression":"Processing inctructions/code","latest-version":"Latest version","predecessor-version":"Predecessor version","successor-version":"Successor version",source:"Source data","cite-as":"Citation information",related:"Related resource",describedby:"Description of the resource","service-desc":"API definitions","service-doc":"API user documentation",conformance:"API conformance declaration",order:"Order details","3d-tiles":"3D Tiles",pmtiles:"PMTiles",tilejson:"TileJSON",wms:"OGC Web Map Service (WMS)",wmts:"OGC Web Map Tile Service (WMTS)",xyz:"XYZ Web Map"}},type:{label:"File Format",explain:"Based on the IANA media (MIME) types",format:"MediaType"}},BB={href:{label:"URL",format:"Url"},hreflang:{label:"Language",format:"LanguageCode"},type:{label:"File Format",explain:"Based on the IANA media (MIME) types",format:"MediaType"},roles:{label:"Purpose",mapping:{thumbnail:"Preview",overview:"Overview",visual:"Visualization",data:"Data",metadata:"Metadata",graphic:"Illustration"}},alternate:{label:"Alternatives",listWithKeys:!0,items:{href:{label:"URL",format:"Url"},title:{alias:"title"},description:{alias:"description"}},summary:!1,ext:"alternate"},"pl:asset_type":"Asset Type","pl:bundle_type":"Bundle Type","table:storage_options":{alias:"xarray:storage_options"},"xarray:open_kwargs":{label:"Read Options",custom:!0,summary:!1},"xarray:storage_options":{label:"fsspec Options",custom:!0,summary:!1}},IB={id:"Identifier",keywords:"Keywords",datetime:{label:"Time of Data",format:"Timestamp",summary:!1},title:{label:"Title",summary:!1},description:{label:"Description",format:"CommonMark",summary:!1},start_datetime:{label:"Time of Data begins",format:"Timestamp",summary:!1},end_datetime:{label:"Time of Data ends",format:"Timestamp",summary:!1},created:{label:"Created",format:"Timestamp",summary:"r"},updated:{label:"Updated",format:"Timestamp",summary:"r"},published:{label:"Published",format:"Timestamp",summary:"r"},expires:{label:"Expires",format:"Timestamp",summary:"r"},unpublished:{label:"Unpublished",format:"Timestamp",summary:"r"},license:{label:"License",format:"License",summary:!1},providers:{label:"Providers",format:"Providers",summary:!1},platform:"Platform",instruments:{label:"Instruments",format:"CSV"},constellation:"Constellation",mission:"Mission",gsd:{label:"GSD",explain:"Ground Sample Distance",unit:"m"},version:{label:"Data Version",summary:!1},deprecated:{label:"Deprecated",summary:!1},experimental:{label:"Experimental",summary:!1},language:{label:"Current Language",ext:"language",summary:"v",properties:{name:{label:"Name"},alternate:{label:"Alternate Name"},code:{label:"Code"},dir:{label:"Direction",explain:"Reading and writing direction",mapping:{ltr:"left-to-right",rtl:"right-to-left"},default:"ltr"}}},languages:{label:"Available Languages",ext:"language",summary:!1,items:{name:{label:"Name",sortable:!0,order:0},alternate:{label:"Alternate Name",sortable:!0,order:1},code:{label:"Code",sortable:!0,order:2},dir:{label:"Direction",explain:"Reading and writing direction",sortable:!0,order:3,mapping:{ltr:"left-to-right",rtl:"right-to-left"},default:"ltr"}}},contacts:{label:"Contacts",ext:"contacts",summary:"v",items:{name:{label:"Name"},identifier:{label:"Identifier"},position:{label:"Position"},organization:{label:"Organization"},logo:{label:"Logo",format:"Image"},phones:{label:"Phone",items:{value:{label:"Number",format:"Phone",order:0},roles:{label:"Used For",order:1,mapping:{work:"Work",home:"Personal",fax:"Fax"}}}},emails:{label:"Email",items:{value:{label:"Address",format:"Email",order:0},roles:{label:"Used For",order:1,mapping:{work:"Work",home:"Personal"}}}},addresses:{label:"Postal Addresses",format:"Address",items:{deliveryPoint:{label:"Street / House",order:0},city:{label:"City",order:1},administrativeArea:{label:"State / Province",order:2},postalCode:{label:"Postal Code",order:3},country:{label:"Country",order:4}}},links:{label:"Additional Resources",format:"Link"},contactInstructions:"Further Instructions",roles:{label:"Types",format:"CSV"}}},themes:{label:"Themes",ext:"themes",summary:!1,items:{scheme:{label:"Vocabulary",order:0,format:"Url"},concepts:{label:"Terms",order:1,format:"Concepts",items:{id:{label:"Identifier",order:0},title:{label:"Title",order:1},description:{label:"Description",order:2},url:{label:"URL",order:3,format:"Url"}}}}},crs:{label:"CRS",format:"CRS",explain:"Coordinate Reference System"},"anon:size":{label:"Uncertainty",unit:"°",explain:"The size of one side of the anonymized bounding box"},"anon:warning":{label:"Warning",summary:!1},"classification:classes":{summary:!1,label:"Classes",items:{color_hint:{label:"Color",order:0,format:"HexColor"},value:{label:"Value",order:1},title:{label:"Title",order:2},name:{label:"Identifier",order:3},description:{label:"Description",order:4,format:"CommonMark"},nodata:{label:"No-data value",order:5,default:!1}}},"classification:bitfields":{summary:!1,label:"Bit Mask",items:{name:{label:"Name",order:0},offset:{label:"Offset",explain:"Offset to the first bit",order:1},length:{label:"Number of bits",order:2},description:{label:"Description",order:3,format:"CommonMark"},classes:{alias:"classification:classes"},roles:{label:"Purpose"}}},"cube:dimensions":{label:"Dimensions",summary:!1,listWithKeys:!0,items:{type:{label:"Type",order:0},axis:{label:"Axis",order:1},description:{label:"Description",format:"CommonMark",order:2},extent:{label:"Extent",format:"Extent",order:3},bbox:{alias:"proj:bbox",order:3},values:{label:"Values",order:4},step:{label:"Step",order:5},unit:{alias:"file:unit",order:5},geometry_types:{label:"Geometry Types",order:5},reference_system:{label:"Reference System",explain:"Coordinate / Temporal / Other Reference System",order:6}}},"cube:variables":{label:"Variables",summary:!1,listWithKeys:!0,items:{dimensions:{label:"Dimensions",order:0},type:{label:"Type",order:1,mapping:{data:"Measured values",auxiliary:"Coordinate data"}},description:{label:"Description",format:"CommonMark",order:2},extent:{label:"Extent",format:"Extent",order:3},values:{label:"Values",order:4},step:{label:"Step",order:5},unit:{alias:"file:unit",order:6}}},"eo:bands":{label:"Spectral Bands",items:{name:{label:"Name",sortable:!0,id:!0,order:0},common_name:{label:"Common Name",sortable:!0,order:1},description:{label:"Description",format:"CommonMark",order:2},center_wavelength:{label:"Wavelength",explain:"The center wavelength of the band",unit:"μm",sortable:!0,order:5},full_width_half_max:{label:"FWHM",explain:"Full Width Half Max",unit:"μm",sortable:!0,order:6},gsd:{alias:"gsd",sortable:!0,order:3},cloud_cover:{alias:"eo:cloud_cover",sortable:!0,order:4},solar_illumination:{label:"Solar Illumination",sortable:!0,order:7,unit:"W/m²/μm"},"classification:classes":{alias:"classification:classes"},"classification:bitfields":{alias:"classification:bitfields"}}},"eo:cloud_cover":{label:"Cloud Cover",unit:"%"},"eo:snow_cover":{label:"Snow/Ice Cover",unit:"%"},"forecast:reference_datetime":{label:"Reference Time",format:"Timestamp",summary:"r"},"forecast:horizon":{label:"Forecast Horizon",explain:"The time between the reference time and the forecast time",format:"Duration",summary:"r"},"forecast:duration":{label:"Forecast Length",format:"Duration",summary:"r"},"file:bits_per_sample":"Bits per Sample","file:byte_order":"Byte Order","file:checksum":{label:"Checksum",format:"Checksum",summary:!1},"file:data_type":{label:"Data Type of Values",format:"FileDataType"},"file:header_size":{label:"Header Size",format:"FileSize",summary:!1},"file:nodata":{label:"No-Data Values",format:"CSV",summary:!1},"file:size":{label:"Size",format:"FileSize",summary:!1},"file:unit":"Unit of Values","file:values":{label:"Map of Values",summary:!1,items:{values:{label:"Values",format:"CSV",order:1},summary:{label:"Summary",order:0}}},"file:local_path":{label:"Local Path",summary:!1},"goes:orbital_slot":"Orbital Slot","goes:system_environment":{label:"System Environment",mapping:{OR:"Operational system, real-time data",OT:"Operational system, test data",IR:"Test system, real-time data",IT:"Test system, test data",IP:"Test system, playback data",IS:"Test system, simulated data"}},"goes:image_type":{label:"Area",mapping:{"FULL DISK":"The Americas (full disk)",CONUS:"North America (continental US)",MESOSCALE:"Central/South America (mesoscale)"}},"goes:mesoscale_image_number":{label:"Area in Central/South America",mapping:{1:"Region 1",2:"Region 2"}},"goes:mode":{label:"Capture Mode",mapping:{3:"3: 1x full disk, 3x continental US, 30x mesoscale region 1, 30x mesoscale region 2 (every 15 minutes)",4:"4: 1x full disk (every 5 minutes)",6:"6: 1x full disk, 2x continental US, 20x mesoscale region 1, 20x mesoscale region 2 (every 10 minutes)"}},"goes:group_time_threshold":{label:"Time Threshold in a Group",explain:"Lightning group maximum time difference among lightning events in a group",unit:"s"},"goes:flash_time_threshold":{label:"Time Threshold in a Flash",explain:"Lightning flash maximum time difference among lightning events in a flash",unit:"s"},"goes:lightning_wavelength":{label:"Central Wavelength",unit:"nm"},"goes:yaw_flip_flag":{label:"Yaw Flip Configuration",explain:"Flag indicating that the spacecraft is operating in yaw flip configuration.",mapping:{0:"Upright",1:"Neither",2:"Inverted"}},"goes:event_count":"Lightning Events","goes:group_count":"Lightning Groups","goes:flash_count":"Lightning Flashes","goes:nominal_satellite_subpoint_lat":{label:"Satellite Subpoint Latitude",unit:"°N"},"goes:nominal_satellite_subpoint_lon":{label:"Satellite Subpoint Longitude",unit:"°E"},"goes:nominal_satellite_height":{label:"Satellite Height",explain:"Nominal satellite height above GRS 80 ellipsoid",unit:"km"},"goes:percent_navigated_L1b_events":{label:"Events navigated by Instrument",format:"Percent0to1",unit:"%"},"goes:percent_uncorrectable_L0_errors":{label:"Data Lost",format:"Percent0to1",unit:"%"},"grid:code":{label:"Grid",format:"GridCode"},"raster:bands":{label:"Bands",items:{nodata:{alias:"file:nodata"},sampling:{label:"Sampling",mapping:{area:"Area",point:"Point (at pixel center)"}},data_type:{alias:"file:data_type"},bits_per_sample:{alias:"file:bits_per_sample"},spatial_resolution:{label:"Resolution",explain:"Average spatial resolution",unit:"m"},statistics:{label:"Statistics",items:{mean:"Average",maximum:{label:"Max.",explain:"Maxmimum value"},minimum:{label:"Min.",explain:"Minimum value"},stdev:{label:"Std. Dev.",explain:"Standard Deviation"},valid_percent:{label:"Valid",explain:"Percentage of valid pixels",unit:"%"}}},unit:{alias:"file:unit"},scale:"Scale",offset:"Offset",histogram:{label:"Histogram",custom:!0},"classification:classes":{alias:"classification:classes"},"classification:bitfields":{alias:"classification:bitfields"}}},"label:properties":{label:"Properties",null:"raster data"},"label:classes":{label:"Classes",items:{name:{label:"Name",null:"raster-formatted",sortable:!0,id:!0},classes:"Classes"}},"label:description":{label:"Description",format:"CommonMark",summary:!1},"label:type":"Type","label:tasks":"Tasks","label:methods":"Methods","label:overviews":{label:"Overviews",summary:!1,items:{property_key:{label:"Property Key",id:!0},counts:{label:"Counts",custom:!0},statistics:{label:"Statistics",custom:!0}}},"mgrs:latitude_band":"Latitude Band","mgrs:grid_square":"Grid Square","mgrs:utm_zone":"UTM Zone","noaa_mrms_qpe:pass":{label:"Pass Number",mapping:{1:"1 (less latency / less gauges)",2:"2 (more latency / more gauges)"}},"noaa_mrms_qpe:period":{label:"Accumulation Period",unit:"h"},"noaa_mrms_qpe:region":{label:"Region",mapping:{CONUS:"Continental US",HAWAII:"Hawaii",GUAM:"Guam",ALASKA:"Alaska",CARIB:"Caribbean Islands"}},"openeo:status":"Processing Status",api_version:{label:"API Version",ext:"openeo"},backend_version:{label:"Back-End Version",ext:"openeo"},production:{label:"Production-Ready",ext:"openeo"},endpoints:{label:"Supported Endpoints",ext:"openeo",summary:!1,items:{path:{label:"Path Template",order:0},methods:{label:"HTTP Methods",order:1,format:"CSV"}}},billing:{label:"Billing",ext:"openeo",custom:!0,summary:!1},"order:status":{label:"Status",mapping:{orderable:"Orderable (data can be ordered)",ordered:"Ordered (preparing to deliver data)",pending:"Pending (waiting for activation)",shipping:"Shipping (data is getting processed)",succeeded:"Delivered (data is available)",failed:"Failed (unable to deliver)",canceled:"Canceled (delivery stopped)"}},"order:id":"Identifier","order:date":{label:"Submitted",format:"Timestamp",summary:"r"},"order:expiration_date":{alias:"expires"},"pc:count":{label:"Points",explain:"Number of Points"},"pc:type":"Type","pc:encoding":"Format","pc:schemas":{label:"Schemas",summary:!1,items:{name:{label:"Name",sortable:!0,id:!0},size:{label:"Size",unit:"bytes",sortable:!0},type:{label:"Type",sortable:!0}}},"pc:density":"Density","pc:statistics":{label:"Statistics",summary:"s",items:{name:{label:"Name",id:!0},position:"Position",average:"Average",count:"Count",maximum:{label:"Max.",explain:"Maxmimum value"},minimum:{label:"Min.",explain:"Minimum value"},stddev:{label:"Std. Dev.",explain:"Standard Deviation"},variance:"Variance"}},"processing:expression":{label:"Processing Instructions",summary:!1},"processing:lineage":{label:"Lineage",format:"CommonMark",summary:!1},"processing:level":"Level","processing:facility":"Facility","processing:software":{label:"Software",format:"Software",summary:!1},"proj:epsg":{label:"EPSG Code",format:"EPSG",summary:"v"},"proj:wkt2":{label:"WKT2",explain:"Well-Known Text, version 2",format:"WKT2",summary:!1},"proj:projjson":{label:"PROJJSON",explain:"JSON encoding of WKT2",format:"PROJJSON",summary:!1},"proj:geometry":{label:"Footprint",custom:!0,summary:!1},"proj:bbox":{label:"Bounding Box",custom:!0,summary:!1},"proj:centroid":{label:"Centroid",custom:!0,summary:!1},"proj:shape":{label:"Image Dimensions",format:"Shape",summary:!1},"proj:transform":{label:"Transformation Matrix",format:"Transform",summary:!1},"sar:instrument_mode":"Instrument Mode","sar:frequency_band":"Frequency Band","sar:center_frequency":{label:"Center Frequency",unit:"GHz"},"sar:polarizations":{label:"Polarizations",format:"CSV"},"sar:product_type":"Product Type","sar:resolution_range":{label:"Range Resolution",unit:"m"},"sar:resolution_azimuth":{label:"Azimuth Resolution",unit:"m"},"sar:pixel_spacing_range":{label:"Range Pixel Spacing",unit:"m"},"sar:pixel_spacing_azimuth":{label:"Azimuth Pixel Spacing",unit:"m"},"sar:looks_range":"Range Looks","sar:looks_azimuth":"Azimuth Looks","sar:looks_equivalent_number":{label:"ENL",explain:"Equivalent Number of Looks"},"sar:observation_direction":"Observation Direction","sat:platform_international_designator":{label:"Int. Designator",explain:"International designator for the platform, also known as COSPAR ID and NSSDCA ID."},"sat:orbit_state":"Orbit State","sat:absolute_orbit":{label:"Abs. Orbit Number",explain:"Absolute Orbit Number"},"sat:relative_orbit":{label:"Rel. Orbit Number",explain:"Relative Orbit Number"},"sat:anx_datetime":{label:"ANX Time",explain:"Ascending Node Crossing time",summary:"r"},"sci:doi":{label:"DOI",format:"DOI"},"sci:citation":"Citation","sci:publications":{label:"Publications",summary:!1,items:{citation:{label:"Publication",sortable:!0,order:0},doi:{label:"DOI",format:"DOI",sortable:!0,order:1}}},"ssys:targets":"Target Body","storage:platform":{label:"Provider",mapping:{ALIBABA:"Alibaba Cloud",AWS:"Amazon AWS",AZURE:"Microsoft Azure",GCP:"Google Cloud Platform",IBM:"IBM Cloud",ORACLE:"Oracle Cloud"}},"storage:region":"Region","storage:requester_pays":"Requester Pays","storage:tier":"Tier Type","table:columns":{label:"Columns",items:{name:{label:"Name",sortable:!0,id:!0,order:0},type:{label:"Data Type",sortable:!0,order:1},description:{label:"Description",format:"CommonMark",order:2}}},"table:primary_geometry":"Primary Geometry Column","table:row_count":"Rows","table:tables":{label:"Tables",summary:!1,listWithKeys:!0,items:{name:{label:"Name",sortable:!0,id:!0,order:0},description:{label:"Description",format:"CommonMark",order:1}}},"tiles:tile_matrix_sets":{label:"Tile Matrix Sets",custom:!0,summary:!1},"tiles:tile_matrix_set_links":{label:"Tile Matrix Set Links",custom:!0,summary:!1},"view:off_nadir":{label:"Off-Nadir Angle",unit:"°"},"view:incidence_angle":{label:"Incidence Angle",unit:"°"},"view:azimuth":{label:"Viewing Azimuth",unit:"°"},"view:sun_azimuth":{label:"Sun Azimuth",unit:"°"},"view:sun_elevation":{label:"Sun Elevation",unit:"°"},"pl:black_fill":{label:"Unfilled Image Parts",unit:"%"},"pl:clear_percent":{label:"Clear Sky",unit:"%"},"pl:grid_cell":"Grid Cell","pl:ground_control":"Positional Accuracy","pl:ground_control_ratio":"Successful Rectification Ratio","pl:item_type":"Type","pl:pixel_resolution":{label:"Spatial Resolution",unit:"m"},"pl:publishing_stage":{label:"Publishing Stage",mapping:{preview:"Preview",standard:"Standard",finalized:"Finalized"}},"pl:quality_category":{label:"Quality Category",mapping:{standard:"Standard",test:"Test"}},"pl:strip_id":"Image Strip ID","gee:type":{label:"Type",mapping:{image:"Single image",image_collection:"Image collection",table:"Table"}},"gee:cadence":"Cadence","gee:schema":{label:"Variables",items:{name:"Name",description:"Description",type:"Data Type"},summary:!1},"gee:revisit_interval":"Revisit Interval","gee:terms_of_use":{label:"Terms of Use",format:"CommonMark",summary:!1},"gee:visualizations":{label:"Visualizations",custom:!0,summary:!1},"landsat:scene_id":"Scene ID","landsat:collection_category":"Collection Category","landsat:collection_number":"Collection Number","landsat:wrs_type":{label:"WRS Type",explain:"Worldwide Reference System Type"},"landsat:wrs_path":{label:"WRS Path",explain:"Worldwide Reference System Path"},"landsat:wrs_row":{label:"WRS Row",explain:"Worldwide Reference System Row"},"landsat:cloud_cover_land":{label:"Land Cloud Cover",unit:"%"},"msft:container":"Container","msft:storage_account":"Storage Account","msft:short_description":{label:"Summary",summary:!1},"sentinel:utm_zone":"UTM Zone","sentinel:latitude_band":"Latitude Band","sentinel:grid_square":"Grid Square","sentinel:sequence":"Sequence","sentinel:product_id":{label:"Product ID",summary:"s"},"sentinel:data_coverage":{label:"Data Coverage",unit:"%"},"sentinel:valid_cloud_cover":"Valid Cloud Cover","cbers:data_type":{label:"Processing Level",explain:"Geolocation precision level",mapping:{L2:"Geolocation using only satellite telemetry",L3:"Control points used to geolocate image, no terrain correction",L4:"Control points used to geolocate image, orthorectified"},summary:"v"},"cbers:path":"Reference Grid Path","cbers:row":"Reference Grid Row","card4l:specification":{label:"Specification",mapping:{SR:"Surface Reflectance (Optical)",ST:"Surface Temperature (Optical)",NRB:"Normalized Radar Backscatter (SAR)",POL:"Polarimetric Radar (SAR)"}},"card4l:specification_version":"Specification Version","card4l:orbit_mean_altitude":{label:"Platform Altitude",unit:"m"},"card4l:incidence_angle_near_range":{label:"Incidence Angle (near)",unit:"°"},"card4l:incidence_angle_far_range":{label:"Incidence Angle (far)",unit:"°"},"card4l:noise_equivalent_intensity":{label:"Noise Equivalent Intensity",unit:"dB"},"card4l:mean_faraday_rotation_angle":{label:"Mean Faraday Rotation",unit:"°"},"card4l:speckle_filtering":{label:"Speckle Filtering",custom:!0,summary:!1,null:"not applied"},"card4l:relative_rtc_accuracy":{label:"Rel. RTC Accuracy",explain:"Relative accuracy of the Radiometric Terrain Correction",unit:"dB"},"card4l:absolute_rtc_accuracy":{label:"Abs. RTC Accuracy",explain:"Absolute accuracy of the Radiometric Terrain Correction",unit:"dB"},"card4l:northern_geometric_accuracy":{label:"Northern Geometric Accuracy",unit:"m"},"card4l:eastern_geometric_accuracy":{label:"Eastern Geometric Accuracy",unit:"m"},"card4l:ellipsoidal_height":{label:"Ellipsoidal Height",unit:"m"},"geoadmin:variant":{label:"Product Variant",mapping:{krel:"RGB color with relief",komb:"RGB color without relief",kgrel:"Grayscale with relief",kgrs:"Grayscale without relief"}},"href:servers":{label:"Servers",ext:"web-map-links"},"pmtiles:layers":{label:"Layers",ext:"web-map-links"},"wms:layers":{label:"Layers",ext:"web-map-links"},"wms:styles":{label:"Styles",ext:"web-map-links"},"wms:dimensions":{label:"Dimensions",ext:"web-map-links"},"wms:transparent":{label:"Transparency",ext:"web-map-links"},"wmts:layer":{label:"Layers",ext:"web-map-links"},"wmts:dimensions":{label:"Dimensions",ext:"web-map-links"}},zB={extensions:UB,links:FB,assets:BB,metadata:IB};/*! *****************************************************************************
|
|
243
|
-
Copyright (c) Microsoft Corporation. All rights reserved.
|
|
244
|
-
Licensed under the Apache License, Version 2.0 (the "License"); you may not use
|
|
245
|
-
this file except in compliance with the License. You may obtain a copy of the
|
|
246
|
-
License at http://www.apache.org/licenses/LICENSE-2.0
|
|
247
|
-
|
|
248
|
-
THIS CODE IS PROVIDED ON AN *AS IS* BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
|
249
|
-
KIND, EITHER EXPRESS OR IMPLIED, INCLUDING WITHOUT LIMITATION ANY IMPLIED
|
|
250
|
-
WARRANTIES OR CONDITIONS OF TITLE, FITNESS FOR A PARTICULAR PURPOSE,
|
|
251
|
-
MERCHANTABLITY OR NON-INFRINGEMENT.
|
|
252
|
-
|
|
253
|
-
See the Apache Version 2.0 License for specific language governing permissions
|
|
254
|
-
and limitations under the License.
|
|
255
|
-
***************************************************************************** */var Te=function(){return Te=Object.assign||function(e){for(var t,r=1,i=arguments.length;r<i;r++){t=arguments[r];for(var a in t)Object.prototype.hasOwnProperty.call(t,a)&&(e[a]=t[a])}return e},Te.apply(this,arguments)},We="\\d+(?:[\\.,]\\d+)?",HB="("+We+"W)",VB="("+We+"Y)?("+We+"M)?("+We+"D)?",GB="T("+We+"H)?("+We+"M)?("+We+"S)?",WB="^P(?:"+HB+"|"+VB+"(?:"+GB+")?)$",ZB=new RegExp(WB),QR=["weeks","years","months","days","hours","minutes","seconds"],eM={years:"Y",months:"M",days:"D",hours:"H",minutes:"M",seconds:"S",weeks:"W"},JB=Object.freeze({weeks:0,years:0,months:0,days:0,hours:0,minutes:0,seconds:0}),KB=function(e){var t=e.match(ZB);if(!t)throw new Error("Invalid duration string");var r=t.slice(1).reduce(function(i,a,o){return i[QR[o]]=parseFloat(a)||0,i},{});return r},YB=function(e){return e.weeks&&e.weeks>0?Object.assign({},JB,{weeks:e.weeks}):QR.reduce(function(t,r){var i;return Te(Te({},t),(i={},i[r]=e[r]||0,i))},{})},Wr={locales:{},options:{},setLocales:function(e,t){this.locales=Te(Te({},this.locales),e),t&&(this.options=Te(Te({},this.options),t))},getLangConfig:function(e){var t=this.locales[e];if(!t&&this.options.fallbackLocale&&(t=this.locales[this.options.fallbackLocale]),!t)throw new Error("isoDuration: Translations for language: "+e+" are not provided");return t}},XB=function(e){for(var t=["years","months","days"],r="",i=0,a=t;i<a.length;i++){var o=a[i];e[o]&&(r+=""+e[o]+eM[o])}return r},QB=function(e){for(var t=["hours","minutes","seconds"],r="",i=0,a=t;i<a.length;i++){var o=a[i];e[o]&&(r+=""+e[o]+eM[o])}return r},eI=function(e){if(e.weeks>0)return"P"+e.weeks+"W";var t="P",r=XB(e);r&&(t+=r);var i=QB(e);return i&&(t+="T"+i),!r&&!i&&(t+="0D"),t},tI=function(e,t){var r=Wr.getLangConfig(t);return e.weeks+" "+r.weeks(e.weeks)},rI=function(e,t,r){for(var i=Wr.getLangConfig(t),a="",o=["years","months","days","hours","minutes","seconds"],s=0,u=0;u<o.length;u++){var c=o[u],d=e[c];if(d&&(a!==""&&(a+=" "),a+=d+" "+i[c](d),s++,r&&r.largest&&r.largest<=s))break}return a},nI=function(e,t,r){return e.weeks>0?tI(e,t):rI(e,t,r)},tr=["seconds","minutes","hours","days","months"],Pt=function(e){return function(t){return{nextUnitValue:Math.floor(t/e),value:t%e}}},NN=function(e,t){return new Date(t,e+1,0).getDate()},iI={seconds:Pt(60),minutes:Pt(60),hours:Pt(24),days:function(e,t){for(var r=t?new Date(t.getTime()):new Date,i=e,a=0,o=NN(r.getMonth(),r.getFullYear());i>o;)i=i-o,a++,r.setMonth(r.getMonth()+1),o=NN(r.getMonth(),r.getFullYear());return{nextUnitValue:a,value:i}},months:Pt(12)},oI=function(e,t){for(var r=Te({},e),i=0;i<tr.length;i++){var a=tr[i],o=r[a];if(o>0){var s=iI[a](o,t);if(r[a]=s.value,s.nextUnitValue){var u=a==="months"?"years":tr[i+1];r[u]=r[u]+s.nextUnitValue}}}return r},RN=function(){function e(t){this.durationObj=t}return e.prototype.parse=function(){return this.durationObj},e.prototype.toString=function(){return eI(this.durationObj)},e.prototype.humanize=function(t,r){return nI(this.durationObj,t,r)},e.prototype.normalize=function(t){return this.durationObj=oI(this.durationObj,t),this},e.prototype.isEmpty=function(){var t=this;return Object.keys(this.durationObj).every(function(r){return t.durationObj[r]===0})},e}();function aI(e){return e<=2?0:e>2&&e<11?1:0}var sI={years:function(e){return e===1?"سنة":"سنوات"},months:function(e){return e===1?"شهر":"أشهر"},weeks:function(e){return e===1?"أسبوع":"أسابيع"},days:function(e){return e===1?"يوم":"أيام"},hours:function(e){return e===1?"ساعة":"ساعات"},minutes:function(e){return["دقيقة","دقائق"][aI(e)]},seconds:function(e){return e===1?"ثانية":"ثواني"},decimal:","};function le(e){return Math.floor(e)!==e?2:e%100>=5&&e%100<=20||e%10>=5&&e%10<=9||e%10===0?0:e%10===1?1:e>1?2:0}var lI={years:function(e){return["години","година","години"][le(e)]},months:function(e){return["месеца","месец","месеца"][le(e)]},weeks:function(e){return["седмици","седмица","седмици"][le(e)]},days:function(e){return["дни","ден","дни"][le(e)]},hours:function(e){return["часа","час","часа"][le(e)]},minutes:function(e){return["минути","минута","минути"][le(e)]},seconds:function(e){return["секунди","секунда","секунди"][le(e)]},decimal:","},uI={years:function(e){return"any"+(e===1?"":"s")},months:function(e){return"mes"+(e===1?"":"os")},weeks:function(e){return"setman"+(e===1?"a":"es")},days:function(e){return"di"+(e===1?"a":"es")},hours:function(e){return"hor"+(e===1?"a":"es")},minutes:function(e){return"minut"+(e===1?"":"s")},seconds:function(e){return"segon"+(e===1?"":"s")},decimal:","};function ge(e){return e===1?0:Math.floor(e)!==e?1:e%10>=2&&e%10<=4&&e%100<10?2:3}var cI={years:function(e){return["rok","roku","roky","let"][ge(e)]},months:function(e){return["měsíc","měsíce","měsíce","měsíců"][ge(e)]},weeks:function(e){return["týden","týdne","týdny","týdnů"][ge(e)]},days:function(e){return["den","dne","dny","dní"][ge(e)]},hours:function(e){return["hodina","hodiny","hodiny","hodin"][ge(e)]},minutes:function(e){return["minuta","minuty","minuty","minut"][ge(e)]},seconds:function(e){return["sekunda","sekundy","sekundy","sekund"][ge(e)]},decimal:","},pI={years:function(){return"år"},months:function(e){return"måned"+(e===1?"":"er")},weeks:function(e){return"uge"+(e===1?"":"r")},days:function(e){return"dag"+(e===1?"":"e")},hours:function(e){return"time"+(e===1?"":"r")},minutes:function(e){return"minut"+(e===1?"":"ter")},seconds:function(e){return"sekund"+(e===1?"":"er")},decimal:","},fI={years:function(e){return"Jahr"+(e===1?"":"e")},months:function(e){return"Monat"+(e===1?"":"e")},weeks:function(e){return"Woche"+(e===1?"":"n")},days:function(e){return"Tag"+(e===1?"":"e")},hours:function(e){return"Stunde"+(e===1?"":"n")},minutes:function(e){return"Minute"+(e===1?"":"n")},seconds:function(e){return"Sekunde"+(e===1?"":"n")},decimal:","},dI={years:function(e){return"year"+(e===1?"":"s")},months:function(e){return"month"+(e===1?"":"s")},weeks:function(e){return"week"+(e===1?"":"s")},days:function(e){return"day"+(e===1?"":"s")},hours:function(e){return"hour"+(e===1?"":"s")},minutes:function(e){return"minute"+(e===1?"":"s")},seconds:function(e){return"second"+(e===1?"":"s")},decimal:"."},hI={years:function(e){return"año"+(e===1?"":"s")},months:function(e){return"mes"+(e===1?"":"es")},weeks:function(e){return"semana"+(e===1?"":"s")},days:function(e){return"día"+(e===1?"":"s")},hours:function(e){return"hora"+(e===1?"":"s")},minutes:function(e){return"minuto"+(e===1?"":"s")},seconds:function(e){return"segundo"+(e===1?"":"s")},decimal:","},mI={years:function(e){return"aasta"+(e===1?"":"t")},months:function(e){return"kuu"+(e===1?"":"d")},weeks:function(e){return"nädal"+(e===1?"":"at")},days:function(e){return"päev"+(e===1?"":"a")},hours:function(e){return"tund"+(e===1?"":"i")},minutes:function(e){return"minut"+(e===1?"":"it")},seconds:function(e){return"sekund"+(e===1?"":"it")},decimal:","},gI={years:function(){return"سال"},months:function(){return"ماه"},weeks:function(){return"هفته"},days:function(){return"روز"},hours:function(){return"ساعت"},minutes:function(){return"دقیقه"},seconds:function(){return"ثانیه"},decimal:"."},bI={years:function(e){return e===1?"vuosi":"vuotta"},months:function(e){return e===1?"kuukausi":"kuukautta"},weeks:function(e){return"viikko"+(e===1?"":"a")},days:function(e){return"päivä"+(e===1?"":"ä")},hours:function(e){return"tunti"+(e===1?"":"a")},minutes:function(e){return"minuutti"+(e===1?"":"a")},seconds:function(e){return"sekunti"+(e===1?"":"a")},decimal:","},yI={years:function(){return"ár"},months:function(e){return e===1?"mánaður":"mánaðir"},weeks:function(e){return e===1?"vika":"vikur"},days:function(e){return e===1?"dagur":"dagar"},hours:function(e){return e===1?"tími":"tímar"},minutes:function(e){return e===1?"minuttur":"minuttir"},seconds:function(){return"sekund"},decimal:","},vI={years:function(e){return"an"+(e>=2?"s":"")},months:function(){return"mois"},weeks:function(e){return"semaine"+(e>=2?"s":"")},days:function(e){return"jour"+(e>=2?"s":"")},hours:function(e){return"heure"+(e>=2?"s":"")},minutes:function(e){return"minute"+(e>=2?"s":"")},seconds:function(e){return"seconde"+(e>=2?"s":"")},decimal:","},wI={years:function(e){return e===1?"χρόνος":"χρόνια"},months:function(e){return e===1?"μήνας":"μήνες"},weeks:function(e){return e===1?"εβδομάδα":"εβδομάδες"},days:function(e){return e===1?"μέρα":"μέρες"},hours:function(e){return e===1?"ώρα":"ώρες"},minutes:function(e){return e===1?"λεπτό":"λεπτά"},seconds:function(e){return e===1?"δευτερόλεπτο":"δευτερόλεπτα"},decimal:","},kI={years:function(e){return e===1?"שנה":"שנים"},months:function(e){return e===1?"חודש":"חודשים"},weeks:function(e){return e===1?"שבוע":"שבועות"},days:function(e){return e===1?"יום":"ימים"},hours:function(e){return e===1?"שעה":"שעות"},minutes:function(e){return e===1?"דקה":"דקות"},seconds:function(e){return e===1?"שניה":"שניות"},decimal:"."},xI={years:function(e){return e%10===2||e%10===3||e%10===4?"godine":"godina"},months:function(e){return e===1?"mjesec":e===2||e===3||e===4?"mjeseca":"mjeseci"},weeks:function(e){return e%10===1&&e!==11?"tjedan":"tjedna"},days:function(e){return e===1?"dan":"dana"},hours:function(e){return e===1?"sat":e===2||e===3||e===4?"sata":"sati"},minutes:function(e){var t=e%10;return(t===2||t===3||t===4)&&(e<10||e>14)?"minute":"minuta"},seconds:function(e){return e===10||e===11||e===12||e===13||e===14||e===16||e===17||e===18||e===19||e%10===5?"sekundi":e%10===1?"sekunda":e%10===2||e%10===3||e%10===4?"sekunde":"sekundi"},decimal:","},AI={years:function(){return"év"},months:function(){return"hónap"},weeks:function(){return"hét"},days:function(){return"nap"},hours:function(){return"óra"},minutes:function(){return"perc"},seconds:function(){return"másodperc"},decimal:","},_I={years:function(){return"ár"},months:function(e){return"mánuð"+(e===1?"ur":"ir")},weeks:function(e){return"vik"+(e===1?"a":"ur")},days:function(e){return"dag"+(e===1?"ur":"ar")},hours:function(e){return"klukkutím"+(e===1?"i":"ar")},minutes:function(e){return"mínút"+(e===1?"a":"ur")},seconds:function(e){return"sekúnd"+(e===1?"a":"ur")},decimal:"."},SI={years:function(e){return"ann"+(e===1?"o":"i")},months:function(e){return"mes"+(e===1?"e":"i")},weeks:function(e){return"settiman"+(e===1?"a":"e")},days:function(e){return"giorn"+(e===1?"o":"i")},hours:function(e){return"or"+(e===1?"a":"e")},minutes:function(e){return"minut"+(e===1?"o":"i")},seconds:function(e){return"second"+(e===1?"o":"i")},decimal:","},EI={years:function(){return"年"},months:function(){return"月"},weeks:function(){return"週"},days:function(){return"日"},hours:function(){return"時間"},minutes:function(){return"分"},seconds:function(){return"秒"},decimal:"."},CI={years:function(){return"년"},months:function(){return"개월"},weeks:function(){return"주일"},days:function(){return"일"},hours:function(){return"시간"},minutes:function(){return"분"},seconds:function(){return"초"},decimal:"."},DI={years:function(){return"ປີ"},months:function(){return"ເດືອນ"},weeks:function(){return"ອາທິດ"},days:function(){return"ມື້"},hours:function(){return"ຊົ່ວໂມງ"},minutes:function(){return"ນາທີ"},seconds:function(){return"ວິນາທີ"},decimal:","};function Xe(e){return e===1||e%10===1&&e%100>20?0:Math.floor(e)!==e||e%10>=2&&e%100>20||e%10>=2&&e%100<10?1:2}var TI={years:function(e){return e%10===0||e%100>=10&&e%100<=20?"metų":"metai"},months:function(e){return["mėnuo","mėnesiai","mėnesių"][Xe(e)]},weeks:function(e){return["savaitė","savaitės","savaičių"][Xe(e)]},days:function(e){return["diena","dienos","dienų"][Xe(e)]},hours:function(e){return["valanda","valandos","valandų"][Xe(e)]},minutes:function(e){return["minutė","minutės","minučių"][Xe(e)]},seconds:function(e){return["sekundė","sekundės","sekundžių"][Xe(e)]},decimal:","};function He(e){return e===1||e%10===1&&e%100!==11?0:1}var LI={years:function(e){return["gads","gadi"][He(e)]},months:function(e){return["mēnesis","mēneši"][He(e)]},weeks:function(e){return["nedēļa","nedēļas"][He(e)]},days:function(e){return["diena","dienas"][He(e)]},hours:function(e){return["stunda","stundas"][He(e)]},minutes:function(e){return["minūte","minūtes"][He(e)]},seconds:function(e){return["sekunde","sekundes"][He(e)]},decimal:","},OI={years:function(){return"tahun"},months:function(){return"bulan"},weeks:function(){return"minggu"},days:function(){return"hari"},hours:function(){return"jam"},minutes:function(){return"minit"},seconds:function(){return"saat"},decimal:"."},qI={years:function(){return"jaar"},months:function(e){return e===1?"maand":"maanden"},weeks:function(e){return e===1?"week":"weken"},days:function(e){return e===1?"dag":"dagen"},hours:function(){return"uur"},minutes:function(e){return e===1?"minuut":"minuten"},seconds:function(e){return e===1?"seconde":"seconden"},decimal:","},PI={years:function(){return"år"},months:function(e){return"måned"+(e===1?"":"er")},weeks:function(e){return"uke"+(e===1?"":"r")},days:function(e){return"dag"+(e===1?"":"er")},hours:function(e){return"time"+(e===1?"":"r")},minutes:function(e){return"minutt"+(e===1?"":"er")},seconds:function(e){return"sekund"+(e===1?"":"er")},decimal:","};function Ve(e){return e===1?0:Math.floor(e)!==e?1:e%10>=2&&e%10<=4&&!(e%100>10&&e%100<20)?2:3}var jI={years:function(e){return["rok","roku","lata","lat"][Ve(e)]},months:function(e){return["miesiąc","miesiąca","miesiące","miesięcy"][Ve(e)]},weeks:function(e){return["tydzień","tygodnia","tygodnie","tygodni"][Ve(e)]},days:function(e){return["dzień","dnia","dni","dni"][Ve(e)]},hours:function(e){return["godzina","godziny","godziny","godzin"][Ve(e)]},minutes:function(e){return["minuta","minuty","minuty","minut"][Ve(e)]},seconds:function(e){return["sekunda","sekundy","sekundy","sekund"][Ve(e)]},decimal:","},$I={years:function(e){return"ano"+(e===1?"":"s")},months:function(e){return e===1?"mês":"meses"},weeks:function(e){return"semana"+(e===1?"":"s")},days:function(e){return"dia"+(e===1?"":"s")},hours:function(e){return"hora"+(e===1?"":"s")},minutes:function(e){return"minuto"+(e===1?"":"s")},seconds:function(e){return"segundo"+(e===1?"":"s")},decimal:","},NI={years:function(e){return e===1?"an":"ani"},months:function(e){return e===1?"lună":"luni"},weeks:function(e){return e===1?"săptămână":"săptămâni"},days:function(e){return e===1?"zi":"zile"},hours:function(e){return e===1?"oră":"ore"},minutes:function(e){return e===1?"minut":"minute"},seconds:function(e){return e===1?"secundă":"secunde"},decimal:","},RI={years:function(e){return["лет","год","года"][le(e)]},months:function(e){return["месяцев","месяц","месяца"][le(e)]},weeks:function(e){return["недель","неделя","недели"][le(e)]},days:function(e){return["дней","день","дня"][le(e)]},hours:function(e){return["часов","час","часа"][le(e)]},minutes:function(e){return["минут","минута","минуты"][le(e)]},seconds:function(e){return["секунд","секунда","секунды"][le(e)]},decimal:","},MI={years:function(e){return["rok","roky","roky","rokov"][ge(e)]},months:function(e){return["mesiac","mesiace","mesiace","mesiacov"][ge(e)]},weeks:function(e){return["týždeň","týždne","týždne","týždňov"][ge(e)]},days:function(e){return["deň","dni","dni","dní"][ge(e)]},hours:function(e){return["hodina","hodiny","hodiny","hodín"][ge(e)]},minutes:function(e){return["minúta","minúty","minúty","minút"][ge(e)]},seconds:function(e){return["sekunda","sekundy","sekundy","sekúnd"][ge(e)]},decimal:","},UI={years:function(){return"år"},months:function(e){return"månad"+(e===1?"":"er")},weeks:function(e){return"veck"+(e===1?"a":"or")},days:function(e){return"dag"+(e===1?"":"ar")},hours:function(e){return"timm"+(e===1?"e":"ar")},minutes:function(e){return"minut"+(e===1?"":"er")},seconds:function(e){return"sekund"+(e===1?"":"er")},decimal:","},FI={years:function(){return"yıl"},months:function(){return"ay"},weeks:function(){return"hafta"},days:function(){return"gün"},hours:function(){return"saat"},minutes:function(){return"dakika"},seconds:function(){return"saniye"},decimal:","},BI={years:function(e){return["років","рік","роки"][le(e)]},months:function(e){return["місяців","місяць","місяці"][le(e)]},weeks:function(e){return["тижнів","тиждень","тижні"][le(e)]},days:function(e){return["днів","день","дні"][le(e)]},hours:function(e){return["годин","година","години"][le(e)]},minutes:function(e){return["хвилин","хвилина","хвилини"][le(e)]},seconds:function(e){return["секунд","секунда","секунди"][le(e)]},decimal:","},II={years:function(){return"سال"},months:function(e){return e===1?"مہینہ":"مہینے"},weeks:function(e){return e===1?"ہفتہ":"ہفتے"},days:function(){return"دن"},hours:function(e){return e===1?"گھنٹہ":"گھنٹے"},minutes:function(){return"منٹ"},seconds:function(){return"سیکنڈ"},decimal:"."},zI={years:function(){return"năm"},months:function(){return"tháng"},weeks:function(){return"tuần"},days:function(){return"ngày"},hours:function(){return"giờ"},minutes:function(){return"phút"},seconds:function(){return"giây"},decimal:","},HI={years:function(){return"年"},months:function(){return"个月"},weeks:function(){return"周"},days:function(){return"天"},hours:function(){return"小时"},minutes:function(){return"分钟"},seconds:function(){return"秒"},decimal:"."},VI={years:function(){return"年"},months:function(){return"個月"},weeks:function(){return"周"},days:function(){return"天"},hours:function(){return"小時"},minutes:function(){return"分鐘"},seconds:function(){return"秒"},decimal:"."};function tM(e){return typeof e=="string"?new RN(KB(e)):new RN(YB(e))}tM.setLocales=function(e,t){Wr.setLocales(e,t)};const GI=Object.freeze(Object.defineProperty({__proto__:null,ar:sI,bg:lI,ca:uI,cs:cI,da:pI,de:fI,en:dI,es:hI,et:mI,fa:gI,fi:bI,fo:yI,fr:vI,gr:wI,he:kI,hr:xI,hu:AI,is:_I,isoDuration:tM,it:SI,ja:EI,ko:CI,lo:DI,lt:TI,lv:LI,ms:OI,nl:qI,no:PI,pl:jI,pt:$I,ro:NI,ru:RI,sk:MI,sv:UI,tr:FI,uk:BI,ur:II,vi:zI,zhCN:HI,zhTW:VI},Symbol.toStringTag,{value:"Module"})),WI=YR(GI);var jt={};/*!
|
|
256
|
-
* content-type
|
|
257
|
-
* Copyright(c) 2015 Douglas Christopher Wilson
|
|
258
|
-
* MIT Licensed
|
|
259
|
-
*/var MN;function ZI(){if(MN)return jt;MN=1;var e=/; *([!#$%&'*+.^_`|~0-9A-Za-z-]+) *= *("(?:[\u000b\u0020\u0021\u0023-\u005b\u005d-\u007e\u0080-\u00ff]|\\[\u000b\u0020-\u00ff])*"|[!#$%&'*+.^_`|~0-9A-Za-z-]+) */g,t=/^[\u000b\u0020-\u007e\u0080-\u00ff]+$/,r=/^[!#$%&'*+.^_`|~0-9A-Za-z-]+$/,i=/\\([\u000b\u0020-\u00ff])/g,a=/([\\"])/g,o=/^[!#$%&'*+.^_`|~0-9A-Za-z-]+\/[!#$%&'*+.^_`|~0-9A-Za-z-]+$/;jt.format=s,jt.parse=u;function s(b){if(!b||typeof b!="object")throw new TypeError("argument obj is required");var D=b.parameters,E=b.type;if(!E||!o.test(E))throw new TypeError("invalid type");var x=E;if(D&&typeof D=="object")for(var C,y=Object.keys(D).sort(),_=0;_<y.length;_++){if(C=y[_],!r.test(C))throw new TypeError("invalid parameter name");x+="; "+C+"="+d(D[C])}return x}function u(b){if(!b)throw new TypeError("argument string is required");var D=typeof b=="object"?c(b):b;if(typeof D!="string")throw new TypeError("argument string is required to be a string");var E=D.indexOf(";"),x=E!==-1?D.slice(0,E).trim():D.trim();if(!o.test(x))throw new TypeError("invalid media type");var C=new h(x.toLowerCase());if(E!==-1){var y,_,m;for(e.lastIndex=E;_=e.exec(D);){if(_.index!==E)throw new TypeError("invalid parameter format");E+=_[0].length,y=_[1].toLowerCase(),m=_[2],m.charCodeAt(0)===34&&(m=m.slice(1,-1),m.indexOf("\\")!==-1&&(m=m.replace(i,"$1"))),C.parameters[y]=m}if(E!==D.length)throw new TypeError("invalid parameter format")}return C}function c(b){var D;if(typeof b.getHeader=="function"?D=b.getHeader("content-type"):typeof b.headers=="object"&&(D=b.headers&&b.headers["content-type"]),typeof D!="string")throw new TypeError("content-type header is missing from object");return D}function d(b){var D=String(b);if(r.test(D))return D;if(D.length>0&&!t.test(D))throw new TypeError("invalid parameter value");return'"'+D.replace(a,"\\$1")+'"'}function h(b){this.parameters=Object.create(null),this.type=b}return jt}var rr={exports:{}};/* commonmark 0.29 https://github.com/commonmark/commonmark.js @license BSD3 */var UN;function JI(){return UN||(UN=1,function(e,t){(function(r,i){i(t)})(dt,function(r){function i(n){switch(n._type){case"document":case"block_quote":case"list":case"item":case"paragraph":case"heading":case"emph":case"strong":case"link":case"image":case"custom_inline":case"custom_block":return!0;default:return!1}}var a=function(n,l){this.current=n,this.entering=l===!0},o=function(){var n=this.current,l=this.entering;if(n===null)return null;var p=i(n);return l&&p?n._firstChild?(this.current=n._firstChild,this.entering=!0):this.entering=!1:n===this.root?this.current=null:n._next===null?(this.current=n._parent,this.entering=!1):(this.current=n._next,this.entering=!0),{entering:l,node:n}},s=function(n){return{current:n,root:n,entering:!0,next:o,resumeAt:a}},u=function(n,l){this._type=n,this._parent=null,this._firstChild=null,this._lastChild=null,this._prev=null,this._next=null,this._sourcepos=l,this._lastLineBlank=!1,this._lastLineChecked=!1,this._open=!0,this._string_content=null,this._literal=null,this._listData={},this._info=null,this._destination=null,this._title=null,this._isFenced=!1,this._fenceChar=null,this._fenceLength=0,this._fenceOffset=null,this._level=null,this._onEnter=null,this._onExit=null},c=u.prototype;Object.defineProperty(c,"isContainer",{get:function(){return i(this)}}),Object.defineProperty(c,"type",{get:function(){return this._type}}),Object.defineProperty(c,"firstChild",{get:function(){return this._firstChild}}),Object.defineProperty(c,"lastChild",{get:function(){return this._lastChild}}),Object.defineProperty(c,"next",{get:function(){return this._next}}),Object.defineProperty(c,"prev",{get:function(){return this._prev}}),Object.defineProperty(c,"parent",{get:function(){return this._parent}}),Object.defineProperty(c,"sourcepos",{get:function(){return this._sourcepos}}),Object.defineProperty(c,"literal",{get:function(){return this._literal},set:function(n){this._literal=n}}),Object.defineProperty(c,"destination",{get:function(){return this._destination},set:function(n){this._destination=n}}),Object.defineProperty(c,"title",{get:function(){return this._title},set:function(n){this._title=n}}),Object.defineProperty(c,"info",{get:function(){return this._info},set:function(n){this._info=n}}),Object.defineProperty(c,"level",{get:function(){return this._level},set:function(n){this._level=n}}),Object.defineProperty(c,"listType",{get:function(){return this._listData.type},set:function(n){this._listData.type=n}}),Object.defineProperty(c,"listTight",{get:function(){return this._listData.tight},set:function(n){this._listData.tight=n}}),Object.defineProperty(c,"listStart",{get:function(){return this._listData.start},set:function(n){this._listData.start=n}}),Object.defineProperty(c,"listDelimiter",{get:function(){return this._listData.delimiter},set:function(n){this._listData.delimiter=n}}),Object.defineProperty(c,"onEnter",{get:function(){return this._onEnter},set:function(n){this._onEnter=n}}),Object.defineProperty(c,"onExit",{get:function(){return this._onExit},set:function(n){this._onExit=n}}),u.prototype.appendChild=function(n){n.unlink(),n._parent=this,this._lastChild?(this._lastChild._next=n,n._prev=this._lastChild,this._lastChild=n):(this._firstChild=n,this._lastChild=n)},u.prototype.prependChild=function(n){n.unlink(),n._parent=this,this._firstChild?(this._firstChild._prev=n,n._next=this._firstChild,this._firstChild=n):(this._firstChild=n,this._lastChild=n)},u.prototype.unlink=function(){this._prev?this._prev._next=this._next:this._parent&&(this._parent._firstChild=this._next),this._next?this._next._prev=this._prev:this._parent&&(this._parent._lastChild=this._prev),this._parent=null,this._next=null,this._prev=null},u.prototype.insertAfter=function(n){n.unlink(),n._next=this._next,n._next&&(n._next._prev=n),n._prev=this,this._next=n,n._parent=this._parent,n._next||(n._parent._lastChild=n)},u.prototype.insertBefore=function(n){n.unlink(),n._prev=this._prev,n._prev&&(n._prev._next=n),n._next=this,this._prev=n,n._parent=this._parent,n._prev||(n._parent._firstChild=n)},u.prototype.walker=function(){var n=new s(this);return n};var d={};function h(n){var l,p,f=d[n];if(f)return f;for(f=d[n]=[],l=0;l<128;l++)p=String.fromCharCode(l),/^[0-9a-z]$/i.test(p)?f.push(p):f.push("%"+("0"+l.toString(16).toUpperCase()).slice(-2));for(l=0;l<n.length;l++)f[n.charCodeAt(l)]=n[l];return f}function b(n,l,p){var f,A,w,$,P,M="";for(typeof l!="string"&&(p=l,l=b.defaultChars),typeof p>"u"&&(p=!0),P=h(l),f=0,A=n.length;f<A;f++){if(w=n.charCodeAt(f),p&&w===37&&f+2<A&&/^[0-9a-f]{2}$/i.test(n.slice(f+1,f+3))){M+=n.slice(f,f+3),f+=2;continue}if(w<128){M+=P[w];continue}if(w>=55296&&w<=57343){if(w>=55296&&w<=56319&&f+1<A&&($=n.charCodeAt(f+1),$>=56320&&$<=57343)){M+=encodeURIComponent(n[f]+n[f+1]),f++;continue}M+="%EF%BF%BD";continue}M+=encodeURIComponent(n[f])}return M}b.defaultChars=";/?:@&=+$,-_.!~*'()#",b.componentChars="-_.!~*'()";var D=b,E=typeof globalThis<"u"?globalThis:typeof window<"u"?window:typeof dt<"u"?dt:typeof self<"u"?self:{};function x(n){return n&&n.__esModule&&Object.prototype.hasOwnProperty.call(n,"default")?n.default:n}function C(n,l){return l={exports:{}},n(l,l.exports),l.exports}function y(n){return n&&n.default||n}var _="Á",m="á",L="Ă",O="ă",R="∾",j="∿",q="∾̳",F="Â",B="â",H="´",se="А",U="а",te="Æ",I="æ",G="",X="𝔄",re="𝔞",ne="À",pe="à",be="ℵ",ve="ℵ",g="Α",v="α",T="Ā",N="ā",Q="⨿",Z="&",V="&",J="⩕",ee="⩓",ye="∧",_e="⩜",je="⩘",Ee="⩚",$e="∠",it="⦤",_t="∠",St="⦨",S="⦩",Et="⦪",en="⦫",tn="⦬",rn="⦭",nn="⦮",on="⦯",an="∡",sn="∟",ln="⊾",un="⦝",cn="∢",pn="Å",fn="⍼",dn="Ą",hn="ą",mn="𝔸",gn="𝕒",bn="⩯",yn="≈",vn="⩰",wn="≊",kn="≋",xn="'",An="",_n="≈",Sn="≊",En="Å",Cn="å",Dn="𝒜",Tn="𝒶",Ln="≔",On="*",qn="≈",Pn="≍",jn="Ã",$n="ã",Nn="Ä",Rn="ä",Mn="∳",Un="⨑",Fn="≌",Bn="϶",In="‵",zn="∽",Hn="⋍",Vn="∖",Gn="⫧",Wn="⊽",Zn="⌅",Jn="⌆",Kn="⌅",Yn="⎵",Xn="⎶",Qn="≌",ei="Б",ti="б",ri="„",ni="∵",ii="∵",oi="∵",ai="⦰",si="϶",li="ℬ",ui="ℬ",ci="Β",pi="β",fi="ℶ",di="≬",hi="𝔅",mi="𝔟",gi="⋂",bi="◯",yi="⋃",vi="⨀",wi="⨁",ki="⨂",xi="⨆",Ai="★",_i="▽",Si="△",Ei="⨄",Ci="⋁",Di="⋀",Ti="⤍",Li="⧫",Oi="▪",qi="▴",Pi="▾",ji="◂",$i="▸",Ni="␣",Ri="▒",Mi="░",Ui="▓",Fi="█",Bi="=⃥",Ii="≡⃥",zi="⫭",Hi="⌐",Vi="𝔹",Gi="𝕓",Wi="⊥",Zi="⊥",Ji="⋈",Ki="⧉",Yi="┐",Xi="╕",Qi="╖",eo="╗",to="┌",ro="╒",no="╓",io="╔",oo="─",ao="═",so="┬",lo="╤",uo="╥",co="╦",po="┴",fo="╧",ho="╨",mo="╩",go="⊟",bo="⊞",yo="⊠",vo="┘",wo="╛",ko="╜",xo="╝",Ao="└",_o="╘",So="╙",Eo="╚",Co="│",Do="║",To="┼",Lo="╪",Oo="╫",qo="╬",Po="┤",jo="╡",$o="╢",No="╣",Ro="├",Mo="╞",Uo="╟",Fo="╠",Bo="‵",Io="˘",zo="˘",Ho="¦",Vo="𝒷",Go="ℬ",Wo="⁏",Zo="∽",Jo="⋍",Ko="⧅",Yo="\\",Xo="⟈",Qo="•",ea="•",ta="≎",ra="⪮",na="≏",ia="≎",oa="≏",aa="Ć",sa="ć",la="⩄",ua="⩉",ca="⩋",pa="∩",fa="⋒",da="⩇",ha="⩀",ma="ⅅ",ga="∩︀",ba="⁁",ya="ˇ",va="ℭ",wa="⩍",ka="Č",xa="č",Aa="Ç",_a="ç",Sa="Ĉ",Ea="ĉ",Ca="∰",Da="⩌",Ta="⩐",La="Ċ",Oa="ċ",qa="¸",Pa="¸",ja="⦲",$a="¢",Na="·",Ra="·",Ma="𝔠",Ua="ℭ",Fa="Ч",Ba="ч",Ia="✓",za="✓",Ha="Χ",Va="χ",Ga="ˆ",Wa="≗",Za="↺",Ja="↻",Ka="⊛",Ya="⊚",Xa="⊝",Qa="⊙",es="®",ts="Ⓢ",rs="⊖",ns="⊕",is="⊗",os="○",as="⧃",ss="≗",ls="⨐",us="⫯",cs="⧂",ps="∲",fs="”",ds="’",hs="♣",ms="♣",gs=":",bs="∷",ys="⩴",vs="≔",ws="≔",ks=",",xs="@",As="∁",_s="∘",Ss="∁",Es="ℂ",Cs="≅",Ds="⩭",Ts="≡",Ls="∮",Os="∯",qs="∮",Ps="𝕔",js="ℂ",$s="∐",Ns="∐",Rs="©",Ms="©",Us="℗",Fs="∳",Bs="↵",Is="✗",zs="⨯",Hs="𝒞",Vs="𝒸",Gs="⫏",Ws="⫑",Zs="⫐",Js="⫒",Ks="⋯",Ys="⤸",Xs="⤵",Qs="⋞",el="⋟",tl="↶",rl="⤽",nl="⩈",il="⩆",ol="≍",al="∪",sl="⋓",ll="⩊",ul="⊍",cl="⩅",pl="∪︀",fl="↷",dl="⤼",hl="⋞",ml="⋟",gl="⋎",bl="⋏",yl="¤",vl="↶",wl="↷",kl="⋎",xl="⋏",Al="∲",_l="∱",Sl="⌭",El="†",Cl="‡",Dl="ℸ",Tl="↓",Ll="↡",Ol="⇓",ql="‐",Pl="⫤",jl="⊣",$l="⤏",Nl="˝",Rl="Ď",Ml="ď",Ul="Д",Fl="д",Bl="‡",Il="⇊",zl="ⅅ",Hl="ⅆ",Vl="⤑",Gl="⩷",Wl="°",Zl="∇",Jl="Δ",Kl="δ",Yl="⦱",Xl="⥿",Ql="𝔇",eu="𝔡",tu="⥥",ru="⇃",nu="⇂",iu="´",ou="˙",au="˝",su="`",lu="˜",uu="⋄",cu="⋄",pu="⋄",fu="♦",du="♦",hu="¨",mu="ⅆ",gu="ϝ",bu="⋲",yu="÷",vu="÷",wu="⋇",ku="⋇",xu="Ђ",Au="ђ",_u="⌞",Su="⌍",Eu="$",Cu="𝔻",Du="𝕕",Tu="¨",Lu="˙",Ou="⃜",qu="≐",Pu="≑",ju="≐",$u="∸",Nu="∔",Ru="⊡",Mu="⌆",Uu="∯",Fu="¨",Bu="⇓",Iu="⇐",zu="⇔",Hu="⫤",Vu="⟸",Gu="⟺",Wu="⟹",Zu="⇒",Ju="⊨",Ku="⇑",Yu="⇕",Xu="∥",Qu="⤓",ec="↓",tc="↓",rc="⇓",nc="⇵",ic="̑",oc="⇊",ac="⇃",sc="⇂",lc="⥐",uc="⥞",cc="⥖",pc="↽",fc="⥟",dc="⥗",hc="⇁",mc="↧",gc="⊤",bc="⤐",yc="⌟",vc="⌌",wc="𝒟",kc="𝒹",xc="Ѕ",Ac="ѕ",_c="⧶",Sc="Đ",Ec="đ",Cc="⋱",Dc="▿",Tc="▾",Lc="⇵",Oc="⥯",qc="⦦",Pc="Џ",jc="џ",$c="⟿",Nc="É",Rc="é",Mc="⩮",Uc="Ě",Fc="ě",Bc="Ê",Ic="ê",zc="≖",Hc="≕",Vc="Э",Gc="э",Wc="⩷",Zc="Ė",Jc="ė",Kc="≑",Yc="ⅇ",Xc="≒",Qc="𝔈",ep="𝔢",tp="⪚",rp="È",np="è",ip="⪖",op="⪘",ap="⪙",sp="∈",lp="⏧",up="ℓ",cp="⪕",pp="⪗",fp="Ē",dp="ē",hp="∅",mp="∅",gp="◻",bp="∅",yp="▫",vp=" ",wp=" ",kp=" ",xp="Ŋ",Ap="ŋ",_p=" ",Sp="Ę",Ep="ę",Cp="𝔼",Dp="𝕖",Tp="⋕",Lp="⧣",Op="⩱",qp="ε",Pp="Ε",jp="ε",$p="ϵ",Np="≖",Rp="≕",Mp="≂",Up="⪖",Fp="⪕",Bp="⩵",Ip="=",zp="≂",Hp="≟",Vp="⇌",Gp="≡",Wp="⩸",Zp="⧥",Jp="⥱",Kp="≓",Yp="ℯ",Xp="ℰ",Qp="≐",ef="⩳",tf="≂",rf="Η",nf="η",of="Ð",af="ð",sf="Ë",lf="ë",uf="€",cf="!",pf="∃",ff="∃",df="ℰ",hf="ⅇ",mf="ⅇ",gf="≒",bf="Ф",yf="ф",vf="♀",wf="ffi",kf="ff",xf="ffl",Af="𝔉",_f="𝔣",Sf="fi",Ef="◼",Cf="▪",Df="fj",Tf="♭",Lf="fl",Of="▱",qf="ƒ",Pf="𝔽",jf="𝕗",$f="∀",Nf="∀",Rf="⋔",Mf="⫙",Uf="ℱ",Ff="⨍",Bf="½",If="⅓",zf="¼",Hf="⅕",Vf="⅙",Gf="⅛",Wf="⅔",Zf="⅖",Jf="¾",Kf="⅗",Yf="⅜",Xf="⅘",Qf="⅚",ed="⅝",td="⅞",rd="⁄",nd="⌢",id="𝒻",od="ℱ",ad="ǵ",sd="Γ",ld="γ",ud="Ϝ",cd="ϝ",pd="⪆",fd="Ğ",dd="ğ",hd="Ģ",md="Ĝ",gd="ĝ",bd="Г",yd="г",vd="Ġ",wd="ġ",kd="≥",xd="≧",Ad="⪌",_d="⋛",Sd="≥",Ed="≧",Cd="⩾",Dd="⪩",Td="⩾",Ld="⪀",Od="⪂",qd="⪄",Pd="⋛︀",jd="⪔",$d="𝔊",Nd="𝔤",Rd="≫",Md="⋙",Ud="⋙",Fd="ℷ",Bd="Ѓ",Id="ѓ",zd="⪥",Hd="≷",Vd="⪒",Gd="⪤",Wd="⪊",Zd="⪊",Jd="⪈",Kd="≩",Yd="⪈",Xd="≩",Qd="⋧",eh="𝔾",th="𝕘",rh="`",nh="≥",ih="⋛",oh="≧",ah="⪢",sh="≷",lh="⩾",uh="≳",ch="𝒢",ph="ℊ",fh="≳",dh="⪎",hh="⪐",mh="⪧",gh="⩺",bh=">",yh=">",vh="≫",wh="⋗",kh="⦕",xh="⩼",Ah="⪆",_h="⥸",Sh="⋗",Eh="⋛",Ch="⪌",Dh="≷",Th="≳",Lh="≩︀",Oh="≩︀",qh="ˇ",Ph=" ",jh="½",$h="ℋ",Nh="Ъ",Rh="ъ",Mh="⥈",Uh="↔",Fh="⇔",Bh="↭",Ih="^",zh="ℏ",Hh="Ĥ",Vh="ĥ",Gh="♥",Wh="♥",Zh="…",Jh="⊹",Kh="𝔥",Yh="ℌ",Xh="ℋ",Qh="⤥",em="⤦",tm="⇿",rm="∻",nm="↩",im="↪",om="𝕙",am="ℍ",sm="―",lm="─",um="𝒽",cm="ℋ",pm="ℏ",fm="Ħ",dm="ħ",hm="≎",mm="≏",gm="⁃",bm="‐",ym="Í",vm="í",wm="",km="Î",xm="î",Am="И",_m="и",Sm="İ",Em="Е",Cm="е",Dm="¡",Tm="⇔",Lm="𝔦",Om="ℑ",qm="Ì",Pm="ì",jm="ⅈ",$m="⨌",Nm="∭",Rm="⧜",Mm="℩",Um="IJ",Fm="ij",Bm="Ī",Im="ī",zm="ℑ",Hm="ⅈ",Vm="ℐ",Gm="ℑ",Wm="ı",Zm="ℑ",Jm="⊷",Km="Ƶ",Ym="⇒",Xm="℅",Qm="∞",eg="⧝",tg="ı",rg="⊺",ng="∫",ig="∬",og="ℤ",ag="∫",sg="⊺",lg="⋂",ug="⨗",cg="⨼",pg="",fg="",dg="Ё",hg="ё",mg="Į",gg="į",bg="𝕀",yg="𝕚",vg="Ι",wg="ι",kg="⨼",xg="¿",Ag="𝒾",_g="ℐ",Sg="∈",Eg="⋵",Cg="⋹",Dg="⋴",Tg="⋳",Lg="∈",Og="",qg="Ĩ",Pg="ĩ",jg="І",$g="і",Ng="Ï",Rg="ï",Mg="Ĵ",Ug="ĵ",Fg="Й",Bg="й",Ig="𝔍",zg="𝔧",Hg="ȷ",Vg="𝕁",Gg="𝕛",Wg="𝒥",Zg="𝒿",Jg="Ј",Kg="ј",Yg="Є",Xg="є",Qg="Κ",eb="κ",tb="ϰ",rb="Ķ",nb="ķ",ib="К",ob="к",ab="𝔎",sb="𝔨",lb="ĸ",ub="Х",cb="х",pb="Ќ",fb="ќ",db="𝕂",hb="𝕜",mb="𝒦",gb="𝓀",bb="⇚",yb="Ĺ",vb="ĺ",wb="⦴",kb="ℒ",xb="Λ",Ab="λ",_b="⟨",Sb="⟪",Eb="⦑",Cb="⟨",Db="⪅",Tb="ℒ",Lb="«",Ob="⇤",qb="⤟",Pb="←",jb="↞",$b="⇐",Nb="⤝",Rb="↩",Mb="↫",Ub="⤹",Fb="⥳",Bb="↢",Ib="⤙",zb="⤛",Hb="⪫",Vb="⪭",Gb="⪭︀",Wb="⤌",Zb="⤎",Jb="❲",Kb="{",Yb="[",Xb="⦋",Qb="⦏",ey="⦍",ty="Ľ",ry="ľ",ny="Ļ",iy="ļ",oy="⌈",ay="{",sy="Л",ly="л",uy="⤶",cy="“",py="„",fy="⥧",dy="⥋",hy="↲",my="≤",gy="≦",by="⟨",yy="⇤",vy="←",wy="←",ky="⇐",xy="⇆",Ay="↢",_y="⌈",Sy="⟦",Ey="⥡",Cy="⥙",Dy="⇃",Ty="⌊",Ly="↽",Oy="↼",qy="⇇",Py="↔",jy="↔",$y="⇔",Ny="⇆",Ry="⇋",My="↭",Uy="⥎",Fy="↤",By="⊣",Iy="⥚",zy="⋋",Hy="⧏",Vy="⊲",Gy="⊴",Wy="⥑",Zy="⥠",Jy="⥘",Ky="↿",Yy="⥒",Xy="↼",Qy="⪋",e0="⋚",t0="≤",r0="≦",n0="⩽",i0="⪨",o0="⩽",a0="⩿",s0="⪁",l0="⪃",u0="⋚︀",c0="⪓",p0="⪅",f0="⋖",d0="⋚",h0="⪋",m0="⋚",g0="≦",b0="≶",y0="≶",v0="⪡",w0="≲",k0="⩽",x0="≲",A0="⥼",_0="⌊",S0="𝔏",E0="𝔩",C0="≶",D0="⪑",T0="⥢",L0="↽",O0="↼",q0="⥪",P0="▄",j0="Љ",$0="љ",N0="⇇",R0="≪",M0="⋘",U0="⌞",F0="⇚",B0="⥫",I0="◺",z0="Ŀ",H0="ŀ",V0="⎰",G0="⎰",W0="⪉",Z0="⪉",J0="⪇",K0="≨",Y0="⪇",X0="≨",Q0="⋦",ev="⟬",tv="⇽",rv="⟦",nv="⟵",iv="⟵",ov="⟸",av="⟷",sv="⟷",lv="⟺",uv="⟼",cv="⟶",pv="⟶",fv="⟹",dv="↫",hv="↬",mv="⦅",gv="𝕃",bv="𝕝",yv="⨭",vv="⨴",wv="∗",kv="_",xv="↙",Av="↘",_v="◊",Sv="◊",Ev="⧫",Cv="(",Dv="⦓",Tv="⇆",Lv="⌟",Ov="⇋",qv="⥭",Pv="",jv="⊿",$v="‹",Nv="𝓁",Rv="ℒ",Mv="↰",Uv="↰",Fv="≲",Bv="⪍",Iv="⪏",zv="[",Hv="‘",Vv="‚",Gv="Ł",Wv="ł",Zv="⪦",Jv="⩹",Kv="<",Yv="<",Xv="≪",Qv="⋖",e1="⋋",t1="⋉",r1="⥶",n1="⩻",i1="◃",o1="⊴",a1="◂",s1="⦖",l1="⥊",u1="⥦",c1="≨︀",p1="≨︀",f1="¯",d1="♂",h1="✠",m1="✠",g1="↦",b1="↦",y1="↧",v1="↤",w1="↥",k1="▮",x1="⨩",A1="М",_1="м",S1="—",E1="∺",C1="∡",D1=" ",T1="ℳ",L1="𝔐",O1="𝔪",q1="℧",P1="µ",j1="*",$1="⫰",N1="∣",R1="·",M1="⊟",U1="−",F1="∸",B1="⨪",I1="∓",z1="⫛",H1="…",V1="∓",G1="⊧",W1="𝕄",Z1="𝕞",J1="∓",K1="𝓂",Y1="ℳ",X1="∾",Q1="Μ",ew="μ",tw="⊸",rw="⊸",nw="∇",iw="Ń",ow="ń",aw="∠⃒",sw="≉",lw="⩰̸",uw="≋̸",cw="ʼn",pw="≉",fw="♮",dw="ℕ",hw="♮",mw=" ",gw="≎̸",bw="≏̸",yw="⩃",vw="Ň",ww="ň",kw="Ņ",xw="ņ",Aw="≇",_w="⩭̸",Sw="⩂",Ew="Н",Cw="н",Dw="–",Tw="⤤",Lw="↗",Ow="⇗",qw="↗",Pw="≠",jw="≐̸",$w="",Nw="",Rw="",Mw="",Uw="≢",Fw="⤨",Bw="≂̸",Iw="≫",zw="≪",Hw=`
|
|
260
|
-
`,Vw="∄",Gw="∄",Ww="𝔑",Zw="𝔫",Jw="≧̸",Kw="≱",Yw="≱",Xw="≧̸",Qw="⩾̸",ek="⩾̸",tk="⋙̸",rk="≵",nk="≫⃒",ik="≯",ok="≯",ak="≫̸",sk="↮",lk="⇎",uk="⫲",ck="∋",pk="⋼",fk="⋺",dk="∋",hk="Њ",mk="њ",gk="↚",bk="⇍",yk="‥",vk="≦̸",wk="≰",kk="↚",xk="⇍",Ak="↮",_k="⇎",Sk="≰",Ek="≦̸",Ck="⩽̸",Dk="⩽̸",Tk="≮",Lk="⋘̸",Ok="≴",qk="≪⃒",Pk="≮",jk="⋪",$k="⋬",Nk="≪̸",Rk="∤",Mk="",Uk=" ",Fk="𝕟",Bk="ℕ",Ik="⫬",zk="¬",Hk="≢",Vk="≭",Gk="∦",Wk="∉",Zk="≠",Jk="≂̸",Kk="∄",Yk="≯",Xk="≱",Qk="≧̸",e2="≫̸",t2="≹",r2="⩾̸",n2="≵",i2="≎̸",o2="≏̸",a2="∉",s2="⋵̸",l2="⋹̸",u2="∉",c2="⋷",p2="⋶",f2="⧏̸",d2="⋪",h2="⋬",m2="≮",g2="≰",b2="≸",y2="≪̸",v2="⩽̸",w2="≴",k2="⪢̸",x2="⪡̸",A2="∌",_2="∌",S2="⋾",E2="⋽",C2="⊀",D2="⪯̸",T2="⋠",L2="∌",O2="⧐̸",q2="⋫",P2="⋭",j2="⊏̸",$2="⋢",N2="⊐̸",R2="⋣",M2="⊂⃒",U2="⊈",F2="⊁",B2="⪰̸",I2="⋡",z2="≿̸",H2="⊃⃒",V2="⊉",G2="≁",W2="≄",Z2="≇",J2="≉",K2="∤",Y2="∦",X2="∦",Q2="⫽⃥",ex="∂̸",tx="⨔",rx="⊀",nx="⋠",ix="⊀",ox="⪯̸",ax="⪯̸",sx="⤳̸",lx="↛",ux="⇏",cx="↝̸",px="↛",fx="⇏",dx="⋫",hx="⋭",mx="⊁",gx="⋡",bx="⪰̸",yx="𝒩",vx="𝓃",wx="∤",kx="∦",xx="≁",Ax="≄",_x="≄",Sx="∤",Ex="∦",Cx="⋢",Dx="⋣",Tx="⊄",Lx="⫅̸",Ox="⊈",qx="⊂⃒",Px="⊈",jx="⫅̸",$x="⊁",Nx="⪰̸",Rx="⊅",Mx="⫆̸",Ux="⊉",Fx="⊃⃒",Bx="⊉",Ix="⫆̸",zx="≹",Hx="Ñ",Vx="ñ",Gx="≸",Wx="⋪",Zx="⋬",Jx="⋫",Kx="⋭",Yx="Ν",Xx="ν",Qx="#",e4="№",t4=" ",r4="≍⃒",n4="⊬",i4="⊭",o4="⊮",a4="⊯",s4="≥⃒",l4=">⃒",u4="⤄",c4="⧞",p4="⤂",f4="≤⃒",d4="<⃒",h4="⊴⃒",m4="⤃",g4="⊵⃒",b4="∼⃒",y4="⤣",v4="↖",w4="⇖",k4="↖",x4="⤧",A4="Ó",_4="ó",S4="⊛",E4="Ô",C4="ô",D4="⊚",T4="О",L4="о",O4="⊝",q4="Ő",P4="ő",j4="⨸",$4="⊙",N4="⦼",R4="Œ",M4="œ",U4="⦿",F4="𝔒",B4="𝔬",I4="˛",z4="Ò",H4="ò",V4="⧁",G4="⦵",W4="Ω",Z4="∮",J4="↺",K4="⦾",Y4="⦻",X4="‾",Q4="⧀",eA="Ō",tA="ō",rA="Ω",nA="ω",iA="Ο",oA="ο",aA="⦶",sA="⊖",lA="𝕆",uA="𝕠",cA="⦷",pA="“",fA="‘",dA="⦹",hA="⊕",mA="↻",gA="⩔",bA="∨",yA="⩝",vA="ℴ",wA="ℴ",kA="ª",xA="º",AA="⊶",_A="⩖",SA="⩗",EA="⩛",CA="Ⓢ",DA="𝒪",TA="ℴ",LA="Ø",OA="ø",qA="⊘",PA="Õ",jA="õ",$A="⨶",NA="⨷",RA="⊗",MA="Ö",UA="ö",FA="⌽",BA="‾",IA="⏞",zA="⎴",HA="⏜",VA="¶",GA="∥",WA="∥",ZA="⫳",JA="⫽",KA="∂",YA="∂",XA="П",QA="п",e_="%",t_=".",r_="‰",n_="⊥",i_="‱",o_="𝔓",a_="𝔭",s_="Φ",l_="φ",u_="ϕ",c_="ℳ",p_="☎",f_="Π",d_="π",h_="⋔",m_="ϖ",g_="ℏ",b_="ℎ",y_="ℏ",v_="⨣",w_="⊞",k_="⨢",x_="+",A_="∔",__="⨥",S_="⩲",E_="±",C_="±",D_="⨦",T_="⨧",L_="±",O_="ℌ",q_="⨕",P_="𝕡",j_="ℙ",$_="£",N_="⪷",R_="⪻",M_="≺",U_="≼",F_="⪷",B_="≺",I_="≼",z_="≺",H_="⪯",V_="≼",G_="≾",W_="⪯",Z_="⪹",J_="⪵",K_="⋨",Y_="⪯",X_="⪳",Q_="≾",eS="′",tS="″",rS="ℙ",nS="⪹",iS="⪵",oS="⋨",aS="∏",sS="∏",lS="⌮",uS="⌒",cS="⌓",pS="∝",fS="∝",dS="∷",hS="∝",mS="≾",gS="⊰",bS="𝒫",yS="𝓅",vS="Ψ",wS="ψ",kS=" ",xS="𝔔",AS="𝔮",_S="⨌",SS="𝕢",ES="ℚ",CS="⁗",DS="𝒬",TS="𝓆",LS="ℍ",OS="⨖",qS="?",PS="≟",jS='"',$S='"',NS="⇛",RS="∽̱",MS="Ŕ",US="ŕ",FS="√",BS="⦳",IS="⟩",zS="⟫",HS="⦒",VS="⦥",GS="⟩",WS="»",ZS="⥵",JS="⇥",KS="⤠",YS="⤳",XS="→",QS="↠",e5="⇒",t5="⤞",r5="↪",n5="↬",i5="⥅",o5="⥴",a5="⤖",s5="↣",l5="↝",u5="⤚",c5="⤜",p5="∶",f5="ℚ",d5="⤍",h5="⤏",m5="⤐",g5="❳",b5="}",y5="]",v5="⦌",w5="⦎",k5="⦐",x5="Ř",A5="ř",_5="Ŗ",S5="ŗ",E5="⌉",C5="}",D5="Р",T5="р",L5="⤷",O5="⥩",q5="”",P5="”",j5="↳",$5="ℜ",N5="ℛ",R5="ℜ",M5="ℝ",U5="ℜ",F5="▭",B5="®",I5="®",z5="∋",H5="⇋",V5="⥯",G5="⥽",W5="⌋",Z5="𝔯",J5="ℜ",K5="⥤",Y5="⇁",X5="⇀",Q5="⥬",eE="Ρ",tE="ρ",rE="ϱ",nE="⟩",iE="⇥",oE="→",aE="→",sE="⇒",lE="⇄",uE="↣",cE="⌉",pE="⟧",fE="⥝",dE="⥕",hE="⇂",mE="⌋",gE="⇁",bE="⇀",yE="⇄",vE="⇌",wE="⇉",kE="↝",xE="↦",AE="⊢",_E="⥛",SE="⋌",EE="⧐",CE="⊳",DE="⊵",TE="⥏",LE="⥜",OE="⥔",qE="↾",PE="⥓",jE="⇀",$E="˚",NE="≓",RE="⇄",ME="⇌",UE="",FE="⎱",BE="⎱",IE="⫮",zE="⟭",HE="⇾",VE="⟧",GE="⦆",WE="𝕣",ZE="ℝ",JE="⨮",KE="⨵",YE="⥰",XE=")",QE="⦔",eC="⨒",tC="⇉",rC="⇛",nC="›",iC="𝓇",oC="ℛ",aC="↱",sC="↱",lC="]",uC="’",cC="’",pC="⋌",fC="⋊",dC="▹",hC="⊵",mC="▸",gC="⧎",bC="⧴",yC="⥨",vC="℞",wC="Ś",kC="ś",xC="‚",AC="⪸",_C="Š",SC="š",EC="⪼",CC="≻",DC="≽",TC="⪰",LC="⪴",OC="Ş",qC="ş",PC="Ŝ",jC="ŝ",$C="⪺",NC="⪶",RC="⋩",MC="⨓",UC="≿",FC="С",BC="с",IC="⊡",zC="⋅",HC="⩦",VC="⤥",GC="↘",WC="⇘",ZC="↘",JC="§",KC=";",YC="⤩",XC="∖",QC="∖",eD="✶",tD="𝔖",rD="𝔰",nD="⌢",iD="♯",oD="Щ",aD="щ",sD="Ш",lD="ш",uD="↓",cD="←",pD="∣",fD="∥",dD="→",hD="↑",mD="",gD="Σ",bD="σ",yD="ς",vD="ς",wD="∼",kD="⩪",xD="≃",AD="≃",_D="⪞",SD="⪠",ED="⪝",CD="⪟",DD="≆",TD="⨤",LD="⥲",OD="←",qD="∘",PD="∖",jD="⨳",$D="⧤",ND="∣",RD="⌣",MD="⪪",UD="⪬",FD="⪬︀",BD="Ь",ID="ь",zD="⌿",HD="⧄",VD="/",GD="𝕊",WD="𝕤",ZD="♠",JD="♠",KD="∥",YD="⊓",XD="⊓︀",QD="⊔",eT="⊔︀",tT="√",rT="⊏",nT="⊑",iT="⊏",oT="⊑",aT="⊐",sT="⊒",lT="⊐",uT="⊒",cT="□",pT="□",fT="⊓",dT="⊏",hT="⊑",mT="⊐",gT="⊒",bT="⊔",yT="▪",vT="□",wT="▪",kT="→",xT="𝒮",AT="𝓈",_T="∖",ST="⌣",ET="⋆",CT="⋆",DT="☆",TT="★",LT="ϵ",OT="ϕ",qT="¯",PT="⊂",jT="⋐",$T="⪽",NT="⫅",RT="⊆",MT="⫃",UT="⫁",FT="⫋",BT="⊊",IT="⪿",zT="⥹",HT="⊂",VT="⋐",GT="⊆",WT="⫅",ZT="⊆",JT="⊊",KT="⫋",YT="⫇",XT="⫕",QT="⫓",e6="⪸",t6="≻",r6="≽",n6="≻",i6="⪰",o6="≽",a6="≿",s6="⪰",l6="⪺",u6="⪶",c6="⋩",p6="≿",f6="∋",d6="∑",h6="∑",m6="♪",g6="¹",b6="²",y6="³",v6="⊃",w6="⋑",k6="⪾",x6="⫘",A6="⫆",_6="⊇",S6="⫄",E6="⊃",C6="⊇",D6="⟉",T6="⫗",L6="⥻",O6="⫂",q6="⫌",P6="⊋",j6="⫀",$6="⊃",N6="⋑",R6="⊇",M6="⫆",U6="⊋",F6="⫌",B6="⫈",I6="⫔",z6="⫖",H6="⤦",V6="↙",G6="⇙",W6="↙",Z6="⤪",J6="ß",K6=" ",Y6="⌖",X6="Τ",Q6="τ",eL="⎴",tL="Ť",rL="ť",nL="Ţ",iL="ţ",oL="Т",aL="т",sL="⃛",lL="⌕",uL="𝔗",cL="𝔱",pL="∴",fL="∴",dL="∴",hL="Θ",mL="θ",gL="ϑ",bL="ϑ",yL="≈",vL="∼",wL=" ",kL=" ",xL=" ",AL="≈",_L="∼",SL="Þ",EL="þ",CL="˜",DL="∼",TL="≃",LL="≅",OL="≈",qL="⨱",PL="⊠",jL="×",$L="⨰",NL="∭",RL="⤨",ML="⌶",UL="⫱",FL="⊤",BL="𝕋",IL="𝕥",zL="⫚",HL="⤩",VL="‴",GL="™",WL="™",ZL="▵",JL="▿",KL="◃",YL="⊴",XL="≜",QL="▹",eO="⊵",tO="◬",rO="≜",nO="⨺",iO="⃛",oO="⨹",aO="⧍",sO="⨻",lO="⏢",uO="𝒯",cO="𝓉",pO="Ц",fO="ц",dO="Ћ",hO="ћ",mO="Ŧ",gO="ŧ",bO="≬",yO="↞",vO="↠",wO="Ú",kO="ú",xO="↑",AO="↟",_O="⇑",SO="⥉",EO="Ў",CO="ў",DO="Ŭ",TO="ŭ",LO="Û",OO="û",qO="У",PO="у",jO="⇅",$O="Ű",NO="ű",RO="⥮",MO="⥾",UO="𝔘",FO="𝔲",BO="Ù",IO="ù",zO="⥣",HO="↿",VO="↾",GO="▀",WO="⌜",ZO="⌜",JO="⌏",KO="◸",YO="Ū",XO="ū",QO="¨",eq="_",tq="⏟",rq="⎵",nq="⏝",iq="⋃",oq="⊎",aq="Ų",sq="ų",lq="𝕌",uq="𝕦",cq="⤒",pq="↑",fq="↑",dq="⇑",hq="⇅",mq="↕",gq="↕",bq="⇕",yq="⥮",vq="↿",wq="↾",kq="⊎",xq="↖",Aq="↗",_q="υ",Sq="ϒ",Eq="ϒ",Cq="Υ",Dq="υ",Tq="↥",Lq="⊥",Oq="⇈",qq="⌝",Pq="⌝",jq="⌎",$q="Ů",Nq="ů",Rq="◹",Mq="𝒰",Uq="𝓊",Fq="⋰",Bq="Ũ",Iq="ũ",zq="▵",Hq="▴",Vq="⇈",Gq="Ü",Wq="ü",Zq="⦧",Jq="⦜",Kq="ϵ",Yq="ϰ",Xq="∅",Qq="ϕ",e8="ϖ",t8="∝",r8="↕",n8="⇕",i8="ϱ",o8="ς",a8="⊊︀",s8="⫋︀",l8="⊋︀",u8="⫌︀",c8="ϑ",p8="⊲",f8="⊳",d8="⫨",h8="⫫",m8="⫩",g8="В",b8="в",y8="⊢",v8="⊨",w8="⊩",k8="⊫",x8="⫦",A8="⊻",_8="∨",S8="⋁",E8="≚",C8="⋮",D8="|",T8="‖",L8="|",O8="‖",q8="∣",P8="|",j8="❘",$8="≀",N8=" ",R8="𝔙",M8="𝔳",U8="⊲",F8="⊂⃒",B8="⊃⃒",I8="𝕍",z8="𝕧",H8="∝",V8="⊳",G8="𝒱",W8="𝓋",Z8="⫋︀",J8="⊊︀",K8="⫌︀",Y8="⊋︀",X8="⊪",Q8="⦚",e3="Ŵ",t3="ŵ",r3="⩟",n3="∧",i3="⋀",o3="≙",a3="℘",s3="𝔚",l3="𝔴",u3="𝕎",c3="𝕨",p3="℘",f3="≀",d3="≀",h3="𝒲",m3="𝓌",g3="⋂",b3="◯",y3="⋃",v3="▽",w3="𝔛",k3="𝔵",x3="⟷",A3="⟺",_3="Ξ",S3="ξ",E3="⟵",C3="⟸",D3="⟼",T3="⋻",L3="⨀",O3="𝕏",q3="𝕩",P3="⨁",j3="⨂",$3="⟶",N3="⟹",R3="𝒳",M3="𝓍",U3="⨆",F3="⨄",B3="△",I3="⋁",z3="⋀",H3="Ý",V3="ý",G3="Я",W3="я",Z3="Ŷ",J3="ŷ",K3="Ы",Y3="ы",X3="¥",Q3="𝔜",eP="𝔶",tP="Ї",rP="ї",nP="𝕐",iP="𝕪",oP="𝒴",aP="𝓎",sP="Ю",lP="ю",uP="ÿ",cP="Ÿ",pP="Ź",fP="ź",dP="Ž",hP="ž",mP="З",gP="з",bP="Ż",yP="ż",vP="ℨ",wP="",kP="Ζ",xP="ζ",AP="𝔷",_P="ℨ",SP="Ж",EP="ж",CP="⇝",DP="𝕫",TP="ℤ",LP="𝒵",OP="𝓏",qP="",PP="",AM={Aacute:_,aacute:m,Abreve:L,abreve:O,ac:R,acd:j,acE:q,Acirc:F,acirc:B,acute:H,Acy:se,acy:U,AElig:te,aelig:I,af:G,Afr:X,afr:re,Agrave:ne,agrave:pe,alefsym:be,aleph:ve,Alpha:g,alpha:v,Amacr:T,amacr:N,amalg:Q,amp:Z,AMP:V,andand:J,And:ee,and:ye,andd:_e,andslope:je,andv:Ee,ang:$e,ange:it,angle:_t,angmsdaa:St,angmsdab:S,angmsdac:Et,angmsdad:en,angmsdae:tn,angmsdaf:rn,angmsdag:nn,angmsdah:on,angmsd:an,angrt:sn,angrtvb:ln,angrtvbd:un,angsph:cn,angst:pn,angzarr:fn,Aogon:dn,aogon:hn,Aopf:mn,aopf:gn,apacir:bn,ap:yn,apE:vn,ape:wn,apid:kn,apos:xn,ApplyFunction:An,approx:_n,approxeq:Sn,Aring:En,aring:Cn,Ascr:Dn,ascr:Tn,Assign:Ln,ast:On,asymp:qn,asympeq:Pn,Atilde:jn,atilde:$n,Auml:Nn,auml:Rn,awconint:Mn,awint:Un,backcong:Fn,backepsilon:Bn,backprime:In,backsim:zn,backsimeq:Hn,Backslash:Vn,Barv:Gn,barvee:Wn,barwed:Zn,Barwed:Jn,barwedge:Kn,bbrk:Yn,bbrktbrk:Xn,bcong:Qn,Bcy:ei,bcy:ti,bdquo:ri,becaus:ni,because:ii,Because:oi,bemptyv:ai,bepsi:si,bernou:li,Bernoullis:ui,Beta:ci,beta:pi,beth:fi,between:di,Bfr:hi,bfr:mi,bigcap:gi,bigcirc:bi,bigcup:yi,bigodot:vi,bigoplus:wi,bigotimes:ki,bigsqcup:xi,bigstar:Ai,bigtriangledown:_i,bigtriangleup:Si,biguplus:Ei,bigvee:Ci,bigwedge:Di,bkarow:Ti,blacklozenge:Li,blacksquare:Oi,blacktriangle:qi,blacktriangledown:Pi,blacktriangleleft:ji,blacktriangleright:$i,blank:Ni,blk12:Ri,blk14:Mi,blk34:Ui,block:Fi,bne:Bi,bnequiv:Ii,bNot:zi,bnot:Hi,Bopf:Vi,bopf:Gi,bot:Wi,bottom:Zi,bowtie:Ji,boxbox:Ki,boxdl:Yi,boxdL:Xi,boxDl:Qi,boxDL:eo,boxdr:to,boxdR:ro,boxDr:no,boxDR:io,boxh:oo,boxH:ao,boxhd:so,boxHd:lo,boxhD:uo,boxHD:co,boxhu:po,boxHu:fo,boxhU:ho,boxHU:mo,boxminus:go,boxplus:bo,boxtimes:yo,boxul:vo,boxuL:wo,boxUl:ko,boxUL:xo,boxur:Ao,boxuR:_o,boxUr:So,boxUR:Eo,boxv:Co,boxV:Do,boxvh:To,boxvH:Lo,boxVh:Oo,boxVH:qo,boxvl:Po,boxvL:jo,boxVl:$o,boxVL:No,boxvr:Ro,boxvR:Mo,boxVr:Uo,boxVR:Fo,bprime:Bo,breve:Io,Breve:zo,brvbar:Ho,bscr:Vo,Bscr:Go,bsemi:Wo,bsim:Zo,bsime:Jo,bsolb:Ko,bsol:Yo,bsolhsub:Xo,bull:Qo,bullet:ea,bump:ta,bumpE:ra,bumpe:na,Bumpeq:ia,bumpeq:oa,Cacute:aa,cacute:sa,capand:la,capbrcup:ua,capcap:ca,cap:pa,Cap:fa,capcup:da,capdot:ha,CapitalDifferentialD:ma,caps:ga,caret:ba,caron:ya,Cayleys:va,ccaps:wa,Ccaron:ka,ccaron:xa,Ccedil:Aa,ccedil:_a,Ccirc:Sa,ccirc:Ea,Cconint:Ca,ccups:Da,ccupssm:Ta,Cdot:La,cdot:Oa,cedil:qa,Cedilla:Pa,cemptyv:ja,cent:$a,centerdot:Na,CenterDot:Ra,cfr:Ma,Cfr:Ua,CHcy:Fa,chcy:Ba,check:Ia,checkmark:za,Chi:Ha,chi:Va,circ:Ga,circeq:Wa,circlearrowleft:Za,circlearrowright:Ja,circledast:Ka,circledcirc:Ya,circleddash:Xa,CircleDot:Qa,circledR:es,circledS:ts,CircleMinus:rs,CirclePlus:ns,CircleTimes:is,cir:os,cirE:as,cire:ss,cirfnint:ls,cirmid:us,cirscir:cs,ClockwiseContourIntegral:ps,CloseCurlyDoubleQuote:fs,CloseCurlyQuote:ds,clubs:hs,clubsuit:ms,colon:gs,Colon:bs,Colone:ys,colone:vs,coloneq:ws,comma:ks,commat:xs,comp:As,compfn:_s,complement:Ss,complexes:Es,cong:Cs,congdot:Ds,Congruent:Ts,conint:Ls,Conint:Os,ContourIntegral:qs,copf:Ps,Copf:js,coprod:$s,Coproduct:Ns,copy:Rs,COPY:Ms,copysr:Us,CounterClockwiseContourIntegral:Fs,crarr:Bs,cross:Is,Cross:zs,Cscr:Hs,cscr:Vs,csub:Gs,csube:Ws,csup:Zs,csupe:Js,ctdot:Ks,cudarrl:Ys,cudarrr:Xs,cuepr:Qs,cuesc:el,cularr:tl,cularrp:rl,cupbrcap:nl,cupcap:il,CupCap:ol,cup:al,Cup:sl,cupcup:ll,cupdot:ul,cupor:cl,cups:pl,curarr:fl,curarrm:dl,curlyeqprec:hl,curlyeqsucc:ml,curlyvee:gl,curlywedge:bl,curren:yl,curvearrowleft:vl,curvearrowright:wl,cuvee:kl,cuwed:xl,cwconint:Al,cwint:_l,cylcty:Sl,dagger:El,Dagger:Cl,daleth:Dl,darr:Tl,Darr:Ll,dArr:Ol,dash:ql,Dashv:Pl,dashv:jl,dbkarow:$l,dblac:Nl,Dcaron:Rl,dcaron:Ml,Dcy:Ul,dcy:Fl,ddagger:Bl,ddarr:Il,DD:zl,dd:Hl,DDotrahd:Vl,ddotseq:Gl,deg:Wl,Del:Zl,Delta:Jl,delta:Kl,demptyv:Yl,dfisht:Xl,Dfr:Ql,dfr:eu,dHar:tu,dharl:ru,dharr:nu,DiacriticalAcute:iu,DiacriticalDot:ou,DiacriticalDoubleAcute:au,DiacriticalGrave:su,DiacriticalTilde:lu,diam:uu,diamond:cu,Diamond:pu,diamondsuit:fu,diams:du,die:hu,DifferentialD:mu,digamma:gu,disin:bu,div:yu,divide:vu,divideontimes:wu,divonx:ku,DJcy:xu,djcy:Au,dlcorn:_u,dlcrop:Su,dollar:Eu,Dopf:Cu,dopf:Du,Dot:Tu,dot:Lu,DotDot:Ou,doteq:qu,doteqdot:Pu,DotEqual:ju,dotminus:$u,dotplus:Nu,dotsquare:Ru,doublebarwedge:Mu,DoubleContourIntegral:Uu,DoubleDot:Fu,DoubleDownArrow:Bu,DoubleLeftArrow:Iu,DoubleLeftRightArrow:zu,DoubleLeftTee:Hu,DoubleLongLeftArrow:Vu,DoubleLongLeftRightArrow:Gu,DoubleLongRightArrow:Wu,DoubleRightArrow:Zu,DoubleRightTee:Ju,DoubleUpArrow:Ku,DoubleUpDownArrow:Yu,DoubleVerticalBar:Xu,DownArrowBar:Qu,downarrow:ec,DownArrow:tc,Downarrow:rc,DownArrowUpArrow:nc,DownBreve:ic,downdownarrows:oc,downharpoonleft:ac,downharpoonright:sc,DownLeftRightVector:lc,DownLeftTeeVector:uc,DownLeftVectorBar:cc,DownLeftVector:pc,DownRightTeeVector:fc,DownRightVectorBar:dc,DownRightVector:hc,DownTeeArrow:mc,DownTee:gc,drbkarow:bc,drcorn:yc,drcrop:vc,Dscr:wc,dscr:kc,DScy:xc,dscy:Ac,dsol:_c,Dstrok:Sc,dstrok:Ec,dtdot:Cc,dtri:Dc,dtrif:Tc,duarr:Lc,duhar:Oc,dwangle:qc,DZcy:Pc,dzcy:jc,dzigrarr:$c,Eacute:Nc,eacute:Rc,easter:Mc,Ecaron:Uc,ecaron:Fc,Ecirc:Bc,ecirc:Ic,ecir:zc,ecolon:Hc,Ecy:Vc,ecy:Gc,eDDot:Wc,Edot:Zc,edot:Jc,eDot:Kc,ee:Yc,efDot:Xc,Efr:Qc,efr:ep,eg:tp,Egrave:rp,egrave:np,egs:ip,egsdot:op,el:ap,Element:sp,elinters:lp,ell:up,els:cp,elsdot:pp,Emacr:fp,emacr:dp,empty:hp,emptyset:mp,EmptySmallSquare:gp,emptyv:bp,EmptyVerySmallSquare:yp,emsp13:vp,emsp14:wp,emsp:kp,ENG:xp,eng:Ap,ensp:_p,Eogon:Sp,eogon:Ep,Eopf:Cp,eopf:Dp,epar:Tp,eparsl:Lp,eplus:Op,epsi:qp,Epsilon:Pp,epsilon:jp,epsiv:$p,eqcirc:Np,eqcolon:Rp,eqsim:Mp,eqslantgtr:Up,eqslantless:Fp,Equal:Bp,equals:Ip,EqualTilde:zp,equest:Hp,Equilibrium:Vp,equiv:Gp,equivDD:Wp,eqvparsl:Zp,erarr:Jp,erDot:Kp,escr:Yp,Escr:Xp,esdot:Qp,Esim:ef,esim:tf,Eta:rf,eta:nf,ETH:of,eth:af,Euml:sf,euml:lf,euro:uf,excl:cf,exist:pf,Exists:ff,expectation:df,exponentiale:hf,ExponentialE:mf,fallingdotseq:gf,Fcy:bf,fcy:yf,female:vf,ffilig:wf,fflig:kf,ffllig:xf,Ffr:Af,ffr:_f,filig:Sf,FilledSmallSquare:Ef,FilledVerySmallSquare:Cf,fjlig:Df,flat:Tf,fllig:Lf,fltns:Of,fnof:qf,Fopf:Pf,fopf:jf,forall:$f,ForAll:Nf,fork:Rf,forkv:Mf,Fouriertrf:Uf,fpartint:Ff,frac12:Bf,frac13:If,frac14:zf,frac15:Hf,frac16:Vf,frac18:Gf,frac23:Wf,frac25:Zf,frac34:Jf,frac35:Kf,frac38:Yf,frac45:Xf,frac56:Qf,frac58:ed,frac78:td,frasl:rd,frown:nd,fscr:id,Fscr:od,gacute:ad,Gamma:sd,gamma:ld,Gammad:ud,gammad:cd,gap:pd,Gbreve:fd,gbreve:dd,Gcedil:hd,Gcirc:md,gcirc:gd,Gcy:bd,gcy:yd,Gdot:vd,gdot:wd,ge:kd,gE:xd,gEl:Ad,gel:_d,geq:Sd,geqq:Ed,geqslant:Cd,gescc:Dd,ges:Td,gesdot:Ld,gesdoto:Od,gesdotol:qd,gesl:Pd,gesles:jd,Gfr:$d,gfr:Nd,gg:Rd,Gg:Md,ggg:Ud,gimel:Fd,GJcy:Bd,gjcy:Id,gla:zd,gl:Hd,glE:Vd,glj:Gd,gnap:Wd,gnapprox:Zd,gne:Jd,gnE:Kd,gneq:Yd,gneqq:Xd,gnsim:Qd,Gopf:eh,gopf:th,grave:rh,GreaterEqual:nh,GreaterEqualLess:ih,GreaterFullEqual:oh,GreaterGreater:ah,GreaterLess:sh,GreaterSlantEqual:lh,GreaterTilde:uh,Gscr:ch,gscr:ph,gsim:fh,gsime:dh,gsiml:hh,gtcc:mh,gtcir:gh,gt:bh,GT:yh,Gt:vh,gtdot:wh,gtlPar:kh,gtquest:xh,gtrapprox:Ah,gtrarr:_h,gtrdot:Sh,gtreqless:Eh,gtreqqless:Ch,gtrless:Dh,gtrsim:Th,gvertneqq:Lh,gvnE:Oh,Hacek:qh,hairsp:Ph,half:jh,hamilt:$h,HARDcy:Nh,hardcy:Rh,harrcir:Mh,harr:Uh,hArr:Fh,harrw:Bh,Hat:Ih,hbar:zh,Hcirc:Hh,hcirc:Vh,hearts:Gh,heartsuit:Wh,hellip:Zh,hercon:Jh,hfr:Kh,Hfr:Yh,HilbertSpace:Xh,hksearow:Qh,hkswarow:em,hoarr:tm,homtht:rm,hookleftarrow:nm,hookrightarrow:im,hopf:om,Hopf:am,horbar:sm,HorizontalLine:lm,hscr:um,Hscr:cm,hslash:pm,Hstrok:fm,hstrok:dm,HumpDownHump:hm,HumpEqual:mm,hybull:gm,hyphen:bm,Iacute:ym,iacute:vm,ic:wm,Icirc:km,icirc:xm,Icy:Am,icy:_m,Idot:Sm,IEcy:Em,iecy:Cm,iexcl:Dm,iff:Tm,ifr:Lm,Ifr:Om,Igrave:qm,igrave:Pm,ii:jm,iiiint:$m,iiint:Nm,iinfin:Rm,iiota:Mm,IJlig:Um,ijlig:Fm,Imacr:Bm,imacr:Im,image:zm,ImaginaryI:Hm,imagline:Vm,imagpart:Gm,imath:Wm,Im:Zm,imof:Jm,imped:Km,Implies:Ym,incare:Xm,in:"∈",infin:Qm,infintie:eg,inodot:tg,intcal:rg,int:ng,Int:ig,integers:og,Integral:ag,intercal:sg,Intersection:lg,intlarhk:ug,intprod:cg,InvisibleComma:pg,InvisibleTimes:fg,IOcy:dg,iocy:hg,Iogon:mg,iogon:gg,Iopf:bg,iopf:yg,Iota:vg,iota:wg,iprod:kg,iquest:xg,iscr:Ag,Iscr:_g,isin:Sg,isindot:Eg,isinE:Cg,isins:Dg,isinsv:Tg,isinv:Lg,it:Og,Itilde:qg,itilde:Pg,Iukcy:jg,iukcy:$g,Iuml:Ng,iuml:Rg,Jcirc:Mg,jcirc:Ug,Jcy:Fg,jcy:Bg,Jfr:Ig,jfr:zg,jmath:Hg,Jopf:Vg,jopf:Gg,Jscr:Wg,jscr:Zg,Jsercy:Jg,jsercy:Kg,Jukcy:Yg,jukcy:Xg,Kappa:Qg,kappa:eb,kappav:tb,Kcedil:rb,kcedil:nb,Kcy:ib,kcy:ob,Kfr:ab,kfr:sb,kgreen:lb,KHcy:ub,khcy:cb,KJcy:pb,kjcy:fb,Kopf:db,kopf:hb,Kscr:mb,kscr:gb,lAarr:bb,Lacute:yb,lacute:vb,laemptyv:wb,lagran:kb,Lambda:xb,lambda:Ab,lang:_b,Lang:Sb,langd:Eb,langle:Cb,lap:Db,Laplacetrf:Tb,laquo:Lb,larrb:Ob,larrbfs:qb,larr:Pb,Larr:jb,lArr:$b,larrfs:Nb,larrhk:Rb,larrlp:Mb,larrpl:Ub,larrsim:Fb,larrtl:Bb,latail:Ib,lAtail:zb,lat:Hb,late:Vb,lates:Gb,lbarr:Wb,lBarr:Zb,lbbrk:Jb,lbrace:Kb,lbrack:Yb,lbrke:Xb,lbrksld:Qb,lbrkslu:ey,Lcaron:ty,lcaron:ry,Lcedil:ny,lcedil:iy,lceil:oy,lcub:ay,Lcy:sy,lcy:ly,ldca:uy,ldquo:cy,ldquor:py,ldrdhar:fy,ldrushar:dy,ldsh:hy,le:my,lE:gy,LeftAngleBracket:by,LeftArrowBar:yy,leftarrow:vy,LeftArrow:wy,Leftarrow:ky,LeftArrowRightArrow:xy,leftarrowtail:Ay,LeftCeiling:_y,LeftDoubleBracket:Sy,LeftDownTeeVector:Ey,LeftDownVectorBar:Cy,LeftDownVector:Dy,LeftFloor:Ty,leftharpoondown:Ly,leftharpoonup:Oy,leftleftarrows:qy,leftrightarrow:Py,LeftRightArrow:jy,Leftrightarrow:$y,leftrightarrows:Ny,leftrightharpoons:Ry,leftrightsquigarrow:My,LeftRightVector:Uy,LeftTeeArrow:Fy,LeftTee:By,LeftTeeVector:Iy,leftthreetimes:zy,LeftTriangleBar:Hy,LeftTriangle:Vy,LeftTriangleEqual:Gy,LeftUpDownVector:Wy,LeftUpTeeVector:Zy,LeftUpVectorBar:Jy,LeftUpVector:Ky,LeftVectorBar:Yy,LeftVector:Xy,lEg:Qy,leg:e0,leq:t0,leqq:r0,leqslant:n0,lescc:i0,les:o0,lesdot:a0,lesdoto:s0,lesdotor:l0,lesg:u0,lesges:c0,lessapprox:p0,lessdot:f0,lesseqgtr:d0,lesseqqgtr:h0,LessEqualGreater:m0,LessFullEqual:g0,LessGreater:b0,lessgtr:y0,LessLess:v0,lesssim:w0,LessSlantEqual:k0,LessTilde:x0,lfisht:A0,lfloor:_0,Lfr:S0,lfr:E0,lg:C0,lgE:D0,lHar:T0,lhard:L0,lharu:O0,lharul:q0,lhblk:P0,LJcy:j0,ljcy:$0,llarr:N0,ll:R0,Ll:M0,llcorner:U0,Lleftarrow:F0,llhard:B0,lltri:I0,Lmidot:z0,lmidot:H0,lmoustache:V0,lmoust:G0,lnap:W0,lnapprox:Z0,lne:J0,lnE:K0,lneq:Y0,lneqq:X0,lnsim:Q0,loang:ev,loarr:tv,lobrk:rv,longleftarrow:nv,LongLeftArrow:iv,Longleftarrow:ov,longleftrightarrow:av,LongLeftRightArrow:sv,Longleftrightarrow:lv,longmapsto:uv,longrightarrow:cv,LongRightArrow:pv,Longrightarrow:fv,looparrowleft:dv,looparrowright:hv,lopar:mv,Lopf:gv,lopf:bv,loplus:yv,lotimes:vv,lowast:wv,lowbar:kv,LowerLeftArrow:xv,LowerRightArrow:Av,loz:_v,lozenge:Sv,lozf:Ev,lpar:Cv,lparlt:Dv,lrarr:Tv,lrcorner:Lv,lrhar:Ov,lrhard:qv,lrm:Pv,lrtri:jv,lsaquo:$v,lscr:Nv,Lscr:Rv,lsh:Mv,Lsh:Uv,lsim:Fv,lsime:Bv,lsimg:Iv,lsqb:zv,lsquo:Hv,lsquor:Vv,Lstrok:Gv,lstrok:Wv,ltcc:Zv,ltcir:Jv,lt:Kv,LT:Yv,Lt:Xv,ltdot:Qv,lthree:e1,ltimes:t1,ltlarr:r1,ltquest:n1,ltri:i1,ltrie:o1,ltrif:a1,ltrPar:s1,lurdshar:l1,luruhar:u1,lvertneqq:c1,lvnE:p1,macr:f1,male:d1,malt:h1,maltese:m1,Map:"⤅",map:g1,mapsto:b1,mapstodown:y1,mapstoleft:v1,mapstoup:w1,marker:k1,mcomma:x1,Mcy:A1,mcy:_1,mdash:S1,mDDot:E1,measuredangle:C1,MediumSpace:D1,Mellintrf:T1,Mfr:L1,mfr:O1,mho:q1,micro:P1,midast:j1,midcir:$1,mid:N1,middot:R1,minusb:M1,minus:U1,minusd:F1,minusdu:B1,MinusPlus:I1,mlcp:z1,mldr:H1,mnplus:V1,models:G1,Mopf:W1,mopf:Z1,mp:J1,mscr:K1,Mscr:Y1,mstpos:X1,Mu:Q1,mu:ew,multimap:tw,mumap:rw,nabla:nw,Nacute:iw,nacute:ow,nang:aw,nap:sw,napE:lw,napid:uw,napos:cw,napprox:pw,natural:fw,naturals:dw,natur:hw,nbsp:mw,nbump:gw,nbumpe:bw,ncap:yw,Ncaron:vw,ncaron:ww,Ncedil:kw,ncedil:xw,ncong:Aw,ncongdot:_w,ncup:Sw,Ncy:Ew,ncy:Cw,ndash:Dw,nearhk:Tw,nearr:Lw,neArr:Ow,nearrow:qw,ne:Pw,nedot:jw,NegativeMediumSpace:$w,NegativeThickSpace:Nw,NegativeThinSpace:Rw,NegativeVeryThinSpace:Mw,nequiv:Uw,nesear:Fw,nesim:Bw,NestedGreaterGreater:Iw,NestedLessLess:zw,NewLine:Hw,nexist:Vw,nexists:Gw,Nfr:Ww,nfr:Zw,ngE:Jw,nge:Kw,ngeq:Yw,ngeqq:Xw,ngeqslant:Qw,nges:ek,nGg:tk,ngsim:rk,nGt:nk,ngt:ik,ngtr:ok,nGtv:ak,nharr:sk,nhArr:lk,nhpar:uk,ni:ck,nis:pk,nisd:fk,niv:dk,NJcy:hk,njcy:mk,nlarr:gk,nlArr:bk,nldr:yk,nlE:vk,nle:wk,nleftarrow:kk,nLeftarrow:xk,nleftrightarrow:Ak,nLeftrightarrow:_k,nleq:Sk,nleqq:Ek,nleqslant:Ck,nles:Dk,nless:Tk,nLl:Lk,nlsim:Ok,nLt:qk,nlt:Pk,nltri:jk,nltrie:$k,nLtv:Nk,nmid:Rk,NoBreak:Mk,NonBreakingSpace:Uk,nopf:Fk,Nopf:Bk,Not:Ik,not:zk,NotCongruent:Hk,NotCupCap:Vk,NotDoubleVerticalBar:Gk,NotElement:Wk,NotEqual:Zk,NotEqualTilde:Jk,NotExists:Kk,NotGreater:Yk,NotGreaterEqual:Xk,NotGreaterFullEqual:Qk,NotGreaterGreater:e2,NotGreaterLess:t2,NotGreaterSlantEqual:r2,NotGreaterTilde:n2,NotHumpDownHump:i2,NotHumpEqual:o2,notin:a2,notindot:s2,notinE:l2,notinva:u2,notinvb:c2,notinvc:p2,NotLeftTriangleBar:f2,NotLeftTriangle:d2,NotLeftTriangleEqual:h2,NotLess:m2,NotLessEqual:g2,NotLessGreater:b2,NotLessLess:y2,NotLessSlantEqual:v2,NotLessTilde:w2,NotNestedGreaterGreater:k2,NotNestedLessLess:x2,notni:A2,notniva:_2,notnivb:S2,notnivc:E2,NotPrecedes:C2,NotPrecedesEqual:D2,NotPrecedesSlantEqual:T2,NotReverseElement:L2,NotRightTriangleBar:O2,NotRightTriangle:q2,NotRightTriangleEqual:P2,NotSquareSubset:j2,NotSquareSubsetEqual:$2,NotSquareSuperset:N2,NotSquareSupersetEqual:R2,NotSubset:M2,NotSubsetEqual:U2,NotSucceeds:F2,NotSucceedsEqual:B2,NotSucceedsSlantEqual:I2,NotSucceedsTilde:z2,NotSuperset:H2,NotSupersetEqual:V2,NotTilde:G2,NotTildeEqual:W2,NotTildeFullEqual:Z2,NotTildeTilde:J2,NotVerticalBar:K2,nparallel:Y2,npar:X2,nparsl:Q2,npart:ex,npolint:tx,npr:rx,nprcue:nx,nprec:ix,npreceq:ox,npre:ax,nrarrc:sx,nrarr:lx,nrArr:ux,nrarrw:cx,nrightarrow:px,nRightarrow:fx,nrtri:dx,nrtrie:hx,nsc:mx,nsccue:gx,nsce:bx,Nscr:yx,nscr:vx,nshortmid:wx,nshortparallel:kx,nsim:xx,nsime:Ax,nsimeq:_x,nsmid:Sx,nspar:Ex,nsqsube:Cx,nsqsupe:Dx,nsub:Tx,nsubE:Lx,nsube:Ox,nsubset:qx,nsubseteq:Px,nsubseteqq:jx,nsucc:$x,nsucceq:Nx,nsup:Rx,nsupE:Mx,nsupe:Ux,nsupset:Fx,nsupseteq:Bx,nsupseteqq:Ix,ntgl:zx,Ntilde:Hx,ntilde:Vx,ntlg:Gx,ntriangleleft:Wx,ntrianglelefteq:Zx,ntriangleright:Jx,ntrianglerighteq:Kx,Nu:Yx,nu:Xx,num:Qx,numero:e4,numsp:t4,nvap:r4,nvdash:n4,nvDash:i4,nVdash:o4,nVDash:a4,nvge:s4,nvgt:l4,nvHarr:u4,nvinfin:c4,nvlArr:p4,nvle:f4,nvlt:d4,nvltrie:h4,nvrArr:m4,nvrtrie:g4,nvsim:b4,nwarhk:y4,nwarr:v4,nwArr:w4,nwarrow:k4,nwnear:x4,Oacute:A4,oacute:_4,oast:S4,Ocirc:E4,ocirc:C4,ocir:D4,Ocy:T4,ocy:L4,odash:O4,Odblac:q4,odblac:P4,odiv:j4,odot:$4,odsold:N4,OElig:R4,oelig:M4,ofcir:U4,Ofr:F4,ofr:B4,ogon:I4,Ograve:z4,ograve:H4,ogt:V4,ohbar:G4,ohm:W4,oint:Z4,olarr:J4,olcir:K4,olcross:Y4,oline:X4,olt:Q4,Omacr:eA,omacr:tA,Omega:rA,omega:nA,Omicron:iA,omicron:oA,omid:aA,ominus:sA,Oopf:lA,oopf:uA,opar:cA,OpenCurlyDoubleQuote:pA,OpenCurlyQuote:fA,operp:dA,oplus:hA,orarr:mA,Or:gA,or:bA,ord:yA,order:vA,orderof:wA,ordf:kA,ordm:xA,origof:AA,oror:_A,orslope:SA,orv:EA,oS:CA,Oscr:DA,oscr:TA,Oslash:LA,oslash:OA,osol:qA,Otilde:PA,otilde:jA,otimesas:$A,Otimes:NA,otimes:RA,Ouml:MA,ouml:UA,ovbar:FA,OverBar:BA,OverBrace:IA,OverBracket:zA,OverParenthesis:HA,para:VA,parallel:GA,par:WA,parsim:ZA,parsl:JA,part:KA,PartialD:YA,Pcy:XA,pcy:QA,percnt:e_,period:t_,permil:r_,perp:n_,pertenk:i_,Pfr:o_,pfr:a_,Phi:s_,phi:l_,phiv:u_,phmmat:c_,phone:p_,Pi:f_,pi:d_,pitchfork:h_,piv:m_,planck:g_,planckh:b_,plankv:y_,plusacir:v_,plusb:w_,pluscir:k_,plus:x_,plusdo:A_,plusdu:__,pluse:S_,PlusMinus:E_,plusmn:C_,plussim:D_,plustwo:T_,pm:L_,Poincareplane:O_,pointint:q_,popf:P_,Popf:j_,pound:$_,prap:N_,Pr:R_,pr:M_,prcue:U_,precapprox:F_,prec:B_,preccurlyeq:I_,Precedes:z_,PrecedesEqual:H_,PrecedesSlantEqual:V_,PrecedesTilde:G_,preceq:W_,precnapprox:Z_,precneqq:J_,precnsim:K_,pre:Y_,prE:X_,precsim:Q_,prime:eS,Prime:tS,primes:rS,prnap:nS,prnE:iS,prnsim:oS,prod:aS,Product:sS,profalar:lS,profline:uS,profsurf:cS,prop:pS,Proportional:fS,Proportion:dS,propto:hS,prsim:mS,prurel:gS,Pscr:bS,pscr:yS,Psi:vS,psi:wS,puncsp:kS,Qfr:xS,qfr:AS,qint:_S,qopf:SS,Qopf:ES,qprime:CS,Qscr:DS,qscr:TS,quaternions:LS,quatint:OS,quest:qS,questeq:PS,quot:jS,QUOT:$S,rAarr:NS,race:RS,Racute:MS,racute:US,radic:FS,raemptyv:BS,rang:IS,Rang:zS,rangd:HS,range:VS,rangle:GS,raquo:WS,rarrap:ZS,rarrb:JS,rarrbfs:KS,rarrc:YS,rarr:XS,Rarr:QS,rArr:e5,rarrfs:t5,rarrhk:r5,rarrlp:n5,rarrpl:i5,rarrsim:o5,Rarrtl:a5,rarrtl:s5,rarrw:l5,ratail:u5,rAtail:c5,ratio:p5,rationals:f5,rbarr:d5,rBarr:h5,RBarr:m5,rbbrk:g5,rbrace:b5,rbrack:y5,rbrke:v5,rbrksld:w5,rbrkslu:k5,Rcaron:x5,rcaron:A5,Rcedil:_5,rcedil:S5,rceil:E5,rcub:C5,Rcy:D5,rcy:T5,rdca:L5,rdldhar:O5,rdquo:q5,rdquor:P5,rdsh:j5,real:$5,realine:N5,realpart:R5,reals:M5,Re:U5,rect:F5,reg:B5,REG:I5,ReverseElement:z5,ReverseEquilibrium:H5,ReverseUpEquilibrium:V5,rfisht:G5,rfloor:W5,rfr:Z5,Rfr:J5,rHar:K5,rhard:Y5,rharu:X5,rharul:Q5,Rho:eE,rho:tE,rhov:rE,RightAngleBracket:nE,RightArrowBar:iE,rightarrow:oE,RightArrow:aE,Rightarrow:sE,RightArrowLeftArrow:lE,rightarrowtail:uE,RightCeiling:cE,RightDoubleBracket:pE,RightDownTeeVector:fE,RightDownVectorBar:dE,RightDownVector:hE,RightFloor:mE,rightharpoondown:gE,rightharpoonup:bE,rightleftarrows:yE,rightleftharpoons:vE,rightrightarrows:wE,rightsquigarrow:kE,RightTeeArrow:xE,RightTee:AE,RightTeeVector:_E,rightthreetimes:SE,RightTriangleBar:EE,RightTriangle:CE,RightTriangleEqual:DE,RightUpDownVector:TE,RightUpTeeVector:LE,RightUpVectorBar:OE,RightUpVector:qE,RightVectorBar:PE,RightVector:jE,ring:$E,risingdotseq:NE,rlarr:RE,rlhar:ME,rlm:UE,rmoustache:FE,rmoust:BE,rnmid:IE,roang:zE,roarr:HE,robrk:VE,ropar:GE,ropf:WE,Ropf:ZE,roplus:JE,rotimes:KE,RoundImplies:YE,rpar:XE,rpargt:QE,rppolint:eC,rrarr:tC,Rrightarrow:rC,rsaquo:nC,rscr:iC,Rscr:oC,rsh:aC,Rsh:sC,rsqb:lC,rsquo:uC,rsquor:cC,rthree:pC,rtimes:fC,rtri:dC,rtrie:hC,rtrif:mC,rtriltri:gC,RuleDelayed:bC,ruluhar:yC,rx:vC,Sacute:wC,sacute:kC,sbquo:xC,scap:AC,Scaron:_C,scaron:SC,Sc:EC,sc:CC,sccue:DC,sce:TC,scE:LC,Scedil:OC,scedil:qC,Scirc:PC,scirc:jC,scnap:$C,scnE:NC,scnsim:RC,scpolint:MC,scsim:UC,Scy:FC,scy:BC,sdotb:IC,sdot:zC,sdote:HC,searhk:VC,searr:GC,seArr:WC,searrow:ZC,sect:JC,semi:KC,seswar:YC,setminus:XC,setmn:QC,sext:eD,Sfr:tD,sfr:rD,sfrown:nD,sharp:iD,SHCHcy:oD,shchcy:aD,SHcy:sD,shcy:lD,ShortDownArrow:uD,ShortLeftArrow:cD,shortmid:pD,shortparallel:fD,ShortRightArrow:dD,ShortUpArrow:hD,shy:mD,Sigma:gD,sigma:bD,sigmaf:yD,sigmav:vD,sim:wD,simdot:kD,sime:xD,simeq:AD,simg:_D,simgE:SD,siml:ED,simlE:CD,simne:DD,simplus:TD,simrarr:LD,slarr:OD,SmallCircle:qD,smallsetminus:PD,smashp:jD,smeparsl:$D,smid:ND,smile:RD,smt:MD,smte:UD,smtes:FD,SOFTcy:BD,softcy:ID,solbar:zD,solb:HD,sol:VD,Sopf:GD,sopf:WD,spades:ZD,spadesuit:JD,spar:KD,sqcap:YD,sqcaps:XD,sqcup:QD,sqcups:eT,Sqrt:tT,sqsub:rT,sqsube:nT,sqsubset:iT,sqsubseteq:oT,sqsup:aT,sqsupe:sT,sqsupset:lT,sqsupseteq:uT,square:cT,Square:pT,SquareIntersection:fT,SquareSubset:dT,SquareSubsetEqual:hT,SquareSuperset:mT,SquareSupersetEqual:gT,SquareUnion:bT,squarf:yT,squ:vT,squf:wT,srarr:kT,Sscr:xT,sscr:AT,ssetmn:_T,ssmile:ST,sstarf:ET,Star:CT,star:DT,starf:TT,straightepsilon:LT,straightphi:OT,strns:qT,sub:PT,Sub:jT,subdot:$T,subE:NT,sube:RT,subedot:MT,submult:UT,subnE:FT,subne:BT,subplus:IT,subrarr:zT,subset:HT,Subset:VT,subseteq:GT,subseteqq:WT,SubsetEqual:ZT,subsetneq:JT,subsetneqq:KT,subsim:YT,subsub:XT,subsup:QT,succapprox:e6,succ:t6,succcurlyeq:r6,Succeeds:n6,SucceedsEqual:i6,SucceedsSlantEqual:o6,SucceedsTilde:a6,succeq:s6,succnapprox:l6,succneqq:u6,succnsim:c6,succsim:p6,SuchThat:f6,sum:d6,Sum:h6,sung:m6,sup1:g6,sup2:b6,sup3:y6,sup:v6,Sup:w6,supdot:k6,supdsub:x6,supE:A6,supe:_6,supedot:S6,Superset:E6,SupersetEqual:C6,suphsol:D6,suphsub:T6,suplarr:L6,supmult:O6,supnE:q6,supne:P6,supplus:j6,supset:$6,Supset:N6,supseteq:R6,supseteqq:M6,supsetneq:U6,supsetneqq:F6,supsim:B6,supsub:I6,supsup:z6,swarhk:H6,swarr:V6,swArr:G6,swarrow:W6,swnwar:Z6,szlig:J6,Tab:K6,target:Y6,Tau:X6,tau:Q6,tbrk:eL,Tcaron:tL,tcaron:rL,Tcedil:nL,tcedil:iL,Tcy:oL,tcy:aL,tdot:sL,telrec:lL,Tfr:uL,tfr:cL,there4:pL,therefore:fL,Therefore:dL,Theta:hL,theta:mL,thetasym:gL,thetav:bL,thickapprox:yL,thicksim:vL,ThickSpace:wL,ThinSpace:kL,thinsp:xL,thkap:AL,thksim:_L,THORN:SL,thorn:EL,tilde:CL,Tilde:DL,TildeEqual:TL,TildeFullEqual:LL,TildeTilde:OL,timesbar:qL,timesb:PL,times:jL,timesd:$L,tint:NL,toea:RL,topbot:ML,topcir:UL,top:FL,Topf:BL,topf:IL,topfork:zL,tosa:HL,tprime:VL,trade:GL,TRADE:WL,triangle:ZL,triangledown:JL,triangleleft:KL,trianglelefteq:YL,triangleq:XL,triangleright:QL,trianglerighteq:eO,tridot:tO,trie:rO,triminus:nO,TripleDot:iO,triplus:oO,trisb:aO,tritime:sO,trpezium:lO,Tscr:uO,tscr:cO,TScy:pO,tscy:fO,TSHcy:dO,tshcy:hO,Tstrok:mO,tstrok:gO,twixt:bO,twoheadleftarrow:yO,twoheadrightarrow:vO,Uacute:wO,uacute:kO,uarr:xO,Uarr:AO,uArr:_O,Uarrocir:SO,Ubrcy:EO,ubrcy:CO,Ubreve:DO,ubreve:TO,Ucirc:LO,ucirc:OO,Ucy:qO,ucy:PO,udarr:jO,Udblac:$O,udblac:NO,udhar:RO,ufisht:MO,Ufr:UO,ufr:FO,Ugrave:BO,ugrave:IO,uHar:zO,uharl:HO,uharr:VO,uhblk:GO,ulcorn:WO,ulcorner:ZO,ulcrop:JO,ultri:KO,Umacr:YO,umacr:XO,uml:QO,UnderBar:eq,UnderBrace:tq,UnderBracket:rq,UnderParenthesis:nq,Union:iq,UnionPlus:oq,Uogon:aq,uogon:sq,Uopf:lq,uopf:uq,UpArrowBar:cq,uparrow:pq,UpArrow:fq,Uparrow:dq,UpArrowDownArrow:hq,updownarrow:mq,UpDownArrow:gq,Updownarrow:bq,UpEquilibrium:yq,upharpoonleft:vq,upharpoonright:wq,uplus:kq,UpperLeftArrow:xq,UpperRightArrow:Aq,upsi:_q,Upsi:Sq,upsih:Eq,Upsilon:Cq,upsilon:Dq,UpTeeArrow:Tq,UpTee:Lq,upuparrows:Oq,urcorn:qq,urcorner:Pq,urcrop:jq,Uring:$q,uring:Nq,urtri:Rq,Uscr:Mq,uscr:Uq,utdot:Fq,Utilde:Bq,utilde:Iq,utri:zq,utrif:Hq,uuarr:Vq,Uuml:Gq,uuml:Wq,uwangle:Zq,vangrt:Jq,varepsilon:Kq,varkappa:Yq,varnothing:Xq,varphi:Qq,varpi:e8,varpropto:t8,varr:r8,vArr:n8,varrho:i8,varsigma:o8,varsubsetneq:a8,varsubsetneqq:s8,varsupsetneq:l8,varsupsetneqq:u8,vartheta:c8,vartriangleleft:p8,vartriangleright:f8,vBar:d8,Vbar:h8,vBarv:m8,Vcy:g8,vcy:b8,vdash:y8,vDash:v8,Vdash:w8,VDash:k8,Vdashl:x8,veebar:A8,vee:_8,Vee:S8,veeeq:E8,vellip:C8,verbar:D8,Verbar:T8,vert:L8,Vert:O8,VerticalBar:q8,VerticalLine:P8,VerticalSeparator:j8,VerticalTilde:$8,VeryThinSpace:N8,Vfr:R8,vfr:M8,vltri:U8,vnsub:F8,vnsup:B8,Vopf:I8,vopf:z8,vprop:H8,vrtri:V8,Vscr:G8,vscr:W8,vsubnE:Z8,vsubne:J8,vsupnE:K8,vsupne:Y8,Vvdash:X8,vzigzag:Q8,Wcirc:e3,wcirc:t3,wedbar:r3,wedge:n3,Wedge:i3,wedgeq:o3,weierp:a3,Wfr:s3,wfr:l3,Wopf:u3,wopf:c3,wp:p3,wr:f3,wreath:d3,Wscr:h3,wscr:m3,xcap:g3,xcirc:b3,xcup:y3,xdtri:v3,Xfr:w3,xfr:k3,xharr:x3,xhArr:A3,Xi:_3,xi:S3,xlarr:E3,xlArr:C3,xmap:D3,xnis:T3,xodot:L3,Xopf:O3,xopf:q3,xoplus:P3,xotime:j3,xrarr:$3,xrArr:N3,Xscr:R3,xscr:M3,xsqcup:U3,xuplus:F3,xutri:B3,xvee:I3,xwedge:z3,Yacute:H3,yacute:V3,YAcy:G3,yacy:W3,Ycirc:Z3,ycirc:J3,Ycy:K3,ycy:Y3,yen:X3,Yfr:Q3,yfr:eP,YIcy:tP,yicy:rP,Yopf:nP,yopf:iP,Yscr:oP,yscr:aP,YUcy:sP,yucy:lP,yuml:uP,Yuml:cP,Zacute:pP,zacute:fP,Zcaron:dP,zcaron:hP,Zcy:mP,zcy:gP,Zdot:bP,zdot:yP,zeetrf:vP,ZeroWidthSpace:wP,Zeta:kP,zeta:xP,zfr:AP,Zfr:_P,ZHcy:SP,zhcy:EP,zigrarr:CP,zopf:DP,Zopf:TP,Zscr:LP,zscr:OP,zwj:qP,zwnj:PP},_M=Object.freeze({__proto__:null,Aacute:_,aacute:m,Abreve:L,abreve:O,ac:R,acd:j,acE:q,Acirc:F,acirc:B,acute:H,Acy:se,acy:U,AElig:te,aelig:I,af:G,Afr:X,afr:re,Agrave:ne,agrave:pe,alefsym:be,aleph:ve,Alpha:g,alpha:v,Amacr:T,amacr:N,amalg:Q,amp:Z,AMP:V,andand:J,And:ee,and:ye,andd:_e,andslope:je,andv:Ee,ang:$e,ange:it,angle:_t,angmsdaa:St,angmsdab:S,angmsdac:Et,angmsdad:en,angmsdae:tn,angmsdaf:rn,angmsdag:nn,angmsdah:on,angmsd:an,angrt:sn,angrtvb:ln,angrtvbd:un,angsph:cn,angst:pn,angzarr:fn,Aogon:dn,aogon:hn,Aopf:mn,aopf:gn,apacir:bn,ap:yn,apE:vn,ape:wn,apid:kn,apos:xn,ApplyFunction:An,approx:_n,approxeq:Sn,Aring:En,aring:Cn,Ascr:Dn,ascr:Tn,Assign:Ln,ast:On,asymp:qn,asympeq:Pn,Atilde:jn,atilde:$n,Auml:Nn,auml:Rn,awconint:Mn,awint:Un,backcong:Fn,backepsilon:Bn,backprime:In,backsim:zn,backsimeq:Hn,Backslash:Vn,Barv:Gn,barvee:Wn,barwed:Zn,Barwed:Jn,barwedge:Kn,bbrk:Yn,bbrktbrk:Xn,bcong:Qn,Bcy:ei,bcy:ti,bdquo:ri,becaus:ni,because:ii,Because:oi,bemptyv:ai,bepsi:si,bernou:li,Bernoullis:ui,Beta:ci,beta:pi,beth:fi,between:di,Bfr:hi,bfr:mi,bigcap:gi,bigcirc:bi,bigcup:yi,bigodot:vi,bigoplus:wi,bigotimes:ki,bigsqcup:xi,bigstar:Ai,bigtriangledown:_i,bigtriangleup:Si,biguplus:Ei,bigvee:Ci,bigwedge:Di,bkarow:Ti,blacklozenge:Li,blacksquare:Oi,blacktriangle:qi,blacktriangledown:Pi,blacktriangleleft:ji,blacktriangleright:$i,blank:Ni,blk12:Ri,blk14:Mi,blk34:Ui,block:Fi,bne:Bi,bnequiv:Ii,bNot:zi,bnot:Hi,Bopf:Vi,bopf:Gi,bot:Wi,bottom:Zi,bowtie:Ji,boxbox:Ki,boxdl:Yi,boxdL:Xi,boxDl:Qi,boxDL:eo,boxdr:to,boxdR:ro,boxDr:no,boxDR:io,boxh:oo,boxH:ao,boxhd:so,boxHd:lo,boxhD:uo,boxHD:co,boxhu:po,boxHu:fo,boxhU:ho,boxHU:mo,boxminus:go,boxplus:bo,boxtimes:yo,boxul:vo,boxuL:wo,boxUl:ko,boxUL:xo,boxur:Ao,boxuR:_o,boxUr:So,boxUR:Eo,boxv:Co,boxV:Do,boxvh:To,boxvH:Lo,boxVh:Oo,boxVH:qo,boxvl:Po,boxvL:jo,boxVl:$o,boxVL:No,boxvr:Ro,boxvR:Mo,boxVr:Uo,boxVR:Fo,bprime:Bo,breve:Io,Breve:zo,brvbar:Ho,bscr:Vo,Bscr:Go,bsemi:Wo,bsim:Zo,bsime:Jo,bsolb:Ko,bsol:Yo,bsolhsub:Xo,bull:Qo,bullet:ea,bump:ta,bumpE:ra,bumpe:na,Bumpeq:ia,bumpeq:oa,Cacute:aa,cacute:sa,capand:la,capbrcup:ua,capcap:ca,cap:pa,Cap:fa,capcup:da,capdot:ha,CapitalDifferentialD:ma,caps:ga,caret:ba,caron:ya,Cayleys:va,ccaps:wa,Ccaron:ka,ccaron:xa,Ccedil:Aa,ccedil:_a,Ccirc:Sa,ccirc:Ea,Cconint:Ca,ccups:Da,ccupssm:Ta,Cdot:La,cdot:Oa,cedil:qa,Cedilla:Pa,cemptyv:ja,cent:$a,centerdot:Na,CenterDot:Ra,cfr:Ma,Cfr:Ua,CHcy:Fa,chcy:Ba,check:Ia,checkmark:za,Chi:Ha,chi:Va,circ:Ga,circeq:Wa,circlearrowleft:Za,circlearrowright:Ja,circledast:Ka,circledcirc:Ya,circleddash:Xa,CircleDot:Qa,circledR:es,circledS:ts,CircleMinus:rs,CirclePlus:ns,CircleTimes:is,cir:os,cirE:as,cire:ss,cirfnint:ls,cirmid:us,cirscir:cs,ClockwiseContourIntegral:ps,CloseCurlyDoubleQuote:fs,CloseCurlyQuote:ds,clubs:hs,clubsuit:ms,colon:gs,Colon:bs,Colone:ys,colone:vs,coloneq:ws,comma:ks,commat:xs,comp:As,compfn:_s,complement:Ss,complexes:Es,cong:Cs,congdot:Ds,Congruent:Ts,conint:Ls,Conint:Os,ContourIntegral:qs,copf:Ps,Copf:js,coprod:$s,Coproduct:Ns,copy:Rs,COPY:Ms,copysr:Us,CounterClockwiseContourIntegral:Fs,crarr:Bs,cross:Is,Cross:zs,Cscr:Hs,cscr:Vs,csub:Gs,csube:Ws,csup:Zs,csupe:Js,ctdot:Ks,cudarrl:Ys,cudarrr:Xs,cuepr:Qs,cuesc:el,cularr:tl,cularrp:rl,cupbrcap:nl,cupcap:il,CupCap:ol,cup:al,Cup:sl,cupcup:ll,cupdot:ul,cupor:cl,cups:pl,curarr:fl,curarrm:dl,curlyeqprec:hl,curlyeqsucc:ml,curlyvee:gl,curlywedge:bl,curren:yl,curvearrowleft:vl,curvearrowright:wl,cuvee:kl,cuwed:xl,cwconint:Al,cwint:_l,cylcty:Sl,dagger:El,Dagger:Cl,daleth:Dl,darr:Tl,Darr:Ll,dArr:Ol,dash:ql,Dashv:Pl,dashv:jl,dbkarow:$l,dblac:Nl,Dcaron:Rl,dcaron:Ml,Dcy:Ul,dcy:Fl,ddagger:Bl,ddarr:Il,DD:zl,dd:Hl,DDotrahd:Vl,ddotseq:Gl,deg:Wl,Del:Zl,Delta:Jl,delta:Kl,demptyv:Yl,dfisht:Xl,Dfr:Ql,dfr:eu,dHar:tu,dharl:ru,dharr:nu,DiacriticalAcute:iu,DiacriticalDot:ou,DiacriticalDoubleAcute:au,DiacriticalGrave:su,DiacriticalTilde:lu,diam:uu,diamond:cu,Diamond:pu,diamondsuit:fu,diams:du,die:hu,DifferentialD:mu,digamma:gu,disin:bu,div:yu,divide:vu,divideontimes:wu,divonx:ku,DJcy:xu,djcy:Au,dlcorn:_u,dlcrop:Su,dollar:Eu,Dopf:Cu,dopf:Du,Dot:Tu,dot:Lu,DotDot:Ou,doteq:qu,doteqdot:Pu,DotEqual:ju,dotminus:$u,dotplus:Nu,dotsquare:Ru,doublebarwedge:Mu,DoubleContourIntegral:Uu,DoubleDot:Fu,DoubleDownArrow:Bu,DoubleLeftArrow:Iu,DoubleLeftRightArrow:zu,DoubleLeftTee:Hu,DoubleLongLeftArrow:Vu,DoubleLongLeftRightArrow:Gu,DoubleLongRightArrow:Wu,DoubleRightArrow:Zu,DoubleRightTee:Ju,DoubleUpArrow:Ku,DoubleUpDownArrow:Yu,DoubleVerticalBar:Xu,DownArrowBar:Qu,downarrow:ec,DownArrow:tc,Downarrow:rc,DownArrowUpArrow:nc,DownBreve:ic,downdownarrows:oc,downharpoonleft:ac,downharpoonright:sc,DownLeftRightVector:lc,DownLeftTeeVector:uc,DownLeftVectorBar:cc,DownLeftVector:pc,DownRightTeeVector:fc,DownRightVectorBar:dc,DownRightVector:hc,DownTeeArrow:mc,DownTee:gc,drbkarow:bc,drcorn:yc,drcrop:vc,Dscr:wc,dscr:kc,DScy:xc,dscy:Ac,dsol:_c,Dstrok:Sc,dstrok:Ec,dtdot:Cc,dtri:Dc,dtrif:Tc,duarr:Lc,duhar:Oc,dwangle:qc,DZcy:Pc,dzcy:jc,dzigrarr:$c,Eacute:Nc,eacute:Rc,easter:Mc,Ecaron:Uc,ecaron:Fc,Ecirc:Bc,ecirc:Ic,ecir:zc,ecolon:Hc,Ecy:Vc,ecy:Gc,eDDot:Wc,Edot:Zc,edot:Jc,eDot:Kc,ee:Yc,efDot:Xc,Efr:Qc,efr:ep,eg:tp,Egrave:rp,egrave:np,egs:ip,egsdot:op,el:ap,Element:sp,elinters:lp,ell:up,els:cp,elsdot:pp,Emacr:fp,emacr:dp,empty:hp,emptyset:mp,EmptySmallSquare:gp,emptyv:bp,EmptyVerySmallSquare:yp,emsp13:vp,emsp14:wp,emsp:kp,ENG:xp,eng:Ap,ensp:_p,Eogon:Sp,eogon:Ep,Eopf:Cp,eopf:Dp,epar:Tp,eparsl:Lp,eplus:Op,epsi:qp,Epsilon:Pp,epsilon:jp,epsiv:$p,eqcirc:Np,eqcolon:Rp,eqsim:Mp,eqslantgtr:Up,eqslantless:Fp,Equal:Bp,equals:Ip,EqualTilde:zp,equest:Hp,Equilibrium:Vp,equiv:Gp,equivDD:Wp,eqvparsl:Zp,erarr:Jp,erDot:Kp,escr:Yp,Escr:Xp,esdot:Qp,Esim:ef,esim:tf,Eta:rf,eta:nf,ETH:of,eth:af,Euml:sf,euml:lf,euro:uf,excl:cf,exist:pf,Exists:ff,expectation:df,exponentiale:hf,ExponentialE:mf,fallingdotseq:gf,Fcy:bf,fcy:yf,female:vf,ffilig:wf,fflig:kf,ffllig:xf,Ffr:Af,ffr:_f,filig:Sf,FilledSmallSquare:Ef,FilledVerySmallSquare:Cf,fjlig:Df,flat:Tf,fllig:Lf,fltns:Of,fnof:qf,Fopf:Pf,fopf:jf,forall:$f,ForAll:Nf,fork:Rf,forkv:Mf,Fouriertrf:Uf,fpartint:Ff,frac12:Bf,frac13:If,frac14:zf,frac15:Hf,frac16:Vf,frac18:Gf,frac23:Wf,frac25:Zf,frac34:Jf,frac35:Kf,frac38:Yf,frac45:Xf,frac56:Qf,frac58:ed,frac78:td,frasl:rd,frown:nd,fscr:id,Fscr:od,gacute:ad,Gamma:sd,gamma:ld,Gammad:ud,gammad:cd,gap:pd,Gbreve:fd,gbreve:dd,Gcedil:hd,Gcirc:md,gcirc:gd,Gcy:bd,gcy:yd,Gdot:vd,gdot:wd,ge:kd,gE:xd,gEl:Ad,gel:_d,geq:Sd,geqq:Ed,geqslant:Cd,gescc:Dd,ges:Td,gesdot:Ld,gesdoto:Od,gesdotol:qd,gesl:Pd,gesles:jd,Gfr:$d,gfr:Nd,gg:Rd,Gg:Md,ggg:Ud,gimel:Fd,GJcy:Bd,gjcy:Id,gla:zd,gl:Hd,glE:Vd,glj:Gd,gnap:Wd,gnapprox:Zd,gne:Jd,gnE:Kd,gneq:Yd,gneqq:Xd,gnsim:Qd,Gopf:eh,gopf:th,grave:rh,GreaterEqual:nh,GreaterEqualLess:ih,GreaterFullEqual:oh,GreaterGreater:ah,GreaterLess:sh,GreaterSlantEqual:lh,GreaterTilde:uh,Gscr:ch,gscr:ph,gsim:fh,gsime:dh,gsiml:hh,gtcc:mh,gtcir:gh,gt:bh,GT:yh,Gt:vh,gtdot:wh,gtlPar:kh,gtquest:xh,gtrapprox:Ah,gtrarr:_h,gtrdot:Sh,gtreqless:Eh,gtreqqless:Ch,gtrless:Dh,gtrsim:Th,gvertneqq:Lh,gvnE:Oh,Hacek:qh,hairsp:Ph,half:jh,hamilt:$h,HARDcy:Nh,hardcy:Rh,harrcir:Mh,harr:Uh,hArr:Fh,harrw:Bh,Hat:Ih,hbar:zh,Hcirc:Hh,hcirc:Vh,hearts:Gh,heartsuit:Wh,hellip:Zh,hercon:Jh,hfr:Kh,Hfr:Yh,HilbertSpace:Xh,hksearow:Qh,hkswarow:em,hoarr:tm,homtht:rm,hookleftarrow:nm,hookrightarrow:im,hopf:om,Hopf:am,horbar:sm,HorizontalLine:lm,hscr:um,Hscr:cm,hslash:pm,Hstrok:fm,hstrok:dm,HumpDownHump:hm,HumpEqual:mm,hybull:gm,hyphen:bm,Iacute:ym,iacute:vm,ic:wm,Icirc:km,icirc:xm,Icy:Am,icy:_m,Idot:Sm,IEcy:Em,iecy:Cm,iexcl:Dm,iff:Tm,ifr:Lm,Ifr:Om,Igrave:qm,igrave:Pm,ii:jm,iiiint:$m,iiint:Nm,iinfin:Rm,iiota:Mm,IJlig:Um,ijlig:Fm,Imacr:Bm,imacr:Im,image:zm,ImaginaryI:Hm,imagline:Vm,imagpart:Gm,imath:Wm,Im:Zm,imof:Jm,imped:Km,Implies:Ym,incare:Xm,infin:Qm,infintie:eg,inodot:tg,intcal:rg,int:ng,Int:ig,integers:og,Integral:ag,intercal:sg,Intersection:lg,intlarhk:ug,intprod:cg,InvisibleComma:pg,InvisibleTimes:fg,IOcy:dg,iocy:hg,Iogon:mg,iogon:gg,Iopf:bg,iopf:yg,Iota:vg,iota:wg,iprod:kg,iquest:xg,iscr:Ag,Iscr:_g,isin:Sg,isindot:Eg,isinE:Cg,isins:Dg,isinsv:Tg,isinv:Lg,it:Og,Itilde:qg,itilde:Pg,Iukcy:jg,iukcy:$g,Iuml:Ng,iuml:Rg,Jcirc:Mg,jcirc:Ug,Jcy:Fg,jcy:Bg,Jfr:Ig,jfr:zg,jmath:Hg,Jopf:Vg,jopf:Gg,Jscr:Wg,jscr:Zg,Jsercy:Jg,jsercy:Kg,Jukcy:Yg,jukcy:Xg,Kappa:Qg,kappa:eb,kappav:tb,Kcedil:rb,kcedil:nb,Kcy:ib,kcy:ob,Kfr:ab,kfr:sb,kgreen:lb,KHcy:ub,khcy:cb,KJcy:pb,kjcy:fb,Kopf:db,kopf:hb,Kscr:mb,kscr:gb,lAarr:bb,Lacute:yb,lacute:vb,laemptyv:wb,lagran:kb,Lambda:xb,lambda:Ab,lang:_b,Lang:Sb,langd:Eb,langle:Cb,lap:Db,Laplacetrf:Tb,laquo:Lb,larrb:Ob,larrbfs:qb,larr:Pb,Larr:jb,lArr:$b,larrfs:Nb,larrhk:Rb,larrlp:Mb,larrpl:Ub,larrsim:Fb,larrtl:Bb,latail:Ib,lAtail:zb,lat:Hb,late:Vb,lates:Gb,lbarr:Wb,lBarr:Zb,lbbrk:Jb,lbrace:Kb,lbrack:Yb,lbrke:Xb,lbrksld:Qb,lbrkslu:ey,Lcaron:ty,lcaron:ry,Lcedil:ny,lcedil:iy,lceil:oy,lcub:ay,Lcy:sy,lcy:ly,ldca:uy,ldquo:cy,ldquor:py,ldrdhar:fy,ldrushar:dy,ldsh:hy,le:my,lE:gy,LeftAngleBracket:by,LeftArrowBar:yy,leftarrow:vy,LeftArrow:wy,Leftarrow:ky,LeftArrowRightArrow:xy,leftarrowtail:Ay,LeftCeiling:_y,LeftDoubleBracket:Sy,LeftDownTeeVector:Ey,LeftDownVectorBar:Cy,LeftDownVector:Dy,LeftFloor:Ty,leftharpoondown:Ly,leftharpoonup:Oy,leftleftarrows:qy,leftrightarrow:Py,LeftRightArrow:jy,Leftrightarrow:$y,leftrightarrows:Ny,leftrightharpoons:Ry,leftrightsquigarrow:My,LeftRightVector:Uy,LeftTeeArrow:Fy,LeftTee:By,LeftTeeVector:Iy,leftthreetimes:zy,LeftTriangleBar:Hy,LeftTriangle:Vy,LeftTriangleEqual:Gy,LeftUpDownVector:Wy,LeftUpTeeVector:Zy,LeftUpVectorBar:Jy,LeftUpVector:Ky,LeftVectorBar:Yy,LeftVector:Xy,lEg:Qy,leg:e0,leq:t0,leqq:r0,leqslant:n0,lescc:i0,les:o0,lesdot:a0,lesdoto:s0,lesdotor:l0,lesg:u0,lesges:c0,lessapprox:p0,lessdot:f0,lesseqgtr:d0,lesseqqgtr:h0,LessEqualGreater:m0,LessFullEqual:g0,LessGreater:b0,lessgtr:y0,LessLess:v0,lesssim:w0,LessSlantEqual:k0,LessTilde:x0,lfisht:A0,lfloor:_0,Lfr:S0,lfr:E0,lg:C0,lgE:D0,lHar:T0,lhard:L0,lharu:O0,lharul:q0,lhblk:P0,LJcy:j0,ljcy:$0,llarr:N0,ll:R0,Ll:M0,llcorner:U0,Lleftarrow:F0,llhard:B0,lltri:I0,Lmidot:z0,lmidot:H0,lmoustache:V0,lmoust:G0,lnap:W0,lnapprox:Z0,lne:J0,lnE:K0,lneq:Y0,lneqq:X0,lnsim:Q0,loang:ev,loarr:tv,lobrk:rv,longleftarrow:nv,LongLeftArrow:iv,Longleftarrow:ov,longleftrightarrow:av,LongLeftRightArrow:sv,Longleftrightarrow:lv,longmapsto:uv,longrightarrow:cv,LongRightArrow:pv,Longrightarrow:fv,looparrowleft:dv,looparrowright:hv,lopar:mv,Lopf:gv,lopf:bv,loplus:yv,lotimes:vv,lowast:wv,lowbar:kv,LowerLeftArrow:xv,LowerRightArrow:Av,loz:_v,lozenge:Sv,lozf:Ev,lpar:Cv,lparlt:Dv,lrarr:Tv,lrcorner:Lv,lrhar:Ov,lrhard:qv,lrm:Pv,lrtri:jv,lsaquo:$v,lscr:Nv,Lscr:Rv,lsh:Mv,Lsh:Uv,lsim:Fv,lsime:Bv,lsimg:Iv,lsqb:zv,lsquo:Hv,lsquor:Vv,Lstrok:Gv,lstrok:Wv,ltcc:Zv,ltcir:Jv,lt:Kv,LT:Yv,Lt:Xv,ltdot:Qv,lthree:e1,ltimes:t1,ltlarr:r1,ltquest:n1,ltri:i1,ltrie:o1,ltrif:a1,ltrPar:s1,lurdshar:l1,luruhar:u1,lvertneqq:c1,lvnE:p1,macr:f1,male:d1,malt:h1,maltese:m1,map:g1,mapsto:b1,mapstodown:y1,mapstoleft:v1,mapstoup:w1,marker:k1,mcomma:x1,Mcy:A1,mcy:_1,mdash:S1,mDDot:E1,measuredangle:C1,MediumSpace:D1,Mellintrf:T1,Mfr:L1,mfr:O1,mho:q1,micro:P1,midast:j1,midcir:$1,mid:N1,middot:R1,minusb:M1,minus:U1,minusd:F1,minusdu:B1,MinusPlus:I1,mlcp:z1,mldr:H1,mnplus:V1,models:G1,Mopf:W1,mopf:Z1,mp:J1,mscr:K1,Mscr:Y1,mstpos:X1,Mu:Q1,mu:ew,multimap:tw,mumap:rw,nabla:nw,Nacute:iw,nacute:ow,nang:aw,nap:sw,napE:lw,napid:uw,napos:cw,napprox:pw,natural:fw,naturals:dw,natur:hw,nbsp:mw,nbump:gw,nbumpe:bw,ncap:yw,Ncaron:vw,ncaron:ww,Ncedil:kw,ncedil:xw,ncong:Aw,ncongdot:_w,ncup:Sw,Ncy:Ew,ncy:Cw,ndash:Dw,nearhk:Tw,nearr:Lw,neArr:Ow,nearrow:qw,ne:Pw,nedot:jw,NegativeMediumSpace:$w,NegativeThickSpace:Nw,NegativeThinSpace:Rw,NegativeVeryThinSpace:Mw,nequiv:Uw,nesear:Fw,nesim:Bw,NestedGreaterGreater:Iw,NestedLessLess:zw,NewLine:Hw,nexist:Vw,nexists:Gw,Nfr:Ww,nfr:Zw,ngE:Jw,nge:Kw,ngeq:Yw,ngeqq:Xw,ngeqslant:Qw,nges:ek,nGg:tk,ngsim:rk,nGt:nk,ngt:ik,ngtr:ok,nGtv:ak,nharr:sk,nhArr:lk,nhpar:uk,ni:ck,nis:pk,nisd:fk,niv:dk,NJcy:hk,njcy:mk,nlarr:gk,nlArr:bk,nldr:yk,nlE:vk,nle:wk,nleftarrow:kk,nLeftarrow:xk,nleftrightarrow:Ak,nLeftrightarrow:_k,nleq:Sk,nleqq:Ek,nleqslant:Ck,nles:Dk,nless:Tk,nLl:Lk,nlsim:Ok,nLt:qk,nlt:Pk,nltri:jk,nltrie:$k,nLtv:Nk,nmid:Rk,NoBreak:Mk,NonBreakingSpace:Uk,nopf:Fk,Nopf:Bk,Not:Ik,not:zk,NotCongruent:Hk,NotCupCap:Vk,NotDoubleVerticalBar:Gk,NotElement:Wk,NotEqual:Zk,NotEqualTilde:Jk,NotExists:Kk,NotGreater:Yk,NotGreaterEqual:Xk,NotGreaterFullEqual:Qk,NotGreaterGreater:e2,NotGreaterLess:t2,NotGreaterSlantEqual:r2,NotGreaterTilde:n2,NotHumpDownHump:i2,NotHumpEqual:o2,notin:a2,notindot:s2,notinE:l2,notinva:u2,notinvb:c2,notinvc:p2,NotLeftTriangleBar:f2,NotLeftTriangle:d2,NotLeftTriangleEqual:h2,NotLess:m2,NotLessEqual:g2,NotLessGreater:b2,NotLessLess:y2,NotLessSlantEqual:v2,NotLessTilde:w2,NotNestedGreaterGreater:k2,NotNestedLessLess:x2,notni:A2,notniva:_2,notnivb:S2,notnivc:E2,NotPrecedes:C2,NotPrecedesEqual:D2,NotPrecedesSlantEqual:T2,NotReverseElement:L2,NotRightTriangleBar:O2,NotRightTriangle:q2,NotRightTriangleEqual:P2,NotSquareSubset:j2,NotSquareSubsetEqual:$2,NotSquareSuperset:N2,NotSquareSupersetEqual:R2,NotSubset:M2,NotSubsetEqual:U2,NotSucceeds:F2,NotSucceedsEqual:B2,NotSucceedsSlantEqual:I2,NotSucceedsTilde:z2,NotSuperset:H2,NotSupersetEqual:V2,NotTilde:G2,NotTildeEqual:W2,NotTildeFullEqual:Z2,NotTildeTilde:J2,NotVerticalBar:K2,nparallel:Y2,npar:X2,nparsl:Q2,npart:ex,npolint:tx,npr:rx,nprcue:nx,nprec:ix,npreceq:ox,npre:ax,nrarrc:sx,nrarr:lx,nrArr:ux,nrarrw:cx,nrightarrow:px,nRightarrow:fx,nrtri:dx,nrtrie:hx,nsc:mx,nsccue:gx,nsce:bx,Nscr:yx,nscr:vx,nshortmid:wx,nshortparallel:kx,nsim:xx,nsime:Ax,nsimeq:_x,nsmid:Sx,nspar:Ex,nsqsube:Cx,nsqsupe:Dx,nsub:Tx,nsubE:Lx,nsube:Ox,nsubset:qx,nsubseteq:Px,nsubseteqq:jx,nsucc:$x,nsucceq:Nx,nsup:Rx,nsupE:Mx,nsupe:Ux,nsupset:Fx,nsupseteq:Bx,nsupseteqq:Ix,ntgl:zx,Ntilde:Hx,ntilde:Vx,ntlg:Gx,ntriangleleft:Wx,ntrianglelefteq:Zx,ntriangleright:Jx,ntrianglerighteq:Kx,Nu:Yx,nu:Xx,num:Qx,numero:e4,numsp:t4,nvap:r4,nvdash:n4,nvDash:i4,nVdash:o4,nVDash:a4,nvge:s4,nvgt:l4,nvHarr:u4,nvinfin:c4,nvlArr:p4,nvle:f4,nvlt:d4,nvltrie:h4,nvrArr:m4,nvrtrie:g4,nvsim:b4,nwarhk:y4,nwarr:v4,nwArr:w4,nwarrow:k4,nwnear:x4,Oacute:A4,oacute:_4,oast:S4,Ocirc:E4,ocirc:C4,ocir:D4,Ocy:T4,ocy:L4,odash:O4,Odblac:q4,odblac:P4,odiv:j4,odot:$4,odsold:N4,OElig:R4,oelig:M4,ofcir:U4,Ofr:F4,ofr:B4,ogon:I4,Ograve:z4,ograve:H4,ogt:V4,ohbar:G4,ohm:W4,oint:Z4,olarr:J4,olcir:K4,olcross:Y4,oline:X4,olt:Q4,Omacr:eA,omacr:tA,Omega:rA,omega:nA,Omicron:iA,omicron:oA,omid:aA,ominus:sA,Oopf:lA,oopf:uA,opar:cA,OpenCurlyDoubleQuote:pA,OpenCurlyQuote:fA,operp:dA,oplus:hA,orarr:mA,Or:gA,or:bA,ord:yA,order:vA,orderof:wA,ordf:kA,ordm:xA,origof:AA,oror:_A,orslope:SA,orv:EA,oS:CA,Oscr:DA,oscr:TA,Oslash:LA,oslash:OA,osol:qA,Otilde:PA,otilde:jA,otimesas:$A,Otimes:NA,otimes:RA,Ouml:MA,ouml:UA,ovbar:FA,OverBar:BA,OverBrace:IA,OverBracket:zA,OverParenthesis:HA,para:VA,parallel:GA,par:WA,parsim:ZA,parsl:JA,part:KA,PartialD:YA,Pcy:XA,pcy:QA,percnt:e_,period:t_,permil:r_,perp:n_,pertenk:i_,Pfr:o_,pfr:a_,Phi:s_,phi:l_,phiv:u_,phmmat:c_,phone:p_,Pi:f_,pi:d_,pitchfork:h_,piv:m_,planck:g_,planckh:b_,plankv:y_,plusacir:v_,plusb:w_,pluscir:k_,plus:x_,plusdo:A_,plusdu:__,pluse:S_,PlusMinus:E_,plusmn:C_,plussim:D_,plustwo:T_,pm:L_,Poincareplane:O_,pointint:q_,popf:P_,Popf:j_,pound:$_,prap:N_,Pr:R_,pr:M_,prcue:U_,precapprox:F_,prec:B_,preccurlyeq:I_,Precedes:z_,PrecedesEqual:H_,PrecedesSlantEqual:V_,PrecedesTilde:G_,preceq:W_,precnapprox:Z_,precneqq:J_,precnsim:K_,pre:Y_,prE:X_,precsim:Q_,prime:eS,Prime:tS,primes:rS,prnap:nS,prnE:iS,prnsim:oS,prod:aS,Product:sS,profalar:lS,profline:uS,profsurf:cS,prop:pS,Proportional:fS,Proportion:dS,propto:hS,prsim:mS,prurel:gS,Pscr:bS,pscr:yS,Psi:vS,psi:wS,puncsp:kS,Qfr:xS,qfr:AS,qint:_S,qopf:SS,Qopf:ES,qprime:CS,Qscr:DS,qscr:TS,quaternions:LS,quatint:OS,quest:qS,questeq:PS,quot:jS,QUOT:$S,rAarr:NS,race:RS,Racute:MS,racute:US,radic:FS,raemptyv:BS,rang:IS,Rang:zS,rangd:HS,range:VS,rangle:GS,raquo:WS,rarrap:ZS,rarrb:JS,rarrbfs:KS,rarrc:YS,rarr:XS,Rarr:QS,rArr:e5,rarrfs:t5,rarrhk:r5,rarrlp:n5,rarrpl:i5,rarrsim:o5,Rarrtl:a5,rarrtl:s5,rarrw:l5,ratail:u5,rAtail:c5,ratio:p5,rationals:f5,rbarr:d5,rBarr:h5,RBarr:m5,rbbrk:g5,rbrace:b5,rbrack:y5,rbrke:v5,rbrksld:w5,rbrkslu:k5,Rcaron:x5,rcaron:A5,Rcedil:_5,rcedil:S5,rceil:E5,rcub:C5,Rcy:D5,rcy:T5,rdca:L5,rdldhar:O5,rdquo:q5,rdquor:P5,rdsh:j5,real:$5,realine:N5,realpart:R5,reals:M5,Re:U5,rect:F5,reg:B5,REG:I5,ReverseElement:z5,ReverseEquilibrium:H5,ReverseUpEquilibrium:V5,rfisht:G5,rfloor:W5,rfr:Z5,Rfr:J5,rHar:K5,rhard:Y5,rharu:X5,rharul:Q5,Rho:eE,rho:tE,rhov:rE,RightAngleBracket:nE,RightArrowBar:iE,rightarrow:oE,RightArrow:aE,Rightarrow:sE,RightArrowLeftArrow:lE,rightarrowtail:uE,RightCeiling:cE,RightDoubleBracket:pE,RightDownTeeVector:fE,RightDownVectorBar:dE,RightDownVector:hE,RightFloor:mE,rightharpoondown:gE,rightharpoonup:bE,rightleftarrows:yE,rightleftharpoons:vE,rightrightarrows:wE,rightsquigarrow:kE,RightTeeArrow:xE,RightTee:AE,RightTeeVector:_E,rightthreetimes:SE,RightTriangleBar:EE,RightTriangle:CE,RightTriangleEqual:DE,RightUpDownVector:TE,RightUpTeeVector:LE,RightUpVectorBar:OE,RightUpVector:qE,RightVectorBar:PE,RightVector:jE,ring:$E,risingdotseq:NE,rlarr:RE,rlhar:ME,rlm:UE,rmoustache:FE,rmoust:BE,rnmid:IE,roang:zE,roarr:HE,robrk:VE,ropar:GE,ropf:WE,Ropf:ZE,roplus:JE,rotimes:KE,RoundImplies:YE,rpar:XE,rpargt:QE,rppolint:eC,rrarr:tC,Rrightarrow:rC,rsaquo:nC,rscr:iC,Rscr:oC,rsh:aC,Rsh:sC,rsqb:lC,rsquo:uC,rsquor:cC,rthree:pC,rtimes:fC,rtri:dC,rtrie:hC,rtrif:mC,rtriltri:gC,RuleDelayed:bC,ruluhar:yC,rx:vC,Sacute:wC,sacute:kC,sbquo:xC,scap:AC,Scaron:_C,scaron:SC,Sc:EC,sc:CC,sccue:DC,sce:TC,scE:LC,Scedil:OC,scedil:qC,Scirc:PC,scirc:jC,scnap:$C,scnE:NC,scnsim:RC,scpolint:MC,scsim:UC,Scy:FC,scy:BC,sdotb:IC,sdot:zC,sdote:HC,searhk:VC,searr:GC,seArr:WC,searrow:ZC,sect:JC,semi:KC,seswar:YC,setminus:XC,setmn:QC,sext:eD,Sfr:tD,sfr:rD,sfrown:nD,sharp:iD,SHCHcy:oD,shchcy:aD,SHcy:sD,shcy:lD,ShortDownArrow:uD,ShortLeftArrow:cD,shortmid:pD,shortparallel:fD,ShortRightArrow:dD,ShortUpArrow:hD,shy:mD,Sigma:gD,sigma:bD,sigmaf:yD,sigmav:vD,sim:wD,simdot:kD,sime:xD,simeq:AD,simg:_D,simgE:SD,siml:ED,simlE:CD,simne:DD,simplus:TD,simrarr:LD,slarr:OD,SmallCircle:qD,smallsetminus:PD,smashp:jD,smeparsl:$D,smid:ND,smile:RD,smt:MD,smte:UD,smtes:FD,SOFTcy:BD,softcy:ID,solbar:zD,solb:HD,sol:VD,Sopf:GD,sopf:WD,spades:ZD,spadesuit:JD,spar:KD,sqcap:YD,sqcaps:XD,sqcup:QD,sqcups:eT,Sqrt:tT,sqsub:rT,sqsube:nT,sqsubset:iT,sqsubseteq:oT,sqsup:aT,sqsupe:sT,sqsupset:lT,sqsupseteq:uT,square:cT,Square:pT,SquareIntersection:fT,SquareSubset:dT,SquareSubsetEqual:hT,SquareSuperset:mT,SquareSupersetEqual:gT,SquareUnion:bT,squarf:yT,squ:vT,squf:wT,srarr:kT,Sscr:xT,sscr:AT,ssetmn:_T,ssmile:ST,sstarf:ET,Star:CT,star:DT,starf:TT,straightepsilon:LT,straightphi:OT,strns:qT,sub:PT,Sub:jT,subdot:$T,subE:NT,sube:RT,subedot:MT,submult:UT,subnE:FT,subne:BT,subplus:IT,subrarr:zT,subset:HT,Subset:VT,subseteq:GT,subseteqq:WT,SubsetEqual:ZT,subsetneq:JT,subsetneqq:KT,subsim:YT,subsub:XT,subsup:QT,succapprox:e6,succ:t6,succcurlyeq:r6,Succeeds:n6,SucceedsEqual:i6,SucceedsSlantEqual:o6,SucceedsTilde:a6,succeq:s6,succnapprox:l6,succneqq:u6,succnsim:c6,succsim:p6,SuchThat:f6,sum:d6,Sum:h6,sung:m6,sup1:g6,sup2:b6,sup3:y6,sup:v6,Sup:w6,supdot:k6,supdsub:x6,supE:A6,supe:_6,supedot:S6,Superset:E6,SupersetEqual:C6,suphsol:D6,suphsub:T6,suplarr:L6,supmult:O6,supnE:q6,supne:P6,supplus:j6,supset:$6,Supset:N6,supseteq:R6,supseteqq:M6,supsetneq:U6,supsetneqq:F6,supsim:B6,supsub:I6,supsup:z6,swarhk:H6,swarr:V6,swArr:G6,swarrow:W6,swnwar:Z6,szlig:J6,Tab:K6,target:Y6,Tau:X6,tau:Q6,tbrk:eL,Tcaron:tL,tcaron:rL,Tcedil:nL,tcedil:iL,Tcy:oL,tcy:aL,tdot:sL,telrec:lL,Tfr:uL,tfr:cL,there4:pL,therefore:fL,Therefore:dL,Theta:hL,theta:mL,thetasym:gL,thetav:bL,thickapprox:yL,thicksim:vL,ThickSpace:wL,ThinSpace:kL,thinsp:xL,thkap:AL,thksim:_L,THORN:SL,thorn:EL,tilde:CL,Tilde:DL,TildeEqual:TL,TildeFullEqual:LL,TildeTilde:OL,timesbar:qL,timesb:PL,times:jL,timesd:$L,tint:NL,toea:RL,topbot:ML,topcir:UL,top:FL,Topf:BL,topf:IL,topfork:zL,tosa:HL,tprime:VL,trade:GL,TRADE:WL,triangle:ZL,triangledown:JL,triangleleft:KL,trianglelefteq:YL,triangleq:XL,triangleright:QL,trianglerighteq:eO,tridot:tO,trie:rO,triminus:nO,TripleDot:iO,triplus:oO,trisb:aO,tritime:sO,trpezium:lO,Tscr:uO,tscr:cO,TScy:pO,tscy:fO,TSHcy:dO,tshcy:hO,Tstrok:mO,tstrok:gO,twixt:bO,twoheadleftarrow:yO,twoheadrightarrow:vO,Uacute:wO,uacute:kO,uarr:xO,Uarr:AO,uArr:_O,Uarrocir:SO,Ubrcy:EO,ubrcy:CO,Ubreve:DO,ubreve:TO,Ucirc:LO,ucirc:OO,Ucy:qO,ucy:PO,udarr:jO,Udblac:$O,udblac:NO,udhar:RO,ufisht:MO,Ufr:UO,ufr:FO,Ugrave:BO,ugrave:IO,uHar:zO,uharl:HO,uharr:VO,uhblk:GO,ulcorn:WO,ulcorner:ZO,ulcrop:JO,ultri:KO,Umacr:YO,umacr:XO,uml:QO,UnderBar:eq,UnderBrace:tq,UnderBracket:rq,UnderParenthesis:nq,Union:iq,UnionPlus:oq,Uogon:aq,uogon:sq,Uopf:lq,uopf:uq,UpArrowBar:cq,uparrow:pq,UpArrow:fq,Uparrow:dq,UpArrowDownArrow:hq,updownarrow:mq,UpDownArrow:gq,Updownarrow:bq,UpEquilibrium:yq,upharpoonleft:vq,upharpoonright:wq,uplus:kq,UpperLeftArrow:xq,UpperRightArrow:Aq,upsi:_q,Upsi:Sq,upsih:Eq,Upsilon:Cq,upsilon:Dq,UpTeeArrow:Tq,UpTee:Lq,upuparrows:Oq,urcorn:qq,urcorner:Pq,urcrop:jq,Uring:$q,uring:Nq,urtri:Rq,Uscr:Mq,uscr:Uq,utdot:Fq,Utilde:Bq,utilde:Iq,utri:zq,utrif:Hq,uuarr:Vq,Uuml:Gq,uuml:Wq,uwangle:Zq,vangrt:Jq,varepsilon:Kq,varkappa:Yq,varnothing:Xq,varphi:Qq,varpi:e8,varpropto:t8,varr:r8,vArr:n8,varrho:i8,varsigma:o8,varsubsetneq:a8,varsubsetneqq:s8,varsupsetneq:l8,varsupsetneqq:u8,vartheta:c8,vartriangleleft:p8,vartriangleright:f8,vBar:d8,Vbar:h8,vBarv:m8,Vcy:g8,vcy:b8,vdash:y8,vDash:v8,Vdash:w8,VDash:k8,Vdashl:x8,veebar:A8,vee:_8,Vee:S8,veeeq:E8,vellip:C8,verbar:D8,Verbar:T8,vert:L8,Vert:O8,VerticalBar:q8,VerticalLine:P8,VerticalSeparator:j8,VerticalTilde:$8,VeryThinSpace:N8,Vfr:R8,vfr:M8,vltri:U8,vnsub:F8,vnsup:B8,Vopf:I8,vopf:z8,vprop:H8,vrtri:V8,Vscr:G8,vscr:W8,vsubnE:Z8,vsubne:J8,vsupnE:K8,vsupne:Y8,Vvdash:X8,vzigzag:Q8,Wcirc:e3,wcirc:t3,wedbar:r3,wedge:n3,Wedge:i3,wedgeq:o3,weierp:a3,Wfr:s3,wfr:l3,Wopf:u3,wopf:c3,wp:p3,wr:f3,wreath:d3,Wscr:h3,wscr:m3,xcap:g3,xcirc:b3,xcup:y3,xdtri:v3,Xfr:w3,xfr:k3,xharr:x3,xhArr:A3,Xi:_3,xi:S3,xlarr:E3,xlArr:C3,xmap:D3,xnis:T3,xodot:L3,Xopf:O3,xopf:q3,xoplus:P3,xotime:j3,xrarr:$3,xrArr:N3,Xscr:R3,xscr:M3,xsqcup:U3,xuplus:F3,xutri:B3,xvee:I3,xwedge:z3,Yacute:H3,yacute:V3,YAcy:G3,yacy:W3,Ycirc:Z3,ycirc:J3,Ycy:K3,ycy:Y3,yen:X3,Yfr:Q3,yfr:eP,YIcy:tP,yicy:rP,Yopf:nP,yopf:iP,Yscr:oP,yscr:aP,YUcy:sP,yucy:lP,yuml:uP,Yuml:cP,Zacute:pP,zacute:fP,Zcaron:dP,zcaron:hP,Zcy:mP,zcy:gP,Zdot:bP,zdot:yP,zeetrf:vP,ZeroWidthSpace:wP,Zeta:kP,zeta:xP,zfr:AP,Zfr:_P,ZHcy:SP,zhcy:EP,zigrarr:CP,zopf:DP,Zopf:TP,Zscr:LP,zscr:OP,zwj:qP,zwnj:PP,default:AM}),jP="Á",$P="á",NP="Â",RP="â",MP="´",UP="Æ",FP="æ",BP="À",IP="à",zP="&",HP="&",VP="Å",GP="å",WP="Ã",ZP="ã",JP="Ä",KP="ä",YP="¦",XP="Ç",QP="ç",ej="¸",tj="¢",rj="©",nj="©",ij="¤",oj="°",aj="÷",sj="É",lj="é",uj="Ê",cj="ê",pj="È",fj="è",dj="Ð",hj="ð",mj="Ë",gj="ë",bj="½",yj="¼",vj="¾",wj=">",kj=">",xj="Í",Aj="í",_j="Î",Sj="î",Ej="¡",Cj="Ì",Dj="ì",Tj="¿",Lj="Ï",Oj="ï",qj="«",Pj="<",jj="<",$j="¯",Nj="µ",Rj="·",Mj=" ",Uj="¬",Fj="Ñ",Bj="ñ",Ij="Ó",zj="ó",Hj="Ô",Vj="ô",Gj="Ò",Wj="ò",Zj="ª",Jj="º",Kj="Ø",Yj="ø",Xj="Õ",Qj="õ",e$="Ö",t$="ö",r$="¶",n$="±",i$="£",o$='"',a$='"',s$="»",l$="®",u$="®",c$="§",p$="",f$="¹",d$="²",h$="³",m$="ß",g$="Þ",b$="þ",y$="×",v$="Ú",w$="ú",k$="Û",x$="û",A$="Ù",_$="ù",S$="¨",E$="Ü",C$="ü",D$="Ý",T$="ý",L$="¥",O$="ÿ",SM={Aacute:jP,aacute:$P,Acirc:NP,acirc:RP,acute:MP,AElig:UP,aelig:FP,Agrave:BP,agrave:IP,amp:zP,AMP:HP,Aring:VP,aring:GP,Atilde:WP,atilde:ZP,Auml:JP,auml:KP,brvbar:YP,Ccedil:XP,ccedil:QP,cedil:ej,cent:tj,copy:rj,COPY:nj,curren:ij,deg:oj,divide:aj,Eacute:sj,eacute:lj,Ecirc:uj,ecirc:cj,Egrave:pj,egrave:fj,ETH:dj,eth:hj,Euml:mj,euml:gj,frac12:bj,frac14:yj,frac34:vj,gt:wj,GT:kj,Iacute:xj,iacute:Aj,Icirc:_j,icirc:Sj,iexcl:Ej,Igrave:Cj,igrave:Dj,iquest:Tj,Iuml:Lj,iuml:Oj,laquo:qj,lt:Pj,LT:jj,macr:$j,micro:Nj,middot:Rj,nbsp:Mj,not:Uj,Ntilde:Fj,ntilde:Bj,Oacute:Ij,oacute:zj,Ocirc:Hj,ocirc:Vj,Ograve:Gj,ograve:Wj,ordf:Zj,ordm:Jj,Oslash:Kj,oslash:Yj,Otilde:Xj,otilde:Qj,Ouml:e$,ouml:t$,para:r$,plusmn:n$,pound:i$,quot:o$,QUOT:a$,raquo:s$,reg:l$,REG:u$,sect:c$,shy:p$,sup1:f$,sup2:d$,sup3:h$,szlig:m$,THORN:g$,thorn:b$,times:y$,Uacute:v$,uacute:w$,Ucirc:k$,ucirc:x$,Ugrave:A$,ugrave:_$,uml:S$,Uuml:E$,uuml:C$,Yacute:D$,yacute:T$,yen:L$,yuml:O$},EM=Object.freeze({__proto__:null,Aacute:jP,aacute:$P,Acirc:NP,acirc:RP,acute:MP,AElig:UP,aelig:FP,Agrave:BP,agrave:IP,amp:zP,AMP:HP,Aring:VP,aring:GP,Atilde:WP,atilde:ZP,Auml:JP,auml:KP,brvbar:YP,Ccedil:XP,ccedil:QP,cedil:ej,cent:tj,copy:rj,COPY:nj,curren:ij,deg:oj,divide:aj,Eacute:sj,eacute:lj,Ecirc:uj,ecirc:cj,Egrave:pj,egrave:fj,ETH:dj,eth:hj,Euml:mj,euml:gj,frac12:bj,frac14:yj,frac34:vj,gt:wj,GT:kj,Iacute:xj,iacute:Aj,Icirc:_j,icirc:Sj,iexcl:Ej,Igrave:Cj,igrave:Dj,iquest:Tj,Iuml:Lj,iuml:Oj,laquo:qj,lt:Pj,LT:jj,macr:$j,micro:Nj,middot:Rj,nbsp:Mj,not:Uj,Ntilde:Fj,ntilde:Bj,Oacute:Ij,oacute:zj,Ocirc:Hj,ocirc:Vj,Ograve:Gj,ograve:Wj,ordf:Zj,ordm:Jj,Oslash:Kj,oslash:Yj,Otilde:Xj,otilde:Qj,Ouml:e$,ouml:t$,para:r$,plusmn:n$,pound:i$,quot:o$,QUOT:a$,raquo:s$,reg:l$,REG:u$,sect:c$,shy:p$,sup1:f$,sup2:d$,sup3:h$,szlig:m$,THORN:g$,thorn:b$,times:y$,Uacute:v$,uacute:w$,Ucirc:k$,ucirc:x$,Ugrave:A$,ugrave:_$,uml:S$,Uuml:E$,uuml:C$,Yacute:D$,yacute:T$,yen:L$,yuml:O$,default:SM}),q$="&",P$="'",j$=">",$$="<",N$='"',CM={amp:q$,apos:P$,gt:j$,lt:$$,quot:N$},DM=Object.freeze({__proto__:null,amp:q$,apos:P$,gt:j$,lt:$$,quot:N$,default:CM}),TM={0:65533,128:8364,130:8218,131:402,132:8222,133:8230,134:8224,135:8225,136:710,137:8240,138:352,139:8249,140:338,142:381,145:8216,146:8217,147:8220,148:8221,149:8226,150:8211,151:8212,152:732,153:8482,154:353,155:8250,156:339,158:382,159:376},LM=Object.freeze({__proto__:null,default:TM}),OM=y(LM),R$=C(function(n,l){var p=E&&E.__importDefault||function(w){return w&&w.__esModule?w:{default:w}};Object.defineProperty(l,"__esModule",{value:!0});var f=p(OM);function A(w){if(w>=55296&&w<=57343||w>1114111)return"�";w in f.default&&(w=f.default[w]);var $="";return w>65535&&(w-=65536,$+=String.fromCharCode(w>>>10&1023|55296),w=56320|w&1023),$+=String.fromCharCode(w),$}l.default=A});x(R$);var M$=y(_M),qM=y(EM),U$=y(DM),Ce=C(function(n,l){var p=E&&E.__importDefault||function(W){return W&&W.__esModule?W:{default:W}};Object.defineProperty(l,"__esModule",{value:!0});var f=p(M$),A=p(qM),w=p(U$),$=p(R$);l.decodeXML=P(w.default),l.decodeHTMLStrict=P(f.default);function P(W){var z=Object.keys(W).join("|"),ie=K(W);z+="|#[xX][\\da-fA-F]+|#\\d+";var Y=new RegExp("&(?:"+z+");","g");return function(ue){return String(ue).replace(Y,ie)}}var M=function(W,z){return W<z?1:-1};l.decodeHTML=function(){for(var W=Object.keys(A.default).sort(M),z=Object.keys(f.default).sort(M),ie=0,Y=0;ie<z.length;ie++)W[Y]===z[ie]?(z[ie]+=";?",Y++):z[ie]+=";";var ue=new RegExp("&(?:"+z.join("|")+"|#[xX][\\da-fA-F]+;?|#\\d+;?)","g"),Fe=K(f.default);function Xt(Be){return Be.substr(-1)!==";"&&(Be+=";"),Fe(Be)}return function(Be){return String(Be).replace(ue,Xt)}}();function K(W){return function(z){return z.charAt(1)==="#"?z.charAt(2)==="X"||z.charAt(2)==="x"?$.default(parseInt(z.substr(3),16)):$.default(parseInt(z.substr(2),10)):W[z.slice(1,-1)]}}});x(Ce),Ce.decodeXML,Ce.decodeHTMLStrict,Ce.decodeHTML;var Ne=C(function(n,l){var p=E&&E.__importDefault||function(ce){return ce&&ce.__esModule?ce:{default:ce}};Object.defineProperty(l,"__esModule",{value:!0});var f=p(U$),A=K(f.default),w=W(A);l.encodeXML=Fe(A,w);var $=p(M$),P=K($.default),M=W(P);l.encodeHTML=Fe(P,M);function K(ce){return Object.keys(ce).sort().reduce(function(qe,Se){return qe[ce[Se]]="&"+Se+";",qe},{})}function W(ce){var qe=[],Se=[];return Object.keys(ce).forEach(function(Ie){return Ie.length===1?qe.push("\\"+Ie):Se.push(Ie)}),Se.unshift("["+qe.join("")+"]"),new RegExp(Se.join("|"),"g")}var z=/[^\0-\x7F]/g,ie=/[\uD800-\uDBFF][\uDC00-\uDFFF]/g;function Y(ce){return"&#x"+ce.charCodeAt(0).toString(16).toUpperCase()+";"}function ue(ce,qe){var Se=ce.charCodeAt(0),Ie=ce.charCodeAt(1),iB=(Se-55296)*1024+Ie-56320+65536;return"&#x"+iB.toString(16).toUpperCase()+";"}function Fe(ce,qe){return function(Se){return Se.replace(qe,function(Ie){return ce[Ie]}).replace(ie,ue).replace(z,Y)}}var Xt=W(A);function Be(ce){return ce.replace(Xt,Y).replace(ie,ue).replace(z,Y)}l.escape=Be});x(Ne),Ne.encodeXML,Ne.encodeHTML,Ne.escape;var fe=C(function(n,l){Object.defineProperty(l,"__esModule",{value:!0});function p(P,M){return(!M||M<=0?Ce.decodeXML:Ce.decodeHTML)(P)}l.decode=p;function f(P,M){return(!M||M<=0?Ce.decodeXML:Ce.decodeHTMLStrict)(P)}l.decodeStrict=f;function A(P,M){return(!M||M<=0?Ne.encodeXML:Ne.encodeHTML)(P)}l.encode=A;var w=Ne;l.encodeXML=w.encodeXML,l.encodeHTML=w.encodeHTML,l.escape=w.escape,l.encodeHTML4=w.encodeHTML,l.encodeHTML5=w.encodeHTML;var $=Ce;l.decodeXML=$.decodeXML,l.decodeHTML=$.decodeHTML,l.decodeHTMLStrict=$.decodeHTMLStrict,l.decodeHTML4=$.decodeHTML,l.decodeHTML5=$.decodeHTML,l.decodeHTML4Strict=$.decodeHTMLStrict,l.decodeHTML5Strict=$.decodeHTMLStrict,l.decodeXMLStrict=$.decodeXML});x(fe),fe.decode,fe.decodeStrict,fe.encode,fe.encodeXML,fe.encodeHTML,fe.escape,fe.encodeHTML4,fe.encodeHTML5,fe.decodeXML;var F$=fe.decodeHTML;fe.decodeHTMLStrict,fe.decodeHTML4,fe.decodeHTML5,fe.decodeHTML4Strict,fe.decodeHTML5Strict,fe.decodeXMLStrict;var PM=92,B$="&(?:#x[a-f0-9]{1,6}|#[0-9]{1,7}|[a-z][a-z0-9]{1,31});",I$="[A-Za-z][A-Za-z0-9-]*",jM="[a-zA-Z_:][a-zA-Z0-9:._-]*",$M="[^\"'=<>`\\x00-\\x20]+",NM="'[^']*'",RM='"[^"]*"',MM="(?:"+$M+"|"+NM+"|"+RM+")",UM="(?:\\s*=\\s*"+MM+")",FM="(?:\\s+"+jM+UM+"?)",z$="<"+I$+FM+"*\\s*/?>",H$="</"+I$+"\\s*[>]",BM="<!---->|<!--(?:-?[^>-])(?:-?[^-])*-->",IM="[<][?][\\s\\S]*?[?][>]",zM="<![A-Z]+\\s+[^>]*>",HM="<!\\[CDATA\\[[\\s\\S]*?\\]\\]>",VM="(?:"+z$+"|"+H$+"|"+BM+"|"+IM+"|"+zM+"|"+HM+")",GM=new RegExp("^"+VM),WM=/[\\&]/,V$="[!\"#$%&'()*+,./:;<=>?@[\\\\\\]^_`{|}~-]",ZM=new RegExp("\\\\"+V$+"|"+B$,"gi"),JM='[&<>"]',G$=new RegExp(JM,"g"),KM=function(n){return n.charCodeAt(0)===PM?n.charAt(1):F$(n)},W$=function(n){return WM.test(n)?n.replace(ZM,KM):n},YM=function(n){try{return D(n)}catch{return n}},XM=function(n){switch(n){case"&":return"&";case"<":return"<";case">":return">";case'"':return""";default:return n}},Z$=function(n){return G$.test(n)?n.replace(G$,XM):n};/*! http://mths.be/fromcodepoint v0.2.1 by @mathias */var Gt;function Wt(n){return Gt(n)}if(String.fromCodePoint)Gt=function(n){try{return String.fromCodePoint(n)}catch(l){if(l instanceof RangeError)return String.fromCharCode(65533);throw l}};else{var QM=String.fromCharCode,eU=Math.floor;Gt=function(){var n=16384,l=[],p,f,A=-1,w=arguments.length;if(!w)return"";for(var $="";++A<w;){var P=Number(arguments[A]);if(!isFinite(P)||P<0||P>1114111||eU(P)!==P)return String.fromCharCode(65533);P<=65535?l.push(P):(P-=65536,p=(P>>10)+55296,f=P%1024+56320,l.push(p,f)),(A+1===w||l.length>n)&&($+=QM.apply(null,l),l.length=0)}return $}}/*! http://mths.be/repeat v0.2.0 by @mathias */String.prototype.repeat||function(){var n=function(){try{var p={},f=Object.defineProperty,A=f(p,p,p)&&f}catch{}return A}(),l=function(p){if(this==null)throw TypeError();var f=String(this),A=p?Number(p):0;if(A!=A&&(A=0),A<0||A==1/0)throw RangeError();for(var w="";A;)A%2==1&&(w+=f),A>1&&(f+=f),A>>=1;return w};n?n(String.prototype,"repeat",{value:l,configurable:!0,writable:!0}):String.prototype.repeat=l}();var Ct=YM,Zt=W$,J$=10,Jt=42,Dt=95,tU=96,K$=91,rU=93,Y$=60,nU=33,X$=92,iU=38,Q$=40,Kt=41,oU=58,Re=39,Me=34,eN=V$,Yt="\\\\"+eN,aU=B$,sU=GM,tN=new RegExp(/[!"#$%&'()*+,\-./:;<=>?@\[\]\\^_`{|}~\xA1\xA7\xAB\xB6\xB7\xBB\xBF\u037E\u0387\u055A-\u055F\u0589\u058A\u05BE\u05C0\u05C3\u05C6\u05F3\u05F4\u0609\u060A\u060C\u060D\u061B\u061E\u061F\u066A-\u066D\u06D4\u0700-\u070D\u07F7-\u07F9\u0830-\u083E\u085E\u0964\u0965\u0970\u0AF0\u0DF4\u0E4F\u0E5A\u0E5B\u0F04-\u0F12\u0F14\u0F3A-\u0F3D\u0F85\u0FD0-\u0FD4\u0FD9\u0FDA\u104A-\u104F\u10FB\u1360-\u1368\u1400\u166D\u166E\u169B\u169C\u16EB-\u16ED\u1735\u1736\u17D4-\u17D6\u17D8-\u17DA\u1800-\u180A\u1944\u1945\u1A1E\u1A1F\u1AA0-\u1AA6\u1AA8-\u1AAD\u1B5A-\u1B60\u1BFC-\u1BFF\u1C3B-\u1C3F\u1C7E\u1C7F\u1CC0-\u1CC7\u1CD3\u2010-\u2027\u2030-\u2043\u2045-\u2051\u2053-\u205E\u207D\u207E\u208D\u208E\u2308-\u230B\u2329\u232A\u2768-\u2775\u27C5\u27C6\u27E6-\u27EF\u2983-\u2998\u29D8-\u29DB\u29FC\u29FD\u2CF9-\u2CFC\u2CFE\u2CFF\u2D70\u2E00-\u2E2E\u2E30-\u2E42\u3001-\u3003\u3008-\u3011\u3014-\u301F\u3030\u303D\u30A0\u30FB\uA4FE\uA4FF\uA60D-\uA60F\uA673\uA67E\uA6F2-\uA6F7\uA874-\uA877\uA8CE\uA8CF\uA8F8-\uA8FA\uA8FC\uA92E\uA92F\uA95F\uA9C1-\uA9CD\uA9DE\uA9DF\uAA5C-\uAA5F\uAADE\uAADF\uAAF0\uAAF1\uABEB\uFD3E\uFD3F\uFE10-\uFE19\uFE30-\uFE52\uFE54-\uFE61\uFE63\uFE68\uFE6A\uFE6B\uFF01-\uFF03\uFF05-\uFF0A\uFF0C-\uFF0F\uFF1A\uFF1B\uFF1F\uFF20\uFF3B-\uFF3D\uFF3F\uFF5B\uFF5D\uFF5F-\uFF65]|\uD800[\uDD00-\uDD02\uDF9F\uDFD0]|\uD801\uDD6F|\uD802[\uDC57\uDD1F\uDD3F\uDE50-\uDE58\uDE7F\uDEF0-\uDEF6\uDF39-\uDF3F\uDF99-\uDF9C]|\uD804[\uDC47-\uDC4D\uDCBB\uDCBC\uDCBE-\uDCC1\uDD40-\uDD43\uDD74\uDD75\uDDC5-\uDDC9\uDDCD\uDDDB\uDDDD-\uDDDF\uDE38-\uDE3D\uDEA9]|\uD805[\uDCC6\uDDC1-\uDDD7\uDE41-\uDE43\uDF3C-\uDF3E]|\uD809[\uDC70-\uDC74]|\uD81A[\uDE6E\uDE6F\uDEF5\uDF37-\uDF3B\uDF44]|\uD82F\uDC9F|\uD836[\uDE87-\uDE8B]/),lU=new RegExp('^(?:"('+Yt+`|[^"\\x00])*"|'(`+Yt+"|[^'\\x00])*'|\\(("+Yt+"|[^()\\x00])*\\))"),uU=/^(?:<(?:[^<>\n\\\x00]|\\.)*>)/,rN=new RegExp("^"+eN),cU=new RegExp("^"+aU,"i"),pU=/`+/,fU=/^`+/,dU=/\.\.\./g,hU=/--+/g,mU=/^<([a-zA-Z0-9.!#$%&'*+\/=?^_`{|}~-]+@[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?(?:\.[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?)*)>/,gU=/^<[A-Za-z][A-Za-z0-9.+-]{1,31}:[^<>\x00-\x20]*>/i,bU=/^ *(?:\n *)?/,nN=/^[ \t\n\x0b\x0c\x0d]/,iN=/^\s/,yU=/ *$/,vU=/^ */,oN=/^ *(?:\n|$)/,wU=/^\[(?:[^\\\[\]]|\\.){0,1000}\]/,kU=/^[^\n`\[\]\\!<&*_'"]+/m,he=function(n){var l=new u("text");return l._literal=n,l},aN=function(n){return n.slice(1,n.length-1).trim().replace(/[ \t\r\n]+/," ").toLowerCase().toUpperCase()},xU=function(n){var l=n.exec(this.subject.slice(this.pos));return l===null?null:(this.pos+=l.index+l[0].length,l[0])},AU=function(){return this.pos<this.subject.length?this.subject.charCodeAt(this.pos):-1},_U=function(){return this.match(bU),!0},SU=function(n){var l=this.match(fU);if(l===null)return!1;for(var p=this.pos,f,A,w;(f=this.match(pU))!==null;)if(f===l)return A=new u("code"),w=this.subject.slice(p,this.pos-l.length).replace(/\n/gm," "),w.length>0&&w.match(/[^ ]/)!==null&&w[0]==" "&&w[w.length-1]==" "?A._literal=w.slice(1,w.length-1):A._literal=w,n.appendChild(A),!0;return this.pos=p,n.appendChild(he(l)),!0},EU=function(n){var l=this.subject,p;return this.pos+=1,this.peek()===J$?(this.pos+=1,p=new u("linebreak"),n.appendChild(p)):rN.test(l.charAt(this.pos))?(n.appendChild(he(l.charAt(this.pos))),this.pos+=1):n.appendChild(he("\\")),!0},CU=function(n){var l,p,f;return(l=this.match(mU))?(p=l.slice(1,l.length-1),f=new u("link"),f._destination=Ct("mailto:"+p),f._title="",f.appendChild(he(p)),n.appendChild(f),!0):(l=this.match(gU))?(p=l.slice(1,l.length-1),f=new u("link"),f._destination=Ct(p),f._title="",f.appendChild(he(p)),n.appendChild(f),!0):!1},DU=function(n){var l=this.match(sU);if(l===null)return!1;var p=new u("html_inline");return p._literal=l,n.appendChild(p),!0},TU=function(n){var l=0,p,f,A,w=this.pos,$,P,M,K,W,z,ie,Y;if(n===Re||n===Me)l++,this.pos++;else for(;this.peek()===n;)l++,this.pos++;return l===0?null:(p=w===0?`
|
|
261
|
-
`:this.subject.charAt(w-1),A=this.peek(),A===-1?f=`
|
|
262
|
-
`:f=Wt(A),W=iN.test(f),z=tN.test(f),ie=iN.test(p),Y=tN.test(p),$=!W&&(!z||ie||Y),P=!ie&&(!Y||W||z),n===Dt?(M=$&&(!P||Y),K=P&&(!$||z)):n===Re||n===Me?(M=$&&!P,K=P):(M=$,K=P),this.pos=w,{numdelims:l,can_open:M,can_close:K})},LU=function(n,l){var p=this.scanDelims(n);if(!p)return!1;var f=p.numdelims,A=this.pos,w;this.pos+=f,n===Re?w="’":n===Me?w="“":w=this.subject.slice(A,this.pos);var $=he(w);return l.appendChild($),(p.can_open||p.can_close)&&(this.options.smart||n!==Re&&n!==Me)&&(this.delimiters={cc:n,numdelims:f,origdelims:f,node:$,previous:this.delimiters,next:null,can_open:p.can_open,can_close:p.can_close},this.delimiters.previous!==null&&(this.delimiters.previous.next=this.delimiters)),!0},OU=function(n){n.previous!==null&&(n.previous.next=n.next),n.next===null?this.delimiters=n.previous:n.next.previous=n.previous},qU=function(n,l){n.next!==l&&(n.next=l,l.previous=n)},PU=function(n){for(var l,p,f,A,w,$,P,M,K,W,z=[[],[],[]],ie=!1,Y=0;Y<3;Y++)z[Y][Dt]=n,z[Y][Jt]=n,z[Y][Re]=n,z[Y][Me]=n;for(p=this.delimiters;p!==null&&p.previous!==n;)p=p.previous;for(;p!==null;){var ue=p.cc;if(!p.can_close)p=p.next;else{for(l=p.previous,W=!1;l!==null&&l!==n&&l!==z[p.origdelims%3][ue];){if(ie=(p.can_open||l.can_close)&&p.origdelims%3!==0&&(l.origdelims+p.origdelims)%3===0,l.cc===p.cc&&l.can_open&&!ie){W=!0;break}l=l.previous}if(f=p,ue===Jt||ue===Dt)if(!W)p=p.next;else{P=p.numdelims>=2&&l.numdelims>=2?2:1,A=l.node,w=p.node,l.numdelims-=P,p.numdelims-=P,A._literal=A._literal.slice(0,A._literal.length-P),w._literal=w._literal.slice(0,w._literal.length-P);var Fe=new u(P===1?"emph":"strong");for(M=A._next;M&&M!==w;)K=M._next,M.unlink(),Fe.appendChild(M),M=K;A.insertAfter(Fe),qU(l,p),l.numdelims===0&&(A.unlink(),this.removeDelimiter(l)),p.numdelims===0&&(w.unlink(),$=p.next,this.removeDelimiter(p),p=$)}else ue===Re?(p.node._literal="’",W&&(l.node._literal="‘"),p=p.next):ue===Me&&(p.node._literal="”",W&&(l.node.literal="“"),p=p.next);W||(z[f.origdelims%3][ue]=f.previous,f.can_open||this.removeDelimiter(f))}}for(;this.delimiters!==null&&this.delimiters!==n;)this.removeDelimiter(this.delimiters)},jU=function(){var n=this.match(lU);return n===null?null:Zt(n.substr(1,n.length-2))},$U=function(){var n=this.match(uU);if(n===null){if(this.peek()===Y$)return null;for(var l=this.pos,p=0,f;(f=this.peek())!==-1;)if(f===X$&&rN.test(this.subject.charAt(this.pos+1)))this.pos+=1,this.peek()!==-1&&(this.pos+=1);else if(f===Q$)this.pos+=1,p+=1;else if(f===Kt){if(p<1)break;this.pos+=1,p-=1}else{if(nN.exec(Wt(f))!==null)break;this.pos+=1}return this.pos===l&&f!==Kt||p!==0?null:(n=this.subject.substr(l,this.pos-l),Ct(Zt(n)))}else return Ct(Zt(n.substr(1,n.length-2)))},NU=function(){var n=this.match(wU);return n===null||n.length>1001?0:n.length},RU=function(n){var l=this.pos;this.pos+=1;var p=he("[");return n.appendChild(p),this.addBracket(p,l,!1),!0},MU=function(n){var l=this.pos;if(this.pos+=1,this.peek()===K$){this.pos+=1;var p=he("![");n.appendChild(p),this.addBracket(p,l+1,!0)}else n.appendChild(he("!"));return!0},UU=function(n){var l,p,f,A,w=!1,$,P;if(this.pos+=1,l=this.pos,P=this.brackets,P===null)return n.appendChild(he("]")),!0;if(!P.active)return n.appendChild(he("]")),this.removeBracket(),!0;p=P.image;var M=this.pos;if(this.peek()===Q$&&(this.pos++,this.spnl()&&(f=this.parseLinkDestination())!==null&&this.spnl()&&(nN.test(this.subject.charAt(this.pos-1))&&(A=this.parseLinkTitle())||!0)&&this.spnl()&&this.peek()===Kt?(this.pos+=1,w=!0):this.pos=M),!w){var K=this.pos,W=this.parseLinkLabel();if(W>2?$=this.subject.slice(K,K+W):P.bracketAfter||($=this.subject.slice(P.index,l)),W===0&&(this.pos=M),$){var z=this.refmap[aN($)];z&&(f=z.destination,A=z.title,w=!0)}}if(w){var ie=new u(p?"image":"link");ie._destination=f,ie._title=A||"";var Y,ue;for(Y=P.node._next;Y;)ue=Y._next,Y.unlink(),ie.appendChild(Y),Y=ue;if(n.appendChild(ie),this.processEmphasis(P.previousDelimiter),this.removeBracket(),P.node.unlink(),!p)for(P=this.brackets;P!==null;)P.image||(P.active=!1),P=P.previous;return!0}else return this.removeBracket(),this.pos=l,n.appendChild(he("]")),!0},FU=function(n,l,p){this.brackets!==null&&(this.brackets.bracketAfter=!0),this.brackets={node:n,previous:this.brackets,previousDelimiter:this.delimiters,index:l,image:p,active:!0}},BU=function(){this.brackets=this.brackets.previous},IU=function(n){var l;return(l=this.match(cU))?(n.appendChild(he(F$(l))),!0):!1},zU=function(n){var l;return(l=this.match(kU))?(this.options.smart?n.appendChild(he(l.replace(dU,"…").replace(hU,function(p){var f=0,A=0;return p.length%3===0?A=p.length/3:p.length%2===0?f=p.length/2:p.length%3===2?(f=1,A=(p.length-2)/3):(f=2,A=(p.length-4)/3),"—".repeat(A)+"–".repeat(f)}))):n.appendChild(he(l)),!0):!1},HU=function(n){this.pos+=1;var l=n._lastChild;if(l&&l.type==="text"&&l._literal[l._literal.length-1]===" "){var p=l._literal[l._literal.length-2]===" ";l._literal=l._literal.replace(yU,""),n.appendChild(new u(p?"linebreak":"softbreak"))}else n.appendChild(new u("softbreak"));return this.match(vU),!0},VU=function(n,l){this.subject=n,this.pos=0;var p,f,A,w,$=this.pos;if(w=this.parseLinkLabel(),w===0)return 0;if(p=this.subject.substr(0,w),this.peek()===oU)this.pos++;else return this.pos=$,0;if(this.spnl(),f=this.parseLinkDestination(),f===null)return this.pos=$,0;var P=this.pos;this.spnl(),this.pos!==P&&(A=this.parseLinkTitle()),A===null&&(A="",this.pos=P);var M=!0;if(this.match(oN)===null&&(A===""?M=!1:(A="",this.pos=P,M=this.match(oN)!==null)),!M)return this.pos=$,0;var K=aN(p);return K===""?(this.pos=$,0):(l[K]||(l[K]={destination:f,title:A}),this.pos-$)},GU=function(n){var l=!1,p=this.peek();if(p===-1)return!1;switch(p){case J$:l=this.parseNewline(n);break;case X$:l=this.parseBackslash(n);break;case tU:l=this.parseBackticks(n);break;case Jt:case Dt:l=this.handleDelim(p,n);break;case Re:case Me:l=this.options.smart&&this.handleDelim(p,n);break;case K$:l=this.parseOpenBracket(n);break;case nU:l=this.parseBang(n);break;case rU:l=this.parseCloseBracket(n);break;case Y$:l=this.parseAutolink(n)||this.parseHtmlTag(n);break;case iU:l=this.parseEntity(n);break;default:l=this.parseString(n);break}return l||(this.pos+=1,n.appendChild(he(Wt(p)))),!0},WU=function(n){for(this.subject=n._string_content.trim(),this.pos=0,this.delimiters=null,this.brackets=null;this.parseInline(n););n._string_content=null,this.processEmphasis(null)};function ZU(n){return{subject:"",delimiters:null,brackets:null,pos:0,refmap:{},match:xU,peek:AU,spnl:_U,parseBackticks:SU,parseBackslash:EU,parseAutolink:CU,parseHtmlTag:DU,scanDelims:TU,handleDelim:LU,parseLinkTitle:jU,parseLinkDestination:$U,parseLinkLabel:NU,parseOpenBracket:RU,parseBang:MU,parseCloseBracket:UU,addBracket:FU,removeBracket:BU,parseEntity:IU,parseString:zU,parseNewline:HU,parseReference:VU,parseInline:GU,processEmphasis:PU,removeDelimiter:OU,options:n||{},parse:WU}}var Tt=4,sN=9,JU=10,lN=62,KU=60,uN=32,cN=91,YU=[/./,/^<(?:script|pre|textarea|style)(?:\s|>|$)/i,/^<!--/,/^<[?]/,/^<![A-Z]/,/^<!\[CDATA\[/,/^<[/]?(?:address|article|aside|base|basefont|blockquote|body|caption|center|col|colgroup|dd|details|dialog|dir|div|dl|dt|fieldset|figcaption|figure|footer|form|frame|frameset|h[123456]|head|header|hr|html|iframe|legend|li|link|main|menu|menuitem|nav|noframes|ol|optgroup|option|p|param|section|source|summary|table|tbody|td|tfoot|th|thead|title|tr|track|ul)(?:\s|[/]?[>]|$)/i,new RegExp("^(?:"+z$+"|"+H$+")\\s*$","i")],XU=[/./,/<\/(?:script|pre|textarea|style)>/i,/-->/,/\?>/,/>/,/\]\]>/],QU=/^(?:(?:\*[ \t]*){3,}|(?:_[ \t]*){3,}|(?:-[ \t]*){3,})[ \t]*$/,eF=/^[#`~*+_=<>0-9-]/,pN=/[^ \t\f\v\r\n]/,tF=/^[*+-]/,rF=/^(\d{1,9})([.)])/,nF=/^#{1,6}(?:[ \t]+|$)/,iF=/^`{3,}(?!.*`)|^~{3,}/,oF=/^(?:`{3,}|~{3,})(?= *$)/,aF=/^(?:=+|-+)[ \t]*$/,sF=/\r\n|\n|\r/,lF=function(n){return!pN.test(n)},ot=function(n){return n===uN||n===sN},we=function(n,l){return l<n.length?n.charCodeAt(l):-1},fN=function(n){for(;n;){if(n._lastLineBlank)return!0;var l=n.type;if(!n._lastLineChecked&&(l==="list"||l==="item"))n._lastLineChecked=!0,n=n._lastChild;else{n._lastLineChecked=!0;break}}return!1},uF=function(){if(this.partiallyConsumedTab){this.offset+=1;var n=4-this.column%4;this.tip._string_content+=" ".repeat(n)}this.tip._string_content+=this.currentLine.slice(this.offset)+`
|
|
263
|
-
`},cF=function(n,l){for(;!this.blocks[this.tip.type].canContain(n);)this.finalize(this.tip,this.lineNumber-1);var p=l+1,f=new u(n,[[this.lineNumber,p],[0,0]]);return f._string_content="",this.tip.appendChild(f),this.tip=f,f},pF=function(n,l){var p=n.currentLine.slice(n.nextNonspace),f,A,w,$,P={type:null,tight:!0,bulletChar:null,start:null,delimiter:null,padding:null,markerOffset:n.indent};if(n.indent>=4)return null;if(f=p.match(tF))P.type="bullet",P.bulletChar=f[0][0];else if((f=p.match(rF))&&(l.type!=="paragraph"||f[1]==="1"))P.type="ordered",P.start=parseInt(f[1]),P.delimiter=f[2];else return null;if(A=we(n.currentLine,n.nextNonspace+f[0].length),!(A===-1||A===sN||A===uN)||l.type==="paragraph"&&!n.currentLine.slice(n.nextNonspace+f[0].length).match(pN))return null;n.advanceNextNonspace(),n.advanceOffset(f[0].length,!0),w=n.column,$=n.offset;do n.advanceOffset(1,!0),A=we(n.currentLine,n.offset);while(n.column-w<5&&ot(A));var M=we(n.currentLine,n.offset)===-1,K=n.column-w;return K>=5||K<1||M?(P.padding=f[0].length+1,n.column=w,n.offset=$,ot(we(n.currentLine,n.offset))&&n.advanceOffset(1,!0)):P.padding=f[0].length+K,P},fF=function(n,l){return n.type===l.type&&n.delimiter===l.delimiter&&n.bulletChar===l.bulletChar},dF=function(){if(!this.allClosed){for(;this.oldtip!==this.lastMatchedContainer;){var n=this.oldtip._parent;this.finalize(this.oldtip,this.lineNumber-1),this.oldtip=n}this.allClosed=!0}},dN={document:{continue:function(){return 0},finalize:function(){},canContain:function(n){return n!=="item"},acceptsLines:!1},list:{continue:function(){return 0},finalize:function(n,l){for(var p=l._firstChild;p;){if(fN(p)&&p._next){l._listData.tight=!1;break}for(var f=p._firstChild;f;){if(fN(f)&&(p._next||f._next)){l._listData.tight=!1;break}f=f._next}p=p._next}},canContain:function(n){return n==="item"},acceptsLines:!1},block_quote:{continue:function(n){var l=n.currentLine;if(!n.indented&&we(l,n.nextNonspace)===lN)n.advanceNextNonspace(),n.advanceOffset(1,!1),ot(we(l,n.offset))&&n.advanceOffset(1,!0);else return 1;return 0},finalize:function(){},canContain:function(n){return n!=="item"},acceptsLines:!1},item:{continue:function(n,l){if(n.blank){if(l._firstChild==null)return 1;n.advanceNextNonspace()}else if(n.indent>=l._listData.markerOffset+l._listData.padding)n.advanceOffset(l._listData.markerOffset+l._listData.padding,!0);else return 1;return 0},finalize:function(){},canContain:function(n){return n!=="item"},acceptsLines:!1},heading:{continue:function(){return 1},finalize:function(){},canContain:function(){return!1},acceptsLines:!1},thematic_break:{continue:function(){return 1},finalize:function(){},canContain:function(){return!1},acceptsLines:!1},code_block:{continue:function(n,l){var p=n.currentLine,f=n.indent;if(l._isFenced){var A=f<=3&&p.charAt(n.nextNonspace)===l._fenceChar&&p.slice(n.nextNonspace).match(oF);if(A&&A[0].length>=l._fenceLength)return n.lastLineLength=n.offset+f+A[0].length,n.finalize(l,n.lineNumber),2;for(var w=l._fenceOffset;w>0&&ot(we(p,n.offset));)n.advanceOffset(1,!0),w--}else if(f>=Tt)n.advanceOffset(Tt,!0);else if(n.blank)n.advanceNextNonspace();else return 1;return 0},finalize:function(n,l){if(l._isFenced){var p=l._string_content,f=p.indexOf(`
|
|
264
|
-
`),A=p.slice(0,f),w=p.slice(f+1);l.info=W$(A.trim()),l._literal=w}else l._literal=l._string_content.replace(/(\n *)+$/,`
|
|
265
|
-
`);l._string_content=null},canContain:function(){return!1},acceptsLines:!0},html_block:{continue:function(n,l){return n.blank&&(l._htmlBlockType===6||l._htmlBlockType===7)?1:0},finalize:function(n,l){l._literal=l._string_content.replace(/(\n *)+$/,""),l._string_content=null},canContain:function(){return!1},acceptsLines:!0},paragraph:{continue:function(n){return n.blank?1:0},finalize:function(n,l){for(var p,f=!1;we(l._string_content,0)===cN&&(p=n.inlineParser.parseReference(l._string_content,n.refmap));)l._string_content=l._string_content.slice(p),f=!0;f&&lF(l._string_content)&&l.unlink()},canContain:function(){return!1},acceptsLines:!0}},hF=[function(n){return!n.indented&&we(n.currentLine,n.nextNonspace)===lN?(n.advanceNextNonspace(),n.advanceOffset(1,!1),ot(we(n.currentLine,n.offset))&&n.advanceOffset(1,!0),n.closeUnmatchedBlocks(),n.addChild("block_quote",n.nextNonspace),1):0},function(n){var l;if(!n.indented&&(l=n.currentLine.slice(n.nextNonspace).match(nF))){n.advanceNextNonspace(),n.advanceOffset(l[0].length,!1),n.closeUnmatchedBlocks();var p=n.addChild("heading",n.nextNonspace);return p.level=l[0].trim().length,p._string_content=n.currentLine.slice(n.offset).replace(/^[ \t]*#+[ \t]*$/,"").replace(/[ \t]+#+[ \t]*$/,""),n.advanceOffset(n.currentLine.length-n.offset),2}else return 0},function(n){var l;if(!n.indented&&(l=n.currentLine.slice(n.nextNonspace).match(iF))){var p=l[0].length;n.closeUnmatchedBlocks();var f=n.addChild("code_block",n.nextNonspace);return f._isFenced=!0,f._fenceLength=p,f._fenceChar=l[0][0],f._fenceOffset=n.indent,n.advanceNextNonspace(),n.advanceOffset(p,!1),2}else return 0},function(n,l){if(!n.indented&&we(n.currentLine,n.nextNonspace)===KU){var p=n.currentLine.slice(n.nextNonspace),f;for(f=1;f<=7;f++)if(YU[f].test(p)&&(f<7||l.type!=="paragraph")){n.closeUnmatchedBlocks();var A=n.addChild("html_block",n.offset);return A._htmlBlockType=f,2}}return 0},function(n,l){var p;if(!n.indented&&l.type==="paragraph"&&(p=n.currentLine.slice(n.nextNonspace).match(aF))){n.closeUnmatchedBlocks();for(var f;we(l._string_content,0)===cN&&(f=n.inlineParser.parseReference(l._string_content,n.refmap));)l._string_content=l._string_content.slice(f);if(l._string_content.length>0){var A=new u("heading",l.sourcepos);return A.level=p[0][0]==="="?1:2,A._string_content=l._string_content,l.insertAfter(A),l.unlink(),n.tip=A,n.advanceOffset(n.currentLine.length-n.offset,!1),2}else return 0}else return 0},function(n){return!n.indented&&QU.test(n.currentLine.slice(n.nextNonspace))?(n.closeUnmatchedBlocks(),n.addChild("thematic_break",n.nextNonspace),n.advanceOffset(n.currentLine.length-n.offset,!1),2):0},function(n,l){var p;return(!n.indented||l.type==="list")&&(p=pF(n,l))?(n.closeUnmatchedBlocks(),(n.tip.type!=="list"||!fF(l._listData,p))&&(l=n.addChild("list",n.nextNonspace),l._listData=p),l=n.addChild("item",n.nextNonspace),l._listData=p,1):0},function(n){return n.indented&&n.tip.type!=="paragraph"&&!n.blank?(n.advanceOffset(Tt,!0),n.closeUnmatchedBlocks(),n.addChild("code_block",n.offset),2):0}],mF=function(n,l){for(var p=this.currentLine,f,A,w;n>0&&(w=p[this.offset]);)w===" "?(f=4-this.column%4,l?(this.partiallyConsumedTab=f>n,A=f>n?n:f,this.column+=A,this.offset+=this.partiallyConsumedTab?0:1,n-=A):(this.partiallyConsumedTab=!1,this.column+=f,this.offset+=1,n-=1)):(this.partiallyConsumedTab=!1,this.offset+=1,this.column+=1,n-=1)},gF=function(){this.offset=this.nextNonspace,this.column=this.nextNonspaceColumn,this.partiallyConsumedTab=!1},bF=function(){for(var n=this.currentLine,l=this.offset,p=this.column,f;(f=n.charAt(l))!=="";)if(f===" ")l++,p++;else if(f===" ")l++,p+=4-p%4;else break;this.blank=f===`
|
|
266
|
-
`||f==="\r"||f==="",this.nextNonspace=l,this.nextNonspaceColumn=p,this.indent=this.nextNonspaceColumn-this.column,this.indented=this.indent>=Tt},yF=function(n){var l=!0,p,f=this.doc;this.oldtip=this.tip,this.offset=0,this.column=0,this.blank=!1,this.partiallyConsumedTab=!1,this.lineNumber+=1,n.indexOf("\0")!==-1&&(n=n.replace(/\0/g,"�")),this.currentLine=n;for(var A;(A=f._lastChild)&&A._open;){switch(f=A,this.findNextNonspace(),this.blocks[f.type].continue(this,f)){case 0:break;case 1:l=!1;break;case 2:return;default:throw"continue returned illegal value, must be 0, 1, or 2"}if(!l){f=f._parent;break}}this.allClosed=f===this.oldtip,this.lastMatchedContainer=f;for(var w=f.type!=="paragraph"&&dN[f.type].acceptsLines,$=this.blockStarts,P=$.length;!w;){if(this.findNextNonspace(),!this.indented&&!eF.test(n.slice(this.nextNonspace))){this.advanceNextNonspace();break}for(var M=0;M<P;){var K=$[M](this,f);if(K===1){f=this.tip;break}else if(K===2){f=this.tip,w=!0;break}else M++}if(M===P){this.advanceNextNonspace();break}}if(!this.allClosed&&!this.blank&&this.tip.type==="paragraph")this.addLine();else{this.closeUnmatchedBlocks(),this.blank&&f.lastChild&&(f.lastChild._lastLineBlank=!0),p=f.type;for(var W=this.blank&&!(p==="block_quote"||p==="code_block"&&f._isFenced||p==="item"&&!f._firstChild&&f.sourcepos[0][0]===this.lineNumber),z=f;z;)z._lastLineBlank=W,z=z._parent;this.blocks[p].acceptsLines?(this.addLine(),p==="html_block"&&f._htmlBlockType>=1&&f._htmlBlockType<=5&&XU[f._htmlBlockType].test(this.currentLine.slice(this.offset))&&(this.lastLineLength=n.length,this.finalize(f,this.lineNumber))):this.offset<n.length&&!this.blank&&(f=this.addChild("paragraph",this.offset),this.advanceNextNonspace(),this.addLine())}this.lastLineLength=n.length},vF=function(n,l){var p=n._parent;n._open=!1,n.sourcepos[1]=[l,this.lastLineLength],this.blocks[n.type].finalize(this,n),this.tip=p},wF=function(n){var l,p,f,A=n.walker();for(this.inlineParser.refmap=this.refmap,this.inlineParser.options=this.options;p=A.next();)l=p.node,f=l.type,!p.entering&&(f==="paragraph"||f==="heading")&&this.inlineParser.parse(l)},hN=function(){var n=new u("document",[[1,1],[0,0]]);return n},kF=function(n){this.doc=new hN,this.tip=this.doc,this.refmap={},this.lineNumber=0,this.lastLineLength=0,this.offset=0,this.column=0,this.lastMatchedContainer=this.doc,this.currentLine="",this.options.time&&console.time("preparing input");var l=n.split(sF),p=l.length;n.charCodeAt(n.length-1)===JU&&(p-=1),this.options.time&&console.timeEnd("preparing input"),this.options.time&&console.time("block parsing");for(var f=0;f<p;f++)this.incorporateLine(l[f]);for(;this.tip;)this.finalize(this.tip,p);return this.options.time&&console.timeEnd("block parsing"),this.options.time&&console.time("inline parsing"),this.processInlines(this.doc),this.options.time&&console.timeEnd("inline parsing"),this.doc};function xF(n){return{doc:new hN,blocks:dN,blockStarts:hF,tip:this.doc,oldtip:this.doc,currentLine:"",lineNumber:0,offset:0,column:0,nextNonspace:0,nextNonspaceColumn:0,indent:0,indented:!1,blank:!1,partiallyConsumedTab:!1,allClosed:!0,lastMatchedContainer:this.doc,refmap:{},lastLineLength:0,inlineParser:new ZU(n),findNextNonspace:bF,advanceOffset:mF,advanceNextNonspace:gF,addLine:uF,addChild:cF,incorporateLine:yF,finalize:vF,processInlines:wF,closeUnmatchedBlocks:dF,parse:kF,options:n||{}}}function Oe(){}function AF(n){var l=n.walker(),p,f;for(this.buffer="",this.lastOut=`
|
|
267
|
-
`;p=l.next();)f=p.node.type,this[f]&&this[f](p.node,p.entering);return this.buffer}function _F(n){this.buffer+=n,this.lastOut=n}function SF(){this.lastOut!==`
|
|
268
|
-
`&&this.lit(`
|
|
269
|
-
`)}function EF(n){this.lit(n)}function CF(n){return n}Oe.prototype.render=AF,Oe.prototype.out=EF,Oe.prototype.lit=_F,Oe.prototype.cr=SF,Oe.prototype.esc=CF;var DF=/^javascript:|vbscript:|file:|data:/i,TF=/^data:image\/(?:png|gif|jpeg|webp)/i,mN=function(n){return DF.test(n)&&!TF.test(n)};function LF(n,l,p){if(!(this.disableTags>0)){if(this.buffer+="<"+n,l&&l.length>0)for(var f=0,A;(A=l[f])!==void 0;)this.buffer+=" "+A[0]+'="'+A[1]+'"',f++;p&&(this.buffer+=" /"),this.buffer+=">",this.lastOut=">"}}function oe(n){n=n||{},n.softbreak=n.softbreak||`
|
|
270
|
-
`,this.disableTags=0,this.lastOut=`
|
|
271
|
-
`,this.options=n}function OF(n){this.out(n.literal)}function qF(){this.lit(this.options.softbreak)}function PF(){this.tag("br",[],!0),this.cr()}function jF(n,l){var p=this.attrs(n);l?(this.options.safe&&mN(n.destination)||p.push(["href",this.esc(n.destination)]),n.title&&p.push(["title",this.esc(n.title)]),this.tag("a",p)):this.tag("/a")}function $F(n,l){l?(this.disableTags===0&&(this.options.safe&&mN(n.destination)?this.lit('<img src="" alt="'):this.lit('<img src="'+this.esc(n.destination)+'" alt="')),this.disableTags+=1):(this.disableTags-=1,this.disableTags===0&&(n.title&&this.lit('" title="'+this.esc(n.title)),this.lit('" />')))}function NF(n,l){this.tag(l?"em":"/em")}function RF(n,l){this.tag(l?"strong":"/strong")}function MF(n,l){var p=n.parent.parent,f=this.attrs(n);p!==null&&p.type==="list"&&p.listTight||(l?(this.cr(),this.tag("p",f)):(this.tag("/p"),this.cr()))}function UF(n,l){var p="h"+n.level,f=this.attrs(n);l?(this.cr(),this.tag(p,f)):(this.tag("/"+p),this.cr())}function FF(n){this.tag("code"),this.out(n.literal),this.tag("/code")}function BF(n){var l=n.info?n.info.split(/\s+/):[],p=this.attrs(n);l.length>0&&l[0].length>0&&p.push(["class","language-"+this.esc(l[0])]),this.cr(),this.tag("pre"),this.tag("code",p),this.out(n.literal),this.tag("/code"),this.tag("/pre"),this.cr()}function IF(n){var l=this.attrs(n);this.cr(),this.tag("hr",l,!0),this.cr()}function zF(n,l){var p=this.attrs(n);l?(this.cr(),this.tag("blockquote",p),this.cr()):(this.cr(),this.tag("/blockquote"),this.cr())}function HF(n,l){var p=n.listType==="bullet"?"ul":"ol",f=this.attrs(n);if(l){var A=n.listStart;A!==null&&A!==1&&f.push(["start",A.toString()]),this.cr(),this.tag(p,f),this.cr()}else this.cr(),this.tag("/"+p),this.cr()}function VF(n,l){var p=this.attrs(n);l?this.tag("li",p):(this.tag("/li"),this.cr())}function GF(n){this.options.safe?this.lit("<!-- raw HTML omitted -->"):this.lit(n.literal)}function WF(n){this.cr(),this.options.safe?this.lit("<!-- raw HTML omitted -->"):this.lit(n.literal),this.cr()}function ZF(n,l){l&&n.onEnter?this.lit(n.onEnter):!l&&n.onExit&&this.lit(n.onExit)}function JF(n,l){this.cr(),l&&n.onEnter?this.lit(n.onEnter):!l&&n.onExit&&this.lit(n.onExit),this.cr()}function KF(n){this.lit(this.esc(n))}function YF(n){var l=[];if(this.options.sourcepos){var p=n.sourcepos;p&&l.push(["data-sourcepos",String(p[0][0])+":"+String(p[0][1])+"-"+String(p[1][0])+":"+String(p[1][1])])}return l}oe.prototype=Object.create(Oe.prototype),oe.prototype.text=OF,oe.prototype.html_inline=GF,oe.prototype.html_block=WF,oe.prototype.softbreak=qF,oe.prototype.linebreak=PF,oe.prototype.link=jF,oe.prototype.image=$F,oe.prototype.emph=NF,oe.prototype.strong=RF,oe.prototype.paragraph=MF,oe.prototype.heading=UF,oe.prototype.code=FF,oe.prototype.code_block=BF,oe.prototype.thematic_break=IF,oe.prototype.block_quote=zF,oe.prototype.list=HF,oe.prototype.item=VF,oe.prototype.custom_inline=ZF,oe.prototype.custom_block=JF,oe.prototype.esc=Z$,oe.prototype.out=KF,oe.prototype.tag=LF,oe.prototype.attrs=YF;var XF=/\<[^>]*\>/;function QF(n){return n.replace(/([a-z])([A-Z])/g,"$1_$2").toLowerCase()}function Ue(n){n=n||{},this.disableTags=0,this.lastOut=`
|
|
272
|
-
`,this.indentLevel=0,this.indent=" ",this.options=n}function eB(n){this.buffer="";var l,p,f=n.walker(),A,w,$,P,M,K,W=this.options;for(W.time&&console.time("rendering"),this.buffer+=`<?xml version="1.0" encoding="UTF-8"?>
|
|
273
|
-
`,this.buffer+=`<!DOCTYPE document SYSTEM "CommonMark.dtd">
|
|
274
|
-
`;A=f.next();)if($=A.entering,w=A.node,K=w.type,P=w.isContainer,M=K==="thematic_break"||K==="linebreak"||K==="softbreak",p=QF(K),$){switch(l=[],K){case"document":l.push(["xmlns","http://commonmark.org/xml/1.0"]);break;case"list":w.listType!==null&&l.push(["type",w.listType.toLowerCase()]),w.listStart!==null&&l.push(["start",String(w.listStart)]),w.listTight!==null&&l.push(["tight",w.listTight?"true":"false"]);var z=w.listDelimiter;if(z!==null){var ie="";z==="."?ie="period":ie="paren",l.push(["delimiter",ie])}break;case"code_block":w.info&&l.push(["info",w.info]);break;case"heading":l.push(["level",String(w.level)]);break;case"link":case"image":l.push(["destination",w.destination]),l.push(["title",w.title]);break;case"custom_inline":case"custom_block":l.push(["on_enter",w.onEnter]),l.push(["on_exit",w.onExit]);break}if(W.sourcepos){var Y=w.sourcepos;Y&&l.push(["sourcepos",String(Y[0][0])+":"+String(Y[0][1])+"-"+String(Y[1][0])+":"+String(Y[1][1])])}if(this.cr(),this.out(this.tag(p,l,M)),P)this.indentLevel+=1;else if(!P&&!M){var ue=w.literal;ue&&this.out(this.esc(ue)),this.out(this.tag("/"+p))}}else this.indentLevel-=1,this.cr(),this.out(this.tag("/"+p));return W.time&&console.timeEnd("rendering"),this.buffer+=`
|
|
275
|
-
`,this.buffer}function tB(n){this.disableTags>0?this.buffer+=n.replace(XF,""):this.buffer+=n,this.lastOut=n}function rB(){if(this.lastOut!==`
|
|
276
|
-
`){this.buffer+=`
|
|
277
|
-
`,this.lastOut=`
|
|
278
|
-
`;for(var n=this.indentLevel;n>0;n--)this.buffer+=this.indent}}function nB(n,l,p){var f="<"+n;if(l&&l.length>0)for(var A=0,w;(w=l[A])!==void 0;)f+=" "+w[0]+'="'+this.esc(w[1])+'"',A++;return p&&(f+=" /"),f+=">",f}Ue.prototype=Object.create(Oe.prototype),Ue.prototype.render=eB,Ue.prototype.out=tB,Ue.prototype.cr=rB,Ue.prototype.tag=nB,Ue.prototype.esc=Z$,r.HtmlRenderer=oe,r.Node=u,r.Parser=xF,r.Renderer=Oe,r.XmlRenderer=Ue,Object.defineProperty(r,"__esModule",{value:!0})})}(rr,rr.exports)),rr.exports}var nr={exports:{}},ir,FN;function KI(){if(FN)return ir;FN=1;function e(t){if(t.length>=255)throw new TypeError("Alphabet too long");for(var r=new Uint8Array(256),i=0;i<r.length;i++)r[i]=255;for(var a=0;a<t.length;a++){var o=t.charAt(a),s=o.charCodeAt(0);if(r[s]!==255)throw new TypeError(o+" is ambiguous");r[s]=a}var u=t.length,c=t.charAt(0),d=Math.log(u)/Math.log(256),h=Math.log(256)/Math.log(u);function b(x){if(x instanceof Uint8Array||(ArrayBuffer.isView(x)?x=new Uint8Array(x.buffer,x.byteOffset,x.byteLength):Array.isArray(x)&&(x=Uint8Array.from(x))),!(x instanceof Uint8Array))throw new TypeError("Expected Uint8Array");if(x.length===0)return"";for(var C=0,y=0,_=0,m=x.length;_!==m&&x[_]===0;)_++,C++;for(var L=(m-_)*h+1>>>0,O=new Uint8Array(L);_!==m;){for(var R=x[_],j=0,q=L-1;(R!==0||j<y)&&q!==-1;q--,j++)R+=256*O[q]>>>0,O[q]=R%u>>>0,R=R/u>>>0;if(R!==0)throw new Error("Non-zero carry");y=j,_++}for(var F=L-y;F!==L&&O[F]===0;)F++;for(var B=c.repeat(C);F<L;++F)B+=t.charAt(O[F]);return B}function D(x){if(typeof x!="string")throw new TypeError("Expected String");if(x.length===0)return new Uint8Array;var C=0;if(x[C]!==" "){for(var y=0,_=0;x[C]===c;)y++,C++;for(var m=(x.length-C)*d+1>>>0,L=new Uint8Array(m);x[C];){var O=r[x.charCodeAt(C)];if(O===255)return;for(var R=0,j=m-1;(O!==0||R<_)&&j!==-1;j--,R++)O+=u*L[j]>>>0,L[j]=O%256>>>0,O=O/256>>>0;if(O!==0)throw new Error("Non-zero carry");_=R,C++}if(x[C]!==" "){for(var q=m-_;q!==m&&L[q]===0;)q++;for(var F=new Uint8Array(y+(m-q)),B=y;q!==m;)F[B++]=L[q++];return F}}}function E(x){var C=D(x);if(C)return C;throw new Error("Non-base"+u+" character")}return{encode:b,decodeUnsafe:D,decode:E}}return ir=e,ir}var or={},BN={},IN={},zN,HN;function rM(){return HN||(HN=1,zN=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(t 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 o=Object.getOwnPropertyDescriptor(e,t);if(o.value!==i||o.enumerable!==!0)return!1}return!0}),zN}var ar,VN;function Zr(){if(VN)return ar;VN=1;var e=rM();return ar=function(){return e()&&!!Symbol.toStringTag},ar}var sr,GN;function YI(){if(GN)return sr;GN=1;var e=typeof Symbol<"u"&&Symbol,t=rM();return sr=function(){return typeof e!="function"||typeof Symbol!="function"||typeof e("foo")!="symbol"||typeof Symbol("bar")!="symbol"?!1:t()},sr}var lr,WN;function XI(){if(WN)return lr;WN=1;var e={foo:{}},t=Object;return lr=function(){return{__proto__:e}.foo===e.foo&&!({__proto__:null}instanceof t)},lr}var ur,ZN;function QI(){if(ZN)return ur;ZN=1;var e="Function.prototype.bind called on incompatible ",t=Object.prototype.toString,r=Math.max,i="[object Function]",a=function(u,c){for(var d=[],h=0;h<u.length;h+=1)d[h]=u[h];for(var b=0;b<c.length;b+=1)d[b+u.length]=c[b];return d},o=function(u,c){for(var d=[],h=c||0,b=0;h<u.length;h+=1,b+=1)d[b]=u[h];return d},s=function(u,c){for(var d="",h=0;h<u.length;h+=1)d+=u[h],h+1<u.length&&(d+=c);return d};return ur=function(u){var c=this;if(typeof c!="function"||t.apply(c)!==i)throw new TypeError(e+c);for(var d=o(arguments,1),h,b=function(){if(this instanceof h){var y=c.apply(this,a(d,arguments));return Object(y)===y?y:this}return c.apply(u,a(d,arguments))},D=r(0,c.length-d.length),E=[],x=0;x<D;x++)E[x]="$"+x;if(h=Function("binder","return function ("+s(E,",")+"){ return binder.apply(this,arguments); }")(b),c.prototype){var C=function(){};C.prototype=c.prototype,h.prototype=new C,C.prototype=null}return h},ur}var cr,JN;function Jr(){if(JN)return cr;JN=1;var e=QI();return cr=Function.prototype.bind||e,cr}var pr,KN;function ez(){if(KN)return pr;KN=1;var e=Function.prototype.call,t=Object.prototype.hasOwnProperty,r=Jr();return pr=r.call(e,t),pr}var fr,YN;function nt(){if(YN)return fr;YN=1;var e,t=SyntaxError,r=Function,i=TypeError,a=function(U){try{return r('"use strict"; return ('+U+").constructor;")()}catch{}},o=Object.getOwnPropertyDescriptor;if(o)try{o({},"")}catch{o=null}var s=function(){throw new i},u=o?function(){try{return arguments.callee,s}catch{try{return o(arguments,"callee").get}catch{return s}}}():s,c=YI()(),d=XI()(),h=Object.getPrototypeOf||(d?function(U){return U.__proto__}:null),b={},D=typeof Uint8Array>"u"||!h?e:h(Uint8Array),E={"%AggregateError%":typeof AggregateError>"u"?e:AggregateError,"%Array%":Array,"%ArrayBuffer%":typeof ArrayBuffer>"u"?e:ArrayBuffer,"%ArrayIteratorPrototype%":c&&h?h([][Symbol.iterator]()):e,"%AsyncFromSyncIteratorPrototype%":e,"%AsyncFunction%":b,"%AsyncGenerator%":b,"%AsyncGeneratorFunction%":b,"%AsyncIteratorPrototype%":b,"%Atomics%":typeof Atomics>"u"?e:Atomics,"%BigInt%":typeof BigInt>"u"?e:BigInt,"%BigInt64Array%":typeof BigInt64Array>"u"?e:BigInt64Array,"%BigUint64Array%":typeof BigUint64Array>"u"?e:BigUint64Array,"%Boolean%":Boolean,"%DataView%":typeof DataView>"u"?e:DataView,"%Date%":Date,"%decodeURI%":decodeURI,"%decodeURIComponent%":decodeURIComponent,"%encodeURI%":encodeURI,"%encodeURIComponent%":encodeURIComponent,"%Error%":Error,"%eval%":eval,"%EvalError%":EvalError,"%Float32Array%":typeof Float32Array>"u"?e:Float32Array,"%Float64Array%":typeof Float64Array>"u"?e:Float64Array,"%FinalizationRegistry%":typeof FinalizationRegistry>"u"?e:FinalizationRegistry,"%Function%":r,"%GeneratorFunction%":b,"%Int8Array%":typeof Int8Array>"u"?e:Int8Array,"%Int16Array%":typeof Int16Array>"u"?e:Int16Array,"%Int32Array%":typeof Int32Array>"u"?e:Int32Array,"%isFinite%":isFinite,"%isNaN%":isNaN,"%IteratorPrototype%":c&&h?h(h([][Symbol.iterator]())):e,"%JSON%":typeof JSON=="object"?JSON:e,"%Map%":typeof Map>"u"?e:Map,"%MapIteratorPrototype%":typeof Map>"u"||!c||!h?e:h(new Map()[Symbol.iterator]()),"%Math%":Math,"%Number%":Number,"%Object%":Object,"%parseFloat%":parseFloat,"%parseInt%":parseInt,"%Promise%":typeof Promise>"u"?e:Promise,"%Proxy%":typeof Proxy>"u"?e:Proxy,"%RangeError%":RangeError,"%ReferenceError%":ReferenceError,"%Reflect%":typeof Reflect>"u"?e:Reflect,"%RegExp%":RegExp,"%Set%":typeof Set>"u"?e:Set,"%SetIteratorPrototype%":typeof Set>"u"||!c||!h?e:h(new Set()[Symbol.iterator]()),"%SharedArrayBuffer%":typeof SharedArrayBuffer>"u"?e:SharedArrayBuffer,"%String%":String,"%StringIteratorPrototype%":c&&h?h(""[Symbol.iterator]()):e,"%Symbol%":c?Symbol:e,"%SyntaxError%":t,"%ThrowTypeError%":u,"%TypedArray%":D,"%TypeError%":i,"%Uint8Array%":typeof Uint8Array>"u"?e:Uint8Array,"%Uint8ClampedArray%":typeof Uint8ClampedArray>"u"?e:Uint8ClampedArray,"%Uint16Array%":typeof Uint16Array>"u"?e:Uint16Array,"%Uint32Array%":typeof Uint32Array>"u"?e:Uint32Array,"%URIError%":URIError,"%WeakMap%":typeof WeakMap>"u"?e:WeakMap,"%WeakRef%":typeof WeakRef>"u"?e:WeakRef,"%WeakSet%":typeof WeakSet>"u"?e:WeakSet};if(h)try{null.error}catch(U){var x=h(h(U));E["%Error.prototype%"]=x}var C=function U(te){var I;if(te==="%AsyncFunction%")I=a("async function () {}");else if(te==="%GeneratorFunction%")I=a("function* () {}");else if(te==="%AsyncGeneratorFunction%")I=a("async function* () {}");else if(te==="%AsyncGenerator%"){var G=U("%AsyncGeneratorFunction%");G&&(I=G.prototype)}else if(te==="%AsyncIteratorPrototype%"){var X=U("%AsyncGenerator%");X&&h&&(I=h(X.prototype))}return E[te]=I,I},y={"%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"]},_=Jr(),m=ez(),L=_.call(Function.call,Array.prototype.concat),O=_.call(Function.apply,Array.prototype.splice),R=_.call(Function.call,String.prototype.replace),j=_.call(Function.call,String.prototype.slice),q=_.call(Function.call,RegExp.prototype.exec),F=/[^%.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|%$))/g,B=/\\(\\)?/g,H=function(U){var te=j(U,0,1),I=j(U,-1);if(te==="%"&&I!=="%")throw new t("invalid intrinsic syntax, expected closing `%`");if(I==="%"&&te!=="%")throw new t("invalid intrinsic syntax, expected opening `%`");var G=[];return R(U,F,function(X,re,ne,pe){G[G.length]=ne?R(pe,B,"$1"):re||X}),G},se=function(U,te){var I=U,G;if(m(y,I)&&(G=y[I],I="%"+G[0]+"%"),m(E,I)){var X=E[I];if(X===b&&(X=C(I)),typeof X>"u"&&!te)throw new i("intrinsic "+U+" exists, but is not available. Please file an issue!");return{alias:G,name:I,value:X}}throw new t("intrinsic "+U+" does not exist!")};return fr=function(U,te){if(typeof U!="string"||U.length===0)throw new i("intrinsic name must be a non-empty string");if(arguments.length>1&&typeof te!="boolean")throw new i('"allowMissing" argument must be a boolean');if(q(/^%?[^%]*%?$/,U)===null)throw new t("`%` may not be present anywhere but at the beginning and end of the intrinsic name");var I=H(U),G=I.length>0?I[0]:"",X=se("%"+G+"%",te),re=X.name,ne=X.value,pe=!1,be=X.alias;be&&(G=be[0],O(I,L([0,1],be)));for(var ve=1,g=!0;ve<I.length;ve+=1){var v=I[ve],T=j(v,0,1),N=j(v,-1);if((T==='"'||T==="'"||T==="`"||N==='"'||N==="'"||N==="`")&&T!==N)throw new t("property names with quotes must have matching quotes");if((v==="constructor"||!g)&&(pe=!0),G+="."+v,re="%"+G+"%",m(E,re))ne=E[re];else if(ne!=null){if(!(v in ne)){if(!te)throw new i("base intrinsic for "+U+" exists, but the property is not available.");return}if(o&&ve+1>=I.length){var Q=o(ne,v);g=!!Q,g&&"get"in Q&&!("originalValue"in Q.get)?ne=Q.get:ne=ne[v]}else g=m(ne,v),ne=ne[v];g&&!pe&&(E[re]=ne)}}return ne},fr}var XN={exports:{}},dr,QN;function nM(){if(QN)return dr;QN=1;var e=nt(),t=e("%Object.defineProperty%",!0),r=function(){if(t)try{return t({},"a",{value:1}),!0}catch{return!1}return!1};return r.hasArrayLengthDefineBug=function(){if(!r())return null;try{return t([],"length",{value:1}).length!==1}catch{return!0}},dr=r,dr}var hr,eR;function Kr(){if(eR)return hr;eR=1;var e=nt(),t=e("%Object.getOwnPropertyDescriptor%",!0);if(t)try{t([],"length")}catch{t=null}return hr=t,hr}var mr,tR;function tz(){if(tR)return mr;tR=1;var e=nM()(),t=nt(),r=e&&t("%Object.defineProperty%",!0);if(r)try{r({},"a",{value:1})}catch{r=!1}var i=t("%SyntaxError%"),a=t("%TypeError%"),o=Kr();return mr=function(s,u,c){if(!s||typeof s!="object"&&typeof s!="function")throw new a("`obj` must be an object or a function`");if(typeof u!="string"&&typeof u!="symbol")throw new a("`property` must be a string or a symbol`");if(arguments.length>3&&typeof arguments[3]!="boolean"&&arguments[3]!==null)throw new a("`nonEnumerable`, if provided, must be a boolean or null");if(arguments.length>4&&typeof arguments[4]!="boolean"&&arguments[4]!==null)throw new a("`nonWritable`, if provided, must be a boolean or null");if(arguments.length>5&&typeof arguments[5]!="boolean"&&arguments[5]!==null)throw new a("`nonConfigurable`, if provided, must be a boolean or null");if(arguments.length>6&&typeof arguments[6]!="boolean")throw new a("`loose`, if provided, must be a boolean");var d=arguments.length>3?arguments[3]:null,h=arguments.length>4?arguments[4]:null,b=arguments.length>5?arguments[5]:null,D=arguments.length>6?arguments[6]:!1,E=!!o&&o(s,u);if(r)r(s,u,{configurable:b===null&&E?E.configurable:!b,enumerable:d===null&&E?E.enumerable:!d,value:c,writable:h===null&&E?E.writable:!h});else if(D||!d&&!h&&!b)s[u]=c;else throw new i("This environment does not support defining a property as non-configurable, non-writable, or non-enumerable.")},mr}var gr,rR;function rz(){if(rR)return gr;rR=1;var e=nt(),t=tz(),r=nM()(),i=Kr(),a=e("%TypeError%"),o=e("%Math.floor%");return gr=function(s,u){if(typeof s!="function")throw new a("`fn` is not a function");if(typeof u!="number"||u<0||u>4294967295||o(u)!==u)throw new a("`length` must be a positive 32-bit integer");var c=arguments.length>2&&!!arguments[2],d=!0,h=!0;if("length"in s&&i){var b=i(s,"length");b&&!b.configurable&&(d=!1),b&&!b.writable&&(h=!1)}return(d||h||!c)&&(r?t(s,"length",u,!0,!0):t(s,"length",u)),s},gr}var nR;function iM(){return nR||(nR=1,function(e){var t=Jr(),r=nt(),i=rz(),a=r("%TypeError%"),o=r("%Function.prototype.apply%"),s=r("%Function.prototype.call%"),u=r("%Reflect.apply%",!0)||t.call(s,o),c=r("%Object.defineProperty%",!0),d=r("%Math.max%");if(c)try{c({},"a",{value:1})}catch{c=null}e.exports=function(b){if(typeof b!="function")throw new a("a function is required");var D=u(t,s,arguments);return i(D,1+d(0,b.length-(arguments.length-1)),!0)};var h=function(){return u(t,o,arguments)};c?c(e.exports,"apply",{value:h}):e.exports.apply=h}(XN)),XN.exports}var br,iR;function oM(){if(iR)return br;iR=1;var e=nt(),t=iM(),r=t(e("String.prototype.indexOf"));return br=function(i,a){var o=e(i,!!a);return typeof o=="function"&&r(i,".prototype.")>-1?t(o):o},br}var yr,oR;function nz(){if(oR)return yr;oR=1;var e=Zr()(),t=oM(),r=t("Object.prototype.toString"),i=function(s){return e&&s&&typeof s=="object"&&Symbol.toStringTag in s?!1:r(s)==="[object Arguments]"},a=function(s){return i(s)?!0:s!==null&&typeof s=="object"&&typeof s.length=="number"&&s.length>=0&&r(s)!=="[object Array]"&&r(s.callee)==="[object Function]"},o=function(){return i(arguments)}();return i.isLegacyArguments=a,yr=o?i:a,yr}var vr,aR;function iz(){if(aR)return vr;aR=1;var e=Object.prototype.toString,t=Function.prototype.toString,r=/^\s*(?:function)?\*/,i=Zr()(),a=Object.getPrototypeOf,o=function(){if(!i)return!1;try{return Function("return function*() {}")()}catch{}},s;return vr=function(u){if(typeof u!="function")return!1;if(r.test(t.call(u)))return!0;if(!i){var c=e.call(u);return c==="[object GeneratorFunction]"}if(!a)return!1;if(typeof s>"u"){var d=o();s=d?a(d):!1}return a(u)===s},vr}var wr,sR;function oz(){if(sR)return wr;sR=1;var e=Function.prototype.toString,t=typeof Reflect=="object"&&Reflect!==null&&Reflect.apply,r,i;if(typeof t=="function"&&typeof Object.defineProperty=="function")try{r=Object.defineProperty({},"length",{get:function(){throw i}}),i={},t(function(){throw 42},null,r)}catch(m){m!==i&&(t=null)}else t=null;var a=/^\s*class\b/,o=function(m){try{var L=e.call(m);return a.test(L)}catch{return!1}},s=function(m){try{return o(m)?!1:(e.call(m),!0)}catch{return!1}},u=Object.prototype.toString,c="[object Object]",d="[object Function]",h="[object GeneratorFunction]",b="[object HTMLAllCollection]",D="[object HTML document.all class]",E="[object HTMLCollection]",x=typeof Symbol=="function"&&!!Symbol.toStringTag,C=!(0 in[,]),y=function(){return!1};if(typeof document=="object"){var _=document.all;u.call(_)===u.call(document.all)&&(y=function(m){if((C||!m)&&(typeof m>"u"||typeof m=="object"))try{var L=u.call(m);return(L===b||L===D||L===E||L===c)&&m("")==null}catch{}return!1})}return wr=t?function(m){if(y(m))return!0;if(!m||typeof m!="function"&&typeof m!="object")return!1;try{t(m,null,r)}catch(L){if(L!==i)return!1}return!o(m)&&s(m)}:function(m){if(y(m))return!0;if(!m||typeof m!="function"&&typeof m!="object")return!1;if(x)return s(m);if(o(m))return!1;var L=u.call(m);return L!==d&&L!==h&&!/^\[object HTML/.test(L)?!1:s(m)},wr}var kr,lR;function az(){if(lR)return kr;lR=1;var e=oz(),t=Object.prototype.toString,r=Object.prototype.hasOwnProperty,i=function(u,c,d){for(var h=0,b=u.length;h<b;h++)r.call(u,h)&&(d==null?c(u[h],h,u):c.call(d,u[h],h,u))},a=function(u,c,d){for(var h=0,b=u.length;h<b;h++)d==null?c(u.charAt(h),h,u):c.call(d,u.charAt(h),h,u)},o=function(u,c,d){for(var h in u)r.call(u,h)&&(d==null?c(u[h],h,u):c.call(d,u[h],h,u))},s=function(u,c,d){if(!e(c))throw new TypeError("iterator must be a function");var h;arguments.length>=3&&(h=d),t.call(u)==="[object Array]"?i(u,c,h):typeof u=="string"?a(u,c,h):o(u,c,h)};return kr=s,kr}var xr,uR;function sz(){if(uR)return xr;uR=1;var e=["BigInt64Array","BigUint64Array","Float32Array","Float64Array","Int16Array","Int32Array","Int8Array","Uint16Array","Uint32Array","Uint8Array","Uint8ClampedArray"],t=typeof globalThis>"u"?dt:globalThis;return xr=function(){for(var r=[],i=0;i<e.length;i++)typeof t[e[i]]=="function"&&(r[r.length]=e[i]);return r},xr}var Ar,cR;function aM(){if(cR)return Ar;cR=1;var e=az(),t=sz(),r=iM(),i=oM(),a=Kr(),o=i("Object.prototype.toString"),s=Zr()(),u=typeof globalThis>"u"?dt:globalThis,c=t(),d=i("String.prototype.slice"),h=Object.getPrototypeOf,b=i("Array.prototype.indexOf",!0)||function(C,y){for(var _=0;_<C.length;_+=1)if(C[_]===y)return _;return-1},D={__proto__:null};s&&a&&h?e(c,function(C){var y=new u[C];if(Symbol.toStringTag in y){var _=h(y),m=a(_,Symbol.toStringTag);if(!m){var L=h(_);m=a(L,Symbol.toStringTag)}D["$"+C]=r(m.get)}}):e(c,function(C){var y=new u[C],_=y.slice||y.set;_&&(D["$"+C]=r(_))});var E=function(C){var y=!1;return e(D,function(_,m){if(!y)try{"$"+_(C)===m&&(y=d(m,1))}catch{}}),y},x=function(C){var y=!1;return e(D,function(_,m){if(!y)try{_(C),y=d(m,1)}catch{}}),y};return Ar=function(C){if(!C||typeof C!="object")return!1;if(!s){var y=d(o(C),8,-1);return b(c,y)>-1?y:y!=="Object"?!1:x(C)}return a?E(C):null},Ar}var _r,pR;function lz(){if(pR)return _r;pR=1;var e=aM();return _r=function(t){return!!e(t)},_r}var fR;function uz(){return fR||(fR=1,function(e){var t=nz(),r=iz(),i=aM(),a=lz();function o(S){return S.call.bind(S)}var s=typeof BigInt<"u",u=typeof Symbol<"u",c=o(Object.prototype.toString),d=o(Number.prototype.valueOf),h=o(String.prototype.valueOf),b=o(Boolean.prototype.valueOf);if(s)var D=o(BigInt.prototype.valueOf);if(u)var E=o(Symbol.prototype.valueOf);function x(S,Et){if(typeof S!="object")return!1;try{return Et(S),!0}catch{return!1}}e.isArgumentsObject=t,e.isGeneratorFunction=r,e.isTypedArray=a;function C(S){return typeof Promise<"u"&&S instanceof Promise||S!==null&&typeof S=="object"&&typeof S.then=="function"&&typeof S.catch=="function"}e.isPromise=C;function y(S){return typeof ArrayBuffer<"u"&&ArrayBuffer.isView?ArrayBuffer.isView(S):a(S)||v(S)}e.isArrayBufferView=y;function _(S){return i(S)==="Uint8Array"}e.isUint8Array=_;function m(S){return i(S)==="Uint8ClampedArray"}e.isUint8ClampedArray=m;function L(S){return i(S)==="Uint16Array"}e.isUint16Array=L;function O(S){return i(S)==="Uint32Array"}e.isUint32Array=O;function R(S){return i(S)==="Int8Array"}e.isInt8Array=R;function j(S){return i(S)==="Int16Array"}e.isInt16Array=j;function q(S){return i(S)==="Int32Array"}e.isInt32Array=q;function F(S){return i(S)==="Float32Array"}e.isFloat32Array=F;function B(S){return i(S)==="Float64Array"}e.isFloat64Array=B;function H(S){return i(S)==="BigInt64Array"}e.isBigInt64Array=H;function se(S){return i(S)==="BigUint64Array"}e.isBigUint64Array=se;function U(S){return c(S)==="[object Map]"}U.working=typeof Map<"u"&&U(new Map);function te(S){return typeof Map>"u"?!1:U.working?U(S):S instanceof Map}e.isMap=te;function I(S){return c(S)==="[object Set]"}I.working=typeof Set<"u"&&I(new Set);function G(S){return typeof Set>"u"?!1:I.working?I(S):S instanceof Set}e.isSet=G;function X(S){return c(S)==="[object WeakMap]"}X.working=typeof WeakMap<"u"&&X(new WeakMap);function re(S){return typeof WeakMap>"u"?!1:X.working?X(S):S instanceof WeakMap}e.isWeakMap=re;function ne(S){return c(S)==="[object WeakSet]"}ne.working=typeof WeakSet<"u"&&ne(new WeakSet);function pe(S){return ne(S)}e.isWeakSet=pe;function be(S){return c(S)==="[object ArrayBuffer]"}be.working=typeof ArrayBuffer<"u"&&be(new ArrayBuffer);function ve(S){return typeof ArrayBuffer>"u"?!1:be.working?be(S):S instanceof ArrayBuffer}e.isArrayBuffer=ve;function g(S){return c(S)==="[object DataView]"}g.working=typeof ArrayBuffer<"u"&&typeof DataView<"u"&&g(new DataView(new ArrayBuffer(1),0,1));function v(S){return typeof DataView>"u"?!1:g.working?g(S):S instanceof DataView}e.isDataView=v;var T=typeof SharedArrayBuffer<"u"?SharedArrayBuffer:void 0;function N(S){return c(S)==="[object SharedArrayBuffer]"}function Q(S){return typeof T>"u"?!1:(typeof N.working>"u"&&(N.working=N(new T)),N.working?N(S):S instanceof T)}e.isSharedArrayBuffer=Q;function Z(S){return c(S)==="[object AsyncFunction]"}e.isAsyncFunction=Z;function V(S){return c(S)==="[object Map Iterator]"}e.isMapIterator=V;function J(S){return c(S)==="[object Set Iterator]"}e.isSetIterator=J;function ee(S){return c(S)==="[object Generator]"}e.isGeneratorObject=ee;function ye(S){return c(S)==="[object WebAssembly.Module]"}e.isWebAssemblyCompiledModule=ye;function _e(S){return x(S,d)}e.isNumberObject=_e;function je(S){return x(S,h)}e.isStringObject=je;function Ee(S){return x(S,b)}e.isBooleanObject=Ee;function $e(S){return s&&x(S,D)}e.isBigIntObject=$e;function it(S){return u&&x(S,E)}e.isSymbolObject=it;function _t(S){return _e(S)||je(S)||Ee(S)||$e(S)||it(S)}e.isBoxedPrimitive=_t;function St(S){return typeof Uint8Array<"u"&&(ve(S)||Q(S))}e.isAnyArrayBuffer=St,["isProxy","isExternal","isModuleNamespaceObject"].forEach(function(S){Object.defineProperty(e,S,{enumerable:!1,value:function(){throw new Error(S+" is not supported in userland")}})})}(IN)),IN}var dR,hR;function cz(){return hR||(hR=1,dR=function(e){return e&&typeof e=="object"&&typeof e.copy=="function"&&typeof e.fill=="function"&&typeof e.readUInt8=="function"}),dR}var Sr={exports:{}},mR;function pz(){return mR||(mR=1,typeof Object.create=="function"?Sr.exports=function(e,t){t&&(e.super_=t,e.prototype=Object.create(t.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}}))}:Sr.exports=function(e,t){if(t){e.super_=t;var r=function(){};r.prototype=t.prototype,e.prototype=new r,e.prototype.constructor=e}}),Sr.exports}var gR;function bR(){return gR||(gR=1,function(e){var t=Object.getOwnPropertyDescriptors||function(g){for(var v=Object.keys(g),T={},N=0;N<v.length;N++)T[v[N]]=Object.getOwnPropertyDescriptor(g,v[N]);return T},r=/%[sdj%]/g;e.format=function(g){if(!R(g)){for(var v=[],T=0;T<arguments.length;T++)v.push(s(arguments[T]));return v.join(" ")}for(var T=1,N=arguments,Q=N.length,Z=String(g).replace(r,function(ee){if(ee==="%%")return"%";if(T>=Q)return ee;switch(ee){case"%s":return String(N[T++]);case"%d":return Number(N[T++]);case"%j":try{return JSON.stringify(N[T++])}catch{return"[Circular]"}default:return ee}}),V=N[T];T<Q;V=N[++T])m(V)||!B(V)?Z+=" "+V:Z+=" "+s(V);return Z},e.deprecate=function(g,v){if(typeof process<"u"&&process.noDeprecation===!0)return g;if(typeof process>"u")return function(){return e.deprecate(g,v).apply(this,arguments)};var T=!1;function N(){if(!T){if(process.throwDeprecation)throw new Error(v);process.traceDeprecation?console.trace(v):console.error(v),T=!0}return g.apply(this,arguments)}return N};var i={},a=/^$/;if({}.NODE_DEBUG){var o={}.NODE_DEBUG;o=o.replace(/[|\\{}()[\]^$+?.]/g,"\\$&").replace(/\*/g,".*").replace(/,/g,"$|^").toUpperCase(),a=new RegExp("^"+o+"$","i")}e.debuglog=function(g){if(g=g.toUpperCase(),!i[g])if(a.test(g)){var v=process.pid;i[g]=function(){var T=e.format.apply(e,arguments);console.error("%s %d: %s",g,v,T)}}else i[g]=function(){};return i[g]};function s(g,v){var T={seen:[],stylize:c};return arguments.length>=3&&(T.depth=arguments[2]),arguments.length>=4&&(T.colors=arguments[3]),_(v)?T.showHidden=v:v&&e._extend(T,v),q(T.showHidden)&&(T.showHidden=!1),q(T.depth)&&(T.depth=2),q(T.colors)&&(T.colors=!1),q(T.customInspect)&&(T.customInspect=!0),T.colors&&(T.stylize=u),h(T,g,T.depth)}e.inspect=s,s.colors={bold:[1,22],italic:[3,23],underline:[4,24],inverse:[7,27],white:[37,39],grey:[90,39],black:[30,39],blue:[34,39],cyan:[36,39],green:[32,39],magenta:[35,39],red:[31,39],yellow:[33,39]},s.styles={special:"cyan",number:"yellow",boolean:"yellow",undefined:"grey",null:"bold",string:"green",date:"magenta",regexp:"red"};function u(g,v){var T=s.styles[v];return T?"\x1B["+s.colors[T][0]+"m"+g+"\x1B["+s.colors[T][1]+"m":g}function c(g,v){return g}function d(g){var v={};return g.forEach(function(T,N){v[T]=!0}),v}function h(g,v,T){if(g.customInspect&&v&&U(v.inspect)&&v.inspect!==e.inspect&&!(v.constructor&&v.constructor.prototype===v)){var N=v.inspect(T,g);return R(N)||(N=h(g,N,T)),N}var Q=b(g,v);if(Q)return Q;var Z=Object.keys(v),V=d(Z);if(g.showHidden&&(Z=Object.getOwnPropertyNames(v)),se(v)&&(Z.indexOf("message")>=0||Z.indexOf("description")>=0))return D(v);if(Z.length===0){if(U(v)){var J=v.name?": "+v.name:"";return g.stylize("[Function"+J+"]","special")}if(F(v))return g.stylize(RegExp.prototype.toString.call(v),"regexp");if(H(v))return g.stylize(Date.prototype.toString.call(v),"date");if(se(v))return D(v)}var ee="",ye=!1,_e=["{","}"];if(y(v)&&(ye=!0,_e=["[","]"]),U(v)){var je=v.name?": "+v.name:"";ee=" [Function"+je+"]"}if(F(v)&&(ee=" "+RegExp.prototype.toString.call(v)),H(v)&&(ee=" "+Date.prototype.toUTCString.call(v)),se(v)&&(ee=" "+D(v)),Z.length===0&&(!ye||v.length==0))return _e[0]+ee+_e[1];if(T<0)return F(v)?g.stylize(RegExp.prototype.toString.call(v),"regexp"):g.stylize("[Object]","special");g.seen.push(v);var Ee;return ye?Ee=E(g,v,T,V,Z):Ee=Z.map(function($e){return x(g,v,T,V,$e,ye)}),g.seen.pop(),C(Ee,ee,_e)}function b(g,v){if(q(v))return g.stylize("undefined","undefined");if(R(v)){var T="'"+JSON.stringify(v).replace(/^"|"$/g,"").replace(/'/g,"\\'").replace(/\\"/g,'"')+"'";return g.stylize(T,"string")}if(O(v))return g.stylize(""+v,"number");if(_(v))return g.stylize(""+v,"boolean");if(m(v))return g.stylize("null","null")}function D(g){return"["+Error.prototype.toString.call(g)+"]"}function E(g,v,T,N,Q){for(var Z=[],V=0,J=v.length;V<J;++V)ne(v,String(V))?Z.push(x(g,v,T,N,String(V),!0)):Z.push("");return Q.forEach(function(ee){ee.match(/^\d+$/)||Z.push(x(g,v,T,N,ee,!0))}),Z}function x(g,v,T,N,Q,Z){var V,J,ee;if(ee=Object.getOwnPropertyDescriptor(v,Q)||{value:v[Q]},ee.get?ee.set?J=g.stylize("[Getter/Setter]","special"):J=g.stylize("[Getter]","special"):ee.set&&(J=g.stylize("[Setter]","special")),ne(N,Q)||(V="["+Q+"]"),J||(g.seen.indexOf(ee.value)<0?(m(T)?J=h(g,ee.value,null):J=h(g,ee.value,T-1),J.indexOf(`
|
|
279
|
-
`)>-1&&(Z?J=J.split(`
|
|
280
|
-
`).map(function(ye){return" "+ye}).join(`
|
|
281
|
-
`).slice(2):J=`
|
|
282
|
-
`+J.split(`
|
|
283
|
-
`).map(function(ye){return" "+ye}).join(`
|
|
284
|
-
`))):J=g.stylize("[Circular]","special")),q(V)){if(Z&&Q.match(/^\d+$/))return J;V=JSON.stringify(""+Q),V.match(/^"([a-zA-Z_][a-zA-Z_0-9]*)"$/)?(V=V.slice(1,-1),V=g.stylize(V,"name")):(V=V.replace(/'/g,"\\'").replace(/\\"/g,'"').replace(/(^"|"$)/g,"'"),V=g.stylize(V,"string"))}return V+": "+J}function C(g,v,T){var N=g.reduce(function(Q,Z){return Z.indexOf(`
|
|
285
|
-
`)>=0,Q+Z.replace(/\u001b\[\d\d?m/g,"").length+1},0);return N>60?T[0]+(v===""?"":v+`
|
|
286
|
-
`)+" "+g.join(`,
|
|
287
|
-
`)+" "+T[1]:T[0]+v+" "+g.join(", ")+" "+T[1]}e.types=uz();function y(g){return Array.isArray(g)}e.isArray=y;function _(g){return typeof g=="boolean"}e.isBoolean=_;function m(g){return g===null}e.isNull=m;function L(g){return g==null}e.isNullOrUndefined=L;function O(g){return typeof g=="number"}e.isNumber=O;function R(g){return typeof g=="string"}e.isString=R;function j(g){return typeof g=="symbol"}e.isSymbol=j;function q(g){return g===void 0}e.isUndefined=q;function F(g){return B(g)&&I(g)==="[object RegExp]"}e.isRegExp=F,e.types.isRegExp=F;function B(g){return typeof g=="object"&&g!==null}e.isObject=B;function H(g){return B(g)&&I(g)==="[object Date]"}e.isDate=H,e.types.isDate=H;function se(g){return B(g)&&(I(g)==="[object Error]"||g instanceof Error)}e.isError=se,e.types.isNativeError=se;function U(g){return typeof g=="function"}e.isFunction=U;function te(g){return g===null||typeof g=="boolean"||typeof g=="number"||typeof g=="string"||typeof g=="symbol"||typeof g>"u"}e.isPrimitive=te,e.isBuffer=cz();function I(g){return Object.prototype.toString.call(g)}function G(g){return g<10?"0"+g.toString(10):g.toString(10)}var X=["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"];function re(){var g=new Date,v=[G(g.getHours()),G(g.getMinutes()),G(g.getSeconds())].join(":");return[g.getDate(),X[g.getMonth()],v].join(" ")}e.log=function(){console.log("%s - %s",re(),e.format.apply(e,arguments))},e.inherits=pz(),e._extend=function(g,v){if(!v||!B(v))return g;for(var T=Object.keys(v),N=T.length;N--;)g[T[N]]=v[T[N]];return g};function ne(g,v){return Object.prototype.hasOwnProperty.call(g,v)}var pe=typeof Symbol<"u"?Symbol("util.promisify.custom"):void 0;e.promisify=function(g){if(typeof g!="function")throw new TypeError('The "original" argument must be of type Function');if(pe&&g[pe]){var v=g[pe];if(typeof v!="function")throw new TypeError('The "util.promisify.custom" argument must be of type Function');return Object.defineProperty(v,pe,{value:v,enumerable:!1,writable:!1,configurable:!0}),v}function v(){for(var T,N,Q=new Promise(function(J,ee){T=J,N=ee}),Z=[],V=0;V<arguments.length;V++)Z.push(arguments[V]);Z.push(function(J,ee){J?N(J):T(ee)});try{g.apply(this,Z)}catch(J){N(J)}return Q}return Object.setPrototypeOf(v,Object.getPrototypeOf(g)),pe&&Object.defineProperty(v,pe,{value:v,enumerable:!1,writable:!1,configurable:!0}),Object.defineProperties(v,t(g))},e.promisify.custom=pe;function be(g,v){if(!g){var T=new Error("Promise was rejected with a falsy value");T.reason=g,g=T}return v(g)}function ve(g){if(typeof g!="function")throw new TypeError('The "original" argument must be of type Function');function v(){for(var T=[],N=0;N<arguments.length;N++)T.push(arguments[N]);var Q=T.pop();if(typeof Q!="function")throw new TypeError("The last argument must be of type Function");var Z=this,V=function(){return Q.apply(Z,arguments)};g.apply(this,T).then(function(J){process.nextTick(V.bind(null,null,J))},function(J){process.nextTick(be.bind(null,J,V))})}return Object.setPrototypeOf(v,Object.getPrototypeOf(g)),Object.defineProperties(v,t(g)),v}e.callbackify=ve}(BN)),BN}var yR;function fz(){return yR||(yR=1,or.TextEncoder=typeof TextEncoder<"u"?TextEncoder:bR().TextEncoder,or.TextDecoder=typeof TextDecoder<"u"?TextDecoder:bR().TextDecoder),or}var Er,vR;function Yr(){if(vR)return Er;vR=1;const{TextEncoder:e,TextDecoder:t}=fz(),r=new t,i=u=>r.decode(u),a=new e,o=u=>a.encode(u);function s(u,c){const d=new Uint8Array(c);let h=0;for(const b of u)d.set(b,h),h+=b.length;return d}return Er={decodeText:i,encodeText:o,concat:s},Er}var Cr,wR;function dz(){if(wR)return Cr;wR=1;const{encodeText:e}=Yr();class t{constructor(i,a,o,s){this.name=i,this.code=a,this.codeBuf=e(this.code),this.alphabet=s,this.codec=o(s)}encode(i){return this.codec.encode(i)}decode(i){for(const a of i)if(this.alphabet&&this.alphabet.indexOf(a)<0)throw new Error(`invalid character '${a}' in '${i}'`);return this.codec.decode(i)}}return Cr=t,Cr}var Dr,kR;function hz(){if(kR)return Dr;kR=1;const e=(r,i,a)=>{const o={};for(let b=0;b<i.length;++b)o[i[b]]=b;let s=r.length;for(;r[s-1]==="=";)--s;const u=new Uint8Array(s*a/8|0);let c=0,d=0,h=0;for(let b=0;b<s;++b){const D=o[r[b]];if(D===void 0)throw new SyntaxError("Invalid character "+r[b]);d=d<<a|D,c+=a,c>=8&&(c-=8,u[h++]=255&d>>c)}if(c>=a||255&d<<8-c)throw new SyntaxError("Unexpected end of data");return u},t=(r,i,a)=>{const o=i[i.length-1]==="=",s=(1<<a)-1;let u="",c=0,d=0;for(let h=0;h<r.length;++h)for(d=d<<8|r[h],c+=8;c>a;)c-=a,u+=i[s&d>>c];if(c&&(u+=i[s&d<<a-c]),o)for(;u.length*a&7;)u+="=";return u};return Dr={rfc4648:r=>i=>({encode(a){return t(a,i,r)},decode(a){return e(a,i,r)}})},Dr}var Tr,xR;function mz(){if(xR)return Tr;xR=1;const e=KI(),t=dz(),{rfc4648:r}=hz(),{decodeText:i,encodeText:a}=Yr(),o=[["identity","\0",()=>({encode:i,decode:a}),""],["base2","0",r(1),"01"],["base8","7",r(3),"01234567"],["base10","9",e,"0123456789"],["base16","f",r(4),"0123456789abcdef"],["base16upper","F",r(4),"0123456789ABCDEF"],["base32hex","v",r(5),"0123456789abcdefghijklmnopqrstuv"],["base32hexupper","V",r(5),"0123456789ABCDEFGHIJKLMNOPQRSTUV"],["base32hexpad","t",r(5),"0123456789abcdefghijklmnopqrstuv="],["base32hexpadupper","T",r(5),"0123456789ABCDEFGHIJKLMNOPQRSTUV="],["base32","b",r(5),"abcdefghijklmnopqrstuvwxyz234567"],["base32upper","B",r(5),"ABCDEFGHIJKLMNOPQRSTUVWXYZ234567"],["base32pad","c",r(5),"abcdefghijklmnopqrstuvwxyz234567="],["base32padupper","C",r(5),"ABCDEFGHIJKLMNOPQRSTUVWXYZ234567="],["base32z","h",r(5),"ybndrfg8ejkmcpqxot1uwisza345h769"],["base36","k",e,"0123456789abcdefghijklmnopqrstuvwxyz"],["base36upper","K",e,"0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ"],["base58btc","z",e,"123456789ABCDEFGHJKLMNPQRSTUVWXYZabcdefghijkmnopqrstuvwxyz"],["base58flickr","Z",e,"123456789abcdefghijkmnopqrstuvwxyzABCDEFGHJKLMNPQRSTUVWXYZ"],["base64","m",r(6),"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/"],["base64pad","M",r(6),"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/="],["base64url","u",r(6),"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-_"],["base64urlpad","U",r(6),"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-_="]],s=o.reduce((c,d)=>(c[d[0]]=new t(d[0],d[1],d[2],d[3]),c),{}),u=o.reduce((c,d)=>(c[d[1]]=s[d[0]],c),{});return Tr={names:s,codes:u},Tr}var AR;function gz(){return AR||(AR=1,function(e,t){const r=mz(),{encodeText:i,decodeText:a,concat:o}=Yr();function s(E,x){if(!x)throw new Error("requires an encoded Uint8Array");const{name:C,codeBuf:y}=b(E);return h(C,x),o([y,x],y.length+x.length)}function u(E,x){const C=b(E),y=i(C.encode(x));return o([C.codeBuf,y],C.codeBuf.length+y.length)}function c(E){E instanceof Uint8Array&&(E=a(E));const x=E[0];return["f","F","v","V","t","T","b","B","c","C","h","k","K"].includes(x)&&(E=E.toLowerCase()),b(E[0]).decode(E.substring(1))}function d(E){if(E instanceof Uint8Array&&(E=a(E)),Object.prototype.toString.call(E)!=="[object String]")return!1;try{return b(E[0]).name}catch{return!1}}function h(E,x){b(E).decode(a(x))}function b(E){if(Object.prototype.hasOwnProperty.call(r.names,E))return r.names[E];if(Object.prototype.hasOwnProperty.call(r.codes,E))return r.codes[E];throw new Error(`Unsupported encoding: ${E}`)}function D(E){return E instanceof Uint8Array&&(E=a(E)),b(E[0])}t=e.exports=s,t.encode=u,t.decode=c,t.isEncoded=d,t.encoding=b,t.encodingFromData=D,t.names=Object.freeze(r.names),t.codes=Object.freeze(r.codes)}(nr,nr.exports)),nr.exports}var Lr,_R;function bz(){if(_R)return Lr;_R=1,Lr=a;var e=128,t=127,r=~t,i=Math.pow(2,31);function a(o,s,u){if(Number.MAX_SAFE_INTEGER&&o>Number.MAX_SAFE_INTEGER)throw a.bytes=0,new RangeError("Could not encode varint");s=s||[],u=u||0;for(var c=u;o>=i;)s[u++]=o&255|e,o/=128;for(;o&r;)s[u++]=o&255|e,o>>>=7;return s[u]=o|0,a.bytes=u-c+1,s}return Lr}var Or,SR;function yz(){if(SR)return Or;SR=1,Or=r;var e=128,t=127;function r(i,s){var o=0,s=s||0,u=0,c=s,d,h=i.length;do{if(c>=h||u>49)throw r.bytes=0,new RangeError("Could not decode varint");d=i[c++],o+=u<28?(d&t)<<u:(d&t)*Math.pow(2,u),u+=7}while(d>=e);return r.bytes=c-s,o}return Or}var qr,ER;function vz(){if(ER)return qr;ER=1;var e=Math.pow(2,7),t=Math.pow(2,14),r=Math.pow(2,21),i=Math.pow(2,28),a=Math.pow(2,35),o=Math.pow(2,42),s=Math.pow(2,49),u=Math.pow(2,56),c=Math.pow(2,63);return qr=function(d){return d<e?1:d<t?2:d<r?3:d<i?4:d<a?5:d<o?6:d<s?7:d<u?8:d<c?9:10},qr}var CR,DR;function wz(){return DR||(DR=1,CR={encode:bz(),decode:yz(),encodingLength:vz()}),CR}var TR,LR;function kz(){return LR||(LR=1,TR={names:Object.freeze({identity:0,sha1:17,"sha2-256":18,"sha2-512":19,"sha3-512":20,"sha3-384":21,"sha3-256":22,"sha3-224":23,"shake-128":24,"shake-256":25,"keccak-224":26,"keccak-256":27,"keccak-384":28,"keccak-512":29,blake3:30,"murmur3-128":34,"murmur3-32":35,"dbl-sha2-256":86,md4:212,md5:213,bmt:214,"sha2-256-trunc254-padded":4114,"ripemd-128":4178,"ripemd-160":4179,"ripemd-256":4180,"ripemd-320":4181,x11:4352,kangarootwelve:7425,"sm3-256":21325,"blake2b-8":45569,"blake2b-16":45570,"blake2b-24":45571,"blake2b-32":45572,"blake2b-40":45573,"blake2b-48":45574,"blake2b-56":45575,"blake2b-64":45576,"blake2b-72":45577,"blake2b-80":45578,"blake2b-88":45579,"blake2b-96":45580,"blake2b-104":45581,"blake2b-112":45582,"blake2b-120":45583,"blake2b-128":45584,"blake2b-136":45585,"blake2b-144":45586,"blake2b-152":45587,"blake2b-160":45588,"blake2b-168":45589,"blake2b-176":45590,"blake2b-184":45591,"blake2b-192":45592,"blake2b-200":45593,"blake2b-208":45594,"blake2b-216":45595,"blake2b-224":45596,"blake2b-232":45597,"blake2b-240":45598,"blake2b-248":45599,"blake2b-256":45600,"blake2b-264":45601,"blake2b-272":45602,"blake2b-280":45603,"blake2b-288":45604,"blake2b-296":45605,"blake2b-304":45606,"blake2b-312":45607,"blake2b-320":45608,"blake2b-328":45609,"blake2b-336":45610,"blake2b-344":45611,"blake2b-352":45612,"blake2b-360":45613,"blake2b-368":45614,"blake2b-376":45615,"blake2b-384":45616,"blake2b-392":45617,"blake2b-400":45618,"blake2b-408":45619,"blake2b-416":45620,"blake2b-424":45621,"blake2b-432":45622,"blake2b-440":45623,"blake2b-448":45624,"blake2b-456":45625,"blake2b-464":45626,"blake2b-472":45627,"blake2b-480":45628,"blake2b-488":45629,"blake2b-496":45630,"blake2b-504":45631,"blake2b-512":45632,"blake2s-8":45633,"blake2s-16":45634,"blake2s-24":45635,"blake2s-32":45636,"blake2s-40":45637,"blake2s-48":45638,"blake2s-56":45639,"blake2s-64":45640,"blake2s-72":45641,"blake2s-80":45642,"blake2s-88":45643,"blake2s-96":45644,"blake2s-104":45645,"blake2s-112":45646,"blake2s-120":45647,"blake2s-128":45648,"blake2s-136":45649,"blake2s-144":45650,"blake2s-152":45651,"blake2s-160":45652,"blake2s-168":45653,"blake2s-176":45654,"blake2s-184":45655,"blake2s-192":45656,"blake2s-200":45657,"blake2s-208":45658,"blake2s-216":45659,"blake2s-224":45660,"blake2s-232":45661,"blake2s-240":45662,"blake2s-248":45663,"blake2s-256":45664,"skein256-8":45825,"skein256-16":45826,"skein256-24":45827,"skein256-32":45828,"skein256-40":45829,"skein256-48":45830,"skein256-56":45831,"skein256-64":45832,"skein256-72":45833,"skein256-80":45834,"skein256-88":45835,"skein256-96":45836,"skein256-104":45837,"skein256-112":45838,"skein256-120":45839,"skein256-128":45840,"skein256-136":45841,"skein256-144":45842,"skein256-152":45843,"skein256-160":45844,"skein256-168":45845,"skein256-176":45846,"skein256-184":45847,"skein256-192":45848,"skein256-200":45849,"skein256-208":45850,"skein256-216":45851,"skein256-224":45852,"skein256-232":45853,"skein256-240":45854,"skein256-248":45855,"skein256-256":45856,"skein512-8":45857,"skein512-16":45858,"skein512-24":45859,"skein512-32":45860,"skein512-40":45861,"skein512-48":45862,"skein512-56":45863,"skein512-64":45864,"skein512-72":45865,"skein512-80":45866,"skein512-88":45867,"skein512-96":45868,"skein512-104":45869,"skein512-112":45870,"skein512-120":45871,"skein512-128":45872,"skein512-136":45873,"skein512-144":45874,"skein512-152":45875,"skein512-160":45876,"skein512-168":45877,"skein512-176":45878,"skein512-184":45879,"skein512-192":45880,"skein512-200":45881,"skein512-208":45882,"skein512-216":45883,"skein512-224":45884,"skein512-232":45885,"skein512-240":45886,"skein512-248":45887,"skein512-256":45888,"skein512-264":45889,"skein512-272":45890,"skein512-280":45891,"skein512-288":45892,"skein512-296":45893,"skein512-304":45894,"skein512-312":45895,"skein512-320":45896,"skein512-328":45897,"skein512-336":45898,"skein512-344":45899,"skein512-352":45900,"skein512-360":45901,"skein512-368":45902,"skein512-376":45903,"skein512-384":45904,"skein512-392":45905,"skein512-400":45906,"skein512-408":45907,"skein512-416":45908,"skein512-424":45909,"skein512-432":45910,"skein512-440":45911,"skein512-448":45912,"skein512-456":45913,"skein512-464":45914,"skein512-472":45915,"skein512-480":45916,"skein512-488":45917,"skein512-496":45918,"skein512-504":45919,"skein512-512":45920,"skein1024-8":45921,"skein1024-16":45922,"skein1024-24":45923,"skein1024-32":45924,"skein1024-40":45925,"skein1024-48":45926,"skein1024-56":45927,"skein1024-64":45928,"skein1024-72":45929,"skein1024-80":45930,"skein1024-88":45931,"skein1024-96":45932,"skein1024-104":45933,"skein1024-112":45934,"skein1024-120":45935,"skein1024-128":45936,"skein1024-136":45937,"skein1024-144":45938,"skein1024-152":45939,"skein1024-160":45940,"skein1024-168":45941,"skein1024-176":45942,"skein1024-184":45943,"skein1024-192":45944,"skein1024-200":45945,"skein1024-208":45946,"skein1024-216":45947,"skein1024-224":45948,"skein1024-232":45949,"skein1024-240":45950,"skein1024-248":45951,"skein1024-256":45952,"skein1024-264":45953,"skein1024-272":45954,"skein1024-280":45955,"skein1024-288":45956,"skein1024-296":45957,"skein1024-304":45958,"skein1024-312":45959,"skein1024-320":45960,"skein1024-328":45961,"skein1024-336":45962,"skein1024-344":45963,"skein1024-352":45964,"skein1024-360":45965,"skein1024-368":45966,"skein1024-376":45967,"skein1024-384":45968,"skein1024-392":45969,"skein1024-400":45970,"skein1024-408":45971,"skein1024-416":45972,"skein1024-424":45973,"skein1024-432":45974,"skein1024-440":45975,"skein1024-448":45976,"skein1024-456":45977,"skein1024-464":45978,"skein1024-472":45979,"skein1024-480":45980,"skein1024-488":45981,"skein1024-496":45982,"skein1024-504":45983,"skein1024-512":45984,"skein1024-520":45985,"skein1024-528":45986,"skein1024-536":45987,"skein1024-544":45988,"skein1024-552":45989,"skein1024-560":45990,"skein1024-568":45991,"skein1024-576":45992,"skein1024-584":45993,"skein1024-592":45994,"skein1024-600":45995,"skein1024-608":45996,"skein1024-616":45997,"skein1024-624":45998,"skein1024-632":45999,"skein1024-640":46e3,"skein1024-648":46001,"skein1024-656":46002,"skein1024-664":46003,"skein1024-672":46004,"skein1024-680":46005,"skein1024-688":46006,"skein1024-696":46007,"skein1024-704":46008,"skein1024-712":46009,"skein1024-720":46010,"skein1024-728":46011,"skein1024-736":46012,"skein1024-744":46013,"skein1024-752":46014,"skein1024-760":46015,"skein1024-768":46016,"skein1024-776":46017,"skein1024-784":46018,"skein1024-792":46019,"skein1024-800":46020,"skein1024-808":46021,"skein1024-816":46022,"skein1024-824":46023,"skein1024-832":46024,"skein1024-840":46025,"skein1024-848":46026,"skein1024-856":46027,"skein1024-864":46028,"skein1024-872":46029,"skein1024-880":46030,"skein1024-888":46031,"skein1024-896":46032,"skein1024-904":46033,"skein1024-912":46034,"skein1024-920":46035,"skein1024-928":46036,"skein1024-936":46037,"skein1024-944":46038,"skein1024-952":46039,"skein1024-960":46040,"skein1024-968":46041,"skein1024-976":46042,"skein1024-984":46043,"skein1024-992":46044,"skein1024-1000":46045,"skein1024-1008":46046,"skein1024-1016":46047,"skein1024-1024":46048,"poseidon-bls12_381-a2-fc1":46081,"poseidon-bls12_381-a2-fc1-sc":46082})}),TR}function xz(e,t){if(e.length>=255)throw new TypeError("Alphabet too long");for(var r=new Uint8Array(256),i=0;i<r.length;i++)r[i]=255;for(var a=0;a<e.length;a++){var o=e.charAt(a),s=o.charCodeAt(0);if(r[s]!==255)throw new TypeError(o+" is ambiguous");r[s]=a}var u=e.length,c=e.charAt(0),d=Math.log(u)/Math.log(256),h=Math.log(256)/Math.log(u);function b(x){if(x instanceof Uint8Array||(ArrayBuffer.isView(x)?x=new Uint8Array(x.buffer,x.byteOffset,x.byteLength):Array.isArray(x)&&(x=Uint8Array.from(x))),!(x instanceof Uint8Array))throw new TypeError("Expected Uint8Array");if(x.length===0)return"";for(var C=0,y=0,_=0,m=x.length;_!==m&&x[_]===0;)_++,C++;for(var L=(m-_)*h+1>>>0,O=new Uint8Array(L);_!==m;){for(var R=x[_],j=0,q=L-1;(R!==0||j<y)&&q!==-1;q--,j++)R+=256*O[q]>>>0,O[q]=R%u>>>0,R=R/u>>>0;if(R!==0)throw new Error("Non-zero carry");y=j,_++}for(var F=L-y;F!==L&&O[F]===0;)F++;for(var B=c.repeat(C);F<L;++F)B+=e.charAt(O[F]);return B}function D(x){if(typeof x!="string")throw new TypeError("Expected String");if(x.length===0)return new Uint8Array;var C=0;if(x[C]!==" "){for(var y=0,_=0;x[C]===c;)y++,C++;for(var m=(x.length-C)*d+1>>>0,L=new Uint8Array(m);x[C];){var O=r[x.charCodeAt(C)];if(O===255)return;for(var R=0,j=m-1;(O!==0||R<_)&&j!==-1;j--,R++)O+=u*L[j]>>>0,L[j]=O%256>>>0,O=O/256>>>0;if(O!==0)throw new Error("Non-zero carry");_=R,C++}if(x[C]!==" "){for(var q=m-_;q!==m&&L[q]===0;)q++;for(var F=new Uint8Array(y+(m-q)),B=y;q!==m;)F[B++]=L[q++];return F}}}function E(x){var C=D(x);if(C)return C;throw new Error(`Non-${t} character`)}return{encode:b,decodeUnsafe:D,decode:E}}var Az=xz,_z=Az;const sM=new Uint8Array(0),Sz=e=>e.reduce((t,r)=>t+r.toString(16).padStart(2,"0"),""),Ez=e=>{const t=e.match(/../g);return t?new Uint8Array(t.map(r=>parseInt(r,16))):sM},lM=(e,t)=>{if(e===t)return!0;if(e.byteLength!==t.byteLength)return!1;for(let r=0;r<e.byteLength;r++)if(e[r]!==t[r])return!1;return!0},Ye=e=>{if(e instanceof Uint8Array&&e.constructor.name==="Uint8Array")return e;if(e instanceof ArrayBuffer)return new Uint8Array(e);if(ArrayBuffer.isView(e))return new Uint8Array(e.buffer,e.byteOffset,e.byteLength);throw new Error("Unknown type, must be binary type")},Cz=e=>e instanceof ArrayBuffer||ArrayBuffer.isView(e),uM=e=>new TextEncoder().encode(e),cM=e=>new TextDecoder().decode(e),Dz=Object.freeze(Object.defineProperty({__proto__:null,coerce:Ye,empty:sM,equals:lM,fromHex:Ez,fromString:uM,isBinary:Cz,toHex:Sz,toString:cM},Symbol.toStringTag,{value:"Module"}));class Tz{constructor(t,r,i){this.name=t,this.prefix=r,this.baseEncode=i}encode(t){if(t instanceof Uint8Array)return`${this.prefix}${this.baseEncode(t)}`;throw Error("Unknown type, must be binary type")}}class Lz{constructor(t,r,i){if(this.name=t,this.prefix=r,r.codePointAt(0)===void 0)throw new Error("Invalid prefix character");this.prefixCodePoint=r.codePointAt(0),this.baseDecode=i}decode(t){if(typeof t=="string"){if(t.codePointAt(0)!==this.prefixCodePoint)throw Error(`Unable to decode multibase string ${JSON.stringify(t)}, ${this.name} decoder only supports inputs prefixed with ${this.prefix}`);return this.baseDecode(t.slice(this.prefix.length))}else throw Error("Can only multibase decode strings")}or(t){return pM(this,t)}}class Oz{constructor(t){this.decoders=t}or(t){return pM(this,t)}decode(t){const r=t[0],i=this.decoders[r];if(i)return i.decode(t);throw RangeError(`Unable to decode multibase string ${JSON.stringify(t)}, only inputs prefixed with ${Object.keys(this.decoders)} are supported`)}}const pM=(e,t)=>new Oz({...e.decoders||{[e.prefix]:e},...t.decoders||{[t.prefix]:t}});class qz{constructor(t,r,i,a){this.name=t,this.prefix=r,this.baseEncode=i,this.baseDecode=a,this.encoder=new Tz(t,r,i),this.decoder=new Lz(t,r,a)}encode(t){return this.encoder.encode(t)}decode(t){return this.decoder.decode(t)}}const Ht=({name:e,prefix:t,encode:r,decode:i})=>new qz(e,t,r,i),At=({prefix:e,name:t,alphabet:r})=>{const{encode:i,decode:a}=_z(r,t);return Ht({prefix:e,name:t,encode:i,decode:o=>Ye(a(o))})},Pz=(e,t,r,i)=>{const a={};for(let h=0;h<t.length;++h)a[t[h]]=h;let o=e.length;for(;e[o-1]==="=";)--o;const s=new Uint8Array(o*r/8|0);let u=0,c=0,d=0;for(let h=0;h<o;++h){const b=a[e[h]];if(b===void 0)throw new SyntaxError(`Non-${i} character`);c=c<<r|b,u+=r,u>=8&&(u-=8,s[d++]=255&c>>u)}if(u>=r||255&c<<8-u)throw new SyntaxError("Unexpected end of data");return s},jz=(e,t,r)=>{const i=t[t.length-1]==="=",a=(1<<r)-1;let o="",s=0,u=0;for(let c=0;c<e.length;++c)for(u=u<<8|e[c],s+=8;s>r;)s-=r,o+=t[a&u>>s];if(s&&(o+=t[a&u<<r-s]),i)for(;o.length*r&7;)o+="=";return o},de=({name:e,prefix:t,bitsPerChar:r,alphabet:i})=>Ht({prefix:t,name:e,encode(a){return jz(a,i,r)},decode(a){return Pz(a,i,r,e)}}),$z=Ht({prefix:"\0",name:"identity",encode:e=>cM(e),decode:e=>uM(e)}),Nz=Object.freeze(Object.defineProperty({__proto__:null,identity:$z},Symbol.toStringTag,{value:"Module"})),Rz=de({prefix:"0",name:"base2",alphabet:"01",bitsPerChar:1}),Mz=Object.freeze(Object.defineProperty({__proto__:null,base2:Rz},Symbol.toStringTag,{value:"Module"})),Uz=de({prefix:"7",name:"base8",alphabet:"01234567",bitsPerChar:3}),Fz=Object.freeze(Object.defineProperty({__proto__:null,base8:Uz},Symbol.toStringTag,{value:"Module"})),Bz=At({prefix:"9",name:"base10",alphabet:"0123456789"}),Iz=Object.freeze(Object.defineProperty({__proto__:null,base10:Bz},Symbol.toStringTag,{value:"Module"})),zz=de({prefix:"f",name:"base16",alphabet:"0123456789abcdef",bitsPerChar:4}),Hz=de({prefix:"F",name:"base16upper",alphabet:"0123456789ABCDEF",bitsPerChar:4}),Vz=Object.freeze(Object.defineProperty({__proto__:null,base16:zz,base16upper:Hz},Symbol.toStringTag,{value:"Module"})),ht=de({prefix:"b",name:"base32",alphabet:"abcdefghijklmnopqrstuvwxyz234567",bitsPerChar:5}),Gz=de({prefix:"B",name:"base32upper",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZ234567",bitsPerChar:5}),Wz=de({prefix:"c",name:"base32pad",alphabet:"abcdefghijklmnopqrstuvwxyz234567=",bitsPerChar:5}),Zz=de({prefix:"C",name:"base32padupper",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZ234567=",bitsPerChar:5}),Jz=de({prefix:"v",name:"base32hex",alphabet:"0123456789abcdefghijklmnopqrstuv",bitsPerChar:5}),Kz=de({prefix:"V",name:"base32hexupper",alphabet:"0123456789ABCDEFGHIJKLMNOPQRSTUV",bitsPerChar:5}),Yz=de({prefix:"t",name:"base32hexpad",alphabet:"0123456789abcdefghijklmnopqrstuv=",bitsPerChar:5}),Xz=de({prefix:"T",name:"base32hexpadupper",alphabet:"0123456789ABCDEFGHIJKLMNOPQRSTUV=",bitsPerChar:5}),Qz=de({prefix:"h",name:"base32z",alphabet:"ybndrfg8ejkmcpqxot1uwisza345h769",bitsPerChar:5}),e9=Object.freeze(Object.defineProperty({__proto__:null,base32:ht,base32hex:Jz,base32hexpad:Yz,base32hexpadupper:Xz,base32hexupper:Kz,base32pad:Wz,base32padupper:Zz,base32upper:Gz,base32z:Qz},Symbol.toStringTag,{value:"Module"})),t9=At({prefix:"k",name:"base36",alphabet:"0123456789abcdefghijklmnopqrstuvwxyz"}),r9=At({prefix:"K",name:"base36upper",alphabet:"0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ"}),n9=Object.freeze(Object.defineProperty({__proto__:null,base36:t9,base36upper:r9},Symbol.toStringTag,{value:"Module"})),De=At({name:"base58btc",prefix:"z",alphabet:"123456789ABCDEFGHJKLMNPQRSTUVWXYZabcdefghijkmnopqrstuvwxyz"}),i9=At({name:"base58flickr",prefix:"Z",alphabet:"123456789abcdefghijkmnopqrstuvwxyzABCDEFGHJKLMNPQRSTUVWXYZ"}),o9=Object.freeze(Object.defineProperty({__proto__:null,base58btc:De,base58flickr:i9},Symbol.toStringTag,{value:"Module"})),a9=de({prefix:"m",name:"base64",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",bitsPerChar:6}),s9=de({prefix:"M",name:"base64pad",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=",bitsPerChar:6}),l9=de({prefix:"u",name:"base64url",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-_",bitsPerChar:6}),u9=de({prefix:"U",name:"base64urlpad",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-_=",bitsPerChar:6}),c9=Object.freeze(Object.defineProperty({__proto__:null,base64:a9,base64pad:s9,base64url:l9,base64urlpad:u9},Symbol.toStringTag,{value:"Module"})),fM=Array.from("🚀🪐☄🛰🌌🌑🌒🌓🌔🌕🌖🌗🌘🌍🌏🌎🐉☀💻🖥💾💿😂❤😍🤣😊🙏💕😭😘👍😅👏😁🔥🥰💔💖💙😢🤔😆🙄💪😉☺👌🤗💜😔😎😇🌹🤦🎉💞✌✨🤷😱😌🌸🙌😋💗💚😏💛🙂💓🤩😄😀🖤😃💯🙈👇🎶😒🤭❣😜💋👀😪😑💥🙋😞😩😡🤪👊🥳😥🤤👉💃😳✋😚😝😴🌟😬🙃🍀🌷😻😓⭐✅🥺🌈😈🤘💦✔😣🏃💐☹🎊💘😠☝😕🌺🎂🌻😐🖕💝🙊😹🗣💫💀👑🎵🤞😛🔴😤🌼😫⚽🤙☕🏆🤫👈😮🙆🍻🍃🐶💁😲🌿🧡🎁⚡🌞🎈❌✊👋😰🤨😶🤝🚶💰🍓💢🤟🙁🚨💨🤬✈🎀🍺🤓😙💟🌱😖👶🥴▶➡❓💎💸⬇😨🌚🦋😷🕺⚠🙅😟😵👎🤲🤠🤧📌🔵💅🧐🐾🍒😗🤑🌊🤯🐷☎💧😯💆👆🎤🙇🍑❄🌴💣🐸💌📍🥀🤢👅💡💩👐📸👻🤐🤮🎼🥵🚩🍎🍊👼💍📣🥂"),p9=fM.reduce((e,t,r)=>(e[r]=t,e),[]),f9=fM.reduce((e,t,r)=>(e[t.codePointAt(0)]=r,e),[]);function d9(e){return e.reduce((t,r)=>(t+=p9[r],t),"")}function h9(e){const t=[];for(const r of e){const i=f9[r.codePointAt(0)];if(i===void 0)throw new Error(`Non-base256emoji character: ${r}`);t.push(i)}return new Uint8Array(t)}const m9=Ht({prefix:"🚀",name:"base256emoji",encode:d9,decode:h9}),g9=Object.freeze(Object.defineProperty({__proto__:null,base256emoji:m9},Symbol.toStringTag,{value:"Module"}));var b9=dM,OR=128,y9=127,v9=~y9,w9=Math.pow(2,31);function dM(e,t,r){t=t||[],r=r||0;for(var i=r;e>=w9;)t[r++]=e&255|OR,e/=128;for(;e&v9;)t[r++]=e&255|OR,e>>>=7;return t[r]=e|0,dM.bytes=r-i+1,t}var k9=zr,x9=128,qR=127;function zr(e,i){var r=0,i=i||0,a=0,o=i,s,u=e.length;do{if(o>=u)throw zr.bytes=0,new RangeError("Could not decode varint");s=e[o++],r+=a<28?(s&qR)<<a:(s&qR)*Math.pow(2,a),a+=7}while(s>=x9);return zr.bytes=o-i,r}var A9=Math.pow(2,7),_9=Math.pow(2,14),S9=Math.pow(2,21),E9=Math.pow(2,28),C9=Math.pow(2,35),D9=Math.pow(2,42),T9=Math.pow(2,49),L9=Math.pow(2,56),O9=Math.pow(2,63),q9=function(e){return e<A9?1:e<_9?2:e<S9?3:e<E9?4:e<C9?5:e<D9?6:e<T9?7:e<L9?8:e<O9?9:10},P9={encode:b9,decode:k9,encodingLength:q9},Bt=P9;const It=(e,t=0)=>[Bt.decode(e,t),Bt.decode.bytes],yt=(e,t,r=0)=>(Bt.encode(e,t,r),t),vt=e=>Bt.encodingLength(e),j9=Object.freeze(Object.defineProperty({__proto__:null,decode:It,encodeTo:yt,encodingLength:vt},Symbol.toStringTag,{value:"Module"})),wt=(e,t)=>{const r=t.byteLength,i=vt(e),a=i+vt(r),o=new Uint8Array(a+r);return yt(e,o,0),yt(r,o,i),o.set(t,a),new Vt(e,r,t,o)},hM=e=>{const t=Ye(e),[r,i]=It(t),[a,o]=It(t.subarray(i)),s=t.subarray(i+o);if(s.byteLength!==a)throw new Error("Incorrect length");return new Vt(r,a,s,t)},mM=(e,t)=>e===t?!0:e.code===t.code&&e.size===t.size&&lM(e.bytes,t.bytes);class Vt{constructor(t,r,i,a){this.code=t,this.size=r,this.digest=i,this.bytes=a}}const $9=Object.freeze(Object.defineProperty({__proto__:null,Digest:Vt,create:wt,decode:hM,equals:mM},Symbol.toStringTag,{value:"Module"})),Xr=({name:e,code:t,encode:r})=>new gM(e,t,r);class gM{constructor(t,r,i){this.name=t,this.code=r,this.encode=i}digest(t){if(t instanceof Uint8Array){const r=this.encode(t);return r instanceof Uint8Array?wt(this.code,r):r.then(i=>wt(this.code,i))}else throw Error("Unknown type, must be binary type")}}const N9=Object.freeze(Object.defineProperty({__proto__:null,Hasher:gM,from:Xr},Symbol.toStringTag,{value:"Module"})),bM=e=>async t=>new Uint8Array(await crypto.subtle.digest(e,t)),R9=Xr({name:"sha2-256",code:18,encode:bM("SHA-256")}),M9=Xr({name:"sha2-512",code:19,encode:bM("SHA-512")}),U9=Object.freeze(Object.defineProperty({__proto__:null,sha256:R9,sha512:M9},Symbol.toStringTag,{value:"Module"})),yM=0,F9="identity",vM=Ye,B9=e=>wt(yM,vM(e)),I9={code:yM,name:F9,encode:vM,digest:B9},z9=Object.freeze(Object.defineProperty({__proto__:null,identity:I9},Symbol.toStringTag,{value:"Module"})),H9="raw",V9=85,G9=e=>Ye(e),W9=e=>Ye(e),Z9=Object.freeze(Object.defineProperty({__proto__:null,code:V9,decode:W9,encode:G9,name:H9},Symbol.toStringTag,{value:"Module"})),J9=new TextEncoder,K9=new TextDecoder,Y9="json",X9=512,Q9=e=>J9.encode(JSON.stringify(e)),eH=e=>JSON.parse(K9.decode(e)),tH=Object.freeze(Object.defineProperty({__proto__:null,code:X9,decode:eH,encode:Q9,name:Y9},Symbol.toStringTag,{value:"Module"}));class me{constructor(t,r,i,a){this.code=r,this.version=t,this.multihash=i,this.bytes=a,this.byteOffset=a.byteOffset,this.byteLength=a.byteLength,this.asCID=this,this._baseCache=new Map,Object.defineProperties(this,{byteOffset:Nt,byteLength:Nt,code:$t,version:$t,multihash:$t,bytes:$t,_baseCache:Nt,asCID:Nt})}toV0(){switch(this.version){case 0:return this;default:{const{code:t,multihash:r}=this;if(t!==ut)throw new Error("Cannot convert a non dag-pb CID to CIDv0");if(r.code!==oH)throw new Error("Cannot convert non sha2-256 multihash CID to CIDv0");return me.createV0(r)}}}toV1(){switch(this.version){case 0:{const{code:t,digest:r}=this.multihash,i=wt(t,r);return me.createV1(this.code,i)}case 1:return this;default:throw Error(`Can not convert CID version ${this.version} to version 0. This is a bug please report`)}}equals(t){return t&&this.code===t.code&&this.version===t.version&&mM(this.multihash,t.multihash)}toString(t){const{bytes:r,version:i,_baseCache:a}=this;switch(i){case 0:return nH(r,a,t||De.encoder);default:return iH(r,a,t||ht.encoder)}}toJSON(){return{code:this.code,version:this.version,hash:this.multihash.bytes}}get[Symbol.toStringTag](){return"CID"}[Symbol.for("nodejs.util.inspect.custom")](){return"CID("+this.toString()+")"}static isCID(t){return sH(/^0\.0/,lH),!!(t&&(t[jR]||t.asCID===t))}get toBaseEncodedString(){throw new Error("Deprecated, use .toString()")}get codec(){throw new Error('"codec" property is deprecated, use integer "code" property instead')}get buffer(){throw new Error("Deprecated .buffer property, use .bytes to get Uint8Array instead")}get multibaseName(){throw new Error('"multibaseName" property is deprecated')}get prefix(){throw new Error('"prefix" property is deprecated')}static asCID(t){if(t instanceof me)return t;if(t!=null&&t.asCID===t){const{version:r,code:i,multihash:a,bytes:o}=t;return new me(r,i,a,o||PR(r,i,a.bytes))}else if(t!=null&&t[jR]===!0){const{version:r,multihash:i,code:a}=t,o=hM(i);return me.create(r,a,o)}else return null}static create(t,r,i){if(typeof r!="number")throw new Error("String codecs are no longer supported");switch(t){case 0:{if(r!==ut)throw new Error(`Version 0 CID must use dag-pb (code: ${ut}) block encoding`);return new me(t,r,i,i.bytes)}case 1:{const a=PR(t,r,i.bytes);return new me(t,r,i,a)}default:throw new Error("Invalid version")}}static createV0(t){return me.create(0,ut,t)}static createV1(t,r){return me.create(1,t,r)}static decode(t){const[r,i]=me.decodeFirst(t);if(i.length)throw new Error("Incorrect length");return r}static decodeFirst(t){const r=me.inspectBytes(t),i=r.size-r.multihashSize,a=Ye(t.subarray(i,i+r.multihashSize));if(a.byteLength!==r.multihashSize)throw new Error("Incorrect length");const o=a.subarray(r.multihashSize-r.digestSize),s=new Vt(r.multihashCode,r.digestSize,o,a);return[r.version===0?me.createV0(s):me.createV1(r.codec,s),t.subarray(r.size)]}static inspectBytes(t){let r=0;const i=()=>{const[b,D]=It(t.subarray(r));return r+=D,b};let a=i(),o=ut;if(a===18?(a=0,r=0):a===1&&(o=i()),a!==0&&a!==1)throw new RangeError(`Invalid CID version ${a}`);const s=r,u=i(),c=i(),d=r+c,h=d-s;return{version:a,codec:o,multihashCode:u,digestSize:c,multihashSize:h,size:d}}static parse(t,r){const[i,a]=rH(t,r),o=me.decode(a);return o._baseCache.set(i,t),o}}const rH=(e,t)=>{switch(e[0]){case"Q":{const r=t||De;return[De.prefix,r.decode(`${De.prefix}${e}`)]}case De.prefix:{const r=t||De;return[De.prefix,r.decode(e)]}case ht.prefix:{const r=t||ht;return[ht.prefix,r.decode(e)]}default:{if(t==null)throw Error("To parse non base32 or base58btc encoded CID multibase decoder must be provided");return[e[0],t.decode(e)]}}},nH=(e,t,r)=>{const{prefix:i}=r;if(i!==De.prefix)throw Error(`Cannot string encode V0 in ${r.name} encoding`);const a=t.get(i);if(a==null){const o=r.encode(e).slice(1);return t.set(i,o),o}else return a},iH=(e,t,r)=>{const{prefix:i}=r,a=t.get(i);if(a==null){const o=r.encode(e);return t.set(i,o),o}else return a},ut=112,oH=18,PR=(e,t,r)=>{const i=vt(e),a=i+vt(t),o=new Uint8Array(a+r.byteLength);return yt(e,o,0),yt(t,o,i),o.set(r,a),o},jR=Symbol.for("@ipld/js-cid/CID"),$t={writable:!1,configurable:!1,enumerable:!0},Nt={writable:!1,enumerable:!1,configurable:!1},aH="0.0.0-dev",sH=(e,t)=>{if(e.test(aH))console.warn(t);else throw new Error(t)},lH=`CID.isCID(v) is deprecated and will be removed in the next major release.
|
|
288
|
-
Following code pattern:
|
|
289
|
-
|
|
290
|
-
if (CID.isCID(value)) {
|
|
291
|
-
doSomethingWithCID(value)
|
|
292
|
-
}
|
|
293
|
-
|
|
294
|
-
Is replaced with:
|
|
295
|
-
|
|
296
|
-
const cid = CID.asCID(value)
|
|
297
|
-
if (cid) {
|
|
298
|
-
// Make sure to use cid instead of value
|
|
299
|
-
doSomethingWithCID(cid)
|
|
300
|
-
}
|
|
301
|
-
`,uH={...Nz,...Mz,...Fz,...Iz,...Vz,...e9,...n9,...o9,...c9,...g9},cH={...U9,...z9},pH={raw:Z9,json:tH},fH=Object.freeze(Object.defineProperty({__proto__:null,CID:me,bases:uH,bytes:Dz,codecs:pH,digest:$9,hasher:N9,hashes:cH,varint:j9},Symbol.toStringTag,{value:"Module"})),dH=YR(fH);var Pr,$R;function wM(){if($R)return Pr;$R=1;const{bases:e}=dH;function t(a,o,s,u){return{name:a,prefix:o,encoder:{name:a,prefix:o,encode:s},decoder:{decode:u}}}const r=t("utf8","u",a=>"u"+new TextDecoder("utf8").decode(a),a=>new TextEncoder().encode(a.substring(1))),i=t("ascii","a",a=>{let o="a";for(let s=0;s<a.length;s++)o+=String.fromCharCode(a[s]);return o},a=>{a=a.substring(1);const o=new Uint8Array(a.length);for(let s=0;s<a.length;s++)o[s]=a.charCodeAt(s);return o});return Pr={utf8:r,"utf-8":r,hex:e.base16,latin1:i,ascii:i,binary:i,...e},Pr}var jr,NR;function hH(){if(NR)return jr;NR=1;const e=wM();function t(r,i="utf8"){const a=e[i];if(!a)throw new Error(`Unsupported encoding "${i}"`);return a.encoder.encode(r).substring(1)}return jr=t,jr}var $r,RR;function mH(){if(RR)return $r;RR=1;const e=wM();function t(r,i="utf8"){const a=e[i];if(!a)throw new Error(`Unsupported encoding "${i}"`);return a.decoder.decode(`${a.prefix}${r}`)}return $r=t,$r}var Nr,MR;function gH(){if(MR)return Nr;MR=1;function e(t,r){r||(r=t.reduce((o,s)=>o+s.length,0));const i=new Uint8Array(r);let a=0;for(const o of t)i.set(o,a),a+=o.length;return i}return Nr=e,Nr}var Rr,UR;function bH(){if(UR)return Rr;UR=1;const e=gz(),t=wz(),{names:r}=kz(),i=hH(),a=mH(),o=gH(),s={};for(const m in r){const L=m;s[r[L]]=L}function u(m){if(!(m instanceof Uint8Array))throw new Error("must be passed a Uint8Array");return i(m,"base16")}function c(m){return a(m,"base16")}function d(m){if(!(m instanceof Uint8Array))throw new Error("must be passed a Uint8Array");return i(e.encode("base58btc",m)).slice(1)}function h(m){const L=m instanceof Uint8Array?i(m):m;return e.decode("z"+L)}function b(m){if(!(m instanceof Uint8Array))throw new Error("multihash must be a Uint8Array");if(m.length<2)throw new Error("multihash too short. must be > 2 bytes.");const L=t.decode(m);if(!C(L))throw new Error(`multihash unknown function code: 0x${L.toString(16)}`);m=m.slice(t.decode.bytes);const O=t.decode(m);if(O<0)throw new Error(`multihash invalid length: ${O}`);if(m=m.slice(t.decode.bytes),m.length!==O)throw new Error(`multihash length inconsistent: 0x${i(m,"base16")}`);return{code:L,name:s[L],length:O,digest:m}}function D(m,L,O){if(!m||L===void 0)throw new Error("multihash encode requires at least two args: digest, code");const R=E(L);if(!(m instanceof Uint8Array))throw new Error("digest should be a Uint8Array");if(O==null&&(O=m.length),O&&m.length!==O)throw new Error("digest length should be equal to specified length.");const j=t.encode(R),q=t.encode(O);return o([j,q,m],j.length+q.length+m.length)}function E(m){let L=m;if(typeof m=="string"){if(r[m]===void 0)throw new Error(`Unrecognized hash function named: ${m}`);L=r[m]}if(typeof L!="number")throw new Error(`Hash function code should be a number. Got: ${L}`);if(s[L]===void 0&&!x(L))throw new Error(`Unrecognized function code: ${L}`);return L}function x(m){return m>0&&m<16}function C(m){return!!(x(m)||s[m])}function y(m){b(m)}function _(m){return y(m),m.subarray(0,2)}return Rr={names:r,codes:Object.freeze(s),toHexString:u,fromHexString:c,toB58String:d,fromB58String:h,decode:b,encode:D,coerceCode:E,isAppCode:x,validate:y,prefix:_,isValidCode:C},Rr}var Mr,FR;function Qr(){if(FR)return Mr;FR=1;const e=xt(),t=rt(),r={array(i,a=!1,o=""){return e.toList(i,a,s=>r.format(s,o))},object(i){return e.toObject(i,a=>r.format(a))},null(i=null){return i===null&&(i=e.t("n/a")),e.toNothing(i)},number(i,a=""){return typeof i!="number"&&(i=parseFloat(i)),e.unit(i.toLocaleString(t.locales,{maximumFractionDigits:10}),a)},string(i,a=""){return e.unit(e.e(i).replace(/(\r\n|\r|\n){2,}/g,"<br>"),a)},boolean(i){return i?"✔️":"❌"},format(i,a=""){return typeof i=="boolean"?r.boolean(i):typeof i=="number"?r.number(i,a):typeof i=="string"?r.string(i,a):Array.isArray(i)?r.array(i,a):e.isObject(i)?r.object(i):r.null()}};return Mr=r,Mr}const yH="Afar",vH="Abkhazian",wH="Afrikaans",kH="Akan",xH="Amharic",AH="Aragonese",_H="Arabic",SH="Assamese",EH="Avar",CH="Aymara",DH="Azerbaijani",TH="Bashkir",LH="Belarusian",OH="Bulgarian",qH="Bihari",PH="Bislama",jH="Bambara",$H="Bengali",NH="Tibetan",RH="Breton",MH="Bosnian",UH="Catalan",FH="Chechen",BH="Chamorro",IH="Corsican",zH="Cree",HH="Czech",VH="Old Bulgarian",GH="Chuvash",WH="Welsh",ZH="Danish",JH="German",KH="Divehi",YH="Dzongkha",XH="Ewe",QH="Greek",eV="English",tV="Esperanto",rV="Spanish",nV="Estonian",iV="Basque",oV="Persian",aV="Peul",sV="Finnish",lV="Fijian",uV="Faroese",cV="French",pV="West Frisian",fV="Irish",dV="Scottish Gaelic",hV="Galician",mV="Guarani",gV="Gujarati",bV="Manx",yV="Hausa",vV="Hebrew",wV="Hindi",kV="Hiri Motu",xV="Croatian",AV="Haitian",_V="Hungarian",SV="Armenian",EV="Herero",CV="Interlingua",DV="Indonesian",TV="Interlingue",LV="Igbo",OV="Sichuan Yi",qV="Inupiak",PV="Ido",jV="Icelandic",$V="Italian",NV="Inuktitut",RV="Japanese",MV="Javanese",UV="Georgian",FV="Kongo",BV="Kikuyu",IV="Kuanyama",zV="Kazakh",HV="Greenlandic",VV="Cambodian",GV="Kannada",WV="Korean",ZV="Kanuri",JV="Kashmiri",KV="Kurdish",YV="Komi",XV="Cornish",QV="Kirghiz",eG="Latin",tG="Luxembourgish",rG="Ganda",nG="Limburgian",iG="Lingala",oG="Laotian",aG="Lithuanian",sG="Latvian",lG="Malagasy",uG="Marshallese",cG="Maori",pG="Macedonian",fG="Malayalam",dG="Mongolian",hG="Moldovan",mG="Marathi",gG="Malay",bG="Maltese",yG="Burmese",vG="Nauruan",wG="North Ndebele",kG="Nepali",xG="Ndonga",AG="Dutch",_G="Norwegian Nynorsk",SG="Norwegian",EG="South Ndebele",CG="Navajo",DG="Chichewa",TG="Occitan",LG="Ojibwa",OG="Oromo",qG="Oriya",PG="Ossetian",jG="Punjabi",$G="Pali",NG="Polish",RG="Pashto",MG="Portuguese",UG="Quechua",FG="Raeto Romance",BG="Kirundi",IG="Romanian",zG="Russian",HG="Rwandi",VG="Sanskrit",GG="Sardinian",WG="Sindhi",ZG="Sango",JG="Serbo-Croatian",KG="Sinhalese",YG="Slovak",XG="Slovenian",QG="Samoan",e7="Shona",t7="Somalia",r7="Albanian",n7="Serbian",i7="Swati",o7="Southern Sotho",a7="Sundanese",s7="Swedish",l7="Swahili",u7="Tamil",c7="Telugu",p7="Tajik",f7="Thai",d7="Tigrinya",h7="Turkmen",m7="Tagalog",g7="Tswana",b7="Tonga",y7="Turkish",v7="Tsonga",w7="Tatar",k7="Twi",x7="Tahitian",A7="Uyghur",_7="Ukrainian",S7="Urdu",E7="Venda",C7="Vietnamese",D7="Volapük",T7="Walloon",L7="Wolof",O7="Xhosa",q7="Yiddish",P7="Yoruba",j7="Zhuang",$7="Chinese",N7="Zulu",R7={aa:yH,ab:vH,af:wH,ak:kH,am:xH,an:AH,ar:_H,as:SH,av:EH,ay:CH,az:DH,ba:TH,be:LH,bg:OH,bh:qH,bi:PH,bm:jH,bn:$H,bo:NH,br:RH,bs:MH,ca:UH,ce:FH,ch:BH,co:IH,cr:zH,cs:HH,cu:VH,cv:GH,cy:WH,da:ZH,de:JH,dv:KH,dz:YH,ee:XH,el:QH,en:eV,eo:tV,es:rV,et:nV,eu:iV,fa:oV,ff:aV,fi:sV,fj:lV,fo:uV,fr:cV,fy:pV,ga:fV,gd:dV,gl:hV,gn:mV,gu:gV,gv:bV,ha:yV,he:vV,hi:wV,ho:kV,hr:xV,ht:AV,hu:_V,hy:SV,hz:EV,ia:CV,id:DV,ie:TV,ig:LV,ii:OV,ik:qV,io:PV,is:jV,it:$V,iu:NV,ja:RV,jv:MV,ka:UV,kg:FV,ki:BV,kj:IV,kk:zV,kl:HV,km:VV,kn:GV,ko:WV,kr:ZV,ks:JV,ku:KV,kv:YV,kw:XV,ky:QV,la:eG,lb:tG,lg:rG,li:nG,ln:iG,lo:oG,lt:aG,lv:sG,mg:lG,mh:uG,mi:cG,mk:pG,ml:fG,mn:dG,mo:hG,mr:mG,ms:gG,mt:bG,my:yG,na:vG,nd:wG,ne:kG,ng:xG,nl:AG,nn:_G,no:SG,nr:EG,nv:CG,ny:DG,oc:TG,oj:LG,om:OG,or:qG,os:PG,pa:jG,pi:$G,pl:NG,ps:RG,pt:MG,qu:UG,rm:FG,rn:BG,ro:IG,ru:zG,rw:HG,sa:VG,sc:GG,sd:WG,sg:ZG,sh:JG,si:KG,sk:YG,sl:XG,sm:QG,sn:e7,so:t7,sq:r7,sr:n7,ss:i7,st:o7,su:a7,sv:s7,sw:l7,ta:u7,te:c7,tg:p7,th:f7,ti:d7,tk:h7,tl:m7,tn:g7,to:b7,tr:y7,ts:v7,tt:w7,tw:k7,ty:x7,ug:A7,uk:_7,ur:S7,ve:E7,vi:C7,vo:D7,wa:T7,wo:L7,xh:O7,yi:q7,yo:P7,za:j7,zh:$7,zu:N7};var Ur,BR;function kM(){if(BR)return Ur;BR=1;const e=xt(),t=Qr(),r=rt(),i=Gr,a={allowHtmlInCommonMark:!1,formatUrl(o,s,u={},c=null,d=null){let h=e.isObject(d)&&typeof d=="string"?d.title:o;return e.toLink(o,h,d.rel||"")},formatLink(o){return e.toList(o,!1,s=>e.toLink(s.href,s.title,s.rel))},formatMediaType(o,s,u={}){return e.e(e.t(a._formatMediaType(o,s,u)))},_formatMediaType(o,s,u={}){let c=!!u.shorten;const d=i.getDependency("content-type");if(!d)return c?"":e.e(o);let h;try{h=d.parse(o)}catch(b){return console.warn(b),c?"":e.e(o)}switch(h.type){case"image/tiff":return h.parameters.application==="geotiff"?h.parameters.profile==="cloud-optimized"?c?"COG":"Cloud-Optimized GeoTIFF image":c?"GeoTiff":"GeoTIFF image":c?"TIFF":"TIFF image";case"image/jp2":return c?"JPEG 2000":"JPEG 2000 image";case"image/png":case"image/apng":case"image/vnd.mozilla.apng":return c?"PNG":"PNG image";case"image/gif":return c?"GIF":"GIF image";case"image/jpeg":case"image/jpg":return c?"JPEG":"JPEG image";case"image/webp":return c?"WebP":"WebP image";case"image/bmp":case"image/x-bmp":case"image/x-ms-bmp":case"image/wbmp":return c?"Bitmap":"Bitmap image";case"image/svg+xml":return c?"SVG":"SVG vector image";case"text/csv":return c?"CSV":"Comma-separated values (CSV)";case"text/xml":case"application/xml":return"XML";case"text/json":case"application/json":return"JSON";case"application/x-ndjson":return c?"NDJSON":"Newline Delimited JSON";case"text/yaml":case"text/vnd.yaml":case"text/x-yaml":case"application/x-yaml":return"YAML";case"application/geo+json":return"GeoJSON";case"application/gml+xml":return"GML";case"application/vnd.google-earth.kml+xml":case"application/vnd.google-earth.kmz":return"KML";case"application/geopackage+vnd.sqlite3":case"application/geopackage+sqlite3":return"GeoPackage";case"text/html":case"application/html":case"application/xhtml+xml":return c?"HTML":"HTML (Website)";case"text/plain":return c?"Text":"Text document";case"text/markdown":return c?"Markdown":"Markdown document";case"application/pdf":return c?"PDF":"PDF document";case"application/zip":return c?"ZIP":"ZIP archive";case"application/gzip":return c?"GZIP":"GZIP archive";case"application/x-hdf":return"HDF";case"application/netcdf":case"application/x-netcdf":return"NetCDF";case"application/x.mrf":return c?"MRF":"Meta Raster Format";case"application/wmo-GRIB2":return"GRIB2";case"application/octet-stream":return c?"Binary":"Binary file";case"application/vnd.laszip":return"LASzip";case"application/vnd.laszip+copc":return c?"COPC":"Cloud-Optimized Point Cloud (LASzip)";case"application/vnd+zarr":return"Zarr";case"application/x-parquet":return"Parquet";case"application/vnd.pmtiles":return"PMTiles";default:let[b,D]=h.type.split("/");if(D=e.formatKey(D.replace(/^(vnd|x)[.+-]/,"")),c)return D;switch(b){case"audio":return`${D} audio`;case"image":return`${D} image`;case"font":return"Font";case"model":return`${D} 3D model`;case"video":return`${D} video`;case"text":case"application":return D;default:return o}}},formatTimestamp(o){if(typeof o=="string")try{return new Date(o).toLocaleString(r.locales,{timeZone:"UTC",timeZoneName:"short"})}catch{}return t.null()},formatPercent0to1(o,s,u={}){return t.number(o*100,u.unit)},formatDate(o){if(typeof o=="string")try{return new Date(o).toLocaleString(r.locales,{day:"numeric",month:"numeric",year:"numeric"})}catch{}return t.null()},formatDuration(o){if(typeof o=="string"){const s=i.getDependency("@musement/iso-duration");if(!s)return e.e(o);const{isoDuration:u,en:c}=s;u.setLocales({en:c},{fallbackLocale:"en"});let d=u(o).humanize("en");return d.length===0?e.e(e.t("none")):e.e(d)}return t.null()},formatLanguageCode(o){if(Array.isArray(o))return e.toList(o,!0,a.formatLanguageCode,!1);if(typeof o!="string"||o.length<2)return t.null();const s=R7,[u,...c]=o.split("-");if(u in s){const d=s[u];return c.length>0?e.e(e.t(`${d} (${c.join(" ")})`)):e.e(e.t(d))}return e.e(e.t(o))},formatLicense(o,s,u={},c=null){if(typeof o!="string"||o.length===0)return t.null();if(o!=="proprietary"&&o!=="various"&&o.match(/^[\w\.\-]+$/i))return e.toLink(`https://spdx.org/licenses/${o}.html`,o,"license");let d=Array.isArray(c.links)?c.links.filter(h=>e.isObject(h)&&typeof h.href=="string"&&h.rel==="license"):[];return d.length>0?e.toList(d,!1,h=>e.toLink(h.href,h.title||o,"license")):t.string(o)},formatProviders(o){return e.toList(o,!1,s=>{let u=s.name,c="",d="";return typeof s.url=="string"&&s.url.length>0&&(u=e.toLink(s.url,u)),Array.isArray(s.roles)&&s.roles.length>0&&(c=s.roles.map(h=>t.format(h)).join(", "),c=` (<em>${c}</em>)`),typeof s.description=="string"&&s.description.length>0&&(d=a.formatCommonMark(s.description)),`${u}${c}${d}`})},formatCommonMark(o){if(typeof o!="string"||o.length===0)return t.null();const s=i.getDependency("commonmark");let u;if(s){let c=new s.Parser;u=new s.HtmlRenderer({safe:!a.allowHtmlInCommonMark,smart:!0}).render(c.parse(o))}else a.allowHtmlInCommonMark?u=o:u=e.e(o);return`<div class="description">${u}</div>`},formatSoftware(o){if(!e.isObject(o))return t.null();let s=[];for(let u in o){let c=o[u];typeof c=="string"&&c.length>0||typeof c=="number"?s.push(`${u} (${c})`):s.push(u)}return e.toList(s,!0,null,!1)},formatDOI(o){return o=t.format(o),e.toLink(`http://doi.org/${o}`,o)},formatCRS(o){return e.toList(o,!1,s=>{if(typeof s=="string"){let u=s.replace(/^https?:\/\/www\.opengis\.net\/def\/crs\//i,"").replace(/^urn:ogc:def:crs:/i,"");return e.toLink(s,u)}return t.format(s)})},formatEPSG(o){return typeof o=="string"&&(o=o.replace(/^epsg:/i,"")),o=parseInt(o,10),o>0?e.toLink(`http://epsg.io/${o}`,o):t.null()},formatExtent(o,s,u={}){return!Array.isArray(o)||o.length<2||o[0]===null&&o[1]===null?t.null():o[0]===null?`Until ${t.format(o[1],u.unit)}`:o[1]===null?`From ${t.format(o[0],u.unit)}`:o[0]===o[1]?t.format(o[0],u.unit):o.map(c=>t.format(c,u.unit)).join(" – ")},formatHexColor(o){return typeof o!="string"||!o.match(/^#?[\dA-F]{3,8}$/i)?t.null():(o.startsWith("#")&&(o=o.substring(1)),`<div class="color" style="background-color: #${o}"><code class="color-code">#${o}</code></div>`)},formatPROJJSON(o){return e.isObject(o)?e.isObject(o.id)&&o.id.authority==="EPSG"&&typeof o.code=="number"&&o.code>0?"EPSG "+a.formatEPSG(o):typeof o.name=="string"?t.string(o.name):t.object(o):t.null()},formatTemporalExtent(o,s,u={}){let c=u.shorten?a.formatDate:a.formatTimestamp;return!Array.isArray(o)||o.length<2||typeof o[0]!="string"&&typeof o[1]!="string"?t.null():typeof o[0]!="string"?e.t("Until {0}",[c(o[1])]):typeof o[1]!="string"?e.t("{0} until present",[c(o[0])]):o[0]===o[1]?a.formatTimestamp(o[0]):o.map(d=>c(d)).join(" - ")},formatTemporalExtents(o,s,u={}){let c=(d,h)=>d[0]===null?-1:d[0].localeCompare(h[0],r.locales);return e.toList(o,c,d=>a.formatTemporalExtent(d,s,u))},formatWKT2(o){if(typeof o!="string")return t.null();let s=-1,u;try{u=o.replace(/([A-Z]+)\[|\]/ig,(c,d)=>c==="]"?(s--,c):(s++,`
|
|
302
|
-
${" ".repeat(s)}${d}[`))}catch{u=o}return`<pre>${u}</pre>`},fileSizeUnits:["B","kB","MB","GB","TB"],formatFileSize(o){if(typeof o!="number")return t.format(o);var s=o==0?0:Math.floor(Math.log(o)/Math.log(1024));return e.unit((o/Math.pow(1024,s)).toFixed(2)*1,a.fileSizeUnits[s])},formatChecksum(o){if(typeof o!="string")return t.null();const s=i.getDependency("multihashes");if(!s)return e.e(o);try{const u=s.decode(e.hexToUint8(o)),c=e.e(u.name);return`<div class="checksum"><input class="checksum-input" size="32" value="${e.e(e.uint8ToHex(u.digest))}" readonly><br><span class="checksum-algo">${e.t("Hashing algorithm:")} <strong>${c}</strong></span></div>`}catch{return t.null()}},fileDataTypes:{int8:"8-bit integer",int16:"16-bit integer",int32:"32-bit integer",int64:"64-bit integer",uint8:"unsigned 8-bit integer",uint16:"unsigned 16-bit integer",uint32:"unsigned 32-bit integer",uint64:"unsigned 64-bit integer",float16:"16-bit float",float32:"32-bit float",float64:"64-bit float",cint16:"16-bit complex integer",cint32:"32-bit complex integer",cfloat32:"32-bit complex float",cfloat64:"64-bit complex float"},formatFileDataType(o){return o==="other"?e.t("non-standard"):typeof o=="string"&&o in a.fileDataTypes?e.abbrev(e.t(o),e.t(a.fileDataTypes[o])):t.null()},formatTransform(o){if(Array.isArray(o)&&o.length%3===0){let s=[];for(let u=0;u<o.length;u=u+3){let c=o.slice(u,u+3);s.push(`[${a.formatCSV(c)}]`)}return s.join("<br>")}else return a.formatCSV(o)},formatShape(o,s,u={}){return Array.isArray(o)?o.map(c=>t.format(c,u.unit)).join(" × "):t.format(o,u.unit)},formatCSV(o){if(Array.isArray(o)){let s=o.find(u=>typeof u=="number")!==void 0;return o.map(t.format).join(s?"; ":", ")}else return t.format(o)},formatImage(o,s){let u="",c=null;if(e.isObject(o))c=o.href,u=o.title||"";else if(typeof o=="string")c=o;else return t.format(c);return`<img src="${e.e(c)}" title="${e.e(u)}" class="${e.e(s.replace(":","_"))}">`},formatPhone(o){return e.toLink(`tel:${o}`,o)},formatEmail(o){return e.toLink(`mailto:${o}`,o)},formatConcepts(o){return e.toList(o,!1,s=>{if(!e.isObject(s))return t.format(s);let u="";if(s.title){let c=s.title;s.url&&(c=e.toLink(s.url,s.title)),u+=`<strong>${c}</strong> (<code>${e.e(s.id)}</code>)`}else{let c=s.id;s.url&&(c=e.toLink(s.url,s.id)),u+=`<strong><code>${c}</code></strong>`}return s.description&&(u+=`<br><small>${e.e(s.description)}</small>`),u})},formatAddress(o){return e.toList(o,!1,s=>{if(!e.isObject(s))return t.format(s);let u=Array.isArray(s.deliveryPoint)?s.deliveryPoint.slice(0):[];if(s.postalCode&&s.city){let c=`${s.postalCode} ${s.city}`;s.administrativeArea&&(c+=` (${s.administrativeArea})`),typeof s.country=="string"&&s.country.length>0&&(s.country.length===2&&s.country.toUpperCase()===s.country?(c=s.country+"-"+c,u.push(c)):(u.push(c),u.push(s.country.toUpperCase())))}else s.city&&u.push(s.city),s.administrativeArea&&u.push(s.administrativeArea),s.postalCode&&u.push(s.postalCode),typeof s.country=="string"&&s.country.length>0&&u.push(s.country.toUpperCase());return t.string(u.join(`
|
|
303
|
-
|
|
304
|
-
`))})},formatGridCode(o){if(typeof o!="string")return t.format(o);let s=function(h,b,D,E){let x=b.length;if(x%2===1)h.push(`Code: ${b}`);else{let C=x/2,y=b.substring(0,C);h.push(`${D}: ${y}`);let _=b.substring(C,x);h.push(`${E}: ${_}`)}},[u,c]=o.split(/-(.*)/),d=[];switch(u){case"MGRS":d.push(e.abbrev(e.t(u),e.t("Military Grid Reference System")));let[,h,b,D,E]=c.match(/^(\d{2})([C-X])([A-Z]{2})(\d+)$/);d.push(`${e.t("UTM Zone")}: ${h}`),d.push(`${e.t("Latitude Band")}: ${b}`),d.push(`${e.t("Square Identifier")}: ${D}`),s(d,E,e.t("Easting"),e.t("Northing"));break;case"MSIN":d.push(e.t("MODIS Sinusoidal Tile Grid")),s(d,c,e.t("Horizontal"),e.t("Vertical"));break;case"WRS1":case"WRS2":let x=u.substring(3,4);d.push(e.abbrev(e.t("WRS-"+x),e.t("Worldwide Reference System "+x))),s(d,c,e.t("Path"),e.t("Row"));break;case"DOQ":d.push(_abbrev(e.t(u),e.t("Digital Orthophoto Quadrangle"))),d.push(`${e.t("Quadrangle")}: ${c}`);break;case"DOQQ":d.push(_abbrev(e.t(u),e.t("Digital Orthophoto Quarter Quadrangle")));let C=c.substr(0,c.length-2);d.push(`${e.t("Quadrangle")}: ${C}`);let y=c.substr(-2),_=y[0]==="N"?e.t("North"):e.t("South"),m=y[1]==="E"?e.t("East"):e.t("West");d.push(`${e.t("Quarter")}: ${_} ${m}`);break;case"MXRA":d.push(e.t("Maxar ARD Tile Grid"));let[L,O]=c.split(/-(.*)/);L.startsWith("Z")&&(L=L.substring(1)),d.push(`${e.t("UTM Zone")}: ${L}`),d.push(`${e.t("Quadkey")}: ${O}`);break;case"EASE":let[R,j]=c.split("-");if(R==="DGGS"){d.push(e.t("EASE-DGGS"));let[B,H,...se]=j.split(".");if(d.push(`${e.t("Level")}: ${B}`),H.length===6){d.push(`${e.t("Level 0 row cell")}: ${H.substring(0,3)}`),d.push(`${e.t("Level 0 column cell")}: ${H.substring(3,6)}`);for(let U in se){let te=se[U];te.length===2&&(d.push(`${e.t("Fraction of level {i} row cell",{i:U})}: ${te[0]}`),d.push(`${e.t("Fraction of level {i} column cell",{i:U})}: ${te[1]}`))}}break}case"CDEM":let[,q,F]=c.match(/^([A-Z]\d+)([A-Z]\d+)$/);d.push(e.t("Copernicus Digital Elevation Model Grid")),d.push(`${e.t("Easting")}: ${F}`),d.push(`${e.t("Northing")}: ${q}`);default:d.push(o)}return d.join("<br>")}};return Ur=a,Ur}var Fr,IR;function M7(){if(IR)return Fr;IR=1;const e=Gr,t=xt(),r=rt(),i=Qr(),a=kM();function o(y,_,m,L,O){let R={};for(let j in _){let q;try{let F=j.split(/:(.*)/);F.length===1&&F.unshift(O);let B=F[0];if(typeof L=="function"&&!L(j,[j]))continue;q=_[j];let H=e.getSpecification(j,m);H.ext&&(B=H.ext);let se=!1;m==="summaries"&&H.listWithKeys&&Array.isArray(q)&&q.length>0&&(q=q[0],se=!0);let U=null,te=[];if(t.isObject(H.items)){let G=q;H.listWithKeys&&(G=Object.values(G));let X=[];Array.isArray(G)?X=t.keysFromListOfObjects(G):t.isObject(G)&&(X=Object.keys(G)),U={},te=H.itemOrder.filter(re=>X.includes(re)),X.forEach(re=>{typeof H.items[re]>"u"?(U[re]={label:t.formatKey(re),explain:re},te.push(re)):(U[re]=Object.assign({},H.items[re]),U[re].label=x(re,H.items[re]))})}let I;if(m==="summaries")if(!se&&t.isObject(q))typeof q.minimum<"u"&&typeof q.minimum<"u"?I=a.formatExtent([q.minimum,q.maximum],j,H):I=i.object(q);else if(e.externalRenderer&&U){let G=se?Object.assign({},q):q.slice(0);for(let X in G){let re=t.isObject(G[X])?{}:[];for(let ne in U)re[ne]=E(G[X][ne],ne,y,_,U[ne]);G[X]=re}}else Array.isArray(q)?I=t.toList(q,!H.custom&&!H.items,G=>E(G,j,y,_,H)):console.warn(`Invalid summary value: ${q}`);typeof I>"u"&&(I=E(q,j,y,_,H,L,[j])),t.isObject(R[B])||(R[B]={extension:B,label:C(B),properties:{}}),R[B].properties[j]={label:x(j,H),value:q,formatted:I,items:U,itemOrder:te,spec:H}}catch(F){console.error(`Field '${j}' with value '${q}' resulted in an error`,F)}}return Object.values(R).sort((j,q)=>j.extension.localeCompare(q.extension,r.locales))}function s(y,_,m=null,L=""){return o(_,y,"assets",m,L)}function u(y,_,m=null,L=""){return o(_,y,"links",m,L)}function c(y,_,m=null,L=""){return o(_,y,"providers",m,L)}function d(y,_=null,m=""){return o(y,y.summaries,"summaries",_,m)}function h(y,_=null,m=""){return o(y,y,"collection",_,m)}function b(y,_=null,m=""){return o(y,y,"catalog",_,m)}function D(y,_=null,m=""){return o(y,y.properties,"metadata",_,m)}function E(y,_,m=null,L=null,O=null,R=null,j=[]){if(t.isObject(O)||(O=e.getSpecification(_)),typeof O.format=="string"){let q=a[`format${O.format}`];return q||console.warn(`Formatter '${O.format}' not available.`),q(y,_,O,m,L)}else{if(typeof O.formatter=="function")return O.formatter(y,_,O,m,L);if(t.isObject(O.mapping)){let q=String(y);return typeof O.mapping[q]<"u"?y=O.mapping[q]:typeof O.mapping[q.toLowerCase()]<"u"?y=O.mapping[q.toLowerCase()]:typeof O.mapping[q.toUpperCase()]<"u"&&(y=O.mapping[q.toUpperCase()]),i.format(t.t(y),O.unit)}else{if(y===null&&O.null)return i.null(O.null);if(Array.isArray(y)){let q=(F,B)=>E(F,_,m,L,O,R,j.concat([B]));return typeof R=="function"&&j.length>0&&(y=y.filter((F,B)=>R(j[0],j.concat([B])))),e.externalRenderer&&(O.custom||O.items)?y.map(q):t.toList(y,!1,q)}else if(t.isObject(y)){let q=B=>t.isObject(O.items)?O.listWithKeys?{items:O.items}:O.items[B]:t.isObject(O.properties)?O.properties[B]:{},F=(B,H,se)=>E(B,H,m,se,q(H),R,j.concat([H]));if(e.externalRenderer&&(O.custom||O.items||O.properties)){let B={};for(let H in y)typeof R=="function"&&j.length>0&&!R(j[0],j.concat([k]))||(B[H]=F(y[H],H,y));return B}else{let B=H=>x(H,q(H));return t.toObject(y,F,B,O.itemOrder,R,j)}}else return i.format(y,O.unit)}}}function x(y,_=null){if(t.isObject(_)||(_=e.getSpecification(y)),t.isObject(_)&&typeof _.label=="string"){if(typeof _.explain=="string")return _.explain.match(/^https?:\/\//i)?t.toLink(_.explain,t.t(_.label),"about"):t.abbrev(t.t(_.label),t.t(_.explain));if(typeof _.label=="string")return t.t(_.label)}return t.formatKey(y)}function C(y){return x(y,e.getExtension(y))}return Fr={format:E,label:x,extension:C,formatCatalog:b,formatCollection:h,formatSummaries:d,formatItemProperties:D,formatAsset:s,formatLink:u,formatProvider:c,formatGrouped:o},Fr}const Ke=Gr;Ke.importFields(zB);Ke.addDependency("@musement/iso-duration",WI);Ke.addDependency("content-type",ZI());Ke.addDependency("commonmark",JI());Ke.addDependency("multihashes",bH());var xM={...M7(),Fields:Ke.exportFields(),Registry:Ke,Helper:xt(),DataTypes:Qr(),Formatters:kM(),I18N:rt()};const Br=NB(xM);var U7=Object.defineProperty,F7=Object.getOwnPropertyDescriptor,Ae=(e,t,r,i)=>{for(var a=i>1?void 0:i?F7(t,r):t,o=e.length-1,s;o>=0;o--)(s=e[o])&&(a=(i?s(t,r,a):s(a))||a);return i&&a&&U7(t,r,a),a};let ke=class extends ft{constructor(){super(...arguments),this.header=[],this.properties=[],this.featured=[],this.footer=[],this.styleOverride="",this.stacInfo=[],this.fetchStac=async e=>{const t=await(await fetch(`${e}?ts=${Date.now()}`)).json();this.stacInfo=await this.parseStac(t),this.dispatchEvent(new CustomEvent("loaded"))},this.parseStac=async e=>{if(e.type==="Catalog")return Br.formatCatalog(e);if(e.type==="Collection")return Br.formatCollection(e);if(e.type==="Feature")return Br.formatItemProperties(e)}}buildProperties(e){xM.Formatters.allowHtmlInCommonMark=this.allowHtml!==void 0;const t=r=>Object.entries(this.stacProperties).filter(([i])=>r===this.properties&&(!r||r.length<1)?!0:r==null?void 0:r.includes(i)).reverse().sort(([i],[a])=>(r==null?void 0:r.indexOf(i))>(r==null?void 0:r.indexOf(a))?1:-1);return e.length<1?null:(this.stacProperties=e.reduce((r,i)=>({...r,...i.properties}),{}),xe`
|
|
305
|
-
${t(this.header).length>0?xe`
|
|
306
|
-
<header part="header">
|
|
307
|
-
<slot name="header">
|
|
308
|
-
${Lt(t(this.header),([,r],i)=>qN`
|
|
309
|
-
<h${Ot((i+1).toString())}>${st(r.formatted)}</h${Ot((i+1).toString())}>
|
|
310
|
-
`)}
|
|
311
|
-
</slot>
|
|
312
|
-
</header>
|
|
313
|
-
`:ae}
|
|
314
|
-
<main>
|
|
315
|
-
${t(this.properties).length>0?xe`
|
|
316
|
-
<section id="properties" part="properties">
|
|
317
|
-
<ul
|
|
318
|
-
class=${t(this.properties).length===1?"single-property":ae}
|
|
319
|
-
>
|
|
320
|
-
${Lt(t(this.properties),([,r])=>xe`
|
|
321
|
-
<slot name=${r.label.toLowerCase()}>
|
|
322
|
-
<li>
|
|
323
|
-
${LN(t(this.properties).length>1,()=>xe`
|
|
324
|
-
<span class="label">
|
|
325
|
-
${r.label} </span
|
|
326
|
-
>:
|
|
327
|
-
`)}
|
|
328
|
-
<span class="value">
|
|
329
|
-
${st(r.formatted)}
|
|
330
|
-
</span>
|
|
331
|
-
</li>
|
|
332
|
-
</slot>
|
|
333
|
-
`)}
|
|
334
|
-
</ul>
|
|
335
|
-
</section>
|
|
336
|
-
`:ae}
|
|
337
|
-
${t(this.featured).length>0?xe`
|
|
338
|
-
<section id="featured" part="featured">
|
|
339
|
-
${Lt(t(this.featured),([,r])=>xe`
|
|
340
|
-
<details>
|
|
341
|
-
<summary>
|
|
342
|
-
<slot
|
|
343
|
-
name="featured-${r.label.toLowerCase()}-summary"
|
|
344
|
-
>
|
|
345
|
-
${r.label}
|
|
346
|
-
</slot>
|
|
347
|
-
</summary>
|
|
348
|
-
<slot name="featured-${r.label.toLowerCase()}">
|
|
349
|
-
${st(r.formatted)}
|
|
350
|
-
</slot>
|
|
351
|
-
</details>
|
|
352
|
-
`)}
|
|
353
|
-
</section>
|
|
354
|
-
`:ae}
|
|
355
|
-
</main>
|
|
356
|
-
${t(this.footer).length>0?xe`
|
|
357
|
-
<footer part="footer">
|
|
358
|
-
<slot name="footer">
|
|
359
|
-
${Lt(t(this.footer),([r,i],a)=>qN`
|
|
360
|
-
<div class="footer-container">
|
|
361
|
-
<h${Ot((a+1).toString())}>
|
|
362
|
-
${st(i.label)}
|
|
363
|
-
</h${Ot((a+1).toString())}>
|
|
364
|
-
<small>${st(i.formatted)}</small>
|
|
365
|
-
</div>
|
|
366
|
-
${LN(r==="sci:citation",()=>xe`
|
|
367
|
-
<div>
|
|
368
|
-
<button
|
|
369
|
-
class="copy icon-text"
|
|
370
|
-
@click=${()=>navigator.clipboard.writeText(i.formatted)}
|
|
371
|
-
>
|
|
372
|
-
copy
|
|
373
|
-
</button>
|
|
374
|
-
</div>
|
|
375
|
-
`)}
|
|
376
|
-
`)}
|
|
377
|
-
</slot>
|
|
378
|
-
</footer>
|
|
379
|
-
`:ae}
|
|
380
|
-
`)}render(){return xe`
|
|
381
|
-
<style>
|
|
382
|
-
${PB}
|
|
383
|
-
${!this.unstyled&&$B}
|
|
384
|
-
${this.styleOverride}
|
|
385
|
-
</style>
|
|
386
|
-
<slot></slot>
|
|
387
|
-
${this.buildProperties(this.stacInfo)}
|
|
388
|
-
`}updated(e){e.has("for")&&this.fetchStac(this.for)}};Ae([Le({attribute:"allow-html"})],ke.prototype,"allowHtml",2);Ae([Le({type:Boolean})],ke.prototype,"unstyled",2);Ae([Le()],ke.prototype,"for",2);Ae([Le({type:Array})],ke.prototype,"header",2);Ae([Le({type:Array})],ke.prototype,"properties",2);Ae([Le({type:Array})],ke.prototype,"featured",2);Ae([Le({type:Array})],ke.prototype,"footer",2);Ae([Le({attribute:"style-override"})],ke.prototype,"styleOverride",2);Ae([JR()],ke.prototype,"stacInfo",2);Ae([JR()],ke.prototype,"stacProperties",2);ke=Ae([SB("eox-stacinfo")],ke);export{ke as EOxStacInfo};
|