/**handles:swv**/ (()=>{"use strict";var s={d:(t,e)=>{for(var i in e)s.o(e,i)&&!s.o(t,i)&&Object.defineProperty(t,i,{enumerable:!0,get:e[i]})},o:(t,e)=>Object.prototype.hasOwnProperty.call(t,e),r:t=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})}},o={},t;function e(t){if(this.formData={},this.tree={},!(t instanceof FormData))return this;this.formData=t;const s=()=>{const i=new Map;return i.largestIndex=0,i.set=function(t,e){""===t?t=i.largestIndex++:/^[0-9]+$/.test(t)&&(t=parseInt(t),i.largestIndex<=t&&(i.largestIndex=t+1)),Map.prototype.set.call(i,t,e)},i};this.tree=s();const e=/^(?[a-z][-a-z0-9_:]*)(?(?:\[(?:[a-z][-a-z0-9_:]*|[0-9]*)\])*)/i;for(const[t,i]of this.formData){const o=t.match(e);if(o)if(""===o.groups.array)this.tree.set(o.groups.name,i);else{const t=[...o.groups.array.matchAll(/\[([a-z][-a-z0-9_:]*|[0-9]*)\]/gi)].map(([t,e])=>e);t.unshift(o.groups.name);const e=t.pop();t.reduce((t,e)=>{if(/^[0-9]+$/.test(e)&&(e=parseInt(e)),t.get(e)instanceof Map)return t.get(e);var i=s();return t.set(e,i),i},this.tree).set(e,i)}}}s.r(o),s.d(o,{all:()=>M,any:()=>F,date:()=>d,dayofweek:()=>v,email:()=>a,enum:()=>u,file:()=>h,maxdate:()=>j,maxfilesize:()=>I,maxitems:()=>g,maxlength:()=>y,maxnumber:()=>A,mindate:()=>z,minfilesize:()=>$,minitems:()=>w,minlength:()=>x,minnumber:()=>b,number:()=>f,required:()=>i,requiredfile:()=>n,tel:()=>c,time:()=>m,url:()=>l}),e.prototype.entries=function(){return this.tree.entries()},e.prototype.get=function(t){return this.tree.get(t)},e.prototype.getAll=function(t){if(!this.has(t))return[];const o=t=>{const e=[];if(t instanceof Map)for(var[i,s]of t)e.push(...o(s));else""!==t&&e.push(t);return e};return o(this.get(t))},e.prototype.has=function(t){return this.tree.has(t)},e.prototype.keys=function(){return this.tree.keys()},e.prototype.values=function(){return this.tree.values()};const r=e;function p({rule:t,field:e,error:i,...s}){this.rule=t,this.field=e,this.error=i,this.properties=s}const i=function(t){if(0===t.getAll(this.field).length)throw new p(this)},n=function(t){if(0===t.getAll(this.field).length)throw new p(this)},a=function(t){if(!t.getAll(this.field).every(t=>{if((t=t.trim()).length<6)return!1;if(-1===t.indexOf("@",1))return!1;if(t.indexOf("@")!==t.lastIndexOf("@"))return!1;const[e,i]=t.split("@",2);if(!/^[a-zA-Z0-9!#$%&\'*+\/=?^_`{|}~\.-]+$/.test(e))return!1;if(/\.{2,}/.test(i))return!1;if(/(?:^[ \t\n\r\0\x0B.]|[ \t\n\r\0\x0B.]$)/.test(i))return!1;var t=i.split(".");if(t.length<2)return!1;for(const s of t){if(/(?:^[ \t\n\r\0\x0B-]|[ \t\n\r\0\x0B-]$)/.test(s))return!1;if(!/^[a-z0-9-]+$/i.test(s))return!1}return!0}))throw new p(this)},l=function(t){const e=t.getAll(this.field);if(!e.every(t=>{if(""===(t=t.trim()))return!1;try{return-1!==["http","https","ftp","ftps","mailto","news","irc","irc6","ircs","gopher","nntp","feed","telnet","mms","rtsp","sms","svn","tel","fax","xmpp","webcal","urn"].indexOf(new URL(t).protocol.replace(/:$/,""))}catch{return!1}}))throw new p(this)},c=function(t){if(!t.getAll(this.field).every(t=>(t=(t=t.trim()).replaceAll(/[()/.*#\s-]+/g,""),/^[+]?[0-9]+$/.test(t))))throw new p(this)},f=function(t){if(!t.getAll(this.field).every(t=>(t=t.trim(),!!/^[-]?[0-9]+(?:[eE][+-]?[0-9]+)?$/.test(t)||!!/^[-]?(?:[0-9]+)?[.][0-9]+(?:[eE][+-]?[0-9]+)?$/.test(t))))throw new p(this)},d=function(t){if(!t.getAll(this.field).every(t=>{if(t=t.trim(),!/^[0-9]{4,}-[0-9]{2}-[0-9]{2}$/.test(t))return!1;const e=new Date(t);return!Number.isNaN(e.valueOf())}))throw new p(this)},m=function(t){if(!t.getAll(this.field).every(t=>{var e=t.trim().match(/^([0-9]{2})\:([0-9]{2})(?:\:([0-9]{2}))?$/);if(!e)return!1;var i=parseInt(e[1]),t=parseInt(e[2]),e=e[3]?parseInt(e[3]):0;return 0<=i&&i<=23&&0<=t&&t<=59&&0<=e&&e<=59}))throw new p(this)},h=function(t){if(!t.getAll(this.field).every(e=>e instanceof File&&this.accept?.some(t=>/^\.[a-z0-9]+$/i.test(t)?e.name.toLowerCase().endsWith(t.toLowerCase()):(t=>{const e=[],i=t.match(/^(?[a-z]+)\/(?[*]|[a-z0-9.+-]+)$/i);if(i){const t=i.groups.toplevel.toLowerCase(),n=i.groups.sub.toLowerCase();for(var[s,o]of(()=>{const t=new Map;return t.set("jpg|jpeg|jpe","image/jpeg"),t.set("gif","image/gif"),t.set("png","image/png"),t.set("bmp","image/bmp"),t.set("tiff|tif","image/tiff"),t.set("webp","image/webp"),t.set("ico","image/x-icon"),t.set("heic","image/heic"),t.set("asf|asx","video/x-ms-asf"),t.set("wmv","video/x-ms-wmv"),t.set("wmx","video/x-ms-wmx"),t.set("wm","video/x-ms-wm"),t.set("avi","video/avi"),t.set("divx","video/divx"),t.set("flv","video/x-flv"),t.set("mov|qt","video/quicktime"),t.set("mpeg|mpg|mpe","video/mpeg"),t.set("mp4|m4v","video/mp4"),t.set("ogv","video/ogg"),t.set("webm","video/webm"),t.set("mkv","video/x-matroska"),t.set("3gp|3gpp","video/3gpp"),t.set("3g2|3gp2","video/3gpp2"),t.set("txt|asc|c|cc|h|srt","text/plain"),t.set("csv","text/csv"),t.set("tsv","text/tab-separated-values"),t.set("ics","text/calendar"),t.set("rtx","text/richtext"),t.set("css","text/css"),t.set("htm|html","text/html"),t.set("vtt","text/vtt"),t.set("dfxp","application/ttaf+xml"),t.set("mp3|m4a|m4b","audio/mpeg"),t.set("aac","audio/aac"),t.set("ra|ram","audio/x-realaudio"),t.set("wav","audio/wav"),t.set("ogg|oga","audio/ogg"),t.set("flac","audio/flac"),t.set("mid|midi","audio/midi"),t.set("wma","audio/x-ms-wma"),t.set("wax","audio/x-ms-wax"),t.set("mka","audio/x-matroska"),t.set("rtf","application/rtf"),t.set("js","application/javascript"),t.set("pdf","application/pdf"),t.set("swf","application/x-shockwave-flash"),t.set("class","application/java"),t.set("tar","application/x-tar"),t.set("zip","application/zip"),t.set("gz|gzip","application/x-gzip"),t.set("rar","application/rar"),t.set("7z","application/x-7z-compressed"),t.set("exe","application/x-msdownload"),t.set("psd","application/octet-stream"),t.set("xcf","application/octet-stream"),t.set("doc","application/msword"),t.set("pot|pps|ppt","application/vnd.ms-powerpoint"),t.set("wri","application/vnd.ms-write"),t.set("xla|xls|xlt|xlw","application/vnd.ms-excel"),t.set("mdb","application/vnd.ms-access"),t.set("mpp","application/vnd.ms-project"),t.set("docx","application/vnd.openxmlformats-officedocument.wordprocessingml.document"),t.set("docm","application/vnd.ms-word.document.macroEnabled.12"),t.set("dotx","application/vnd.openxmlformats-officedocument.wordprocessingml.template"),t.set("dotm","application/vnd.ms-word.template.macroEnabled.12"),t.set("xlsx","application/vnd.openxmlformats-officedocument.spreadsheetml.sheet"),t.set("xlsm","application/vnd.ms-excel.sheet.macroEnabled.12"),t.set("xlsb","application/vnd.ms-excel.sheet.binary.macroEnabled.12"),t.set("xltx","application/vnd.openxmlformats-officedocument.spreadsheetml.template"),t.set("xltm","application/vnd.ms-excel.template.macroEnabled.12"),t.set("xlam","application/vnd.ms-excel.addin.macroEnabled.12"),t.set("pptx","application/vnd.openxmlformats-officedocument.presentationml.presentation"),t.set("pptm","application/vnd.ms-powerpoint.presentation.macroEnabled.12"),t.set("ppsx","application/vnd.openxmlformats-officedocument.presentationml.slideshow"),t.set("ppsm","application/vnd.ms-powerpoint.slideshow.macroEnabled.12"),t.set("potx","application/vnd.openxmlformats-officedocument.presentationml.template"),t.set("potm","application/vnd.ms-powerpoint.template.macroEnabled.12"),t.set("ppam","application/vnd.ms-powerpoint.addin.macroEnabled.12"),t.set("sldx","application/vnd.openxmlformats-officedocument.presentationml.slide"),t.set("sldm","application/vnd.ms-powerpoint.slide.macroEnabled.12"),t.set("onetoc|onetoc2|onetmp|onepkg","application/onenote"),t.set("oxps","application/oxps"),t.set("xps","application/vnd.ms-xpsdocument"),t.set("odt","application/vnd.oasis.opendocument.text"),t.set("odp","application/vnd.oasis.opendocument.presentation"),t.set("ods","application/vnd.oasis.opendocument.spreadsheet"),t.set("odg","application/vnd.oasis.opendocument.graphics"),t.set("odc","application/vnd.oasis.opendocument.chart"),t.set("odb","application/vnd.oasis.opendocument.database"),t.set("odf","application/vnd.oasis.opendocument.formula"),t.set("wp|wpd","application/wordperfect"),t.set("key","application/vnd.apple.keynote"),t.set("numbers","application/vnd.apple.numbers"),t.set("pages","application/vnd.apple.pages"),t})())("*"===n&&o.startsWith(t+"/")||o===i[0])&&e.push(...s.split("|"))}return e})(t).some(t=>(t="."+t.trim(),e.name.toLowerCase().endsWith(t.toLowerCase()))))))throw new p(this)},u=function(t){if(!t.getAll(this.field).every(e=>this.accept?.some(t=>e===String(t))))throw new p(this)},v=function(t){if(!t.getAll(this.field).every(t=>{const e=0===(t=new Date(t).getDay())?7:t;var t;return this.accept?.some(t=>e===parseInt(t))}))throw new p(this)},w=function(t){if(t.getAll(this.field).length{"string"==typeof t&&(i+=t.length)}),0!==i&&i{"string"==typeof t&&(i+=t.length)}),parseInt(this.threshold)!(parseFloat(t)!(parseFloat(this.threshold)(t=t.trim(),!(/^[0-9]{4,}-[0-9]{2}-[0-9]{2}$/.test(t)&&/^[0-9]{4,}-[0-9]{2}-[0-9]{2}$/.test(this.threshold)&&t(t=t.trim(),!(/^[0-9]{4,}-[0-9]{2}-[0-9]{2}$/.test(t)&&/^[0-9]{4,}-[0-9]{2}-[0-9]{2}$/.test(this.threshold)&&this.threshold{t instanceof File&&(i+=t.size)}),i{t instanceof File&&(i+=t.size)}),parseInt(this.threshold){const{rule:i,...s}=t;return"function"==typeof o[i]&&("function"!=typeof o[i].matches||o[i].matches(s,e))},E=({ruleObj:t,formDataTree:e,options:i})=>{var{rule:s}=t;o[s].call(t,e,i)},k=[],D=t=>[...k].reduce((e,i)=>t=>i(t,e),t),M=function(e,i={}){const t=(this.rules??[]).filter(t=>O({ruleObj:t,options:i})),s=D(E);if(!t.every(t=>{try{s({ruleObj:t,formDataTree:e,options:i})}catch(t){if(!(t instanceof p))throw t;if(void 0!==t.error)throw t;return!1}return!0}))throw new p(this)},F=function(e,i={}){const t=(this.rules??[]).filter(t=>O({ruleObj:t,options:i})),s=D(E);if(!t.some(t=>{try{s({ruleObj:t,formDataTree:e,options:i})}catch(t){if(!(t instanceof p))throw t;return!1}return!0}))throw new p(this)};window.swv={validators:o,validate:(t,e,i={})=>{const s=(t.rules??[]).filter(t=>O({ruleObj:t,options:i}));if(!s.length)return new Map;const o=D(E),n=new r(e),a=s.reduce((t,e)=>{try{o({ruleObj:e,formDataTree:n,options:i})}catch(e){if(!(e instanceof p))throw e;if(void 0!==e.field&&!t.has(e.field)&&void 0!==e.error)return t.set(e.field,e)}return t},new Map);for(const t of n.keys())a.has(t)||a.set(t,{validInputs:n.getAll(t)});return a},use:t=>{k.push(t)},...null!==(t=window.swv)&&void 0!==t?t:{}}})();