Viewing File: /usr/local/cpanel/whostmgr/docroot/templates/initial-setup-wizard/410.5db7d15bfef828c4.min.js

(self.webpackChunkinitial_setup_wizard=self.webpackChunkinitial_setup_wizard||[]).push([[410],{7773:(n,o,t)=>{"use strict";Object.defineProperty(o,"__esModule",{value:!0}),o.commonValidators=void 0;const e=t(5839);o.commonValidators=new class a extends e.BaseValidator{constructor(){super(...arguments),this.prefix="common",this.STARTS_WITH_LETTER=/^[a-zA-Z]/,this.CONTAINS_SPACES=/^\S*$/}required(u){const r=u||this.locale.maketext("This field is required.");return s=>{let l={},d=s.value;return d&&(d=d.toString()),d&&d.length?null:(l=this.addError(l,"required",r),l)}}requiredTrue(u){const r=u||this.locale.maketext("This control's value should be true.");return s=>{let l={};return!0!==s.value?(l=this.addError(l,"requiredTrue",r),l):null}}startsWithLetter(u){return r=>{let s={};return r.value&&!this.STARTS_WITH_LETTER.test(r.value)?(s=this.addError(s,"doesNotStartWithLetter",u),s):null}}containsSpaces(u){return r=>{let s={};return r.value&&!this.CONTAINS_SPACES.test(r.value)?(s=this.addError(s,"containsSpace",u),s):null}}minLength(u,r){return s=>{let l={};return s.value&&s.value.length<r?(l=this.addError(l,"minLength",u),l):null}}maxLength(u,r){return s=>{let l={};return s.value&&s.value.length>r?(l=this.addError(l,"maxLength",u),l):null}}min(u,r){return s=>{let l={};return s.value&&s.value<r?(l=this.addError(l,"min",u),l):null}}max(u,r){return s=>{let l={};return s.value&&s.value>r?(l=this.addError(l,"max",u),l):null}}}},4304:(n,o,t)=>{"use strict";Object.defineProperty(o,"__esModule",{value:!0}),o.cPUserNoteValidators=void 0;const e=t(5839),a=t(2185),u=/[^ \n\P{White_Space}]|[^ \n\P{Control}]|[^ \P{Separator}]/u;o.cPUserNoteValidators=new class r extends e.BaseValidator{constructor(){super(...arguments),this.prefix="note"}validate(l=250,d=""){return c=>{let h=a.stringValidators.validUnicode()(c);if(!h){const p=this.locale.maketext("This note is too long.");h=a.stringValidators.maxCharacterLength(p)(l,c)}if(!h){const p=c.match(u);if(p){h={};const m=p.index,_=p[0].codePointAt(0);this.addError(h,"character",this.locale.maketext("[asis,Unicode] character [numf,_1] (position [numf,_2]) is forbidden.",_,1+m))}}return h}}}},3046:(n,o,t)=>{"use strict";Object.defineProperty(o,"__esModule",{value:!0}),o.cpanelUsernameValidators=void 0;const e=t(5839);o.cpanelUsernameValidators=new class a extends e.BaseValidator{constructor(){super(...arguments),this.prefix="cpanelUsername",this.VALID_USERNAME=/^(?![-.0-9])[a-z0-9]{1,16}$/}cpanelUsername(u){const r=u||this.locale.maketext("This is not a valid username.");return s=>{let l={};return s.value&&!this.VALID_USERNAME.test(s.value)?(l=this.addError(l,"invalidUsername",r),l):null}}}},3481:(n,o,t)=>{"use strict";Object.defineProperty(o,"__esModule",{value:!0}),o.databaseValidators=void 0;const e=t(5839),a=t(3322);o.databaseValidators=new class i extends e.BaseValidator{constructor(){super(...arguments),this.prefix="databases",this._dbPrefix="",this.DATABASE_NAME_LENGTH_LIMIT=64,this.ANYTHING_BUT_PRINTABLE_7_BIT_ASCII=/[^\u0020-\u007e]/,this.MYSQL_DB_NAME_INVALID_CHARACTERS=/[`'"\/\\]/,this.MYSQL_DB_NAME_INVALID_CHARACTERS_LIST=["'",'"',"`","/","\\"],this.MYSQL_DB_NAME_WILDCARDS=/(_|%|\\)/g,this.MYSQL_STARTED_ALLOWING_FILESYS_CHARACTERS=50116,this.MYSQL_STARTED_ALLOWING_LONG_USERNAMES=1e5}get dbPrefix(){return this._dbPrefix}validateDatabaseName(r,s,l){return d=>r===a.DatabaseType.MySQL?(this._dbPrefix=s||"",this.validateMySQLDatabaseName(d.value,l||"")):null}validateMySQLDatabaseName(r,s){const l=this._performMySqlDatabaseNameValidation(r,s);let d={};return l?(d=this.addError(d,"databaseName",l),d):null}_performMySqlDatabaseNameValidation(r,s){let l=null;return l=this._verifyNameLengthLimit(r),null!==l||(l=this._verifyDatabaseNameIgnoreLength(r),null!==l)||(l=this._verifyDatabaseName(r,s)),l}_verifyNameLengthLimit(r){let s=null,l=this.DATABASE_NAME_LENGTH_LIMIT;this._dbPrefix&&(l-=this._dbPrefix.length+1);const d=unescape(encodeURIComponent(r)).length-l;return d>0&&(s={message:this.locale.maketext("This value is too long by [quant,_1,character,characters]. The maximum length is [quant,_2,character,characters].",d,l)}),s}_verifyDatabaseNameIgnoreLength(r){return this.ANYTHING_BUT_PRINTABLE_7_BIT_ASCII.test(r)?{message:this.locale.maketext("This system allows only printable [asis,ASCII] characters in database names.")}:this.MYSQL_DB_NAME_INVALID_CHARACTERS.test(r)?{message:this.locale.maketext("This system prohibits the following [numerate,_1,character,characters] in database names: [list_or,_2]",3,this.MYSQL_DB_NAME_INVALID_CHARACTERS_LIST)}:null}_verifyDatabaseName(r,s){if(null!==r&&r.endsWith(" "))return{message:this.locale.maketext("A [asis,MariaDB]/[asis,MySQL] database name cannot end with a space character.")};const l=this._verifySpecialWildcardsInDatabaseNames(r);return null!==l?l:s&&this._convertVersionStringToNumber(s)<this.MYSQL_STARTED_ALLOWING_FILESYS_CHARACTERS&&/\./.test(r)?{message:this.locale.maketext("This system’s [asis,MySQL] version ([_1]) prohibits the character “[_2]” in database names. Ask your administrator to upgrade to a [asis,MariaDB] or to a newer [asis,MySQL] version.",s,".")}:null}_convertVersionStringToNumber(r){return r.match(/mariadb/i)&&(r=r.replace(/^[^-]+-/,"")),parseInt(r.replace(/-.*/,"").split(/\./).map((function(s){return s.padStart(2,"0")})).join(""),10)}_verifySpecialWildcardsInDatabaseNames(r){if(null===r)return null;const s=r.replace(this.MYSQL_DB_NAME_WILDCARDS,"\\$1").length;let l=this.DATABASE_NAME_LENGTH_LIMIT;this._dbPrefix&&(l-=this._dbPrefix.length+1);const d=s-l;return d>0?{message:this.locale.maketext("This database name has too many wildcard-sensitive characters ([list_and_quoted,_1]). The system stores each of these as two characters internally, up to a limit of [quant,_2,character,characters]. This name would take up [quant,_3,character,characters] of internal storage, which is [numf,_4] too many.",["\\","_","%"],l,s,d)}:null}}},9044:function(n,o,t){"use strict";var e=this&&this.__importDefault||function(l){return l&&l.__esModule?l:{default:l}};Object.defineProperty(o,"__esModule",{value:!0}),o.domainValidators=void 0;const a=t(2706),i=e(t(9660)),u=e(t(9488)),r=t(5839);o.domainValidators=new class s extends r.BaseValidator{constructor(){super(...arguments),this.prefix="domains",this.VALID_TLD_REGEX=/^[.][a-zA-Z0-9]+$/,this.VALID_IDN_TLD_REGEX=/^[.]xn--[a-zA-Z0-9-]+$/,this.MAX_DOMAIN_BYTES=254,this.MAX_LABEL_BYTES=63,this.UNICODE_ASCII_CUTOFF=127,this.NONINITIAL_LABEL_REGEX=/^[a-zA-Z0-9]([a-zA-Z0-9-]*[a-zA-Z0-9])?$/,this.IPv4_REGEX=/^(([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])\.){3}([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])$/,this.IPv6_REGEX=/((^\s*((([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])\.){3}([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5]))\s*$)|(^\s*((([0-9A-Fa-f]{1,4}:){7}([0-9A-Fa-f]{1,4}|:))|(([0-9A-Fa-f]{1,4}:){6}(:[0-9A-Fa-f]{1,4}|((25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(\.(25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3})|:))|(([0-9A-Fa-f]{1,4}:){5}(((:[0-9A-Fa-f]{1,4}){1,2})|:((25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(\.(25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3})|:))|(([0-9A-Fa-f]{1,4}:){4}(((:[0-9A-Fa-f]{1,4}){1,3})|((:[0-9A-Fa-f]{1,4})?:((25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(\.(25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3}))|:))|(([0-9A-Fa-f]{1,4}:){3}(((:[0-9A-Fa-f]{1,4}){1,4})|((:[0-9A-Fa-f]{1,4}){0,2}:((25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(\.(25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3}))|:))|(([0-9A-Fa-f]{1,4}:){2}(((:[0-9A-Fa-f]{1,4}){1,5})|((:[0-9A-Fa-f]{1,4}){0,3}:((25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(\.(25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3}))|:))|(([0-9A-Fa-f]{1,4}:){1}(((:[0-9A-Fa-f]{1,4}){1,6})|((:[0-9A-Fa-f]{1,4}){0,4}:((25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(\.(25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3}))|:))|(:(((:[0-9A-Fa-f]{1,4}){1,7})|((:[0-9A-Fa-f]{1,4}){0,5}:((25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(\.(25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3}))|:)))(%.+)?\s*$))/}_getNonASCII(d){const c=[],h=i.default.ucs2.decode(d);for(let p=0;p<h.length;p++)h[p]>this.UNICODE_ASCII_CUTOFF&&c.push(i.default.ucs2.encode([h[p]]));return(0,u.default)(c)}_validateLabelBasics(){return d=>{let c={};if(d.value&&0!==d.value.length){if(d.value.length>this.MAX_LABEL_BYTES)c=this.addError(c,"length",{message:this.locale.maketext("A label must not exceed [quant,_1,character,characters].",this.MAX_LABEL_BYTES),MAX_LABEL_BYTES:this.MAX_LABEL_BYTES});else if("-"===d.value[0])c=this.addError(c,"charCondition",this.locale.maketext("A label must not begin with “[_1]”.","-"));else if("-"===d.value[d.value.length-1])c=this.addError(c,"charCondition",this.locale.maketext("A label must not end with “[_1]”.","-"));else if(i.default.toASCII(d.value).length>this.MAX_LABEL_BYTES){const h=this._getNonASCII(d.value);c=this.addError(c,"length",this.locale.maketext("The label’s [asis,Punycode] representation cannot exceed [quant,_1,byte,bytes]. (Non-[asis,ASCII] characters, like “[_2]”, require multiple characters to represent in [asis,Punycode].)",this.MAX_LABEL_BYTES,h[0]))}}else c=this.addError(c,"length",this.locale.maketext("A label must not be empty."));return c}}validDomainLength(){return d=>{let c={};if(d.value.length>this.MAX_DOMAIN_BYTES)return c=this.addError(c,"length",this.locale.maketext("The domain name cannot exceed [quant,_1,character,characters].",this.MAX_DOMAIN_BYTES)),c;if(i.default.toASCII(d.value).length>this.MAX_DOMAIN_BYTES){const p=this._getNonASCII(d.value);return c=this.addError(c,"length",this.locale.maketext("The domain name’s [asis,Punycode] representation cannot exceed [quant,_1,character,characters]. (Non-[asis,ASCII] characters, like “[_2]”, require multiple characters to represent in [asis,Punycode].)",this.MAX_DOMAIN_BYTES,p[0])),c}return null}}validateLabel(){return d=>(0,a.runValidationGroup)(d,[this._validateLabelBasics(),c=>{let h={};return this.NONINITIAL_LABEL_REGEX.test(c.value)||(h=this.addError(h,"charCondition",this.locale.maketext("The label must contain only the following characters: [list_and,_1].",["a-z","A-Z","0-9","-"]))),h}])}validateTLD(){return d=>{let c={};return!this.VALID_TLD_REGEX.test(d.value)&&!this.VALID_IDN_TLD_REGEX.test(d.value)&&(c=this.addError(c,"tld",this.locale.maketext("The domain name must include a valid [output,acronym,TLD,Top Level Domain]."))),c}}fqdn(){return d=>{const c=d.value.split("."),h=c[c.length-1],p=c[0],m=d.value,_=[()=>{let A={};const b=this.IPv4_REGEX.test(m),y=this.IPv6_REGEX.test(m);return b||y?A=this.addError(A,"ipAddr",this.locale.maketext("You [output,strong,must] enter a hostname.")):c.length<2?A=this.addError(A,"oneDomain",this.locale.maketext("The domain name must include at least two labels.")):null},this.validDomainLength(),this.validateLabel().bind(this,{value:p}),this.validateTLD().bind(this,{value:"."+h})];return c.forEach((A=>{_.push(this.validateLabel().bind(this,{value:A}))})),(0,a.runValidationGroup)(d,_)}}fqdnOrIP(){return d=>{const c=(0,a.runValidationGroup)(d,[this.anyIP()]),h=d.value.split("."),p=h[h.length-1],m=h[0],_=[b=>{let y={};return h.length<2&&(y=this.addError(y,"oneDomain",this.locale.maketext("The domain name must include at least two labels."))),y},this.validDomainLength(),this.validateLabel().bind(this,{value:m}),this.validateTLD().bind(this,{value:"."+p})];h.forEach((b=>{_.push(this.validateLabel().bind(this,{value:b}))}));const A=(0,a.runValidationGroup)(d,_);return c&&A?{...c,...A}:null}}ipv4(){return d=>{let c={};return d.value&&!this.IPv4_REGEX.test(d.value)?(c=this.addError(c,"ipv4",this.locale.maketext("Invalid [asis,IPv4] compatible address.")),c):null}}ipv6(){return d=>{let c={};return d.value&&!this.IPv6_REGEX.test(d.value)?(c=this.addError(c,"ipv6",this.locale.maketext("Invalid [asis,IPv6] compatible address.")),c):null}}anyIP(){return d=>{let c={};return!d.value||this.IPv4_REGEX.test(d.value)||this.IPv6_REGEX.test(d.value)?null:(c=this.addError(c,"anyIP",this.locale.maketext("Invalid [asis,IPv4] or [asis,IPv6] compatible address.")),c)}}}},9978:(n,o,t)=>{"use strict";Object.defineProperty(o,"__esModule",{value:!0}),o.emailValidators=void 0;const e=t(5839);o.emailValidators=new class a extends e.BaseValidator{constructor(){super(...arguments),this.prefix="email",this.VALID_EMAIL=/^(([^<>()\[\]\\.,;:\s@"]+(\.[^<>()\[\]\\.,;:\s@"]+)*)|(".+"))@((\[[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}])|(([a-zA-Z\-0-9]+\.)+[a-zA-Z]{2,}))$/}validateEmail(u){const r=u||this.locale.maketext("Make sure to use a valid email format. For example, [asis,user@example.com].");return s=>{let l={};return s.value&&!this.VALID_EMAIL.test(s.value)?(l=this.addError(l,"invalidEmail",r),l):null}}}},7324:(n,o,t)=>{"use strict";Object.defineProperty(o,"__esModule",{value:!0}),o.equalityValidators=void 0;const e=t(5839);o.equalityValidators=new class a extends e.BaseValidator{constructor(){super(...arguments),this.prefix="equality"}equalTo(u,r,s){return l=>{const d=l.get(r).value;let h={};return d===l.get(s).value&&""!==d?(h=this.addError(h,"equalFields",u),h):null}}}},7410:(n,o,t)=>{"use strict";o.uv=o.sr=o.md=void 0;t(7773);const i=t(9044);Object.defineProperty(o,"md",{enumerable:!0,get:function(){return i.domainValidators}});const u=t(5839);Object.defineProperty(o,"uv",{enumerable:!0,get:function(){return u.BaseValidator}});t(3481),t(3322),t(3046);const d=t(9978);Object.defineProperty(o,"sr",{enumerable:!0,get:function(){return d.emailValidators}});t(7324),t(4304),t(2185)},5839:(n,o)=>{"use strict";Object.defineProperty(o,"__esModule",{value:!0}),o.BaseValidator=void 0;let t,e=!0;o.BaseValidator=class i{constructor(){this.prefix="",t={maketext:r=>{throw"DEVELOPER: You must specify a locale engine through the static variable BaseValidator.locale = myLocaleEngine"}}}static set locale(r){t=r}get locale(){return t}_buildKey(r){return e?`cpanel.${this.prefix}.${r}`:r}static disablePrefixing(){e=!1}static enablePrefixing(){e=!0}addError(r={},s,l){return"string"==typeof l&&(l={message:l}),r[this._buildKey(s)]=l,r}}},3322:(n,o)=>{"use strict";Object.defineProperty(o,"__esModule",{value:!0}),o.DatabaseType=void 0;var t=function(e){return e.MySQL="MySQL",e.PostgreSQL="PostgreSQL",e}(t||(o.DatabaseType=t={}))},7945:(n,o)=>{"use strict";function i(r){return"0x"+r.toString(16)}Object.defineProperty(o,"__esModule",{value:!0}),o.characterLength=void 0,o.characterLength=function u(r,s){let l=0;for(let d=0;d<r.length;d++){l++;const c=r.charCodeAt(d);if(55296==(64512&c)){if(d++,d===r.length)throw new Error(s.maketext("This string ends with an incomplete [asis,UTF-16] surrogate pair ([_1]).",i(c)));const h=r.charCodeAt(d);if(56320!=(64512&h))throw new Error(s.maketext("This string contains an invalid [asis,UTF-16] surrogate pair ([join,~, ,_1]) at position [numf,_2].",[c,h].map(i),d))}}return l}},2706:function(n,o,t){"use strict";var e=this&&this.__importDefault||function(u){return u&&u.__esModule?u:{default:u}};Object.defineProperty(o,"__esModule",{value:!0}),o.runValidationGroup=void 0;const a=e(t(1281));o.runValidationGroup=function i(u,r){const s={};return r.forEach((l=>{(0,a.default)(s,l(u))})),Object.keys(s).length?s:null}},2185:(n,o,t)=>{"use strict";Object.defineProperty(o,"__esModule",{value:!0}),o.stringValidators=void 0;const e=t(5839),a=t(7945);o.stringValidators=new class u extends e.BaseValidator{constructor(){super(...arguments),this.prefix="string"}validUnicode(){return s=>{try{(0,a.characterLength)(s,this.locale)}catch(l){const d={};return l instanceof Error&&this.addError(d,"unicode",l.message),d}return null}}maxCharacterLength(s){return(l,d)=>{if((0,a.characterLength)(d,this.locale)>l){const h={};return this.addError(h,"length",s),h}return null}}maxUTF8Length(s){return(l,d)=>{if(function i(r){return unescape(encodeURIComponent(r)).length}(d)>l){const c={};return this.addError(c,"length",s),c}return null}}}},3028:(n,o,t)=>{var e=t(6399),a=t(1483),i=t(3434),u=t(5230),r=t(3718);function s(l){var d=-1,c=null==l?0:l.length;for(this.clear();++d<c;){var h=l[d];this.set(h[0],h[1])}}s.prototype.clear=e,s.prototype.delete=a,s.prototype.get=i,s.prototype.has=u,s.prototype.set=r,n.exports=s},5752:(n,o,t)=>{var e=t(3643),a=t(7103),i=t(62),u=t(1610),r=t(1090);function s(l){var d=-1,c=null==l?0:l.length;for(this.clear();++d<c;){var h=l[d];this.set(h[0],h[1])}}s.prototype.clear=e,s.prototype.delete=a,s.prototype.get=i,s.prototype.has=u,s.prototype.set=r,n.exports=s},1012:(n,o,t)=>{var i=t(4385)(t(1464),"Map");n.exports=i},752:(n,o,t)=>{var e=t(1891),a=t(2759),i=t(7766),u=t(322),r=t(7258);function s(l){var d=-1,c=null==l?0:l.length;for(this.clear();++d<c;){var h=l[d];this.set(h[0],h[1])}}s.prototype.clear=e,s.prototype.delete=a,s.prototype.get=i,s.prototype.has=u,s.prototype.set=r,n.exports=s},7814:(n,o,t)=>{var i=t(4385)(t(1464),"Set");n.exports=i},342:(n,o,t)=>{var e=t(752),a=t(4643),i=t(2768);function u(r){var s=-1,l=null==r?0:r.length;for(this.__data__=new e;++s<l;)this.add(r[s])}u.prototype.add=u.prototype.push=a,u.prototype.has=i,n.exports=u},1458:n=>{n.exports=function o(t,e,a){switch(a.length){case 0:return t.call(e);case 1:return t.call(e,a[0]);case 2:return t.call(e,a[0],a[1]);case 3:return t.call(e,a[0],a[1],a[2])}return t.apply(e,a)}},5306:(n,o,t)=>{var e=t(5300);n.exports=function a(i,u){return!(null==i||!i.length)&&e(i,u,0)>-1}},5878:n=>{n.exports=function o(t,e,a){for(var i=-1,u=null==t?0:t.length;++i<u;)if(a(e,t[i]))return!0;return!1}},8548:(n,o,t)=>{var e=t(9695),a=t(6265),i=t(9812),u=t(3151),r=t(8426),s=t(1028),d=Object.prototype.hasOwnProperty;n.exports=function c(h,p){var m=i(h),_=!m&&a(h),A=!m&&!_&&u(h),b=!m&&!_&&!A&&s(h),y=m||_||A||b,E=y?e(h.length,String):[],B=E.length;for(var I in h)(p||d.call(h,I))&&(!y||!("length"==I||A&&("offset"==I||"parent"==I)||b&&("buffer"==I||"byteLength"==I||"byteOffset"==I)||r(I,B)))&&E.push(I);return E}},9220:(n,o,t)=>{var e=t(4399),a=t(2651),u=Object.prototype.hasOwnProperty;n.exports=function r(s,l,d){var c=s[l];(!u.call(s,l)||!a(c,d)||void 0===d&&!(l in s))&&e(s,l,d)}},6316:(n,o,t)=>{var e=t(2651);n.exports=function a(i,u){for(var r=i.length;r--;)if(e(i[r][0],u))return r;return-1}},4399:(n,o,t)=>{var e=t(4678);n.exports=function a(i,u,r){"__proto__"==u&&e?e(i,u,{configurable:!0,enumerable:!0,value:r,writable:!0}):i[u]=r}},3355:n=>{n.exports=function o(t,e,a,i){for(var u=t.length,r=a+(i?1:-1);i?r--:++r<u;)if(e(t[r],r,t))return r;return-1}},5300:(n,o,t)=>{var e=t(3355),a=t(9636),i=t(5220);n.exports=function u(r,s,l){return s==s?i(r,s,l):e(r,a,l)}},8313:(n,o,t)=>{var e=t(1057),a=t(7433);n.exports=function u(r){return a(r)&&"[object Arguments]"==e(r)}},9636:n=>{n.exports=function o(t){return t!=t}},298:(n,o,t)=>{var e=t(8653),a=t(8401),i=t(3278),u=t(8020),s=/^\[object .+?Constructor\]$/,p=RegExp("^"+Function.prototype.toString.call(Object.prototype.hasOwnProperty).replace(/[\\^$.*+?()[\]{}|]/g,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$");n.exports=function m(_){return!(!i(_)||a(_))&&(e(_)?p:s).test(u(_))}},8068:(n,o,t)=>{var e=t(1057),a=t(8845),i=t(7433),x={};x["[object Float32Array]"]=x["[object Float64Array]"]=x["[object Int8Array]"]=x["[object Int16Array]"]=x["[object Int32Array]"]=x["[object Uint8Array]"]=x["[object Uint8ClampedArray]"]=x["[object Uint16Array]"]=x["[object Uint32Array]"]=!0,x["[object Arguments]"]=x["[object Array]"]=x["[object ArrayBuffer]"]=x["[object Boolean]"]=x["[object DataView]"]=x["[object Date]"]=x["[object Error]"]=x["[object Function]"]=x["[object Map]"]=x["[object Number]"]=x["[object Object]"]=x["[object RegExp]"]=x["[object Set]"]=x["[object String]"]=x["[object WeakMap]"]=!1,n.exports=function Q(U){return i(U)&&a(U.length)&&!!x[e(U)]}},1194:(n,o,t)=>{var e=t(3278),a=t(3164),i=t(908),r=Object.prototype.hasOwnProperty;n.exports=function s(l){if(!e(l))return i(l);var d=a(l),c=[];for(var h in l)"constructor"==h&&(d||!r.call(l,h))||c.push(h);return c}},8591:(n,o,t)=>{var e=t(9631),a=t(8452),i=t(1230);n.exports=function u(r,s){return i(a(r,s,e),r+"")}},8565:(n,o,t)=>{var e=t(6205),a=t(4678),i=t(9631);n.exports=a?function(r,s){return a(r,"toString",{configurable:!0,enumerable:!1,value:e(s),writable:!0})}:i},9695:n=>{n.exports=function o(t,e){for(var a=-1,i=Array(t);++a<t;)i[a]=e(a);return i}},2502:n=>{n.exports=function o(t){return function(e){return t(e)}}},3136:(n,o,t)=>{var e=t(342),a=t(5306),i=t(5878),u=t(1890),r=t(7366),s=t(3578);n.exports=function d(c,h,p){var m=-1,_=a,A=c.length,b=!0,y=[],E=y;if(p)b=!1,_=i;else if(A>=200){var B=h?null:r(c);if(B)return s(B);b=!1,_=u,E=new e}else E=h?[]:y;t:for(;++m<A;){var I=c[m],P=h?h(I):I;if(I=p||0!==I?I:0,b&&P==P){for(var F=E.length;F--;)if(E[F]===P)continue t;h&&E.push(P),y.push(I)}else _(E,P,p)||(E!==y&&E.push(P),y.push(I))}return y}},1890:n=>{n.exports=function o(t,e){return t.has(e)}},3190:(n,o,t)=>{var e=t(9220),a=t(4399);n.exports=function i(u,r,s,l){var d=!s;s||(s={});for(var c=-1,h=r.length;++c<h;){var p=r[c],m=l?l(s[p],u[p],p,s,u):void 0;void 0===m&&(m=u[p]),d?a(s,p,m):e(s,p,m)}return s}},336:(n,o,t)=>{var e=t(1464);n.exports=e["__core-js_shared__"]},7530:(n,o,t)=>{var e=t(8591),a=t(2721);n.exports=function i(u){return e((function(r,s){var l=-1,d=s.length,c=d>1?s[d-1]:void 0,h=d>2?s[2]:void 0;for(c=u.length>3&&"function"==typeof c?(d--,c):void 0,h&&a(s[0],s[1],h)&&(c=d<3?void 0:c,d=1),r=Object(r);++l<d;){var p=s[l];p&&u(r,p,l,c)}return r}))}},7366:(n,o,t)=>{var e=t(7814),a=t(8145),i=t(3578),r=e&&1/i(new e([,-0]))[1]==1/0?function(s){return new e(s)}:a;n.exports=r},4678:(n,o,t)=>{var e=t(4385),a=function(){try{var i=e(Object,"defineProperty");return i({},"",{}),i}catch{}}();n.exports=a},9038:(n,o,t)=>{var e=t(3329);n.exports=function a(i,u){var r=i.__data__;return e(u)?r["string"==typeof u?"string":"hash"]:r.map}},4385:(n,o,t)=>{var e=t(298),a=t(8737);n.exports=function i(u,r){var s=a(u,r);return e(s)?s:void 0}},8737:n=>{n.exports=function o(t,e){return t?.[e]}},6399:(n,o,t)=>{var e=t(8247);n.exports=function a(){this.__data__=e?e(null):{},this.size=0}},1483:n=>{n.exports=function o(t){var e=this.has(t)&&delete this.__data__[t];return this.size-=e?1:0,e}},3434:(n,o,t)=>{var e=t(8247),u=Object.prototype.hasOwnProperty;n.exports=function r(s){var l=this.__data__;if(e){var d=l[s];return"__lodash_hash_undefined__"===d?void 0:d}return u.call(l,s)?l[s]:void 0}},5230:(n,o,t)=>{var e=t(8247),i=Object.prototype.hasOwnProperty;n.exports=function u(r){var s=this.__data__;return e?void 0!==s[r]:i.call(s,r)}},3718:(n,o,t)=>{var e=t(8247);n.exports=function i(u,r){var s=this.__data__;return this.size+=this.has(u)?0:1,s[u]=e&&void 0===r?"__lodash_hash_undefined__":r,this}},8426:n=>{var t=/^(?:0|[1-9]\d*)$/;n.exports=function e(a,i){var u=typeof a;return!!(i=i??9007199254740991)&&("number"==u||"symbol"!=u&&t.test(a))&&a>-1&&a%1==0&&a<i}},2721:(n,o,t)=>{var e=t(2651),a=t(7291),i=t(8426),u=t(3278);n.exports=function r(s,l,d){if(!u(d))return!1;var c=typeof l;return!!("number"==c?a(d)&&i(l,d.length):"string"==c&&l in d)&&e(d[l],s)}},3329:n=>{n.exports=function o(t){var e=typeof t;return"string"==e||"number"==e||"symbol"==e||"boolean"==e?"__proto__"!==t:null===t}},8401:(n,o,t)=>{var u,e=t(336),a=(u=/[^.]+$/.exec(e&&e.keys&&e.keys.IE_PROTO||""))?"Symbol(src)_1."+u:"";n.exports=function i(u){return!!a&&a in u}},3164:n=>{var o=Object.prototype;n.exports=function t(e){var a=e&&e.constructor;return e===("function"==typeof a&&a.prototype||o)}},3643:n=>{n.exports=function o(){this.__data__=[],this.size=0}},7103:(n,o,t)=>{var e=t(6316),i=Array.prototype.splice;n.exports=function u(r){var s=this.__data__,l=e(s,r);return!(l<0||(l==s.length-1?s.pop():i.call(s,l,1),--this.size,0))}},62:(n,o,t)=>{var e=t(6316);n.exports=function a(i){var u=this.__data__,r=e(u,i);return r<0?void 0:u[r][1]}},1610:(n,o,t)=>{var e=t(6316);n.exports=function a(i){return e(this.__data__,i)>-1}},1090:(n,o,t)=>{var e=t(6316);n.exports=function a(i,u){var r=this.__data__,s=e(r,i);return s<0?(++this.size,r.push([i,u])):r[s][1]=u,this}},1891:(n,o,t)=>{var e=t(3028),a=t(5752),i=t(1012);n.exports=function u(){this.size=0,this.__data__={hash:new e,map:new(i||a),string:new e}}},2759:(n,o,t)=>{var e=t(9038);n.exports=function a(i){var u=e(this,i).delete(i);return this.size-=u?1:0,u}},7766:(n,o,t)=>{var e=t(9038);n.exports=function a(i){return e(this,i).get(i)}},322:(n,o,t)=>{var e=t(9038);n.exports=function a(i){return e(this,i).has(i)}},7258:(n,o,t)=>{var e=t(9038);n.exports=function a(i,u){var r=e(this,i),s=r.size;return r.set(i,u),this.size+=r.size==s?0:1,this}},8247:(n,o,t)=>{var a=t(4385)(Object,"create");n.exports=a},908:n=>{n.exports=function o(t){var e=[];if(null!=t)for(var a in Object(t))e.push(a);return e}},512:(n,o,t)=>{n=t.nmd(n);var e=t(8657),a=o&&!o.nodeType&&o,i=a&&n&&!n.nodeType&&n,r=i&&i.exports===a&&e.process,s=function(){try{return i&&i.require&&i.require("util").types||r&&r.binding&&r.binding("util")}catch{}}();n.exports=s},8452:(n,o,t)=>{var e=t(1458),a=Math.max;n.exports=function i(u,r,s){return r=a(void 0===r?u.length-1:r,0),function(){for(var l=arguments,d=-1,c=a(l.length-r,0),h=Array(c);++d<c;)h[d]=l[r+d];d=-1;for(var p=Array(r+1);++d<r;)p[d]=l[d];return p[r]=s(h),e(u,this,p)}}},4643:n=>{n.exports=function t(e){return this.__data__.set(e,"__lodash_hash_undefined__"),this}},2768:n=>{n.exports=function o(t){return this.__data__.has(t)}},3578:n=>{n.exports=function o(t){var e=-1,a=Array(t.size);return t.forEach((function(i){a[++e]=i})),a}},1230:(n,o,t)=>{var e=t(8565),i=t(2770)(e);n.exports=i},2770:n=>{var e=Date.now;n.exports=function a(i){var u=0,r=0;return function(){var s=e(),l=16-(s-r);if(r=s,l>0){if(++u>=800)return arguments[0]}else u=0;return i.apply(void 0,arguments)}}},5220:n=>{n.exports=function o(t,e,a){for(var i=a-1,u=t.length;++i<u;)if(t[i]===e)return i;return-1}},8020:n=>{var t=Function.prototype.toString;n.exports=function e(a){if(null!=a){try{return t.call(a)}catch{}try{return a+""}catch{}}return""}},9708:(n,o,t)=>{var e=t(3190),a=t(7530),i=t(7674),u=a((function(r,s){e(s,i(s),r)}));n.exports=u},6205:n=>{n.exports=function o(t){return function(){return t}}},2651:n=>{n.exports=function o(t,e){return t===e||t!=t&&e!=e}},1281:(n,o,t)=>{n.exports=t(9708)},9631:n=>{n.exports=function o(t){return t}},6265:(n,o,t)=>{var e=t(8313),a=t(7433),i=Object.prototype,u=i.hasOwnProperty,r=i.propertyIsEnumerable,s=e(function(){return arguments}())?e:function(l){return a(l)&&u.call(l,"callee")&&!r.call(l,"callee")};n.exports=s},7291:(n,o,t)=>{var e=t(8653),a=t(8845);n.exports=function i(u){return null!=u&&a(u.length)&&!e(u)}},3151:(n,o,t)=>{n=t.nmd(n);var e=t(1464),a=t(5710),i=o&&!o.nodeType&&o,u=i&&n&&!n.nodeType&&n,s=u&&u.exports===i?e.Buffer:void 0;n.exports=(s?s.isBuffer:void 0)||a},8653:(n,o,t)=>{var e=t(1057),a=t(3278);n.exports=function l(d){if(!a(d))return!1;var c=e(d);return"[object Function]"==c||"[object GeneratorFunction]"==c||"[object AsyncFunction]"==c||"[object Proxy]"==c}},8845:n=>{n.exports=function t(e){return"number"==typeof e&&e>-1&&e%1==0&&e<=9007199254740991}},1028:(n,o,t)=>{var e=t(8068),a=t(2502),i=t(512),u=i&&i.isTypedArray,r=u?a(u):e;n.exports=r},7674:(n,o,t)=>{var e=t(8548),a=t(1194),i=t(7291);n.exports=function u(r){return i(r)?e(r,!0):a(r)}},8145:n=>{n.exports=function o(){}},5710:n=>{n.exports=function o(){return!1}},9488:(n,o,t)=>{var e=t(3136);n.exports=function a(i){return i&&i.length?e(i):[]}},9660:(n,o,t)=>{"use strict";t.r(o),t.d(o,{decode:()=>j,default:()=>U,encode:()=>G,toASCII:()=>x,toUnicode:()=>z,ucs2decode:()=>P,ucs2encode:()=>F});const e=2147483647,a=36,h=/^xn--/,p=/[^\0-\x7E]/,m=/[\x2E\u3002\uFF0E\uFF61]/g,_={overflow:"Overflow: input needs wider integers to process","not-basic":"Illegal input >= 0x80 (not a basic code point)","invalid-input":"Invalid input"},b=Math.floor,y=String.fromCharCode;function E(f){throw new RangeError(_[f])}function I(f,v){const T=f.split("@");let g="";T.length>1&&(g=T[0]+"@",f=T[1]);const S=function B(f,v){const T=[];let g=f.length;for(;g--;)T[g]=v(f[g]);return T}((f=f.replace(m,".")).split("."),v).join(".");return g+S}function P(f){const v=[];let T=0;const g=f.length;for(;T<g;){const L=f.charCodeAt(T++);if(L>=55296&&L<=56319&&T<g){const S=f.charCodeAt(T++);56320==(64512&S)?v.push(((1023&L)<<10)+(1023&S)+65536):(v.push(L),T--)}else v.push(L)}return v}const F=f=>String.fromCodePoint(...f),$=function(f){return f-48<10?f-22:f-65<26?f-65:f-97<26?f-97:a},X=function(f,v){return f+22+75*(f<26)-((0!=v)<<5)},Y=function(f,v,T){let g=0;for(f=T?b(f/700):f>>1,f+=b(f/v);f>455;g+=a)f=b(f/35);return b(g+36*f/(f+38))},j=function(f){const v=[],T=f.length;let g=0,L=128,S=72,M=f.lastIndexOf("-");M<0&&(M=0);for(let C=0;C<M;++C)f.charCodeAt(C)>=128&&E("not-basic"),v.push(f.charCodeAt(C));for(let C=M>0?M+1:0;C<T;){let N=g;for(let D=1,O=a;;O+=a){C>=T&&E("invalid-input");const V=$(f.charCodeAt(C++));(V>=a||V>b((e-g)/D))&&E("overflow"),g+=V*D;const R=O<=S?1:O>=S+26?26:O-S;if(V<R)break;const H=a-R;D>b(e/H)&&E("overflow"),D*=H}const w=v.length+1;S=Y(g-N,w,0==N),b(g/w)>e-L&&E("overflow"),L+=b(g/w),g%=w,v.splice(g++,0,L)}return String.fromCodePoint(...v)},G=function(f){const v=[];let T=(f=P(f)).length,g=128,L=0,S=72;for(const N of f)N<128&&v.push(y(N));let M=v.length,C=M;for(M&&v.push("-");C<T;){let N=e;for(const D of f)D>=g&&D<N&&(N=D);const w=C+1;N-g>b((e-L)/w)&&E("overflow"),L+=(N-g)*w,g=N;for(const D of f)if(D<g&&++L>e&&E("overflow"),D==g){let O=L;for(let V=a;;V+=a){const R=V<=S?1:V>=S+26?26:V-S;if(O<R)break;const H=O-R,k=a-R;v.push(y(X(R+H%k,0))),O=b(H/k)}v.push(y(X(O,0))),S=Y(L,w,C==M),L=0,++C}++L,++g}return v.join("")},z=function(f){return I(f,(function(v){return h.test(v)?j(v.slice(4).toLowerCase()):v}))},x=function(f){return I(f,(function(v){return p.test(v)?"xn--"+G(v):v}))},U={version:"2.1.0",ucs2:{decode:P,encode:F},decode:j,encode:G,toASCII:x,toUnicode:z}}}]);
Back to Directory File Manager