mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2024-12-26 02:48:22 +03:00
1010 lines
1.4 MiB
JavaScript
1010 lines
1.4 MiB
JavaScript
|
var q$=Object.defineProperty;var G$=(e,t,n)=>t in e?q$(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n;var Qe=(e,t,n)=>(G$(e,typeof t!="symbol"?t+"":t,n),n);function Z$(e,t){for(var n=0;n<t.length;n++){const r=t[n];if(typeof r!="string"&&!Array.isArray(r)){for(const i in r)if(i!=="default"&&!(i in e)){const o=Object.getOwnPropertyDescriptor(r,i);o&&Object.defineProperty(e,i,o.get?o:{enumerable:!0,get:()=>r[i]})}}}return Object.freeze(Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}))}(function(){const t=document.createElement("link").relList;if(t&&t.supports&&t.supports("modulepreload"))return;for(const i of document.querySelectorAll('link[rel="modulepreload"]'))r(i);new MutationObserver(i=>{for(const o of i)if(o.type==="childList")for(const s of o.addedNodes)s.tagName==="LINK"&&s.rel==="modulepreload"&&r(s)}).observe(document,{childList:!0,subtree:!0});function n(i){const o={};return i.integrity&&(o.integrity=i.integrity),i.referrerpolicy&&(o.referrerPolicy=i.referrerpolicy),i.crossorigin==="use-credentials"?o.credentials="include":i.crossorigin==="anonymous"?o.credentials="omit":o.credentials="same-origin",o}function r(i){if(i.ep)return;i.ep=!0;const o=n(i);fetch(i.href,o)}})();var Il=typeof globalThis<"u"?globalThis:typeof window<"u"?window:typeof global<"u"?global:typeof self<"u"?self:{};function gL(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}function K$(e){if(e.__esModule)return e;var t=e.default;if(typeof t=="function"){var n=function r(){if(this instanceof r){var i=[null];i.push.apply(i,arguments);var o=Function.bind.apply(t,i);return new o}return t.apply(this,arguments)};n.prototype=t.prototype}else n={};return Object.defineProperty(n,"__esModule",{value:!0}),Object.keys(e).forEach(function(r){var i=Object.getOwnPropertyDescriptor(e,r);Object.defineProperty(n,r,i.get?i:{enumerable:!0,get:function(){return e[r]}})}),n}var Of={},X$={get exports(){return Of},set exports(e){Of=e}},Gv={},H={},Q$={get exports(){return H},set exports(e){H=e}},at={};/**
|
|||
|
* @license React
|
|||
|
* react.production.min.js
|
|||
|
*
|
|||
|
* Copyright (c) Facebook, Inc. and its affiliates.
|
|||
|
*
|
|||
|
* This source code is licensed under the MIT license found in the
|
|||
|
* LICENSE file in the root directory of this source tree.
|
|||
|
*/var wd=Symbol.for("react.element"),J$=Symbol.for("react.portal"),e7=Symbol.for("react.fragment"),t7=Symbol.for("react.strict_mode"),n7=Symbol.for("react.profiler"),r7=Symbol.for("react.provider"),i7=Symbol.for("react.context"),o7=Symbol.for("react.forward_ref"),s7=Symbol.for("react.suspense"),a7=Symbol.for("react.memo"),l7=Symbol.for("react.lazy"),rO=Symbol.iterator;function c7(e){return e===null||typeof e!="object"?null:(e=rO&&e[rO]||e["@@iterator"],typeof e=="function"?e:null)}var vL={isMounted:function(){return!1},enqueueForceUpdate:function(){},enqueueReplaceState:function(){},enqueueSetState:function(){}},yL=Object.assign,_L={};function jc(e,t,n){this.props=e,this.context=t,this.refs=_L,this.updater=n||vL}jc.prototype.isReactComponent={};jc.prototype.setState=function(e,t){if(typeof e!="object"&&typeof e!="function"&&e!=null)throw Error("setState(...): takes an object of state variables to update or a function which returns an object of state variables.");this.updater.enqueueSetState(this,e,t,"setState")};jc.prototype.forceUpdate=function(e){this.updater.enqueueForceUpdate(this,e,"forceUpdate")};function bL(){}bL.prototype=jc.prototype;function _x(e,t,n){this.props=e,this.context=t,this.refs=_L,this.updater=n||vL}var bx=_x.prototype=new bL;bx.constructor=_x;yL(bx,jc.prototype);bx.isPureReactComponent=!0;var iO=Array.isArray,wL=Object.prototype.hasOwnProperty,wx={current:null},xL={key:!0,ref:!0,__self:!0,__source:!0};function SL(e,t,n){var r,i={},o=null,s=null;if(t!=null)for(r in t.ref!==void 0&&(s=t.ref),t.key!==void 0&&(o=""+t.key),t)wL.call(t,r)&&!xL.hasOwnProperty(r)&&(i[r]=t[r]);var a=arguments.length-2;if(a===1)i.children=n;else if(1<a){for(var l=Array(a),c=0;c<a;c++)l[c]=arguments[c+2];i.children=l}if(e&&e.defaultProps)for(r in a=e.defaultProps,a)i[r]===void 0&&(i[r]=a[r]);return{$$typeof:wd,type:e,key:o,ref:s,props:i,_owner:wx.current}}function u7(e,t){return{$$typeof:wd,type:e.type,key:t,ref:e.ref,props:e.props,_owner:e._owner}}function xx(e){return typeof e=="object"&&e!==null&&e.$$typeof===wd}function f7(e){var t={"=":"=0",":":"=2"};return"$"+e.replace(/[=:]/g,function(n){return t[n]})}var oO=/\/+/g;function t0(e,t){return typeof e=="object"&&e!==null&&e.key!=null?f7(""+e.key):t.toString(36)}function Ip(e,t,n,r,i){var o=typeof e;(o==="undefined"||o==="boolean")&&(e=null);var s=!1;if(e===null)s=!0;else switch(o){case"string":case"number":s=!0;break;case"object":switch(e.$$typeof){case wd:case J$:s=!0}}if(s)return s=e,i=i(s),e=r===""?"."+t0(s,0):r,iO(i)?(n="",e!=null&&(n=e.replace(oO,"$&/")+"/"),Ip(i,t,n,"",function(c){return c})):i!=null&&(xx(i)&&(i=u7(i,n+(!i.key||s&&s.key===i.key?"":(""+i.key).replace(oO,"$&/")+"/")+e)),t.push(i)),1;if(s=0,r=r===""?".":r+":",iO(e))for(var a=0;a<e.length;a++){o=e[a];var l=r+t0(o,a);s+=Ip(o,t,n,l,i)}else if(l=c7(e),typeof l=="function")for(e=l.call(e),a=0;!(o=e.next()).done;)o=o.value,l=r+t0(o,a++),s+=Ip(o,t,n,l,i);else if(o==="object")throw t=String(e),Error("Objects are not valid as a React child (found: "+(t==="[object Object]"?"object with keys {"+Object.keys(e).join(", ")+"}":t)+"). If you meant to render a collection of children, use an array instead.");return s}function Lh(e,t,n){if(e==null)return e;var r=[],i=0;return Ip(e,r,"","",function(o){return t.call(n,o,i++)}),r}function d7(e){if(e._status===-1){var t=e._result;t=t(),t.then(function(n){(e._status===0||e._status===-1)&&(e._status=1,e._result=n)},function(n){(e._status===0||e._status===-1)&&(e._status=2,e._result=n)}),e._status===-1&&(e._status=0,e._result=t)}if(e._status===1)return e._result.default;throw e._result}var fr={current:null},Fp={transition:null},h7={ReactCurrentDispatcher:fr,ReactCurrentBatchConfig:Fp,ReactCurrentOwner:wx};at.Children={map:Lh,forEach:function(e,t,n){Lh(e,function(){t.apply(this,arguments)},n)},count:function(e){var t=0;return Lh(e,function(){t++}),t},toArray:function(e){return Lh(e,function(t){return t})||[]},only:function(e){if(!xx(e))throw Error("React.Children.only expected to receive a single React element child.");return e}};at.Component=jc;at.Fragment=e7;at.Profiler=n7;at
|
|||
|
* @license React
|
|||
|
* react-jsx-runtime.production.min.js
|
|||
|
*
|
|||
|
* Copyright (c) Facebook, Inc. and its affiliates.
|
|||
|
*
|
|||
|
* This source code is licensed under the MIT license found in the
|
|||
|
* LICENSE file in the root directory of this source tree.
|
|||
|
*/var p7=H,m7=Symbol.for("react.element"),g7=Symbol.for("react.fragment"),v7=Object.prototype.hasOwnProperty,y7=p7.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentOwner,_7={key:!0,ref:!0,__self:!0,__source:!0};function CL(e,t,n){var r,i={},o=null,s=null;n!==void 0&&(o=""+n),t.key!==void 0&&(o=""+t.key),t.ref!==void 0&&(s=t.ref);for(r in t)v7.call(t,r)&&!_7.hasOwnProperty(r)&&(i[r]=t[r]);if(e&&e.defaultProps)for(r in t=e.defaultProps,t)i[r]===void 0&&(i[r]=t[r]);return{$$typeof:m7,type:e,key:o,ref:s,props:i,_owner:y7.current}}Gv.Fragment=g7;Gv.jsx=CL;Gv.jsxs=CL;(function(e){e.exports=Gv})(X$);const We=Of.Fragment,C=Of.jsx,U=Of.jsxs;var Ba={},b7={get exports(){return Ba},set exports(e){Ba=e}},Dr={},Vb={},w7={get exports(){return Vb},set exports(e){Vb=e}},EL={};/**
|
|||
|
* @license React
|
|||
|
* scheduler.production.min.js
|
|||
|
*
|
|||
|
* Copyright (c) Facebook, Inc. and its affiliates.
|
|||
|
*
|
|||
|
* This source code is licensed under the MIT license found in the
|
|||
|
* LICENSE file in the root directory of this source tree.
|
|||
|
*/(function(e){function t(K,$){var D=K.length;K.push($);e:for(;0<D;){var B=D-1>>>1,ne=K[B];if(0<i(ne,$))K[B]=$,K[D]=ne,D=B;else break e}}function n(K){return K.length===0?null:K[0]}function r(K){if(K.length===0)return null;var $=K[0],D=K.pop();if(D!==$){K[0]=D;e:for(var B=0,ne=K.length,W=ne>>>1;B<W;){var G=2*(B+1)-1,re=K[G],le=G+1,me=K[le];if(0>i(re,D))le<ne&&0>i(me,re)?(K[B]=me,K[le]=D,B=le):(K[B]=re,K[G]=D,B=G);else if(le<ne&&0>i(me,D))K[B]=me,K[le]=D,B=le;else break e}}return $}function i(K,$){var D=K.sortIndex-$.sortIndex;return D!==0?D:K.id-$.id}if(typeof performance=="object"&&typeof performance.now=="function"){var o=performance;e.unstable_now=function(){return o.now()}}else{var s=Date,a=s.now();e.unstable_now=function(){return s.now()-a}}var l=[],c=[],f=1,h=null,p=3,m=!1,g=!1,_=!1,x=typeof setTimeout=="function"?setTimeout:null,v=typeof clearTimeout=="function"?clearTimeout:null,b=typeof setImmediate<"u"?setImmediate:null;typeof navigator<"u"&&navigator.scheduling!==void 0&&navigator.scheduling.isInputPending!==void 0&&navigator.scheduling.isInputPending.bind(navigator.scheduling);function w(K){for(var $=n(c);$!==null;){if($.callback===null)r(c);else if($.startTime<=K)r(c),$.sortIndex=$.expirationTime,t(l,$);else break;$=n(c)}}function E(K){if(_=!1,w(K),!g)if(n(l)!==null)g=!0,oe(P);else{var $=n(c);$!==null&&ce(E,$.startTime-K)}}function P(K,$){g=!1,_&&(_=!1,v(A),A=-1),m=!0;var D=p;try{for(w($),h=n(l);h!==null&&(!(h.expirationTime>$)||K&&!Y());){var B=h.callback;if(typeof B=="function"){h.callback=null,p=h.priorityLevel;var ne=B(h.expirationTime<=$);$=e.unstable_now(),typeof ne=="function"?h.callback=ne:h===n(l)&&r(l),w($)}else r(l);h=n(l)}if(h!==null)var W=!0;else{var G=n(c);G!==null&&ce(E,G.startTime-$),W=!1}return W}finally{h=null,p=D,m=!1}}var k=!1,N=null,A=-1,V=5,I=-1;function Y(){return!(e.unstable_now()-I<V)}function q(){if(N!==null){var K=e.unstable_now();I=K;var $=!0;try{$=N(!0,K)}finally{$?X():(k=!1,N=null)}}else k=!1}var X;if(typeof b=="function")X=function(){b(q)};else if(typeof MessageChannel<"u"){var Z=new MessageChannel,J=Z.port2;Z.port1.onmessage=q,X=function(){J.postMessage(null)}}else X=function(){x(q,0)};function oe(K){N=K,k||(k=!0,X())}function ce(K,$){A=x(function(){K(e.unstable_now())},$)}e.unstable_IdlePriority=5,e.unstable_ImmediatePriority=1,e.unstable_LowPriority=4,e.unstable_NormalPriority=3,e.unstable_Profiling=null,e.unstable_UserBlockingPriority=2,e.unstable_cancelCallback=function(K){K.callback=null},e.unstable_continueExecution=function(){g||m||(g=!0,oe(P))},e.unstable_forceFrameRate=function(K){0>K||125<K?console.error("forceFrameRate takes a positive int between 0 and 125, forcing frame rates higher than 125 fps is not supported"):V=0<K?Math.floor(1e3/K):5},e.unstable_getCurrentPriorityLevel=function(){return p},e.unstable_getFirstCallbackNode=function(){return n(l)},e.unstable_next=function(K){switch(p){case 1:case 2:case 3:var $=3;break;default:$=p}var D=p;p=$;try{return K()}finally{p=D}},e.unstable_pauseExecution=function(){},e.unstable_requestPaint=function(){},e.unstable_runWithPriority=function(K,$){switch(K){case 1:case 2:case 3:case 4:case 5:break;default:K=3}var D=p;p=K;try{return $()}finally{p=D}},e.unstable_scheduleCallback=function(K,$,D){var B=e.unstable_now();switch(typeof D=="object"&&D!==null?(D=D.delay,D=typeof D=="number"&&0<D?B+D:B):D=B,K){case 1:var ne=-1;break;case 2:ne=250;break;case 5:ne=1073741823;break;case 4:ne=1e4;break;default:ne=5e3}return ne=D+ne,K={id:f++,callback:$,priorityLevel:K,startTime:D,expirationTime:ne,sortIndex:-1},D>B?(K.sortIndex=D,t(c,K),n(l)===null&&K===n(c)&&(_?(v(A),A=-1):_=!0,ce(E,D-B))):(K.sortIndex=ne,t(l,K),g||m||(g=!0,oe(P))),K},e.unstable_shouldYield=Y,e.unstable_wrapCallback=function(K){var $=p;return function(){var D=p;p=$;try{return K.apply(this,arguments)}finally{p=D}}}})(EL);(function(e){e.exports=EL})(w7);/**
|
|||
|
* @license React
|
|||
|
* react-dom.production.min.js
|
|||
|
*
|
|||
|
* Copyright (c) Facebook, Inc. and its affiliates.
|
|||
|
*
|
|||
|
* This source code is licensed under the MIT license found in the
|
|||
|
* LICENSE file in the root directory of this source tree.
|
|||
|
*/var TL=H,Nr=Vb;function Ee(e){for(var t="https://reactjs.org/docs/error-decoder.html?invariant="+e,n=1;n<arguments.length;n++)t+="&args[]="+encodeURIComponent(arguments[n]);return"Minified React error #"+e+"; visit "+t+" for the full message or use the non-minified dev environment for full errors and additional helpful warnings."}var OL=new Set,Pf={};function il(e,t){mc(e,t),mc(e+"Capture",t)}function mc(e,t){for(Pf[e]=t,e=0;e<t.length;e++)OL.add(t[e])}var Co=!(typeof window>"u"||typeof window.document>"u"||typeof window.document.createElement>"u"),Hb=Object.prototype.hasOwnProperty,x7=/^[:A-Z_a-z\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u02FF\u0370-\u037D\u037F-\u1FFF\u200C-\u200D\u2070-\u218F\u2C00-\u2FEF\u3001-\uD7FF\uF900-\uFDCF\uFDF0-\uFFFD][:A-Z_a-z\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u02FF\u0370-\u037D\u037F-\u1FFF\u200C-\u200D\u2070-\u218F\u2C00-\u2FEF\u3001-\uD7FF\uF900-\uFDCF\uFDF0-\uFFFD\-.0-9\u00B7\u0300-\u036F\u203F-\u2040]*$/,sO={},aO={};function S7(e){return Hb.call(aO,e)?!0:Hb.call(sO,e)?!1:x7.test(e)?aO[e]=!0:(sO[e]=!0,!1)}function C7(e,t,n,r){if(n!==null&&n.type===0)return!1;switch(typeof t){case"function":case"symbol":return!0;case"boolean":return r?!1:n!==null?!n.acceptsBooleans:(e=e.toLowerCase().slice(0,5),e!=="data-"&&e!=="aria-");default:return!1}}function E7(e,t,n,r){if(t===null||typeof t>"u"||C7(e,t,n,r))return!0;if(r)return!1;if(n!==null)switch(n.type){case 3:return!t;case 4:return t===!1;case 5:return isNaN(t);case 6:return isNaN(t)||1>t}return!1}function dr(e,t,n,r,i,o,s){this.acceptsBooleans=t===2||t===3||t===4,this.attributeName=r,this.attributeNamespace=i,this.mustUseProperty=n,this.propertyName=e,this.type=t,this.sanitizeURL=o,this.removeEmptyString=s}var Vn={};"children dangerouslySetInnerHTML defaultValue defaultChecked innerHTML suppressContentEditableWarning suppressHydrationWarning style".split(" ").forEach(function(e){Vn[e]=new dr(e,0,!1,e,null,!1,!1)});[["acceptCharset","accept-charset"],["className","class"],["htmlFor","for"],["httpEquiv","http-equiv"]].forEach(function(e){var t=e[0];Vn[t]=new dr(t,1,!1,e[1],null,!1,!1)});["contentEditable","draggable","spellCheck","value"].forEach(function(e){Vn[e]=new dr(e,2,!1,e.toLowerCase(),null,!1,!1)});["autoReverse","externalResourcesRequired","focusable","preserveAlpha"].forEach(function(e){Vn[e]=new dr(e,2,!1,e,null,!1,!1)});"allowFullScreen async autoFocus autoPlay controls default defer disabled disablePictureInPicture disableRemotePlayback formNoValidate hidden loop noModule noValidate open playsInline readOnly required reversed scoped seamless itemScope".split(" ").forEach(function(e){Vn[e]=new dr(e,3,!1,e.toLowerCase(),null,!1,!1)});["checked","multiple","muted","selected"].forEach(function(e){Vn[e]=new dr(e,3,!0,e,null,!1,!1)});["capture","download"].forEach(function(e){Vn[e]=new dr(e,4,!1,e,null,!1,!1)});["cols","rows","size","span"].forEach(function(e){Vn[e]=new dr(e,6,!1,e,null,!1,!1)});["rowSpan","start"].forEach(function(e){Vn[e]=new dr(e,5,!1,e.toLowerCase(),null,!1,!1)});var Sx=/[\-:]([a-z])/g;function Cx(e){return e[1].toUpperCase()}"accent-height alignment-baseline arabic-form baseline-shift cap-height clip-path clip-rule color-interpolation color-interpolation-filters color-profile color-rendering dominant-baseline enable-background fill-opacity fill-rule flood-color flood-opacity font-family font-size font-size-adjust font-stretch font-style font-variant font-weight glyph-name glyph-orientation-horizontal glyph-orientation-vertical horiz-adv-x horiz-origin-x image-rendering letter-spacing lighting-color marker-end marker-mid marker-start overline-position overline-thickness paint-order panose-1 pointer-events rendering-intent shape-rendering stop-color stop-opacity strikethrough-position strikethrough-thickness stroke-dasharray stroke-dashoffset stroke-linecap stroke-linejoin stroke-miterlimit stroke-opacity stroke-width text-anchor text-decoration text-rendering underline-position underline-thickness unicode-bidi unicode-range units-per-em v-alphabetic v-hanging v-ideographic v-mathematical vector-effect vert-adv-y vert-origin
|
|||
|
`+n0+e}var r0=!1;function i0(e,t){if(!e||r0)return"";r0=!0;var n=Error.prepareStackTrace;Error.prepareStackTrace=void 0;try{if(t)if(t=function(){throw Error()},Object.defineProperty(t.prototype,"props",{set:function(){throw Error()}}),typeof Reflect=="object"&&Reflect.construct){try{Reflect.construct(t,[])}catch(c){var r=c}Reflect.construct(e,[],t)}else{try{t.call()}catch(c){r=c}e.call(t.prototype)}else{try{throw Error()}catch(c){r=c}e()}}catch(c){if(c&&r&&typeof c.stack=="string"){for(var i=c.stack.split(`
|
|||
|
`),o=r.stack.split(`
|
|||
|
`),s=i.length-1,a=o.length-1;1<=s&&0<=a&&i[s]!==o[a];)a--;for(;1<=s&&0<=a;s--,a--)if(i[s]!==o[a]){if(s!==1||a!==1)do if(s--,a--,0>a||i[s]!==o[a]){var l=`
|
|||
|
`+i[s].replace(" at new "," at ");return e.displayName&&l.includes("<anonymous>")&&(l=l.replace("<anonymous>",e.displayName)),l}while(1<=s&&0<=a);break}}}finally{r0=!1,Error.prepareStackTrace=n}return(e=e?e.displayName||e.name:"")?Fu(e):""}function T7(e){switch(e.tag){case 5:return Fu(e.type);case 16:return Fu("Lazy");case 13:return Fu("Suspense");case 19:return Fu("SuspenseList");case 0:case 2:case 15:return e=i0(e.type,!1),e;case 11:return e=i0(e.type.render,!1),e;case 1:return e=i0(e.type,!0),e;default:return""}}function Gb(e){if(e==null)return null;if(typeof e=="function")return e.displayName||e.name||null;if(typeof e=="string")return e;switch(e){case $l:return"Fragment";case Fl:return"Portal";case Wb:return"Profiler";case Tx:return"StrictMode";case Yb:return"Suspense";case qb:return"SuspenseList"}if(typeof e=="object")switch(e.$$typeof){case kL:return(e.displayName||"Context")+".Consumer";case PL:return(e._context.displayName||"Context")+".Provider";case Ox:var t=e.render;return e=e.displayName,e||(e=t.displayName||t.name||"",e=e!==""?"ForwardRef("+e+")":"ForwardRef"),e;case Px:return t=e.displayName||null,t!==null?t:Gb(e.type)||"Memo";case Xo:t=e._payload,e=e._init;try{return Gb(e(t))}catch{}}return null}function O7(e){var t=e.type;switch(e.tag){case 24:return"Cache";case 9:return(t.displayName||"Context")+".Consumer";case 10:return(t._context.displayName||"Context")+".Provider";case 18:return"DehydratedFragment";case 11:return e=t.render,e=e.displayName||e.name||"",t.displayName||(e!==""?"ForwardRef("+e+")":"ForwardRef");case 7:return"Fragment";case 5:return t;case 4:return"Portal";case 3:return"Root";case 6:return"Text";case 16:return Gb(t);case 8:return t===Tx?"StrictMode":"Mode";case 22:return"Offscreen";case 12:return"Profiler";case 21:return"Scope";case 13:return"Suspense";case 19:return"SuspenseList";case 25:return"TracingMarker";case 1:case 0:case 17:case 2:case 14:case 15:if(typeof t=="function")return t.displayName||t.name||null;if(typeof t=="string")return t}return null}function ks(e){switch(typeof e){case"boolean":case"number":case"string":case"undefined":return e;case"object":return e;default:return""}}function RL(e){var t=e.type;return(e=e.nodeName)&&e.toLowerCase()==="input"&&(t==="checkbox"||t==="radio")}function P7(e){var t=RL(e)?"checked":"value",n=Object.getOwnPropertyDescriptor(e.constructor.prototype,t),r=""+e[t];if(!e.hasOwnProperty(t)&&typeof n<"u"&&typeof n.get=="function"&&typeof n.set=="function"){var i=n.get,o=n.set;return Object.defineProperty(e,t,{configurable:!0,get:function(){return i.call(this)},set:function(s){r=""+s,o.call(this,s)}}),Object.defineProperty(e,t,{enumerable:n.enumerable}),{getValue:function(){return r},setValue:function(s){r=""+s},stopTracking:function(){e._valueTracker=null,delete e[t]}}}}function Ah(e){e._valueTracker||(e._valueTracker=P7(e))}function NL(e){if(!e)return!1;var t=e._valueTracker;if(!t)return!0;var n=t.getValue(),r="";return e&&(r=RL(e)?e.checked?"true":"false":e.value),e=r,e!==n?(t.setValue(e),!0):!1}function Ym(e){if(e=e||(typeof document<"u"?document:void 0),typeof e>"u")return null;try{return e.activeElement||e.body}catch{return e.body}}function Zb(e,t){var n=t.checked;return qt({},t,{defaultChecked:void 0,defaultValue:void 0,value:void 0,checked:n??e._wrapperState.initialChecked})}function cO(e,t){var n=t.defaultValue==null?"":t.defaultValue,r=t.checked!=null?t.checked:t.defaultChecked;n=ks(t.value!=null?t.value:n),e._wrapperState={initialChecked:r,initialValue:n,controlled:t.type==="checkbox"||t.type==="radio"?t.checked!=null:t.value!=null}}function LL(e,t){t=t.checked,t!=null&&Ex(e,"checked",t,!1)}function Kb(e,t){LL(e,t);var n=ks(t.value),r=t.type;if(n!=null)r==="number"?(n===0&&e.value===""||e.value!=n)&&(e.value=""+n):e.value!==""+n&&(e.value=""+n);else if(r==="submit"||r==="reset"){e.removeAttribute("value");return}t.hasOwnProperty("value")?Xb(e,t.type,n):t.hasOwnProperty("defaultValue")&&Xb(e,t.type,ks(t.defaultValue)),t.checked==null&&t.defaultChecked!=null&&(e.defaultChecked=!!t.defaultChecked)}function uO(e,t,n){if(t.hasOwnProperty("val
|
|||
|
`).replace($j,"")}function Vh(e,t,n){if(t=LO(t),LO(e)!==t&&n)throw Error(Ee(425))}function eg(){}var f1=null,d1=null;function h1(e,t){return e==="textarea"||e==="noscript"||typeof t.children=="string"||typeof t.children=="number"||typeof t.dangerouslySetInnerHTML=="object"&&t.dangerouslySetInnerHTML!==null&&t.dangerouslySetInnerHTML.__html!=null}var p1=typeof setTimeout=="function"?setTimeout:void 0,jj=typeof clearTimeout=="function"?clearTimeout:void 0,DO=typeof Promise=="function"?Promise:void 0,Bj=typeof queueMicrotask=="function"?queueMicrotask:typeof DO<"u"?function(e){return DO.resolve(null).then(e).catch(zj)}:p1;function zj(e){setTimeout(function(){throw e})}function v0(e,t){var n=t,r=0;do{var i=n.nextSibling;if(e.removeChild(n),i&&i.nodeType===8)if(n=i.data,n==="/$"){if(r===0){e.removeChild(i),Lf(t);return}r--}else n!=="$"&&n!=="$?"&&n!=="$!"||r++;n=i}while(n);Lf(t)}function vs(e){for(;e!=null;e=e.nextSibling){var t=e.nodeType;if(t===1||t===3)break;if(t===8){if(t=e.data,t==="$"||t==="$!"||t==="$?")break;if(t==="/$")return null}}return e}function AO(e){e=e.previousSibling;for(var t=0;e;){if(e.nodeType===8){var n=e.data;if(n==="$"||n==="$!"||n==="$?"){if(t===0)return e;t--}else n==="/$"&&t++}e=e.previousSibling}return null}var zc=Math.random().toString(36).slice(2),Ui="__reactFiber$"+zc,$f="__reactProps$"+zc,Eo="__reactContainer$"+zc,m1="__reactEvents$"+zc,Uj="__reactListeners$"+zc,Vj="__reactHandles$"+zc;function Ta(e){var t=e[Ui];if(t)return t;for(var n=e.parentNode;n;){if(t=n[Eo]||n[Ui]){if(n=t.alternate,t.child!==null||n!==null&&n.child!==null)for(e=AO(e);e!==null;){if(n=e[Ui])return n;e=AO(e)}return t}e=n,n=e.parentNode}return null}function Cd(e){return e=e[Ui]||e[Eo],!e||e.tag!==5&&e.tag!==6&&e.tag!==13&&e.tag!==3?null:e}function Ul(e){if(e.tag===5||e.tag===6)return e.stateNode;throw Error(Ee(33))}function Jv(e){return e[$f]||null}var g1=[],Vl=-1;function Vs(e){return{current:e}}function Dt(e){0>Vl||(e.current=g1[Vl],g1[Vl]=null,Vl--)}function kt(e,t){Vl++,g1[Vl]=e.current,e.current=t}var Ms={},Jn=Vs(Ms),vr=Vs(!1),za=Ms;function gc(e,t){var n=e.type.contextTypes;if(!n)return Ms;var r=e.stateNode;if(r&&r.__reactInternalMemoizedUnmaskedChildContext===t)return r.__reactInternalMemoizedMaskedChildContext;var i={},o;for(o in n)i[o]=t[o];return r&&(e=e.stateNode,e.__reactInternalMemoizedUnmaskedChildContext=t,e.__reactInternalMemoizedMaskedChildContext=i),i}function yr(e){return e=e.childContextTypes,e!=null}function tg(){Dt(vr),Dt(Jn)}function IO(e,t,n){if(Jn.current!==Ms)throw Error(Ee(168));kt(Jn,t),kt(vr,n)}function wD(e,t,n){var r=e.stateNode;if(t=t.childContextTypes,typeof r.getChildContext!="function")return n;r=r.getChildContext();for(var i in r)if(!(i in t))throw Error(Ee(108,O7(e)||"Unknown",i));return qt({},n,r)}function ng(e){return e=(e=e.stateNode)&&e.__reactInternalMemoizedMergedChildContext||Ms,za=Jn.current,kt(Jn,e),kt(vr,vr.current),!0}function FO(e,t,n){var r=e.stateNode;if(!r)throw Error(Ee(169));n?(e=wD(e,t,za),r.__reactInternalMemoizedMergedChildContext=e,Dt(vr),Dt(Jn),kt(Jn,e)):Dt(vr),kt(vr,n)}var ho=null,ey=!1,y0=!1;function xD(e){ho===null?ho=[e]:ho.push(e)}function Hj(e){ey=!0,xD(e)}function Hs(){if(!y0&&ho!==null){y0=!0;var e=0,t=xt;try{var n=ho;for(xt=1;e<n.length;e++){var r=n[e];do r=r(!0);while(r!==null)}ho=null,ey=!1}catch(i){throw ho!==null&&(ho=ho.slice(e+1)),qL(Mx,Hs),i}finally{xt=t,y0=!1}}return null}var Hl=[],Wl=0,rg=null,ig=0,Hr=[],Wr=0,Ua=null,yo=1,_o="";function ga(e,t){Hl[Wl++]=ig,Hl[Wl++]=rg,rg=e,ig=t}function SD(e,t,n){Hr[Wr++]=yo,Hr[Wr++]=_o,Hr[Wr++]=Ua,Ua=e;var r=yo;e=_o;var i=32-xi(r)-1;r&=~(1<<i),n+=1;var o=32-xi(t)+i;if(30<o){var s=i-i%5;o=(r&(1<<s)-1).toString(32),r>>=s,i-=s,yo=1<<32-xi(t)+i|n<<i|r,_o=o+e}else yo=1<<o|n<<i|r,_o=e}function jx(e){e.return!==null&&(ga(e,1),SD(e,1,0))}function Bx(e){for(;e===rg;)rg=Hl[--Wl],Hl[Wl]=null,ig=Hl[--Wl],Hl[Wl]=null;for(;e===Ua;)Ua=Hr[--Wr],Hr[Wr]=null,_o=Hr[--Wr],Hr[Wr]=null,yo=Hr[--Wr],Hr[Wr]=null}var kr=null,Or=null,jt=!1,gi=null;function CD(e,t){var n=Gr(5,null,null,0);n.elementType="DELETED",n.stateNode=t,n.return=e,t=e.de
|
|||
|
Error generating stack: `+o.message+`
|
|||
|
`+o.stack}return{value:e,source:t,stack:i,digest:null}}function S0(e,t,n){return{value:e,source:null,stack:n??null,digest:t??null}}function x1(e,t){try{console.error(t.value)}catch(n){setTimeout(function(){throw n})}}var Jj=typeof WeakMap=="function"?WeakMap:Map;function QD(e,t,n){n=xo(-1,n),n.tag=3,n.payload={element:null};var r=t.value;return n.callback=function(){dg||(dg=!0,N1=r),x1(e,t)},n}function JD(e,t,n){n=xo(-1,n),n.tag=3;var r=e.type.getDerivedStateFromError;if(typeof r=="function"){var i=t.value;n.payload=function(){return r(i)},n.callback=function(){x1(e,t)}}var o=e.stateNode;return o!==null&&typeof o.componentDidCatch=="function"&&(n.callback=function(){x1(e,t),typeof r!="function"&&(_s===null?_s=new Set([this]):_s.add(this));var s=t.stack;this.componentDidCatch(t.value,{componentStack:s!==null?s:""})}),n}function qO(e,t,n){var r=e.pingCache;if(r===null){r=e.pingCache=new Jj;var i=new Set;r.set(t,i)}else i=r.get(t),i===void 0&&(i=new Set,r.set(t,i));i.has(n)||(i.add(n),e=hB.bind(null,e,t,n),t.then(e,e))}function GO(e){do{var t;if((t=e.tag===13)&&(t=e.memoizedState,t=t!==null?t.dehydrated!==null:!0),t)return e;e=e.return}while(e!==null);return null}function ZO(e,t,n,r,i){return e.mode&1?(e.flags|=65536,e.lanes=i,e):(e===t?e.flags|=65536:(e.flags|=128,n.flags|=131072,n.flags&=-52805,n.tag===1&&(n.alternate===null?n.tag=17:(t=xo(-1,1),t.tag=2,ys(n,t,1))),n.lanes|=1),e)}var eB=Ao.ReactCurrentOwner,gr=!1;function ar(e,t,n,r){t.child=e===null?RD(t,null,n,r):yc(t,e.child,n,r)}function KO(e,t,n,r,i){n=n.render;var o=t.ref;return rc(t,i),r=Xx(e,t,n,r,o,i),n=Qx(),e!==null&&!gr?(t.updateQueue=e.updateQueue,t.flags&=-2053,e.lanes&=~i,Oo(e,t,i)):(jt&&n&&jx(t),t.flags|=1,ar(e,t,r,i),t.child)}function XO(e,t,n,r,i){if(e===null){var o=n.type;return typeof o=="function"&&!lS(o)&&o.defaultProps===void 0&&n.compare===null&&n.defaultProps===void 0?(t.tag=15,t.type=o,e4(e,t,o,r,i)):(e=qp(n.type,null,r,t,t.mode,i),e.ref=t.ref,e.return=t,t.child=e)}if(o=e.child,!(e.lanes&i)){var s=o.memoizedProps;if(n=n.compare,n=n!==null?n:Af,n(s,r)&&e.ref===t.ref)return Oo(e,t,i)}return t.flags|=1,e=ws(o,r),e.ref=t.ref,e.return=t,t.child=e}function e4(e,t,n,r,i){if(e!==null){var o=e.memoizedProps;if(Af(o,r)&&e.ref===t.ref)if(gr=!1,t.pendingProps=r=o,(e.lanes&i)!==0)e.flags&131072&&(gr=!0);else return t.lanes=e.lanes,Oo(e,t,i)}return S1(e,t,n,r,i)}function t4(e,t,n){var r=t.pendingProps,i=r.children,o=e!==null?e.memoizedState:null;if(r.mode==="hidden")if(!(t.mode&1))t.memoizedState={baseLanes:0,cachePool:null,transitions:null},kt(Gl,Cr),Cr|=n;else{if(!(n&1073741824))return e=o!==null?o.baseLanes|n:n,t.lanes=t.childLanes=1073741824,t.memoizedState={baseLanes:e,cachePool:null,transitions:null},t.updateQueue=null,kt(Gl,Cr),Cr|=e,null;t.memoizedState={baseLanes:0,cachePool:null,transitions:null},r=o!==null?o.baseLanes:n,kt(Gl,Cr),Cr|=r}else o!==null?(r=o.baseLanes|n,t.memoizedState=null):r=n,kt(Gl,Cr),Cr|=r;return ar(e,t,i,n),t.child}function n4(e,t){var n=t.ref;(e===null&&n!==null||e!==null&&e.ref!==n)&&(t.flags|=512,t.flags|=2097152)}function S1(e,t,n,r,i){var o=yr(n)?za:Jn.current;return o=gc(t,o),rc(t,i),n=Xx(e,t,n,r,o,i),r=Qx(),e!==null&&!gr?(t.updateQueue=e.updateQueue,t.flags&=-2053,e.lanes&=~i,Oo(e,t,i)):(jt&&r&&jx(t),t.flags|=1,ar(e,t,n,i),t.child)}function QO(e,t,n,r,i){if(yr(n)){var o=!0;ng(t)}else o=!1;if(rc(t,i),t.stateNode===null)Hp(e,t),kD(t,n,r),w1(t,n,r,i),r=!0;else if(e===null){var s=t.stateNode,a=t.memoizedProps;s.props=a;var l=s.context,c=n.contextType;typeof c=="object"&&c!==null?c=ei(c):(c=yr(n)?za:Jn.current,c=gc(t,c));var f=n.getDerivedStateFromProps,h=typeof f=="function"||typeof s.getSnapshotBeforeUpdate=="function";h||typeof s.UNSAFE_componentWillReceiveProps!="function"&&typeof s.componentWillReceiveProps!="function"||(a!==r||l!==c)&&VO(t,s,r,c),Qo=!1;var p=t.memoizedState;s.state=p,ag(t,r,s,i),l=t.memoizedState,a!==r||p!==l||vr.current||Qo?(typeof f=="function"&&(b1(t,n,f,r),l=t.memoizedState),(a=Qo||UO(t,n,a,r,p,l,c))?(h||typeof s.UNSAFE_componentWillMount!="function"&&typeof s.componentWillMount!="function"||(typeof s.
|
|||
|
* @license React
|
|||
|
* use-sync-external-store-shim.production.min.js
|
|||
|
*
|
|||
|
* Copyright (c) Facebook, Inc. and its affiliates.
|
|||
|
*
|
|||
|
* This source code is licensed under the MIT license found in the
|
|||
|
* LICENSE file in the root directory of this source tree.
|
|||
|
*/var xc=H;function EB(e,t){return e===t&&(e!==0||1/e===1/t)||e!==e&&t!==t}var TB=typeof Object.is=="function"?Object.is:EB,OB=xc.useState,PB=xc.useEffect,kB=xc.useLayoutEffect,MB=xc.useDebugValue;function RB(e,t){var n=t(),r=OB({inst:{value:n,getSnapshot:t}}),i=r[0].inst,o=r[1];return kB(function(){i.value=n,i.getSnapshot=t,O0(i)&&o({inst:i})},[e,n,t]),PB(function(){return O0(i)&&o({inst:i}),e(function(){O0(i)&&o({inst:i})})},[e]),MB(n),n}function O0(e){var t=e.getSnapshot;e=e.value;try{var n=t();return!TB(e,n)}catch{return!0}}function NB(e,t){return t()}var LB=typeof window>"u"||typeof window.document>"u"||typeof window.document.createElement>"u"?NB:RB;T4.useSyncExternalStore=xc.useSyncExternalStore!==void 0?xc.useSyncExternalStore:LB;(function(e){e.exports=T4})(CB);var dP={},DB={get exports(){return dP},set exports(e){dP=e}},O4={};/**
|
|||
|
* @license React
|
|||
|
* use-sync-external-store-shim/with-selector.production.min.js
|
|||
|
*
|
|||
|
* Copyright (c) Facebook, Inc. and its affiliates.
|
|||
|
*
|
|||
|
* This source code is licensed under the MIT license found in the
|
|||
|
* LICENSE file in the root directory of this source tree.
|
|||
|
*/var uy=H,AB=gg;function IB(e,t){return e===t&&(e!==0||1/e===1/t)||e!==e&&t!==t}var FB=typeof Object.is=="function"?Object.is:IB,$B=AB.useSyncExternalStore,jB=uy.useRef,BB=uy.useEffect,zB=uy.useMemo,UB=uy.useDebugValue;O4.useSyncExternalStoreWithSelector=function(e,t,n,r,i){var o=jB(null);if(o.current===null){var s={hasValue:!1,value:null};o.current=s}else s=o.current;o=zB(function(){function l(m){if(!c){if(c=!0,f=m,m=r(m),i!==void 0&&s.hasValue){var g=s.value;if(i(g,m))return h=g}return h=m}if(g=h,FB(f,m))return g;var _=r(m);return i!==void 0&&i(g,_)?g:(f=m,h=_)}var c=!1,f,h,p=n===void 0?null:n;return[function(){return l(t())},p===null?void 0:function(){return l(p())}]},[t,n,r,i]);var a=$B(e,o[0],o[1]);return BB(function(){s.hasValue=!0,s.value=a},[a]),UB(a),a};(function(e){e.exports=O4})(DB);function VB(e){e()}let P4=VB;const HB=e=>P4=e,WB=()=>P4,k4=H.createContext(null),YB=()=>{throw new Error("uSES not initialized!")};function oc(){return oc=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)Object.prototype.hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e},oc.apply(this,arguments)}function hS(e,t){if(e==null)return{};var n={},r=Object.keys(e),i,o;for(o=0;o<r.length;o++)i=r[o],!(t.indexOf(i)>=0)&&(n[i]=e[i]);return n}var I1={},qB={get exports(){return I1},set exports(e){I1=e}},St={};/** @license React v16.13.1
|
|||
|
* react-is.production.min.js
|
|||
|
*
|
|||
|
* Copyright (c) Facebook, Inc. and its affiliates.
|
|||
|
*
|
|||
|
* This source code is licensed under the MIT license found in the
|
|||
|
* LICENSE file in the root directory of this source tree.
|
|||
|
*/var Pn=typeof Symbol=="function"&&Symbol.for,pS=Pn?Symbol.for("react.element"):60103,mS=Pn?Symbol.for("react.portal"):60106,fy=Pn?Symbol.for("react.fragment"):60107,dy=Pn?Symbol.for("react.strict_mode"):60108,hy=Pn?Symbol.for("react.profiler"):60114,py=Pn?Symbol.for("react.provider"):60109,my=Pn?Symbol.for("react.context"):60110,gS=Pn?Symbol.for("react.async_mode"):60111,gy=Pn?Symbol.for("react.concurrent_mode"):60111,vy=Pn?Symbol.for("react.forward_ref"):60112,yy=Pn?Symbol.for("react.suspense"):60113,GB=Pn?Symbol.for("react.suspense_list"):60120,_y=Pn?Symbol.for("react.memo"):60115,by=Pn?Symbol.for("react.lazy"):60116,ZB=Pn?Symbol.for("react.block"):60121,KB=Pn?Symbol.for("react.fundamental"):60117,XB=Pn?Symbol.for("react.responder"):60118,QB=Pn?Symbol.for("react.scope"):60119;function Ir(e){if(typeof e=="object"&&e!==null){var t=e.$$typeof;switch(t){case pS:switch(e=e.type,e){case gS:case gy:case fy:case hy:case dy:case yy:return e;default:switch(e=e&&e.$$typeof,e){case my:case vy:case by:case _y:case py:return e;default:return t}}case mS:return t}}}function M4(e){return Ir(e)===gy}St.AsyncMode=gS;St.ConcurrentMode=gy;St.ContextConsumer=my;St.ContextProvider=py;St.Element=pS;St.ForwardRef=vy;St.Fragment=fy;St.Lazy=by;St.Memo=_y;St.Portal=mS;St.Profiler=hy;St.StrictMode=dy;St.Suspense=yy;St.isAsyncMode=function(e){return M4(e)||Ir(e)===gS};St.isConcurrentMode=M4;St.isContextConsumer=function(e){return Ir(e)===my};St.isContextProvider=function(e){return Ir(e)===py};St.isElement=function(e){return typeof e=="object"&&e!==null&&e.$$typeof===pS};St.isForwardRef=function(e){return Ir(e)===vy};St.isFragment=function(e){return Ir(e)===fy};St.isLazy=function(e){return Ir(e)===by};St.isMemo=function(e){return Ir(e)===_y};St.isPortal=function(e){return Ir(e)===mS};St.isProfiler=function(e){return Ir(e)===hy};St.isStrictMode=function(e){return Ir(e)===dy};St.isSuspense=function(e){return Ir(e)===yy};St.isValidElementType=function(e){return typeof e=="string"||typeof e=="function"||e===fy||e===gy||e===hy||e===dy||e===yy||e===GB||typeof e=="object"&&e!==null&&(e.$$typeof===by||e.$$typeof===_y||e.$$typeof===py||e.$$typeof===my||e.$$typeof===vy||e.$$typeof===KB||e.$$typeof===XB||e.$$typeof===QB||e.$$typeof===ZB)};St.typeOf=Ir;(function(e){e.exports=St})(qB);var vS=I1,JB={childContextTypes:!0,contextType:!0,contextTypes:!0,defaultProps:!0,displayName:!0,getDefaultProps:!0,getDerivedStateFromError:!0,getDerivedStateFromProps:!0,mixins:!0,propTypes:!0,type:!0},e9={name:!0,length:!0,prototype:!0,caller:!0,callee:!0,arguments:!0,arity:!0},t9={$$typeof:!0,render:!0,defaultProps:!0,displayName:!0,propTypes:!0},R4={$$typeof:!0,compare:!0,defaultProps:!0,displayName:!0,propTypes:!0,type:!0},yS={};yS[vS.ForwardRef]=t9;yS[vS.Memo]=R4;function hP(e){return vS.isMemo(e)?R4:yS[e.$$typeof]||JB}var n9=Object.defineProperty,r9=Object.getOwnPropertyNames,pP=Object.getOwnPropertySymbols,i9=Object.getOwnPropertyDescriptor,o9=Object.getPrototypeOf,mP=Object.prototype;function N4(e,t,n){if(typeof t!="string"){if(mP){var r=o9(t);r&&r!==mP&&N4(e,r,n)}var i=r9(t);pP&&(i=i.concat(pP(t)));for(var o=hP(e),s=hP(t),a=0;a<i.length;++a){var l=i[a];if(!e9[l]&&!(n&&n[l])&&!(s&&s[l])&&!(o&&o[l])){var c=i9(t,l);try{n9(e,l,c)}catch{}}}}return e}var gP=N4,F1={},s9={get exports(){return F1},set exports(e){F1=e}},Ct={};/**
|
|||
|
* @license React
|
|||
|
* react-is.production.min.js
|
|||
|
*
|
|||
|
* Copyright (c) Facebook, Inc. and its affiliates.
|
|||
|
*
|
|||
|
* This source code is licensed under the MIT license found in the
|
|||
|
* LICENSE file in the root directory of this source tree.
|
|||
|
*/var _S=Symbol.for("react.element"),bS=Symbol.for("react.portal"),wy=Symbol.for("react.fragment"),xy=Symbol.for("react.strict_mode"),Sy=Symbol.for("react.profiler"),Cy=Symbol.for("react.provider"),Ey=Symbol.for("react.context"),a9=Symbol.for("react.server_context"),Ty=Symbol.for("react.forward_ref"),Oy=Symbol.for("react.suspense"),Py=Symbol.for("react.suspense_list"),ky=Symbol.for("react.memo"),My=Symbol.for("react.lazy"),l9=Symbol.for("react.offscreen"),c9=Symbol.for("react.module.reference");function oi(e){if(typeof e=="object"&&e!==null){var t=e.$$typeof;switch(t){case _S:switch(e=e.type,e){case wy:case Sy:case xy:case Oy:case Py:return e;default:switch(e=e&&e.$$typeof,e){case a9:case Ey:case Ty:case My:case ky:case Cy:return e;default:return t}}case bS:return t}}}Ct.ContextConsumer=Ey;Ct.ContextProvider=Cy;Ct.Element=_S;Ct.ForwardRef=Ty;Ct.Fragment=wy;Ct.Lazy=My;Ct.Memo=ky;Ct.Portal=bS;Ct.Profiler=Sy;Ct.StrictMode=xy;Ct.Suspense=Oy;Ct.SuspenseList=Py;Ct.isAsyncMode=function(){return!1};Ct.isConcurrentMode=function(){return!1};Ct.isContextConsumer=function(e){return oi(e)===Ey};Ct.isContextProvider=function(e){return oi(e)===Cy};Ct.isElement=function(e){return typeof e=="object"&&e!==null&&e.$$typeof===_S};Ct.isForwardRef=function(e){return oi(e)===Ty};Ct.isFragment=function(e){return oi(e)===wy};Ct.isLazy=function(e){return oi(e)===My};Ct.isMemo=function(e){return oi(e)===ky};Ct.isPortal=function(e){return oi(e)===bS};Ct.isProfiler=function(e){return oi(e)===Sy};Ct.isStrictMode=function(e){return oi(e)===xy};Ct.isSuspense=function(e){return oi(e)===Oy};Ct.isSuspenseList=function(e){return oi(e)===Py};Ct.isValidElementType=function(e){return typeof e=="string"||typeof e=="function"||e===wy||e===Sy||e===xy||e===Oy||e===Py||e===l9||typeof e=="object"&&e!==null&&(e.$$typeof===My||e.$$typeof===ky||e.$$typeof===Cy||e.$$typeof===Ey||e.$$typeof===Ty||e.$$typeof===c9||e.getModuleId!==void 0)};Ct.typeOf=oi;(function(e){e.exports=Ct})(s9);const u9=["initMapStateToProps","initMapDispatchToProps","initMergeProps"];function f9(e,t,n,r,{areStatesEqual:i,areOwnPropsEqual:o,areStatePropsEqual:s}){let a=!1,l,c,f,h,p;function m(b,w){return l=b,c=w,f=e(l,c),h=t(r,c),p=n(f,h,c),a=!0,p}function g(){return f=e(l,c),t.dependsOnOwnProps&&(h=t(r,c)),p=n(f,h,c),p}function _(){return e.dependsOnOwnProps&&(f=e(l,c)),t.dependsOnOwnProps&&(h=t(r,c)),p=n(f,h,c),p}function x(){const b=e(l,c),w=!s(b,f);return f=b,w&&(p=n(f,h,c)),p}function v(b,w){const E=!o(w,c),P=!i(b,l,w,c);return l=b,c=w,E&&P?g():E?_():P?x():p}return function(w,E){return a?v(w,E):m(w,E)}}function d9(e,t){let{initMapStateToProps:n,initMapDispatchToProps:r,initMergeProps:i}=t,o=hS(t,u9);const s=n(e,o),a=r(e,o),l=i(e,o);return f9(s,a,l,e,o)}function h9(e,t){const n={};for(const r in e){const i=e[r];typeof i=="function"&&(n[r]=(...o)=>t(i(...o)))}return n}function $1(e){return function(n){const r=e(n);function i(){return r}return i.dependsOnOwnProps=!1,i}}function vP(e){return e.dependsOnOwnProps?Boolean(e.dependsOnOwnProps):e.length!==1}function L4(e,t){return function(r,{displayName:i}){const o=function(a,l){return o.dependsOnOwnProps?o.mapToProps(a,l):o.mapToProps(a,void 0)};return o.dependsOnOwnProps=!0,o.mapToProps=function(a,l){o.mapToProps=e,o.dependsOnOwnProps=vP(e);let c=o(a,l);return typeof c=="function"&&(o.mapToProps=c,o.dependsOnOwnProps=vP(c),c=o(a,l)),c},o}}function wS(e,t){return(n,r)=>{throw new Error(`Invalid value of type ${typeof e} for ${t} argument when connecting component ${r.wrappedComponentName}.`)}}function p9(e){return e&&typeof e=="object"?$1(t=>h9(e,t)):e?typeof e=="function"?L4(e):wS(e,"mapDispatchToProps"):$1(t=>({dispatch:t}))}function m9(e){return e?typeof e=="function"?L4(e):wS(e,"mapStateToProps"):$1(()=>({}))}function g9(e,t,n){return oc({},n,e,t)}function v9(e){return function(n,{displayName:r,areMergedPropsEqual:i}){let o=!1,s;return function(l,c,f){const h=e(l,c,f);return o?i(h,s)||(s=h):(o=!0,s=h),s}}}function y9(e){return e?typeof e=="function"?v9(e):wS(e,"mergeProps"):()=>g9}function _9(){const e=WB();let t=null,n=null;return{clear(){t=nul
|
|||
|
The error may be correlated with this previous error:
|
|||
|
${le.current.stack}
|
|||
|
|
|||
|
`),Q}vg(()=>{le.current=void 0,W.current=void 0,B.current=R});const F=H.useMemo(()=>z.createElement(x,oc({},R,{ref:V})),[V,x,R]);return H.useMemo(()=>g?z.createElement(Y.Provider,{value:D},F):F,[Y,F,D])}const k=z.memo(E);if(k.WrappedComponent=x,k.displayName=E.displayName=b,l){const A=z.forwardRef(function(I,Y){return z.createElement(k,oc({},I,{reactReduxForwardedRef:Y}))});return A.displayName=b,A.WrappedComponent=x,gP(A,x)}return gP(k,x)}}function k9({store:e,context:t,children:n,serverState:r}){const i=H.useMemo(()=>{const a=D4(e);return{store:e,subscription:a,getServerState:r?()=>r:void 0}},[e,r]),o=H.useMemo(()=>e.getState(),[e]);vg(()=>{const{subscription:a}=i;return a.onStateChange=a.notifyNestedSubs,a.trySubscribe(),o!==e.getState()&&a.notifyNestedSubs(),()=>{a.tryUnsubscribe(),a.onStateChange=void 0}},[i,o]);const s=t||k4;return z.createElement(s.Provider,{value:i},n)}x9(gg.useSyncExternalStore);HB(Ba.unstable_batchedUpdates);/**
|
|||
|
* @remix-run/router v1.0.1
|
|||
|
*
|
|||
|
* Copyright (c) Remix Software Inc.
|
|||
|
*
|
|||
|
* This source code is licensed under the MIT license found in the
|
|||
|
* LICENSE.md file in the root directory of this source tree.
|
|||
|
*
|
|||
|
* @license MIT
|
|||
|
*/function yg(){return yg=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)Object.prototype.hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e},yg.apply(this,arguments)}var as;(function(e){e.Pop="POP",e.Push="PUSH",e.Replace="REPLACE"})(as||(as={}));const bP="popstate";function M9(e){e===void 0&&(e={});function t(r,i){let{pathname:o,search:s,hash:a}=r.location;return j1("",{pathname:o,search:s,hash:a},i.state&&i.state.usr||null,i.state&&i.state.key||"default")}function n(r,i){return typeof i=="string"?i:B1(i)}return N9(t,n,null,e)}function R9(){return Math.random().toString(36).substr(2,8)}function wP(e){return{usr:e.state,key:e.key}}function j1(e,t,n,r){return n===void 0&&(n=null),yg({pathname:typeof e=="string"?e:e.pathname,search:"",hash:""},typeof t=="string"?Uc(t):t,{state:n,key:t&&t.key||r||R9()})}function B1(e){let{pathname:t="/",search:n="",hash:r=""}=e;return n&&n!=="?"&&(t+=n.charAt(0)==="?"?n:"?"+n),r&&r!=="#"&&(t+=r.charAt(0)==="#"?r:"#"+r),t}function Uc(e){let t={};if(e){let n=e.indexOf("#");n>=0&&(t.hash=e.substr(n),e=e.substr(0,n));let r=e.indexOf("?");r>=0&&(t.search=e.substr(r),e=e.substr(0,r)),e&&(t.pathname=e)}return t}function N9(e,t,n,r){r===void 0&&(r={});let{window:i=document.defaultView,v5Compat:o=!1}=r,s=i.history,a=as.Pop,l=null;function c(){a=as.Pop,l&&l({action:a,location:p.location})}function f(m,g){a=as.Push;let _=j1(p.location,m,g);n&&n(_,m);let x=wP(_),v=p.createHref(_);try{s.pushState(x,"",v)}catch{i.location.assign(v)}o&&l&&l({action:a,location:_})}function h(m,g){a=as.Replace;let _=j1(p.location,m,g);n&&n(_,m);let x=wP(_),v=p.createHref(_);s.replaceState(x,"",v),o&&l&&l({action:a,location:_})}let p={get action(){return a},get location(){return e(i,s)},listen(m){if(l)throw new Error("A history only accepts one active listener");return i.addEventListener(bP,c),l=m,()=>{i.removeEventListener(bP,c),l=null}},createHref(m){return t(i,m)},push:f,replace:h,go(m){return s.go(m)}};return p}var xP;(function(e){e.data="data",e.deferred="deferred",e.redirect="redirect",e.error="error"})(xP||(xP={}));function L9(e,t,n){n===void 0&&(n="/");let r=typeof t=="string"?Uc(t):t,i=F4(r.pathname||"/",n);if(i==null)return null;let o=I4(e);D9(o);let s=null;for(let a=0;s==null&&a<o.length;++a)s=V9(o[a],i);return s}function I4(e,t,n,r){return t===void 0&&(t=[]),n===void 0&&(n=[]),r===void 0&&(r=""),e.forEach((i,o)=>{let s={relativePath:i.path||"",caseSensitive:i.caseSensitive===!0,childrenIndex:o,route:i};s.relativePath.startsWith("/")&&(er(s.relativePath.startsWith(r),'Absolute route path "'+s.relativePath+'" nested under path '+('"'+r+'" is not valid. An absolute child route path ')+"must start with the combined path of all its parent routes."),s.relativePath=s.relativePath.slice(r.length));let a=xs([r,s.relativePath]),l=n.concat(s);i.children&&i.children.length>0&&(er(i.index!==!0,"Index routes must not have child routes. Please remove "+('all child routes from route path "'+a+'".')),I4(i.children,t,l,a)),!(i.path==null&&!i.index)&&t.push({path:a,score:z9(a,i.index),routesMeta:l})}),t}function D9(e){e.sort((t,n)=>t.score!==n.score?n.score-t.score:U9(t.routesMeta.map(r=>r.childrenIndex),n.routesMeta.map(r=>r.childrenIndex)))}const A9=/^:\w+$/,I9=3,F9=2,$9=1,j9=10,B9=-2,SP=e=>e==="*";function z9(e,t){let n=e.split("/"),r=n.length;return n.some(SP)&&(r+=B9),t&&(r+=F9),n.filter(i=>!SP(i)).reduce((i,o)=>i+(A9.test(o)?I9:o===""?$9:j9),r)}function U9(e,t){return e.length===t.length&&e.slice(0,-1).every((r,i)=>r===t[i])?e[e.length-1]-t[t.length-1]:0}function V9(e,t){let{routesMeta:n}=e,r={},i="/",o=[];for(let s=0;s<n.length;++s){let a=n[s],l=s===n.length-1,c=i==="/"?t:t.slice(i.length)||"/",f=xS({path:a.relativePath,caseSensitive:a.caseSensitive,end:l},c);if(!f)return null;Object.assign(r,f.params);let h=a.route;o.push({params:r,pathname:xs([i,f.pathname]),pathnameBase:G9(xs([i,f.pathnameBase])),route:h}),f.pathnameBase!=="/"&&(i=xs([i,f.pathnameBase]))}return o}function xS(e,t){typeof e=="string"&&(e={path:e,caseSensitive:!1,end:!0});let[n,r]=H9(e.path
|
|||
|
* React Router v6.4.1
|
|||
|
*
|
|||
|
* Copyright (c) Remix Software Inc.
|
|||
|
*
|
|||
|
* This source code is licensed under the MIT license found in the
|
|||
|
* LICENSE.md file in the root directory of this source tree.
|
|||
|
*
|
|||
|
* @license MIT
|
|||
|
*/function z1(){return z1=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)Object.prototype.hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e},z1.apply(this,arguments)}function J9(e,t){return e===t&&(e!==0||1/e===1/t)||e!==e&&t!==t}const ez=typeof Object.is=="function"?Object.is:J9,{useState:tz,useEffect:nz,useLayoutEffect:rz,useDebugValue:iz}=Ub;function oz(e,t,n){const r=t(),[{inst:i},o]=tz({inst:{value:r,getSnapshot:t}});return rz(()=>{i.value=r,i.getSnapshot=t,k0(i)&&o({inst:i})},[e,r,t]),nz(()=>(k0(i)&&o({inst:i}),e(()=>{k0(i)&&o({inst:i})})),[e]),iz(r),r}function k0(e){const t=e.getSnapshot,n=e.value;try{const r=t();return!ez(n,r)}catch{return!0}}function sz(e,t,n){return t()}const az=typeof window<"u"&&typeof window.document<"u"&&typeof window.document.createElement<"u",lz=!az,cz=lz?sz:oz;"useSyncExternalStore"in Ub&&(e=>e.useSyncExternalStore)(Ub);const uz=H.createContext(null),fz=H.createContext(null),Ry=H.createContext(null),SS=H.createContext(null),Ny=H.createContext(null),Vc=H.createContext({outlet:null,matches:[]}),B4=H.createContext(null);function dz(e,t){let{relative:n}=t===void 0?{}:t;sl()||er(!1);let{basename:r,navigator:i}=H.useContext(SS),{hash:o,pathname:s,search:a}=_g(e,{relative:n}),l=s;return r!=="/"&&(l=s==="/"?r:xs([r,s])),i.createHref({pathname:l,search:a,hash:o})}function sl(){return H.useContext(Ny)!=null}function Wn(){return sl()||er(!1),H.useContext(Ny).location}function hz(e){sl()||er(!1);let{pathname:t}=Wn();return H.useMemo(()=>xS(e,t),[t,e])}function z4(e){return e.filter((t,n)=>n===0||!t.route.index&&t.pathnameBase!==e[n-1].pathnameBase)}function Io(){sl()||er(!1);let{basename:e,navigator:t}=H.useContext(SS),{matches:n}=H.useContext(Vc),{pathname:r}=Wn(),i=JSON.stringify(z4(n).map(a=>a.pathnameBase)),o=H.useRef(!1);return H.useEffect(()=>{o.current=!0}),H.useCallback(function(a,l){if(l===void 0&&(l={}),!o.current)return;if(typeof a=="number"){t.go(a);return}let c=j4(a,JSON.parse(i),r,l.relative==="path");e!=="/"&&(c.pathname=c.pathname==="/"?e:xs([e,c.pathname])),(l.replace?t.replace:t.push)(c,l.state,l)},[e,t,i,r])}function Ws(){let{matches:e}=H.useContext(Vc),t=e[e.length-1];return t?t.params:{}}function _g(e,t){let{relative:n}=t===void 0?{}:t,{matches:r}=H.useContext(Vc),{pathname:i}=Wn(),o=JSON.stringify(z4(r).map(s=>s.pathnameBase));return H.useMemo(()=>j4(e,JSON.parse(o),i,n==="path"),[e,o,i,n])}function pz(e,t){sl()||er(!1);let n=H.useContext(Ry),{matches:r}=H.useContext(Vc),i=r[r.length-1],o=i?i.params:{};i&&i.pathname;let s=i?i.pathnameBase:"/";i&&i.route;let a=Wn(),l;if(t){var c;let g=typeof t=="string"?Uc(t):t;s==="/"||(c=g.pathname)!=null&&c.startsWith(s)||er(!1),l=g}else l=a;let f=l.pathname||"/",h=s==="/"?f:f.slice(s.length)||"/",p=L9(e,{pathname:h}),m=yz(p&&p.map(g=>Object.assign({},g,{params:Object.assign({},o,g.params),pathname:xs([s,g.pathname]),pathnameBase:g.pathnameBase==="/"?s:xs([s,g.pathnameBase])})),r,n||void 0);return t?H.createElement(Ny.Provider,{value:{location:z1({pathname:"/",search:"",hash:"",state:null,key:"default"},l),navigationType:as.Pop}},m):m}function mz(){let e=bz(),t=Q9(e)?e.status+" "+e.statusText:e instanceof Error?e.message:JSON.stringify(e),n=e instanceof Error?e.stack:null,r="rgba(200,200,200, 0.5)",i={padding:"0.5rem",backgroundColor:r},o={padding:"2px 4px",backgroundColor:r};return H.createElement(H.Fragment,null,H.createElement("h2",null,"Unhandled Thrown Error!"),H.createElement("h3",{style:{fontStyle:"italic"}},t),n?H.createElement("pre",{style:i},n):null,H.createElement("p",null,"💿 Hey developer 👋"),H.createElement("p",null,"You can provide a way better UX than this when your app throws errors by providing your own ",H.createElement("code",{style:o},"errorElement")," props on ",H.createElement("code",{style:o},"<Route>")))}class gz extends H.Component{constructor(t){super(t),this.state={location:t.location,error:t.error}}static getDerivedStateFromError(t){return{error:t}}static getDerivedStateFromProps(t,n){return n.location!==t.location?{error:t.error,location:
|
|||
|
* React Router DOM v6.4.1
|
|||
|
*
|
|||
|
* Copyright (c) Remix Software Inc.
|
|||
|
*
|
|||
|
* This source code is licensed under the MIT license found in the
|
|||
|
* LICENSE.md file in the root directory of this source tree.
|
|||
|
*
|
|||
|
* @license MIT
|
|||
|
*/function bg(){return bg=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)Object.prototype.hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e},bg.apply(this,arguments)}function U4(e,t){if(e==null)return{};var n={},r=Object.keys(e),i,o;for(o=0;o<r.length;o++)i=r[o],!(t.indexOf(i)>=0)&&(n[i]=e[i]);return n}function xz(e){return!!(e.metaKey||e.altKey||e.ctrlKey||e.shiftKey)}function Sz(e,t){return e.button===0&&(!t||t==="_self")&&!xz(e)}const Cz=["onClick","relative","reloadDocument","replace","state","target","to","preventScrollReset"],Ez=["aria-current","caseSensitive","className","end","style","to","children"];function Tz(e){let{basename:t,children:n,window:r}=e,i=H.useRef();i.current==null&&(i.current=M9({window:r,v5Compat:!0}));let o=i.current,[s,a]=H.useState({action:o.action,location:o.location});return H.useLayoutEffect(()=>o.listen(a),[o]),H.createElement(wz,{basename:t,children:n,location:s.location,navigationType:s.action,navigator:o})}const It=H.forwardRef(function(t,n){let{onClick:r,relative:i,reloadDocument:o,replace:s,state:a,target:l,to:c,preventScrollReset:f}=t,h=U4(t,Cz),p=dz(c,{relative:i}),m=Oz(c,{replace:s,state:a,target:l,preventScrollReset:f,relative:i});function g(_){r&&r(_),_.defaultPrevented||m(_)}return H.createElement("a",bg({},h,{href:p,onClick:o?r:g,ref:n,target:l}))}),V4=H.forwardRef(function(t,n){let{"aria-current":r="page",caseSensitive:i=!1,className:o="",end:s=!1,style:a,to:l,children:c}=t,f=U4(t,Ez),h=_g(l),p=hz({path:h.pathname,end:s,caseSensitive:i}),m=H.useContext(Ry),g=m==null?void 0:m.navigation.location,_=_g(g||""),v=H.useMemo(()=>g?xS({path:h.pathname,end:s,caseSensitive:i},_.pathname):null,[g,h.pathname,i,s,_.pathname])!=null,b=p!=null,w=b?r:void 0,E;typeof o=="function"?E=o({isActive:b,isPending:v}):E=[o,b?"active":null,v?"pending":null].filter(Boolean).join(" ");let P=typeof a=="function"?a({isActive:b,isPending:v}):a;return H.createElement(It,bg({},f,{"aria-current":w,className:E,ref:n,style:P,to:l}),typeof c=="function"?c({isActive:b,isPending:v}):c)});function Oz(e,t){let{target:n,replace:r,state:i,preventScrollReset:o,relative:s}=t===void 0?{}:t,a=Io(),l=Wn(),c=_g(e,{relative:s});return H.useCallback(f=>{if(Sz(f,n)){f.preventDefault();let h=r!==void 0?r:B1(l)===B1(c);a(e,{replace:h,state:i,preventScrollReset:o,relative:s})}},[l,a,c,r,i,n,e,o,s])}const Pz="shlink-web-client",kz="A React-based progressive web application for shlink",Mz="/shlink-web-client/feature/vite",Rz="https://github.com/shlinkio/shlink-web-client",Nz="MIT",Lz={lint:"npm run lint:css && npm run lint:js","lint:css":"stylelint src/*.scss src/**/*.scss","lint:js":"eslint --ext .js,.ts,.tsx src test","lint:fix":"npm run lint:css:fix && npm run lint:js:fix","lint:css:fix":"npm run lint:css -- --fix","lint:js:fix":"npm run lint:js -- --fix",start:"vite serve --host=0.0.0.0",build:"tsc && vite build && node scripts/replace-version.mjs","build:dist":"npm run build && node scripts/create-dist-file.mjs","build:serve":"serve -p 5000 ./build",test:"jest --env=jsdom --colors","test:coverage":"npm run test -- --coverage --coverageReporters=text --coverageReporters=text-summary","test:ci":"npm run test:coverage -- --coverageReporters=clover --ci","test:pretty":"npm run test:coverage -- --coverageReporters=html","test:verbose":"npm run test -- --verbose",mutate:"./node_modules/.bin/stryker run --concurrency 4 --ignoreStatic"},Dz={"@babel/preset-env":"^7.20.2","@babel/preset-react":"^7.18.6","@babel/preset-typescript":"^7.18.6","@fortawesome/fontawesome-free":"^6.2.0","@fortawesome/fontawesome-svg-core":"^6.2.0","@fortawesome/free-regular-svg-icons":"^6.2.0","@fortawesome/free-solid-svg-icons":"^6.2.0","@fortawesome/react-fontawesome":"^0.2.0","@json2csv/plainjs":"^6.1.2","@reduxjs/toolkit":"^1.9.0",bootstrap:"^5.2.2",bottlejs:"^2.0.1",bowser:"^2.11.0","chart.js":"^3.9.1",classnames:"^2.3.1","compare-versions":"^5.0.1",csvtojson:"^2.0.10","date-fns":"^2.29.3","event-source-polyfill":"^1.0.31",history:"^5.3.0",leaflet:"^1.9.2",qs:"^6.11.0",ramda:"^0.27.2",re
|
|||
|
\v\f\r \u2028\u2029\uFEFF`,iH="",oH=typeof String.prototype.trim=="function",sH=wt(!oH||Eu.trim()||!iH.trim()?function(t){var n=new RegExp("^["+Eu+"]["+Eu+"]*"),r=new RegExp("["+Eu+"]["+Eu+"]*$");return t.replace(n,"").replace(r,"")}:function(t){return t.trim()});const aH=sH;var lH=ft(function(t,n){for(var r=0,i=Math.min(t.length,n.length),o={};r<i;)o[t[r]]=n[r],r+=1;return o});const mA=lH,IS=e=>!!(e!=null&&e.url)&&!!(e!=null&&e.apiKey),Ss=e=>!!(e!=null&&e.id),jy=e=>!!(e!=null&&e.version),cH=e=>!!(e!=null&&e.serverNotFound),kd=e=>Ss(e)?e.id:"",uH=e=>WV(["id","autoConnect"],e),By=(e,t,n)=>e!==t?"ASC":n?{ASC:"DESC",DESC:void 0}[n]:"ASC",gA=(e,{field:t,dir:n})=>!t||!n?e:e.sort((r,i)=>{const o=n==="ASC"?1:-1,s=n==="ASC"?-1:1;return r[t]>i[t]?o:s}),vA=e=>e.dir?`${e.field}-${e.dir}`:void 0,fH=e=>{const[t,n]=e.split("-");return{field:t,dir:n}};var zy=(e=>(e.INVALID_ARGUMENT="INVALID_ARGUMENT",e.INVALID_SHORT_URL_DELETION="INVALID_SHORT_URL_DELETION",e.DOMAIN_NOT_FOUND="DOMAIN_NOT_FOUND",e.FORBIDDEN_OPERATION="FORBIDDEN_OPERATION",e.INVALID_URL="INVALID_URL",e.INVALID_SLUG="INVALID_SLUG",e.INVALID_SHORTCODE="INVALID_SHORTCODE",e.TAG_CONFLICT="TAG_CONFLICT",e.TAG_NOT_FOUND="TAG_NOT_FOUND",e.MERCURE_NOT_CONFIGURED="MERCURE_NOT_CONFIGURED",e.INVALID_AUTHORIZATION="INVALID_AUTHORIZATION",e.INVALID_API_KEY="INVALID_API_KEY",e.NOT_FOUND="NOT_FOUND",e))(zy||{}),Uy=(e=>(e.INVALID_ARGUMENT="https://shlink.io/api/error/invalid-data",e.INVALID_SHORT_URL_DELETION="https://shlink.io/api/error/invalid-short-url-deletion",e.DOMAIN_NOT_FOUND="https://shlink.io/api/error/domain-not-found",e.FORBIDDEN_OPERATION="https://shlink.io/api/error/forbidden-tag-operation",e.INVALID_URL="https://shlink.io/api/error/invalid-url",e.INVALID_SLUG="https://shlink.io/api/error/non-unique-slug",e.INVALID_SHORTCODE="https://shlink.io/api/error/short-url-not-found",e.TAG_CONFLICT="https://shlink.io/api/error/tag-conflict",e.TAG_NOT_FOUND="https://shlink.io/api/error/tag-not-found",e.MERCURE_NOT_CONFIGURED="https://shlink.io/api/error/mercure-not-configured",e.INVALID_AUTHORIZATION="https://shlink.io/api/error/missing-authentication",e.INVALID_API_KEY="https://shlink.io/api/error/invalid-api-key",e.NOT_FOUND="https://shlink.io/api/error/not-found",e))(Uy||{});const dH=e=>!!e&&typeof e=="object"&&["type","detail","title","status"].every(t=>t in e),ro=e=>dH(e)?e:void 0,hH=e=>(e==null?void 0:e.type)===zy.INVALID_ARGUMENT||(e==null?void 0:e.type)===Uy.INVALID_ARGUMENT,pH=e=>(e==null?void 0:e.type)==="INVALID_SHORTCODE_DELETION"||(e==null?void 0:e.type)===zy.INVALID_SHORT_URL_DELETION||(e==null?void 0:e.type)===Uy.INVALID_SHORT_URL_DELETION,mH=e=>((e==null?void 0:e.type)===zy.NOT_FOUND||(e==null?void 0:e.type)===Uy.NOT_FOUND)&&(e==null?void 0:e.status)===404;var gH=function(){if(typeof Symbol!="function"||typeof Object.getOwnPropertySymbols!="function")return!1;if(typeof Symbol.iterator=="symbol")return!0;var t={},n=Symbol("test"),r=Object(n);if(typeof n=="string"||Object.prototype.toString.call(n)!=="[object Symbol]"||Object.prototype.toString.call(r)!=="[object Symbol]")return!1;var i=42;t[n]=i;for(n in t)return!1;if(typeof Object.keys=="function"&&Object.keys(t).length!==0||typeof Object.getOwnPropertyNames=="function"&&Object.getOwnPropertyNames(t).length!==0)return!1;var o=Object.getOwnPropertySymbols(t);if(o.length!==1||o[0]!==n||!Object.prototype.propertyIsEnumerable.call(t,n))return!1;if(typeof Object.getOwnPropertyDescriptor=="function"){var s=Object.getOwnPropertyDescriptor(t,n);if(s.value!==i||s.enumerable!==!0)return!1}return!0},FP=typeof Symbol<"u"&&Symbol,vH=gH,yH=function(){return typeof FP!="function"||typeof Symbol!="function"||typeof FP("foo")!="symbol"||typeof Symbol("bar")!="symbol"?!1:vH()},_H="Function.prototype.bind called on incompatible ",L0=Array.prototype.slice,bH=Object.prototype.toString,wH="[object Function]",xH=function(t){var n=this;if(typeof n!="function"||bH.call(n)!==wH)throw new TypeError(_H+n);for(var r=L0.call(arguments,1),i,o=function(){if(this instanceof i){var f=n.apply(this,r.co
|
|||
|
`)>=0)return!1;return!0}function vW(e,t){var n;if(e.indent===" ")n=" ";else if(typeof e.indent=="number"&&e.indent>0)n=zi.call(Array(e.indent+1)," ");else return null;return{base:n,prev:zi.call(Array(t+1),n)}}function K1(e,t){if(e.length===0)return"";var n=`
|
|||
|
`+t.prev+t.base;return n+zi.call(e,","+n)+`
|
|||
|
`+t.prev}function Kh(e,t){var n=Z1(e),r=[];if(n){r.length=e.length;for(var i=0;i<e.length;i++)r[i]=es(e,i)?t(e[i],e):""}var o=typeof $0=="function"?$0(e):[],s;if(Sc){s={};for(var a=0;a<o.length;a++)s["$"+o[a]]=o[a]}for(var l in e)es(e,l)&&(n&&String(Number(l))===l&&l<e.length||Sc&&s["$"+l]instanceof Symbol||(wA.call(/[^\w$]/,l)?r.push(t(l,e)+": "+t(e[l],e)):r.push(l+": "+t(e[l],e))));if(typeof $0=="function")for(var c=0;c<o.length;c++)xA.call(e,o[c])&&r.push("["+t(o[c])+"]: "+t(e[o[c]],e));return r}var US=$S,qc=FH,yW=QH,_W=US("%TypeError%"),Xh=US("%WeakMap%",!0),Qh=US("%Map%",!0),bW=qc("WeakMap.prototype.get",!0),wW=qc("WeakMap.prototype.set",!0),xW=qc("WeakMap.prototype.has",!0),SW=qc("Map.prototype.get",!0),CW=qc("Map.prototype.set",!0),EW=qc("Map.prototype.has",!0),VS=function(e,t){for(var n=e,r;(r=n.next)!==null;n=r)if(r.key===t)return n.next=r.next,r.next=e.next,e.next=r,r},TW=function(e,t){var n=VS(e,t);return n&&n.value},OW=function(e,t,n){var r=VS(e,t);r?r.value=n:e.next={key:t,next:e.next,value:n}},PW=function(e,t){return!!VS(e,t)},kW=function(){var t,n,r,i={assert:function(o){if(!i.has(o))throw new _W("Side channel does not contain "+yW(o))},get:function(o){if(Xh&&o&&(typeof o=="object"||typeof o=="function")){if(t)return bW(t,o)}else if(Qh){if(n)return SW(n,o)}else if(r)return TW(r,o)},has:function(o){if(Xh&&o&&(typeof o=="object"||typeof o=="function")){if(t)return xW(t,o)}else if(Qh){if(n)return EW(n,o)}else if(r)return PW(r,o);return!1},set:function(o,s){Xh&&o&&(typeof o=="object"||typeof o=="function")?(t||(t=new Xh),wW(t,o,s)):Qh?(n||(n=new Qh),CW(n,o,s)):(r||(r={key:{},next:null}),OW(r,o,s))}};return i},MW=String.prototype.replace,RW=/%20/g,U0={RFC1738:"RFC1738",RFC3986:"RFC3986"},HS={default:U0.RFC3986,formatters:{RFC1738:function(e){return MW.call(e,RW,"+")},RFC3986:function(e){return String(e)}},RFC1738:U0.RFC1738,RFC3986:U0.RFC3986},NW=HS,V0=Object.prototype.hasOwnProperty,Ca=Array.isArray,$i=function(){for(var e=[],t=0;t<256;++t)e.push("%"+((t<16?"0":"")+t.toString(16)).toUpperCase());return e}(),LW=function(t){for(;t.length>1;){var n=t.pop(),r=n.obj[n.prop];if(Ca(r)){for(var i=[],o=0;o<r.length;++o)typeof r[o]<"u"&&i.push(r[o]);n.obj[n.prop]=i}}},OA=function(t,n){for(var r=n&&n.plainObjects?Object.create(null):{},i=0;i<t.length;++i)typeof t[i]<"u"&&(r[i]=t[i]);return r},DW=function e(t,n,r){if(!n)return t;if(typeof n!="object"){if(Ca(t))t.push(n);else if(t&&typeof t=="object")(r&&(r.plainObjects||r.allowPrototypes)||!V0.call(Object.prototype,n))&&(t[n]=!0);else return[t,n];return t}if(!t||typeof t!="object")return[t].concat(n);var i=t;return Ca(t)&&!Ca(n)&&(i=OA(t,r)),Ca(t)&&Ca(n)?(n.forEach(function(o,s){if(V0.call(t,s)){var a=t[s];a&&typeof a=="object"&&o&&typeof o=="object"?t[s]=e(a,o,r):t.push(o)}else t[s]=o}),t):Object.keys(n).reduce(function(o,s){var a=n[s];return V0.call(o,s)?o[s]=e(o[s],a,r):o[s]=a,o},i)},AW=function(t,n){return Object.keys(n).reduce(function(r,i){return r[i]=n[i],r},t)},IW=function(e,t,n){var r=e.replace(/\+/g," ");if(n==="iso-8859-1")return r.replace(/%[0-9a-f]{2}/gi,unescape);try{return decodeURIComponent(r)}catch{return r}},FW=function(t,n,r,i,o){if(t.length===0)return t;var s=t;if(typeof t=="symbol"?s=Symbol.prototype.toString.call(t):typeof t!="string"&&(s=String(t)),r==="iso-8859-1")return escape(s).replace(/%u[0-9a-f]{4}/gi,function(f){return"%26%23"+parseInt(f.slice(2),16)+"%3B"});for(var a="",l=0;l<s.length;++l){var c=s.charCodeAt(l);if(c===45||c===46||c===95||c===126||c>=48&&c<=57||c>=65&&c<=90||c>=97&&c<=122||o===NW.RFC1738&&(c===40||c===41)){a+=s.charAt(l);continue}if(c<128){a=a+$i[c];continue}if(c<2048){a=a+($i[192|c>>6]+$i[128|c&63]);continue}if(c<55296||c>=57344){a=a+($i[224|c>>12]+$i[128|c>>6&63]+$i[128|c&63]);continue}l+=1,c=65536+((c&1023)<<10|s.charCodeAt(l)&1023),a+=$i[240|c>>18]+$i[128|c>>12&63]+$i[128|c>>6&63]+$i[128|c&63]}return a},$W=function(t){for(var n=[{obj:{o:t},prop:"o"}],r=[],i=0;i<n.length;++i)for(var o=n[i],s=o.obj[o.prop],a=Object.keys(s),l=0;l<a.length;++l){var c=a[l],f=s[c];typeof f=="object"&&f!==null&&r.indexOf(f)===-1&&(n.push({obj:s
|
|||
|
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function wq(){throw new TypeError(`Invalid attempt to destructure non-iterable instance.
|
|||
|
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}var ek=function(){},XS={},BA={},zA=null,UA={mark:ek,measure:ek};try{typeof window<"u"&&(XS=window),typeof document<"u"&&(BA=document),typeof MutationObserver<"u"&&(zA=MutationObserver),typeof performance<"u"&&(UA=performance)}catch{}var xq=XS.navigator||{},tk=xq.userAgent,nk=tk===void 0?"":tk,Rs=XS,At=BA,rk=zA,Jh=UA;Rs.document;var $o=!!At.documentElement&&!!At.head&&typeof At.addEventListener=="function"&&typeof At.createElement=="function",VA=~nk.indexOf("MSIE")||~nk.indexOf("Trident/"),ep,tp,np,rp,ip,Po="___FONT_AWESOME___",tw=16,HA="fa",WA="svg-inline--fa",Ya="data-fa-i2svg",nw="data-fa-pseudo-element",Sq="data-fa-pseudo-element-pending",QS="data-prefix",JS="data-icon",ik="fontawesome-i2svg",Cq="async",Eq=["HTML","HEAD","STYLE","SCRIPT"],YA=function(){try{return!0}catch{return!1}}(),Lt="classic",Kt="sharp",eC=[Lt,Kt];function Nd(e){return new Proxy(e,{get:function(n,r){return r in n?n[r]:n[Lt]}})}var Kf=Nd((ep={},wn(ep,Lt,{fa:"solid",fas:"solid","fa-solid":"solid",far:"regular","fa-regular":"regular",fal:"light","fa-light":"light",fat:"thin","fa-thin":"thin",fad:"duotone","fa-duotone":"duotone",fab:"brands","fa-brands":"brands",fak:"kit","fa-kit":"kit"}),wn(ep,Kt,{fa:"solid",fass:"solid","fa-solid":"solid"}),ep)),Xf=Nd((tp={},wn(tp,Lt,{solid:"fas",regular:"far",light:"fal",thin:"fat",duotone:"fad",brands:"fab",kit:"fak"}),wn(tp,Kt,{solid:"fass"}),tp)),Qf=Nd((np={},wn(np,Lt,{fab:"fa-brands",fad:"fa-duotone",fak:"fa-kit",fal:"fa-light",far:"fa-regular",fas:"fa-solid",fat:"fa-thin"}),wn(np,Kt,{fass:"fa-solid"}),np)),Tq=Nd((rp={},wn(rp,Lt,{"fa-brands":"fab","fa-duotone":"fad","fa-kit":"fak","fa-light":"fal","fa-regular":"far","fa-solid":"fas","fa-thin":"fat"}),wn(rp,Kt,{"fa-solid":"fass"}),rp)),Oq=/fa(s|r|l|t|d|b|k|ss)?[\-\ ]/,qA="fa-layers-text",Pq=/Font ?Awesome ?([56 ]*)(Solid|Regular|Light|Thin|Duotone|Brands|Free|Pro|Sharp|Kit)?.*/i,kq=Nd((ip={},wn(ip,Lt,{900:"fas",400:"far",normal:"far",300:"fal",100:"fat"}),wn(ip,Kt,{900:"fass"}),ip)),GA=[1,2,3,4,5,6,7,8,9,10],Mq=GA.concat([11,12,13,14,15,16,17,18,19,20]),Rq=["class","data-prefix","data-icon","data-fa-transform","data-fa-mask"],ka={GROUP:"duotone-group",SWAP_OPACITY:"swap-opacity",PRIMARY:"primary",SECONDARY:"secondary"},Jf=new Set;Object.keys(Xf[Lt]).map(Jf.add.bind(Jf));Object.keys(Xf[Kt]).map(Jf.add.bind(Jf));var Nq=[].concat(eC,Rd(Jf),["2xs","xs","sm","lg","xl","2xl","beat","border","fade","beat-fade","bounce","flip-both","flip-horizontal","flip-vertical","flip","fw","inverse","layers-counter","layers-text","layers","li","pull-left","pull-right","pulse","rotate-180","rotate-270","rotate-90","rotate-by","shake","spin-pulse","spin-reverse","spin","stack-1x","stack-2x","stack","ul",ka.GROUP,ka.SWAP_OPACITY,ka.PRIMARY,ka.SECONDARY]).concat(GA.map(function(e){return"".concat(e,"x")})).concat(Mq.map(function(e){return"w-".concat(e)})),uf=Rs.FontAwesomeConfig||{};function Lq(e){var t=At.querySelector("script["+e+"]");if(t)return t.getAttribute(e)}function Dq(e){return e===""?!0:e==="false"?!1:e==="true"?!0:e}if(At&&typeof At.querySelector=="function"){var Aq=[["data-family-prefix","familyPrefix"],["data-css-prefix","cssPrefix"],["data-family-default","familyDefault"],["data-style-default","styleDefault"],["data-replacement-class","replacementClass"],["data-auto-replace-svg","autoReplaceSvg"],["data-auto-add-css","autoAddCss"],["data-auto-a11y","autoA11y"],["data-search-pseudo-elements","searchPseudoElements"],["data-observe-mutations","observeMutations"],["data-mutate-approach","mutateApproach"],["data-keep-original-source","keepOriginalSource"],["data-measure-performance","measurePerformance"],["data-show-missing-icons","showMissingIcons"]];Aq.forEach(function(e){var t=KS(e,2),n=t[0],r=t[1],i=Dq(Lq(n));i!=null&&(uf[r]=i)})}var ZA={styleDefault:"solid",familyDefault:"classic",cssPrefix:HA,replacementClass:WA,autoReplaceSvg:!0,autoAddCss:!0,autoA11y:!0,searchPseudoElements:!1,observeMutations:!0,mutateApproach:"async",keepOriginalSource:!0,measurePerformance:!1,showMissingIcons:!0};u
|
|||
|
--fa-font-solid: normal 900 1em/1 "Font Awesome 6 Solid";
|
|||
|
--fa-font-regular: normal 400 1em/1 "Font Awesome 6 Regular";
|
|||
|
--fa-font-light: normal 300 1em/1 "Font Awesome 6 Light";
|
|||
|
--fa-font-thin: normal 100 1em/1 "Font Awesome 6 Thin";
|
|||
|
--fa-font-duotone: normal 900 1em/1 "Font Awesome 6 Duotone";
|
|||
|
--fa-font-sharp-solid: normal 900 1em/1 "Font Awesome 6 Sharp";
|
|||
|
--fa-font-brands: normal 400 1em/1 "Font Awesome 6 Brands";
|
|||
|
}
|
|||
|
|
|||
|
svg:not(:root).svg-inline--fa, svg:not(:host).svg-inline--fa {
|
|||
|
overflow: visible;
|
|||
|
box-sizing: content-box;
|
|||
|
}
|
|||
|
|
|||
|
.svg-inline--fa {
|
|||
|
display: var(--fa-display, inline-block);
|
|||
|
height: 1em;
|
|||
|
overflow: visible;
|
|||
|
vertical-align: -0.125em;
|
|||
|
}
|
|||
|
.svg-inline--fa.fa-2xs {
|
|||
|
vertical-align: 0.1em;
|
|||
|
}
|
|||
|
.svg-inline--fa.fa-xs {
|
|||
|
vertical-align: 0em;
|
|||
|
}
|
|||
|
.svg-inline--fa.fa-sm {
|
|||
|
vertical-align: -0.0714285705em;
|
|||
|
}
|
|||
|
.svg-inline--fa.fa-lg {
|
|||
|
vertical-align: -0.2em;
|
|||
|
}
|
|||
|
.svg-inline--fa.fa-xl {
|
|||
|
vertical-align: -0.25em;
|
|||
|
}
|
|||
|
.svg-inline--fa.fa-2xl {
|
|||
|
vertical-align: -0.3125em;
|
|||
|
}
|
|||
|
.svg-inline--fa.fa-pull-left {
|
|||
|
margin-right: var(--fa-pull-margin, 0.3em);
|
|||
|
width: auto;
|
|||
|
}
|
|||
|
.svg-inline--fa.fa-pull-right {
|
|||
|
margin-left: var(--fa-pull-margin, 0.3em);
|
|||
|
width: auto;
|
|||
|
}
|
|||
|
.svg-inline--fa.fa-li {
|
|||
|
width: var(--fa-li-width, 2em);
|
|||
|
top: 0.25em;
|
|||
|
}
|
|||
|
.svg-inline--fa.fa-fw {
|
|||
|
width: var(--fa-fw-width, 1.25em);
|
|||
|
}
|
|||
|
|
|||
|
.fa-layers svg.svg-inline--fa {
|
|||
|
bottom: 0;
|
|||
|
left: 0;
|
|||
|
margin: auto;
|
|||
|
position: absolute;
|
|||
|
right: 0;
|
|||
|
top: 0;
|
|||
|
}
|
|||
|
|
|||
|
.fa-layers-counter, .fa-layers-text {
|
|||
|
display: inline-block;
|
|||
|
position: absolute;
|
|||
|
text-align: center;
|
|||
|
}
|
|||
|
|
|||
|
.fa-layers {
|
|||
|
display: inline-block;
|
|||
|
height: 1em;
|
|||
|
position: relative;
|
|||
|
text-align: center;
|
|||
|
vertical-align: -0.125em;
|
|||
|
width: 1em;
|
|||
|
}
|
|||
|
.fa-layers svg.svg-inline--fa {
|
|||
|
-webkit-transform-origin: center center;
|
|||
|
transform-origin: center center;
|
|||
|
}
|
|||
|
|
|||
|
.fa-layers-text {
|
|||
|
left: 50%;
|
|||
|
top: 50%;
|
|||
|
-webkit-transform: translate(-50%, -50%);
|
|||
|
transform: translate(-50%, -50%);
|
|||
|
-webkit-transform-origin: center center;
|
|||
|
transform-origin: center center;
|
|||
|
}
|
|||
|
|
|||
|
.fa-layers-counter {
|
|||
|
background-color: var(--fa-counter-background-color, #ff253a);
|
|||
|
border-radius: var(--fa-counter-border-radius, 1em);
|
|||
|
box-sizing: border-box;
|
|||
|
color: var(--fa-inverse, #fff);
|
|||
|
line-height: var(--fa-counter-line-height, 1);
|
|||
|
max-width: var(--fa-counter-max-width, 5em);
|
|||
|
min-width: var(--fa-counter-min-width, 1.5em);
|
|||
|
overflow: hidden;
|
|||
|
padding: var(--fa-counter-padding, 0.25em 0.5em);
|
|||
|
right: var(--fa-right, 0);
|
|||
|
text-overflow: ellipsis;
|
|||
|
top: var(--fa-top, 0);
|
|||
|
-webkit-transform: scale(var(--fa-counter-scale, 0.25));
|
|||
|
transform: scale(var(--fa-counter-scale, 0.25));
|
|||
|
-webkit-transform-origin: top right;
|
|||
|
transform-origin: top right;
|
|||
|
}
|
|||
|
|
|||
|
.fa-layers-bottom-right {
|
|||
|
bottom: var(--fa-bottom, 0);
|
|||
|
right: var(--fa-right, 0);
|
|||
|
top: auto;
|
|||
|
-webkit-transform: scale(var(--fa-layers-scale, 0.25));
|
|||
|
transform: scale(var(--fa-layers-scale, 0.25));
|
|||
|
-webkit-transform-origin: bottom right;
|
|||
|
transform-origin: bottom right;
|
|||
|
}
|
|||
|
|
|||
|
.fa-layers-bottom-left {
|
|||
|
bottom: var(--fa-bottom, 0);
|
|||
|
left: var(--fa-left, 0);
|
|||
|
right: auto;
|
|||
|
top: auto;
|
|||
|
-webkit-transform: scale(var(--fa-layers-scale, 0.25));
|
|||
|
transform: scale(var(--fa-layers-scale, 0.25));
|
|||
|
-webkit-transform-origin: bottom left;
|
|||
|
transform-origin: bottom left;
|
|||
|
}
|
|||
|
|
|||
|
.fa-layers-top-right {
|
|||
|
top: var(--fa-top, 0);
|
|||
|
right: var(--fa-right, 0);
|
|||
|
-webkit-transform: scale(var(--fa-layers-scale, 0.25));
|
|||
|
transform: scale(var(--fa-layers-scale, 0.25));
|
|||
|
-webkit-transform-origin: top right;
|
|||
|
transform-origin: top right;
|
|||
|
}
|
|||
|
|
|||
|
.fa-layers-top-left {
|
|||
|
left: var(--fa-left, 0);
|
|||
|
right: auto;
|
|||
|
top: var(--fa-top, 0);
|
|||
|
-webkit-transform: scale(var(--fa-layers-scale, 0.25));
|
|||
|
transform: scale(var(--fa-layers-scale, 0.25));
|
|||
|
-webkit-transform-origin: top left;
|
|||
|
transform-origin: top left;
|
|||
|
}
|
|||
|
|
|||
|
.fa-1x {
|
|||
|
font-size: 1em;
|
|||
|
}
|
|||
|
|
|||
|
.fa-2x {
|
|||
|
font-size: 2em;
|
|||
|
}
|
|||
|
|
|||
|
.fa-3x {
|
|||
|
font-size: 3em;
|
|||
|
}
|
|||
|
|
|||
|
.fa-4x {
|
|||
|
font-size: 4em;
|
|||
|
}
|
|||
|
|
|||
|
.fa-5x {
|
|||
|
font-size: 5em;
|
|||
|
}
|
|||
|
|
|||
|
.fa-6x {
|
|||
|
font-size: 6em;
|
|||
|
}
|
|||
|
|
|||
|
.fa-7x {
|
|||
|
font-size: 7em;
|
|||
|
}
|
|||
|
|
|||
|
.fa-8x {
|
|||
|
font-size: 8em;
|
|||
|
}
|
|||
|
|
|||
|
.fa-9x {
|
|||
|
font-size: 9em;
|
|||
|
}
|
|||
|
|
|||
|
.fa-10x {
|
|||
|
font-size: 10em;
|
|||
|
}
|
|||
|
|
|||
|
.fa-2xs {
|
|||
|
font-size: 0.625em;
|
|||
|
line-height: 0.1em;
|
|||
|
vertical-align: 0.225em;
|
|||
|
}
|
|||
|
|
|||
|
.fa-xs {
|
|||
|
font-size: 0.75em;
|
|||
|
line-height: 0.0833333337em;
|
|||
|
vertical-align: 0.125em;
|
|||
|
}
|
|||
|
|
|||
|
.fa-sm {
|
|||
|
font-size: 0.875em;
|
|||
|
line-height: 0.0714285718em;
|
|||
|
vertical-align: 0.0535714295em;
|
|||
|
}
|
|||
|
|
|||
|
.fa-lg {
|
|||
|
font-size: 1.25em;
|
|||
|
line-height: 0.05em;
|
|||
|
vertical-align: -0.075em;
|
|||
|
}
|
|||
|
|
|||
|
.fa-xl {
|
|||
|
font-size: 1.5em;
|
|||
|
line-height: 0.0416666682em;
|
|||
|
vertical-align: -0.125em;
|
|||
|
}
|
|||
|
|
|||
|
.fa-2xl {
|
|||
|
font-size: 2em;
|
|||
|
line-height: 0.03125em;
|
|||
|
vertical-align: -0.1875em;
|
|||
|
}
|
|||
|
|
|||
|
.fa-fw {
|
|||
|
text-align: center;
|
|||
|
width: 1.25em;
|
|||
|
}
|
|||
|
|
|||
|
.fa-ul {
|
|||
|
list-style-type: none;
|
|||
|
margin-left: var(--fa-li-margin, 2.5em);
|
|||
|
padding-left: 0;
|
|||
|
}
|
|||
|
.fa-ul > li {
|
|||
|
position: relative;
|
|||
|
}
|
|||
|
|
|||
|
.fa-li {
|
|||
|
left: calc(var(--fa-li-width, 2em) * -1);
|
|||
|
position: absolute;
|
|||
|
text-align: center;
|
|||
|
width: var(--fa-li-width, 2em);
|
|||
|
line-height: inherit;
|
|||
|
}
|
|||
|
|
|||
|
.fa-border {
|
|||
|
border-color: var(--fa-border-color, #eee);
|
|||
|
border-radius: var(--fa-border-radius, 0.1em);
|
|||
|
border-style: var(--fa-border-style, solid);
|
|||
|
border-width: var(--fa-border-width, 0.08em);
|
|||
|
padding: var(--fa-border-padding, 0.2em 0.25em 0.15em);
|
|||
|
}
|
|||
|
|
|||
|
.fa-pull-left {
|
|||
|
float: left;
|
|||
|
margin-right: var(--fa-pull-margin, 0.3em);
|
|||
|
}
|
|||
|
|
|||
|
.fa-pull-right {
|
|||
|
float: right;
|
|||
|
margin-left: var(--fa-pull-margin, 0.3em);
|
|||
|
}
|
|||
|
|
|||
|
.fa-beat {
|
|||
|
-webkit-animation-name: fa-beat;
|
|||
|
animation-name: fa-beat;
|
|||
|
-webkit-animation-delay: var(--fa-animation-delay, 0s);
|
|||
|
animation-delay: var(--fa-animation-delay, 0s);
|
|||
|
-webkit-animation-direction: var(--fa-animation-direction, normal);
|
|||
|
animation-direction: var(--fa-animation-direction, normal);
|
|||
|
-webkit-animation-duration: var(--fa-animation-duration, 1s);
|
|||
|
animation-duration: var(--fa-animation-duration, 1s);
|
|||
|
-webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
|
|||
|
animation-iteration-count: var(--fa-animation-iteration-count, infinite);
|
|||
|
-webkit-animation-timing-function: var(--fa-animation-timing, ease-in-out);
|
|||
|
animation-timing-function: var(--fa-animation-timing, ease-in-out);
|
|||
|
}
|
|||
|
|
|||
|
.fa-bounce {
|
|||
|
-webkit-animation-name: fa-bounce;
|
|||
|
animation-name: fa-bounce;
|
|||
|
-webkit-animation-delay: var(--fa-animation-delay, 0s);
|
|||
|
animation-delay: var(--fa-animation-delay, 0s);
|
|||
|
-webkit-animation-direction: var(--fa-animation-direction, normal);
|
|||
|
animation-direction: var(--fa-animation-direction, normal);
|
|||
|
-webkit-animation-duration: var(--fa-animation-duration, 1s);
|
|||
|
animation-duration: var(--fa-animation-duration, 1s);
|
|||
|
-webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
|
|||
|
animation-iteration-count: var(--fa-animation-iteration-count, infinite);
|
|||
|
-webkit-animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1));
|
|||
|
animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1));
|
|||
|
}
|
|||
|
|
|||
|
.fa-fade {
|
|||
|
-webkit-animation-name: fa-fade;
|
|||
|
animation-name: fa-fade;
|
|||
|
-webkit-animation-delay: var(--fa-animation-delay, 0s);
|
|||
|
animation-delay: var(--fa-animation-delay, 0s);
|
|||
|
-webkit-animation-direction: var(--fa-animation-direction, normal);
|
|||
|
animation-direction: var(--fa-animation-direction, normal);
|
|||
|
-webkit-animation-duration: var(--fa-animation-duration, 1s);
|
|||
|
animation-duration: var(--fa-animation-duration, 1s);
|
|||
|
-webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
|
|||
|
animation-iteration-count: var(--fa-animation-iteration-count, infinite);
|
|||
|
-webkit-animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
|
|||
|
animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
|
|||
|
}
|
|||
|
|
|||
|
.fa-beat-fade {
|
|||
|
-webkit-animation-name: fa-beat-fade;
|
|||
|
animation-name: fa-beat-fade;
|
|||
|
-webkit-animation-delay: var(--fa-animation-delay, 0s);
|
|||
|
animation-delay: var(--fa-animation-delay, 0s);
|
|||
|
-webkit-animation-direction: var(--fa-animation-direction, normal);
|
|||
|
animation-direction: var(--fa-animation-direction, normal);
|
|||
|
-webkit-animation-duration: var(--fa-animation-duration, 1s);
|
|||
|
animation-duration: var(--fa-animation-duration, 1s);
|
|||
|
-webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
|
|||
|
animation-iteration-count: var(--fa-animation-iteration-count, infinite);
|
|||
|
-webkit-animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
|
|||
|
animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
|
|||
|
}
|
|||
|
|
|||
|
.fa-flip {
|
|||
|
-webkit-animation-name: fa-flip;
|
|||
|
animation-name: fa-flip;
|
|||
|
-webkit-animation-delay: var(--fa-animation-delay, 0s);
|
|||
|
animation-delay: var(--fa-animation-delay, 0s);
|
|||
|
-webkit-animation-direction: var(--fa-animation-direction, normal);
|
|||
|
animation-direction: var(--fa-animation-direction, normal);
|
|||
|
-webkit-animation-duration: var(--fa-animation-duration, 1s);
|
|||
|
animation-duration: var(--fa-animation-duration, 1s);
|
|||
|
-webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
|
|||
|
animation-iteration-count: var(--fa-animation-iteration-count, infinite);
|
|||
|
-webkit-animation-timing-function: var(--fa-animation-timing, ease-in-out);
|
|||
|
animation-timing-function: var(--fa-animation-timing, ease-in-out);
|
|||
|
}
|
|||
|
|
|||
|
.fa-shake {
|
|||
|
-webkit-animation-name: fa-shake;
|
|||
|
animation-name: fa-shake;
|
|||
|
-webkit-animation-delay: var(--fa-animation-delay, 0s);
|
|||
|
animation-delay: var(--fa-animation-delay, 0s);
|
|||
|
-webkit-animation-direction: var(--fa-animation-direction, normal);
|
|||
|
animation-direction: var(--fa-animation-direction, normal);
|
|||
|
-webkit-animation-duration: var(--fa-animation-duration, 1s);
|
|||
|
animation-duration: var(--fa-animation-duration, 1s);
|
|||
|
-webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
|
|||
|
animation-iteration-count: var(--fa-animation-iteration-count, infinite);
|
|||
|
-webkit-animation-timing-function: var(--fa-animation-timing, linear);
|
|||
|
animation-timing-function: var(--fa-animation-timing, linear);
|
|||
|
}
|
|||
|
|
|||
|
.fa-spin {
|
|||
|
-webkit-animation-name: fa-spin;
|
|||
|
animation-name: fa-spin;
|
|||
|
-webkit-animation-delay: var(--fa-animation-delay, 0s);
|
|||
|
animation-delay: var(--fa-animation-delay, 0s);
|
|||
|
-webkit-animation-direction: var(--fa-animation-direction, normal);
|
|||
|
animation-direction: var(--fa-animation-direction, normal);
|
|||
|
-webkit-animation-duration: var(--fa-animation-duration, 2s);
|
|||
|
animation-duration: var(--fa-animation-duration, 2s);
|
|||
|
-webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
|
|||
|
animation-iteration-count: var(--fa-animation-iteration-count, infinite);
|
|||
|
-webkit-animation-timing-function: var(--fa-animation-timing, linear);
|
|||
|
animation-timing-function: var(--fa-animation-timing, linear);
|
|||
|
}
|
|||
|
|
|||
|
.fa-spin-reverse {
|
|||
|
--fa-animation-direction: reverse;
|
|||
|
}
|
|||
|
|
|||
|
.fa-pulse,
|
|||
|
.fa-spin-pulse {
|
|||
|
-webkit-animation-name: fa-spin;
|
|||
|
animation-name: fa-spin;
|
|||
|
-webkit-animation-direction: var(--fa-animation-direction, normal);
|
|||
|
animation-direction: var(--fa-animation-direction, normal);
|
|||
|
-webkit-animation-duration: var(--fa-animation-duration, 1s);
|
|||
|
animation-duration: var(--fa-animation-duration, 1s);
|
|||
|
-webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
|
|||
|
animation-iteration-count: var(--fa-animation-iteration-count, infinite);
|
|||
|
-webkit-animation-timing-function: var(--fa-animation-timing, steps(8));
|
|||
|
animation-timing-function: var(--fa-animation-timing, steps(8));
|
|||
|
}
|
|||
|
|
|||
|
@media (prefers-reduced-motion: reduce) {
|
|||
|
.fa-beat,
|
|||
|
.fa-bounce,
|
|||
|
.fa-fade,
|
|||
|
.fa-beat-fade,
|
|||
|
.fa-flip,
|
|||
|
.fa-pulse,
|
|||
|
.fa-shake,
|
|||
|
.fa-spin,
|
|||
|
.fa-spin-pulse {
|
|||
|
-webkit-animation-delay: -1ms;
|
|||
|
animation-delay: -1ms;
|
|||
|
-webkit-animation-duration: 1ms;
|
|||
|
animation-duration: 1ms;
|
|||
|
-webkit-animation-iteration-count: 1;
|
|||
|
animation-iteration-count: 1;
|
|||
|
transition-delay: 0s;
|
|||
|
transition-duration: 0s;
|
|||
|
}
|
|||
|
}
|
|||
|
@-webkit-keyframes fa-beat {
|
|||
|
0%, 90% {
|
|||
|
-webkit-transform: scale(1);
|
|||
|
transform: scale(1);
|
|||
|
}
|
|||
|
45% {
|
|||
|
-webkit-transform: scale(var(--fa-beat-scale, 1.25));
|
|||
|
transform: scale(var(--fa-beat-scale, 1.25));
|
|||
|
}
|
|||
|
}
|
|||
|
@keyframes fa-beat {
|
|||
|
0%, 90% {
|
|||
|
-webkit-transform: scale(1);
|
|||
|
transform: scale(1);
|
|||
|
}
|
|||
|
45% {
|
|||
|
-webkit-transform: scale(var(--fa-beat-scale, 1.25));
|
|||
|
transform: scale(var(--fa-beat-scale, 1.25));
|
|||
|
}
|
|||
|
}
|
|||
|
@-webkit-keyframes fa-bounce {
|
|||
|
0% {
|
|||
|
-webkit-transform: scale(1, 1) translateY(0);
|
|||
|
transform: scale(1, 1) translateY(0);
|
|||
|
}
|
|||
|
10% {
|
|||
|
-webkit-transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0);
|
|||
|
transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0);
|
|||
|
}
|
|||
|
30% {
|
|||
|
-webkit-transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em));
|
|||
|
transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em));
|
|||
|
}
|
|||
|
50% {
|
|||
|
-webkit-transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0);
|
|||
|
transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0);
|
|||
|
}
|
|||
|
57% {
|
|||
|
-webkit-transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em));
|
|||
|
transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em));
|
|||
|
}
|
|||
|
64% {
|
|||
|
-webkit-transform: scale(1, 1) translateY(0);
|
|||
|
transform: scale(1, 1) translateY(0);
|
|||
|
}
|
|||
|
100% {
|
|||
|
-webkit-transform: scale(1, 1) translateY(0);
|
|||
|
transform: scale(1, 1) translateY(0);
|
|||
|
}
|
|||
|
}
|
|||
|
@keyframes fa-bounce {
|
|||
|
0% {
|
|||
|
-webkit-transform: scale(1, 1) translateY(0);
|
|||
|
transform: scale(1, 1) translateY(0);
|
|||
|
}
|
|||
|
10% {
|
|||
|
-webkit-transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0);
|
|||
|
transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0);
|
|||
|
}
|
|||
|
30% {
|
|||
|
-webkit-transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em));
|
|||
|
transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em));
|
|||
|
}
|
|||
|
50% {
|
|||
|
-webkit-transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0);
|
|||
|
transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0);
|
|||
|
}
|
|||
|
57% {
|
|||
|
-webkit-transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em));
|
|||
|
transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em));
|
|||
|
}
|
|||
|
64% {
|
|||
|
-webkit-transform: scale(1, 1) translateY(0);
|
|||
|
transform: scale(1, 1) translateY(0);
|
|||
|
}
|
|||
|
100% {
|
|||
|
-webkit-transform: scale(1, 1) translateY(0);
|
|||
|
transform: scale(1, 1) translateY(0);
|
|||
|
}
|
|||
|
}
|
|||
|
@-webkit-keyframes fa-fade {
|
|||
|
50% {
|
|||
|
opacity: var(--fa-fade-opacity, 0.4);
|
|||
|
}
|
|||
|
}
|
|||
|
@keyframes fa-fade {
|
|||
|
50% {
|
|||
|
opacity: var(--fa-fade-opacity, 0.4);
|
|||
|
}
|
|||
|
}
|
|||
|
@-webkit-keyframes fa-beat-fade {
|
|||
|
0%, 100% {
|
|||
|
opacity: var(--fa-beat-fade-opacity, 0.4);
|
|||
|
-webkit-transform: scale(1);
|
|||
|
transform: scale(1);
|
|||
|
}
|
|||
|
50% {
|
|||
|
opacity: 1;
|
|||
|
-webkit-transform: scale(var(--fa-beat-fade-scale, 1.125));
|
|||
|
transform: scale(var(--fa-beat-fade-scale, 1.125));
|
|||
|
}
|
|||
|
}
|
|||
|
@keyframes fa-beat-fade {
|
|||
|
0%, 100% {
|
|||
|
opacity: var(--fa-beat-fade-opacity, 0.4);
|
|||
|
-webkit-transform: scale(1);
|
|||
|
transform: scale(1);
|
|||
|
}
|
|||
|
50% {
|
|||
|
opacity: 1;
|
|||
|
-webkit-transform: scale(var(--fa-beat-fade-scale, 1.125));
|
|||
|
transform: scale(var(--fa-beat-fade-scale, 1.125));
|
|||
|
}
|
|||
|
}
|
|||
|
@-webkit-keyframes fa-flip {
|
|||
|
50% {
|
|||
|
-webkit-transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));
|
|||
|
transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));
|
|||
|
}
|
|||
|
}
|
|||
|
@keyframes fa-flip {
|
|||
|
50% {
|
|||
|
-webkit-transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));
|
|||
|
transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));
|
|||
|
}
|
|||
|
}
|
|||
|
@-webkit-keyframes fa-shake {
|
|||
|
0% {
|
|||
|
-webkit-transform: rotate(-15deg);
|
|||
|
transform: rotate(-15deg);
|
|||
|
}
|
|||
|
4% {
|
|||
|
-webkit-transform: rotate(15deg);
|
|||
|
transform: rotate(15deg);
|
|||
|
}
|
|||
|
8%, 24% {
|
|||
|
-webkit-transform: rotate(-18deg);
|
|||
|
transform: rotate(-18deg);
|
|||
|
}
|
|||
|
12%, 28% {
|
|||
|
-webkit-transform: rotate(18deg);
|
|||
|
transform: rotate(18deg);
|
|||
|
}
|
|||
|
16% {
|
|||
|
-webkit-transform: rotate(-22deg);
|
|||
|
transform: rotate(-22deg);
|
|||
|
}
|
|||
|
20% {
|
|||
|
-webkit-transform: rotate(22deg);
|
|||
|
transform: rotate(22deg);
|
|||
|
}
|
|||
|
32% {
|
|||
|
-webkit-transform: rotate(-12deg);
|
|||
|
transform: rotate(-12deg);
|
|||
|
}
|
|||
|
36% {
|
|||
|
-webkit-transform: rotate(12deg);
|
|||
|
transform: rotate(12deg);
|
|||
|
}
|
|||
|
40%, 100% {
|
|||
|
-webkit-transform: rotate(0deg);
|
|||
|
transform: rotate(0deg);
|
|||
|
}
|
|||
|
}
|
|||
|
@keyframes fa-shake {
|
|||
|
0% {
|
|||
|
-webkit-transform: rotate(-15deg);
|
|||
|
transform: rotate(-15deg);
|
|||
|
}
|
|||
|
4% {
|
|||
|
-webkit-transform: rotate(15deg);
|
|||
|
transform: rotate(15deg);
|
|||
|
}
|
|||
|
8%, 24% {
|
|||
|
-webkit-transform: rotate(-18deg);
|
|||
|
transform: rotate(-18deg);
|
|||
|
}
|
|||
|
12%, 28% {
|
|||
|
-webkit-transform: rotate(18deg);
|
|||
|
transform: rotate(18deg);
|
|||
|
}
|
|||
|
16% {
|
|||
|
-webkit-transform: rotate(-22deg);
|
|||
|
transform: rotate(-22deg);
|
|||
|
}
|
|||
|
20% {
|
|||
|
-webkit-transform: rotate(22deg);
|
|||
|
transform: rotate(22deg);
|
|||
|
}
|
|||
|
32% {
|
|||
|
-webkit-transform: rotate(-12deg);
|
|||
|
transform: rotate(-12deg);
|
|||
|
}
|
|||
|
36% {
|
|||
|
-webkit-transform: rotate(12deg);
|
|||
|
transform: rotate(12deg);
|
|||
|
}
|
|||
|
40%, 100% {
|
|||
|
-webkit-transform: rotate(0deg);
|
|||
|
transform: rotate(0deg);
|
|||
|
}
|
|||
|
}
|
|||
|
@-webkit-keyframes fa-spin {
|
|||
|
0% {
|
|||
|
-webkit-transform: rotate(0deg);
|
|||
|
transform: rotate(0deg);
|
|||
|
}
|
|||
|
100% {
|
|||
|
-webkit-transform: rotate(360deg);
|
|||
|
transform: rotate(360deg);
|
|||
|
}
|
|||
|
}
|
|||
|
@keyframes fa-spin {
|
|||
|
0% {
|
|||
|
-webkit-transform: rotate(0deg);
|
|||
|
transform: rotate(0deg);
|
|||
|
}
|
|||
|
100% {
|
|||
|
-webkit-transform: rotate(360deg);
|
|||
|
transform: rotate(360deg);
|
|||
|
}
|
|||
|
}
|
|||
|
.fa-rotate-90 {
|
|||
|
-webkit-transform: rotate(90deg);
|
|||
|
transform: rotate(90deg);
|
|||
|
}
|
|||
|
|
|||
|
.fa-rotate-180 {
|
|||
|
-webkit-transform: rotate(180deg);
|
|||
|
transform: rotate(180deg);
|
|||
|
}
|
|||
|
|
|||
|
.fa-rotate-270 {
|
|||
|
-webkit-transform: rotate(270deg);
|
|||
|
transform: rotate(270deg);
|
|||
|
}
|
|||
|
|
|||
|
.fa-flip-horizontal {
|
|||
|
-webkit-transform: scale(-1, 1);
|
|||
|
transform: scale(-1, 1);
|
|||
|
}
|
|||
|
|
|||
|
.fa-flip-vertical {
|
|||
|
-webkit-transform: scale(1, -1);
|
|||
|
transform: scale(1, -1);
|
|||
|
}
|
|||
|
|
|||
|
.fa-flip-both,
|
|||
|
.fa-flip-horizontal.fa-flip-vertical {
|
|||
|
-webkit-transform: scale(-1, -1);
|
|||
|
transform: scale(-1, -1);
|
|||
|
}
|
|||
|
|
|||
|
.fa-rotate-by {
|
|||
|
-webkit-transform: rotate(var(--fa-rotate-angle, none));
|
|||
|
transform: rotate(var(--fa-rotate-angle, none));
|
|||
|
}
|
|||
|
|
|||
|
.fa-stack {
|
|||
|
display: inline-block;
|
|||
|
vertical-align: middle;
|
|||
|
height: 2em;
|
|||
|
position: relative;
|
|||
|
width: 2.5em;
|
|||
|
}
|
|||
|
|
|||
|
.fa-stack-1x,
|
|||
|
.fa-stack-2x {
|
|||
|
bottom: 0;
|
|||
|
left: 0;
|
|||
|
margin: auto;
|
|||
|
position: absolute;
|
|||
|
right: 0;
|
|||
|
top: 0;
|
|||
|
z-index: var(--fa-stack-z-index, auto);
|
|||
|
}
|
|||
|
|
|||
|
.svg-inline--fa.fa-stack-1x {
|
|||
|
height: 1em;
|
|||
|
width: 1.25em;
|
|||
|
}
|
|||
|
.svg-inline--fa.fa-stack-2x {
|
|||
|
height: 2em;
|
|||
|
width: 2.5em;
|
|||
|
}
|
|||
|
|
|||
|
.fa-inverse {
|
|||
|
color: var(--fa-inverse, #fff);
|
|||
|
}
|
|||
|
|
|||
|
.sr-only,
|
|||
|
.fa-sr-only {
|
|||
|
position: absolute;
|
|||
|
width: 1px;
|
|||
|
height: 1px;
|
|||
|
padding: 0;
|
|||
|
margin: -1px;
|
|||
|
overflow: hidden;
|
|||
|
clip: rect(0, 0, 0, 0);
|
|||
|
white-space: nowrap;
|
|||
|
border-width: 0;
|
|||
|
}
|
|||
|
|
|||
|
.sr-only-focusable:not(:focus),
|
|||
|
.fa-sr-only-focusable:not(:focus) {
|
|||
|
position: absolute;
|
|||
|
width: 1px;
|
|||
|
height: 1px;
|
|||
|
padding: 0;
|
|||
|
margin: -1px;
|
|||
|
overflow: hidden;
|
|||
|
clip: rect(0, 0, 0, 0);
|
|||
|
white-space: nowrap;
|
|||
|
border-width: 0;
|
|||
|
}
|
|||
|
|
|||
|
.svg-inline--fa .fa-primary {
|
|||
|
fill: var(--fa-primary-color, currentColor);
|
|||
|
opacity: var(--fa-primary-opacity, 1);
|
|||
|
}
|
|||
|
|
|||
|
.svg-inline--fa .fa-secondary {
|
|||
|
fill: var(--fa-secondary-color, currentColor);
|
|||
|
opacity: var(--fa-secondary-opacity, 0.4);
|
|||
|
}
|
|||
|
|
|||
|
.svg-inline--fa.fa-swap-opacity .fa-primary {
|
|||
|
opacity: var(--fa-secondary-opacity, 0.4);
|
|||
|
}
|
|||
|
|
|||
|
.svg-inline--fa.fa-swap-opacity .fa-secondary {
|
|||
|
opacity: var(--fa-primary-opacity, 1);
|
|||
|
}
|
|||
|
|
|||
|
.svg-inline--fa mask .fa-primary,
|
|||
|
.svg-inline--fa mask .fa-secondary {
|
|||
|
fill: black;
|
|||
|
}
|
|||
|
|
|||
|
.fad.fa-inverse,
|
|||
|
.fa-duotone.fa-inverse {
|
|||
|
color: var(--fa-inverse, #fff);
|
|||
|
}`;function XA(){var e=HA,t=WA,n=Ue.cssPrefix,r=Ue.replacementClass,i=Uq;if(n!==e||r!==t){var o=new RegExp("\\.".concat(e,"\\-"),"g"),s=new RegExp("\\--".concat(e,"\\-"),"g"),a=new RegExp("\\.".concat(t),"g");i=i.replace(o,".".concat(n,"-")).replace(s,"--".concat(n,"-")).replace(a,".".concat(r))}return i}var ok=!1;function Y0(){Ue.autoAddCss&&!ok&&(Fq(XA()),ok=!0)}var Vq={mixout:function(){return{dom:{css:XA,insertCss:Y0}}},hooks:function(){return{beforeDOMElementCreation:function(){Y0()},beforeI2svg:function(){Y0()}}}},ko=Rs||{};ko[Po]||(ko[Po]={});ko[Po].styles||(ko[Po].styles={});ko[Po].hooks||(ko[Po].hooks={});ko[Po].shims||(ko[Po].shims=[]);var _i=ko[Po],QA=[],Hq=function e(){At.removeEventListener("DOMContentLoaded",e),Rg=1,QA.map(function(t){return t()})},Rg=!1;$o&&(Rg=(At.documentElement.doScroll?/^loaded|^c/:/^loaded|^i|^c/).test(At.readyState),Rg||At.addEventListener("DOMContentLoaded",Hq));function Wq(e){$o&&(Rg?setTimeout(e,0):QA.push(e))}function Ld(e){var t=e.tag,n=e.attributes,r=n===void 0?{}:n,i=e.children,o=i===void 0?[]:i;return typeof e=="string"?KA(e):"<".concat(t," ").concat(jq(r),">").concat(o.map(Ld).join(""),"</").concat(t,">")}function sk(e,t,n){if(e&&e[t]&&e[t][n])return{prefix:t,iconName:n,icon:e[t][n]}}var Yq=function(t,n){return function(r,i,o,s){return t.call(n,r,i,o,s)}},q0=function(t,n,r,i){var o=Object.keys(t),s=o.length,a=i!==void 0?Yq(n,i):n,l,c,f;for(r===void 0?(l=1,f=t[o[0]]):(l=0,f=r);l<s;l++)c=o[l],f=a(f,t[c],c,t);return f};function qq(e){for(var t=[],n=0,r=e.length;n<r;){var i=e.charCodeAt(n++);if(i>=55296&&i<=56319&&n<r){var o=e.charCodeAt(n++);(o&64512)==56320?t.push(((i&1023)<<10)+(o&1023)+65536):(t.push(i),n--)}else t.push(i)}return t}function rw(e){var t=qq(e);return t.length===1?t[0].toString(16):null}function Gq(e,t){var n=e.length,r=e.charCodeAt(t),i;return r>=55296&&r<=56319&&n>t+1&&(i=e.charCodeAt(t+1),i>=56320&&i<=57343)?(r-55296)*1024+i-56320+65536:r}function ak(e){return Object.keys(e).reduce(function(t,n){var r=e[n],i=!!r.icon;return i?t[r.iconName]=r.icon:t[n]=r,t},{})}function iw(e,t){var n=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{},r=n.skipHooks,i=r===void 0?!1:r,o=ak(t);typeof _i.hooks.addPack=="function"&&!i?_i.hooks.addPack(e,ak(t)):_i.styles[e]=Be(Be({},_i.styles[e]||{}),o),e==="fas"&&iw("fa",t)}var op,sp,ap,Zl=_i.styles,Zq=_i.shims,Kq=(op={},wn(op,Lt,Object.values(Qf[Lt])),wn(op,Kt,Object.values(Qf[Kt])),op),rC=null,JA={},eI={},tI={},nI={},rI={},Xq=(sp={},wn(sp,Lt,Object.keys(Kf[Lt])),wn(sp,Kt,Object.keys(Kf[Kt])),sp);function Qq(e){return~Nq.indexOf(e)}function Jq(e,t){var n=t.split("-"),r=n[0],i=n.slice(1).join("-");return r===e&&i!==""&&!Qq(i)?i:null}var iI=function(){var t=function(o){return q0(Zl,function(s,a,l){return s[l]=q0(a,o,{}),s},{})};JA=t(function(i,o,s){if(o[3]&&(i[o[3]]=s),o[2]){var a=o[2].filter(function(l){return typeof l=="number"});a.forEach(function(l){i[l.toString(16)]=s})}return i}),eI=t(function(i,o,s){if(i[s]=s,o[2]){var a=o[2].filter(function(l){return typeof l=="string"});a.forEach(function(l){i[l]=s})}return i}),rI=t(function(i,o,s){var a=o[2];return i[s]=s,a.forEach(function(l){i[l]=s}),i});var n="far"in Zl||Ue.autoFetchSvg,r=q0(Zq,function(i,o){var s=o[0],a=o[1],l=o[2];return a==="far"&&!n&&(a="fas"),typeof s=="string"&&(i.names[s]={prefix:a,iconName:l}),typeof s=="number"&&(i.unicodes[s.toString(16)]={prefix:a,iconName:l}),i},{names:{},unicodes:{}});tI=r.names,nI=r.unicodes,rC=Wy(Ue.styleDefault,{family:Ue.familyDefault})};Iq(function(e){rC=Wy(e.styleDefault,{family:Ue.familyDefault})});iI();function iC(e,t){return(JA[e]||{})[t]}function eG(e,t){return(eI[e]||{})[t]}function Ma(e,t){return(rI[e]||{})[t]}function oI(e){return tI[e]||{prefix:null,iconName:null}}function tG(e){var t=nI[e],n=iC("fas",e);return t||(n?{prefix:"fas",iconName:n}:null)||{prefix:null,iconName:null}}function Ns(){return rC}var oC=function(){return{prefix:null,iconName:null,rest:[]}};function Wy(e){var t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},n=t.family,r=n===void 0?Lt:n,i=Kf[r][e],o=Xf[r][e]||Xf[r][i],s=e in _i.styles?e:nu
|
|||
|
`);n.setAttribute(Ya,""),n.innerHTML=s}};function hk(e){e()}function cI(e,t){var n=typeof t=="function"?t:Zp;if(e.length===0)n();else{var r=hk;Ue.mutateApproach===Cq&&(r=Rs.requestAnimationFrame||hk),r(function(){var i=vG(),o=aC.begin("mutate");e.map(i),o(),n()})}}var lC=!1;function uI(){lC=!0}function uw(){lC=!1}var Ng=null;function pk(e){if(rk&&Ue.observeMutations){var t=e.treeCallback,n=t===void 0?Zp:t,r=e.nodeCallback,i=r===void 0?Zp:r,o=e.pseudoElementsCallback,s=o===void 0?Zp:o,a=e.observeMutationsRoot,l=a===void 0?At:a;Ng=new rk(function(c){if(!lC){var f=Ns();Zc(c).forEach(function(h){if(h.type==="childList"&&h.addedNodes.length>0&&!dk(h.addedNodes[0])&&(Ue.searchPseudoElements&&s(h.target),n(h.target)),h.type==="attributes"&&h.target.parentNode&&Ue.searchPseudoElements&&s(h.target.parentNode),h.type==="attributes"&&dk(h.target)&&~Rq.indexOf(h.attributeName))if(h.attributeName==="class"&&mG(h.target)){var p=Yy(tC(h.target)),m=p.prefix,g=p.iconName;h.target.setAttribute(QS,m||f),g&&h.target.setAttribute(JS,g)}else gG(h.target)&&i(h.target)})}}),$o&&Ng.observe(l,{childList:!0,attributes:!0,characterData:!0,subtree:!0})}}function wG(){Ng&&Ng.disconnect()}function xG(e){var t=e.getAttribute("style"),n=[];return t&&(n=t.split(";").reduce(function(r,i){var o=i.split(":"),s=o[0],a=o.slice(1);return s&&a.length>0&&(r[s]=a.join(":").trim()),r},{})),n}function SG(e){var t=e.getAttribute("data-prefix"),n=e.getAttribute("data-icon"),r=e.innerText!==void 0?e.innerText.trim():"",i=Yy(tC(e));return i.prefix||(i.prefix=Ns()),t&&n&&(i.prefix=t,i.iconName=n),i.iconName&&i.prefix||(i.prefix&&r.length>0&&(i.iconName=eG(i.prefix,e.innerText)||iC(i.prefix,rw(e.innerText))),!i.iconName&&Ue.autoFetchSvg&&e.firstChild&&e.firstChild.nodeType===Node.TEXT_NODE&&(i.iconName=e.firstChild.data)),i}function CG(e){var t=Zc(e.attributes).reduce(function(i,o){return i.name!=="class"&&i.name!=="style"&&(i[o.name]=o.value),i},{}),n=e.getAttribute("title"),r=e.getAttribute("data-fa-title-id");return Ue.autoA11y&&(n?t["aria-labelledby"]="".concat(Ue.replacementClass,"-title-").concat(r||ed()):(t["aria-hidden"]="true",t.focusable="false")),t}function EG(){return{iconName:null,title:null,titleId:null,prefix:null,transform:Yi,symbol:!1,mask:{iconName:null,prefix:null,rest:[]},maskId:null,extra:{classes:[],styles:{},attributes:{}}}}function mk(e){var t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{styleParser:!0},n=SG(e),r=n.iconName,i=n.prefix,o=n.rest,s=CG(e),a=ow("parseNodeAttributes",{},e),l=t.styleParser?xG(e):[];return Be({iconName:r,title:e.getAttribute("title"),titleId:e.getAttribute("data-fa-title-id"),prefix:i,transform:Yi,mask:{iconName:null,prefix:null,rest:[]},maskId:null,symbol:!1,extra:{classes:o,styles:l,attributes:s}},a)}var TG=_i.styles;function fI(e){var t=Ue.autoReplaceSvg==="nest"?mk(e,{styleParser:!1}):mk(e);return~t.extra.classes.indexOf(qA)?Mo("generateLayersText",e,t):Mo("generateSvgReplacementMutation",e,t)}var Ls=new Set;eC.map(function(e){Ls.add("fa-".concat(e))});Object.keys(Kf[Lt]).map(Ls.add.bind(Ls));Object.keys(Kf[Kt]).map(Ls.add.bind(Ls));Ls=Rd(Ls);function gk(e){var t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:null;if(!$o)return Promise.resolve();var n=At.documentElement.classList,r=function(h){return n.add("".concat(ik,"-").concat(h))},i=function(h){return n.remove("".concat(ik,"-").concat(h))},o=Ue.autoFetchSvg?Ls:eC.map(function(f){return"fa-".concat(f)}).concat(Object.keys(TG));o.includes("fa")||o.push("fa");var s=[".".concat(qA,":not([").concat(Ya,"])")].concat(o.map(function(f){return".".concat(f,":not([").concat(Ya,"])")})).join(", ");if(s.length===0)return Promise.resolve();var a=[];try{a=Zc(e.querySelectorAll(s))}catch{}if(a.length>0)r("pending"),i("complete");else return Promise.resolve();var l=aC.begin("onTree"),c=a.reduce(function(f,h){try{var p=fI(h);p&&f.push(p)}catch(m){YA||m.name==="MissingIcon"&&console.error(m)}return f},[]);return new Promise(function(f,h){Promise.all(c).then(function(p){cI(p,function(){r("active"),r("complete"),i("pending"),typeof t=="function"&&t(),l(),f()})}).c
|
|||
|
`),e.removeAttribute(n),r()}).catch(i)}else r()}else r()})}function IG(e){return Promise.all([yk(e,"::before"),yk(e,"::after")])}function FG(e){return e.parentNode!==document.head&&!~Eq.indexOf(e.tagName.toUpperCase())&&!e.getAttribute(nw)&&(!e.parentNode||e.parentNode.tagName!=="svg")}function _k(e){if($o)return new Promise(function(t,n){var r=Zc(e.querySelectorAll("*")).filter(FG).map(IG),i=aC.begin("searchPseudoElements");uI(),Promise.all(r).then(function(){i(),uw(),t()}).catch(function(){i(),uw(),n()})})}var $G={hooks:function(){return{mutationObserverCallbacks:function(n){return n.pseudoElementsCallback=_k,n}}},provides:function(t){t.pseudoElements2svg=function(n){var r=n.node,i=r===void 0?At:r;Ue.searchPseudoElements&&_k(i)}}},bk=!1,jG={mixout:function(){return{dom:{unwatch:function(){uI(),bk=!0}}}},hooks:function(){return{bootstrap:function(){pk(ow("mutationObserverCallbacks",{}))},noAuto:function(){wG()},watch:function(n){var r=n.observeMutationsRoot;bk?uw():pk(ow("mutationObserverCallbacks",{observeMutationsRoot:r}))}}}},wk=function(t){var n={size:16,x:0,y:0,flipX:!1,flipY:!1,rotate:0};return t.toLowerCase().split(" ").reduce(function(r,i){var o=i.toLowerCase().split("-"),s=o[0],a=o.slice(1).join("-");if(s&&a==="h")return r.flipX=!0,r;if(s&&a==="v")return r.flipY=!0,r;if(a=parseFloat(a),isNaN(a))return r;switch(s){case"grow":r.size=r.size+a;break;case"shrink":r.size=r.size-a;break;case"left":r.x=r.x-a;break;case"right":r.x=r.x+a;break;case"up":r.y=r.y-a;break;case"down":r.y=r.y+a;break;case"rotate":r.rotate=r.rotate+a;break}return r},n)},BG={mixout:function(){return{parse:{transform:function(n){return wk(n)}}}},hooks:function(){return{parseNodeAttributes:function(n,r){var i=r.getAttribute("data-fa-transform");return i&&(n.transform=wk(i)),n}}},provides:function(t){t.generateAbstractTransformGrouping=function(n){var r=n.main,i=n.transform,o=n.containerWidth,s=n.iconWidth,a={transform:"translate(".concat(o/2," 256)")},l="translate(".concat(i.x*32,", ").concat(i.y*32,") "),c="scale(".concat(i.size/16*(i.flipX?-1:1),", ").concat(i.size/16*(i.flipY?-1:1),") "),f="rotate(".concat(i.rotate," 0 0)"),h={transform:"".concat(l," ").concat(c," ").concat(f)},p={transform:"translate(".concat(s/2*-1," -256)")},m={outer:a,inner:h,path:p};return{tag:"g",attributes:Be({},m.outer),children:[{tag:"g",attributes:Be({},m.inner),children:[{tag:r.icon.tag,children:r.icon.children,attributes:Be(Be({},r.icon.attributes),m.path)}]}]}}}},Z0={x:0,y:0,width:"100%",height:"100%"};function xk(e){var t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:!0;return e.attributes&&(e.attributes.fill||t)&&(e.attributes.fill="black"),e}function zG(e){return e.tag==="g"?e.children:[e]}var UG={hooks:function(){return{parseNodeAttributes:function(n,r){var i=r.getAttribute("data-fa-mask"),o=i?Yy(i.split(" ").map(function(s){return s.trim()})):oC();return o.prefix||(o.prefix=Ns()),n.mask=o,n.maskId=r.getAttribute("data-fa-mask-id"),n}}},provides:function(t){t.generateAbstractMask=function(n){var r=n.children,i=n.attributes,o=n.main,s=n.mask,a=n.maskId,l=n.transform,c=o.width,f=o.icon,h=s.width,p=s.icon,m=Bq({transform:l,containerWidth:h,iconWidth:c}),g={tag:"rect",attributes:Be(Be({},Z0),{},{fill:"white"})},_=f.children?{children:f.children.map(xk)}:{},x={tag:"g",attributes:Be({},m.inner),children:[xk(Be({tag:f.tag,attributes:Be(Be({},f.attributes),m.path)},_))]},v={tag:"g",attributes:Be({},m.outer),children:[x]},b="mask-".concat(a||ed()),w="clip-".concat(a||ed()),E={tag:"mask",attributes:Be(Be({},Z0),{},{id:b,maskUnits:"userSpaceOnUse",maskContentUnits:"userSpaceOnUse"}),children:[g,v]},P={tag:"defs",children:[{tag:"clipPath",attributes:{id:w},children:zG(p)},E]};return r.push(P,{tag:"rect",attributes:Be({fill:"currentColor","clip-path":"url(#".concat(w,")"),mask:"url(#".concat(b,")")},Z0)}),{children:r,attributes:i}}}},VG={provides:function(t){var n=!1;Rs.matchMedia&&(n=Rs.matchMedia("(prefers-reduced-motion: reduce)").matches),t.missingIconAbstract=function(){var r=[],i={fill:"currentColor"},o={attributeType:"XML",repeatCount:"indefinite",dur:"2s"}
|
|||
|
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function iZ(e){var t,n=e.beat,r=e.fade,i=e.beatFade,o=e.bounce,s=e.shake,a=e.flash,l=e.spin,c=e.spinPulse,f=e.spinReverse,h=e.pulse,p=e.fixedWidth,m=e.inverse,g=e.border,_=e.listItem,x=e.flip,v=e.size,b=e.rotation,w=e.pull,E=(t={"fa-beat":n,"fa-fade":r,"fa-beat-fade":i,"fa-bounce":o,"fa-shake":s,"fa-flash":a,"fa-spin":l,"fa-spin-reverse":f,"fa-spin-pulse":c,"fa-pulse":h,"fa-fw":p,"fa-inverse":m,"fa-border":g,"fa-li":_,"fa-flip":x===!0,"fa-flip-horizontal":x==="horizontal"||x==="both","fa-flip-vertical":x==="vertical"||x==="both"},Xl(t,"fa-".concat(v),typeof v<"u"&&v!==null),Xl(t,"fa-rotate-".concat(b),typeof b<"u"&&b!==null&&b!==0),Xl(t,"fa-pull-".concat(w),typeof w<"u"&&w!==null),Xl(t,"fa-swap-opacity",e.swapOpacity),t);return Object.keys(E).map(function(P){return E[P]?P:null}).filter(function(P){return P})}function oZ(e){return e=e-0,e===e}function pI(e){return oZ(e)?e:(e=e.replace(/[\-_\s]+(.)?/g,function(t,n){return n?n.toUpperCase():""}),e.substr(0,1).toLowerCase()+e.substr(1))}var sZ=["style"];function aZ(e){return e.charAt(0).toUpperCase()+e.slice(1)}function lZ(e){return e.split(";").map(function(t){return t.trim()}).filter(function(t){return t}).reduce(function(t,n){var r=n.indexOf(":"),i=pI(n.slice(0,r)),o=n.slice(r+1).trim();return i.startsWith("webkit")?t[aZ(i)]=o:t[i]=o,t},{})}function mI(e,t){var n=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{};if(typeof t=="string")return t;var r=(t.children||[]).map(function(l){return mI(e,l)}),i=Object.keys(t.attributes||{}).reduce(function(l,c){var f=t.attributes[c];switch(c){case"class":l.attrs.className=f,delete t.attributes.class;break;case"style":l.attrs.style=lZ(f);break;default:c.indexOf("aria-")===0||c.indexOf("data-")===0?l.attrs[c.toLowerCase()]=f:l.attrs[pI(c)]=f}return l},{attrs:{}}),o=n.style,s=o===void 0?{}:o,a=JG(n,sZ);return i.attrs.style=cs(cs({},i.attrs.style),s),e.apply(void 0,[t.tag,cs(cs({},i.attrs),a)].concat(dw(r)))}var gI=!1;try{gI=!0}catch{}function cZ(){if(!gI&&console&&typeof console.error=="function"){var e;(e=console).error.apply(e,arguments)}}function Ck(e){if(e&&Lg(e)==="object"&&e.prefix&&e.iconName&&e.icon)return e;if(fw.icon)return fw.icon(e);if(e===null)return null;if(e&&Lg(e)==="object"&&e.prefix&&e.iconName)return e;if(Array.isArray(e)&&e.length===2)return{prefix:e[0],iconName:e[1]};if(typeof e=="string")return{prefix:"fas",iconName:e}}function K0(e,t){return Array.isArray(t)&&t.length>0||!Array.isArray(t)&&t?Xl({},e,t):{}}var $e=z.forwardRef(function(e,t){var n=e.icon,r=e.mask,i=e.symbol,o=e.className,s=e.title,a=e.titleId,l=e.maskId,c=Ck(n),f=K0("classes",[].concat(dw(iZ(e)),dw(o.split(" ")))),h=K0("transform",typeof e.transform=="string"?fw.transform(e.transform):e.transform),p=K0("mask",Ck(r)),m=YG(c,cs(cs(cs(cs({},f),h),p),{},{symbol:i,title:s,titleId:a,maskId:l}));if(!m)return cZ("Could not find icon",c),null;var g=m.abstract,_={ref:t};return Object.keys(e).forEach(function(x){$e.defaultProps.hasOwnProperty(x)||(_[x]=e[x])}),uZ(g[0],_)});$e.displayName="FontAwesomeIcon";$e.propTypes={beat:S.bool,border:S.bool,beatFade:S.bool,bounce:S.bool,className:S.string,fade:S.bool,flash:S.bool,mask:S.oneOfType([S.object,S.array,S.string]),maskId:S.string,fixedWidth:S.bool,inverse:S.bool,flip:S.oneOf([!0,!1,"horizontal","vertical","both"]),icon:S.oneOfType([S.object,S.array,S.string]),listItem:S.bool,pull:S.oneOf(["right","left"]),pulse:S.bool,rotation:S.oneOf([0,90,180,270]),shake:S.bool,size:S.oneOf(["2xs","xs","sm","lg","xl","2xl","1x","2x","3x","4x","5x","6x","7x","8x","9x","10x"]),spin:S.bool,spinPulse:S.bool,spinReverse:S.bool,symbol:S.oneOfType([S.bool,S.string]),title:S.string,titleId:S.string,transform:S.oneOfType([S.string,S.object]),swapOpacity:S.bool};$e.defaultProps={border:!1,className:"",mask:null,maskId:null,fixedWidth:!1,inverse:!1,flip:!1,icon:null,listItem:!1,pull:null,pulse:!1,rotation:null,size:null,spin:!1,spinPulse:!1,spinReverse:!1,beat:!1,fade:!1,beatFade:!1,bounce:!1,shake:!1,symbol:!1,title:"",titleId:null,transform:nul
|
|||
|
Copyright (c) 2018 Jed Watson.
|
|||
|
Licensed under the MIT License (MIT), see
|
|||
|
http://jedwatson.github.io/classnames
|
|||
|
*/(function(e){(function(){var t={}.hasOwnProperty;function n(){for(var r=[],i=0;i<arguments.length;i++){var o=arguments[i];if(o){var s=typeof o;if(s==="string"||s==="number")r.push(o);else if(Array.isArray(o)){if(o.length){var a=n.apply(null,o);a&&r.push(a)}}else if(s==="object")if(o.toString===Object.prototype.toString)for(var l in o)t.call(o,l)&&o[l]&&r.push(l);else r.push(o.toString())}}return r.join(" ")}e.exports?(n.default=n,e.exports=n):window.classNames=n})()})(fZ);const ge=pw;var vI=H.createContext(),yI=H.createContext();function Ek(e){var t=e.children,n=H.useState(null),r=n[0],i=n[1],o=H.useRef(!1);H.useEffect(function(){return function(){o.current=!0}},[]);var s=H.useCallback(function(a){o.current||i(a)},[]);return H.createElement(vI.Provider,{value:r},H.createElement(yI.Provider,{value:s},t))}var _I=function(t){return Array.isArray(t)?t[0]:t},bI=function(t){if(typeof t=="function"){for(var n=arguments.length,r=new Array(n>1?n-1:0),i=1;i<n;i++)r[i-1]=arguments[i];return t.apply(void 0,r)}},mw=function(t,n){if(typeof t=="function")return bI(t,n);t!=null&&(t.current=n)},Tk=function(t){return t.reduce(function(n,r){var i=r[0],o=r[1];return n[i]=o,n},{})},Ok=typeof window<"u"&&window.document&&window.document.createElement?H.useLayoutEffect:H.useEffect,br="top",ni="bottom",ri="right",wr="left",cC="auto",Dd=[br,ni,ri,wr],Tc="start",td="end",dZ="clippingParents",wI="viewport",Ou="popper",hZ="reference",Pk=Dd.reduce(function(e,t){return e.concat([t+"-"+Tc,t+"-"+td])},[]),xI=[].concat(Dd,[cC]).reduce(function(e,t){return e.concat([t,t+"-"+Tc,t+"-"+td])},[]),pZ="beforeRead",mZ="read",gZ="afterRead",vZ="beforeMain",yZ="main",_Z="afterMain",bZ="beforeWrite",wZ="write",xZ="afterWrite",SZ=[pZ,mZ,gZ,vZ,yZ,_Z,bZ,wZ,xZ];function to(e){return e?(e.nodeName||"").toLowerCase():null}function si(e){if(e==null)return window;if(e.toString()!=="[object Window]"){var t=e.ownerDocument;return t&&t.defaultView||window}return e}function Ga(e){var t=si(e).Element;return e instanceof t||e instanceof Element}function Qr(e){var t=si(e).HTMLElement;return e instanceof t||e instanceof HTMLElement}function uC(e){if(typeof ShadowRoot>"u")return!1;var t=si(e).ShadowRoot;return e instanceof t||e instanceof ShadowRoot}function CZ(e){var t=e.state;Object.keys(t.elements).forEach(function(n){var r=t.styles[n]||{},i=t.attributes[n]||{},o=t.elements[n];!Qr(o)||!to(o)||(Object.assign(o.style,r),Object.keys(i).forEach(function(s){var a=i[s];a===!1?o.removeAttribute(s):o.setAttribute(s,a===!0?"":a)}))})}function EZ(e){var t=e.state,n={popper:{position:t.options.strategy,left:"0",top:"0",margin:"0"},arrow:{position:"absolute"},reference:{}};return Object.assign(t.elements.popper.style,n.popper),t.styles=n,t.elements.arrow&&Object.assign(t.elements.arrow.style,n.arrow),function(){Object.keys(t.elements).forEach(function(r){var i=t.elements[r],o=t.attributes[r]||{},s=Object.keys(t.styles.hasOwnProperty(r)?t.styles[r]:n[r]),a=s.reduce(function(l,c){return l[c]="",l},{});!Qr(i)||!to(i)||(Object.assign(i.style,a),Object.keys(o).forEach(function(l){i.removeAttribute(l)}))})}}const TZ={name:"applyStyles",enabled:!0,phase:"write",fn:CZ,effect:EZ,requires:["computeStyles"]};function Ki(e){return e.split("-")[0]}var Aa=Math.max,Dg=Math.min,Oc=Math.round;function gw(){var e=navigator.userAgentData;return e!=null&&e.brands?e.brands.map(function(t){return t.brand+"/"+t.version}).join(" "):navigator.userAgent}function SI(){return!/^((?!chrome|android).)*safari/i.test(gw())}function Pc(e,t,n){t===void 0&&(t=!1),n===void 0&&(n=!1);var r=e.getBoundingClientRect(),i=1,o=1;t&&Qr(e)&&(i=e.offsetWidth>0&&Oc(r.width)/e.offsetWidth||1,o=e.offsetHeight>0&&Oc(r.height)/e.offsetHeight||1);var s=Ga(e)?si(e):window,a=s.visualViewport,l=!SI()&&n,c=(r.left+(l&&a?a.offsetLeft:0))/i,f=(r.top+(l&&a?a.offsetTop:0))/o,h=r.width/i,p=r.height/o;return{width:h,height:p,top:f,right:c+h,bottom:f+p,left:c,x:c,y:f}}function fC(e){var t=Pc(e),n=e.offsetWidth,r=e.offsetHeight;return Math.abs(t.width-n)<=1&&(n=t.width),Math.abs(t.height-r)<=1&&(r=t.height),{x:e.offsetLeft,y:e.offsetTop,width:n,heig
|
|||
|
${t}`),e(r,i,o,...s)}}const LK=typeof window=="object"&&window.Element||function(){};function vC(e,t,n){if(!(e[t]instanceof LK))return new Error("Invalid prop `"+t+"` supplied to `"+n+"`. Expected prop to be an instance of Element. Validation failed.")}const Ds=S.oneOfType([S.string,S.func,vC,S.shape({current:S.any})]),Pe=S.oneOfType([S.func,S.string,S.shape({$$typeof:S.symbol,render:S.func}),S.arrayOf(S.oneOfType([S.func,S.string,S.shape({$$typeof:S.symbol,render:S.func})]))]),Za={Fade:150,Collapse:350,Modal:300,Carousel:600,Offcanvas:300},Ag=["in","mountOnEnter","unmountOnExit","appear","enter","exit","timeout","onEnter","onEntering","onEntered","onExit","onExiting","onExited"],go={ENTERING:"entering",ENTERED:"entered",EXITING:"exiting",EXITED:"exited"},yt={esc:27,space:32,enter:13,tab:9,up:38,down:40,home:36,end:35,n:78,p:80},DK=["auto-start","auto","auto-end","top-start","top","top-end","right-start","right","right-end","bottom-end","bottom","bottom-start","left-end","left","left-start"],yC=!!(typeof window<"u"&&window.document&&window.document.createElement);function AK(e){return e&&typeof e=="object"?"current"in e:!1}function $I(e){return e==null?e===void 0?"[object Undefined]":"[object Null]":Object.prototype.toString.call(e)}function Ig(e){const t=typeof e;return e!=null&&(t==="object"||t==="function")}function Bk(e){const t=typeof e,n=0/0;if(t==="number")return e;if(t==="symbol"||t==="object"&&$I(e)==="[object Symbol]")return n;if(Ig(e)){const i=typeof e.valueOf=="function"?e.valueOf():e;e=Ig(i)?`${i}`:i}if(t!=="string")return e===0?e:+e;e=e.replace(/^\s+|\s+$/g,"");const r=/^0b[01]+$/i.test(e);return r||/^0o[0-7]+$/i.test(e)?parseInt(e.slice(2),r?2:8):/^[-+]0x[0-9a-f]+$/i.test(e)?n:+e}function IK(e){if(!Ig(e))return!1;const t=$I(e);return t==="[object Function]"||t==="[object AsyncFunction]"||t==="[object GeneratorFunction]"||t==="[object Proxy]"}function jI(e){if(AK(e))return e.current;if(IK(e))return e();if(typeof e=="string"&&yC){let t=document.querySelectorAll(e);if(t.length||(t=document.querySelectorAll(`#${e}`)),!t.length)throw new Error(`The target '${e}' could not be identified in the dom, tip: check spelling`);return t}return e}function Fg(e){return e===null?!1:Array.isArray(e)||yC&&typeof e.length=="number"}function Mc(e,t){const n=jI(e);return t?Fg(n)?n:n===null?[]:[n]:Fg(n)?n[0]:n}const FK=["touchstart","click"];function $K(e,t,n,r){let i=e;Fg(i)||(i=[i]);let o=n;if(typeof o=="string"&&(o=o.split(/\s+/)),!Fg(i)||typeof t!="function"||!Array.isArray(o))throw new Error(`
|
|||
|
The first argument of this function must be DOM node or an array on DOM nodes or NodeList.
|
|||
|
The second must be a function.
|
|||
|
The third is a string or an array of strings that represents DOM events
|
|||
|
`);return Array.prototype.forEach.call(o,s=>{Array.prototype.forEach.call(i,a=>{a.addEventListener(s,t,r)})}),function(){Array.prototype.forEach.call(o,a=>{Array.prototype.forEach.call(i,l=>{l.removeEventListener(a,t,r)})})}}const BI=["a[href]","area[href]","input:not([disabled]):not([type=hidden])","select:not([disabled])","textarea:not([disabled])","button:not([disabled])","object","embed","[tabindex]:not(.modal)","audio[controls]","video[controls]",'[contenteditable]:not([contenteditable="false"])'];S.oneOfType([S.bool,S.string]),S.string,S.object;const jK=["className","cssModule","noGutters","tag","widths"],BK=["xs","sm","md","lg","xl","xxl"],Cl=S.oneOfType([S.number,S.string]),zK={tag:Pe,noGutters:FI(S.bool,"Please use Bootstrap 5 gutter utility classes. https://getbootstrap.com/docs/5.0/layout/gutters/"),className:S.string,cssModule:S.object,xs:Cl,sm:Cl,md:Cl,lg:Cl,xl:Cl,xxl:Cl,widths:S.array},UK={tag:"div",widths:BK};function cr(e){const{className:t,cssModule:n,noGutters:r,tag:i,widths:o}=e,s=Ze(e,jK),a=[];o.forEach((c,f)=>{let h=e[c];if(delete s[c],!h)return;const p=!f;a.push(p?`row-cols-${h}`:`row-cols-${c}-${h}`)});const l=Fe(ge(t,r?"gx-0":null,"row",a),n);return z.createElement(i,je({},s,{className:l}))}cr.propTypes=zK;cr.defaultProps=UK;const VK=["className","cssModule","widths","tag"],zI=["xs","sm","md","lg","xl","xxl"],zk=S.oneOfType([S.number,S.string]),El=S.oneOfType([S.bool,S.number,S.string,S.shape({size:S.oneOfType([S.bool,S.number,S.string]),order:zk,offset:zk})]),HK={tag:Pe,xs:El,sm:El,md:El,lg:El,xl:El,xxl:El,className:S.string,cssModule:S.object,widths:S.array},WK={tag:"div",widths:zI},Uk=(e,t,n)=>n===!0||n===""?e?"col":`col-${t}`:n==="auto"?e?"col-auto":`col-${t}-auto`:e?`col-${n}`:`col-${t}-${n}`,YK=(e,t,n=zI)=>{const r=e,i=[];return n.forEach((o,s)=>{let a=r[o];if(delete r[o],!a&&a!=="")return;const l=!s;if(Ig(a)){const c=l?"-":`-${o}-`,f=Uk(l,o,a.size);i.push(Fe(ge({[f]:a.size||a.size==="",[`order${c}${a.order}`]:a.order||a.order===0,[`offset${c}${a.offset}`]:a.offset||a.offset===0}),t))}else{const c=Uk(l,o,a);i.push(c)}}),{colClasses:i,modifiedAttributes:r}};function _C(e){const{className:t,cssModule:n,widths:r,tag:i}=e,o=Ze(e,VK);let{modifiedAttributes:s,colClasses:a}=YK(o,n,r);a.length||a.push("col");const l=Fe(ge(t,a),n);return z.createElement(i,je({},s,{className:l}))}_C.propTypes=HK;_C.defaultProps=WK;const qK=["expand","className","cssModule","light","dark","fixed","sticky","color","container","tag","children"],GK={children:S.node,className:S.string,color:S.string,container:S.oneOfType([S.bool,S.string]),cssModule:S.object,dark:S.bool,expand:S.oneOfType([S.bool,S.string]),fixed:S.string,full:S.bool,light:S.bool,role:S.string,sticky:S.string,tag:Pe},ZK={tag:"nav",expand:!1,container:"fluid"},KK=e=>e===!1?!1:e===!0||e==="xs"?"navbar-expand":`navbar-expand-${e}`;function bC(e){const{expand:t,className:n,cssModule:r,light:i,dark:o,fixed:s,sticky:a,color:l,container:c,tag:f,children:h}=e,p=Ze(e,qK),m=Fe(ge(n,"navbar",KK(t),{"navbar-light":i,"navbar-dark":o,[`bg-${l}`]:l,[`fixed-${s}`]:s,[`sticky-${a}`]:a}),r),g=c&&c===!0?"container":`container-${c}`;return z.createElement(f,je({},p,{className:m}),c?z.createElement("div",{className:g},h):h)}bC.propTypes=GK;bC.defaultProps=ZK;const XK=["className","cssModule","tag"],QK={className:S.string,cssModule:S.object,tag:Pe},JK={tag:"a"};function wC(e){const{className:t,cssModule:n,tag:r}=e,i=Ze(e,XK),o=Fe(ge(t,"navbar-brand"),n);return z.createElement(r,je({},i,{className:o}))}wC.propTypes=QK;wC.defaultProps=JK;S.string,S.object,S.bool;const eX=["className","cssModule","children","tag"],tX={className:S.string,cssModule:S.object,tag:Pe,type:S.string,children:S.node},nX={tag:"button",type:"button"};function xC(e){const{className:t,cssModule:n,children:r,tag:i}=e,o=Ze(e,eX),s=Fe(ge(t,"navbar-toggler"),n);return z.createElement(i,je({"aria-label":"Toggle navigation"},o,{className:s}),r||z.createElement("span",{className:Fe("navbar-toggler-icon",n)}))}xC.propTypes=tX;xC.defaultProps=nX;const rX=["className","cssModule","tabs","pills","vertical","horizon
|
|||
|
Copyright (c) Microsoft Corporation.
|
|||
|
|
|||
|
Permission to use, copy, modify, and/or distribute this software for any
|
|||
|
purpose with or without fee is hereby granted.
|
|||
|
|
|||
|
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
|
|||
|
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
|
|||
|
AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
|
|||
|
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
|
|||
|
LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
|
|||
|
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
|||
|
PERFORMANCE OF THIS SOFTWARE.
|
|||
|
***************************************************************************** */var Sw=function(){return Sw=Object.assign||function(t){for(var n,r=1,i=arguments.length;r<i;r++){n=arguments[r];for(var o in n)Object.prototype.hasOwnProperty.call(n,o)&&(t[o]=n[o])}return t},Sw.apply(this,arguments)};function lee(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(e!=null&&typeof Object.getOwnPropertySymbols=="function")for(var i=0,r=Object.getOwnPropertySymbols(e);i<r.length;i++)t.indexOf(r[i])<0&&Object.prototype.propertyIsEnumerable.call(e,r[i])&&(n[r[i]]=e[r[i]]);return n}var Ci=function(e){var t=e.href,n=e.children,r=lee(e,["href","children"]);return z.createElement("a",Sw({target:"_blank",rel:"noopener noreferrer",href:t},r),n??t)};const cee=({id:e,name:t})=>U(FC,{tag:It,to:`/server/${e}`,className:"servers-list__server-item",children:[t,C($e,{icon:sq,className:"servers-list__server-item-icon"})]}),u6=({servers:e,children:t,embedded:n=!1})=>U(We,{children:[t&&C("h5",{className:"mb-md-3",children:t}),e.length>0&&C(DC,{className:ge("servers-list__list-group",{"servers-list__list-group--embedded":n}),children:e.map(({id:r,name:i})=>C(cee,{id:r,name:i},r))})]});const uee=({servers:e})=>{const t=Io(),n=Yc(e),r=!Hn(n);return H.useEffect(()=>{const i=n.find(({autoConnect:o})=>o);i&&t(`/server/${i.id}`)},[]),C("div",{className:"home",children:C(xr,{className:"home__main-card",children:U(cr,{className:"g-0",children:[C("div",{className:"col-md-5 d-none d-md-block",children:C("div",{className:"home__logo-wrapper",children:C("div",{className:"home__logo",children:C(c6,{})})})}),U("div",{className:"col-md-7 home__servers-container",children:[C("div",{className:"home__title-wrapper",children:C("h1",{className:"home__title",children:"Welcome!"})}),C(u6,{embedded:!0,servers:n,children:!r&&U("div",{className:"p-4 text-center",children:[C("p",{className:"mb-5",children:"This application will help you manage your Shlink servers."}),C("p",{children:U(It,{to:"/server/create",className:"btn btn-outline-primary btn-lg me-2",children:[C($e,{icon:ZS})," ",C("span",{className:"ms-1",children:"Add a server"})]})}),C("p",{className:"mb-0 mt-5",children:C(Ci,{href:"https://shlink.io/documentation",children:U("small",{children:[C("span",{className:"me-1",children:"Learn more about Shlink"})," ",C($e,{icon:zY})]})})})]})})]})]})})})},fee=e=>({error:"border-danger",default:""})[e],dee=e=>({error:"text-danger",default:"text-muted"})[e],So=({className:e,children:t,loading:n=!1,type:r="default",fullWidth:i=!1})=>{const o=ge({"col-md-12":i,"col-md-10 offset-md-1":!i});return C(cr,{className:ge("g-0",e),children:C("div",{className:o,children:C(xr,{className:fee(r),body:!0,children:U("h3",{className:ge("text-center mb-0",dee(r)),children:[n&&C($e,{icon:LA,spin:!0}),n&&C("span",{className:"ms-2",children:t??"Loading..."}),!n&&t]})})})})};const Qc=({children:e})=>C("div",{className:"no-menu-wrapper container-xl",children:e});function f6(e,t){return n=>{const r=Ws(),{selectServer:i,selectedServer:o}=n;return H.useEffect(()=>{r.serverId&&i(r.serverId)},[r.serverId]),o?cH(o)?C(t,{}):C(e,{...n}):C(Qc,{children:C(So,{loading:!0})})}}const hee=(e,t)=>{const n=Zk(e),r=Zk(t),i=n.pop(),o=r.pop(),s=Qk(n,r);return s!==0?s:i&&o?Qk(i.split("."),o.split(".")):i||o?i?-1:1:0},Cw=(e,t,n)=>{vee(n);const r=hee(e,t);return d6[n].includes(r)},pee=/^[v^~<>=]*?(\d+)(?:\.([x*]|\d+)(?:\.([x*]|\d+)(?:\.([x*]|\d+))?(?:-([\da-z\-]+(?:\.[\da-z\-]+)*))?(?:\+[\da-z\-]+(?:\.[\da-z\-]+)*)?)?)?$/i,Zk=e=>{if(typeof e!="string")throw new TypeError("Invalid argument expected string");const t=e.match(pee);if(!t)throw new Error(`Invalid argument not valid semver ('${e}' received)`);return t.shift(),t},Kk=e=>e==="*"||e==="x"||e==="X",Xk=e=>{const t=parseInt(e,10);return isNaN(t)?e:t},mee=(e,t)=>typeof e!=typeof t?[String(e),String(t)]:[e,t],gee=(e,t)=>{if(Kk(e)||Kk(t))return 0;const[n,r]=mee(Xk(e),Xk(t));return n>r?1:n<r?-1:0},Qk=(e,t)=>{for(let n=0;n<Math.max(e.length,t.length);n++){const r=gee(e[n]||"0",t[n]||"0");if(r!==0)return r}return 0},d
|
|||
|
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}var o=!0,s=!1,a;return{s:function(){n=e[Symbol.iterator]()},n:function(){var c=n.next();return o=c.done,c},e:function(c){s=!0,a=c},f:function(){try{!o&&n.return!=null&&n.return()}finally{if(s)throw a}}}}function Aae(e,t){if(e){if(typeof e=="string")return $M(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);if(n==="Object"&&e.constructor&&(n=e.constructor.name),n==="Map"||n==="Set")return Array.from(e);if(n==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return $M(e,t)}}function $M(e,t){(t==null||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}var Iae=/[yYQqMLwIdDecihHKkms]o|(\w)\1*|''|'(''|[^'])+('|$)|./g,Fae=/P+p+|P+|p+|''|'(''|[^'])+('|$)|./g,$ae=/^'([^]*?)'?$/,jae=/''/g,Bae=/\S/,zae=/[a-zA-Z]/;function fb(e,t,n,r){var i,o,s,a,l,c,f,h,p,m,g,_,x,v,b,w,E,P;Oe(3,arguments);var k=String(e),N=String(t),A=Uo(),V=(i=(o=r==null?void 0:r.locale)!==null&&o!==void 0?o:A.locale)!==null&&i!==void 0?i:sE;if(!V.match)throw new RangeError("locale must contain match property");var I=tt((s=(a=(l=(c=r==null?void 0:r.firstWeekContainsDate)!==null&&c!==void 0?c:r==null||(f=r.locale)===null||f===void 0||(h=f.options)===null||h===void 0?void 0:h.firstWeekContainsDate)!==null&&l!==void 0?l:A.firstWeekContainsDate)!==null&&a!==void 0?a:(p=A.locale)===null||p===void 0||(m=p.options)===null||m===void 0?void 0:m.firstWeekContainsDate)!==null&&s!==void 0?s:1);if(!(I>=1&&I<=7))throw new RangeError("firstWeekContainsDate must be between 1 and 7 inclusively");var Y=tt((g=(_=(x=(v=r==null?void 0:r.weekStartsOn)!==null&&v!==void 0?v:r==null||(b=r.locale)===null||b===void 0||(w=b.options)===null||w===void 0?void 0:w.weekStartsOn)!==null&&x!==void 0?x:A.weekStartsOn)!==null&&_!==void 0?_:(E=A.locale)===null||E===void 0||(P=E.options)===null||P===void 0?void 0:P.weekStartsOn)!==null&&g!==void 0?g:0);if(!(Y>=0&&Y<=6))throw new RangeError("weekStartsOn must be between 0 and 6 inclusively");if(N==="")return k===""?Me(n):new Date(NaN);var q={firstWeekContainsDate:I,weekStartsOn:Y,locale:V},X=[new Ere],Z=N.match(Fae).map(function(O){var R=O[0];if(R in Dw){var F=Dw[R];return F(O,V.formatLong)}return O}).join("").match(Iae),J=[],oe=FM(Z),ce;try{var K=function(){var R=ce.value;!(r!=null&&r.useAdditionalWeekYearTokens)&&G6(R)&&Zg(R,N,e),!(r!=null&&r.useAdditionalDayOfYearTokens)&&q6(R)&&Zg(R,N,e);var F=R[0],ee=Dae[F];if(ee){var Q=ee.incompatibleTokens;if(Array.isArray(Q)){var se=J.find(function(Le){return Q.includes(Le.token)||Le.token===F});if(se)throw new RangeError("The format string mustn't contain `".concat(se.fullToken,"` and `").concat(R,"` at the same time"))}else if(ee.incompatibleTokens==="*"&&J.length>0)throw new RangeError("The format string mustn't contain `".concat(R,"` and any other token at the same time"));J.push({token:F,fullToken:R});var ve=ee.run(k,R,V.match,q);if(!ve)return{v:new Date(NaN)};X.push(ve.setter),k=ve.rest}else{if(F.match(zae))throw new RangeError("Format string contains an unescaped latin alphabet character `"+F+"`");if(R==="''"?R="'":F==="'"&&(R=Uae(R)),k.indexOf(R)===0)k=k.slice(R.length);else return{v:new Date(NaN)}}};for(oe.s();!(ce=oe.n()).done;){var $=K();if(Bm($)==="object")return $.v}}catch(O){oe.e(O)}finally{oe.f()}if(k.length>0&&Bae.test(k))return new Date(NaN);var D=X.map(function(O){return O.priority}).sort(function(O,R){return R-O}).filter(function(O,R,F){return F.indexOf(O)===R}).map(function(O){return X.filter(function(R){return R.priority===O}).sort(function(R,F){return F.subPriority-R.subPriority})}).map(function(O){return O[0]}),B=Me(n);if(isNaN(B.getTime()))return new Date(NaN);var ne=U6(B,Rc(B)),W={},G=FM(D),re;try{for(G.s();!(re=G.n()).done;){var le=re.value;if(!le.validate(ne,q))return new Date(NaN);var me=le.set(ne,W,q);Array.isArray(me)?(ne=me[0],aE(W,me[1])):ne=me}}catch(O){G.e(O)}finally{G.f()}return ne}function Uae(e){return e.match($ae)[1].replace(jae,"'")}function Vae(e,t){Oe(2,arguments);var n=Me(e),r=Me(t);return n.getFullYear()===r.getFullYear()&&n.getMonth(
|
|||
|
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}()}function pb(e,t){(t==null||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}function qM(e,t){switch(e){case"P":return t.date({width:"short"});case"PP":return t.date({width:"medium"});case"PPP":return t.date({width:"long"});case"PPPP":default:return t.date({width:"full"})}}function GM(e,t){switch(e){case"p":return t.time({width:"short"});case"pp":return t.time({width:"medium"});case"ppp":return t.time({width:"long"});case"pppp":default:return t.time({width:"full"})}}var Nle={p:GM,P:function(e,t){var n,r=e.match(/(P+)(p+)?/)||[],i=r[1],o=r[2];if(!o)return qM(e,t);switch(i){case"P":n=t.dateTime({width:"short"});break;case"PP":n=t.dateTime({width:"medium"});break;case"PPP":n=t.dateTime({width:"long"});break;case"PPPP":default:n=t.dateTime({width:"full"})}return n.replace("{{date}}",qM(i,t)).replace("{{time}}",GM(o,t))}},Lle=/P+p+|P+|p+|''|'(''|[^'])+('|$)|./g;function hn(e){var t=e?typeof e=="string"||e instanceof String?Lo(e):Me(e):new Date;return ts(t)?t:null}function Dle(e,t,n,r,i){var o=null,s=Os(n)||Os(Fa()),a=!0;return Array.isArray(t)?(t.forEach(function(l){var c=fb(e,l,new Date,{locale:s});r&&(a=ts(c,i)&&e===an(c,l,n)),ts(c,i)&&a&&(o=c)}),o):(o=fb(e,t,new Date,{locale:s}),r?a=ts(o)&&e===an(o,t,n):ts(o)||(t=t.match(Lle).map(function(l){var c=l[0];return c==="p"||c==="P"?s?(0,Nle[c])(l,s.formatLong):c:l}).join(""),e.length>0&&(o=fb(e,t.slice(0,e.length),new Date)),ts(o)||(o=new Date(e))),ts(o)&&a?o:null)}function ts(e,t){return t=t||new Date("1/1/1000"),B6(e)&&!Kr(e,t)}function an(e,t,n){if(n==="en")return vo(e,t,{awareOfUnicodeTokens:!0});var r=Os(n);return n&&!r&&console.warn('A locale object was not found for the provided string ["'.concat(n,'"].')),!r&&Fa()&&Os(Fa())&&(r=Os(Fa())),vo(e,t,{locale:r||null,awareOfUnicodeTokens:!0})}function mb(e,t){var n=t.dateFormat,r=t.locale;return e&&an(e,Array.isArray(n)?n[0]:n,r)||""}function ZM(e,t){var n=t.hour,r=n===void 0?0:n,i=t.minute,o=i===void 0?0:i,s=t.second;return pf(mf(ale(e,s===void 0?0:s),o),r)}function Ale(e,t){var n=t&&Os(t)||Fa()&&Os(Fa());return yre(e,n?{locale:n}:null)}function Ile(e,t){return an(e,"ddd",t)}function Fle(e){return Mr(e)}function gE(e,t,n){var r=Os(t||Fa());return j6(e,{locale:r,weekStartsOn:n})}function Ia(e){return rne(e)}function Yu(e){return ine(e)}function $le(e){return Lw(e)}function v5(e,t){return e&&t?Wae(e,t):!e&&!t}function us(e,t){return e&&t?Vae(e,t):!e&&!t}function Lv(e,t){return e&&t?Hae(e,t):!e&&!t}function pr(e,t){return e&&t?Kte(e,t):!e&&!t}function fs(e,t){return e&&t?Z6(e,t):!e&&!t}function zm(e,t,n){var r,i=Mr(t),o=Ja(n);try{r=Dc(e,{start:i,end:o})}catch{r=!1}return r}function Fa(){return(typeof window<"u"?window:globalThis).__localeId__}function Os(e){if(typeof e=="string"){var t=typeof window<"u"?window:globalThis;return t.__localeData__?t.__localeData__[e]:null}return e}function y5(e,t){return an(Wi(hn(),e),"LLLL",t)}function _5(e,t){return an(Wi(hn(),e),"LLL",t)}function jle(e,t){return an(Wu(hn(),e),"QQQ",t)}function c_(e){var t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},n=t.minDate,r=t.maxDate,i=t.excludeDates,o=t.excludeDateIntervals,s=t.includeDates,a=t.includeDateIntervals,l=t.filterDate;return u_(e,{minDate:n,maxDate:r})||i&&i.some(function(c){return pr(e,c)})||o&&o.some(function(c){var f=c.start,h=c.end;return Dc(e,{start:f,end:h})})||s&&!s.some(function(c){return pr(e,c)})||a&&!a.some(function(c){var f=c.start,h=c.end;return Dc(e,{start:f,end:h})})||l&&!l(hn(e))||!1}function vE(e){var t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},n=t.excludeDates,r=t.excludeDateIntervals;return r&&r.length>0?r.some(function(i){var o=i.start,s=i.end;return Dc(e,{start:o,end:s})}):n&&n.some(function(i){return pr(e,i)})||!1}function Ble(e){var t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},n=t.minDate,r=t.maxDate,i=t.excludeDates,o=t.includeDates,s=t.filterDate;return u_(e,{minDate:n,maxDate:r})||i&&i.some(function(a){return us(e,a)})||o&&!o.some(function(a){return us(e,a)})
|
|||
|
* eventsource.js
|
|||
|
* Available under MIT License (MIT)
|
|||
|
* https://github.com/Yaffle/EventSource/
|
|||
|
*/(function(e,t){(function(n){var r=n.setTimeout,i=n.clearTimeout,o=n.XMLHttpRequest,s=n.XDomainRequest,a=n.ActiveXObject,l=n.EventSource,c=n.document,f=n.Promise,h=n.fetch,p=n.Response,m=n.TextDecoder,g=n.TextEncoder,_=n.AbortController;if(typeof window<"u"&&typeof c<"u"&&!("readyState"in c)&&c.body==null&&(c.readyState="loading",window.addEventListener("load",function(fe){c.readyState="complete"},!1)),o==null&&a!=null&&(o=function(){return new a("Microsoft.XMLHTTP")}),Object.create==null&&(Object.create=function(fe){function ye(){}return ye.prototype=fe,new ye}),Date.now||(Date.now=function(){return new Date().getTime()}),_==null){var x=h;h=function(fe,ye){var be=ye.signal;return x(fe,{headers:ye.headers,credentials:ye.credentials,cache:ye.cache}).then(function(Te){var De=Te.body.getReader();return be._reader=De,be._aborted&&be._reader.cancel(),{status:Te.status,statusText:Te.statusText,headers:Te.headers,body:{getReader:function(){return De}}}})},_=function(){this.signal={_reader:null,_aborted:!1},this.abort=function(){this.signal._reader!=null&&this.signal._reader.cancel(),this.signal._aborted=!0}}}function v(){this.bitsNeeded=0,this.codePoint=0}v.prototype.decode=function(fe){function ye(we,_e,Ce){if(Ce===1)return we>=128>>_e&&we<<_e<=2047;if(Ce===2)return we>=2048>>_e&&we<<_e<=55295||we>=57344>>_e&&we<<_e<=65535;if(Ce===3)return we>=65536>>_e&&we<<_e<=1114111;throw new Error}function be(we,_e){if(we===6*1)return _e>>6>15?3:_e>31?2:1;if(we===6*2)return _e>15?3:2;if(we===6*3)return 3;throw new Error}for(var Te=65533,De="",Re=this.bitsNeeded,Ne=this.codePoint,ue=0;ue<fe.length;ue+=1){var he=fe[ue];Re!==0&&(he<128||he>191||!ye(Ne<<6|he&63,Re-6,be(Re,Ne)))&&(Re=0,Ne=Te,De+=String.fromCharCode(Ne)),Re===0?(he>=0&&he<=127?(Re=0,Ne=he):he>=192&&he<=223?(Re=6*1,Ne=he&31):he>=224&&he<=239?(Re=6*2,Ne=he&15):he>=240&&he<=247?(Re=6*3,Ne=he&7):(Re=0,Ne=Te),Re!==0&&!ye(Ne,Re,be(Re,Ne))&&(Re=0,Ne=Te)):(Re-=6,Ne=Ne<<6|he&63),Re===0&&(Ne<=65535?De+=String.fromCharCode(Ne):(De+=String.fromCharCode(55296+(Ne-65535-1>>10)),De+=String.fromCharCode(56320+(Ne-65535-1&1023))))}return this.bitsNeeded=Re,this.codePoint=Ne,De};var b=function(){try{return new m().decode(new g().encode("test"),{stream:!0})==="test"}catch(fe){console.debug("TextDecoder does not support streaming option. Using polyfill instead: "+fe)}return!1};(m==null||g==null||!b())&&(m=v);var w=function(){};function E(fe){this.withCredentials=!1,this.readyState=0,this.status=0,this.statusText="",this.responseText="",this.onprogress=w,this.onload=w,this.onerror=w,this.onreadystatechange=w,this._contentType="",this._xhr=fe,this._sendTimeout=0,this._abort=w}E.prototype.open=function(fe,ye){this._abort(!0);var be=this,Te=this._xhr,De=1,Re=0;this._abort=function(Ce){be._sendTimeout!==0&&(i(be._sendTimeout),be._sendTimeout=0),(De===1||De===2||De===3)&&(De=4,Te.onload=w,Te.onerror=w,Te.onabort=w,Te.onprogress=w,Te.onreadystatechange=w,Te.abort(),Re!==0&&(i(Re),Re=0),Ce||(be.readyState=4,be.onabort(null),be.onreadystatechange())),De=0};var Ne=function(){if(De===1){var Ce=0,ke="",Ie=void 0;if("contentType"in Te)Ce=200,ke="OK",Ie=Te.contentType;else try{Ce=Te.status,ke=Te.statusText,Ie=Te.getResponseHeader("Content-Type")}catch{Ce=0,ke="",Ie=void 0}Ce!==0&&(De=2,be.readyState=2,be.status=Ce,be.statusText=ke,be._contentType=Ie,be.onreadystatechange())}},ue=function(){if(Ne(),De===2||De===3){De=3;var Ce="";try{Ce=Te.responseText}catch{}be.readyState=3,be.responseText=Ce,be.onprogress()}},he=function(Ce,ke){if((ke==null||ke.preventDefault==null)&&(ke={preventDefault:w}),ue(),De===1||De===2||De===3){if(De=4,Re!==0&&(i(Re),Re=0),be.readyState=4,Ce==="load")be.onload(ke);else if(Ce==="error")be.onerror(ke);else if(Ce==="abort")be.onabort(ke);else throw new TypeError;be.onreadystatechange()}},we=function(Ce){Te!=null&&(Te.readyState===4?(!("onload"in Te)||!("onerror"in Te)||!("onabort"in Te))&&he(Te.responseText===""?"error":"load",Ce):Te.readyState===3?"onprogress"in Te||ue():Te.readyState===2&&Ne())},_e=function(){Re=r(function(){_e()},500),Te.readyState===3&&ue()};"onload"in Te&&(Te.onloa
|
|||
|
`),Te=0;Te<be.length;Te+=1){var De=be[Te],Re=De.split(": "),Ne=Re.shift(),ue=Re.join(": ");ye[P(Ne)]=ue}this._map=ye}k.prototype.get=function(fe){return this._map[P(fe)]},o!=null&&o.HEADERS_RECEIVED==null&&(o.HEADERS_RECEIVED=2);function N(){}N.prototype.open=function(fe,ye,be,Te,De,Re,Ne){fe.open("GET",De);var ue=0;fe.onprogress=function(){var we=fe.responseText,_e=we.slice(ue);ue+=_e.length,be(_e)},fe.onerror=function(we){we.preventDefault(),Te(new Error("NetworkError"))},fe.onload=function(){Te(null)},fe.onabort=function(){Te(null)},fe.onreadystatechange=function(){if(fe.readyState===o.HEADERS_RECEIVED){var we=fe.status,_e=fe.statusText,Ce=fe.getResponseHeader("Content-Type"),ke=fe.getAllResponseHeaders();ye(we,_e,Ce,new k(ke))}},fe.withCredentials=Re;for(var he in Ne)Object.prototype.hasOwnProperty.call(Ne,he)&&fe.setRequestHeader(he,Ne[he]);return fe.send(),fe};function A(fe){this._headers=fe}A.prototype.get=function(fe){return this._headers.get(fe)};function V(){}V.prototype.open=function(fe,ye,be,Te,De,Re,Ne){var ue=null,he=new _,we=he.signal,_e=new m;return h(De,{headers:Ne,credentials:Re?"include":"same-origin",signal:we,cache:"no-store"}).then(function(Ce){return ue=Ce.body.getReader(),ye(Ce.status,Ce.statusText,Ce.headers.get("Content-Type"),new A(Ce.headers)),new f(function(ke,Ie){var nt=function(){ue.read().then(function(it){if(it.done)ke(void 0);else{var Ke=_e.decode(it.value,{stream:!0});be(Ke),nt()}}).catch(function(it){Ie(it)})};nt()})}).catch(function(Ce){if(Ce.name!=="AbortError")return Ce}).then(function(Ce){Te(Ce)}),{abort:function(){ue!=null&&ue.cancel(),he.abort()}}};function I(){this._listeners=Object.create(null)}function Y(fe){r(function(){throw fe},0)}I.prototype.dispatchEvent=function(fe){fe.target=this;var ye=this._listeners[fe.type];if(ye!=null)for(var be=ye.length,Te=0;Te<be;Te+=1){var De=ye[Te];try{typeof De.handleEvent=="function"?De.handleEvent(fe):De.call(this,fe)}catch(Re){Y(Re)}}},I.prototype.addEventListener=function(fe,ye){fe=String(fe);var be=this._listeners,Te=be[fe];Te==null&&(Te=[],be[fe]=Te);for(var De=!1,Re=0;Re<Te.length;Re+=1)Te[Re]===ye&&(De=!0);De||Te.push(ye)},I.prototype.removeEventListener=function(fe,ye){fe=String(fe);var be=this._listeners,Te=be[fe];if(Te!=null){for(var De=[],Re=0;Re<Te.length;Re+=1)Te[Re]!==ye&&De.push(Te[Re]);De.length===0?delete be[fe]:be[fe]=De}};function q(fe){this.type=fe,this.target=void 0}function X(fe,ye){q.call(this,fe),this.data=ye.data,this.lastEventId=ye.lastEventId}X.prototype=Object.create(q.prototype);function Z(fe,ye){q.call(this,fe),this.status=ye.status,this.statusText=ye.statusText,this.headers=ye.headers}Z.prototype=Object.create(q.prototype);function J(fe,ye){q.call(this,fe),this.error=ye.error}J.prototype=Object.create(q.prototype);var oe=-1,ce=0,K=1,$=2,D=-1,B=0,ne=1,W=2,G=3,re=/^text\/event\-stream(;.*)?$/i,le=1e3,me=18e6,O=function(fe,ye){var be=fe==null?ye:parseInt(fe,10);return be!==be&&(be=ye),R(be)},R=function(fe){return Math.min(Math.max(fe,le),me)},F=function(fe,ye,be){try{typeof ye=="function"&&ye.call(fe,be)}catch(Te){Y(Te)}};function ee(fe,ye){I.call(this),ye=ye||{},this.onopen=void 0,this.onmessage=void 0,this.onerror=void 0,this.url=void 0,this.readyState=void 0,this.withCredentials=void 0,this.headers=void 0,this._close=void 0,ve(this,fe,ye)}function Q(){return o!=null&&"withCredentials"in o.prototype||s==null?new o:new s}var se=h!=null&&p!=null&&"body"in p.prototype;function ve(fe,ye,be){ye=String(ye);var Te=Boolean(be.withCredentials),De=be.lastEventIdQueryParameterName||"lastEventId",Re=R(1e3),Ne=O(be.heartbeatTimeout,45e3),ue="",he=Re,we=!1,_e=0,Ce=be.headers||{},ke=be.Transport,Ie=se&&ke==null?void 0:new E(ke!=null?new ke:Q()),nt=ke!=null&&typeof ke!="string"?new ke:Ie==null?new V:new N,it=void 0,Ke=0,Gt=oe,Ut="",xn="",ir="",Ni="",Ln=B,nu=0,Li=0,fh=function(cn,en,or,Dn){if(Gt===ce)if(cn===200&&or!=null&&re.test(or)){Gt=K,we=Date.now(),he=Re,fe.readyState=K;var An=new Z("open",{status:cn,statusText:en,headers:Dn});fe.dispatchEvent(An),F(fe,fe.onopen,An)}else{var pn="";cn!==200?(en&&(en=en.replace(/\s+/g," "))
|
|||
|
`.charCodeAt(0)||Dn==="\r".charCodeAt(0))&&(en=or)}var An=(en!==-1?Ni:"")+cn.slice(0,en+1);Ni=(en===-1?Ni:"")+cn.slice(en+1),cn!==""&&(we=Date.now(),_e+=cn.length);for(var pn=0;pn<An.length;pn+=1){var Dn=An.charCodeAt(pn);if(Ln===D&&Dn===`
|
|||
|
`.charCodeAt(0))Ln=B;else if(Ln===D&&(Ln=B),Dn==="\r".charCodeAt(0)||Dn===`
|
|||
|
`.charCodeAt(0)){if(Ln!==B){Ln===ne&&(Li=pn+1);var li=An.slice(nu,Li-1),ci=An.slice(Li+(Li<pn&&An.charCodeAt(Li)===" ".charCodeAt(0)?1:0),pn);li==="data"?(Ut+=`
|
|||
|
`,Ut+=ci):li==="id"?xn=ci:li==="event"?ir=ci:li==="retry"?(Re=O(ci,Re),he=Re):li==="heartbeatTimeout"&&(Ne=O(ci,Ne),Ke!==0&&(i(Ke),Ke=r(function(){na()},Ne)))}if(Ln===B){if(Ut!==""){ue=xn,ir===""&&(ir="message");var In=new X(ir,{data:Ut.slice(1),lastEventId:xn});if(fe.dispatchEvent(In),ir==="open"?F(fe,fe.onopen,In):ir==="message"?F(fe,fe.onmessage,In):ir==="error"&&F(fe,fe.onerror,In),Gt===$)return}Ut="",ir=""}Ln=Dn==="\r".charCodeAt(0)?D:B}else Ln===B&&(nu=pn,Ln=ne),Ln===ne?Dn===":".charCodeAt(0)&&(Li=pn+1,Ln=W):Ln===W&&(Ln=G)}}},hh=function(cn){if(Gt===K||Gt===ce){Gt=oe,Ke!==0&&(i(Ke),Ke=0),Ke=r(function(){na()},he),he=R(Math.min(Re*16,he*2)),fe.readyState=ce;var en=new J("error",{error:cn});fe.dispatchEvent(en),F(fe,fe.onerror,en),cn!=null&&console.error(cn)}},ru=function(){Gt=$,it!=null&&(it.abort(),it=void 0),Ke!==0&&(i(Ke),Ke=0),fe.readyState=$},na=function(){if(Ke=0,Gt!==oe){if(!we&&it!=null)hh(new Error("No activity within "+Ne+" milliseconds. "+(Gt===ce?"No response received.":_e+" chars received.")+" Reconnecting.")),it!=null&&(it.abort(),it=void 0);else{var cn=Math.max((we||Date.now())+Ne-Date.now(),1);we=!1,Ke=r(function(){na()},cn)}return}we=!1,_e=0,Ke=r(function(){na()},Ne),Gt=ce,Ut="",ir="",xn=ue,Ni="",nu=0,Li=0,Ln=B;var en=ye;if(ye.slice(0,5)!=="data:"&&ye.slice(0,5)!=="blob:"&&ue!==""){var or=ye.indexOf("?");en=or===-1?ye:ye.slice(0,or+1)+ye.slice(or+1).replace(/(?:^|&)([^=&]*)(?:=[^&]*)?/g,function(ci,In){return In===De?"":ci}),en+=(ye.indexOf("?")===-1?"?":"&")+De+"="+encodeURIComponent(ue)}var Dn=fe.withCredentials,An={};An.Accept="text/event-stream";var pn=fe.headers;if(pn!=null)for(var li in pn)Object.prototype.hasOwnProperty.call(pn,li)&&(An[li]=pn[li]);try{it=nt.open(Ie,fh,dh,hh,en,Dn,An)}catch(ci){throw ru(),ci}};fe.url=ye,fe.readyState=ce,fe.withCredentials=Te,fe.headers=Ce,fe._close=ru,na()}ee.prototype=Object.create(I.prototype),ee.prototype.CONNECTING=ce,ee.prototype.OPEN=K,ee.prototype.CLOSED=$,ee.prototype.close=function(){this._close()},ee.CONNECTING=ce,ee.OPEN=K,ee.CLOSED=$,ee.prototype.withCredentials=void 0;var Le=l;o!=null&&(l==null||!("withCredentials"in l.prototype))&&(Le=ee),function(fe){{var ye=fe(t);ye!==void 0&&(e.exports=ye)}}(function(fe){fe.EventSourcePolyfill=ee,fe.NativeEventSource=l,fe.EventSource=Le})})(typeof globalThis>"u"?typeof window<"u"?window:typeof self<"u"?self:Il:globalThis)})(Sce,Dv);const Cce=(e,t,n,r)=>{const{mercureHubUrl:i,token:o,loading:s,error:a}=e;if(s||a||!i)return;const l=({data:h})=>n(JSON.parse(h)),c=({status:h})=>h===401&&r(),f=t.map(h=>{const p=new URL(i);p.searchParams.append("topic",h);const m=new Dv.EventSourcePolyfill(p,{headers:{Authorization:`Bearer ${o}`}});return m.onmessage=l,m.onerror=c,m});return()=>f.forEach(h=>h.close())};function Qs(e,t){const n=new Set;return r=>{const{createNewVisits:i,loadMercureInfo:o,mercureInfo:s}=r,{interval:a}=s,l=Ws();return H.useEffect(()=>{const c=m=>a?n.add(m):i([m]),f=t(r,l),h=Cce(s,f,c,o);if(!a)return h;const p=setInterval(()=>{i([...n]),n.clear()},a*1e3*60);return Ft(()=>clearInterval(p),()=>h==null?void 0:h())},[s]),C(e,{...r})}}class Jr{}Qe(Jr,"visits","https://shlink.io/new-visit"),Qe(Jr,"orphanVisits","https://shlink.io/new-orphan-visit"),Qe(Jr,"shortUrlVisits",t=>`https://shlink.io/new-visit/${t}`);function yf({currentOrder:e,field:t,className:n="ms-1"}){return!e.dir||e.field!==t?null:C($e,{icon:e.dir==="ASC"?DY:YY,className:n})}const yE={field:"dateCreated",dir:"DESC"},Ece={realTimeUpdates:{enabled:!0},shortUrlCreation:{validateUrls:!1},ui:{theme:"light"},visits:{defaultInterval:"last30Days"},shortUrlsList:{defaultOrdering:yE}},Tce=(e,{payload:t})=>dA(e,t),da=e=>({reducer:Tce,prepare:e}),ha=e=>({payload:e}),{reducer:Oce,actions:Pce}=Yn({name:"shlink/settings",initialState:Ece,reducers:{toggleRealTimeUpdates:da(e=>ha({realTimeUpdates:{enabled:e}})),setRealTimeUpdatesInterval:da(e=>ha({realTimeUpdates:{interval:e}})),setShortUrlCreationSettings:da(e=>ha({shortUrlCreation:e})),setShortUrlsListSettings:da(e=>ha({shortUrlsList:e})),setUiSettings:da(e=>ha({ui:e})),setVisitsSettings:da(e=>ha({visits:e}
|
|||
|
* Leaflet 1.9.2, a JS library for interactive maps. https://leafletjs.com
|
|||
|
* (c) 2010-2022 Vladimir Agafonkin, (c) 2010-2011 CloudMade
|
|||
|
*/(function(e,t){(function(n,r){r(t)})(Il,function(n){var r="1.9.2";function i(u){var d,y,T,M;for(y=1,T=arguments.length;y<T;y++){M=arguments[y];for(d in M)u[d]=M[d]}return u}var o=Object.create||function(){function u(){}return function(d){return u.prototype=d,new u}}();function s(u,d){var y=Array.prototype.slice;if(u.bind)return u.bind.apply(u,y.call(arguments,1));var T=y.call(arguments,2);return function(){return u.apply(d,T.length?T.concat(y.call(arguments)):arguments)}}var a=0;function l(u){return"_leaflet_id"in u||(u._leaflet_id=++a),u._leaflet_id}function c(u,d,y){var T,M,j,te;return te=function(){T=!1,M&&(j.apply(y,M),M=!1)},j=function(){T?M=arguments:(u.apply(y,arguments),setTimeout(te,d),T=!0)},j}function f(u,d,y){var T=d[1],M=d[0],j=T-M;return u===T&&y?u:((u-M)%j+j)%j+M}function h(){return!1}function p(u,d){if(d===!1)return u;var y=Math.pow(10,d===void 0?6:d);return Math.round(u*y)/y}function m(u){return u.trim?u.trim():u.replace(/^\s+|\s+$/g,"")}function g(u){return m(u).split(/\s+/)}function _(u,d){Object.prototype.hasOwnProperty.call(u,"options")||(u.options=u.options?o(u.options):{});for(var y in d)u.options[y]=d[y];return u.options}function x(u,d,y){var T=[];for(var M in u)T.push(encodeURIComponent(y?M.toUpperCase():M)+"="+encodeURIComponent(u[M]));return(!d||d.indexOf("?")===-1?"?":"&")+T.join("&")}var v=/\{ *([\w_ -]+) *\}/g;function b(u,d){return u.replace(v,function(y,T){var M=d[T];if(M===void 0)throw new Error("No value provided for variable "+y);return typeof M=="function"&&(M=M(d)),M})}var w=Array.isArray||function(u){return Object.prototype.toString.call(u)==="[object Array]"};function E(u,d){for(var y=0;y<u.length;y++)if(u[y]===d)return y;return-1}var P="data:image/gif;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs=";function k(u){return window["webkit"+u]||window["moz"+u]||window["ms"+u]}var N=0;function A(u){var d=+new Date,y=Math.max(0,16-(d-N));return N=d+y,window.setTimeout(u,y)}var V=window.requestAnimationFrame||k("RequestAnimationFrame")||A,I=window.cancelAnimationFrame||k("CancelAnimationFrame")||k("CancelRequestAnimationFrame")||function(u){window.clearTimeout(u)};function Y(u,d,y){if(y&&V===A)u.call(d);else return V.call(window,s(u,d))}function q(u){u&&I.call(window,u)}var X={__proto__:null,extend:i,create:o,bind:s,get lastId(){return a},stamp:l,throttle:c,wrapNum:f,falseFn:h,formatNum:p,trim:m,splitWords:g,setOptions:_,getParamString:x,template:b,isArray:w,indexOf:E,emptyImageUrl:P,requestFn:V,cancelFn:I,requestAnimFrame:Y,cancelAnimFrame:q};function Z(){}Z.extend=function(u){var d=function(){_(this),this.initialize&&this.initialize.apply(this,arguments),this.callInitHooks()},y=d.__super__=this.prototype,T=o(y);T.constructor=d,d.prototype=T;for(var M in this)Object.prototype.hasOwnProperty.call(this,M)&&M!=="prototype"&&M!=="__super__"&&(d[M]=this[M]);return u.statics&&i(d,u.statics),u.includes&&(J(u.includes),i.apply(null,[T].concat(u.includes))),i(T,u),delete T.statics,delete T.includes,T.options&&(T.options=y.options?o(y.options):{},i(T.options,u.options)),T._initHooks=[],T.callInitHooks=function(){if(!this._initHooksCalled){y.callInitHooks&&y.callInitHooks.call(this),this._initHooksCalled=!0;for(var j=0,te=T._initHooks.length;j<te;j++)T._initHooks[j].call(this)}},d},Z.include=function(u){var d=this.prototype.options;return i(this.prototype,u),u.options&&(this.prototype.options=d,this.mergeOptions(u.options)),this},Z.mergeOptions=function(u){return i(this.prototype.options,u),this},Z.addInitHook=function(u){var d=Array.prototype.slice.call(arguments,1),y=typeof u=="function"?u:function(){this[u].apply(this,d)};return this.prototype._initHooks=this.prototype._initHooks||[],this.prototype._initHooks.push(y),this};function J(u){if(!(typeof L>"u"||!L||!L.Mixin)){u=w(u)?u:[u];for(var d=0;d<u.length;d++)u[d]===L.Mixin.Events&&console.warn("Deprecated include of L.Mixin.Events: this property will be removed in future releases, please inherit from L.Evented instead.",new Error().stack)}}var oe={on:function(u,d,y){if(typeof u=="object")for(var T in u)this._on(T,u[T],d);else{u=g(u);for(var M=0,
|
|||
|
* Chart.js v3.9.1
|
|||
|
* https://www.chartjs.org
|
|||
|
* (c) 2022 Chart.js Contributors
|
|||
|
* Released under the MIT License
|
|||
|
*/function lo(){}const Qfe=function(){let e=0;return function(){return e++}}();function ht(e){return e===null||typeof e>"u"}function Mt(e){if(Array.isArray&&Array.isArray(e))return!0;const t=Object.prototype.toString.call(e);return t.slice(0,7)==="[object"&&t.slice(-6)==="Array]"}function st(e){return e!==null&&Object.prototype.toString.call(e)==="[object Object]"}const ln=e=>(typeof e=="number"||e instanceof Number)&&isFinite(+e);function Vr(e,t){return ln(e)?e:t}function Je(e,t){return typeof e>"u"?t:e}const Jfe=(e,t)=>typeof e=="string"&&e.endsWith("%")?parseFloat(e)/100:e/t,o8=(e,t)=>typeof e=="string"&&e.endsWith("%")?parseFloat(e)/100*t:+e;function Pt(e,t,n){if(e&&typeof e.call=="function")return e.apply(n,t)}function bt(e,t,n,r){let i,o,s;if(Mt(e))if(o=e.length,r)for(i=o-1;i>=0;i--)t.call(n,e[i],i);else for(i=0;i<o;i++)t.call(n,e[i],i);else if(st(e))for(s=Object.keys(e),o=s.length,i=0;i<o;i++)t.call(n,e[s[i]],s[i])}function Fv(e,t){let n,r,i,o;if(!e||!t||e.length!==t.length)return!1;for(n=0,r=e.length;n<r;++n)if(i=e[n],o=t[n],i.datasetIndex!==o.datasetIndex||i.index!==o.index)return!1;return!0}function $v(e){if(Mt(e))return e.map($v);if(st(e)){const t=Object.create(null),n=Object.keys(e),r=n.length;let i=0;for(;i<r;++i)t[n[i]]=$v(e[n[i]]);return t}return e}function s8(e){return["__proto__","prototype","constructor"].indexOf(e)===-1}function ede(e,t,n,r){if(!s8(e))return;const i=t[e],o=n[e];st(i)&&st(o)?pd(i,o,r):t[e]=$v(o)}function pd(e,t,n){const r=Mt(t)?t:[t],i=r.length;if(!st(e))return e;n=n||{};const o=n.merger||ede;for(let s=0;s<i;++s){if(t=r[s],!st(t))continue;const a=Object.keys(t);for(let l=0,c=a.length;l<c;++l)o(a[l],e,t,n)}return e}function wf(e,t){return pd(e,t,{merger:tde})}function tde(e,t,n){if(!s8(e))return;const r=t[e],i=n[e];st(r)&&st(i)?wf(r,i):Object.prototype.hasOwnProperty.call(t,e)||(t[e]=$v(i))}const SR={"":e=>e,x:e=>e.x,y:e=>e.y};function Bs(e,t){return(SR[t]||(SR[t]=nde(t)))(e)}function nde(e){const t=rde(e);return n=>{for(const r of t){if(r==="")break;n=n&&n[r]}return n}}function rde(e){const t=e.split("."),n=[];let r="";for(const i of t)r+=i,r.endsWith("\\")?r=r.slice(0,-1)+".":(n.push(r),r="");return n}function OE(e){return e.charAt(0).toUpperCase()+e.slice(1)}const ii=e=>typeof e<"u",zs=e=>typeof e=="function",CR=(e,t)=>{if(e.size!==t.size)return!1;for(const n of e)if(!t.has(n))return!1;return!0};function ide(e){return e.type==="mouseup"||e.type==="click"||e.type==="contextmenu"}const zt=Math.PI,Et=2*zt,ode=Et+zt,jv=Number.POSITIVE_INFINITY,sde=zt/180,Qt=zt/2,Ru=zt/4,ER=zt*2/3,qr=Math.log10,Qi=Math.sign;function TR(e){const t=Math.round(e);e=xf(e,t,e/1e3)?t:e;const n=Math.pow(10,Math.floor(qr(e))),r=e/n;return(r<=1?1:r<=2?2:r<=5?5:10)*n}function ade(e){const t=[],n=Math.sqrt(e);let r;for(r=1;r<n;r++)e%r===0&&(t.push(r),t.push(e/r));return n===(n|0)&&t.push(n),t.sort((i,o)=>i-o).pop(),t}function Ac(e){return!isNaN(parseFloat(e))&&isFinite(e)}function xf(e,t,n){return Math.abs(e-t)<n}function lde(e,t){const n=Math.round(e);return n-t<=e&&n+t>=e}function a8(e,t,n){let r,i,o;for(r=0,i=e.length;r<i;r++)o=e[r][n],isNaN(o)||(t.min=Math.min(t.min,o),t.max=Math.max(t.max,o))}function wi(e){return e*(zt/180)}function PE(e){return e*(180/zt)}function OR(e){if(!ln(e))return;let t=1,n=0;for(;Math.round(e*t)/t!==e;)t*=10,n++;return n}function l8(e,t){const n=t.x-e.x,r=t.y-e.y,i=Math.sqrt(n*n+r*r);let o=Math.atan2(r,n);return o<-.5*zt&&(o+=Et),{angle:o,distance:i}}function tx(e,t){return Math.sqrt(Math.pow(t.x-e.x,2)+Math.pow(t.y-e.y,2))}function cde(e,t){return(e-t+ode)%Et-zt}function Tr(e){return(e%Et+Et)%Et}function md(e,t,n,r){const i=Tr(e),o=Tr(t),s=Tr(n),a=Tr(o-i),l=Tr(s-i),c=Tr(i-o),f=Tr(i-s);return i===o||i===s||r&&o===s||a>l&&c<f}function Tn(e,t,n){return Math.max(t,Math.min(n,e))}function ude(e){return Tn(e,-32768,32767)}function bo(e,t,n,r=1e-6){return e>=Math.min(t,n)-r&&e<=Math.max(t,n)+r}function kE(e,t,n){n=n||(s=>e[s]<t);let r=e.length-1,i=0,o;for(;r-i>1;)o=i+r>>1,n(o)?i=o:r=o;return{lo:i,hi:r}}const wo=(e,t,n,r)=>kE(e,n,r?i=>e[i][t]<=n:i=>e[i][t]<n),fde=(e,t,n)=>kE(e,n,r=>e[r][t]>=
|
|||
|
* @kurkle/color v0.2.1
|
|||
|
* https://github.com/kurkle/color#readme
|
|||
|
* (c) 2022 Jukka Kurkela
|
|||
|
* Released under the MIT License
|
|||
|
*/function th(e){return e+.5|0}const ds=(e,t,n)=>Math.max(Math.min(e,n),t);function qu(e){return ds(th(e*2.55),0,255)}function Ps(e){return ds(th(e*255),0,255)}function mo(e){return ds(th(e/2.55)/100,0,1)}function RR(e){return ds(th(e*100),0,100)}const Ur={0:0,1:1,2:2,3:3,4:4,5:5,6:6,7:7,8:8,9:9,A:10,B:11,C:12,D:13,E:14,F:15,a:10,b:11,c:12,d:13,e:14,f:15},nx=[..."0123456789ABCDEF"],gde=e=>nx[e&15],vde=e=>nx[(e&240)>>4]+nx[e&15],vp=e=>(e&240)>>4===(e&15),yde=e=>vp(e.r)&&vp(e.g)&&vp(e.b)&&vp(e.a);function _de(e){var t=e.length,n;return e[0]==="#"&&(t===4||t===5?n={r:255&Ur[e[1]]*17,g:255&Ur[e[2]]*17,b:255&Ur[e[3]]*17,a:t===5?Ur[e[4]]*17:255}:(t===7||t===9)&&(n={r:Ur[e[1]]<<4|Ur[e[2]],g:Ur[e[3]]<<4|Ur[e[4]],b:Ur[e[5]]<<4|Ur[e[6]],a:t===9?Ur[e[7]]<<4|Ur[e[8]]:255})),n}const bde=(e,t)=>e<255?t(e):"";function wde(e){var t=yde(e)?gde:vde;return e?"#"+t(e.r)+t(e.g)+t(e.b)+bde(e.a,t):void 0}const xde=/^(hsla?|hwb|hsv)\(\s*([-+.e\d]+)(?:deg)?[\s,]+([-+.e\d]+)%[\s,]+([-+.e\d]+)%(?:[\s,]+([-+.e\d]+)(%)?)?\s*\)$/;function m8(e,t,n){const r=t*Math.min(n,1-n),i=(o,s=(o+e/30)%12)=>n-r*Math.max(Math.min(s-3,9-s,1),-1);return[i(0),i(8),i(4)]}function Sde(e,t,n){const r=(i,o=(i+e/60)%6)=>n-n*t*Math.max(Math.min(o,4-o,1),0);return[r(5),r(3),r(1)]}function Cde(e,t,n){const r=m8(e,1,.5);let i;for(t+n>1&&(i=1/(t+n),t*=i,n*=i),i=0;i<3;i++)r[i]*=1-t-n,r[i]+=t;return r}function Ede(e,t,n,r,i){return e===i?(t-n)/r+(t<n?6:0):t===i?(n-e)/r+2:(e-t)/r+4}function RE(e){const n=e.r/255,r=e.g/255,i=e.b/255,o=Math.max(n,r,i),s=Math.min(n,r,i),a=(o+s)/2;let l,c,f;return o!==s&&(f=o-s,c=a>.5?f/(2-o-s):f/(o+s),l=Ede(n,r,i,f,o),l=l*60+.5),[l|0,c||0,a]}function NE(e,t,n,r){return(Array.isArray(t)?e(t[0],t[1],t[2]):e(t,n,r)).map(Ps)}function LE(e,t,n){return NE(m8,e,t,n)}function Tde(e,t,n){return NE(Cde,e,t,n)}function Ode(e,t,n){return NE(Sde,e,t,n)}function g8(e){return(e%360+360)%360}function Pde(e){const t=xde.exec(e);let n=255,r;if(!t)return;t[5]!==r&&(n=t[6]?qu(+t[5]):Ps(+t[5]));const i=g8(+t[2]),o=+t[3]/100,s=+t[4]/100;return t[1]==="hwb"?r=Tde(i,o,s):t[1]==="hsv"?r=Ode(i,o,s):r=LE(i,o,s),{r:r[0],g:r[1],b:r[2],a:n}}function kde(e,t){var n=RE(e);n[0]=g8(n[0]+t),n=LE(n),e.r=n[0],e.g=n[1],e.b=n[2]}function Mde(e){if(!e)return;const t=RE(e),n=t[0],r=RR(t[1]),i=RR(t[2]);return e.a<255?`hsla(${n}, ${r}%, ${i}%, ${mo(e.a)})`:`hsl(${n}, ${r}%, ${i}%)`}const NR={x:"dark",Z:"light",Y:"re",X:"blu",W:"gr",V:"medium",U:"slate",A:"ee",T:"ol",S:"or",B:"ra",C:"lateg",D:"ights",R:"in",Q:"turquois",E:"hi",P:"ro",O:"al",N:"le",M:"de",L:"yello",F:"en",K:"ch",G:"arks",H:"ea",I:"ightg",J:"wh"},LR={OiceXe:"f0f8ff",antiquewEte:"faebd7",aqua:"ffff",aquamarRe:"7fffd4",azuY:"f0ffff",beige:"f5f5dc",bisque:"ffe4c4",black:"0",blanKedOmond:"ffebcd",Xe:"ff",XeviTet:"8a2be2",bPwn:"a52a2a",burlywood:"deb887",caMtXe:"5f9ea0",KartYuse:"7fff00",KocTate:"d2691e",cSO:"ff7f50",cSnflowerXe:"6495ed",cSnsilk:"fff8dc",crimson:"dc143c",cyan:"ffff",xXe:"8b",xcyan:"8b8b",xgTMnPd:"b8860b",xWay:"a9a9a9",xgYF:"6400",xgYy:"a9a9a9",xkhaki:"bdb76b",xmagFta:"8b008b",xTivegYF:"556b2f",xSange:"ff8c00",xScEd:"9932cc",xYd:"8b0000",xsOmon:"e9967a",xsHgYF:"8fbc8f",xUXe:"483d8b",xUWay:"2f4f4f",xUgYy:"2f4f4f",xQe:"ced1",xviTet:"9400d3",dAppRk:"ff1493",dApskyXe:"bfff",dimWay:"696969",dimgYy:"696969",dodgerXe:"1e90ff",fiYbrick:"b22222",flSOwEte:"fffaf0",foYstWAn:"228b22",fuKsia:"ff00ff",gaRsbSo:"dcdcdc",ghostwEte:"f8f8ff",gTd:"ffd700",gTMnPd:"daa520",Way:"808080",gYF:"8000",gYFLw:"adff2f",gYy:"808080",honeyMw:"f0fff0",hotpRk:"ff69b4",RdianYd:"cd5c5c",Rdigo:"4b0082",ivSy:"fffff0",khaki:"f0e68c",lavFMr:"e6e6fa",lavFMrXsh:"fff0f5",lawngYF:"7cfc00",NmoncEffon:"fffacd",ZXe:"add8e6",ZcSO:"f08080",Zcyan:"e0ffff",ZgTMnPdLw:"fafad2",ZWay:"d3d3d3",ZgYF:"90ee90",ZgYy:"d3d3d3",ZpRk:"ffb6c1",ZsOmon:"ffa07a",ZsHgYF:"20b2aa",ZskyXe:"87cefa",ZUWay:"778899",ZUgYy:"778899",ZstAlXe:"b0c4de",ZLw:"ffffe0",lime:"ff00",limegYF:"32cd32",lRF:"faf0e6",magFta:"ff00ff",maPon:"800000",VaquamarRe:"66cdaa",VXe:"cd",VScEd:"ba55d3",VpurpN:"9370db",VsHgYF:"3cb371",VUXe:"7b68ee",VsprRggYF:"fa9a",VQe:"48d1cc",VviTetYd:"c71585",midnightXe:"191970",mR
|
|||
|
* Chart.js v3.9.1
|
|||
|
* https://www.chartjs.org
|
|||
|
* (c) 2022 Chart.js Contributors
|
|||
|
* Released under the MIT License
|
|||
|
*/class Mhe{constructor(){this._request=null,this._charts=new Map,this._running=!1,this._lastDate=void 0}_notify(t,n,r,i){const o=n.listeners[i],s=n.duration;o.forEach(a=>a({chart:t,initial:n.initial,numSteps:s,currentStep:Math.min(r-n.start,s)}))}_refresh(){this._request||(this._running=!0,this._request=f8.call(window,()=>{this._update(),this._request=null,this._running&&this._refresh()}))}_update(t=Date.now()){let n=0;this._charts.forEach((r,i)=>{if(!r.running||!r.items.length)return;const o=r.items;let s=o.length-1,a=!1,l;for(;s>=0;--s)l=o[s],l._active?(l._total>r.duration&&(r.duration=l._total),l.tick(t),a=!0):(o[s]=o[o.length-1],o.pop());a&&(i.draw(),this._notify(i,r,t,"progress")),o.length||(r.running=!1,this._notify(i,r,t,"complete"),r.initial=!1),n+=o.length}),this._lastDate=t,n===0&&(this._running=!1)}_getAnims(t){const n=this._charts;let r=n.get(t);return r||(r={running:!1,initial:!0,items:[],listeners:{complete:[],progress:[]}},n.set(t,r)),r}listen(t,n,r){this._getAnims(t).listeners[n].push(r)}add(t,n){!n||!n.length||this._getAnims(t).items.push(...n)}has(t){return this._getAnims(t).items.length>0}start(t){const n=this._charts.get(t);n&&(n.running=!0,n.start=Date.now(),n.duration=n.items.reduce((r,i)=>Math.max(r,i._duration),0),this._refresh())}running(t){if(!this._running)return!1;const n=this._charts.get(t);return!(!n||!n.running||!n.items.length)}stop(t){const n=this._charts.get(t);if(!n||!n.items.length)return;const r=n.items;let i=r.length-1;for(;i>=0;--i)r[i].cancel();n.items=[],this._notify(t,n,Date.now(),"complete")}remove(t){return this._charts.delete(t)}}var co=new Mhe;const WR="transparent",Rhe={boolean(e,t,n){return n>.5?t:e},color(e,t,n){const r=AR(e||WR),i=r.valid&&AR(t||WR);return i&&i.valid?i.mix(r,n).hexString():t},number(e,t,n){return e+(t-e)*n}};class Nhe{constructor(t,n,r,i){const o=n[r];i=Gu([t.to,i,o,t.from]);const s=Gu([t.from,o,i]);this._active=!0,this._fn=t.fn||Rhe[t.type||typeof s],this._easing=Sf[t.easing]||Sf.linear,this._start=Math.floor(Date.now()+(t.delay||0)),this._duration=this._total=Math.floor(t.duration),this._loop=!!t.loop,this._target=n,this._prop=r,this._from=s,this._to=i,this._promises=void 0}active(){return this._active}update(t,n,r){if(this._active){this._notify(!1);const i=this._target[this._prop],o=r-this._start,s=this._duration-o;this._start=r,this._duration=Math.floor(Math.max(s,t.duration)),this._total+=o,this._loop=!!t.loop,this._to=Gu([t.to,n,i,t.from]),this._from=Gu([t.from,i,n])}}cancel(){this._active&&(this.tick(Date.now()),this._active=!1,this._notify(!1))}tick(t){const n=t-this._start,r=this._duration,i=this._prop,o=this._from,s=this._loop,a=this._to;let l;if(this._active=o!==a&&(s||n<r),!this._active){this._target[i]=a,this._notify(!0);return}if(n<0){this._target[i]=o;return}l=n/r%2,l=s&&l>1?2-l:l,l=this._easing(Math.min(1,Math.max(0,l))),this._target[i]=this._fn(o,a,l)}wait(){const t=this._promises||(this._promises=[]);return new Promise((n,r)=>{t.push({res:n,rej:r})})}_notify(t){const n=t?"res":"rej",r=this._promises||[];for(let i=0;i<r.length;i++)r[i][n]()}}const Lhe=["x","y","borderWidth","radius","tension"],Dhe=["color","borderColor","backgroundColor"];lt.set("animation",{delay:void 0,duration:1e3,easing:"easeOutQuart",fn:void 0,from:void 0,loop:void 0,to:void 0,type:void 0});const Ahe=Object.keys(lt.animation);lt.describe("animation",{_fallback:!1,_indexable:!1,_scriptable:e=>e!=="onProgress"&&e!=="onComplete"&&e!=="fn"});lt.set("animations",{colors:{type:"color",properties:Dhe},numbers:{type:"number",properties:Lhe}});lt.describe("animations",{_fallback:"animation"});lt.set("transitions",{active:{animation:{duration:400}},resize:{animation:{duration:0}},show:{animations:{colors:{from:"transparent"},visible:{type:"boolean",duration:0}}},hide:{animations:{colors:{to:"transparent"},visible:{type:"boolean",easing:"linear",fn:e=>e|0}}}});class D8{constructor(t,n){this._chart=t,this._properties=new Map,this.configure(n)}configure(t){if(!st(t))return;const n=this._properties;Object.getOwnPropertyNames(t).forEach(r=>{const i=t[r];if(!st(i))return;const o=
|
|||
|
`)>-1?e.split(`
|
|||
|
`):e}function uge(e,t){const{element:n,datasetIndex:r,index:i}=t,o=e.getDatasetMeta(r).controller,{label:s,value:a}=o.getLabelAndValue(i);return{chart:e,label:s,parsed:o.getParsed(i),raw:e.data.datasets[r].data[i],formattedValue:a,dataset:o.getDataset(),dataIndex:i,datasetIndex:r,element:n}}function EN(e,t){const n=e.chart.ctx,{body:r,footer:i,title:o}=e,{boxWidth:s,boxHeight:a}=t,l=_n(t.bodyFont),c=_n(t.titleFont),f=_n(t.footerFont),h=o.length,p=i.length,m=r.length,g=rr(t.padding);let _=g.height,x=0,v=r.reduce((E,P)=>E+P.before.length+P.lines.length+P.after.length,0);if(v+=e.beforeBody.length+e.afterBody.length,h&&(_+=h*c.lineHeight+(h-1)*t.titleSpacing+t.titleMarginBottom),v){const E=t.displayColors?Math.max(a,l.lineHeight):l.lineHeight;_+=m*E+(v-m)*l.lineHeight+(v-1)*t.bodySpacing}p&&(_+=t.footerMarginTop+p*f.lineHeight+(p-1)*t.footerSpacing);let b=0;const w=function(E){x=Math.max(x,n.measureText(E).width+b)};return n.save(),n.font=c.string,bt(e.title,w),n.font=l.string,bt(e.beforeBody.concat(e.afterBody),w),b=t.displayColors?s+2+t.boxPadding:0,bt(r,E=>{bt(E.before,w),bt(E.lines,w),bt(E.after,w)}),b=0,n.font=f.string,bt(e.footer,w),n.restore(),x+=g.width,{width:x,height:_}}function fge(e,t){const{y:n,height:r}=t;return n<r/2?"top":n>e.height-r/2?"bottom":"center"}function dge(e,t,n,r){const{x:i,width:o}=r,s=n.caretSize+n.caretPadding;if(e==="left"&&i+o+s>t.width||e==="right"&&i-o-s<0)return!0}function hge(e,t,n,r){const{x:i,width:o}=n,{width:s,chartArea:{left:a,right:l}}=e;let c="center";return r==="center"?c=i<=(a+l)/2?"left":"right":i<=o/2?c="left":i>=s-o/2&&(c="right"),dge(c,e,t,n)&&(c="center"),c}function TN(e,t,n){const r=n.yAlign||t.yAlign||fge(e,n);return{xAlign:n.xAlign||t.xAlign||hge(e,t,n,r),yAlign:r}}function pge(e,t){let{x:n,width:r}=e;return t==="right"?n-=r:t==="center"&&(n-=r/2),n}function mge(e,t,n){let{y:r,height:i}=e;return t==="top"?r+=n:t==="bottom"?r-=i+n:r-=i/2,r}function ON(e,t,n,r){const{caretSize:i,caretPadding:o,cornerRadius:s}=e,{xAlign:a,yAlign:l}=n,c=i+o,{topLeft:f,topRight:h,bottomLeft:p,bottomRight:m}=$a(s);let g=pge(t,a);const _=mge(t,l,c);return l==="center"?a==="left"?g+=c:a==="right"&&(g-=c):a==="left"?g-=Math.max(f,p)+i:a==="right"&&(g+=Math.max(h,m)+i),{x:Tn(g,0,r.width-t.width),y:Tn(_,0,r.height-t.height)}}function Tp(e,t,n){const r=rr(n.padding);return t==="center"?e.x+e.width/2:t==="right"?e.x+e.width-r.right:e.x+r.left}function PN(e){return ji([],uo(e))}function gge(e,t,n){return Js(e,{tooltip:t,tooltipItems:n,type:"tooltip"})}function kN(e,t){const n=t&&t.dataset&&t.dataset.tooltip&&t.dataset.tooltip.callbacks;return n?e.override(n):e}class fx extends Ri{constructor(t){super(),this.opacity=0,this._active=[],this._eventPosition=void 0,this._size=void 0,this._cachedAnimations=void 0,this._tooltipItems=[],this.$animations=void 0,this.$context=void 0,this.chart=t.chart||t._chart,this._chart=this.chart,this.options=t.options,this.dataPoints=void 0,this.title=void 0,this.beforeBody=void 0,this.body=void 0,this.afterBody=void 0,this.footer=void 0,this.xAlign=void 0,this.yAlign=void 0,this.x=void 0,this.y=void 0,this.height=void 0,this.width=void 0,this.caretX=void 0,this.caretY=void 0,this.labelColors=void 0,this.labelPointStyles=void 0,this.labelTextColors=void 0}initialize(t){this.options=t,this._cachedAnimations=void 0,this.$context=void 0}_resolveAnimations(){const t=this._cachedAnimations;if(t)return t;const n=this.chart,r=this.options.setContext(this.getContext()),i=r.enabled&&n.options.animation&&r.animations,o=new D8(this.chart,i);return i._cacheable&&(this._cachedAnimations=Object.freeze(o)),o}getContext(){return this.$context||(this.$context=gge(this.chart.getContext(),this,this._tooltipItems))}getTitle(t,n){const{callbacks:r}=n,i=r.beforeTitle.apply(this,[t]),o=r.title.apply(this,[t]),s=r.afterTitle.apply(this,[t]);let a=[];return a=ji(a,uo(i)),a=ji(a,uo(o)),a=ji(a,uo(s)),a}getBeforeBody(t,n){return PN(n.callbacks.beforeBody.apply(this,[t]))}getBody(t,n){const{callbacks:r}=n,i=[];return bt(t,o=>{const s={before:[],lines:[],after:[]},a=kN(r,o);ji(s.before,uo(a.beforeLabel.
|
|||
|
* Bowser - a browser detector
|
|||
|
* https://github.com/lancedikson/bowser
|
|||
|
* MIT License | (c) Dustin Diaz 2012-2015
|
|||
|
* MIT License | (c) Denis Demchenko 2015-2019
|
|||
|
*/class Qge{static getParser(t,n=!1){if(typeof t!="string")throw new Error("UserAgent should be a string");return new $N(t,n)}static parse(t){return new $N(t).getResult()}static get BROWSER_MAP(){return sF}static get ENGINE_MAP(){return Ko}static get OS_MAP(){return sr}static get PLATFORMS_MAP(){return nn}}const Pp="Others",Jge=["Android Browser","Chrome","Chromium","Firefox","Internet Explorer","Microsoft Edge","Opera","Safari","Samsung Internet for Android","Vivaldi","WeChat"],eve=e=>{if(!vi(e))return{browser:Pp,os:Pp};const{browser:{name:t},os:{name:n}}=Qge.parse(e);return{os:n??Pp,browser:t&&Jge.includes(t)?t:Pp}},tve=e=>{var t;return vi(e)?((t=e.split("/")[e.includes("://")?2:0])==null?void 0:t.split(":")[0])??"":"Direct"},YE=(e,t)=>Object.values({...mA(t,t.map(()=>0)),...e}),$c=e=>C(W5,{type:"switch",...e}),aF=({native:e},[t])=>{if(!(e!=null&&e.target))return;const n=e.target;n.style.cursor=t?"pointer":"default"},lF=({dataset:e,raw:t})=>`${e.label}: ${yn(`${t}`)}`,nve=({label:e,raw:t})=>`${e}: ${yn(`${t}`)}`;const jN={monthly:"Month",weekly:"Week",daily:"Day",hourly:"Hour"},rve={hourly:e=>({hours:e}),daily:e=>({days:e}),weekly:e=>({weeks:e}),monthly:e=>({months:e})},ive={hourly:Qte,daily:rE,weekly:nne,monthly:Gg},qE={hourly:e=>vo(e,"yyyy-MM-dd HH:00"),daily:e=>vo(e,gf),weekly(e){const t=vo(ld(e),gf),n=vo(sne(e),gf);return`${t} - ${n}`},monthly:e=>vo(e,"yyyy-MM")},ove=e=>{const t=new Date,n=Lo(e);return $y([[()=>rE(t,n)<=2,M0("hourly")],[()=>Gg(t,n)<=1,M0("daily")],[()=>Gg(t,n)<=6,M0("weekly")]])()??"monthly"},BN=(e,t)=>uA(n=>qE[e](Lo(n.date)),t),sve=(e,t)=>t.reduce((n,r)=>{const i=qE[e](Lo(r.date));return n[i]=n[i]??[],n[i].push(r),n},{}),ave=(e,t)=>{const n=ive[e],r=qE[e],i=Lo(t[0].date),o=Lo(t[t.length-1].date),s=n(i,o),a=rve[e];return[r(o),...UC(s,l=>r(zte(o,a(l))))]},lve=(e,t,n,r)=>{if(r)return[Object.keys(t),Object.values(t)];const i=ave(n,e);return[i,YE(t,i)]},zN=(e,t,n)=>({label:t,data:e,fill:!1,tension:.2,borderColor:n,backgroundColor:n});let Lb=null;const cve=(e,t,[n],r)=>{if(!r||!n)return;const{index:i}=n;Lb===e[i]?(r([]),Lb=null):(r(e[i]&&t[e[i]]?t[e[i]]:[]),Lb=e[i]??null)},uve=({title:e,visits:t,highlightedVisits:n,highlightedLabel:r="Selected",setSelectedVisits:i})=>{const[o,s]=H.useState(t.length>0?ove(t[t.length-1].date):"monthly"),[a,l]=Bt(!0),c=H.useRef(null),f=H.useRef(null),h=H.useMemo(()=>sve(o,t),[o,t]),p=H.useMemo(()=>BN(o,W1(t)),[o,t]),[m,g]=H.useMemo(()=>lve(t,p,o,a),[t,o,a]),_=H.useMemo(()=>YE(BN(o,W1(n)),m),[n,o,m]),x=()=>{const E=zN(g,"Visits",zC);if(n.length===0)return[E];const P=zN(_,r,a6);return[E,P]},v=()=>({labels:m,datasets:x()}),b={maintainAspectRatio:!1,plugins:{legend:{display:!1},tooltip:{intersect:!1,axis:"x",callbacks:{label:lF}}},scales:{y:{beginAtZero:!0,ticks:{precision:0,callback:yn}},x:{title:{display:!0,text:jN[o]}}},onHover:aF},w=E=>C(Hge,{ref:E,data:v(),options:b,onClick:P=>cve(m,h,oF(E.current,P),i)});return U(xr,{children:[U(Xa,{role:"heading",children:[e,C("div",{className:"float-end",children:U(jd,{children:[C(Xc,{caret:!0,color:"link",className:"btn-sm p-0",children:"Group by"}),C(al,{end:!0,children:Object.entries(jN).map(([E,P])=>C(Ve,{active:o===E,onClick:()=>s(E),children:P},E))})]})}),C("div",{className:"float-end me-2",children:C($c,{checked:a,onChange:l,children:C("small",{children:"Skip dates with no visits"})})})]}),U(Ka,{className:"line-chart-card__body",children:[n.length>0&&w(c),n.length===0&&w(f)]})]})};const GE=({pagesCount:e,currentPage:t,setCurrentPage:n,centered:r=!0})=>{if(e<2)return null;const i=o=>()=>!hd(o)&&n(o);return U(r_,{listClassName:ge("flex-wrap mb-0 simple-paginator",{"justify-content-center":r}),children:[C(Cs,{disabled:t<=1,children:C(Es,{previous:!0,tag:"span",onClick:i(t-1)})}),P5(t,e).map((o,s)=>C(Cs,{disabled:hd(o),active:t===o,children:C(Es,{role:"link",tag:"span",onClick:i(o),children:k5(o)})},M5(o,s))),C(Cs,{disabled:t>=e,children:C(Es,{next:!0,tag:"span",onClick:i(t+1)})})]})};const Ku=20,fve=({browser:e,os:t,referer:n,country:r,city:i,...o},s)=>`${e} ${t} ${n} ${r} ${i} ${o.visitedUrl}`.toLowerCase().includes(s.toLowerCas
|
|||
|
* The buffer module from node.js, for the browser.
|
|||
|
*
|
|||
|
* @author Feross Aboukhadijeh <feross@feross.org> <http://feross.org>
|
|||
|
* @license MIT
|
|||
|
*/var i=n(38),o=n(39),s=n(40);function a(){return c.TYPED_ARRAY_SUPPORT?2147483647:1073741823}function l(O,R){if(a()<R)throw new RangeError("Invalid typed array length");return c.TYPED_ARRAY_SUPPORT?(O=new Uint8Array(R)).__proto__=c.prototype:(O===null&&(O=new c(R)),O.length=R),O}function c(O,R,F){if(!(c.TYPED_ARRAY_SUPPORT||this instanceof c))return new c(O,R,F);if(typeof O=="number"){if(typeof R=="string")throw new Error("If encoding is specified then the first argument must be a string");return p(this,O)}return f(this,O,R,F)}function f(O,R,F,ee){if(typeof R=="number")throw new TypeError('"value" argument must not be a number');return typeof ArrayBuffer<"u"&&R instanceof ArrayBuffer?function(Q,se,ve,Le){if(se.byteLength,ve<0||se.byteLength<ve)throw new RangeError("'offset' is out of bounds");if(se.byteLength<ve+(Le||0))throw new RangeError("'length' is out of bounds");return se=ve===void 0&&Le===void 0?new Uint8Array(se):Le===void 0?new Uint8Array(se,ve):new Uint8Array(se,ve,Le),c.TYPED_ARRAY_SUPPORT?(Q=se).__proto__=c.prototype:Q=m(Q,se),Q}(O,R,F,ee):typeof R=="string"?function(Q,se,ve){if(typeof ve=="string"&&ve!==""||(ve="utf8"),!c.isEncoding(ve))throw new TypeError('"encoding" must be a valid string encoding');var Le=0|_(se,ve),fe=(Q=l(Q,Le)).write(se,ve);return fe!==Le&&(Q=Q.slice(0,fe)),Q}(O,R,F):function(Q,se){if(c.isBuffer(se)){var ve=0|g(se.length);return(Q=l(Q,ve)).length===0||se.copy(Q,0,0,ve),Q}if(se){if(typeof ArrayBuffer<"u"&&se.buffer instanceof ArrayBuffer||"length"in se)return typeof se.length!="number"||function(Le){return Le!=Le}(se.length)?l(Q,0):m(Q,se);if(se.type==="Buffer"&&s(se.data))return m(Q,se.data)}throw new TypeError("First argument must be a string, Buffer, ArrayBuffer, Array, or array-like object.")}(O,R)}function h(O){if(typeof O!="number")throw new TypeError('"size" argument must be a number');if(O<0)throw new RangeError('"size" argument must not be negative')}function p(O,R){if(h(R),O=l(O,R<0?0:0|g(R)),!c.TYPED_ARRAY_SUPPORT)for(var F=0;F<R;++F)O[F]=0;return O}function m(O,R){var F=R.length<0?0:0|g(R.length);O=l(O,F);for(var ee=0;ee<F;ee+=1)O[ee]=255&R[ee];return O}function g(O){if(O>=a())throw new RangeError("Attempt to allocate Buffer larger than maximum size: 0x"+a().toString(16)+" bytes");return 0|O}function _(O,R){if(c.isBuffer(O))return O.length;if(typeof ArrayBuffer<"u"&&typeof ArrayBuffer.isView=="function"&&(ArrayBuffer.isView(O)||O instanceof ArrayBuffer))return O.byteLength;typeof O!="string"&&(O=""+O);var F=O.length;if(F===0)return 0;for(var ee=!1;;)switch(R){case"ascii":case"latin1":case"binary":return F;case"utf8":case"utf-8":case void 0:return re(O).length;case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return 2*F;case"hex":return F>>>1;case"base64":return le(O).length;default:if(ee)return re(O).length;R=(""+R).toLowerCase(),ee=!0}}function x(O,R,F){var ee=O[R];O[R]=O[F],O[F]=ee}function v(O,R,F,ee,Q){if(O.length===0)return-1;if(typeof F=="string"?(ee=F,F=0):F>2147483647?F=2147483647:F<-2147483648&&(F=-2147483648),F=+F,isNaN(F)&&(F=Q?0:O.length-1),F<0&&(F=O.length+F),F>=O.length){if(Q)return-1;F=O.length-1}else if(F<0){if(!Q)return-1;F=0}if(typeof R=="string"&&(R=c.from(R,ee)),c.isBuffer(R))return R.length===0?-1:b(O,R,F,ee,Q);if(typeof R=="number")return R&=255,c.TYPED_ARRAY_SUPPORT&&typeof Uint8Array.prototype.indexOf=="function"?Q?Uint8Array.prototype.indexOf.call(O,R,F):Uint8Array.prototype.lastIndexOf.call(O,R,F):b(O,[R],F,ee,Q);throw new TypeError("val must be string, number or Buffer")}function b(O,R,F,ee,Q){var se,ve=1,Le=O.length,fe=R.length;if(ee!==void 0&&((ee=String(ee).toLowerCase())==="ucs2"||ee==="ucs-2"||ee==="utf16le"||ee==="utf-16le")){if(O.length<2||R.length<2)return-1;ve=2,Le/=2,fe/=2,F/=2}function ye(Re,Ne){return ve===1?Re[Ne]:Re.readUInt16BE(Ne*ve)}if(Q){var be=-1;for(se=F;se<Le;se++)if(ye(O,se)===ye(R,be===-1?0:se-be)){if(be===-1&&(be=se),se-be+1===fe)return be*ve}else be!==-1&&(se-=se-be),be=-1}else for(F+fe>Le&&(F=Le-fe),se=F;se>=0;se--){for(var Te=!0,De=0;De<fe;De++)if(ye(O,se+De)!==ye(R,De)){Te=!1;break}if(Te)return se}return-1}function
|
|||
|
`),r.exit(2)):this.throwLater(v)},m.prototype.throwLater=function(v,b){if(arguments.length===1&&(b=v,v=function(){throw b}),typeof setTimeout<"u")setTimeout(function(){v(b)},0);else try{this._schedule(function(){v(b)})}catch{throw new Error(`No async scheduler available
|
|||
|
|
|||
|
See http://goo.gl/MqrFmX
|
|||
|
`)}},p.hasDevTools?(m.prototype.invokeLater=function(v,b,w){this._trampolineEnabled?g.call(this,v,b,w):this._schedule(function(){setTimeout(function(){v.call(b,w)},100)})},m.prototype.invoke=function(v,b,w){this._trampolineEnabled?_.call(this,v,b,w):this._schedule(function(){v.call(b,w)})},m.prototype.settlePromises=function(v){this._trampolineEnabled?x.call(this,v):this._schedule(function(){v._settlePromises()})}):(m.prototype.invokeLater=g,m.prototype.invoke=_,m.prototype.settlePromises=x),m.prototype._drainQueue=function(v){for(;v.length()>0;){var b=v.shift();if(typeof b=="function"){var w=v.shift(),E=v.shift();b.call(w,E)}else b._settlePromises()}},m.prototype._drainQueues=function(){this._drainQueue(this._normalQueue),this._reset(),this._haveDrainedQueues=!0,this._drainQueue(this._lateQueue)},m.prototype._queueTick=function(){this._isTickUsed||(this._isTickUsed=!0,this._schedule(this.drainQueues))},m.prototype._reset=function(){this._isTickUsed=!1},a.exports=m,a.exports.firstLineError=c},{"./queue":26,"./schedule":29,"./util":36}],3:[function(s,a,l){a.exports=function(c,f,h,p){var m=!1,g=function(b,w){this._reject(w)},_=function(b,w){w.promiseRejectionQueued=!0,w.bindingPromise._then(g,g,null,this,b)},x=function(b,w){!(50397184&this._bitField)&&this._resolveCallback(w.target)},v=function(b,w){w.promiseRejectionQueued||this._reject(b)};c.prototype.bind=function(b){m||(m=!0,c.prototype._propagateFrom=p.propagateFromFunction(),c.prototype._boundValue=p.boundValueFunction());var w=h(b),E=new c(f);E._propagateFrom(this,1);var P=this._target();if(E._setBoundTo(w),w instanceof c){var k={promiseRejectionQueued:!1,promise:E,target:P,bindingPromise:w};P._then(f,_,void 0,E,k),w._then(x,v,void 0,E,k),E._setOnCancel(w)}else E._resolveCallback(P);return E},c.prototype._setBoundTo=function(b){b!==void 0?(this._bitField=2097152|this._bitField,this._boundTo=b):this._bitField=-2097153&this._bitField},c.prototype._isBound=function(){return(2097152&this._bitField)==2097152},c.bind=function(b,w){return c.resolve(w).bind(b)}}},{}],4:[function(s,a,l){var c;typeof Promise<"u"&&(c=Promise);var f=s("./promise")();f.noConflict=function(){try{Promise===f&&(Promise=c)}catch{}return f},a.exports=f},{"./promise":22}],5:[function(s,a,l){var c=Object.create;if(c){var f=c(null),h=c(null);f[" size"]=h[" size"]=0}a.exports=function(p){var m=s("./util"),g=m.canEvaluate;function _(b){return function(w,E){var P;if(w!=null&&(P=w[E]),typeof P!="function"){var k="Object "+m.classString(w)+" has no method '"+m.toString(E)+"'";throw new p.TypeError(k)}return P}(b,this.pop()).apply(b,this)}function x(b){return b[this]}function v(b){var w=+this;return w<0&&(w=Math.max(0,w+b.length)),b[w]}m.isIdentifier,p.prototype.call=function(b){var w=[].slice.call(arguments,1);return w.push(b),this._then(_,void 0,void 0,w,void 0)},p.prototype.get=function(b){var w;if(typeof b=="number")w=v;else if(g){var E=(void 0)(b);w=E!==null?E:x}else w=x;return this._then(w,void 0,void 0,b,void 0)}}},{"./util":36}],6:[function(s,a,l){a.exports=function(c,f,h,p){var m=s("./util"),g=m.tryCatch,_=m.errorObj,x=c._async;c.prototype.break=c.prototype.cancel=function(){if(!p.cancellation())return this._warn("cancellation is disabled");for(var v=this,b=v;v._isCancellable();){if(!v._cancelBy(b)){b._isFollowing()?b._followee().cancel():b._cancelBranched();break}var w=v._cancellationParent;if(w==null||!w._isCancellable()){v._isFollowing()?v._followee().cancel():v._cancelBranched();break}v._isFollowing()&&v._followee().cancel(),v._setWillBeCancelled(),b=v,v=w}},c.prototype._branchHasCancelled=function(){this._branchesRemainingToCancel--},c.prototype._enoughBranchesHaveCancelled=function(){return this._branchesRemainingToCancel===void 0||this._branchesRemainingToCancel<=0},c.prototype._cancelBy=function(v){return v===this?(this._branchesRemainingToCancel=0,this._invokeOnCancel(),!0):(this._branchHasCancelled(),!!this._enoughBranchesHaveCancelled()&&(this._invokeOnCancel(),!0))},c.prototype._cancelBranched=function(){this._enoughBranchesHaveCancelled()&&this._cancel()},c.prototype._cancel=function(){
|
|||
|
|
|||
|
See http://goo.gl/MqrFmX
|
|||
|
`);if(!Ne.longStackTraces&&fe()){var ue=c.prototype._captureStackTrace,he=c.prototype._attachExtraTrace;Ne.longStackTraces=!0,X=function(){if(_.haveItemsQueued()&&!Ne.longStackTraces)throw new Error(`cannot enable long stack traces after promises have been created
|
|||
|
|
|||
|
See http://goo.gl/MqrFmX
|
|||
|
`);c.prototype._captureStackTrace=ue,c.prototype._attachExtraTrace=he,f.deactivateLongStackTraces(),_.enableTrampoline(),Ne.longStackTraces=!1},c.prototype._captureStackTrace=O,c.prototype._attachExtraTrace=R,f.activateLongStackTraces(),_.disableTrampolineIfNecessary()}},c.hasLongStackTraces=function(){return Ne.longStackTraces&&fe()};var Z=function(){try{if(typeof CustomEvent=="function"){var ue=new CustomEvent("CustomEvent");return v.global.dispatchEvent(ue),function(he,we){var _e=new CustomEvent(he.toLowerCase(),{detail:we,cancelable:!0});return!v.global.dispatchEvent(_e)}}return typeof Event=="function"?(ue=new Event("CustomEvent"),v.global.dispatchEvent(ue),function(he,we){var _e=new Event(he.toLowerCase(),{cancelable:!0});return _e.detail=we,!v.global.dispatchEvent(_e)}):((ue=document.createEvent("CustomEvent")).initCustomEvent("testingtheevent",!1,!0,{}),v.global.dispatchEvent(ue),function(he,we){var _e=document.createEvent("CustomEvent");return _e.initCustomEvent(he.toLowerCase(),!1,!0,we),!v.global.dispatchEvent(_e)})}catch{}return function(){return!1}}(),J=v.isNode?function(){return r.emit.apply(r,arguments)}:v.global?function(ue){var he="on"+ue.toLowerCase(),we=v.global[he];return!!we&&(we.apply(v.global,[].slice.call(arguments,1)),!0)}:function(){return!1};function oe(ue,he){return{promise:he}}var ce={promiseCreated:oe,promiseFulfilled:oe,promiseRejected:oe,promiseResolved:oe,promiseCancelled:oe,promiseChained:function(ue,he,we){return{promise:he,child:we}},warning:function(ue,he){return{warning:he}},unhandledRejection:function(ue,he,we){return{reason:he,promise:we}},rejectionHandled:oe},K=function(ue){var he=!1;try{he=J.apply(null,arguments)}catch(_e){_.throwLater(_e),he=!0}var we=!1;try{we=Z(ue,ce[ue].apply(null,arguments))}catch(_e){_.throwLater(_e),we=!0}return we||he};function $(){return!1}function D(ue,he,we){var _e=this;try{ue(he,we,function(Ce){if(typeof Ce!="function")throw new TypeError("onCancel must be a function, got: "+v.toString(Ce));_e._attachCancellationCallback(Ce)})}catch(Ce){return Ce}}function B(ue){if(!this._isCancellable())return this;var he=this._onCancel();he!==void 0?v.isArray(he)?he.push(ue):this._setOnCancel([he,ue]):this._setOnCancel(ue)}function ne(){return this._onCancelField}function W(ue){this._onCancelField=ue}function G(){this._cancellationParent=void 0,this._onCancelField=void 0}function re(ue,he){if(1&he){this._cancellationParent=ue;var we=ue._branchesRemainingToCancel;we===void 0&&(we=0),ue._branchesRemainingToCancel=we+1}2&he&&ue._isBound()&&this._setBoundTo(ue._boundTo)}c.config=function(ue){if("longStackTraces"in(ue=Object(ue))&&(ue.longStackTraces?c.longStackTraces():!ue.longStackTraces&&c.hasLongStackTraces()&&X()),"warnings"in ue){var he=ue.warnings;Ne.warnings=!!he,q=Ne.warnings,v.isObject(he)&&"wForgottenReturn"in he&&(q=!!he.wForgottenReturn)}if("cancellation"in ue&&ue.cancellation&&!Ne.cancellation){if(_.haveItemsQueued())throw new Error("cannot enable cancellation after promises are in use");c.prototype._clearCancellationData=G,c.prototype._propagateFrom=re,c.prototype._onCancel=ne,c.prototype._setOnCancel=W,c.prototype._attachCancellationCallback=B,c.prototype._execute=D,le=re,Ne.cancellation=!0}return"monitoring"in ue&&(ue.monitoring&&!Ne.monitoring?(Ne.monitoring=!0,c.prototype._fireEvent=K):!ue.monitoring&&Ne.monitoring&&(Ne.monitoring=!1,c.prototype._fireEvent=$)),c},c.prototype._fireEvent=$,c.prototype._execute=function(ue,he,we){try{ue(he,we)}catch(_e){return _e}},c.prototype._onCancel=function(){},c.prototype._setOnCancel=function(ue){},c.prototype._attachCancellationCallback=function(ue){},c.prototype._captureStackTrace=function(){},c.prototype._attachExtraTrace=function(){},c.prototype._clearCancellationData=function(){},c.prototype._propagateFrom=function(ue,he){};var le=function(ue,he){2&he&&ue._isBound()&&this._setBoundTo(ue._boundTo)};function me(){var ue=this._boundTo;return ue!==void 0&&ue instanceof c?ue.isFulfilled()?ue.value():void 0:ue}function O(){this._trace=new De(this._peekContext())}function R(ue,he){if(b(ue)){var we=this._trace;if(we!
|
|||
|
`+_e.stack.join(`
|
|||
|
`)),v.notEnumerableProp(ue,"__stackCleaned__",!0)}}}function F(ue,he,we){if(Ne.warnings){var _e,Ce=new x(ue);if(he)we._attachExtraTrace(Ce);else if(Ne.longStackTraces&&(_e=c._peekContext()))_e.attachExtraTrace(Ce);else{var ke=Q(Ce);Ce.stack=ke.message+`
|
|||
|
`+ke.stack.join(`
|
|||
|
`)}K("warning",Ce)||se(Ce,"",!0)}}function ee(ue){for(var he=[],we=0;we<ue.length;++we){var _e=ue[we],Ce=_e===" (No stack trace)"||k.test(_e),ke=Ce&&ye(_e);Ce&&!ke&&(A&&_e.charAt(0)!==" "&&(_e=" "+_e),he.push(_e))}return he}function Q(ue){var he=ue.stack,we=ue.toString();return he=typeof he=="string"&&he.length>0?function(_e){for(var Ce=_e.stack.replace(/\s+$/g,"").split(`
|
|||
|
`),ke=0;ke<Ce.length;++ke){var Ie=Ce[ke];if(Ie===" (No stack trace)"||k.test(Ie))break}return ke>0&&_e.name!="SyntaxError"&&(Ce=Ce.slice(ke)),Ce}(ue):[" (No stack trace)"],{message:we,stack:ue.name=="SyntaxError"?he:ee(he)}}function se(ue,he,we){if(typeof console<"u"){var _e;if(v.isObject(ue)){var Ce=ue.stack;_e=he+N(Ce,ue)}else _e=he+String(ue);typeof m=="function"?m(_e,we):typeof console.log!="function"&&typeof console.log!="object"||console.log(_e)}}function ve(ue,he,we,_e){var Ce=!1;try{typeof he=="function"&&(Ce=!0,ue==="rejectionHandled"?he(_e):he(we,_e))}catch(ke){_.throwLater(ke)}ue==="unhandledRejection"?K(ue,we,_e)||Ce||se(we,"Unhandled rejection "):K(ue,_e)}function Le(ue){var he;if(typeof ue=="function")he="[function "+(ue.name||"anonymous")+"]";else{if(he=ue&&typeof ue.toString=="function"?ue.toString():v.toString(ue),/\[object [a-zA-Z0-9$_]+\]/.test(he))try{he=JSON.stringify(ue)}catch{}he.length===0&&(he="(empty array)")}return"(<"+function(we){return we.length<41?we:we.substr(0,38)+"..."}(he)+">, no stack trace)"}function fe(){return typeof Re=="function"}var ye=function(){return!1},be=/[\/<\(]([^:\/]+):(\d+):(?:\d+)\)?\s*$/;function Te(ue){var he=ue.match(be);if(he)return{fileName:he[1],line:parseInt(he[2],10)}}function De(ue){this._parent=ue,this._promisesCreated=0;var he=this._length=1+(ue===void 0?0:ue._length);Re(this,De),he>32&&this.uncycle()}v.inherits(De,Error),f.CapturedTrace=De,De.prototype.uncycle=function(){var ue=this._length;if(!(ue<2)){for(var he=[],we={},_e=0,Ce=this;Ce!==void 0;++_e)he.push(Ce),Ce=Ce._parent;for(_e=(ue=this._length=_e)-1;_e>=0;--_e){var ke=he[_e].stack;we[ke]===void 0&&(we[ke]=_e)}for(_e=0;_e<ue;++_e){var Ie=we[he[_e].stack];if(Ie!==void 0&&Ie!==_e){Ie>0&&(he[Ie-1]._parent=void 0,he[Ie-1]._length=1),he[_e]._parent=void 0,he[_e]._length=1;var nt=_e>0?he[_e-1]:this;Ie<ue-1?(nt._parent=he[Ie+1],nt._parent.uncycle(),nt._length=nt._parent._length+1):(nt._parent=void 0,nt._length=1);for(var it=nt._length+1,Ke=_e-2;Ke>=0;--Ke)he[Ke]._length=it,it++;return}}}},De.prototype.attachExtraTrace=function(ue){if(!ue.__stackCleaned__){this.uncycle();for(var he=Q(ue),we=he.message,_e=[he.stack],Ce=this;Ce!==void 0;)_e.push(ee(Ce.stack.split(`
|
|||
|
`))),Ce=Ce._parent;(function(ke){for(var Ie=ke[0],nt=1;nt<ke.length;++nt){for(var it=ke[nt],Ke=Ie.length-1,Gt=Ie[Ke],Ut=-1,xn=it.length-1;xn>=0;--xn)if(it[xn]===Gt){Ut=xn;break}for(xn=Ut;xn>=0;--xn){var ir=it[xn];if(Ie[Ke]!==ir)break;Ie.pop(),Ke--}Ie=it}})(_e),function(ke){for(var Ie=0;Ie<ke.length;++Ie)(ke[Ie].length===0||Ie+1<ke.length&&ke[Ie][0]===ke[Ie+1][0])&&(ke.splice(Ie,1),Ie--)}(_e),v.notEnumerableProp(ue,"stack",function(ke,Ie){for(var nt=0;nt<Ie.length-1;++nt)Ie[nt].push("From previous event:"),Ie[nt]=Ie[nt].join(`
|
|||
|
`);return nt<Ie.length&&(Ie[nt]=Ie[nt].join(`
|
|||
|
`)),ke+`
|
|||
|
`+Ie.join(`
|
|||
|
`)}(we,_e)),v.notEnumerableProp(ue,"__stackCleaned__",!0)}};var Re=function(){var ue=/^\s*at\s*/,he=function(ke,Ie){return typeof ke=="string"?ke:Ie.name!==void 0&&Ie.message!==void 0?Ie.toString():Le(Ie)};if(typeof Error.stackTraceLimit=="number"&&typeof Error.captureStackTrace=="function"){Error.stackTraceLimit+=6,k=ue,N=he;var we=Error.captureStackTrace;return ye=function(ke){return w.test(ke)},function(ke,Ie){Error.stackTraceLimit+=6,we(ke,Ie),Error.stackTraceLimit-=6}}var _e,Ce=new Error;if(typeof Ce.stack=="string"&&Ce.stack.split(`
|
|||
|
`)[0].indexOf("stackDetection@")>=0)return k=/@/,N=he,A=!0,function(ke){ke.stack=new Error().stack};try{throw new Error}catch(ke){_e="stack"in ke}return"stack"in Ce||!_e||typeof Error.stackTraceLimit!="number"?(N=function(ke,Ie){return typeof ke=="string"?ke:typeof Ie!="object"&&typeof Ie!="function"||Ie.name===void 0||Ie.message===void 0?Le(Ie):Ie.toString()},null):(k=ue,N=he,function(ke){Error.stackTraceLimit+=6;try{throw new Error}catch(Ie){ke.stack=Ie.stack}Error.stackTraceLimit-=6})}();typeof console<"u"&&console.warn!==void 0&&(m=function(ue){console.warn(ue)},v.isNode&&r.stderr.isTTY?m=function(ue,he){var we=he?"\x1B[33m":"\x1B[31m";console.warn(we+ue+`\x1B[0m
|
|||
|
`)}:v.isNode||typeof new Error().stack!="string"||(m=function(ue,he){console.warn("%c"+ue,he?"color: darkorange":"color: red")}));var Ne={warnings:I,longStackTraces:!1,cancellation:!1,monitoring:!1};return Y&&c.longStackTraces(),{longStackTraces:function(){return Ne.longStackTraces},warnings:function(){return Ne.warnings},cancellation:function(){return Ne.cancellation},monitoring:function(){return Ne.monitoring},propagateFromFunction:function(){return le},boundValueFunction:function(){return me},checkForgottenReturns:function(ue,he,we,_e,Ce){if(ue===void 0&&he!==null&&q){if(Ce!==void 0&&Ce._returnedNonUndefined()||!(65535&_e._bitField))return;we&&(we+=" ");var ke="",Ie="";if(he._trace){for(var nt=he._trace.stack.split(`
|
|||
|
`),it=ee(nt),Ke=it.length-1;Ke>=0;--Ke){var Gt=it[Ke];if(!E.test(Gt)){var Ut=Gt.match(P);Ut&&(ke="at "+Ut[1]+":"+Ut[2]+":"+Ut[3]+" ");break}}if(it.length>0){var xn=it[0];for(Ke=0;Ke<nt.length;++Ke)if(nt[Ke]===xn){Ke>0&&(Ie=`
|
|||
|
`+nt[Ke-1]);break}}}var ir="a promise was created in a "+we+"handler "+ke+"but was not returned from it, see http://goo.gl/rRqMUw"+Ie;_e._warn(ir,!0,he)}},setBounds:function(ue,he){if(fe()){for(var we,_e,Ce=ue.stack.split(`
|
|||
|
`),ke=he.stack.split(`
|
|||
|
`),Ie=-1,nt=-1,it=0;it<Ce.length;++it)if(Ke=Te(Ce[it])){we=Ke.fileName,Ie=Ke.line;break}for(it=0;it<ke.length;++it){var Ke;if(Ke=Te(ke[it])){_e=Ke.fileName,nt=Ke.line;break}}Ie<0||nt<0||!we||!_e||we!==_e||Ie>=nt||(ye=function(Gt){if(w.test(Gt))return!0;var Ut=Te(Gt);return!!(Ut&&Ut.fileName===we&&Ie<=Ut.line&&Ut.line<=nt)})}},warn:F,deprecated:function(ue,he){var we=ue+" is deprecated and will be removed in a future version.";return he&&(we+=" Use "+he+" instead."),F(we)},CapturedTrace:De,fireDomEvent:Z,fireGlobalEvent:J}}},{"./errors":12,"./util":36}],10:[function(s,a,l){a.exports=function(c){function f(){return this.value}function h(){throw this.reason}c.prototype.return=c.prototype.thenReturn=function(p){return p instanceof c&&p.suppressUnhandledRejections(),this._then(f,void 0,void 0,{value:p},void 0)},c.prototype.throw=c.prototype.thenThrow=function(p){return this._then(h,void 0,void 0,{reason:p},void 0)},c.prototype.catchThrow=function(p){if(arguments.length<=1)return this._then(void 0,h,void 0,{reason:p},void 0);var m=arguments[1];return this.caught(p,function(){throw m})},c.prototype.catchReturn=function(p){if(arguments.length<=1)return p instanceof c&&p.suppressUnhandledRejections(),this._then(void 0,f,void 0,{value:p},void 0);var m=arguments[1];return m instanceof c&&m.suppressUnhandledRejections(),this.caught(p,function(){return m})}}},{}],11:[function(s,a,l){a.exports=function(c,f){var h=c.reduce,p=c.all;function m(){return p(this)}c.prototype.each=function(g){return h(this,g,f,0)._then(m,void 0,void 0,this,void 0)},c.prototype.mapSeries=function(g){return h(this,g,f,f)},c.each=function(g,_){return h(g,_,f,0)._then(m,void 0,void 0,g,void 0)},c.mapSeries=function(g,_){return h(g,_,f,f)}}},{}],12:[function(s,a,l){var c,f,h=s("./es5"),p=h.freeze,m=s("./util"),g=m.inherits,_=m.notEnumerableProp;function x(I,Y){function q(X){if(!(this instanceof q))return new q(X);_(this,"message",typeof X=="string"?X:Y),_(this,"name",I),Error.captureStackTrace?Error.captureStackTrace(this,this.constructor):Error.call(this)}return g(q,Error),q}var v=x("Warning","warning"),b=x("CancellationError","cancellation error"),w=x("TimeoutError","timeout error"),E=x("AggregateError","aggregate error");try{c=TypeError,f=RangeError}catch{c=x("TypeError","type error"),f=x("RangeError","range error")}for(var P="join pop push shift unshift slice filter forEach some every map indexOf lastIndexOf reduce reduceRight sort reverse".split(" "),k=0;k<P.length;++k)typeof Array.prototype[P[k]]=="function"&&(E.prototype[P[k]]=Array.prototype[P[k]]);h.defineProperty(E.prototype,"length",{value:0,configurable:!1,writable:!0,enumerable:!0}),E.prototype.isOperational=!0;var N=0;function A(I){if(!(this instanceof A))return new A(I);_(this,"name","OperationalError"),_(this,"message",I),this.cause=I,this.isOperational=!0,I instanceof Error?(_(this,"message",I.message),_(this,"stack",I.stack)):Error.captureStackTrace&&Error.captureStackTrace(this,this.constructor)}E.prototype.toString=function(){var I=Array(4*N+1).join(" "),Y=`
|
|||
|
`+I+`AggregateError of:
|
|||
|
`;N++,I=Array(4*N+1).join(" ");for(var q=0;q<this.length;++q){for(var X=this[q]===this?"[Circular AggregateError]":this[q]+"",Z=X.split(`
|
|||
|
`),J=0;J<Z.length;++J)Z[J]=I+Z[J];Y+=(X=Z.join(`
|
|||
|
`))+`
|
|||
|
`}return N--,Y},g(A,Error);var V=Error.__BluebirdErrorTypes__;V||(V=p({CancellationError:b,TimeoutError:w,OperationalError:A,RejectionError:A,AggregateError:E}),h.defineProperty(Error,"__BluebirdErrorTypes__",{value:V,writable:!1,enumerable:!1,configurable:!1})),a.exports={Error,TypeError:c,RangeError:f,CancellationError:V.CancellationError,OperationalError:V.OperationalError,TimeoutError:V.TimeoutError,AggregateError:V.AggregateError,Warning:v}},{"./es5":13,"./util":36}],13:[function(s,a,l){var c=function(){return this===void 0}();if(c)a.exports={freeze:Object.freeze,defineProperty:Object.defineProperty,getDescriptor:Object.getOwnPropertyDescriptor,keys:Object.keys,names:Object.getOwnPropertyNames,getPrototypeOf:Object.getPrototypeOf,isArray:Array.isArray,isES5:c,propertyIsWritable:function(g,_){var x=Object.getOwnPropertyDescriptor(g,_);return!(x&&!x.writable&&!x.set)}};else{var f={}.hasOwnProperty,h={}.toString,p={}.constructor.prototype,m=function(g){var _=[];for(var x in g)f.call(g,x)&&_.push(x);return _};a.exports={isArray:function(g){try{return h.call(g)==="[object Array]"}catch{return!1}},keys:m,names:m,defineProperty:function(g,_,x){return g[_]=x.value,g},getDescriptor:function(g,_){return{value:g[_]}},freeze:function(g){return g},getPrototypeOf:function(g){try{return Object(g).constructor.prototype}catch{return p}},isES5:c,propertyIsWritable:function(){return!0}}}},{}],14:[function(s,a,l){a.exports=function(c,f){var h=c.map;c.prototype.filter=function(p,m){return h(this,p,m,f)},c.filter=function(p,m,g){return h(p,m,g,f)}}},{}],15:[function(s,a,l){a.exports=function(c,f,h){var p=s("./util"),m=c.CancellationError,g=p.errorObj,_=s("./catch_filter")(h);function x(k,N,A){this.promise=k,this.type=N,this.handler=A,this.called=!1,this.cancelPromise=null}function v(k){this.finallyHandler=k}function b(k,N){return k.cancelPromise!=null&&(arguments.length>1?k.cancelPromise._reject(N):k.cancelPromise._cancel(),k.cancelPromise=null,!0)}function w(){return P.call(this,this.promise._target()._settledValue())}function E(k){if(!b(this,k))return g.e=k,g}function P(k){var N=this.promise,A=this.handler;if(!this.called){this.called=!0;var V=this.isFinallyHandler()?A.call(N._boundValue()):A.call(N._boundValue(),k);if(V===h)return V;if(V!==void 0){N._setReturnedNonUndefined();var I=f(V,N);if(I instanceof c){if(this.cancelPromise!=null){if(I._isCancelled()){var Y=new m("late cancellation observer");return N._attachExtraTrace(Y),g.e=Y,g}I.isPending()&&I._attachCancellationCallback(new v(this))}return I._then(w,E,void 0,this,void 0)}}}return N.isRejected()?(b(this),g.e=k,g):(b(this),k)}return x.prototype.isFinallyHandler=function(){return this.type===0},v.prototype._resultCancelled=function(){b(this.finallyHandler)},c.prototype._passThrough=function(k,N,A,V){return typeof k!="function"?this.then():this._then(A,V,void 0,new x(this,N,k),void 0)},c.prototype.lastly=c.prototype.finally=function(k){return this._passThrough(k,0,P,P)},c.prototype.tap=function(k){return this._passThrough(k,1,P)},c.prototype.tapCatch=function(k){var N=arguments.length;if(N===1)return this._passThrough(k,1,void 0,P);var A,V=new Array(N-1),I=0;for(A=0;A<N-1;++A){var Y=arguments[A];if(!p.isObject(Y))return c.reject(new TypeError("tapCatch statement predicate: expecting an object but got "+p.classString(Y)));V[I++]=Y}V.length=I;var q=arguments[A];return this._passThrough(_(V,q,this),1,void 0,P)},x}},{"./catch_filter":7,"./util":36}],16:[function(s,a,l){a.exports=function(c,f,h,p,m,g){var _=s("./errors").TypeError,x=s("./util"),v=x.errorObj,b=x.tryCatch,w=[];function E(P,k,N,A){if(g.cancellation()){var V=new c(h),I=this._finallyPromise=new c(h);this._promise=V.lastly(function(){return I}),V._captureStackTrace(),V._setOnCancel(this)}else(this._promise=new c(h))._captureStackTrace();this._stack=A,this._generatorFunction=P,this._receiver=k,this._generator=void 0,this._yieldHandlers=typeof N=="function"?[N].concat(w):w,this._yieldedPromise=null,this._cancellationPhase=!1}x.inherits(E,m),E.prototype._isResolved=function(){return this._promise===null},E.prototype._cleanup=
|
|||
|
|
|||
|
See http://goo.gl/MqrFmX
|
|||
|
|
|||
|
`.replace("%s",String(N))+`From coroutine:
|
|||
|
`+this._stack.split(`
|
|||
|
`).slice(1,-7).join(`
|
|||
|
`)))},c.coroutine=function(P,k){if(typeof P!="function")throw new _(`generatorFunction must be a function
|
|||
|
|
|||
|
See http://goo.gl/MqrFmX
|
|||
|
`);var N=Object(k).yieldHandler,A=E,V=new Error().stack;return function(){var I=P.apply(this,arguments),Y=new A(void 0,void 0,N,V),q=Y.promise();return Y._generator=I,Y._promiseFulfilled(void 0),q}},c.coroutine.addYieldHandler=function(P){if(typeof P!="function")throw new _("expecting a function but got "+x.classString(P));w.push(P)},c.spawn=function(P){if(g.deprecated("Promise.spawn()","Promise.coroutine()"),typeof P!="function")return f(`generatorFunction must be a function
|
|||
|
|
|||
|
See http://goo.gl/MqrFmX
|
|||
|
`);var k=new E(P,this),N=k.promise();return k._run(c.spawn),N}}},{"./errors":12,"./util":36}],17:[function(s,a,l){a.exports=function(c,f,h,p,m,g){var _=s("./util");_.canEvaluate,_.tryCatch,_.errorObj,c.join=function(){var x,v=arguments.length-1;v>0&&typeof arguments[v]=="function"&&(x=arguments[v]);var b=[].slice.call(arguments);x&&b.pop();var w=new f(b).promise();return x!==void 0?w.spread(x):w}}},{"./util":36}],18:[function(s,a,l){a.exports=function(c,f,h,p,m,g){var _=c._getDomain,x=s("./util"),v=x.tryCatch,b=x.errorObj,w=c._async;function E(k,N,A,V){this.constructor$(k),this._promise._captureStackTrace();var I=_();this._callback=I===null?N:x.domainBind(I,N),this._preservedValues=V===m?new Array(this.length()):null,this._limit=A,this._inFlight=0,this._queue=[],w.invoke(this._asyncInit,this,void 0)}function P(k,N,A,V){if(typeof N!="function")return h("expecting a function but got "+x.classString(N));var I=0;if(A!==void 0){if(typeof A!="object"||A===null)return c.reject(new TypeError("options argument must be an object but it is "+x.classString(A)));if(typeof A.concurrency!="number")return c.reject(new TypeError("'concurrency' must be a number but it is "+x.classString(A.concurrency)));I=A.concurrency}return new E(k,N,I=typeof I=="number"&&isFinite(I)&&I>=1?I:0,V).promise()}x.inherits(E,f),E.prototype._asyncInit=function(){this._init$(void 0,-2)},E.prototype._init=function(){},E.prototype._promiseFulfilled=function(k,N){var A=this._values,V=this.length(),I=this._preservedValues,Y=this._limit;if(N<0){if(A[N=-1*N-1]=k,Y>=1&&(this._inFlight--,this._drainQueue(),this._isResolved()))return!0}else{if(Y>=1&&this._inFlight>=Y)return A[N]=k,this._queue.push(N),!1;I!==null&&(I[N]=k);var q=this._promise,X=this._callback,Z=q._boundValue();q._pushContext();var J=v(X).call(Z,k,N,V),oe=q._popContext();if(g.checkForgottenReturns(J,oe,I!==null?"Promise.filter":"Promise.map",q),J===b)return this._reject(J.e),!0;var ce=p(J,this._promise);if(ce instanceof c){var K=(ce=ce._target())._bitField;if(!(50397184&K))return Y>=1&&this._inFlight++,A[N]=ce,ce._proxy(this,-1*(N+1)),!1;if(!(33554432&K))return 16777216&K?(this._reject(ce._reason()),!0):(this._cancel(),!0);J=ce._value()}A[N]=J}return++this._totalResolved>=V&&(I!==null?this._filter(A,I):this._resolve(A),!0)},E.prototype._drainQueue=function(){for(var k=this._queue,N=this._limit,A=this._values;k.length>0&&this._inFlight<N;){if(this._isResolved())return;var V=k.pop();this._promiseFulfilled(A[V],V)}},E.prototype._filter=function(k,N){for(var A=N.length,V=new Array(A),I=0,Y=0;Y<A;++Y)k[Y]&&(V[I++]=N[Y]);V.length=I,this._resolve(V)},E.prototype.preservedValues=function(){return this._preservedValues},c.prototype.map=function(k,N){return P(this,k,N,null)},c.map=function(k,N,A,V){return P(k,N,A,V)}}},{"./util":36}],19:[function(s,a,l){a.exports=function(c,f,h,p,m){var g=s("./util"),_=g.tryCatch;c.method=function(x){if(typeof x!="function")throw new c.TypeError("expecting a function but got "+g.classString(x));return function(){var v=new c(f);v._captureStackTrace(),v._pushContext();var b=_(x).apply(this,arguments),w=v._popContext();return m.checkForgottenReturns(b,w,"Promise.method",v),v._resolveFromSyncValue(b),v}},c.attempt=c.try=function(x){if(typeof x!="function")return p("expecting a function but got "+g.classString(x));var v,b=new c(f);if(b._captureStackTrace(),b._pushContext(),arguments.length>1){m.deprecated("calling Promise.try with more than 1 argument");var w=arguments[1],E=arguments[2];v=g.isArray(w)?_(x).apply(E,w):_(x).call(E,w)}else v=_(x)();var P=b._popContext();return m.checkForgottenReturns(v,P,"Promise.try",b),b._resolveFromSyncValue(v),b},c.prototype._resolveFromSyncValue=function(x){x===g.errorObj?this._rejectCallback(x.e,!1):this._resolveCallback(x,!0)}}},{"./util":36}],20:[function(s,a,l){var c=s("./util"),f=c.maybeWrapAsError,h=s("./errors").OperationalError,p=s("./es5"),m=/^(?:name|message|stack|cause)$/;function g(_){var x;if(function(E){return E instanceof Error&&p.getPrototypeOf(E)===Error.prototype}(_)){(x=new h(_)).name=_.name,x.message=_.message,x.stack=_.stack;for(
|
|||
|
|
|||
|
See http://goo.gl/MqrFmX
|
|||
|
`)},f=function(){return new $.PromiseInspection(this._target())},h=function(W){return $.reject(new E(W))};function p(){}var m,g={},_=s("./util");m=_.isNode?function(){var W=r.domain;return W===void 0&&(W=null),W}:function(){return null},_.notEnumerableProp($,"_getDomain",m);var x=s("./es5"),v=s("./async"),b=new v;x.defineProperty($,"_async",{value:b});var w=s("./errors"),E=$.TypeError=w.TypeError;$.RangeError=w.RangeError;var P=$.CancellationError=w.CancellationError;$.TimeoutError=w.TimeoutError,$.OperationalError=w.OperationalError,$.RejectionError=w.OperationalError,$.AggregateError=w.AggregateError;var k=function(){},N={},A={},V=s("./thenables")($,k),I=s("./promise_array")($,k,V,h,p),Y=s("./context")($),q=Y.create,X=s("./debuggability")($,Y),Z=(X.CapturedTrace,s("./finally")($,V,A)),J=s("./catch_filter")(A),oe=s("./nodeback"),ce=_.errorObj,K=_.tryCatch;function $(W){W!==k&&function(G,re){if(G==null||G.constructor!==$)throw new E(`the promise constructor cannot be invoked directly
|
|||
|
|
|||
|
See http://goo.gl/MqrFmX
|
|||
|
`);if(typeof re!="function")throw new E("expecting a function but got "+_.classString(re))}(this,W),this._bitField=0,this._fulfillmentHandler0=void 0,this._rejectionHandler0=void 0,this._promise0=void 0,this._receiver0=void 0,this._resolveFromExecutor(W),this._promiseCreated(),this._fireEvent("promiseCreated",this)}function D(W){this.promise._resolveCallback(W)}function B(W){this.promise._rejectCallback(W,!1)}function ne(W){var G=new $(k);G._fulfillmentHandler0=W,G._rejectionHandler0=W,G._promise0=W,G._receiver0=W}return $.prototype.toString=function(){return"[object Promise]"},$.prototype.caught=$.prototype.catch=function(W){var G=arguments.length;if(G>1){var re,le=new Array(G-1),me=0;for(re=0;re<G-1;++re){var O=arguments[re];if(!_.isObject(O))return h("Catch statement predicate: expecting an object but got "+_.classString(O));le[me++]=O}return le.length=me,W=arguments[re],this.then(void 0,J(le,W,this))}return this.then(void 0,W)},$.prototype.reflect=function(){return this._then(f,f,void 0,this,void 0)},$.prototype.then=function(W,G){if(X.warnings()&&arguments.length>0&&typeof W!="function"&&typeof G!="function"){var re=".then() only accepts functions but was passed: "+_.classString(W);arguments.length>1&&(re+=", "+_.classString(G)),this._warn(re)}return this._then(W,G,void 0,void 0,void 0)},$.prototype.done=function(W,G){this._then(W,G,void 0,void 0,void 0)._setIsFinal()},$.prototype.spread=function(W){return typeof W!="function"?h("expecting a function but got "+_.classString(W)):this.all()._then(W,void 0,void 0,N,void 0)},$.prototype.toJSON=function(){var W={isFulfilled:!1,isRejected:!1,fulfillmentValue:void 0,rejectionReason:void 0};return this.isFulfilled()?(W.fulfillmentValue=this.value(),W.isFulfilled=!0):this.isRejected()&&(W.rejectionReason=this.reason(),W.isRejected=!0),W},$.prototype.all=function(){return arguments.length>0&&this._warn(".all() was passed arguments but it does not take any"),new I(this).promise()},$.prototype.error=function(W){return this.caught(_.originatesFromRejection,W)},$.getNewLibraryCopy=a.exports,$.is=function(W){return W instanceof $},$.fromNode=$.fromCallback=function(W){var G=new $(k);G._captureStackTrace();var re=arguments.length>1&&!!Object(arguments[1]).multiArgs,le=K(W)(oe(G,re));return le===ce&&G._rejectCallback(le.e,!0),G._isFateSealed()||G._setAsyncGuaranteed(),G},$.all=function(W){return new I(W).promise()},$.cast=function(W){var G=V(W);return G instanceof $||((G=new $(k))._captureStackTrace(),G._setFulfilled(),G._rejectionHandler0=W),G},$.resolve=$.fulfilled=$.cast,$.reject=$.rejected=function(W){var G=new $(k);return G._captureStackTrace(),G._rejectCallback(W,!0),G},$.setScheduler=function(W){if(typeof W!="function")throw new E("expecting a function but got "+_.classString(W));return b.setScheduler(W)},$.prototype._then=function(W,G,re,le,me){var O=me!==void 0,R=O?me:new $(k),F=this._target(),ee=F._bitField;O||(R._propagateFrom(this,3),R._captureStackTrace(),le===void 0&&2097152&this._bitField&&(le=50397184&ee?this._boundValue():F===this?void 0:this._boundTo),this._fireEvent("promiseChained",this,R));var Q=m();if(50397184&ee){var se,ve,Le=F._settlePromiseCtx;33554432&ee?(ve=F._rejectionHandler0,se=W):16777216&ee?(ve=F._fulfillmentHandler0,se=G,F._unsetRejectionIsUnhandled()):(Le=F._settlePromiseLateCancellationObserver,ve=new P("late cancellation observer"),F._attachExtraTrace(ve),se=G),b.invoke(Le,F,{handler:Q===null?se:typeof se=="function"&&_.domainBind(Q,se),promise:R,receiver:le,value:ve})}else F._addCallbacks(W,G,R,le,Q);return R},$.prototype._length=function(){return 65535&this._bitField},$.prototype._isFateSealed=function(){return(117506048&this._bitField)!=0},$.prototype._isFollowing=function(){return(67108864&this._bitField)==67108864},$.prototype._setLength=function(W){this._bitField=-65536&this._bitField|65535&W},$.prototype._setFulfilled=function(){this._bitField=33554432|this._bitField,this._fireEvent("promiseFulfilled",this)},$.prototype._setRejected=function(){this._bitField=16777216|this._bitField,this._fireEvent("promiseRejected",this)},$.prototype._setF
|
|||
|
|
|||
|
See http://goo.gl/MqrFmX
|
|||
|
`.replace("%s",W))}}}(ce,X,Z),ce}var V=function(q){return q.replace(/([$])/,"\\$")},I=x?void 0:function(q,X,Z,J,oe,ce){var K=function(){return this}(),$=q;function D(){var B=X;X===h&&(B=this);var ne=new c(f);ne._captureStackTrace();var W=typeof $=="string"&&this!==K?this[$]:q,G=m(ne,ce);try{W.apply(B,g(arguments,G))}catch(re){ne._rejectCallback(_(re),!0,!0)}return ne._isFateSealed()||ne._setAsyncGuaranteed(),ne}return typeof $=="string"&&(q=J),p.notEnumerableProp(D,"__isPromisified__",!0),D};function Y(q,X,Z,J,oe){for(var ce=new RegExp(V(X)+"$"),K=A(q,X,ce,Z),$=0,D=K.length;$<D;$+=2){var B=K[$],ne=K[$+1],W=B+X;if(J===I)q[W]=I(B,h,B,ne,X,oe);else{var G=J(ne,function(){return I(B,h,B,ne,X,oe)});p.notEnumerableProp(G,"__isPromisified__",!0),q[W]=G}}return p.toFastProperties(q),q}c.promisify=function(q,X){if(typeof q!="function")throw new v("expecting a function but got "+p.classString(q));if(k(q))return q;var Z=(X=Object(X)).context===void 0?h:X.context,J=!!X.multiArgs,oe=function(ce,K,$){return I(ce,K,void 0,ce,null,J)}(q,Z);return p.copyDescriptors(q,oe,P),oe},c.promisifyAll=function(q,X){if(typeof q!="function"&&typeof q!="object")throw new v(`the target of promisifyAll must be an object or a function
|
|||
|
|
|||
|
See http://goo.gl/MqrFmX
|
|||
|
`);var Z=!!(X=Object(X)).multiArgs,J=X.suffix;typeof J!="string"&&(J="Async");var oe=X.filter;typeof oe!="function"&&(oe=E);var ce=X.promisifier;if(typeof ce!="function"&&(ce=I),!p.isIdentifier(J))throw new RangeError(`suffix must be a valid identifier
|
|||
|
|
|||
|
See http://goo.gl/MqrFmX
|
|||
|
`);for(var K=p.inheritedDataKeys(q),$=0;$<K.length;++$){var D=q[K[$]];K[$]!=="constructor"&&p.isClass(D)&&(Y(D.prototype,J,oe,ce,Z),Y(D,J,oe,ce,Z))}return Y(q,J,oe,ce,Z)}}},{"./errors":12,"./nodeback":20,"./util":36}],25:[function(s,a,l){a.exports=function(c,f,h,p){var m,g=s("./util"),_=g.isObject,x=s("./es5");typeof Map=="function"&&(m=Map);var v=function(){var E=0,P=0;function k(N,A){this[E]=N,this[E+P]=A,E++}return function(N){P=N.size,E=0;var A=new Array(2*N.size);return N.forEach(k,A),A}}();function b(E){var P,k=!1;if(m!==void 0&&E instanceof m)P=v(E),k=!0;else{var N=x.keys(E),A=N.length;P=new Array(2*A);for(var V=0;V<A;++V){var I=N[V];P[V]=E[I],P[V+A]=I}}this.constructor$(P),this._isMap=k,this._init$(void 0,k?-6:-3)}function w(E){var P,k=h(E);return _(k)?(P=k instanceof c?k._then(c.props,void 0,void 0,void 0,void 0):new b(k).promise(),k instanceof c&&P._propagateFrom(k,2),P):p(`cannot await properties of a non-object
|
|||
|
|
|||
|
See http://goo.gl/MqrFmX
|
|||
|
`)}g.inherits(b,f),b.prototype._init=function(){},b.prototype._promiseFulfilled=function(E,P){if(this._values[P]=E,++this._totalResolved>=this._length){var k;if(this._isMap)k=function(I){for(var Y=new m,q=I.length/2|0,X=0;X<q;++X){var Z=I[q+X],J=I[X];Y.set(Z,J)}return Y}(this._values);else{k={};for(var N=this.length(),A=0,V=this.length();A<V;++A)k[this._values[A+N]]=this._values[A]}return this._resolve(k),!0}return!1},b.prototype.shouldCopyValues=function(){return!1},b.prototype.getActualLength=function(E){return E>>1},c.prototype.props=function(){return w(this)},c.props=function(E){return w(E)}}},{"./es5":13,"./util":36}],26:[function(s,a,l){function c(f){this._capacity=f,this._length=0,this._front=0}c.prototype._willBeOverCapacity=function(f){return this._capacity<f},c.prototype._pushOne=function(f){var h=this.length();this._checkCapacity(h+1),this[this._front+h&this._capacity-1]=f,this._length=h+1},c.prototype.push=function(f,h,p){var m=this.length()+3;if(this._willBeOverCapacity(m))return this._pushOne(f),this._pushOne(h),void this._pushOne(p);var g=this._front+m-3;this._checkCapacity(m);var _=this._capacity-1;this[g+0&_]=f,this[g+1&_]=h,this[g+2&_]=p,this._length=m},c.prototype.shift=function(){var f=this._front,h=this[f];return this[f]=void 0,this._front=f+1&this._capacity-1,this._length--,h},c.prototype.length=function(){return this._length},c.prototype._checkCapacity=function(f){this._capacity<f&&this._resizeTo(this._capacity<<1)},c.prototype._resizeTo=function(f){var h=this._capacity;this._capacity=f,function(p,m,g,_,x){for(var v=0;v<x;++v)g[v+_]=p[v+0],p[v+0]=void 0}(this,0,this,h,this._front+this._length&h-1)},a.exports=c},{}],27:[function(s,a,l){a.exports=function(c,f,h,p){var m=s("./util"),g=function(x){return x.then(function(v){return _(v,x)})};function _(x,v){var b=h(x);if(b instanceof c)return g(b);if((x=m.asArray(x))===null)return p("expecting an array or an iterable object but got "+m.classString(x));var w=new c(f);v!==void 0&&w._propagateFrom(v,3);for(var E=w._fulfill,P=w._reject,k=0,N=x.length;k<N;++k){var A=x[k];(A!==void 0||k in x)&&c.cast(A)._then(E,P,void 0,w,null)}return w}c.race=function(x){return _(x,void 0)},c.prototype.race=function(){return _(this,void 0)}}},{"./util":36}],28:[function(s,a,l){a.exports=function(c,f,h,p,m,g){var _=c._getDomain,x=s("./util"),v=x.tryCatch;function b(N,A,V,I){this.constructor$(N);var Y=_();this._fn=Y===null?A:x.domainBind(Y,A),V!==void 0&&(V=c.resolve(V))._attachCancellationCallback(this),this._initialValue=V,this._currentCancellable=null,this._eachValues=I===m?Array(this._length):I===0?null:void 0,this._promise._captureStackTrace(),this._init$(void 0,-5)}function w(N,A){this.isFulfilled()?A._resolve(N):A._reject(N)}function E(N,A,V,I){return typeof A!="function"?h("expecting a function but got "+x.classString(A)):new b(N,A,V,I).promise()}function P(N){this.accum=N,this.array._gotAccum(N);var A=p(this.value,this.array._promise);return A instanceof c?(this.array._currentCancellable=A,A._then(k,void 0,void 0,this,void 0)):k.call(this,A)}function k(N){var A,V=this.array,I=V._promise,Y=v(V._fn);I._pushContext(),(A=V._eachValues!==void 0?Y.call(I._boundValue(),N,this.index,this.length):Y.call(I._boundValue(),this.accum,N,this.index,this.length))instanceof c&&(V._currentCancellable=A);var q=I._popContext();return g.checkForgottenReturns(A,q,V._eachValues!==void 0?"Promise.each":"Promise.reduce",I),A}x.inherits(b,f),b.prototype._gotAccum=function(N){this._eachValues!==void 0&&this._eachValues!==null&&N!==m&&this._eachValues.push(N)},b.prototype._eachComplete=function(N){return this._eachValues!==null&&this._eachValues.push(N),this._eachValues},b.prototype._init=function(){},b.prototype._resolveEmptyArray=function(){this._resolve(this._eachValues!==void 0?this._eachValues:this._initialValue)},b.prototype.shouldCopyValues=function(){return!1},b.prototype._resolve=function(N){this._promise._resolveCallback(N),this._values=null},b.prototype._resultCancelled=function(N){if(N===this._initialValue)return this._cancel();this._isResolved()||(this._resultCancelled$(),this._curr
|
|||
|
|
|||
|
See http://goo.gl/MqrFmX
|
|||
|
`)}:function(){var _=document.createElement("div"),x={attributes:!0},v=!1,b=document.createElement("div");return new MutationObserver(function(){_.classList.toggle("foo"),v=!1}).observe(b,x),function(w){var E=new MutationObserver(function(){E.disconnect(),w()});E.observe(_,x),v||(v=!0,b.classList.toggle("foo"))}}();a.exports=c},{"./util":36}],30:[function(s,a,l){a.exports=function(c,f,h){var p=c.PromiseInspection;function m(g){this.constructor$(g)}s("./util").inherits(m,f),m.prototype._promiseResolved=function(g,_){return this._values[g]=_,++this._totalResolved>=this._length&&(this._resolve(this._values),!0)},m.prototype._promiseFulfilled=function(g,_){var x=new p;return x._bitField=33554432,x._settledValueField=g,this._promiseResolved(_,x)},m.prototype._promiseRejected=function(g,_){var x=new p;return x._bitField=16777216,x._settledValueField=g,this._promiseResolved(_,x)},c.settle=function(g){return h.deprecated(".settle()",".reflect()"),new m(g).promise()},c.prototype.settle=function(){return c.settle(this)}}},{"./util":36}],31:[function(s,a,l){a.exports=function(c,f,h){var p=s("./util"),m=s("./errors").RangeError,g=s("./errors").AggregateError,_=p.isArray,x={};function v(w){this.constructor$(w),this._howMany=0,this._unwrap=!1,this._initialized=!1}function b(w,E){if((0|E)!==E||E<0)return h(`expecting a positive integer
|
|||
|
|
|||
|
See http://goo.gl/MqrFmX
|
|||
|
`);var P=new v(w),k=P.promise();return P.setHowMany(E),P.init(),k}p.inherits(v,f),v.prototype._init=function(){if(this._initialized)if(this._howMany!==0){this._init$(void 0,-5);var w=_(this._values);!this._isResolved()&&w&&this._howMany>this._canPossiblyFulfill()&&this._reject(this._getRangeError(this.length()))}else this._resolve([])},v.prototype.init=function(){this._initialized=!0,this._init()},v.prototype.setUnwrap=function(){this._unwrap=!0},v.prototype.howMany=function(){return this._howMany},v.prototype.setHowMany=function(w){this._howMany=w},v.prototype._promiseFulfilled=function(w){return this._addFulfilled(w),this._fulfilled()===this.howMany()&&(this._values.length=this.howMany(),this.howMany()===1&&this._unwrap?this._resolve(this._values[0]):this._resolve(this._values),!0)},v.prototype._promiseRejected=function(w){return this._addRejected(w),this._checkOutcome()},v.prototype._promiseCancelled=function(){return this._values instanceof c||this._values==null?this._cancel():(this._addRejected(x),this._checkOutcome())},v.prototype._checkOutcome=function(){if(this.howMany()>this._canPossiblyFulfill()){for(var w=new g,E=this.length();E<this._values.length;++E)this._values[E]!==x&&w.push(this._values[E]);return w.length>0?this._reject(w):this._cancel(),!0}return!1},v.prototype._fulfilled=function(){return this._totalResolved},v.prototype._rejected=function(){return this._values.length-this.length()},v.prototype._addRejected=function(w){this._values.push(w)},v.prototype._addFulfilled=function(w){this._values[this._totalResolved++]=w},v.prototype._canPossiblyFulfill=function(){return this.length()-this._rejected()},v.prototype._getRangeError=function(w){var E="Input array must contain at least "+this._howMany+" items but contains only "+w+" items";return new m(E)},v.prototype._resolveEmptyArray=function(){this._reject(this._getRangeError(0))},c.some=function(w,E){return b(w,E)},c.prototype.some=function(w){return b(this,w)},c._SomePromiseArray=v}},{"./errors":12,"./util":36}],32:[function(s,a,l){a.exports=function(c){function f(v){v!==void 0?(v=v._target(),this._bitField=v._bitField,this._settledValueField=v._isFateSealed()?v._settledValue():void 0):(this._bitField=0,this._settledValueField=void 0)}f.prototype._settledValue=function(){return this._settledValueField};var h=f.prototype.value=function(){if(!this.isFulfilled())throw new TypeError(`cannot get fulfillment value of a non-fulfilled promise
|
|||
|
|
|||
|
See http://goo.gl/MqrFmX
|
|||
|
`);return this._settledValue()},p=f.prototype.error=f.prototype.reason=function(){if(!this.isRejected())throw new TypeError(`cannot get rejection reason of a non-rejected promise
|
|||
|
|
|||
|
See http://goo.gl/MqrFmX
|
|||
|
`);return this._settledValue()},m=f.prototype.isFulfilled=function(){return(33554432&this._bitField)!=0},g=f.prototype.isRejected=function(){return(16777216&this._bitField)!=0},_=f.prototype.isPending=function(){return(50397184&this._bitField)==0},x=f.prototype.isResolved=function(){return(50331648&this._bitField)!=0};f.prototype.isCancelled=function(){return(8454144&this._bitField)!=0},c.prototype.__isCancelled=function(){return(65536&this._bitField)==65536},c.prototype._isCancelled=function(){return this._target().__isCancelled()},c.prototype.isCancelled=function(){return(8454144&this._target()._bitField)!=0},c.prototype.isPending=function(){return _.call(this._target())},c.prototype.isRejected=function(){return g.call(this._target())},c.prototype.isFulfilled=function(){return m.call(this._target())},c.prototype.isResolved=function(){return x.call(this._target())},c.prototype.value=function(){return h.call(this._target())},c.prototype.reason=function(){var v=this._target();return v._unsetRejectionIsUnhandled(),p.call(v)},c.prototype._value=function(){return this._settledValue()},c.prototype._reason=function(){return this._unsetRejectionIsUnhandled(),this._settledValue()},c.PromiseInspection=f}},{}],33:[function(s,a,l){a.exports=function(c,f){var h=s("./util"),p=h.errorObj,m=h.isObject,g={}.hasOwnProperty;return function(_,x){if(m(_)){if(_ instanceof c)return _;var v=function(w){try{return function(E){return E.then}(w)}catch(E){return p.e=E,p}}(_);if(v===p){x&&x._pushContext();var b=c.reject(v.e);return x&&x._popContext(),b}if(typeof v=="function")return function(w){try{return g.call(w,"_promise0")}catch{return!1}}(_)?(b=new c(f),_._then(b._fulfill,b._reject,void 0,b,null),b):function(w,E,P){var k=new c(f),N=k;P&&P._pushContext(),k._captureStackTrace(),P&&P._popContext();var A=!0,V=h.tryCatch(E).call(w,function(I){k&&(k._resolveCallback(I),k=null)},function(I){k&&(k._rejectCallback(I,A,!0),k=null)});return A=!1,k&&V===p&&(k._rejectCallback(V.e,!0,!0),k=null),N}(_,v,x)}return _}}},{"./util":36}],34:[function(s,a,l){a.exports=function(c,f,h){var p=s("./util"),m=c.TimeoutError;function g(w){this.handle=w}g.prototype._resultCancelled=function(){clearTimeout(this.handle)};var _=function(w){return x(+this).thenReturn(w)},x=c.delay=function(w,E){var P,k;return E!==void 0?(P=c.resolve(E)._then(_,null,null,w,void 0),h.cancellation()&&E instanceof c&&P._setOnCancel(E)):(P=new c(f),k=setTimeout(function(){P._fulfill()},+w),h.cancellation()&&P._setOnCancel(new g(k)),P._captureStackTrace()),P._setAsyncGuaranteed(),P};function v(w){return clearTimeout(this.handle),w}function b(w){throw clearTimeout(this.handle),w}c.prototype.delay=function(w){return x(w,this)},c.prototype.timeout=function(w,E){var P,k;w=+w;var N=new g(setTimeout(function(){P.isPending()&&function(A,V,I){var Y;Y=typeof V!="string"?V instanceof Error?V:new m("operation timed out"):new m(V),p.markAsOriginatingFromRejection(Y),A._attachExtraTrace(Y),A._reject(Y),I!=null&&I.cancel()}(P,E,k)},w));return h.cancellation()?(k=this.then(),(P=k._then(v,b,void 0,N,void 0))._setOnCancel(N)):P=this._then(v,b,void 0,N,void 0),P}}},{"./util":36}],35:[function(s,a,l){a.exports=function(c,f,h,p,m,g){var _=s("./util"),x=s("./errors").TypeError,v=s("./util").inherits,b=_.errorObj,w=_.tryCatch,E={};function P(Y){setTimeout(function(){throw Y},0)}function k(Y,q){var X=0,Z=Y.length,J=new c(m);return function oe(){if(X>=Z)return J._fulfill();var ce=function(K){var $=h(K);return $!==K&&typeof K._isDisposable=="function"&&typeof K._getDisposer=="function"&&K._isDisposable()&&$._setDisposable(K._getDisposer()),$}(Y[X++]);if(ce instanceof c&&ce._isDisposable()){try{ce=h(ce._getDisposer().tryDispose(q),Y.promise)}catch(K){return P(K)}if(ce instanceof c)return ce._then(oe,P,null,null,null)}oe()}(),J}function N(Y,q,X){this._data=Y,this._promise=q,this._context=X}function A(Y,q,X){this.constructor$(Y,q,X)}function V(Y){return N.isDisposer(Y)?(this.resources[this.index]._setDisposable(Y),Y.promise()):Y}function I(Y){this.length=Y,this.promise=null,this[Y-1]=null}N.prototype.data=function(){return t
|
|||
|
`){i.eol=`\r
|
|||
|
`;break}if(r[o+1]){i.eol="\r";break}}else if(r[o]===`
|
|||
|
`){i.eol=`
|
|||
|
`;break}}return i.eol||`
|
|||
|
`}},function(e,t,n){var r=n(65),i=n(73);e.exports=function(o,s){var a=i(o,s);return r(a)?a:void 0}},function(e,t,n){var r=n(19).Symbol;e.exports=r},function(e,t,n){var r=n(67),i=typeof self=="object"&&self&&self.Object===Object&&self,o=r||i||Function("return this")();e.exports=o},function(e,t){e.exports=function(n){var r=typeof n;return n!=null&&(r=="object"||r=="function")}},function(e,t){var n=Array.isArray;e.exports=n},function(e,t,n){var r=n(30),i=n(76);e.exports=function(o){return typeof o=="symbol"||i(o)&&r(o)=="[object Symbol]"}},function(e,t,n){(function(r,i){var o=n(6);e.exports=E;var s,a=n(37);E.ReadableState=w,n(12).EventEmitter;var l=function(D,B){return D.listeners(B).length},c=n(24),f=n(7).Buffer,h=r.Uint8Array||function(){},p=n(5);p.inherits=n(2);var m=n(41),g=void 0;g=m&&m.debuglog?m.debuglog("stream"):function(){};var _,x=n(42),v=n(25);p.inherits(E,c);var b=["error","close","destroy","pause","resume"];function w(D,B){s=s||n(1),D=D||{};var ne=B instanceof s;this.objectMode=!!D.objectMode,ne&&(this.objectMode=this.objectMode||!!D.readableObjectMode);var W=D.highWaterMark,G=D.readableHighWaterMark,re=this.objectMode?16:16384;this.highWaterMark=W||W===0?W:ne&&(G||G===0)?G:re,this.highWaterMark=Math.floor(this.highWaterMark),this.buffer=new x,this.length=0,this.pipes=null,this.pipesCount=0,this.flowing=null,this.ended=!1,this.endEmitted=!1,this.reading=!1,this.sync=!0,this.needReadable=!1,this.emittedReadable=!1,this.readableListening=!1,this.resumeScheduled=!1,this.destroyed=!1,this.defaultEncoding=D.defaultEncoding||"utf8",this.awaitDrain=0,this.readingMore=!1,this.decoder=null,this.encoding=null,D.encoding&&(_||(_=n(26).StringDecoder),this.decoder=new _(D.encoding),this.encoding=D.encoding)}function E(D){if(s=s||n(1),!(this instanceof E))return new E(D);this._readableState=new w(D,this),this.readable=!0,D&&(typeof D.read=="function"&&(this._read=D.read),typeof D.destroy=="function"&&(this._destroy=D.destroy)),c.call(this)}function P(D,B,ne,W,G){var re,le=D._readableState;return B===null?(le.reading=!1,function(me,O){if(!O.ended){if(O.decoder){var R=O.decoder.end();R&&R.length&&(O.buffer.push(R),O.length+=O.objectMode?1:R.length)}O.ended=!0,V(me)}}(D,le)):(G||(re=function(me,O){var R;return function(F){return f.isBuffer(F)||F instanceof h}(O)||typeof O=="string"||O===void 0||me.objectMode||(R=new TypeError("Invalid non-string/buffer chunk")),R}(le,B)),re?D.emit("error",re):le.objectMode||B&&B.length>0?(typeof B=="string"||le.objectMode||Object.getPrototypeOf(B)===f.prototype||(B=function(me){return f.from(me)}(B)),W?le.endEmitted?D.emit("error",new Error("stream.unshift() after end event")):k(D,le,B,!0):le.ended?D.emit("error",new Error("stream.push() after EOF")):(le.reading=!1,le.decoder&&!ne?(B=le.decoder.write(B),le.objectMode||B.length!==0?k(D,le,B,!1):Y(D,le)):k(D,le,B,!1))):W||(le.reading=!1)),function(me){return!me.ended&&(me.needReadable||me.length<me.highWaterMark||me.length===0)}(le)}function k(D,B,ne,W){B.flowing&&B.length===0&&!B.sync?(D.emit("data",ne),D.read(0)):(B.length+=B.objectMode?1:ne.length,W?B.buffer.unshift(ne):B.buffer.push(ne),B.needReadable&&V(D)),Y(D,B)}Object.defineProperty(E.prototype,"destroyed",{get:function(){return this._readableState!==void 0&&this._readableState.destroyed},set:function(D){this._readableState&&(this._readableState.destroyed=D)}}),E.prototype.destroy=v.destroy,E.prototype._undestroy=v.undestroy,E.prototype._destroy=function(D,B){this.push(null),B(D)},E.prototype.push=function(D,B){var ne,W=this._readableState;return W.objectMode?ne=!0:typeof D=="string"&&((B=B||W.defaultEncoding)!==W.encoding&&(D=f.from(D,B),B=""),ne=!0),P(this,D,B,!1,ne)},E.prototype.unshift=function(D){return P(this,D,null,!0,!1)},E.prototype.isPaused=function(){return this._readableState.flowing===!1},E.prototype.setEncoding=function(D){return _||(_=n(26).StringDecoder),this._readableState.decoder=new _(D),this._readableState.encoding=D,this};var N=8388608;function A(D,B){return D<=0||B.length===0&&B.ended?0:B.objectMode?1:D!=D?B.flowing&&B.length?B.buffer.head.data.length:B.length:(D>B
|
|||
|
`))}return{rowsCells:f,partial:h}},l}();t.RowSplit=a},function(e,t,n){var r=this&&this.__importDefault||function(v){return v&&v.__esModule?v:{default:v}};Object.defineProperty(t,"__esModule",{value:!0});var i=r(n(29)),o=r(n(60)),s=/^[-+]?[0-9]*\.?[0-9]+([eE][-+]?[0-9]+)?$/;function a(v,b,w){if(b.parseParam.checkColumn&&b.parseRuntime.headers&&v.length!==b.parseRuntime.headers.length)throw i.default.column_mismatched(b.parseRuntime.parsedLineNumber+w);return function(E,P,k){for(var N=!1,A={},V=0,I=E.length;V<I;V++){var Y=E[V];if(!k.parseParam.ignoreEmpty||Y!==""){N=!0;var q=P[V];q&&q!==""||(q=P[V]="field"+(V+1));var X=c(q,V,k);if(X){var Z=X(Y,q,A,E,V);Z!==void 0&&f(A,q,Z,k,V)}else k.parseParam.checkType&&(Y=m(Y,q,V,k)(Y)),Y!==void 0&&f(A,q,Y,k,V)}}return N?A:null}(v,b.parseRuntime.headers||[],b)||null}t.default=function(v,b){for(var w=[],E=0,P=v.length;E<P;E++){var k=a(v[E],b,E);k&&w.push(k)}return w};var l={string:_,number:g,omit:function(){}};function c(v,b,w){if(w.parseRuntime.columnConv[b]!==void 0)return w.parseRuntime.columnConv[b];var E=w.parseParam.colParser[v];if(E===void 0)return w.parseRuntime.columnConv[b]=null;if(typeof E=="object"&&(E=E.cellParser||"string"),typeof E=="string"){E=E.trim().toLowerCase();var P=l[E];return w.parseRuntime.columnConv[b]=P||null}return w.parseRuntime.columnConv[b]=typeof E=="function"?E:null}function f(v,b,w,E,P){if(!E.parseRuntime.columnValueSetter[P])if(E.parseParam.flatKeys)E.parseRuntime.columnValueSetter[P]=h;else if(b.indexOf(".")>-1){for(var k=b.split("."),N=!0;k.length>0;)if(k.shift().length===0){N=!1;break}!N||E.parseParam.colParser[b]&&E.parseParam.colParser[b].flat?E.parseRuntime.columnValueSetter[P]=h:E.parseRuntime.columnValueSetter[P]=p}else E.parseRuntime.columnValueSetter[P]=h;E.parseParam.nullObject===!0&&w==="null"&&(w=null),E.parseRuntime.columnValueSetter[P](v,b,w)}function h(v,b,w){v[b]=w}function p(v,b,w){o.default(v,b,w)}function m(v,b,w,E){return E.parseRuntime.headerType[w]?E.parseRuntime.headerType[w]:b.indexOf("number#!")>-1?E.parseRuntime.headerType[w]=g:b.indexOf("string#!")>-1?E.parseRuntime.headerType[w]=_:E.parseParam.checkType?E.parseRuntime.headerType[w]=x:E.parseRuntime.headerType[w]=_}function g(v){var b=parseFloat(v);return isNaN(b)?v:b}function _(v){return v.toString()}function x(v){var b=v.trim();return b===""?_(v):s.test(b)?g(v):b.length===5&&b.toLowerCase()==="false"||b.length===4&&b.toLowerCase()==="true"?function(w){var E=w.trim();return E.length!==5||E.toLowerCase()!=="false"}(v):b[0]==="{"&&b[b.length-1]==="}"||b[0]==="["&&b[b.length-1]==="]"?function(w){try{return JSON.parse(w)}catch{return w}}(v):_(v)}},function(e,t,n){var r=n(61);e.exports=function(i,o,s){return i==null?i:r(i,o,s)}},function(e,t,n){var r=n(62),i=n(74),o=n(103),s=n(20),a=n(104);e.exports=function(l,c,f,h){if(!s(l))return l;for(var p=-1,m=(c=i(c,l)).length,g=m-1,_=l;_!=null&&++p<m;){var x=a(c[p]),v=f;if(p!=g){var b=_[x];(v=h?h(b,x,_):void 0)===void 0&&(v=s(b)?b:o(c[p+1])?[]:{})}r(_,x,v),_=_[x]}return l}},function(e,t,n){var r=n(63),i=n(31),o=Object.prototype.hasOwnProperty;e.exports=function(s,a,l){var c=s[a];o.call(s,a)&&i(c,l)&&(l!==void 0||a in s)||r(s,a,l)}},function(e,t,n){var r=n(64);e.exports=function(i,o,s){o=="__proto__"&&r?r(i,o,{configurable:!0,enumerable:!0,value:s,writable:!0}):i[o]=s}},function(e,t,n){var r=n(17),i=function(){try{var o=r(Object,"defineProperty");return o({},"",{}),o}catch{}}();e.exports=i},function(e,t,n){var r=n(66),i=n(70),o=n(20),s=n(72),a=/^\[object .+?Constructor\]$/,l=Function.prototype,c=Object.prototype,f=l.toString,h=c.hasOwnProperty,p=RegExp("^"+f.call(h).replace(/[\\^$.*+?()[\]{}|]/g,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$");e.exports=function(m){return!(!o(m)||i(m))&&(r(m)?p:a).test(s(m))}},function(e,t,n){var r=n(30),i=n(20);e.exports=function(o){if(!i(o))return!1;var s=r(o);return s=="[object Function]"||s=="[object GeneratorFunction]"||s=="[object AsyncFunction]"||s=="[object Proxy]"}},function(e,t,n){(function(r){var i=typeof r=="object"&&r&&r.Object===Object&&r;e.exports=i}).c
|
|||
|
`,t.homedir=function(){return"/"}}]),y_e="Expected a function",MF="__lodash_hash_undefined__",RF=1/0,__e="[object Function]",b_e="[object GeneratorFunction]",w_e="[object Symbol]",x_e=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,S_e=/^\w*$/,C_e=/^\./,E_e=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g,T_e=/[\\^$.*+?()[\]{}|]/g,O_e=/\\(\\)?/g,P_e=/^\[object .+?Constructor\]$/,k_e=typeof Il=="object"&&Il&&Il.Object===Object&&Il,M_e=typeof self=="object"&&self&&self.Object===Object&&self,tT=k_e||M_e||Function("return this")();function R_e(e,t){return e==null?void 0:e[t]}function N_e(e){var t=!1;if(e!=null&&typeof e.toString!="function")try{t=!!(e+"")}catch{}return t}var L_e=Array.prototype,D_e=Function.prototype,NF=Object.prototype,Ib=tT["__core-js_shared__"],tL=function(){var e=/[^.]+$/.exec(Ib&&Ib.keys&&Ib.keys.IE_PROTO||"");return e?"Symbol(src)_1."+e:""}(),LF=D_e.toString,nT=NF.hasOwnProperty,DF=NF.toString,A_e=RegExp("^"+LF.call(nT).replace(T_e,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$"),nL=tT.Symbol,I_e=L_e.splice,F_e=AF(tT,"Map"),bd=AF(Object,"create"),rL=nL?nL.prototype:void 0,iL=rL?rL.toString:void 0;function rl(e){var t=-1,n=e?e.length:0;for(this.clear();++t<n;){var r=e[t];this.set(r[0],r[1])}}function $_e(){this.__data__=bd?bd(null):{}}function j_e(e){return this.has(e)&&delete this.__data__[e]}function B_e(e){var t=this.__data__;if(bd){var n=t[e];return n===MF?void 0:n}return nT.call(t,e)?t[e]:void 0}function z_e(e){var t=this.__data__;return bd?t[e]!==void 0:nT.call(t,e)}function U_e(e,t){var n=this.__data__;return n[e]=bd&&t===void 0?MF:t,this}rl.prototype.clear=$_e;rl.prototype.delete=j_e;rl.prototype.get=B_e;rl.prototype.has=z_e;rl.prototype.set=U_e;function tu(e){var t=-1,n=e?e.length:0;for(this.clear();++t<n;){var r=e[t];this.set(r[0],r[1])}}function V_e(){this.__data__=[]}function H_e(e){var t=this.__data__,n=O_(t,e);if(n<0)return!1;var r=t.length-1;return n==r?t.pop():I_e.call(t,n,1),!0}function W_e(e){var t=this.__data__,n=O_(t,e);return n<0?void 0:t[n][1]}function Y_e(e){return O_(this.__data__,e)>-1}function q_e(e,t){var n=this.__data__,r=O_(n,e);return r<0?n.push([e,t]):n[r][1]=t,this}tu.prototype.clear=V_e;tu.prototype.delete=H_e;tu.prototype.get=W_e;tu.prototype.has=Y_e;tu.prototype.set=q_e;function fl(e){var t=-1,n=e?e.length:0;for(this.clear();++t<n;){var r=e[t];this.set(r[0],r[1])}}function G_e(){this.__data__={hash:new rl,map:new(F_e||tu),string:new rl}}function Z_e(e){return P_(this,e).delete(e)}function K_e(e){return P_(this,e).get(e)}function X_e(e){return P_(this,e).has(e)}function Q_e(e,t){return P_(this,e).set(e,t),this}fl.prototype.clear=G_e;fl.prototype.delete=Z_e;fl.prototype.get=K_e;fl.prototype.has=X_e;fl.prototype.set=Q_e;function O_(e,t){for(var n=e.length;n--;)if(c0e(e[n][0],t))return n;return-1}function J_e(e,t){t=r0e(t,e)?[t]:n0e(t);for(var n=0,r=t.length;e!=null&&n<r;)e=e[a0e(t[n++])];return n&&n==r?e:void 0}function e0e(e){if(!FF(e)||o0e(e))return!1;var t=u0e(e)||N_e(e)?A_e:P_e;return t.test(l0e(e))}function t0e(e){if(typeof e=="string")return e;if(iT(e))return iL?iL.call(e):"";var t=e+"";return t=="0"&&1/e==-RF?"-0":t}function n0e(e){return IF(e)?e:s0e(e)}function P_(e,t){var n=e.__data__;return i0e(t)?n[typeof t=="string"?"string":"hash"]:n.map}function AF(e,t){var n=R_e(e,t);return e0e(n)?n:void 0}function r0e(e,t){if(IF(e))return!1;var n=typeof e;return n=="number"||n=="symbol"||n=="boolean"||e==null||iT(e)?!0:S_e.test(e)||!x_e.test(e)||t!=null&&e in Object(t)}function i0e(e){var t=typeof e;return t=="string"||t=="number"||t=="symbol"||t=="boolean"?e!=="__proto__":e===null}function o0e(e){return!!tL&&tL in e}var s0e=rT(function(e){e=d0e(e);var t=[];return C_e.test(e)&&t.push(""),e.replace(E_e,function(n,r,i,o){t.push(i?o.replace(O_e,"$1"):r||n)}),t});function a0e(e){if(typeof e=="string"||iT(e))return e;var t=e+"";return t=="0"&&1/e==-RF?"-0":t}function l0e(e){if(e!=null){try{return LF.call(e)}catch{}try{return e+""}catch{}}return""}function rT(e,t){if(typeof e!="function"|
|
|||
|
`,n.header=n.header!==!1,n.includeEmptyRows=n.includeEmptyRows||!1,n.withBOM=n.withBOM||!1,n}preprocessFieldsInfo(t,n){return t.map(r=>{if(typeof r=="string")return{label:r,value:r.includes(".")||r.includes("[")?i=>oL(i,r,n):i=>sL(i,r,n)};if(typeof r=="object"){const i="default"in r?r.default:n;if(typeof r.value=="string")return{label:r.label||r.value,value:r.value.includes(".")||r.value.includes("[")?o=>oL(o,r.value,i):o=>sL(o,r.value,i)};if(typeof r.value=="function"){const o=r.label||r.value.name||"",s={label:o,default:i};return{label:o,value(a){const l=r.value(a,s);return l??i}}}}throw new Error("Invalid field info option. "+JSON.stringify(r))})}getHeader(){return yx(this.opts.fields.map(t=>this.opts.formatters.header(t.label)),this.opts.delimiter)}preprocessRow(t){return this.opts.transforms.reduce((n,r)=>n.map(i=>r(i)).reduce($F,[]),[t])}processRow(t){if(!t)return;const n=this.opts.fields.map(r=>this.processCell(t,r));if(!(!this.opts.includeEmptyRows&&n.every(r=>r==="")))return yx(n,this.opts.delimiter)}processCell(t,n){return this.processValue(n.value(t))}processValue(t){return this.opts.formatters[typeof t](t)}}class y0e extends v0e{constructor(t){super(t)}parse(t){const n=this.preprocessData(t);this.opts.fields=this.opts.fields||this.preprocessFieldsInfo(n.reduce((s,a)=>(Object.keys(a).forEach(l=>{s.includes(l)||s.push(l)}),s),[]));const r=this.opts.header?this.getHeader():"",i=this.processData(n);return(this.opts.withBOM?"\uFEFF":"")+r+(r&&i?this.opts.eol:"")+i}preprocessData(t){const n=Array.isArray(t)?t:[t];if(!this.opts.fields&&(n.length===0||typeof n[0]!="object"))throw new Error('Data should not be empty or the "fields" option should be included');return this.opts.transforms.length===0?n:n.map(r=>this.preprocessRow(r)).reduce($F,[])}processData(t){return yx(t.map(n=>this.processRow(n)).filter(n=>n),this.opts.eol)}}var Sn;(function(e){e[e.BACKSPACE=8]="BACKSPACE",e[e.FORM_FEED=12]="FORM_FEED",e[e.NEWLINE=10]="NEWLINE",e[e.CARRIAGE_RETURN=13]="CARRIAGE_RETURN",e[e.TAB=9]="TAB",e[e.SPACE=32]="SPACE",e[e.EXCLAMATION_MARK=33]="EXCLAMATION_MARK",e[e.QUOTATION_MARK=34]="QUOTATION_MARK",e[e.NUMBER_SIGN=35]="NUMBER_SIGN",e[e.DOLLAR_SIGN=36]="DOLLAR_SIGN",e[e.PERCENT_SIGN=37]="PERCENT_SIGN",e[e.AMPERSAND=38]="AMPERSAND",e[e.APOSTROPHE=39]="APOSTROPHE",e[e.LEFT_PARENTHESIS=40]="LEFT_PARENTHESIS",e[e.RIGHT_PARENTHESIS=41]="RIGHT_PARENTHESIS",e[e.ASTERISK=42]="ASTERISK",e[e.PLUS_SIGN=43]="PLUS_SIGN",e[e.COMMA=44]="COMMA",e[e.HYPHEN_MINUS=45]="HYPHEN_MINUS",e[e.FULL_STOP=46]="FULL_STOP",e[e.SOLIDUS=47]="SOLIDUS",e[e.DIGIT_ZERO=48]="DIGIT_ZERO",e[e.DIGIT_ONE=49]="DIGIT_ONE",e[e.DIGIT_TWO=50]="DIGIT_TWO",e[e.DIGIT_THREE=51]="DIGIT_THREE",e[e.DIGIT_FOUR=52]="DIGIT_FOUR",e[e.DIGIT_FIVE=53]="DIGIT_FIVE",e[e.DIGIT_SIX=54]="DIGIT_SIX",e[e.DIGIT_SEVEN=55]="DIGIT_SEVEN",e[e.DIGIT_EIGHT=56]="DIGIT_EIGHT",e[e.DIGIT_NINE=57]="DIGIT_NINE",e[e.COLON=58]="COLON",e[e.SEMICOLON=59]="SEMICOLON",e[e.LESS_THAN_SIGN=60]="LESS_THAN_SIGN",e[e.EQUALS_SIGN=61]="EQUALS_SIGN",e[e.GREATER_THAN_SIGN=62]="GREATER_THAN_SIGN",e[e.QUESTION_MARK=63]="QUESTION_MARK",e[e.COMMERCIAL_AT=64]="COMMERCIAL_AT",e[e.LATIN_CAPITAL_LETTER_A=65]="LATIN_CAPITAL_LETTER_A",e[e.LATIN_CAPITAL_LETTER_B=66]="LATIN_CAPITAL_LETTER_B",e[e.LATIN_CAPITAL_LETTER_C=67]="LATIN_CAPITAL_LETTER_C",e[e.LATIN_CAPITAL_LETTER_D=68]="LATIN_CAPITAL_LETTER_D",e[e.LATIN_CAPITAL_LETTER_E=69]="LATIN_CAPITAL_LETTER_E",e[e.LATIN_CAPITAL_LETTER_F=70]="LATIN_CAPITAL_LETTER_F",e[e.LATIN_CAPITAL_LETTER_G=71]="LATIN_CAPITAL_LETTER_G",e[e.LATIN_CAPITAL_LETTER_H=72]="LATIN_CAPITAL_LETTER_H",e[e.LATIN_CAPITAL_LETTER_I=73]="LATIN_CAPITAL_LETTER_I",e[e.LATIN_CAPITAL_LETTER_J=74]="LATIN_CAPITAL_LETTER_J",e[e.LATIN_CAPITAL_LETTER_K=75]="LATIN_CAPITAL_LETTER_K",e[e.LATIN_CAPITAL_LETTER_L=76]="LATIN_CAPITAL_LETTER_L",e[e.LATIN_CAPITAL_LETTER_M=77]="LATIN_CAPITAL_LETTER_M",e[e.LATIN_CAPITAL_LETTER_N=78]="LATIN_CAPITAL_LETTER_N",e[e.LATIN_CAPITAL_LETTER_O=79]="LATIN_CAPITAL_LETTER_O",e[e.LATIN_CAPITAL_LETTER_P=80]="LATIN_CAPITAL_LETTER_P",e[e.LATIN_CAPITAL_LETTER_Q=81]="LATIN_CAPITAL_LETTER_Q",e[e.LATIN_CAPITA
|
|||
|
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function o($,D){if($){if(typeof $=="string")return s($,D);var B=Object.prototype.toString.call($).slice(8,-1);return B==="Object"&&$.constructor&&(B=$.constructor.name),B==="Map"||B==="Set"?Array.from($):B==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(B)?s($,D):void 0}}function s($,D){(D==null||D>$.length)&&(D=$.length);for(var B=0,ne=Array(D);B<D;B++)ne[B]=$[B];return ne}function a($,D){var B=$==null?null:typeof Symbol<"u"&&$[Symbol.iterator]||$["@@iterator"];if(B!=null){var ne,W,G=[],re=!0,le=!1;try{for(B=B.call($);!(re=(ne=B.next()).done)&&(G.push(ne.value),!(D&&G.length===D));re=!0);}catch(me){le=!0,W=me}finally{try{re||B.return==null||B.return()}finally{if(le)throw W}}return G}}function l($){if(Array.isArray($))return $}function c($){return c=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(D){return typeof D}:function(D){return D&&typeof Symbol=="function"&&D.constructor===Symbol&&D!==Symbol.prototype?"symbol":typeof D},c($)}function f($,D,B){return D in $?Object.defineProperty($,D,{value:B,enumerable:!0,configurable:!0,writable:!0}):$[D]=B,$}var h="[Redux-LocalStorage-Simple]",p="redux_localstorage_simple",m="_",g=[],_=[],x=0,v=!1,b=!1,w=new Map;function E($){console.warn(h,$)}function P(){}var k=function($){return $?P:E};function N($,D){return D===void 0?null:$.length===1?D[$[0]]:N($.slice(1),D[$[0]])}function A($){function D(ne,W){return ne.length===0?W:D(ne.slice(1),f({},ne[0],W))}var B=1<arguments.length&&arguments[1]!==void 0?arguments[1]:{};return D($.split(".").reverse(),B)}function V($){this.warnFn=$||E}Object.defineProperty(V.prototype,"length",{get:function(){try{return localStorage.length}catch($){this.warnFn($)}return 0},configurable:!0,enumerable:!0}),V.prototype.key=function($){try{return localStorage.key($)}catch(D){this.warnFn(D)}return null},V.prototype.setItem=function($,D){try{localStorage.setItem($,JSON.stringify(D))}catch(B){this.warnFn(B)}},V.prototype.getItem=function($){try{return JSON.parse(localStorage.getItem($))}catch(D){this.warnFn(D)}return null},V.prototype.removeItem=function($){try{localStorage.removeItem($)}catch(D){this.warnFn(D)}};function I(){var $=0<arguments.length&&arguments[0]!==void 0?arguments[0]:{},D=$.states,B=D===void 0?g:D,ne=$.ignoreStates,W=ne===void 0?_:ne,G=$.namespace,re=G===void 0?p:G,le=$.namespaceSeparator,me=le===void 0?m:le,O=$.debounce,R=O===void 0?x:O,F=$.disableWarnings,ee=F===void 0?b:F;return function(Q){return function(se){return function(ve){function Le(Re,Ne){return 1<Re.split(".").length?N(Re.split("."),Ne):N([Re],Ne)}function fe(){B.length===0?De.setItem(re,ye):B.forEach(function(Re){var Ne=re+me+Re,ue=Le(Re,ye);ue?De.setItem(Ne,ue):De.removeItem(Ne)})}var ye,be=k(ee),Te=se(ve);Z(B)||(console.error(h,"'states' parameter in 'save()' method was passed a non-array value. Setting default value instead. Check your 'save()' method."),B=g),Z(W)||(console.error(h,"'ignoreStates' parameter in 'save()' method was passed a non-array value. Setting default value instead. Check your 'save()' method."),W=_),0<W.length&&(W=W.filter(function(Re){return J(Re)?Re:void console.error(h,"'ignoreStates' array contains a non-string value. Ignoring this value. Check your 'ignoreStates' array.")})),J(re)||(console.error(h,"'namespace' parameter in 'save()' method was passed a non-string value. Setting default value instead. Check your 'save()' method."),re=p),J(me)||(console.error(h,"'namespaceSeparator' parameter in 'save()' method was passed a non-string value. Setting default value instead. Check your 'save()' method."),me=m),oe(R)||(console.error(h,"'debounce' parameter in 'save()' method was passed a non-integer value. Setting default value instead. Check your 'save()' method."),R=x),ye=0<W.length?K(W,Q.getState()):Q.getState();var De=new V(be);return R?(w.get(B+re)&&clearTimeout(w.get(B+re)),w.set(B+re,setTimeout(function(){fe()},R))):fe(),Te}}}}function Y(){var $=0<arguments.length&&arguments[0]!==void 0?arguments[0]:{},D=$.states,B=D===void 0?g
|