FileMaster
Search
Toggle Dark Mode
Home
/
.
/
wp-content
/
plugins
/
surerank
/
build
/
vendor-2c083130
Edit File: index.js
"use strict";(globalThis.webpackChunksurerank=globalThis.webpackChunksurerank||[]).push([[6018],{48343(e,r,t){const{normalizeIPv6:n,removeDotSegments:o,recomposeAuthority:s,normalizeComponentEncoding:a,isIPv4:i,nonSimpleDomain:u}=t(34834),{SCHEMES:c,getSchemeHandler:f}=t(343);function p(e,r,t,n){const s={};return n||(e=m(h(e,t),t),r=m(h(r,t),t)),!(t=t||{}).tolerant&&r.scheme?(s.scheme=r.scheme,s.userinfo=r.userinfo,s.host=r.host,s.port=r.port,s.path=o(r.path||""),s.query=r.query):(void 0!==r.userinfo||void 0!==r.host||void 0!==r.port?(s.userinfo=r.userinfo,s.host=r.host,s.port=r.port,s.path=o(r.path||""),s.query=r.query):(r.path?("/"===r.path[0]?s.path=o(r.path):(s.path=void 0===e.userinfo&&void 0===e.host&&void 0===e.port||e.path?e.path?e.path.slice(0,e.path.lastIndexOf("/")+1)+r.path:r.path:"/"+r.path,s.path=o(s.path)),s.query=r.query):(s.path=e.path,s.query=void 0!==r.query?r.query:e.query),s.userinfo=e.userinfo,s.host=e.host,s.port=e.port),s.scheme=e.scheme),s.fragment=r.fragment,s}function h(e,r){const t={host:e.host,scheme:e.scheme,userinfo:e.userinfo,port:e.port,path:e.path,query:e.query,nid:e.nid,nss:e.nss,uuid:e.uuid,fragment:e.fragment,reference:e.reference,resourceName:e.resourceName,secure:e.secure,error:""},n=Object.assign({},r),a=[],i=f(n.scheme||t.scheme);i&&i.serialize&&i.serialize(t,n),void 0!==t.path&&(n.skipEscape?t.path=unescape(t.path):(t.path=escape(t.path),void 0!==t.scheme&&(t.path=t.path.split("%3A").join(":")))),"suffix"!==n.reference&&t.scheme&&a.push(t.scheme,":");const u=s(t);if(void 0!==u&&("suffix"!==n.reference&&a.push("//"),a.push(u),t.path&&"/"!==t.path[0]&&a.push("/")),void 0!==t.path){let e=t.path;n.absolutePath||i&&i.absolutePath||(e=o(e)),void 0===u&&"/"===e[0]&&"/"===e[1]&&(e="/%2F"+e.slice(2)),a.push(e)}return void 0!==t.query&&a.push("?",t.query),void 0!==t.fragment&&a.push("#",t.fragment),a.join("")}const l=/^(?:([^#/:?]+):)?(?:\/\/((?:([^#/?@]*)@)?(\[[^#/?\]]+\]|[^#/:?]*)(?::(\d*))?))?([^#?]*)(?:\?([^#]*))?(?:#((?:.|[\n\r])*))?/u;function m(e,r){const t=Object.assign({},r),o={scheme:void 0,userinfo:void 0,host:"",port:void 0,path:"",query:void 0,fragment:void 0};let s=!1;"suffix"===t.reference&&(e=t.scheme?t.scheme+":"+e:"//"+e);const a=e.match(l);if(a){if(o.scheme=a[1],o.userinfo=a[3],o.host=a[4],o.port=parseInt(a[5],10),o.path=a[6]||"",o.query=a[7],o.fragment=a[8],isNaN(o.port)&&(o.port=a[5]),o.host)if(!1===i(o.host)){const e=n(o.host);o.host=e.host.toLowerCase(),s=e.isIPV6}else s=!0;o.reference=void 0!==o.scheme||void 0!==o.userinfo||void 0!==o.host||void 0!==o.port||void 0!==o.query||o.path?void 0===o.scheme?"relative":void 0===o.fragment?"absolute":"uri":"same-document",t.reference&&"suffix"!==t.reference&&t.reference!==o.reference&&(o.error=o.error||"URI is not a "+t.reference+" reference.");const r=f(t.scheme||o.scheme);if(!t.unicodeSupport&&(!r||!r.unicodeSupport)&&o.host&&(t.domainHost||r&&r.domainHost)&&!1===s&&u(o.host))try{o.host=URL.domainToASCII(o.host.toLowerCase())}catch(c){o.error=o.error||"Host's domain name can not be converted to ASCII: "+c}(!r||r&&!r.skipNormalize)&&(-1!==e.indexOf("%")&&(void 0!==o.scheme&&(o.scheme=unescape(o.scheme)),void 0!==o.host&&(o.host=unescape(o.host))),o.path&&(o.path=escape(unescape(o.path))),o.fragment&&(o.fragment=encodeURI(decodeURIComponent(o.fragment)))),r&&r.parse&&r.parse(o,t)}else o.error=o.error||"URI can not be parsed.";return o}const d={SCHEMES:c,normalize:function(e,r){return"string"===typeof e?e=h(m(e,r),r):"object"===typeof e&&(e=m(h(e,r),r)),e},resolve:function(e,r,t){const n=t?Object.assign({scheme:"null"},t):{scheme:"null"},o=p(m(e,n),m(r,n),n,!0);return n.skipEscape=!0,h(o,n)},resolveComponent:p,equal:function(e,r,t){return"string"===typeof e?(e=unescape(e),e=h(a(m(e,t),!0),{...t,skipEscape:!0})):"object"===typeof e&&(e=h(a(e,!0),{...t,skipEscape:!0})),"string"===typeof r?(r=unescape(r),r=h(a(m(r,t),!0),{...t,skipEscape:!0})):"object"===typeof r&&(r=h(a(r,!0),{...t,skipEscape:!0})),e.toLowerCase()===r.toLowerCase()},serialize:h,parse:m};e.exports=d,e.exports.default=d,e.exports.fastUri=d},343(e,r,t){const{isUUID:n}=t(34834),o=/([\da-z][\d\-a-z]{0,31}):((?:[\w!$'()*+,\-.:;=@]|%[\da-f]{2})+)/iu,s=["http","https","ws","wss","urn","urn:uuid"];function a(e){return!0===e.secure||!1!==e.secure&&!!e.scheme&&3===e.scheme.length&&("w"===e.scheme[0]||"W"===e.scheme[0])&&("s"===e.scheme[1]||"S"===e.scheme[1])&&("s"===e.scheme[2]||"S"===e.scheme[2])}function i(e){return e.host||(e.error=e.error||"HTTP URIs must have a host."),e}function u(e){const r="https"===String(e.scheme).toLowerCase();return e.port!==(r?443:80)&&""!==e.port||(e.port=void 0),e.path||(e.path="/"),e}const c={scheme:"http",domainHost:!0,parse:i,serialize:u},f={scheme:"ws",domainHost:!0,parse:function(e){return e.secure=a(e),e.resourceName=(e.path||"/")+(e.query?"?"+e.query:""),e.path=void 0,e.query=void 0,e},serialize:function(e){if(e.port!==(a(e)?443:80)&&""!==e.port||(e.port=void 0),"boolean"===typeof e.secure&&(e.scheme=e.secure?"wss":"ws",e.secure=void 0),e.resourceName){const[r,t]=e.resourceName.split("?");e.path=r&&"/"!==r?r:void 0,e.query=t,e.resourceName=void 0}return e.fragment=void 0,e}},p={http:c,https:{scheme:"https",domainHost:c.domainHost,parse:i,serialize:u},ws:f,wss:{scheme:"wss",domainHost:f.domainHost,parse:f.parse,serialize:f.serialize},urn:{scheme:"urn",parse:function(e,r){if(!e.path)return e.error="URN can not be parsed",e;const t=e.path.match(o);if(t){const n=r.scheme||e.scheme||"urn";e.nid=t[1].toLowerCase(),e.nss=t[2];const o=h(`${n}:${r.nid||e.nid}`);e.path=void 0,o&&(e=o.parse(e,r))}else e.error=e.error||"URN can not be parsed.";return e},serialize:function(e,r){if(void 0===e.nid)throw new Error("URN without nid cannot be serialized");const t=r.scheme||e.scheme||"urn",n=e.nid.toLowerCase(),o=h(`${t}:${r.nid||n}`);o&&(e=o.serialize(e,r));const s=e;return s.path=`${n||r.nid}:${e.nss}`,r.skipEscape=!0,s},skipNormalize:!0},"urn:uuid":{scheme:"urn:uuid",parse:function(e,r){const t=e;return t.uuid=t.nss,t.nss=void 0,r.tolerant||t.uuid&&n(t.uuid)||(t.error=t.error||"UUID is not valid."),t},serialize:function(e){const r=e;return r.nss=(e.uuid||"").toLowerCase(),r},skipNormalize:!0}};function h(e){return e&&(p[e]||p[e.toLowerCase()])||void 0}Object.setPrototypeOf(p,null),e.exports={wsIsSecure:a,SCHEMES:p,isValidSchemeName:function(e){return-1!==s.indexOf(e)},getSchemeHandler:h}},34834(e){const r=RegExp.prototype.test.bind(/^[\da-f]{8}-[\da-f]{4}-[\da-f]{4}-[\da-f]{4}-[\da-f]{12}$/iu),t=RegExp.prototype.test.bind(/^(?:(?:25[0-5]|2[0-4]\d|1\d{2}|[1-9]\d|\d)\.){3}(?:25[0-5]|2[0-4]\d|1\d{2}|[1-9]\d|\d)$/u);function n(e){let r="",t=0,n=0;for(n=0;n<e.length;n++)if(t=e[n].charCodeAt(0),48!==t){if(!(t>=48&&t<=57||t>=65&&t<=70||t>=97&&t<=102))return"";r+=e[n];break}for(n+=1;n<e.length;n++){if(t=e[n].charCodeAt(0),!(t>=48&&t<=57||t>=65&&t<=70||t>=97&&t<=102))return"";r+=e[n]}return r}const o=RegExp.prototype.test.bind(/[^!"$&'()*+,\-.;=_`a-z{}~]/u);function s(e){return e.length=0,!0}function a(e,r,t){if(e.length){const o=n(e);if(""===o)return t.error=!0,!1;r.push(o),e.length=0}return!0}function i(e){if(function(e){let r=0;for(let t=0;t<e.length;t++)":"===e[t]&&r++;return r}(e)<2)return{host:e,isIPV6:!1};const r=function(e){let r=0;const t={error:!1,address:"",zone:""},o=[],i=[];let u=!1,c=!1,f=a;for(let n=0;n<e.length;n++){const a=e[n];if("["!==a&&"]"!==a)if(":"!==a)if("%"===a){if(!f(i,o,t))break;f=s}else i.push(a);else{if(!0===u&&(c=!0),!f(i,o,t))break;if(++r>7){t.error=!0;break}n>0&&":"===e[n-1]&&(u=!0),o.push(":")}}return i.length&&(f===s?t.zone=i.join(""):o.push(c?i.join(""):n(i))),t.address=o.join(""),t}(e);if(r.error)return{host:e,isIPV6:!1};{let e=r.address,t=r.address;return r.zone&&(e+="%"+r.zone,t+="%25"+r.zone),{host:e,isIPV6:!0,escapedHost:t}}}e.exports={nonSimpleDomain:o,recomposeAuthority:function(e){const r=[];if(void 0!==e.userinfo&&(r.push(e.userinfo),r.push("@")),void 0!==e.host){let n=unescape(e.host);if(!t(n)){const r=i(n);n=!0===r.isIPV6?`[${r.escapedHost}]`:e.host}r.push(n)}return"number"!==typeof e.port&&"string"!==typeof e.port||(r.push(":"),r.push(String(e.port))),r.length?r.join(""):void 0},normalizeComponentEncoding:function(e,r){const t=!0!==r?escape:unescape;return void 0!==e.scheme&&(e.scheme=t(e.scheme)),void 0!==e.userinfo&&(e.userinfo=t(e.userinfo)),void 0!==e.host&&(e.host=t(e.host)),void 0!==e.path&&(e.path=t(e.path)),void 0!==e.query&&(e.query=t(e.query)),void 0!==e.fragment&&(e.fragment=t(e.fragment)),e},removeDotSegments:function(e){let r=e;const t=[];let n=-1,o=0;for(;o=r.length;){if(1===o){if("."===r)break;if("/"===r){t.push("/");break}t.push(r);break}if(2===o){if("."===r[0]){if("."===r[1])break;if("/"===r[1]){r=r.slice(2);continue}}else if("/"===r[0]&&("."===r[1]||"/"===r[1])){t.push("/");break}}else if(3===o&&"/.."===r){0!==t.length&&t.pop(),t.push("/");break}if("."===r[0]){if("."===r[1]){if("/"===r[2]){r=r.slice(3);continue}}else if("/"===r[1]){r=r.slice(2);continue}}else if("/"===r[0]&&"."===r[1]){if("/"===r[2]){r=r.slice(2);continue}if("."===r[2]&&"/"===r[3]){r=r.slice(3),0!==t.length&&t.pop();continue}}if(-1===(n=r.indexOf("/",1))){t.push(r);break}t.push(r.slice(0,n)),r=r.slice(n)}return t.join("")},isIPv4:t,isUUID:r,normalizeIPv6:i,stringArrayToHexStripped:n}},3741(e,r,t){t.d(r,{bD:()=>U});const{getOwnPropertyNames:n,getOwnPropertySymbols:o}=Object,{hasOwnProperty:s}=Object.prototype;function a(e,r){return function(t,n,o){return e(t,n,o)&&r(t,n,o)}}function i(e){return function(r,t,n){if(!r||!t||"object"!==typeof r||"object"!==typeof t)return e(r,t,n);const{cache:o}=n,s=o.get(r),a=o.get(t);if(s&&a)return s===t&&a===r;o.set(r,t),o.set(t,r);const i=e(r,t,n);return o.delete(r),o.delete(t),i}}function u(e){return n(e).concat(o(e))}const c=Object.hasOwn||((e,r)=>s.call(e,r));function f(e,r){return e===r||!e&&!r&&e!==e&&r!==r}const{getOwnPropertyDescriptor:p,keys:h}=Object;function l(e,r){return e.byteLength===r.byteLength&&k(new Uint8Array(e),new Uint8Array(r))}function m(e,r,t){let n=e.length;if(r.length!==n)return!1;for(;n-- >0;)if(!t.equals(e[n],r[n],n,n,e,r,t))return!1;return!0}function d(e,r){return e.byteLength===r.byteLength&&k(new Uint8Array(e.buffer,e.byteOffset,e.byteLength),new Uint8Array(r.buffer,r.byteOffset,r.byteLength))}function b(e,r){return f(e.getTime(),r.getTime())}function y(e,r){return e.name===r.name&&e.message===r.message&&e.cause===r.cause&&e.stack===r.stack}function g(e,r){return e===r}function v(e,r,t){const n=e.size;if(n!==r.size)return!1;if(!n)return!0;const o=new Array(n),s=e.entries();let a,i,u=0;for(;(a=s.next())&&!a.done;){const n=r.entries();let s=!1,c=0;for(;(i=n.next())&&!i.done;){if(o[c]){c++;continue}const n=a.value,f=i.value;if(t.equals(n[0],f[0],u,c,e,r,t)&&t.equals(n[1],f[1],n[0],f[0],e,r,t)){s=o[c]=!0;break}c++}if(!s)return!1;u++}return!0}const q=f;function E(e,r,t){const n=h(e);let o=n.length;if(h(r).length!==o)return!1;for(;o-- >0;)if(!O(e,r,t,n[o]))return!1;return!0}function j(e,r,t){const n=u(e);let o,s,a,i=n.length;if(u(r).length!==i)return!1;for(;i-- >0;){if(o=n[i],!O(e,r,t,o))return!1;if(s=p(e,o),a=p(r,o),(s||a)&&(!s||!a||s.configurable!==a.configurable||s.enumerable!==a.enumerable||s.writable!==a.writable))return!1}return!0}function w(e,r){return f(e.valueOf(),r.valueOf())}function A(e,r){return e.source===r.source&&e.flags===r.flags}function S(e,r,t){const n=e.size;if(n!==r.size)return!1;if(!n)return!0;const o=new Array(n),s=e.values();let a,i;for(;(a=s.next())&&!a.done;){const n=r.values();let s=!1,u=0;for(;(i=n.next())&&!i.done;){if(!o[u]&&t.equals(a.value,i.value,a.value,i.value,e,r,t)){s=o[u]=!0;break}u++}if(!s)return!1}return!0}function k(e,r){let t=e.byteLength;if(r.byteLength!==t||e.byteOffset!==r.byteOffset)return!1;for(;t-- >0;)if(e[t]!==r[t])return!1;return!0}function I(e,r){return e.hostname===r.hostname&&e.pathname===r.pathname&&e.protocol===r.protocol&&e.port===r.port&&e.hash===r.hash&&e.username===r.username&&e.password===r.password}function O(e,r,t,n){return!("_owner"!==n&&"__o"!==n&&"__v"!==n||!e.$$typeof&&!r.$$typeof)||c(r,n)&&t.equals(e[n],r[n],n,n,e,r,t)}const z={"[object Int8Array]":!0,"[object Uint8Array]":!0,"[object Uint8ClampedArray]":!0,"[object Int16Array]":!0,"[object Uint16Array]":!0,"[object Int32Array]":!0,"[object Uint32Array]":!0,"[object Float16Array]":!0,"[object Float32Array]":!0,"[object Float64Array]":!0,"[object BigInt64Array]":!0,"[object BigUint64Array]":!0},C=Object.prototype.toString,U=x();function x(e={}){const{circular:r=!1,createInternalComparator:t,createState:n,strict:o=!1}=e,s=function({circular:e,createCustomConfig:r,strict:t}){let n={areArrayBuffersEqual:l,areArraysEqual:t?j:m,areDataViewsEqual:d,areDatesEqual:b,areErrorsEqual:y,areFunctionsEqual:g,areMapsEqual:t?a(v,j):v,areNumbersEqual:q,areObjectsEqual:t?j:E,arePrimitiveWrappersEqual:w,areRegExpsEqual:A,areSetsEqual:t?a(S,j):S,areTypedArraysEqual:t?a(k,j):k,areUrlsEqual:I,unknownTagComparators:void 0};if(r&&(n=Object.assign({},n,r(n))),e){const e=i(n.areArraysEqual),r=i(n.areMapsEqual),t=i(n.areObjectsEqual),o=i(n.areSetsEqual);n=Object.assign({},n,{areArraysEqual:e,areMapsEqual:r,areObjectsEqual:t,areSetsEqual:o})}return n}(e),u=function({areArrayBuffersEqual:e,areArraysEqual:r,areDataViewsEqual:t,areDatesEqual:n,areErrorsEqual:o,areFunctionsEqual:s,areMapsEqual:a,areNumbersEqual:i,areObjectsEqual:u,arePrimitiveWrappersEqual:c,areRegExpsEqual:f,areSetsEqual:p,areTypedArraysEqual:h,areUrlsEqual:l,unknownTagComparators:m}){return function(d,b,y){if(d===b)return!0;if(null==d||null==b)return!1;const g=typeof d;if(g!==typeof b)return!1;if("object"!==g)return"number"===g?i(d,b,y):"function"===g&&s(d,b,y);const v=d.constructor;if(v!==b.constructor)return!1;if(v===Object)return u(d,b,y);if(Array.isArray(d))return r(d,b,y);if(v===Date)return n(d,b,y);if(v===RegExp)return f(d,b,y);if(v===Map)return a(d,b,y);if(v===Set)return p(d,b,y);const q=C.call(d);if("[object Date]"===q)return n(d,b,y);if("[object RegExp]"===q)return f(d,b,y);if("[object Map]"===q)return a(d,b,y);if("[object Set]"===q)return p(d,b,y);if("[object Object]"===q)return"function"!==typeof d.then&&"function"!==typeof b.then&&u(d,b,y);if("[object URL]"===q)return l(d,b,y);if("[object Error]"===q)return o(d,b,y);if("[object Arguments]"===q)return u(d,b,y);if(z[q])return h(d,b,y);if("[object ArrayBuffer]"===q)return e(d,b,y);if("[object DataView]"===q)return t(d,b,y);if("[object Boolean]"===q||"[object Number]"===q||"[object String]"===q)return c(d,b,y);if(m){let e=m[q];if(!e){const r=null!=(E=d)?E[Symbol.toStringTag]:void 0;r&&(e=m[r])}if(e)return e(d,b,y)}var E;return!1}}(s);var c;return function({circular:e,comparator:r,createState:t,equals:n,strict:o}){if(t)return function(s,a){const{cache:i=(e?new WeakMap:void 0),meta:u}=t();return r(s,a,{cache:i,equals:n,meta:u,strict:o})};if(e)return function(e,t){return r(e,t,{cache:new WeakMap,equals:n,meta:void 0,strict:o})};const s={cache:void 0,equals:n,meta:void 0,strict:o};return function(e,t){return r(e,t,s)}}({circular:r,comparator:u,createState:n,equals:t?t(u):(c=u,function(e,r,t,n,o,s,a){return c(e,r,a)}),strict:o})}x({strict:!0}),x({circular:!0}),x({circular:!0,strict:!0}),x({createInternalComparator:()=>f}),x({strict:!0,createInternalComparator:()=>f}),x({circular:!0,createInternalComparator:()=>f}),x({circular:!0,createInternalComparator:()=>f,strict:!0})}}]);
Save
Back