@nano-lib/util 1.1.2 → 1.1.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -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
@@ -8,7 +8,7 @@ export { addResizeListener, removeResizeListener } from './utils/event';
8
8
  export { sm2Crypto, sm4Crypto, sm2Encrypt, sm2Decrypt, sm4Encrypt, sm4Decrypt } from './utils/crypto';
9
9
  export { faceLivingEvent, faceLivingEventHint, getFaceGestureResult, getFaceVideoFrame } from './utils/face';
10
10
  export { default as getRequestBaseUrl } from './utils/baseUrl';
11
- export { NOOP, debounce, sleep, countdownTimer, creatCancelTask, ricTask, downloadFile, getRandomItemInArray, getFullUrl, getArrayFullUrl, getGenderByIdNumber, getBirthdayByIdNumber, getMapLocationIcon, getPercentage, getLocationConfig, transformPathName, trimArray, loadCss, loadJs } from './utils/common';
11
+ 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
12
  export declare const CONSTANTS: {
13
13
  DATE_VALUE_FORMAT: Map<string, "YYYY-MM-DD" | "YYYY-MM-DD HH:mm:ss" | "YYYY-MM" | "YYYY" | "HH:mm:ss">;
14
14
  COMMON_TEXT: {
@@ -59,6 +59,7 @@ export declare const CONSTANTS: {
59
59
  readonly all: "全部";
60
60
  readonly export: "导出";
61
61
  readonly import: "导入";
62
+ readonly tip: "提示";
62
63
  readonly defaultErrorCode: "系统未知错误,请反馈给管理员";
63
64
  };
64
65
  IMAGE_TYPE: string[];
package/lib/index.js CHANGED
@@ -1 +1 @@
1
- "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const Gn=(t,i,o,s)=>(t/=s/2,t<1?o/2*t*t+i:(t--,-o/2*(t*(t-2)-1)+i)),Wn=window.requestAnimationFrame||window.webkitRequestAnimationFrame||window.mozRequestAnimationFrame||window.msRequestAnimationFrame||(t=>window.setTimeout(t,1e3/60));function Jn(t,i){if(i){document.querySelector(i).scrollTop=t;return}document.documentElement.scrollTop=t,document.body.parentNode.scrollTop=t,document.body.scrollTop=t}function Xn(t){return t?document.querySelector(t).scrollTop:document.documentElement.scrollTop||document.body.parentNode.scrollTop||document.body.scrollTop}function Kn(t){const{target:i,to:o=0,duration:s=500,callback:u}=t??{},f=Xn(i),d=o-f,a=20;let b=0;const x=function(){b+=a;const v=Gn(b,f,d,s);Jn(v,i),b<s?Wn(x):u&&u()};x()}function Qn(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 tr(){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=(d,a,b=" ")=>{if(d.length>=a)return d;const x=a-d.length;let v=Math.ceil(x/b.length);for(;v>>=1;)b+=b,v===1&&(b+=b);return b.slice(0,x)+d};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 d in f)u=new RegExp("("+d+")").exec(i),u&&(i=i.replace(u[1],u[1].length==1?f[d]:s(f[d],u[1].length,"0")));return i}function er(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 nr(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 rr(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 ir(t,i){Lt(t,i)||(t.className+=` ${i}`)}function or(t,i){if(Lt(t,i)){const o=new RegExp("(?:\\s|^)"+i+"(?:\\s|$)");t.className=t.className.replace(o," ")}}function sr(t){let i=!1;return function(...o){i||(i=!0,window.requestAnimationFrame(()=>{t.apply(this,o),i=!1}))}}function fr(t){t&&(t.oncontextmenu=()=>!1)}function cr(t){return/^(http(s)?:\/\/)/.test(t)}function ur(t){return/^(https?:|mailto:|tel:)/.test(t)}function ar(t){return Object.prototype.toString.call(t)==="[object String]"}function hr(t){return/^[+-]?(0|([1-9]\d*))(\.\d+)?$/g.test(t)}function lr(t){return!Object.keys(t).length}function dr(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 pr(t,i=8){return new RegExp(`^S*(?=S{${i}},})(?=S*d)(?=S*[A-Z])(?=S*[a-z])(?=S*[!@#$%^&*?])S*$`).test(t)}function gr(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 mr(t){return/^0\d{2,3}-?\d{7,8}$/.test(t)}function xr(t){return/^1[3-9]\d{9}$/.test(t)}const Ct=()=>{};function vr(t){return new Promise(i=>setTimeout(i,t))}function yr(t,i){return new Promise(o=>{const s=setInterval(()=>{if(t===0)return clearInterval(s),o(!0),!1;i&&i(t),t--},1e3)})}function br(t,i){const o=t.slice(),s=[];let u=o.length;const f=[];if(i>u)return null;for(;i--;){const d=Math.floor(Math.random()*u);s[i]=o[d in f?f[d]:d],f[d]=--u in f?f[u]:u}return s}function wr(t,i){let o=null;return function(...s){o!==null&&clearTimeout(o),o=setTimeout(()=>{t.apply(this,s),o=null},i)}}function Tr(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 Fr(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)}const Sr=(t="443",i="80")=>{const{protocol:o,hostname:s,port:u,pathname:f}=window.location,d=o.replace(":",""),a=u||(d==="https"?t:i),b=ue(f);return{hostname:s,protocol:d,port:a,pathname:b}},ue=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},ae=(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},Er=(t,i="")=>{typeof t=="string"&&(t=t===""?[]:t.split(","));for(const o in t)t[o]=ae(t[o],i);return t};function Br(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 _r(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 Rr(t,i){const o=document.createElement("a");o.download=i,o.href=t,o.click()}function he(t){const i=[];for(let o=0;o<t.length;o++)t[o]&&i.push(t[o]);return i}function Dr(t,i,o=!1){let s=Math.round(t/i*1e4)/100;return Number.isNaN(s)&&(s=0),o?Math.floor(s):s}function Ar(t){const i=document.createElement("link");i.rel="stylesheet",i.href=t,i.crossOrigin="anonymous",document.getElementsByTagName("head")[0].appendChild(i)}function Ir(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 Mr(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 Or=[["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"]],qr={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:"系统未知错误,请反馈给管理员"},Cr={400:"请求失败,请您稍后重试!",401:"认证失败,无法访问系统资源!",403:"当前操作没有权限!",404:"你所访问的资源不存在!",405:"请求错误,禁止访问系统资源!",408:"请求超时,请您稍后重试!",500:"服务异常!",502:"网关错误!",503:"服务不可用!",504:"网关超时!"},Pr=new Map(Or),et=qr,Lr=Cr,le=["jpg","jpeg","png","bmp","gif"],de=["mp3","mp4","webm","ogg","3gp"],pe=["doc","docx","xls","xlsx","ppt","txt","pdf","zip"],zr=[...le,...de,...pe];function Hr(t){return Lr[t]??et.defaultErrorCode}function Nr(t){return t==null?et.unfilled:(t=typeof t=="number"?`${t}`:t,t==="1"?et.yes:et.no)}function Yr(t){return t==null?et.unfilled:(t=typeof t=="number"?`${t}`:t,t==="1"?et.have:et.noHave)}function kr(t){return t?t.replace(/(\d{3})\d{4}(\d{4})/,"$1****$2"):""}function Vr(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 Ur(t){return t.replace(/( |^)[A-Z]/g,i=>i.toLowerCase())}function jr(t,i){const o=t.find(s=>s.value===i);return o?o.label:""}function Zr(t,i,o){const s=[],u=i.split(","),f=o.split(",");return Array.from(new Set(u)).forEach(a=>{const b=t.find(x=>x.value===a);b&&f.forEach(x=>{var B;const v=(B=b.children)==null?void 0:B.find(_=>_.value===x);v&&s.push(v)})}),s.map(a=>a.label).join()}function ge(t,i,o){var f;if(!i)return"";const s=i.split(","),u=o.find(d=>d.value===s[t]);return u?((f=u.children)!=null&&f.length&&ge(t+1,i,u.children),u.label):""}function Gr(t,i,o){if(!t)return"";const s=t.split(","),u=[],f=s.length-1,d=s.findIndex(a=>a===o);if(d!==-1){const a=s[f]===o;s.splice(a?0:d,a?f:1)}return s.forEach(a=>{const b=i.find(x=>x.value===a);b&&u.push(b)}),u.map(a=>a.label).join()}function Wr(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 d=`${o}[${f}]`,a=`${encodeURIComponent(d)}=`;i+=`${a+encodeURIComponent(s[f])}&`}}else i+=`${u+encodeURIComponent(s)}&`}return i}function Jr(t){return t?he(Object.keys(t).map(i=>t[i]===void 0?"":`${encodeURIComponent(i)}=${encodeURIComponent(t[i])}`)).join("&"):""}function Xr(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 d=u.substring(0,f),a=u.substring(f+1,u.length);o[d]=a}}),o}var me=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 d=f[u];o.call(s,d[1],d[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")()}(),Kr=function(){return typeof requestAnimationFrame=="function"?requestAnimationFrame.bind(vt):function(t){return setTimeout(function(){return t(Date.now())},1e3/60)}}(),Qr=2;function ti(t,i){var o=!1,s=!1,u=0;function f(){o&&(o=!1,t()),s&&a()}function d(){Kr(f)}function a(){var b=Date.now();if(o){if(b-u<Qr)return;s=!0}else o=!0,s=!1,setTimeout(d,i);u=b}return a}var ei=20,ni=["top","right","bottom","left","width","height","size","weight"],ri=typeof MutationObserver<"u",ii=function(){function t(){this.connected_=!1,this.mutationEventsAdded_=!1,this.mutationsObserver_=null,this.observers_=[],this.onTransitionEnd_=this.onTransitionEnd_.bind(this),this.refresh=ti(this.refresh.bind(this),ei)}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),ri?(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=ni.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}(),xe=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},ve=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 oi(t){for(var i=["top","right","bottom","left"],o={},s=0,u=i;s<u.length;s++){var f=u[s],d=t["padding-"+f];o[f]=yt(d)}return o}function si(t){var i=t.getBBox();return bt(0,0,i.width,i.height)}function fi(t){var i=t.clientWidth,o=t.clientHeight;if(!i&&!o)return ve;var s=st(t).getComputedStyle(t),u=oi(s),f=u.left+u.right,d=u.top+u.bottom,a=yt(s.width),b=yt(s.height);if(s.boxSizing==="border-box"&&(Math.round(a+f)!==i&&(a-=Gt(s,"left","right")+f),Math.round(b+d)!==o&&(b-=Gt(s,"top","bottom")+d)),!ui(t)){var x=Math.round(a+f)-i,v=Math.round(b+d)-o;Math.abs(x)!==1&&(a-=x),Math.abs(v)!==1&&(b-=v)}return bt(u.left,u.top,a,b)}var ci=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 ui(t){return t===st(t).document.documentElement}function ai(t){return Pt?ci(t)?si(t):fi(t):ve}function hi(t){var i=t.x,o=t.y,s=t.width,u=t.height,f=typeof DOMRectReadOnly<"u"?DOMRectReadOnly:Object,d=Object.create(f.prototype);return xe(d,{x:i,y:o,width:s,height:u,top:o,right:i+s,bottom:u+o,left:i}),d}function bt(t,i,o,s){return{x:t,y:i,width:o,height:s}}var li=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=ai(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}(),di=function(){function t(i,o){var s=hi(o);xe(this,{target:i,contentRect:s})}return t}(),pi=function(){function t(i,o,s){if(this.activeObservations_=[],this.observations_=new me,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 li(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 di(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}(),ye=typeof WeakMap<"u"?new WeakMap:new me,be=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=ii.getInstance(),s=new pi(i,o,this);ye.set(this,s)}return t}();["observe","unobserve","disconnect"].forEach(function(t){be.prototype[t]=function(){var i;return(i=ye.get(this))[t].apply(i,arguments)}});var gi=function(){return typeof vt.ResizeObserver<"u"?vt.ResizeObserver:be}();function mi(t){for(const i of t){const o=i.target.__resizeListeners__||[];o.length&&o.forEach(s=>s())}}function xi(t,i){typeof window>"u"||(t.__resizeListeners__||(t.__resizeListeners__=[],t.__ro__=new gi(mi),t.__ro__.observe(t)),t.__resizeListeners__.push(i))}function vi(t,i){!t||!t.__resizeListeners__||(t.__resizeListeners__.splice(t.__resizeListeners__.indexOf(i),1),t.__resizeListeners__.length||t.__ro__.disconnect())}var mt={exports:{}},yi=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 d(){return new f(null)}function a(e,n,r,c,m,y){for(;--y>=0;){var S=n*this[e++]+r[c]+m;m=Math.floor(S/67108864),r[c++]=S&67108863}return m}function b(e,n,r,c,m,y){for(var S=n&32767,E=n>>15;--y>=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,y){for(var S=n&16383,E=n>>14;--y>=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=b,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 l(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=d();return n.fromInt(e),n}function h(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,y=0;--c>=0;){var S=r==8?e[c]&255:w(e,c);if(S<0){e.charAt(c)=="-"&&(m=!0);continue}m=!1,y==0?this[this.t++]=S:y+r>this.DB?(this[this.t-1]|=(S&(1<<this.DB-y)-1)<<y,this[this.t++]=S>>this.DB-y):this[this.t-1]|=S<<y,y+=r,y>=this.DB&&(y-=this.DB)}r==8&&(e[0]&128)!=0&&(this.s=-1,y>0&&(this[this.t-1]|=(1<<this.DB-y)-1<<y)),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,y="",S=this.t,E=this.DB-S*this.DB%n;if(S-- >0)for(E<this.DB&&(c=this[S]>>E)>0&&(m=!0,y=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&&(y+=p(c));return m?y:"0"}function O(){var e=d();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 $(e,n){var r=e%this.DB,c=this.DB-r,m=(1<<c)-1,y=Math.floor(e/this.DB),S=this.s<<r&this.DM,E;for(E=this.t-1;E>=0;--E)n[E+y+1]=this[E]>>c|S,S=(this[E]&m)<<r;for(E=y-1;E>=0;--E)n[E]=0;n[y]=S,n.t=this.t+y+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,y=(1<<c)-1;n[0]=this[r]>>c;for(var S=r+1;S<this.t;++S)n[S-r-1]|=(this[S]&y)<<m,n[S-r]=this[S]>>c;c>0&&(n[this.t-r-1]|=(this.s&y)<<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=d());var y=d(),S=this.s,E=e.s,N=this.DB-D(c[c.t-1]);N>0?(c.lShiftTo(N,y),m.lShiftTo(N,r)):(c.copyTo(y),m.copyTo(r));var k=y.t,Z=y[k-1];if(Z!=0){var j=Z*(1<<this.F1)+(k>1?y[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??d();for(y.dlShiftTo(pt,tt),r.compareTo(tt)>=0&&(r[r.t++]=1,r.subTo(tt,r)),f.ONE.dlShiftTo(k,tt),tt.subTo(y,y);y.t<k;)y[y.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]+=y.am(0,Et,r,pt,0,k))<Et)for(y.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=d();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 Fe(e){return e.s<0||e.compareTo(this.m)>=0?e.mod(this.m):e}function Se(e){return e}function Ee(e){e.divRemTo(this.m,null,e)}function Be(e,n,r){e.multiplyTo(n,r),this.reduce(r)}function _e(e,n){e.squareTo(n),this.reduce(n)}I.prototype.convert=Fe,I.prototype.revert=Se,I.prototype.reduce=Ee,I.prototype.mulTo=Be,I.prototype.sqrTo=_e;function Re(){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 De(e){var n=d();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 Ae(e){var n=d();return e.copyTo(n),this.reduce(n),n}function Ie(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 Me(e,n){e.squareTo(n),this.reduce(n)}function Oe(e,n,r){e.multiplyTo(n,r),this.reduce(r)}nt.prototype.convert=De,nt.prototype.revert=Ae,nt.prototype.reduce=Ie,nt.prototype.mulTo=Oe,nt.prototype.sqrTo=Me;function qe(){return(this.t>0?this[0]&1:this.s)==0}function Ce(e,n){if(e>4294967295||e<1)return f.ONE;var r=d(),c=d(),m=n.convert(this),y=D(e)-1;for(m.copyTo(r);--y>=0;)if(n.sqrTo(r,c),(e&1<<y)>0)n.mulTo(c,m,r);else{var S=r;r=c,c=S}return n.revert(r)}function Pe(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=l,f.prototype.fromString=h,f.prototype.clamp=F,f.prototype.dlShiftTo=L,f.prototype.drShiftTo=H,f.prototype.lShiftTo=$,f.prototype.rShiftTo=K,f.prototype.subTo=G,f.prototype.multiplyTo=ot,f.prototype.squareTo=ut,f.prototype.divRemTo=at,f.prototype.invDigit=Re,f.prototype.isEven=qe,f.prototype.exp=Ce,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=Pe,f.ZERO=T(0),f.ONE=T(1);function Le(){var e=d();return this.copyTo(e),e}function ze(){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 He(){return this.t==0?this.s:this[0]<<24>>24}function Ne(){return this.t==0?this.s:this[0]<<16>>16}function Ye(e){return Math.floor(Math.LN2*this.DB/Math.log(e))}function ke(){return this.s<0?-1:this.t<=0||this.t==1&&this[0]<=0?0:1}function Ve(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=d(),y=d(),S="";for(this.divRemTo(c,m,y);m.signum()>0;)S=(r+y.intValue()).toString(e).substr(1)+S,m.divRemTo(c,m,y);return y.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,y=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,++y>=r&&(this.dMultiply(c),this.dAddOffset(S,0),y=0,S=0)}y>0&&(this.dMultiply(Math.pow(n,y)),this.dAddOffset(S,0)),m&&f.ZERO.subTo(this,this)}function Ue(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 je(){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 Ze(e){return this.compareTo(e)==0}function Ge(e){return this.compareTo(e)<0?this:e}function We(e){return this.compareTo(e)>0?this:e}function Je(e,n,r){var c,m,y=Math.min(e.t,this.t);for(c=0;c<y;++c)r[c]=n(this[c],e[c]);if(e.t<this.t){for(m=e.s&this.DM,c=y;c<this.t;++c)r[c]=n(this[c],m);r.t=this.t}else{for(m=this.s&this.DM,c=y;c<e.t;++c)r[c]=n(m,e[c]);r.t=e.t}r.s=n(this.s,e.s),r.clamp()}function Xe(e,n){return e&n}function Ke(e){var n=d();return this.bitwiseTo(e,Xe,n),n}function Tt(e,n){return e|n}function Qe(e){var n=d();return this.bitwiseTo(e,Tt,n),n}function Yt(e,n){return e^n}function tn(e){var n=d();return this.bitwiseTo(e,Yt,n),n}function kt(e,n){return e&~n}function en(e){var n=d();return this.bitwiseTo(e,kt,n),n}function nn(){for(var e=d(),n=0;n<this.t;++n)e[n]=this.DM&~this[n];return e.t=this.t,e.s=~this.s,e}function rn(e){var n=d();return e<0?this.rShiftTo(-e,n):this.lShiftTo(e,n),n}function on(e){var n=d();return e<0?this.lShiftTo(-e,n):this.rShiftTo(e,n),n}function sn(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 fn(){for(var e=0;e<this.t;++e)if(this[e]!=0)return e*this.DB+sn(this[e]);return this.s<0?this.t*this.DB:-1}function cn(e){for(var n=0;e!=0;)e&=e-1,++n;return n}function un(){for(var e=0,n=this.s&this.DM,r=0;r<this.t;++r)e+=cn(this[r]^n);return e}function an(e){var n=Math.floor(e/this.DB);return n>=this.t?this.s!=0:(this[n]&1<<e%this.DB)!=0}function hn(e,n){var r=f.ONE.shiftLeft(e);return this.bitwiseTo(r,n,r),r}function ln(e){return this.changeBit(e,Tt)}function dn(e){return this.changeBit(e,kt)}function pn(e){return this.changeBit(e,Yt)}function gn(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 mn(e){var n=d();return this.addTo(e,n),n}function xn(e){var n=d();return this.subTo(e,n),n}function vn(e){var n=d();return this.multiplyTo(e,n),n}function yn(){var e=d();return this.squareTo(e),e}function bn(e){var n=d();return this.divRemTo(e,n,null),n}function wn(e){var n=d();return this.divRemTo(e,null,n),n}function Tn(e){var n=d(),r=d();return this.divRemTo(e,n,r),new Array(n,r)}function Fn(e){this[this.t]=this.am(0,e-1,this,0,0,this.t),++this.t,this.clamp()}function Sn(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 En(e,n,r){e.multiplyTo(n,r)}function Bn(e,n){e.squareTo(n)}ft.prototype.convert=Vt,ft.prototype.revert=Vt,ft.prototype.mulTo=En,ft.prototype.sqrTo=Bn;function _n(e){return this.exp(e,new ft)}function Rn(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 Dn(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=d(),this.q3=d(),f.ONE.dlShiftTo(2*e.t,this.r2),this.mu=this.r2.divide(e),this.m=e}function An(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=d();return e.copyTo(n),this.reduce(n),n}function In(e){return e}function Mn(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 On(e,n){e.squareTo(n),this.reduce(n)}function qn(e,n,r){e.multiplyTo(n,r),this.reduce(r)}rt.prototype.convert=An,rt.prototype.revert=In,rt.prototype.reduce=Mn,rt.prototype.mulTo=qn,rt.prototype.sqrTo=On;function Cn(e,n){var r=e.bitLength(),c,m=T(1),y;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?y=new I(n):n.isEven()?y=new rt(n):y=new nt(n);var S=new Array,E=3,N=c-1,k=(1<<c)-1;if(S[1]=y.convert(this),c>1){var Z=d();for(y.sqrTo(S[1],Z);E<=k;)S[E]=d(),y.mulTo(Z,S[E-2],S[E]),E+=2}var j=e.t-1,Q,dt=!0,J=d(),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;)y.sqrTo(m,J),y.sqrTo(J,m),E-=2;E>0?y.sqrTo(m,J):(X=m,m=J,J=X),y.mulTo(J,S[Q],m)}for(;j>=0&&(e[j]&1<<r)==0;)y.sqrTo(m,J),X=m,m=J,J=X,--r<0&&(r=this.DB-1,--j)}return y.revert(m)}function Pn(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(),y=r.getLowestSetBit();if(y<0)return n;for(m<y&&(y=m),y>0&&(n.rShiftTo(y,n),r.rShiftTo(y,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 y>0&&r.lShiftTo(y,r),r}function Ln(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 zn(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),y=T(0),S=T(0),E=T(1);r.signum()!=0;){for(;r.isEven();)r.rShiftTo(1,r),n?((!m.isEven()||!y.isEven())&&(m.addTo(this,m),y.subTo(e,y)),m.rShiftTo(1,m)):y.isEven()||y.subTo(e,y),y.rShiftTo(1,y);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),y.subTo(E,y)):(c.subTo(r,c),n&&S.subTo(m,S),E.subTo(y,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],Hn=(1<<26)/V[V.length-1];function Nn(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<Hn;)c*=V[m++];for(c=r.modInt(c);n<m;)if(c%V[n++]==0)return!1}return r.millerRabin(e)}function Yn(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=d(),y=0;y<e;++y){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=Ye,f.prototype.toRadix=Ve,f.prototype.fromRadix=$e,f.prototype.fromNumber=Ue,f.prototype.bitwiseTo=Je,f.prototype.changeBit=hn,f.prototype.addTo=gn,f.prototype.dMultiply=Fn,f.prototype.dAddOffset=Sn,f.prototype.multiplyLowerTo=Rn,f.prototype.multiplyUpperTo=Dn,f.prototype.modInt=Ln,f.prototype.millerRabin=Yn,f.prototype.clone=Le,f.prototype.intValue=ze,f.prototype.byteValue=He,f.prototype.shortValue=Ne,f.prototype.signum=ke,f.prototype.toByteArray=je,f.prototype.equals=Ze,f.prototype.min=Ge,f.prototype.max=We,f.prototype.and=Ke,f.prototype.or=Qe,f.prototype.xor=tn,f.prototype.andNot=en,f.prototype.not=nn,f.prototype.shiftLeft=rn,f.prototype.shiftRight=on,f.prototype.getLowestSetBit=fn,f.prototype.bitCount=un,f.prototype.testBit=an,f.prototype.setBit=ln,f.prototype.clearBit=dn,f.prototype.flipBit=pn,f.prototype.add=mn,f.prototype.subtract=xn,f.prototype.multiply=vn,f.prototype.divide=bn,f.prototype.remainder=wn,f.prototype.divideAndRemainder=Tn,f.prototype.modPow=Cn,f.prototype.modInverse=zn,f.prototype.pow=_n,f.prototype.gcd=Pn,f.prototype.isProbablePrime=Nn,f.prototype.square=yn,f.prototype.Barrett=rt;var lt,U,Y;function kn(e){U[Y++]^=e&255,U[Y++]^=e>>8&255,U[Y++]^=e>>16&255,U[Y++]^=e>>24&255,Y>=St&&(Y-=St)}function $t(){kn(new Date().getTime())}if(U==null){U=new Array,Y=0;var W;if(typeof window<"u"&&window.crypto){if(window.crypto.getRandomValues){var Ut=new Uint8Array(32);for(window.crypto.getRandomValues(Ut),W=0;W<32;++W)U[Y++]=Ut[W]}else if(navigator.appName=="Netscape"&&navigator.appVersion<"5"){var jt=window.crypto.random(32);for(W=0;W<jt.length;++W)U[Y++]=jt.charCodeAt(W)&255}}for(;Y<St;)W=Math.floor(65536*Math.random()),U[Y++]=W>>>8,U[Y++]=W&255;Y=0,$t()}function Vn(){if(lt==null){for($t(),lt=Zn(),lt.init(U),Y=0;Y<U.length;++Y)U[Y]=0;Y=0}return lt.next()}function $n(e){var n;for(n=0;n<e.length;++n)e[n]=Vn()}function Zt(){}Zt.prototype.nextBytes=$n;function Ft(){this.i=0,this.j=0,this.S=new Array}function Un(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 jn(){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=Un,Ft.prototype.next=jn;function Zn(){return new Ft}var St=256;t.exports={default:f,BigInteger:f,SecureRandom:Zt}}).call(yi)}(mt)),mt.exports}var Bt,Jt;function bi(){if(Jt)return Bt;Jt=1;const{BigInteger:t}=wt();function i(b){let x=b.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(b).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(b,x){return+b[x+2]<8?1:+b.substr(x+2,2)&128}function d(b,x){const v=f(b,x),B=b.substr(x+2,v*2);return B?(+B[0]<8?new t(B,16):new t(B.substr(2),16)).intValue():-1}function a(b,x){const v=f(b,x);return x+(v+1)*2}return Bt={encodeDer(b,x){const v=new s(b),B=new s(x);return new u([v,B]).getEncodedHex()},decodeDer(b){const x=a(b,0),v=a(b,x),B=d(b,x),_=b.substr(v,B*2),M=v+_.length,R=a(b,M),q=d(b,M),p=b.substr(R,q*2),w=new t(_,16),g=new t(p,16);return{r:w,s:g}}},Bt}var _t,Xt;function wi(){if(Xt)return _t;Xt=1;const{BigInteger:t}=wt(),i=new t("2"),o=new t("3");class s{constructor(a,b){this.x=b,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,b,x,v){this.curve=a,this.x=b,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 b=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=b.multiply(M).mod(R),p=B.multiply(v).mod(R),w=q.subtract(p),g=x.multiply(M).mod(R),l=_.multiply(v).mod(R),T=g.subtract(l);if(t.ZERO.equals(w))return t.ZERO.equals(T)?this.twice():this.curve.infinity;const h=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(h.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(),b=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=b.shiftLeft(1).multiply(x).mod(v),R=b.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),l=_.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(l),T)}multiply(a){if(this.isInfinity())return this;if(!a.signum())return this.curve.infinity;const b=a.multiply(o),x=this.negate();let v=this;for(let B=b.bitLength()-2;B>0;B--){v=v.twice();const _=b.testBit(B),M=a.testBit(B);_!==M&&(v=v.add(_?this:x))}return v}}class f{constructor(a,b,x){this.q=a,this.a=this.fromBigInteger(b),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 b=this.fromBigInteger(new t(a.substr(2),16));let x=this.fromBigInteger(b.multiply(b.square()).add(b.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,b,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 Ti(){if(Kt)return Rt;Kt=1;const{BigInteger:t,SecureRandom:i}=wt(),{ECCurveFp:o}=wi(),s=new i,{curve:u,G:f,n:d}=b();function a(){return u}function b(){const g=new t("FFFFFFFEFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF00000000FFFFFFFFFFFFFFFF",16),l=new t("FFFFFFFEFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF00000000FFFFFFFFFFFFFFFC",16),T=new t("28E9FA9E9D9F5E344D5A9E4BCF6509A7F39789F515AB8F92DDBCBD414D940E93",16),h=new o(g,l,T),O=h.decodePointHex("04"+"32C4AE2C1F1981195F9904466A39C9948FE30BBFF2660BE1715A4589334C74C7"+"BC3736A2F4F6779C59BDCEE36B692153D0A9877CC62A474002DF32E52139F0A0"),C=new t("FFFFFFFEFFFFFFFFFFFFFFFFFFFFFFFF7203DF6B21C6052B53BBF40939D54123",16);return{curve:h,G:O,n:C}}function x(g,l,T){const F=(g?new t(g,l,T):new t(d.bitLength(),s)).mod(d.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 l=(g.length-2)/2,T=g.substr(2,l),h=new t(g.substr(l+2,l),16);let F="03";return h.mod(new t("2")).equals(t.ZERO)&&(F="02"),F+T}function B(g){g=unescape(encodeURIComponent(g));const l=g.length,T=[];for(let F=0;F<l;F++)T[F>>>2]|=(g.charCodeAt(F)&255)<<24-F%4*8;const h=[];for(let F=0;F<l;F++){const A=T[F>>>2]>>>24-F%4*8&255;h.push((A>>>4).toString(16)),h.push((A&15).toString(16))}return h.join("")}function _(g,l){return g.length>=l?g:new Array(l-g.length+1).join("0")+g}function M(g){return g.map(l=>(l=l.toString(16),l.length===1?"0"+l:l)).join("")}function R(g){const l=[];let T=0;for(let h=0;h<g.length*2;h+=2)l[h>>>3]|=parseInt(g[T],10)<<24-h%8*4,T++;try{const h=[];for(let F=0;F<g.length;F++){const A=l[F>>>2]>>>24-F%4*8&255;h.push(String.fromCharCode(A))}return decodeURIComponent(escape(h.join("")))}catch{throw new Error("Malformed UTF-8 data")}}function q(g){const l=[];let T=g.length;T%2!==0&&(g=_(g,T+1)),T=g.length;for(let h=0;h<T;h+=2)l.push(parseInt(g.substr(h,2),16));return l}function p(g){const l=u.decodePointHex(g);if(!l)return!1;const T=l.getX();return l.getY().square().equals(T.multiply(T.square()).add(T.multiply(u.a)).add(u.b))}function w(g,l){const T=u.decodePointHex(g);if(!T)return!1;const h=u.decodePointHex(l);return h?T.equals(h):!1}return Rt={getGlobalCurve:a,generateEcparam:b,generateKeyPairHex:x,compressPublicKeyHex:v,utf8ToHex:B,leftPad:_,arrayToHex:M,arrayToUtf8:R,hexToArray:q,verifyPublicKey:p,comparePublicKeyHex:w},Rt}var Dt,Qt;function we(){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 d(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 h=0,F=R.length;h<F;h++)R[h]=0;for(let h=0,F=q.length;h<F;h++)q[h]=0;_=_.toString(2);for(let h=7;h>=0;h--)if(_.length>8){const F=_.length-8;q[h]=parseInt(_.substr(F),2),_=_.substr(0,F)}else _.length>0&&(q[h]=parseInt(_,2),_="");const p=new Uint8Array([...B,128,...R,...q]),w=new DataView(p.buffer,0),g=p.length/64,l=new Uint32Array([1937774191,1226093241,388252375,3666478592,2842636476,372324522,3817729613,2969243214]);for(let h=0;h<g;h++){t.fill(0),i.fill(0);const F=16*h;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=l[0],z=l[1],D=l[2],P=l[3],L=l[4],H=l[5],$=l[6],K=l[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^$:L&H|~L&$)+K+G+t[I],P=D,D=o(z,9),z=C,C=ut,K=$,$=o(H,19),H=L,L=u(at);l[0]^=C,l[1]^=z,l[2]^=D,l[3]^=P,l[4]^=L,l[5]^=H,l[6]^=$,l[7]^=K}const T=[];for(let h=0,F=l.length;h<F;h++){const A=l[h];T.push((A&4278190080)>>>24,(A&16711680)>>>16,(A&65280)>>>8,A&255)}return T}const a=64,b=new Uint8Array(a),x=new Uint8Array(a);for(let B=0;B<a;B++)b[B]=54,x[B]=92;function v(B,_){for(_.length>a&&(_=d(_));_.length<a;)_.push(0);const M=s(_,b),R=s(_,x),q=d([...M,...B]);return d([...R,...q])}return Dt={sm3:d,hmac:v},Dt}var At,te;function Fi(){if(te)return At;te=1;const{BigInteger:t}=wt(),{encodeDer:i,decodeDer:o}=bi(),s=Ti(),u=we().sm3,{G:f,curve:d,n:a}=s.generateEcparam(),b=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 l=s.generateKeyPairHex(),T=new t(l.privateKey,16);let h=l.publicKey;h.length>128&&(h=h.substr(h.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 $=s.arrayToHex(p);return g===b?h+$+C:h+C+$}function v(p,w,g=1,{output:l="string"}={}){w=new t(w,16);let T=p.substr(128,64),h=p.substr(192);g===b&&(T=p.substr(p.length-64),h=p.substr(128,p.length-128-64));const F=s.hexToArray(h),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),$=()=>{L=u([...H,D>>24&255,D>>16&255,D>>8&255,D&255]),D++,P=0};$();for(let G=0,ot=F.length;G<ot;G++)P===L.length&&$(),F[G]^=L[P++]&255;return s.arrayToHex(u([].concat(C,F,z)))===T.toLowerCase()?l==="array"?F:s.arrayToUtf8(F):l==="array"?[]:""}function B(p,w,{pointPool:g,der:l,hash:T,publicKey:h,userId:F}={}){let A=typeof p=="string"?s.utf8ToHex(p):s.arrayToHex(p);T&&(h=h||R(w),A=M(A,h,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 l?i(D,P):s.leftPad(D.toString(16),64)+s.leftPad(P.toString(16),64)}function _(p,w,g,{der:l,hash:T,userId:h}={}){let F=typeof p=="string"?s.utf8ToHex(p):s.arrayToHex(p);T&&(F=M(F,g,h));let A,O;if(l){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=d.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 l=s.leftPad(f.curve.a.toBigInteger().toRadix(16),64),T=s.leftPad(f.curve.b.toBigInteger().toRadix(16),64),h=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+l+T+h+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),l=s.leftPad(w.getY().toBigInteger().toString(16),64);return"04"+g+l}function q(){const p=s.generateKeyPairHex(),w=d.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 Si(){if(ee)return It;ee=1;const{sm3:t,hmac:i}=we();function o(d,a){return d.length>=a?d:new Array(a-d.length+1).join("0")+d}function s(d){return d.map(a=>(a=a.toString(16),a.length===1?"0"+a:a)).join("")}function u(d){const a=[];let b=d.length;b%2!==0&&(d=o(d,b+1)),b=d.length;for(let x=0;x<b;x+=2)a.push(parseInt(d.substr(x,2),16));return a}function f(d){const a=[];for(let b=0,x=d.length;b<x;b++){const v=d.codePointAt(b);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)b++,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(d,a){if(d=typeof d=="string"?f(d):Array.prototype.slice.call(d),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(d,x))}return s(t(d))},It}var Mt,ne;function Ei(){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,l=p.length;g<l;g+=2)w.push(parseInt(p.substr(g,2),16));return w}function d(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,l=p.length;g<l;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 b(p){const w=[];for(let g=0,l=p.length;g<l;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 l=new Array(4),T=new Array(4);for(let h=0;h<4;h++)T[0]=p[4*h]&255,T[1]=p[4*h+1]&255,T[2]=p[4*h+2]&255,T[3]=p[4*h+3]&255,l[h]=T[0]<<24|T[1]<<16|T[2]<<8|T[3];for(let h=0,F;h<32;h+=4)F=l[1]^l[2]^l[3]^g[h+0],l[0]^=B(v(F)),F=l[2]^l[3]^l[0]^g[h+1],l[1]^=B(v(F)),F=l[3]^l[0]^l[1]^g[h+2],l[2]^=B(v(F)),F=l[0]^l[1]^l[2]^g[h+3],l[3]^=B(v(F));for(let h=0;h<16;h+=4)w[h]=l[3-h/4]>>>24&255,w[h+1]=l[3-h/4]>>>16&255,w[h+2]=l[3-h/4]>>>8&255,w[h+3]=l[3-h/4]&255}function R(p,w,g){const l=new Array(4),T=new Array(4);for(let h=0;h<4;h++)T[0]=p[0+4*h]&255,T[1]=p[1+4*h]&255,T[2]=p[2+4*h]&255,T[3]=p[3+4*h]&255,l[h]=T[0]<<24|T[1]<<16|T[2]<<8|T[3];l[0]^=2746333894,l[1]^=1453994832,l[2]^=1736282519,l[3]^=2993693404;for(let h=0,F;h<32;h+=4)F=l[1]^l[2]^l[3]^u[h+0],w[h+0]=l[0]^=_(v(F)),F=l[2]^l[3]^l[0]^u[h+1],w[h+1]=l[1]^=_(v(F)),F=l[3]^l[0]^l[1]^u[h+2],w[h+2]=l[2]^=_(v(F)),F=l[0]^l[1]^l[2]^u[h+3],w[h+3]=l[3]^=_(v(F));if(g===t)for(let h=0,F;h<16;h++)F=w[h],w[h]=w[31-h],w[31-h]=F}function q(p,w,g,{padding:l="pkcs#7",mode:T,iv:h=[],output:F="string"}={}){if(T==="cbc"&&(typeof h=="string"&&(h=f(h)),h.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],(l==="pkcs#5"||l==="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=h,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((l==="pkcs#5"||l==="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?d(O):b(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 Bi(){return re||(re=1,Ot={sm2:Fi(),sm3:Si(),sm4:Ei()}),Ot}var Te=Bi();const Ht=Te.sm2,Nt=Te.sm4,_i=(t,i,o="04")=>o+Ht.doEncrypt(t,i),Ri=(t,i,o="04")=>Ht.doDecrypt(t.startsWith(o)?t.slice(2):t,i),Di=(t,i)=>Nt.encrypt(t,i),Ai=(t,i)=>Nt.decrypt(t,i);let ct=[],Ii={consecutiveFrames:0,lastBlinkTime:0},Mi={consecutiveFrames:0,lastBlinkTime:0};const Oi=new Map([["nod",[ki,30,100]],["shake",[Yi,7,100]],["mouth",[Ni,.35,100]],["eye",[Hi,.3,100]]]),qi=["nod","shake","mouth","eye"],Ci={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*Pi(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 Li(t){const i=ie(gt(t[13]),gt(t[19])),o=ie(gt(t[0]),gt(t[6]));return i/o}function zi(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 Hi(t,i){const o=Date.now(),s=se(oe(t.getLeftEye()),i,Ii,o),u=se(oe(t.getRightEye()),i,Mi,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 Ni(t,i){return Li(t.getMouth())>i}function Yi(t,i){const o=zi(t);return Math.abs(o)>i}function ki(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 Vi(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(d=>{const a=new FileReader;a.onload=()=>s(a.result),a.readAsArrayBuffer(d)},"image/png",o):s(u.toDataURL("image/png",o))})}async function $i(t,i,o,s=5){const[u,f,d]=Oi.get(o);if(!u)return!1;const a=[],b=Pi(t,i,s,d);for(const x of b){const v=await x;if(!v)continue;const B=u(v.landmarks,f);a.push(B)}return a.includes(!0)}let it=null;function Ui(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 ji={DATE_VALUE_FORMAT:Pr,COMMON_TEXT:et,IMAGE_TYPE:le,MEDIA_TYPE:de,DOC_TYPE:pe,FILE_TYPE:zr},Zi={encodeURIToParams:Wr,paramsToQueryString:Jr,queryStringToParams:Xr,errorCodeToString:Hr,YNToString:Nr,HNToString:Yr,valueToLabel:jr,chargeToLabel:Zr,cascaderToLabel:ge,multipleSelectToLabel:Gr,phoneToAsterisk:kr,idNumberToAsterisk:Vr,firstLetterToUpperCase:$r,firstLetterToLowerCase:Ur},Gi={validHttp:cr,validExternal:ur,validString:ar,validNumberStr:hr,validEmptyObject:lr,validURL:dr,validPassword:pr,validEmail:gr,validIdNumber:zt,validPhone:xr,validTel:mr},Wi={scrollTo:Kn,addClass:ir,removeClass:or,hasClass:Lt,toggleClass:rr,noContextmenu:fr,useRafThrottle:sr},Ji={parseTime:xt,getTimeDistance:er,getDayRange:nr},Xi={local:ce,session:fe},Ki={uuid:tr,randomNum:Qn};exports.CONSTANTS=ji;exports.NOOP=Ct;exports.addResizeListener=xi;exports.cacheUtil=Xi;exports.countdownTimer=yr;exports.creatCancelTask=_r;exports.dateUtil=Ji;exports.debounce=wr;exports.downloadFile=Rr;exports.elementUtil=Wi;exports.faceLivingEvent=qi;exports.faceLivingEventHint=Ci;exports.getArrayFullUrl=Er;exports.getBirthdayByIdNumber=Fr;exports.getFaceGestureResult=$i;exports.getFaceVideoFrame=Vi;exports.getFullUrl=ae;exports.getGenderByIdNumber=Tr;exports.getLocationConfig=Sr;exports.getMapLocationIcon=Mr;exports.getPercentage=Dr;exports.getRandomItemInArray=br;exports.getRequestBaseUrl=Ui;exports.loadCss=Ar;exports.loadJs=Ir;exports.randomUtil=Ki;exports.removeResizeListener=vi;exports.ricTask=Br;exports.sleep=vr;exports.sm2Crypto=Ht;exports.sm2Decrypt=Ri;exports.sm2Encrypt=_i;exports.sm4Crypto=Nt;exports.sm4Decrypt=Ai;exports.sm4Encrypt=Di;exports.toUtil=Zi;exports.transformPathName=ue;exports.trimArray=he;exports.validUtil=Gi;
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:"导入",tip:"提示",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;