@fast-china/utils 2.0.2 → 2.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +24 -0
- package/README.md +11 -1
- package/README.zh.md +12 -2
- package/dist/base64/index.d.mts +2 -2
- package/dist/base64/index.mjs +8 -7
- package/dist/base64/index.mjs.map +1 -1
- package/dist/crypto/index.d.mts +7 -6
- package/dist/crypto/index.mjs +15 -24
- package/dist/crypto/index.mjs.map +1 -1
- package/dist/env/index.d.mts +2 -2
- package/dist/env/index.mjs +12 -10
- package/dist/env/index.mjs.map +1 -1
- package/dist/identity/index.d.mts +6 -6
- package/dist/identity/index.mjs +4 -4
- package/dist/identity/index.mjs.map +1 -1
- package/dist/index.d.mts +3 -3
- package/dist/index.global.min.js +2 -2
- package/dist/index.global.min.js.map +1 -1
- package/dist/index.mjs +3 -3
- package/dist/internal/text.mjs +2 -3
- package/dist/internal/text.mjs.map +1 -1
- package/dist/logger/index.mjs +1 -2
- package/dist/logger/index.mjs.map +1 -1
- package/dist/number/index.d.mts +6 -5
- package/dist/number/index.mjs +10 -9
- package/dist/number/index.mjs.map +1 -1
- package/dist/storage/index.mjs +2 -3
- package/dist/storage/index.mjs.map +1 -1
- package/dist/string/index.d.mts +18 -6
- package/dist/string/index.mjs +77 -24
- package/dist/string/index.mjs.map +1 -1
- package/docs/API.md +30 -16
- package/docs/API.zh-CN.md +21 -7
- package/docs/RUNTIME_CONTRACT.md +2 -2
- package/package.json +1 -1
package/dist/index.global.min.js
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
var FastUtils=(function(e,t){Object.defineProperty(e,Symbol.toStringTag,{value:`Module`});var n=Object.create,r=Object.defineProperty,i=Object.getOwnPropertyDescriptor,a=Object.getOwnPropertyNames,o=Object.getPrototypeOf,s=Object.prototype.hasOwnProperty,c=(e,t)=>()=>(t||(e((t={exports:{}}).exports,t),e=null),t.exports),l=(e,t,n,o)=>{if(t&&typeof t==`object`||typeof t==`function`)for(var c=a(t),l=0,u=c.length,d;l<u;l++)d=c[l],!s.call(e,d)&&d!==n&&r(e,d,{get:(e=>t[e]).bind(null,d),enumerable:!(o=i(t,d))||o.enumerable});return e},u=(e,t,i)=>(i=e==null?{}:n(o(e)),l(t||!e||!e.__esModule||!s.call(e,`default`)?r(i,`default`,{value:e,enumerable:!0}):i,e));function d(e,t){if(!Number.isSafeInteger(t)||t<=0)throw RangeError(`size must be a positive safe integer.`);let n=[];for(let r=0;r<e.length;r+=t)n.push(e.slice(r,r+t));return n}function f(e){return e.filter(e=>e!=null)}function p(e){let t=[],n=new Set;for(let r=0;r<e.length;r+=1){if(!(r in e))continue;let i=e[r];n.has(i)||(n.add(i),t.push(i))}return t}function m(e,t){let n=new Set,r=[];for(let i=0;i<e.length;i+=1){let a=e[i];if(a===void 0&&!(i in e))continue;let o=t(a,i);n.has(o)||(n.add(o),r.push(a))}return r}function h(e,t){let n=new Map;return e.forEach((e,r)=>{let i=t(e,r),a=n.get(i);a===void 0?n.set(i,[e]):a.push(e)}),n}function g(e,t){let n=[],r=[];return e.forEach((e,i)=>(t(e,i)?n:r).push(e)),[n,r]}function _(e,t){let n=new Set(p(t));return p(e).filter(e=>!n.has(e))}function v(e,t){let n=new Set(p(t));return p(e).filter(e=>n.has(e))}function y(e,t){let n=new Set;for(let r=0;r<e.length;r+=1){let i=e[r];if(i===void 0&&!(r in e))continue;let a=t(i,r);if(n.has(a))return!0;n.add(a)}return!1}function b(e,t){let n,r=!1;for(let i=0;i<e.length;i+=1){let a=e[i];if(a===void 0&&!(i in e))continue;let o=t(a,i);if(!r){n=o,r=!0;continue}if(!(n===o||Number.isNaN(n)&&Number.isNaN(o)))return!1}return!0}let x=2147483647,S=e=>{let t=Error(`The operation was aborted.`,{cause:e.reason});return t.name=`AbortError`,t},C=e=>{if(e?.aborted)throw S(e)},w=(e,t=`milliseconds`)=>{if(!Number.isFinite(e)||e<0||e>x)throw RangeError(`${t} must be a finite number from 0 through ${x}.`);return e};function T(e,t={}){let n=w(e),r=t.signal;return C(r),new Promise((e,t)=>{let i=()=>{r!==void 0&&(clearTimeout(a),t(S(r)))},a=setTimeout(()=>{r?.removeEventListener(`abort`,i),e()},n);r?.addEventListener(`abort`,i,{once:!0})})}function E(e,t,n={}){let r=w(t,`timeoutMs`),i=n.signal;return C(i),new Promise((t,a)=>{let o=!1,s=()=>{clearTimeout(u),i?.removeEventListener(`abort`,l)},c=e=>{o||(o=!0,s(),e())},l=()=>{i!==void 0&&c(()=>{a(S(i))})},u=setTimeout(()=>{c(()=>{a(Error(n.message??`The operation exceeded ${r} ms.`))})},r);i?.addEventListener(`abort`,l,{once:!0}),Promise.resolve(e).then(e=>{c(()=>{t(e)})},e=>{c(()=>{a(e)})})})}async function D(e,t={}){let n=t.attempts??3,r=w(t.delayMs??200,`delayMs`),i=w(t.maxDelayMs??3e4,`maxDelayMs`),a=t.factor??2;if(!Number.isSafeInteger(n)||n<=0)throw RangeError(`attempts must be a positive safe integer.`);if(!Number.isFinite(a)||a<1)throw RangeError(`factor must be a finite number greater than or equal to 1.`);for(let o=1;o<=n;o+=1){C(t.signal);let s=t.signal===void 0?{attempt:o}:{attempt:o,signal:t.signal};try{return await e(s)}catch(e){if(o===n||t.shouldRetry!==void 0&&!await t.shouldRetry(e,s))throw e;await T(r===0?0:Math.min(r*a**(o-1),i),t.signal===void 0?{}:{signal:t.signal})}}throw Error(`Retry finished without a result.`)}async function O(e,t,n,r={}){if(!Number.isSafeInteger(t)||t<=0)throw RangeError(`concurrency must be a positive safe integer.`);C(r.signal);let i=Array(e.length),a=0,o=!1,s=async()=>{for(;!o;){C(r.signal);let t=a;if(t>=e.length)return;if(a+=1,t in e)try{i[t]=await n(e[t],t,r.signal)}catch(e){throw o=!0,e}}},c=Math.min(t,e.length);return await Promise.all(Array.from({length:c},()=>s())),i}function k(e,t=300){let n=w(t,`delayMs`),r,i,a=[],o=async()=>{let t=i;if(t===void 0)throw Error(`No debounced invocation is pending.`);i=void 0,r=void 0;let n=a;a=[];try{let r=await e(...t);return n.forEach(e=>{e.resolve(r)}),r}catch(e){throw n.forEach(t=>{t.reject(e)}),e}},s=(...e)=>(i=e,r!==void 0&&clearTimeout(r),r=setTimeout(()=>{o().catch(()=>void 0)},n),new Promise((e,t)=>a.push({reject:t,resolve:e})));return s.cancel=e=>{r!==void 0&&clearTimeout(r),r=void 0,i=void 0;let t=e??Error(`The debounced invocation was cancelled.`);a.forEach(e=>{e.reject(t)}),a=[]},s.flush=()=>{if(r!==void 0)return clearTimeout(r),o()},s.pending=()=>r!==void 0,s}function A(e,t=300){let n=w(t,`delayMs`),r,i,a=!1,o=!1,s=()=>{!a&&o&&(i=void 0)},c=(...t)=>{if(i!==void 0)return i;a=!0,o=!1;let c;try{c=Promise.resolve(e(...t))}catch(e){c=Promise.reject(e)}return i=c,c.then(()=>{o=!0,s()},()=>{o=!0,s()}),r=setTimeout(()=>{r=void 0,a=!1,s()},n),c};return c.cancel=()=>{r!==void 0&&clearTimeout(r),r=void 0,a=!1,s()},c.pending=()=>i!==void 0,c}let ee=globalThis,te=()=>{let e=ee.TextDecoder;if(typeof e!=`function`)throw Error(`TextDecoder is unavailable in the current runtime.`);return new e(`utf-8`,{fatal:!0})},ne=()=>{let e=ee.TextEncoder;if(typeof e!=`function`)throw Error(`TextEncoder is unavailable in the current runtime.`);return new e},j=e=>ne().encode(e),re=[`B`,`kB`,`MB`,`GB`,`TB`,`PB`,`EB`,`ZB`,`YB`],ie=[`B`,`KiB`,`MiB`,`GiB`,`TiB`,`PiB`,`EiB`,`ZiB`,`YiB`],ae=globalThis,M=(e,t)=>{if(Number.isNaN(e))throw RangeError(`${t} cannot be NaN.`)},N=(e,t)=>{if(!Number.isFinite(e))throw RangeError(`${t} must be finite.`)},oe=(e,t)=>{if(Object.is(e,-0))return-0;let[n=`0`,r=`0`]=e.toString().split(`e`);return Number(`${n}e${Number(r)+t}`)};function se(e,t,n){if(M(e,`value`),M(t,`minimum`),M(n,`maximum`),t>n)throw RangeError(`minimum cannot be greater than maximum.`);return Math.min(Math.max(e,t),n)}function ce(e,t,n,r=!1){if(M(e,`value`),M(t,`minimum`),M(n,`maximum`),t>n)throw RangeError(`minimum cannot be greater than maximum.`);return e>=t&&(r?e<=n:e<n)}function le(e,t=0){if(N(e,`value`),!Number.isSafeInteger(t)||t<-15||t>15)throw RangeError(`digits must be a safe integer between -15 and 15.`);let n=oe(e,t);return Number.isFinite(n)?oe(Math.round(n),-t):e}function ue(e){let t=0,n=0;return e.forEach(e=>{N(e,`value`);let r=e-n,i=t+r;if(!Number.isFinite(i))throw RangeError(`The sum exceeds the finite number range.`);n=i-t-r,t=i}),t}function de(e){let t=0,n=0;return e.forEach(e=>{N(e,`value`),t+=1,n=n*((t-1)/t)+e/t}),t===0?void 0:n}function fe(e,t,n){N(e,`start`),N(t,`end`),N(n,`amount`);let r=e*(1-n)+t*n;if(!Number.isFinite(r))throw RangeError(`The interpolation result exceeds the finite number range.`);return r}function pe(e,t={}){if(N(e,`bytes`),e<0)throw RangeError(`bytes cannot be negative.`);let n=t.base??1024;if(n!==1e3&&n!==1024)throw RangeError(`base must be 1000 or 1024.`);let r=n,i=t.decimals??2;if(!Number.isSafeInteger(i)||i<0||i>20)throw RangeError(`decimals must be a safe integer between 0 and 20.`);if(e===0)return`0 B`;let a=r===1024?ie:re,o=Math.min(Math.floor(Math.log(e)/Math.log(r)),a.length-1),s=e/r**o;return`${new Intl.NumberFormat(t.locale??`en-US`,{maximumFractionDigits:i,minimumFractionDigits:0,useGrouping:!1}).format(s)} ${a[o]??a.at(-1)}`}function me(e,t){if(!Number.isSafeInteger(e)||!Number.isSafeInteger(t))throw RangeError(`minimum and maximumExclusive must be safe integers.`);let n=t-e,r=4294967296;if(n<=0||n>r)throw RangeError(`The interval must be non-empty and no wider than 2^32.`);let i=ae.crypto;if(typeof i?.getRandomValues!=`function`)throw Error(`Web Crypto random generation is unavailable in the current runtime.`);let a=Math.floor(r/n)*n,o=new Uint32Array(1),s;do i.getRandomValues(o),s=o[0]??r;while(s>=a);return e+s%n}let P=`ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/`,he=e=>TypeError(`The value is not valid ${e===`url`?`Base64URL`:`Base64`}.`),ge=(e,t)=>{let n=t===`standard`?e.replace(/[\t\n\f\r ]+/gu,``):e;if(!(t===`url`?/^[\w-]*={0,2}$/u:/^[A-Za-z\d+/]*={0,2}$/u).test(n)||n.length%4==1||n.includes(`=`)&&n.length%4!=0)throw he(t);let r=(t===`url`?n.replace(/-/gu,`+`).replace(/_/gu,`/`):n).replace(/=+$/u,``);return r.padEnd(Math.ceil(r.length/4)*4,`=`)},_e=e=>{let t=``;for(let n=0;n<e.length;n+=3){let r=e[n]??0,i=e[n+1],a=e[n+2],o=r<<16|(i??0)<<8|(a??0);t+=P[o>>18&63]??``,t+=P[o>>12&63]??``,t+=i===void 0?`=`:P[o>>6&63]??``,t+=a===void 0?`=`:P[o&63]??``}return t},ve=(e,t)=>{let n=ge(e,t);if(n.length===0)return new Uint8Array;let r=n.endsWith(`==`)?2:+!!n.endsWith(`=`),i=new Uint8Array(n.length/4*3-r),a=0;for(let e=0;e<n.length;e+=4){let o=P.indexOf(n[e]??``),s=P.indexOf(n[e+1]??``),c=n[e+2]??`=`,l=n[e+3]??`=`,u=c===`=`?0:P.indexOf(c),d=l===`=`?0:P.indexOf(l);if(o<0||s<0||u<0||d<0||e+4===n.length&&(r===2&&s&15||r===1&&u&3))throw he(t);let f=o<<18|s<<12|u<<6|d;a<i.length&&(i[a++]=f>>16&255),a<i.length&&(i[a++]=f>>8&255),a<i.length&&(i[a++]=f&255)}return i},ye=e=>{let t=te();try{return t.decode(e)}catch(e){throw TypeError(`The decoded bytes are not valid UTF-8.`,{cause:e})}};function F(e){return _e(e)}function I(e){return ve(e,`standard`)}function be(e){return _e(j(e))}function xe(e){return ye(I(e))}function L(e){return _e(e).replace(/\+/gu,`-`).replace(/\//gu,`_`).replace(/=+$/u,``)}function R(e){return ve(e,`url`)}function Se(e){return L(j(e))}function Ce(e){return ye(R(e))}function we(e){let t=new Uint8Array(e.length);for(let n=0;n<e.length;n+=1){let r=e.charCodeAt(n);if(r>255)throw TypeError(`The string to be encoded contains characters outside of the Latin-1 range.`);t[n]=r}return F(t)}function Te(e){let t=I(e),n=``;for(let e of t)n+=String.fromCharCode(e);return n}let Ee=Object.freeze([{index:977,randomIndex:188},{index:926,randomIndex:201},{index:851,randomIndex:225},{index:700,randomIndex:255},{index:600,randomIndex:268},{index:500,randomIndex:277},{index:400,randomIndex:288},{index:330,randomIndex:327},{index:300,randomIndex:180},{index:200,randomIndex:178},{index:100,randomIndex:124},{index:98,randomIndex:95},{index:92,randomIndex:90},{index:91,randomIndex:87},{index:88,randomIndex:84},{index:82,randomIndex:79},{index:78,randomIndex:71},{index:72,randomIndex:69},{index:68,randomIndex:66},{index:59,randomIndex:55},{index:48,randomIndex:43},{index:42,randomIndex:37},{index:36,randomIndex:30},{index:33,randomIndex:27},{index:24,randomIndex:20},{index:23,randomIndex:18},{index:21,randomIndex:16},{index:17,randomIndex:14},{index:13,randomIndex:9},{index:7,randomIndex:4},{index:5,randomIndex:3},{index:2,randomIndex:1}]),De=e=>{if(!Number.isSafeInteger(e)||e<0)throw RangeError(`prefixStrLength must be a non-negative safe integer.`)},Oe=e=>{let t=``;for(let n=0;n<e;n+=1)t+=`ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz`[me(0,52)]??``;return t},ke=e=>{let t=e;for(let n of Ee){if(n.index>=e.length)continue;let r=e[n.randomIndex]??e.at(-1)??``;t=t.slice(0,n.index)+r+t.slice(n.index)}return t},Ae=e=>{let t=e;for(let n=Ee.length-1;n>=0;--n){let r=Ee[n];r!==void 0&&r.index<e.length&&(t=t.slice(0,r.index)+t.slice(r.index+1))}return t};function je(e,t=6){if(e.length===0)return``;De(t);let n=Oe(t),r=we(encodeURIComponent(e));return t!==0&&(r=ke(r)),n+r}function Me(e,t=6){if(e.length===0)return``;if(De(t),t>e.length)throw TypeError(`The Base64 value is shorter than its configured prefix.`);let n=e.slice(t);return t!==0&&(n=Ae(n)),decodeURIComponent(Te(n))}let Ne=(e,t)=>{if(!Number.isFinite(e)||e<0||e>255)throw RangeError(`${t} must be a finite number from 0 through 255.`)},Pe=e=>{if(!Number.isFinite(e)||e<0||e>1)throw RangeError(`alpha must be a finite number from 0 through 1.`)},Fe=e=>{let t=e.startsWith(`#`)?e.slice(1):e;if(![3,4,6,8].includes(t.length)||!/^[\dA-F]+$/iu.test(t))throw TypeError(`Expected a 3, 4, 6, or 8 digit hexadecimal color.`);return t.length<=4?Array.from(t,e=>`${e}${e}`).join(``):t},Ie=e=>Math.round(e).toString(16).padStart(2,`0`);function Le(e){let t=Fe(e);return{red:Number.parseInt(t.slice(0,2),16),green:Number.parseInt(t.slice(2,4),16),blue:Number.parseInt(t.slice(4,6),16),alpha:t.length===8?Number.parseInt(t.slice(6,8),16)/255:1}}function Re(e,t=`alpha`in e&&e.alpha<1){Ne(e.red,`red`),Ne(e.green,`green`),Ne(e.blue,`blue`);let n=`alpha`in e?e.alpha:1;return Pe(n),`#${`${Ie(e.red)}${Ie(e.green)}${Ie(e.blue)}`}${t?Ie(n*255):``}`}function ze(e,t,n){if(!Number.isFinite(n)||n<0||n>1)throw RangeError(`amount must be a finite number from 0 through 1.`);let r=Le(e),i=Le(t),a=(e,t)=>e+(t-e)*n;return Re({red:a(r.red,i.red),green:a(r.green,i.green),blue:a(r.blue,i.blue),alpha:a(r.alpha,i.alpha)},r.alpha<1||i.alpha<1)}function Be(e,t){return ze(e,`#000000`,t)}function Ve(e,t){return ze(e,`#ffffff`,t)}let He=e=>{let t=e/255;return t<=.04045?t/12.92:((t+.055)/1.055)**2.4};function Ue(e){let{red:t,green:n,blue:r}=Le(e);return .2126*He(t)+.7152*He(n)+.0722*He(r)}function We(e,t){let n=Ue(e),r=Ue(t),i=Math.max(n,r),a=Math.min(n,r);return(i+.05)/(a+.05)}function Ge(e,t=`#000000`,n=`#ffffff`){return We(e,t)>=We(e,n)?t:n}var Ke=c((()=>{})),z=c(((e,t)=>{(function(n,r){typeof e==`object`?t.exports=e=r():typeof define==`function`&&define.amd?define([],r):n.CryptoJS=r()})(e,function(){var e=e||function(e,t){var n;if(typeof window<`u`&&window.crypto&&(n=window.crypto),typeof self<`u`&&self.crypto&&(n=self.crypto),typeof globalThis<`u`&&globalThis.crypto&&(n=globalThis.crypto),!n&&typeof window<`u`&&window.msCrypto&&(n=window.msCrypto),!n&&typeof global<`u`&&global.crypto&&(n=global.crypto),!n&&typeof require==`function`)try{n=Ke()}catch{}var r=function(){if(n){if(typeof n.getRandomValues==`function`)try{return n.getRandomValues(new Uint32Array(1))[0]}catch{}if(typeof n.randomBytes==`function`)try{return n.randomBytes(4).readInt32LE()}catch{}}throw Error(`Native crypto module could not be used to get secure random number.`)},i=Object.create||function(){function e(){}return function(t){var n;return e.prototype=t,n=new e,e.prototype=null,n}}(),a={},o=a.lib={},s=o.Base=function(){return{extend:function(e){var t=i(this);return e&&t.mixIn(e),(!t.hasOwnProperty(`init`)||this.init===t.init)&&(t.init=function(){t.$super.init.apply(this,arguments)}),t.init.prototype=t,t.$super=this,t},create:function(){var e=this.extend();return e.init.apply(e,arguments),e},init:function(){},mixIn:function(e){for(var t in e)e.hasOwnProperty(t)&&(this[t]=e[t]);e.hasOwnProperty(`toString`)&&(this.toString=e.toString)},clone:function(){return this.init.prototype.extend(this)}}}(),c=o.WordArray=s.extend({init:function(e,n){e=this.words=e||[],this.sigBytes=n==t?e.length*4:n},toString:function(e){return(e||u).stringify(this)},concat:function(e){var t=this.words,n=e.words,r=this.sigBytes,i=e.sigBytes;if(this.clamp(),r%4)for(var a=0;a<i;a++){var o=n[a>>>2]>>>24-a%4*8&255;t[r+a>>>2]|=o<<24-(r+a)%4*8}else for(var s=0;s<i;s+=4)t[r+s>>>2]=n[s>>>2];return this.sigBytes+=i,this},clamp:function(){var t=this.words,n=this.sigBytes;t[n>>>2]&=4294967295<<32-n%4*8,t.length=e.ceil(n/4)},clone:function(){var e=s.clone.call(this);return e.words=this.words.slice(0),e},random:function(e){for(var t=[],n=0;n<e;n+=4)t.push(r());return new c.init(t,e)}}),l=a.enc={},u=l.Hex={stringify:function(e){for(var t=e.words,n=e.sigBytes,r=[],i=0;i<n;i++){var a=t[i>>>2]>>>24-i%4*8&255;r.push((a>>>4).toString(16)),r.push((a&15).toString(16))}return r.join(``)},parse:function(e){for(var t=e.length,n=[],r=0;r<t;r+=2)n[r>>>3]|=parseInt(e.substr(r,2),16)<<24-r%8*4;return new c.init(n,t/2)}},d=l.Latin1={stringify:function(e){for(var t=e.words,n=e.sigBytes,r=[],i=0;i<n;i++){var a=t[i>>>2]>>>24-i%4*8&255;r.push(String.fromCharCode(a))}return r.join(``)},parse:function(e){for(var t=e.length,n=[],r=0;r<t;r++)n[r>>>2]|=(e.charCodeAt(r)&255)<<24-r%4*8;return new c.init(n,t)}},f=l.Utf8={stringify:function(e){try{return decodeURIComponent(escape(d.stringify(e)))}catch{throw Error(`Malformed UTF-8 data`)}},parse:function(e){return d.parse(unescape(encodeURIComponent(e)))}},p=o.BufferedBlockAlgorithm=s.extend({reset:function(){this._data=new c.init,this._nDataBytes=0},_append:function(e){typeof e==`string`&&(e=f.parse(e)),this._data.concat(e),this._nDataBytes+=e.sigBytes},_process:function(t){var n,r=this._data,i=r.words,a=r.sigBytes,o=this.blockSize,s=a/(o*4);s=t?e.ceil(s):e.max((s|0)-this._minBufferSize,0);var l=s*o,u=e.min(l*4,a);if(l){for(var d=0;d<l;d+=o)this._doProcessBlock(i,d);n=i.splice(0,l),r.sigBytes-=u}return new c.init(n,u)},clone:function(){var e=s.clone.call(this);return e._data=this._data.clone(),e},_minBufferSize:0});o.Hasher=p.extend({cfg:s.extend(),init:function(e){this.cfg=this.cfg.extend(e),this.reset()},reset:function(){p.reset.call(this),this._doReset()},update:function(e){return this._append(e),this._process(),this},finalize:function(e){return e&&this._append(e),this._doFinalize()},blockSize:512/32,_createHelper:function(e){return function(t,n){return new e.init(n).finalize(t)}},_createHmacHelper:function(e){return function(t,n){return new m.HMAC.init(e,n).finalize(t)}}});var m=a.algo={};return a}(Math);return e})})),qe=c(((e,t)=>{(function(n,r){typeof e==`object`?t.exports=e=r(z()):typeof define==`function`&&define.amd?define([`./core`],r):r(n.CryptoJS)})(e,function(e){return(function(){var t=e,n=t.lib.WordArray,r=t.enc;r.Base64={stringify:function(e){var t=e.words,n=e.sigBytes,r=this._map;e.clamp();for(var i=[],a=0;a<n;a+=3)for(var o=t[a>>>2]>>>24-a%4*8&255,s=t[a+1>>>2]>>>24-(a+1)%4*8&255,c=t[a+2>>>2]>>>24-(a+2)%4*8&255,l=o<<16|s<<8|c,u=0;u<4&&a+u*.75<n;u++)i.push(r.charAt(l>>>6*(3-u)&63));var d=r.charAt(64);if(d)for(;i.length%4;)i.push(d);return i.join(``)},parse:function(e){var t=e.length,n=this._map,r=this._reverseMap;if(!r){r=this._reverseMap=[];for(var a=0;a<n.length;a++)r[n.charCodeAt(a)]=a}var o=n.charAt(64);if(o){var s=e.indexOf(o);s!==-1&&(t=s)}return i(e,t,r)},_map:`ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=`};function i(e,t,r){for(var i=[],a=0,o=0;o<t;o++)if(o%4){var s=r[e.charCodeAt(o-1)]<<o%4*2|r[e.charCodeAt(o)]>>>6-o%4*2;i[a>>>2]|=s<<24-a%4*8,a++}return n.create(i,a)}})(),e.enc.Base64})})),Je=c(((e,t)=>{(function(n,r){typeof e==`object`?t.exports=e=r(z()):typeof define==`function`&&define.amd?define([`./core`],r):r(n.CryptoJS)})(e,function(e){return(function(t){var n=e,r=n.lib,i=r.WordArray,a=r.Hasher,o=n.algo,s=[];(function(){for(var e=0;e<64;e++)s[e]=t.abs(t.sin(e+1))*4294967296|0})();var c=o.MD5=a.extend({_doReset:function(){this._hash=new i.init([1732584193,4023233417,2562383102,271733878])},_doProcessBlock:function(e,t){for(var n=0;n<16;n++){var r=t+n,i=e[r];e[r]=(i<<8|i>>>24)&16711935|(i<<24|i>>>8)&4278255360}var a=this._hash.words,o=e[t+0],c=e[t+1],p=e[t+2],m=e[t+3],h=e[t+4],g=e[t+5],_=e[t+6],v=e[t+7],y=e[t+8],b=e[t+9],x=e[t+10],S=e[t+11],C=e[t+12],w=e[t+13],T=e[t+14],E=e[t+15],D=a[0],O=a[1],k=a[2],A=a[3];D=l(D,O,k,A,o,7,s[0]),A=l(A,D,O,k,c,12,s[1]),k=l(k,A,D,O,p,17,s[2]),O=l(O,k,A,D,m,22,s[3]),D=l(D,O,k,A,h,7,s[4]),A=l(A,D,O,k,g,12,s[5]),k=l(k,A,D,O,_,17,s[6]),O=l(O,k,A,D,v,22,s[7]),D=l(D,O,k,A,y,7,s[8]),A=l(A,D,O,k,b,12,s[9]),k=l(k,A,D,O,x,17,s[10]),O=l(O,k,A,D,S,22,s[11]),D=l(D,O,k,A,C,7,s[12]),A=l(A,D,O,k,w,12,s[13]),k=l(k,A,D,O,T,17,s[14]),O=l(O,k,A,D,E,22,s[15]),D=u(D,O,k,A,c,5,s[16]),A=u(A,D,O,k,_,9,s[17]),k=u(k,A,D,O,S,14,s[18]),O=u(O,k,A,D,o,20,s[19]),D=u(D,O,k,A,g,5,s[20]),A=u(A,D,O,k,x,9,s[21]),k=u(k,A,D,O,E,14,s[22]),O=u(O,k,A,D,h,20,s[23]),D=u(D,O,k,A,b,5,s[24]),A=u(A,D,O,k,T,9,s[25]),k=u(k,A,D,O,m,14,s[26]),O=u(O,k,A,D,y,20,s[27]),D=u(D,O,k,A,w,5,s[28]),A=u(A,D,O,k,p,9,s[29]),k=u(k,A,D,O,v,14,s[30]),O=u(O,k,A,D,C,20,s[31]),D=d(D,O,k,A,g,4,s[32]),A=d(A,D,O,k,y,11,s[33]),k=d(k,A,D,O,S,16,s[34]),O=d(O,k,A,D,T,23,s[35]),D=d(D,O,k,A,c,4,s[36]),A=d(A,D,O,k,h,11,s[37]),k=d(k,A,D,O,v,16,s[38]),O=d(O,k,A,D,x,23,s[39]),D=d(D,O,k,A,w,4,s[40]),A=d(A,D,O,k,o,11,s[41]),k=d(k,A,D,O,m,16,s[42]),O=d(O,k,A,D,_,23,s[43]),D=d(D,O,k,A,b,4,s[44]),A=d(A,D,O,k,C,11,s[45]),k=d(k,A,D,O,E,16,s[46]),O=d(O,k,A,D,p,23,s[47]),D=f(D,O,k,A,o,6,s[48]),A=f(A,D,O,k,v,10,s[49]),k=f(k,A,D,O,T,15,s[50]),O=f(O,k,A,D,g,21,s[51]),D=f(D,O,k,A,C,6,s[52]),A=f(A,D,O,k,m,10,s[53]),k=f(k,A,D,O,x,15,s[54]),O=f(O,k,A,D,c,21,s[55]),D=f(D,O,k,A,y,6,s[56]),A=f(A,D,O,k,E,10,s[57]),k=f(k,A,D,O,_,15,s[58]),O=f(O,k,A,D,w,21,s[59]),D=f(D,O,k,A,h,6,s[60]),A=f(A,D,O,k,S,10,s[61]),k=f(k,A,D,O,p,15,s[62]),O=f(O,k,A,D,b,21,s[63]),a[0]=a[0]+D|0,a[1]=a[1]+O|0,a[2]=a[2]+k|0,a[3]=a[3]+A|0},_doFinalize:function(){var e=this._data,n=e.words,r=this._nDataBytes*8,i=e.sigBytes*8;n[i>>>5]|=128<<24-i%32;var a=t.floor(r/4294967296),o=r;n[(i+64>>>9<<4)+15]=(a<<8|a>>>24)&16711935|(a<<24|a>>>8)&4278255360,n[(i+64>>>9<<4)+14]=(o<<8|o>>>24)&16711935|(o<<24|o>>>8)&4278255360,e.sigBytes=(n.length+1)*4,this._process();for(var s=this._hash,c=s.words,l=0;l<4;l++){var u=c[l];c[l]=(u<<8|u>>>24)&16711935|(u<<24|u>>>8)&4278255360}return s},clone:function(){var e=a.clone.call(this);return e._hash=this._hash.clone(),e}});function l(e,t,n,r,i,a,o){var s=e+(t&n|~t&r)+i+o;return(s<<a|s>>>32-a)+t}function u(e,t,n,r,i,a,o){var s=e+(t&r|n&~r)+i+o;return(s<<a|s>>>32-a)+t}function d(e,t,n,r,i,a,o){var s=e+(t^n^r)+i+o;return(s<<a|s>>>32-a)+t}function f(e,t,n,r,i,a,o){var s=e+(n^(t|~r))+i+o;return(s<<a|s>>>32-a)+t}n.MD5=a._createHelper(c),n.HmacMD5=a._createHmacHelper(c)})(Math),e.MD5})})),Ye=c(((e,t)=>{(function(n,r){typeof e==`object`?t.exports=e=r(z()):typeof define==`function`&&define.amd?define([`./core`],r):r(n.CryptoJS)})(e,function(e){return(function(){var t=e,n=t.lib,r=n.WordArray,i=n.Hasher,a=t.algo,o=[],s=a.SHA1=i.extend({_doReset:function(){this._hash=new r.init([1732584193,4023233417,2562383102,271733878,3285377520])},_doProcessBlock:function(e,t){for(var n=this._hash.words,r=n[0],i=n[1],a=n[2],s=n[3],c=n[4],l=0;l<80;l++){if(l<16)o[l]=e[t+l]|0;else{var u=o[l-3]^o[l-8]^o[l-14]^o[l-16];o[l]=u<<1|u>>>31}var d=(r<<5|r>>>27)+c+o[l];d+=l<20?(i&a|~i&s)+1518500249:l<40?(i^a^s)+1859775393:l<60?(i&a|i&s|a&s)-1894007588:(i^a^s)-899497514,c=s,s=a,a=i<<30|i>>>2,i=r,r=d}n[0]=n[0]+r|0,n[1]=n[1]+i|0,n[2]=n[2]+a|0,n[3]=n[3]+s|0,n[4]=n[4]+c|0},_doFinalize:function(){var e=this._data,t=e.words,n=this._nDataBytes*8,r=e.sigBytes*8;return t[r>>>5]|=128<<24-r%32,t[(r+64>>>9<<4)+14]=Math.floor(n/4294967296),t[(r+64>>>9<<4)+15]=n,e.sigBytes=t.length*4,this._process(),this._hash},clone:function(){var e=i.clone.call(this);return e._hash=this._hash.clone(),e}});t.SHA1=i._createHelper(s),t.HmacSHA1=i._createHmacHelper(s)})(),e.SHA1})})),Xe=c(((e,t)=>{(function(n,r){typeof e==`object`?t.exports=e=r(z()):typeof define==`function`&&define.amd?define([`./core`],r):r(n.CryptoJS)})(e,function(e){(function(){var t=e,n=t.lib.Base,r=t.enc.Utf8,i=t.algo;i.HMAC=n.extend({init:function(e,t){e=this._hasher=new e.init,typeof t==`string`&&(t=r.parse(t));var n=e.blockSize,i=n*4;t.sigBytes>i&&(t=e.finalize(t)),t.clamp();for(var a=this._oKey=t.clone(),o=this._iKey=t.clone(),s=a.words,c=o.words,l=0;l<n;l++)s[l]^=1549556828,c[l]^=909522486;a.sigBytes=o.sigBytes=i,this.reset()},reset:function(){var e=this._hasher;e.reset(),e.update(this._iKey)},update:function(e){return this._hasher.update(e),this},finalize:function(e){var t=this._hasher,n=t.finalize(e);return t.reset(),t.finalize(this._oKey.clone().concat(n))}})})()})})),Ze=c(((e,t)=>{(function(n,r,i){typeof e==`object`?t.exports=e=r(z(),Ye(),Xe()):typeof define==`function`&&define.amd?define([`./core`,`./sha1`,`./hmac`],r):r(n.CryptoJS)})(e,function(e){return(function(){var t=e,n=t.lib,r=n.Base,i=n.WordArray,a=t.algo,o=a.MD5,s=a.EvpKDF=r.extend({cfg:r.extend({keySize:128/32,hasher:o,iterations:1}),init:function(e){this.cfg=this.cfg.extend(e)},compute:function(e,t){for(var n,r=this.cfg,a=r.hasher.create(),o=i.create(),s=o.words,c=r.keySize,l=r.iterations;s.length<c;){n&&a.update(n),n=a.update(e).finalize(t),a.reset();for(var u=1;u<l;u++)n=a.finalize(n),a.reset();o.concat(n)}return o.sigBytes=c*4,o}});t.EvpKDF=function(e,t,n){return s.create(n).compute(e,t)}})(),e.EvpKDF})})),B=c(((e,t)=>{(function(n,r,i){typeof e==`object`?t.exports=e=r(z(),Ze()):typeof define==`function`&&define.amd?define([`./core`,`./evpkdf`],r):r(n.CryptoJS)})(e,function(e){e.lib.Cipher||function(t){var n=e,r=n.lib,i=r.Base,a=r.WordArray,o=r.BufferedBlockAlgorithm,s=n.enc;s.Utf8;var c=s.Base64,l=n.algo.EvpKDF,u=r.Cipher=o.extend({cfg:i.extend(),createEncryptor:function(e,t){return this.create(this._ENC_XFORM_MODE,e,t)},createDecryptor:function(e,t){return this.create(this._DEC_XFORM_MODE,e,t)},init:function(e,t,n){this.cfg=this.cfg.extend(n),this._xformMode=e,this._key=t,this.reset()},reset:function(){o.reset.call(this),this._doReset()},process:function(e){return this._append(e),this._process()},finalize:function(e){return e&&this._append(e),this._doFinalize()},keySize:128/32,ivSize:128/32,_ENC_XFORM_MODE:1,_DEC_XFORM_MODE:2,_createHelper:function(){function e(e){return typeof e==`string`?S:y}return function(t){return{encrypt:function(n,r,i){return e(r).encrypt(t,n,r,i)},decrypt:function(n,r,i){return e(r).decrypt(t,n,r,i)}}}}()});r.StreamCipher=u.extend({_doFinalize:function(){return this._process(!0)},blockSize:1});var d=n.mode={},f=r.BlockCipherMode=i.extend({createEncryptor:function(e,t){return this.Encryptor.create(e,t)},createDecryptor:function(e,t){return this.Decryptor.create(e,t)},init:function(e,t){this._cipher=e,this._iv=t}}),p=d.CBC=function(){var e=f.extend();e.Encryptor=e.extend({processBlock:function(e,t){var r=this._cipher,i=r.blockSize;n.call(this,e,t,i),r.encryptBlock(e,t),this._prevBlock=e.slice(t,t+i)}}),e.Decryptor=e.extend({processBlock:function(e,t){var r=this._cipher,i=r.blockSize,a=e.slice(t,t+i);r.decryptBlock(e,t),n.call(this,e,t,i),this._prevBlock=a}});function n(e,n,r){var i,a=this._iv;a?(i=a,this._iv=t):i=this._prevBlock;for(var o=0;o<r;o++)e[n+o]^=i[o]}return e}(),m=n.pad={},h=m.Pkcs7={pad:function(e,t){for(var n=t*4,r=n-e.sigBytes%n,i=r<<24|r<<16|r<<8|r,o=[],s=0;s<r;s+=4)o.push(i);var c=a.create(o,r);e.concat(c)},unpad:function(e){var t=e.words[e.sigBytes-1>>>2]&255;e.sigBytes-=t}};r.BlockCipher=u.extend({cfg:u.cfg.extend({mode:p,padding:h}),reset:function(){var e;u.reset.call(this);var t=this.cfg,n=t.iv,r=t.mode;this._xformMode==this._ENC_XFORM_MODE?e=r.createEncryptor:(e=r.createDecryptor,this._minBufferSize=1),this._mode&&this._mode.__creator==e?this._mode.init(this,n&&n.words):(this._mode=e.call(r,this,n&&n.words),this._mode.__creator=e)},_doProcessBlock:function(e,t){this._mode.processBlock(e,t)},_doFinalize:function(){var e,t=this.cfg.padding;return this._xformMode==this._ENC_XFORM_MODE?(t.pad(this._data,this.blockSize),e=this._process(!0)):(e=this._process(!0),t.unpad(e)),e},blockSize:128/32});var g=r.CipherParams=i.extend({init:function(e){this.mixIn(e)},toString:function(e){return(e||this.formatter).stringify(this)}}),_=n.format={},v=_.OpenSSL={stringify:function(e){var t,n=e.ciphertext,r=e.salt;return t=r?a.create([1398893684,1701076831]).concat(r).concat(n):n,t.toString(c)},parse:function(e){var t,n=c.parse(e),r=n.words;return r[0]==1398893684&&r[1]==1701076831&&(t=a.create(r.slice(2,4)),r.splice(0,4),n.sigBytes-=16),g.create({ciphertext:n,salt:t})}},y=r.SerializableCipher=i.extend({cfg:i.extend({format:v}),encrypt:function(e,t,n,r){r=this.cfg.extend(r);var i=e.createEncryptor(n,r),a=i.finalize(t),o=i.cfg;return g.create({ciphertext:a,key:n,iv:o.iv,algorithm:e,mode:o.mode,padding:o.padding,blockSize:e.blockSize,formatter:r.format})},decrypt:function(e,t,n,r){return r=this.cfg.extend(r),t=this._parse(t,r.format),e.createDecryptor(n,r).finalize(t.ciphertext)},_parse:function(e,t){return typeof e==`string`?t.parse(e,this):e}}),b=n.kdf={},x=b.OpenSSL={execute:function(e,t,n,r,i){if(r||=a.random(64/8),i)var o=l.create({keySize:t+n,hasher:i}).compute(e,r);else var o=l.create({keySize:t+n}).compute(e,r);var s=a.create(o.words.slice(t),n*4);return o.sigBytes=t*4,g.create({key:o,iv:s,salt:r})}},S=r.PasswordBasedCipher=y.extend({cfg:y.cfg.extend({kdf:x}),encrypt:function(e,t,n,r){r=this.cfg.extend(r);var i=r.kdf.execute(n,e.keySize,e.ivSize,r.salt,r.hasher);r.iv=i.iv;var a=y.encrypt.call(this,e,t,i.key,r);return a.mixIn(i),a},decrypt:function(e,t,n,r){r=this.cfg.extend(r),t=this._parse(t,r.format);var i=r.kdf.execute(n,e.keySize,e.ivSize,t.salt,r.hasher);return r.iv=i.iv,y.decrypt.call(this,e,t,i.key,r)}})}()})})),Qe=c(((e,t)=>{(function(n,r,i){typeof e==`object`?t.exports=e=r(z(),qe(),Je(),Ze(),B()):typeof define==`function`&&define.amd?define([`./core`,`./enc-base64`,`./md5`,`./evpkdf`,`./cipher-core`],r):r(n.CryptoJS)})(e,function(e){return(function(){var t=e,n=t.lib.BlockCipher,r=t.algo,i=[],a=[],o=[],s=[],c=[],l=[],u=[],d=[],f=[],p=[];(function(){for(var e=[],t=0;t<256;t++)t<128?e[t]=t<<1:e[t]=t<<1^283;for(var n=0,r=0,t=0;t<256;t++){var m=r^r<<1^r<<2^r<<3^r<<4;m=m>>>8^m&255^99,i[n]=m,a[m]=n;var h=e[n],g=e[h],_=e[g],v=e[m]*257^m*16843008;o[n]=v<<24|v>>>8,s[n]=v<<16|v>>>16,c[n]=v<<8|v>>>24,l[n]=v;var v=_*16843009^g*65537^h*257^n*16843008;u[m]=v<<24|v>>>8,d[m]=v<<16|v>>>16,f[m]=v<<8|v>>>24,p[m]=v,n?(n=h^e[e[e[_^h]]],r^=e[e[r]]):n=r=1}})();var m=[0,1,2,4,8,16,32,64,128,27,54],h=r.AES=n.extend({_doReset:function(){var e;if(!(this._nRounds&&this._keyPriorReset===this._key)){for(var t=this._keyPriorReset=this._key,n=t.words,r=t.sigBytes/4,a=((this._nRounds=r+6)+1)*4,o=this._keySchedule=[],s=0;s<a;s++)s<r?o[s]=n[s]:(e=o[s-1],s%r?r>6&&s%r==4&&(e=i[e>>>24]<<24|i[e>>>16&255]<<16|i[e>>>8&255]<<8|i[e&255]):(e=e<<8|e>>>24,e=i[e>>>24]<<24|i[e>>>16&255]<<16|i[e>>>8&255]<<8|i[e&255],e^=m[s/r|0]<<24),o[s]=o[s-r]^e);for(var c=this._invKeySchedule=[],l=0;l<a;l++){var s=a-l;if(l%4)var e=o[s];else var e=o[s-4];l<4||s<=4?c[l]=e:c[l]=u[i[e>>>24]]^d[i[e>>>16&255]]^f[i[e>>>8&255]]^p[i[e&255]]}}},encryptBlock:function(e,t){this._doCryptBlock(e,t,this._keySchedule,o,s,c,l,i)},decryptBlock:function(e,t){var n=e[t+1];e[t+1]=e[t+3],e[t+3]=n,this._doCryptBlock(e,t,this._invKeySchedule,u,d,f,p,a);var n=e[t+1];e[t+1]=e[t+3],e[t+3]=n},_doCryptBlock:function(e,t,n,r,i,a,o,s){for(var c=this._nRounds,l=e[t]^n[0],u=e[t+1]^n[1],d=e[t+2]^n[2],f=e[t+3]^n[3],p=4,m=1;m<c;m++){var h=r[l>>>24]^i[u>>>16&255]^a[d>>>8&255]^o[f&255]^n[p++],g=r[u>>>24]^i[d>>>16&255]^a[f>>>8&255]^o[l&255]^n[p++],_=r[d>>>24]^i[f>>>16&255]^a[l>>>8&255]^o[u&255]^n[p++],v=r[f>>>24]^i[l>>>16&255]^a[u>>>8&255]^o[d&255]^n[p++];l=h,u=g,d=_,f=v}var h=(s[l>>>24]<<24|s[u>>>16&255]<<16|s[d>>>8&255]<<8|s[f&255])^n[p++],g=(s[u>>>24]<<24|s[d>>>16&255]<<16|s[f>>>8&255]<<8|s[l&255])^n[p++],_=(s[d>>>24]<<24|s[f>>>16&255]<<16|s[l>>>8&255]<<8|s[u&255])^n[p++],v=(s[f>>>24]<<24|s[l>>>16&255]<<16|s[u>>>8&255]<<8|s[d&255])^n[p++];e[t]=h,e[t+1]=g,e[t+2]=_,e[t+3]=v},keySize:256/32});t.AES=n._createHelper(h)})(),e.AES})})),$e=c(((e,t)=>{(function(n,r){typeof e==`object`?t.exports=e=r(z()):typeof define==`function`&&define.amd?define([`./core`],r):r(n.CryptoJS)})(e,function(e){return e.enc.Hex})})),et=c(((e,t)=>{(function(n,r){typeof e==`object`?t.exports=e=r(z()):typeof define==`function`&&define.amd?define([`./core`],r):r(n.CryptoJS)})(e,function(e){return e.enc.Utf8})})),tt=c(((e,t)=>{(function(n,r,i){typeof e==`object`?t.exports=e=r(z(),B()):typeof define==`function`&&define.amd?define([`./core`,`./cipher-core`],r):r(n.CryptoJS)})(e,function(e){return e.mode.ECB=function(){var t=e.lib.BlockCipherMode.extend();return t.Encryptor=t.extend({processBlock:function(e,t){this._cipher.encryptBlock(e,t)}}),t.Decryptor=t.extend({processBlock:function(e,t){this._cipher.decryptBlock(e,t)}}),t}(),e.mode.ECB})})),nt=c(((e,t)=>{(function(n,r,i){typeof e==`object`?t.exports=e=r(z(),B()):typeof define==`function`&&define.amd?define([`./core`,`./cipher-core`],r):r(n.CryptoJS)})(e,function(e){return e.pad.AnsiX923={pad:function(e,t){var n=e.sigBytes,r=t*4,i=r-n%r,a=n+i-1;e.clamp(),e.words[a>>>2]|=i<<24-a%4*8,e.sigBytes+=i},unpad:function(e){var t=e.words[e.sigBytes-1>>>2]&255;e.sigBytes-=t}},e.pad.Ansix923})})),rt=c(((e,t)=>{(function(n,r,i){typeof e==`object`?t.exports=e=r(z(),B()):typeof define==`function`&&define.amd?define([`./core`,`./cipher-core`],r):r(n.CryptoJS)})(e,function(e){return e.pad.Iso10126={pad:function(t,n){var r=n*4,i=r-t.sigBytes%r;t.concat(e.lib.WordArray.random(i-1)).concat(e.lib.WordArray.create([i<<24],1))},unpad:function(e){var t=e.words[e.sigBytes-1>>>2]&255;e.sigBytes-=t}},e.pad.Iso10126})})),it=c(((e,t)=>{(function(n,r,i){typeof e==`object`?t.exports=e=r(z(),B()):typeof define==`function`&&define.amd?define([`./core`,`./cipher-core`],r):r(n.CryptoJS)})(e,function(e){return e.pad.NoPadding={pad:function(){},unpad:function(){}},e.pad.NoPadding})})),at=c(((e,t)=>{(function(n,r,i){typeof e==`object`?t.exports=e=r(z(),B()):typeof define==`function`&&define.amd?define([`./core`,`./cipher-core`],r):r(n.CryptoJS)})(e,function(e){return e.pad.Pkcs7})})),ot=c(((e,t)=>{(function(n,r,i){typeof e==`object`?t.exports=e=r(z(),B()):typeof define==`function`&&define.amd?define([`./core`,`./cipher-core`],r):r(n.CryptoJS)})(e,function(e){return e.pad.ZeroPadding={pad:function(e,t){var n=t*4;e.clamp(),e.sigBytes+=n-(e.sigBytes%n||n)},unpad:function(e){for(var t=e.words,n=e.sigBytes-1,n=e.sigBytes-1;n>=0;n--)if(t[n>>>2]>>>24-n%4*8&255){e.sigBytes=n+1;break}}},e.pad.ZeroPadding})})),st=u(Qe(),1),ct=u(z(),1),lt=u($e(),1),V=u(et(),1),ut=u(Je(),1),dt=u(tt(),1);nt();var ft=u(rt(),1),pt=u(it(),1),mt=u(at(),1),ht=u(ot(),1),gt=u(Ye(),1);let _t=6e5,vt=1e5,yt=5e6,bt=1024,xt=8388608,St=`FAST-AES-256-GCM-V2`,Ct=`FAST-PBKDF2-SHA256-V1`,wt=globalThis,Tt=()=>{let e=wt.crypto;if(typeof e?.getRandomValues!=`function`)throw Error(`Web Crypto is unavailable in the current runtime.`);return e},H=()=>{let e=Tt(),t=e.subtle;if(typeof t?.decrypt!=`function`||typeof t.deriveBits!=`function`||typeof t.deriveKey!=`function`||typeof t.digest!=`function`||typeof t.encrypt!=`function`||typeof t.exportKey!=`function`||typeof t.generateKey!=`function`||typeof t.importKey!=`function`||typeof t.sign!=`function`||typeof t.verify!=`function`)throw Error(`Web Crypto SubtleCrypto is unavailable in the current runtime.`);return e},U=e=>{let t=new Uint8Array(e.byteLength);return t.set(e),t.buffer},W={private:`PRIVATE KEY`,public:`PUBLIC KEY`},Et=(e,t)=>`-----BEGIN ${e}-----\n${F(new Uint8Array(t)).match(/.{1,64}/gu)?.join(`
|
|
2
|
-
`)??``}\n-----END ${e}-----`,G=(e,t)=>{let n=`-----BEGIN ${t}-----`,r=`-----END ${t}-----`,i=e.trim();if(!i.startsWith(n)||!i.endsWith(r))throw TypeError(`Expected a ${t} PEM value.`);let a=i.slice(n.length,-r.length).replace(/\s+/gu,``);return U(I(a))},Dt=async e=>{let t=H(),[n,r]=await Promise.all([t.subtle.exportKey(`pkcs8`,e.privateKey),t.subtle.exportKey(`spki`,e.publicKey)]);return{privateKey:Et(W.private,n),publicKey:Et(W.public,r)}},Ot=e=>{if(`privateKey`in e&&`publicKey`in e)return e;throw Error(`The runtime did not generate a key pair.`)},kt=e=>{let t=j(e);if(t.length===0)throw TypeError(`The encryption password cannot be empty.`);if(t.length>bt)throw RangeError(`The UTF-8 password cannot exceed ${bt} bytes.`);return t},At=e=>{if(!Number.isSafeInteger(e)||e<vt||e>yt)throw RangeError(`iterations must be a safe integer between ${vt} and ${yt}.`);return e},jt=e=>Array.from(e,e=>e.toString(16).padStart(2,`0`)).join(``),Mt=e=>jt(e).toUpperCase(),Nt=async(e,t,n)=>{let r=j(t);if(r.length===0)throw TypeError(`The HMAC key cannot be empty.`);let i=H(),a=await i.subtle.importKey(`raw`,U(r),{hash:n,name:`HMAC`},!1,[`sign`]),o=await i.subtle.sign(`HMAC`,a,U(j(e)));return new Uint8Array(o)};function K(e){if(!Number.isSafeInteger(e)||e<0||e>65536)throw RangeError(`length must be a safe integer from 0 through 65,536.`);return Tt().getRandomValues(new Uint8Array(e))}function Pt(e,t){let n=Math.max(e.length,t.length),r=e.length===t.length?0:1;for(let i=0;i<n;i+=1)r|=(e[i]??0)^(t[i]??0);return r===0}function Ft(e){return(0,ut.default)(e).toString(lt.default)}function It(e){return(0,gt.default)(e).toString(lt.default).toUpperCase()}async function Lt(e){let t=await H().subtle.digest(`SHA-256`,U(j(e)));return new Uint8Array(t)}async function Rt(e){return Mt(await Lt(e))}async function zt(e){let t=await H().subtle.digest(`SHA-384`,U(j(e)));return new Uint8Array(t)}async function Bt(e){return Mt(await zt(e))}async function Vt(e){let t=await H().subtle.digest(`SHA-512`,U(j(e)));return new Uint8Array(t)}async function Ht(e){return Mt(await Vt(e))}async function Ut(e,t){return jt(await Nt(e,t,`SHA-256`))}async function Wt(e,t){return jt(await Nt(e,t,`SHA-384`))}async function Gt(e,t){return jt(await Nt(e,t,`SHA-512`))}async function Kt(e,t,n=_t,r=32){let i=kt(e);if(t.length<8)throw RangeError(`The PBKDF2 salt must contain at least 8 bytes; 16 or more is recommended.`);if(!Number.isSafeInteger(r)||r<1||r>1024)throw RangeError(`outputLength must be a safe integer between 1 and 1,024.`);let a=H(),o=await a.subtle.importKey(`raw`,U(i),`PBKDF2`,!1,[`deriveBits`]),s=await a.subtle.deriveBits({hash:`SHA-256`,iterations:At(n),name:`PBKDF2`,salt:U(t)},o,r*8);return new Uint8Array(s)}async function qt(e,t=_t){let n=K(16),r=await Kt(e,n,t);return[Ct,String(t),L(n),L(r)].join(`:`)}async function Jt(e,t){try{let n=t.split(`:`);if(n.length!==4||n[0]!==Ct)return!1;let r=At(Number(n[1])),i=R(n[2]??``),a=R(n[3]??``);return i.length!==16||a.length!==32?!1:Pt(await Kt(e,i,r,a.length),a)}catch{return!1}}async function Yt(e,t=new Uint8Array,n=new Uint8Array,r=32){if(!Number.isSafeInteger(r)||r<1||r>8160)throw RangeError(`outputLength must be a safe integer between 1 and 8,160.`);let i=H(),a=await i.subtle.importKey(`raw`,U(e),`HKDF`,!1,[`deriveBits`]),o=await i.subtle.deriveBits({hash:`SHA-256`,info:U(n),name:`HKDF`,salt:U(t)},a,r*8);return new Uint8Array(o)}function Xt(e,t,n,r=`CBC`,i=`PKCS7`){if(e.trim().length===0||t.trim().length===0||n.trim().length===0)return null;if(r!==`CBC`&&r!==`ECB`)throw RangeError(`cipherMode must be "CBC" or "ECB".`);let a=mt.default;switch(i){case`None`:a=pt.default;break;case`PKCS7`:break;case`Zeros`:a=ht.default;break;case`ANSIX923`:a=ct.default.pad.AnsiX923;break;case`ISO10126`:a=ft.default;break;default:throw RangeError(`paddingMode is not supported.`)}if(i===`None`&&j(e).length%16!=0)throw RangeError(`AES plaintext must contain a whole number of 16-byte blocks when paddingMode is None.`);let o=V.default.parse(t.padEnd(32,`f`).slice(0,32)),s=V.default.parse(n.padEnd(16,`f`).slice(0,16));return st.default.encrypt(e,o,r===`CBC`?{iv:s,padding:a}:{iv:s,mode:dt.default,padding:a}).toString()}function Zt(e,t,n,r=`CBC`,i=`PKCS7`){if(e.trim().length===0||t.trim().length===0||n.trim().length===0)return null;if(r!==`CBC`&&r!==`ECB`)throw RangeError(`cipherMode must be "CBC" or "ECB".`);let a=mt.default;switch(i){case`None`:a=pt.default;break;case`PKCS7`:break;case`Zeros`:a=pt.default;break;case`ANSIX923`:a=ct.default.pad.AnsiX923;break;case`ISO10126`:a=ft.default;break;default:throw RangeError(`paddingMode is not supported.`)}let o=I(e);if(o.length===0||o.length%16!=0)throw RangeError(`AES ciphertext must contain one or more complete 16-byte blocks.`);let s=V.default.parse(t.padEnd(32,`f`).slice(0,32)),c=V.default.parse(n.padEnd(16,`f`).slice(0,16));return st.default.decrypt(e,s,r===`CBC`?{iv:c,padding:a}:{iv:c,mode:dt.default,padding:a}).toString(V.default)}async function Qt(e,t){if(t.trim().length===0)throw TypeError(`The encryption key cannot be empty.`);let n=H(),r=await Lt(t),i=await n.subtle.importKey(`raw`,U(r),{name:`AES-GCM`},!1,[`encrypt`]),a=K(12),o=new Uint8Array(await n.subtle.encrypt({iv:U(a),name:`AES-GCM`,tagLength:128},i,U(j(e)))),s=o.length-16,c=new Uint8Array(1+a.length+16+s);return c[0]=1,c.set(a,1),c.set(o.subarray(s),1+a.length),c.set(o.subarray(0,s),1+a.length+16),F(c)}async function $t(e,t){if(t.trim().length===0)throw TypeError(`The encryption key cannot be empty.`);let n=I(e);if(n.length<29||n[0]!==1)throw TypeError(`The AES-GCM payload format or version is not supported.`);let r=n.subarray(1,13),i=n.subarray(13,29),a=n.subarray(29),o=new Uint8Array(a.length+i.length);o.set(a),o.set(i,a.length);let s=H(),c=await Lt(t),l=await s.subtle.importKey(`raw`,U(c),{name:`AES-GCM`},!1,[`decrypt`]),u=await s.subtle.decrypt({iv:U(r),name:`AES-GCM`,tagLength:128},l,U(o));return te().decode(u)}async function en(e,t,n=_t){let r=kt(t),i=j(e);if(i.length>xt)throw RangeError(`The UTF-8 plaintext cannot exceed ${xt} bytes.`);let a=At(n),o=H(),s=K(16),c=K(12),l=await o.subtle.importKey(`raw`,U(r),`PBKDF2`,!1,[`deriveKey`]),u=await o.subtle.deriveKey({hash:`SHA-256`,iterations:a,name:`PBKDF2`,salt:U(s)},l,{length:256,name:`AES-GCM`},!1,[`encrypt`]),d=await o.subtle.encrypt({additionalData:U(j(St)),iv:U(c),name:`AES-GCM`,tagLength:128},u,i);return[St,String(a),L(s),L(c),L(new Uint8Array(d))].join(`:`)}async function tn(e,t){let n=kt(t);if(e.length>16777216)throw RangeError(`The encrypted payload exceeds the supported size.`);let r=e.split(`:`);if(r.length!==5||r[0]!==St)throw TypeError(`The encrypted payload format is not supported.`);let i,a,o,s;try{if(i=At(Number(r[1])),a=R(r[2]??``),o=R(r[3]??``),s=R(r[4]??``),a.length!==16||o.length!==12||s.length<16)throw TypeError(`The encrypted payload has invalid field lengths.`)}catch(e){throw TypeError(`The encrypted payload contains invalid fields.`,{cause:e})}let c=H(),l=te();try{let e=await c.subtle.importKey(`raw`,U(n),`PBKDF2`,!1,[`deriveKey`]),t=await c.subtle.deriveKey({hash:`SHA-256`,iterations:i,name:`PBKDF2`,salt:U(a)},e,{length:256,name:`AES-GCM`},!1,[`decrypt`]),r=await c.subtle.decrypt({additionalData:U(j(St)),iv:U(o),name:`AES-GCM`,tagLength:128},t,U(s));return l.decode(r)}catch(e){throw Error(`The payload could not be authenticated or decrypted.`,{cause:e})}}async function nn(e=2048){if(!Number.isSafeInteger(e)||e<2048||e%256!=0)throw RangeError(`modulusLength must be a safe integer of at least 2048 and divisible by 256.`);let t=H(),n=Ot(await t.subtle.generateKey({hash:`SHA-256`,modulusLength:e,name:`RSA-OAEP`,publicExponent:Uint8Array.of(1,0,1)},!0,[`decrypt`,`encrypt`]));return Dt(n)}async function rn(e,t){let n=H(),r=await n.subtle.importKey(`spki`,G(t,W.public),{hash:`SHA-256`,name:`RSA-OAEP`},!1,[`encrypt`]),i=await n.subtle.encrypt({name:`RSA-OAEP`},r,U(j(e)));return F(new Uint8Array(i))}async function an(e,t){let n=H(),r=await n.subtle.importKey(`pkcs8`,G(t,W.private),{hash:`SHA-256`,name:`RSA-OAEP`},!1,[`decrypt`]),i=await n.subtle.decrypt({name:`RSA-OAEP`},r,U(I(e)));return te().decode(i)}async function on(e,t){let n=H(),r=await n.subtle.importKey(`pkcs8`,G(t,W.private),{hash:`SHA-256`,name:`RSA-PSS`},!1,[`sign`]),i=await n.subtle.sign({name:`RSA-PSS`,saltLength:32},r,U(j(e)));return F(new Uint8Array(i))}async function sn(e,t,n){let r=H(),i=await r.subtle.importKey(`spki`,G(n,W.public),{hash:`SHA-256`,name:`RSA-PSS`},!1,[`verify`]);return r.subtle.verify({name:`RSA-PSS`,saltLength:32},i,U(I(t)),U(j(e)))}async function cn(e=`P-256`){let t=H(),n=Ot(await t.subtle.generateKey({name:`ECDSA`,namedCurve:e},!0,[`sign`,`verify`]));return Dt(n)}async function ln(e,t,n=`P-256`){let r=H(),i=await r.subtle.importKey(`pkcs8`,G(t,W.private),{name:`ECDSA`,namedCurve:n},!1,[`sign`]),a=n===`P-256`?`SHA-256`:n===`P-384`?`SHA-384`:`SHA-512`,o=await r.subtle.sign({hash:a,name:`ECDSA`},i,U(j(e)));return F(new Uint8Array(o))}async function un(e,t,n,r=`P-256`){let i=H(),a=await i.subtle.importKey(`spki`,G(n,W.public),{name:`ECDSA`,namedCurve:r},!1,[`verify`]),o=r===`P-256`?`SHA-256`:r===`P-384`?`SHA-384`:`SHA-512`;return i.subtle.verify({hash:o,name:`ECDSA`},a,U(I(t)),U(j(e)))}async function dn(e=`P-256`){let t=H(),n=Ot(await t.subtle.generateKey({name:`ECDH`,namedCurve:e},!0,[`deriveBits`]));return Dt(n)}async function fn(e,t,n=`P-256`){let r=H(),[i,a]=await Promise.all([r.subtle.importKey(`pkcs8`,G(e,W.private),{name:`ECDH`,namedCurve:n},!1,[`deriveBits`]),r.subtle.importKey(`spki`,G(t,W.public),{name:`ECDH`,namedCurve:n},!1,[])]),o=n===`P-256`?256:n===`P-384`?384:528,s=await r.subtle.deriveBits({name:`ECDH`,public:a},i,o);return new Uint8Array(s)}async function pn(e,t,n=`P-256`){let r=await fn(e,t,n),i=await H().subtle.digest(`SHA-256`,U(r));return new Uint8Array(i)}let mn=e=>{if(!Number.isSafeInteger(e))throw RangeError(`amount must be a safe integer.`)};function q(e){let t=e instanceof Date?new Date(e.getTime()):new Date(e);if(!Number.isFinite(t.getTime()))throw TypeError(`The value is not a valid date.`);return t}function hn(e){return e instanceof Date||typeof e==`number`||typeof e==`string`?Number.isFinite(new Date(e).getTime()):!1}function gn(e){let t=q(e);return t.setHours(0,0,0,0),q(t)}function _n(e){let t=q(e);return t.setHours(23,59,59,999),q(t)}function vn(e,t){mn(t);let n=q(e);return n.setDate(n.getDate()+t),q(n)}function yn(e,t){mn(t);let n=q(e),r=n.getDate();n.setDate(1),n.setMonth(n.getMonth()+t);let i=new Date(n.getTime());i.setMonth(i.getMonth()+1,0);let a=i.getDate();return n.setDate(Math.min(r,a)),q(n)}function bn(e,t){return mn(t),yn(e,t*12)}function xn(e,t){let n=q(e),r=q(t);return n.getFullYear()===r.getFullYear()&&n.getMonth()===r.getMonth()&&n.getDate()===r.getDate()}function Sn(e,t=Date.now()){return q(e).getTime()>q(t).getTime()}function Cn(e=Date.now()){return[gn(e),_n(e)]}function wn(e,t,n){let r=q(e).getTime(),i=q(t).getTime(),a=q(n).getTime();if(i>a)throw RangeError(`start cannot be later than end.`);return r>=i&&r<=a}function Tn(e,t={}){let n=(q(e).getTime()-q(t.now??Date.now()).getTime())/1e3,r=Math.abs(n),i,a;return r<60?(i=1,a=`second`):r<3600?(i=60,a=`minute`):r<86400?(i=3600,a=`hour`):r<604800?(i=86400,a=`day`):r<2629800?(i=604800,a=`week`):r<31557600?(i=2629800,a=`month`):(i=31557600,a=`year`),new Intl.RelativeTimeFormat(t.locale??`zh-CN`,{numeric:t.numeric??`auto`,style:t.style??`long`}).format(Math.round(n/i),a)}let En=(e,t,n)=>{switch(n){case`day`:e.setDate(e.getDate()+t);break;case`month`:e.setMonth(e.getMonth()+t);break;case`year`:e.setFullYear(e.getFullYear()+t)}},J=(e,t,n)=>({text:e,value:()=>{let e=new Date;return En(e,t,n),e.setHours(0,0,0,0),e}}),Y=(e,t,n,r)=>({text:e,value:()=>{let e=new Date,i=new Date;return En(r?i:e,r?t:-t,n),e.setHours(0,0,0,0),i.setHours(23,59,59,999),[e,i]}});function Dn(e){if(e==null)return``;let t;if(t=typeof e==`string`?new Date(e).getTime():typeof e==`number`?e.toString().length<=10?e*1e3:e:e.getTime(),!Number.isFinite(t))return``;let n=Date.now(),r=n-t,i=Math.abs(r)/6e4,a=Math.abs(r)/36e5,o=Math.abs(r)/864e5,s=new Date(n),c=new Date(t),l=(s.getFullYear()-c.getFullYear())*12+s.getMonth()-c.getMonth(),u=r<0?`后`:`前`;return Math.abs(l)>=12?`${Math.floor(Math.abs(l)/12)}年${u}`:Math.abs(l)>=6?`半年${u}`:Math.abs(l)>=1?`${Math.abs(l)}月${u}`:o>=15?`半月${u}`:o>=7?`${Math.floor(o/7)}周${u}`:o>=1?`${Math.floor(o)}天${u}`:a>=1?`${Math.floor(a)}小时${u}`:i>=1?`${Math.floor(i)}分钟${u}`:`刚刚`}function On(e=!1){let t=new Date,n=new Date;return En(e?n:t,e?1:-1,`month`),t.setHours(0,0,0,0),n.setHours(23,59,59,999),[t,n]}function kn(e){return e.getTime()>Date.now()}function An(){let e=new Date().getHours();return e<5?`夜深了,注意身体哦!`:e<9?`早上好!欢迎回来!`:e<12?`上午好!欢迎回来!`:e<14?`中午好!欢迎回来!`:e<18?`下午好!欢迎回来!`:e<24?`晚上好!欢迎回来!`:`您好!欢迎回来!`}function jn(e=!1){return e?[Y(`后1天`,1,`day`,!0),Y(`后3天`,3,`day`,!0),Y(`后1周`,7,`day`,!0),Y(`后1月`,1,`month`,!0),Y(`后3月`,3,`month`,!0),Y(`后6月`,6,`month`,!0),Y(`后1年`,1,`year`,!0)]:[Y(`近1天`,1,`day`,!1),Y(`近3天`,3,`day`,!1),Y(`近1周`,7,`day`,!1),Y(`近1月`,1,`month`,!1),Y(`近3月`,3,`month`,!1),Y(`近6月`,6,`month`,!1),Y(`近1年`,1,`year`,!1)]}function Mn(e=!1){return e?[J(`今天`,0,`day`),J(`明天`,1,`day`),J(`一周后`,7,`day`),J(`一月后`,1,`month`),J(`一年后`,1,`year`)]:[J(`今天`,0,`day`),J(`昨天`,-1,`day`),J(`一周前`,-7,`day`),J(`一月前`,-1,`month`),J(`一年前`,-1,`year`)]}function Nn(){return gn(new Date)}let Pn=e=>Array.isArray(e),Fn=e=>{if(e.length===0||!Number.isFinite(Number(e)))return!1;let t=e.startsWith(`+`)||e.startsWith(`-`)?e.slice(1):e;return!/^0[box]/iu.test(t)},In=e=>e.startsWith(`--`)?e:(e.startsWith(`ms`)?`-${e}`:e).replace(/([A-Z])/gu,`-$1`).toLowerCase();function Ln(e,t=`px`){if(e==null||e===``)return``;if(t.length===0)throw RangeError(`unit cannot be empty.`);if(typeof e==`number`){if(!Number.isFinite(e))throw RangeError(`value must be finite.`);return e===0?`0`:`${e}${t}`}let n=e.trim();return Fn(n)?Number(n)===0?`0`:`${n}${t}`:e}function Rn(e){if(e==null||e===``)return``;if(Pn(e))return e.map(e=>Rn(e)).filter(e=>e.length>0).join(` `);if(typeof e==`string`){let t=e.trim();return t.length===0?``:t.endsWith(`;`)?t:`${t};`}return Object.entries(e).filter(([,e])=>e!=null&&e!==``).map(([e,t])=>{if(typeof t==`number`&&!Number.isFinite(t))throw RangeError(`Style property "${e}" must be finite.`);return`${In(e)}:${String(t)};`}).join(` `)}let X=globalThis,zn=()=>typeof X.navigator?.userAgent==`string`?X.navigator.userAgent:``,Bn=()=>typeof X.navigator?.maxTouchPoints==`number`?X.navigator.maxTouchPoints:0;function Vn(){let e=X.window;return e!=null&&e.document!==null&&typeof e.document==`object`}function Hn(){return!Vn()&&typeof X.importScripts==`function`}function Un(){return typeof X.process?.versions?.node==`string`}function Wn(){return X.uni!==void 0}function Gn(){let e=X.crypto,t=e?.subtle;return typeof e?.getRandomValues==`function`&&typeof t?.decrypt==`function`&&typeof t.deriveBits==`function`&&typeof t.deriveKey==`function`&&typeof t.digest==`function`&&typeof t.encrypt==`function`&&typeof t.exportKey==`function`&&typeof t.generateKey==`function`&&typeof t.importKey==`function`&&typeof t.sign==`function`&&typeof t.verify==`function`}function Kn(){return Vn()?`browser`:Hn()?`worker`:Un()?`node`:`unknown`}function qn(e=zn()){return/Mobile|iPhone|Android.*Mobile|Windows Phone/iu.test(e)}function Jn(e=zn(),t=Bn()){return/iPad|Android(?!.*Mobile)|Tablet/iu.test(e)||/Macintosh/iu.test(e)&&t>1}let Yn=globalThis,Xn=()=>{let e=Yn.uni;if(e===void 0)return;if(typeof e!=`object`&&typeof e!=`function`||e===null)throw TypeError(`The global uni object does not provide synchronous Storage APIs.`);let t=e;if(typeof t.getStorageSync!=`function`||typeof t.getStorageInfoSync!=`function`||typeof t.removeStorageSync!=`function`||typeof t.setStorageSync!=`function`)throw TypeError(`The global uni object does not provide synchronous Storage APIs.`);return t},Zn={decode:e=>JSON.parse(e),encode:e=>{let t=JSON.stringify(e);if(typeof t!=`string`)throw TypeError(`The storage value is not JSON-serializable.`);return t}},Qn={decode:e=>JSON.parse(Me(e)),encode:e=>{let t=JSON.stringify(e);if(typeof t!=`string`)throw TypeError(`The storage value is not JSON-serializable.`);return je(t)}},Z,$n=e=>typeof e==`object`&&!!e&&!Array.isArray(e),er=e=>{if(typeof e!=`string`||e.length===0)throw TypeError(`Storage keys must be non-empty strings.`)},tr=e=>{let t=e===`local`?Yn.localStorage:Yn.sessionStorage;if(t===void 0)throw Error(`${e}Storage is unavailable in the current runtime.`);return{getItem:e=>t.getItem(e),keys:()=>{let e=[];for(let n=0;n<t.length;n+=1){let r=t.key(n);r!==null&&e.push(r)}return e},removeItem:e=>{t.removeItem(e)},setItem:(e,n)=>{t.setItem(e,n)}}},nr=e=>({getItem:t=>{let n=e.getStorageSync(t);return n===``?e.getStorageInfoSync().keys.includes(t)?n:void 0:n},keys:()=>[...e.getStorageInfoSync().keys],removeItem:t=>{e.removeStorageSync(t)},setItem:(t,n)=>{e.setStorageSync(t,n)}}),rr=(e,t)=>{if(typeof e!=`string`)throw TypeError(`Storage entry "${t}" is not a string.`);try{let t=JSON.parse(e);if(!$n(t)||t.version!==3||typeof t.data!=`string`||!(t.expiresAt===null||typeof t.expiresAt==`number`&&Number.isFinite(t.expiresAt)))throw TypeError(`Unsupported storage envelope.`);return{data:t.data,expiresAt:t.expiresAt,version:3}}catch(e){throw TypeError(`Storage entry "${t}" is corrupted or unsupported.`,{cause:e})}},ir=(e,t,n,r)=>{let i=e=>`${t}${e}`,a=e=>{let n=e.keys();if(!Array.isArray(n)||!n.every(e=>typeof e==`string`))throw TypeError(`Storage backend keys must be strings.`);return[...new Set(n.filter(e=>e.startsWith(t)).map(e=>e.slice(t.length)))].sort()},o=(e,t)=>{er(t);let n=i(t),a=e.getItem(n);if(a==null)return;let o=rr(a,n);if(o.expiresAt===null)return o;let s=r();if(!Number.isFinite(s))throw RangeError(`Storage clock must return a finite timestamp.`);if(s<o.expiresAt)return o;e.removeItem(n)};return{prefix:t,clear(){let t=e();for(let e of a(t))t.removeItem(i(e))},get(t){let r=o(e(),t);if(r!==void 0)try{return n.decode(r.data)}catch(e){throw TypeError(`Storage entry "${i(t)}" could not be decoded.`,{cause:e})}},has:t=>o(e(),t)!==void 0,keys:()=>a(e()),pruneExpired(){let t=e(),n=0;for(let e of a(t))t.getItem(i(e))!=null&&o(t,e)===void 0&&(n+=1);return n},remove(t){er(t),e().removeItem(i(t))},removeByPrefix(t){er(t);let n=e();for(let e of a(n))e.startsWith(t)&&n.removeItem(i(e))},set(t,a,o={}){if(er(t),a===void 0)throw TypeError(`Top-level undefined cannot be stored; remove the key instead.`);let s=null;if(o.ttlMs!==void 0){if(!Number.isFinite(o.ttlMs)||o.ttlMs<=0)throw RangeError(`ttlMs must be a positive finite number.`);let e=r();if(!Number.isFinite(e)||!Number.isFinite(e+o.ttlMs))throw RangeError(`Storage expiry exceeds the supported timestamp range.`);s=e+o.ttlMs}let c;try{if(c=n.encode(a),typeof c!=`string`)throw TypeError(`Storage codecs must return strings.`)}catch(e){throw TypeError(`The storage value could not be encoded.`,{cause:e})}e().setItem(i(t),JSON.stringify({data:c,expiresAt:s,version:3}))}}},ar=()=>{if(Z===void 0&&lr(),Z===void 0)throw Error(`Storage configuration could not be initialized.`);return Z},or=(e,t)=>{let n=()=>{let n=e(ar());if(n===void 0)throw Error(`${t} is unavailable in uni-app.`);return n};return{get prefix(){return n().prefix},clear:()=>{n().clear()},get:e=>n().get(e),has:e=>n().has(e),keys:()=>n().keys(),pruneExpired:()=>n().pruneExpired(),remove:e=>{n().remove(e)},removeByPrefix:e=>{n().removeByPrefix(e)},set:(e,t,r)=>{n().set(e,t,r)}}},sr=or(e=>e.local,`Local`),cr=or(e=>e.session,`Session`);function lr(e={}){let t=e.prefix??`fast__`;if(typeof t!=`string`||t.length===0)throw TypeError(`Storage prefix must be a non-empty string.`);if(e.codec!==void 0&&e.crypto===!0)throw TypeError(`Storage codec and crypto options cannot be used together.`);let n=e.codec??(e.crypto===!0?Qn:Zn),r=e.now??Date.now;if(Z!==void 0){if(Z.prefix===t&&Z.codec===n&&Z.now===r)return;throw Error(`Storage has already been configured with different options.`)}let i=Xn(),a={codec:n,local:ir(i===void 0?()=>tr(`local`):()=>nr(i),t,n,r),now:r,prefix:t};i===void 0&&(a.session=ir(()=>tr(`session`),t,n,r)),Z=a}function ur(){return Z!==void 0}let Q=`en-US`,dr=1e6,fr=/^[0-9a-f]{8}-[0-9a-f]{4}-4[0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$/iu,pr=globalThis,mr=()=>{let e=pr.crypto;if(typeof e?.getRandomValues!=`function`)throw Error(`Web Crypto random generation is unavailable in the current runtime.`);return e},hr=e=>{e[6]=(e[6]??0)&15|64,e[8]=(e[8]??0)&63|128;let t=Array.from(e,e=>e.toString(16).padStart(2,`0`)).join(``);return`${t.slice(0,8)}-${t.slice(8,12)}-${t.slice(12,16)}-${t.slice(16,20)}-${t.slice(20)}`},gr=(e,t)=>{let n=pr.Intl?.Segmenter;if(typeof n!=`function`)throw Error(`Intl.Segmenter is unavailable in the current runtime.`);let r=new n(t??Q,{granularity:`grapheme`});return Array.from(r.segment(e),({segment:e})=>e)};function _r(e,t=10){if(!Number.isSafeInteger(t)||t<0)throw RangeError(`maxDepth must be a non-negative safe integer.`);let n=e;for(let e=0;e<t;e+=1){let e=decodeURIComponent(n);if(e===n)break;n=e}return n}function vr(e){let t=e.indexOf(`#`),n=t<0?e:e.slice(0,t),r=/^[a-z][a-z\d+.-]*:\/\//iu.test(n),i=n.indexOf(`?`);if(r&&i<0)return{};let a=r?n.slice(i+1):n.replace(/^\?/u,``),o={};for(let[e,t]of new URLSearchParams(a)){let n=Object.hasOwn(o,e)?o[e]:void 0;n===void 0?Object.defineProperty(o,e,{configurable:!0,enumerable:!0,value:t,writable:!0}):Array.isArray(n)?n.push(t):Object.defineProperty(o,e,{configurable:!0,enumerable:!0,value:[n,t],writable:!0})}return o}function yr(e){if(e.trim().length===0)return!1;try{return JSON.parse(e),!0}catch{return!1}}function br(e){return e.trim().replace(/(\p{Ll}|\p{N})(\p{Lu})/gu,`$1 $2`).replace(/(\p{Lu})(\p{Lu}\p{Ll})/gu,`$1 $2`).split(/[\s_-]+/u).filter(e=>e.length>0)}function xr(e,t){let n=Array.from(e),r=n.shift();return r===void 0?``:r.toLocaleUpperCase(t??Q)+n.join(``)}function Sr(e,t){let n=Array.from(e),r=n.shift();return r===void 0?``:r.toLocaleLowerCase(t??Q)+n.join(``)}function Cr(e,t){return br(e).map((e,n)=>{let r=e.toLocaleLowerCase(t??Q);return n===0?r:xr(r,t)}).join(``)}function wr(e,t){return xr(Cr(e,t),t)}function Tr(e,t){return br(e).map(e=>e.toLocaleLowerCase(t??Q)).join(`-`)}function Er(e,t,n=`…`,r){if(!Number.isSafeInteger(t)||t<0)throw RangeError(`maxLength must be a non-negative safe integer.`);let i=gr(e,r);return i.length>t?i.slice(0,t).join(``)+n:e}function Dr(e,t=`ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789`){if(!Number.isSafeInteger(e)||e<0||e>dr)throw RangeError(`length must be a safe integer from 0 through ${dr}.`);let n=Array.from(t);if(n.length===0)throw RangeError(`alphabet cannot be empty.`);if(new Set(n).size!==n.length)throw RangeError(`alphabet cannot contain duplicate characters.`);if(n.length>4294967296)throw RangeError(`alphabet cannot contain more than 2^32 characters.`);if(e===0)return``;let r=mr(),i=Math.floor(4294967296/n.length)*n.length,a=[];for(;a.length<e;){let t=e-a.length,o=r.getRandomValues(new Uint32Array(Math.min(t,16384)));for(let t of o){if(t>=i)continue;let r=n[t%n.length];if(r!==void 0&&(a.push(r),a.length===e))break}}return a.join(``)}function Or(){let e=mr();return typeof e.randomUUID==`function`?e.randomUUID():hr(e.getRandomValues(new Uint8Array(16)))}function kr(e){return fr.test(e)}function Ar(e){return e.replace(/[&<>"']/gu,e=>{switch(e){case`&`:return`&`;case`<`:return`<`;case`>`:return`>`;case`"`:return`"`;default:return`'`}})}function jr(e){return e.trim().replace(/\s+/gu,` `)}let Mr=`identity:installation-id`,Nr=e=>{if(!kr(e))throw TypeError(`Installation Identity values must be RFC 4122 version 4 UUIDs.`)},Pr,Fr=()=>(Pr??=Mr,Pr);function Ir(e={}){let t=e.cacheKey??Mr;if(typeof t!=`string`||t.length===0||t.trim()!==t)throw TypeError(`Installation Identity cacheKey must be a non-empty string without surrounding whitespace.`);if(Pr===void 0){Pr=t;return}if(Pr!==t)throw Error(`Installation Identity has already been configured with a different cacheKey.`)}let $={get cacheKey(){return Fr()},deviceId:``,clear(){sr.remove($.cacheKey),$.deviceId=``},getOrCreate(e){let t=e??($.deviceId.length>0?$.deviceId:$.read())??Or();return Nr(t),sr.set($.cacheKey,t),$.deviceId=t,t},read(){let e=sr.get($.cacheKey);if(e!==void 0){if(typeof e!=`string`)throw TypeError(`The stored identity is corrupted.`);return Nr(e),e}}};function Lr(e){return $.getOrCreate(e)}let Rr={debug:10,info:20,warn:30,error:40},zr=e=>typeof e==`string`&&Object.hasOwn(Rr,e),Br=globalThis,Vr=()=>Br.uni!==void 0&&Br.plus!==void 0,Hr=e=>{if(typeof e==`string`)return e;if(typeof e==`bigint`)return`${e.toString()}n`;if(e instanceof Error)return e.stack??`${e.name}: ${e.message}`;let t=new WeakSet;try{let n=JSON.stringify(e,(e,n)=>typeof n==`bigint`?`${n.toString()}n`:typeof n!=`object`||!n?n:t.has(n)?`[Circular]`:(t.add(n),n),2);return typeof n==`string`?n:String(e)}catch{return String(e)}},Ur={debug:(...e)=>{typeof console.debug==`function`?console.debug(...e):console.log(...e)},log:(...e)=>{console.log(...e)},warn:(...e)=>{console.warn(...e)},error:(...e)=>{console.error(...e)}};function Wr(e={}){let t=e.level??`info`,n=e.prefix??`Fast`,r=e.sink??Ur;if(!zr(t))throw RangeError(`Unknown logger level: ${String(t)}.`);if(typeof n!=`string`||n.length===0)throw RangeError(`Logger prefix must be a non-empty string.`);let i=t,a=n,o=e.uniAppPlusSplit??!1,s=(e,t,n,s)=>{if(typeof t!=`string`)throw TypeError(`Logger scope must be a string.`);if(t.length===0||t.trim()!==t)throw RangeError(`Logger scope must be a non-empty string without surrounding whitespace.`);if(Rr[e]<Rr[i])return;let c=`[${a}:${t}]`,l=e===`info`?`log`:e;if(o&&Vr()){r[l](`${c} ${n}`);for(let e of s)r[l](Hr(e));return}r[l](c,n,...s)};return{debug:(e,t,...n)=>{s(`debug`,e,t,n)},info:(e,t,...n)=>{s(`info`,e,t,n)},warn:(e,t,...n)=>{s(`warn`,e,t,n)},error:(e,t,...n)=>{s(`error`,e,t,n)}}}let Gr=Wr(),Kr=e=>Array.isArray(e),qr=(e,t,n)=>{Object.defineProperty(e,t,{configurable:!0,enumerable:!0,value:n,writable:!0})};function Jr(e){if(typeof e!=`object`||!e)return!1;let t=Object.getPrototypeOf(e);return t===null||t===Object.prototype}function Yr(e,t){return Object.hasOwn(e,t)}function Xr(e,t){let n={};for(let r of t)Object.prototype.propertyIsEnumerable.call(e,r)&&qr(n,r,e[r]);return n}function Zr(e,t){let n={...e};for(let e of t)Reflect.deleteProperty(n,e);return n}function Qr(e,t){let n={};for(let r of Reflect.ownKeys(e))Object.prototype.propertyIsEnumerable.call(e,r)&&qr(n,r,t(e[r],r,e));return n}function $r(e,t){if(Object.is(e,t))return!0;let n=Reflect.ownKeys(e).filter(t=>Object.prototype.propertyIsEnumerable.call(e,t)),r=Reflect.ownKeys(t).filter(e=>Object.prototype.propertyIsEnumerable.call(t,e));return n.length===r.length&&n.every(n=>Object.hasOwn(t,n)&&Object.is(Reflect.get(e,n),Reflect.get(t,n)))}let ei=e=>{if(typeof e==`number`&&!Number.isFinite(e))throw RangeError(`Query parameter numbers must be finite.`);return String(e)};function ti(e,t={}){let n=Object.entries(e);t.sort&&n.sort(([e],[t])=>e<t?-1:+(e>t));let r=new URLSearchParams;for(let[e,t]of n){let n=Kr(t)?t:[t];for(let t of n)t!=null&&r.append(e,ei(t))}let i=r.toString();return t.space===`percent`&&(i=i.replace(/\+/gu,`%20`)),i&&t.prefixQuestionMark?`?${i}`:i}let ni=e=>`on${e.split(`-`).map(e=>e.charAt(0).toUpperCase()+e.slice(1)).join(``)}`;function ri(e,n,r=[]){let i=new Set(r),a=n;return(0,t.computed)(()=>{let t={},n=new Set;for(let r of Object.keys(e)){if(i.has(r))continue;if(r.length===0||/\s/u.test(r))throw TypeError(`Invalid Vue event name: "${r}".`);let e=ni(r);if(n.has(e))throw TypeError(`Vue events map to the same handler property: "${e}".`);n.add(e),Object.defineProperty(t,e,{enumerable:!0,value:(...e)=>{a(r,...e)},writable:!0})}return t})}function ii(e,t){return e(t),t}async function ai(e,...t){if(e!=null)return await e(...t)}let oi=e=>{if(typeof e!=`object`||!e)throw TypeError(`Vue plugin installation requires a Vue 3 App.`);let t=e;if(typeof t.component!=`function`||typeof t.directive!=`function`)throw TypeError(`Vue plugin installation requires component() and directive() registration methods.`);return t},si=e=>{let t=e.name;if(typeof t!=`string`||t.length===0||/\s/u.test(t))throw TypeError(`Installable Vue components must expose a non-empty name without whitespace.`);return t},ci=(e,t)=>{let n=si(t),r=e.component(n);if(r!==void 0&&r!==t)throw Error(`Vue component name "${n}" is already registered by another component.`);return{component:t,name:n,registered:r===t}};function li(e,t){let n=new Set([si(e)]);if(`install`in Object(e))throw TypeError(`The Vue component already defines an install property.`);let r=Object.entries(t??{});if(t!==void 0&&Object.getOwnPropertySymbols(t).some(e=>Object.prototype.propertyIsEnumerable.call(t,e)))throw TypeError(`Vue component extras must use string property names.`);for(let[t,i]of r){let r=si(i);if(n.has(r))throw TypeError(`Vue component name "${r}" is registered more than once.`);if(n.add(r),t===`install`||t in Object(e))throw TypeError(`Vue component extra "${t}" would overwrite a property on the main component.`)}let i=e;for(let[e,t]of r)Object.defineProperty(i,e,{configurable:!0,enumerable:!0,value:t,writable:!0});return i.install=t=>{let n=oi(t),i=[e,...r.map(([,e])=>e)].map(e=>ci(n,e));for(let e of i)e.registered||n.component(e.name,e.component)},i}function ui(e){if(`install`in Object(e))throw TypeError(`The Vue component already defines an install property.`);let t=e;return t.install=()=>void 0,t}function di(e,t){if(t.length===0||/\s/u.test(t)||t.startsWith(`v-`))throw TypeError(`Installable Vue directives require a name without whitespace or a v- prefix.`);if(`install`in Object(e))throw TypeError(`The Vue directive already defines an install property.`);let n=e;return n.install=n=>{let r=oi(n),i=r.directive(t);if(i!==void 0&&i!==e)throw Error(`Vue directive name "${t}" is already registered by another directive.`);i!==e&&r.directive(t,e)},n}function fi(e){return e}function pi(e,n,r=[]){let i=new Set(r);return(0,t.computed)(()=>{let t={};for(let r of Reflect.ownKeys(n))i.has(r)||!Object.hasOwn(e,r)||Object.defineProperty(t,r,{configurable:!0,enumerable:!0,value:Reflect.get(e,r),writable:!0});return t})}function mi(e){let n=(0,t.getCurrentInstance)();if(n===null)throw Error(`useRender must be called from inside a setup function.`);n.render=e}function hi(){return Object}function gi(e){return e}return e.AESDecrypt=Zt,e.AESDecryptAuthenticated=$t,e.AESDecryptWithPassword=tn,e.AESEncrypt=Xt,e.AESEncryptAuthenticated=Qt,e.AESEncryptWithPassword=en,e.DeriveECDHKeySHA256=pn,e.DeriveECDHSecret=fn,e.ECDSASign=ln,e.ECDSAVerify=un,e.FixedTimeEquals=Pt,e.GenerateECDHKeyPair=dn,e.GenerateECDSAKeyPair=cn,e.GenerateRSAKeyPair=nn,e.GenerateRandomBytes=K,e.HKDFSHA256=Yt,e.HMACSHA256Encrypt=Ut,e.HMACSHA384Encrypt=Wt,e.HMACSHA512Encrypt=Gt,e.HashPasswordPBKDF2SHA256=qt,e.Local=sr,e.MD5Encrypt=Ft,e.PBKDF2SHA256=Kt,e.RSADecryptOAEP=an,e.RSAEncryptOAEP=rn,e.RSASignPSS=on,e.RSAVerifyPSS=sn,e.SHA1Encrypt=It,e.SHA256Bytes=Lt,e.SHA256Encrypt=Rt,e.SHA384Bytes=zt,e.SHA384Encrypt=Bt,e.SHA512Bytes=Vt,e.SHA512Encrypt=Ht,e.Session=cr,e.VerifyPasswordPBKDF2SHA256=Jt,e.addCssUnit=Ln,e.addDays=vn,e.addMonths=yn,e.addYears=bn,e.allEqualBy=b,e.average=de,e.base64StorageCodec=Qn,e.callOptionalFunction=ai,e.camelCase=Cr,e.chunk=d,e.clamp=se,e.configureInstallationIdentity=Ir,e.configureStorage=lr,e.contrastRatio=We,e.createDateRangeShortcuts=jn,e.createDateShortcuts=Mn,e.createLogger=Wr,e.createOneMonthRangeFromToday=On,e.debounce=k,e.decodeBase64=xe,e.decodeBase64Bytes=I,e.decodeBase64Url=Ce,e.decodeBase64UrlBytes=R,e.decodeLatin1Base64=Te,e.decodeSecureBase64=Me,e.decodeURIComponentRepeatedly=_r,e.definePropType=fi,e.detectRuntime=Kn,e.difference=_,e.encodeBase64=be,e.encodeBase64Bytes=F,e.encodeBase64Url=Se,e.encodeBase64UrlBytes=L,e.encodeLatin1Base64=we,e.encodeSecureBase64=je,e.endOfDay=_n,e.escapeHtml=Ar,e.formatBytes=pe,e.formatChineseRelativeTime=Dn,e.formatHexColor=Re,e.formatRelativeTime=Tn,e.generateUuidV4=Or,e.getLocalDayBounds=Cn,e.getLocalTimeGreeting=An,e.getOrCreateInstallationId=Lr,e.getStartOfToday=Nn,e.groupBy=h,e.hasDuplicatesBy=y,e.hasOwn=Yr,e.hasWebCrypto=Gn,e.inRange=ce,e.installationIdentity=$,e.intersection=v,e.isBrowser=Vn,e.isDateAfterNow=kn,e.isFuture=Sn,e.isMobileUserAgent=qn,e.isNode=Un,e.isPlainObject=Jr,e.isSameDay=xn,e.isStorageConfigured=ur,e.isTabletUserAgent=Jn,e.isUniApp=Wn,e.isUuidV4=kr,e.isValidDate=hn,e.isValidJson=yr,e.isWebWorker=Hn,e.isWithinInterval=wn,e.kebabCase=Tr,e.lerp=fe,e.logger=Gr,e.lowerFirst=Sr,e.makeSlots=hi,e.mapConcurrent=O,e.mapValues=Qr,e.mixHexColorWithBlack=Be,e.mixHexColorWithWhite=Ve,e.mixHexColors=ze,e.normalizeWhitespace=jr,e.omit=Zr,e.parseHexColor=Le,e.parseQueryString=vr,e.partition=g,e.pascalCase=wr,e.pick=Xr,e.pickHigherContrastColor=Ge,e.relativeLuminance=Ue,e.removeNullishValues=f,e.retry=D,e.roundTo=le,e.secureRandomInt=me,e.secureRandomString=Dr,e.serializeStyle=Rn,e.shallowEqual=$r,e.sleep=T,e.splitWords=br,e.startOfDay=gn,e.sum=ue,e.throttle=A,e.toDate=q,e.toQueryString=ti,e.truncateGraphemes=Er,e.unique=p,e.uniqueBy=m,e.upperFirst=xr,e.useEmits=ri,e.useExpose=ii,e.useProps=pi,e.useRender=mi,e.withDefineType=gi,e.withInstall=li,e.withInstallDirective=di,e.withNoopInstall=ui,e.withTimeout=E,e})({},Vue);
|
|
1
|
+
var FastUtils=(function(e,t){Object.defineProperty(e,Symbol.toStringTag,{value:`Module`});var n=Object.create,r=Object.defineProperty,i=Object.getOwnPropertyDescriptor,a=Object.getOwnPropertyNames,o=Object.getPrototypeOf,s=Object.prototype.hasOwnProperty,c=(e,t)=>()=>(t||(e((t={exports:{}}).exports,t),e=null),t.exports),l=(e,t,n,o)=>{if(t&&typeof t==`object`||typeof t==`function`)for(var c=a(t),l=0,u=c.length,d;l<u;l++)d=c[l],!s.call(e,d)&&d!==n&&r(e,d,{get:(e=>t[e]).bind(null,d),enumerable:!(o=i(t,d))||o.enumerable});return e},u=(e,t,i)=>(i=e==null?{}:n(o(e)),l(t||!e||!e.__esModule||!s.call(e,`default`)?r(i,`default`,{value:e,enumerable:!0}):i,e));function d(e,t){if(!Number.isSafeInteger(t)||t<=0)throw RangeError(`size must be a positive safe integer.`);let n=[];for(let r=0;r<e.length;r+=t)n.push(e.slice(r,r+t));return n}function f(e){return e.filter(e=>e!=null)}function p(e){let t=[],n=new Set;for(let r=0;r<e.length;r+=1){if(!(r in e))continue;let i=e[r];n.has(i)||(n.add(i),t.push(i))}return t}function m(e,t){let n=new Set,r=[];for(let i=0;i<e.length;i+=1){let a=e[i];if(a===void 0&&!(i in e))continue;let o=t(a,i);n.has(o)||(n.add(o),r.push(a))}return r}function h(e,t){let n=new Map;return e.forEach((e,r)=>{let i=t(e,r),a=n.get(i);a===void 0?n.set(i,[e]):a.push(e)}),n}function g(e,t){let n=[],r=[];return e.forEach((e,i)=>(t(e,i)?n:r).push(e)),[n,r]}function _(e,t){let n=new Set(p(t));return p(e).filter(e=>!n.has(e))}function v(e,t){let n=new Set(p(t));return p(e).filter(e=>n.has(e))}function y(e,t){let n=new Set;for(let r=0;r<e.length;r+=1){let i=e[r];if(i===void 0&&!(r in e))continue;let a=t(i,r);if(n.has(a))return!0;n.add(a)}return!1}function b(e,t){let n,r=!1;for(let i=0;i<e.length;i+=1){let a=e[i];if(a===void 0&&!(i in e))continue;let o=t(a,i);if(!r){n=o,r=!0;continue}if(!(n===o||Number.isNaN(n)&&Number.isNaN(o)))return!1}return!0}let x=2147483647,S=e=>{let t=Error(`The operation was aborted.`,{cause:e.reason});return t.name=`AbortError`,t},C=e=>{if(e?.aborted)throw S(e)},w=(e,t=`milliseconds`)=>{if(!Number.isFinite(e)||e<0||e>x)throw RangeError(`${t} must be a finite number from 0 through ${x}.`);return e};function T(e,t={}){let n=w(e),r=t.signal;return C(r),new Promise((e,t)=>{let i=()=>{r!==void 0&&(clearTimeout(a),t(S(r)))},a=setTimeout(()=>{r?.removeEventListener(`abort`,i),e()},n);r?.addEventListener(`abort`,i,{once:!0})})}function E(e,t,n={}){let r=w(t,`timeoutMs`),i=n.signal;return C(i),new Promise((t,a)=>{let o=!1,s=()=>{clearTimeout(u),i?.removeEventListener(`abort`,l)},c=e=>{o||(o=!0,s(),e())},l=()=>{i!==void 0&&c(()=>{a(S(i))})},u=setTimeout(()=>{c(()=>{a(Error(n.message??`The operation exceeded ${r} ms.`))})},r);i?.addEventListener(`abort`,l,{once:!0}),Promise.resolve(e).then(e=>{c(()=>{t(e)})},e=>{c(()=>{a(e)})})})}async function D(e,t={}){let n=t.attempts??3,r=w(t.delayMs??200,`delayMs`),i=w(t.maxDelayMs??3e4,`maxDelayMs`),a=t.factor??2;if(!Number.isSafeInteger(n)||n<=0)throw RangeError(`attempts must be a positive safe integer.`);if(!Number.isFinite(a)||a<1)throw RangeError(`factor must be a finite number greater than or equal to 1.`);for(let o=1;o<=n;o+=1){C(t.signal);let s=t.signal===void 0?{attempt:o}:{attempt:o,signal:t.signal};try{return await e(s)}catch(e){if(o===n||t.shouldRetry!==void 0&&!await t.shouldRetry(e,s))throw e;await T(r===0?0:Math.min(r*a**(o-1),i),t.signal===void 0?{}:{signal:t.signal})}}throw Error(`Retry finished without a result.`)}async function O(e,t,n,r={}){if(!Number.isSafeInteger(t)||t<=0)throw RangeError(`concurrency must be a positive safe integer.`);C(r.signal);let i=Array(e.length),a=0,o=!1,s=async()=>{for(;!o;){C(r.signal);let t=a;if(t>=e.length)return;if(a+=1,t in e)try{i[t]=await n(e[t],t,r.signal)}catch(e){throw o=!0,e}}},c=Math.min(t,e.length);return await Promise.all(Array.from({length:c},()=>s())),i}function k(e,t=300){let n=w(t,`delayMs`),r,i,a=[],o=async()=>{let t=i;if(t===void 0)throw Error(`No debounced invocation is pending.`);i=void 0,r=void 0;let n=a;a=[];try{let r=await e(...t);return n.forEach(e=>{e.resolve(r)}),r}catch(e){throw n.forEach(t=>{t.reject(e)}),e}},s=(...e)=>(i=e,r!==void 0&&clearTimeout(r),r=setTimeout(()=>{o().catch(()=>void 0)},n),new Promise((e,t)=>a.push({reject:t,resolve:e})));return s.cancel=e=>{r!==void 0&&clearTimeout(r),r=void 0,i=void 0;let t=e??Error(`The debounced invocation was cancelled.`);a.forEach(e=>{e.reject(t)}),a=[]},s.flush=()=>{if(r!==void 0)return clearTimeout(r),o()},s.pending=()=>r!==void 0,s}function A(e,t=300){let n=w(t,`delayMs`),r,i,a=!1,o=!1,s=()=>{!a&&o&&(i=void 0)},c=(...t)=>{if(i!==void 0)return i;a=!0,o=!1;let c;try{c=Promise.resolve(e(...t))}catch(e){c=Promise.reject(e)}return i=c,c.then(()=>{o=!0,s()},()=>{o=!0,s()}),r=setTimeout(()=>{r=void 0,a=!1,s()},n),c};return c.cancel=()=>{r!==void 0&&clearTimeout(r),r=void 0,a=!1,s()},c.pending=()=>i!==void 0,c}let ee=()=>{let e=globalThis.TextDecoder;if(typeof e!=`function`)throw Error(`TextDecoder is unavailable in the current runtime.`);return new e(`utf-8`,{fatal:!0})},te=()=>{let e=globalThis.TextEncoder;if(typeof e!=`function`)throw Error(`TextEncoder is unavailable in the current runtime.`);return new e},j=e=>te().encode(e),ne=[`B`,`kB`,`MB`,`GB`,`TB`,`PB`,`EB`,`ZB`,`YB`],re=[`B`,`KiB`,`MiB`,`GiB`,`TiB`,`PiB`,`EiB`,`ZiB`,`YiB`],M=(e,t)=>{if(Number.isNaN(e))throw RangeError(`${t} cannot be NaN.`)},N=(e,t)=>{if(!Number.isFinite(e))throw RangeError(`${t} must be finite.`)},ie=(e,t)=>{if(Object.is(e,-0))return-0;let[n=`0`,r=`0`]=e.toString().split(`e`);return Number(`${n}e${Number(r)+t}`)};function ae(e,t,n){if(M(e,`value`),M(t,`minimum`),M(n,`maximum`),t>n)throw RangeError(`minimum cannot be greater than maximum.`);return Math.min(Math.max(e,t),n)}function oe(e,t,n,r=!1){if(M(e,`value`),M(t,`minimum`),M(n,`maximum`),t>n)throw RangeError(`minimum cannot be greater than maximum.`);return e>=t&&(r?e<=n:e<n)}function se(e,t=0){if(N(e,`value`),!Number.isSafeInteger(t)||t<-15||t>15)throw RangeError(`digits must be a safe integer between -15 and 15.`);let n=ie(e,t);return Number.isFinite(n)?ie(Math.round(n),-t):e}function ce(e){let t=0,n=0;return e.forEach(e=>{N(e,`value`);let r=e-n,i=t+r;if(!Number.isFinite(i))throw RangeError(`The sum exceeds the finite number range.`);n=i-t-r,t=i}),t}function le(e){let t=0,n=0;return e.forEach(e=>{N(e,`value`),t+=1,n=n*((t-1)/t)+e/t}),t===0?void 0:n}function ue(e,t,n){N(e,`start`),N(t,`end`),N(n,`amount`);let r=e*(1-n)+t*n;if(!Number.isFinite(r))throw RangeError(`The interpolation result exceeds the finite number range.`);return r}function de(e,t={}){if(N(e,`bytes`),e<0)throw RangeError(`bytes cannot be negative.`);let n=t.base??1024;if(n!==1e3&&n!==1024)throw RangeError(`base must be 1000 or 1024.`);let r=n,i=t.decimals??2;if(!Number.isSafeInteger(i)||i<0||i>20)throw RangeError(`decimals must be a safe integer between 0 and 20.`);if(e===0)return`0 B`;let a=r===1024?re:ne,o=Math.min(Math.floor(Math.log(e)/Math.log(r)),a.length-1),s=e/r**o;return`${new Intl.NumberFormat(t.locale??`en-US`,{maximumFractionDigits:i,minimumFractionDigits:0,useGrouping:!1}).format(s)} ${a[o]??a.at(-1)}`}function fe(e,t){if(!Number.isSafeInteger(e)||!Number.isSafeInteger(t))throw RangeError(`minimum and maximumExclusive must be safe integers.`);let n=t-e,r=4294967296;if(n<=0||n>r)throw RangeError(`The interval must be non-empty and no wider than 2^32.`);let i=globalThis.crypto,a=typeof i?.getRandomValues==`function`,o=Math.floor(r/n)*n,s=new Uint32Array(1),c;do a?i.getRandomValues(s):s[0]=Math.floor(Math.random()*r),c=s[0]??r;while(c>=o);return e+c%n}let P=`ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/`,pe=e=>TypeError(`The value is not valid ${e===`url`?`Base64URL`:`Base64`}.`),me=(e,t)=>{let n=t===`standard`?e.replace(/[\t\n\f\r ]+/gu,``):e;if(!(t===`url`?/^[\w-]*={0,2}$/u:/^[A-Za-z\d+/]*={0,2}$/u).test(n)||n.length%4==1||n.includes(`=`)&&n.length%4!=0)throw pe(t);let r=(t===`url`?n.replace(/-/gu,`+`).replace(/_/gu,`/`):n).replace(/=+$/u,``);return r.padEnd(Math.ceil(r.length/4)*4,`=`)},he=e=>{let t=``;for(let n=0;n<e.length;n+=3){let r=e[n]??0,i=e[n+1],a=e[n+2],o=r<<16|(i??0)<<8|(a??0);t+=P[o>>18&63]??``,t+=P[o>>12&63]??``,t+=i===void 0?`=`:P[o>>6&63]??``,t+=a===void 0?`=`:P[o&63]??``}return t},ge=(e,t)=>{let n=me(e,t);if(n.length===0)return new Uint8Array;let r=n.endsWith(`==`)?2:+!!n.endsWith(`=`),i=new Uint8Array(n.length/4*3-r),a=0;for(let e=0;e<n.length;e+=4){let o=P.indexOf(n[e]??``),s=P.indexOf(n[e+1]??``),c=n[e+2]??`=`,l=n[e+3]??`=`,u=c===`=`?0:P.indexOf(c),d=l===`=`?0:P.indexOf(l);if(o<0||s<0||u<0||d<0||e+4===n.length&&(r===2&&s&15||r===1&&u&3))throw pe(t);let f=o<<18|s<<12|u<<6|d;a<i.length&&(i[a++]=f>>16&255),a<i.length&&(i[a++]=f>>8&255),a<i.length&&(i[a++]=f&255)}return i},_e=e=>{let t=ee();try{return t.decode(e)}catch(e){throw TypeError(`The decoded bytes are not valid UTF-8.`,{cause:e})}};function F(e){return he(e)}function I(e){return ge(e,`standard`)}function ve(e){return he(j(e))}function ye(e){return _e(I(e))}function L(e){return he(e).replace(/\+/gu,`-`).replace(/\//gu,`_`).replace(/=+$/u,``)}function R(e){return ge(e,`url`)}function be(e){return L(j(e))}function xe(e){return _e(R(e))}function Se(e){let t=new Uint8Array(e.length);for(let n=0;n<e.length;n+=1){let r=e.charCodeAt(n);if(r>255)throw TypeError(`The string to be encoded contains characters outside of the Latin-1 range.`);t[n]=r}return F(t)}function Ce(e){let t=I(e),n=``;for(let e of t)n+=String.fromCharCode(e);return n}let we=Object.freeze([{index:977,randomIndex:188},{index:926,randomIndex:201},{index:851,randomIndex:225},{index:700,randomIndex:255},{index:600,randomIndex:268},{index:500,randomIndex:277},{index:400,randomIndex:288},{index:330,randomIndex:327},{index:300,randomIndex:180},{index:200,randomIndex:178},{index:100,randomIndex:124},{index:98,randomIndex:95},{index:92,randomIndex:90},{index:91,randomIndex:87},{index:88,randomIndex:84},{index:82,randomIndex:79},{index:78,randomIndex:71},{index:72,randomIndex:69},{index:68,randomIndex:66},{index:59,randomIndex:55},{index:48,randomIndex:43},{index:42,randomIndex:37},{index:36,randomIndex:30},{index:33,randomIndex:27},{index:24,randomIndex:20},{index:23,randomIndex:18},{index:21,randomIndex:16},{index:17,randomIndex:14},{index:13,randomIndex:9},{index:7,randomIndex:4},{index:5,randomIndex:3},{index:2,randomIndex:1}]),Te=e=>{if(!Number.isSafeInteger(e)||e<0)throw RangeError(`prefixStrLength must be a non-negative safe integer.`)},Ee=e=>{let t=``;for(let n=0;n<e;n+=1)t+=`ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz`[fe(0,52)]??``;return t},De=e=>{let t=e;for(let n of we){if(n.index>=e.length)continue;let r=e[n.randomIndex]??e.at(-1)??``;t=t.slice(0,n.index)+r+t.slice(n.index)}return t},Oe=e=>{let t=e;for(let n=we.length-1;n>=0;--n){let r=we[n];r!==void 0&&r.index<e.length&&(t=t.slice(0,r.index)+t.slice(r.index+1))}return t};function ke(e,t=6){if(e.length===0)return``;Te(t);let n=Ee(t),r=Se(encodeURIComponent(e));return t!==0&&(r=De(r)),n+r}function Ae(e,t=6){if(e.length===0)return``;if(Te(t),t>e.length)throw TypeError(`The Base64 value is shorter than its configured prefix.`);let n=e.slice(t);return t!==0&&(n=Oe(n)),decodeURIComponent(Ce(n))}let je=(e,t)=>{if(!Number.isFinite(e)||e<0||e>255)throw RangeError(`${t} must be a finite number from 0 through 255.`)},Me=e=>{if(!Number.isFinite(e)||e<0||e>1)throw RangeError(`alpha must be a finite number from 0 through 1.`)},Ne=e=>{let t=e.startsWith(`#`)?e.slice(1):e;if(![3,4,6,8].includes(t.length)||!/^[\dA-F]+$/iu.test(t))throw TypeError(`Expected a 3, 4, 6, or 8 digit hexadecimal color.`);return t.length<=4?Array.from(t,e=>`${e}${e}`).join(``):t},Pe=e=>Math.round(e).toString(16).padStart(2,`0`);function Fe(e){let t=Ne(e);return{red:Number.parseInt(t.slice(0,2),16),green:Number.parseInt(t.slice(2,4),16),blue:Number.parseInt(t.slice(4,6),16),alpha:t.length===8?Number.parseInt(t.slice(6,8),16)/255:1}}function Ie(e,t=`alpha`in e&&e.alpha<1){je(e.red,`red`),je(e.green,`green`),je(e.blue,`blue`);let n=`alpha`in e?e.alpha:1;return Me(n),`#${`${Pe(e.red)}${Pe(e.green)}${Pe(e.blue)}`}${t?Pe(n*255):``}`}function Le(e,t,n){if(!Number.isFinite(n)||n<0||n>1)throw RangeError(`amount must be a finite number from 0 through 1.`);let r=Fe(e),i=Fe(t),a=(e,t)=>e+(t-e)*n;return Ie({red:a(r.red,i.red),green:a(r.green,i.green),blue:a(r.blue,i.blue),alpha:a(r.alpha,i.alpha)},r.alpha<1||i.alpha<1)}function Re(e,t){return Le(e,`#000000`,t)}function ze(e,t){return Le(e,`#ffffff`,t)}let Be=e=>{let t=e/255;return t<=.04045?t/12.92:((t+.055)/1.055)**2.4};function Ve(e){let{red:t,green:n,blue:r}=Fe(e);return .2126*Be(t)+.7152*Be(n)+.0722*Be(r)}function He(e,t){let n=Ve(e),r=Ve(t),i=Math.max(n,r),a=Math.min(n,r);return(i+.05)/(a+.05)}function Ue(e,t=`#000000`,n=`#ffffff`){return He(e,t)>=He(e,n)?t:n}var We=c((()=>{})),z=c(((e,t)=>{(function(n,r){typeof e==`object`?t.exports=e=r():typeof define==`function`&&define.amd?define([],r):n.CryptoJS=r()})(e,function(){var e=e||function(e,t){var n;if(typeof window<`u`&&window.crypto&&(n=window.crypto),typeof self<`u`&&self.crypto&&(n=self.crypto),typeof globalThis<`u`&&globalThis.crypto&&(n=globalThis.crypto),!n&&typeof window<`u`&&window.msCrypto&&(n=window.msCrypto),!n&&typeof global<`u`&&global.crypto&&(n=global.crypto),!n&&typeof require==`function`)try{n=We()}catch{}var r=function(){if(n){if(typeof n.getRandomValues==`function`)try{return n.getRandomValues(new Uint32Array(1))[0]}catch{}if(typeof n.randomBytes==`function`)try{return n.randomBytes(4).readInt32LE()}catch{}}throw Error(`Native crypto module could not be used to get secure random number.`)},i=Object.create||function(){function e(){}return function(t){var n;return e.prototype=t,n=new e,e.prototype=null,n}}(),a={},o=a.lib={},s=o.Base=function(){return{extend:function(e){var t=i(this);return e&&t.mixIn(e),(!t.hasOwnProperty(`init`)||this.init===t.init)&&(t.init=function(){t.$super.init.apply(this,arguments)}),t.init.prototype=t,t.$super=this,t},create:function(){var e=this.extend();return e.init.apply(e,arguments),e},init:function(){},mixIn:function(e){for(var t in e)e.hasOwnProperty(t)&&(this[t]=e[t]);e.hasOwnProperty(`toString`)&&(this.toString=e.toString)},clone:function(){return this.init.prototype.extend(this)}}}(),c=o.WordArray=s.extend({init:function(e,n){e=this.words=e||[],this.sigBytes=n==t?e.length*4:n},toString:function(e){return(e||u).stringify(this)},concat:function(e){var t=this.words,n=e.words,r=this.sigBytes,i=e.sigBytes;if(this.clamp(),r%4)for(var a=0;a<i;a++){var o=n[a>>>2]>>>24-a%4*8&255;t[r+a>>>2]|=o<<24-(r+a)%4*8}else for(var s=0;s<i;s+=4)t[r+s>>>2]=n[s>>>2];return this.sigBytes+=i,this},clamp:function(){var t=this.words,n=this.sigBytes;t[n>>>2]&=4294967295<<32-n%4*8,t.length=e.ceil(n/4)},clone:function(){var e=s.clone.call(this);return e.words=this.words.slice(0),e},random:function(e){for(var t=[],n=0;n<e;n+=4)t.push(r());return new c.init(t,e)}}),l=a.enc={},u=l.Hex={stringify:function(e){for(var t=e.words,n=e.sigBytes,r=[],i=0;i<n;i++){var a=t[i>>>2]>>>24-i%4*8&255;r.push((a>>>4).toString(16)),r.push((a&15).toString(16))}return r.join(``)},parse:function(e){for(var t=e.length,n=[],r=0;r<t;r+=2)n[r>>>3]|=parseInt(e.substr(r,2),16)<<24-r%8*4;return new c.init(n,t/2)}},d=l.Latin1={stringify:function(e){for(var t=e.words,n=e.sigBytes,r=[],i=0;i<n;i++){var a=t[i>>>2]>>>24-i%4*8&255;r.push(String.fromCharCode(a))}return r.join(``)},parse:function(e){for(var t=e.length,n=[],r=0;r<t;r++)n[r>>>2]|=(e.charCodeAt(r)&255)<<24-r%4*8;return new c.init(n,t)}},f=l.Utf8={stringify:function(e){try{return decodeURIComponent(escape(d.stringify(e)))}catch{throw Error(`Malformed UTF-8 data`)}},parse:function(e){return d.parse(unescape(encodeURIComponent(e)))}},p=o.BufferedBlockAlgorithm=s.extend({reset:function(){this._data=new c.init,this._nDataBytes=0},_append:function(e){typeof e==`string`&&(e=f.parse(e)),this._data.concat(e),this._nDataBytes+=e.sigBytes},_process:function(t){var n,r=this._data,i=r.words,a=r.sigBytes,o=this.blockSize,s=a/(o*4);s=t?e.ceil(s):e.max((s|0)-this._minBufferSize,0);var l=s*o,u=e.min(l*4,a);if(l){for(var d=0;d<l;d+=o)this._doProcessBlock(i,d);n=i.splice(0,l),r.sigBytes-=u}return new c.init(n,u)},clone:function(){var e=s.clone.call(this);return e._data=this._data.clone(),e},_minBufferSize:0});o.Hasher=p.extend({cfg:s.extend(),init:function(e){this.cfg=this.cfg.extend(e),this.reset()},reset:function(){p.reset.call(this),this._doReset()},update:function(e){return this._append(e),this._process(),this},finalize:function(e){return e&&this._append(e),this._doFinalize()},blockSize:512/32,_createHelper:function(e){return function(t,n){return new e.init(n).finalize(t)}},_createHmacHelper:function(e){return function(t,n){return new m.HMAC.init(e,n).finalize(t)}}});var m=a.algo={};return a}(Math);return e})})),Ge=c(((e,t)=>{(function(n,r){typeof e==`object`?t.exports=e=r(z()):typeof define==`function`&&define.amd?define([`./core`],r):r(n.CryptoJS)})(e,function(e){return(function(){var t=e,n=t.lib.WordArray,r=t.enc;r.Base64={stringify:function(e){var t=e.words,n=e.sigBytes,r=this._map;e.clamp();for(var i=[],a=0;a<n;a+=3)for(var o=t[a>>>2]>>>24-a%4*8&255,s=t[a+1>>>2]>>>24-(a+1)%4*8&255,c=t[a+2>>>2]>>>24-(a+2)%4*8&255,l=o<<16|s<<8|c,u=0;u<4&&a+u*.75<n;u++)i.push(r.charAt(l>>>6*(3-u)&63));var d=r.charAt(64);if(d)for(;i.length%4;)i.push(d);return i.join(``)},parse:function(e){var t=e.length,n=this._map,r=this._reverseMap;if(!r){r=this._reverseMap=[];for(var a=0;a<n.length;a++)r[n.charCodeAt(a)]=a}var o=n.charAt(64);if(o){var s=e.indexOf(o);s!==-1&&(t=s)}return i(e,t,r)},_map:`ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=`};function i(e,t,r){for(var i=[],a=0,o=0;o<t;o++)if(o%4){var s=r[e.charCodeAt(o-1)]<<o%4*2|r[e.charCodeAt(o)]>>>6-o%4*2;i[a>>>2]|=s<<24-a%4*8,a++}return n.create(i,a)}})(),e.enc.Base64})})),Ke=c(((e,t)=>{(function(n,r){typeof e==`object`?t.exports=e=r(z()):typeof define==`function`&&define.amd?define([`./core`],r):r(n.CryptoJS)})(e,function(e){return(function(t){var n=e,r=n.lib,i=r.WordArray,a=r.Hasher,o=n.algo,s=[];(function(){for(var e=0;e<64;e++)s[e]=t.abs(t.sin(e+1))*4294967296|0})();var c=o.MD5=a.extend({_doReset:function(){this._hash=new i.init([1732584193,4023233417,2562383102,271733878])},_doProcessBlock:function(e,t){for(var n=0;n<16;n++){var r=t+n,i=e[r];e[r]=(i<<8|i>>>24)&16711935|(i<<24|i>>>8)&4278255360}var a=this._hash.words,o=e[t+0],c=e[t+1],p=e[t+2],m=e[t+3],h=e[t+4],g=e[t+5],_=e[t+6],v=e[t+7],y=e[t+8],b=e[t+9],x=e[t+10],S=e[t+11],C=e[t+12],w=e[t+13],T=e[t+14],E=e[t+15],D=a[0],O=a[1],k=a[2],A=a[3];D=l(D,O,k,A,o,7,s[0]),A=l(A,D,O,k,c,12,s[1]),k=l(k,A,D,O,p,17,s[2]),O=l(O,k,A,D,m,22,s[3]),D=l(D,O,k,A,h,7,s[4]),A=l(A,D,O,k,g,12,s[5]),k=l(k,A,D,O,_,17,s[6]),O=l(O,k,A,D,v,22,s[7]),D=l(D,O,k,A,y,7,s[8]),A=l(A,D,O,k,b,12,s[9]),k=l(k,A,D,O,x,17,s[10]),O=l(O,k,A,D,S,22,s[11]),D=l(D,O,k,A,C,7,s[12]),A=l(A,D,O,k,w,12,s[13]),k=l(k,A,D,O,T,17,s[14]),O=l(O,k,A,D,E,22,s[15]),D=u(D,O,k,A,c,5,s[16]),A=u(A,D,O,k,_,9,s[17]),k=u(k,A,D,O,S,14,s[18]),O=u(O,k,A,D,o,20,s[19]),D=u(D,O,k,A,g,5,s[20]),A=u(A,D,O,k,x,9,s[21]),k=u(k,A,D,O,E,14,s[22]),O=u(O,k,A,D,h,20,s[23]),D=u(D,O,k,A,b,5,s[24]),A=u(A,D,O,k,T,9,s[25]),k=u(k,A,D,O,m,14,s[26]),O=u(O,k,A,D,y,20,s[27]),D=u(D,O,k,A,w,5,s[28]),A=u(A,D,O,k,p,9,s[29]),k=u(k,A,D,O,v,14,s[30]),O=u(O,k,A,D,C,20,s[31]),D=d(D,O,k,A,g,4,s[32]),A=d(A,D,O,k,y,11,s[33]),k=d(k,A,D,O,S,16,s[34]),O=d(O,k,A,D,T,23,s[35]),D=d(D,O,k,A,c,4,s[36]),A=d(A,D,O,k,h,11,s[37]),k=d(k,A,D,O,v,16,s[38]),O=d(O,k,A,D,x,23,s[39]),D=d(D,O,k,A,w,4,s[40]),A=d(A,D,O,k,o,11,s[41]),k=d(k,A,D,O,m,16,s[42]),O=d(O,k,A,D,_,23,s[43]),D=d(D,O,k,A,b,4,s[44]),A=d(A,D,O,k,C,11,s[45]),k=d(k,A,D,O,E,16,s[46]),O=d(O,k,A,D,p,23,s[47]),D=f(D,O,k,A,o,6,s[48]),A=f(A,D,O,k,v,10,s[49]),k=f(k,A,D,O,T,15,s[50]),O=f(O,k,A,D,g,21,s[51]),D=f(D,O,k,A,C,6,s[52]),A=f(A,D,O,k,m,10,s[53]),k=f(k,A,D,O,x,15,s[54]),O=f(O,k,A,D,c,21,s[55]),D=f(D,O,k,A,y,6,s[56]),A=f(A,D,O,k,E,10,s[57]),k=f(k,A,D,O,_,15,s[58]),O=f(O,k,A,D,w,21,s[59]),D=f(D,O,k,A,h,6,s[60]),A=f(A,D,O,k,S,10,s[61]),k=f(k,A,D,O,p,15,s[62]),O=f(O,k,A,D,b,21,s[63]),a[0]=a[0]+D|0,a[1]=a[1]+O|0,a[2]=a[2]+k|0,a[3]=a[3]+A|0},_doFinalize:function(){var e=this._data,n=e.words,r=this._nDataBytes*8,i=e.sigBytes*8;n[i>>>5]|=128<<24-i%32;var a=t.floor(r/4294967296),o=r;n[(i+64>>>9<<4)+15]=(a<<8|a>>>24)&16711935|(a<<24|a>>>8)&4278255360,n[(i+64>>>9<<4)+14]=(o<<8|o>>>24)&16711935|(o<<24|o>>>8)&4278255360,e.sigBytes=(n.length+1)*4,this._process();for(var s=this._hash,c=s.words,l=0;l<4;l++){var u=c[l];c[l]=(u<<8|u>>>24)&16711935|(u<<24|u>>>8)&4278255360}return s},clone:function(){var e=a.clone.call(this);return e._hash=this._hash.clone(),e}});function l(e,t,n,r,i,a,o){var s=e+(t&n|~t&r)+i+o;return(s<<a|s>>>32-a)+t}function u(e,t,n,r,i,a,o){var s=e+(t&r|n&~r)+i+o;return(s<<a|s>>>32-a)+t}function d(e,t,n,r,i,a,o){var s=e+(t^n^r)+i+o;return(s<<a|s>>>32-a)+t}function f(e,t,n,r,i,a,o){var s=e+(n^(t|~r))+i+o;return(s<<a|s>>>32-a)+t}n.MD5=a._createHelper(c),n.HmacMD5=a._createHmacHelper(c)})(Math),e.MD5})})),qe=c(((e,t)=>{(function(n,r){typeof e==`object`?t.exports=e=r(z()):typeof define==`function`&&define.amd?define([`./core`],r):r(n.CryptoJS)})(e,function(e){return(function(){var t=e,n=t.lib,r=n.WordArray,i=n.Hasher,a=t.algo,o=[],s=a.SHA1=i.extend({_doReset:function(){this._hash=new r.init([1732584193,4023233417,2562383102,271733878,3285377520])},_doProcessBlock:function(e,t){for(var n=this._hash.words,r=n[0],i=n[1],a=n[2],s=n[3],c=n[4],l=0;l<80;l++){if(l<16)o[l]=e[t+l]|0;else{var u=o[l-3]^o[l-8]^o[l-14]^o[l-16];o[l]=u<<1|u>>>31}var d=(r<<5|r>>>27)+c+o[l];d+=l<20?(i&a|~i&s)+1518500249:l<40?(i^a^s)+1859775393:l<60?(i&a|i&s|a&s)-1894007588:(i^a^s)-899497514,c=s,s=a,a=i<<30|i>>>2,i=r,r=d}n[0]=n[0]+r|0,n[1]=n[1]+i|0,n[2]=n[2]+a|0,n[3]=n[3]+s|0,n[4]=n[4]+c|0},_doFinalize:function(){var e=this._data,t=e.words,n=this._nDataBytes*8,r=e.sigBytes*8;return t[r>>>5]|=128<<24-r%32,t[(r+64>>>9<<4)+14]=Math.floor(n/4294967296),t[(r+64>>>9<<4)+15]=n,e.sigBytes=t.length*4,this._process(),this._hash},clone:function(){var e=i.clone.call(this);return e._hash=this._hash.clone(),e}});t.SHA1=i._createHelper(s),t.HmacSHA1=i._createHmacHelper(s)})(),e.SHA1})})),Je=c(((e,t)=>{(function(n,r){typeof e==`object`?t.exports=e=r(z()):typeof define==`function`&&define.amd?define([`./core`],r):r(n.CryptoJS)})(e,function(e){(function(){var t=e,n=t.lib.Base,r=t.enc.Utf8,i=t.algo;i.HMAC=n.extend({init:function(e,t){e=this._hasher=new e.init,typeof t==`string`&&(t=r.parse(t));var n=e.blockSize,i=n*4;t.sigBytes>i&&(t=e.finalize(t)),t.clamp();for(var a=this._oKey=t.clone(),o=this._iKey=t.clone(),s=a.words,c=o.words,l=0;l<n;l++)s[l]^=1549556828,c[l]^=909522486;a.sigBytes=o.sigBytes=i,this.reset()},reset:function(){var e=this._hasher;e.reset(),e.update(this._iKey)},update:function(e){return this._hasher.update(e),this},finalize:function(e){var t=this._hasher,n=t.finalize(e);return t.reset(),t.finalize(this._oKey.clone().concat(n))}})})()})})),Ye=c(((e,t)=>{(function(n,r,i){typeof e==`object`?t.exports=e=r(z(),qe(),Je()):typeof define==`function`&&define.amd?define([`./core`,`./sha1`,`./hmac`],r):r(n.CryptoJS)})(e,function(e){return(function(){var t=e,n=t.lib,r=n.Base,i=n.WordArray,a=t.algo,o=a.MD5,s=a.EvpKDF=r.extend({cfg:r.extend({keySize:128/32,hasher:o,iterations:1}),init:function(e){this.cfg=this.cfg.extend(e)},compute:function(e,t){for(var n,r=this.cfg,a=r.hasher.create(),o=i.create(),s=o.words,c=r.keySize,l=r.iterations;s.length<c;){n&&a.update(n),n=a.update(e).finalize(t),a.reset();for(var u=1;u<l;u++)n=a.finalize(n),a.reset();o.concat(n)}return o.sigBytes=c*4,o}});t.EvpKDF=function(e,t,n){return s.create(n).compute(e,t)}})(),e.EvpKDF})})),B=c(((e,t)=>{(function(n,r,i){typeof e==`object`?t.exports=e=r(z(),Ye()):typeof define==`function`&&define.amd?define([`./core`,`./evpkdf`],r):r(n.CryptoJS)})(e,function(e){e.lib.Cipher||function(t){var n=e,r=n.lib,i=r.Base,a=r.WordArray,o=r.BufferedBlockAlgorithm,s=n.enc;s.Utf8;var c=s.Base64,l=n.algo.EvpKDF,u=r.Cipher=o.extend({cfg:i.extend(),createEncryptor:function(e,t){return this.create(this._ENC_XFORM_MODE,e,t)},createDecryptor:function(e,t){return this.create(this._DEC_XFORM_MODE,e,t)},init:function(e,t,n){this.cfg=this.cfg.extend(n),this._xformMode=e,this._key=t,this.reset()},reset:function(){o.reset.call(this),this._doReset()},process:function(e){return this._append(e),this._process()},finalize:function(e){return e&&this._append(e),this._doFinalize()},keySize:128/32,ivSize:128/32,_ENC_XFORM_MODE:1,_DEC_XFORM_MODE:2,_createHelper:function(){function e(e){return typeof e==`string`?S:y}return function(t){return{encrypt:function(n,r,i){return e(r).encrypt(t,n,r,i)},decrypt:function(n,r,i){return e(r).decrypt(t,n,r,i)}}}}()});r.StreamCipher=u.extend({_doFinalize:function(){return this._process(!0)},blockSize:1});var d=n.mode={},f=r.BlockCipherMode=i.extend({createEncryptor:function(e,t){return this.Encryptor.create(e,t)},createDecryptor:function(e,t){return this.Decryptor.create(e,t)},init:function(e,t){this._cipher=e,this._iv=t}}),p=d.CBC=function(){var e=f.extend();e.Encryptor=e.extend({processBlock:function(e,t){var r=this._cipher,i=r.blockSize;n.call(this,e,t,i),r.encryptBlock(e,t),this._prevBlock=e.slice(t,t+i)}}),e.Decryptor=e.extend({processBlock:function(e,t){var r=this._cipher,i=r.blockSize,a=e.slice(t,t+i);r.decryptBlock(e,t),n.call(this,e,t,i),this._prevBlock=a}});function n(e,n,r){var i,a=this._iv;a?(i=a,this._iv=t):i=this._prevBlock;for(var o=0;o<r;o++)e[n+o]^=i[o]}return e}(),m=n.pad={},h=m.Pkcs7={pad:function(e,t){for(var n=t*4,r=n-e.sigBytes%n,i=r<<24|r<<16|r<<8|r,o=[],s=0;s<r;s+=4)o.push(i);var c=a.create(o,r);e.concat(c)},unpad:function(e){var t=e.words[e.sigBytes-1>>>2]&255;e.sigBytes-=t}};r.BlockCipher=u.extend({cfg:u.cfg.extend({mode:p,padding:h}),reset:function(){var e;u.reset.call(this);var t=this.cfg,n=t.iv,r=t.mode;this._xformMode==this._ENC_XFORM_MODE?e=r.createEncryptor:(e=r.createDecryptor,this._minBufferSize=1),this._mode&&this._mode.__creator==e?this._mode.init(this,n&&n.words):(this._mode=e.call(r,this,n&&n.words),this._mode.__creator=e)},_doProcessBlock:function(e,t){this._mode.processBlock(e,t)},_doFinalize:function(){var e,t=this.cfg.padding;return this._xformMode==this._ENC_XFORM_MODE?(t.pad(this._data,this.blockSize),e=this._process(!0)):(e=this._process(!0),t.unpad(e)),e},blockSize:128/32});var g=r.CipherParams=i.extend({init:function(e){this.mixIn(e)},toString:function(e){return(e||this.formatter).stringify(this)}}),_=n.format={},v=_.OpenSSL={stringify:function(e){var t,n=e.ciphertext,r=e.salt;return t=r?a.create([1398893684,1701076831]).concat(r).concat(n):n,t.toString(c)},parse:function(e){var t,n=c.parse(e),r=n.words;return r[0]==1398893684&&r[1]==1701076831&&(t=a.create(r.slice(2,4)),r.splice(0,4),n.sigBytes-=16),g.create({ciphertext:n,salt:t})}},y=r.SerializableCipher=i.extend({cfg:i.extend({format:v}),encrypt:function(e,t,n,r){r=this.cfg.extend(r);var i=e.createEncryptor(n,r),a=i.finalize(t),o=i.cfg;return g.create({ciphertext:a,key:n,iv:o.iv,algorithm:e,mode:o.mode,padding:o.padding,blockSize:e.blockSize,formatter:r.format})},decrypt:function(e,t,n,r){return r=this.cfg.extend(r),t=this._parse(t,r.format),e.createDecryptor(n,r).finalize(t.ciphertext)},_parse:function(e,t){return typeof e==`string`?t.parse(e,this):e}}),b=n.kdf={},x=b.OpenSSL={execute:function(e,t,n,r,i){if(r||=a.random(64/8),i)var o=l.create({keySize:t+n,hasher:i}).compute(e,r);else var o=l.create({keySize:t+n}).compute(e,r);var s=a.create(o.words.slice(t),n*4);return o.sigBytes=t*4,g.create({key:o,iv:s,salt:r})}},S=r.PasswordBasedCipher=y.extend({cfg:y.cfg.extend({kdf:x}),encrypt:function(e,t,n,r){r=this.cfg.extend(r);var i=r.kdf.execute(n,e.keySize,e.ivSize,r.salt,r.hasher);r.iv=i.iv;var a=y.encrypt.call(this,e,t,i.key,r);return a.mixIn(i),a},decrypt:function(e,t,n,r){r=this.cfg.extend(r),t=this._parse(t,r.format);var i=r.kdf.execute(n,e.keySize,e.ivSize,t.salt,r.hasher);return r.iv=i.iv,y.decrypt.call(this,e,t,i.key,r)}})}()})})),Xe=c(((e,t)=>{(function(n,r,i){typeof e==`object`?t.exports=e=r(z(),Ge(),Ke(),Ye(),B()):typeof define==`function`&&define.amd?define([`./core`,`./enc-base64`,`./md5`,`./evpkdf`,`./cipher-core`],r):r(n.CryptoJS)})(e,function(e){return(function(){var t=e,n=t.lib.BlockCipher,r=t.algo,i=[],a=[],o=[],s=[],c=[],l=[],u=[],d=[],f=[],p=[];(function(){for(var e=[],t=0;t<256;t++)t<128?e[t]=t<<1:e[t]=t<<1^283;for(var n=0,r=0,t=0;t<256;t++){var m=r^r<<1^r<<2^r<<3^r<<4;m=m>>>8^m&255^99,i[n]=m,a[m]=n;var h=e[n],g=e[h],_=e[g],v=e[m]*257^m*16843008;o[n]=v<<24|v>>>8,s[n]=v<<16|v>>>16,c[n]=v<<8|v>>>24,l[n]=v;var v=_*16843009^g*65537^h*257^n*16843008;u[m]=v<<24|v>>>8,d[m]=v<<16|v>>>16,f[m]=v<<8|v>>>24,p[m]=v,n?(n=h^e[e[e[_^h]]],r^=e[e[r]]):n=r=1}})();var m=[0,1,2,4,8,16,32,64,128,27,54],h=r.AES=n.extend({_doReset:function(){var e;if(!(this._nRounds&&this._keyPriorReset===this._key)){for(var t=this._keyPriorReset=this._key,n=t.words,r=t.sigBytes/4,a=((this._nRounds=r+6)+1)*4,o=this._keySchedule=[],s=0;s<a;s++)s<r?o[s]=n[s]:(e=o[s-1],s%r?r>6&&s%r==4&&(e=i[e>>>24]<<24|i[e>>>16&255]<<16|i[e>>>8&255]<<8|i[e&255]):(e=e<<8|e>>>24,e=i[e>>>24]<<24|i[e>>>16&255]<<16|i[e>>>8&255]<<8|i[e&255],e^=m[s/r|0]<<24),o[s]=o[s-r]^e);for(var c=this._invKeySchedule=[],l=0;l<a;l++){var s=a-l;if(l%4)var e=o[s];else var e=o[s-4];l<4||s<=4?c[l]=e:c[l]=u[i[e>>>24]]^d[i[e>>>16&255]]^f[i[e>>>8&255]]^p[i[e&255]]}}},encryptBlock:function(e,t){this._doCryptBlock(e,t,this._keySchedule,o,s,c,l,i)},decryptBlock:function(e,t){var n=e[t+1];e[t+1]=e[t+3],e[t+3]=n,this._doCryptBlock(e,t,this._invKeySchedule,u,d,f,p,a);var n=e[t+1];e[t+1]=e[t+3],e[t+3]=n},_doCryptBlock:function(e,t,n,r,i,a,o,s){for(var c=this._nRounds,l=e[t]^n[0],u=e[t+1]^n[1],d=e[t+2]^n[2],f=e[t+3]^n[3],p=4,m=1;m<c;m++){var h=r[l>>>24]^i[u>>>16&255]^a[d>>>8&255]^o[f&255]^n[p++],g=r[u>>>24]^i[d>>>16&255]^a[f>>>8&255]^o[l&255]^n[p++],_=r[d>>>24]^i[f>>>16&255]^a[l>>>8&255]^o[u&255]^n[p++],v=r[f>>>24]^i[l>>>16&255]^a[u>>>8&255]^o[d&255]^n[p++];l=h,u=g,d=_,f=v}var h=(s[l>>>24]<<24|s[u>>>16&255]<<16|s[d>>>8&255]<<8|s[f&255])^n[p++],g=(s[u>>>24]<<24|s[d>>>16&255]<<16|s[f>>>8&255]<<8|s[l&255])^n[p++],_=(s[d>>>24]<<24|s[f>>>16&255]<<16|s[l>>>8&255]<<8|s[u&255])^n[p++],v=(s[f>>>24]<<24|s[l>>>16&255]<<16|s[u>>>8&255]<<8|s[d&255])^n[p++];e[t]=h,e[t+1]=g,e[t+2]=_,e[t+3]=v},keySize:256/32});t.AES=n._createHelper(h)})(),e.AES})})),Ze=c(((e,t)=>{(function(n,r){typeof e==`object`?t.exports=e=r(z()):typeof define==`function`&&define.amd?define([`./core`],r):r(n.CryptoJS)})(e,function(e){return e.enc.Hex})})),Qe=c(((e,t)=>{(function(n,r){typeof e==`object`?t.exports=e=r(z()):typeof define==`function`&&define.amd?define([`./core`],r):r(n.CryptoJS)})(e,function(e){return e.enc.Utf8})})),$e=c(((e,t)=>{(function(n,r,i){typeof e==`object`?t.exports=e=r(z(),B()):typeof define==`function`&&define.amd?define([`./core`,`./cipher-core`],r):r(n.CryptoJS)})(e,function(e){return e.mode.ECB=function(){var t=e.lib.BlockCipherMode.extend();return t.Encryptor=t.extend({processBlock:function(e,t){this._cipher.encryptBlock(e,t)}}),t.Decryptor=t.extend({processBlock:function(e,t){this._cipher.decryptBlock(e,t)}}),t}(),e.mode.ECB})})),et=c(((e,t)=>{(function(n,r,i){typeof e==`object`?t.exports=e=r(z(),B()):typeof define==`function`&&define.amd?define([`./core`,`./cipher-core`],r):r(n.CryptoJS)})(e,function(e){return e.pad.AnsiX923={pad:function(e,t){var n=e.sigBytes,r=t*4,i=r-n%r,a=n+i-1;e.clamp(),e.words[a>>>2]|=i<<24-a%4*8,e.sigBytes+=i},unpad:function(e){var t=e.words[e.sigBytes-1>>>2]&255;e.sigBytes-=t}},e.pad.Ansix923})})),tt=c(((e,t)=>{(function(n,r,i){typeof e==`object`?t.exports=e=r(z(),B()):typeof define==`function`&&define.amd?define([`./core`,`./cipher-core`],r):r(n.CryptoJS)})(e,function(e){return e.pad.Iso10126={pad:function(t,n){var r=n*4,i=r-t.sigBytes%r;t.concat(e.lib.WordArray.random(i-1)).concat(e.lib.WordArray.create([i<<24],1))},unpad:function(e){var t=e.words[e.sigBytes-1>>>2]&255;e.sigBytes-=t}},e.pad.Iso10126})})),nt=c(((e,t)=>{(function(n,r,i){typeof e==`object`?t.exports=e=r(z(),B()):typeof define==`function`&&define.amd?define([`./core`,`./cipher-core`],r):r(n.CryptoJS)})(e,function(e){return e.pad.NoPadding={pad:function(){},unpad:function(){}},e.pad.NoPadding})})),rt=c(((e,t)=>{(function(n,r,i){typeof e==`object`?t.exports=e=r(z(),B()):typeof define==`function`&&define.amd?define([`./core`,`./cipher-core`],r):r(n.CryptoJS)})(e,function(e){return e.pad.Pkcs7})})),it=c(((e,t)=>{(function(n,r,i){typeof e==`object`?t.exports=e=r(z(),B()):typeof define==`function`&&define.amd?define([`./core`,`./cipher-core`],r):r(n.CryptoJS)})(e,function(e){return e.pad.ZeroPadding={pad:function(e,t){var n=t*4;e.clamp(),e.sigBytes+=n-(e.sigBytes%n||n)},unpad:function(e){for(var t=e.words,n=e.sigBytes-1,n=e.sigBytes-1;n>=0;n--)if(t[n>>>2]>>>24-n%4*8&255){e.sigBytes=n+1;break}}},e.pad.ZeroPadding})})),at=u(Xe(),1),ot=u(z(),1),st=u(Ze(),1),V=u(Qe(),1),ct=u(Ke(),1),lt=u($e(),1);et();var ut=u(tt(),1),dt=u(nt(),1),ft=u(rt(),1),pt=u(it(),1),mt=u(qe(),1);let ht=6e5,gt=1e5,_t=5e6,vt=1024,yt=8388608,bt=`FAST-AES-256-GCM-V1`,xt=`FAST-PBKDF2-SHA256-V1`,H=()=>{let e=globalThis.crypto,t=e?.subtle;if(typeof t?.decrypt!=`function`||typeof t.deriveBits!=`function`||typeof t.deriveKey!=`function`||typeof t.digest!=`function`||typeof t.encrypt!=`function`||typeof t.exportKey!=`function`||typeof t.generateKey!=`function`||typeof t.importKey!=`function`||typeof t.sign!=`function`||typeof t.verify!=`function`)throw Error(`Web Crypto SubtleCrypto is unavailable in the current runtime.`);return e},U=e=>{let t=new Uint8Array(e.byteLength);return t.set(e),t.buffer},W={private:`PRIVATE KEY`,public:`PUBLIC KEY`},St=(e,t)=>`-----BEGIN ${e}-----\n${F(new Uint8Array(t)).match(/.{1,64}/gu)?.join(`
|
|
2
|
+
`)??``}\n-----END ${e}-----`,G=(e,t)=>{let n=`-----BEGIN ${t}-----`,r=`-----END ${t}-----`,i=e.trim();if(!i.startsWith(n)||!i.endsWith(r))throw TypeError(`Expected a ${t} PEM value.`);let a=i.slice(n.length,-r.length).replace(/\s+/gu,``);return U(I(a))},Ct=async e=>{let t=H(),[n,r]=await Promise.all([t.subtle.exportKey(`pkcs8`,e.privateKey),t.subtle.exportKey(`spki`,e.publicKey)]);return{privateKey:St(W.private,n),publicKey:St(W.public,r)}},wt=e=>{if(`privateKey`in e&&`publicKey`in e)return e;throw Error(`The runtime did not generate a key pair.`)},Tt=e=>{let t=j(e);if(t.length===0)throw TypeError(`The encryption password cannot be empty.`);if(t.length>vt)throw RangeError(`The UTF-8 password cannot exceed ${vt} bytes.`);return t},Et=e=>{if(!Number.isSafeInteger(e)||e<gt||e>_t)throw RangeError(`iterations must be a safe integer between ${gt} and ${_t}.`);return e},Dt=e=>Array.from(e,e=>e.toString(16).padStart(2,`0`)).join(``),Ot=e=>Dt(e).toUpperCase(),kt=async(e,t,n)=>{let r=j(t);if(r.length===0)throw TypeError(`The HMAC key cannot be empty.`);let i=H(),a=await i.subtle.importKey(`raw`,U(r),{hash:n,name:`HMAC`},!1,[`sign`]),o=await i.subtle.sign(`HMAC`,a,U(j(e)));return new Uint8Array(o)};function K(e){if(!Number.isSafeInteger(e)||e<0||e>65536)throw RangeError(`length must be a safe integer from 0 through 65,536.`);let t=new Uint8Array(e),n=globalThis.crypto;if(typeof n?.getRandomValues==`function`)return n.getRandomValues(t);for(let e=0;e<t.length;e+=1)t[e]=Math.floor(Math.random()*256);return t}function At(e,t){let n=Math.max(e.length,t.length),r=e.length===t.length?0:1;for(let i=0;i<n;i+=1)r|=(e[i]??0)^(t[i]??0);return r===0}function jt(e){return(0,ct.default)(e).toString(st.default)}function Mt(e){return(0,mt.default)(e).toString(st.default).toUpperCase()}async function Nt(e){let t=await H().subtle.digest(`SHA-256`,U(j(e)));return new Uint8Array(t)}async function Pt(e){return Ot(await Nt(e))}async function Ft(e){let t=await H().subtle.digest(`SHA-384`,U(j(e)));return new Uint8Array(t)}async function It(e){return Ot(await Ft(e))}async function Lt(e){let t=await H().subtle.digest(`SHA-512`,U(j(e)));return new Uint8Array(t)}async function Rt(e){return Ot(await Lt(e))}async function zt(e,t){return Dt(await kt(e,t,`SHA-256`))}async function Bt(e,t){return Dt(await kt(e,t,`SHA-384`))}async function Vt(e,t){return Dt(await kt(e,t,`SHA-512`))}async function Ht(e,t,n=ht,r=32){let i=Tt(e);if(t.length<8)throw RangeError(`The PBKDF2 salt must contain at least 8 bytes; 16 or more is recommended.`);if(!Number.isSafeInteger(r)||r<1||r>1024)throw RangeError(`outputLength must be a safe integer between 1 and 1,024.`);let a=H(),o=await a.subtle.importKey(`raw`,U(i),`PBKDF2`,!1,[`deriveBits`]),s=await a.subtle.deriveBits({hash:`SHA-256`,iterations:Et(n),name:`PBKDF2`,salt:U(t)},o,r*8);return new Uint8Array(s)}async function Ut(e,t=ht){let n=K(16),r=await Ht(e,n,t);return[xt,String(t),L(n),L(r)].join(`:`)}async function Wt(e,t){try{let n=t.split(`:`);if(n.length!==4||n[0]!==xt)return!1;let r=Et(Number(n[1])),i=R(n[2]??``),a=R(n[3]??``);return i.length!==16||a.length!==32?!1:At(await Ht(e,i,r,a.length),a)}catch{return!1}}async function Gt(e,t=new Uint8Array,n=new Uint8Array,r=32){if(!Number.isSafeInteger(r)||r<1||r>8160)throw RangeError(`outputLength must be a safe integer between 1 and 8,160.`);let i=H(),a=await i.subtle.importKey(`raw`,U(e),`HKDF`,!1,[`deriveBits`]),o=await i.subtle.deriveBits({hash:`SHA-256`,info:U(n),name:`HKDF`,salt:U(t)},a,r*8);return new Uint8Array(o)}function Kt(e,t,n,r=`CBC`,i=`PKCS7`){if(e.trim().length===0||t.trim().length===0||n.trim().length===0)return null;if(r!==`CBC`&&r!==`ECB`)throw RangeError(`cipherMode must be "CBC" or "ECB".`);let a=ft.default;switch(i){case`None`:a=dt.default;break;case`PKCS7`:break;case`Zeros`:a=pt.default;break;case`ANSIX923`:a=ot.default.pad.AnsiX923;break;case`ISO10126`:a=ut.default;break;default:throw RangeError(`paddingMode is not supported.`)}if(i===`None`&&j(e).length%16!=0)throw RangeError(`AES plaintext must contain a whole number of 16-byte blocks when paddingMode is None.`);let o=V.default.parse(t.padEnd(32,`f`).slice(0,32)),s=V.default.parse(n.padEnd(16,`f`).slice(0,16));return at.default.encrypt(e,o,r===`CBC`?{iv:s,padding:a}:{iv:s,mode:lt.default,padding:a}).toString()}function qt(e,t,n,r=`CBC`,i=`PKCS7`){if(e.trim().length===0||t.trim().length===0||n.trim().length===0)return null;if(r!==`CBC`&&r!==`ECB`)throw RangeError(`cipherMode must be "CBC" or "ECB".`);let a=ft.default;switch(i){case`None`:a=dt.default;break;case`PKCS7`:break;case`Zeros`:a=dt.default;break;case`ANSIX923`:a=ot.default.pad.AnsiX923;break;case`ISO10126`:a=ut.default;break;default:throw RangeError(`paddingMode is not supported.`)}let o=I(e);if(o.length===0||o.length%16!=0)throw RangeError(`AES ciphertext must contain one or more complete 16-byte blocks.`);let s=V.default.parse(t.padEnd(32,`f`).slice(0,32)),c=V.default.parse(n.padEnd(16,`f`).slice(0,16));return at.default.decrypt(e,s,r===`CBC`?{iv:c,padding:a}:{iv:c,mode:lt.default,padding:a}).toString(V.default)}async function Jt(e,t){if(t.trim().length===0)throw TypeError(`The encryption key cannot be empty.`);let n=H(),r=await Nt(t),i=await n.subtle.importKey(`raw`,U(r),{name:`AES-GCM`},!1,[`encrypt`]),a=K(12),o=new Uint8Array(await n.subtle.encrypt({iv:U(a),name:`AES-GCM`,tagLength:128},i,U(j(e)))),s=o.length-16,c=new Uint8Array(1+a.length+16+s);return c[0]=1,c.set(a,1),c.set(o.subarray(s),1+a.length),c.set(o.subarray(0,s),1+a.length+16),F(c)}async function Yt(e,t){if(t.trim().length===0)throw TypeError(`The encryption key cannot be empty.`);let n=I(e);if(n.length<29||n[0]!==1)throw TypeError(`The AES-GCM payload format or version is not supported.`);let r=n.subarray(1,13),i=n.subarray(13,29),a=n.subarray(29),o=new Uint8Array(a.length+i.length);o.set(a),o.set(i,a.length);let s=H(),c=await Nt(t),l=await s.subtle.importKey(`raw`,U(c),{name:`AES-GCM`},!1,[`decrypt`]),u=await s.subtle.decrypt({iv:U(r),name:`AES-GCM`,tagLength:128},l,U(o));return ee().decode(u)}async function Xt(e,t,n=ht){let r=Tt(t),i=j(e);if(i.length>yt)throw RangeError(`The UTF-8 plaintext cannot exceed ${yt} bytes.`);let a=Et(n),o=H(),s=K(16),c=K(12),l=await o.subtle.importKey(`raw`,U(r),`PBKDF2`,!1,[`deriveKey`]),u=await o.subtle.deriveKey({hash:`SHA-256`,iterations:a,name:`PBKDF2`,salt:U(s)},l,{length:256,name:`AES-GCM`},!1,[`encrypt`]),d=await o.subtle.encrypt({additionalData:U(j(bt)),iv:U(c),name:`AES-GCM`,tagLength:128},u,i);return[bt,String(a),L(s),L(c),L(new Uint8Array(d))].join(`:`)}async function Zt(e,t){let n=Tt(t);if(e.length>16777216)throw RangeError(`The encrypted payload exceeds the supported size.`);let r=e.split(`:`);if(r.length!==5||r[0]!==bt)throw TypeError(`The encrypted payload format is not supported.`);let i,a,o,s;try{if(i=Et(Number(r[1])),a=R(r[2]??``),o=R(r[3]??``),s=R(r[4]??``),a.length!==16||o.length!==12||s.length<16)throw TypeError(`The encrypted payload has invalid field lengths.`)}catch(e){throw TypeError(`The encrypted payload contains invalid fields.`,{cause:e})}let c=H(),l=ee();try{let e=await c.subtle.importKey(`raw`,U(n),`PBKDF2`,!1,[`deriveKey`]),t=await c.subtle.deriveKey({hash:`SHA-256`,iterations:i,name:`PBKDF2`,salt:U(a)},e,{length:256,name:`AES-GCM`},!1,[`decrypt`]),r=await c.subtle.decrypt({additionalData:U(j(bt)),iv:U(o),name:`AES-GCM`,tagLength:128},t,U(s));return l.decode(r)}catch(e){throw Error(`The payload could not be authenticated or decrypted.`,{cause:e})}}async function Qt(e=2048){if(!Number.isSafeInteger(e)||e<2048||e%256!=0)throw RangeError(`modulusLength must be a safe integer of at least 2048 and divisible by 256.`);let t=H(),n=wt(await t.subtle.generateKey({hash:`SHA-256`,modulusLength:e,name:`RSA-OAEP`,publicExponent:Uint8Array.of(1,0,1)},!0,[`decrypt`,`encrypt`]));return Ct(n)}async function $t(e,t){let n=H(),r=await n.subtle.importKey(`spki`,G(t,W.public),{hash:`SHA-256`,name:`RSA-OAEP`},!1,[`encrypt`]),i=await n.subtle.encrypt({name:`RSA-OAEP`},r,U(j(e)));return F(new Uint8Array(i))}async function en(e,t){let n=H(),r=await n.subtle.importKey(`pkcs8`,G(t,W.private),{hash:`SHA-256`,name:`RSA-OAEP`},!1,[`decrypt`]),i=await n.subtle.decrypt({name:`RSA-OAEP`},r,U(I(e)));return ee().decode(i)}async function tn(e,t){let n=H(),r=await n.subtle.importKey(`pkcs8`,G(t,W.private),{hash:`SHA-256`,name:`RSA-PSS`},!1,[`sign`]),i=await n.subtle.sign({name:`RSA-PSS`,saltLength:32},r,U(j(e)));return F(new Uint8Array(i))}async function nn(e,t,n){let r=H(),i=await r.subtle.importKey(`spki`,G(n,W.public),{hash:`SHA-256`,name:`RSA-PSS`},!1,[`verify`]);return r.subtle.verify({name:`RSA-PSS`,saltLength:32},i,U(I(t)),U(j(e)))}async function rn(e=`P-256`){let t=H(),n=wt(await t.subtle.generateKey({name:`ECDSA`,namedCurve:e},!0,[`sign`,`verify`]));return Ct(n)}async function an(e,t,n=`P-256`){let r=H(),i=await r.subtle.importKey(`pkcs8`,G(t,W.private),{name:`ECDSA`,namedCurve:n},!1,[`sign`]),a=n===`P-256`?`SHA-256`:n===`P-384`?`SHA-384`:`SHA-512`,o=await r.subtle.sign({hash:a,name:`ECDSA`},i,U(j(e)));return F(new Uint8Array(o))}async function on(e,t,n,r=`P-256`){let i=H(),a=await i.subtle.importKey(`spki`,G(n,W.public),{name:`ECDSA`,namedCurve:r},!1,[`verify`]),o=r===`P-256`?`SHA-256`:r===`P-384`?`SHA-384`:`SHA-512`;return i.subtle.verify({hash:o,name:`ECDSA`},a,U(I(t)),U(j(e)))}async function sn(e=`P-256`){let t=H(),n=wt(await t.subtle.generateKey({name:`ECDH`,namedCurve:e},!0,[`deriveBits`]));return Ct(n)}async function cn(e,t,n=`P-256`){let r=H(),[i,a]=await Promise.all([r.subtle.importKey(`pkcs8`,G(e,W.private),{name:`ECDH`,namedCurve:n},!1,[`deriveBits`]),r.subtle.importKey(`spki`,G(t,W.public),{name:`ECDH`,namedCurve:n},!1,[])]),o=n===`P-256`?256:n===`P-384`?384:528,s=await r.subtle.deriveBits({name:`ECDH`,public:a},i,o);return new Uint8Array(s)}async function ln(e,t,n=`P-256`){let r=await cn(e,t,n),i=await H().subtle.digest(`SHA-256`,U(r));return new Uint8Array(i)}let un=e=>{if(!Number.isSafeInteger(e))throw RangeError(`amount must be a safe integer.`)};function q(e){let t=e instanceof Date?new Date(e.getTime()):new Date(e);if(!Number.isFinite(t.getTime()))throw TypeError(`The value is not a valid date.`);return t}function dn(e){return e instanceof Date||typeof e==`number`||typeof e==`string`?Number.isFinite(new Date(e).getTime()):!1}function fn(e){let t=q(e);return t.setHours(0,0,0,0),q(t)}function pn(e){let t=q(e);return t.setHours(23,59,59,999),q(t)}function mn(e,t){un(t);let n=q(e);return n.setDate(n.getDate()+t),q(n)}function hn(e,t){un(t);let n=q(e),r=n.getDate();n.setDate(1),n.setMonth(n.getMonth()+t);let i=new Date(n.getTime());i.setMonth(i.getMonth()+1,0);let a=i.getDate();return n.setDate(Math.min(r,a)),q(n)}function gn(e,t){return un(t),hn(e,t*12)}function _n(e,t){let n=q(e),r=q(t);return n.getFullYear()===r.getFullYear()&&n.getMonth()===r.getMonth()&&n.getDate()===r.getDate()}function vn(e,t=Date.now()){return q(e).getTime()>q(t).getTime()}function yn(e=Date.now()){return[fn(e),pn(e)]}function bn(e,t,n){let r=q(e).getTime(),i=q(t).getTime(),a=q(n).getTime();if(i>a)throw RangeError(`start cannot be later than end.`);return r>=i&&r<=a}function xn(e,t={}){let n=(q(e).getTime()-q(t.now??Date.now()).getTime())/1e3,r=Math.abs(n),i,a;return r<60?(i=1,a=`second`):r<3600?(i=60,a=`minute`):r<86400?(i=3600,a=`hour`):r<604800?(i=86400,a=`day`):r<2629800?(i=604800,a=`week`):r<31557600?(i=2629800,a=`month`):(i=31557600,a=`year`),new Intl.RelativeTimeFormat(t.locale??`zh-CN`,{numeric:t.numeric??`auto`,style:t.style??`long`}).format(Math.round(n/i),a)}let Sn=(e,t,n)=>{switch(n){case`day`:e.setDate(e.getDate()+t);break;case`month`:e.setMonth(e.getMonth()+t);break;case`year`:e.setFullYear(e.getFullYear()+t)}},J=(e,t,n)=>({text:e,value:()=>{let e=new Date;return Sn(e,t,n),e.setHours(0,0,0,0),e}}),Y=(e,t,n,r)=>({text:e,value:()=>{let e=new Date,i=new Date;return Sn(r?i:e,r?t:-t,n),e.setHours(0,0,0,0),i.setHours(23,59,59,999),[e,i]}});function Cn(e){if(e==null)return``;let t;if(t=typeof e==`string`?new Date(e).getTime():typeof e==`number`?e.toString().length<=10?e*1e3:e:e.getTime(),!Number.isFinite(t))return``;let n=Date.now(),r=n-t,i=Math.abs(r)/6e4,a=Math.abs(r)/36e5,o=Math.abs(r)/864e5,s=new Date(n),c=new Date(t),l=(s.getFullYear()-c.getFullYear())*12+s.getMonth()-c.getMonth(),u=r<0?`后`:`前`;return Math.abs(l)>=12?`${Math.floor(Math.abs(l)/12)}年${u}`:Math.abs(l)>=6?`半年${u}`:Math.abs(l)>=1?`${Math.abs(l)}月${u}`:o>=15?`半月${u}`:o>=7?`${Math.floor(o/7)}周${u}`:o>=1?`${Math.floor(o)}天${u}`:a>=1?`${Math.floor(a)}小时${u}`:i>=1?`${Math.floor(i)}分钟${u}`:`刚刚`}function wn(e=!1){let t=new Date,n=new Date;return Sn(e?n:t,e?1:-1,`month`),t.setHours(0,0,0,0),n.setHours(23,59,59,999),[t,n]}function Tn(e){return e.getTime()>Date.now()}function En(){let e=new Date().getHours();return e<5?`夜深了,注意身体哦!`:e<9?`早上好!欢迎回来!`:e<12?`上午好!欢迎回来!`:e<14?`中午好!欢迎回来!`:e<18?`下午好!欢迎回来!`:e<24?`晚上好!欢迎回来!`:`您好!欢迎回来!`}function Dn(e=!1){return e?[Y(`后1天`,1,`day`,!0),Y(`后3天`,3,`day`,!0),Y(`后1周`,7,`day`,!0),Y(`后1月`,1,`month`,!0),Y(`后3月`,3,`month`,!0),Y(`后6月`,6,`month`,!0),Y(`后1年`,1,`year`,!0)]:[Y(`近1天`,1,`day`,!1),Y(`近3天`,3,`day`,!1),Y(`近1周`,7,`day`,!1),Y(`近1月`,1,`month`,!1),Y(`近3月`,3,`month`,!1),Y(`近6月`,6,`month`,!1),Y(`近1年`,1,`year`,!1)]}function On(e=!1){return e?[J(`今天`,0,`day`),J(`明天`,1,`day`),J(`一周后`,7,`day`),J(`一月后`,1,`month`),J(`一年后`,1,`year`)]:[J(`今天`,0,`day`),J(`昨天`,-1,`day`),J(`一周前`,-7,`day`),J(`一月前`,-1,`month`),J(`一年前`,-1,`year`)]}function kn(){return fn(new Date)}let An=e=>Array.isArray(e),jn=e=>{if(e.length===0||!Number.isFinite(Number(e)))return!1;let t=e.startsWith(`+`)||e.startsWith(`-`)?e.slice(1):e;return!/^0[box]/iu.test(t)},Mn=e=>e.startsWith(`--`)?e:(e.startsWith(`ms`)?`-${e}`:e).replace(/([A-Z])/gu,`-$1`).toLowerCase();function Nn(e,t=`px`){if(e==null||e===``)return``;if(t.length===0)throw RangeError(`unit cannot be empty.`);if(typeof e==`number`){if(!Number.isFinite(e))throw RangeError(`value must be finite.`);return e===0?`0`:`${e}${t}`}let n=e.trim();return jn(n)?Number(n)===0?`0`:`${n}${t}`:e}function Pn(e){if(e==null||e===``)return``;if(An(e))return e.map(e=>Pn(e)).filter(e=>e.length>0).join(` `);if(typeof e==`string`){let t=e.trim();return t.length===0?``:t.endsWith(`;`)?t:`${t};`}return Object.entries(e).filter(([,e])=>e!=null&&e!==``).map(([e,t])=>{if(typeof t==`number`&&!Number.isFinite(t))throw RangeError(`Style property "${e}" must be finite.`);return`${Mn(e)}:${String(t)};`}).join(` `)}let Fn=()=>typeof globalThis.navigator?.userAgent==`string`?globalThis.navigator.userAgent:``,In=()=>typeof globalThis.navigator?.maxTouchPoints==`number`?globalThis.navigator.maxTouchPoints:0;function Ln(){let e=globalThis.window;return e!=null&&e.document!==null&&typeof e.document==`object`}function Rn(){return!Ln()&&typeof Reflect.get(globalThis,`importScripts`)==`function`}function zn(){let e=Reflect.get(globalThis,`process`);if(typeof e!=`object`&&typeof e!=`function`||e===null)return!1;let t=Reflect.get(e,`versions`);return(typeof t==`object`||typeof t==`function`)&&t!==null&&typeof Reflect.get(t,`node`)==`string`}function Bn(){return Reflect.get(globalThis,`uni`)!==void 0}function Vn(){let e=globalThis.crypto,t=e?.subtle;return typeof e?.getRandomValues==`function`&&typeof t?.decrypt==`function`&&typeof t.deriveBits==`function`&&typeof t.deriveKey==`function`&&typeof t.digest==`function`&&typeof t.encrypt==`function`&&typeof t.exportKey==`function`&&typeof t.generateKey==`function`&&typeof t.importKey==`function`&&typeof t.sign==`function`&&typeof t.verify==`function`}function Hn(){return Ln()?`browser`:Rn()?`worker`:zn()?`node`:`unknown`}function Un(e=Fn()){return/Mobile|iPhone|Android.*Mobile|Windows Phone/iu.test(e)}function Wn(e=Fn(),t=In()){return/iPad|Android(?!.*Mobile)|Tablet/iu.test(e)||/Macintosh/iu.test(e)&&t>1}let Gn=()=>{let e=Reflect.get(globalThis,`uni`);if(e===void 0)return;if(typeof e!=`object`&&typeof e!=`function`||e===null)throw TypeError(`The global uni object does not provide synchronous Storage APIs.`);let t=e;if(typeof t.getStorageSync!=`function`||typeof t.getStorageInfoSync!=`function`||typeof t.removeStorageSync!=`function`||typeof t.setStorageSync!=`function`)throw TypeError(`The global uni object does not provide synchronous Storage APIs.`);return t},Kn={decode:e=>JSON.parse(e),encode:e=>{let t=JSON.stringify(e);if(typeof t!=`string`)throw TypeError(`The storage value is not JSON-serializable.`);return t}},qn={decode:e=>JSON.parse(Ae(e)),encode:e=>{let t=JSON.stringify(e);if(typeof t!=`string`)throw TypeError(`The storage value is not JSON-serializable.`);return ke(t)}},X,Jn=e=>typeof e==`object`&&!!e&&!Array.isArray(e),Yn=e=>{if(typeof e!=`string`||e.length===0)throw TypeError(`Storage keys must be non-empty strings.`)},Xn=e=>{let t=e===`local`?globalThis.localStorage:globalThis.sessionStorage;if(t===void 0)throw Error(`${e}Storage is unavailable in the current runtime.`);return{getItem:e=>t.getItem(e),keys:()=>{let e=[];for(let n=0;n<t.length;n+=1){let r=t.key(n);r!==null&&e.push(r)}return e},removeItem:e=>{t.removeItem(e)},setItem:(e,n)=>{t.setItem(e,n)}}},Zn=e=>({getItem:t=>{let n=e.getStorageSync(t);return n===``?e.getStorageInfoSync().keys.includes(t)?n:void 0:n},keys:()=>[...e.getStorageInfoSync().keys],removeItem:t=>{e.removeStorageSync(t)},setItem:(t,n)=>{e.setStorageSync(t,n)}}),Qn=(e,t)=>{if(typeof e!=`string`)throw TypeError(`Storage entry "${t}" is not a string.`);try{let t=JSON.parse(e);if(!Jn(t)||t.version!==3||typeof t.data!=`string`||!(t.expiresAt===null||typeof t.expiresAt==`number`&&Number.isFinite(t.expiresAt)))throw TypeError(`Unsupported storage envelope.`);return{data:t.data,expiresAt:t.expiresAt,version:3}}catch(e){throw TypeError(`Storage entry "${t}" is corrupted or unsupported.`,{cause:e})}},$n=(e,t,n,r)=>{let i=e=>`${t}${e}`,a=e=>{let n=e.keys();if(!Array.isArray(n)||!n.every(e=>typeof e==`string`))throw TypeError(`Storage backend keys must be strings.`);return[...new Set(n.filter(e=>e.startsWith(t)).map(e=>e.slice(t.length)))].sort()},o=(e,t)=>{Yn(t);let n=i(t),a=e.getItem(n);if(a==null)return;let o=Qn(a,n);if(o.expiresAt===null)return o;let s=r();if(!Number.isFinite(s))throw RangeError(`Storage clock must return a finite timestamp.`);if(s<o.expiresAt)return o;e.removeItem(n)};return{prefix:t,clear(){let t=e();for(let e of a(t))t.removeItem(i(e))},get(t){let r=o(e(),t);if(r!==void 0)try{return n.decode(r.data)}catch(e){throw TypeError(`Storage entry "${i(t)}" could not be decoded.`,{cause:e})}},has:t=>o(e(),t)!==void 0,keys:()=>a(e()),pruneExpired(){let t=e(),n=0;for(let e of a(t))t.getItem(i(e))!=null&&o(t,e)===void 0&&(n+=1);return n},remove(t){Yn(t),e().removeItem(i(t))},removeByPrefix(t){Yn(t);let n=e();for(let e of a(n))e.startsWith(t)&&n.removeItem(i(e))},set(t,a,o={}){if(Yn(t),a===void 0)throw TypeError(`Top-level undefined cannot be stored; remove the key instead.`);let s=null;if(o.ttlMs!==void 0){if(!Number.isFinite(o.ttlMs)||o.ttlMs<=0)throw RangeError(`ttlMs must be a positive finite number.`);let e=r();if(!Number.isFinite(e)||!Number.isFinite(e+o.ttlMs))throw RangeError(`Storage expiry exceeds the supported timestamp range.`);s=e+o.ttlMs}let c;try{if(c=n.encode(a),typeof c!=`string`)throw TypeError(`Storage codecs must return strings.`)}catch(e){throw TypeError(`The storage value could not be encoded.`,{cause:e})}e().setItem(i(t),JSON.stringify({data:c,expiresAt:s,version:3}))}}},er=()=>{if(X===void 0&&ir(),X===void 0)throw Error(`Storage configuration could not be initialized.`);return X},tr=(e,t)=>{let n=()=>{let n=e(er());if(n===void 0)throw Error(`${t} is unavailable in uni-app.`);return n};return{get prefix(){return n().prefix},clear:()=>{n().clear()},get:e=>n().get(e),has:e=>n().has(e),keys:()=>n().keys(),pruneExpired:()=>n().pruneExpired(),remove:e=>{n().remove(e)},removeByPrefix:e=>{n().removeByPrefix(e)},set:(e,t,r)=>{n().set(e,t,r)}}},nr=tr(e=>e.local,`Local`),rr=tr(e=>e.session,`Session`);function ir(e={}){let t=e.prefix??`fast__`;if(typeof t!=`string`||t.length===0)throw TypeError(`Storage prefix must be a non-empty string.`);if(e.codec!==void 0&&e.crypto===!0)throw TypeError(`Storage codec and crypto options cannot be used together.`);let n=e.codec??(e.crypto===!0?qn:Kn),r=e.now??Date.now;if(X!==void 0){if(X.prefix===t&&X.codec===n&&X.now===r)return;throw Error(`Storage has already been configured with different options.`)}let i=Gn(),a={codec:n,local:$n(i===void 0?()=>Xn(`local`):()=>Zn(i),t,n,r),now:r,prefix:t};i===void 0&&(a.session=$n(()=>Xn(`session`),t,n,r)),X=a}function ar(){return X!==void 0}let Z=`en-US`,or=1e6,sr=4294967296,cr=/^[0-9a-f]{8}-[0-9a-f]{4}-4[0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$/iu,lr=e=>{let t=globalThis.crypto;if(typeof t?.getRandomValues==`function`){t.getRandomValues(e);return}let n=e.BYTES_PER_ELEMENT===Uint8Array.BYTES_PER_ELEMENT?256:sr;for(let t=0;t<e.length;t+=1)e[t]=Math.floor(Math.random()*n)},ur=e=>{e[6]=(e[6]??0)&15|64,e[8]=(e[8]??0)&63|128;let t=Array.from(e,e=>e.toString(16).padStart(2,`0`)).join(``);return`${t.slice(0,8)}-${t.slice(8,12)}-${t.slice(12,16)}-${t.slice(16,20)}-${t.slice(20)}`},dr=(e,t)=>{let n=globalThis.Intl?.Segmenter;if(typeof n!=`function`)throw Error(`Intl.Segmenter is unavailable in the current runtime.`);let r=new n(t??Z,{granularity:`grapheme`});return Array.from(r.segment(e),({segment:e})=>e)};function fr(e,t=10){if(!Number.isSafeInteger(t)||t<0)throw RangeError(`maxDepth must be a non-negative safe integer.`);let n=e;for(let e=0;e<t;e+=1){let e=decodeURIComponent(n);if(e===n)break;n=e}return n}function pr(e){let t=e.indexOf(`#`),n=t<0?e:e.slice(0,t),r=/^[a-z][a-z\d+.-]*:\/\//iu.test(n),i=n.indexOf(`?`);if(r&&i<0)return{};let a=r?n.slice(i+1):n.replace(/^\?/u,``),o={};for(let[e,t]of new URLSearchParams(a)){let n=Object.hasOwn(o,e)?o[e]:void 0;n===void 0?Object.defineProperty(o,e,{configurable:!0,enumerable:!0,value:t,writable:!0}):Array.isArray(n)?n.push(t):Object.defineProperty(o,e,{configurable:!0,enumerable:!0,value:[n,t],writable:!0})}return o}function mr(e){if(e.trim().length===0)return!1;try{return JSON.parse(e),!0}catch{return!1}}function hr(e){return e.trim().replace(/(\p{Ll}|\p{N})(\p{Lu})/gu,`$1 $2`).replace(/(\p{Lu})(\p{Lu}\p{Ll})/gu,`$1 $2`).split(/[\s_-]+/u).filter(e=>e.length>0)}function gr(e,t){let n=Array.from(e),r=n.shift();return r===void 0?``:r.toLocaleUpperCase(t??Z)+n.join(``)}function _r(e,t){let n=Array.from(e),r=n.shift();return r===void 0?``:r.toLocaleLowerCase(t??Z)+n.join(``)}function vr(e,t){return hr(e).map((e,n)=>{let r=e.toLocaleLowerCase(t??Z);return n===0?r:gr(r,t)}).join(``)}function yr(e,t){return gr(vr(e,t),t)}function br(e,t){return hr(e).map(e=>e.toLocaleLowerCase(t??Z)).join(`-`)}function xr(e,t,n=`…`,r){if(!Number.isSafeInteger(t)||t<0)throw RangeError(`maxLength must be a non-negative safe integer.`);let i=dr(e,r);return i.length>t?i.slice(0,t).join(``)+n:e}async function Sr(e){let t=Reflect.get(globalThis,`uni`);if(t!==void 0){if(typeof t!=`object`&&typeof t!=`function`||t===null)throw TypeError(`The global uni object does not provide setClipboardData.`);let n=Reflect.get(t,`setClipboardData`);if(typeof n!=`function`)throw TypeError(`The global uni object does not provide setClipboardData.`);await new Promise((r,i)=>{Reflect.apply(n,t,[{data:e,fail:e=>{i(e instanceof Error?e:Error(`Failed to copy text to the clipboard.`,{cause:e}))},success:r}])});return}let n=globalThis.navigator?.clipboard;if(globalThis.isSecureContext===!0&&typeof n?.writeText==`function`){await n.writeText(e);return}let r=globalThis.document;if(typeof r?.createElement!=`function`||r.body===null||typeof r.execCommand!=`function`)throw Error(`Clipboard access is unavailable in the current runtime.`);let i=r.createElement(`textarea`);i.value=e,i.style.left=`-999999px`,i.style.opacity=`0`,i.style.position=`fixed`,i.style.top=`-999999px`,r.body.appendChild(i);let a=!1;try{i.focus(),i.select(),a=r.execCommand(`copy`)}finally{i.remove()}if(!a)throw Error(`Failed to copy text to the clipboard.`)}function Cr(e,t=`ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789`){if(!Number.isSafeInteger(e)||e<0||e>or)throw RangeError(`length must be a safe integer from 0 through ${or}.`);let n=Array.from(t);if(n.length===0)throw RangeError(`alphabet cannot be empty.`);if(new Set(n).size!==n.length)throw RangeError(`alphabet cannot contain duplicate characters.`);if(n.length>4294967296)throw RangeError(`alphabet cannot contain more than 2^32 characters.`);if(e===0)return``;let r=Math.floor(sr/n.length)*n.length,i=[];for(;i.length<e;){let t=e-i.length,a=new Uint32Array(Math.min(t,16384));lr(a);for(let t of a){if(t>=r)continue;let a=n[t%n.length];if(a!==void 0&&(i.push(a),i.length===e))break}}return i.join(``)}function wr(){let e=globalThis.crypto;if(typeof e?.randomUUID==`function`)return e.randomUUID();let t=new Uint8Array(16);return lr(t),ur(t)}function Tr(e){return cr.test(e)}function Er(e){return e.replace(/[&<>"']/gu,e=>{switch(e){case`&`:return`&`;case`<`:return`<`;case`>`:return`>`;case`"`:return`"`;default:return`'`}})}function Dr(e){return e.trim().replace(/\s+/gu,` `)}let Or=`identity:installation-id`,kr=e=>{if(!Tr(e))throw TypeError(`Installation Identity values must be RFC 4122 version 4 UUIDs.`)},Q,Ar=()=>(Q??=Or,Q);function jr(e={}){let t=e.cacheKey??Or;if(typeof t!=`string`||t.length===0||t.trim()!==t)throw TypeError(`Installation Identity cacheKey must be a non-empty string without surrounding whitespace.`);if(Q===void 0){Q=t;return}if(Q!==t)throw Error(`Installation Identity has already been configured with a different cacheKey.`)}let $={get cacheKey(){return Ar()},deviceId:``,clear(){nr.remove($.cacheKey),$.deviceId=``},getOrCreate(e){let t=e??($.deviceId.length>0?$.deviceId:$.read())??wr();return kr(t),nr.set($.cacheKey,t),$.deviceId=t,t},read(){let e=nr.get($.cacheKey);if(e!==void 0){if(typeof e!=`string`)throw TypeError(`The stored identity is corrupted.`);return kr(e),e}}};function Mr(e){return $.getOrCreate(e)}let Nr={debug:10,info:20,warn:30,error:40},Pr=e=>typeof e==`string`&&Object.hasOwn(Nr,e),Fr=()=>Reflect.get(globalThis,`uni`)!==void 0&&Reflect.get(globalThis,`plus`)!==void 0,Ir=e=>{if(typeof e==`string`)return e;if(typeof e==`bigint`)return`${e.toString()}n`;if(e instanceof Error)return e.stack??`${e.name}: ${e.message}`;let t=new WeakSet;try{let n=JSON.stringify(e,(e,n)=>typeof n==`bigint`?`${n.toString()}n`:typeof n!=`object`||!n?n:t.has(n)?`[Circular]`:(t.add(n),n),2);return typeof n==`string`?n:String(e)}catch{return String(e)}},Lr={debug:(...e)=>{typeof console.debug==`function`?console.debug(...e):console.log(...e)},log:(...e)=>{console.log(...e)},warn:(...e)=>{console.warn(...e)},error:(...e)=>{console.error(...e)}};function Rr(e={}){let t=e.level??`info`,n=e.prefix??`Fast`,r=e.sink??Lr;if(!Pr(t))throw RangeError(`Unknown logger level: ${String(t)}.`);if(typeof n!=`string`||n.length===0)throw RangeError(`Logger prefix must be a non-empty string.`);let i=t,a=n,o=e.uniAppPlusSplit??!1,s=(e,t,n,s)=>{if(typeof t!=`string`)throw TypeError(`Logger scope must be a string.`);if(t.length===0||t.trim()!==t)throw RangeError(`Logger scope must be a non-empty string without surrounding whitespace.`);if(Nr[e]<Nr[i])return;let c=`[${a}:${t}]`,l=e===`info`?`log`:e;if(o&&Fr()){r[l](`${c} ${n}`);for(let e of s)r[l](Ir(e));return}r[l](c,n,...s)};return{debug:(e,t,...n)=>{s(`debug`,e,t,n)},info:(e,t,...n)=>{s(`info`,e,t,n)},warn:(e,t,...n)=>{s(`warn`,e,t,n)},error:(e,t,...n)=>{s(`error`,e,t,n)}}}let zr=Rr(),Br=e=>Array.isArray(e),Vr=(e,t,n)=>{Object.defineProperty(e,t,{configurable:!0,enumerable:!0,value:n,writable:!0})};function Hr(e){if(typeof e!=`object`||!e)return!1;let t=Object.getPrototypeOf(e);return t===null||t===Object.prototype}function Ur(e,t){return Object.hasOwn(e,t)}function Wr(e,t){let n={};for(let r of t)Object.prototype.propertyIsEnumerable.call(e,r)&&Vr(n,r,e[r]);return n}function Gr(e,t){let n={...e};for(let e of t)Reflect.deleteProperty(n,e);return n}function Kr(e,t){let n={};for(let r of Reflect.ownKeys(e))Object.prototype.propertyIsEnumerable.call(e,r)&&Vr(n,r,t(e[r],r,e));return n}function qr(e,t){if(Object.is(e,t))return!0;let n=Reflect.ownKeys(e).filter(t=>Object.prototype.propertyIsEnumerable.call(e,t)),r=Reflect.ownKeys(t).filter(e=>Object.prototype.propertyIsEnumerable.call(t,e));return n.length===r.length&&n.every(n=>Object.hasOwn(t,n)&&Object.is(Reflect.get(e,n),Reflect.get(t,n)))}let Jr=e=>{if(typeof e==`number`&&!Number.isFinite(e))throw RangeError(`Query parameter numbers must be finite.`);return String(e)};function Yr(e,t={}){let n=Object.entries(e);t.sort&&n.sort(([e],[t])=>e<t?-1:+(e>t));let r=new URLSearchParams;for(let[e,t]of n){let n=Br(t)?t:[t];for(let t of n)t!=null&&r.append(e,Jr(t))}let i=r.toString();return t.space===`percent`&&(i=i.replace(/\+/gu,`%20`)),i&&t.prefixQuestionMark?`?${i}`:i}let Xr=e=>`on${e.split(`-`).map(e=>e.charAt(0).toUpperCase()+e.slice(1)).join(``)}`;function Zr(e,n,r=[]){let i=new Set(r),a=n;return(0,t.computed)(()=>{let t={},n=new Set;for(let r of Object.keys(e)){if(i.has(r))continue;if(r.length===0||/\s/u.test(r))throw TypeError(`Invalid Vue event name: "${r}".`);let e=Xr(r);if(n.has(e))throw TypeError(`Vue events map to the same handler property: "${e}".`);n.add(e),Object.defineProperty(t,e,{enumerable:!0,value:(...e)=>{a(r,...e)},writable:!0})}return t})}function Qr(e,t){return e(t),t}async function $r(e,...t){if(e!=null)return await e(...t)}let ei=e=>{if(typeof e!=`object`||!e)throw TypeError(`Vue plugin installation requires a Vue 3 App.`);let t=e;if(typeof t.component!=`function`||typeof t.directive!=`function`)throw TypeError(`Vue plugin installation requires component() and directive() registration methods.`);return t},ti=e=>{let t=e.name;if(typeof t!=`string`||t.length===0||/\s/u.test(t))throw TypeError(`Installable Vue components must expose a non-empty name without whitespace.`);return t},ni=(e,t)=>{let n=ti(t),r=e.component(n);if(r!==void 0&&r!==t)throw Error(`Vue component name "${n}" is already registered by another component.`);return{component:t,name:n,registered:r===t}};function ri(e,t){let n=new Set([ti(e)]);if(`install`in Object(e))throw TypeError(`The Vue component already defines an install property.`);let r=Object.entries(t??{});if(t!==void 0&&Object.getOwnPropertySymbols(t).some(e=>Object.prototype.propertyIsEnumerable.call(t,e)))throw TypeError(`Vue component extras must use string property names.`);for(let[t,i]of r){let r=ti(i);if(n.has(r))throw TypeError(`Vue component name "${r}" is registered more than once.`);if(n.add(r),t===`install`||t in Object(e))throw TypeError(`Vue component extra "${t}" would overwrite a property on the main component.`)}let i=e;for(let[e,t]of r)Object.defineProperty(i,e,{configurable:!0,enumerable:!0,value:t,writable:!0});return i.install=t=>{let n=ei(t),i=[e,...r.map(([,e])=>e)].map(e=>ni(n,e));for(let e of i)e.registered||n.component(e.name,e.component)},i}function ii(e){if(`install`in Object(e))throw TypeError(`The Vue component already defines an install property.`);let t=e;return t.install=()=>void 0,t}function ai(e,t){if(t.length===0||/\s/u.test(t)||t.startsWith(`v-`))throw TypeError(`Installable Vue directives require a name without whitespace or a v- prefix.`);if(`install`in Object(e))throw TypeError(`The Vue directive already defines an install property.`);let n=e;return n.install=n=>{let r=ei(n),i=r.directive(t);if(i!==void 0&&i!==e)throw Error(`Vue directive name "${t}" is already registered by another directive.`);i!==e&&r.directive(t,e)},n}function oi(e){return e}function si(e,n,r=[]){let i=new Set(r);return(0,t.computed)(()=>{let t={};for(let r of Reflect.ownKeys(n))i.has(r)||!Object.hasOwn(e,r)||Object.defineProperty(t,r,{configurable:!0,enumerable:!0,value:Reflect.get(e,r),writable:!0});return t})}function ci(e){let n=(0,t.getCurrentInstance)();if(n===null)throw Error(`useRender must be called from inside a setup function.`);n.render=e}function li(){return Object}function ui(e){return e}return e.AESDecrypt=qt,e.AESDecryptAuthenticated=Yt,e.AESDecryptWithPassword=Zt,e.AESEncrypt=Kt,e.AESEncryptAuthenticated=Jt,e.AESEncryptWithPassword=Xt,e.DeriveECDHKeySHA256=ln,e.DeriveECDHSecret=cn,e.ECDSASign=an,e.ECDSAVerify=on,e.FixedTimeEquals=At,e.GenerateECDHKeyPair=sn,e.GenerateECDSAKeyPair=rn,e.GenerateRSAKeyPair=Qt,e.GenerateRandomBytes=K,e.HKDFSHA256=Gt,e.HMACSHA256Encrypt=zt,e.HMACSHA384Encrypt=Bt,e.HMACSHA512Encrypt=Vt,e.HashPasswordPBKDF2SHA256=Ut,e.Local=nr,e.MD5Encrypt=jt,e.PBKDF2SHA256=Ht,e.RSADecryptOAEP=en,e.RSAEncryptOAEP=$t,e.RSASignPSS=tn,e.RSAVerifyPSS=nn,e.SHA1Encrypt=Mt,e.SHA256Bytes=Nt,e.SHA256Encrypt=Pt,e.SHA384Bytes=Ft,e.SHA384Encrypt=It,e.SHA512Bytes=Lt,e.SHA512Encrypt=Rt,e.Session=rr,e.VerifyPasswordPBKDF2SHA256=Wt,e.addCssUnit=Nn,e.addDays=mn,e.addMonths=hn,e.addYears=gn,e.allEqualBy=b,e.average=le,e.base64StorageCodec=qn,e.callOptionalFunction=$r,e.camelCase=vr,e.chunk=d,e.clamp=ae,e.configureInstallationIdentity=jr,e.configureStorage=ir,e.contrastRatio=He,e.copy=Sr,e.createDateRangeShortcuts=Dn,e.createDateShortcuts=On,e.createLogger=Rr,e.createOneMonthRangeFromToday=wn,e.debounce=k,e.decodeBase64=ye,e.decodeBase64Bytes=I,e.decodeBase64Url=xe,e.decodeBase64UrlBytes=R,e.decodeLatin1Base64=Ce,e.decodeSecureBase64=Ae,e.decodeURIComponentRepeatedly=fr,e.definePropType=oi,e.detectRuntime=Hn,e.difference=_,e.encodeBase64=ve,e.encodeBase64Bytes=F,e.encodeBase64Url=be,e.encodeBase64UrlBytes=L,e.encodeLatin1Base64=Se,e.encodeSecureBase64=ke,e.endOfDay=pn,e.escapeHtml=Er,e.formatBytes=de,e.formatChineseRelativeTime=Cn,e.formatHexColor=Ie,e.formatRelativeTime=xn,e.generateUuidV4=wr,e.getLocalDayBounds=yn,e.getLocalTimeGreeting=En,e.getOrCreateInstallationId=Mr,e.getStartOfToday=kn,e.groupBy=h,e.hasDuplicatesBy=y,e.hasOwn=Ur,e.hasWebCrypto=Vn,e.inRange=oe,e.installationIdentity=$,e.intersection=v,e.isBrowser=Ln,e.isDateAfterNow=Tn,e.isFuture=vn,e.isMobileUserAgent=Un,e.isNode=zn,e.isPlainObject=Hr,e.isSameDay=_n,e.isStorageConfigured=ar,e.isTabletUserAgent=Wn,e.isUniApp=Bn,e.isUuidV4=Tr,e.isValidDate=dn,e.isValidJson=mr,e.isWebWorker=Rn,e.isWithinInterval=bn,e.kebabCase=br,e.lerp=ue,e.logger=zr,e.lowerFirst=_r,e.makeSlots=li,e.mapConcurrent=O,e.mapValues=Kr,e.mixHexColorWithBlack=Re,e.mixHexColorWithWhite=ze,e.mixHexColors=Le,e.normalizeWhitespace=Dr,e.omit=Gr,e.parseHexColor=Fe,e.parseQueryString=pr,e.partition=g,e.pascalCase=yr,e.pick=Wr,e.pickHigherContrastColor=Ue,e.randomInt=fe,e.randomString=Cr,e.relativeLuminance=Ve,e.removeNullishValues=f,e.retry=D,e.roundTo=se,e.serializeStyle=Pn,e.shallowEqual=qr,e.sleep=T,e.splitWords=hr,e.startOfDay=fn,e.sum=ce,e.throttle=A,e.toDate=q,e.toQueryString=Yr,e.truncateGraphemes=xr,e.unique=p,e.uniqueBy=m,e.upperFirst=gr,e.useEmits=Zr,e.useExpose=Qr,e.useProps=si,e.useRender=ci,e.withDefineType=ui,e.withInstall=ri,e.withInstallDirective=ai,e.withNoopInstall=ii,e.withTimeout=E,e})({},Vue);
|
|
3
3
|
//# sourceMappingURL=index.global.min.js.map
|