@wavv/ui 1.3.0 → 1.3.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -29,5 +29,5 @@ var r=Object.getOwnPropertySymbols,o=Object.prototype.hasOwnProperty,i=Object.pr
29
29
  * @namespace
30
30
  * @public
31
31
  */
32
- var zi=function(){var e=/(?:^|\s)lang(?:uage)?-([\w-]+)(?=\s|$)/i,t=0,n={},r={util:{encode:function e(t){return t instanceof o?new o(t.type,e(t.content),t.alias):Array.isArray(t)?t.map(e):t.replace(/&/g,"&amp;").replace(/</g,"&lt;").replace(/\u00a0/g," ")},type:function(e){return Object.prototype.toString.call(e).slice(8,-1)},objId:function(e){return e.__id||Object.defineProperty(e,"__id",{value:++t}),e.__id},clone:function e(t,n){var o,i;switch(n=n||{},r.util.type(t)){case"Object":if(i=r.util.objId(t),n[i])return n[i];for(var a in o={},n[i]=o,t)t.hasOwnProperty(a)&&(o[a]=e(t[a],n));return o;case"Array":return i=r.util.objId(t),n[i]?n[i]:(o=[],n[i]=o,t.forEach((function(t,r){o[r]=e(t,n)})),o);default:return t}},getLanguage:function(t){for(;t;){var n=e.exec(t.className);if(n)return n[1].toLowerCase();t=t.parentElement}return"none"},setLanguage:function(t,n){t.className=t.className.replace(RegExp(e,"gi"),""),t.classList.add("language-"+n)},isActive:function(e,t,n){for(var r="no-"+t;e;){var o=e.classList;if(o.contains(t))return!0;if(o.contains(r))return!1;e=e.parentElement}return!!n}},languages:{plain:n,plaintext:n,text:n,txt:n,extend:function(e,t){var n=r.util.clone(r.languages[e]);for(var o in t)n[o]=t[o];return n},insertBefore:function(e,t,n,o){var i=(o=o||r.languages)[e],a={};for(var s in i)if(i.hasOwnProperty(s)){if(s==t)for(var u in n)n.hasOwnProperty(u)&&(a[u]=n[u]);n.hasOwnProperty(s)||(a[s]=i[s])}var l=o[e];return o[e]=a,r.languages.DFS(r.languages,(function(t,n){n===l&&t!=e&&(this[t]=a)})),a},DFS:function e(t,n,o,i){i=i||{};var a=r.util.objId;for(var s in t)if(t.hasOwnProperty(s)){n.call(t,s,t[s],o||s);var u=t[s],l=r.util.type(u);"Object"!==l||i[a(u)]?"Array"!==l||i[a(u)]||(i[a(u)]=!0,e(u,n,s,i)):(i[a(u)]=!0,e(u,n,null,i))}}},plugins:{},highlight:function(e,t,n){var i={code:e,grammar:t,language:n};return r.hooks.run("before-tokenize",i),i.tokens=r.tokenize(i.code,i.grammar),r.hooks.run("after-tokenize",i),o.stringify(r.util.encode(i.tokens),i.language)},tokenize:function(e,t){var n=t.rest;if(n){for(var r in n)t[r]=n[r];delete t.rest}var o=new s;return u(o,o.head,e),a(e,o,t,o.head,0),function(e){var t=[],n=e.head.next;for(;n!==e.tail;)t.push(n.value),n=n.next;return t}(o)},hooks:{all:{},add:function(e,t){var n=r.hooks.all;n[e]=n[e]||[],n[e].push(t)},run:function(e,t){var n=r.hooks.all[e];if(n&&n.length)for(var o,i=0;o=n[i++];)o(t)}},Token:o};function o(e,t,n,r){this.type=e,this.content=t,this.alias=n,this.length=0|(r||"").length}function i(e,t,n,r){e.lastIndex=t;var o=e.exec(n);if(o&&r&&o[1]){var i=o[1].length;o.index+=i,o[0]=o[0].slice(i)}return o}function a(e,t,n,s,c,f){for(var d in n)if(n.hasOwnProperty(d)&&n[d]){var p=n[d];p=Array.isArray(p)?p:[p];for(var h=0;h<p.length;++h){if(f&&f.cause==d+","+h)return;var g=p[h],v=g.inside,m=!!g.lookbehind,b=!!g.greedy,y=g.alias;if(b&&!g.pattern.global){var w=g.pattern.toString().match(/[imsuy]*$/)[0];g.pattern=RegExp(g.pattern.source,w+"g")}for(var C=g.pattern||g,_=s.next,x=c;_!==t.tail&&!(f&&x>=f.reach);x+=_.value.length,_=_.next){var S=_.value;if(t.length>e.length)return;if(!(S instanceof o)){var k,E=1;if(b){if(!(k=i(C,x,e,m))||k.index>=e.length)break;var O=k.index,T=k.index+k[0].length,L=x;for(L+=_.value.length;O>=L;)L+=(_=_.next).value.length;if(x=L-=_.value.length,_.value instanceof o)continue;for(var D=_;D!==t.tail&&(L<T||"string"==typeof D.value);D=D.next)E++,L+=D.value.length;E--,S=e.slice(x,L),k.index-=x}else if(!(k=i(C,0,S,m)))continue;O=k.index;var M=k[0],A=S.slice(0,O),R=S.slice(O+M.length),B=x+S.length;f&&B>f.reach&&(f.reach=B);var I=_.prev;if(A&&(I=u(t,I,A),x+=A.length),l(t,I,E),_=u(t,I,new o(d,v?r.tokenize(M,v):M,y,M)),R&&u(t,_,R),E>1){var j={cause:d+","+h,reach:B};a(e,t,n,_.prev,x,j),f&&j.reach>f.reach&&(f.reach=j.reach)}}}}}}function s(){var e={value:null,prev:null,next:null},t={value:null,prev:e,next:null};e.next=t,this.head=e,this.tail=t,this.length=0}function u(e,t,n){var r=t.next,o={value:n,prev:t,next:r};return t.next=o,r.prev=o,e.length++,o}function l(e,t,n){for(var r=t.next,o=0;o<n&&r!==e.tail;o++)r=r.next;t.next=r,r.prev=t,e.length-=o}return o.stringify=function e(t,n){if("string"==typeof t)return t;if(Array.isArray(t)){var o="";return t.forEach((function(t){o+=e(t,n)})),o}var i={type:t.type,content:e(t.content,n),tag:"span",classes:["token",t.type],attributes:{},language:n},a=t.alias;a&&(Array.isArray(a)?Array.prototype.push.apply(i.classes,a):i.classes.push(a)),r.hooks.run("wrap",i);var s="";for(var u in i.attributes)s+=" "+u+'="'+(i.attributes[u]||"").replace(/"/g,"&quot;")+'"';return"<"+i.tag+' class="'+i.classes.join(" ")+'"'+s+">"+i.content+"</"+i.tag+">"},r}(),Hi=zi;zi.default=zi,Hi.languages.markup={comment:{pattern:/<!--(?:(?!<!--)[\s\S])*?-->/,greedy:!0},prolog:{pattern:/<\?[\s\S]+?\?>/,greedy:!0},doctype:{pattern:/<!DOCTYPE(?:[^>"'[\]]|"[^"]*"|'[^']*')+(?:\[(?:[^<"'\]]|"[^"]*"|'[^']*'|<(?!!--)|<!--(?:[^-]|-(?!->))*-->)*\]\s*)?>/i,greedy:!0,inside:{"internal-subset":{pattern:/(^[^\[]*\[)[\s\S]+(?=\]>$)/,lookbehind:!0,greedy:!0,inside:null},string:{pattern:/"[^"]*"|'[^']*'/,greedy:!0},punctuation:/^<!|>$|[[\]]/,"doctype-tag":/^DOCTYPE/i,name:/[^\s<>'"]+/}},cdata:{pattern:/<!\[CDATA\[[\s\S]*?\]\]>/i,greedy:!0},tag:{pattern:/<\/?(?!\d)[^\s>\/=$<%]+(?:\s(?:\s*[^\s>\/=]+(?:\s*=\s*(?:"[^"]*"|'[^']*'|[^\s'">=]+(?=[\s>]))|(?=[\s/>])))+)?\s*\/?>/,greedy:!0,inside:{tag:{pattern:/^<\/?[^\s>\/]+/,inside:{punctuation:/^<\/?/,namespace:/^[^\s>\/:]+:/}},"special-attr":[],"attr-value":{pattern:/=\s*(?:"[^"]*"|'[^']*'|[^\s'">=]+)/,inside:{punctuation:[{pattern:/^=/,alias:"attr-equals"},/"|'/]}},punctuation:/\/?>/,"attr-name":{pattern:/[^\s>\/]+/,inside:{namespace:/^[^\s>\/:]+:/}}}},entity:[{pattern:/&[\da-z]{1,8};/i,alias:"named-entity"},/&#x?[\da-f]{1,8};/i]},Hi.languages.markup.tag.inside["attr-value"].inside.entity=Hi.languages.markup.entity,Hi.languages.markup.doctype.inside["internal-subset"].inside=Hi.languages.markup,Hi.hooks.add("wrap",(function(e){"entity"===e.type&&(e.attributes.title=e.content.replace(/&amp;/,"&"))})),Object.defineProperty(Hi.languages.markup.tag,"addInlined",{value:function(e,t){var n={};n["language-"+t]={pattern:/(^<!\[CDATA\[)[\s\S]+?(?=\]\]>$)/i,lookbehind:!0,inside:Hi.languages[t]},n.cdata=/^<!\[CDATA\[|\]\]>$/i;var r={"included-cdata":{pattern:/<!\[CDATA\[[\s\S]*?\]\]>/i,inside:n}};r["language-"+t]={pattern:/[\s\S]+/,inside:Hi.languages[t]};var o={};o[e]={pattern:RegExp(/(<__[^>]*>)(?:<!\[CDATA\[(?:[^\]]|\](?!\]>))*\]\]>|(?!<!\[CDATA\[)[\s\S])*?(?=<\/__>)/.source.replace(/__/g,(function(){return e})),"i"),lookbehind:!0,greedy:!0,inside:r},Hi.languages.insertBefore("markup","cdata",o)}}),Object.defineProperty(Hi.languages.markup.tag,"addAttribute",{value:function(e,t){Hi.languages.markup.tag.inside["special-attr"].push({pattern:RegExp(/(^|["'\s])/.source+"(?:"+e+")"+/\s*=\s*(?:"[^"]*"|'[^']*'|[^\s'">=]+(?=[\s>]))/.source,"i"),lookbehind:!0,inside:{"attr-name":/^[^\s=]+/,"attr-value":{pattern:/=[\s\S]+/,inside:{value:{pattern:/(^=\s*(["']|(?!["'])))\S[\s\S]*(?=\2$)/,lookbehind:!0,alias:[t,"language-"+t],inside:Hi.languages[t]},punctuation:[{pattern:/^=/,alias:"attr-equals"},/"|'/]}}}})}}),Hi.languages.html=Hi.languages.markup,Hi.languages.mathml=Hi.languages.markup,Hi.languages.svg=Hi.languages.markup,Hi.languages.xml=Hi.languages.extend("markup",{}),Hi.languages.ssml=Hi.languages.xml,Hi.languages.atom=Hi.languages.xml,Hi.languages.rss=Hi.languages.xml,function(e){var t="\\b(?:BASH|BASHOPTS|BASH_ALIASES|BASH_ARGC|BASH_ARGV|BASH_CMDS|BASH_COMPLETION_COMPAT_DIR|BASH_LINENO|BASH_REMATCH|BASH_SOURCE|BASH_VERSINFO|BASH_VERSION|COLORTERM|COLUMNS|COMP_WORDBREAKS|DBUS_SESSION_BUS_ADDRESS|DEFAULTS_PATH|DESKTOP_SESSION|DIRSTACK|DISPLAY|EUID|GDMSESSION|GDM_LANG|GNOME_KEYRING_CONTROL|GNOME_KEYRING_PID|GPG_AGENT_INFO|GROUPS|HISTCONTROL|HISTFILE|HISTFILESIZE|HISTSIZE|HOME|HOSTNAME|HOSTTYPE|IFS|INSTANCE|JOB|LANG|LANGUAGE|LC_ADDRESS|LC_ALL|LC_IDENTIFICATION|LC_MEASUREMENT|LC_MONETARY|LC_NAME|LC_NUMERIC|LC_PAPER|LC_TELEPHONE|LC_TIME|LESSCLOSE|LESSOPEN|LINES|LOGNAME|LS_COLORS|MACHTYPE|MAILCHECK|MANDATORY_PATH|NO_AT_BRIDGE|OLDPWD|OPTERR|OPTIND|ORBIT_SOCKETDIR|OSTYPE|PAPERSIZE|PATH|PIPESTATUS|PPID|PS1|PS2|PS3|PS4|PWD|RANDOM|REPLY|SECONDS|SELINUX_INIT|SESSION|SESSIONTYPE|SESSION_MANAGER|SHELL|SHELLOPTS|SHLVL|SSH_AUTH_SOCK|TERM|UID|UPSTART_EVENTS|UPSTART_INSTANCE|UPSTART_JOB|UPSTART_SESSION|USER|WINDOWID|XAUTHORITY|XDG_CONFIG_DIRS|XDG_CURRENT_DESKTOP|XDG_DATA_DIRS|XDG_GREETER_DATA_DIR|XDG_MENU_PREFIX|XDG_RUNTIME_DIR|XDG_SEAT|XDG_SEAT_PATH|XDG_SESSION_DESKTOP|XDG_SESSION_ID|XDG_SESSION_PATH|XDG_SESSION_TYPE|XDG_VTNR|XMODIFIERS)\\b",n={pattern:/(^(["']?)\w+\2)[ \t]+\S.*/,lookbehind:!0,alias:"punctuation",inside:null},r={bash:n,environment:{pattern:RegExp("\\$"+t),alias:"constant"},variable:[{pattern:/\$?\(\([\s\S]+?\)\)/,greedy:!0,inside:{variable:[{pattern:/(^\$\(\([\s\S]+)\)\)/,lookbehind:!0},/^\$\(\(/],number:/\b0x[\dA-Fa-f]+\b|(?:\b\d+(?:\.\d*)?|\B\.\d+)(?:[Ee]-?\d+)?/,operator:/--|\+\+|\*\*=?|<<=?|>>=?|&&|\|\||[=!+\-*/%<>^&|]=?|[?~:]/,punctuation:/\(\(?|\)\)?|,|;/}},{pattern:/\$\((?:\([^)]+\)|[^()])+\)|`[^`]+`/,greedy:!0,inside:{variable:/^\$\(|^`|\)$|`$/}},{pattern:/\$\{[^}]+\}/,greedy:!0,inside:{operator:/:[-=?+]?|[!\/]|##?|%%?|\^\^?|,,?/,punctuation:/[\[\]]/,environment:{pattern:RegExp("(\\{)"+t),lookbehind:!0,alias:"constant"}}},/\$(?:\w+|[#?*!@$])/],entity:/\\(?:[abceEfnrtv\\"]|O?[0-7]{1,3}|U[0-9a-fA-F]{8}|u[0-9a-fA-F]{4}|x[0-9a-fA-F]{1,2})/};e.languages.bash={shebang:{pattern:/^#!\s*\/.*/,alias:"important"},comment:{pattern:/(^|[^"{\\$])#.*/,lookbehind:!0},"function-name":[{pattern:/(\bfunction\s+)[\w-]+(?=(?:\s*\(?:\s*\))?\s*\{)/,lookbehind:!0,alias:"function"},{pattern:/\b[\w-]+(?=\s*\(\s*\)\s*\{)/,alias:"function"}],"for-or-select":{pattern:/(\b(?:for|select)\s+)\w+(?=\s+in\s)/,alias:"variable",lookbehind:!0},"assign-left":{pattern:/(^|[\s;|&]|[<>]\()\w+(?=\+?=)/,inside:{environment:{pattern:RegExp("(^|[\\s;|&]|[<>]\\()"+t),lookbehind:!0,alias:"constant"}},alias:"variable",lookbehind:!0},string:[{pattern:/((?:^|[^<])<<-?\s*)(\w+)\s[\s\S]*?(?:\r?\n|\r)\2/,lookbehind:!0,greedy:!0,inside:r},{pattern:/((?:^|[^<])<<-?\s*)(["'])(\w+)\2\s[\s\S]*?(?:\r?\n|\r)\3/,lookbehind:!0,greedy:!0,inside:{bash:n}},{pattern:/(^|[^\\](?:\\\\)*)"(?:\\[\s\S]|\$\([^)]+\)|\$(?!\()|`[^`]+`|[^"\\`$])*"/,lookbehind:!0,greedy:!0,inside:r},{pattern:/(^|[^$\\])'[^']*'/,lookbehind:!0,greedy:!0},{pattern:/\$'(?:[^'\\]|\\[\s\S])*'/,greedy:!0,inside:{entity:r.entity}}],environment:{pattern:RegExp("\\$?"+t),alias:"constant"},variable:r.variable,function:{pattern:/(^|[\s;|&]|[<>]\()(?:add|apropos|apt|apt-cache|apt-get|aptitude|aspell|automysqlbackup|awk|basename|bash|bc|bconsole|bg|bzip2|cal|cat|cfdisk|chgrp|chkconfig|chmod|chown|chroot|cksum|clear|cmp|column|comm|composer|cp|cron|crontab|csplit|curl|cut|date|dc|dd|ddrescue|debootstrap|df|diff|diff3|dig|dir|dircolors|dirname|dirs|dmesg|docker|docker-compose|du|egrep|eject|env|ethtool|expand|expect|expr|fdformat|fdisk|fg|fgrep|file|find|fmt|fold|format|free|fsck|ftp|fuser|gawk|git|gparted|grep|groupadd|groupdel|groupmod|groups|grub-mkconfig|gzip|halt|head|hg|history|host|hostname|htop|iconv|id|ifconfig|ifdown|ifup|import|install|ip|jobs|join|kill|killall|less|link|ln|locate|logname|logrotate|look|lpc|lpr|lprint|lprintd|lprintq|lprm|ls|lsof|lynx|make|man|mc|mdadm|mkconfig|mkdir|mke2fs|mkfifo|mkfs|mkisofs|mknod|mkswap|mmv|more|most|mount|mtools|mtr|mutt|mv|nano|nc|netstat|nice|nl|node|nohup|notify-send|npm|nslookup|op|open|parted|passwd|paste|pathchk|ping|pkill|pnpm|podman|podman-compose|popd|pr|printcap|printenv|ps|pushd|pv|quota|quotacheck|quotactl|ram|rar|rcp|reboot|remsync|rename|renice|rev|rm|rmdir|rpm|rsync|scp|screen|sdiff|sed|sendmail|seq|service|sftp|sh|shellcheck|shuf|shutdown|sleep|slocate|sort|split|ssh|stat|strace|su|sudo|sum|suspend|swapon|sync|tac|tail|tar|tee|time|timeout|top|touch|tr|traceroute|tsort|tty|umount|uname|unexpand|uniq|units|unrar|unshar|unzip|update-grub|uptime|useradd|userdel|usermod|users|uudecode|uuencode|v|vcpkg|vdir|vi|vim|virsh|vmstat|wait|watch|wc|wget|whereis|which|who|whoami|write|xargs|xdg-open|yarn|yes|zenity|zip|zsh|zypper)(?=$|[)\s;|&])/,lookbehind:!0},keyword:{pattern:/(^|[\s;|&]|[<>]\()(?:case|do|done|elif|else|esac|fi|for|function|if|in|select|then|until|while)(?=$|[)\s;|&])/,lookbehind:!0},builtin:{pattern:/(^|[\s;|&]|[<>]\()(?:\.|:|alias|bind|break|builtin|caller|cd|command|continue|declare|echo|enable|eval|exec|exit|export|getopts|hash|help|let|local|logout|mapfile|printf|pwd|read|readarray|readonly|return|set|shift|shopt|source|test|times|trap|type|typeset|ulimit|umask|unalias|unset)(?=$|[)\s;|&])/,lookbehind:!0,alias:"class-name"},boolean:{pattern:/(^|[\s;|&]|[<>]\()(?:false|true)(?=$|[)\s;|&])/,lookbehind:!0},"file-descriptor":{pattern:/\B&\d\b/,alias:"important"},operator:{pattern:/\d?<>|>\||\+=|=[=~]?|!=?|<<[<-]?|[&\d]?>>|\d[<>]&?|[<>][&=]?|&[>&]?|\|[&|]?/,inside:{"file-descriptor":{pattern:/^\d/,alias:"important"}}},punctuation:/\$?\(\(?|\)\)?|\.\.|[{}[\];\\]/,number:{pattern:/(^|\s)(?:[1-9]\d*|0)(?:[.,]\d+)?\b/,lookbehind:!0}},n.inside=e.languages.bash;for(var o=["comment","function-name","for-or-select","assign-left","string","environment","function","keyword","builtin","boolean","file-descriptor","operator","punctuation","number"],i=r.variable[1].inside,a=0;a<o.length;a++)i[o[a]]=e.languages.bash[o[a]];e.languages.shell=e.languages.bash}(Hi),Hi.languages.clike={comment:[{pattern:/(^|[^\\])\/\*[\s\S]*?(?:\*\/|$)/,lookbehind:!0,greedy:!0},{pattern:/(^|[^\\:])\/\/.*/,lookbehind:!0,greedy:!0}],string:{pattern:/(["'])(?:\\(?:\r\n|[\s\S])|(?!\1)[^\\\r\n])*\1/,greedy:!0},"class-name":{pattern:/(\b(?:class|extends|implements|instanceof|interface|new|trait)\s+|\bcatch\s+\()[\w.\\]+/i,lookbehind:!0,inside:{punctuation:/[.\\]/}},keyword:/\b(?:break|catch|continue|do|else|finally|for|function|if|in|instanceof|new|null|return|throw|try|while)\b/,boolean:/\b(?:false|true)\b/,function:/\b\w+(?=\()/,number:/\b0x[\da-f]+\b|(?:\b\d+(?:\.\d*)?|\B\.\d+)(?:e[+-]?\d+)?/i,operator:/[<>]=?|[!=]=?=?|--?|\+\+?|&&?|\|\|?|[?*/~^%]/,punctuation:/[{}[\];(),.:]/},Hi.languages.c=Hi.languages.extend("clike",{comment:{pattern:/\/\/(?:[^\r\n\\]|\\(?:\r\n?|\n|(?![\r\n])))*|\/\*[\s\S]*?(?:\*\/|$)/,greedy:!0},string:{pattern:/"(?:\\(?:\r\n|[\s\S])|[^"\\\r\n])*"/,greedy:!0},"class-name":{pattern:/(\b(?:enum|struct)\s+(?:__attribute__\s*\(\([\s\S]*?\)\)\s*)?)\w+|\b[a-z]\w*_t\b/,lookbehind:!0},keyword:/\b(?:_Alignas|_Alignof|_Atomic|_Bool|_Complex|_Generic|_Imaginary|_Noreturn|_Static_assert|_Thread_local|__attribute__|asm|auto|break|case|char|const|continue|default|do|double|else|enum|extern|float|for|goto|if|inline|int|long|register|return|short|signed|sizeof|static|struct|switch|typedef|typeof|union|unsigned|void|volatile|while)\b/,function:/\b[a-z_]\w*(?=\s*\()/i,number:/(?:\b0x(?:[\da-f]+(?:\.[\da-f]*)?|\.[\da-f]+)(?:p[+-]?\d+)?|(?:\b\d+(?:\.\d*)?|\B\.\d+)(?:e[+-]?\d+)?)[ful]{0,4}/i,operator:/>>=?|<<=?|->|([-+&|:])\1|[?:~]|[-+*/%&|^!=<>]=?/}),Hi.languages.insertBefore("c","string",{char:{pattern:/'(?:\\(?:\r\n|[\s\S])|[^'\\\r\n]){0,32}'/,greedy:!0}}),Hi.languages.insertBefore("c","string",{macro:{pattern:/(^[\t ]*)#\s*[a-z](?:[^\r\n\\/]|\/(?!\*)|\/\*(?:[^*]|\*(?!\/))*\*\/|\\(?:\r\n|[\s\S]))*/im,lookbehind:!0,greedy:!0,alias:"property",inside:{string:[{pattern:/^(#\s*include\s*)<[^>]+>/,lookbehind:!0},Hi.languages.c.string],char:Hi.languages.c.char,comment:Hi.languages.c.comment,"macro-name":[{pattern:/(^#\s*define\s+)\w+\b(?!\()/i,lookbehind:!0},{pattern:/(^#\s*define\s+)\w+\b(?=\()/i,lookbehind:!0,alias:"function"}],directive:{pattern:/^(#\s*)[a-z]+/,lookbehind:!0,alias:"keyword"},"directive-hash":/^#/,punctuation:/##|\\(?=[\r\n])/,expression:{pattern:/\S[\s\S]*/,inside:Hi.languages.c}}}}),Hi.languages.insertBefore("c","function",{constant:/\b(?:EOF|NULL|SEEK_CUR|SEEK_END|SEEK_SET|__DATE__|__FILE__|__LINE__|__TIMESTAMP__|__TIME__|__func__|stderr|stdin|stdout)\b/}),delete Hi.languages.c.boolean,function(e){var t=/\b(?:alignas|alignof|asm|auto|bool|break|case|catch|char|char16_t|char32_t|char8_t|class|co_await|co_return|co_yield|compl|concept|const|const_cast|consteval|constexpr|constinit|continue|decltype|default|delete|do|double|dynamic_cast|else|enum|explicit|export|extern|final|float|for|friend|goto|if|import|inline|int|int16_t|int32_t|int64_t|int8_t|long|module|mutable|namespace|new|noexcept|nullptr|operator|override|private|protected|public|register|reinterpret_cast|requires|return|short|signed|sizeof|static|static_assert|static_cast|struct|switch|template|this|thread_local|throw|try|typedef|typeid|typename|uint16_t|uint32_t|uint64_t|uint8_t|union|unsigned|using|virtual|void|volatile|wchar_t|while)\b/,n=/\b(?!<keyword>)\w+(?:\s*\.\s*\w+)*\b/.source.replace(/<keyword>/g,(function(){return t.source}));e.languages.cpp=e.languages.extend("c",{"class-name":[{pattern:RegExp(/(\b(?:class|concept|enum|struct|typename)\s+)(?!<keyword>)\w+/.source.replace(/<keyword>/g,(function(){return t.source}))),lookbehind:!0},/\b[A-Z]\w*(?=\s*::\s*\w+\s*\()/,/\b[A-Z_]\w*(?=\s*::\s*~\w+\s*\()/i,/\b\w+(?=\s*<(?:[^<>]|<(?:[^<>]|<[^<>]*>)*>)*>\s*::\s*\w+\s*\()/],keyword:t,number:{pattern:/(?:\b0b[01']+|\b0x(?:[\da-f']+(?:\.[\da-f']*)?|\.[\da-f']+)(?:p[+-]?[\d']+)?|(?:\b[\d']+(?:\.[\d']*)?|\B\.[\d']+)(?:e[+-]?[\d']+)?)[ful]{0,4}/i,greedy:!0},operator:/>>=?|<<=?|->|--|\+\+|&&|\|\||[?:~]|<=>|[-+*/%&|^!=<>]=?|\b(?:and|and_eq|bitand|bitor|not|not_eq|or|or_eq|xor|xor_eq)\b/,boolean:/\b(?:false|true)\b/}),e.languages.insertBefore("cpp","string",{module:{pattern:RegExp(/(\b(?:import|module)\s+)/.source+"(?:"+/"(?:\\(?:\r\n|[\s\S])|[^"\\\r\n])*"|<[^<>\r\n]*>/.source+"|"+/<mod-name>(?:\s*:\s*<mod-name>)?|:\s*<mod-name>/.source.replace(/<mod-name>/g,(function(){return n}))+")"),lookbehind:!0,greedy:!0,inside:{string:/^[<"][\s\S]+/,operator:/:/,punctuation:/\./}},"raw-string":{pattern:/R"([^()\\ ]{0,16})\([\s\S]*?\)\1"/,alias:"string",greedy:!0}}),e.languages.insertBefore("cpp","keyword",{"generic-function":{pattern:/\b(?!operator\b)[a-z_]\w*\s*<(?:[^<>]|<[^<>]*>)*>(?=\s*\()/i,inside:{function:/^\w+/,generic:{pattern:/<[\s\S]+/,alias:"class-name",inside:e.languages.cpp}}}}),e.languages.insertBefore("cpp","operator",{"double-colon":{pattern:/::/,alias:"punctuation"}}),e.languages.insertBefore("cpp","class-name",{"base-clause":{pattern:/(\b(?:class|struct)\s+\w+\s*:\s*)[^;{}"'\s]+(?:\s+[^;{}"'\s]+)*(?=\s*[;{])/,lookbehind:!0,greedy:!0,inside:e.languages.extend("cpp",{})}}),e.languages.insertBefore("inside","double-colon",{"class-name":/\b[a-z_]\w*\b(?!\s*::)/i},e.languages.cpp["base-clause"])}(Hi),function(e){var t=/(?:"(?:\\(?:\r\n|[\s\S])|[^"\\\r\n])*"|'(?:\\(?:\r\n|[\s\S])|[^'\\\r\n])*')/;e.languages.css={comment:/\/\*[\s\S]*?\*\//,atrule:{pattern:/@[\w-](?:[^;{\s]|\s+(?![\s{]))*(?:;|(?=\s*\{))/,inside:{rule:/^@[\w-]+/,"selector-function-argument":{pattern:/(\bselector\s*\(\s*(?![\s)]))(?:[^()\s]|\s+(?![\s)])|\((?:[^()]|\([^()]*\))*\))+(?=\s*\))/,lookbehind:!0,alias:"selector"},keyword:{pattern:/(^|[^\w-])(?:and|not|only|or)(?![\w-])/,lookbehind:!0}}},url:{pattern:RegExp("\\burl\\((?:"+t.source+"|"+/(?:[^\\\r\n()"']|\\[\s\S])*/.source+")\\)","i"),greedy:!0,inside:{function:/^url/i,punctuation:/^\(|\)$/,string:{pattern:RegExp("^"+t.source+"$"),alias:"url"}}},selector:{pattern:RegExp("(^|[{}\\s])[^{}\\s](?:[^{};\"'\\s]|\\s+(?![\\s{])|"+t.source+")*(?=\\s*\\{)"),lookbehind:!0},string:{pattern:t,greedy:!0},property:{pattern:/(^|[^-\w\xA0-\uFFFF])(?!\s)[-_a-z\xA0-\uFFFF](?:(?!\s)[-\w\xA0-\uFFFF])*(?=\s*:)/i,lookbehind:!0},important:/!important\b/i,function:{pattern:/(^|[^-a-z0-9])[-a-z0-9]+(?=\()/i,lookbehind:!0},punctuation:/[(){};:,]/},e.languages.css.atrule.inside.rest=e.languages.css;var n=e.languages.markup;n&&(n.tag.addInlined("style","css"),n.tag.addAttribute("style","css"))}(Hi),function(e){var t,n=/("|')(?:\\(?:\r\n|[\s\S])|(?!\1)[^\\\r\n])*\1/;e.languages.css.selector={pattern:e.languages.css.selector.pattern,lookbehind:!0,inside:t={"pseudo-element":/:(?:after|before|first-letter|first-line|selection)|::[-\w]+/,"pseudo-class":/:[-\w]+/,class:/\.[-\w]+/,id:/#[-\w]+/,attribute:{pattern:RegExp("\\[(?:[^[\\]\"']|"+n.source+")*\\]"),greedy:!0,inside:{punctuation:/^\[|\]$/,"case-sensitivity":{pattern:/(\s)[si]$/i,lookbehind:!0,alias:"keyword"},namespace:{pattern:/^(\s*)(?:(?!\s)[-*\w\xA0-\uFFFF])*\|(?!=)/,lookbehind:!0,inside:{punctuation:/\|$/}},"attr-name":{pattern:/^(\s*)(?:(?!\s)[-\w\xA0-\uFFFF])+/,lookbehind:!0},"attr-value":[n,{pattern:/(=\s*)(?:(?!\s)[-\w\xA0-\uFFFF])+(?=\s*$)/,lookbehind:!0}],operator:/[|~*^$]?=/}},"n-th":[{pattern:/(\(\s*)[+-]?\d*[\dn](?:\s*[+-]\s*\d+)?(?=\s*\))/,lookbehind:!0,inside:{number:/[\dn]+/,operator:/[+-]/}},{pattern:/(\(\s*)(?:even|odd)(?=\s*\))/i,lookbehind:!0}],combinator:/>|\+|~|\|\|/,punctuation:/[(),]/}},e.languages.css.atrule.inside["selector-function-argument"].inside=t,e.languages.insertBefore("css","property",{variable:{pattern:/(^|[^-\w\xA0-\uFFFF])--(?!\s)[-_a-z\xA0-\uFFFF](?:(?!\s)[-\w\xA0-\uFFFF])*/i,lookbehind:!0}});var r={pattern:/(\b\d+)(?:%|[a-z]+(?![\w-]))/,lookbehind:!0},o={pattern:/(^|[^\w.-])-?(?:\d+(?:\.\d+)?|\.\d+)/,lookbehind:!0};e.languages.insertBefore("css","function",{operator:{pattern:/(\s)[+\-*\/](?=\s)/,lookbehind:!0},hexcode:{pattern:/\B#[\da-f]{3,8}\b/i,alias:"color"},color:[{pattern:/(^|[^\w-])(?:AliceBlue|AntiqueWhite|Aqua|Aquamarine|Azure|Beige|Bisque|Black|BlanchedAlmond|Blue|BlueViolet|Brown|BurlyWood|CadetBlue|Chartreuse|Chocolate|Coral|CornflowerBlue|Cornsilk|Crimson|Cyan|DarkBlue|DarkCyan|DarkGoldenRod|DarkGr[ae]y|DarkGreen|DarkKhaki|DarkMagenta|DarkOliveGreen|DarkOrange|DarkOrchid|DarkRed|DarkSalmon|DarkSeaGreen|DarkSlateBlue|DarkSlateGr[ae]y|DarkTurquoise|DarkViolet|DeepPink|DeepSkyBlue|DimGr[ae]y|DodgerBlue|FireBrick|FloralWhite|ForestGreen|Fuchsia|Gainsboro|GhostWhite|Gold|GoldenRod|Gr[ae]y|Green|GreenYellow|HoneyDew|HotPink|IndianRed|Indigo|Ivory|Khaki|Lavender|LavenderBlush|LawnGreen|LemonChiffon|LightBlue|LightCoral|LightCyan|LightGoldenRodYellow|LightGr[ae]y|LightGreen|LightPink|LightSalmon|LightSeaGreen|LightSkyBlue|LightSlateGr[ae]y|LightSteelBlue|LightYellow|Lime|LimeGreen|Linen|Magenta|Maroon|MediumAquaMarine|MediumBlue|MediumOrchid|MediumPurple|MediumSeaGreen|MediumSlateBlue|MediumSpringGreen|MediumTurquoise|MediumVioletRed|MidnightBlue|MintCream|MistyRose|Moccasin|NavajoWhite|Navy|OldLace|Olive|OliveDrab|Orange|OrangeRed|Orchid|PaleGoldenRod|PaleGreen|PaleTurquoise|PaleVioletRed|PapayaWhip|PeachPuff|Peru|Pink|Plum|PowderBlue|Purple|Red|RosyBrown|RoyalBlue|SaddleBrown|Salmon|SandyBrown|SeaGreen|SeaShell|Sienna|Silver|SkyBlue|SlateBlue|SlateGr[ae]y|Snow|SpringGreen|SteelBlue|Tan|Teal|Thistle|Tomato|Transparent|Turquoise|Violet|Wheat|White|WhiteSmoke|Yellow|YellowGreen)(?![\w-])/i,lookbehind:!0},{pattern:/\b(?:hsl|rgb)\(\s*\d{1,3}\s*,\s*\d{1,3}%?\s*,\s*\d{1,3}%?\s*\)\B|\b(?:hsl|rgb)a\(\s*\d{1,3}\s*,\s*\d{1,3}%?\s*,\s*\d{1,3}%?\s*,\s*(?:0|0?\.\d+|1)\s*\)\B/i,inside:{unit:r,number:o,function:/[\w-]+(?=\()/,punctuation:/[(),]/}}],entity:/\\[\da-f]{1,8}/i,unit:r,number:o})}(Hi),Hi.languages.javascript=Hi.languages.extend("clike",{"class-name":[Hi.languages.clike["class-name"],{pattern:/(^|[^$\w\xA0-\uFFFF])(?!\s)[_$A-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*(?=\.(?:constructor|prototype))/,lookbehind:!0}],keyword:[{pattern:/((?:^|\})\s*)catch\b/,lookbehind:!0},{pattern:/(^|[^.]|\.\.\.\s*)\b(?:as|assert(?=\s*\{)|async(?=\s*(?:function\b|\(|[$\w\xA0-\uFFFF]|$))|await|break|case|class|const|continue|debugger|default|delete|do|else|enum|export|extends|finally(?=\s*(?:\{|$))|for|from(?=\s*(?:['"]|$))|function|(?:get|set)(?=\s*(?:[#\[$\w\xA0-\uFFFF]|$))|if|implements|import|in|instanceof|interface|let|new|null|of|package|private|protected|public|return|static|super|switch|this|throw|try|typeof|undefined|var|void|while|with|yield)\b/,lookbehind:!0}],function:/#?(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*(?=\s*(?:\.\s*(?:apply|bind|call)\s*)?\()/,number:{pattern:RegExp(/(^|[^\w$])/.source+"(?:"+/NaN|Infinity/.source+"|"+/0[bB][01]+(?:_[01]+)*n?/.source+"|"+/0[oO][0-7]+(?:_[0-7]+)*n?/.source+"|"+/0[xX][\dA-Fa-f]+(?:_[\dA-Fa-f]+)*n?/.source+"|"+/\d+(?:_\d+)*n/.source+"|"+/(?:\d+(?:_\d+)*(?:\.(?:\d+(?:_\d+)*)?)?|\.\d+(?:_\d+)*)(?:[Ee][+-]?\d+(?:_\d+)*)?/.source+")"+/(?![\w$])/.source),lookbehind:!0},operator:/--|\+\+|\*\*=?|=>|&&=?|\|\|=?|[!=]==|<<=?|>>>?=?|[-+*/%&|^!=<>]=?|\.{3}|\?\?=?|\?\.?|[~:]/}),Hi.languages.javascript["class-name"][0].pattern=/(\b(?:class|extends|implements|instanceof|interface|new)\s+)[\w.\\]+/,Hi.languages.insertBefore("javascript","keyword",{regex:{pattern:/((?:^|[^$\w\xA0-\uFFFF."'\])\s]|\b(?:return|yield))\s*)\/(?:\[(?:[^\]\\\r\n]|\\.)*\]|\\.|[^/\\\[\r\n])+\/[dgimyus]{0,7}(?=(?:\s|\/\*(?:[^*]|\*(?!\/))*\*\/)*(?:$|[\r\n,.;:})\]]|\/\/))/,lookbehind:!0,greedy:!0,inside:{"regex-source":{pattern:/^(\/)[\s\S]+(?=\/[a-z]*$)/,lookbehind:!0,alias:"language-regex",inside:Hi.languages.regex},"regex-delimiter":/^\/|\/$/,"regex-flags":/^[a-z]+$/}},"function-variable":{pattern:/#?(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*(?=\s*[=:]\s*(?:async\s*)?(?:\bfunction\b|(?:\((?:[^()]|\([^()]*\))*\)|(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*)\s*=>))/,alias:"function"},parameter:[{pattern:/(function(?:\s+(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*)?\s*\(\s*)(?!\s)(?:[^()\s]|\s+(?![\s)])|\([^()]*\))+(?=\s*\))/,lookbehind:!0,inside:Hi.languages.javascript},{pattern:/(^|[^$\w\xA0-\uFFFF])(?!\s)[_$a-z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*(?=\s*=>)/i,lookbehind:!0,inside:Hi.languages.javascript},{pattern:/(\(\s*)(?!\s)(?:[^()\s]|\s+(?![\s)])|\([^()]*\))+(?=\s*\)\s*=>)/,lookbehind:!0,inside:Hi.languages.javascript},{pattern:/((?:\b|\s|^)(?!(?:as|async|await|break|case|catch|class|const|continue|debugger|default|delete|do|else|enum|export|extends|finally|for|from|function|get|if|implements|import|in|instanceof|interface|let|new|null|of|package|private|protected|public|return|set|static|super|switch|this|throw|try|typeof|undefined|var|void|while|with|yield)(?![$\w\xA0-\uFFFF]))(?:(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*\s*)\(\s*|\]\s*\(\s*)(?!\s)(?:[^()\s]|\s+(?![\s)])|\([^()]*\))+(?=\s*\)\s*\{)/,lookbehind:!0,inside:Hi.languages.javascript}],constant:/\b[A-Z](?:[A-Z_]|\dx?)*\b/}),Hi.languages.insertBefore("javascript","string",{hashbang:{pattern:/^#!.*/,greedy:!0,alias:"comment"},"template-string":{pattern:/`(?:\\[\s\S]|\$\{(?:[^{}]|\{(?:[^{}]|\{[^}]*\})*\})+\}|(?!\$\{)[^\\`])*`/,greedy:!0,inside:{"template-punctuation":{pattern:/^`|`$/,alias:"string"},interpolation:{pattern:/((?:^|[^\\])(?:\\{2})*)\$\{(?:[^{}]|\{(?:[^{}]|\{[^}]*\})*\})+\}/,lookbehind:!0,inside:{"interpolation-punctuation":{pattern:/^\$\{|\}$/,alias:"punctuation"},rest:Hi.languages.javascript}},string:/[\s\S]+/}},"string-property":{pattern:/((?:^|[,{])[ \t]*)(["'])(?:\\(?:\r\n|[\s\S])|(?!\2)[^\\\r\n])*\2(?=\s*:)/m,lookbehind:!0,greedy:!0,alias:"property"}}),Hi.languages.insertBefore("javascript","operator",{"literal-property":{pattern:/((?:^|[,{])[ \t]*)(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*(?=\s*:)/m,lookbehind:!0,alias:"property"}}),Hi.languages.markup&&(Hi.languages.markup.tag.addInlined("script","javascript"),Hi.languages.markup.tag.addAttribute(/on(?:abort|blur|change|click|composition(?:end|start|update)|dblclick|error|focus(?:in|out)?|key(?:down|up)|load|mouse(?:down|enter|leave|move|out|over|up)|reset|resize|scroll|select|slotchange|submit|unload|wheel)/.source,"javascript")),Hi.languages.js=Hi.languages.javascript,function(e){var t=/#(?!\{).+/,n={pattern:/#\{[^}]+\}/,alias:"variable"};e.languages.coffeescript=e.languages.extend("javascript",{comment:t,string:[{pattern:/'(?:\\[\s\S]|[^\\'])*'/,greedy:!0},{pattern:/"(?:\\[\s\S]|[^\\"])*"/,greedy:!0,inside:{interpolation:n}}],keyword:/\b(?:and|break|by|catch|class|continue|debugger|delete|do|each|else|extend|extends|false|finally|for|if|in|instanceof|is|isnt|let|loop|namespace|new|no|not|null|of|off|on|or|own|return|super|switch|then|this|throw|true|try|typeof|undefined|unless|until|when|while|window|with|yes|yield)\b/,"class-member":{pattern:/@(?!\d)\w+/,alias:"variable"}}),e.languages.insertBefore("coffeescript","comment",{"multiline-comment":{pattern:/###[\s\S]+?###/,alias:"comment"},"block-regex":{pattern:/\/{3}[\s\S]*?\/{3}/,alias:"regex",inside:{comment:t,interpolation:n}}}),e.languages.insertBefore("coffeescript","string",{"inline-javascript":{pattern:/`(?:\\[\s\S]|[^\\`])*`/,inside:{delimiter:{pattern:/^`|`$/,alias:"punctuation"},script:{pattern:/[\s\S]+/,alias:"language-javascript",inside:e.languages.javascript}}},"multiline-string":[{pattern:/'''[\s\S]*?'''/,greedy:!0,alias:"string"},{pattern:/"""[\s\S]*?"""/,greedy:!0,alias:"string",inside:{interpolation:n}}]}),e.languages.insertBefore("coffeescript","keyword",{property:/(?!\d)\w+(?=\s*:(?!:))/}),delete e.languages.coffeescript["template-string"],e.languages.coffee=e.languages.coffeescript}(Hi),function(e){var t=/[*&][^\s[\]{},]+/,n=/!(?:<[\w\-%#;/?:@&=+$,.!~*'()[\]]+>|(?:[a-zA-Z\d-]*!)?[\w\-%#;/?:@&=+$.~*'()]+)?/,r="(?:"+n.source+"(?:[ \t]+"+t.source+")?|"+t.source+"(?:[ \t]+"+n.source+")?)",o=/(?:[^\s\x00-\x08\x0e-\x1f!"#%&'*,\-:>?@[\]`{|}\x7f-\x84\x86-\x9f\ud800-\udfff\ufffe\uffff]|[?:-]<PLAIN>)(?:[ \t]*(?:(?![#:])<PLAIN>|:<PLAIN>))*/.source.replace(/<PLAIN>/g,(function(){return/[^\s\x00-\x08\x0e-\x1f,[\]{}\x7f-\x84\x86-\x9f\ud800-\udfff\ufffe\uffff]/.source})),i=/"(?:[^"\\\r\n]|\\.)*"|'(?:[^'\\\r\n]|\\.)*'/.source;function a(e,t){t=(t||"").replace(/m/g,"")+"m";var n=/([:\-,[{]\s*(?:\s<<prop>>[ \t]+)?)(?:<<value>>)(?=[ \t]*(?:$|,|\]|\}|(?:[\r\n]\s*)?#))/.source.replace(/<<prop>>/g,(function(){return r})).replace(/<<value>>/g,(function(){return e}));return RegExp(n,t)}e.languages.yaml={scalar:{pattern:RegExp(/([\-:]\s*(?:\s<<prop>>[ \t]+)?[|>])[ \t]*(?:((?:\r?\n|\r)[ \t]+)\S[^\r\n]*(?:\2[^\r\n]+)*)/.source.replace(/<<prop>>/g,(function(){return r}))),lookbehind:!0,alias:"string"},comment:/#.*/,key:{pattern:RegExp(/((?:^|[:\-,[{\r\n?])[ \t]*(?:<<prop>>[ \t]+)?)<<key>>(?=\s*:\s)/.source.replace(/<<prop>>/g,(function(){return r})).replace(/<<key>>/g,(function(){return"(?:"+o+"|"+i+")"}))),lookbehind:!0,greedy:!0,alias:"atrule"},directive:{pattern:/(^[ \t]*)%.+/m,lookbehind:!0,alias:"important"},datetime:{pattern:a(/\d{4}-\d\d?-\d\d?(?:[tT]|[ \t]+)\d\d?:\d{2}:\d{2}(?:\.\d*)?(?:[ \t]*(?:Z|[-+]\d\d?(?::\d{2})?))?|\d{4}-\d{2}-\d{2}|\d\d?:\d{2}(?::\d{2}(?:\.\d*)?)?/.source),lookbehind:!0,alias:"number"},boolean:{pattern:a(/false|true/.source,"i"),lookbehind:!0,alias:"important"},null:{pattern:a(/null|~/.source,"i"),lookbehind:!0,alias:"important"},string:{pattern:a(i),lookbehind:!0,greedy:!0},number:{pattern:a(/[+-]?(?:0x[\da-f]+|0o[0-7]+|(?:\d+(?:\.\d*)?|\.\d+)(?:e[+-]?\d+)?|\.inf|\.nan)/.source,"i"),lookbehind:!0},tag:n,important:t,punctuation:/---|[:[\]{}\-,|>?]|\.\.\./},e.languages.yml=e.languages.yaml}(Hi),function(e){var t=/(?:\\.|[^\\\n\r]|(?:\n|\r\n?)(?![\r\n]))/.source;function n(e){return e=e.replace(/<inner>/g,(function(){return t})),RegExp(/((?:^|[^\\])(?:\\{2})*)/.source+"(?:"+e+")")}var r=/(?:\\.|``(?:[^`\r\n]|`(?!`))+``|`[^`\r\n]+`|[^\\|\r\n`])+/.source,o=/\|?__(?:\|__)+\|?(?:(?:\n|\r\n?)|(?![\s\S]))/.source.replace(/__/g,(function(){return r})),i=/\|?[ \t]*:?-{3,}:?[ \t]*(?:\|[ \t]*:?-{3,}:?[ \t]*)+\|?(?:\n|\r\n?)/.source;e.languages.markdown=e.languages.extend("markup",{}),e.languages.insertBefore("markdown","prolog",{"front-matter-block":{pattern:/(^(?:\s*[\r\n])?)---(?!.)[\s\S]*?[\r\n]---(?!.)/,lookbehind:!0,greedy:!0,inside:{punctuation:/^---|---$/,"front-matter":{pattern:/\S+(?:\s+\S+)*/,alias:["yaml","language-yaml"],inside:e.languages.yaml}}},blockquote:{pattern:/^>(?:[\t ]*>)*/m,alias:"punctuation"},table:{pattern:RegExp("^"+o+i+"(?:"+o+")*","m"),inside:{"table-data-rows":{pattern:RegExp("^("+o+i+")(?:"+o+")*$"),lookbehind:!0,inside:{"table-data":{pattern:RegExp(r),inside:e.languages.markdown},punctuation:/\|/}},"table-line":{pattern:RegExp("^("+o+")"+i+"$"),lookbehind:!0,inside:{punctuation:/\||:?-{3,}:?/}},"table-header-row":{pattern:RegExp("^"+o+"$"),inside:{"table-header":{pattern:RegExp(r),alias:"important",inside:e.languages.markdown},punctuation:/\|/}}}},code:[{pattern:/((?:^|\n)[ \t]*\n|(?:^|\r\n?)[ \t]*\r\n?)(?: {4}|\t).+(?:(?:\n|\r\n?)(?: {4}|\t).+)*/,lookbehind:!0,alias:"keyword"},{pattern:/^```[\s\S]*?^```$/m,greedy:!0,inside:{"code-block":{pattern:/^(```.*(?:\n|\r\n?))[\s\S]+?(?=(?:\n|\r\n?)^```$)/m,lookbehind:!0},"code-language":{pattern:/^(```).+/,lookbehind:!0},punctuation:/```/}}],title:[{pattern:/\S.*(?:\n|\r\n?)(?:==+|--+)(?=[ \t]*$)/m,alias:"important",inside:{punctuation:/==+$|--+$/}},{pattern:/(^\s*)#.+/m,lookbehind:!0,alias:"important",inside:{punctuation:/^#+|#+$/}}],hr:{pattern:/(^\s*)([*-])(?:[\t ]*\2){2,}(?=\s*$)/m,lookbehind:!0,alias:"punctuation"},list:{pattern:/(^\s*)(?:[*+-]|\d+\.)(?=[\t ].)/m,lookbehind:!0,alias:"punctuation"},"url-reference":{pattern:/!?\[[^\]]+\]:[\t ]+(?:\S+|<(?:\\.|[^>\\])+>)(?:[\t ]+(?:"(?:\\.|[^"\\])*"|'(?:\\.|[^'\\])*'|\((?:\\.|[^)\\])*\)))?/,inside:{variable:{pattern:/^(!?\[)[^\]]+/,lookbehind:!0},string:/(?:"(?:\\.|[^"\\])*"|'(?:\\.|[^'\\])*'|\((?:\\.|[^)\\])*\))$/,punctuation:/^[\[\]!:]|[<>]/},alias:"url"},bold:{pattern:n(/\b__(?:(?!_)<inner>|_(?:(?!_)<inner>)+_)+__\b|\*\*(?:(?!\*)<inner>|\*(?:(?!\*)<inner>)+\*)+\*\*/.source),lookbehind:!0,greedy:!0,inside:{content:{pattern:/(^..)[\s\S]+(?=..$)/,lookbehind:!0,inside:{}},punctuation:/\*\*|__/}},italic:{pattern:n(/\b_(?:(?!_)<inner>|__(?:(?!_)<inner>)+__)+_\b|\*(?:(?!\*)<inner>|\*\*(?:(?!\*)<inner>)+\*\*)+\*/.source),lookbehind:!0,greedy:!0,inside:{content:{pattern:/(^.)[\s\S]+(?=.$)/,lookbehind:!0,inside:{}},punctuation:/[*_]/}},strike:{pattern:n(/(~~?)(?:(?!~)<inner>)+\2/.source),lookbehind:!0,greedy:!0,inside:{content:{pattern:/(^~~?)[\s\S]+(?=\1$)/,lookbehind:!0,inside:{}},punctuation:/~~?/}},"code-snippet":{pattern:/(^|[^\\`])(?:``[^`\r\n]+(?:`[^`\r\n]+)*``(?!`)|`[^`\r\n]+`(?!`))/,lookbehind:!0,greedy:!0,alias:["code","keyword"]},url:{pattern:n(/!?\[(?:(?!\])<inner>)+\](?:\([^\s)]+(?:[\t ]+"(?:\\.|[^"\\])*")?\)|[ \t]?\[(?:(?!\])<inner>)+\])/.source),lookbehind:!0,greedy:!0,inside:{operator:/^!/,content:{pattern:/(^\[)[^\]]+(?=\])/,lookbehind:!0,inside:{}},variable:{pattern:/(^\][ \t]?\[)[^\]]+(?=\]$)/,lookbehind:!0},url:{pattern:/(^\]\()[^\s)]+/,lookbehind:!0},string:{pattern:/(^[ \t]+)"(?:\\.|[^"\\])*"(?=\)$)/,lookbehind:!0}}}}),["url","bold","italic","strike"].forEach((function(t){["url","bold","italic","strike","code-snippet"].forEach((function(n){t!==n&&(e.languages.markdown[t].inside.content.inside[n]=e.languages.markdown[n])}))})),e.hooks.add("after-tokenize",(function(e){"markdown"!==e.language&&"md"!==e.language||function e(t){if(t&&"string"!=typeof t)for(var n=0,r=t.length;n<r;n++){var o=t[n];if("code"===o.type){var i=o.content[1],a=o.content[3];if(i&&a&&"code-language"===i.type&&"code-block"===a.type&&"string"==typeof i.content){var s=i.content.replace(/\b#/g,"sharp").replace(/\b\+\+/g,"pp"),u="language-"+(s=(/[a-z][\w-]*/i.exec(s)||[""])[0].toLowerCase());a.alias?"string"==typeof a.alias?a.alias=[a.alias,u]:a.alias.push(u):a.alias=[u]}}else e(o.content)}}(e.tokens)})),e.hooks.add("wrap",(function(t){if("code-block"===t.type){for(var n="",r=0,o=t.classes.length;r<o;r++){var i=t.classes[r],l=/language-(.+)/.exec(i);if(l){n=l[1];break}}var c,f=e.languages[n];if(f)t.content=e.highlight((c=t.content,c.replace(a,"").replace(/&(\w{1,8}|#x?[\da-f]{1,8});/gi,(function(e,t){var n;if("#"===(t=t.toLowerCase())[0])return n="x"===t[1]?parseInt(t.slice(2),16):Number(t.slice(1)),u(n);var r=s[t];return r||e}))),f,n);else if(n&&"none"!==n&&e.plugins.autoloader){var d="md-"+(new Date).valueOf()+"-"+Math.floor(1e16*Math.random());t.attributes.id=d,e.plugins.autoloader.loadLanguages(n,(function(){var t=document.getElementById(d);t&&(t.innerHTML=e.highlight(t.textContent,e.languages[n],n))}))}}}));var a=RegExp(e.languages.markup.tag.pattern.source,"gi"),s={amp:"&",lt:"<",gt:">",quot:'"'},u=String.fromCodePoint||String.fromCharCode;e.languages.md=e.languages.markdown}(Hi),Hi.languages.graphql={comment:/#.*/,description:{pattern:/(?:"""(?:[^"]|(?!""")")*"""|"(?:\\.|[^\\"\r\n])*")(?=\s*[a-z_])/i,greedy:!0,alias:"string",inside:{"language-markdown":{pattern:/(^"(?:"")?)(?!\1)[\s\S]+(?=\1$)/,lookbehind:!0,inside:Hi.languages.markdown}}},string:{pattern:/"""(?:[^"]|(?!""")")*"""|"(?:\\.|[^\\"\r\n])*"/,greedy:!0},number:/(?:\B-|\b)\d+(?:\.\d+)?(?:e[+-]?\d+)?\b/i,boolean:/\b(?:false|true)\b/,variable:/\$[a-z_]\w*/i,directive:{pattern:/@[a-z_]\w*/i,alias:"function"},"attr-name":{pattern:/\b[a-z_]\w*(?=\s*(?:\((?:[^()"]|"(?:\\.|[^\\"\r\n])*")*\))?:)/i,greedy:!0},"atom-input":{pattern:/\b[A-Z]\w*Input\b/,alias:"class-name"},scalar:/\b(?:Boolean|Float|ID|Int|String)\b/,constant:/\b[A-Z][A-Z_\d]*\b/,"class-name":{pattern:/(\b(?:enum|implements|interface|on|scalar|type|union)\s+|&\s*|:\s*|\[)[A-Z_]\w*/,lookbehind:!0},fragment:{pattern:/(\bfragment\s+|\.{3}\s*(?!on\b))[a-zA-Z_]\w*/,lookbehind:!0,alias:"function"},"definition-mutation":{pattern:/(\bmutation\s+)[a-zA-Z_]\w*/,lookbehind:!0,alias:"function"},"definition-query":{pattern:/(\bquery\s+)[a-zA-Z_]\w*/,lookbehind:!0,alias:"function"},keyword:/\b(?:directive|enum|extend|fragment|implements|input|interface|mutation|on|query|repeatable|scalar|schema|subscription|type|union)\b/,operator:/[!=|&]|\.{3}/,"property-query":/\w+(?=\s*\()/,object:/\w+(?=\s*\{)/,punctuation:/[!(){}\[\]:=,]/,property:/\w+/},Hi.hooks.add("after-tokenize",(function(e){if("graphql"===e.language)for(var t=e.tokens.filter((function(e){return"string"!=typeof e&&"comment"!==e.type&&"scalar"!==e.type})),n=0;n<t.length;){var r=t[n++];if("keyword"===r.type&&"mutation"===r.content){var o=[];if(f(["definition-mutation","punctuation"])&&"("===c(1).content){n+=2;var i=d(/^\($/,/^\)$/);if(-1===i)continue;for(;n<i;n++){var a=c(0);"variable"===a.type&&(p(a,"variable-input"),o.push(a.content))}n=i+1}if(f(["punctuation","property-query"])&&"{"===c(0).content&&(n++,p(c(0),"property-mutation"),o.length>0)){var s=d(/^\{$/,/^\}$/);if(-1===s)continue;for(var u=n;u<s;u++){var l=t[u];"variable"===l.type&&o.indexOf(l.content)>=0&&p(l,"variable-input")}}}}function c(e){return t[n+e]}function f(e,t){t=t||0;for(var n=0;n<e.length;n++){var r=c(n+t);if(!r||r.type!==e[n])return!1}return!0}function d(e,r){for(var o=1,i=n;i<t.length;i++){var a=t[i],s=a.content;if("punctuation"===a.type&&"string"==typeof s)if(e.test(s))o++;else if(r.test(s)&&0===--o)return i}return-1}function p(e,t){var n=e.alias;n?Array.isArray(n)||(e.alias=n=[n]):e.alias=n=[],n.push(t)}})),Hi.languages.sql={comment:{pattern:/(^|[^\\])(?:\/\*[\s\S]*?\*\/|(?:--|\/\/|#).*)/,lookbehind:!0},variable:[{pattern:/@(["'`])(?:\\[\s\S]|(?!\1)[^\\])+\1/,greedy:!0},/@[\w.$]+/],string:{pattern:/(^|[^@\\])("|')(?:\\[\s\S]|(?!\2)[^\\]|\2\2)*\2/,greedy:!0,lookbehind:!0},identifier:{pattern:/(^|[^@\\])`(?:\\[\s\S]|[^`\\]|``)*`/,greedy:!0,lookbehind:!0,inside:{punctuation:/^`|`$/}},function:/\b(?:AVG|COUNT|FIRST|FORMAT|LAST|LCASE|LEN|MAX|MID|MIN|MOD|NOW|ROUND|SUM|UCASE)(?=\s*\()/i,keyword:/\b(?:ACTION|ADD|AFTER|ALGORITHM|ALL|ALTER|ANALYZE|ANY|APPLY|AS|ASC|AUTHORIZATION|AUTO_INCREMENT|BACKUP|BDB|BEGIN|BERKELEYDB|BIGINT|BINARY|BIT|BLOB|BOOL|BOOLEAN|BREAK|BROWSE|BTREE|BULK|BY|CALL|CASCADED?|CASE|CHAIN|CHAR(?:ACTER|SET)?|CHECK(?:POINT)?|CLOSE|CLUSTERED|COALESCE|COLLATE|COLUMNS?|COMMENT|COMMIT(?:TED)?|COMPUTE|CONNECT|CONSISTENT|CONSTRAINT|CONTAINS(?:TABLE)?|CONTINUE|CONVERT|CREATE|CROSS|CURRENT(?:_DATE|_TIME|_TIMESTAMP|_USER)?|CURSOR|CYCLE|DATA(?:BASES?)?|DATE(?:TIME)?|DAY|DBCC|DEALLOCATE|DEC|DECIMAL|DECLARE|DEFAULT|DEFINER|DELAYED|DELETE|DELIMITERS?|DENY|DESC|DESCRIBE|DETERMINISTIC|DISABLE|DISCARD|DISK|DISTINCT|DISTINCTROW|DISTRIBUTED|DO|DOUBLE|DROP|DUMMY|DUMP(?:FILE)?|DUPLICATE|ELSE(?:IF)?|ENABLE|ENCLOSED|END|ENGINE|ENUM|ERRLVL|ERRORS|ESCAPED?|EXCEPT|EXEC(?:UTE)?|EXISTS|EXIT|EXPLAIN|EXTENDED|FETCH|FIELDS|FILE|FILLFACTOR|FIRST|FIXED|FLOAT|FOLLOWING|FOR(?: EACH ROW)?|FORCE|FOREIGN|FREETEXT(?:TABLE)?|FROM|FULL|FUNCTION|GEOMETRY(?:COLLECTION)?|GLOBAL|GOTO|GRANT|GROUP|HANDLER|HASH|HAVING|HOLDLOCK|HOUR|IDENTITY(?:COL|_INSERT)?|IF|IGNORE|IMPORT|INDEX|INFILE|INNER|INNODB|INOUT|INSERT|INT|INTEGER|INTERSECT|INTERVAL|INTO|INVOKER|ISOLATION|ITERATE|JOIN|KEYS?|KILL|LANGUAGE|LAST|LEAVE|LEFT|LEVEL|LIMIT|LINENO|LINES|LINESTRING|LOAD|LOCAL|LOCK|LONG(?:BLOB|TEXT)|LOOP|MATCH(?:ED)?|MEDIUM(?:BLOB|INT|TEXT)|MERGE|MIDDLEINT|MINUTE|MODE|MODIFIES|MODIFY|MONTH|MULTI(?:LINESTRING|POINT|POLYGON)|NATIONAL|NATURAL|NCHAR|NEXT|NO|NONCLUSTERED|NULLIF|NUMERIC|OFF?|OFFSETS?|ON|OPEN(?:DATASOURCE|QUERY|ROWSET)?|OPTIMIZE|OPTION(?:ALLY)?|ORDER|OUT(?:ER|FILE)?|OVER|PARTIAL|PARTITION|PERCENT|PIVOT|PLAN|POINT|POLYGON|PRECEDING|PRECISION|PREPARE|PREV|PRIMARY|PRINT|PRIVILEGES|PROC(?:EDURE)?|PUBLIC|PURGE|QUICK|RAISERROR|READS?|REAL|RECONFIGURE|REFERENCES|RELEASE|RENAME|REPEAT(?:ABLE)?|REPLACE|REPLICATION|REQUIRE|RESIGNAL|RESTORE|RESTRICT|RETURN(?:ING|S)?|REVOKE|RIGHT|ROLLBACK|ROUTINE|ROW(?:COUNT|GUIDCOL|S)?|RTREE|RULE|SAVE(?:POINT)?|SCHEMA|SECOND|SELECT|SERIAL(?:IZABLE)?|SESSION(?:_USER)?|SET(?:USER)?|SHARE|SHOW|SHUTDOWN|SIMPLE|SMALLINT|SNAPSHOT|SOME|SONAME|SQL|START(?:ING)?|STATISTICS|STATUS|STRIPED|SYSTEM_USER|TABLES?|TABLESPACE|TEMP(?:ORARY|TABLE)?|TERMINATED|TEXT(?:SIZE)?|THEN|TIME(?:STAMP)?|TINY(?:BLOB|INT|TEXT)|TOP?|TRAN(?:SACTIONS?)?|TRIGGER|TRUNCATE|TSEQUAL|TYPES?|UNBOUNDED|UNCOMMITTED|UNDEFINED|UNION|UNIQUE|UNLOCK|UNPIVOT|UNSIGNED|UPDATE(?:TEXT)?|USAGE|USE|USER|USING|VALUES?|VAR(?:BINARY|CHAR|CHARACTER|YING)|VIEW|WAITFOR|WARNINGS|WHEN|WHERE|WHILE|WITH(?: ROLLUP|IN)?|WORK|WRITE(?:TEXT)?|YEAR)\b/i,boolean:/\b(?:FALSE|NULL|TRUE)\b/i,number:/\b0x[\da-f]+\b|\b\d+(?:\.\d*)?|\B\.\d+\b/i,operator:/[-+*\/=%^~]|&&?|\|\|?|!=?|<(?:=>?|<|>)?|>[>=]?|\b(?:AND|BETWEEN|DIV|ILIKE|IN|IS|LIKE|NOT|OR|REGEXP|RLIKE|SOUNDS LIKE|XOR)\b/i,punctuation:/[;[\]()`,.]/},function(e){var t=e.languages.javascript["template-string"],n=t.pattern.source,r=t.inside.interpolation,o=r.inside["interpolation-punctuation"],i=r.pattern.source;function a(t,r){if(e.languages[t])return{pattern:RegExp("((?:"+r+")\\s*)"+n),lookbehind:!0,greedy:!0,inside:{"template-punctuation":{pattern:/^`|`$/,alias:"string"},"embedded-code":{pattern:/[\s\S]+/,alias:t}}}}function s(e,t){return"___"+t.toUpperCase()+"_"+e+"___"}function u(t,n,r){var o={code:t,grammar:n,language:r};return e.hooks.run("before-tokenize",o),o.tokens=e.tokenize(o.code,o.grammar),e.hooks.run("after-tokenize",o),o.tokens}function l(t){var n={};n["interpolation-punctuation"]=o;var i=e.tokenize(t,n);if(3===i.length){var a=[1,1];a.push.apply(a,u(i[1],e.languages.javascript,"javascript")),i.splice.apply(i,a)}return new e.Token("interpolation",i,r.alias,t)}function c(t,n,r){var o=e.tokenize(t,{interpolation:{pattern:RegExp(i),lookbehind:!0}}),a=0,c={},f=u(o.map((function(e){if("string"==typeof e)return e;for(var n,o=e.content;-1!==t.indexOf(n=s(a++,r)););return c[n]=o,n})).join(""),n,r),d=Object.keys(c);return a=0,function e(t){for(var n=0;n<t.length;n++){if(a>=d.length)return;var r=t[n];if("string"==typeof r||"string"==typeof r.content){var o=d[a],i="string"==typeof r?r:r.content,s=i.indexOf(o);if(-1!==s){++a;var u=i.substring(0,s),f=l(c[o]),p=i.substring(s+o.length),h=[];if(u&&h.push(u),h.push(f),p){var g=[p];e(g),h.push.apply(h,g)}"string"==typeof r?(t.splice.apply(t,[n,1].concat(h)),n+=h.length-1):r.content=h}}else{var v=r.content;Array.isArray(v)?e(v):e([v])}}}(f),new e.Token(r,f,"language-"+r,t)}e.languages.javascript["template-string"]=[a("css",/\b(?:styled(?:\([^)]*\))?(?:\s*\.\s*\w+(?:\([^)]*\))*)*|css(?:\s*\.\s*(?:global|resolve))?|createGlobalStyle|keyframes)/.source),a("html",/\bhtml|\.\s*(?:inner|outer)HTML\s*\+?=/.source),a("svg",/\bsvg/.source),a("markdown",/\b(?:markdown|md)/.source),a("graphql",/\b(?:gql|graphql(?:\s*\.\s*experimental)?)/.source),a("sql",/\bsql/.source),t].filter(Boolean);var f={javascript:!0,js:!0,typescript:!0,ts:!0,jsx:!0,tsx:!0};function d(e){return"string"==typeof e?e:Array.isArray(e)?e.map(d).join(""):d(e.content)}e.hooks.add("after-tokenize",(function(t){t.language in f&&function t(n){for(var r=0,o=n.length;r<o;r++){var i=n[r];if("string"!=typeof i){var a=i.content;if(Array.isArray(a))if("template-string"===i.type){var s=a[1];if(3===a.length&&"string"!=typeof s&&"embedded-code"===s.type){var u=d(s),l=s.alias,f=Array.isArray(l)?l[0]:l,p=e.languages[f];if(!p)continue;a[1]=c(u,p,f)}}else t(a);else"string"!=typeof a&&t([a])}}}(t.tokens)}))}(Hi),function(e){e.languages.typescript=e.languages.extend("javascript",{"class-name":{pattern:/(\b(?:class|extends|implements|instanceof|interface|new|type)\s+)(?!keyof\b)(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*(?:\s*<(?:[^<>]|<(?:[^<>]|<[^<>]*>)*>)*>)?/,lookbehind:!0,greedy:!0,inside:null},builtin:/\b(?:Array|Function|Promise|any|boolean|console|never|number|string|symbol|unknown)\b/}),e.languages.typescript.keyword.push(/\b(?:abstract|declare|is|keyof|readonly|require)\b/,/\b(?:asserts|infer|interface|module|namespace|type)\b(?=\s*(?:[{_$a-zA-Z\xA0-\uFFFF]|$))/,/\btype\b(?=\s*(?:[\{*]|$))/),delete e.languages.typescript.parameter,delete e.languages.typescript["literal-property"];var t=e.languages.extend("typescript",{});delete t["class-name"],e.languages.typescript["class-name"].inside=t,e.languages.insertBefore("typescript","function",{decorator:{pattern:/@[$\w\xA0-\uFFFF]+/,inside:{at:{pattern:/^@/,alias:"operator"},function:/^[\s\S]+/}},"generic-function":{pattern:/#?(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*\s*<(?:[^<>]|<(?:[^<>]|<[^<>]*>)*>)*>(?=\s*\()/,greedy:!0,inside:{function:/^#?(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*/,generic:{pattern:/<[\s\S]+/,alias:"class-name",inside:t}}}}),e.languages.ts=e.languages.typescript}(Hi),function(e){function t(e,t){return RegExp(e.replace(/<ID>/g,(function(){return/(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*/.source})),t)}e.languages.insertBefore("javascript","function-variable",{"method-variable":{pattern:RegExp("(\\.\\s*)"+e.languages.javascript["function-variable"].pattern.source),lookbehind:!0,alias:["function-variable","method","function","property-access"]}}),e.languages.insertBefore("javascript","function",{method:{pattern:RegExp("(\\.\\s*)"+e.languages.javascript.function.source),lookbehind:!0,alias:["function","property-access"]}}),e.languages.insertBefore("javascript","constant",{"known-class-name":[{pattern:/\b(?:(?:Float(?:32|64)|(?:Int|Uint)(?:8|16|32)|Uint8Clamped)?Array|ArrayBuffer|BigInt|Boolean|DataView|Date|Error|Function|Intl|JSON|(?:Weak)?(?:Map|Set)|Math|Number|Object|Promise|Proxy|Reflect|RegExp|String|Symbol|WebAssembly)\b/,alias:"class-name"},{pattern:/\b(?:[A-Z]\w*)Error\b/,alias:"class-name"}]}),e.languages.insertBefore("javascript","keyword",{imports:{pattern:t(/(\bimport\b\s*)(?:<ID>(?:\s*,\s*(?:\*\s*as\s+<ID>|\{[^{}]*\}))?|\*\s*as\s+<ID>|\{[^{}]*\})(?=\s*\bfrom\b)/.source),lookbehind:!0,inside:e.languages.javascript},exports:{pattern:t(/(\bexport\b\s*)(?:\*(?:\s*as\s+<ID>)?(?=\s*\bfrom\b)|\{[^{}]*\})/.source),lookbehind:!0,inside:e.languages.javascript}}),e.languages.javascript.keyword.unshift({pattern:/\b(?:as|default|export|from|import)\b/,alias:"module"},{pattern:/\b(?:await|break|catch|continue|do|else|finally|for|if|return|switch|throw|try|while|yield)\b/,alias:"control-flow"},{pattern:/\bnull\b/,alias:["null","nil"]},{pattern:/\bundefined\b/,alias:"nil"}),e.languages.insertBefore("javascript","operator",{spread:{pattern:/\.{3}/,alias:"operator"},arrow:{pattern:/=>/,alias:"operator"}}),e.languages.insertBefore("javascript","punctuation",{"property-access":{pattern:t(/(\.\s*)#?<ID>/.source),lookbehind:!0},"maybe-class-name":{pattern:/(^|[^$\w\xA0-\uFFFF])[A-Z][$\w\xA0-\uFFFF]+/,lookbehind:!0},dom:{pattern:/\b(?:document|(?:local|session)Storage|location|navigator|performance|window)\b/,alias:"variable"},console:{pattern:/\bconsole(?=\s*\.)/,alias:"class-name"}});for(var n=["function","function-variable","method","method-variable","property-access"],r=0;r<n.length;r++){var o=n[r],i=e.languages.javascript[o];"RegExp"===e.util.type(i)&&(i=e.languages.javascript[o]={pattern:i});var a=i.inside||{};i.inside=a,a["maybe-class-name"]=/^[A-Z][\s\S]*/}}(Hi),function(e){var t=e.util.clone(e.languages.javascript),n=/(?:\s|\/\/.*(?!.)|\/\*(?:[^*]|\*(?!\/))\*\/)/.source,r=/(?:\{(?:\{(?:\{[^{}]*\}|[^{}])*\}|[^{}])*\})/.source,o=/(?:\{<S>*\.{3}(?:[^{}]|<BRACES>)*\})/.source;function i(e,t){return e=e.replace(/<S>/g,(function(){return n})).replace(/<BRACES>/g,(function(){return r})).replace(/<SPREAD>/g,(function(){return o})),RegExp(e,t)}o=i(o).source,e.languages.jsx=e.languages.extend("markup",t),e.languages.jsx.tag.pattern=i(/<\/?(?:[\w.:-]+(?:<S>+(?:[\w.:$-]+(?:=(?:"(?:\\[\s\S]|[^\\"])*"|'(?:\\[\s\S]|[^\\'])*'|[^\s{'"/>=]+|<BRACES>))?|<SPREAD>))*<S>*\/?)?>/.source),e.languages.jsx.tag.inside.tag.pattern=/^<\/?[^\s>\/]*/,e.languages.jsx.tag.inside["attr-value"].pattern=/=(?!\{)(?:"(?:\\[\s\S]|[^\\"])*"|'(?:\\[\s\S]|[^\\'])*'|[^\s'">]+)/,e.languages.jsx.tag.inside.tag.inside["class-name"]=/^[A-Z]\w*(?:\.[A-Z]\w*)*$/,e.languages.jsx.tag.inside.comment=t.comment,e.languages.insertBefore("inside","attr-name",{spread:{pattern:i(/<SPREAD>/.source),inside:e.languages.jsx}},e.languages.jsx.tag),e.languages.insertBefore("inside","special-attr",{script:{pattern:i(/=<BRACES>/.source),alias:"language-javascript",inside:{"script-punctuation":{pattern:/^=(?=\{)/,alias:"punctuation"},rest:e.languages.jsx}}},e.languages.jsx.tag);var a=function(e){return e?"string"==typeof e?e:"string"==typeof e.content?e.content:e.content.map(a).join(""):""},s=function(t){for(var n=[],r=0;r<t.length;r++){var o=t[r],i=!1;if("string"!=typeof o&&("tag"===o.type&&o.content[0]&&"tag"===o.content[0].type?"</"===o.content[0].content[0].content?n.length>0&&n[n.length-1].tagName===a(o.content[0].content[1])&&n.pop():"/>"===o.content[o.content.length-1].content||n.push({tagName:a(o.content[0].content[1]),openedBraces:0}):n.length>0&&"punctuation"===o.type&&"{"===o.content?n[n.length-1].openedBraces++:n.length>0&&n[n.length-1].openedBraces>0&&"punctuation"===o.type&&"}"===o.content?n[n.length-1].openedBraces--:i=!0),(i||"string"==typeof o)&&n.length>0&&0===n[n.length-1].openedBraces){var u=a(o);r<t.length-1&&("string"==typeof t[r+1]||"plain-text"===t[r+1].type)&&(u+=a(t[r+1]),t.splice(r+1,1)),r>0&&("string"==typeof t[r-1]||"plain-text"===t[r-1].type)&&(u=a(t[r-1])+u,t.splice(r-1,1),r--),t[r]=new e.Token("plain-text",u,null,u)}o.content&&"string"!=typeof o.content&&s(o.content)}};e.hooks.add("after-tokenize",(function(e){"jsx"!==e.language&&"tsx"!==e.language||s(e.tokens)}))}(Hi),function(e){e.languages.diff={coord:[/^(?:\*{3}|-{3}|\+{3}).*$/m,/^@@.*@@$/m,/^\d.*$/m]};var t={"deleted-sign":"-","deleted-arrow":"<","inserted-sign":"+","inserted-arrow":">",unchanged:" ",diff:"!"};Object.keys(t).forEach((function(n){var r=t[n],o=[];/^\w+$/.test(n)||o.push(/\w+/.exec(n)[0]),"diff"===n&&o.push("bold"),e.languages.diff[n]={pattern:RegExp("^(?:["+r+"].*(?:\r\n?|\n|(?![\\s\\S])))+","m"),alias:o,inside:{line:{pattern:/(.)(?=[\s\S]).*(?:\r\n?|\n)?/,lookbehind:!0},prefix:{pattern:/[\s\S]/,alias:/\w+/.exec(n)[0]}}}})),Object.defineProperty(e.languages.diff,"PREFIXES",{value:t})}(Hi),Hi.languages.git={comment:/^#.*/m,deleted:/^[-–].*/m,inserted:/^\+.*/m,string:/("|')(?:\\.|(?!\1)[^\\\r\n])*\1/,command:{pattern:/^.*\$ git .*$/m,inside:{parameter:/\s--?\w+/}},coord:/^@@.*@@$/m,"commit-sha1":/^commit \w{40}$/m},Hi.languages.go=Hi.languages.extend("clike",{string:{pattern:/(^|[^\\])"(?:\\.|[^"\\\r\n])*"|`[^`]*`/,lookbehind:!0,greedy:!0},keyword:/\b(?:break|case|chan|const|continue|default|defer|else|fallthrough|for|func|go(?:to)?|if|import|interface|map|package|range|return|select|struct|switch|type|var)\b/,boolean:/\b(?:_|false|iota|nil|true)\b/,number:[/\b0(?:b[01_]+|o[0-7_]+)i?\b/i,/\b0x(?:[a-f\d_]+(?:\.[a-f\d_]*)?|\.[a-f\d_]+)(?:p[+-]?\d+(?:_\d+)*)?i?(?!\w)/i,/(?:\b\d[\d_]*(?:\.[\d_]*)?|\B\.\d[\d_]*)(?:e[+-]?[\d_]+)?i?(?!\w)/i],operator:/[*\/%^!=]=?|\+[=+]?|-[=-]?|\|[=|]?|&(?:=|&|\^=?)?|>(?:>=?|=)?|<(?:<=?|=|-)?|:=|\.\.\./,builtin:/\b(?:append|bool|byte|cap|close|complex|complex(?:64|128)|copy|delete|error|float(?:32|64)|u?int(?:8|16|32|64)?|imag|len|make|new|panic|print(?:ln)?|real|recover|rune|string|uintptr)\b/}),Hi.languages.insertBefore("go","string",{char:{pattern:/'(?:\\.|[^'\\\r\n]){0,10}'/,greedy:!0}}),delete Hi.languages.go["class-name"],function(e){function t(e,t){return"___"+e.toUpperCase()+t+"___"}Object.defineProperties(e.languages["markup-templating"]={},{buildPlaceholders:{value:function(n,r,o,i){if(n.language===r){var a=n.tokenStack=[];n.code=n.code.replace(o,(function(e){if("function"==typeof i&&!i(e))return e;for(var o,s=a.length;-1!==n.code.indexOf(o=t(r,s));)++s;return a[s]=e,o})),n.grammar=e.languages.markup}}},tokenizePlaceholders:{value:function(n,r){if(n.language===r&&n.tokenStack){n.grammar=e.languages[r];var o=0,i=Object.keys(n.tokenStack);!function a(s){for(var u=0;u<s.length&&!(o>=i.length);u++){var l=s[u];if("string"==typeof l||l.content&&"string"==typeof l.content){var c=i[o],f=n.tokenStack[c],d="string"==typeof l?l:l.content,p=t(r,c),h=d.indexOf(p);if(h>-1){++o;var g=d.substring(0,h),v=new e.Token(r,e.tokenize(f,n.grammar),"language-"+r,f),m=d.substring(h+p.length),b=[];g&&b.push.apply(b,a([g])),b.push(v),m&&b.push.apply(b,a([m])),"string"==typeof l?s.splice.apply(s,[u,1].concat(b)):l.content=b}}else l.content&&a(l.content)}return s}(n.tokens)}}}})}(Hi),function(e){e.languages.handlebars={comment:/\{\{![\s\S]*?\}\}/,delimiter:{pattern:/^\{\{\{?|\}\}\}?$/,alias:"punctuation"},string:/(["'])(?:\\.|(?!\1)[^\\\r\n])*\1/,number:/\b0x[\dA-Fa-f]+\b|(?:\b\d+(?:\.\d*)?|\B\.\d+)(?:[Ee][+-]?\d+)?/,boolean:/\b(?:false|true)\b/,block:{pattern:/^(\s*(?:~\s*)?)[#\/]\S+?(?=\s*(?:~\s*)?$|\s)/,lookbehind:!0,alias:"keyword"},brackets:{pattern:/\[[^\]]+\]/,inside:{punctuation:/\[|\]/,variable:/[\s\S]+/}},punctuation:/[!"#%&':()*+,.\/;<=>@\[\\\]^`{|}~]/,variable:/[^!"#%&'()*+,\/;<=>@\[\\\]^`{|}~\s]+/},e.hooks.add("before-tokenize",(function(t){e.languages["markup-templating"].buildPlaceholders(t,"handlebars",/\{\{\{[\s\S]+?\}\}\}|\{\{[\s\S]+?\}\}/g)})),e.hooks.add("after-tokenize",(function(t){e.languages["markup-templating"].tokenizePlaceholders(t,"handlebars")})),e.languages.hbs=e.languages.handlebars}(Hi),Hi.languages.json={property:{pattern:/(^|[^\\])"(?:\\.|[^\\"\r\n])*"(?=\s*:)/,lookbehind:!0,greedy:!0},string:{pattern:/(^|[^\\])"(?:\\.|[^\\"\r\n])*"(?!\s*:)/,lookbehind:!0,greedy:!0},comment:{pattern:/\/\/.*|\/\*[\s\S]*?(?:\*\/|$)/,greedy:!0},number:/-?\b\d+(?:\.\d+)?(?:e[+-]?\d+)?\b/i,punctuation:/[{}[\],]/,operator:/:/,boolean:/\b(?:false|true)\b/,null:{pattern:/\bnull\b/,alias:"keyword"}},Hi.languages.webmanifest=Hi.languages.json,Hi.languages.less=Hi.languages.extend("css",{comment:[/\/\*[\s\S]*?\*\//,{pattern:/(^|[^\\])\/\/.*/,lookbehind:!0}],atrule:{pattern:/@[\w-](?:\((?:[^(){}]|\([^(){}]*\))*\)|[^(){};\s]|\s+(?!\s))*?(?=\s*\{)/,inside:{punctuation:/[:()]/}},selector:{pattern:/(?:@\{[\w-]+\}|[^{};\s@])(?:@\{[\w-]+\}|\((?:[^(){}]|\([^(){}]*\))*\)|[^(){};@\s]|\s+(?!\s))*?(?=\s*\{)/,inside:{variable:/@+[\w-]+/}},property:/(?:@\{[\w-]+\}|[\w-])+(?:\+_?)?(?=\s*:)/,operator:/[+\-*\/]/}),Hi.languages.insertBefore("less","property",{variable:[{pattern:/@[\w-]+\s*:/,inside:{punctuation:/:/}},/@@?[\w-]+/],"mixin-usage":{pattern:/([{;]\s*)[.#](?!\d)[\w-].*?(?=[(;])/,lookbehind:!0,alias:"function"}}),Hi.languages.makefile={comment:{pattern:/(^|[^\\])#(?:\\(?:\r\n|[\s\S])|[^\\\r\n])*/,lookbehind:!0},string:{pattern:/(["'])(?:\\(?:\r\n|[\s\S])|(?!\1)[^\\\r\n])*\1/,greedy:!0},"builtin-target":{pattern:/\.[A-Z][^:#=\s]+(?=\s*:(?!=))/,alias:"builtin"},target:{pattern:/^(?:[^:=\s]|[ \t]+(?![\s:]))+(?=\s*:(?!=))/m,alias:"symbol",inside:{variable:/\$+(?:(?!\$)[^(){}:#=\s]+|(?=[({]))/}},variable:/\$+(?:(?!\$)[^(){}:#=\s]+|\([@*%<^+?][DF]\)|(?=[({]))/,keyword:/-include\b|\b(?:define|else|endef|endif|export|ifn?def|ifn?eq|include|override|private|sinclude|undefine|unexport|vpath)\b/,function:{pattern:/(\()(?:abspath|addsuffix|and|basename|call|dir|error|eval|file|filter(?:-out)?|findstring|firstword|flavor|foreach|guile|if|info|join|lastword|load|notdir|or|origin|patsubst|realpath|shell|sort|strip|subst|suffix|value|warning|wildcard|word(?:list|s)?)(?=[ \t])/,lookbehind:!0},operator:/(?:::|[?:+!])?=|[|@]/,punctuation:/[:;(){}]/},Hi.languages.objectivec=Hi.languages.extend("c",{string:{pattern:/@?"(?:\\(?:\r\n|[\s\S])|[^"\\\r\n])*"/,greedy:!0},keyword:/\b(?:asm|auto|break|case|char|const|continue|default|do|double|else|enum|extern|float|for|goto|if|in|inline|int|long|register|return|self|short|signed|sizeof|static|struct|super|switch|typedef|typeof|union|unsigned|void|volatile|while)\b|(?:@interface|@end|@implementation|@protocol|@class|@public|@protected|@private|@property|@try|@catch|@finally|@throw|@synthesize|@dynamic|@selector)\b/,operator:/-[->]?|\+\+?|!=?|<<?=?|>>?=?|==?|&&?|\|\|?|[~^%?*\/@]/}),delete Hi.languages.objectivec["class-name"],Hi.languages.objc=Hi.languages.objectivec,Hi.languages.ocaml={comment:{pattern:/\(\*[\s\S]*?\*\)/,greedy:!0},char:{pattern:/'(?:[^\\\r\n']|\\(?:.|[ox]?[0-9a-f]{1,3}))'/i,greedy:!0},string:[{pattern:/"(?:\\(?:[\s\S]|\r\n)|[^\\\r\n"])*"/,greedy:!0},{pattern:/\{([a-z_]*)\|[\s\S]*?\|\1\}/,greedy:!0}],number:[/\b(?:0b[01][01_]*|0o[0-7][0-7_]*)\b/i,/\b0x[a-f0-9][a-f0-9_]*(?:\.[a-f0-9_]*)?(?:p[+-]?\d[\d_]*)?(?!\w)/i,/\b\d[\d_]*(?:\.[\d_]*)?(?:e[+-]?\d[\d_]*)?(?!\w)/i],directive:{pattern:/\B#\w+/,alias:"property"},label:{pattern:/\B~\w+/,alias:"property"},"type-variable":{pattern:/\B'\w+/,alias:"function"},variant:{pattern:/`\w+/,alias:"symbol"},keyword:/\b(?:as|assert|begin|class|constraint|do|done|downto|else|end|exception|external|for|fun|function|functor|if|in|include|inherit|initializer|lazy|let|match|method|module|mutable|new|nonrec|object|of|open|private|rec|sig|struct|then|to|try|type|val|value|virtual|when|where|while|with)\b/,boolean:/\b(?:false|true)\b/,"operator-like-punctuation":{pattern:/\[[<>|]|[>|]\]|\{<|>\}/,alias:"punctuation"},operator:/\.[.~]|:[=>]|[=<>@^|&+\-*\/$%!?~][!$%&*+\-.\/:<=>?@^|~]*|\b(?:and|asr|land|lor|lsl|lsr|lxor|mod|or)\b/,punctuation:/;;|::|[(){}\[\].,:;#]|\b_\b/},Hi.languages.python={comment:{pattern:/(^|[^\\])#.*/,lookbehind:!0,greedy:!0},"string-interpolation":{pattern:/(?:f|fr|rf)(?:("""|''')[\s\S]*?\1|("|')(?:\\.|(?!\2)[^\\\r\n])*\2)/i,greedy:!0,inside:{interpolation:{pattern:/((?:^|[^{])(?:\{\{)*)\{(?!\{)(?:[^{}]|\{(?!\{)(?:[^{}]|\{(?!\{)(?:[^{}])+\})+\})+\}/,lookbehind:!0,inside:{"format-spec":{pattern:/(:)[^:(){}]+(?=\}$)/,lookbehind:!0},"conversion-option":{pattern:/![sra](?=[:}]$)/,alias:"punctuation"},rest:null}},string:/[\s\S]+/}},"triple-quoted-string":{pattern:/(?:[rub]|br|rb)?("""|''')[\s\S]*?\1/i,greedy:!0,alias:"string"},string:{pattern:/(?:[rub]|br|rb)?("|')(?:\\.|(?!\1)[^\\\r\n])*\1/i,greedy:!0},function:{pattern:/((?:^|\s)def[ \t]+)[a-zA-Z_]\w*(?=\s*\()/g,lookbehind:!0},"class-name":{pattern:/(\bclass\s+)\w+/i,lookbehind:!0},decorator:{pattern:/(^[\t ]*)@\w+(?:\.\w+)*/m,lookbehind:!0,alias:["annotation","punctuation"],inside:{punctuation:/\./}},keyword:/\b(?:_(?=\s*:)|and|as|assert|async|await|break|case|class|continue|def|del|elif|else|except|exec|finally|for|from|global|if|import|in|is|lambda|match|nonlocal|not|or|pass|print|raise|return|try|while|with|yield)\b/,builtin:/\b(?:__import__|abs|all|any|apply|ascii|basestring|bin|bool|buffer|bytearray|bytes|callable|chr|classmethod|cmp|coerce|compile|complex|delattr|dict|dir|divmod|enumerate|eval|execfile|file|filter|float|format|frozenset|getattr|globals|hasattr|hash|help|hex|id|input|int|intern|isinstance|issubclass|iter|len|list|locals|long|map|max|memoryview|min|next|object|oct|open|ord|pow|property|range|raw_input|reduce|reload|repr|reversed|round|set|setattr|slice|sorted|staticmethod|str|sum|super|tuple|type|unichr|unicode|vars|xrange|zip)\b/,boolean:/\b(?:False|None|True)\b/,number:/\b0(?:b(?:_?[01])+|o(?:_?[0-7])+|x(?:_?[a-f0-9])+)\b|(?:\b\d+(?:_\d+)*(?:\.(?:\d+(?:_\d+)*)?)?|\B\.\d+(?:_\d+)*)(?:e[+-]?\d+(?:_\d+)*)?j?(?!\w)/i,operator:/[-+%=]=?|!=|:=|\*\*?=?|\/\/?=?|<[<=>]?|>[=>]?|[&|^~]/,punctuation:/[{}[\];(),.:]/},Hi.languages.python["string-interpolation"].inside.interpolation.inside.rest=Hi.languages.python,Hi.languages.py=Hi.languages.python,Hi.languages.reason=Hi.languages.extend("clike",{string:{pattern:/"(?:\\(?:\r\n|[\s\S])|[^\\\r\n"])*"/,greedy:!0},"class-name":/\b[A-Z]\w*/,keyword:/\b(?:and|as|assert|begin|class|constraint|do|done|downto|else|end|exception|external|for|fun|function|functor|if|in|include|inherit|initializer|lazy|let|method|module|mutable|new|nonrec|object|of|open|or|private|rec|sig|struct|switch|then|to|try|type|val|virtual|when|while|with)\b/,operator:/\.{3}|:[:=]|\|>|->|=(?:==?|>)?|<=?|>=?|[|^?'#!~`]|[+\-*\/]\.?|\b(?:asr|land|lor|lsl|lsr|lxor|mod)\b/}),Hi.languages.insertBefore("reason","class-name",{char:{pattern:/'(?:\\x[\da-f]{2}|\\o[0-3][0-7][0-7]|\\\d{3}|\\.|[^'\\\r\n])'/,greedy:!0},constructor:/\b[A-Z]\w*\b(?!\s*\.)/,label:{pattern:/\b[a-z]\w*(?=::)/,alias:"symbol"}}),delete Hi.languages.reason.function,function(e){e.languages.sass=e.languages.extend("css",{comment:{pattern:/^([ \t]*)\/[\/*].*(?:(?:\r?\n|\r)\1[ \t].+)*/m,lookbehind:!0,greedy:!0}}),e.languages.insertBefore("sass","atrule",{"atrule-line":{pattern:/^(?:[ \t]*)[@+=].+/m,greedy:!0,inside:{atrule:/(?:@[\w-]+|[+=])/}}}),delete e.languages.sass.atrule;var t=/\$[-\w]+|#\{\$[-\w]+\}/,n=[/[+*\/%]|[=!]=|<=?|>=?|\b(?:and|not|or)\b/,{pattern:/(\s)-(?=\s)/,lookbehind:!0}];e.languages.insertBefore("sass","property",{"variable-line":{pattern:/^[ \t]*\$.+/m,greedy:!0,inside:{punctuation:/:/,variable:t,operator:n}},"property-line":{pattern:/^[ \t]*(?:[^:\s]+ *:.*|:[^:\s].*)/m,greedy:!0,inside:{property:[/[^:\s]+(?=\s*:)/,{pattern:/(:)[^:\s]+/,lookbehind:!0}],punctuation:/:/,variable:t,operator:n,important:e.languages.sass.important}}}),delete e.languages.sass.property,delete e.languages.sass.important,e.languages.insertBefore("sass","punctuation",{selector:{pattern:/^([ \t]*)\S(?:,[^,\r\n]+|[^,\r\n]*)(?:,[^,\r\n]+)*(?:,(?:\r?\n|\r)\1[ \t]+\S(?:,[^,\r\n]+|[^,\r\n]*)(?:,[^,\r\n]+)*)*/m,lookbehind:!0,greedy:!0}})}(Hi),Hi.languages.scss=Hi.languages.extend("css",{comment:{pattern:/(^|[^\\])(?:\/\*[\s\S]*?\*\/|\/\/.*)/,lookbehind:!0},atrule:{pattern:/@[\w-](?:\([^()]+\)|[^()\s]|\s+(?!\s))*?(?=\s+[{;])/,inside:{rule:/@[\w-]+/}},url:/(?:[-a-z]+-)?url(?=\()/i,selector:{pattern:/(?=\S)[^@;{}()]?(?:[^@;{}()\s]|\s+(?!\s)|#\{\$[-\w]+\})+(?=\s*\{(?:\}|\s|[^}][^:{}]*[:{][^}]))/,inside:{parent:{pattern:/&/,alias:"important"},placeholder:/%[-\w]+/,variable:/\$[-\w]+|#\{\$[-\w]+\}/}},property:{pattern:/(?:[-\w]|\$[-\w]|#\{\$[-\w]+\})+(?=\s*:)/,inside:{variable:/\$[-\w]+|#\{\$[-\w]+\}/}}}),Hi.languages.insertBefore("scss","atrule",{keyword:[/@(?:content|debug|each|else(?: if)?|extend|for|forward|function|if|import|include|mixin|return|use|warn|while)\b/i,{pattern:/( )(?:from|through)(?= )/,lookbehind:!0}]}),Hi.languages.insertBefore("scss","important",{variable:/\$[-\w]+|#\{\$[-\w]+\}/}),Hi.languages.insertBefore("scss","function",{"module-modifier":{pattern:/\b(?:as|hide|show|with)\b/i,alias:"keyword"},placeholder:{pattern:/%[-\w]+/,alias:"selector"},statement:{pattern:/\B!(?:default|optional)\b/i,alias:"keyword"},boolean:/\b(?:false|true)\b/,null:{pattern:/\bnull\b/,alias:"keyword"},operator:{pattern:/(\s)(?:[-+*\/%]|[=!]=|<=?|>=?|and|not|or)(?=\s)/,lookbehind:!0}}),Hi.languages.scss.atrule.inside.rest=Hi.languages.scss,function(e){var t={pattern:/(\b\d+)(?:%|[a-z]+)/,lookbehind:!0},n={pattern:/(^|[^\w.-])-?(?:\d+(?:\.\d+)?|\.\d+)/,lookbehind:!0},r={comment:{pattern:/(^|[^\\])(?:\/\*[\s\S]*?\*\/|\/\/.*)/,lookbehind:!0},url:{pattern:/\burl\((["']?).*?\1\)/i,greedy:!0},string:{pattern:/("|')(?:(?!\1)[^\\\r\n]|\\(?:\r\n|[\s\S]))*\1/,greedy:!0},interpolation:null,func:null,important:/\B!(?:important|optional)\b/i,keyword:{pattern:/(^|\s+)(?:(?:else|for|if|return|unless)(?=\s|$)|@[\w-]+)/,lookbehind:!0},hexcode:/#[\da-f]{3,6}/i,color:[/\b(?:AliceBlue|AntiqueWhite|Aqua|Aquamarine|Azure|Beige|Bisque|Black|BlanchedAlmond|Blue|BlueViolet|Brown|BurlyWood|CadetBlue|Chartreuse|Chocolate|Coral|CornflowerBlue|Cornsilk|Crimson|Cyan|DarkBlue|DarkCyan|DarkGoldenRod|DarkGr[ae]y|DarkGreen|DarkKhaki|DarkMagenta|DarkOliveGreen|DarkOrange|DarkOrchid|DarkRed|DarkSalmon|DarkSeaGreen|DarkSlateBlue|DarkSlateGr[ae]y|DarkTurquoise|DarkViolet|DeepPink|DeepSkyBlue|DimGr[ae]y|DodgerBlue|FireBrick|FloralWhite|ForestGreen|Fuchsia|Gainsboro|GhostWhite|Gold|GoldenRod|Gr[ae]y|Green|GreenYellow|HoneyDew|HotPink|IndianRed|Indigo|Ivory|Khaki|Lavender|LavenderBlush|LawnGreen|LemonChiffon|LightBlue|LightCoral|LightCyan|LightGoldenRodYellow|LightGr[ae]y|LightGreen|LightPink|LightSalmon|LightSeaGreen|LightSkyBlue|LightSlateGr[ae]y|LightSteelBlue|LightYellow|Lime|LimeGreen|Linen|Magenta|Maroon|MediumAquaMarine|MediumBlue|MediumOrchid|MediumPurple|MediumSeaGreen|MediumSlateBlue|MediumSpringGreen|MediumTurquoise|MediumVioletRed|MidnightBlue|MintCream|MistyRose|Moccasin|NavajoWhite|Navy|OldLace|Olive|OliveDrab|Orange|OrangeRed|Orchid|PaleGoldenRod|PaleGreen|PaleTurquoise|PaleVioletRed|PapayaWhip|PeachPuff|Peru|Pink|Plum|PowderBlue|Purple|Red|RosyBrown|RoyalBlue|SaddleBrown|Salmon|SandyBrown|SeaGreen|SeaShell|Sienna|Silver|SkyBlue|SlateBlue|SlateGr[ae]y|Snow|SpringGreen|SteelBlue|Tan|Teal|Thistle|Tomato|Transparent|Turquoise|Violet|Wheat|White|WhiteSmoke|Yellow|YellowGreen)\b/i,{pattern:/\b(?:hsl|rgb)\(\s*\d{1,3}\s*,\s*\d{1,3}%?\s*,\s*\d{1,3}%?\s*\)\B|\b(?:hsl|rgb)a\(\s*\d{1,3}\s*,\s*\d{1,3}%?\s*,\s*\d{1,3}%?\s*,\s*(?:0|0?\.\d+|1)\s*\)\B/i,inside:{unit:t,number:n,function:/[\w-]+(?=\()/,punctuation:/[(),]/}}],entity:/\\[\da-f]{1,8}/i,unit:t,boolean:/\b(?:false|true)\b/,operator:[/~|[+!\/%<>?=]=?|[-:]=|\*[*=]?|\.{2,3}|&&|\|\||\B-\B|\b(?:and|in|is(?: a| defined| not|nt)?|not|or)\b/],number:n,punctuation:/[{}()\[\];:,]/};r.interpolation={pattern:/\{[^\r\n}:]+\}/,alias:"variable",inside:{delimiter:{pattern:/^\{|\}$/,alias:"punctuation"},rest:r}},r.func={pattern:/[\w-]+\([^)]*\).*/,inside:{function:/^[^(]+/,rest:r}},e.languages.stylus={"atrule-declaration":{pattern:/(^[ \t]*)@.+/m,lookbehind:!0,inside:{atrule:/^@[\w-]+/,rest:r}},"variable-declaration":{pattern:/(^[ \t]*)[\w$-]+\s*.?=[ \t]*(?:\{[^{}]*\}|\S.*|$)/m,lookbehind:!0,inside:{variable:/^\S+/,rest:r}},statement:{pattern:/(^[ \t]*)(?:else|for|if|return|unless)[ \t].+/m,lookbehind:!0,inside:{keyword:/^\S+/,rest:r}},"property-declaration":{pattern:/((?:^|\{)([ \t]*))(?:[\w-]|\{[^}\r\n]+\})+(?:\s*:\s*|[ \t]+)(?!\s)[^{\r\n]*(?:;|[^{\r\n,]$(?!(?:\r?\n|\r)(?:\{|\2[ \t])))/m,lookbehind:!0,inside:{property:{pattern:/^[^\s:]+/,inside:{interpolation:r.interpolation}},rest:r}},selector:{pattern:/(^[ \t]*)(?:(?=\S)(?:[^{}\r\n:()]|::?[\w-]+(?:\([^)\r\n]*\)|(?![\w-]))|\{[^}\r\n]+\})+)(?:(?:\r?\n|\r)(?:\1(?:(?=\S)(?:[^{}\r\n:()]|::?[\w-]+(?:\([^)\r\n]*\)|(?![\w-]))|\{[^}\r\n]+\})+)))*(?:,$|\{|(?=(?:\r?\n|\r)(?:\{|\1[ \t])))/m,lookbehind:!0,inside:{interpolation:r.interpolation,comment:r.comment,punctuation:/[{},]/}},func:r.func,string:r.string,comment:{pattern:/(^|[^\\])(?:\/\*[\s\S]*?\*\/|\/\/.*)/,lookbehind:!0,greedy:!0},interpolation:r.interpolation,punctuation:/[{}()\[\];:.]/}}(Hi),function(e){var t=e.util.clone(e.languages.typescript);e.languages.tsx=e.languages.extend("jsx",t),delete e.languages.tsx.parameter,delete e.languages.tsx["literal-property"];var n=e.languages.tsx.tag;n.pattern=RegExp(/(^|[^\w$]|(?=<\/))/.source+"(?:"+n.pattern.source+")",n.pattern.flags),n.lookbehind=!0}(Hi),Hi.languages.wasm={comment:[/\(;[\s\S]*?;\)/,{pattern:/;;.*/,greedy:!0}],string:{pattern:/"(?:\\[\s\S]|[^"\\])*"/,greedy:!0},keyword:[{pattern:/\b(?:align|offset)=/,inside:{operator:/=/}},{pattern:/\b(?:(?:f32|f64|i32|i64)(?:\.(?:abs|add|and|ceil|clz|const|convert_[su]\/i(?:32|64)|copysign|ctz|demote\/f64|div(?:_[su])?|eqz?|extend_[su]\/i32|floor|ge(?:_[su])?|gt(?:_[su])?|le(?:_[su])?|load(?:(?:8|16|32)_[su])?|lt(?:_[su])?|max|min|mul|neg?|nearest|or|popcnt|promote\/f32|reinterpret\/[fi](?:32|64)|rem_[su]|rot[lr]|shl|shr_[su]|sqrt|store(?:8|16|32)?|sub|trunc(?:_[su]\/f(?:32|64))?|wrap\/i64|xor))?|memory\.(?:grow|size))\b/,inside:{punctuation:/\./}},/\b(?:anyfunc|block|br(?:_if|_table)?|call(?:_indirect)?|data|drop|elem|else|end|export|func|get_(?:global|local)|global|if|import|local|loop|memory|module|mut|nop|offset|param|result|return|select|set_(?:global|local)|start|table|tee_local|then|type|unreachable)\b/],variable:/\$[\w!#$%&'*+\-./:<=>?@\\^`|~]+/,number:/[+-]?\b(?:\d(?:_?\d)*(?:\.\d(?:_?\d)*)?(?:[eE][+-]?\d(?:_?\d)*)?|0x[\da-fA-F](?:_?[\da-fA-F])*(?:\.[\da-fA-F](?:_?[\da-fA-D])*)?(?:[pP][+-]?\d(?:_?\d)*)?)\b|\binf\b|\bnan(?::0x[\da-fA-F](?:_?[\da-fA-D])*)?\b/,punctuation:/[()]/};var Ki={Prism:Hi,theme:{plain:{backgroundColor:"#2a2734",color:"#9a86fd"},styles:[{types:["comment","prolog","doctype","cdata","punctuation"],style:{color:"#6c6783"}},{types:["namespace"],style:{opacity:.7}},{types:["tag","operator","number"],style:{color:"#e09142"}},{types:["property","function"],style:{color:"#9a86fd"}},{types:["tag-id","selector","atrule-id"],style:{color:"#eeebff"}},{types:["attr-name"],style:{color:"#c4b9fe"}},{types:["boolean","string","entity","url","attr-value","keyword","control","directive","unit","statement","regex","atrule","placeholder","variable"],style:{color:"#ffcc99"}},{types:["deleted"],style:{textDecorationLine:"line-through"}},{types:["inserted"],style:{textDecorationLine:"underline"}},{types:["italic"],style:{fontStyle:"italic"}},{types:["important","bold"],style:{fontWeight:"bold"}},{types:["important"],style:{color:"#c4b9fe"}}]}};function Ui(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function Vi(){return Vi=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},Vi.apply(this,arguments)}var $i=/\r\n|\r|\n/,qi=function(e){0===e.length?e.push({types:["plain"],content:"\n",empty:!0}):1===e.length&&""===e[0].content&&(e[0].content="\n",e[0].empty=!0)},Zi=function(e,t){var n=e.length;return n>0&&e[n-1]===t?e:e.concat(t)},Wi=function(e,t){var n=e.plain,r=Object.create(null),o=e.styles.reduce((function(e,n){var r=n.languages,o=n.style;return r&&!r.includes(t)||n.types.forEach((function(t){var n=Vi({},e[t],o);e[t]=n})),e}),r);return o.root=n,o.plain=Vi({},n,{backgroundColor:null}),o};function Gi(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&-1===t.indexOf(r)&&(n[r]=e[r]);return n}var Yi=function(e){function t(){for(var t=this,n=[],r=arguments.length;r--;)n[r]=arguments[r];e.apply(this,n),Ui(this,"getThemeDict",(function(e){if(void 0!==t.themeDict&&e.theme===t.prevTheme&&e.language===t.prevLanguage)return t.themeDict;t.prevTheme=e.theme,t.prevLanguage=e.language;var n=e.theme?Wi(e.theme,e.language):void 0;return t.themeDict=n})),Ui(this,"getLineProps",(function(e){var n=e.key,r=e.className,o=e.style,i=Vi({},Gi(e,["key","className","style","line"]),{className:"token-line",style:void 0,key:void 0}),a=t.getThemeDict(t.props);return void 0!==a&&(i.style=a.plain),void 0!==o&&(i.style=void 0!==i.style?Vi({},i.style,o):o),void 0!==n&&(i.key=n),r&&(i.className+=" "+r),i})),Ui(this,"getStyleForToken",(function(e){var n=e.types,r=e.empty,o=n.length,i=t.getThemeDict(t.props);if(void 0!==i){if(1===o&&"plain"===n[0])return r?{display:"inline-block"}:void 0;if(1===o&&!r)return i[n[0]];var a=r?{display:"inline-block"}:{},s=n.map((function(e){return i[e]}));return Object.assign.apply(Object,[a].concat(s))}})),Ui(this,"getTokenProps",(function(e){var n=e.key,r=e.className,o=e.style,i=e.token,a=Vi({},Gi(e,["key","className","style","token"]),{className:"token "+i.types.join(" "),children:i.content,style:t.getStyleForToken(i),key:void 0});return void 0!==o&&(a.style=void 0!==a.style?Vi({},a.style,o):o),void 0!==n&&(a.key=n),r&&(a.className+=" "+r),a})),Ui(this,"tokenize",(function(e,t,n,r){var o={code:t,grammar:n,language:r,tokens:[]};e.hooks.run("before-tokenize",o);var i=o.tokens=e.tokenize(o.code,o.grammar,o.language);return e.hooks.run("after-tokenize",o),i}))}return e&&(t.__proto__=e),t.prototype=Object.create(e&&e.prototype),t.prototype.constructor=t,t.prototype.render=function(){var e=this.props,t=e.Prism,n=e.language,r=e.code,o=e.children,i=this.getThemeDict(this.props),a=t.languages[n],s=function(e){for(var t=[[]],n=[e],r=[0],o=[e.length],i=0,a=0,s=[],u=[s];a>-1;){for(;(i=r[a]++)<o[a];){var l=void 0,c=t[a],f=n[a][i];if("string"==typeof f?(c=a>0?c:["plain"],l=f):(c=Zi(c,f.type),f.alias&&(c=Zi(c,f.alias)),l=f.content),"string"==typeof l){var d=l.split($i),p=d.length;s.push({types:c,content:d[0]});for(var h=1;h<p;h++)qi(s),u.push(s=[]),s.push({types:c,content:d[h]})}else a++,t.push(c),n.push(l),r.push(0),o.push(l.length)}a--,t.pop(),n.pop(),r.pop(),o.pop()}return qi(s),u}(void 0!==a?this.tokenize(t,r,a,n):[r]);return o({tokens:s,className:"prism-code language-"+n,style:void 0!==i?i.root:{},getLineProps:this.getLineProps,getTokenProps:this.getTokenProps})},t}(m),Xi="#c5a5c5",Ji="#8dc891",Qi={plain:{backgroundColor:"#282c34",color:"#ffffff"},styles:[{types:["attr-name"],style:{color:Xi}},{types:["attr-value"],style:{color:Ji}},{types:["comment","block-comment","prolog","doctype","cdata","shebang"],style:{color:"#999999"}},{types:["property","number","function-name","constant","symbol","deleted"],style:{color:"#5a9bcf"}},{types:["boolean"],style:{color:"#ff8b50"}},{types:["tag"],style:{color:"#fc929e"}},{types:["string"],style:{color:Ji}},{types:["punctuation"],style:{color:Ji}},{types:["selector","char","builtin","inserted"],style:{color:"#D8DEE9"}},{types:["function"],style:{color:"#79b6f2"}},{types:["operator","entity","url","variable"],style:{color:"#d7deea"}},{types:["keyword"],style:{color:Xi}},{types:["atrule","class-name"],style:{color:"#FAC863"}},{types:["important"],style:{fontWeight:"400"}},{types:["bold"],style:{fontWeight:"bold"}},{types:["italic"],style:{fontStyle:"italic"}},{types:["namespace"],style:{opacity:.7}}]},ea={plain:{color:"#000000",backgroundColor:"#ffffff"},styles:[{types:["comment"],style:{color:"rgb(0, 128, 0)"}},{types:["builtin"],style:{color:"rgb(0, 112, 193)"}},{types:["number","variable","inserted"],style:{color:"rgb(9, 134, 88)"}},{types:["operator"],style:{color:"rgb(0, 0, 0)"}},{types:["constant","char"],style:{color:"rgb(129, 31, 63)"}},{types:["tag"],style:{color:"rgb(128, 0, 0)"}},{types:["attr-name"],style:{color:"rgb(255, 0, 0)"}},{types:["deleted","string"],style:{color:"rgb(163, 21, 21)"}},{types:["changed","punctuation"],style:{color:"rgb(4, 81, 165)"}},{types:["function","keyword"],style:{color:"rgb(0, 0, 255)"}},{types:["class-name"],style:{color:"rgb(38, 127, 153)"}}]};const ta=(e,t)=>{if(!e)return"";const n=new Date(e);let r=t,o=!1;"object"==typeof t&&(r=t.time,o=!!t.lowercase);const i="onlyTime"===r||!1,a="withTime"===r||!1,s="relative"===r||!1,u=new Date,l=Yr(n,"EEEE"),c=Yr(n,"MMM d"),f=Yr(n,"MMM d, y"),d=Yr(n,"h:mm aaa"),p=function(e){return Bn(1,arguments),Ci(e,Date.now())}(n),h=function(e){return Bn(1,arguments),In(e).getTime()>Date.now()}(n),g=function(e){return Bn(1,arguments),$n(e,Date.now())}(n),v=function(e){return Bn(1,arguments),$n(e,_i(Date.now(),1))}(n),m=function(e){return Bn(1,arguments),$n(e,jn(Date.now(),1))}(n),b=function(e,t,n){Bn(2,arguments);var r=Yn(e,t)/6e4;return Jn(null==n?void 0:n.roundingMethod)(r)}(u,n),y=function(e,t,n){Bn(2,arguments);var r=Gn(e,t)/7;return Jn(null==n?void 0:n.roundingMethod)(r)}(u,n),w=b>=-10&&b<=10,C=a||s?`, ${d}`:"",_=e=>{if(o){return["Just","Yesterday","Today","Tomorrow"].some((t=>e.includes(t)))?e.toLowerCase():e}return e};if(i)return _(d);if(s){if(0===b)return _("Just now");if(w)return _(h?`Today, in ${-1*b} min.`:`${b} min. ago`);if(g)return _(h?`Today${C}`:d)}return _(g?`Today${C}`:v?`Yesterday${C}`:m?`Tomorrow${C}`:0!==y||h?p?`${c}${C}`:`${f}${C}`:`${l}${C}`)},na=e=>{navigator.clipboard.writeText(e).catch((()=>{throw Error("Failed to copy text to clipboard")}))},ra=({content:t})=>{const[n,r]=l(!1),{color:o,scale10:i}=_();h((()=>{n&&setTimeout((()=>{r(!1)}),2e3)}),[n]);return e(oa,Object.assign({onClick:()=>{na(t),r(!0)},copied:n},{children:e(mt,n?{name:"check-circle",color:o.success}:{name:"copy",color:i})}))},oa=le.div((({copied:e})=>({width:25,height:25,padding:5,position:"absolute",top:5,right:5,display:"flex",justifyContent:"center",alignItems:"center",cursor:"pointer",opacity:e?1:.3,"&:hover":{opacity:e?1:.7}}))),ia=({method:n,url:r})=>{const o=_(),i=((e,t)=>{const{color:n}=t;switch(e){case"GET":return{borderColor:n.brand,backgroundColor:n.brandTint2};case"DELETE":return{borderColor:n.error,backgroundColor:n.errorTint2};case"POST":return{borderColor:n.success,backgroundColor:n.successTint2};case"PUT":return{borderColor:n.warning,backgroundColor:n.warningTint2};default:return{borderColor:t.scale8,backgroundColor:t.scale0}}})(n.toUpperCase(),o);return t(aa,Object.assign({},i,{children:[e(sa,Object.assign({backgroundColor:i.borderColor},{children:n.toUpperCase()})),e(ua,{children:r}),e(ra,{content:r})]}))},aa=le.div((({theme:e})=>({display:"flex",alignItems:"center",border:"1px solid",borderRadius:e.size.xs,margin:"10px 0",position:"relative"})),(({borderColor:e,backgroundColor:t})=>({borderColor:e,backgroundColor:t}))),sa=le.div((({theme:e})=>({padding:e.size.md,textAlign:"center",fontFamily:"monospace",whiteSpace:"pre",fontSize:e.font.size.lg,color:"#fff"})),(({backgroundColor:e})=>({backgroundColor:e}))),ua=le.div((({theme:e})=>({fontFamily:"monospace",whiteSpace:"pre",fontSize:e.font.size.lg,padding:e.size.md}))),la=({children:n,code:r,className:o,lang:i,lineHighlights:a,noNumbers:s,margin:u,marginTop:l,marginBottom:c,marginRight:f,marginLeft:d})=>{const{name:p}=_(),h={margin:u,marginTop:l,marginBottom:c,marginRight:f,marginLeft:d},g=(null==o?void 0:o.replace(/}/g,"").split("{"))||[];let[v,m,b]=g;v=v||i||"",m=m||a||"",b=b||s?"nonumbers":"";let y=v?v.replace(/language-/,""):"text",w="";if(y.includes("rest")){const[e,t]=y.split("-");y=e,w=(null==t?void 0:t.toUpperCase())||""}const C="nonumbers"===b.toLowerCase().trim(),x=e=>{if(m){return(e=>{const t=e.split(",").map((e=>{if(e.match(/^\d+$/))return parseInt(e);if(e.includes("-")){const[t,n]=e.split("-"),r=parseInt(t),o=parseInt(n);return r<o?tn.range(r,o+1):tn.rangeRight(o,r+1)}return null})).flat();return tn.compact(t)})(m).some((t=>e===t))}return!1},S=(null==r?void 0:r.trim())||(null==n?void 0:n.trim())||"";return"rest"===y?e(ia,{method:w,url:S}):e(Yi,Object.assign({},Ki,{code:S,language:y,theme:"dark"===p?Qi:ea},{children:({className:n,style:r,tokens:o,getLineProps:i,getTokenProps:a})=>t(ca,Object.assign({className:n,style:Object.assign({},r)},h,{"data-testid":"code"},{children:[o.map(((n,r,o)=>t(fa,Object.assign({},i({line:n,key:r}),{highlight:x(r+1)},{children:[o.length>1&&!C&&e(da,{children:r+1}),n.map(((t,n)=>e("span",Object.assign({},a({token:t,key:n})),t.content)))]})))),e(ra,{content:S})]}))}))},ca=le.pre((({theme:e})=>({overflowX:"auto",position:"relative",padding:e.size.md,borderRadius:e.size.xs,backgroundColor:"light"===e.name?`${e.scale0} !important`:void 0})),(({margin:e,marginTop:t,marginBottom:n,marginRight:r,marginLeft:o})=>({margin:e,marginTop:t,marginBottom:n,marginRight:r,marginLeft:o}))),fa=le.div((({theme:e,highlight:t})=>({backgroundColor:t?e.scale1:"transparent"}))),da=le.span((({theme:e})=>({display:"inline-block",minWidth:17,textAlign:"right",marginRight:10,color:e.scale6,userSelect:"none"}))),pa=le.table((({theme:e})=>({border:`1px solid ${e.scale1}`,borderSpacing:0,borderCollapse:"separate",borderRadius:e.size.xs,overflow:"hidden",width:"100%","& thead":{backgroundColor:e.scale1,borderTopLeftRadius:e.size.xs,borderTopRightRadius:e.size.xs},"& th, & td":{border:"none",padding:10,textAlign:"left"},"& td":{borderTop:`1px solid ${e.scale1}`,lineHeight:"28px"},"& th":{fontWeight:"bold",whiteSpace:"nowrap"},"& td:not(:last-of-type)":{whiteSpace:"nowrap"}})));var ha={exports:{}},ga=(ha.exports=function(){var e=Array.prototype.slice;function t(e,t){t&&(e.prototype=Object.create(t.prototype)),e.prototype.constructor=e}function n(e){return a(e)?e:Z(e)}function r(e){return s(e)?e:W(e)}function o(e){return u(e)?e:G(e)}function i(e){return a(e)&&!l(e)?e:Y(e)}function a(e){return!(!e||!e[f])}function s(e){return!(!e||!e[d])}function u(e){return!(!e||!e[p])}function l(e){return s(e)||u(e)}function c(e){return!(!e||!e[h])}t(r,n),t(o,n),t(i,n),n.isIterable=a,n.isKeyed=s,n.isIndexed=u,n.isAssociative=l,n.isOrdered=c,n.Keyed=r,n.Indexed=o,n.Set=i;var f="@@__IMMUTABLE_ITERABLE__@@",d="@@__IMMUTABLE_KEYED__@@",p="@@__IMMUTABLE_INDEXED__@@",h="@@__IMMUTABLE_ORDERED__@@",g="delete",v=5,m=1<<v,b=m-1,y={},w={value:!1},C={value:!1};function _(e){return e.value=!1,e}function x(e){e&&(e.value=!0)}function S(){}function k(e,t){t=t||0;for(var n=Math.max(0,e.length-t),r=new Array(n),o=0;o<n;o++)r[o]=e[o+t];return r}function E(e){return void 0===e.size&&(e.size=e.__iterate(T)),e.size}function O(e,t){if("number"!=typeof t){var n=t>>>0;if(""+n!==t||4294967295===n)return NaN;t=n}return t<0?E(e)+t:t}function T(){return!0}function L(e,t,n){return(0===e||void 0!==n&&e<=-n)&&(void 0===t||void 0!==n&&t>=n)}function D(e,t){return A(e,t,0)}function M(e,t){return A(e,t,t)}function A(e,t,n){return void 0===e?n:e<0?Math.max(0,t+e):void 0===t?e:Math.min(t,e)}var R=0,B=1,I=2,j="function"==typeof Symbol&&Symbol.iterator,N="@@iterator",F=j||N;function P(e){this.next=e}function z(e,t,n,r){var o=0===e?t:1===e?n:[t,n];return r?r.value=o:r={value:o,done:!1},r}function H(){return{value:void 0,done:!0}}function K(e){return!!$(e)}function U(e){return e&&"function"==typeof e.next}function V(e){var t=$(e);return t&&t.call(e)}function $(e){var t=e&&(j&&e[j]||e[N]);if("function"==typeof t)return t}function q(e){return e&&"number"==typeof e.length}function Z(e){return null==e?ae():a(e)?e.toSeq():le(e)}function W(e){return null==e?ae().toKeyedSeq():a(e)?s(e)?e.toSeq():e.fromEntrySeq():se(e)}function G(e){return null==e?ae():a(e)?s(e)?e.entrySeq():e.toIndexedSeq():ue(e)}function Y(e){return(null==e?ae():a(e)?s(e)?e.entrySeq():e:ue(e)).toSetSeq()}P.prototype.toString=function(){return"[Iterator]"},P.KEYS=R,P.VALUES=B,P.ENTRIES=I,P.prototype.inspect=P.prototype.toSource=function(){return this.toString()},P.prototype[F]=function(){return this},t(Z,n),Z.of=function(){return Z(arguments)},Z.prototype.toSeq=function(){return this},Z.prototype.toString=function(){return this.__toString("Seq {","}")},Z.prototype.cacheResult=function(){return!this._cache&&this.__iterateUncached&&(this._cache=this.entrySeq().toArray(),this.size=this._cache.length),this},Z.prototype.__iterate=function(e,t){return fe(this,e,t,!0)},Z.prototype.__iterator=function(e,t){return de(this,e,t,!0)},t(W,Z),W.prototype.toKeyedSeq=function(){return this},t(G,Z),G.of=function(){return G(arguments)},G.prototype.toIndexedSeq=function(){return this},G.prototype.toString=function(){return this.__toString("Seq [","]")},G.prototype.__iterate=function(e,t){return fe(this,e,t,!1)},G.prototype.__iterator=function(e,t){return de(this,e,t,!1)},t(Y,Z),Y.of=function(){return Y(arguments)},Y.prototype.toSetSeq=function(){return this},Z.isSeq=ie,Z.Keyed=W,Z.Set=Y,Z.Indexed=G;var X,J,Q,ee="@@__IMMUTABLE_SEQ__@@";function te(e){this._array=e,this.size=e.length}function ne(e){var t=Object.keys(e);this._object=e,this._keys=t,this.size=t.length}function re(e){this._iterable=e,this.size=e.length||e.size}function oe(e){this._iterator=e,this._iteratorCache=[]}function ie(e){return!(!e||!e[ee])}function ae(){return X||(X=new te([]))}function se(e){var t=Array.isArray(e)?new te(e).fromEntrySeq():U(e)?new oe(e).fromEntrySeq():K(e)?new re(e).fromEntrySeq():"object"==typeof e?new ne(e):void 0;if(!t)throw new TypeError("Expected Array or iterable object of [k, v] entries, or keyed object: "+e);return t}function ue(e){var t=ce(e);if(!t)throw new TypeError("Expected Array or iterable object of values: "+e);return t}function le(e){var t=ce(e)||"object"==typeof e&&new ne(e);if(!t)throw new TypeError("Expected Array or iterable object of values, or keyed object: "+e);return t}function ce(e){return q(e)?new te(e):U(e)?new oe(e):K(e)?new re(e):void 0}function fe(e,t,n,r){var o=e._cache;if(o){for(var i=o.length-1,a=0;a<=i;a++){var s=o[n?i-a:a];if(!1===t(s[1],r?s[0]:a,e))return a+1}return a}return e.__iterateUncached(t,n)}function de(e,t,n,r){var o=e._cache;if(o){var i=o.length-1,a=0;return new P((function(){var e=o[n?i-a:a];return a++>i?H():z(t,r?e[0]:a-1,e[1])}))}return e.__iteratorUncached(t,n)}function pe(e,t){return t?he(t,e,"",{"":e}):ge(e)}function he(e,t,n,r){return Array.isArray(t)?e.call(r,n,G(t).map((function(n,r){return he(e,n,r,t)}))):ve(t)?e.call(r,n,W(t).map((function(n,r){return he(e,n,r,t)}))):t}function ge(e){return Array.isArray(e)?G(e).map(ge).toList():ve(e)?W(e).map(ge).toMap():e}function ve(e){return e&&(e.constructor===Object||void 0===e.constructor)}function me(e,t){if(e===t||e!=e&&t!=t)return!0;if(!e||!t)return!1;if("function"==typeof e.valueOf&&"function"==typeof t.valueOf){if((e=e.valueOf())===(t=t.valueOf())||e!=e&&t!=t)return!0;if(!e||!t)return!1}return!("function"!=typeof e.equals||"function"!=typeof t.equals||!e.equals(t))}function be(e,t){if(e===t)return!0;if(!a(t)||void 0!==e.size&&void 0!==t.size&&e.size!==t.size||void 0!==e.__hash&&void 0!==t.__hash&&e.__hash!==t.__hash||s(e)!==s(t)||u(e)!==u(t)||c(e)!==c(t))return!1;if(0===e.size&&0===t.size)return!0;var n=!l(e);if(c(e)){var r=e.entries();return t.every((function(e,t){var o=r.next().value;return o&&me(o[1],e)&&(n||me(o[0],t))}))&&r.next().done}var o=!1;if(void 0===e.size)if(void 0===t.size)"function"==typeof e.cacheResult&&e.cacheResult();else{o=!0;var i=e;e=t,t=i}var f=!0,d=t.__iterate((function(t,r){if(n?!e.has(t):o?!me(t,e.get(r,y)):!me(e.get(r,y),t))return f=!1,!1}));return f&&e.size===d}function ye(e,t){if(!(this instanceof ye))return new ye(e,t);if(this._value=e,this.size=void 0===t?1/0:Math.max(0,t),0===this.size){if(J)return J;J=this}}function we(e,t){if(!e)throw new Error(t)}function Ce(e,t,n){if(!(this instanceof Ce))return new Ce(e,t,n);if(we(0!==n,"Cannot step a Range by 0"),e=e||0,void 0===t&&(t=1/0),n=void 0===n?1:Math.abs(n),t<e&&(n=-n),this._start=e,this._end=t,this._step=n,this.size=Math.max(0,Math.ceil((t-e)/n-1)+1),0===this.size){if(Q)return Q;Q=this}}function _e(){throw TypeError("Abstract")}function xe(){}function Se(){}function ke(){}Z.prototype[ee]=!0,t(te,G),te.prototype.get=function(e,t){return this.has(e)?this._array[O(this,e)]:t},te.prototype.__iterate=function(e,t){for(var n=this._array,r=n.length-1,o=0;o<=r;o++)if(!1===e(n[t?r-o:o],o,this))return o+1;return o},te.prototype.__iterator=function(e,t){var n=this._array,r=n.length-1,o=0;return new P((function(){return o>r?H():z(e,o,n[t?r-o++:o++])}))},t(ne,W),ne.prototype.get=function(e,t){return void 0===t||this.has(e)?this._object[e]:t},ne.prototype.has=function(e){return this._object.hasOwnProperty(e)},ne.prototype.__iterate=function(e,t){for(var n=this._object,r=this._keys,o=r.length-1,i=0;i<=o;i++){var a=r[t?o-i:i];if(!1===e(n[a],a,this))return i+1}return i},ne.prototype.__iterator=function(e,t){var n=this._object,r=this._keys,o=r.length-1,i=0;return new P((function(){var a=r[t?o-i:i];return i++>o?H():z(e,a,n[a])}))},ne.prototype[h]=!0,t(re,G),re.prototype.__iterateUncached=function(e,t){if(t)return this.cacheResult().__iterate(e,t);var n=V(this._iterable),r=0;if(U(n))for(var o;!(o=n.next()).done&&!1!==e(o.value,r++,this););return r},re.prototype.__iteratorUncached=function(e,t){if(t)return this.cacheResult().__iterator(e,t);var n=V(this._iterable);if(!U(n))return new P(H);var r=0;return new P((function(){var t=n.next();return t.done?t:z(e,r++,t.value)}))},t(oe,G),oe.prototype.__iterateUncached=function(e,t){if(t)return this.cacheResult().__iterate(e,t);for(var n,r=this._iterator,o=this._iteratorCache,i=0;i<o.length;)if(!1===e(o[i],i++,this))return i;for(;!(n=r.next()).done;){var a=n.value;if(o[i]=a,!1===e(a,i++,this))break}return i},oe.prototype.__iteratorUncached=function(e,t){if(t)return this.cacheResult().__iterator(e,t);var n=this._iterator,r=this._iteratorCache,o=0;return new P((function(){if(o>=r.length){var t=n.next();if(t.done)return t;r[o]=t.value}return z(e,o,r[o++])}))},t(ye,G),ye.prototype.toString=function(){return 0===this.size?"Repeat []":"Repeat [ "+this._value+" "+this.size+" times ]"},ye.prototype.get=function(e,t){return this.has(e)?this._value:t},ye.prototype.includes=function(e){return me(this._value,e)},ye.prototype.slice=function(e,t){var n=this.size;return L(e,t,n)?this:new ye(this._value,M(t,n)-D(e,n))},ye.prototype.reverse=function(){return this},ye.prototype.indexOf=function(e){return me(this._value,e)?0:-1},ye.prototype.lastIndexOf=function(e){return me(this._value,e)?this.size:-1},ye.prototype.__iterate=function(e,t){for(var n=0;n<this.size;n++)if(!1===e(this._value,n,this))return n+1;return n},ye.prototype.__iterator=function(e,t){var n=this,r=0;return new P((function(){return r<n.size?z(e,r++,n._value):H()}))},ye.prototype.equals=function(e){return e instanceof ye?me(this._value,e._value):be(e)},t(Ce,G),Ce.prototype.toString=function(){return 0===this.size?"Range []":"Range [ "+this._start+"..."+this._end+(this._step>1?" by "+this._step:"")+" ]"},Ce.prototype.get=function(e,t){return this.has(e)?this._start+O(this,e)*this._step:t},Ce.prototype.includes=function(e){var t=(e-this._start)/this._step;return t>=0&&t<this.size&&t===Math.floor(t)},Ce.prototype.slice=function(e,t){return L(e,t,this.size)?this:(e=D(e,this.size),(t=M(t,this.size))<=e?new Ce(0,0):new Ce(this.get(e,this._end),this.get(t,this._end),this._step))},Ce.prototype.indexOf=function(e){var t=e-this._start;if(t%this._step==0){var n=t/this._step;if(n>=0&&n<this.size)return n}return-1},Ce.prototype.lastIndexOf=function(e){return this.indexOf(e)},Ce.prototype.__iterate=function(e,t){for(var n=this.size-1,r=this._step,o=t?this._start+n*r:this._start,i=0;i<=n;i++){if(!1===e(o,i,this))return i+1;o+=t?-r:r}return i},Ce.prototype.__iterator=function(e,t){var n=this.size-1,r=this._step,o=t?this._start+n*r:this._start,i=0;return new P((function(){var a=o;return o+=t?-r:r,i>n?H():z(e,i++,a)}))},Ce.prototype.equals=function(e){return e instanceof Ce?this._start===e._start&&this._end===e._end&&this._step===e._step:be(this,e)},t(_e,n),t(xe,_e),t(Se,_e),t(ke,_e),_e.Keyed=xe,_e.Indexed=Se,_e.Set=ke;var Ee="function"==typeof Math.imul&&-2===Math.imul(4294967295,2)?Math.imul:function(e,t){var n=65535&(e|=0),r=65535&(t|=0);return n*r+((e>>>16)*r+n*(t>>>16)<<16>>>0)|0};function Oe(e){return e>>>1&1073741824|3221225471&e}function Te(e){if(!1===e||null==e)return 0;if("function"==typeof e.valueOf&&(!1===(e=e.valueOf())||null==e))return 0;if(!0===e)return 1;var t=typeof e;if("number"===t){var n=0|e;for(n!==e&&(n^=4294967295*e);e>4294967295;)n^=e/=4294967295;return Oe(n)}if("string"===t)return e.length>Pe?Le(e):De(e);if("function"==typeof e.hashCode)return e.hashCode();if("object"===t)return Me(e);if("function"==typeof e.toString)return De(e.toString());throw new Error("Value type "+t+" cannot be hashed.")}function Le(e){var t=Ke[e];return void 0===t&&(t=De(e),He===ze&&(He=0,Ke={}),He++,Ke[e]=t),t}function De(e){for(var t=0,n=0;n<e.length;n++)t=31*t+e.charCodeAt(n)|0;return Oe(t)}function Me(e){var t;if(je&&void 0!==(t=Ie.get(e)))return t;if(void 0!==(t=e[Fe]))return t;if(!Re){if(void 0!==(t=e.propertyIsEnumerable&&e.propertyIsEnumerable[Fe]))return t;if(void 0!==(t=Be(e)))return t}if(t=++Ne,1073741824&Ne&&(Ne=0),je)Ie.set(e,t);else{if(void 0!==Ae&&!1===Ae(e))throw new Error("Non-extensible objects are not allowed as keys.");if(Re)Object.defineProperty(e,Fe,{enumerable:!1,configurable:!1,writable:!1,value:t});else if(void 0!==e.propertyIsEnumerable&&e.propertyIsEnumerable===e.constructor.prototype.propertyIsEnumerable)e.propertyIsEnumerable=function(){return this.constructor.prototype.propertyIsEnumerable.apply(this,arguments)},e.propertyIsEnumerable[Fe]=t;else{if(void 0===e.nodeType)throw new Error("Unable to set a non-enumerable property on object.");e[Fe]=t}}return t}var Ae=Object.isExtensible,Re=function(){try{return Object.defineProperty({},"@",{}),!0}catch(e){return!1}}();function Be(e){if(e&&e.nodeType>0)switch(e.nodeType){case 1:return e.uniqueID;case 9:return e.documentElement&&e.documentElement.uniqueID}}var Ie,je="function"==typeof WeakMap;je&&(Ie=new WeakMap);var Ne=0,Fe="__immutablehash__";"function"==typeof Symbol&&(Fe=Symbol(Fe));var Pe=16,ze=255,He=0,Ke={};function Ue(e){we(e!==1/0,"Cannot perform this action with an infinite size.")}function Ve(e){return null==e?ot():$e(e)&&!c(e)?e:ot().withMutations((function(t){var n=r(e);Ue(n.size),n.forEach((function(e,n){return t.set(n,e)}))}))}function $e(e){return!(!e||!e[Ze])}t(Ve,xe),Ve.prototype.toString=function(){return this.__toString("Map {","}")},Ve.prototype.get=function(e,t){return this._root?this._root.get(0,void 0,e,t):t},Ve.prototype.set=function(e,t){return it(this,e,t)},Ve.prototype.setIn=function(e,t){return this.updateIn(e,y,(function(){return t}))},Ve.prototype.remove=function(e){return it(this,e,y)},Ve.prototype.deleteIn=function(e){return this.updateIn(e,(function(){return y}))},Ve.prototype.update=function(e,t,n){return 1===arguments.length?e(this):this.updateIn([e],t,n)},Ve.prototype.updateIn=function(e,t,n){n||(n=t,t=void 0);var r=vt(this,_n(e),t,n);return r===y?void 0:r},Ve.prototype.clear=function(){return 0===this.size?this:this.__ownerID?(this.size=0,this._root=null,this.__hash=void 0,this.__altered=!0,this):ot()},Ve.prototype.merge=function(){return dt(this,void 0,arguments)},Ve.prototype.mergeWith=function(t){return dt(this,t,e.call(arguments,1))},Ve.prototype.mergeIn=function(t){var n=e.call(arguments,1);return this.updateIn(t,ot(),(function(e){return"function"==typeof e.merge?e.merge.apply(e,n):n[n.length-1]}))},Ve.prototype.mergeDeep=function(){return dt(this,pt,arguments)},Ve.prototype.mergeDeepWith=function(t){var n=e.call(arguments,1);return dt(this,ht(t),n)},Ve.prototype.mergeDeepIn=function(t){var n=e.call(arguments,1);return this.updateIn(t,ot(),(function(e){return"function"==typeof e.mergeDeep?e.mergeDeep.apply(e,n):n[n.length-1]}))},Ve.prototype.sort=function(e){return Kt(fn(this,e))},Ve.prototype.sortBy=function(e,t){return Kt(fn(this,t,e))},Ve.prototype.withMutations=function(e){var t=this.asMutable();return e(t),t.wasAltered()?t.__ensureOwner(this.__ownerID):this},Ve.prototype.asMutable=function(){return this.__ownerID?this:this.__ensureOwner(new S)},Ve.prototype.asImmutable=function(){return this.__ensureOwner()},Ve.prototype.wasAltered=function(){return this.__altered},Ve.prototype.__iterator=function(e,t){return new et(this,e,t)},Ve.prototype.__iterate=function(e,t){var n=this,r=0;return this._root&&this._root.iterate((function(t){return r++,e(t[1],t[0],n)}),t),r},Ve.prototype.__ensureOwner=function(e){return e===this.__ownerID?this:e?rt(this.size,this._root,e,this.__hash):(this.__ownerID=e,this.__altered=!1,this)},Ve.isMap=$e;var qe,Ze="@@__IMMUTABLE_MAP__@@",We=Ve.prototype;function Ge(e,t){this.ownerID=e,this.entries=t}function Ye(e,t,n){this.ownerID=e,this.bitmap=t,this.nodes=n}function Xe(e,t,n){this.ownerID=e,this.count=t,this.nodes=n}function Je(e,t,n){this.ownerID=e,this.keyHash=t,this.entries=n}function Qe(e,t,n){this.ownerID=e,this.keyHash=t,this.entry=n}function et(e,t,n){this._type=t,this._reverse=n,this._stack=e._root&&nt(e._root)}function tt(e,t){return z(e,t[0],t[1])}function nt(e,t){return{node:e,index:0,__prev:t}}function rt(e,t,n,r){var o=Object.create(We);return o.size=e,o._root=t,o.__ownerID=n,o.__hash=r,o.__altered=!1,o}function ot(){return qe||(qe=rt(0))}function it(e,t,n){var r,o;if(e._root){var i=_(w),a=_(C);if(r=at(e._root,e.__ownerID,0,void 0,t,n,i,a),!a.value)return e;o=e.size+(i.value?n===y?-1:1:0)}else{if(n===y)return e;o=1,r=new Ge(e.__ownerID,[[t,n]])}return e.__ownerID?(e.size=o,e._root=r,e.__hash=void 0,e.__altered=!0,e):r?rt(o,r):ot()}function at(e,t,n,r,o,i,a,s){return e?e.update(t,n,r,o,i,a,s):i===y?e:(x(s),x(a),new Qe(t,r,[o,i]))}function st(e){return e.constructor===Qe||e.constructor===Je}function ut(e,t,n,r,o){if(e.keyHash===r)return new Je(t,r,[e.entry,o]);var i,a=(0===n?e.keyHash:e.keyHash>>>n)&b,s=(0===n?r:r>>>n)&b;return new Ye(t,1<<a|1<<s,a===s?[ut(e,t,n+v,r,o)]:(i=new Qe(t,r,o),a<s?[e,i]:[i,e]))}function lt(e,t,n,r){e||(e=new S);for(var o=new Qe(e,Te(n),[n,r]),i=0;i<t.length;i++){var a=t[i];o=o.update(e,0,void 0,a[0],a[1])}return o}function ct(e,t,n,r){for(var o=0,i=0,a=new Array(n),s=0,u=1,l=t.length;s<l;s++,u<<=1){var c=t[s];void 0!==c&&s!==r&&(o|=u,a[i++]=c)}return new Ye(e,o,a)}function ft(e,t,n,r,o){for(var i=0,a=new Array(m),s=0;0!==n;s++,n>>>=1)a[s]=1&n?t[i++]:void 0;return a[r]=o,new Xe(e,i+1,a)}function dt(e,t,n){for(var o=[],i=0;i<n.length;i++){var s=n[i],u=r(s);a(s)||(u=u.map((function(e){return pe(e)}))),o.push(u)}return gt(e,t,o)}function pt(e,t,n){return e&&e.mergeDeep&&a(t)?e.mergeDeep(t):me(e,t)?e:t}function ht(e){return function(t,n,r){if(t&&t.mergeDeepWith&&a(n))return t.mergeDeepWith(e,n);var o=e(t,n,r);return me(t,o)?t:o}}function gt(e,t,n){return 0===(n=n.filter((function(e){return 0!==e.size}))).length?e:0!==e.size||e.__ownerID||1!==n.length?e.withMutations((function(e){for(var r=t?function(n,r){e.update(r,y,(function(e){return e===y?n:t(e,n,r)}))}:function(t,n){e.set(n,t)},o=0;o<n.length;o++)n[o].forEach(r)})):e.constructor(n[0])}function vt(e,t,n,r){var o=e===y,i=t.next();if(i.done){var a=o?n:e,s=r(a);return s===a?e:s}we(o||e&&e.set,"invalid keyPath");var u=i.value,l=o?y:e.get(u,y),c=vt(l,t,n,r);return c===l?e:c===y?e.remove(u):(o?ot():e).set(u,c)}function mt(e){return e=(e=(858993459&(e-=e>>1&1431655765))+(e>>2&858993459))+(e>>4)&252645135,e+=e>>8,127&(e+=e>>16)}function bt(e,t,n,r){var o=r?e:k(e);return o[t]=n,o}function yt(e,t,n,r){var o=e.length+1;if(r&&t+1===o)return e[t]=n,e;for(var i=new Array(o),a=0,s=0;s<o;s++)s===t?(i[s]=n,a=-1):i[s]=e[s+a];return i}function wt(e,t,n){var r=e.length-1;if(n&&t===r)return e.pop(),e;for(var o=new Array(r),i=0,a=0;a<r;a++)a===t&&(i=1),o[a]=e[a+i];return o}We[Ze]=!0,We[g]=We.remove,We.removeIn=We.deleteIn,Ge.prototype.get=function(e,t,n,r){for(var o=this.entries,i=0,a=o.length;i<a;i++)if(me(n,o[i][0]))return o[i][1];return r},Ge.prototype.update=function(e,t,n,r,o,i,a){for(var s=o===y,u=this.entries,l=0,c=u.length;l<c&&!me(r,u[l][0]);l++);var f=l<c;if(f?u[l][1]===o:s)return this;if(x(a),(s||!f)&&x(i),!s||1!==u.length){if(!f&&!s&&u.length>=Ct)return lt(e,u,r,o);var d=e&&e===this.ownerID,p=d?u:k(u);return f?s?l===c-1?p.pop():p[l]=p.pop():p[l]=[r,o]:p.push([r,o]),d?(this.entries=p,this):new Ge(e,p)}},Ye.prototype.get=function(e,t,n,r){void 0===t&&(t=Te(n));var o=1<<((0===e?t:t>>>e)&b),i=this.bitmap;return 0==(i&o)?r:this.nodes[mt(i&o-1)].get(e+v,t,n,r)},Ye.prototype.update=function(e,t,n,r,o,i,a){void 0===n&&(n=Te(r));var s=(0===t?n:n>>>t)&b,u=1<<s,l=this.bitmap,c=0!=(l&u);if(!c&&o===y)return this;var f=mt(l&u-1),d=this.nodes,p=c?d[f]:void 0,h=at(p,e,t+v,n,r,o,i,a);if(h===p)return this;if(!c&&h&&d.length>=_t)return ft(e,d,l,s,h);if(c&&!h&&2===d.length&&st(d[1^f]))return d[1^f];if(c&&h&&1===d.length&&st(h))return h;var g=e&&e===this.ownerID,m=c?h?l:l^u:l|u,w=c?h?bt(d,f,h,g):wt(d,f,g):yt(d,f,h,g);return g?(this.bitmap=m,this.nodes=w,this):new Ye(e,m,w)},Xe.prototype.get=function(e,t,n,r){void 0===t&&(t=Te(n));var o=(0===e?t:t>>>e)&b,i=this.nodes[o];return i?i.get(e+v,t,n,r):r},Xe.prototype.update=function(e,t,n,r,o,i,a){void 0===n&&(n=Te(r));var s=(0===t?n:n>>>t)&b,u=o===y,l=this.nodes,c=l[s];if(u&&!c)return this;var f=at(c,e,t+v,n,r,o,i,a);if(f===c)return this;var d=this.count;if(c){if(!f&&--d<xt)return ct(e,l,d,s)}else d++;var p=e&&e===this.ownerID,h=bt(l,s,f,p);return p?(this.count=d,this.nodes=h,this):new Xe(e,d,h)},Je.prototype.get=function(e,t,n,r){for(var o=this.entries,i=0,a=o.length;i<a;i++)if(me(n,o[i][0]))return o[i][1];return r},Je.prototype.update=function(e,t,n,r,o,i,a){void 0===n&&(n=Te(r));var s=o===y;if(n!==this.keyHash)return s?this:(x(a),x(i),ut(this,e,t,n,[r,o]));for(var u=this.entries,l=0,c=u.length;l<c&&!me(r,u[l][0]);l++);var f=l<c;if(f?u[l][1]===o:s)return this;if(x(a),(s||!f)&&x(i),s&&2===c)return new Qe(e,this.keyHash,u[1^l]);var d=e&&e===this.ownerID,p=d?u:k(u);return f?s?l===c-1?p.pop():p[l]=p.pop():p[l]=[r,o]:p.push([r,o]),d?(this.entries=p,this):new Je(e,this.keyHash,p)},Qe.prototype.get=function(e,t,n,r){return me(n,this.entry[0])?this.entry[1]:r},Qe.prototype.update=function(e,t,n,r,o,i,a){var s=o===y,u=me(r,this.entry[0]);return(u?o===this.entry[1]:s)?this:(x(a),s?void x(i):u?e&&e===this.ownerID?(this.entry[1]=o,this):new Qe(e,this.keyHash,[r,o]):(x(i),ut(this,e,t,Te(r),[r,o])))},Ge.prototype.iterate=Je.prototype.iterate=function(e,t){for(var n=this.entries,r=0,o=n.length-1;r<=o;r++)if(!1===e(n[t?o-r:r]))return!1},Ye.prototype.iterate=Xe.prototype.iterate=function(e,t){for(var n=this.nodes,r=0,o=n.length-1;r<=o;r++){var i=n[t?o-r:r];if(i&&!1===i.iterate(e,t))return!1}},Qe.prototype.iterate=function(e,t){return e(this.entry)},t(et,P),et.prototype.next=function(){for(var e=this._type,t=this._stack;t;){var n,r=t.node,o=t.index++;if(r.entry){if(0===o)return tt(e,r.entry)}else if(r.entries){if(o<=(n=r.entries.length-1))return tt(e,r.entries[this._reverse?n-o:o])}else if(o<=(n=r.nodes.length-1)){var i=r.nodes[this._reverse?n-o:o];if(i){if(i.entry)return tt(e,i.entry);t=this._stack=nt(i,t)}continue}t=this._stack=this._stack.__prev}return H()};var Ct=m/4,_t=m/2,xt=m/4;function St(e){var t=Bt();if(null==e)return t;if(kt(e))return e;var n=o(e),r=n.size;return 0===r?t:(Ue(r),r>0&&r<m?Rt(0,r,v,null,new Tt(n.toArray())):t.withMutations((function(e){e.setSize(r),n.forEach((function(t,n){return e.set(n,t)}))})))}function kt(e){return!(!e||!e[Et])}t(St,Se),St.of=function(){return this(arguments)},St.prototype.toString=function(){return this.__toString("List [","]")},St.prototype.get=function(e,t){if((e=O(this,e))>=0&&e<this.size){var n=Ft(this,e+=this._origin);return n&&n.array[e&b]}return t},St.prototype.set=function(e,t){return It(this,e,t)},St.prototype.remove=function(e){return this.has(e)?0===e?this.shift():e===this.size-1?this.pop():this.splice(e,1):this},St.prototype.insert=function(e,t){return this.splice(e,0,t)},St.prototype.clear=function(){return 0===this.size?this:this.__ownerID?(this.size=this._origin=this._capacity=0,this._level=v,this._root=this._tail=null,this.__hash=void 0,this.__altered=!0,this):Bt()},St.prototype.push=function(){var e=arguments,t=this.size;return this.withMutations((function(n){Pt(n,0,t+e.length);for(var r=0;r<e.length;r++)n.set(t+r,e[r])}))},St.prototype.pop=function(){return Pt(this,0,-1)},St.prototype.unshift=function(){var e=arguments;return this.withMutations((function(t){Pt(t,-e.length);for(var n=0;n<e.length;n++)t.set(n,e[n])}))},St.prototype.shift=function(){return Pt(this,1)},St.prototype.merge=function(){return zt(this,void 0,arguments)},St.prototype.mergeWith=function(t){return zt(this,t,e.call(arguments,1))},St.prototype.mergeDeep=function(){return zt(this,pt,arguments)},St.prototype.mergeDeepWith=function(t){var n=e.call(arguments,1);return zt(this,ht(t),n)},St.prototype.setSize=function(e){return Pt(this,0,e)},St.prototype.slice=function(e,t){var n=this.size;return L(e,t,n)?this:Pt(this,D(e,n),M(t,n))},St.prototype.__iterator=function(e,t){var n=0,r=At(this,t);return new P((function(){var t=r();return t===Mt?H():z(e,n++,t)}))},St.prototype.__iterate=function(e,t){for(var n,r=0,o=At(this,t);(n=o())!==Mt&&!1!==e(n,r++,this););return r},St.prototype.__ensureOwner=function(e){return e===this.__ownerID?this:e?Rt(this._origin,this._capacity,this._level,this._root,this._tail,e,this.__hash):(this.__ownerID=e,this)},St.isList=kt;var Et="@@__IMMUTABLE_LIST__@@",Ot=St.prototype;function Tt(e,t){this.array=e,this.ownerID=t}Ot[Et]=!0,Ot[g]=Ot.remove,Ot.setIn=We.setIn,Ot.deleteIn=Ot.removeIn=We.removeIn,Ot.update=We.update,Ot.updateIn=We.updateIn,Ot.mergeIn=We.mergeIn,Ot.mergeDeepIn=We.mergeDeepIn,Ot.withMutations=We.withMutations,Ot.asMutable=We.asMutable,Ot.asImmutable=We.asImmutable,Ot.wasAltered=We.wasAltered,Tt.prototype.removeBefore=function(e,t,n){if(n===t?1<<t:0===this.array.length)return this;var r=n>>>t&b;if(r>=this.array.length)return new Tt([],e);var o,i=0===r;if(t>0){var a=this.array[r];if((o=a&&a.removeBefore(e,t-v,n))===a&&i)return this}if(i&&!o)return this;var s=Nt(this,e);if(!i)for(var u=0;u<r;u++)s.array[u]=void 0;return o&&(s.array[r]=o),s},Tt.prototype.removeAfter=function(e,t,n){if(n===(t?1<<t:0)||0===this.array.length)return this;var r,o=n-1>>>t&b;if(o>=this.array.length)return this;if(t>0){var i=this.array[o];if((r=i&&i.removeAfter(e,t-v,n))===i&&o===this.array.length-1)return this}var a=Nt(this,e);return a.array.splice(o+1),r&&(a.array[o]=r),a};var Lt,Dt,Mt={};function At(e,t){var n=e._origin,r=e._capacity,o=Ht(r),i=e._tail;return a(e._root,e._level,0);function a(e,t,n){return 0===t?s(e,n):u(e,t,n)}function s(e,a){var s=a===o?i&&i.array:e&&e.array,u=a>n?0:n-a,l=r-a;return l>m&&(l=m),function(){if(u===l)return Mt;var e=t?--l:u++;return s&&s[e]}}function u(e,o,i){var s,u=e&&e.array,l=i>n?0:n-i>>o,c=1+(r-i>>o);return c>m&&(c=m),function(){for(;;){if(s){var e=s();if(e!==Mt)return e;s=null}if(l===c)return Mt;var n=t?--c:l++;s=a(u&&u[n],o-v,i+(n<<o))}}}}function Rt(e,t,n,r,o,i,a){var s=Object.create(Ot);return s.size=t-e,s._origin=e,s._capacity=t,s._level=n,s._root=r,s._tail=o,s.__ownerID=i,s.__hash=a,s.__altered=!1,s}function Bt(){return Lt||(Lt=Rt(0,0,v))}function It(e,t,n){if((t=O(e,t))!=t)return e;if(t>=e.size||t<0)return e.withMutations((function(e){t<0?Pt(e,t).set(0,n):Pt(e,0,t+1).set(t,n)}));t+=e._origin;var r=e._tail,o=e._root,i=_(C);return t>=Ht(e._capacity)?r=jt(r,e.__ownerID,0,t,n,i):o=jt(o,e.__ownerID,e._level,t,n,i),i.value?e.__ownerID?(e._root=o,e._tail=r,e.__hash=void 0,e.__altered=!0,e):Rt(e._origin,e._capacity,e._level,o,r):e}function jt(e,t,n,r,o,i){var a,s=r>>>n&b,u=e&&s<e.array.length;if(!u&&void 0===o)return e;if(n>0){var l=e&&e.array[s],c=jt(l,t,n-v,r,o,i);return c===l?e:((a=Nt(e,t)).array[s]=c,a)}return u&&e.array[s]===o?e:(x(i),a=Nt(e,t),void 0===o&&s===a.array.length-1?a.array.pop():a.array[s]=o,a)}function Nt(e,t){return t&&e&&t===e.ownerID?e:new Tt(e?e.array.slice():[],t)}function Ft(e,t){if(t>=Ht(e._capacity))return e._tail;if(t<1<<e._level+v){for(var n=e._root,r=e._level;n&&r>0;)n=n.array[t>>>r&b],r-=v;return n}}function Pt(e,t,n){void 0!==t&&(t|=0),void 0!==n&&(n|=0);var r=e.__ownerID||new S,o=e._origin,i=e._capacity,a=o+t,s=void 0===n?i:n<0?i+n:o+n;if(a===o&&s===i)return e;if(a>=s)return e.clear();for(var u=e._level,l=e._root,c=0;a+c<0;)l=new Tt(l&&l.array.length?[void 0,l]:[],r),c+=1<<(u+=v);c&&(a+=c,o+=c,s+=c,i+=c);for(var f=Ht(i),d=Ht(s);d>=1<<u+v;)l=new Tt(l&&l.array.length?[l]:[],r),u+=v;var p=e._tail,h=d<f?Ft(e,s-1):d>f?new Tt([],r):p;if(p&&d>f&&a<i&&p.array.length){for(var g=l=Nt(l,r),m=u;m>v;m-=v){var y=f>>>m&b;g=g.array[y]=Nt(g.array[y],r)}g.array[f>>>v&b]=p}if(s<i&&(h=h&&h.removeAfter(r,0,s)),a>=d)a-=d,s-=d,u=v,l=null,h=h&&h.removeBefore(r,0,a);else if(a>o||d<f){for(c=0;l;){var w=a>>>u&b;if(w!==d>>>u&b)break;w&&(c+=(1<<u)*w),u-=v,l=l.array[w]}l&&a>o&&(l=l.removeBefore(r,u,a-c)),l&&d<f&&(l=l.removeAfter(r,u,d-c)),c&&(a-=c,s-=c)}return e.__ownerID?(e.size=s-a,e._origin=a,e._capacity=s,e._level=u,e._root=l,e._tail=h,e.__hash=void 0,e.__altered=!0,e):Rt(a,s,u,l,h)}function zt(e,t,n){for(var r=[],i=0,s=0;s<n.length;s++){var u=n[s],l=o(u);l.size>i&&(i=l.size),a(u)||(l=l.map((function(e){return pe(e)}))),r.push(l)}return i>e.size&&(e=e.setSize(i)),gt(e,t,r)}function Ht(e){return e<m?0:e-1>>>v<<v}function Kt(e){return null==e?$t():Ut(e)?e:$t().withMutations((function(t){var n=r(e);Ue(n.size),n.forEach((function(e,n){return t.set(n,e)}))}))}function Ut(e){return $e(e)&&c(e)}function Vt(e,t,n,r){var o=Object.create(Kt.prototype);return o.size=e?e.size:0,o._map=e,o._list=t,o.__ownerID=n,o.__hash=r,o}function $t(){return Dt||(Dt=Vt(ot(),Bt()))}function qt(e,t,n){var r,o,i=e._map,a=e._list,s=i.get(t),u=void 0!==s;if(n===y){if(!u)return e;a.size>=m&&a.size>=2*i.size?(r=(o=a.filter((function(e,t){return void 0!==e&&s!==t}))).toKeyedSeq().map((function(e){return e[0]})).flip().toMap(),e.__ownerID&&(r.__ownerID=o.__ownerID=e.__ownerID)):(r=i.remove(t),o=s===a.size-1?a.pop():a.set(s,void 0))}else if(u){if(n===a.get(s)[1])return e;r=i,o=a.set(s,[t,n])}else r=i.set(t,a.size),o=a.set(a.size,[t,n]);return e.__ownerID?(e.size=r.size,e._map=r,e._list=o,e.__hash=void 0,e):Vt(r,o)}function Zt(e,t){this._iter=e,this._useKeys=t,this.size=e.size}function Wt(e){this._iter=e,this.size=e.size}function Gt(e){this._iter=e,this.size=e.size}function Yt(e){this._iter=e,this.size=e.size}function Xt(e){var t=yn(e);return t._iter=e,t.size=e.size,t.flip=function(){return e},t.reverse=function(){var t=e.reverse.apply(this);return t.flip=function(){return e.reverse()},t},t.has=function(t){return e.includes(t)},t.includes=function(t){return e.has(t)},t.cacheResult=wn,t.__iterateUncached=function(t,n){var r=this;return e.__iterate((function(e,n){return!1!==t(n,e,r)}),n)},t.__iteratorUncached=function(t,n){if(t===I){var r=e.__iterator(t,n);return new P((function(){var e=r.next();if(!e.done){var t=e.value[0];e.value[0]=e.value[1],e.value[1]=t}return e}))}return e.__iterator(t===B?R:B,n)},t}function Jt(e,t,n){var r=yn(e);return r.size=e.size,r.has=function(t){return e.has(t)},r.get=function(r,o){var i=e.get(r,y);return i===y?o:t.call(n,i,r,e)},r.__iterateUncached=function(r,o){var i=this;return e.__iterate((function(e,o,a){return!1!==r(t.call(n,e,o,a),o,i)}),o)},r.__iteratorUncached=function(r,o){var i=e.__iterator(I,o);return new P((function(){var o=i.next();if(o.done)return o;var a=o.value,s=a[0];return z(r,s,t.call(n,a[1],s,e),o)}))},r}function Qt(e,t){var n=yn(e);return n._iter=e,n.size=e.size,n.reverse=function(){return e},e.flip&&(n.flip=function(){var t=Xt(e);return t.reverse=function(){return e.flip()},t}),n.get=function(n,r){return e.get(t?n:-1-n,r)},n.has=function(n){return e.has(t?n:-1-n)},n.includes=function(t){return e.includes(t)},n.cacheResult=wn,n.__iterate=function(t,n){var r=this;return e.__iterate((function(e,n){return t(e,n,r)}),!n)},n.__iterator=function(t,n){return e.__iterator(t,!n)},n}function en(e,t,n,r){var o=yn(e);return r&&(o.has=function(r){var o=e.get(r,y);return o!==y&&!!t.call(n,o,r,e)},o.get=function(r,o){var i=e.get(r,y);return i!==y&&t.call(n,i,r,e)?i:o}),o.__iterateUncached=function(o,i){var a=this,s=0;return e.__iterate((function(e,i,u){if(t.call(n,e,i,u))return s++,o(e,r?i:s-1,a)}),i),s},o.__iteratorUncached=function(o,i){var a=e.__iterator(I,i),s=0;return new P((function(){for(;;){var i=a.next();if(i.done)return i;var u=i.value,l=u[0],c=u[1];if(t.call(n,c,l,e))return z(o,r?l:s++,c,i)}}))},o}function tn(e,t,n){var r=Ve().asMutable();return e.__iterate((function(o,i){r.update(t.call(n,o,i,e),0,(function(e){return e+1}))})),r.asImmutable()}function nn(e,t,n){var r=s(e),o=(c(e)?Kt():Ve()).asMutable();e.__iterate((function(i,a){o.update(t.call(n,i,a,e),(function(e){return(e=e||[]).push(r?[a,i]:i),e}))}));var i=bn(e);return o.map((function(t){return gn(e,i(t))}))}function rn(e,t,n,r){var o=e.size;if(void 0!==t&&(t|=0),void 0!==n&&(n|=0),L(t,n,o))return e;var i=D(t,o),a=M(n,o);if(i!=i||a!=a)return rn(e.toSeq().cacheResult(),t,n,r);var s,u=a-i;u==u&&(s=u<0?0:u);var l=yn(e);return l.size=0===s?s:e.size&&s||void 0,!r&&ie(e)&&s>=0&&(l.get=function(t,n){return(t=O(this,t))>=0&&t<s?e.get(t+i,n):n}),l.__iterateUncached=function(t,n){var o=this;if(0===s)return 0;if(n)return this.cacheResult().__iterate(t,n);var a=0,u=!0,l=0;return e.__iterate((function(e,n){if(!u||!(u=a++<i))return l++,!1!==t(e,r?n:l-1,o)&&l!==s})),l},l.__iteratorUncached=function(t,n){if(0!==s&&n)return this.cacheResult().__iterator(t,n);var o=0!==s&&e.__iterator(t,n),a=0,u=0;return new P((function(){for(;a++<i;)o.next();if(++u>s)return H();var e=o.next();return r||t===B?e:z(t,u-1,t===R?void 0:e.value[1],e)}))},l}function on(e,t,n){var r=yn(e);return r.__iterateUncached=function(r,o){var i=this;if(o)return this.cacheResult().__iterate(r,o);var a=0;return e.__iterate((function(e,o,s){return t.call(n,e,o,s)&&++a&&r(e,o,i)})),a},r.__iteratorUncached=function(r,o){var i=this;if(o)return this.cacheResult().__iterator(r,o);var a=e.__iterator(I,o),s=!0;return new P((function(){if(!s)return H();var e=a.next();if(e.done)return e;var o=e.value,u=o[0],l=o[1];return t.call(n,l,u,i)?r===I?e:z(r,u,l,e):(s=!1,H())}))},r}function an(e,t,n,r){var o=yn(e);return o.__iterateUncached=function(o,i){var a=this;if(i)return this.cacheResult().__iterate(o,i);var s=!0,u=0;return e.__iterate((function(e,i,l){if(!s||!(s=t.call(n,e,i,l)))return u++,o(e,r?i:u-1,a)})),u},o.__iteratorUncached=function(o,i){var a=this;if(i)return this.cacheResult().__iterator(o,i);var s=e.__iterator(I,i),u=!0,l=0;return new P((function(){var e,i,c;do{if((e=s.next()).done)return r||o===B?e:z(o,l++,o===R?void 0:e.value[1],e);var f=e.value;i=f[0],c=f[1],u&&(u=t.call(n,c,i,a))}while(u);return o===I?e:z(o,i,c,e)}))},o}function sn(e,t){var n=s(e),o=[e].concat(t).map((function(e){return a(e)?n&&(e=r(e)):e=n?se(e):ue(Array.isArray(e)?e:[e]),e})).filter((function(e){return 0!==e.size}));if(0===o.length)return e;if(1===o.length){var i=o[0];if(i===e||n&&s(i)||u(e)&&u(i))return i}var l=new te(o);return n?l=l.toKeyedSeq():u(e)||(l=l.toSetSeq()),(l=l.flatten(!0)).size=o.reduce((function(e,t){if(void 0!==e){var n=t.size;if(void 0!==n)return e+n}}),0),l}function un(e,t,n){var r=yn(e);return r.__iterateUncached=function(r,o){var i=0,s=!1;function u(e,l){var c=this;e.__iterate((function(e,o){return(!t||l<t)&&a(e)?u(e,l+1):!1===r(e,n?o:i++,c)&&(s=!0),!s}),o)}return u(e,0),i},r.__iteratorUncached=function(r,o){var i=e.__iterator(r,o),s=[],u=0;return new P((function(){for(;i;){var e=i.next();if(!1===e.done){var l=e.value;if(r===I&&(l=l[1]),t&&!(s.length<t)||!a(l))return n?e:z(r,u++,l,e);s.push(i),i=l.__iterator(r,o)}else i=s.pop()}return H()}))},r}function ln(e,t,n){var r=bn(e);return e.toSeq().map((function(o,i){return r(t.call(n,o,i,e))})).flatten(!0)}function cn(e,t){var n=yn(e);return n.size=e.size&&2*e.size-1,n.__iterateUncached=function(n,r){var o=this,i=0;return e.__iterate((function(e,r){return(!i||!1!==n(t,i++,o))&&!1!==n(e,i++,o)}),r),i},n.__iteratorUncached=function(n,r){var o,i=e.__iterator(B,r),a=0;return new P((function(){return(!o||a%2)&&(o=i.next()).done?o:a%2?z(n,a++,t):z(n,a++,o.value,o)}))},n}function fn(e,t,n){t||(t=Cn);var r=s(e),o=0,i=e.toSeq().map((function(t,r){return[r,t,o++,n?n(t,r,e):t]})).toArray();return i.sort((function(e,n){return t(e[3],n[3])||e[2]-n[2]})).forEach(r?function(e,t){i[t].length=2}:function(e,t){i[t]=e[1]}),r?W(i):u(e)?G(i):Y(i)}function dn(e,t,n){if(t||(t=Cn),n){var r=e.toSeq().map((function(t,r){return[t,n(t,r,e)]})).reduce((function(e,n){return pn(t,e[1],n[1])?n:e}));return r&&r[0]}return e.reduce((function(e,n){return pn(t,e,n)?n:e}))}function pn(e,t,n){var r=e(n,t);return 0===r&&n!==t&&(null==n||n!=n)||r>0}function hn(e,t,r){var o=yn(e);return o.size=new te(r).map((function(e){return e.size})).min(),o.__iterate=function(e,t){for(var n,r=this.__iterator(B,t),o=0;!(n=r.next()).done&&!1!==e(n.value,o++,this););return o},o.__iteratorUncached=function(e,o){var i=r.map((function(e){return e=n(e),V(o?e.reverse():e)})),a=0,s=!1;return new P((function(){var n;return s||(n=i.map((function(e){return e.next()})),s=n.some((function(e){return e.done}))),s?H():z(e,a++,t.apply(null,n.map((function(e){return e.value}))))}))},o}function gn(e,t){return ie(e)?t:e.constructor(t)}function vn(e){if(e!==Object(e))throw new TypeError("Expected [K, V] tuple: "+e)}function mn(e){return Ue(e.size),E(e)}function bn(e){return s(e)?r:u(e)?o:i}function yn(e){return Object.create((s(e)?W:u(e)?G:Y).prototype)}function wn(){return this._iter.cacheResult?(this._iter.cacheResult(),this.size=this._iter.size,this):Z.prototype.cacheResult.call(this)}function Cn(e,t){return e>t?1:e<t?-1:0}function _n(e){var t=V(e);if(!t){if(!q(e))throw new TypeError("Expected iterable or array-like: "+e);t=V(n(e))}return t}function xn(e,t){var n,r=function(i){if(i instanceof r)return i;if(!(this instanceof r))return new r(i);if(!n){n=!0;var a=Object.keys(e);On(o,a),o.size=a.length,o._name=t,o._keys=a,o._defaultValues=e}this._map=Ve(i)},o=r.prototype=Object.create(Sn);return o.constructor=r,r}t(Kt,Ve),Kt.of=function(){return this(arguments)},Kt.prototype.toString=function(){return this.__toString("OrderedMap {","}")},Kt.prototype.get=function(e,t){var n=this._map.get(e);return void 0!==n?this._list.get(n)[1]:t},Kt.prototype.clear=function(){return 0===this.size?this:this.__ownerID?(this.size=0,this._map.clear(),this._list.clear(),this):$t()},Kt.prototype.set=function(e,t){return qt(this,e,t)},Kt.prototype.remove=function(e){return qt(this,e,y)},Kt.prototype.wasAltered=function(){return this._map.wasAltered()||this._list.wasAltered()},Kt.prototype.__iterate=function(e,t){var n=this;return this._list.__iterate((function(t){return t&&e(t[1],t[0],n)}),t)},Kt.prototype.__iterator=function(e,t){return this._list.fromEntrySeq().__iterator(e,t)},Kt.prototype.__ensureOwner=function(e){if(e===this.__ownerID)return this;var t=this._map.__ensureOwner(e),n=this._list.__ensureOwner(e);return e?Vt(t,n,e,this.__hash):(this.__ownerID=e,this._map=t,this._list=n,this)},Kt.isOrderedMap=Ut,Kt.prototype[h]=!0,Kt.prototype[g]=Kt.prototype.remove,t(Zt,W),Zt.prototype.get=function(e,t){return this._iter.get(e,t)},Zt.prototype.has=function(e){return this._iter.has(e)},Zt.prototype.valueSeq=function(){return this._iter.valueSeq()},Zt.prototype.reverse=function(){var e=this,t=Qt(this,!0);return this._useKeys||(t.valueSeq=function(){return e._iter.toSeq().reverse()}),t},Zt.prototype.map=function(e,t){var n=this,r=Jt(this,e,t);return this._useKeys||(r.valueSeq=function(){return n._iter.toSeq().map(e,t)}),r},Zt.prototype.__iterate=function(e,t){var n,r=this;return this._iter.__iterate(this._useKeys?function(t,n){return e(t,n,r)}:(n=t?mn(this):0,function(o){return e(o,t?--n:n++,r)}),t)},Zt.prototype.__iterator=function(e,t){if(this._useKeys)return this._iter.__iterator(e,t);var n=this._iter.__iterator(B,t),r=t?mn(this):0;return new P((function(){var o=n.next();return o.done?o:z(e,t?--r:r++,o.value,o)}))},Zt.prototype[h]=!0,t(Wt,G),Wt.prototype.includes=function(e){return this._iter.includes(e)},Wt.prototype.__iterate=function(e,t){var n=this,r=0;return this._iter.__iterate((function(t){return e(t,r++,n)}),t)},Wt.prototype.__iterator=function(e,t){var n=this._iter.__iterator(B,t),r=0;return new P((function(){var t=n.next();return t.done?t:z(e,r++,t.value,t)}))},t(Gt,Y),Gt.prototype.has=function(e){return this._iter.includes(e)},Gt.prototype.__iterate=function(e,t){var n=this;return this._iter.__iterate((function(t){return e(t,t,n)}),t)},Gt.prototype.__iterator=function(e,t){var n=this._iter.__iterator(B,t);return new P((function(){var t=n.next();return t.done?t:z(e,t.value,t.value,t)}))},t(Yt,W),Yt.prototype.entrySeq=function(){return this._iter.toSeq()},Yt.prototype.__iterate=function(e,t){var n=this;return this._iter.__iterate((function(t){if(t){vn(t);var r=a(t);return e(r?t.get(1):t[1],r?t.get(0):t[0],n)}}),t)},Yt.prototype.__iterator=function(e,t){var n=this._iter.__iterator(B,t);return new P((function(){for(;;){var t=n.next();if(t.done)return t;var r=t.value;if(r){vn(r);var o=a(r);return z(e,o?r.get(0):r[0],o?r.get(1):r[1],t)}}}))},Wt.prototype.cacheResult=Zt.prototype.cacheResult=Gt.prototype.cacheResult=Yt.prototype.cacheResult=wn,t(xn,xe),xn.prototype.toString=function(){return this.__toString(En(this)+" {","}")},xn.prototype.has=function(e){return this._defaultValues.hasOwnProperty(e)},xn.prototype.get=function(e,t){if(!this.has(e))return t;var n=this._defaultValues[e];return this._map?this._map.get(e,n):n},xn.prototype.clear=function(){if(this.__ownerID)return this._map&&this._map.clear(),this;var e=this.constructor;return e._empty||(e._empty=kn(this,ot()))},xn.prototype.set=function(e,t){if(!this.has(e))throw new Error('Cannot set unknown key "'+e+'" on '+En(this));var n=this._map&&this._map.set(e,t);return this.__ownerID||n===this._map?this:kn(this,n)},xn.prototype.remove=function(e){if(!this.has(e))return this;var t=this._map&&this._map.remove(e);return this.__ownerID||t===this._map?this:kn(this,t)},xn.prototype.wasAltered=function(){return this._map.wasAltered()},xn.prototype.__iterator=function(e,t){var n=this;return r(this._defaultValues).map((function(e,t){return n.get(t)})).__iterator(e,t)},xn.prototype.__iterate=function(e,t){var n=this;return r(this._defaultValues).map((function(e,t){return n.get(t)})).__iterate(e,t)},xn.prototype.__ensureOwner=function(e){if(e===this.__ownerID)return this;var t=this._map&&this._map.__ensureOwner(e);return e?kn(this,t,e):(this.__ownerID=e,this._map=t,this)};var Sn=xn.prototype;function kn(e,t,n){var r=Object.create(Object.getPrototypeOf(e));return r._map=t,r.__ownerID=n,r}function En(e){return e._name||e.constructor.name||"Record"}function On(e,t){try{t.forEach(Tn.bind(void 0,e))}catch(e){}}function Tn(e,t){Object.defineProperty(e,t,{get:function(){return this.get(t)},set:function(e){we(this.__ownerID,"Cannot set on an immutable record."),this.set(t,e)}})}function Ln(e){return null==e?jn():Dn(e)&&!c(e)?e:jn().withMutations((function(t){var n=i(e);Ue(n.size),n.forEach((function(e){return t.add(e)}))}))}function Dn(e){return!(!e||!e[An])}Sn[g]=Sn.remove,Sn.deleteIn=Sn.removeIn=We.removeIn,Sn.merge=We.merge,Sn.mergeWith=We.mergeWith,Sn.mergeIn=We.mergeIn,Sn.mergeDeep=We.mergeDeep,Sn.mergeDeepWith=We.mergeDeepWith,Sn.mergeDeepIn=We.mergeDeepIn,Sn.setIn=We.setIn,Sn.update=We.update,Sn.updateIn=We.updateIn,Sn.withMutations=We.withMutations,Sn.asMutable=We.asMutable,Sn.asImmutable=We.asImmutable,t(Ln,ke),Ln.of=function(){return this(arguments)},Ln.fromKeys=function(e){return this(r(e).keySeq())},Ln.prototype.toString=function(){return this.__toString("Set {","}")},Ln.prototype.has=function(e){return this._map.has(e)},Ln.prototype.add=function(e){return Bn(this,this._map.set(e,!0))},Ln.prototype.remove=function(e){return Bn(this,this._map.remove(e))},Ln.prototype.clear=function(){return Bn(this,this._map.clear())},Ln.prototype.union=function(){var t=e.call(arguments,0);return 0===(t=t.filter((function(e){return 0!==e.size}))).length?this:0!==this.size||this.__ownerID||1!==t.length?this.withMutations((function(e){for(var n=0;n<t.length;n++)i(t[n]).forEach((function(t){return e.add(t)}))})):this.constructor(t[0])},Ln.prototype.intersect=function(){var t=e.call(arguments,0);if(0===t.length)return this;t=t.map((function(e){return i(e)}));var n=this;return this.withMutations((function(e){n.forEach((function(n){t.every((function(e){return e.includes(n)}))||e.remove(n)}))}))},Ln.prototype.subtract=function(){var t=e.call(arguments,0);if(0===t.length)return this;t=t.map((function(e){return i(e)}));var n=this;return this.withMutations((function(e){n.forEach((function(n){t.some((function(e){return e.includes(n)}))&&e.remove(n)}))}))},Ln.prototype.merge=function(){return this.union.apply(this,arguments)},Ln.prototype.mergeWith=function(t){var n=e.call(arguments,1);return this.union.apply(this,n)},Ln.prototype.sort=function(e){return Nn(fn(this,e))},Ln.prototype.sortBy=function(e,t){return Nn(fn(this,t,e))},Ln.prototype.wasAltered=function(){return this._map.wasAltered()},Ln.prototype.__iterate=function(e,t){var n=this;return this._map.__iterate((function(t,r){return e(r,r,n)}),t)},Ln.prototype.__iterator=function(e,t){return this._map.map((function(e,t){return t})).__iterator(e,t)},Ln.prototype.__ensureOwner=function(e){if(e===this.__ownerID)return this;var t=this._map.__ensureOwner(e);return e?this.__make(t,e):(this.__ownerID=e,this._map=t,this)},Ln.isSet=Dn;var Mn,An="@@__IMMUTABLE_SET__@@",Rn=Ln.prototype;function Bn(e,t){return e.__ownerID?(e.size=t.size,e._map=t,e):t===e._map?e:0===t.size?e.__empty():e.__make(t)}function In(e,t){var n=Object.create(Rn);return n.size=e?e.size:0,n._map=e,n.__ownerID=t,n}function jn(){return Mn||(Mn=In(ot()))}function Nn(e){return null==e?Kn():Fn(e)?e:Kn().withMutations((function(t){var n=i(e);Ue(n.size),n.forEach((function(e){return t.add(e)}))}))}function Fn(e){return Dn(e)&&c(e)}Rn[An]=!0,Rn[g]=Rn.remove,Rn.mergeDeep=Rn.merge,Rn.mergeDeepWith=Rn.mergeWith,Rn.withMutations=We.withMutations,Rn.asMutable=We.asMutable,Rn.asImmutable=We.asImmutable,Rn.__empty=jn,Rn.__make=In,t(Nn,Ln),Nn.of=function(){return this(arguments)},Nn.fromKeys=function(e){return this(r(e).keySeq())},Nn.prototype.toString=function(){return this.__toString("OrderedSet {","}")},Nn.isOrderedSet=Fn;var Pn,zn=Nn.prototype;function Hn(e,t){var n=Object.create(zn);return n.size=e?e.size:0,n._map=e,n.__ownerID=t,n}function Kn(){return Pn||(Pn=Hn($t()))}function Un(e){return null==e?Gn():Vn(e)?e:Gn().unshiftAll(e)}function Vn(e){return!(!e||!e[qn])}zn[h]=!0,zn.__empty=Kn,zn.__make=Hn,t(Un,Se),Un.of=function(){return this(arguments)},Un.prototype.toString=function(){return this.__toString("Stack [","]")},Un.prototype.get=function(e,t){var n=this._head;for(e=O(this,e);n&&e--;)n=n.next;return n?n.value:t},Un.prototype.peek=function(){return this._head&&this._head.value},Un.prototype.push=function(){if(0===arguments.length)return this;for(var e=this.size+arguments.length,t=this._head,n=arguments.length-1;n>=0;n--)t={value:arguments[n],next:t};return this.__ownerID?(this.size=e,this._head=t,this.__hash=void 0,this.__altered=!0,this):Wn(e,t)},Un.prototype.pushAll=function(e){if(0===(e=o(e)).size)return this;Ue(e.size);var t=this.size,n=this._head;return e.reverse().forEach((function(e){t++,n={value:e,next:n}})),this.__ownerID?(this.size=t,this._head=n,this.__hash=void 0,this.__altered=!0,this):Wn(t,n)},Un.prototype.pop=function(){return this.slice(1)},Un.prototype.unshift=function(){return this.push.apply(this,arguments)},Un.prototype.unshiftAll=function(e){return this.pushAll(e)},Un.prototype.shift=function(){return this.pop.apply(this,arguments)},Un.prototype.clear=function(){return 0===this.size?this:this.__ownerID?(this.size=0,this._head=void 0,this.__hash=void 0,this.__altered=!0,this):Gn()},Un.prototype.slice=function(e,t){if(L(e,t,this.size))return this;var n=D(e,this.size);if(M(t,this.size)!==this.size)return Se.prototype.slice.call(this,e,t);for(var r=this.size-n,o=this._head;n--;)o=o.next;return this.__ownerID?(this.size=r,this._head=o,this.__hash=void 0,this.__altered=!0,this):Wn(r,o)},Un.prototype.__ensureOwner=function(e){return e===this.__ownerID?this:e?Wn(this.size,this._head,e,this.__hash):(this.__ownerID=e,this.__altered=!1,this)},Un.prototype.__iterate=function(e,t){if(t)return this.reverse().__iterate(e);for(var n=0,r=this._head;r&&!1!==e(r.value,n++,this);)r=r.next;return n},Un.prototype.__iterator=function(e,t){if(t)return this.reverse().__iterator(e);var n=0,r=this._head;return new P((function(){if(r){var t=r.value;return r=r.next,z(e,n++,t)}return H()}))},Un.isStack=Vn;var $n,qn="@@__IMMUTABLE_STACK__@@",Zn=Un.prototype;function Wn(e,t,n,r){var o=Object.create(Zn);return o.size=e,o._head=t,o.__ownerID=n,o.__hash=r,o.__altered=!1,o}function Gn(){return $n||($n=Wn(0))}function Yn(e,t){var n=function(n){e.prototype[n]=t[n]};return Object.keys(t).forEach(n),Object.getOwnPropertySymbols&&Object.getOwnPropertySymbols(t).forEach(n),e}Zn[qn]=!0,Zn.withMutations=We.withMutations,Zn.asMutable=We.asMutable,Zn.asImmutable=We.asImmutable,Zn.wasAltered=We.wasAltered,n.Iterator=P,Yn(n,{toArray:function(){Ue(this.size);var e=new Array(this.size||0);return this.valueSeq().__iterate((function(t,n){e[n]=t})),e},toIndexedSeq:function(){return new Wt(this)},toJS:function(){return this.toSeq().map((function(e){return e&&"function"==typeof e.toJS?e.toJS():e})).__toJS()},toJSON:function(){return this.toSeq().map((function(e){return e&&"function"==typeof e.toJSON?e.toJSON():e})).__toJS()},toKeyedSeq:function(){return new Zt(this,!0)},toMap:function(){return Ve(this.toKeyedSeq())},toObject:function(){Ue(this.size);var e={};return this.__iterate((function(t,n){e[n]=t})),e},toOrderedMap:function(){return Kt(this.toKeyedSeq())},toOrderedSet:function(){return Nn(s(this)?this.valueSeq():this)},toSet:function(){return Ln(s(this)?this.valueSeq():this)},toSetSeq:function(){return new Gt(this)},toSeq:function(){return u(this)?this.toIndexedSeq():s(this)?this.toKeyedSeq():this.toSetSeq()},toStack:function(){return Un(s(this)?this.valueSeq():this)},toList:function(){return St(s(this)?this.valueSeq():this)},toString:function(){return"[Iterable]"},__toString:function(e,t){return 0===this.size?e+t:e+" "+this.toSeq().map(this.__toStringMapper).join(", ")+" "+t},concat:function(){return gn(this,sn(this,e.call(arguments,0)))},includes:function(e){return this.some((function(t){return me(t,e)}))},entries:function(){return this.__iterator(I)},every:function(e,t){Ue(this.size);var n=!0;return this.__iterate((function(r,o,i){if(!e.call(t,r,o,i))return n=!1,!1})),n},filter:function(e,t){return gn(this,en(this,e,t,!0))},find:function(e,t,n){var r=this.findEntry(e,t);return r?r[1]:n},findEntry:function(e,t){var n;return this.__iterate((function(r,o,i){if(e.call(t,r,o,i))return n=[o,r],!1})),n},findLastEntry:function(e,t){return this.toSeq().reverse().findEntry(e,t)},forEach:function(e,t){return Ue(this.size),this.__iterate(t?e.bind(t):e)},join:function(e){Ue(this.size),e=void 0!==e?""+e:",";var t="",n=!0;return this.__iterate((function(r){n?n=!1:t+=e,t+=null!=r?r.toString():""})),t},keys:function(){return this.__iterator(R)},map:function(e,t){return gn(this,Jt(this,e,t))},reduce:function(e,t,n){var r,o;return Ue(this.size),arguments.length<2?o=!0:r=t,this.__iterate((function(t,i,a){o?(o=!1,r=t):r=e.call(n,r,t,i,a)})),r},reduceRight:function(e,t,n){var r=this.toKeyedSeq().reverse();return r.reduce.apply(r,arguments)},reverse:function(){return gn(this,Qt(this,!0))},slice:function(e,t){return gn(this,rn(this,e,t,!0))},some:function(e,t){return!this.every(tr(e),t)},sort:function(e){return gn(this,fn(this,e))},values:function(){return this.__iterator(B)},butLast:function(){return this.slice(0,-1)},isEmpty:function(){return void 0!==this.size?0===this.size:!this.some((function(){return!0}))},count:function(e,t){return E(e?this.toSeq().filter(e,t):this)},countBy:function(e,t){return tn(this,e,t)},equals:function(e){return be(this,e)},entrySeq:function(){var e=this;if(e._cache)return new te(e._cache);var t=e.toSeq().map(er).toIndexedSeq();return t.fromEntrySeq=function(){return e.toSeq()},t},filterNot:function(e,t){return this.filter(tr(e),t)},findLast:function(e,t,n){return this.toKeyedSeq().reverse().find(e,t,n)},first:function(){return this.find(T)},flatMap:function(e,t){return gn(this,ln(this,e,t))},flatten:function(e){return gn(this,un(this,e,!0))},fromEntrySeq:function(){return new Yt(this)},get:function(e,t){return this.find((function(t,n){return me(n,e)}),void 0,t)},getIn:function(e,t){for(var n,r=this,o=_n(e);!(n=o.next()).done;){var i=n.value;if((r=r&&r.get?r.get(i,y):y)===y)return t}return r},groupBy:function(e,t){return nn(this,e,t)},has:function(e){return this.get(e,y)!==y},hasIn:function(e){return this.getIn(e,y)!==y},isSubset:function(e){return e="function"==typeof e.includes?e:n(e),this.every((function(t){return e.includes(t)}))},isSuperset:function(e){return(e="function"==typeof e.isSubset?e:n(e)).isSubset(this)},keySeq:function(){return this.toSeq().map(Qn).toIndexedSeq()},last:function(){return this.toSeq().reverse().first()},max:function(e){return dn(this,e)},maxBy:function(e,t){return dn(this,t,e)},min:function(e){return dn(this,e?nr(e):ir)},minBy:function(e,t){return dn(this,t?nr(t):ir,e)},rest:function(){return this.slice(1)},skip:function(e){return this.slice(Math.max(0,e))},skipLast:function(e){return gn(this,this.toSeq().reverse().skip(e).reverse())},skipWhile:function(e,t){return gn(this,an(this,e,t,!0))},skipUntil:function(e,t){return this.skipWhile(tr(e),t)},sortBy:function(e,t){return gn(this,fn(this,t,e))},take:function(e){return this.slice(0,Math.max(0,e))},takeLast:function(e){return gn(this,this.toSeq().reverse().take(e).reverse())},takeWhile:function(e,t){return gn(this,on(this,e,t))},takeUntil:function(e,t){return this.takeWhile(tr(e),t)},valueSeq:function(){return this.toIndexedSeq()},hashCode:function(){return this.__hash||(this.__hash=ar(this))}});var Xn=n.prototype;Xn[f]=!0,Xn[F]=Xn.values,Xn.__toJS=Xn.toArray,Xn.__toStringMapper=rr,Xn.inspect=Xn.toSource=function(){return this.toString()},Xn.chain=Xn.flatMap,Xn.contains=Xn.includes,function(){try{Object.defineProperty(Xn,"length",{get:function(){if(!n.noLengthWarning){var e;try{throw new Error}catch(t){e=t.stack}if(-1===e.indexOf("_wrapObject"))return console&&console.warn&&console.warn("iterable.length has been deprecated, use iterable.size or iterable.count(). This warning will become a silent error in a future version. "+e),this.size}}})}catch(e){}}(),Yn(r,{flip:function(){return gn(this,Xt(this))},findKey:function(e,t){var n=this.findEntry(e,t);return n&&n[0]},findLastKey:function(e,t){return this.toSeq().reverse().findKey(e,t)},keyOf:function(e){return this.findKey((function(t){return me(t,e)}))},lastKeyOf:function(e){return this.findLastKey((function(t){return me(t,e)}))},mapEntries:function(e,t){var n=this,r=0;return gn(this,this.toSeq().map((function(o,i){return e.call(t,[i,o],r++,n)})).fromEntrySeq())},mapKeys:function(e,t){var n=this;return gn(this,this.toSeq().flip().map((function(r,o){return e.call(t,r,o,n)})).flip())}});var Jn=r.prototype;function Qn(e,t){return t}function er(e,t){return[t,e]}function tr(e){return function(){return!e.apply(this,arguments)}}function nr(e){return function(){return-e.apply(this,arguments)}}function rr(e){return"string"==typeof e?JSON.stringify(e):e}function or(){return k(arguments)}function ir(e,t){return e<t?1:e>t?-1:0}function ar(e){if(e.size===1/0)return 0;var t=c(e),n=s(e),r=t?1:0;return sr(e.__iterate(n?t?function(e,t){r=31*r+ur(Te(e),Te(t))|0}:function(e,t){r=r+ur(Te(e),Te(t))|0}:t?function(e){r=31*r+Te(e)|0}:function(e){r=r+Te(e)|0}),r)}function sr(e,t){return t=Ee(t,3432918353),t=Ee(t<<15|t>>>-15,461845907),t=Ee(t<<13|t>>>-13,5),t=Ee((t=(t+3864292196|0)^e)^t>>>16,2246822507),t=Oe((t=Ee(t^t>>>13,3266489909))^t>>>16)}function ur(e,t){return e^t+2654435769+(e<<6)+(e>>2)|0}return Jn[d]=!0,Jn[F]=Xn.entries,Jn.__toJS=Xn.toObject,Jn.__toStringMapper=function(e,t){return JSON.stringify(t)+": "+rr(e)},Yn(o,{toKeyedSeq:function(){return new Zt(this,!1)},filter:function(e,t){return gn(this,en(this,e,t,!1))},findIndex:function(e,t){var n=this.findEntry(e,t);return n?n[0]:-1},indexOf:function(e){var t=this.toKeyedSeq().keyOf(e);return void 0===t?-1:t},lastIndexOf:function(e){var t=this.toKeyedSeq().reverse().keyOf(e);return void 0===t?-1:t},reverse:function(){return gn(this,Qt(this,!1))},slice:function(e,t){return gn(this,rn(this,e,t,!1))},splice:function(e,t){var n=arguments.length;if(t=Math.max(0|t,0),0===n||2===n&&!t)return this;e=D(e,e<0?this.count():this.size);var r=this.slice(0,e);return gn(this,1===n?r:r.concat(k(arguments,2),this.slice(e+t)))},findLastIndex:function(e,t){var n=this.toKeyedSeq().findLastKey(e,t);return void 0===n?-1:n},first:function(){return this.get(0)},flatten:function(e){return gn(this,un(this,e,!1))},get:function(e,t){return(e=O(this,e))<0||this.size===1/0||void 0!==this.size&&e>this.size?t:this.find((function(t,n){return n===e}),void 0,t)},has:function(e){return(e=O(this,e))>=0&&(void 0!==this.size?this.size===1/0||e<this.size:-1!==this.indexOf(e))},interpose:function(e){return gn(this,cn(this,e))},interleave:function(){var e=[this].concat(k(arguments)),t=hn(this.toSeq(),G.of,e),n=t.flatten(!0);return t.size&&(n.size=t.size*e.length),gn(this,n)},last:function(){return this.get(-1)},skipWhile:function(e,t){return gn(this,an(this,e,t,!1))},zip:function(){return gn(this,hn(this,or,[this].concat(k(arguments))))},zipWith:function(e){var t=k(arguments);return t[0]=this,gn(this,hn(this,e,t))}}),o.prototype[p]=!0,o.prototype[h]=!0,Yn(i,{get:function(e,t){return this.has(e)?e:t},includes:function(e){return this.has(e)},keySeq:function(){return this.valueSeq()}}),i.prototype.has=Xn.includes,Yn(W,r.prototype),Yn(G,o.prototype),Yn(Y,i.prototype),Yn(xe,r.prototype),Yn(Se,o.prototype),Yn(ke,i.prototype),{Iterable:n,Seq:Z,Collection:_e,Map:Ve,OrderedMap:Kt,List:St,Stack:Un,Set:Ln,OrderedSet:Nn,Record:xn,Range:Ce,Repeat:ye,is:me,fromJS:pe}}()).OrderedMap,va={createFromArray:function(e){return ga(e.map((function(e){return[e.getKey(),e]})))}};var ma=ha.exports,ba=ma.Map,ya=ma.OrderedSet,wa=ma.Record,Ca=ya(),_a={style:Ca,entity:null},xa=function(e){var t,n;function r(){return e.apply(this,arguments)||this}n=e,(t=r).prototype=Object.create(n.prototype),t.prototype.constructor=t,t.__proto__=n;var o=r.prototype;return o.getStyle=function(){return this.get("style")},o.getEntity=function(){return this.get("entity")},o.hasStyle=function(e){return this.getStyle().includes(e)},r.applyStyle=function(e,t){var n=e.set("style",e.getStyle().add(t));return r.create(n)},r.removeStyle=function(e,t){var n=e.set("style",e.getStyle().remove(t));return r.create(n)},r.applyEntity=function(e,t){var n=e.getEntity()===t?e:e.set("entity",t);return r.create(n)},r.create=function(e){if(!e)return Sa;var t=ba({style:Ca,entity:null}).merge(e),n=ka.get(t);if(n)return n;var o=new r(t);return ka=ka.set(t,o),o},r.fromJS=function(e){var t=e.style,n=e.entity;return new r({style:Array.isArray(t)?ya(t):t,entity:Array.isArray(n)?ya(n):n})},r}(wa(_a)),Sa=new xa,ka=ba([[ba(_a),Sa]]);xa.EMPTY=Sa;var Ea=xa;var Oa=function(e,t,n,r){if(e.size){var o=0;e.reduce((function(e,i,a){return t(e,i)||(n(e)&&r(o,a),o=a),i})),n(e.last())&&r(o,e.count())}};var Ta=Ea,La=Oa,Da=ha.exports,Ma=Da.List,Aa=Da.Map,Ra=Da.OrderedSet,Ba=Da.Record,Ia=Da.Repeat,ja=Ra(),Na=Ba({key:"",type:"unstyled",text:"",characterList:Ma(),depth:0,data:Aa()}),Fa=function(e){var t,n;function r(t){return e.call(this,function(e){if(!e)return e;var t=e.characterList,n=e.text;return n&&!t&&(e.characterList=Ma(Ia(Ta.EMPTY,n.length))),e}(t))||this}n=e,(t=r).prototype=Object.create(n.prototype),t.prototype.constructor=t,t.__proto__=n;var o=r.prototype;return o.getKey=function(){return this.get("key")},o.getType=function(){return this.get("type")},o.getText=function(){return this.get("text")},o.getCharacterList=function(){return this.get("characterList")},o.getLength=function(){return this.getText().length},o.getDepth=function(){return this.get("depth")},o.getData=function(){return this.get("data")},o.getInlineStyleAt=function(e){var t=this.getCharacterList().get(e);return t?t.getStyle():ja},o.getEntityAt=function(e){var t=this.getCharacterList().get(e);return t?t.getEntity():null},o.findStyleRanges=function(e,t){La(this.getCharacterList(),Pa,e,t)},o.findEntityRanges=function(e,t){La(this.getCharacterList(),za,e,t)},r}(Na);function Pa(e,t){return e.getStyle()===t.getStyle()}function za(e,t){return e.getEntity()===t.getEntity()}var Ha=Fa;var Ka=Ea,Ua=Oa,Va=ha.exports,$a=Va.List,qa=Va.Map,Za=Va.OrderedSet,Wa=Va.Record,Ga=Va.Repeat,Ya=Za(),Xa={parent:null,characterList:$a(),data:qa(),depth:0,key:"",text:"",type:"unstyled",children:$a(),prevSibling:null,nextSibling:null},Ja=function(e,t){return e.getStyle()===t.getStyle()},Qa=function(e,t){return e.getEntity()===t.getEntity()},es=function(e){if(!e)return e;var t=e.characterList,n=e.text;return n&&!t&&(e.characterList=$a(Ga(Ka.EMPTY,n.length))),e},ts=function(e){var t,n;function r(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:Xa;return e.call(this,es(t))||this}n=e,(t=r).prototype=Object.create(n.prototype),t.prototype.constructor=t,t.__proto__=n;var o=r.prototype;return o.getKey=function(){return this.get("key")},o.getType=function(){return this.get("type")},o.getText=function(){return this.get("text")},o.getCharacterList=function(){return this.get("characterList")},o.getLength=function(){return this.getText().length},o.getDepth=function(){return this.get("depth")},o.getData=function(){return this.get("data")},o.getInlineStyleAt=function(e){var t=this.getCharacterList().get(e);return t?t.getStyle():Ya},o.getEntityAt=function(e){var t=this.getCharacterList().get(e);return t?t.getEntity():null},o.getChildKeys=function(){return this.get("children")},o.getParentKey=function(){return this.get("parent")},o.getPrevSiblingKey=function(){return this.get("prevSibling")},o.getNextSiblingKey=function(){return this.get("nextSibling")},o.findStyleRanges=function(e,t){Ua(this.getCharacterList(),Ja,e,t)},o.findEntityRanges=function(e,t){Ua(this.getCharacterList(),Qa,e,t)},r}(Wa(Xa)),ns=ts,rs=Ea,os=ha.exports.Map;function is(e,t,n,r){var o=e.getBlockMap(),i=t.getStartKey(),a=t.getStartOffset(),s=t.getEndKey(),u=t.getEndOffset(),l=o.skipUntil((function(e,t){return t===i})).takeUntil((function(e,t){return t===s})).concat(os([[s,o.get(s)]])).map((function(e,t){var o,l;i===s?(o=a,l=u):(o=t===i?a:0,l=t===s?u:e.getLength());for(var c,f=e.getCharacterList();o<l;)c=f.get(o),f=f.set(o,r?rs.applyStyle(c,n):rs.removeStyle(c,n)),o++;return e.set("characterList",f)}));return e.merge({blockMap:o.merge(l),selectionBefore:t,selectionAfter:t})}var as={add:function(e,t,n){return is(e,t,n,!0)},remove:function(e,t,n){return is(e,t,n,!1)}},ss=Ea;var us=function(e,t,n,r){for(var o=t,i=e.getCharacterList();o<n;)i=i.set(o,ss.applyEntity(i.get(o),r)),o++;return e.set("characterList",i)},ls=ha.exports;var cs=function(e,t,n){var r=e.getBlockMap(),o=t.getStartKey(),i=t.getStartOffset(),a=t.getEndKey(),s=t.getEndOffset(),u=r.skipUntil((function(e,t){return t===o})).takeUntil((function(e,t){return t===a})).toOrderedMap().merge(ls.OrderedMap([[a,r.get(a)]])).map((function(e,t){var r=t===o?i:0,u=t===a?s:e.getLength();return us(e,r,u,n)}));return e.merge({blockMap:r.merge(u),selectionBefore:t,selectionAfter:t})},fs={getRemovalRange:function(e,t,n,r,o){var i=n.split(" ");i=i.map((function(e,t){if("forward"===o){if(t>0)return" "+e}else if(t<i.length-1)return e+" ";return e}));for(var a,s=r,u=null,l=null,c=0;c<i.length;c++){if(e<(a=s+i[c].length)&&s<t)null!==u||(u=s),l=a;else if(null!==u)break;s=a}var f=r+n.length,d=u===r,p=l===f;return(!d&&p||d&&!p)&&("forward"===o?l!==f&&l++:u!==r&&u--),{start:u,end:l}}},ds="production"!==process.env.NODE_ENV?function(e){if(void 0===e)throw new Error("invariant(...): Second argument must be a string.")}:function(e){};var ps=function(e,t){for(var n=arguments.length,r=new Array(n>2?n-2:0),o=2;o<n;o++)r[o-2]=arguments[o];if(ds(t),!e){var i;if(void 0===t)i=new Error("Minified exception occurred; use the non-minified dev environment for the full error message and additional helpful warnings.");else{var a=0;(i=new Error(t.replace(/%s/g,(function(){return String(r[a++])})))).name="Invariant Violation"}throw i.framesToPop=1,i}},hs=ps;var gs=fs,vs=function(e,t){var n=[];return e.findEntityRanges((function(e){return e.getEntity()===t}),(function(e,t){n.push({start:e,end:t})})),n.length||("production"!==process.env.NODE_ENV?hs(!1,"Entity key not found in this range."):hs(!1)),n},ms=ps;function bs(e,t,n,r,o,i,a){var s=n.getStartOffset(),u=n.getEndOffset(),l=e.__get(o).getMutability(),c=a?s:u;if("MUTABLE"===l)return n;var f=vs(t,o).filter((function(e){return c<=e.end&&c>=e.start}));1!=f.length&&("production"!==process.env.NODE_ENV?ms(!1,"There should only be one entity range within this removal range."):ms(!1));var d=f[0];if("IMMUTABLE"===l)return n.merge({anchorOffset:d.start,focusOffset:d.end,isBackward:!1});i||(a?u=d.end:s=d.start);var p=gs.getRemovalRange(s,u,t.getText().slice(d.start,d.end),d.start,r);return n.merge({anchorOffset:p.start,focusOffset:p.end,isBackward:!1})}var ys=function(e,t,n,r,o){var i=r.getStartOffset(),a=r.getEndOffset(),s=t.getEntityAt(i),u=n.getEntityAt(a-1);if(!s&&!u)return r;var l=r;if(s&&s===u)l=bs(e,t,l,o,s,!0,!0);else if(s&&u){var c=bs(e,t,l,o,s,!1,!0),f=bs(e,n,l,o,u,!1,!1);l=l.merge({anchorOffset:c.getAnchorOffset(),focusOffset:f.getFocusOffset(),isBackward:!1})}else if(s){var d=bs(e,t,l,o,s,!1,!0);l=l.merge({anchorOffset:d.getStartOffset(),isBackward:!1})}else if(u){var p=bs(e,n,l,o,u,!1,!1);l=l.merge({focusOffset:p.getEndOffset(),isBackward:!1})}return l},ws={},Cs=Math.pow(2,24);var _s=function(){for(var e;void 0===e||ws.hasOwnProperty(e)||!isNaN(+e);)e=Math.floor(Math.random()*Cs).toString(32);return ws[e]=!0,e},xs=ns,Ss=_s,ks=ha.exports.OrderedMap,Es=function(e){return e.first()instanceof xs?function(e){var t,n={};return ks(e.withMutations((function(e){e.forEach((function(r,o){var i=r.getKey(),a=r.getNextSiblingKey(),s=r.getPrevSiblingKey(),u=r.getChildKeys(),l=r.getParentKey(),c=Ss();if(n[i]=c,a&&(e.get(a)?e.setIn([a,"prevSibling"],c):e.setIn([i,"nextSibling"],null)),s&&(e.get(s)?e.setIn([s,"nextSibling"],c):e.setIn([i,"prevSibling"],null)),l&&e.get(l)){var f=e.get(l).getChildKeys();e.setIn([l,"children"],f.set(f.indexOf(r.getKey()),c))}else e.setIn([i,"parent"],null),t&&(e.setIn([t.getKey(),"nextSibling"],c),e.setIn([i,"prevSibling"],n[t.getKey()])),t=e.get(i);u.forEach((function(t){e.get(t)?e.setIn([t,"parent"],c):e.setIn([i,"children"],r.getChildKeys().filter((function(e){return e!==t})))}))}))})).toArray().map((function(e){return[n[e.getKey()],e.set("key",n[e.getKey()])]})))}(e):function(e){return ks(e.toArray().map((function(e){var t=Ss();return[t,e.set("key",t)]})))}(e)},Os=Ea,Ts=Oa,Ls=ps;function Ds(e,t,n){var r=t.getCharacterList(),o=n>0?r.get(n-1):void 0,i=n<r.count()?r.get(n):void 0,a=o?o.getEntity():void 0,s=i?i.getEntity():void 0;if(s&&s===a&&"MUTABLE"!==e.__get(s).getMutability()){for(var u,l=function(e,t,n){var r;return Ts(e,(function(e,t){return e.getEntity()===t.getEntity()}),(function(e){return e.getEntity()===t}),(function(e,t){e<=n&&t>=n&&(r={start:e,end:t})})),"object"!=typeof r&&("production"!==process.env.NODE_ENV?Ls(!1,"Removal range must exist within character list."):Ls(!1)),r}(r,s,n),c=l.start,f=l.end;c<f;)u=r.get(c),r=r.set(c,Os.applyEntity(u,null)),c++;return t.set("characterList",r)}return t}var Ms=function(e,t){var n=e.getBlockMap(),r=e.getEntityMap(),o={},i=t.getStartKey(),a=t.getStartOffset(),s=n.get(i),u=Ds(r,s,a);u!==s&&(o[i]=u);var l=t.getEndKey(),c=t.getEndOffset(),f=n.get(l);i===l&&(f=u);var d=Ds(r,f,c);return d!==f&&(o[l]=d),Object.keys(o).length?e.merge({blockMap:n.merge(o),selectionAfter:t}):e.set("selectionAfter",t)},As=Es,Rs=Ms,Bs=function(e,t){var n=t.getStartKey(),r=t.getStartOffset(),o=t.getEndKey(),i=t.getEndOffset(),a=Rs(e,t).getBlockMap(),s=a.keySeq(),u=s.indexOf(n),l=s.indexOf(o)+1;return As(a.slice(u,l).map((function(e,t){var a=e.getText(),s=e.getCharacterList();return n===o?e.merge({text:a.slice(r,i),characterList:s.slice(r,i)}):t===n?e.merge({text:a.slice(r),characterList:s.slice(r)}):t===o?e.merge({text:a.slice(0,i),characterList:s.slice(0,i)}):e})))};var Is=function(e,t,n){var r=e;if(n===r.count())t.forEach((function(e){r=r.push(e)}));else if(0===n)t.reverse().forEach((function(e){r=r.unshift(e)}));else{var o=r.slice(0,n),i=r.slice(n);r=o.concat(t,i).toList()}return r},js=va,Ns=ns,Fs=Is,Ps=ps,zs=Es,Hs=ha.exports.List,Ks=function(e,t,n,r,o,i){var a=arguments.length>6&&void 0!==arguments[6]?arguments[6]:"REPLACE_WITH_NEW_DATA",s=n.get(o),u=s.getText(),l=s.getCharacterList(),c=o,f=i+r.getText().length,d=null;switch(a){case"MERGE_OLD_DATA_TO_NEW_DATA":d=r.getData().merge(s.getData());break;case"REPLACE_WITH_NEW_DATA":d=r.getData()}var p=s.getType();u&&"unstyled"===p&&(p=r.getType());var h=s.merge({text:u.slice(0,i)+r.getText()+u.slice(i),characterList:Fs(l,r.getCharacterList(),i),type:p,data:d});return e.merge({blockMap:n.set(o,h),selectionBefore:t,selectionAfter:t.merge({anchorKey:c,anchorOffset:f,focusKey:c,focusOffset:f,isBackward:!1})})},Us=function(e,t,n,r,o,i){var a=n.first()instanceof Ns,s=[],u=r.size,l=n.get(o),c=r.first(),f=r.last(),d=f.getLength(),p=f.getKey(),h=a&&(!l.getChildKeys().isEmpty()||!c.getChildKeys().isEmpty());n.forEach((function(e,t){t===o?(h?s.push(e):s.push(function(e,t,n){var r=e.getText(),o=e.getCharacterList(),i=r.slice(0,t),a=o.slice(0,t),s=n.first();return e.merge({text:i+s.getText(),characterList:a.concat(s.getCharacterList()),type:i?e.getType():s.getType(),data:s.getData()})}(e,i,r)),r.slice(h?0:1,u-1).forEach((function(e){return s.push(e)})),s.push(function(e,t,n){var r=e.getText(),o=e.getCharacterList(),i=r.length,a=r.slice(t,i),s=o.slice(t,i),u=n.last();return u.merge({text:u.getText()+a,characterList:u.getCharacterList().concat(s),data:u.getData()})}(e,i,r))):s.push(e)}));var g=js.createFromArray(s);return a&&(g=function(e,t,n,r){return e.withMutations((function(t){var o=n.getKey(),i=r.getKey(),a=n.getNextSiblingKey(),s=n.getParentKey(),u=function(e,t){var n=e.getKey(),r=e,o=[];for(t.get(n)&&o.push(n);r&&r.getNextSiblingKey();){var i=r.getNextSiblingKey();if(!i)break;o.push(i),r=t.get(i)}return o}(r,e),l=u[u.length-1];if(t.get(i)?(t.setIn([o,"nextSibling"],i),t.setIn([i,"prevSibling"],o)):(t.setIn([o,"nextSibling"],r.getNextSiblingKey()),t.setIn([r.getNextSiblingKey(),"prevSibling"],o)),t.setIn([l,"nextSibling"],a),a&&t.setIn([a,"prevSibling"],l),u.forEach((function(e){return t.setIn([e,"parent"],s)})),s){var c=e.get(s).getChildKeys(),f=c.indexOf(o)+1,d=c.toArray();d.splice.apply(d,[f,0].concat(u)),t.setIn([s,"children"],Hs(d))}}))}(g,0,l,c)),e.merge({blockMap:g,selectionBefore:t,selectionAfter:t.merge({anchorKey:p,anchorOffset:d,focusKey:p,focusOffset:d,isBackward:!1})})},Vs=function(e,t,n){var r=arguments.length>3&&void 0!==arguments[3]?arguments[3]:"REPLACE_WITH_NEW_DATA";t.isCollapsed()||("production"!==process.env.NODE_ENV?Ps(!1,"`insertFragment` should only be called with a collapsed selection state."):Ps(!1));var o=e.getBlockMap(),i=zs(n),a=t.getStartKey(),s=t.getStartOffset(),u=o.get(a);return u instanceof Ns&&(u.getChildKeys().isEmpty()||("production"!==process.env.NODE_ENV?Ps(!1,"`insertFragment` should not be called when a container node is selected."):Ps(!1))),1===i.size?Ks(e,t,o,i.first(),a,s,r):Us(e,t,o,i,a,s)},$s=Is,qs=ps,Zs=ha.exports.Repeat;var Ws=function(e,t,n,r){t.isCollapsed()||("production"!==process.env.NODE_ENV?qs(!1,"`insertText` should only be called with a collapsed range."):qs(!1));var o=null;if(null!=n&&(o=n.length),null==o||0===o)return e;var i=e.getBlockMap(),a=t.getStartKey(),s=t.getStartOffset(),u=i.get(a),l=u.getText(),c=u.merge({text:l.slice(0,s)+n+l.slice(s,u.getLength()),characterList:$s(u.getCharacterList(),Zs(r,o).toList(),s)}),f=s+o;return e.merge({blockMap:i.set(a,c),selectionAfter:t.merge({anchorOffset:f,focusOffset:f})})},Gs=ha.exports.Map;var Ys=function(e,t,n){var r=t.getStartKey(),o=t.getEndKey(),i=e.getBlockMap(),a=i.toSeq().skipUntil((function(e,t){return t===r})).takeUntil((function(e,t){return t===o})).concat(Gs([[o,i.get(o)]])).map(n);return e.merge({blockMap:i.merge(a),selectionBefore:t,selectionAfter:t})},Xs=ns,Js=function(e,t){if(!(e instanceof Xs))return null;var n=e.getNextSiblingKey();if(n)return n;var r=e.getParentKey();if(!r)return null;for(var o=t.get(r);o&&!o.getNextSiblingKey();){var i=o.getParentKey();o=i?t.get(i):null}return o?o.getNextSiblingKey():null},Qs=ns,eu=Js,tu=ha.exports;tu.List;var nu=tu.Map,ru=function(e,t,n){if(e){var r=t.get(e);r&&t.set(e,n(r))}},ou=function(e,t){var n=[];if(!e)return n;for(var r=t.get(e);r&&r.getParentKey();){var o=r.getParentKey();o&&n.push(o),r=o?t.get(o):null}return n},iu=function(e,t,n){if(!e)return null;for(var r=n.get(e.getKey()).getNextSiblingKey();r&&!t.get(r);)r=n.get(r).getNextSiblingKey()||null;return r},au=function(e,t,n){if(!e)return null;for(var r=n.get(e.getKey()).getPrevSiblingKey();r&&!t.get(r);)r=n.get(r).getPrevSiblingKey()||null;return r},su=function(e,t,n,r){return e.withMutations((function(o){if(ru(t.getKey(),o,(function(e){return e.merge({nextSibling:iu(e,o,r),prevSibling:au(e,o,r)})})),ru(n.getKey(),o,(function(e){return e.merge({nextSibling:iu(e,o,r),prevSibling:au(e,o,r)})})),ou(t.getKey(),r).forEach((function(e){return ru(e,o,(function(e){return e.merge({children:e.getChildKeys().filter((function(e){return o.get(e)})),nextSibling:iu(e,o,r),prevSibling:au(e,o,r)})}))})),ru(t.getNextSiblingKey(),o,(function(e){return e.merge({prevSibling:t.getPrevSiblingKey()})})),ru(t.getPrevSiblingKey(),o,(function(e){return e.merge({nextSibling:iu(e,o,r)})})),ru(n.getNextSiblingKey(),o,(function(e){return e.merge({prevSibling:au(e,o,r)})})),ru(n.getPrevSiblingKey(),o,(function(e){return e.merge({nextSibling:n.getNextSiblingKey()})})),ou(n.getKey(),r).forEach((function(e){ru(e,o,(function(e){return e.merge({children:e.getChildKeys().filter((function(e){return o.get(e)})),nextSibling:iu(e,o,r),prevSibling:au(e,o,r)})}))})),function(e,t){var n=[];if(!e)return n;for(var r=eu(e,t);r&&t.get(r);){var o=t.get(r);n.push(r),r=o.getParentKey()?eu(o,t):null}return n}(n,r).forEach((function(e){return ru(e,o,(function(e){return e.merge({nextSibling:iu(e,o,r),prevSibling:au(e,o,r)})}))})),null==e.get(t.getKey())&&null!=e.get(n.getKey())&&n.getParentKey()===t.getKey()&&null==n.getPrevSiblingKey()){var i=t.getPrevSiblingKey();ru(n.getKey(),o,(function(e){return e.merge({prevSibling:i})})),ru(i,o,(function(e){return e.merge({nextSibling:n.getKey()})}));var a=i?e.get(i):null,s=a?a.getParentKey():null;if(t.getChildKeys().forEach((function(e){ru(e,o,(function(e){return e.merge({parent:s})}))})),null!=s){var u=e.get(s);ru(s,o,(function(e){return e.merge({children:u.getChildKeys().concat(t.getChildKeys())})}))}ru(t.getChildKeys().find((function(t){return null===e.get(t).getNextSiblingKey()})),o,(function(e){return e.merge({nextSibling:t.getNextSiblingKey()})}))}}))},uu=function(e,t,n){if(0===t)for(;t<n;)e=e.shift(),t++;else if(n===e.count())for(;n>t;)e=e.pop(),n--;else{var r=e.slice(0,t),o=e.slice(n);e=r.concat(o).toList()}return e},lu=function(e,t){if(t.isCollapsed())return e;var n,r=e.getBlockMap(),o=t.getStartKey(),i=t.getStartOffset(),a=t.getEndKey(),s=t.getEndOffset(),u=r.get(o),l=r.get(a),c=u instanceof Qs,f=[];if(c){var d=l.getChildKeys(),p=ou(a,r);l.getNextSiblingKey()&&(f=f.concat(p)),d.isEmpty()||(f=f.concat(p.concat([a]))),f=f.concat(ou(eu(l,r),r))}n=u===l?uu(u.getCharacterList(),i,s):u.getCharacterList().slice(0,i).concat(l.getCharacterList().slice(s));var h=u.merge({text:u.getText().slice(0,i)+l.getText().slice(s),characterList:n}),g=c&&0===i&&0===s&&l.getParentKey()===o&&null==l.getPrevSiblingKey()?nu([[o,null]]):r.toSeq().skipUntil((function(e,t){return t===o})).takeUntil((function(e,t){return t===a})).filter((function(e,t){return-1===f.indexOf(t)})).concat(nu([[a,null]])).map((function(e,t){return t===o?h:null})),v=r.merge(g).filter((function(e){return!!e}));return c&&u!==l&&(v=su(v,u,l,r)),e.merge({blockMap:v,selectionBefore:t,selectionAfter:t.merge({anchorKey:o,anchorOffset:i,focusKey:o,focusOffset:i,isBackward:!1})})},cu=ns,fu=_s,du=ha.exports,pu=ps,hu=Ys,gu=du.List,vu=du.Map,mu=function(e,t,n){if(e){var r=t.get(e);r&&t.set(e,n(r))}},bu=Ea,yu=as,wu=cs,Cu=ys,_u=Bs,xu=Vs,Su=Ws,ku=ps,Eu=Ys,Ou=Ms,Tu=lu,Lu=function(e,t){t.isCollapsed()||("production"!==process.env.NODE_ENV?pu(!1,"Selection range must be collapsed."):pu(!1));var n=t.getAnchorKey(),r=e.getBlockMap(),o=r.get(n),i=o.getText();if(!i){var a=o.getType();if("unordered-list-item"===a||"ordered-list-item"===a)return hu(e,t,(function(e){return e.merge({type:"unstyled",depth:0})}))}var s=t.getAnchorOffset(),u=o.getCharacterList(),l=fu(),c=o instanceof cu,f=o.merge({text:i.slice(0,s),characterList:u.slice(0,s)}),d=f.merge({key:l,text:i.slice(s),characterList:u.slice(s),data:vu()}),p=r.toSeq().takeUntil((function(e){return e===o})),h=r.toSeq().skipUntil((function(e){return e===o})).rest(),g=p.concat([[n,f],[l,d]],h).toOrderedMap();return c&&(o.getChildKeys().isEmpty()||("production"!==process.env.NODE_ENV?pu(!1,"ContentBlockNode must not have children"):pu(!1)),g=function(e,t,n){return e.withMutations((function(e){var r=t.getKey(),o=n.getKey();mu(t.getParentKey(),e,(function(e){var t=e.getChildKeys(),n=t.indexOf(r)+1,i=t.toArray();return i.splice(n,0,o),e.merge({children:gu(i)})})),mu(t.getNextSiblingKey(),e,(function(e){return e.merge({prevSibling:o})})),mu(r,e,(function(e){return e.merge({nextSibling:o})})),mu(o,e,(function(e){return e.merge({prevSibling:r})}))}))}(g,f,d)),e.merge({blockMap:g,selectionBefore:t,selectionAfter:t.merge({anchorKey:l,anchorOffset:0,focusKey:l,focusOffset:0,isBackward:!1})})},Du=ha.exports.OrderedSet,Mu={replaceText:function(e,t,n,r,o){var i=Ou(e,t),a=Tu(i,t),s=bu.create({style:r||Du(),entity:o||null});return Su(a,a.getSelectionAfter(),n,s)},insertText:function(e,t,n,r,o){return t.isCollapsed()||("production"!==process.env.NODE_ENV?ku(!1,"Target range must be collapsed for `insertText`."):ku(!1)),Mu.replaceText(e,t,n,r,o)},moveText:function(e,t,n){var r=_u(e,t),o=Mu.removeRange(e,t,"backward");return Mu.replaceWithFragment(o,n,r)},replaceWithFragment:function(e,t,n){var r=arguments.length>3&&void 0!==arguments[3]?arguments[3]:"REPLACE_WITH_NEW_DATA",o=Ou(e,t),i=Tu(o,t);return xu(i,i.getSelectionAfter(),n,r)},removeRange:function(e,t,n){var r,o,i,a;t.getIsBackward()&&(t=t.merge({anchorKey:t.getFocusKey(),anchorOffset:t.getFocusOffset(),focusKey:t.getAnchorKey(),focusOffset:t.getAnchorOffset(),isBackward:!1})),r=t.getAnchorKey(),o=t.getFocusKey(),i=e.getBlockForKey(r),a=e.getBlockForKey(o);var s=t.getStartOffset(),u=t.getEndOffset(),l=i.getEntityAt(s),c=a.getEntityAt(u-1);if(r===o&&l&&l===c){var f=Cu(e.getEntityMap(),i,a,t,n);return Tu(e,f)}var d=Ou(e,t);return Tu(d,t)},splitBlock:function(e,t){var n=Ou(e,t),r=Tu(n,t);return Lu(r,r.getSelectionAfter())},applyInlineStyle:function(e,t,n){return yu.add(e,t,n)},removeInlineStyle:function(e,t,n){return yu.remove(e,t,n)},setBlockType:function(e,t,n){return Eu(e,t,(function(e){return e.merge({type:n,depth:0})}))},setBlockData:function(e,t,n){return Eu(e,t,(function(e){return e.merge({data:n})}))},mergeBlockData:function(e,t,n){return Eu(e,t,(function(e){return e.merge({data:e.getData().merge(n)})}))},applyEntity:function(e,t,n){var r=Ou(e,t);return wu(r,t,n)}},Au=Mu;var Ru=function(e){return Object.keys(e).map((function(t){return e[t]}))};function Bu(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}var Iu=Oa,ju=Ru,Nu=ha.exports,Fu=Nu.List,Pu=Nu.Repeat,zu=Nu.Record,Hu=function(){return!0},Ku=zu({start:null,end:null}),Uu=zu({start:null,end:null,decoratorKey:null,leaves:null}),Vu={generate:function(e,t,n){var r=t.getLength();if(!r)return Fu.of(new Uu({start:0,end:0,decoratorKey:null,leaves:Fu.of(new Ku({start:0,end:0}))}));var o=[],i=n?n.getDecorations(t,e):Fu(Pu(null,r)),a=t.getCharacterList();return Iu(i,qu,Hu,(function(e,t){o.push(new Uu({start:e,end:t,decoratorKey:i.get(e),leaves:$u(a.slice(e,t).toList(),e)}))})),Fu(o)},fromJS:function(e){var t=e.leaves,n=function(e,t){if(null==e)return{};var n,r,o={},i=Object.keys(e);for(r=0;r<i.length;r++)n=i[r],t.indexOf(n)>=0||(o[n]=e[n]);return o}(e,["leaves"]);return new Uu(function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),r.forEach((function(t){Bu(e,t,n[t])}))}return e}({},n,{leaves:null!=t?Fu(Array.isArray(t)?t:ju(t)).map((function(e){return Ku(e)})):null}))}};function $u(e,t){var n=[],r=e.map((function(e){return e.getStyle()})).toList();return Iu(r,qu,Hu,(function(e,r){n.push(new Ku({start:e+t,end:r+t}))})),Fu(n)}function qu(e,t){return e===t}var Zu=Vu;var Wu=function(e){var t,n;function r(){return e.apply(this,arguments)||this}n=e,(t=r).prototype=Object.create(n.prototype),t.prototype.constructor=t,t.__proto__=n;var o=r.prototype;return o.getType=function(){return this.get("type")},o.getMutability=function(){return this.get("mutability")},o.getData=function(){return this.get("data")},r}((0,ha.exports.Record)({type:"TOKEN",mutability:"IMMUTABLE",data:Object})),Gu=Wu;function Yu(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}var Xu=Gu,Ju=ps,Qu=function(){return"xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx".replace(/[xy]/g,(function(e){var t=16*Math.random()|0;return("x"==e?t:3&t|8).toString(16)}))},el=(0,ha.exports.Map)(),tl=Qu();function nl(e,t){console.warn("WARNING: "+e+' will be deprecated soon!\nPlease use "'+t+'" instead.')}var rl={getLastCreatedEntityKey:function(){return nl("DraftEntity.getLastCreatedEntityKey","contentState.getLastCreatedEntityKey"),rl.__getLastCreatedEntityKey()},create:function(e,t,n){return nl("DraftEntity.create","contentState.createEntity"),rl.__create(e,t,n)},add:function(e){return nl("DraftEntity.add","contentState.addEntity"),rl.__add(e)},get:function(e){return nl("DraftEntity.get","contentState.getEntity"),rl.__get(e)},__getAll:function(){return el},__loadWithEntities:function(e){el=e,tl=Qu()},mergeData:function(e,t){return nl("DraftEntity.mergeData","contentState.mergeEntityData"),rl.__mergeData(e,t)},replaceData:function(e,t){return nl("DraftEntity.replaceData","contentState.replaceEntityData"),rl.__replaceData(e,t)},__getLastCreatedEntityKey:function(){return tl},__create:function(e,t,n){return rl.__add(new Xu({type:e,mutability:t,data:n||{}}))},__add:function(e){return tl=Qu(),el=el.set(tl,e),tl},__get:function(e){var t=el.get(e);return t||("production"!==process.env.NODE_ENV?Ju(!1,"Unknown DraftEntity key: %s.",e):Ju(!1)),t},__mergeData:function(e,t){var n=rl.__get(e),r=function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),r.forEach((function(t){Yu(e,t,n[t])}))}return e}({},n.getData(),t),o=n.set("data",r);return el=el.set(e,o),o},__replaceData:function(e,t){var n=rl.__get(e).set("data",t);return el=el.set(e,n),n}},ol=rl;var il=function(e){var t,n;function r(){return e.apply(this,arguments)||this}n=e,(t=r).prototype=Object.create(n.prototype),t.prototype.constructor=t,t.__proto__=n;var o=r.prototype;return o.serialize=function(){return"Anchor: "+this.getAnchorKey()+":"+this.getAnchorOffset()+", Focus: "+this.getFocusKey()+":"+this.getFocusOffset()+", Is Backward: "+String(this.getIsBackward())+", Has Focus: "+String(this.getHasFocus())},o.getAnchorKey=function(){return this.get("anchorKey")},o.getAnchorOffset=function(){return this.get("anchorOffset")},o.getFocusKey=function(){return this.get("focusKey")},o.getFocusOffset=function(){return this.get("focusOffset")},o.getIsBackward=function(){return this.get("isBackward")},o.getHasFocus=function(){return this.get("hasFocus")},o.hasEdgeWithin=function(e,t,n){var r=this.getAnchorKey(),o=this.getFocusKey();if(r===o&&r===e){var i=this.getStartOffset(),a=this.getEndOffset();return t<=i&&i<=n||t<=a&&a<=n}if(e!==r&&e!==o)return!1;var s=e===r?this.getAnchorOffset():this.getFocusOffset();return t<=s&&n>=s},o.isCollapsed=function(){return this.getAnchorKey()===this.getFocusKey()&&this.getAnchorOffset()===this.getFocusOffset()},o.getStartKey=function(){return this.getIsBackward()?this.getFocusKey():this.getAnchorKey()},o.getStartOffset=function(){return this.getIsBackward()?this.getFocusOffset():this.getAnchorOffset()},o.getEndKey=function(){return this.getIsBackward()?this.getAnchorKey():this.getFocusKey()},o.getEndOffset=function(){return this.getIsBackward()?this.getAnchorOffset():this.getFocusOffset()},r.createEmpty=function(e){return new r({anchorKey:e,anchorOffset:0,focusKey:e,focusOffset:0,isBackward:!1,hasFocus:!1})},r}((0,ha.exports.Record)({anchorKey:"",anchorOffset:0,focusKey:"",focusOffset:0,isBackward:!1,hasFocus:!1})),al=il,sl=function(e){return!("undefined"==typeof window||!window.__DRAFT_GKX)&&!!window.__DRAFT_GKX[e]},ul=new RegExp("\r","g");var ll=function(e){return e.replace(ul,"")};function cl(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),r.forEach((function(t){fl(e,t,n[t])}))}return e}function fl(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}var dl=va,pl=Ea,hl=Ha,gl=ns,vl=ol,ml=al,bl=_s,yl=Ru,wl=sl,Cl=ha.exports,_l=ll,xl=Cl.List,Sl=Cl.Record,kl=Cl.Repeat,El=Cl.Map,Ol=Cl.OrderedMap,Tl=Sl({entityMap:null,blockMap:null,selectionBefore:null,selectionAfter:null}),Ll=wl("draft_tree_data_support")?gl:hl,Dl=function(e){var t,n;function r(){return e.apply(this,arguments)||this}n=e,(t=r).prototype=Object.create(n.prototype),t.prototype.constructor=t,t.__proto__=n;var o=r.prototype;return o.getEntityMap=function(){return vl},o.getBlockMap=function(){return this.get("blockMap")},o.getSelectionBefore=function(){return this.get("selectionBefore")},o.getSelectionAfter=function(){return this.get("selectionAfter")},o.getBlockForKey=function(e){return this.getBlockMap().get(e)},o.getKeyBefore=function(e){return this.getBlockMap().reverse().keySeq().skipUntil((function(t){return t===e})).skip(1).first()},o.getKeyAfter=function(e){return this.getBlockMap().keySeq().skipUntil((function(t){return t===e})).skip(1).first()},o.getBlockAfter=function(e){return this.getBlockMap().skipUntil((function(t,n){return n===e})).skip(1).first()},o.getBlockBefore=function(e){return this.getBlockMap().reverse().skipUntil((function(t,n){return n===e})).skip(1).first()},o.getBlocksAsArray=function(){return this.getBlockMap().toArray()},o.getFirstBlock=function(){return this.getBlockMap().first()},o.getLastBlock=function(){return this.getBlockMap().last()},o.getPlainText=function(e){return this.getBlockMap().map((function(e){return e?e.getText():""})).join(e||"\n")},o.getLastCreatedEntityKey=function(){return vl.__getLastCreatedEntityKey()},o.hasText=function(){var e=this.getBlockMap();return e.size>1||escape(e.first().getText()).replace(/%u200B/g,"").length>0},o.createEntity=function(e,t,n){return vl.__create(e,t,n),this},o.mergeEntityData=function(e,t){return vl.__mergeData(e,t),this},o.replaceEntityData=function(e,t){return vl.__replaceData(e,t),this},o.addEntity=function(e){return vl.__add(e),this},o.getEntity=function(e){return vl.__get(e)},o.getAllEntities=function(){return vl.__getAll()},o.loadWithEntities=function(e){return vl.__loadWithEntities(e)},r.createFromBlockArray=function(e,t){var n=Array.isArray(e)?e:e.contentBlocks,o=dl.createFromArray(n),i=o.isEmpty()?new ml:ml.createEmpty(o.first().getKey());return new r({blockMap:o,entityMap:t||vl,selectionBefore:i,selectionAfter:i})},r.createFromText=function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:/\r\n?|\n/g,n=e.split(t),o=n.map((function(e){return e=_l(e),new Ll({key:bl(),text:e,type:"unstyled",characterList:xl(kl(pl.EMPTY,e.length))})}));return r.createFromBlockArray(o)},r.fromJS=function(e){return new r(cl({},e,{blockMap:Ol(e.blockMap).map(r.createContentBlockFromJS),selectionBefore:new ml(e.selectionBefore),selectionAfter:new ml(e.selectionAfter)}))},r.createContentBlockFromJS=function(e){var t=e.characterList;return new Ll(cl({},e,{data:El(e.data),characterList:null!=t?xl((Array.isArray(t)?t:yl(t)).map((function(e){return pl.fromJS(e)}))):void 0}))},r}(Tl),Ml=Dl,Al=ps,Rl=null;function Bl(e){return"LTR"===e||"RTL"===e}function Il(e){return Bl(e)||("production"!==process.env.NODE_ENV?Al(!1,"`dir` must be a strong direction to be converted to HTML Direction"):Al(!1)),"LTR"===e?"ltr":"rtl"}function jl(e){Rl=e}var Nl={NEUTRAL:"NEUTRAL",LTR:"LTR",RTL:"RTL",isStrong:Bl,getHTMLDir:Il,getHTMLDirIfDifferent:function(e,t){return Bl(e)||("production"!==process.env.NODE_ENV?Al(!1,"`dir` must be a strong direction to be converted to HTML Direction"):Al(!1)),Bl(t)||("production"!==process.env.NODE_ENV?Al(!1,"`otherDir` must be a strong direction to be converted to HTML Direction"):Al(!1)),e===t?null:Il(e)},setGlobalDir:jl,initGlobalDir:function(){jl("LTR")},getGlobalDir:function(){return Rl||this.initGlobalDir(),Rl||("production"!==process.env.NODE_ENV?Al(!1,"Global direction not set."):Al(!1)),Rl}},Fl=Nl,Pl=ps,zl="֐־׀׃׆׈-׏א-ת׫-ׯװ-ײ׳-״׵-׿߀-߉ߊ-ߪߴ-ߵߺ߻-߿ࠀ-ࠕࠚࠤࠨ࠮-࠯࠰-࠾࠿ࡀ-ࡘ࡜-࡝࡞࡟-࢟‏יִײַ-ﬨשׁ-זּ﬷טּ-לּ﬽מּ﬿נּ-סּ﭂ףּ-פּ﭅צּ-ﭏ",Hl="؈؋؍؛؜؝؞-؟ؠ-ؿـف-ي٭ٮ-ٯٱ-ۓ۔ەۥ-ۦۮ-ۯۺ-ۼ۽-۾ۿ܀-܍܎܏ܐܒ-ܯ݋-݌ݍ-ޥޱ޲-޿ࢠ-ࢲࢳ-ࣣﭐ-ﮱ﮲-﯁﯂-﯒ﯓ-ﴽ﵀-﵏ﵐ-ﶏ﶐-﶑ﶒ-ﷇ﷈-﷏ﷰ-ﷻ﷼﷾-﷿ﹰ-ﹴ﹵ﹶ-ﻼ﻽-﻾",Kl=new RegExp("["+"A-Za-zªµºÀ-ÖØ-öø-ƺƻƼ-ƿǀ-ǃDŽ-ʓʔʕ-ʯʰ-ʸʻ-ˁː-ˑˠ-ˤˮͰ-ͳͶ-ͷͺͻ-ͽͿΆΈ-ΊΌΎ-ΡΣ-ϵϷ-ҁ҂Ҋ-ԯԱ-Ֆՙ՚-՟ա-և։ःऄ-हऻऽा-ीॉ-ौॎ-ॏॐक़-ॡ।-॥०-९॰ॱॲ-ঀং-ঃঅ-ঌএ-ঐও-নপ-রলশ-হঽা-ীে-ৈো-ৌৎৗড়-ঢ়য়-ৡ০-৯ৰ-ৱ৴-৹৺ਃਅ-ਊਏ-ਐਓ-ਨਪ-ਰਲ-ਲ਼ਵ-ਸ਼ਸ-ਹਾ-ੀਖ਼-ੜਫ਼੦-੯ੲ-ੴઃઅ-ઍએ-ઑઓ-નપ-રલ-ળવ-હઽા-ીૉો-ૌૐૠ-ૡ૦-૯૰ଂ-ଃଅ-ଌଏ-ଐଓ-ନପ-ରଲ-ଳଵ-ହଽାୀେ-ୈୋ-ୌୗଡ଼-ଢ଼ୟ-ୡ୦-୯୰ୱ୲-୷ஃஅ-ஊஎ-ஐஒ-கங-சஜஞ-டண-தந-பம-ஹா-ிு-ூெ-ைொ-ௌௐௗ௦-௯௰-௲ఁ-ఃఅ-ఌఎ-ఐఒ-నప-హఽు-ౄౘ-ౙౠ-ౡ౦-౯౿ಂ-ಃಅ-ಌಎ-ಐಒ-ನಪ-ಳವ-ಹಽಾಿೀ-ೄೆೇ-ೈೊ-ೋೕ-ೖೞೠ-ೡ೦-೯ೱ-ೲം-ഃഅ-ഌഎ-ഐഒ-ഺഽാ-ീെ-ൈൊ-ൌൎൗൠ-ൡ൦-൯൰-൵൹ൺ-ൿං-ඃඅ-ඖක-නඳ-රලව-ෆා-ෑෘ-ෟ෦-෯ෲ-ෳ෴ก-ะา-ำเ-ๅๆ๏๐-๙๚-๛ກ-ຂຄງ-ຈຊຍດ-ທນ-ຟມ-ຣລວສ-ຫອ-ະາ-ຳຽເ-ໄໆ໐-໙ໜ-ໟༀ༁-༃༄-༒༓༔༕-༗༚-༟༠-༩༪-༳༴༶༸༾-༿ཀ-ཇཉ-ཬཿ྅ྈ-ྌ྾-࿅࿇-࿌࿎-࿏࿐-࿔࿕-࿘࿙-࿚က-ဪါ-ာေးျ-ြဿ၀-၉၊-၏ၐ-ၕၖ-ၗၚ-ၝၡၢ-ၤၥ-ၦၧ-ၭၮ-ၰၵ-ႁႃ-ႄႇ-ႌႎႏ႐-႙ႚ-ႜ႞-႟Ⴀ-ჅჇჍა-ჺ჻ჼჽ-ቈቊ-ቍቐ-ቖቘቚ-ቝበ-ኈኊ-ኍነ-ኰኲ-ኵኸ-ኾዀዂ-ዅወ-ዖዘ-ጐጒ-ጕጘ-ፚ፠-፨፩-፼ᎀ-ᎏᎠ-Ᏼᐁ-ᙬ᙭-᙮ᙯ-ᙿᚁ-ᚚᚠ-ᛪ᛫-᛭ᛮ-ᛰᛱ-ᛸᜀ-ᜌᜎ-ᜑᜠ-ᜱ᜵-᜶ᝀ-ᝑᝠ-ᝬᝮ-ᝰក-ឳាើ-ៅះ-ៈ។-៖ៗ៘-៚ៜ០-៩᠐-᠙ᠠ-ᡂᡃᡄ-ᡷᢀ-ᢨᢪᢰ-ᣵᤀ-ᤞᤣ-ᤦᤩ-ᤫᤰ-ᤱᤳ-ᤸ᥆-᥏ᥐ-ᥭᥰ-ᥴᦀ-ᦫᦰ-ᧀᧁ-ᧇᧈ-ᧉ᧐-᧙᧚ᨀ-ᨖᨙ-ᨚ᨞-᨟ᨠ-ᩔᩕᩗᩡᩣ-ᩤᩭ-ᩲ᪀-᪉᪐-᪙᪠-᪦ᪧ᪨-᪭ᬄᬅ-ᬳᬵᬻᬽ-ᭁᭃ-᭄ᭅ-ᭋ᭐-᭙᭚-᭠᭡-᭪᭴-᭼ᮂᮃ-ᮠᮡᮦ-ᮧ᮪ᮮ-ᮯ᮰-᮹ᮺ-ᯥᯧᯪ-ᯬᯮ᯲-᯳᯼-᯿ᰀ-ᰣᰤ-ᰫᰴ-ᰵ᰻-᰿᱀-᱉ᱍ-ᱏ᱐-᱙ᱚ-ᱷᱸ-ᱽ᱾-᱿᳀-᳇᳓᳡ᳩ-ᳬᳮ-ᳱᳲ-ᳳᳵ-ᳶᴀ-ᴫᴬ-ᵪᵫ-ᵷᵸᵹ-ᶚᶛ-ᶿḀ-ἕἘ-Ἕἠ-ὅὈ-Ὅὐ-ὗὙὛὝὟ-ώᾀ-ᾴᾶ-ᾼιῂ-ῄῆ-ῌῐ-ΐῖ-Ίῠ-Ῥῲ-ῴῶ-ῼ‎ⁱⁿₐ-ₜℂℇℊ-ℓℕℙ-ℝℤΩℨK-ℭℯ-ℴℵ-ℸℹℼ-ℿⅅ-ⅉⅎ⅏Ⅰ-ↂↃ-ↄↅ-ↈ⌶-⍺⎕⒜-ⓩ⚬⠀-⣿Ⰰ-Ⱞⰰ-ⱞⱠ-ⱻⱼ-ⱽⱾ-ⳤⳫ-ⳮⳲ-ⳳⴀ-ⴥⴧⴭⴰ-ⵧⵯ⵰ⶀ-ⶖⶠ-ⶦⶨ-ⶮⶰ-ⶶⶸ-ⶾⷀ-ⷆⷈ-ⷎⷐ-ⷖⷘ-ⷞ々〆〇〡-〩〮-〯〱-〵〸-〺〻〼ぁ-ゖゝ-ゞゟァ-ヺー-ヾヿㄅ-ㄭㄱ-ㆎ㆐-㆑㆒-㆕㆖-㆟ㆠ-ㆺㇰ-ㇿ㈀-㈜㈠-㈩㈪-㉇㉈-㉏㉠-㉻㉿㊀-㊉㊊-㊰㋀-㋋㋐-㋾㌀-㍶㍻-㏝㏠-㏾㐀-䶵一-鿌ꀀ-ꀔꀕꀖ-ꒌꓐ-ꓷꓸ-ꓽ꓾-꓿ꔀ-ꘋꘌꘐ-ꘟ꘠-꘩ꘪ-ꘫꙀ-ꙭꙮꚀ-ꚛꚜ-ꚝꚠ-ꛥꛦ-ꛯ꛲-꛷Ꜣ-ꝯꝰꝱ-ꞇ꞉-꞊Ꞌ-ꞎꞐ-ꞭꞰ-Ʇꟷꟸ-ꟹꟺꟻ-ꠁꠃ-ꠅꠇ-ꠊꠌ-ꠢꠣ-ꠤꠧ꠰-꠵꠶-꠷ꡀ-ꡳꢀ-ꢁꢂ-ꢳꢴ-ꣃ꣎-꣏꣐-꣙ꣲ-ꣷ꣸-꣺ꣻ꤀-꤉ꤊ-ꤥ꤮-꤯ꤰ-ꥆꥒ-꥓꥟ꥠ-ꥼꦃꦄ-ꦲꦴ-ꦵꦺ-ꦻꦽ-꧀꧁-꧍ꧏ꧐-꧙꧞-꧟ꧠ-ꧤꧦꧧ-ꧯ꧰-꧹ꧺ-ꧾꨀ-ꨨꨯ-ꨰꨳ-ꨴꩀ-ꩂꩄ-ꩋꩍ꩐-꩙꩜-꩟ꩠ-ꩯꩰꩱ-ꩶ꩷-꩹ꩺꩻꩽꩾ-ꪯꪱꪵ-ꪶꪹ-ꪽꫀꫂꫛ-ꫜꫝ꫞-꫟ꫠ-ꫪꫫꫮ-ꫯ꫰-꫱ꫲꫳ-ꫴꫵꬁ-ꬆꬉ-ꬎꬑ-ꬖꬠ-ꬦꬨ-ꬮꬰ-ꭚ꭛ꭜ-ꭟꭤ-ꭥꯀ-ꯢꯣ-ꯤꯦ-ꯧꯩ-ꯪ꯫꯬꯰-꯹가-힣ힰ-ퟆퟋ-ퟻ-豈-舘並-龎ff-stﬓ-ﬗA-Za-zヲ-ッーア-ン゙-゚ᅠ-하-ᅦᅧ-ᅬᅭ-ᅲᅳ-ᅵ"+zl+Hl+"]"),Ul=new RegExp("["+zl+Hl+"]");function Vl(e){var t=Kl.exec(e);return null==t?null:t[0]}function $l(e){var t=Vl(e);return null==t?Fl.NEUTRAL:Ul.exec(t)?Fl.RTL:Fl.LTR}function ql(e,t){if(t=t||Fl.NEUTRAL,!e.length)return t;var n=$l(e);return n===Fl.NEUTRAL?t:n}function Zl(e,t){return t||(t=Fl.getGlobalDir()),Fl.isStrong(t)||("production"!==process.env.NODE_ENV?Pl(!1,"Fallback direction must be a strong direction"):Pl(!1)),ql(e,t)}var Wl={firstStrongChar:Vl,firstStrongCharDir:$l,resolveBlockDir:ql,getDirection:Zl,isDirectionLTR:function(e,t){return Zl(e,t)===Fl.LTR},isDirectionRTL:function(e,t){return Zl(e,t)===Fl.RTL}};function Gl(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}var Yl,Xl=Wl,Jl=Nl,Ql=ps,ec=function(){function e(e){Gl(this,"_defaultDir",void 0),Gl(this,"_lastDir",void 0),e?Jl.isStrong(e)||("production"!==process.env.NODE_ENV?Ql(!1,"Default direction must be a strong direction (LTR or RTL)"):Ql(!1)):e=Jl.getGlobalDir(),this._defaultDir=e,this.reset()}var t=e.prototype;return t.reset=function(){this._lastDir=this._defaultDir},t.getDirection=function(e){return this._lastDir=Xl.getDirection(e,this._lastDir),this._lastDir},e}(),tc=function(e){if(null!=e)return e;throw new Error("Got unexpected null or undefined")},nc=ec,rc=ha.exports,oc=tc,ic=rc.OrderedMap;function ac(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),r.forEach((function(t){sc(e,t,n[t])}))}return e}function sc(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}var uc=Zu,lc=Ml,cc={getDirectionMap:function(e,t){Yl?Yl.reset():Yl=new nc;var n=e.getBlockMap(),r=n.valueSeq().map((function(e){return oc(Yl).getDirection(e.getText())})),o=ic(n.keySeq().zip(r));return null!=t&&rc.is(t,o)?t:o}},fc=al,dc=ha.exports,pc=dc.OrderedSet,hc=dc.Record,gc=dc.Stack,vc=dc.OrderedMap,mc=dc.List,bc=hc({allowUndo:!0,currentContent:null,decorator:null,directionMap:null,forceSelection:!1,inCompositionMode:!1,inlineStyleOverride:null,lastChangeType:null,nativelyRenderedContent:null,redoStack:gc(),selection:null,treeMap:null,undoStack:gc()}),yc=function(){t.createEmpty=function(e){return this.createWithText("",e)},t.createWithText=function(e,n){return t.createWithContent(lc.createFromText(e),n)},t.createWithContent=function(e,n){if(0===e.getBlockMap().count())return t.createEmpty(n);var r=e.getBlockMap().first().getKey();return t.create({currentContent:e,undoStack:gc(),redoStack:gc(),decorator:n||null,selection:fc.createEmpty(r)})},t.create=function(e){var n=e.currentContent,r=ac({},e,{treeMap:Cc(n,e.decorator),directionMap:cc.getDirectionMap(n)});return new t(new bc(r))},t.fromJS=function(e){return new t(new bc(ac({},e,{directionMap:null!=e.directionMap?vc(e.directionMap):e.directionMap,inlineStyleOverride:null!=e.inlineStyleOverride?pc(e.inlineStyleOverride):e.inlineStyleOverride,nativelyRenderedContent:null!=e.nativelyRenderedContent?lc.fromJS(e.nativelyRenderedContent):e.nativelyRenderedContent,redoStack:null!=e.redoStack?gc(e.redoStack.map((function(e){return lc.fromJS(e)}))):e.redoStack,selection:null!=e.selection?new fc(e.selection):e.selection,treeMap:null!=e.treeMap?vc(e.treeMap).map((function(e){return mc(e).map((function(e){return uc.fromJS(e)}))})):e.treeMap,undoStack:null!=e.undoStack?gc(e.undoStack.map((function(e){return lc.fromJS(e)}))):e.undoStack,currentContent:lc.fromJS(e.currentContent)})))},t.set=function(e,n){var r=e.getImmutable().withMutations((function(t){var r=t.get("decorator"),o=r;null===n.decorator?o=null:n.decorator&&(o=n.decorator);var i=n.currentContent||e.getCurrentContent();if(o!==r){var a,s=t.get("treeMap");return a=o&&r?function(e,t,n,r,o){return n.merge(t.toSeq().filter((function(t){return r.getDecorations(t,e)!==o.getDecorations(t,e)})).map((function(t){return uc.generate(e,t,r)})))}(i,i.getBlockMap(),s,o,r):Cc(i,o),void t.merge({decorator:o,treeMap:a,nativelyRenderedContent:null})}i!==e.getCurrentContent()&&t.set("treeMap",function(e,t,n,r){var o=e.getCurrentContent().set("entityMap",n),i=o.getBlockMap();return e.getImmutable().get("treeMap").merge(t.toSeq().filter((function(e,t){return e!==i.get(t)})).map((function(e){return uc.generate(o,e,r)})))}(e,i.getBlockMap(),i.getEntityMap(),o)),t.merge(n)}));return new t(r)};var e=t.prototype;function t(e){sc(this,"_immutable",void 0),this._immutable=e}return e.toJS=function(){return this.getImmutable().toJS()},e.getAllowUndo=function(){return this.getImmutable().get("allowUndo")},e.getCurrentContent=function(){return this.getImmutable().get("currentContent")},e.getUndoStack=function(){return this.getImmutable().get("undoStack")},e.getRedoStack=function(){return this.getImmutable().get("redoStack")},e.getSelection=function(){return this.getImmutable().get("selection")},e.getDecorator=function(){return this.getImmutable().get("decorator")},e.isInCompositionMode=function(){return this.getImmutable().get("inCompositionMode")},e.mustForceSelection=function(){return this.getImmutable().get("forceSelection")},e.getNativelyRenderedContent=function(){return this.getImmutable().get("nativelyRenderedContent")},e.getLastChangeType=function(){return this.getImmutable().get("lastChangeType")},e.getInlineStyleOverride=function(){return this.getImmutable().get("inlineStyleOverride")},t.setInlineStyleOverride=function(e,n){return t.set(e,{inlineStyleOverride:n})},e.getCurrentInlineStyle=function(){var e=this.getInlineStyleOverride();if(null!=e)return e;var t=this.getCurrentContent(),n=this.getSelection();return n.isCollapsed()?function(e,t){var n=t.getStartKey(),r=t.getStartOffset(),o=e.getBlockForKey(n);if(r>0)return o.getInlineStyleAt(r-1);if(o.getLength())return o.getInlineStyleAt(0);return xc(e,n)}(t,n):function(e,t){var n=t.getStartKey(),r=t.getStartOffset(),o=e.getBlockForKey(n);if(r<o.getLength())return o.getInlineStyleAt(r);if(r>0)return o.getInlineStyleAt(r-1);return xc(e,n)}(t,n)},e.getBlockTree=function(e){return this.getImmutable().getIn(["treeMap",e])},e.isSelectionAtStartOfContent=function(){var e=this.getCurrentContent().getBlockMap().first().getKey();return this.getSelection().hasEdgeWithin(e,0,0)},e.isSelectionAtEndOfContent=function(){var e=this.getCurrentContent().getBlockMap().last(),t=e.getLength();return this.getSelection().hasEdgeWithin(e.getKey(),t,t)},e.getDirectionMap=function(){return this.getImmutable().get("directionMap")},t.acceptSelection=function(e,t){return wc(e,t,!1)},t.forceSelection=function(e,t){return t.getHasFocus()||(t=t.set("hasFocus",!0)),wc(e,t,!0)},t.moveSelectionToEnd=function(e){var n=e.getCurrentContent().getLastBlock(),r=n.getKey(),o=n.getLength();return t.acceptSelection(e,new fc({anchorKey:r,anchorOffset:o,focusKey:r,focusOffset:o,isBackward:!1}))},t.moveFocusToEnd=function(e){var n=t.moveSelectionToEnd(e);return t.forceSelection(n,n.getSelection())},t.push=function(e,n,r){var o=!(arguments.length>3&&void 0!==arguments[3])||arguments[3];if(e.getCurrentContent()===n)return e;var i=cc.getDirectionMap(n,e.getDirectionMap());if(!e.getAllowUndo())return t.set(e,{currentContent:n,directionMap:i,lastChangeType:r,selection:n.getSelectionAfter(),forceSelection:o,inlineStyleOverride:null});var a=e.getSelection(),s=e.getCurrentContent(),u=e.getUndoStack(),l=n;a!==s.getSelectionAfter()||_c(e,r)?(u=u.push(s),l=l.set("selectionBefore",a)):"insert-characters"!==r&&"backspace-character"!==r&&"delete-character"!==r||(l=l.set("selectionBefore",s.getSelectionBefore()));var c=e.getInlineStyleOverride(),f=["adjust-depth","change-block-type","split-block"];-1===f.indexOf(r)&&(c=null);var d={currentContent:l,directionMap:i,undoStack:u,redoStack:gc(),lastChangeType:r,selection:n.getSelectionAfter(),forceSelection:o,inlineStyleOverride:c};return t.set(e,d)},t.undo=function(e){if(!e.getAllowUndo())return e;var n=e.getUndoStack(),r=n.peek();if(!r)return e;var o=e.getCurrentContent(),i=cc.getDirectionMap(r,e.getDirectionMap());return t.set(e,{currentContent:r,directionMap:i,undoStack:n.shift(),redoStack:e.getRedoStack().push(o),forceSelection:!0,inlineStyleOverride:null,lastChangeType:"undo",nativelyRenderedContent:null,selection:o.getSelectionBefore()})},t.redo=function(e){if(!e.getAllowUndo())return e;var n=e.getRedoStack(),r=n.peek();if(!r)return e;var o=e.getCurrentContent(),i=cc.getDirectionMap(r,e.getDirectionMap());return t.set(e,{currentContent:r,directionMap:i,undoStack:e.getUndoStack().push(o),redoStack:n.shift(),forceSelection:!0,inlineStyleOverride:null,lastChangeType:"redo",nativelyRenderedContent:null,selection:r.getSelectionAfter()})},e.getImmutable=function(){return this._immutable},t}();function wc(e,t,n){return yc.set(e,{selection:t,forceSelection:n,nativelyRenderedContent:null,inlineStyleOverride:null})}function Cc(e,t){return e.getBlockMap().map((function(n){return uc.generate(e,n,t)})).toOrderedMap()}function _c(e,t){return t!==e.getLastChangeType()||"insert-characters"!==t&&"backspace-character"!==t&&"delete-character"!==t}function xc(e,t){var n=e.getBlockMap().reverse().skipUntil((function(e,n){return n===t})).skip(1).skipUntil((function(e,t){return e.getLength()})).first();return n?n.getInlineStyleAt(n.getLength()-1):pc()}var Sc=yc,kc=ns,Ec=Js,Oc=ha.exports,Tc=ps,Lc=Oc.OrderedMap,Dc=Oc.List,Mc=function(e,t,n){if(e){var r=t.get(e);r&&t.set(e,n(r))}},Ac=function(e,t,n,r,o){if(!o)return e;var i="after"===r,a=t.getKey(),s=n.getKey(),u=t.getParentKey(),l=t.getNextSiblingKey(),c=t.getPrevSiblingKey(),f=n.getParentKey(),d=i?n.getNextSiblingKey():s,p=i?s:n.getPrevSiblingKey();return e.withMutations((function(e){Mc(u,e,(function(e){var t=e.getChildKeys();return e.merge({children:t.delete(t.indexOf(a))})})),Mc(c,e,(function(e){return e.merge({nextSibling:l})})),Mc(l,e,(function(e){return e.merge({prevSibling:c})})),Mc(d,e,(function(e){return e.merge({prevSibling:a})})),Mc(p,e,(function(e){return e.merge({nextSibling:a})})),Mc(f,e,(function(e){var t=e.getChildKeys(),n=t.indexOf(s),r=i?n+1:0!==n?n-1:0,o=t.toArray();return o.splice(r,0,a),e.merge({children:Dc(o)})})),Mc(a,e,(function(e){return e.merge({nextSibling:d,prevSibling:p,parent:f})}))}))};function Rc(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),r.forEach((function(t){Bc(e,t,n[t])}))}return e}function Bc(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}var Ic=va,jc=Ea,Nc=Ha,Fc=ns,Pc=Au,zc=Sc,Hc=_s,Kc=ha.exports,Uc=function(e,t,n,r){"replace"===r&&("production"!==process.env.NODE_ENV?Tc(!1,"Replacing blocks is not supported."):Tc(!1));var o=n.getKey(),i=t.getKey();i===o&&("production"!==process.env.NODE_ENV?Tc(!1,"Block cannot be moved next to itself."):Tc(!1));var a=e.getBlockMap(),s=t instanceof kc,u=[t],l=a.delete(i);s&&(u=[],l=a.withMutations((function(e){var n=t.getNextSiblingKey(),r=Ec(t,e);e.toSeq().skipUntil((function(e){return e.getKey()===i})).takeWhile((function(e){var t=e.getKey(),o=t===i,a=n&&t!==n,s=!n&&e.getParentKey()&&(!r||t!==r);return!!(o||a||s)})).forEach((function(t){u.push(t),e.delete(t.getKey())}))})));var c=l.toSeq().takeUntil((function(e){return e===n})),f=l.toSeq().skipUntil((function(e){return e===n})).skip(1),d=u.map((function(e){return[e.getKey(),e]})),p=Lc();if("before"===r){var h=e.getBlockBefore(o);h&&h.getKey()===t.getKey()&&("production"!==process.env.NODE_ENV?Tc(!1,"Block cannot be moved next to itself."):Tc(!1)),p=c.concat([].concat(d,[[o,n]]),f).toOrderedMap()}else if("after"===r){var g=e.getBlockAfter(o);g&&g.getKey()===i&&("production"!==process.env.NODE_ENV?Tc(!1,"Block cannot be moved next to itself."):Tc(!1)),p=c.concat([[o,n]].concat(d),f).toOrderedMap()}return e.merge({blockMap:Ac(p,t,n,r,s),selectionBefore:e.getSelectionAfter(),selectionAfter:e.getSelectionAfter().merge({anchorKey:i,focusKey:i})})},Vc=sl("draft_tree_data_support"),$c=Vc?Fc:Nc,qc=Kc.List,Zc=Kc.Repeat,Wc={insertAtomicBlock:function(e,t,n){var r=e.getCurrentContent(),o=e.getSelection(),i=Pc.removeRange(r,o,"backward"),a=i.getSelectionAfter(),s=Pc.splitBlock(i,a),u=s.getSelectionAfter(),l=Pc.setBlockType(s,u,"atomic"),c=jc.create({entity:t}),f={key:Hc(),type:"atomic",text:n,characterList:qc(Zc(c,n.length))},d={key:Hc(),type:"unstyled"};Vc&&(f=Rc({},f,{nextSibling:d.key}),d=Rc({},d,{prevSibling:f.key}));var p=[new $c(f),new $c(d)],h=Ic.createFromArray(p),g=Pc.replaceWithFragment(l,u,h),v=g.merge({selectionBefore:o,selectionAfter:g.getSelectionAfter().set("hasFocus",!0)});return zc.push(e,v,"insert-fragment")},moveAtomicBlock:function(e,t,n,r){var o,i=e.getCurrentContent(),a=e.getSelection();if("before"===r||"after"===r){var s=i.getBlockForKey("before"===r?n.getStartKey():n.getEndKey());o=Uc(i,t,s,r)}else{var u=Pc.removeRange(i,n,"backward"),l=u.getSelectionAfter(),c=u.getBlockForKey(l.getFocusKey());if(0===l.getStartOffset())o=Uc(u,t,c,"before");else if(l.getEndOffset()===c.getLength())o=Uc(u,t,c,"after");else{var f=Pc.splitBlock(u,l),d=f.getSelectionAfter(),p=f.getBlockForKey(d.getFocusKey());o=Uc(f,t,p,"before")}}var h=o.merge({selectionBefore:a,selectionAfter:o.getSelectionAfter().set("hasFocus",!0)});return zc.push(e,h,"move-block")}};var Gc=ha.exports.List,Yc=function(){function e(e){var t,n,r;r=void 0,(n="_decorators")in(t=this)?Object.defineProperty(t,n,{value:r,enumerable:!0,configurable:!0,writable:!0}):t[n]=r,this._decorators=e.slice()}var t=e.prototype;return t.getDecorations=function(e,t){var n=Array(e.getText().length).fill(null);return this._decorators.forEach((function(r,o){var i=0;(0,r.strategy)(e,(function(e,t){(function(e,t,n){for(var r=t;r<n;r++)if(null!=e[r])return!1;return!0})(n,e,t)&&(!function(e,t,n,r){for(var o=t;o<n;o++)e[o]=r}(n,e,t,o+"."+i),i++)}),t)})),Gc(n)},t.getComponentForKey=function(e){var t=parseInt(e.split(".")[0],10);return this._decorators[t].component},t.getPropsForKey=function(e){var t=parseInt(e.split(".")[0],10);return this._decorators[t].props},e}();var Xc=Yc;function Jc(e){return e.replace(/\//g,"-")}var Qc=function(e){return"object"==typeof e?Object.keys(e).filter((function(t){return e[t]})).map(Jc).join(" "):Array.prototype.map.call(arguments,Jc).join(" ")},ef=o,tf=Qc,nf=(0,ha.exports.Map)({"header-one":{element:"h1"},"header-two":{element:"h2"},"header-three":{element:"h3"},"header-four":{element:"h4"},"header-five":{element:"h5"},"header-six":{element:"h6"},section:{element:"section"},article:{element:"article"},"unordered-list-item":{element:"li",wrapper:ef.createElement("ul",{className:tf("public/DraftStyleDefault/ul")})},"ordered-list-item":{element:"li",wrapper:ef.createElement("ol",{className:tf("public/DraftStyleDefault/ol")})},blockquote:{element:"blockquote"},atomic:{element:"figure"},"code-block":{element:"pre",wrapper:ef.createElement("pre",{className:tf("public/DraftStyleDefault/pre")})},unstyled:{element:"div",aliasedElements:["p"]}}),rf={BOLD:{fontWeight:"bold"},CODE:{fontFamily:"monospace",wordWrap:"break-word"},ITALIC:{fontStyle:"italic"},STRIKETHROUGH:{textDecoration:"line-through"},UNDERLINE:{textDecoration:"underline"}},of=Object.getOwnPropertySymbols,af=Object.prototype.hasOwnProperty,sf=Object.prototype.propertyIsEnumerable;function uf(e){if(null==e)throw new TypeError("Object.assign cannot be called with null or undefined");return Object(e)}var lf=function(){try{if(!Object.assign)return!1;var e=new String("abc");if(e[5]="de","5"===Object.getOwnPropertyNames(e)[0])return!1;for(var t={},n=0;n<10;n++)t["_"+String.fromCharCode(n)]=n;if("0123456789"!==Object.getOwnPropertyNames(t).map((function(e){return t[e]})).join(""))return!1;var r={};return"abcdefghijklmnopqrst".split("").forEach((function(e){r[e]=e})),"abcdefghijklmnopqrst"===Object.keys(Object.assign({},r)).join("")}catch(e){return!1}}()?Object.assign:function(e,t){for(var n,r,o=uf(e),i=1;i<arguments.length;i++){for(var a in n=Object(arguments[i]))af.call(n,a)&&(o[a]=n[a]);if(of){r=of(n);for(var s=0;s<r.length;s++)sf.call(n,r[s])&&(o[r[s]]=n[r[s]])}}return o},cf={exports:{}};!function(e,t){!function(n,r){var o="function",i="undefined",a="object",s="string",u="model",l="name",c="type",f="vendor",d="version",p="architecture",h="console",g="mobile",v="tablet",m="smarttv",b="wearable",y="embedded",w="Amazon",C="Apple",_="ASUS",x="BlackBerry",S="Firefox",k="Google",E="Huawei",O="LG",T="Microsoft",L="Motorola",D="Opera",M="Samsung",A="Sony",R="Xiaomi",B="Zebra",I="Facebook",j=function(e){for(var t={},n=0;n<e.length;n++)t[e[n].toUpperCase()]=e[n];return t},N=function(e,t){return typeof e===s&&-1!==F(t).indexOf(F(e))},F=function(e){return e.toLowerCase()},P=function(e,t){if(typeof e===s)return e=e.replace(/^\s\s*/,"").replace(/\s\s*$/,""),typeof t===i?e:e.substring(0,255)},z=function(e,t){for(var n,i,s,u,l,c,f=0;f<t.length&&!l;){var d=t[f],p=t[f+1];for(n=i=0;n<d.length&&!l;)if(l=d[n++].exec(e))for(s=0;s<p.length;s++)c=l[++i],typeof(u=p[s])===a&&u.length>0?2===u.length?typeof u[1]==o?this[u[0]]=u[1].call(this,c):this[u[0]]=u[1]:3===u.length?typeof u[1]!==o||u[1].exec&&u[1].test?this[u[0]]=c?c.replace(u[1],u[2]):r:this[u[0]]=c?u[1].call(this,c,u[2]):r:4===u.length&&(this[u[0]]=c?u[3].call(this,c.replace(u[1],u[2])):r):this[u]=c||r;f+=2}},H=function(e,t){for(var n in t)if(typeof t[n]===a&&t[n].length>0){for(var o=0;o<t[n].length;o++)if(N(t[n][o],e))return"?"===n?r:n}else if(N(t[n],e))return"?"===n?r:n;return e},K={ME:"4.90","NT 3.11":"NT3.51","NT 4.0":"NT4.0",2e3:"NT 5.0",XP:["NT 5.1","NT 5.2"],Vista:"NT 6.0",7:"NT 6.1",8:"NT 6.2",8.1:"NT 6.3",10:["NT 6.4","NT 10.0"],RT:"ARM"},U={browser:[[/\b(?:crmo|crios)\/([\w\.]+)/i],[d,[l,"Chrome"]],[/edg(?:e|ios|a)?\/([\w\.]+)/i],[d,[l,"Edge"]],[/(opera mini)\/([-\w\.]+)/i,/(opera [mobiletab]{3,6})\b.+version\/([-\w\.]+)/i,/(opera)(?:.+version\/|[\/ ]+)([\w\.]+)/i],[l,d],[/opios[\/ ]+([\w\.]+)/i],[d,[l,"Opera Mini"]],[/\bopr\/([\w\.]+)/i],[d,[l,D]],[/(kindle)\/([\w\.]+)/i,/(lunascape|maxthon|netfront|jasmine|blazer)[\/ ]?([\w\.]*)/i,/(avant |iemobile|slim)(?:browser)?[\/ ]?([\w\.]*)/i,/(ba?idubrowser)[\/ ]?([\w\.]+)/i,/(?:ms|\()(ie) ([\w\.]+)/i,/(flock|rockmelt|midori|epiphany|silk|skyfire|ovibrowser|bolt|iron|vivaldi|iridium|phantomjs|bowser|quark|qupzilla|falkon|rekonq|puffin|brave|whale|qqbrowserlite|qq)\/([-\w\.]+)/i,/(weibo)__([\d\.]+)/i],[l,d],[/(?:\buc? ?browser|(?:juc.+)ucweb)[\/ ]?([\w\.]+)/i],[d,[l,"UCBrowser"]],[/\bqbcore\/([\w\.]+)/i],[d,[l,"WeChat(Win) Desktop"]],[/micromessenger\/([\w\.]+)/i],[d,[l,"WeChat"]],[/konqueror\/([\w\.]+)/i],[d,[l,"Konqueror"]],[/trident.+rv[: ]([\w\.]{1,9})\b.+like gecko/i],[d,[l,"IE"]],[/yabrowser\/([\w\.]+)/i],[d,[l,"Yandex"]],[/(avast|avg)\/([\w\.]+)/i],[[l,/(.+)/,"$1 Secure Browser"],d],[/\bfocus\/([\w\.]+)/i],[d,[l,"Firefox Focus"]],[/\bopt\/([\w\.]+)/i],[d,[l,"Opera Touch"]],[/coc_coc\w+\/([\w\.]+)/i],[d,[l,"Coc Coc"]],[/dolfin\/([\w\.]+)/i],[d,[l,"Dolphin"]],[/coast\/([\w\.]+)/i],[d,[l,"Opera Coast"]],[/miuibrowser\/([\w\.]+)/i],[d,[l,"MIUI Browser"]],[/fxios\/([-\w\.]+)/i],[d,[l,S]],[/\bqihu|(qi?ho?o?|360)browser/i],[[l,"360 Browser"]],[/(oculus|samsung|sailfish)browser\/([\w\.]+)/i],[[l,/(.+)/,"$1 Browser"],d],[/(comodo_dragon)\/([\w\.]+)/i],[[l,/_/g," "],d],[/(electron)\/([\w\.]+) safari/i,/(tesla)(?: qtcarbrowser|\/(20\d\d\.[-\w\.]+))/i,/m?(qqbrowser|baiduboxapp|2345Explorer)[\/ ]?([\w\.]+)/i],[l,d],[/(metasr)[\/ ]?([\w\.]+)/i,/(lbbrowser)/i],[l],[/((?:fban\/fbios|fb_iab\/fb4a)(?!.+fbav)|;fbav\/([\w\.]+);)/i],[[l,I],d],[/safari (line)\/([\w\.]+)/i,/\b(line)\/([\w\.]+)\/iab/i,/(chromium|instagram)[\/ ]([-\w\.]+)/i],[l,d],[/\bgsa\/([\w\.]+) .*safari\//i],[d,[l,"GSA"]],[/headlesschrome(?:\/([\w\.]+)| )/i],[d,[l,"Chrome Headless"]],[/ wv\).+(chrome)\/([\w\.]+)/i],[[l,"Chrome WebView"],d],[/droid.+ version\/([\w\.]+)\b.+(?:mobile safari|safari)/i],[d,[l,"Android Browser"]],[/(chrome|omniweb|arora|[tizenoka]{5} ?browser)\/v?([\w\.]+)/i],[l,d],[/version\/([\w\.]+) .*mobile\/\w+ (safari)/i],[d,[l,"Mobile Safari"]],[/version\/([\w\.]+) .*(mobile ?safari|safari)/i],[d,l],[/webkit.+?(mobile ?safari|safari)(\/[\w\.]+)/i],[l,[d,H,{"1.0":"/8",1.2:"/1",1.3:"/3","2.0":"/412","2.0.2":"/416","2.0.3":"/417","2.0.4":"/419","?":"/"}]],[/(webkit|khtml)\/([\w\.]+)/i],[l,d],[/(navigator|netscape\d?)\/([-\w\.]+)/i],[[l,"Netscape"],d],[/mobile vr; rv:([\w\.]+)\).+firefox/i],[d,[l,"Firefox Reality"]],[/ekiohf.+(flow)\/([\w\.]+)/i,/(swiftfox)/i,/(icedragon|iceweasel|camino|chimera|fennec|maemo browser|minimo|conkeror|klar)[\/ ]?([\w\.\+]+)/i,/(seamonkey|k-meleon|icecat|iceape|firebird|phoenix|palemoon|basilisk|waterfox)\/([-\w\.]+)$/i,/(firefox)\/([\w\.]+)/i,/(mozilla)\/([\w\.]+) .+rv\:.+gecko\/\d+/i,/(polaris|lynx|dillo|icab|doris|amaya|w3m|netsurf|sleipnir|obigo|mosaic|(?:go|ice|up)[\. ]?browser)[-\/ ]?v?([\w\.]+)/i,/(links) \(([\w\.]+)/i],[l,d]],cpu:[[/(?:(amd|x(?:(?:86|64)[-_])?|wow|win)64)[;\)]/i],[[p,"amd64"]],[/(ia32(?=;))/i],[[p,F]],[/((?:i[346]|x)86)[;\)]/i],[[p,"ia32"]],[/\b(aarch64|arm(v?8e?l?|_?64))\b/i],[[p,"arm64"]],[/\b(arm(?:v[67])?ht?n?[fl]p?)\b/i],[[p,"armhf"]],[/windows (ce|mobile); ppc;/i],[[p,"arm"]],[/((?:ppc|powerpc)(?:64)?)(?: mac|;|\))/i],[[p,/ower/,"",F]],[/(sun4\w)[;\)]/i],[[p,"sparc"]],[/((?:avr32|ia64(?=;))|68k(?=\))|\barm(?=v(?:[1-7]|[5-7]1)l?|;|eabi)|(?=atmel )avr|(?:irix|mips|sparc)(?:64)?\b|pa-risc)/i],[[p,F]]],device:[[/\b(sch-i[89]0\d|shw-m380s|sm-[pt]\w{2,4}|gt-[pn]\d{2,4}|sgh-t8[56]9|nexus 10)/i],[u,[f,M],[c,v]],[/\b((?:s[cgp]h|gt|sm)-\w+|galaxy nexus)/i,/samsung[- ]([-\w]+)/i,/sec-(sgh\w+)/i],[u,[f,M],[c,g]],[/\((ip(?:hone|od)[\w ]*);/i],[u,[f,C],[c,g]],[/\((ipad);[-\w\),; ]+apple/i,/applecoremedia\/[\w\.]+ \((ipad)/i,/\b(ipad)\d\d?,\d\d?[;\]].+ios/i],[u,[f,C],[c,v]],[/\b((?:ag[rs][23]?|bah2?|sht?|btv)-a?[lw]\d{2})\b(?!.+d\/s)/i],[u,[f,E],[c,v]],[/(?:huawei|honor)([-\w ]+)[;\)]/i,/\b(nexus 6p|\w{2,4}-[atu]?[ln][01259x][012359][an]?)\b(?!.+d\/s)/i],[u,[f,E],[c,g]],[/\b(poco[\w ]+)(?: bui|\))/i,/\b; (\w+) build\/hm\1/i,/\b(hm[-_ ]?note?[_ ]?(?:\d\w)?) bui/i,/\b(redmi[\-_ ]?(?:note|k)?[\w_ ]+)(?: bui|\))/i,/\b(mi[-_ ]?(?:a\d|one|one[_ ]plus|note lte|max)?[_ ]?(?:\d?\w?)[_ ]?(?:plus|se|lite)?)(?: bui|\))/i],[[u,/_/g," "],[f,R],[c,g]],[/\b(mi[-_ ]?(?:pad)(?:[\w_ ]+))(?: bui|\))/i],[[u,/_/g," "],[f,R],[c,v]],[/; (\w+) bui.+ oppo/i,/\b(cph[12]\d{3}|p(?:af|c[al]|d\w|e[ar])[mt]\d0|x9007|a101op)\b/i],[u,[f,"OPPO"],[c,g]],[/vivo (\w+)(?: bui|\))/i,/\b(v[12]\d{3}\w?[at])(?: bui|;)/i],[u,[f,"Vivo"],[c,g]],[/\b(rmx[12]\d{3})(?: bui|;|\))/i],[u,[f,"Realme"],[c,g]],[/\b(milestone|droid(?:[2-4x]| (?:bionic|x2|pro|razr))?:?( 4g)?)\b[\w ]+build\//i,/\bmot(?:orola)?[- ](\w*)/i,/((?:moto[\w\(\) ]+|xt\d{3,4}|nexus 6)(?= bui|\)))/i],[u,[f,L],[c,g]],[/\b(mz60\d|xoom[2 ]{0,2}) build\//i],[u,[f,L],[c,v]],[/((?=lg)?[vl]k\-?\d{3}) bui| 3\.[-\w; ]{10}lg?-([06cv9]{3,4})/i],[u,[f,O],[c,v]],[/(lm(?:-?f100[nv]?|-[\w\.]+)(?= bui|\))|nexus [45])/i,/\blg[-e;\/ ]+((?!browser|netcast|android tv)\w+)/i,/\blg-?([\d\w]+) bui/i],[u,[f,O],[c,g]],[/(ideatab[-\w ]+)/i,/lenovo ?(s[56]000[-\w]+|tab(?:[\w ]+)|yt[-\d\w]{6}|tb[-\d\w]{6})/i],[u,[f,"Lenovo"],[c,v]],[/(?:maemo|nokia).*(n900|lumia \d+)/i,/nokia[-_ ]?([-\w\.]*)/i],[[u,/_/g," "],[f,"Nokia"],[c,g]],[/(pixel c)\b/i],[u,[f,k],[c,v]],[/droid.+; (pixel[\daxl ]{0,6})(?: bui|\))/i],[u,[f,k],[c,g]],[/droid.+ ([c-g]\d{4}|so[-gl]\w+|xq-a\w[4-7][12])(?= bui|\).+chrome\/(?![1-6]{0,1}\d\.))/i],[u,[f,A],[c,g]],[/sony tablet [ps]/i,/\b(?:sony)?sgp\w+(?: bui|\))/i],[[u,"Xperia Tablet"],[f,A],[c,v]],[/ (kb2005|in20[12]5|be20[12][59])\b/i,/(?:one)?(?:plus)? (a\d0\d\d)(?: b|\))/i],[u,[f,"OnePlus"],[c,g]],[/(alexa)webm/i,/(kf[a-z]{2}wi)( bui|\))/i,/(kf[a-z]+)( bui|\)).+silk\//i],[u,[f,w],[c,v]],[/((?:sd|kf)[0349hijorstuw]+)( bui|\)).+silk\//i],[[u,/(.+)/g,"Fire Phone $1"],[f,w],[c,g]],[/(playbook);[-\w\),; ]+(rim)/i],[u,f,[c,v]],[/\b((?:bb[a-f]|st[hv])100-\d)/i,/\(bb10; (\w+)/i],[u,[f,x],[c,g]],[/(?:\b|asus_)(transfo[prime ]{4,10} \w+|eeepc|slider \w+|nexus 7|padfone|p00[cj])/i],[u,[f,_],[c,v]],[/ (z[bes]6[027][012][km][ls]|zenfone \d\w?)\b/i],[u,[f,_],[c,g]],[/(nexus 9)/i],[u,[f,"HTC"],[c,v]],[/(htc)[-;_ ]{1,2}([\w ]+(?=\)| bui)|\w+)/i,/(zte)[- ]([\w ]+?)(?: bui|\/|\))/i,/(alcatel|geeksphone|nexian|panasonic|sony)[-_ ]?([-\w]*)/i],[f,[u,/_/g," "],[c,g]],[/droid.+; ([ab][1-7]-?[0178a]\d\d?)/i],[u,[f,"Acer"],[c,v]],[/droid.+; (m[1-5] note) bui/i,/\bmz-([-\w]{2,})/i],[u,[f,"Meizu"],[c,g]],[/\b(sh-?[altvz]?\d\d[a-ekm]?)/i],[u,[f,"Sharp"],[c,g]],[/(blackberry|benq|palm(?=\-)|sonyericsson|acer|asus|dell|meizu|motorola|polytron)[-_ ]?([-\w]*)/i,/(hp) ([\w ]+\w)/i,/(asus)-?(\w+)/i,/(microsoft); (lumia[\w ]+)/i,/(lenovo)[-_ ]?([-\w]+)/i,/(jolla)/i,/(oppo) ?([\w ]+) bui/i],[f,u,[c,g]],[/(archos) (gamepad2?)/i,/(hp).+(touchpad(?!.+tablet)|tablet)/i,/(kindle)\/([\w\.]+)/i,/(nook)[\w ]+build\/(\w+)/i,/(dell) (strea[kpr\d ]*[\dko])/i,/(le[- ]+pan)[- ]+(\w{1,9}) bui/i,/(trinity)[- ]*(t\d{3}) bui/i,/(gigaset)[- ]+(q\w{1,9}) bui/i,/(vodafone) ([\w ]+)(?:\)| bui)/i],[f,u,[c,v]],[/(surface duo)/i],[u,[f,T],[c,v]],[/droid [\d\.]+; (fp\du?)(?: b|\))/i],[u,[f,"Fairphone"],[c,g]],[/(u304aa)/i],[u,[f,"AT&T"],[c,g]],[/\bsie-(\w*)/i],[u,[f,"Siemens"],[c,g]],[/\b(rct\w+) b/i],[u,[f,"RCA"],[c,v]],[/\b(venue[\d ]{2,7}) b/i],[u,[f,"Dell"],[c,v]],[/\b(q(?:mv|ta)\w+) b/i],[u,[f,"Verizon"],[c,v]],[/\b(?:barnes[& ]+noble |bn[rt])([\w\+ ]*) b/i],[u,[f,"Barnes & Noble"],[c,v]],[/\b(tm\d{3}\w+) b/i],[u,[f,"NuVision"],[c,v]],[/\b(k88) b/i],[u,[f,"ZTE"],[c,v]],[/\b(nx\d{3}j) b/i],[u,[f,"ZTE"],[c,g]],[/\b(gen\d{3}) b.+49h/i],[u,[f,"Swiss"],[c,g]],[/\b(zur\d{3}) b/i],[u,[f,"Swiss"],[c,v]],[/\b((zeki)?tb.*\b) b/i],[u,[f,"Zeki"],[c,v]],[/\b([yr]\d{2}) b/i,/\b(dragon[- ]+touch |dt)(\w{5}) b/i],[[f,"Dragon Touch"],u,[c,v]],[/\b(ns-?\w{0,9}) b/i],[u,[f,"Insignia"],[c,v]],[/\b((nxa|next)-?\w{0,9}) b/i],[u,[f,"NextBook"],[c,v]],[/\b(xtreme\_)?(v(1[045]|2[015]|[3469]0|7[05])) b/i],[[f,"Voice"],u,[c,g]],[/\b(lvtel\-)?(v1[12]) b/i],[[f,"LvTel"],u,[c,g]],[/\b(ph-1) /i],[u,[f,"Essential"],[c,g]],[/\b(v(100md|700na|7011|917g).*\b) b/i],[u,[f,"Envizen"],[c,v]],[/\b(trio[-\w\. ]+) b/i],[u,[f,"MachSpeed"],[c,v]],[/\btu_(1491) b/i],[u,[f,"Rotor"],[c,v]],[/(shield[\w ]+) b/i],[u,[f,"Nvidia"],[c,v]],[/(sprint) (\w+)/i],[f,u,[c,g]],[/(kin\.[onetw]{3})/i],[[u,/\./g," "],[f,T],[c,g]],[/droid.+; (cc6666?|et5[16]|mc[239][23]x?|vc8[03]x?)\)/i],[u,[f,B],[c,v]],[/droid.+; (ec30|ps20|tc[2-8]\d[kx])\)/i],[u,[f,B],[c,g]],[/(ouya)/i,/(nintendo) ([wids3utch]+)/i],[f,u,[c,h]],[/droid.+; (shield) bui/i],[u,[f,"Nvidia"],[c,h]],[/(playstation [345portablevi]+)/i],[u,[f,A],[c,h]],[/\b(xbox(?: one)?(?!; xbox))[\); ]/i],[u,[f,T],[c,h]],[/smart-tv.+(samsung)/i],[f,[c,m]],[/hbbtv.+maple;(\d+)/i],[[u,/^/,"SmartTV"],[f,M],[c,m]],[/(nux; netcast.+smarttv|lg (netcast\.tv-201\d|android tv))/i],[[f,O],[c,m]],[/(apple) ?tv/i],[f,[u,"Apple TV"],[c,m]],[/crkey/i],[[u,"Chromecast"],[f,k],[c,m]],[/droid.+aft(\w)( bui|\))/i],[u,[f,w],[c,m]],[/\(dtv[\);].+(aquos)/i],[u,[f,"Sharp"],[c,m]],[/\b(roku)[\dx]*[\)\/]((?:dvp-)?[\d\.]*)/i,/hbbtv\/\d+\.\d+\.\d+ +\([\w ]*; *(\w[^;]*);([^;]*)/i],[[f,P],[u,P],[c,m]],[/\b(android tv|smart[- ]?tv|opera tv|tv; rv:)\b/i],[[c,m]],[/((pebble))app/i],[f,u,[c,b]],[/droid.+; (glass) \d/i],[u,[f,k],[c,b]],[/droid.+; (wt63?0{2,3})\)/i],[u,[f,B],[c,b]],[/(quest( 2)?)/i],[u,[f,I],[c,b]],[/(tesla)(?: qtcarbrowser|\/[-\w\.]+)/i],[f,[c,y]],[/droid .+?; ([^;]+?)(?: bui|\) applew).+? mobile safari/i],[u,[c,g]],[/droid .+?; ([^;]+?)(?: bui|\) applew).+?(?! mobile) safari/i],[u,[c,v]],[/\b((tablet|tab)[;\/]|focus\/\d(?!.+mobile))/i],[[c,v]],[/(phone|mobile(?:[;\/]| safari)|pda(?=.+windows ce))/i],[[c,g]],[/(android[-\w\. ]{0,9});.+buil/i],[u,[f,"Generic"]]],engine:[[/windows.+ edge\/([\w\.]+)/i],[d,[l,"EdgeHTML"]],[/webkit\/537\.36.+chrome\/(?!27)([\w\.]+)/i],[d,[l,"Blink"]],[/(presto)\/([\w\.]+)/i,/(webkit|trident|netfront|netsurf|amaya|lynx|w3m|goanna)\/([\w\.]+)/i,/ekioh(flow)\/([\w\.]+)/i,/(khtml|tasman|links)[\/ ]\(?([\w\.]+)/i,/(icab)[\/ ]([23]\.[\d\.]+)/i],[l,d],[/rv\:([\w\.]{1,9})\b.+(gecko)/i],[d,l]],os:[[/microsoft (windows) (vista|xp)/i],[l,d],[/(windows) nt 6\.2; (arm)/i,/(windows (?:phone(?: os)?|mobile))[\/ ]?([\d\.\w ]*)/i,/(windows)[\/ ]?([ntce\d\. ]+\w)(?!.+xbox)/i],[l,[d,H,K]],[/(win(?=3|9|n)|win 9x )([nt\d\.]+)/i],[[l,"Windows"],[d,H,K]],[/ip[honead]{2,4}\b(?:.*os ([\w]+) like mac|; opera)/i,/cfnetwork\/.+darwin/i],[[d,/_/g,"."],[l,"iOS"]],[/(mac os x) ?([\w\. ]*)/i,/(macintosh|mac_powerpc\b)(?!.+haiku)/i],[[l,"Mac OS"],[d,/_/g,"."]],[/droid ([\w\.]+)\b.+(android[- ]x86)/i],[d,l],[/(android|webos|qnx|bada|rim tablet os|maemo|meego|sailfish)[-\/ ]?([\w\.]*)/i,/(blackberry)\w*\/([\w\.]*)/i,/(tizen|kaios)[\/ ]([\w\.]+)/i,/\((series40);/i],[l,d],[/\(bb(10);/i],[d,[l,x]],[/(?:symbian ?os|symbos|s60(?=;)|series60)[-\/ ]?([\w\.]*)/i],[d,[l,"Symbian"]],[/mozilla\/[\d\.]+ \((?:mobile|tablet|tv|mobile; [\w ]+); rv:.+ gecko\/([\w\.]+)/i],[d,[l,"Firefox OS"]],[/web0s;.+rt(tv)/i,/\b(?:hp)?wos(?:browser)?\/([\w\.]+)/i],[d,[l,"webOS"]],[/crkey\/([\d\.]+)/i],[d,[l,"Chromecast"]],[/(cros) [\w]+ ([\w\.]+\w)/i],[[l,"Chromium OS"],d],[/(nintendo|playstation) ([wids345portablevuch]+)/i,/(xbox); +xbox ([^\);]+)/i,/\b(joli|palm)\b ?(?:os)?\/?([\w\.]*)/i,/(mint)[\/\(\) ]?(\w*)/i,/(mageia|vectorlinux)[; ]/i,/([kxln]?ubuntu|debian|suse|opensuse|gentoo|arch(?= linux)|slackware|fedora|mandriva|centos|pclinuxos|red ?hat|zenwalk|linpus|raspbian|plan 9|minix|risc os|contiki|deepin|manjaro|elementary os|sabayon|linspire)(?: gnu\/linux)?(?: enterprise)?(?:[- ]linux)?(?:-gnu)?[-\/ ]?(?!chrom|package)([-\w\.]*)/i,/(hurd|linux) ?([\w\.]*)/i,/(gnu) ?([\w\.]*)/i,/\b([-frentopcghs]{0,5}bsd|dragonfly)[\/ ]?(?!amd|[ix346]{1,2}86)([\w\.]*)/i,/(haiku) (\w+)/i],[l,d],[/(sunos) ?([\w\.\d]*)/i],[[l,"Solaris"],d],[/((?:open)?solaris)[-\/ ]?([\w\.]*)/i,/(aix) ((\d)(?=\.|\)| )[\w\.])*/i,/\b(beos|os\/2|amigaos|morphos|openvms|fuchsia|hp-ux)/i,/(unix) ?([\w\.]*)/i],[l,d]]},V=function(e,t){if(typeof e===a&&(t=e,e=r),!(this instanceof V))return new V(e,t).getResult();var o=e||(typeof n!==i&&n.navigator&&n.navigator.userAgent?n.navigator.userAgent:""),u=t?function(e,t){var n={};for(var r in e)t[r]&&t[r].length%2==0?n[r]=t[r].concat(e[r]):n[r]=e[r];return n}(U,t):U;return this.getBrowser=function(){var e,t={};return t.name=r,t.version=r,z.call(t,o,u.browser),t.major=typeof(e=t.version)===s?e.replace(/[^\d\.]/g,"").split(".")[0]:r,t},this.getCPU=function(){var e={};return e.architecture=r,z.call(e,o,u.cpu),e},this.getDevice=function(){var e={};return e.vendor=r,e.model=r,e.type=r,z.call(e,o,u.device),e},this.getEngine=function(){var e={};return e.name=r,e.version=r,z.call(e,o,u.engine),e},this.getOS=function(){var e={};return e.name=r,e.version=r,z.call(e,o,u.os),e},this.getResult=function(){return{ua:this.getUA(),browser:this.getBrowser(),engine:this.getEngine(),os:this.getOS(),device:this.getDevice(),cpu:this.getCPU()}},this.getUA=function(){return o},this.setUA=function(e){return o=typeof e===s&&e.length>255?P(e,255):e,this},this.setUA(o),this};V.VERSION="0.7.31",V.BROWSER=j([l,d,"major"]),V.CPU=j([p]),V.DEVICE=j([u,f,c,h,g,m,v,b,y]),V.ENGINE=V.OS=j([l,d]),e.exports&&(t=e.exports=V),t.UAParser=V;var $=typeof n!==i&&(n.jQuery||n.Zepto);if($&&!$.ua){var q=new V;$.ua=q.getResult(),$.ua.get=function(){return q.getUA()},$.ua.set=function(e){q.setUA(e);var t=q.getResult();for(var n in t)$.ua[n]=t[n]}}}("object"==typeof window?window:Ct)}(cf,cf.exports);var ff="Unknown",df={"Mac OS":"Mac OS X"};var pf,hf=(new(0,cf.exports)).getResult(),gf=function(e){if(!e)return{major:"",minor:""};var t=e.split(".");return{major:t[0],minor:t[1]}}(hf.browser.version),vf={browserArchitecture:hf.cpu.architecture||ff,browserFullVersion:hf.browser.version||ff,browserMinorVersion:gf.minor||ff,browserName:hf.browser.name||ff,browserVersion:hf.browser.major||ff,deviceName:hf.device.model||ff,engineName:hf.engine.name||ff,engineVersion:hf.engine.version||ff,platformArchitecture:hf.cpu.architecture||ff,platformName:(pf=hf.os.name,df[pf]||pf||ff),platformVersion:hf.os.version||ff,platformFullVersion:hf.os.version||ff},mf=ps,bf=/\./,yf=/\|\|/,wf=/\s+\-\s+/,Cf=/^(<=|<|=|>=|~>|~|>|)?\s*(.+)/,_f=/^(\d*)(.*)/;function xf(e,t){var n=e.split(yf);return n.length>1?n.some((function(e){return Bf.contains(e,t)})):function(e,t){var n=e.split(wf);if(n.length>0&&n.length<=2||("production"!==process.env.NODE_ENV?mf(!1,'the "-" operator expects exactly 2 operands'):mf(!1)),1===n.length)return Sf(n[0],t);var r=n[0],o=n[1];return Lf(r)&&Lf(o)||("production"!==process.env.NODE_ENV?mf(!1,'operands to the "-" operator must be simple (no modifiers)'):mf(!1)),Sf(">="+r,t)&&Sf("<="+o,t)}(e=n[0].trim(),t)}function Sf(e,t){if(""===(e=e.trim()))return!0;var n,r=t.split(bf),o=Of(e),i=o.modifier,a=o.rangeComponents;switch(i){case"<":return kf(r,a);case"<=":return-1===(n=Rf(r,a))||0===n;case">=":return Ef(r,a);case">":return function(e,t){return 1===Rf(e,t)}(r,a);case"~":case"~>":return function(e,t){var n=t.slice(),r=t.slice();r.length>1&&r.pop();var o=r.length-1,i=parseInt(r[o],10);Tf(i)&&(r[o]=i+1+"");return Ef(e,n)&&kf(e,r)}(r,a);default:return function(e,t){return 0===Rf(e,t)}(r,a)}}function kf(e,t){return-1===Rf(e,t)}function Ef(e,t){var n=Rf(e,t);return 1===n||0===n}function Of(e){var t=e.split(bf),n=t[0].match(Cf);return n||("production"!==process.env.NODE_ENV?mf(!1,"expected regex to match but it did not"):mf(!1)),{modifier:n[1],rangeComponents:[n[2]].concat(t.slice(1))}}function Tf(e){return!isNaN(e)&&isFinite(e)}function Lf(e){return!Of(e).modifier}function Df(e,t){for(var n=e.length;n<t;n++)e[n]="0"}function Mf(e,t){var n=e.match(_f)[1],r=t.match(_f)[1],o=parseInt(n,10),i=parseInt(r,10);return Tf(o)&&Tf(i)&&o!==i?Af(o,i):Af(e,t)}function Af(e,t){return typeof e!=typeof t&&("production"!==process.env.NODE_ENV?mf(!1,'"a" and "b" must be of the same type'):mf(!1)),e>t?1:e<t?-1:0}function Rf(e,t){for(var n=function(e,t){Df(e=e.slice(),(t=t.slice()).length);for(var n=0;n<t.length;n++){var r=t[n].match(/^[x*]$/i);if(r&&(t[n]=e[n]="0","*"===r[0]&&n===t.length-1))for(var o=n;o<e.length;o++)e[o]="0"}return Df(t,e.length),[e,t]}(e,t),r=n[0],o=n[1],i=0;i<o.length;i++){var a=Mf(r[i],o[i]);if(a)return a}return 0}var Bf={contains:function(e,t){return xf(e.trim(),t.trim())}},If=Bf,jf=Object.prototype.hasOwnProperty;var Nf=function(e,t,n){if(!e)return null;var r={};for(var o in e)jf.call(e,o)&&(r[o]=t.call(n,e[o],o,e));return r};var Ff=vf,Pf=If;function zf(e,t,n,r){if(e===n)return!0;if(!n.startsWith(e))return!1;var o=n.slice(e.length);return!!t&&(o=r?r(o):o,Pf.contains(o,t))}function Hf(e){return"Windows"===Ff.platformName?e.replace(/^\s*NT/,""):e}var Kf=Nf({isBrowser:function(e){return zf(Ff.browserName,Ff.browserFullVersion,e)},isBrowserArchitecture:function(e){return zf(Ff.browserArchitecture,null,e)},isDevice:function(e){return zf(Ff.deviceName,null,e)},isEngine:function(e){return zf(Ff.engineName,Ff.engineVersion,e)},isPlatform:function(e){return zf(Ff.platformName,Ff.platformFullVersion,e,Hf)},isPlatformArchitecture:function(e){return zf(Ff.platformArchitecture,null,e)}},(function(e){var t={};return function(n){return t.hasOwnProperty(n)||(t[n]=e.call(this,n)),t[n]}}));var Uf=function(e){return e&&e.ownerDocument?e.ownerDocument:document};var Vf=function(e){return!(!e||!e.ownerDocument)&&e.nodeType===Node.ELEMENT_NODE},$f=Vf;var qf=function e(t){if($f(t)){var n=t,r=n.getAttribute("data-offset-key");if(r)return r;for(var o=0;o<n.childNodes.length;o++){var i=e(n.childNodes[o]);if(i)return i}}return null},Zf=Uf,Wf=qf;var Gf=function(e){for(var t=e;t&&t!==Zf(e).documentElement;){var n=Wf(t);if(null!=n)return n;t=t.parentNode}return null};var Yf=function(e){return e&&e.ownerDocument&&e.ownerDocument.defaultView?e.ownerDocument.defaultView:window};function Xf(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}var Jf=Kf,Qf=Gf,ed=Yf,td=ps,nd=tc,rd=ha.exports.Map,od={subtree:!0,characterData:!0,childList:!0,characterDataOldValue:!1,attributes:!1},id=Jf.isBrowser("IE <= 11"),ad=function(){function e(e){var t=this;Xf(this,"observer",void 0),Xf(this,"container",void 0),Xf(this,"mutations",void 0),Xf(this,"onCharData",void 0),this.container=e,this.mutations=rd();var n=ed(e);n.MutationObserver&&!id?this.observer=new n.MutationObserver((function(e){return t.registerMutations(e)})):this.onCharData=function(e){e.target instanceof Node||("production"!==process.env.NODE_ENV?td(!1,"Expected target to be an instance of Node"):td(!1)),t.registerMutation({type:"characterData",target:e.target})}}var t=e.prototype;return t.start=function(){this.observer?this.observer.observe(this.container,od):this.container.addEventListener("DOMCharacterDataModified",this.onCharData)},t.stopAndFlushMutations=function(){var e=this.observer;e?(this.registerMutations(e.takeRecords()),e.disconnect()):this.container.removeEventListener("DOMCharacterDataModified",this.onCharData);var t=this.mutations;return this.mutations=rd(),t},t.registerMutations=function(e){for(var t=0;t<e.length;t++)this.registerMutation(e[t])},t.getMutationTextContent=function(e){var t=e.type,n=e.target,r=e.removedNodes;if("characterData"===t){if(""!==n.textContent)return id?n.textContent.replace("\n",""):n.textContent}else if("childList"===t){if(r&&r.length)return"";if(""!==n.textContent)return n.textContent}return null},t.registerMutation=function(e){var t=this.getMutationTextContent(e);if(null!=t){var n=nd(Qf(e.target));this.mutations=this.mutations.set(n,t)}},e}(),sd={encode:function(e,t,n){return e+"-"+t+"-"+n},decode:function(e){var t=e.split("-").reverse(),n=t[0],r=t[1];return{blockKey:t.slice(2).reverse().join("-"),decoratorKey:parseInt(r,10),leafKey:parseInt(n,10)}}},ud={BACKSPACE:8,TAB:9,RETURN:13,ALT:18,ESC:27,SPACE:32,PAGE_UP:33,PAGE_DOWN:34,END:35,HOME:36,LEFT:37,UP:38,RIGHT:39,DOWN:40,DELETE:46,COMMA:188,PERIOD:190,A:65,Z:90,ZERO:48,NUMPAD_0:96,NUMPAD_9:105},ld={logBlockedSelectionEvent:function(){return null},logSelectionStateFailure:function(){return null}};var cd=function(e){return!(!e||!e.ownerDocument)&&(e.ownerDocument.defaultView?e instanceof e.ownerDocument.defaultView.HTMLElement:e instanceof HTMLElement)},fd=ps,dd=cd;var pd=function(e){var t=e.editorContainer;return t||("production"!==process.env.NODE_ENV?fd(!1,"Missing editorNode"):fd(!1)),dd(t.firstChild)||("production"!==process.env.NODE_ENV?fd(!1,"editorNode.firstChild is not an HTMLElement"):fd(!1)),t.firstChild},hd=sd,gd=tc;var vd=function(e,t,n,r,o){var i=gd(e.getSelection());if(!t||!r)return"production"!==process.env.NODE_ENV&&console.warn("Invalid selection state.",arguments,e.toJS()),i;var a=hd.decode(t),s=a.blockKey,u=e.getBlockTree(s),l=u&&u.getIn([a.decoratorKey,"leaves",a.leafKey]),c=hd.decode(r),f=c.blockKey,d=e.getBlockTree(f),p=d&&d.getIn([c.decoratorKey,"leaves",c.leafKey]);if(!l||!p)return"production"!==process.env.NODE_ENV&&console.warn("Invalid selection state.",arguments,e.toJS()),i;var h=l.get("start"),g=p.get("start"),v=l?h+n:null,m=p?g+o:null,b=i.getAnchorKey()===s&&i.getAnchorOffset()===v&&i.getFocusKey()===f&&i.getFocusOffset()===m;if(b)return i;var y=!1;if(s===f){var w=l.get("end"),C=p.get("end");y=g===h&&C===w?o<n:g<h}else{var _=e.getCurrentContent().getBlockMap().keySeq().skipUntil((function(e){return e===s||e===f})).first();y=_===f}return i.merge({anchorKey:s,anchorOffset:v,focusKey:f,focusOffset:m,isBackward:y})},md=Gf,bd=qf,yd=vd,wd=ps,Cd=Vf,_d=tc;function xd(e,t,n){var r=t,o=md(r);(null!=o||e&&(e===r||e.firstChild===r)||("production"!==process.env.NODE_ENV?wd(!1,"Unknown node in selection range."):wd(!1)),e===r)&&(r=r.firstChild,Cd(r)||("production"!==process.env.NODE_ENV?wd(!1,"Invalid DraftEditorContents node."):wd(!1)),"true"!==(r=r).getAttribute("data-contents")&&("production"!==process.env.NODE_ENV?wd(!1,"Invalid DraftEditorContents structure."):wd(!1)),n>0&&(n=r.childNodes.length));if(0===n){var i=null;if(null!=o)i=o;else{var a=function(e){for(;e.firstChild&&(Cd(e.firstChild)&&"true"===e.firstChild.getAttribute("data-blocks")||bd(e.firstChild));)e=e.firstChild;return e}(r);i=_d(bd(a))}return{key:i,offset:0}}var s=r.childNodes[n-1],u=null,l=null;if(bd(s)){var c=function(e){for(;e.lastChild&&(Cd(e.lastChild)&&"true"===e.lastChild.getAttribute("data-blocks")||bd(e.lastChild));)e=e.lastChild;return e}(s);u=_d(bd(c)),l=Sd(c)}else u=_d(o),l=Sd(s);return{key:u,offset:l}}function Sd(e){var t=e.textContent;return"\n"===t?0:t.length}var kd=function(e,t,n,r,o,i){var a=n.nodeType===Node.TEXT_NODE,s=o.nodeType===Node.TEXT_NODE;if(a&&s)return{selectionState:yd(e,_d(md(n)),r,_d(md(o)),i),needsRecovery:!1};var u=null,l=null,c=!0;return a?(u={key:_d(md(n)),offset:r},l=xd(t,o,i)):s?(l={key:_d(md(o)),offset:i},u=xd(t,n,r)):(u=xd(t,n,r),l=xd(t,o,i),n===o&&r===i&&(c=!!n.firstChild&&"BR"!==n.firstChild.nodeName)),{selectionState:yd(e,u.key,u.offset,l.key,l.offset),needsRecovery:c}},Ed=kd;var Od=function(e,t){var n=t.ownerDocument.defaultView.getSelection(),r=n.anchorNode,o=n.anchorOffset,i=n.focusNode,a=n.focusOffset;return 0===n.rangeCount||null==r||null==i?{selectionState:e.getSelection().set("hasFocus",!1),needsRecovery:!1}:Ed(e,t,r,o,i,a)},Td=ld,Ld=Sc,Dd=pd,Md=Od;var Ad=function(e){if(e._blockSelectEvents||e._latestEditorState!==e.props.editorState){if(e._blockSelectEvents){var t=e.props.editorState.getSelection();Td.logBlockedSelectionEvent({anonymizedDom:"N/A",extraParams:JSON.stringify({stacktrace:(new Error).stack}),selectionState:JSON.stringify(t.toJS())})}}else{var n=e.props.editorState,r=Md(n,Dd(e)),o=r.selectionState;o!==n.getSelection()&&(n=r.needsRecovery?Ld.forceSelection(n,o):Ld.acceptSelection(n,o),e.update(n))}};var Rd={notEmptyKey:function(e){return null!=e&&""!=e}},Bd=Rd.notEmptyKey;function Id(e,t){return Bd(t)&&"MUTABLE"===e.__get(t).getMutability()?t:null}var jd=function(e,t){var n;if(t.isCollapsed()){var r=t.getAnchorKey(),o=t.getAnchorOffset();return o>0?(n=e.getBlockForKey(r).getEntityAt(o-1))!==e.getBlockForKey(r).getEntityAt(o)?null:Id(e.getEntityMap(),n):null}var i=t.getStartKey(),a=t.getStartOffset(),s=e.getBlockForKey(i);return n=a===s.getLength()?null:s.getEntityAt(a),Id(e.getEntityMap(),n)},Nd=ad,Fd=Au,Pd=sd,zd=Sc,Hd=ud,Kd=Ad,Ud=pd,Vd=Od,$d=jd,qd=tc,Zd=Kf.isBrowser("IE"),Wd=!1,Gd=!1,Yd=null;var Xd,Jd,Qd={onCompositionStart:function(e){Gd=!0,function(e){Yd||(Yd=new Nd(Ud(e))).start()}(e)},onCompositionEnd:function(e){Wd=!1,Gd=!1,setTimeout((function(){Wd||Qd.resolveComposition(e)}),20)},onSelect:Kd,onKeyDown:function(e,t){if(!Gd)return Qd.resolveComposition(e),void e._onKeyDown(t);t.which!==Hd.RIGHT&&t.which!==Hd.LEFT||t.preventDefault()},onKeyPress:function(e,t){t.which===Hd.RETURN&&t.preventDefault()},resolveComposition:function(e){if(!Gd){var t=qd(Yd).stopAndFlushMutations();Yd=null,Wd=!0;var n=zd.set(e._latestEditorState,{inCompositionMode:!1});if(e.exitCurrentMode(),t.size){var r=n.getCurrentContent();t.forEach((function(e,t){var o=Pd.decode(t),i=o.blockKey,a=o.decoratorKey,s=o.leafKey,u=n.getBlockTree(i).getIn([a,"leaves",s]),l=u.start,c=u.end,f=n.getSelection().merge({anchorKey:i,focusKey:i,anchorOffset:l,focusOffset:c,isBackward:!1}),d=$d(r,f),p=r.getBlockForKey(i).getInlineStyleAt(l);r=Fd.replaceText(r,f,e,p,d),n=zd.set(n,{currentContent:r})}));var o=Vd(n,Ud(e)).selectionState;e.restoreEditorDOM();var i=Zd?zd.forceSelection(n,o):zd.acceptSelection(n,o);e.update(zd.push(i,r,"insert-characters"))}else e.update(n)}}},ep=Qd;function tp(){if(Jd)return Xd;Jd=1;var e=lf;function t(){return t=e||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},t.apply(this,arguments)}var n=sd,r=o,i=Wl,a=Nl,s=function(e){var o,s;function u(){return e.apply(this,arguments)||this}return s=e,(o=u).prototype=Object.create(s.prototype),o.prototype.constructor=o,o.__proto__=s,u.prototype.render=function(){var e=this.props,o=e.block,s=e.children,u=e.contentState,l=e.decorator,c=e.decoratorKey,f=e.direction,d=e.leafSet,p=e.text,h=o.getKey(),g=d.get("leaves"),v=l.getComponentForKey(c),m=l.getPropsForKey(c),b=n.encode(h,parseInt(c,10),0),y=p.slice(g.first().get("start"),g.last().get("end")),w=a.getHTMLDirIfDifferent(i.getDirection(y),f);return r.createElement(v,t({},m,{contentState:u,decoratedText:y,dir:w,key:b,entityKey:o.getEntityAt(d.get("start")),offsetKey:b}),s)},u}(r.Component);return Xd=s}function np(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function rp(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}var op=o,ip=ps,ap=Vf,sp=Kf.isBrowser("IE <= 11");var up=function(e){var t,n;function r(t){var n;return rp(np(n=e.call(this,t)||this),"_forceFlag",void 0),rp(np(n),"_node",void 0),n._forceFlag=!1,n}n=e,(t=r).prototype=Object.create(n.prototype),t.prototype.constructor=t,t.__proto__=n;var o=r.prototype;return o.shouldComponentUpdate=function(e){var t=this._node,n=""===e.children;ap(t)||("production"!==process.env.NODE_ENV?ip(!1,"node is not an Element"):ip(!1));var r=t;return n?!function(e){return sp?"\n"===e.textContent:"BR"===e.tagName}(r):r.textContent!==e.children},o.componentDidMount=function(){this._forceFlag=!this._forceFlag},o.componentDidUpdate=function(){this._forceFlag=!this._forceFlag},o.render=function(){var e,t=this;return""===this.props.children?this._forceFlag?(e=function(e){return t._node=e},sp?op.createElement("span",{key:"A","data-text":"true",ref:e},"\n"):op.createElement("br",{key:"A","data-text":"true",ref:e})):function(e){return sp?op.createElement("span",{key:"B","data-text":"true",ref:e},"\n"):op.createElement("br",{key:"B","data-text":"true",ref:e})}((function(e){return t._node=e})):op.createElement("span",{key:this._forceFlag?"A":"B","data-text":"true",ref:function(e){return t._node=e}},this.props.children)},r}(op.Component),lp=up,cp=Vf;var fp=function(e){return!(!e||!e.ownerDocument)&&(cp(e)&&"BR"===e.nodeName)};var dp=function(e){var t=(e?e.ownerDocument||e:document).defaultView||window;return!(!e||!("function"==typeof t.Node?e instanceof t.Node:"object"==typeof e&&"number"==typeof e.nodeType&&"string"==typeof e.nodeName))};var pp=function(e){return dp(e)&&3==e.nodeType};var hp=function e(t,n){return!(!t||!n)&&(t===n||!pp(t)&&(pp(n)?e(t,n.parentNode):"contains"in t?t.contains(n):!!t.compareDocumentPosition&&!!(16&t.compareDocumentPosition(n))))};var gp=function(e){if(void 0===(e=e||("undefined"!=typeof document?document:void 0)))return null;try{return e.activeElement||e.body}catch(t){return e.body}},vp=ld,mp=hp,bp=gp,yp=Uf,wp=ps,Cp=Vf,_p=Kf.isBrowser("IE");function xp(e,t){if(!e)return"[empty]";var n=Sp(e,t);return n.nodeType===Node.TEXT_NODE?n.textContent:(Cp(n)||("production"!==process.env.NODE_ENV?wp(!1,"Node must be an Element if it is not a text node."):wp(!1)),n.outerHTML)}function Sp(e,t){var n=void 0!==t?t(e):[];if(e.nodeType===Node.TEXT_NODE){var r=e.textContent.length;return yp(e).createTextNode("[text "+r+(n.length?" | "+n.join(", "):"")+"]")}var o=e.cloneNode();1===o.nodeType&&n.length&&o.setAttribute("data-labels",n.join(", "));for(var i=e.childNodes,a=0;a<i.length;a++)o.appendChild(Sp(i[a],t));return o}function kp(e,t){for(var n=e,r=n;n;){if(Cp(n)&&r.hasAttribute("contenteditable"))return xp(n,t);r=n=n.parentNode}return"Could not find contentEditable parent of node"}function Ep(e){return null===e.nodeValue?e.childNodes.length:e.nodeValue.length}function Op(e,t,n,r){var o=bp();if(e.extend&&null!=t&&mp(o,t)){n>Ep(t)&&vp.logSelectionStateFailure({anonymizedDom:kp(t),extraParams:JSON.stringify({offset:n}),selectionState:JSON.stringify(r.toJS())});var i=t===e.focusNode;try{e.rangeCount>0&&e.extend&&e.extend(t,n)}catch(a){throw vp.logSelectionStateFailure({anonymizedDom:kp(t,(function(t){var n=[];return t===o&&n.push("active element"),t===e.anchorNode&&n.push("selection anchor node"),t===e.focusNode&&n.push("selection focus node"),n})),extraParams:JSON.stringify({activeElementName:o?o.nodeName:null,nodeIsFocus:t===e.focusNode,nodeWasFocus:i,selectionRangeCount:e.rangeCount,selectionAnchorNodeName:e.anchorNode?e.anchorNode.nodeName:null,selectionAnchorOffset:e.anchorOffset,selectionFocusNodeName:e.focusNode?e.focusNode.nodeName:null,selectionFocusOffset:e.focusOffset,message:a?""+a:null,offset:n},null,2),selectionState:JSON.stringify(r.toJS(),null,2)}),a}}else if(t&&e.rangeCount>0){var a=e.getRangeAt(0);a.setEnd(t,n),e.addRange(a.cloneRange())}}function Tp(e,t,n,r){var o=yp(t).createRange();if(n>Ep(t)&&vp.logSelectionStateFailure({anonymizedDom:kp(t),extraParams:JSON.stringify({offset:n}),selectionState:JSON.stringify(r.toJS())}),o.setStart(t,n),_p)try{e.addRange(o)}catch(e){"production"!==process.env.NODE_ENV&&console.warn("Call to selection.addRange() threw exception: ",e)}else e.addRange(o)}var Lp=function(e,t,n,r,o){var i=yp(t);if(mp(i.documentElement,t)){var a=i.defaultView.getSelection(),s=e.getAnchorKey(),u=e.getAnchorOffset(),l=e.getFocusKey(),c=e.getFocusOffset(),f=e.getIsBackward();if(!a.extend&&f){var d=s,p=u;s=l,u=c,l=d,c=p,f=!1}var h=s===n&&r<=u&&o>=u,g=l===n&&r<=c&&o>=c;if(h&&g)return a.removeAllRanges(),Tp(a,t,u-r,e),void Op(a,t,c-r,e);if(f){if(g&&(a.removeAllRanges(),Tp(a,t,c-r,e)),h){var v=a.focusNode,m=a.focusOffset;a.removeAllRanges(),Tp(a,t,u-r,e),Op(a,v,m,e)}}else h&&(a.removeAllRanges(),Tp(a,t,u-r,e)),g&&Op(a,t,c-r,e)}},Dp=lf;function Mp(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function Ap(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}var Rp,Bp,Ip=lp,jp=o,Np=ps,Fp=fp,Pp=Lp,zp=function(e){var t,n;function r(){for(var t,n=arguments.length,r=new Array(n),o=0;o<n;o++)r[o]=arguments[o];return Ap(Mp(t=e.call.apply(e,[this].concat(r))||this),"leaf",void 0),t}n=e,(t=r).prototype=Object.create(n.prototype),t.prototype.constructor=t,t.__proto__=n;var o=r.prototype;return o._setSelection=function(){var e=this.props.selection;if(null!=e&&e.getHasFocus()){var t=this.props,n=t.block,r=t.start,o=t.text,i=n.getKey(),a=r+o.length;if(e.hasEdgeWithin(i,r,a)){var s=this.leaf;s||("production"!==process.env.NODE_ENV?Np(!1,"Missing node"):Np(!1));var u,l=s.firstChild;l||("production"!==process.env.NODE_ENV?Np(!1,"Missing child"):Np(!1)),l.nodeType===Node.TEXT_NODE?u=l:Fp(l)?u=s:(u=l.firstChild)||("production"!==process.env.NODE_ENV?Np(!1,"Missing targetNode"):Np(!1)),Pp(e,u,i,r,a)}}},o.shouldComponentUpdate=function(e){var t=this.leaf;return t||("production"!==process.env.NODE_ENV?Np(!1,"Missing leafNode"):Np(!1)),t.textContent!==e.text||e.styleSet!==this.props.styleSet||e.forceSelection},o.componentDidUpdate=function(){this._setSelection()},o.componentDidMount=function(){this._setSelection()},o.render=function(){var e=this,t=this.props.block,n=this.props.text;n.endsWith("\n")&&this.props.isLast&&(n+="\n");var r=this.props,o=r.customStyleMap,i=r.customStyleFn,a=r.offsetKey,s=r.styleSet,u=s.reduce((function(e,t){var n={},r=o[t];return void 0!==r&&e.textDecoration!==r.textDecoration&&(n.textDecoration=[e.textDecoration,r.textDecoration].join(" ").trim()),Dp(e,r,n)}),{});if(i){var l=i(s,t);u=Dp(u,l)}return jp.createElement("span",{"data-offset-key":a,ref:function(t){return e.leaf=t},style:u},jp.createElement(Ip,null,n))},r}(jp.Component),Hp=zp;function Kp(){if(Bp)return Rp;Bp=1;var e=tp(),t=Hp,n=sd,r=o,i=Qc;ha.exports.List;var a=function(o){var a,s;function u(){return o.apply(this,arguments)||this}return s=o,(a=u).prototype=Object.create(s.prototype),a.prototype.constructor=a,a.__proto__=s,u.prototype.render=function(){var o=this.props,a=o.block,s=o.contentState,u=o.customStyleFn,l=o.customStyleMap,c=o.decorator,f=o.direction,d=o.forceSelection,p=o.hasSelection,h=o.selection,g=o.tree,v=a.getKey(),m=a.getText(),b=g.size-1,y=this.props.children||g.map((function(o,i){var g=o.get("decoratorKey"),y=o.get("leaves"),w=y.size-1,C=y.map((function(e,o){var s=n.encode(v,i,o),c=e.get("start"),f=e.get("end");return r.createElement(t,{key:s,offsetKey:s,block:a,start:c,selection:p?h:null,forceSelection:d,text:m.slice(c,f),styleSet:a.getInlineStyleAt(c),customStyleMap:l,customStyleFn:u,isLast:g===b&&o===w})})).toArray();return g&&c?r.createElement(e,{block:a,children:C,contentState:s,decorator:c,decoratorKey:g,direction:f,leafSet:o,text:m,key:i}):C})).toArray();return r.createElement("div",{"data-offset-key":n.encode(v,0,0),className:i({"public/DraftStyleDefault/block":!0,"public/DraftStyleDefault/ltr":"LTR"===f,"public/DraftStyleDefault/rtl":"RTL"===f})},y)},u}(r.Component);return Rp=a}function Up(e,t){return!!t&&(e===t.documentElement||e===t.body)}var Vp={getTop:function(e){var t=e.ownerDocument;return Up(e,t)?t.body.scrollTop||t.documentElement.scrollTop:e.scrollTop},setTop:function(e,t){var n=e.ownerDocument;Up(e,n)?n.body.scrollTop=n.documentElement.scrollTop=t:e.scrollTop=t},getLeft:function(e){var t=e.ownerDocument;return Up(e,t)?t.body.scrollLeft||t.documentElement.scrollLeft:e.scrollLeft},setLeft:function(e,t){var n=e.ownerDocument;Up(e,n)?n.body.scrollLeft=n.documentElement.scrollLeft=t:e.scrollLeft=t}},$p=/-(.)/g;var qp=/([A-Z])/g;var Zp=function(e){return e.replace($p,(function(e,t){return t.toUpperCase()}))},Wp=function(e){return e.replace(qp,"-$1").toLowerCase()};function Gp(e){return null==e?e:String(e)}var Yp=function(e,t){var n;if(window.getComputedStyle&&(n=window.getComputedStyle(e,null)))return Gp(n.getPropertyValue(Wp(t)));if(document.defaultView&&document.defaultView.getComputedStyle){if(n=document.defaultView.getComputedStyle(e,null))return Gp(n.getPropertyValue(Wp(t)));if("display"===t)return"none"}return e.currentStyle?Gp("float"===t?e.currentStyle.cssFloat||e.currentStyle.styleFloat:e.currentStyle[Zp(t)]):Gp(e.style&&e.style[Zp(t)])};function Xp(e,t){var n=Jp.get(e,t);return"auto"===n||"scroll"===n}var Jp={get:Yp,getScrollParent:function(e){if(!e)return null;for(var t=e.ownerDocument;e&&e!==t.body;){if(Xp(e,"overflow")||Xp(e,"overflowY")||Xp(e,"overflowX"))return e;e=e.parentNode}return t.defaultView||t.parentWindow}},Qp=Jp,eh=hp;var th=function(e){var t=e.ownerDocument.documentElement;if(!("getBoundingClientRect"in e)||!eh(t,e))return{left:0,right:0,top:0,bottom:0};var n=e.getBoundingClientRect();return{left:Math.round(n.left)-t.clientLeft,right:Math.round(n.right)-t.clientLeft,top:Math.round(n.top)-t.clientTop,bottom:Math.round(n.bottom)-t.clientTop}};var nh=function(e){var t=th(e);return{x:t.left,y:t.top,width:t.right-t.left,height:t.bottom-t.top}},rh="undefined"!=typeof navigator&&navigator.userAgent.indexOf("AppleWebKit")>-1;var oh=function(e){return(e=e||document).scrollingElement?e.scrollingElement:rh||"CSS1Compat"!==e.compatMode?e.body:e.documentElement},ih=function(e){return e.Window&&e instanceof e.Window?{x:e.pageXOffset||e.document.documentElement.scrollLeft,y:e.pageYOffset||e.document.documentElement.scrollTop}:{x:e.scrollLeft,y:e.scrollTop}};var ah=function(e){var t=oh(e.ownerDocument||e.document);e.Window&&e instanceof e.Window&&(e=t);var n=ih(e),r=e===t?e.ownerDocument.documentElement:e,o=e.scrollWidth-r.clientWidth,i=e.scrollHeight-r.clientHeight;return n.x=Math.max(0,Math.min(n.x,o)),n.y=Math.max(0,Math.min(n.y,i)),n};function sh(){var e;return document.documentElement&&(e=document.documentElement.clientWidth),!e&&document.body&&(e=document.body.clientWidth),e||0}function uh(){var e;return document.documentElement&&(e=document.documentElement.clientHeight),!e&&document.body&&(e=document.body.clientHeight),e||0}function lh(){return{width:window.innerWidth||sh(),height:window.innerHeight||uh()}}lh.withoutScrollbars=function(){return{width:sh(),height:uh()}};var ch,fh,dh,ph,hh=lh;function gh(){if(fh)return ch;fh=1;var e=lf;function t(){return t=e||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},t.apply(this,arguments)}function n(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function r(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),r.forEach((function(t){i(e,t,n[t])}))}return e}function i(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}var a=Kp(),s=sd,u=o,l=Vp,c=Qp,f=nh,d=ah,p=hh,h=ps,g=cd;ha.exports.List;var v=function(e,t){return e.getAnchorKey()===t||e.getFocusKey()===t},m=function(e,t){var n=t.get(e.getType())||t.get("unstyled"),r=n.wrapper;return{Element:n.element||t.get("unstyled").element,wrapperTemplate:r}},b=function(e,t){var n=t(e);return n?{CustomComponent:n.component,customProps:n.props,customEditable:n.editable}:{}},y=function(e,t,n,o,i,a){var s={"data-block":!0,"data-editor":t,"data-offset-key":n,key:e.getKey(),ref:a},u=o(e);return u&&(s.className=u),void 0!==i.customEditable&&(s=r({},s,{contentEditable:i.customEditable,suppressContentEditableWarning:!0})),s},w=function(e){var o,w;function C(){for(var t,r=arguments.length,o=new Array(r),a=0;a<r;a++)o[a]=arguments[a];return i(n(t=e.call.apply(e,[this].concat(o))||this),"wrapperRef",u.createRef()),t}w=e,(o=C).prototype=Object.create(w.prototype),o.prototype.constructor=o,o.__proto__=w;var _=C.prototype;return _.shouldComponentUpdate=function(e){var t=this.props,n=t.block,r=t.direction,o=t.tree,i=!n.getChildKeys().isEmpty(),a=n!==e.block||o!==e.tree||r!==e.direction||v(e.selection,e.block.getKey())&&e.forceSelection;return i||a},_.componentDidMount=function(){var e=this.props.selection,t=e.getEndKey();if(e.getHasFocus()&&t===this.props.block.getKey()){var n=this.wrapperRef.current;if(n){var r,o=c.getScrollParent(n),i=d(o);if(o===window){var a=f(n);(r=a.y+a.height-p().height)>0&&window.scrollTo(i.x,i.y+r+10)}else{g(n)||("production"!==process.env.NODE_ENV?h(!1,"blockNode is not an HTMLElement"):h(!1));var s=n;(r=s.offsetHeight+s.offsetTop-(o.offsetHeight+i.y))>0&&l.setTop(o,l.getTop(o)+r+10)}}}},_.render=function(){var e=this,n=this.props,o=n.block,i=n.blockRenderMap,l=n.blockRendererFn,c=n.blockStyleFn,f=n.contentState,d=n.decorator,p=n.editorKey,h=n.editorState,g=n.customStyleFn,w=n.customStyleMap,_=n.direction,x=n.forceSelection,S=n.selection,k=n.tree,E=null;o.children.size&&(E=o.children.reduce((function(t,n){var o=s.encode(n,0,0),a=f.getBlockForKey(n),d=b(a,l),g=d.CustomComponent||C,v=m(a,i),w=v.Element,_=v.wrapperTemplate,x=y(a,p,o,c,d,null),S=r({},e.props,{tree:h.getBlockTree(n),blockProps:d.customProps,offsetKey:o,block:a});return t.push(u.createElement(w,x,u.createElement(g,S))),!_||function(e,t){var n=e.getNextSiblingKey();return!!n&&t.getBlockForKey(n).getType()===e.getType()}(a,f)||function(e,t,n){var r=[],o=!0,i=!1,a=void 0;try{for(var l,c=n.reverse()[Symbol.iterator]();!(o=(l=c.next()).done);o=!0){var f=l.value;if(f.type!==t)break;r.push(f)}}catch(e){i=!0,a=e}finally{try{o||null==c.return||c.return()}finally{if(i)throw a}}n.splice(n.indexOf(r[0]),r.length+1);var d=r.reverse(),p=d[0].key;n.push(u.cloneElement(e,{key:"".concat(p,"-wrap"),"data-offset-key":s.encode(p,0,0)},d))}(_,w,t),t}),[]));var O=o.getKey(),T=s.encode(O,0,0),L=b(o,l),D=L.CustomComponent,M=null!=D?u.createElement(D,t({},this.props,{tree:h.getBlockTree(O),blockProps:L.customProps,offsetKey:T,block:o})):u.createElement(a,{block:o,children:E,contentState:f,customStyleFn:g,customStyleMap:w,decorator:d,direction:_,forceSelection:x,hasSelection:v(S,O),selection:S,tree:k});if(o.getParentKey())return M;var A=m(o,i).Element,R=y(o,p,T,c,L,this.wrapperRef);return u.createElement(A,R,M)},C}(u.Component);return ch=w}var vh=lf;function mh(){return mh=vh||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},mh.apply(this,arguments)}function bh(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function yh(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}var wh,Ch,_h,xh,Sh=Hp,kh=sd,Eh=o,Oh=Vp,Th=Qp,Lh=Wl,Dh=Nl,Mh=Qc,Ah=nh,Rh=ah,Bh=hh,Ih=ps,jh=cd,Nh=tc,Fh=function(e,t){return e.getAnchorKey()===t||e.getFocusKey()===t},Ph=function(e){var t,n;function r(){for(var t,n=arguments.length,r=new Array(n),o=0;o<n;o++)r[o]=arguments[o];return yh(bh(t=e.call.apply(e,[this].concat(r))||this),"_node",void 0),t}n=e,(t=r).prototype=Object.create(n.prototype),t.prototype.constructor=t,t.__proto__=n;var o=r.prototype;return o.shouldComponentUpdate=function(e){return this.props.block!==e.block||this.props.tree!==e.tree||this.props.direction!==e.direction||Fh(e.selection,e.block.getKey())&&e.forceSelection},o.componentDidMount=function(){if(!this.props.preventScroll){var e=this.props.selection,t=e.getEndKey();if(e.getHasFocus()&&t===this.props.block.getKey()){var n=this._node;if(null!=n){var r,o=Th.getScrollParent(n),i=Rh(o);if(o===window){var a=Ah(n);(r=a.y+a.height-Bh().height)>0&&window.scrollTo(i.x,i.y+r+10)}else{jh(n)||("production"!==process.env.NODE_ENV?Ih(!1,"blockNode is not an HTMLElement"):Ih(!1)),(r=n.offsetHeight+n.offsetTop-(o.offsetTop+o.offsetHeight+i.y))>0&&Oh.setTop(o,Oh.getTop(o)+r+10)}}}}},o._renderChildren=function(){var e=this,t=this.props.block,n=t.getKey(),r=t.getText(),o=this.props.tree.size-1,i=Fh(this.props.selection,n);return this.props.tree.map((function(a,s){var u=a.get("leaves");if(0===u.size)return null;var l=u.size-1,c=u.map((function(a,u){var c=kh.encode(n,s,u),f=a.get("start"),d=a.get("end");return Eh.createElement(Sh,{key:c,offsetKey:c,block:t,start:f,selection:i?e.props.selection:null,forceSelection:e.props.forceSelection,text:r.slice(f,d),styleSet:t.getInlineStyleAt(f),customStyleMap:e.props.customStyleMap,customStyleFn:e.props.customStyleFn,isLast:s===o&&u===l})})).toArray(),f=a.get("decoratorKey");if(null==f)return c;if(!e.props.decorator)return c;var d=Nh(e.props.decorator),p=d.getComponentForKey(f);if(!p)return c;var h=d.getPropsForKey(f),g=kh.encode(n,s,0),v=u.first().get("start"),m=u.last().get("end"),b=r.slice(v,m),y=t.getEntityAt(a.get("start")),w=Dh.getHTMLDirIfDifferent(Lh.getDirection(b),e.props.direction),C={contentState:e.props.contentState,decoratedText:b,dir:w,start:v,end:m,blockKey:n,entityKey:y,offsetKey:g};return Eh.createElement(p,mh({},h,C,{key:g}),c)})).toArray()},o.render=function(){var e=this,t=this.props,n=t.direction,r=t.offsetKey,o=Mh({"public/DraftStyleDefault/block":!0,"public/DraftStyleDefault/ltr":"LTR"===n,"public/DraftStyleDefault/rtl":"RTL"===n});return Eh.createElement("div",{"data-offset-key":r,className:o,ref:function(t){return e._node=t}},this._renderChildren())},r}(Eh.Component),zh=Ph;var Hh=sl("draft_tree_data_support")?function(){if(ph)return dh;ph=1;var e=lf;function t(){return t=e||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},t.apply(this,arguments)}var n=gh(),r=sd,i=o,a=tc,s=function(e){var o,s;function u(){return e.apply(this,arguments)||this}s=e,(o=u).prototype=Object.create(s.prototype),o.prototype.constructor=o,o.__proto__=s;var l=u.prototype;return l.shouldComponentUpdate=function(e){var t=this.props.editorState,n=e.editorState;if(t.getDirectionMap()!==n.getDirectionMap())return!0;if(t.getSelection().getHasFocus()!==n.getSelection().getHasFocus())return!0;var r=n.getNativelyRenderedContent(),o=t.isInCompositionMode(),i=n.isInCompositionMode();if(t===n||null!==r&&n.getCurrentContent()===r||o&&i)return!1;var a=t.getCurrentContent(),s=n.getCurrentContent(),u=t.getDecorator(),l=n.getDecorator();return o!==i||a!==s||u!==l||n.mustForceSelection()},l.render=function(){for(var e=this.props,o=e.blockRenderMap,s=e.blockRendererFn,u=e.blockStyleFn,l=e.customStyleMap,c=e.customStyleFn,f=e.editorState,d=e.editorKey,p=e.textDirectionality,h=f.getCurrentContent(),g=f.getSelection(),v=f.mustForceSelection(),m=f.getDecorator(),b=a(f.getDirectionMap()),y=[],w=h.getBlocksAsArray()[0];w;){var C=w.getKey(),_={blockRenderMap:o,blockRendererFn:s,blockStyleFn:u,contentState:h,customStyleFn:c,customStyleMap:l,decorator:m,editorKey:d,editorState:f,forceSelection:v,selection:g,block:w,direction:p||b.get(C),tree:f.getBlockTree(C)},x=(o.get(w.getType())||o.get("unstyled")).wrapper;y.push({block:i.createElement(n,t({key:C},_)),wrapperTemplate:x,key:C,offsetKey:r.encode(C,0,0)});var S=w.getNextSiblingKey();w=S?h.getBlockForKey(S):null}for(var k=[],E=0;E<y.length;){var O=y[E];if(O.wrapperTemplate){var T=[];do{T.push(y[E].block),E++}while(E<y.length&&y[E].wrapperTemplate===O.wrapperTemplate);var L=i.cloneElement(O.wrapperTemplate,{key:O.key+"-wrap","data-offset-key":O.offsetKey},T);k.push(L)}else k.push(O.block),E++}return i.createElement("div",{"data-contents":"true"},k)},u}(i.Component);return dh=s}():function(){if(xh)return _h;xh=1;var e=lf;function t(){return t=e||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},t.apply(this,arguments)}function n(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},o=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(o=o.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),o.forEach((function(t){r(e,t,n[t])}))}return e}function r(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}var i=zh,a=sd,s=o,u=Qc,l=(Ch||(Ch=1,wh=function(e){var t=e||"",n=arguments.length;if(n>1)for(var r=1;r<n;r++){var o=arguments[r];o&&(t=(t?t+" ":"")+o)}return t}),wh),c=tc,f=function(e,t,n,r){return u({"public/DraftStyleDefault/unorderedListItem":"unordered-list-item"===e,"public/DraftStyleDefault/orderedListItem":"ordered-list-item"===e,"public/DraftStyleDefault/reset":n,"public/DraftStyleDefault/depth0":0===t,"public/DraftStyleDefault/depth1":1===t,"public/DraftStyleDefault/depth2":2===t,"public/DraftStyleDefault/depth3":3===t,"public/DraftStyleDefault/depth4":t>=4,"public/DraftStyleDefault/listLTR":"LTR"===r,"public/DraftStyleDefault/listRTL":"RTL"===r})},d=function(e){var r,o;function u(){return e.apply(this,arguments)||this}o=e,(r=u).prototype=Object.create(o.prototype),r.prototype.constructor=r,r.__proto__=o;var d=u.prototype;return d.shouldComponentUpdate=function(e){var t=this.props.editorState,n=e.editorState;if(t.getDirectionMap()!==n.getDirectionMap())return!0;if(t.getSelection().getHasFocus()!==n.getSelection().getHasFocus())return!0;var r=n.getNativelyRenderedContent(),o=t.isInCompositionMode(),i=n.isInCompositionMode();if(t===n||null!==r&&n.getCurrentContent()===r||o&&i)return!1;var a=t.getCurrentContent(),s=n.getCurrentContent(),u=t.getDecorator(),l=n.getDecorator();return o!==i||a!==s||u!==l||n.mustForceSelection()},d.render=function(){for(var e=this.props,r=e.blockRenderMap,o=e.blockRendererFn,u=e.blockStyleFn,d=e.customStyleMap,p=e.customStyleFn,h=e.editorState,g=e.editorKey,v=e.preventScroll,m=e.textDirectionality,b=h.getCurrentContent(),y=h.getSelection(),w=h.mustForceSelection(),C=h.getDecorator(),_=c(h.getDirectionMap()),x=b.getBlocksAsArray(),S=[],k=null,E=null,O=0;O<x.length;O++){var T=x[O],L=T.getKey(),D=T.getType(),M=o(T),A=void 0,R=void 0,B=void 0;M&&(A=M.component,R=M.props,B=M.editable);var I=m||_.get(L),j=a.encode(L,0,0),N={contentState:b,block:T,blockProps:R,blockStyleFn:u,customStyleMap:d,customStyleFn:p,decorator:C,direction:I,forceSelection:w,offsetKey:j,preventScroll:v,selection:y,tree:h.getBlockTree(L)},F=r.get(D)||r.get("unstyled"),P=F.wrapper,z=F.element||r.get("unstyled").element,H=T.getDepth(),K="";if(u&&(K=u(T)),"li"===z)K=l(K,f(D,H,E!==P||null===k||H>k,I));var U=A||i,V={className:K,"data-block":!0,"data-editor":g,"data-offset-key":j,key:L};void 0!==B&&(V=n({},V,{contentEditable:B,suppressContentEditableWarning:!0}));var $=s.createElement(z,V,s.createElement(U,t({},N,{key:L})));S.push({block:$,wrapperTemplate:P,key:L,offsetKey:j}),k=P?T.getDepth():null,E=P}for(var q=[],Z=0;Z<S.length;){var W=S[Z];if(W.wrapperTemplate){var G=[];do{G.push(S[Z].block),Z++}while(Z<S.length&&S[Z].wrapperTemplate===W.wrapperTemplate);var Y=s.cloneElement(W.wrapperTemplate,{key:W.key+"-wrap","data-offset-key":W.offsetKey},G);q.push(Y)}else q.push(W.block),Z++}return s.createElement("div",{"data-contents":"true"},q)},u}(s.Component);return _h=d}(),Kh={isImage:function(e){return"image"===Uh(e)[0]},isJpeg:function(e){var t=Uh(e);return Kh.isImage(e)&&("jpeg"===t[1]||"pjpeg"===t[1])}};function Uh(e){return e.split("/")}var Vh=Kh,$h=ps;var qh=function(e){return function(e){return!!e&&("object"==typeof e||"function"==typeof e)&&"length"in e&&!("setInterval"in e)&&"number"!=typeof e.nodeType&&(Array.isArray(e)||"callee"in e||"item"in e)}(e)?Array.isArray(e)?e.slice():function(e){var t=e.length;if((Array.isArray(e)||"object"!=typeof e&&"function"!=typeof e)&&("production"!==process.env.NODE_ENV?$h(!1,"toArray: Array-like object expected"):$h(!1)),"number"!=typeof t&&("production"!==process.env.NODE_ENV?$h(!1,"toArray: Object needs a length property"):$h(!1)),0===t||t-1 in e||("production"!==process.env.NODE_ENV?$h(!1,"toArray: Object should have keys for indices"):$h(!1)),"function"==typeof e.callee&&("production"!==process.env.NODE_ENV?$h(!1,"toArray: Object can't be `arguments`. Use rest params (function(...args) {}) or Array.from() instead."):$h(!1)),e.hasOwnProperty)try{return Array.prototype.slice.call(e)}catch(e){}for(var n=Array(t),r=0;r<t;r++)n[r]=e[r];return n}(e):[e]};function Zh(e){return function(){return e}}var Wh=function(){};Wh.thatReturns=Zh,Wh.thatReturnsFalse=Zh(!1),Wh.thatReturnsTrue=Zh(!0),Wh.thatReturnsNull=Zh(null),Wh.thatReturnsThis=function(){return this},Wh.thatReturnsArgument=function(e){return e};var Gh=Wh,Yh=Vh,Xh=qh,Jh=Gh,Qh=new RegExp("\r\n","g"),eg={"text/rtf":1,"text/html":1};function tg(e){if("file"==e.kind)return e.getAsFile()}var ng=function(){function e(e){this.data=e,this.types=e.types?Xh(e.types):[]}var t=e.prototype;return t.isRichText=function(){return!(!this.getHTML()||!this.getText())||!this.isImage()&&this.types.some((function(e){return eg[e]}))},t.getText=function(){var e;return this.data.getData&&(this.types.length?-1!=this.types.indexOf("text/plain")&&(e=this.data.getData("text/plain")):e=this.data.getData("Text")),e?e.replace(Qh,"\n"):null},t.getHTML=function(){if(this.data.getData){if(!this.types.length)return this.data.getData("Text");if(-1!=this.types.indexOf("text/html"))return this.data.getData("text/html")}},t.isLink=function(){return this.types.some((function(e){return-1!=e.indexOf("Url")||-1!=e.indexOf("text/uri-list")||e.indexOf("text/x-moz-url")}))},t.getLink=function(){return this.data.getData?-1!=this.types.indexOf("text/x-moz-url")?this.data.getData("text/x-moz-url").split("\n")[0]:-1!=this.types.indexOf("text/uri-list")?this.data.getData("text/uri-list"):this.data.getData("url"):null},t.isImage=function(){var e=this.types.some((function(e){return-1!=e.indexOf("application/x-moz-file")}));if(e)return!0;for(var t=this.getFiles(),n=0;n<t.length;n++){var r=t[n].type;if(!Yh.isImage(r))return!1}return!0},t.getCount=function(){return this.data.hasOwnProperty("items")?this.data.items.length:this.data.hasOwnProperty("mozItemCount")?this.data.mozItemCount:this.data.files?this.data.files.length:null},t.getFiles=function(){return this.data.items?Array.prototype.slice.call(this.data.items).map(tg).filter(Jh.thatReturnsArgument):this.data.files?Array.prototype.slice.call(this.data.files):[]},t.hasFiles=function(){return this.getFiles().length>0},e}(),rg=ng,og=ps,ig=/\.textClipping$/,ag={"text/plain":!0,"text/html":!0,"text/rtf":!0};var sg=function(e,t){var n=0,r=[];e.forEach((function(o){!function(e,t){if(!Ct.FileReader||e.type&&!(e.type in ag))return void t("");if(""===e.type){var n="";return ig.test(e.name)&&(n=e.name.replace(ig,"")),void t(n)}var r=new FileReader;r.onload=function(){var e=r.result;"string"!=typeof e&&("production"!==process.env.NODE_ENV?og(!1,'We should be calling "FileReader.readAsText" which returns a string'):og(!1)),t(e)},r.onerror=function(){t("")},r.readAsText(e)}(o,(function(o){n++,o&&r.push(o.slice(0,5e3)),n==e.length&&t(r.join("\r"))}))}))};var ug=function(e){return"handled"===e||!0===e},lg=rg,cg=Au,fg=Sc,dg=Gf,pg=Uf,hg=sg,gg=vd,vg=Yf,mg=ug,bg=tc;function yg(e){e._internalDrag=!1;var t=e.editorContainer;if(t){var n=new MouseEvent("mouseup",{view:vg(t),bubbles:!0,cancelable:!0});t.dispatchEvent(n)}}function wg(e,t,n){var r=cg.insertText(e.getCurrentContent(),t,n,e.getCurrentInlineStyle());return fg.push(e,r,"insert-fragment")}var Cg={onDragEnd:function(e){e.exitCurrentMode(),yg(e)},onDrop:function(e,t){var n=new lg(t.nativeEvent.dataTransfer),r=e._latestEditorState,o=function(e,t){var n=null,r=null,o=pg(e.currentTarget);if("function"==typeof o.caretRangeFromPoint){var i=o.caretRangeFromPoint(e.x,e.y);n=i.startContainer,r=i.startOffset}else{if(!e.rangeParent)return null;n=e.rangeParent,r=e.rangeOffset}n=bg(n),r=bg(r);var a=bg(dg(n));return gg(t,a,r,a,r)}(t.nativeEvent,r);if(t.preventDefault(),e._dragCount=0,e.exitCurrentMode(),null!=o){var i=n.getFiles();if(i.length>0){if(e.props.handleDroppedFiles&&mg(e.props.handleDroppedFiles(o,i)))return;hg(i,(function(t){t&&e.update(wg(r,o,t))}))}else{var a=e._internalDrag?"internal":"external";e.props.handleDrop&&mg(e.props.handleDrop(o,n,a))||(e._internalDrag?e.update(function(e,t){var n=cg.moveText(e.getCurrentContent(),e.getSelection(),t);return fg.push(e,n,"insert-fragment")}(r,o)):e.update(wg(r,o,n.getText()))),yg(e)}}}};var _g=function(e){var t=e.getSelection(),n=t.getAnchorKey(),r=e.getBlockTree(n),o=t.getStartOffset(),i=!1;return r.some((function(e){return o===e.get("start")?(i=!0,!0):o<e.get("end")&&e.get("leaves").some((function(e){var t=e.get("start");return o===t&&(i=!0,!0)}))})),i};!function(e,t){if(!e.setImmediate){var n,r,o,i,a,s=1,u={},l=!1,c=e.document,f=Object.getPrototypeOf&&Object.getPrototypeOf(e);f=f&&f.setTimeout?f:e,"[object process]"==={}.toString.call(e.process)?n=function(e){process.nextTick((function(){p(e)}))}:!function(){if(e.postMessage&&!e.importScripts){var t=!0,n=e.onmessage;return e.onmessage=function(){t=!1},e.postMessage("","*"),e.onmessage=n,t}}()?e.MessageChannel?((o=new MessageChannel).port1.onmessage=function(e){p(e.data)},n=function(e){o.port2.postMessage(e)}):c&&"onreadystatechange"in c.createElement("script")?(r=c.documentElement,n=function(e){var t=c.createElement("script");t.onreadystatechange=function(){p(e),t.onreadystatechange=null,r.removeChild(t),t=null},r.appendChild(t)}):n=function(e){setTimeout(p,0,e)}:(i="setImmediate$"+Math.random()+"$",a=function(t){t.source===e&&"string"==typeof t.data&&0===t.data.indexOf(i)&&p(+t.data.slice(i.length))},e.addEventListener?e.addEventListener("message",a,!1):e.attachEvent("onmessage",a),n=function(t){e.postMessage(i+t,"*")}),f.setImmediate=function(e){"function"!=typeof e&&(e=new Function(""+e));for(var t=new Array(arguments.length-1),r=0;r<t.length;r++)t[r]=arguments[r+1];var o={callback:e,args:t};return u[s]=o,n(s),s++},f.clearImmediate=d}function d(e){delete u[e]}function p(e){if(l)setTimeout(p,0,e);else{var t=u[e];if(t){l=!0;try{!function(e){var t=e.callback,n=e.args;switch(n.length){case 0:t();break;case 1:t(n[0]);break;case 2:t(n[0],n[1]);break;case 3:t(n[0],n[1],n[2]);break;default:t.apply(void 0,n)}}(t)}finally{d(e),l=!1}}}}}("undefined"==typeof self?Ct:self);var xg=Ct.setImmediate,Sg=Au,kg=Sc,Eg=jd,Og=ug,Tg=_g,Lg=tc,Dg=xg,Mg=Kf.isBrowser("Firefox");function Ag(e,t,n,r,o){var i=Sg.replaceText(e.getCurrentContent(),e.getSelection(),t,n,r);return kg.push(e,i,"insert-characters",o)}var Rg=function(e,t){void 0!==e._pendingStateFromBeforeInput&&(e.update(e._pendingStateFromBeforeInput),e._pendingStateFromBeforeInput=void 0);var n=e._latestEditorState,r=t.data;if(r)if(e.props.handleBeforeInput&&Og(e.props.handleBeforeInput(r,n,t.timeStamp)))t.preventDefault();else{var o=n.getSelection(),i=o.getStartOffset(),a=o.getAnchorKey();if(!o.isCollapsed())return t.preventDefault(),void e.update(Ag(n,r,n.getCurrentInlineStyle(),Eg(n.getCurrentContent(),n.getSelection()),!0));var s,u=Ag(n,r,n.getCurrentInlineStyle(),Eg(n.getCurrentContent(),n.getSelection()),!1),l=!1;if(l||(l=Tg(e._latestCommittedEditorState)),!l){var c=n.getBlockTree(a),f=u.getBlockTree(a);l=c.size!==f.size||c.zip(f).some((function(e){var t=e[0],n=e[1],o=t.get("start"),a=o+(o>=i?r.length:0),s=t.get("end"),u=s+(s>=i?r.length:0),l=n.get("start"),c=n.get("end"),f=n.get("decoratorKey");return t.get("decoratorKey")!==f||t.get("leaves").size!==n.get("leaves").size||a!==l||u!==c||null!=f&&c-l!=s-o}))}if(l||(s=r,l=Mg&&("'"==s||"/"==s)),l||(l=Lg(u.getDirectionMap()).get(a)!==Lg(n.getDirectionMap()).get(a)),l)return t.preventDefault(),u=kg.set(u,{forceSelection:!0}),void e.update(u);u=kg.set(u,{nativelyRenderedContent:u.getCurrentContent()}),e._pendingStateFromBeforeInput=u,Dg((function(){void 0!==e._pendingStateFromBeforeInput&&(e.update(e._pendingStateFromBeforeInput),e._pendingStateFromBeforeInput=void 0)}))}},Bg=Sc,Ig=hp,jg=gp;var Ng=function(e,t){var n=t.currentTarget.ownerDocument;if(!Boolean(e.props.preserveSelectionOnBlur)&&jg(n)===n.body){var r=n.defaultView.getSelection(),o=e.editor;1===r.rangeCount&&Ig(o,r.anchorNode)&&Ig(o,r.focusNode)&&r.removeAllRanges()}var i=e._latestEditorState,a=i.getSelection();if(a.getHasFocus()){var s=a.set("hasFocus",!1);e.props.onBlur&&e.props.onBlur(t),e.update(Bg.acceptSelection(i,s))}},Fg=Sc;var Pg=function(e,t){e.setMode("composite"),e.update(Fg.set(e._latestEditorState,{inCompositionMode:!0})),e._onCompositionStart(t)},zg=Bs;var Hg=function(e){var t=e.getSelection();return t.isCollapsed()?null:zg(e.getCurrentContent(),t)},Kg=Hg;var Ug=function(e,t){e._latestEditorState.getSelection().isCollapsed()?t.preventDefault():e.setClipboard(Kg(e._latestEditorState))};var Vg=Au,$g=Sc,qg=Qp,Zg=Hg,Wg=ah,Gg=function(e){if(!e||!("ownerDocument"in e))return!1;if("ownerDocument"in e){var t=e;if(!t.ownerDocument.defaultView)return t instanceof Node;if(t instanceof t.ownerDocument.defaultView.Node)return!0}return!1};var Yg=function(e,t){var n,r=e._latestEditorState,o=r.getSelection(),i=t.target;if(o.isCollapsed())t.preventDefault();else{if(Gg(i)){var a=i;n=Wg(qg.getScrollParent(a))}var s=Zg(r);e.setClipboard(s),e.setMode("cut"),setTimeout((function(){e.restoreEditorDOM(n),e.exitCurrentMode(),e.update(function(e){var t=Vg.removeRange(e.getCurrentContent(),e.getSelection(),"forward");return $g.push(e,t,"remove-range")}(r))}),0)}};var Xg=function(e,t){e.setMode("drag"),t.preventDefault()};var Jg=function(e){e._internalDrag=!0,e.setMode("drag")},Qg=Sc,ev=Kf;var tv=function(e,t){var n=e._latestEditorState,r=n.getSelection();if(!r.getHasFocus()){var o=r.set("hasFocus",!0);e.props.onFocus&&e.props.onFocus(t),ev.isBrowser("Chrome < 60.0.3081.0")?e.update(Qg.forceSelection(n,o)):e.update(Qg.acceptSelection(n,o))}},nv=ps,rv=/[\uD800-\uDFFF]/;function ov(e){return 55296<=e&&e<=57343}function iv(e){return rv.test(e)}function av(e,t){return 1+ov(e.charCodeAt(t))}function sv(e,t,n){if(t=t||0,n=void 0===n?1/0:n||0,!iv(e))return e.substr(t,n);var r=e.length;if(r<=0||t>r||n<=0)return"";var o=0;if(t>0){for(;t>0&&o<r;t--)o+=av(e,o);if(o>=r)return""}else if(t<0){for(o=r;t<0&&0<o;t++)o-=av(e,o-1);o<0&&(o=0)}var i=r;if(n<r)for(i=o;n>0&&i<r;n--)i+=av(e,i);return e.substring(o,i)}var uv={getCodePoints:function(e){for(var t=[],n=0;n<e.length;n+=av(e,n))t.push(e.codePointAt(n));return t},getUTF16Length:av,hasSurrogateUnit:iv,isCodeUnitInSurrogateRange:ov,isSurrogatePair:function(e,t){if(0<=t&&t<e.length||("production"!==process.env.NODE_ENV?nv(!1,"isSurrogatePair: Invalid index %s for string length %s.",t,e.length):nv(!1)),t+1===e.length)return!1;var n=e.charCodeAt(t),r=e.charCodeAt(t+1);return 55296<=n&&n<=56319&&56320<=r&&r<=57343},strlen:function(e){if(!iv(e))return e.length;for(var t=0,n=0;n<e.length;n+=av(e,n))t++;return t},substring:function(e,t,n){(t=t||0)<0&&(t=0),(n=void 0===n?1/0:n||0)<0&&(n=0);var r=Math.abs(n-t);return sv(e,t=t<n?t:n,r)},substr:sv},lv=Gh;function cv(e){for(var t=arguments.length,n=new Array(t>1?t-1:0),r=1;r<t;r++)n[r-1]=arguments[r];var o=0,i="Warning: "+e.replace(/%s/g,(function(){return n[o++]}));"undefined"!=typeof console&&console.error(i);try{throw new Error(i)}catch(e){}}var fv="production"!==process.env.NODE_ENV?function(e,t){if(void 0===t)throw new Error("`warning(condition, format, ...args)` requires a warning message argument");if(!e){for(var n=arguments.length,r=new Array(n>2?n-2:0),o=2;o<n;o++)r[o-2]=arguments[o];cv.apply(void 0,[t].concat(r))}}:lv,dv=fv,pv=dv;var hv=function(e,t){var n=e.getSelection();"production"!==process.env.NODE_ENV&&pv(n.isCollapsed(),"moveSelectionBackward should only be called with a collapsed SelectionState");var r=e.getCurrentContent(),o=n.getStartKey(),i=n.getStartOffset(),a=o,s=0;if(t>i){var u=r.getKeyBefore(o);if(null==u)a=o;else a=u,s=r.getBlockForKey(u).getText().length}else s=i-t;return n.merge({focusKey:a,focusOffset:s,isBackward:!0})},gv=Au,vv=sl("draft_tree_data_support");var mv=function(e,t,n){var r=e.getSelection(),o=e.getCurrentContent(),i=r,a=r.getAnchorKey(),s=r.getFocusKey(),u=o.getBlockForKey(a);if(vv&&"forward"===n&&a!==s)return o;if(r.isCollapsed()){if("forward"===n){if(e.isSelectionAtEndOfContent())return o;if(vv)if(r.getAnchorOffset()===o.getBlockForKey(a).getLength()){var l=o.getBlockForKey(u.nextSibling);if(!l||0===l.getLength())return o}}else if(e.isSelectionAtStartOfContent())return o;if((i=t(e))===r)return o}return gv.removeRange(o,i,n)},bv=Sc,yv=uv,wv=hv,Cv=mv;var _v=function(e){var t=Cv(e,(function(e){var t=e.getSelection(),n=e.getCurrentContent(),r=t.getAnchorKey(),o=t.getAnchorOffset(),i=n.getBlockForKey(r).getText()[o-1];return wv(e,i?yv.getUTF16Length(i,0):1)}),"backward");if(t===e.getCurrentContent())return e;var n=e.getSelection();return bv.push(e,t.set("selectionBefore",n),n.isCollapsed()?"backspace-character":"remove-range")},xv=Au,Sv=sd,kv=Sc,Ev=Rd.notEmptyKey,Ov=Gf,Tv=_v,Lv=tc,Dv=Kf.isEngine("Gecko");var Mv=function(e,t){void 0!==e._pendingStateFromBeforeInput&&(e.update(e._pendingStateFromBeforeInput),e._pendingStateFromBeforeInput=void 0);var n=e.editor.ownerDocument.defaultView.getSelection(),r=n.anchorNode,o=n.isCollapsed,i=(null==r?void 0:r.nodeType)!==Node.TEXT_NODE&&(null==r?void 0:r.nodeType)!==Node.ELEMENT_NODE;if(null!=r&&!i){if(r.nodeType===Node.TEXT_NODE&&(null!==r.previousSibling||null!==r.nextSibling)){var a=r.parentNode;if(null==a)return;r.nodeValue=a.textContent;for(var s=a.firstChild;null!=s;s=s.nextSibling)s!==r&&a.removeChild(s)}var u=r.textContent,l=e._latestEditorState,c=Lv(Ov(r)),f=Sv.decode(c),d=f.blockKey,p=f.decoratorKey,h=f.leafKey,g=l.getBlockTree(d).getIn([p,"leaves",h]),v=g.start,m=g.end,b=l.getCurrentContent(),y=b.getBlockForKey(d),w=y.getText().slice(v,m);if(u.endsWith("\n\n")&&(u=u.slice(0,-1)),u!==w){var C,_,x,S,k=l.getSelection(),E=k.merge({anchorOffset:v,focusOffset:m,isBackward:!1}),O=y.getEntityAt(v),T=Ev(O)?b.getEntity(O):null,L="MUTABLE"===(null!=T?T.getMutability():null),D=L?"spellcheck-change":"apply-entity",M=xv.replaceText(b,E,u,y.getInlineStyleAt(v),L?y.getEntityAt(v):null);if(Dv)C=n.anchorOffset,_=n.focusOffset,S=(x=v+Math.min(C,_))+Math.abs(C-_),C=x,_=S;else{var A=u.length-w.length;x=k.getStartOffset(),S=k.getEndOffset(),C=o?S+A:x,_=S+A}var R=M.merge({selectionBefore:b.getSelectionAfter(),selectionAfter:k.merge({anchorOffset:C,focusOffset:_})});e.update(kv.push(l,R,D))}else{var B=t.nativeEvent.inputType;if(B){var I=function(e,t){return"deleteContentBackward"===e?Tv(t):t}(B,l);if(I!==l)return e.restoreEditorDOM(),void e.update(I)}}}},Av=ud;var Rv=function(e){return e.which===Av.RETURN&&(e.getModifierState("Shift")||e.getModifierState("Alt")||e.getModifierState("Control"))},Bv=Kf.isPlatform("Mac OS X"),Iv={isCtrlKeyCommand:function(e){return!!e.ctrlKey&&!e.altKey},isOptionKeyCommand:function(e){return Bv&&e.altKey},usesMacOSHeuristics:function(){return Bv},hasCommandModifier:function(e){return Bv?!!e.metaKey&&!e.altKey:Iv.isCtrlKeyCommand(e)},isSoftNewlineEvent:Rv},jv=Iv,Nv=Au,Fv=Sc,Pv=Bs,zv=tc,Hv=null,Kv={cut:function(e){var t=e.getCurrentContent(),n=e.getSelection(),r=null;if(n.isCollapsed()){var o=n.getAnchorKey(),i=t.getBlockForKey(o).getLength();if(i===n.getAnchorOffset()){var a=t.getKeyAfter(o);if(null==a)return e;r=n.set("focusKey",a).set("focusOffset",0)}else r=n.set("focusOffset",i)}else r=n;r=zv(r),Hv=Pv(t,r);var s=Nv.removeRange(t,r,"forward");return s===t?e:Fv.push(e,s,"remove-range")},paste:function(e){if(!Hv)return e;var t=Nv.replaceWithFragment(e.getCurrentContent(),e.getSelection(),Hv);return Fv.push(e,t,"insert-fragment")}},Uv=ps;var Vv=Kf.isBrowser("Chrome")?function(e){for(var t=e.cloneRange(),n=[],r=e.endContainer;null!=r;r=r.parentNode){var o=r===e.commonAncestorContainer;o?t.setStart(e.startContainer,e.startOffset):t.setStart(t.endContainer,0);var i,a=Array.from(t.getClientRects());if(n.push(a),o)return n.reverse(),(i=[]).concat.apply(i,n);t.setEndBefore(r)}"production"!==process.env.NODE_ENV?Uv(!1,"Found an unexpected detached subtree when getting range client rects."):Uv(!1)}:function(e){return Array.from(e.getClientRects())},$v=Vv,qv=uv,Zv=Uf,Wv=$v,Gv=ps;function Yv(e,t){for(var n=1/0,r=1/0,o=-1/0,i=-1/0,a=0;a<e.length;a++){var s=e[a];0!==s.width&&1!==s.width&&(n=Math.min(n,s.top),r=Math.min(r,s.bottom),o=Math.max(o,s.top),i=Math.max(i,s.bottom))}return o<=r&&o-n<t&&i-r<t}function Xv(e){switch(e.nodeType){case Node.DOCUMENT_TYPE_NODE:return 0;case Node.TEXT_NODE:case Node.PROCESSING_INSTRUCTION_NODE:case Node.COMMENT_NODE:return e.length;default:return e.childNodes.length}}var Jv=function(e){e.collapsed||("production"!==process.env.NODE_ENV?Gv(!1,"expandRangeToStartOfLine: Provided range is not collapsed."):Gv(!1));var t=(e=e.cloneRange()).startContainer;1!==t.nodeType&&(t=t.parentNode);var n=function(e){var t=getComputedStyle(e),n=Zv(e),r=n.createElement("div");r.style.fontFamily=t.fontFamily,r.style.fontSize=t.fontSize,r.style.fontStyle=t.fontStyle,r.style.fontWeight=t.fontWeight,r.style.lineHeight=t.lineHeight,r.style.position="absolute",r.textContent="M";var o=n.body;o||("production"!==process.env.NODE_ENV?Gv(!1,"Missing document.body"):Gv(!1)),o.appendChild(r);var i=r.getBoundingClientRect();return o.removeChild(r),i.height}(t),r=e.endContainer,o=e.endOffset;for(e.setStart(e.startContainer,0);Yv(Wv(e),n)&&(r=e.startContainer,o=e.startOffset,r.parentNode||("production"!==process.env.NODE_ENV?Gv(!1,"Found unexpected detached subtree when traversing."):Gv(!1)),e.setStartBefore(r),1!==r.nodeType||"inline"===getComputedStyle(r).display););for(var i=r,a=o-1;;){for(var s=i.nodeValue,u=a;u>=0;u--)if(!(null!=s&&u>0&&qv.isSurrogatePair(s,u-1))){if(e.setStart(i,u),!Yv(Wv(e),n))break;r=i,o=u}if(-1===u||0===i.childNodes.length)break;a=Xv(i=i.childNodes[u])}return e.setStart(r,o),e},Qv=Sc,em=Jv,tm=kd,nm=hv,rm=mv;var om=function(e,t){var n=rm(e,(function(e){var n=e.getSelection();if(n.isCollapsed()&&0===n.getAnchorOffset())return nm(e,1);var r=t.currentTarget.ownerDocument.defaultView.getSelection().getRangeAt(0);return r=em(r),tm(e,null,r.endContainer,r.endOffset,r.startContainer,r.startOffset).selectionState}),"backward");return n===e.getCurrentContent()?e:Qv.push(e,n,"remove-range")},im="\\s|(?![_])"+{getPunctuation:function(){return"[.,+*?$|#{}()'\\^\\-\\[\\]\\\\\\/!@%\"~=<>_:;・、。〈-】〔-〟:-?!-/[-`{-・⸮؟٪-٬؛،؍﴾﴿᠁।၊။‐-‧‰-⁞¡-±´-¸º»¿]"}}.getPunctuation(),am=new RegExp("^(?:"+im+")*(?:['‘’]|(?!"+im+").)*(?:(?!"+im+").)"),sm=new RegExp("(?:(?!"+im+").)(?:['‘’]|(?!"+im+").)*(?:"+im+")*$");function um(e,t){var n=t?sm.exec(e):am.exec(e);return n?n[0]:e}var lm={getBackward:function(e){return um(e,!0)},getForward:function(e){return um(e,!1)}},cm=lm,fm=Sc,dm=hv,pm=mv;var hm=dv;var gm=function(e,t){var n=e.getSelection();"production"!==process.env.NODE_ENV&&hm(n.isCollapsed(),"moveSelectionForward should only be called with a collapsed SelectionState");var r,o=n.getStartKey(),i=n.getStartOffset(),a=e.getCurrentContent(),s=o;return t>a.getBlockForKey(o).getText().length-i?(s=a.getKeyAfter(o),r=0):r=i+t,n.merge({focusKey:s,focusOffset:r})},vm=lm,mm=Sc,bm=gm,ym=mv;var wm=Au,Cm=Sc;var _m=Sc;var xm=Sc;var Sm=Sc,km=uv,Em=gm,Om=mv;var Tm=Au,Lm=Sc,Dm=Bs;var Mm=Sc;var Am=Au,Rm=Sc,Bm=ud,Im=Kv,jm=Kf,Nm=ug,Fm=om,Pm=function(e){var t=pm(e,(function(e){var t=e.getSelection(),n=t.getStartOffset();if(0===n)return dm(e,1);var r=t.getStartKey(),o=e.getCurrentContent().getBlockForKey(r).getText().slice(0,n),i=cm.getBackward(o);return dm(e,i.length||1)}),"backward");return t===e.getCurrentContent()?e:fm.push(e,t,"remove-range")},zm=function(e){var t=ym(e,(function(e){var t=e.getSelection(),n=t.getStartOffset(),r=t.getStartKey(),o=e.getCurrentContent().getBlockForKey(r).getText().slice(n),i=vm.getForward(o);return bm(e,i.length||1)}),"forward");return t===e.getCurrentContent()?e:mm.push(e,t,"remove-range")},Hm=function(e){var t=wm.splitBlock(e.getCurrentContent(),e.getSelection());return Cm.push(e,t,"split-block")},Km=function(e){var t=e.getSelection(),n=t.getEndKey(),r=e.getCurrentContent().getBlockForKey(n).getLength();return _m.set(e,{selection:t.merge({anchorKey:n,anchorOffset:r,focusKey:n,focusOffset:r,isBackward:!1}),forceSelection:!0})},Um=function(e){var t=e.getSelection(),n=t.getStartKey();return xm.set(e,{selection:t.merge({anchorKey:n,anchorOffset:0,focusKey:n,focusOffset:0,isBackward:!1}),forceSelection:!0})},Vm=_v,$m=function(e){var t=Om(e,(function(e){var t=e.getSelection(),n=e.getCurrentContent(),r=t.getAnchorKey(),o=t.getAnchorOffset(),i=n.getBlockForKey(r).getText()[o];return Em(e,i?km.getUTF16Length(i,0):1)}),"forward");if(t===e.getCurrentContent())return e;var n=e.getSelection();return Sm.push(e,t.set("selectionBefore",n),n.isCollapsed()?"delete-character":"remove-range")},qm=function(e){var t=e.getSelection();if(!t.isCollapsed())return e;var n=t.getAnchorOffset();if(0===n)return e;var r,o,i=t.getAnchorKey(),a=e.getCurrentContent(),s=a.getBlockForKey(i).getLength();if(s<=1)return e;n===s?(r=t.set("anchorOffset",n-1),o=t):o=(r=t.set("focusOffset",n+1)).set("anchorOffset",n+1);var u=Dm(a,r),l=Tm.removeRange(a,r,"backward"),c=l.getSelectionAfter(),f=c.getAnchorOffset()-1,d=c.merge({anchorOffset:f,focusOffset:f}),p=Tm.replaceWithFragment(l,d,u),h=Lm.push(e,p,"insert-fragment");return Lm.acceptSelection(h,o)},Zm=function(e,t,n){var r=Mm.undo(t);if("spellcheck-change"!==t.getLastChangeType())e.preventDefault(),t.getNativelyRenderedContent()?(n(Mm.set(t,{nativelyRenderedContent:null})),setTimeout((function(){n(r)}),0)):n(r);else{var o=r.getCurrentContent();n(Mm.set(r,{nativelyRenderedContent:o}))}},Wm=jv.isOptionKeyCommand,Gm=jm.isBrowser("Chrome");var Ym=function(e,t){var n=t.which,r=e._latestEditorState;function o(n){var r=e.props[n];return!!r&&(r(t),!0)}switch(n){case Bm.RETURN:if(t.preventDefault(),e.props.handleReturn&&Nm(e.props.handleReturn(t,r)))return;break;case Bm.ESC:if(t.preventDefault(),o("onEscape"))return;break;case Bm.TAB:if(o("onTab"))return;break;case Bm.UP:if(o("onUpArrow"))return;break;case Bm.RIGHT:if(o("onRightArrow"))return;break;case Bm.DOWN:if(o("onDownArrow"))return;break;case Bm.LEFT:if(o("onLeftArrow"))return;break;case Bm.SPACE:Gm&&Wm(t)&&t.preventDefault()}var i=e.props.keyBindingFn(t);if(null!=i&&""!==i)if("undo"!==i){if(t.preventDefault(),!e.props.handleKeyCommand||!Nm(e.props.handleKeyCommand(i,r,t.timeStamp))){var a=function(e,t,n){switch(e){case"redo":return Rm.redo(t);case"delete":return $m(t);case"delete-word":return zm(t);case"backspace":return Vm(t);case"backspace-word":return Pm(t);case"backspace-to-start-of-line":return Fm(t,n);case"split-block":return Hm(t);case"transpose-characters":return qm(t);case"move-selection-to-start-of-block":return Um(t);case"move-selection-to-end-of-block":return Km(t);case"secondary-cut":return Im.cut(t);case"secondary-paste":return Im.paste(t);default:return t}}(i,r,t);a!==r&&e.update(a)}}else Zm(t,r,e.update);else if(n===Bm.SPACE&&Gm&&Wm(t)){var s=Am.replaceText(r.getCurrentContent(),r.getSelection()," ");e.update(Rm.push(r,s,"insert-characters"))}};var Xm=function(){function e(e){var t,n,r;r=void 0,(n="_uri")in(t=this)?Object.defineProperty(t,n,{value:r,enumerable:!0,configurable:!0,writable:!0}):t[n]=r,this._uri=e}return e.prototype.toString=function(){return this._uri},e}(),Jm=Xm,Qm=ps,eb=Kf.isBrowser("IE <= 9");var tb=function(e){var t,n=null;return!eb&&document.implementation&&document.implementation.createHTMLDocument&&((t=document.implementation.createHTMLDocument("foo")).documentElement||("production"!==process.env.NODE_ENV?Qm(!1,"Missing doc.documentElement"):Qm(!1)),t.documentElement.innerHTML=e,n=t.getElementsByTagName("body")[0]),n},nb=Vf;var rb=function(e){return!(!e||!e.ownerDocument)&&(nb(e)&&"A"===e.nodeName)},ob=Vf;var ib,ab=function(e){return!(!e||!e.ownerDocument)&&(ob(e)&&"IMG"===e.nodeName)};function sb(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),r.forEach((function(t){ub(e,t,n[t])}))}return e}function ub(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}var lb=Ea,cb=Ha,fb=ns,db=nf,pb=ol,hb=Jm,gb=Qc,vb=_s,mb=tb,bb=sl,yb=ha.exports,wb=yb.List,Cb=yb.Map,_b=yb.OrderedSet,xb=rb,Sb=fp,kb=cd,Eb=ab,Ob=bb("draft_tree_data_support"),Tb=new RegExp("\r","g"),Lb=new RegExp("\n","g"),Db=new RegExp("^\n","g"),Mb=new RegExp("&nbsp;","g"),Ab=new RegExp("&#13;?","g"),Rb=new RegExp("&#8203;?","g"),Bb=["bold","bolder","500","600","700","800","900"],Ib=["light","lighter","normal","100","200","300","400"],jb=["className","href","rel","target","title"],Nb=["alt","className","height","src","width"],Fb=(ub(ib={},gb("public/DraftStyleDefault/depth0"),0),ub(ib,gb("public/DraftStyleDefault/depth1"),1),ub(ib,gb("public/DraftStyleDefault/depth2"),2),ub(ib,gb("public/DraftStyleDefault/depth3"),3),ub(ib,gb("public/DraftStyleDefault/depth4"),4),ib),Pb=Cb({b:"BOLD",code:"CODE",del:"STRIKETHROUGH",em:"ITALIC",i:"ITALIC",s:"STRIKETHROUGH",strike:"STRIKETHROUGH",strong:"BOLD",u:"UNDERLINE",mark:"HIGHLIGHT"}),zb=function(e){var t={};return e.mapKeys((function(e,n){var r=[n.element];void 0!==n.aliasedElements&&r.push.apply(r,n.aliasedElements),r.forEach((function(n){void 0===t[n]?t[n]=e:"string"==typeof t[n]?t[n]=[t[n],e]:t[n].push(e)}))})),Cb(t)},Hb=function(e){if(kb(e)&&e.style.fontFamily.includes("monospace"))return"CODE";return null},Kb=function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:0;return Object.keys(Fb).some((function(n){e.classList.contains(n)&&(t=Fb[n])})),t},Ub=function(e){if(!xb(e))return!1;var t=e;if(!t.href||"http:"!==t.protocol&&"https:"!==t.protocol&&"mailto:"!==t.protocol&&"tel:"!==t.protocol)return!1;try{new hb(t.href);return!0}catch(e){return!1}},Vb=function(e){if(!Eb(e))return!1;var t=e;return!(!t.attributes.getNamedItem("src")||!t.attributes.getNamedItem("src").value)},$b=function(e,t){if(!kb(e))return t;var n=e,r=n.style.fontWeight,o=n.style.fontStyle,i=n.style.textDecoration;return t.withMutations((function(e){Bb.indexOf(r)>=0?e.add("BOLD"):Ib.indexOf(r)>=0&&e.remove("BOLD"),"italic"===o?e.add("ITALIC"):"normal"===o&&e.remove("ITALIC"),"underline"===i&&e.add("UNDERLINE"),"line-through"===i&&e.add("STRIKETHROUGH"),"none"===i&&(e.remove("UNDERLINE"),e.remove("STRIKETHROUGH"))}))},qb=function(e){return"ul"===e||"ol"===e},Zb=function(){function e(e,t){ub(this,"characterList",wb()),ub(this,"currentBlockType","unstyled"),ub(this,"currentDepth",0),ub(this,"currentEntity",null),ub(this,"currentText",""),ub(this,"wrapper",null),ub(this,"blockConfigs",[]),ub(this,"contentBlocks",[]),ub(this,"entityMap",pb),ub(this,"blockTypeMap",void 0),ub(this,"disambiguate",void 0),this.clear(),this.blockTypeMap=e,this.disambiguate=t}var t=e.prototype;return t.clear=function(){this.characterList=wb(),this.blockConfigs=[],this.currentBlockType="unstyled",this.currentDepth=0,this.currentEntity=null,this.currentText="",this.entityMap=pb,this.wrapper=null,this.contentBlocks=[]},t.addDOMNode=function(e){var t;return this.contentBlocks=[],this.currentDepth=0,(t=this.blockConfigs).push.apply(t,this._toBlockConfigs([e],_b())),this._trimCurrentText(),""!==this.currentText&&this.blockConfigs.push(this._makeBlockConfig()),this},t.getContentBlocks=function(){return 0===this.contentBlocks.length&&(Ob?this._toContentBlocks(this.blockConfigs):this._toFlatContentBlocks(this.blockConfigs)),{contentBlocks:this.contentBlocks,entityMap:this.entityMap}},t._makeBlockConfig=function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=e.key||vb(),n=sb({key:t,type:this.currentBlockType,text:this.currentText,characterList:this.characterList,depth:this.currentDepth,parent:null,children:wb(),prevSibling:null,nextSibling:null,childConfigs:[]},e);return this.characterList=wb(),this.currentBlockType="unstyled",this.currentText="",n},t._toBlockConfigs=function(e,t){for(var n=[],r=0;r<e.length;r++){var o=e[r],i=o.nodeName.toLowerCase();if("body"===i||qb(i)){this._trimCurrentText(),""!==this.currentText&&n.push(this._makeBlockConfig());var a=this.currentDepth,s=this.wrapper;qb(i)&&(this.wrapper=i,qb(s)&&this.currentDepth++),n.push.apply(n,this._toBlockConfigs(Array.from(o.childNodes),t)),this.currentDepth=a,this.wrapper=s}else{var u=this.blockTypeMap.get(i);if(void 0===u)if("#text"!==i)if("br"!==i)if(Vb(o))this._addImgNode(o,t);else if(Ub(o))this._addAnchorNode(o,n,t);else{var l=t;Pb.has(i)&&(l=l.add(Pb.get(i))),l=$b(o,l);var c=Hb(o);null!=c&&(l=l.add(c)),n.push.apply(n,this._toBlockConfigs(Array.from(o.childNodes),l))}else this._addBreakNode(o,t);else this._addTextNode(o,t);else{this._trimCurrentText(),""!==this.currentText&&n.push(this._makeBlockConfig());var f=this.currentDepth,d=this.wrapper;if(this.wrapper="pre"===i?"pre":this.wrapper,"string"!=typeof u&&(u=this.disambiguate(i,this.wrapper)||u[0]||"unstyled"),!Ob&&kb(o)&&("unordered-list-item"===u||"ordered-list-item"===u)){var p=o;this.currentDepth=Kb(p,this.currentDepth)}var h=vb(),g=this._toBlockConfigs(Array.from(o.childNodes),t);this._trimCurrentText(),n.push(this._makeBlockConfig({key:h,childConfigs:g,type:u})),this.currentDepth=f,this.wrapper=d}}}return n},t._appendText=function(e,t){var n;this.currentText+=e;var r=lb.create({style:t,entity:this.currentEntity});this.characterList=(n=this.characterList).push.apply(n,Array(e.length).fill(r))},t._trimCurrentText=function(){var e=this.currentText.length,t=e-this.currentText.trimLeft().length,n=this.currentText.trimRight().length,r=this.characterList.findEntry((function(e){return null!==e.getEntity()}));(t=void 0!==r?Math.min(t,r[0]):t)>(n=void 0!==(r=this.characterList.reverse().findEntry((function(e){return null!==e.getEntity()})))?Math.max(n,e-r[0]):n)?(this.currentText="",this.characterList=wb()):(this.currentText=this.currentText.slice(t,n),this.characterList=this.characterList.slice(t,n))},t._addTextNode=function(e,t){var n=e.textContent;""===n.trim()&&"pre"!==this.wrapper&&(n=" "),"pre"!==this.wrapper&&(n=(n=n.replace(Db,"")).replace(Lb," ")),this._appendText(n,t)},t._addBreakNode=function(e,t){Sb(e)&&this._appendText("\n",t)},t._addImgNode=function(e,t){if(Eb(e)){var n=e,r={};Nb.forEach((function(e){var t=n.getAttribute(e);t&&(r[e]=t)})),this.currentEntity=this.entityMap.__create("IMAGE","IMMUTABLE",r),bb("draftjs_fix_paste_for_img")?"presentation"!==n.getAttribute("role")&&this._appendText("📷",t):this._appendText("📷",t),this.currentEntity=null}},t._addAnchorNode=function(e,t,n){if(xb(e)){var r=e,o={};jb.forEach((function(e){var t=r.getAttribute(e);t&&(o[e]=t)})),o.url=new hb(r.href).toString(),this.currentEntity=this.entityMap.__create("LINK","MUTABLE",o||{}),t.push.apply(t,this._toBlockConfigs(Array.from(e.childNodes),n)),this.currentEntity=null}},t._toContentBlocks=function(e){for(var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:null,n=e.length-1,r=0;r<=n;r++){var o=e[r];o.parent=t,o.prevSibling=r>0?e[r-1].key:null,o.nextSibling=r<n?e[r+1].key:null,o.children=wb(o.childConfigs.map((function(e){return e.key}))),this.contentBlocks.push(new fb(sb({},o))),this._toContentBlocks(o.childConfigs,o.key)}},t._hoistContainersInBlockConfigs=function(e){var t=this;return wb(e).flatMap((function(e){return"unstyled"!==e.type||""!==e.text?[e]:t._hoistContainersInBlockConfigs(e.childConfigs)}))},t._toFlatContentBlocks=function(e){var t=this;this._hoistContainersInBlockConfigs(e).forEach((function(e){var n=t._extractTextFromBlockConfigs(e.childConfigs),r=n.text,o=n.characterList;t.contentBlocks.push(new cb(sb({},e,{text:e.text+r,characterList:e.characterList.concat(o)})))}))},t._extractTextFromBlockConfigs=function(e){for(var t=e.length-1,n="",r=wb(),o=0;o<=t;o++){var i=e[o];n+=i.text,r=r.concat(i.characterList),""!==n&&"unstyled"!==i.type&&(n+="\n",r=r.push(r.last()));var a=this._extractTextFromBlockConfigs(i.childConfigs);n+=a.text,r=r.concat(a.characterList)}return{text:n,characterList:r}},e}(),Wb=function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:mb,n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:db,r=t(e=e.trim().replace(Tb,"").replace(Mb," ").replace(Ab,"").replace(Rb,""));if(!r)return null;var o=zb(n),i=function(e,t){return"li"===e?"ol"===t?"ordered-list-item":"unordered-list-item":null};return new Zb(o,i).addDOMNode(r).getContentBlocks()};function Gb(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}var Yb=Ha,Xb=ns,Jb=Wb,Qb=_s,ey=tb,ty=sl,ny=ha.exports,ry=ll,oy=ny.List,iy=ny.Repeat,ay=ty("draft_tree_data_support"),sy=ay?Xb:Yb,uy={processHTML:function(e,t){return Jb(e,ey,t)},processText:function(e,t,n){return e.reduce((function(e,r,o){r=ry(r);var i=Qb(),a={key:i,type:n,text:r,characterList:oy(iy(t,r.length))};if(ay&&0!==o){var s=o-1;a=function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),r.forEach((function(t){Gb(e,t,n[t])}))}return e}({},a,{prevSibling:(e[s]=e[s].merge({nextSibling:i})).getKey()})}return e.push(new sy(a)),e}),[])}};var ly=Au,cy=Sc,fy=function(e,t,n,r){var o=t.getStartKey(),i=t.getEndKey(),a=e.getBlockMap(),s=a.toSeq().skipUntil((function(e,t){return t===o})).takeUntil((function(e,t){return t===i})).concat([[i,a.get(i)]]).map((function(e){var t=e.getDepth()+n;return t=Math.max(0,Math.min(t,r)),e.set("depth",t)}));return a=a.merge(s),e.merge({blockMap:a,selectionBefore:t,selectionAfter:t})},dy=tc,py={currentBlockContainsLink:function(e){var t=e.getSelection(),n=e.getCurrentContent(),r=n.getEntityMap();return n.getBlockForKey(t.getAnchorKey()).getCharacterList().slice(t.getStartOffset(),t.getEndOffset()).some((function(e){var t=e.getEntity();return!!t&&"LINK"===r.__get(t).getType()}))},getCurrentBlockType:function(e){var t=e.getSelection();return e.getCurrentContent().getBlockForKey(t.getStartKey()).getType()},getDataObjectForLinkURL:function(e){return{url:e.toString()}},handleKeyCommand:function(e,t,n){switch(t){case"bold":return py.toggleInlineStyle(e,"BOLD");case"italic":return py.toggleInlineStyle(e,"ITALIC");case"underline":return py.toggleInlineStyle(e,"UNDERLINE");case"code":return py.toggleCode(e);case"backspace":case"backspace-word":case"backspace-to-start-of-line":return py.onBackspace(e);case"delete":case"delete-word":case"delete-to-end-of-block":return py.onDelete(e);default:return null}},insertSoftNewline:function(e){var t=ly.insertText(e.getCurrentContent(),e.getSelection(),"\n",e.getCurrentInlineStyle(),null),n=cy.push(e,t,"insert-characters");return cy.forceSelection(n,t.getSelectionAfter())},onBackspace:function(e){var t=e.getSelection();if(!t.isCollapsed()||t.getAnchorOffset()||t.getFocusOffset())return null;var n=e.getCurrentContent(),r=t.getStartKey(),o=n.getBlockBefore(r);if(o&&"atomic"===o.getType()){var i=n.getBlockMap().delete(o.getKey()),a=n.merge({blockMap:i,selectionAfter:t});if(a!==n)return cy.push(e,a,"remove-range")}var s=py.tryToRemoveBlockStyle(e);return s?cy.push(e,s,"change-block-type"):null},onDelete:function(e){var t=e.getSelection();if(!t.isCollapsed())return null;var n=e.getCurrentContent(),r=t.getStartKey(),o=n.getBlockForKey(r).getLength();if(t.getStartOffset()<o)return null;var i=n.getBlockAfter(r);if(!i||"atomic"!==i.getType())return null;var a=t.merge({focusKey:i.getKey(),focusOffset:i.getLength()}),s=ly.removeRange(n,a,"forward");return s!==n?cy.push(e,s,"remove-range"):null},onTab:function(e,t,n){var r=t.getSelection(),o=r.getAnchorKey();if(o!==r.getFocusKey())return t;var i=t.getCurrentContent(),a=i.getBlockForKey(o),s=a.getType();if("unordered-list-item"!==s&&"ordered-list-item"!==s)return t;e.preventDefault();var u=a.getDepth();if(!e.shiftKey&&u===n)return t;var l=fy(i,r,e.shiftKey?-1:1,n);return cy.push(t,l,"adjust-depth")},toggleBlockType:function(e,t){var n=e.getSelection(),r=n.getStartKey(),o=n.getEndKey(),i=e.getCurrentContent(),a=n;if(r!==o&&0===n.getEndOffset()){var s=dy(i.getBlockBefore(o));o=s.getKey(),a=a.merge({anchorKey:r,anchorOffset:n.getStartOffset(),focusKey:o,focusOffset:s.getLength(),isBackward:!1})}if(i.getBlockMap().skipWhile((function(e,t){return t!==r})).reverse().skipWhile((function(e,t){return t!==o})).some((function(e){return"atomic"===e.getType()})))return e;var u=i.getBlockForKey(r).getType()===t?"unstyled":t;return cy.push(e,ly.setBlockType(i,a,u),"change-block-type")},toggleCode:function(e){var t=e.getSelection(),n=t.getAnchorKey(),r=t.getFocusKey();return t.isCollapsed()||n!==r?py.toggleBlockType(e,"code-block"):py.toggleInlineStyle(e,"CODE")},toggleInlineStyle:function(e,t){var n=e.getSelection(),r=e.getCurrentInlineStyle();if(n.isCollapsed())return cy.setInlineStyleOverride(e,r.has(t)?r.remove(t):r.add(t));var o,i=e.getCurrentContent();return o=r.has(t)?ly.removeInlineStyle(i,n,t):ly.applyInlineStyle(i,n,t),cy.push(e,o,"change-inline-style")},toggleLink:function(e,t,n){var r=ly.applyEntity(e.getCurrentContent(),t,n);return cy.push(e,r,"apply-entity")},tryToRemoveBlockStyle:function(e){var t=e.getSelection(),n=t.getAnchorOffset();if(t.isCollapsed()&&0===n){var r=t.getAnchorKey(),o=e.getCurrentContent(),i=o.getBlockForKey(r).getType(),a=o.getBlockBefore(r);if("code-block"===i&&a&&"code-block"===a.getType()&&0!==a.getLength())return null;if("unstyled"!==i)return ly.setBlockType(o,t,"unstyled")}return null}},hy=py,gy=/\r\n?|\n/g;var vy=va,my=Ea,by=rg,yy=Au,wy=uy,Cy=Sc,_y=hy,xy=jd,Sy=sg,ky=ug,Ey=function(e){return e.split(gy)};function Oy(e,t,n){var r=yy.replaceWithFragment(e.getCurrentContent(),e.getSelection(),t);return Cy.push(e,r.set("entityMap",n),"insert-fragment")}var Ty=Kf,Ly=Rg,Dy=Ng,My=Pg,Ay=Ug,Ry=Yg,By=Xg,Iy=Jg,jy=tv,Ny=Mv,Fy=Ym,Py=function(e,t){t.preventDefault();var n=new by(t.clipboardData);if(!n.isRichText()){var r=n.getFiles(),o=n.getText();if(r.length>0){if(e.props.handlePastedFiles&&ky(e.props.handlePastedFiles(r)))return;return void Sy(r,(function(t){if(t=t||o){var n=e._latestEditorState,r=Ey(t),i=my.create({style:n.getCurrentInlineStyle(),entity:xy(n.getCurrentContent(),n.getSelection())}),a=_y.getCurrentBlockType(n),s=wy.processText(r,i,a),u=vy.createFromArray(s),l=yy.replaceWithFragment(n.getCurrentContent(),n.getSelection(),u);e.update(Cy.push(n,l,"insert-fragment"))}}))}}var i=[],a=n.getText(),s=n.getHTML(),u=e._latestEditorState;if(e.props.formatPastedText){var l=e.props.formatPastedText(a,s);a=l.text,s=l.html}if(!e.props.handlePastedText||!ky(e.props.handlePastedText(a,s,u))){if(a&&(i=Ey(a)),!e.props.stripPastedStyles){var c,f=e.getClipboard();if(!e.props.formatPastedText&&n.isRichText()&&f){if(-1!==(null===(c=s)||void 0===c?void 0:c.indexOf(e.getEditorKey()))||1===i.length&&1===f.size&&f.first().getText()===a)return void e.update(Oy(e._latestEditorState,f))}else if(f&&n.types.includes("com.apple.webarchive")&&!n.types.includes("text/html")&&function(e,t){return e.length===t.size&&t.valueSeq().every((function(t,n){return t.getText()===e[n]}))}(i,f))return void e.update(Oy(e._latestEditorState,f));if(s){var d=wy.processHTML(s,e.props.blockRenderMap);if(d){var p=d.contentBlocks,h=d.entityMap;if(p){var g=vy.createFromArray(p);return void e.update(Oy(e._latestEditorState,g,h))}}}e.setClipboard(null)}if(i.length){var v=my.create({style:u.getCurrentInlineStyle(),entity:xy(u.getCurrentContent(),u.getSelection())}),m=_y.getCurrentBlockType(u),b=wy.processText(i,v,m),y=vy.createFromArray(b);e.update(Oy(e._latestEditorState,y))}}},zy=Ad,Hy=Ty.isBrowser("Chrome"),Ky=Ty.isBrowser("Firefox"),Uy=Hy||Ky?zy:function(e){},Vy={onBeforeInput:Ly,onBlur:Dy,onCompositionStart:My,onCopy:Ay,onCut:Ry,onDragOver:By,onDragStart:Iy,onFocus:jy,onInput:Ny,onKeyDown:Fy,onPaste:Py,onSelect:zy,onMouseUp:Uy,onKeyUp:Uy},$y=S.unstable_flushControlled;var qy=o,Zy=Qc,Wy=function(e){var t,n;function r(){return e.apply(this,arguments)||this}n=e,(t=r).prototype=Object.create(n.prototype),t.prototype.constructor=t,t.__proto__=n;var o=r.prototype;return o.shouldComponentUpdate=function(e){return this.props.text!==e.text||this.props.editorState.getSelection().getHasFocus()!==e.editorState.getSelection().getHasFocus()},o.render=function(){var e=this.props.editorState.getSelection().getHasFocus(),t=Zy({"public/DraftEditorPlaceholder/root":!0,"public/DraftEditorPlaceholder/hasFocus":e});return qy.createElement("div",{className:t},qy.createElement("div",{className:Zy("public/DraftEditorPlaceholder/inner"),id:this.props.accessibilityID,style:{whiteSpace:"pre-wrap"}},this.props.text))},r}(qy.Component),Gy=Wy,Yy=jv,Xy=ud,Jy=Kf,Qy=Jy.isPlatform("Mac OS X"),ew=Qy&&Jy.isBrowser("Firefox < 29"),tw=Yy.hasCommandModifier,nw=Yy.isCtrlKeyCommand;function rw(e){return Qy&&e.altKey||nw(e)}var ow=function(e){switch(e.keyCode){case 66:return tw(e)?"bold":null;case 68:return nw(e)?"delete":null;case 72:return nw(e)?"backspace":null;case 73:return tw(e)?"italic":null;case 74:return tw(e)?"code":null;case 75:return Qy&&nw(e)?"secondary-cut":null;case 77:case 79:return nw(e)?"split-block":null;case 84:return Qy&&nw(e)?"transpose-characters":null;case 85:return tw(e)?"underline":null;case 87:return Qy&&nw(e)?"backspace-word":null;case 89:return nw(e)?Qy?"secondary-paste":"redo":null;case 90:return function(e){return tw(e)?e.shiftKey?"redo":"undo":null}(e)||null;case Xy.RETURN:return"split-block";case Xy.DELETE:return function(e){return!Qy&&e.shiftKey?null:rw(e)?"delete-word":"delete"}(e);case Xy.BACKSPACE:return function(e){return tw(e)&&Qy?"backspace-to-start-of-line":rw(e)?"backspace-word":"backspace"}(e);case Xy.LEFT:return ew&&tw(e)?"move-selection-to-start-of-block":null;case Xy.RIGHT:return ew&&tw(e)?"move-selection-to-end-of-block":null;default:return null}},iw=lf;function aw(){return aw=iw||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},aw.apply(this,arguments)}function sw(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),r.forEach((function(t){lw(e,t,n[t])}))}return e}function uw(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function lw(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function cw(e,t){e.prototype=Object.create(t.prototype),e.prototype.constructor=e,e.__proto__=t}var fw=nf,dw=rf,pw=ep,hw=Hh,gw=Cg,vw=Vy,mw=$y,bw=Gy,yw=Sc,ww=o,Cw=Vp,_w=Qp,xw=Qc,Sw=_s,kw=ow,Ew=ah,Ow=sl,Tw=ps,Lw=cd,Dw=tc,Mw=Kf.isBrowser("IE"),Aw=!Mw,Rw={edit:vw,composite:pw,drag:gw,cut:null,render:null},Bw=!1,Iw=function(e){function t(){return e.apply(this,arguments)||this}cw(t,e);var n=t.prototype;return n.render=function(){return null},n.componentDidMount=function(){this._update()},n.componentDidUpdate=function(){this._update()},n._update=function(){var e=this.props.editor;e._latestEditorState=this.props.editorState,e._blockSelectEvents=!0},t}(ww.Component),jw=function(e){function t(t){var n;return lw(uw(n=e.call(this,t)||this),"_blockSelectEvents",void 0),lw(uw(n),"_clipboard",void 0),lw(uw(n),"_handler",void 0),lw(uw(n),"_dragCount",void 0),lw(uw(n),"_internalDrag",void 0),lw(uw(n),"_editorKey",void 0),lw(uw(n),"_placeholderAccessibilityID",void 0),lw(uw(n),"_latestEditorState",void 0),lw(uw(n),"_latestCommittedEditorState",void 0),lw(uw(n),"_pendingStateFromBeforeInput",void 0),lw(uw(n),"_onBeforeInput",void 0),lw(uw(n),"_onBlur",void 0),lw(uw(n),"_onCharacterData",void 0),lw(uw(n),"_onCompositionEnd",void 0),lw(uw(n),"_onCompositionStart",void 0),lw(uw(n),"_onCopy",void 0),lw(uw(n),"_onCut",void 0),lw(uw(n),"_onDragEnd",void 0),lw(uw(n),"_onDragOver",void 0),lw(uw(n),"_onDragStart",void 0),lw(uw(n),"_onDrop",void 0),lw(uw(n),"_onInput",void 0),lw(uw(n),"_onFocus",void 0),lw(uw(n),"_onKeyDown",void 0),lw(uw(n),"_onKeyPress",void 0),lw(uw(n),"_onKeyUp",void 0),lw(uw(n),"_onMouseDown",void 0),lw(uw(n),"_onMouseUp",void 0),lw(uw(n),"_onPaste",void 0),lw(uw(n),"_onSelect",void 0),lw(uw(n),"editor",void 0),lw(uw(n),"editorContainer",void 0),lw(uw(n),"focus",void 0),lw(uw(n),"blur",void 0),lw(uw(n),"setMode",void 0),lw(uw(n),"exitCurrentMode",void 0),lw(uw(n),"restoreEditorDOM",void 0),lw(uw(n),"setClipboard",void 0),lw(uw(n),"getClipboard",void 0),lw(uw(n),"getEditorKey",void 0),lw(uw(n),"update",void 0),lw(uw(n),"onDragEnter",void 0),lw(uw(n),"onDragLeave",void 0),lw(uw(n),"_handleEditorContainerRef",(function(e){n.editorContainer=e,n.editor=null!==e?e.firstChild:null})),lw(uw(n),"focus",(function(e){var t=n.props.editorState,r=t.getSelection().getHasFocus(),o=n.editor;if(o){var i=_w.getScrollParent(o),a=e||Ew(i),s=a.x,u=a.y;Lw(o)||("production"!==process.env.NODE_ENV?Tw(!1,"editorNode is not an HTMLElement"):Tw(!1)),o.focus(),i===window?window.scrollTo(s,u):Cw.setTop(i,u),r||n.update(yw.forceSelection(t,t.getSelection()))}})),lw(uw(n),"blur",(function(){var e=n.editor;e&&(Lw(e)||("production"!==process.env.NODE_ENV?Tw(!1,"editorNode is not an HTMLElement"):Tw(!1)),e.blur())})),lw(uw(n),"setMode",(function(e){var t=n.props,r=t.onPaste,o=t.onCut,i=t.onCopy,a=sw({},Rw.edit);r&&(a.onPaste=r),o&&(a.onCut=o),i&&(a.onCopy=i);var s=sw({},Rw,{edit:a});n._handler=s[e]})),lw(uw(n),"exitCurrentMode",(function(){n.setMode("edit")})),lw(uw(n),"restoreEditorDOM",(function(e){n.setState({contentsKey:n.state.contentsKey+1},(function(){n.focus(e)}))})),lw(uw(n),"setClipboard",(function(e){n._clipboard=e})),lw(uw(n),"getClipboard",(function(){return n._clipboard})),lw(uw(n),"update",(function(e){n._latestEditorState=e,n.props.onChange(e)})),lw(uw(n),"onDragEnter",(function(){n._dragCount++})),lw(uw(n),"onDragLeave",(function(){n._dragCount--,0===n._dragCount&&n.exitCurrentMode()})),n._blockSelectEvents=!1,n._clipboard=null,n._handler=null,n._dragCount=0,n._editorKey=t.editorKey||Sw(),n._placeholderAccessibilityID="placeholder-"+n._editorKey,n._latestEditorState=t.editorState,n._latestCommittedEditorState=t.editorState,n._onBeforeInput=n._buildHandler("onBeforeInput"),n._onBlur=n._buildHandler("onBlur"),n._onCharacterData=n._buildHandler("onCharacterData"),n._onCompositionEnd=n._buildHandler("onCompositionEnd"),n._onCompositionStart=n._buildHandler("onCompositionStart"),n._onCopy=n._buildHandler("onCopy"),n._onCut=n._buildHandler("onCut"),n._onDragEnd=n._buildHandler("onDragEnd"),n._onDragOver=n._buildHandler("onDragOver"),n._onDragStart=n._buildHandler("onDragStart"),n._onDrop=n._buildHandler("onDrop"),n._onInput=n._buildHandler("onInput"),n._onFocus=n._buildHandler("onFocus"),n._onKeyDown=n._buildHandler("onKeyDown"),n._onKeyPress=n._buildHandler("onKeyPress"),n._onKeyUp=n._buildHandler("onKeyUp"),n._onMouseDown=n._buildHandler("onMouseDown"),n._onMouseUp=n._buildHandler("onMouseUp"),n._onPaste=n._buildHandler("onPaste"),n._onSelect=n._buildHandler("onSelect"),n.getEditorKey=function(){return n._editorKey},"production"!==process.env.NODE_ENV&&["onDownArrow","onEscape","onLeftArrow","onRightArrow","onTab","onUpArrow"].forEach((function(e){t.hasOwnProperty(e)&&console.warn("Supplying an `".concat(e,"` prop to `DraftEditor` has ")+"been deprecated. If your handler needs access to the keyboard event, supply a custom `keyBindingFn` prop that falls back to the default one (eg. https://is.gd/wHKQ3W).")})),n.state={contentsKey:0},n}cw(t,e);var n=t.prototype;return n._buildHandler=function(e){var t=this;return function(n){if(!t.props.readOnly){var r=t._handler&&t._handler[e];r&&(mw?mw((function(){return r(t,n)})):r(t,n))}}},n._showPlaceholder=function(){return!!this.props.placeholder&&!this.props.editorState.isInCompositionMode()&&!this.props.editorState.getCurrentContent().hasText()},n._renderPlaceholder=function(){if(this._showPlaceholder()){var e={text:Dw(this.props.placeholder),editorState:this.props.editorState,textAlignment:this.props.textAlignment,accessibilityID:this._placeholderAccessibilityID};return ww.createElement(bw,e)}return null},n._renderARIADescribedBy=function(){var e=this.props.ariaDescribedBy||"",t=this._showPlaceholder()?this._placeholderAccessibilityID:"";return e.replace("{{editor_id_placeholder}}",t)||void 0},n.render=function(){var e=this.props,t=e.blockRenderMap,n=e.blockRendererFn,r=e.blockStyleFn,o=e.customStyleFn,i=e.customStyleMap,a=e.editorState,s=e.preventScroll,u=e.readOnly,l=e.textAlignment,c=e.textDirectionality,f=xw({"DraftEditor/root":!0,"DraftEditor/alignLeft":"left"===l,"DraftEditor/alignRight":"right"===l,"DraftEditor/alignCenter":"center"===l}),d=this.props.role||"textbox",p="combobox"===d?!!this.props.ariaExpanded:null,h={blockRenderMap:t,blockRendererFn:n,blockStyleFn:r,customStyleMap:sw({},dw,i),customStyleFn:o,editorKey:this._editorKey,editorState:a,preventScroll:s,textDirectionality:c};return ww.createElement("div",{className:f},this._renderPlaceholder(),ww.createElement("div",{className:xw("DraftEditor/editorContainer"),ref:this._handleEditorContainerRef},ww.createElement("div",{"aria-activedescendant":u?null:this.props.ariaActiveDescendantID,"aria-autocomplete":u?null:this.props.ariaAutoComplete,"aria-controls":u?null:this.props.ariaControls,"aria-describedby":this._renderARIADescribedBy(),"aria-expanded":u?null:p,"aria-label":this.props.ariaLabel,"aria-labelledby":this.props.ariaLabelledBy,"aria-multiline":this.props.ariaMultiline,"aria-owns":u?null:this.props.ariaOwneeID,autoCapitalize:this.props.autoCapitalize,autoComplete:this.props.autoComplete,autoCorrect:this.props.autoCorrect,className:xw({notranslate:!u,"public/DraftEditor/content":!0}),contentEditable:!u,"data-testid":this.props.webDriverTestID,onBeforeInput:this._onBeforeInput,onBlur:this._onBlur,onCompositionEnd:this._onCompositionEnd,onCompositionStart:this._onCompositionStart,onCopy:this._onCopy,onCut:this._onCut,onDragEnd:this._onDragEnd,onDragEnter:this.onDragEnter,onDragLeave:this.onDragLeave,onDragOver:this._onDragOver,onDragStart:this._onDragStart,onDrop:this._onDrop,onFocus:this._onFocus,onInput:this._onInput,onKeyDown:this._onKeyDown,onKeyPress:this._onKeyPress,onKeyUp:this._onKeyUp,onMouseUp:this._onMouseUp,onPaste:this._onPaste,onSelect:this._onSelect,ref:this.props.editorRef,role:u?null:d,spellCheck:Aw&&this.props.spellCheck,style:{outline:"none",userSelect:"text",WebkitUserSelect:"text",whiteSpace:"pre-wrap",wordWrap:"break-word"},suppressContentEditableWarning:!0,tabIndex:this.props.tabIndex},ww.createElement(Iw,{editor:this,editorState:a}),ww.createElement(hw,aw({},h,{key:"contents"+this.state.contentsKey})))))},n.componentDidMount=function(){this._blockSelectEvents=!1,!Bw&&Ow("draft_ods_enabled")&&(Bw=!0),this.setMode("edit"),Mw&&(this.editor?this.editor.ownerDocument.execCommand("AutoUrlDetect",!1,!1):Ct.execCommand("AutoUrlDetect",!1,!1))},n.componentDidUpdate=function(){this._blockSelectEvents=!1,this._latestEditorState=this.props.editorState,this._latestCommittedEditorState=this.props.editorState},t}(ww.Component);lw(jw,"defaultProps",{ariaDescribedBy:"{{editor_id_placeholder}}",blockRenderMap:fw,blockRendererFn:function(){return null},blockStyleFn:function(){return""},keyBindingFn:kw,readOnly:!1,spellCheck:!1,stripPastedStyles:!1});var Nw=jw,Fw={stringify:function(e){return"_"+String(e)},unstringify:function(e){return e.slice(1)}},Pw=Fw,zw=uv.strlen;var Hw=uv,Kw=Oa,Uw=function(e,t){return e===t},Vw=function(e){return!!e},$w=[];function qw(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}var Zw=Ha,Ww=ns,Gw=Fw,Yw=function(e,t){var n=[];return e.findEntityRanges((function(e){return!!e.getEntity()}),(function(r,o){var i=e.getText(),a=e.getEntityAt(r);n.push({offset:zw(i.slice(0,r)),length:zw(i.slice(r,o)),key:Number(t[Pw.stringify(a)])})})),n},Xw=function(e){var t=e.getCharacterList().map((function(e){return e.getStyle()})).toList(),n=t.flatten().toSet().map((function(n){return function(e,t,n){var r=[],o=t.map((function(e){return e.has(n)})).toList();return Kw(o,Uw,Vw,(function(t,o){var i=e.getText();r.push({offset:Hw.strlen(i.slice(0,t)),length:Hw.strlen(i.slice(t,o)),style:n})})),r}(e,t,n)}));return Array.prototype.concat.apply($w,n.toJS())},Jw=ps,Qw=function(e,t){return{key:e.getKey(),text:e.getText(),type:e.getType(),depth:e.getDepth(),inlineStyleRanges:Xw(e),entityRanges:Yw(e,t),data:e.getData().toObject()}},eC=function(e,t,n,r){if(e instanceof Zw)n.push(Qw(e,t));else{e instanceof Ww||("production"!==process.env.NODE_ENV?Jw(!1,"block is not a BlockNode"):Jw(!1));var o=e.getParentKey(),i=r[e.getKey()]=function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),r.forEach((function(t){qw(e,t,n[t])}))}return e}({},Qw(e,t),{children:[]});o?r[o].children.push(i):n.push(i)}},tC=function(e){var t={entityMap:{},blocks:[]};return t=function(e,t){var n=t.entityMap,r=[],o={},i={},a=0;return e.getBlockMap().forEach((function(e){e.findEntityRanges((function(e){return null!==e.getEntity()}),(function(t){var r=e.getEntityAt(t),o=Gw.stringify(r);i[o]||(i[o]=r,n[o]="".concat(a),a++)})),eC(e,n,r,o)})),{blocks:r,entityMap:n}}(e,t),t=function(e,t){var n=t.blocks,r=t.entityMap,o={};return Object.keys(r).forEach((function(t,n){var r=e.getEntity(Gw.unstringify(t));o[n]={type:r.getType(),mutability:r.getMutability(),data:r.getData()}})),{blocks:n,entityMap:o}}(e,t),t};function nC(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),r.forEach((function(t){rC(e,t,n[t])}))}return e}function rC(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}var oC=_s,iC=ps,aC=function(e){if(!e||!e.type)return!1;var t=e.type;return"unordered-list-item"===t||"ordered-list-item"===t},sC={fromRawTreeStateToRawState:function(e){var t=e.blocks,n=[];return Array.isArray(t)||("production"!==process.env.NODE_ENV?iC(!1,"Invalid raw state"):iC(!1)),Array.isArray(t)&&t.length?(function(e,t){for(var n=[].concat(e).reverse();n.length;){var r=n.pop();t(r);var o=r.children;Array.isArray(o)||("production"!==process.env.NODE_ENV?iC(!1,"Invalid tree raw block"):iC(!1)),n=n.concat([].concat(o.reverse()))}}(t,(function(e){var t=nC({},e);aC(e)&&(t.depth=t.depth||0,function(e){Array.isArray(e.children)&&(e.children=e.children.map((function(t){return t.type===e.type?nC({},t,{depth:(e.depth||0)+1}):t})))}(e),null!=e.children&&e.children.length>0)||(delete t.children,n.push(t))})),e.blocks=n,nC({},e,{blocks:n})):e},fromRawStateToRawTreeState:function(e){var t=[],n=[];return e.blocks.forEach((function(e){var r=aC(e),o=e.depth||0,i=nC({},e,{children:[]});if(r){var a=n[0];if(null==a&&0===o)t.push(i);else if(null==a||a.depth<o-1){var s={key:oC(),text:"",depth:o-1,type:e.type,children:[],entityRanges:[],inlineStyleRanges:[]};n.unshift(s),1===o?t.push(s):null!=a&&a.children.push(s),s.children.push(i)}else if(a.depth===o-1)a.children.push(i);else{for(;null!=a&&a.depth>=o;)n.shift(),a=n[0];o>0?a.children.push(i):t.push(i)}}else t.push(i)})),nC({},e,{blocks:t})}},uC=dv,lC={isValidBlock:function(e,t){var n=e.getKey(),r=e.getParentKey();if(null!=r&&!t.get(r).getChildKeys().includes(n))return"production"!==process.env.NODE_ENV&&uC(!0,"Tree is missing parent -> child pointer on %s",n),!1;if(!e.getChildKeys().map((function(e){return t.get(e)})).every((function(e){return e.getParentKey()===n})))return"production"!==process.env.NODE_ENV&&uC(!0,"Tree is missing child -> parent pointer on %s",n),!1;var o=e.getPrevSiblingKey();if(null!=o&&t.get(o).getNextSiblingKey()!==n)return"production"!==process.env.NODE_ENV&&uC(!0,"Tree is missing nextSibling pointer on %s's prevSibling",n),!1;var i=e.getNextSiblingKey();if(null!=i&&t.get(i).getPrevSiblingKey()!==n)return"production"!==process.env.NODE_ENV&&uC(!0,"Tree is missing prevSibling pointer on %s's nextSibling",n),!1;return null!==i&&null!==o&&o===i?("production"!==process.env.NODE_ENV&&uC(!0,"Tree has a two-node cycle at %s",n),!1):!(""!=e.text&&e.getChildKeys().size>0)||("production"!==process.env.NODE_ENV&&uC(!0,"Leaf node %s has children",n),!1)},isConnectedTree:function(e){var t=e.toArray().filter((function(e){return null==e.getParentKey()&&null==e.getPrevSiblingKey()}));if(1!==t.length)return"production"!==process.env.NODE_ENV&&uC(!0,"Tree is not connected. More or less than one first node"),!1;for(var n=0,r=t.shift().getKey(),o=[];null!=r;){var i=e.get(r),a=i.getChildKeys(),s=i.getNextSiblingKey();if(a.size>0){null!=s&&o.unshift(s);var u=a.map((function(t){return e.get(t)})).find((function(e){return null==e.getPrevSiblingKey()}));if(null==u)return"production"!==process.env.NODE_ENV&&uC(!0,"%s has no first child",r),!1;r=u.getKey()}else r=null!=i.getNextSiblingKey()?i.getNextSiblingKey():o.shift();n++}return n===e.size||("production"!==process.env.NODE_ENV&&uC(!0,"Tree is not connected. %s nodes were seen instead of %s",n,e.size),!1)},isValidTree:function(e){var t=this;return!!e.toArray().every((function(n){return t.isValidBlock(n,e)}))&&this.isConnectedTree(e)}},cC=Ea,fC=ha.exports.List;var dC=function(e,t){var n=e.map((function(e,n){var r=t[n];return cC.create({style:e,entity:r})}));return fC(n)},pC=uv.substr;var hC=function(e,t){var n=Array(e.length).fill(null);return t&&t.forEach((function(t){for(var r=pC(e,0,t.offset).length,o=r+pC(e,t.offset,t.length).length,i=r;i<o;i++)n[i]=t.key})),n},gC=uv,vC=ha.exports.OrderedSet,mC=gC.substr,bC=vC();var yC=function(e,t){var n=Array(e.length).fill(bC);return t&&t.forEach((function(t){for(var r=mC(e,0,t.offset).length,o=r+mC(e,t.offset,t.length).length;r<o;)n[r]=n[r].add(t.style),r++})),n};function wC(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),r.forEach((function(t){CC(e,t,n[t])}))}return e}function CC(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}var _C=Ha,xC=ns,SC=Ml,kC=ol,EC=sC,OC=lC,TC=al,LC=dC,DC=hC,MC=yC,AC=_s,RC=ha.exports,BC=ps,IC=sl("draft_tree_data_support"),jC=RC.List,NC=RC.Map,FC=RC.OrderedMap,PC=function(e,t){var n=e.key,r=e.type,o=e.data;return{text:e.text,depth:e.depth||0,type:r||"unstyled",key:n||AC(),data:NC(o),characterList:zC(e,t)}},zC=function(e,t){var n=e.text,r=e.entityRanges,o=e.inlineStyleRanges,i=r||[];return LC(MC(n,o||[]),DC(n,i.filter((function(e){return t.hasOwnProperty(e.key)})).map((function(e){return wC({},e,{key:t[e.key]})}))))},HC=function(e){return wC({},e,{key:e.key||AC()})},KC=function(e,t,n){var r=t.map((function(e){return wC({},e,{parentRef:n})}));return e.concat(r.reverse())},UC=function(e,t){var n=e.blocks.find((function(e){return Array.isArray(e.children)&&e.children.length>0})),r=IC&&!n?EC.fromRawStateToRawTreeState(e).blocks:e.blocks;if(!IC)return function(e,t){return FC(e.map((function(e){var n=new _C(PC(e,t));return[n.getKey(),n]})))}(n?EC.fromRawTreeStateToRawState(e).blocks:r,t);var o=function(e,t){return e.map(HC).reduce((function(n,r,o){Array.isArray(r.children)||("production"!==process.env.NODE_ENV?BC(!1,"invalid RawDraftContentBlock can not be converted to ContentBlockNode"):BC(!1));var i=r.children.map(HC),a=new xC(wC({},PC(r,t),{prevSibling:0===o?null:e[o-1].key,nextSibling:o===e.length-1?null:e[o+1].key,children:jC(i.map((function(e){return e.key})))}));n=n.set(a.getKey(),a);for(var s=KC([],i,a);s.length>0;){var u=s.pop(),l=u.parentRef,c=l.getChildKeys(),f=c.indexOf(u.key),d=Array.isArray(u.children);if(!d){d||("production"!==process.env.NODE_ENV?BC(!1,"invalid RawDraftContentBlock can not be converted to ContentBlockNode"):BC(!1));break}var p=u.children.map(HC),h=new xC(wC({},PC(u,t),{parent:l.getKey(),children:jC(p.map((function(e){return e.key}))),prevSibling:0===f?null:c.get(f-1),nextSibling:f===c.size-1?null:c.get(f+1)}));n=n.set(h.getKey(),h),s=KC(s,p,h)}return n}),FC())}(r,t);return"production"!==process.env.NODE_ENV&&(OC.isValidTree(o)||("production"!==process.env.NODE_ENV?BC(!1,"Should be a valid tree"):BC(!1))),o},VC=$v;var $C=function(e){var t=VC(e),n=0,r=0,o=0,i=0;if(t.length){if(t.length>1&&0===t[0].width){var a=t[1];n=a.top,r=a.right,o=a.bottom,i=a.left}else{var s=t[0];n=s.top,r=s.right,o=s.bottom,i=s.left}for(var u=1;u<t.length;u++){var l=t[u];0!==l.height&&0!==l.width&&(n=Math.min(n,l.top),r=Math.max(r,l.right),o=Math.max(o,l.bottom),i=Math.min(i,l.left))}}return{top:n,right:r,bottom:o,left:i,width:r-i,height:o-n}},qC=$C;var ZC=function(e){var t=e.getSelection();if(!t.rangeCount)return null;var n=t.getRangeAt(0),r=qC(n),o=r.top,i=r.right,a=r.bottom,s=r.left;return 0===o&&0===i&&0===a&&0===s?null:r},WC={Editor:Nw,EditorBlock:zh,EditorState:Sc,CompositeDecorator:Xc,Entity:ol,EntityInstance:Gu,BlockMapBuilder:va,CharacterMetadata:Ea,ContentBlock:Ha,ContentState:Ml,RawDraftContentState:{},SelectionState:al,AtomicBlockUtils:Wc,KeyBindingUtil:jv,Modifier:Au,RichUtils:hy,DefaultDraftBlockRenderMap:nf,DefaultDraftInlineStyle:rf,convertFromHTML:Wb,convertFromRaw:function(e){Array.isArray(e.blocks)||("production"!==process.env.NODE_ENV?BC(!1,"invalid RawDraftContentState"):BC(!1));var t=function(e){var t=e.entityMap,n={};return Object.keys(t).forEach((function(e){var r=t[e],o=r.type,i=r.mutability,a=r.data;n[e]=kC.__create(o,i,a||{})})),n}(e),n=UC(e,t),r=n.isEmpty()?new TC:TC.createEmpty(n.first().getKey());return new SC({blockMap:n,entityMap:t,selectionBefore:r,selectionAfter:r})},convertToRaw:tC,genKey:_s,getDefaultKeyBinding:ow,getVisibleSelectionRect:ZC};const GC=le.span((({theme:e,error:t})=>({display:"inline-block",color:t?e.color.error:e.accent}))),YC=(e,t,n,r)=>{e.findEntityRanges((e=>{const t=e.getEntity();if(t){return n.getEntity(t).getType()===r}return!1}),t)},XC=new WC.CompositeDecorator([{strategy:(e,t,n)=>YC(e,t,n,"FOUND_FIELD"),component:({children:t})=>e(GC,{children:t})},{strategy:(e,t,n)=>YC(e,t,n,"NOT_FOUND"),component:({children:t})=>e(GC,Object.assign({error:!0},{children:t}))}]),JC=(e,t,n)=>{const r=tn.find(t,{id:e.id}),o=t.every((e=>!e.value)),i=t.some((e=>e.value));let a=!0,s="";r?o?a=!0:!n&&!i||(null==r?void 0:r.value)||(a=!1):a=!1,s=a?n&&!o?(null==r?void 0:r.value)||"":(null==r?void 0:r.label)||"":(null==r?void 0:r.id)||e.id;return{label:n&&(null==r?void 0:r.value)?s:`{${s}}`,isValid:a}},QC=(e,t,n)=>{const r=((e,t,n)=>{const r={},o={text:"",type:"unstyled",entityRanges:[],key:"",depth:1,inlineStyleRanges:[]},i=e.replace(/(<<\w+?>>)/g,"~~$1~~").split("~~");for(let e=0;e<i.length;e++){let a=i[e];if(a.startsWith("<<")){const i=a.replace(/<<|>>/g,""),s=tn.find(t||[],{id:i})||{id:i,label:""},{label:u,isValid:l}=JC(s,t||[],n);a=u,o.entityRanges.push({key:e,offset:o.text.length,length:a.length}),r[e]={type:l?"FOUND_FIELD":"NOT_FOUND",mutability:"IMMUTABLE",data:{id:i}}}o.text+=a}return WC.convertFromRaw({blocks:[o],entityMap:r})})(e,t,n);return WC.EditorState.createWithContent(r,XC)},e_=(e,t=!0)=>{const n=e.getCurrentContent(),r=WC.convertToRaw(n);return t?(o=r).blocks.map((e=>{const{text:t,entityRanges:n}=e;if(n.length<1)return t;const r=[];let i=0;return n.forEach((({key:e,offset:n,length:a})=>{n>i&&r.push(t.substr(i,n-i));const s=tn.get(o,`entityMap[${e}].data.id`,"unknown");r.push(`<<${s}>>`),i=n+a})),r.push(t.substr(i)),r.join("")})).join(" "):r;var o},t_=e=>{const t=e_(e,!1);return"string"!=typeof t?Object.values(t.entityMap):[]},n_=e=>{const t=e.getCurrentContent().getLastBlock(),n=t.getKey(),r=t.getLength(),o=new WC.SelectionState({anchorKey:n,anchorOffset:r,focusKey:n,focusOffset:r});return WC.EditorState.forceSelection(e,o)},r_=c(((n,r)=>{var{value:o,onChange:i,onEnterKey:a,onFocus:s,onBlur:u,mergeFields:c=[],placeholder:d="Text here...",width:g,height:v,maxHeight:m,borderless:b=!1,noPadding:y=!1,readOnly:w=!1,displayMergedValues:C=!1,color:_,overflow:x,clampLines:S,label:E,disabled:O,borderRadius:T,backgroundColor:L,fontSize:D,textOnly:M,margin:A,marginLeft:R,marginRight:B,marginTop:I,marginBottom:j}=n,N=k(n,["value","onChange","onEnterKey","onFocus","onBlur","mergeFields","placeholder","width","height","maxHeight","borderless","noPadding","readOnly","displayMergedValues","color","overflow","clampLines","label","disabled","borderRadius","backgroundColor","fontSize","textOnly","margin","marginLeft","marginRight","marginTop","marginBottom"]);const[F,P]=l((()=>QC(o,c,C))),{focused:z,handleFocus:H,handleBlur:K}=It(s,u),[U,V]=l(!1),$=f(null),q=f(),Z=null!=m?m:v,W=Z?Z-(b?0:E?29:11):void 0,G=e=>{P(e);const t=(e=>t_(e).some((e=>"NOT_FOUND"===e.type)))(e);V(t);const n=e_(e);i&&i(n,t)},Y=e=>{const t=((e,t,n,r)=>{const{id:o}=e,i=n.getCurrentContent(),a=n.getSelection(),{label:s,isValid:u}=JC(e,t,r),l=u?"FOUND_FIELD":"NOT_FOUND",c=i.createEntity(l,"IMMUTABLE",{id:o}).getLastCreatedEntityKey(),f=WC.Modifier.insertText(i,a,s,void 0,c),d=WC.EditorState.push(n,f,"insert-characters");return WC.EditorState.forceSelection(d,f.getSelectionAfter())})(e,c,F,C);G(t)},X=()=>{(null==$?void 0:$.current)&&$.current.focus();const e=n_(F);P(e)};p(r,(()=>({insertField:Y,focusAtEnd:X})));h((()=>{e_(F)!==o&&(e=>{const t=F.getSelection(),n=QC(e,c,C),r=n_(n),o=t.getHasFocus()?r:n;G(o)})(o)}),[o]),h((()=>{q.current=c}),[]),h((()=>{const{current:e}=q,t=tn.isEqual(e,c),n=t_(F);if(!t&&n.length>0){q.current=c;const e=QC(o,c,C);G(e)}}),[c]);return e(o_,Object.assign({onClick:e=>{w||e.stopPropagation();F.getSelection().getHasFocus()||X()},width:g,height:v,editorMaxHeight:W,borderless:b||M,noPadding:y||M,readOnly:w,color:_,overflow:x,clampLines:S,filled:jt(o),invalid:U,textOnly:M,borderRadius:T,backgroundColor:L,fontSize:D,margin:A,marginLeft:R,marginRight:B,marginTop:I,marginBottom:j,focused:z,disabled:O,hasLabel:!!E,hideEditor:!jt(o)&&!!E&&!z},{children:t(Ft,Object.assign({readOnly:w},{children:[E&&e(Pt,Object.assign({filled:jt(o),focused:z,disabled:O},{children:E})),e(WC.Editor,Object.assign({ref:$,editorState:F,onChange:G,placeholder:d,readOnly:w,handleReturn:e=>{const t=WC.RichUtils.insertSoftNewline(F);return e.shiftKey||!a?G(t):a(e),"handled"},handlePastedText:(e,t,n)=>{const r=((e,t)=>{const n=t.getCurrentContent(),r=t.getSelection(),o={text:e,type:"unstyled",entityRanges:[],key:"",depth:1,inlineStyleRanges:[]},i=WC.convertFromRaw({blocks:[o],entityMap:{}}),a=WC.EditorState.createWithContent(i,XC).getCurrentContent().getBlockMap(),s=WC.Modifier.replaceWithFragment(n,r,a);return WC.EditorState.push(t,s,"insert-fragment")})(e,n);return G(r),"handled"},onFocus:H,onBlur:K},N))]}))}))})),o_=le(Nt)((({theme:e,height:t,noPadding:n,disabled:r,readOnly:o,color:i})=>({alignItems:t?"flex-start":void 0,minHeight:t,height:"max-content",padding:n?0:void 0,color:r?e.input.color.disabled:i||e.input.color.default,cursor:o?"inherit":"text","&:hover":{backgroundColor:o?e.input.background.default:void 0,borderBottom:o?`1px solid ${e.input.borderColor.default}`:void 0,Label:{color:o?e.input.labelColor.filled:void 0}}})),(({theme:e,height:t,hasLabel:n,editorMaxHeight:r,overflow:o,clampLines:i,hideEditor:a,fontSize:s,noPadding:u,filled:l})=>({"& .public-DraftEditor-content":{maxHeight:r||t,overflow:o||"auto",lineHeight:n?"19px":"21px",position:a?"absolute":"relative",fontSize:s||e.font.size.lg,top:!l||n||u?void 0:1,caretColor:e.accent},"& .public-DraftStyleDefault-block":{WebkitLineClamp:i,overflow:i?"hidden":o||"auto",display:i?"-webkit-box":void 0,WebkitBoxOrient:i?"vertical":void 0,wordBreak:i?"break-word":void 0},"& .public-DraftEditorPlaceholder-root":{color:e.input.color.placeholder,position:"relative",visibility:a?"hidden":void 0,fontSize:s||e.font.size.lg}})),(({noPadding:e,hasLabel:t})=>{let n;return e&&(n=-1),t&&(n=-2),{"& .public-DraftEditorPlaceholder-inner":{position:"absolute",pointerEvents:"none",top:n}}})),i_=le.div({display:"grid"},(({rows:e,rowGap:t,columns:n,columnGap:r,gap:o,template:i,alignContent:a,alignItems:s,justifyContent:u,justifyItems:l,width:c,height:f})=>({gridTemplateColumns:"number"==typeof n?`repeat(${n}, 1fr)`:n,gridTemplateRows:"number"==typeof e?`repeat(${e}, 1fr)`:e,gridColumnGap:r,gridRowGap:t,gridGap:o,gridTemplate:i,alignItems:s,justifyItems:l,alignContent:a,justifyContent:u,width:c,height:f})),(({columns:e})=>"equal"===e&&{gridTemplateColumns:"unset",gridAutoColumns:"1fr",gridAutoFlow:"column"}),(({padding:e,paddingTop:t,paddingBottom:n,paddingRight:r,paddingLeft:o})=>({padding:e,paddingTop:t,paddingBottom:n,paddingRight:r,paddingLeft:o})),(({margin:e,marginTop:t,marginBottom:n,marginRight:r,marginLeft:o})=>({margin:e,marginTop:t,marginBottom:n,marginRight:r,marginLeft:o})));i_.Item=le.div((({row:e,rowStart:t,rowEnd:n,column:r,columnStart:o,columnEnd:i,area:a,alignSelf:s,justifySelf:u,placeSelf:l,border:c})=>({gridRow:e,gridRowStart:t,gridRowEnd:n,gridColumn:r,gridColumnStart:o,gridColumnEnd:i,gridArea:a,alignSelf:s,justifySelf:u,placeSelf:l,border:c})),(({padding:e,paddingTop:t,paddingBottom:n,paddingRight:r,paddingLeft:o})=>({padding:e,paddingTop:t,paddingBottom:n,paddingRight:r,paddingLeft:o})),(({margin:e,marginTop:t,marginBottom:n,marginRight:r,marginLeft:o})=>({margin:e,marginTop:t,marginBottom:n,marginRight:r,marginLeft:o})));const a_=n=>{var{id:r,label:o,labelPosition:i,checked:a,disabled:s,margin:u,marginTop:l,marginBottom:c,marginRight:f,marginLeft:d}=n,p=k(n,["id","label","labelPosition","checked","disabled","margin","marginTop","marginBottom","marginRight","marginLeft"]);const h="right"===i,g={margin:u,marginTop:l,marginBottom:c,marginRight:f,marginLeft:d};return t(ji,Object.assign({htmlFor:r,labelRight:h,disabled:s},g,{children:[o&&e(Fi,{children:o}),e(Ni,Object.assign({id:r,type:"radio",checked:a,disabled:s},p)),e(mt,{name:"radio-button",marginLeft:o&&!h?8:0,marginRight:o&&h?8:0,pointer:!s})]}))},s_=n=>{var{id:r,label:o,labelPosition:i,checked:a,disabled:s,onChange:u,margin:c,marginTop:f,marginBottom:d,marginRight:p,marginLeft:g}=n,v=k(n,["id","label","labelPosition","checked","disabled","onChange","margin","marginTop","marginBottom","marginRight","marginLeft"]);const[m,b]=l("toggle-off"),[y,w]=l(a||!1),C="right"===i,_={margin:c,marginTop:f,marginBottom:d,marginRight:p,marginLeft:g};return h((()=>{b(y?"toggle-on":"toggle-off")}),[y]),h((()=>{w("boolean"==typeof a?a:y)}),[a,y]),t(ji,Object.assign({htmlFor:r,labelRight:C,disabled:s},_,{children:[o&&e(Fi,{children:o}),e(Ni,Object.assign({id:r,type:"checkbox",checked:y,disabled:s,onChange:()=>{const e=!y;w(e),u(e)}},v)),e(mt,{name:m,marginLeft:o&&!C?8:0,marginRight:o&&C?8:0,pointer:!s,size:40})]}))},u_=e=>{var{children:n,iconLeft:r,iconRight:o,disabled:i,pill:a}=e,s=k(e,["children","iconLeft","iconRight","disabled","pill"]);return t(l_,Object.assign({as:a?void 0:"label",disabled:i,rightIcon:!!o,pill:a},s,{children:[r&&Ht(r,{marginRight:4,size:"small"}),n,o&&Ht(o,{marginLeft:4,size:"small"})]}))},l_=le.div((({theme:e,disabled:t,pill:n})=>({display:"flex",alignItems:"center",width:"max-content",color:t?e.scale4:e.scale10,cursor:"default",fontSize:n?e.font.size.sm:e.font.size.md,fontWeight:n?e.font.weight.medium:e.font.weight.default,fontFamily:e.font.family.default})),(({theme:e,disabled:t,pill:n,rightIcon:r})=>n&&{borderRadius:40,padding:`2px ${e.size.sm}px`,paddingRight:r?e.size.xs:void 0,backgroundColor:t?e.scale0:e.scale1,"&:hover":{backgroundColor:t||!n?void 0:e.scale2}}),(({margin:e,marginTop:t,marginBottom:n,marginRight:r,marginLeft:o})=>({margin:e,marginTop:t,marginBottom:n,marginRight:r,marginLeft:o}))),c_=t=>{var{children:n,rows:r,columns:o,rowGap:i,columnGap:a,onSubmit:s}=t,u=k(t,["children","rows","columns","rowGap","columnGap","onSubmit"]);return e(f_,Object.assign({as:"form",rows:r,columns:o,rowGap:i,columnGap:a,onSubmit:e=>{s?s(e):e.preventDefault()}},u,{children:n}))};c_.Group=t=>{var{children:n,rows:r,columns:o,rowGap:i,columnGap:a,disabled:s}=t,u=k(t,["children","rows","columns","rowGap","columnGap","disabled"]);return e(d_,Object.assign({rows:r,columns:o,rowGap:i,columnGap:a,disabled:s},u,{children:n}))},c_.Field=({children:t,inline:n,align:r,disabled:o})=>e(p_,Object.assign({inline:n,align:r,disabled:o},{children:t})),c_.Input=Kt,c_.Dropdown=ln,c_.Radio=a_,c_.Toggle=s_,c_.Checkbox=Pi,c_.Label=u_;const f_=le(i_)({boxSizing:"border-box"}),d_=le(i_)((({disabled:e})=>e&&{opacity:.3,pointerEvents:"none"})),p_=le.div((({inline:e,align:t})=>({display:"flex",flexDirection:e?"row":"column",alignItems:t?{top:"flex-start",bottom:"flex-end",center:"center"}[t]:void 0})),(({disabled:e})=>e&&{opacity:.3,pointerEvents:"none"})),h_=({visible:n,close:r,images:o,startIndex:i,alt:a,maxWidth:s,maxHeight:u,opacity:c})=>{const[f,d]=l(i),p=Xt(r,n,["#prev","#next","#prev *","#next *"]);h((()=>{d(i)}),[i]);const g=()=>d(f>0?f-1:o.length-1),v=()=>f<o.length-1?d(f+1):d(0),m=e=>{const{key:t}=e;switch(t){case"ArrowLeft":case"ArrowDown":e.preventDefault(),g();break;case"ArrowRight":case"ArrowUp":e.preventDefault(),v();break;case"Escape":e.preventDefault(),r()}};return h((()=>(n&&window.addEventListener("keydown",m),()=>window.removeEventListener("keydown",m))),[n,f]),n?t(g_,Object.assign({opacity:c,prevNext:o.length>1},{children:[e(v_,Object.assign({onClick:r},{children:e(mt,{name:"close",size:25,color:"white"})})),o.length>1&&e(m_,Object.assign({id:"prev",onClick:g},{children:e(mt,{name:"chevron-left",size:35,color:"white"})})),e(b_,{ref:p,src:o[f],alt:a,maxWidth:s,maxHeight:u}),o.length>1&&e(m_,Object.assign({next:!0,id:"next",onClick:v},{children:e(mt,{name:"chevron-right",size:35,color:"white"})}))]})):null},g_=le.div((({prevNext:e,opacity:t})=>({width:"100%",height:"100%",backgroundColor:`rgba(0, 0, 0, ${null!=t?t:.3})`,position:"fixed",top:0,left:0,display:"grid",gridTemplateColumns:e?"auto 1fr auto":"1fr",justifyContent:"space-between",alignItems:"center",zIndex:1e4,userSelect:"none",borderRadius:5}))),v_=le.div({position:"absolute",top:0,right:0,display:"flex",justifyContent:"center",alignItems:"center",cursor:"pointer",width:50,height:50,zIndex:1}),m_=le.div((({next:e})=>({display:"flex",justifyContent:"center",alignItems:"center",cursor:"pointer",width:50,height:"100%",backgroundColor:"transparent",left:e?void 0:0,right:e?0:void 0,zIndex:0,"&:hover":{background:`linear-gradient(90deg, rgba(0,0,0,${e?0:.4}) 0%, rgba(0,0,0,${e?.4:0}) 100%)`}}))),b_=le.img((({maxWidth:e,maxHeight:t})=>({display:"block",justifySelf:"center",maxWidth:e||"100%",maxHeight:t||"100%"}))),y_=le.code((({theme:e})=>({fontFamily:"source-code-pro, Menlo, Monaco, Consolas, 'Courier New', monospace",color:e.scale10,backgroundColor:e.scale1,borderRadius:e.size.xs,padding:"2px 4px"}))),w_=({vertical:t,width:n,height:r,padding:o,paddingTop:i,paddingBottom:a,paddingLeft:s,paddingRight:l,border:c,borderTop:f,borderBottom:d,borderLeft:p,borderRight:h,borderTopLeftRadius:g,borderTopRightRadius:v,borderBottomLeftRadius:m,borderBottomRightRadius:b,backgroundColor:y,children:w})=>e(C_,Object.assign({vertical:t,width:n,height:r,padding:o,paddingTop:i,paddingBottom:a,paddingLeft:s,paddingRight:l,border:c,borderTop:f,borderBottom:d,borderLeft:p,borderRight:h,borderTopLeftRadius:g,borderTopRightRadius:v,borderBottomLeftRadius:m,borderBottomRightRadius:b,backgroundColor:y,role:"menu"},{children:w?Dt(w).map((e=>e?u(e,{vertical:t,backgroundColor:y}):null)):null})),C_=le.div((({theme:{menu:e},vertical:t,backgroundColor:n,width:r,height:o,paddingTop:i,paddingBottom:a,paddingRight:s,paddingLeft:u})=>({display:"flex",flexFlow:t?"column":"row",overflowY:t?"auto":void 0,backgroundColor:n||e.background,padding:t?"16px 0":"0 16px",paddingTop:i,paddingBottom:a,paddingRight:s,paddingLeft:u,width:r,height:o})),(({theme:{defaultBorder:e},border:t,borderTop:n,borderBottom:r,borderLeft:o,borderRight:i,borderTopLeftRadius:a,borderTopRightRadius:s,borderBottomLeftRadius:u,borderBottomRightRadius:l})=>({border:t?e:void 0,borderTop:n?e:void 0,borderBottom:r?e:void 0,borderLeft:o?e:void 0,borderRight:i?e:void 0,borderTopLeftRadius:a,borderTopRightRadius:s,borderBottomLeftRadius:u,borderBottomRightRadius:l}))),__=le.button({userSelect:"none",border:"none",display:"flex",alignItems:"center"},(({theme:{accent:e,font:t,menuItem:n},selected:r,vertical:o,disabled:i,indent:a=1})=>({color:r?n.color.active:n.color.inactive,backgroundColor:r?n.background.active:n.background.inactive,borderLeft:o?"4px solid transparent":void 0,borderLeftColor:o&&r?n.borderColor:void 0,borderBottom:o?void 0:"4px solid transparent",borderBottomColor:!o&&r?n.borderColor:void 0,cursor:i?"not-allowed":"pointer",fontSize:t.size.lg,padding:o?`0 0 0 ${32*a}px`:"0 16px",minHeight:40,"&:hover":{backgroundColor:n.background.hover,color:n.color.hover},"&:focus-visible":{outline:`${e} solid 1px`}})),(({contentPosition:e})=>({justifyContent:"start"===e||"end"===e?`flex-${e}`:e}))),x_=le.div((({theme:e,backgroundColor:t})=>({display:"flex",flexDirection:"column",backgroundColor:t||e.menu.background}))),S_=le.div({marginLeft:"auto",marginRight:8});w_.Item=({vertical:t,selected:n,disabled:r,contentPosition:o,onClick:i,id:a,children:s,indent:u=1})=>e(__,Object.assign({vertical:t,selected:n,disabled:r,contentPosition:o,onClick:i,id:a,role:"menuitem",indent:u},{children:s})),w_.Group=({label:n,defaultOpen:r,vertical:i,selected:a,disabled:s,contentPosition:c,onClick:f,id:d,children:p,indent:h=1,backgroundColor:g})=>{const[v,m]=l(r||a),b=e=>Dt(e).map((e=>{if(o.isValidElement(e)){const t=e;return t.props.selected&&!v&&m(!0),Array.isArray(t.props.children)&&b(t.props.children),u(e,{vertical:i,indent:h+1,backgroundColor:g})}return null})),y=b(p),w=()=>m((e=>!e));return t(x_,Object.assign({backgroundColor:g},{children:[t(__,Object.assign({vertical:i,selected:a||!1,disabled:s,contentPosition:c,onClick:e=>{f?(f(e),v||w()):w()},id:d,role:"menuitem",indent:h},{children:[n,e(S_,Object.assign({onClick:e=>{e.stopPropagation(),w()}},{children:e(mt,{name:v?"chevron-up":"chevron-down",pointer:!0})}))]})),v&&y]}))};const k_=({type:n,content:r,closeIcon:o,onClose:i,width:a,margin:s,marginTop:u,marginBottom:l,marginRight:c,marginLeft:f,children:d})=>{const p=_(),{iconName:h,borderColor:g,backgroundColor:v}=((e,t)=>{const{color:n}=t;switch(e){case"info":return{iconName:"info",borderColor:n.brand,backgroundColor:n.brandTint2};case"error":return{iconName:"warning",borderColor:n.error,backgroundColor:n.errorTint2};case"success":return{iconName:"check-circle",borderColor:n.success,backgroundColor:n.successTint2};case"warning":return{iconName:"warning",borderColor:n.warning,backgroundColor:n.warningTint2};default:return{iconName:"info",borderColor:t.scale8,backgroundColor:t.scale0}}})(n||"",p),m={margin:s,marginTop:u,marginBottom:l,marginRight:c,marginLeft:f};return t(T_,Object.assign({borderColor:g,backgroundColor:v,width:a,showingClose:o},m,{children:[e(mt,{name:h,style:{marginRight:10},color:g}),e(L_,{children:r||d}),o&&e(mt,{name:"close",onClick:i,pointer:!0,color:p.scale8,hoverColor:p.scale10,marginLeft:"auto"})]}))},E_=le.div((({theme:e})=>({fontWeight:e.font.weight.medium}))),O_=le.div((({theme:e})=>({fontWeight:e.font.weight.default})));k_.Header=E_,k_.Body=O_;const T_=le.div((({theme:e,borderColor:t,backgroundColor:n})=>({display:"flex",alignItems:"center",margin:"10px 0",position:"relative",padding:`${e.size.sm}px ${e.size.md}px`,border:"1px solid",borderColor:t,borderRadius:e.size.xs,backgroundColor:n,color:e.scale10,fontSize:e.font.size.sm,"& a":{textDecoration:"none",color:e.accent,"&:hover":{textDecoration:"underline"}}})),(({theme:e,showingClose:t})=>({paddingRight:t?e.size.sm:void 0})),(({width:e,margin:t,marginTop:n,marginBottom:r,marginRight:o,marginLeft:i})=>({width:e,margin:t,marginTop:n,marginBottom:r,marginRight:o,marginLeft:i}))),L_=le.div({width:"100%"}),D_=({text:n,color:r,style:o})=>t(R_,{children:[e(A_,{}),e(M_,Object.assign({color:r,style:o},{children:n})),e(A_,{})]}),M_=le.div((({color:e})=>({fontSize:12,padding:"0 5px",color:e}))),A_=le.div((({theme:e})=>({height:1,backgroundColor:e.scale4,width:"100%"}))),R_=le.div({display:"grid",gridTemplateColumns:"1fr auto 1fr",alignItems:"center",padding:"10px 0"}),B_=({children:n,rootSelector:r,visible:o,width:i,height:a,onClose:s,closeIcon:l,preventOverlayClose:c,overlayColor:f,backgroundColor:d,small:p,noOverlay:h,centerX:g,centerY:v,top:m,bottom:b,right:y,left:w,padding:C,paddingTop:_,paddingBottom:x,paddingRight:k,paddingLeft:E})=>{const O=Xt(c?()=>null:s,o),T={padding:C,paddingTop:_,paddingBottom:x,paddingRight:k,paddingLeft:E},L=Dt(n).map((e=>e?u(e,{inline:p}):null)),D=e(N_,Object.assign({color:f,noOverlay:h,centerX:g,centerY:v,top:m,bottom:b,right:y,left:w},{children:t(I_,Object.assign({ref:O,width:i,height:a,backgroundColor:d,small:p,noOverlay:h,centerX:g,centerY:v},T,{children:[L,l&&e(j_,Object.assign({inline:p},{children:e(mt,{name:"close",onClick:s,pointer:!0})}))]}))})),M=document.querySelector(r||"#root");return o&&M?S.createPortal(D,M):null};B_.Header=le.div((({theme:e})=>({color:e.modal.color.header,fontSize:e.font.size.xl,marginBottom:8}))),B_.Text=le.div((({theme:e,primary:t,fontSize:n})=>({color:t?e.modal.color.header:e.modal.color.body,fontSize:n||e.font.size.lg}))),B_.Body=le.div((({height:e})=>({height:e,overflow:e?"auto":void 0})),(({margin:e,marginTop:t,marginBottom:n,marginRight:r,marginLeft:o})=>({margin:e,marginTop:t,marginBottom:n,marginRight:r,marginLeft:o}))),B_.Footer=le.div((({justify:e="end",inline:t})=>({display:"flex",alignItems:"center",justifyContent:e?{start:"flex-start",end:"flex-end",center:"center","space-around":"space-around","space-between":"space-between"}[e]:void 0,marginTop:t?void 0:8})),(({margin:e,marginTop:t,marginBottom:n,marginRight:r,marginLeft:o})=>({margin:e,marginTop:t,marginBottom:n,marginRight:r,marginLeft:o})));const I_=le.div((({theme:e,width:t,height:n,backgroundColor:r,small:o})=>({display:"flex",flexDirection:o?"row":"column",alignItems:o?"center":void 0,backgroundColor:r||e.modal.background,boxShadow:e.elevation3,width:t||"max-content",height:n||"max-content",borderRadius:e.size.xs,padding:o?e.size.md:e.size.lg})),(({noOverlay:e})=>!e&&{position:"absolute",top:"50%",left:"50%",transform:"translate(-50%,-50%)"}),(({centerX:e,centerY:t})=>(e||t)&&{position:"absolute",top:t?"50%":void 0,left:e?"50%":void 0,transform:`translate(${e?"-50%":"0"}, ${t?"-50%":"0"})`}),(({padding:e,paddingTop:t,paddingBottom:n,paddingRight:r,paddingLeft:o})=>({padding:e,paddingTop:t,paddingBottom:n,paddingRight:r,paddingLeft:o}))),j_=le.div({display:"flex",justifyContent:"center",alignItems:"center"},(({inline:e})=>e?{marginLeft:16}:{position:"absolute",top:8,right:8})),N_=le.div((({color:e,noOverlay:t,centerX:n,centerY:r,top:o,bottom:i,right:a,left:s})=>({position:"absolute",top:o||(s||i||a?void 0:0),left:s||(o||i||a?void 0:0),bottom:i,right:a,width:t&&!n?void 0:"100%",height:t&&!r?void 0:"100%",zIndex:100,backgroundColor:t?void 0:e||"rgba(0, 0, 0, 0.5)"}))),F_=r=>{var{children:o,options:i,items:a,listLabel:s,listText:u,itemsTitle:c,maxItems:d,placeholder:p,width:g,filter:m,restrictInput:b,disabled:y,optionsParent:w,compact:C,backgroundColor:x,borderless:E,addItem:O,removeItem:T,onTextChange:L,autoFocus:D}=r,M=k(r,["children","options","items","listLabel","listText","itemsTitle","maxItems","placeholder","width","filter","restrictInput","disabled","optionsParent","compact","backgroundColor","borderless","addItem","removeItem","onTextChange","autoFocus"]);const[A,R]=l(D||!1),[B,I]=l(!1),[j,N]=l(""),{color:F,font:P,input:z}=_(),H=Xt((()=>R(!1)),A,w?[w,`${w} *`]:void 0),K=f(null),U=C&&!!s,V=e=>{e&&O(e)},$=e=>{N(e),L&&L(e)};h((()=>{const{current:e}=K;e&&!A&&e.blur()}),[A]);Yt(document,"keydown",(e=>{const{key:t,altKey:n,ctrlKey:r,metaKey:o}=e;if(!(n||r||o)&&t&&"Backspace"===t)if(a.length>0){e.preventDefault();const t=a[a.length-1];T(t)}}),A&&!j,[a]);const q=i.filter((e=>!a.find((t=>t.id===e.id)))),Z=v((()=>`multi-select-${pt()}`),[]),W=v((()=>`multi-select-list-${pt()}`),[]),G=d?a.length>=d:void 0,Y=y||!A||G,X=()=>{const n=t(K_,Object.assign({id:W,expanded:A,padTop:A&&a.length>0,labeled:!!s},{children:[u&&e(U_,Object.assign({expanded:A,labeled:!!s},{children:u})),o?o(A,!!y):a.map((t=>e(u_,Object.assign({pill:!0,iconRight:A&&!y?e(mt,{name:"close-circle",onClick:()=>T(t),pointer:!0}):void 0,disabled:y},{children:t.label}),t.id))),e(ln,Object.assign({},M,{textOnly:!0,hideIcon:!0,clearOnSelect:!0,search:!0,filter:m,backgroundColor:"transparent",restrictInput:b,options:q,fontSize:P.size.md,placeholder:y||a.length>0?" ":p||"Search...",placeholderColor:z.color.placeholder,inputRef:K,onChange:V,onTextChange:$,onError:e=>I(e),disabled:Y,optionsParent:w?`#${W}`:`#${Z}`,autoFocus:D}))]}));if(w){const e=document.querySelector(w);return e?S.createPortal(n,e):n}return n};return t(P_,Object.assign({width:g,ref:H,labeled:!!s,disabled:y,collapse:U,onClick:e=>{e.stopPropagation();const{current:t}=K;A||s||R(!0),null==t||t.focus()}},{children:[t(z_,Object.assign({collapse:U,id:Z,expanded:A&&a.length>0,error:B,labeled:!!s,backgroundColor:x,borderless:E},{children:[s?e(H_,Object.assign({collapse:U},{children:s})):X(),t(V_,{children:[d&&e(q_,{children:t(n,y&&c?{children:[a.length," ",c]}:{children:[e($_,Object.assign({error:a.length>=d},{children:a.length})),"/",d," ",c]})}),a.length>0&&e(mt,{name:A?"chevron-up":"chevron-down",color:F.brand,pointer:!0,onClick:e=>{e.stopPropagation(),R(!A)}})]})]})),s&&A&&X()]}))},P_=le.div((({width:e,disabled:t,labeled:n,collapse:r})=>({width:e,minWidth:200,height:r?62:41,position:"relative",cursor:n||t?"default":"text"}))),z_=le.div((({theme:e,expanded:t,error:n,labeled:r,collapse:o,backgroundColor:i,borderless:a})=>({display:"grid",gridTemplateColumns:o?void 0:"1fr auto",alignItems:t&&!r?"flex-start":"center",columnGap:24,width:"100%",minHeight:41,position:"absolute",top:0,left:0,backgroundColor:i||e.background0,zIndex:t?1:void 0,borderBottom:n?`1px solid ${e.color.error}`:e.defaultBorder,border:a?"none":void 0,padding:"8px 16px"}))),H_=le.div((({theme:e,collapse:t})=>({textAlign:t?void 0:"center",fontSize:e.font.size.md,overflow:"hidden",whiteSpace:"nowrap",textOverflow:"ellipsis"}))),K_=le.div((({theme:e,expanded:t,padTop:n})=>({display:"flex",alignItems:"center",width:"100%",overflow:t?void 0:"hidden",pointerEvents:t?void 0:"none",flexWrap:t?"wrap":void 0,paddingTop:n?1:void 0,columnGap:e.size.sm,rowGap:e.size.sm,"& > *":{flexShrink:0}})),(({theme:e,labeled:t,expanded:n})=>t&&n?{backgroundColor:e.background0,position:"absolute",top:"100%",zIndex:1,padding:"8px 0px",borderBottom:e.defaultBorder}:{})),U_=le.div((({theme:e,expanded:t,labeled:n})=>({fontSize:e.font.size.sm,fontWeight:e.font.weight.medium,color:e.scale8,paddingLeft:t&&n?16:void 0}))),V_=le.div((({theme:{size:e}})=>({display:"flex",alignItems:"center",columnGap:e.sm,whiteSpace:"nowrap"}))),$_=le.div((({theme:e,error:t})=>({color:t?e.color.error:e.scale8}))),q_=le.div((({theme:e})=>({display:"flex",color:e.scale4,fontSize:e.font.size.sm}))),Z_=le.div((({theme:e,color:t,size:n,position:r,top:o,bottom:i,right:a,left:s,marginTop:u,marginBottom:l,marginRight:c,marginLeft:f})=>({borderRadius:"50%",backgroundColor:t||e.accent,width:n||8,height:n||8,position:r,top:o,bottom:i,right:a,left:s,marginTop:u,marginBottom:l,marginRight:c,marginLeft:f})),(({theme:{font:e},number:t})=>t&&{display:"flex",padding:"1px 1px 0",alignItems:"center",justifyContent:"center",fontFamily:e.family.light,fontSize:e.size.sm})),W_=e=>e?+e:0,G_=n=>{var{onPageNav:r,page:o,totalPages:i,maxVisibleNumbers:a,width:u}=n,c=k(n,["onPageNav","page","totalPages","maxVisibleNumbers","width"]);const[f,d]=l(W_(o)||1),[p,h]=l(0),g=function(e,t,n=1){let r=t?e:0;const o=t||e,i=[];for(;r<=o;)i.push(r),r+=n;return i}(1,i),v=((e,t)=>{const n=[...e],r=[];for(;n.length>0;){const e=n.splice(0,t);r.push(e)}return r})(g,W_(a)||g.length),m=e=>{if(e>=1&&e<=i){const t=(e=>{for(let t=0;t<v.length;t++)if(v[t].includes(e))return t;return-1})(e);h(t),d(e),r(e)}},b=0!==p,y=p!==v.length-1;return t(Y_,Object.assign({width:u},c,{children:[e(J_,Object.assign({disabled:1===f,onClick:()=>m(1)},{children:e(mt,{name:"double-arrow-left",title:"first",inheritColor:!0})})),e(J_,Object.assign({disabled:1===f,onClick:()=>m(f-1)},{children:e(mt,{name:"chevron-left",title:"prev",inheritColor:!0})})),v[p].map(((n,r,o)=>t(s,{children:[0===r&&b?e(ex,{children:"... "}):"",e(Q_,Object.assign({selected:n===f,onClick:()=>m(n)},{children:n})),r===o.length-1&&y?e(ex,{children:" ..."}):""]},`pageIndex-${n}`))),e(J_,Object.assign({disabled:f===i,onClick:()=>m(f+1)},{children:e(mt,{name:"chevron-right",title:"next",inheritColor:!0})})),e(J_,Object.assign({disabled:f===i,onClick:()=>m(i)},{children:e(mt,{name:"double-arrow-right",title:"last",inheritColor:!0})}))]}))},Y_=le.nav({display:"flex",justifyContent:"space-between",alignItems:"center",columnGap:4},(({width:e})=>({width:e||"max-content"})),(({margin:e,marginTop:t,marginBottom:n,marginRight:r,marginLeft:o})=>({margin:e,marginTop:t,marginBottom:n,marginRight:r,marginLeft:o}))),X_=le.button((({theme:e,disabled:t})=>({border:"none",borderRadius:e.size.xs,backgroundColor:"transparent","&:hover":{backgroundColor:t?void 0:e.scale1,color:t?void 0:e.scale10},"&:focus-visible":{outline:`${e.accent} solid 1px`}}))),J_=le(X_)((({theme:e,disabled:t})=>({color:t?e.scale4:e.scale8,cursor:t?"default":"pointer"}))),Q_=le(X_)((({theme:e,selected:t})=>({color:t?e.scale10:e.scale6,backgroundColor:t?e.scale0:void 0,fontSize:e.font.size.sm,cursor:"pointer",width:"max-content",minWidth:e.size.lg,height:e.size.lg,padding:0}))),ex=le.span((({theme:e})=>({color:e.scale6}))),tx=({percent:n,size:r=24,thickness:o=2,color:i,margin:a,marginTop:s,marginBottom:u,marginRight:l,marginLeft:c})=>{const f={margin:a,marginTop:s,marginBottom:u,marginRight:l,marginLeft:c},d=(r-o)/2,p=d*Math.PI*2,h=p-p*n/100,g=r/2;return t(nx,Object.assign({size:r},f,{children:[e(rx,{cx:g,cy:g,r:d,thickness:o}),e(ox,{color:i,cx:g,cy:g,r:d,thickness:o,transform:`rotate(-90 ${g} ${g})`,circ:p,complete:h})]}))},nx=le.svg((({size:e})=>({display:"block",width:e,height:e})),(({margin:e,marginTop:t,marginBottom:n,marginRight:r,marginLeft:o})=>({margin:e,marginTop:t,marginBottom:n,marginRight:r,marginLeft:o}))),rx=le.circle((({theme:e,thickness:t})=>({fill:"none",stroke:e.scale1,strokeWidth:t}))),ox=le(rx)((({theme:e,color:t,circ:n,complete:r})=>({stroke:t||e.color.brand,strokeLinecap:"round",strokeLinejoin:"round",strokeDasharray:n,strokeDashoffset:r,transition:"stroke-dashoffset 0.5s"}))),ix=({percent:t,color:n,circle:r,width:o,height:i,size:a,thickness:s=2,margin:u,marginTop:l,marginBottom:c,marginRight:f,marginLeft:d})=>{const p={margin:u,marginTop:l,marginBottom:c,marginRight:f,marginLeft:d};let h=t;return t>100?h=100:t<0&&(h=0),r?e(tx,Object.assign({percent:h,size:a,thickness:s,color:n},p)):e(ax,Object.assign({width:o,height:i||s},p,{children:e(sx,{color:n,width:h})}))},ax=le.div((({theme:e,width:t,height:n,margin:r,marginTop:o,marginBottom:i,marginRight:a,marginLeft:s})=>({backgroundColor:e.scale1,borderRadius:24,width:t||"100%",height:n,margin:r,marginTop:o,marginBottom:i,marginRight:a,marginLeft:s}))),sx=le.div((({theme:e,color:t,width:n})=>({backgroundColor:t||e.color.brand,borderRadius:24,width:`${n}%`,height:"100%",transition:"width 0.5s"})));!function(e,t){void 0===t&&(t={});var n=t.insertAt;if(e&&"undefined"!=typeof document){var r=document.head||document.getElementsByTagName("head")[0],o=document.createElement("style");o.type="text/css","top"===n&&r.firstChild?r.insertBefore(o,r.firstChild):r.appendChild(o),o.styleSheet?o.styleSheet.cssText=e:o.appendChild(document.createTextNode(e))}}('/* Document\n * ========================================================================== */\n\n/**\n * 1. Add border box sizing in all browsers (opinionated).\n * 2. Backgrounds do not repeat by default (opinionated).\n */\n\n*,\n::before,\n::after {\n box-sizing: border-box; /* 1 */\n background-repeat: no-repeat; /* 2 */\n}\n\n/**\n * 1. Add text decoration inheritance in all browsers (opinionated).\n * 2. Add vertical alignment inheritance in all browsers (opinionated).\n */\n\n::before,\n::after {\n text-decoration: inherit; /* 1 */\n vertical-align: inherit; /* 2 */\n}\n\n/**\n * 1. Use the default cursor in all browsers (opinionated).\n * 2. Change the line height in all browsers (opinionated).\n * 3. Breaks words to prevent overflow in all browsers (opinionated).\n * 4. Use a 4-space tab width in all browsers (opinionated).\n * 5. Remove the grey highlight on links in iOS (opinionated).\n * 6. Prevent adjustments of font size after orientation changes in iOS.\n */\n\n:where(:root) {\n cursor: default; /* 1 */\n line-height: 1.5; /* 2 */\n overflow-wrap: break-word; /* 3 */\n -moz-tab-size: 4; /* 4 */\n tab-size: 4; /* 4 */\n -webkit-tap-highlight-color: transparent; /* 5 */\n -webkit-text-size-adjust: 100%; /* 6 */\n}\n\n/* Sections\n * ========================================================================== */\n\n/**\n * Remove the margin in all browsers (opinionated).\n */\n\n:where(body) {\n margin: 0;\n}\n\n/**\n * Correct the font size and margin on `h1` elements within `section` and\n * `article` contexts in Chrome, Edge, Firefox, and Safari.\n */\n\n:where(h1) {\n font-size: 2em;\n margin: 0.67em 0;\n}\n\n/* Grouping content\n * ========================================================================== */\n\n/**\n * Remove the margin on nested lists in Chrome, Edge, and Safari.\n */\n\n:where(dl, ol, ul) :where(dl, ol, ul) {\n margin: 0;\n}\n\n/**\n * 1. Correct the inheritance of border color in Firefox.\n * 2. Add the correct box sizing in Firefox.\n */\n\n:where(hr) {\n color: inherit; /* 1 */\n height: 0; /* 2 */\n}\n\n/**\n * Remove the list style on navigation lists in all browsers (opinionated).\n */\n\n:where(nav) :where(ol, ul) {\n list-style-type: none;\n padding: 0;\n}\n\n/**\n * Prevent VoiceOver from ignoring list semantics in Safari (opinionated).\n */\n\n:where(nav li)::before {\n content: "\\200B";\n float: left;\n}\n\n/**\n * 1. Correct the inheritance and scaling of font size in all browsers.\n * 2. Correct the odd `em` font sizing in all browsers.\n * 3. Prevent overflow of the container in all browsers (opinionated).\n */\n\n:where(pre) {\n font-family: monospace, monospace; /* 1 */\n font-size: 1em; /* 2 */\n overflow: auto; /* 3 */\n}\n\n/* Text-level semantics\n * ========================================================================== */\n\n/**\n * Add the correct text decoration in Safari.\n */\n\n:where(abbr[title]) {\n text-decoration: underline;\n text-decoration: underline dotted;\n}\n\n/**\n * Add the correct font weight in Chrome, Edge, and Safari.\n */\n\n:where(b, strong) {\n font-weight: bolder;\n}\n\n/**\n * 1. Correct the inheritance and scaling of font size in all browsers.\n * 2. Correct the odd `em` font sizing in all browsers.\n */\n\n:where(code, kbd, samp) {\n font-family: monospace, monospace; /* 1 */\n font-size: 1em; /* 2 */\n}\n\n/**\n * Add the correct font size in all browsers.\n */\n\n:where(small) {\n font-size: 80%;\n}\n\n/* Embedded content\n * ========================================================================== */\n\n/*\n * Change the alignment on media elements in all browsers (opinionated).\n */\n\n:where(audio, canvas, iframe, img, svg, video) {\n vertical-align: middle;\n}\n\n/**\n * Remove the border on iframes in all browsers (opinionated).\n */\n\n:where(iframe) {\n border-style: none;\n}\n\n/**\n * Change the fill color to match the text color in all browsers (opinionated).\n */\n\n:where(svg:not([fill])) {\n fill: currentColor;\n}\n\n/* Tabular data\n * ========================================================================== */\n\n/**\n * 1. Collapse border spacing in all browsers (opinionated).\n * 2. Correct table border color inheritance in all Chrome, Edge, and Safari.\n * 3. Remove text indentation from table contents in Chrome, Edge, and Safari.\n */\n\n:where(table) {\n border-collapse: collapse; /* 1 */\n border-color: inherit; /* 2 */\n text-indent: 0; /* 3 */\n}\n\n/* Forms\n * ========================================================================== */\n\n/**\n * Remove the margin on controls in Safari.\n */\n\n:where(button, input, select) {\n margin: 0;\n}\n\n/**\n * Correct the inability to style buttons in iOS and Safari.\n */\n\n:where(button, [type="button" i], [type="reset" i], [type="submit" i]) {\n -webkit-appearance: button;\n}\n\n/**\n * Change the inconsistent appearance in all browsers (opinionated).\n */\n\n:where(fieldset) {\n border: 1px solid #a0a0a0;\n}\n\n/**\n * Add the correct vertical alignment in Chrome, Edge, and Firefox.\n */\n\n:where(progress) {\n vertical-align: baseline;\n}\n\n/**\n * 1. Remove the margin in Firefox and Safari.\n * 3. Change the resize direction in all browsers (opinionated).\n */\n\n:where(textarea) {\n margin: 0; /* 1 */\n resize: vertical; /* 3 */\n}\n\n/**\n * 1. Correct the odd appearance in Chrome, Edge, and Safari.\n * 2. Correct the outline style in Safari.\n */\n\n:where([type="search" i]) {\n -webkit-appearance: textfield; /* 1 */\n outline-offset: -2px; /* 2 */\n}\n\n/**\n * Correct the cursor style of increment and decrement buttons in Safari.\n */\n\n::-webkit-inner-spin-button,\n::-webkit-outer-spin-button {\n height: auto;\n}\n\n/**\n * Correct the text style of placeholders in Chrome, Edge, and Safari.\n */\n\n::-webkit-input-placeholder {\n color: inherit;\n opacity: 0.54;\n}\n\n/**\n * Remove the inner padding in Chrome, Edge, and Safari on macOS.\n */\n\n::-webkit-search-decoration {\n -webkit-appearance: none;\n}\n\n/**\n * 1. Correct the inability to style upload buttons in iOS and Safari.\n * 2. Change font properties to `inherit` in Safari.\n */\n\n::-webkit-file-upload-button {\n -webkit-appearance: button; /* 1 */\n font: inherit; /* 2 */\n}\n\n/* Interactive\n * ========================================================================== */\n\n/*\n * Add the correct styles in Safari.\n */\n\n:where(dialog) {\n background-color: white;\n border: solid;\n color: black;\n height: -moz-fit-content;\n height: fit-content;\n left: 0;\n margin: auto;\n padding: 1em;\n position: absolute;\n right: 0;\n width: -moz-fit-content;\n width: fit-content;\n}\n\n:where(dialog:not([open])) {\n display: none;\n}\n\n/*\n * Add the correct display in Safari.\n */\n\n:where(details > summary:first-of-type) {\n display: list-item;\n}\n\n/* Accessibility\n * ========================================================================== */\n\n/**\n * Change the cursor on busy elements in all browsers (opinionated).\n */\n\n:where([aria-busy="true" i]) {\n cursor: progress;\n}\n\n/*\n * Change the cursor on control elements in all browsers (opinionated).\n */\n\n:where([aria-controls]) {\n cursor: pointer;\n}\n\n/*\n * Change the cursor on disabled, not-editable, or otherwise\n * inoperable elements in all browsers (opinionated).\n */\n\n:where([aria-disabled="true" i], [disabled]) {\n cursor: not-allowed;\n}\n\n/*\n * Change the display on visually hidden accessible elements\n * in all browsers (opinionated).\n */\n\n:where([aria-hidden="false" i][hidden]) {\n display: initial;\n}\n\n:where([aria-hidden="false" i][hidden]:not(:focus)) {\n clip: rect(0, 0, 0, 0);\n position: absolute;\n}\n');var ux={exports:{}};!function(e){!function(){function t(e,t,n){return e.call.apply(e.bind,arguments)}function n(e,t,n){if(!e)throw Error();if(2<arguments.length){var r=Array.prototype.slice.call(arguments,2);return function(){var n=Array.prototype.slice.call(arguments);return Array.prototype.unshift.apply(n,r),e.apply(t,n)}}return function(){return e.apply(t,arguments)}}function r(e,o,i){return(r=Function.prototype.bind&&-1!=Function.prototype.bind.toString().indexOf("native code")?t:n).apply(null,arguments)}var o=Date.now||function(){return+new Date};function i(e,t){this.a=e,this.o=t||e,this.c=this.o.document}var a=!!window.FontFace;function s(e,t,n,r){if(t=e.c.createElement(t),n)for(var o in n)n.hasOwnProperty(o)&&("style"==o?t.style.cssText=n[o]:t.setAttribute(o,n[o]));return r&&t.appendChild(e.c.createTextNode(r)),t}function u(e,t,n){(e=e.c.getElementsByTagName(t)[0])||(e=document.documentElement),e.insertBefore(n,e.lastChild)}function l(e){e.parentNode&&e.parentNode.removeChild(e)}function c(e,t,n){t=t||[],n=n||[];for(var r=e.className.split(/\s+/),o=0;o<t.length;o+=1){for(var i=!1,a=0;a<r.length;a+=1)if(t[o]===r[a]){i=!0;break}i||r.push(t[o])}for(t=[],o=0;o<r.length;o+=1){for(i=!1,a=0;a<n.length;a+=1)if(r[o]===n[a]){i=!0;break}i||t.push(r[o])}e.className=t.join(" ").replace(/\s+/g," ").replace(/^\s+|\s+$/,"")}function f(e,t){for(var n=e.className.split(/\s+/),r=0,o=n.length;r<o;r++)if(n[r]==t)return!0;return!1}function d(e,t,n){function r(){c&&o&&i&&(c(l),c=null)}t=s(e,"link",{rel:"stylesheet",href:t,media:"all"});var o=!1,i=!0,l=null,c=n||null;a?(t.onload=function(){o=!0,r()},t.onerror=function(){o=!0,l=Error("Stylesheet failed to load"),r()}):setTimeout((function(){o=!0,r()}),0),u(e,"head",t)}function p(e,t,n,r){var o=e.c.getElementsByTagName("head")[0];if(o){var i=s(e,"script",{src:t}),a=!1;return i.onload=i.onreadystatechange=function(){a||this.readyState&&"loaded"!=this.readyState&&"complete"!=this.readyState||(a=!0,n&&n(null),i.onload=i.onreadystatechange=null,"HEAD"==i.parentNode.tagName&&o.removeChild(i))},o.appendChild(i),setTimeout((function(){a||(a=!0,n&&n(Error("Script load timeout")))}),r||5e3),i}return null}function h(){this.a=0,this.c=null}function g(e){return e.a++,function(){e.a--,m(e)}}function v(e,t){e.c=t,m(e)}function m(e){0==e.a&&e.c&&(e.c(),e.c=null)}function b(e){this.a=e||"-"}function y(e,t){this.c=e,this.f=4,this.a="n";var n=(t||"n4").match(/^([nio])([1-9])$/i);n&&(this.a=n[1],this.f=parseInt(n[2],10))}function w(e){var t=[];e=e.split(/,\s*/);for(var n=0;n<e.length;n++){var r=e[n].replace(/['"]/g,"");-1!=r.indexOf(" ")||/^\d/.test(r)?t.push("'"+r+"'"):t.push(r)}return t.join(",")}function C(e){return e.a+e.f}function _(e){var t="normal";return"o"===e.a?t="oblique":"i"===e.a&&(t="italic"),t}function x(e){var t=4,n="n",r=null;return e&&((r=e.match(/(normal|oblique|italic)/i))&&r[1]&&(n=r[1].substr(0,1).toLowerCase()),(r=e.match(/([1-9]00|normal|bold)/i))&&r[1]&&(/bold/i.test(r[1])?t=7:/[1-9]00/.test(r[1])&&(t=parseInt(r[1].substr(0,1),10)))),n+t}function S(e,t){this.c=e,this.f=e.o.document.documentElement,this.h=t,this.a=new b("-"),this.j=!1!==t.events,this.g=!1!==t.classes}function k(e){if(e.g){var t=f(e.f,e.a.c("wf","active")),n=[],r=[e.a.c("wf","loading")];t||n.push(e.a.c("wf","inactive")),c(e.f,n,r)}E(e,"inactive")}function E(e,t,n){e.j&&e.h[t]&&(n?e.h[t](n.c,C(n)):e.h[t]())}function O(){this.c={}}function T(e,t){this.c=e,this.f=t,this.a=s(this.c,"span",{"aria-hidden":"true"},this.f)}function L(e){u(e.c,"body",e.a)}function D(e){return"display:block;position:absolute;top:-9999px;left:-9999px;font-size:300px;width:auto;height:auto;line-height:normal;margin:0;padding:0;font-variant:normal;white-space:nowrap;font-family:"+w(e.c)+";font-style:"+_(e)+";font-weight:"+e.f+"00;"}function M(e,t,n,r,o,i){this.g=e,this.j=t,this.a=r,this.c=n,this.f=o||3e3,this.h=i||void 0}function A(e,t,n,r,o,i,a){this.v=e,this.B=t,this.c=n,this.a=r,this.s=a||"BESbswy",this.f={},this.w=o||3e3,this.u=i||null,this.m=this.j=this.h=this.g=null,this.g=new T(this.c,this.s),this.h=new T(this.c,this.s),this.j=new T(this.c,this.s),this.m=new T(this.c,this.s),e=D(e=new y(this.a.c+",serif",C(this.a))),this.g.a.style.cssText=e,e=D(e=new y(this.a.c+",sans-serif",C(this.a))),this.h.a.style.cssText=e,e=D(e=new y("serif",C(this.a))),this.j.a.style.cssText=e,e=D(e=new y("sans-serif",C(this.a))),this.m.a.style.cssText=e,L(this.g),L(this.h),L(this.j),L(this.m)}b.prototype.c=function(e){for(var t=[],n=0;n<arguments.length;n++)t.push(arguments[n].replace(/[\W_]+/g,"").toLowerCase());return t.join(this.a)},M.prototype.start=function(){var e=this.c.o.document,t=this,n=o(),r=new Promise((function(r,i){!function a(){o()-n>=t.f?i():e.fonts.load(function(e){return _(e)+" "+e.f+"00 300px "+w(e.c)}(t.a),t.h).then((function(e){1<=e.length?r():setTimeout(a,25)}),(function(){i()}))}()})),i=null,a=new Promise((function(e,n){i=setTimeout(n,t.f)}));Promise.race([a,r]).then((function(){i&&(clearTimeout(i),i=null),t.g(t.a)}),(function(){t.j(t.a)}))};var R={D:"serif",C:"sans-serif"},B=null;function I(){if(null===B){var e=/AppleWebKit\/([0-9]+)(?:\.([0-9]+))/.exec(window.navigator.userAgent);B=!!e&&(536>parseInt(e[1],10)||536===parseInt(e[1],10)&&11>=parseInt(e[2],10))}return B}function j(e,t,n){for(var r in R)if(R.hasOwnProperty(r)&&t===e.f[R[r]]&&n===e.f[R[r]])return!0;return!1}function N(e){var t,n=e.g.a.offsetWidth,i=e.h.a.offsetWidth;(t=n===e.f.serif&&i===e.f["sans-serif"])||(t=I()&&j(e,n,i)),t?o()-e.A>=e.w?I()&&j(e,n,i)&&(null===e.u||e.u.hasOwnProperty(e.a.c))?F(e,e.v):F(e,e.B):function(e){setTimeout(r((function(){N(this)}),e),50)}(e):F(e,e.v)}function F(e,t){setTimeout(r((function(){l(this.g.a),l(this.h.a),l(this.j.a),l(this.m.a),t(this.a)}),e),0)}function P(e,t,n){this.c=e,this.a=t,this.f=0,this.m=this.j=!1,this.s=n}A.prototype.start=function(){this.f.serif=this.j.a.offsetWidth,this.f["sans-serif"]=this.m.a.offsetWidth,this.A=o(),N(this)};var z=null;function H(e){0==--e.f&&e.j&&(e.m?((e=e.a).g&&c(e.f,[e.a.c("wf","active")],[e.a.c("wf","loading"),e.a.c("wf","inactive")]),E(e,"active")):k(e.a))}function K(e){this.j=e,this.a=new O,this.h=0,this.f=this.g=!0}function U(e,t,n,o,i){var a=0==--e.h;(e.f||e.g)&&setTimeout((function(){var e=i||null,s=o||{};if(0===n.length&&a)k(t.a);else{t.f+=n.length,a&&(t.j=a);var u,l=[];for(u=0;u<n.length;u++){var f=n[u],d=s[f.c],p=t.a,h=f;if(p.g&&c(p.f,[p.a.c("wf",h.c,C(h).toString(),"loading")]),E(p,"fontloading",h),p=null,null===z)if(window.FontFace){h=/Gecko.*Firefox\/(\d+)/.exec(window.navigator.userAgent);var g=/OS X.*Version\/10\..*Safari/.exec(window.navigator.userAgent)&&/Apple/.exec(window.navigator.vendor);z=h?42<parseInt(h[1],10):!g}else z=!1;p=z?new M(r(t.g,t),r(t.h,t),t.c,f,t.s,d):new A(r(t.g,t),r(t.h,t),t.c,f,t.s,e,d),l.push(p)}for(u=0;u<l.length;u++)l[u].start()}}),0)}function V(e,t){this.c=e,this.a=t}function $(e,t){this.c=e,this.a=t}function q(e,t){this.c=e||Z,this.a=[],this.f=[],this.g=t||""}P.prototype.g=function(e){var t=this.a;t.g&&c(t.f,[t.a.c("wf",e.c,C(e).toString(),"active")],[t.a.c("wf",e.c,C(e).toString(),"loading"),t.a.c("wf",e.c,C(e).toString(),"inactive")]),E(t,"fontactive",e),this.m=!0,H(this)},P.prototype.h=function(e){var t=this.a;if(t.g){var n=f(t.f,t.a.c("wf",e.c,C(e).toString(),"active")),r=[],o=[t.a.c("wf",e.c,C(e).toString(),"loading")];n||r.push(t.a.c("wf",e.c,C(e).toString(),"inactive")),c(t.f,r,o)}E(t,"fontinactive",e),H(this)},K.prototype.load=function(e){this.c=new i(this.j,e.context||this.j),this.g=!1!==e.events,this.f=!1!==e.classes,function(e,t,n){var r=[],o=n.timeout;!function(e){e.g&&c(e.f,[e.a.c("wf","loading")]),E(e,"loading")}(t);r=function(e,t,n){var r,o=[];for(r in t)if(t.hasOwnProperty(r)){var i=e.c[r];i&&o.push(i(t[r],n))}return o}(e.a,n,e.c);var i=new P(e.c,t,o);for(e.h=r.length,t=0,n=r.length;t<n;t++)r[t].load((function(t,n,r){U(e,i,t,n,r)}))}(this,new S(this.c,e),e)},V.prototype.load=function(e){function t(){if(i["__mti_fntLst"+r]){var n,o=i["__mti_fntLst"+r](),a=[];if(o)for(var s=0;s<o.length;s++){var u=o[s].fontfamily;null!=o[s].fontStyle&&null!=o[s].fontWeight?(n=o[s].fontStyle+o[s].fontWeight,a.push(new y(u,n))):a.push(new y(u))}e(a)}else setTimeout((function(){t()}),50)}var n=this,r=n.a.projectId,o=n.a.version;if(r){var i=n.c.o;p(this.c,(n.a.api||"https://fast.fonts.net/jsapi")+"/"+r+".js"+(o?"?v="+o:""),(function(o){o?e([]):(i["__MonotypeConfiguration__"+r]=function(){return n.a},t())})).id="__MonotypeAPIScript__"+r}else e([])},$.prototype.load=function(e){var t,n,r=this.a.urls||[],o=this.a.families||[],i=this.a.testStrings||{},a=new h;for(t=0,n=r.length;t<n;t++)d(this.c,r[t],g(a));var s=[];for(t=0,n=o.length;t<n;t++)if((r=o[t].split(":"))[1])for(var u=r[1].split(","),l=0;l<u.length;l+=1)s.push(new y(r[0],u[l]));else s.push(new y(r[0]));v(a,(function(){e(s,i)}))};var Z="https://fonts.googleapis.com/css";function W(e){this.f=e,this.a=[],this.c={}}var G={latin:"BESbswy","latin-ext":"çöüğş",cyrillic:"йяЖ",greek:"αβΣ",khmer:"កខគ",Hanuman:"កខគ"},Y={thin:"1",extralight:"2","extra-light":"2",ultralight:"2","ultra-light":"2",light:"3",regular:"4",book:"4",medium:"5","semi-bold":"6",semibold:"6","demi-bold":"6",demibold:"6",bold:"7","extra-bold":"8",extrabold:"8","ultra-bold":"8",ultrabold:"8",black:"9",heavy:"9",l:"3",r:"4",b:"7"},X={i:"i",italic:"i",n:"n",normal:"n"},J=/^(thin|(?:(?:extra|ultra)-?)?light|regular|book|medium|(?:(?:semi|demi|extra|ultra)-?)?bold|black|heavy|l|r|b|[1-9]00)?(n|i|normal|italic)?$/;function Q(e,t){this.c=e,this.a=t}var ee={Arimo:!0,Cousine:!0,Tinos:!0};function te(e,t){this.c=e,this.a=t}function ne(e,t){this.c=e,this.f=t,this.a=[]}Q.prototype.load=function(e){var t=new h,n=this.c,r=new q(this.a.api,this.a.text),o=this.a.families;!function(e,t){for(var n=t.length,r=0;r<n;r++){var o=t[r].split(":");3==o.length&&e.f.push(o.pop());var i="";2==o.length&&""!=o[1]&&(i=":"),e.a.push(o.join(i))}}(r,o);var i=new W(o);!function(e){for(var t=e.f.length,n=0;n<t;n++){var r=e.f[n].split(":"),o=r[0].replace(/\+/g," "),i=["n4"];if(2<=r.length){var a;if(a=[],s=r[1])for(var s,u=(s=s.split(",")).length,l=0;l<u;l++){var c;if((c=s[l]).match(/^[\w-]+$/))if(null==(f=J.exec(c.toLowerCase())))c="";else{if(c=null==(c=f[2])||""==c?"n":X[c],null==(f=f[1])||""==f)f="4";else var f=Y[f]||(isNaN(f)?"4":f.substr(0,1));c=[c,f].join("")}else c="";c&&a.push(c)}0<a.length&&(i=a),3==r.length&&(a=[],0<(r=(r=r[2])?r.split(","):a).length&&(r=G[r[0]])&&(e.c[o]=r))}for(e.c[o]||(r=G[o])&&(e.c[o]=r),r=0;r<i.length;r+=1)e.a.push(new y(o,i[r]))}}(i),d(n,function(e){if(0==e.a.length)throw Error("No fonts to load!");if(-1!=e.c.indexOf("kit="))return e.c;for(var t=e.a.length,n=[],r=0;r<t;r++)n.push(e.a[r].replace(/ /g,"+"));return t=e.c+"?family="+n.join("%7C"),0<e.f.length&&(t+="&subset="+e.f.join(",")),0<e.g.length&&(t+="&text="+encodeURIComponent(e.g)),t}(r),g(t)),v(t,(function(){e(i.a,i.c,ee)}))},te.prototype.load=function(e){var t=this.a.id,n=this.c.o;t?p(this.c,(this.a.api||"https://use.typekit.net")+"/"+t+".js",(function(t){if(t)e([]);else if(n.Typekit&&n.Typekit.config&&n.Typekit.config.fn){t=n.Typekit.config.fn;for(var r=[],o=0;o<t.length;o+=2)for(var i=t[o],a=t[o+1],s=0;s<a.length;s++)r.push(new y(i,a[s]));try{n.Typekit.load({events:!1,classes:!1,async:!0})}catch(e){}e(r)}}),2e3):e([])},ne.prototype.load=function(e){var t=this.f.id,n=this.c.o,r=this;t?(n.__webfontfontdeckmodule__||(n.__webfontfontdeckmodule__={}),n.__webfontfontdeckmodule__[t]=function(t,n){for(var o=0,i=n.fonts.length;o<i;++o){var a=n.fonts[o];r.a.push(new y(a.name,x("font-weight:"+a.weight+";font-style:"+a.style)))}e(r.a)},p(this.c,(this.f.api||"https://f.fontdeck.com/s/css/js/")+function(e){return e.o.location.hostname||e.a.location.hostname}(this.c)+"/"+t+".js",(function(t){t&&e([])}))):e([])};var re=new K(window);re.a.c.custom=function(e,t){return new $(t,e)},re.a.c.fontdeck=function(e,t){return new ne(t,e)},re.a.c.monotype=function(e,t){return new V(t,e)},re.a.c.typekit=function(e,t){return new te(t,e)},re.a.c.google=function(e,t){return new Q(t,e)};var oe={load:r(re.load,re)};e.exports?e.exports=oe:(window.WebFont=oe,window.WebFontConfig&&re.load(window.WebFontConfig))}()}(ux);var lx=ux.exports;const cx=({families:t,fontFamily:n})=>(h((()=>{var e;e=t,lx.load({google:{families:e||["Roboto:100,300,400,500,700"]}})}),[t]),e(x,{styles:{"html,body":{margin:0,fontFamily:n||"'Roboto', sans-serif",WebkitFontSmoothing:"antialiased",MozOsxFontSmoothing:"grayscale"}}})),fx=()=>{const{scale1:t}=_();return e(x,{styles:{"::-webkit-scrollbar":{width:8,height:8},"::-webkit-scrollbar-track":{backgroundColor:"transparent",border:"none"},"::-webkit-scrollbar-thumb:horizontal, ::-webkit-scrollbar-thumb:vertical":{backgroundColor:t,WebkitBorderRadius:6},"*":{scrollbarColor:`${t} transparent`}}})},dx=()=>{const{font:t,toast:n}=_();return e(x,{styles:{".Toastify__toast":{color:n.color,borderRadius:4,fontFamily:t.family.default},".Toastify__close-button":{color:n.color},".Toastify__toast--default":{background:n.background.deafult,border:`1px solid ${n.border.deafult}`},".Toastify__toast--info":{background:n.background.info,border:`1px solid ${n.border.info}`,"& .Toastify__toast-icon > svg":{fill:n.border.info}},".Toastify__toast--success":{background:n.background.success,border:`1px solid ${n.border.success}`,"& .Toastify__toast-icon > svg":{fill:n.border.success}},".Toastify__toast--warning":{background:n.background.warning,border:`1px solid ${n.border.warning}`,"& .Toastify__toast-icon > svg":{fill:n.border.warning}},".Toastify__toast--error":{background:n.background.error,border:`1px solid ${n.border.error}`,"& .Toastify__toast-icon > svg":{fill:n.border.error}},".Toastify__progress-bar--default":{background:n.border.deafult},".Toastify__progress-bar--info":{background:n.border.info},".Toastify__progress-bar--success":{background:n.border.success},".Toastify__progress-bar--warning":{background:n.border.warning},".Toastify__progress-bar--error":{background:n.border.error}}})},px=le.div((({width:e,height:t})=>({width:e,height:t}))),hx=({items:n,onChange:r,beforeItemChange:o,listTitle:i,noItemsMessage:a="No items",hideSelectAll:s,hideRemoveAll:u,readOnly:c,width:d,margin:p,marginTop:g,marginBottom:v,marginRight:m,marginLeft:b})=>{const y=f(),[w,C]=l([]),[_,x]=l([]),S={margin:p,marginTop:g,marginBottom:v,marginRight:m,marginLeft:b},k=e=>{const t=Object.assign({},e);return delete t.selected,t};h((()=>{if(!tn.isEqual(n,y.current)){y.current=n;const e=n.filter((e=>e.selected)).map(k),t=n.filter((e=>!e.selected)).map(k);x(e),C(t)}}),[n,y]),h((()=>{r(_)}),[_]);const E=(e,t)=>{const n=n=>((e,t)=>{const n="select"===t,r=n?x:C;(n?C:x)((t=>{return n=e,t.filter((e=>e.id!==n.id));var n})),r((t=>[...t,e]))})(n||e,t);o?o(e,t,n):n()},O=e=>{const t="select"===e?C:x,n="select"===e?w:_;("select"===e?x:C)((e=>[...e,...n])),t([])},T=n=>t("div",Object.assign({style:{display:"flex",alignItems:"center",columnGap:8}},{children:[n.leftElement||null,n.header&&n.body?t("div",Object.assign({style:{display:"flex",flexDirection:"column"}},{children:[e(_x,{children:n.header}),e(xx,{children:n.body})]})):n.label,n.rightElement&&e("div",Object.assign({style:{marginLeft:"auto"}},{children:n.rightElement}))]})),L=!(s&&u);return t(gx,Object.assign({width:d,readOnly:c},S,{children:[i&&e(vx,{children:i}),t(mx,{children:[!c&&t(bx,{children:[L&&e(yx,{children:w.length>0&&!s&&e(yn,Object.assign({small:!0,outline:!0,onClick:()=>O("select"),icon:"arrow-right",iconPosition:"right"},{children:"All"}))}),e(wx,{children:w.map((n=>t(Cx,Object.assign({onClick:()=>E(n,"select"),color:n.color},{children:[T(n),e(mt,{name:"chevron-right"})]}),n.id)))})]}),t(bx,{children:[L&&!c&&e(yx,{children:_.length>0&&!u&&!c&&e(yn,Object.assign({small:!0,outline:!0,secondary:!0,onClick:()=>O("remove"),icon:"arrow-left"},{children:"All"}))}),c&&0===_.length?e("div",{children:a}):e(wx,{children:_.map((n=>t(Cx,Object.assign({onClick:()=>E(n,"remove"),color:n.color},{children:[T(n),e(mt,{name:"chevron-left"})]}),n.id)))})]})]})]}))},gx=le.div((({width:e,readOnly:t})=>({display:"flex",flexDirection:"column",rowGap:16,width:e,pointerEvents:t?"none":void 0})),(({margin:e,marginTop:t,marginBottom:n,marginRight:r,marginLeft:o})=>({margin:e,marginTop:t,marginBottom:n,marginRight:r,marginLeft:o}))),vx=le.div((({theme:e})=>({fontSize:e.font.size.lg,fontWeight:e.font.weight.medium}))),mx=le.div({display:"grid",columnGap:16,gridTemplateColumns:"1fr 1fr"}),bx=le.div({display:"flex",flexDirection:"column"}),yx=le.div({display:"flex",alignItems:"center",marginBottom:8,minHeight:35}),wx=le.div((({theme:e})=>({display:"flex",flexDirection:"column",padding:16,border:e.defaultBorder,borderRadius:4,height:"100%",backgroundColor:e.background1,rowGap:4}))),Cx=le.div((({theme:e,color:t})=>{let n=e.scale1;return t&&(n=((e,t)=>{const n=Object.keys(e);return"string"==typeof t&&n.includes(t)})(e.color,t)?e.color[t]:t),{display:"flex",justifyContent:"space-between",alignItems:"center",padding:"4px 8px",cursor:"pointer",background:e.scale0,borderLeft:"4px solid",borderColor:n,"&:hover":{background:e.scale1},"& > :last-child":{visibility:"hidden"},"&:hover > :last-child":{visibility:"visible"}}})),_x=le.div((({theme:e})=>({fontSize:e.font.size.lg,color:e.scale10}))),xx=le.div((({theme:e})=>({fontSize:e.font.size.sm,color:e.scale6}))),Sx=b({}),kx=(t,n)=>{const r="th"===n?Ex:Ox;return Dt(t).map(((t,o)=>t?e(r,{children:t},`${n}${o+1}`):null))},Ex=le.th((({theme:{table:e,font:t}})=>({color:e.color.header,fontSize:t.size.sm,fontWeight:t.weight.medium,width:"100%",textAlign:"left"}))),Ox=le.td((({theme:{table:e,font:t}})=>({color:e.color.body,fontSize:t.size.sm,width:"100%"}))),Tx=le(i_)({alignItems:"center",padding:"8px 24px"},(({padding:e,paddingTop:t,paddingBottom:n,paddingRight:r,paddingLeft:o})=>({padding:e,paddingTop:t,paddingBottom:n,paddingRight:r,paddingLeft:o}))),Lx=le.tbody((({height:e})=>({height:e,overflow:"auto"}))),Dx=le(i_)((({theme:e})=>({borderTop:`1px solid ${e.table.borderColor}`,color:e.table.color.body,fontSize:e.font.size.sm,wordBreak:"break-word",alignItems:"center",padding:"16px 24px"})),(({theme:e,hoverEffect:t})=>t&&{"&:hover":{backgroundColor:e.scale1,cursor:"pointer"}}),(({padding:e,paddingTop:t,paddingBottom:n,paddingRight:r,paddingLeft:o})=>({padding:e,paddingTop:t,paddingBottom:n,paddingRight:r,paddingLeft:o}))),Mx=le.div((({contentPosition:e})=>({justifyContent:"start"===e||"end"===e?`flex-${e}`:e}))),Ax=le(Mx)((({theme:e})=>({display:"flex",alignItems:"center",color:e.table.color.body,fontSize:e.font.size.sm})),(({showDefault:e})=>e&&{opacity:.3}),(({padding:e,paddingTop:t,paddingBottom:n,paddingRight:r,paddingLeft:o})=>({padding:e,paddingTop:t,paddingBottom:n,paddingRight:r,paddingLeft:o}))),Rx=le(Mx)({display:"flex",alignItems:"center"},(({theme:e,active:t,sorting:n})=>({cursor:n?"pointer":void 0,color:t?e.scale10:e.scale6,"&:hover":{color:n?e.scale8:void 0}}))),Bx=t=>{var{children:n,columns:r,data:o}=t,i=k(t,["children","columns","data"]);const[a,s]=l(o),[u,c]=l(),f=o&&"function"==typeof n?n(a):n;h((()=>{let e=o;if(u){const{key:t,dir:n}=u;e=tn.orderBy(o,t,n)}tn.isEqual(e,a)||s(e)}),[o,u]);const d=v((()=>({activeColumn:u,setActiveColumn:c,parentColumns:r})),[u,c,r]);return e(Sx.Provider,Object.assign({value:d},{children:e(Ix,Object.assign({},i,{children:f}))}))};Bx.Header=t=>{var{children:n,columns:r}=t,o=k(t,["children","columns"]);const{parentColumns:a}=i(Sx),s=r||a||"equal";return e("thead",{children:e(Tx,Object.assign({as:"tr",columns:s},o,{children:kx(n,"th")}))})},Bx.HeaderCell=({children:n,onClick:r,contentPosition:o,sorted:a,sortKey:s})=>{const[u,c]=l(a||"inactive"),{color:f}=_(),{activeColumn:d,setActiveColumn:p}=i(Sx),g=s||a,v="desc"===u?"arrow-down":"arrow-up",m="asc"===u||"desc"===u,b=e=>{if(c(e),p&&s){p("inactive"===e?void 0:{key:s,dir:e})}};return h((()=>{!s||"asc"!==a&&"desc"!==a||b(a)}),[]),h((()=>{a&&c(a)}),[a]),h((()=>{const e=!d&&a;s&&d&&d.key!==s&&"inactive"!==u&&!e&&c("inactive")}),[d,u]),t(Rx,Object.assign({onClick:e=>{s?b("inactive"===u?"asc":"asc"===u?"desc":"inactive"):r&&r(e)},contentPosition:o,active:m,sorting:!!g},{children:[n,g?e(mt,{name:v,marginLeft:8,size:"small",color:m?f.brand:void 0,inheritColor:!m}):null]}))},Bx.Body=({children:t,height:n})=>{const{parentColumns:r}=i(Sx);return e(Lx,Object.assign({height:n},{children:g.map(t,(e=>e?u(e,{parentColumns:r}):null))}))},Bx.Row=t=>{var{children:n,columns:r,onClick:o}=t,a=k(t,["children","columns","onClick"]);const{parentColumns:s}=i(Sx),u=r||s||"equal";return e(Dx,Object.assign({as:"tr",columns:u,onClick:o,hoverEffect:!!o},a,{children:kx(n,"td")}))},Bx.Column=({children:t,contentPosition:n,defaultValue:r,padding:o,paddingTop:i,paddingBottom:a,paddingRight:s,paddingLeft:u})=>{const l={padding:o,paddingTop:i,paddingBottom:a,paddingRight:s,paddingLeft:u};return e(Ax,Object.assign({contentPosition:n,showDefault:!!r&&!t},l,{children:t||r}))};const Ix=le.table((({width:e})=>({width:e,"&, & > thead, & > tbody":{display:"block"}})),(({padding:e,paddingTop:t,paddingBottom:n,paddingRight:r,paddingLeft:o})=>({padding:e,paddingTop:t,paddingBottom:n,paddingRight:r,paddingLeft:o})),(({margin:e,marginTop:t,marginBottom:n,marginRight:r,marginLeft:o})=>({margin:e,marginTop:t,marginBottom:n,marginRight:r,marginLeft:o}))),jx=({trigger:n,on:r="hover",children:o,content:i,style:a,position:s,offsetY:u,offsetArrowX:c,offsetX:f,containerWidth:d,width:p,maxWidth:h,textAlign:g,disabled:v,id:m,afterShow:b,afterHide:y,bgColor:w,color:C})=>{const[_,x]=l(!1),S=e=>{x(e),b&&e&&b(),y&&!e&&y()},k=e=>{if(!v)switch(e.type){case"mouseover":r&&"hover"!==r||S(!0);break;case"mouseleave":r&&"hover"!==r||S(!1);break;case"click":"click"===r&&S(!_)}};return t(zx,Object.assign({width:d,onMouseLeave:k,onMouseOver:k,onClick:k,style:a,onFocus:k},{children:[e(Px,Object.assign({visible:_,position:s,offsetY:u,offsetX:f,offsetArrowX:c,width:p,maxWidth:h,textAlign:g,id:m,bgColor:w,textColor:C},{children:i||o})),n]}))},Nx=le.div((({theme:e})=>({color:e.tooltip.color.default}))),Fx=le.div((({theme:e})=>({color:e.tooltip.color.subtext}))),Px=le.div((({theme:e,width:t,maxWidth:n,textAlign:r,bgColor:o,textColor:i})=>{const{tooltip:a,font:s}=e,u=a.background,l=o||u;return{backgroundColor:l,boxShadow:e.elevation1,color:i||a.color.default,fontSize:s.size.sm,fontFamily:s.family.default,borderRadius:3,position:"absolute",width:t||"max-content",maxWidth:n,padding:16,textAlign:r,zIndex:10,"&::after":{content:'""',position:"absolute",borderWidth:8,borderStyle:"solid",borderColor:`${l} transparent transparent transparent`,filter:"drop-shadow(0px 4px 2px rgba(0, 0, 0, 0.1))"}}}),(({position:e="top center",offsetY:t=0,offsetX:n=0,offsetArrowX:r=0})=>{const[o,i]=e.split(" ");let a={},s={};switch(o){case"bottom":switch(a=Object.assign(Object.assign({},a),{top:`calc(100% + 12px - ${t}px)`,left:`calc(50% + ${n}px)`,transform:"translate(-50%)"}),s={bottom:"100%",marginLeft:-8,marginBottom:-1,transform:"rotate(180deg)"},i){case"left":a=Object.assign(Object.assign({},a),{left:`calc(100% - 50% - 20px + ${n}px)`,transform:void 0}),s=Object.assign(Object.assign({},s),{left:`calc(20px + ${r}px)`});break;case"right":a=Object.assign(Object.assign({},a),{right:`calc(100% - 50% - 27px - ${n}px)`,transform:void 0,left:void 0}),s=Object.assign(Object.assign({},s),{right:`calc(20px - ${r}px)`});break;default:s=Object.assign(Object.assign({},s),{left:`calc(50% + ${r}px)`})}break;case"left":a=Object.assign(Object.assign({},a),{right:`calc(100% + 10px - ${n}px)`,top:`calc(50% - ${t}px)`,transform:"translate(0,-50%)"}),s={left:"100%",marginLeft:-1,transform:"translate(0,-50%) rotate(-90deg)",top:"50%"};break;case"right":a=Object.assign(Object.assign({},a),{left:`calc(100% + 10px + ${n}px)`,top:`calc(50% - ${t}px)`,transform:"translate(0,-50%)"}),s={right:"100%",marginRight:-1,transform:"translate(0,-50%) rotate(90deg)",top:"50%"};break;default:switch(a=Object.assign(Object.assign({},a),{bottom:`calc(100% + 12px + ${t}px)`,left:`calc(50% + ${n}px)`,transform:"translate(-50%)"}),s={top:"100%",marginLeft:-8,marginTop:-1},i){case"left":a=Object.assign(Object.assign({},a),{left:`calc(100% - 50% - 20px + ${n}px)`,transform:void 0}),s=Object.assign(Object.assign({},s),{left:`calc(20px + ${r}px)`});break;case"right":a=Object.assign(Object.assign({},a),{right:`calc(100% - 50% - 27px - ${n}px)`,transform:void 0,left:void 0}),s=Object.assign(Object.assign({},s),{right:`calc(20px - ${r}px)`});break;default:s=Object.assign(Object.assign({},s),{left:`calc(50% + ${r}px)`})}}return Object.assign(Object.assign({},a),{"&::after":s})}),(({visible:e})=>({visibility:e?"visible":"hidden",opacity:e?1:0,transition:"all .2s ease"}))),zx=le.div((({width:e})=>({position:"relative",display:"flex",width:e||"max-content",outline:"none"})));jx.Header=Nx,jx.Body=Fx;const Hx="#0074F4",Kx="#001D32",Ux="#FFFFFF",Vx={logo1:"#0074F4",logo2:"#00A9E2",logo3:"#67C728",brand:Hx,brandShade1:"#0068DC",brandShade2:"#005DC3",brandDark:"#4C9EF7",brandDarkShade1:"#5EA8F8",brandTint0:Xe(.95,Hx),brandTint1:Xe(.9,Hx),brandTint2:Xe(.8,Hx),brandTint3:Xe(.7,Hx),brandTint4:Xe(.6,Hx),brandBackground0:"#001828",brandBackground1:"#0D2433",brandBackground2:"#192F3D",brandBackground3:"#334653",brandBackground4:"#475964",brandBackground5:"#596A74",error:"#FF6068",errorShade1:"#E6565E",errorShade2:"#CC4D53",errorTint0:Xe(.95,"#FF6068"),errorTint1:Xe(.9,"#FF6068"),errorTint2:Xe(.8,"#FF6068"),warning:"#FF9900",warningShade1:"#E68A00",warningShade2:"#CC7A00",warningTint0:Xe(.95,"#FF9900"),warningTint1:Xe(.9,"#FF9900"),warningTint2:Xe(.8,"#FF9900"),alert:"#F0BB00",alertShade1:"#E4B200",alertShade2:"#C09600",alertTint0:Xe(.95,"#F0BB00"),alertTint1:Xe(.9,"#F0BB00"),alertTint2:Xe(.8,"#F0BB00"),success:"#00C242",successShade1:"#00AF3B",successShade2:"#009B35",successTint0:Xe(.95,"#00C242"),successTint1:Xe(.9,"#00C242"),successTint2:Xe(.8,"#00C242"),grayscale0:Xe(.95,Kx),grayscale1:Xe(.9,Kx),grayscale2:Xe(.8,Kx),grayscale3:Xe(.7,Kx),grayscale4:Xe(.6,Kx),grayscale5:Xe(.5,Kx),grayscale6:Xe(.4,Kx),grayscale7:Xe(.3,Kx),grayscale8:Xe(.2,Kx),grayscale9:Xe(.1,Kx),grayscale10:Kx,contrast0:Xe(.95,Ux),contrast1:Xe(.9,Ux),contrast2:Xe(.8,Ux),contrast3:Xe(.7,Ux),contrast4:Xe(.6,Ux),contrast5:Xe(.5,Ux),contrast6:Xe(.4,Ux),contrast7:Xe(.3,Ux),contrast8:Xe(.2,Ux),contrast9:Xe(.1,Ux),contrast10:Ux};var $x={color:Vx,elevation0:"0px 2px 4px 2px rgba(0, 0, 0, 0.05)",elevation1:"0px 2px 4px 2px rgba(0, 0, 0, 0.1)",elevation2:"0px 2px 4px 2px rgba(0, 0, 0, 0.15)",elevation3:"0px 4px 8px 2px rgba(0, 0, 0, 0.2)",elevation4:"0px 4px 8px 2px rgba(0, 0, 0, 0.25)",font:{weight:{thin:100,light:300,default:400,medium:500,semiBold:600,bold:700},size:{xs:10,sm:12,md:14,lg:16,xl:18},family:{default:"'Roboto', sans-serif",medium:"'Roboto', sans-serif",light:"'Roboto', sans-serif"}},size:{xs:4,sm:8,md:16,lg:24}};const{font:qx}=$x;var Zx={small:{height:28,iconSize:20,font:qx.size.sm,padding:10,iconOnlyPadding:4},medium:{height:32,iconSize:22,font:qx.size.md,padding:12,iconOnlyPadding:5},large:{height:36,iconSize:24,font:qx.size.lg,padding:14,iconOnlyPadding:6}};const Wx="#FFFFFF",Gx=Vx.grayscale0,Yx=Vx.grayscale1,Xx=Vx.grayscale2,Jx=Vx.grayscale3,Qx=Vx.grayscale4,eS=Vx.grayscale5,tS=Vx.grayscale6,nS=Vx.grayscale7,rS=Vx.grayscale8,oS=Vx.grayscale9,iS=Vx.grayscale10,aS=Object.assign(Object.assign({},$x),{name:"light",accent:Vx.brand,accentShade:Vx.brandShade1,background0:Wx,background1:Wx,background2:Wx,background3:Wx,background4:Wx,background5:Wx,scale0:Gx,scale1:Yx,scale2:Xx,scale3:Jx,scale4:Qx,scale5:eS,scale6:tS,scale7:nS,scale8:rS,scale9:oS,scale10:iS,button:Object.assign(Object.assign({},Zx),{primary:{color:{default:Wx,hover:Wx,active:Wx},outlineColor:{default:iS,hover:iS,active:iS},background:{default:Vx.brand,hover:Vx.brandShade1,active:Vx.brandShade2},outlineBackground:{default:Vx.brandTint0,hover:Vx.brandTint1,active:Vx.brandTint2},border:{default:Vx.brand,hover:Vx.brandShade1,active:Vx.brandShade2},divider:Xx},secondary:{color:{default:iS,hover:iS,active:iS},outlineColor:{default:iS,hover:iS,active:iS},background:{default:Yx,hover:Xx,active:Jx},outlineBackground:{default:Yx,hover:Xx,active:Jx},border:{default:Xx,hover:Xx,active:Xx},divider:Xx},positive:{color:{default:Wx,hover:Wx,active:Wx},outlineColor:{default:iS,hover:iS,active:iS},background:{default:Vx.success,hover:Vx.successShade1,active:Vx.successShade2},outlineBackground:{default:Vx.successTint0,hover:Vx.successTint1,active:Vx.successTint2},border:{default:Vx.success,hover:Vx.successShade1,active:Vx.successShade2},divider:Xx},negative:{color:{default:Wx,hover:Wx,active:Wx},outlineColor:{default:iS,hover:iS,active:iS},background:{default:Vx.error,hover:Vx.errorShade1,active:Vx.errorShade2},outlineBackground:{default:Vx.errorTint0,hover:Vx.errorTint1,active:Vx.errorTint2},border:{default:Vx.error,hover:Vx.errorShade1,active:Vx.errorShade2},divider:Xx},caution:{color:{default:Wx,hover:Wx,active:Wx},outlineColor:{default:iS,hover:iS,active:iS},background:{default:Vx.warning,hover:Vx.warningShade1,active:Vx.warningShade2},outlineBackground:{default:Vx.warningTint0,hover:Vx.warningTint1,active:Vx.warningTint2},border:{default:Vx.warning,hover:Vx.warningShade1,active:Vx.warningShade2},divider:Xx},subtle:{color:{default:Vx.brand,hover:Vx.brand,active:Vx.brand},outlineColor:{default:Vx.brand,hover:Vx.brand,active:Vx.brand},secondaryColor:{default:iS,hover:iS,active:iS},positiveColor:{default:Vx.success,hover:Vx.success,active:Vx.success},negativeColor:{default:Vx.error,hover:Vx.error,active:Vx.error},cautionColor:{default:Vx.warning,hover:Vx.warning,active:Vx.warning},background:{default:"transparent",hover:Yx,active:Xx},outlineBackground:{default:"transparent",hover:Yx,active:Xx},border:{default:"transparent",hover:Xx,active:Xx},divider:Xx},link:{color:{default:Vx.brand,hover:Vx.brandShade1,active:Vx.brandShade2},outlineColor:{default:Vx.brand,hover:Vx.brandShade1,active:Vx.brandShade2},secondaryColor:{default:rS,hover:oS,active:iS},positiveColor:{default:Vx.success,hover:Vx.successShade1,active:Vx.successShade2},negativeColor:{default:Vx.error,hover:Vx.errorShade1,active:Vx.errorShade2},cautionColor:{default:Vx.warning,hover:Vx.warningShade1,active:Vx.warningShade2},background:{default:"transparent",hover:"transparent",active:"transparent"},outlineBackground:{default:"transparent",hover:"transparent",active:"transparent"},border:{default:"transparent",hover:"transparent",active:"transparent"},divider:"transparent"},disabled:{color:{default:Qx,hover:Qx,active:Qx},outlineColor:{default:Qx,hover:Qx,active:Qx},background:{default:Yx,hover:Yx,active:Yx},outlineBackground:{default:Gx,hover:Gx,active:Gx},border:{default:Yx,hover:Yx,active:Yx},divider:Yx},color:{default:Wx}}),calendar:{background:{container:Vx.contrast10,hover:Yx,active:Vx.brand,activeHover:Vx.brandShade1},color:{disabled:Qx,default:iS,active:Vx.contrast10,current:Vx.brand,outside:tS,weekday:rS,monthYear:rS,iconDefault:Qx,iconHover:iS}},defaultBorder:`1px solid ${Yx}`,formControl:{color:{default:rS,hover:iS,active:Vx.brand,activeHover:Vx.brandShade1,disabled:Qx}},input:{borderRadius:4,background:{default:Gx,hover:Yx,focused:Yx,disabled:Gx},color:{default:iS,disabled:Qx,placeholder:tS,description:tS,descriptionError:Vx.error},borderColor:{default:tS,hover:rS,focused:Vx.brand,disabled:Qx,error:Vx.error},labelColor:{default:rS,hover:rS,filled:tS,focused:Vx.brand,disabled:Qx}},menu:{background:Wx},menuItem:{borderColor:Vx.brand,background:{active:Gx,hover:Yx,inactive:"transparent"},color:{active:iS,hover:iS,inactive:tS}},modal:{background:Vx.contrast10,color:{header:iS,body:tS}},options:{background:Vx.contrast10},optionItem:{background:{active:Yx,inactive:"transparent"},color:{active:iS,inactive:iS,accent:Vx.brand}},table:{color:{header:tS,body:iS},borderColor:Yx},toast:{color:iS,background:{deafult:"#F2F3F4",info:"#CCE3FD",success:"#CCF3D9",warning:"#FFEBCC",error:"#FFDFE1"},border:{deafult:rS,info:Vx.brand,success:Vx.success,warning:Vx.warning,error:Vx.error}},toggle:{slider:Vx.contrast10},tooltip:{background:"#FFF",color:{default:iS,subtext:tS}}}),sS=Vx.contrast0,uS=Vx.contrast1,lS=Vx.contrast2,cS=Vx.contrast3,fS=Vx.contrast4,dS=Vx.contrast5,pS=Vx.contrast6,hS=Vx.contrast7,gS=Vx.contrast8,vS=Vx.contrast9,mS=Vx.contrast10,bS=Vx.brandDark,yS={light:aS,dark:Object.assign(Object.assign({},$x),{name:"dark",accent:bS,accentShade:Vx.brandDarkShade1,background0:Vx.brandBackground0,background1:Vx.brandBackground1,background2:Vx.brandBackground2,background3:Vx.brandBackground3,background4:Vx.brandBackground4,background5:Vx.brandBackground5,scale0:sS,scale1:uS,scale2:lS,scale3:cS,scale4:fS,scale5:dS,scale6:pS,scale7:hS,scale8:gS,scale9:vS,scale10:mS,button:Object.assign(Object.assign({},Zx),{primary:{color:{default:mS,hover:mS,active:mS},outlineColor:{default:mS,hover:mS,active:mS},background:{default:Vx.brand,hover:Vx.brandShade1,active:Vx.brandShade2},outlineBackground:{default:Vx.brandTint0,hover:Vx.brandTint1,active:Vx.brandTint2},border:{default:Vx.brand,hover:Vx.brandShade1,active:Vx.brandShade2},divider:lS},secondary:{color:{default:mS,hover:mS,active:mS},outlineColor:{default:mS,hover:mS,active:mS},background:{default:uS,hover:lS,active:cS},outlineBackground:{default:uS,hover:lS,active:cS},border:{default:lS,hover:lS,active:lS},divider:lS},positive:{color:{default:mS,hover:mS,active:mS},outlineColor:{default:mS,hover:mS,active:mS},background:{default:Vx.success,hover:Vx.successShade1,active:Vx.successShade2},outlineBackground:{default:Vx.successTint0,hover:Vx.successTint1,active:Vx.successTint2},border:{default:Vx.success,hover:Vx.successShade1,active:Vx.successShade2},divider:lS},negative:{color:{default:mS,hover:mS,active:mS},outlineColor:{default:mS,hover:mS,active:mS},background:{default:Vx.error,hover:Vx.errorShade1,active:Vx.errorShade2},outlineBackground:{default:Vx.errorTint0,hover:Vx.errorTint1,active:Vx.errorTint2},border:{default:Vx.error,hover:Vx.errorShade1,active:Vx.errorShade2},divider:lS},caution:{color:{default:mS,hover:mS,active:mS},outlineColor:{default:mS,hover:mS,active:mS},background:{default:Vx.warning,hover:Vx.warningShade1,active:Vx.warningShade2},outlineBackground:{default:Vx.warningTint0,hover:Vx.warningTint1,active:Vx.warningTint2},border:{default:Vx.warning,hover:Vx.warningShade1,active:Vx.warningShade2},divider:lS},subtle:{color:{default:Vx.brand,hover:Vx.brand,active:Vx.brand},outlineColor:{default:Vx.brand,hover:Vx.brand,active:Vx.brand},secondaryColor:{default:mS,hover:mS,active:mS},positiveColor:{default:Vx.success,hover:Vx.success,active:Vx.success},negativeColor:{default:Vx.error,hover:Vx.error,active:Vx.error},cautionColor:{default:Vx.warning,hover:Vx.warning,active:Vx.warning},background:{default:"transparent",hover:uS,active:lS},outlineBackground:{default:"transparent",hover:uS,active:lS},border:{default:"transparent",hover:lS,active:lS},divider:lS},link:{color:{default:Vx.brandShade2,hover:Vx.brandShade1,active:Vx.brand},outlineColor:{default:Vx.brandShade2,hover:Vx.brandShade1,active:Vx.brand},secondaryColor:{default:gS,hover:vS,active:mS},positiveColor:{default:Vx.successShade2,hover:Vx.successShade1,active:Vx.success},negativeColor:{default:Vx.errorShade2,hover:Vx.errorShade1,active:Vx.error},cautionColor:{default:Vx.warningShade2,hover:Vx.warningShade1,active:Vx.warning},background:{default:"transparent",hover:"transparent",active:"transparent"},outlineBackground:{default:"transparent",hover:"transparent",active:"transparent"},border:{default:"transparent",hover:"transparent",active:"transparent"},divider:"transparent"},disabled:{color:{default:fS,hover:fS,active:fS},outlineColor:{default:fS,hover:fS,active:fS},background:{default:uS,hover:uS,active:uS},outlineBackground:{default:sS,hover:sS,active:sS},border:{default:uS,hover:uS,active:uS},divider:uS},color:{default:"#FFFFFF"}}),calendar:{background:{container:Vx.brandBackground3,hover:uS,active:Vx.brand,activeHover:Vx.brandShade1},color:{disabled:fS,default:mS,active:mS,current:bS,outside:pS,weekday:gS,monthYear:gS,iconDefault:fS,iconHover:mS}},defaultBorder:`1px solid ${uS}`,formControl:{color:{default:gS,hover:mS,active:Vx.brand,activeHover:Vx.brandShade1,disabled:fS}},input:{borderRadius:4,background:{default:sS,hover:uS,focused:uS,disabled:sS},color:{default:mS,disabled:fS,placeholder:pS,description:pS,descriptionError:Vx.error},borderColor:{default:pS,hover:gS,focused:bS,disabled:fS,error:Vx.error},labelColor:{default:gS,hover:gS,filled:pS,focused:bS,disabled:fS}},menu:{background:Vx.brandBackground2},menuItem:{borderColor:Vx.brand,background:{active:sS,hover:uS,inactive:"transparent"},color:{active:mS,hover:mS,inactive:pS}},modal:{background:Vx.brandBackground3,color:{header:mS,body:pS}},options:{background:Vx.brandBackground3},optionItem:{background:{active:uS,inactive:"transparent"},color:{active:mS,inactive:mS,accent:bS}},table:{color:{header:pS,body:mS},borderColor:uS},toast:{color:mS,background:{deafult:"#0D2433",info:"#002A51",success:"#003A2D",warning:"#333220",error:"#332635"},border:{deafult:gS,info:Vx.brand,success:Vx.success,warning:Vx.warning,error:Vx.error}},toggle:{slider:Vx.brandBackground0},tooltip:{background:Vx.brandBackground4,color:{default:mS,subtext:pS}}})},wS=({header:n,text:r,cancelText:o="Cancel",confirmText:i="Okay",negative:a,input:s,inputLabel:u,inputPlaceholder:c,inputValue:f})=>{const[d,p]=l(f||""),[h,g]=l(null),v=()=>{g(null),p("")},m=()=>{null==h||h.resolve(!s||d),v()},b=()=>{null==h||h.resolve(!1),v()};Yt(document,"keydown",(e=>{const{key:t}=e;switch(t){case"Enter":m();break;case"Escape":b()}}),!!h,[d]);return[()=>new Promise((e=>{g({resolve:e})})),()=>t(B_,Object.assign({visible:!!h,onClose:v,width:400},{children:[n&&e(B_.Header,{children:n}),r&&e(B_.Text,{children:r}),s&&e(B_.Body,Object.assign({marginTop:4,marginBottom:8},{children:e(Kt,{autoFocus:!0,label:u,placeholder:c,value:d,onChange:({target:e})=>p(e.value)})})),t(B_.Footer,{children:[e(yn,Object.assign({secondary:!0,marginRight:8,onClick:b},{children:o})),e(yn,Object.assign({negative:a,onClick:m},{children:i}))]})]}))]};export{Tn as Audio,yn as Button,Oi as Calendar,Pi as Checkbox,la as Code,pa as DocTable,r_ as DraftEditor,ln as Dropdown,c_ as Form,i_ as Grid,mt as Icon,h_ as ImageViewer,y_ as InlineCode,Kt as Input,zt as InputUtils,u_ as Label,w_ as Menu,k_ as Message,D_ as MessageHr,B_ as Modal,F_ as MultiSelect,Z_ as Notification,Zt as Options,G_ as Pagination,ix as Progress,a_ as Radio,cx as ResetStyles,fx as ScrollbarStyles,kn as Slider,px as Spacer,At as Spinner,Bx as Table,dx as ToastStyles,s_ as Toggle,jx as Tooltip,hx as TransferList,na as copyToClipboard,ta as formatDate,yS as theme,wS as useConfirm,Yt as useEventListener,Xt as useOnClickOutside,nn as useSelect,Qt as useSelectAll,Jt as useWindowSize};
32
+ var zi=function(){var e=/(?:^|\s)lang(?:uage)?-([\w-]+)(?=\s|$)/i,t=0,n={},r={util:{encode:function e(t){return t instanceof o?new o(t.type,e(t.content),t.alias):Array.isArray(t)?t.map(e):t.replace(/&/g,"&amp;").replace(/</g,"&lt;").replace(/\u00a0/g," ")},type:function(e){return Object.prototype.toString.call(e).slice(8,-1)},objId:function(e){return e.__id||Object.defineProperty(e,"__id",{value:++t}),e.__id},clone:function e(t,n){var o,i;switch(n=n||{},r.util.type(t)){case"Object":if(i=r.util.objId(t),n[i])return n[i];for(var a in o={},n[i]=o,t)t.hasOwnProperty(a)&&(o[a]=e(t[a],n));return o;case"Array":return i=r.util.objId(t),n[i]?n[i]:(o=[],n[i]=o,t.forEach((function(t,r){o[r]=e(t,n)})),o);default:return t}},getLanguage:function(t){for(;t;){var n=e.exec(t.className);if(n)return n[1].toLowerCase();t=t.parentElement}return"none"},setLanguage:function(t,n){t.className=t.className.replace(RegExp(e,"gi"),""),t.classList.add("language-"+n)},isActive:function(e,t,n){for(var r="no-"+t;e;){var o=e.classList;if(o.contains(t))return!0;if(o.contains(r))return!1;e=e.parentElement}return!!n}},languages:{plain:n,plaintext:n,text:n,txt:n,extend:function(e,t){var n=r.util.clone(r.languages[e]);for(var o in t)n[o]=t[o];return n},insertBefore:function(e,t,n,o){var i=(o=o||r.languages)[e],a={};for(var s in i)if(i.hasOwnProperty(s)){if(s==t)for(var u in n)n.hasOwnProperty(u)&&(a[u]=n[u]);n.hasOwnProperty(s)||(a[s]=i[s])}var l=o[e];return o[e]=a,r.languages.DFS(r.languages,(function(t,n){n===l&&t!=e&&(this[t]=a)})),a},DFS:function e(t,n,o,i){i=i||{};var a=r.util.objId;for(var s in t)if(t.hasOwnProperty(s)){n.call(t,s,t[s],o||s);var u=t[s],l=r.util.type(u);"Object"!==l||i[a(u)]?"Array"!==l||i[a(u)]||(i[a(u)]=!0,e(u,n,s,i)):(i[a(u)]=!0,e(u,n,null,i))}}},plugins:{},highlight:function(e,t,n){var i={code:e,grammar:t,language:n};return r.hooks.run("before-tokenize",i),i.tokens=r.tokenize(i.code,i.grammar),r.hooks.run("after-tokenize",i),o.stringify(r.util.encode(i.tokens),i.language)},tokenize:function(e,t){var n=t.rest;if(n){for(var r in n)t[r]=n[r];delete t.rest}var o=new s;return u(o,o.head,e),a(e,o,t,o.head,0),function(e){var t=[],n=e.head.next;for(;n!==e.tail;)t.push(n.value),n=n.next;return t}(o)},hooks:{all:{},add:function(e,t){var n=r.hooks.all;n[e]=n[e]||[],n[e].push(t)},run:function(e,t){var n=r.hooks.all[e];if(n&&n.length)for(var o,i=0;o=n[i++];)o(t)}},Token:o};function o(e,t,n,r){this.type=e,this.content=t,this.alias=n,this.length=0|(r||"").length}function i(e,t,n,r){e.lastIndex=t;var o=e.exec(n);if(o&&r&&o[1]){var i=o[1].length;o.index+=i,o[0]=o[0].slice(i)}return o}function a(e,t,n,s,c,f){for(var d in n)if(n.hasOwnProperty(d)&&n[d]){var p=n[d];p=Array.isArray(p)?p:[p];for(var h=0;h<p.length;++h){if(f&&f.cause==d+","+h)return;var g=p[h],v=g.inside,m=!!g.lookbehind,b=!!g.greedy,y=g.alias;if(b&&!g.pattern.global){var w=g.pattern.toString().match(/[imsuy]*$/)[0];g.pattern=RegExp(g.pattern.source,w+"g")}for(var C=g.pattern||g,_=s.next,x=c;_!==t.tail&&!(f&&x>=f.reach);x+=_.value.length,_=_.next){var S=_.value;if(t.length>e.length)return;if(!(S instanceof o)){var k,E=1;if(b){if(!(k=i(C,x,e,m))||k.index>=e.length)break;var O=k.index,T=k.index+k[0].length,L=x;for(L+=_.value.length;O>=L;)L+=(_=_.next).value.length;if(x=L-=_.value.length,_.value instanceof o)continue;for(var D=_;D!==t.tail&&(L<T||"string"==typeof D.value);D=D.next)E++,L+=D.value.length;E--,S=e.slice(x,L),k.index-=x}else if(!(k=i(C,0,S,m)))continue;O=k.index;var M=k[0],A=S.slice(0,O),R=S.slice(O+M.length),B=x+S.length;f&&B>f.reach&&(f.reach=B);var I=_.prev;if(A&&(I=u(t,I,A),x+=A.length),l(t,I,E),_=u(t,I,new o(d,v?r.tokenize(M,v):M,y,M)),R&&u(t,_,R),E>1){var j={cause:d+","+h,reach:B};a(e,t,n,_.prev,x,j),f&&j.reach>f.reach&&(f.reach=j.reach)}}}}}}function s(){var e={value:null,prev:null,next:null},t={value:null,prev:e,next:null};e.next=t,this.head=e,this.tail=t,this.length=0}function u(e,t,n){var r=t.next,o={value:n,prev:t,next:r};return t.next=o,r.prev=o,e.length++,o}function l(e,t,n){for(var r=t.next,o=0;o<n&&r!==e.tail;o++)r=r.next;t.next=r,r.prev=t,e.length-=o}return o.stringify=function e(t,n){if("string"==typeof t)return t;if(Array.isArray(t)){var o="";return t.forEach((function(t){o+=e(t,n)})),o}var i={type:t.type,content:e(t.content,n),tag:"span",classes:["token",t.type],attributes:{},language:n},a=t.alias;a&&(Array.isArray(a)?Array.prototype.push.apply(i.classes,a):i.classes.push(a)),r.hooks.run("wrap",i);var s="";for(var u in i.attributes)s+=" "+u+'="'+(i.attributes[u]||"").replace(/"/g,"&quot;")+'"';return"<"+i.tag+' class="'+i.classes.join(" ")+'"'+s+">"+i.content+"</"+i.tag+">"},r}(),Hi=zi;zi.default=zi,Hi.languages.markup={comment:{pattern:/<!--(?:(?!<!--)[\s\S])*?-->/,greedy:!0},prolog:{pattern:/<\?[\s\S]+?\?>/,greedy:!0},doctype:{pattern:/<!DOCTYPE(?:[^>"'[\]]|"[^"]*"|'[^']*')+(?:\[(?:[^<"'\]]|"[^"]*"|'[^']*'|<(?!!--)|<!--(?:[^-]|-(?!->))*-->)*\]\s*)?>/i,greedy:!0,inside:{"internal-subset":{pattern:/(^[^\[]*\[)[\s\S]+(?=\]>$)/,lookbehind:!0,greedy:!0,inside:null},string:{pattern:/"[^"]*"|'[^']*'/,greedy:!0},punctuation:/^<!|>$|[[\]]/,"doctype-tag":/^DOCTYPE/i,name:/[^\s<>'"]+/}},cdata:{pattern:/<!\[CDATA\[[\s\S]*?\]\]>/i,greedy:!0},tag:{pattern:/<\/?(?!\d)[^\s>\/=$<%]+(?:\s(?:\s*[^\s>\/=]+(?:\s*=\s*(?:"[^"]*"|'[^']*'|[^\s'">=]+(?=[\s>]))|(?=[\s/>])))+)?\s*\/?>/,greedy:!0,inside:{tag:{pattern:/^<\/?[^\s>\/]+/,inside:{punctuation:/^<\/?/,namespace:/^[^\s>\/:]+:/}},"special-attr":[],"attr-value":{pattern:/=\s*(?:"[^"]*"|'[^']*'|[^\s'">=]+)/,inside:{punctuation:[{pattern:/^=/,alias:"attr-equals"},/"|'/]}},punctuation:/\/?>/,"attr-name":{pattern:/[^\s>\/]+/,inside:{namespace:/^[^\s>\/:]+:/}}}},entity:[{pattern:/&[\da-z]{1,8};/i,alias:"named-entity"},/&#x?[\da-f]{1,8};/i]},Hi.languages.markup.tag.inside["attr-value"].inside.entity=Hi.languages.markup.entity,Hi.languages.markup.doctype.inside["internal-subset"].inside=Hi.languages.markup,Hi.hooks.add("wrap",(function(e){"entity"===e.type&&(e.attributes.title=e.content.replace(/&amp;/,"&"))})),Object.defineProperty(Hi.languages.markup.tag,"addInlined",{value:function(e,t){var n={};n["language-"+t]={pattern:/(^<!\[CDATA\[)[\s\S]+?(?=\]\]>$)/i,lookbehind:!0,inside:Hi.languages[t]},n.cdata=/^<!\[CDATA\[|\]\]>$/i;var r={"included-cdata":{pattern:/<!\[CDATA\[[\s\S]*?\]\]>/i,inside:n}};r["language-"+t]={pattern:/[\s\S]+/,inside:Hi.languages[t]};var o={};o[e]={pattern:RegExp(/(<__[^>]*>)(?:<!\[CDATA\[(?:[^\]]|\](?!\]>))*\]\]>|(?!<!\[CDATA\[)[\s\S])*?(?=<\/__>)/.source.replace(/__/g,(function(){return e})),"i"),lookbehind:!0,greedy:!0,inside:r},Hi.languages.insertBefore("markup","cdata",o)}}),Object.defineProperty(Hi.languages.markup.tag,"addAttribute",{value:function(e,t){Hi.languages.markup.tag.inside["special-attr"].push({pattern:RegExp(/(^|["'\s])/.source+"(?:"+e+")"+/\s*=\s*(?:"[^"]*"|'[^']*'|[^\s'">=]+(?=[\s>]))/.source,"i"),lookbehind:!0,inside:{"attr-name":/^[^\s=]+/,"attr-value":{pattern:/=[\s\S]+/,inside:{value:{pattern:/(^=\s*(["']|(?!["'])))\S[\s\S]*(?=\2$)/,lookbehind:!0,alias:[t,"language-"+t],inside:Hi.languages[t]},punctuation:[{pattern:/^=/,alias:"attr-equals"},/"|'/]}}}})}}),Hi.languages.html=Hi.languages.markup,Hi.languages.mathml=Hi.languages.markup,Hi.languages.svg=Hi.languages.markup,Hi.languages.xml=Hi.languages.extend("markup",{}),Hi.languages.ssml=Hi.languages.xml,Hi.languages.atom=Hi.languages.xml,Hi.languages.rss=Hi.languages.xml,function(e){var t="\\b(?:BASH|BASHOPTS|BASH_ALIASES|BASH_ARGC|BASH_ARGV|BASH_CMDS|BASH_COMPLETION_COMPAT_DIR|BASH_LINENO|BASH_REMATCH|BASH_SOURCE|BASH_VERSINFO|BASH_VERSION|COLORTERM|COLUMNS|COMP_WORDBREAKS|DBUS_SESSION_BUS_ADDRESS|DEFAULTS_PATH|DESKTOP_SESSION|DIRSTACK|DISPLAY|EUID|GDMSESSION|GDM_LANG|GNOME_KEYRING_CONTROL|GNOME_KEYRING_PID|GPG_AGENT_INFO|GROUPS|HISTCONTROL|HISTFILE|HISTFILESIZE|HISTSIZE|HOME|HOSTNAME|HOSTTYPE|IFS|INSTANCE|JOB|LANG|LANGUAGE|LC_ADDRESS|LC_ALL|LC_IDENTIFICATION|LC_MEASUREMENT|LC_MONETARY|LC_NAME|LC_NUMERIC|LC_PAPER|LC_TELEPHONE|LC_TIME|LESSCLOSE|LESSOPEN|LINES|LOGNAME|LS_COLORS|MACHTYPE|MAILCHECK|MANDATORY_PATH|NO_AT_BRIDGE|OLDPWD|OPTERR|OPTIND|ORBIT_SOCKETDIR|OSTYPE|PAPERSIZE|PATH|PIPESTATUS|PPID|PS1|PS2|PS3|PS4|PWD|RANDOM|REPLY|SECONDS|SELINUX_INIT|SESSION|SESSIONTYPE|SESSION_MANAGER|SHELL|SHELLOPTS|SHLVL|SSH_AUTH_SOCK|TERM|UID|UPSTART_EVENTS|UPSTART_INSTANCE|UPSTART_JOB|UPSTART_SESSION|USER|WINDOWID|XAUTHORITY|XDG_CONFIG_DIRS|XDG_CURRENT_DESKTOP|XDG_DATA_DIRS|XDG_GREETER_DATA_DIR|XDG_MENU_PREFIX|XDG_RUNTIME_DIR|XDG_SEAT|XDG_SEAT_PATH|XDG_SESSION_DESKTOP|XDG_SESSION_ID|XDG_SESSION_PATH|XDG_SESSION_TYPE|XDG_VTNR|XMODIFIERS)\\b",n={pattern:/(^(["']?)\w+\2)[ \t]+\S.*/,lookbehind:!0,alias:"punctuation",inside:null},r={bash:n,environment:{pattern:RegExp("\\$"+t),alias:"constant"},variable:[{pattern:/\$?\(\([\s\S]+?\)\)/,greedy:!0,inside:{variable:[{pattern:/(^\$\(\([\s\S]+)\)\)/,lookbehind:!0},/^\$\(\(/],number:/\b0x[\dA-Fa-f]+\b|(?:\b\d+(?:\.\d*)?|\B\.\d+)(?:[Ee]-?\d+)?/,operator:/--|\+\+|\*\*=?|<<=?|>>=?|&&|\|\||[=!+\-*/%<>^&|]=?|[?~:]/,punctuation:/\(\(?|\)\)?|,|;/}},{pattern:/\$\((?:\([^)]+\)|[^()])+\)|`[^`]+`/,greedy:!0,inside:{variable:/^\$\(|^`|\)$|`$/}},{pattern:/\$\{[^}]+\}/,greedy:!0,inside:{operator:/:[-=?+]?|[!\/]|##?|%%?|\^\^?|,,?/,punctuation:/[\[\]]/,environment:{pattern:RegExp("(\\{)"+t),lookbehind:!0,alias:"constant"}}},/\$(?:\w+|[#?*!@$])/],entity:/\\(?:[abceEfnrtv\\"]|O?[0-7]{1,3}|U[0-9a-fA-F]{8}|u[0-9a-fA-F]{4}|x[0-9a-fA-F]{1,2})/};e.languages.bash={shebang:{pattern:/^#!\s*\/.*/,alias:"important"},comment:{pattern:/(^|[^"{\\$])#.*/,lookbehind:!0},"function-name":[{pattern:/(\bfunction\s+)[\w-]+(?=(?:\s*\(?:\s*\))?\s*\{)/,lookbehind:!0,alias:"function"},{pattern:/\b[\w-]+(?=\s*\(\s*\)\s*\{)/,alias:"function"}],"for-or-select":{pattern:/(\b(?:for|select)\s+)\w+(?=\s+in\s)/,alias:"variable",lookbehind:!0},"assign-left":{pattern:/(^|[\s;|&]|[<>]\()\w+(?=\+?=)/,inside:{environment:{pattern:RegExp("(^|[\\s;|&]|[<>]\\()"+t),lookbehind:!0,alias:"constant"}},alias:"variable",lookbehind:!0},string:[{pattern:/((?:^|[^<])<<-?\s*)(\w+)\s[\s\S]*?(?:\r?\n|\r)\2/,lookbehind:!0,greedy:!0,inside:r},{pattern:/((?:^|[^<])<<-?\s*)(["'])(\w+)\2\s[\s\S]*?(?:\r?\n|\r)\3/,lookbehind:!0,greedy:!0,inside:{bash:n}},{pattern:/(^|[^\\](?:\\\\)*)"(?:\\[\s\S]|\$\([^)]+\)|\$(?!\()|`[^`]+`|[^"\\`$])*"/,lookbehind:!0,greedy:!0,inside:r},{pattern:/(^|[^$\\])'[^']*'/,lookbehind:!0,greedy:!0},{pattern:/\$'(?:[^'\\]|\\[\s\S])*'/,greedy:!0,inside:{entity:r.entity}}],environment:{pattern:RegExp("\\$?"+t),alias:"constant"},variable:r.variable,function:{pattern:/(^|[\s;|&]|[<>]\()(?:add|apropos|apt|apt-cache|apt-get|aptitude|aspell|automysqlbackup|awk|basename|bash|bc|bconsole|bg|bzip2|cal|cat|cfdisk|chgrp|chkconfig|chmod|chown|chroot|cksum|clear|cmp|column|comm|composer|cp|cron|crontab|csplit|curl|cut|date|dc|dd|ddrescue|debootstrap|df|diff|diff3|dig|dir|dircolors|dirname|dirs|dmesg|docker|docker-compose|du|egrep|eject|env|ethtool|expand|expect|expr|fdformat|fdisk|fg|fgrep|file|find|fmt|fold|format|free|fsck|ftp|fuser|gawk|git|gparted|grep|groupadd|groupdel|groupmod|groups|grub-mkconfig|gzip|halt|head|hg|history|host|hostname|htop|iconv|id|ifconfig|ifdown|ifup|import|install|ip|jobs|join|kill|killall|less|link|ln|locate|logname|logrotate|look|lpc|lpr|lprint|lprintd|lprintq|lprm|ls|lsof|lynx|make|man|mc|mdadm|mkconfig|mkdir|mke2fs|mkfifo|mkfs|mkisofs|mknod|mkswap|mmv|more|most|mount|mtools|mtr|mutt|mv|nano|nc|netstat|nice|nl|node|nohup|notify-send|npm|nslookup|op|open|parted|passwd|paste|pathchk|ping|pkill|pnpm|podman|podman-compose|popd|pr|printcap|printenv|ps|pushd|pv|quota|quotacheck|quotactl|ram|rar|rcp|reboot|remsync|rename|renice|rev|rm|rmdir|rpm|rsync|scp|screen|sdiff|sed|sendmail|seq|service|sftp|sh|shellcheck|shuf|shutdown|sleep|slocate|sort|split|ssh|stat|strace|su|sudo|sum|suspend|swapon|sync|tac|tail|tar|tee|time|timeout|top|touch|tr|traceroute|tsort|tty|umount|uname|unexpand|uniq|units|unrar|unshar|unzip|update-grub|uptime|useradd|userdel|usermod|users|uudecode|uuencode|v|vcpkg|vdir|vi|vim|virsh|vmstat|wait|watch|wc|wget|whereis|which|who|whoami|write|xargs|xdg-open|yarn|yes|zenity|zip|zsh|zypper)(?=$|[)\s;|&])/,lookbehind:!0},keyword:{pattern:/(^|[\s;|&]|[<>]\()(?:case|do|done|elif|else|esac|fi|for|function|if|in|select|then|until|while)(?=$|[)\s;|&])/,lookbehind:!0},builtin:{pattern:/(^|[\s;|&]|[<>]\()(?:\.|:|alias|bind|break|builtin|caller|cd|command|continue|declare|echo|enable|eval|exec|exit|export|getopts|hash|help|let|local|logout|mapfile|printf|pwd|read|readarray|readonly|return|set|shift|shopt|source|test|times|trap|type|typeset|ulimit|umask|unalias|unset)(?=$|[)\s;|&])/,lookbehind:!0,alias:"class-name"},boolean:{pattern:/(^|[\s;|&]|[<>]\()(?:false|true)(?=$|[)\s;|&])/,lookbehind:!0},"file-descriptor":{pattern:/\B&\d\b/,alias:"important"},operator:{pattern:/\d?<>|>\||\+=|=[=~]?|!=?|<<[<-]?|[&\d]?>>|\d[<>]&?|[<>][&=]?|&[>&]?|\|[&|]?/,inside:{"file-descriptor":{pattern:/^\d/,alias:"important"}}},punctuation:/\$?\(\(?|\)\)?|\.\.|[{}[\];\\]/,number:{pattern:/(^|\s)(?:[1-9]\d*|0)(?:[.,]\d+)?\b/,lookbehind:!0}},n.inside=e.languages.bash;for(var o=["comment","function-name","for-or-select","assign-left","string","environment","function","keyword","builtin","boolean","file-descriptor","operator","punctuation","number"],i=r.variable[1].inside,a=0;a<o.length;a++)i[o[a]]=e.languages.bash[o[a]];e.languages.shell=e.languages.bash}(Hi),Hi.languages.clike={comment:[{pattern:/(^|[^\\])\/\*[\s\S]*?(?:\*\/|$)/,lookbehind:!0,greedy:!0},{pattern:/(^|[^\\:])\/\/.*/,lookbehind:!0,greedy:!0}],string:{pattern:/(["'])(?:\\(?:\r\n|[\s\S])|(?!\1)[^\\\r\n])*\1/,greedy:!0},"class-name":{pattern:/(\b(?:class|extends|implements|instanceof|interface|new|trait)\s+|\bcatch\s+\()[\w.\\]+/i,lookbehind:!0,inside:{punctuation:/[.\\]/}},keyword:/\b(?:break|catch|continue|do|else|finally|for|function|if|in|instanceof|new|null|return|throw|try|while)\b/,boolean:/\b(?:false|true)\b/,function:/\b\w+(?=\()/,number:/\b0x[\da-f]+\b|(?:\b\d+(?:\.\d*)?|\B\.\d+)(?:e[+-]?\d+)?/i,operator:/[<>]=?|[!=]=?=?|--?|\+\+?|&&?|\|\|?|[?*/~^%]/,punctuation:/[{}[\];(),.:]/},Hi.languages.c=Hi.languages.extend("clike",{comment:{pattern:/\/\/(?:[^\r\n\\]|\\(?:\r\n?|\n|(?![\r\n])))*|\/\*[\s\S]*?(?:\*\/|$)/,greedy:!0},string:{pattern:/"(?:\\(?:\r\n|[\s\S])|[^"\\\r\n])*"/,greedy:!0},"class-name":{pattern:/(\b(?:enum|struct)\s+(?:__attribute__\s*\(\([\s\S]*?\)\)\s*)?)\w+|\b[a-z]\w*_t\b/,lookbehind:!0},keyword:/\b(?:_Alignas|_Alignof|_Atomic|_Bool|_Complex|_Generic|_Imaginary|_Noreturn|_Static_assert|_Thread_local|__attribute__|asm|auto|break|case|char|const|continue|default|do|double|else|enum|extern|float|for|goto|if|inline|int|long|register|return|short|signed|sizeof|static|struct|switch|typedef|typeof|union|unsigned|void|volatile|while)\b/,function:/\b[a-z_]\w*(?=\s*\()/i,number:/(?:\b0x(?:[\da-f]+(?:\.[\da-f]*)?|\.[\da-f]+)(?:p[+-]?\d+)?|(?:\b\d+(?:\.\d*)?|\B\.\d+)(?:e[+-]?\d+)?)[ful]{0,4}/i,operator:/>>=?|<<=?|->|([-+&|:])\1|[?:~]|[-+*/%&|^!=<>]=?/}),Hi.languages.insertBefore("c","string",{char:{pattern:/'(?:\\(?:\r\n|[\s\S])|[^'\\\r\n]){0,32}'/,greedy:!0}}),Hi.languages.insertBefore("c","string",{macro:{pattern:/(^[\t ]*)#\s*[a-z](?:[^\r\n\\/]|\/(?!\*)|\/\*(?:[^*]|\*(?!\/))*\*\/|\\(?:\r\n|[\s\S]))*/im,lookbehind:!0,greedy:!0,alias:"property",inside:{string:[{pattern:/^(#\s*include\s*)<[^>]+>/,lookbehind:!0},Hi.languages.c.string],char:Hi.languages.c.char,comment:Hi.languages.c.comment,"macro-name":[{pattern:/(^#\s*define\s+)\w+\b(?!\()/i,lookbehind:!0},{pattern:/(^#\s*define\s+)\w+\b(?=\()/i,lookbehind:!0,alias:"function"}],directive:{pattern:/^(#\s*)[a-z]+/,lookbehind:!0,alias:"keyword"},"directive-hash":/^#/,punctuation:/##|\\(?=[\r\n])/,expression:{pattern:/\S[\s\S]*/,inside:Hi.languages.c}}}}),Hi.languages.insertBefore("c","function",{constant:/\b(?:EOF|NULL|SEEK_CUR|SEEK_END|SEEK_SET|__DATE__|__FILE__|__LINE__|__TIMESTAMP__|__TIME__|__func__|stderr|stdin|stdout)\b/}),delete Hi.languages.c.boolean,function(e){var t=/\b(?:alignas|alignof|asm|auto|bool|break|case|catch|char|char16_t|char32_t|char8_t|class|co_await|co_return|co_yield|compl|concept|const|const_cast|consteval|constexpr|constinit|continue|decltype|default|delete|do|double|dynamic_cast|else|enum|explicit|export|extern|final|float|for|friend|goto|if|import|inline|int|int16_t|int32_t|int64_t|int8_t|long|module|mutable|namespace|new|noexcept|nullptr|operator|override|private|protected|public|register|reinterpret_cast|requires|return|short|signed|sizeof|static|static_assert|static_cast|struct|switch|template|this|thread_local|throw|try|typedef|typeid|typename|uint16_t|uint32_t|uint64_t|uint8_t|union|unsigned|using|virtual|void|volatile|wchar_t|while)\b/,n=/\b(?!<keyword>)\w+(?:\s*\.\s*\w+)*\b/.source.replace(/<keyword>/g,(function(){return t.source}));e.languages.cpp=e.languages.extend("c",{"class-name":[{pattern:RegExp(/(\b(?:class|concept|enum|struct|typename)\s+)(?!<keyword>)\w+/.source.replace(/<keyword>/g,(function(){return t.source}))),lookbehind:!0},/\b[A-Z]\w*(?=\s*::\s*\w+\s*\()/,/\b[A-Z_]\w*(?=\s*::\s*~\w+\s*\()/i,/\b\w+(?=\s*<(?:[^<>]|<(?:[^<>]|<[^<>]*>)*>)*>\s*::\s*\w+\s*\()/],keyword:t,number:{pattern:/(?:\b0b[01']+|\b0x(?:[\da-f']+(?:\.[\da-f']*)?|\.[\da-f']+)(?:p[+-]?[\d']+)?|(?:\b[\d']+(?:\.[\d']*)?|\B\.[\d']+)(?:e[+-]?[\d']+)?)[ful]{0,4}/i,greedy:!0},operator:/>>=?|<<=?|->|--|\+\+|&&|\|\||[?:~]|<=>|[-+*/%&|^!=<>]=?|\b(?:and|and_eq|bitand|bitor|not|not_eq|or|or_eq|xor|xor_eq)\b/,boolean:/\b(?:false|true)\b/}),e.languages.insertBefore("cpp","string",{module:{pattern:RegExp(/(\b(?:import|module)\s+)/.source+"(?:"+/"(?:\\(?:\r\n|[\s\S])|[^"\\\r\n])*"|<[^<>\r\n]*>/.source+"|"+/<mod-name>(?:\s*:\s*<mod-name>)?|:\s*<mod-name>/.source.replace(/<mod-name>/g,(function(){return n}))+")"),lookbehind:!0,greedy:!0,inside:{string:/^[<"][\s\S]+/,operator:/:/,punctuation:/\./}},"raw-string":{pattern:/R"([^()\\ ]{0,16})\([\s\S]*?\)\1"/,alias:"string",greedy:!0}}),e.languages.insertBefore("cpp","keyword",{"generic-function":{pattern:/\b(?!operator\b)[a-z_]\w*\s*<(?:[^<>]|<[^<>]*>)*>(?=\s*\()/i,inside:{function:/^\w+/,generic:{pattern:/<[\s\S]+/,alias:"class-name",inside:e.languages.cpp}}}}),e.languages.insertBefore("cpp","operator",{"double-colon":{pattern:/::/,alias:"punctuation"}}),e.languages.insertBefore("cpp","class-name",{"base-clause":{pattern:/(\b(?:class|struct)\s+\w+\s*:\s*)[^;{}"'\s]+(?:\s+[^;{}"'\s]+)*(?=\s*[;{])/,lookbehind:!0,greedy:!0,inside:e.languages.extend("cpp",{})}}),e.languages.insertBefore("inside","double-colon",{"class-name":/\b[a-z_]\w*\b(?!\s*::)/i},e.languages.cpp["base-clause"])}(Hi),function(e){var t=/(?:"(?:\\(?:\r\n|[\s\S])|[^"\\\r\n])*"|'(?:\\(?:\r\n|[\s\S])|[^'\\\r\n])*')/;e.languages.css={comment:/\/\*[\s\S]*?\*\//,atrule:{pattern:/@[\w-](?:[^;{\s]|\s+(?![\s{]))*(?:;|(?=\s*\{))/,inside:{rule:/^@[\w-]+/,"selector-function-argument":{pattern:/(\bselector\s*\(\s*(?![\s)]))(?:[^()\s]|\s+(?![\s)])|\((?:[^()]|\([^()]*\))*\))+(?=\s*\))/,lookbehind:!0,alias:"selector"},keyword:{pattern:/(^|[^\w-])(?:and|not|only|or)(?![\w-])/,lookbehind:!0}}},url:{pattern:RegExp("\\burl\\((?:"+t.source+"|"+/(?:[^\\\r\n()"']|\\[\s\S])*/.source+")\\)","i"),greedy:!0,inside:{function:/^url/i,punctuation:/^\(|\)$/,string:{pattern:RegExp("^"+t.source+"$"),alias:"url"}}},selector:{pattern:RegExp("(^|[{}\\s])[^{}\\s](?:[^{};\"'\\s]|\\s+(?![\\s{])|"+t.source+")*(?=\\s*\\{)"),lookbehind:!0},string:{pattern:t,greedy:!0},property:{pattern:/(^|[^-\w\xA0-\uFFFF])(?!\s)[-_a-z\xA0-\uFFFF](?:(?!\s)[-\w\xA0-\uFFFF])*(?=\s*:)/i,lookbehind:!0},important:/!important\b/i,function:{pattern:/(^|[^-a-z0-9])[-a-z0-9]+(?=\()/i,lookbehind:!0},punctuation:/[(){};:,]/},e.languages.css.atrule.inside.rest=e.languages.css;var n=e.languages.markup;n&&(n.tag.addInlined("style","css"),n.tag.addAttribute("style","css"))}(Hi),function(e){var t,n=/("|')(?:\\(?:\r\n|[\s\S])|(?!\1)[^\\\r\n])*\1/;e.languages.css.selector={pattern:e.languages.css.selector.pattern,lookbehind:!0,inside:t={"pseudo-element":/:(?:after|before|first-letter|first-line|selection)|::[-\w]+/,"pseudo-class":/:[-\w]+/,class:/\.[-\w]+/,id:/#[-\w]+/,attribute:{pattern:RegExp("\\[(?:[^[\\]\"']|"+n.source+")*\\]"),greedy:!0,inside:{punctuation:/^\[|\]$/,"case-sensitivity":{pattern:/(\s)[si]$/i,lookbehind:!0,alias:"keyword"},namespace:{pattern:/^(\s*)(?:(?!\s)[-*\w\xA0-\uFFFF])*\|(?!=)/,lookbehind:!0,inside:{punctuation:/\|$/}},"attr-name":{pattern:/^(\s*)(?:(?!\s)[-\w\xA0-\uFFFF])+/,lookbehind:!0},"attr-value":[n,{pattern:/(=\s*)(?:(?!\s)[-\w\xA0-\uFFFF])+(?=\s*$)/,lookbehind:!0}],operator:/[|~*^$]?=/}},"n-th":[{pattern:/(\(\s*)[+-]?\d*[\dn](?:\s*[+-]\s*\d+)?(?=\s*\))/,lookbehind:!0,inside:{number:/[\dn]+/,operator:/[+-]/}},{pattern:/(\(\s*)(?:even|odd)(?=\s*\))/i,lookbehind:!0}],combinator:/>|\+|~|\|\|/,punctuation:/[(),]/}},e.languages.css.atrule.inside["selector-function-argument"].inside=t,e.languages.insertBefore("css","property",{variable:{pattern:/(^|[^-\w\xA0-\uFFFF])--(?!\s)[-_a-z\xA0-\uFFFF](?:(?!\s)[-\w\xA0-\uFFFF])*/i,lookbehind:!0}});var r={pattern:/(\b\d+)(?:%|[a-z]+(?![\w-]))/,lookbehind:!0},o={pattern:/(^|[^\w.-])-?(?:\d+(?:\.\d+)?|\.\d+)/,lookbehind:!0};e.languages.insertBefore("css","function",{operator:{pattern:/(\s)[+\-*\/](?=\s)/,lookbehind:!0},hexcode:{pattern:/\B#[\da-f]{3,8}\b/i,alias:"color"},color:[{pattern:/(^|[^\w-])(?:AliceBlue|AntiqueWhite|Aqua|Aquamarine|Azure|Beige|Bisque|Black|BlanchedAlmond|Blue|BlueViolet|Brown|BurlyWood|CadetBlue|Chartreuse|Chocolate|Coral|CornflowerBlue|Cornsilk|Crimson|Cyan|DarkBlue|DarkCyan|DarkGoldenRod|DarkGr[ae]y|DarkGreen|DarkKhaki|DarkMagenta|DarkOliveGreen|DarkOrange|DarkOrchid|DarkRed|DarkSalmon|DarkSeaGreen|DarkSlateBlue|DarkSlateGr[ae]y|DarkTurquoise|DarkViolet|DeepPink|DeepSkyBlue|DimGr[ae]y|DodgerBlue|FireBrick|FloralWhite|ForestGreen|Fuchsia|Gainsboro|GhostWhite|Gold|GoldenRod|Gr[ae]y|Green|GreenYellow|HoneyDew|HotPink|IndianRed|Indigo|Ivory|Khaki|Lavender|LavenderBlush|LawnGreen|LemonChiffon|LightBlue|LightCoral|LightCyan|LightGoldenRodYellow|LightGr[ae]y|LightGreen|LightPink|LightSalmon|LightSeaGreen|LightSkyBlue|LightSlateGr[ae]y|LightSteelBlue|LightYellow|Lime|LimeGreen|Linen|Magenta|Maroon|MediumAquaMarine|MediumBlue|MediumOrchid|MediumPurple|MediumSeaGreen|MediumSlateBlue|MediumSpringGreen|MediumTurquoise|MediumVioletRed|MidnightBlue|MintCream|MistyRose|Moccasin|NavajoWhite|Navy|OldLace|Olive|OliveDrab|Orange|OrangeRed|Orchid|PaleGoldenRod|PaleGreen|PaleTurquoise|PaleVioletRed|PapayaWhip|PeachPuff|Peru|Pink|Plum|PowderBlue|Purple|Red|RosyBrown|RoyalBlue|SaddleBrown|Salmon|SandyBrown|SeaGreen|SeaShell|Sienna|Silver|SkyBlue|SlateBlue|SlateGr[ae]y|Snow|SpringGreen|SteelBlue|Tan|Teal|Thistle|Tomato|Transparent|Turquoise|Violet|Wheat|White|WhiteSmoke|Yellow|YellowGreen)(?![\w-])/i,lookbehind:!0},{pattern:/\b(?:hsl|rgb)\(\s*\d{1,3}\s*,\s*\d{1,3}%?\s*,\s*\d{1,3}%?\s*\)\B|\b(?:hsl|rgb)a\(\s*\d{1,3}\s*,\s*\d{1,3}%?\s*,\s*\d{1,3}%?\s*,\s*(?:0|0?\.\d+|1)\s*\)\B/i,inside:{unit:r,number:o,function:/[\w-]+(?=\()/,punctuation:/[(),]/}}],entity:/\\[\da-f]{1,8}/i,unit:r,number:o})}(Hi),Hi.languages.javascript=Hi.languages.extend("clike",{"class-name":[Hi.languages.clike["class-name"],{pattern:/(^|[^$\w\xA0-\uFFFF])(?!\s)[_$A-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*(?=\.(?:constructor|prototype))/,lookbehind:!0}],keyword:[{pattern:/((?:^|\})\s*)catch\b/,lookbehind:!0},{pattern:/(^|[^.]|\.\.\.\s*)\b(?:as|assert(?=\s*\{)|async(?=\s*(?:function\b|\(|[$\w\xA0-\uFFFF]|$))|await|break|case|class|const|continue|debugger|default|delete|do|else|enum|export|extends|finally(?=\s*(?:\{|$))|for|from(?=\s*(?:['"]|$))|function|(?:get|set)(?=\s*(?:[#\[$\w\xA0-\uFFFF]|$))|if|implements|import|in|instanceof|interface|let|new|null|of|package|private|protected|public|return|static|super|switch|this|throw|try|typeof|undefined|var|void|while|with|yield)\b/,lookbehind:!0}],function:/#?(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*(?=\s*(?:\.\s*(?:apply|bind|call)\s*)?\()/,number:{pattern:RegExp(/(^|[^\w$])/.source+"(?:"+/NaN|Infinity/.source+"|"+/0[bB][01]+(?:_[01]+)*n?/.source+"|"+/0[oO][0-7]+(?:_[0-7]+)*n?/.source+"|"+/0[xX][\dA-Fa-f]+(?:_[\dA-Fa-f]+)*n?/.source+"|"+/\d+(?:_\d+)*n/.source+"|"+/(?:\d+(?:_\d+)*(?:\.(?:\d+(?:_\d+)*)?)?|\.\d+(?:_\d+)*)(?:[Ee][+-]?\d+(?:_\d+)*)?/.source+")"+/(?![\w$])/.source),lookbehind:!0},operator:/--|\+\+|\*\*=?|=>|&&=?|\|\|=?|[!=]==|<<=?|>>>?=?|[-+*/%&|^!=<>]=?|\.{3}|\?\?=?|\?\.?|[~:]/}),Hi.languages.javascript["class-name"][0].pattern=/(\b(?:class|extends|implements|instanceof|interface|new)\s+)[\w.\\]+/,Hi.languages.insertBefore("javascript","keyword",{regex:{pattern:/((?:^|[^$\w\xA0-\uFFFF."'\])\s]|\b(?:return|yield))\s*)\/(?:\[(?:[^\]\\\r\n]|\\.)*\]|\\.|[^/\\\[\r\n])+\/[dgimyus]{0,7}(?=(?:\s|\/\*(?:[^*]|\*(?!\/))*\*\/)*(?:$|[\r\n,.;:})\]]|\/\/))/,lookbehind:!0,greedy:!0,inside:{"regex-source":{pattern:/^(\/)[\s\S]+(?=\/[a-z]*$)/,lookbehind:!0,alias:"language-regex",inside:Hi.languages.regex},"regex-delimiter":/^\/|\/$/,"regex-flags":/^[a-z]+$/}},"function-variable":{pattern:/#?(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*(?=\s*[=:]\s*(?:async\s*)?(?:\bfunction\b|(?:\((?:[^()]|\([^()]*\))*\)|(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*)\s*=>))/,alias:"function"},parameter:[{pattern:/(function(?:\s+(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*)?\s*\(\s*)(?!\s)(?:[^()\s]|\s+(?![\s)])|\([^()]*\))+(?=\s*\))/,lookbehind:!0,inside:Hi.languages.javascript},{pattern:/(^|[^$\w\xA0-\uFFFF])(?!\s)[_$a-z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*(?=\s*=>)/i,lookbehind:!0,inside:Hi.languages.javascript},{pattern:/(\(\s*)(?!\s)(?:[^()\s]|\s+(?![\s)])|\([^()]*\))+(?=\s*\)\s*=>)/,lookbehind:!0,inside:Hi.languages.javascript},{pattern:/((?:\b|\s|^)(?!(?:as|async|await|break|case|catch|class|const|continue|debugger|default|delete|do|else|enum|export|extends|finally|for|from|function|get|if|implements|import|in|instanceof|interface|let|new|null|of|package|private|protected|public|return|set|static|super|switch|this|throw|try|typeof|undefined|var|void|while|with|yield)(?![$\w\xA0-\uFFFF]))(?:(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*\s*)\(\s*|\]\s*\(\s*)(?!\s)(?:[^()\s]|\s+(?![\s)])|\([^()]*\))+(?=\s*\)\s*\{)/,lookbehind:!0,inside:Hi.languages.javascript}],constant:/\b[A-Z](?:[A-Z_]|\dx?)*\b/}),Hi.languages.insertBefore("javascript","string",{hashbang:{pattern:/^#!.*/,greedy:!0,alias:"comment"},"template-string":{pattern:/`(?:\\[\s\S]|\$\{(?:[^{}]|\{(?:[^{}]|\{[^}]*\})*\})+\}|(?!\$\{)[^\\`])*`/,greedy:!0,inside:{"template-punctuation":{pattern:/^`|`$/,alias:"string"},interpolation:{pattern:/((?:^|[^\\])(?:\\{2})*)\$\{(?:[^{}]|\{(?:[^{}]|\{[^}]*\})*\})+\}/,lookbehind:!0,inside:{"interpolation-punctuation":{pattern:/^\$\{|\}$/,alias:"punctuation"},rest:Hi.languages.javascript}},string:/[\s\S]+/}},"string-property":{pattern:/((?:^|[,{])[ \t]*)(["'])(?:\\(?:\r\n|[\s\S])|(?!\2)[^\\\r\n])*\2(?=\s*:)/m,lookbehind:!0,greedy:!0,alias:"property"}}),Hi.languages.insertBefore("javascript","operator",{"literal-property":{pattern:/((?:^|[,{])[ \t]*)(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*(?=\s*:)/m,lookbehind:!0,alias:"property"}}),Hi.languages.markup&&(Hi.languages.markup.tag.addInlined("script","javascript"),Hi.languages.markup.tag.addAttribute(/on(?:abort|blur|change|click|composition(?:end|start|update)|dblclick|error|focus(?:in|out)?|key(?:down|up)|load|mouse(?:down|enter|leave|move|out|over|up)|reset|resize|scroll|select|slotchange|submit|unload|wheel)/.source,"javascript")),Hi.languages.js=Hi.languages.javascript,function(e){var t=/#(?!\{).+/,n={pattern:/#\{[^}]+\}/,alias:"variable"};e.languages.coffeescript=e.languages.extend("javascript",{comment:t,string:[{pattern:/'(?:\\[\s\S]|[^\\'])*'/,greedy:!0},{pattern:/"(?:\\[\s\S]|[^\\"])*"/,greedy:!0,inside:{interpolation:n}}],keyword:/\b(?:and|break|by|catch|class|continue|debugger|delete|do|each|else|extend|extends|false|finally|for|if|in|instanceof|is|isnt|let|loop|namespace|new|no|not|null|of|off|on|or|own|return|super|switch|then|this|throw|true|try|typeof|undefined|unless|until|when|while|window|with|yes|yield)\b/,"class-member":{pattern:/@(?!\d)\w+/,alias:"variable"}}),e.languages.insertBefore("coffeescript","comment",{"multiline-comment":{pattern:/###[\s\S]+?###/,alias:"comment"},"block-regex":{pattern:/\/{3}[\s\S]*?\/{3}/,alias:"regex",inside:{comment:t,interpolation:n}}}),e.languages.insertBefore("coffeescript","string",{"inline-javascript":{pattern:/`(?:\\[\s\S]|[^\\`])*`/,inside:{delimiter:{pattern:/^`|`$/,alias:"punctuation"},script:{pattern:/[\s\S]+/,alias:"language-javascript",inside:e.languages.javascript}}},"multiline-string":[{pattern:/'''[\s\S]*?'''/,greedy:!0,alias:"string"},{pattern:/"""[\s\S]*?"""/,greedy:!0,alias:"string",inside:{interpolation:n}}]}),e.languages.insertBefore("coffeescript","keyword",{property:/(?!\d)\w+(?=\s*:(?!:))/}),delete e.languages.coffeescript["template-string"],e.languages.coffee=e.languages.coffeescript}(Hi),function(e){var t=/[*&][^\s[\]{},]+/,n=/!(?:<[\w\-%#;/?:@&=+$,.!~*'()[\]]+>|(?:[a-zA-Z\d-]*!)?[\w\-%#;/?:@&=+$.~*'()]+)?/,r="(?:"+n.source+"(?:[ \t]+"+t.source+")?|"+t.source+"(?:[ \t]+"+n.source+")?)",o=/(?:[^\s\x00-\x08\x0e-\x1f!"#%&'*,\-:>?@[\]`{|}\x7f-\x84\x86-\x9f\ud800-\udfff\ufffe\uffff]|[?:-]<PLAIN>)(?:[ \t]*(?:(?![#:])<PLAIN>|:<PLAIN>))*/.source.replace(/<PLAIN>/g,(function(){return/[^\s\x00-\x08\x0e-\x1f,[\]{}\x7f-\x84\x86-\x9f\ud800-\udfff\ufffe\uffff]/.source})),i=/"(?:[^"\\\r\n]|\\.)*"|'(?:[^'\\\r\n]|\\.)*'/.source;function a(e,t){t=(t||"").replace(/m/g,"")+"m";var n=/([:\-,[{]\s*(?:\s<<prop>>[ \t]+)?)(?:<<value>>)(?=[ \t]*(?:$|,|\]|\}|(?:[\r\n]\s*)?#))/.source.replace(/<<prop>>/g,(function(){return r})).replace(/<<value>>/g,(function(){return e}));return RegExp(n,t)}e.languages.yaml={scalar:{pattern:RegExp(/([\-:]\s*(?:\s<<prop>>[ \t]+)?[|>])[ \t]*(?:((?:\r?\n|\r)[ \t]+)\S[^\r\n]*(?:\2[^\r\n]+)*)/.source.replace(/<<prop>>/g,(function(){return r}))),lookbehind:!0,alias:"string"},comment:/#.*/,key:{pattern:RegExp(/((?:^|[:\-,[{\r\n?])[ \t]*(?:<<prop>>[ \t]+)?)<<key>>(?=\s*:\s)/.source.replace(/<<prop>>/g,(function(){return r})).replace(/<<key>>/g,(function(){return"(?:"+o+"|"+i+")"}))),lookbehind:!0,greedy:!0,alias:"atrule"},directive:{pattern:/(^[ \t]*)%.+/m,lookbehind:!0,alias:"important"},datetime:{pattern:a(/\d{4}-\d\d?-\d\d?(?:[tT]|[ \t]+)\d\d?:\d{2}:\d{2}(?:\.\d*)?(?:[ \t]*(?:Z|[-+]\d\d?(?::\d{2})?))?|\d{4}-\d{2}-\d{2}|\d\d?:\d{2}(?::\d{2}(?:\.\d*)?)?/.source),lookbehind:!0,alias:"number"},boolean:{pattern:a(/false|true/.source,"i"),lookbehind:!0,alias:"important"},null:{pattern:a(/null|~/.source,"i"),lookbehind:!0,alias:"important"},string:{pattern:a(i),lookbehind:!0,greedy:!0},number:{pattern:a(/[+-]?(?:0x[\da-f]+|0o[0-7]+|(?:\d+(?:\.\d*)?|\.\d+)(?:e[+-]?\d+)?|\.inf|\.nan)/.source,"i"),lookbehind:!0},tag:n,important:t,punctuation:/---|[:[\]{}\-,|>?]|\.\.\./},e.languages.yml=e.languages.yaml}(Hi),function(e){var t=/(?:\\.|[^\\\n\r]|(?:\n|\r\n?)(?![\r\n]))/.source;function n(e){return e=e.replace(/<inner>/g,(function(){return t})),RegExp(/((?:^|[^\\])(?:\\{2})*)/.source+"(?:"+e+")")}var r=/(?:\\.|``(?:[^`\r\n]|`(?!`))+``|`[^`\r\n]+`|[^\\|\r\n`])+/.source,o=/\|?__(?:\|__)+\|?(?:(?:\n|\r\n?)|(?![\s\S]))/.source.replace(/__/g,(function(){return r})),i=/\|?[ \t]*:?-{3,}:?[ \t]*(?:\|[ \t]*:?-{3,}:?[ \t]*)+\|?(?:\n|\r\n?)/.source;e.languages.markdown=e.languages.extend("markup",{}),e.languages.insertBefore("markdown","prolog",{"front-matter-block":{pattern:/(^(?:\s*[\r\n])?)---(?!.)[\s\S]*?[\r\n]---(?!.)/,lookbehind:!0,greedy:!0,inside:{punctuation:/^---|---$/,"front-matter":{pattern:/\S+(?:\s+\S+)*/,alias:["yaml","language-yaml"],inside:e.languages.yaml}}},blockquote:{pattern:/^>(?:[\t ]*>)*/m,alias:"punctuation"},table:{pattern:RegExp("^"+o+i+"(?:"+o+")*","m"),inside:{"table-data-rows":{pattern:RegExp("^("+o+i+")(?:"+o+")*$"),lookbehind:!0,inside:{"table-data":{pattern:RegExp(r),inside:e.languages.markdown},punctuation:/\|/}},"table-line":{pattern:RegExp("^("+o+")"+i+"$"),lookbehind:!0,inside:{punctuation:/\||:?-{3,}:?/}},"table-header-row":{pattern:RegExp("^"+o+"$"),inside:{"table-header":{pattern:RegExp(r),alias:"important",inside:e.languages.markdown},punctuation:/\|/}}}},code:[{pattern:/((?:^|\n)[ \t]*\n|(?:^|\r\n?)[ \t]*\r\n?)(?: {4}|\t).+(?:(?:\n|\r\n?)(?: {4}|\t).+)*/,lookbehind:!0,alias:"keyword"},{pattern:/^```[\s\S]*?^```$/m,greedy:!0,inside:{"code-block":{pattern:/^(```.*(?:\n|\r\n?))[\s\S]+?(?=(?:\n|\r\n?)^```$)/m,lookbehind:!0},"code-language":{pattern:/^(```).+/,lookbehind:!0},punctuation:/```/}}],title:[{pattern:/\S.*(?:\n|\r\n?)(?:==+|--+)(?=[ \t]*$)/m,alias:"important",inside:{punctuation:/==+$|--+$/}},{pattern:/(^\s*)#.+/m,lookbehind:!0,alias:"important",inside:{punctuation:/^#+|#+$/}}],hr:{pattern:/(^\s*)([*-])(?:[\t ]*\2){2,}(?=\s*$)/m,lookbehind:!0,alias:"punctuation"},list:{pattern:/(^\s*)(?:[*+-]|\d+\.)(?=[\t ].)/m,lookbehind:!0,alias:"punctuation"},"url-reference":{pattern:/!?\[[^\]]+\]:[\t ]+(?:\S+|<(?:\\.|[^>\\])+>)(?:[\t ]+(?:"(?:\\.|[^"\\])*"|'(?:\\.|[^'\\])*'|\((?:\\.|[^)\\])*\)))?/,inside:{variable:{pattern:/^(!?\[)[^\]]+/,lookbehind:!0},string:/(?:"(?:\\.|[^"\\])*"|'(?:\\.|[^'\\])*'|\((?:\\.|[^)\\])*\))$/,punctuation:/^[\[\]!:]|[<>]/},alias:"url"},bold:{pattern:n(/\b__(?:(?!_)<inner>|_(?:(?!_)<inner>)+_)+__\b|\*\*(?:(?!\*)<inner>|\*(?:(?!\*)<inner>)+\*)+\*\*/.source),lookbehind:!0,greedy:!0,inside:{content:{pattern:/(^..)[\s\S]+(?=..$)/,lookbehind:!0,inside:{}},punctuation:/\*\*|__/}},italic:{pattern:n(/\b_(?:(?!_)<inner>|__(?:(?!_)<inner>)+__)+_\b|\*(?:(?!\*)<inner>|\*\*(?:(?!\*)<inner>)+\*\*)+\*/.source),lookbehind:!0,greedy:!0,inside:{content:{pattern:/(^.)[\s\S]+(?=.$)/,lookbehind:!0,inside:{}},punctuation:/[*_]/}},strike:{pattern:n(/(~~?)(?:(?!~)<inner>)+\2/.source),lookbehind:!0,greedy:!0,inside:{content:{pattern:/(^~~?)[\s\S]+(?=\1$)/,lookbehind:!0,inside:{}},punctuation:/~~?/}},"code-snippet":{pattern:/(^|[^\\`])(?:``[^`\r\n]+(?:`[^`\r\n]+)*``(?!`)|`[^`\r\n]+`(?!`))/,lookbehind:!0,greedy:!0,alias:["code","keyword"]},url:{pattern:n(/!?\[(?:(?!\])<inner>)+\](?:\([^\s)]+(?:[\t ]+"(?:\\.|[^"\\])*")?\)|[ \t]?\[(?:(?!\])<inner>)+\])/.source),lookbehind:!0,greedy:!0,inside:{operator:/^!/,content:{pattern:/(^\[)[^\]]+(?=\])/,lookbehind:!0,inside:{}},variable:{pattern:/(^\][ \t]?\[)[^\]]+(?=\]$)/,lookbehind:!0},url:{pattern:/(^\]\()[^\s)]+/,lookbehind:!0},string:{pattern:/(^[ \t]+)"(?:\\.|[^"\\])*"(?=\)$)/,lookbehind:!0}}}}),["url","bold","italic","strike"].forEach((function(t){["url","bold","italic","strike","code-snippet"].forEach((function(n){t!==n&&(e.languages.markdown[t].inside.content.inside[n]=e.languages.markdown[n])}))})),e.hooks.add("after-tokenize",(function(e){"markdown"!==e.language&&"md"!==e.language||function e(t){if(t&&"string"!=typeof t)for(var n=0,r=t.length;n<r;n++){var o=t[n];if("code"===o.type){var i=o.content[1],a=o.content[3];if(i&&a&&"code-language"===i.type&&"code-block"===a.type&&"string"==typeof i.content){var s=i.content.replace(/\b#/g,"sharp").replace(/\b\+\+/g,"pp"),u="language-"+(s=(/[a-z][\w-]*/i.exec(s)||[""])[0].toLowerCase());a.alias?"string"==typeof a.alias?a.alias=[a.alias,u]:a.alias.push(u):a.alias=[u]}}else e(o.content)}}(e.tokens)})),e.hooks.add("wrap",(function(t){if("code-block"===t.type){for(var n="",r=0,o=t.classes.length;r<o;r++){var i=t.classes[r],l=/language-(.+)/.exec(i);if(l){n=l[1];break}}var c,f=e.languages[n];if(f)t.content=e.highlight((c=t.content,c.replace(a,"").replace(/&(\w{1,8}|#x?[\da-f]{1,8});/gi,(function(e,t){var n;if("#"===(t=t.toLowerCase())[0])return n="x"===t[1]?parseInt(t.slice(2),16):Number(t.slice(1)),u(n);var r=s[t];return r||e}))),f,n);else if(n&&"none"!==n&&e.plugins.autoloader){var d="md-"+(new Date).valueOf()+"-"+Math.floor(1e16*Math.random());t.attributes.id=d,e.plugins.autoloader.loadLanguages(n,(function(){var t=document.getElementById(d);t&&(t.innerHTML=e.highlight(t.textContent,e.languages[n],n))}))}}}));var a=RegExp(e.languages.markup.tag.pattern.source,"gi"),s={amp:"&",lt:"<",gt:">",quot:'"'},u=String.fromCodePoint||String.fromCharCode;e.languages.md=e.languages.markdown}(Hi),Hi.languages.graphql={comment:/#.*/,description:{pattern:/(?:"""(?:[^"]|(?!""")")*"""|"(?:\\.|[^\\"\r\n])*")(?=\s*[a-z_])/i,greedy:!0,alias:"string",inside:{"language-markdown":{pattern:/(^"(?:"")?)(?!\1)[\s\S]+(?=\1$)/,lookbehind:!0,inside:Hi.languages.markdown}}},string:{pattern:/"""(?:[^"]|(?!""")")*"""|"(?:\\.|[^\\"\r\n])*"/,greedy:!0},number:/(?:\B-|\b)\d+(?:\.\d+)?(?:e[+-]?\d+)?\b/i,boolean:/\b(?:false|true)\b/,variable:/\$[a-z_]\w*/i,directive:{pattern:/@[a-z_]\w*/i,alias:"function"},"attr-name":{pattern:/\b[a-z_]\w*(?=\s*(?:\((?:[^()"]|"(?:\\.|[^\\"\r\n])*")*\))?:)/i,greedy:!0},"atom-input":{pattern:/\b[A-Z]\w*Input\b/,alias:"class-name"},scalar:/\b(?:Boolean|Float|ID|Int|String)\b/,constant:/\b[A-Z][A-Z_\d]*\b/,"class-name":{pattern:/(\b(?:enum|implements|interface|on|scalar|type|union)\s+|&\s*|:\s*|\[)[A-Z_]\w*/,lookbehind:!0},fragment:{pattern:/(\bfragment\s+|\.{3}\s*(?!on\b))[a-zA-Z_]\w*/,lookbehind:!0,alias:"function"},"definition-mutation":{pattern:/(\bmutation\s+)[a-zA-Z_]\w*/,lookbehind:!0,alias:"function"},"definition-query":{pattern:/(\bquery\s+)[a-zA-Z_]\w*/,lookbehind:!0,alias:"function"},keyword:/\b(?:directive|enum|extend|fragment|implements|input|interface|mutation|on|query|repeatable|scalar|schema|subscription|type|union)\b/,operator:/[!=|&]|\.{3}/,"property-query":/\w+(?=\s*\()/,object:/\w+(?=\s*\{)/,punctuation:/[!(){}\[\]:=,]/,property:/\w+/},Hi.hooks.add("after-tokenize",(function(e){if("graphql"===e.language)for(var t=e.tokens.filter((function(e){return"string"!=typeof e&&"comment"!==e.type&&"scalar"!==e.type})),n=0;n<t.length;){var r=t[n++];if("keyword"===r.type&&"mutation"===r.content){var o=[];if(f(["definition-mutation","punctuation"])&&"("===c(1).content){n+=2;var i=d(/^\($/,/^\)$/);if(-1===i)continue;for(;n<i;n++){var a=c(0);"variable"===a.type&&(p(a,"variable-input"),o.push(a.content))}n=i+1}if(f(["punctuation","property-query"])&&"{"===c(0).content&&(n++,p(c(0),"property-mutation"),o.length>0)){var s=d(/^\{$/,/^\}$/);if(-1===s)continue;for(var u=n;u<s;u++){var l=t[u];"variable"===l.type&&o.indexOf(l.content)>=0&&p(l,"variable-input")}}}}function c(e){return t[n+e]}function f(e,t){t=t||0;for(var n=0;n<e.length;n++){var r=c(n+t);if(!r||r.type!==e[n])return!1}return!0}function d(e,r){for(var o=1,i=n;i<t.length;i++){var a=t[i],s=a.content;if("punctuation"===a.type&&"string"==typeof s)if(e.test(s))o++;else if(r.test(s)&&0===--o)return i}return-1}function p(e,t){var n=e.alias;n?Array.isArray(n)||(e.alias=n=[n]):e.alias=n=[],n.push(t)}})),Hi.languages.sql={comment:{pattern:/(^|[^\\])(?:\/\*[\s\S]*?\*\/|(?:--|\/\/|#).*)/,lookbehind:!0},variable:[{pattern:/@(["'`])(?:\\[\s\S]|(?!\1)[^\\])+\1/,greedy:!0},/@[\w.$]+/],string:{pattern:/(^|[^@\\])("|')(?:\\[\s\S]|(?!\2)[^\\]|\2\2)*\2/,greedy:!0,lookbehind:!0},identifier:{pattern:/(^|[^@\\])`(?:\\[\s\S]|[^`\\]|``)*`/,greedy:!0,lookbehind:!0,inside:{punctuation:/^`|`$/}},function:/\b(?:AVG|COUNT|FIRST|FORMAT|LAST|LCASE|LEN|MAX|MID|MIN|MOD|NOW|ROUND|SUM|UCASE)(?=\s*\()/i,keyword:/\b(?:ACTION|ADD|AFTER|ALGORITHM|ALL|ALTER|ANALYZE|ANY|APPLY|AS|ASC|AUTHORIZATION|AUTO_INCREMENT|BACKUP|BDB|BEGIN|BERKELEYDB|BIGINT|BINARY|BIT|BLOB|BOOL|BOOLEAN|BREAK|BROWSE|BTREE|BULK|BY|CALL|CASCADED?|CASE|CHAIN|CHAR(?:ACTER|SET)?|CHECK(?:POINT)?|CLOSE|CLUSTERED|COALESCE|COLLATE|COLUMNS?|COMMENT|COMMIT(?:TED)?|COMPUTE|CONNECT|CONSISTENT|CONSTRAINT|CONTAINS(?:TABLE)?|CONTINUE|CONVERT|CREATE|CROSS|CURRENT(?:_DATE|_TIME|_TIMESTAMP|_USER)?|CURSOR|CYCLE|DATA(?:BASES?)?|DATE(?:TIME)?|DAY|DBCC|DEALLOCATE|DEC|DECIMAL|DECLARE|DEFAULT|DEFINER|DELAYED|DELETE|DELIMITERS?|DENY|DESC|DESCRIBE|DETERMINISTIC|DISABLE|DISCARD|DISK|DISTINCT|DISTINCTROW|DISTRIBUTED|DO|DOUBLE|DROP|DUMMY|DUMP(?:FILE)?|DUPLICATE|ELSE(?:IF)?|ENABLE|ENCLOSED|END|ENGINE|ENUM|ERRLVL|ERRORS|ESCAPED?|EXCEPT|EXEC(?:UTE)?|EXISTS|EXIT|EXPLAIN|EXTENDED|FETCH|FIELDS|FILE|FILLFACTOR|FIRST|FIXED|FLOAT|FOLLOWING|FOR(?: EACH ROW)?|FORCE|FOREIGN|FREETEXT(?:TABLE)?|FROM|FULL|FUNCTION|GEOMETRY(?:COLLECTION)?|GLOBAL|GOTO|GRANT|GROUP|HANDLER|HASH|HAVING|HOLDLOCK|HOUR|IDENTITY(?:COL|_INSERT)?|IF|IGNORE|IMPORT|INDEX|INFILE|INNER|INNODB|INOUT|INSERT|INT|INTEGER|INTERSECT|INTERVAL|INTO|INVOKER|ISOLATION|ITERATE|JOIN|KEYS?|KILL|LANGUAGE|LAST|LEAVE|LEFT|LEVEL|LIMIT|LINENO|LINES|LINESTRING|LOAD|LOCAL|LOCK|LONG(?:BLOB|TEXT)|LOOP|MATCH(?:ED)?|MEDIUM(?:BLOB|INT|TEXT)|MERGE|MIDDLEINT|MINUTE|MODE|MODIFIES|MODIFY|MONTH|MULTI(?:LINESTRING|POINT|POLYGON)|NATIONAL|NATURAL|NCHAR|NEXT|NO|NONCLUSTERED|NULLIF|NUMERIC|OFF?|OFFSETS?|ON|OPEN(?:DATASOURCE|QUERY|ROWSET)?|OPTIMIZE|OPTION(?:ALLY)?|ORDER|OUT(?:ER|FILE)?|OVER|PARTIAL|PARTITION|PERCENT|PIVOT|PLAN|POINT|POLYGON|PRECEDING|PRECISION|PREPARE|PREV|PRIMARY|PRINT|PRIVILEGES|PROC(?:EDURE)?|PUBLIC|PURGE|QUICK|RAISERROR|READS?|REAL|RECONFIGURE|REFERENCES|RELEASE|RENAME|REPEAT(?:ABLE)?|REPLACE|REPLICATION|REQUIRE|RESIGNAL|RESTORE|RESTRICT|RETURN(?:ING|S)?|REVOKE|RIGHT|ROLLBACK|ROUTINE|ROW(?:COUNT|GUIDCOL|S)?|RTREE|RULE|SAVE(?:POINT)?|SCHEMA|SECOND|SELECT|SERIAL(?:IZABLE)?|SESSION(?:_USER)?|SET(?:USER)?|SHARE|SHOW|SHUTDOWN|SIMPLE|SMALLINT|SNAPSHOT|SOME|SONAME|SQL|START(?:ING)?|STATISTICS|STATUS|STRIPED|SYSTEM_USER|TABLES?|TABLESPACE|TEMP(?:ORARY|TABLE)?|TERMINATED|TEXT(?:SIZE)?|THEN|TIME(?:STAMP)?|TINY(?:BLOB|INT|TEXT)|TOP?|TRAN(?:SACTIONS?)?|TRIGGER|TRUNCATE|TSEQUAL|TYPES?|UNBOUNDED|UNCOMMITTED|UNDEFINED|UNION|UNIQUE|UNLOCK|UNPIVOT|UNSIGNED|UPDATE(?:TEXT)?|USAGE|USE|USER|USING|VALUES?|VAR(?:BINARY|CHAR|CHARACTER|YING)|VIEW|WAITFOR|WARNINGS|WHEN|WHERE|WHILE|WITH(?: ROLLUP|IN)?|WORK|WRITE(?:TEXT)?|YEAR)\b/i,boolean:/\b(?:FALSE|NULL|TRUE)\b/i,number:/\b0x[\da-f]+\b|\b\d+(?:\.\d*)?|\B\.\d+\b/i,operator:/[-+*\/=%^~]|&&?|\|\|?|!=?|<(?:=>?|<|>)?|>[>=]?|\b(?:AND|BETWEEN|DIV|ILIKE|IN|IS|LIKE|NOT|OR|REGEXP|RLIKE|SOUNDS LIKE|XOR)\b/i,punctuation:/[;[\]()`,.]/},function(e){var t=e.languages.javascript["template-string"],n=t.pattern.source,r=t.inside.interpolation,o=r.inside["interpolation-punctuation"],i=r.pattern.source;function a(t,r){if(e.languages[t])return{pattern:RegExp("((?:"+r+")\\s*)"+n),lookbehind:!0,greedy:!0,inside:{"template-punctuation":{pattern:/^`|`$/,alias:"string"},"embedded-code":{pattern:/[\s\S]+/,alias:t}}}}function s(e,t){return"___"+t.toUpperCase()+"_"+e+"___"}function u(t,n,r){var o={code:t,grammar:n,language:r};return e.hooks.run("before-tokenize",o),o.tokens=e.tokenize(o.code,o.grammar),e.hooks.run("after-tokenize",o),o.tokens}function l(t){var n={};n["interpolation-punctuation"]=o;var i=e.tokenize(t,n);if(3===i.length){var a=[1,1];a.push.apply(a,u(i[1],e.languages.javascript,"javascript")),i.splice.apply(i,a)}return new e.Token("interpolation",i,r.alias,t)}function c(t,n,r){var o=e.tokenize(t,{interpolation:{pattern:RegExp(i),lookbehind:!0}}),a=0,c={},f=u(o.map((function(e){if("string"==typeof e)return e;for(var n,o=e.content;-1!==t.indexOf(n=s(a++,r)););return c[n]=o,n})).join(""),n,r),d=Object.keys(c);return a=0,function e(t){for(var n=0;n<t.length;n++){if(a>=d.length)return;var r=t[n];if("string"==typeof r||"string"==typeof r.content){var o=d[a],i="string"==typeof r?r:r.content,s=i.indexOf(o);if(-1!==s){++a;var u=i.substring(0,s),f=l(c[o]),p=i.substring(s+o.length),h=[];if(u&&h.push(u),h.push(f),p){var g=[p];e(g),h.push.apply(h,g)}"string"==typeof r?(t.splice.apply(t,[n,1].concat(h)),n+=h.length-1):r.content=h}}else{var v=r.content;Array.isArray(v)?e(v):e([v])}}}(f),new e.Token(r,f,"language-"+r,t)}e.languages.javascript["template-string"]=[a("css",/\b(?:styled(?:\([^)]*\))?(?:\s*\.\s*\w+(?:\([^)]*\))*)*|css(?:\s*\.\s*(?:global|resolve))?|createGlobalStyle|keyframes)/.source),a("html",/\bhtml|\.\s*(?:inner|outer)HTML\s*\+?=/.source),a("svg",/\bsvg/.source),a("markdown",/\b(?:markdown|md)/.source),a("graphql",/\b(?:gql|graphql(?:\s*\.\s*experimental)?)/.source),a("sql",/\bsql/.source),t].filter(Boolean);var f={javascript:!0,js:!0,typescript:!0,ts:!0,jsx:!0,tsx:!0};function d(e){return"string"==typeof e?e:Array.isArray(e)?e.map(d).join(""):d(e.content)}e.hooks.add("after-tokenize",(function(t){t.language in f&&function t(n){for(var r=0,o=n.length;r<o;r++){var i=n[r];if("string"!=typeof i){var a=i.content;if(Array.isArray(a))if("template-string"===i.type){var s=a[1];if(3===a.length&&"string"!=typeof s&&"embedded-code"===s.type){var u=d(s),l=s.alias,f=Array.isArray(l)?l[0]:l,p=e.languages[f];if(!p)continue;a[1]=c(u,p,f)}}else t(a);else"string"!=typeof a&&t([a])}}}(t.tokens)}))}(Hi),function(e){e.languages.typescript=e.languages.extend("javascript",{"class-name":{pattern:/(\b(?:class|extends|implements|instanceof|interface|new|type)\s+)(?!keyof\b)(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*(?:\s*<(?:[^<>]|<(?:[^<>]|<[^<>]*>)*>)*>)?/,lookbehind:!0,greedy:!0,inside:null},builtin:/\b(?:Array|Function|Promise|any|boolean|console|never|number|string|symbol|unknown)\b/}),e.languages.typescript.keyword.push(/\b(?:abstract|declare|is|keyof|readonly|require)\b/,/\b(?:asserts|infer|interface|module|namespace|type)\b(?=\s*(?:[{_$a-zA-Z\xA0-\uFFFF]|$))/,/\btype\b(?=\s*(?:[\{*]|$))/),delete e.languages.typescript.parameter,delete e.languages.typescript["literal-property"];var t=e.languages.extend("typescript",{});delete t["class-name"],e.languages.typescript["class-name"].inside=t,e.languages.insertBefore("typescript","function",{decorator:{pattern:/@[$\w\xA0-\uFFFF]+/,inside:{at:{pattern:/^@/,alias:"operator"},function:/^[\s\S]+/}},"generic-function":{pattern:/#?(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*\s*<(?:[^<>]|<(?:[^<>]|<[^<>]*>)*>)*>(?=\s*\()/,greedy:!0,inside:{function:/^#?(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*/,generic:{pattern:/<[\s\S]+/,alias:"class-name",inside:t}}}}),e.languages.ts=e.languages.typescript}(Hi),function(e){function t(e,t){return RegExp(e.replace(/<ID>/g,(function(){return/(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*/.source})),t)}e.languages.insertBefore("javascript","function-variable",{"method-variable":{pattern:RegExp("(\\.\\s*)"+e.languages.javascript["function-variable"].pattern.source),lookbehind:!0,alias:["function-variable","method","function","property-access"]}}),e.languages.insertBefore("javascript","function",{method:{pattern:RegExp("(\\.\\s*)"+e.languages.javascript.function.source),lookbehind:!0,alias:["function","property-access"]}}),e.languages.insertBefore("javascript","constant",{"known-class-name":[{pattern:/\b(?:(?:Float(?:32|64)|(?:Int|Uint)(?:8|16|32)|Uint8Clamped)?Array|ArrayBuffer|BigInt|Boolean|DataView|Date|Error|Function|Intl|JSON|(?:Weak)?(?:Map|Set)|Math|Number|Object|Promise|Proxy|Reflect|RegExp|String|Symbol|WebAssembly)\b/,alias:"class-name"},{pattern:/\b(?:[A-Z]\w*)Error\b/,alias:"class-name"}]}),e.languages.insertBefore("javascript","keyword",{imports:{pattern:t(/(\bimport\b\s*)(?:<ID>(?:\s*,\s*(?:\*\s*as\s+<ID>|\{[^{}]*\}))?|\*\s*as\s+<ID>|\{[^{}]*\})(?=\s*\bfrom\b)/.source),lookbehind:!0,inside:e.languages.javascript},exports:{pattern:t(/(\bexport\b\s*)(?:\*(?:\s*as\s+<ID>)?(?=\s*\bfrom\b)|\{[^{}]*\})/.source),lookbehind:!0,inside:e.languages.javascript}}),e.languages.javascript.keyword.unshift({pattern:/\b(?:as|default|export|from|import)\b/,alias:"module"},{pattern:/\b(?:await|break|catch|continue|do|else|finally|for|if|return|switch|throw|try|while|yield)\b/,alias:"control-flow"},{pattern:/\bnull\b/,alias:["null","nil"]},{pattern:/\bundefined\b/,alias:"nil"}),e.languages.insertBefore("javascript","operator",{spread:{pattern:/\.{3}/,alias:"operator"},arrow:{pattern:/=>/,alias:"operator"}}),e.languages.insertBefore("javascript","punctuation",{"property-access":{pattern:t(/(\.\s*)#?<ID>/.source),lookbehind:!0},"maybe-class-name":{pattern:/(^|[^$\w\xA0-\uFFFF])[A-Z][$\w\xA0-\uFFFF]+/,lookbehind:!0},dom:{pattern:/\b(?:document|(?:local|session)Storage|location|navigator|performance|window)\b/,alias:"variable"},console:{pattern:/\bconsole(?=\s*\.)/,alias:"class-name"}});for(var n=["function","function-variable","method","method-variable","property-access"],r=0;r<n.length;r++){var o=n[r],i=e.languages.javascript[o];"RegExp"===e.util.type(i)&&(i=e.languages.javascript[o]={pattern:i});var a=i.inside||{};i.inside=a,a["maybe-class-name"]=/^[A-Z][\s\S]*/}}(Hi),function(e){var t=e.util.clone(e.languages.javascript),n=/(?:\s|\/\/.*(?!.)|\/\*(?:[^*]|\*(?!\/))\*\/)/.source,r=/(?:\{(?:\{(?:\{[^{}]*\}|[^{}])*\}|[^{}])*\})/.source,o=/(?:\{<S>*\.{3}(?:[^{}]|<BRACES>)*\})/.source;function i(e,t){return e=e.replace(/<S>/g,(function(){return n})).replace(/<BRACES>/g,(function(){return r})).replace(/<SPREAD>/g,(function(){return o})),RegExp(e,t)}o=i(o).source,e.languages.jsx=e.languages.extend("markup",t),e.languages.jsx.tag.pattern=i(/<\/?(?:[\w.:-]+(?:<S>+(?:[\w.:$-]+(?:=(?:"(?:\\[\s\S]|[^\\"])*"|'(?:\\[\s\S]|[^\\'])*'|[^\s{'"/>=]+|<BRACES>))?|<SPREAD>))*<S>*\/?)?>/.source),e.languages.jsx.tag.inside.tag.pattern=/^<\/?[^\s>\/]*/,e.languages.jsx.tag.inside["attr-value"].pattern=/=(?!\{)(?:"(?:\\[\s\S]|[^\\"])*"|'(?:\\[\s\S]|[^\\'])*'|[^\s'">]+)/,e.languages.jsx.tag.inside.tag.inside["class-name"]=/^[A-Z]\w*(?:\.[A-Z]\w*)*$/,e.languages.jsx.tag.inside.comment=t.comment,e.languages.insertBefore("inside","attr-name",{spread:{pattern:i(/<SPREAD>/.source),inside:e.languages.jsx}},e.languages.jsx.tag),e.languages.insertBefore("inside","special-attr",{script:{pattern:i(/=<BRACES>/.source),alias:"language-javascript",inside:{"script-punctuation":{pattern:/^=(?=\{)/,alias:"punctuation"},rest:e.languages.jsx}}},e.languages.jsx.tag);var a=function(e){return e?"string"==typeof e?e:"string"==typeof e.content?e.content:e.content.map(a).join(""):""},s=function(t){for(var n=[],r=0;r<t.length;r++){var o=t[r],i=!1;if("string"!=typeof o&&("tag"===o.type&&o.content[0]&&"tag"===o.content[0].type?"</"===o.content[0].content[0].content?n.length>0&&n[n.length-1].tagName===a(o.content[0].content[1])&&n.pop():"/>"===o.content[o.content.length-1].content||n.push({tagName:a(o.content[0].content[1]),openedBraces:0}):n.length>0&&"punctuation"===o.type&&"{"===o.content?n[n.length-1].openedBraces++:n.length>0&&n[n.length-1].openedBraces>0&&"punctuation"===o.type&&"}"===o.content?n[n.length-1].openedBraces--:i=!0),(i||"string"==typeof o)&&n.length>0&&0===n[n.length-1].openedBraces){var u=a(o);r<t.length-1&&("string"==typeof t[r+1]||"plain-text"===t[r+1].type)&&(u+=a(t[r+1]),t.splice(r+1,1)),r>0&&("string"==typeof t[r-1]||"plain-text"===t[r-1].type)&&(u=a(t[r-1])+u,t.splice(r-1,1),r--),t[r]=new e.Token("plain-text",u,null,u)}o.content&&"string"!=typeof o.content&&s(o.content)}};e.hooks.add("after-tokenize",(function(e){"jsx"!==e.language&&"tsx"!==e.language||s(e.tokens)}))}(Hi),function(e){e.languages.diff={coord:[/^(?:\*{3}|-{3}|\+{3}).*$/m,/^@@.*@@$/m,/^\d.*$/m]};var t={"deleted-sign":"-","deleted-arrow":"<","inserted-sign":"+","inserted-arrow":">",unchanged:" ",diff:"!"};Object.keys(t).forEach((function(n){var r=t[n],o=[];/^\w+$/.test(n)||o.push(/\w+/.exec(n)[0]),"diff"===n&&o.push("bold"),e.languages.diff[n]={pattern:RegExp("^(?:["+r+"].*(?:\r\n?|\n|(?![\\s\\S])))+","m"),alias:o,inside:{line:{pattern:/(.)(?=[\s\S]).*(?:\r\n?|\n)?/,lookbehind:!0},prefix:{pattern:/[\s\S]/,alias:/\w+/.exec(n)[0]}}}})),Object.defineProperty(e.languages.diff,"PREFIXES",{value:t})}(Hi),Hi.languages.git={comment:/^#.*/m,deleted:/^[-–].*/m,inserted:/^\+.*/m,string:/("|')(?:\\.|(?!\1)[^\\\r\n])*\1/,command:{pattern:/^.*\$ git .*$/m,inside:{parameter:/\s--?\w+/}},coord:/^@@.*@@$/m,"commit-sha1":/^commit \w{40}$/m},Hi.languages.go=Hi.languages.extend("clike",{string:{pattern:/(^|[^\\])"(?:\\.|[^"\\\r\n])*"|`[^`]*`/,lookbehind:!0,greedy:!0},keyword:/\b(?:break|case|chan|const|continue|default|defer|else|fallthrough|for|func|go(?:to)?|if|import|interface|map|package|range|return|select|struct|switch|type|var)\b/,boolean:/\b(?:_|false|iota|nil|true)\b/,number:[/\b0(?:b[01_]+|o[0-7_]+)i?\b/i,/\b0x(?:[a-f\d_]+(?:\.[a-f\d_]*)?|\.[a-f\d_]+)(?:p[+-]?\d+(?:_\d+)*)?i?(?!\w)/i,/(?:\b\d[\d_]*(?:\.[\d_]*)?|\B\.\d[\d_]*)(?:e[+-]?[\d_]+)?i?(?!\w)/i],operator:/[*\/%^!=]=?|\+[=+]?|-[=-]?|\|[=|]?|&(?:=|&|\^=?)?|>(?:>=?|=)?|<(?:<=?|=|-)?|:=|\.\.\./,builtin:/\b(?:append|bool|byte|cap|close|complex|complex(?:64|128)|copy|delete|error|float(?:32|64)|u?int(?:8|16|32|64)?|imag|len|make|new|panic|print(?:ln)?|real|recover|rune|string|uintptr)\b/}),Hi.languages.insertBefore("go","string",{char:{pattern:/'(?:\\.|[^'\\\r\n]){0,10}'/,greedy:!0}}),delete Hi.languages.go["class-name"],function(e){function t(e,t){return"___"+e.toUpperCase()+t+"___"}Object.defineProperties(e.languages["markup-templating"]={},{buildPlaceholders:{value:function(n,r,o,i){if(n.language===r){var a=n.tokenStack=[];n.code=n.code.replace(o,(function(e){if("function"==typeof i&&!i(e))return e;for(var o,s=a.length;-1!==n.code.indexOf(o=t(r,s));)++s;return a[s]=e,o})),n.grammar=e.languages.markup}}},tokenizePlaceholders:{value:function(n,r){if(n.language===r&&n.tokenStack){n.grammar=e.languages[r];var o=0,i=Object.keys(n.tokenStack);!function a(s){for(var u=0;u<s.length&&!(o>=i.length);u++){var l=s[u];if("string"==typeof l||l.content&&"string"==typeof l.content){var c=i[o],f=n.tokenStack[c],d="string"==typeof l?l:l.content,p=t(r,c),h=d.indexOf(p);if(h>-1){++o;var g=d.substring(0,h),v=new e.Token(r,e.tokenize(f,n.grammar),"language-"+r,f),m=d.substring(h+p.length),b=[];g&&b.push.apply(b,a([g])),b.push(v),m&&b.push.apply(b,a([m])),"string"==typeof l?s.splice.apply(s,[u,1].concat(b)):l.content=b}}else l.content&&a(l.content)}return s}(n.tokens)}}}})}(Hi),function(e){e.languages.handlebars={comment:/\{\{![\s\S]*?\}\}/,delimiter:{pattern:/^\{\{\{?|\}\}\}?$/,alias:"punctuation"},string:/(["'])(?:\\.|(?!\1)[^\\\r\n])*\1/,number:/\b0x[\dA-Fa-f]+\b|(?:\b\d+(?:\.\d*)?|\B\.\d+)(?:[Ee][+-]?\d+)?/,boolean:/\b(?:false|true)\b/,block:{pattern:/^(\s*(?:~\s*)?)[#\/]\S+?(?=\s*(?:~\s*)?$|\s)/,lookbehind:!0,alias:"keyword"},brackets:{pattern:/\[[^\]]+\]/,inside:{punctuation:/\[|\]/,variable:/[\s\S]+/}},punctuation:/[!"#%&':()*+,.\/;<=>@\[\\\]^`{|}~]/,variable:/[^!"#%&'()*+,\/;<=>@\[\\\]^`{|}~\s]+/},e.hooks.add("before-tokenize",(function(t){e.languages["markup-templating"].buildPlaceholders(t,"handlebars",/\{\{\{[\s\S]+?\}\}\}|\{\{[\s\S]+?\}\}/g)})),e.hooks.add("after-tokenize",(function(t){e.languages["markup-templating"].tokenizePlaceholders(t,"handlebars")})),e.languages.hbs=e.languages.handlebars}(Hi),Hi.languages.json={property:{pattern:/(^|[^\\])"(?:\\.|[^\\"\r\n])*"(?=\s*:)/,lookbehind:!0,greedy:!0},string:{pattern:/(^|[^\\])"(?:\\.|[^\\"\r\n])*"(?!\s*:)/,lookbehind:!0,greedy:!0},comment:{pattern:/\/\/.*|\/\*[\s\S]*?(?:\*\/|$)/,greedy:!0},number:/-?\b\d+(?:\.\d+)?(?:e[+-]?\d+)?\b/i,punctuation:/[{}[\],]/,operator:/:/,boolean:/\b(?:false|true)\b/,null:{pattern:/\bnull\b/,alias:"keyword"}},Hi.languages.webmanifest=Hi.languages.json,Hi.languages.less=Hi.languages.extend("css",{comment:[/\/\*[\s\S]*?\*\//,{pattern:/(^|[^\\])\/\/.*/,lookbehind:!0}],atrule:{pattern:/@[\w-](?:\((?:[^(){}]|\([^(){}]*\))*\)|[^(){};\s]|\s+(?!\s))*?(?=\s*\{)/,inside:{punctuation:/[:()]/}},selector:{pattern:/(?:@\{[\w-]+\}|[^{};\s@])(?:@\{[\w-]+\}|\((?:[^(){}]|\([^(){}]*\))*\)|[^(){};@\s]|\s+(?!\s))*?(?=\s*\{)/,inside:{variable:/@+[\w-]+/}},property:/(?:@\{[\w-]+\}|[\w-])+(?:\+_?)?(?=\s*:)/,operator:/[+\-*\/]/}),Hi.languages.insertBefore("less","property",{variable:[{pattern:/@[\w-]+\s*:/,inside:{punctuation:/:/}},/@@?[\w-]+/],"mixin-usage":{pattern:/([{;]\s*)[.#](?!\d)[\w-].*?(?=[(;])/,lookbehind:!0,alias:"function"}}),Hi.languages.makefile={comment:{pattern:/(^|[^\\])#(?:\\(?:\r\n|[\s\S])|[^\\\r\n])*/,lookbehind:!0},string:{pattern:/(["'])(?:\\(?:\r\n|[\s\S])|(?!\1)[^\\\r\n])*\1/,greedy:!0},"builtin-target":{pattern:/\.[A-Z][^:#=\s]+(?=\s*:(?!=))/,alias:"builtin"},target:{pattern:/^(?:[^:=\s]|[ \t]+(?![\s:]))+(?=\s*:(?!=))/m,alias:"symbol",inside:{variable:/\$+(?:(?!\$)[^(){}:#=\s]+|(?=[({]))/}},variable:/\$+(?:(?!\$)[^(){}:#=\s]+|\([@*%<^+?][DF]\)|(?=[({]))/,keyword:/-include\b|\b(?:define|else|endef|endif|export|ifn?def|ifn?eq|include|override|private|sinclude|undefine|unexport|vpath)\b/,function:{pattern:/(\()(?:abspath|addsuffix|and|basename|call|dir|error|eval|file|filter(?:-out)?|findstring|firstword|flavor|foreach|guile|if|info|join|lastword|load|notdir|or|origin|patsubst|realpath|shell|sort|strip|subst|suffix|value|warning|wildcard|word(?:list|s)?)(?=[ \t])/,lookbehind:!0},operator:/(?:::|[?:+!])?=|[|@]/,punctuation:/[:;(){}]/},Hi.languages.objectivec=Hi.languages.extend("c",{string:{pattern:/@?"(?:\\(?:\r\n|[\s\S])|[^"\\\r\n])*"/,greedy:!0},keyword:/\b(?:asm|auto|break|case|char|const|continue|default|do|double|else|enum|extern|float|for|goto|if|in|inline|int|long|register|return|self|short|signed|sizeof|static|struct|super|switch|typedef|typeof|union|unsigned|void|volatile|while)\b|(?:@interface|@end|@implementation|@protocol|@class|@public|@protected|@private|@property|@try|@catch|@finally|@throw|@synthesize|@dynamic|@selector)\b/,operator:/-[->]?|\+\+?|!=?|<<?=?|>>?=?|==?|&&?|\|\|?|[~^%?*\/@]/}),delete Hi.languages.objectivec["class-name"],Hi.languages.objc=Hi.languages.objectivec,Hi.languages.ocaml={comment:{pattern:/\(\*[\s\S]*?\*\)/,greedy:!0},char:{pattern:/'(?:[^\\\r\n']|\\(?:.|[ox]?[0-9a-f]{1,3}))'/i,greedy:!0},string:[{pattern:/"(?:\\(?:[\s\S]|\r\n)|[^\\\r\n"])*"/,greedy:!0},{pattern:/\{([a-z_]*)\|[\s\S]*?\|\1\}/,greedy:!0}],number:[/\b(?:0b[01][01_]*|0o[0-7][0-7_]*)\b/i,/\b0x[a-f0-9][a-f0-9_]*(?:\.[a-f0-9_]*)?(?:p[+-]?\d[\d_]*)?(?!\w)/i,/\b\d[\d_]*(?:\.[\d_]*)?(?:e[+-]?\d[\d_]*)?(?!\w)/i],directive:{pattern:/\B#\w+/,alias:"property"},label:{pattern:/\B~\w+/,alias:"property"},"type-variable":{pattern:/\B'\w+/,alias:"function"},variant:{pattern:/`\w+/,alias:"symbol"},keyword:/\b(?:as|assert|begin|class|constraint|do|done|downto|else|end|exception|external|for|fun|function|functor|if|in|include|inherit|initializer|lazy|let|match|method|module|mutable|new|nonrec|object|of|open|private|rec|sig|struct|then|to|try|type|val|value|virtual|when|where|while|with)\b/,boolean:/\b(?:false|true)\b/,"operator-like-punctuation":{pattern:/\[[<>|]|[>|]\]|\{<|>\}/,alias:"punctuation"},operator:/\.[.~]|:[=>]|[=<>@^|&+\-*\/$%!?~][!$%&*+\-.\/:<=>?@^|~]*|\b(?:and|asr|land|lor|lsl|lsr|lxor|mod|or)\b/,punctuation:/;;|::|[(){}\[\].,:;#]|\b_\b/},Hi.languages.python={comment:{pattern:/(^|[^\\])#.*/,lookbehind:!0,greedy:!0},"string-interpolation":{pattern:/(?:f|fr|rf)(?:("""|''')[\s\S]*?\1|("|')(?:\\.|(?!\2)[^\\\r\n])*\2)/i,greedy:!0,inside:{interpolation:{pattern:/((?:^|[^{])(?:\{\{)*)\{(?!\{)(?:[^{}]|\{(?!\{)(?:[^{}]|\{(?!\{)(?:[^{}])+\})+\})+\}/,lookbehind:!0,inside:{"format-spec":{pattern:/(:)[^:(){}]+(?=\}$)/,lookbehind:!0},"conversion-option":{pattern:/![sra](?=[:}]$)/,alias:"punctuation"},rest:null}},string:/[\s\S]+/}},"triple-quoted-string":{pattern:/(?:[rub]|br|rb)?("""|''')[\s\S]*?\1/i,greedy:!0,alias:"string"},string:{pattern:/(?:[rub]|br|rb)?("|')(?:\\.|(?!\1)[^\\\r\n])*\1/i,greedy:!0},function:{pattern:/((?:^|\s)def[ \t]+)[a-zA-Z_]\w*(?=\s*\()/g,lookbehind:!0},"class-name":{pattern:/(\bclass\s+)\w+/i,lookbehind:!0},decorator:{pattern:/(^[\t ]*)@\w+(?:\.\w+)*/m,lookbehind:!0,alias:["annotation","punctuation"],inside:{punctuation:/\./}},keyword:/\b(?:_(?=\s*:)|and|as|assert|async|await|break|case|class|continue|def|del|elif|else|except|exec|finally|for|from|global|if|import|in|is|lambda|match|nonlocal|not|or|pass|print|raise|return|try|while|with|yield)\b/,builtin:/\b(?:__import__|abs|all|any|apply|ascii|basestring|bin|bool|buffer|bytearray|bytes|callable|chr|classmethod|cmp|coerce|compile|complex|delattr|dict|dir|divmod|enumerate|eval|execfile|file|filter|float|format|frozenset|getattr|globals|hasattr|hash|help|hex|id|input|int|intern|isinstance|issubclass|iter|len|list|locals|long|map|max|memoryview|min|next|object|oct|open|ord|pow|property|range|raw_input|reduce|reload|repr|reversed|round|set|setattr|slice|sorted|staticmethod|str|sum|super|tuple|type|unichr|unicode|vars|xrange|zip)\b/,boolean:/\b(?:False|None|True)\b/,number:/\b0(?:b(?:_?[01])+|o(?:_?[0-7])+|x(?:_?[a-f0-9])+)\b|(?:\b\d+(?:_\d+)*(?:\.(?:\d+(?:_\d+)*)?)?|\B\.\d+(?:_\d+)*)(?:e[+-]?\d+(?:_\d+)*)?j?(?!\w)/i,operator:/[-+%=]=?|!=|:=|\*\*?=?|\/\/?=?|<[<=>]?|>[=>]?|[&|^~]/,punctuation:/[{}[\];(),.:]/},Hi.languages.python["string-interpolation"].inside.interpolation.inside.rest=Hi.languages.python,Hi.languages.py=Hi.languages.python,Hi.languages.reason=Hi.languages.extend("clike",{string:{pattern:/"(?:\\(?:\r\n|[\s\S])|[^\\\r\n"])*"/,greedy:!0},"class-name":/\b[A-Z]\w*/,keyword:/\b(?:and|as|assert|begin|class|constraint|do|done|downto|else|end|exception|external|for|fun|function|functor|if|in|include|inherit|initializer|lazy|let|method|module|mutable|new|nonrec|object|of|open|or|private|rec|sig|struct|switch|then|to|try|type|val|virtual|when|while|with)\b/,operator:/\.{3}|:[:=]|\|>|->|=(?:==?|>)?|<=?|>=?|[|^?'#!~`]|[+\-*\/]\.?|\b(?:asr|land|lor|lsl|lsr|lxor|mod)\b/}),Hi.languages.insertBefore("reason","class-name",{char:{pattern:/'(?:\\x[\da-f]{2}|\\o[0-3][0-7][0-7]|\\\d{3}|\\.|[^'\\\r\n])'/,greedy:!0},constructor:/\b[A-Z]\w*\b(?!\s*\.)/,label:{pattern:/\b[a-z]\w*(?=::)/,alias:"symbol"}}),delete Hi.languages.reason.function,function(e){e.languages.sass=e.languages.extend("css",{comment:{pattern:/^([ \t]*)\/[\/*].*(?:(?:\r?\n|\r)\1[ \t].+)*/m,lookbehind:!0,greedy:!0}}),e.languages.insertBefore("sass","atrule",{"atrule-line":{pattern:/^(?:[ \t]*)[@+=].+/m,greedy:!0,inside:{atrule:/(?:@[\w-]+|[+=])/}}}),delete e.languages.sass.atrule;var t=/\$[-\w]+|#\{\$[-\w]+\}/,n=[/[+*\/%]|[=!]=|<=?|>=?|\b(?:and|not|or)\b/,{pattern:/(\s)-(?=\s)/,lookbehind:!0}];e.languages.insertBefore("sass","property",{"variable-line":{pattern:/^[ \t]*\$.+/m,greedy:!0,inside:{punctuation:/:/,variable:t,operator:n}},"property-line":{pattern:/^[ \t]*(?:[^:\s]+ *:.*|:[^:\s].*)/m,greedy:!0,inside:{property:[/[^:\s]+(?=\s*:)/,{pattern:/(:)[^:\s]+/,lookbehind:!0}],punctuation:/:/,variable:t,operator:n,important:e.languages.sass.important}}}),delete e.languages.sass.property,delete e.languages.sass.important,e.languages.insertBefore("sass","punctuation",{selector:{pattern:/^([ \t]*)\S(?:,[^,\r\n]+|[^,\r\n]*)(?:,[^,\r\n]+)*(?:,(?:\r?\n|\r)\1[ \t]+\S(?:,[^,\r\n]+|[^,\r\n]*)(?:,[^,\r\n]+)*)*/m,lookbehind:!0,greedy:!0}})}(Hi),Hi.languages.scss=Hi.languages.extend("css",{comment:{pattern:/(^|[^\\])(?:\/\*[\s\S]*?\*\/|\/\/.*)/,lookbehind:!0},atrule:{pattern:/@[\w-](?:\([^()]+\)|[^()\s]|\s+(?!\s))*?(?=\s+[{;])/,inside:{rule:/@[\w-]+/}},url:/(?:[-a-z]+-)?url(?=\()/i,selector:{pattern:/(?=\S)[^@;{}()]?(?:[^@;{}()\s]|\s+(?!\s)|#\{\$[-\w]+\})+(?=\s*\{(?:\}|\s|[^}][^:{}]*[:{][^}]))/,inside:{parent:{pattern:/&/,alias:"important"},placeholder:/%[-\w]+/,variable:/\$[-\w]+|#\{\$[-\w]+\}/}},property:{pattern:/(?:[-\w]|\$[-\w]|#\{\$[-\w]+\})+(?=\s*:)/,inside:{variable:/\$[-\w]+|#\{\$[-\w]+\}/}}}),Hi.languages.insertBefore("scss","atrule",{keyword:[/@(?:content|debug|each|else(?: if)?|extend|for|forward|function|if|import|include|mixin|return|use|warn|while)\b/i,{pattern:/( )(?:from|through)(?= )/,lookbehind:!0}]}),Hi.languages.insertBefore("scss","important",{variable:/\$[-\w]+|#\{\$[-\w]+\}/}),Hi.languages.insertBefore("scss","function",{"module-modifier":{pattern:/\b(?:as|hide|show|with)\b/i,alias:"keyword"},placeholder:{pattern:/%[-\w]+/,alias:"selector"},statement:{pattern:/\B!(?:default|optional)\b/i,alias:"keyword"},boolean:/\b(?:false|true)\b/,null:{pattern:/\bnull\b/,alias:"keyword"},operator:{pattern:/(\s)(?:[-+*\/%]|[=!]=|<=?|>=?|and|not|or)(?=\s)/,lookbehind:!0}}),Hi.languages.scss.atrule.inside.rest=Hi.languages.scss,function(e){var t={pattern:/(\b\d+)(?:%|[a-z]+)/,lookbehind:!0},n={pattern:/(^|[^\w.-])-?(?:\d+(?:\.\d+)?|\.\d+)/,lookbehind:!0},r={comment:{pattern:/(^|[^\\])(?:\/\*[\s\S]*?\*\/|\/\/.*)/,lookbehind:!0},url:{pattern:/\burl\((["']?).*?\1\)/i,greedy:!0},string:{pattern:/("|')(?:(?!\1)[^\\\r\n]|\\(?:\r\n|[\s\S]))*\1/,greedy:!0},interpolation:null,func:null,important:/\B!(?:important|optional)\b/i,keyword:{pattern:/(^|\s+)(?:(?:else|for|if|return|unless)(?=\s|$)|@[\w-]+)/,lookbehind:!0},hexcode:/#[\da-f]{3,6}/i,color:[/\b(?:AliceBlue|AntiqueWhite|Aqua|Aquamarine|Azure|Beige|Bisque|Black|BlanchedAlmond|Blue|BlueViolet|Brown|BurlyWood|CadetBlue|Chartreuse|Chocolate|Coral|CornflowerBlue|Cornsilk|Crimson|Cyan|DarkBlue|DarkCyan|DarkGoldenRod|DarkGr[ae]y|DarkGreen|DarkKhaki|DarkMagenta|DarkOliveGreen|DarkOrange|DarkOrchid|DarkRed|DarkSalmon|DarkSeaGreen|DarkSlateBlue|DarkSlateGr[ae]y|DarkTurquoise|DarkViolet|DeepPink|DeepSkyBlue|DimGr[ae]y|DodgerBlue|FireBrick|FloralWhite|ForestGreen|Fuchsia|Gainsboro|GhostWhite|Gold|GoldenRod|Gr[ae]y|Green|GreenYellow|HoneyDew|HotPink|IndianRed|Indigo|Ivory|Khaki|Lavender|LavenderBlush|LawnGreen|LemonChiffon|LightBlue|LightCoral|LightCyan|LightGoldenRodYellow|LightGr[ae]y|LightGreen|LightPink|LightSalmon|LightSeaGreen|LightSkyBlue|LightSlateGr[ae]y|LightSteelBlue|LightYellow|Lime|LimeGreen|Linen|Magenta|Maroon|MediumAquaMarine|MediumBlue|MediumOrchid|MediumPurple|MediumSeaGreen|MediumSlateBlue|MediumSpringGreen|MediumTurquoise|MediumVioletRed|MidnightBlue|MintCream|MistyRose|Moccasin|NavajoWhite|Navy|OldLace|Olive|OliveDrab|Orange|OrangeRed|Orchid|PaleGoldenRod|PaleGreen|PaleTurquoise|PaleVioletRed|PapayaWhip|PeachPuff|Peru|Pink|Plum|PowderBlue|Purple|Red|RosyBrown|RoyalBlue|SaddleBrown|Salmon|SandyBrown|SeaGreen|SeaShell|Sienna|Silver|SkyBlue|SlateBlue|SlateGr[ae]y|Snow|SpringGreen|SteelBlue|Tan|Teal|Thistle|Tomato|Transparent|Turquoise|Violet|Wheat|White|WhiteSmoke|Yellow|YellowGreen)\b/i,{pattern:/\b(?:hsl|rgb)\(\s*\d{1,3}\s*,\s*\d{1,3}%?\s*,\s*\d{1,3}%?\s*\)\B|\b(?:hsl|rgb)a\(\s*\d{1,3}\s*,\s*\d{1,3}%?\s*,\s*\d{1,3}%?\s*,\s*(?:0|0?\.\d+|1)\s*\)\B/i,inside:{unit:t,number:n,function:/[\w-]+(?=\()/,punctuation:/[(),]/}}],entity:/\\[\da-f]{1,8}/i,unit:t,boolean:/\b(?:false|true)\b/,operator:[/~|[+!\/%<>?=]=?|[-:]=|\*[*=]?|\.{2,3}|&&|\|\||\B-\B|\b(?:and|in|is(?: a| defined| not|nt)?|not|or)\b/],number:n,punctuation:/[{}()\[\];:,]/};r.interpolation={pattern:/\{[^\r\n}:]+\}/,alias:"variable",inside:{delimiter:{pattern:/^\{|\}$/,alias:"punctuation"},rest:r}},r.func={pattern:/[\w-]+\([^)]*\).*/,inside:{function:/^[^(]+/,rest:r}},e.languages.stylus={"atrule-declaration":{pattern:/(^[ \t]*)@.+/m,lookbehind:!0,inside:{atrule:/^@[\w-]+/,rest:r}},"variable-declaration":{pattern:/(^[ \t]*)[\w$-]+\s*.?=[ \t]*(?:\{[^{}]*\}|\S.*|$)/m,lookbehind:!0,inside:{variable:/^\S+/,rest:r}},statement:{pattern:/(^[ \t]*)(?:else|for|if|return|unless)[ \t].+/m,lookbehind:!0,inside:{keyword:/^\S+/,rest:r}},"property-declaration":{pattern:/((?:^|\{)([ \t]*))(?:[\w-]|\{[^}\r\n]+\})+(?:\s*:\s*|[ \t]+)(?!\s)[^{\r\n]*(?:;|[^{\r\n,]$(?!(?:\r?\n|\r)(?:\{|\2[ \t])))/m,lookbehind:!0,inside:{property:{pattern:/^[^\s:]+/,inside:{interpolation:r.interpolation}},rest:r}},selector:{pattern:/(^[ \t]*)(?:(?=\S)(?:[^{}\r\n:()]|::?[\w-]+(?:\([^)\r\n]*\)|(?![\w-]))|\{[^}\r\n]+\})+)(?:(?:\r?\n|\r)(?:\1(?:(?=\S)(?:[^{}\r\n:()]|::?[\w-]+(?:\([^)\r\n]*\)|(?![\w-]))|\{[^}\r\n]+\})+)))*(?:,$|\{|(?=(?:\r?\n|\r)(?:\{|\1[ \t])))/m,lookbehind:!0,inside:{interpolation:r.interpolation,comment:r.comment,punctuation:/[{},]/}},func:r.func,string:r.string,comment:{pattern:/(^|[^\\])(?:\/\*[\s\S]*?\*\/|\/\/.*)/,lookbehind:!0,greedy:!0},interpolation:r.interpolation,punctuation:/[{}()\[\];:.]/}}(Hi),function(e){var t=e.util.clone(e.languages.typescript);e.languages.tsx=e.languages.extend("jsx",t),delete e.languages.tsx.parameter,delete e.languages.tsx["literal-property"];var n=e.languages.tsx.tag;n.pattern=RegExp(/(^|[^\w$]|(?=<\/))/.source+"(?:"+n.pattern.source+")",n.pattern.flags),n.lookbehind=!0}(Hi),Hi.languages.wasm={comment:[/\(;[\s\S]*?;\)/,{pattern:/;;.*/,greedy:!0}],string:{pattern:/"(?:\\[\s\S]|[^"\\])*"/,greedy:!0},keyword:[{pattern:/\b(?:align|offset)=/,inside:{operator:/=/}},{pattern:/\b(?:(?:f32|f64|i32|i64)(?:\.(?:abs|add|and|ceil|clz|const|convert_[su]\/i(?:32|64)|copysign|ctz|demote\/f64|div(?:_[su])?|eqz?|extend_[su]\/i32|floor|ge(?:_[su])?|gt(?:_[su])?|le(?:_[su])?|load(?:(?:8|16|32)_[su])?|lt(?:_[su])?|max|min|mul|neg?|nearest|or|popcnt|promote\/f32|reinterpret\/[fi](?:32|64)|rem_[su]|rot[lr]|shl|shr_[su]|sqrt|store(?:8|16|32)?|sub|trunc(?:_[su]\/f(?:32|64))?|wrap\/i64|xor))?|memory\.(?:grow|size))\b/,inside:{punctuation:/\./}},/\b(?:anyfunc|block|br(?:_if|_table)?|call(?:_indirect)?|data|drop|elem|else|end|export|func|get_(?:global|local)|global|if|import|local|loop|memory|module|mut|nop|offset|param|result|return|select|set_(?:global|local)|start|table|tee_local|then|type|unreachable)\b/],variable:/\$[\w!#$%&'*+\-./:<=>?@\\^`|~]+/,number:/[+-]?\b(?:\d(?:_?\d)*(?:\.\d(?:_?\d)*)?(?:[eE][+-]?\d(?:_?\d)*)?|0x[\da-fA-F](?:_?[\da-fA-F])*(?:\.[\da-fA-F](?:_?[\da-fA-D])*)?(?:[pP][+-]?\d(?:_?\d)*)?)\b|\binf\b|\bnan(?::0x[\da-fA-F](?:_?[\da-fA-D])*)?\b/,punctuation:/[()]/};var Ki={Prism:Hi,theme:{plain:{backgroundColor:"#2a2734",color:"#9a86fd"},styles:[{types:["comment","prolog","doctype","cdata","punctuation"],style:{color:"#6c6783"}},{types:["namespace"],style:{opacity:.7}},{types:["tag","operator","number"],style:{color:"#e09142"}},{types:["property","function"],style:{color:"#9a86fd"}},{types:["tag-id","selector","atrule-id"],style:{color:"#eeebff"}},{types:["attr-name"],style:{color:"#c4b9fe"}},{types:["boolean","string","entity","url","attr-value","keyword","control","directive","unit","statement","regex","atrule","placeholder","variable"],style:{color:"#ffcc99"}},{types:["deleted"],style:{textDecorationLine:"line-through"}},{types:["inserted"],style:{textDecorationLine:"underline"}},{types:["italic"],style:{fontStyle:"italic"}},{types:["important","bold"],style:{fontWeight:"bold"}},{types:["important"],style:{color:"#c4b9fe"}}]}};function Ui(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function Vi(){return Vi=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},Vi.apply(this,arguments)}var $i=/\r\n|\r|\n/,qi=function(e){0===e.length?e.push({types:["plain"],content:"\n",empty:!0}):1===e.length&&""===e[0].content&&(e[0].content="\n",e[0].empty=!0)},Zi=function(e,t){var n=e.length;return n>0&&e[n-1]===t?e:e.concat(t)},Wi=function(e,t){var n=e.plain,r=Object.create(null),o=e.styles.reduce((function(e,n){var r=n.languages,o=n.style;return r&&!r.includes(t)||n.types.forEach((function(t){var n=Vi({},e[t],o);e[t]=n})),e}),r);return o.root=n,o.plain=Vi({},n,{backgroundColor:null}),o};function Gi(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&-1===t.indexOf(r)&&(n[r]=e[r]);return n}var Yi=function(e){function t(){for(var t=this,n=[],r=arguments.length;r--;)n[r]=arguments[r];e.apply(this,n),Ui(this,"getThemeDict",(function(e){if(void 0!==t.themeDict&&e.theme===t.prevTheme&&e.language===t.prevLanguage)return t.themeDict;t.prevTheme=e.theme,t.prevLanguage=e.language;var n=e.theme?Wi(e.theme,e.language):void 0;return t.themeDict=n})),Ui(this,"getLineProps",(function(e){var n=e.key,r=e.className,o=e.style,i=Vi({},Gi(e,["key","className","style","line"]),{className:"token-line",style:void 0,key:void 0}),a=t.getThemeDict(t.props);return void 0!==a&&(i.style=a.plain),void 0!==o&&(i.style=void 0!==i.style?Vi({},i.style,o):o),void 0!==n&&(i.key=n),r&&(i.className+=" "+r),i})),Ui(this,"getStyleForToken",(function(e){var n=e.types,r=e.empty,o=n.length,i=t.getThemeDict(t.props);if(void 0!==i){if(1===o&&"plain"===n[0])return r?{display:"inline-block"}:void 0;if(1===o&&!r)return i[n[0]];var a=r?{display:"inline-block"}:{},s=n.map((function(e){return i[e]}));return Object.assign.apply(Object,[a].concat(s))}})),Ui(this,"getTokenProps",(function(e){var n=e.key,r=e.className,o=e.style,i=e.token,a=Vi({},Gi(e,["key","className","style","token"]),{className:"token "+i.types.join(" "),children:i.content,style:t.getStyleForToken(i),key:void 0});return void 0!==o&&(a.style=void 0!==a.style?Vi({},a.style,o):o),void 0!==n&&(a.key=n),r&&(a.className+=" "+r),a})),Ui(this,"tokenize",(function(e,t,n,r){var o={code:t,grammar:n,language:r,tokens:[]};e.hooks.run("before-tokenize",o);var i=o.tokens=e.tokenize(o.code,o.grammar,o.language);return e.hooks.run("after-tokenize",o),i}))}return e&&(t.__proto__=e),t.prototype=Object.create(e&&e.prototype),t.prototype.constructor=t,t.prototype.render=function(){var e=this.props,t=e.Prism,n=e.language,r=e.code,o=e.children,i=this.getThemeDict(this.props),a=t.languages[n],s=function(e){for(var t=[[]],n=[e],r=[0],o=[e.length],i=0,a=0,s=[],u=[s];a>-1;){for(;(i=r[a]++)<o[a];){var l=void 0,c=t[a],f=n[a][i];if("string"==typeof f?(c=a>0?c:["plain"],l=f):(c=Zi(c,f.type),f.alias&&(c=Zi(c,f.alias)),l=f.content),"string"==typeof l){var d=l.split($i),p=d.length;s.push({types:c,content:d[0]});for(var h=1;h<p;h++)qi(s),u.push(s=[]),s.push({types:c,content:d[h]})}else a++,t.push(c),n.push(l),r.push(0),o.push(l.length)}a--,t.pop(),n.pop(),r.pop(),o.pop()}return qi(s),u}(void 0!==a?this.tokenize(t,r,a,n):[r]);return o({tokens:s,className:"prism-code language-"+n,style:void 0!==i?i.root:{},getLineProps:this.getLineProps,getTokenProps:this.getTokenProps})},t}(m),Xi="#c5a5c5",Ji="#8dc891",Qi={plain:{backgroundColor:"#282c34",color:"#ffffff"},styles:[{types:["attr-name"],style:{color:Xi}},{types:["attr-value"],style:{color:Ji}},{types:["comment","block-comment","prolog","doctype","cdata","shebang"],style:{color:"#999999"}},{types:["property","number","function-name","constant","symbol","deleted"],style:{color:"#5a9bcf"}},{types:["boolean"],style:{color:"#ff8b50"}},{types:["tag"],style:{color:"#fc929e"}},{types:["string"],style:{color:Ji}},{types:["punctuation"],style:{color:Ji}},{types:["selector","char","builtin","inserted"],style:{color:"#D8DEE9"}},{types:["function"],style:{color:"#79b6f2"}},{types:["operator","entity","url","variable"],style:{color:"#d7deea"}},{types:["keyword"],style:{color:Xi}},{types:["atrule","class-name"],style:{color:"#FAC863"}},{types:["important"],style:{fontWeight:"400"}},{types:["bold"],style:{fontWeight:"bold"}},{types:["italic"],style:{fontStyle:"italic"}},{types:["namespace"],style:{opacity:.7}}]},ea={plain:{color:"#000000",backgroundColor:"#ffffff"},styles:[{types:["comment"],style:{color:"rgb(0, 128, 0)"}},{types:["builtin"],style:{color:"rgb(0, 112, 193)"}},{types:["number","variable","inserted"],style:{color:"rgb(9, 134, 88)"}},{types:["operator"],style:{color:"rgb(0, 0, 0)"}},{types:["constant","char"],style:{color:"rgb(129, 31, 63)"}},{types:["tag"],style:{color:"rgb(128, 0, 0)"}},{types:["attr-name"],style:{color:"rgb(255, 0, 0)"}},{types:["deleted","string"],style:{color:"rgb(163, 21, 21)"}},{types:["changed","punctuation"],style:{color:"rgb(4, 81, 165)"}},{types:["function","keyword"],style:{color:"rgb(0, 0, 255)"}},{types:["class-name"],style:{color:"rgb(38, 127, 153)"}}]};const ta=(e,t)=>{if(!e)return"";const n=new Date(e);let r=t,o=!1;"object"==typeof t&&(r=t.time,o=!!t.lowercase);const i="onlyTime"===r||!1,a="withTime"===r||!1,s="relative"===r||!1,u=new Date,l=Yr(n,"EEEE"),c=Yr(n,"MMM d"),f=Yr(n,"MMM d, y"),d=Yr(n,"h:mm aaa"),p=function(e){return Bn(1,arguments),Ci(e,Date.now())}(n),h=function(e){return Bn(1,arguments),In(e).getTime()>Date.now()}(n),g=function(e){return Bn(1,arguments),$n(e,Date.now())}(n),v=function(e){return Bn(1,arguments),$n(e,_i(Date.now(),1))}(n),m=function(e){return Bn(1,arguments),$n(e,jn(Date.now(),1))}(n),b=function(e,t,n){Bn(2,arguments);var r=Yn(e,t)/6e4;return Jn(null==n?void 0:n.roundingMethod)(r)}(u,n),y=function(e,t,n){Bn(2,arguments);var r=Gn(e,t)/7;return Jn(null==n?void 0:n.roundingMethod)(r)}(u,n),w=b>=-10&&b<=10,C=a||s?`, ${d}`:"",_=e=>{if(o){return["Just","Yesterday","Today","Tomorrow"].some((t=>e.includes(t)))?e.toLowerCase():e}return e};if(i)return _(d);if(s){if(0===b)return _("Just now");if(w)return _(h?`Today, in ${-1*b} min.`:`${b} min. ago`);if(g)return _(h?`Today${C}`:d)}return _(g?`Today${C}`:v?`Yesterday${C}`:m?`Tomorrow${C}`:0!==y||h?p?`${c}${C}`:`${f}${C}`:`${l}${C}`)},na=e=>{navigator.clipboard.writeText(e).catch((()=>{throw Error("Failed to copy text to clipboard")}))},ra=({content:t})=>{const[n,r]=l(!1),{color:o,scale10:i}=_();h((()=>{n&&setTimeout((()=>{r(!1)}),2e3)}),[n]);return e(oa,Object.assign({onClick:()=>{na(t),r(!0)},copied:n},{children:e(mt,n?{name:"check-circle",color:o.success}:{name:"copy",color:i})}))},oa=le.div((({copied:e})=>({width:25,height:25,padding:5,position:"absolute",top:5,right:5,display:"flex",justifyContent:"center",alignItems:"center",cursor:"pointer",opacity:e?1:.3,"&:hover":{opacity:e?1:.7}}))),ia=({method:n,url:r})=>{const o=_(),i=((e,t)=>{const{color:n}=t;switch(e){case"GET":return{borderColor:n.brand,backgroundColor:n.brandTint2};case"DELETE":return{borderColor:n.error,backgroundColor:n.errorTint2};case"POST":return{borderColor:n.success,backgroundColor:n.successTint2};case"PUT":return{borderColor:n.warning,backgroundColor:n.warningTint2};default:return{borderColor:t.scale8,backgroundColor:t.scale0}}})(n.toUpperCase(),o);return t(aa,Object.assign({},i,{children:[e(sa,Object.assign({backgroundColor:i.borderColor},{children:n.toUpperCase()})),e(ua,{children:r}),e(ra,{content:r})]}))},aa=le.div((({theme:e})=>({display:"flex",alignItems:"center",border:"1px solid",borderRadius:e.size.xs,margin:"10px 0",position:"relative"})),(({borderColor:e,backgroundColor:t})=>({borderColor:e,backgroundColor:t}))),sa=le.div((({theme:e})=>({padding:e.size.md,textAlign:"center",fontFamily:"monospace",whiteSpace:"pre",fontSize:e.font.size.lg,color:"#fff"})),(({backgroundColor:e})=>({backgroundColor:e}))),ua=le.div((({theme:e})=>({fontFamily:"monospace",whiteSpace:"pre",fontSize:e.font.size.lg,padding:e.size.md}))),la=({children:n,code:r,className:o,lang:i,lineHighlights:a,noNumbers:s,margin:u,marginTop:l,marginBottom:c,marginRight:f,marginLeft:d})=>{const{name:p}=_(),h={margin:u,marginTop:l,marginBottom:c,marginRight:f,marginLeft:d},g=(null==o?void 0:o.replace(/}/g,"").split("{"))||[];let[v,m,b]=g;v=v||i||"",m=m||a||"",b=b||s?"nonumbers":"";let y=v?v.replace(/language-/,""):"text",w="";if(y.includes("rest")){const[e,t]=y.split("-");y=e,w=(null==t?void 0:t.toUpperCase())||""}const C="nonumbers"===b.toLowerCase().trim(),x=e=>{if(m){return(e=>{const t=e.split(",").map((e=>{if(e.match(/^\d+$/))return parseInt(e);if(e.includes("-")){const[t,n]=e.split("-"),r=parseInt(t),o=parseInt(n);return r<o?tn.range(r,o+1):tn.rangeRight(o,r+1)}return null})).flat();return tn.compact(t)})(m).some((t=>e===t))}return!1},S=(null==r?void 0:r.trim())||(null==n?void 0:n.trim())||"";return"rest"===y?e(ia,{method:w,url:S}):e(Yi,Object.assign({},Ki,{code:S,language:y,theme:"dark"===p?Qi:ea},{children:({className:n,style:r,tokens:o,getLineProps:i,getTokenProps:a})=>t(ca,Object.assign({className:n,style:Object.assign({},r)},h,{"data-testid":"code"},{children:[o.map(((n,r,o)=>t(fa,Object.assign({},i({line:n,key:r}),{highlight:x(r+1)},{children:[o.length>1&&!C&&e(da,{children:r+1}),n.map(((t,n)=>e("span",Object.assign({},a({token:t,key:n})),t.content)))]})))),e(ra,{content:S})]}))}))},ca=le.pre((({theme:e})=>({overflowX:"auto",position:"relative",padding:e.size.md,borderRadius:e.size.xs,backgroundColor:"light"===e.name?`${e.scale0} !important`:void 0})),(({margin:e,marginTop:t,marginBottom:n,marginRight:r,marginLeft:o})=>({margin:e,marginTop:t,marginBottom:n,marginRight:r,marginLeft:o}))),fa=le.div((({theme:e,highlight:t})=>({backgroundColor:t?e.scale1:"transparent"}))),da=le.span((({theme:e})=>({display:"inline-block",minWidth:17,textAlign:"right",marginRight:10,color:e.scale6,userSelect:"none"}))),pa=le.table((({theme:e})=>({border:`1px solid ${e.scale1}`,borderSpacing:0,borderCollapse:"separate",borderRadius:e.size.xs,overflow:"hidden",width:"100%","& thead":{backgroundColor:e.scale1,borderTopLeftRadius:e.size.xs,borderTopRightRadius:e.size.xs},"& th, & td":{border:"none",padding:10,textAlign:"left"},"& td":{borderTop:`1px solid ${e.scale1}`,lineHeight:"28px"},"& th":{fontWeight:"bold",whiteSpace:"nowrap"},"& td:not(:last-of-type)":{whiteSpace:"nowrap"}})));var ha={exports:{}},ga=(ha.exports=function(){var e=Array.prototype.slice;function t(e,t){t&&(e.prototype=Object.create(t.prototype)),e.prototype.constructor=e}function n(e){return a(e)?e:Z(e)}function r(e){return s(e)?e:W(e)}function o(e){return u(e)?e:G(e)}function i(e){return a(e)&&!l(e)?e:Y(e)}function a(e){return!(!e||!e[f])}function s(e){return!(!e||!e[d])}function u(e){return!(!e||!e[p])}function l(e){return s(e)||u(e)}function c(e){return!(!e||!e[h])}t(r,n),t(o,n),t(i,n),n.isIterable=a,n.isKeyed=s,n.isIndexed=u,n.isAssociative=l,n.isOrdered=c,n.Keyed=r,n.Indexed=o,n.Set=i;var f="@@__IMMUTABLE_ITERABLE__@@",d="@@__IMMUTABLE_KEYED__@@",p="@@__IMMUTABLE_INDEXED__@@",h="@@__IMMUTABLE_ORDERED__@@",g="delete",v=5,m=1<<v,b=m-1,y={},w={value:!1},C={value:!1};function _(e){return e.value=!1,e}function x(e){e&&(e.value=!0)}function S(){}function k(e,t){t=t||0;for(var n=Math.max(0,e.length-t),r=new Array(n),o=0;o<n;o++)r[o]=e[o+t];return r}function E(e){return void 0===e.size&&(e.size=e.__iterate(T)),e.size}function O(e,t){if("number"!=typeof t){var n=t>>>0;if(""+n!==t||4294967295===n)return NaN;t=n}return t<0?E(e)+t:t}function T(){return!0}function L(e,t,n){return(0===e||void 0!==n&&e<=-n)&&(void 0===t||void 0!==n&&t>=n)}function D(e,t){return A(e,t,0)}function M(e,t){return A(e,t,t)}function A(e,t,n){return void 0===e?n:e<0?Math.max(0,t+e):void 0===t?e:Math.min(t,e)}var R=0,B=1,I=2,j="function"==typeof Symbol&&Symbol.iterator,N="@@iterator",F=j||N;function P(e){this.next=e}function z(e,t,n,r){var o=0===e?t:1===e?n:[t,n];return r?r.value=o:r={value:o,done:!1},r}function H(){return{value:void 0,done:!0}}function K(e){return!!$(e)}function U(e){return e&&"function"==typeof e.next}function V(e){var t=$(e);return t&&t.call(e)}function $(e){var t=e&&(j&&e[j]||e[N]);if("function"==typeof t)return t}function q(e){return e&&"number"==typeof e.length}function Z(e){return null==e?ae():a(e)?e.toSeq():le(e)}function W(e){return null==e?ae().toKeyedSeq():a(e)?s(e)?e.toSeq():e.fromEntrySeq():se(e)}function G(e){return null==e?ae():a(e)?s(e)?e.entrySeq():e.toIndexedSeq():ue(e)}function Y(e){return(null==e?ae():a(e)?s(e)?e.entrySeq():e:ue(e)).toSetSeq()}P.prototype.toString=function(){return"[Iterator]"},P.KEYS=R,P.VALUES=B,P.ENTRIES=I,P.prototype.inspect=P.prototype.toSource=function(){return this.toString()},P.prototype[F]=function(){return this},t(Z,n),Z.of=function(){return Z(arguments)},Z.prototype.toSeq=function(){return this},Z.prototype.toString=function(){return this.__toString("Seq {","}")},Z.prototype.cacheResult=function(){return!this._cache&&this.__iterateUncached&&(this._cache=this.entrySeq().toArray(),this.size=this._cache.length),this},Z.prototype.__iterate=function(e,t){return fe(this,e,t,!0)},Z.prototype.__iterator=function(e,t){return de(this,e,t,!0)},t(W,Z),W.prototype.toKeyedSeq=function(){return this},t(G,Z),G.of=function(){return G(arguments)},G.prototype.toIndexedSeq=function(){return this},G.prototype.toString=function(){return this.__toString("Seq [","]")},G.prototype.__iterate=function(e,t){return fe(this,e,t,!1)},G.prototype.__iterator=function(e,t){return de(this,e,t,!1)},t(Y,Z),Y.of=function(){return Y(arguments)},Y.prototype.toSetSeq=function(){return this},Z.isSeq=ie,Z.Keyed=W,Z.Set=Y,Z.Indexed=G;var X,J,Q,ee="@@__IMMUTABLE_SEQ__@@";function te(e){this._array=e,this.size=e.length}function ne(e){var t=Object.keys(e);this._object=e,this._keys=t,this.size=t.length}function re(e){this._iterable=e,this.size=e.length||e.size}function oe(e){this._iterator=e,this._iteratorCache=[]}function ie(e){return!(!e||!e[ee])}function ae(){return X||(X=new te([]))}function se(e){var t=Array.isArray(e)?new te(e).fromEntrySeq():U(e)?new oe(e).fromEntrySeq():K(e)?new re(e).fromEntrySeq():"object"==typeof e?new ne(e):void 0;if(!t)throw new TypeError("Expected Array or iterable object of [k, v] entries, or keyed object: "+e);return t}function ue(e){var t=ce(e);if(!t)throw new TypeError("Expected Array or iterable object of values: "+e);return t}function le(e){var t=ce(e)||"object"==typeof e&&new ne(e);if(!t)throw new TypeError("Expected Array or iterable object of values, or keyed object: "+e);return t}function ce(e){return q(e)?new te(e):U(e)?new oe(e):K(e)?new re(e):void 0}function fe(e,t,n,r){var o=e._cache;if(o){for(var i=o.length-1,a=0;a<=i;a++){var s=o[n?i-a:a];if(!1===t(s[1],r?s[0]:a,e))return a+1}return a}return e.__iterateUncached(t,n)}function de(e,t,n,r){var o=e._cache;if(o){var i=o.length-1,a=0;return new P((function(){var e=o[n?i-a:a];return a++>i?H():z(t,r?e[0]:a-1,e[1])}))}return e.__iteratorUncached(t,n)}function pe(e,t){return t?he(t,e,"",{"":e}):ge(e)}function he(e,t,n,r){return Array.isArray(t)?e.call(r,n,G(t).map((function(n,r){return he(e,n,r,t)}))):ve(t)?e.call(r,n,W(t).map((function(n,r){return he(e,n,r,t)}))):t}function ge(e){return Array.isArray(e)?G(e).map(ge).toList():ve(e)?W(e).map(ge).toMap():e}function ve(e){return e&&(e.constructor===Object||void 0===e.constructor)}function me(e,t){if(e===t||e!=e&&t!=t)return!0;if(!e||!t)return!1;if("function"==typeof e.valueOf&&"function"==typeof t.valueOf){if((e=e.valueOf())===(t=t.valueOf())||e!=e&&t!=t)return!0;if(!e||!t)return!1}return!("function"!=typeof e.equals||"function"!=typeof t.equals||!e.equals(t))}function be(e,t){if(e===t)return!0;if(!a(t)||void 0!==e.size&&void 0!==t.size&&e.size!==t.size||void 0!==e.__hash&&void 0!==t.__hash&&e.__hash!==t.__hash||s(e)!==s(t)||u(e)!==u(t)||c(e)!==c(t))return!1;if(0===e.size&&0===t.size)return!0;var n=!l(e);if(c(e)){var r=e.entries();return t.every((function(e,t){var o=r.next().value;return o&&me(o[1],e)&&(n||me(o[0],t))}))&&r.next().done}var o=!1;if(void 0===e.size)if(void 0===t.size)"function"==typeof e.cacheResult&&e.cacheResult();else{o=!0;var i=e;e=t,t=i}var f=!0,d=t.__iterate((function(t,r){if(n?!e.has(t):o?!me(t,e.get(r,y)):!me(e.get(r,y),t))return f=!1,!1}));return f&&e.size===d}function ye(e,t){if(!(this instanceof ye))return new ye(e,t);if(this._value=e,this.size=void 0===t?1/0:Math.max(0,t),0===this.size){if(J)return J;J=this}}function we(e,t){if(!e)throw new Error(t)}function Ce(e,t,n){if(!(this instanceof Ce))return new Ce(e,t,n);if(we(0!==n,"Cannot step a Range by 0"),e=e||0,void 0===t&&(t=1/0),n=void 0===n?1:Math.abs(n),t<e&&(n=-n),this._start=e,this._end=t,this._step=n,this.size=Math.max(0,Math.ceil((t-e)/n-1)+1),0===this.size){if(Q)return Q;Q=this}}function _e(){throw TypeError("Abstract")}function xe(){}function Se(){}function ke(){}Z.prototype[ee]=!0,t(te,G),te.prototype.get=function(e,t){return this.has(e)?this._array[O(this,e)]:t},te.prototype.__iterate=function(e,t){for(var n=this._array,r=n.length-1,o=0;o<=r;o++)if(!1===e(n[t?r-o:o],o,this))return o+1;return o},te.prototype.__iterator=function(e,t){var n=this._array,r=n.length-1,o=0;return new P((function(){return o>r?H():z(e,o,n[t?r-o++:o++])}))},t(ne,W),ne.prototype.get=function(e,t){return void 0===t||this.has(e)?this._object[e]:t},ne.prototype.has=function(e){return this._object.hasOwnProperty(e)},ne.prototype.__iterate=function(e,t){for(var n=this._object,r=this._keys,o=r.length-1,i=0;i<=o;i++){var a=r[t?o-i:i];if(!1===e(n[a],a,this))return i+1}return i},ne.prototype.__iterator=function(e,t){var n=this._object,r=this._keys,o=r.length-1,i=0;return new P((function(){var a=r[t?o-i:i];return i++>o?H():z(e,a,n[a])}))},ne.prototype[h]=!0,t(re,G),re.prototype.__iterateUncached=function(e,t){if(t)return this.cacheResult().__iterate(e,t);var n=V(this._iterable),r=0;if(U(n))for(var o;!(o=n.next()).done&&!1!==e(o.value,r++,this););return r},re.prototype.__iteratorUncached=function(e,t){if(t)return this.cacheResult().__iterator(e,t);var n=V(this._iterable);if(!U(n))return new P(H);var r=0;return new P((function(){var t=n.next();return t.done?t:z(e,r++,t.value)}))},t(oe,G),oe.prototype.__iterateUncached=function(e,t){if(t)return this.cacheResult().__iterate(e,t);for(var n,r=this._iterator,o=this._iteratorCache,i=0;i<o.length;)if(!1===e(o[i],i++,this))return i;for(;!(n=r.next()).done;){var a=n.value;if(o[i]=a,!1===e(a,i++,this))break}return i},oe.prototype.__iteratorUncached=function(e,t){if(t)return this.cacheResult().__iterator(e,t);var n=this._iterator,r=this._iteratorCache,o=0;return new P((function(){if(o>=r.length){var t=n.next();if(t.done)return t;r[o]=t.value}return z(e,o,r[o++])}))},t(ye,G),ye.prototype.toString=function(){return 0===this.size?"Repeat []":"Repeat [ "+this._value+" "+this.size+" times ]"},ye.prototype.get=function(e,t){return this.has(e)?this._value:t},ye.prototype.includes=function(e){return me(this._value,e)},ye.prototype.slice=function(e,t){var n=this.size;return L(e,t,n)?this:new ye(this._value,M(t,n)-D(e,n))},ye.prototype.reverse=function(){return this},ye.prototype.indexOf=function(e){return me(this._value,e)?0:-1},ye.prototype.lastIndexOf=function(e){return me(this._value,e)?this.size:-1},ye.prototype.__iterate=function(e,t){for(var n=0;n<this.size;n++)if(!1===e(this._value,n,this))return n+1;return n},ye.prototype.__iterator=function(e,t){var n=this,r=0;return new P((function(){return r<n.size?z(e,r++,n._value):H()}))},ye.prototype.equals=function(e){return e instanceof ye?me(this._value,e._value):be(e)},t(Ce,G),Ce.prototype.toString=function(){return 0===this.size?"Range []":"Range [ "+this._start+"..."+this._end+(this._step>1?" by "+this._step:"")+" ]"},Ce.prototype.get=function(e,t){return this.has(e)?this._start+O(this,e)*this._step:t},Ce.prototype.includes=function(e){var t=(e-this._start)/this._step;return t>=0&&t<this.size&&t===Math.floor(t)},Ce.prototype.slice=function(e,t){return L(e,t,this.size)?this:(e=D(e,this.size),(t=M(t,this.size))<=e?new Ce(0,0):new Ce(this.get(e,this._end),this.get(t,this._end),this._step))},Ce.prototype.indexOf=function(e){var t=e-this._start;if(t%this._step==0){var n=t/this._step;if(n>=0&&n<this.size)return n}return-1},Ce.prototype.lastIndexOf=function(e){return this.indexOf(e)},Ce.prototype.__iterate=function(e,t){for(var n=this.size-1,r=this._step,o=t?this._start+n*r:this._start,i=0;i<=n;i++){if(!1===e(o,i,this))return i+1;o+=t?-r:r}return i},Ce.prototype.__iterator=function(e,t){var n=this.size-1,r=this._step,o=t?this._start+n*r:this._start,i=0;return new P((function(){var a=o;return o+=t?-r:r,i>n?H():z(e,i++,a)}))},Ce.prototype.equals=function(e){return e instanceof Ce?this._start===e._start&&this._end===e._end&&this._step===e._step:be(this,e)},t(_e,n),t(xe,_e),t(Se,_e),t(ke,_e),_e.Keyed=xe,_e.Indexed=Se,_e.Set=ke;var Ee="function"==typeof Math.imul&&-2===Math.imul(4294967295,2)?Math.imul:function(e,t){var n=65535&(e|=0),r=65535&(t|=0);return n*r+((e>>>16)*r+n*(t>>>16)<<16>>>0)|0};function Oe(e){return e>>>1&1073741824|3221225471&e}function Te(e){if(!1===e||null==e)return 0;if("function"==typeof e.valueOf&&(!1===(e=e.valueOf())||null==e))return 0;if(!0===e)return 1;var t=typeof e;if("number"===t){var n=0|e;for(n!==e&&(n^=4294967295*e);e>4294967295;)n^=e/=4294967295;return Oe(n)}if("string"===t)return e.length>Pe?Le(e):De(e);if("function"==typeof e.hashCode)return e.hashCode();if("object"===t)return Me(e);if("function"==typeof e.toString)return De(e.toString());throw new Error("Value type "+t+" cannot be hashed.")}function Le(e){var t=Ke[e];return void 0===t&&(t=De(e),He===ze&&(He=0,Ke={}),He++,Ke[e]=t),t}function De(e){for(var t=0,n=0;n<e.length;n++)t=31*t+e.charCodeAt(n)|0;return Oe(t)}function Me(e){var t;if(je&&void 0!==(t=Ie.get(e)))return t;if(void 0!==(t=e[Fe]))return t;if(!Re){if(void 0!==(t=e.propertyIsEnumerable&&e.propertyIsEnumerable[Fe]))return t;if(void 0!==(t=Be(e)))return t}if(t=++Ne,1073741824&Ne&&(Ne=0),je)Ie.set(e,t);else{if(void 0!==Ae&&!1===Ae(e))throw new Error("Non-extensible objects are not allowed as keys.");if(Re)Object.defineProperty(e,Fe,{enumerable:!1,configurable:!1,writable:!1,value:t});else if(void 0!==e.propertyIsEnumerable&&e.propertyIsEnumerable===e.constructor.prototype.propertyIsEnumerable)e.propertyIsEnumerable=function(){return this.constructor.prototype.propertyIsEnumerable.apply(this,arguments)},e.propertyIsEnumerable[Fe]=t;else{if(void 0===e.nodeType)throw new Error("Unable to set a non-enumerable property on object.");e[Fe]=t}}return t}var Ae=Object.isExtensible,Re=function(){try{return Object.defineProperty({},"@",{}),!0}catch(e){return!1}}();function Be(e){if(e&&e.nodeType>0)switch(e.nodeType){case 1:return e.uniqueID;case 9:return e.documentElement&&e.documentElement.uniqueID}}var Ie,je="function"==typeof WeakMap;je&&(Ie=new WeakMap);var Ne=0,Fe="__immutablehash__";"function"==typeof Symbol&&(Fe=Symbol(Fe));var Pe=16,ze=255,He=0,Ke={};function Ue(e){we(e!==1/0,"Cannot perform this action with an infinite size.")}function Ve(e){return null==e?ot():$e(e)&&!c(e)?e:ot().withMutations((function(t){var n=r(e);Ue(n.size),n.forEach((function(e,n){return t.set(n,e)}))}))}function $e(e){return!(!e||!e[Ze])}t(Ve,xe),Ve.prototype.toString=function(){return this.__toString("Map {","}")},Ve.prototype.get=function(e,t){return this._root?this._root.get(0,void 0,e,t):t},Ve.prototype.set=function(e,t){return it(this,e,t)},Ve.prototype.setIn=function(e,t){return this.updateIn(e,y,(function(){return t}))},Ve.prototype.remove=function(e){return it(this,e,y)},Ve.prototype.deleteIn=function(e){return this.updateIn(e,(function(){return y}))},Ve.prototype.update=function(e,t,n){return 1===arguments.length?e(this):this.updateIn([e],t,n)},Ve.prototype.updateIn=function(e,t,n){n||(n=t,t=void 0);var r=vt(this,_n(e),t,n);return r===y?void 0:r},Ve.prototype.clear=function(){return 0===this.size?this:this.__ownerID?(this.size=0,this._root=null,this.__hash=void 0,this.__altered=!0,this):ot()},Ve.prototype.merge=function(){return dt(this,void 0,arguments)},Ve.prototype.mergeWith=function(t){return dt(this,t,e.call(arguments,1))},Ve.prototype.mergeIn=function(t){var n=e.call(arguments,1);return this.updateIn(t,ot(),(function(e){return"function"==typeof e.merge?e.merge.apply(e,n):n[n.length-1]}))},Ve.prototype.mergeDeep=function(){return dt(this,pt,arguments)},Ve.prototype.mergeDeepWith=function(t){var n=e.call(arguments,1);return dt(this,ht(t),n)},Ve.prototype.mergeDeepIn=function(t){var n=e.call(arguments,1);return this.updateIn(t,ot(),(function(e){return"function"==typeof e.mergeDeep?e.mergeDeep.apply(e,n):n[n.length-1]}))},Ve.prototype.sort=function(e){return Kt(fn(this,e))},Ve.prototype.sortBy=function(e,t){return Kt(fn(this,t,e))},Ve.prototype.withMutations=function(e){var t=this.asMutable();return e(t),t.wasAltered()?t.__ensureOwner(this.__ownerID):this},Ve.prototype.asMutable=function(){return this.__ownerID?this:this.__ensureOwner(new S)},Ve.prototype.asImmutable=function(){return this.__ensureOwner()},Ve.prototype.wasAltered=function(){return this.__altered},Ve.prototype.__iterator=function(e,t){return new et(this,e,t)},Ve.prototype.__iterate=function(e,t){var n=this,r=0;return this._root&&this._root.iterate((function(t){return r++,e(t[1],t[0],n)}),t),r},Ve.prototype.__ensureOwner=function(e){return e===this.__ownerID?this:e?rt(this.size,this._root,e,this.__hash):(this.__ownerID=e,this.__altered=!1,this)},Ve.isMap=$e;var qe,Ze="@@__IMMUTABLE_MAP__@@",We=Ve.prototype;function Ge(e,t){this.ownerID=e,this.entries=t}function Ye(e,t,n){this.ownerID=e,this.bitmap=t,this.nodes=n}function Xe(e,t,n){this.ownerID=e,this.count=t,this.nodes=n}function Je(e,t,n){this.ownerID=e,this.keyHash=t,this.entries=n}function Qe(e,t,n){this.ownerID=e,this.keyHash=t,this.entry=n}function et(e,t,n){this._type=t,this._reverse=n,this._stack=e._root&&nt(e._root)}function tt(e,t){return z(e,t[0],t[1])}function nt(e,t){return{node:e,index:0,__prev:t}}function rt(e,t,n,r){var o=Object.create(We);return o.size=e,o._root=t,o.__ownerID=n,o.__hash=r,o.__altered=!1,o}function ot(){return qe||(qe=rt(0))}function it(e,t,n){var r,o;if(e._root){var i=_(w),a=_(C);if(r=at(e._root,e.__ownerID,0,void 0,t,n,i,a),!a.value)return e;o=e.size+(i.value?n===y?-1:1:0)}else{if(n===y)return e;o=1,r=new Ge(e.__ownerID,[[t,n]])}return e.__ownerID?(e.size=o,e._root=r,e.__hash=void 0,e.__altered=!0,e):r?rt(o,r):ot()}function at(e,t,n,r,o,i,a,s){return e?e.update(t,n,r,o,i,a,s):i===y?e:(x(s),x(a),new Qe(t,r,[o,i]))}function st(e){return e.constructor===Qe||e.constructor===Je}function ut(e,t,n,r,o){if(e.keyHash===r)return new Je(t,r,[e.entry,o]);var i,a=(0===n?e.keyHash:e.keyHash>>>n)&b,s=(0===n?r:r>>>n)&b;return new Ye(t,1<<a|1<<s,a===s?[ut(e,t,n+v,r,o)]:(i=new Qe(t,r,o),a<s?[e,i]:[i,e]))}function lt(e,t,n,r){e||(e=new S);for(var o=new Qe(e,Te(n),[n,r]),i=0;i<t.length;i++){var a=t[i];o=o.update(e,0,void 0,a[0],a[1])}return o}function ct(e,t,n,r){for(var o=0,i=0,a=new Array(n),s=0,u=1,l=t.length;s<l;s++,u<<=1){var c=t[s];void 0!==c&&s!==r&&(o|=u,a[i++]=c)}return new Ye(e,o,a)}function ft(e,t,n,r,o){for(var i=0,a=new Array(m),s=0;0!==n;s++,n>>>=1)a[s]=1&n?t[i++]:void 0;return a[r]=o,new Xe(e,i+1,a)}function dt(e,t,n){for(var o=[],i=0;i<n.length;i++){var s=n[i],u=r(s);a(s)||(u=u.map((function(e){return pe(e)}))),o.push(u)}return gt(e,t,o)}function pt(e,t,n){return e&&e.mergeDeep&&a(t)?e.mergeDeep(t):me(e,t)?e:t}function ht(e){return function(t,n,r){if(t&&t.mergeDeepWith&&a(n))return t.mergeDeepWith(e,n);var o=e(t,n,r);return me(t,o)?t:o}}function gt(e,t,n){return 0===(n=n.filter((function(e){return 0!==e.size}))).length?e:0!==e.size||e.__ownerID||1!==n.length?e.withMutations((function(e){for(var r=t?function(n,r){e.update(r,y,(function(e){return e===y?n:t(e,n,r)}))}:function(t,n){e.set(n,t)},o=0;o<n.length;o++)n[o].forEach(r)})):e.constructor(n[0])}function vt(e,t,n,r){var o=e===y,i=t.next();if(i.done){var a=o?n:e,s=r(a);return s===a?e:s}we(o||e&&e.set,"invalid keyPath");var u=i.value,l=o?y:e.get(u,y),c=vt(l,t,n,r);return c===l?e:c===y?e.remove(u):(o?ot():e).set(u,c)}function mt(e){return e=(e=(858993459&(e-=e>>1&1431655765))+(e>>2&858993459))+(e>>4)&252645135,e+=e>>8,127&(e+=e>>16)}function bt(e,t,n,r){var o=r?e:k(e);return o[t]=n,o}function yt(e,t,n,r){var o=e.length+1;if(r&&t+1===o)return e[t]=n,e;for(var i=new Array(o),a=0,s=0;s<o;s++)s===t?(i[s]=n,a=-1):i[s]=e[s+a];return i}function wt(e,t,n){var r=e.length-1;if(n&&t===r)return e.pop(),e;for(var o=new Array(r),i=0,a=0;a<r;a++)a===t&&(i=1),o[a]=e[a+i];return o}We[Ze]=!0,We[g]=We.remove,We.removeIn=We.deleteIn,Ge.prototype.get=function(e,t,n,r){for(var o=this.entries,i=0,a=o.length;i<a;i++)if(me(n,o[i][0]))return o[i][1];return r},Ge.prototype.update=function(e,t,n,r,o,i,a){for(var s=o===y,u=this.entries,l=0,c=u.length;l<c&&!me(r,u[l][0]);l++);var f=l<c;if(f?u[l][1]===o:s)return this;if(x(a),(s||!f)&&x(i),!s||1!==u.length){if(!f&&!s&&u.length>=Ct)return lt(e,u,r,o);var d=e&&e===this.ownerID,p=d?u:k(u);return f?s?l===c-1?p.pop():p[l]=p.pop():p[l]=[r,o]:p.push([r,o]),d?(this.entries=p,this):new Ge(e,p)}},Ye.prototype.get=function(e,t,n,r){void 0===t&&(t=Te(n));var o=1<<((0===e?t:t>>>e)&b),i=this.bitmap;return 0==(i&o)?r:this.nodes[mt(i&o-1)].get(e+v,t,n,r)},Ye.prototype.update=function(e,t,n,r,o,i,a){void 0===n&&(n=Te(r));var s=(0===t?n:n>>>t)&b,u=1<<s,l=this.bitmap,c=0!=(l&u);if(!c&&o===y)return this;var f=mt(l&u-1),d=this.nodes,p=c?d[f]:void 0,h=at(p,e,t+v,n,r,o,i,a);if(h===p)return this;if(!c&&h&&d.length>=_t)return ft(e,d,l,s,h);if(c&&!h&&2===d.length&&st(d[1^f]))return d[1^f];if(c&&h&&1===d.length&&st(h))return h;var g=e&&e===this.ownerID,m=c?h?l:l^u:l|u,w=c?h?bt(d,f,h,g):wt(d,f,g):yt(d,f,h,g);return g?(this.bitmap=m,this.nodes=w,this):new Ye(e,m,w)},Xe.prototype.get=function(e,t,n,r){void 0===t&&(t=Te(n));var o=(0===e?t:t>>>e)&b,i=this.nodes[o];return i?i.get(e+v,t,n,r):r},Xe.prototype.update=function(e,t,n,r,o,i,a){void 0===n&&(n=Te(r));var s=(0===t?n:n>>>t)&b,u=o===y,l=this.nodes,c=l[s];if(u&&!c)return this;var f=at(c,e,t+v,n,r,o,i,a);if(f===c)return this;var d=this.count;if(c){if(!f&&--d<xt)return ct(e,l,d,s)}else d++;var p=e&&e===this.ownerID,h=bt(l,s,f,p);return p?(this.count=d,this.nodes=h,this):new Xe(e,d,h)},Je.prototype.get=function(e,t,n,r){for(var o=this.entries,i=0,a=o.length;i<a;i++)if(me(n,o[i][0]))return o[i][1];return r},Je.prototype.update=function(e,t,n,r,o,i,a){void 0===n&&(n=Te(r));var s=o===y;if(n!==this.keyHash)return s?this:(x(a),x(i),ut(this,e,t,n,[r,o]));for(var u=this.entries,l=0,c=u.length;l<c&&!me(r,u[l][0]);l++);var f=l<c;if(f?u[l][1]===o:s)return this;if(x(a),(s||!f)&&x(i),s&&2===c)return new Qe(e,this.keyHash,u[1^l]);var d=e&&e===this.ownerID,p=d?u:k(u);return f?s?l===c-1?p.pop():p[l]=p.pop():p[l]=[r,o]:p.push([r,o]),d?(this.entries=p,this):new Je(e,this.keyHash,p)},Qe.prototype.get=function(e,t,n,r){return me(n,this.entry[0])?this.entry[1]:r},Qe.prototype.update=function(e,t,n,r,o,i,a){var s=o===y,u=me(r,this.entry[0]);return(u?o===this.entry[1]:s)?this:(x(a),s?void x(i):u?e&&e===this.ownerID?(this.entry[1]=o,this):new Qe(e,this.keyHash,[r,o]):(x(i),ut(this,e,t,Te(r),[r,o])))},Ge.prototype.iterate=Je.prototype.iterate=function(e,t){for(var n=this.entries,r=0,o=n.length-1;r<=o;r++)if(!1===e(n[t?o-r:r]))return!1},Ye.prototype.iterate=Xe.prototype.iterate=function(e,t){for(var n=this.nodes,r=0,o=n.length-1;r<=o;r++){var i=n[t?o-r:r];if(i&&!1===i.iterate(e,t))return!1}},Qe.prototype.iterate=function(e,t){return e(this.entry)},t(et,P),et.prototype.next=function(){for(var e=this._type,t=this._stack;t;){var n,r=t.node,o=t.index++;if(r.entry){if(0===o)return tt(e,r.entry)}else if(r.entries){if(o<=(n=r.entries.length-1))return tt(e,r.entries[this._reverse?n-o:o])}else if(o<=(n=r.nodes.length-1)){var i=r.nodes[this._reverse?n-o:o];if(i){if(i.entry)return tt(e,i.entry);t=this._stack=nt(i,t)}continue}t=this._stack=this._stack.__prev}return H()};var Ct=m/4,_t=m/2,xt=m/4;function St(e){var t=Bt();if(null==e)return t;if(kt(e))return e;var n=o(e),r=n.size;return 0===r?t:(Ue(r),r>0&&r<m?Rt(0,r,v,null,new Tt(n.toArray())):t.withMutations((function(e){e.setSize(r),n.forEach((function(t,n){return e.set(n,t)}))})))}function kt(e){return!(!e||!e[Et])}t(St,Se),St.of=function(){return this(arguments)},St.prototype.toString=function(){return this.__toString("List [","]")},St.prototype.get=function(e,t){if((e=O(this,e))>=0&&e<this.size){var n=Ft(this,e+=this._origin);return n&&n.array[e&b]}return t},St.prototype.set=function(e,t){return It(this,e,t)},St.prototype.remove=function(e){return this.has(e)?0===e?this.shift():e===this.size-1?this.pop():this.splice(e,1):this},St.prototype.insert=function(e,t){return this.splice(e,0,t)},St.prototype.clear=function(){return 0===this.size?this:this.__ownerID?(this.size=this._origin=this._capacity=0,this._level=v,this._root=this._tail=null,this.__hash=void 0,this.__altered=!0,this):Bt()},St.prototype.push=function(){var e=arguments,t=this.size;return this.withMutations((function(n){Pt(n,0,t+e.length);for(var r=0;r<e.length;r++)n.set(t+r,e[r])}))},St.prototype.pop=function(){return Pt(this,0,-1)},St.prototype.unshift=function(){var e=arguments;return this.withMutations((function(t){Pt(t,-e.length);for(var n=0;n<e.length;n++)t.set(n,e[n])}))},St.prototype.shift=function(){return Pt(this,1)},St.prototype.merge=function(){return zt(this,void 0,arguments)},St.prototype.mergeWith=function(t){return zt(this,t,e.call(arguments,1))},St.prototype.mergeDeep=function(){return zt(this,pt,arguments)},St.prototype.mergeDeepWith=function(t){var n=e.call(arguments,1);return zt(this,ht(t),n)},St.prototype.setSize=function(e){return Pt(this,0,e)},St.prototype.slice=function(e,t){var n=this.size;return L(e,t,n)?this:Pt(this,D(e,n),M(t,n))},St.prototype.__iterator=function(e,t){var n=0,r=At(this,t);return new P((function(){var t=r();return t===Mt?H():z(e,n++,t)}))},St.prototype.__iterate=function(e,t){for(var n,r=0,o=At(this,t);(n=o())!==Mt&&!1!==e(n,r++,this););return r},St.prototype.__ensureOwner=function(e){return e===this.__ownerID?this:e?Rt(this._origin,this._capacity,this._level,this._root,this._tail,e,this.__hash):(this.__ownerID=e,this)},St.isList=kt;var Et="@@__IMMUTABLE_LIST__@@",Ot=St.prototype;function Tt(e,t){this.array=e,this.ownerID=t}Ot[Et]=!0,Ot[g]=Ot.remove,Ot.setIn=We.setIn,Ot.deleteIn=Ot.removeIn=We.removeIn,Ot.update=We.update,Ot.updateIn=We.updateIn,Ot.mergeIn=We.mergeIn,Ot.mergeDeepIn=We.mergeDeepIn,Ot.withMutations=We.withMutations,Ot.asMutable=We.asMutable,Ot.asImmutable=We.asImmutable,Ot.wasAltered=We.wasAltered,Tt.prototype.removeBefore=function(e,t,n){if(n===t?1<<t:0===this.array.length)return this;var r=n>>>t&b;if(r>=this.array.length)return new Tt([],e);var o,i=0===r;if(t>0){var a=this.array[r];if((o=a&&a.removeBefore(e,t-v,n))===a&&i)return this}if(i&&!o)return this;var s=Nt(this,e);if(!i)for(var u=0;u<r;u++)s.array[u]=void 0;return o&&(s.array[r]=o),s},Tt.prototype.removeAfter=function(e,t,n){if(n===(t?1<<t:0)||0===this.array.length)return this;var r,o=n-1>>>t&b;if(o>=this.array.length)return this;if(t>0){var i=this.array[o];if((r=i&&i.removeAfter(e,t-v,n))===i&&o===this.array.length-1)return this}var a=Nt(this,e);return a.array.splice(o+1),r&&(a.array[o]=r),a};var Lt,Dt,Mt={};function At(e,t){var n=e._origin,r=e._capacity,o=Ht(r),i=e._tail;return a(e._root,e._level,0);function a(e,t,n){return 0===t?s(e,n):u(e,t,n)}function s(e,a){var s=a===o?i&&i.array:e&&e.array,u=a>n?0:n-a,l=r-a;return l>m&&(l=m),function(){if(u===l)return Mt;var e=t?--l:u++;return s&&s[e]}}function u(e,o,i){var s,u=e&&e.array,l=i>n?0:n-i>>o,c=1+(r-i>>o);return c>m&&(c=m),function(){for(;;){if(s){var e=s();if(e!==Mt)return e;s=null}if(l===c)return Mt;var n=t?--c:l++;s=a(u&&u[n],o-v,i+(n<<o))}}}}function Rt(e,t,n,r,o,i,a){var s=Object.create(Ot);return s.size=t-e,s._origin=e,s._capacity=t,s._level=n,s._root=r,s._tail=o,s.__ownerID=i,s.__hash=a,s.__altered=!1,s}function Bt(){return Lt||(Lt=Rt(0,0,v))}function It(e,t,n){if((t=O(e,t))!=t)return e;if(t>=e.size||t<0)return e.withMutations((function(e){t<0?Pt(e,t).set(0,n):Pt(e,0,t+1).set(t,n)}));t+=e._origin;var r=e._tail,o=e._root,i=_(C);return t>=Ht(e._capacity)?r=jt(r,e.__ownerID,0,t,n,i):o=jt(o,e.__ownerID,e._level,t,n,i),i.value?e.__ownerID?(e._root=o,e._tail=r,e.__hash=void 0,e.__altered=!0,e):Rt(e._origin,e._capacity,e._level,o,r):e}function jt(e,t,n,r,o,i){var a,s=r>>>n&b,u=e&&s<e.array.length;if(!u&&void 0===o)return e;if(n>0){var l=e&&e.array[s],c=jt(l,t,n-v,r,o,i);return c===l?e:((a=Nt(e,t)).array[s]=c,a)}return u&&e.array[s]===o?e:(x(i),a=Nt(e,t),void 0===o&&s===a.array.length-1?a.array.pop():a.array[s]=o,a)}function Nt(e,t){return t&&e&&t===e.ownerID?e:new Tt(e?e.array.slice():[],t)}function Ft(e,t){if(t>=Ht(e._capacity))return e._tail;if(t<1<<e._level+v){for(var n=e._root,r=e._level;n&&r>0;)n=n.array[t>>>r&b],r-=v;return n}}function Pt(e,t,n){void 0!==t&&(t|=0),void 0!==n&&(n|=0);var r=e.__ownerID||new S,o=e._origin,i=e._capacity,a=o+t,s=void 0===n?i:n<0?i+n:o+n;if(a===o&&s===i)return e;if(a>=s)return e.clear();for(var u=e._level,l=e._root,c=0;a+c<0;)l=new Tt(l&&l.array.length?[void 0,l]:[],r),c+=1<<(u+=v);c&&(a+=c,o+=c,s+=c,i+=c);for(var f=Ht(i),d=Ht(s);d>=1<<u+v;)l=new Tt(l&&l.array.length?[l]:[],r),u+=v;var p=e._tail,h=d<f?Ft(e,s-1):d>f?new Tt([],r):p;if(p&&d>f&&a<i&&p.array.length){for(var g=l=Nt(l,r),m=u;m>v;m-=v){var y=f>>>m&b;g=g.array[y]=Nt(g.array[y],r)}g.array[f>>>v&b]=p}if(s<i&&(h=h&&h.removeAfter(r,0,s)),a>=d)a-=d,s-=d,u=v,l=null,h=h&&h.removeBefore(r,0,a);else if(a>o||d<f){for(c=0;l;){var w=a>>>u&b;if(w!==d>>>u&b)break;w&&(c+=(1<<u)*w),u-=v,l=l.array[w]}l&&a>o&&(l=l.removeBefore(r,u,a-c)),l&&d<f&&(l=l.removeAfter(r,u,d-c)),c&&(a-=c,s-=c)}return e.__ownerID?(e.size=s-a,e._origin=a,e._capacity=s,e._level=u,e._root=l,e._tail=h,e.__hash=void 0,e.__altered=!0,e):Rt(a,s,u,l,h)}function zt(e,t,n){for(var r=[],i=0,s=0;s<n.length;s++){var u=n[s],l=o(u);l.size>i&&(i=l.size),a(u)||(l=l.map((function(e){return pe(e)}))),r.push(l)}return i>e.size&&(e=e.setSize(i)),gt(e,t,r)}function Ht(e){return e<m?0:e-1>>>v<<v}function Kt(e){return null==e?$t():Ut(e)?e:$t().withMutations((function(t){var n=r(e);Ue(n.size),n.forEach((function(e,n){return t.set(n,e)}))}))}function Ut(e){return $e(e)&&c(e)}function Vt(e,t,n,r){var o=Object.create(Kt.prototype);return o.size=e?e.size:0,o._map=e,o._list=t,o.__ownerID=n,o.__hash=r,o}function $t(){return Dt||(Dt=Vt(ot(),Bt()))}function qt(e,t,n){var r,o,i=e._map,a=e._list,s=i.get(t),u=void 0!==s;if(n===y){if(!u)return e;a.size>=m&&a.size>=2*i.size?(r=(o=a.filter((function(e,t){return void 0!==e&&s!==t}))).toKeyedSeq().map((function(e){return e[0]})).flip().toMap(),e.__ownerID&&(r.__ownerID=o.__ownerID=e.__ownerID)):(r=i.remove(t),o=s===a.size-1?a.pop():a.set(s,void 0))}else if(u){if(n===a.get(s)[1])return e;r=i,o=a.set(s,[t,n])}else r=i.set(t,a.size),o=a.set(a.size,[t,n]);return e.__ownerID?(e.size=r.size,e._map=r,e._list=o,e.__hash=void 0,e):Vt(r,o)}function Zt(e,t){this._iter=e,this._useKeys=t,this.size=e.size}function Wt(e){this._iter=e,this.size=e.size}function Gt(e){this._iter=e,this.size=e.size}function Yt(e){this._iter=e,this.size=e.size}function Xt(e){var t=yn(e);return t._iter=e,t.size=e.size,t.flip=function(){return e},t.reverse=function(){var t=e.reverse.apply(this);return t.flip=function(){return e.reverse()},t},t.has=function(t){return e.includes(t)},t.includes=function(t){return e.has(t)},t.cacheResult=wn,t.__iterateUncached=function(t,n){var r=this;return e.__iterate((function(e,n){return!1!==t(n,e,r)}),n)},t.__iteratorUncached=function(t,n){if(t===I){var r=e.__iterator(t,n);return new P((function(){var e=r.next();if(!e.done){var t=e.value[0];e.value[0]=e.value[1],e.value[1]=t}return e}))}return e.__iterator(t===B?R:B,n)},t}function Jt(e,t,n){var r=yn(e);return r.size=e.size,r.has=function(t){return e.has(t)},r.get=function(r,o){var i=e.get(r,y);return i===y?o:t.call(n,i,r,e)},r.__iterateUncached=function(r,o){var i=this;return e.__iterate((function(e,o,a){return!1!==r(t.call(n,e,o,a),o,i)}),o)},r.__iteratorUncached=function(r,o){var i=e.__iterator(I,o);return new P((function(){var o=i.next();if(o.done)return o;var a=o.value,s=a[0];return z(r,s,t.call(n,a[1],s,e),o)}))},r}function Qt(e,t){var n=yn(e);return n._iter=e,n.size=e.size,n.reverse=function(){return e},e.flip&&(n.flip=function(){var t=Xt(e);return t.reverse=function(){return e.flip()},t}),n.get=function(n,r){return e.get(t?n:-1-n,r)},n.has=function(n){return e.has(t?n:-1-n)},n.includes=function(t){return e.includes(t)},n.cacheResult=wn,n.__iterate=function(t,n){var r=this;return e.__iterate((function(e,n){return t(e,n,r)}),!n)},n.__iterator=function(t,n){return e.__iterator(t,!n)},n}function en(e,t,n,r){var o=yn(e);return r&&(o.has=function(r){var o=e.get(r,y);return o!==y&&!!t.call(n,o,r,e)},o.get=function(r,o){var i=e.get(r,y);return i!==y&&t.call(n,i,r,e)?i:o}),o.__iterateUncached=function(o,i){var a=this,s=0;return e.__iterate((function(e,i,u){if(t.call(n,e,i,u))return s++,o(e,r?i:s-1,a)}),i),s},o.__iteratorUncached=function(o,i){var a=e.__iterator(I,i),s=0;return new P((function(){for(;;){var i=a.next();if(i.done)return i;var u=i.value,l=u[0],c=u[1];if(t.call(n,c,l,e))return z(o,r?l:s++,c,i)}}))},o}function tn(e,t,n){var r=Ve().asMutable();return e.__iterate((function(o,i){r.update(t.call(n,o,i,e),0,(function(e){return e+1}))})),r.asImmutable()}function nn(e,t,n){var r=s(e),o=(c(e)?Kt():Ve()).asMutable();e.__iterate((function(i,a){o.update(t.call(n,i,a,e),(function(e){return(e=e||[]).push(r?[a,i]:i),e}))}));var i=bn(e);return o.map((function(t){return gn(e,i(t))}))}function rn(e,t,n,r){var o=e.size;if(void 0!==t&&(t|=0),void 0!==n&&(n|=0),L(t,n,o))return e;var i=D(t,o),a=M(n,o);if(i!=i||a!=a)return rn(e.toSeq().cacheResult(),t,n,r);var s,u=a-i;u==u&&(s=u<0?0:u);var l=yn(e);return l.size=0===s?s:e.size&&s||void 0,!r&&ie(e)&&s>=0&&(l.get=function(t,n){return(t=O(this,t))>=0&&t<s?e.get(t+i,n):n}),l.__iterateUncached=function(t,n){var o=this;if(0===s)return 0;if(n)return this.cacheResult().__iterate(t,n);var a=0,u=!0,l=0;return e.__iterate((function(e,n){if(!u||!(u=a++<i))return l++,!1!==t(e,r?n:l-1,o)&&l!==s})),l},l.__iteratorUncached=function(t,n){if(0!==s&&n)return this.cacheResult().__iterator(t,n);var o=0!==s&&e.__iterator(t,n),a=0,u=0;return new P((function(){for(;a++<i;)o.next();if(++u>s)return H();var e=o.next();return r||t===B?e:z(t,u-1,t===R?void 0:e.value[1],e)}))},l}function on(e,t,n){var r=yn(e);return r.__iterateUncached=function(r,o){var i=this;if(o)return this.cacheResult().__iterate(r,o);var a=0;return e.__iterate((function(e,o,s){return t.call(n,e,o,s)&&++a&&r(e,o,i)})),a},r.__iteratorUncached=function(r,o){var i=this;if(o)return this.cacheResult().__iterator(r,o);var a=e.__iterator(I,o),s=!0;return new P((function(){if(!s)return H();var e=a.next();if(e.done)return e;var o=e.value,u=o[0],l=o[1];return t.call(n,l,u,i)?r===I?e:z(r,u,l,e):(s=!1,H())}))},r}function an(e,t,n,r){var o=yn(e);return o.__iterateUncached=function(o,i){var a=this;if(i)return this.cacheResult().__iterate(o,i);var s=!0,u=0;return e.__iterate((function(e,i,l){if(!s||!(s=t.call(n,e,i,l)))return u++,o(e,r?i:u-1,a)})),u},o.__iteratorUncached=function(o,i){var a=this;if(i)return this.cacheResult().__iterator(o,i);var s=e.__iterator(I,i),u=!0,l=0;return new P((function(){var e,i,c;do{if((e=s.next()).done)return r||o===B?e:z(o,l++,o===R?void 0:e.value[1],e);var f=e.value;i=f[0],c=f[1],u&&(u=t.call(n,c,i,a))}while(u);return o===I?e:z(o,i,c,e)}))},o}function sn(e,t){var n=s(e),o=[e].concat(t).map((function(e){return a(e)?n&&(e=r(e)):e=n?se(e):ue(Array.isArray(e)?e:[e]),e})).filter((function(e){return 0!==e.size}));if(0===o.length)return e;if(1===o.length){var i=o[0];if(i===e||n&&s(i)||u(e)&&u(i))return i}var l=new te(o);return n?l=l.toKeyedSeq():u(e)||(l=l.toSetSeq()),(l=l.flatten(!0)).size=o.reduce((function(e,t){if(void 0!==e){var n=t.size;if(void 0!==n)return e+n}}),0),l}function un(e,t,n){var r=yn(e);return r.__iterateUncached=function(r,o){var i=0,s=!1;function u(e,l){var c=this;e.__iterate((function(e,o){return(!t||l<t)&&a(e)?u(e,l+1):!1===r(e,n?o:i++,c)&&(s=!0),!s}),o)}return u(e,0),i},r.__iteratorUncached=function(r,o){var i=e.__iterator(r,o),s=[],u=0;return new P((function(){for(;i;){var e=i.next();if(!1===e.done){var l=e.value;if(r===I&&(l=l[1]),t&&!(s.length<t)||!a(l))return n?e:z(r,u++,l,e);s.push(i),i=l.__iterator(r,o)}else i=s.pop()}return H()}))},r}function ln(e,t,n){var r=bn(e);return e.toSeq().map((function(o,i){return r(t.call(n,o,i,e))})).flatten(!0)}function cn(e,t){var n=yn(e);return n.size=e.size&&2*e.size-1,n.__iterateUncached=function(n,r){var o=this,i=0;return e.__iterate((function(e,r){return(!i||!1!==n(t,i++,o))&&!1!==n(e,i++,o)}),r),i},n.__iteratorUncached=function(n,r){var o,i=e.__iterator(B,r),a=0;return new P((function(){return(!o||a%2)&&(o=i.next()).done?o:a%2?z(n,a++,t):z(n,a++,o.value,o)}))},n}function fn(e,t,n){t||(t=Cn);var r=s(e),o=0,i=e.toSeq().map((function(t,r){return[r,t,o++,n?n(t,r,e):t]})).toArray();return i.sort((function(e,n){return t(e[3],n[3])||e[2]-n[2]})).forEach(r?function(e,t){i[t].length=2}:function(e,t){i[t]=e[1]}),r?W(i):u(e)?G(i):Y(i)}function dn(e,t,n){if(t||(t=Cn),n){var r=e.toSeq().map((function(t,r){return[t,n(t,r,e)]})).reduce((function(e,n){return pn(t,e[1],n[1])?n:e}));return r&&r[0]}return e.reduce((function(e,n){return pn(t,e,n)?n:e}))}function pn(e,t,n){var r=e(n,t);return 0===r&&n!==t&&(null==n||n!=n)||r>0}function hn(e,t,r){var o=yn(e);return o.size=new te(r).map((function(e){return e.size})).min(),o.__iterate=function(e,t){for(var n,r=this.__iterator(B,t),o=0;!(n=r.next()).done&&!1!==e(n.value,o++,this););return o},o.__iteratorUncached=function(e,o){var i=r.map((function(e){return e=n(e),V(o?e.reverse():e)})),a=0,s=!1;return new P((function(){var n;return s||(n=i.map((function(e){return e.next()})),s=n.some((function(e){return e.done}))),s?H():z(e,a++,t.apply(null,n.map((function(e){return e.value}))))}))},o}function gn(e,t){return ie(e)?t:e.constructor(t)}function vn(e){if(e!==Object(e))throw new TypeError("Expected [K, V] tuple: "+e)}function mn(e){return Ue(e.size),E(e)}function bn(e){return s(e)?r:u(e)?o:i}function yn(e){return Object.create((s(e)?W:u(e)?G:Y).prototype)}function wn(){return this._iter.cacheResult?(this._iter.cacheResult(),this.size=this._iter.size,this):Z.prototype.cacheResult.call(this)}function Cn(e,t){return e>t?1:e<t?-1:0}function _n(e){var t=V(e);if(!t){if(!q(e))throw new TypeError("Expected iterable or array-like: "+e);t=V(n(e))}return t}function xn(e,t){var n,r=function(i){if(i instanceof r)return i;if(!(this instanceof r))return new r(i);if(!n){n=!0;var a=Object.keys(e);On(o,a),o.size=a.length,o._name=t,o._keys=a,o._defaultValues=e}this._map=Ve(i)},o=r.prototype=Object.create(Sn);return o.constructor=r,r}t(Kt,Ve),Kt.of=function(){return this(arguments)},Kt.prototype.toString=function(){return this.__toString("OrderedMap {","}")},Kt.prototype.get=function(e,t){var n=this._map.get(e);return void 0!==n?this._list.get(n)[1]:t},Kt.prototype.clear=function(){return 0===this.size?this:this.__ownerID?(this.size=0,this._map.clear(),this._list.clear(),this):$t()},Kt.prototype.set=function(e,t){return qt(this,e,t)},Kt.prototype.remove=function(e){return qt(this,e,y)},Kt.prototype.wasAltered=function(){return this._map.wasAltered()||this._list.wasAltered()},Kt.prototype.__iterate=function(e,t){var n=this;return this._list.__iterate((function(t){return t&&e(t[1],t[0],n)}),t)},Kt.prototype.__iterator=function(e,t){return this._list.fromEntrySeq().__iterator(e,t)},Kt.prototype.__ensureOwner=function(e){if(e===this.__ownerID)return this;var t=this._map.__ensureOwner(e),n=this._list.__ensureOwner(e);return e?Vt(t,n,e,this.__hash):(this.__ownerID=e,this._map=t,this._list=n,this)},Kt.isOrderedMap=Ut,Kt.prototype[h]=!0,Kt.prototype[g]=Kt.prototype.remove,t(Zt,W),Zt.prototype.get=function(e,t){return this._iter.get(e,t)},Zt.prototype.has=function(e){return this._iter.has(e)},Zt.prototype.valueSeq=function(){return this._iter.valueSeq()},Zt.prototype.reverse=function(){var e=this,t=Qt(this,!0);return this._useKeys||(t.valueSeq=function(){return e._iter.toSeq().reverse()}),t},Zt.prototype.map=function(e,t){var n=this,r=Jt(this,e,t);return this._useKeys||(r.valueSeq=function(){return n._iter.toSeq().map(e,t)}),r},Zt.prototype.__iterate=function(e,t){var n,r=this;return this._iter.__iterate(this._useKeys?function(t,n){return e(t,n,r)}:(n=t?mn(this):0,function(o){return e(o,t?--n:n++,r)}),t)},Zt.prototype.__iterator=function(e,t){if(this._useKeys)return this._iter.__iterator(e,t);var n=this._iter.__iterator(B,t),r=t?mn(this):0;return new P((function(){var o=n.next();return o.done?o:z(e,t?--r:r++,o.value,o)}))},Zt.prototype[h]=!0,t(Wt,G),Wt.prototype.includes=function(e){return this._iter.includes(e)},Wt.prototype.__iterate=function(e,t){var n=this,r=0;return this._iter.__iterate((function(t){return e(t,r++,n)}),t)},Wt.prototype.__iterator=function(e,t){var n=this._iter.__iterator(B,t),r=0;return new P((function(){var t=n.next();return t.done?t:z(e,r++,t.value,t)}))},t(Gt,Y),Gt.prototype.has=function(e){return this._iter.includes(e)},Gt.prototype.__iterate=function(e,t){var n=this;return this._iter.__iterate((function(t){return e(t,t,n)}),t)},Gt.prototype.__iterator=function(e,t){var n=this._iter.__iterator(B,t);return new P((function(){var t=n.next();return t.done?t:z(e,t.value,t.value,t)}))},t(Yt,W),Yt.prototype.entrySeq=function(){return this._iter.toSeq()},Yt.prototype.__iterate=function(e,t){var n=this;return this._iter.__iterate((function(t){if(t){vn(t);var r=a(t);return e(r?t.get(1):t[1],r?t.get(0):t[0],n)}}),t)},Yt.prototype.__iterator=function(e,t){var n=this._iter.__iterator(B,t);return new P((function(){for(;;){var t=n.next();if(t.done)return t;var r=t.value;if(r){vn(r);var o=a(r);return z(e,o?r.get(0):r[0],o?r.get(1):r[1],t)}}}))},Wt.prototype.cacheResult=Zt.prototype.cacheResult=Gt.prototype.cacheResult=Yt.prototype.cacheResult=wn,t(xn,xe),xn.prototype.toString=function(){return this.__toString(En(this)+" {","}")},xn.prototype.has=function(e){return this._defaultValues.hasOwnProperty(e)},xn.prototype.get=function(e,t){if(!this.has(e))return t;var n=this._defaultValues[e];return this._map?this._map.get(e,n):n},xn.prototype.clear=function(){if(this.__ownerID)return this._map&&this._map.clear(),this;var e=this.constructor;return e._empty||(e._empty=kn(this,ot()))},xn.prototype.set=function(e,t){if(!this.has(e))throw new Error('Cannot set unknown key "'+e+'" on '+En(this));var n=this._map&&this._map.set(e,t);return this.__ownerID||n===this._map?this:kn(this,n)},xn.prototype.remove=function(e){if(!this.has(e))return this;var t=this._map&&this._map.remove(e);return this.__ownerID||t===this._map?this:kn(this,t)},xn.prototype.wasAltered=function(){return this._map.wasAltered()},xn.prototype.__iterator=function(e,t){var n=this;return r(this._defaultValues).map((function(e,t){return n.get(t)})).__iterator(e,t)},xn.prototype.__iterate=function(e,t){var n=this;return r(this._defaultValues).map((function(e,t){return n.get(t)})).__iterate(e,t)},xn.prototype.__ensureOwner=function(e){if(e===this.__ownerID)return this;var t=this._map&&this._map.__ensureOwner(e);return e?kn(this,t,e):(this.__ownerID=e,this._map=t,this)};var Sn=xn.prototype;function kn(e,t,n){var r=Object.create(Object.getPrototypeOf(e));return r._map=t,r.__ownerID=n,r}function En(e){return e._name||e.constructor.name||"Record"}function On(e,t){try{t.forEach(Tn.bind(void 0,e))}catch(e){}}function Tn(e,t){Object.defineProperty(e,t,{get:function(){return this.get(t)},set:function(e){we(this.__ownerID,"Cannot set on an immutable record."),this.set(t,e)}})}function Ln(e){return null==e?jn():Dn(e)&&!c(e)?e:jn().withMutations((function(t){var n=i(e);Ue(n.size),n.forEach((function(e){return t.add(e)}))}))}function Dn(e){return!(!e||!e[An])}Sn[g]=Sn.remove,Sn.deleteIn=Sn.removeIn=We.removeIn,Sn.merge=We.merge,Sn.mergeWith=We.mergeWith,Sn.mergeIn=We.mergeIn,Sn.mergeDeep=We.mergeDeep,Sn.mergeDeepWith=We.mergeDeepWith,Sn.mergeDeepIn=We.mergeDeepIn,Sn.setIn=We.setIn,Sn.update=We.update,Sn.updateIn=We.updateIn,Sn.withMutations=We.withMutations,Sn.asMutable=We.asMutable,Sn.asImmutable=We.asImmutable,t(Ln,ke),Ln.of=function(){return this(arguments)},Ln.fromKeys=function(e){return this(r(e).keySeq())},Ln.prototype.toString=function(){return this.__toString("Set {","}")},Ln.prototype.has=function(e){return this._map.has(e)},Ln.prototype.add=function(e){return Bn(this,this._map.set(e,!0))},Ln.prototype.remove=function(e){return Bn(this,this._map.remove(e))},Ln.prototype.clear=function(){return Bn(this,this._map.clear())},Ln.prototype.union=function(){var t=e.call(arguments,0);return 0===(t=t.filter((function(e){return 0!==e.size}))).length?this:0!==this.size||this.__ownerID||1!==t.length?this.withMutations((function(e){for(var n=0;n<t.length;n++)i(t[n]).forEach((function(t){return e.add(t)}))})):this.constructor(t[0])},Ln.prototype.intersect=function(){var t=e.call(arguments,0);if(0===t.length)return this;t=t.map((function(e){return i(e)}));var n=this;return this.withMutations((function(e){n.forEach((function(n){t.every((function(e){return e.includes(n)}))||e.remove(n)}))}))},Ln.prototype.subtract=function(){var t=e.call(arguments,0);if(0===t.length)return this;t=t.map((function(e){return i(e)}));var n=this;return this.withMutations((function(e){n.forEach((function(n){t.some((function(e){return e.includes(n)}))&&e.remove(n)}))}))},Ln.prototype.merge=function(){return this.union.apply(this,arguments)},Ln.prototype.mergeWith=function(t){var n=e.call(arguments,1);return this.union.apply(this,n)},Ln.prototype.sort=function(e){return Nn(fn(this,e))},Ln.prototype.sortBy=function(e,t){return Nn(fn(this,t,e))},Ln.prototype.wasAltered=function(){return this._map.wasAltered()},Ln.prototype.__iterate=function(e,t){var n=this;return this._map.__iterate((function(t,r){return e(r,r,n)}),t)},Ln.prototype.__iterator=function(e,t){return this._map.map((function(e,t){return t})).__iterator(e,t)},Ln.prototype.__ensureOwner=function(e){if(e===this.__ownerID)return this;var t=this._map.__ensureOwner(e);return e?this.__make(t,e):(this.__ownerID=e,this._map=t,this)},Ln.isSet=Dn;var Mn,An="@@__IMMUTABLE_SET__@@",Rn=Ln.prototype;function Bn(e,t){return e.__ownerID?(e.size=t.size,e._map=t,e):t===e._map?e:0===t.size?e.__empty():e.__make(t)}function In(e,t){var n=Object.create(Rn);return n.size=e?e.size:0,n._map=e,n.__ownerID=t,n}function jn(){return Mn||(Mn=In(ot()))}function Nn(e){return null==e?Kn():Fn(e)?e:Kn().withMutations((function(t){var n=i(e);Ue(n.size),n.forEach((function(e){return t.add(e)}))}))}function Fn(e){return Dn(e)&&c(e)}Rn[An]=!0,Rn[g]=Rn.remove,Rn.mergeDeep=Rn.merge,Rn.mergeDeepWith=Rn.mergeWith,Rn.withMutations=We.withMutations,Rn.asMutable=We.asMutable,Rn.asImmutable=We.asImmutable,Rn.__empty=jn,Rn.__make=In,t(Nn,Ln),Nn.of=function(){return this(arguments)},Nn.fromKeys=function(e){return this(r(e).keySeq())},Nn.prototype.toString=function(){return this.__toString("OrderedSet {","}")},Nn.isOrderedSet=Fn;var Pn,zn=Nn.prototype;function Hn(e,t){var n=Object.create(zn);return n.size=e?e.size:0,n._map=e,n.__ownerID=t,n}function Kn(){return Pn||(Pn=Hn($t()))}function Un(e){return null==e?Gn():Vn(e)?e:Gn().unshiftAll(e)}function Vn(e){return!(!e||!e[qn])}zn[h]=!0,zn.__empty=Kn,zn.__make=Hn,t(Un,Se),Un.of=function(){return this(arguments)},Un.prototype.toString=function(){return this.__toString("Stack [","]")},Un.prototype.get=function(e,t){var n=this._head;for(e=O(this,e);n&&e--;)n=n.next;return n?n.value:t},Un.prototype.peek=function(){return this._head&&this._head.value},Un.prototype.push=function(){if(0===arguments.length)return this;for(var e=this.size+arguments.length,t=this._head,n=arguments.length-1;n>=0;n--)t={value:arguments[n],next:t};return this.__ownerID?(this.size=e,this._head=t,this.__hash=void 0,this.__altered=!0,this):Wn(e,t)},Un.prototype.pushAll=function(e){if(0===(e=o(e)).size)return this;Ue(e.size);var t=this.size,n=this._head;return e.reverse().forEach((function(e){t++,n={value:e,next:n}})),this.__ownerID?(this.size=t,this._head=n,this.__hash=void 0,this.__altered=!0,this):Wn(t,n)},Un.prototype.pop=function(){return this.slice(1)},Un.prototype.unshift=function(){return this.push.apply(this,arguments)},Un.prototype.unshiftAll=function(e){return this.pushAll(e)},Un.prototype.shift=function(){return this.pop.apply(this,arguments)},Un.prototype.clear=function(){return 0===this.size?this:this.__ownerID?(this.size=0,this._head=void 0,this.__hash=void 0,this.__altered=!0,this):Gn()},Un.prototype.slice=function(e,t){if(L(e,t,this.size))return this;var n=D(e,this.size);if(M(t,this.size)!==this.size)return Se.prototype.slice.call(this,e,t);for(var r=this.size-n,o=this._head;n--;)o=o.next;return this.__ownerID?(this.size=r,this._head=o,this.__hash=void 0,this.__altered=!0,this):Wn(r,o)},Un.prototype.__ensureOwner=function(e){return e===this.__ownerID?this:e?Wn(this.size,this._head,e,this.__hash):(this.__ownerID=e,this.__altered=!1,this)},Un.prototype.__iterate=function(e,t){if(t)return this.reverse().__iterate(e);for(var n=0,r=this._head;r&&!1!==e(r.value,n++,this);)r=r.next;return n},Un.prototype.__iterator=function(e,t){if(t)return this.reverse().__iterator(e);var n=0,r=this._head;return new P((function(){if(r){var t=r.value;return r=r.next,z(e,n++,t)}return H()}))},Un.isStack=Vn;var $n,qn="@@__IMMUTABLE_STACK__@@",Zn=Un.prototype;function Wn(e,t,n,r){var o=Object.create(Zn);return o.size=e,o._head=t,o.__ownerID=n,o.__hash=r,o.__altered=!1,o}function Gn(){return $n||($n=Wn(0))}function Yn(e,t){var n=function(n){e.prototype[n]=t[n]};return Object.keys(t).forEach(n),Object.getOwnPropertySymbols&&Object.getOwnPropertySymbols(t).forEach(n),e}Zn[qn]=!0,Zn.withMutations=We.withMutations,Zn.asMutable=We.asMutable,Zn.asImmutable=We.asImmutable,Zn.wasAltered=We.wasAltered,n.Iterator=P,Yn(n,{toArray:function(){Ue(this.size);var e=new Array(this.size||0);return this.valueSeq().__iterate((function(t,n){e[n]=t})),e},toIndexedSeq:function(){return new Wt(this)},toJS:function(){return this.toSeq().map((function(e){return e&&"function"==typeof e.toJS?e.toJS():e})).__toJS()},toJSON:function(){return this.toSeq().map((function(e){return e&&"function"==typeof e.toJSON?e.toJSON():e})).__toJS()},toKeyedSeq:function(){return new Zt(this,!0)},toMap:function(){return Ve(this.toKeyedSeq())},toObject:function(){Ue(this.size);var e={};return this.__iterate((function(t,n){e[n]=t})),e},toOrderedMap:function(){return Kt(this.toKeyedSeq())},toOrderedSet:function(){return Nn(s(this)?this.valueSeq():this)},toSet:function(){return Ln(s(this)?this.valueSeq():this)},toSetSeq:function(){return new Gt(this)},toSeq:function(){return u(this)?this.toIndexedSeq():s(this)?this.toKeyedSeq():this.toSetSeq()},toStack:function(){return Un(s(this)?this.valueSeq():this)},toList:function(){return St(s(this)?this.valueSeq():this)},toString:function(){return"[Iterable]"},__toString:function(e,t){return 0===this.size?e+t:e+" "+this.toSeq().map(this.__toStringMapper).join(", ")+" "+t},concat:function(){return gn(this,sn(this,e.call(arguments,0)))},includes:function(e){return this.some((function(t){return me(t,e)}))},entries:function(){return this.__iterator(I)},every:function(e,t){Ue(this.size);var n=!0;return this.__iterate((function(r,o,i){if(!e.call(t,r,o,i))return n=!1,!1})),n},filter:function(e,t){return gn(this,en(this,e,t,!0))},find:function(e,t,n){var r=this.findEntry(e,t);return r?r[1]:n},findEntry:function(e,t){var n;return this.__iterate((function(r,o,i){if(e.call(t,r,o,i))return n=[o,r],!1})),n},findLastEntry:function(e,t){return this.toSeq().reverse().findEntry(e,t)},forEach:function(e,t){return Ue(this.size),this.__iterate(t?e.bind(t):e)},join:function(e){Ue(this.size),e=void 0!==e?""+e:",";var t="",n=!0;return this.__iterate((function(r){n?n=!1:t+=e,t+=null!=r?r.toString():""})),t},keys:function(){return this.__iterator(R)},map:function(e,t){return gn(this,Jt(this,e,t))},reduce:function(e,t,n){var r,o;return Ue(this.size),arguments.length<2?o=!0:r=t,this.__iterate((function(t,i,a){o?(o=!1,r=t):r=e.call(n,r,t,i,a)})),r},reduceRight:function(e,t,n){var r=this.toKeyedSeq().reverse();return r.reduce.apply(r,arguments)},reverse:function(){return gn(this,Qt(this,!0))},slice:function(e,t){return gn(this,rn(this,e,t,!0))},some:function(e,t){return!this.every(tr(e),t)},sort:function(e){return gn(this,fn(this,e))},values:function(){return this.__iterator(B)},butLast:function(){return this.slice(0,-1)},isEmpty:function(){return void 0!==this.size?0===this.size:!this.some((function(){return!0}))},count:function(e,t){return E(e?this.toSeq().filter(e,t):this)},countBy:function(e,t){return tn(this,e,t)},equals:function(e){return be(this,e)},entrySeq:function(){var e=this;if(e._cache)return new te(e._cache);var t=e.toSeq().map(er).toIndexedSeq();return t.fromEntrySeq=function(){return e.toSeq()},t},filterNot:function(e,t){return this.filter(tr(e),t)},findLast:function(e,t,n){return this.toKeyedSeq().reverse().find(e,t,n)},first:function(){return this.find(T)},flatMap:function(e,t){return gn(this,ln(this,e,t))},flatten:function(e){return gn(this,un(this,e,!0))},fromEntrySeq:function(){return new Yt(this)},get:function(e,t){return this.find((function(t,n){return me(n,e)}),void 0,t)},getIn:function(e,t){for(var n,r=this,o=_n(e);!(n=o.next()).done;){var i=n.value;if((r=r&&r.get?r.get(i,y):y)===y)return t}return r},groupBy:function(e,t){return nn(this,e,t)},has:function(e){return this.get(e,y)!==y},hasIn:function(e){return this.getIn(e,y)!==y},isSubset:function(e){return e="function"==typeof e.includes?e:n(e),this.every((function(t){return e.includes(t)}))},isSuperset:function(e){return(e="function"==typeof e.isSubset?e:n(e)).isSubset(this)},keySeq:function(){return this.toSeq().map(Qn).toIndexedSeq()},last:function(){return this.toSeq().reverse().first()},max:function(e){return dn(this,e)},maxBy:function(e,t){return dn(this,t,e)},min:function(e){return dn(this,e?nr(e):ir)},minBy:function(e,t){return dn(this,t?nr(t):ir,e)},rest:function(){return this.slice(1)},skip:function(e){return this.slice(Math.max(0,e))},skipLast:function(e){return gn(this,this.toSeq().reverse().skip(e).reverse())},skipWhile:function(e,t){return gn(this,an(this,e,t,!0))},skipUntil:function(e,t){return this.skipWhile(tr(e),t)},sortBy:function(e,t){return gn(this,fn(this,t,e))},take:function(e){return this.slice(0,Math.max(0,e))},takeLast:function(e){return gn(this,this.toSeq().reverse().take(e).reverse())},takeWhile:function(e,t){return gn(this,on(this,e,t))},takeUntil:function(e,t){return this.takeWhile(tr(e),t)},valueSeq:function(){return this.toIndexedSeq()},hashCode:function(){return this.__hash||(this.__hash=ar(this))}});var Xn=n.prototype;Xn[f]=!0,Xn[F]=Xn.values,Xn.__toJS=Xn.toArray,Xn.__toStringMapper=rr,Xn.inspect=Xn.toSource=function(){return this.toString()},Xn.chain=Xn.flatMap,Xn.contains=Xn.includes,function(){try{Object.defineProperty(Xn,"length",{get:function(){if(!n.noLengthWarning){var e;try{throw new Error}catch(t){e=t.stack}if(-1===e.indexOf("_wrapObject"))return console&&console.warn&&console.warn("iterable.length has been deprecated, use iterable.size or iterable.count(). This warning will become a silent error in a future version. "+e),this.size}}})}catch(e){}}(),Yn(r,{flip:function(){return gn(this,Xt(this))},findKey:function(e,t){var n=this.findEntry(e,t);return n&&n[0]},findLastKey:function(e,t){return this.toSeq().reverse().findKey(e,t)},keyOf:function(e){return this.findKey((function(t){return me(t,e)}))},lastKeyOf:function(e){return this.findLastKey((function(t){return me(t,e)}))},mapEntries:function(e,t){var n=this,r=0;return gn(this,this.toSeq().map((function(o,i){return e.call(t,[i,o],r++,n)})).fromEntrySeq())},mapKeys:function(e,t){var n=this;return gn(this,this.toSeq().flip().map((function(r,o){return e.call(t,r,o,n)})).flip())}});var Jn=r.prototype;function Qn(e,t){return t}function er(e,t){return[t,e]}function tr(e){return function(){return!e.apply(this,arguments)}}function nr(e){return function(){return-e.apply(this,arguments)}}function rr(e){return"string"==typeof e?JSON.stringify(e):e}function or(){return k(arguments)}function ir(e,t){return e<t?1:e>t?-1:0}function ar(e){if(e.size===1/0)return 0;var t=c(e),n=s(e),r=t?1:0;return sr(e.__iterate(n?t?function(e,t){r=31*r+ur(Te(e),Te(t))|0}:function(e,t){r=r+ur(Te(e),Te(t))|0}:t?function(e){r=31*r+Te(e)|0}:function(e){r=r+Te(e)|0}),r)}function sr(e,t){return t=Ee(t,3432918353),t=Ee(t<<15|t>>>-15,461845907),t=Ee(t<<13|t>>>-13,5),t=Ee((t=(t+3864292196|0)^e)^t>>>16,2246822507),t=Oe((t=Ee(t^t>>>13,3266489909))^t>>>16)}function ur(e,t){return e^t+2654435769+(e<<6)+(e>>2)|0}return Jn[d]=!0,Jn[F]=Xn.entries,Jn.__toJS=Xn.toObject,Jn.__toStringMapper=function(e,t){return JSON.stringify(t)+": "+rr(e)},Yn(o,{toKeyedSeq:function(){return new Zt(this,!1)},filter:function(e,t){return gn(this,en(this,e,t,!1))},findIndex:function(e,t){var n=this.findEntry(e,t);return n?n[0]:-1},indexOf:function(e){var t=this.toKeyedSeq().keyOf(e);return void 0===t?-1:t},lastIndexOf:function(e){var t=this.toKeyedSeq().reverse().keyOf(e);return void 0===t?-1:t},reverse:function(){return gn(this,Qt(this,!1))},slice:function(e,t){return gn(this,rn(this,e,t,!1))},splice:function(e,t){var n=arguments.length;if(t=Math.max(0|t,0),0===n||2===n&&!t)return this;e=D(e,e<0?this.count():this.size);var r=this.slice(0,e);return gn(this,1===n?r:r.concat(k(arguments,2),this.slice(e+t)))},findLastIndex:function(e,t){var n=this.toKeyedSeq().findLastKey(e,t);return void 0===n?-1:n},first:function(){return this.get(0)},flatten:function(e){return gn(this,un(this,e,!1))},get:function(e,t){return(e=O(this,e))<0||this.size===1/0||void 0!==this.size&&e>this.size?t:this.find((function(t,n){return n===e}),void 0,t)},has:function(e){return(e=O(this,e))>=0&&(void 0!==this.size?this.size===1/0||e<this.size:-1!==this.indexOf(e))},interpose:function(e){return gn(this,cn(this,e))},interleave:function(){var e=[this].concat(k(arguments)),t=hn(this.toSeq(),G.of,e),n=t.flatten(!0);return t.size&&(n.size=t.size*e.length),gn(this,n)},last:function(){return this.get(-1)},skipWhile:function(e,t){return gn(this,an(this,e,t,!1))},zip:function(){return gn(this,hn(this,or,[this].concat(k(arguments))))},zipWith:function(e){var t=k(arguments);return t[0]=this,gn(this,hn(this,e,t))}}),o.prototype[p]=!0,o.prototype[h]=!0,Yn(i,{get:function(e,t){return this.has(e)?e:t},includes:function(e){return this.has(e)},keySeq:function(){return this.valueSeq()}}),i.prototype.has=Xn.includes,Yn(W,r.prototype),Yn(G,o.prototype),Yn(Y,i.prototype),Yn(xe,r.prototype),Yn(Se,o.prototype),Yn(ke,i.prototype),{Iterable:n,Seq:Z,Collection:_e,Map:Ve,OrderedMap:Kt,List:St,Stack:Un,Set:Ln,OrderedSet:Nn,Record:xn,Range:Ce,Repeat:ye,is:me,fromJS:pe}}()).OrderedMap,va={createFromArray:function(e){return ga(e.map((function(e){return[e.getKey(),e]})))}};var ma=ha.exports,ba=ma.Map,ya=ma.OrderedSet,wa=ma.Record,Ca=ya(),_a={style:Ca,entity:null},xa=function(e){var t,n;function r(){return e.apply(this,arguments)||this}n=e,(t=r).prototype=Object.create(n.prototype),t.prototype.constructor=t,t.__proto__=n;var o=r.prototype;return o.getStyle=function(){return this.get("style")},o.getEntity=function(){return this.get("entity")},o.hasStyle=function(e){return this.getStyle().includes(e)},r.applyStyle=function(e,t){var n=e.set("style",e.getStyle().add(t));return r.create(n)},r.removeStyle=function(e,t){var n=e.set("style",e.getStyle().remove(t));return r.create(n)},r.applyEntity=function(e,t){var n=e.getEntity()===t?e:e.set("entity",t);return r.create(n)},r.create=function(e){if(!e)return Sa;var t=ba({style:Ca,entity:null}).merge(e),n=ka.get(t);if(n)return n;var o=new r(t);return ka=ka.set(t,o),o},r.fromJS=function(e){var t=e.style,n=e.entity;return new r({style:Array.isArray(t)?ya(t):t,entity:Array.isArray(n)?ya(n):n})},r}(wa(_a)),Sa=new xa,ka=ba([[ba(_a),Sa]]);xa.EMPTY=Sa;var Ea=xa;var Oa=function(e,t,n,r){if(e.size){var o=0;e.reduce((function(e,i,a){return t(e,i)||(n(e)&&r(o,a),o=a),i})),n(e.last())&&r(o,e.count())}};var Ta=Ea,La=Oa,Da=ha.exports,Ma=Da.List,Aa=Da.Map,Ra=Da.OrderedSet,Ba=Da.Record,Ia=Da.Repeat,ja=Ra(),Na=Ba({key:"",type:"unstyled",text:"",characterList:Ma(),depth:0,data:Aa()}),Fa=function(e){var t,n;function r(t){return e.call(this,function(e){if(!e)return e;var t=e.characterList,n=e.text;return n&&!t&&(e.characterList=Ma(Ia(Ta.EMPTY,n.length))),e}(t))||this}n=e,(t=r).prototype=Object.create(n.prototype),t.prototype.constructor=t,t.__proto__=n;var o=r.prototype;return o.getKey=function(){return this.get("key")},o.getType=function(){return this.get("type")},o.getText=function(){return this.get("text")},o.getCharacterList=function(){return this.get("characterList")},o.getLength=function(){return this.getText().length},o.getDepth=function(){return this.get("depth")},o.getData=function(){return this.get("data")},o.getInlineStyleAt=function(e){var t=this.getCharacterList().get(e);return t?t.getStyle():ja},o.getEntityAt=function(e){var t=this.getCharacterList().get(e);return t?t.getEntity():null},o.findStyleRanges=function(e,t){La(this.getCharacterList(),Pa,e,t)},o.findEntityRanges=function(e,t){La(this.getCharacterList(),za,e,t)},r}(Na);function Pa(e,t){return e.getStyle()===t.getStyle()}function za(e,t){return e.getEntity()===t.getEntity()}var Ha=Fa;var Ka=Ea,Ua=Oa,Va=ha.exports,$a=Va.List,qa=Va.Map,Za=Va.OrderedSet,Wa=Va.Record,Ga=Va.Repeat,Ya=Za(),Xa={parent:null,characterList:$a(),data:qa(),depth:0,key:"",text:"",type:"unstyled",children:$a(),prevSibling:null,nextSibling:null},Ja=function(e,t){return e.getStyle()===t.getStyle()},Qa=function(e,t){return e.getEntity()===t.getEntity()},es=function(e){if(!e)return e;var t=e.characterList,n=e.text;return n&&!t&&(e.characterList=$a(Ga(Ka.EMPTY,n.length))),e},ts=function(e){var t,n;function r(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:Xa;return e.call(this,es(t))||this}n=e,(t=r).prototype=Object.create(n.prototype),t.prototype.constructor=t,t.__proto__=n;var o=r.prototype;return o.getKey=function(){return this.get("key")},o.getType=function(){return this.get("type")},o.getText=function(){return this.get("text")},o.getCharacterList=function(){return this.get("characterList")},o.getLength=function(){return this.getText().length},o.getDepth=function(){return this.get("depth")},o.getData=function(){return this.get("data")},o.getInlineStyleAt=function(e){var t=this.getCharacterList().get(e);return t?t.getStyle():Ya},o.getEntityAt=function(e){var t=this.getCharacterList().get(e);return t?t.getEntity():null},o.getChildKeys=function(){return this.get("children")},o.getParentKey=function(){return this.get("parent")},o.getPrevSiblingKey=function(){return this.get("prevSibling")},o.getNextSiblingKey=function(){return this.get("nextSibling")},o.findStyleRanges=function(e,t){Ua(this.getCharacterList(),Ja,e,t)},o.findEntityRanges=function(e,t){Ua(this.getCharacterList(),Qa,e,t)},r}(Wa(Xa)),ns=ts,rs=Ea,os=ha.exports.Map;function is(e,t,n,r){var o=e.getBlockMap(),i=t.getStartKey(),a=t.getStartOffset(),s=t.getEndKey(),u=t.getEndOffset(),l=o.skipUntil((function(e,t){return t===i})).takeUntil((function(e,t){return t===s})).concat(os([[s,o.get(s)]])).map((function(e,t){var o,l;i===s?(o=a,l=u):(o=t===i?a:0,l=t===s?u:e.getLength());for(var c,f=e.getCharacterList();o<l;)c=f.get(o),f=f.set(o,r?rs.applyStyle(c,n):rs.removeStyle(c,n)),o++;return e.set("characterList",f)}));return e.merge({blockMap:o.merge(l),selectionBefore:t,selectionAfter:t})}var as={add:function(e,t,n){return is(e,t,n,!0)},remove:function(e,t,n){return is(e,t,n,!1)}},ss=Ea;var us=function(e,t,n,r){for(var o=t,i=e.getCharacterList();o<n;)i=i.set(o,ss.applyEntity(i.get(o),r)),o++;return e.set("characterList",i)},ls=ha.exports;var cs=function(e,t,n){var r=e.getBlockMap(),o=t.getStartKey(),i=t.getStartOffset(),a=t.getEndKey(),s=t.getEndOffset(),u=r.skipUntil((function(e,t){return t===o})).takeUntil((function(e,t){return t===a})).toOrderedMap().merge(ls.OrderedMap([[a,r.get(a)]])).map((function(e,t){var r=t===o?i:0,u=t===a?s:e.getLength();return us(e,r,u,n)}));return e.merge({blockMap:r.merge(u),selectionBefore:t,selectionAfter:t})},fs={getRemovalRange:function(e,t,n,r,o){var i=n.split(" ");i=i.map((function(e,t){if("forward"===o){if(t>0)return" "+e}else if(t<i.length-1)return e+" ";return e}));for(var a,s=r,u=null,l=null,c=0;c<i.length;c++){if(e<(a=s+i[c].length)&&s<t)null!==u||(u=s),l=a;else if(null!==u)break;s=a}var f=r+n.length,d=u===r,p=l===f;return(!d&&p||d&&!p)&&("forward"===o?l!==f&&l++:u!==r&&u--),{start:u,end:l}}},ds="production"!==process.env.NODE_ENV?function(e){if(void 0===e)throw new Error("invariant(...): Second argument must be a string.")}:function(e){};var ps=function(e,t){for(var n=arguments.length,r=new Array(n>2?n-2:0),o=2;o<n;o++)r[o-2]=arguments[o];if(ds(t),!e){var i;if(void 0===t)i=new Error("Minified exception occurred; use the non-minified dev environment for the full error message and additional helpful warnings.");else{var a=0;(i=new Error(t.replace(/%s/g,(function(){return String(r[a++])})))).name="Invariant Violation"}throw i.framesToPop=1,i}},hs=ps;var gs=fs,vs=function(e,t){var n=[];return e.findEntityRanges((function(e){return e.getEntity()===t}),(function(e,t){n.push({start:e,end:t})})),n.length||("production"!==process.env.NODE_ENV?hs(!1,"Entity key not found in this range."):hs(!1)),n},ms=ps;function bs(e,t,n,r,o,i,a){var s=n.getStartOffset(),u=n.getEndOffset(),l=e.__get(o).getMutability(),c=a?s:u;if("MUTABLE"===l)return n;var f=vs(t,o).filter((function(e){return c<=e.end&&c>=e.start}));1!=f.length&&("production"!==process.env.NODE_ENV?ms(!1,"There should only be one entity range within this removal range."):ms(!1));var d=f[0];if("IMMUTABLE"===l)return n.merge({anchorOffset:d.start,focusOffset:d.end,isBackward:!1});i||(a?u=d.end:s=d.start);var p=gs.getRemovalRange(s,u,t.getText().slice(d.start,d.end),d.start,r);return n.merge({anchorOffset:p.start,focusOffset:p.end,isBackward:!1})}var ys=function(e,t,n,r,o){var i=r.getStartOffset(),a=r.getEndOffset(),s=t.getEntityAt(i),u=n.getEntityAt(a-1);if(!s&&!u)return r;var l=r;if(s&&s===u)l=bs(e,t,l,o,s,!0,!0);else if(s&&u){var c=bs(e,t,l,o,s,!1,!0),f=bs(e,n,l,o,u,!1,!1);l=l.merge({anchorOffset:c.getAnchorOffset(),focusOffset:f.getFocusOffset(),isBackward:!1})}else if(s){var d=bs(e,t,l,o,s,!1,!0);l=l.merge({anchorOffset:d.getStartOffset(),isBackward:!1})}else if(u){var p=bs(e,n,l,o,u,!1,!1);l=l.merge({focusOffset:p.getEndOffset(),isBackward:!1})}return l},ws={},Cs=Math.pow(2,24);var _s=function(){for(var e;void 0===e||ws.hasOwnProperty(e)||!isNaN(+e);)e=Math.floor(Math.random()*Cs).toString(32);return ws[e]=!0,e},xs=ns,Ss=_s,ks=ha.exports.OrderedMap,Es=function(e){return e.first()instanceof xs?function(e){var t,n={};return ks(e.withMutations((function(e){e.forEach((function(r,o){var i=r.getKey(),a=r.getNextSiblingKey(),s=r.getPrevSiblingKey(),u=r.getChildKeys(),l=r.getParentKey(),c=Ss();if(n[i]=c,a&&(e.get(a)?e.setIn([a,"prevSibling"],c):e.setIn([i,"nextSibling"],null)),s&&(e.get(s)?e.setIn([s,"nextSibling"],c):e.setIn([i,"prevSibling"],null)),l&&e.get(l)){var f=e.get(l).getChildKeys();e.setIn([l,"children"],f.set(f.indexOf(r.getKey()),c))}else e.setIn([i,"parent"],null),t&&(e.setIn([t.getKey(),"nextSibling"],c),e.setIn([i,"prevSibling"],n[t.getKey()])),t=e.get(i);u.forEach((function(t){e.get(t)?e.setIn([t,"parent"],c):e.setIn([i,"children"],r.getChildKeys().filter((function(e){return e!==t})))}))}))})).toArray().map((function(e){return[n[e.getKey()],e.set("key",n[e.getKey()])]})))}(e):function(e){return ks(e.toArray().map((function(e){var t=Ss();return[t,e.set("key",t)]})))}(e)},Os=Ea,Ts=Oa,Ls=ps;function Ds(e,t,n){var r=t.getCharacterList(),o=n>0?r.get(n-1):void 0,i=n<r.count()?r.get(n):void 0,a=o?o.getEntity():void 0,s=i?i.getEntity():void 0;if(s&&s===a&&"MUTABLE"!==e.__get(s).getMutability()){for(var u,l=function(e,t,n){var r;return Ts(e,(function(e,t){return e.getEntity()===t.getEntity()}),(function(e){return e.getEntity()===t}),(function(e,t){e<=n&&t>=n&&(r={start:e,end:t})})),"object"!=typeof r&&("production"!==process.env.NODE_ENV?Ls(!1,"Removal range must exist within character list."):Ls(!1)),r}(r,s,n),c=l.start,f=l.end;c<f;)u=r.get(c),r=r.set(c,Os.applyEntity(u,null)),c++;return t.set("characterList",r)}return t}var Ms=function(e,t){var n=e.getBlockMap(),r=e.getEntityMap(),o={},i=t.getStartKey(),a=t.getStartOffset(),s=n.get(i),u=Ds(r,s,a);u!==s&&(o[i]=u);var l=t.getEndKey(),c=t.getEndOffset(),f=n.get(l);i===l&&(f=u);var d=Ds(r,f,c);return d!==f&&(o[l]=d),Object.keys(o).length?e.merge({blockMap:n.merge(o),selectionAfter:t}):e.set("selectionAfter",t)},As=Es,Rs=Ms,Bs=function(e,t){var n=t.getStartKey(),r=t.getStartOffset(),o=t.getEndKey(),i=t.getEndOffset(),a=Rs(e,t).getBlockMap(),s=a.keySeq(),u=s.indexOf(n),l=s.indexOf(o)+1;return As(a.slice(u,l).map((function(e,t){var a=e.getText(),s=e.getCharacterList();return n===o?e.merge({text:a.slice(r,i),characterList:s.slice(r,i)}):t===n?e.merge({text:a.slice(r),characterList:s.slice(r)}):t===o?e.merge({text:a.slice(0,i),characterList:s.slice(0,i)}):e})))};var Is=function(e,t,n){var r=e;if(n===r.count())t.forEach((function(e){r=r.push(e)}));else if(0===n)t.reverse().forEach((function(e){r=r.unshift(e)}));else{var o=r.slice(0,n),i=r.slice(n);r=o.concat(t,i).toList()}return r},js=va,Ns=ns,Fs=Is,Ps=ps,zs=Es,Hs=ha.exports.List,Ks=function(e,t,n,r,o,i){var a=arguments.length>6&&void 0!==arguments[6]?arguments[6]:"REPLACE_WITH_NEW_DATA",s=n.get(o),u=s.getText(),l=s.getCharacterList(),c=o,f=i+r.getText().length,d=null;switch(a){case"MERGE_OLD_DATA_TO_NEW_DATA":d=r.getData().merge(s.getData());break;case"REPLACE_WITH_NEW_DATA":d=r.getData()}var p=s.getType();u&&"unstyled"===p&&(p=r.getType());var h=s.merge({text:u.slice(0,i)+r.getText()+u.slice(i),characterList:Fs(l,r.getCharacterList(),i),type:p,data:d});return e.merge({blockMap:n.set(o,h),selectionBefore:t,selectionAfter:t.merge({anchorKey:c,anchorOffset:f,focusKey:c,focusOffset:f,isBackward:!1})})},Us=function(e,t,n,r,o,i){var a=n.first()instanceof Ns,s=[],u=r.size,l=n.get(o),c=r.first(),f=r.last(),d=f.getLength(),p=f.getKey(),h=a&&(!l.getChildKeys().isEmpty()||!c.getChildKeys().isEmpty());n.forEach((function(e,t){t===o?(h?s.push(e):s.push(function(e,t,n){var r=e.getText(),o=e.getCharacterList(),i=r.slice(0,t),a=o.slice(0,t),s=n.first();return e.merge({text:i+s.getText(),characterList:a.concat(s.getCharacterList()),type:i?e.getType():s.getType(),data:s.getData()})}(e,i,r)),r.slice(h?0:1,u-1).forEach((function(e){return s.push(e)})),s.push(function(e,t,n){var r=e.getText(),o=e.getCharacterList(),i=r.length,a=r.slice(t,i),s=o.slice(t,i),u=n.last();return u.merge({text:u.getText()+a,characterList:u.getCharacterList().concat(s),data:u.getData()})}(e,i,r))):s.push(e)}));var g=js.createFromArray(s);return a&&(g=function(e,t,n,r){return e.withMutations((function(t){var o=n.getKey(),i=r.getKey(),a=n.getNextSiblingKey(),s=n.getParentKey(),u=function(e,t){var n=e.getKey(),r=e,o=[];for(t.get(n)&&o.push(n);r&&r.getNextSiblingKey();){var i=r.getNextSiblingKey();if(!i)break;o.push(i),r=t.get(i)}return o}(r,e),l=u[u.length-1];if(t.get(i)?(t.setIn([o,"nextSibling"],i),t.setIn([i,"prevSibling"],o)):(t.setIn([o,"nextSibling"],r.getNextSiblingKey()),t.setIn([r.getNextSiblingKey(),"prevSibling"],o)),t.setIn([l,"nextSibling"],a),a&&t.setIn([a,"prevSibling"],l),u.forEach((function(e){return t.setIn([e,"parent"],s)})),s){var c=e.get(s).getChildKeys(),f=c.indexOf(o)+1,d=c.toArray();d.splice.apply(d,[f,0].concat(u)),t.setIn([s,"children"],Hs(d))}}))}(g,0,l,c)),e.merge({blockMap:g,selectionBefore:t,selectionAfter:t.merge({anchorKey:p,anchorOffset:d,focusKey:p,focusOffset:d,isBackward:!1})})},Vs=function(e,t,n){var r=arguments.length>3&&void 0!==arguments[3]?arguments[3]:"REPLACE_WITH_NEW_DATA";t.isCollapsed()||("production"!==process.env.NODE_ENV?Ps(!1,"`insertFragment` should only be called with a collapsed selection state."):Ps(!1));var o=e.getBlockMap(),i=zs(n),a=t.getStartKey(),s=t.getStartOffset(),u=o.get(a);return u instanceof Ns&&(u.getChildKeys().isEmpty()||("production"!==process.env.NODE_ENV?Ps(!1,"`insertFragment` should not be called when a container node is selected."):Ps(!1))),1===i.size?Ks(e,t,o,i.first(),a,s,r):Us(e,t,o,i,a,s)},$s=Is,qs=ps,Zs=ha.exports.Repeat;var Ws=function(e,t,n,r){t.isCollapsed()||("production"!==process.env.NODE_ENV?qs(!1,"`insertText` should only be called with a collapsed range."):qs(!1));var o=null;if(null!=n&&(o=n.length),null==o||0===o)return e;var i=e.getBlockMap(),a=t.getStartKey(),s=t.getStartOffset(),u=i.get(a),l=u.getText(),c=u.merge({text:l.slice(0,s)+n+l.slice(s,u.getLength()),characterList:$s(u.getCharacterList(),Zs(r,o).toList(),s)}),f=s+o;return e.merge({blockMap:i.set(a,c),selectionAfter:t.merge({anchorOffset:f,focusOffset:f})})},Gs=ha.exports.Map;var Ys=function(e,t,n){var r=t.getStartKey(),o=t.getEndKey(),i=e.getBlockMap(),a=i.toSeq().skipUntil((function(e,t){return t===r})).takeUntil((function(e,t){return t===o})).concat(Gs([[o,i.get(o)]])).map(n);return e.merge({blockMap:i.merge(a),selectionBefore:t,selectionAfter:t})},Xs=ns,Js=function(e,t){if(!(e instanceof Xs))return null;var n=e.getNextSiblingKey();if(n)return n;var r=e.getParentKey();if(!r)return null;for(var o=t.get(r);o&&!o.getNextSiblingKey();){var i=o.getParentKey();o=i?t.get(i):null}return o?o.getNextSiblingKey():null},Qs=ns,eu=Js,tu=ha.exports;tu.List;var nu=tu.Map,ru=function(e,t,n){if(e){var r=t.get(e);r&&t.set(e,n(r))}},ou=function(e,t){var n=[];if(!e)return n;for(var r=t.get(e);r&&r.getParentKey();){var o=r.getParentKey();o&&n.push(o),r=o?t.get(o):null}return n},iu=function(e,t,n){if(!e)return null;for(var r=n.get(e.getKey()).getNextSiblingKey();r&&!t.get(r);)r=n.get(r).getNextSiblingKey()||null;return r},au=function(e,t,n){if(!e)return null;for(var r=n.get(e.getKey()).getPrevSiblingKey();r&&!t.get(r);)r=n.get(r).getPrevSiblingKey()||null;return r},su=function(e,t,n,r){return e.withMutations((function(o){if(ru(t.getKey(),o,(function(e){return e.merge({nextSibling:iu(e,o,r),prevSibling:au(e,o,r)})})),ru(n.getKey(),o,(function(e){return e.merge({nextSibling:iu(e,o,r),prevSibling:au(e,o,r)})})),ou(t.getKey(),r).forEach((function(e){return ru(e,o,(function(e){return e.merge({children:e.getChildKeys().filter((function(e){return o.get(e)})),nextSibling:iu(e,o,r),prevSibling:au(e,o,r)})}))})),ru(t.getNextSiblingKey(),o,(function(e){return e.merge({prevSibling:t.getPrevSiblingKey()})})),ru(t.getPrevSiblingKey(),o,(function(e){return e.merge({nextSibling:iu(e,o,r)})})),ru(n.getNextSiblingKey(),o,(function(e){return e.merge({prevSibling:au(e,o,r)})})),ru(n.getPrevSiblingKey(),o,(function(e){return e.merge({nextSibling:n.getNextSiblingKey()})})),ou(n.getKey(),r).forEach((function(e){ru(e,o,(function(e){return e.merge({children:e.getChildKeys().filter((function(e){return o.get(e)})),nextSibling:iu(e,o,r),prevSibling:au(e,o,r)})}))})),function(e,t){var n=[];if(!e)return n;for(var r=eu(e,t);r&&t.get(r);){var o=t.get(r);n.push(r),r=o.getParentKey()?eu(o,t):null}return n}(n,r).forEach((function(e){return ru(e,o,(function(e){return e.merge({nextSibling:iu(e,o,r),prevSibling:au(e,o,r)})}))})),null==e.get(t.getKey())&&null!=e.get(n.getKey())&&n.getParentKey()===t.getKey()&&null==n.getPrevSiblingKey()){var i=t.getPrevSiblingKey();ru(n.getKey(),o,(function(e){return e.merge({prevSibling:i})})),ru(i,o,(function(e){return e.merge({nextSibling:n.getKey()})}));var a=i?e.get(i):null,s=a?a.getParentKey():null;if(t.getChildKeys().forEach((function(e){ru(e,o,(function(e){return e.merge({parent:s})}))})),null!=s){var u=e.get(s);ru(s,o,(function(e){return e.merge({children:u.getChildKeys().concat(t.getChildKeys())})}))}ru(t.getChildKeys().find((function(t){return null===e.get(t).getNextSiblingKey()})),o,(function(e){return e.merge({nextSibling:t.getNextSiblingKey()})}))}}))},uu=function(e,t,n){if(0===t)for(;t<n;)e=e.shift(),t++;else if(n===e.count())for(;n>t;)e=e.pop(),n--;else{var r=e.slice(0,t),o=e.slice(n);e=r.concat(o).toList()}return e},lu=function(e,t){if(t.isCollapsed())return e;var n,r=e.getBlockMap(),o=t.getStartKey(),i=t.getStartOffset(),a=t.getEndKey(),s=t.getEndOffset(),u=r.get(o),l=r.get(a),c=u instanceof Qs,f=[];if(c){var d=l.getChildKeys(),p=ou(a,r);l.getNextSiblingKey()&&(f=f.concat(p)),d.isEmpty()||(f=f.concat(p.concat([a]))),f=f.concat(ou(eu(l,r),r))}n=u===l?uu(u.getCharacterList(),i,s):u.getCharacterList().slice(0,i).concat(l.getCharacterList().slice(s));var h=u.merge({text:u.getText().slice(0,i)+l.getText().slice(s),characterList:n}),g=c&&0===i&&0===s&&l.getParentKey()===o&&null==l.getPrevSiblingKey()?nu([[o,null]]):r.toSeq().skipUntil((function(e,t){return t===o})).takeUntil((function(e,t){return t===a})).filter((function(e,t){return-1===f.indexOf(t)})).concat(nu([[a,null]])).map((function(e,t){return t===o?h:null})),v=r.merge(g).filter((function(e){return!!e}));return c&&u!==l&&(v=su(v,u,l,r)),e.merge({blockMap:v,selectionBefore:t,selectionAfter:t.merge({anchorKey:o,anchorOffset:i,focusKey:o,focusOffset:i,isBackward:!1})})},cu=ns,fu=_s,du=ha.exports,pu=ps,hu=Ys,gu=du.List,vu=du.Map,mu=function(e,t,n){if(e){var r=t.get(e);r&&t.set(e,n(r))}},bu=Ea,yu=as,wu=cs,Cu=ys,_u=Bs,xu=Vs,Su=Ws,ku=ps,Eu=Ys,Ou=Ms,Tu=lu,Lu=function(e,t){t.isCollapsed()||("production"!==process.env.NODE_ENV?pu(!1,"Selection range must be collapsed."):pu(!1));var n=t.getAnchorKey(),r=e.getBlockMap(),o=r.get(n),i=o.getText();if(!i){var a=o.getType();if("unordered-list-item"===a||"ordered-list-item"===a)return hu(e,t,(function(e){return e.merge({type:"unstyled",depth:0})}))}var s=t.getAnchorOffset(),u=o.getCharacterList(),l=fu(),c=o instanceof cu,f=o.merge({text:i.slice(0,s),characterList:u.slice(0,s)}),d=f.merge({key:l,text:i.slice(s),characterList:u.slice(s),data:vu()}),p=r.toSeq().takeUntil((function(e){return e===o})),h=r.toSeq().skipUntil((function(e){return e===o})).rest(),g=p.concat([[n,f],[l,d]],h).toOrderedMap();return c&&(o.getChildKeys().isEmpty()||("production"!==process.env.NODE_ENV?pu(!1,"ContentBlockNode must not have children"):pu(!1)),g=function(e,t,n){return e.withMutations((function(e){var r=t.getKey(),o=n.getKey();mu(t.getParentKey(),e,(function(e){var t=e.getChildKeys(),n=t.indexOf(r)+1,i=t.toArray();return i.splice(n,0,o),e.merge({children:gu(i)})})),mu(t.getNextSiblingKey(),e,(function(e){return e.merge({prevSibling:o})})),mu(r,e,(function(e){return e.merge({nextSibling:o})})),mu(o,e,(function(e){return e.merge({prevSibling:r})}))}))}(g,f,d)),e.merge({blockMap:g,selectionBefore:t,selectionAfter:t.merge({anchorKey:l,anchorOffset:0,focusKey:l,focusOffset:0,isBackward:!1})})},Du=ha.exports.OrderedSet,Mu={replaceText:function(e,t,n,r,o){var i=Ou(e,t),a=Tu(i,t),s=bu.create({style:r||Du(),entity:o||null});return Su(a,a.getSelectionAfter(),n,s)},insertText:function(e,t,n,r,o){return t.isCollapsed()||("production"!==process.env.NODE_ENV?ku(!1,"Target range must be collapsed for `insertText`."):ku(!1)),Mu.replaceText(e,t,n,r,o)},moveText:function(e,t,n){var r=_u(e,t),o=Mu.removeRange(e,t,"backward");return Mu.replaceWithFragment(o,n,r)},replaceWithFragment:function(e,t,n){var r=arguments.length>3&&void 0!==arguments[3]?arguments[3]:"REPLACE_WITH_NEW_DATA",o=Ou(e,t),i=Tu(o,t);return xu(i,i.getSelectionAfter(),n,r)},removeRange:function(e,t,n){var r,o,i,a;t.getIsBackward()&&(t=t.merge({anchorKey:t.getFocusKey(),anchorOffset:t.getFocusOffset(),focusKey:t.getAnchorKey(),focusOffset:t.getAnchorOffset(),isBackward:!1})),r=t.getAnchorKey(),o=t.getFocusKey(),i=e.getBlockForKey(r),a=e.getBlockForKey(o);var s=t.getStartOffset(),u=t.getEndOffset(),l=i.getEntityAt(s),c=a.getEntityAt(u-1);if(r===o&&l&&l===c){var f=Cu(e.getEntityMap(),i,a,t,n);return Tu(e,f)}var d=Ou(e,t);return Tu(d,t)},splitBlock:function(e,t){var n=Ou(e,t),r=Tu(n,t);return Lu(r,r.getSelectionAfter())},applyInlineStyle:function(e,t,n){return yu.add(e,t,n)},removeInlineStyle:function(e,t,n){return yu.remove(e,t,n)},setBlockType:function(e,t,n){return Eu(e,t,(function(e){return e.merge({type:n,depth:0})}))},setBlockData:function(e,t,n){return Eu(e,t,(function(e){return e.merge({data:n})}))},mergeBlockData:function(e,t,n){return Eu(e,t,(function(e){return e.merge({data:e.getData().merge(n)})}))},applyEntity:function(e,t,n){var r=Ou(e,t);return wu(r,t,n)}},Au=Mu;var Ru=function(e){return Object.keys(e).map((function(t){return e[t]}))};function Bu(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}var Iu=Oa,ju=Ru,Nu=ha.exports,Fu=Nu.List,Pu=Nu.Repeat,zu=Nu.Record,Hu=function(){return!0},Ku=zu({start:null,end:null}),Uu=zu({start:null,end:null,decoratorKey:null,leaves:null}),Vu={generate:function(e,t,n){var r=t.getLength();if(!r)return Fu.of(new Uu({start:0,end:0,decoratorKey:null,leaves:Fu.of(new Ku({start:0,end:0}))}));var o=[],i=n?n.getDecorations(t,e):Fu(Pu(null,r)),a=t.getCharacterList();return Iu(i,qu,Hu,(function(e,t){o.push(new Uu({start:e,end:t,decoratorKey:i.get(e),leaves:$u(a.slice(e,t).toList(),e)}))})),Fu(o)},fromJS:function(e){var t=e.leaves,n=function(e,t){if(null==e)return{};var n,r,o={},i=Object.keys(e);for(r=0;r<i.length;r++)n=i[r],t.indexOf(n)>=0||(o[n]=e[n]);return o}(e,["leaves"]);return new Uu(function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),r.forEach((function(t){Bu(e,t,n[t])}))}return e}({},n,{leaves:null!=t?Fu(Array.isArray(t)?t:ju(t)).map((function(e){return Ku(e)})):null}))}};function $u(e,t){var n=[],r=e.map((function(e){return e.getStyle()})).toList();return Iu(r,qu,Hu,(function(e,r){n.push(new Ku({start:e+t,end:r+t}))})),Fu(n)}function qu(e,t){return e===t}var Zu=Vu;var Wu=function(e){var t,n;function r(){return e.apply(this,arguments)||this}n=e,(t=r).prototype=Object.create(n.prototype),t.prototype.constructor=t,t.__proto__=n;var o=r.prototype;return o.getType=function(){return this.get("type")},o.getMutability=function(){return this.get("mutability")},o.getData=function(){return this.get("data")},r}((0,ha.exports.Record)({type:"TOKEN",mutability:"IMMUTABLE",data:Object})),Gu=Wu;function Yu(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}var Xu=Gu,Ju=ps,Qu=function(){return"xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx".replace(/[xy]/g,(function(e){var t=16*Math.random()|0;return("x"==e?t:3&t|8).toString(16)}))},el=(0,ha.exports.Map)(),tl=Qu();function nl(e,t){console.warn("WARNING: "+e+' will be deprecated soon!\nPlease use "'+t+'" instead.')}var rl={getLastCreatedEntityKey:function(){return nl("DraftEntity.getLastCreatedEntityKey","contentState.getLastCreatedEntityKey"),rl.__getLastCreatedEntityKey()},create:function(e,t,n){return nl("DraftEntity.create","contentState.createEntity"),rl.__create(e,t,n)},add:function(e){return nl("DraftEntity.add","contentState.addEntity"),rl.__add(e)},get:function(e){return nl("DraftEntity.get","contentState.getEntity"),rl.__get(e)},__getAll:function(){return el},__loadWithEntities:function(e){el=e,tl=Qu()},mergeData:function(e,t){return nl("DraftEntity.mergeData","contentState.mergeEntityData"),rl.__mergeData(e,t)},replaceData:function(e,t){return nl("DraftEntity.replaceData","contentState.replaceEntityData"),rl.__replaceData(e,t)},__getLastCreatedEntityKey:function(){return tl},__create:function(e,t,n){return rl.__add(new Xu({type:e,mutability:t,data:n||{}}))},__add:function(e){return tl=Qu(),el=el.set(tl,e),tl},__get:function(e){var t=el.get(e);return t||("production"!==process.env.NODE_ENV?Ju(!1,"Unknown DraftEntity key: %s.",e):Ju(!1)),t},__mergeData:function(e,t){var n=rl.__get(e),r=function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),r.forEach((function(t){Yu(e,t,n[t])}))}return e}({},n.getData(),t),o=n.set("data",r);return el=el.set(e,o),o},__replaceData:function(e,t){var n=rl.__get(e).set("data",t);return el=el.set(e,n),n}},ol=rl;var il=function(e){var t,n;function r(){return e.apply(this,arguments)||this}n=e,(t=r).prototype=Object.create(n.prototype),t.prototype.constructor=t,t.__proto__=n;var o=r.prototype;return o.serialize=function(){return"Anchor: "+this.getAnchorKey()+":"+this.getAnchorOffset()+", Focus: "+this.getFocusKey()+":"+this.getFocusOffset()+", Is Backward: "+String(this.getIsBackward())+", Has Focus: "+String(this.getHasFocus())},o.getAnchorKey=function(){return this.get("anchorKey")},o.getAnchorOffset=function(){return this.get("anchorOffset")},o.getFocusKey=function(){return this.get("focusKey")},o.getFocusOffset=function(){return this.get("focusOffset")},o.getIsBackward=function(){return this.get("isBackward")},o.getHasFocus=function(){return this.get("hasFocus")},o.hasEdgeWithin=function(e,t,n){var r=this.getAnchorKey(),o=this.getFocusKey();if(r===o&&r===e){var i=this.getStartOffset(),a=this.getEndOffset();return t<=i&&i<=n||t<=a&&a<=n}if(e!==r&&e!==o)return!1;var s=e===r?this.getAnchorOffset():this.getFocusOffset();return t<=s&&n>=s},o.isCollapsed=function(){return this.getAnchorKey()===this.getFocusKey()&&this.getAnchorOffset()===this.getFocusOffset()},o.getStartKey=function(){return this.getIsBackward()?this.getFocusKey():this.getAnchorKey()},o.getStartOffset=function(){return this.getIsBackward()?this.getFocusOffset():this.getAnchorOffset()},o.getEndKey=function(){return this.getIsBackward()?this.getAnchorKey():this.getFocusKey()},o.getEndOffset=function(){return this.getIsBackward()?this.getAnchorOffset():this.getFocusOffset()},r.createEmpty=function(e){return new r({anchorKey:e,anchorOffset:0,focusKey:e,focusOffset:0,isBackward:!1,hasFocus:!1})},r}((0,ha.exports.Record)({anchorKey:"",anchorOffset:0,focusKey:"",focusOffset:0,isBackward:!1,hasFocus:!1})),al=il,sl=function(e){return!("undefined"==typeof window||!window.__DRAFT_GKX)&&!!window.__DRAFT_GKX[e]},ul=new RegExp("\r","g");var ll=function(e){return e.replace(ul,"")};function cl(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),r.forEach((function(t){fl(e,t,n[t])}))}return e}function fl(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}var dl=va,pl=Ea,hl=Ha,gl=ns,vl=ol,ml=al,bl=_s,yl=Ru,wl=sl,Cl=ha.exports,_l=ll,xl=Cl.List,Sl=Cl.Record,kl=Cl.Repeat,El=Cl.Map,Ol=Cl.OrderedMap,Tl=Sl({entityMap:null,blockMap:null,selectionBefore:null,selectionAfter:null}),Ll=wl("draft_tree_data_support")?gl:hl,Dl=function(e){var t,n;function r(){return e.apply(this,arguments)||this}n=e,(t=r).prototype=Object.create(n.prototype),t.prototype.constructor=t,t.__proto__=n;var o=r.prototype;return o.getEntityMap=function(){return vl},o.getBlockMap=function(){return this.get("blockMap")},o.getSelectionBefore=function(){return this.get("selectionBefore")},o.getSelectionAfter=function(){return this.get("selectionAfter")},o.getBlockForKey=function(e){return this.getBlockMap().get(e)},o.getKeyBefore=function(e){return this.getBlockMap().reverse().keySeq().skipUntil((function(t){return t===e})).skip(1).first()},o.getKeyAfter=function(e){return this.getBlockMap().keySeq().skipUntil((function(t){return t===e})).skip(1).first()},o.getBlockAfter=function(e){return this.getBlockMap().skipUntil((function(t,n){return n===e})).skip(1).first()},o.getBlockBefore=function(e){return this.getBlockMap().reverse().skipUntil((function(t,n){return n===e})).skip(1).first()},o.getBlocksAsArray=function(){return this.getBlockMap().toArray()},o.getFirstBlock=function(){return this.getBlockMap().first()},o.getLastBlock=function(){return this.getBlockMap().last()},o.getPlainText=function(e){return this.getBlockMap().map((function(e){return e?e.getText():""})).join(e||"\n")},o.getLastCreatedEntityKey=function(){return vl.__getLastCreatedEntityKey()},o.hasText=function(){var e=this.getBlockMap();return e.size>1||escape(e.first().getText()).replace(/%u200B/g,"").length>0},o.createEntity=function(e,t,n){return vl.__create(e,t,n),this},o.mergeEntityData=function(e,t){return vl.__mergeData(e,t),this},o.replaceEntityData=function(e,t){return vl.__replaceData(e,t),this},o.addEntity=function(e){return vl.__add(e),this},o.getEntity=function(e){return vl.__get(e)},o.getAllEntities=function(){return vl.__getAll()},o.loadWithEntities=function(e){return vl.__loadWithEntities(e)},r.createFromBlockArray=function(e,t){var n=Array.isArray(e)?e:e.contentBlocks,o=dl.createFromArray(n),i=o.isEmpty()?new ml:ml.createEmpty(o.first().getKey());return new r({blockMap:o,entityMap:t||vl,selectionBefore:i,selectionAfter:i})},r.createFromText=function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:/\r\n?|\n/g,n=e.split(t),o=n.map((function(e){return e=_l(e),new Ll({key:bl(),text:e,type:"unstyled",characterList:xl(kl(pl.EMPTY,e.length))})}));return r.createFromBlockArray(o)},r.fromJS=function(e){return new r(cl({},e,{blockMap:Ol(e.blockMap).map(r.createContentBlockFromJS),selectionBefore:new ml(e.selectionBefore),selectionAfter:new ml(e.selectionAfter)}))},r.createContentBlockFromJS=function(e){var t=e.characterList;return new Ll(cl({},e,{data:El(e.data),characterList:null!=t?xl((Array.isArray(t)?t:yl(t)).map((function(e){return pl.fromJS(e)}))):void 0}))},r}(Tl),Ml=Dl,Al=ps,Rl=null;function Bl(e){return"LTR"===e||"RTL"===e}function Il(e){return Bl(e)||("production"!==process.env.NODE_ENV?Al(!1,"`dir` must be a strong direction to be converted to HTML Direction"):Al(!1)),"LTR"===e?"ltr":"rtl"}function jl(e){Rl=e}var Nl={NEUTRAL:"NEUTRAL",LTR:"LTR",RTL:"RTL",isStrong:Bl,getHTMLDir:Il,getHTMLDirIfDifferent:function(e,t){return Bl(e)||("production"!==process.env.NODE_ENV?Al(!1,"`dir` must be a strong direction to be converted to HTML Direction"):Al(!1)),Bl(t)||("production"!==process.env.NODE_ENV?Al(!1,"`otherDir` must be a strong direction to be converted to HTML Direction"):Al(!1)),e===t?null:Il(e)},setGlobalDir:jl,initGlobalDir:function(){jl("LTR")},getGlobalDir:function(){return Rl||this.initGlobalDir(),Rl||("production"!==process.env.NODE_ENV?Al(!1,"Global direction not set."):Al(!1)),Rl}},Fl=Nl,Pl=ps,zl="֐־׀׃׆׈-׏א-ת׫-ׯװ-ײ׳-״׵-׿߀-߉ߊ-ߪߴ-ߵߺ߻-߿ࠀ-ࠕࠚࠤࠨ࠮-࠯࠰-࠾࠿ࡀ-ࡘ࡜-࡝࡞࡟-࢟‏יִײַ-ﬨשׁ-זּ﬷טּ-לּ﬽מּ﬿נּ-סּ﭂ףּ-פּ﭅צּ-ﭏ",Hl="؈؋؍؛؜؝؞-؟ؠ-ؿـف-ي٭ٮ-ٯٱ-ۓ۔ەۥ-ۦۮ-ۯۺ-ۼ۽-۾ۿ܀-܍܎܏ܐܒ-ܯ݋-݌ݍ-ޥޱ޲-޿ࢠ-ࢲࢳ-ࣣﭐ-ﮱ﮲-﯁﯂-﯒ﯓ-ﴽ﵀-﵏ﵐ-ﶏ﶐-﶑ﶒ-ﷇ﷈-﷏ﷰ-ﷻ﷼﷾-﷿ﹰ-ﹴ﹵ﹶ-ﻼ﻽-﻾",Kl=new RegExp("["+"A-Za-zªµºÀ-ÖØ-öø-ƺƻƼ-ƿǀ-ǃDŽ-ʓʔʕ-ʯʰ-ʸʻ-ˁː-ˑˠ-ˤˮͰ-ͳͶ-ͷͺͻ-ͽͿΆΈ-ΊΌΎ-ΡΣ-ϵϷ-ҁ҂Ҋ-ԯԱ-Ֆՙ՚-՟ա-և։ःऄ-हऻऽा-ीॉ-ौॎ-ॏॐक़-ॡ।-॥०-९॰ॱॲ-ঀং-ঃঅ-ঌএ-ঐও-নপ-রলশ-হঽা-ীে-ৈো-ৌৎৗড়-ঢ়য়-ৡ০-৯ৰ-ৱ৴-৹৺ਃਅ-ਊਏ-ਐਓ-ਨਪ-ਰਲ-ਲ਼ਵ-ਸ਼ਸ-ਹਾ-ੀਖ਼-ੜਫ਼੦-੯ੲ-ੴઃઅ-ઍએ-ઑઓ-નપ-રલ-ળવ-હઽા-ીૉો-ૌૐૠ-ૡ૦-૯૰ଂ-ଃଅ-ଌଏ-ଐଓ-ନପ-ରଲ-ଳଵ-ହଽାୀେ-ୈୋ-ୌୗଡ଼-ଢ଼ୟ-ୡ୦-୯୰ୱ୲-୷ஃஅ-ஊஎ-ஐஒ-கங-சஜஞ-டண-தந-பம-ஹா-ிு-ூெ-ைொ-ௌௐௗ௦-௯௰-௲ఁ-ఃఅ-ఌఎ-ఐఒ-నప-హఽు-ౄౘ-ౙౠ-ౡ౦-౯౿ಂ-ಃಅ-ಌಎ-ಐಒ-ನಪ-ಳವ-ಹಽಾಿೀ-ೄೆೇ-ೈೊ-ೋೕ-ೖೞೠ-ೡ೦-೯ೱ-ೲം-ഃഅ-ഌഎ-ഐഒ-ഺഽാ-ീെ-ൈൊ-ൌൎൗൠ-ൡ൦-൯൰-൵൹ൺ-ൿං-ඃඅ-ඖක-නඳ-රලව-ෆා-ෑෘ-ෟ෦-෯ෲ-ෳ෴ก-ะา-ำเ-ๅๆ๏๐-๙๚-๛ກ-ຂຄງ-ຈຊຍດ-ທນ-ຟມ-ຣລວສ-ຫອ-ະາ-ຳຽເ-ໄໆ໐-໙ໜ-ໟༀ༁-༃༄-༒༓༔༕-༗༚-༟༠-༩༪-༳༴༶༸༾-༿ཀ-ཇཉ-ཬཿ྅ྈ-ྌ྾-࿅࿇-࿌࿎-࿏࿐-࿔࿕-࿘࿙-࿚က-ဪါ-ာေးျ-ြဿ၀-၉၊-၏ၐ-ၕၖ-ၗၚ-ၝၡၢ-ၤၥ-ၦၧ-ၭၮ-ၰၵ-ႁႃ-ႄႇ-ႌႎႏ႐-႙ႚ-ႜ႞-႟Ⴀ-ჅჇჍა-ჺ჻ჼჽ-ቈቊ-ቍቐ-ቖቘቚ-ቝበ-ኈኊ-ኍነ-ኰኲ-ኵኸ-ኾዀዂ-ዅወ-ዖዘ-ጐጒ-ጕጘ-ፚ፠-፨፩-፼ᎀ-ᎏᎠ-Ᏼᐁ-ᙬ᙭-᙮ᙯ-ᙿᚁ-ᚚᚠ-ᛪ᛫-᛭ᛮ-ᛰᛱ-ᛸᜀ-ᜌᜎ-ᜑᜠ-ᜱ᜵-᜶ᝀ-ᝑᝠ-ᝬᝮ-ᝰក-ឳាើ-ៅះ-ៈ។-៖ៗ៘-៚ៜ០-៩᠐-᠙ᠠ-ᡂᡃᡄ-ᡷᢀ-ᢨᢪᢰ-ᣵᤀ-ᤞᤣ-ᤦᤩ-ᤫᤰ-ᤱᤳ-ᤸ᥆-᥏ᥐ-ᥭᥰ-ᥴᦀ-ᦫᦰ-ᧀᧁ-ᧇᧈ-ᧉ᧐-᧙᧚ᨀ-ᨖᨙ-ᨚ᨞-᨟ᨠ-ᩔᩕᩗᩡᩣ-ᩤᩭ-ᩲ᪀-᪉᪐-᪙᪠-᪦ᪧ᪨-᪭ᬄᬅ-ᬳᬵᬻᬽ-ᭁᭃ-᭄ᭅ-ᭋ᭐-᭙᭚-᭠᭡-᭪᭴-᭼ᮂᮃ-ᮠᮡᮦ-ᮧ᮪ᮮ-ᮯ᮰-᮹ᮺ-ᯥᯧᯪ-ᯬᯮ᯲-᯳᯼-᯿ᰀ-ᰣᰤ-ᰫᰴ-ᰵ᰻-᰿᱀-᱉ᱍ-ᱏ᱐-᱙ᱚ-ᱷᱸ-ᱽ᱾-᱿᳀-᳇᳓᳡ᳩ-ᳬᳮ-ᳱᳲ-ᳳᳵ-ᳶᴀ-ᴫᴬ-ᵪᵫ-ᵷᵸᵹ-ᶚᶛ-ᶿḀ-ἕἘ-Ἕἠ-ὅὈ-Ὅὐ-ὗὙὛὝὟ-ώᾀ-ᾴᾶ-ᾼιῂ-ῄῆ-ῌῐ-ΐῖ-Ίῠ-Ῥῲ-ῴῶ-ῼ‎ⁱⁿₐ-ₜℂℇℊ-ℓℕℙ-ℝℤΩℨK-ℭℯ-ℴℵ-ℸℹℼ-ℿⅅ-ⅉⅎ⅏Ⅰ-ↂↃ-ↄↅ-ↈ⌶-⍺⎕⒜-ⓩ⚬⠀-⣿Ⰰ-Ⱞⰰ-ⱞⱠ-ⱻⱼ-ⱽⱾ-ⳤⳫ-ⳮⳲ-ⳳⴀ-ⴥⴧⴭⴰ-ⵧⵯ⵰ⶀ-ⶖⶠ-ⶦⶨ-ⶮⶰ-ⶶⶸ-ⶾⷀ-ⷆⷈ-ⷎⷐ-ⷖⷘ-ⷞ々〆〇〡-〩〮-〯〱-〵〸-〺〻〼ぁ-ゖゝ-ゞゟァ-ヺー-ヾヿㄅ-ㄭㄱ-ㆎ㆐-㆑㆒-㆕㆖-㆟ㆠ-ㆺㇰ-ㇿ㈀-㈜㈠-㈩㈪-㉇㉈-㉏㉠-㉻㉿㊀-㊉㊊-㊰㋀-㋋㋐-㋾㌀-㍶㍻-㏝㏠-㏾㐀-䶵一-鿌ꀀ-ꀔꀕꀖ-ꒌꓐ-ꓷꓸ-ꓽ꓾-꓿ꔀ-ꘋꘌꘐ-ꘟ꘠-꘩ꘪ-ꘫꙀ-ꙭꙮꚀ-ꚛꚜ-ꚝꚠ-ꛥꛦ-ꛯ꛲-꛷Ꜣ-ꝯꝰꝱ-ꞇ꞉-꞊Ꞌ-ꞎꞐ-ꞭꞰ-Ʇꟷꟸ-ꟹꟺꟻ-ꠁꠃ-ꠅꠇ-ꠊꠌ-ꠢꠣ-ꠤꠧ꠰-꠵꠶-꠷ꡀ-ꡳꢀ-ꢁꢂ-ꢳꢴ-ꣃ꣎-꣏꣐-꣙ꣲ-ꣷ꣸-꣺ꣻ꤀-꤉ꤊ-ꤥ꤮-꤯ꤰ-ꥆꥒ-꥓꥟ꥠ-ꥼꦃꦄ-ꦲꦴ-ꦵꦺ-ꦻꦽ-꧀꧁-꧍ꧏ꧐-꧙꧞-꧟ꧠ-ꧤꧦꧧ-ꧯ꧰-꧹ꧺ-ꧾꨀ-ꨨꨯ-ꨰꨳ-ꨴꩀ-ꩂꩄ-ꩋꩍ꩐-꩙꩜-꩟ꩠ-ꩯꩰꩱ-ꩶ꩷-꩹ꩺꩻꩽꩾ-ꪯꪱꪵ-ꪶꪹ-ꪽꫀꫂꫛ-ꫜꫝ꫞-꫟ꫠ-ꫪꫫꫮ-ꫯ꫰-꫱ꫲꫳ-ꫴꫵꬁ-ꬆꬉ-ꬎꬑ-ꬖꬠ-ꬦꬨ-ꬮꬰ-ꭚ꭛ꭜ-ꭟꭤ-ꭥꯀ-ꯢꯣ-ꯤꯦ-ꯧꯩ-ꯪ꯫꯬꯰-꯹가-힣ힰ-ퟆퟋ-ퟻ-豈-舘並-龎ff-stﬓ-ﬗA-Za-zヲ-ッーア-ン゙-゚ᅠ-하-ᅦᅧ-ᅬᅭ-ᅲᅳ-ᅵ"+zl+Hl+"]"),Ul=new RegExp("["+zl+Hl+"]");function Vl(e){var t=Kl.exec(e);return null==t?null:t[0]}function $l(e){var t=Vl(e);return null==t?Fl.NEUTRAL:Ul.exec(t)?Fl.RTL:Fl.LTR}function ql(e,t){if(t=t||Fl.NEUTRAL,!e.length)return t;var n=$l(e);return n===Fl.NEUTRAL?t:n}function Zl(e,t){return t||(t=Fl.getGlobalDir()),Fl.isStrong(t)||("production"!==process.env.NODE_ENV?Pl(!1,"Fallback direction must be a strong direction"):Pl(!1)),ql(e,t)}var Wl={firstStrongChar:Vl,firstStrongCharDir:$l,resolveBlockDir:ql,getDirection:Zl,isDirectionLTR:function(e,t){return Zl(e,t)===Fl.LTR},isDirectionRTL:function(e,t){return Zl(e,t)===Fl.RTL}};function Gl(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}var Yl,Xl=Wl,Jl=Nl,Ql=ps,ec=function(){function e(e){Gl(this,"_defaultDir",void 0),Gl(this,"_lastDir",void 0),e?Jl.isStrong(e)||("production"!==process.env.NODE_ENV?Ql(!1,"Default direction must be a strong direction (LTR or RTL)"):Ql(!1)):e=Jl.getGlobalDir(),this._defaultDir=e,this.reset()}var t=e.prototype;return t.reset=function(){this._lastDir=this._defaultDir},t.getDirection=function(e){return this._lastDir=Xl.getDirection(e,this._lastDir),this._lastDir},e}(),tc=function(e){if(null!=e)return e;throw new Error("Got unexpected null or undefined")},nc=ec,rc=ha.exports,oc=tc,ic=rc.OrderedMap;function ac(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),r.forEach((function(t){sc(e,t,n[t])}))}return e}function sc(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}var uc=Zu,lc=Ml,cc={getDirectionMap:function(e,t){Yl?Yl.reset():Yl=new nc;var n=e.getBlockMap(),r=n.valueSeq().map((function(e){return oc(Yl).getDirection(e.getText())})),o=ic(n.keySeq().zip(r));return null!=t&&rc.is(t,o)?t:o}},fc=al,dc=ha.exports,pc=dc.OrderedSet,hc=dc.Record,gc=dc.Stack,vc=dc.OrderedMap,mc=dc.List,bc=hc({allowUndo:!0,currentContent:null,decorator:null,directionMap:null,forceSelection:!1,inCompositionMode:!1,inlineStyleOverride:null,lastChangeType:null,nativelyRenderedContent:null,redoStack:gc(),selection:null,treeMap:null,undoStack:gc()}),yc=function(){t.createEmpty=function(e){return this.createWithText("",e)},t.createWithText=function(e,n){return t.createWithContent(lc.createFromText(e),n)},t.createWithContent=function(e,n){if(0===e.getBlockMap().count())return t.createEmpty(n);var r=e.getBlockMap().first().getKey();return t.create({currentContent:e,undoStack:gc(),redoStack:gc(),decorator:n||null,selection:fc.createEmpty(r)})},t.create=function(e){var n=e.currentContent,r=ac({},e,{treeMap:Cc(n,e.decorator),directionMap:cc.getDirectionMap(n)});return new t(new bc(r))},t.fromJS=function(e){return new t(new bc(ac({},e,{directionMap:null!=e.directionMap?vc(e.directionMap):e.directionMap,inlineStyleOverride:null!=e.inlineStyleOverride?pc(e.inlineStyleOverride):e.inlineStyleOverride,nativelyRenderedContent:null!=e.nativelyRenderedContent?lc.fromJS(e.nativelyRenderedContent):e.nativelyRenderedContent,redoStack:null!=e.redoStack?gc(e.redoStack.map((function(e){return lc.fromJS(e)}))):e.redoStack,selection:null!=e.selection?new fc(e.selection):e.selection,treeMap:null!=e.treeMap?vc(e.treeMap).map((function(e){return mc(e).map((function(e){return uc.fromJS(e)}))})):e.treeMap,undoStack:null!=e.undoStack?gc(e.undoStack.map((function(e){return lc.fromJS(e)}))):e.undoStack,currentContent:lc.fromJS(e.currentContent)})))},t.set=function(e,n){var r=e.getImmutable().withMutations((function(t){var r=t.get("decorator"),o=r;null===n.decorator?o=null:n.decorator&&(o=n.decorator);var i=n.currentContent||e.getCurrentContent();if(o!==r){var a,s=t.get("treeMap");return a=o&&r?function(e,t,n,r,o){return n.merge(t.toSeq().filter((function(t){return r.getDecorations(t,e)!==o.getDecorations(t,e)})).map((function(t){return uc.generate(e,t,r)})))}(i,i.getBlockMap(),s,o,r):Cc(i,o),void t.merge({decorator:o,treeMap:a,nativelyRenderedContent:null})}i!==e.getCurrentContent()&&t.set("treeMap",function(e,t,n,r){var o=e.getCurrentContent().set("entityMap",n),i=o.getBlockMap();return e.getImmutable().get("treeMap").merge(t.toSeq().filter((function(e,t){return e!==i.get(t)})).map((function(e){return uc.generate(o,e,r)})))}(e,i.getBlockMap(),i.getEntityMap(),o)),t.merge(n)}));return new t(r)};var e=t.prototype;function t(e){sc(this,"_immutable",void 0),this._immutable=e}return e.toJS=function(){return this.getImmutable().toJS()},e.getAllowUndo=function(){return this.getImmutable().get("allowUndo")},e.getCurrentContent=function(){return this.getImmutable().get("currentContent")},e.getUndoStack=function(){return this.getImmutable().get("undoStack")},e.getRedoStack=function(){return this.getImmutable().get("redoStack")},e.getSelection=function(){return this.getImmutable().get("selection")},e.getDecorator=function(){return this.getImmutable().get("decorator")},e.isInCompositionMode=function(){return this.getImmutable().get("inCompositionMode")},e.mustForceSelection=function(){return this.getImmutable().get("forceSelection")},e.getNativelyRenderedContent=function(){return this.getImmutable().get("nativelyRenderedContent")},e.getLastChangeType=function(){return this.getImmutable().get("lastChangeType")},e.getInlineStyleOverride=function(){return this.getImmutable().get("inlineStyleOverride")},t.setInlineStyleOverride=function(e,n){return t.set(e,{inlineStyleOverride:n})},e.getCurrentInlineStyle=function(){var e=this.getInlineStyleOverride();if(null!=e)return e;var t=this.getCurrentContent(),n=this.getSelection();return n.isCollapsed()?function(e,t){var n=t.getStartKey(),r=t.getStartOffset(),o=e.getBlockForKey(n);if(r>0)return o.getInlineStyleAt(r-1);if(o.getLength())return o.getInlineStyleAt(0);return xc(e,n)}(t,n):function(e,t){var n=t.getStartKey(),r=t.getStartOffset(),o=e.getBlockForKey(n);if(r<o.getLength())return o.getInlineStyleAt(r);if(r>0)return o.getInlineStyleAt(r-1);return xc(e,n)}(t,n)},e.getBlockTree=function(e){return this.getImmutable().getIn(["treeMap",e])},e.isSelectionAtStartOfContent=function(){var e=this.getCurrentContent().getBlockMap().first().getKey();return this.getSelection().hasEdgeWithin(e,0,0)},e.isSelectionAtEndOfContent=function(){var e=this.getCurrentContent().getBlockMap().last(),t=e.getLength();return this.getSelection().hasEdgeWithin(e.getKey(),t,t)},e.getDirectionMap=function(){return this.getImmutable().get("directionMap")},t.acceptSelection=function(e,t){return wc(e,t,!1)},t.forceSelection=function(e,t){return t.getHasFocus()||(t=t.set("hasFocus",!0)),wc(e,t,!0)},t.moveSelectionToEnd=function(e){var n=e.getCurrentContent().getLastBlock(),r=n.getKey(),o=n.getLength();return t.acceptSelection(e,new fc({anchorKey:r,anchorOffset:o,focusKey:r,focusOffset:o,isBackward:!1}))},t.moveFocusToEnd=function(e){var n=t.moveSelectionToEnd(e);return t.forceSelection(n,n.getSelection())},t.push=function(e,n,r){var o=!(arguments.length>3&&void 0!==arguments[3])||arguments[3];if(e.getCurrentContent()===n)return e;var i=cc.getDirectionMap(n,e.getDirectionMap());if(!e.getAllowUndo())return t.set(e,{currentContent:n,directionMap:i,lastChangeType:r,selection:n.getSelectionAfter(),forceSelection:o,inlineStyleOverride:null});var a=e.getSelection(),s=e.getCurrentContent(),u=e.getUndoStack(),l=n;a!==s.getSelectionAfter()||_c(e,r)?(u=u.push(s),l=l.set("selectionBefore",a)):"insert-characters"!==r&&"backspace-character"!==r&&"delete-character"!==r||(l=l.set("selectionBefore",s.getSelectionBefore()));var c=e.getInlineStyleOverride(),f=["adjust-depth","change-block-type","split-block"];-1===f.indexOf(r)&&(c=null);var d={currentContent:l,directionMap:i,undoStack:u,redoStack:gc(),lastChangeType:r,selection:n.getSelectionAfter(),forceSelection:o,inlineStyleOverride:c};return t.set(e,d)},t.undo=function(e){if(!e.getAllowUndo())return e;var n=e.getUndoStack(),r=n.peek();if(!r)return e;var o=e.getCurrentContent(),i=cc.getDirectionMap(r,e.getDirectionMap());return t.set(e,{currentContent:r,directionMap:i,undoStack:n.shift(),redoStack:e.getRedoStack().push(o),forceSelection:!0,inlineStyleOverride:null,lastChangeType:"undo",nativelyRenderedContent:null,selection:o.getSelectionBefore()})},t.redo=function(e){if(!e.getAllowUndo())return e;var n=e.getRedoStack(),r=n.peek();if(!r)return e;var o=e.getCurrentContent(),i=cc.getDirectionMap(r,e.getDirectionMap());return t.set(e,{currentContent:r,directionMap:i,undoStack:e.getUndoStack().push(o),redoStack:n.shift(),forceSelection:!0,inlineStyleOverride:null,lastChangeType:"redo",nativelyRenderedContent:null,selection:r.getSelectionAfter()})},e.getImmutable=function(){return this._immutable},t}();function wc(e,t,n){return yc.set(e,{selection:t,forceSelection:n,nativelyRenderedContent:null,inlineStyleOverride:null})}function Cc(e,t){return e.getBlockMap().map((function(n){return uc.generate(e,n,t)})).toOrderedMap()}function _c(e,t){return t!==e.getLastChangeType()||"insert-characters"!==t&&"backspace-character"!==t&&"delete-character"!==t}function xc(e,t){var n=e.getBlockMap().reverse().skipUntil((function(e,n){return n===t})).skip(1).skipUntil((function(e,t){return e.getLength()})).first();return n?n.getInlineStyleAt(n.getLength()-1):pc()}var Sc=yc,kc=ns,Ec=Js,Oc=ha.exports,Tc=ps,Lc=Oc.OrderedMap,Dc=Oc.List,Mc=function(e,t,n){if(e){var r=t.get(e);r&&t.set(e,n(r))}},Ac=function(e,t,n,r,o){if(!o)return e;var i="after"===r,a=t.getKey(),s=n.getKey(),u=t.getParentKey(),l=t.getNextSiblingKey(),c=t.getPrevSiblingKey(),f=n.getParentKey(),d=i?n.getNextSiblingKey():s,p=i?s:n.getPrevSiblingKey();return e.withMutations((function(e){Mc(u,e,(function(e){var t=e.getChildKeys();return e.merge({children:t.delete(t.indexOf(a))})})),Mc(c,e,(function(e){return e.merge({nextSibling:l})})),Mc(l,e,(function(e){return e.merge({prevSibling:c})})),Mc(d,e,(function(e){return e.merge({prevSibling:a})})),Mc(p,e,(function(e){return e.merge({nextSibling:a})})),Mc(f,e,(function(e){var t=e.getChildKeys(),n=t.indexOf(s),r=i?n+1:0!==n?n-1:0,o=t.toArray();return o.splice(r,0,a),e.merge({children:Dc(o)})})),Mc(a,e,(function(e){return e.merge({nextSibling:d,prevSibling:p,parent:f})}))}))};function Rc(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),r.forEach((function(t){Bc(e,t,n[t])}))}return e}function Bc(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}var Ic=va,jc=Ea,Nc=Ha,Fc=ns,Pc=Au,zc=Sc,Hc=_s,Kc=ha.exports,Uc=function(e,t,n,r){"replace"===r&&("production"!==process.env.NODE_ENV?Tc(!1,"Replacing blocks is not supported."):Tc(!1));var o=n.getKey(),i=t.getKey();i===o&&("production"!==process.env.NODE_ENV?Tc(!1,"Block cannot be moved next to itself."):Tc(!1));var a=e.getBlockMap(),s=t instanceof kc,u=[t],l=a.delete(i);s&&(u=[],l=a.withMutations((function(e){var n=t.getNextSiblingKey(),r=Ec(t,e);e.toSeq().skipUntil((function(e){return e.getKey()===i})).takeWhile((function(e){var t=e.getKey(),o=t===i,a=n&&t!==n,s=!n&&e.getParentKey()&&(!r||t!==r);return!!(o||a||s)})).forEach((function(t){u.push(t),e.delete(t.getKey())}))})));var c=l.toSeq().takeUntil((function(e){return e===n})),f=l.toSeq().skipUntil((function(e){return e===n})).skip(1),d=u.map((function(e){return[e.getKey(),e]})),p=Lc();if("before"===r){var h=e.getBlockBefore(o);h&&h.getKey()===t.getKey()&&("production"!==process.env.NODE_ENV?Tc(!1,"Block cannot be moved next to itself."):Tc(!1)),p=c.concat([].concat(d,[[o,n]]),f).toOrderedMap()}else if("after"===r){var g=e.getBlockAfter(o);g&&g.getKey()===i&&("production"!==process.env.NODE_ENV?Tc(!1,"Block cannot be moved next to itself."):Tc(!1)),p=c.concat([[o,n]].concat(d),f).toOrderedMap()}return e.merge({blockMap:Ac(p,t,n,r,s),selectionBefore:e.getSelectionAfter(),selectionAfter:e.getSelectionAfter().merge({anchorKey:i,focusKey:i})})},Vc=sl("draft_tree_data_support"),$c=Vc?Fc:Nc,qc=Kc.List,Zc=Kc.Repeat,Wc={insertAtomicBlock:function(e,t,n){var r=e.getCurrentContent(),o=e.getSelection(),i=Pc.removeRange(r,o,"backward"),a=i.getSelectionAfter(),s=Pc.splitBlock(i,a),u=s.getSelectionAfter(),l=Pc.setBlockType(s,u,"atomic"),c=jc.create({entity:t}),f={key:Hc(),type:"atomic",text:n,characterList:qc(Zc(c,n.length))},d={key:Hc(),type:"unstyled"};Vc&&(f=Rc({},f,{nextSibling:d.key}),d=Rc({},d,{prevSibling:f.key}));var p=[new $c(f),new $c(d)],h=Ic.createFromArray(p),g=Pc.replaceWithFragment(l,u,h),v=g.merge({selectionBefore:o,selectionAfter:g.getSelectionAfter().set("hasFocus",!0)});return zc.push(e,v,"insert-fragment")},moveAtomicBlock:function(e,t,n,r){var o,i=e.getCurrentContent(),a=e.getSelection();if("before"===r||"after"===r){var s=i.getBlockForKey("before"===r?n.getStartKey():n.getEndKey());o=Uc(i,t,s,r)}else{var u=Pc.removeRange(i,n,"backward"),l=u.getSelectionAfter(),c=u.getBlockForKey(l.getFocusKey());if(0===l.getStartOffset())o=Uc(u,t,c,"before");else if(l.getEndOffset()===c.getLength())o=Uc(u,t,c,"after");else{var f=Pc.splitBlock(u,l),d=f.getSelectionAfter(),p=f.getBlockForKey(d.getFocusKey());o=Uc(f,t,p,"before")}}var h=o.merge({selectionBefore:a,selectionAfter:o.getSelectionAfter().set("hasFocus",!0)});return zc.push(e,h,"move-block")}};var Gc=ha.exports.List,Yc=function(){function e(e){var t,n,r;r=void 0,(n="_decorators")in(t=this)?Object.defineProperty(t,n,{value:r,enumerable:!0,configurable:!0,writable:!0}):t[n]=r,this._decorators=e.slice()}var t=e.prototype;return t.getDecorations=function(e,t){var n=Array(e.getText().length).fill(null);return this._decorators.forEach((function(r,o){var i=0;(0,r.strategy)(e,(function(e,t){(function(e,t,n){for(var r=t;r<n;r++)if(null!=e[r])return!1;return!0})(n,e,t)&&(!function(e,t,n,r){for(var o=t;o<n;o++)e[o]=r}(n,e,t,o+"."+i),i++)}),t)})),Gc(n)},t.getComponentForKey=function(e){var t=parseInt(e.split(".")[0],10);return this._decorators[t].component},t.getPropsForKey=function(e){var t=parseInt(e.split(".")[0],10);return this._decorators[t].props},e}();var Xc=Yc;function Jc(e){return e.replace(/\//g,"-")}var Qc=function(e){return"object"==typeof e?Object.keys(e).filter((function(t){return e[t]})).map(Jc).join(" "):Array.prototype.map.call(arguments,Jc).join(" ")},ef=o,tf=Qc,nf=(0,ha.exports.Map)({"header-one":{element:"h1"},"header-two":{element:"h2"},"header-three":{element:"h3"},"header-four":{element:"h4"},"header-five":{element:"h5"},"header-six":{element:"h6"},section:{element:"section"},article:{element:"article"},"unordered-list-item":{element:"li",wrapper:ef.createElement("ul",{className:tf("public/DraftStyleDefault/ul")})},"ordered-list-item":{element:"li",wrapper:ef.createElement("ol",{className:tf("public/DraftStyleDefault/ol")})},blockquote:{element:"blockquote"},atomic:{element:"figure"},"code-block":{element:"pre",wrapper:ef.createElement("pre",{className:tf("public/DraftStyleDefault/pre")})},unstyled:{element:"div",aliasedElements:["p"]}}),rf={BOLD:{fontWeight:"bold"},CODE:{fontFamily:"monospace",wordWrap:"break-word"},ITALIC:{fontStyle:"italic"},STRIKETHROUGH:{textDecoration:"line-through"},UNDERLINE:{textDecoration:"underline"}},of=Object.getOwnPropertySymbols,af=Object.prototype.hasOwnProperty,sf=Object.prototype.propertyIsEnumerable;function uf(e){if(null==e)throw new TypeError("Object.assign cannot be called with null or undefined");return Object(e)}var lf=function(){try{if(!Object.assign)return!1;var e=new String("abc");if(e[5]="de","5"===Object.getOwnPropertyNames(e)[0])return!1;for(var t={},n=0;n<10;n++)t["_"+String.fromCharCode(n)]=n;if("0123456789"!==Object.getOwnPropertyNames(t).map((function(e){return t[e]})).join(""))return!1;var r={};return"abcdefghijklmnopqrst".split("").forEach((function(e){r[e]=e})),"abcdefghijklmnopqrst"===Object.keys(Object.assign({},r)).join("")}catch(e){return!1}}()?Object.assign:function(e,t){for(var n,r,o=uf(e),i=1;i<arguments.length;i++){for(var a in n=Object(arguments[i]))af.call(n,a)&&(o[a]=n[a]);if(of){r=of(n);for(var s=0;s<r.length;s++)sf.call(n,r[s])&&(o[r[s]]=n[r[s]])}}return o},cf={exports:{}};!function(e,t){!function(n,r){var o="function",i="undefined",a="object",s="string",u="model",l="name",c="type",f="vendor",d="version",p="architecture",h="console",g="mobile",v="tablet",m="smarttv",b="wearable",y="embedded",w="Amazon",C="Apple",_="ASUS",x="BlackBerry",S="Firefox",k="Google",E="Huawei",O="LG",T="Microsoft",L="Motorola",D="Opera",M="Samsung",A="Sony",R="Xiaomi",B="Zebra",I="Facebook",j=function(e){for(var t={},n=0;n<e.length;n++)t[e[n].toUpperCase()]=e[n];return t},N=function(e,t){return typeof e===s&&-1!==F(t).indexOf(F(e))},F=function(e){return e.toLowerCase()},P=function(e,t){if(typeof e===s)return e=e.replace(/^\s\s*/,"").replace(/\s\s*$/,""),typeof t===i?e:e.substring(0,255)},z=function(e,t){for(var n,i,s,u,l,c,f=0;f<t.length&&!l;){var d=t[f],p=t[f+1];for(n=i=0;n<d.length&&!l;)if(l=d[n++].exec(e))for(s=0;s<p.length;s++)c=l[++i],typeof(u=p[s])===a&&u.length>0?2===u.length?typeof u[1]==o?this[u[0]]=u[1].call(this,c):this[u[0]]=u[1]:3===u.length?typeof u[1]!==o||u[1].exec&&u[1].test?this[u[0]]=c?c.replace(u[1],u[2]):r:this[u[0]]=c?u[1].call(this,c,u[2]):r:4===u.length&&(this[u[0]]=c?u[3].call(this,c.replace(u[1],u[2])):r):this[u]=c||r;f+=2}},H=function(e,t){for(var n in t)if(typeof t[n]===a&&t[n].length>0){for(var o=0;o<t[n].length;o++)if(N(t[n][o],e))return"?"===n?r:n}else if(N(t[n],e))return"?"===n?r:n;return e},K={ME:"4.90","NT 3.11":"NT3.51","NT 4.0":"NT4.0",2e3:"NT 5.0",XP:["NT 5.1","NT 5.2"],Vista:"NT 6.0",7:"NT 6.1",8:"NT 6.2",8.1:"NT 6.3",10:["NT 6.4","NT 10.0"],RT:"ARM"},U={browser:[[/\b(?:crmo|crios)\/([\w\.]+)/i],[d,[l,"Chrome"]],[/edg(?:e|ios|a)?\/([\w\.]+)/i],[d,[l,"Edge"]],[/(opera mini)\/([-\w\.]+)/i,/(opera [mobiletab]{3,6})\b.+version\/([-\w\.]+)/i,/(opera)(?:.+version\/|[\/ ]+)([\w\.]+)/i],[l,d],[/opios[\/ ]+([\w\.]+)/i],[d,[l,"Opera Mini"]],[/\bopr\/([\w\.]+)/i],[d,[l,D]],[/(kindle)\/([\w\.]+)/i,/(lunascape|maxthon|netfront|jasmine|blazer)[\/ ]?([\w\.]*)/i,/(avant |iemobile|slim)(?:browser)?[\/ ]?([\w\.]*)/i,/(ba?idubrowser)[\/ ]?([\w\.]+)/i,/(?:ms|\()(ie) ([\w\.]+)/i,/(flock|rockmelt|midori|epiphany|silk|skyfire|ovibrowser|bolt|iron|vivaldi|iridium|phantomjs|bowser|quark|qupzilla|falkon|rekonq|puffin|brave|whale|qqbrowserlite|qq)\/([-\w\.]+)/i,/(weibo)__([\d\.]+)/i],[l,d],[/(?:\buc? ?browser|(?:juc.+)ucweb)[\/ ]?([\w\.]+)/i],[d,[l,"UCBrowser"]],[/\bqbcore\/([\w\.]+)/i],[d,[l,"WeChat(Win) Desktop"]],[/micromessenger\/([\w\.]+)/i],[d,[l,"WeChat"]],[/konqueror\/([\w\.]+)/i],[d,[l,"Konqueror"]],[/trident.+rv[: ]([\w\.]{1,9})\b.+like gecko/i],[d,[l,"IE"]],[/yabrowser\/([\w\.]+)/i],[d,[l,"Yandex"]],[/(avast|avg)\/([\w\.]+)/i],[[l,/(.+)/,"$1 Secure Browser"],d],[/\bfocus\/([\w\.]+)/i],[d,[l,"Firefox Focus"]],[/\bopt\/([\w\.]+)/i],[d,[l,"Opera Touch"]],[/coc_coc\w+\/([\w\.]+)/i],[d,[l,"Coc Coc"]],[/dolfin\/([\w\.]+)/i],[d,[l,"Dolphin"]],[/coast\/([\w\.]+)/i],[d,[l,"Opera Coast"]],[/miuibrowser\/([\w\.]+)/i],[d,[l,"MIUI Browser"]],[/fxios\/([-\w\.]+)/i],[d,[l,S]],[/\bqihu|(qi?ho?o?|360)browser/i],[[l,"360 Browser"]],[/(oculus|samsung|sailfish)browser\/([\w\.]+)/i],[[l,/(.+)/,"$1 Browser"],d],[/(comodo_dragon)\/([\w\.]+)/i],[[l,/_/g," "],d],[/(electron)\/([\w\.]+) safari/i,/(tesla)(?: qtcarbrowser|\/(20\d\d\.[-\w\.]+))/i,/m?(qqbrowser|baiduboxapp|2345Explorer)[\/ ]?([\w\.]+)/i],[l,d],[/(metasr)[\/ ]?([\w\.]+)/i,/(lbbrowser)/i],[l],[/((?:fban\/fbios|fb_iab\/fb4a)(?!.+fbav)|;fbav\/([\w\.]+);)/i],[[l,I],d],[/safari (line)\/([\w\.]+)/i,/\b(line)\/([\w\.]+)\/iab/i,/(chromium|instagram)[\/ ]([-\w\.]+)/i],[l,d],[/\bgsa\/([\w\.]+) .*safari\//i],[d,[l,"GSA"]],[/headlesschrome(?:\/([\w\.]+)| )/i],[d,[l,"Chrome Headless"]],[/ wv\).+(chrome)\/([\w\.]+)/i],[[l,"Chrome WebView"],d],[/droid.+ version\/([\w\.]+)\b.+(?:mobile safari|safari)/i],[d,[l,"Android Browser"]],[/(chrome|omniweb|arora|[tizenoka]{5} ?browser)\/v?([\w\.]+)/i],[l,d],[/version\/([\w\.]+) .*mobile\/\w+ (safari)/i],[d,[l,"Mobile Safari"]],[/version\/([\w\.]+) .*(mobile ?safari|safari)/i],[d,l],[/webkit.+?(mobile ?safari|safari)(\/[\w\.]+)/i],[l,[d,H,{"1.0":"/8",1.2:"/1",1.3:"/3","2.0":"/412","2.0.2":"/416","2.0.3":"/417","2.0.4":"/419","?":"/"}]],[/(webkit|khtml)\/([\w\.]+)/i],[l,d],[/(navigator|netscape\d?)\/([-\w\.]+)/i],[[l,"Netscape"],d],[/mobile vr; rv:([\w\.]+)\).+firefox/i],[d,[l,"Firefox Reality"]],[/ekiohf.+(flow)\/([\w\.]+)/i,/(swiftfox)/i,/(icedragon|iceweasel|camino|chimera|fennec|maemo browser|minimo|conkeror|klar)[\/ ]?([\w\.\+]+)/i,/(seamonkey|k-meleon|icecat|iceape|firebird|phoenix|palemoon|basilisk|waterfox)\/([-\w\.]+)$/i,/(firefox)\/([\w\.]+)/i,/(mozilla)\/([\w\.]+) .+rv\:.+gecko\/\d+/i,/(polaris|lynx|dillo|icab|doris|amaya|w3m|netsurf|sleipnir|obigo|mosaic|(?:go|ice|up)[\. ]?browser)[-\/ ]?v?([\w\.]+)/i,/(links) \(([\w\.]+)/i],[l,d]],cpu:[[/(?:(amd|x(?:(?:86|64)[-_])?|wow|win)64)[;\)]/i],[[p,"amd64"]],[/(ia32(?=;))/i],[[p,F]],[/((?:i[346]|x)86)[;\)]/i],[[p,"ia32"]],[/\b(aarch64|arm(v?8e?l?|_?64))\b/i],[[p,"arm64"]],[/\b(arm(?:v[67])?ht?n?[fl]p?)\b/i],[[p,"armhf"]],[/windows (ce|mobile); ppc;/i],[[p,"arm"]],[/((?:ppc|powerpc)(?:64)?)(?: mac|;|\))/i],[[p,/ower/,"",F]],[/(sun4\w)[;\)]/i],[[p,"sparc"]],[/((?:avr32|ia64(?=;))|68k(?=\))|\barm(?=v(?:[1-7]|[5-7]1)l?|;|eabi)|(?=atmel )avr|(?:irix|mips|sparc)(?:64)?\b|pa-risc)/i],[[p,F]]],device:[[/\b(sch-i[89]0\d|shw-m380s|sm-[pt]\w{2,4}|gt-[pn]\d{2,4}|sgh-t8[56]9|nexus 10)/i],[u,[f,M],[c,v]],[/\b((?:s[cgp]h|gt|sm)-\w+|galaxy nexus)/i,/samsung[- ]([-\w]+)/i,/sec-(sgh\w+)/i],[u,[f,M],[c,g]],[/\((ip(?:hone|od)[\w ]*);/i],[u,[f,C],[c,g]],[/\((ipad);[-\w\),; ]+apple/i,/applecoremedia\/[\w\.]+ \((ipad)/i,/\b(ipad)\d\d?,\d\d?[;\]].+ios/i],[u,[f,C],[c,v]],[/\b((?:ag[rs][23]?|bah2?|sht?|btv)-a?[lw]\d{2})\b(?!.+d\/s)/i],[u,[f,E],[c,v]],[/(?:huawei|honor)([-\w ]+)[;\)]/i,/\b(nexus 6p|\w{2,4}-[atu]?[ln][01259x][012359][an]?)\b(?!.+d\/s)/i],[u,[f,E],[c,g]],[/\b(poco[\w ]+)(?: bui|\))/i,/\b; (\w+) build\/hm\1/i,/\b(hm[-_ ]?note?[_ ]?(?:\d\w)?) bui/i,/\b(redmi[\-_ ]?(?:note|k)?[\w_ ]+)(?: bui|\))/i,/\b(mi[-_ ]?(?:a\d|one|one[_ ]plus|note lte|max)?[_ ]?(?:\d?\w?)[_ ]?(?:plus|se|lite)?)(?: bui|\))/i],[[u,/_/g," "],[f,R],[c,g]],[/\b(mi[-_ ]?(?:pad)(?:[\w_ ]+))(?: bui|\))/i],[[u,/_/g," "],[f,R],[c,v]],[/; (\w+) bui.+ oppo/i,/\b(cph[12]\d{3}|p(?:af|c[al]|d\w|e[ar])[mt]\d0|x9007|a101op)\b/i],[u,[f,"OPPO"],[c,g]],[/vivo (\w+)(?: bui|\))/i,/\b(v[12]\d{3}\w?[at])(?: bui|;)/i],[u,[f,"Vivo"],[c,g]],[/\b(rmx[12]\d{3})(?: bui|;|\))/i],[u,[f,"Realme"],[c,g]],[/\b(milestone|droid(?:[2-4x]| (?:bionic|x2|pro|razr))?:?( 4g)?)\b[\w ]+build\//i,/\bmot(?:orola)?[- ](\w*)/i,/((?:moto[\w\(\) ]+|xt\d{3,4}|nexus 6)(?= bui|\)))/i],[u,[f,L],[c,g]],[/\b(mz60\d|xoom[2 ]{0,2}) build\//i],[u,[f,L],[c,v]],[/((?=lg)?[vl]k\-?\d{3}) bui| 3\.[-\w; ]{10}lg?-([06cv9]{3,4})/i],[u,[f,O],[c,v]],[/(lm(?:-?f100[nv]?|-[\w\.]+)(?= bui|\))|nexus [45])/i,/\blg[-e;\/ ]+((?!browser|netcast|android tv)\w+)/i,/\blg-?([\d\w]+) bui/i],[u,[f,O],[c,g]],[/(ideatab[-\w ]+)/i,/lenovo ?(s[56]000[-\w]+|tab(?:[\w ]+)|yt[-\d\w]{6}|tb[-\d\w]{6})/i],[u,[f,"Lenovo"],[c,v]],[/(?:maemo|nokia).*(n900|lumia \d+)/i,/nokia[-_ ]?([-\w\.]*)/i],[[u,/_/g," "],[f,"Nokia"],[c,g]],[/(pixel c)\b/i],[u,[f,k],[c,v]],[/droid.+; (pixel[\daxl ]{0,6})(?: bui|\))/i],[u,[f,k],[c,g]],[/droid.+ ([c-g]\d{4}|so[-gl]\w+|xq-a\w[4-7][12])(?= bui|\).+chrome\/(?![1-6]{0,1}\d\.))/i],[u,[f,A],[c,g]],[/sony tablet [ps]/i,/\b(?:sony)?sgp\w+(?: bui|\))/i],[[u,"Xperia Tablet"],[f,A],[c,v]],[/ (kb2005|in20[12]5|be20[12][59])\b/i,/(?:one)?(?:plus)? (a\d0\d\d)(?: b|\))/i],[u,[f,"OnePlus"],[c,g]],[/(alexa)webm/i,/(kf[a-z]{2}wi)( bui|\))/i,/(kf[a-z]+)( bui|\)).+silk\//i],[u,[f,w],[c,v]],[/((?:sd|kf)[0349hijorstuw]+)( bui|\)).+silk\//i],[[u,/(.+)/g,"Fire Phone $1"],[f,w],[c,g]],[/(playbook);[-\w\),; ]+(rim)/i],[u,f,[c,v]],[/\b((?:bb[a-f]|st[hv])100-\d)/i,/\(bb10; (\w+)/i],[u,[f,x],[c,g]],[/(?:\b|asus_)(transfo[prime ]{4,10} \w+|eeepc|slider \w+|nexus 7|padfone|p00[cj])/i],[u,[f,_],[c,v]],[/ (z[bes]6[027][012][km][ls]|zenfone \d\w?)\b/i],[u,[f,_],[c,g]],[/(nexus 9)/i],[u,[f,"HTC"],[c,v]],[/(htc)[-;_ ]{1,2}([\w ]+(?=\)| bui)|\w+)/i,/(zte)[- ]([\w ]+?)(?: bui|\/|\))/i,/(alcatel|geeksphone|nexian|panasonic|sony)[-_ ]?([-\w]*)/i],[f,[u,/_/g," "],[c,g]],[/droid.+; ([ab][1-7]-?[0178a]\d\d?)/i],[u,[f,"Acer"],[c,v]],[/droid.+; (m[1-5] note) bui/i,/\bmz-([-\w]{2,})/i],[u,[f,"Meizu"],[c,g]],[/\b(sh-?[altvz]?\d\d[a-ekm]?)/i],[u,[f,"Sharp"],[c,g]],[/(blackberry|benq|palm(?=\-)|sonyericsson|acer|asus|dell|meizu|motorola|polytron)[-_ ]?([-\w]*)/i,/(hp) ([\w ]+\w)/i,/(asus)-?(\w+)/i,/(microsoft); (lumia[\w ]+)/i,/(lenovo)[-_ ]?([-\w]+)/i,/(jolla)/i,/(oppo) ?([\w ]+) bui/i],[f,u,[c,g]],[/(archos) (gamepad2?)/i,/(hp).+(touchpad(?!.+tablet)|tablet)/i,/(kindle)\/([\w\.]+)/i,/(nook)[\w ]+build\/(\w+)/i,/(dell) (strea[kpr\d ]*[\dko])/i,/(le[- ]+pan)[- ]+(\w{1,9}) bui/i,/(trinity)[- ]*(t\d{3}) bui/i,/(gigaset)[- ]+(q\w{1,9}) bui/i,/(vodafone) ([\w ]+)(?:\)| bui)/i],[f,u,[c,v]],[/(surface duo)/i],[u,[f,T],[c,v]],[/droid [\d\.]+; (fp\du?)(?: b|\))/i],[u,[f,"Fairphone"],[c,g]],[/(u304aa)/i],[u,[f,"AT&T"],[c,g]],[/\bsie-(\w*)/i],[u,[f,"Siemens"],[c,g]],[/\b(rct\w+) b/i],[u,[f,"RCA"],[c,v]],[/\b(venue[\d ]{2,7}) b/i],[u,[f,"Dell"],[c,v]],[/\b(q(?:mv|ta)\w+) b/i],[u,[f,"Verizon"],[c,v]],[/\b(?:barnes[& ]+noble |bn[rt])([\w\+ ]*) b/i],[u,[f,"Barnes & Noble"],[c,v]],[/\b(tm\d{3}\w+) b/i],[u,[f,"NuVision"],[c,v]],[/\b(k88) b/i],[u,[f,"ZTE"],[c,v]],[/\b(nx\d{3}j) b/i],[u,[f,"ZTE"],[c,g]],[/\b(gen\d{3}) b.+49h/i],[u,[f,"Swiss"],[c,g]],[/\b(zur\d{3}) b/i],[u,[f,"Swiss"],[c,v]],[/\b((zeki)?tb.*\b) b/i],[u,[f,"Zeki"],[c,v]],[/\b([yr]\d{2}) b/i,/\b(dragon[- ]+touch |dt)(\w{5}) b/i],[[f,"Dragon Touch"],u,[c,v]],[/\b(ns-?\w{0,9}) b/i],[u,[f,"Insignia"],[c,v]],[/\b((nxa|next)-?\w{0,9}) b/i],[u,[f,"NextBook"],[c,v]],[/\b(xtreme\_)?(v(1[045]|2[015]|[3469]0|7[05])) b/i],[[f,"Voice"],u,[c,g]],[/\b(lvtel\-)?(v1[12]) b/i],[[f,"LvTel"],u,[c,g]],[/\b(ph-1) /i],[u,[f,"Essential"],[c,g]],[/\b(v(100md|700na|7011|917g).*\b) b/i],[u,[f,"Envizen"],[c,v]],[/\b(trio[-\w\. ]+) b/i],[u,[f,"MachSpeed"],[c,v]],[/\btu_(1491) b/i],[u,[f,"Rotor"],[c,v]],[/(shield[\w ]+) b/i],[u,[f,"Nvidia"],[c,v]],[/(sprint) (\w+)/i],[f,u,[c,g]],[/(kin\.[onetw]{3})/i],[[u,/\./g," "],[f,T],[c,g]],[/droid.+; (cc6666?|et5[16]|mc[239][23]x?|vc8[03]x?)\)/i],[u,[f,B],[c,v]],[/droid.+; (ec30|ps20|tc[2-8]\d[kx])\)/i],[u,[f,B],[c,g]],[/(ouya)/i,/(nintendo) ([wids3utch]+)/i],[f,u,[c,h]],[/droid.+; (shield) bui/i],[u,[f,"Nvidia"],[c,h]],[/(playstation [345portablevi]+)/i],[u,[f,A],[c,h]],[/\b(xbox(?: one)?(?!; xbox))[\); ]/i],[u,[f,T],[c,h]],[/smart-tv.+(samsung)/i],[f,[c,m]],[/hbbtv.+maple;(\d+)/i],[[u,/^/,"SmartTV"],[f,M],[c,m]],[/(nux; netcast.+smarttv|lg (netcast\.tv-201\d|android tv))/i],[[f,O],[c,m]],[/(apple) ?tv/i],[f,[u,"Apple TV"],[c,m]],[/crkey/i],[[u,"Chromecast"],[f,k],[c,m]],[/droid.+aft(\w)( bui|\))/i],[u,[f,w],[c,m]],[/\(dtv[\);].+(aquos)/i],[u,[f,"Sharp"],[c,m]],[/\b(roku)[\dx]*[\)\/]((?:dvp-)?[\d\.]*)/i,/hbbtv\/\d+\.\d+\.\d+ +\([\w ]*; *(\w[^;]*);([^;]*)/i],[[f,P],[u,P],[c,m]],[/\b(android tv|smart[- ]?tv|opera tv|tv; rv:)\b/i],[[c,m]],[/((pebble))app/i],[f,u,[c,b]],[/droid.+; (glass) \d/i],[u,[f,k],[c,b]],[/droid.+; (wt63?0{2,3})\)/i],[u,[f,B],[c,b]],[/(quest( 2)?)/i],[u,[f,I],[c,b]],[/(tesla)(?: qtcarbrowser|\/[-\w\.]+)/i],[f,[c,y]],[/droid .+?; ([^;]+?)(?: bui|\) applew).+? mobile safari/i],[u,[c,g]],[/droid .+?; ([^;]+?)(?: bui|\) applew).+?(?! mobile) safari/i],[u,[c,v]],[/\b((tablet|tab)[;\/]|focus\/\d(?!.+mobile))/i],[[c,v]],[/(phone|mobile(?:[;\/]| safari)|pda(?=.+windows ce))/i],[[c,g]],[/(android[-\w\. ]{0,9});.+buil/i],[u,[f,"Generic"]]],engine:[[/windows.+ edge\/([\w\.]+)/i],[d,[l,"EdgeHTML"]],[/webkit\/537\.36.+chrome\/(?!27)([\w\.]+)/i],[d,[l,"Blink"]],[/(presto)\/([\w\.]+)/i,/(webkit|trident|netfront|netsurf|amaya|lynx|w3m|goanna)\/([\w\.]+)/i,/ekioh(flow)\/([\w\.]+)/i,/(khtml|tasman|links)[\/ ]\(?([\w\.]+)/i,/(icab)[\/ ]([23]\.[\d\.]+)/i],[l,d],[/rv\:([\w\.]{1,9})\b.+(gecko)/i],[d,l]],os:[[/microsoft (windows) (vista|xp)/i],[l,d],[/(windows) nt 6\.2; (arm)/i,/(windows (?:phone(?: os)?|mobile))[\/ ]?([\d\.\w ]*)/i,/(windows)[\/ ]?([ntce\d\. ]+\w)(?!.+xbox)/i],[l,[d,H,K]],[/(win(?=3|9|n)|win 9x )([nt\d\.]+)/i],[[l,"Windows"],[d,H,K]],[/ip[honead]{2,4}\b(?:.*os ([\w]+) like mac|; opera)/i,/cfnetwork\/.+darwin/i],[[d,/_/g,"."],[l,"iOS"]],[/(mac os x) ?([\w\. ]*)/i,/(macintosh|mac_powerpc\b)(?!.+haiku)/i],[[l,"Mac OS"],[d,/_/g,"."]],[/droid ([\w\.]+)\b.+(android[- ]x86)/i],[d,l],[/(android|webos|qnx|bada|rim tablet os|maemo|meego|sailfish)[-\/ ]?([\w\.]*)/i,/(blackberry)\w*\/([\w\.]*)/i,/(tizen|kaios)[\/ ]([\w\.]+)/i,/\((series40);/i],[l,d],[/\(bb(10);/i],[d,[l,x]],[/(?:symbian ?os|symbos|s60(?=;)|series60)[-\/ ]?([\w\.]*)/i],[d,[l,"Symbian"]],[/mozilla\/[\d\.]+ \((?:mobile|tablet|tv|mobile; [\w ]+); rv:.+ gecko\/([\w\.]+)/i],[d,[l,"Firefox OS"]],[/web0s;.+rt(tv)/i,/\b(?:hp)?wos(?:browser)?\/([\w\.]+)/i],[d,[l,"webOS"]],[/crkey\/([\d\.]+)/i],[d,[l,"Chromecast"]],[/(cros) [\w]+ ([\w\.]+\w)/i],[[l,"Chromium OS"],d],[/(nintendo|playstation) ([wids345portablevuch]+)/i,/(xbox); +xbox ([^\);]+)/i,/\b(joli|palm)\b ?(?:os)?\/?([\w\.]*)/i,/(mint)[\/\(\) ]?(\w*)/i,/(mageia|vectorlinux)[; ]/i,/([kxln]?ubuntu|debian|suse|opensuse|gentoo|arch(?= linux)|slackware|fedora|mandriva|centos|pclinuxos|red ?hat|zenwalk|linpus|raspbian|plan 9|minix|risc os|contiki|deepin|manjaro|elementary os|sabayon|linspire)(?: gnu\/linux)?(?: enterprise)?(?:[- ]linux)?(?:-gnu)?[-\/ ]?(?!chrom|package)([-\w\.]*)/i,/(hurd|linux) ?([\w\.]*)/i,/(gnu) ?([\w\.]*)/i,/\b([-frentopcghs]{0,5}bsd|dragonfly)[\/ ]?(?!amd|[ix346]{1,2}86)([\w\.]*)/i,/(haiku) (\w+)/i],[l,d],[/(sunos) ?([\w\.\d]*)/i],[[l,"Solaris"],d],[/((?:open)?solaris)[-\/ ]?([\w\.]*)/i,/(aix) ((\d)(?=\.|\)| )[\w\.])*/i,/\b(beos|os\/2|amigaos|morphos|openvms|fuchsia|hp-ux)/i,/(unix) ?([\w\.]*)/i],[l,d]]},V=function(e,t){if(typeof e===a&&(t=e,e=r),!(this instanceof V))return new V(e,t).getResult();var o=e||(typeof n!==i&&n.navigator&&n.navigator.userAgent?n.navigator.userAgent:""),u=t?function(e,t){var n={};for(var r in e)t[r]&&t[r].length%2==0?n[r]=t[r].concat(e[r]):n[r]=e[r];return n}(U,t):U;return this.getBrowser=function(){var e,t={};return t.name=r,t.version=r,z.call(t,o,u.browser),t.major=typeof(e=t.version)===s?e.replace(/[^\d\.]/g,"").split(".")[0]:r,t},this.getCPU=function(){var e={};return e.architecture=r,z.call(e,o,u.cpu),e},this.getDevice=function(){var e={};return e.vendor=r,e.model=r,e.type=r,z.call(e,o,u.device),e},this.getEngine=function(){var e={};return e.name=r,e.version=r,z.call(e,o,u.engine),e},this.getOS=function(){var e={};return e.name=r,e.version=r,z.call(e,o,u.os),e},this.getResult=function(){return{ua:this.getUA(),browser:this.getBrowser(),engine:this.getEngine(),os:this.getOS(),device:this.getDevice(),cpu:this.getCPU()}},this.getUA=function(){return o},this.setUA=function(e){return o=typeof e===s&&e.length>255?P(e,255):e,this},this.setUA(o),this};V.VERSION="0.7.31",V.BROWSER=j([l,d,"major"]),V.CPU=j([p]),V.DEVICE=j([u,f,c,h,g,m,v,b,y]),V.ENGINE=V.OS=j([l,d]),e.exports&&(t=e.exports=V),t.UAParser=V;var $=typeof n!==i&&(n.jQuery||n.Zepto);if($&&!$.ua){var q=new V;$.ua=q.getResult(),$.ua.get=function(){return q.getUA()},$.ua.set=function(e){q.setUA(e);var t=q.getResult();for(var n in t)$.ua[n]=t[n]}}}("object"==typeof window?window:Ct)}(cf,cf.exports);var ff="Unknown",df={"Mac OS":"Mac OS X"};var pf,hf=(new(0,cf.exports)).getResult(),gf=function(e){if(!e)return{major:"",minor:""};var t=e.split(".");return{major:t[0],minor:t[1]}}(hf.browser.version),vf={browserArchitecture:hf.cpu.architecture||ff,browserFullVersion:hf.browser.version||ff,browserMinorVersion:gf.minor||ff,browserName:hf.browser.name||ff,browserVersion:hf.browser.major||ff,deviceName:hf.device.model||ff,engineName:hf.engine.name||ff,engineVersion:hf.engine.version||ff,platformArchitecture:hf.cpu.architecture||ff,platformName:(pf=hf.os.name,df[pf]||pf||ff),platformVersion:hf.os.version||ff,platformFullVersion:hf.os.version||ff},mf=ps,bf=/\./,yf=/\|\|/,wf=/\s+\-\s+/,Cf=/^(<=|<|=|>=|~>|~|>|)?\s*(.+)/,_f=/^(\d*)(.*)/;function xf(e,t){var n=e.split(yf);return n.length>1?n.some((function(e){return Bf.contains(e,t)})):function(e,t){var n=e.split(wf);if(n.length>0&&n.length<=2||("production"!==process.env.NODE_ENV?mf(!1,'the "-" operator expects exactly 2 operands'):mf(!1)),1===n.length)return Sf(n[0],t);var r=n[0],o=n[1];return Lf(r)&&Lf(o)||("production"!==process.env.NODE_ENV?mf(!1,'operands to the "-" operator must be simple (no modifiers)'):mf(!1)),Sf(">="+r,t)&&Sf("<="+o,t)}(e=n[0].trim(),t)}function Sf(e,t){if(""===(e=e.trim()))return!0;var n,r=t.split(bf),o=Of(e),i=o.modifier,a=o.rangeComponents;switch(i){case"<":return kf(r,a);case"<=":return-1===(n=Rf(r,a))||0===n;case">=":return Ef(r,a);case">":return function(e,t){return 1===Rf(e,t)}(r,a);case"~":case"~>":return function(e,t){var n=t.slice(),r=t.slice();r.length>1&&r.pop();var o=r.length-1,i=parseInt(r[o],10);Tf(i)&&(r[o]=i+1+"");return Ef(e,n)&&kf(e,r)}(r,a);default:return function(e,t){return 0===Rf(e,t)}(r,a)}}function kf(e,t){return-1===Rf(e,t)}function Ef(e,t){var n=Rf(e,t);return 1===n||0===n}function Of(e){var t=e.split(bf),n=t[0].match(Cf);return n||("production"!==process.env.NODE_ENV?mf(!1,"expected regex to match but it did not"):mf(!1)),{modifier:n[1],rangeComponents:[n[2]].concat(t.slice(1))}}function Tf(e){return!isNaN(e)&&isFinite(e)}function Lf(e){return!Of(e).modifier}function Df(e,t){for(var n=e.length;n<t;n++)e[n]="0"}function Mf(e,t){var n=e.match(_f)[1],r=t.match(_f)[1],o=parseInt(n,10),i=parseInt(r,10);return Tf(o)&&Tf(i)&&o!==i?Af(o,i):Af(e,t)}function Af(e,t){return typeof e!=typeof t&&("production"!==process.env.NODE_ENV?mf(!1,'"a" and "b" must be of the same type'):mf(!1)),e>t?1:e<t?-1:0}function Rf(e,t){for(var n=function(e,t){Df(e=e.slice(),(t=t.slice()).length);for(var n=0;n<t.length;n++){var r=t[n].match(/^[x*]$/i);if(r&&(t[n]=e[n]="0","*"===r[0]&&n===t.length-1))for(var o=n;o<e.length;o++)e[o]="0"}return Df(t,e.length),[e,t]}(e,t),r=n[0],o=n[1],i=0;i<o.length;i++){var a=Mf(r[i],o[i]);if(a)return a}return 0}var Bf={contains:function(e,t){return xf(e.trim(),t.trim())}},If=Bf,jf=Object.prototype.hasOwnProperty;var Nf=function(e,t,n){if(!e)return null;var r={};for(var o in e)jf.call(e,o)&&(r[o]=t.call(n,e[o],o,e));return r};var Ff=vf,Pf=If;function zf(e,t,n,r){if(e===n)return!0;if(!n.startsWith(e))return!1;var o=n.slice(e.length);return!!t&&(o=r?r(o):o,Pf.contains(o,t))}function Hf(e){return"Windows"===Ff.platformName?e.replace(/^\s*NT/,""):e}var Kf=Nf({isBrowser:function(e){return zf(Ff.browserName,Ff.browserFullVersion,e)},isBrowserArchitecture:function(e){return zf(Ff.browserArchitecture,null,e)},isDevice:function(e){return zf(Ff.deviceName,null,e)},isEngine:function(e){return zf(Ff.engineName,Ff.engineVersion,e)},isPlatform:function(e){return zf(Ff.platformName,Ff.platformFullVersion,e,Hf)},isPlatformArchitecture:function(e){return zf(Ff.platformArchitecture,null,e)}},(function(e){var t={};return function(n){return t.hasOwnProperty(n)||(t[n]=e.call(this,n)),t[n]}}));var Uf=function(e){return e&&e.ownerDocument?e.ownerDocument:document};var Vf=function(e){return!(!e||!e.ownerDocument)&&e.nodeType===Node.ELEMENT_NODE},$f=Vf;var qf=function e(t){if($f(t)){var n=t,r=n.getAttribute("data-offset-key");if(r)return r;for(var o=0;o<n.childNodes.length;o++){var i=e(n.childNodes[o]);if(i)return i}}return null},Zf=Uf,Wf=qf;var Gf=function(e){for(var t=e;t&&t!==Zf(e).documentElement;){var n=Wf(t);if(null!=n)return n;t=t.parentNode}return null};var Yf=function(e){return e&&e.ownerDocument&&e.ownerDocument.defaultView?e.ownerDocument.defaultView:window};function Xf(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}var Jf=Kf,Qf=Gf,ed=Yf,td=ps,nd=tc,rd=ha.exports.Map,od={subtree:!0,characterData:!0,childList:!0,characterDataOldValue:!1,attributes:!1},id=Jf.isBrowser("IE <= 11"),ad=function(){function e(e){var t=this;Xf(this,"observer",void 0),Xf(this,"container",void 0),Xf(this,"mutations",void 0),Xf(this,"onCharData",void 0),this.container=e,this.mutations=rd();var n=ed(e);n.MutationObserver&&!id?this.observer=new n.MutationObserver((function(e){return t.registerMutations(e)})):this.onCharData=function(e){e.target instanceof Node||("production"!==process.env.NODE_ENV?td(!1,"Expected target to be an instance of Node"):td(!1)),t.registerMutation({type:"characterData",target:e.target})}}var t=e.prototype;return t.start=function(){this.observer?this.observer.observe(this.container,od):this.container.addEventListener("DOMCharacterDataModified",this.onCharData)},t.stopAndFlushMutations=function(){var e=this.observer;e?(this.registerMutations(e.takeRecords()),e.disconnect()):this.container.removeEventListener("DOMCharacterDataModified",this.onCharData);var t=this.mutations;return this.mutations=rd(),t},t.registerMutations=function(e){for(var t=0;t<e.length;t++)this.registerMutation(e[t])},t.getMutationTextContent=function(e){var t=e.type,n=e.target,r=e.removedNodes;if("characterData"===t){if(""!==n.textContent)return id?n.textContent.replace("\n",""):n.textContent}else if("childList"===t){if(r&&r.length)return"";if(""!==n.textContent)return n.textContent}return null},t.registerMutation=function(e){var t=this.getMutationTextContent(e);if(null!=t){var n=nd(Qf(e.target));this.mutations=this.mutations.set(n,t)}},e}(),sd={encode:function(e,t,n){return e+"-"+t+"-"+n},decode:function(e){var t=e.split("-").reverse(),n=t[0],r=t[1];return{blockKey:t.slice(2).reverse().join("-"),decoratorKey:parseInt(r,10),leafKey:parseInt(n,10)}}},ud={BACKSPACE:8,TAB:9,RETURN:13,ALT:18,ESC:27,SPACE:32,PAGE_UP:33,PAGE_DOWN:34,END:35,HOME:36,LEFT:37,UP:38,RIGHT:39,DOWN:40,DELETE:46,COMMA:188,PERIOD:190,A:65,Z:90,ZERO:48,NUMPAD_0:96,NUMPAD_9:105},ld={logBlockedSelectionEvent:function(){return null},logSelectionStateFailure:function(){return null}};var cd=function(e){return!(!e||!e.ownerDocument)&&(e.ownerDocument.defaultView?e instanceof e.ownerDocument.defaultView.HTMLElement:e instanceof HTMLElement)},fd=ps,dd=cd;var pd=function(e){var t=e.editorContainer;return t||("production"!==process.env.NODE_ENV?fd(!1,"Missing editorNode"):fd(!1)),dd(t.firstChild)||("production"!==process.env.NODE_ENV?fd(!1,"editorNode.firstChild is not an HTMLElement"):fd(!1)),t.firstChild},hd=sd,gd=tc;var vd=function(e,t,n,r,o){var i=gd(e.getSelection());if(!t||!r)return"production"!==process.env.NODE_ENV&&console.warn("Invalid selection state.",arguments,e.toJS()),i;var a=hd.decode(t),s=a.blockKey,u=e.getBlockTree(s),l=u&&u.getIn([a.decoratorKey,"leaves",a.leafKey]),c=hd.decode(r),f=c.blockKey,d=e.getBlockTree(f),p=d&&d.getIn([c.decoratorKey,"leaves",c.leafKey]);if(!l||!p)return"production"!==process.env.NODE_ENV&&console.warn("Invalid selection state.",arguments,e.toJS()),i;var h=l.get("start"),g=p.get("start"),v=l?h+n:null,m=p?g+o:null,b=i.getAnchorKey()===s&&i.getAnchorOffset()===v&&i.getFocusKey()===f&&i.getFocusOffset()===m;if(b)return i;var y=!1;if(s===f){var w=l.get("end"),C=p.get("end");y=g===h&&C===w?o<n:g<h}else{var _=e.getCurrentContent().getBlockMap().keySeq().skipUntil((function(e){return e===s||e===f})).first();y=_===f}return i.merge({anchorKey:s,anchorOffset:v,focusKey:f,focusOffset:m,isBackward:y})},md=Gf,bd=qf,yd=vd,wd=ps,Cd=Vf,_d=tc;function xd(e,t,n){var r=t,o=md(r);(null!=o||e&&(e===r||e.firstChild===r)||("production"!==process.env.NODE_ENV?wd(!1,"Unknown node in selection range."):wd(!1)),e===r)&&(r=r.firstChild,Cd(r)||("production"!==process.env.NODE_ENV?wd(!1,"Invalid DraftEditorContents node."):wd(!1)),"true"!==(r=r).getAttribute("data-contents")&&("production"!==process.env.NODE_ENV?wd(!1,"Invalid DraftEditorContents structure."):wd(!1)),n>0&&(n=r.childNodes.length));if(0===n){var i=null;if(null!=o)i=o;else{var a=function(e){for(;e.firstChild&&(Cd(e.firstChild)&&"true"===e.firstChild.getAttribute("data-blocks")||bd(e.firstChild));)e=e.firstChild;return e}(r);i=_d(bd(a))}return{key:i,offset:0}}var s=r.childNodes[n-1],u=null,l=null;if(bd(s)){var c=function(e){for(;e.lastChild&&(Cd(e.lastChild)&&"true"===e.lastChild.getAttribute("data-blocks")||bd(e.lastChild));)e=e.lastChild;return e}(s);u=_d(bd(c)),l=Sd(c)}else u=_d(o),l=Sd(s);return{key:u,offset:l}}function Sd(e){var t=e.textContent;return"\n"===t?0:t.length}var kd=function(e,t,n,r,o,i){var a=n.nodeType===Node.TEXT_NODE,s=o.nodeType===Node.TEXT_NODE;if(a&&s)return{selectionState:yd(e,_d(md(n)),r,_d(md(o)),i),needsRecovery:!1};var u=null,l=null,c=!0;return a?(u={key:_d(md(n)),offset:r},l=xd(t,o,i)):s?(l={key:_d(md(o)),offset:i},u=xd(t,n,r)):(u=xd(t,n,r),l=xd(t,o,i),n===o&&r===i&&(c=!!n.firstChild&&"BR"!==n.firstChild.nodeName)),{selectionState:yd(e,u.key,u.offset,l.key,l.offset),needsRecovery:c}},Ed=kd;var Od=function(e,t){var n=t.ownerDocument.defaultView.getSelection(),r=n.anchorNode,o=n.anchorOffset,i=n.focusNode,a=n.focusOffset;return 0===n.rangeCount||null==r||null==i?{selectionState:e.getSelection().set("hasFocus",!1),needsRecovery:!1}:Ed(e,t,r,o,i,a)},Td=ld,Ld=Sc,Dd=pd,Md=Od;var Ad=function(e){if(e._blockSelectEvents||e._latestEditorState!==e.props.editorState){if(e._blockSelectEvents){var t=e.props.editorState.getSelection();Td.logBlockedSelectionEvent({anonymizedDom:"N/A",extraParams:JSON.stringify({stacktrace:(new Error).stack}),selectionState:JSON.stringify(t.toJS())})}}else{var n=e.props.editorState,r=Md(n,Dd(e)),o=r.selectionState;o!==n.getSelection()&&(n=r.needsRecovery?Ld.forceSelection(n,o):Ld.acceptSelection(n,o),e.update(n))}};var Rd={notEmptyKey:function(e){return null!=e&&""!=e}},Bd=Rd.notEmptyKey;function Id(e,t){return Bd(t)&&"MUTABLE"===e.__get(t).getMutability()?t:null}var jd=function(e,t){var n;if(t.isCollapsed()){var r=t.getAnchorKey(),o=t.getAnchorOffset();return o>0?(n=e.getBlockForKey(r).getEntityAt(o-1))!==e.getBlockForKey(r).getEntityAt(o)?null:Id(e.getEntityMap(),n):null}var i=t.getStartKey(),a=t.getStartOffset(),s=e.getBlockForKey(i);return n=a===s.getLength()?null:s.getEntityAt(a),Id(e.getEntityMap(),n)},Nd=ad,Fd=Au,Pd=sd,zd=Sc,Hd=ud,Kd=Ad,Ud=pd,Vd=Od,$d=jd,qd=tc,Zd=Kf.isBrowser("IE"),Wd=!1,Gd=!1,Yd=null;var Xd,Jd,Qd={onCompositionStart:function(e){Gd=!0,function(e){Yd||(Yd=new Nd(Ud(e))).start()}(e)},onCompositionEnd:function(e){Wd=!1,Gd=!1,setTimeout((function(){Wd||Qd.resolveComposition(e)}),20)},onSelect:Kd,onKeyDown:function(e,t){if(!Gd)return Qd.resolveComposition(e),void e._onKeyDown(t);t.which!==Hd.RIGHT&&t.which!==Hd.LEFT||t.preventDefault()},onKeyPress:function(e,t){t.which===Hd.RETURN&&t.preventDefault()},resolveComposition:function(e){if(!Gd){var t=qd(Yd).stopAndFlushMutations();Yd=null,Wd=!0;var n=zd.set(e._latestEditorState,{inCompositionMode:!1});if(e.exitCurrentMode(),t.size){var r=n.getCurrentContent();t.forEach((function(e,t){var o=Pd.decode(t),i=o.blockKey,a=o.decoratorKey,s=o.leafKey,u=n.getBlockTree(i).getIn([a,"leaves",s]),l=u.start,c=u.end,f=n.getSelection().merge({anchorKey:i,focusKey:i,anchorOffset:l,focusOffset:c,isBackward:!1}),d=$d(r,f),p=r.getBlockForKey(i).getInlineStyleAt(l);r=Fd.replaceText(r,f,e,p,d),n=zd.set(n,{currentContent:r})}));var o=Vd(n,Ud(e)).selectionState;e.restoreEditorDOM();var i=Zd?zd.forceSelection(n,o):zd.acceptSelection(n,o);e.update(zd.push(i,r,"insert-characters"))}else e.update(n)}}},ep=Qd;function tp(){if(Jd)return Xd;Jd=1;var e=lf;function t(){return t=e||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},t.apply(this,arguments)}var n=sd,r=o,i=Wl,a=Nl,s=function(e){var o,s;function u(){return e.apply(this,arguments)||this}return s=e,(o=u).prototype=Object.create(s.prototype),o.prototype.constructor=o,o.__proto__=s,u.prototype.render=function(){var e=this.props,o=e.block,s=e.children,u=e.contentState,l=e.decorator,c=e.decoratorKey,f=e.direction,d=e.leafSet,p=e.text,h=o.getKey(),g=d.get("leaves"),v=l.getComponentForKey(c),m=l.getPropsForKey(c),b=n.encode(h,parseInt(c,10),0),y=p.slice(g.first().get("start"),g.last().get("end")),w=a.getHTMLDirIfDifferent(i.getDirection(y),f);return r.createElement(v,t({},m,{contentState:u,decoratedText:y,dir:w,key:b,entityKey:o.getEntityAt(d.get("start")),offsetKey:b}),s)},u}(r.Component);return Xd=s}function np(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function rp(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}var op=o,ip=ps,ap=Vf,sp=Kf.isBrowser("IE <= 11");var up=function(e){var t,n;function r(t){var n;return rp(np(n=e.call(this,t)||this),"_forceFlag",void 0),rp(np(n),"_node",void 0),n._forceFlag=!1,n}n=e,(t=r).prototype=Object.create(n.prototype),t.prototype.constructor=t,t.__proto__=n;var o=r.prototype;return o.shouldComponentUpdate=function(e){var t=this._node,n=""===e.children;ap(t)||("production"!==process.env.NODE_ENV?ip(!1,"node is not an Element"):ip(!1));var r=t;return n?!function(e){return sp?"\n"===e.textContent:"BR"===e.tagName}(r):r.textContent!==e.children},o.componentDidMount=function(){this._forceFlag=!this._forceFlag},o.componentDidUpdate=function(){this._forceFlag=!this._forceFlag},o.render=function(){var e,t=this;return""===this.props.children?this._forceFlag?(e=function(e){return t._node=e},sp?op.createElement("span",{key:"A","data-text":"true",ref:e},"\n"):op.createElement("br",{key:"A","data-text":"true",ref:e})):function(e){return sp?op.createElement("span",{key:"B","data-text":"true",ref:e},"\n"):op.createElement("br",{key:"B","data-text":"true",ref:e})}((function(e){return t._node=e})):op.createElement("span",{key:this._forceFlag?"A":"B","data-text":"true",ref:function(e){return t._node=e}},this.props.children)},r}(op.Component),lp=up,cp=Vf;var fp=function(e){return!(!e||!e.ownerDocument)&&(cp(e)&&"BR"===e.nodeName)};var dp=function(e){var t=(e?e.ownerDocument||e:document).defaultView||window;return!(!e||!("function"==typeof t.Node?e instanceof t.Node:"object"==typeof e&&"number"==typeof e.nodeType&&"string"==typeof e.nodeName))};var pp=function(e){return dp(e)&&3==e.nodeType};var hp=function e(t,n){return!(!t||!n)&&(t===n||!pp(t)&&(pp(n)?e(t,n.parentNode):"contains"in t?t.contains(n):!!t.compareDocumentPosition&&!!(16&t.compareDocumentPosition(n))))};var gp=function(e){if(void 0===(e=e||("undefined"!=typeof document?document:void 0)))return null;try{return e.activeElement||e.body}catch(t){return e.body}},vp=ld,mp=hp,bp=gp,yp=Uf,wp=ps,Cp=Vf,_p=Kf.isBrowser("IE");function xp(e,t){if(!e)return"[empty]";var n=Sp(e,t);return n.nodeType===Node.TEXT_NODE?n.textContent:(Cp(n)||("production"!==process.env.NODE_ENV?wp(!1,"Node must be an Element if it is not a text node."):wp(!1)),n.outerHTML)}function Sp(e,t){var n=void 0!==t?t(e):[];if(e.nodeType===Node.TEXT_NODE){var r=e.textContent.length;return yp(e).createTextNode("[text "+r+(n.length?" | "+n.join(", "):"")+"]")}var o=e.cloneNode();1===o.nodeType&&n.length&&o.setAttribute("data-labels",n.join(", "));for(var i=e.childNodes,a=0;a<i.length;a++)o.appendChild(Sp(i[a],t));return o}function kp(e,t){for(var n=e,r=n;n;){if(Cp(n)&&r.hasAttribute("contenteditable"))return xp(n,t);r=n=n.parentNode}return"Could not find contentEditable parent of node"}function Ep(e){return null===e.nodeValue?e.childNodes.length:e.nodeValue.length}function Op(e,t,n,r){var o=bp();if(e.extend&&null!=t&&mp(o,t)){n>Ep(t)&&vp.logSelectionStateFailure({anonymizedDom:kp(t),extraParams:JSON.stringify({offset:n}),selectionState:JSON.stringify(r.toJS())});var i=t===e.focusNode;try{e.rangeCount>0&&e.extend&&e.extend(t,n)}catch(a){throw vp.logSelectionStateFailure({anonymizedDom:kp(t,(function(t){var n=[];return t===o&&n.push("active element"),t===e.anchorNode&&n.push("selection anchor node"),t===e.focusNode&&n.push("selection focus node"),n})),extraParams:JSON.stringify({activeElementName:o?o.nodeName:null,nodeIsFocus:t===e.focusNode,nodeWasFocus:i,selectionRangeCount:e.rangeCount,selectionAnchorNodeName:e.anchorNode?e.anchorNode.nodeName:null,selectionAnchorOffset:e.anchorOffset,selectionFocusNodeName:e.focusNode?e.focusNode.nodeName:null,selectionFocusOffset:e.focusOffset,message:a?""+a:null,offset:n},null,2),selectionState:JSON.stringify(r.toJS(),null,2)}),a}}else if(t&&e.rangeCount>0){var a=e.getRangeAt(0);a.setEnd(t,n),e.addRange(a.cloneRange())}}function Tp(e,t,n,r){var o=yp(t).createRange();if(n>Ep(t)&&vp.logSelectionStateFailure({anonymizedDom:kp(t),extraParams:JSON.stringify({offset:n}),selectionState:JSON.stringify(r.toJS())}),o.setStart(t,n),_p)try{e.addRange(o)}catch(e){"production"!==process.env.NODE_ENV&&console.warn("Call to selection.addRange() threw exception: ",e)}else e.addRange(o)}var Lp=function(e,t,n,r,o){var i=yp(t);if(mp(i.documentElement,t)){var a=i.defaultView.getSelection(),s=e.getAnchorKey(),u=e.getAnchorOffset(),l=e.getFocusKey(),c=e.getFocusOffset(),f=e.getIsBackward();if(!a.extend&&f){var d=s,p=u;s=l,u=c,l=d,c=p,f=!1}var h=s===n&&r<=u&&o>=u,g=l===n&&r<=c&&o>=c;if(h&&g)return a.removeAllRanges(),Tp(a,t,u-r,e),void Op(a,t,c-r,e);if(f){if(g&&(a.removeAllRanges(),Tp(a,t,c-r,e)),h){var v=a.focusNode,m=a.focusOffset;a.removeAllRanges(),Tp(a,t,u-r,e),Op(a,v,m,e)}}else h&&(a.removeAllRanges(),Tp(a,t,u-r,e)),g&&Op(a,t,c-r,e)}},Dp=lf;function Mp(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function Ap(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}var Rp,Bp,Ip=lp,jp=o,Np=ps,Fp=fp,Pp=Lp,zp=function(e){var t,n;function r(){for(var t,n=arguments.length,r=new Array(n),o=0;o<n;o++)r[o]=arguments[o];return Ap(Mp(t=e.call.apply(e,[this].concat(r))||this),"leaf",void 0),t}n=e,(t=r).prototype=Object.create(n.prototype),t.prototype.constructor=t,t.__proto__=n;var o=r.prototype;return o._setSelection=function(){var e=this.props.selection;if(null!=e&&e.getHasFocus()){var t=this.props,n=t.block,r=t.start,o=t.text,i=n.getKey(),a=r+o.length;if(e.hasEdgeWithin(i,r,a)){var s=this.leaf;s||("production"!==process.env.NODE_ENV?Np(!1,"Missing node"):Np(!1));var u,l=s.firstChild;l||("production"!==process.env.NODE_ENV?Np(!1,"Missing child"):Np(!1)),l.nodeType===Node.TEXT_NODE?u=l:Fp(l)?u=s:(u=l.firstChild)||("production"!==process.env.NODE_ENV?Np(!1,"Missing targetNode"):Np(!1)),Pp(e,u,i,r,a)}}},o.shouldComponentUpdate=function(e){var t=this.leaf;return t||("production"!==process.env.NODE_ENV?Np(!1,"Missing leafNode"):Np(!1)),t.textContent!==e.text||e.styleSet!==this.props.styleSet||e.forceSelection},o.componentDidUpdate=function(){this._setSelection()},o.componentDidMount=function(){this._setSelection()},o.render=function(){var e=this,t=this.props.block,n=this.props.text;n.endsWith("\n")&&this.props.isLast&&(n+="\n");var r=this.props,o=r.customStyleMap,i=r.customStyleFn,a=r.offsetKey,s=r.styleSet,u=s.reduce((function(e,t){var n={},r=o[t];return void 0!==r&&e.textDecoration!==r.textDecoration&&(n.textDecoration=[e.textDecoration,r.textDecoration].join(" ").trim()),Dp(e,r,n)}),{});if(i){var l=i(s,t);u=Dp(u,l)}return jp.createElement("span",{"data-offset-key":a,ref:function(t){return e.leaf=t},style:u},jp.createElement(Ip,null,n))},r}(jp.Component),Hp=zp;function Kp(){if(Bp)return Rp;Bp=1;var e=tp(),t=Hp,n=sd,r=o,i=Qc;ha.exports.List;var a=function(o){var a,s;function u(){return o.apply(this,arguments)||this}return s=o,(a=u).prototype=Object.create(s.prototype),a.prototype.constructor=a,a.__proto__=s,u.prototype.render=function(){var o=this.props,a=o.block,s=o.contentState,u=o.customStyleFn,l=o.customStyleMap,c=o.decorator,f=o.direction,d=o.forceSelection,p=o.hasSelection,h=o.selection,g=o.tree,v=a.getKey(),m=a.getText(),b=g.size-1,y=this.props.children||g.map((function(o,i){var g=o.get("decoratorKey"),y=o.get("leaves"),w=y.size-1,C=y.map((function(e,o){var s=n.encode(v,i,o),c=e.get("start"),f=e.get("end");return r.createElement(t,{key:s,offsetKey:s,block:a,start:c,selection:p?h:null,forceSelection:d,text:m.slice(c,f),styleSet:a.getInlineStyleAt(c),customStyleMap:l,customStyleFn:u,isLast:g===b&&o===w})})).toArray();return g&&c?r.createElement(e,{block:a,children:C,contentState:s,decorator:c,decoratorKey:g,direction:f,leafSet:o,text:m,key:i}):C})).toArray();return r.createElement("div",{"data-offset-key":n.encode(v,0,0),className:i({"public/DraftStyleDefault/block":!0,"public/DraftStyleDefault/ltr":"LTR"===f,"public/DraftStyleDefault/rtl":"RTL"===f})},y)},u}(r.Component);return Rp=a}function Up(e,t){return!!t&&(e===t.documentElement||e===t.body)}var Vp={getTop:function(e){var t=e.ownerDocument;return Up(e,t)?t.body.scrollTop||t.documentElement.scrollTop:e.scrollTop},setTop:function(e,t){var n=e.ownerDocument;Up(e,n)?n.body.scrollTop=n.documentElement.scrollTop=t:e.scrollTop=t},getLeft:function(e){var t=e.ownerDocument;return Up(e,t)?t.body.scrollLeft||t.documentElement.scrollLeft:e.scrollLeft},setLeft:function(e,t){var n=e.ownerDocument;Up(e,n)?n.body.scrollLeft=n.documentElement.scrollLeft=t:e.scrollLeft=t}},$p=/-(.)/g;var qp=/([A-Z])/g;var Zp=function(e){return e.replace($p,(function(e,t){return t.toUpperCase()}))},Wp=function(e){return e.replace(qp,"-$1").toLowerCase()};function Gp(e){return null==e?e:String(e)}var Yp=function(e,t){var n;if(window.getComputedStyle&&(n=window.getComputedStyle(e,null)))return Gp(n.getPropertyValue(Wp(t)));if(document.defaultView&&document.defaultView.getComputedStyle){if(n=document.defaultView.getComputedStyle(e,null))return Gp(n.getPropertyValue(Wp(t)));if("display"===t)return"none"}return e.currentStyle?Gp("float"===t?e.currentStyle.cssFloat||e.currentStyle.styleFloat:e.currentStyle[Zp(t)]):Gp(e.style&&e.style[Zp(t)])};function Xp(e,t){var n=Jp.get(e,t);return"auto"===n||"scroll"===n}var Jp={get:Yp,getScrollParent:function(e){if(!e)return null;for(var t=e.ownerDocument;e&&e!==t.body;){if(Xp(e,"overflow")||Xp(e,"overflowY")||Xp(e,"overflowX"))return e;e=e.parentNode}return t.defaultView||t.parentWindow}},Qp=Jp,eh=hp;var th=function(e){var t=e.ownerDocument.documentElement;if(!("getBoundingClientRect"in e)||!eh(t,e))return{left:0,right:0,top:0,bottom:0};var n=e.getBoundingClientRect();return{left:Math.round(n.left)-t.clientLeft,right:Math.round(n.right)-t.clientLeft,top:Math.round(n.top)-t.clientTop,bottom:Math.round(n.bottom)-t.clientTop}};var nh=function(e){var t=th(e);return{x:t.left,y:t.top,width:t.right-t.left,height:t.bottom-t.top}},rh="undefined"!=typeof navigator&&navigator.userAgent.indexOf("AppleWebKit")>-1;var oh=function(e){return(e=e||document).scrollingElement?e.scrollingElement:rh||"CSS1Compat"!==e.compatMode?e.body:e.documentElement},ih=function(e){return e.Window&&e instanceof e.Window?{x:e.pageXOffset||e.document.documentElement.scrollLeft,y:e.pageYOffset||e.document.documentElement.scrollTop}:{x:e.scrollLeft,y:e.scrollTop}};var ah=function(e){var t=oh(e.ownerDocument||e.document);e.Window&&e instanceof e.Window&&(e=t);var n=ih(e),r=e===t?e.ownerDocument.documentElement:e,o=e.scrollWidth-r.clientWidth,i=e.scrollHeight-r.clientHeight;return n.x=Math.max(0,Math.min(n.x,o)),n.y=Math.max(0,Math.min(n.y,i)),n};function sh(){var e;return document.documentElement&&(e=document.documentElement.clientWidth),!e&&document.body&&(e=document.body.clientWidth),e||0}function uh(){var e;return document.documentElement&&(e=document.documentElement.clientHeight),!e&&document.body&&(e=document.body.clientHeight),e||0}function lh(){return{width:window.innerWidth||sh(),height:window.innerHeight||uh()}}lh.withoutScrollbars=function(){return{width:sh(),height:uh()}};var ch,fh,dh,ph,hh=lh;function gh(){if(fh)return ch;fh=1;var e=lf;function t(){return t=e||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},t.apply(this,arguments)}function n(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function r(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),r.forEach((function(t){i(e,t,n[t])}))}return e}function i(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}var a=Kp(),s=sd,u=o,l=Vp,c=Qp,f=nh,d=ah,p=hh,h=ps,g=cd;ha.exports.List;var v=function(e,t){return e.getAnchorKey()===t||e.getFocusKey()===t},m=function(e,t){var n=t.get(e.getType())||t.get("unstyled"),r=n.wrapper;return{Element:n.element||t.get("unstyled").element,wrapperTemplate:r}},b=function(e,t){var n=t(e);return n?{CustomComponent:n.component,customProps:n.props,customEditable:n.editable}:{}},y=function(e,t,n,o,i,a){var s={"data-block":!0,"data-editor":t,"data-offset-key":n,key:e.getKey(),ref:a},u=o(e);return u&&(s.className=u),void 0!==i.customEditable&&(s=r({},s,{contentEditable:i.customEditable,suppressContentEditableWarning:!0})),s},w=function(e){var o,w;function C(){for(var t,r=arguments.length,o=new Array(r),a=0;a<r;a++)o[a]=arguments[a];return i(n(t=e.call.apply(e,[this].concat(o))||this),"wrapperRef",u.createRef()),t}w=e,(o=C).prototype=Object.create(w.prototype),o.prototype.constructor=o,o.__proto__=w;var _=C.prototype;return _.shouldComponentUpdate=function(e){var t=this.props,n=t.block,r=t.direction,o=t.tree,i=!n.getChildKeys().isEmpty(),a=n!==e.block||o!==e.tree||r!==e.direction||v(e.selection,e.block.getKey())&&e.forceSelection;return i||a},_.componentDidMount=function(){var e=this.props.selection,t=e.getEndKey();if(e.getHasFocus()&&t===this.props.block.getKey()){var n=this.wrapperRef.current;if(n){var r,o=c.getScrollParent(n),i=d(o);if(o===window){var a=f(n);(r=a.y+a.height-p().height)>0&&window.scrollTo(i.x,i.y+r+10)}else{g(n)||("production"!==process.env.NODE_ENV?h(!1,"blockNode is not an HTMLElement"):h(!1));var s=n;(r=s.offsetHeight+s.offsetTop-(o.offsetHeight+i.y))>0&&l.setTop(o,l.getTop(o)+r+10)}}}},_.render=function(){var e=this,n=this.props,o=n.block,i=n.blockRenderMap,l=n.blockRendererFn,c=n.blockStyleFn,f=n.contentState,d=n.decorator,p=n.editorKey,h=n.editorState,g=n.customStyleFn,w=n.customStyleMap,_=n.direction,x=n.forceSelection,S=n.selection,k=n.tree,E=null;o.children.size&&(E=o.children.reduce((function(t,n){var o=s.encode(n,0,0),a=f.getBlockForKey(n),d=b(a,l),g=d.CustomComponent||C,v=m(a,i),w=v.Element,_=v.wrapperTemplate,x=y(a,p,o,c,d,null),S=r({},e.props,{tree:h.getBlockTree(n),blockProps:d.customProps,offsetKey:o,block:a});return t.push(u.createElement(w,x,u.createElement(g,S))),!_||function(e,t){var n=e.getNextSiblingKey();return!!n&&t.getBlockForKey(n).getType()===e.getType()}(a,f)||function(e,t,n){var r=[],o=!0,i=!1,a=void 0;try{for(var l,c=n.reverse()[Symbol.iterator]();!(o=(l=c.next()).done);o=!0){var f=l.value;if(f.type!==t)break;r.push(f)}}catch(e){i=!0,a=e}finally{try{o||null==c.return||c.return()}finally{if(i)throw a}}n.splice(n.indexOf(r[0]),r.length+1);var d=r.reverse(),p=d[0].key;n.push(u.cloneElement(e,{key:"".concat(p,"-wrap"),"data-offset-key":s.encode(p,0,0)},d))}(_,w,t),t}),[]));var O=o.getKey(),T=s.encode(O,0,0),L=b(o,l),D=L.CustomComponent,M=null!=D?u.createElement(D,t({},this.props,{tree:h.getBlockTree(O),blockProps:L.customProps,offsetKey:T,block:o})):u.createElement(a,{block:o,children:E,contentState:f,customStyleFn:g,customStyleMap:w,decorator:d,direction:_,forceSelection:x,hasSelection:v(S,O),selection:S,tree:k});if(o.getParentKey())return M;var A=m(o,i).Element,R=y(o,p,T,c,L,this.wrapperRef);return u.createElement(A,R,M)},C}(u.Component);return ch=w}var vh=lf;function mh(){return mh=vh||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},mh.apply(this,arguments)}function bh(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function yh(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}var wh,Ch,_h,xh,Sh=Hp,kh=sd,Eh=o,Oh=Vp,Th=Qp,Lh=Wl,Dh=Nl,Mh=Qc,Ah=nh,Rh=ah,Bh=hh,Ih=ps,jh=cd,Nh=tc,Fh=function(e,t){return e.getAnchorKey()===t||e.getFocusKey()===t},Ph=function(e){var t,n;function r(){for(var t,n=arguments.length,r=new Array(n),o=0;o<n;o++)r[o]=arguments[o];return yh(bh(t=e.call.apply(e,[this].concat(r))||this),"_node",void 0),t}n=e,(t=r).prototype=Object.create(n.prototype),t.prototype.constructor=t,t.__proto__=n;var o=r.prototype;return o.shouldComponentUpdate=function(e){return this.props.block!==e.block||this.props.tree!==e.tree||this.props.direction!==e.direction||Fh(e.selection,e.block.getKey())&&e.forceSelection},o.componentDidMount=function(){if(!this.props.preventScroll){var e=this.props.selection,t=e.getEndKey();if(e.getHasFocus()&&t===this.props.block.getKey()){var n=this._node;if(null!=n){var r,o=Th.getScrollParent(n),i=Rh(o);if(o===window){var a=Ah(n);(r=a.y+a.height-Bh().height)>0&&window.scrollTo(i.x,i.y+r+10)}else{jh(n)||("production"!==process.env.NODE_ENV?Ih(!1,"blockNode is not an HTMLElement"):Ih(!1)),(r=n.offsetHeight+n.offsetTop-(o.offsetTop+o.offsetHeight+i.y))>0&&Oh.setTop(o,Oh.getTop(o)+r+10)}}}}},o._renderChildren=function(){var e=this,t=this.props.block,n=t.getKey(),r=t.getText(),o=this.props.tree.size-1,i=Fh(this.props.selection,n);return this.props.tree.map((function(a,s){var u=a.get("leaves");if(0===u.size)return null;var l=u.size-1,c=u.map((function(a,u){var c=kh.encode(n,s,u),f=a.get("start"),d=a.get("end");return Eh.createElement(Sh,{key:c,offsetKey:c,block:t,start:f,selection:i?e.props.selection:null,forceSelection:e.props.forceSelection,text:r.slice(f,d),styleSet:t.getInlineStyleAt(f),customStyleMap:e.props.customStyleMap,customStyleFn:e.props.customStyleFn,isLast:s===o&&u===l})})).toArray(),f=a.get("decoratorKey");if(null==f)return c;if(!e.props.decorator)return c;var d=Nh(e.props.decorator),p=d.getComponentForKey(f);if(!p)return c;var h=d.getPropsForKey(f),g=kh.encode(n,s,0),v=u.first().get("start"),m=u.last().get("end"),b=r.slice(v,m),y=t.getEntityAt(a.get("start")),w=Dh.getHTMLDirIfDifferent(Lh.getDirection(b),e.props.direction),C={contentState:e.props.contentState,decoratedText:b,dir:w,start:v,end:m,blockKey:n,entityKey:y,offsetKey:g};return Eh.createElement(p,mh({},h,C,{key:g}),c)})).toArray()},o.render=function(){var e=this,t=this.props,n=t.direction,r=t.offsetKey,o=Mh({"public/DraftStyleDefault/block":!0,"public/DraftStyleDefault/ltr":"LTR"===n,"public/DraftStyleDefault/rtl":"RTL"===n});return Eh.createElement("div",{"data-offset-key":r,className:o,ref:function(t){return e._node=t}},this._renderChildren())},r}(Eh.Component),zh=Ph;var Hh=sl("draft_tree_data_support")?function(){if(ph)return dh;ph=1;var e=lf;function t(){return t=e||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},t.apply(this,arguments)}var n=gh(),r=sd,i=o,a=tc,s=function(e){var o,s;function u(){return e.apply(this,arguments)||this}s=e,(o=u).prototype=Object.create(s.prototype),o.prototype.constructor=o,o.__proto__=s;var l=u.prototype;return l.shouldComponentUpdate=function(e){var t=this.props.editorState,n=e.editorState;if(t.getDirectionMap()!==n.getDirectionMap())return!0;if(t.getSelection().getHasFocus()!==n.getSelection().getHasFocus())return!0;var r=n.getNativelyRenderedContent(),o=t.isInCompositionMode(),i=n.isInCompositionMode();if(t===n||null!==r&&n.getCurrentContent()===r||o&&i)return!1;var a=t.getCurrentContent(),s=n.getCurrentContent(),u=t.getDecorator(),l=n.getDecorator();return o!==i||a!==s||u!==l||n.mustForceSelection()},l.render=function(){for(var e=this.props,o=e.blockRenderMap,s=e.blockRendererFn,u=e.blockStyleFn,l=e.customStyleMap,c=e.customStyleFn,f=e.editorState,d=e.editorKey,p=e.textDirectionality,h=f.getCurrentContent(),g=f.getSelection(),v=f.mustForceSelection(),m=f.getDecorator(),b=a(f.getDirectionMap()),y=[],w=h.getBlocksAsArray()[0];w;){var C=w.getKey(),_={blockRenderMap:o,blockRendererFn:s,blockStyleFn:u,contentState:h,customStyleFn:c,customStyleMap:l,decorator:m,editorKey:d,editorState:f,forceSelection:v,selection:g,block:w,direction:p||b.get(C),tree:f.getBlockTree(C)},x=(o.get(w.getType())||o.get("unstyled")).wrapper;y.push({block:i.createElement(n,t({key:C},_)),wrapperTemplate:x,key:C,offsetKey:r.encode(C,0,0)});var S=w.getNextSiblingKey();w=S?h.getBlockForKey(S):null}for(var k=[],E=0;E<y.length;){var O=y[E];if(O.wrapperTemplate){var T=[];do{T.push(y[E].block),E++}while(E<y.length&&y[E].wrapperTemplate===O.wrapperTemplate);var L=i.cloneElement(O.wrapperTemplate,{key:O.key+"-wrap","data-offset-key":O.offsetKey},T);k.push(L)}else k.push(O.block),E++}return i.createElement("div",{"data-contents":"true"},k)},u}(i.Component);return dh=s}():function(){if(xh)return _h;xh=1;var e=lf;function t(){return t=e||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},t.apply(this,arguments)}function n(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},o=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(o=o.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),o.forEach((function(t){r(e,t,n[t])}))}return e}function r(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}var i=zh,a=sd,s=o,u=Qc,l=(Ch||(Ch=1,wh=function(e){var t=e||"",n=arguments.length;if(n>1)for(var r=1;r<n;r++){var o=arguments[r];o&&(t=(t?t+" ":"")+o)}return t}),wh),c=tc,f=function(e,t,n,r){return u({"public/DraftStyleDefault/unorderedListItem":"unordered-list-item"===e,"public/DraftStyleDefault/orderedListItem":"ordered-list-item"===e,"public/DraftStyleDefault/reset":n,"public/DraftStyleDefault/depth0":0===t,"public/DraftStyleDefault/depth1":1===t,"public/DraftStyleDefault/depth2":2===t,"public/DraftStyleDefault/depth3":3===t,"public/DraftStyleDefault/depth4":t>=4,"public/DraftStyleDefault/listLTR":"LTR"===r,"public/DraftStyleDefault/listRTL":"RTL"===r})},d=function(e){var r,o;function u(){return e.apply(this,arguments)||this}o=e,(r=u).prototype=Object.create(o.prototype),r.prototype.constructor=r,r.__proto__=o;var d=u.prototype;return d.shouldComponentUpdate=function(e){var t=this.props.editorState,n=e.editorState;if(t.getDirectionMap()!==n.getDirectionMap())return!0;if(t.getSelection().getHasFocus()!==n.getSelection().getHasFocus())return!0;var r=n.getNativelyRenderedContent(),o=t.isInCompositionMode(),i=n.isInCompositionMode();if(t===n||null!==r&&n.getCurrentContent()===r||o&&i)return!1;var a=t.getCurrentContent(),s=n.getCurrentContent(),u=t.getDecorator(),l=n.getDecorator();return o!==i||a!==s||u!==l||n.mustForceSelection()},d.render=function(){for(var e=this.props,r=e.blockRenderMap,o=e.blockRendererFn,u=e.blockStyleFn,d=e.customStyleMap,p=e.customStyleFn,h=e.editorState,g=e.editorKey,v=e.preventScroll,m=e.textDirectionality,b=h.getCurrentContent(),y=h.getSelection(),w=h.mustForceSelection(),C=h.getDecorator(),_=c(h.getDirectionMap()),x=b.getBlocksAsArray(),S=[],k=null,E=null,O=0;O<x.length;O++){var T=x[O],L=T.getKey(),D=T.getType(),M=o(T),A=void 0,R=void 0,B=void 0;M&&(A=M.component,R=M.props,B=M.editable);var I=m||_.get(L),j=a.encode(L,0,0),N={contentState:b,block:T,blockProps:R,blockStyleFn:u,customStyleMap:d,customStyleFn:p,decorator:C,direction:I,forceSelection:w,offsetKey:j,preventScroll:v,selection:y,tree:h.getBlockTree(L)},F=r.get(D)||r.get("unstyled"),P=F.wrapper,z=F.element||r.get("unstyled").element,H=T.getDepth(),K="";if(u&&(K=u(T)),"li"===z)K=l(K,f(D,H,E!==P||null===k||H>k,I));var U=A||i,V={className:K,"data-block":!0,"data-editor":g,"data-offset-key":j,key:L};void 0!==B&&(V=n({},V,{contentEditable:B,suppressContentEditableWarning:!0}));var $=s.createElement(z,V,s.createElement(U,t({},N,{key:L})));S.push({block:$,wrapperTemplate:P,key:L,offsetKey:j}),k=P?T.getDepth():null,E=P}for(var q=[],Z=0;Z<S.length;){var W=S[Z];if(W.wrapperTemplate){var G=[];do{G.push(S[Z].block),Z++}while(Z<S.length&&S[Z].wrapperTemplate===W.wrapperTemplate);var Y=s.cloneElement(W.wrapperTemplate,{key:W.key+"-wrap","data-offset-key":W.offsetKey},G);q.push(Y)}else q.push(W.block),Z++}return s.createElement("div",{"data-contents":"true"},q)},u}(s.Component);return _h=d}(),Kh={isImage:function(e){return"image"===Uh(e)[0]},isJpeg:function(e){var t=Uh(e);return Kh.isImage(e)&&("jpeg"===t[1]||"pjpeg"===t[1])}};function Uh(e){return e.split("/")}var Vh=Kh,$h=ps;var qh=function(e){return function(e){return!!e&&("object"==typeof e||"function"==typeof e)&&"length"in e&&!("setInterval"in e)&&"number"!=typeof e.nodeType&&(Array.isArray(e)||"callee"in e||"item"in e)}(e)?Array.isArray(e)?e.slice():function(e){var t=e.length;if((Array.isArray(e)||"object"!=typeof e&&"function"!=typeof e)&&("production"!==process.env.NODE_ENV?$h(!1,"toArray: Array-like object expected"):$h(!1)),"number"!=typeof t&&("production"!==process.env.NODE_ENV?$h(!1,"toArray: Object needs a length property"):$h(!1)),0===t||t-1 in e||("production"!==process.env.NODE_ENV?$h(!1,"toArray: Object should have keys for indices"):$h(!1)),"function"==typeof e.callee&&("production"!==process.env.NODE_ENV?$h(!1,"toArray: Object can't be `arguments`. Use rest params (function(...args) {}) or Array.from() instead."):$h(!1)),e.hasOwnProperty)try{return Array.prototype.slice.call(e)}catch(e){}for(var n=Array(t),r=0;r<t;r++)n[r]=e[r];return n}(e):[e]};function Zh(e){return function(){return e}}var Wh=function(){};Wh.thatReturns=Zh,Wh.thatReturnsFalse=Zh(!1),Wh.thatReturnsTrue=Zh(!0),Wh.thatReturnsNull=Zh(null),Wh.thatReturnsThis=function(){return this},Wh.thatReturnsArgument=function(e){return e};var Gh=Wh,Yh=Vh,Xh=qh,Jh=Gh,Qh=new RegExp("\r\n","g"),eg={"text/rtf":1,"text/html":1};function tg(e){if("file"==e.kind)return e.getAsFile()}var ng=function(){function e(e){this.data=e,this.types=e.types?Xh(e.types):[]}var t=e.prototype;return t.isRichText=function(){return!(!this.getHTML()||!this.getText())||!this.isImage()&&this.types.some((function(e){return eg[e]}))},t.getText=function(){var e;return this.data.getData&&(this.types.length?-1!=this.types.indexOf("text/plain")&&(e=this.data.getData("text/plain")):e=this.data.getData("Text")),e?e.replace(Qh,"\n"):null},t.getHTML=function(){if(this.data.getData){if(!this.types.length)return this.data.getData("Text");if(-1!=this.types.indexOf("text/html"))return this.data.getData("text/html")}},t.isLink=function(){return this.types.some((function(e){return-1!=e.indexOf("Url")||-1!=e.indexOf("text/uri-list")||e.indexOf("text/x-moz-url")}))},t.getLink=function(){return this.data.getData?-1!=this.types.indexOf("text/x-moz-url")?this.data.getData("text/x-moz-url").split("\n")[0]:-1!=this.types.indexOf("text/uri-list")?this.data.getData("text/uri-list"):this.data.getData("url"):null},t.isImage=function(){var e=this.types.some((function(e){return-1!=e.indexOf("application/x-moz-file")}));if(e)return!0;for(var t=this.getFiles(),n=0;n<t.length;n++){var r=t[n].type;if(!Yh.isImage(r))return!1}return!0},t.getCount=function(){return this.data.hasOwnProperty("items")?this.data.items.length:this.data.hasOwnProperty("mozItemCount")?this.data.mozItemCount:this.data.files?this.data.files.length:null},t.getFiles=function(){return this.data.items?Array.prototype.slice.call(this.data.items).map(tg).filter(Jh.thatReturnsArgument):this.data.files?Array.prototype.slice.call(this.data.files):[]},t.hasFiles=function(){return this.getFiles().length>0},e}(),rg=ng,og=ps,ig=/\.textClipping$/,ag={"text/plain":!0,"text/html":!0,"text/rtf":!0};var sg=function(e,t){var n=0,r=[];e.forEach((function(o){!function(e,t){if(!Ct.FileReader||e.type&&!(e.type in ag))return void t("");if(""===e.type){var n="";return ig.test(e.name)&&(n=e.name.replace(ig,"")),void t(n)}var r=new FileReader;r.onload=function(){var e=r.result;"string"!=typeof e&&("production"!==process.env.NODE_ENV?og(!1,'We should be calling "FileReader.readAsText" which returns a string'):og(!1)),t(e)},r.onerror=function(){t("")},r.readAsText(e)}(o,(function(o){n++,o&&r.push(o.slice(0,5e3)),n==e.length&&t(r.join("\r"))}))}))};var ug=function(e){return"handled"===e||!0===e},lg=rg,cg=Au,fg=Sc,dg=Gf,pg=Uf,hg=sg,gg=vd,vg=Yf,mg=ug,bg=tc;function yg(e){e._internalDrag=!1;var t=e.editorContainer;if(t){var n=new MouseEvent("mouseup",{view:vg(t),bubbles:!0,cancelable:!0});t.dispatchEvent(n)}}function wg(e,t,n){var r=cg.insertText(e.getCurrentContent(),t,n,e.getCurrentInlineStyle());return fg.push(e,r,"insert-fragment")}var Cg={onDragEnd:function(e){e.exitCurrentMode(),yg(e)},onDrop:function(e,t){var n=new lg(t.nativeEvent.dataTransfer),r=e._latestEditorState,o=function(e,t){var n=null,r=null,o=pg(e.currentTarget);if("function"==typeof o.caretRangeFromPoint){var i=o.caretRangeFromPoint(e.x,e.y);n=i.startContainer,r=i.startOffset}else{if(!e.rangeParent)return null;n=e.rangeParent,r=e.rangeOffset}n=bg(n),r=bg(r);var a=bg(dg(n));return gg(t,a,r,a,r)}(t.nativeEvent,r);if(t.preventDefault(),e._dragCount=0,e.exitCurrentMode(),null!=o){var i=n.getFiles();if(i.length>0){if(e.props.handleDroppedFiles&&mg(e.props.handleDroppedFiles(o,i)))return;hg(i,(function(t){t&&e.update(wg(r,o,t))}))}else{var a=e._internalDrag?"internal":"external";e.props.handleDrop&&mg(e.props.handleDrop(o,n,a))||(e._internalDrag?e.update(function(e,t){var n=cg.moveText(e.getCurrentContent(),e.getSelection(),t);return fg.push(e,n,"insert-fragment")}(r,o)):e.update(wg(r,o,n.getText()))),yg(e)}}}};var _g=function(e){var t=e.getSelection(),n=t.getAnchorKey(),r=e.getBlockTree(n),o=t.getStartOffset(),i=!1;return r.some((function(e){return o===e.get("start")?(i=!0,!0):o<e.get("end")&&e.get("leaves").some((function(e){var t=e.get("start");return o===t&&(i=!0,!0)}))})),i};!function(e,t){if(!e.setImmediate){var n,r,o,i,a,s=1,u={},l=!1,c=e.document,f=Object.getPrototypeOf&&Object.getPrototypeOf(e);f=f&&f.setTimeout?f:e,"[object process]"==={}.toString.call(e.process)?n=function(e){process.nextTick((function(){p(e)}))}:!function(){if(e.postMessage&&!e.importScripts){var t=!0,n=e.onmessage;return e.onmessage=function(){t=!1},e.postMessage("","*"),e.onmessage=n,t}}()?e.MessageChannel?((o=new MessageChannel).port1.onmessage=function(e){p(e.data)},n=function(e){o.port2.postMessage(e)}):c&&"onreadystatechange"in c.createElement("script")?(r=c.documentElement,n=function(e){var t=c.createElement("script");t.onreadystatechange=function(){p(e),t.onreadystatechange=null,r.removeChild(t),t=null},r.appendChild(t)}):n=function(e){setTimeout(p,0,e)}:(i="setImmediate$"+Math.random()+"$",a=function(t){t.source===e&&"string"==typeof t.data&&0===t.data.indexOf(i)&&p(+t.data.slice(i.length))},e.addEventListener?e.addEventListener("message",a,!1):e.attachEvent("onmessage",a),n=function(t){e.postMessage(i+t,"*")}),f.setImmediate=function(e){"function"!=typeof e&&(e=new Function(""+e));for(var t=new Array(arguments.length-1),r=0;r<t.length;r++)t[r]=arguments[r+1];var o={callback:e,args:t};return u[s]=o,n(s),s++},f.clearImmediate=d}function d(e){delete u[e]}function p(e){if(l)setTimeout(p,0,e);else{var t=u[e];if(t){l=!0;try{!function(e){var t=e.callback,n=e.args;switch(n.length){case 0:t();break;case 1:t(n[0]);break;case 2:t(n[0],n[1]);break;case 3:t(n[0],n[1],n[2]);break;default:t.apply(void 0,n)}}(t)}finally{d(e),l=!1}}}}}("undefined"==typeof self?Ct:self);var xg=Ct.setImmediate,Sg=Au,kg=Sc,Eg=jd,Og=ug,Tg=_g,Lg=tc,Dg=xg,Mg=Kf.isBrowser("Firefox");function Ag(e,t,n,r,o){var i=Sg.replaceText(e.getCurrentContent(),e.getSelection(),t,n,r);return kg.push(e,i,"insert-characters",o)}var Rg=function(e,t){void 0!==e._pendingStateFromBeforeInput&&(e.update(e._pendingStateFromBeforeInput),e._pendingStateFromBeforeInput=void 0);var n=e._latestEditorState,r=t.data;if(r)if(e.props.handleBeforeInput&&Og(e.props.handleBeforeInput(r,n,t.timeStamp)))t.preventDefault();else{var o=n.getSelection(),i=o.getStartOffset(),a=o.getAnchorKey();if(!o.isCollapsed())return t.preventDefault(),void e.update(Ag(n,r,n.getCurrentInlineStyle(),Eg(n.getCurrentContent(),n.getSelection()),!0));var s,u=Ag(n,r,n.getCurrentInlineStyle(),Eg(n.getCurrentContent(),n.getSelection()),!1),l=!1;if(l||(l=Tg(e._latestCommittedEditorState)),!l){var c=n.getBlockTree(a),f=u.getBlockTree(a);l=c.size!==f.size||c.zip(f).some((function(e){var t=e[0],n=e[1],o=t.get("start"),a=o+(o>=i?r.length:0),s=t.get("end"),u=s+(s>=i?r.length:0),l=n.get("start"),c=n.get("end"),f=n.get("decoratorKey");return t.get("decoratorKey")!==f||t.get("leaves").size!==n.get("leaves").size||a!==l||u!==c||null!=f&&c-l!=s-o}))}if(l||(s=r,l=Mg&&("'"==s||"/"==s)),l||(l=Lg(u.getDirectionMap()).get(a)!==Lg(n.getDirectionMap()).get(a)),l)return t.preventDefault(),u=kg.set(u,{forceSelection:!0}),void e.update(u);u=kg.set(u,{nativelyRenderedContent:u.getCurrentContent()}),e._pendingStateFromBeforeInput=u,Dg((function(){void 0!==e._pendingStateFromBeforeInput&&(e.update(e._pendingStateFromBeforeInput),e._pendingStateFromBeforeInput=void 0)}))}},Bg=Sc,Ig=hp,jg=gp;var Ng=function(e,t){var n=t.currentTarget.ownerDocument;if(!Boolean(e.props.preserveSelectionOnBlur)&&jg(n)===n.body){var r=n.defaultView.getSelection(),o=e.editor;1===r.rangeCount&&Ig(o,r.anchorNode)&&Ig(o,r.focusNode)&&r.removeAllRanges()}var i=e._latestEditorState,a=i.getSelection();if(a.getHasFocus()){var s=a.set("hasFocus",!1);e.props.onBlur&&e.props.onBlur(t),e.update(Bg.acceptSelection(i,s))}},Fg=Sc;var Pg=function(e,t){e.setMode("composite"),e.update(Fg.set(e._latestEditorState,{inCompositionMode:!0})),e._onCompositionStart(t)},zg=Bs;var Hg=function(e){var t=e.getSelection();return t.isCollapsed()?null:zg(e.getCurrentContent(),t)},Kg=Hg;var Ug=function(e,t){e._latestEditorState.getSelection().isCollapsed()?t.preventDefault():e.setClipboard(Kg(e._latestEditorState))};var Vg=Au,$g=Sc,qg=Qp,Zg=Hg,Wg=ah,Gg=function(e){if(!e||!("ownerDocument"in e))return!1;if("ownerDocument"in e){var t=e;if(!t.ownerDocument.defaultView)return t instanceof Node;if(t instanceof t.ownerDocument.defaultView.Node)return!0}return!1};var Yg=function(e,t){var n,r=e._latestEditorState,o=r.getSelection(),i=t.target;if(o.isCollapsed())t.preventDefault();else{if(Gg(i)){var a=i;n=Wg(qg.getScrollParent(a))}var s=Zg(r);e.setClipboard(s),e.setMode("cut"),setTimeout((function(){e.restoreEditorDOM(n),e.exitCurrentMode(),e.update(function(e){var t=Vg.removeRange(e.getCurrentContent(),e.getSelection(),"forward");return $g.push(e,t,"remove-range")}(r))}),0)}};var Xg=function(e,t){e.setMode("drag"),t.preventDefault()};var Jg=function(e){e._internalDrag=!0,e.setMode("drag")},Qg=Sc,ev=Kf;var tv=function(e,t){var n=e._latestEditorState,r=n.getSelection();if(!r.getHasFocus()){var o=r.set("hasFocus",!0);e.props.onFocus&&e.props.onFocus(t),ev.isBrowser("Chrome < 60.0.3081.0")?e.update(Qg.forceSelection(n,o)):e.update(Qg.acceptSelection(n,o))}},nv=ps,rv=/[\uD800-\uDFFF]/;function ov(e){return 55296<=e&&e<=57343}function iv(e){return rv.test(e)}function av(e,t){return 1+ov(e.charCodeAt(t))}function sv(e,t,n){if(t=t||0,n=void 0===n?1/0:n||0,!iv(e))return e.substr(t,n);var r=e.length;if(r<=0||t>r||n<=0)return"";var o=0;if(t>0){for(;t>0&&o<r;t--)o+=av(e,o);if(o>=r)return""}else if(t<0){for(o=r;t<0&&0<o;t++)o-=av(e,o-1);o<0&&(o=0)}var i=r;if(n<r)for(i=o;n>0&&i<r;n--)i+=av(e,i);return e.substring(o,i)}var uv={getCodePoints:function(e){for(var t=[],n=0;n<e.length;n+=av(e,n))t.push(e.codePointAt(n));return t},getUTF16Length:av,hasSurrogateUnit:iv,isCodeUnitInSurrogateRange:ov,isSurrogatePair:function(e,t){if(0<=t&&t<e.length||("production"!==process.env.NODE_ENV?nv(!1,"isSurrogatePair: Invalid index %s for string length %s.",t,e.length):nv(!1)),t+1===e.length)return!1;var n=e.charCodeAt(t),r=e.charCodeAt(t+1);return 55296<=n&&n<=56319&&56320<=r&&r<=57343},strlen:function(e){if(!iv(e))return e.length;for(var t=0,n=0;n<e.length;n+=av(e,n))t++;return t},substring:function(e,t,n){(t=t||0)<0&&(t=0),(n=void 0===n?1/0:n||0)<0&&(n=0);var r=Math.abs(n-t);return sv(e,t=t<n?t:n,r)},substr:sv},lv=Gh;function cv(e){for(var t=arguments.length,n=new Array(t>1?t-1:0),r=1;r<t;r++)n[r-1]=arguments[r];var o=0,i="Warning: "+e.replace(/%s/g,(function(){return n[o++]}));"undefined"!=typeof console&&console.error(i);try{throw new Error(i)}catch(e){}}var fv="production"!==process.env.NODE_ENV?function(e,t){if(void 0===t)throw new Error("`warning(condition, format, ...args)` requires a warning message argument");if(!e){for(var n=arguments.length,r=new Array(n>2?n-2:0),o=2;o<n;o++)r[o-2]=arguments[o];cv.apply(void 0,[t].concat(r))}}:lv,dv=fv,pv=dv;var hv=function(e,t){var n=e.getSelection();"production"!==process.env.NODE_ENV&&pv(n.isCollapsed(),"moveSelectionBackward should only be called with a collapsed SelectionState");var r=e.getCurrentContent(),o=n.getStartKey(),i=n.getStartOffset(),a=o,s=0;if(t>i){var u=r.getKeyBefore(o);if(null==u)a=o;else a=u,s=r.getBlockForKey(u).getText().length}else s=i-t;return n.merge({focusKey:a,focusOffset:s,isBackward:!0})},gv=Au,vv=sl("draft_tree_data_support");var mv=function(e,t,n){var r=e.getSelection(),o=e.getCurrentContent(),i=r,a=r.getAnchorKey(),s=r.getFocusKey(),u=o.getBlockForKey(a);if(vv&&"forward"===n&&a!==s)return o;if(r.isCollapsed()){if("forward"===n){if(e.isSelectionAtEndOfContent())return o;if(vv)if(r.getAnchorOffset()===o.getBlockForKey(a).getLength()){var l=o.getBlockForKey(u.nextSibling);if(!l||0===l.getLength())return o}}else if(e.isSelectionAtStartOfContent())return o;if((i=t(e))===r)return o}return gv.removeRange(o,i,n)},bv=Sc,yv=uv,wv=hv,Cv=mv;var _v=function(e){var t=Cv(e,(function(e){var t=e.getSelection(),n=e.getCurrentContent(),r=t.getAnchorKey(),o=t.getAnchorOffset(),i=n.getBlockForKey(r).getText()[o-1];return wv(e,i?yv.getUTF16Length(i,0):1)}),"backward");if(t===e.getCurrentContent())return e;var n=e.getSelection();return bv.push(e,t.set("selectionBefore",n),n.isCollapsed()?"backspace-character":"remove-range")},xv=Au,Sv=sd,kv=Sc,Ev=Rd.notEmptyKey,Ov=Gf,Tv=_v,Lv=tc,Dv=Kf.isEngine("Gecko");var Mv=function(e,t){void 0!==e._pendingStateFromBeforeInput&&(e.update(e._pendingStateFromBeforeInput),e._pendingStateFromBeforeInput=void 0);var n=e.editor.ownerDocument.defaultView.getSelection(),r=n.anchorNode,o=n.isCollapsed,i=(null==r?void 0:r.nodeType)!==Node.TEXT_NODE&&(null==r?void 0:r.nodeType)!==Node.ELEMENT_NODE;if(null!=r&&!i){if(r.nodeType===Node.TEXT_NODE&&(null!==r.previousSibling||null!==r.nextSibling)){var a=r.parentNode;if(null==a)return;r.nodeValue=a.textContent;for(var s=a.firstChild;null!=s;s=s.nextSibling)s!==r&&a.removeChild(s)}var u=r.textContent,l=e._latestEditorState,c=Lv(Ov(r)),f=Sv.decode(c),d=f.blockKey,p=f.decoratorKey,h=f.leafKey,g=l.getBlockTree(d).getIn([p,"leaves",h]),v=g.start,m=g.end,b=l.getCurrentContent(),y=b.getBlockForKey(d),w=y.getText().slice(v,m);if(u.endsWith("\n\n")&&(u=u.slice(0,-1)),u!==w){var C,_,x,S,k=l.getSelection(),E=k.merge({anchorOffset:v,focusOffset:m,isBackward:!1}),O=y.getEntityAt(v),T=Ev(O)?b.getEntity(O):null,L="MUTABLE"===(null!=T?T.getMutability():null),D=L?"spellcheck-change":"apply-entity",M=xv.replaceText(b,E,u,y.getInlineStyleAt(v),L?y.getEntityAt(v):null);if(Dv)C=n.anchorOffset,_=n.focusOffset,S=(x=v+Math.min(C,_))+Math.abs(C-_),C=x,_=S;else{var A=u.length-w.length;x=k.getStartOffset(),S=k.getEndOffset(),C=o?S+A:x,_=S+A}var R=M.merge({selectionBefore:b.getSelectionAfter(),selectionAfter:k.merge({anchorOffset:C,focusOffset:_})});e.update(kv.push(l,R,D))}else{var B=t.nativeEvent.inputType;if(B){var I=function(e,t){return"deleteContentBackward"===e?Tv(t):t}(B,l);if(I!==l)return e.restoreEditorDOM(),void e.update(I)}}}},Av=ud;var Rv=function(e){return e.which===Av.RETURN&&(e.getModifierState("Shift")||e.getModifierState("Alt")||e.getModifierState("Control"))},Bv=Kf.isPlatform("Mac OS X"),Iv={isCtrlKeyCommand:function(e){return!!e.ctrlKey&&!e.altKey},isOptionKeyCommand:function(e){return Bv&&e.altKey},usesMacOSHeuristics:function(){return Bv},hasCommandModifier:function(e){return Bv?!!e.metaKey&&!e.altKey:Iv.isCtrlKeyCommand(e)},isSoftNewlineEvent:Rv},jv=Iv,Nv=Au,Fv=Sc,Pv=Bs,zv=tc,Hv=null,Kv={cut:function(e){var t=e.getCurrentContent(),n=e.getSelection(),r=null;if(n.isCollapsed()){var o=n.getAnchorKey(),i=t.getBlockForKey(o).getLength();if(i===n.getAnchorOffset()){var a=t.getKeyAfter(o);if(null==a)return e;r=n.set("focusKey",a).set("focusOffset",0)}else r=n.set("focusOffset",i)}else r=n;r=zv(r),Hv=Pv(t,r);var s=Nv.removeRange(t,r,"forward");return s===t?e:Fv.push(e,s,"remove-range")},paste:function(e){if(!Hv)return e;var t=Nv.replaceWithFragment(e.getCurrentContent(),e.getSelection(),Hv);return Fv.push(e,t,"insert-fragment")}},Uv=ps;var Vv=Kf.isBrowser("Chrome")?function(e){for(var t=e.cloneRange(),n=[],r=e.endContainer;null!=r;r=r.parentNode){var o=r===e.commonAncestorContainer;o?t.setStart(e.startContainer,e.startOffset):t.setStart(t.endContainer,0);var i,a=Array.from(t.getClientRects());if(n.push(a),o)return n.reverse(),(i=[]).concat.apply(i,n);t.setEndBefore(r)}"production"!==process.env.NODE_ENV?Uv(!1,"Found an unexpected detached subtree when getting range client rects."):Uv(!1)}:function(e){return Array.from(e.getClientRects())},$v=Vv,qv=uv,Zv=Uf,Wv=$v,Gv=ps;function Yv(e,t){for(var n=1/0,r=1/0,o=-1/0,i=-1/0,a=0;a<e.length;a++){var s=e[a];0!==s.width&&1!==s.width&&(n=Math.min(n,s.top),r=Math.min(r,s.bottom),o=Math.max(o,s.top),i=Math.max(i,s.bottom))}return o<=r&&o-n<t&&i-r<t}function Xv(e){switch(e.nodeType){case Node.DOCUMENT_TYPE_NODE:return 0;case Node.TEXT_NODE:case Node.PROCESSING_INSTRUCTION_NODE:case Node.COMMENT_NODE:return e.length;default:return e.childNodes.length}}var Jv=function(e){e.collapsed||("production"!==process.env.NODE_ENV?Gv(!1,"expandRangeToStartOfLine: Provided range is not collapsed."):Gv(!1));var t=(e=e.cloneRange()).startContainer;1!==t.nodeType&&(t=t.parentNode);var n=function(e){var t=getComputedStyle(e),n=Zv(e),r=n.createElement("div");r.style.fontFamily=t.fontFamily,r.style.fontSize=t.fontSize,r.style.fontStyle=t.fontStyle,r.style.fontWeight=t.fontWeight,r.style.lineHeight=t.lineHeight,r.style.position="absolute",r.textContent="M";var o=n.body;o||("production"!==process.env.NODE_ENV?Gv(!1,"Missing document.body"):Gv(!1)),o.appendChild(r);var i=r.getBoundingClientRect();return o.removeChild(r),i.height}(t),r=e.endContainer,o=e.endOffset;for(e.setStart(e.startContainer,0);Yv(Wv(e),n)&&(r=e.startContainer,o=e.startOffset,r.parentNode||("production"!==process.env.NODE_ENV?Gv(!1,"Found unexpected detached subtree when traversing."):Gv(!1)),e.setStartBefore(r),1!==r.nodeType||"inline"===getComputedStyle(r).display););for(var i=r,a=o-1;;){for(var s=i.nodeValue,u=a;u>=0;u--)if(!(null!=s&&u>0&&qv.isSurrogatePair(s,u-1))){if(e.setStart(i,u),!Yv(Wv(e),n))break;r=i,o=u}if(-1===u||0===i.childNodes.length)break;a=Xv(i=i.childNodes[u])}return e.setStart(r,o),e},Qv=Sc,em=Jv,tm=kd,nm=hv,rm=mv;var om=function(e,t){var n=rm(e,(function(e){var n=e.getSelection();if(n.isCollapsed()&&0===n.getAnchorOffset())return nm(e,1);var r=t.currentTarget.ownerDocument.defaultView.getSelection().getRangeAt(0);return r=em(r),tm(e,null,r.endContainer,r.endOffset,r.startContainer,r.startOffset).selectionState}),"backward");return n===e.getCurrentContent()?e:Qv.push(e,n,"remove-range")},im="\\s|(?![_])"+{getPunctuation:function(){return"[.,+*?$|#{}()'\\^\\-\\[\\]\\\\\\/!@%\"~=<>_:;・、。〈-】〔-〟:-?!-/[-`{-・⸮؟٪-٬؛،؍﴾﴿᠁।၊။‐-‧‰-⁞¡-±´-¸º»¿]"}}.getPunctuation(),am=new RegExp("^(?:"+im+")*(?:['‘’]|(?!"+im+").)*(?:(?!"+im+").)"),sm=new RegExp("(?:(?!"+im+").)(?:['‘’]|(?!"+im+").)*(?:"+im+")*$");function um(e,t){var n=t?sm.exec(e):am.exec(e);return n?n[0]:e}var lm={getBackward:function(e){return um(e,!0)},getForward:function(e){return um(e,!1)}},cm=lm,fm=Sc,dm=hv,pm=mv;var hm=dv;var gm=function(e,t){var n=e.getSelection();"production"!==process.env.NODE_ENV&&hm(n.isCollapsed(),"moveSelectionForward should only be called with a collapsed SelectionState");var r,o=n.getStartKey(),i=n.getStartOffset(),a=e.getCurrentContent(),s=o;return t>a.getBlockForKey(o).getText().length-i?(s=a.getKeyAfter(o),r=0):r=i+t,n.merge({focusKey:s,focusOffset:r})},vm=lm,mm=Sc,bm=gm,ym=mv;var wm=Au,Cm=Sc;var _m=Sc;var xm=Sc;var Sm=Sc,km=uv,Em=gm,Om=mv;var Tm=Au,Lm=Sc,Dm=Bs;var Mm=Sc;var Am=Au,Rm=Sc,Bm=ud,Im=Kv,jm=Kf,Nm=ug,Fm=om,Pm=function(e){var t=pm(e,(function(e){var t=e.getSelection(),n=t.getStartOffset();if(0===n)return dm(e,1);var r=t.getStartKey(),o=e.getCurrentContent().getBlockForKey(r).getText().slice(0,n),i=cm.getBackward(o);return dm(e,i.length||1)}),"backward");return t===e.getCurrentContent()?e:fm.push(e,t,"remove-range")},zm=function(e){var t=ym(e,(function(e){var t=e.getSelection(),n=t.getStartOffset(),r=t.getStartKey(),o=e.getCurrentContent().getBlockForKey(r).getText().slice(n),i=vm.getForward(o);return bm(e,i.length||1)}),"forward");return t===e.getCurrentContent()?e:mm.push(e,t,"remove-range")},Hm=function(e){var t=wm.splitBlock(e.getCurrentContent(),e.getSelection());return Cm.push(e,t,"split-block")},Km=function(e){var t=e.getSelection(),n=t.getEndKey(),r=e.getCurrentContent().getBlockForKey(n).getLength();return _m.set(e,{selection:t.merge({anchorKey:n,anchorOffset:r,focusKey:n,focusOffset:r,isBackward:!1}),forceSelection:!0})},Um=function(e){var t=e.getSelection(),n=t.getStartKey();return xm.set(e,{selection:t.merge({anchorKey:n,anchorOffset:0,focusKey:n,focusOffset:0,isBackward:!1}),forceSelection:!0})},Vm=_v,$m=function(e){var t=Om(e,(function(e){var t=e.getSelection(),n=e.getCurrentContent(),r=t.getAnchorKey(),o=t.getAnchorOffset(),i=n.getBlockForKey(r).getText()[o];return Em(e,i?km.getUTF16Length(i,0):1)}),"forward");if(t===e.getCurrentContent())return e;var n=e.getSelection();return Sm.push(e,t.set("selectionBefore",n),n.isCollapsed()?"delete-character":"remove-range")},qm=function(e){var t=e.getSelection();if(!t.isCollapsed())return e;var n=t.getAnchorOffset();if(0===n)return e;var r,o,i=t.getAnchorKey(),a=e.getCurrentContent(),s=a.getBlockForKey(i).getLength();if(s<=1)return e;n===s?(r=t.set("anchorOffset",n-1),o=t):o=(r=t.set("focusOffset",n+1)).set("anchorOffset",n+1);var u=Dm(a,r),l=Tm.removeRange(a,r,"backward"),c=l.getSelectionAfter(),f=c.getAnchorOffset()-1,d=c.merge({anchorOffset:f,focusOffset:f}),p=Tm.replaceWithFragment(l,d,u),h=Lm.push(e,p,"insert-fragment");return Lm.acceptSelection(h,o)},Zm=function(e,t,n){var r=Mm.undo(t);if("spellcheck-change"!==t.getLastChangeType())e.preventDefault(),t.getNativelyRenderedContent()?(n(Mm.set(t,{nativelyRenderedContent:null})),setTimeout((function(){n(r)}),0)):n(r);else{var o=r.getCurrentContent();n(Mm.set(r,{nativelyRenderedContent:o}))}},Wm=jv.isOptionKeyCommand,Gm=jm.isBrowser("Chrome");var Ym=function(e,t){var n=t.which,r=e._latestEditorState;function o(n){var r=e.props[n];return!!r&&(r(t),!0)}switch(n){case Bm.RETURN:if(t.preventDefault(),e.props.handleReturn&&Nm(e.props.handleReturn(t,r)))return;break;case Bm.ESC:if(t.preventDefault(),o("onEscape"))return;break;case Bm.TAB:if(o("onTab"))return;break;case Bm.UP:if(o("onUpArrow"))return;break;case Bm.RIGHT:if(o("onRightArrow"))return;break;case Bm.DOWN:if(o("onDownArrow"))return;break;case Bm.LEFT:if(o("onLeftArrow"))return;break;case Bm.SPACE:Gm&&Wm(t)&&t.preventDefault()}var i=e.props.keyBindingFn(t);if(null!=i&&""!==i)if("undo"!==i){if(t.preventDefault(),!e.props.handleKeyCommand||!Nm(e.props.handleKeyCommand(i,r,t.timeStamp))){var a=function(e,t,n){switch(e){case"redo":return Rm.redo(t);case"delete":return $m(t);case"delete-word":return zm(t);case"backspace":return Vm(t);case"backspace-word":return Pm(t);case"backspace-to-start-of-line":return Fm(t,n);case"split-block":return Hm(t);case"transpose-characters":return qm(t);case"move-selection-to-start-of-block":return Um(t);case"move-selection-to-end-of-block":return Km(t);case"secondary-cut":return Im.cut(t);case"secondary-paste":return Im.paste(t);default:return t}}(i,r,t);a!==r&&e.update(a)}}else Zm(t,r,e.update);else if(n===Bm.SPACE&&Gm&&Wm(t)){var s=Am.replaceText(r.getCurrentContent(),r.getSelection()," ");e.update(Rm.push(r,s,"insert-characters"))}};var Xm=function(){function e(e){var t,n,r;r=void 0,(n="_uri")in(t=this)?Object.defineProperty(t,n,{value:r,enumerable:!0,configurable:!0,writable:!0}):t[n]=r,this._uri=e}return e.prototype.toString=function(){return this._uri},e}(),Jm=Xm,Qm=ps,eb=Kf.isBrowser("IE <= 9");var tb=function(e){var t,n=null;return!eb&&document.implementation&&document.implementation.createHTMLDocument&&((t=document.implementation.createHTMLDocument("foo")).documentElement||("production"!==process.env.NODE_ENV?Qm(!1,"Missing doc.documentElement"):Qm(!1)),t.documentElement.innerHTML=e,n=t.getElementsByTagName("body")[0]),n},nb=Vf;var rb=function(e){return!(!e||!e.ownerDocument)&&(nb(e)&&"A"===e.nodeName)},ob=Vf;var ib,ab=function(e){return!(!e||!e.ownerDocument)&&(ob(e)&&"IMG"===e.nodeName)};function sb(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),r.forEach((function(t){ub(e,t,n[t])}))}return e}function ub(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}var lb=Ea,cb=Ha,fb=ns,db=nf,pb=ol,hb=Jm,gb=Qc,vb=_s,mb=tb,bb=sl,yb=ha.exports,wb=yb.List,Cb=yb.Map,_b=yb.OrderedSet,xb=rb,Sb=fp,kb=cd,Eb=ab,Ob=bb("draft_tree_data_support"),Tb=new RegExp("\r","g"),Lb=new RegExp("\n","g"),Db=new RegExp("^\n","g"),Mb=new RegExp("&nbsp;","g"),Ab=new RegExp("&#13;?","g"),Rb=new RegExp("&#8203;?","g"),Bb=["bold","bolder","500","600","700","800","900"],Ib=["light","lighter","normal","100","200","300","400"],jb=["className","href","rel","target","title"],Nb=["alt","className","height","src","width"],Fb=(ub(ib={},gb("public/DraftStyleDefault/depth0"),0),ub(ib,gb("public/DraftStyleDefault/depth1"),1),ub(ib,gb("public/DraftStyleDefault/depth2"),2),ub(ib,gb("public/DraftStyleDefault/depth3"),3),ub(ib,gb("public/DraftStyleDefault/depth4"),4),ib),Pb=Cb({b:"BOLD",code:"CODE",del:"STRIKETHROUGH",em:"ITALIC",i:"ITALIC",s:"STRIKETHROUGH",strike:"STRIKETHROUGH",strong:"BOLD",u:"UNDERLINE",mark:"HIGHLIGHT"}),zb=function(e){var t={};return e.mapKeys((function(e,n){var r=[n.element];void 0!==n.aliasedElements&&r.push.apply(r,n.aliasedElements),r.forEach((function(n){void 0===t[n]?t[n]=e:"string"==typeof t[n]?t[n]=[t[n],e]:t[n].push(e)}))})),Cb(t)},Hb=function(e){if(kb(e)&&e.style.fontFamily.includes("monospace"))return"CODE";return null},Kb=function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:0;return Object.keys(Fb).some((function(n){e.classList.contains(n)&&(t=Fb[n])})),t},Ub=function(e){if(!xb(e))return!1;var t=e;if(!t.href||"http:"!==t.protocol&&"https:"!==t.protocol&&"mailto:"!==t.protocol&&"tel:"!==t.protocol)return!1;try{new hb(t.href);return!0}catch(e){return!1}},Vb=function(e){if(!Eb(e))return!1;var t=e;return!(!t.attributes.getNamedItem("src")||!t.attributes.getNamedItem("src").value)},$b=function(e,t){if(!kb(e))return t;var n=e,r=n.style.fontWeight,o=n.style.fontStyle,i=n.style.textDecoration;return t.withMutations((function(e){Bb.indexOf(r)>=0?e.add("BOLD"):Ib.indexOf(r)>=0&&e.remove("BOLD"),"italic"===o?e.add("ITALIC"):"normal"===o&&e.remove("ITALIC"),"underline"===i&&e.add("UNDERLINE"),"line-through"===i&&e.add("STRIKETHROUGH"),"none"===i&&(e.remove("UNDERLINE"),e.remove("STRIKETHROUGH"))}))},qb=function(e){return"ul"===e||"ol"===e},Zb=function(){function e(e,t){ub(this,"characterList",wb()),ub(this,"currentBlockType","unstyled"),ub(this,"currentDepth",0),ub(this,"currentEntity",null),ub(this,"currentText",""),ub(this,"wrapper",null),ub(this,"blockConfigs",[]),ub(this,"contentBlocks",[]),ub(this,"entityMap",pb),ub(this,"blockTypeMap",void 0),ub(this,"disambiguate",void 0),this.clear(),this.blockTypeMap=e,this.disambiguate=t}var t=e.prototype;return t.clear=function(){this.characterList=wb(),this.blockConfigs=[],this.currentBlockType="unstyled",this.currentDepth=0,this.currentEntity=null,this.currentText="",this.entityMap=pb,this.wrapper=null,this.contentBlocks=[]},t.addDOMNode=function(e){var t;return this.contentBlocks=[],this.currentDepth=0,(t=this.blockConfigs).push.apply(t,this._toBlockConfigs([e],_b())),this._trimCurrentText(),""!==this.currentText&&this.blockConfigs.push(this._makeBlockConfig()),this},t.getContentBlocks=function(){return 0===this.contentBlocks.length&&(Ob?this._toContentBlocks(this.blockConfigs):this._toFlatContentBlocks(this.blockConfigs)),{contentBlocks:this.contentBlocks,entityMap:this.entityMap}},t._makeBlockConfig=function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=e.key||vb(),n=sb({key:t,type:this.currentBlockType,text:this.currentText,characterList:this.characterList,depth:this.currentDepth,parent:null,children:wb(),prevSibling:null,nextSibling:null,childConfigs:[]},e);return this.characterList=wb(),this.currentBlockType="unstyled",this.currentText="",n},t._toBlockConfigs=function(e,t){for(var n=[],r=0;r<e.length;r++){var o=e[r],i=o.nodeName.toLowerCase();if("body"===i||qb(i)){this._trimCurrentText(),""!==this.currentText&&n.push(this._makeBlockConfig());var a=this.currentDepth,s=this.wrapper;qb(i)&&(this.wrapper=i,qb(s)&&this.currentDepth++),n.push.apply(n,this._toBlockConfigs(Array.from(o.childNodes),t)),this.currentDepth=a,this.wrapper=s}else{var u=this.blockTypeMap.get(i);if(void 0===u)if("#text"!==i)if("br"!==i)if(Vb(o))this._addImgNode(o,t);else if(Ub(o))this._addAnchorNode(o,n,t);else{var l=t;Pb.has(i)&&(l=l.add(Pb.get(i))),l=$b(o,l);var c=Hb(o);null!=c&&(l=l.add(c)),n.push.apply(n,this._toBlockConfigs(Array.from(o.childNodes),l))}else this._addBreakNode(o,t);else this._addTextNode(o,t);else{this._trimCurrentText(),""!==this.currentText&&n.push(this._makeBlockConfig());var f=this.currentDepth,d=this.wrapper;if(this.wrapper="pre"===i?"pre":this.wrapper,"string"!=typeof u&&(u=this.disambiguate(i,this.wrapper)||u[0]||"unstyled"),!Ob&&kb(o)&&("unordered-list-item"===u||"ordered-list-item"===u)){var p=o;this.currentDepth=Kb(p,this.currentDepth)}var h=vb(),g=this._toBlockConfigs(Array.from(o.childNodes),t);this._trimCurrentText(),n.push(this._makeBlockConfig({key:h,childConfigs:g,type:u})),this.currentDepth=f,this.wrapper=d}}}return n},t._appendText=function(e,t){var n;this.currentText+=e;var r=lb.create({style:t,entity:this.currentEntity});this.characterList=(n=this.characterList).push.apply(n,Array(e.length).fill(r))},t._trimCurrentText=function(){var e=this.currentText.length,t=e-this.currentText.trimLeft().length,n=this.currentText.trimRight().length,r=this.characterList.findEntry((function(e){return null!==e.getEntity()}));(t=void 0!==r?Math.min(t,r[0]):t)>(n=void 0!==(r=this.characterList.reverse().findEntry((function(e){return null!==e.getEntity()})))?Math.max(n,e-r[0]):n)?(this.currentText="",this.characterList=wb()):(this.currentText=this.currentText.slice(t,n),this.characterList=this.characterList.slice(t,n))},t._addTextNode=function(e,t){var n=e.textContent;""===n.trim()&&"pre"!==this.wrapper&&(n=" "),"pre"!==this.wrapper&&(n=(n=n.replace(Db,"")).replace(Lb," ")),this._appendText(n,t)},t._addBreakNode=function(e,t){Sb(e)&&this._appendText("\n",t)},t._addImgNode=function(e,t){if(Eb(e)){var n=e,r={};Nb.forEach((function(e){var t=n.getAttribute(e);t&&(r[e]=t)})),this.currentEntity=this.entityMap.__create("IMAGE","IMMUTABLE",r),bb("draftjs_fix_paste_for_img")?"presentation"!==n.getAttribute("role")&&this._appendText("📷",t):this._appendText("📷",t),this.currentEntity=null}},t._addAnchorNode=function(e,t,n){if(xb(e)){var r=e,o={};jb.forEach((function(e){var t=r.getAttribute(e);t&&(o[e]=t)})),o.url=new hb(r.href).toString(),this.currentEntity=this.entityMap.__create("LINK","MUTABLE",o||{}),t.push.apply(t,this._toBlockConfigs(Array.from(e.childNodes),n)),this.currentEntity=null}},t._toContentBlocks=function(e){for(var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:null,n=e.length-1,r=0;r<=n;r++){var o=e[r];o.parent=t,o.prevSibling=r>0?e[r-1].key:null,o.nextSibling=r<n?e[r+1].key:null,o.children=wb(o.childConfigs.map((function(e){return e.key}))),this.contentBlocks.push(new fb(sb({},o))),this._toContentBlocks(o.childConfigs,o.key)}},t._hoistContainersInBlockConfigs=function(e){var t=this;return wb(e).flatMap((function(e){return"unstyled"!==e.type||""!==e.text?[e]:t._hoistContainersInBlockConfigs(e.childConfigs)}))},t._toFlatContentBlocks=function(e){var t=this;this._hoistContainersInBlockConfigs(e).forEach((function(e){var n=t._extractTextFromBlockConfigs(e.childConfigs),r=n.text,o=n.characterList;t.contentBlocks.push(new cb(sb({},e,{text:e.text+r,characterList:e.characterList.concat(o)})))}))},t._extractTextFromBlockConfigs=function(e){for(var t=e.length-1,n="",r=wb(),o=0;o<=t;o++){var i=e[o];n+=i.text,r=r.concat(i.characterList),""!==n&&"unstyled"!==i.type&&(n+="\n",r=r.push(r.last()));var a=this._extractTextFromBlockConfigs(i.childConfigs);n+=a.text,r=r.concat(a.characterList)}return{text:n,characterList:r}},e}(),Wb=function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:mb,n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:db,r=t(e=e.trim().replace(Tb,"").replace(Mb," ").replace(Ab,"").replace(Rb,""));if(!r)return null;var o=zb(n),i=function(e,t){return"li"===e?"ol"===t?"ordered-list-item":"unordered-list-item":null};return new Zb(o,i).addDOMNode(r).getContentBlocks()};function Gb(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}var Yb=Ha,Xb=ns,Jb=Wb,Qb=_s,ey=tb,ty=sl,ny=ha.exports,ry=ll,oy=ny.List,iy=ny.Repeat,ay=ty("draft_tree_data_support"),sy=ay?Xb:Yb,uy={processHTML:function(e,t){return Jb(e,ey,t)},processText:function(e,t,n){return e.reduce((function(e,r,o){r=ry(r);var i=Qb(),a={key:i,type:n,text:r,characterList:oy(iy(t,r.length))};if(ay&&0!==o){var s=o-1;a=function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),r.forEach((function(t){Gb(e,t,n[t])}))}return e}({},a,{prevSibling:(e[s]=e[s].merge({nextSibling:i})).getKey()})}return e.push(new sy(a)),e}),[])}};var ly=Au,cy=Sc,fy=function(e,t,n,r){var o=t.getStartKey(),i=t.getEndKey(),a=e.getBlockMap(),s=a.toSeq().skipUntil((function(e,t){return t===o})).takeUntil((function(e,t){return t===i})).concat([[i,a.get(i)]]).map((function(e){var t=e.getDepth()+n;return t=Math.max(0,Math.min(t,r)),e.set("depth",t)}));return a=a.merge(s),e.merge({blockMap:a,selectionBefore:t,selectionAfter:t})},dy=tc,py={currentBlockContainsLink:function(e){var t=e.getSelection(),n=e.getCurrentContent(),r=n.getEntityMap();return n.getBlockForKey(t.getAnchorKey()).getCharacterList().slice(t.getStartOffset(),t.getEndOffset()).some((function(e){var t=e.getEntity();return!!t&&"LINK"===r.__get(t).getType()}))},getCurrentBlockType:function(e){var t=e.getSelection();return e.getCurrentContent().getBlockForKey(t.getStartKey()).getType()},getDataObjectForLinkURL:function(e){return{url:e.toString()}},handleKeyCommand:function(e,t,n){switch(t){case"bold":return py.toggleInlineStyle(e,"BOLD");case"italic":return py.toggleInlineStyle(e,"ITALIC");case"underline":return py.toggleInlineStyle(e,"UNDERLINE");case"code":return py.toggleCode(e);case"backspace":case"backspace-word":case"backspace-to-start-of-line":return py.onBackspace(e);case"delete":case"delete-word":case"delete-to-end-of-block":return py.onDelete(e);default:return null}},insertSoftNewline:function(e){var t=ly.insertText(e.getCurrentContent(),e.getSelection(),"\n",e.getCurrentInlineStyle(),null),n=cy.push(e,t,"insert-characters");return cy.forceSelection(n,t.getSelectionAfter())},onBackspace:function(e){var t=e.getSelection();if(!t.isCollapsed()||t.getAnchorOffset()||t.getFocusOffset())return null;var n=e.getCurrentContent(),r=t.getStartKey(),o=n.getBlockBefore(r);if(o&&"atomic"===o.getType()){var i=n.getBlockMap().delete(o.getKey()),a=n.merge({blockMap:i,selectionAfter:t});if(a!==n)return cy.push(e,a,"remove-range")}var s=py.tryToRemoveBlockStyle(e);return s?cy.push(e,s,"change-block-type"):null},onDelete:function(e){var t=e.getSelection();if(!t.isCollapsed())return null;var n=e.getCurrentContent(),r=t.getStartKey(),o=n.getBlockForKey(r).getLength();if(t.getStartOffset()<o)return null;var i=n.getBlockAfter(r);if(!i||"atomic"!==i.getType())return null;var a=t.merge({focusKey:i.getKey(),focusOffset:i.getLength()}),s=ly.removeRange(n,a,"forward");return s!==n?cy.push(e,s,"remove-range"):null},onTab:function(e,t,n){var r=t.getSelection(),o=r.getAnchorKey();if(o!==r.getFocusKey())return t;var i=t.getCurrentContent(),a=i.getBlockForKey(o),s=a.getType();if("unordered-list-item"!==s&&"ordered-list-item"!==s)return t;e.preventDefault();var u=a.getDepth();if(!e.shiftKey&&u===n)return t;var l=fy(i,r,e.shiftKey?-1:1,n);return cy.push(t,l,"adjust-depth")},toggleBlockType:function(e,t){var n=e.getSelection(),r=n.getStartKey(),o=n.getEndKey(),i=e.getCurrentContent(),a=n;if(r!==o&&0===n.getEndOffset()){var s=dy(i.getBlockBefore(o));o=s.getKey(),a=a.merge({anchorKey:r,anchorOffset:n.getStartOffset(),focusKey:o,focusOffset:s.getLength(),isBackward:!1})}if(i.getBlockMap().skipWhile((function(e,t){return t!==r})).reverse().skipWhile((function(e,t){return t!==o})).some((function(e){return"atomic"===e.getType()})))return e;var u=i.getBlockForKey(r).getType()===t?"unstyled":t;return cy.push(e,ly.setBlockType(i,a,u),"change-block-type")},toggleCode:function(e){var t=e.getSelection(),n=t.getAnchorKey(),r=t.getFocusKey();return t.isCollapsed()||n!==r?py.toggleBlockType(e,"code-block"):py.toggleInlineStyle(e,"CODE")},toggleInlineStyle:function(e,t){var n=e.getSelection(),r=e.getCurrentInlineStyle();if(n.isCollapsed())return cy.setInlineStyleOverride(e,r.has(t)?r.remove(t):r.add(t));var o,i=e.getCurrentContent();return o=r.has(t)?ly.removeInlineStyle(i,n,t):ly.applyInlineStyle(i,n,t),cy.push(e,o,"change-inline-style")},toggleLink:function(e,t,n){var r=ly.applyEntity(e.getCurrentContent(),t,n);return cy.push(e,r,"apply-entity")},tryToRemoveBlockStyle:function(e){var t=e.getSelection(),n=t.getAnchorOffset();if(t.isCollapsed()&&0===n){var r=t.getAnchorKey(),o=e.getCurrentContent(),i=o.getBlockForKey(r).getType(),a=o.getBlockBefore(r);if("code-block"===i&&a&&"code-block"===a.getType()&&0!==a.getLength())return null;if("unstyled"!==i)return ly.setBlockType(o,t,"unstyled")}return null}},hy=py,gy=/\r\n?|\n/g;var vy=va,my=Ea,by=rg,yy=Au,wy=uy,Cy=Sc,_y=hy,xy=jd,Sy=sg,ky=ug,Ey=function(e){return e.split(gy)};function Oy(e,t,n){var r=yy.replaceWithFragment(e.getCurrentContent(),e.getSelection(),t);return Cy.push(e,r.set("entityMap",n),"insert-fragment")}var Ty=Kf,Ly=Rg,Dy=Ng,My=Pg,Ay=Ug,Ry=Yg,By=Xg,Iy=Jg,jy=tv,Ny=Mv,Fy=Ym,Py=function(e,t){t.preventDefault();var n=new by(t.clipboardData);if(!n.isRichText()){var r=n.getFiles(),o=n.getText();if(r.length>0){if(e.props.handlePastedFiles&&ky(e.props.handlePastedFiles(r)))return;return void Sy(r,(function(t){if(t=t||o){var n=e._latestEditorState,r=Ey(t),i=my.create({style:n.getCurrentInlineStyle(),entity:xy(n.getCurrentContent(),n.getSelection())}),a=_y.getCurrentBlockType(n),s=wy.processText(r,i,a),u=vy.createFromArray(s),l=yy.replaceWithFragment(n.getCurrentContent(),n.getSelection(),u);e.update(Cy.push(n,l,"insert-fragment"))}}))}}var i=[],a=n.getText(),s=n.getHTML(),u=e._latestEditorState;if(e.props.formatPastedText){var l=e.props.formatPastedText(a,s);a=l.text,s=l.html}if(!e.props.handlePastedText||!ky(e.props.handlePastedText(a,s,u))){if(a&&(i=Ey(a)),!e.props.stripPastedStyles){var c,f=e.getClipboard();if(!e.props.formatPastedText&&n.isRichText()&&f){if(-1!==(null===(c=s)||void 0===c?void 0:c.indexOf(e.getEditorKey()))||1===i.length&&1===f.size&&f.first().getText()===a)return void e.update(Oy(e._latestEditorState,f))}else if(f&&n.types.includes("com.apple.webarchive")&&!n.types.includes("text/html")&&function(e,t){return e.length===t.size&&t.valueSeq().every((function(t,n){return t.getText()===e[n]}))}(i,f))return void e.update(Oy(e._latestEditorState,f));if(s){var d=wy.processHTML(s,e.props.blockRenderMap);if(d){var p=d.contentBlocks,h=d.entityMap;if(p){var g=vy.createFromArray(p);return void e.update(Oy(e._latestEditorState,g,h))}}}e.setClipboard(null)}if(i.length){var v=my.create({style:u.getCurrentInlineStyle(),entity:xy(u.getCurrentContent(),u.getSelection())}),m=_y.getCurrentBlockType(u),b=wy.processText(i,v,m),y=vy.createFromArray(b);e.update(Oy(e._latestEditorState,y))}}},zy=Ad,Hy=Ty.isBrowser("Chrome"),Ky=Ty.isBrowser("Firefox"),Uy=Hy||Ky?zy:function(e){},Vy={onBeforeInput:Ly,onBlur:Dy,onCompositionStart:My,onCopy:Ay,onCut:Ry,onDragOver:By,onDragStart:Iy,onFocus:jy,onInput:Ny,onKeyDown:Fy,onPaste:Py,onSelect:zy,onMouseUp:Uy,onKeyUp:Uy},$y=S.unstable_flushControlled;var qy=o,Zy=Qc,Wy=function(e){var t,n;function r(){return e.apply(this,arguments)||this}n=e,(t=r).prototype=Object.create(n.prototype),t.prototype.constructor=t,t.__proto__=n;var o=r.prototype;return o.shouldComponentUpdate=function(e){return this.props.text!==e.text||this.props.editorState.getSelection().getHasFocus()!==e.editorState.getSelection().getHasFocus()},o.render=function(){var e=this.props.editorState.getSelection().getHasFocus(),t=Zy({"public/DraftEditorPlaceholder/root":!0,"public/DraftEditorPlaceholder/hasFocus":e});return qy.createElement("div",{className:t},qy.createElement("div",{className:Zy("public/DraftEditorPlaceholder/inner"),id:this.props.accessibilityID,style:{whiteSpace:"pre-wrap"}},this.props.text))},r}(qy.Component),Gy=Wy,Yy=jv,Xy=ud,Jy=Kf,Qy=Jy.isPlatform("Mac OS X"),ew=Qy&&Jy.isBrowser("Firefox < 29"),tw=Yy.hasCommandModifier,nw=Yy.isCtrlKeyCommand;function rw(e){return Qy&&e.altKey||nw(e)}var ow=function(e){switch(e.keyCode){case 66:return tw(e)?"bold":null;case 68:return nw(e)?"delete":null;case 72:return nw(e)?"backspace":null;case 73:return tw(e)?"italic":null;case 74:return tw(e)?"code":null;case 75:return Qy&&nw(e)?"secondary-cut":null;case 77:case 79:return nw(e)?"split-block":null;case 84:return Qy&&nw(e)?"transpose-characters":null;case 85:return tw(e)?"underline":null;case 87:return Qy&&nw(e)?"backspace-word":null;case 89:return nw(e)?Qy?"secondary-paste":"redo":null;case 90:return function(e){return tw(e)?e.shiftKey?"redo":"undo":null}(e)||null;case Xy.RETURN:return"split-block";case Xy.DELETE:return function(e){return!Qy&&e.shiftKey?null:rw(e)?"delete-word":"delete"}(e);case Xy.BACKSPACE:return function(e){return tw(e)&&Qy?"backspace-to-start-of-line":rw(e)?"backspace-word":"backspace"}(e);case Xy.LEFT:return ew&&tw(e)?"move-selection-to-start-of-block":null;case Xy.RIGHT:return ew&&tw(e)?"move-selection-to-end-of-block":null;default:return null}},iw=lf;function aw(){return aw=iw||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},aw.apply(this,arguments)}function sw(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),r.forEach((function(t){lw(e,t,n[t])}))}return e}function uw(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function lw(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function cw(e,t){e.prototype=Object.create(t.prototype),e.prototype.constructor=e,e.__proto__=t}var fw=nf,dw=rf,pw=ep,hw=Hh,gw=Cg,vw=Vy,mw=$y,bw=Gy,yw=Sc,ww=o,Cw=Vp,_w=Qp,xw=Qc,Sw=_s,kw=ow,Ew=ah,Ow=sl,Tw=ps,Lw=cd,Dw=tc,Mw=Kf.isBrowser("IE"),Aw=!Mw,Rw={edit:vw,composite:pw,drag:gw,cut:null,render:null},Bw=!1,Iw=function(e){function t(){return e.apply(this,arguments)||this}cw(t,e);var n=t.prototype;return n.render=function(){return null},n.componentDidMount=function(){this._update()},n.componentDidUpdate=function(){this._update()},n._update=function(){var e=this.props.editor;e._latestEditorState=this.props.editorState,e._blockSelectEvents=!0},t}(ww.Component),jw=function(e){function t(t){var n;return lw(uw(n=e.call(this,t)||this),"_blockSelectEvents",void 0),lw(uw(n),"_clipboard",void 0),lw(uw(n),"_handler",void 0),lw(uw(n),"_dragCount",void 0),lw(uw(n),"_internalDrag",void 0),lw(uw(n),"_editorKey",void 0),lw(uw(n),"_placeholderAccessibilityID",void 0),lw(uw(n),"_latestEditorState",void 0),lw(uw(n),"_latestCommittedEditorState",void 0),lw(uw(n),"_pendingStateFromBeforeInput",void 0),lw(uw(n),"_onBeforeInput",void 0),lw(uw(n),"_onBlur",void 0),lw(uw(n),"_onCharacterData",void 0),lw(uw(n),"_onCompositionEnd",void 0),lw(uw(n),"_onCompositionStart",void 0),lw(uw(n),"_onCopy",void 0),lw(uw(n),"_onCut",void 0),lw(uw(n),"_onDragEnd",void 0),lw(uw(n),"_onDragOver",void 0),lw(uw(n),"_onDragStart",void 0),lw(uw(n),"_onDrop",void 0),lw(uw(n),"_onInput",void 0),lw(uw(n),"_onFocus",void 0),lw(uw(n),"_onKeyDown",void 0),lw(uw(n),"_onKeyPress",void 0),lw(uw(n),"_onKeyUp",void 0),lw(uw(n),"_onMouseDown",void 0),lw(uw(n),"_onMouseUp",void 0),lw(uw(n),"_onPaste",void 0),lw(uw(n),"_onSelect",void 0),lw(uw(n),"editor",void 0),lw(uw(n),"editorContainer",void 0),lw(uw(n),"focus",void 0),lw(uw(n),"blur",void 0),lw(uw(n),"setMode",void 0),lw(uw(n),"exitCurrentMode",void 0),lw(uw(n),"restoreEditorDOM",void 0),lw(uw(n),"setClipboard",void 0),lw(uw(n),"getClipboard",void 0),lw(uw(n),"getEditorKey",void 0),lw(uw(n),"update",void 0),lw(uw(n),"onDragEnter",void 0),lw(uw(n),"onDragLeave",void 0),lw(uw(n),"_handleEditorContainerRef",(function(e){n.editorContainer=e,n.editor=null!==e?e.firstChild:null})),lw(uw(n),"focus",(function(e){var t=n.props.editorState,r=t.getSelection().getHasFocus(),o=n.editor;if(o){var i=_w.getScrollParent(o),a=e||Ew(i),s=a.x,u=a.y;Lw(o)||("production"!==process.env.NODE_ENV?Tw(!1,"editorNode is not an HTMLElement"):Tw(!1)),o.focus(),i===window?window.scrollTo(s,u):Cw.setTop(i,u),r||n.update(yw.forceSelection(t,t.getSelection()))}})),lw(uw(n),"blur",(function(){var e=n.editor;e&&(Lw(e)||("production"!==process.env.NODE_ENV?Tw(!1,"editorNode is not an HTMLElement"):Tw(!1)),e.blur())})),lw(uw(n),"setMode",(function(e){var t=n.props,r=t.onPaste,o=t.onCut,i=t.onCopy,a=sw({},Rw.edit);r&&(a.onPaste=r),o&&(a.onCut=o),i&&(a.onCopy=i);var s=sw({},Rw,{edit:a});n._handler=s[e]})),lw(uw(n),"exitCurrentMode",(function(){n.setMode("edit")})),lw(uw(n),"restoreEditorDOM",(function(e){n.setState({contentsKey:n.state.contentsKey+1},(function(){n.focus(e)}))})),lw(uw(n),"setClipboard",(function(e){n._clipboard=e})),lw(uw(n),"getClipboard",(function(){return n._clipboard})),lw(uw(n),"update",(function(e){n._latestEditorState=e,n.props.onChange(e)})),lw(uw(n),"onDragEnter",(function(){n._dragCount++})),lw(uw(n),"onDragLeave",(function(){n._dragCount--,0===n._dragCount&&n.exitCurrentMode()})),n._blockSelectEvents=!1,n._clipboard=null,n._handler=null,n._dragCount=0,n._editorKey=t.editorKey||Sw(),n._placeholderAccessibilityID="placeholder-"+n._editorKey,n._latestEditorState=t.editorState,n._latestCommittedEditorState=t.editorState,n._onBeforeInput=n._buildHandler("onBeforeInput"),n._onBlur=n._buildHandler("onBlur"),n._onCharacterData=n._buildHandler("onCharacterData"),n._onCompositionEnd=n._buildHandler("onCompositionEnd"),n._onCompositionStart=n._buildHandler("onCompositionStart"),n._onCopy=n._buildHandler("onCopy"),n._onCut=n._buildHandler("onCut"),n._onDragEnd=n._buildHandler("onDragEnd"),n._onDragOver=n._buildHandler("onDragOver"),n._onDragStart=n._buildHandler("onDragStart"),n._onDrop=n._buildHandler("onDrop"),n._onInput=n._buildHandler("onInput"),n._onFocus=n._buildHandler("onFocus"),n._onKeyDown=n._buildHandler("onKeyDown"),n._onKeyPress=n._buildHandler("onKeyPress"),n._onKeyUp=n._buildHandler("onKeyUp"),n._onMouseDown=n._buildHandler("onMouseDown"),n._onMouseUp=n._buildHandler("onMouseUp"),n._onPaste=n._buildHandler("onPaste"),n._onSelect=n._buildHandler("onSelect"),n.getEditorKey=function(){return n._editorKey},"production"!==process.env.NODE_ENV&&["onDownArrow","onEscape","onLeftArrow","onRightArrow","onTab","onUpArrow"].forEach((function(e){t.hasOwnProperty(e)&&console.warn("Supplying an `".concat(e,"` prop to `DraftEditor` has ")+"been deprecated. If your handler needs access to the keyboard event, supply a custom `keyBindingFn` prop that falls back to the default one (eg. https://is.gd/wHKQ3W).")})),n.state={contentsKey:0},n}cw(t,e);var n=t.prototype;return n._buildHandler=function(e){var t=this;return function(n){if(!t.props.readOnly){var r=t._handler&&t._handler[e];r&&(mw?mw((function(){return r(t,n)})):r(t,n))}}},n._showPlaceholder=function(){return!!this.props.placeholder&&!this.props.editorState.isInCompositionMode()&&!this.props.editorState.getCurrentContent().hasText()},n._renderPlaceholder=function(){if(this._showPlaceholder()){var e={text:Dw(this.props.placeholder),editorState:this.props.editorState,textAlignment:this.props.textAlignment,accessibilityID:this._placeholderAccessibilityID};return ww.createElement(bw,e)}return null},n._renderARIADescribedBy=function(){var e=this.props.ariaDescribedBy||"",t=this._showPlaceholder()?this._placeholderAccessibilityID:"";return e.replace("{{editor_id_placeholder}}",t)||void 0},n.render=function(){var e=this.props,t=e.blockRenderMap,n=e.blockRendererFn,r=e.blockStyleFn,o=e.customStyleFn,i=e.customStyleMap,a=e.editorState,s=e.preventScroll,u=e.readOnly,l=e.textAlignment,c=e.textDirectionality,f=xw({"DraftEditor/root":!0,"DraftEditor/alignLeft":"left"===l,"DraftEditor/alignRight":"right"===l,"DraftEditor/alignCenter":"center"===l}),d=this.props.role||"textbox",p="combobox"===d?!!this.props.ariaExpanded:null,h={blockRenderMap:t,blockRendererFn:n,blockStyleFn:r,customStyleMap:sw({},dw,i),customStyleFn:o,editorKey:this._editorKey,editorState:a,preventScroll:s,textDirectionality:c};return ww.createElement("div",{className:f},this._renderPlaceholder(),ww.createElement("div",{className:xw("DraftEditor/editorContainer"),ref:this._handleEditorContainerRef},ww.createElement("div",{"aria-activedescendant":u?null:this.props.ariaActiveDescendantID,"aria-autocomplete":u?null:this.props.ariaAutoComplete,"aria-controls":u?null:this.props.ariaControls,"aria-describedby":this._renderARIADescribedBy(),"aria-expanded":u?null:p,"aria-label":this.props.ariaLabel,"aria-labelledby":this.props.ariaLabelledBy,"aria-multiline":this.props.ariaMultiline,"aria-owns":u?null:this.props.ariaOwneeID,autoCapitalize:this.props.autoCapitalize,autoComplete:this.props.autoComplete,autoCorrect:this.props.autoCorrect,className:xw({notranslate:!u,"public/DraftEditor/content":!0}),contentEditable:!u,"data-testid":this.props.webDriverTestID,onBeforeInput:this._onBeforeInput,onBlur:this._onBlur,onCompositionEnd:this._onCompositionEnd,onCompositionStart:this._onCompositionStart,onCopy:this._onCopy,onCut:this._onCut,onDragEnd:this._onDragEnd,onDragEnter:this.onDragEnter,onDragLeave:this.onDragLeave,onDragOver:this._onDragOver,onDragStart:this._onDragStart,onDrop:this._onDrop,onFocus:this._onFocus,onInput:this._onInput,onKeyDown:this._onKeyDown,onKeyPress:this._onKeyPress,onKeyUp:this._onKeyUp,onMouseUp:this._onMouseUp,onPaste:this._onPaste,onSelect:this._onSelect,ref:this.props.editorRef,role:u?null:d,spellCheck:Aw&&this.props.spellCheck,style:{outline:"none",userSelect:"text",WebkitUserSelect:"text",whiteSpace:"pre-wrap",wordWrap:"break-word"},suppressContentEditableWarning:!0,tabIndex:this.props.tabIndex},ww.createElement(Iw,{editor:this,editorState:a}),ww.createElement(hw,aw({},h,{key:"contents"+this.state.contentsKey})))))},n.componentDidMount=function(){this._blockSelectEvents=!1,!Bw&&Ow("draft_ods_enabled")&&(Bw=!0),this.setMode("edit"),Mw&&(this.editor?this.editor.ownerDocument.execCommand("AutoUrlDetect",!1,!1):Ct.execCommand("AutoUrlDetect",!1,!1))},n.componentDidUpdate=function(){this._blockSelectEvents=!1,this._latestEditorState=this.props.editorState,this._latestCommittedEditorState=this.props.editorState},t}(ww.Component);lw(jw,"defaultProps",{ariaDescribedBy:"{{editor_id_placeholder}}",blockRenderMap:fw,blockRendererFn:function(){return null},blockStyleFn:function(){return""},keyBindingFn:kw,readOnly:!1,spellCheck:!1,stripPastedStyles:!1});var Nw=jw,Fw={stringify:function(e){return"_"+String(e)},unstringify:function(e){return e.slice(1)}},Pw=Fw,zw=uv.strlen;var Hw=uv,Kw=Oa,Uw=function(e,t){return e===t},Vw=function(e){return!!e},$w=[];function qw(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}var Zw=Ha,Ww=ns,Gw=Fw,Yw=function(e,t){var n=[];return e.findEntityRanges((function(e){return!!e.getEntity()}),(function(r,o){var i=e.getText(),a=e.getEntityAt(r);n.push({offset:zw(i.slice(0,r)),length:zw(i.slice(r,o)),key:Number(t[Pw.stringify(a)])})})),n},Xw=function(e){var t=e.getCharacterList().map((function(e){return e.getStyle()})).toList(),n=t.flatten().toSet().map((function(n){return function(e,t,n){var r=[],o=t.map((function(e){return e.has(n)})).toList();return Kw(o,Uw,Vw,(function(t,o){var i=e.getText();r.push({offset:Hw.strlen(i.slice(0,t)),length:Hw.strlen(i.slice(t,o)),style:n})})),r}(e,t,n)}));return Array.prototype.concat.apply($w,n.toJS())},Jw=ps,Qw=function(e,t){return{key:e.getKey(),text:e.getText(),type:e.getType(),depth:e.getDepth(),inlineStyleRanges:Xw(e),entityRanges:Yw(e,t),data:e.getData().toObject()}},eC=function(e,t,n,r){if(e instanceof Zw)n.push(Qw(e,t));else{e instanceof Ww||("production"!==process.env.NODE_ENV?Jw(!1,"block is not a BlockNode"):Jw(!1));var o=e.getParentKey(),i=r[e.getKey()]=function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),r.forEach((function(t){qw(e,t,n[t])}))}return e}({},Qw(e,t),{children:[]});o?r[o].children.push(i):n.push(i)}},tC=function(e){var t={entityMap:{},blocks:[]};return t=function(e,t){var n=t.entityMap,r=[],o={},i={},a=0;return e.getBlockMap().forEach((function(e){e.findEntityRanges((function(e){return null!==e.getEntity()}),(function(t){var r=e.getEntityAt(t),o=Gw.stringify(r);i[o]||(i[o]=r,n[o]="".concat(a),a++)})),eC(e,n,r,o)})),{blocks:r,entityMap:n}}(e,t),t=function(e,t){var n=t.blocks,r=t.entityMap,o={};return Object.keys(r).forEach((function(t,n){var r=e.getEntity(Gw.unstringify(t));o[n]={type:r.getType(),mutability:r.getMutability(),data:r.getData()}})),{blocks:n,entityMap:o}}(e,t),t};function nC(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),r.forEach((function(t){rC(e,t,n[t])}))}return e}function rC(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}var oC=_s,iC=ps,aC=function(e){if(!e||!e.type)return!1;var t=e.type;return"unordered-list-item"===t||"ordered-list-item"===t},sC={fromRawTreeStateToRawState:function(e){var t=e.blocks,n=[];return Array.isArray(t)||("production"!==process.env.NODE_ENV?iC(!1,"Invalid raw state"):iC(!1)),Array.isArray(t)&&t.length?(function(e,t){for(var n=[].concat(e).reverse();n.length;){var r=n.pop();t(r);var o=r.children;Array.isArray(o)||("production"!==process.env.NODE_ENV?iC(!1,"Invalid tree raw block"):iC(!1)),n=n.concat([].concat(o.reverse()))}}(t,(function(e){var t=nC({},e);aC(e)&&(t.depth=t.depth||0,function(e){Array.isArray(e.children)&&(e.children=e.children.map((function(t){return t.type===e.type?nC({},t,{depth:(e.depth||0)+1}):t})))}(e),null!=e.children&&e.children.length>0)||(delete t.children,n.push(t))})),e.blocks=n,nC({},e,{blocks:n})):e},fromRawStateToRawTreeState:function(e){var t=[],n=[];return e.blocks.forEach((function(e){var r=aC(e),o=e.depth||0,i=nC({},e,{children:[]});if(r){var a=n[0];if(null==a&&0===o)t.push(i);else if(null==a||a.depth<o-1){var s={key:oC(),text:"",depth:o-1,type:e.type,children:[],entityRanges:[],inlineStyleRanges:[]};n.unshift(s),1===o?t.push(s):null!=a&&a.children.push(s),s.children.push(i)}else if(a.depth===o-1)a.children.push(i);else{for(;null!=a&&a.depth>=o;)n.shift(),a=n[0];o>0?a.children.push(i):t.push(i)}}else t.push(i)})),nC({},e,{blocks:t})}},uC=dv,lC={isValidBlock:function(e,t){var n=e.getKey(),r=e.getParentKey();if(null!=r&&!t.get(r).getChildKeys().includes(n))return"production"!==process.env.NODE_ENV&&uC(!0,"Tree is missing parent -> child pointer on %s",n),!1;if(!e.getChildKeys().map((function(e){return t.get(e)})).every((function(e){return e.getParentKey()===n})))return"production"!==process.env.NODE_ENV&&uC(!0,"Tree is missing child -> parent pointer on %s",n),!1;var o=e.getPrevSiblingKey();if(null!=o&&t.get(o).getNextSiblingKey()!==n)return"production"!==process.env.NODE_ENV&&uC(!0,"Tree is missing nextSibling pointer on %s's prevSibling",n),!1;var i=e.getNextSiblingKey();if(null!=i&&t.get(i).getPrevSiblingKey()!==n)return"production"!==process.env.NODE_ENV&&uC(!0,"Tree is missing prevSibling pointer on %s's nextSibling",n),!1;return null!==i&&null!==o&&o===i?("production"!==process.env.NODE_ENV&&uC(!0,"Tree has a two-node cycle at %s",n),!1):!(""!=e.text&&e.getChildKeys().size>0)||("production"!==process.env.NODE_ENV&&uC(!0,"Leaf node %s has children",n),!1)},isConnectedTree:function(e){var t=e.toArray().filter((function(e){return null==e.getParentKey()&&null==e.getPrevSiblingKey()}));if(1!==t.length)return"production"!==process.env.NODE_ENV&&uC(!0,"Tree is not connected. More or less than one first node"),!1;for(var n=0,r=t.shift().getKey(),o=[];null!=r;){var i=e.get(r),a=i.getChildKeys(),s=i.getNextSiblingKey();if(a.size>0){null!=s&&o.unshift(s);var u=a.map((function(t){return e.get(t)})).find((function(e){return null==e.getPrevSiblingKey()}));if(null==u)return"production"!==process.env.NODE_ENV&&uC(!0,"%s has no first child",r),!1;r=u.getKey()}else r=null!=i.getNextSiblingKey()?i.getNextSiblingKey():o.shift();n++}return n===e.size||("production"!==process.env.NODE_ENV&&uC(!0,"Tree is not connected. %s nodes were seen instead of %s",n,e.size),!1)},isValidTree:function(e){var t=this;return!!e.toArray().every((function(n){return t.isValidBlock(n,e)}))&&this.isConnectedTree(e)}},cC=Ea,fC=ha.exports.List;var dC=function(e,t){var n=e.map((function(e,n){var r=t[n];return cC.create({style:e,entity:r})}));return fC(n)},pC=uv.substr;var hC=function(e,t){var n=Array(e.length).fill(null);return t&&t.forEach((function(t){for(var r=pC(e,0,t.offset).length,o=r+pC(e,t.offset,t.length).length,i=r;i<o;i++)n[i]=t.key})),n},gC=uv,vC=ha.exports.OrderedSet,mC=gC.substr,bC=vC();var yC=function(e,t){var n=Array(e.length).fill(bC);return t&&t.forEach((function(t){for(var r=mC(e,0,t.offset).length,o=r+mC(e,t.offset,t.length).length;r<o;)n[r]=n[r].add(t.style),r++})),n};function wC(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),r.forEach((function(t){CC(e,t,n[t])}))}return e}function CC(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}var _C=Ha,xC=ns,SC=Ml,kC=ol,EC=sC,OC=lC,TC=al,LC=dC,DC=hC,MC=yC,AC=_s,RC=ha.exports,BC=ps,IC=sl("draft_tree_data_support"),jC=RC.List,NC=RC.Map,FC=RC.OrderedMap,PC=function(e,t){var n=e.key,r=e.type,o=e.data;return{text:e.text,depth:e.depth||0,type:r||"unstyled",key:n||AC(),data:NC(o),characterList:zC(e,t)}},zC=function(e,t){var n=e.text,r=e.entityRanges,o=e.inlineStyleRanges,i=r||[];return LC(MC(n,o||[]),DC(n,i.filter((function(e){return t.hasOwnProperty(e.key)})).map((function(e){return wC({},e,{key:t[e.key]})}))))},HC=function(e){return wC({},e,{key:e.key||AC()})},KC=function(e,t,n){var r=t.map((function(e){return wC({},e,{parentRef:n})}));return e.concat(r.reverse())},UC=function(e,t){var n=e.blocks.find((function(e){return Array.isArray(e.children)&&e.children.length>0})),r=IC&&!n?EC.fromRawStateToRawTreeState(e).blocks:e.blocks;if(!IC)return function(e,t){return FC(e.map((function(e){var n=new _C(PC(e,t));return[n.getKey(),n]})))}(n?EC.fromRawTreeStateToRawState(e).blocks:r,t);var o=function(e,t){return e.map(HC).reduce((function(n,r,o){Array.isArray(r.children)||("production"!==process.env.NODE_ENV?BC(!1,"invalid RawDraftContentBlock can not be converted to ContentBlockNode"):BC(!1));var i=r.children.map(HC),a=new xC(wC({},PC(r,t),{prevSibling:0===o?null:e[o-1].key,nextSibling:o===e.length-1?null:e[o+1].key,children:jC(i.map((function(e){return e.key})))}));n=n.set(a.getKey(),a);for(var s=KC([],i,a);s.length>0;){var u=s.pop(),l=u.parentRef,c=l.getChildKeys(),f=c.indexOf(u.key),d=Array.isArray(u.children);if(!d){d||("production"!==process.env.NODE_ENV?BC(!1,"invalid RawDraftContentBlock can not be converted to ContentBlockNode"):BC(!1));break}var p=u.children.map(HC),h=new xC(wC({},PC(u,t),{parent:l.getKey(),children:jC(p.map((function(e){return e.key}))),prevSibling:0===f?null:c.get(f-1),nextSibling:f===c.size-1?null:c.get(f+1)}));n=n.set(h.getKey(),h),s=KC(s,p,h)}return n}),FC())}(r,t);return"production"!==process.env.NODE_ENV&&(OC.isValidTree(o)||("production"!==process.env.NODE_ENV?BC(!1,"Should be a valid tree"):BC(!1))),o},VC=$v;var $C=function(e){var t=VC(e),n=0,r=0,o=0,i=0;if(t.length){if(t.length>1&&0===t[0].width){var a=t[1];n=a.top,r=a.right,o=a.bottom,i=a.left}else{var s=t[0];n=s.top,r=s.right,o=s.bottom,i=s.left}for(var u=1;u<t.length;u++){var l=t[u];0!==l.height&&0!==l.width&&(n=Math.min(n,l.top),r=Math.max(r,l.right),o=Math.max(o,l.bottom),i=Math.min(i,l.left))}}return{top:n,right:r,bottom:o,left:i,width:r-i,height:o-n}},qC=$C;var ZC=function(e){var t=e.getSelection();if(!t.rangeCount)return null;var n=t.getRangeAt(0),r=qC(n),o=r.top,i=r.right,a=r.bottom,s=r.left;return 0===o&&0===i&&0===a&&0===s?null:r},WC={Editor:Nw,EditorBlock:zh,EditorState:Sc,CompositeDecorator:Xc,Entity:ol,EntityInstance:Gu,BlockMapBuilder:va,CharacterMetadata:Ea,ContentBlock:Ha,ContentState:Ml,RawDraftContentState:{},SelectionState:al,AtomicBlockUtils:Wc,KeyBindingUtil:jv,Modifier:Au,RichUtils:hy,DefaultDraftBlockRenderMap:nf,DefaultDraftInlineStyle:rf,convertFromHTML:Wb,convertFromRaw:function(e){Array.isArray(e.blocks)||("production"!==process.env.NODE_ENV?BC(!1,"invalid RawDraftContentState"):BC(!1));var t=function(e){var t=e.entityMap,n={};return Object.keys(t).forEach((function(e){var r=t[e],o=r.type,i=r.mutability,a=r.data;n[e]=kC.__create(o,i,a||{})})),n}(e),n=UC(e,t),r=n.isEmpty()?new TC:TC.createEmpty(n.first().getKey());return new SC({blockMap:n,entityMap:t,selectionBefore:r,selectionAfter:r})},convertToRaw:tC,genKey:_s,getDefaultKeyBinding:ow,getVisibleSelectionRect:ZC};const GC=le.span((({theme:e,error:t})=>({display:"inline-block",color:t?e.color.error:e.accent}))),YC=(e,t,n,r)=>{e.findEntityRanges((e=>{const t=e.getEntity();if(t){return n.getEntity(t).getType()===r}return!1}),t)},XC=new WC.CompositeDecorator([{strategy:(e,t,n)=>YC(e,t,n,"FOUND_FIELD"),component:({children:t})=>e(GC,{children:t})},{strategy:(e,t,n)=>YC(e,t,n,"NOT_FOUND"),component:({children:t})=>e(GC,Object.assign({error:!0},{children:t}))}]),JC=(e,t,n)=>{const r=tn.find(t,{id:e.id}),o=t.every((e=>!e.value)),i=t.some((e=>e.value));let a=!0,s="";r?o?a=!0:!n&&!i||(null==r?void 0:r.value)||(a=!1):a=!1,s=a?n&&!o?(null==r?void 0:r.value)||"":(null==r?void 0:r.label)||"":(null==r?void 0:r.id)||e.id;return{label:n&&(null==r?void 0:r.value)?s:`{${s}}`,isValid:a}},QC=(e,t,n)=>{const r=((e,t,n)=>{const r={},o={text:"",type:"unstyled",entityRanges:[],key:"",depth:1,inlineStyleRanges:[]},i=e.replace(/(<<\w+?>>)/g,"~~$1~~").split("~~");for(let e=0;e<i.length;e++){let a=i[e];if(a.startsWith("<<")){const i=a.replace(/<<|>>/g,""),s=tn.find(t||[],{id:i})||{id:i,label:""},{label:u,isValid:l}=JC(s,t||[],n);a=u,o.entityRanges.push({key:e,offset:o.text.length,length:a.length}),r[e]={type:l?"FOUND_FIELD":"NOT_FOUND",mutability:"IMMUTABLE",data:{id:i}}}o.text+=a}return WC.convertFromRaw({blocks:[o],entityMap:r})})(e,t,n);return WC.EditorState.createWithContent(r,XC)},e_=(e,t=!0)=>{const n=e.getCurrentContent(),r=WC.convertToRaw(n);return t?(o=r).blocks.map((e=>{const{text:t,entityRanges:n}=e;if(n.length<1)return t;const r=[];let i=0;return n.forEach((({key:e,offset:n,length:a})=>{n>i&&r.push(t.substr(i,n-i));const s=tn.get(o,`entityMap[${e}].data.id`,"unknown");r.push(`<<${s}>>`),i=n+a})),r.push(t.substr(i)),r.join("")})).join(" "):r;var o},t_=e=>{const t=e_(e,!1);return"string"!=typeof t?Object.values(t.entityMap):[]},n_=e=>{const t=e.getCurrentContent().getLastBlock(),n=t.getKey(),r=t.getLength(),o=new WC.SelectionState({anchorKey:n,anchorOffset:r,focusKey:n,focusOffset:r});return WC.EditorState.forceSelection(e,o)},r_=c(((n,r)=>{var{value:o,onChange:i,onEnterKey:a,onFocus:s,onBlur:u,mergeFields:c=[],placeholder:d="Text here...",width:g,height:v,maxHeight:m,borderless:b=!1,noPadding:y=!1,readOnly:w=!1,displayMergedValues:C=!1,color:_,overflow:x,clampLines:S,label:E,disabled:O,borderRadius:T,backgroundColor:L,fontSize:D,textOnly:M,margin:A,marginLeft:R,marginRight:B,marginTop:I,marginBottom:j}=n,N=k(n,["value","onChange","onEnterKey","onFocus","onBlur","mergeFields","placeholder","width","height","maxHeight","borderless","noPadding","readOnly","displayMergedValues","color","overflow","clampLines","label","disabled","borderRadius","backgroundColor","fontSize","textOnly","margin","marginLeft","marginRight","marginTop","marginBottom"]);const[F,P]=l((()=>QC(o,c,C))),{focused:z,handleFocus:H,handleBlur:K}=It(s,u),[U,V]=l(!1),$=f(null),q=f(),Z=null!=m?m:v,W=Z?Z-(b?0:E?29:11):void 0,G=e=>{P(e);const t=(e=>t_(e).some((e=>"NOT_FOUND"===e.type)))(e);V(t);const n=e_(e);i&&i(n,t)},Y=e=>{const t=((e,t,n,r)=>{const{id:o}=e,i=n.getCurrentContent(),a=n.getSelection(),{label:s,isValid:u}=JC(e,t,r),l=u?"FOUND_FIELD":"NOT_FOUND",c=i.createEntity(l,"IMMUTABLE",{id:o}).getLastCreatedEntityKey(),f=WC.Modifier.insertText(i,a,s,void 0,c),d=WC.EditorState.push(n,f,"insert-characters");return WC.EditorState.forceSelection(d,f.getSelectionAfter())})(e,c,F,C);G(t)},X=()=>{(null==$?void 0:$.current)&&$.current.focus();const e=n_(F);P(e)};p(r,(()=>({insertField:Y,focusAtEnd:X})));h((()=>{e_(F)!==o&&(e=>{const t=F.getSelection(),n=QC(e,c,C),r=n_(n),o=t.getHasFocus()?r:n;G(o)})(o)}),[o]),h((()=>{q.current=c}),[]),h((()=>{const{current:e}=q,t=tn.isEqual(e,c),n=t_(F);if(!t&&n.length>0){q.current=c;const e=QC(o,c,C);G(e)}}),[c]);return e(o_,Object.assign({onClick:e=>{w||e.stopPropagation();F.getSelection().getHasFocus()||X()},width:g,height:v,editorMaxHeight:W,borderless:b||M,noPadding:y||M,readOnly:w,color:_,overflow:x,clampLines:S,filled:jt(o),invalid:U,textOnly:M,borderRadius:T,backgroundColor:L,fontSize:D,margin:A,marginLeft:R,marginRight:B,marginTop:I,marginBottom:j,focused:z,disabled:O,hasLabel:!!E,hideEditor:!jt(o)&&!!E&&!z},{children:t(Ft,Object.assign({readOnly:w},{children:[E&&e(Pt,Object.assign({filled:jt(o),focused:z,disabled:O},{children:E})),e(WC.Editor,Object.assign({ref:$,editorState:F,onChange:G,placeholder:d,readOnly:w,handleReturn:e=>{const t=WC.RichUtils.insertSoftNewline(F);return e.shiftKey||!a?G(t):a(e),"handled"},handlePastedText:(e,t,n)=>{const r=((e,t)=>{const n=t.getCurrentContent(),r=t.getSelection(),o={text:e,type:"unstyled",entityRanges:[],key:"",depth:1,inlineStyleRanges:[]},i=WC.convertFromRaw({blocks:[o],entityMap:{}}),a=WC.EditorState.createWithContent(i,XC).getCurrentContent().getBlockMap(),s=WC.Modifier.replaceWithFragment(n,r,a);return WC.EditorState.push(t,s,"insert-fragment")})(e,n);return G(r),"handled"},onFocus:H,onBlur:K},N))]}))}))})),o_=le(Nt)((({theme:e,height:t,noPadding:n,disabled:r,readOnly:o,color:i})=>({alignItems:t?"flex-start":void 0,minHeight:t,height:"max-content",padding:n?0:void 0,color:r?e.input.color.disabled:i||e.input.color.default,cursor:o?"inherit":"text","&:hover":{backgroundColor:o?e.input.background.default:void 0,borderBottom:o?`1px solid ${e.input.borderColor.default}`:void 0,Label:{color:o?e.input.labelColor.filled:void 0}}})),(({theme:e,height:t,hasLabel:n,editorMaxHeight:r,overflow:o,clampLines:i,hideEditor:a,fontSize:s,noPadding:u,filled:l})=>({"& .public-DraftEditor-content":{maxHeight:r||t,overflow:o||"auto",lineHeight:n?"19px":"21px",position:a?"absolute":"relative",fontSize:s||e.font.size.lg,top:!l||n||u?void 0:1,caretColor:e.accent},"& .public-DraftStyleDefault-block":{WebkitLineClamp:i,overflow:i?"hidden":o||"auto",display:i?"-webkit-box":void 0,WebkitBoxOrient:i?"vertical":void 0,wordBreak:i?"break-word":void 0},"& .public-DraftEditorPlaceholder-root":{color:e.input.color.placeholder,position:"relative",visibility:a?"hidden":void 0,fontSize:s||e.font.size.lg}})),(({noPadding:e,hasLabel:t})=>{let n;return e&&(n=-1),t&&(n=-2),{"& .public-DraftEditorPlaceholder-inner":{position:"absolute",pointerEvents:"none",top:n}}})),i_=le.div({display:"grid"},(({rows:e,rowGap:t,columns:n,columnGap:r,gap:o,template:i,alignContent:a,alignItems:s,justifyContent:u,justifyItems:l,width:c,height:f})=>({gridTemplateColumns:"number"==typeof n?`repeat(${n}, 1fr)`:n,gridTemplateRows:"number"==typeof e?`repeat(${e}, 1fr)`:e,gridColumnGap:r,gridRowGap:t,gridGap:o,gridTemplate:i,alignItems:s,justifyItems:l,alignContent:a,justifyContent:u,width:c,height:f})),(({columns:e})=>"equal"===e&&{gridTemplateColumns:"unset",gridAutoColumns:"1fr",gridAutoFlow:"column"}),(({padding:e,paddingTop:t,paddingBottom:n,paddingRight:r,paddingLeft:o})=>({padding:e,paddingTop:t,paddingBottom:n,paddingRight:r,paddingLeft:o})),(({margin:e,marginTop:t,marginBottom:n,marginRight:r,marginLeft:o})=>({margin:e,marginTop:t,marginBottom:n,marginRight:r,marginLeft:o})));i_.Item=le.div((({row:e,rowStart:t,rowEnd:n,column:r,columnStart:o,columnEnd:i,area:a,alignSelf:s,justifySelf:u,placeSelf:l,border:c})=>({gridRow:e,gridRowStart:t,gridRowEnd:n,gridColumn:r,gridColumnStart:o,gridColumnEnd:i,gridArea:a,alignSelf:s,justifySelf:u,placeSelf:l,border:c})),(({padding:e,paddingTop:t,paddingBottom:n,paddingRight:r,paddingLeft:o})=>({padding:e,paddingTop:t,paddingBottom:n,paddingRight:r,paddingLeft:o})),(({margin:e,marginTop:t,marginBottom:n,marginRight:r,marginLeft:o})=>({margin:e,marginTop:t,marginBottom:n,marginRight:r,marginLeft:o})));const a_=n=>{var{id:r,label:o,labelPosition:i,checked:a,disabled:s,margin:u,marginTop:l,marginBottom:c,marginRight:f,marginLeft:d}=n,p=k(n,["id","label","labelPosition","checked","disabled","margin","marginTop","marginBottom","marginRight","marginLeft"]);const h="right"===i,g={margin:u,marginTop:l,marginBottom:c,marginRight:f,marginLeft:d};return t(ji,Object.assign({htmlFor:r,labelRight:h,disabled:s},g,{children:[o&&e(Fi,{children:o}),e(Ni,Object.assign({id:r,type:"radio",checked:a,disabled:s},p)),e(mt,{name:"radio-button",marginLeft:o&&!h?8:0,marginRight:o&&h?8:0,pointer:!s})]}))},s_=n=>{var{id:r,label:o,labelPosition:i,checked:a,disabled:s,onChange:u,margin:c,marginTop:f,marginBottom:d,marginRight:p,marginLeft:g}=n,v=k(n,["id","label","labelPosition","checked","disabled","onChange","margin","marginTop","marginBottom","marginRight","marginLeft"]);const[m,b]=l("toggle-off"),[y,w]=l(a||!1),C="right"===i,_={margin:c,marginTop:f,marginBottom:d,marginRight:p,marginLeft:g};return h((()=>{b(y?"toggle-on":"toggle-off")}),[y]),h((()=>{w("boolean"==typeof a?a:y)}),[a,y]),t(ji,Object.assign({htmlFor:r,labelRight:C,disabled:s},_,{children:[o&&e(Fi,{children:o}),e(Ni,Object.assign({id:r,type:"checkbox",checked:y,disabled:s,onChange:()=>{const e=!y;w(e),u(e)}},v)),e(mt,{name:m,marginLeft:o&&!C?8:0,marginRight:o&&C?8:0,pointer:!s,size:40})]}))},u_=e=>{var{children:n,iconLeft:r,iconRight:o,disabled:i,pill:a}=e,s=k(e,["children","iconLeft","iconRight","disabled","pill"]);return t(l_,Object.assign({as:a?void 0:"label",disabled:i,rightIcon:!!o,pill:a},s,{children:[r&&Ht(r,{marginRight:4,size:"small"}),n,o&&Ht(o,{marginLeft:4,size:"small"})]}))},l_=le.div((({theme:e,disabled:t,pill:n})=>({display:"flex",alignItems:"center",width:"max-content",color:t?e.scale4:e.scale10,cursor:"default",fontSize:n?e.font.size.sm:e.font.size.md,fontWeight:n?e.font.weight.medium:e.font.weight.default,fontFamily:e.font.family.default})),(({theme:e,disabled:t,pill:n,rightIcon:r})=>n&&{borderRadius:40,padding:`2px ${e.size.sm}px`,paddingRight:r?e.size.xs:void 0,backgroundColor:t?e.scale0:e.scale1,"&:hover":{backgroundColor:t||!n?void 0:e.scale2}}),(({margin:e,marginTop:t,marginBottom:n,marginRight:r,marginLeft:o})=>({margin:e,marginTop:t,marginBottom:n,marginRight:r,marginLeft:o}))),c_=t=>{var{children:n,rows:r,columns:o,rowGap:i,columnGap:a,onSubmit:s}=t,u=k(t,["children","rows","columns","rowGap","columnGap","onSubmit"]);return e(f_,Object.assign({as:"form",rows:r,columns:o,rowGap:i,columnGap:a,onSubmit:e=>{s?s(e):e.preventDefault()}},u,{children:n}))};c_.Group=t=>{var{children:n,rows:r,columns:o,rowGap:i,columnGap:a,disabled:s}=t,u=k(t,["children","rows","columns","rowGap","columnGap","disabled"]);return e(d_,Object.assign({rows:r,columns:o,rowGap:i,columnGap:a,disabled:s},u,{children:n}))},c_.Field=({children:t,inline:n,align:r,disabled:o})=>e(p_,Object.assign({inline:n,align:r,disabled:o},{children:t})),c_.Input=Kt,c_.Dropdown=ln,c_.Radio=a_,c_.Toggle=s_,c_.Checkbox=Pi,c_.Label=u_;const f_=le(i_)({boxSizing:"border-box"}),d_=le(i_)((({disabled:e})=>e&&{opacity:.3,pointerEvents:"none"})),p_=le.div((({inline:e,align:t})=>({display:"flex",flexDirection:e?"row":"column",alignItems:t?{top:"flex-start",bottom:"flex-end",center:"center"}[t]:void 0})),(({disabled:e})=>e&&{opacity:.3,pointerEvents:"none"})),h_=({visible:n,close:r,images:o,startIndex:i,alt:a,maxWidth:s,maxHeight:u,opacity:c})=>{const[f,d]=l(i),p=Xt(r,n,["#prev","#next","#prev *","#next *"]);h((()=>{d(i)}),[i]);const g=()=>d(f>0?f-1:o.length-1),v=()=>f<o.length-1?d(f+1):d(0),m=e=>{const{key:t}=e;switch(t){case"ArrowLeft":case"ArrowDown":e.preventDefault(),g();break;case"ArrowRight":case"ArrowUp":e.preventDefault(),v();break;case"Escape":e.preventDefault(),r()}};return h((()=>(n&&window.addEventListener("keydown",m),()=>window.removeEventListener("keydown",m))),[n,f]),n?t(g_,Object.assign({opacity:c,prevNext:o.length>1},{children:[e(v_,Object.assign({onClick:r},{children:e(mt,{name:"close",size:25,color:"white"})})),o.length>1&&e(m_,Object.assign({id:"prev",onClick:g},{children:e(mt,{name:"chevron-left",size:35,color:"white"})})),e(b_,{ref:p,src:o[f],alt:a,maxWidth:s,maxHeight:u}),o.length>1&&e(m_,Object.assign({next:!0,id:"next",onClick:v},{children:e(mt,{name:"chevron-right",size:35,color:"white"})}))]})):null},g_=le.div((({prevNext:e,opacity:t})=>({width:"100%",height:"100%",backgroundColor:`rgba(0, 0, 0, ${null!=t?t:.3})`,position:"fixed",top:0,left:0,display:"grid",gridTemplateColumns:e?"auto 1fr auto":"1fr",justifyContent:"space-between",alignItems:"center",zIndex:1e4,userSelect:"none",borderRadius:5}))),v_=le.div({position:"absolute",top:0,right:0,display:"flex",justifyContent:"center",alignItems:"center",cursor:"pointer",width:50,height:50,zIndex:1}),m_=le.div((({next:e})=>({display:"flex",justifyContent:"center",alignItems:"center",cursor:"pointer",width:50,height:"100%",backgroundColor:"transparent",left:e?void 0:0,right:e?0:void 0,zIndex:0,"&:hover":{background:`linear-gradient(90deg, rgba(0,0,0,${e?0:.4}) 0%, rgba(0,0,0,${e?.4:0}) 100%)`}}))),b_=le.img((({maxWidth:e,maxHeight:t})=>({display:"block",justifySelf:"center",maxWidth:e||"100%",maxHeight:t||"100%"}))),y_=le.code((({theme:e})=>({fontFamily:"source-code-pro, Menlo, Monaco, Consolas, 'Courier New', monospace",color:e.scale10,backgroundColor:e.scale1,borderRadius:e.size.xs,padding:"2px 4px"}))),w_=({vertical:t,width:n,height:r,padding:o,paddingTop:i,paddingBottom:a,paddingLeft:s,paddingRight:l,border:c,borderTop:f,borderBottom:d,borderLeft:p,borderRight:h,borderTopLeftRadius:g,borderTopRightRadius:v,borderBottomLeftRadius:m,borderBottomRightRadius:b,backgroundColor:y,children:w})=>e(C_,Object.assign({vertical:t,width:n,height:r,padding:o,paddingTop:i,paddingBottom:a,paddingLeft:s,paddingRight:l,border:c,borderTop:f,borderBottom:d,borderLeft:p,borderRight:h,borderTopLeftRadius:g,borderTopRightRadius:v,borderBottomLeftRadius:m,borderBottomRightRadius:b,backgroundColor:y,role:"menu"},{children:w?Dt(w).map((e=>e?u(e,{vertical:t,backgroundColor:y}):null)):null})),C_=le.div((({theme:{menu:e},vertical:t,backgroundColor:n,width:r,height:o,paddingTop:i,paddingBottom:a,paddingRight:s,paddingLeft:u})=>({display:"flex",flexFlow:t?"column":"row",overflowY:t?"auto":void 0,backgroundColor:n||e.background,padding:t?"16px 0":"0 16px",paddingTop:i,paddingBottom:a,paddingRight:s,paddingLeft:u,width:r,height:o})),(({theme:{defaultBorder:e},border:t,borderTop:n,borderBottom:r,borderLeft:o,borderRight:i,borderTopLeftRadius:a,borderTopRightRadius:s,borderBottomLeftRadius:u,borderBottomRightRadius:l})=>({border:t?e:void 0,borderTop:n?e:void 0,borderBottom:r?e:void 0,borderLeft:o?e:void 0,borderRight:i?e:void 0,borderTopLeftRadius:a,borderTopRightRadius:s,borderBottomLeftRadius:u,borderBottomRightRadius:l}))),__=le.button({userSelect:"none",border:"none",display:"flex",alignItems:"center"},(({theme:{accent:e,font:t,menuItem:n},selected:r,vertical:o,disabled:i,indent:a=1})=>({color:r?n.color.active:n.color.inactive,backgroundColor:r?n.background.active:n.background.inactive,borderLeft:o?"4px solid transparent":void 0,borderLeftColor:o&&r?n.borderColor:void 0,borderBottom:o?void 0:"4px solid transparent",borderBottomColor:!o&&r?n.borderColor:void 0,cursor:i?"not-allowed":"pointer",fontSize:t.size.lg,padding:o?`0 0 0 ${32*a}px`:"0 16px",minHeight:40,"&:hover":{backgroundColor:n.background.hover,color:n.color.hover},"&:focus-visible":{outline:`${e} solid 1px`}})),(({contentPosition:e})=>({justifyContent:"start"===e||"end"===e?`flex-${e}`:e}))),x_=le.div((({theme:e,backgroundColor:t})=>({display:"flex",flexDirection:"column",backgroundColor:t||e.menu.background}))),S_=le.div({marginLeft:"auto",marginRight:8});w_.Item=({vertical:t,selected:n,disabled:r,contentPosition:o,onClick:i,id:a,children:s,indent:u=1})=>e(__,Object.assign({vertical:t,selected:n,disabled:r,contentPosition:o,onClick:i,id:a,role:"menuitem",indent:u},{children:s})),w_.Group=({label:n,defaultOpen:r,vertical:i,selected:a,disabled:s,contentPosition:c,onClick:f,id:d,children:p,indent:h=1,backgroundColor:g})=>{const[v,m]=l(r||a),b=e=>Dt(e).map((e=>{if(o.isValidElement(e)){const t=e;return t.props.selected&&!v&&m(!0),Array.isArray(t.props.children)&&b(t.props.children),u(e,{vertical:i,indent:h+1,backgroundColor:g})}return null})),y=b(p),w=()=>m((e=>!e));return t(x_,Object.assign({backgroundColor:g},{children:[t(__,Object.assign({vertical:i,selected:a||!1,disabled:s,contentPosition:c,onClick:e=>{f?(f(e),v||w()):w()},id:d,role:"menuitem",indent:h},{children:[n,e(S_,Object.assign({onClick:e=>{e.stopPropagation(),w()}},{children:e(mt,{name:v?"chevron-up":"chevron-down",pointer:!0})}))]})),v&&y]}))};const k_=({type:n,content:r,closeIcon:o,onClose:i,width:a,margin:s,marginTop:u,marginBottom:l,marginRight:c,marginLeft:f,children:d})=>{const p=_(),{iconName:h,borderColor:g,backgroundColor:v}=((e,t)=>{const{color:n}=t;switch(e){case"info":return{iconName:"info",borderColor:n.brand,backgroundColor:n.brandTint2};case"error":return{iconName:"warning",borderColor:n.error,backgroundColor:n.errorTint2};case"success":return{iconName:"check-circle",borderColor:n.success,backgroundColor:n.successTint2};case"warning":return{iconName:"warning",borderColor:n.warning,backgroundColor:n.warningTint2};default:return{iconName:"info",borderColor:t.scale8,backgroundColor:t.scale0}}})(n||"",p),m={margin:s,marginTop:u,marginBottom:l,marginRight:c,marginLeft:f};return t(T_,Object.assign({borderColor:g,backgroundColor:v,width:a,showingClose:o},m,{children:[e(mt,{name:h,style:{marginRight:10},color:g}),e(L_,{children:r||d}),o&&e(mt,{name:"close",onClick:i,pointer:!0,color:p.scale8,hoverColor:p.scale10,marginLeft:"auto"})]}))},E_=le.div((({theme:e})=>({fontWeight:e.font.weight.medium}))),O_=le.div((({theme:e})=>({fontWeight:e.font.weight.default})));k_.Header=E_,k_.Body=O_;const T_=le.div((({theme:e,borderColor:t,backgroundColor:n})=>({display:"flex",alignItems:"center",margin:"10px 0",position:"relative",padding:`${e.size.sm}px ${e.size.md}px`,border:"1px solid",borderColor:t,borderRadius:e.size.xs,backgroundColor:n,color:e.scale10,fontSize:e.font.size.sm,"& a":{textDecoration:"none",color:e.accent,"&:hover":{textDecoration:"underline"}}})),(({theme:e,showingClose:t})=>({paddingRight:t?e.size.sm:void 0})),(({width:e,margin:t,marginTop:n,marginBottom:r,marginRight:o,marginLeft:i})=>({width:e,margin:t,marginTop:n,marginBottom:r,marginRight:o,marginLeft:i}))),L_=le.div({width:"100%"}),D_=({text:n,color:r,style:o})=>t(R_,{children:[e(A_,{}),e(M_,Object.assign({color:r,style:o},{children:n})),e(A_,{})]}),M_=le.div((({color:e})=>({fontSize:12,padding:"0 5px",color:e}))),A_=le.div((({theme:e})=>({height:1,backgroundColor:e.scale4,width:"100%"}))),R_=le.div({display:"grid",gridTemplateColumns:"1fr auto 1fr",alignItems:"center",padding:"10px 0"}),B_=({children:n,rootSelector:r,visible:o,width:i,height:a,onClose:s,closeIcon:l,preventOverlayClose:c,overlayColor:f,backgroundColor:d,small:p,noOverlay:h,centerX:g,centerY:v,top:m,bottom:b,right:y,left:w,padding:C,paddingTop:_,paddingBottom:x,paddingRight:k,paddingLeft:E})=>{const O=Xt(c?()=>null:s,o),T={padding:C,paddingTop:_,paddingBottom:x,paddingRight:k,paddingLeft:E},L=Dt(n).map((e=>e?u(e,{inline:p}):null)),D=e(N_,Object.assign({color:f,noOverlay:h,centerX:g,centerY:v,top:m,bottom:b,right:y,left:w},{children:t(I_,Object.assign({ref:O,width:i,height:a,backgroundColor:d,small:p,noOverlay:h,centerX:g,centerY:v},T,{children:[L,l&&e(j_,Object.assign({inline:p},{children:e(mt,{name:"close",onClick:s,pointer:!0})}))]}))})),M=document.querySelector(r||"#root");return o&&M?S.createPortal(D,M):null};B_.Header=le.div((({theme:e})=>({color:e.modal.color.header,fontSize:e.font.size.xl,marginBottom:8}))),B_.Text=le.div((({theme:e,primary:t,fontSize:n})=>({color:t?e.modal.color.header:e.modal.color.body,fontSize:n||e.font.size.lg}))),B_.Body=le.div((({height:e})=>({height:e,overflow:e?"auto":void 0})),(({margin:e,marginTop:t,marginBottom:n,marginRight:r,marginLeft:o})=>({margin:e,marginTop:t,marginBottom:n,marginRight:r,marginLeft:o}))),B_.Footer=le.div((({justify:e="end",inline:t})=>({display:"flex",alignItems:"center",justifyContent:e?{start:"flex-start",end:"flex-end",center:"center","space-around":"space-around","space-between":"space-between"}[e]:void 0,marginTop:t?void 0:8})),(({margin:e,marginTop:t,marginBottom:n,marginRight:r,marginLeft:o})=>({margin:e,marginTop:t,marginBottom:n,marginRight:r,marginLeft:o})));const I_=le.div((({theme:e,width:t,height:n,backgroundColor:r,small:o})=>({display:"flex",flexDirection:o?"row":"column",alignItems:o?"center":void 0,backgroundColor:r||e.modal.background,boxShadow:e.elevation3,width:t||"max-content",height:n||"max-content",borderRadius:e.size.xs,padding:o?e.size.md:e.size.lg})),(({noOverlay:e})=>!e&&{position:"absolute",top:"50%",left:"50%",transform:"translate(-50%,-50%)"}),(({centerX:e,centerY:t})=>(e||t)&&{position:"absolute",top:t?"50%":void 0,left:e?"50%":void 0,transform:`translate(${e?"-50%":"0"}, ${t?"-50%":"0"})`}),(({padding:e,paddingTop:t,paddingBottom:n,paddingRight:r,paddingLeft:o})=>({padding:e,paddingTop:t,paddingBottom:n,paddingRight:r,paddingLeft:o}))),j_=le.div({display:"flex",justifyContent:"center",alignItems:"center"},(({inline:e})=>e?{marginLeft:16}:{position:"absolute",top:8,right:8})),N_=le.div((({color:e,noOverlay:t,centerX:n,centerY:r,top:o,bottom:i,right:a,left:s})=>({position:"absolute",top:o||(s||i||a?void 0:0),left:s||(o||i||a?void 0:0),bottom:i,right:a,width:t&&!n?void 0:"100%",height:t&&!r?void 0:"100%",zIndex:100,backgroundColor:t?void 0:e||"rgba(0, 0, 0, 0.5)"}))),F_=r=>{var{children:o,options:i,items:a,listLabel:s,listText:u,itemsTitle:c,maxItems:d,placeholder:p,width:g,filter:m,restrictInput:b,disabled:y,optionsParent:w,compact:C,backgroundColor:x,borderless:E,addItem:O,removeItem:T,onTextChange:L,autoFocus:D}=r,M=k(r,["children","options","items","listLabel","listText","itemsTitle","maxItems","placeholder","width","filter","restrictInput","disabled","optionsParent","compact","backgroundColor","borderless","addItem","removeItem","onTextChange","autoFocus"]);const[A,R]=l(D||!1),[B,I]=l(!1),[j,N]=l(""),{color:F,font:P,input:z}=_(),H=Xt((()=>R(!1)),A,w?[w,`${w} *`]:void 0),K=f(null),U=C&&!!s,V=e=>{e&&O(e)},$=e=>{N(e),L&&L(e)};h((()=>{const{current:e}=K;e&&!A&&e.blur()}),[A]);Yt(document,"keydown",(e=>{const{key:t,altKey:n,ctrlKey:r,metaKey:o}=e;if(!(n||r||o)&&t&&"Backspace"===t)if(a.length>0){e.preventDefault();const t=a[a.length-1];T(t)}}),A&&!j,[a]);const q=i.filter((e=>!a.find((t=>t.id===e.id)))),Z=v((()=>`multi-select-${pt()}`),[]),W=v((()=>`multi-select-list-${pt()}`),[]),G=d?a.length>=d:void 0,Y=y||!A||G,X=()=>{const n=t(K_,Object.assign({id:W,expanded:A,padTop:A&&a.length>0,labeled:!!s},{children:[u&&e(U_,Object.assign({expanded:A,labeled:!!s},{children:u})),o?o(A,!!y):a.map((t=>e(u_,Object.assign({pill:!0,iconRight:A&&!y?e(mt,{name:"close-circle",onClick:()=>T(t),pointer:!0}):void 0,disabled:y},{children:t.label}),t.id))),e(ln,Object.assign({},M,{textOnly:!0,hideIcon:!0,clearOnSelect:!0,search:!0,filter:m,backgroundColor:"transparent",restrictInput:b,options:q,fontSize:P.size.md,placeholder:y||a.length>0?" ":p||"Search...",placeholderColor:z.color.placeholder,inputRef:K,onChange:V,onTextChange:$,onError:e=>I(e),disabled:Y,optionsParent:w?`#${W}`:`#${Z}`,autoFocus:D}))]}));if(w){const e=document.querySelector(w);return e?S.createPortal(n,e):n}return n};return t(P_,Object.assign({width:g,ref:H,labeled:!!s,disabled:y,collapse:U,onClick:e=>{e.stopPropagation();const{current:t}=K;A||s||R(!0),null==t||t.focus()}},{children:[t(z_,Object.assign({collapse:U,id:Z,expanded:A&&a.length>0,error:B,labeled:!!s,backgroundColor:x,borderless:E},{children:[s?e(H_,Object.assign({collapse:U},{children:s})):X(),t(V_,{children:[d&&e(q_,{children:t(n,y&&c?{children:[a.length," ",c]}:{children:[e($_,Object.assign({error:a.length>=d},{children:a.length})),"/",d," ",c]})}),a.length>0&&e(mt,{name:A?"chevron-up":"chevron-down",color:F.brand,pointer:!0,onClick:e=>{e.stopPropagation(),R(!A)}})]})]})),s&&A&&X()]}))},P_=le.div((({width:e,disabled:t,labeled:n,collapse:r})=>({width:e,minWidth:200,height:r?62:41,position:"relative",cursor:n||t?"default":"text"}))),z_=le.div((({theme:e,expanded:t,error:n,labeled:r,collapse:o,backgroundColor:i,borderless:a})=>({display:"grid",gridTemplateColumns:o?void 0:"1fr auto",alignItems:t&&!r?"flex-start":"center",columnGap:24,width:"100%",minHeight:41,position:"absolute",top:0,left:0,backgroundColor:i||e.background0,zIndex:t?1:void 0,borderBottom:n?`1px solid ${e.color.error}`:e.defaultBorder,border:a?"none":void 0,padding:"8px 16px"}))),H_=le.div((({theme:e,collapse:t})=>({textAlign:t?void 0:"center",fontSize:e.font.size.md,overflow:"hidden",whiteSpace:"nowrap",textOverflow:"ellipsis"}))),K_=le.div((({theme:e,expanded:t,padTop:n})=>({display:"flex",alignItems:"center",width:"100%",overflow:t?void 0:"hidden",pointerEvents:t?void 0:"none",flexWrap:t?"wrap":void 0,paddingTop:n?1:void 0,columnGap:e.size.sm,rowGap:e.size.sm,"& > *":{flexShrink:0}})),(({theme:e,labeled:t,expanded:n})=>t&&n?{backgroundColor:e.background0,position:"absolute",top:"100%",zIndex:1,padding:"8px 0px",borderBottom:e.defaultBorder}:{})),U_=le.div((({theme:e,expanded:t,labeled:n})=>({fontSize:e.font.size.sm,fontWeight:e.font.weight.medium,color:e.scale8,paddingLeft:t&&n?16:void 0}))),V_=le.div((({theme:{size:e}})=>({display:"flex",alignItems:"center",columnGap:e.sm,whiteSpace:"nowrap"}))),$_=le.div((({theme:e,error:t})=>({color:t?e.color.error:e.scale8}))),q_=le.div((({theme:e})=>({display:"flex",color:e.scale4,fontSize:e.font.size.sm}))),Z_=le.div((({theme:e,color:t,size:n,position:r,top:o,bottom:i,right:a,left:s,marginTop:u,marginBottom:l,marginRight:c,marginLeft:f})=>({borderRadius:"50%",backgroundColor:t||e.color.brand,width:n||8,height:n||8,position:r,top:o,bottom:i,right:a,left:s,marginTop:u,marginBottom:l,marginRight:c,marginLeft:f})),(({theme:{font:e},number:t})=>t&&{display:"flex",padding:"1px 1px 0",alignItems:"center",justifyContent:"center",fontFamily:e.family.light,fontSize:e.size.sm})),W_=e=>e?+e:0,G_=n=>{var{onPageNav:r,page:o,totalPages:i,maxVisibleNumbers:a,width:u}=n,c=k(n,["onPageNav","page","totalPages","maxVisibleNumbers","width"]);const[f,d]=l(W_(o)||1),[p,h]=l(0),g=function(e,t,n=1){let r=t?e:0;const o=t||e,i=[];for(;r<=o;)i.push(r),r+=n;return i}(1,i),v=((e,t)=>{const n=[...e],r=[];for(;n.length>0;){const e=n.splice(0,t);r.push(e)}return r})(g,W_(a)||g.length),m=e=>{if(e>=1&&e<=i){const t=(e=>{for(let t=0;t<v.length;t++)if(v[t].includes(e))return t;return-1})(e);h(t),d(e),r(e)}},b=0!==p,y=p!==v.length-1;return t(Y_,Object.assign({width:u},c,{children:[e(J_,Object.assign({disabled:1===f,onClick:()=>m(1)},{children:e(mt,{name:"double-arrow-left",title:"first",inheritColor:!0})})),e(J_,Object.assign({disabled:1===f,onClick:()=>m(f-1)},{children:e(mt,{name:"chevron-left",title:"prev",inheritColor:!0})})),v[p].map(((n,r,o)=>t(s,{children:[0===r&&b?e(ex,{children:"... "}):"",e(Q_,Object.assign({selected:n===f,onClick:()=>m(n)},{children:n})),r===o.length-1&&y?e(ex,{children:" ..."}):""]},`pageIndex-${n}`))),e(J_,Object.assign({disabled:f===i,onClick:()=>m(f+1)},{children:e(mt,{name:"chevron-right",title:"next",inheritColor:!0})})),e(J_,Object.assign({disabled:f===i,onClick:()=>m(i)},{children:e(mt,{name:"double-arrow-right",title:"last",inheritColor:!0})}))]}))},Y_=le.nav({display:"flex",justifyContent:"space-between",alignItems:"center",columnGap:4},(({width:e})=>({width:e||"max-content"})),(({margin:e,marginTop:t,marginBottom:n,marginRight:r,marginLeft:o})=>({margin:e,marginTop:t,marginBottom:n,marginRight:r,marginLeft:o}))),X_=le.button((({theme:e,disabled:t})=>({border:"none",borderRadius:e.size.xs,backgroundColor:"transparent","&:hover":{backgroundColor:t?void 0:e.scale1,color:t?void 0:e.scale10},"&:focus-visible":{outline:`${e.accent} solid 1px`}}))),J_=le(X_)((({theme:e,disabled:t})=>({color:t?e.scale4:e.scale8,cursor:t?"default":"pointer"}))),Q_=le(X_)((({theme:e,selected:t})=>({color:t?e.scale10:e.scale6,backgroundColor:t?e.scale0:void 0,fontSize:e.font.size.sm,cursor:"pointer",width:"max-content",minWidth:e.size.lg,height:e.size.lg,padding:0}))),ex=le.span((({theme:e})=>({color:e.scale6}))),tx=({percent:n,size:r=24,thickness:o=2,color:i,margin:a,marginTop:s,marginBottom:u,marginRight:l,marginLeft:c})=>{const f={margin:a,marginTop:s,marginBottom:u,marginRight:l,marginLeft:c},d=(r-o)/2,p=d*Math.PI*2,h=p-p*n/100,g=r/2;return t(nx,Object.assign({size:r},f,{children:[e(rx,{cx:g,cy:g,r:d,thickness:o}),e(ox,{color:i,cx:g,cy:g,r:d,thickness:o,transform:`rotate(-90 ${g} ${g})`,circ:p,complete:h})]}))},nx=le.svg((({size:e})=>({display:"block",width:e,height:e})),(({margin:e,marginTop:t,marginBottom:n,marginRight:r,marginLeft:o})=>({margin:e,marginTop:t,marginBottom:n,marginRight:r,marginLeft:o}))),rx=le.circle((({theme:e,thickness:t})=>({fill:"none",stroke:e.scale1,strokeWidth:t}))),ox=le(rx)((({theme:e,color:t,circ:n,complete:r})=>({stroke:t||e.color.brand,strokeLinecap:"round",strokeLinejoin:"round",strokeDasharray:n,strokeDashoffset:r,transition:"stroke-dashoffset 0.5s"}))),ix=({percent:t,color:n,circle:r,width:o,height:i,size:a,thickness:s=2,margin:u,marginTop:l,marginBottom:c,marginRight:f,marginLeft:d})=>{const p={margin:u,marginTop:l,marginBottom:c,marginRight:f,marginLeft:d};let h=t;return t>100?h=100:t<0&&(h=0),r?e(tx,Object.assign({percent:h,size:a,thickness:s,color:n},p)):e(ax,Object.assign({width:o,height:i||s},p,{children:e(sx,{color:n,width:h})}))},ax=le.div((({theme:e,width:t,height:n,margin:r,marginTop:o,marginBottom:i,marginRight:a,marginLeft:s})=>({backgroundColor:e.scale1,borderRadius:24,width:t||"100%",height:n,margin:r,marginTop:o,marginBottom:i,marginRight:a,marginLeft:s}))),sx=le.div((({theme:e,color:t,width:n})=>({backgroundColor:t||e.color.brand,borderRadius:24,width:`${n}%`,height:"100%",transition:"width 0.5s"})));!function(e,t){void 0===t&&(t={});var n=t.insertAt;if(e&&"undefined"!=typeof document){var r=document.head||document.getElementsByTagName("head")[0],o=document.createElement("style");o.type="text/css","top"===n&&r.firstChild?r.insertBefore(o,r.firstChild):r.appendChild(o),o.styleSheet?o.styleSheet.cssText=e:o.appendChild(document.createTextNode(e))}}('/* Document\n * ========================================================================== */\n\n/**\n * 1. Add border box sizing in all browsers (opinionated).\n * 2. Backgrounds do not repeat by default (opinionated).\n */\n\n*,\n::before,\n::after {\n box-sizing: border-box; /* 1 */\n background-repeat: no-repeat; /* 2 */\n}\n\n/**\n * 1. Add text decoration inheritance in all browsers (opinionated).\n * 2. Add vertical alignment inheritance in all browsers (opinionated).\n */\n\n::before,\n::after {\n text-decoration: inherit; /* 1 */\n vertical-align: inherit; /* 2 */\n}\n\n/**\n * 1. Use the default cursor in all browsers (opinionated).\n * 2. Change the line height in all browsers (opinionated).\n * 3. Breaks words to prevent overflow in all browsers (opinionated).\n * 4. Use a 4-space tab width in all browsers (opinionated).\n * 5. Remove the grey highlight on links in iOS (opinionated).\n * 6. Prevent adjustments of font size after orientation changes in iOS.\n */\n\n:where(:root) {\n cursor: default; /* 1 */\n line-height: 1.5; /* 2 */\n overflow-wrap: break-word; /* 3 */\n -moz-tab-size: 4; /* 4 */\n tab-size: 4; /* 4 */\n -webkit-tap-highlight-color: transparent; /* 5 */\n -webkit-text-size-adjust: 100%; /* 6 */\n}\n\n/* Sections\n * ========================================================================== */\n\n/**\n * Remove the margin in all browsers (opinionated).\n */\n\n:where(body) {\n margin: 0;\n}\n\n/**\n * Correct the font size and margin on `h1` elements within `section` and\n * `article` contexts in Chrome, Edge, Firefox, and Safari.\n */\n\n:where(h1) {\n font-size: 2em;\n margin: 0.67em 0;\n}\n\n/* Grouping content\n * ========================================================================== */\n\n/**\n * Remove the margin on nested lists in Chrome, Edge, and Safari.\n */\n\n:where(dl, ol, ul) :where(dl, ol, ul) {\n margin: 0;\n}\n\n/**\n * 1. Correct the inheritance of border color in Firefox.\n * 2. Add the correct box sizing in Firefox.\n */\n\n:where(hr) {\n color: inherit; /* 1 */\n height: 0; /* 2 */\n}\n\n/**\n * Remove the list style on navigation lists in all browsers (opinionated).\n */\n\n:where(nav) :where(ol, ul) {\n list-style-type: none;\n padding: 0;\n}\n\n/**\n * Prevent VoiceOver from ignoring list semantics in Safari (opinionated).\n */\n\n:where(nav li)::before {\n content: "\\200B";\n float: left;\n}\n\n/**\n * 1. Correct the inheritance and scaling of font size in all browsers.\n * 2. Correct the odd `em` font sizing in all browsers.\n * 3. Prevent overflow of the container in all browsers (opinionated).\n */\n\n:where(pre) {\n font-family: monospace, monospace; /* 1 */\n font-size: 1em; /* 2 */\n overflow: auto; /* 3 */\n}\n\n/* Text-level semantics\n * ========================================================================== */\n\n/**\n * Add the correct text decoration in Safari.\n */\n\n:where(abbr[title]) {\n text-decoration: underline;\n text-decoration: underline dotted;\n}\n\n/**\n * Add the correct font weight in Chrome, Edge, and Safari.\n */\n\n:where(b, strong) {\n font-weight: bolder;\n}\n\n/**\n * 1. Correct the inheritance and scaling of font size in all browsers.\n * 2. Correct the odd `em` font sizing in all browsers.\n */\n\n:where(code, kbd, samp) {\n font-family: monospace, monospace; /* 1 */\n font-size: 1em; /* 2 */\n}\n\n/**\n * Add the correct font size in all browsers.\n */\n\n:where(small) {\n font-size: 80%;\n}\n\n/* Embedded content\n * ========================================================================== */\n\n/*\n * Change the alignment on media elements in all browsers (opinionated).\n */\n\n:where(audio, canvas, iframe, img, svg, video) {\n vertical-align: middle;\n}\n\n/**\n * Remove the border on iframes in all browsers (opinionated).\n */\n\n:where(iframe) {\n border-style: none;\n}\n\n/**\n * Change the fill color to match the text color in all browsers (opinionated).\n */\n\n:where(svg:not([fill])) {\n fill: currentColor;\n}\n\n/* Tabular data\n * ========================================================================== */\n\n/**\n * 1. Collapse border spacing in all browsers (opinionated).\n * 2. Correct table border color inheritance in all Chrome, Edge, and Safari.\n * 3. Remove text indentation from table contents in Chrome, Edge, and Safari.\n */\n\n:where(table) {\n border-collapse: collapse; /* 1 */\n border-color: inherit; /* 2 */\n text-indent: 0; /* 3 */\n}\n\n/* Forms\n * ========================================================================== */\n\n/**\n * Remove the margin on controls in Safari.\n */\n\n:where(button, input, select) {\n margin: 0;\n}\n\n/**\n * Correct the inability to style buttons in iOS and Safari.\n */\n\n:where(button, [type="button" i], [type="reset" i], [type="submit" i]) {\n -webkit-appearance: button;\n}\n\n/**\n * Change the inconsistent appearance in all browsers (opinionated).\n */\n\n:where(fieldset) {\n border: 1px solid #a0a0a0;\n}\n\n/**\n * Add the correct vertical alignment in Chrome, Edge, and Firefox.\n */\n\n:where(progress) {\n vertical-align: baseline;\n}\n\n/**\n * 1. Remove the margin in Firefox and Safari.\n * 3. Change the resize direction in all browsers (opinionated).\n */\n\n:where(textarea) {\n margin: 0; /* 1 */\n resize: vertical; /* 3 */\n}\n\n/**\n * 1. Correct the odd appearance in Chrome, Edge, and Safari.\n * 2. Correct the outline style in Safari.\n */\n\n:where([type="search" i]) {\n -webkit-appearance: textfield; /* 1 */\n outline-offset: -2px; /* 2 */\n}\n\n/**\n * Correct the cursor style of increment and decrement buttons in Safari.\n */\n\n::-webkit-inner-spin-button,\n::-webkit-outer-spin-button {\n height: auto;\n}\n\n/**\n * Correct the text style of placeholders in Chrome, Edge, and Safari.\n */\n\n::-webkit-input-placeholder {\n color: inherit;\n opacity: 0.54;\n}\n\n/**\n * Remove the inner padding in Chrome, Edge, and Safari on macOS.\n */\n\n::-webkit-search-decoration {\n -webkit-appearance: none;\n}\n\n/**\n * 1. Correct the inability to style upload buttons in iOS and Safari.\n * 2. Change font properties to `inherit` in Safari.\n */\n\n::-webkit-file-upload-button {\n -webkit-appearance: button; /* 1 */\n font: inherit; /* 2 */\n}\n\n/* Interactive\n * ========================================================================== */\n\n/*\n * Add the correct styles in Safari.\n */\n\n:where(dialog) {\n background-color: white;\n border: solid;\n color: black;\n height: -moz-fit-content;\n height: fit-content;\n left: 0;\n margin: auto;\n padding: 1em;\n position: absolute;\n right: 0;\n width: -moz-fit-content;\n width: fit-content;\n}\n\n:where(dialog:not([open])) {\n display: none;\n}\n\n/*\n * Add the correct display in Safari.\n */\n\n:where(details > summary:first-of-type) {\n display: list-item;\n}\n\n/* Accessibility\n * ========================================================================== */\n\n/**\n * Change the cursor on busy elements in all browsers (opinionated).\n */\n\n:where([aria-busy="true" i]) {\n cursor: progress;\n}\n\n/*\n * Change the cursor on control elements in all browsers (opinionated).\n */\n\n:where([aria-controls]) {\n cursor: pointer;\n}\n\n/*\n * Change the cursor on disabled, not-editable, or otherwise\n * inoperable elements in all browsers (opinionated).\n */\n\n:where([aria-disabled="true" i], [disabled]) {\n cursor: not-allowed;\n}\n\n/*\n * Change the display on visually hidden accessible elements\n * in all browsers (opinionated).\n */\n\n:where([aria-hidden="false" i][hidden]) {\n display: initial;\n}\n\n:where([aria-hidden="false" i][hidden]:not(:focus)) {\n clip: rect(0, 0, 0, 0);\n position: absolute;\n}\n');var ux={exports:{}};!function(e){!function(){function t(e,t,n){return e.call.apply(e.bind,arguments)}function n(e,t,n){if(!e)throw Error();if(2<arguments.length){var r=Array.prototype.slice.call(arguments,2);return function(){var n=Array.prototype.slice.call(arguments);return Array.prototype.unshift.apply(n,r),e.apply(t,n)}}return function(){return e.apply(t,arguments)}}function r(e,o,i){return(r=Function.prototype.bind&&-1!=Function.prototype.bind.toString().indexOf("native code")?t:n).apply(null,arguments)}var o=Date.now||function(){return+new Date};function i(e,t){this.a=e,this.o=t||e,this.c=this.o.document}var a=!!window.FontFace;function s(e,t,n,r){if(t=e.c.createElement(t),n)for(var o in n)n.hasOwnProperty(o)&&("style"==o?t.style.cssText=n[o]:t.setAttribute(o,n[o]));return r&&t.appendChild(e.c.createTextNode(r)),t}function u(e,t,n){(e=e.c.getElementsByTagName(t)[0])||(e=document.documentElement),e.insertBefore(n,e.lastChild)}function l(e){e.parentNode&&e.parentNode.removeChild(e)}function c(e,t,n){t=t||[],n=n||[];for(var r=e.className.split(/\s+/),o=0;o<t.length;o+=1){for(var i=!1,a=0;a<r.length;a+=1)if(t[o]===r[a]){i=!0;break}i||r.push(t[o])}for(t=[],o=0;o<r.length;o+=1){for(i=!1,a=0;a<n.length;a+=1)if(r[o]===n[a]){i=!0;break}i||t.push(r[o])}e.className=t.join(" ").replace(/\s+/g," ").replace(/^\s+|\s+$/,"")}function f(e,t){for(var n=e.className.split(/\s+/),r=0,o=n.length;r<o;r++)if(n[r]==t)return!0;return!1}function d(e,t,n){function r(){c&&o&&i&&(c(l),c=null)}t=s(e,"link",{rel:"stylesheet",href:t,media:"all"});var o=!1,i=!0,l=null,c=n||null;a?(t.onload=function(){o=!0,r()},t.onerror=function(){o=!0,l=Error("Stylesheet failed to load"),r()}):setTimeout((function(){o=!0,r()}),0),u(e,"head",t)}function p(e,t,n,r){var o=e.c.getElementsByTagName("head")[0];if(o){var i=s(e,"script",{src:t}),a=!1;return i.onload=i.onreadystatechange=function(){a||this.readyState&&"loaded"!=this.readyState&&"complete"!=this.readyState||(a=!0,n&&n(null),i.onload=i.onreadystatechange=null,"HEAD"==i.parentNode.tagName&&o.removeChild(i))},o.appendChild(i),setTimeout((function(){a||(a=!0,n&&n(Error("Script load timeout")))}),r||5e3),i}return null}function h(){this.a=0,this.c=null}function g(e){return e.a++,function(){e.a--,m(e)}}function v(e,t){e.c=t,m(e)}function m(e){0==e.a&&e.c&&(e.c(),e.c=null)}function b(e){this.a=e||"-"}function y(e,t){this.c=e,this.f=4,this.a="n";var n=(t||"n4").match(/^([nio])([1-9])$/i);n&&(this.a=n[1],this.f=parseInt(n[2],10))}function w(e){var t=[];e=e.split(/,\s*/);for(var n=0;n<e.length;n++){var r=e[n].replace(/['"]/g,"");-1!=r.indexOf(" ")||/^\d/.test(r)?t.push("'"+r+"'"):t.push(r)}return t.join(",")}function C(e){return e.a+e.f}function _(e){var t="normal";return"o"===e.a?t="oblique":"i"===e.a&&(t="italic"),t}function x(e){var t=4,n="n",r=null;return e&&((r=e.match(/(normal|oblique|italic)/i))&&r[1]&&(n=r[1].substr(0,1).toLowerCase()),(r=e.match(/([1-9]00|normal|bold)/i))&&r[1]&&(/bold/i.test(r[1])?t=7:/[1-9]00/.test(r[1])&&(t=parseInt(r[1].substr(0,1),10)))),n+t}function S(e,t){this.c=e,this.f=e.o.document.documentElement,this.h=t,this.a=new b("-"),this.j=!1!==t.events,this.g=!1!==t.classes}function k(e){if(e.g){var t=f(e.f,e.a.c("wf","active")),n=[],r=[e.a.c("wf","loading")];t||n.push(e.a.c("wf","inactive")),c(e.f,n,r)}E(e,"inactive")}function E(e,t,n){e.j&&e.h[t]&&(n?e.h[t](n.c,C(n)):e.h[t]())}function O(){this.c={}}function T(e,t){this.c=e,this.f=t,this.a=s(this.c,"span",{"aria-hidden":"true"},this.f)}function L(e){u(e.c,"body",e.a)}function D(e){return"display:block;position:absolute;top:-9999px;left:-9999px;font-size:300px;width:auto;height:auto;line-height:normal;margin:0;padding:0;font-variant:normal;white-space:nowrap;font-family:"+w(e.c)+";font-style:"+_(e)+";font-weight:"+e.f+"00;"}function M(e,t,n,r,o,i){this.g=e,this.j=t,this.a=r,this.c=n,this.f=o||3e3,this.h=i||void 0}function A(e,t,n,r,o,i,a){this.v=e,this.B=t,this.c=n,this.a=r,this.s=a||"BESbswy",this.f={},this.w=o||3e3,this.u=i||null,this.m=this.j=this.h=this.g=null,this.g=new T(this.c,this.s),this.h=new T(this.c,this.s),this.j=new T(this.c,this.s),this.m=new T(this.c,this.s),e=D(e=new y(this.a.c+",serif",C(this.a))),this.g.a.style.cssText=e,e=D(e=new y(this.a.c+",sans-serif",C(this.a))),this.h.a.style.cssText=e,e=D(e=new y("serif",C(this.a))),this.j.a.style.cssText=e,e=D(e=new y("sans-serif",C(this.a))),this.m.a.style.cssText=e,L(this.g),L(this.h),L(this.j),L(this.m)}b.prototype.c=function(e){for(var t=[],n=0;n<arguments.length;n++)t.push(arguments[n].replace(/[\W_]+/g,"").toLowerCase());return t.join(this.a)},M.prototype.start=function(){var e=this.c.o.document,t=this,n=o(),r=new Promise((function(r,i){!function a(){o()-n>=t.f?i():e.fonts.load(function(e){return _(e)+" "+e.f+"00 300px "+w(e.c)}(t.a),t.h).then((function(e){1<=e.length?r():setTimeout(a,25)}),(function(){i()}))}()})),i=null,a=new Promise((function(e,n){i=setTimeout(n,t.f)}));Promise.race([a,r]).then((function(){i&&(clearTimeout(i),i=null),t.g(t.a)}),(function(){t.j(t.a)}))};var R={D:"serif",C:"sans-serif"},B=null;function I(){if(null===B){var e=/AppleWebKit\/([0-9]+)(?:\.([0-9]+))/.exec(window.navigator.userAgent);B=!!e&&(536>parseInt(e[1],10)||536===parseInt(e[1],10)&&11>=parseInt(e[2],10))}return B}function j(e,t,n){for(var r in R)if(R.hasOwnProperty(r)&&t===e.f[R[r]]&&n===e.f[R[r]])return!0;return!1}function N(e){var t,n=e.g.a.offsetWidth,i=e.h.a.offsetWidth;(t=n===e.f.serif&&i===e.f["sans-serif"])||(t=I()&&j(e,n,i)),t?o()-e.A>=e.w?I()&&j(e,n,i)&&(null===e.u||e.u.hasOwnProperty(e.a.c))?F(e,e.v):F(e,e.B):function(e){setTimeout(r((function(){N(this)}),e),50)}(e):F(e,e.v)}function F(e,t){setTimeout(r((function(){l(this.g.a),l(this.h.a),l(this.j.a),l(this.m.a),t(this.a)}),e),0)}function P(e,t,n){this.c=e,this.a=t,this.f=0,this.m=this.j=!1,this.s=n}A.prototype.start=function(){this.f.serif=this.j.a.offsetWidth,this.f["sans-serif"]=this.m.a.offsetWidth,this.A=o(),N(this)};var z=null;function H(e){0==--e.f&&e.j&&(e.m?((e=e.a).g&&c(e.f,[e.a.c("wf","active")],[e.a.c("wf","loading"),e.a.c("wf","inactive")]),E(e,"active")):k(e.a))}function K(e){this.j=e,this.a=new O,this.h=0,this.f=this.g=!0}function U(e,t,n,o,i){var a=0==--e.h;(e.f||e.g)&&setTimeout((function(){var e=i||null,s=o||{};if(0===n.length&&a)k(t.a);else{t.f+=n.length,a&&(t.j=a);var u,l=[];for(u=0;u<n.length;u++){var f=n[u],d=s[f.c],p=t.a,h=f;if(p.g&&c(p.f,[p.a.c("wf",h.c,C(h).toString(),"loading")]),E(p,"fontloading",h),p=null,null===z)if(window.FontFace){h=/Gecko.*Firefox\/(\d+)/.exec(window.navigator.userAgent);var g=/OS X.*Version\/10\..*Safari/.exec(window.navigator.userAgent)&&/Apple/.exec(window.navigator.vendor);z=h?42<parseInt(h[1],10):!g}else z=!1;p=z?new M(r(t.g,t),r(t.h,t),t.c,f,t.s,d):new A(r(t.g,t),r(t.h,t),t.c,f,t.s,e,d),l.push(p)}for(u=0;u<l.length;u++)l[u].start()}}),0)}function V(e,t){this.c=e,this.a=t}function $(e,t){this.c=e,this.a=t}function q(e,t){this.c=e||Z,this.a=[],this.f=[],this.g=t||""}P.prototype.g=function(e){var t=this.a;t.g&&c(t.f,[t.a.c("wf",e.c,C(e).toString(),"active")],[t.a.c("wf",e.c,C(e).toString(),"loading"),t.a.c("wf",e.c,C(e).toString(),"inactive")]),E(t,"fontactive",e),this.m=!0,H(this)},P.prototype.h=function(e){var t=this.a;if(t.g){var n=f(t.f,t.a.c("wf",e.c,C(e).toString(),"active")),r=[],o=[t.a.c("wf",e.c,C(e).toString(),"loading")];n||r.push(t.a.c("wf",e.c,C(e).toString(),"inactive")),c(t.f,r,o)}E(t,"fontinactive",e),H(this)},K.prototype.load=function(e){this.c=new i(this.j,e.context||this.j),this.g=!1!==e.events,this.f=!1!==e.classes,function(e,t,n){var r=[],o=n.timeout;!function(e){e.g&&c(e.f,[e.a.c("wf","loading")]),E(e,"loading")}(t);r=function(e,t,n){var r,o=[];for(r in t)if(t.hasOwnProperty(r)){var i=e.c[r];i&&o.push(i(t[r],n))}return o}(e.a,n,e.c);var i=new P(e.c,t,o);for(e.h=r.length,t=0,n=r.length;t<n;t++)r[t].load((function(t,n,r){U(e,i,t,n,r)}))}(this,new S(this.c,e),e)},V.prototype.load=function(e){function t(){if(i["__mti_fntLst"+r]){var n,o=i["__mti_fntLst"+r](),a=[];if(o)for(var s=0;s<o.length;s++){var u=o[s].fontfamily;null!=o[s].fontStyle&&null!=o[s].fontWeight?(n=o[s].fontStyle+o[s].fontWeight,a.push(new y(u,n))):a.push(new y(u))}e(a)}else setTimeout((function(){t()}),50)}var n=this,r=n.a.projectId,o=n.a.version;if(r){var i=n.c.o;p(this.c,(n.a.api||"https://fast.fonts.net/jsapi")+"/"+r+".js"+(o?"?v="+o:""),(function(o){o?e([]):(i["__MonotypeConfiguration__"+r]=function(){return n.a},t())})).id="__MonotypeAPIScript__"+r}else e([])},$.prototype.load=function(e){var t,n,r=this.a.urls||[],o=this.a.families||[],i=this.a.testStrings||{},a=new h;for(t=0,n=r.length;t<n;t++)d(this.c,r[t],g(a));var s=[];for(t=0,n=o.length;t<n;t++)if((r=o[t].split(":"))[1])for(var u=r[1].split(","),l=0;l<u.length;l+=1)s.push(new y(r[0],u[l]));else s.push(new y(r[0]));v(a,(function(){e(s,i)}))};var Z="https://fonts.googleapis.com/css";function W(e){this.f=e,this.a=[],this.c={}}var G={latin:"BESbswy","latin-ext":"çöüğş",cyrillic:"йяЖ",greek:"αβΣ",khmer:"កខគ",Hanuman:"កខគ"},Y={thin:"1",extralight:"2","extra-light":"2",ultralight:"2","ultra-light":"2",light:"3",regular:"4",book:"4",medium:"5","semi-bold":"6",semibold:"6","demi-bold":"6",demibold:"6",bold:"7","extra-bold":"8",extrabold:"8","ultra-bold":"8",ultrabold:"8",black:"9",heavy:"9",l:"3",r:"4",b:"7"},X={i:"i",italic:"i",n:"n",normal:"n"},J=/^(thin|(?:(?:extra|ultra)-?)?light|regular|book|medium|(?:(?:semi|demi|extra|ultra)-?)?bold|black|heavy|l|r|b|[1-9]00)?(n|i|normal|italic)?$/;function Q(e,t){this.c=e,this.a=t}var ee={Arimo:!0,Cousine:!0,Tinos:!0};function te(e,t){this.c=e,this.a=t}function ne(e,t){this.c=e,this.f=t,this.a=[]}Q.prototype.load=function(e){var t=new h,n=this.c,r=new q(this.a.api,this.a.text),o=this.a.families;!function(e,t){for(var n=t.length,r=0;r<n;r++){var o=t[r].split(":");3==o.length&&e.f.push(o.pop());var i="";2==o.length&&""!=o[1]&&(i=":"),e.a.push(o.join(i))}}(r,o);var i=new W(o);!function(e){for(var t=e.f.length,n=0;n<t;n++){var r=e.f[n].split(":"),o=r[0].replace(/\+/g," "),i=["n4"];if(2<=r.length){var a;if(a=[],s=r[1])for(var s,u=(s=s.split(",")).length,l=0;l<u;l++){var c;if((c=s[l]).match(/^[\w-]+$/))if(null==(f=J.exec(c.toLowerCase())))c="";else{if(c=null==(c=f[2])||""==c?"n":X[c],null==(f=f[1])||""==f)f="4";else var f=Y[f]||(isNaN(f)?"4":f.substr(0,1));c=[c,f].join("")}else c="";c&&a.push(c)}0<a.length&&(i=a),3==r.length&&(a=[],0<(r=(r=r[2])?r.split(","):a).length&&(r=G[r[0]])&&(e.c[o]=r))}for(e.c[o]||(r=G[o])&&(e.c[o]=r),r=0;r<i.length;r+=1)e.a.push(new y(o,i[r]))}}(i),d(n,function(e){if(0==e.a.length)throw Error("No fonts to load!");if(-1!=e.c.indexOf("kit="))return e.c;for(var t=e.a.length,n=[],r=0;r<t;r++)n.push(e.a[r].replace(/ /g,"+"));return t=e.c+"?family="+n.join("%7C"),0<e.f.length&&(t+="&subset="+e.f.join(",")),0<e.g.length&&(t+="&text="+encodeURIComponent(e.g)),t}(r),g(t)),v(t,(function(){e(i.a,i.c,ee)}))},te.prototype.load=function(e){var t=this.a.id,n=this.c.o;t?p(this.c,(this.a.api||"https://use.typekit.net")+"/"+t+".js",(function(t){if(t)e([]);else if(n.Typekit&&n.Typekit.config&&n.Typekit.config.fn){t=n.Typekit.config.fn;for(var r=[],o=0;o<t.length;o+=2)for(var i=t[o],a=t[o+1],s=0;s<a.length;s++)r.push(new y(i,a[s]));try{n.Typekit.load({events:!1,classes:!1,async:!0})}catch(e){}e(r)}}),2e3):e([])},ne.prototype.load=function(e){var t=this.f.id,n=this.c.o,r=this;t?(n.__webfontfontdeckmodule__||(n.__webfontfontdeckmodule__={}),n.__webfontfontdeckmodule__[t]=function(t,n){for(var o=0,i=n.fonts.length;o<i;++o){var a=n.fonts[o];r.a.push(new y(a.name,x("font-weight:"+a.weight+";font-style:"+a.style)))}e(r.a)},p(this.c,(this.f.api||"https://f.fontdeck.com/s/css/js/")+function(e){return e.o.location.hostname||e.a.location.hostname}(this.c)+"/"+t+".js",(function(t){t&&e([])}))):e([])};var re=new K(window);re.a.c.custom=function(e,t){return new $(t,e)},re.a.c.fontdeck=function(e,t){return new ne(t,e)},re.a.c.monotype=function(e,t){return new V(t,e)},re.a.c.typekit=function(e,t){return new te(t,e)},re.a.c.google=function(e,t){return new Q(t,e)};var oe={load:r(re.load,re)};e.exports?e.exports=oe:(window.WebFont=oe,window.WebFontConfig&&re.load(window.WebFontConfig))}()}(ux);var lx=ux.exports;const cx=({families:t,fontFamily:n})=>(h((()=>{var e;e=t,lx.load({google:{families:e||["Roboto:100,300,400,500,700"]}})}),[t]),e(x,{styles:{"html,body":{margin:0,fontFamily:n||"'Roboto', sans-serif",WebkitFontSmoothing:"antialiased",MozOsxFontSmoothing:"grayscale"}}})),fx=()=>{const{scale1:t}=_();return e(x,{styles:{"::-webkit-scrollbar":{width:8,height:8},"::-webkit-scrollbar-track":{backgroundColor:"transparent",border:"none"},"::-webkit-scrollbar-thumb:horizontal, ::-webkit-scrollbar-thumb:vertical":{backgroundColor:t,WebkitBorderRadius:6},"*":{scrollbarColor:`${t} transparent`}}})},dx=()=>{const{font:t,toast:n}=_();return e(x,{styles:{".Toastify__toast":{color:n.color,borderRadius:4,fontFamily:t.family.default},".Toastify__close-button":{color:n.color},".Toastify__toast--default":{background:n.background.deafult,border:`1px solid ${n.border.deafult}`},".Toastify__toast--info":{background:n.background.info,border:`1px solid ${n.border.info}`,"& .Toastify__toast-icon > svg":{fill:n.border.info}},".Toastify__toast--success":{background:n.background.success,border:`1px solid ${n.border.success}`,"& .Toastify__toast-icon > svg":{fill:n.border.success}},".Toastify__toast--warning":{background:n.background.warning,border:`1px solid ${n.border.warning}`,"& .Toastify__toast-icon > svg":{fill:n.border.warning}},".Toastify__toast--error":{background:n.background.error,border:`1px solid ${n.border.error}`,"& .Toastify__toast-icon > svg":{fill:n.border.error}},".Toastify__progress-bar--default":{background:n.border.deafult},".Toastify__progress-bar--info":{background:n.border.info},".Toastify__progress-bar--success":{background:n.border.success},".Toastify__progress-bar--warning":{background:n.border.warning},".Toastify__progress-bar--error":{background:n.border.error}}})},px=le.div((({width:e,height:t})=>({width:e,height:t}))),hx=({items:n,onChange:r,beforeItemChange:o,listTitle:i,noItemsMessage:a="No items",hideSelectAll:s,hideRemoveAll:u,readOnly:c,width:d,margin:p,marginTop:g,marginBottom:v,marginRight:m,marginLeft:b})=>{const y=f(),[w,C]=l([]),[_,x]=l([]),S={margin:p,marginTop:g,marginBottom:v,marginRight:m,marginLeft:b},k=e=>{const t=Object.assign({},e);return delete t.selected,t};h((()=>{if(!tn.isEqual(n,y.current)){y.current=n;const e=n.filter((e=>e.selected)).map(k),t=n.filter((e=>!e.selected)).map(k);x(e),C(t)}}),[n,y]),h((()=>{r(_)}),[_]);const E=(e,t)=>{const n=n=>((e,t)=>{const n="select"===t,r=n?x:C;(n?C:x)((t=>{return n=e,t.filter((e=>e.id!==n.id));var n})),r((t=>[...t,e]))})(n||e,t);o?o(e,t,n):n()},O=e=>{const t="select"===e?C:x,n="select"===e?w:_;("select"===e?x:C)((e=>[...e,...n])),t([])},T=n=>t("div",Object.assign({style:{display:"flex",alignItems:"center",columnGap:8}},{children:[n.leftElement||null,n.header&&n.body?t("div",Object.assign({style:{display:"flex",flexDirection:"column"}},{children:[e(_x,{children:n.header}),e(xx,{children:n.body})]})):n.label,n.rightElement&&e("div",Object.assign({style:{marginLeft:"auto"}},{children:n.rightElement}))]})),L=!(s&&u);return t(gx,Object.assign({width:d,readOnly:c},S,{children:[i&&e(vx,{children:i}),t(mx,{children:[!c&&t(bx,{children:[L&&e(yx,{children:w.length>0&&!s&&e(yn,Object.assign({small:!0,outline:!0,onClick:()=>O("select"),icon:"arrow-right",iconPosition:"right"},{children:"All"}))}),e(wx,{children:w.map((n=>t(Cx,Object.assign({onClick:()=>E(n,"select"),color:n.color},{children:[T(n),e(mt,{name:"chevron-right"})]}),n.id)))})]}),t(bx,{children:[L&&!c&&e(yx,{children:_.length>0&&!u&&!c&&e(yn,Object.assign({small:!0,outline:!0,secondary:!0,onClick:()=>O("remove"),icon:"arrow-left"},{children:"All"}))}),c&&0===_.length?e("div",{children:a}):e(wx,{children:_.map((n=>t(Cx,Object.assign({onClick:()=>E(n,"remove"),color:n.color},{children:[T(n),e(mt,{name:"chevron-left"})]}),n.id)))})]})]})]}))},gx=le.div((({width:e,readOnly:t})=>({display:"flex",flexDirection:"column",rowGap:16,width:e,pointerEvents:t?"none":void 0})),(({margin:e,marginTop:t,marginBottom:n,marginRight:r,marginLeft:o})=>({margin:e,marginTop:t,marginBottom:n,marginRight:r,marginLeft:o}))),vx=le.div((({theme:e})=>({fontSize:e.font.size.lg,fontWeight:e.font.weight.medium}))),mx=le.div({display:"grid",columnGap:16,gridTemplateColumns:"1fr 1fr"}),bx=le.div({display:"flex",flexDirection:"column"}),yx=le.div({display:"flex",alignItems:"center",marginBottom:8,minHeight:35}),wx=le.div((({theme:e})=>({display:"flex",flexDirection:"column",padding:16,border:e.defaultBorder,borderRadius:4,height:"100%",backgroundColor:e.background1,rowGap:4}))),Cx=le.div((({theme:e,color:t})=>{let n=e.scale1;return t&&(n=((e,t)=>{const n=Object.keys(e);return"string"==typeof t&&n.includes(t)})(e.color,t)?e.color[t]:t),{display:"flex",justifyContent:"space-between",alignItems:"center",padding:"4px 8px",cursor:"pointer",background:e.scale0,borderLeft:"4px solid",borderColor:n,"&:hover":{background:e.scale1},"& > :last-child":{visibility:"hidden"},"&:hover > :last-child":{visibility:"visible"}}})),_x=le.div((({theme:e})=>({fontSize:e.font.size.lg,color:e.scale10}))),xx=le.div((({theme:e})=>({fontSize:e.font.size.sm,color:e.scale6}))),Sx=b({}),kx=(t,n)=>{const r="th"===n?Ex:Ox;return Dt(t).map(((t,o)=>t?e(r,{children:t},`${n}${o+1}`):null))},Ex=le.th((({theme:{table:e,font:t}})=>({color:e.color.header,fontSize:t.size.sm,fontWeight:t.weight.medium,width:"100%",textAlign:"left"}))),Ox=le.td((({theme:{table:e,font:t}})=>({color:e.color.body,fontSize:t.size.sm,width:"100%"}))),Tx=le(i_)({alignItems:"center",padding:"8px 24px"},(({padding:e,paddingTop:t,paddingBottom:n,paddingRight:r,paddingLeft:o})=>({padding:e,paddingTop:t,paddingBottom:n,paddingRight:r,paddingLeft:o}))),Lx=le.tbody((({height:e})=>({height:e,overflow:"auto"}))),Dx=le(i_)((({theme:e})=>({borderTop:`1px solid ${e.table.borderColor}`,color:e.table.color.body,fontSize:e.font.size.sm,wordBreak:"break-word",alignItems:"center",padding:"16px 24px"})),(({theme:e,hoverEffect:t})=>t&&{"&:hover":{backgroundColor:e.scale1,cursor:"pointer"}}),(({padding:e,paddingTop:t,paddingBottom:n,paddingRight:r,paddingLeft:o})=>({padding:e,paddingTop:t,paddingBottom:n,paddingRight:r,paddingLeft:o}))),Mx=le.div((({contentPosition:e})=>({justifyContent:"start"===e||"end"===e?`flex-${e}`:e}))),Ax=le(Mx)((({theme:e})=>({display:"flex",alignItems:"center",color:e.table.color.body,fontSize:e.font.size.sm})),(({showDefault:e})=>e&&{opacity:.3}),(({padding:e,paddingTop:t,paddingBottom:n,paddingRight:r,paddingLeft:o})=>({padding:e,paddingTop:t,paddingBottom:n,paddingRight:r,paddingLeft:o}))),Rx=le(Mx)({display:"flex",alignItems:"center"},(({theme:e,active:t,sorting:n})=>({cursor:n?"pointer":void 0,color:t?e.scale10:e.scale6,"&:hover":{color:n?e.scale8:void 0}}))),Bx=t=>{var{children:n,columns:r,data:o}=t,i=k(t,["children","columns","data"]);const[a,s]=l(o),[u,c]=l(),f=o&&"function"==typeof n?n(a):n;h((()=>{let e=o;if(u){const{key:t,dir:n}=u;e=tn.orderBy(o,t,n)}tn.isEqual(e,a)||s(e)}),[o,u]);const d=v((()=>({activeColumn:u,setActiveColumn:c,parentColumns:r})),[u,c,r]);return e(Sx.Provider,Object.assign({value:d},{children:e(Ix,Object.assign({},i,{children:f}))}))};Bx.Header=t=>{var{children:n,columns:r}=t,o=k(t,["children","columns"]);const{parentColumns:a}=i(Sx),s=r||a||"equal";return e("thead",{children:e(Tx,Object.assign({as:"tr",columns:s},o,{children:kx(n,"th")}))})},Bx.HeaderCell=({children:n,onClick:r,contentPosition:o,sorted:a,sortKey:s})=>{const[u,c]=l(a||"inactive"),{color:f}=_(),{activeColumn:d,setActiveColumn:p}=i(Sx),g=s||a,v="desc"===u?"arrow-down":"arrow-up",m="asc"===u||"desc"===u,b=e=>{if(c(e),p&&s){p("inactive"===e?void 0:{key:s,dir:e})}};return h((()=>{!s||"asc"!==a&&"desc"!==a||b(a)}),[]),h((()=>{a&&c(a)}),[a]),h((()=>{const e=!d&&a;s&&d&&d.key!==s&&"inactive"!==u&&!e&&c("inactive")}),[d,u]),t(Rx,Object.assign({onClick:e=>{s?b("inactive"===u?"asc":"asc"===u?"desc":"inactive"):r&&r(e)},contentPosition:o,active:m,sorting:!!g},{children:[n,g?e(mt,{name:v,marginLeft:8,size:"small",color:m?f.brand:void 0,inheritColor:!m}):null]}))},Bx.Body=({children:t,height:n})=>{const{parentColumns:r}=i(Sx);return e(Lx,Object.assign({height:n},{children:g.map(t,(e=>e?u(e,{parentColumns:r}):null))}))},Bx.Row=t=>{var{children:n,columns:r,onClick:o}=t,a=k(t,["children","columns","onClick"]);const{parentColumns:s}=i(Sx),u=r||s||"equal";return e(Dx,Object.assign({as:"tr",columns:u,onClick:o,hoverEffect:!!o},a,{children:kx(n,"td")}))},Bx.Column=({children:t,contentPosition:n,defaultValue:r,padding:o,paddingTop:i,paddingBottom:a,paddingRight:s,paddingLeft:u})=>{const l={padding:o,paddingTop:i,paddingBottom:a,paddingRight:s,paddingLeft:u};return e(Ax,Object.assign({contentPosition:n,showDefault:!!r&&!t},l,{children:t||r}))};const Ix=le.table((({width:e})=>({width:e,"&, & > thead, & > tbody":{display:"block"}})),(({padding:e,paddingTop:t,paddingBottom:n,paddingRight:r,paddingLeft:o})=>({padding:e,paddingTop:t,paddingBottom:n,paddingRight:r,paddingLeft:o})),(({margin:e,marginTop:t,marginBottom:n,marginRight:r,marginLeft:o})=>({margin:e,marginTop:t,marginBottom:n,marginRight:r,marginLeft:o}))),jx=({trigger:n,on:r="hover",children:o,content:i,style:a,position:s,offsetY:u,offsetArrowX:c,offsetX:f,containerWidth:d,width:p,maxWidth:h,textAlign:g,disabled:v,id:m,afterShow:b,afterHide:y,bgColor:w,color:C})=>{const[_,x]=l(!1),S=e=>{x(e),b&&e&&b(),y&&!e&&y()},k=e=>{if(!v)switch(e.type){case"mouseover":r&&"hover"!==r||S(!0);break;case"mouseleave":r&&"hover"!==r||S(!1);break;case"click":"click"===r&&S(!_)}};return t(zx,Object.assign({width:d,onMouseLeave:k,onMouseOver:k,onClick:k,style:a,onFocus:k},{children:[e(Px,Object.assign({visible:_,position:s,offsetY:u,offsetX:f,offsetArrowX:c,width:p,maxWidth:h,textAlign:g,id:m,bgColor:w,textColor:C},{children:i||o})),n]}))},Nx=le.div((({theme:e})=>({color:e.tooltip.color.default}))),Fx=le.div((({theme:e})=>({color:e.tooltip.color.subtext}))),Px=le.div((({theme:e,width:t,maxWidth:n,textAlign:r,bgColor:o,textColor:i})=>{const{tooltip:a,font:s}=e,u=a.background,l=o||u;return{backgroundColor:l,boxShadow:e.elevation1,color:i||a.color.default,fontSize:s.size.sm,fontFamily:s.family.default,borderRadius:3,position:"absolute",width:t||"max-content",maxWidth:n,padding:16,textAlign:r,zIndex:10,"&::after":{content:'""',position:"absolute",borderWidth:8,borderStyle:"solid",borderColor:`${l} transparent transparent transparent`,filter:"drop-shadow(0px 4px 2px rgba(0, 0, 0, 0.1))"}}}),(({position:e="top center",offsetY:t=0,offsetX:n=0,offsetArrowX:r=0})=>{const[o,i]=e.split(" ");let a={},s={};switch(o){case"bottom":switch(a=Object.assign(Object.assign({},a),{top:`calc(100% + 12px - ${t}px)`,left:`calc(50% + ${n}px)`,transform:"translate(-50%)"}),s={bottom:"100%",marginLeft:-8,marginBottom:-1,transform:"rotate(180deg)"},i){case"left":a=Object.assign(Object.assign({},a),{left:`calc(100% - 50% - 20px + ${n}px)`,transform:void 0}),s=Object.assign(Object.assign({},s),{left:`calc(20px + ${r}px)`});break;case"right":a=Object.assign(Object.assign({},a),{right:`calc(100% - 50% - 27px - ${n}px)`,transform:void 0,left:void 0}),s=Object.assign(Object.assign({},s),{right:`calc(20px - ${r}px)`});break;default:s=Object.assign(Object.assign({},s),{left:`calc(50% + ${r}px)`})}break;case"left":a=Object.assign(Object.assign({},a),{right:`calc(100% + 10px - ${n}px)`,top:`calc(50% - ${t}px)`,transform:"translate(0,-50%)"}),s={left:"100%",marginLeft:-1,transform:"translate(0,-50%) rotate(-90deg)",top:"50%"};break;case"right":a=Object.assign(Object.assign({},a),{left:`calc(100% + 10px + ${n}px)`,top:`calc(50% - ${t}px)`,transform:"translate(0,-50%)"}),s={right:"100%",marginRight:-1,transform:"translate(0,-50%) rotate(90deg)",top:"50%"};break;default:switch(a=Object.assign(Object.assign({},a),{bottom:`calc(100% + 12px + ${t}px)`,left:`calc(50% + ${n}px)`,transform:"translate(-50%)"}),s={top:"100%",marginLeft:-8,marginTop:-1},i){case"left":a=Object.assign(Object.assign({},a),{left:`calc(100% - 50% - 20px + ${n}px)`,transform:void 0}),s=Object.assign(Object.assign({},s),{left:`calc(20px + ${r}px)`});break;case"right":a=Object.assign(Object.assign({},a),{right:`calc(100% - 50% - 27px - ${n}px)`,transform:void 0,left:void 0}),s=Object.assign(Object.assign({},s),{right:`calc(20px - ${r}px)`});break;default:s=Object.assign(Object.assign({},s),{left:`calc(50% + ${r}px)`})}}return Object.assign(Object.assign({},a),{"&::after":s})}),(({visible:e})=>({visibility:e?"visible":"hidden",opacity:e?1:0,transition:"all .2s ease"}))),zx=le.div((({width:e})=>({position:"relative",display:"flex",width:e||"max-content",outline:"none"})));jx.Header=Nx,jx.Body=Fx;const Hx="#0074F4",Kx="#001D32",Ux="#FFFFFF",Vx={logo1:"#0074F4",logo2:"#00A9E2",logo3:"#67C728",brand:Hx,brandShade1:"#0068DC",brandShade2:"#005DC3",brandDark:"#4C9EF7",brandDarkShade1:"#5EA8F8",brandTint0:Xe(.95,Hx),brandTint1:Xe(.9,Hx),brandTint2:Xe(.8,Hx),brandTint3:Xe(.7,Hx),brandTint4:Xe(.6,Hx),brandBackground0:"#001828",brandBackground1:"#0D2433",brandBackground2:"#192F3D",brandBackground3:"#334653",brandBackground4:"#475964",brandBackground5:"#596A74",error:"#FF6068",errorShade1:"#E6565E",errorShade2:"#CC4D53",errorTint0:Xe(.95,"#FF6068"),errorTint1:Xe(.9,"#FF6068"),errorTint2:Xe(.8,"#FF6068"),warning:"#FF9900",warningShade1:"#E68A00",warningShade2:"#CC7A00",warningTint0:Xe(.95,"#FF9900"),warningTint1:Xe(.9,"#FF9900"),warningTint2:Xe(.8,"#FF9900"),alert:"#F0BB00",alertShade1:"#E4B200",alertShade2:"#C09600",alertTint0:Xe(.95,"#F0BB00"),alertTint1:Xe(.9,"#F0BB00"),alertTint2:Xe(.8,"#F0BB00"),success:"#00C242",successShade1:"#00AF3B",successShade2:"#009B35",successTint0:Xe(.95,"#00C242"),successTint1:Xe(.9,"#00C242"),successTint2:Xe(.8,"#00C242"),grayscale0:Xe(.95,Kx),grayscale1:Xe(.9,Kx),grayscale2:Xe(.8,Kx),grayscale3:Xe(.7,Kx),grayscale4:Xe(.6,Kx),grayscale5:Xe(.5,Kx),grayscale6:Xe(.4,Kx),grayscale7:Xe(.3,Kx),grayscale8:Xe(.2,Kx),grayscale9:Xe(.1,Kx),grayscale10:Kx,contrast0:Xe(.95,Ux),contrast1:Xe(.9,Ux),contrast2:Xe(.8,Ux),contrast3:Xe(.7,Ux),contrast4:Xe(.6,Ux),contrast5:Xe(.5,Ux),contrast6:Xe(.4,Ux),contrast7:Xe(.3,Ux),contrast8:Xe(.2,Ux),contrast9:Xe(.1,Ux),contrast10:Ux};var $x={color:Vx,elevation0:"0px 2px 4px 2px rgba(0, 0, 0, 0.05)",elevation1:"0px 2px 4px 2px rgba(0, 0, 0, 0.1)",elevation2:"0px 2px 4px 2px rgba(0, 0, 0, 0.15)",elevation3:"0px 4px 8px 2px rgba(0, 0, 0, 0.2)",elevation4:"0px 4px 8px 2px rgba(0, 0, 0, 0.25)",font:{weight:{thin:100,light:300,default:400,medium:500,semiBold:600,bold:700},size:{xs:10,sm:12,md:14,lg:16,xl:18},family:{default:"'Roboto', sans-serif",medium:"'Roboto', sans-serif",light:"'Roboto', sans-serif"}},size:{xs:4,sm:8,md:16,lg:24}};const{font:qx}=$x;var Zx={small:{height:28,iconSize:20,font:qx.size.sm,padding:10,iconOnlyPadding:4},medium:{height:32,iconSize:22,font:qx.size.md,padding:12,iconOnlyPadding:5},large:{height:36,iconSize:24,font:qx.size.lg,padding:14,iconOnlyPadding:6}};const Wx="#FFFFFF",Gx=Vx.grayscale0,Yx=Vx.grayscale1,Xx=Vx.grayscale2,Jx=Vx.grayscale3,Qx=Vx.grayscale4,eS=Vx.grayscale5,tS=Vx.grayscale6,nS=Vx.grayscale7,rS=Vx.grayscale8,oS=Vx.grayscale9,iS=Vx.grayscale10,aS=Object.assign(Object.assign({},$x),{name:"light",accent:Vx.brand,accentShade:Vx.brandShade1,background0:Wx,background1:Wx,background2:Wx,background3:Wx,background4:Wx,background5:Wx,scale0:Gx,scale1:Yx,scale2:Xx,scale3:Jx,scale4:Qx,scale5:eS,scale6:tS,scale7:nS,scale8:rS,scale9:oS,scale10:iS,button:Object.assign(Object.assign({},Zx),{primary:{color:{default:Wx,hover:Wx,active:Wx},outlineColor:{default:iS,hover:iS,active:iS},background:{default:Vx.brand,hover:Vx.brandShade1,active:Vx.brandShade2},outlineBackground:{default:Vx.brandTint0,hover:Vx.brandTint1,active:Vx.brandTint2},border:{default:Vx.brand,hover:Vx.brandShade1,active:Vx.brandShade2},divider:Xx},secondary:{color:{default:iS,hover:iS,active:iS},outlineColor:{default:iS,hover:iS,active:iS},background:{default:Yx,hover:Xx,active:Jx},outlineBackground:{default:Yx,hover:Xx,active:Jx},border:{default:Xx,hover:Xx,active:Xx},divider:Xx},positive:{color:{default:Wx,hover:Wx,active:Wx},outlineColor:{default:iS,hover:iS,active:iS},background:{default:Vx.success,hover:Vx.successShade1,active:Vx.successShade2},outlineBackground:{default:Vx.successTint0,hover:Vx.successTint1,active:Vx.successTint2},border:{default:Vx.success,hover:Vx.successShade1,active:Vx.successShade2},divider:Xx},negative:{color:{default:Wx,hover:Wx,active:Wx},outlineColor:{default:iS,hover:iS,active:iS},background:{default:Vx.error,hover:Vx.errorShade1,active:Vx.errorShade2},outlineBackground:{default:Vx.errorTint0,hover:Vx.errorTint1,active:Vx.errorTint2},border:{default:Vx.error,hover:Vx.errorShade1,active:Vx.errorShade2},divider:Xx},caution:{color:{default:Wx,hover:Wx,active:Wx},outlineColor:{default:iS,hover:iS,active:iS},background:{default:Vx.warning,hover:Vx.warningShade1,active:Vx.warningShade2},outlineBackground:{default:Vx.warningTint0,hover:Vx.warningTint1,active:Vx.warningTint2},border:{default:Vx.warning,hover:Vx.warningShade1,active:Vx.warningShade2},divider:Xx},subtle:{color:{default:Vx.brand,hover:Vx.brand,active:Vx.brand},outlineColor:{default:Vx.brand,hover:Vx.brand,active:Vx.brand},secondaryColor:{default:iS,hover:iS,active:iS},positiveColor:{default:Vx.success,hover:Vx.success,active:Vx.success},negativeColor:{default:Vx.error,hover:Vx.error,active:Vx.error},cautionColor:{default:Vx.warning,hover:Vx.warning,active:Vx.warning},background:{default:"transparent",hover:Yx,active:Xx},outlineBackground:{default:"transparent",hover:Yx,active:Xx},border:{default:"transparent",hover:Xx,active:Xx},divider:Xx},link:{color:{default:Vx.brand,hover:Vx.brandShade1,active:Vx.brandShade2},outlineColor:{default:Vx.brand,hover:Vx.brandShade1,active:Vx.brandShade2},secondaryColor:{default:rS,hover:oS,active:iS},positiveColor:{default:Vx.success,hover:Vx.successShade1,active:Vx.successShade2},negativeColor:{default:Vx.error,hover:Vx.errorShade1,active:Vx.errorShade2},cautionColor:{default:Vx.warning,hover:Vx.warningShade1,active:Vx.warningShade2},background:{default:"transparent",hover:"transparent",active:"transparent"},outlineBackground:{default:"transparent",hover:"transparent",active:"transparent"},border:{default:"transparent",hover:"transparent",active:"transparent"},divider:"transparent"},disabled:{color:{default:Qx,hover:Qx,active:Qx},outlineColor:{default:Qx,hover:Qx,active:Qx},background:{default:Yx,hover:Yx,active:Yx},outlineBackground:{default:Gx,hover:Gx,active:Gx},border:{default:Yx,hover:Yx,active:Yx},divider:Yx},color:{default:Wx}}),calendar:{background:{container:Vx.contrast10,hover:Yx,active:Vx.brand,activeHover:Vx.brandShade1},color:{disabled:Qx,default:iS,active:Vx.contrast10,current:Vx.brand,outside:tS,weekday:rS,monthYear:rS,iconDefault:Qx,iconHover:iS}},defaultBorder:`1px solid ${Yx}`,formControl:{color:{default:rS,hover:iS,active:Vx.brand,activeHover:Vx.brandShade1,disabled:Qx}},input:{borderRadius:4,background:{default:Gx,hover:Yx,focused:Yx,disabled:Gx},color:{default:iS,disabled:Qx,placeholder:tS,description:tS,descriptionError:Vx.error},borderColor:{default:tS,hover:rS,focused:Vx.brand,disabled:Qx,error:Vx.error},labelColor:{default:rS,hover:rS,filled:tS,focused:Vx.brand,disabled:Qx}},menu:{background:Wx},menuItem:{borderColor:Vx.brand,background:{active:Gx,hover:Yx,inactive:"transparent"},color:{active:iS,hover:iS,inactive:tS}},modal:{background:Vx.contrast10,color:{header:iS,body:tS}},options:{background:Vx.contrast10},optionItem:{background:{active:Yx,inactive:"transparent"},color:{active:iS,inactive:iS,accent:Vx.brand}},table:{color:{header:tS,body:iS},borderColor:Yx},toast:{color:iS,background:{deafult:"#F2F3F4",info:"#CCE3FD",success:"#CCF3D9",warning:"#FFEBCC",error:"#FFDFE1"},border:{deafult:rS,info:Vx.brand,success:Vx.success,warning:Vx.warning,error:Vx.error}},toggle:{slider:Vx.contrast10},tooltip:{background:"#FFF",color:{default:iS,subtext:tS}}}),sS=Vx.contrast0,uS=Vx.contrast1,lS=Vx.contrast2,cS=Vx.contrast3,fS=Vx.contrast4,dS=Vx.contrast5,pS=Vx.contrast6,hS=Vx.contrast7,gS=Vx.contrast8,vS=Vx.contrast9,mS=Vx.contrast10,bS=Vx.brandDark,yS={light:aS,dark:Object.assign(Object.assign({},$x),{name:"dark",accent:bS,accentShade:Vx.brandDarkShade1,background0:Vx.brandBackground0,background1:Vx.brandBackground1,background2:Vx.brandBackground2,background3:Vx.brandBackground3,background4:Vx.brandBackground4,background5:Vx.brandBackground5,scale0:sS,scale1:uS,scale2:lS,scale3:cS,scale4:fS,scale5:dS,scale6:pS,scale7:hS,scale8:gS,scale9:vS,scale10:mS,button:Object.assign(Object.assign({},Zx),{primary:{color:{default:mS,hover:mS,active:mS},outlineColor:{default:mS,hover:mS,active:mS},background:{default:Vx.brand,hover:Vx.brandShade1,active:Vx.brandShade2},outlineBackground:{default:Vx.brandTint0,hover:Vx.brandTint1,active:Vx.brandTint2},border:{default:Vx.brand,hover:Vx.brandShade1,active:Vx.brandShade2},divider:lS},secondary:{color:{default:mS,hover:mS,active:mS},outlineColor:{default:mS,hover:mS,active:mS},background:{default:uS,hover:lS,active:cS},outlineBackground:{default:uS,hover:lS,active:cS},border:{default:lS,hover:lS,active:lS},divider:lS},positive:{color:{default:mS,hover:mS,active:mS},outlineColor:{default:mS,hover:mS,active:mS},background:{default:Vx.success,hover:Vx.successShade1,active:Vx.successShade2},outlineBackground:{default:Vx.successTint0,hover:Vx.successTint1,active:Vx.successTint2},border:{default:Vx.success,hover:Vx.successShade1,active:Vx.successShade2},divider:lS},negative:{color:{default:mS,hover:mS,active:mS},outlineColor:{default:mS,hover:mS,active:mS},background:{default:Vx.error,hover:Vx.errorShade1,active:Vx.errorShade2},outlineBackground:{default:Vx.errorTint0,hover:Vx.errorTint1,active:Vx.errorTint2},border:{default:Vx.error,hover:Vx.errorShade1,active:Vx.errorShade2},divider:lS},caution:{color:{default:mS,hover:mS,active:mS},outlineColor:{default:mS,hover:mS,active:mS},background:{default:Vx.warning,hover:Vx.warningShade1,active:Vx.warningShade2},outlineBackground:{default:Vx.warningTint0,hover:Vx.warningTint1,active:Vx.warningTint2},border:{default:Vx.warning,hover:Vx.warningShade1,active:Vx.warningShade2},divider:lS},subtle:{color:{default:Vx.brand,hover:Vx.brand,active:Vx.brand},outlineColor:{default:Vx.brand,hover:Vx.brand,active:Vx.brand},secondaryColor:{default:mS,hover:mS,active:mS},positiveColor:{default:Vx.success,hover:Vx.success,active:Vx.success},negativeColor:{default:Vx.error,hover:Vx.error,active:Vx.error},cautionColor:{default:Vx.warning,hover:Vx.warning,active:Vx.warning},background:{default:"transparent",hover:uS,active:lS},outlineBackground:{default:"transparent",hover:uS,active:lS},border:{default:"transparent",hover:lS,active:lS},divider:lS},link:{color:{default:Vx.brandShade2,hover:Vx.brandShade1,active:Vx.brand},outlineColor:{default:Vx.brandShade2,hover:Vx.brandShade1,active:Vx.brand},secondaryColor:{default:gS,hover:vS,active:mS},positiveColor:{default:Vx.successShade2,hover:Vx.successShade1,active:Vx.success},negativeColor:{default:Vx.errorShade2,hover:Vx.errorShade1,active:Vx.error},cautionColor:{default:Vx.warningShade2,hover:Vx.warningShade1,active:Vx.warning},background:{default:"transparent",hover:"transparent",active:"transparent"},outlineBackground:{default:"transparent",hover:"transparent",active:"transparent"},border:{default:"transparent",hover:"transparent",active:"transparent"},divider:"transparent"},disabled:{color:{default:fS,hover:fS,active:fS},outlineColor:{default:fS,hover:fS,active:fS},background:{default:uS,hover:uS,active:uS},outlineBackground:{default:sS,hover:sS,active:sS},border:{default:uS,hover:uS,active:uS},divider:uS},color:{default:"#FFFFFF"}}),calendar:{background:{container:Vx.brandBackground3,hover:uS,active:Vx.brand,activeHover:Vx.brandShade1},color:{disabled:fS,default:mS,active:mS,current:bS,outside:pS,weekday:gS,monthYear:gS,iconDefault:fS,iconHover:mS}},defaultBorder:`1px solid ${uS}`,formControl:{color:{default:gS,hover:mS,active:Vx.brand,activeHover:Vx.brandShade1,disabled:fS}},input:{borderRadius:4,background:{default:sS,hover:uS,focused:uS,disabled:sS},color:{default:mS,disabled:fS,placeholder:pS,description:pS,descriptionError:Vx.error},borderColor:{default:pS,hover:gS,focused:bS,disabled:fS,error:Vx.error},labelColor:{default:gS,hover:gS,filled:pS,focused:bS,disabled:fS}},menu:{background:Vx.brandBackground2},menuItem:{borderColor:Vx.brand,background:{active:sS,hover:uS,inactive:"transparent"},color:{active:mS,hover:mS,inactive:pS}},modal:{background:Vx.brandBackground3,color:{header:mS,body:pS}},options:{background:Vx.brandBackground3},optionItem:{background:{active:uS,inactive:"transparent"},color:{active:mS,inactive:mS,accent:bS}},table:{color:{header:pS,body:mS},borderColor:uS},toast:{color:mS,background:{deafult:"#0D2433",info:"#002A51",success:"#003A2D",warning:"#333220",error:"#332635"},border:{deafult:gS,info:Vx.brand,success:Vx.success,warning:Vx.warning,error:Vx.error}},toggle:{slider:Vx.brandBackground0},tooltip:{background:Vx.brandBackground4,color:{default:mS,subtext:pS}}})},wS=({header:n,text:r,cancelText:o="Cancel",confirmText:i="Okay",negative:a,input:s,inputLabel:u,inputPlaceholder:c,inputValue:f})=>{const[d,p]=l(f||""),[h,g]=l(null),v=()=>{g(null),p("")},m=()=>{null==h||h.resolve(!s||d),v()},b=()=>{null==h||h.resolve(!1),v()};Yt(document,"keydown",(e=>{const{key:t}=e;switch(t){case"Enter":m();break;case"Escape":b()}}),!!h,[d]);return[()=>new Promise((e=>{g({resolve:e})})),()=>t(B_,Object.assign({visible:!!h,onClose:v,width:400},{children:[n&&e(B_.Header,{children:n}),r&&e(B_.Text,{children:r}),s&&e(B_.Body,Object.assign({marginTop:4,marginBottom:8},{children:e(Kt,{autoFocus:!0,label:u,placeholder:c,value:d,onChange:({target:e})=>p(e.value)})})),t(B_.Footer,{children:[e(yn,Object.assign({secondary:!0,marginRight:8,onClick:b},{children:o})),e(yn,Object.assign({negative:a,onClick:m},{children:i}))]})]}))]};export{Tn as Audio,yn as Button,Oi as Calendar,Pi as Checkbox,la as Code,pa as DocTable,r_ as DraftEditor,ln as Dropdown,c_ as Form,i_ as Grid,mt as Icon,h_ as ImageViewer,y_ as InlineCode,Kt as Input,zt as InputUtils,u_ as Label,w_ as Menu,k_ as Message,D_ as MessageHr,B_ as Modal,F_ as MultiSelect,Z_ as Notification,Zt as Options,G_ as Pagination,ix as Progress,a_ as Radio,cx as ResetStyles,fx as ScrollbarStyles,kn as Slider,px as Spacer,At as Spinner,Bx as Table,dx as ToastStyles,s_ as Toggle,jx as Tooltip,hx as TransferList,na as copyToClipboard,ta as formatDate,yS as theme,wS as useConfirm,Yt as useEventListener,Xt as useOnClickOutside,nn as useSelect,Qt as useSelectAll,Jt as useWindowSize};
33
33
  //# sourceMappingURL=index.js.map