neko-ui 2.14.13 → 2.14.14
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.
- package/es/dropdown/index.d.ts +1 -0
- package/es/popover/index.d.ts +3 -0
- package/es/popover/index.js +2 -2
- package/lib/dropdown/index.d.ts +1 -0
- package/lib/popover/index.d.ts +3 -0
- package/lib/popover/index.js +2 -2
- package/package.json +2 -2
- package/umd/index.js +4 -4
- package/umd/site.webmanifest +1 -1
package/umd/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
!function(e,t){"object"==typeof exports&&"object"==typeof module?module.exports=t():"function"==typeof define&&define.amd?define("NekoUI",[],t):"object"==typeof exports?exports.NekoUI=t():e.NekoUI=t()}(self,()=>(()=>{var e={19(e,t,r){"use strict";r.r(t),r.d(t,{default:()=>i});var n=r(904),o=r.n(n);r(22),r(191),r(832),r(479),r(561),r(608),r(386),r(515),r(874),r(759),r(942),r(601),r(656),r(101),r(398),r(70),r(921),r(100),r(931),r(299),r(153);let i=o()},21(e){e.exports=function(){"use strict";var e="millisecond",t="second",r="minute",n="hour",o="week",i="month",a="quarter",l="year",s="date",c="Invalid Date",u=/^(\d{4})[-/]?(\d{1,2})?[-/]?(\d{0,2})[Tt\s]*(\d{1,2})?:?(\d{1,2})?:?(\d{1,2})?[.:]?(\d+)?$/,d=/\[([^\]]+)]|Y{1,4}|M{1,4}|D{1,2}|d{1,4}|H{1,2}|h{1,2}|a|A|m{1,2}|s{1,2}|Z{1,2}|SSS/g,f=function(e,t,r){var n=String(e);return!n||n.length>=t?e:""+Array(t+1-n.length).join(r)+e},p="en",b={};b[p]={name:"en",weekdays:"Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),months:"January_February_March_April_May_June_July_August_September_October_November_December".split("_"),ordinal:function(e){var t=["th","st","nd","rd"],r=e%100;return"["+e+(t[(r-20)%10]||t[r]||t[0])+"]"}};var g="$isDayjsObject",h=function(e){return e instanceof x||!(!e||!e[g])},v=function e(t,r,n){var o;if(!t)return p;if("string"==typeof t){var i=t.toLowerCase();b[i]&&(o=i),r&&(b[i]=r,o=i);var a=t.split("-");if(!o&&a.length>1)return e(a[0])}else{var l=t.name;b[l]=t,o=l}return!n&&o&&(p=o),o||!n&&p},m=function(e,t){if(h(e))return e.clone();var r="object"==typeof t?t:{};return r.date=e,r.args=arguments,new x(r)},y={s:f,z:function(e){var t=-e.utcOffset(),r=Math.abs(t);return(t<=0?"+":"-")+f(Math.floor(r/60),2,"0")+":"+f(r%60,2,"0")},m:function e(t,r){if(t.date()<r.date())return-e(r,t);var n=12*(r.year()-t.year())+(r.month()-t.month()),o=t.clone().add(n,i),a=r-o<0,l=t.clone().add(n+(a?-1:1),i);return+(-(n+(r-o)/(a?o-l:l-o))||0)},a:function(e){return e<0?Math.ceil(e)||0:Math.floor(e)},p:function(c){return({M:i,y:l,w:o,d:"day",D:s,h:n,m:r,s:t,ms:e,Q:a})[c]||String(c||"").toLowerCase().replace(/s$/,"")},u:function(e){return void 0===e}};y.l=v,y.i=h,y.w=function(e,t){return m(e,{locale:t.$L,utc:t.$u,x:t.$x,$offset:t.$offset})};var x=function(){function f(e){this.$L=v(e.locale,null,!0),this.parse(e),this.$x=this.$x||e.x||{},this[g]=!0}var p=f.prototype;return p.parse=function(e){this.$d=function(e){var t=e.date,r=e.utc;if(null===t)return new Date(NaN);if(y.u(t))return new Date;if(t instanceof Date)return new Date(t);if("string"==typeof t&&!/Z$/i.test(t)){var n=t.match(u);if(n){var o=n[2]-1||0,i=(n[7]||"0").substring(0,3);return r?new Date(Date.UTC(n[1],o,n[3]||1,n[4]||0,n[5]||0,n[6]||0,i)):new Date(n[1],o,n[3]||1,n[4]||0,n[5]||0,n[6]||0,i)}}return new Date(t)}(e),this.init()},p.init=function(){var e=this.$d;this.$y=e.getFullYear(),this.$M=e.getMonth(),this.$D=e.getDate(),this.$W=e.getDay(),this.$H=e.getHours(),this.$m=e.getMinutes(),this.$s=e.getSeconds(),this.$ms=e.getMilliseconds()},p.$utils=function(){return y},p.isValid=function(){return this.$d.toString()!==c},p.isSame=function(e,t){var r=m(e);return this.startOf(t)<=r&&r<=this.endOf(t)},p.isAfter=function(e,t){return m(e)<this.startOf(t)},p.isBefore=function(e,t){return this.endOf(t)<m(e)},p.$g=function(e,t,r){return y.u(e)?this[t]:this.set(r,e)},p.unix=function(){return Math.floor(this.valueOf()/1e3)},p.valueOf=function(){return this.$d.getTime()},p.startOf=function(e,a){var c=this,u=!!y.u(a)||a,d=y.p(e),f=function(e,t){var r=y.w(c.$u?Date.UTC(c.$y,t,e):new Date(c.$y,t,e),c);return u?r:r.endOf("day")},p=function(e,t){return y.w(c.toDate()[e].apply(c.toDate("s"),(u?[0,0,0,0]:[23,59,59,999]).slice(t)),c)},b=this.$W,g=this.$M,h=this.$D,v="set"+(this.$u?"UTC":"");switch(d){case l:return u?f(1,0):f(31,11);case i:return u?f(1,g):f(0,g+1);case o:var m=this.$locale().weekStart||0,x=(b<m?b+7:b)-m;return f(u?h-x:h+(6-x),g);case"day":case s:return p(v+"Hours",0);case n:return p(v+"Minutes",1);case r:return p(v+"Seconds",2);case t:return p(v+"Milliseconds",3);default:return this.clone()}},p.endOf=function(e){return this.startOf(e,!1)},p.$set=function(o,a){var c,u=y.p(o),d="set"+(this.$u?"UTC":""),f=((c={}).day=d+"Date",c[s]=d+"Date",c[i]=d+"Month",c[l]=d+"FullYear",c[n]=d+"Hours",c[r]=d+"Minutes",c[t]=d+"Seconds",c[e]=d+"Milliseconds",c)[u],p="day"===u?this.$D+(a-this.$W):a;if(u===i||u===l){var b=this.clone().set(s,1);b.$d[f](p),b.init(),this.$d=b.set(s,Math.min(this.$D,b.daysInMonth())).$d}else f&&this.$d[f](p);return this.init(),this},p.set=function(e,t){return this.clone().$set(e,t)},p.get=function(e){return this[y.p(e)]()},p.add=function(e,a){var s,c=this;e=Number(e);var u=y.p(a),d=function(t){var r=m(c);return y.w(r.date(r.date()+Math.round(t*e)),c)};if(u===i)return this.set(i,this.$M+e);if(u===l)return this.set(l,this.$y+e);if("day"===u)return d(1);if(u===o)return d(7);var f=((s={})[r]=6e4,s[n]=36e5,s[t]=1e3,s)[u]||1,p=this.$d.getTime()+e*f;return y.w(p,this)},p.subtract=function(e,t){return this.add(-1*e,t)},p.format=function(e){var t=this,r=this.$locale();if(!this.isValid())return r.invalidDate||c;var n=e||"YYYY-MM-DDTHH:mm:ssZ",o=y.z(this),i=this.$H,a=this.$m,l=this.$M,s=r.weekdays,u=r.months,f=r.meridiem,p=function(e,r,o,i){return e&&(e[r]||e(t,n))||o[r].slice(0,i)},b=function(e){return y.s(i%12||12,e,"0")},g=f||function(e,t,r){var n=e<12?"AM":"PM";return r?n.toLowerCase():n};return n.replace(d,function(e,n){return n||function(e){switch(e){case"YY":return String(t.$y).slice(-2);case"YYYY":return y.s(t.$y,4,"0");case"M":return l+1;case"MM":return y.s(l+1,2,"0");case"MMM":return p(r.monthsShort,l,u,3);case"MMMM":return p(u,l);case"D":return t.$D;case"DD":return y.s(t.$D,2,"0");case"d":return String(t.$W);case"dd":return p(r.weekdaysMin,t.$W,s,2);case"ddd":return p(r.weekdaysShort,t.$W,s,3);case"dddd":return s[t.$W];case"H":return String(i);case"HH":return y.s(i,2,"0");case"h":return b(1);case"hh":return b(2);case"a":return g(i,a,!0);case"A":return g(i,a,!1);case"m":return String(a);case"mm":return y.s(a,2,"0");case"s":return String(t.$s);case"ss":return y.s(t.$s,2,"0");case"SSS":return y.s(t.$ms,3,"0");case"Z":return o}return null}(e)||o.replace(":","")})},p.utcOffset=function(){return-(15*Math.round(this.$d.getTimezoneOffset()/15))},p.diff=function(e,s,c){var u,d=this,f=y.p(s),p=m(e),b=(p.utcOffset()-this.utcOffset())*6e4,g=this-p,h=function(){return y.m(d,p)};switch(f){case l:u=h()/12;break;case i:u=h();break;case a:u=h()/3;break;case o:u=(g-b)/6048e5;break;case"day":u=(g-b)/864e5;break;case n:u=g/36e5;break;case r:u=g/6e4;break;case t:u=g/1e3;break;default:u=g}return c?u:y.a(u)},p.daysInMonth=function(){return this.endOf(i).$D},p.$locale=function(){return b[this.$L]},p.locale=function(e,t){if(!e)return this.$L;var r=this.clone(),n=v(e,t,!0);return n&&(r.$L=n),r},p.clone=function(){return y.w(this.$d,this)},p.toDate=function(){return new Date(this.valueOf())},p.toJSON=function(){return this.isValid()?this.toISOString():null},p.toISOString=function(){return this.$d.toISOString()},p.toString=function(){return this.$d.toUTCString()},f}(),w=x.prototype;return m.prototype=w,[["$ms",e],["$s",t],["$m",r],["$H",n],["$W","day"],["$M",i],["$y",l],["$D",s]].forEach(function(e){w[e[1]]=function(t){return this.$g(t,e[0],e[1])}}),m.extend=function(e,t){return e.$i||(e(t,x,m),e.$i=!0),m},m.locale=v,m.isDayjs=h,m.unix=function(e){return m(1e3*e)},m.en=b[p],m.Ls=b,m.p={},m}()},453(e,t,r){e.exports=function(e){"use strict";var t={name:"zh-cn",weekdays:"星期日_星期一_星期二_星期三_星期四_星期五_星期六".split("_"),weekdaysShort:"周日_周一_周二_周三_周四_周五_周六".split("_"),weekdaysMin:"日_一_二_三_四_五_六".split("_"),months:"一月_二月_三月_四月_五月_六月_七月_八月_九月_十月_十一月_十二月".split("_"),monthsShort:"1月_2月_3月_4月_5月_6月_7月_8月_9月_10月_11月_12月".split("_"),ordinal:function(e,t){return"W"===t?e+"周":e+"日"},weekStart:1,yearStart:4,formats:{LT:"HH:mm",LTS:"HH:mm:ss",L:"YYYY/MM/DD",LL:"YYYY年M月D日",LLL:"YYYY年M月D日Ah点mm分",LLLL:"YYYY年M月D日ddddAh点mm分",l:"YYYY/M/D",ll:"YYYY年M月D日",lll:"YYYY年M月D日 HH:mm",llll:"YYYY年M月D日dddd HH:mm"},relativeTime:{future:"%s内",past:"%s前",s:"几秒",m:"1 分钟",mm:"%d 分钟",h:"1 小时",hh:"%d 小时",d:"1 天",dd:"%d 天",M:"1 个月",MM:"%d 个月",y:"1 年",yy:"%d 年"},meridiem:function(e,t){var r=100*e+t;return r<600?"凌晨":r<900?"早上":r<1100?"上午":r<1300?"中午":r<1800?"下午":"晚上"}};return(e&&"object"==typeof e&&"default"in e?e:{default:e}).default.locale(t,null,!0),t}(r(21))},12(e){e.exports=function(e,t,r){var n=t.prototype,o=function(e){return e&&(e.indexOf?e:e.s)},i=function(e,t,r,n,i){var a=e.name?e:e.$locale(),l=o(a[t]),s=o(a[r]),c=l||s.map(function(e){return e.slice(0,n)});if(!i)return c;var u=a.weekStart;return c.map(function(e,t){return c[(t+(u||0))%7]})},a=function(){return r.Ls[r.locale()]},l=function(e,t){return e.formats[t]||e.formats[t.toUpperCase()].replace(/(\[[^\]]+])|(MMMM|MM|DD|dddd)/g,function(e,t,r){return t||r.slice(1)})},s=function(){var e=this;return{months:function(t){return t?t.format("MMMM"):i(e,"months")},monthsShort:function(t){return t?t.format("MMM"):i(e,"monthsShort","months",3)},firstDayOfWeek:function(){return e.$locale().weekStart||0},weekdays:function(t){return t?t.format("dddd"):i(e,"weekdays")},weekdaysMin:function(t){return t?t.format("dd"):i(e,"weekdaysMin","weekdays",2)},weekdaysShort:function(t){return t?t.format("ddd"):i(e,"weekdaysShort","weekdays",3)},longDateFormat:function(t){return l(e.$locale(),t)},meridiem:this.$locale().meridiem,ordinal:this.$locale().ordinal}};n.localeData=function(){return s.bind(this)()},r.localeData=function(){var e=a();return{firstDayOfWeek:function(){return e.weekStart||0},weekdays:function(){return r.weekdays()},weekdaysShort:function(){return r.weekdaysShort()},weekdaysMin:function(){return r.weekdaysMin()},months:function(){return r.months()},monthsShort:function(){return r.monthsShort()},longDateFormat:function(t){return l(e,t)},meridiem:e.meridiem,ordinal:e.ordinal}},r.months=function(){return i(a(),"months")},r.monthsShort=function(){return i(a(),"monthsShort","months",3)},r.weekdays=function(e){return i(a(),"weekdays",null,null,e)},r.weekdaysShort=function(e){return i(a(),"weekdaysShort","weekdays",3,e)},r.weekdaysMin=function(e){return i(a(),"weekdaysMin","weekdays",2,e)}}},22(){!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",r={pattern:/(^(["']?)\w+\2)[ \t]+\S.*/,lookbehind:!0,alias:"punctuation",inside:null},n={bash:r,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+(?:\.\w+)*(?=\+?=)/,inside:{environment:{pattern:RegExp("(^|[\\s;|&]|[<>]\\()"+t),lookbehind:!0,alias:"constant"}},alias:"variable",lookbehind:!0},parameter:{pattern:/(^|\s)-{1,2}(?:\w+:[+-]?)?\w+(?:\.\w+)*(?=[=\s]|$)/,alias:"variable",lookbehind:!0},string:[{pattern:/((?:^|[^<])<<-?\s*)(\w+)\s[\s\S]*?(?:\r?\n|\r)\2/,lookbehind:!0,greedy:!0,inside:n},{pattern:/((?:^|[^<])<<-?\s*)(["'])(\w+)\2\s[\s\S]*?(?:\r?\n|\r)\3/,lookbehind:!0,greedy:!0,inside:{bash:r}},{pattern:/(^|[^\\](?:\\\\)*)"(?:\\[\s\S]|\$\([^)]+\)|\$(?!\()|`[^`]+`|[^"\\`$])*"/,lookbehind:!0,greedy:!0,inside:n},{pattern:/(^|[^$\\])'[^']*'/,lookbehind:!0,greedy:!0},{pattern:/\$'(?:[^'\\]|\\[\s\S])*'/,greedy:!0,inside:{entity:n.entity}}],environment:{pattern:RegExp("\\$?"+t),alias:"constant"},variable:n.variable,function:{pattern:/(^|[\s;|&]|[<>]\()(?:add|apropos|apt|apt-cache|apt-get|aptitude|aspell|automysqlbackup|awk|basename|bash|bc|bconsole|bg|bzip2|cal|cargo|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|java|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|sysctl|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}},r.inside=e.languages.bash;for(var o=["comment","function-name","for-or-select","assign-left","parameter","string","environment","function","keyword","builtin","boolean","file-descriptor","operator","punctuation","number"],i=n.variable[1].inside,a=0;a<o.length;a++)i[o[a]]=e.languages.bash[o[a]];e.languages.sh=e.languages.bash,e.languages.shell=e.languages.bash}(Prism)},191(){Prism.languages.c=Prism.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|[?:~]|[-+*/%&|^!=<>]=?/}),Prism.languages.insertBefore("c","string",{char:{pattern:/'(?:\\(?:\r\n|[\s\S])|[^'\\\r\n]){0,32}'/,greedy:!0}}),Prism.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},Prism.languages.c.string],char:Prism.languages.c.char,comment:Prism.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:Prism.languages.c}}}}),Prism.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 Prism.languages.c.boolean},832(){Prism.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:/[{}[\];(),.:]/}},479(){var e,t,r;e=Prism,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/,r=/\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 r})+")"),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"])},561(){var e,t,r;t=/(?:"(?:\\(?:\r\n|[\s\S])|[^"\\\r\n])*"|'(?:\\(?:\r\n|[\s\S])|[^'\\\r\n])*')/,(e=Prism).languages.css={comment:/\/\*[\s\S]*?\*\//,atrule:{pattern:RegExp("@[\\w-](?:"+/[^;{\s"']|\s+(?!\s)/.source+"|"+t.source+")*?"+/(?:;|(?=\s*\{))/.source),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,(r=e.languages.markup)&&(r.tag.addInlined("style","css"),r.tag.addAttribute("style","css"))},608(){!function(e){var t=/\\[\r\n](?:\s|\\[\r\n]|#.*(?!.))*(?![\s#]|\\[\r\n])/.source,r=/(?:[ \t]+(?![ \t])(?:<SP_BS>)?|<SP_BS>)/.source.replace(/<SP_BS>/g,function(){return t}),n=/"(?:[^"\\\r\n]|\\(?:\r\n|[\s\S]))*"|'(?:[^'\\\r\n]|\\(?:\r\n|[\s\S]))*'/.source,o=/--[\w-]+=(?:<STR>|(?!["'])(?:[^\s\\]|\\.)+)/.source.replace(/<STR>/g,function(){return n}),i={pattern:RegExp(n),greedy:!0},a={pattern:/(^[ \t]*)#.*/m,lookbehind:!0,greedy:!0};function l(e,t){return RegExp(e=e.replace(/<OPT>/g,function(){return o}).replace(/<SP>/g,function(){return r}),t)}e.languages.docker={instruction:{pattern:/(^[ \t]*)(?:ADD|ARG|CMD|COPY|ENTRYPOINT|ENV|EXPOSE|FROM|HEALTHCHECK|LABEL|MAINTAINER|ONBUILD|RUN|SHELL|STOPSIGNAL|USER|VOLUME|WORKDIR)(?=\s)(?:\\.|[^\r\n\\])*(?:\\$(?:\s|#.*$)*(?![\s#])(?:\\.|[^\r\n\\])*)*/im,lookbehind:!0,greedy:!0,inside:{options:{pattern:l(/(^(?:ONBUILD<SP>)?\w+<SP>)<OPT>(?:<SP><OPT>)*/.source,"i"),lookbehind:!0,greedy:!0,inside:{property:{pattern:/(^|\s)--[\w-]+/,lookbehind:!0},string:[i,{pattern:/(=)(?!["'])(?:[^\s\\]|\\.)+/,lookbehind:!0}],operator:/\\$/m,punctuation:/=/}},keyword:[{pattern:l(/(^(?:ONBUILD<SP>)?HEALTHCHECK<SP>(?:<OPT><SP>)*)(?:CMD|NONE)\b/.source,"i"),lookbehind:!0,greedy:!0},{pattern:l(/(^(?:ONBUILD<SP>)?FROM<SP>(?:<OPT><SP>)*(?!--)[^ \t\\]+<SP>)AS/.source,"i"),lookbehind:!0,greedy:!0},{pattern:l(/(^ONBUILD<SP>)\w+/.source,"i"),lookbehind:!0,greedy:!0},{pattern:/^\w+/,greedy:!0}],comment:a,string:i,variable:/\$(?:\w+|\{[^{}"'\\]*\})/,operator:/\\$/m}},comment:a},e.languages.dockerfile=e.languages.docker}(Prism)},386(){Prism.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}},515(){Prism.languages.javascript=Prism.languages.extend("clike",{"class-name":[Prism.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}|\?\?=?|\?\.?|[~:]/}),Prism.languages.javascript["class-name"][0].pattern=/(\b(?:class|extends|implements|instanceof|interface|new)\s+)[\w.\\]+/,Prism.languages.insertBefore("javascript","keyword",{regex:{pattern:RegExp(/((?:^|[^$\w\xA0-\uFFFF."'\])\s]|\b(?:return|yield))\s*)/.source+/\//.source+"(?:"+/(?:\[(?:[^\]\\\r\n]|\\.)*\]|\\.|[^/\\\[\r\n])+\/[dgimyus]{0,7}/.source+"|"+/(?:\[(?:[^[\]\\\r\n]|\\.|\[(?:[^[\]\\\r\n]|\\.|\[(?:[^[\]\\\r\n]|\\.)*\])*\])*\]|\\.|[^/\\\[\r\n])+\/[dgimyus]{0,7}v[dgimyus]{0,7}/.source+")"+/(?=(?:\s|\/\*(?:[^*]|\*(?!\/))*\*\/)*(?:$|[\r\n,.;:})\]]|\/\/))/.source),lookbehind:!0,greedy:!0,inside:{"regex-source":{pattern:/^(\/)[\s\S]+(?=\/[a-z]*$)/,lookbehind:!0,alias:"language-regex",inside:Prism.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:Prism.languages.javascript},{pattern:/(^|[^$\w\xA0-\uFFFF])(?!\s)[_$a-z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*(?=\s*=>)/i,lookbehind:!0,inside:Prism.languages.javascript},{pattern:/(\(\s*)(?!\s)(?:[^()\s]|\s+(?![\s)])|\([^()]*\))+(?=\s*\)\s*=>)/,lookbehind:!0,inside:Prism.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:Prism.languages.javascript}],constant:/\b[A-Z](?:[A-Z_]|\dx?)*\b/}),Prism.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:Prism.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"}}),Prism.languages.insertBefore("javascript","operator",{"literal-property":{pattern:/((?:^|[,{])[ \t]*)(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*(?=\s*:)/m,lookbehind:!0,alias:"property"}}),Prism.languages.markup&&(Prism.languages.markup.tag.addInlined("script","javascript"),Prism.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")),Prism.languages.js=Prism.languages.javascript},874(){Prism.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"}},Prism.languages.webmanifest=Prism.languages.json},759(){!function(e){var t=e.util.clone(e.languages.javascript),r=/(?:\s|\/\/.*(?!.)|\/\*(?:[^*]|\*(?!\/))\*\/)/.source,n=/(?:\{(?:\{(?:\{[^{}]*\}|[^{}])*\}|[^{}])*\})/.source,o=/(?:\{<S>*\.{3}(?:[^{}]|<BRACES>)*\})/.source;function i(e,t){return RegExp(e=e.replace(/<S>/g,function(){return r}).replace(/<BRACES>/g,function(){return n}).replace(/<SPREAD>/g,function(){return o}),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(""):""},l=function(t){for(var r=[],n=0;n<t.length;n++){var o=t[n],i=!1;if("string"!=typeof o&&("tag"===o.type&&o.content[0]&&"tag"===o.content[0].type?"</"===o.content[0].content[0].content?r.length>0&&r[r.length-1].tagName===a(o.content[0].content[1])&&r.pop():"/>"===o.content[o.content.length-1].content||r.push({tagName:a(o.content[0].content[1]),openedBraces:0}):r.length>0&&"punctuation"===o.type&&"{"===o.content?r[r.length-1].openedBraces++:r.length>0&&r[r.length-1].openedBraces>0&&"punctuation"===o.type&&"}"===o.content?r[r.length-1].openedBraces--:i=!0),(i||"string"==typeof o)&&r.length>0&&0===r[r.length-1].openedBraces){var s=a(o);n<t.length-1&&("string"==typeof t[n+1]||"plain-text"===t[n+1].type)&&(s+=a(t[n+1]),t.splice(n+1,1)),n>0&&("string"==typeof t[n-1]||"plain-text"===t[n-1].type)&&(s=a(t[n-1])+s,t.splice(n-1,1),n--),t[n]=new e.Token("plain-text",s,null,s)}o.content&&"string"!=typeof o.content&&l(o.content)}};e.hooks.add("after-tokenize",function(e){("jsx"===e.language||"tsx"===e.language)&&l(e.tokens)})}(Prism)},601(){Prism.languages.less=Prism.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:/[+\-*\/]/}),Prism.languages.insertBefore("less","property",{variable:[{pattern:/@[\w-]+\s*:/,inside:{punctuation:/:/}},/@@?[\w-]+/],"mixin-usage":{pattern:/([{;]\s*)[.#](?!\d)[\w-].*?(?=[(;])/,lookbehind:!0,alias:"function"}})},656(){Prism.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"},{pattern:/^(\s*)["']|["']$/,lookbehind:!0}]}},punctuation:/\/?>/,"attr-name":{pattern:/[^\s>\/]+/,inside:{namespace:/^[^\s>\/:]+:/}}}},entity:[{pattern:/&[\da-z]{1,8};/i,alias:"named-entity"},/&#x?[\da-f]{1,8};/i]},Prism.languages.markup.tag.inside["attr-value"].inside.entity=Prism.languages.markup.entity,Prism.languages.markup.doctype.inside["internal-subset"].inside=Prism.languages.markup,Prism.hooks.add("wrap",function(e){"entity"===e.type&&(e.attributes.title=e.content.replace(/&/,"&"))}),Object.defineProperty(Prism.languages.markup.tag,"addInlined",{value:function(e,t){var r={};r["language-"+t]={pattern:/(^<!\[CDATA\[)[\s\S]+?(?=\]\]>$)/i,lookbehind:!0,inside:Prism.languages[t]},r.cdata=/^<!\[CDATA\[|\]\]>$/i;var n={"included-cdata":{pattern:/<!\[CDATA\[[\s\S]*?\]\]>/i,inside:r}};n["language-"+t]={pattern:/[\s\S]+/,inside:Prism.languages[t]};var o={};o[e]={pattern:RegExp(/(<__[^>]*>)(?:<!\[CDATA\[(?:[^\]]|\](?!\]>))*\]\]>|(?!<!\[CDATA\[)[\s\S])*?(?=<\/__>)/.source.replace(/__/g,function(){return e}),"i"),lookbehind:!0,greedy:!0,inside:n},Prism.languages.insertBefore("markup","cdata",o)}}),Object.defineProperty(Prism.languages.markup.tag,"addAttribute",{value:function(e,t){Prism.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:Prism.languages[t]},punctuation:[{pattern:/^=/,alias:"attr-equals"},/"|'/]}}}})}}),Prism.languages.html=Prism.languages.markup,Prism.languages.mathml=Prism.languages.markup,Prism.languages.svg=Prism.languages.markup,Prism.languages.xml=Prism.languages.extend("markup",{}),Prism.languages.ssml=Prism.languages.xml,Prism.languages.atom=Prism.languages.xml,Prism.languages.rss=Prism.languages.xml},153(){Prism.languages.matlab={comment:[/%\{[\s\S]*?\}%/,/%.+/],string:{pattern:/\B'(?:''|[^'\r\n])*'/,greedy:!0},number:/(?:\b\d+(?:\.\d*)?|\B\.\d+)(?:[eE][+-]?\d+)?(?:[ij])?|\b[ij]\b/,keyword:/\b(?:NaN|break|case|catch|continue|else|elseif|end|for|function|if|inf|otherwise|parfor|pause|pi|return|switch|try|while)\b/,function:/\b(?!\d)\w+(?=\s*\()/,operator:/\.?[*^\/\\']|[+\-:@]|[<>=~]=?|&&?|\|\|?/,punctuation:/\.{3}|[.,;\[\](){}!]/}},101(){var e,t,r,n,o,i;e=Prism,t={pattern:/\\[\\(){}[\]^$+*?|.]/,alias:"escape"},o=RegExp((n="(?:[^\\\\-]|"+(r=/\\(?:x[\da-fA-F]{2}|u[\da-fA-F]{4}|u\{[\da-fA-F]+\}|0[0-7]{0,2}|[123][0-7]{2}|c[a-zA-Z]|.)/).source+")")+"-"+n),i={pattern:/(<|')[^<>']+(?=[>']$)/,lookbehind:!0,alias:"variable"},e.languages.regex={"char-class":{pattern:/((?:^|[^\\])(?:\\\\)*)\[(?:[^\\\]]|\\[\s\S])*\]/,lookbehind:!0,inside:{"char-class-negation":{pattern:/(^\[)\^/,lookbehind:!0,alias:"operator"},"char-class-punctuation":{pattern:/^\[|\]$/,alias:"punctuation"},range:{pattern:o,inside:{escape:r,"range-punctuation":{pattern:/-/,alias:"operator"}}},"special-escape":t,"char-set":{pattern:/\\[wsd]|\\p\{[^{}]+\}/i,alias:"class-name"},escape:r}},"special-escape":t,"char-set":{pattern:/\.|\\[wsd]|\\p\{[^{}]+\}/i,alias:"class-name"},backreference:[{pattern:/\\(?![123][0-7]{2})[1-9]/,alias:"keyword"},{pattern:/\\k<[^<>']+>/,alias:"keyword",inside:{"group-name":i}}],anchor:{pattern:/[$^]|\\[ABbGZz]/,alias:"function"},escape:r,group:[{pattern:/\((?:\?(?:<[^<>']+>|'[^<>']+'|[>:]|<?[=!]|[idmnsuxU]+(?:-[idmnsuxU]+)?:?))?/,alias:"punctuation",inside:{"group-name":i}},{pattern:/\)/,alias:"punctuation"}],quantifier:{pattern:/(?:[+*?]|\{\d+(?:,\d*)?\})[?+]?/,alias:"number"},alternation:{pattern:/\|/,alias:"keyword"}}},398(){for(var e=Prism,t=/\/\*(?:[^*/]|\*(?!\/)|\/(?!\*)|<self>)*\*\//.source,r=0;r<2;r++)t=t.replace(/<self>/g,function(){return t});t=t.replace(/<self>/g,function(){return/[^\s\S]/.source}),e.languages.rust={comment:[{pattern:RegExp(/(^|[^\\])/.source+t),lookbehind:!0,greedy:!0},{pattern:/(^|[^\\:])\/\/.*/,lookbehind:!0,greedy:!0}],string:{pattern:/b?"(?:\\[\s\S]|[^\\"])*"|b?r(#*)"(?:[^"]|"(?!\1))*"\1/,greedy:!0},char:{pattern:/b?'(?:\\(?:x[0-7][\da-fA-F]|u\{(?:[\da-fA-F]_*){1,6}\}|.)|[^\\\r\n\t'])'/,greedy:!0},attribute:{pattern:/#!?\[(?:[^\[\]"]|"(?:\\[\s\S]|[^\\"])*")*\]/,greedy:!0,alias:"attr-name",inside:{string:null}},"closure-params":{pattern:/([=(,:]\s*|\bmove\s*)\|[^|]*\||\|[^|]*\|(?=\s*(?:\{|->))/,lookbehind:!0,greedy:!0,inside:{"closure-punctuation":{pattern:/^\||\|$/,alias:"punctuation"},rest:null}},"lifetime-annotation":{pattern:/'\w+/,alias:"symbol"},"fragment-specifier":{pattern:/(\$\w+:)[a-z]+/,lookbehind:!0,alias:"punctuation"},variable:/\$\w+/,"function-definition":{pattern:/(\bfn\s+)\w+/,lookbehind:!0,alias:"function"},"type-definition":{pattern:/(\b(?:enum|struct|trait|type|union)\s+)\w+/,lookbehind:!0,alias:"class-name"},"module-declaration":[{pattern:/(\b(?:crate|mod)\s+)[a-z][a-z_\d]*/,lookbehind:!0,alias:"namespace"},{pattern:/(\b(?:crate|self|super)\s*)::\s*[a-z][a-z_\d]*\b(?:\s*::(?:\s*[a-z][a-z_\d]*\s*::)*)?/,lookbehind:!0,alias:"namespace",inside:{punctuation:/::/}}],keyword:[/\b(?:Self|abstract|as|async|await|become|box|break|const|continue|crate|do|dyn|else|enum|extern|final|fn|for|if|impl|in|let|loop|macro|match|mod|move|mut|override|priv|pub|ref|return|self|static|struct|super|trait|try|type|typeof|union|unsafe|unsized|use|virtual|where|while|yield)\b/,/\b(?:bool|char|f(?:32|64)|[ui](?:8|16|32|64|128|size)|str)\b/],function:/\b[a-z_]\w*(?=\s*(?:::\s*<|\())/,macro:{pattern:/\b\w+!/,alias:"property"},constant:/\b[A-Z_][A-Z_\d]+\b/,"class-name":/\b[A-Z]\w*\b/,namespace:{pattern:/(?:\b[a-z][a-z_\d]*\s*::\s*)*\b[a-z][a-z_\d]*\s*::(?!\s*<)/,inside:{punctuation:/::/}},number:/\b(?:0x[\dA-Fa-f](?:_?[\dA-Fa-f])*|0o[0-7](?:_?[0-7])*|0b[01](?:_?[01])*|(?:(?:\d(?:_?\d)*)?\.)?\d(?:_?\d)*(?:[Ee][+-]?\d+)?)(?:_?(?:f32|f64|[iu](?:8|16|32|64|size)?))?\b/,boolean:/\b(?:false|true)\b/,punctuation:/->|\.\.=|\.{1,3}|::|[{}[\];(),:]/,operator:/[-+*\/%!^]=?|=[=>]?|&[&=]?|\|[|=]?|<<?=?|>>?=?|[@?]/},e.languages.rust["closure-params"].inside.rest=e.languages.rust,e.languages.rust.attribute.inside.string=e.languages.rust.string},70(){Prism.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:/[;[\]()`,.]/}},921(){Prism.languages.swift={comment:{pattern:/(^|[^\\:])(?:\/\/.*|\/\*(?:[^/*]|\/(?!\*)|\*(?!\/)|\/\*(?:[^*]|\*(?!\/))*\*\/)*\*\/)/,lookbehind:!0,greedy:!0},"string-literal":[{pattern:RegExp(/(^|[^"#])/.source+"(?:"+/"(?:\\(?:\((?:[^()]|\([^()]*\))*\)|\r\n|[^(])|[^\\\r\n"])*"/.source+"|"+/"""(?:\\(?:\((?:[^()]|\([^()]*\))*\)|[^(])|[^\\"]|"(?!""))*"""/.source+")"+/(?!["#])/.source),lookbehind:!0,greedy:!0,inside:{interpolation:{pattern:/(\\\()(?:[^()]|\([^()]*\))*(?=\))/,lookbehind:!0,inside:null},"interpolation-punctuation":{pattern:/^\)|\\\($/,alias:"punctuation"},punctuation:/\\(?=[\r\n])/,string:/[\s\S]+/}},{pattern:RegExp(/(^|[^"#])(#+)/.source+"(?:"+/"(?:\\(?:#+\((?:[^()]|\([^()]*\))*\)|\r\n|[^#])|[^\\\r\n])*?"/.source+"|"+/"""(?:\\(?:#+\((?:[^()]|\([^()]*\))*\)|[^#])|[^\\])*?"""/.source+")\\2"),lookbehind:!0,greedy:!0,inside:{interpolation:{pattern:/(\\#+\()(?:[^()]|\([^()]*\))*(?=\))/,lookbehind:!0,inside:null},"interpolation-punctuation":{pattern:/^\)|\\#+\($/,alias:"punctuation"},string:/[\s\S]+/}}],directive:{pattern:RegExp(/#/.source+"(?:"+(/(?:elseif|if)\b/.source+"(?:[ ]*")+/(?:![ \t]*)?(?:\b\w+\b(?:[ \t]*\((?:[^()]|\([^()]*\))*\))?|\((?:[^()]|\([^()]*\))*\))(?:[ \t]*(?:&&|\|\|))?/.source+")+|"+/(?:else|endif)\b/.source+")"),alias:"property",inside:{"directive-name":/^#\w+/,boolean:/\b(?:false|true)\b/,number:/\b\d+(?:\.\d+)*\b/,operator:/!|&&|\|\||[<>]=?/,punctuation:/[(),]/}},literal:{pattern:/#(?:colorLiteral|column|dsohandle|file(?:ID|Literal|Path)?|function|imageLiteral|line)\b/,alias:"constant"},"other-directive":{pattern:/#\w+\b/,alias:"property"},attribute:{pattern:/@\w+/,alias:"atrule"},"function-definition":{pattern:/(\bfunc\s+)\w+/,lookbehind:!0,alias:"function"},label:{pattern:/\b(break|continue)\s+\w+|\b[a-zA-Z_]\w*(?=\s*:\s*(?:for|repeat|while)\b)/,lookbehind:!0,alias:"important"},keyword:/\b(?:Any|Protocol|Self|Type|actor|as|assignment|associatedtype|associativity|async|await|break|case|catch|class|continue|convenience|default|defer|deinit|didSet|do|dynamic|else|enum|extension|fallthrough|fileprivate|final|for|func|get|guard|higherThan|if|import|in|indirect|infix|init|inout|internal|is|isolated|lazy|left|let|lowerThan|mutating|none|nonisolated|nonmutating|open|operator|optional|override|postfix|precedencegroup|prefix|private|protocol|public|repeat|required|rethrows|return|right|safe|self|set|some|static|struct|subscript|super|switch|throw|throws|try|typealias|unowned|unsafe|var|weak|where|while|willSet)\b/,boolean:/\b(?:false|true)\b/,nil:{pattern:/\bnil\b/,alias:"constant"},"short-argument":/\$\d+\b/,omit:{pattern:/\b_\b/,alias:"keyword"},number:/\b(?:[\d_]+(?:\.[\de_]+)?|0x[a-f0-9_]+(?:\.[a-f0-9p_]+)?|0b[01_]+|0o[0-7_]+)\b/i,"class-name":/\b[A-Z](?:[A-Z_\d]*[a-z]\w*)?\b/,function:/\b[a-z_]\w*(?=\s*\()/i,constant:/\b(?:[A-Z_]{2,}|k[A-Z][A-Za-z_]+)\b/,operator:/[-+*/%=!<>&|^~?]+|\.[.\-+*/%=!<>&|^~?]+/,punctuation:/[{}[\]();,.:\\]/},Prism.languages.swift["string-literal"].forEach(function(e){e.inside.interpolation.inside=Prism.languages.swift})},100(){var e=Prism,t=/(?:[\w-]+|'[^'\n\r]*'|"(?:\\.|[^\\"\r\n])*")/.source;function r(e){return e.replace(/__/g,function(){return t})}e.languages.toml={comment:{pattern:/#.*/,greedy:!0},table:{pattern:RegExp(r(/(^[\t ]*\[\s*(?:\[\s*)?)__(?:\s*\.\s*__)*(?=\s*\])/.source),"m"),lookbehind:!0,greedy:!0,alias:"class-name"},key:{pattern:RegExp(r(/(^[\t ]*|[{,]\s*)__(?:\s*\.\s*__)*(?=\s*=)/.source),"m"),lookbehind:!0,greedy:!0,alias:"property"},string:{pattern:/"""(?:\\[\s\S]|[^\\])*?"""|'''[\s\S]*?'''|'[^'\n\r]*'|"(?:\\.|[^\\"\r\n])*"/,greedy:!0},date:[{pattern:/\b\d{4}-\d{2}-\d{2}(?:[T\s]\d{2}:\d{2}:\d{2}(?:\.\d+)?(?:Z|[+-]\d{2}:\d{2})?)?\b/i,alias:"number"},{pattern:/\b\d{2}:\d{2}:\d{2}(?:\.\d+)?\b/,alias:"number"}],number:/(?:\b0(?:x[\da-zA-Z]+(?:_[\da-zA-Z]+)*|o[0-7]+(?:_[0-7]+)*|b[10]+(?:_[10]+)*))\b|[-+]?\b\d+(?:_\d+)*(?:\.\d+(?:_\d+)*)?(?:[eE][+-]?\d+(?:_\d+)*)?\b|[-+]?\b(?:inf|nan)\b/,boolean:/\b(?:false|true)\b/,punctuation:/[.,=[\]{}]/}},942(){var e,t,r;t=(e=Prism).util.clone(e.languages.typescript),e.languages.tsx=e.languages.extend("jsx",t),delete e.languages.tsx.parameter,delete e.languages.tsx["literal-property"],(r=e.languages.tsx.tag).pattern=RegExp(/(^|[^\w$]|(?=<\/))/.source+"(?:"+r.pattern.source+")",r.pattern.flags),r.lookbehind=!0},931(){var e,t;(e=Prism).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"],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},299(){!function(e){var t=/[*&][^\s[\]{},]+/,r=/!(?:<[\w\-%#;/?:@&=+$,.!~*'()[\]]+>|(?:[a-zA-Z\d-]*!)?[\w\-%#;/?:@&=+$.~*'()]+)?/,n="(?:"+r.source+"(?:[ ]+"+t.source+")?|"+t.source+"(?:[ ]+"+r.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){return t=(t||"").replace(/m/g,"")+"m",RegExp(/([:\-,[{]\s*(?:\s<<prop>>[ \t]+)?)(?:<<value>>)(?=[ \t]*(?:$|,|\]|\}|(?:[\r\n]\s*)?#))/.source.replace(/<<prop>>/g,function(){return n}).replace(/<<value>>/g,function(){return e}),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 n})),lookbehind:!0,alias:"string"},comment:/#.*/,key:{pattern:RegExp(/((?:^|[:\-,[{\r\n?])[ \t]*(?:<<prop>>[ \t]+)?)<<key>>(?=\s*:\s)/.source.replace(/<<prop>>/g,function(){return n}).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:r,important:t,punctuation:/---|[:[\]{}\-,|>?]|\.\.\./},e.languages.yml=e.languages.yaml}(Prism)},904(e){var t,r,n=function(e){var t=/(?:^|\s)lang(?:uage)?-([\w-]+)(?=\s|$)/i,r=0,n={},o={manual:e.Prism&&e.Prism.manual,disableWorkerMessageHandler:e.Prism&&e.Prism.disableWorkerMessageHandler,util:{encode:function e(t){return t instanceof i?new i(t.type,e(t.content),t.alias):Array.isArray(t)?t.map(e):t.replace(/&/g,"&").replace(/</g,"<").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:++r}),e.__id},clone:function e(t,r){var n,i;switch(r=r||{},o.util.type(t)){case"Object":if(r[i=o.util.objId(t)])return r[i];for(var a in n={},r[i]=n,t)t.hasOwnProperty(a)&&(n[a]=e(t[a],r));return n;case"Array":if(r[i=o.util.objId(t)])return r[i];return n=[],r[i]=n,t.forEach(function(t,o){n[o]=e(t,r)}),n;default:return t}},getLanguage:function(e){for(;e;){var r=t.exec(e.className);if(r)return r[1].toLowerCase();e=e.parentElement}return"none"},setLanguage:function(e,r){e.className=e.className.replace(RegExp(t,"gi"),""),e.classList.add("language-"+r)},currentScript:function(){if("u"<typeof document)return null;if(document.currentScript&&"SCRIPT"===document.currentScript.tagName&&1)return document.currentScript;try{throw Error()}catch(n){var e=(/at [^(\r\n]*\((.*):[^:]+:[^:]+\)$/i.exec(n.stack)||[])[1];if(e){var t=document.getElementsByTagName("script");for(var r in t)if(t[r].src==e)return t[r]}return null}},isActive:function(e,t,r){for(var n="no-"+t;e;){var o=e.classList;if(o.contains(t))return!0;if(o.contains(n))return!1;e=e.parentElement}return!!r}},languages:{plain:n,plaintext:n,text:n,txt:n,extend:function(e,t){var r=o.util.clone(o.languages[e]);for(var n in t)r[n]=t[n];return r},insertBefore:function(e,t,r,n){var i=(n=n||o.languages)[e],a={};for(var l in i)if(i.hasOwnProperty(l)){if(l==t)for(var s in r)r.hasOwnProperty(s)&&(a[s]=r[s]);r.hasOwnProperty(l)||(a[l]=i[l])}var c=n[e];return n[e]=a,o.languages.DFS(o.languages,function(t,r){r===c&&t!=e&&(this[t]=a)}),a},DFS:function e(t,r,n,i){i=i||{};var a=o.util.objId;for(var l in t)if(t.hasOwnProperty(l)){r.call(t,l,t[l],n||l);var s=t[l],c=o.util.type(s);"Object"!==c||i[a(s)]?"Array"!==c||i[a(s)]||(i[a(s)]=!0,e(s,r,l,i)):(i[a(s)]=!0,e(s,r,null,i))}}},plugins:{},highlightAll:function(e,t){o.highlightAllUnder(document,e,t)},highlightAllUnder:function(e,t,r){var n={callback:r,container:e,selector:'code[class*="language-"], [class*="language-"] code, code[class*="lang-"], [class*="lang-"] code'};o.hooks.run("before-highlightall",n),n.elements=Array.prototype.slice.apply(n.container.querySelectorAll(n.selector)),o.hooks.run("before-all-elements-highlight",n);for(var i,a=0;i=n.elements[a++];)o.highlightElement(i,!0===t,n.callback)},highlightElement:function(t,r,n){var i=o.util.getLanguage(t),a=o.languages[i];o.util.setLanguage(t,i);var l=t.parentElement;l&&"pre"===l.nodeName.toLowerCase()&&o.util.setLanguage(l,i);var s=t.textContent,c={element:t,language:i,grammar:a,code:s};function u(e){c.highlightedCode=e,o.hooks.run("before-insert",c),c.element.innerHTML=c.highlightedCode,o.hooks.run("after-highlight",c),o.hooks.run("complete",c),n&&n.call(c.element)}if(o.hooks.run("before-sanity-check",c),(l=c.element.parentElement)&&"pre"===l.nodeName.toLowerCase()&&!l.hasAttribute("tabindex")&&l.setAttribute("tabindex","0"),!c.code){o.hooks.run("complete",c),n&&n.call(c.element);return}if(o.hooks.run("before-highlight",c),!c.grammar)return void u(o.util.encode(c.code));if(r&&e.Worker){var d=new Worker(o.filename);d.onmessage=function(e){u(e.data)},d.postMessage(JSON.stringify({language:c.language,code:c.code,immediateClose:!0}))}else u(o.highlight(c.code,c.grammar,c.language))},highlight:function(e,t,r){var n={code:e,grammar:t,language:r};if(o.hooks.run("before-tokenize",n),!n.grammar)throw Error('The language "'+n.language+'" has no grammar.');return n.tokens=o.tokenize(n.code,n.grammar),o.hooks.run("after-tokenize",n),i.stringify(o.util.encode(n.tokens),n.language)},tokenize:function(e,t){var r=t.rest;if(r){for(var n in r)t[n]=r[n];delete t.rest}var c=new l;return s(c,c.head,e),function e(t,r,n,l,c,u){for(var d in n)if(n.hasOwnProperty(d)&&n[d]){var f=n[d];f=Array.isArray(f)?f:[f];for(var p=0;p<f.length;++p){if(u&&u.cause==d+","+p)return;var b=f[p],g=b.inside,h=!!b.lookbehind,v=!!b.greedy,m=b.alias;if(v&&!b.pattern.global){var y=b.pattern.toString().match(/[imsuy]*$/)[0];b.pattern=RegExp(b.pattern.source,y+"g")}for(var x=b.pattern||b,w=l.next,k=c;w!==r.tail&&(!u||!(k>=u.reach));k+=w.value.length,w=w.next){var S,A=w.value;if(r.length>t.length)return;if(!(A instanceof i)){var O=1;if(v){if(!(S=a(x,k,t,h))||S.index>=t.length)break;var C=S.index,E=S.index+S[0].length,z=k;for(z+=w.value.length;C>=z;)z+=(w=w.next).value.length;if(z-=w.value.length,k=z,w.value instanceof i)continue;for(var j=w;j!==r.tail&&(z<E||"string"==typeof j.value);j=j.next)O++,z+=j.value.length;O--,A=t.slice(k,z),S.index-=k}else if(!(S=a(x,0,A,h)))continue;var C=S.index,T=S[0],I=A.slice(0,C),P=A.slice(C+T.length),_=k+A.length;u&&_>u.reach&&(u.reach=_);var $=w.prev;if(I&&($=s(r,$,I),k+=I.length),function(e,t,r){for(var n=t.next,o=0;o<r&&n!==e.tail;o++)n=n.next;t.next=n,n.prev=t,e.length-=o}(r,$,O),w=s(r,$,new i(d,g?o.tokenize(T,g):T,m,T)),P&&s(r,w,P),O>1){var L={cause:d+","+p,reach:_};e(t,r,n,w.prev,k,L),u&&L.reach>u.reach&&(u.reach=L.reach)}}}}}}(e,c,t,c.head,0),function(e){for(var t=[],r=e.head.next;r!==e.tail;)t.push(r.value),r=r.next;return t}(c)},hooks:{all:{},add:function(e,t){var r=o.hooks.all;r[e]=r[e]||[],r[e].push(t)},run:function(e,t){var r=o.hooks.all[e];if(r&&r.length)for(var n,i=0;n=r[i++];)n(t)}},Token:i};function i(e,t,r,n){this.type=e,this.content=t,this.alias=r,this.length=0|(n||"").length}function a(e,t,r,n){e.lastIndex=t;var o=e.exec(r);if(o&&n&&o[1]){var i=o[1].length;o.index+=i,o[0]=o[0].slice(i)}return o}function l(){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 s(e,t,r){var n=t.next,o={value:r,prev:t,next:n};return t.next=o,n.prev=o,e.length++,o}if(e.Prism=o,i.stringify=function e(t,r){if("string"==typeof t)return t;if(Array.isArray(t)){var n="";return t.forEach(function(t){n+=e(t,r)}),n}var i={type:t.type,content:e(t.content,r),tag:"span",classes:["token",t.type],attributes:{},language:r},a=t.alias;a&&(Array.isArray(a)?Array.prototype.push.apply(i.classes,a):i.classes.push(a)),o.hooks.run("wrap",i);var l="";for(var s in i.attributes)l+=" "+s+'="'+(i.attributes[s]||"").replace(/"/g,""")+'"';return"<"+i.tag+' class="'+i.classes.join(" ")+'"'+l+">"+i.content+"</"+i.tag+">"},!e.document)return e.addEventListener&&(o.disableWorkerMessageHandler||e.addEventListener("message",function(t){var r=JSON.parse(t.data),n=r.language,i=r.code,a=r.immediateClose;e.postMessage(o.highlight(i,o.languages[n],n)),a&&e.close()},!1)),o;var c=o.util.currentScript();function u(){o.manual||o.highlightAll()}if(c&&(o.filename=c.src,c.hasAttribute("data-manual")&&(o.manual=!0)),!o.manual){var d=document.readyState;"loading"===d||"interactive"===d&&c&&c.defer?document.addEventListener("DOMContentLoaded",u):window.requestAnimationFrame?window.requestAnimationFrame(u):window.setTimeout(u,16)}return o}("u">typeof window?window:"u">typeof WorkerGlobalScope&&self instanceof WorkerGlobalScope?self:{});e.exports&&(e.exports=n),"u">typeof global&&(global.Prism=n),n.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"},{pattern:/^(\s*)["']|["']$/,lookbehind:!0}]}},punctuation:/\/?>/,"attr-name":{pattern:/[^\s>\/]+/,inside:{namespace:/^[^\s>\/:]+:/}}}},entity:[{pattern:/&[\da-z]{1,8};/i,alias:"named-entity"},/&#x?[\da-f]{1,8};/i]},n.languages.markup.tag.inside["attr-value"].inside.entity=n.languages.markup.entity,n.languages.markup.doctype.inside["internal-subset"].inside=n.languages.markup,n.hooks.add("wrap",function(e){"entity"===e.type&&(e.attributes.title=e.content.replace(/&/,"&"))}),Object.defineProperty(n.languages.markup.tag,"addInlined",{value:function(e,t){var r={};r["language-"+t]={pattern:/(^<!\[CDATA\[)[\s\S]+?(?=\]\]>$)/i,lookbehind:!0,inside:n.languages[t]},r.cdata=/^<!\[CDATA\[|\]\]>$/i;var o={"included-cdata":{pattern:/<!\[CDATA\[[\s\S]*?\]\]>/i,inside:r}};o["language-"+t]={pattern:/[\s\S]+/,inside:n.languages[t]};var i={};i[e]={pattern:RegExp(/(<__[^>]*>)(?:<!\[CDATA\[(?:[^\]]|\](?!\]>))*\]\]>|(?!<!\[CDATA\[)[\s\S])*?(?=<\/__>)/.source.replace(/__/g,function(){return e}),"i"),lookbehind:!0,greedy:!0,inside:o},n.languages.insertBefore("markup","cdata",i)}}),Object.defineProperty(n.languages.markup.tag,"addAttribute",{value:function(e,t){n.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:n.languages[t]},punctuation:[{pattern:/^=/,alias:"attr-equals"},/"|'/]}}}})}}),n.languages.html=n.languages.markup,n.languages.mathml=n.languages.markup,n.languages.svg=n.languages.markup,n.languages.xml=n.languages.extend("markup",{}),n.languages.ssml=n.languages.xml,n.languages.atom=n.languages.xml,n.languages.rss=n.languages.xml,t=/(?:"(?:\\(?:\r\n|[\s\S])|[^"\\\r\n])*"|'(?:\\(?:\r\n|[\s\S])|[^'\\\r\n])*')/,n.languages.css={comment:/\/\*[\s\S]*?\*\//,atrule:{pattern:RegExp("@[\\w-](?:"+/[^;{\s"']|\s+(?!\s)/.source+"|"+t.source+")*?"+/(?:;|(?=\s*\{))/.source),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:/[(){};:,]/},n.languages.css.atrule.inside.rest=n.languages.css,(r=n.languages.markup)&&(r.tag.addInlined("style","css"),r.tag.addAttribute("style","css")),n.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:/[{}[\];(),.:]/},n.languages.javascript=n.languages.extend("clike",{"class-name":[n.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}|\?\?=?|\?\.?|[~:]/}),n.languages.javascript["class-name"][0].pattern=/(\b(?:class|extends|implements|instanceof|interface|new)\s+)[\w.\\]+/,n.languages.insertBefore("javascript","keyword",{regex:{pattern:RegExp(/((?:^|[^$\w\xA0-\uFFFF."'\])\s]|\b(?:return|yield))\s*)/.source+/\//.source+"(?:"+/(?:\[(?:[^\]\\\r\n]|\\.)*\]|\\.|[^/\\\[\r\n])+\/[dgimyus]{0,7}/.source+"|"+/(?:\[(?:[^[\]\\\r\n]|\\.|\[(?:[^[\]\\\r\n]|\\.|\[(?:[^[\]\\\r\n]|\\.)*\])*\])*\]|\\.|[^/\\\[\r\n])+\/[dgimyus]{0,7}v[dgimyus]{0,7}/.source+")"+/(?=(?:\s|\/\*(?:[^*]|\*(?!\/))*\*\/)*(?:$|[\r\n,.;:})\]]|\/\/))/.source),lookbehind:!0,greedy:!0,inside:{"regex-source":{pattern:/^(\/)[\s\S]+(?=\/[a-z]*$)/,lookbehind:!0,alias:"language-regex",inside:n.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:n.languages.javascript},{pattern:/(^|[^$\w\xA0-\uFFFF])(?!\s)[_$a-z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*(?=\s*=>)/i,lookbehind:!0,inside:n.languages.javascript},{pattern:/(\(\s*)(?!\s)(?:[^()\s]|\s+(?![\s)])|\([^()]*\))+(?=\s*\)\s*=>)/,lookbehind:!0,inside:n.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:n.languages.javascript}],constant:/\b[A-Z](?:[A-Z_]|\dx?)*\b/}),n.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:n.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"}}),n.languages.insertBefore("javascript","operator",{"literal-property":{pattern:/((?:^|[,{])[ \t]*)(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*(?=\s*:)/m,lookbehind:!0,alias:"property"}}),n.languages.markup&&(n.languages.markup.tag.addInlined("script","javascript"),n.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")),n.languages.js=n.languages.javascript,function(){if(void 0!==n&&"u">typeof document){Element.prototype.matches||(Element.prototype.matches=Element.prototype.msMatchesSelector||Element.prototype.webkitMatchesSelector);var e={js:"javascript",py:"python",rb:"ruby",ps1:"powershell",psm1:"powershell",sh:"bash",bat:"batch",h:"c",tex:"latex"},t="data-src-status",r="loading",o="loaded",i="pre[data-src]:not(["+t+'="'+o+'"]):not(['+t+'="'+r+'"])';n.hooks.add("before-highlightall",function(e){e.selector+=", "+i}),n.hooks.add("before-sanity-check",function(a){var l=a.element;if(l.matches(i)){a.code="",l.setAttribute(t,r);var s,c,u,d,f=l.appendChild(document.createElement("CODE"));f.textContent="Loading…";var p=l.getAttribute("data-src"),b=a.language;if("none"===b){var g=(/\.(\w+)$/.exec(p)||[,"none"])[1];b=e[g]||g}n.util.setLanguage(f,b),n.util.setLanguage(l,b);var h=n.plugins.autoloader;h&&h.loadLanguages(b),s=p,c=function(e){l.setAttribute(t,o);var r=function(e){var t=/^\s*(\d+)\s*(?:(,)\s*(?:(\d+)\s*)?)?$/.exec(e||"");if(t){var r=Number(t[1]),n=t[2],o=t[3];return n?o?[r,Number(o)]:[r,void 0]:[r,r]}}(l.getAttribute("data-range"));if(r){var i=e.split(/\r\n?|\n/g),a=r[0],s=null==r[1]?i.length:r[1];a<0&&(a+=i.length),a=Math.max(0,Math.min(a-1,i.length)),s<0&&(s+=i.length),s=Math.max(0,Math.min(s,i.length)),e=i.slice(a,s).join(`
|
|
1
|
+
!function(e,t){"object"==typeof exports&&"object"==typeof module?module.exports=t():"function"==typeof define&&define.amd?define("NekoUI",[],t):"object"==typeof exports?exports.NekoUI=t():e.NekoUI=t()}(self,()=>(()=>{var e={889(e,t,r){"use strict";r.r(t),r.d(t,{default:()=>i});var n=r(904),o=r.n(n);r(22),r(191),r(832),r(479),r(561),r(608),r(386),r(515),r(874),r(759),r(942),r(601),r(656),r(101),r(398),r(70),r(921),r(100),r(931),r(299),r(153);let i=o()},21(e){e.exports=function(){"use strict";var e="millisecond",t="second",r="minute",n="hour",o="week",i="month",a="quarter",l="year",s="date",c="Invalid Date",u=/^(\d{4})[-/]?(\d{1,2})?[-/]?(\d{0,2})[Tt\s]*(\d{1,2})?:?(\d{1,2})?:?(\d{1,2})?[.:]?(\d+)?$/,d=/\[([^\]]+)]|Y{1,4}|M{1,4}|D{1,2}|d{1,4}|H{1,2}|h{1,2}|a|A|m{1,2}|s{1,2}|Z{1,2}|SSS/g,f=function(e,t,r){var n=String(e);return!n||n.length>=t?e:""+Array(t+1-n.length).join(r)+e},p="en",b={};b[p]={name:"en",weekdays:"Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),months:"January_February_March_April_May_June_July_August_September_October_November_December".split("_"),ordinal:function(e){var t=["th","st","nd","rd"],r=e%100;return"["+e+(t[(r-20)%10]||t[r]||t[0])+"]"}};var g="$isDayjsObject",h=function(e){return e instanceof x||!(!e||!e[g])},v=function e(t,r,n){var o;if(!t)return p;if("string"==typeof t){var i=t.toLowerCase();b[i]&&(o=i),r&&(b[i]=r,o=i);var a=t.split("-");if(!o&&a.length>1)return e(a[0])}else{var l=t.name;b[l]=t,o=l}return!n&&o&&(p=o),o||!n&&p},m=function(e,t){if(h(e))return e.clone();var r="object"==typeof t?t:{};return r.date=e,r.args=arguments,new x(r)},y={s:f,z:function(e){var t=-e.utcOffset(),r=Math.abs(t);return(t<=0?"+":"-")+f(Math.floor(r/60),2,"0")+":"+f(r%60,2,"0")},m:function e(t,r){if(t.date()<r.date())return-e(r,t);var n=12*(r.year()-t.year())+(r.month()-t.month()),o=t.clone().add(n,i),a=r-o<0,l=t.clone().add(n+(a?-1:1),i);return+(-(n+(r-o)/(a?o-l:l-o))||0)},a:function(e){return e<0?Math.ceil(e)||0:Math.floor(e)},p:function(c){return({M:i,y:l,w:o,d:"day",D:s,h:n,m:r,s:t,ms:e,Q:a})[c]||String(c||"").toLowerCase().replace(/s$/,"")},u:function(e){return void 0===e}};y.l=v,y.i=h,y.w=function(e,t){return m(e,{locale:t.$L,utc:t.$u,x:t.$x,$offset:t.$offset})};var x=function(){function f(e){this.$L=v(e.locale,null,!0),this.parse(e),this.$x=this.$x||e.x||{},this[g]=!0}var p=f.prototype;return p.parse=function(e){this.$d=function(e){var t=e.date,r=e.utc;if(null===t)return new Date(NaN);if(y.u(t))return new Date;if(t instanceof Date)return new Date(t);if("string"==typeof t&&!/Z$/i.test(t)){var n=t.match(u);if(n){var o=n[2]-1||0,i=(n[7]||"0").substring(0,3);return r?new Date(Date.UTC(n[1],o,n[3]||1,n[4]||0,n[5]||0,n[6]||0,i)):new Date(n[1],o,n[3]||1,n[4]||0,n[5]||0,n[6]||0,i)}}return new Date(t)}(e),this.init()},p.init=function(){var e=this.$d;this.$y=e.getFullYear(),this.$M=e.getMonth(),this.$D=e.getDate(),this.$W=e.getDay(),this.$H=e.getHours(),this.$m=e.getMinutes(),this.$s=e.getSeconds(),this.$ms=e.getMilliseconds()},p.$utils=function(){return y},p.isValid=function(){return this.$d.toString()!==c},p.isSame=function(e,t){var r=m(e);return this.startOf(t)<=r&&r<=this.endOf(t)},p.isAfter=function(e,t){return m(e)<this.startOf(t)},p.isBefore=function(e,t){return this.endOf(t)<m(e)},p.$g=function(e,t,r){return y.u(e)?this[t]:this.set(r,e)},p.unix=function(){return Math.floor(this.valueOf()/1e3)},p.valueOf=function(){return this.$d.getTime()},p.startOf=function(e,a){var c=this,u=!!y.u(a)||a,d=y.p(e),f=function(e,t){var r=y.w(c.$u?Date.UTC(c.$y,t,e):new Date(c.$y,t,e),c);return u?r:r.endOf("day")},p=function(e,t){return y.w(c.toDate()[e].apply(c.toDate("s"),(u?[0,0,0,0]:[23,59,59,999]).slice(t)),c)},b=this.$W,g=this.$M,h=this.$D,v="set"+(this.$u?"UTC":"");switch(d){case l:return u?f(1,0):f(31,11);case i:return u?f(1,g):f(0,g+1);case o:var m=this.$locale().weekStart||0,x=(b<m?b+7:b)-m;return f(u?h-x:h+(6-x),g);case"day":case s:return p(v+"Hours",0);case n:return p(v+"Minutes",1);case r:return p(v+"Seconds",2);case t:return p(v+"Milliseconds",3);default:return this.clone()}},p.endOf=function(e){return this.startOf(e,!1)},p.$set=function(o,a){var c,u=y.p(o),d="set"+(this.$u?"UTC":""),f=((c={}).day=d+"Date",c[s]=d+"Date",c[i]=d+"Month",c[l]=d+"FullYear",c[n]=d+"Hours",c[r]=d+"Minutes",c[t]=d+"Seconds",c[e]=d+"Milliseconds",c)[u],p="day"===u?this.$D+(a-this.$W):a;if(u===i||u===l){var b=this.clone().set(s,1);b.$d[f](p),b.init(),this.$d=b.set(s,Math.min(this.$D,b.daysInMonth())).$d}else f&&this.$d[f](p);return this.init(),this},p.set=function(e,t){return this.clone().$set(e,t)},p.get=function(e){return this[y.p(e)]()},p.add=function(e,a){var s,c=this;e=Number(e);var u=y.p(a),d=function(t){var r=m(c);return y.w(r.date(r.date()+Math.round(t*e)),c)};if(u===i)return this.set(i,this.$M+e);if(u===l)return this.set(l,this.$y+e);if("day"===u)return d(1);if(u===o)return d(7);var f=((s={})[r]=6e4,s[n]=36e5,s[t]=1e3,s)[u]||1,p=this.$d.getTime()+e*f;return y.w(p,this)},p.subtract=function(e,t){return this.add(-1*e,t)},p.format=function(e){var t=this,r=this.$locale();if(!this.isValid())return r.invalidDate||c;var n=e||"YYYY-MM-DDTHH:mm:ssZ",o=y.z(this),i=this.$H,a=this.$m,l=this.$M,s=r.weekdays,u=r.months,f=r.meridiem,p=function(e,r,o,i){return e&&(e[r]||e(t,n))||o[r].slice(0,i)},b=function(e){return y.s(i%12||12,e,"0")},g=f||function(e,t,r){var n=e<12?"AM":"PM";return r?n.toLowerCase():n};return n.replace(d,function(e,n){return n||function(e){switch(e){case"YY":return String(t.$y).slice(-2);case"YYYY":return y.s(t.$y,4,"0");case"M":return l+1;case"MM":return y.s(l+1,2,"0");case"MMM":return p(r.monthsShort,l,u,3);case"MMMM":return p(u,l);case"D":return t.$D;case"DD":return y.s(t.$D,2,"0");case"d":return String(t.$W);case"dd":return p(r.weekdaysMin,t.$W,s,2);case"ddd":return p(r.weekdaysShort,t.$W,s,3);case"dddd":return s[t.$W];case"H":return String(i);case"HH":return y.s(i,2,"0");case"h":return b(1);case"hh":return b(2);case"a":return g(i,a,!0);case"A":return g(i,a,!1);case"m":return String(a);case"mm":return y.s(a,2,"0");case"s":return String(t.$s);case"ss":return y.s(t.$s,2,"0");case"SSS":return y.s(t.$ms,3,"0");case"Z":return o}return null}(e)||o.replace(":","")})},p.utcOffset=function(){return-(15*Math.round(this.$d.getTimezoneOffset()/15))},p.diff=function(e,s,c){var u,d=this,f=y.p(s),p=m(e),b=(p.utcOffset()-this.utcOffset())*6e4,g=this-p,h=function(){return y.m(d,p)};switch(f){case l:u=h()/12;break;case i:u=h();break;case a:u=h()/3;break;case o:u=(g-b)/6048e5;break;case"day":u=(g-b)/864e5;break;case n:u=g/36e5;break;case r:u=g/6e4;break;case t:u=g/1e3;break;default:u=g}return c?u:y.a(u)},p.daysInMonth=function(){return this.endOf(i).$D},p.$locale=function(){return b[this.$L]},p.locale=function(e,t){if(!e)return this.$L;var r=this.clone(),n=v(e,t,!0);return n&&(r.$L=n),r},p.clone=function(){return y.w(this.$d,this)},p.toDate=function(){return new Date(this.valueOf())},p.toJSON=function(){return this.isValid()?this.toISOString():null},p.toISOString=function(){return this.$d.toISOString()},p.toString=function(){return this.$d.toUTCString()},f}(),w=x.prototype;return m.prototype=w,[["$ms",e],["$s",t],["$m",r],["$H",n],["$W","day"],["$M",i],["$y",l],["$D",s]].forEach(function(e){w[e[1]]=function(t){return this.$g(t,e[0],e[1])}}),m.extend=function(e,t){return e.$i||(e(t,x,m),e.$i=!0),m},m.locale=v,m.isDayjs=h,m.unix=function(e){return m(1e3*e)},m.en=b[p],m.Ls=b,m.p={},m}()},453(e,t,r){e.exports=function(e){"use strict";var t={name:"zh-cn",weekdays:"星期日_星期一_星期二_星期三_星期四_星期五_星期六".split("_"),weekdaysShort:"周日_周一_周二_周三_周四_周五_周六".split("_"),weekdaysMin:"日_一_二_三_四_五_六".split("_"),months:"一月_二月_三月_四月_五月_六月_七月_八月_九月_十月_十一月_十二月".split("_"),monthsShort:"1月_2月_3月_4月_5月_6月_7月_8月_9月_10月_11月_12月".split("_"),ordinal:function(e,t){return"W"===t?e+"周":e+"日"},weekStart:1,yearStart:4,formats:{LT:"HH:mm",LTS:"HH:mm:ss",L:"YYYY/MM/DD",LL:"YYYY年M月D日",LLL:"YYYY年M月D日Ah点mm分",LLLL:"YYYY年M月D日ddddAh点mm分",l:"YYYY/M/D",ll:"YYYY年M月D日",lll:"YYYY年M月D日 HH:mm",llll:"YYYY年M月D日dddd HH:mm"},relativeTime:{future:"%s内",past:"%s前",s:"几秒",m:"1 分钟",mm:"%d 分钟",h:"1 小时",hh:"%d 小时",d:"1 天",dd:"%d 天",M:"1 个月",MM:"%d 个月",y:"1 年",yy:"%d 年"},meridiem:function(e,t){var r=100*e+t;return r<600?"凌晨":r<900?"早上":r<1100?"上午":r<1300?"中午":r<1800?"下午":"晚上"}};return(e&&"object"==typeof e&&"default"in e?e:{default:e}).default.locale(t,null,!0),t}(r(21))},12(e){e.exports=function(e,t,r){var n=t.prototype,o=function(e){return e&&(e.indexOf?e:e.s)},i=function(e,t,r,n,i){var a=e.name?e:e.$locale(),l=o(a[t]),s=o(a[r]),c=l||s.map(function(e){return e.slice(0,n)});if(!i)return c;var u=a.weekStart;return c.map(function(e,t){return c[(t+(u||0))%7]})},a=function(){return r.Ls[r.locale()]},l=function(e,t){return e.formats[t]||e.formats[t.toUpperCase()].replace(/(\[[^\]]+])|(MMMM|MM|DD|dddd)/g,function(e,t,r){return t||r.slice(1)})},s=function(){var e=this;return{months:function(t){return t?t.format("MMMM"):i(e,"months")},monthsShort:function(t){return t?t.format("MMM"):i(e,"monthsShort","months",3)},firstDayOfWeek:function(){return e.$locale().weekStart||0},weekdays:function(t){return t?t.format("dddd"):i(e,"weekdays")},weekdaysMin:function(t){return t?t.format("dd"):i(e,"weekdaysMin","weekdays",2)},weekdaysShort:function(t){return t?t.format("ddd"):i(e,"weekdaysShort","weekdays",3)},longDateFormat:function(t){return l(e.$locale(),t)},meridiem:this.$locale().meridiem,ordinal:this.$locale().ordinal}};n.localeData=function(){return s.bind(this)()},r.localeData=function(){var e=a();return{firstDayOfWeek:function(){return e.weekStart||0},weekdays:function(){return r.weekdays()},weekdaysShort:function(){return r.weekdaysShort()},weekdaysMin:function(){return r.weekdaysMin()},months:function(){return r.months()},monthsShort:function(){return r.monthsShort()},longDateFormat:function(t){return l(e,t)},meridiem:e.meridiem,ordinal:e.ordinal}},r.months=function(){return i(a(),"months")},r.monthsShort=function(){return i(a(),"monthsShort","months",3)},r.weekdays=function(e){return i(a(),"weekdays",null,null,e)},r.weekdaysShort=function(e){return i(a(),"weekdaysShort","weekdays",3,e)},r.weekdaysMin=function(e){return i(a(),"weekdaysMin","weekdays",2,e)}}},22(){!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",r={pattern:/(^(["']?)\w+\2)[ \t]+\S.*/,lookbehind:!0,alias:"punctuation",inside:null},n={bash:r,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+(?:\.\w+)*(?=\+?=)/,inside:{environment:{pattern:RegExp("(^|[\\s;|&]|[<>]\\()"+t),lookbehind:!0,alias:"constant"}},alias:"variable",lookbehind:!0},parameter:{pattern:/(^|\s)-{1,2}(?:\w+:[+-]?)?\w+(?:\.\w+)*(?=[=\s]|$)/,alias:"variable",lookbehind:!0},string:[{pattern:/((?:^|[^<])<<-?\s*)(\w+)\s[\s\S]*?(?:\r?\n|\r)\2/,lookbehind:!0,greedy:!0,inside:n},{pattern:/((?:^|[^<])<<-?\s*)(["'])(\w+)\2\s[\s\S]*?(?:\r?\n|\r)\3/,lookbehind:!0,greedy:!0,inside:{bash:r}},{pattern:/(^|[^\\](?:\\\\)*)"(?:\\[\s\S]|\$\([^)]+\)|\$(?!\()|`[^`]+`|[^"\\`$])*"/,lookbehind:!0,greedy:!0,inside:n},{pattern:/(^|[^$\\])'[^']*'/,lookbehind:!0,greedy:!0},{pattern:/\$'(?:[^'\\]|\\[\s\S])*'/,greedy:!0,inside:{entity:n.entity}}],environment:{pattern:RegExp("\\$?"+t),alias:"constant"},variable:n.variable,function:{pattern:/(^|[\s;|&]|[<>]\()(?:add|apropos|apt|apt-cache|apt-get|aptitude|aspell|automysqlbackup|awk|basename|bash|bc|bconsole|bg|bzip2|cal|cargo|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|java|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|sysctl|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}},r.inside=e.languages.bash;for(var o=["comment","function-name","for-or-select","assign-left","parameter","string","environment","function","keyword","builtin","boolean","file-descriptor","operator","punctuation","number"],i=n.variable[1].inside,a=0;a<o.length;a++)i[o[a]]=e.languages.bash[o[a]];e.languages.sh=e.languages.bash,e.languages.shell=e.languages.bash}(Prism)},191(){Prism.languages.c=Prism.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|[?:~]|[-+*/%&|^!=<>]=?/}),Prism.languages.insertBefore("c","string",{char:{pattern:/'(?:\\(?:\r\n|[\s\S])|[^'\\\r\n]){0,32}'/,greedy:!0}}),Prism.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},Prism.languages.c.string],char:Prism.languages.c.char,comment:Prism.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:Prism.languages.c}}}}),Prism.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 Prism.languages.c.boolean},832(){Prism.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:/[{}[\];(),.:]/}},479(){var e,t,r;e=Prism,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/,r=/\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 r})+")"),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"])},561(){var e,t,r;t=/(?:"(?:\\(?:\r\n|[\s\S])|[^"\\\r\n])*"|'(?:\\(?:\r\n|[\s\S])|[^'\\\r\n])*')/,(e=Prism).languages.css={comment:/\/\*[\s\S]*?\*\//,atrule:{pattern:RegExp("@[\\w-](?:"+/[^;{\s"']|\s+(?!\s)/.source+"|"+t.source+")*?"+/(?:;|(?=\s*\{))/.source),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,(r=e.languages.markup)&&(r.tag.addInlined("style","css"),r.tag.addAttribute("style","css"))},608(){!function(e){var t=/\\[\r\n](?:\s|\\[\r\n]|#.*(?!.))*(?![\s#]|\\[\r\n])/.source,r=/(?:[ \t]+(?![ \t])(?:<SP_BS>)?|<SP_BS>)/.source.replace(/<SP_BS>/g,function(){return t}),n=/"(?:[^"\\\r\n]|\\(?:\r\n|[\s\S]))*"|'(?:[^'\\\r\n]|\\(?:\r\n|[\s\S]))*'/.source,o=/--[\w-]+=(?:<STR>|(?!["'])(?:[^\s\\]|\\.)+)/.source.replace(/<STR>/g,function(){return n}),i={pattern:RegExp(n),greedy:!0},a={pattern:/(^[ \t]*)#.*/m,lookbehind:!0,greedy:!0};function l(e,t){return RegExp(e=e.replace(/<OPT>/g,function(){return o}).replace(/<SP>/g,function(){return r}),t)}e.languages.docker={instruction:{pattern:/(^[ \t]*)(?:ADD|ARG|CMD|COPY|ENTRYPOINT|ENV|EXPOSE|FROM|HEALTHCHECK|LABEL|MAINTAINER|ONBUILD|RUN|SHELL|STOPSIGNAL|USER|VOLUME|WORKDIR)(?=\s)(?:\\.|[^\r\n\\])*(?:\\$(?:\s|#.*$)*(?![\s#])(?:\\.|[^\r\n\\])*)*/im,lookbehind:!0,greedy:!0,inside:{options:{pattern:l(/(^(?:ONBUILD<SP>)?\w+<SP>)<OPT>(?:<SP><OPT>)*/.source,"i"),lookbehind:!0,greedy:!0,inside:{property:{pattern:/(^|\s)--[\w-]+/,lookbehind:!0},string:[i,{pattern:/(=)(?!["'])(?:[^\s\\]|\\.)+/,lookbehind:!0}],operator:/\\$/m,punctuation:/=/}},keyword:[{pattern:l(/(^(?:ONBUILD<SP>)?HEALTHCHECK<SP>(?:<OPT><SP>)*)(?:CMD|NONE)\b/.source,"i"),lookbehind:!0,greedy:!0},{pattern:l(/(^(?:ONBUILD<SP>)?FROM<SP>(?:<OPT><SP>)*(?!--)[^ \t\\]+<SP>)AS/.source,"i"),lookbehind:!0,greedy:!0},{pattern:l(/(^ONBUILD<SP>)\w+/.source,"i"),lookbehind:!0,greedy:!0},{pattern:/^\w+/,greedy:!0}],comment:a,string:i,variable:/\$(?:\w+|\{[^{}"'\\]*\})/,operator:/\\$/m}},comment:a},e.languages.dockerfile=e.languages.docker}(Prism)},386(){Prism.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}},515(){Prism.languages.javascript=Prism.languages.extend("clike",{"class-name":[Prism.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}|\?\?=?|\?\.?|[~:]/}),Prism.languages.javascript["class-name"][0].pattern=/(\b(?:class|extends|implements|instanceof|interface|new)\s+)[\w.\\]+/,Prism.languages.insertBefore("javascript","keyword",{regex:{pattern:RegExp(/((?:^|[^$\w\xA0-\uFFFF."'\])\s]|\b(?:return|yield))\s*)/.source+/\//.source+"(?:"+/(?:\[(?:[^\]\\\r\n]|\\.)*\]|\\.|[^/\\\[\r\n])+\/[dgimyus]{0,7}/.source+"|"+/(?:\[(?:[^[\]\\\r\n]|\\.|\[(?:[^[\]\\\r\n]|\\.|\[(?:[^[\]\\\r\n]|\\.)*\])*\])*\]|\\.|[^/\\\[\r\n])+\/[dgimyus]{0,7}v[dgimyus]{0,7}/.source+")"+/(?=(?:\s|\/\*(?:[^*]|\*(?!\/))*\*\/)*(?:$|[\r\n,.;:})\]]|\/\/))/.source),lookbehind:!0,greedy:!0,inside:{"regex-source":{pattern:/^(\/)[\s\S]+(?=\/[a-z]*$)/,lookbehind:!0,alias:"language-regex",inside:Prism.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:Prism.languages.javascript},{pattern:/(^|[^$\w\xA0-\uFFFF])(?!\s)[_$a-z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*(?=\s*=>)/i,lookbehind:!0,inside:Prism.languages.javascript},{pattern:/(\(\s*)(?!\s)(?:[^()\s]|\s+(?![\s)])|\([^()]*\))+(?=\s*\)\s*=>)/,lookbehind:!0,inside:Prism.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:Prism.languages.javascript}],constant:/\b[A-Z](?:[A-Z_]|\dx?)*\b/}),Prism.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:Prism.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"}}),Prism.languages.insertBefore("javascript","operator",{"literal-property":{pattern:/((?:^|[,{])[ \t]*)(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*(?=\s*:)/m,lookbehind:!0,alias:"property"}}),Prism.languages.markup&&(Prism.languages.markup.tag.addInlined("script","javascript"),Prism.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")),Prism.languages.js=Prism.languages.javascript},874(){Prism.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"}},Prism.languages.webmanifest=Prism.languages.json},759(){!function(e){var t=e.util.clone(e.languages.javascript),r=/(?:\s|\/\/.*(?!.)|\/\*(?:[^*]|\*(?!\/))\*\/)/.source,n=/(?:\{(?:\{(?:\{[^{}]*\}|[^{}])*\}|[^{}])*\})/.source,o=/(?:\{<S>*\.{3}(?:[^{}]|<BRACES>)*\})/.source;function i(e,t){return RegExp(e=e.replace(/<S>/g,function(){return r}).replace(/<BRACES>/g,function(){return n}).replace(/<SPREAD>/g,function(){return o}),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(""):""},l=function(t){for(var r=[],n=0;n<t.length;n++){var o=t[n],i=!1;if("string"!=typeof o&&("tag"===o.type&&o.content[0]&&"tag"===o.content[0].type?"</"===o.content[0].content[0].content?r.length>0&&r[r.length-1].tagName===a(o.content[0].content[1])&&r.pop():"/>"===o.content[o.content.length-1].content||r.push({tagName:a(o.content[0].content[1]),openedBraces:0}):r.length>0&&"punctuation"===o.type&&"{"===o.content?r[r.length-1].openedBraces++:r.length>0&&r[r.length-1].openedBraces>0&&"punctuation"===o.type&&"}"===o.content?r[r.length-1].openedBraces--:i=!0),(i||"string"==typeof o)&&r.length>0&&0===r[r.length-1].openedBraces){var s=a(o);n<t.length-1&&("string"==typeof t[n+1]||"plain-text"===t[n+1].type)&&(s+=a(t[n+1]),t.splice(n+1,1)),n>0&&("string"==typeof t[n-1]||"plain-text"===t[n-1].type)&&(s=a(t[n-1])+s,t.splice(n-1,1),n--),t[n]=new e.Token("plain-text",s,null,s)}o.content&&"string"!=typeof o.content&&l(o.content)}};e.hooks.add("after-tokenize",function(e){("jsx"===e.language||"tsx"===e.language)&&l(e.tokens)})}(Prism)},601(){Prism.languages.less=Prism.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:/[+\-*\/]/}),Prism.languages.insertBefore("less","property",{variable:[{pattern:/@[\w-]+\s*:/,inside:{punctuation:/:/}},/@@?[\w-]+/],"mixin-usage":{pattern:/([{;]\s*)[.#](?!\d)[\w-].*?(?=[(;])/,lookbehind:!0,alias:"function"}})},656(){Prism.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"},{pattern:/^(\s*)["']|["']$/,lookbehind:!0}]}},punctuation:/\/?>/,"attr-name":{pattern:/[^\s>\/]+/,inside:{namespace:/^[^\s>\/:]+:/}}}},entity:[{pattern:/&[\da-z]{1,8};/i,alias:"named-entity"},/&#x?[\da-f]{1,8};/i]},Prism.languages.markup.tag.inside["attr-value"].inside.entity=Prism.languages.markup.entity,Prism.languages.markup.doctype.inside["internal-subset"].inside=Prism.languages.markup,Prism.hooks.add("wrap",function(e){"entity"===e.type&&(e.attributes.title=e.content.replace(/&/,"&"))}),Object.defineProperty(Prism.languages.markup.tag,"addInlined",{value:function(e,t){var r={};r["language-"+t]={pattern:/(^<!\[CDATA\[)[\s\S]+?(?=\]\]>$)/i,lookbehind:!0,inside:Prism.languages[t]},r.cdata=/^<!\[CDATA\[|\]\]>$/i;var n={"included-cdata":{pattern:/<!\[CDATA\[[\s\S]*?\]\]>/i,inside:r}};n["language-"+t]={pattern:/[\s\S]+/,inside:Prism.languages[t]};var o={};o[e]={pattern:RegExp(/(<__[^>]*>)(?:<!\[CDATA\[(?:[^\]]|\](?!\]>))*\]\]>|(?!<!\[CDATA\[)[\s\S])*?(?=<\/__>)/.source.replace(/__/g,function(){return e}),"i"),lookbehind:!0,greedy:!0,inside:n},Prism.languages.insertBefore("markup","cdata",o)}}),Object.defineProperty(Prism.languages.markup.tag,"addAttribute",{value:function(e,t){Prism.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:Prism.languages[t]},punctuation:[{pattern:/^=/,alias:"attr-equals"},/"|'/]}}}})}}),Prism.languages.html=Prism.languages.markup,Prism.languages.mathml=Prism.languages.markup,Prism.languages.svg=Prism.languages.markup,Prism.languages.xml=Prism.languages.extend("markup",{}),Prism.languages.ssml=Prism.languages.xml,Prism.languages.atom=Prism.languages.xml,Prism.languages.rss=Prism.languages.xml},153(){Prism.languages.matlab={comment:[/%\{[\s\S]*?\}%/,/%.+/],string:{pattern:/\B'(?:''|[^'\r\n])*'/,greedy:!0},number:/(?:\b\d+(?:\.\d*)?|\B\.\d+)(?:[eE][+-]?\d+)?(?:[ij])?|\b[ij]\b/,keyword:/\b(?:NaN|break|case|catch|continue|else|elseif|end|for|function|if|inf|otherwise|parfor|pause|pi|return|switch|try|while)\b/,function:/\b(?!\d)\w+(?=\s*\()/,operator:/\.?[*^\/\\']|[+\-:@]|[<>=~]=?|&&?|\|\|?/,punctuation:/\.{3}|[.,;\[\](){}!]/}},101(){var e,t,r,n,o,i;e=Prism,t={pattern:/\\[\\(){}[\]^$+*?|.]/,alias:"escape"},o=RegExp((n="(?:[^\\\\-]|"+(r=/\\(?:x[\da-fA-F]{2}|u[\da-fA-F]{4}|u\{[\da-fA-F]+\}|0[0-7]{0,2}|[123][0-7]{2}|c[a-zA-Z]|.)/).source+")")+"-"+n),i={pattern:/(<|')[^<>']+(?=[>']$)/,lookbehind:!0,alias:"variable"},e.languages.regex={"char-class":{pattern:/((?:^|[^\\])(?:\\\\)*)\[(?:[^\\\]]|\\[\s\S])*\]/,lookbehind:!0,inside:{"char-class-negation":{pattern:/(^\[)\^/,lookbehind:!0,alias:"operator"},"char-class-punctuation":{pattern:/^\[|\]$/,alias:"punctuation"},range:{pattern:o,inside:{escape:r,"range-punctuation":{pattern:/-/,alias:"operator"}}},"special-escape":t,"char-set":{pattern:/\\[wsd]|\\p\{[^{}]+\}/i,alias:"class-name"},escape:r}},"special-escape":t,"char-set":{pattern:/\.|\\[wsd]|\\p\{[^{}]+\}/i,alias:"class-name"},backreference:[{pattern:/\\(?![123][0-7]{2})[1-9]/,alias:"keyword"},{pattern:/\\k<[^<>']+>/,alias:"keyword",inside:{"group-name":i}}],anchor:{pattern:/[$^]|\\[ABbGZz]/,alias:"function"},escape:r,group:[{pattern:/\((?:\?(?:<[^<>']+>|'[^<>']+'|[>:]|<?[=!]|[idmnsuxU]+(?:-[idmnsuxU]+)?:?))?/,alias:"punctuation",inside:{"group-name":i}},{pattern:/\)/,alias:"punctuation"}],quantifier:{pattern:/(?:[+*?]|\{\d+(?:,\d*)?\})[?+]?/,alias:"number"},alternation:{pattern:/\|/,alias:"keyword"}}},398(){for(var e=Prism,t=/\/\*(?:[^*/]|\*(?!\/)|\/(?!\*)|<self>)*\*\//.source,r=0;r<2;r++)t=t.replace(/<self>/g,function(){return t});t=t.replace(/<self>/g,function(){return/[^\s\S]/.source}),e.languages.rust={comment:[{pattern:RegExp(/(^|[^\\])/.source+t),lookbehind:!0,greedy:!0},{pattern:/(^|[^\\:])\/\/.*/,lookbehind:!0,greedy:!0}],string:{pattern:/b?"(?:\\[\s\S]|[^\\"])*"|b?r(#*)"(?:[^"]|"(?!\1))*"\1/,greedy:!0},char:{pattern:/b?'(?:\\(?:x[0-7][\da-fA-F]|u\{(?:[\da-fA-F]_*){1,6}\}|.)|[^\\\r\n\t'])'/,greedy:!0},attribute:{pattern:/#!?\[(?:[^\[\]"]|"(?:\\[\s\S]|[^\\"])*")*\]/,greedy:!0,alias:"attr-name",inside:{string:null}},"closure-params":{pattern:/([=(,:]\s*|\bmove\s*)\|[^|]*\||\|[^|]*\|(?=\s*(?:\{|->))/,lookbehind:!0,greedy:!0,inside:{"closure-punctuation":{pattern:/^\||\|$/,alias:"punctuation"},rest:null}},"lifetime-annotation":{pattern:/'\w+/,alias:"symbol"},"fragment-specifier":{pattern:/(\$\w+:)[a-z]+/,lookbehind:!0,alias:"punctuation"},variable:/\$\w+/,"function-definition":{pattern:/(\bfn\s+)\w+/,lookbehind:!0,alias:"function"},"type-definition":{pattern:/(\b(?:enum|struct|trait|type|union)\s+)\w+/,lookbehind:!0,alias:"class-name"},"module-declaration":[{pattern:/(\b(?:crate|mod)\s+)[a-z][a-z_\d]*/,lookbehind:!0,alias:"namespace"},{pattern:/(\b(?:crate|self|super)\s*)::\s*[a-z][a-z_\d]*\b(?:\s*::(?:\s*[a-z][a-z_\d]*\s*::)*)?/,lookbehind:!0,alias:"namespace",inside:{punctuation:/::/}}],keyword:[/\b(?:Self|abstract|as|async|await|become|box|break|const|continue|crate|do|dyn|else|enum|extern|final|fn|for|if|impl|in|let|loop|macro|match|mod|move|mut|override|priv|pub|ref|return|self|static|struct|super|trait|try|type|typeof|union|unsafe|unsized|use|virtual|where|while|yield)\b/,/\b(?:bool|char|f(?:32|64)|[ui](?:8|16|32|64|128|size)|str)\b/],function:/\b[a-z_]\w*(?=\s*(?:::\s*<|\())/,macro:{pattern:/\b\w+!/,alias:"property"},constant:/\b[A-Z_][A-Z_\d]+\b/,"class-name":/\b[A-Z]\w*\b/,namespace:{pattern:/(?:\b[a-z][a-z_\d]*\s*::\s*)*\b[a-z][a-z_\d]*\s*::(?!\s*<)/,inside:{punctuation:/::/}},number:/\b(?:0x[\dA-Fa-f](?:_?[\dA-Fa-f])*|0o[0-7](?:_?[0-7])*|0b[01](?:_?[01])*|(?:(?:\d(?:_?\d)*)?\.)?\d(?:_?\d)*(?:[Ee][+-]?\d+)?)(?:_?(?:f32|f64|[iu](?:8|16|32|64|size)?))?\b/,boolean:/\b(?:false|true)\b/,punctuation:/->|\.\.=|\.{1,3}|::|[{}[\];(),:]/,operator:/[-+*\/%!^]=?|=[=>]?|&[&=]?|\|[|=]?|<<?=?|>>?=?|[@?]/},e.languages.rust["closure-params"].inside.rest=e.languages.rust,e.languages.rust.attribute.inside.string=e.languages.rust.string},70(){Prism.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:/[;[\]()`,.]/}},921(){Prism.languages.swift={comment:{pattern:/(^|[^\\:])(?:\/\/.*|\/\*(?:[^/*]|\/(?!\*)|\*(?!\/)|\/\*(?:[^*]|\*(?!\/))*\*\/)*\*\/)/,lookbehind:!0,greedy:!0},"string-literal":[{pattern:RegExp(/(^|[^"#])/.source+"(?:"+/"(?:\\(?:\((?:[^()]|\([^()]*\))*\)|\r\n|[^(])|[^\\\r\n"])*"/.source+"|"+/"""(?:\\(?:\((?:[^()]|\([^()]*\))*\)|[^(])|[^\\"]|"(?!""))*"""/.source+")"+/(?!["#])/.source),lookbehind:!0,greedy:!0,inside:{interpolation:{pattern:/(\\\()(?:[^()]|\([^()]*\))*(?=\))/,lookbehind:!0,inside:null},"interpolation-punctuation":{pattern:/^\)|\\\($/,alias:"punctuation"},punctuation:/\\(?=[\r\n])/,string:/[\s\S]+/}},{pattern:RegExp(/(^|[^"#])(#+)/.source+"(?:"+/"(?:\\(?:#+\((?:[^()]|\([^()]*\))*\)|\r\n|[^#])|[^\\\r\n])*?"/.source+"|"+/"""(?:\\(?:#+\((?:[^()]|\([^()]*\))*\)|[^#])|[^\\])*?"""/.source+")\\2"),lookbehind:!0,greedy:!0,inside:{interpolation:{pattern:/(\\#+\()(?:[^()]|\([^()]*\))*(?=\))/,lookbehind:!0,inside:null},"interpolation-punctuation":{pattern:/^\)|\\#+\($/,alias:"punctuation"},string:/[\s\S]+/}}],directive:{pattern:RegExp(/#/.source+"(?:"+(/(?:elseif|if)\b/.source+"(?:[ ]*")+/(?:![ \t]*)?(?:\b\w+\b(?:[ \t]*\((?:[^()]|\([^()]*\))*\))?|\((?:[^()]|\([^()]*\))*\))(?:[ \t]*(?:&&|\|\|))?/.source+")+|"+/(?:else|endif)\b/.source+")"),alias:"property",inside:{"directive-name":/^#\w+/,boolean:/\b(?:false|true)\b/,number:/\b\d+(?:\.\d+)*\b/,operator:/!|&&|\|\||[<>]=?/,punctuation:/[(),]/}},literal:{pattern:/#(?:colorLiteral|column|dsohandle|file(?:ID|Literal|Path)?|function|imageLiteral|line)\b/,alias:"constant"},"other-directive":{pattern:/#\w+\b/,alias:"property"},attribute:{pattern:/@\w+/,alias:"atrule"},"function-definition":{pattern:/(\bfunc\s+)\w+/,lookbehind:!0,alias:"function"},label:{pattern:/\b(break|continue)\s+\w+|\b[a-zA-Z_]\w*(?=\s*:\s*(?:for|repeat|while)\b)/,lookbehind:!0,alias:"important"},keyword:/\b(?:Any|Protocol|Self|Type|actor|as|assignment|associatedtype|associativity|async|await|break|case|catch|class|continue|convenience|default|defer|deinit|didSet|do|dynamic|else|enum|extension|fallthrough|fileprivate|final|for|func|get|guard|higherThan|if|import|in|indirect|infix|init|inout|internal|is|isolated|lazy|left|let|lowerThan|mutating|none|nonisolated|nonmutating|open|operator|optional|override|postfix|precedencegroup|prefix|private|protocol|public|repeat|required|rethrows|return|right|safe|self|set|some|static|struct|subscript|super|switch|throw|throws|try|typealias|unowned|unsafe|var|weak|where|while|willSet)\b/,boolean:/\b(?:false|true)\b/,nil:{pattern:/\bnil\b/,alias:"constant"},"short-argument":/\$\d+\b/,omit:{pattern:/\b_\b/,alias:"keyword"},number:/\b(?:[\d_]+(?:\.[\de_]+)?|0x[a-f0-9_]+(?:\.[a-f0-9p_]+)?|0b[01_]+|0o[0-7_]+)\b/i,"class-name":/\b[A-Z](?:[A-Z_\d]*[a-z]\w*)?\b/,function:/\b[a-z_]\w*(?=\s*\()/i,constant:/\b(?:[A-Z_]{2,}|k[A-Z][A-Za-z_]+)\b/,operator:/[-+*/%=!<>&|^~?]+|\.[.\-+*/%=!<>&|^~?]+/,punctuation:/[{}[\]();,.:\\]/},Prism.languages.swift["string-literal"].forEach(function(e){e.inside.interpolation.inside=Prism.languages.swift})},100(){var e=Prism,t=/(?:[\w-]+|'[^'\n\r]*'|"(?:\\.|[^\\"\r\n])*")/.source;function r(e){return e.replace(/__/g,function(){return t})}e.languages.toml={comment:{pattern:/#.*/,greedy:!0},table:{pattern:RegExp(r(/(^[\t ]*\[\s*(?:\[\s*)?)__(?:\s*\.\s*__)*(?=\s*\])/.source),"m"),lookbehind:!0,greedy:!0,alias:"class-name"},key:{pattern:RegExp(r(/(^[\t ]*|[{,]\s*)__(?:\s*\.\s*__)*(?=\s*=)/.source),"m"),lookbehind:!0,greedy:!0,alias:"property"},string:{pattern:/"""(?:\\[\s\S]|[^\\])*?"""|'''[\s\S]*?'''|'[^'\n\r]*'|"(?:\\.|[^\\"\r\n])*"/,greedy:!0},date:[{pattern:/\b\d{4}-\d{2}-\d{2}(?:[T\s]\d{2}:\d{2}:\d{2}(?:\.\d+)?(?:Z|[+-]\d{2}:\d{2})?)?\b/i,alias:"number"},{pattern:/\b\d{2}:\d{2}:\d{2}(?:\.\d+)?\b/,alias:"number"}],number:/(?:\b0(?:x[\da-zA-Z]+(?:_[\da-zA-Z]+)*|o[0-7]+(?:_[0-7]+)*|b[10]+(?:_[10]+)*))\b|[-+]?\b\d+(?:_\d+)*(?:\.\d+(?:_\d+)*)?(?:[eE][+-]?\d+(?:_\d+)*)?\b|[-+]?\b(?:inf|nan)\b/,boolean:/\b(?:false|true)\b/,punctuation:/[.,=[\]{}]/}},942(){var e,t,r;t=(e=Prism).util.clone(e.languages.typescript),e.languages.tsx=e.languages.extend("jsx",t),delete e.languages.tsx.parameter,delete e.languages.tsx["literal-property"],(r=e.languages.tsx.tag).pattern=RegExp(/(^|[^\w$]|(?=<\/))/.source+"(?:"+r.pattern.source+")",r.pattern.flags),r.lookbehind=!0},931(){var e,t;(e=Prism).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"],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},299(){!function(e){var t=/[*&][^\s[\]{},]+/,r=/!(?:<[\w\-%#;/?:@&=+$,.!~*'()[\]]+>|(?:[a-zA-Z\d-]*!)?[\w\-%#;/?:@&=+$.~*'()]+)?/,n="(?:"+r.source+"(?:[ ]+"+t.source+")?|"+t.source+"(?:[ ]+"+r.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){return t=(t||"").replace(/m/g,"")+"m",RegExp(/([:\-,[{]\s*(?:\s<<prop>>[ \t]+)?)(?:<<value>>)(?=[ \t]*(?:$|,|\]|\}|(?:[\r\n]\s*)?#))/.source.replace(/<<prop>>/g,function(){return n}).replace(/<<value>>/g,function(){return e}),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 n})),lookbehind:!0,alias:"string"},comment:/#.*/,key:{pattern:RegExp(/((?:^|[:\-,[{\r\n?])[ \t]*(?:<<prop>>[ \t]+)?)<<key>>(?=\s*:\s)/.source.replace(/<<prop>>/g,function(){return n}).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:r,important:t,punctuation:/---|[:[\]{}\-,|>?]|\.\.\./},e.languages.yml=e.languages.yaml}(Prism)},904(e){var t,r,n=function(e){var t=/(?:^|\s)lang(?:uage)?-([\w-]+)(?=\s|$)/i,r=0,n={},o={manual:e.Prism&&e.Prism.manual,disableWorkerMessageHandler:e.Prism&&e.Prism.disableWorkerMessageHandler,util:{encode:function e(t){return t instanceof i?new i(t.type,e(t.content),t.alias):Array.isArray(t)?t.map(e):t.replace(/&/g,"&").replace(/</g,"<").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:++r}),e.__id},clone:function e(t,r){var n,i;switch(r=r||{},o.util.type(t)){case"Object":if(r[i=o.util.objId(t)])return r[i];for(var a in n={},r[i]=n,t)t.hasOwnProperty(a)&&(n[a]=e(t[a],r));return n;case"Array":if(r[i=o.util.objId(t)])return r[i];return n=[],r[i]=n,t.forEach(function(t,o){n[o]=e(t,r)}),n;default:return t}},getLanguage:function(e){for(;e;){var r=t.exec(e.className);if(r)return r[1].toLowerCase();e=e.parentElement}return"none"},setLanguage:function(e,r){e.className=e.className.replace(RegExp(t,"gi"),""),e.classList.add("language-"+r)},currentScript:function(){if("u"<typeof document)return null;if(document.currentScript&&"SCRIPT"===document.currentScript.tagName&&1)return document.currentScript;try{throw Error()}catch(n){var e=(/at [^(\r\n]*\((.*):[^:]+:[^:]+\)$/i.exec(n.stack)||[])[1];if(e){var t=document.getElementsByTagName("script");for(var r in t)if(t[r].src==e)return t[r]}return null}},isActive:function(e,t,r){for(var n="no-"+t;e;){var o=e.classList;if(o.contains(t))return!0;if(o.contains(n))return!1;e=e.parentElement}return!!r}},languages:{plain:n,plaintext:n,text:n,txt:n,extend:function(e,t){var r=o.util.clone(o.languages[e]);for(var n in t)r[n]=t[n];return r},insertBefore:function(e,t,r,n){var i=(n=n||o.languages)[e],a={};for(var l in i)if(i.hasOwnProperty(l)){if(l==t)for(var s in r)r.hasOwnProperty(s)&&(a[s]=r[s]);r.hasOwnProperty(l)||(a[l]=i[l])}var c=n[e];return n[e]=a,o.languages.DFS(o.languages,function(t,r){r===c&&t!=e&&(this[t]=a)}),a},DFS:function e(t,r,n,i){i=i||{};var a=o.util.objId;for(var l in t)if(t.hasOwnProperty(l)){r.call(t,l,t[l],n||l);var s=t[l],c=o.util.type(s);"Object"!==c||i[a(s)]?"Array"!==c||i[a(s)]||(i[a(s)]=!0,e(s,r,l,i)):(i[a(s)]=!0,e(s,r,null,i))}}},plugins:{},highlightAll:function(e,t){o.highlightAllUnder(document,e,t)},highlightAllUnder:function(e,t,r){var n={callback:r,container:e,selector:'code[class*="language-"], [class*="language-"] code, code[class*="lang-"], [class*="lang-"] code'};o.hooks.run("before-highlightall",n),n.elements=Array.prototype.slice.apply(n.container.querySelectorAll(n.selector)),o.hooks.run("before-all-elements-highlight",n);for(var i,a=0;i=n.elements[a++];)o.highlightElement(i,!0===t,n.callback)},highlightElement:function(t,r,n){var i=o.util.getLanguage(t),a=o.languages[i];o.util.setLanguage(t,i);var l=t.parentElement;l&&"pre"===l.nodeName.toLowerCase()&&o.util.setLanguage(l,i);var s=t.textContent,c={element:t,language:i,grammar:a,code:s};function u(e){c.highlightedCode=e,o.hooks.run("before-insert",c),c.element.innerHTML=c.highlightedCode,o.hooks.run("after-highlight",c),o.hooks.run("complete",c),n&&n.call(c.element)}if(o.hooks.run("before-sanity-check",c),(l=c.element.parentElement)&&"pre"===l.nodeName.toLowerCase()&&!l.hasAttribute("tabindex")&&l.setAttribute("tabindex","0"),!c.code){o.hooks.run("complete",c),n&&n.call(c.element);return}if(o.hooks.run("before-highlight",c),!c.grammar)return void u(o.util.encode(c.code));if(r&&e.Worker){var d=new Worker(o.filename);d.onmessage=function(e){u(e.data)},d.postMessage(JSON.stringify({language:c.language,code:c.code,immediateClose:!0}))}else u(o.highlight(c.code,c.grammar,c.language))},highlight:function(e,t,r){var n={code:e,grammar:t,language:r};if(o.hooks.run("before-tokenize",n),!n.grammar)throw Error('The language "'+n.language+'" has no grammar.');return n.tokens=o.tokenize(n.code,n.grammar),o.hooks.run("after-tokenize",n),i.stringify(o.util.encode(n.tokens),n.language)},tokenize:function(e,t){var r=t.rest;if(r){for(var n in r)t[n]=r[n];delete t.rest}var c=new l;return s(c,c.head,e),function e(t,r,n,l,c,u){for(var d in n)if(n.hasOwnProperty(d)&&n[d]){var f=n[d];f=Array.isArray(f)?f:[f];for(var p=0;p<f.length;++p){if(u&&u.cause==d+","+p)return;var b=f[p],g=b.inside,h=!!b.lookbehind,v=!!b.greedy,m=b.alias;if(v&&!b.pattern.global){var y=b.pattern.toString().match(/[imsuy]*$/)[0];b.pattern=RegExp(b.pattern.source,y+"g")}for(var x=b.pattern||b,w=l.next,k=c;w!==r.tail&&(!u||!(k>=u.reach));k+=w.value.length,w=w.next){var S,A=w.value;if(r.length>t.length)return;if(!(A instanceof i)){var O=1;if(v){if(!(S=a(x,k,t,h))||S.index>=t.length)break;var C=S.index,E=S.index+S[0].length,z=k;for(z+=w.value.length;C>=z;)z+=(w=w.next).value.length;if(z-=w.value.length,k=z,w.value instanceof i)continue;for(var j=w;j!==r.tail&&(z<E||"string"==typeof j.value);j=j.next)O++,z+=j.value.length;O--,A=t.slice(k,z),S.index-=k}else if(!(S=a(x,0,A,h)))continue;var C=S.index,T=S[0],I=A.slice(0,C),P=A.slice(C+T.length),_=k+A.length;u&&_>u.reach&&(u.reach=_);var $=w.prev;if(I&&($=s(r,$,I),k+=I.length),function(e,t,r){for(var n=t.next,o=0;o<r&&n!==e.tail;o++)n=n.next;t.next=n,n.prev=t,e.length-=o}(r,$,O),w=s(r,$,new i(d,g?o.tokenize(T,g):T,m,T)),P&&s(r,w,P),O>1){var L={cause:d+","+p,reach:_};e(t,r,n,w.prev,k,L),u&&L.reach>u.reach&&(u.reach=L.reach)}}}}}}(e,c,t,c.head,0),function(e){for(var t=[],r=e.head.next;r!==e.tail;)t.push(r.value),r=r.next;return t}(c)},hooks:{all:{},add:function(e,t){var r=o.hooks.all;r[e]=r[e]||[],r[e].push(t)},run:function(e,t){var r=o.hooks.all[e];if(r&&r.length)for(var n,i=0;n=r[i++];)n(t)}},Token:i};function i(e,t,r,n){this.type=e,this.content=t,this.alias=r,this.length=0|(n||"").length}function a(e,t,r,n){e.lastIndex=t;var o=e.exec(r);if(o&&n&&o[1]){var i=o[1].length;o.index+=i,o[0]=o[0].slice(i)}return o}function l(){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 s(e,t,r){var n=t.next,o={value:r,prev:t,next:n};return t.next=o,n.prev=o,e.length++,o}if(e.Prism=o,i.stringify=function e(t,r){if("string"==typeof t)return t;if(Array.isArray(t)){var n="";return t.forEach(function(t){n+=e(t,r)}),n}var i={type:t.type,content:e(t.content,r),tag:"span",classes:["token",t.type],attributes:{},language:r},a=t.alias;a&&(Array.isArray(a)?Array.prototype.push.apply(i.classes,a):i.classes.push(a)),o.hooks.run("wrap",i);var l="";for(var s in i.attributes)l+=" "+s+'="'+(i.attributes[s]||"").replace(/"/g,""")+'"';return"<"+i.tag+' class="'+i.classes.join(" ")+'"'+l+">"+i.content+"</"+i.tag+">"},!e.document)return e.addEventListener&&(o.disableWorkerMessageHandler||e.addEventListener("message",function(t){var r=JSON.parse(t.data),n=r.language,i=r.code,a=r.immediateClose;e.postMessage(o.highlight(i,o.languages[n],n)),a&&e.close()},!1)),o;var c=o.util.currentScript();function u(){o.manual||o.highlightAll()}if(c&&(o.filename=c.src,c.hasAttribute("data-manual")&&(o.manual=!0)),!o.manual){var d=document.readyState;"loading"===d||"interactive"===d&&c&&c.defer?document.addEventListener("DOMContentLoaded",u):window.requestAnimationFrame?window.requestAnimationFrame(u):window.setTimeout(u,16)}return o}("u">typeof window?window:"u">typeof WorkerGlobalScope&&self instanceof WorkerGlobalScope?self:{});e.exports&&(e.exports=n),"u">typeof global&&(global.Prism=n),n.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"},{pattern:/^(\s*)["']|["']$/,lookbehind:!0}]}},punctuation:/\/?>/,"attr-name":{pattern:/[^\s>\/]+/,inside:{namespace:/^[^\s>\/:]+:/}}}},entity:[{pattern:/&[\da-z]{1,8};/i,alias:"named-entity"},/&#x?[\da-f]{1,8};/i]},n.languages.markup.tag.inside["attr-value"].inside.entity=n.languages.markup.entity,n.languages.markup.doctype.inside["internal-subset"].inside=n.languages.markup,n.hooks.add("wrap",function(e){"entity"===e.type&&(e.attributes.title=e.content.replace(/&/,"&"))}),Object.defineProperty(n.languages.markup.tag,"addInlined",{value:function(e,t){var r={};r["language-"+t]={pattern:/(^<!\[CDATA\[)[\s\S]+?(?=\]\]>$)/i,lookbehind:!0,inside:n.languages[t]},r.cdata=/^<!\[CDATA\[|\]\]>$/i;var o={"included-cdata":{pattern:/<!\[CDATA\[[\s\S]*?\]\]>/i,inside:r}};o["language-"+t]={pattern:/[\s\S]+/,inside:n.languages[t]};var i={};i[e]={pattern:RegExp(/(<__[^>]*>)(?:<!\[CDATA\[(?:[^\]]|\](?!\]>))*\]\]>|(?!<!\[CDATA\[)[\s\S])*?(?=<\/__>)/.source.replace(/__/g,function(){return e}),"i"),lookbehind:!0,greedy:!0,inside:o},n.languages.insertBefore("markup","cdata",i)}}),Object.defineProperty(n.languages.markup.tag,"addAttribute",{value:function(e,t){n.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:n.languages[t]},punctuation:[{pattern:/^=/,alias:"attr-equals"},/"|'/]}}}})}}),n.languages.html=n.languages.markup,n.languages.mathml=n.languages.markup,n.languages.svg=n.languages.markup,n.languages.xml=n.languages.extend("markup",{}),n.languages.ssml=n.languages.xml,n.languages.atom=n.languages.xml,n.languages.rss=n.languages.xml,t=/(?:"(?:\\(?:\r\n|[\s\S])|[^"\\\r\n])*"|'(?:\\(?:\r\n|[\s\S])|[^'\\\r\n])*')/,n.languages.css={comment:/\/\*[\s\S]*?\*\//,atrule:{pattern:RegExp("@[\\w-](?:"+/[^;{\s"']|\s+(?!\s)/.source+"|"+t.source+")*?"+/(?:;|(?=\s*\{))/.source),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:/[(){};:,]/},n.languages.css.atrule.inside.rest=n.languages.css,(r=n.languages.markup)&&(r.tag.addInlined("style","css"),r.tag.addAttribute("style","css")),n.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:/[{}[\];(),.:]/},n.languages.javascript=n.languages.extend("clike",{"class-name":[n.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}|\?\?=?|\?\.?|[~:]/}),n.languages.javascript["class-name"][0].pattern=/(\b(?:class|extends|implements|instanceof|interface|new)\s+)[\w.\\]+/,n.languages.insertBefore("javascript","keyword",{regex:{pattern:RegExp(/((?:^|[^$\w\xA0-\uFFFF."'\])\s]|\b(?:return|yield))\s*)/.source+/\//.source+"(?:"+/(?:\[(?:[^\]\\\r\n]|\\.)*\]|\\.|[^/\\\[\r\n])+\/[dgimyus]{0,7}/.source+"|"+/(?:\[(?:[^[\]\\\r\n]|\\.|\[(?:[^[\]\\\r\n]|\\.|\[(?:[^[\]\\\r\n]|\\.)*\])*\])*\]|\\.|[^/\\\[\r\n])+\/[dgimyus]{0,7}v[dgimyus]{0,7}/.source+")"+/(?=(?:\s|\/\*(?:[^*]|\*(?!\/))*\*\/)*(?:$|[\r\n,.;:})\]]|\/\/))/.source),lookbehind:!0,greedy:!0,inside:{"regex-source":{pattern:/^(\/)[\s\S]+(?=\/[a-z]*$)/,lookbehind:!0,alias:"language-regex",inside:n.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:n.languages.javascript},{pattern:/(^|[^$\w\xA0-\uFFFF])(?!\s)[_$a-z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*(?=\s*=>)/i,lookbehind:!0,inside:n.languages.javascript},{pattern:/(\(\s*)(?!\s)(?:[^()\s]|\s+(?![\s)])|\([^()]*\))+(?=\s*\)\s*=>)/,lookbehind:!0,inside:n.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:n.languages.javascript}],constant:/\b[A-Z](?:[A-Z_]|\dx?)*\b/}),n.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:n.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"}}),n.languages.insertBefore("javascript","operator",{"literal-property":{pattern:/((?:^|[,{])[ \t]*)(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*(?=\s*:)/m,lookbehind:!0,alias:"property"}}),n.languages.markup&&(n.languages.markup.tag.addInlined("script","javascript"),n.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")),n.languages.js=n.languages.javascript,function(){if(void 0!==n&&"u">typeof document){Element.prototype.matches||(Element.prototype.matches=Element.prototype.msMatchesSelector||Element.prototype.webkitMatchesSelector);var e={js:"javascript",py:"python",rb:"ruby",ps1:"powershell",psm1:"powershell",sh:"bash",bat:"batch",h:"c",tex:"latex"},t="data-src-status",r="loading",o="loaded",i="pre[data-src]:not(["+t+'="'+o+'"]):not(['+t+'="'+r+'"])';n.hooks.add("before-highlightall",function(e){e.selector+=", "+i}),n.hooks.add("before-sanity-check",function(a){var l=a.element;if(l.matches(i)){a.code="",l.setAttribute(t,r);var s,c,u,d,f=l.appendChild(document.createElement("CODE"));f.textContent="Loading…";var p=l.getAttribute("data-src"),b=a.language;if("none"===b){var g=(/\.(\w+)$/.exec(p)||[,"none"])[1];b=e[g]||g}n.util.setLanguage(f,b),n.util.setLanguage(l,b);var h=n.plugins.autoloader;h&&h.loadLanguages(b),s=p,c=function(e){l.setAttribute(t,o);var r=function(e){var t=/^\s*(\d+)\s*(?:(,)\s*(?:(\d+)\s*)?)?$/.exec(e||"");if(t){var r=Number(t[1]),n=t[2],o=t[3];return n?o?[r,Number(o)]:[r,void 0]:[r,r]}}(l.getAttribute("data-range"));if(r){var i=e.split(/\r\n?|\n/g),a=r[0],s=null==r[1]?i.length:r[1];a<0&&(a+=i.length),a=Math.max(0,Math.min(a-1,i.length)),s<0&&(s+=i.length),s=Math.max(0,Math.min(s,i.length)),e=i.slice(a,s).join(`
|
|
2
2
|
`),l.hasAttribute("data-start")||l.setAttribute("data-start",String(a+1))}f.textContent=e,n.highlightElement(f)},u=function(e){l.setAttribute(t,"failed"),f.textContent=e},(d=new XMLHttpRequest).open("GET",s,!0),d.onreadystatechange=function(){var e;4==d.readyState&&(d.status<400&&d.responseText?c(d.responseText):d.status>=400?u((e=d.status,"✖ Error "+e+" while fetching file: "+d.statusText)):u("✖ Error: File does not exist or is empty"))},d.send(null)}}),n.plugins.fileHighlight={highlight:function(e){for(var t,r=(e||document).querySelectorAll(i),o=0;t=r[o++];)n.highlightElement(t)}};var a=!1;n.fileHighlight=function(){a||(a=!0),n.plugins.fileHighlight.highlight.apply(this,arguments)}}}()}},t={};function r(n){var o=t[n];if(void 0!==o)return o.exports;var i=t[n]={exports:{}};return e[n].call(i.exports,i,i.exports,r),i.exports}r.n=e=>{var t=e&&e.__esModule?()=>e.default:()=>e;return r.d(t,{a:t}),t},r.d=(e,t)=>{for(var n in t)r.o(t,n)&&!r.o(e,n)&&Object.defineProperty(e,n,{enumerable:!0,get:t[n]})},r.g=function(){if("object"==typeof globalThis)return globalThis;try{return this||Function("return this")()}catch(e){if("object"==typeof window)return window}}(),r.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t),r.r=e=>{"u">typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},r.g.importScripts&&(n=r.g.location+"");var n,o=r.g.document;if(!n&&o&&(o.currentScript&&"SCRIPT"===o.currentScript.tagName.toUpperCase()&&(n=o.currentScript.src),!n)){var i=o.getElementsByTagName("script");if(i.length)for(var a=i.length-1;a>-1&&(!n||!/^http(s?):/.test(n));)n=i[a--].src}if(!n)throw Error("Automatic publicPath is not supported in this browser");r.p=n=n.replace(/^blob:/,"").replace(/#.*$/,"").replace(/\?.*$/,"").replace(/\/[^\/]+$/,"/");var l={};return(()=>{"use strict";let e,t;r.r(l),r.d(l,{Avatar:()=>oO,AvatarGroup:()=>ix,BackTop:()=>iT,Button:()=>iG,CaptureScreen:()=>ao,Carousel:()=>ah,Checkbox:()=>aP,Code:()=>a0,Collapse:()=>a8,ColorPalette:()=>sl,ColorPicker:()=>sm,Cron:()=>ut,DatePicker:()=>uj,Dropdown:()=>lC,Empty:()=>oJ,FieldName:()=>nS,GlassPanel:()=>uU,HighlightText:()=>uX,Img:()=>og,Input:()=>lD,InputNumber:()=>lX,Marquee:()=>u4,Md:()=>di,Menu:()=>lb,Modal:()=>dL,OpenState:()=>d_,Pagination:()=>d8,Popover:()=>il,Prism:()=>d9.default,Provider:()=>fr,QrCode:()=>f_,Radio:()=>sC,Segmented:()=>fY,Select:()=>s1,Size:()=>nw,Skeleton:()=>f0,Spin:()=>n8,Status:()=>nk,Switch:()=>f8,Table:()=>pS,Tabs:()=>cl,Tag:()=>sM,Tree:()=>pM,Typography:()=>oY,css:()=>nu,customElement:()=>nx,cx:()=>nf,dayjs:()=>cU,fromSchema:()=>u$,generateColor:()=>nX,getCurrentElement:()=>nh,getOptions:()=>aw,hot:()=>nm,icon:()=>i_,injectGlobal:()=>nd,mdStyle:()=>u5,noShadowDOM:()=>nv,notification:()=>dX,registry:()=>pD,theme:()=>nQ,toneColor:()=>nB,withSolid:()=>ny});let n={context:void 0,registry:void 0,effects:void 0,done:!1,getContextId(){return o(this.context.count)},getNextContextId(){return o(this.context.count++)}};function o(e){let t=String(e),r=t.length-1;return n.context.id+(r?String.fromCharCode(96+r):"")+t}let i=Symbol("solid-proxy"),a="function"==typeof Proxy,s=Symbol("solid-track");Symbol("solid-dev-component");let c={equals:(e,t)=>e===t},u=tL,d={owned:null,cleanups:null,context:null,owner:null},f={};var p,b,g,h,v,m,y,x,w,k,S,A,O,C,E,z,j,T,I,P,_,$,L,N,R,M,D,F,U,H,B,V,Y,q,G,W,X,Z,K,J,Q,ee,et,er,en,eo,ei,ea,el,es,ec,eu,ed,ef,ep,eb,eg,eh,ev,em,ey,ex,ew,ek,eS,eA,eO,eC,eE,ez,ej,eT,eI,eP,e_,e$,eL,eN,eR,eM,eD,eF,eU,eH,eB,eV,eY,eq,eG,eW,eX,eZ,eK,eJ,eQ,e0,e1,e2,e3,e4,e5,e6,e8,e9,e7,te,tt,tr,tn,to,ti,ta,tl,ts,tc,tu=null;let td=null,tf=null,tp=null,tb=null,tg=0;function th(e,t){let r=tf,n=tu,o=0===e.length,i=void 0===t?n:t,a=o?d:{owned:null,cleanups:null,context:i?i.context:null,owner:i},l=o?e:()=>e(()=>tk(()=>tM(a)));tu=a,tf=null;try{return t$(l,!0)}finally{tf=r,tu=n}}function tv(e,t){let r={value:e,observers:null,observerSlots:null,comparator:(t=t?Object.assign({},c,t):c).equals||void 0};return[tz.bind(r),e=>("function"==typeof e&&(e=e(td&&td.running&&td.sources.has(r)?r.tValue:r.value)),tj(r,e))]}function tm(e,t,r){tT(tP(e,t,!1,1))}function ty(t,r,n){u=tN;let o=tP(t,r,!1,1),i=e&&tE(e);i&&(o.suspense=i),n&&n.render||(o.user=!0),tb?tb.push(o):tT(o)}function tx(e,t,r){r=r?Object.assign({},c,r):c;let n=tP(e,t,!0,0);return n.observers=null,n.observerSlots=null,n.comparator=r.equals||void 0,tT(n),tz.bind(n)}function tw(e){return t$(e,!1)}function tk(e){if(null===tf)return e();let t=tf;tf=null;try{return e()}finally{tf=t}}function tS(e){ty(()=>tk(e))}function tA(e){return null===tu||(null===tu.cleanups?tu.cleanups=[e]:tu.cleanups.push(e)),e}function tO(e,t){let r=tu,n=tf;tu=e,tf=null;try{return t$(t,!0)}catch(e){tU(e)}finally{tu=r,tf=n}}let[,tC]=tv(!1);function tE(e){let t;return tu&&tu.context&&void 0!==(t=tu.context[e.id])?t:e.defaultValue}function tz(){let e=td&&td.running;if(this.sources&&(e?this.tState:this.state))if((e?this.tState:this.state)===1)tT(this);else{let e=tp;tp=null,t$(()=>tR(this),!1),tp=e}if(tf){let e=this.observers?this.observers.length:0;tf.sources?(tf.sources.push(this),tf.sourceSlots.push(e)):(tf.sources=[this],tf.sourceSlots=[e]),this.observers?(this.observers.push(tf),this.observerSlots.push(tf.sources.length-1)):(this.observers=[tf],this.observerSlots=[tf.sources.length-1])}return e&&td.sources.has(this)?this.tValue:this.value}function tj(e,t,r){let n=td&&td.running&&td.sources.has(e)?e.tValue:e.value;if(!e.comparator||!e.comparator(n,t)){if(td){let n=td.running;(n||!r&&td.sources.has(e))&&(td.sources.add(e),e.tValue=t),n||(e.value=t)}else e.value=t;e.observers&&e.observers.length&&t$(()=>{for(let t=0;t<e.observers.length;t+=1){let r=e.observers[t],n=td&&td.running;n&&td.disposed.has(r)||((n?r.tState:r.state)||(r.pure?tp.push(r):tb.push(r),r.observers&&function e(t){let r=td&&td.running;for(let n=0;n<t.observers.length;n+=1){let o=t.observers[n];(r?o.tState:o.state)||(r?o.tState=2:o.state=2,o.pure?tp.push(o):tb.push(o),o.observers&&e(o))}}(r)),n?r.tState=1:r.state=1)}if(tp.length>1e6)throw tp=[],Error()},!1)}return t}function tT(e){if(!e.fn)return;tM(e);let t=tg;tI(e,td&&td.running&&td.sources.has(e)?e.tValue:e.value,t),td&&!td.running&&td.sources.has(e)&&queueMicrotask(()=>{t$(()=>{td&&(td.running=!0),tf=tu=e,tI(e,e.tValue,t),tf=tu=null},!1)})}function tI(e,t,r){let n,o=tu,i=tf;tf=tu=e;try{n=e.fn(t)}catch(t){return e.pure&&(td&&td.running?(e.tState=1,e.tOwned&&e.tOwned.forEach(tM),e.tOwned=void 0):(e.state=1,e.owned&&e.owned.forEach(tM),e.owned=null)),e.updatedAt=r+1,tU(t)}finally{tf=i,tu=o}(!e.updatedAt||e.updatedAt<=r)&&(null!=e.updatedAt&&"observers"in e?tj(e,n,!0):td&&td.running&&e.pure?(td.sources.add(e),e.tValue=n):e.value=n,e.updatedAt=r)}function tP(e,t,r,n=1,o){let i={fn:e,state:n,updatedAt:null,owned:null,sources:null,sourceSlots:null,cleanups:null,value:t,owner:tu,context:tu?tu.context:null,pure:r};return td&&td.running&&(i.state=0,i.tState=n),null===tu||tu!==d&&(td&&td.running&&tu.pure?tu.tOwned?tu.tOwned.push(i):tu.tOwned=[i]:tu.owned?tu.owned.push(i):tu.owned=[i]),i}function t_(e){let t=td&&td.running;if((t?e.tState:e.state)===0)return;if((t?e.tState:e.state)===2)return tR(e);if(e.suspense&&tk(e.suspense.inFallback))return e.suspense.effects.push(e);let r=[e];for(;(e=e.owner)&&(!e.updatedAt||e.updatedAt<tg);){if(t&&td.disposed.has(e))return;(t?e.tState:e.state)&&r.push(e)}for(let n=r.length-1;n>=0;n--){if(e=r[n],t){let t=e,o=r[n+1];for(;(t=t.owner)&&t!==o;)if(td.disposed.has(t))return}if((t?e.tState:e.state)===1)tT(e);else if((t?e.tState:e.state)===2){let t=tp;tp=null,t$(()=>tR(e,r[0]),!1),tp=t}}}function t$(e,t){if(tp)return e();let r=!1;t||(tp=[]),tb?r=!0:tb=[],tg++;try{let t=e();return function(e){let t;if(tp&&(tL(tp),tp=null),e)return;if(td)if(td.promises.size||td.queue.size){if(td.running){td.running=!1,td.effects.push.apply(td.effects,tb),tb=null,tC(!0);return}}else{let e=td.sources,r=td.disposed;for(let e of(tb.push.apply(tb,td.effects),t=td.resolve,tb))"tState"in e&&(e.state=e.tState),delete e.tState;td=null,t$(()=>{for(let e of r)tM(e);for(let t of e){if(t.value=t.tValue,t.owned)for(let e=0,r=t.owned.length;e<r;e++)tM(t.owned[e]);t.tOwned&&(t.owned=t.tOwned),delete t.tValue,delete t.tOwned,t.tState=0}tC(!1)},!1)}let r=tb;tb=null,r.length&&t$(()=>u(r),!1),t&&t()}(r),t}catch(e){r||(tb=null),tp=null,tU(e)}}function tL(e){for(let t=0;t<e.length;t++)t_(e[t])}function tN(e){let t,r=0;for(t=0;t<e.length;t++){let n=e[t];n.user?e[r++]=n:t_(n)}if(n.context){if(n.count){n.effects||(n.effects=[]),n.effects.push(...e.slice(0,r));return}n.context=void 0}for(n.effects&&(n.done||!n.count)&&(e=[...n.effects,...e],r+=n.effects.length,delete n.effects),t=0;t<r;t++)t_(e[t])}function tR(e,t){let r=td&&td.running;r?e.tState=0:e.state=0;for(let n=0;n<e.sources.length;n+=1){let o=e.sources[n];if(o.sources){let e=r?o.tState:o.state;1===e?o!==t&&(!o.updatedAt||o.updatedAt<tg)&&t_(o):2===e&&tR(o,t)}}}function tM(e){let t;if(e.sources)for(;e.sources.length;){let t=e.sources.pop(),r=e.sourceSlots.pop(),n=t.observers;if(n&&n.length){let e=n.pop(),o=t.observerSlots.pop();r<n.length&&(e.sourceSlots[o]=r,n[r]=e,t.observerSlots[r]=o)}}if(e.tOwned){for(t=e.tOwned.length-1;t>=0;t--)tM(e.tOwned[t]);delete e.tOwned}if(td&&td.running&&e.pure)!function e(t,r){if(r||(t.tState=0,td.disposed.add(t)),t.owned)for(let r=0;r<t.owned.length;r++)e(t.owned[r])}(e,!0);else if(e.owned){for(t=e.owned.length-1;t>=0;t--)tM(e.owned[t]);e.owned=null}if(e.cleanups){for(t=e.cleanups.length-1;t>=0;t--)e.cleanups[t]();e.cleanups=null}td&&td.running?e.tState=0:e.state=0}function tD(e){return e instanceof Error?e:Error("string"==typeof e?e:"Unknown error",{cause:e})}function tF(e,t,r){try{for(let r of t)r(e)}catch(e){tU(e,r&&r.owner||null)}}function tU(e,t=tu){let r=tD(e);!0;throw r}let tH=Symbol("fallback");function tB(e){for(let t=0;t<e.length;t++)e[t]()}function tV(e,t){return tk(()=>e(t||{}))}function tY(){return!0}let tq={get:(e,t,r)=>t===i?r:e.get(t),has:(e,t)=>t===i||e.has(t),set:tY,deleteProperty:tY,getOwnPropertyDescriptor:(e,t)=>({configurable:!0,enumerable:!0,get:()=>e.get(t),set:tY,deleteProperty:tY}),ownKeys:e=>e.keys()};function tG(e){return(e="function"==typeof e?e():e)?e:{}}function tW(){for(let e=0,t=this.length;e<t;++e){let t=this[e]();if(void 0!==t)return t}}function tX(...e){let t=!1;for(let r=0;r<e.length;r++){let n=e[r];t=t||!!n&&i in n,e[r]="function"==typeof n?(t=!0,tx(n)):n}if(a&&t)return new Proxy({get(t){for(let r=e.length-1;r>=0;r--){let n=tG(e[r])[t];if(void 0!==n)return n}},has(t){for(let r=e.length-1;r>=0;r--)if(t in tG(e[r]))return!0;return!1},keys(){let t=[];for(let r=0;r<e.length;r++)t.push(...Object.keys(tG(e[r])));return[...new Set(t)]}},tq);let r={},n=Object.create(null);for(let t=e.length-1;t>=0;t--){let o=e[t];if(!o)continue;let i=Object.getOwnPropertyNames(o);for(let e=i.length-1;e>=0;e--){let t=i[e];if("__proto__"===t||"constructor"===t)continue;let a=Object.getOwnPropertyDescriptor(o,t);if(n[t]){let e=r[t];e&&(a.get?e.push(a.get.bind(o)):void 0!==a.value&&e.push(()=>a.value))}else n[t]=a.get?{enumerable:!0,configurable:!0,get:tW.bind(r[t]=[a.get.bind(o)])}:void 0!==a.value?a:void 0}}let o={},l=Object.keys(n);for(let e=l.length-1;e>=0;e--){let t=l[e],r=n[t];r&&r.get?Object.defineProperty(o,t,r):o[t]=r?r.value:void 0}return o}function tZ(e,...t){let r=t.length;if(a&&i in e){let n=r>1?t.flat():t[0],o=t.map(t=>new Proxy({get:r=>t.includes(r)?e[r]:void 0,has:r=>t.includes(r)&&r in e,keys:()=>t.filter(t=>t in e)},tq));return o.push(new Proxy({get:t=>n.includes(t)?void 0:e[t],has:t=>!n.includes(t)&&t in e,keys:()=>Object.keys(e).filter(e=>!n.includes(e))},tq)),o}let n=[];for(let e=0;e<=r;e++)n[e]={};for(let o of Object.getOwnPropertyNames(e)){let i=r;for(let e=0;e<t.length;e++)if(t[e].includes(o)){i=e;break}let a=Object.getOwnPropertyDescriptor(e,o);!a.get&&!a.set&&a.enumerable&&a.writable&&a.configurable?n[i][o]=a.value:Object.defineProperty(n[i],o,a)}return n}let tK=0;function tJ(){return n.context?n.getNextContextId():`cl-${tK++}`}let tQ=e=>`Stale read from <${e}>.`;function t0(e){let t="fallback"in e&&{fallback:()=>e.fallback};return tx(function(e,t,r={}){let n=[],o=[],i=[],a=0,l=t.length>1?[]:null;return tA(()=>tB(i)),()=>{let c=e()||[],u=c.length,d,f;return c[s],tk(()=>{let e,t,s,b,g,h,v,m,y;if(0===u)0!==a&&(tB(i),i=[],n=[],o=[],a=0,l&&(l=[])),r.fallback&&(n=[tH],o[0]=th(e=>(i[0]=e,r.fallback())),a=1);else if(0===a){for(f=0,o=Array(u);f<u;f++)n[f]=c[f],o[f]=th(p);a=u}else{for(s=Array(u),b=Array(u),l&&(g=Array(u)),h=0,v=Math.min(a,u);h<v&&n[h]===c[h];h++);for(v=a-1,m=u-1;v>=h&&m>=h&&n[v]===c[m];v--,m--)s[m]=o[v],b[m]=i[v],l&&(g[m]=l[v]);for(e=new Map,t=Array(m+1),f=m;f>=h;f--)y=c[f],d=e.get(y),t[f]=void 0===d?-1:d,e.set(y,f);for(d=h;d<=v;d++)y=n[d],void 0!==(f=e.get(y))&&-1!==f?(s[f]=o[d],b[f]=i[d],l&&(g[f]=l[d]),f=t[f],e.set(y,f)):i[d]();for(f=h;f<u;f++)f in s?(o[f]=s[f],i[f]=b[f],l&&(l[f]=g[f],l[f](f))):o[f]=th(p);o=o.slice(0,a=u),n=c.slice(0)}return o});function p(e){if(i[f]=e,l){let[e,r]=tv(f);return l[f]=r,t(c[f],e)}return t(c[f])}}}(()=>e.each,e.children,t||void 0))}function t1(e){let t="fallback"in e&&{fallback:()=>e.fallback};return tx(function(e,t,r={}){let n=[],o=[],i=[],a=[],l=0,c;return tA(()=>tB(i)),()=>{let u=e()||[],d=u.length;return u[s],tk(()=>{if(0===d)return 0!==l&&(tB(i),i=[],n=[],o=[],l=0,a=[]),r.fallback&&(n=[tH],o[0]=th(e=>(i[0]=e,r.fallback())),l=1),o;for(n[0]===tH&&(i[0](),i=[],n=[],o=[],l=0),c=0;c<d;c++)c<n.length&&n[c]!==u[c]?a[c](()=>u[c]):c>=n.length&&(o[c]=th(f));for(;c<n.length;c++)i[c]();return l=a.length=i.length=d,n=u.slice(0),o=o.slice(0,l)});function f(e){i[c]=e;let[r,n]=tv(u[c]);return a[c]=n,t(r,c)}}}(()=>e.each,e.children,t||void 0))}function t2(e){let t=e.keyed,r=tx(()=>e.when,void 0,void 0),n=t?r:tx(r,void 0,{equals:(e,t)=>!e==!t});return tx(()=>{let o=n();if(o){let i=e.children;return"function"==typeof i&&i.length>0?tk(()=>i(t?o:()=>{if(!tk(n))throw tQ("Show");return r()})):i}return e.fallback},void 0,void 0)}function t3(e){let t,r,n=(t=tx(()=>e.children),(r=tx(()=>(function e(t){if("function"==typeof t&&!t.length)return e(t());if(Array.isArray(t)){let r=[];for(let n=0;n<t.length;n++){let o=e(t[n]);Array.isArray(o)?r.push.apply(r,o):r.push(o)}return r}return t})(t()))).toArray=()=>{let e=r();return Array.isArray(e)?e:null!=e?[e]:[]},r),o=tx(()=>{let e=n(),t=Array.isArray(e)?e:[e],r=()=>void 0;for(let e=0;e<t.length;e++){let n=e,o=t[e],i=r,a=tx(()=>i()?void 0:o.when,void 0,void 0),l=o.keyed?a:tx(a,void 0,{equals:(e,t)=>!e==!t});r=()=>i()||(l()?[n,a,o]:void 0)}return r});return tx(()=>{let t=o()();if(!t)return e.fallback;let[r,n,i]=t,a=i.children;return"function"==typeof a&&a.length>0?tk(()=>a(i.keyed?n():()=>{if(tk(o)()?.[0]!==r)throw tQ("Match");return n()})):a},void 0,void 0)}function t4(e){return e}let t5=new Set(["className","value","readOnly","noValidate","formNoValidate","isMap","noModule","playsInline","adAuctionHeaders","allowFullscreen","browsingTopics","defaultChecked","defaultMuted","defaultSelected","disablePictureInPicture","disableRemotePlayback","preservesPitch","shadowRootClonable","shadowRootCustomElementRegistry","shadowRootDelegatesFocus","shadowRootSerializable","sharedStorageWritable","allowfullscreen","async","alpha","autofocus","autoplay","checked","controls","default","disabled","formnovalidate","hidden","indeterminate","inert","ismap","loop","multiple","muted","nomodule","novalidate","open","playsinline","readonly","required","reversed","seamless","selected","adauctionheaders","browsingtopics","credentialless","defaultchecked","defaultmuted","defaultselected","defer","disablepictureinpicture","disableremoteplayback","preservespitch","shadowrootclonable","shadowrootcustomelementregistry","shadowrootdelegatesfocus","shadowrootserializable","sharedstoragewritable"]),t6=new Set(["innerHTML","textContent","innerText","children"]),t8=Object.assign(Object.create(null),{className:"class",htmlFor:"for"}),t9=Object.assign(Object.create(null),{class:"className",novalidate:{$:"noValidate",FORM:1},formnovalidate:{$:"formNoValidate",BUTTON:1,INPUT:1},ismap:{$:"isMap",IMG:1},nomodule:{$:"noModule",SCRIPT:1},playsinline:{$:"playsInline",VIDEO:1},readonly:{$:"readOnly",INPUT:1,TEXTAREA:1},adauctionheaders:{$:"adAuctionHeaders",IFRAME:1},allowfullscreen:{$:"allowFullscreen",IFRAME:1},browsingtopics:{$:"browsingTopics",IMG:1},defaultchecked:{$:"defaultChecked",INPUT:1},defaultmuted:{$:"defaultMuted",AUDIO:1,VIDEO:1},defaultselected:{$:"defaultSelected",OPTION:1},disablepictureinpicture:{$:"disablePictureInPicture",VIDEO:1},disableremoteplayback:{$:"disableRemotePlayback",AUDIO:1,VIDEO:1},preservespitch:{$:"preservesPitch",AUDIO:1,VIDEO:1},shadowrootclonable:{$:"shadowRootClonable",TEMPLATE:1},shadowrootdelegatesfocus:{$:"shadowRootDelegatesFocus",TEMPLATE:1},shadowrootserializable:{$:"shadowRootSerializable",TEMPLATE:1},sharedstoragewritable:{$:"sharedStorageWritable",IFRAME:1,IMG:1}}),t7=new Set(["beforeinput","click","dblclick","contextmenu","focusin","focusout","input","keydown","keyup","mousedown","mousemove","mouseout","mouseover","mouseup","pointerdown","pointermove","pointerout","pointerover","pointerup","touchend","touchmove","touchstart"]),re=new Set(["altGlyph","altGlyphDef","altGlyphItem","animate","animateColor","animateMotion","animateTransform","circle","clipPath","color-profile","cursor","defs","desc","ellipse","feBlend","feColorMatrix","feComponentTransfer","feComposite","feConvolveMatrix","feDiffuseLighting","feDisplacementMap","feDistantLight","feDropShadow","feFlood","feFuncA","feFuncB","feFuncG","feFuncR","feGaussianBlur","feImage","feMerge","feMergeNode","feMorphology","feOffset","fePointLight","feSpecularLighting","feSpotLight","feTile","feTurbulence","filter","font","font-face","font-face-format","font-face-name","font-face-src","font-face-uri","foreignObject","g","glyph","glyphRef","hkern","image","line","linearGradient","marker","mask","metadata","missing-glyph","mpath","path","pattern","polygon","polyline","radialGradient","rect","set","stop","svg","switch","symbol","text","textPath","tref","tspan","use","view","vkern"]),rt={xlink:"http://www.w3.org/1999/xlink",xml:"http://www.w3.org/XML/1998/namespace"},rr=e=>tx(()=>e()),rn="_$DX_DELEGATE";function ro(e,t,r,n={}){let o;return th(n=>{o=n,t===document?e():rg(t,e(),t.firstChild?null:void 0,r)},n.owner),()=>{o(),t.textContent=""}}function ri(e,t,r,n){let o,i=()=>{let t=n?document.createElementNS("http://www.w3.org/1998/Math/MathML","template"):document.createElement("template");return t.innerHTML=e,r?t.content.firstChild.firstChild:n?t.firstChild:t.content.firstChild},a=t?()=>tk(()=>document.importNode(o||(o=i()),!0)):()=>(o||(o=i())).cloneNode(!0);return a.cloneNode=a,a}function ra(e,t=window.document){let r=t[rn]||(t[rn]=new Set);for(let n=0,o=e.length;n<o;n++){let o=e[n];r.has(o)||(r.add(o),t.addEventListener(o,ry))}}function rl(e,t,r){rh(e)||(null==r?e.removeAttribute(t):e.setAttribute(t,r))}function rs(e,t){rh(e)||(null==t?e.removeAttribute("class"):e.className=t)}function rc(e,t,r,n){if(n)Array.isArray(r)?(e[`$$${t}`]=r[0],e[`$$${t}Data`]=r[1]):e[`$$${t}`]=r;else if(Array.isArray(r)){let n=r[0];e.addEventListener(t,r[0]=t=>n.call(e,r[1],t))}else e.addEventListener(t,r,"function"!=typeof r&&r)}function ru(e,t,r={}){let n,o,i=Object.keys(t||{}),a=Object.keys(r);for(n=0,o=a.length;n<o;n++){let o=a[n];o&&"undefined"!==o&&!t[o]&&(rv(e,o,!1),delete r[o])}for(n=0,o=i.length;n<o;n++){let o=i[n],a=!!t[o];o&&"undefined"!==o&&r[o]!==a&&a&&(rv(e,o,!0),r[o]=a)}return r}function rd(e,t,r){let n,o;if(!t)return r?rl(e,"style"):t;let i=e.style;if("string"==typeof t)return i.cssText=t;for(o in"string"==typeof r&&(i.cssText=r=void 0),r||(r={}),t||(t={}),r)null==t[o]&&i.removeProperty(o),delete r[o];for(o in t)(n=t[o])!==r[o]&&(i.setProperty(o,n),r[o]=n);return r}function rf(e,t,r){null!=r?e.style.setProperty(t,r):e.style.removeProperty(t)}function rp(e,t={},r,n){let o={};return n||tm(()=>o.children=rx(e,t.children,o.children)),tm(()=>"function"==typeof t.ref&&rb(t.ref,e)),tm(()=>(function(e,t,r,n,o={},i=!1){for(let n in t||(t={}),o)if(!(n in t)){if("children"===n)continue;o[n]=rm(e,n,null,o[n],r,i,t)}for(let a in t){if("children"===a){n||rx(e,t.children);continue}let l=t[a];o[a]=rm(e,a,l,o[a],r,i,t)}})(e,t,r,!0,o,!0)),o}function rb(e,t,r){return tk(()=>e(t,r))}function rg(e,t,r,n){if(void 0===r||n||(n=[]),"function"!=typeof t)return rx(e,t,n,r);tm(n=>rx(e,t(),n,r),n)}function rh(e){return!!n.context&&!n.done&&(!e||e.isConnected)}function rv(e,t,r){let n=t.trim().split(/\s+/);for(let t=0,o=n.length;t<o;t++)e.classList.toggle(n[t],r)}function rm(e,t,r,n,o,i,a){var l,s,c,u;let d,f,p,b,g;if("style"===t)return rd(e,r,n);if("classList"===t)return ru(e,r,n);if(r===n)return n;if("ref"===t)i||r(e);else if("on:"===t.slice(0,3)){let o=t.slice(3);n&&e.removeEventListener(o,n,"function"!=typeof n&&n),r&&e.addEventListener(o,r,"function"!=typeof r&&r)}else if("oncapture:"===t.slice(0,10)){let o=t.slice(10);n&&e.removeEventListener(o,n,!0),r&&e.addEventListener(o,r,!0)}else if("on"===t.slice(0,2)){let o=t.slice(2).toLowerCase(),i=t7.has(o);if(!i&&n){let t=Array.isArray(n)?n[0]:n;e.removeEventListener(o,t)}(i||r)&&(rc(e,o,r,i),i&&ra([o]))}else if("attr:"===t.slice(0,5))rl(e,t.slice(5),r);else if("bool:"===t.slice(0,5))l=t.slice(5),rh(e)||(r?e.setAttribute(l,""):e.removeAttribute(l));else{let n;if((g="prop:"===t.slice(0,5))||(p=t6.has(t))||!o&&(s=t,c=e.tagName,(b="object"==typeof(n=t9[s])?n[c]?n.$:void 0:n)||(f=t5.has(t)))||(d=e.nodeName.includes("-")||"is"in a)){if(g)t=t.slice(5),f=!0;else if(rh(e))return r;"class"===t||"className"===t?rs(e,r):!d||f||p?e[b||t]=r:e[t.toLowerCase().replace(/-([a-z])/g,(e,t)=>t.toUpperCase())]=r}else{let n=o&&t.indexOf(":")>-1&&rt[t.split(":")[0]];n?(u=t,rh(e)||(null==r?e.removeAttributeNS(n,u):e.setAttributeNS(n,u,r))):rl(e,t8[t]||t,r)}}return r}function ry(e){if(n.registry&&n.events&&n.events.find(([t,r])=>r===e))return;let t=e.target,r=`$$${e.type}`,o=e.target,i=e.currentTarget,a=t=>Object.defineProperty(e,"target",{configurable:!0,value:t}),l=()=>{let n=t[r];if(n&&!t.disabled){let o=t[`${r}Data`];if(void 0!==o?n.call(t,o,e):n.call(t,e),e.cancelBubble)return}return t.host&&"string"!=typeof t.host&&!t.host._$host&&t.contains(e.target)&&a(t.host),!0},s=()=>{for(;l()&&(t=t._$host||t.parentNode||t.host););};if(Object.defineProperty(e,"currentTarget",{configurable:!0,get:()=>t||document}),n.registry&&!n.done&&(n.done=_$HY.done=!0),e.composedPath){let r=e.composedPath();a(r[0]);for(let e=0;e<r.length-2&&(t=r[e],l());e++){if(t._$host){t=t._$host,s();break}if(t.parentNode===i)break}}else s();a(o)}function rx(e,t,r,n,o){let i=rh(e);if(i){r||(r=[...e.childNodes]);let t=[];for(let e=0;e<r.length;e++){let n=r[e];8===n.nodeType&&"!$"===n.data.slice(0,2)?n.remove():t.push(n)}r=t}for(;"function"==typeof r;)r=r();if(t===r)return r;let a=typeof t,l=void 0!==n;if(e=l&&r[0]&&r[0].parentNode||e,"string"===a||"number"===a){if(i||"number"===a&&(t=t.toString())===r)return r;if(l){let o=r[0];o&&3===o.nodeType?o.data!==t&&(o.data=t):o=document.createTextNode(t),r=rk(e,r,n,o)}else r=""!==r&&"string"==typeof r?e.firstChild.data=t:e.textContent=t}else if(null==t||"boolean"===a){if(i)return r;r=rk(e,r,n)}else if("function"===a)return tm(()=>{let o=t();for(;"function"==typeof o;)o=o();r=rx(e,o,r,n)}),()=>r;else if(Array.isArray(t)){let a=[],s=r&&Array.isArray(r);if(function e(t,r,n,o){let i=!1;for(let a=0,l=r.length;a<l;a++){let l=r[a],s=n&&n[t.length],c;if(null==l||!0===l||!1===l);else if("object"==(c=typeof l)&&l.nodeType)t.push(l);else if(Array.isArray(l))i=e(t,l,s)||i;else if("function"===c)if(o){for(;"function"==typeof l;)l=l();i=e(t,Array.isArray(l)?l:[l],Array.isArray(s)?s:[s])||i}else t.push(l),i=!0;else{let e=String(l);s&&3===s.nodeType&&s.data===e?t.push(s):t.push(document.createTextNode(e))}}return i}(a,t,r,o))return tm(()=>r=rx(e,a,r,n,!0)),()=>r;if(i){if(!a.length)return r;if(void 0===n)return r=[...e.childNodes];let t=a[0];if(t.parentNode!==e)return r;let o=[t];for(;(t=t.nextSibling)!==n;)o.push(t);return r=o}if(0===a.length){if(r=rk(e,r,n),l)return r}else s?0===r.length?rw(e,a,n):function(e,t,r){let n=r.length,o=t.length,i=n,a=0,l=0,s=t[o-1].nextSibling,c=null;for(;a<o||l<i;){if(t[a]===r[l]){a++,l++;continue}for(;t[o-1]===r[i-1];)o--,i--;if(o===a){let t=i<n?l?r[l-1].nextSibling:r[i-l]:s;for(;l<i;)e.insertBefore(r[l++],t)}else if(i===l)for(;a<o;)c&&c.has(t[a])||t[a].remove(),a++;else if(t[a]===r[i-1]&&r[l]===t[o-1]){let n=t[--o].nextSibling;e.insertBefore(r[l++],t[a++].nextSibling),e.insertBefore(r[--i],n),t[o]=r[i]}else{if(!c){c=new Map;let e=l;for(;e<i;)c.set(r[e],e++)}let n=c.get(t[a]);if(null!=n)if(l<n&&n<i){let s=a,u=1,d;for(;++s<o&&s<i&&null!=(d=c.get(t[s]))&&d===n+u;)u++;if(u>n-l){let o=t[a];for(;l<n;)e.insertBefore(r[l++],o)}else e.replaceChild(r[l++],t[a++])}else a++;else t[a++].remove()}}}(e,r,a):(r&&rk(e),rw(e,a));r=a}else if(t.nodeType){if(i&&t.parentNode)return r=l?[t]:t;if(Array.isArray(r)){if(l)return r=rk(e,r,n,t);rk(e,r,null,t)}else null!=r&&""!==r&&e.firstChild?e.replaceChild(t,e.firstChild):e.appendChild(t);r=t}return r}function rw(e,t,r=null){for(let n=0,o=t.length;n<o;n++)e.insertBefore(t[n],r)}function rk(e,t,r,n){if(void 0===r)return e.textContent="";let o=n||document.createTextNode("");if(t.length){let n=!1;for(let i=t.length-1;i>=0;i--){let a=t[i];if(o!==a){let t=a.parentNode===e;n||i?t&&a.remove():t?e.replaceChild(o,a):e.insertBefore(o,r)}else n=!0}}else e.insertBefore(o,r);return[o]}function rS(e,t=!1,r){return t?document.createElementNS("http://www.w3.org/2000/svg",e):document.createElement(e,{is:r})}function rA(e){let t,{useShadow:r}=e,o=document.createTextNode(""),i=tu,a=!!n.context;return ty(()=>{a&&(tu.user=a=!1),t||(t=tO(i,()=>tx(()=>e.children)));let n=e.mount||document.body;if(n instanceof HTMLHeadElement){let[e,r]=tv(!1);th(r=>rg(n,()=>e()?r():t(),null)),tA(()=>r(!0))}else{let i=rS(e.isSVG?"g":"div",e.isSVG),a=r&&i.attachShadow?i.attachShadow({mode:"open"}):i;Object.defineProperty(i,"_$host",{get:()=>o.parentNode,configurable:!0}),rg(a,t),n.appendChild(i),e.ref&&e.ref(i),tA(()=>n.removeChild(i))}},void 0,{render:!a}),o}function rO(e){let t,[,r]=tZ(e,["component"]);return t=tx(()=>e.component),tx(()=>{let e=t();switch(typeof e){case"function":return tk(()=>e(r));case"string":let o,i,a=re.has(e),l=n.context?rh()&&(o=n.registry.get(i=n.getNextContextId()))?(n.completed&&n.completed.add(o),n.registry.delete(i),o):(void 0)():rS(e,a,tk(()=>r.is));return rp(l,r,a),l}})}Symbol();var rC={animationIterationCount:1,aspectRatio:1,borderImageOutset:1,borderImageSlice:1,borderImageWidth:1,boxFlex:1,boxFlexGroup:1,boxOrdinalGroup:1,columnCount:1,columns:1,flex:1,flexGrow:1,flexPositive:1,flexShrink:1,flexNegative:1,flexOrder:1,gridRow:1,gridRowEnd:1,gridRowSpan:1,gridRowStart:1,gridColumn:1,gridColumnEnd:1,gridColumnSpan:1,gridColumnStart:1,msGridRow:1,msGridRowSpan:1,msGridColumn:1,msGridColumnSpan:1,fontWeight:1,lineHeight:1,opacity:1,order:1,orphans:1,scale:1,tabSize:1,widows:1,zIndex:1,zoom:1,WebkitLineClamp:1,fillOpacity:1,floodOpacity:1,stopOpacity:1,strokeDasharray:1,strokeDashoffset:1,strokeMiterlimit:1,strokeOpacity:1,strokeWidth:1},rE=/[A-Z]|^ms/g,rz=/_EMO_([^_]+?)_([^]*?)_EMO_/g,rj=function(e){return 45===e.charCodeAt(1)},rT=function(e){return null!=e&&"boolean"!=typeof e},rI=(p=function(e){return rj(e)?e:e.replace(rE,"-$&").toLowerCase()},b=Object.create(null),function(e){return void 0===b[e]&&(b[e]=p(e)),b[e]}),rP=function(e,t){switch(e){case"animation":case"animationName":if("string"==typeof t)return t.replace(rz,function(e,t,r){return ek={name:t,styles:r,next:ek},t})}return 1===rC[e]||rj(e)||"number"!=typeof t||0===t?t:t+"px"};function r_(e,t,r){if(null==r)return"";if(void 0!==r.__emotion_styles)return r;switch(typeof r){case"boolean":return"";case"object":if(1===r.anim)return ek={name:r.name,styles:r.styles,next:ek},r.name;if(void 0!==r.styles){var n=r.next;if(void 0!==n)for(;void 0!==n;)ek={name:n.name,styles:n.styles,next:ek},n=n.next;return r.styles+";"}return function(e,t,r){var n="";if(Array.isArray(r))for(var o=0;o<r.length;o++)n+=r_(e,t,r[o])+";";else for(var i in r){var a=r[i];if("object"!=typeof a)null!=t&&void 0!==t[a]?n+=i+"{"+t[a]+"}":rT(a)&&(n+=rI(i)+":"+rP(i,a)+";");else if(Array.isArray(a)&&"string"==typeof a[0]&&(null==t||void 0===t[a[0]]))for(var l=0;l<a.length;l++)rT(a[l])&&(n+=rI(i)+":"+rP(i,a[l])+";");else{var s=r_(e,t,a);switch(i){case"animation":case"animationName":n+=rI(i)+":"+s+";";break;default:n+=i+"{"+s+"}"}}}return n}(e,t,r);case"function":if(void 0!==e){var o=ek,i=r(e);return ek=o,r_(e,t,i)}}if(null==t)return r;var a=t[r];return void 0!==a?a:r}var r$=/label:\s*([^\s;{]+)\s*(;|$)/g,rL=function(){function e(e){var t=this;this._insertTag=function(e){var r;r=0===t.tags.length?t.insertionPoint?t.insertionPoint.nextSibling:t.prepend?t.container.firstChild:t.before:t.tags[t.tags.length-1].nextSibling,t.container.insertBefore(e,r),t.tags.push(e)},this.isSpeedy=void 0===e.speedy||e.speedy,this.tags=[],this.ctr=0,this.nonce=e.nonce,this.key=e.key,this.container=e.container,this.prepend=e.prepend,this.insertionPoint=e.insertionPoint,this.before=null}var t=e.prototype;return t.hydrate=function(e){e.forEach(this._insertTag)},t.insert=function(e){this.ctr%(this.isSpeedy?65e3:1)==0&&this._insertTag(((t=document.createElement("style")).setAttribute("data-emotion",this.key),void 0!==this.nonce&&t.setAttribute("nonce",this.nonce),t.appendChild(document.createTextNode("")),t.setAttribute("data-s",""),t));var t,r=this.tags[this.tags.length-1];if(this.isSpeedy){var n=function(e){if(e.sheet)return e.sheet;for(var t=0;t<document.styleSheets.length;t++)if(document.styleSheets[t].ownerNode===e)return document.styleSheets[t]}(r);try{n.insertRule(e,n.cssRules.length)}catch(e){}}else r.appendChild(document.createTextNode(e));this.ctr++},t.flush=function(){this.tags.forEach(function(e){var t;return null==(t=e.parentNode)?void 0:t.removeChild(e)}),this.tags=[],this.ctr=0},e}(),rN="-ms-",rR="-moz-",rM="-webkit-",rD="comm",rF="rule",rU="decl",rH="@keyframes",rB=Math.abs,rV=String.fromCharCode,rY=Object.assign;function rq(e,t){return(e=t.exec(e))?e[0]:e}function rG(e,t,r){return e.replace(t,r)}function rW(e,t,r){return e.indexOf(t,r)}function rX(e,t){return 0|e.charCodeAt(t)}function rZ(e,t,r){return e.slice(t,r)}function rK(e){return e.length}function rJ(e,t){return t.push(e),e}function rQ(e,t){return e.filter(function(e){return!rq(e,t)})}function r0(e,t){for(var r="",n=0;n<e.length;n++)r+=t(e[n],n,e,t)||"";return r}function r1(e,t,r,n){switch(e.type){case"@layer":if(e.children.length)break;case"@import":case"@namespace":case rU:return e.return=e.return||e.value;case rD:return"";case rH:return e.return=e.value+"{"+r0(e.children,n)+"}";case rF:if(!rK(e.value=e.props.join(",")))return""}return rK(r=r0(e.children,n))?e.return=e.value+"{"+r+"}":""}var r2=1,r3=1,r4=0,r5=0,r6=0,r8="";function r9(e,t,r,n,o,i,a,l){return{value:e,root:t,parent:r,type:n,props:o,children:i,line:r2,column:r3,length:a,return:"",siblings:l}}function r7(e,t){return rY(r9("",null,null,"",null,null,0,e.siblings),e,{length:-e.length},t)}function ne(e){for(;e.root;)e=r7(e.root,{children:[e]});rJ(e,e.siblings)}function nt(){return r6=r5<r4?rX(r8,r5++):0,r3++,10===r6&&(r3=1,r2++),r6}function nr(){return rX(r8,r5)}function nn(e){switch(e){case 0:case 9:case 10:case 13:case 32:return 5;case 33:case 43:case 44:case 47:case 62:case 64:case 126:case 59:case 123:case 125:return 4;case 58:return 3;case 34:case 39:case 40:case 91:return 2;case 41:case 93:return 1}return 0}function no(e){var t,r;return(t=r5-1,r=function e(t){for(;nt();)switch(r6){case t:return r5;case 34:case 39:34!==t&&39!==t&&e(r6);break;case 40:41===t&&e(t);break;case 92:nt()}return r5}(91===e?e+2:40===e?e+1:e),rZ(r8,t,r)).trim()}function ni(e,t,r,n,o,i,a,l,s,c,u,d){for(var f=o-1,p=0===o?i:[""],b=p.length,g=0,h=0,v=0;g<n;++g)for(var m=0,y=rZ(e,f+1,f=rB(h=a[g])),x=e;m<b;++m)(x=(h>0?p[m]+" "+y:rG(y,/&\f/g,p[m])).trim())&&(s[v++]=x);return r9(e,t,r,0===o?rF:l,s,c,u,d)}function na(e,t,r,n,o){return r9(e,t,r,rU,rZ(e,0,n),rZ(e,n+1,-1),n,o)}function nl(e,t,r,n){if(e.length>-1&&!e.return)switch(e.type){case rU:e.return=function e(t,r,n){var o;switch(o=r,45^rX(t,0)?(((o<<2^rX(t,0))<<2^rX(t,1))<<2^rX(t,2))<<2^rX(t,3):0){case 5103:return rM+"print-"+t+t;case 5737:case 4201:case 3177:case 3433:case 1641:case 4457:case 2921:case 5572:case 6356:case 5844:case 3191:case 6645:case 3005:case 4215:case 6389:case 5109:case 5365:case 5621:case 3829:case 6391:case 5879:case 5623:case 6135:case 4599:return rM+t+t;case 4855:return rM+t.replace("add","source-over").replace("substract","source-out").replace("intersect","source-in").replace("exclude","xor")+t;case 4789:return rR+t+t;case 5349:case 4246:case 4810:case 6968:case 2756:return rM+t+rR+t+rN+t+t;case 5936:switch(rX(t,r+11)){case 114:return rM+t+rN+rG(t,/[svh]\w+-[tblr]{2}/,"tb")+t;case 108:return rM+t+rN+rG(t,/[svh]\w+-[tblr]{2}/,"tb-rl")+t;case 45:return rM+t+rN+rG(t,/[svh]\w+-[tblr]{2}/,"lr")+t}case 6828:case 4268:case 2903:return rM+t+rN+t+t;case 6165:return rM+t+rN+"flex-"+t+t;case 5187:return rM+t+rG(t,/(\w+).+(:[^]+)/,rM+"box-$1$2"+rN+"flex-$1$2")+t;case 5443:return rM+t+rN+"flex-item-"+rG(t,/flex-|-self/g,"")+(rq(t,/flex-|baseline/)?"":rN+"grid-row-"+rG(t,/flex-|-self/g,""))+t;case 4675:return rM+t+rN+"flex-line-pack"+rG(t,/align-content|flex-|-self/g,"")+t;case 5548:return rM+t+rN+rG(t,"shrink","negative")+t;case 5292:return rM+t+rN+rG(t,"basis","preferred-size")+t;case 6060:return rM+"box-"+rG(t,"-grow","")+rM+t+rN+rG(t,"grow","positive")+t;case 4554:return rM+rG(t,/([^-])(transform)/g,"$1"+rM+"$2")+t;case 6187:return rG(rG(rG(t,/(zoom-|grab)/,rM+"$1"),/(image-set)/,rM+"$1"),t,"")+t;case 5495:case 3959:return rG(t,/(image-set\([^]*)/,rM+"$1$`$1");case 4968:return rG(rG(t,/(.+:)(flex-)?(.*)/,rM+"box-pack:$3"+rN+"flex-pack:$3"),/space-between/,"justify")+rM+t+t;case 4200:if(!rq(t,/flex-|baseline/))return rN+"grid-column-align"+rZ(t,r)+t;break;case 2592:case 3360:return rN+rG(t,"template-","")+t;case 4384:case 3616:if(n&&n.some(function(e,t){return r=t,rq(e.props,/grid-\w+-end/)}))return~rW(t+(n=n[r].value),"span",0)?t:rN+rG(t,"-start","")+t+rN+"grid-row-span:"+(~rW(n,"span",0)?rq(n,/\d+/):rq(n,/\d+/)-rq(t,/\d+/))+";";return rN+rG(t,"-start","")+t;case 4896:case 4128:return n&&n.some(function(e){return rq(e.props,/grid-\w+-start/)})?t:rN+rG(rG(t,"-end","-span"),"span ","")+t;case 4095:case 3583:case 4068:case 2532:return rG(t,/(.+)-inline(.+)/,rM+"$1$2")+t;case 8116:case 7059:case 5753:case 5535:case 5445:case 5701:case 4933:case 4677:case 5533:case 5789:case 5021:case 4765:if(rK(t)-1-r>6)switch(rX(t,r+1)){case 109:if(45!==rX(t,r+4))break;case 102:return rG(t,/(.+:)(.+)-([^]+)/,"$1"+rM+"$2-$3$1"+rR+(108==rX(t,r+3)?"$3":"$2-$3"))+t;case 115:return~rW(t,"stretch",0)?e(rG(t,"stretch","fill-available"),r,n)+t:t}break;case 5152:case 5920:return rG(t,/(.+?):(\d+)(\s*\/\s*(span)?\s*(\d+))?(.*)/,function(e,r,n,o,i,a,l){return rN+r+":"+n+l+(o?rN+r+"-span:"+(i?a:a-n)+l:"")+t});case 4949:if(121===rX(t,r+6))return rG(t,":",":"+rM)+t;break;case 6444:switch(rX(t,45===rX(t,14)?18:11)){case 120:return rG(t,/(.+:)([^;\s!]+)(;|(\s+)?!.+)?/,"$1"+rM+(45===rX(t,14)?"inline-":"")+"box$3$1"+rM+"$2$3$1"+rN+"$2box$3")+t;case 100:return rG(t,":",":"+rN)+t}break;case 5719:case 2647:case 2135:case 3927:case 2391:return rG(t,"scroll-","scroll-snap-")+t}return t}(e.value,e.length,r);return;case rH:return r0([r7(e,{value:rG(e.value,"@","@"+rM)})],n);case rF:if(e.length){var o,i;return o=r=e.props,i=function(t){switch(rq(t,n=/(::plac\w+|:read-\w+)/)){case":read-only":case":read-write":ne(r7(e,{props:[rG(t,/:(read-\w+)/,":"+rR+"$1")]})),ne(r7(e,{props:[t]})),rY(e,{props:rQ(r,n)});break;case"::placeholder":ne(r7(e,{props:[rG(t,/:(plac\w+)/,":"+rM+"input-$1")]})),ne(r7(e,{props:[rG(t,/:(plac\w+)/,":"+rR+"$1")]})),ne(r7(e,{props:[rG(t,/:(plac\w+)/,rN+"input-$1")]})),ne(r7(e,{props:[t]})),rY(e,{props:rQ(r,n)})}return""},o.map(i).join("")}}}var ns=/"[^"]+"|'[^']+'|url\([^)]+\)|(\d*\.?\d+)px/g,nc=function(){return function(e){e.type===rU&&e.value.startsWith("backdrop-filter")&&(e.return="".concat(rM).concat(e.props,":").concat(e.children,";").concat(e.props,":").concat(e.children,";"))}};function nu(){for(var e,t,r,n,o,i,a=arguments.length,l=Array(a),s=0;s<a;s++)l[s]=arguments[s];if(!l[0])return"";var c="";return r0((o=function e(t,r,n,o,i,a,l,s,c){for(var u,d,f,p,b=0,g=0,h=l,v=0,m=0,y=0,x=1,w=1,k=1,S=0,A="",O=i,C=a,E=o,z=A;w;)switch(y=S,S=nt()){case 40:if(108!=y&&58==rX(z,h-1)){-1!=rW(z+=rG(no(S),"&","&\f"),"&\f",rB(b?s[b-1]:0))&&(k=-1);break}case 34:case 39:case 91:z+=no(S);break;case 9:case 10:case 13:case 32:z+=function(e){for(;r6=nr();)if(r6<33)nt();else break;return nn(e)>2||nn(r6)>3?"":" "}(y);break;case 92:z+=function(e,t){for(var r;--t&&nt()&&!(r6<48)&&!(r6>102)&&(!(r6>57)||!(r6<65))&&(!(r6>70)||!(r6<97)););return r=r5+(t<6&&32==nr()&&32==nt()),rZ(r8,e,r)}(r5-1,7);continue;case 47:switch(nr()){case 42:case 47:rJ((u=function(e,t){for(;nt();)if(e+r6===57)break;else if(e+r6===84&&47===nr())break;return"/*"+rZ(r8,t,r5-1)+"*"+rV(47===e?e:nt())}(nt(),r5),d=r,f=n,p=c,r9(u,d,f,rD,rV(r6),rZ(u,2,-2),0,p)),c),(5==nn(y||1)||5==nn(nr()||1))&&rK(z)&&" "!==rZ(z,-1,void 0)&&(z+=" ");break;default:z+="/"}break;case 123*x:s[b++]=rK(z)*k;case 125*x:case 59:case 0:switch(S){case 0:case 125:w=0;case 59+g:-1==k&&(z=rG(z,/\f/g,"")),m>0&&(rK(z)-h||0===x&&47===y)&&rJ(m>32?na(z+";",o,n,h-1,c):na(rG(z," ","")+";",o,n,h-2,c),c);break;case 59:z+=";";default:if(rJ(E=ni(z,r,n,b,g,i,s,A,O=[],C=[],h,a),a),123===S)if(0===g)e(z,r,E,E,O,a,h,s,C);else{switch(v){case 99:if(110===rX(z,3))break;case 108:if(97===rX(z,2))break;default:g=0;case 100:case 109:case 115:}g?e(t,E,E,o&&rJ(ni(t,E,E,0,0,i,s,A,i,O=[],h,C),C),i,C,h,s,o?O:C):e(z,E,E,E,[""],C,0,s,C)}}b=g=m=0,x=k=1,A=z="",h=l;break;case 58:h=1+rK(z),m=y;default:if(x<1){if(123==S)--x;else if(125==S&&0==x++&&125==(r6=r5>0?rX(r8,--r5):0,r3--,10===r6&&(r3=1,r2--),r6))continue}switch(z+=rV(S),S*x){case 38:k=g>0?1:(z+="\f",-1);break;case 44:s[b++]=(rK(z)-1)*k,k=1;break;case 64:45===nr()&&(z+=no(nt())),v=nr(),g=h=rK(A=z+=function(e){for(;!nn(nr());)nt();return rZ(r8,e,r5)}(r5)),S++;break;case 45:45===y&&2==rK(z)&&(x=0)}}return a}("",null,null,null,[""],(n=r=function(e){if(1===e.length&&"object"==typeof e[0]&&null!==e[0]&&void 0!==e[0].styles)return e[0];var t,r=!0,n="";ek=void 0;var o=e[0];null==o||void 0===o.raw?(r=!1,n+=r_(void 0,void 0,o)):n+=o[0];for(var i=1;i<e.length;i++)n+=r_(void 0,void 0,e[i]),r&&(n+=o[i]);r$.lastIndex=0;for(var a="";null!==(t=r$.exec(n));)a+="-"+t[1];return{name:function(e){for(var t,r=0,n=0,o=e.length;o>=4;++n,o-=4)t=(65535&(t=255&e.charCodeAt(n)|(255&e.charCodeAt(++n))<<8|(255&e.charCodeAt(++n))<<16|(255&e.charCodeAt(++n))<<24))*0x5bd1e995+((t>>>16)*59797<<16),t^=t>>>24,r=(65535&t)*0x5bd1e995+((t>>>16)*59797<<16)^(65535&r)*0x5bd1e995+((r>>>16)*59797<<16);switch(o){case 3:r^=(255&e.charCodeAt(n+2))<<16;case 2:r^=(255&e.charCodeAt(n+1))<<8;case 1:r^=255&e.charCodeAt(n),r=(65535&r)*0x5bd1e995+((r>>>16)*59797<<16)}return r^=r>>>13,(((r=(65535&r)*0x5bd1e995+((r>>>16)*59797<<16))^r>>>15)>>>0).toString(36)}(n)+a,styles:n,next:ek}}(l).styles,r2=r3=1,r4=rK(r8=n),r5=0,r=[]),0,[0],r),r8="",o),(t=(e=[function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=e.remSize,r=void 0===t?16:t,n=e.allowList,o=e.blockList;return function(e){e.type===rU&&e.value.match(ns)&&(n&&!n.includes(e.props)||o&&o.includes(e.props)||(e.return="".concat(e.props,":").concat(e.children.replace(ns,function(e,t){return t?"".concat(Number(t)/r,"rem"):e}),";")))}}(),nl,nc(),r1,(i=function(e){c+=e},function(e){!e.root&&(e=e.return)&&i(e)})]).length,function(r,n,o,i){for(var a="",l=0;l<t;l++)a+=e[l](r,n,o,i)||"";return a})),c}function nd(){var e=new rL({key:"n-global",container:document.head}),t=nu.apply(void 0,arguments);return e.insert(t),e.flush}function nf(){for(var e=arguments.length,t=Array(e),r=0;r<e;r++)t[r]=arguments[r];return t.filter(Boolean).join(" ")}function np(e){if(e)try{return JSON.parse(e)}catch(t){return e}}function nb(e,t,r,n){if(null==r||!1===r)return e.removeAttribute(t);let o=n?JSON.stringify(r):r;e.__updating[t]=!0,"true"===o&&(o=""),e.setAttribute(t,o),Promise.resolve().then(()=>delete e.__updating[t])}function ng(e){return null!=e&&("object"==typeof e||"function"==typeof e)}function nh(){return t}function nv(){Object.defineProperty(t,"renderRoot",{value:t})}function nm(e,t){if(e.hot){function r(e){e&&e instanceof Error||function e(t,r){r(t),t.shadowRoot&&e(t.shadowRoot,r);let n=t.firstChild;for(;n;)1===n.nodeType&&e(n,r),n=n.nextSibling}(document.body,e=>e.localName===t&&setTimeout(()=>(function(e){let t=null;for(;t=e.__releaseCallbacks.pop();)t(e);delete e.__initialized,e.renderRoot.textContent="",e.connectedCallback()})(e),0))}e.hot.accept(r),e.hot.status&&"apply"===e.hot.status()&&r()}}function ny(e){return(t,r)=>{let{element:n}=r;return th(o=>{let i=function(e){let t=Object.keys(e),r={};for(let n=0;n<t.length;n++){let[o,i]=tv(e[t[n]]);Object.defineProperty(r,t[n],{get:o,set(e){i(()=>e)}})}return r}(t);n.addPropertyChangedCallback((e,t)=>i[e]=t),n.addReleaseCallback(()=>{n.renderRoot.textContent="",o()});let a=e(i,r);return rg(n.renderRoot,a)},function(e){if(e.assignedSlot&&e.assignedSlot._$owner)return e.assignedSlot._$owner;let t=e.parentNode;for(;t&&!t._$owner&&!(t.assignedSlot&&t.assignedSlot._$owner);)t=t.parentNode;return t&&t.assignedSlot?t.assignedSlot._$owner:e._$owner}(n))}}function nx(e,r,n){return 2==arguments.length&&(n=r,r={}),(function(e,r={},n={}){let{BaseElement:o=HTMLElement,extension:i,customElements:a=window.customElements}=n;return n=>{var l,s;let c;if(!e)throw Error("tag is required to register a Component");let u=a.get(e);return u?(u.prototype.Component=n,u):(l=o,c=Object.keys(s=r?Object.keys(r).reduce((e,t)=>{let n=r[t];return e[t]=ng(n)&&"value"in n?n:{value:n},e[t].attribute||(e[t].attribute=t.replace(/\.?([A-Z]+)/g,(e,t)=>"-"+t.toLowerCase()).replace("_","-").replace(/^-/,"")),e[t].parse="parse"in e[t]?e[t].parse:"string"!=typeof e[t].value,e},{}):{}),(u=class extends l{static get observedAttributes(){return c.map(e=>s[e].attribute)}constructor(){super(),this.__initialized=!1,this.__released=!1,this.__releaseCallbacks=[],this.__propertyChangedCallbacks=[],this.__updating={},this.props={}}connectedCallback(){var e,r;let n;if(this.__initialized)return;this.__releaseCallbacks=[],this.__propertyChangedCallbacks=[],this.__updating={},this.props=(e=this,n=Object.keys(s).reduce((e,t)=>{var r;let n=s[t];return e[t]=Object.assign({},n),ng(n.value)&&(r=n.value,"[object Function]"!==Object.prototype.toString.call(r))&&!Array.isArray(n.value)&&(e[t].value=Object.assign({},n.value)),Array.isArray(n.value)&&(e[t].value=n.value.slice(0)),e},{}),Object.keys(s).forEach(t=>{let r=n[t],o=e.getAttribute(r.attribute),i=e[t];null!=o&&(r.value=r.parse?np(o):o),null!=i&&(r.value=Array.isArray(i)?i.slice(0):i),r.reflect&&nb(e,r.attribute,r.value,!!r.parse),Object.defineProperty(e,t,{get:()=>r.value,set(e){let n=r.value;r.value=e,r.reflect&&nb(this,r.attribute,r.value,!!r.parse);for(let r=0,o=this.__propertyChangedCallbacks.length;r<o;r++)this.__propertyChangedCallbacks[r](t,e,n)},enumerable:!0,configurable:!0})}),n);let o=Object.keys(r=this.props).reduce((e,t)=>(e[t]=r[t].value,e),{}),i=this.Component,a=t;try{(t=this,this.__initialized=!0,"function"==typeof i&&0===i.toString().indexOf("class"))?new i(o,{element:this}):i(o,{element:this})}finally{t=a}}async disconnectedCallback(){if(await Promise.resolve(),this.isConnected)return;this.__propertyChangedCallbacks.length=0;let e=null;for(;e=this.__releaseCallbacks.pop();)e(this);delete this.__initialized,this.__released=!0}attributeChangedCallback(e,t,r){if(this.__initialized&&!this.__updating[e]&&(e=this.lookupProp(e))in s){if(null!=r||this[e])this[e]=s[e].parse?np(r):r}}lookupProp(e){if(s)return c.find(t=>e===t||e===s[t].attribute)}get renderRoot(){return this.shadowRoot||this.attachShadow({mode:"open"})}addReleaseCallback(e){this.__releaseCallbacks.push(e)}addPropertyChangedCallback(e){this.__propertyChangedCallbacks.push(e)}}).prototype.Component=n,u.prototype.registeredTag=e,a.define(e,u,i),u)}})(e,r)(ny(n))}Object.defineProperty(nc,"name",{value:"prefixBackdropFilter"}),Symbol("element-context");var nw=((g={}).small="small",g.normal="normal",g.large="large",g),nk=((h={}).normal="normal",h.success="success",h.warning="warning",h.error="error",h.info="info",h.primary="primary",h),nS=((v={}).label="label",v.value="value",v.options="options",v.children="children",v.icon="icon",v.suffix="suffix",v.title="title",v.subTitle="subTitle",v.key="key",v.name="name",v);function nA(e,t){t.forEach(function(t){var r=e[t];e.removeAttribute(t.replace(/([A-Z])/g,"-$1").toLowerCase()),e[t]=r})}function nO(e){return e[3]&&e[3]<1?"hsva(".concat(e[0],", ").concat(e[1],"%, ").concat(e[2],"%, ").concat(e[3],")"):"hsv(".concat(e[0],", ").concat(e[1],"%, ").concat(e[2],"%)")}function nC(e,t){(null==t||t>e.length)&&(t=e.length);for(var r=0,n=Array(t);r<t;r++)n[r]=e[r];return n}function nE(e){var t,r=function(e){if(Array.isArray(e))return e}(e)||function(e){var t=null==e?null:"u">typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(null!=t){var r,n,o,i,a=[],l=!0,s=!1;try{o=(t=t.call(e)).next,!1;for(;!(l=(r=o.call(t)).done)&&(a.push(r.value),4!==a.length);l=!0);}catch(e){s=!0,n=e}finally{try{if(!l&&null!=t.return&&(i=t.return(),Object(i)!==i))return}finally{if(s)throw n}}return a}}(e)||function(e){if(e){if("string"==typeof e)return nC(e,4);var t=({}).toString.call(e).slice(8,-1);return"Object"===t&&e.constructor&&(t=e.constructor.name),"Map"===t||"Set"===t?Array.from(e):"Arguments"===t||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(t)?nC(e,4):void 0}}(e)||function(){throw TypeError(`Invalid attempt to destructure non-iterable instance.
|
|
3
3
|
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}(),n=r[0],o=r[1],i=r[2],a=r[3],l=n/255,s=o/255,c=i/255,u=0,d=Math.min(l,s,c),f=Math.max(l,s,c),p=f-d;if(0===p)u=t=0;else{t=p/f;var b=((f-l)/6+p/2)/p,g=((f-s)/6+p/2)/p,h=((f-c)/6+p/2)/p;l===f?u=h-g:s===f?u=1/3+b-h:c===f&&(u=2/3+g-b),u<0?u+=1:u>1&&(u-=1)}var v=[Math.floor(360*u),Math.floor(100*t),Math.floor(100*f),void 0===a?1:a];return v.toString=function(){return nO(v)},v.max=nU.hsva,v}function nz(e,t){(null==t||t>e.length)&&(t=e.length);for(var r=0,n=Array(t);r<t;r++)n[r]=e[r];return n}function nj(e,t){(null==t||t>e.length)&&(t=e.length);for(var r=0,n=Array(t);r<t;r++)n[r]=e[r];return n}function nT(e,t){(null==t||t>e.length)&&(t=e.length);for(var r=0,n=Array(t);r<t;r++)n[r]=e[r];return n}function nI(e,t){(null==t||t>e.length)&&(t=e.length);for(var r=0,n=Array(t);r<t;r++)n[r]=e[r];return n}function nP(e){var t=function(e){if(Array.isArray(e))return e}(e)||function(e){var t=null==e?null:"u">typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(null!=t){var r,n,o,i,a=[],l=!0,s=!1;try{o=(t=t.call(e)).next,!1;for(;!(l=(r=o.call(t)).done)&&(a.push(r.value),4!==a.length);l=!0);}catch(e){s=!0,n=e}finally{try{if(!l&&null!=t.return&&(i=t.return(),Object(i)!==i))return}finally{if(s)throw n}}return a}}(e)||function(e){if(e){if("string"==typeof e)return nI(e,4);var t=({}).toString.call(e).slice(8,-1);return"Object"===t&&e.constructor&&(t=e.constructor.name),"Map"===t||"Set"===t?Array.from(e):"Arguments"===t||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(t)?nI(e,4):void 0}}(e)||function(){throw TypeError(`Invalid attempt to destructure non-iterable instance.
|
|
4
4
|
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}(),r=t[0],n=t[1],o=t[2],i=t[3],a=void 0===i?1:i,l=r/360*6,s=n/100,c=o/100,u=Math.floor(l),d=l-u,f=c*(1-s),p=c*(1-d*s),b=c*(1-(1-d)*s),g=u%6,h=[Math.floor(255*[c,p,f,f,b,c][g]),Math.floor(255*[b,c,c,p,f,f][g]),Math.floor(255*[f,f,b,c,c,p][g]),a];return h.toString=function(){return a<1?"rgba(".concat(h.join(","),")"):"rgb(".concat(h.slice(0,3).join(","),")")},h.max=nU.rgba,h}function n_(e,t){(null==t||t>e.length)&&(t=e.length);for(var r=0,n=Array(t);r<t;r++)n[r]=e[r];return n}function n$(e){var t=function(e){if(Array.isArray(e))return e}(e)||function(e){var t=null==e?null:"u">typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(null!=t){var r,n,o,i,a=[],l=!0,s=!1;try{o=(t=t.call(e)).next,!1;for(;!(l=(r=o.call(t)).done)&&(a.push(r.value),4!==a.length);l=!0);}catch(e){s=!0,n=e}finally{try{if(!l&&null!=t.return&&(i=t.return(),Object(i)!==i))return}finally{if(s)throw n}}return a}}(e)||function(e){if(e){if("string"==typeof e)return n_(e,4);var t=({}).toString.call(e).slice(8,-1);return"Object"===t&&e.constructor&&(t=e.constructor.name),"Map"===t||"Set"===t?Array.from(e):"Arguments"===t||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(t)?n_(e,4):void 0}}(e)||function(){throw TypeError(`Invalid attempt to destructure non-iterable instance.
|
|
@@ -488,7 +488,7 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
|
|
|
488
488
|
}
|
|
489
489
|
}
|
|
490
490
|
`])));function o2(e){return(o2="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}var o3=ri("<style>"),o4=ri("<style> "),o5=ri("<span>"),o6=ri("<div>");function o8(e,t,r,n){var o={configurable:!0,enumerable:!0};return o[e]=n,Object.defineProperty(t,r,o)}function o9(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter(function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable})),r.push.apply(r,n)}return r}function o7(e){for(var t=1;t<arguments.length;t++){var r=null!=arguments[t]?arguments[t]:{};t%2?o9(Object(r),!0).forEach(function(t){ie(e,t,r[t])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):o9(Object(r)).forEach(function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(r,t))})}return e}function ie(e,t,r){var n;return(n=function(e,t){if("object"!=o2(e)||!e)return e;var r=e[Symbol.toPrimitive];if(void 0!==r){var n=r.call(e,t||"default");if("object"!=o2(n))return n;throw TypeError("@@toPrimitive must return a primitive value.")}return("string"===t?String:Number)(e)}(t,"string"),(t="symbol"==o2(n)?n:n+"")in e)?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}function it(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){var r=null==e?null:"u">typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(null!=r){var n,o,i,a,l=[],s=!0,c=!1;try{if(i=(r=r.call(e)).next,0===t){if(Object(r)!==r)return;s=!1}else for(;!(s=(n=i.call(r)).done)&&(l.push(n.value),l.length!==t);s=!0);}catch(e){c=!0,o=e}finally{try{if(!s&&null!=r.return&&(a=r.return(),Object(a)!==a))return}finally{if(c)throw o}}return l}}(e,t)||ir(e,t)||function(){throw TypeError(`Invalid attempt to destructure non-iterable instance.
|
|
491
|
-
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}()}function ir(e,t){if(e){if("string"==typeof e)return io(e,t);var r=({}).toString.call(e).slice(8,-1);return"Object"===r&&e.constructor&&(r=e.constructor.name),"Map"===r||"Set"===r?Array.from(e):"Arguments"===r||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r)?io(e,t):void 0}}function io(e,t){(null==t||t>e.length)&&(t=e.length);for(var r=0,n=Array(t);r<t;r++)n[r]=e[r];return n}function ii(e){var t,r,n,o,i,a,l,s=nQ.isDark,c=nQ.baseStyle,u=it(tZ(tX({trigger:"hover"},e),["class","css","popupClass","popupCss","size","trigger","open","disabled","onOpenChange","dropdownMatchSelectWidth","destroyInactive","arrow","placement","getPopupContainer","children","content"]),1)[0],d=it(tv(null),2),f=d[0],p=d[1],b=it(tv({}),2),g=b[0],h=b[1],v=it(tv(!1),2),m=v[0],y=v[1],x=it(tv(""),2),w=x[0],k=x[1];function S(e){u.disabled||(u.onOpenChange&&u.onOpenChange(e),void 0===u.open&&p(e))}function A(){!1===f()&&(p(null),S(null))}function O(e){clearTimeout(a),a=setTimeout(function(){if(clearTimeout(a),!e.target||"false"!==e.target.getAttribute("handle-closed")){var t=function e(t,r){if(!t||!r)return!1;if(r.contains(t))return!0;var n=t.getRootNode();return n instanceof ShadowRoot&&e(n.host,r)}(e.target,o);(f()&&!t||t&&"mousedown"!==e.type)&&S(!1)}},300*("hover"===u.trigger))}ty(function(){void 0!==u.open&&p(u.open)}),ty(function(){f()&&u.dropdownMatchSelectWidth&&i&&k(".portal {width: ".concat(i.offsetWidth,"px;}"))});var C=function(e){clearTimeout(l),l=setTimeout(function(){if(clearTimeout(l),o&&i&&(e||"contextMenu"!==u.trigger)){if((null==e?void 0:e.type)==="scroll"&&"contextMenu"===u.trigger)return void S(!1);var t=i.getBoundingClientRect(),r=o.getBoundingClientRect(),n=r.width/2-t.width/2,a=window.innerHeight-t.bottom,s=u.placement,c=!(null!=s&&s.startsWith("top"))&&a>.8*o.offsetHeight&&a>t.top||(null==s?void 0:s.startsWith("bottom")),d=u.arrow?8:4,f={};switch(u.placement){case"bottomLeft":case"left":case"topLeft":f.left=t.left,f["--x"]=-r.width/2+16;break;case"bottomRight":case"right":case"topRight":f.left=t.right-r.width,f["--x"]=r.width/2-16;break;default:f.left=Math.abs(n>t.left?t.left:t.left-n),f["--x"]=-(f.left-t.left+n)}c?f.top=t.bottom+d:f.bottom=window.innerHeight-t.top+d,h(function(e){return!function e(t,r,n){for(var o=n||new WeakMap,i=[[t,r]];i.length>0;){var a=oI(i.pop(),2),l=a[0],s=a[1];if(l!==s){if(!l||!s){if(l!==s)return!1;continue}var c=oC(l);if(c!==oC(s))return!1;if(!(Number.isNaN(l)&&Number.isNaN(s))){if(["[object Function]","[object AsyncFunction]","[object GeneratorFunction]"].includes(c)){if(!oN(l,s))return!1;continue}if("object"!=oT(l)&&"object"!=oT(s)||"bigint"==typeof l&&"bigint"==typeof s){if(l!==s)return!1;continue}if(!o.has(l)||o.get(l)!==s){if(o.set(l,s),o.set(s,l),l instanceof Date&&s instanceof Date){if(l.getTime()!==s.getTime())return!1;continue}if(l instanceof RegExp&&s instanceof RegExp){if(!oN(l,s))return!1;continue}if(l instanceof Map&&s instanceof Map){if(l.size!==s.size)return!1;var u,d=oj(l);try{for(d.s();!(u=d.n()).done;){var f=oI(u.value,2),p=f[0],b=f[1];if(!s.has(p)||!e(b,s.get(p),o))return!1}}catch(e){d.e(e)}finally{d.f()}break}if(l instanceof Set&&s instanceof Set){if(l.size!==s.size)return!1;var g,h=oj(l);try{for(h.s();!(g=h.n()).done;){var v,m=g.value,y=!1,x=oj(s);try{for(x.s();!(v=x.n()).done;){var w=v.value;if(e(m,w,o)){y=!0;break}}}catch(e){x.e(e)}finally{x.f()}if(!y)return!1}}catch(e){h.e(e)}finally{h.f()}break}if(l instanceof ArrayBuffer&&s instanceof ArrayBuffer){if(l.byteLength!==s.byteLength)return!1;for(var k=new DataView(l),S=new DataView(s),A=0;A<l.byteLength;A++)if(k.getUint8(A)!==S.getUint8(A))return!1;continue}if(ArrayBuffer.isView(l)&&ArrayBuffer.isView(s)){if(l.byteLength!==s.byteLength)return!1;for(var O=new Uint8Array(l.buffer),C=new Uint8Array(s.buffer),E=0;E<O.length;E++)if(O[E]!==C[E])return!1;continue}if(l instanceof DataView&&s instanceof DataView){if(l.byteLength!==s.byteLength)return!1;for(var z=0;z<l.byteLength;z++)if(l.getUint8(z)!==s.getUint8(z))return!1;continue}if(l instanceof Promise&&s instanceof Promise){if(l!==s)return!1;continue}if("function"==typeof l&&"function"==typeof s){if(!oN(l,s))return!1;continue}if(oz(l)||oz(s)){var j=o$(l),T=o$(s),I=oL(l),P=oL(s);i.push([j,T],[I,P]);continue}var _=Reflect.ownKeys(l),$=Reflect.ownKeys(s);if(_.length!==$.length)return!1;var L,N=oj(_);try{for(N.s();!(L=N.n()).done;){var R=L.value,M=l[R],D=s[R];if(!Object.prototype.hasOwnProperty.call(r,R)||!e(M,D,o))return!1}}catch(e){N.e(e)}finally{N.f()}}}}}return!0}(e,f)?f:e}),y(function(e){return!c===e?e:!c})}},32)};function E(e){clearTimeout(a),e.stopPropagation(),"contextMenu"===u.trigger&&"contextmenu"===e.type&&(e.preventDefault(),h(function(t){return o7(o7({},t),{},ie({left:e.clientX,top:e.clientY},"--x",-((null==o?void 0:o.getBoundingClientRect().width)||0)/2+16))})),S(!0)}var z=tx(function(){return oR(u.getPopupContainer)?u.getPopupContainer(i):document.body}),j=tx(function(){var e={},t={click:"on:mousedown",hover:"on:mouseenter",contextMenu:"on:contextmenu",none:void 0}[u.trigger],r={hover:"on:mouseleave",click:void 0,contextMenu:void 0,none:void 0}[u.trigger];return Object.assign(e,t&&ie({},t,E),r&&ie({},r,O)),e}),T=tx(function(){var e=g();return".portal {".concat(Object.keys(e).map(function(t){return"".concat(t,":").concat(e[t],"px;")}).join(""),"z-index: 99999;}")}),I=tx(function(){return nf("portal",u.arrow&&"arrow","".concat(f()?"in":"out","-").concat(m()?"up":"down"),u.size,u.popupClass)}),P=tx(function(){return":host {--popover-bg: ".concat(s()?"#1f1f1f":"var(--component-bg)",";--popover-shadow-color: rgb(0 0 0 / 5%);position: absolute;}")});return ty(function(){f()&&(C(),window.addEventListener("scroll",C,{passive:oM})),tA(function(){window.removeEventListener("scroll",C,!1)})}),tS(function(){"none"!==u.trigger&&document.documentElement.addEventListener("mousedown",O,!1)}),tA(function(){clearTimeout(a),document.documentElement.removeEventListener("mousedown",O,!1)}),[((t=o3()).textContent=o0,t),tV(t2,{get when(){return u.css},get children(){var _=o4(),$=_.firstChild;return tm(function(){return $.data=nu(u.css)}),_}}),(r=o5(),"function"==typeof(n=i)?rb(n,r):i=r,rp(r,tX(o8("get",{},"class",function(){return nf("popover",u.size,u.class)}),j),!1,!0),rg(r,function(){return u.children}),r),tV(t2,{get when(){return null!==f()||!u.destroyInactive},get children(){return tV(rA,{useShadow:!0,get mount(){return z()},get children(){var L,N,R,M,D,F,U,H,B,V,Y;return[(N=(L=o4()).firstChild,tm(function(){return N.data=c()}),L),((R=o3()).textContent=o1,R),(D=(M=o4()).firstChild,tm(function(){return D.data=P()}),M),(U=(F=o4()).firstChild,tm(function(){return U.data=T()}),F),(B=(H=o4()).firstChild,tm(function(){return B.data=w()}),H),tV(t2,{get when(){return u.popupCss},get children(){var q=o4(),G=q.firstChild;return tm(function(){return G.data=nu(u.popupCss)}),q}}),(rc(V=o6(),"animationend",A),"function"==typeof(Y=o)?rb(Y,V):o=V,rp(V,tX(o8("get",{},"class",function(){return I()}),j),!1,!0),rg(V,tV(t2,{get when(){return!!u.content},get fallback(){return tV(oJ,{})},get children(){return tV(t2,{get when(){return"string"==typeof u.content},get fallback(){return rr(function(){return u.content})},get children(){var W=o6();return tm(function(){return W.innerHTML=u.content}),W}})}})),V)]}})}})]}var ia={class:void 0,css:void 0,content:void 0,getPopupContainer:void 0,trigger:void 0,open:void 0,onOpenChange:void 0,popupClass:void 0,popupCss:void 0,destroyInactive:!0,disabled:void 0,arrow:void 0,placement:void 0,dropdownMatchSelectWidth:void 0};ii.registry=function(){nx("n-popover",ia,function(e,t){var r,n,o,i,a=nQ.baseStyle,l=t.element,s=tX({onOpenChange:function(e){l.dispatchEvent(new CustomEvent("openchange",{detail:e}))},children:function(e){if(Array.isArray(e))return io(e)}(r=l.childNodes.values())||function(e){if("u">typeof Symbol&&null!=e[Symbol.iterator]||null!=e["@@iterator"])return Array.from(e)}(r)||ir(r)||function(){throw TypeError(`Invalid attempt to spread non-iterable instance.
|
|
491
|
+
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}()}function ir(e,t){if(e){if("string"==typeof e)return io(e,t);var r=({}).toString.call(e).slice(8,-1);return"Object"===r&&e.constructor&&(r=e.constructor.name),"Map"===r||"Set"===r?Array.from(e):"Arguments"===r||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r)?io(e,t):void 0}}function io(e,t){(null==t||t>e.length)&&(t=e.length);for(var r=0,n=Array(t);r<t;r++)n[r]=e[r];return n}function ii(e){var t,r,n,o,i,a,l,s=nQ.isDark,c=nQ.baseStyle,u=it(tZ(tX({trigger:"hover"},e),["class","css","popupClass","popupCss","size","trigger","open","disabled","onOpenChange","dropdownMatchSelectWidth","destroyInactive","arrow","placement","getPopupContainer","children","content","encodeUri"]),1)[0],d=it(tv(null),2),f=d[0],p=d[1],b=it(tv({}),2),g=b[0],h=b[1],v=it(tv(!1),2),m=v[0],y=v[1],x=it(tv(""),2),w=x[0],k=x[1];function S(e){u.disabled||(u.onOpenChange&&u.onOpenChange(e),void 0===u.open&&p(e))}function A(){!1===f()&&(p(null),S(null))}function O(e){clearTimeout(a),a=setTimeout(function(){if(clearTimeout(a),!e.target||"false"!==e.target.getAttribute("handle-closed")){var t=function e(t,r){if(!t||!r)return!1;if(r.contains(t))return!0;var n=t.getRootNode();return n instanceof ShadowRoot&&e(n.host,r)}(e.target,o);(f()&&!t||t&&"mousedown"!==e.type)&&S(!1)}},300*("hover"===u.trigger))}ty(function(){void 0!==u.open&&p(u.open)}),ty(function(){f()&&u.dropdownMatchSelectWidth&&i&&k(".portal {width: ".concat(i.offsetWidth,"px;}"))});var C=function(e){clearTimeout(l),l=setTimeout(function(){if(clearTimeout(l),o&&i&&(e||"contextMenu"!==u.trigger)){if((null==e?void 0:e.type)==="scroll"&&"contextMenu"===u.trigger)return void S(!1);var t=i.getBoundingClientRect(),r=o.getBoundingClientRect(),n=r.width/2-t.width/2,a=window.innerHeight-t.bottom,s=u.placement,c=!(null!=s&&s.startsWith("top"))&&a>.8*o.offsetHeight&&a>t.top||(null==s?void 0:s.startsWith("bottom")),d=u.arrow?8:4,f={};switch(u.placement){case"bottomLeft":case"left":case"topLeft":f.left=t.left,f["--x"]=-r.width/2+16;break;case"bottomRight":case"right":case"topRight":f.left=t.right-r.width,f["--x"]=r.width/2-16;break;default:f.left=Math.abs(n>t.left?t.left:t.left-n),f["--x"]=-(f.left-t.left+n)}c?f.top=t.bottom+d:f.bottom=window.innerHeight-t.top+d,h(function(e){return!function e(t,r,n){for(var o=n||new WeakMap,i=[[t,r]];i.length>0;){var a=oI(i.pop(),2),l=a[0],s=a[1];if(l!==s){if(!l||!s){if(l!==s)return!1;continue}var c=oC(l);if(c!==oC(s))return!1;if(!(Number.isNaN(l)&&Number.isNaN(s))){if(["[object Function]","[object AsyncFunction]","[object GeneratorFunction]"].includes(c)){if(!oN(l,s))return!1;continue}if("object"!=oT(l)&&"object"!=oT(s)||"bigint"==typeof l&&"bigint"==typeof s){if(l!==s)return!1;continue}if(!o.has(l)||o.get(l)!==s){if(o.set(l,s),o.set(s,l),l instanceof Date&&s instanceof Date){if(l.getTime()!==s.getTime())return!1;continue}if(l instanceof RegExp&&s instanceof RegExp){if(!oN(l,s))return!1;continue}if(l instanceof Map&&s instanceof Map){if(l.size!==s.size)return!1;var u,d=oj(l);try{for(d.s();!(u=d.n()).done;){var f=oI(u.value,2),p=f[0],b=f[1];if(!s.has(p)||!e(b,s.get(p),o))return!1}}catch(e){d.e(e)}finally{d.f()}break}if(l instanceof Set&&s instanceof Set){if(l.size!==s.size)return!1;var g,h=oj(l);try{for(h.s();!(g=h.n()).done;){var v,m=g.value,y=!1,x=oj(s);try{for(x.s();!(v=x.n()).done;){var w=v.value;if(e(m,w,o)){y=!0;break}}}catch(e){x.e(e)}finally{x.f()}if(!y)return!1}}catch(e){h.e(e)}finally{h.f()}break}if(l instanceof ArrayBuffer&&s instanceof ArrayBuffer){if(l.byteLength!==s.byteLength)return!1;for(var k=new DataView(l),S=new DataView(s),A=0;A<l.byteLength;A++)if(k.getUint8(A)!==S.getUint8(A))return!1;continue}if(ArrayBuffer.isView(l)&&ArrayBuffer.isView(s)){if(l.byteLength!==s.byteLength)return!1;for(var O=new Uint8Array(l.buffer),C=new Uint8Array(s.buffer),E=0;E<O.length;E++)if(O[E]!==C[E])return!1;continue}if(l instanceof DataView&&s instanceof DataView){if(l.byteLength!==s.byteLength)return!1;for(var z=0;z<l.byteLength;z++)if(l.getUint8(z)!==s.getUint8(z))return!1;continue}if(l instanceof Promise&&s instanceof Promise){if(l!==s)return!1;continue}if("function"==typeof l&&"function"==typeof s){if(!oN(l,s))return!1;continue}if(oz(l)||oz(s)){var j=o$(l),T=o$(s),I=oL(l),P=oL(s);i.push([j,T],[I,P]);continue}var _=Reflect.ownKeys(l),$=Reflect.ownKeys(s);if(_.length!==$.length)return!1;var L,N=oj(_);try{for(N.s();!(L=N.n()).done;){var R=L.value,M=l[R],D=s[R];if(!Object.prototype.hasOwnProperty.call(r,R)||!e(M,D,o))return!1}}catch(e){N.e(e)}finally{N.f()}}}}}return!0}(e,f)?f:e}),y(function(e){return!c===e?e:!c})}},32)};function E(e){clearTimeout(a),e.stopPropagation(),"contextMenu"===u.trigger&&"contextmenu"===e.type&&(e.preventDefault(),h(function(t){return o7(o7({},t),{},ie({left:e.clientX,top:e.clientY},"--x",-((null==o?void 0:o.getBoundingClientRect().width)||0)/2+16))})),S(!0)}var z=tx(function(){return oR(u.getPopupContainer)?u.getPopupContainer(i):document.body}),j=tx(function(){var e={},t={click:"on:mousedown",hover:"on:mouseenter",contextMenu:"on:contextmenu",none:void 0}[u.trigger],r={hover:"on:mouseleave",click:void 0,contextMenu:void 0,none:void 0}[u.trigger];return Object.assign(e,t&&ie({},t,E),r&&ie({},r,O)),e}),T=tx(function(){var e=g();return".portal {".concat(Object.keys(e).map(function(t){return"".concat(t,":").concat(e[t],"px;")}).join(""),"z-index: 99999;}")}),I=tx(function(){return nf("portal",u.arrow&&"arrow","".concat(f()?"in":"out","-").concat(m()?"up":"down"),u.size,u.popupClass)}),P=tx(function(){return":host {--popover-bg: ".concat(s()?"#1f1f1f":"var(--component-bg)",";--popover-shadow-color: rgb(0 0 0 / 5%);position: absolute;}")});return ty(function(){f()&&(C(),window.addEventListener("scroll",C,{passive:oM})),tA(function(){window.removeEventListener("scroll",C,!1)})}),tS(function(){"none"!==u.trigger&&document.documentElement.addEventListener("mousedown",O,!1)}),tA(function(){clearTimeout(a),document.documentElement.removeEventListener("mousedown",O,!1)}),[((t=o3()).textContent=o0,t),tV(t2,{get when(){return u.css},get children(){var _=o4(),$=_.firstChild;return tm(function(){return $.data=nu(u.css)}),_}}),(r=o5(),"function"==typeof(n=i)?rb(n,r):i=r,rp(r,tX(o8("get",{},"class",function(){return nf("popover",u.size,u.class)}),j),!1,!0),rg(r,function(){return u.children}),r),tV(t2,{get when(){return null!==f()||!u.destroyInactive},get children(){return tV(rA,{useShadow:!0,get mount(){return z()},get children(){var L,N,R,M,D,F,U,H,B,V,Y;return[(N=(L=o4()).firstChild,tm(function(){return N.data=c()}),L),((R=o3()).textContent=o1,R),(D=(M=o4()).firstChild,tm(function(){return D.data=P()}),M),(U=(F=o4()).firstChild,tm(function(){return U.data=T()}),F),(B=(H=o4()).firstChild,tm(function(){return B.data=w()}),H),tV(t2,{get when(){return u.popupCss},get children(){var q=o4(),G=q.firstChild;return tm(function(){return G.data=nu(u.popupCss)}),q}}),(rc(V=o6(),"animationend",A),"function"==typeof(Y=o)?rb(Y,V):o=V,rp(V,tX(o8("get",{},"class",function(){return I()}),j),!1,!0),rg(V,tV(t2,{get when(){return!!u.content},get fallback(){return tV(oJ,{})},get children(){return tV(t2,{get when(){return"string"==typeof u.content},get fallback(){return rr(function(){return u.content})},get children(){var W=o6();return tm(function(){return W.innerHTML=u.encodeUri?decodeURIComponent(u.content):u.content}),W}})}})),V)]}})}})]}var ia={class:void 0,css:void 0,content:void 0,getPopupContainer:void 0,trigger:void 0,open:void 0,onOpenChange:void 0,popupClass:void 0,popupCss:void 0,destroyInactive:!0,disabled:void 0,arrow:void 0,placement:void 0,dropdownMatchSelectWidth:void 0,encodeUri:void 0};ii.registry=function(){nx("n-popover",ia,function(e,t){var r,n,o,i,a=nQ.baseStyle,l=t.element,s=tX({onOpenChange:function(e){l.dispatchEvent(new CustomEvent("openchange",{detail:e}))},children:function(e){if(Array.isArray(e))return io(e)}(r=l.childNodes.values())||function(e){if("u">typeof Symbol&&null!=e[Symbol.iterator]||null!=e["@@iterator"])return Array.from(e)}(r)||ir(r)||function(){throw TypeError(`Invalid attempt to spread non-iterable instance.
|
|
492
492
|
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}()},e);return ty(function(){nA(l,["content","popupCss","css"])}),[((n=o3()).textContent=nK,n),(i=(o=o4()).firstChild,tm(function(){return i.data=a()}),o),tV(ii,s)]})};let il=ii;var is=ri("<style>"),ic=ri("<style> "),iu=ri("<n-avatar>",!0,!1,!1),id=ri("<div>"),ip=ri("<div class=more>");function ib(e,t){(null==t||t>e.length)&&(t=e.length);for(var r=0,n=Array(t);r<t;r++)n[r]=e[r];return n}function ig(e,t){return t||(t=e.slice(0)),Object.freeze(Object.defineProperties(e,{raw:{value:Object.freeze(t)}}))}var ih=nu(e_||(e_=ig([`
|
|
493
493
|
.more {
|
|
494
494
|
display: flex;
|
|
@@ -1442,7 +1442,7 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
|
|
|
1442
1442
|
}
|
|
1443
1443
|
}
|
|
1444
1444
|
`],$||($=_.slice(0)),eU=Object.freeze(Object.defineProperties(_,{raw:{value:Object.freeze($)}})))),aD=nu({":host":{"--code-bg":"#000","--code-color":"#eee","--code-shadow":"rgb(0 0 0 / 12%)","--code-lang-style-color":"#fd9170","--code-toolbar-bg":"rgb(63, 63, 63, 0.7)","--code-toolbar-shadow":"rgb(0 0 0 / 10%)","--atrule":"#c792ea","--attr-name":"#9cdcfe","--attr-value":"#ce9178","--attr-equals":"#ccc","--attribute":"#a5e844","--boolean":"#c792ea","--builtin":"#ffcb6b","--cdata":"#80cbc4","--char":"#80cbc4","--class":"#ffcb6b","--class-name":"#f2ff00","--comment":"#616161","--constant":"#c792ea","--doctype":"#616161","--entity":"#f66","--function":"#dcdcaa","--hexcode":"#f2ff00","--id":"#c792ea","--important":"#c792ea","--keyword":"#c792ea","--number":"#fd9170","--operator":"#569cd6","--prolog":"#616161","--property":"#80cbc4","--pseudo-class":"#a5e844","--pseudo-element":"#a5e844","--punctuation":"#89ddff","--regex":"#f2ff00","--selector":"#f66","--string":"#a5e844","--symbol":"#c792ea","--tag":"#569cd6","--unit":"#fd9170","--url":"#f66","--variable":"#f66","--inserted-bg":"rgba(0, 255, 128, .15)","--deleted-bg":"rgba(255, 0, 0, .15)"}}),aF=nu({":host":{"--code-bg":"#fff","--code-color":"#90a4ae","--code-shadow":"var(--primary-shadow)","--code-lang-style-color":"#f76d47","--code-toolbar-bg":"rgb(220 224 229 / 50%)","--code-toolbar-shadow":"rgb(0 0 0 / 10%)","--namespace":"rgba(56, 64, 68, 0.7)","--tag":"#4b69c6","--atrule":"#7c4dff","--attr-name":"#39adb5","--attr-value":"#f6a434","--attr-equals":"#90a4ae","--attribute":"#f6a434","--boolean":"#7c4dff","--builtin":"#39adb5","--cdata":"#39adb5","--char":"#39adb5","--class":"#39adb5","--class-name":"#6182b8","--comment":"#aabfc9","--constant":"#7c4dff","--doctype":"#aabfc9","--entity":"#e53935","--hexcode":"#f76d47","--id":"#7c4dff","--important":"#7c4dff","--keyword":"#7c4dff","--number":"#f76d47","--operator":"#91b3e0","--prolog":"#aabfc9","--property":"#39adb5","--pseudo-class":"#f6a434","--pseudo-element":"#f6a434","--punctuation":"#39adb5","--regex":"#6182b8","--selector":"#e53935","--string":"#f6a434","--symbol":"#7c4dff","--unit":"#f76d47","--url":"#e53935","--variable":"#e53935","--function":"#4078f2","--name":"#39adb5","--prefix-inserted":"green","--prefix-deleted":"red","--inserted-bg":"rgba(0, 255, 128, .1)","--deleted-bg":"rgba(255, 0, 0, .1)"}}),aU=ri("<style> "),aH=ri("<style>"),aB=ri("<div class=toolbar part=code-toolbar>"),aV=ri("<pre part=code-block><code part=code-content>");function aY(){var e,t,r="function"==typeof Symbol?Symbol:{},n=r.iterator||"@@iterator",o=r.toStringTag||"@@toStringTag";function i(r,n,o,i){var s=Object.create((n&&n.prototype instanceof l?n:l).prototype);return aq(s,"_invoke",function(r,n,o){var i,l,s,c=0,u=o||[],d=!1,f={p:0,n:0,v:e,a:p,f:p.bind(e,4),d:function(t,r){return i=t,l=0,s=e,f.n=r,a}};function p(r,n){for(l=r,s=n,t=0;!d&&c&&!o&&t<u.length;t++){var o,i=u[t],p=f.p,b=i[2];r>3?(o=b===n)&&(s=i[(l=i[4])?5:(l=3,3)],i[4]=i[5]=e):i[0]<=p&&((o=r<2&&p<i[1])?(l=0,f.v=n,f.n=i[1]):p<b&&(o=r<3||i[0]>n||n>b)&&(i[4]=r,i[5]=n,f.n=b,l=0))}if(o||r>1)return a;throw d=!0,n}return function(o,u,b){if(c>1)throw TypeError("Generator is already running");for(d&&1===u&&p(u,b),l=u,s=b;(t=l<2?e:s)||!d;){i||(l?l<3?(l>1&&(f.n=-1),p(l,s)):f.n=s:f.v=s);try{if(c=2,i){if(l||(o="next"),t=i[o]){if(!(t=t.call(i,s)))throw TypeError("iterator result is not an object");if(!t.done)return t;s=t.value,l<2&&(l=0)}else 1===l&&(t=i.return)&&t.call(i),l<2&&(s=TypeError("The iterator does not provide a '"+o+"' method"),l=1);i=e}else if((t=(d=f.n<0)?s:r.call(n,f))!==a)break}catch(t){i=e,l=1,s=t}finally{c=1}}return{value:t,done:d}}}(r,o,i),!0),s}var a={};function l(){}function s(){}function c(){}t=Object.getPrototypeOf;var u=c.prototype=l.prototype=Object.create([][n]?t(t([][n]())):(aq(t={},n,function(){return this}),t));function d(e){return Object.setPrototypeOf?Object.setPrototypeOf(e,c):(e.__proto__=c,aq(e,o,"GeneratorFunction")),e.prototype=Object.create(u),e}return s.prototype=c,aq(u,"constructor",c),aq(c,"constructor",s),s.displayName="GeneratorFunction",aq(c,o,"GeneratorFunction"),aq(u),aq(u,o,"Generator"),aq(u,n,function(){return this}),aq(u,"toString",function(){return"[object Generator]"}),(aY=function(){return{w:i,m:d}})()}function aq(e,t,r,n){var o=Object.defineProperty;try{o({},"",{})}catch(e){o=0}(aq=function(e,t,r,n){function i(t,r){aq(e,t,function(e){return this._invoke(t,r,e)})}t?o?o(e,t,{value:r,enumerable:!n,configurable:!n,writable:!n}):e[t]=r:(i("next",0),i("throw",1),i("return",2))})(e,t,r,n)}function aG(e,t,r){var n;return(n=function(e,t){if("object"!=aW(e)||!e)return e;var r=e[Symbol.toPrimitive];if(void 0!==r){var n=r.call(e,t||"default");if("object"!=aW(n))return n;throw TypeError("@@toPrimitive must return a primitive value.")}return("string"===t?String:Number)(e)}(t,"string"),(t="symbol"==aW(n)?n:n+"")in e)?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}function aW(e){return(aW="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}function aX(e,t,r,n,o,i,a){try{var l=e[i](a),s=l.value}catch(e){return void r(e)}l.done?t(s):Promise.resolve(s).then(n,o)}function aZ(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){var r=null==e?null:"u">typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(null!=r){var n,o,i,a,l=[],s=!0,c=!1;try{if(i=(r=r.call(e)).next,0===t){if(Object(r)!==r)return;s=!1}else for(;!(s=(n=i.call(r)).done)&&(l.push(n.value),l.length!==t);s=!0);}catch(e){c=!0,o=e}finally{try{if(!s&&null!=r.return&&(a=r.return(),Object(a)!==a))return}finally{if(c)throw o}}return l}}(e,t)||aK(e,t)||function(){throw TypeError(`Invalid attempt to destructure non-iterable instance.
|
|
1445
|
-
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}()}function aK(e,t){if(e){if("string"==typeof e)return aJ(e,t);var r=({}).toString.call(e).slice(8,-1);return"Object"===r&&e.constructor&&(r=e.constructor.name),"Map"===r||"Set"===r?Array.from(e):"Arguments"===r||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r)?aJ(e,t):void 0}}function aJ(e,t){(null==t||t>e.length)&&(t=e.length);for(var r=0,n=Array(t);r<t;r++)n[r]=e[r];return n}function aQ(t){var o,i,a,l,s,c,u,d,p=nQ.isDark,b=/%[0-9A-Fa-f]{2}/,g=tJ(),h=aZ(tv(""),2),v=h[0],m=h[1],y=aZ(tv(),2),x=y[0],w=y[1];function k(){var e;return e=aY().m(function e(){return aY().w(function(e){for(;;)switch(e.n){case 0:if(window.Prism){e.n=2;break}return e.n=1,Promise.resolve().then(r.bind(r,
|
|
1445
|
+
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}()}function aK(e,t){if(e){if("string"==typeof e)return aJ(e,t);var r=({}).toString.call(e).slice(8,-1);return"Object"===r&&e.constructor&&(r=e.constructor.name),"Map"===r||"Set"===r?Array.from(e):"Arguments"===r||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r)?aJ(e,t):void 0}}function aJ(e,t){(null==t||t>e.length)&&(t=e.length);for(var r=0,n=Array(t);r<t;r++)n[r]=e[r];return n}function aQ(t){var o,i,a,l,s,c,u,d,p=nQ.isDark,b=/%[0-9A-Fa-f]{2}/,g=tJ(),h=aZ(tv(""),2),v=h[0],m=h[1],y=aZ(tv(),2),x=y[0],w=y[1];function k(){var e;return e=aY().m(function e(){return aY().w(function(e){for(;;)switch(e.n){case 0:if(window.Prism){e.n=2;break}return e.n=1,Promise.resolve().then(r.bind(r,889));case 1:return e.a(2,e.v.default);case 2:return window.Prism.disableWorkerMessageHandler=!0,window.Prism.manual=!0,e.a(2,window.Prism)}},e)}),(k=function(){var t=this,r=arguments;return new Promise(function(n,o){var i=e.apply(t,r);function a(e){aX(i,n,o,a,l,"next",e)}function l(e){aX(i,n,o,a,l,"throw",e)}a(void 0)})}).apply(this,arguments)}var S=aZ(function(t,r){let o,i,a;"function"==typeof r?(o=t,i=r,a={}):(o=!0,i=t,a=r||{});let l=null,s=f,c=null,u=!1,d=!1,p="initialValue"in a,b="function"==typeof o&&tx(o),g=new Set,[h,v]=(a.storage||tv)(a.initialValue),[m,y]=tv(void 0),[x,w]=tv(void 0,{equals:!1}),[k,S]=tv(p?"ready":"unresolved");function A(e,t,r,n){return l===e&&(l=null,void 0!==n&&(p=!0),(e===s||t===s)&&a.onHydrated&&queueMicrotask(()=>a.onHydrated(n,{value:t})),s=f,td&&e&&u?(td.promises.delete(e),u=!1,t$(()=>{td.running=!0,O(t,r)},!1)):O(t,r)),t}function O(e,t){t$(()=>{for(let r of(void 0===t&&v(()=>e),S(void 0!==t?"errored":p?"ready":"unresolved"),y(t),g.keys()))r.decrement();g.clear()},!1)}function C(){let t=e&&tE(e),r=h(),n=m();if(void 0!==n&&!l)throw n;return tf&&!tf.user&&t&&tT(tP(()=>{x(),l&&(t.resolved&&td&&u?td.promises.add(l):g.has(t)||(t.increment(),g.add(t)))},void 0,!0,1)),r}function E(e=!0){let t;if(!1!==e&&d)return;d=!1;let r=b?b():o;if(u=td&&td.running,null==r||!1===r)return void A(l,tk(h));td&&l&&td.promises.delete(l);let n=s!==f?s:tk(()=>{try{return i(r,{value:h(),refetching:e})}catch(e){t=e}});return void 0!==t?void A(l,void 0,tD(t),r):n&&"object"==typeof n&&"then"in n?(l=n,"v"in n)?(1===n.s?A(l,n.v,void 0,r):A(l,void 0,tD(n.v),r),n):(d=!0,queueMicrotask(()=>d=!1),t$(()=>{S(p?"refreshing":"pending"),w()},!1),n.then(e=>A(n,e,void 0,r),e=>A(n,void 0,tD(e),r))):(A(l,n,void 0,r),n)}n.context&&(c=n.getNextContextId(),"initial"===a.ssrLoadFrom?s=a.initialValue:n.load&&n.has(c)&&(s=n.load(c))),Object.defineProperties(C,{state:{get:()=>k()},error:{get:()=>m()},loading:{get(){let e=k();return"pending"===e||"refreshing"===e}},latest:{get(){if(!p)return C();let e=m();if(e&&!l)throw e;return h()}}});let z=tu;return b?tT(tP(()=>(z=tu,E(!1)),void 0,!0,1)):E(!1),[C,{refetch:e=>tO(z,()=>E(e)),mutate:v}]}("prism",function(){return k.apply(this,arguments)}),1)[0],A=tx(function(){var e;return t.title||(null==(e=t.language)?void 0:e.split(" ").pop())}),O=tx(function(){return t.theme?"dark"===t.theme?aD:aF:p()?aD:aF});function C(){aN(tk(v),u)}ty(function(){var e=t.code||"";b.test(e)&&(e=decodeURIComponent(e)),u&&(u.normalize(),e!==u.textContent&&m(e))});function E(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"markup",t=arguments.length>1?arguments[1]:void 0,r=arguments.length>2?arguments[2]:void 0,n=arguments.length>3&&void 0!==arguments[3]?arguments[3]:{};d&&(clearTimeout(d),d=void 0);var o=S();t&&o&&(d=setTimeout(function(){if(clearTimeout(d),CSS.highlights){r&&CSS.highlights.forEach(function(e,t){t.startsWith(g)&&e.clear()});var i=e.split(" "),a=o.languages[i[0]];a&&u&&function e(t,r,n){var o=arguments.length>3&&void 0!==arguments[3]?arguments[3]:0,i=o;if(Array.isArray(r)){for(var a=0,l=r.length;a<l;a++){var s=r[a];if("object"!==aW(s)){i+=s.length;continue}i=e(t,s,n,i)}return i}if("object"===aW(r)&&r.type&&t.firstChild){var c,u,d=(null!=(u=r.alias)?u:r.type).toString(),f=g+d,p=new Range;["deleted","inserted"].includes(d)?p.setStart(t.firstChild,i+2):p.setStart(t.firstChild,i),Array.isArray(r.content)?i=e(t,r.content,n,i):"string"==typeof r.content&&(i+=r.content.length),p.setEnd(t.firstChild,i),(c=CSS.highlights.get(f))?c.add(p):CSS.highlights.set(f,new Highlight().add(p)),void 0===n[f]&&(n[f]="::highlight(".concat(f,"){color:var(--").concat(d,");background-color:var(--").concat(d,"-bg);text-decoration:var(--").concat(d,"-text-decoration);text-shadow:var(--").concat(d,"-text-shadow);-webkit-text-stroke-width:var(--").concat(d,"-stroke-width);-webkit-text-stroke-color:var(--").concat(d,"-stroke-color);}"))}return i}(u,o.tokenize(t,a),n),i.length>1||"git"===i[0]?E(i[1],t,!1,n):w(Object.values(n).join(""))}else throw Error("不支持 CSS Highlights");d=void 0},0))}return ty(function(){E(t.language,v(),!0)}),tA(function(){if(CSS.highlights){var e,t=function(e){var t="u">typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(!t){if(Array.isArray(e)||(t=aK(e))){t&&(e=t);var r=0,n=function(){};return{s:n,n:function(){return r>=e.length?{done:!0}:{done:!1,value:e[r++]}},e:function(e){throw e},f:n}}throw TypeError(`Invalid attempt to iterate non-iterable instance.
|
|
1446
1446
|
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}var o,i=!0,a=!1;return{s:function(){t=t.call(e)},n:function(){var e=t.next();return i=e.done,e},e:function(e){a=!0,o=e},f:function(){try{i||null==t.return||t.return()}finally{if(a)throw o}}}}(CSS.highlights.keys());try{for(t.s();!(e=t.n()).done;){var r=e.value;r.startsWith(g)&&CSS.highlights.delete(r)}}catch(e){t.e(e)}finally{t.f()}}}),[(i=(o=aU()).firstChild,tm(function(){return i.data=O()}),o),tV(t2,{get when(){return x()},get children(){var z=aU(),j=z.firstChild;return tm(function(){return j.data=x()}),z}}),((a=aH()).textContent=aM,a),tV(t2,{get when(){return t.css},get children(){var T=aU(),I=T.firstChild;return tm(function(){return I.data=nu(t.css)}),T}}),(s=(l=aV()).firstChild,rg(l,tV(t2,{get when(){return t.toolbar},get children(){var P=aB();return rg(P,tV(aR,{class:"toolbar-copy",onClick:C})),tm(function(){return rl(P,"data-language",A())}),P}}),s),rc(s,"input",function(e){e.target.normalize();var r=e.target.textContent;E(t.language,r,!0),oR(t.onChange)&&t.onChange(r)}),"function"==typeof(c=u)?rb(c,s):u=s,rl(s,"spellcheck",!1),rg(s,v),tm(function(e){var r=aG(aG(aG(aG({},"language-".concat(t.language),!!t.language),"not-toolbar",!t.toolbar),t.class,!t.edit),"classic",!1!==t.classic),n=t.edit;return e.e=ru(l,r,e.e),n!==e.t&&rl(s,"contenteditable",e.t=n),e},{e:void 0,t:void 0}),l)]}aQ.registry=function(){nx("n-code",{class:void 0,code:void 0,language:void 0,children:void 0,edit:void 0,toolbar:void 0,css:void 0,onChange:void 0,title:void 0,theme:void 0,classic:void 0},function(e,t){var r,n,o=nQ.baseStyle,i=t.element,a=tX({code:i.textContent,css:i.css,onChange:function(e){i.dispatchEvent(new CustomEvent("change",{detail:e}))}},e);return ty(function(){nA(i,["css","code","title"]),i.replaceChildren()}),[(n=(r=aU()).firstChild,tm(function(){return n.data=o()}),r),tV(aQ,a)]})};let a0=aQ;var a1=ri("<style>"),a2=ri("<style> "),a3=ri("<details><summary></summary><div class=content part=content>");function a4(e,t){(null==t||t>e.length)&&(t=e.length);for(var r=0,n=Array(t);r<t;r++)n[r]=e[r];return n}var a5=nu(eH||(L=[`
|
|
1447
1447
|
details {
|
|
1448
1448
|
overflow: hidden;
|
|
@@ -4443,7 +4443,7 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
|
|
|
4443
4443
|
}
|
|
4444
4444
|
}
|
|
4445
4445
|
`],ec||(ec=es.slice(0)),to=Object.freeze(Object.defineProperties(es,{raw:{value:Object.freeze(ec)}}))));function dK(e){return(dK="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}var dJ=ri("<li>"),dQ=ri("<li><slot name=total-text><n-typography>共 <!> 项",!0,!1,!1),d0=ri("<style> "),d1=ri("<style>"),d2=ri('<nav aria-label=pagination class=pagination><ul><li><n-button class="pagination-item pagination-prev">〈</n-button></li><li><n-button class="pagination-item pagination-next">〉',!0,!1,!1),d3=ri("<li><n-button class=pagination-item>",!0,!1,!1);function d4(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){var r=null==e?null:"u">typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(null!=r){var n,o,i,a,l=[],s=!0,c=!1;try{if(i=(r=r.call(e)).next,0===t){if(Object(r)!==r)return;s=!1}else for(;!(s=(n=i.call(r)).done)&&(l.push(n.value),l.length!==t);s=!0);}catch(e){c=!0,o=e}finally{try{if(!s&&null!=r.return&&(a=r.return(),Object(a)!==a))return}finally{if(c)throw o}}return l}}(e,t)||function(e,t){if(e){if("string"==typeof e)return d5(e,t);var r=({}).toString.call(e).slice(8,-1);return"Object"===r&&e.constructor&&(r=e.constructor.name),"Map"===r||"Set"===r?Array.from(e):"Arguments"===r||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r)?d5(e,t):void 0}}(e,t)||function(){throw TypeError(`Invalid attempt to destructure non-iterable instance.
|
|
4446
|
-
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}()}function d5(e,t){(null==t||t>e.length)&&(t=e.length);for(var r=0,n=Array(t);r<t;r++)n[r]=e[r];return n}function d6(e){var t=nQ.baseStyle,r=d4(tZ(e,["page","pageSize","total","css","totalText"]),2),n=r[0],o=r[1],i=d4(tv(1),2),a=i[0],l=i[1],s=d4(tv(20),2),c=s[0],u=s[1],d=d4(tv(0),2),f=d[0],p=d[1];ty(function(){tw(function(){"number"==typeof n.page&&n.page!==tk(a)&&l(n.page),"number"==typeof n.pageSize&&n.pageSize!==tk(c)&&u(n.pageSize),"number"==typeof n.total&&n.total!==tk(f)&&p(n.total)})});var b=tx(function(){return Math.ceil(f()/c())}),g=tx(function(){var e=b(),t=[];if(e<=5)for(var r=1;r<=e;r++)t.push(r);else for(var n=Math.min(e,Math.max(1,a()-Math.floor(2.5))+5-1),o=n-5+1;o<=n;o++)t.push(o);if(t.length){var i=t[t.length-1],l=t[0];l>=2&&(2===l?t.splice(0,1,"p"):t.unshift("p"),t.unshift(1),i<e&&(i+=1,t.push(i))),i===e-1?(t.splice(t.length-1,1,"n"),t.push(e)):i<e-1&&(t.push("n"),t.push(e))}return t});function h(e){var t,r=tk(a),i="n"===e?r+5:"p"===e?r-5:e;i<1?i=1:i>tk(b)&&(i=tk(b)),r!==i&&(void 0===n.page&&l(i),null==(t=o.onChange)||t.call(o,i,tk(c)))}var v=function(){var e=tx(function(){return[(a()-1)*c()+1,a()*c()]});return tV(t2,{get when(){return!1!==n.totalText},get children(){var t,r=dJ();return rg(r,(t=rr(function(){return!!oR(n.totalText)}),function(){var r,o,i,a;return t()?n.totalText(f(),e()):((a=(i=(o=(r=dQ()).firstChild).firstChild).firstChild.nextSibling).nextSibling,o._$owner=tu,i._$owner=tu,rg(i,f,a),r)})),r}})};return tV(t2,{get when(){return g().length},get children(){var m,y,x,w,k,S,A,O,C;return[(y=(m=d0()).firstChild,tm(function(){return y.data=t()}),m),((x=d1()).textContent=dZ,x),tV(t2,{get when(){return n.css},get children(){var E=d0(),z=E.firstChild;return tm(function(){return z.data=nu(n.css)}),E}}),(A=(S=(k=(w=d2()).firstChild).firstChild).firstChild,C=(O=S.nextSibling).firstChild,rg(k,tV(v,{}),S),A.$$click=function(){h(tk(a)-1)},A.flat=!0,A.circle=!0,A._$owner=tu,rg(k,tV(t0,{get each(){return g()},children:function(e){var t,r,n=tx(function(){return e===a()});return(r=(t=d3()).firstChild).$$click=function(){h(e)},r.circle="number"!=typeof e,r._$owner=tu,rg(r,e),tm(function(t){var i,a,l,s,c=(a={},l="pagination-".concat(e),s="number"!=typeof e,(i=function(e,t){if("object"!=dK(e)||!e)return e;var r=e[Symbol.toPrimitive];if(void 0!==r){var n=r.call(e,t||"default");if("object"!=dK(n))return n;throw TypeError("@@toPrimitive must return a primitive value.")}return("string"===t?String:Number)(e)}(l,"string"),(l="symbol"==dK(i)?i:i+"")in a)?Object.defineProperty(a,l,{value:s,enumerable:!0,configurable:!0,writable:!0}):a[l]=s,a),u=o.size,d=!n(),f=n()?"primary":"default",p=n(),b=n()&&"page";return t.e=ru(r,c,t.e),u!==t.t&&(r.size=t.t=u),d!==t.a&&(r.flat=t.a=d),f!==t.o&&(r.type=t.o=f),p!==t.i&&(r.fill=t.i=p),b!==t.n&&(r.ariaCurrent=t.n=b),t},{e:void 0,t:void 0,a:void 0,o:void 0,i:void 0,n:void 0}),t}}),O),C.$$click=function(){h(tk(a)+1)},C.flat=!0,C.circle=!0,C._$owner=tu,tm(function(e){var t=o.size,r=1===a(),n=o.size,i=a()===b();return t!==e.e&&(A.size=e.e=t),r!==e.t&&(A.disabled=e.t=r),n!==e.a&&(C.size=e.a=n),i!==e.o&&(C.disabled=e.o=i),e},{e:void 0,t:void 0,a:void 0,o:void 0}),w)]}})}d6.registry=function(){iG.registry(),oY.registry(),nx("n-pagination",{class:void 0,css:void 0,page:void 0,pageSize:void 0,total:0,size:void 0,onChange:void 0,totalText:void 0},function(e,t){var r,n=t.element,o=tX({css:n.css,onChange:function(e,t){n.dispatchEvent(new CustomEvent("change",{detail:[e,t]}))}},e,{totalText:!!n.querySelector("[slot='total-text']")||e.totalText});return ty(function(){nA(n,["css"])}),[((r=d1()).textContent=nJ,r),tV(d6,o)]})};let d8=d6;ra(["click"]);var d9=r(
|
|
4446
|
+
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}()}function d5(e,t){(null==t||t>e.length)&&(t=e.length);for(var r=0,n=Array(t);r<t;r++)n[r]=e[r];return n}function d6(e){var t=nQ.baseStyle,r=d4(tZ(e,["page","pageSize","total","css","totalText"]),2),n=r[0],o=r[1],i=d4(tv(1),2),a=i[0],l=i[1],s=d4(tv(20),2),c=s[0],u=s[1],d=d4(tv(0),2),f=d[0],p=d[1];ty(function(){tw(function(){"number"==typeof n.page&&n.page!==tk(a)&&l(n.page),"number"==typeof n.pageSize&&n.pageSize!==tk(c)&&u(n.pageSize),"number"==typeof n.total&&n.total!==tk(f)&&p(n.total)})});var b=tx(function(){return Math.ceil(f()/c())}),g=tx(function(){var e=b(),t=[];if(e<=5)for(var r=1;r<=e;r++)t.push(r);else for(var n=Math.min(e,Math.max(1,a()-Math.floor(2.5))+5-1),o=n-5+1;o<=n;o++)t.push(o);if(t.length){var i=t[t.length-1],l=t[0];l>=2&&(2===l?t.splice(0,1,"p"):t.unshift("p"),t.unshift(1),i<e&&(i+=1,t.push(i))),i===e-1?(t.splice(t.length-1,1,"n"),t.push(e)):i<e-1&&(t.push("n"),t.push(e))}return t});function h(e){var t,r=tk(a),i="n"===e?r+5:"p"===e?r-5:e;i<1?i=1:i>tk(b)&&(i=tk(b)),r!==i&&(void 0===n.page&&l(i),null==(t=o.onChange)||t.call(o,i,tk(c)))}var v=function(){var e=tx(function(){return[(a()-1)*c()+1,a()*c()]});return tV(t2,{get when(){return!1!==n.totalText},get children(){var t,r=dJ();return rg(r,(t=rr(function(){return!!oR(n.totalText)}),function(){var r,o,i,a;return t()?n.totalText(f(),e()):((a=(i=(o=(r=dQ()).firstChild).firstChild).firstChild.nextSibling).nextSibling,o._$owner=tu,i._$owner=tu,rg(i,f,a),r)})),r}})};return tV(t2,{get when(){return g().length},get children(){var m,y,x,w,k,S,A,O,C;return[(y=(m=d0()).firstChild,tm(function(){return y.data=t()}),m),((x=d1()).textContent=dZ,x),tV(t2,{get when(){return n.css},get children(){var E=d0(),z=E.firstChild;return tm(function(){return z.data=nu(n.css)}),E}}),(A=(S=(k=(w=d2()).firstChild).firstChild).firstChild,C=(O=S.nextSibling).firstChild,rg(k,tV(v,{}),S),A.$$click=function(){h(tk(a)-1)},A.flat=!0,A.circle=!0,A._$owner=tu,rg(k,tV(t0,{get each(){return g()},children:function(e){var t,r,n=tx(function(){return e===a()});return(r=(t=d3()).firstChild).$$click=function(){h(e)},r.circle="number"!=typeof e,r._$owner=tu,rg(r,e),tm(function(t){var i,a,l,s,c=(a={},l="pagination-".concat(e),s="number"!=typeof e,(i=function(e,t){if("object"!=dK(e)||!e)return e;var r=e[Symbol.toPrimitive];if(void 0!==r){var n=r.call(e,t||"default");if("object"!=dK(n))return n;throw TypeError("@@toPrimitive must return a primitive value.")}return("string"===t?String:Number)(e)}(l,"string"),(l="symbol"==dK(i)?i:i+"")in a)?Object.defineProperty(a,l,{value:s,enumerable:!0,configurable:!0,writable:!0}):a[l]=s,a),u=o.size,d=!n(),f=n()?"primary":"default",p=n(),b=n()&&"page";return t.e=ru(r,c,t.e),u!==t.t&&(r.size=t.t=u),d!==t.a&&(r.flat=t.a=d),f!==t.o&&(r.type=t.o=f),p!==t.i&&(r.fill=t.i=p),b!==t.n&&(r.ariaCurrent=t.n=b),t},{e:void 0,t:void 0,a:void 0,o:void 0,i:void 0,n:void 0}),t}}),O),C.$$click=function(){h(tk(a)+1)},C.flat=!0,C.circle=!0,C._$owner=tu,tm(function(e){var t=o.size,r=1===a(),n=o.size,i=a()===b();return t!==e.e&&(A.size=e.e=t),r!==e.t&&(A.disabled=e.t=r),n!==e.a&&(C.size=e.a=n),i!==e.o&&(C.disabled=e.o=i),e},{e:void 0,t:void 0,a:void 0,o:void 0}),w)]}})}d6.registry=function(){iG.registry(),oY.registry(),nx("n-pagination",{class:void 0,css:void 0,page:void 0,pageSize:void 0,total:0,size:void 0,onChange:void 0,totalText:void 0},function(e,t){var r,n=t.element,o=tX({css:n.css,onChange:function(e,t){n.dispatchEvent(new CustomEvent("change",{detail:[e,t]}))}},e,{totalText:!!n.querySelector("[slot='total-text']")||e.totalText});return ty(function(){nA(n,["css"])}),[((r=d1()).textContent=nJ,r),tV(d6,o)]})};let d8=d6;ra(["click"]);var d9=r(889),d7=ri("<style> "),fe=ri("<slot>");function ft(e){var t,r,n,o=nQ.baseStyle,i=nQ.scheme,a=nQ.setScheme;return ty(function(){var t;null==(t=e.onScheme)||t.call(e,i())}),ty(function(){e.scheme&&a(e.scheme)}),[(r=(t=d7()).firstChild,tm(function(){return r.data=o()}),t),((n=fe())._$owner=tu,n)]}ft.registry=function(){nx("n-provider",function(e,t){nv();var r=t.element;return tV(ft,tX({onScheme:function(e){r.dispatchEvent(new CustomEvent("scheme",{detail:e}))}},e))})};let fr=ft;function fn(e){return(fn="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}function fo(e,t){if(!(e instanceof t))throw TypeError("Cannot call a class as a function")}function fi(e,t){for(var r=0;r<t.length;r++){var n=t[r];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(e,fs(n.key),n)}}function fa(e,t,r){return t&&fi(e.prototype,t),r&&fi(e,r),Object.defineProperty(e,"prototype",{writable:!1}),e}function fl(e,t,r){return(t=fs(t))in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}function fs(e){var t=function(e,t){if("object"!=fn(e)||!e)return e;var r=e[Symbol.toPrimitive];if(void 0!==r){var n=r.call(e,t||"default");if("object"!=fn(n))return n;throw TypeError("@@toPrimitive must return a primitive value.")}return("string"===t?String:Number)(e)}(e,"string");return"symbol"==fn(t)?t:t+""}function fc(e,t){var r="u">typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(!r){if(Array.isArray(e)||(r=function(e){if(e){if("string"==typeof e)return fu(e,void 0);var t=({}).toString.call(e).slice(8,-1);return"Object"===t&&e.constructor&&(t=e.constructor.name),"Map"===t||"Set"===t?Array.from(e):"Arguments"===t||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(t)?fu(e,void 0):void 0}}(e))||t&&e&&"number"==typeof e.length){r&&(e=r);var n=0,o=function(){};return{s:o,n:function(){return n>=e.length?{done:!0}:{done:!1,value:e[n++]}},e:function(e){throw e},f:o}}throw TypeError(`Invalid attempt to iterate non-iterable instance.
|
|
4447
4447
|
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}var i,a=!0,l=!1;return{s:function(){r=r.call(e)},n:function(){var e=r.next();return a=e.done,e},e:function(e){l=!0,i=e},f:function(){try{a||null==r.return||r.return()}finally{if(l)throw i}}}}function fu(e,t){(null==t||t>e.length)&&(t=e.length);for(var r=0,n=Array(t);r<t;r++)n[r]=e[r];return n}var fd=[[-1,7,10,15,20,26,18,20,24,30,18,20,24,26,30,22,24,28,30,28,28,28,28,30,30,26,28,30,30,30,30,30,30,30,30,30,30,30,30,30,30],[-1,10,16,26,18,24,16,18,22,22,26,30,22,22,24,24,28,28,26,26,26,26,28,28,28,28,28,28,28,28,28,28,28,28,28,28,28,28,28,28,28],[-1,13,22,18,26,18,24,18,22,20,24,28,26,24,20,30,24,28,28,26,30,28,30,30,30,30,28,30,30,30,30,30,30,30,30,30,30,30,30,30,30],[-1,17,28,22,16,22,28,26,26,24,28,24,28,22,24,24,30,28,28,26,28,30,24,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30]],ff=[[-1,1,1,1,1,1,2,2,2,2,4,4,4,4,4,6,6,6,6,7,8,8,9,9,10,12,12,12,13,14,15,16,17,18,19,19,20,21,22,24,25],[-1,1,1,1,2,2,4,4,4,5,5,5,8,9,9,10,10,11,13,14,16,17,17,18,20,21,23,25,26,28,29,31,33,35,37,38,40,43,45,47,49],[-1,1,1,2,2,4,4,6,6,8,8,8,10,12,16,12,17,16,18,21,20,23,23,25,27,29,34,34,35,38,40,43,45,48,51,53,56,59,62,65,68],[-1,1,1,2,4,4,4,5,6,8,8,11,11,16,16,18,16,19,21,25,25,25,34,30,32,35,37,40,42,45,48,51,54,57,60,63,66,70,74,77,81]];function fp(e){if(e<fh.VERSION.MIN||e>fh.VERSION.MAX)throw RangeError("Version number out of range");var t=(16*e+128)*e+64;if(e>=2){var r=Math.floor(e/7)+2;t-=(25*r-10)*r-55,e>=7&&(t-=36)}return fy(208<=t&&t<=29648),t}function fb(e,t){return Math.floor(fp(e)/8)-fd[t.ordinal][e]*ff[t.ordinal][e]}function fg(e,t){if(e>>>8!=0||t>>>8!=0)throw RangeError("Byte out of range");for(var r=0,n=7;n>=0;n--)r=r<<1^(r>>>7)*285^(t>>>n&1)*e;return fy(r>>>8==0),r}var fh=function(){function e(t,r,n,o){if(fo(this,e),fl(this,"modules",[]),fl(this,"isFunction",[]),fl(this,"MASK_PATTERNS",[function(e,t){return(e+t)%2==0},function(e,t){return t%2==0},function(e){return e%3==0},function(e,t){return(e+t)%3==0},function(e,t){return(Math.floor(e/3)+Math.floor(t/2))%2==0},function(e,t){return e*t%2+e*t%3==0},function(e,t){return(e*t%2+e*t%3)%2==0},function(e,t){return((e+t)%2+e*t%3)%2==0}]),this.version=t,this.errorCorrectionLevel=r,t<e.VERSION.MIN||t>e.VERSION.MAX)throw RangeError("Version value out of range");if(o<-1||o>7)throw RangeError("Mask value out of range");this.size=4*t+17;for(var i=Array(this.size).fill(!1),a=0;a<this.size;a++)this.modules[a]=i.slice(),this.isFunction[a]=i.slice();this.drawFunctionPatterns();var l=this.addEccAndInterleave(n);this.drawCodewords(l),this.mask=this.selectMask(o),this.applyMask(this.mask),this.drawFormatBits(this.mask),this.isFunction=[]}return fa(e,[{key:"selectMask",value:function(e){if(-1!==e)return e;for(var t=0,r=1e9,n=0;n<8;n++){this.applyMask(n),this.drawFormatBits(n);var o=this.getPenaltyScore();o<r&&(t=n,r=o),this.applyMask(n)}return fy(0<=t&&t<=7),t}},{key:"getModule",value:function(e,t){return e>=0&&e<this.size&&t>=0&&t<this.size&&this.modules[t][e]}},{key:"drawFunctionPatterns",value:function(){for(var e=0;e<this.size;e++){var t=e%2==0;this.setFunctionModule(6,e,t),this.setFunctionModule(e,6,t)}this.drawFinderPattern(3,3);var r=this.size-4;this.drawFinderPattern(r,3),this.drawFinderPattern(3,r);for(var n=this.getAlignmentPatternPositions(),o=n.length,i=0;i<o;i++)for(var a=0;a<o;a++)(0!==i||0!==a)&&(0!==i||a!==o-1)&&(i!==o-1||0!==a)&&this.drawAlignmentPattern(n[i],n[a]);this.drawFormatBits(0),this.drawVersion()}},{key:"drawFormatBits",value:function(e){for(var t=this.errorCorrectionLevel.formatBits<<3|e,r=t,n=0;n<10;n++)r=r<<1^(r>>>9)*1335;var o=(t<<10|r)^21522;fy(o>>>15==0);for(var i=0;i<=5;i++)this.setFunctionModule(8,i,fm(o,i));this.setFunctionModule(8,7,fm(o,6)),this.setFunctionModule(8,8,fm(o,7)),this.setFunctionModule(7,8,fm(o,8));for(var a=9;a<15;a++)this.setFunctionModule(14-a,8,fm(o,a));for(var l=0;l<8;l++)this.setFunctionModule(this.size-1-l,8,fm(o,l));for(var s=8;s<15;s++)this.setFunctionModule(8,this.size-15+s,fm(o,s));this.setFunctionModule(8,this.size-8,!0)}},{key:"drawVersion",value:function(){if(!(this.version<7)){for(var e=this.version,t=0;t<12;t++)e=e<<1^(e>>>11)*7973;var r=this.version<<12|e;fy(r>>>18==0);for(var n=0;n<18;n++){var o=fm(r,n),i=this.size-11+n%3,a=Math.floor(n/3);this.setFunctionModule(i,a,o),this.setFunctionModule(a,i,o)}}}},{key:"drawFinderPattern",value:function(e,t){for(var r=-4;r<=4;r++)for(var n=-4;n<=4;n++){var o=Math.max(Math.abs(n),Math.abs(r)),i=e+n,a=t+r;0<=i&&i<this.size&&0<=a&&a<this.size&&this.setFunctionModule(i,a,2!==o&&4!==o)}}},{key:"drawAlignmentPattern",value:function(e,t){for(var r=-2;r<=2;r++)for(var n=-2;n<=2;n++)this.setFunctionModule(e+n,t+r,1!==Math.max(Math.abs(n),Math.abs(r)))}},{key:"setFunctionModule",value:function(e,t,r){this.modules[t][e]=r,this.isFunction[t][e]=!0}},{key:"addEccAndInterleave",value:function(e){var t=this.version,r=this.errorCorrectionLevel;if(e.length!==fb(t,r))throw RangeError("Invalid argument");for(var n=ff[r.ordinal][t],o=fd[r.ordinal][t],i=Math.floor(fp(t)/8),a=n-i%n,l=Math.floor(i/n),s=[],c=function(e){if(e<1||e>255)throw RangeError("Degree out of range");for(var t=[],r=0;r<e-1;r++)t.push(0);t.push(1);for(var n=1,o=0;o<e;o++){for(var i=0;i<t.length;i++)t[i]=fg(t[i],n),i+1<t.length&&(t[i]^=t[i+1]);n=fg(n,2)}return t}(o),u=0,d=0;u<n;u++){var f=e.slice(d,d+l-o+(u<a?0:1)),p=function(e,t){var r,n=t.map(function(){return 0}),o=fc(e);try{for(o.s();!(r=o.n()).done;)!function(){var e=r.value^n.shift();n.push(0),t.forEach(function(t,r){return n[r]^=fg(t,e)})}()}catch(e){o.e(e)}finally{o.f()}return n}(f,c);d+=f.length,u<a&&f.push(0),s.push(f.concat(p))}for(var b=[],g=function(e){s.forEach(function(t,r){(e!==l-o||r>=a)&&b.push(t[e])})},h=0;h<s[0].length;h++)g(h);return fy(b.length===i),b}},{key:"drawCodewords",value:function(e){if(e.length!==Math.floor(fp(this.version)/8))throw RangeError("Invalid argument");for(var t=0,r=8*e.length,n=this.size-1;n>=1;n-=2){6===n&&(n=5);for(var o=0;o<this.size;o++)for(var i=0;i<2;i++){var a=n-i,l=(n+1&2)==0?this.size-1-o:o;!this.isFunction[l][a]&&t<r&&(this.modules[l][a]=fm(e[t>>>3],7-(7&t)),t++)}}fy(t===r)}},{key:"applyMask",value:function(e){if(e<0||e>7)throw RangeError("Mask value out of range");for(var t=this.MASK_PATTERNS[e],r=0;r<this.size;r++)for(var n=0;n<this.size;n++)!this.isFunction[r][n]&&t(n,r)&&(this.modules[r][n]=!this.modules[r][n])}},{key:"getPenaltyScore",value:function(){for(var t=0,r=0;r<this.size;r++){for(var n=!1,o=0,i=[0,0,0,0,0,0,0],a=0;a<this.size;a++)this.modules[r][a]===n?5==++o?t+=e.PENALTY.N1:o>5&&t++:(this.finderPenaltyAddHistory(o,i),n||(t+=this.finderPenaltyCountPatterns(i)*e.PENALTY.N3),n=this.modules[r][a],o=1);t+=this.finderPenaltyTerminateAndCount(n,o,i)*e.PENALTY.N3}for(var l=0;l<this.size;l++){for(var s=!1,c=0,u=[0,0,0,0,0,0,0],d=0;d<this.size;d++)this.modules[d][l]===s?5==++c?t+=e.PENALTY.N1:c>5&&t++:(this.finderPenaltyAddHistory(c,u),s||(t+=this.finderPenaltyCountPatterns(u)*e.PENALTY.N3),s=this.modules[d][l],c=1);t+=this.finderPenaltyTerminateAndCount(s,c,u)*e.PENALTY.N3}for(var f=0;f<this.size-1;f++)for(var p=0;p<this.size-1;p++){var b=this.modules[f][p];b===this.modules[f][p+1]&&b===this.modules[f+1][p]&&b===this.modules[f+1][p+1]&&(t+=e.PENALTY.N2)}var g,h=0,v=fc(this.modules);try{for(v.s();!(g=v.n()).done;)h=g.value.reduce(function(e,t){return e+ +!!t},h)}catch(e){v.e(e)}finally{v.f()}var m=this.size*this.size,y=Math.ceil(Math.abs(20*h-10*m)/m)-1;return fy(0<=y&&y<=9),fy(0<=(t+=y*e.PENALTY.N4)&&t<=2568888),t}},{key:"getAlignmentPatternPositions",value:function(){if(1===this.version)return[];for(var e=Math.floor(this.version/7)+2,t=2*Math.floor((8*this.version+3*e+5)/(4*e-4)),r=[6],n=this.size-7;r.length<e;n-=t)r.splice(1,0,n);return r}},{key:"finderPenaltyCountPatterns",value:function(e){var t=e[1];if(fy(t<=3*this.size),t<=0||e[2]!==t||e[3]!==3*t||e[4]!==t||e[5]!==t)return 0;var r=0;return e[0]>=4*t&&e[6]>=t&&r++,e[6]>=4*t&&e[0]>=t&&r++,r}},{key:"finderPenaltyTerminateAndCount",value:function(e,t,r){return e&&(this.finderPenaltyAddHistory(t,r),t=0),t+=this.size,this.finderPenaltyAddHistory(t,r),this.finderPenaltyCountPatterns(r)}},{key:"finderPenaltyAddHistory",value:function(e,t){0===t[0]&&(e+=this.size),t.pop(),t.unshift(e)}}])}();function fv(e,t,r){if(t<0||t>31||e>>>t!=0)throw RangeError("Value out of range");for(var n=t-1;n>=0;n--)r.push(e>>>n&1)}function fm(e,t){return(e>>>t&1)!=0}function fy(e){if(!e)throw Error("Assertion error")}fl(fh,"VERSION",{MIN:1,MAX:40}),fl(fh,"PENALTY",{N1:3,N2:3,N3:40,N4:10});var fx=fa(function e(t,r,n){if(fo(this,e),this.mode=t,this.numChars=r,this.bitData=n,r<0)throw RangeError("Invalid argument");this.bitData=n.slice()},[{key:"getData",value:function(){return this.bitData.slice()}}]),fw=/^[0-9]*$/,fk=/^[A-Z0-9 $%*+./:-]*$/,fS="0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ $%*+-./:",fA=function(){function e(t,r){fo(this,e),this.ordinal=t,this.formatBits=r}return fa(e,null,[{key:"get",value:function(t){return e.LEVELS[t]}}])}();fl(fA,"LEVELS",{LOW:new fA(0,1),MEDIUM:new fA(1,0),QUARTILE:new fA(2,3),HIGH:new fA(3,2)});var fO=function(){function e(t,r){fo(this,e),this.modeBits=t,this.numBitsCharCount=r}return fa(e,[{key:"numCharCountBits",value:function(e){return this.numBitsCharCount[Math.floor((e+7)/17)]}}],[{key:"get",value:function(t){return e.modes[t]}}])}();fl(fO,"modes",{NUMERIC:new fO(1,[10,12,14]),ALPHANUMERIC:new fO(2,[9,11,13]),BYTE:new fO(4,[8,16,16]),KANJI:new fO(8,[8,10,12]),ECI:new fO(7,[0,0,0])});var fC=ri('<svg><image preserveAspectRatio="xMidYMid meet"></svg>',!1,!0,!1),fE=ri("<svg xmlns=http://www.w3.org/2000/svg stroke=none shape-rendering=crispEdges role=img><path></path><path>"),fz=ri("<canvas role=img>"),fj=ri("<style>");function fT(e,t){(null==t||t>e.length)&&(t=e.length);for(var r=0,n=Array(t);r<t;r++)n[r]=e[r];return n}var fI=function(e){var t,r,n,o,i=nQ.isDark,a=function(e){if(Array.isArray(e))return e}(t=tZ(tX({size:160,iconSize:7,border:1,ecl:"m",type:"svg"},e),["value","border","size","type","minVersion","maxVersion","mask","boostEcc","ecl","bgColor","color","iconSize","shape"]))||function(e){var t=null==e?null:"u">typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(null!=t){var r,n,o,i,a=[],l=!0,s=!1;try{o=(t=t.call(e)).next,!1;for(;!(l=(r=o.call(t)).done)&&(a.push(r.value),2!==a.length);l=!0);}catch(e){s=!0,n=e}finally{try{if(!l&&null!=t.return&&(i=t.return(),Object(i)!==i))return}finally{if(s)throw n}}return a}}(t)||function(e){if(e){if("string"==typeof e)return fT(e,2);var t=({}).toString.call(e).slice(8,-1);return"Object"===t&&e.constructor&&(t=e.constructor.name),"Map"===t||"Set"===t?Array.from(e):"Arguments"===t||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(t)?fT(e,2):void 0}}(t)||function(){throw TypeError(`Invalid attempt to destructure non-iterable instance.
|
|
4448
4448
|
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}(),l=a[0],s=a[1],c={l:fA.get("LOW"),m:fA.get("MEDIUM"),q:fA.get("QUARTILE"),h:fA.get("HIGH")};return ty(function(e){i();var t,a=function(e,t){var r=arguments.length>2&&void 0!==arguments[2]?arguments[2]:1,n=arguments.length>3&&void 0!==arguments[3]?arguments[3]:40,o=arguments.length>4&&void 0!==arguments[4]?arguments[4]:-1,i=!(arguments.length>5)||void 0===arguments[5]||arguments[5];if(!(fh.VERSION.MIN<=r&&r<=n&&n<=fh.VERSION.MAX)||o<-1||o>7)throw RangeError("Invalid value");var a,l,s=t;for(a=r;;a++){var c=8*fb(a,s),u=function(e,t){var r,n=0,o=fc(e);try{for(o.s();!(r=o.n()).done;){var i=r.value,a=i.mode.numCharCountBits(t);if(i.numChars>=1<<a)return 1/0;n+=4+a+i.bitData.length}}catch(e){o.e(e)}finally{o.f()}return n}(e,a);if(u<=c){l=u;break}if(a>=n)throw RangeError("Data too long")}if(i)for(var d=0,f=[fA.get("MEDIUM"),fA.get("QUARTILE"),fA.get("HIGH")];d<f.length;d++){var p=f[d];l<=8*fb(a,p)&&(s=p)}var b,g=[],h=fc(e);try{for(h.s();!(b=h.n()).done;){var v=b.value;fv(v.mode.modeBits,4,g),fv(v.numChars,v.mode.numCharCountBits(a),g);var m,y=fc(v.getData());try{for(y.s();!(m=y.n()).done;){var x=m.value;g.push(x)}}catch(e){y.e(e)}finally{y.f()}}}catch(e){h.e(e)}finally{h.f()}fy(g.length===l);var w=8*fb(a,s);fy(g.length<=w),fv(0,Math.min(4,w-g.length),g),fv(0,(8-g.length%8)%8,g),fy(g.length%8==0);for(var k=236;g.length<w;k^=253)fv(k,8,g);for(var S=[];8*S.length<g.length;)S.push(0);return g.forEach(function(e,t){return S[t>>>3]|=e<<7-(7&t)}),new fh(a,s,S,o)}(function(e){var t,r;if(""===e)return[];if(t=e,fw.test(t))return[function(e){if(!fw.test(e))throw RangeError("String contains non-numeric characters");for(var t=[],r=0;r<e.length;){var n=Math.min(e.length-r,3);fv(parseInt(e.substring(r,r+n),10),3*n+1,t),r+=n}return new fx(fO.get("NUMERIC"),e.length,t)}(e)];return(r=e,fk.test(r))?[function(e){if(!fk.test(e))throw RangeError("String contains unencodable characters in alphanumeric mode");var t,r=[];for(t=0;t+2<=e.length;t+=2){var n=45*fS.indexOf(e.charAt(t));fv(n+=fS.indexOf(e.charAt(t+1)),11,r)}return t<e.length&&fv(fS.indexOf(e.charAt(t)),6,r),new fx(fO.get("ALPHANUMERIC"),e.length,r)}(e)]:[function(e){var t,r=[],n=fc(e);try{for(n.s();!(t=n.n()).done;){var o=t.value;fv(o,8,r)}}catch(e){n.e(e)}finally{n.f()}return new fx(fO.get("BYTE"),e.length,r)}(function(e){e=encodeURI(e);for(var t=[],r=0;r<e.length;r++)"%"!==e.charAt(r)?t.push(e.charCodeAt(r)):(t.push(parseInt(e.substring(r+1,r+3),16)),r+=2);return t}(e))]}(l.value),c[l.ecl],l.minVersion,l.maxVersion,l.mask,l.boostEcc);if("canvas"===l.type){if(l.size<=0||l.border<0||!r)throw RangeError("Value out of range");var u=l.size/(a.size+2*l.border),d=u/2;r.width=l.size,r.height=l.size,t=window.getComputedStyle(r);var f=r.getContext("2d"),p=l.color||(null==e?void 0:e.color)||t.color,b=l.bgColor||(null==e?void 0:e.bg)||t.backgroundColor;f.clearRect(0,0,l.size,l.size),f.fillStyle=b,f.fillRect(0,0,l.size,l.size),f.fillStyle=p;for(var g=-l.border;g<a.size+l.border;g++)for(var h=(g+l.border)*u,v=-l.border;v<a.size+l.border;v++)if(a.getModule(v,g)){var m=(v+l.border)*u;switch(l.shape){case"circle":f.beginPath(),f.arc(m+d,h+d,d,0,2*Math.PI),f.fill();break;case"heart":f.beginPath(),f.moveTo(m+d,h+u/4),f.bezierCurveTo(m+.1*u,h-.2*u,m-.3*u,h+.6*u,m+d,h+u),f.bezierCurveTo(m+1.3*u,h+.6*u,m+.9*u,h-.2*u,m+d,h+u/4),f.closePath(),f.fill();break;case"rhombus":f.beginPath(),f.moveTo(m+d,h),f.lineTo(m+u,h+d),f.lineTo(m+d,h+u),f.lineTo(m,h+d),f.closePath(),f.fill();break;default:f.fillRect(Math.floor(m),Math.floor(h),Math.ceil(u),Math.ceil(u))}}s.icon&&(o||(o=new Image(l.iconSize,l.iconSize)),o.src=s.icon,o.onload=function(){var e=(l.size+l.border*u-l.iconSize)/2;f.drawImage(o,e,e,l.iconSize,l.iconSize)})}else{if(l.border<0)throw RangeError("Border must be non-negative");for(var y=[],x=0;x<a.size;x++)for(var w=0;w<a.size;w++)if(a.getModule(w,x))switch(l.shape){case"circle":y.push("M".concat(w+l.border+.5,",").concat(x+l.border+.5," m -0.5, 0 a 0.5,0.5 0 1,0 1,0 a 0.5,0.5 0 1,0 -1,0"));break;case"rhombus":y.push("M".concat(w+l.border+.5,",").concat(x+l.border," L").concat(w+l.border+1,",").concat(x+l.border+.5," L").concat(w+l.border+.5,",").concat(x+l.border+1," L").concat(w+l.border,",").concat(x+l.border+.5," Z"));break;case"heart":y.push("M".concat(w+l.border+.5,",").concat(x+l.border+.25," C").concat(w+l.border+.1,",").concat(x+l.border-.2," ").concat(w+l.border-.3,",").concat(x+l.border+.6," ").concat(w+l.border+.5,",").concat(x+l.border+1," C").concat(w+l.border+1.3,",").concat(x+l.border+.6," ").concat(w+l.border+.9,",").concat(x+l.border-.2," ").concat(w+l.border+.5,",").concat(x+l.border+.25," Z"));break;default:y.push("M".concat(w+l.border,",").concat(x+l.border,"h1v1h-1z"))}var k=null==n?void 0:n.querySelectorAll("path"),S=a.size+2*l.border;null==n||n.setAttribute("viewBox","0 0 ".concat(S," ").concat(S)),t=window.getComputedStyle(n),k.length>0&&(k[0].setAttribute("d","M0,0 h".concat(S,"v").concat(S,"H0z")),k[0].setAttribute("fill",l.bgColor||(null==e?void 0:e.bg)||t.backgroundColor),k[1].setAttribute("d",y.join(" ")),k[1].setAttribute("fill",l.color||(null==e?void 0:e.color)||t.color));var A=null==n?void 0:n.querySelector("image");if(A){var O="".concat((a.size+2*l.border-l.iconSize)/2);A.setAttribute("x",O),A.setAttribute("y",O),A.setAttribute("width","".concat(l.iconSize)),A.setAttribute("height","".concat(l.iconSize))}}return{color:t.color,bg:t.backgroundColor}}),tV(t2,{get when(){return"svg"===l.type},get fallback(){var u,d;return u=fz(),"function"==typeof(d=r)?rb(d,u):r=u,u},get children(){var f=fE();f.firstChild.nextSibling;var p=n;return"function"==typeof p?rb(p,f):n=f,rg(f,tV(t2,{get when(){return s.icon},get children(){var b=fC();return tm(function(){return rl(b,"href",s.icon)}),b}}),null),tm(function(e){var t=l.size,r=l.size;return t!==e.e&&rl(f,"width",e.e=t),r!==e.t&&rl(f,"height",e.t=r),e},{e:void 0,t:void 0}),f}})},fP={value:"",icon:void 0,color:void 0,bgColor:void 0,size:void 0,iconSize:void 0,ecl:void 0,minVersion:void 0,maxVersion:void 0,mask:void 0,boostEcc:!1,border:void 0,type:void 0,shape:void 0};fI.registry=function(){nx("n-qrcode",fP,function(e,t){var r,n=t.element;return ty(function(){nA(n,["value","icon"])}),[((r=fj()).textContent=nK,r),tV(fI,e)]})};let f_=fI;var f$=nu(ti||(eu=[`
|
|
4449
4449
|
.box {
|