@nano-lib/util 1.1.3 → 1.1.5

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.
@@ -49,6 +49,7 @@ export declare const COMMON_TEXT: {
49
49
  readonly all: "全部";
50
50
  readonly export: "导出";
51
51
  readonly import: "导入";
52
+ readonly tip: "提示";
52
53
  readonly defaultErrorCode: "系统未知错误,请反馈给管理员";
53
54
  };
54
55
  export declare const ERROR_CODE: {
package/lib/index.d.ts CHANGED
@@ -4,10 +4,13 @@ import { parseTime, getTimeDistance, getDayRange } from './utils/date';
4
4
  import { addClass, removeClass, hasClass, toggleClass, noContextmenu, useRafThrottle } from './utils/element';
5
5
  import { encodeURIToParams, paramsToQueryString, queryStringToParams, errorCodeToString, YNToString, HNToString, valueToLabel, chargeToLabel, cascaderToLabel, multipleSelectToLabel, phoneToAsterisk, idNumberToAsterisk, firstLetterToUpperCase, firstLetterToLowerCase } from './utils/to';
6
6
  import { validHttp, validExternal, validString, validNumberStr, validEmptyObject, validURL, validPassword, validEmail, validIdNumber, validPhone, validTel } from './utils/valid';
7
+ export { default as Request } from './utils/request/request';
8
+ export { default as NetworkManager } from './utils/request/network';
9
+ export { default as TokenManager } from './utils/request/token';
10
+ export { default as getRequestBaseUrl } from './utils/baseUrl';
7
11
  export { addResizeListener, removeResizeListener } from './utils/event';
8
12
  export { sm2Crypto, sm4Crypto, sm2Encrypt, sm2Decrypt, sm4Encrypt, sm4Decrypt } from './utils/crypto';
9
13
  export { faceLivingEvent, faceLivingEventHint, getFaceGestureResult, getFaceVideoFrame } from './utils/face';
10
- export { default as getRequestBaseUrl } from './utils/baseUrl';
11
14
  export { NOOP, debounce, sleep, countdownTimer, creatCancelTask, ricTask, downloadFile, getRandomItemInArray, getFullUrl, getArrayFullUrl, getGenderByIdNumber, getBirthdayByIdNumber, getMapLocationIcon, getPercentage, getLocationConfig, getSystemConfig, transformPathName, trimArray, loadCss, loadJs } from './utils/common';
12
15
  export declare const CONSTANTS: {
13
16
  DATE_VALUE_FORMAT: Map<string, "YYYY-MM-DD" | "YYYY-MM-DD HH:mm:ss" | "YYYY-MM" | "YYYY" | "HH:mm:ss">;
@@ -59,6 +62,7 @@ export declare const CONSTANTS: {
59
62
  readonly all: "全部";
60
63
  readonly export: "导出";
61
64
  readonly import: "导入";
65
+ readonly tip: "提示";
62
66
  readonly defaultErrorCode: "系统未知错误,请反馈给管理员";
63
67
  };
64
68
  IMAGE_TYPE: string[];
package/lib/index.js CHANGED
@@ -1 +1,6 @@
1
- "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const Wn=(t,i,o,s)=>(t/=s/2,t<1?o/2*t*t+i:(t--,-o/2*(t*(t-2)-1)+i)),Jn=window.requestAnimationFrame||window.webkitRequestAnimationFrame||window.mozRequestAnimationFrame||window.msRequestAnimationFrame||(t=>window.setTimeout(t,1e3/60));function Xn(t,i){if(i){document.querySelector(i).scrollTop=t;return}document.documentElement.scrollTop=t,document.body.parentNode.scrollTop=t,document.body.scrollTop=t}function Kn(t){return t?document.querySelector(t).scrollTop:document.documentElement.scrollTop||document.body.parentNode.scrollTop||document.body.scrollTop}function Qn(t){const{target:i,to:o=0,duration:s=500,callback:u}=t??{},f=Kn(i),h=o-f,a=20;let y=0;const x=function(){y+=a;const v=Wn(y,f,h,s);Xn(v,i),y<s?Jn(x):u&&u()};x()}function tr(t,i){switch(arguments.length){case 1:return parseInt((Math.random()*t+1).toString(),10);case 2:return parseInt((Math.random()*(i-t+1)+t).toString(),10);default:return 0}}function er(){let t="";const i=[];for(let o=0;o<=15;o++)i[o]=o.toString(16);for(let o=1;o<=36;o++)o===9||o===14||o===19||o===24?t+="-":o===15?t+=4:o===20?t+=i[Math.random()*4|8]:t+=i[Math.random()*16|0];return t}function xt(t,i){if(!t)return"-";t.toString().length===10&&(t=+t*1e3),i??(i="YYYY-MM-DD HH:mm:ss");const o=new Date(t),s=(h,a,y=" ")=>{if(h.length>=a)return h;const x=a-h.length;let v=Math.ceil(x/y.length);for(;v>>=1;)y+=y,v===1&&(y+=y);return y.slice(0,x)+h};let u;const f={"Y+":o.getFullYear().toString(),"M+":(o.getMonth()+1).toString(),"D+":o.getDate().toString(),"H+":o.getHours().toString(),"m+":o.getMinutes().toString(),"s+":o.getSeconds().toString()};for(const h in f)u=new RegExp("("+h+")").exec(i),u&&(i=i.replace(u[1],u[1].length==1?f[h]:s(f[h],u[1].length,"0")));return i}function nr(t,i){`${t}`.length===10?t=parseInt(t+"")*1e3:t=+t;const o=new Date(t),u=(Date.now()-Number(o))/1e3;return u<30?"刚刚":u<3600?`${Math.ceil(u/60)}分钟前`:u<3600*24?`${Math.ceil(u/3600)}小时前`:u<3600*24*2?"1天前":i?xt(t,i):`${o.getMonth()+1}月${o.getDate()}日${o.getHours()}时${o.getMinutes()}分`}function rr(t){const i=t||new Date,o=new Date(i),s=new Date(i);return o.setHours(0,0,0),s.setHours(23,59,59),{dateRange:[xt(o),xt(s)],timestampRange:[o.getTime(),s.getTime()]}}const fe={set(t,i){sessionStorage&&t&&i&&sessionStorage.setItem(t,i)},get(t){return!sessionStorage||!t?null:sessionStorage.getItem(t)},setJSON(t,i){i&&this.set(t,JSON.stringify(i))},getJSON(t){const i=this.get(t);return i?JSON.parse(i):null},remove(t){sessionStorage.removeItem(t)},clear(){sessionStorage.clear()}},ce={set(t,i){localStorage&&t&&i&&localStorage.setItem(t,i)},get(t){return!localStorage||!t?null:localStorage.getItem(t)},setJSON(t,i){i&&this.set(t,JSON.stringify(i))},getJSON(t){const i=this.get(t);return i?JSON.parse(i):null},remove(t){localStorage.removeItem(t)},clear(){localStorage.clear()}};function ir(t,i){if(!t||!i)return;let o=t.className;const s=o.indexOf(i);s===-1?o+=`${i}`:o=o.substring(0,s)+o.substring(s+i.length),t.className=o}function Lt(t,i){return t.className.match(new RegExp("(?:\\s|^)"+i+"(?:\\s|$)"))}function or(t,i){Lt(t,i)||(t.className+=` ${i}`)}function sr(t,i){if(Lt(t,i)){const o=new RegExp("(?:\\s|^)"+i+"(?:\\s|$)");t.className=t.className.replace(o," ")}}function fr(t){let i=!1;return function(...o){i||(i=!0,window.requestAnimationFrame(()=>{t.apply(this,o),i=!1}))}}function cr(t){t&&(t.oncontextmenu=()=>!1)}function ur(t){return/^(http(s)?:\/\/)/.test(t)}function ar(t){return/^(https?:|mailto:|tel:)/.test(t)}function hr(t){return Object.prototype.toString.call(t)==="[object String]"}function lr(t){return/^[+-]?(0|([1-9]\d*))(\.\d+)?$/g.test(t)}function dr(t){return!Object.keys(t).length}function pr(t){return/^(https?|ftp):\/\/([a-zA-Z0-9.-]+(:[a-zA-Z0-9.&%$-]+)*@)*((25[0-5]|2[0-4][0-9]|1[0-9]{2}|[1-9][0-9]?)(\.(25[0-5]|2[0-4][0-9]|1[0-9]{2}|[1-9]?[0-9])){3}|([a-zA-Z0-9-]+\.)*[a-zA-Z0-9-]+\.(com|edu|gov|int|mil|net|org|biz|arpa|info|name|pro|aero|coop|museum|[a-zA-Z]{2}))(:[0-9]+)*(\/($|[a-zA-Z0-9.,?'\\+&%$#=~_-]+))*$/.test(t)}function gr(t,i=8){return new RegExp(`^S*(?=S{${i}},})(?=S*d)(?=S*[A-Z])(?=S*[a-z])(?=S*[!@#$%^&*?])S*$`).test(t)}function mr(t){return/^(([^<>()\[\]\\.,;:\s@"]+(\.[^<>()\[\]\\.,;:\s@"]+)*)|(".+"))@((\[[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\])|(([a-zA-Z\-0-9]+\.)+[a-zA-Z]{2,}))$/.test(t)}function zt(t){return/^\d{6}((((((19|20)\d{2})(0[13-9]|1[012])(0[1-9]|[12]\d|30))|(((19|20)\d{2})(0[13578]|1[02])31)|((19|20)\d{2})02(0[1-9]|1\d|2[0-8])|((((19|20)([13579][26]|[2468][048]|0[48]))|(2000))0229))\d{3})|((((\d{2})(0[13-9]|1[012])(0[1-9]|[12]\d|30))|((\d{2})(0[13578]|1[02])31)|((\d{2})02(0[1-9]|1\d|2[0-8]))|(([13579][26]|[2468][048]|0[048])0229))\d{2}))(\d|X|x)$/.test(t)}function xr(t){return/^0\d{2,3}-?\d{7,8}$/.test(t)}function vr(t){return/^1[3-9]\d{9}$/.test(t)}const Ct=()=>{};function yr(t){return new Promise(i=>setTimeout(i,t))}function br(t,i){return new Promise(o=>{const s=setInterval(()=>{if(t===0)return clearInterval(s),o(!0),!1;i&&i(t),t--},1e3)})}function wr(t,i){const o=t.slice(),s=[];let u=o.length;const f=[];if(i>u)return null;for(;i--;){const h=Math.floor(Math.random()*u);s[i]=o[h in f?f[h]:h],f[h]=--u in f?f[u]:u}return s}function Tr(t,i){let o=null;return function(...s){o!==null&&clearTimeout(o),o=setTimeout(()=>{t.apply(this,s),o=null},i)}}function Fr(t){if(!zt(t))throw new Error("Please provide a valid ID number!");const i=t.length,o=i===15?t[i-1]:t[i-2];return parseInt(o)%2===1?"1":"2"}function Sr(t){if(!zt(t))throw new Error("Please provide a valid ID number!");return t.substring(6,10)+"-"+t.substring(10,12)+"-"+t.substring(12,14)}function Er(t){const{baseUrl:i,initUrl:o,initParams:s,initFn:u}=t;return new Promise(f=>{if(i){f(!0);return}const h={};if(s!==null&&typeof s=="object")Object.assign(h,s);else{const{protocol:a,hostname:y,port:x,pathname:v}=ue();Object.assign(h,{frontendProtocol:a,frontendDomain:y,frontendPort:x,frontendContextPath:v})}u(o,h).then(a=>f(a)).catch(()=>f(!1))})}const ue=(t="443",i="80")=>{const{protocol:o,hostname:s,port:u,pathname:f}=window.location,h=o.replace(":",""),a=u||(h==="https"?t:i),y=ae(f);return{hostname:s,protocol:h,port:a,pathname:y}},ae=t=>{const i="/";if(!t||t===i)return i;const o=t.endsWith("/")?t.slice(0,-1):t,s=o.lastIndexOf("/");return s>0&&o.substring(s+1).includes(".")?o.substring(0,s):o},he=(t,i="")=>{i||(i=location.origin);const o=new RegExp(/^http(s)?:\/\//),s=new RegExp(/^((?:[a-z]+:)?\/\/|data:image\/)(.*)/i);return o.test(t)||s.test(t)?t:i+t},Br=(t,i="")=>{typeof t=="string"&&(t=t===""?[]:t.split(","));for(const o in t)t[o]=he(t[o],i);return t};function _r(t){if(!t.length)return;let i=0;function o(){requestIdleCallback(s=>{for(;i<t.length&&s.timeRemaining()>0;)t[i++]();i<t.length&&o()})}o()}function Rr(t){let i=Ct;return(...o)=>new Promise((s,u)=>{i(),i=()=>{s=u=Ct},t(...o).then(f=>s(f),f=>u(f))})}function Dr(t,i){const o=document.createElement("a");o.download=i,o.href=t,o.click()}function le(t){const i=[];for(let o=0;o<t.length;o++)t[o]&&i.push(t[o]);return i}function Ar(t,i,o=!1){let s=Math.round(t/i*1e4)/100;return Number.isNaN(s)&&(s=0),o?Math.floor(s):s}function Ir(t){const i=document.createElement("link");i.rel="stylesheet",i.href=t,i.crossOrigin="anonymous",document.getElementsByTagName("head")[0].appendChild(i)}function Mr(t){return new Promise((i,o)=>{const s=document.createElement("script");s.type="text/javascript",s.src=t,s.onload=()=>i(),s.onerror=u=>o(u),document.getElementsByTagName("head")[0].appendChild(s)})}function Or(t,i=48,o=48){const s=t.replace("#","");return`data:image/svg+xml;utf8,<svg viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" width="${i}" height="${o}"><path d="M787.510356 387.850445c0-152.160515-123.350352-275.511891-275.510868-275.511891S236.487597 235.68993 236.487597 387.850445c0 44.665269 10.640338 86.841857 29.507034 124.151601l-0.010233-0.001023 0.059352 0.100284c5.548366 10.962679 11.812023 21.500687 18.723434 31.56081L511.999488 926.678464l227.234351-383.021463c6.909363-10.057053 13.170974-20.593014 18.71934-31.552623l0.062422-0.104377-0.011256 0.002047C776.870018 474.692303 787.510356 432.515714 787.510356 387.850445zM511.999488 506.802628c-74.596975 0-135.070278-60.47228-135.070278-135.070278 0-74.595952 60.47228-135.069255 135.070278-135.069255 74.595952 0 135.069255 60.473303 135.069255 135.069255C647.068743 446.330348 586.59544 506.802628 511.999488 506.802628z" fill="%23${s}"></path></svg>`}const qr=[["date","YYYY-MM-DD"],["daterange","YYYY-MM-DD"],["datetime","YYYY-MM-DD HH:mm:ss"],["datetimerange","YYYY-MM-DD HH:mm:ss"],["month","YYYY-MM"],["monthrange","YYYY-MM"],["year","YYYY"],["yearrange","YYYY"],["time","HH:mm:ss"]],Cr={view:"查看",add:"添加",edit:"编辑",delete:"删除",save:"保存",reset:"重置",close:"关闭",confirm:"确定",submit:"提交",cancel:"取消",success:"成功",fail:"失败",open:"启用",disable:"禁用",refresh:"刷新",show:"显示",hide:"隐藏",search:"搜索",expand:"展开",collapse:"收起",upload:"上传",download:"下载",copy:"复制",clear:"清除",fuzzyQuery:"模糊查询",ing:"中",loading:"加载中...",select:"请选择",attachment:"附件",icon:"图标",picture:"图片",start:"开始",end:"结束",range:"范围",date:"日期",month:"月份",year:"年份",time:"时间",yes:"是",no:"否",have:"有",noHave:"无",unfilled:"未填写",selectAll:"全选",all:"全部",export:"导出",import:"导入",defaultErrorCode:"系统未知错误,请反馈给管理员"},Pr={400:"请求失败,请您稍后重试!",401:"认证失败,无法访问系统资源!",403:"当前操作没有权限!",404:"你所访问的资源不存在!",405:"请求错误,禁止访问系统资源!",408:"请求超时,请您稍后重试!",500:"服务异常!",502:"网关错误!",503:"服务不可用!",504:"网关超时!"},Lr=new Map(qr),et=Cr,zr=Pr,de=["jpg","jpeg","png","bmp","gif"],pe=["mp3","mp4","webm","ogg","3gp"],ge=["doc","docx","xls","xlsx","ppt","txt","pdf","zip"],Hr=[...de,...pe,...ge];function Nr(t){return zr[t]??et.defaultErrorCode}function Yr(t){return t==null?et.unfilled:(t=typeof t=="number"?`${t}`:t,t==="1"?et.yes:et.no)}function kr(t){return t==null?et.unfilled:(t=typeof t=="number"?`${t}`:t,t==="1"?et.have:et.noHave)}function Vr(t){return t?t.replace(/(\d{3})\d{4}(\d{4})/,"$1****$2"):""}function Ur(t,i,o){if(i??(i=4),o??(o=4),t){const s=t.length;return t.substring(0,i)+"*".repeat(s-i-o)+t.substring(s-o)}return""}function $r(t){return t.replace(/( |^)[a-z]/g,i=>i.toUpperCase())}function jr(t){return t.replace(/( |^)[A-Z]/g,i=>i.toLowerCase())}function Zr(t,i){const o=t.find(s=>s.value===i);return o?o.label:""}function Gr(t,i,o){const s=[],u=i.split(","),f=o.split(",");return Array.from(new Set(u)).forEach(a=>{const y=t.find(x=>x.value===a);y&&f.forEach(x=>{var B;const v=(B=y.children)==null?void 0:B.find(_=>_.value===x);v&&s.push(v)})}),s.map(a=>a.label).join()}function me(t,i,o){var f;if(!i)return"";const s=i.split(","),u=o.find(h=>h.value===s[t]);return u?((f=u.children)!=null&&f.length&&me(t+1,i,u.children),u.label):""}function Wr(t,i,o){if(!t)return"";const s=t.split(","),u=[],f=s.length-1,h=s.findIndex(a=>a===o);if(h!==-1){const a=s[f]===o;s.splice(a?0:h,a?f:1)}return s.forEach(a=>{const y=i.find(x=>x.value===a);y&&u.push(y)}),u.map(a=>a.label).join()}function Jr(t){let i="";for(const o of Object.keys(t)){const s=t[o],u=`${encodeURIComponent(o)}=`;if(s!==null&&typeof s<"u")if(typeof s=="object"){for(const f of Object.keys(s))if(s[f]!==null&&typeof s[f]<"u"){const h=`${o}[${f}]`,a=`${encodeURIComponent(h)}=`;i+=`${a+encodeURIComponent(s[f])}&`}}else i+=`${u+encodeURIComponent(s)}&`}return i}function Xr(t){return t?le(Object.keys(t).map(i=>t[i]===void 0?"":`${encodeURIComponent(i)}=${encodeURIComponent(t[i])}`)).join("&"):""}function Kr(t){const i=decodeURIComponent(t.split("?")[1]).replace(/\+/g," ");if(!i)return{};const o={};return i.split("&").forEach(u=>{const f=u.indexOf("=");if(f!==-1){const h=u.substring(0,f),a=u.substring(f+1,u.length);o[h]=a}}),o}var xe=function(){if(typeof Map<"u")return Map;function t(i,o){var s=-1;return i.some(function(u,f){return u[0]===o?(s=f,!0):!1}),s}return function(){function i(){this.__entries__=[]}return Object.defineProperty(i.prototype,"size",{get:function(){return this.__entries__.length},enumerable:!0,configurable:!0}),i.prototype.get=function(o){var s=t(this.__entries__,o),u=this.__entries__[s];return u&&u[1]},i.prototype.set=function(o,s){var u=t(this.__entries__,o);~u?this.__entries__[u][1]=s:this.__entries__.push([o,s])},i.prototype.delete=function(o){var s=this.__entries__,u=t(s,o);~u&&s.splice(u,1)},i.prototype.has=function(o){return!!~t(this.__entries__,o)},i.prototype.clear=function(){this.__entries__.splice(0)},i.prototype.forEach=function(o,s){s===void 0&&(s=null);for(var u=0,f=this.__entries__;u<f.length;u++){var h=f[u];o.call(s,h[1],h[0])}},i}()}(),Pt=typeof window<"u"&&typeof document<"u"&&window.document===document,vt=function(){return typeof global<"u"&&global.Math===Math?global:typeof self<"u"&&self.Math===Math?self:typeof window<"u"&&window.Math===Math?window:Function("return this")()}(),Qr=function(){return typeof requestAnimationFrame=="function"?requestAnimationFrame.bind(vt):function(t){return setTimeout(function(){return t(Date.now())},1e3/60)}}(),ti=2;function ei(t,i){var o=!1,s=!1,u=0;function f(){o&&(o=!1,t()),s&&a()}function h(){Qr(f)}function a(){var y=Date.now();if(o){if(y-u<ti)return;s=!0}else o=!0,s=!1,setTimeout(h,i);u=y}return a}var ni=20,ri=["top","right","bottom","left","width","height","size","weight"],ii=typeof MutationObserver<"u",oi=function(){function t(){this.connected_=!1,this.mutationEventsAdded_=!1,this.mutationsObserver_=null,this.observers_=[],this.onTransitionEnd_=this.onTransitionEnd_.bind(this),this.refresh=ei(this.refresh.bind(this),ni)}return t.prototype.addObserver=function(i){~this.observers_.indexOf(i)||this.observers_.push(i),this.connected_||this.connect_()},t.prototype.removeObserver=function(i){var o=this.observers_,s=o.indexOf(i);~s&&o.splice(s,1),!o.length&&this.connected_&&this.disconnect_()},t.prototype.refresh=function(){var i=this.updateObservers_();i&&this.refresh()},t.prototype.updateObservers_=function(){var i=this.observers_.filter(function(o){return o.gatherActive(),o.hasActive()});return i.forEach(function(o){return o.broadcastActive()}),i.length>0},t.prototype.connect_=function(){!Pt||this.connected_||(document.addEventListener("transitionend",this.onTransitionEnd_),window.addEventListener("resize",this.refresh),ii?(this.mutationsObserver_=new MutationObserver(this.refresh),this.mutationsObserver_.observe(document,{attributes:!0,childList:!0,characterData:!0,subtree:!0})):(document.addEventListener("DOMSubtreeModified",this.refresh),this.mutationEventsAdded_=!0),this.connected_=!0)},t.prototype.disconnect_=function(){!Pt||!this.connected_||(document.removeEventListener("transitionend",this.onTransitionEnd_),window.removeEventListener("resize",this.refresh),this.mutationsObserver_&&this.mutationsObserver_.disconnect(),this.mutationEventsAdded_&&document.removeEventListener("DOMSubtreeModified",this.refresh),this.mutationsObserver_=null,this.mutationEventsAdded_=!1,this.connected_=!1)},t.prototype.onTransitionEnd_=function(i){var o=i.propertyName,s=o===void 0?"":o,u=ri.some(function(f){return!!~s.indexOf(f)});u&&this.refresh()},t.getInstance=function(){return this.instance_||(this.instance_=new t),this.instance_},t.instance_=null,t}(),ve=function(t,i){for(var o=0,s=Object.keys(i);o<s.length;o++){var u=s[o];Object.defineProperty(t,u,{value:i[u],enumerable:!1,writable:!1,configurable:!0})}return t},st=function(t){var i=t&&t.ownerDocument&&t.ownerDocument.defaultView;return i||vt},ye=bt(0,0,0,0);function yt(t){return parseFloat(t)||0}function Gt(t){for(var i=[],o=1;o<arguments.length;o++)i[o-1]=arguments[o];return i.reduce(function(s,u){var f=t["border-"+u+"-width"];return s+yt(f)},0)}function si(t){for(var i=["top","right","bottom","left"],o={},s=0,u=i;s<u.length;s++){var f=u[s],h=t["padding-"+f];o[f]=yt(h)}return o}function fi(t){var i=t.getBBox();return bt(0,0,i.width,i.height)}function ci(t){var i=t.clientWidth,o=t.clientHeight;if(!i&&!o)return ye;var s=st(t).getComputedStyle(t),u=si(s),f=u.left+u.right,h=u.top+u.bottom,a=yt(s.width),y=yt(s.height);if(s.boxSizing==="border-box"&&(Math.round(a+f)!==i&&(a-=Gt(s,"left","right")+f),Math.round(y+h)!==o&&(y-=Gt(s,"top","bottom")+h)),!ai(t)){var x=Math.round(a+f)-i,v=Math.round(y+h)-o;Math.abs(x)!==1&&(a-=x),Math.abs(v)!==1&&(y-=v)}return bt(u.left,u.top,a,y)}var ui=function(){return typeof SVGGraphicsElement<"u"?function(t){return t instanceof st(t).SVGGraphicsElement}:function(t){return t instanceof st(t).SVGElement&&typeof t.getBBox=="function"}}();function ai(t){return t===st(t).document.documentElement}function hi(t){return Pt?ui(t)?fi(t):ci(t):ye}function li(t){var i=t.x,o=t.y,s=t.width,u=t.height,f=typeof DOMRectReadOnly<"u"?DOMRectReadOnly:Object,h=Object.create(f.prototype);return ve(h,{x:i,y:o,width:s,height:u,top:o,right:i+s,bottom:u+o,left:i}),h}function bt(t,i,o,s){return{x:t,y:i,width:o,height:s}}var di=function(){function t(i){this.broadcastWidth=0,this.broadcastHeight=0,this.contentRect_=bt(0,0,0,0),this.target=i}return t.prototype.isActive=function(){var i=hi(this.target);return this.contentRect_=i,i.width!==this.broadcastWidth||i.height!==this.broadcastHeight},t.prototype.broadcastRect=function(){var i=this.contentRect_;return this.broadcastWidth=i.width,this.broadcastHeight=i.height,i},t}(),pi=function(){function t(i,o){var s=li(o);ve(this,{target:i,contentRect:s})}return t}(),gi=function(){function t(i,o,s){if(this.activeObservations_=[],this.observations_=new xe,typeof i!="function")throw new TypeError("The callback provided as parameter 1 is not a function.");this.callback_=i,this.controller_=o,this.callbackCtx_=s}return t.prototype.observe=function(i){if(!arguments.length)throw new TypeError("1 argument required, but only 0 present.");if(!(typeof Element>"u"||!(Element instanceof Object))){if(!(i instanceof st(i).Element))throw new TypeError('parameter 1 is not of type "Element".');var o=this.observations_;o.has(i)||(o.set(i,new di(i)),this.controller_.addObserver(this),this.controller_.refresh())}},t.prototype.unobserve=function(i){if(!arguments.length)throw new TypeError("1 argument required, but only 0 present.");if(!(typeof Element>"u"||!(Element instanceof Object))){if(!(i instanceof st(i).Element))throw new TypeError('parameter 1 is not of type "Element".');var o=this.observations_;o.has(i)&&(o.delete(i),o.size||this.controller_.removeObserver(this))}},t.prototype.disconnect=function(){this.clearActive(),this.observations_.clear(),this.controller_.removeObserver(this)},t.prototype.gatherActive=function(){var i=this;this.clearActive(),this.observations_.forEach(function(o){o.isActive()&&i.activeObservations_.push(o)})},t.prototype.broadcastActive=function(){if(this.hasActive()){var i=this.callbackCtx_,o=this.activeObservations_.map(function(s){return new pi(s.target,s.broadcastRect())});this.callback_.call(i,o,i),this.clearActive()}},t.prototype.clearActive=function(){this.activeObservations_.splice(0)},t.prototype.hasActive=function(){return this.activeObservations_.length>0},t}(),be=typeof WeakMap<"u"?new WeakMap:new xe,we=function(){function t(i){if(!(this instanceof t))throw new TypeError("Cannot call a class as a function.");if(!arguments.length)throw new TypeError("1 argument required, but only 0 present.");var o=oi.getInstance(),s=new gi(i,o,this);be.set(this,s)}return t}();["observe","unobserve","disconnect"].forEach(function(t){we.prototype[t]=function(){var i;return(i=be.get(this))[t].apply(i,arguments)}});var mi=function(){return typeof vt.ResizeObserver<"u"?vt.ResizeObserver:we}();function xi(t){for(const i of t){const o=i.target.__resizeListeners__||[];o.length&&o.forEach(s=>s())}}function vi(t,i){typeof window>"u"||(t.__resizeListeners__||(t.__resizeListeners__=[],t.__ro__=new mi(xi),t.__ro__.observe(t)),t.__resizeListeners__.push(i))}function yi(t,i){!t||!t.__resizeListeners__||(t.__resizeListeners__.splice(t.__resizeListeners__.indexOf(i),1),t.__resizeListeners__.length||t.__ro__.disconnect())}var mt={exports:{}},bi=mt.exports,Wt;function wt(){return Wt||(Wt=1,function(t,i){(function(){var o,s=0xdeadbeefcafe,u=(s&16777215)==15715070;function f(e,n,r){e!=null&&(typeof e=="number"?this.fromNumber(e,n,r):n==null&&typeof e!="string"?this.fromString(e,256):this.fromString(e,n))}function h(){return new f(null)}function a(e,n,r,c,m,b){for(;--b>=0;){var S=n*this[e++]+r[c]+m;m=Math.floor(S/67108864),r[c++]=S&67108863}return m}function y(e,n,r,c,m,b){for(var S=n&32767,E=n>>15;--b>=0;){var N=this[e]&32767,k=this[e++]>>15,Z=E*N+k*S;N=S*N+((Z&32767)<<15)+r[c]+(m&1073741823),m=(N>>>30)+(Z>>>15)+E*k+(m>>>30),r[c++]=N&1073741823}return m}function x(e,n,r,c,m,b){for(var S=n&16383,E=n>>14;--b>=0;){var N=this[e]&16383,k=this[e++]>>14,Z=E*N+k*S;N=S*N+((Z&16383)<<14)+r[c]+m,m=(N>>28)+(Z>>14)+E*k,r[c++]=N&268435455}return m}var v=typeof navigator<"u";v&&u&&navigator.appName=="Microsoft Internet Explorer"?(f.prototype.am=y,o=30):v&&u&&navigator.appName!="Netscape"?(f.prototype.am=a,o=26):(f.prototype.am=x,o=28),f.prototype.DB=o,f.prototype.DM=(1<<o)-1,f.prototype.DV=1<<o;var B=52;f.prototype.FV=Math.pow(2,B),f.prototype.F1=B-o,f.prototype.F2=2*o-B;var _="0123456789abcdefghijklmnopqrstuvwxyz",M=new Array,R,q;for(R=48,q=0;q<=9;++q)M[R++]=q;for(R=97,q=10;q<36;++q)M[R++]=q;for(R=65,q=10;q<36;++q)M[R++]=q;function p(e){return _.charAt(e)}function w(e,n){var r=M[e.charCodeAt(n)];return r??-1}function g(e){for(var n=this.t-1;n>=0;--n)e[n]=this[n];e.t=this.t,e.s=this.s}function d(e){this.t=1,this.s=e<0?-1:0,e>0?this[0]=e:e<-1?this[0]=e+this.DV:this.t=0}function T(e){var n=h();return n.fromInt(e),n}function l(e,n){var r;if(n==16)r=4;else if(n==8)r=3;else if(n==256)r=8;else if(n==2)r=1;else if(n==32)r=5;else if(n==4)r=2;else{this.fromRadix(e,n);return}this.t=0,this.s=0;for(var c=e.length,m=!1,b=0;--c>=0;){var S=r==8?e[c]&255:w(e,c);if(S<0){e.charAt(c)=="-"&&(m=!0);continue}m=!1,b==0?this[this.t++]=S:b+r>this.DB?(this[this.t-1]|=(S&(1<<this.DB-b)-1)<<b,this[this.t++]=S>>this.DB-b):this[this.t-1]|=S<<b,b+=r,b>=this.DB&&(b-=this.DB)}r==8&&(e[0]&128)!=0&&(this.s=-1,b>0&&(this[this.t-1]|=(1<<this.DB-b)-1<<b)),this.clamp(),m&&f.ZERO.subTo(this,this)}function F(){for(var e=this.s&this.DM;this.t>0&&this[this.t-1]==e;)--this.t}function A(e){if(this.s<0)return"-"+this.negate().toString(e);var n;if(e==16)n=4;else if(e==8)n=3;else if(e==2)n=1;else if(e==32)n=5;else if(e==4)n=2;else return this.toRadix(e);var r=(1<<n)-1,c,m=!1,b="",S=this.t,E=this.DB-S*this.DB%n;if(S-- >0)for(E<this.DB&&(c=this[S]>>E)>0&&(m=!0,b=p(c));S>=0;)E<n?(c=(this[S]&(1<<E)-1)<<n-E,c|=this[--S]>>(E+=this.DB-n)):(c=this[S]>>(E-=n)&r,E<=0&&(E+=this.DB,--S)),c>0&&(m=!0),m&&(b+=p(c));return m?b:"0"}function O(){var e=h();return f.ZERO.subTo(this,e),e}function C(){return this.s<0?this.negate():this}function z(e){var n=this.s-e.s;if(n!=0)return n;var r=this.t;if(n=r-e.t,n!=0)return this.s<0?-n:n;for(;--r>=0;)if((n=this[r]-e[r])!=0)return n;return 0}function D(e){var n=1,r;return(r=e>>>16)!=0&&(e=r,n+=16),(r=e>>8)!=0&&(e=r,n+=8),(r=e>>4)!=0&&(e=r,n+=4),(r=e>>2)!=0&&(e=r,n+=2),(r=e>>1)!=0&&(e=r,n+=1),n}function P(){return this.t<=0?0:this.DB*(this.t-1)+D(this[this.t-1]^this.s&this.DM)}function L(e,n){var r;for(r=this.t-1;r>=0;--r)n[r+e]=this[r];for(r=e-1;r>=0;--r)n[r]=0;n.t=this.t+e,n.s=this.s}function H(e,n){for(var r=e;r<this.t;++r)n[r-e]=this[r];n.t=Math.max(this.t-e,0),n.s=this.s}function U(e,n){var r=e%this.DB,c=this.DB-r,m=(1<<c)-1,b=Math.floor(e/this.DB),S=this.s<<r&this.DM,E;for(E=this.t-1;E>=0;--E)n[E+b+1]=this[E]>>c|S,S=(this[E]&m)<<r;for(E=b-1;E>=0;--E)n[E]=0;n[b]=S,n.t=this.t+b+1,n.s=this.s,n.clamp()}function K(e,n){n.s=this.s;var r=Math.floor(e/this.DB);if(r>=this.t){n.t=0;return}var c=e%this.DB,m=this.DB-c,b=(1<<c)-1;n[0]=this[r]>>c;for(var S=r+1;S<this.t;++S)n[S-r-1]|=(this[S]&b)<<m,n[S-r]=this[S]>>c;c>0&&(n[this.t-r-1]|=(this.s&b)<<m),n.t=this.t-r,n.clamp()}function G(e,n){for(var r=0,c=0,m=Math.min(e.t,this.t);r<m;)c+=this[r]-e[r],n[r++]=c&this.DM,c>>=this.DB;if(e.t<this.t){for(c-=e.s;r<this.t;)c+=this[r],n[r++]=c&this.DM,c>>=this.DB;c+=this.s}else{for(c+=this.s;r<e.t;)c-=e[r],n[r++]=c&this.DM,c>>=this.DB;c-=e.s}n.s=c<0?-1:0,c<-1?n[r++]=this.DV+c:c>0&&(n[r++]=c),n.t=r,n.clamp()}function ot(e,n){var r=this.abs(),c=e.abs(),m=r.t;for(n.t=m+c.t;--m>=0;)n[m]=0;for(m=0;m<c.t;++m)n[m+r.t]=r.am(0,c[m],n,m,0,r.t);n.s=0,n.clamp(),this.s!=e.s&&f.ZERO.subTo(n,n)}function ut(e){for(var n=this.abs(),r=e.t=2*n.t;--r>=0;)e[r]=0;for(r=0;r<n.t-1;++r){var c=n.am(r,n[r],e,2*r,0,1);(e[r+n.t]+=n.am(r+1,2*n[r],e,2*r+1,c,n.t-r-1))>=n.DV&&(e[r+n.t]-=n.DV,e[r+n.t+1]=1)}e.t>0&&(e[e.t-1]+=n.am(r,n[r],e,2*r,0,1)),e.s=0,e.clamp()}function at(e,n,r){var c=e.abs();if(!(c.t<=0)){var m=this.abs();if(m.t<c.t){n!=null&&n.fromInt(0),r!=null&&this.copyTo(r);return}r==null&&(r=h());var b=h(),S=this.s,E=e.s,N=this.DB-D(c[c.t-1]);N>0?(c.lShiftTo(N,b),m.lShiftTo(N,r)):(c.copyTo(b),m.copyTo(r));var k=b.t,Z=b[k-1];if(Z!=0){var j=Z*(1<<this.F1)+(k>1?b[k-2]>>this.F2:0),Q=this.FV/j,dt=(1<<this.F1)/j,J=1<<this.F2,X=r.t,pt=X-k,tt=n??h();for(b.dlShiftTo(pt,tt),r.compareTo(tt)>=0&&(r[r.t++]=1,r.subTo(tt,r)),f.ONE.dlShiftTo(k,tt),tt.subTo(b,b);b.t<k;)b[b.t++]=0;for(;--pt>=0;){var Et=r[--X]==Z?this.DM:Math.floor(r[X]*Q+(r[X-1]+J)*dt);if((r[X]+=b.am(0,Et,r,pt,0,k))<Et)for(b.dlShiftTo(pt,tt),r.subTo(tt,r);r[X]<--Et;)r.subTo(tt,r)}n!=null&&(r.drShiftTo(k,n),S!=E&&f.ZERO.subTo(n,n)),r.t=k,r.clamp(),N>0&&r.rShiftTo(N,r),S<0&&f.ZERO.subTo(r,r)}}}function ht(e){var n=h();return this.abs().divRemTo(e,null,n),this.s<0&&n.compareTo(f.ZERO)>0&&e.subTo(n,n),n}function I(e){this.m=e}function Se(e){return e.s<0||e.compareTo(this.m)>=0?e.mod(this.m):e}function Ee(e){return e}function Be(e){e.divRemTo(this.m,null,e)}function _e(e,n,r){e.multiplyTo(n,r),this.reduce(r)}function Re(e,n){e.squareTo(n),this.reduce(n)}I.prototype.convert=Se,I.prototype.revert=Ee,I.prototype.reduce=Be,I.prototype.mulTo=_e,I.prototype.sqrTo=Re;function De(){if(this.t<1)return 0;var e=this[0];if((e&1)==0)return 0;var n=e&3;return n=n*(2-(e&15)*n)&15,n=n*(2-(e&255)*n)&255,n=n*(2-((e&65535)*n&65535))&65535,n=n*(2-e*n%this.DV)%this.DV,n>0?this.DV-n:-n}function nt(e){this.m=e,this.mp=e.invDigit(),this.mpl=this.mp&32767,this.mph=this.mp>>15,this.um=(1<<e.DB-15)-1,this.mt2=2*e.t}function Ae(e){var n=h();return e.abs().dlShiftTo(this.m.t,n),n.divRemTo(this.m,null,n),e.s<0&&n.compareTo(f.ZERO)>0&&this.m.subTo(n,n),n}function Ie(e){var n=h();return e.copyTo(n),this.reduce(n),n}function Me(e){for(;e.t<=this.mt2;)e[e.t++]=0;for(var n=0;n<this.m.t;++n){var r=e[n]&32767,c=r*this.mpl+((r*this.mph+(e[n]>>15)*this.mpl&this.um)<<15)&e.DM;for(r=n+this.m.t,e[r]+=this.m.am(0,c,e,n,0,this.m.t);e[r]>=e.DV;)e[r]-=e.DV,e[++r]++}e.clamp(),e.drShiftTo(this.m.t,e),e.compareTo(this.m)>=0&&e.subTo(this.m,e)}function Oe(e,n){e.squareTo(n),this.reduce(n)}function qe(e,n,r){e.multiplyTo(n,r),this.reduce(r)}nt.prototype.convert=Ae,nt.prototype.revert=Ie,nt.prototype.reduce=Me,nt.prototype.mulTo=qe,nt.prototype.sqrTo=Oe;function Ce(){return(this.t>0?this[0]&1:this.s)==0}function Pe(e,n){if(e>4294967295||e<1)return f.ONE;var r=h(),c=h(),m=n.convert(this),b=D(e)-1;for(m.copyTo(r);--b>=0;)if(n.sqrTo(r,c),(e&1<<b)>0)n.mulTo(c,m,r);else{var S=r;r=c,c=S}return n.revert(r)}function Le(e,n){var r;return e<256||n.isEven()?r=new I(n):r=new nt(n),this.exp(e,r)}f.prototype.copyTo=g,f.prototype.fromInt=d,f.prototype.fromString=l,f.prototype.clamp=F,f.prototype.dlShiftTo=L,f.prototype.drShiftTo=H,f.prototype.lShiftTo=U,f.prototype.rShiftTo=K,f.prototype.subTo=G,f.prototype.multiplyTo=ot,f.prototype.squareTo=ut,f.prototype.divRemTo=at,f.prototype.invDigit=De,f.prototype.isEven=Ce,f.prototype.exp=Pe,f.prototype.toString=A,f.prototype.negate=O,f.prototype.abs=C,f.prototype.compareTo=z,f.prototype.bitLength=P,f.prototype.mod=ht,f.prototype.modPowInt=Le,f.ZERO=T(0),f.ONE=T(1);function ze(){var e=h();return this.copyTo(e),e}function He(){if(this.s<0){if(this.t==1)return this[0]-this.DV;if(this.t==0)return-1}else{if(this.t==1)return this[0];if(this.t==0)return 0}return(this[1]&(1<<32-this.DB)-1)<<this.DB|this[0]}function Ne(){return this.t==0?this.s:this[0]<<24>>24}function Ye(){return this.t==0?this.s:this[0]<<16>>16}function ke(e){return Math.floor(Math.LN2*this.DB/Math.log(e))}function Ve(){return this.s<0?-1:this.t<=0||this.t==1&&this[0]<=0?0:1}function Ue(e){if(e==null&&(e=10),this.signum()==0||e<2||e>36)return"0";var n=this.chunkSize(e),r=Math.pow(e,n),c=T(r),m=h(),b=h(),S="";for(this.divRemTo(c,m,b);m.signum()>0;)S=(r+b.intValue()).toString(e).substr(1)+S,m.divRemTo(c,m,b);return b.intValue().toString(e)+S}function $e(e,n){this.fromInt(0),n==null&&(n=10);for(var r=this.chunkSize(n),c=Math.pow(n,r),m=!1,b=0,S=0,E=0;E<e.length;++E){var N=w(e,E);if(N<0){e.charAt(E)=="-"&&this.signum()==0&&(m=!0);continue}S=n*S+N,++b>=r&&(this.dMultiply(c),this.dAddOffset(S,0),b=0,S=0)}b>0&&(this.dMultiply(Math.pow(n,b)),this.dAddOffset(S,0)),m&&f.ZERO.subTo(this,this)}function je(e,n,r){if(typeof n=="number")if(e<2)this.fromInt(1);else for(this.fromNumber(e,r),this.testBit(e-1)||this.bitwiseTo(f.ONE.shiftLeft(e-1),Tt,this),this.isEven()&&this.dAddOffset(1,0);!this.isProbablePrime(n);)this.dAddOffset(2,0),this.bitLength()>e&&this.subTo(f.ONE.shiftLeft(e-1),this);else{var c=new Array,m=e&7;c.length=(e>>3)+1,n.nextBytes(c),m>0?c[0]&=(1<<m)-1:c[0]=0,this.fromString(c,256)}}function Ze(){var e=this.t,n=new Array;n[0]=this.s;var r=this.DB-e*this.DB%8,c,m=0;if(e-- >0)for(r<this.DB&&(c=this[e]>>r)!=(this.s&this.DM)>>r&&(n[m++]=c|this.s<<this.DB-r);e>=0;)r<8?(c=(this[e]&(1<<r)-1)<<8-r,c|=this[--e]>>(r+=this.DB-8)):(c=this[e]>>(r-=8)&255,r<=0&&(r+=this.DB,--e)),(c&128)!=0&&(c|=-256),m==0&&(this.s&128)!=(c&128)&&++m,(m>0||c!=this.s)&&(n[m++]=c);return n}function Ge(e){return this.compareTo(e)==0}function We(e){return this.compareTo(e)<0?this:e}function Je(e){return this.compareTo(e)>0?this:e}function Xe(e,n,r){var c,m,b=Math.min(e.t,this.t);for(c=0;c<b;++c)r[c]=n(this[c],e[c]);if(e.t<this.t){for(m=e.s&this.DM,c=b;c<this.t;++c)r[c]=n(this[c],m);r.t=this.t}else{for(m=this.s&this.DM,c=b;c<e.t;++c)r[c]=n(m,e[c]);r.t=e.t}r.s=n(this.s,e.s),r.clamp()}function Ke(e,n){return e&n}function Qe(e){var n=h();return this.bitwiseTo(e,Ke,n),n}function Tt(e,n){return e|n}function tn(e){var n=h();return this.bitwiseTo(e,Tt,n),n}function Yt(e,n){return e^n}function en(e){var n=h();return this.bitwiseTo(e,Yt,n),n}function kt(e,n){return e&~n}function nn(e){var n=h();return this.bitwiseTo(e,kt,n),n}function rn(){for(var e=h(),n=0;n<this.t;++n)e[n]=this.DM&~this[n];return e.t=this.t,e.s=~this.s,e}function on(e){var n=h();return e<0?this.rShiftTo(-e,n):this.lShiftTo(e,n),n}function sn(e){var n=h();return e<0?this.lShiftTo(-e,n):this.rShiftTo(e,n),n}function fn(e){if(e==0)return-1;var n=0;return(e&65535)==0&&(e>>=16,n+=16),(e&255)==0&&(e>>=8,n+=8),(e&15)==0&&(e>>=4,n+=4),(e&3)==0&&(e>>=2,n+=2),(e&1)==0&&++n,n}function cn(){for(var e=0;e<this.t;++e)if(this[e]!=0)return e*this.DB+fn(this[e]);return this.s<0?this.t*this.DB:-1}function un(e){for(var n=0;e!=0;)e&=e-1,++n;return n}function an(){for(var e=0,n=this.s&this.DM,r=0;r<this.t;++r)e+=un(this[r]^n);return e}function hn(e){var n=Math.floor(e/this.DB);return n>=this.t?this.s!=0:(this[n]&1<<e%this.DB)!=0}function ln(e,n){var r=f.ONE.shiftLeft(e);return this.bitwiseTo(r,n,r),r}function dn(e){return this.changeBit(e,Tt)}function pn(e){return this.changeBit(e,kt)}function gn(e){return this.changeBit(e,Yt)}function mn(e,n){for(var r=0,c=0,m=Math.min(e.t,this.t);r<m;)c+=this[r]+e[r],n[r++]=c&this.DM,c>>=this.DB;if(e.t<this.t){for(c+=e.s;r<this.t;)c+=this[r],n[r++]=c&this.DM,c>>=this.DB;c+=this.s}else{for(c+=this.s;r<e.t;)c+=e[r],n[r++]=c&this.DM,c>>=this.DB;c+=e.s}n.s=c<0?-1:0,c>0?n[r++]=c:c<-1&&(n[r++]=this.DV+c),n.t=r,n.clamp()}function xn(e){var n=h();return this.addTo(e,n),n}function vn(e){var n=h();return this.subTo(e,n),n}function yn(e){var n=h();return this.multiplyTo(e,n),n}function bn(){var e=h();return this.squareTo(e),e}function wn(e){var n=h();return this.divRemTo(e,n,null),n}function Tn(e){var n=h();return this.divRemTo(e,null,n),n}function Fn(e){var n=h(),r=h();return this.divRemTo(e,n,r),new Array(n,r)}function Sn(e){this[this.t]=this.am(0,e-1,this,0,0,this.t),++this.t,this.clamp()}function En(e,n){if(e!=0){for(;this.t<=n;)this[this.t++]=0;for(this[n]+=e;this[n]>=this.DV;)this[n]-=this.DV,++n>=this.t&&(this[this.t++]=0),++this[n]}}function ft(){}function Vt(e){return e}function Bn(e,n,r){e.multiplyTo(n,r)}function _n(e,n){e.squareTo(n)}ft.prototype.convert=Vt,ft.prototype.revert=Vt,ft.prototype.mulTo=Bn,ft.prototype.sqrTo=_n;function Rn(e){return this.exp(e,new ft)}function Dn(e,n,r){var c=Math.min(this.t+e.t,n);for(r.s=0,r.t=c;c>0;)r[--c]=0;var m;for(m=r.t-this.t;c<m;++c)r[c+this.t]=this.am(0,e[c],r,c,0,this.t);for(m=Math.min(e.t,n);c<m;++c)this.am(0,e[c],r,c,0,n-c);r.clamp()}function An(e,n,r){--n;var c=r.t=this.t+e.t-n;for(r.s=0;--c>=0;)r[c]=0;for(c=Math.max(n-this.t,0);c<e.t;++c)r[this.t+c-n]=this.am(n-c,e[c],r,0,0,this.t+c-n);r.clamp(),r.drShiftTo(1,r)}function rt(e){this.r2=h(),this.q3=h(),f.ONE.dlShiftTo(2*e.t,this.r2),this.mu=this.r2.divide(e),this.m=e}function In(e){if(e.s<0||e.t>2*this.m.t)return e.mod(this.m);if(e.compareTo(this.m)<0)return e;var n=h();return e.copyTo(n),this.reduce(n),n}function Mn(e){return e}function On(e){for(e.drShiftTo(this.m.t-1,this.r2),e.t>this.m.t+1&&(e.t=this.m.t+1,e.clamp()),this.mu.multiplyUpperTo(this.r2,this.m.t+1,this.q3),this.m.multiplyLowerTo(this.q3,this.m.t+1,this.r2);e.compareTo(this.r2)<0;)e.dAddOffset(1,this.m.t+1);for(e.subTo(this.r2,e);e.compareTo(this.m)>=0;)e.subTo(this.m,e)}function qn(e,n){e.squareTo(n),this.reduce(n)}function Cn(e,n,r){e.multiplyTo(n,r),this.reduce(r)}rt.prototype.convert=In,rt.prototype.revert=Mn,rt.prototype.reduce=On,rt.prototype.mulTo=Cn,rt.prototype.sqrTo=qn;function Pn(e,n){var r=e.bitLength(),c,m=T(1),b;if(r<=0)return m;r<18?c=1:r<48?c=3:r<144?c=4:r<768?c=5:c=6,r<8?b=new I(n):n.isEven()?b=new rt(n):b=new nt(n);var S=new Array,E=3,N=c-1,k=(1<<c)-1;if(S[1]=b.convert(this),c>1){var Z=h();for(b.sqrTo(S[1],Z);E<=k;)S[E]=h(),b.mulTo(Z,S[E-2],S[E]),E+=2}var j=e.t-1,Q,dt=!0,J=h(),X;for(r=D(e[j])-1;j>=0;){for(r>=N?Q=e[j]>>r-N&k:(Q=(e[j]&(1<<r+1)-1)<<N-r,j>0&&(Q|=e[j-1]>>this.DB+r-N)),E=c;(Q&1)==0;)Q>>=1,--E;if((r-=E)<0&&(r+=this.DB,--j),dt)S[Q].copyTo(m),dt=!1;else{for(;E>1;)b.sqrTo(m,J),b.sqrTo(J,m),E-=2;E>0?b.sqrTo(m,J):(X=m,m=J,J=X),b.mulTo(J,S[Q],m)}for(;j>=0&&(e[j]&1<<r)==0;)b.sqrTo(m,J),X=m,m=J,J=X,--r<0&&(r=this.DB-1,--j)}return b.revert(m)}function Ln(e){var n=this.s<0?this.negate():this.clone(),r=e.s<0?e.negate():e.clone();if(n.compareTo(r)<0){var c=n;n=r,r=c}var m=n.getLowestSetBit(),b=r.getLowestSetBit();if(b<0)return n;for(m<b&&(b=m),b>0&&(n.rShiftTo(b,n),r.rShiftTo(b,r));n.signum()>0;)(m=n.getLowestSetBit())>0&&n.rShiftTo(m,n),(m=r.getLowestSetBit())>0&&r.rShiftTo(m,r),n.compareTo(r)>=0?(n.subTo(r,n),n.rShiftTo(1,n)):(r.subTo(n,r),r.rShiftTo(1,r));return b>0&&r.lShiftTo(b,r),r}function zn(e){if(e<=0)return 0;var n=this.DV%e,r=this.s<0?e-1:0;if(this.t>0)if(n==0)r=this[0]%e;else for(var c=this.t-1;c>=0;--c)r=(n*r+this[c])%e;return r}function Hn(e){var n=e.isEven();if(this.isEven()&&n||e.signum()==0)return f.ZERO;for(var r=e.clone(),c=this.clone(),m=T(1),b=T(0),S=T(0),E=T(1);r.signum()!=0;){for(;r.isEven();)r.rShiftTo(1,r),n?((!m.isEven()||!b.isEven())&&(m.addTo(this,m),b.subTo(e,b)),m.rShiftTo(1,m)):b.isEven()||b.subTo(e,b),b.rShiftTo(1,b);for(;c.isEven();)c.rShiftTo(1,c),n?((!S.isEven()||!E.isEven())&&(S.addTo(this,S),E.subTo(e,E)),S.rShiftTo(1,S)):E.isEven()||E.subTo(e,E),E.rShiftTo(1,E);r.compareTo(c)>=0?(r.subTo(c,r),n&&m.subTo(S,m),b.subTo(E,b)):(c.subTo(r,c),n&&S.subTo(m,S),E.subTo(b,E))}if(c.compareTo(f.ONE)!=0)return f.ZERO;if(E.compareTo(e)>=0)return E.subtract(e);if(E.signum()<0)E.addTo(e,E);else return E;return E.signum()<0?E.add(e):E}var V=[2,3,5,7,11,13,17,19,23,29,31,37,41,43,47,53,59,61,67,71,73,79,83,89,97,101,103,107,109,113,127,131,137,139,149,151,157,163,167,173,179,181,191,193,197,199,211,223,227,229,233,239,241,251,257,263,269,271,277,281,283,293,307,311,313,317,331,337,347,349,353,359,367,373,379,383,389,397,401,409,419,421,431,433,439,443,449,457,461,463,467,479,487,491,499,503,509,521,523,541,547,557,563,569,571,577,587,593,599,601,607,613,617,619,631,641,643,647,653,659,661,673,677,683,691,701,709,719,727,733,739,743,751,757,761,769,773,787,797,809,811,821,823,827,829,839,853,857,859,863,877,881,883,887,907,911,919,929,937,941,947,953,967,971,977,983,991,997],Nn=(1<<26)/V[V.length-1];function Yn(e){var n,r=this.abs();if(r.t==1&&r[0]<=V[V.length-1]){for(n=0;n<V.length;++n)if(r[0]==V[n])return!0;return!1}if(r.isEven())return!1;for(n=1;n<V.length;){for(var c=V[n],m=n+1;m<V.length&&c<Nn;)c*=V[m++];for(c=r.modInt(c);n<m;)if(c%V[n++]==0)return!1}return r.millerRabin(e)}function kn(e){var n=this.subtract(f.ONE),r=n.getLowestSetBit();if(r<=0)return!1;var c=n.shiftRight(r);e=e+1>>1,e>V.length&&(e=V.length);for(var m=h(),b=0;b<e;++b){m.fromInt(V[Math.floor(Math.random()*V.length)]);var S=m.modPow(c,this);if(S.compareTo(f.ONE)!=0&&S.compareTo(n)!=0){for(var E=1;E++<r&&S.compareTo(n)!=0;)if(S=S.modPowInt(2,this),S.compareTo(f.ONE)==0)return!1;if(S.compareTo(n)!=0)return!1}}return!0}f.prototype.chunkSize=ke,f.prototype.toRadix=Ue,f.prototype.fromRadix=$e,f.prototype.fromNumber=je,f.prototype.bitwiseTo=Xe,f.prototype.changeBit=ln,f.prototype.addTo=mn,f.prototype.dMultiply=Sn,f.prototype.dAddOffset=En,f.prototype.multiplyLowerTo=Dn,f.prototype.multiplyUpperTo=An,f.prototype.modInt=zn,f.prototype.millerRabin=kn,f.prototype.clone=ze,f.prototype.intValue=He,f.prototype.byteValue=Ne,f.prototype.shortValue=Ye,f.prototype.signum=Ve,f.prototype.toByteArray=Ze,f.prototype.equals=Ge,f.prototype.min=We,f.prototype.max=Je,f.prototype.and=Qe,f.prototype.or=tn,f.prototype.xor=en,f.prototype.andNot=nn,f.prototype.not=rn,f.prototype.shiftLeft=on,f.prototype.shiftRight=sn,f.prototype.getLowestSetBit=cn,f.prototype.bitCount=an,f.prototype.testBit=hn,f.prototype.setBit=dn,f.prototype.clearBit=pn,f.prototype.flipBit=gn,f.prototype.add=xn,f.prototype.subtract=vn,f.prototype.multiply=yn,f.prototype.divide=wn,f.prototype.remainder=Tn,f.prototype.divideAndRemainder=Fn,f.prototype.modPow=Pn,f.prototype.modInverse=Hn,f.prototype.pow=Rn,f.prototype.gcd=Ln,f.prototype.isProbablePrime=Yn,f.prototype.square=bn,f.prototype.Barrett=rt;var lt,$,Y;function Vn(e){$[Y++]^=e&255,$[Y++]^=e>>8&255,$[Y++]^=e>>16&255,$[Y++]^=e>>24&255,Y>=St&&(Y-=St)}function Ut(){Vn(new Date().getTime())}if($==null){$=new Array,Y=0;var W;if(typeof window<"u"&&window.crypto){if(window.crypto.getRandomValues){var $t=new Uint8Array(32);for(window.crypto.getRandomValues($t),W=0;W<32;++W)$[Y++]=$t[W]}else if(navigator.appName=="Netscape"&&navigator.appVersion<"5"){var jt=window.crypto.random(32);for(W=0;W<jt.length;++W)$[Y++]=jt.charCodeAt(W)&255}}for(;Y<St;)W=Math.floor(65536*Math.random()),$[Y++]=W>>>8,$[Y++]=W&255;Y=0,Ut()}function Un(){if(lt==null){for(Ut(),lt=Gn(),lt.init($),Y=0;Y<$.length;++Y)$[Y]=0;Y=0}return lt.next()}function $n(e){var n;for(n=0;n<e.length;++n)e[n]=Un()}function Zt(){}Zt.prototype.nextBytes=$n;function Ft(){this.i=0,this.j=0,this.S=new Array}function jn(e){var n,r,c;for(n=0;n<256;++n)this.S[n]=n;for(r=0,n=0;n<256;++n)r=r+this.S[n]+e[n%e.length]&255,c=this.S[n],this.S[n]=this.S[r],this.S[r]=c;this.i=0,this.j=0}function Zn(){var e;return this.i=this.i+1&255,this.j=this.j+this.S[this.i]&255,e=this.S[this.i],this.S[this.i]=this.S[this.j],this.S[this.j]=e,this.S[e+this.S[this.i]&255]}Ft.prototype.init=jn,Ft.prototype.next=Zn;function Gn(){return new Ft}var St=256;t.exports={default:f,BigInteger:f,SecureRandom:Zt}}).call(bi)}(mt)),mt.exports}var Bt,Jt;function wi(){if(Jt)return Bt;Jt=1;const{BigInteger:t}=wt();function i(y){let x=y.toString(16);if(x[0]!=="-")x.length%2===1?x="0"+x:x.match(/^[0-7]/)||(x="00"+x);else{x=x.substr(1);let v=x.length;v%2===1?v+=1:x.match(/^[0-7]/)||(v+=2);let B="";for(let _=0;_<v;_++)B+="f";B=new t(B,16),x=B.xor(y).add(t.ONE),x=x.toString(16).replace(/^-/,"")}return x}class o{constructor(){this.tlv=null,this.t="00",this.l="00",this.v=""}getEncodedHex(){return this.tlv||(this.v=this.getValue(),this.l=this.getLength(),this.tlv=this.t+this.l+this.v),this.tlv}getLength(){const x=this.v.length/2;let v=x.toString(16);return v.length%2===1&&(v="0"+v),x<128?v:(128+v.length/2).toString(16)+v}getValue(){return""}}class s extends o{constructor(x){super(),this.t="02",x&&(this.v=i(x))}getValue(){return this.v}}class u extends o{constructor(x){super(),this.t="30",this.asn1Array=x}getValue(){return this.v=this.asn1Array.map(x=>x.getEncodedHex()).join(""),this.v}}function f(y,x){return+y[x+2]<8?1:+y.substr(x+2,2)&128}function h(y,x){const v=f(y,x),B=y.substr(x+2,v*2);return B?(+B[0]<8?new t(B,16):new t(B.substr(2),16)).intValue():-1}function a(y,x){const v=f(y,x);return x+(v+1)*2}return Bt={encodeDer(y,x){const v=new s(y),B=new s(x);return new u([v,B]).getEncodedHex()},decodeDer(y){const x=a(y,0),v=a(y,x),B=h(y,x),_=y.substr(v,B*2),M=v+_.length,R=a(y,M),q=h(y,M),p=y.substr(R,q*2),w=new t(_,16),g=new t(p,16);return{r:w,s:g}}},Bt}var _t,Xt;function Ti(){if(Xt)return _t;Xt=1;const{BigInteger:t}=wt(),i=new t("2"),o=new t("3");class s{constructor(a,y){this.x=y,this.q=a}equals(a){return a===this?!0:this.q.equals(a.q)&&this.x.equals(a.x)}toBigInteger(){return this.x}negate(){return new s(this.q,this.x.negate().mod(this.q))}add(a){return new s(this.q,this.x.add(a.toBigInteger()).mod(this.q))}subtract(a){return new s(this.q,this.x.subtract(a.toBigInteger()).mod(this.q))}multiply(a){return new s(this.q,this.x.multiply(a.toBigInteger()).mod(this.q))}divide(a){return new s(this.q,this.x.multiply(a.toBigInteger().modInverse(this.q)).mod(this.q))}square(){return new s(this.q,this.x.square().mod(this.q))}}class u{constructor(a,y,x,v){this.curve=a,this.x=y,this.y=x,this.z=v??t.ONE,this.zinv=null}getX(){return this.zinv===null&&(this.zinv=this.z.modInverse(this.curve.q)),this.curve.fromBigInteger(this.x.toBigInteger().multiply(this.zinv).mod(this.curve.q))}getY(){return this.zinv===null&&(this.zinv=this.z.modInverse(this.curve.q)),this.curve.fromBigInteger(this.y.toBigInteger().multiply(this.zinv).mod(this.curve.q))}equals(a){return a===this?!0:this.isInfinity()?a.isInfinity():a.isInfinity()?this.isInfinity():a.y.toBigInteger().multiply(this.z).subtract(this.y.toBigInteger().multiply(a.z)).mod(this.curve.q).equals(t.ZERO)?a.x.toBigInteger().multiply(this.z).subtract(this.x.toBigInteger().multiply(a.z)).mod(this.curve.q).equals(t.ZERO):!1}isInfinity(){return this.x===null&&this.y===null?!0:this.z.equals(t.ZERO)&&!this.y.toBigInteger().equals(t.ZERO)}negate(){return new u(this.curve,this.x,this.y.negate(),this.z)}add(a){if(this.isInfinity())return a;if(a.isInfinity())return this;const y=this.x.toBigInteger(),x=this.y.toBigInteger(),v=this.z,B=a.x.toBigInteger(),_=a.y.toBigInteger(),M=a.z,R=this.curve.q,q=y.multiply(M).mod(R),p=B.multiply(v).mod(R),w=q.subtract(p),g=x.multiply(M).mod(R),d=_.multiply(v).mod(R),T=g.subtract(d);if(t.ZERO.equals(w))return t.ZERO.equals(T)?this.twice():this.curve.infinity;const l=q.add(p),F=v.multiply(M).mod(R),A=w.square().mod(R),O=w.multiply(A).mod(R),C=F.multiply(T.square()).subtract(l.multiply(A)).mod(R),z=w.multiply(C).mod(R),D=T.multiply(A.multiply(q).subtract(C)).subtract(g.multiply(O)).mod(R),P=O.multiply(F).mod(R);return new u(this.curve,this.curve.fromBigInteger(z),this.curve.fromBigInteger(D),P)}twice(){if(this.isInfinity())return this;if(!this.y.toBigInteger().signum())return this.curve.infinity;const a=this.x.toBigInteger(),y=this.y.toBigInteger(),x=this.z,v=this.curve.q,B=this.curve.a.toBigInteger(),_=a.square().multiply(o).add(B.multiply(x.square())).mod(v),M=y.shiftLeft(1).multiply(x).mod(v),R=y.square().mod(v),q=R.multiply(a).multiply(x).mod(v),p=M.square().mod(v),w=_.square().subtract(q.shiftLeft(3)).mod(v),g=M.multiply(w).mod(v),d=_.multiply(q.shiftLeft(2).subtract(w)).subtract(p.shiftLeft(1).multiply(R)).mod(v),T=M.multiply(p).mod(v);return new u(this.curve,this.curve.fromBigInteger(g),this.curve.fromBigInteger(d),T)}multiply(a){if(this.isInfinity())return this;if(!a.signum())return this.curve.infinity;const y=a.multiply(o),x=this.negate();let v=this;for(let B=y.bitLength()-2;B>0;B--){v=v.twice();const _=y.testBit(B),M=a.testBit(B);_!==M&&(v=v.add(_?this:x))}return v}}class f{constructor(a,y,x){this.q=a,this.a=this.fromBigInteger(y),this.b=this.fromBigInteger(x),this.infinity=new u(this,null,null)}equals(a){return a===this?!0:this.q.equals(a.q)&&this.a.equals(a.a)&&this.b.equals(a.b)}fromBigInteger(a){return new s(this.q,a)}decodePointHex(a){switch(parseInt(a.substr(0,2),16)){case 0:return this.infinity;case 2:case 3:const y=this.fromBigInteger(new t(a.substr(2),16));let x=this.fromBigInteger(y.multiply(y.square()).add(y.multiply(this.a)).add(this.b).toBigInteger().modPow(this.q.divide(new t("4")).add(t.ONE),this.q));return x.toBigInteger().mod(i).equals(new t(a.substr(0,2),16).subtract(i))||(x=x.negate()),new u(this,y,x);case 4:case 6:case 7:const v=(a.length-2)/2,B=a.substr(2,v),_=a.substr(v+2,v);return new u(this,this.fromBigInteger(new t(B,16)),this.fromBigInteger(new t(_,16)));default:return null}}}return _t={ECPointFp:u,ECCurveFp:f},_t}var Rt,Kt;function Fi(){if(Kt)return Rt;Kt=1;const{BigInteger:t,SecureRandom:i}=wt(),{ECCurveFp:o}=Ti(),s=new i,{curve:u,G:f,n:h}=y();function a(){return u}function y(){const g=new t("FFFFFFFEFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF00000000FFFFFFFFFFFFFFFF",16),d=new t("FFFFFFFEFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF00000000FFFFFFFFFFFFFFFC",16),T=new t("28E9FA9E9D9F5E344D5A9E4BCF6509A7F39789F515AB8F92DDBCBD414D940E93",16),l=new o(g,d,T),O=l.decodePointHex("04"+"32C4AE2C1F1981195F9904466A39C9948FE30BBFF2660BE1715A4589334C74C7"+"BC3736A2F4F6779C59BDCEE36B692153D0A9877CC62A474002DF32E52139F0A0"),C=new t("FFFFFFFEFFFFFFFFFFFFFFFFFFFFFFFF7203DF6B21C6052B53BBF40939D54123",16);return{curve:l,G:O,n:C}}function x(g,d,T){const F=(g?new t(g,d,T):new t(h.bitLength(),s)).mod(h.subtract(t.ONE)).add(t.ONE),A=_(F.toString(16),64),O=f.multiply(F),C=_(O.getX().toBigInteger().toString(16),64),z=_(O.getY().toBigInteger().toString(16),64),D="04"+C+z;return{privateKey:A,publicKey:D}}function v(g){if(g.length!==130)throw new Error("Invalid public key to compress");const d=(g.length-2)/2,T=g.substr(2,d),l=new t(g.substr(d+2,d),16);let F="03";return l.mod(new t("2")).equals(t.ZERO)&&(F="02"),F+T}function B(g){g=unescape(encodeURIComponent(g));const d=g.length,T=[];for(let F=0;F<d;F++)T[F>>>2]|=(g.charCodeAt(F)&255)<<24-F%4*8;const l=[];for(let F=0;F<d;F++){const A=T[F>>>2]>>>24-F%4*8&255;l.push((A>>>4).toString(16)),l.push((A&15).toString(16))}return l.join("")}function _(g,d){return g.length>=d?g:new Array(d-g.length+1).join("0")+g}function M(g){return g.map(d=>(d=d.toString(16),d.length===1?"0"+d:d)).join("")}function R(g){const d=[];let T=0;for(let l=0;l<g.length*2;l+=2)d[l>>>3]|=parseInt(g[T],10)<<24-l%8*4,T++;try{const l=[];for(let F=0;F<g.length;F++){const A=d[F>>>2]>>>24-F%4*8&255;l.push(String.fromCharCode(A))}return decodeURIComponent(escape(l.join("")))}catch{throw new Error("Malformed UTF-8 data")}}function q(g){const d=[];let T=g.length;T%2!==0&&(g=_(g,T+1)),T=g.length;for(let l=0;l<T;l+=2)d.push(parseInt(g.substr(l,2),16));return d}function p(g){const d=u.decodePointHex(g);if(!d)return!1;const T=d.getX();return d.getY().square().equals(T.multiply(T.square()).add(T.multiply(u.a)).add(u.b))}function w(g,d){const T=u.decodePointHex(g);if(!T)return!1;const l=u.decodePointHex(d);return l?T.equals(l):!1}return Rt={getGlobalCurve:a,generateEcparam:y,generateKeyPairHex:x,compressPublicKeyHex:v,utf8ToHex:B,leftPad:_,arrayToHex:M,arrayToUtf8:R,hexToArray:q,verifyPublicKey:p,comparePublicKeyHex:w},Rt}var Dt,Qt;function Te(){if(Qt)return Dt;Qt=1;const t=new Uint32Array(68),i=new Uint32Array(64);function o(B,_){const M=_&31;return B<<M|B>>>32-M}function s(B,_){const M=[];for(let R=B.length-1;R>=0;R--)M[R]=(B[R]^_[R])&255;return M}function u(B){return B^o(B,9)^o(B,17)}function f(B){return B^o(B,15)^o(B,23)}function h(B){let _=B.length*8,M=_%512;M=M>=448?512-M%448-1:448-M-1;const R=new Array((M-7)/8),q=new Array(8);for(let l=0,F=R.length;l<F;l++)R[l]=0;for(let l=0,F=q.length;l<F;l++)q[l]=0;_=_.toString(2);for(let l=7;l>=0;l--)if(_.length>8){const F=_.length-8;q[l]=parseInt(_.substr(F),2),_=_.substr(0,F)}else _.length>0&&(q[l]=parseInt(_,2),_="");const p=new Uint8Array([...B,128,...R,...q]),w=new DataView(p.buffer,0),g=p.length/64,d=new Uint32Array([1937774191,1226093241,388252375,3666478592,2842636476,372324522,3817729613,2969243214]);for(let l=0;l<g;l++){t.fill(0),i.fill(0);const F=16*l;for(let I=0;I<16;I++)t[I]=w.getUint32((F+I)*4,!1);for(let I=16;I<68;I++)t[I]=f(t[I-16]^t[I-9]^o(t[I-3],15))^o(t[I-13],7)^t[I-6];for(let I=0;I<64;I++)i[I]=t[I]^t[I+4];const A=2043430169,O=2055708042;let C=d[0],z=d[1],D=d[2],P=d[3],L=d[4],H=d[5],U=d[6],K=d[7],G,ot,ut,at,ht;for(let I=0;I<64;I++)ht=I>=0&&I<=15?A:O,G=o(o(C,12)+L+o(ht,I),7),ot=G^o(C,12),ut=(I>=0&&I<=15?C^z^D:C&z|C&D|z&D)+P+ot+i[I],at=(I>=0&&I<=15?L^H^U:L&H|~L&U)+K+G+t[I],P=D,D=o(z,9),z=C,C=ut,K=U,U=o(H,19),H=L,L=u(at);d[0]^=C,d[1]^=z,d[2]^=D,d[3]^=P,d[4]^=L,d[5]^=H,d[6]^=U,d[7]^=K}const T=[];for(let l=0,F=d.length;l<F;l++){const A=d[l];T.push((A&4278190080)>>>24,(A&16711680)>>>16,(A&65280)>>>8,A&255)}return T}const a=64,y=new Uint8Array(a),x=new Uint8Array(a);for(let B=0;B<a;B++)y[B]=54,x[B]=92;function v(B,_){for(_.length>a&&(_=h(_));_.length<a;)_.push(0);const M=s(_,y),R=s(_,x),q=h([...M,...B]);return h([...R,...q])}return Dt={sm3:h,hmac:v},Dt}var At,te;function Si(){if(te)return At;te=1;const{BigInteger:t}=wt(),{encodeDer:i,decodeDer:o}=wi(),s=Fi(),u=Te().sm3,{G:f,curve:h,n:a}=s.generateEcparam(),y=0;function x(p,w,g=1){p=typeof p=="string"?s.hexToArray(s.utf8ToHex(p)):Array.prototype.slice.call(p),w=s.getGlobalCurve().decodePointHex(w);const d=s.generateKeyPairHex(),T=new t(d.privateKey,16);let l=d.publicKey;l.length>128&&(l=l.substr(l.length-128));const F=w.multiply(T),A=s.hexToArray(s.leftPad(F.getX().toBigInteger().toRadix(16),64)),O=s.hexToArray(s.leftPad(F.getY().toBigInteger().toRadix(16),64)),C=s.arrayToHex(u([].concat(A,p,O)));let z=1,D=0,P=[];const L=[].concat(A,O),H=()=>{P=u([...L,z>>24&255,z>>16&255,z>>8&255,z&255]),z++,D=0};H();for(let K=0,G=p.length;K<G;K++)D===P.length&&H(),p[K]^=P[D++]&255;const U=s.arrayToHex(p);return g===y?l+U+C:l+C+U}function v(p,w,g=1,{output:d="string"}={}){w=new t(w,16);let T=p.substr(128,64),l=p.substr(192);g===y&&(T=p.substr(p.length-64),l=p.substr(128,p.length-128-64));const F=s.hexToArray(l),O=s.getGlobalCurve().decodePointHex("04"+p.substr(0,128)).multiply(w),C=s.hexToArray(s.leftPad(O.getX().toBigInteger().toRadix(16),64)),z=s.hexToArray(s.leftPad(O.getY().toBigInteger().toRadix(16),64));let D=1,P=0,L=[];const H=[].concat(C,z),U=()=>{L=u([...H,D>>24&255,D>>16&255,D>>8&255,D&255]),D++,P=0};U();for(let G=0,ot=F.length;G<ot;G++)P===L.length&&U(),F[G]^=L[P++]&255;return s.arrayToHex(u([].concat(C,F,z)))===T.toLowerCase()?d==="array"?F:s.arrayToUtf8(F):d==="array"?[]:""}function B(p,w,{pointPool:g,der:d,hash:T,publicKey:l,userId:F}={}){let A=typeof p=="string"?s.utf8ToHex(p):s.arrayToHex(p);T&&(l=l||R(w),A=M(A,l,F));const O=new t(w,16),C=new t(A,16);let z=null,D=null,P=null;do{do{let L;g&&g.length?L=g.pop():L=q(),z=L.k,D=C.add(L.x1).mod(a)}while(D.equals(t.ZERO)||D.add(z).equals(a));P=O.add(t.ONE).modInverse(a).multiply(z.subtract(D.multiply(O))).mod(a)}while(P.equals(t.ZERO));return d?i(D,P):s.leftPad(D.toString(16),64)+s.leftPad(P.toString(16),64)}function _(p,w,g,{der:d,hash:T,userId:l}={}){let F=typeof p=="string"?s.utf8ToHex(p):s.arrayToHex(p);T&&(F=M(F,g,l));let A,O;if(d){const H=o(w);A=H.r,O=H.s}else A=new t(w.substring(0,64),16),O=new t(w.substring(64),16);const C=h.decodePointHex(g),z=new t(F,16),D=A.add(O).mod(a);if(D.equals(t.ZERO))return!1;const P=f.multiply(O).add(C.multiply(D)),L=z.add(P.getX().toBigInteger()).mod(a);return A.equals(L)}function M(p,w,g="1234567812345678"){g=s.utf8ToHex(g);const d=s.leftPad(f.curve.a.toBigInteger().toRadix(16),64),T=s.leftPad(f.curve.b.toBigInteger().toRadix(16),64),l=s.leftPad(f.getX().toBigInteger().toRadix(16),64),F=s.leftPad(f.getY().toBigInteger().toRadix(16),64);let A,O;if(w.length===128)A=w.substr(0,64),O=w.substr(64,64);else{const P=f.curve.decodePointHex(w);A=s.leftPad(P.getX().toBigInteger().toRadix(16),64),O=s.leftPad(P.getY().toBigInteger().toRadix(16),64)}const C=s.hexToArray(g+d+T+l+F+A+O),z=g.length*4;C.unshift(z&255),C.unshift(z>>8&255);const D=u(C);return s.arrayToHex(u(D.concat(s.hexToArray(p))))}function R(p){const w=f.multiply(new t(p,16)),g=s.leftPad(w.getX().toBigInteger().toString(16),64),d=s.leftPad(w.getY().toBigInteger().toString(16),64);return"04"+g+d}function q(){const p=s.generateKeyPairHex(),w=h.decodePointHex(p.publicKey);return p.k=new t(p.privateKey,16),p.x1=w.getX().toBigInteger(),p}return At={generateKeyPairHex:s.generateKeyPairHex,compressPublicKeyHex:s.compressPublicKeyHex,comparePublicKeyHex:s.comparePublicKeyHex,doEncrypt:x,doDecrypt:v,doSignature:B,doVerifySignature:_,getPublicKeyFromPrivateKey:R,getPoint:q,verifyPublicKey:s.verifyPublicKey},At}var It,ee;function Ei(){if(ee)return It;ee=1;const{sm3:t,hmac:i}=Te();function o(h,a){return h.length>=a?h:new Array(a-h.length+1).join("0")+h}function s(h){return h.map(a=>(a=a.toString(16),a.length===1?"0"+a:a)).join("")}function u(h){const a=[];let y=h.length;y%2!==0&&(h=o(h,y+1)),y=h.length;for(let x=0;x<y;x+=2)a.push(parseInt(h.substr(x,2),16));return a}function f(h){const a=[];for(let y=0,x=h.length;y<x;y++){const v=h.codePointAt(y);if(v<=127)a.push(v);else if(v<=2047)a.push(192|v>>>6),a.push(128|v&63);else if(v<=55295||v>=57344&&v<=65535)a.push(224|v>>>12),a.push(128|v>>>6&63),a.push(128|v&63);else if(v>=65536&&v<=1114111)y++,a.push(240|v>>>18&28),a.push(128|v>>>12&63),a.push(128|v>>>6&63),a.push(128|v&63);else throw a.push(v),new Error("input is not supported")}return a}return It=function(h,a){if(h=typeof h=="string"?f(h):Array.prototype.slice.call(h),a){if((a.mode||"hmac")!=="hmac")throw new Error("invalid mode");let x=a.key;if(!x)throw new Error("invalid key");return x=typeof x=="string"?u(x):Array.prototype.slice.call(x),s(i(h,x))}return s(t(h))},It}var Mt,ne;function Bi(){if(ne)return Mt;ne=1;const t=0,i=32,o=16,s=[214,144,233,254,204,225,61,183,22,182,20,194,40,251,44,5,43,103,154,118,42,190,4,195,170,68,19,38,73,134,6,153,156,66,80,244,145,239,152,122,51,84,11,67,237,207,172,98,228,179,28,169,201,8,232,149,128,223,148,250,117,143,63,166,71,7,167,252,243,115,23,186,131,89,60,25,230,133,79,168,104,107,129,178,113,100,218,139,248,235,15,75,112,86,157,53,30,36,14,94,99,88,209,162,37,34,124,59,1,33,120,135,212,0,70,87,159,211,39,82,76,54,2,231,160,196,200,158,234,191,138,210,64,199,56,181,163,247,242,206,249,97,21,161,224,174,93,164,155,52,26,85,173,147,50,48,245,140,177,227,29,246,226,46,130,102,202,96,192,41,35,171,13,83,78,111,213,219,55,69,222,253,142,47,3,255,106,114,109,108,91,81,141,27,175,146,187,221,188,127,17,217,92,65,31,16,90,216,10,193,49,136,165,205,123,189,45,116,208,18,184,229,180,176,137,105,151,74,12,150,119,126,101,185,241,9,197,110,198,132,24,240,125,236,58,220,77,32,121,238,95,62,215,203,57,72],u=[462357,472066609,943670861,1415275113,1886879365,2358483617,2830087869,3301692121,3773296373,4228057617,404694573,876298825,1347903077,1819507329,2291111581,2762715833,3234320085,3705924337,4177462797,337322537,808926789,1280531041,1752135293,2223739545,2695343797,3166948049,3638552301,4110090761,269950501,741554753,1213159005,1684763257];function f(p){const w=[];for(let g=0,d=p.length;g<d;g+=2)w.push(parseInt(p.substr(g,2),16));return w}function h(p){return p.map(w=>(w=w.toString(16),w.length===1?"0"+w:w)).join("")}function a(p){const w=[];for(let g=0,d=p.length;g<d;g++){const T=p.codePointAt(g);if(T<=127)w.push(T);else if(T<=2047)w.push(192|T>>>6),w.push(128|T&63);else if(T<=55295||T>=57344&&T<=65535)w.push(224|T>>>12),w.push(128|T>>>6&63),w.push(128|T&63);else if(T>=65536&&T<=1114111)g++,w.push(240|T>>>18&28),w.push(128|T>>>12&63),w.push(128|T>>>6&63),w.push(128|T&63);else throw w.push(T),new Error("input is not supported")}return w}function y(p){const w=[];for(let g=0,d=p.length;g<d;g++)p[g]>=240&&p[g]<=247?(w.push(String.fromCodePoint(((p[g]&7)<<18)+((p[g+1]&63)<<12)+((p[g+2]&63)<<6)+(p[g+3]&63))),g+=3):p[g]>=224&&p[g]<=239?(w.push(String.fromCodePoint(((p[g]&15)<<12)+((p[g+1]&63)<<6)+(p[g+2]&63))),g+=2):p[g]>=192&&p[g]<=223?(w.push(String.fromCodePoint(((p[g]&31)<<6)+(p[g+1]&63))),g++):w.push(String.fromCodePoint(p[g]));return w.join("")}function x(p,w){const g=w&31;return p<<g|p>>>32-g}function v(p){return(s[p>>>24&255]&255)<<24|(s[p>>>16&255]&255)<<16|(s[p>>>8&255]&255)<<8|s[p&255]&255}function B(p){return p^x(p,2)^x(p,10)^x(p,18)^x(p,24)}function _(p){return p^x(p,13)^x(p,23)}function M(p,w,g){const d=new Array(4),T=new Array(4);for(let l=0;l<4;l++)T[0]=p[4*l]&255,T[1]=p[4*l+1]&255,T[2]=p[4*l+2]&255,T[3]=p[4*l+3]&255,d[l]=T[0]<<24|T[1]<<16|T[2]<<8|T[3];for(let l=0,F;l<32;l+=4)F=d[1]^d[2]^d[3]^g[l+0],d[0]^=B(v(F)),F=d[2]^d[3]^d[0]^g[l+1],d[1]^=B(v(F)),F=d[3]^d[0]^d[1]^g[l+2],d[2]^=B(v(F)),F=d[0]^d[1]^d[2]^g[l+3],d[3]^=B(v(F));for(let l=0;l<16;l+=4)w[l]=d[3-l/4]>>>24&255,w[l+1]=d[3-l/4]>>>16&255,w[l+2]=d[3-l/4]>>>8&255,w[l+3]=d[3-l/4]&255}function R(p,w,g){const d=new Array(4),T=new Array(4);for(let l=0;l<4;l++)T[0]=p[0+4*l]&255,T[1]=p[1+4*l]&255,T[2]=p[2+4*l]&255,T[3]=p[3+4*l]&255,d[l]=T[0]<<24|T[1]<<16|T[2]<<8|T[3];d[0]^=2746333894,d[1]^=1453994832,d[2]^=1736282519,d[3]^=2993693404;for(let l=0,F;l<32;l+=4)F=d[1]^d[2]^d[3]^u[l+0],w[l+0]=d[0]^=_(v(F)),F=d[2]^d[3]^d[0]^u[l+1],w[l+1]=d[1]^=_(v(F)),F=d[3]^d[0]^d[1]^u[l+2],w[l+2]=d[2]^=_(v(F)),F=d[0]^d[1]^d[2]^u[l+3],w[l+3]=d[3]^=_(v(F));if(g===t)for(let l=0,F;l<16;l++)F=w[l],w[l]=w[31-l],w[31-l]=F}function q(p,w,g,{padding:d="pkcs#7",mode:T,iv:l=[],output:F="string"}={}){if(T==="cbc"&&(typeof l=="string"&&(l=f(l)),l.length!==128/8))throw new Error("iv is invalid");if(typeof w=="string"&&(w=f(w)),w.length!==128/8)throw new Error("key is invalid");if(typeof p=="string"?g!==t?p=a(p):p=f(p):p=[...p],(d==="pkcs#5"||d==="pkcs#7")&&g!==t){const P=o-p.length%o;for(let L=0;L<P;L++)p.push(P)}const A=new Array(i);R(w,A,g);const O=[];let C=l,z=p.length,D=0;for(;z>=o;){const P=p.slice(D,D+16),L=new Array(16);if(T==="cbc")for(let H=0;H<o;H++)g!==t&&(P[H]^=C[H]);M(P,L,A);for(let H=0;H<o;H++)T==="cbc"&&g===t&&(L[H]^=C[H]),O[D+H]=L[H];T==="cbc"&&(g!==t?C=L:C=P),z-=o,D+=o}if((d==="pkcs#5"||d==="pkcs#7")&&g===t){const P=O.length,L=O[P-1];for(let H=1;H<=L;H++)if(O[P-H]!==L)throw new Error("padding is invalid");O.splice(P-L,L)}return F!=="array"?g!==t?h(O):y(O):O}return Mt={encrypt(p,w,g){return q(p,w,1,g)},decrypt(p,w,g){return q(p,w,0,g)}},Mt}var Ot,re;function _i(){return re||(re=1,Ot={sm2:Si(),sm3:Ei(),sm4:Bi()}),Ot}var Fe=_i();const Ht=Fe.sm2,Nt=Fe.sm4,Ri=(t,i,o="04")=>o+Ht.doEncrypt(t,i),Di=(t,i,o="04")=>Ht.doDecrypt(t.startsWith(o)?t.slice(2):t,i),Ai=(t,i)=>Nt.encrypt(t,i),Ii=(t,i)=>Nt.decrypt(t,i);let ct=[],Mi={consecutiveFrames:0,lastBlinkTime:0},Oi={consecutiveFrames:0,lastBlinkTime:0};const qi=new Map([["nod",[Vi,30,100]],["shake",[ki,7,100]],["mouth",[Yi,.35,100]],["eye",[Ni,.3,100]]]),Ci=["nod","shake","mouth","eye"],Pi={nod:"请点点头",shake:"请摇摇头",mouth:"请张张嘴",eye:"请眨眨眼"};function ie(t,i){if(t.length!==i.length)throw new Error("euclideanDistance: arr1.length !== arr2.length");const o=Array.from(t),s=Array.from(i);return Math.sqrt(o.map((u,f)=>u-s[f]).reduce((u,f)=>u+Math.pow(f,2),0))}function*Li(t,i,o=8,s=0){for(let u=o;u>0;u--)yield t(i,.5,s)}function gt(t){return[t.x,t.y]}function qt(t,i){const o=t.x-i.x,s=t.y-i.y;return Math.sqrt(o*o+s*s)}function oe(t){const i=qt(t[1],t[5]),o=qt(t[2],t[4]),s=qt(t[0],t[3]);return(i+o)/(2*s)}function zi(t){const i=ie(gt(t[13]),gt(t[19])),o=ie(gt(t[0]),gt(t[6]));return i/o}function Hi(t){const i=t.positions[30],o=t.positions[36],s=t.positions[45],u=(o.x+s.x)/2;return(i.x-u)/(s.x-o.x)*30}function Ni(t,i){const o=Date.now(),s=se(oe(t.getLeftEye()),i,Mi,o),u=se(oe(t.getRightEye()),i,Oi,o);return!!(s||u)}function se(t,i,o,s){if(t<i)o.consecutiveFrames++;else if(o.consecutiveFrames>=3&&s-o.lastBlinkTime>500)return o.lastBlinkTime=s,o.consecutiveFrames=0,!0;return!1}function Yi(t,i){return zi(t.getMouth())>i}function ki(t,i){const o=Hi(t);return Math.abs(o)>i}function Vi(t,i){const o=ct.length,s=t.positions[33];if(o<5)ct.push(s.y);else if(o===5){const u=Math.min(...ct);if(Math.max(...ct)-u>i)return!0;ct=[]}return!1}function Ui(t,i="blob",o=1){return new Promise(s=>{const u=document.createElement("canvas"),f=u.getContext("2d");u.width=t.videoWidth,u.height=t.videoHeight,f==null||f.drawImage(t,0,0,u.width,u.height),i==="blob"?u.toBlob(h=>{const a=new FileReader;a.onload=()=>s(a.result),a.readAsArrayBuffer(h)},"image/png",o):s(u.toDataURL("image/png",o))})}async function $i(t,i,o,s=5){const[u,f,h]=qi.get(o);if(!u)return!1;const a=[],y=Li(t,i,s,h);for(const x of y){const v=await x;if(!v)continue;const B=u(v.landmarks,f);a.push(B)}return a.includes(!0)}let it=null;function ji(t){const{cacheKey:i,cacheMode:o="session",saveState:s=!0,handler:u}=t;return s&&it||(it=o==="local"?ce.get(i):fe.get(i),it&&typeof u=="function"&&(it=u(it))),it}const Zi={DATE_VALUE_FORMAT:Lr,COMMON_TEXT:et,IMAGE_TYPE:de,MEDIA_TYPE:pe,DOC_TYPE:ge,FILE_TYPE:Hr},Gi={encodeURIToParams:Jr,paramsToQueryString:Xr,queryStringToParams:Kr,errorCodeToString:Nr,YNToString:Yr,HNToString:kr,valueToLabel:Zr,chargeToLabel:Gr,cascaderToLabel:me,multipleSelectToLabel:Wr,phoneToAsterisk:Vr,idNumberToAsterisk:Ur,firstLetterToUpperCase:$r,firstLetterToLowerCase:jr},Wi={validHttp:ur,validExternal:ar,validString:hr,validNumberStr:lr,validEmptyObject:dr,validURL:pr,validPassword:gr,validEmail:mr,validIdNumber:zt,validPhone:vr,validTel:xr},Ji={scrollTo:Qn,addClass:or,removeClass:sr,hasClass:Lt,toggleClass:ir,noContextmenu:cr,useRafThrottle:fr},Xi={parseTime:xt,getTimeDistance:nr,getDayRange:rr},Ki={local:ce,session:fe},Qi={uuid:er,randomNum:tr};exports.CONSTANTS=Zi;exports.NOOP=Ct;exports.addResizeListener=vi;exports.cacheUtil=Ki;exports.countdownTimer=br;exports.creatCancelTask=Rr;exports.dateUtil=Xi;exports.debounce=Tr;exports.downloadFile=Dr;exports.elementUtil=Ji;exports.faceLivingEvent=Ci;exports.faceLivingEventHint=Pi;exports.getArrayFullUrl=Br;exports.getBirthdayByIdNumber=Sr;exports.getFaceGestureResult=$i;exports.getFaceVideoFrame=Ui;exports.getFullUrl=he;exports.getGenderByIdNumber=Fr;exports.getLocationConfig=ue;exports.getMapLocationIcon=Or;exports.getPercentage=Ar;exports.getRandomItemInArray=wr;exports.getRequestBaseUrl=ji;exports.getSystemConfig=Er;exports.loadCss=Ir;exports.loadJs=Mr;exports.randomUtil=Qi;exports.removeResizeListener=yi;exports.ricTask=_r;exports.sleep=yr;exports.sm2Crypto=Ht;exports.sm2Decrypt=Di;exports.sm2Encrypt=Ri;exports.sm4Crypto=Nt;exports.sm4Decrypt=Ii;exports.sm4Encrypt=Ai;exports.toUtil=Gi;exports.transformPathName=ae;exports.trimArray=le;exports.validUtil=Wi;
1
+ "use strict";var Os=Object.defineProperty;var Fs=(t,e,n)=>e in t?Os(t,e,{enumerable:!0,configurable:!0,writable:!0,value:n}):t[e]=n;var j=(t,e,n)=>Fs(t,typeof e!="symbol"?e+"":e,n);Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const As=(t,e,n,r)=>(t/=r/2,t<1?n/2*t*t+e:(t--,-n/2*(t*(t-2)-1)+e)),_s=window.requestAnimationFrame||window.webkitRequestAnimationFrame||window.mozRequestAnimationFrame||window.msRequestAnimationFrame||(t=>window.setTimeout(t,1e3/60));function Is(t,e){if(e){document.querySelector(e).scrollTop=t;return}document.documentElement.scrollTop=t,document.body.parentNode.scrollTop=t,document.body.scrollTop=t}function Bs(t){return t?document.querySelector(t).scrollTop:document.documentElement.scrollTop||document.body.parentNode.scrollTop||document.body.scrollTop}function Cs(t){const{target:e,to:n=0,duration:r=500,callback:s}=t??{},o=Bs(e),c=n-o,f=20;let d=0;const h=function(){d+=f;const l=As(d,o,c,r);Is(l,e),d<r?_s(h):s&&s()};h()}function Ds(t,e){switch(arguments.length){case 1:return parseInt((Math.random()*t+1).toString(),10);case 2:return parseInt((Math.random()*(e-t+1)+t).toString(),10);default:return 0}}function Ps(){let t="";const e=[];for(let n=0;n<=15;n++)e[n]=n.toString(16);for(let n=1;n<=36;n++)n===9||n===14||n===19||n===24?t+="-":n===15?t+=4:n===20?t+=e[Math.random()*4|8]:t+=e[Math.random()*16|0];return t}function Vt(t,e){if(!t)return"-";t.toString().length===10&&(t=+t*1e3),e??(e="YYYY-MM-DD HH:mm:ss");const n=new Date(t),r=(c,f,d=" ")=>{if(c.length>=f)return c;const h=f-c.length;let l=Math.ceil(h/d.length);for(;l>>=1;)d+=d,l===1&&(d+=d);return d.slice(0,h)+c};let s;const o={"Y+":n.getFullYear().toString(),"M+":(n.getMonth()+1).toString(),"D+":n.getDate().toString(),"H+":n.getHours().toString(),"m+":n.getMinutes().toString(),"s+":n.getSeconds().toString()};for(const c in o)s=new RegExp("("+c+")").exec(e),s&&(e=e.replace(s[1],s[1].length==1?o[c]:r(o[c],s[1].length,"0")));return e}function qs(t,e){`${t}`.length===10?t=parseInt(t+"")*1e3:t=+t;const n=new Date(t),s=(Date.now()-Number(n))/1e3;return s<30?"刚刚":s<3600?`${Math.ceil(s/60)}分钟前`:s<3600*24?`${Math.ceil(s/3600)}小时前`:s<3600*24*2?"1天前":e?Vt(t,e):`${n.getMonth()+1}月${n.getDate()}日${n.getHours()}时${n.getMinutes()}分`}function Ms(t){const e=t||new Date,n=new Date(e),r=new Date(e);return n.setHours(0,0,0),r.setHours(23,59,59),{dateRange:[Vt(n),Vt(r)],timestampRange:[n.getTime(),r.getTime()]}}const ct={set(t,e){sessionStorage&&t&&e&&sessionStorage.setItem(t,e)},get(t){return!sessionStorage||!t?null:sessionStorage.getItem(t)},setJSON(t,e){e&&this.set(t,JSON.stringify(e))},getJSON(t){const e=this.get(t);return e?JSON.parse(e):null},remove(t){sessionStorage.removeItem(t)},clear(){sessionStorage.clear()}},mn={set(t,e){localStorage&&t&&e&&localStorage.setItem(t,e)},get(t){return!localStorage||!t?null:localStorage.getItem(t)},setJSON(t,e){e&&this.set(t,JSON.stringify(e))},getJSON(t){const e=this.get(t);return e?JSON.parse(e):null},remove(t){localStorage.removeItem(t)},clear(){localStorage.clear()}};function Ns(t,e){if(!t||!e)return;let n=t.className;const r=n.indexOf(e);r===-1?n+=`${e}`:n=n.substring(0,r)+n.substring(r+e.length),t.className=n}function Re(t,e){return t.className.match(new RegExp("(?:\\s|^)"+e+"(?:\\s|$)"))}function ks(t,e){Re(t,e)||(t.className+=` ${e}`)}function Ls(t,e){if(Re(t,e)){const n=new RegExp("(?:\\s|^)"+e+"(?:\\s|$)");t.className=t.className.replace(n," ")}}function Us(t){let e=!1;return function(...n){e||(e=!0,window.requestAnimationFrame(()=>{t.apply(this,n),e=!1}))}}function Hs(t){t&&(t.oncontextmenu=()=>!1)}function zs(t){return/^(http(s)?:\/\/)/.test(t)}function js(t){return/^(https?:|mailto:|tel:)/.test(t)}function $s(t){return Object.prototype.toString.call(t)==="[object String]"}function Vs(t){return/^[+-]?(0|([1-9]\d*))(\.\d+)?$/g.test(t)}function Ys(t){return!Object.keys(t).length}function Ks(t){return/^(https?|ftp):\/\/([a-zA-Z0-9.-]+(:[a-zA-Z0-9.&%$-]+)*@)*((25[0-5]|2[0-4][0-9]|1[0-9]{2}|[1-9][0-9]?)(\.(25[0-5]|2[0-4][0-9]|1[0-9]{2}|[1-9]?[0-9])){3}|([a-zA-Z0-9-]+\.)*[a-zA-Z0-9-]+\.(com|edu|gov|int|mil|net|org|biz|arpa|info|name|pro|aero|coop|museum|[a-zA-Z]{2}))(:[0-9]+)*(\/($|[a-zA-Z0-9.,?'\\+&%$#=~_-]+))*$/.test(t)}function Js(t,e=8){return new RegExp(`^S*(?=S{${e}},})(?=S*d)(?=S*[A-Z])(?=S*[a-z])(?=S*[!@#$%^&*?])S*$`).test(t)}function Ws(t){return/^(([^<>()\[\]\\.,;:\s@"]+(\.[^<>()\[\]\\.,;:\s@"]+)*)|(".+"))@((\[[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\])|(([a-zA-Z\-0-9]+\.)+[a-zA-Z]{2,}))$/.test(t)}function Oe(t){return/^\d{6}((((((19|20)\d{2})(0[13-9]|1[012])(0[1-9]|[12]\d|30))|(((19|20)\d{2})(0[13578]|1[02])31)|((19|20)\d{2})02(0[1-9]|1\d|2[0-8])|((((19|20)([13579][26]|[2468][048]|0[48]))|(2000))0229))\d{3})|((((\d{2})(0[13-9]|1[012])(0[1-9]|[12]\d|30))|((\d{2})(0[13578]|1[02])31)|((\d{2})02(0[1-9]|1\d|2[0-8]))|(([13579][26]|[2468][048]|0[048])0229))\d{2}))(\d|X|x)$/.test(t)}function Gs(t){return/^0\d{2,3}-?\d{7,8}$/.test(t)}function Zs(t){return/^1[3-9]\d{9}$/.test(t)}const xe=()=>{};function Xs(t){return new Promise(e=>setTimeout(e,t))}function Qs(t,e){return new Promise(n=>{const r=setInterval(()=>{if(t===0)return clearInterval(r),n(!0),!1;e&&e(t),t--},1e3)})}function ti(t,e){const n=t.slice(),r=[];let s=n.length;const o=[];if(e>s)return null;for(;e--;){const c=Math.floor(Math.random()*s);r[e]=n[c in o?o[c]:c],o[c]=--s in o?o[s]:s}return r}function ei(t,e){let n=null;return function(...r){n!==null&&clearTimeout(n),n=setTimeout(()=>{t.apply(this,r),n=null},e)}}function ni(t){if(!Oe(t))throw new Error("Please provide a valid ID number!");const e=t.length,n=e===15?t[e-1]:t[e-2];return parseInt(n)%2===1?"1":"2"}function ri(t){if(!Oe(t))throw new Error("Please provide a valid ID number!");return t.substring(6,10)+"-"+t.substring(10,12)+"-"+t.substring(12,14)}function si(t){const{baseUrl:e,initUrl:n,initParams:r,initFn:s}=t;return new Promise(o=>{if(e){o(!0);return}const c={};if(r!==null&&typeof r=="object")Object.assign(c,r);else{const{protocol:f,hostname:d,port:h,pathname:l}=gn();Object.assign(c,{frontendProtocol:f,frontendDomain:d,frontendPort:h,frontendContextPath:l})}s(n,c).then(f=>o(f)).catch(()=>o(!1))})}const gn=(t="443",e="80")=>{const{protocol:n,hostname:r,port:s,pathname:o}=window.location,c=n.replace(":",""),f=s||(c==="https"?t:e),d=yn(o);return{hostname:r,protocol:c,port:f,pathname:d}},yn=t=>{const e="/";if(!t||t===e)return e;const n=t.endsWith("/")?t.slice(0,-1):t,r=n.lastIndexOf("/");return r>0&&n.substring(r+1).includes(".")?n.substring(0,r):n},xn=(t,e="")=>{e||(e=location.origin);const n=new RegExp(/^http(s)?:\/\//),r=new RegExp(/^((?:[a-z]+:)?\/\/|data:image\/)(.*)/i);return n.test(t)||r.test(t)?t:e+t},ii=(t,e="")=>{typeof t=="string"&&(t=t===""?[]:t.split(","));for(const n in t)t[n]=xn(t[n],e);return t};function oi(t){if(!t.length)return;let e=0;function n(){requestIdleCallback(r=>{for(;e<t.length&&r.timeRemaining()>0;)t[e++]();e<t.length&&n()})}n()}function ai(t){let e=xe;return(...n)=>new Promise((r,s)=>{e(),e=()=>{r=s=xe},t(...n).then(o=>r(o),o=>s(o))})}function ci(t,e){const n=document.createElement("a");n.download=e,n.href=t,n.click()}function bn(t){const e=[];for(let n=0;n<t.length;n++)t[n]&&e.push(t[n]);return e}function ui(t,e,n=!1){let r=Math.round(t/e*1e4)/100;return Number.isNaN(r)&&(r=0),n?Math.floor(r):r}function fi(t){const e=document.createElement("link");e.rel="stylesheet",e.href=t,e.crossOrigin="anonymous",document.getElementsByTagName("head")[0].appendChild(e)}function li(t){return new Promise((e,n)=>{const r=document.createElement("script");r.type="text/javascript",r.src=t,r.onload=()=>e(),r.onerror=s=>n(s),document.getElementsByTagName("head")[0].appendChild(r)})}function hi(t,e=48,n=48){const r=t.replace("#","");return`data:image/svg+xml;utf8,<svg viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" width="${e}" height="${n}"><path d="M787.510356 387.850445c0-152.160515-123.350352-275.511891-275.510868-275.511891S236.487597 235.68993 236.487597 387.850445c0 44.665269 10.640338 86.841857 29.507034 124.151601l-0.010233-0.001023 0.059352 0.100284c5.548366 10.962679 11.812023 21.500687 18.723434 31.56081L511.999488 926.678464l227.234351-383.021463c6.909363-10.057053 13.170974-20.593014 18.71934-31.552623l0.062422-0.104377-0.011256 0.002047C776.870018 474.692303 787.510356 432.515714 787.510356 387.850445zM511.999488 506.802628c-74.596975 0-135.070278-60.47228-135.070278-135.070278 0-74.595952 60.47228-135.069255 135.070278-135.069255 74.595952 0 135.069255 60.473303 135.069255 135.069255C647.068743 446.330348 586.59544 506.802628 511.999488 506.802628z" fill="%23${r}"></path></svg>`}const di=[["date","YYYY-MM-DD"],["daterange","YYYY-MM-DD"],["datetime","YYYY-MM-DD HH:mm:ss"],["datetimerange","YYYY-MM-DD HH:mm:ss"],["month","YYYY-MM"],["monthrange","YYYY-MM"],["year","YYYY"],["yearrange","YYYY"],["time","HH:mm:ss"]],pi={view:"查看",add:"添加",edit:"编辑",delete:"删除",save:"保存",reset:"重置",close:"关闭",confirm:"确定",submit:"提交",cancel:"取消",success:"成功",fail:"失败",open:"启用",disable:"禁用",refresh:"刷新",show:"显示",hide:"隐藏",search:"搜索",expand:"展开",collapse:"收起",upload:"上传",download:"下载",copy:"复制",clear:"清除",fuzzyQuery:"模糊查询",ing:"中",loading:"加载中...",select:"请选择",attachment:"附件",icon:"图标",picture:"图片",start:"开始",end:"结束",range:"范围",date:"日期",month:"月份",year:"年份",time:"时间",yes:"是",no:"否",have:"有",noHave:"无",unfilled:"未填写",selectAll:"全选",all:"全部",export:"导出",import:"导入",tip:"提示",defaultErrorCode:"系统未知错误,请反馈给管理员"},mi={400:"请求失败,请您稍后重试!",401:"认证失败,无法访问系统资源!",403:"当前操作没有权限!",404:"你所访问的资源不存在!",405:"请求错误,禁止访问系统资源!",408:"请求超时,请您稍后重试!",500:"服务异常!",502:"网关错误!",503:"服务不可用!",504:"网关超时!"},gi=new Map(di),dt=pi,yi=mi,wn=["jpg","jpeg","png","bmp","gif"],vn=["mp3","mp4","webm","ogg","3gp"],Tn=["doc","docx","xls","xlsx","ppt","txt","pdf","zip"],xi=[...wn,...vn,...Tn];function En(t){return yi[t]??dt.defaultErrorCode}function bi(t){return t==null?dt.unfilled:(t=typeof t=="number"?`${t}`:t,t==="1"?dt.yes:dt.no)}function wi(t){return t==null?dt.unfilled:(t=typeof t=="number"?`${t}`:t,t==="1"?dt.have:dt.noHave)}function vi(t){return t?t.replace(/(\d{3})\d{4}(\d{4})/,"$1****$2"):""}function Ti(t,e,n){if(e??(e=4),n??(n=4),t){const r=t.length;return t.substring(0,e)+"*".repeat(r-e-n)+t.substring(r-n)}return""}function Ei(t){return t.replace(/( |^)[a-z]/g,e=>e.toUpperCase())}function Si(t){return t.replace(/( |^)[A-Z]/g,e=>e.toLowerCase())}function Ri(t,e){const n=t.find(r=>r.value===e);return n?n.label:""}function Oi(t,e,n){const r=[],s=e.split(","),o=n.split(",");return Array.from(new Set(s)).forEach(f=>{const d=t.find(h=>h.value===f);d&&o.forEach(h=>{var v;const l=(v=d.children)==null?void 0:v.find(O=>O.value===h);l&&r.push(l)})}),r.map(f=>f.label).join()}function Sn(t,e,n){var o;if(!e)return"";const r=e.split(","),s=n.find(c=>c.value===r[t]);return s?((o=s.children)!=null&&o.length&&Sn(t+1,e,s.children),s.label):""}function Fi(t,e,n){if(!t)return"";const r=t.split(","),s=[],o=r.length-1,c=r.findIndex(f=>f===n);if(c!==-1){const f=r[o]===n;r.splice(f?0:c,f?o:1)}return r.forEach(f=>{const d=e.find(h=>h.value===f);d&&s.push(d)}),s.map(f=>f.label).join()}function Rn(t){let e="";for(const n of Object.keys(t)){const r=t[n],s=`${encodeURIComponent(n)}=`;if(r!==null&&typeof r<"u")if(typeof r=="object"){for(const o of Object.keys(r))if(r[o]!==null&&typeof r[o]<"u"){const c=`${n}[${o}]`,f=`${encodeURIComponent(c)}=`;e+=`${f+encodeURIComponent(r[o])}&`}}else e+=`${s+encodeURIComponent(r)}&`}return e}function Ai(t){return t?bn(Object.keys(t).map(e=>t[e]===void 0?"":`${encodeURIComponent(e)}=${encodeURIComponent(t[e])}`)).join("&"):""}function _i(t){const e=decodeURIComponent(t.split("?")[1]).replace(/\+/g," ");if(!e)return{};const n={};return e.split("&").forEach(s=>{const o=s.indexOf("=");if(o!==-1){const c=s.substring(0,o),f=s.substring(o+1,s.length);n[c]=f}}),n}function On(t,e){return function(){return t.apply(e,arguments)}}const{toString:Ii}=Object.prototype,{getPrototypeOf:Fe}=Object,{iterator:Wt,toStringTag:Fn}=Symbol,Gt=(t=>e=>{const n=Ii.call(e);return t[n]||(t[n]=n.slice(8,-1).toLowerCase())})(Object.create(null)),ut=t=>(t=t.toLowerCase(),e=>Gt(e)===t),Zt=t=>e=>typeof e===t,{isArray:Rt}=Array,Et=Zt("undefined");function Bt(t){return t!==null&&!Et(t)&&t.constructor!==null&&!Et(t.constructor)&&Q(t.constructor.isBuffer)&&t.constructor.isBuffer(t)}const An=ut("ArrayBuffer");function Bi(t){let e;return typeof ArrayBuffer<"u"&&ArrayBuffer.isView?e=ArrayBuffer.isView(t):e=t&&t.buffer&&An(t.buffer),e}const Ci=Zt("string"),Q=Zt("function"),_n=Zt("number"),Ct=t=>t!==null&&typeof t=="object",Di=t=>t===!0||t===!1,Ht=t=>{if(Gt(t)!=="object")return!1;const e=Fe(t);return(e===null||e===Object.prototype||Object.getPrototypeOf(e)===null)&&!(Fn in t)&&!(Wt in t)},Pi=t=>{if(!Ct(t)||Bt(t))return!1;try{return Object.keys(t).length===0&&Object.getPrototypeOf(t)===Object.prototype}catch{return!1}},qi=ut("Date"),Mi=ut("File"),Ni=ut("Blob"),ki=ut("FileList"),Li=t=>Ct(t)&&Q(t.pipe),Ui=t=>{let e;return t&&(typeof FormData=="function"&&t instanceof FormData||Q(t.append)&&((e=Gt(t))==="formdata"||e==="object"&&Q(t.toString)&&t.toString()==="[object FormData]"))},Hi=ut("URLSearchParams"),[zi,ji,$i,Vi]=["ReadableStream","Request","Response","Headers"].map(ut),Yi=t=>t.trim?t.trim():t.replace(/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g,"");function Dt(t,e,{allOwnKeys:n=!1}={}){if(t===null||typeof t>"u")return;let r,s;if(typeof t!="object"&&(t=[t]),Rt(t))for(r=0,s=t.length;r<s;r++)e.call(null,t[r],r,t);else{if(Bt(t))return;const o=n?Object.getOwnPropertyNames(t):Object.keys(t),c=o.length;let f;for(r=0;r<c;r++)f=o[r],e.call(null,t[f],f,t)}}function In(t,e){if(Bt(t))return null;e=e.toLowerCase();const n=Object.keys(t);let r=n.length,s;for(;r-- >0;)if(s=n[r],e===s.toLowerCase())return s;return null}const xt=typeof globalThis<"u"?globalThis:typeof self<"u"?self:typeof window<"u"?window:global,Bn=t=>!Et(t)&&t!==xt;function be(){const{caseless:t,skipUndefined:e}=Bn(this)&&this||{},n={},r=(s,o)=>{const c=t&&In(n,o)||o;Ht(n[c])&&Ht(s)?n[c]=be(n[c],s):Ht(s)?n[c]=be({},s):Rt(s)?n[c]=s.slice():(!e||!Et(s))&&(n[c]=s)};for(let s=0,o=arguments.length;s<o;s++)arguments[s]&&Dt(arguments[s],r);return n}const Ki=(t,e,n,{allOwnKeys:r}={})=>(Dt(e,(s,o)=>{n&&Q(s)?t[o]=On(s,n):t[o]=s},{allOwnKeys:r}),t),Ji=t=>(t.charCodeAt(0)===65279&&(t=t.slice(1)),t),Wi=(t,e,n,r)=>{t.prototype=Object.create(e.prototype,r),t.prototype.constructor=t,Object.defineProperty(t,"super",{value:e.prototype}),n&&Object.assign(t.prototype,n)},Gi=(t,e,n,r)=>{let s,o,c;const f={};if(e=e||{},t==null)return e;do{for(s=Object.getOwnPropertyNames(t),o=s.length;o-- >0;)c=s[o],(!r||r(c,t,e))&&!f[c]&&(e[c]=t[c],f[c]=!0);t=n!==!1&&Fe(t)}while(t&&(!n||n(t,e))&&t!==Object.prototype);return e},Zi=(t,e,n)=>{t=String(t),(n===void 0||n>t.length)&&(n=t.length),n-=e.length;const r=t.indexOf(e,n);return r!==-1&&r===n},Xi=t=>{if(!t)return null;if(Rt(t))return t;let e=t.length;if(!_n(e))return null;const n=new Array(e);for(;e-- >0;)n[e]=t[e];return n},Qi=(t=>e=>t&&e instanceof t)(typeof Uint8Array<"u"&&Fe(Uint8Array)),to=(t,e)=>{const r=(t&&t[Wt]).call(t);let s;for(;(s=r.next())&&!s.done;){const o=s.value;e.call(t,o[0],o[1])}},eo=(t,e)=>{let n;const r=[];for(;(n=t.exec(e))!==null;)r.push(n);return r},no=ut("HTMLFormElement"),ro=t=>t.toLowerCase().replace(/[-_\s]([a-z\d])(\w*)/g,function(n,r,s){return r.toUpperCase()+s}),Le=(({hasOwnProperty:t})=>(e,n)=>t.call(e,n))(Object.prototype),so=ut("RegExp"),Cn=(t,e)=>{const n=Object.getOwnPropertyDescriptors(t),r={};Dt(n,(s,o)=>{let c;(c=e(s,o,t))!==!1&&(r[o]=c||s)}),Object.defineProperties(t,r)},io=t=>{Cn(t,(e,n)=>{if(Q(t)&&["arguments","caller","callee"].indexOf(n)!==-1)return!1;const r=t[n];if(Q(r)){if(e.enumerable=!1,"writable"in e){e.writable=!1;return}e.set||(e.set=()=>{throw Error("Can not rewrite read-only method '"+n+"'")})}})},oo=(t,e)=>{const n={},r=s=>{s.forEach(o=>{n[o]=!0})};return Rt(t)?r(t):r(String(t).split(e)),n},ao=()=>{},co=(t,e)=>t!=null&&Number.isFinite(t=+t)?t:e;function uo(t){return!!(t&&Q(t.append)&&t[Fn]==="FormData"&&t[Wt])}const fo=t=>{const e=new Array(10),n=(r,s)=>{if(Ct(r)){if(e.indexOf(r)>=0)return;if(Bt(r))return r;if(!("toJSON"in r)){e[s]=r;const o=Rt(r)?[]:{};return Dt(r,(c,f)=>{const d=n(c,s+1);!Et(d)&&(o[f]=d)}),e[s]=void 0,o}}return r};return n(t,0)},lo=ut("AsyncFunction"),ho=t=>t&&(Ct(t)||Q(t))&&Q(t.then)&&Q(t.catch),Dn=((t,e)=>t?setImmediate:e?((n,r)=>(xt.addEventListener("message",({source:s,data:o})=>{s===xt&&o===n&&r.length&&r.shift()()},!1),s=>{r.push(s),xt.postMessage(n,"*")}))(`axios@${Math.random()}`,[]):n=>setTimeout(n))(typeof setImmediate=="function",Q(xt.postMessage)),po=typeof queueMicrotask<"u"?queueMicrotask.bind(xt):typeof process<"u"&&process.nextTick||Dn,mo=t=>t!=null&&Q(t[Wt]),y={isArray:Rt,isArrayBuffer:An,isBuffer:Bt,isFormData:Ui,isArrayBufferView:Bi,isString:Ci,isNumber:_n,isBoolean:Di,isObject:Ct,isPlainObject:Ht,isEmptyObject:Pi,isReadableStream:zi,isRequest:ji,isResponse:$i,isHeaders:Vi,isUndefined:Et,isDate:qi,isFile:Mi,isBlob:Ni,isRegExp:so,isFunction:Q,isStream:Li,isURLSearchParams:Hi,isTypedArray:Qi,isFileList:ki,forEach:Dt,merge:be,extend:Ki,trim:Yi,stripBOM:Ji,inherits:Wi,toFlatObject:Gi,kindOf:Gt,kindOfTest:ut,endsWith:Zi,toArray:Xi,forEachEntry:to,matchAll:eo,isHTMLForm:no,hasOwnProperty:Le,hasOwnProp:Le,reduceDescriptors:Cn,freezeMethods:io,toObjectSet:oo,toCamelCase:ro,noop:ao,toFiniteNumber:co,findKey:In,global:xt,isContextDefined:Bn,isSpecCompliantForm:uo,toJSONObject:fo,isAsyncFn:lo,isThenable:ho,setImmediate:Dn,asap:po,isIterable:mo};function M(t,e,n,r,s){Error.call(this),Error.captureStackTrace?Error.captureStackTrace(this,this.constructor):this.stack=new Error().stack,this.message=t,this.name="AxiosError",e&&(this.code=e),n&&(this.config=n),r&&(this.request=r),s&&(this.response=s,this.status=s.status?s.status:null)}y.inherits(M,Error,{toJSON:function(){return{message:this.message,name:this.name,description:this.description,number:this.number,fileName:this.fileName,lineNumber:this.lineNumber,columnNumber:this.columnNumber,stack:this.stack,config:y.toJSONObject(this.config),code:this.code,status:this.status}}});const Pn=M.prototype,qn={};["ERR_BAD_OPTION_VALUE","ERR_BAD_OPTION","ECONNABORTED","ETIMEDOUT","ERR_NETWORK","ERR_FR_TOO_MANY_REDIRECTS","ERR_DEPRECATED","ERR_BAD_RESPONSE","ERR_BAD_REQUEST","ERR_CANCELED","ERR_NOT_SUPPORT","ERR_INVALID_URL"].forEach(t=>{qn[t]={value:t}});Object.defineProperties(M,qn);Object.defineProperty(Pn,"isAxiosError",{value:!0});M.from=(t,e,n,r,s,o)=>{const c=Object.create(Pn);y.toFlatObject(t,c,function(l){return l!==Error.prototype},h=>h!=="isAxiosError");const f=t&&t.message?t.message:"Error",d=e==null&&t?t.code:e;return M.call(c,f,d,n,r,s),t&&c.cause==null&&Object.defineProperty(c,"cause",{value:t,configurable:!0}),c.name=t&&t.name||"Error",o&&Object.assign(c,o),c};const go=null;function we(t){return y.isPlainObject(t)||y.isArray(t)}function Mn(t){return y.endsWith(t,"[]")?t.slice(0,-2):t}function Ue(t,e,n){return t?t.concat(e).map(function(s,o){return s=Mn(s),!n&&o?"["+s+"]":s}).join(n?".":""):e}function yo(t){return y.isArray(t)&&!t.some(we)}const xo=y.toFlatObject(y,{},null,function(e){return/^is[A-Z]/.test(e)});function Xt(t,e,n){if(!y.isObject(t))throw new TypeError("target must be an object");e=e||new FormData,n=y.toFlatObject(n,{metaTokens:!0,dots:!1,indexes:!1},!1,function(F,m){return!y.isUndefined(m[F])});const r=n.metaTokens,s=n.visitor||l,o=n.dots,c=n.indexes,d=(n.Blob||typeof Blob<"u"&&Blob)&&y.isSpecCompliantForm(e);if(!y.isFunction(s))throw new TypeError("visitor must be a function");function h(w){if(w===null)return"";if(y.isDate(w))return w.toISOString();if(y.isBoolean(w))return w.toString();if(!d&&y.isBlob(w))throw new M("Blob is not supported. Use a Buffer instead.");return y.isArrayBuffer(w)||y.isTypedArray(w)?d&&typeof Blob=="function"?new Blob([w]):Buffer.from(w):w}function l(w,F,m){let T=w;if(w&&!m&&typeof w=="object"){if(y.endsWith(F,"{}"))F=r?F:F.slice(0,-2),w=JSON.stringify(w);else if(y.isArray(w)&&yo(w)||(y.isFileList(w)||y.endsWith(F,"[]"))&&(T=y.toArray(w)))return F=Mn(F),T.forEach(function(g,S){!(y.isUndefined(g)||g===null)&&e.append(c===!0?Ue([F],S,o):c===null?F:F+"[]",h(g))}),!1}return we(w)?!0:(e.append(Ue(m,F,o),h(w)),!1)}const v=[],O=Object.assign(xo,{defaultVisitor:l,convertValue:h,isVisitable:we});function B(w,F){if(!y.isUndefined(w)){if(v.indexOf(w)!==-1)throw Error("Circular reference detected in "+F.join("."));v.push(w),y.forEach(w,function(T,b){(!(y.isUndefined(T)||T===null)&&s.call(e,T,y.isString(b)?b.trim():b,F,O))===!0&&B(T,F?F.concat(b):[b])}),v.pop()}}if(!y.isObject(t))throw new TypeError("data must be an object");return B(t),e}function He(t){const e={"!":"%21","'":"%27","(":"%28",")":"%29","~":"%7E","%20":"+","%00":"\0"};return encodeURIComponent(t).replace(/[!'()~]|%20|%00/g,function(r){return e[r]})}function Ae(t,e){this._pairs=[],t&&Xt(t,this,e)}const Nn=Ae.prototype;Nn.append=function(e,n){this._pairs.push([e,n])};Nn.toString=function(e){const n=e?function(r){return e.call(this,r,He)}:He;return this._pairs.map(function(s){return n(s[0])+"="+n(s[1])},"").join("&")};function bo(t){return encodeURIComponent(t).replace(/%3A/gi,":").replace(/%24/g,"$").replace(/%2C/gi,",").replace(/%20/g,"+")}function kn(t,e,n){if(!e)return t;const r=n&&n.encode||bo;y.isFunction(n)&&(n={serialize:n});const s=n&&n.serialize;let o;if(s?o=s(e,n):o=y.isURLSearchParams(e)?e.toString():new Ae(e,n).toString(r),o){const c=t.indexOf("#");c!==-1&&(t=t.slice(0,c)),t+=(t.indexOf("?")===-1?"?":"&")+o}return t}class ze{constructor(){this.handlers=[]}use(e,n,r){return this.handlers.push({fulfilled:e,rejected:n,synchronous:r?r.synchronous:!1,runWhen:r?r.runWhen:null}),this.handlers.length-1}eject(e){this.handlers[e]&&(this.handlers[e]=null)}clear(){this.handlers&&(this.handlers=[])}forEach(e){y.forEach(this.handlers,function(r){r!==null&&e(r)})}}const Ln={silentJSONParsing:!0,forcedJSONParsing:!0,clarifyTimeoutError:!1},wo=typeof URLSearchParams<"u"?URLSearchParams:Ae,vo=typeof FormData<"u"?FormData:null,To=typeof Blob<"u"?Blob:null,Eo={isBrowser:!0,classes:{URLSearchParams:wo,FormData:vo,Blob:To},protocols:["http","https","file","blob","url","data"]},_e=typeof window<"u"&&typeof document<"u",ve=typeof navigator=="object"&&navigator||void 0,So=_e&&(!ve||["ReactNative","NativeScript","NS"].indexOf(ve.product)<0),Ro=typeof WorkerGlobalScope<"u"&&self instanceof WorkerGlobalScope&&typeof self.importScripts=="function",Oo=_e&&window.location.href||"http://localhost",Fo=Object.freeze(Object.defineProperty({__proto__:null,hasBrowserEnv:_e,hasStandardBrowserEnv:So,hasStandardBrowserWebWorkerEnv:Ro,navigator:ve,origin:Oo},Symbol.toStringTag,{value:"Module"})),W={...Fo,...Eo};function Ao(t,e){return Xt(t,new W.classes.URLSearchParams,{visitor:function(n,r,s,o){return W.isNode&&y.isBuffer(n)?(this.append(r,n.toString("base64")),!1):o.defaultVisitor.apply(this,arguments)},...e})}function _o(t){return y.matchAll(/\w+|\[(\w*)]/g,t).map(e=>e[0]==="[]"?"":e[1]||e[0])}function Io(t){const e={},n=Object.keys(t);let r;const s=n.length;let o;for(r=0;r<s;r++)o=n[r],e[o]=t[o];return e}function Un(t){function e(n,r,s,o){let c=n[o++];if(c==="__proto__")return!0;const f=Number.isFinite(+c),d=o>=n.length;return c=!c&&y.isArray(s)?s.length:c,d?(y.hasOwnProp(s,c)?s[c]=[s[c],r]:s[c]=r,!f):((!s[c]||!y.isObject(s[c]))&&(s[c]=[]),e(n,r,s[c],o)&&y.isArray(s[c])&&(s[c]=Io(s[c])),!f)}if(y.isFormData(t)&&y.isFunction(t.entries)){const n={};return y.forEachEntry(t,(r,s)=>{e(_o(r),s,n,0)}),n}return null}function Bo(t,e,n){if(y.isString(t))try{return(e||JSON.parse)(t),y.trim(t)}catch(r){if(r.name!=="SyntaxError")throw r}return(n||JSON.stringify)(t)}const Pt={transitional:Ln,adapter:["xhr","http","fetch"],transformRequest:[function(e,n){const r=n.getContentType()||"",s=r.indexOf("application/json")>-1,o=y.isObject(e);if(o&&y.isHTMLForm(e)&&(e=new FormData(e)),y.isFormData(e))return s?JSON.stringify(Un(e)):e;if(y.isArrayBuffer(e)||y.isBuffer(e)||y.isStream(e)||y.isFile(e)||y.isBlob(e)||y.isReadableStream(e))return e;if(y.isArrayBufferView(e))return e.buffer;if(y.isURLSearchParams(e))return n.setContentType("application/x-www-form-urlencoded;charset=utf-8",!1),e.toString();let f;if(o){if(r.indexOf("application/x-www-form-urlencoded")>-1)return Ao(e,this.formSerializer).toString();if((f=y.isFileList(e))||r.indexOf("multipart/form-data")>-1){const d=this.env&&this.env.FormData;return Xt(f?{"files[]":e}:e,d&&new d,this.formSerializer)}}return o||s?(n.setContentType("application/json",!1),Bo(e)):e}],transformResponse:[function(e){const n=this.transitional||Pt.transitional,r=n&&n.forcedJSONParsing,s=this.responseType==="json";if(y.isResponse(e)||y.isReadableStream(e))return e;if(e&&y.isString(e)&&(r&&!this.responseType||s)){const c=!(n&&n.silentJSONParsing)&&s;try{return JSON.parse(e,this.parseReviver)}catch(f){if(c)throw f.name==="SyntaxError"?M.from(f,M.ERR_BAD_RESPONSE,this,null,this.response):f}}return e}],timeout:0,xsrfCookieName:"XSRF-TOKEN",xsrfHeaderName:"X-XSRF-TOKEN",maxContentLength:-1,maxBodyLength:-1,env:{FormData:W.classes.FormData,Blob:W.classes.Blob},validateStatus:function(e){return e>=200&&e<300},headers:{common:{Accept:"application/json, text/plain, */*","Content-Type":void 0}}};y.forEach(["delete","get","head","post","put","patch"],t=>{Pt.headers[t]={}});const Co=y.toObjectSet(["age","authorization","content-length","content-type","etag","expires","from","host","if-modified-since","if-unmodified-since","last-modified","location","max-forwards","proxy-authorization","referer","retry-after","user-agent"]),Do=t=>{const e={};let n,r,s;return t&&t.split(`
2
+ `).forEach(function(c){s=c.indexOf(":"),n=c.substring(0,s).trim().toLowerCase(),r=c.substring(s+1).trim(),!(!n||e[n]&&Co[n])&&(n==="set-cookie"?e[n]?e[n].push(r):e[n]=[r]:e[n]=e[n]?e[n]+", "+r:r)}),e},je=Symbol("internals");function _t(t){return t&&String(t).trim().toLowerCase()}function zt(t){return t===!1||t==null?t:y.isArray(t)?t.map(zt):String(t)}function Po(t){const e=Object.create(null),n=/([^\s,;=]+)\s*(?:=\s*([^,;]+))?/g;let r;for(;r=n.exec(t);)e[r[1]]=r[2];return e}const qo=t=>/^[-_a-zA-Z0-9^`|~,!#$%&'*+.]+$/.test(t.trim());function oe(t,e,n,r,s){if(y.isFunction(r))return r.call(this,e,n);if(s&&(e=n),!!y.isString(e)){if(y.isString(r))return e.indexOf(r)!==-1;if(y.isRegExp(r))return r.test(e)}}function Mo(t){return t.trim().toLowerCase().replace(/([a-z\d])(\w*)/g,(e,n,r)=>n.toUpperCase()+r)}function No(t,e){const n=y.toCamelCase(" "+e);["get","set","has"].forEach(r=>{Object.defineProperty(t,r+n,{value:function(s,o,c){return this[r].call(this,e,s,o,c)},configurable:!0})})}let tt=class{constructor(e){e&&this.set(e)}set(e,n,r){const s=this;function o(f,d,h){const l=_t(d);if(!l)throw new Error("header name must be a non-empty string");const v=y.findKey(s,l);(!v||s[v]===void 0||h===!0||h===void 0&&s[v]!==!1)&&(s[v||d]=zt(f))}const c=(f,d)=>y.forEach(f,(h,l)=>o(h,l,d));if(y.isPlainObject(e)||e instanceof this.constructor)c(e,n);else if(y.isString(e)&&(e=e.trim())&&!qo(e))c(Do(e),n);else if(y.isObject(e)&&y.isIterable(e)){let f={},d,h;for(const l of e){if(!y.isArray(l))throw TypeError("Object iterator must return a key-value pair");f[h=l[0]]=(d=f[h])?y.isArray(d)?[...d,l[1]]:[d,l[1]]:l[1]}c(f,n)}else e!=null&&o(n,e,r);return this}get(e,n){if(e=_t(e),e){const r=y.findKey(this,e);if(r){const s=this[r];if(!n)return s;if(n===!0)return Po(s);if(y.isFunction(n))return n.call(this,s,r);if(y.isRegExp(n))return n.exec(s);throw new TypeError("parser must be boolean|regexp|function")}}}has(e,n){if(e=_t(e),e){const r=y.findKey(this,e);return!!(r&&this[r]!==void 0&&(!n||oe(this,this[r],r,n)))}return!1}delete(e,n){const r=this;let s=!1;function o(c){if(c=_t(c),c){const f=y.findKey(r,c);f&&(!n||oe(r,r[f],f,n))&&(delete r[f],s=!0)}}return y.isArray(e)?e.forEach(o):o(e),s}clear(e){const n=Object.keys(this);let r=n.length,s=!1;for(;r--;){const o=n[r];(!e||oe(this,this[o],o,e,!0))&&(delete this[o],s=!0)}return s}normalize(e){const n=this,r={};return y.forEach(this,(s,o)=>{const c=y.findKey(r,o);if(c){n[c]=zt(s),delete n[o];return}const f=e?Mo(o):String(o).trim();f!==o&&delete n[o],n[f]=zt(s),r[f]=!0}),this}concat(...e){return this.constructor.concat(this,...e)}toJSON(e){const n=Object.create(null);return y.forEach(this,(r,s)=>{r!=null&&r!==!1&&(n[s]=e&&y.isArray(r)?r.join(", "):r)}),n}[Symbol.iterator](){return Object.entries(this.toJSON())[Symbol.iterator]()}toString(){return Object.entries(this.toJSON()).map(([e,n])=>e+": "+n).join(`
3
+ `)}getSetCookie(){return this.get("set-cookie")||[]}get[Symbol.toStringTag](){return"AxiosHeaders"}static from(e){return e instanceof this?e:new this(e)}static concat(e,...n){const r=new this(e);return n.forEach(s=>r.set(s)),r}static accessor(e){const r=(this[je]=this[je]={accessors:{}}).accessors,s=this.prototype;function o(c){const f=_t(c);r[f]||(No(s,c),r[f]=!0)}return y.isArray(e)?e.forEach(o):o(e),this}};tt.accessor(["Content-Type","Content-Length","Accept","Accept-Encoding","User-Agent","Authorization"]);y.reduceDescriptors(tt.prototype,({value:t},e)=>{let n=e[0].toUpperCase()+e.slice(1);return{get:()=>t,set(r){this[n]=r}}});y.freezeMethods(tt);function ae(t,e){const n=this||Pt,r=e||n,s=tt.from(r.headers);let o=r.data;return y.forEach(t,function(f){o=f.call(n,o,s.normalize(),e?e.status:void 0)}),s.normalize(),o}function Hn(t){return!!(t&&t.__CANCEL__)}function Ot(t,e,n){M.call(this,t??"canceled",M.ERR_CANCELED,e,n),this.name="CanceledError"}y.inherits(Ot,M,{__CANCEL__:!0});function zn(t,e,n){const r=n.config.validateStatus;!n.status||!r||r(n.status)?t(n):e(new M("Request failed with status code "+n.status,[M.ERR_BAD_REQUEST,M.ERR_BAD_RESPONSE][Math.floor(n.status/100)-4],n.config,n.request,n))}function ko(t){const e=/^([-+\w]{1,25})(:?\/\/|:)/.exec(t);return e&&e[1]||""}function Lo(t,e){t=t||10;const n=new Array(t),r=new Array(t);let s=0,o=0,c;return e=e!==void 0?e:1e3,function(d){const h=Date.now(),l=r[o];c||(c=h),n[s]=d,r[s]=h;let v=o,O=0;for(;v!==s;)O+=n[v++],v=v%t;if(s=(s+1)%t,s===o&&(o=(o+1)%t),h-c<e)return;const B=l&&h-l;return B?Math.round(O*1e3/B):void 0}}function Uo(t,e){let n=0,r=1e3/e,s,o;const c=(h,l=Date.now())=>{n=l,s=null,o&&(clearTimeout(o),o=null),t(...h)};return[(...h)=>{const l=Date.now(),v=l-n;v>=r?c(h,l):(s=h,o||(o=setTimeout(()=>{o=null,c(s)},r-v)))},()=>s&&c(s)]}const Yt=(t,e,n=3)=>{let r=0;const s=Lo(50,250);return Uo(o=>{const c=o.loaded,f=o.lengthComputable?o.total:void 0,d=c-r,h=s(d),l=c<=f;r=c;const v={loaded:c,total:f,progress:f?c/f:void 0,bytes:d,rate:h||void 0,estimated:h&&f&&l?(f-c)/h:void 0,event:o,lengthComputable:f!=null,[e?"download":"upload"]:!0};t(v)},n)},$e=(t,e)=>{const n=t!=null;return[r=>e[0]({lengthComputable:n,total:t,loaded:r}),e[1]]},Ve=t=>(...e)=>y.asap(()=>t(...e)),Ho=W.hasStandardBrowserEnv?((t,e)=>n=>(n=new URL(n,W.origin),t.protocol===n.protocol&&t.host===n.host&&(e||t.port===n.port)))(new URL(W.origin),W.navigator&&/(msie|trident)/i.test(W.navigator.userAgent)):()=>!0,zo=W.hasStandardBrowserEnv?{write(t,e,n,r,s,o){const c=[t+"="+encodeURIComponent(e)];y.isNumber(n)&&c.push("expires="+new Date(n).toGMTString()),y.isString(r)&&c.push("path="+r),y.isString(s)&&c.push("domain="+s),o===!0&&c.push("secure"),document.cookie=c.join("; ")},read(t){const e=document.cookie.match(new RegExp("(^|;\\s*)("+t+")=([^;]*)"));return e?decodeURIComponent(e[3]):null},remove(t){this.write(t,"",Date.now()-864e5)}}:{write(){},read(){return null},remove(){}};function jo(t){return/^([a-z][a-z\d+\-.]*:)?\/\//i.test(t)}function $o(t,e){return e?t.replace(/\/?\/$/,"")+"/"+e.replace(/^\/+/,""):t}function jn(t,e,n){let r=!jo(e);return t&&(r||n==!1)?$o(t,e):e}const Ye=t=>t instanceof tt?{...t}:t;function wt(t,e){e=e||{};const n={};function r(h,l,v,O){return y.isPlainObject(h)&&y.isPlainObject(l)?y.merge.call({caseless:O},h,l):y.isPlainObject(l)?y.merge({},l):y.isArray(l)?l.slice():l}function s(h,l,v,O){if(y.isUndefined(l)){if(!y.isUndefined(h))return r(void 0,h,v,O)}else return r(h,l,v,O)}function o(h,l){if(!y.isUndefined(l))return r(void 0,l)}function c(h,l){if(y.isUndefined(l)){if(!y.isUndefined(h))return r(void 0,h)}else return r(void 0,l)}function f(h,l,v){if(v in e)return r(h,l);if(v in t)return r(void 0,h)}const d={url:o,method:o,data:o,baseURL:c,transformRequest:c,transformResponse:c,paramsSerializer:c,timeout:c,timeoutMessage:c,withCredentials:c,withXSRFToken:c,adapter:c,responseType:c,xsrfCookieName:c,xsrfHeaderName:c,onUploadProgress:c,onDownloadProgress:c,decompress:c,maxContentLength:c,maxBodyLength:c,beforeRedirect:c,transport:c,httpAgent:c,httpsAgent:c,cancelToken:c,socketPath:c,responseEncoding:c,validateStatus:f,headers:(h,l,v)=>s(Ye(h),Ye(l),v,!0)};return y.forEach(Object.keys({...t,...e}),function(l){const v=d[l]||s,O=v(t[l],e[l],l);y.isUndefined(O)&&v!==f||(n[l]=O)}),n}const $n=t=>{const e=wt({},t);let{data:n,withXSRFToken:r,xsrfHeaderName:s,xsrfCookieName:o,headers:c,auth:f}=e;if(e.headers=c=tt.from(c),e.url=kn(jn(e.baseURL,e.url,e.allowAbsoluteUrls),t.params,t.paramsSerializer),f&&c.set("Authorization","Basic "+btoa((f.username||"")+":"+(f.password?unescape(encodeURIComponent(f.password)):""))),y.isFormData(n)){if(W.hasStandardBrowserEnv||W.hasStandardBrowserWebWorkerEnv)c.setContentType(void 0);else if(y.isFunction(n.getHeaders)){const d=n.getHeaders(),h=["content-type","content-length"];Object.entries(d).forEach(([l,v])=>{h.includes(l.toLowerCase())&&c.set(l,v)})}}if(W.hasStandardBrowserEnv&&(r&&y.isFunction(r)&&(r=r(e)),r||r!==!1&&Ho(e.url))){const d=s&&o&&zo.read(o);d&&c.set(s,d)}return e},Vo=typeof XMLHttpRequest<"u",Yo=Vo&&function(t){return new Promise(function(n,r){const s=$n(t);let o=s.data;const c=tt.from(s.headers).normalize();let{responseType:f,onUploadProgress:d,onDownloadProgress:h}=s,l,v,O,B,w;function F(){B&&B(),w&&w(),s.cancelToken&&s.cancelToken.unsubscribe(l),s.signal&&s.signal.removeEventListener("abort",l)}let m=new XMLHttpRequest;m.open(s.method.toUpperCase(),s.url,!0),m.timeout=s.timeout;function T(){if(!m)return;const g=tt.from("getAllResponseHeaders"in m&&m.getAllResponseHeaders()),x={data:!f||f==="text"||f==="json"?m.responseText:m.response,status:m.status,statusText:m.statusText,headers:g,config:t,request:m};zn(function(C){n(C),F()},function(C){r(C),F()},x),m=null}"onloadend"in m?m.onloadend=T:m.onreadystatechange=function(){!m||m.readyState!==4||m.status===0&&!(m.responseURL&&m.responseURL.indexOf("file:")===0)||setTimeout(T)},m.onabort=function(){m&&(r(new M("Request aborted",M.ECONNABORTED,t,m)),m=null)},m.onerror=function(S){const x=S&&S.message?S.message:"Network Error",A=new M(x,M.ERR_NETWORK,t,m);A.event=S||null,r(A),m=null},m.ontimeout=function(){let S=s.timeout?"timeout of "+s.timeout+"ms exceeded":"timeout exceeded";const x=s.transitional||Ln;s.timeoutErrorMessage&&(S=s.timeoutErrorMessage),r(new M(S,x.clarifyTimeoutError?M.ETIMEDOUT:M.ECONNABORTED,t,m)),m=null},o===void 0&&c.setContentType(null),"setRequestHeader"in m&&y.forEach(c.toJSON(),function(S,x){m.setRequestHeader(x,S)}),y.isUndefined(s.withCredentials)||(m.withCredentials=!!s.withCredentials),f&&f!=="json"&&(m.responseType=s.responseType),h&&([O,w]=Yt(h,!0),m.addEventListener("progress",O)),d&&m.upload&&([v,B]=Yt(d),m.upload.addEventListener("progress",v),m.upload.addEventListener("loadend",B)),(s.cancelToken||s.signal)&&(l=g=>{m&&(r(!g||g.type?new Ot(null,t,m):g),m.abort(),m=null)},s.cancelToken&&s.cancelToken.subscribe(l),s.signal&&(s.signal.aborted?l():s.signal.addEventListener("abort",l)));const b=ko(s.url);if(b&&W.protocols.indexOf(b)===-1){r(new M("Unsupported protocol "+b+":",M.ERR_BAD_REQUEST,t));return}m.send(o||null)})},Ko=(t,e)=>{const{length:n}=t=t?t.filter(Boolean):[];if(e||n){let r=new AbortController,s;const o=function(h){if(!s){s=!0,f();const l=h instanceof Error?h:this.reason;r.abort(l instanceof M?l:new Ot(l instanceof Error?l.message:l))}};let c=e&&setTimeout(()=>{c=null,o(new M(`timeout ${e} of ms exceeded`,M.ETIMEDOUT))},e);const f=()=>{t&&(c&&clearTimeout(c),c=null,t.forEach(h=>{h.unsubscribe?h.unsubscribe(o):h.removeEventListener("abort",o)}),t=null)};t.forEach(h=>h.addEventListener("abort",o));const{signal:d}=r;return d.unsubscribe=()=>y.asap(f),d}},Jo=function*(t,e){let n=t.byteLength;if(n<e){yield t;return}let r=0,s;for(;r<n;)s=r+e,yield t.slice(r,s),r=s},Wo=async function*(t,e){for await(const n of Go(t))yield*Jo(n,e)},Go=async function*(t){if(t[Symbol.asyncIterator]){yield*t;return}const e=t.getReader();try{for(;;){const{done:n,value:r}=await e.read();if(n)break;yield r}}finally{await e.cancel()}},Ke=(t,e,n,r)=>{const s=Wo(t,e);let o=0,c,f=d=>{c||(c=!0,r&&r(d))};return new ReadableStream({async pull(d){try{const{done:h,value:l}=await s.next();if(h){f(),d.close();return}let v=l.byteLength;if(n){let O=o+=v;n(O)}d.enqueue(new Uint8Array(l))}catch(h){throw f(h),h}},cancel(d){return f(d),s.return()}},{highWaterMark:2})},Je=64*1024,{isFunction:Lt}=y,Zo=(({Request:t,Response:e})=>({Request:t,Response:e}))(y.global),{ReadableStream:We,TextEncoder:Ge}=y.global,Ze=(t,...e)=>{try{return!!t(...e)}catch{return!1}},Xo=t=>{t=y.merge.call({skipUndefined:!0},Zo,t);const{fetch:e,Request:n,Response:r}=t,s=e?Lt(e):typeof fetch=="function",o=Lt(n),c=Lt(r);if(!s)return!1;const f=s&&Lt(We),d=s&&(typeof Ge=="function"?(w=>F=>w.encode(F))(new Ge):async w=>new Uint8Array(await new n(w).arrayBuffer())),h=o&&f&&Ze(()=>{let w=!1;const F=new n(W.origin,{body:new We,method:"POST",get duplex(){return w=!0,"half"}}).headers.has("Content-Type");return w&&!F}),l=c&&f&&Ze(()=>y.isReadableStream(new r("").body)),v={stream:l&&(w=>w.body)};s&&["text","arrayBuffer","blob","formData","stream"].forEach(w=>{!v[w]&&(v[w]=(F,m)=>{let T=F&&F[w];if(T)return T.call(F);throw new M(`Response type '${w}' is not supported`,M.ERR_NOT_SUPPORT,m)})});const O=async w=>{if(w==null)return 0;if(y.isBlob(w))return w.size;if(y.isSpecCompliantForm(w))return(await new n(W.origin,{method:"POST",body:w}).arrayBuffer()).byteLength;if(y.isArrayBufferView(w)||y.isArrayBuffer(w))return w.byteLength;if(y.isURLSearchParams(w)&&(w=w+""),y.isString(w))return(await d(w)).byteLength},B=async(w,F)=>{const m=y.toFiniteNumber(w.getContentLength());return m??O(F)};return async w=>{let{url:F,method:m,data:T,signal:b,cancelToken:g,timeout:S,onDownloadProgress:x,onUploadProgress:A,responseType:C,headers:q,withCredentials:N="same-origin",fetchOptions:H}=$n(w),P=e||fetch;C=C?(C+"").toLowerCase():"text";let k=Ko([b,g&&g.toAbortSignal()],S),L=null;const U=k&&k.unsubscribe&&(()=>{k.unsubscribe()});let J;try{if(A&&h&&m!=="get"&&m!=="head"&&(J=await B(q,T))!==0){let et=new n(F,{method:"POST",body:T,duplex:"half"}),D;if(y.isFormData(T)&&(D=et.headers.get("content-type"))&&q.setContentType(D),et.body){const[Ft,Tt]=$e(J,Yt(Ve(A)));T=Ke(et.body,Je,Ft,Tt)}}y.isString(N)||(N=N?"include":"omit");const V=o&&"credentials"in n.prototype,X={...H,signal:k,method:m.toUpperCase(),headers:q.normalize().toJSON(),body:T,duplex:"half",credentials:V?N:void 0};L=o&&new n(F,X);let G=await(o?P(L,H):P(F,X));const pt=l&&(C==="stream"||C==="response");if(l&&(x||pt&&U)){const et={};["status","statusText","headers"].forEach(qt=>{et[qt]=G[qt]});const D=y.toFiniteNumber(G.headers.get("content-length")),[Ft,Tt]=x&&$e(D,Yt(Ve(x),!0))||[];G=new r(Ke(G.body,Je,Ft,()=>{Tt&&Tt(),U&&U()}),et)}C=C||"text";let vt=await v[y.findKey(v,C)||"text"](G,w);return!pt&&U&&U(),await new Promise((et,D)=>{zn(et,D,{data:vt,headers:tt.from(G.headers),status:G.status,statusText:G.statusText,config:w,request:L})})}catch(V){throw U&&U(),V&&V.name==="TypeError"&&/Load failed|fetch/i.test(V.message)?Object.assign(new M("Network Error",M.ERR_NETWORK,w,L),{cause:V.cause||V}):M.from(V,V&&V.code,w,L)}}},Qo=new Map,Vn=t=>{let e=t?t.env:{};const{fetch:n,Request:r,Response:s}=e,o=[r,s,n];let c=o.length,f=c,d,h,l=Qo;for(;f--;)d=o[f],h=l.get(d),h===void 0&&l.set(d,h=f?new Map:Xo(e)),l=h;return h};Vn();const Te={http:go,xhr:Yo,fetch:{get:Vn}};y.forEach(Te,(t,e)=>{if(t){try{Object.defineProperty(t,"name",{value:e})}catch{}Object.defineProperty(t,"adapterName",{value:e})}});const Xe=t=>`- ${t}`,ta=t=>y.isFunction(t)||t===null||t===!1,Yn={getAdapter:(t,e)=>{t=y.isArray(t)?t:[t];const{length:n}=t;let r,s;const o={};for(let c=0;c<n;c++){r=t[c];let f;if(s=r,!ta(r)&&(s=Te[(f=String(r)).toLowerCase()],s===void 0))throw new M(`Unknown adapter '${f}'`);if(s&&(y.isFunction(s)||(s=s.get(e))))break;o[f||"#"+c]=s}if(!s){const c=Object.entries(o).map(([d,h])=>`adapter ${d} `+(h===!1?"is not supported by the environment":"is not available in the build"));let f=n?c.length>1?`since :
4
+ `+c.map(Xe).join(`
5
+ `):" "+Xe(c[0]):"as no adapter specified";throw new M("There is no suitable adapter to dispatch the request "+f,"ERR_NOT_SUPPORT")}return s},adapters:Te};function ce(t){if(t.cancelToken&&t.cancelToken.throwIfRequested(),t.signal&&t.signal.aborted)throw new Ot(null,t)}function Qe(t){return ce(t),t.headers=tt.from(t.headers),t.data=ae.call(t,t.transformRequest),["post","put","patch"].indexOf(t.method)!==-1&&t.headers.setContentType("application/x-www-form-urlencoded",!1),Yn.getAdapter(t.adapter||Pt.adapter,t)(t).then(function(r){return ce(t),r.data=ae.call(t,t.transformResponse,r),r.headers=tt.from(r.headers),r},function(r){return Hn(r)||(ce(t),r&&r.response&&(r.response.data=ae.call(t,t.transformResponse,r.response),r.response.headers=tt.from(r.response.headers))),Promise.reject(r)})}const Kn="1.12.2",Qt={};["object","boolean","number","function","string","symbol"].forEach((t,e)=>{Qt[t]=function(r){return typeof r===t||"a"+(e<1?"n ":" ")+t}});const tn={};Qt.transitional=function(e,n,r){function s(o,c){return"[Axios v"+Kn+"] Transitional option '"+o+"'"+c+(r?". "+r:"")}return(o,c,f)=>{if(e===!1)throw new M(s(c," has been removed"+(n?" in "+n:"")),M.ERR_DEPRECATED);return n&&!tn[c]&&(tn[c]=!0,console.warn(s(c," has been deprecated since v"+n+" and will be removed in the near future"))),e?e(o,c,f):!0}};Qt.spelling=function(e){return(n,r)=>(console.warn(`${r} is likely a misspelling of ${e}`),!0)};function ea(t,e,n){if(typeof t!="object")throw new M("options must be an object",M.ERR_BAD_OPTION_VALUE);const r=Object.keys(t);let s=r.length;for(;s-- >0;){const o=r[s],c=e[o];if(c){const f=t[o],d=f===void 0||c(f,o,t);if(d!==!0)throw new M("option "+o+" must be "+d,M.ERR_BAD_OPTION_VALUE);continue}if(n!==!0)throw new M("Unknown option "+o,M.ERR_BAD_OPTION)}}const jt={assertOptions:ea,validators:Qt},ft=jt.validators;let bt=class{constructor(e){this.defaults=e||{},this.interceptors={request:new ze,response:new ze}}async request(e,n){try{return await this._request(e,n)}catch(r){if(r instanceof Error){let s={};Error.captureStackTrace?Error.captureStackTrace(s):s=new Error;const o=s.stack?s.stack.replace(/^.+\n/,""):"";try{r.stack?o&&!String(r.stack).endsWith(o.replace(/^.+\n.+\n/,""))&&(r.stack+=`
6
+ `+o):r.stack=o}catch{}}throw r}}_request(e,n){typeof e=="string"?(n=n||{},n.url=e):n=e||{},n=wt(this.defaults,n);const{transitional:r,paramsSerializer:s,headers:o}=n;r!==void 0&&jt.assertOptions(r,{silentJSONParsing:ft.transitional(ft.boolean),forcedJSONParsing:ft.transitional(ft.boolean),clarifyTimeoutError:ft.transitional(ft.boolean)},!1),s!=null&&(y.isFunction(s)?n.paramsSerializer={serialize:s}:jt.assertOptions(s,{encode:ft.function,serialize:ft.function},!0)),n.allowAbsoluteUrls!==void 0||(this.defaults.allowAbsoluteUrls!==void 0?n.allowAbsoluteUrls=this.defaults.allowAbsoluteUrls:n.allowAbsoluteUrls=!0),jt.assertOptions(n,{baseUrl:ft.spelling("baseURL"),withXsrfToken:ft.spelling("withXSRFToken")},!0),n.method=(n.method||this.defaults.method||"get").toLowerCase();let c=o&&y.merge(o.common,o[n.method]);o&&y.forEach(["delete","get","head","post","put","patch","common"],w=>{delete o[w]}),n.headers=tt.concat(c,o);const f=[];let d=!0;this.interceptors.request.forEach(function(F){typeof F.runWhen=="function"&&F.runWhen(n)===!1||(d=d&&F.synchronous,f.unshift(F.fulfilled,F.rejected))});const h=[];this.interceptors.response.forEach(function(F){h.push(F.fulfilled,F.rejected)});let l,v=0,O;if(!d){const w=[Qe.bind(this),void 0];for(w.unshift(...f),w.push(...h),O=w.length,l=Promise.resolve(n);v<O;)l=l.then(w[v++],w[v++]);return l}O=f.length;let B=n;for(;v<O;){const w=f[v++],F=f[v++];try{B=w(B)}catch(m){F.call(this,m);break}}try{l=Qe.call(this,B)}catch(w){return Promise.reject(w)}for(v=0,O=h.length;v<O;)l=l.then(h[v++],h[v++]);return l}getUri(e){e=wt(this.defaults,e);const n=jn(e.baseURL,e.url,e.allowAbsoluteUrls);return kn(n,e.params,e.paramsSerializer)}};y.forEach(["delete","get","head","options"],function(e){bt.prototype[e]=function(n,r){return this.request(wt(r||{},{method:e,url:n,data:(r||{}).data}))}});y.forEach(["post","put","patch"],function(e){function n(r){return function(o,c,f){return this.request(wt(f||{},{method:e,headers:r?{"Content-Type":"multipart/form-data"}:{},url:o,data:c}))}}bt.prototype[e]=n(),bt.prototype[e+"Form"]=n(!0)});let na=class Jn{constructor(e){if(typeof e!="function")throw new TypeError("executor must be a function.");let n;this.promise=new Promise(function(o){n=o});const r=this;this.promise.then(s=>{if(!r._listeners)return;let o=r._listeners.length;for(;o-- >0;)r._listeners[o](s);r._listeners=null}),this.promise.then=s=>{let o;const c=new Promise(f=>{r.subscribe(f),o=f}).then(s);return c.cancel=function(){r.unsubscribe(o)},c},e(function(o,c,f){r.reason||(r.reason=new Ot(o,c,f),n(r.reason))})}throwIfRequested(){if(this.reason)throw this.reason}subscribe(e){if(this.reason){e(this.reason);return}this._listeners?this._listeners.push(e):this._listeners=[e]}unsubscribe(e){if(!this._listeners)return;const n=this._listeners.indexOf(e);n!==-1&&this._listeners.splice(n,1)}toAbortSignal(){const e=new AbortController,n=r=>{e.abort(r)};return this.subscribe(n),e.signal.unsubscribe=()=>this.unsubscribe(n),e.signal}static source(){let e;return{token:new Jn(function(s){e=s}),cancel:e}}};function ra(t){return function(n){return t.apply(null,n)}}function sa(t){return y.isObject(t)&&t.isAxiosError===!0}const Ee={Continue:100,SwitchingProtocols:101,Processing:102,EarlyHints:103,Ok:200,Created:201,Accepted:202,NonAuthoritativeInformation:203,NoContent:204,ResetContent:205,PartialContent:206,MultiStatus:207,AlreadyReported:208,ImUsed:226,MultipleChoices:300,MovedPermanently:301,Found:302,SeeOther:303,NotModified:304,UseProxy:305,Unused:306,TemporaryRedirect:307,PermanentRedirect:308,BadRequest:400,Unauthorized:401,PaymentRequired:402,Forbidden:403,NotFound:404,MethodNotAllowed:405,NotAcceptable:406,ProxyAuthenticationRequired:407,RequestTimeout:408,Conflict:409,Gone:410,LengthRequired:411,PreconditionFailed:412,PayloadTooLarge:413,UriTooLong:414,UnsupportedMediaType:415,RangeNotSatisfiable:416,ExpectationFailed:417,ImATeapot:418,MisdirectedRequest:421,UnprocessableEntity:422,Locked:423,FailedDependency:424,TooEarly:425,UpgradeRequired:426,PreconditionRequired:428,TooManyRequests:429,RequestHeaderFieldsTooLarge:431,UnavailableForLegalReasons:451,InternalServerError:500,NotImplemented:501,BadGateway:502,ServiceUnavailable:503,GatewayTimeout:504,HttpVersionNotSupported:505,VariantAlsoNegotiates:506,InsufficientStorage:507,LoopDetected:508,NotExtended:510,NetworkAuthenticationRequired:511};Object.entries(Ee).forEach(([t,e])=>{Ee[e]=t});function Wn(t){const e=new bt(t),n=On(bt.prototype.request,e);return y.extend(n,bt.prototype,e,{allOwnKeys:!0}),y.extend(n,e,null,{allOwnKeys:!0}),n.create=function(s){return Wn(wt(t,s))},n}const $=Wn(Pt);$.Axios=bt;$.CanceledError=Ot;$.CancelToken=na;$.isCancel=Hn;$.VERSION=Kn;$.toFormData=Xt;$.AxiosError=M;$.Cancel=$.CanceledError;$.all=function(e){return Promise.all(e)};$.spread=ra;$.isAxiosError=sa;$.mergeConfig=wt;$.AxiosHeaders=tt;$.formToJSON=t=>Un(y.isHTMLForm(t)?new FormData(t):t);$.getAdapter=Yn.getAdapter;$.HttpStatusCode=Ee;$.default=$;const{Axios:hc,AxiosError:dc,CanceledError:pc,isCancel:mc,CancelToken:gc,VERSION:yc,all:xc,Cancel:bc,isAxiosError:wc,spread:vc,toFormData:Tc,AxiosHeaders:Ec,HttpStatusCode:Sc,formToJSON:Rc,getAdapter:Oc,mergeConfig:Fc}=$;class ia{constructor(){j(this,"pendingMap",new Map)}generateRequestKey(e){const{method:n,url:r,params:s,data:o}=e;return[n,r,JSON.stringify(s),JSON.stringify(o)].join("&")}addPending(e){this.removePending(e);const n=this.generateRequestKey(e),r=new AbortController;e.signal=r.signal,e.requestId=n,this.pendingMap.has(n)||this.pendingMap.set(n,r)}removePending(e){const n=this.generateRequestKey(e);if(this.pendingMap.has(n)){const r=this.pendingMap.get(n);r==null||r.abort("Request canceled due to duplicate request"),this.pendingMap.delete(n)}}clearPending(){this.pendingMap.forEach(e=>{e.abort("Request canceled due to application state change")}),this.pendingMap.clear()}getPendingCount(){return this.pendingMap.size}}class Gn{constructor(){j(this,"TOKEN_KEY","__AUTH_TOKEN");j(this,"REFRESH_TOKEN_KEY","__REFRESH_TOKEN");j(this,"TOKEN_EXPIRES_KEY","__TOKEN_EXPIRES_AT");j(this,"isRefreshing",!1);j(this,"refreshSubscribers",[])}setToken({accessToken:e,refreshToken:n,expiresIn:r}){if(ct.set(this.TOKEN_KEY,e),n&&ct.set(this.REFRESH_TOKEN_KEY,n),r){const s=Date.now()+r*1e3;ct.set(this.TOKEN_EXPIRES_KEY,s.toString())}}getAccessToken(){return ct.get(this.TOKEN_KEY)||""}getRefreshToken(){return ct.get(this.REFRESH_TOKEN_KEY)||""}clearToken(){ct.remove(this.TOKEN_KEY),ct.remove(this.REFRESH_TOKEN_KEY),ct.remove(this.TOKEN_EXPIRES_KEY)}isTokenExpiringSoon(){const e=Number(ct.get(this.TOKEN_EXPIRES_KEY)||0);return e?Date.now()>e-5*60*1e3:!1}subscribeTokenRefresh(e){this.refreshSubscribers.push(e)}onRefreshed(e){this.refreshSubscribers.forEach(n=>n(e)),this.refreshSubscribers=[]}async refreshToken(e,n){if(this.isRefreshing)return new Promise(r=>{this.subscribeTokenRefresh(r)});this.isRefreshing=!0;try{const r=this.getRefreshToken();if(!r)throw new Error("No refresh token available");if(typeof e!="function")throw new Error("No refresh request function provided");const s=await e(r);if(s.code===200&&s.data)return this.setToken(s.data),this.onRefreshed(s.data.accessToken),s.data.accessToken;throw new Error(s.msg||"Token refresh failed")}catch{return this.clearToken(),n&&typeof n=="function"&&n(),""}finally{this.isRefreshing=!1}}}class oa{constructor(e){j(this,"toastInstance");this.toastInstance=e}handleStatusError(e,n,r=!0){const s=En(e)||n||`Unknown error (${e})`;r&&this.toastInstance.error(s),console.error(`[HTTP Error ${e}]: ${s}`)}handleBusinessError(e,n,r=!0){const s=n||`Unknown business error (${e})`;r&&this.toastInstance.error(s),console.error(`[Business Error ${e}]: ${s}`)}handleNetworkError(e,n=!0){if(!navigator.onLine)return;let r="网络连接异常,请检查您的网络";if(e.message.includes("timeout"))r="网络请求超时,请稍后重试";else if(e.message.includes("Network Error"))r="网络连接异常,请检查您的网络";else{if(e.message.includes("canceled"))return;if(e.message.includes("aborted"))return}n&&this.toastInstance.error(r),console.error("[Network Error]:",e)}handleError(e,n=!0){var r;$.isAxiosError(e)?e.response?this.handleStatusError(e.response.status,((r=e.response.data)==null?void 0:r.message)||e.message,n):this.handleNetworkError(e,n):(n&&this.toastInstance.error((e==null?void 0:e.message)||"发生未知错误"),console.error("[Error]:",e))}}class Zn{constructor(e){j(this,"toastInstance");j(this,"status",navigator.onLine?"online":"offline");j(this,"offlineQueue",[]);j(this,"listeners",new Set);j(this,"initialized",!1);this.toastInstance=e,this.init()}init(){this.initialized||(window.addEventListener("online",this.handleOnline.bind(this)),window.addEventListener("offline",this.handleOffline.bind(this)),this.initialized=!0)}handleOnline(){const e=this.status;this.status="online",e!==this.status&&(this.notifyStatusChange(),this.offlineQueue.length>0?(this.toastInstance.info(`网络已恢复,正在处理 ${this.offlineQueue.length} 个待处理请求...`),this.processOfflineQueue()):this.toastInstance.success("网络已恢复连接"))}handleOffline(){const e=this.status;this.status="offline",e!==this.status&&(this.notifyStatusChange(),this.toastInstance.error("网络已断开,请检查您的网络连接",{duration:0}))}notifyStatusChange(){this.listeners.forEach(e=>{e(this.status)})}async processOfflineQueue(){if(this.status!=="online"||this.offlineQueue.length===0)return;const e=[...this.offlineQueue];this.offlineQueue=[];for(const n of e)try{const r=await fetch(n.config.url||"",{method:n.config.method,headers:n.config.headers,body:n.config.data?JSON.stringify(n.config.data):void 0}).then(s=>s.json());n.resolve(r)}catch(r){n.reject(r)}}addStatusChangeListener(e){this.listeners.add(e)}removeStatusChangeListener(e){this.listeners.delete(e)}getStatus(){return this.status}addToOfflineQueue(e){this.offlineQueue.push(e),this.toastInstance.warning(`网络离线中,请求已加入队列,恢复网络后将自动发送 (${this.offlineQueue.length})`)}clearOfflineQueue(){this.offlineQueue.forEach(e=>{e.reject(new Error("Offline request queue cleared"))}),this.offlineQueue=[]}getOfflineQueueLength(){return this.offlineQueue.length}}class aa{constructor(e){j(this,"axiosInstance");j(this,"errorInstance");j(this,"networkInstance");j(this,"cancelInstance");j(this,"tokenInstance");j(this,"loadingInstance");j(this,"requestOptions",{});j(this,"requestInstanceRequestOptions",{});j(this,"defaultRequestOptions",{showLoading:!1,cancelRepeatRequest:!0,needToken:!0,handleErrorStatus:!0,showErrorMessage:!0,queueWhenOffline:!0,retryWhenOnline:!0,maxRetries:0,retryDelay:1e3});j(this,"defaultConfig",{timeout:10*1e3,headers:{"Content-Type":"application/json;charset=utf-8"}});const{config:n={},requestOptions:r={},toastInstance:s,loadingInstance:o}=e;this.errorInstance=new oa(s),this.networkInstance=new Zn(s),this.cancelInstance=new ia,this.tokenInstance=new Gn,o&&(this.loadingInstance=o),this.requestOptions={...this.defaultRequestOptions,...r},this.axiosInstance=$.create({...this.defaultConfig,...n}),this.setupInterceptors(),this.setupNetworkListener()}setupNetworkListener(){this.networkInstance.addStatusChangeListener(e=>{var n;e==="online"?console.log("Network is back online"):e==="offline"&&(console.log("Network is offline"),(n=this.loadingInstance)==null||n.forceHide())})}setupInterceptors(){this.axiosInstance.interceptors.request.use(e=>{var O,B;const{showLoading:n,queueWhenOffline:r,cancelRepeatRequest:s,requestConfigHandler:o,needToken:c,refreshToken:f={},loadingOptions:d={}}=this.requestInstanceRequestOptions,{autoRefresh:h,refreshRequest:l,refrechFailed:v}=f;if(this.networkInstance.getStatus()==="offline"&&r)return new Promise((w,F)=>{const m={config:e,resolve:w,reject:F};this.networkInstance.addToOfflineQueue(m)});if(n&&((O=this.loadingInstance)==null||O.show(d)),s&&this.cancelInstance.addPending(e),o&&typeof o=="function"&&o(e,c),((B=e.method)==null?void 0:B.toUpperCase())==="GET"&&e.params){let w=`${e.url}?${Rn(e.params)}`;e.params={_t:new Date().getTime()},e.url=w.slice(0,-1)}return this.tokenInstance.isTokenExpiringSoon()&&h&&this.refreshTokenInBackend(l,v),e},e=>{var n;return(n=this.loadingInstance)==null||n.forceHide(),Promise.reject(e)}),this.axiosInstance.interceptors.response.use(e=>{var h;const n=e.config,{showLoading:r,cancelRepeatRequest:s,showErrorMessage:o,handleErrorStatus:c,businessErrorHandler:f}=this.requestInstanceRequestOptions;s&&this.cancelInstance.removePending(n),r&&((h=this.loadingInstance)==null||h.hide());const d=e.headers["content-type"];if(d!=null&&d.includes("application/octet-stream")||d!=null&&d.includes("application/vnd.ms-excel")||d!=null&&d.includes("application/vnd.openxmlformats-officedocument")||d!=null&&d.includes("application/pdf"))return e;if(e.data&&c){const{code:l,msg:v}=e.data;if(l!==200&&l!==0)return this.errorInstance.handleBusinessError(l,v,o),f&&typeof f=="function"&&f(l,v),Promise.reject(new Error(v))}return e.data},async e=>{var w,F,m,T;const n=e.config;if(!n)return(w=this.loadingInstance)==null||w.forceHide(),Promise.reject(e);const{showLoading:r,cancelRepeatRequest:s,showErrorMessage:o,handleErrorStatus:c,refreshToken:f={},retryDelay:d=1e3,maxRetries:h=0}=this.requestInstanceRequestOptions,{autoRefresh:l,refreshRequest:v,refrechFailed:O}=f,B=n.retryCount||0;if(n&&s&&this.cancelInstance.removePending(n),r&&((F=this.loadingInstance)==null||F.hide()),h>0&&B<h){const b={...n,retryCount:B+1};return await new Promise(g=>setTimeout(g,d)),console.log(`Retrying request (${B+1}/${h}): ${n.url}`),this.axiosInstance(b)}if(((m=e.response)==null?void 0:m.status)===401&&l&&this.tokenInstance.getRefreshToken())try{const b=await this.refreshToken(v,O);if(b&&n)return n.headers=n.headers||{},n.headers.Authorization=`Bearer ${b}`,this.axiosInstance(n)}catch(b){return Promise.reject(b)}return e.response&&c?this.errorInstance.handleStatusError(e.response.status,((T=e.response.data)==null?void 0:T.message)||e.message,o):e.request?this.errorInstance.handleNetworkError(e,o):(this.errorInstance.handleStatusError(909090,e.message,o),console.error("[Request Error]:",e)),Promise.reject(e)})}async refreshTokenInBackend(e,n){try{await this.refreshToken(e,n)}catch(r){console.error("Background token refresh failed:",r)}}async refreshToken(e,n){return this.tokenInstance.refreshToken(e,n)}async request(e,n={}){return this.requestInstanceRequestOptions={...this.requestOptions,...n},this.axiosInstance.request(e)}async get({url:e,params:n,config:r={},requestOptions:s={}}){return this.request({method:"GET",url:e,params:n,...r},s)}async post({url:e,data:n,config:r={},requestOptions:s={}}){return this.request({method:"POST",url:e,data:n,...r},s)}async put({url:e,data:n,config:r={},requestOptions:s={}}){return this.request({method:"PUT",url:e,data:n,...r},s)}async delete({url:e,data:n,config:r={},requestOptions:s={}}){return this.request({method:"DELETE",url:e,data:n,params:r==null?void 0:r.params,...r},s)}async upload({url:e,file:n,config:r={},requestOptions:s={}}){let o;return n instanceof FormData?o=n:(o=new FormData,o.append("file",n)),this.request({method:"POST",url:e,data:o,headers:{"Content-Type":"multipart/form-data"},...r},s)}async uploadMultiple({url:e,files:n,fileField:r="files",config:s={},requestOptions:o={}}){const c=new FormData;return n.forEach((f,d)=>{c.append(`${r}[${d}]`,f)}),this.upload({url:e,file:c,config:s,requestOptions:o})}async download({url:e,params:n,config:r={},requestOptions:s={}}){const o=s==null?void 0:s.fileName,c=await this.request({method:"GET",url:e,params:n,responseType:"blob",...r},s),f=new Blob([c.data]);let d=o;if(!d){const v=c.headers["content-disposition"];if(v){const B=/filename[^;=\n]*=((['"]).*?\2|[^;\n]*)/.exec(v);B!=null&&B[1]&&(d=decodeURIComponent(B[1].replace(/['"]/g,"")))}d=d||"download"}const h=window.URL.createObjectURL(f),l=document.createElement("a");return l.href=h,l.download=d,document.body.appendChild(l),l.click(),document.body.removeChild(l),setTimeout(()=>{window.URL.revokeObjectURL(h)},100),f}async exportExcel({url:e,params:n,config:r={},fileName:s="export.xlsx",requestOptions:o={}}){return this.download({url:e,params:n,config:r,requestOptions:{fileName:s,showLoading:!0,loadingOptions:{text:"正在导出数据,请稍候..."},...o}})}cancelAllRequests(e="Request canceled"){this.cancelInstance.clearPending()}clearOfflineQueue(){this.networkInstance.clearOfflineQueue()}}let yt=null;function ca(t){const{cacheKey:e,cacheMode:n="session",saveState:r=!0,handler:s}=t;return r&&yt||(yt=n==="local"?mn.get(e):ct.get(e),yt&&typeof s=="function"&&(yt=s(yt))),yt}var Xn=function(){if(typeof Map<"u")return Map;function t(e,n){var r=-1;return e.some(function(s,o){return s[0]===n?(r=o,!0):!1}),r}return function(){function e(){this.__entries__=[]}return Object.defineProperty(e.prototype,"size",{get:function(){return this.__entries__.length},enumerable:!0,configurable:!0}),e.prototype.get=function(n){var r=t(this.__entries__,n),s=this.__entries__[r];return s&&s[1]},e.prototype.set=function(n,r){var s=t(this.__entries__,n);~s?this.__entries__[s][1]=r:this.__entries__.push([n,r])},e.prototype.delete=function(n){var r=this.__entries__,s=t(r,n);~s&&r.splice(s,1)},e.prototype.has=function(n){return!!~t(this.__entries__,n)},e.prototype.clear=function(){this.__entries__.splice(0)},e.prototype.forEach=function(n,r){r===void 0&&(r=null);for(var s=0,o=this.__entries__;s<o.length;s++){var c=o[s];n.call(r,c[1],c[0])}},e}()}(),Se=typeof window<"u"&&typeof document<"u"&&window.document===document,Kt=function(){return typeof global<"u"&&global.Math===Math?global:typeof self<"u"&&self.Math===Math?self:typeof window<"u"&&window.Math===Math?window:Function("return this")()}(),ua=function(){return typeof requestAnimationFrame=="function"?requestAnimationFrame.bind(Kt):function(t){return setTimeout(function(){return t(Date.now())},1e3/60)}}(),fa=2;function la(t,e){var n=!1,r=!1,s=0;function o(){n&&(n=!1,t()),r&&f()}function c(){ua(o)}function f(){var d=Date.now();if(n){if(d-s<fa)return;r=!0}else n=!0,r=!1,setTimeout(c,e);s=d}return f}var ha=20,da=["top","right","bottom","left","width","height","size","weight"],pa=typeof MutationObserver<"u",ma=function(){function t(){this.connected_=!1,this.mutationEventsAdded_=!1,this.mutationsObserver_=null,this.observers_=[],this.onTransitionEnd_=this.onTransitionEnd_.bind(this),this.refresh=la(this.refresh.bind(this),ha)}return t.prototype.addObserver=function(e){~this.observers_.indexOf(e)||this.observers_.push(e),this.connected_||this.connect_()},t.prototype.removeObserver=function(e){var n=this.observers_,r=n.indexOf(e);~r&&n.splice(r,1),!n.length&&this.connected_&&this.disconnect_()},t.prototype.refresh=function(){var e=this.updateObservers_();e&&this.refresh()},t.prototype.updateObservers_=function(){var e=this.observers_.filter(function(n){return n.gatherActive(),n.hasActive()});return e.forEach(function(n){return n.broadcastActive()}),e.length>0},t.prototype.connect_=function(){!Se||this.connected_||(document.addEventListener("transitionend",this.onTransitionEnd_),window.addEventListener("resize",this.refresh),pa?(this.mutationsObserver_=new MutationObserver(this.refresh),this.mutationsObserver_.observe(document,{attributes:!0,childList:!0,characterData:!0,subtree:!0})):(document.addEventListener("DOMSubtreeModified",this.refresh),this.mutationEventsAdded_=!0),this.connected_=!0)},t.prototype.disconnect_=function(){!Se||!this.connected_||(document.removeEventListener("transitionend",this.onTransitionEnd_),window.removeEventListener("resize",this.refresh),this.mutationsObserver_&&this.mutationsObserver_.disconnect(),this.mutationEventsAdded_&&document.removeEventListener("DOMSubtreeModified",this.refresh),this.mutationsObserver_=null,this.mutationEventsAdded_=!1,this.connected_=!1)},t.prototype.onTransitionEnd_=function(e){var n=e.propertyName,r=n===void 0?"":n,s=da.some(function(o){return!!~r.indexOf(o)});s&&this.refresh()},t.getInstance=function(){return this.instance_||(this.instance_=new t),this.instance_},t.instance_=null,t}(),Qn=function(t,e){for(var n=0,r=Object.keys(e);n<r.length;n++){var s=r[n];Object.defineProperty(t,s,{value:e[s],enumerable:!1,writable:!1,configurable:!0})}return t},St=function(t){var e=t&&t.ownerDocument&&t.ownerDocument.defaultView;return e||Kt},tr=te(0,0,0,0);function Jt(t){return parseFloat(t)||0}function en(t){for(var e=[],n=1;n<arguments.length;n++)e[n-1]=arguments[n];return e.reduce(function(r,s){var o=t["border-"+s+"-width"];return r+Jt(o)},0)}function ga(t){for(var e=["top","right","bottom","left"],n={},r=0,s=e;r<s.length;r++){var o=s[r],c=t["padding-"+o];n[o]=Jt(c)}return n}function ya(t){var e=t.getBBox();return te(0,0,e.width,e.height)}function xa(t){var e=t.clientWidth,n=t.clientHeight;if(!e&&!n)return tr;var r=St(t).getComputedStyle(t),s=ga(r),o=s.left+s.right,c=s.top+s.bottom,f=Jt(r.width),d=Jt(r.height);if(r.boxSizing==="border-box"&&(Math.round(f+o)!==e&&(f-=en(r,"left","right")+o),Math.round(d+c)!==n&&(d-=en(r,"top","bottom")+c)),!wa(t)){var h=Math.round(f+o)-e,l=Math.round(d+c)-n;Math.abs(h)!==1&&(f-=h),Math.abs(l)!==1&&(d-=l)}return te(s.left,s.top,f,d)}var ba=function(){return typeof SVGGraphicsElement<"u"?function(t){return t instanceof St(t).SVGGraphicsElement}:function(t){return t instanceof St(t).SVGElement&&typeof t.getBBox=="function"}}();function wa(t){return t===St(t).document.documentElement}function va(t){return Se?ba(t)?ya(t):xa(t):tr}function Ta(t){var e=t.x,n=t.y,r=t.width,s=t.height,o=typeof DOMRectReadOnly<"u"?DOMRectReadOnly:Object,c=Object.create(o.prototype);return Qn(c,{x:e,y:n,width:r,height:s,top:n,right:e+r,bottom:s+n,left:e}),c}function te(t,e,n,r){return{x:t,y:e,width:n,height:r}}var Ea=function(){function t(e){this.broadcastWidth=0,this.broadcastHeight=0,this.contentRect_=te(0,0,0,0),this.target=e}return t.prototype.isActive=function(){var e=va(this.target);return this.contentRect_=e,e.width!==this.broadcastWidth||e.height!==this.broadcastHeight},t.prototype.broadcastRect=function(){var e=this.contentRect_;return this.broadcastWidth=e.width,this.broadcastHeight=e.height,e},t}(),Sa=function(){function t(e,n){var r=Ta(n);Qn(this,{target:e,contentRect:r})}return t}(),Ra=function(){function t(e,n,r){if(this.activeObservations_=[],this.observations_=new Xn,typeof e!="function")throw new TypeError("The callback provided as parameter 1 is not a function.");this.callback_=e,this.controller_=n,this.callbackCtx_=r}return t.prototype.observe=function(e){if(!arguments.length)throw new TypeError("1 argument required, but only 0 present.");if(!(typeof Element>"u"||!(Element instanceof Object))){if(!(e instanceof St(e).Element))throw new TypeError('parameter 1 is not of type "Element".');var n=this.observations_;n.has(e)||(n.set(e,new Ea(e)),this.controller_.addObserver(this),this.controller_.refresh())}},t.prototype.unobserve=function(e){if(!arguments.length)throw new TypeError("1 argument required, but only 0 present.");if(!(typeof Element>"u"||!(Element instanceof Object))){if(!(e instanceof St(e).Element))throw new TypeError('parameter 1 is not of type "Element".');var n=this.observations_;n.has(e)&&(n.delete(e),n.size||this.controller_.removeObserver(this))}},t.prototype.disconnect=function(){this.clearActive(),this.observations_.clear(),this.controller_.removeObserver(this)},t.prototype.gatherActive=function(){var e=this;this.clearActive(),this.observations_.forEach(function(n){n.isActive()&&e.activeObservations_.push(n)})},t.prototype.broadcastActive=function(){if(this.hasActive()){var e=this.callbackCtx_,n=this.activeObservations_.map(function(r){return new Sa(r.target,r.broadcastRect())});this.callback_.call(e,n,e),this.clearActive()}},t.prototype.clearActive=function(){this.activeObservations_.splice(0)},t.prototype.hasActive=function(){return this.activeObservations_.length>0},t}(),er=typeof WeakMap<"u"?new WeakMap:new Xn,nr=function(){function t(e){if(!(this instanceof t))throw new TypeError("Cannot call a class as a function.");if(!arguments.length)throw new TypeError("1 argument required, but only 0 present.");var n=ma.getInstance(),r=new Ra(e,n,this);er.set(this,r)}return t}();["observe","unobserve","disconnect"].forEach(function(t){nr.prototype[t]=function(){var e;return(e=er.get(this))[t].apply(e,arguments)}});var Oa=function(){return typeof Kt.ResizeObserver<"u"?Kt.ResizeObserver:nr}();function Fa(t){for(const e of t){const n=e.target.__resizeListeners__||[];n.length&&n.forEach(r=>r())}}function Aa(t,e){typeof window>"u"||(t.__resizeListeners__||(t.__resizeListeners__=[],t.__ro__=new Oa(Fa),t.__ro__.observe(t)),t.__resizeListeners__.push(e))}function _a(t,e){!t||!t.__resizeListeners__||(t.__resizeListeners__.splice(t.__resizeListeners__.indexOf(e),1),t.__resizeListeners__.length||t.__ro__.disconnect())}var $t={exports:{}},Ia=$t.exports,nn;function ee(){return nn||(nn=1,function(t,e){(function(){var n,r=0xdeadbeefcafe,s=(r&16777215)==15715070;function o(i,a,u){i!=null&&(typeof i=="number"?this.fromNumber(i,a,u):a==null&&typeof i!="string"?this.fromString(i,256):this.fromString(i,a))}function c(){return new o(null)}function f(i,a,u,p,E,R){for(;--R>=0;){var _=a*this[i++]+u[p]+E;E=Math.floor(_/67108864),u[p++]=_&67108863}return E}function d(i,a,u,p,E,R){for(var _=a&32767,I=a>>15;--R>=0;){var z=this[i]&32767,K=this[i++]>>15,st=I*z+K*_;z=_*z+((st&32767)<<15)+u[p]+(E&1073741823),E=(z>>>30)+(st>>>15)+I*K+(E>>>30),u[p++]=z&1073741823}return E}function h(i,a,u,p,E,R){for(var _=a&16383,I=a>>14;--R>=0;){var z=this[i]&16383,K=this[i++]>>14,st=I*z+K*_;z=_*z+((st&16383)<<14)+u[p]+E,E=(z>>28)+(st>>14)+I*K,u[p++]=z&268435455}return E}var l=typeof navigator<"u";l&&s&&navigator.appName=="Microsoft Internet Explorer"?(o.prototype.am=d,n=30):l&&s&&navigator.appName!="Netscape"?(o.prototype.am=f,n=26):(o.prototype.am=h,n=28),o.prototype.DB=n,o.prototype.DM=(1<<n)-1,o.prototype.DV=1<<n;var v=52;o.prototype.FV=Math.pow(2,v),o.prototype.F1=v-n,o.prototype.F2=2*n-v;var O="0123456789abcdefghijklmnopqrstuvwxyz",B=new Array,w,F;for(w=48,F=0;F<=9;++F)B[w++]=F;for(w=97,F=10;F<36;++F)B[w++]=F;for(w=65,F=10;F<36;++F)B[w++]=F;function m(i){return O.charAt(i)}function T(i,a){var u=B[i.charCodeAt(a)];return u??-1}function b(i){for(var a=this.t-1;a>=0;--a)i[a]=this[a];i.t=this.t,i.s=this.s}function g(i){this.t=1,this.s=i<0?-1:0,i>0?this[0]=i:i<-1?this[0]=i+this.DV:this.t=0}function S(i){var a=c();return a.fromInt(i),a}function x(i,a){var u;if(a==16)u=4;else if(a==8)u=3;else if(a==256)u=8;else if(a==2)u=1;else if(a==32)u=5;else if(a==4)u=2;else{this.fromRadix(i,a);return}this.t=0,this.s=0;for(var p=i.length,E=!1,R=0;--p>=0;){var _=u==8?i[p]&255:T(i,p);if(_<0){i.charAt(p)=="-"&&(E=!0);continue}E=!1,R==0?this[this.t++]=_:R+u>this.DB?(this[this.t-1]|=(_&(1<<this.DB-R)-1)<<R,this[this.t++]=_>>this.DB-R):this[this.t-1]|=_<<R,R+=u,R>=this.DB&&(R-=this.DB)}u==8&&(i[0]&128)!=0&&(this.s=-1,R>0&&(this[this.t-1]|=(1<<this.DB-R)-1<<R)),this.clamp(),E&&o.ZERO.subTo(this,this)}function A(){for(var i=this.s&this.DM;this.t>0&&this[this.t-1]==i;)--this.t}function C(i){if(this.s<0)return"-"+this.negate().toString(i);var a;if(i==16)a=4;else if(i==8)a=3;else if(i==2)a=1;else if(i==32)a=5;else if(i==4)a=2;else return this.toRadix(i);var u=(1<<a)-1,p,E=!1,R="",_=this.t,I=this.DB-_*this.DB%a;if(_-- >0)for(I<this.DB&&(p=this[_]>>I)>0&&(E=!0,R=m(p));_>=0;)I<a?(p=(this[_]&(1<<I)-1)<<a-I,p|=this[--_]>>(I+=this.DB-a)):(p=this[_]>>(I-=a)&u,I<=0&&(I+=this.DB,--_)),p>0&&(E=!0),E&&(R+=m(p));return E?R:"0"}function q(){var i=c();return o.ZERO.subTo(this,i),i}function N(){return this.s<0?this.negate():this}function H(i){var a=this.s-i.s;if(a!=0)return a;var u=this.t;if(a=u-i.t,a!=0)return this.s<0?-a:a;for(;--u>=0;)if((a=this[u]-i[u])!=0)return a;return 0}function P(i){var a=1,u;return(u=i>>>16)!=0&&(i=u,a+=16),(u=i>>8)!=0&&(i=u,a+=8),(u=i>>4)!=0&&(i=u,a+=4),(u=i>>2)!=0&&(i=u,a+=2),(u=i>>1)!=0&&(i=u,a+=1),a}function k(){return this.t<=0?0:this.DB*(this.t-1)+P(this[this.t-1]^this.s&this.DM)}function L(i,a){var u;for(u=this.t-1;u>=0;--u)a[u+i]=this[u];for(u=i-1;u>=0;--u)a[u]=0;a.t=this.t+i,a.s=this.s}function U(i,a){for(var u=i;u<this.t;++u)a[u-i]=this[u];a.t=Math.max(this.t-i,0),a.s=this.s}function J(i,a){var u=i%this.DB,p=this.DB-u,E=(1<<p)-1,R=Math.floor(i/this.DB),_=this.s<<u&this.DM,I;for(I=this.t-1;I>=0;--I)a[I+R+1]=this[I]>>p|_,_=(this[I]&E)<<u;for(I=R-1;I>=0;--I)a[I]=0;a[R]=_,a.t=this.t+R+1,a.s=this.s,a.clamp()}function V(i,a){a.s=this.s;var u=Math.floor(i/this.DB);if(u>=this.t){a.t=0;return}var p=i%this.DB,E=this.DB-p,R=(1<<p)-1;a[0]=this[u]>>p;for(var _=u+1;_<this.t;++_)a[_-u-1]|=(this[_]&R)<<E,a[_-u]=this[_]>>p;p>0&&(a[this.t-u-1]|=(this.s&R)<<E),a.t=this.t-u,a.clamp()}function X(i,a){for(var u=0,p=0,E=Math.min(i.t,this.t);u<E;)p+=this[u]-i[u],a[u++]=p&this.DM,p>>=this.DB;if(i.t<this.t){for(p-=i.s;u<this.t;)p+=this[u],a[u++]=p&this.DM,p>>=this.DB;p+=this.s}else{for(p+=this.s;u<i.t;)p-=i[u],a[u++]=p&this.DM,p>>=this.DB;p-=i.s}a.s=p<0?-1:0,p<-1?a[u++]=this.DV+p:p>0&&(a[u++]=p),a.t=u,a.clamp()}function G(i,a){var u=this.abs(),p=i.abs(),E=u.t;for(a.t=E+p.t;--E>=0;)a[E]=0;for(E=0;E<p.t;++E)a[E+u.t]=u.am(0,p[E],a,E,0,u.t);a.s=0,a.clamp(),this.s!=i.s&&o.ZERO.subTo(a,a)}function pt(i){for(var a=this.abs(),u=i.t=2*a.t;--u>=0;)i[u]=0;for(u=0;u<a.t-1;++u){var p=a.am(u,a[u],i,2*u,0,1);(i[u+a.t]+=a.am(u+1,2*a[u],i,2*u+1,p,a.t-u-1))>=a.DV&&(i[u+a.t]-=a.DV,i[u+a.t+1]=1)}i.t>0&&(i[i.t-1]+=a.am(u,a[u],i,2*u,0,1)),i.s=0,i.clamp()}function vt(i,a,u){var p=i.abs();if(!(p.t<=0)){var E=this.abs();if(E.t<p.t){a!=null&&a.fromInt(0),u!=null&&this.copyTo(u);return}u==null&&(u=c());var R=c(),_=this.s,I=i.s,z=this.DB-P(p[p.t-1]);z>0?(p.lShiftTo(z,R),E.lShiftTo(z,u)):(p.copyTo(R),E.copyTo(u));var K=R.t,st=R[K-1];if(st!=0){var rt=st*(1<<this.F1)+(K>1?R[K-2]>>this.F2:0),lt=this.FV/rt,Nt=(1<<this.F1)/rt,ot=1<<this.F2,at=u.t,kt=at-K,ht=a??c();for(R.dlShiftTo(kt,ht),u.compareTo(ht)>=0&&(u[u.t++]=1,u.subTo(ht,u)),o.ONE.dlShiftTo(K,ht),ht.subTo(R,R);R.t<K;)R[R.t++]=0;for(;--kt>=0;){var ie=u[--at]==st?this.DM:Math.floor(u[at]*lt+(u[at-1]+ot)*Nt);if((u[at]+=R.am(0,ie,u,kt,0,K))<ie)for(R.dlShiftTo(kt,ht),u.subTo(ht,u);u[at]<--ie;)u.subTo(ht,u)}a!=null&&(u.drShiftTo(K,a),_!=I&&o.ZERO.subTo(a,a)),u.t=K,u.clamp(),z>0&&u.rShiftTo(z,u),_<0&&o.ZERO.subTo(u,u)}}}function et(i){var a=c();return this.abs().divRemTo(i,null,a),this.s<0&&a.compareTo(o.ZERO)>0&&i.subTo(a,a),a}function D(i){this.m=i}function Ft(i){return i.s<0||i.compareTo(this.m)>=0?i.mod(this.m):i}function Tt(i){return i}function qt(i){i.divRemTo(this.m,null,i)}function ir(i,a,u){i.multiplyTo(a,u),this.reduce(u)}function or(i,a){i.squareTo(a),this.reduce(a)}D.prototype.convert=Ft,D.prototype.revert=Tt,D.prototype.reduce=qt,D.prototype.mulTo=ir,D.prototype.sqrTo=or;function ar(){if(this.t<1)return 0;var i=this[0];if((i&1)==0)return 0;var a=i&3;return a=a*(2-(i&15)*a)&15,a=a*(2-(i&255)*a)&255,a=a*(2-((i&65535)*a&65535))&65535,a=a*(2-i*a%this.DV)%this.DV,a>0?this.DV-a:-a}function mt(i){this.m=i,this.mp=i.invDigit(),this.mpl=this.mp&32767,this.mph=this.mp>>15,this.um=(1<<i.DB-15)-1,this.mt2=2*i.t}function cr(i){var a=c();return i.abs().dlShiftTo(this.m.t,a),a.divRemTo(this.m,null,a),i.s<0&&a.compareTo(o.ZERO)>0&&this.m.subTo(a,a),a}function ur(i){var a=c();return i.copyTo(a),this.reduce(a),a}function fr(i){for(;i.t<=this.mt2;)i[i.t++]=0;for(var a=0;a<this.m.t;++a){var u=i[a]&32767,p=u*this.mpl+((u*this.mph+(i[a]>>15)*this.mpl&this.um)<<15)&i.DM;for(u=a+this.m.t,i[u]+=this.m.am(0,p,i,a,0,this.m.t);i[u]>=i.DV;)i[u]-=i.DV,i[++u]++}i.clamp(),i.drShiftTo(this.m.t,i),i.compareTo(this.m)>=0&&i.subTo(this.m,i)}function lr(i,a){i.squareTo(a),this.reduce(a)}function hr(i,a,u){i.multiplyTo(a,u),this.reduce(u)}mt.prototype.convert=cr,mt.prototype.revert=ur,mt.prototype.reduce=fr,mt.prototype.mulTo=hr,mt.prototype.sqrTo=lr;function dr(){return(this.t>0?this[0]&1:this.s)==0}function pr(i,a){if(i>4294967295||i<1)return o.ONE;var u=c(),p=c(),E=a.convert(this),R=P(i)-1;for(E.copyTo(u);--R>=0;)if(a.sqrTo(u,p),(i&1<<R)>0)a.mulTo(p,E,u);else{var _=u;u=p,p=_}return a.revert(u)}function mr(i,a){var u;return i<256||a.isEven()?u=new D(a):u=new mt(a),this.exp(i,u)}o.prototype.copyTo=b,o.prototype.fromInt=g,o.prototype.fromString=x,o.prototype.clamp=A,o.prototype.dlShiftTo=L,o.prototype.drShiftTo=U,o.prototype.lShiftTo=J,o.prototype.rShiftTo=V,o.prototype.subTo=X,o.prototype.multiplyTo=G,o.prototype.squareTo=pt,o.prototype.divRemTo=vt,o.prototype.invDigit=ar,o.prototype.isEven=dr,o.prototype.exp=pr,o.prototype.toString=C,o.prototype.negate=q,o.prototype.abs=N,o.prototype.compareTo=H,o.prototype.bitLength=k,o.prototype.mod=et,o.prototype.modPowInt=mr,o.ZERO=S(0),o.ONE=S(1);function gr(){var i=c();return this.copyTo(i),i}function yr(){if(this.s<0){if(this.t==1)return this[0]-this.DV;if(this.t==0)return-1}else{if(this.t==1)return this[0];if(this.t==0)return 0}return(this[1]&(1<<32-this.DB)-1)<<this.DB|this[0]}function xr(){return this.t==0?this.s:this[0]<<24>>24}function br(){return this.t==0?this.s:this[0]<<16>>16}function wr(i){return Math.floor(Math.LN2*this.DB/Math.log(i))}function vr(){return this.s<0?-1:this.t<=0||this.t==1&&this[0]<=0?0:1}function Tr(i){if(i==null&&(i=10),this.signum()==0||i<2||i>36)return"0";var a=this.chunkSize(i),u=Math.pow(i,a),p=S(u),E=c(),R=c(),_="";for(this.divRemTo(p,E,R);E.signum()>0;)_=(u+R.intValue()).toString(i).substr(1)+_,E.divRemTo(p,E,R);return R.intValue().toString(i)+_}function Er(i,a){this.fromInt(0),a==null&&(a=10);for(var u=this.chunkSize(a),p=Math.pow(a,u),E=!1,R=0,_=0,I=0;I<i.length;++I){var z=T(i,I);if(z<0){i.charAt(I)=="-"&&this.signum()==0&&(E=!0);continue}_=a*_+z,++R>=u&&(this.dMultiply(p),this.dAddOffset(_,0),R=0,_=0)}R>0&&(this.dMultiply(Math.pow(a,R)),this.dAddOffset(_,0)),E&&o.ZERO.subTo(this,this)}function Sr(i,a,u){if(typeof a=="number")if(i<2)this.fromInt(1);else for(this.fromNumber(i,u),this.testBit(i-1)||this.bitwiseTo(o.ONE.shiftLeft(i-1),ne,this),this.isEven()&&this.dAddOffset(1,0);!this.isProbablePrime(a);)this.dAddOffset(2,0),this.bitLength()>i&&this.subTo(o.ONE.shiftLeft(i-1),this);else{var p=new Array,E=i&7;p.length=(i>>3)+1,a.nextBytes(p),E>0?p[0]&=(1<<E)-1:p[0]=0,this.fromString(p,256)}}function Rr(){var i=this.t,a=new Array;a[0]=this.s;var u=this.DB-i*this.DB%8,p,E=0;if(i-- >0)for(u<this.DB&&(p=this[i]>>u)!=(this.s&this.DM)>>u&&(a[E++]=p|this.s<<this.DB-u);i>=0;)u<8?(p=(this[i]&(1<<u)-1)<<8-u,p|=this[--i]>>(u+=this.DB-8)):(p=this[i]>>(u-=8)&255,u<=0&&(u+=this.DB,--i)),(p&128)!=0&&(p|=-256),E==0&&(this.s&128)!=(p&128)&&++E,(E>0||p!=this.s)&&(a[E++]=p);return a}function Or(i){return this.compareTo(i)==0}function Fr(i){return this.compareTo(i)<0?this:i}function Ar(i){return this.compareTo(i)>0?this:i}function _r(i,a,u){var p,E,R=Math.min(i.t,this.t);for(p=0;p<R;++p)u[p]=a(this[p],i[p]);if(i.t<this.t){for(E=i.s&this.DM,p=R;p<this.t;++p)u[p]=a(this[p],E);u.t=this.t}else{for(E=this.s&this.DM,p=R;p<i.t;++p)u[p]=a(E,i[p]);u.t=i.t}u.s=a(this.s,i.s),u.clamp()}function Ir(i,a){return i&a}function Br(i){var a=c();return this.bitwiseTo(i,Ir,a),a}function ne(i,a){return i|a}function Cr(i){var a=c();return this.bitwiseTo(i,ne,a),a}function Ce(i,a){return i^a}function Dr(i){var a=c();return this.bitwiseTo(i,Ce,a),a}function De(i,a){return i&~a}function Pr(i){var a=c();return this.bitwiseTo(i,De,a),a}function qr(){for(var i=c(),a=0;a<this.t;++a)i[a]=this.DM&~this[a];return i.t=this.t,i.s=~this.s,i}function Mr(i){var a=c();return i<0?this.rShiftTo(-i,a):this.lShiftTo(i,a),a}function Nr(i){var a=c();return i<0?this.lShiftTo(-i,a):this.rShiftTo(i,a),a}function kr(i){if(i==0)return-1;var a=0;return(i&65535)==0&&(i>>=16,a+=16),(i&255)==0&&(i>>=8,a+=8),(i&15)==0&&(i>>=4,a+=4),(i&3)==0&&(i>>=2,a+=2),(i&1)==0&&++a,a}function Lr(){for(var i=0;i<this.t;++i)if(this[i]!=0)return i*this.DB+kr(this[i]);return this.s<0?this.t*this.DB:-1}function Ur(i){for(var a=0;i!=0;)i&=i-1,++a;return a}function Hr(){for(var i=0,a=this.s&this.DM,u=0;u<this.t;++u)i+=Ur(this[u]^a);return i}function zr(i){var a=Math.floor(i/this.DB);return a>=this.t?this.s!=0:(this[a]&1<<i%this.DB)!=0}function jr(i,a){var u=o.ONE.shiftLeft(i);return this.bitwiseTo(u,a,u),u}function $r(i){return this.changeBit(i,ne)}function Vr(i){return this.changeBit(i,De)}function Yr(i){return this.changeBit(i,Ce)}function Kr(i,a){for(var u=0,p=0,E=Math.min(i.t,this.t);u<E;)p+=this[u]+i[u],a[u++]=p&this.DM,p>>=this.DB;if(i.t<this.t){for(p+=i.s;u<this.t;)p+=this[u],a[u++]=p&this.DM,p>>=this.DB;p+=this.s}else{for(p+=this.s;u<i.t;)p+=i[u],a[u++]=p&this.DM,p>>=this.DB;p+=i.s}a.s=p<0?-1:0,p>0?a[u++]=p:p<-1&&(a[u++]=this.DV+p),a.t=u,a.clamp()}function Jr(i){var a=c();return this.addTo(i,a),a}function Wr(i){var a=c();return this.subTo(i,a),a}function Gr(i){var a=c();return this.multiplyTo(i,a),a}function Zr(){var i=c();return this.squareTo(i),i}function Xr(i){var a=c();return this.divRemTo(i,a,null),a}function Qr(i){var a=c();return this.divRemTo(i,null,a),a}function ts(i){var a=c(),u=c();return this.divRemTo(i,a,u),new Array(a,u)}function es(i){this[this.t]=this.am(0,i-1,this,0,0,this.t),++this.t,this.clamp()}function ns(i,a){if(i!=0){for(;this.t<=a;)this[this.t++]=0;for(this[a]+=i;this[a]>=this.DV;)this[a]-=this.DV,++a>=this.t&&(this[this.t++]=0),++this[a]}}function At(){}function Pe(i){return i}function rs(i,a,u){i.multiplyTo(a,u)}function ss(i,a){i.squareTo(a)}At.prototype.convert=Pe,At.prototype.revert=Pe,At.prototype.mulTo=rs,At.prototype.sqrTo=ss;function is(i){return this.exp(i,new At)}function os(i,a,u){var p=Math.min(this.t+i.t,a);for(u.s=0,u.t=p;p>0;)u[--p]=0;var E;for(E=u.t-this.t;p<E;++p)u[p+this.t]=this.am(0,i[p],u,p,0,this.t);for(E=Math.min(i.t,a);p<E;++p)this.am(0,i[p],u,p,0,a-p);u.clamp()}function as(i,a,u){--a;var p=u.t=this.t+i.t-a;for(u.s=0;--p>=0;)u[p]=0;for(p=Math.max(a-this.t,0);p<i.t;++p)u[this.t+p-a]=this.am(a-p,i[p],u,0,0,this.t+p-a);u.clamp(),u.drShiftTo(1,u)}function gt(i){this.r2=c(),this.q3=c(),o.ONE.dlShiftTo(2*i.t,this.r2),this.mu=this.r2.divide(i),this.m=i}function cs(i){if(i.s<0||i.t>2*this.m.t)return i.mod(this.m);if(i.compareTo(this.m)<0)return i;var a=c();return i.copyTo(a),this.reduce(a),a}function us(i){return i}function fs(i){for(i.drShiftTo(this.m.t-1,this.r2),i.t>this.m.t+1&&(i.t=this.m.t+1,i.clamp()),this.mu.multiplyUpperTo(this.r2,this.m.t+1,this.q3),this.m.multiplyLowerTo(this.q3,this.m.t+1,this.r2);i.compareTo(this.r2)<0;)i.dAddOffset(1,this.m.t+1);for(i.subTo(this.r2,i);i.compareTo(this.m)>=0;)i.subTo(this.m,i)}function ls(i,a){i.squareTo(a),this.reduce(a)}function hs(i,a,u){i.multiplyTo(a,u),this.reduce(u)}gt.prototype.convert=cs,gt.prototype.revert=us,gt.prototype.reduce=fs,gt.prototype.mulTo=hs,gt.prototype.sqrTo=ls;function ds(i,a){var u=i.bitLength(),p,E=S(1),R;if(u<=0)return E;u<18?p=1:u<48?p=3:u<144?p=4:u<768?p=5:p=6,u<8?R=new D(a):a.isEven()?R=new gt(a):R=new mt(a);var _=new Array,I=3,z=p-1,K=(1<<p)-1;if(_[1]=R.convert(this),p>1){var st=c();for(R.sqrTo(_[1],st);I<=K;)_[I]=c(),R.mulTo(st,_[I-2],_[I]),I+=2}var rt=i.t-1,lt,Nt=!0,ot=c(),at;for(u=P(i[rt])-1;rt>=0;){for(u>=z?lt=i[rt]>>u-z&K:(lt=(i[rt]&(1<<u+1)-1)<<z-u,rt>0&&(lt|=i[rt-1]>>this.DB+u-z)),I=p;(lt&1)==0;)lt>>=1,--I;if((u-=I)<0&&(u+=this.DB,--rt),Nt)_[lt].copyTo(E),Nt=!1;else{for(;I>1;)R.sqrTo(E,ot),R.sqrTo(ot,E),I-=2;I>0?R.sqrTo(E,ot):(at=E,E=ot,ot=at),R.mulTo(ot,_[lt],E)}for(;rt>=0&&(i[rt]&1<<u)==0;)R.sqrTo(E,ot),at=E,E=ot,ot=at,--u<0&&(u=this.DB-1,--rt)}return R.revert(E)}function ps(i){var a=this.s<0?this.negate():this.clone(),u=i.s<0?i.negate():i.clone();if(a.compareTo(u)<0){var p=a;a=u,u=p}var E=a.getLowestSetBit(),R=u.getLowestSetBit();if(R<0)return a;for(E<R&&(R=E),R>0&&(a.rShiftTo(R,a),u.rShiftTo(R,u));a.signum()>0;)(E=a.getLowestSetBit())>0&&a.rShiftTo(E,a),(E=u.getLowestSetBit())>0&&u.rShiftTo(E,u),a.compareTo(u)>=0?(a.subTo(u,a),a.rShiftTo(1,a)):(u.subTo(a,u),u.rShiftTo(1,u));return R>0&&u.lShiftTo(R,u),u}function ms(i){if(i<=0)return 0;var a=this.DV%i,u=this.s<0?i-1:0;if(this.t>0)if(a==0)u=this[0]%i;else for(var p=this.t-1;p>=0;--p)u=(a*u+this[p])%i;return u}function gs(i){var a=i.isEven();if(this.isEven()&&a||i.signum()==0)return o.ZERO;for(var u=i.clone(),p=this.clone(),E=S(1),R=S(0),_=S(0),I=S(1);u.signum()!=0;){for(;u.isEven();)u.rShiftTo(1,u),a?((!E.isEven()||!R.isEven())&&(E.addTo(this,E),R.subTo(i,R)),E.rShiftTo(1,E)):R.isEven()||R.subTo(i,R),R.rShiftTo(1,R);for(;p.isEven();)p.rShiftTo(1,p),a?((!_.isEven()||!I.isEven())&&(_.addTo(this,_),I.subTo(i,I)),_.rShiftTo(1,_)):I.isEven()||I.subTo(i,I),I.rShiftTo(1,I);u.compareTo(p)>=0?(u.subTo(p,u),a&&E.subTo(_,E),R.subTo(I,R)):(p.subTo(u,p),a&&_.subTo(E,_),I.subTo(R,I))}if(p.compareTo(o.ONE)!=0)return o.ZERO;if(I.compareTo(i)>=0)return I.subtract(i);if(I.signum()<0)I.addTo(i,I);else return I;return I.signum()<0?I.add(i):I}var Z=[2,3,5,7,11,13,17,19,23,29,31,37,41,43,47,53,59,61,67,71,73,79,83,89,97,101,103,107,109,113,127,131,137,139,149,151,157,163,167,173,179,181,191,193,197,199,211,223,227,229,233,239,241,251,257,263,269,271,277,281,283,293,307,311,313,317,331,337,347,349,353,359,367,373,379,383,389,397,401,409,419,421,431,433,439,443,449,457,461,463,467,479,487,491,499,503,509,521,523,541,547,557,563,569,571,577,587,593,599,601,607,613,617,619,631,641,643,647,653,659,661,673,677,683,691,701,709,719,727,733,739,743,751,757,761,769,773,787,797,809,811,821,823,827,829,839,853,857,859,863,877,881,883,887,907,911,919,929,937,941,947,953,967,971,977,983,991,997],ys=(1<<26)/Z[Z.length-1];function xs(i){var a,u=this.abs();if(u.t==1&&u[0]<=Z[Z.length-1]){for(a=0;a<Z.length;++a)if(u[0]==Z[a])return!0;return!1}if(u.isEven())return!1;for(a=1;a<Z.length;){for(var p=Z[a],E=a+1;E<Z.length&&p<ys;)p*=Z[E++];for(p=u.modInt(p);a<E;)if(p%Z[a++]==0)return!1}return u.millerRabin(i)}function bs(i){var a=this.subtract(o.ONE),u=a.getLowestSetBit();if(u<=0)return!1;var p=a.shiftRight(u);i=i+1>>1,i>Z.length&&(i=Z.length);for(var E=c(),R=0;R<i;++R){E.fromInt(Z[Math.floor(Math.random()*Z.length)]);var _=E.modPow(p,this);if(_.compareTo(o.ONE)!=0&&_.compareTo(a)!=0){for(var I=1;I++<u&&_.compareTo(a)!=0;)if(_=_.modPowInt(2,this),_.compareTo(o.ONE)==0)return!1;if(_.compareTo(a)!=0)return!1}}return!0}o.prototype.chunkSize=wr,o.prototype.toRadix=Tr,o.prototype.fromRadix=Er,o.prototype.fromNumber=Sr,o.prototype.bitwiseTo=_r,o.prototype.changeBit=jr,o.prototype.addTo=Kr,o.prototype.dMultiply=es,o.prototype.dAddOffset=ns,o.prototype.multiplyLowerTo=os,o.prototype.multiplyUpperTo=as,o.prototype.modInt=ms,o.prototype.millerRabin=bs,o.prototype.clone=gr,o.prototype.intValue=yr,o.prototype.byteValue=xr,o.prototype.shortValue=br,o.prototype.signum=vr,o.prototype.toByteArray=Rr,o.prototype.equals=Or,o.prototype.min=Fr,o.prototype.max=Ar,o.prototype.and=Br,o.prototype.or=Cr,o.prototype.xor=Dr,o.prototype.andNot=Pr,o.prototype.not=qr,o.prototype.shiftLeft=Mr,o.prototype.shiftRight=Nr,o.prototype.getLowestSetBit=Lr,o.prototype.bitCount=Hr,o.prototype.testBit=zr,o.prototype.setBit=$r,o.prototype.clearBit=Vr,o.prototype.flipBit=Yr,o.prototype.add=Jr,o.prototype.subtract=Wr,o.prototype.multiply=Gr,o.prototype.divide=Xr,o.prototype.remainder=Qr,o.prototype.divideAndRemainder=ts,o.prototype.modPow=ds,o.prototype.modInverse=gs,o.prototype.pow=is,o.prototype.gcd=ps,o.prototype.isProbablePrime=xs,o.prototype.square=Zr,o.prototype.Barrett=gt;var Mt,nt,Y;function ws(i){nt[Y++]^=i&255,nt[Y++]^=i>>8&255,nt[Y++]^=i>>16&255,nt[Y++]^=i>>24&255,Y>=se&&(Y-=se)}function qe(){ws(new Date().getTime())}if(nt==null){nt=new Array,Y=0;var it;if(typeof window<"u"&&window.crypto){if(window.crypto.getRandomValues){var Me=new Uint8Array(32);for(window.crypto.getRandomValues(Me),it=0;it<32;++it)nt[Y++]=Me[it]}else if(navigator.appName=="Netscape"&&navigator.appVersion<"5"){var Ne=window.crypto.random(32);for(it=0;it<Ne.length;++it)nt[Y++]=Ne.charCodeAt(it)&255}}for(;Y<se;)it=Math.floor(65536*Math.random()),nt[Y++]=it>>>8,nt[Y++]=it&255;Y=0,qe()}function vs(){if(Mt==null){for(qe(),Mt=Rs(),Mt.init(nt),Y=0;Y<nt.length;++Y)nt[Y]=0;Y=0}return Mt.next()}function Ts(i){var a;for(a=0;a<i.length;++a)i[a]=vs()}function ke(){}ke.prototype.nextBytes=Ts;function re(){this.i=0,this.j=0,this.S=new Array}function Es(i){var a,u,p;for(a=0;a<256;++a)this.S[a]=a;for(u=0,a=0;a<256;++a)u=u+this.S[a]+i[a%i.length]&255,p=this.S[a],this.S[a]=this.S[u],this.S[u]=p;this.i=0,this.j=0}function Ss(){var i;return this.i=this.i+1&255,this.j=this.j+this.S[this.i]&255,i=this.S[this.i],this.S[this.i]=this.S[this.j],this.S[this.j]=i,this.S[i+this.S[this.i]&255]}re.prototype.init=Es,re.prototype.next=Ss;function Rs(){return new re}var se=256;t.exports={default:o,BigInteger:o,SecureRandom:ke}}).call(Ia)}($t)),$t.exports}var ue,rn;function Ba(){if(rn)return ue;rn=1;const{BigInteger:t}=ee();function e(d){let h=d.toString(16);if(h[0]!=="-")h.length%2===1?h="0"+h:h.match(/^[0-7]/)||(h="00"+h);else{h=h.substr(1);let l=h.length;l%2===1?l+=1:h.match(/^[0-7]/)||(l+=2);let v="";for(let O=0;O<l;O++)v+="f";v=new t(v,16),h=v.xor(d).add(t.ONE),h=h.toString(16).replace(/^-/,"")}return h}class n{constructor(){this.tlv=null,this.t="00",this.l="00",this.v=""}getEncodedHex(){return this.tlv||(this.v=this.getValue(),this.l=this.getLength(),this.tlv=this.t+this.l+this.v),this.tlv}getLength(){const h=this.v.length/2;let l=h.toString(16);return l.length%2===1&&(l="0"+l),h<128?l:(128+l.length/2).toString(16)+l}getValue(){return""}}class r extends n{constructor(h){super(),this.t="02",h&&(this.v=e(h))}getValue(){return this.v}}class s extends n{constructor(h){super(),this.t="30",this.asn1Array=h}getValue(){return this.v=this.asn1Array.map(h=>h.getEncodedHex()).join(""),this.v}}function o(d,h){return+d[h+2]<8?1:+d.substr(h+2,2)&128}function c(d,h){const l=o(d,h),v=d.substr(h+2,l*2);return v?(+v[0]<8?new t(v,16):new t(v.substr(2),16)).intValue():-1}function f(d,h){const l=o(d,h);return h+(l+1)*2}return ue={encodeDer(d,h){const l=new r(d),v=new r(h);return new s([l,v]).getEncodedHex()},decodeDer(d){const h=f(d,0),l=f(d,h),v=c(d,h),O=d.substr(l,v*2),B=l+O.length,w=f(d,B),F=c(d,B),m=d.substr(w,F*2),T=new t(O,16),b=new t(m,16);return{r:T,s:b}}},ue}var fe,sn;function Ca(){if(sn)return fe;sn=1;const{BigInteger:t}=ee(),e=new t("2"),n=new t("3");class r{constructor(f,d){this.x=d,this.q=f}equals(f){return f===this?!0:this.q.equals(f.q)&&this.x.equals(f.x)}toBigInteger(){return this.x}negate(){return new r(this.q,this.x.negate().mod(this.q))}add(f){return new r(this.q,this.x.add(f.toBigInteger()).mod(this.q))}subtract(f){return new r(this.q,this.x.subtract(f.toBigInteger()).mod(this.q))}multiply(f){return new r(this.q,this.x.multiply(f.toBigInteger()).mod(this.q))}divide(f){return new r(this.q,this.x.multiply(f.toBigInteger().modInverse(this.q)).mod(this.q))}square(){return new r(this.q,this.x.square().mod(this.q))}}class s{constructor(f,d,h,l){this.curve=f,this.x=d,this.y=h,this.z=l??t.ONE,this.zinv=null}getX(){return this.zinv===null&&(this.zinv=this.z.modInverse(this.curve.q)),this.curve.fromBigInteger(this.x.toBigInteger().multiply(this.zinv).mod(this.curve.q))}getY(){return this.zinv===null&&(this.zinv=this.z.modInverse(this.curve.q)),this.curve.fromBigInteger(this.y.toBigInteger().multiply(this.zinv).mod(this.curve.q))}equals(f){return f===this?!0:this.isInfinity()?f.isInfinity():f.isInfinity()?this.isInfinity():f.y.toBigInteger().multiply(this.z).subtract(this.y.toBigInteger().multiply(f.z)).mod(this.curve.q).equals(t.ZERO)?f.x.toBigInteger().multiply(this.z).subtract(this.x.toBigInteger().multiply(f.z)).mod(this.curve.q).equals(t.ZERO):!1}isInfinity(){return this.x===null&&this.y===null?!0:this.z.equals(t.ZERO)&&!this.y.toBigInteger().equals(t.ZERO)}negate(){return new s(this.curve,this.x,this.y.negate(),this.z)}add(f){if(this.isInfinity())return f;if(f.isInfinity())return this;const d=this.x.toBigInteger(),h=this.y.toBigInteger(),l=this.z,v=f.x.toBigInteger(),O=f.y.toBigInteger(),B=f.z,w=this.curve.q,F=d.multiply(B).mod(w),m=v.multiply(l).mod(w),T=F.subtract(m),b=h.multiply(B).mod(w),g=O.multiply(l).mod(w),S=b.subtract(g);if(t.ZERO.equals(T))return t.ZERO.equals(S)?this.twice():this.curve.infinity;const x=F.add(m),A=l.multiply(B).mod(w),C=T.square().mod(w),q=T.multiply(C).mod(w),N=A.multiply(S.square()).subtract(x.multiply(C)).mod(w),H=T.multiply(N).mod(w),P=S.multiply(C.multiply(F).subtract(N)).subtract(b.multiply(q)).mod(w),k=q.multiply(A).mod(w);return new s(this.curve,this.curve.fromBigInteger(H),this.curve.fromBigInteger(P),k)}twice(){if(this.isInfinity())return this;if(!this.y.toBigInteger().signum())return this.curve.infinity;const f=this.x.toBigInteger(),d=this.y.toBigInteger(),h=this.z,l=this.curve.q,v=this.curve.a.toBigInteger(),O=f.square().multiply(n).add(v.multiply(h.square())).mod(l),B=d.shiftLeft(1).multiply(h).mod(l),w=d.square().mod(l),F=w.multiply(f).multiply(h).mod(l),m=B.square().mod(l),T=O.square().subtract(F.shiftLeft(3)).mod(l),b=B.multiply(T).mod(l),g=O.multiply(F.shiftLeft(2).subtract(T)).subtract(m.shiftLeft(1).multiply(w)).mod(l),S=B.multiply(m).mod(l);return new s(this.curve,this.curve.fromBigInteger(b),this.curve.fromBigInteger(g),S)}multiply(f){if(this.isInfinity())return this;if(!f.signum())return this.curve.infinity;const d=f.multiply(n),h=this.negate();let l=this;for(let v=d.bitLength()-2;v>0;v--){l=l.twice();const O=d.testBit(v),B=f.testBit(v);O!==B&&(l=l.add(O?this:h))}return l}}class o{constructor(f,d,h){this.q=f,this.a=this.fromBigInteger(d),this.b=this.fromBigInteger(h),this.infinity=new s(this,null,null)}equals(f){return f===this?!0:this.q.equals(f.q)&&this.a.equals(f.a)&&this.b.equals(f.b)}fromBigInteger(f){return new r(this.q,f)}decodePointHex(f){switch(parseInt(f.substr(0,2),16)){case 0:return this.infinity;case 2:case 3:const d=this.fromBigInteger(new t(f.substr(2),16));let h=this.fromBigInteger(d.multiply(d.square()).add(d.multiply(this.a)).add(this.b).toBigInteger().modPow(this.q.divide(new t("4")).add(t.ONE),this.q));return h.toBigInteger().mod(e).equals(new t(f.substr(0,2),16).subtract(e))||(h=h.negate()),new s(this,d,h);case 4:case 6:case 7:const l=(f.length-2)/2,v=f.substr(2,l),O=f.substr(l+2,l);return new s(this,this.fromBigInteger(new t(v,16)),this.fromBigInteger(new t(O,16)));default:return null}}}return fe={ECPointFp:s,ECCurveFp:o},fe}var le,on;function Da(){if(on)return le;on=1;const{BigInteger:t,SecureRandom:e}=ee(),{ECCurveFp:n}=Ca(),r=new e,{curve:s,G:o,n:c}=d();function f(){return s}function d(){const b=new t("FFFFFFFEFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF00000000FFFFFFFFFFFFFFFF",16),g=new t("FFFFFFFEFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF00000000FFFFFFFFFFFFFFFC",16),S=new t("28E9FA9E9D9F5E344D5A9E4BCF6509A7F39789F515AB8F92DDBCBD414D940E93",16),x=new n(b,g,S),q=x.decodePointHex("04"+"32C4AE2C1F1981195F9904466A39C9948FE30BBFF2660BE1715A4589334C74C7"+"BC3736A2F4F6779C59BDCEE36B692153D0A9877CC62A474002DF32E52139F0A0"),N=new t("FFFFFFFEFFFFFFFFFFFFFFFFFFFFFFFF7203DF6B21C6052B53BBF40939D54123",16);return{curve:x,G:q,n:N}}function h(b,g,S){const A=(b?new t(b,g,S):new t(c.bitLength(),r)).mod(c.subtract(t.ONE)).add(t.ONE),C=O(A.toString(16),64),q=o.multiply(A),N=O(q.getX().toBigInteger().toString(16),64),H=O(q.getY().toBigInteger().toString(16),64),P="04"+N+H;return{privateKey:C,publicKey:P}}function l(b){if(b.length!==130)throw new Error("Invalid public key to compress");const g=(b.length-2)/2,S=b.substr(2,g),x=new t(b.substr(g+2,g),16);let A="03";return x.mod(new t("2")).equals(t.ZERO)&&(A="02"),A+S}function v(b){b=unescape(encodeURIComponent(b));const g=b.length,S=[];for(let A=0;A<g;A++)S[A>>>2]|=(b.charCodeAt(A)&255)<<24-A%4*8;const x=[];for(let A=0;A<g;A++){const C=S[A>>>2]>>>24-A%4*8&255;x.push((C>>>4).toString(16)),x.push((C&15).toString(16))}return x.join("")}function O(b,g){return b.length>=g?b:new Array(g-b.length+1).join("0")+b}function B(b){return b.map(g=>(g=g.toString(16),g.length===1?"0"+g:g)).join("")}function w(b){const g=[];let S=0;for(let x=0;x<b.length*2;x+=2)g[x>>>3]|=parseInt(b[S],10)<<24-x%8*4,S++;try{const x=[];for(let A=0;A<b.length;A++){const C=g[A>>>2]>>>24-A%4*8&255;x.push(String.fromCharCode(C))}return decodeURIComponent(escape(x.join("")))}catch{throw new Error("Malformed UTF-8 data")}}function F(b){const g=[];let S=b.length;S%2!==0&&(b=O(b,S+1)),S=b.length;for(let x=0;x<S;x+=2)g.push(parseInt(b.substr(x,2),16));return g}function m(b){const g=s.decodePointHex(b);if(!g)return!1;const S=g.getX();return g.getY().square().equals(S.multiply(S.square()).add(S.multiply(s.a)).add(s.b))}function T(b,g){const S=s.decodePointHex(b);if(!S)return!1;const x=s.decodePointHex(g);return x?S.equals(x):!1}return le={getGlobalCurve:f,generateEcparam:d,generateKeyPairHex:h,compressPublicKeyHex:l,utf8ToHex:v,leftPad:O,arrayToHex:B,arrayToUtf8:w,hexToArray:F,verifyPublicKey:m,comparePublicKeyHex:T},le}var he,an;function rr(){if(an)return he;an=1;const t=new Uint32Array(68),e=new Uint32Array(64);function n(v,O){const B=O&31;return v<<B|v>>>32-B}function r(v,O){const B=[];for(let w=v.length-1;w>=0;w--)B[w]=(v[w]^O[w])&255;return B}function s(v){return v^n(v,9)^n(v,17)}function o(v){return v^n(v,15)^n(v,23)}function c(v){let O=v.length*8,B=O%512;B=B>=448?512-B%448-1:448-B-1;const w=new Array((B-7)/8),F=new Array(8);for(let x=0,A=w.length;x<A;x++)w[x]=0;for(let x=0,A=F.length;x<A;x++)F[x]=0;O=O.toString(2);for(let x=7;x>=0;x--)if(O.length>8){const A=O.length-8;F[x]=parseInt(O.substr(A),2),O=O.substr(0,A)}else O.length>0&&(F[x]=parseInt(O,2),O="");const m=new Uint8Array([...v,128,...w,...F]),T=new DataView(m.buffer,0),b=m.length/64,g=new Uint32Array([1937774191,1226093241,388252375,3666478592,2842636476,372324522,3817729613,2969243214]);for(let x=0;x<b;x++){t.fill(0),e.fill(0);const A=16*x;for(let D=0;D<16;D++)t[D]=T.getUint32((A+D)*4,!1);for(let D=16;D<68;D++)t[D]=o(t[D-16]^t[D-9]^n(t[D-3],15))^n(t[D-13],7)^t[D-6];for(let D=0;D<64;D++)e[D]=t[D]^t[D+4];const C=2043430169,q=2055708042;let N=g[0],H=g[1],P=g[2],k=g[3],L=g[4],U=g[5],J=g[6],V=g[7],X,G,pt,vt,et;for(let D=0;D<64;D++)et=D>=0&&D<=15?C:q,X=n(n(N,12)+L+n(et,D),7),G=X^n(N,12),pt=(D>=0&&D<=15?N^H^P:N&H|N&P|H&P)+k+G+e[D],vt=(D>=0&&D<=15?L^U^J:L&U|~L&J)+V+X+t[D],k=P,P=n(H,9),H=N,N=pt,V=J,J=n(U,19),U=L,L=s(vt);g[0]^=N,g[1]^=H,g[2]^=P,g[3]^=k,g[4]^=L,g[5]^=U,g[6]^=J,g[7]^=V}const S=[];for(let x=0,A=g.length;x<A;x++){const C=g[x];S.push((C&4278190080)>>>24,(C&16711680)>>>16,(C&65280)>>>8,C&255)}return S}const f=64,d=new Uint8Array(f),h=new Uint8Array(f);for(let v=0;v<f;v++)d[v]=54,h[v]=92;function l(v,O){for(O.length>f&&(O=c(O));O.length<f;)O.push(0);const B=r(O,d),w=r(O,h),F=c([...B,...v]);return c([...w,...F])}return he={sm3:c,hmac:l},he}var de,cn;function Pa(){if(cn)return de;cn=1;const{BigInteger:t}=ee(),{encodeDer:e,decodeDer:n}=Ba(),r=Da(),s=rr().sm3,{G:o,curve:c,n:f}=r.generateEcparam(),d=0;function h(m,T,b=1){m=typeof m=="string"?r.hexToArray(r.utf8ToHex(m)):Array.prototype.slice.call(m),T=r.getGlobalCurve().decodePointHex(T);const g=r.generateKeyPairHex(),S=new t(g.privateKey,16);let x=g.publicKey;x.length>128&&(x=x.substr(x.length-128));const A=T.multiply(S),C=r.hexToArray(r.leftPad(A.getX().toBigInteger().toRadix(16),64)),q=r.hexToArray(r.leftPad(A.getY().toBigInteger().toRadix(16),64)),N=r.arrayToHex(s([].concat(C,m,q)));let H=1,P=0,k=[];const L=[].concat(C,q),U=()=>{k=s([...L,H>>24&255,H>>16&255,H>>8&255,H&255]),H++,P=0};U();for(let V=0,X=m.length;V<X;V++)P===k.length&&U(),m[V]^=k[P++]&255;const J=r.arrayToHex(m);return b===d?x+J+N:x+N+J}function l(m,T,b=1,{output:g="string"}={}){T=new t(T,16);let S=m.substr(128,64),x=m.substr(192);b===d&&(S=m.substr(m.length-64),x=m.substr(128,m.length-128-64));const A=r.hexToArray(x),q=r.getGlobalCurve().decodePointHex("04"+m.substr(0,128)).multiply(T),N=r.hexToArray(r.leftPad(q.getX().toBigInteger().toRadix(16),64)),H=r.hexToArray(r.leftPad(q.getY().toBigInteger().toRadix(16),64));let P=1,k=0,L=[];const U=[].concat(N,H),J=()=>{L=s([...U,P>>24&255,P>>16&255,P>>8&255,P&255]),P++,k=0};J();for(let X=0,G=A.length;X<G;X++)k===L.length&&J(),A[X]^=L[k++]&255;return r.arrayToHex(s([].concat(N,A,H)))===S.toLowerCase()?g==="array"?A:r.arrayToUtf8(A):g==="array"?[]:""}function v(m,T,{pointPool:b,der:g,hash:S,publicKey:x,userId:A}={}){let C=typeof m=="string"?r.utf8ToHex(m):r.arrayToHex(m);S&&(x=x||w(T),C=B(C,x,A));const q=new t(T,16),N=new t(C,16);let H=null,P=null,k=null;do{do{let L;b&&b.length?L=b.pop():L=F(),H=L.k,P=N.add(L.x1).mod(f)}while(P.equals(t.ZERO)||P.add(H).equals(f));k=q.add(t.ONE).modInverse(f).multiply(H.subtract(P.multiply(q))).mod(f)}while(k.equals(t.ZERO));return g?e(P,k):r.leftPad(P.toString(16),64)+r.leftPad(k.toString(16),64)}function O(m,T,b,{der:g,hash:S,userId:x}={}){let A=typeof m=="string"?r.utf8ToHex(m):r.arrayToHex(m);S&&(A=B(A,b,x));let C,q;if(g){const U=n(T);C=U.r,q=U.s}else C=new t(T.substring(0,64),16),q=new t(T.substring(64),16);const N=c.decodePointHex(b),H=new t(A,16),P=C.add(q).mod(f);if(P.equals(t.ZERO))return!1;const k=o.multiply(q).add(N.multiply(P)),L=H.add(k.getX().toBigInteger()).mod(f);return C.equals(L)}function B(m,T,b="1234567812345678"){b=r.utf8ToHex(b);const g=r.leftPad(o.curve.a.toBigInteger().toRadix(16),64),S=r.leftPad(o.curve.b.toBigInteger().toRadix(16),64),x=r.leftPad(o.getX().toBigInteger().toRadix(16),64),A=r.leftPad(o.getY().toBigInteger().toRadix(16),64);let C,q;if(T.length===128)C=T.substr(0,64),q=T.substr(64,64);else{const k=o.curve.decodePointHex(T);C=r.leftPad(k.getX().toBigInteger().toRadix(16),64),q=r.leftPad(k.getY().toBigInteger().toRadix(16),64)}const N=r.hexToArray(b+g+S+x+A+C+q),H=b.length*4;N.unshift(H&255),N.unshift(H>>8&255);const P=s(N);return r.arrayToHex(s(P.concat(r.hexToArray(m))))}function w(m){const T=o.multiply(new t(m,16)),b=r.leftPad(T.getX().toBigInteger().toString(16),64),g=r.leftPad(T.getY().toBigInteger().toString(16),64);return"04"+b+g}function F(){const m=r.generateKeyPairHex(),T=c.decodePointHex(m.publicKey);return m.k=new t(m.privateKey,16),m.x1=T.getX().toBigInteger(),m}return de={generateKeyPairHex:r.generateKeyPairHex,compressPublicKeyHex:r.compressPublicKeyHex,comparePublicKeyHex:r.comparePublicKeyHex,doEncrypt:h,doDecrypt:l,doSignature:v,doVerifySignature:O,getPublicKeyFromPrivateKey:w,getPoint:F,verifyPublicKey:r.verifyPublicKey},de}var pe,un;function qa(){if(un)return pe;un=1;const{sm3:t,hmac:e}=rr();function n(c,f){return c.length>=f?c:new Array(f-c.length+1).join("0")+c}function r(c){return c.map(f=>(f=f.toString(16),f.length===1?"0"+f:f)).join("")}function s(c){const f=[];let d=c.length;d%2!==0&&(c=n(c,d+1)),d=c.length;for(let h=0;h<d;h+=2)f.push(parseInt(c.substr(h,2),16));return f}function o(c){const f=[];for(let d=0,h=c.length;d<h;d++){const l=c.codePointAt(d);if(l<=127)f.push(l);else if(l<=2047)f.push(192|l>>>6),f.push(128|l&63);else if(l<=55295||l>=57344&&l<=65535)f.push(224|l>>>12),f.push(128|l>>>6&63),f.push(128|l&63);else if(l>=65536&&l<=1114111)d++,f.push(240|l>>>18&28),f.push(128|l>>>12&63),f.push(128|l>>>6&63),f.push(128|l&63);else throw f.push(l),new Error("input is not supported")}return f}return pe=function(c,f){if(c=typeof c=="string"?o(c):Array.prototype.slice.call(c),f){if((f.mode||"hmac")!=="hmac")throw new Error("invalid mode");let h=f.key;if(!h)throw new Error("invalid key");return h=typeof h=="string"?s(h):Array.prototype.slice.call(h),r(e(c,h))}return r(t(c))},pe}var me,fn;function Ma(){if(fn)return me;fn=1;const t=0,e=32,n=16,r=[214,144,233,254,204,225,61,183,22,182,20,194,40,251,44,5,43,103,154,118,42,190,4,195,170,68,19,38,73,134,6,153,156,66,80,244,145,239,152,122,51,84,11,67,237,207,172,98,228,179,28,169,201,8,232,149,128,223,148,250,117,143,63,166,71,7,167,252,243,115,23,186,131,89,60,25,230,133,79,168,104,107,129,178,113,100,218,139,248,235,15,75,112,86,157,53,30,36,14,94,99,88,209,162,37,34,124,59,1,33,120,135,212,0,70,87,159,211,39,82,76,54,2,231,160,196,200,158,234,191,138,210,64,199,56,181,163,247,242,206,249,97,21,161,224,174,93,164,155,52,26,85,173,147,50,48,245,140,177,227,29,246,226,46,130,102,202,96,192,41,35,171,13,83,78,111,213,219,55,69,222,253,142,47,3,255,106,114,109,108,91,81,141,27,175,146,187,221,188,127,17,217,92,65,31,16,90,216,10,193,49,136,165,205,123,189,45,116,208,18,184,229,180,176,137,105,151,74,12,150,119,126,101,185,241,9,197,110,198,132,24,240,125,236,58,220,77,32,121,238,95,62,215,203,57,72],s=[462357,472066609,943670861,1415275113,1886879365,2358483617,2830087869,3301692121,3773296373,4228057617,404694573,876298825,1347903077,1819507329,2291111581,2762715833,3234320085,3705924337,4177462797,337322537,808926789,1280531041,1752135293,2223739545,2695343797,3166948049,3638552301,4110090761,269950501,741554753,1213159005,1684763257];function o(m){const T=[];for(let b=0,g=m.length;b<g;b+=2)T.push(parseInt(m.substr(b,2),16));return T}function c(m){return m.map(T=>(T=T.toString(16),T.length===1?"0"+T:T)).join("")}function f(m){const T=[];for(let b=0,g=m.length;b<g;b++){const S=m.codePointAt(b);if(S<=127)T.push(S);else if(S<=2047)T.push(192|S>>>6),T.push(128|S&63);else if(S<=55295||S>=57344&&S<=65535)T.push(224|S>>>12),T.push(128|S>>>6&63),T.push(128|S&63);else if(S>=65536&&S<=1114111)b++,T.push(240|S>>>18&28),T.push(128|S>>>12&63),T.push(128|S>>>6&63),T.push(128|S&63);else throw T.push(S),new Error("input is not supported")}return T}function d(m){const T=[];for(let b=0,g=m.length;b<g;b++)m[b]>=240&&m[b]<=247?(T.push(String.fromCodePoint(((m[b]&7)<<18)+((m[b+1]&63)<<12)+((m[b+2]&63)<<6)+(m[b+3]&63))),b+=3):m[b]>=224&&m[b]<=239?(T.push(String.fromCodePoint(((m[b]&15)<<12)+((m[b+1]&63)<<6)+(m[b+2]&63))),b+=2):m[b]>=192&&m[b]<=223?(T.push(String.fromCodePoint(((m[b]&31)<<6)+(m[b+1]&63))),b++):T.push(String.fromCodePoint(m[b]));return T.join("")}function h(m,T){const b=T&31;return m<<b|m>>>32-b}function l(m){return(r[m>>>24&255]&255)<<24|(r[m>>>16&255]&255)<<16|(r[m>>>8&255]&255)<<8|r[m&255]&255}function v(m){return m^h(m,2)^h(m,10)^h(m,18)^h(m,24)}function O(m){return m^h(m,13)^h(m,23)}function B(m,T,b){const g=new Array(4),S=new Array(4);for(let x=0;x<4;x++)S[0]=m[4*x]&255,S[1]=m[4*x+1]&255,S[2]=m[4*x+2]&255,S[3]=m[4*x+3]&255,g[x]=S[0]<<24|S[1]<<16|S[2]<<8|S[3];for(let x=0,A;x<32;x+=4)A=g[1]^g[2]^g[3]^b[x+0],g[0]^=v(l(A)),A=g[2]^g[3]^g[0]^b[x+1],g[1]^=v(l(A)),A=g[3]^g[0]^g[1]^b[x+2],g[2]^=v(l(A)),A=g[0]^g[1]^g[2]^b[x+3],g[3]^=v(l(A));for(let x=0;x<16;x+=4)T[x]=g[3-x/4]>>>24&255,T[x+1]=g[3-x/4]>>>16&255,T[x+2]=g[3-x/4]>>>8&255,T[x+3]=g[3-x/4]&255}function w(m,T,b){const g=new Array(4),S=new Array(4);for(let x=0;x<4;x++)S[0]=m[0+4*x]&255,S[1]=m[1+4*x]&255,S[2]=m[2+4*x]&255,S[3]=m[3+4*x]&255,g[x]=S[0]<<24|S[1]<<16|S[2]<<8|S[3];g[0]^=2746333894,g[1]^=1453994832,g[2]^=1736282519,g[3]^=2993693404;for(let x=0,A;x<32;x+=4)A=g[1]^g[2]^g[3]^s[x+0],T[x+0]=g[0]^=O(l(A)),A=g[2]^g[3]^g[0]^s[x+1],T[x+1]=g[1]^=O(l(A)),A=g[3]^g[0]^g[1]^s[x+2],T[x+2]=g[2]^=O(l(A)),A=g[0]^g[1]^g[2]^s[x+3],T[x+3]=g[3]^=O(l(A));if(b===t)for(let x=0,A;x<16;x++)A=T[x],T[x]=T[31-x],T[31-x]=A}function F(m,T,b,{padding:g="pkcs#7",mode:S,iv:x=[],output:A="string"}={}){if(S==="cbc"&&(typeof x=="string"&&(x=o(x)),x.length!==128/8))throw new Error("iv is invalid");if(typeof T=="string"&&(T=o(T)),T.length!==128/8)throw new Error("key is invalid");if(typeof m=="string"?b!==t?m=f(m):m=o(m):m=[...m],(g==="pkcs#5"||g==="pkcs#7")&&b!==t){const k=n-m.length%n;for(let L=0;L<k;L++)m.push(k)}const C=new Array(e);w(T,C,b);const q=[];let N=x,H=m.length,P=0;for(;H>=n;){const k=m.slice(P,P+16),L=new Array(16);if(S==="cbc")for(let U=0;U<n;U++)b!==t&&(k[U]^=N[U]);B(k,L,C);for(let U=0;U<n;U++)S==="cbc"&&b===t&&(L[U]^=N[U]),q[P+U]=L[U];S==="cbc"&&(b!==t?N=L:N=k),H-=n,P+=n}if((g==="pkcs#5"||g==="pkcs#7")&&b===t){const k=q.length,L=q[k-1];for(let U=1;U<=L;U++)if(q[k-U]!==L)throw new Error("padding is invalid");q.splice(k-L,L)}return A!=="array"?b!==t?c(q):d(q):q}return me={encrypt(m,T,b){return F(m,T,1,b)},decrypt(m,T,b){return F(m,T,0,b)}},me}var ge,ln;function Na(){return ln||(ln=1,ge={sm2:Pa(),sm3:qa(),sm4:Ma()}),ge}var sr=Na();const Ie=sr.sm2,Be=sr.sm4,ka=(t,e,n="04")=>n+Ie.doEncrypt(t,e),La=(t,e,n="04")=>Ie.doDecrypt(t.startsWith(n)?t.slice(2):t,e),Ua=(t,e)=>Be.encrypt(t,e),Ha=(t,e)=>Be.decrypt(t,e);let It=[],za={consecutiveFrames:0,lastBlinkTime:0},ja={consecutiveFrames:0,lastBlinkTime:0};const $a=new Map([["nod",[Qa,30,100]],["shake",[Xa,7,100]],["mouth",[Za,.35,100]],["eye",[Ga,.3,100]]]),Va=["nod","shake","mouth","eye"],Ya={nod:"请点点头",shake:"请摇摇头",mouth:"请张张嘴",eye:"请眨眨眼"};function hn(t,e){if(t.length!==e.length)throw new Error("euclideanDistance: arr1.length !== arr2.length");const n=Array.from(t),r=Array.from(e);return Math.sqrt(n.map((s,o)=>s-r[o]).reduce((s,o)=>s+Math.pow(o,2),0))}function*Ka(t,e,n=8,r=0){for(let s=n;s>0;s--)yield t(e,.5,r)}function Ut(t){return[t.x,t.y]}function ye(t,e){const n=t.x-e.x,r=t.y-e.y;return Math.sqrt(n*n+r*r)}function dn(t){const e=ye(t[1],t[5]),n=ye(t[2],t[4]),r=ye(t[0],t[3]);return(e+n)/(2*r)}function Ja(t){const e=hn(Ut(t[13]),Ut(t[19])),n=hn(Ut(t[0]),Ut(t[6]));return e/n}function Wa(t){const e=t.positions[30],n=t.positions[36],r=t.positions[45],s=(n.x+r.x)/2;return(e.x-s)/(r.x-n.x)*30}function Ga(t,e){const n=Date.now(),r=pn(dn(t.getLeftEye()),e,za,n),s=pn(dn(t.getRightEye()),e,ja,n);return!!(r||s)}function pn(t,e,n,r){if(t<e)n.consecutiveFrames++;else if(n.consecutiveFrames>=3&&r-n.lastBlinkTime>500)return n.lastBlinkTime=r,n.consecutiveFrames=0,!0;return!1}function Za(t,e){return Ja(t.getMouth())>e}function Xa(t,e){const n=Wa(t);return Math.abs(n)>e}function Qa(t,e){const n=It.length,r=t.positions[33];if(n<5)It.push(r.y);else if(n===5){const s=Math.min(...It);if(Math.max(...It)-s>e)return!0;It=[]}return!1}function tc(t,e="blob",n=1){return new Promise(r=>{const s=document.createElement("canvas"),o=s.getContext("2d");s.width=t.videoWidth,s.height=t.videoHeight,o==null||o.drawImage(t,0,0,s.width,s.height),e==="blob"?s.toBlob(c=>{const f=new FileReader;f.onload=()=>r(f.result),f.readAsArrayBuffer(c)},"image/png",n):r(s.toDataURL("image/png",n))})}async function ec(t,e,n,r=5){const[s,o,c]=$a.get(n);if(!s)return!1;const f=[],d=Ka(t,e,r,c);for(const h of d){const l=await h;if(!l)continue;const v=s(l.landmarks,o);f.push(v)}return f.includes(!0)}const nc={DATE_VALUE_FORMAT:gi,COMMON_TEXT:dt,IMAGE_TYPE:wn,MEDIA_TYPE:vn,DOC_TYPE:Tn,FILE_TYPE:xi},rc={encodeURIToParams:Rn,paramsToQueryString:Ai,queryStringToParams:_i,errorCodeToString:En,YNToString:bi,HNToString:wi,valueToLabel:Ri,chargeToLabel:Oi,cascaderToLabel:Sn,multipleSelectToLabel:Fi,phoneToAsterisk:vi,idNumberToAsterisk:Ti,firstLetterToUpperCase:Ei,firstLetterToLowerCase:Si},sc={validHttp:zs,validExternal:js,validString:$s,validNumberStr:Vs,validEmptyObject:Ys,validURL:Ks,validPassword:Js,validEmail:Ws,validIdNumber:Oe,validPhone:Zs,validTel:Gs},ic={scrollTo:Cs,addClass:ks,removeClass:Ls,hasClass:Re,toggleClass:Ns,noContextmenu:Hs,useRafThrottle:Us},oc={parseTime:Vt,getTimeDistance:qs,getDayRange:Ms},ac={local:mn,session:ct},cc={uuid:Ps,randomNum:Ds};exports.CONSTANTS=nc;exports.NOOP=xe;exports.NetworkManager=Zn;exports.Request=aa;exports.TokenManager=Gn;exports.addResizeListener=Aa;exports.cacheUtil=ac;exports.countdownTimer=Qs;exports.creatCancelTask=ai;exports.dateUtil=oc;exports.debounce=ei;exports.downloadFile=ci;exports.elementUtil=ic;exports.faceLivingEvent=Va;exports.faceLivingEventHint=Ya;exports.getArrayFullUrl=ii;exports.getBirthdayByIdNumber=ri;exports.getFaceGestureResult=ec;exports.getFaceVideoFrame=tc;exports.getFullUrl=xn;exports.getGenderByIdNumber=ni;exports.getLocationConfig=gn;exports.getMapLocationIcon=hi;exports.getPercentage=ui;exports.getRandomItemInArray=ti;exports.getRequestBaseUrl=ca;exports.getSystemConfig=si;exports.loadCss=fi;exports.loadJs=li;exports.randomUtil=cc;exports.removeResizeListener=_a;exports.ricTask=oi;exports.sleep=Xs;exports.sm2Crypto=Ie;exports.sm2Decrypt=La;exports.sm2Encrypt=ka;exports.sm4Crypto=Be;exports.sm4Decrypt=Ha;exports.sm4Encrypt=Ua;exports.toUtil=rc;exports.transformPathName=yn;exports.trimArray=bn;exports.validUtil=sc;