@descope/web-components-ui 1.0.306 → 1.0.307

Sign up to get free protection for your applications and to get access to all the features.
@@ -1 +1 @@
1
- !function(t,e){"object"==typeof exports&&"object"==typeof module?module.exports=e():"function"==typeof define&&define.amd?define([],e):"object"==typeof exports?exports.DescopeDev=e():t.DescopeDev=e()}(self,(()=>(()=>{var t={8168:(t,e,r)=>{const n=r(8874),o={};for(const t of Object.keys(n))o[n[t]]=t;const i={rgb:{channels:3,labels:"rgb"},hsl:{channels:3,labels:"hsl"},hsv:{channels:3,labels:"hsv"},hwb:{channels:3,labels:"hwb"},cmyk:{channels:4,labels:"cmyk"},xyz:{channels:3,labels:"xyz"},lab:{channels:3,labels:"lab"},lch:{channels:3,labels:"lch"},hex:{channels:1,labels:["hex"]},keyword:{channels:1,labels:["keyword"]},ansi16:{channels:1,labels:["ansi16"]},ansi256:{channels:1,labels:["ansi256"]},hcg:{channels:3,labels:["h","c","g"]},apple:{channels:3,labels:["r16","g16","b16"]},gray:{channels:1,labels:["gray"]}};t.exports=i;for(const t of Object.keys(i)){if(!("channels"in i[t]))throw new Error("missing channels property: "+t);if(!("labels"in i[t]))throw new Error("missing channel labels property: "+t);if(i[t].labels.length!==i[t].channels)throw new Error("channel and label counts mismatch: "+t);const{channels:e,labels:r}=i[t];delete i[t].channels,delete i[t].labels,Object.defineProperty(i[t],"channels",{value:e}),Object.defineProperty(i[t],"labels",{value:r})}i.rgb.hsl=function(t){const e=t[0]/255,r=t[1]/255,n=t[2]/255,o=Math.min(e,r,n),i=Math.max(e,r,n),a=i-o;let s,l;i===o?s=0:e===i?s=(r-n)/a:r===i?s=2+(n-e)/a:n===i&&(s=4+(e-r)/a),s=Math.min(60*s,360),s<0&&(s+=360);const c=(o+i)/2;return l=i===o?0:c<=.5?a/(i+o):a/(2-i-o),[s,100*l,100*c]},i.rgb.hsv=function(t){let e,r,n,o,i;const a=t[0]/255,s=t[1]/255,l=t[2]/255,c=Math.max(a,s,l),d=c-Math.min(a,s,l),u=function(t){return(c-t)/6/d+.5};return 0===d?(o=0,i=0):(i=d/c,e=u(a),r=u(s),n=u(l),a===c?o=n-r:s===c?o=1/3+e-n:l===c&&(o=2/3+r-e),o<0?o+=1:o>1&&(o-=1)),[360*o,100*i,100*c]},i.rgb.hwb=function(t){const e=t[0],r=t[1];let n=t[2];const o=i.rgb.hsl(t)[0],a=1/255*Math.min(e,Math.min(r,n));return n=1-1/255*Math.max(e,Math.max(r,n)),[o,100*a,100*n]},i.rgb.cmyk=function(t){const e=t[0]/255,r=t[1]/255,n=t[2]/255,o=Math.min(1-e,1-r,1-n);return[100*((1-e-o)/(1-o)||0),100*((1-r-o)/(1-o)||0),100*((1-n-o)/(1-o)||0),100*o]},i.rgb.keyword=function(t){const e=o[t];if(e)return e;let r,i=1/0;for(const e of Object.keys(n)){const o=(s=n[e],((a=t)[0]-s[0])**2+(a[1]-s[1])**2+(a[2]-s[2])**2);o<i&&(i=o,r=e)}var a,s;return r},i.keyword.rgb=function(t){return n[t]},i.rgb.xyz=function(t){let e=t[0]/255,r=t[1]/255,n=t[2]/255;return e=e>.04045?((e+.055)/1.055)**2.4:e/12.92,r=r>.04045?((r+.055)/1.055)**2.4:r/12.92,n=n>.04045?((n+.055)/1.055)**2.4:n/12.92,[100*(.4124*e+.3576*r+.1805*n),100*(.2126*e+.7152*r+.0722*n),100*(.0193*e+.1192*r+.9505*n)]},i.rgb.lab=function(t){const e=i.rgb.xyz(t);let r=e[0],n=e[1],o=e[2];return r/=95.047,n/=100,o/=108.883,r=r>.008856?r**(1/3):7.787*r+16/116,n=n>.008856?n**(1/3):7.787*n+16/116,o=o>.008856?o**(1/3):7.787*o+16/116,[116*n-16,500*(r-n),200*(n-o)]},i.hsl.rgb=function(t){const e=t[0]/360,r=t[1]/100,n=t[2]/100;let o,i,a;if(0===r)return a=255*n,[a,a,a];o=n<.5?n*(1+r):n+r-n*r;const s=2*n-o,l=[0,0,0];for(let t=0;t<3;t++)i=e+1/3*-(t-1),i<0&&i++,i>1&&i--,a=6*i<1?s+6*(o-s)*i:2*i<1?o:3*i<2?s+(o-s)*(2/3-i)*6:s,l[t]=255*a;return l},i.hsl.hsv=function(t){const e=t[0];let r=t[1]/100,n=t[2]/100,o=r;const i=Math.max(n,.01);return n*=2,r*=n<=1?n:2-n,o*=i<=1?i:2-i,[e,100*(0===n?2*o/(i+o):2*r/(n+r)),(n+r)/2*100]},i.hsv.rgb=function(t){const e=t[0]/60,r=t[1]/100;let n=t[2]/100;const o=Math.floor(e)%6,i=e-Math.floor(e),a=255*n*(1-r),s=255*n*(1-r*i),l=255*n*(1-r*(1-i));switch(n*=255,o){case 0:return[n,l,a];case 1:return[s,n,a];case 2:return[a,n,l];case 3:return[a,s,n];case 4:return[l,a,n];case 5:return[n,a,s]}},i.hsv.hsl=function(t){const e=t[0],r=t[1]/100,n=t[2]/100,o=Math.max(n,.01);let i,a;a=(2-r)*n;const s=(2-r)*o;return i=r*o,i/=s<=1?s:2-s,i=i||0,a/=2,[e,100*i,100*a]},i.hwb.rgb=function(t){const e=t[0]/360;let r=t[1]/100,n=t[2]/100;const o=r+n;let i;o>1&&(r/=o,n/=o);const a=Math.floor(6*e),s=1-n;i=6*e-a,0!=(1&a)&&(i=1-i);const l=r+i*(s-r);let c,d,u;switch(a){default:case 6:case 0:c=s,d=l,u=r;break;case 1:c=l,d=s,u=r;break;case 2:c=r,d=s,u=l;break;case 3:c=r,d=l,u=s;break;case 4:c=l,d=r,u=s;break;case 5:c=s,d=r,u=l}return[255*c,255*d,255*u]},i.cmyk.rgb=function(t){const e=t[0]/100,r=t[1]/100,n=t[2]/100,o=t[3]/100;return[255*(1-Math.min(1,e*(1-o)+o)),255*(1-Math.min(1,r*(1-o)+o)),255*(1-Math.min(1,n*(1-o)+o))]},i.xyz.rgb=function(t){const e=t[0]/100,r=t[1]/100,n=t[2]/100;let o,i,a;return o=3.2406*e+-1.5372*r+-.4986*n,i=-.9689*e+1.8758*r+.0415*n,a=.0557*e+-.204*r+1.057*n,o=o>.0031308?1.055*o**(1/2.4)-.055:12.92*o,i=i>.0031308?1.055*i**(1/2.4)-.055:12.92*i,a=a>.0031308?1.055*a**(1/2.4)-.055:12.92*a,o=Math.min(Math.max(0,o),1),i=Math.min(Math.max(0,i),1),a=Math.min(Math.max(0,a),1),[255*o,255*i,255*a]},i.xyz.lab=function(t){let e=t[0],r=t[1],n=t[2];return e/=95.047,r/=100,n/=108.883,e=e>.008856?e**(1/3):7.787*e+16/116,r=r>.008856?r**(1/3):7.787*r+16/116,n=n>.008856?n**(1/3):7.787*n+16/116,[116*r-16,500*(e-r),200*(r-n)]},i.lab.xyz=function(t){let e,r,n;r=(t[0]+16)/116,e=t[1]/500+r,n=r-t[2]/200;const o=r**3,i=e**3,a=n**3;return r=o>.008856?o:(r-16/116)/7.787,e=i>.008856?i:(e-16/116)/7.787,n=a>.008856?a:(n-16/116)/7.787,e*=95.047,r*=100,n*=108.883,[e,r,n]},i.lab.lch=function(t){const e=t[0],r=t[1],n=t[2];let o;return o=360*Math.atan2(n,r)/2/Math.PI,o<0&&(o+=360),[e,Math.sqrt(r*r+n*n),o]},i.lch.lab=function(t){const e=t[0],r=t[1],n=t[2]/360*2*Math.PI;return[e,r*Math.cos(n),r*Math.sin(n)]},i.rgb.ansi16=function(t,e=null){const[r,n,o]=t;let a=null===e?i.rgb.hsv(t)[2]:e;if(a=Math.round(a/50),0===a)return 30;let s=30+(Math.round(o/255)<<2|Math.round(n/255)<<1|Math.round(r/255));return 2===a&&(s+=60),s},i.hsv.ansi16=function(t){return i.rgb.ansi16(i.hsv.rgb(t),t[2])},i.rgb.ansi256=function(t){const e=t[0],r=t[1],n=t[2];return e===r&&r===n?e<8?16:e>248?231:Math.round((e-8)/247*24)+232:16+36*Math.round(e/255*5)+6*Math.round(r/255*5)+Math.round(n/255*5)},i.ansi16.rgb=function(t){let e=t%10;if(0===e||7===e)return t>50&&(e+=3.5),e=e/10.5*255,[e,e,e];const r=.5*(1+~~(t>50));return[(1&e)*r*255,(e>>1&1)*r*255,(e>>2&1)*r*255]},i.ansi256.rgb=function(t){if(t>=232){const e=10*(t-232)+8;return[e,e,e]}let e;return t-=16,[Math.floor(t/36)/5*255,Math.floor((e=t%36)/6)/5*255,e%6/5*255]},i.rgb.hex=function(t){const e=(((255&Math.round(t[0]))<<16)+((255&Math.round(t[1]))<<8)+(255&Math.round(t[2]))).toString(16).toUpperCase();return"000000".substring(e.length)+e},i.hex.rgb=function(t){const e=t.toString(16).match(/[a-f0-9]{6}|[a-f0-9]{3}/i);if(!e)return[0,0,0];let r=e[0];3===e[0].length&&(r=r.split("").map((t=>t+t)).join(""));const n=parseInt(r,16);return[n>>16&255,n>>8&255,255&n]},i.rgb.hcg=function(t){const e=t[0]/255,r=t[1]/255,n=t[2]/255,o=Math.max(Math.max(e,r),n),i=Math.min(Math.min(e,r),n),a=o-i;let s,l;return s=a<1?i/(1-a):0,l=a<=0?0:o===e?(r-n)/a%6:o===r?2+(n-e)/a:4+(e-r)/a,l/=6,l%=1,[360*l,100*a,100*s]},i.hsl.hcg=function(t){const e=t[1]/100,r=t[2]/100,n=r<.5?2*e*r:2*e*(1-r);let o=0;return n<1&&(o=(r-.5*n)/(1-n)),[t[0],100*n,100*o]},i.hsv.hcg=function(t){const e=t[1]/100,r=t[2]/100,n=e*r;let o=0;return n<1&&(o=(r-n)/(1-n)),[t[0],100*n,100*o]},i.hcg.rgb=function(t){const e=t[0]/360,r=t[1]/100,n=t[2]/100;if(0===r)return[255*n,255*n,255*n];const o=[0,0,0],i=e%1*6,a=i%1,s=1-a;let l=0;switch(Math.floor(i)){case 0:o[0]=1,o[1]=a,o[2]=0;break;case 1:o[0]=s,o[1]=1,o[2]=0;break;case 2:o[0]=0,o[1]=1,o[2]=a;break;case 3:o[0]=0,o[1]=s,o[2]=1;break;case 4:o[0]=a,o[1]=0,o[2]=1;break;default:o[0]=1,o[1]=0,o[2]=s}return l=(1-r)*n,[255*(r*o[0]+l),255*(r*o[1]+l),255*(r*o[2]+l)]},i.hcg.hsv=function(t){const e=t[1]/100,r=e+t[2]/100*(1-e);let n=0;return r>0&&(n=e/r),[t[0],100*n,100*r]},i.hcg.hsl=function(t){const e=t[1]/100,r=t[2]/100*(1-e)+.5*e;let n=0;return r>0&&r<.5?n=e/(2*r):r>=.5&&r<1&&(n=e/(2*(1-r))),[t[0],100*n,100*r]},i.hcg.hwb=function(t){const e=t[1]/100,r=e+t[2]/100*(1-e);return[t[0],100*(r-e),100*(1-r)]},i.hwb.hcg=function(t){const e=t[1]/100,r=1-t[2]/100,n=r-e;let o=0;return n<1&&(o=(r-n)/(1-n)),[t[0],100*n,100*o]},i.apple.rgb=function(t){return[t[0]/65535*255,t[1]/65535*255,t[2]/65535*255]},i.rgb.apple=function(t){return[t[0]/255*65535,t[1]/255*65535,t[2]/255*65535]},i.gray.rgb=function(t){return[t[0]/100*255,t[0]/100*255,t[0]/100*255]},i.gray.hsl=function(t){return[0,0,t[0]]},i.gray.hsv=i.gray.hsl,i.gray.hwb=function(t){return[0,100,t[0]]},i.gray.cmyk=function(t){return[0,0,0,t[0]]},i.gray.lab=function(t){return[t[0],0,0]},i.gray.hex=function(t){const e=255&Math.round(t[0]/100*255),r=((e<<16)+(e<<8)+e).toString(16).toUpperCase();return"000000".substring(r.length)+r},i.rgb.gray=function(t){return[(t[0]+t[1]+t[2])/3/255*100]}},2085:(t,e,r)=>{const n=r(8168),o=r(4111),i={};Object.keys(n).forEach((t=>{i[t]={},Object.defineProperty(i[t],"channels",{value:n[t].channels}),Object.defineProperty(i[t],"labels",{value:n[t].labels});const e=o(t);Object.keys(e).forEach((r=>{const n=e[r];i[t][r]=function(t){const e=function(...e){const r=e[0];if(null==r)return r;r.length>1&&(e=r);const n=t(e);if("object"==typeof n)for(let t=n.length,e=0;e<t;e++)n[e]=Math.round(n[e]);return n};return"conversion"in t&&(e.conversion=t.conversion),e}(n),i[t][r].raw=function(t){const e=function(...e){const r=e[0];return null==r?r:(r.length>1&&(e=r),t(e))};return"conversion"in t&&(e.conversion=t.conversion),e}(n)}))})),t.exports=i},4111:(t,e,r)=>{const n=r(8168);function o(t,e){return function(r){return e(t(r))}}function i(t,e){const r=[e[t].parent,t];let i=n[e[t].parent][t],a=e[t].parent;for(;e[a].parent;)r.unshift(e[a].parent),i=o(n[e[a].parent][a],i),a=e[a].parent;return i.conversion=r,i}t.exports=function(t){const e=function(t){const e=function(){const t={},e=Object.keys(n);for(let r=e.length,n=0;n<r;n++)t[e[n]]={distance:-1,parent:null};return t}(),r=[t];for(e[t].distance=0;r.length;){const t=r.pop(),o=Object.keys(n[t]);for(let n=o.length,i=0;i<n;i++){const n=o[i],a=e[n];-1===a.distance&&(a.distance=e[t].distance+1,a.parent=t,r.unshift(n))}}return e}(t),r={},o=Object.keys(e);for(let t=o.length,n=0;n<t;n++){const t=o[n];null!==e[t].parent&&(r[t]=i(t,e))}return r}},8874:t=>{"use strict";t.exports={aliceblue:[240,248,255],antiquewhite:[250,235,215],aqua:[0,255,255],aquamarine:[127,255,212],azure:[240,255,255],beige:[245,245,220],bisque:[255,228,196],black:[0,0,0],blanchedalmond:[255,235,205],blue:[0,0,255],blueviolet:[138,43,226],brown:[165,42,42],burlywood:[222,184,135],cadetblue:[95,158,160],chartreuse:[127,255,0],chocolate:[210,105,30],coral:[255,127,80],cornflowerblue:[100,149,237],cornsilk:[255,248,220],crimson:[220,20,60],cyan:[0,255,255],darkblue:[0,0,139],darkcyan:[0,139,139],darkgoldenrod:[184,134,11],darkgray:[169,169,169],darkgreen:[0,100,0],darkgrey:[169,169,169],darkkhaki:[189,183,107],darkmagenta:[139,0,139],darkolivegreen:[85,107,47],darkorange:[255,140,0],darkorchid:[153,50,204],darkred:[139,0,0],darksalmon:[233,150,122],darkseagreen:[143,188,143],darkslateblue:[72,61,139],darkslategray:[47,79,79],darkslategrey:[47,79,79],darkturquoise:[0,206,209],darkviolet:[148,0,211],deeppink:[255,20,147],deepskyblue:[0,191,255],dimgray:[105,105,105],dimgrey:[105,105,105],dodgerblue:[30,144,255],firebrick:[178,34,34],floralwhite:[255,250,240],forestgreen:[34,139,34],fuchsia:[255,0,255],gainsboro:[220,220,220],ghostwhite:[248,248,255],gold:[255,215,0],goldenrod:[218,165,32],gray:[128,128,128],green:[0,128,0],greenyellow:[173,255,47],grey:[128,128,128],honeydew:[240,255,240],hotpink:[255,105,180],indianred:[205,92,92],indigo:[75,0,130],ivory:[255,255,240],khaki:[240,230,140],lavender:[230,230,250],lavenderblush:[255,240,245],lawngreen:[124,252,0],lemonchiffon:[255,250,205],lightblue:[173,216,230],lightcoral:[240,128,128],lightcyan:[224,255,255],lightgoldenrodyellow:[250,250,210],lightgray:[211,211,211],lightgreen:[144,238,144],lightgrey:[211,211,211],lightpink:[255,182,193],lightsalmon:[255,160,122],lightseagreen:[32,178,170],lightskyblue:[135,206,250],lightslategray:[119,136,153],lightslategrey:[119,136,153],lightsteelblue:[176,196,222],lightyellow:[255,255,224],lime:[0,255,0],limegreen:[50,205,50],linen:[250,240,230],magenta:[255,0,255],maroon:[128,0,0],mediumaquamarine:[102,205,170],mediumblue:[0,0,205],mediumorchid:[186,85,211],mediumpurple:[147,112,219],mediumseagreen:[60,179,113],mediumslateblue:[123,104,238],mediumspringgreen:[0,250,154],mediumturquoise:[72,209,204],mediumvioletred:[199,21,133],midnightblue:[25,25,112],mintcream:[245,255,250],mistyrose:[255,228,225],moccasin:[255,228,181],navajowhite:[255,222,173],navy:[0,0,128],oldlace:[253,245,230],olive:[128,128,0],olivedrab:[107,142,35],orange:[255,165,0],orangered:[255,69,0],orchid:[218,112,214],palegoldenrod:[238,232,170],palegreen:[152,251,152],paleturquoise:[175,238,238],palevioletred:[219,112,147],papayawhip:[255,239,213],peachpuff:[255,218,185],peru:[205,133,63],pink:[255,192,203],plum:[221,160,221],powderblue:[176,224,230],purple:[128,0,128],rebeccapurple:[102,51,153],red:[255,0,0],rosybrown:[188,143,143],royalblue:[65,105,225],saddlebrown:[139,69,19],salmon:[250,128,114],sandybrown:[244,164,96],seagreen:[46,139,87],seashell:[255,245,238],sienna:[160,82,45],silver:[192,192,192],skyblue:[135,206,235],slateblue:[106,90,205],slategray:[112,128,144],slategrey:[112,128,144],snow:[255,250,250],springgreen:[0,255,127],steelblue:[70,130,180],tan:[210,180,140],teal:[0,128,128],thistle:[216,191,216],tomato:[255,99,71],turquoise:[64,224,208],violet:[238,130,238],wheat:[245,222,179],white:[255,255,255],whitesmoke:[245,245,245],yellow:[255,255,0],yellowgreen:[154,205,50]}},9818:(t,e,r)=>{var n=r(8874),o=r(6851),i=Object.hasOwnProperty,a=Object.create(null);for(var s in n)i.call(n,s)&&(a[n[s]]=s);var l=t.exports={to:{},get:{}};function c(t,e,r){return Math.min(Math.max(e,t),r)}function d(t){var e=Math.round(t).toString(16).toUpperCase();return e.length<2?"0"+e:e}l.get=function(t){var e,r;switch(t.substring(0,3).toLowerCase()){case"hsl":e=l.get.hsl(t),r="hsl";break;case"hwb":e=l.get.hwb(t),r="hwb";break;default:e=l.get.rgb(t),r="rgb"}return e?{model:r,value:e}:null},l.get.rgb=function(t){if(!t)return null;var e,r,o,a=[0,0,0,1];if(e=t.match(/^#([a-f0-9]{6})([a-f0-9]{2})?$/i)){for(o=e[2],e=e[1],r=0;r<3;r++){var s=2*r;a[r]=parseInt(e.slice(s,s+2),16)}o&&(a[3]=parseInt(o,16)/255)}else if(e=t.match(/^#([a-f0-9]{3,4})$/i)){for(o=(e=e[1])[3],r=0;r<3;r++)a[r]=parseInt(e[r]+e[r],16);o&&(a[3]=parseInt(o+o,16)/255)}else if(e=t.match(/^rgba?\(\s*([+-]?\d+)(?=[\s,])\s*(?:,\s*)?([+-]?\d+)(?=[\s,])\s*(?:,\s*)?([+-]?\d+)\s*(?:[,|\/]\s*([+-]?[\d\.]+)(%?)\s*)?\)$/)){for(r=0;r<3;r++)a[r]=parseInt(e[r+1],0);e[4]&&(e[5]?a[3]=.01*parseFloat(e[4]):a[3]=parseFloat(e[4]))}else{if(!(e=t.match(/^rgba?\(\s*([+-]?[\d\.]+)\%\s*,?\s*([+-]?[\d\.]+)\%\s*,?\s*([+-]?[\d\.]+)\%\s*(?:[,|\/]\s*([+-]?[\d\.]+)(%?)\s*)?\)$/)))return(e=t.match(/^(\w+)$/))?"transparent"===e[1]?[0,0,0,0]:i.call(n,e[1])?((a=n[e[1]])[3]=1,a):null:null;for(r=0;r<3;r++)a[r]=Math.round(2.55*parseFloat(e[r+1]));e[4]&&(e[5]?a[3]=.01*parseFloat(e[4]):a[3]=parseFloat(e[4]))}for(r=0;r<3;r++)a[r]=c(a[r],0,255);return a[3]=c(a[3],0,1),a},l.get.hsl=function(t){if(!t)return null;var e=t.match(/^hsla?\(\s*([+-]?(?:\d{0,3}\.)?\d+)(?:deg)?\s*,?\s*([+-]?[\d\.]+)%\s*,?\s*([+-]?[\d\.]+)%\s*(?:[,|\/]\s*([+-]?(?=\.\d|\d)(?:0|[1-9]\d*)?(?:\.\d*)?(?:[eE][+-]?\d+)?)\s*)?\)$/);if(e){var r=parseFloat(e[4]);return[(parseFloat(e[1])%360+360)%360,c(parseFloat(e[2]),0,100),c(parseFloat(e[3]),0,100),c(isNaN(r)?1:r,0,1)]}return null},l.get.hwb=function(t){if(!t)return null;var e=t.match(/^hwb\(\s*([+-]?\d{0,3}(?:\.\d+)?)(?:deg)?\s*,\s*([+-]?[\d\.]+)%\s*,\s*([+-]?[\d\.]+)%\s*(?:,\s*([+-]?(?=\.\d|\d)(?:0|[1-9]\d*)?(?:\.\d*)?(?:[eE][+-]?\d+)?)\s*)?\)$/);if(e){var r=parseFloat(e[4]);return[(parseFloat(e[1])%360+360)%360,c(parseFloat(e[2]),0,100),c(parseFloat(e[3]),0,100),c(isNaN(r)?1:r,0,1)]}return null},l.to.hex=function(){var t=o(arguments);return"#"+d(t[0])+d(t[1])+d(t[2])+(t[3]<1?d(Math.round(255*t[3])):"")},l.to.rgb=function(){var t=o(arguments);return t.length<4||1===t[3]?"rgb("+Math.round(t[0])+", "+Math.round(t[1])+", "+Math.round(t[2])+")":"rgba("+Math.round(t[0])+", "+Math.round(t[1])+", "+Math.round(t[2])+", "+t[3]+")"},l.to.rgb.percent=function(){var t=o(arguments),e=Math.round(t[0]/255*100),r=Math.round(t[1]/255*100),n=Math.round(t[2]/255*100);return t.length<4||1===t[3]?"rgb("+e+"%, "+r+"%, "+n+"%)":"rgba("+e+"%, "+r+"%, "+n+"%, "+t[3]+")"},l.to.hsl=function(){var t=o(arguments);return t.length<4||1===t[3]?"hsl("+t[0]+", "+t[1]+"%, "+t[2]+"%)":"hsla("+t[0]+", "+t[1]+"%, "+t[2]+"%, "+t[3]+")"},l.to.hwb=function(){var t=o(arguments),e="";return t.length>=4&&1!==t[3]&&(e=", "+t[3]),"hwb("+t[0]+", "+t[1]+"%, "+t[2]+"%"+e+")"},l.to.keyword=function(t){return a[t.slice(0,3)]}},6767:(t,e,r)=>{const n=r(9818),o=r(2085),i=["keyword","gray","hex"],a={};for(const t of Object.keys(o))a[[...o[t].labels].sort().join("")]=t;const s={};function l(t,e){if(!(this instanceof l))return new l(t,e);if(e&&e in i&&(e=null),e&&!(e in o))throw new Error("Unknown model: "+e);let r,c;if(null==t)this.model="rgb",this.color=[0,0,0],this.valpha=1;else if(t instanceof l)this.model=t.model,this.color=[...t.color],this.valpha=t.valpha;else if("string"==typeof t){const e=n.get(t);if(null===e)throw new Error("Unable to parse color from string: "+t);this.model=e.model,c=o[this.model].channels,this.color=e.value.slice(0,c),this.valpha="number"==typeof e.value[c]?e.value[c]:1}else if(t.length>0){this.model=e||"rgb",c=o[this.model].channels;const r=Array.prototype.slice.call(t,0,c);this.color=p(r,c),this.valpha="number"==typeof t[c]?t[c]:1}else if("number"==typeof t)this.model="rgb",this.color=[t>>16&255,t>>8&255,255&t],this.valpha=1;else{this.valpha=1;const e=Object.keys(t);"alpha"in t&&(e.splice(e.indexOf("alpha"),1),this.valpha="number"==typeof t.alpha?t.alpha:0);const n=e.sort().join("");if(!(n in a))throw new Error("Unable to parse color from object: "+JSON.stringify(t));this.model=a[n];const{labels:i}=o[this.model],s=[];for(r=0;r<i.length;r++)s.push(t[i[r]]);this.color=p(s)}if(s[this.model])for(c=o[this.model].channels,r=0;r<c;r++){const t=s[this.model][r];t&&(this.color[r]=t(this.color[r]))}this.valpha=Math.max(0,Math.min(1,this.valpha)),Object.freeze&&Object.freeze(this)}l.prototype={toString(){return this.string()},toJSON(){return this[this.model]()},string(t){let e=this.model in n.to?this:this.rgb();e=e.round("number"==typeof t?t:1);const r=1===e.valpha?e.color:[...e.color,this.valpha];return n.to[e.model](r)},percentString(t){const e=this.rgb().round("number"==typeof t?t:1),r=1===e.valpha?e.color:[...e.color,this.valpha];return n.to.rgb.percent(r)},array(){return 1===this.valpha?[...this.color]:[...this.color,this.valpha]},object(){const t={},{channels:e}=o[this.model],{labels:r}=o[this.model];for(let n=0;n<e;n++)t[r[n]]=this.color[n];return 1!==this.valpha&&(t.alpha=this.valpha),t},unitArray(){const t=this.rgb().color;return t[0]/=255,t[1]/=255,t[2]/=255,1!==this.valpha&&t.push(this.valpha),t},unitObject(){const t=this.rgb().object();return t.r/=255,t.g/=255,t.b/=255,1!==this.valpha&&(t.alpha=this.valpha),t},round(t){return t=Math.max(t||0,0),new l([...this.color.map(c(t)),this.valpha],this.model)},alpha(t){return void 0!==t?new l([...this.color,Math.max(0,Math.min(1,t))],this.model):this.valpha},red:d("rgb",0,u(255)),green:d("rgb",1,u(255)),blue:d("rgb",2,u(255)),hue:d(["hsl","hsv","hsl","hwb","hcg"],0,(t=>(t%360+360)%360)),saturationl:d("hsl",1,u(100)),lightness:d("hsl",2,u(100)),saturationv:d("hsv",1,u(100)),value:d("hsv",2,u(100)),chroma:d("hcg",1,u(100)),gray:d("hcg",2,u(100)),white:d("hwb",1,u(100)),wblack:d("hwb",2,u(100)),cyan:d("cmyk",0,u(100)),magenta:d("cmyk",1,u(100)),yellow:d("cmyk",2,u(100)),black:d("cmyk",3,u(100)),x:d("xyz",0,u(95.047)),y:d("xyz",1,u(100)),z:d("xyz",2,u(108.833)),l:d("lab",0,u(100)),a:d("lab",1),b:d("lab",2),keyword(t){return void 0!==t?new l(t):o[this.model].keyword(this.color)},hex(t){return void 0!==t?new l(t):n.to.hex(this.rgb().round().color)},hexa(t){if(void 0!==t)return new l(t);const e=this.rgb().round().color;let r=Math.round(255*this.valpha).toString(16).toUpperCase();return 1===r.length&&(r="0"+r),n.to.hex(e)+r},rgbNumber(){const t=this.rgb().color;return(255&t[0])<<16|(255&t[1])<<8|255&t[2]},luminosity(){const t=this.rgb().color,e=[];for(const[r,n]of t.entries()){const t=n/255;e[r]=t<=.04045?t/12.92:((t+.055)/1.055)**2.4}return.2126*e[0]+.7152*e[1]+.0722*e[2]},contrast(t){const e=this.luminosity(),r=t.luminosity();return e>r?(e+.05)/(r+.05):(r+.05)/(e+.05)},level(t){const e=this.contrast(t);return e>=7?"AAA":e>=4.5?"AA":""},isDark(){const t=this.rgb().color;return(2126*t[0]+7152*t[1]+722*t[2])/1e4<128},isLight(){return!this.isDark()},negate(){const t=this.rgb();for(let e=0;e<3;e++)t.color[e]=255-t.color[e];return t},lighten(t){const e=this.hsl();return e.color[2]+=e.color[2]*t,e},darken(t){const e=this.hsl();return e.color[2]-=e.color[2]*t,e},saturate(t){const e=this.hsl();return e.color[1]+=e.color[1]*t,e},desaturate(t){const e=this.hsl();return e.color[1]-=e.color[1]*t,e},whiten(t){const e=this.hwb();return e.color[1]+=e.color[1]*t,e},blacken(t){const e=this.hwb();return e.color[2]+=e.color[2]*t,e},grayscale(){const t=this.rgb().color,e=.3*t[0]+.59*t[1]+.11*t[2];return l.rgb(e,e,e)},fade(t){return this.alpha(this.valpha-this.valpha*t)},opaquer(t){return this.alpha(this.valpha+this.valpha*t)},rotate(t){const e=this.hsl();let r=e.color[0];return r=(r+t)%360,r=r<0?360+r:r,e.color[0]=r,e},mix(t,e){if(!t||!t.rgb)throw new Error('Argument to "mix" was not a Color instance, but rather an instance of '+typeof t);const r=t.rgb(),n=this.rgb(),o=void 0===e?.5:e,i=2*o-1,a=r.alpha()-n.alpha(),s=((i*a==-1?i:(i+a)/(1+i*a))+1)/2,c=1-s;return l.rgb(s*r.red()+c*n.red(),s*r.green()+c*n.green(),s*r.blue()+c*n.blue(),r.alpha()*o+n.alpha()*(1-o))}};for(const t of Object.keys(o)){if(i.includes(t))continue;const{channels:e}=o[t];l.prototype[t]=function(...e){return this.model===t?new l(this):e.length>0?new l(e,t):new l([...(r=o[this.model][t].raw(this.color),Array.isArray(r)?r:[r]),this.valpha],t);var r},l[t]=function(...r){let n=r[0];return"number"==typeof n&&(n=p(r,e)),new l(n,t)}}function c(t){return function(e){return function(t,e){return Number(t.toFixed(e))}(e,t)}}function d(t,e,r){t=Array.isArray(t)?t:[t];for(const n of t)(s[n]||(s[n]=[]))[e]=r;return t=t[0],function(n){let o;return void 0!==n?(r&&(n=r(n)),o=this[t](),o.color[e]=n,o):(o=this[t]().color[e],r&&(o=r(o)),o)}}function u(t){return function(e){return Math.max(0,Math.min(t,e))}}function p(t,e){for(let r=0;r<e;r++)"number"!=typeof t[r]&&(t[r]=0);return t}t.exports=l},5171:t=>{t.exports=function(t){return!(!t||"string"==typeof t)&&(t instanceof Array||Array.isArray(t)||t.length>=0&&(t.splice instanceof Function||Object.getOwnPropertyDescriptor(t,t.length-1)&&"String"!==t.constructor.name))}},2378:(t,e,r)=>{t=r.nmd(t);var n="__lodash_hash_undefined__",o=9007199254740991,i="[object Arguments]",a="[object AsyncFunction]",s="[object Function]",l="[object GeneratorFunction]",c="[object Null]",d="[object Object]",u="[object Proxy]",p="[object Undefined]",h=/^\[object .+?Constructor\]$/,m=/^(?:0|[1-9]\d*)$/,f={};f["[object Float32Array]"]=f["[object Float64Array]"]=f["[object Int8Array]"]=f["[object Int16Array]"]=f["[object Int32Array]"]=f["[object Uint8Array]"]=f["[object Uint8ClampedArray]"]=f["[object Uint16Array]"]=f["[object Uint32Array]"]=!0,f[i]=f["[object Array]"]=f["[object ArrayBuffer]"]=f["[object Boolean]"]=f["[object DataView]"]=f["[object Date]"]=f["[object Error]"]=f[s]=f["[object Map]"]=f["[object Number]"]=f[d]=f["[object RegExp]"]=f["[object Set]"]=f["[object String]"]=f["[object WeakMap]"]=!1;var g,b,y,v="object"==typeof r.g&&r.g&&r.g.Object===Object&&r.g,x="object"==typeof self&&self&&self.Object===Object&&self,C=v||x||Function("return this")(),w=e&&!e.nodeType&&e,k=w&&t&&!t.nodeType&&t,E=k&&k.exports===w,A=E&&v.process,_=function(){try{return k&&k.require&&k.require("util").types||A&&A.binding&&A.binding("util")}catch(t){}}(),S=_&&_.isTypedArray,D=Array.prototype,T=Function.prototype,M=Object.prototype,F=C["__core-js_shared__"],L=T.toString,I=M.hasOwnProperty,z=(g=/[^.]+$/.exec(F&&F.keys&&F.keys.IE_PROTO||""))?"Symbol(src)_1."+g:"",O=M.toString,N=L.call(Object),B=RegExp("^"+L.call(I).replace(/[\\^$.*+?()[\]{}|]/g,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$"),q=E?C.Buffer:void 0,R=C.Symbol,V=C.Uint8Array,W=(q&&q.allocUnsafe,b=Object.getPrototypeOf,y=Object,function(t){return b(y(t))}),P=Object.create,$=M.propertyIsEnumerable,j=D.splice,H=R?R.toStringTag:void 0,U=function(){try{var t=pt(Object,"defineProperty");return t({},"",{}),t}catch(t){}}(),G=q?q.isBuffer:void 0,Z=Math.max,J=Date.now,Q=pt(C,"Map"),Y=pt(Object,"create"),K=function(){function t(){}return function(e){if(!Et(e))return{};if(P)return P(e);t.prototype=e;var r=new t;return t.prototype=void 0,r}}();function X(t){var e=-1,r=null==t?0:t.length;for(this.clear();++e<r;){var n=t[e];this.set(n[0],n[1])}}function tt(t){var e=-1,r=null==t?0:t.length;for(this.clear();++e<r;){var n=t[e];this.set(n[0],n[1])}}function et(t){var e=-1,r=null==t?0:t.length;for(this.clear();++e<r;){var n=t[e];this.set(n[0],n[1])}}function rt(t){var e=this.__data__=new tt(t);this.size=e.size}function nt(t,e,r){(void 0!==r&&!bt(t[e],r)||void 0===r&&!(e in t))&&at(t,e,r)}function ot(t,e,r){var n=t[e];I.call(t,e)&&bt(n,r)&&(void 0!==r||e in t)||at(t,e,r)}function it(t,e){for(var r=t.length;r--;)if(bt(t[r][0],e))return r;return-1}function at(t,e,r){"__proto__"==e&&U?U(t,e,{configurable:!0,enumerable:!0,value:r,writable:!0}):t[e]=r}X.prototype.clear=function(){this.__data__=Y?Y(null):{},this.size=0},X.prototype.delete=function(t){var e=this.has(t)&&delete this.__data__[t];return this.size-=e?1:0,e},X.prototype.get=function(t){var e=this.__data__;if(Y){var r=e[t];return r===n?void 0:r}return I.call(e,t)?e[t]:void 0},X.prototype.has=function(t){var e=this.__data__;return Y?void 0!==e[t]:I.call(e,t)},X.prototype.set=function(t,e){var r=this.__data__;return this.size+=this.has(t)?0:1,r[t]=Y&&void 0===e?n:e,this},tt.prototype.clear=function(){this.__data__=[],this.size=0},tt.prototype.delete=function(t){var e=this.__data__,r=it(e,t);return!(r<0||(r==e.length-1?e.pop():j.call(e,r,1),--this.size,0))},tt.prototype.get=function(t){var e=this.__data__,r=it(e,t);return r<0?void 0:e[r][1]},tt.prototype.has=function(t){return it(this.__data__,t)>-1},tt.prototype.set=function(t,e){var r=this.__data__,n=it(r,t);return n<0?(++this.size,r.push([t,e])):r[n][1]=e,this},et.prototype.clear=function(){this.size=0,this.__data__={hash:new X,map:new(Q||tt),string:new X}},et.prototype.delete=function(t){var e=ut(this,t).delete(t);return this.size-=e?1:0,e},et.prototype.get=function(t){return ut(this,t).get(t)},et.prototype.has=function(t){return ut(this,t).has(t)},et.prototype.set=function(t,e){var r=ut(this,t),n=r.size;return r.set(t,e),this.size+=r.size==n?0:1,this},rt.prototype.clear=function(){this.__data__=new tt,this.size=0},rt.prototype.delete=function(t){var e=this.__data__,r=e.delete(t);return this.size=e.size,r},rt.prototype.get=function(t){return this.__data__.get(t)},rt.prototype.has=function(t){return this.__data__.has(t)},rt.prototype.set=function(t,e){var r=this.__data__;if(r instanceof tt){var n=r.__data__;if(!Q||n.length<199)return n.push([t,e]),this.size=++r.size,this;r=this.__data__=new et(n)}return r.set(t,e),this.size=r.size,this};function st(t){return null==t?void 0===t?p:c:H&&H in Object(t)?function(t){var e=I.call(t,H),r=t[H];try{t[H]=void 0;var n=!0}catch(t){}var o=O.call(t);return n&&(e?t[H]=r:delete t[H]),o}(t):function(t){return O.call(t)}(t)}function lt(t){return At(t)&&st(t)==i}function ct(t,e,r,n,o){t!==e&&function(t,e,r){for(var n=-1,o=Object(t),i=r(t),a=i.length;a--;){var s=i[++n];if(!1===e(o[s],s,o))break}}(e,(function(i,a){if(o||(o=new rt),Et(i))!function(t,e,r,n,o,i,a){var s=ft(t,r),l=ft(e,r),c=a.get(l);if(c)nt(t,r,c);else{var u,p,h,m,f,g=i?i(s,l,r+"",t,e,a):void 0,b=void 0===g;if(b){var y=vt(l),v=!y&&Ct(l),x=!y&&!v&&_t(l);g=l,y||v||x?vt(s)?g=s:At(f=s)&&xt(f)?g=function(t,e){var r=-1,n=t.length;for(e||(e=Array(n));++r<n;)e[r]=t[r];return e}(s):v?(b=!1,g=function(t,e){return t.slice()}(l)):x?(b=!1,m=new(h=(u=l).buffer).constructor(h.byteLength),new V(m).set(new V(h)),p=m,g=new u.constructor(p,u.byteOffset,u.length)):g=[]:function(t){if(!At(t)||st(t)!=d)return!1;var e=W(t);if(null===e)return!0;var r=I.call(e,"constructor")&&e.constructor;return"function"==typeof r&&r instanceof r&&L.call(r)==N}(l)||yt(l)?(g=s,yt(s)?g=function(t){return function(t,e,r,n){var o=!r;r||(r={});for(var i=-1,a=e.length;++i<a;){var s=e[i],l=void 0;void 0===l&&(l=t[s]),o?at(r,s,l):ot(r,s,l)}return r}(t,St(t))}(s):Et(s)&&!wt(s)||(g=function(t){return"function"!=typeof t.constructor||mt(t)?{}:K(W(t))}(l))):b=!1}b&&(a.set(l,g),o(g,l,n,i,a),a.delete(l)),nt(t,r,g)}}(t,e,a,r,ct,n,o);else{var s=n?n(ft(t,a),i,a+"",t,e,o):void 0;void 0===s&&(s=i),nt(t,a,s)}}),St)}var dt=U?function(t,e){return U(t,"toString",{configurable:!0,enumerable:!1,value:(r=e,function(){return r}),writable:!0});var r}:Mt;function ut(t,e){var r,n,o=t.__data__;return("string"==(n=typeof(r=e))||"number"==n||"symbol"==n||"boolean"==n?"__proto__"!==r:null===r)?o["string"==typeof e?"string":"hash"]:o.map}function pt(t,e){var r=function(t,e){return null==t?void 0:t[e]}(t,e);return function(t){return!(!Et(t)||function(t){return!!z&&z in t}(t))&&(wt(t)?B:h).test(function(t){if(null!=t){try{return L.call(t)}catch(t){}try{return t+""}catch(t){}}return""}(t))}(r)?r:void 0}function ht(t,e){var r=typeof t;return!!(e=null==e?o:e)&&("number"==r||"symbol"!=r&&m.test(t))&&t>-1&&t%1==0&&t<e}function mt(t){var e=t&&t.constructor;return t===("function"==typeof e&&e.prototype||M)}function ft(t,e){if(("constructor"!==e||"function"!=typeof t[e])&&"__proto__"!=e)return t[e]}var gt=function(t){var e=0,r=0;return function(){var n=J(),o=16-(n-r);if(r=n,o>0){if(++e>=800)return arguments[0]}else e=0;return t.apply(void 0,arguments)}}(dt);function bt(t,e){return t===e||t!=t&&e!=e}var yt=lt(function(){return arguments}())?lt:function(t){return At(t)&&I.call(t,"callee")&&!$.call(t,"callee")},vt=Array.isArray;function xt(t){return null!=t&&kt(t.length)&&!wt(t)}var Ct=G||function(){return!1};function wt(t){if(!Et(t))return!1;var e=st(t);return e==s||e==l||e==a||e==u}function kt(t){return"number"==typeof t&&t>-1&&t%1==0&&t<=o}function Et(t){var e=typeof t;return null!=t&&("object"==e||"function"==e)}function At(t){return null!=t&&"object"==typeof t}var _t=S?function(t){return function(e){return t(e)}}(S):function(t){return At(t)&&kt(t.length)&&!!f[st(t)]};function St(t){return xt(t)?function(t,e){var r=vt(t),n=!r&&yt(t),o=!r&&!n&&Ct(t),i=!r&&!n&&!o&&_t(t),a=r||n||o||i,s=a?function(t,e){for(var r=-1,n=Array(t);++r<t;)n[r]=e(r);return n}(t.length,String):[],l=s.length;for(var c in t)!e&&!I.call(t,c)||a&&("length"==c||o&&("offset"==c||"parent"==c)||i&&("buffer"==c||"byteLength"==c||"byteOffset"==c)||ht(c,l))||s.push(c);return s}(t,!0):function(t){if(!Et(t))return function(t){var e=[];if(null!=t)for(var r in Object(t))e.push(r);return e}(t);var e=mt(t),r=[];for(var n in t)("constructor"!=n||!e&&I.call(t,n))&&r.push(n);return r}(t)}var Dt,Tt=(Dt=function(t,e,r){ct(t,e,r)},function(t,e){return gt(function(t,e,r){return e=Z(void 0===e?t.length-1:e,0),function(){for(var n=arguments,o=-1,i=Z(n.length-e,0),a=Array(i);++o<i;)a[o]=n[e+o];o=-1;for(var s=Array(e+1);++o<e;)s[o]=n[o];return s[e]=r(a),function(t,e,r){switch(r.length){case 0:return t.call(e);case 1:return t.call(e,r[0]);case 2:return t.call(e,r[0],r[1]);case 3:return t.call(e,r[0],r[1],r[2])}return t.apply(e,r)}(t,this,s)}}(t,e,Mt),t+"")}((function(t,e){var r=-1,n=e.length,o=n>1?e[n-1]:void 0,i=n>2?e[2]:void 0;for(o=Dt.length>3&&"function"==typeof o?(n--,o):void 0,i&&function(t,e,r){if(!Et(r))return!1;var n=typeof e;return!!("number"==n?xt(r)&&ht(e,r.length):"string"==n&&e in r)&&bt(r[e],t)}(e[0],e[1],i)&&(o=n<3?void 0:o,n=1),t=Object(t);++r<n;){var a=e[r];a&&Dt(t,a,r)}return t})));function Mt(t){return t}t.exports=Tt},6851:(t,e,r)=>{"use strict";var n=r(5171),o=Array.prototype.concat,i=Array.prototype.slice,a=t.exports=function(t){for(var e=[],r=0,a=t.length;r<a;r++){var s=t[r];n(s)?e=o.call(e,i.call(s)):e.push(s)}return e};a.wrap=function(t){return function(){return t(a(arguments))}}},1747:t=>{t.exports="data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAxNCAxOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4gPHBhdGggZD0iTTEgMTZDMSAxNy4xIDEuOSAxOCAzIDE4SDExQzEyLjEgMTggMTMgMTcuMSAxMyAxNlY0SDFWMTZaTTMgNkgxMVYxNkgzVjZaTTEwLjUgMUw5LjUgMEg0LjVMMy41IDFIMFYzSDE0VjFIMTAuNVoiIGZpbGw9ImN1cnJlbnRjb2xvciIvPiA8L3N2Zz4g"},8152:t=>{t.exports="data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUiIGhlaWdodD0iMTUiIHZpZXdCb3g9IjAgMCAxNSAxNSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4gPHBhdGggZD0iTTEwLjAwMDIgMC45OTIxNDlDMTAuMDAwMiAxLjAxNjE1IDEwLjAwMDIgMS4wMTYxNSAxMC4wMDAyIDEuMDE2MTVMOC4yMjQxOSAzLjAwODE1SDIuOTkyMTlDMi40NjQxOSAzLjAwODE1IDIuMDA4MTkgMy40NDAxNSAyLjAwODE5IDMuOTkyMTVWMTIuMDA4MkMyLjAwODE5IDEyLjUzNjIgMi40NDAxOSAxMi45OTIyIDIuOTkyMTkgMTIuOTkyMkg1LjUzNjE5QzUuODQ4MTkgMTMuMDQwMiA2LjE2MDE5IDEzLjA0MDIgNi40NzIxOSAxMi45OTIySDExLjAwODJDMTEuNTM2MiAxMi45OTIyIDExLjk5MjIgMTIuNTYwMiAxMS45OTIyIDEyLjAwODJWNy43ODQxNkwxMy45MzYyIDUuNjI0MTVMMTQuMDA4MiA1LjY3MjE1VjExLjk4NDJDMTQuMDA4MiAxMy42NjQyIDEyLjY2NDIgMTUuMDA4MiAxMS4wMDgyIDE1LjAwODJIMy4wMTYxOUMxLjMzNjE5IDE1LjAwODIgLTAuMDA3ODEyNSAxMy42NjQyIC0wLjAwNzgxMjUgMTEuOTg0MlYzLjk5MjE1Qy0wLjAwNzgxMjUgMi4zMzYxNSAxLjMzNjE5IDAuOTkyMTQ5IDMuMDE2MTkgMC45OTIxNDlIMTAuMDAwMlpNMTEuMjcyMiAyLjYyNDE1TDEyLjYxNjIgNC4xMTIxNUw3LjcyMDE5IDkuNjgwMTZDNy41MDQxOSA5LjkyMDE2IDYuODMyMTkgMTAuMjMyMiA1LjY4MDE5IDEwLjYxNjJDNS42NTYxOSAxMC42NDAyIDUuNjA4MTkgMTAuNjQwMiA1LjU2MDE5IDEwLjYxNjJDNS40NjQxOSAxMC41OTIyIDUuMzkyMTkgMTAuNDcyMiA1LjQ0MDE5IDEwLjM3NjJDNS43NTIxOSA5LjI0ODE2IDYuMDQwMTkgOC41NTIxNiA2LjI1NjE5IDguMzEyMTZMMTEuMjcyMiAyLjYyNDE1Wk0xMS45MjAyIDEuODU2MTVMMTMuMjg4MiAwLjMyMDE0OUMxMy42NDgyIC0wLjA4Nzg1MTYgMTQuMjcyMiAtMC4xMTE4NTIgMTQuNjgwMiAwLjI3MjE0OUMxNS4wODgyIDAuNjMyMTQ5IDE1LjExMjIgMS4yODAxNSAxNC43NTIyIDEuNjg4MTVMMTMuMjY0MiAzLjM2ODE1TDExLjkyMDIgMS44NTYxNVoiIGZpbGw9ImN1cnJlbnRjb2xvciIvPiA8L3N2Zz4g"},853:t=>{t.exports="data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4gPHBhdGggZD0iTTggMEMzLjYgMCAwIDMuNiAwIDhDMCAxMi40IDMuNiAxNiA4IDE2QzEyLjQgMTYgMTYgMTIuNCAxNiA4QzE2IDMuNiAxMi40IDAgOCAwWk03LjEgMTEuN0wyLjkgNy42TDQuMyA2LjJMNyA4LjlMMTIgNEwxMy40IDUuNEw3LjEgMTEuN1oiIGZpbGw9IiM0Q0FGNTAiLz4gPC9zdmc+IA=="}},e={};function r(n){var o=e[n];if(void 0!==o)return o.exports;var i=e[n]={id:n,loaded:!1,exports:{}};return t[n](i,i.exports,r),i.loaded=!0,i.exports}r.n=t=>{var e=t&&t.__esModule?()=>t.default:()=>t;return r.d(e,{a:e}),e},r.d=(t,e)=>{for(var n in e)r.o(e,n)&&!r.o(t,n)&&Object.defineProperty(t,n,{enumerable:!0,get:e[n]})},r.g=function(){if("object"==typeof globalThis)return globalThis;try{return this||new Function("return this")()}catch(t){if("object"==typeof window)return window}}(),r.o=(t,e)=>Object.prototype.hasOwnProperty.call(t,e),r.r=t=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})},r.nmd=t=>(t.paths=[],t.children||(t.children=[]),t);var n={};return(()=>{"use strict";r.r(n),r.d(n,{darkTheme:()=>Lp,defaultTheme:()=>Fp,themeToStyle:()=>bt});var t={};r.r(t),r.d(t,{default:()=>xe,vars:()=>Ce});var e={};r.r(e),r.d(e,{default:()=>Qe,refs:()=>Ze,vars:()=>Je});var o={};r.r(o),r.d(o,{default:()=>Xe,textField:()=>Ke,vars:()=>Ye});var i={};r.r(i),r.d(i,{default:()=>mr,vars:()=>hr});var a={};r.r(a),r.d(a,{default:()=>yr,vars:()=>br});var s={};r.r(s),r.d(s,{default:()=>wr,vars:()=>Cr});var l={};r.r(l),r.d(l,{default:()=>zr,vars:()=>Ir});var c={};r.r(c),r.d(c,{default:()=>Yr,vars:()=>Jr});var d={};r.r(d),r.d(d,{default:()=>pn,vars:()=>un});var u={};r.r(u),r.d(u,{default:()=>wn,vars:()=>kn});var p={};r.r(p),r.d(p,{default:()=>_n,vars:()=>An});var h={};r.r(h),r.d(h,{default:()=>Dn,vars:()=>Sn});var m={};r.r(m),r.d(m,{default:()=>Mn,vars:()=>Tn});var f={};r.r(f),r.d(f,{default:()=>Nn,vars:()=>On});var g={};r.r(g),r.d(g,{decode:()=>Rn,encode:()=>Pn,format:()=>$n,parse:()=>ro});var b={};r.r(b),r.d(b,{Any:()=>io,Cc:()=>ao,Cf:()=>so,P:()=>no,S:()=>oo,Z:()=>lo});var y={};r.r(y),r.d(y,{arrayReplaceAt:()=>Oo,assign:()=>zo,escapeHtml:()=>Go,escapeRE:()=>Jo,fromCodePoint:()=>Bo,has:()=>Io,isMdAsciiPunct:()=>Xo,isPunctChar:()=>Ko,isSpace:()=>Qo,isString:()=>Fo,isValidEntityCode:()=>No,isWhiteSpace:()=>Yo,lib:()=>ei,normalizeReference:()=>ti,unescapeAll:()=>Po,unescapeMd:()=>Wo});var v={};r.r(v),r.d(v,{parseLinkDestination:()=>ni,parseLinkLabel:()=>ri,parseLinkTitle:()=>oi});var x={};r.r(x),r.d(x,{default:()=>ls,vars:()=>ss});var C={};r.r(C),r.d(C,{default:()=>us,vars:()=>ds});var w={};r.r(w),r.d(w,{default:()=>As,vars:()=>_s});var k={};r.r(k),r.d(k,{default:()=>$s,vars:()=>Ps});var E={};r.r(E),r.d(E,{default:()=>Ys,vars:()=>Qs});var A={};r.r(A),r.d(A,{default:()=>nl,vars:()=>ol});var _={};r.r(_),r.d(_,{comboBox:()=>vl,default:()=>xl,vars:()=>yl});var S={};r.r(S),r.d(S,{default:()=>Al,vars:()=>El});var D={};r.r(D),r.d(D,{default:()=>Pl,vars:()=>Wl});var T={};r.r(T),r.d(T,{default:()=>ec,vars:()=>tc});var M={};r.r(M),r.d(M,{default:()=>_c,vars:()=>Ac});var F={};r.r(F),r.d(F,{default:()=>qc,vars:()=>Bc});var L={};r.r(L),r.d(L,{default:()=>jc,vars:()=>$c});var I={};r.r(I),r.d(I,{default:()=>sd,vars:()=>ad});var z={};r.r(z),r.d(z,{default:()=>pd,vars:()=>ud});var O={};r.r(O),r.d(O,{default:()=>bd,vars:()=>yd});var N={};r.r(N),r.d(N,{default:()=>Od,grid:()=>zd,vars:()=>Id});var B={};r.r(B),r.d(B,{default:()=>Pd,vars:()=>Vd});var q={};r.r(q),r.d(q,{default:()=>lu,multiSelectComboBox:()=>su,vars:()=>au});var R={};r.r(R),r.d(R,{default:()=>mu,vars:()=>hu});var V={};r.r(V),r.d(V,{default:()=>ku,vars:()=>Eu});var W={};r.r(W),r.d(W,{default:()=>Wu,mappingsField:()=>Vu,vars:()=>Ru});var P={};r.r(P),r.d(P,{default:()=>op,vars:()=>np});var $={};r.r($),r.d($,{default:()=>yp,vars:()=>bp});var j={};r.r(j),r.d(j,{default:()=>Ap,samlGroupMappings:()=>Ep,vars:()=>kp});var H={};r.r(H),r.d(H,{default:()=>Dp,vars:()=>Sp});var U=r(2378),G=r.n(U);const Z="descope",J="host",Q=t=>t.replace(/([a-z])([A-Z])/g,"$1-$2").replace(/[\s_.]+/g,"-").toLowerCase(),Y=(...t)=>Q(t.filter((t=>!!t)).join("-")),K=(...t)=>e=>t.reduceRight(((t,e)=>e(t)),e),X=t=>"function"==typeof t,tt=(t,e,{excludeAttrs:r=[],includeAttrs:n=[]})=>{const o=Array.from(t.attributes).filter((t=>!r.includes(t.name)&&(!n.length||n.includes(t.name)))).map((t=>t.name));e(o),new MutationObserver((t=>{t.forEach((t=>{"attributes"!==t.type||r.includes(t.attributeName)||n.length&&!n.includes(t.attributeName)||e([t.attributeName])}))})).observe(t,{attributes:!0})},et=(t,e)=>{e({addedNodes:Array.from(t.children),removedNodes:[]}),new MutationObserver((t=>{t.forEach((t=>{"childList"!==t.type&&"characterData"!==t.type||e(t)}))})).observe(t,{childList:!0,characterData:!0,subtree:!0})},rt=(t,e,r={})=>n=>{n.forEach((n=>{const o=r[n]||n,i=t.getAttribute(n);null!==i?e.getAttribute(o)!==i&&e.setAttribute(o,i):e.removeAttribute(o)}))},nt=(t,e,r)=>{tt(t,rt(t,e),r),tt(e,rt(e,t),r)},ot=t=>Y(Z,t),it=(...t)=>`--${Y(...t)}`,at=(t,e,r={})=>{tt(t,rt(t,e,r.mapAttrs),r)},st=(t,e,r=[])=>{if(!r.length)return;const n=r.reduce(((e,r)=>Object.assign(e,{[r]:{get:()=>t[r],set(e){t[r]=e}}})),{});Object.defineProperties(e,n)},lt=new class{static mountOnPropName="DescopeThemeManager";#t={};#e="light";#r=new Set;#n(){this.#r.forEach((t=>t?.()))}get currentThemeName(){return this.#e}set currentThemeName(t){this.#e=t,this.#n()}get currentTheme(){return this.#t[this.currentThemeName]}onCurrentThemeChange(t){return this.#r.add(t),()=>{this.#r.delete(t)}}set themes(t){this.#t=t,this.#n()}get hasThemes(){return!!Object.keys(this.#t).length}},ct=t=>it(Z,...t),dt=(t,e,r)=>{const n=Array.isArray(e)?e:e.match(/([^[.\]])+/g);return n.reduce(((t,e,o)=>(void 0===t[e]&&(t[e]={}),o===n.length-1&&(t[e]=r),t[e])),t),t},ut=(t,e,r)=>Object.entries(t).reduce(((t,[n,o])=>o?.constructor!==Object?G()(t,r(e.concat(n),o)):G()(t,ut(o,[...e,n],r))),{}),pt=t=>{switch(!0){case Array.isArray(t):return t.map((t=>t.includes(" ")?`"${t}"`:t)).join(", ");case(t=>{try{return new URL(t),!0}catch(t){return!1}})(t):return`url(${t})`;default:return t}},ht=(t,e)=>ut(t,[],(t=>dt({},t,`var(${ct(e?[e,...t]:t)})`))),mt=(t,e="")=>{const r=Object.entries((t=>ut(t,[],((t,e)=>({[ct(t)]:pt(e)}))))(t)).reduce(((t,e)=>`${t}${e.join(":")};\n`),"");return e?`*[data-theme="${e}"] {${r}}`:r},ft=t=>Object.entries(t).reduce(((t,[e,r])=>`${t}${e} { \n${Object.entries(r).map((([t,e])=>`${t}: ${e}`)).join(";\n")} \n}\n\n`),""),gt=t=>{const e=(t=>ut(t,[],((t,e)=>{const[r,...n]=t,o=n.pop(),i=ot(r);"undefined"===o&&console.warn(i,`theme value: "${e}" is mapped to an invalid property`);let a=J;n[0]&&n[0].startsWith("@")&&(a=n.shift());const s=n.reduce(((t,e,r)=>{if(e.startsWith("_"))return`${t}[${Q(e.replace(/^_/,""))}="true"]`;const o=n[r+1];return"string"!=typeof o||o.startsWith("_")?(console.error("theme generator",`your theme structure is invalid, attribute "${e}" is followed by "${o}" which is not allowed`),t):`${t}[${Q(e)}="${n.splice(r+1,1).join("")}"]`}),"");return{[i]:{[a]:{[":host"+(s?`(${s})`:"")]:{[o]:pt(e)}}}}})))(t);return Object.keys(e).reduce(((t,r)=>{const n=e[r];return Object.assign(t,{[r]:Object.keys(n).reduce(((t,e)=>Object.assign(t,{[e]:ft(n[e])})),{})})}),{})},bt=({globals:t,components:e},r)=>({globals:mt(t,r),components:gt(e)}),yt=t=>`var(${t})`,vt=(t,e)=>{const r=ut(t,[],((t,r)=>{const n=[...t],o=n.splice(-1),i=it(e,o),a={[o]:i},s={[o]:yt(i)};return{theme:dt({},[...n,i],r),useVars:s,vars:a}}));return[r.theme,r.useVars,r.vars]};var xt=r(6767),Ct=r.n(xt);const wt=.4,kt=.25,Et=.1,At=(t,e)=>t.darken(e).hex(),_t=t=>{const e=t.isDark();return t.mix(Ct()(e?"white":"black"),1).saturate(1).hex()},St=(t,e)=>t.lightness()<.5?t.lightness(100*e).hex():t.lighten(e).hex(),Dt=t=>t.luminosity()<.01,Tt=t=>t.luminosity()>.99,Mt=(t,e)=>"dark"===e?Tt(t)?At(t,kt):St(t,wt):Dt(t)?St(t,kt):At(t,wt),Ft=(t,e)=>"dark"===e?Dt(t)?St(t,kt):At(t,wt):Tt(t)?At(t,kt):St(t,wt),Lt=(t,e)=>"dark"===e?Dt(t)?St(t,Et):At(t,.8):Tt(t)?At(t,Et):St(t,.8),It=(t,e)=>{const r=new(Ct())(t.main||t);return{main:r.hex(),dark:t.dark||Mt(r,e),light:t.light||Ft(r,e),highlight:t.highlight||Lt(r,e),contrast:t.contrast||_t(r)}},zt=(t=>Object.keys(t).reduce(((e,r)=>{const n=t[r];return Object.assign(e,{[r]:It(n)})}),{}))({surface:{main:"#ffffff",dark:"#636c74",light:"#cfd3d7",highlight:"#f4f5f6",contrast:"#181a1c"},primary:{main:"#006af5",dark:"#004094",light:"#71aeff",highlight:"#f0f6ff",contrast:"#ffffff"},secondary:{main:"#802ed6",dark:"#6410bc",light:"#be89f5",highlight:"#ede7f6",contrast:"#ffffff"},success:{main:"#008000",dark:"#005700",light:"#8bc38b",highlight:"#f5faf5",contrast:"#ffffff"},error:{main:"#e21d12",dark:"#b3170f",light:"#f4807a",highlight:"#fef1f1",contrast:"#ffffff"}}),Ot={font1:{family:["Roboto","ui-sans-serif","system-ui","-apple-system","BlinkMacSystemFont","Segoe UI","Helvetica Neue","Arial","Noto Sans","sans-serif","Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"],label:"Roboto",url:"https://fonts.googleapis.com/css?family=Roboto:100,200,300,400,500,600,700,800,900"},font2:{family:["ui-sans-serif","system-ui","-apple-system","BlinkMacSystemFont","Segoe UI","Roboto","Helvetica Neue","Arial","Noto Sans","sans-serif","Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"],label:"Sans Serif"}},Nt=ht({fonts:Ot}).fonts,Bt={colors:zt,typography:{h1:{font:Nt.font1.family,weight:"900",size:"48px"},h2:{font:Nt.font1.family,weight:"800",size:"38px"},h3:{font:Nt.font1.family,weight:"600",size:"28px"},subtitle1:{font:Nt.font2.family,weight:"500",size:"22px"},subtitle2:{font:Nt.font2.family,weight:"400",size:"20px"},body1:{font:Nt.font1.family,weight:"400",size:"16px"},body2:{font:Nt.font1.family,weight:"400",size:"14px"}},spacing:{xs:"2px",sm:"4px",md:"8px",lg:"16px",xl:"32px"},border:{xs:"1px",sm:"2px",md:"3px",lg:"4px",xl:"5px"},radius:{xs:"5px",sm:"10px",md:"15px",lg:"20px",xl:"25px","2xl":"30px","3xl":"35px"},shadow:{wide:{sm:"0 2px 3px -0.5px",md:"0 4px 6px -1px",lg:"0 10px 15px -3px",xl:"0 20px 25px -5px","2xl":"0 25px 50px -12px"},narrow:{sm:"0 1px 2px -1px",md:"0 2px 4px -2px",lg:"0 4px 6px -4px",xl:"0 8px 10px -6px","2xl":"0 16px 16px -8px"}},fonts:Ot,direction:"ltr"},qt=Bt;((t,e)=>{ut(t,[],(t=>dt({},t,ct(t))))})(Bt);class Rt{constructor(){this.styleMap=new Map}add(t,e,r){this.styleMap.has(t)||this.styleMap.set(t,[]),this.styleMap.set(t,[...this.styleMap.get(t),{property:e,value:r}])}toString(){return Array.from(this.styleMap.entries()).reduce(((t,[e,r])=>`${t}${e} { \n${r.map((({property:t,value:e})=>`${t}: ${e}`)).join(";\n")} \n}\n\n`),"")}}const Vt=(t,e)=>Object.keys(e).reduce(((e,r)=>Object.assign(e,{[r]:it(t,r)})),{}),Wt=({mappings:t={},componentNameOverride:e=""})=>r=>{const n=e||r.componentName;return class extends r{static get cssVarList(){return{...r.cssVarList,...Vt(n,{...t})}}#o;#i;#a;#s;#l;#c;#d;#u;#p;constructor({getRootElement:e,componentNameSuffix:r="",themeSection:n=J,baseSelector:o}={}){super(),this.#s=r,this.#l=n,this.#d=o??this.baseSelector,this.#p=e,this.#u=Object.keys(t).map((t=>Y("st",r,t)))}get#h(){return lt.currentTheme?.[n]||""}#m(){this.#i.innerHTML=this.#h[this.#l]}#f(){this.#i=document.createElement("style"),this.#i.id=`style-mixin-theme__${n}`,this.#c.prepend(this.#i),this.#a=lt.onCurrentThemeChange(this.#m.bind(this)),this.#m()}#g(){if(this.#u.length){this.#o=document.createElement("style"),this.#o.id=`style-mixin-overrides__${n}`;const e=(t=n,Array(3).fill(`.${t}`).join(""));this.#o.innerText=`:host(${e}) {}`,this.#c.append(this.#o)}var t}#b(t,e){const r=this.#o?.sheet?.cssRules[0].style;if(!r)return;const o=it(n,t.replace(new RegExp("^st-"),""));e?r?.setProperty(o,e):(r?.removeProperty(o),this.removeAttribute(t))}#y(t=[]){let e=!1;t.forEach((t=>{this.#u.includes(t)&&(this.#b(t,this.getAttribute(t)),e=!0)})),e&&(this.#o.innerHTML=this.#o?.sheet?.cssRules[0].cssText)}#v(){if(Object.keys(t).length){const e=document.createElement("style");e.id=`style-mixin-mappings__${n}`,e.innerHTML=((t,e,r)=>{const n=new Rt;return Object.keys(r).forEach((o=>{const i=((t,e)=>{const r={selector:"",property:Q(t)};return e&&Object.keys(e).length?Array.isArray(e)?e.map((t=>({...r,...t}))):[{...r,...e}]:[r]})(o,r[o]),a=it(t,o);i.forEach((({selector:t,property:r,important:o,fallback:i})=>{n.add(((t="",e="")=>X(e)?e(t):`${t}${/^[A-Za-z]/.test(e)?` ${e}`:e}`)(e,t),X(r)?r():r,((t,e)=>`var(${t}${e?`, ${e}`:""})`)(a,i)+(o?"!important":""))}))})),n.toString()})(Y(n,this.#s),this.#d,t),this.#c.prepend(e)}}#x(t){(this.#c.classList||this.#c.host.classList).add(t)}async init(){super.init?.(),this.shadowRoot.isConnected&&(this.#c=await(this.#p?.(this))||this.shadowRoot,this.#x(n),this.#v(),this.#f(),this.#g(),tt(this,this.#y.bind(this),{}))}disconnectedCallback(){super.disconnectedCallback?.(),this.#a?.()}}},Pt=t=>class extends t{#C=null;static get observedAttributes(){return[...t.observedAttributes||[],"draggable"]}constructor(){super(),this.#C=document.createElement("style"),this.#C.innerText="* { cursor: inherit!important }"}#w(t){t?this.shadowRoot.appendChild(this.#C):this.#C.remove()}get isDraggable(){return this.hasAttribute("draggable")&&"false"!==this.getAttribute("draggable")}init(){this.addEventListener("mousedown",(t=>{if(this.isDraggable){const e=this.baseElement.getAttribute("tabindex");this.baseElement.setAttribute("tabindex","-1");const r=()=>{e?this.baseElement.setAttribute("tabindex",e):this.baseElement.removeAttribute("tabindex"),t.target.removeEventListener("mouseup",r),t.target.removeEventListener("dragend",r)};t.target.addEventListener("mouseup",r,{once:!0}),t.target.addEventListener("dragend",r,{once:!0})}})),super.init?.()}attributeChangedCallback(t,e,r){super.attributeChangedCallback?.(t,e,r),"draggable"===t&&this.#w("true"===r)}},$t=t=>class extends t{#k(){const e=this.localName;if(!t.componentName)throw Error('component name is not defined on super class, make sure you have a static get for "componentName"');if(e!==t.componentName)throw Error(`component name mismatch, expected "${t.componentName}", current "${e}"`)}init(){super.init?.(),this.#k()}};function jt(t,e={}){const r=new Event(t,e);this[`on${t}`]?.(r),this.dispatchEvent(r)}const Ht=t=>class extends t{#E=jt.bind(this,"components-context");updateComponentsContext(t){this.dispatchEvent(new CustomEvent("components-context",{bubbles:!0,composed:!0,detail:t}))}},Ut=t=>class extends t{init(){super.init?.(),this.baseElement.addEventListener("mouseover",(t=>{this.setAttribute("hover","true"),t.target.addEventListener("mouseleave",(()=>this.removeAttribute("hover")),{once:!0})}))}},Gt=["readonly","focused","invalid","has-label","required","disabled","checked","has-helper","has-value","step-buttons-visible","hover","has-error-message","focus-ring","opened","active","password-visible","opening","closing","has-no-options"],Zt=t=>class extends t{init(){super.init?.(),tt(this,(t=>t.forEach((t=>{const e=this.getAttribute(t);(t=>Gt.includes(t))(t)?""===e?this.setAttribute(t,"true"):"false"===e&&this.removeAttribute(t):e||console.debug(`attribute "${t}" has no value, should it be added to the boolean attributes list?`)}))),{})}},Jt=({componentName:t,baseSelector:e=""})=>{class r extends HTMLElement{static get componentName(){return t}#A;#_=!0;get baseSelector(){return e}get baseElement(){return this.#A??=this.baseSelector?this.rootElement.querySelector(this.baseSelector):this,this.#A||console.warn("missing base element for component",this.localName),this.#A}get rootElement(){return this.shadowRoot||this}get name(){return this.getAttribute("name")}connectedCallback(){super.connectedCallback?.(),this.rootElement.isConnected&&this.#_&&(this.#_=!1,this.init?.())}}return K($t,Ut,Zt,Ht)(r)},Qt=({componentName:t,wrappedEleName:e,slots:r=[],style:n,excludeAttrsSync:o=[],includeAttrsSync:i=[],includeForwardProps:a=[],delegatesFocus:s=!0})=>{class l extends(Jt({componentName:t,baseSelector:e})){#S=jt.bind(this,"blur");#D=jt.bind(this,"focus");constructor(){super().attachShadow({mode:"open",delegatesFocus:s}).innerHTML=`\n\t\t\t<style id="create-proxy">${X(n)?n():n}</style>\n\t\t\t<${e}>\n\t\t\t${r.map((t=>`<slot ${t?`name="${t}" slot="${t}"`:""} ></slot>`)).join("")}\n\t\t\t</${e}>\n\t\t`}init(){super.init?.(),this.baseElement.addEventListener("blur",(t=>{this.#S()})),this.baseElement.addEventListener("focus",(t=>{this.#D()})),st(this.baseElement,this,a),nt(this.baseElement,this,{excludeAttrs:o,includeAttrs:i})}}return l};!function(){const t=new WeakMap,e=new WeakMap,r=new WeakMap,n=new WeakMap,o=new WeakMap,i=new WeakMap,a=new WeakMap,s=new WeakMap,l=new WeakMap,c=new WeakMap,d=new WeakMap,u=new WeakMap,p=new WeakMap,h=new WeakMap,m=new WeakMap,f={ariaAtomic:"aria-atomic",ariaAutoComplete:"aria-autocomplete",ariaBusy:"aria-busy",ariaChecked:"aria-checked",ariaColCount:"aria-colcount",ariaColIndex:"aria-colindex",ariaColIndexText:"aria-colindextext",ariaColSpan:"aria-colspan",ariaCurrent:"aria-current",ariaDisabled:"aria-disabled",ariaExpanded:"aria-expanded",ariaHasPopup:"aria-haspopup",ariaHidden:"aria-hidden",ariaInvalid:"aria-invalid",ariaKeyShortcuts:"aria-keyshortcuts",ariaLabel:"aria-label",ariaLevel:"aria-level",ariaLive:"aria-live",ariaModal:"aria-modal",ariaMultiLine:"aria-multiline",ariaMultiSelectable:"aria-multiselectable",ariaOrientation:"aria-orientation",ariaPlaceholder:"aria-placeholder",ariaPosInSet:"aria-posinset",ariaPressed:"aria-pressed",ariaReadOnly:"aria-readonly",ariaRelevant:"aria-relevant",ariaRequired:"aria-required",ariaRoleDescription:"aria-roledescription",ariaRowCount:"aria-rowcount",ariaRowIndex:"aria-rowindex",ariaRowIndexText:"aria-rowindextext",ariaRowSpan:"aria-rowspan",ariaSelected:"aria-selected",ariaSetSize:"aria-setsize",ariaSort:"aria-sort",ariaValueMax:"aria-valuemax",ariaValueMin:"aria-valuemin",ariaValueNow:"aria-valuenow",ariaValueText:"aria-valuetext",role:"role"};function g(t){const e=n.get(t),{form:r}=e;F(t,r,e),_(t,e.labels)}const b=(t,e=!1)=>{const r=document.createTreeWalker(t,NodeFilter.SHOW_ELEMENT,{acceptNode:t=>n.has(t)?NodeFilter.FILTER_ACCEPT:NodeFilter.FILTER_SKIP});let o=r.nextNode();const i=!e||t.disabled;for(;o;)o.formDisabledCallback&&i&&k(o,t.disabled),o=r.nextNode()},y={attributes:!0,attributeFilter:["disabled","name"]},v=N()?new MutationObserver((t=>{for(const e of t){const t=e.target;if("disabled"===e.attributeName&&(t.constructor.formAssociated?k(t,t.hasAttribute("disabled")):"fieldset"===t.localName&&b(t)),"name"===e.attributeName&&t.constructor.formAssociated){const e=n.get(t),r=l.get(t);e.setFormValue(r)}}})):{};function x(t){t.forEach((t=>{const{addedNodes:e,removedNodes:o}=t,i=Array.from(e),l=Array.from(o);i.forEach((t=>{if(n.has(t)&&t.constructor.formAssociated&&g(t),c.has(t)){const e=c.get(t);Object.keys(f).filter((t=>null!==e[t])).forEach((r=>{t.setAttribute(f[r],e[r])})),c.delete(t)}if(m.has(t)){const e=m.get(t);t.setAttribute("internals-valid",e.validity.valid.toString()),t.setAttribute("internals-invalid",(!e.validity.valid).toString()),t.setAttribute("aria-invalid",(!e.validity.valid).toString()),m.delete(t)}if("form"===t.localName){const e=s.get(t),r=document.createTreeWalker(t,NodeFilter.SHOW_ELEMENT,{acceptNode:t=>!n.has(t)||!t.constructor.formAssociated||e&&e.has(t)?NodeFilter.FILTER_SKIP:NodeFilter.FILTER_ACCEPT});let o=r.nextNode();for(;o;)g(o),o=r.nextNode()}"fieldset"===t.localName&&(v.observe?.(t,y),b(t,!0))})),l.forEach((t=>{const e=n.get(t);e&&r.get(e)&&E(e),a.has(t)&&a.get(t).disconnect()}))}))}function C(t){t.forEach((t=>{const{removedNodes:e}=t;e.forEach((e=>{const r=p.get(t.target);n.has(e)&&O(e),r.disconnect()}))}))}!N()||new MutationObserver(x);const w={childList:!0,subtree:!0},k=(t,e)=>{t.toggleAttribute("internals-disabled",e),e?t.setAttribute("aria-disabled","true"):t.removeAttribute("aria-disabled"),t.formDisabledCallback&&t.formDisabledCallback.apply(t,[e])},E=t=>{r.get(t).forEach((t=>{t.remove()})),r.set(t,[])},A=(t,e)=>{const n=document.createElement("input");return n.type="hidden",n.name=t.getAttribute("name"),t.after(n),r.get(e).push(n),n},_=(t,e)=>{if(e.length){Array.from(e).forEach((e=>e.addEventListener("click",t.click.bind(t))));let r=e[0].id;e[0].id||(r=`${e[0].htmlFor}_Label`,e[0].id=r),t.setAttribute("aria-labelledby",r)}},S=t=>{const e=Array.from(t.elements).filter((t=>!t.tagName.includes("-")&&t.validity)).map((t=>t.validity.valid)),r=s.get(t)||[],o=[...e,...Array.from(r).filter((t=>t.isConnected)).map((t=>n.get(t).validity.valid))].includes(!1);t.toggleAttribute("internals-invalid",o),t.toggleAttribute("internals-valid",!o)},D=t=>{S(L(t.target))},T=t=>{S(L(t.target))},M=t=>{const e=s.get(t.target);e&&e.size&&e.forEach((t=>{t.constructor.formAssociated&&t.formResetCallback&&t.formResetCallback.apply(t)}))},F=(t,e,r)=>{if(e){const o=s.get(e);if(o)o.add(t);else{const r=new Set;r.add(t),s.set(e,r),(t=>{const e=["button[type=submit]","input[type=submit]","button:not([type])"].map((t=>`${t}:not([disabled])`)).map((e=>`${e}:not([form])${t.id?`,${e}[form='${t.id}']`:""}`)).join(",");t.addEventListener("click",(r=>{if(r.target.closest(e)){const e=s.get(t);if(t.noValidate)return;e.size&&Array.from(e).reverse().map((t=>n.get(t).reportValidity())).includes(!1)&&r.preventDefault()}}))})(e),e.addEventListener("reset",M),e.addEventListener("input",D),e.addEventListener("change",T)}i.set(e,{ref:t,internals:r}),t.constructor.formAssociated&&t.formAssociatedCallback&&setTimeout((()=>{t.formAssociatedCallback.apply(t,[e])}),0),S(e)}},L=t=>{let e=t.parentNode;return e&&"FORM"!==e.tagName&&(e=L(e)),e},I=(t,e,r=DOMException)=>{if(!t.constructor.formAssociated)throw new r(e)},z=(t,e,r)=>{const o=s.get(t);return o&&o.size&&o.forEach((t=>{n.get(t)[r]()||(e=!1)})),e},O=t=>{if(t.constructor.formAssociated){const e=n.get(t),{labels:r,form:o}=e;_(t,r),F(t,o,e)}};function N(){return"undefined"!=typeof MutationObserver}class B{constructor(){this.badInput=!1,this.customError=!1,this.patternMismatch=!1,this.rangeOverflow=!1,this.rangeUnderflow=!1,this.stepMismatch=!1,this.tooLong=!1,this.tooShort=!1,this.typeMismatch=!1,this.valid=!0,this.valueMissing=!1,Object.seal(this)}}const q=new WeakMap;function R(t,e){t.toggleAttribute(e,!0),t.part&&t.part.add(e)}class V extends Set{static get isPolyfilled(){return!0}constructor(t){if(super(),!t||!t.tagName||-1===t.tagName.indexOf("-"))throw new TypeError("Illegal constructor");q.set(this,t)}add(t){if(!/^--/.test(t)||"string"!=typeof t)throw new DOMException(`Failed to execute 'add' on 'CustomStateSet': The specified value ${t} must start with '--'.`);const e=super.add(t),r=q.get(this),n=`state${t}`;return r.isConnected?R(r,n):setTimeout((()=>{R(r,n)})),e}clear(){for(let[t]of this.entries())this.delete(t);super.clear()}delete(t){const e=super.delete(t),r=q.get(this);return r.isConnected?(r.toggleAttribute(`state${t}`,!1),r.part&&r.part.remove(`state${t}`)):setTimeout((()=>{r.toggleAttribute(`state${t}`,!1),r.part&&r.part.remove(`state${t}`)})),e}}function W(t,e,r,n){if("a"===r&&!n)throw new TypeError("Private accessor was defined without a getter");if("function"==typeof e?t!==e||!n:!e.has(t))throw new TypeError("Cannot read private member from an object whose class did not declare it");return"m"===r?n:"a"===r?n.call(t):n?n.value:e.get(t)}var P;class ${constructor(t){P.set(this,void 0),function(t,e,r,n,o){if("function"==typeof e||!e.has(t))throw new TypeError("Cannot write private member to an object whose class did not declare it");e.set(t,r)}(this,P,t);for(let e=0;e<t.length;e++){let r=t[e];this[e]=r,r.hasAttribute("name")&&(this[r.getAttribute("name")]=r)}Object.freeze(this)}get length(){return W(this,P,"f").length}[(P=new WeakMap,Symbol.iterator)](){return W(this,P,"f")[Symbol.iterator]()}item(t){return null==this[t]?null:this[t]}namedItem(t){return null==this[t]?null:this[t]}}class j{static get isPolyfilled(){return!0}constructor(o){if(!o||!o.tagName||-1===o.tagName.indexOf("-"))throw new TypeError("Illegal constructor");const i=o.getRootNode(),a=new B;this.states=new V(o),t.set(this,o),e.set(this,a),n.set(o,this),((t,e)=>{for(let r in f){e[r]=null;let n=null;const o=f[r];Object.defineProperty(e,r,{get:()=>n,set(r){n=r,t.isConnected?t.setAttribute(o,r):c.set(t,e)}})}})(o,this),((t,e)=>{r.set(e,[]),v.observe?.(t,y)})(o,this),Object.seal(this),i instanceof DocumentFragment&&(t=>{const e=new MutationObserver(C);e.observe?.(t,{childList:!0}),p.set(t,e)})(i)}checkValidity(){const r=t.get(this);if(I(r,"Failed to execute 'checkValidity' on 'ElementInternals': The target element is not a form-associated custom element."),!this.willValidate)return!0;const n=e.get(this);if(!n.valid){const t=new Event("invalid",{bubbles:!1,cancelable:!0,composed:!1});r.dispatchEvent(t)}return n.valid}get form(){const e=t.get(this);let r;return I(e,"Failed to read the 'form' property from 'ElementInternals': The target element is not a form-associated custom element."),!0===e.constructor.formAssociated&&(r=L(e)),r}get labels(){const e=t.get(this);I(e,"Failed to read the 'labels' property from 'ElementInternals': The target element is not a form-associated custom element.");const r=e.getAttribute("id"),n=e.getRootNode();return n&&r?n.querySelectorAll(`[for="${r}"]`):[]}reportValidity(){const e=t.get(this);if(I(e,"Failed to execute 'reportValidity' on 'ElementInternals': The target element is not a form-associated custom element."),!this.willValidate)return!0;const r=this.checkValidity(),n=u.get(this);if(n&&!e.constructor.formAssociated)throw new DOMException("Failed to execute 'reportValidity' on 'ElementInternals': The target element is not a form-associated custom element.");return!r&&n&&(e.focus(),n.focus()),r}setFormValue(e){const r=t.get(this);I(r,"Failed to execute 'setFormValue' on 'ElementInternals': The target element is not a form-associated custom element."),E(this),null==e||e instanceof FormData?null!=e&&e instanceof FormData&&Array.from(e).reverse().forEach((([t,e])=>{if("string"==typeof e){const n=A(r,this);n.name=t,n.value=e}})):r.getAttribute("name")&&(A(r,this).value=e),l.set(r,e)}setValidity(r,n,i){const a=t.get(this);if(I(a,"Failed to execute 'setValidity' on 'ElementInternals': The target element is not a form-associated custom element."),!r)throw new TypeError("Failed to execute 'setValidity' on 'ElementInternals': 1 argument required, but only 0 present.");u.set(this,i);const s=e.get(this),l={};for(const t in r)l[t]=r[t];var c;0===Object.keys(l).length&&((c=s).badInput=!1,c.customError=!1,c.patternMismatch=!1,c.rangeOverflow=!1,c.rangeUnderflow=!1,c.stepMismatch=!1,c.tooLong=!1,c.tooShort=!1,c.typeMismatch=!1,c.valid=!0,c.valueMissing=!1);const d={...s,...l};delete d.valid;const{valid:p}=((t,e,r)=>(t.valid=(t=>{let e=!0;for(let r in t)"valid"!==r&&!1!==t[r]&&(e=!1);return e})(e),Object.keys(e).forEach((r=>t[r]=e[r])),r&&S(r),t))(s,d,this.form);if(!p&&!n)throw new DOMException("Failed to execute 'setValidity' on 'ElementInternals': The second argument should not be empty if one or more flags in the first argument are true.");o.set(this,p?"":n),a.isConnected?(a.toggleAttribute("internals-invalid",!p),a.toggleAttribute("internals-valid",p),a.setAttribute("aria-invalid",`${!p}`)):m.set(a,this)}get shadowRoot(){const e=t.get(this);return d.get(e)||null}get validationMessage(){const e=t.get(this);return I(e,"Failed to read the 'validationMessage' property from 'ElementInternals': The target element is not a form-associated custom element."),o.get(this)}get validity(){const r=t.get(this);return I(r,"Failed to read the 'validity' property from 'ElementInternals': The target element is not a form-associated custom element."),e.get(this)}get willValidate(){const e=t.get(this);return I(e,"Failed to read the 'willValidate' property from 'ElementInternals': The target element is not a form-associated custom element."),!(e.disabled||e.hasAttribute("disabled")||e.hasAttribute("readonly"))}}if(function(){if("undefined"==typeof window||!window.ElementInternals||!HTMLElement.prototype.attachInternals)return!1;class t extends HTMLElement{constructor(){super(),this.internals=this.attachInternals()}}const e=`element-internals-feature-detection-${Math.random().toString(36).replace(/[^a-z]+/g,"")}`;customElements.define(e,t);const r=new t;return["shadowRoot","form","willValidate","validity","validationMessage","labels","setFormValue","setValidity","checkValidity","reportValidity"].every((t=>t in r.internals))}()){if("undefined"!=typeof window&&!window.CustomStateSet){window.CustomStateSet=V;const H=HTMLElement.prototype.attachInternals;HTMLElement.prototype.attachInternals=function(...t){const e=H.call(this,t);return e.states=new V(this),e}}}else{if("undefined"!=typeof window&&(window.ElementInternals=j),"undefined"!=typeof CustomElementRegistry){const U=CustomElementRegistry.prototype.define;CustomElementRegistry.prototype.define=function(t,e,r){if(e.formAssociated){const t=e.prototype.connectedCallback;e.prototype.connectedCallback=function(){h.has(this)||(h.set(this,!0),this.hasAttribute("disabled")&&k(this,!0)),null!=t&&t.apply(this),O(this)}}U.call(this,t,e,r)}}if("undefined"!=typeof HTMLElement&&(HTMLElement.prototype.attachInternals=function(){if(!this.tagName)return{};if(-1===this.tagName.indexOf("-"))throw new Error("Failed to execute 'attachInternals' on 'HTMLElement': Unable to attach ElementInternals to non-custom elements.");if(n.has(this))throw new DOMException("DOMException: Failed to execute 'attachInternals' on 'HTMLElement': ElementInternals for the specified element was already attached.");return new j(this)}),"undefined"!=typeof Element){function G(...t){const e=Z.apply(this,t);if(d.set(this,e),N()){const t=new MutationObserver(x);window.ShadyDOM?t.observe(this,w):t.observe(e,w),a.set(this,t)}return e}const Z=Element.prototype.attachShadow;Element.prototype.attachShadow=G}N()&&"undefined"!=typeof document&&new MutationObserver(x).observe(document.documentElement,w),"undefined"!=typeof HTMLFormElement&&function(){const t=HTMLFormElement.prototype.checkValidity;HTMLFormElement.prototype.checkValidity=function(...e){let r=t.apply(this,e);return z(this,r,"checkValidity")};const e=HTMLFormElement.prototype.reportValidity;HTMLFormElement.prototype.reportValidity=function(...t){let r=e.apply(this,t);return z(this,r,"reportValidity")};const{get:r}=Object.getOwnPropertyDescriptor(HTMLFormElement.prototype,"elements");Object.defineProperty(HTMLFormElement.prototype,"elements",{get(...t){const e=r.call(this,...t),n=Array.from(s.get(this)||[]);if(0===n.length)return e;const o=Array.from(e).concat(n).sort(((t,e)=>t.compareDocumentPosition?2&t.compareDocumentPosition(e)?1:-1:0));return new $(o)}})}(),"undefined"==typeof window||window.CustomStateSet||(window.CustomStateSet=V)}}();const Yt=["required","pattern"],Kt=t=>class extends t{static get observedAttributes(){return[...t.observedAttributes||[],...Yt]}static get formAssociated(){return!0}#T;get internals(){return this.#T}set internals(t){this.#T=t}constructor(){super(),this.#T=this.attachInternals()}get defaultErrorMsgValueMissing(){return"Please fill out this field."}get defaultErrorMsgPatternMismatch(){return"Please match the requested format."}get defaultErrorMsgTooShort(){return`Minimum length is ${this.getAttribute("minlength")}.`}get defaultErrorMsgTooLong(){return`Maximum length is ${this.getAttribute("maxlength")}. `}get defaultErrorMsgRangeUnderflow(){return`At least ${this.getAttribute("min-items-selection")} items are required.`}get defaultErrorMsgRangeOverflow(){return`At most ${this.getAttribute("max-items-selection")} items are allowed.`}getErrorMessage(t){const{valueMissing:e,patternMismatch:r,typeMismatch:n,stepMismatch:o,tooShort:i,tooLong:a,rangeOverflow:s,rangeUnderflow:l,badInput:c,customError:d}=t;switch(!0){case e:return this.getAttribute("data-errormessage-value-missing")||this.defaultErrorMsgValueMissing;case r||n||o||c:return this.getAttribute("data-errormessage-pattern-mismatch")||this.defaultErrorMsgPatternMismatch;case i:return this.getAttribute("data-errormessage-pattern-mismatch-too-short")||this.defaultErrorMsgTooShort;case a:return this.getAttribute("data-errormessage-pattern-mismatch-too-long")||this.defaultErrorMsgTooLong;case l:return this.defaultErrorMsgRangeUnderflow;case s:return this.defaultErrorMsgRangeOverflow;case d:return this.validationMessage;default:return""}}#M(){const t=this.isReadOnly?{}:this.getValidity();this.#T.setValidity(t,this.getErrorMessage(t),this.validationTarget)}get validationMessage(){return this.#T.validationMessage}getValidity(){console.warn("getValidity","is not implemented")}checkValidity(){return this.#T.validity.valid}reportValidity(){return this.#T.reportValidity()}get validity(){return this.#T.validity}get validationTarget(){return this.inputElement}setCustomValidity(t){t?this.#T.setValidity({customError:!0},t,this.validationTarget):(this.#T.setValidity({}),this.#M())}get isRequired(){return this.hasAttribute("required")&&"false"!==this.getAttribute("required")}get isReadOnly(){return this.hasAttribute("readonly")&&"false"!==this.getAttribute("readonly")}get isDisabled(){return this.hasAttribute("disabled")&&"false"!==this.getAttribute("disabled")}get pattern(){return this.getAttribute("pattern")}get form(){return this.#T.form}attributeChangedCallback(t,e,r){super.attributeChangedCallback?.(t,e,r),Yt.includes(t)&&this.#M()}init(){super.init?.(),this.addEventListener("change",this.#M),this.addEventListener("invalid",(t=>t.stopPropagation())),this.addEventListener("input",this.#M),setTimeout((()=>this.#M()))}},Xt=["invalid","required"],te=t=>{if(!t)return;let e=t;for(let t=0;t<10;t++)if([e]=e.assignedElements(),"slot"!==e.localName)return e},ee=({proxyProps:t=[],inputEvent:e="input",triggerValidationEvents:r=[],proxyParentValidation:n=!1})=>o=>class extends(Kt(o)){static get observedAttributes(){return[...o.observedAttributes||[],...Xt]}#F;#L=jt.bind(this,"change");constructor(){super(),this.#F=super.inputElement}warnIfInputElementIsMissing(){clearTimeout(this.inputElementTimerId),this.inputElementTimerId=setTimeout((()=>{!this.#F&&console.warn(this.localName,"no input was found")}),0)}get inputElement(){if(this.#F)return this.#F;this.warnIfInputElementIsMissing();const t=this.baseElement.shadowRoot?.querySelector('slot[name="input"]'),e=this.baseElement.shadowRoot?.querySelector('slot[name="textarea"]');return this.#F=te(t)||te(e),this.#F}set inputElement(t){this.#F=t}getValidity(){return this.inputElement?.validity||{}}#I(){this.setAttribute("error-message",this.validationMessage)}reportValidity=()=>{this.inputElement.setCustomValidity(""),this.setCustomValidity(""),this.checkValidity()||(this.setAttribute("invalid","true"),this.#I(),this.focus())};defaultReportValidity(){return super.reportValidity()}init(){if(super.init?.(),this.baseElement._setInvalid=function(t){!t&&this._shouldSetInvalid(t)&&(this.invalid=t)},r.forEach((t=>{this.baseElement?.addEventListener(t,(()=>{this.inputElement?.setCustomValidity("")}))})),setTimeout((()=>{(Array.isArray(e)?e:[e]).forEach((t=>{this.baseElement?.addEventListener(t,(()=>{this.baseElement.checkValidity()?this.removeAttribute("invalid"):this.#I()}))})),this.baseElement.addEventListener("change",(()=>{this.#L()})),this.addEventListener("invalid",(()=>{this.checkValidity()||this.setAttribute("invalid","true"),this.#I()})),t.forEach((t=>{var e,r;e=this.inputElement,r=t,Object.defineProperty(this,r,{set(t){e[r]=t},get:()=>e[r],configurable:!0})})),this.setSelectionRange=this.inputElement.setSelectionRange?.bind(this.inputElement),at(this,this.inputElement,{includeAttrs:["inputmode"]})})),n){const t=this.inputElement.internals,e=this;this.inputElement.internals=new Proxy(t,{get:(t,r)=>"function"==typeof t[r]&&"setValidity"===r?(...n)=>{if(3===n.length){const t=n.slice(0,n.length-1);t.push(e.inputElement),e.internals[r](...t)}else e.internals[r](...n);return t[r](...n)}:"function"==typeof t[r]?(...n)=>(e.internals[r](...n),t[r](...n)):t[r]})}}},re=t=>K(ee(t),Wt({componentNameOverride:ot("input-wrapper")})),ne=t=>async e=>{const r=await t(e);return new Promise((t=>{let e=0;const n=()=>{if(e>20)return console.error("could not get shadow root for element",r),void t(r);e++,r?.shadowRoot?t(r.shadowRoot):setTimeout(n)};n()}))},oe=({name:t,selector:e,mappings:r={},forward:{attributes:n=[],include:o=!0}={}})=>i=>{const a=t||(t=>t.replace(/[^\w\s]/gi,""))(e),s=Wt({mappings:r})(i);return class extends s{static get cssVarList(){return{...s.cssVarList,[a]:Vt(Y(i.componentName,"_"+a),r)}}#z;constructor(){const t=ne((async t=>{const r=t.shadowRoot.querySelector(t.baseSelector);return e?(await ne((()=>r))(t)).querySelector(e):r}));super({getRootElement:t,componentNameSuffix:"_"+a,themeSection:"@"+a,baseSelector:":host"}),this.#z=t(this).then((t=>t.host))}async#O(){const t=await this.#z;t.onmouseenter=t=>{t.target.setAttribute("hover","true")},t.onmouseleave=t=>{t.target.removeAttribute("hover")}}async init(){super.init?.();const t=await this.#z;at(this,t,{[o?"includeAttrs":"excludeAttrs"]:n}),this.#O()}}},ie=t=>class extends t{#L=jt.bind(this,"change");init(){super.init?.(),this.prevValue=this.value,this.addEventListener("change",(t=>{t.stopPropagation()})),this.addEventListener("blur",(()=>{this.value!==this.prevValue&&(this.#L(),this.prevValue=this.value)}))}},ae=t=>class extends t{init(){this.#N(),super.init?.()}#N(){["blur","focus","focusin","focusout"].forEach((t=>{this.addEventListener(t,(t=>{t.isTrusted&&t.target===this&&t.stopImmediatePropagation()}))}))}handleFocusEventsDispatching(t){let e;t?.forEach((t=>{t?.addEventListener("focusout",(t=>{t.stopImmediatePropagation(),e=setTimeout((()=>{e=null,jt.call(this,"blur"),jt.call(this,"focusout",{bubbles:!0})}))}));const r=t=>{t.stopImmediatePropagation(),clearTimeout(e),e||(jt.call(this,"focus"),jt.call(this,"focusin",{bubbles:!0}))};t?.addEventListener("focusin",r),t?.addEventListener("focus",r)}))}handleInputEventDispatching(){let t=this.value;this.addEventListener("input",(e=>{t===this.value?e.stopImmediatePropagation():t=this.value}))}},se=ot("button"),{host:le,label:ce}={host:{selector:()=>":host"},label:{selector:"::part(label)"}};let de;const ue=K(Wt({mappings:{hostWidth:{property:"width"},hostHeight:{property:"height"},hostDirection:{...le,property:"direction"},fontSize:{},fontFamily:{},cursor:{},backgroundColor:{},outlineOffset:{},outlineColor:{},outlineStyle:{},outlineWidth:{},borderRadius:{},borderColor:{},borderStyle:{},borderWidth:{},verticalPadding:[{property:"padding-top"},{property:"padding-bottom"}],labelTextColor:{property:"color"},labelTextDecoration:{...ce,property:"text-decoration"},labelSpacing:{...ce,property:"gap"},textAlign:{...ce,property:"justify-content",fallback:"center"}}}),(t=>class extends t{get isLoading(){return"true"===this.getAttribute("loading")}click(){this.isLoading||super.click()}}),Pt,$t)(Qt({slots:["","prefix","label","suffix"],wrappedEleName:"vaadin-button",style:()=>`\n\t\t\t\n\t:host {\n\t\tdisplay: inline-block;\n\t\tbox-sizing: border-box;\n\t}\n\tvaadin-button::before,\n\tvaadin-button::after {\n\t\topacity: 0;\n\t}\n\tvaadin-button {\n\t\tmargin: 0;\n\t\tmin-width: 0;\n\t\twidth: 100%;\n\t\theight: auto;\n\t\tbox-shadow: none;\n\t}\n\tvaadin-button::part(label) {\n\t\tpadding: 0;\n width: 100%;\n\t}\n\tvaadin-button::part(prefix) {\n\t\tmargin-left: 0;\n\t\tmargin-right: 0;\n\t}\n\n\t\t\t\n\tvaadin-button::part(prefix),\n\tvaadin-button::part(label) {\n\t\tdisplay: flex;\n\t\talign-items: center;\n\t}\n\n\t\t\t${de}\n\t\t\tvaadin-button::part(label) { pointer-events: none; }\n\t\t\t:host {\n\t\t\t\tpadding: calc(var(${ue.cssVarList.outlineWidth}) + var(${ue.cssVarList.outlineOffset}));\n\t\t\t}\n :host([full-width="true"]) {\n width: var(${ue.cssVarList.hostWidth});\n }\n\t\t\tvaadin-button {\n\t\t\t\theight: calc(var(${ue.cssVarList.hostHeight}) - var(${ue.cssVarList.outlineWidth}) - var(${ue.cssVarList.outlineOffset}));\n\t\t\t}\n\t\t\t[square="true"]:not([full-width="true"]) {\n\t\t\t\twidth: calc(var(${ue.cssVarList.hostWidth}) - var(${ue.cssVarList.outlineWidth}) - var(${ue.cssVarList.outlineOffset}));\n padding: 0;\n\t\t\t}\n\t\t`,excludeAttrsSync:["tabindex"],componentName:se})),{color:pe,fontSize:he}=ue.cssVarList;de=`\n\t@keyframes spin {\n\t\t0% { -webkit-transform: rotate(0deg); }\n\t\t100% { -webkit-transform: rotate(360deg); }\n\t}\n\t:host([loading="true"]) ::before {\n\t\tanimation: spin 2s linear infinite;\n\t\tposition: absolute;\n\t\tcontent: '';\n\t\tz-index: 1;\n\t\tbox-sizing: border-box;\n\t\tborder-radius: 50%;\n\t\tborder-bottom-color: transparent;\n\t\tborder-left-color: transparent;\n\t\tborder-style: solid;\n\t\tcolor: var(${pe});\n\t\ttop: calc(50% - (var(${he}) / 2));\n\t\tleft: calc(50% - (var(${he}) / 2));\n\t\tborder-width: calc(var(${he}) / 10);\n\t\twidth: var(${he});\n\t\theight: var(${he});\n\t}\n\t:host([disabled="true"]),\n\t:host([loading="true"]) {\n\t\tpointer-events: none;\n\t}\n\t:host([loading="true"])::part(prefix),\n\t:host([loading="true"])::part(label) {\n\t\tvisibility: hidden;\n\t}\n`;const me=ht(qt),fe=ue.cssVarList,ge={primary:me.colors.primary,secondary:me.colors.secondary,success:me.colors.success,error:me.colors.error,surface:me.colors.surface},[be,ye,ve]=vt({mode:ge},se),xe={...be,[fe.fontFamily]:me.fonts.font1.family,[fe.cursor]:"pointer",[fe.hostHeight]:"3em",[fe.hostWidth]:"auto",[fe.hostDirection]:me.direction,[fe.borderRadius]:me.radius.sm,[fe.borderWidth]:me.border.xs,[fe.borderStyle]:"solid",[fe.borderColor]:"transparent",[fe.labelSpacing]:"0.25em",[fe.textAlign]:"center",textAlign:{right:{[fe.textAlign]:"right"},left:{[fe.textAlign]:"left"},center:{[fe.textAlign]:"center"}},[fe.verticalPadding]:"1em",[fe.outlineWidth]:qt.border.sm,[fe.outlineOffset]:"0px",[fe.outlineStyle]:"solid",[fe.outlineColor]:"transparent",size:{xs:{[fe.fontSize]:"12px"},sm:{[fe.fontSize]:"14px"},md:{[fe.fontSize]:"16px"},lg:{[fe.fontSize]:"18px"}},_square:{[fe.hostHeight]:"3em",[fe.hostWidth]:"3em",[fe.verticalPadding]:"0"},_fullWidth:{[fe.hostWidth]:"100%"},_loading:{[fe.cursor]:"wait",[fe.labelTextColor]:ye.main},_disabled:{[ve.main]:me.colors.surface.light,[ve.dark]:me.colors.surface.dark,[ve.light]:me.colors.surface.light,[ve.contrast]:me.colors.surface.main},variant:{contained:{[fe.labelTextColor]:ye.contrast,[fe.backgroundColor]:ye.main,_hover:{[fe.backgroundColor]:ye.dark,_loading:{[fe.backgroundColor]:ye.main}},_active:{[fe.backgroundColor]:ye.main}},outline:{[fe.labelTextColor]:ye.main,[fe.borderColor]:ye.main,_hover:{[fe.labelTextColor]:ye.dark,[fe.borderColor]:ye.dark},_active:{[fe.labelTextColor]:ye.main,[fe.borderColor]:ye.main}},link:{[fe.labelTextColor]:ye.main,_hover:{[fe.labelTextColor]:ye.dark,[fe.labelTextDecoration]:"underline"},_active:{[fe.labelTextColor]:ye.main}}},_focused:{[fe.outlineColor]:ye.light}},Ce={...fe,...ve},{host:we,label:ke,placeholder:Ee,requiredIndicator:Ae,inputField:_e,input:Se,helperText:De,errorMessage:Te,disabledPlaceholder:Me,inputDisabled:Fe}={host:{selector:()=>":host"},label:{selector:"::part(label)"},requiredIndicator:{selector:"[required]::part(required-indicator)::after"},placeholder:{selector:"> input:placeholder-shown"},disabledPlaceholder:{selector:"> input:disabled::placeholder"},inputField:{selector:"::part(input-field)"},input:{selector:"input"},inputDisabled:{selector:"input:disabled"},helperText:{selector:"::part(helper-text)"},errorMessage:{selector:"::part(error-message)"}},Le={fontSize:[{},we],fontFamily:[ke,_e,De,Te],hostWidth:{...we,property:"width"},hostMinWidth:{...we,property:"min-width"},hostDirection:{...we,property:"direction"},inputBackgroundColor:{..._e,property:"background-color"},labelTextColor:[{...ke,property:"color"},{...Ae,property:"color"},{...ke,property:"-webkit-text-fill-color"},{...Ae,property:"-webkit-text-fill-color"}],errorMessageTextColor:{...Te,property:"color"},helperTextColor:{...De,property:"-webkit-text-fill-color"},inputValueTextColor:[{..._e,property:"color"},{...Fe,property:"-webkit-text-fill-color"}],inputCaretTextColor:{...Se,property:"color"},labelRequiredIndicator:{...Ae,property:"content"},inputBorderColor:{..._e,property:"border-color"},inputBorderWidth:{..._e,property:"border-width"},inputBorderStyle:{..._e,property:"border-style"},inputBorderRadius:{..._e,property:"border-radius"},inputHeight:{..._e,property:"height"},inputHorizontalPadding:[{...Se,property:"padding-left"},{...Se,property:"padding-right"}],inputOutlineColor:{..._e,property:"outline-color"},inputOutlineStyle:{..._e,property:"outline-style"},inputOutlineWidth:{..._e,property:"outline-width"},inputOutlineOffset:{..._e,property:"outline-offset"},inputTextAlign:{...Se,property:"text-align"},inputPlaceholderColor:[{...Ee,property:"color"},{...Me,property:"-webkit-text-fill-color"}]},Ie=t=>`\n :host {\n padding: calc(var(${t.inputOutlineWidth}) + var(${t.inputOutlineOffset}))\n }\n`,ze=t=>`\n ${t} {\n margin: 0;\n padding: 0;\n width: 100%;\n height: 100%;\n box-sizing: border-box;\n }\n`,Oe=t=>`\n ${t}::part(input-field) {\n overflow: hidden;\n padding: 0;\n box-shadow: none;\n }\n`,Ne=t=>`\n ${t} > label,\n ${t}::part(label),\n ${t}::part(required-indicator) {\n cursor: pointer;\n }\n`,Be=(t,e="input")=>`\n ${t}[disabled] > ${e}:placeholder-shown,\n\t${t}[readonly] > ${e}:placeholder-shown {\n\t\topacity: 1;\n\t}\n`,qe=t=>`\n ${t}::part(input-field)::after {\n opacity: 0;\n }\n`,Re=t=>`\n ${t}::part(input-field)::after {\n background: none;\n }\n`,Ve=(t,e)=>`\n ${ze(t)}\n ${Ne(t)}\n ${Be(t)}\n ${Oe(t)}\n ${((t,e)=>`\n ${t} input:-webkit-autofill,\n ${t} input:-webkit-autofill::first-line,\n ${t} input:-webkit-autofill:hover,\n ${t} input:-webkit-autofill:active,\n ${t} input:-webkit-autofill:focus {\n -webkit-text-fill-color: var(${e.inputValueTextColor});\n box-shadow: 0 0 0 var(${e.inputHeight}) var(${e.inputBackgroundColor}) inset;\n }\n`)(t,e)}\n ${Re(t)}\n ${(t=>`\n ${t}::before {\n\t\theight: unset;\n\t}\n`)(t)}\n ${(t=>`\n ${t} > input {\n -webkit-mask-image: none;\n min-height: 0;\n box-sizing: border-box;\n }\n`)(t)}\n ${(t=>`\n ${t}::part(input-field)::after {\n border: none;\n }\n`)(t)}\n`,We=t=>`\n :host ::part(error-message) {\n direction: ltr;\n }\n :host([required]) ::part(required-indicator) {\n width: 1em;\n display: inline-flex;\n }\n :host([required]) ::part(required-indicator)::after {\n position: static;\n }\n :host([has-label]) ::part(label) {\n padding-right: 0;\n padding-bottom: 0;\n display: flex;\n width: 100%;\n }\n ${t} [slot="label"] {\n max-width: calc(100% - 1em);\n overflow: hidden;\n text-overflow: ellipsis;\n padding-bottom: 0.5em;\n }\n`,Pe=ot("text-field"),$e=["type"],je=K(Wt({mappings:Le}),Pt,re({proxyProps:["value","selectionStart"]}),$t,(t=>class extends t{static get observedAttributes(){return $e.concat(t.observedAttributes||[])}attributeChangedCallback(t,e,r){super.attributeChangeCallback?.(t,e,r),"type"===t&&this.baseElement._setType(r)}}))(Qt({slots:["prefix","suffix"],wrappedEleName:"vaadin-text-field",style:()=>`\n\t\t\t:host {\n\t\t\t\tdisplay: inline-block;\n\t\t\t\tmax-width: 100%;\n\t\t\t\tpadding: calc(var(${je.cssVarList.inputOutlineWidth}) + var(${je.cssVarList.inputOutlineOffset}));\n box-sizing: border-box;\n\t\t\t}\n ${We("vaadin-text-field")}\n\t\t\t${Ie(je.cssVarList)}\n\t\t\t${Ve("vaadin-text-field",je.cssVarList)}\n\t\t`,excludeAttrsSync:["tabindex"],componentName:Pe})),He=ot("input-wrapper"),Ue=ht(qt),[Ge,Ze,Je]=vt({labelTextColor:Ue.colors.surface.dark,labelFontSize:"14px",valueTextColor:Ue.colors.surface.contrast,placeholderTextColor:Ue.colors.surface.dark,requiredIndicator:"'*'",helperTextColor:Ue.colors.surface.dark,errorMessageTextColor:Ue.colors.error.main,successMessageTextColor:Ue.colors.success.main,borderWidth:Ue.border.xs,borderRadius:Ue.radius.xs,borderColor:"transparent",outlineWidth:Ue.border.sm,outlineStyle:"solid",outlineColor:"transparent",outlineOffset:"0px",minWidth:"10em",toggleButtonSize:"1.5em",inputHeight:"3em",horizontalPadding:"0.5em",verticalPadding:"0.5em",backgroundColor:Ue.colors.surface.main,fontFamily:Ue.fonts.font1.family,direction:Ue.direction,overlayOpacity:"0.3",size:{xs:{fontSize:"12px",chipFontSize:"10px"},sm:{fontSize:"14px",chipFontSize:"12px"},md:{fontSize:"16px",chipFontSize:"14px"},lg:{fontSize:"18px",chipFontSize:"16px"}},_fullWidth:{width:"100%"},_focused:{outlineColor:Ue.colors.surface.light,_invalid:{outlineColor:Ue.colors.error.main}},_bordered:{outlineWidth:Ue.border.xs,borderColor:Ue.colors.surface.light,borderStyle:"solid",_invalid:{borderColor:Ue.colors.error.main}},_disabled:{labelTextColor:Ue.colors.surface.light,borderColor:Ue.colors.surface.light,valueTextColor:Ue.colors.surface.light,placeholderTextColor:Ue.colors.surface.light,helperTextColor:Ue.colors.surface.light,backgroundColor:Ue.colors.surface.main}},He),Qe=Ge,Ye=je.cssVarList,Ke={[Ye.hostWidth]:Ze.width,[Ye.hostMinWidth]:Ze.minWidth,[Ye.hostDirection]:Ze.direction,[Ye.fontSize]:Ze.fontSize,[Ye.fontFamily]:Ze.fontFamily,[Ye.labelTextColor]:Ze.labelTextColor,[Ye.labelRequiredIndicator]:Ze.requiredIndicator,[Ye.errorMessageTextColor]:Ze.errorMessageTextColor,[Ye.inputValueTextColor]:Ze.valueTextColor,[Ye.inputPlaceholderColor]:Ze.placeholderTextColor,[Ye.inputBorderWidth]:Ze.borderWidth,[Ye.inputBorderStyle]:Ze.borderStyle,[Ye.inputBorderColor]:Ze.borderColor,[Ye.inputBorderRadius]:Ze.borderRadius,[Ye.inputOutlineWidth]:Ze.outlineWidth,[Ye.inputOutlineStyle]:Ze.outlineStyle,[Ye.inputOutlineColor]:Ze.outlineColor,[Ye.inputOutlineOffset]:Ze.outlineOffset,[Ye.inputBackgroundColor]:Ze.backgroundColor,[Ye.inputHeight]:Ze.inputHeight,[Ye.inputHorizontalPadding]:Ze.horizontalPadding,[Ye.helperTextColor]:Ze.helperTextColor,textAlign:{right:{[Ye.inputTextAlign]:"right"},left:{[Ye.inputTextAlign]:"left"},center:{[Ye.inputTextAlign]:"center"}}},Xe=Ke,tr=ot("password"),{host:er,inputField:rr,inputElement:nr,inputElementPlaceholder:or,revealButtonContainer:ir,revealButtonIcon:ar,label:sr,requiredIndicator:lr,errorMessage:cr,helperText:dr}={host:{selector:()=>":host"},inputField:{selector:"::part(input-field)"},inputElement:{selector:"> input"},inputElementPlaceholder:{selector:"> input:placeholder-shown"},revealButtonContainer:{selector:()=>"::part(reveal-button)"},revealButtonIcon:{selector:()=>"::part(reveal-button)::before"},label:{selector:"::part(label)"},requiredIndicator:{selector:"[required]::part(required-indicator)::after"},helperText:{selector:"::part(helper-text)"},errorMessage:{selector:"::part(error-message)"}},ur=K(Wt({mappings:{hostWidth:{...er,property:"width"},hostMinWidth:{...er,property:"min-width"},hostDirection:{...er,property:"direction"},fontSize:[{},er],fontFamily:[sr,rr,cr,dr],inputHeight:{...rr,property:"height"},inputHorizontalPadding:[{...nr,property:"padding-left"},{...nr,property:"padding-right"}],inputBackgroundColor:{...rr,property:"background-color"},inputBorderStyle:{...rr,property:"border-style"},inputBorderWidth:{...rr,property:"border-width"},inputBorderColor:{...rr,property:"border-color"},inputBorderRadius:{...rr,property:"border-radius"},inputOutlineColor:{...rr,property:"outline-color"},inputOutlineStyle:{...rr,property:"outline-style"},inputOutlineOffset:{...rr,property:"outline-offset"},inputOutlineWidth:{...rr,property:"outline-width"},labelTextColor:[{...sr,property:"color"},{...lr,property:"color"}],labelRequiredIndicator:{...lr,property:"content"},errorMessageTextColor:{...cr,property:"color"},inputValueTextColor:{...nr,property:"color"},inputPlaceholderTextColor:{...or,property:"color"},revealButtonOffset:[{...ir,property:"margin-right"},{...ir,property:"margin-left"}],revealButtonSize:{...ir,property:"font-size"},revealButtonColor:{...ar,property:"color"}}}),Pt,re({proxyProps:["value","selectionStart"]}),$t,(t=>class extends t{get isReadOnly(){return this.hasAttribute("readonly")&&"false"!==this.getAttribute("readonly")}init(){this.addEventListener("mousedown",(t=>{if(this.isDraggable&&this.isReadOnly){const e=this.baseElement.querySelector("input"),r=e.getAttribute("type");e.setAttribute("type","text"),setTimeout((()=>e.focus()));const n=o=>{e.setAttribute("type",r),t.target.removeEventListener("mouseup",n),t.target.removeEventListener("dragend",n)};t.target.addEventListener("mouseup",n,{once:!0}),t.target.addEventListener("dragend",n,{once:!0})}})),super.init?.()}}))(Qt({slots:["","suffix"],wrappedEleName:"vaadin-password-field",style:()=>`\n\t\t\t:host {\n\t\t\t\tdisplay: inline-block;\n\t\t\t\tmax-width: 100%;\n\t\t\t\tmin-width: 10em;\n box-sizing: border-box;\n\t\t\t}\n\t\t\t${Ie(ur.cssVarList)}\n\t\t\t${Ne("vaadin-password-field")}\n ${We("vaadin-password-field")}\n\n\t\t\tvaadin-password-field {\n\t\t\t\twidth: 100%;\n\t\t\t\tbox-sizing: border-box;\n\t\t\t\tpadding: 0;\n\t\t\t}\n\t\t\tvaadin-password-field > input {\n\t\t\t\tbox-sizing: border-box;\n\t\t\t}\n\t\t\tvaadin-password-field::part(input-field) {\n\t\t\t\tbox-sizing: border-box;\n\t\t\t\tpadding: 0;\n\t\t\t}\n\t\t\tvaadin-password-field[focus-ring]::part(input-field) {\n\t\t\t\tbox-shadow: none;\n\t\t\t}\n\t\t\tvaadin-password-field > input {\n\t\t\t\tmin-height: 0;\n\t\t\t\t-webkit-mask-image: none;\n\t\t\t}\n\t\t\tvaadin-password-field[readonly] > input:placeholder-shown {\n\t\t\t\topacity: 1;\n\t\t\t}\n\t\t\tvaadin-password-field::before {\n\t\t\t\theight: initial;\n\t\t\t}\n\t\t\tvaadin-password-field::part(input-field)::after {\n\t\t\t\topacity: 0;\n\t\t\t}\n\t\t\tvaadin-password-field-button {\n\t\t\t\tcursor: pointer;\n\t\t\t}\n\n\t\t\t[readonly] vaadin-password-field-button {\n\t\t\t\tpointer-events: none;\n\t\t\t}\n\n\t\t\tvaadin-password-field-button[focus-ring] {\n\t\t\t\tbox-shadow: 0 0 0 2px var(${ur.cssVarList.inputOutlineColor});\n\t\t\t}\n\t\t`,excludeAttrsSync:["tabindex"],componentName:tr})),pr=ht(qt),hr=ur.cssVarList,mr={[hr.hostWidth]:Ze.width,[hr.hostDirection]:Ze.direction,[hr.fontSize]:Ze.fontSize,[hr.fontFamily]:Ze.fontFamily,[hr.labelTextColor]:Ze.labelTextColor,[hr.errorMessageTextColor]:Ze.errorMessageTextColor,[hr.inputHorizontalPadding]:Ze.horizontalPadding,[hr.inputHeight]:Ze.inputHeight,[hr.inputBackgroundColor]:Ze.backgroundColor,[hr.labelRequiredIndicator]:Ze.requiredIndicator,[hr.inputValueTextColor]:Ze.valueTextColor,[hr.inputPlaceholderTextColor]:Ze.placeholderTextColor,[hr.inputBorderWidth]:Ze.borderWidth,[hr.inputBorderStyle]:Ze.borderStyle,[hr.inputBorderColor]:Ze.borderColor,[hr.inputBorderRadius]:Ze.borderRadius,[hr.inputOutlineWidth]:Ze.outlineWidth,[hr.inputOutlineStyle]:Ze.outlineStyle,[hr.inputOutlineColor]:Ze.outlineColor,[hr.inputOutlineOffset]:Ze.outlineOffset,[hr.revealButtonOffset]:pr.spacing.md,[hr.revealButtonSize]:Ze.toggleButtonSize,[hr.revealButtonColor]:Ze.placeholderTextColor},fr=ot("number-field"),gr=K(Wt({mappings:Le}),Pt,re({proxyProps:["value","selectionStart"]}),$t)(Qt({slots:["","prefix","suffix"],wrappedEleName:"vaadin-number-field",style:()=>`\n\t\t\t:host {\n\t\t\t\tdisplay: inline-block;\n\t\t\t\tmax-width: 100%;\n\t\t\t\tpadding: calc(var(${gr.cssVarList.inputOutlineWidth}) + var(${gr.cssVarList.inputOutlineOffset}));\n\t\t\t}\n ${We("vaadin-number-field")}\n\t\t\t${Ie(gr.cssVarList)}\n\t\t\t${Ve("vaadin-number-field",gr.cssVarList)}\n\t\t`,excludeAttrsSync:["tabindex"],componentName:fr})),br=gr.cssVarList,yr={[br.hostWidth]:Ze.width,[br.hostMinWidth]:Ze.minWidth,[br.hostDirection]:Ze.direction,[br.fontSize]:Ze.fontSize,[br.fontFamily]:Ze.fontFamily,[br.labelTextColor]:Ze.labelTextColor,[br.errorMessageTextColor]:Ze.errorMessageTextColor,[br.inputValueTextColor]:Ze.valueTextColor,[br.inputPlaceholderColor]:Ze.placeholderTextColor,[br.inputBorderWidth]:Ze.borderWidth,[br.inputBorderStyle]:Ze.borderStyle,[br.inputBorderColor]:Ze.borderColor,[br.inputBorderRadius]:Ze.borderRadius,[br.inputOutlineWidth]:Ze.outlineWidth,[br.inputOutlineStyle]:Ze.outlineStyle,[br.inputOutlineColor]:Ze.outlineColor,[br.inputOutlineOffset]:Ze.outlineOffset,[br.inputBackgroundColor]:Ze.backgroundColor,[br.labelRequiredIndicator]:Ze.requiredIndicator,[br.inputHorizontalPadding]:Ze.horizontalPadding,[br.inputHeight]:Ze.inputHeight},vr=ot("email-field"),xr=K(Wt({mappings:Le}),Pt,re({proxyProps:["value","selectionStart"]}),$t,(t=>class extends t{init(){super.init?.(),this.baseElement.setAttribute("pattern","^[\\w\\.\\%\\+\\-]+@[\\w\\.\\-]+\\.[A-Za-z]{2,}$")}}))(Qt({slots:["","suffix"],wrappedEleName:"vaadin-email-field",style:()=>`\n\t\t\t:host {\n\t\t\t\tdisplay: inline-block;\n\t\t\t\tmax-width: 100%;\n\t\t\t\tpadding: calc(var(${xr.cssVarList.inputOutlineWidth}) + var(${xr.cssVarList.inputOutlineOffset}));\n box-sizing: border-box;\n\t\t\t}\n ${We("vaadin-email-field")}\n\t\t\t${Ie(xr.cssVarList)}\n\t\t\t${Ve("vaadin-email-field",xr.cssVarList)}\n\t\t`,excludeAttrsSync:["tabindex"],componentName:vr})),Cr=xr.cssVarList,wr={[Cr.hostWidth]:Ze.width,[Cr.hostMinWidth]:Ze.minWidth,[Cr.hostDirection]:Ze.direction,[Cr.fontSize]:Ze.fontSize,[Cr.fontFamily]:Ze.fontFamily,[Cr.labelTextColor]:Ze.labelTextColor,[Cr.errorMessageTextColor]:Ze.errorMessageTextColor,[Cr.inputValueTextColor]:Ze.valueTextColor,[Cr.labelRequiredIndicator]:Ze.requiredIndicator,[Cr.inputPlaceholderColor]:Ze.placeholderTextColor,[Cr.inputBorderWidth]:Ze.borderWidth,[Cr.inputBorderStyle]:Ze.borderStyle,[Cr.inputBorderColor]:Ze.borderColor,[Cr.inputBorderRadius]:Ze.borderRadius,[Cr.inputOutlineWidth]:Ze.outlineWidth,[Cr.inputOutlineStyle]:Ze.outlineStyle,[Cr.inputOutlineColor]:Ze.outlineColor,[Cr.inputOutlineOffset]:Ze.outlineOffset,[Cr.inputBackgroundColor]:Ze.backgroundColor,[Cr.inputHorizontalPadding]:Ze.horizontalPadding,[Cr.inputHeight]:Ze.inputHeight},kr=ot("text-area"),{host:Er,label:Ar,placeholder:_r,inputField:Sr,textArea:Dr,requiredIndicator:Tr,helperText:Mr,errorMessage:Fr}={host:{selector:()=>":host"},label:{selector:"::part(label)"},placeholder:{selector:"textarea:placeholder-shown"},inputField:{selector:"::part(input-field)"},textArea:{selector:"> textarea"},requiredIndicator:{selector:"[required]::part(required-indicator)::after"},helperText:{selector:"::part(helper-text)"},errorMessage:{selector:"::part(error-message)"}},Lr=K(Wt({mappings:{hostWidth:{...Er,property:"width"},hostMinWidth:{...Er,property:"min-width"},hostDirection:{...Er,property:"direction"},fontSize:[Er,Dr],fontFamily:[Ar,Sr,Mr,Fr],labelTextColor:[{...Ar,property:"color"},{...Tr,property:"color"}],labelRequiredIndicator:{...Tr,property:"content"},errorMessageTextColor:{...Fr,property:"color"},inputBackgroundColor:{...Sr,property:"background-color"},inputValueTextColor:{...Dr,property:"color"},inputPlaceholderTextColor:{..._r,property:"color"},inputBorderWidth:{...Sr,property:"border-width"},inputBorderStyle:{...Sr,property:"border-style"},inputBorderColor:{...Sr,property:"border-color"},inputBorderRadius:{...Sr,property:"border-radius"},inputOutlineStyle:{...Sr,property:"outline-Style"},inputOutlineColor:{...Sr,property:"outline-color"},inputOutlineOffset:{...Sr,property:"outline-offset"},inputOutlineWidth:{...Sr,property:"outline-width"},inputResizeType:{...Dr,property:"resize"},inputMinHeight:{...Dr,property:"min-height"},inputTextAlign:{...Dr,property:"text-align"}}}),Pt,re({proxyProps:["value","selectionStart"]}),$t)(Qt({slots:[],wrappedEleName:"vaadin-text-area",style:()=>`\n\t\t\t:host {\n\t\t\t\tdisplay: inline-block;\n\t\t\t\tmax-width: 100%;\n box-sizing: border-box;\n\t\t\t}\n\t\t\ttextarea {\n\t\t\t\theight: 100%;\n\t\t\t}\n ${We("vaadin-text-area")}\n\t\t\t${Ie(Lr.cssVarList)}\n\t\t\t${ze("vaadin-text-area")}\n\t\t\t${Oe("vaadin-text-area")}\n\t\t\t${Be("vaadin-text-area","textarea")}\n\t\t\t${Ne("vaadin-text-area")}\n\t\t`,excludeAttrsSync:["tabindex"],componentName:kr})),Ir=Lr.cssVarList,zr={[Ir.hostWidth]:Ze.width,[Ir.hostMinWidth]:Ze.minWidth,[Ir.hostDirection]:Ze.direction,[Ir.fontSize]:Ze.fontSize,[Ir.fontFamily]:Ze.fontFamily,[Ir.labelTextColor]:Ze.labelTextColor,[Ir.labelRequiredIndicator]:Ze.requiredIndicator,[Ir.errorMessageTextColor]:Ze.errorMessageTextColor,[Ir.inputBackgroundColor]:Ze.backgroundColor,[Ir.inputValueTextColor]:Ze.valueTextColor,[Ir.inputPlaceholderTextColor]:Ze.placeholderTextColor,[Ir.inputBorderRadius]:Ze.borderRadius,[Ir.inputBorderWidth]:Ze.borderWidth,[Ir.inputBorderStyle]:Ze.borderStyle,[Ir.inputBorderColor]:Ze.borderColor,[Ir.inputOutlineWidth]:Ze.outlineWidth,[Ir.inputOutlineStyle]:Ze.outlineStyle,[Ir.inputOutlineColor]:Ze.outlineColor,[Ir.inputOutlineOffset]:Ze.outlineOffset,[Ir.inputResizeType]:"vertical",[Ir.inputMinHeight]:"5em",textAlign:{right:{[Ir.inputTextAlign]:"right"},left:{[Ir.inputTextAlign]:"left"},center:{[Ir.inputTextAlign]:"center"}},_readonly:{[Ir.inputResizeType]:"none"}},Or=(...t)=>K(Kt,ie,Zt,ae)(Jt(...t)),Nr=ot("boolean-field-internal");Or({componentName:Nr,baseSelector:"div"});const Br=t=>class extends t{init(){super.init?.();const t=document.createElement("template");t.innerHTML=`\n\t\t\t\t<${Nr}\n\t\t\t\t\ttabindex="-1"\n\t\t\t\t\tslot="input"\n\t\t\t\t></${Nr}>\n\t\t\t`,this.baseElement.appendChild(t.content.cloneNode(!0)),this.inputElement=this.shadowRoot.querySelector(Nr),this.checkbox=this.inputElement.querySelector("vaadin-checkbox"),at(this,this.inputElement,{includeAttrs:["required","full-width","size","label","invalid","disabled","readonly"]}),st(this.inputElement,this,["checked"]),nt(this,this.inputElement,{includeAttrs:["checked"]})}},qr='\n:host {\n\tdisplay: inline-flex;\n}\n\n\n :host {\n --vaadin-field-default-width: auto;\n box-sizing: border-box;\n }\n\n\n.wrapper {\n\tdisplay: flex;\n\tbox-sizing: border-box;\n}\nvaadin-text-field {\n\tposition: relative;\n\tpadding: 0;\n\tdisplay: inline-flex;\n\talign-items: flex-start;\n}\nvaadin-text-field::before {\n\theight: 0;\n\tmargin: 0;\n}\nvaadin-text-field::part(label) {\n position: absolute;\n top: 0;\n}\nvaadin-text-field::part(input-field) {\n\tpadding: 0;\n\tbackground: none;\n\tmin-height: 0;\n}\nvaadin-text-field::part(input-field)::after {\n background: none;\n}\nvaadin-text-field[focus-ring]::part(input-field) {\n\tbox-shadow: none;\n}\n\nvaadin-checkbox [slot="label"] {\n align-self: flex-start;\n padding: 0;\n}\n[required] vaadin-checkbox [slot="label"]:not(:empty) {\n\tpadding-inline-end: 1em;\n}\ndescope-boolean-field-internal {\n -webkit-mask-image: none;\n min-height: initial;\n}\n',Rr=ot("checkbox"),{host:Vr,component:Wr,checkboxElement:Pr,checkboxSurface:$r,checkboxLabel:jr,requiredIndicator:Hr,helperText:Ur,errorMessage:Gr}={host:{selector:()=>":host"},requiredIndicator:{selector:'[required] vaadin-checkbox [slot="label"]:not(:empty)::after'},component:{selector:"vaadin-checkbox"},checkboxElement:{selector:"vaadin-checkbox::part(checkbox)"},checkboxSurface:{selector:"vaadin-checkbox::part(checkbox)::after"},checkboxLabel:{selector:'vaadin-checkbox [slot="label"]:not(:empty)'},helperText:{selector:"::part(helper-text)"},errorMessage:{selector:"::part(error-message)"}},Zr=K(Wt({mappings:{hostWidth:{...Vr,property:"width"},hostDirection:{...Vr,property:"direction"},fontSize:[Vr,Pr,jr],fontFamily:[jr,Ur,Gr],labelTextColor:{...jr,property:"color"},labelSpacing:{...jr,property:"padding-inline-start"},labelLineHeight:{...jr,property:"line-height"},labelFontWeight:{...jr,property:"font-weight"},labelRequiredIndicator:{...Hr,property:"content"},errorMessageTextColor:{...Gr,property:"color"},inputValueTextColor:{...$r,property:"color"},inputBackgroundColor:{...Pr,property:"background-color"},inputBorderRadius:{...Pr,property:"border-radius"},inputBorderWidth:{...Pr,property:"border-width"},inputBorderOffset:{...Pr,property:"border-offset"},inputBorderColor:{...Pr,property:"border-color"},inputBorderStyle:{...Pr,property:"border-style"},inputOutlineWidth:{...Pr,property:"outline-width"},inputOutlineOffset:{...Pr,property:"outline-offset"},inputOutlineColor:{...Pr,property:"outline-color"},inputOutlineStyle:{...Pr,property:"outline-style"},inputSize:[{...Pr,property:"width"},{...Pr,property:"height"},{...$r,property:"font-size"},{...Wr,property:"font-size"}]}}),Pt,re({proxyProps:["value","selectionStart"]}),$t,Br)(Qt({slots:[],wrappedEleName:"vaadin-text-field",style:()=>`\n\t\t\t${qr}\n ${Ie(Zr.cssVarList)}\n\n :host {\n\t\t\t\tdisplay: inline-flex;\n\t\t\t\tmax-width: 100%;\n }\n\n :host ::part(error-message) {\n direction: ltr;\n }\n\n vaadin-text-field {\n width: 100%;\n }\n\n descope-boolean-field-internal {\n\t\t\t\tpadding: 0;\n\t\t\t\twidth: 100%;\n height: 100%;\n }\n\n vaadin-checkbox::part(checkbox) {\n margin: 0;\n }\n\n vaadin-checkbox::part(checkbox)::after {\n top: 0;\n left: 0;\n }\n\n vaadin-text-field::part(input-field)::after {\n content: none;\n }\n `,excludeAttrsSync:["label","tabindex"],componentName:Rr})),Jr=Zr.cssVarList,Qr="1.35em",Yr={[Jr.hostWidth]:Ze.width,[Jr.hostDirection]:Ze.direction,[Jr.fontSize]:Ze.fontSize,[Jr.fontFamily]:Ze.fontFamily,[Jr.labelTextColor]:Ze.labelTextColor,[Jr.labelRequiredIndicator]:Ze.requiredIndicator,[Jr.labelFontWeight]:"400",[Jr.labelLineHeight]:Qr,[Jr.labelSpacing]:"1em",[Jr.errorMessageTextColor]:Ze.errorMessageTextColor,[Jr.inputOutlineWidth]:Ze.outlineWidth,[Jr.inputOutlineOffset]:Ze.outlineOffset,[Jr.inputOutlineColor]:Ze.outlineColor,[Jr.inputOutlineStyle]:Ze.outlineStyle,[Jr.inputBorderRadius]:Ze.borderRadius,[Jr.inputBorderColor]:Ze.borderColor,[Jr.inputBorderWidth]:Ze.borderWidth,[Jr.inputBorderStyle]:Ze.borderStyle,[Jr.inputBackgroundColor]:Ze.backgroundColor,[Jr.inputSize]:Qr,_checked:{[Jr.inputValueTextColor]:Ze.valueTextColor},_disabled:{[Jr.labelTextColor]:Ze.labelTextColor}},Kr=ot("switch-toggle"),{host:Xr,component:tn,checkboxElement:en,checkboxSurface:rn,checkboxLabel:nn,requiredIndicator:on,helperText:an,errorMessage:sn}={host:{selector:()=>":host"},requiredIndicator:{selector:'[required] vaadin-checkbox [slot="label"]:not(:empty)::after'},component:{selector:"vaadin-checkbox"},checkboxElement:{selector:"vaadin-checkbox::part(checkbox)"},checkboxSurface:{selector:"vaadin-checkbox::part(checkbox)::after"},checkboxLabel:{selector:'vaadin-checkbox [slot="label"]:not(:empty)'},helperText:{selector:"::part(helper-text)"},errorMessage:{selector:"::part(error-message)"}},ln=K(Wt({mappings:{hostWidth:{...Xr,property:"width"},hostDirection:{...Xr,property:"direction"},fontSize:[tn,nn,nn],fontFamily:[nn,an,sn],labelTextColor:{...nn,property:"color"},labelSpacing:{...nn,property:"padding-inline-start"},labelLineHeight:{...nn,property:"line-height"},labelFontWeight:{...nn,property:"font-weight"},labelRequiredIndicator:{...on,property:"content"},errorMessageTextColor:{...sn,property:"color"},trackBorderWidth:{...en,property:"border-width"},trackBorderStyle:{...en,property:"border-style"},trackBorderColor:{...en,property:"border-color"},trackBackgroundColor:{...en,property:"background-color"},trackBorderRadius:{...en,property:"border-radius"},trackWidth:[{...en,property:"width"}],trackHeight:[{...rn,property:"font-size"},{...en,property:"height"}],knobSize:[{...rn,property:"width"},{...rn,property:"height"}],knobTextColor:{...rn,property:"color"},knobRadius:{...rn,property:"border-radius"},knobTransitionDuration:{...rn,property:"transition"},knobColor:{...rn,property:"background-color"},knobTopOffset:{...rn,property:"top"},knobLeftOffset:{...rn,property:"left"},inputOutlineWidth:{...en,property:"outline-width"},inputOutlineOffset:{...en,property:"outline-offset"},inputOutlineColor:{...en,property:"outline-color"},inputOutlineStyle:{...en,property:"outline-style"}}}),Pt,re({proxyProps:["value","selectionStart"]}),$t,Br)(Qt({slots:[],wrappedEleName:"vaadin-text-field",style:()=>`\n\t\t\t${qr}\n\t\t\t${Ie(ln.cssVarList)}\n\n :host {\n\t\t\t\tdisplay: inline-flex;\n\t\t\t\tmax-width: 100%;\n }\n\n :host ::part(error-message) {\n direction: ltr;\n }\n\n vaadin-text-field {\n width: 100%;\n }\n\n vaadin-text-field::part(input-field)::after {\n content: none;\n }\n\n descope-boolean-field-internal {\n\t\t\t\tpadding: 0;\n width: 100%;\n }\n\n vaadin-text-field::part(input-field) {\n cursor: pointer;\n }\n\n vaadin-checkbox {\n cursor: pointer;\n }\n\n vaadin-checkbox [slot="label"]:not(:empty) {\n cursor: pointer;\n\t\t\t}\n\n vaadin-checkbox::part(checkbox) {\n margin: 0;\n\t\t\t}\n\n vaadin-checkbox::part(checkbox)::before {\n content: '';\n\t\t\t}\n\n vaadin-checkbox[active]::part(checkbox) {\n\t\t\t\ttransform: none;\n\t\t\t}\n\n vaadin-checkbox::part(checkbox)::after {\n\t\t\t\tposition: absolute;\n\t\t\t\topacity: 1;\n\t\t\t\tcontent: '';\n\t\t\t}\n\t\t`,excludeAttrsSync:["label","tabindex"],componentName:Kr})),cn="2px",dn=ht(qt),un=ln.cssVarList,pn={[un.hostWidth]:Ze.width,[un.hostDirection]:Ze.direction,[un.fontSize]:Ze.fontSize,[un.fontFamily]:Ze.fontFamily,[un.inputOutlineWidth]:Ze.outlineWidth,[un.inputOutlineOffset]:Ze.outlineOffset,[un.inputOutlineColor]:Ze.outlineColor,[un.inputOutlineStyle]:Ze.outlineStyle,[un.trackBorderStyle]:Ze.borderStyle,[un.trackBorderWidth]:Ze.borderWidth,[un.trackBorderColor]:Ze.borderColor,[un.trackBackgroundColor]:Ze.backgroundColor,[un.trackBorderRadius]:dn.radius.md,[un.trackWidth]:"2.5em",[un.trackHeight]:"1.25em",[un.knobSize]:`calc(1em - ${cn})`,[un.knobRadius]:"50%",[un.knobTopOffset]:"1px",[un.knobLeftOffset]:cn,[un.knobColor]:Ze.labelTextColor,[un.knobTransitionDuration]:"0.3s",[un.labelTextColor]:Ze.labelTextColor,[un.labelFontWeight]:"400",[un.labelLineHeight]:"1.35em",[un.labelSpacing]:"1em",[un.labelRequiredIndicator]:Ze.requiredIndicator,[un.errorMessageTextColor]:Ze.errorMessageTextColor,_checked:{[un.trackBorderColor]:Ze.borderColor,[un.knobLeftOffset]:`calc(100% - var(${un.knobSize}) - ${cn})`,[un.knobColor]:Ze.valueTextColor,[un.knobTextColor]:Ze.valueTextColor},_disabled:{[un.knobColor]:dn.colors.surface.light,[un.trackBorderColor]:dn.colors.surface.light,[un.trackBackgroundColor]:dn.colors.surface.main,[un.labelTextColor]:Ze.labelTextColor,_checked:{[un.knobColor]:dn.colors.surface.light,[un.trackBackgroundColor]:dn.colors.surface.main}},_invalid:{[un.trackBorderColor]:dn.colors.error.main,[un.knobColor]:dn.colors.error.main}},hn=ot("container");class mn extends(Jt({componentName:hn,baseSelector:"slot"})){constructor(){super(),this.attachShadow({mode:"open"}).innerHTML="\n\t\t<style>\n\t\t\t:host > slot {\n\t\t\t\tbox-sizing: border-box;\n\t\t\t\twidth: 100%;\n\t\t\t\theight: 100%;\n\t\t\t\tdisplay: flex;\n\t\t\t\toverflow: auto;\n\t\t\t}\n\t\t\t:host {\n\t\t\t\tdisplay: inline-block;\n\t\t\t}\n\t\t</style>\n\t\t<slot></slot>\n\t"}}const fn=K(Wt({mappings:{hostHeight:{selector:()=>":host",property:"height"},hostWidth:{selector:()=>":host",property:"width"},hostDirection:{selector:()=>":host",property:"direction"},verticalPadding:[{property:"padding-top"},{property:"padding-bottom"}],horizontalPadding:[{property:"padding-left"},{property:"padding-right"}],flexDirection:{},justifyContent:{},alignItems:{},gap:{},flexWrap:{},backgroundColor:{},color:{},borderRadius:{},borderColor:{},borderStyle:{},borderWidth:{},boxShadow:{}}}),Pt,$t)(mn),gn=ht(qt),bn=fn.cssVarList,[yn,vn,xn]=vt({verticalAlignment:{start:{verticalAlignment:"start"},center:{verticalAlignment:"safe center"},end:{verticalAlignment:"end"}},horizontalAlignment:{start:{horizontalAlignment:"start"},center:{horizontalAlignment:"safe center"},end:{horizontalAlignment:"end"}},shadowColor:"#00000020"},hn),{shadowColor:Cn}=vn,wn={...yn,[bn.hostWidth]:"100%",[bn.boxShadow]:"none",[bn.backgroundColor]:gn.colors.surface.main,[bn.color]:gn.colors.surface.contrast,[bn.borderRadius]:"0px",[bn.hostDirection]:gn.direction,verticalPadding:{sm:{[bn.verticalPadding]:"5px"},md:{[bn.verticalPadding]:"10px"},lg:{[bn.verticalPadding]:"20px"}},horizontalPadding:{sm:{[bn.horizontalPadding]:"5px"},md:{[bn.horizontalPadding]:"10px"},lg:{[bn.horizontalPadding]:"20px"}},direction:{row:{[bn.flexDirection]:"row",[bn.alignItems]:vn.verticalAlignment,[bn.justifyContent]:vn.horizontalAlignment,[bn.flexWrap]:"wrap",horizontalAlignment:{spaceBetween:{[xn.horizontalAlignment]:"space-between"}}},column:{[bn.flexDirection]:"column",[bn.alignItems]:vn.horizontalAlignment,[bn.justifyContent]:vn.verticalAlignment,verticalAlignment:{spaceBetween:{[xn.verticalAlignment]:"space-between"}}}},spaceBetween:{sm:{[bn.gap]:"10px"},md:{[bn.gap]:"20px"},lg:{[bn.gap]:"30px"}},shadow:{sm:{[bn.boxShadow]:`${gn.shadow.wide.sm} ${Cn}, ${gn.shadow.narrow.sm} ${Cn}`},md:{[bn.boxShadow]:`${gn.shadow.wide.md} ${Cn}, ${gn.shadow.narrow.md} ${Cn}`},lg:{[bn.boxShadow]:`${gn.shadow.wide.lg} ${Cn}, ${gn.shadow.narrow.lg} ${Cn}`},xl:{[bn.boxShadow]:`${gn.shadow.wide.xl} ${Cn}, ${gn.shadow.narrow.xl} ${Cn}`},"2xl":{[xn.shadowColor]:"#00000050",[bn.boxShadow]:`${gn.shadow.wide["2xl"]} ${Cn}`}},borderRadius:{sm:{[bn.borderRadius]:gn.radius.sm},md:{[bn.borderRadius]:gn.radius.md},lg:{[bn.borderRadius]:gn.radius.lg},xl:{[bn.borderRadius]:gn.radius.xl},"2xl":{[bn.borderRadius]:gn.radius["2xl"]},"3xl":{[bn.borderRadius]:gn.radius["3xl"]}}},kn={...bn,...xn},En=({componentName:t,varName:e,fallbackVarName:r})=>{let n;class o extends(Jt({componentName:t,baseSelector:":host > div"})){constructor(){super(),this.attachShadow({mode:"open"}).innerHTML=`\n\t\t\t<style>\n\t\t\t\t:host {\n\t\t\t\t\tdisplay: inline-flex;\n\t\t\t\t}\n\t\t\t\t:host([draggable="true"]) > div {\n\t\t\t\t\tpointer-events: none\n\t\t\t\t}\t\t\n\t\t\t\t:host > div {\n\t\t\t\t\tdisplay: inline-block;\n\t\t\t\t\tmax-width: 100%;\n\t\t\t\t\tmax-height: 100%;\n\t\t\t\t\tobject-fit: contain;\n\t\t\t\t\tmargin: auto;\n\t\t\t\t\t${n}\n\t\t\t\t}\n\t\t\t</style>\n\t\t\t<div></div>\n\t\t\t`}}const i=K(Wt({mappings:{height:{selector:()=>":host > div"},width:{selector:()=>":host > div"},[e]:{property:"content"},[r]:{property:"content"}}}),Pt,$t)(o);return n=`content: var(${i.cssVarList[e]}, var(${i.cssVarList[r]}));`,i},An=En({componentName:ot("logo"),varName:"url",fallbackVarName:"fallbackUrl"}).cssVarList,_n={[An.fallbackUrl]:"url(https://imgs.descope.com/components/no-logo-placeholder.svg)"},Sn=En({componentName:ot("totp-image"),varName:"url",fallbackVarName:"fallbackUrl"}).cssVarList,Dn={[Sn.fallbackUrl]:"url(https://imgs.descope.com/components/totp-placeholder.svg)"},Tn=En({componentName:ot("notp-image"),varName:"url",fallbackVarName:"fallbackUrl"}).cssVarList,Mn={[Tn.fallbackUrl]:"url(https://imgs.descope.com/components/notp-placeholder.svg)"},Fn=ot("text");class Ln extends(Jt({componentName:Fn,baseSelector:":host > slot"})){constructor(){super(),this.attachShadow({mode:"open"}).innerHTML='\n <style>\n :host {\n display: inline-block;\n }\n :host > slot {\n width: 100%;\n display: inline-block;\n }\n </style>\n <slot part="text-wrapper"></slot>\n '}get hideWhenEmpty(){return"true"===this.getAttribute("hide-when-empty")}init(){super.init(),et(this,(()=>{const t=!!this.childNodes.length;this.style.display=!t&&this.hideWhenEmpty?"none":""}))}}const In=K(Wt({mappings:{hostWidth:{selector:()=>":host",property:"width"},hostDirection:{selector:()=>":host",property:"direction"},fontSize:{},textColor:{property:"color"},textLineHeight:{property:"line-height"},textLetterSpacing:{property:"letter-spacing"},textShadow:{},textAlign:{},textTransform:{},fontFamily:{},fontStyle:{},fontWeight:{},borderWidth:{},borderStyle:{},borderColor:{}}}),Pt,$t)(Ln),zn=ht(qt),On=In.cssVarList,Nn={[On.hostDirection]:zn.direction,[On.textLineHeight]:"1.35em",[On.textAlign]:"left",[On.textColor]:zn.colors.surface.dark,variant:{h1:{[On.fontSize]:zn.typography.h1.size,[On.fontWeight]:zn.typography.h1.weight,[On.fontFamily]:zn.typography.h1.font},h2:{[On.fontSize]:zn.typography.h2.size,[On.fontWeight]:zn.typography.h2.weight,[On.fontFamily]:zn.typography.h2.font},h3:{[On.fontSize]:zn.typography.h3.size,[On.fontWeight]:zn.typography.h3.weight,[On.fontFamily]:zn.typography.h3.font},subtitle1:{[On.fontSize]:zn.typography.subtitle1.size,[On.fontWeight]:zn.typography.subtitle1.weight,[On.fontFamily]:zn.typography.subtitle1.font},subtitle2:{[On.fontSize]:zn.typography.subtitle2.size,[On.fontWeight]:zn.typography.subtitle2.weight,[On.fontFamily]:zn.typography.subtitle2.font},body1:{[On.fontSize]:zn.typography.body1.size,[On.fontWeight]:zn.typography.body1.weight,[On.fontFamily]:zn.typography.body1.font},body2:{[On.fontSize]:zn.typography.body2.size,[On.fontWeight]:zn.typography.body2.weight,[On.fontFamily]:zn.typography.body2.font}},mode:{primary:{[On.textColor]:zn.colors.surface.contrast},secondary:{[On.textColor]:zn.colors.surface.dark},error:{[On.textColor]:zn.colors.error.main},success:{[On.textColor]:zn.colors.success.main}},textAlign:{right:{[On.textAlign]:"right"},left:{[On.textAlign]:"left"},center:{[On.textAlign]:"center"}},_fullWidth:{[On.hostWidth]:"100%"},_italic:{[On.fontStyle]:"italic"},_uppercase:{[On.textTransform]:"uppercase"},_lowercase:{[On.textTransform]:"lowercase"}},Bn={};function qn(t,e){"string"!=typeof e&&(e=qn.defaultChars);const r=function(t){let e=Bn[t];if(e)return e;e=Bn[t]=[];for(let t=0;t<128;t++){const r=String.fromCharCode(t);e.push(r)}for(let r=0;r<t.length;r++){const n=t.charCodeAt(r);e[n]="%"+("0"+n.toString(16).toUpperCase()).slice(-2)}return e}(e);return t.replace(/(%[a-f0-9]{2})+/gi,(function(t){let e="";for(let n=0,o=t.length;n<o;n+=3){const i=parseInt(t.slice(n+1,n+3),16);if(i<128)e+=r[i];else{if(192==(224&i)&&n+3<o){const r=parseInt(t.slice(n+4,n+6),16);if(128==(192&r)){const t=i<<6&1984|63&r;e+=t<128?"��":String.fromCharCode(t),n+=3;continue}}if(224==(240&i)&&n+6<o){const r=parseInt(t.slice(n+4,n+6),16),o=parseInt(t.slice(n+7,n+9),16);if(128==(192&r)&&128==(192&o)){const t=i<<12&61440|r<<6&4032|63&o;e+=t<2048||t>=55296&&t<=57343?"���":String.fromCharCode(t),n+=6;continue}}if(240==(248&i)&&n+9<o){const r=parseInt(t.slice(n+4,n+6),16),o=parseInt(t.slice(n+7,n+9),16),a=parseInt(t.slice(n+10,n+12),16);if(128==(192&r)&&128==(192&o)&&128==(192&a)){let t=i<<18&1835008|r<<12&258048|o<<6&4032|63&a;t<65536||t>1114111?e+="����":(t-=65536,e+=String.fromCharCode(55296+(t>>10),56320+(1023&t))),n+=9;continue}}e+="�"}}return e}))}qn.defaultChars=";/?:@&=+$,#",qn.componentChars="";const Rn=qn,Vn={};function Wn(t,e,r){"string"!=typeof e&&(r=e,e=Wn.defaultChars),void 0===r&&(r=!0);const n=function(t){let e=Vn[t];if(e)return e;e=Vn[t]=[];for(let t=0;t<128;t++){const r=String.fromCharCode(t);/^[0-9a-z]$/i.test(r)?e.push(r):e.push("%"+("0"+t.toString(16).toUpperCase()).slice(-2))}for(let r=0;r<t.length;r++)e[t.charCodeAt(r)]=t[r];return e}(e);let o="";for(let e=0,i=t.length;e<i;e++){const a=t.charCodeAt(e);if(r&&37===a&&e+2<i&&/^[0-9a-f]{2}$/i.test(t.slice(e+1,e+3)))o+=t.slice(e,e+3),e+=2;else if(a<128)o+=n[a];else if(a>=55296&&a<=57343){if(a>=55296&&a<=56319&&e+1<i){const r=t.charCodeAt(e+1);if(r>=56320&&r<=57343){o+=encodeURIComponent(t[e]+t[e+1]),e++;continue}}o+="%EF%BF%BD"}else o+=encodeURIComponent(t[e])}return o}Wn.defaultChars=";/?:@&=+$,-_.!~*'()#",Wn.componentChars="-_.!~*'()";const Pn=Wn;function $n(t){let e="";return e+=t.protocol||"",e+=t.slashes?"//":"",e+=t.auth?t.auth+"@":"",t.hostname&&-1!==t.hostname.indexOf(":")?e+="["+t.hostname+"]":e+=t.hostname||"",e+=t.port?":"+t.port:"",e+=t.pathname||"",e+=t.search||"",e+=t.hash||"",e}function jn(){this.protocol=null,this.slashes=null,this.auth=null,this.port=null,this.hostname=null,this.hash=null,this.search=null,this.pathname=null}const Hn=/^([a-z0-9.+-]+:)/i,Un=/:[0-9]*$/,Gn=/^(\/\/?(?!\/)[^\?\s]*)(\?[^\s]*)?$/,Zn=["{","}","|","\\","^","`"].concat(["<",">",'"',"`"," ","\r","\n","\t"]),Jn=["'"].concat(Zn),Qn=["%","/","?",";","#"].concat(Jn),Yn=["/","?","#"],Kn=/^[+a-z0-9A-Z_-]{0,63}$/,Xn=/^([+a-z0-9A-Z_-]{0,63})(.*)$/,to={javascript:!0,"javascript:":!0},eo={http:!0,https:!0,ftp:!0,gopher:!0,file:!0,"http:":!0,"https:":!0,"ftp:":!0,"gopher:":!0,"file:":!0};jn.prototype.parse=function(t,e){let r,n,o,i=t;if(i=i.trim(),!e&&1===t.split("#").length){const t=Gn.exec(i);if(t)return this.pathname=t[1],t[2]&&(this.search=t[2]),this}let a=Hn.exec(i);if(a&&(a=a[0],r=a.toLowerCase(),this.protocol=a,i=i.substr(a.length)),(e||a||i.match(/^\/\/[^@\/]+@[^@\/]+/))&&(o="//"===i.substr(0,2),!o||a&&to[a]||(i=i.substr(2),this.slashes=!0)),!to[a]&&(o||a&&!eo[a])){let t,e,r=-1;for(let t=0;t<Yn.length;t++)n=i.indexOf(Yn[t]),-1!==n&&(-1===r||n<r)&&(r=n);e=-1===r?i.lastIndexOf("@"):i.lastIndexOf("@",r),-1!==e&&(t=i.slice(0,e),i=i.slice(e+1),this.auth=t),r=-1;for(let t=0;t<Qn.length;t++)n=i.indexOf(Qn[t]),-1!==n&&(-1===r||n<r)&&(r=n);-1===r&&(r=i.length),":"===i[r-1]&&r--;const o=i.slice(0,r);i=i.slice(r),this.parseHost(o),this.hostname=this.hostname||"";const a="["===this.hostname[0]&&"]"===this.hostname[this.hostname.length-1];if(!a){const t=this.hostname.split(/\./);for(let e=0,r=t.length;e<r;e++){const r=t[e];if(r&&!r.match(Kn)){let n="";for(let t=0,e=r.length;t<e;t++)r.charCodeAt(t)>127?n+="x":n+=r[t];if(!n.match(Kn)){const n=t.slice(0,e),o=t.slice(e+1),a=r.match(Xn);a&&(n.push(a[1]),o.unshift(a[2])),o.length&&(i=o.join(".")+i),this.hostname=n.join(".");break}}}}this.hostname.length>255&&(this.hostname=""),a&&(this.hostname=this.hostname.substr(1,this.hostname.length-2))}const s=i.indexOf("#");-1!==s&&(this.hash=i.substr(s),i=i.slice(0,s));const l=i.indexOf("?");return-1!==l&&(this.search=i.substr(l),i=i.slice(0,l)),i&&(this.pathname=i),eo[r]&&this.hostname&&!this.pathname&&(this.pathname=""),this},jn.prototype.parseHost=function(t){let e=Un.exec(t);e&&(e=e[0],":"!==e&&(this.port=e.substr(1)),t=t.substr(0,t.length-e.length)),t&&(this.hostname=t)};const ro=function(t,e){if(t&&t instanceof jn)return t;const r=new jn;return r.parse(t,e),r},no=/[!-#%-\*,-\/:;\?@\[-\]_\{\}\xA1\xA7\xAB\xB6\xB7\xBB\xBF\u037E\u0387\u055A-\u055F\u0589\u058A\u05BE\u05C0\u05C3\u05C6\u05F3\u05F4\u0609\u060A\u060C\u060D\u061B\u061D-\u061F\u066A-\u066D\u06D4\u0700-\u070D\u07F7-\u07F9\u0830-\u083E\u085E\u0964\u0965\u0970\u09FD\u0A76\u0AF0\u0C77\u0C84\u0DF4\u0E4F\u0E5A\u0E5B\u0F04-\u0F12\u0F14\u0F3A-\u0F3D\u0F85\u0FD0-\u0FD4\u0FD9\u0FDA\u104A-\u104F\u10FB\u1360-\u1368\u1400\u166E\u169B\u169C\u16EB-\u16ED\u1735\u1736\u17D4-\u17D6\u17D8-\u17DA\u1800-\u180A\u1944\u1945\u1A1E\u1A1F\u1AA0-\u1AA6\u1AA8-\u1AAD\u1B5A-\u1B60\u1B7D\u1B7E\u1BFC-\u1BFF\u1C3B-\u1C3F\u1C7E\u1C7F\u1CC0-\u1CC7\u1CD3\u2010-\u2027\u2030-\u2043\u2045-\u2051\u2053-\u205E\u207D\u207E\u208D\u208E\u2308-\u230B\u2329\u232A\u2768-\u2775\u27C5\u27C6\u27E6-\u27EF\u2983-\u2998\u29D8-\u29DB\u29FC\u29FD\u2CF9-\u2CFC\u2CFE\u2CFF\u2D70\u2E00-\u2E2E\u2E30-\u2E4F\u2E52-\u2E5D\u3001-\u3003\u3008-\u3011\u3014-\u301F\u3030\u303D\u30A0\u30FB\uA4FE\uA4FF\uA60D-\uA60F\uA673\uA67E\uA6F2-\uA6F7\uA874-\uA877\uA8CE\uA8CF\uA8F8-\uA8FA\uA8FC\uA92E\uA92F\uA95F\uA9C1-\uA9CD\uA9DE\uA9DF\uAA5C-\uAA5F\uAADE\uAADF\uAAF0\uAAF1\uABEB\uFD3E\uFD3F\uFE10-\uFE19\uFE30-\uFE52\uFE54-\uFE61\uFE63\uFE68\uFE6A\uFE6B\uFF01-\uFF03\uFF05-\uFF0A\uFF0C-\uFF0F\uFF1A\uFF1B\uFF1F\uFF20\uFF3B-\uFF3D\uFF3F\uFF5B\uFF5D\uFF5F-\uFF65]|\uD800[\uDD00-\uDD02\uDF9F\uDFD0]|\uD801\uDD6F|\uD802[\uDC57\uDD1F\uDD3F\uDE50-\uDE58\uDE7F\uDEF0-\uDEF6\uDF39-\uDF3F\uDF99-\uDF9C]|\uD803[\uDEAD\uDF55-\uDF59\uDF86-\uDF89]|\uD804[\uDC47-\uDC4D\uDCBB\uDCBC\uDCBE-\uDCC1\uDD40-\uDD43\uDD74\uDD75\uDDC5-\uDDC8\uDDCD\uDDDB\uDDDD-\uDDDF\uDE38-\uDE3D\uDEA9]|\uD805[\uDC4B-\uDC4F\uDC5A\uDC5B\uDC5D\uDCC6\uDDC1-\uDDD7\uDE41-\uDE43\uDE60-\uDE6C\uDEB9\uDF3C-\uDF3E]|\uD806[\uDC3B\uDD44-\uDD46\uDDE2\uDE3F-\uDE46\uDE9A-\uDE9C\uDE9E-\uDEA2\uDF00-\uDF09]|\uD807[\uDC41-\uDC45\uDC70\uDC71\uDEF7\uDEF8\uDF43-\uDF4F\uDFFF]|\uD809[\uDC70-\uDC74]|\uD80B[\uDFF1\uDFF2]|\uD81A[\uDE6E\uDE6F\uDEF5\uDF37-\uDF3B\uDF44]|\uD81B[\uDE97-\uDE9A\uDFE2]|\uD82F\uDC9F|\uD836[\uDE87-\uDE8B]|\uD83A[\uDD5E\uDD5F]/,oo=/[\$\+<->\^`\|~\xA2-\xA6\xA8\xA9\xAC\xAE-\xB1\xB4\xB8\xD7\xF7\u02C2-\u02C5\u02D2-\u02DF\u02E5-\u02EB\u02ED\u02EF-\u02FF\u0375\u0384\u0385\u03F6\u0482\u058D-\u058F\u0606-\u0608\u060B\u060E\u060F\u06DE\u06E9\u06FD\u06FE\u07F6\u07FE\u07FF\u0888\u09F2\u09F3\u09FA\u09FB\u0AF1\u0B70\u0BF3-\u0BFA\u0C7F\u0D4F\u0D79\u0E3F\u0F01-\u0F03\u0F13\u0F15-\u0F17\u0F1A-\u0F1F\u0F34\u0F36\u0F38\u0FBE-\u0FC5\u0FC7-\u0FCC\u0FCE\u0FCF\u0FD5-\u0FD8\u109E\u109F\u1390-\u1399\u166D\u17DB\u1940\u19DE-\u19FF\u1B61-\u1B6A\u1B74-\u1B7C\u1FBD\u1FBF-\u1FC1\u1FCD-\u1FCF\u1FDD-\u1FDF\u1FED-\u1FEF\u1FFD\u1FFE\u2044\u2052\u207A-\u207C\u208A-\u208C\u20A0-\u20C0\u2100\u2101\u2103-\u2106\u2108\u2109\u2114\u2116-\u2118\u211E-\u2123\u2125\u2127\u2129\u212E\u213A\u213B\u2140-\u2144\u214A-\u214D\u214F\u218A\u218B\u2190-\u2307\u230C-\u2328\u232B-\u2426\u2440-\u244A\u249C-\u24E9\u2500-\u2767\u2794-\u27C4\u27C7-\u27E5\u27F0-\u2982\u2999-\u29D7\u29DC-\u29FB\u29FE-\u2B73\u2B76-\u2B95\u2B97-\u2BFF\u2CE5-\u2CEA\u2E50\u2E51\u2E80-\u2E99\u2E9B-\u2EF3\u2F00-\u2FD5\u2FF0-\u2FFF\u3004\u3012\u3013\u3020\u3036\u3037\u303E\u303F\u309B\u309C\u3190\u3191\u3196-\u319F\u31C0-\u31E3\u31EF\u3200-\u321E\u322A-\u3247\u3250\u3260-\u327F\u328A-\u32B0\u32C0-\u33FF\u4DC0-\u4DFF\uA490-\uA4C6\uA700-\uA716\uA720\uA721\uA789\uA78A\uA828-\uA82B\uA836-\uA839\uAA77-\uAA79\uAB5B\uAB6A\uAB6B\uFB29\uFBB2-\uFBC2\uFD40-\uFD4F\uFDCF\uFDFC-\uFDFF\uFE62\uFE64-\uFE66\uFE69\uFF04\uFF0B\uFF1C-\uFF1E\uFF3E\uFF40\uFF5C\uFF5E\uFFE0-\uFFE6\uFFE8-\uFFEE\uFFFC\uFFFD]|\uD800[\uDD37-\uDD3F\uDD79-\uDD89\uDD8C-\uDD8E\uDD90-\uDD9C\uDDA0\uDDD0-\uDDFC]|\uD802[\uDC77\uDC78\uDEC8]|\uD805\uDF3F|\uD807[\uDFD5-\uDFF1]|\uD81A[\uDF3C-\uDF3F\uDF45]|\uD82F\uDC9C|\uD833[\uDF50-\uDFC3]|\uD834[\uDC00-\uDCF5\uDD00-\uDD26\uDD29-\uDD64\uDD6A-\uDD6C\uDD83\uDD84\uDD8C-\uDDA9\uDDAE-\uDDEA\uDE00-\uDE41\uDE45\uDF00-\uDF56]|\uD835[\uDEC1\uDEDB\uDEFB\uDF15\uDF35\uDF4F\uDF6F\uDF89\uDFA9\uDFC3]|\uD836[\uDC00-\uDDFF\uDE37-\uDE3A\uDE6D-\uDE74\uDE76-\uDE83\uDE85\uDE86]|\uD838[\uDD4F\uDEFF]|\uD83B[\uDCAC\uDCB0\uDD2E\uDEF0\uDEF1]|\uD83C[\uDC00-\uDC2B\uDC30-\uDC93\uDCA0-\uDCAE\uDCB1-\uDCBF\uDCC1-\uDCCF\uDCD1-\uDCF5\uDD0D-\uDDAD\uDDE6-\uDE02\uDE10-\uDE3B\uDE40-\uDE48\uDE50\uDE51\uDE60-\uDE65\uDF00-\uDFFF]|\uD83D[\uDC00-\uDED7\uDEDC-\uDEEC\uDEF0-\uDEFC\uDF00-\uDF76\uDF7B-\uDFD9\uDFE0-\uDFEB\uDFF0]|\uD83E[\uDC00-\uDC0B\uDC10-\uDC47\uDC50-\uDC59\uDC60-\uDC87\uDC90-\uDCAD\uDCB0\uDCB1\uDD00-\uDE53\uDE60-\uDE6D\uDE70-\uDE7C\uDE80-\uDE88\uDE90-\uDEBD\uDEBF-\uDEC5\uDECE-\uDEDB\uDEE0-\uDEE8\uDEF0-\uDEF8\uDF00-\uDF92\uDF94-\uDFCA]/,io=/[\0-\uD7FF\uE000-\uFFFF]|[\uD800-\uDBFF][\uDC00-\uDFFF]|[\uD800-\uDBFF](?![\uDC00-\uDFFF])|(?:[^\uD800-\uDBFF]|^)[\uDC00-\uDFFF]/,ao=/[\0-\x1F\x7F-\x9F]/,so=/[\xAD\u0600-\u0605\u061C\u06DD\u070F\u0890\u0891\u08E2\u180E\u200B-\u200F\u202A-\u202E\u2060-\u2064\u2066-\u206F\uFEFF\uFFF9-\uFFFB]|\uD804[\uDCBD\uDCCD]|\uD80D[\uDC30-\uDC3F]|\uD82F[\uDCA0-\uDCA3]|\uD834[\uDD73-\uDD7A]|\uDB40[\uDC01\uDC20-\uDC7F]/,lo=/[ \xA0\u1680\u2000-\u200A\u2028\u2029\u202F\u205F\u3000]/,co=new Uint16Array('ᵁ<Õıʊҝջאٵ۞ޢߖࠏ੊ઑඡ๭༉༦჊ረዡᐕᒝᓃᓟᔥ\0\0\0\0\0\0ᕫᛍᦍᰒᷝ὾⁠↰⊍⏀⏻⑂⠤⤒ⴈ⹈⿎〖㊺㘹㞬㣾㨨㩱㫠㬮ࠀEMabcfglmnoprstu\\bfms„‹•˜¦³¹ÈÏlig耻Æ䃆P耻&䀦cute耻Á䃁reve;䄂Āiyx}rc耻Â䃂;䐐r;쀀𝔄rave耻À䃀pha;䎑acr;䄀d;橓Āgp¡on;䄄f;쀀𝔸plyFunction;恡ing耻Å䃅Ācs¾Ãr;쀀𝒜ign;扔ilde耻Ã䃃ml耻Ä䃄ЀaceforsuåûþėĜĢħĪĀcrêòkslash;或Ŷöø;櫧ed;挆y;䐑ƀcrtąċĔause;戵noullis;愬a;䎒r;쀀𝔅pf;쀀𝔹eve;䋘còēmpeq;扎܀HOacdefhilorsuōőŖƀƞƢƵƷƺǜȕɳɸɾcy;䐧PY耻©䂩ƀcpyŝŢźute;䄆Ā;iŧŨ拒talDifferentialD;慅leys;愭ȀaeioƉƎƔƘron;䄌dil耻Ç䃇rc;䄈nint;戰ot;䄊ĀdnƧƭilla;䂸terDot;䂷òſi;䎧rcleȀDMPTLJNjǑǖot;抙inus;抖lus;投imes;抗oĀcsǢǸkwiseContourIntegral;戲eCurlyĀDQȃȏoubleQuote;思uote;怙ȀlnpuȞȨɇɕonĀ;eȥȦ户;橴ƀgitȯȶȺruent;扡nt;戯ourIntegral;戮ĀfrɌɎ;愂oduct;成nterClockwiseContourIntegral;戳oss;樯cr;쀀𝒞pĀ;Cʄʅ拓ap;才րDJSZacefiosʠʬʰʴʸˋ˗ˡ˦̳ҍĀ;oŹʥtrahd;椑cy;䐂cy;䐅cy;䐏ƀgrsʿ˄ˇger;怡r;憡hv;櫤Āayː˕ron;䄎;䐔lĀ;t˝˞戇a;䎔r;쀀𝔇Āaf˫̧Ācm˰̢riticalȀADGT̖̜̀̆cute;䂴oŴ̋̍;䋙bleAcute;䋝rave;䁠ilde;䋜ond;拄ferentialD;慆Ѱ̽\0\0\0͔͂\0Ѕf;쀀𝔻ƀ;DE͈͉͍䂨ot;惜qual;扐blèCDLRUVͣͲ΂ϏϢϸontourIntegraìȹoɴ͹\0\0ͻ»͉nArrow;懓Āeo·ΤftƀARTΐΖΡrrow;懐ightArrow;懔eåˊngĀLRΫτeftĀARγιrrow;柸ightArrow;柺ightArrow;柹ightĀATϘϞrrow;懒ee;抨pɁϩ\0\0ϯrrow;懑ownArrow;懕erticalBar;戥ǹABLRTaВЪаўѿͼrrowƀ;BUНОТ憓ar;椓pArrow;懵reve;䌑eft˒к\0ц\0ѐightVector;楐eeVector;楞ectorĀ;Bљњ憽ar;楖ightǔѧ\0ѱeeVector;楟ectorĀ;BѺѻ懁ar;楗eeĀ;A҆҇护rrow;憧ĀctҒҗr;쀀𝒟rok;䄐ࠀNTacdfglmopqstuxҽӀӄӋӞӢӧӮӵԡԯԶՒ՝ՠեG;䅊H耻Ð䃐cute耻É䃉ƀaiyӒӗӜron;䄚rc耻Ê䃊;䐭ot;䄖r;쀀𝔈rave耻È䃈ement;戈ĀapӺӾcr;䄒tyɓԆ\0\0ԒmallSquare;旻erySmallSquare;斫ĀgpԦԪon;䄘f;쀀𝔼silon;䎕uĀaiԼՉlĀ;TՂՃ橵ilde;扂librium;懌Āci՗՚r;愰m;橳a;䎗ml耻Ë䃋Āipժկsts;戃onentialE;慇ʀcfiosօֈ֍ֲ׌y;䐤r;쀀𝔉lledɓ֗\0\0֣mallSquare;旼erySmallSquare;斪Ͱֺ\0ֿ\0\0ׄf;쀀𝔽All;戀riertrf;愱cò׋؀JTabcdfgorstר׬ׯ׺؀ؒؖ؛؝أ٬ٲcy;䐃耻>䀾mmaĀ;d׷׸䎓;䏜reve;䄞ƀeiy؇،ؐdil;䄢rc;䄜;䐓ot;䄠r;쀀𝔊;拙pf;쀀𝔾eater̀EFGLSTصلَٖٛ٦qualĀ;Lؾؿ扥ess;招ullEqual;执reater;檢ess;扷lantEqual;橾ilde;扳cr;쀀𝒢;扫ЀAacfiosuڅڋږڛڞڪھۊRDcy;䐪Āctڐڔek;䋇;䁞irc;䄤r;愌lbertSpace;愋ǰگ\0ڲf;愍izontalLine;攀Āctۃۅòکrok;䄦mpńېۘownHumðįqual;扏܀EJOacdfgmnostuۺ۾܃܇܎ܚܞܡܨ݄ݸދޏޕcy;䐕lig;䄲cy;䐁cute耻Í䃍Āiyܓܘrc耻Î䃎;䐘ot;䄰r;愑rave耻Ì䃌ƀ;apܠܯܿĀcgܴܷr;䄪inaryI;慈lieóϝǴ݉\0ݢĀ;eݍݎ戬Āgrݓݘral;戫section;拂isibleĀCTݬݲomma;恣imes;恢ƀgptݿރވon;䄮f;쀀𝕀a;䎙cr;愐ilde;䄨ǫޚ\0ޞcy;䐆l耻Ï䃏ʀcfosuެ޷޼߂ߐĀiyޱ޵rc;䄴;䐙r;쀀𝔍pf;쀀𝕁ǣ߇\0ߌr;쀀𝒥rcy;䐈kcy;䐄΀HJacfosߤߨ߽߬߱ࠂࠈcy;䐥cy;䐌ppa;䎚Āey߶߻dil;䄶;䐚r;쀀𝔎pf;쀀𝕂cr;쀀𝒦րJTaceflmostࠥࠩࠬࡐࡣ঳সে্਷ੇcy;䐉耻<䀼ʀcmnpr࠷࠼ࡁࡄࡍute;䄹bda;䎛g;柪lacetrf;愒r;憞ƀaeyࡗ࡜ࡡron;䄽dil;䄻;䐛Āfsࡨ॰tԀACDFRTUVarࡾࢩࢱࣦ࣠ࣼयज़ΐ४Ānrࢃ࢏gleBracket;柨rowƀ;BR࢙࢚࢞憐ar;懤ightArrow;懆eiling;挈oǵࢷ\0ࣃbleBracket;柦nǔࣈ\0࣒eeVector;楡ectorĀ;Bࣛࣜ懃ar;楙loor;挊ightĀAV࣯ࣵrrow;憔ector;楎Āerँगeƀ;AVउऊऐ抣rrow;憤ector;楚iangleƀ;BEतथऩ抲ar;槏qual;抴pƀDTVषूौownVector;楑eeVector;楠ectorĀ;Bॖॗ憿ar;楘ectorĀ;B॥०憼ar;楒ightáΜs̀EFGLSTॾঋকঝঢভqualGreater;拚ullEqual;扦reater;扶ess;檡lantEqual;橽ilde;扲r;쀀𝔏Ā;eঽা拘ftarrow;懚idot;䄿ƀnpw৔ਖਛgȀLRlr৞৷ਂਐeftĀAR০৬rrow;柵ightArrow;柷ightArrow;柶eftĀarγਊightáοightáϊf;쀀𝕃erĀLRਢਬeftArrow;憙ightArrow;憘ƀchtਾੀੂòࡌ;憰rok;䅁;扪Ѐacefiosuਗ਼੝੠੷੼અઋ઎p;椅y;䐜Ādl੥੯iumSpace;恟lintrf;愳r;쀀𝔐nusPlus;戓pf;쀀𝕄cò੶;䎜ҀJacefostuણધભીଔଙඑ඗ඞcy;䐊cute;䅃ƀaey઴હાron;䅇dil;䅅;䐝ƀgswે૰଎ativeƀMTV૓૟૨ediumSpace;怋hiĀcn૦૘ë૙eryThiî૙tedĀGL૸ଆreaterGreateòٳessLesóੈLine;䀊r;쀀𝔑ȀBnptଢନଷ଺reak;恠BreakingSpace;䂠f;愕ڀ;CDEGHLNPRSTV୕ୖ୪୼஡௫ఄ౞಄ದ೘ൡඅ櫬Āou୛୤ngruent;扢pCap;扭oubleVerticalBar;戦ƀlqxஃஊ஛ement;戉ualĀ;Tஒஓ扠ilde;쀀≂̸ists;戄reater΀;EFGLSTஶஷ஽௉௓௘௥扯qual;扱ullEqual;쀀≧̸reater;쀀≫̸ess;批lantEqual;쀀⩾̸ilde;扵umpń௲௽ownHump;쀀≎̸qual;쀀≏̸eĀfsఊధtTriangleƀ;BEచఛడ拪ar;쀀⧏̸qual;括s̀;EGLSTవశ఼ౄోౘ扮qual;扰reater;扸ess;쀀≪̸lantEqual;쀀⩽̸ilde;扴estedĀGL౨౹reaterGreater;쀀⪢̸essLess;쀀⪡̸recedesƀ;ESಒಓಛ技qual;쀀⪯̸lantEqual;拠ĀeiಫಹverseElement;戌ghtTriangleƀ;BEೋೌ೒拫ar;쀀⧐̸qual;拭ĀquೝഌuareSuĀbp೨೹setĀ;E೰ೳ쀀⊏̸qual;拢ersetĀ;Eഃആ쀀⊐̸qual;拣ƀbcpഓതൎsetĀ;Eഛഞ쀀⊂⃒qual;抈ceedsȀ;ESTലള഻െ抁qual;쀀⪰̸lantEqual;拡ilde;쀀≿̸ersetĀ;E൘൛쀀⊃⃒qual;抉ildeȀ;EFT൮൯൵ൿ扁qual;扄ullEqual;扇ilde;扉erticalBar;戤cr;쀀𝒩ilde耻Ñ䃑;䎝܀Eacdfgmoprstuvලෂ෉෕ෛ෠෧෼ขภยา฿ไlig;䅒cute耻Ó䃓Āiy෎ීrc耻Ô䃔;䐞blac;䅐r;쀀𝔒rave耻Ò䃒ƀaei෮ෲ෶cr;䅌ga;䎩cron;䎟pf;쀀𝕆enCurlyĀDQฎบoubleQuote;怜uote;怘;橔Āclวฬr;쀀𝒪ash耻Ø䃘iŬื฼de耻Õ䃕es;樷ml耻Ö䃖erĀBP๋๠Āar๐๓r;怾acĀek๚๜;揞et;掴arenthesis;揜Ҁacfhilors๿ງຊຏຒດຝະ໼rtialD;戂y;䐟r;쀀𝔓i;䎦;䎠usMinus;䂱Āipຢອncareplanåڝf;愙Ȁ;eio຺ູ໠໤檻cedesȀ;EST່້໏໚扺qual;檯lantEqual;扼ilde;找me;怳Ādp໩໮uct;戏ortionĀ;aȥ໹l;戝Āci༁༆r;쀀𝒫;䎨ȀUfos༑༖༛༟OT耻"䀢r;쀀𝔔pf;愚cr;쀀𝒬؀BEacefhiorsu༾གྷཇའཱིྦྷྪྭ႖ႩႴႾarr;椐G耻®䂮ƀcnrཎནབute;䅔g;柫rĀ;tཛྷཝ憠l;椖ƀaeyཧཬཱron;䅘dil;䅖;䐠Ā;vླྀཹ愜erseĀEUྂྙĀlq྇ྎement;戋uilibrium;懋pEquilibrium;楯r»ཹo;䎡ghtЀACDFTUVa࿁࿫࿳ဢဨၛႇϘĀnr࿆࿒gleBracket;柩rowƀ;BL࿜࿝࿡憒ar;懥eftArrow;懄eiling;按oǵ࿹\0စbleBracket;柧nǔည\0နeeVector;楝ectorĀ;Bဝသ懂ar;楕loor;挋Āerိ၃eƀ;AVဵံြ抢rrow;憦ector;楛iangleƀ;BEၐၑၕ抳ar;槐qual;抵pƀDTVၣၮၸownVector;楏eeVector;楜ectorĀ;Bႂႃ憾ar;楔ectorĀ;B႑႒懀ar;楓Āpuႛ႞f;愝ndImplies;楰ightarrow;懛ĀchႹႼr;愛;憱leDelayed;槴ڀHOacfhimoqstuფჱჷჽᄙᄞᅑᅖᅡᅧᆵᆻᆿĀCcჩხHcy;䐩y;䐨FTcy;䐬cute;䅚ʀ;aeiyᄈᄉᄎᄓᄗ檼ron;䅠dil;䅞rc;䅜;䐡r;쀀𝔖ortȀDLRUᄪᄴᄾᅉownArrow»ОeftArrow»࢚ightArrow»࿝pArrow;憑gma;䎣allCircle;战pf;쀀𝕊ɲᅭ\0\0ᅰt;戚areȀ;ISUᅻᅼᆉᆯ斡ntersection;抓uĀbpᆏᆞsetĀ;Eᆗᆘ抏qual;抑ersetĀ;Eᆨᆩ抐qual;抒nion;抔cr;쀀𝒮ar;拆ȀbcmpᇈᇛሉላĀ;sᇍᇎ拐etĀ;Eᇍᇕqual;抆ĀchᇠህeedsȀ;ESTᇭᇮᇴᇿ扻qual;檰lantEqual;扽ilde;承Tháྌ;我ƀ;esሒሓሣ拑rsetĀ;Eሜም抃qual;抇et»ሓրHRSacfhiorsሾቄ቉ቕ቞ቱቶኟዂወዑORN耻Þ䃞ADE;愢ĀHc቎ቒcy;䐋y;䐦Ābuቚቜ;䀉;䎤ƀaeyብቪቯron;䅤dil;䅢;䐢r;쀀𝔗Āeiቻ኉Dzኀ\0ኇefore;戴a;䎘Ācn኎ኘkSpace;쀀  Space;怉ldeȀ;EFTካኬኲኼ戼qual;扃ullEqual;扅ilde;扈pf;쀀𝕋ipleDot;惛Āctዖዛr;쀀𝒯rok;䅦ૡዷጎጚጦ\0ጬጱ\0\0\0\0\0ጸጽ፷ᎅ\0᏿ᐄᐊᐐĀcrዻጁute耻Ú䃚rĀ;oጇገ憟cir;楉rǣጓ\0጖y;䐎ve;䅬Āiyጞጣrc耻Û䃛;䐣blac;䅰r;쀀𝔘rave耻Ù䃙acr;䅪Ādiፁ፩erĀBPፈ፝Āarፍፐr;䁟acĀekፗፙ;揟et;掵arenthesis;揝onĀ;P፰፱拃lus;抎Āgp፻፿on;䅲f;쀀𝕌ЀADETadps᎕ᎮᎸᏄϨᏒᏗᏳrrowƀ;BDᅐᎠᎤar;椒ownArrow;懅ownArrow;憕quilibrium;楮eeĀ;AᏋᏌ报rrow;憥ownáϳerĀLRᏞᏨeftArrow;憖ightArrow;憗iĀ;lᏹᏺ䏒on;䎥ing;䅮cr;쀀𝒰ilde;䅨ml耻Ü䃜ҀDbcdefosvᐧᐬᐰᐳᐾᒅᒊᒐᒖash;披ar;櫫y;䐒ashĀ;lᐻᐼ抩;櫦Āerᑃᑅ;拁ƀbtyᑌᑐᑺar;怖Ā;iᑏᑕcalȀBLSTᑡᑥᑪᑴar;戣ine;䁼eparator;杘ilde;所ThinSpace;怊r;쀀𝔙pf;쀀𝕍cr;쀀𝒱dash;抪ʀcefosᒧᒬᒱᒶᒼirc;䅴dge;拀r;쀀𝔚pf;쀀𝕎cr;쀀𝒲Ȁfiosᓋᓐᓒᓘr;쀀𝔛;䎞pf;쀀𝕏cr;쀀𝒳ҀAIUacfosuᓱᓵᓹᓽᔄᔏᔔᔚᔠcy;䐯cy;䐇cy;䐮cute耻Ý䃝Āiyᔉᔍrc;䅶;䐫r;쀀𝔜pf;쀀𝕐cr;쀀𝒴ml;䅸ЀHacdefosᔵᔹᔿᕋᕏᕝᕠᕤcy;䐖cute;䅹Āayᕄᕉron;䅽;䐗ot;䅻Dzᕔ\0ᕛoWidtè૙a;䎖r;愨pf;愤cr;쀀𝒵௡ᖃᖊᖐ\0ᖰᖶᖿ\0\0\0\0ᗆᗛᗫᙟ᙭\0ᚕ᚛ᚲᚹ\0ᚾcute耻á䃡reve;䄃̀;Ediuyᖜᖝᖡᖣᖨᖭ戾;쀀∾̳;房rc耻â䃢te肻´̆;䐰lig耻æ䃦Ā;r²ᖺ;쀀𝔞rave耻à䃠ĀepᗊᗖĀfpᗏᗔsym;愵èᗓha;䎱ĀapᗟcĀclᗤᗧr;䄁g;樿ɤᗰ\0\0ᘊʀ;adsvᗺᗻᗿᘁᘇ戧nd;橕;橜lope;橘;橚΀;elmrszᘘᘙᘛᘞᘿᙏᙙ戠;榤e»ᘙsdĀ;aᘥᘦ戡ѡᘰᘲᘴᘶᘸᘺᘼᘾ;榨;榩;榪;榫;榬;榭;榮;榯tĀ;vᙅᙆ戟bĀ;dᙌᙍ抾;榝Āptᙔᙗh;戢»¹arr;捼Āgpᙣᙧon;䄅f;쀀𝕒΀;Eaeiop዁ᙻᙽᚂᚄᚇᚊ;橰cir;橯;扊d;手s;䀧roxĀ;e዁ᚒñᚃing耻å䃥ƀctyᚡᚦᚨr;쀀𝒶;䀪mpĀ;e዁ᚯñʈilde耻ã䃣ml耻ä䃤Āciᛂᛈoninôɲnt;樑ࠀNabcdefiklnoprsu᛭ᛱᜰ᜼ᝃᝈ᝸᝽០៦ᠹᡐᜍ᤽᥈ᥰot;櫭Ācrᛶ᜞kȀcepsᜀᜅᜍᜓong;扌psilon;䏶rime;怵imĀ;e᜚᜛戽q;拍Ŷᜢᜦee;抽edĀ;gᜬᜭ挅e»ᜭrkĀ;t፜᜷brk;掶Āoyᜁᝁ;䐱quo;怞ʀcmprtᝓ᝛ᝡᝤᝨausĀ;eĊĉptyv;榰séᜌnoõēƀahwᝯ᝱ᝳ;䎲;愶een;扬r;쀀𝔟g΀costuvwឍឝឳេ៕៛៞ƀaiuបពរðݠrc;旯p»፱ƀdptឤឨឭot;樀lus;樁imes;樂ɱឹ\0\0ើcup;樆ar;昅riangleĀdu៍្own;施p;斳plus;樄eåᑄåᒭarow;植ƀako៭ᠦᠵĀcn៲ᠣkƀlst៺֫᠂ozenge;槫riangleȀ;dlr᠒᠓᠘᠝斴own;斾eft;旂ight;斸k;搣Ʊᠫ\0ᠳƲᠯ\0ᠱ;斒;斑4;斓ck;斈ĀeoᠾᡍĀ;qᡃᡆ쀀=⃥uiv;쀀≡⃥t;挐Ȁptwxᡙᡞᡧᡬf;쀀𝕓Ā;tᏋᡣom»Ꮜtie;拈؀DHUVbdhmptuvᢅᢖᢪᢻᣗᣛᣬ᣿ᤅᤊᤐᤡȀLRlrᢎᢐᢒᢔ;敗;敔;敖;敓ʀ;DUduᢡᢢᢤᢦᢨ敐;敦;敩;敤;敧ȀLRlrᢳᢵᢷᢹ;敝;敚;敜;教΀;HLRhlrᣊᣋᣍᣏᣑᣓᣕ救;敬;散;敠;敫;敢;敟ox;槉ȀLRlrᣤᣦᣨᣪ;敕;敒;攐;攌ʀ;DUduڽ᣷᣹᣻᣽;敥;敨;攬;攴inus;抟lus;択imes;抠ȀLRlrᤙᤛᤝ᤟;敛;敘;攘;攔΀;HLRhlrᤰᤱᤳᤵᤷ᤻᤹攂;敪;敡;敞;攼;攤;攜Āevģ᥂bar耻¦䂦Ȁceioᥑᥖᥚᥠr;쀀𝒷mi;恏mĀ;e᜚᜜lƀ;bhᥨᥩᥫ䁜;槅sub;柈Ŭᥴ᥾lĀ;e᥹᥺怢t»᥺pƀ;Eeįᦅᦇ;檮Ā;qۜۛೡᦧ\0᧨ᨑᨕᨲ\0ᨷᩐ\0\0᪴\0\0᫁\0\0ᬡᬮ᭍᭒\0᯽\0ᰌƀcpr᦭ᦲ᧝ute;䄇̀;abcdsᦿᧀᧄ᧊᧕᧙戩nd;橄rcup;橉Āau᧏᧒p;橋p;橇ot;橀;쀀∩︀Āeo᧢᧥t;恁îړȀaeiu᧰᧻ᨁᨅǰ᧵\0᧸s;橍on;䄍dil耻ç䃧rc;䄉psĀ;sᨌᨍ橌m;橐ot;䄋ƀdmnᨛᨠᨦil肻¸ƭptyv;榲t脀¢;eᨭᨮ䂢räƲr;쀀𝔠ƀceiᨽᩀᩍy;䑇ckĀ;mᩇᩈ朓ark»ᩈ;䏇r΀;Ecefms᩟᩠ᩢᩫ᪤᪪᪮旋;槃ƀ;elᩩᩪᩭ䋆q;扗eɡᩴ\0\0᪈rrowĀlr᩼᪁eft;憺ight;憻ʀRSacd᪒᪔᪖᪚᪟»ཇ;擈st;抛irc;抚ash;抝nint;樐id;櫯cir;槂ubsĀ;u᪻᪼晣it»᪼ˬ᫇᫔᫺\0ᬊonĀ;eᫍᫎ䀺Ā;qÇÆɭ᫙\0\0᫢aĀ;t᫞᫟䀬;䁀ƀ;fl᫨᫩᫫戁îᅠeĀmx᫱᫶ent»᫩eóɍǧ᫾\0ᬇĀ;dኻᬂot;橭nôɆƀfryᬐᬔᬗ;쀀𝕔oäɔ脀©;sŕᬝr;愗Āaoᬥᬩrr;憵ss;朗Ācuᬲᬷr;쀀𝒸Ābpᬼ᭄Ā;eᭁᭂ櫏;櫑Ā;eᭉᭊ櫐;櫒dot;拯΀delprvw᭠᭬᭷ᮂᮬᯔ᯹arrĀlr᭨᭪;椸;椵ɰ᭲\0\0᭵r;拞c;拟arrĀ;p᭿ᮀ憶;椽̀;bcdosᮏᮐᮖᮡᮥᮨ截rcap;橈Āauᮛᮞp;橆p;橊ot;抍r;橅;쀀∪︀Ȁalrv᮵ᮿᯞᯣrrĀ;mᮼᮽ憷;椼yƀevwᯇᯔᯘqɰᯎ\0\0ᯒreã᭳uã᭵ee;拎edge;拏en耻¤䂤earrowĀlrᯮ᯳eft»ᮀight»ᮽeäᯝĀciᰁᰇoninôǷnt;戱lcty;挭ঀAHabcdefhijlorstuwz᰸᰻᰿ᱝᱩᱵᲊᲞᲬᲷ᳻᳿ᴍᵻᶑᶫᶻ᷆᷍rò΁ar;楥Ȁglrs᱈ᱍ᱒᱔ger;怠eth;愸òᄳhĀ;vᱚᱛ怐»ऊūᱡᱧarow;椏aã̕Āayᱮᱳron;䄏;䐴ƀ;ao̲ᱼᲄĀgrʿᲁr;懊tseq;橷ƀglmᲑᲔᲘ耻°䂰ta;䎴ptyv;榱ĀirᲣᲨsht;楿;쀀𝔡arĀlrᲳᲵ»ࣜ»သʀaegsv᳂͸᳖᳜᳠mƀ;oș᳊᳔ndĀ;ș᳑uit;晦amma;䏝in;拲ƀ;io᳧᳨᳸䃷de脀÷;o᳧ᳰntimes;拇nø᳷cy;䑒cɯᴆ\0\0ᴊrn;挞op;挍ʀlptuwᴘᴝᴢᵉᵕlar;䀤f;쀀𝕕ʀ;emps̋ᴭᴷᴽᵂqĀ;d͒ᴳot;扑inus;戸lus;戔quare;抡blebarwedgåúnƀadhᄮᵝᵧownarrowóᲃarpoonĀlrᵲᵶefôᲴighôᲶŢᵿᶅkaro÷གɯᶊ\0\0ᶎrn;挟op;挌ƀcotᶘᶣᶦĀryᶝᶡ;쀀𝒹;䑕l;槶rok;䄑Ādrᶰᶴot;拱iĀ;fᶺ᠖斿Āah᷀᷃ròЩaòྦangle;榦Āci᷒ᷕy;䑟grarr;柿ऀDacdefglmnopqrstuxḁḉḙḸոḼṉṡṾấắẽỡἪἷὄ὎὚ĀDoḆᴴoôᲉĀcsḎḔute耻é䃩ter;橮ȀaioyḢḧḱḶron;䄛rĀ;cḭḮ扖耻ê䃪lon;払;䑍ot;䄗ĀDrṁṅot;扒;쀀𝔢ƀ;rsṐṑṗ檚ave耻è䃨Ā;dṜṝ檖ot;檘Ȁ;ilsṪṫṲṴ檙nters;揧;愓Ā;dṹṺ檕ot;檗ƀapsẅẉẗcr;䄓tyƀ;svẒẓẕ戅et»ẓpĀ1;ẝẤijạả;怄;怅怃ĀgsẪẬ;䅋p;怂ĀgpẴẸon;䄙f;쀀𝕖ƀalsỄỎỒrĀ;sỊị拕l;槣us;橱iƀ;lvỚớở䎵on»ớ;䏵ȀcsuvỪỳἋἣĀioữḱrc»Ḯɩỹ\0\0ỻíՈantĀglἂἆtr»ṝess»Ṻƀaeiἒ἖Ἒls;䀽st;扟vĀ;DȵἠD;橸parsl;槥ĀDaἯἳot;打rr;楱ƀcdiἾὁỸr;愯oô͒ĀahὉὋ;䎷耻ð䃰Āmrὓὗl耻ë䃫o;悬ƀcipὡὤὧl;䀡sôծĀeoὬὴctatioîՙnentialåչৡᾒ\0ᾞ\0ᾡᾧ\0\0ῆῌ\0ΐ\0ῦῪ \0 ⁚llingdotseñṄy;䑄male;晀ƀilrᾭᾳ῁lig;耀ffiɩᾹ\0\0᾽g;耀ffig;耀ffl;쀀𝔣lig;耀filig;쀀fjƀaltῙ῜ῡt;晭ig;耀flns;斱of;䆒ǰ΅\0ῳf;쀀𝕗ĀakֿῷĀ;vῼ´拔;櫙artint;樍Āao‌⁕Ācs‑⁒ႉ‸⁅⁈\0⁐β•‥‧‪‬\0‮耻½䂽;慓耻¼䂼;慕;慙;慛Ƴ‴\0‶;慔;慖ʴ‾⁁\0\0⁃耻¾䂾;慗;慜5;慘ƶ⁌\0⁎;慚;慝8;慞l;恄wn;挢cr;쀀𝒻ࢀEabcdefgijlnorstv₂₉₟₥₰₴⃰⃵⃺⃿℃ℒℸ̗ℾ⅒↞Ā;lٍ₇;檌ƀcmpₐₕ₝ute;䇵maĀ;dₜ᳚䎳;檆reve;䄟Āiy₪₮rc;䄝;䐳ot;䄡Ȁ;lqsؾق₽⃉ƀ;qsؾٌ⃄lanô٥Ȁ;cdl٥⃒⃥⃕c;檩otĀ;o⃜⃝檀Ā;l⃢⃣檂;檄Ā;e⃪⃭쀀⋛︀s;檔r;쀀𝔤Ā;gٳ؛mel;愷cy;䑓Ȁ;Eajٚℌℎℐ;檒;檥;檤ȀEaesℛℝ℩ℴ;扩pĀ;p℣ℤ檊rox»ℤĀ;q℮ℯ檈Ā;q℮ℛim;拧pf;쀀𝕘Āci⅃ⅆr;愊mƀ;el٫ⅎ⅐;檎;檐茀>;cdlqr׮ⅠⅪⅮⅳⅹĀciⅥⅧ;檧r;橺ot;拗Par;榕uest;橼ʀadelsↄⅪ←ٖ↛ǰ↉\0↎proø₞r;楸qĀlqؿ↖lesó₈ií٫Āen↣↭rtneqq;쀀≩︀Å↪ԀAabcefkosy⇄⇇⇱⇵⇺∘∝∯≨≽ròΠȀilmr⇐⇔⇗⇛rsðᒄf»․ilôکĀdr⇠⇤cy;䑊ƀ;cwࣴ⇫⇯ir;楈;憭ar;意irc;䄥ƀalr∁∎∓rtsĀ;u∉∊晥it»∊lip;怦con;抹r;쀀𝔥sĀew∣∩arow;椥arow;椦ʀamopr∺∾≃≞≣rr;懿tht;戻kĀlr≉≓eftarrow;憩ightarrow;憪f;쀀𝕙bar;怕ƀclt≯≴≸r;쀀𝒽asè⇴rok;䄧Ābp⊂⊇ull;恃hen»ᱛૡ⊣\0⊪\0⊸⋅⋎\0⋕⋳\0\0⋸⌢⍧⍢⍿\0⎆⎪⎴cute耻í䃭ƀ;iyݱ⊰⊵rc耻î䃮;䐸Ācx⊼⊿y;䐵cl耻¡䂡ĀfrΟ⋉;쀀𝔦rave耻ì䃬Ȁ;inoܾ⋝⋩⋮Āin⋢⋦nt;樌t;戭fin;槜ta;愩lig;䄳ƀaop⋾⌚⌝ƀcgt⌅⌈⌗r;䄫ƀelpܟ⌏⌓inåގarôܠh;䄱f;抷ed;䆵ʀ;cfotӴ⌬⌱⌽⍁are;愅inĀ;t⌸⌹戞ie;槝doô⌙ʀ;celpݗ⍌⍐⍛⍡al;抺Āgr⍕⍙eróᕣã⍍arhk;樗rod;樼Ȁcgpt⍯⍲⍶⍻y;䑑on;䄯f;쀀𝕚a;䎹uest耻¿䂿Āci⎊⎏r;쀀𝒾nʀ;EdsvӴ⎛⎝⎡ӳ;拹ot;拵Ā;v⎦⎧拴;拳Ā;iݷ⎮lde;䄩ǫ⎸\0⎼cy;䑖l耻ï䃯̀cfmosu⏌⏗⏜⏡⏧⏵Āiy⏑⏕rc;䄵;䐹r;쀀𝔧ath;䈷pf;쀀𝕛ǣ⏬\0⏱r;쀀𝒿rcy;䑘kcy;䑔Ѐacfghjos␋␖␢␧␭␱␵␻ppaĀ;v␓␔䎺;䏰Āey␛␠dil;䄷;䐺r;쀀𝔨reen;䄸cy;䑅cy;䑜pf;쀀𝕜cr;쀀𝓀஀ABEHabcdefghjlmnoprstuv⑰⒁⒆⒍⒑┎┽╚▀♎♞♥♹♽⚚⚲⛘❝❨➋⟀⠁⠒ƀart⑷⑺⑼rò৆òΕail;椛arr;椎Ā;gঔ⒋;檋ar;楢ॣ⒥\0⒪\0⒱\0\0\0\0\0⒵Ⓔ\0ⓆⓈⓍ\0⓹ute;䄺mptyv;榴raîࡌbda;䎻gƀ;dlࢎⓁⓃ;榑åࢎ;檅uo耻«䂫rЀ;bfhlpst࢙ⓞⓦⓩ⓫⓮⓱⓵Ā;f࢝ⓣs;椟s;椝ë≒p;憫l;椹im;楳l;憢ƀ;ae⓿─┄檫il;椙Ā;s┉┊檭;쀀⪭︀ƀabr┕┙┝rr;椌rk;杲Āak┢┬cĀek┨┪;䁻;䁛Āes┱┳;榋lĀdu┹┻;榏;榍Ȁaeuy╆╋╖╘ron;䄾Ādi═╔il;䄼ìࢰâ┩;䐻Ȁcqrs╣╦╭╽a;椶uoĀ;rนᝆĀdu╲╷har;楧shar;楋h;憲ʀ;fgqs▋▌উ◳◿扤tʀahlrt▘▤▷◂◨rrowĀ;t࢙□aé⓶arpoonĀdu▯▴own»њp»०eftarrows;懇ightƀahs◍◖◞rrowĀ;sࣴࢧarpoonó྘quigarro÷⇰hreetimes;拋ƀ;qs▋ও◺lanôবʀ;cdgsব☊☍☝☨c;檨otĀ;o☔☕橿Ā;r☚☛檁;檃Ā;e☢☥쀀⋚︀s;檓ʀadegs☳☹☽♉♋pproøⓆot;拖qĀgq♃♅ôউgtò⒌ôছiíলƀilr♕࣡♚sht;楼;쀀𝔩Ā;Eজ♣;檑š♩♶rĀdu▲♮Ā;l॥♳;楪lk;斄cy;䑙ʀ;achtੈ⚈⚋⚑⚖rò◁orneòᴈard;楫ri;旺Āio⚟⚤dot;䅀ustĀ;a⚬⚭掰che»⚭ȀEaes⚻⚽⛉⛔;扨pĀ;p⛃⛄檉rox»⛄Ā;q⛎⛏檇Ā;q⛎⚻im;拦Ѐabnoptwz⛩⛴⛷✚✯❁❇❐Ānr⛮⛱g;柬r;懽rëࣁgƀlmr⛿✍✔eftĀar০✇ightá৲apsto;柼ightá৽parrowĀlr✥✩efô⓭ight;憬ƀafl✶✹✽r;榅;쀀𝕝us;樭imes;樴š❋❏st;戗áፎƀ;ef❗❘᠀旊nge»❘arĀ;l❤❥䀨t;榓ʀachmt❳❶❼➅➇ròࢨorneòᶌarĀ;d྘➃;業;怎ri;抿̀achiqt➘➝ੀ➢➮➻quo;怹r;쀀𝓁mƀ;egল➪➬;檍;檏Ābu┪➳oĀ;rฟ➹;怚rok;䅂萀<;cdhilqrࠫ⟒☹⟜⟠⟥⟪⟰Āci⟗⟙;檦r;橹reå◲mes;拉arr;楶uest;橻ĀPi⟵⟹ar;榖ƀ;ef⠀भ᠛旃rĀdu⠇⠍shar;楊har;楦Āen⠗⠡rtneqq;쀀≨︀Å⠞܀Dacdefhilnopsu⡀⡅⢂⢎⢓⢠⢥⢨⣚⣢⣤ઃ⣳⤂Dot;戺Ȁclpr⡎⡒⡣⡽r耻¯䂯Āet⡗⡙;時Ā;e⡞⡟朠se»⡟Ā;sျ⡨toȀ;dluျ⡳⡷⡻owîҌefôएðᏑker;斮Āoy⢇⢌mma;権;䐼ash;怔asuredangle»ᘦr;쀀𝔪o;愧ƀcdn⢯⢴⣉ro耻µ䂵Ȁ;acdᑤ⢽⣀⣄sôᚧir;櫰ot肻·Ƶusƀ;bd⣒ᤃ⣓戒Ā;uᴼ⣘;横ţ⣞⣡p;櫛ò−ðઁĀdp⣩⣮els;抧f;쀀𝕞Āct⣸⣽r;쀀𝓂pos»ᖝƀ;lm⤉⤊⤍䎼timap;抸ఀGLRVabcdefghijlmoprstuvw⥂⥓⥾⦉⦘⧚⧩⨕⨚⩘⩝⪃⪕⪤⪨⬄⬇⭄⭿⮮ⰴⱧⱼ⳩Āgt⥇⥋;쀀⋙̸Ā;v⥐௏쀀≫⃒ƀelt⥚⥲⥶ftĀar⥡⥧rrow;懍ightarrow;懎;쀀⋘̸Ā;v⥻ే쀀≪⃒ightarrow;懏ĀDd⦎⦓ash;抯ash;抮ʀbcnpt⦣⦧⦬⦱⧌la»˞ute;䅄g;쀀∠⃒ʀ;Eiop඄⦼⧀⧅⧈;쀀⩰̸d;쀀≋̸s;䅉roø඄urĀ;a⧓⧔普lĀ;s⧓ସdz⧟\0⧣p肻 ଷmpĀ;e௹ఀʀaeouy⧴⧾⨃⨐⨓ǰ⧹\0⧻;橃on;䅈dil;䅆ngĀ;dൾ⨊ot;쀀⩭̸p;橂;䐽ash;怓΀;Aadqsxஒ⨩⨭⨻⩁⩅⩐rr;懗rĀhr⨳⨶k;椤Ā;oᏲᏰot;쀀≐̸uiöୣĀei⩊⩎ar;椨í஘istĀ;s஠டr;쀀𝔫ȀEest௅⩦⩹⩼ƀ;qs஼⩭௡ƀ;qs஼௅⩴lanô௢ií௪Ā;rஶ⪁»ஷƀAap⪊⪍⪑rò⥱rr;憮ar;櫲ƀ;svྍ⪜ྌĀ;d⪡⪢拼;拺cy;䑚΀AEadest⪷⪺⪾⫂⫅⫶⫹rò⥦;쀀≦̸rr;憚r;急Ȁ;fqs఻⫎⫣⫯tĀar⫔⫙rro÷⫁ightarro÷⪐ƀ;qs఻⪺⫪lanôౕĀ;sౕ⫴»శiíౝĀ;rవ⫾iĀ;eచథiäඐĀpt⬌⬑f;쀀𝕟膀¬;in⬙⬚⬶䂬nȀ;Edvஉ⬤⬨⬮;쀀⋹̸ot;쀀⋵̸ǡஉ⬳⬵;拷;拶iĀ;vಸ⬼ǡಸ⭁⭃;拾;拽ƀaor⭋⭣⭩rȀ;ast୻⭕⭚⭟lleì୻l;쀀⫽⃥;쀀∂̸lint;樔ƀ;ceಒ⭰⭳uåಥĀ;cಘ⭸Ā;eಒ⭽ñಘȀAait⮈⮋⮝⮧rò⦈rrƀ;cw⮔⮕⮙憛;쀀⤳̸;쀀↝̸ghtarrow»⮕riĀ;eೋೖ΀chimpqu⮽⯍⯙⬄୸⯤⯯Ȁ;cerല⯆ഷ⯉uå൅;쀀𝓃ortɭ⬅\0\0⯖ará⭖mĀ;e൮⯟Ā;q൴൳suĀbp⯫⯭å೸åഋƀbcp⯶ⰑⰙȀ;Ees⯿ⰀഢⰄ抄;쀀⫅̸etĀ;eഛⰋqĀ;qണⰀcĀ;eലⰗñസȀ;EesⰢⰣൟⰧ抅;쀀⫆̸etĀ;e൘ⰮqĀ;qൠⰣȀgilrⰽⰿⱅⱇìௗlde耻ñ䃱çృiangleĀlrⱒⱜeftĀ;eచⱚñదightĀ;eೋⱥñ೗Ā;mⱬⱭ䎽ƀ;esⱴⱵⱹ䀣ro;愖p;怇ҀDHadgilrsⲏⲔⲙⲞⲣⲰⲶⳓⳣash;抭arr;椄p;쀀≍⃒ash;抬ĀetⲨⲬ;쀀≥⃒;쀀>⃒nfin;槞ƀAetⲽⳁⳅrr;椂;쀀≤⃒Ā;rⳊⳍ쀀<⃒ie;쀀⊴⃒ĀAtⳘⳜrr;椃rie;쀀⊵⃒im;쀀∼⃒ƀAan⳰⳴ⴂrr;懖rĀhr⳺⳽k;椣Ā;oᏧᏥear;椧ቓ᪕\0\0\0\0\0\0\0\0\0\0\0\0\0ⴭ\0ⴸⵈⵠⵥ⵲ⶄᬇ\0\0ⶍⶫ\0ⷈⷎ\0ⷜ⸙⸫⸾⹃Ācsⴱ᪗ute耻ó䃳ĀiyⴼⵅrĀ;c᪞ⵂ耻ô䃴;䐾ʀabios᪠ⵒⵗLjⵚlac;䅑v;樸old;榼lig;䅓Ācr⵩⵭ir;榿;쀀𝔬ͯ⵹\0\0⵼\0ⶂn;䋛ave耻ò䃲;槁Ābmⶈ෴ar;榵Ȁacitⶕ⶘ⶥⶨrò᪀Āir⶝ⶠr;榾oss;榻nå๒;槀ƀaeiⶱⶵⶹcr;䅍ga;䏉ƀcdnⷀⷅǍron;䎿;榶pf;쀀𝕠ƀaelⷔ⷗ǒr;榷rp;榹΀;adiosvⷪⷫⷮ⸈⸍⸐⸖戨rò᪆Ȁ;efmⷷⷸ⸂⸅橝rĀ;oⷾⷿ愴f»ⷿ耻ª䂪耻º䂺gof;抶r;橖lope;橗;橛ƀclo⸟⸡⸧ò⸁ash耻ø䃸l;折iŬⸯ⸴de耻õ䃵esĀ;aǛ⸺s;樶ml耻ö䃶bar;挽ૡ⹞\0⹽\0⺀⺝\0⺢⺹\0\0⻋ຜ\0⼓\0\0⼫⾼\0⿈rȀ;astЃ⹧⹲຅脀¶;l⹭⹮䂶leìЃɩ⹸\0\0⹻m;櫳;櫽y;䐿rʀcimpt⺋⺏⺓ᡥ⺗nt;䀥od;䀮il;怰enk;怱r;쀀𝔭ƀimo⺨⺰⺴Ā;v⺭⺮䏆;䏕maô੶ne;明ƀ;tv⺿⻀⻈䏀chfork»´;䏖Āau⻏⻟nĀck⻕⻝kĀ;h⇴⻛;愎ö⇴sҀ;abcdemst⻳⻴ᤈ⻹⻽⼄⼆⼊⼎䀫cir;樣ir;樢Āouᵀ⼂;樥;橲n肻±ຝim;樦wo;樧ƀipu⼙⼠⼥ntint;樕f;쀀𝕡nd耻£䂣Ԁ;Eaceinosu່⼿⽁⽄⽇⾁⾉⾒⽾⾶;檳p;檷uå໙Ā;c໎⽌̀;acens່⽙⽟⽦⽨⽾pproø⽃urlyeñ໙ñ໎ƀaes⽯⽶⽺pprox;檹qq;檵im;拨iíໟmeĀ;s⾈ຮ怲ƀEas⽸⾐⽺ð⽵ƀdfp໬⾙⾯ƀals⾠⾥⾪lar;挮ine;挒urf;挓Ā;t໻⾴ï໻rel;抰Āci⿀⿅r;쀀𝓅;䏈ncsp;怈̀fiopsu⿚⋢⿟⿥⿫⿱r;쀀𝔮pf;쀀𝕢rime;恗cr;쀀𝓆ƀaeo⿸〉〓tĀei⿾々rnionóڰnt;樖stĀ;e【】䀿ñἙô༔઀ABHabcdefhilmnoprstux぀けさすムㄎㄫㅇㅢㅲㆎ㈆㈕㈤㈩㉘㉮㉲㊐㊰㊷ƀartぇおがròႳòϝail;検aròᱥar;楤΀cdenqrtとふへみわゔヌĀeuねぱ;쀀∽̱te;䅕iãᅮmptyv;榳gȀ;del࿑らるろ;榒;榥å࿑uo耻»䂻rր;abcfhlpstw࿜ガクシスゼゾダッデナp;極Ā;f࿠ゴs;椠;椳s;椞ë≝ð✮l;楅im;楴l;憣;憝Āaiパフil;椚oĀ;nホボ戶aló༞ƀabrョリヮrò៥rk;杳ĀakンヽcĀekヹ・;䁽;䁝Āes㄂㄄;榌lĀduㄊㄌ;榎;榐Ȁaeuyㄗㄜㄧㄩron;䅙Ādiㄡㄥil;䅗ì࿲âヺ;䑀Ȁclqsㄴㄷㄽㅄa;椷dhar;楩uoĀ;rȎȍh;憳ƀacgㅎㅟངlȀ;ipsླྀㅘㅛႜnåႻarôྩt;断ƀilrㅩဣㅮsht;楽;쀀𝔯ĀaoㅷㆆrĀduㅽㅿ»ѻĀ;l႑ㆄ;楬Ā;vㆋㆌ䏁;䏱ƀgns㆕ㇹㇼht̀ahlrstㆤㆰ㇂㇘㇤㇮rrowĀ;t࿜ㆭaéトarpoonĀduㆻㆿowîㅾp»႒eftĀah㇊㇐rrowó࿪arpoonóՑightarrows;應quigarro÷ニhreetimes;拌g;䋚ingdotseñἲƀahm㈍㈐㈓rò࿪aòՑ;怏oustĀ;a㈞㈟掱che»㈟mid;櫮Ȁabpt㈲㈽㉀㉒Ānr㈷㈺g;柭r;懾rëဃƀafl㉇㉊㉎r;榆;쀀𝕣us;樮imes;樵Āap㉝㉧rĀ;g㉣㉤䀩t;榔olint;樒arò㇣Ȁachq㉻㊀Ⴜ㊅quo;怺r;쀀𝓇Ābu・㊊oĀ;rȔȓƀhir㊗㊛㊠reåㇸmes;拊iȀ;efl㊪ၙᠡ㊫方tri;槎luhar;楨;愞ൡ㋕㋛㋟㌬㌸㍱\0㍺㎤\0\0㏬㏰\0㐨㑈㑚㒭㒱㓊㓱\0㘖\0\0㘳cute;䅛quï➺Ԁ;Eaceinpsyᇭ㋳㋵㋿㌂㌋㌏㌟㌦㌩;檴ǰ㋺\0㋼;檸on;䅡uåᇾĀ;dᇳ㌇il;䅟rc;䅝ƀEas㌖㌘㌛;檶p;檺im;择olint;樓iíሄ;䑁otƀ;be㌴ᵇ㌵担;橦΀Aacmstx㍆㍊㍗㍛㍞㍣㍭rr;懘rĀhr㍐㍒ë∨Ā;oਸ਼਴t耻§䂧i;䀻war;椩mĀin㍩ðnuóñt;朶rĀ;o㍶⁕쀀𝔰Ȁacoy㎂㎆㎑㎠rp;景Āhy㎋㎏cy;䑉;䑈rtɭ㎙\0\0㎜iäᑤaraì⹯耻­䂭Āgm㎨㎴maƀ;fv㎱㎲㎲䏃;䏂Ѐ;deglnprካ㏅㏉㏎㏖㏞㏡㏦ot;橪Ā;q኱ኰĀ;E㏓㏔檞;檠Ā;E㏛㏜檝;檟e;扆lus;樤arr;楲aròᄽȀaeit㏸㐈㐏㐗Āls㏽㐄lsetmé㍪hp;樳parsl;槤Ādlᑣ㐔e;挣Ā;e㐜㐝檪Ā;s㐢㐣檬;쀀⪬︀ƀflp㐮㐳㑂tcy;䑌Ā;b㐸㐹䀯Ā;a㐾㐿槄r;挿f;쀀𝕤aĀdr㑍ЂesĀ;u㑔㑕晠it»㑕ƀcsu㑠㑹㒟Āau㑥㑯pĀ;sᆈ㑫;쀀⊓︀pĀ;sᆴ㑵;쀀⊔︀uĀbp㑿㒏ƀ;esᆗᆜ㒆etĀ;eᆗ㒍ñᆝƀ;esᆨᆭ㒖etĀ;eᆨ㒝ñᆮƀ;afᅻ㒦ְrť㒫ֱ»ᅼaròᅈȀcemt㒹㒾㓂㓅r;쀀𝓈tmîñiì㐕aræᆾĀar㓎㓕rĀ;f㓔ឿ昆Āan㓚㓭ightĀep㓣㓪psiloîỠhé⺯s»⡒ʀbcmnp㓻㕞ሉ㖋㖎Ҁ;Edemnprs㔎㔏㔑㔕㔞㔣㔬㔱㔶抂;櫅ot;檽Ā;dᇚ㔚ot;櫃ult;櫁ĀEe㔨㔪;櫋;把lus;檿arr;楹ƀeiu㔽㕒㕕tƀ;en㔎㕅㕋qĀ;qᇚ㔏eqĀ;q㔫㔨m;櫇Ābp㕚㕜;櫕;櫓c̀;acensᇭ㕬㕲㕹㕻㌦pproø㋺urlyeñᇾñᇳƀaes㖂㖈㌛pproø㌚qñ㌗g;晪ڀ123;Edehlmnps㖩㖬㖯ሜ㖲㖴㗀㗉㗕㗚㗟㗨㗭耻¹䂹耻²䂲耻³䂳;櫆Āos㖹㖼t;檾ub;櫘Ā;dሢ㗅ot;櫄sĀou㗏㗒l;柉b;櫗arr;楻ult;櫂ĀEe㗤㗦;櫌;抋lus;櫀ƀeiu㗴㘉㘌tƀ;enሜ㗼㘂qĀ;qሢ㖲eqĀ;q㗧㗤m;櫈Ābp㘑㘓;櫔;櫖ƀAan㘜㘠㘭rr;懙rĀhr㘦㘨ë∮Ā;oਫ਩war;椪lig耻ß䃟௡㙑㙝㙠ዎ㙳㙹\0㙾㛂\0\0\0\0\0㛛㜃\0㜉㝬\0\0\0㞇ɲ㙖\0\0㙛get;挖;䏄rë๟ƀaey㙦㙫㙰ron;䅥dil;䅣;䑂lrec;挕r;쀀𝔱Ȁeiko㚆㚝㚵㚼Dz㚋\0㚑eĀ4fኄኁaƀ;sv㚘㚙㚛䎸ym;䏑Ācn㚢㚲kĀas㚨㚮pproø዁im»ኬsðኞĀas㚺㚮ð዁rn耻þ䃾Ǭ̟㛆⋧es膀×;bd㛏㛐㛘䃗Ā;aᤏ㛕r;樱;樰ƀeps㛡㛣㜀á⩍Ȁ;bcf҆㛬㛰㛴ot;挶ir;櫱Ā;o㛹㛼쀀𝕥rk;櫚á㍢rime;怴ƀaip㜏㜒㝤dåቈ΀adempst㜡㝍㝀㝑㝗㝜㝟ngleʀ;dlqr㜰㜱㜶㝀㝂斵own»ᶻeftĀ;e⠀㜾ñम;扜ightĀ;e㊪㝋ñၚot;旬inus;樺lus;樹b;槍ime;樻ezium;揢ƀcht㝲㝽㞁Āry㝷㝻;쀀𝓉;䑆cy;䑛rok;䅧Āio㞋㞎xô᝷headĀlr㞗㞠eftarro÷ࡏightarrow»ཝऀAHabcdfghlmoprstuw㟐㟓㟗㟤㟰㟼㠎㠜㠣㠴㡑㡝㡫㢩㣌㣒㣪㣶ròϭar;楣Ācr㟜㟢ute耻ú䃺òᅐrǣ㟪\0㟭y;䑞ve;䅭Āiy㟵㟺rc耻û䃻;䑃ƀabh㠃㠆㠋ròᎭlac;䅱aòᏃĀir㠓㠘sht;楾;쀀𝔲rave耻ù䃹š㠧㠱rĀlr㠬㠮»ॗ»ႃlk;斀Āct㠹㡍ɯ㠿\0\0㡊rnĀ;e㡅㡆挜r»㡆op;挏ri;旸Āal㡖㡚cr;䅫肻¨͉Āgp㡢㡦on;䅳f;쀀𝕦̀adhlsuᅋ㡸㡽፲㢑㢠ownáᎳarpoonĀlr㢈㢌efô㠭ighô㠯iƀ;hl㢙㢚㢜䏅»ᏺon»㢚parrows;懈ƀcit㢰㣄㣈ɯ㢶\0\0㣁rnĀ;e㢼㢽挝r»㢽op;挎ng;䅯ri;旹cr;쀀𝓊ƀdir㣙㣝㣢ot;拰lde;䅩iĀ;f㜰㣨»᠓Āam㣯㣲rò㢨l耻ü䃼angle;榧ހABDacdeflnoprsz㤜㤟㤩㤭㦵㦸㦽㧟㧤㧨㧳㧹㧽㨁㨠ròϷarĀ;v㤦㤧櫨;櫩asèϡĀnr㤲㤷grt;榜΀eknprst㓣㥆㥋㥒㥝㥤㦖appá␕othinçẖƀhir㓫⻈㥙opô⾵Ā;hᎷ㥢ïㆍĀiu㥩㥭gmá㎳Ābp㥲㦄setneqĀ;q㥽㦀쀀⊊︀;쀀⫋︀setneqĀ;q㦏㦒쀀⊋︀;쀀⫌︀Āhr㦛㦟etá㚜iangleĀlr㦪㦯eft»थight»ၑy;䐲ash»ံƀelr㧄㧒㧗ƀ;beⷪ㧋㧏ar;抻q;扚lip;拮Ābt㧜ᑨaòᑩr;쀀𝔳tré㦮suĀbp㧯㧱»ജ»൙pf;쀀𝕧roð໻tré㦴Ācu㨆㨋r;쀀𝓋Ābp㨐㨘nĀEe㦀㨖»㥾nĀEe㦒㨞»㦐igzag;榚΀cefoprs㨶㨻㩖㩛㩔㩡㩪irc;䅵Ādi㩀㩑Ābg㩅㩉ar;機eĀ;qᗺ㩏;扙erp;愘r;쀀𝔴pf;쀀𝕨Ā;eᑹ㩦atèᑹcr;쀀𝓌ૣណ㪇\0㪋\0㪐㪛\0\0㪝㪨㪫㪯\0\0㫃㫎\0㫘ៜ៟tré៑r;쀀𝔵ĀAa㪔㪗ròσrò৶;䎾ĀAa㪡㪤ròθrò৫að✓is;拻ƀdptឤ㪵㪾Āfl㪺ឩ;쀀𝕩imåឲĀAa㫇㫊ròώròਁĀcq㫒ីr;쀀𝓍Āpt៖㫜ré។Ѐacefiosu㫰㫽㬈㬌㬑㬕㬛㬡cĀuy㫶㫻te耻ý䃽;䑏Āiy㬂㬆rc;䅷;䑋n耻¥䂥r;쀀𝔶cy;䑗pf;쀀𝕪cr;쀀𝓎Ācm㬦㬩y;䑎l耻ÿ䃿Ԁacdefhiosw㭂㭈㭔㭘㭤㭩㭭㭴㭺㮀cute;䅺Āay㭍㭒ron;䅾;䐷ot;䅼Āet㭝㭡træᕟa;䎶r;쀀𝔷cy;䐶grarr;懝pf;쀀𝕫cr;쀀𝓏Ājn㮅㮇;怍j;怌'.split("").map((t=>t.charCodeAt(0)))),uo=new Uint16Array("Ȁaglq\tɭ\0\0p;䀦os;䀧t;䀾t;䀼uot;䀢".split("").map((t=>t.charCodeAt(0))));var po;const ho=new Map([[0,65533],[128,8364],[130,8218],[131,402],[132,8222],[133,8230],[134,8224],[135,8225],[136,710],[137,8240],[138,352],[139,8249],[140,338],[142,381],[145,8216],[146,8217],[147,8220],[148,8221],[149,8226],[150,8211],[151,8212],[152,732],[153,8482],[154,353],[155,8250],[156,339],[158,382],[159,376]]),mo=null!==(po=String.fromCodePoint)&&void 0!==po?po:function(t){let e="";return t>65535&&(t-=65536,e+=String.fromCharCode(t>>>10&1023|55296),t=56320|1023&t),e+=String.fromCharCode(t),e};var fo,go,bo,yo,vo;function xo(t){return t>=fo.ZERO&&t<=fo.NINE}!function(t){t[t.NUM=35]="NUM",t[t.SEMI=59]="SEMI",t[t.EQUALS=61]="EQUALS",t[t.ZERO=48]="ZERO",t[t.NINE=57]="NINE",t[t.LOWER_A=97]="LOWER_A",t[t.LOWER_F=102]="LOWER_F",t[t.LOWER_X=120]="LOWER_X",t[t.LOWER_Z=122]="LOWER_Z",t[t.UPPER_A=65]="UPPER_A",t[t.UPPER_F=70]="UPPER_F",t[t.UPPER_Z=90]="UPPER_Z"}(fo||(fo={})),function(t){t[t.VALUE_LENGTH=49152]="VALUE_LENGTH",t[t.BRANCH_LENGTH=16256]="BRANCH_LENGTH",t[t.JUMP_TABLE=127]="JUMP_TABLE"}(go||(go={})),function(t){t[t.EntityStart=0]="EntityStart",t[t.NumericStart=1]="NumericStart",t[t.NumericDecimal=2]="NumericDecimal",t[t.NumericHex=3]="NumericHex",t[t.NamedEntity=4]="NamedEntity"}(bo||(bo={})),(vo=yo||(yo={}))[vo.Legacy=0]="Legacy",vo[vo.Strict=1]="Strict",vo[vo.Attribute=2]="Attribute";class Co{constructor(t,e,r){this.decodeTree=t,this.emitCodePoint=e,this.errors=r,this.state=bo.EntityStart,this.consumed=1,this.result=0,this.treeIndex=0,this.excess=1,this.decodeMode=yo.Strict}startEntity(t){this.decodeMode=t,this.state=bo.EntityStart,this.result=0,this.treeIndex=0,this.excess=1,this.consumed=1}write(t,e){switch(this.state){case bo.EntityStart:return t.charCodeAt(e)===fo.NUM?(this.state=bo.NumericStart,this.consumed+=1,this.stateNumericStart(t,e+1)):(this.state=bo.NamedEntity,this.stateNamedEntity(t,e));case bo.NumericStart:return this.stateNumericStart(t,e);case bo.NumericDecimal:return this.stateNumericDecimal(t,e);case bo.NumericHex:return this.stateNumericHex(t,e);case bo.NamedEntity:return this.stateNamedEntity(t,e)}}stateNumericStart(t,e){return e>=t.length?-1:(32|t.charCodeAt(e))===fo.LOWER_X?(this.state=bo.NumericHex,this.consumed+=1,this.stateNumericHex(t,e+1)):(this.state=bo.NumericDecimal,this.stateNumericDecimal(t,e))}addToNumericResult(t,e,r,n){if(e!==r){const o=r-e;this.result=this.result*Math.pow(n,o)+parseInt(t.substr(e,o),n),this.consumed+=o}}stateNumericHex(t,e){const r=e;for(;e<t.length;){const o=t.charCodeAt(e);if(!(xo(o)||(n=o,n>=fo.UPPER_A&&n<=fo.UPPER_F||n>=fo.LOWER_A&&n<=fo.LOWER_F)))return this.addToNumericResult(t,r,e,16),this.emitNumericEntity(o,3);e+=1}var n;return this.addToNumericResult(t,r,e,16),-1}stateNumericDecimal(t,e){const r=e;for(;e<t.length;){const n=t.charCodeAt(e);if(!xo(n))return this.addToNumericResult(t,r,e,10),this.emitNumericEntity(n,2);e+=1}return this.addToNumericResult(t,r,e,10),-1}emitNumericEntity(t,e){var r;if(this.consumed<=e)return null===(r=this.errors)||void 0===r||r.absenceOfDigitsInNumericCharacterReference(this.consumed),0;if(t===fo.SEMI)this.consumed+=1;else if(this.decodeMode===yo.Strict)return 0;return this.emitCodePoint(function(t){var e;return t>=55296&&t<=57343||t>1114111?65533:null!==(e=ho.get(t))&&void 0!==e?e:t}(this.result),this.consumed),this.errors&&(t!==fo.SEMI&&this.errors.missingSemicolonAfterCharacterReference(),this.errors.validateNumericCharacterReference(this.result)),this.consumed}stateNamedEntity(t,e){const{decodeTree:r}=this;let n=r[this.treeIndex],o=(n&go.VALUE_LENGTH)>>14;for(;e<t.length;e++,this.excess++){const a=t.charCodeAt(e);if(this.treeIndex=ko(r,n,this.treeIndex+Math.max(1,o),a),this.treeIndex<0)return 0===this.result||this.decodeMode===yo.Attribute&&(0===o||((i=a)===fo.EQUALS||function(t){return t>=fo.UPPER_A&&t<=fo.UPPER_Z||t>=fo.LOWER_A&&t<=fo.LOWER_Z||xo(t)}(i)))?0:this.emitNotTerminatedNamedEntity();if(n=r[this.treeIndex],o=(n&go.VALUE_LENGTH)>>14,0!==o){if(a===fo.SEMI)return this.emitNamedEntityData(this.treeIndex,o,this.consumed+this.excess);this.decodeMode!==yo.Strict&&(this.result=this.treeIndex,this.consumed+=this.excess,this.excess=0)}}var i;return-1}emitNotTerminatedNamedEntity(){var t;const{result:e,decodeTree:r}=this,n=(r[e]&go.VALUE_LENGTH)>>14;return this.emitNamedEntityData(e,n,this.consumed),null===(t=this.errors)||void 0===t||t.missingSemicolonAfterCharacterReference(),this.consumed}emitNamedEntityData(t,e,r){const{decodeTree:n}=this;return this.emitCodePoint(1===e?n[t]&~go.VALUE_LENGTH:n[t+1],r),3===e&&this.emitCodePoint(n[t+2],r),r}end(){var t;switch(this.state){case bo.NamedEntity:return 0===this.result||this.decodeMode===yo.Attribute&&this.result!==this.treeIndex?0:this.emitNotTerminatedNamedEntity();case bo.NumericDecimal:return this.emitNumericEntity(0,2);case bo.NumericHex:return this.emitNumericEntity(0,3);case bo.NumericStart:return null===(t=this.errors)||void 0===t||t.absenceOfDigitsInNumericCharacterReference(this.consumed),0;case bo.EntityStart:return 0}}}function wo(t){let e="";const r=new Co(t,(t=>e+=mo(t)));return function(t,n){let o=0,i=0;for(;(i=t.indexOf("&",i))>=0;){e+=t.slice(o,i),r.startEntity(n);const a=r.write(t,i+1);if(a<0){o=i+r.end();break}o=i+a,i=0===a?o+1:o}const a=e+t.slice(o);return e="",a}}function ko(t,e,r,n){const o=(e&go.BRANCH_LENGTH)>>7,i=e&go.JUMP_TABLE;if(0===o)return 0!==i&&n===i?r:-1;if(i){const e=n-i;return e<0||e>=o?-1:t[r+e]-1}let a=r,s=a+o-1;for(;a<=s;){const e=a+s>>>1,r=t[e];if(r<n)a=e+1;else{if(!(r>n))return t[e+o];s=e-1}}return-1}const Eo=wo(co);function Ao(t,e=yo.Legacy){return Eo(t,e)}function _o(t){for(let e=1;e<t.length;e++)t[e][0]+=t[e-1][0]+1;return t}wo(uo),new Map(_o([[9,"&Tab;"],[0,"&NewLine;"],[22,"&excl;"],[0,"&quot;"],[0,"&num;"],[0,"&dollar;"],[0,"&percnt;"],[0,"&amp;"],[0,"&apos;"],[0,"&lpar;"],[0,"&rpar;"],[0,"&ast;"],[0,"&plus;"],[0,"&comma;"],[1,"&period;"],[0,"&sol;"],[10,"&colon;"],[0,"&semi;"],[0,{v:"&lt;",n:8402,o:"&nvlt;"}],[0,{v:"&equals;",n:8421,o:"&bne;"}],[0,{v:"&gt;",n:8402,o:"&nvgt;"}],[0,"&quest;"],[0,"&commat;"],[26,"&lbrack;"],[0,"&bsol;"],[0,"&rbrack;"],[0,"&Hat;"],[0,"&lowbar;"],[0,"&DiacriticalGrave;"],[5,{n:106,o:"&fjlig;"}],[20,"&lbrace;"],[0,"&verbar;"],[0,"&rbrace;"],[34,"&nbsp;"],[0,"&iexcl;"],[0,"&cent;"],[0,"&pound;"],[0,"&curren;"],[0,"&yen;"],[0,"&brvbar;"],[0,"&sect;"],[0,"&die;"],[0,"&copy;"],[0,"&ordf;"],[0,"&laquo;"],[0,"&not;"],[0,"&shy;"],[0,"&circledR;"],[0,"&macr;"],[0,"&deg;"],[0,"&PlusMinus;"],[0,"&sup2;"],[0,"&sup3;"],[0,"&acute;"],[0,"&micro;"],[0,"&para;"],[0,"&centerdot;"],[0,"&cedil;"],[0,"&sup1;"],[0,"&ordm;"],[0,"&raquo;"],[0,"&frac14;"],[0,"&frac12;"],[0,"&frac34;"],[0,"&iquest;"],[0,"&Agrave;"],[0,"&Aacute;"],[0,"&Acirc;"],[0,"&Atilde;"],[0,"&Auml;"],[0,"&angst;"],[0,"&AElig;"],[0,"&Ccedil;"],[0,"&Egrave;"],[0,"&Eacute;"],[0,"&Ecirc;"],[0,"&Euml;"],[0,"&Igrave;"],[0,"&Iacute;"],[0,"&Icirc;"],[0,"&Iuml;"],[0,"&ETH;"],[0,"&Ntilde;"],[0,"&Ograve;"],[0,"&Oacute;"],[0,"&Ocirc;"],[0,"&Otilde;"],[0,"&Ouml;"],[0,"&times;"],[0,"&Oslash;"],[0,"&Ugrave;"],[0,"&Uacute;"],[0,"&Ucirc;"],[0,"&Uuml;"],[0,"&Yacute;"],[0,"&THORN;"],[0,"&szlig;"],[0,"&agrave;"],[0,"&aacute;"],[0,"&acirc;"],[0,"&atilde;"],[0,"&auml;"],[0,"&aring;"],[0,"&aelig;"],[0,"&ccedil;"],[0,"&egrave;"],[0,"&eacute;"],[0,"&ecirc;"],[0,"&euml;"],[0,"&igrave;"],[0,"&iacute;"],[0,"&icirc;"],[0,"&iuml;"],[0,"&eth;"],[0,"&ntilde;"],[0,"&ograve;"],[0,"&oacute;"],[0,"&ocirc;"],[0,"&otilde;"],[0,"&ouml;"],[0,"&div;"],[0,"&oslash;"],[0,"&ugrave;"],[0,"&uacute;"],[0,"&ucirc;"],[0,"&uuml;"],[0,"&yacute;"],[0,"&thorn;"],[0,"&yuml;"],[0,"&Amacr;"],[0,"&amacr;"],[0,"&Abreve;"],[0,"&abreve;"],[0,"&Aogon;"],[0,"&aogon;"],[0,"&Cacute;"],[0,"&cacute;"],[0,"&Ccirc;"],[0,"&ccirc;"],[0,"&Cdot;"],[0,"&cdot;"],[0,"&Ccaron;"],[0,"&ccaron;"],[0,"&Dcaron;"],[0,"&dcaron;"],[0,"&Dstrok;"],[0,"&dstrok;"],[0,"&Emacr;"],[0,"&emacr;"],[2,"&Edot;"],[0,"&edot;"],[0,"&Eogon;"],[0,"&eogon;"],[0,"&Ecaron;"],[0,"&ecaron;"],[0,"&Gcirc;"],[0,"&gcirc;"],[0,"&Gbreve;"],[0,"&gbreve;"],[0,"&Gdot;"],[0,"&gdot;"],[0,"&Gcedil;"],[1,"&Hcirc;"],[0,"&hcirc;"],[0,"&Hstrok;"],[0,"&hstrok;"],[0,"&Itilde;"],[0,"&itilde;"],[0,"&Imacr;"],[0,"&imacr;"],[2,"&Iogon;"],[0,"&iogon;"],[0,"&Idot;"],[0,"&imath;"],[0,"&IJlig;"],[0,"&ijlig;"],[0,"&Jcirc;"],[0,"&jcirc;"],[0,"&Kcedil;"],[0,"&kcedil;"],[0,"&kgreen;"],[0,"&Lacute;"],[0,"&lacute;"],[0,"&Lcedil;"],[0,"&lcedil;"],[0,"&Lcaron;"],[0,"&lcaron;"],[0,"&Lmidot;"],[0,"&lmidot;"],[0,"&Lstrok;"],[0,"&lstrok;"],[0,"&Nacute;"],[0,"&nacute;"],[0,"&Ncedil;"],[0,"&ncedil;"],[0,"&Ncaron;"],[0,"&ncaron;"],[0,"&napos;"],[0,"&ENG;"],[0,"&eng;"],[0,"&Omacr;"],[0,"&omacr;"],[2,"&Odblac;"],[0,"&odblac;"],[0,"&OElig;"],[0,"&oelig;"],[0,"&Racute;"],[0,"&racute;"],[0,"&Rcedil;"],[0,"&rcedil;"],[0,"&Rcaron;"],[0,"&rcaron;"],[0,"&Sacute;"],[0,"&sacute;"],[0,"&Scirc;"],[0,"&scirc;"],[0,"&Scedil;"],[0,"&scedil;"],[0,"&Scaron;"],[0,"&scaron;"],[0,"&Tcedil;"],[0,"&tcedil;"],[0,"&Tcaron;"],[0,"&tcaron;"],[0,"&Tstrok;"],[0,"&tstrok;"],[0,"&Utilde;"],[0,"&utilde;"],[0,"&Umacr;"],[0,"&umacr;"],[0,"&Ubreve;"],[0,"&ubreve;"],[0,"&Uring;"],[0,"&uring;"],[0,"&Udblac;"],[0,"&udblac;"],[0,"&Uogon;"],[0,"&uogon;"],[0,"&Wcirc;"],[0,"&wcirc;"],[0,"&Ycirc;"],[0,"&ycirc;"],[0,"&Yuml;"],[0,"&Zacute;"],[0,"&zacute;"],[0,"&Zdot;"],[0,"&zdot;"],[0,"&Zcaron;"],[0,"&zcaron;"],[19,"&fnof;"],[34,"&imped;"],[63,"&gacute;"],[65,"&jmath;"],[142,"&circ;"],[0,"&caron;"],[16,"&breve;"],[0,"&DiacriticalDot;"],[0,"&ring;"],[0,"&ogon;"],[0,"&DiacriticalTilde;"],[0,"&dblac;"],[51,"&DownBreve;"],[127,"&Alpha;"],[0,"&Beta;"],[0,"&Gamma;"],[0,"&Delta;"],[0,"&Epsilon;"],[0,"&Zeta;"],[0,"&Eta;"],[0,"&Theta;"],[0,"&Iota;"],[0,"&Kappa;"],[0,"&Lambda;"],[0,"&Mu;"],[0,"&Nu;"],[0,"&Xi;"],[0,"&Omicron;"],[0,"&Pi;"],[0,"&Rho;"],[1,"&Sigma;"],[0,"&Tau;"],[0,"&Upsilon;"],[0,"&Phi;"],[0,"&Chi;"],[0,"&Psi;"],[0,"&ohm;"],[7,"&alpha;"],[0,"&beta;"],[0,"&gamma;"],[0,"&delta;"],[0,"&epsi;"],[0,"&zeta;"],[0,"&eta;"],[0,"&theta;"],[0,"&iota;"],[0,"&kappa;"],[0,"&lambda;"],[0,"&mu;"],[0,"&nu;"],[0,"&xi;"],[0,"&omicron;"],[0,"&pi;"],[0,"&rho;"],[0,"&sigmaf;"],[0,"&sigma;"],[0,"&tau;"],[0,"&upsi;"],[0,"&phi;"],[0,"&chi;"],[0,"&psi;"],[0,"&omega;"],[7,"&thetasym;"],[0,"&Upsi;"],[2,"&phiv;"],[0,"&piv;"],[5,"&Gammad;"],[0,"&digamma;"],[18,"&kappav;"],[0,"&rhov;"],[3,"&epsiv;"],[0,"&backepsilon;"],[10,"&IOcy;"],[0,"&DJcy;"],[0,"&GJcy;"],[0,"&Jukcy;"],[0,"&DScy;"],[0,"&Iukcy;"],[0,"&YIcy;"],[0,"&Jsercy;"],[0,"&LJcy;"],[0,"&NJcy;"],[0,"&TSHcy;"],[0,"&KJcy;"],[1,"&Ubrcy;"],[0,"&DZcy;"],[0,"&Acy;"],[0,"&Bcy;"],[0,"&Vcy;"],[0,"&Gcy;"],[0,"&Dcy;"],[0,"&IEcy;"],[0,"&ZHcy;"],[0,"&Zcy;"],[0,"&Icy;"],[0,"&Jcy;"],[0,"&Kcy;"],[0,"&Lcy;"],[0,"&Mcy;"],[0,"&Ncy;"],[0,"&Ocy;"],[0,"&Pcy;"],[0,"&Rcy;"],[0,"&Scy;"],[0,"&Tcy;"],[0,"&Ucy;"],[0,"&Fcy;"],[0,"&KHcy;"],[0,"&TScy;"],[0,"&CHcy;"],[0,"&SHcy;"],[0,"&SHCHcy;"],[0,"&HARDcy;"],[0,"&Ycy;"],[0,"&SOFTcy;"],[0,"&Ecy;"],[0,"&YUcy;"],[0,"&YAcy;"],[0,"&acy;"],[0,"&bcy;"],[0,"&vcy;"],[0,"&gcy;"],[0,"&dcy;"],[0,"&iecy;"],[0,"&zhcy;"],[0,"&zcy;"],[0,"&icy;"],[0,"&jcy;"],[0,"&kcy;"],[0,"&lcy;"],[0,"&mcy;"],[0,"&ncy;"],[0,"&ocy;"],[0,"&pcy;"],[0,"&rcy;"],[0,"&scy;"],[0,"&tcy;"],[0,"&ucy;"],[0,"&fcy;"],[0,"&khcy;"],[0,"&tscy;"],[0,"&chcy;"],[0,"&shcy;"],[0,"&shchcy;"],[0,"&hardcy;"],[0,"&ycy;"],[0,"&softcy;"],[0,"&ecy;"],[0,"&yucy;"],[0,"&yacy;"],[1,"&iocy;"],[0,"&djcy;"],[0,"&gjcy;"],[0,"&jukcy;"],[0,"&dscy;"],[0,"&iukcy;"],[0,"&yicy;"],[0,"&jsercy;"],[0,"&ljcy;"],[0,"&njcy;"],[0,"&tshcy;"],[0,"&kjcy;"],[1,"&ubrcy;"],[0,"&dzcy;"],[7074,"&ensp;"],[0,"&emsp;"],[0,"&emsp13;"],[0,"&emsp14;"],[1,"&numsp;"],[0,"&puncsp;"],[0,"&ThinSpace;"],[0,"&hairsp;"],[0,"&NegativeMediumSpace;"],[0,"&zwnj;"],[0,"&zwj;"],[0,"&lrm;"],[0,"&rlm;"],[0,"&dash;"],[2,"&ndash;"],[0,"&mdash;"],[0,"&horbar;"],[0,"&Verbar;"],[1,"&lsquo;"],[0,"&CloseCurlyQuote;"],[0,"&lsquor;"],[1,"&ldquo;"],[0,"&CloseCurlyDoubleQuote;"],[0,"&bdquo;"],[1,"&dagger;"],[0,"&Dagger;"],[0,"&bull;"],[2,"&nldr;"],[0,"&hellip;"],[9,"&permil;"],[0,"&pertenk;"],[0,"&prime;"],[0,"&Prime;"],[0,"&tprime;"],[0,"&backprime;"],[3,"&lsaquo;"],[0,"&rsaquo;"],[3,"&oline;"],[2,"&caret;"],[1,"&hybull;"],[0,"&frasl;"],[10,"&bsemi;"],[7,"&qprime;"],[7,{v:"&MediumSpace;",n:8202,o:"&ThickSpace;"}],[0,"&NoBreak;"],[0,"&af;"],[0,"&InvisibleTimes;"],[0,"&ic;"],[72,"&euro;"],[46,"&tdot;"],[0,"&DotDot;"],[37,"&complexes;"],[2,"&incare;"],[4,"&gscr;"],[0,"&hamilt;"],[0,"&Hfr;"],[0,"&Hopf;"],[0,"&planckh;"],[0,"&hbar;"],[0,"&imagline;"],[0,"&Ifr;"],[0,"&lagran;"],[0,"&ell;"],[1,"&naturals;"],[0,"&numero;"],[0,"&copysr;"],[0,"&weierp;"],[0,"&Popf;"],[0,"&Qopf;"],[0,"&realine;"],[0,"&real;"],[0,"&reals;"],[0,"&rx;"],[3,"&trade;"],[1,"&integers;"],[2,"&mho;"],[0,"&zeetrf;"],[0,"&iiota;"],[2,"&bernou;"],[0,"&Cayleys;"],[1,"&escr;"],[0,"&Escr;"],[0,"&Fouriertrf;"],[1,"&Mellintrf;"],[0,"&order;"],[0,"&alefsym;"],[0,"&beth;"],[0,"&gimel;"],[0,"&daleth;"],[12,"&CapitalDifferentialD;"],[0,"&dd;"],[0,"&ee;"],[0,"&ii;"],[10,"&frac13;"],[0,"&frac23;"],[0,"&frac15;"],[0,"&frac25;"],[0,"&frac35;"],[0,"&frac45;"],[0,"&frac16;"],[0,"&frac56;"],[0,"&frac18;"],[0,"&frac38;"],[0,"&frac58;"],[0,"&frac78;"],[49,"&larr;"],[0,"&ShortUpArrow;"],[0,"&rarr;"],[0,"&darr;"],[0,"&harr;"],[0,"&updownarrow;"],[0,"&nwarr;"],[0,"&nearr;"],[0,"&LowerRightArrow;"],[0,"&LowerLeftArrow;"],[0,"&nlarr;"],[0,"&nrarr;"],[1,{v:"&rarrw;",n:824,o:"&nrarrw;"}],[0,"&Larr;"],[0,"&Uarr;"],[0,"&Rarr;"],[0,"&Darr;"],[0,"&larrtl;"],[0,"&rarrtl;"],[0,"&LeftTeeArrow;"],[0,"&mapstoup;"],[0,"&map;"],[0,"&DownTeeArrow;"],[1,"&hookleftarrow;"],[0,"&hookrightarrow;"],[0,"&larrlp;"],[0,"&looparrowright;"],[0,"&harrw;"],[0,"&nharr;"],[1,"&lsh;"],[0,"&rsh;"],[0,"&ldsh;"],[0,"&rdsh;"],[1,"&crarr;"],[0,"&cularr;"],[0,"&curarr;"],[2,"&circlearrowleft;"],[0,"&circlearrowright;"],[0,"&leftharpoonup;"],[0,"&DownLeftVector;"],[0,"&RightUpVector;"],[0,"&LeftUpVector;"],[0,"&rharu;"],[0,"&DownRightVector;"],[0,"&dharr;"],[0,"&dharl;"],[0,"&RightArrowLeftArrow;"],[0,"&udarr;"],[0,"&LeftArrowRightArrow;"],[0,"&leftleftarrows;"],[0,"&upuparrows;"],[0,"&rightrightarrows;"],[0,"&ddarr;"],[0,"&leftrightharpoons;"],[0,"&Equilibrium;"],[0,"&nlArr;"],[0,"&nhArr;"],[0,"&nrArr;"],[0,"&DoubleLeftArrow;"],[0,"&DoubleUpArrow;"],[0,"&DoubleRightArrow;"],[0,"&dArr;"],[0,"&DoubleLeftRightArrow;"],[0,"&DoubleUpDownArrow;"],[0,"&nwArr;"],[0,"&neArr;"],[0,"&seArr;"],[0,"&swArr;"],[0,"&lAarr;"],[0,"&rAarr;"],[1,"&zigrarr;"],[6,"&larrb;"],[0,"&rarrb;"],[15,"&DownArrowUpArrow;"],[7,"&loarr;"],[0,"&roarr;"],[0,"&hoarr;"],[0,"&forall;"],[0,"&comp;"],[0,{v:"&part;",n:824,o:"&npart;"}],[0,"&exist;"],[0,"&nexist;"],[0,"&empty;"],[1,"&Del;"],[0,"&Element;"],[0,"&NotElement;"],[1,"&ni;"],[0,"&notni;"],[2,"&prod;"],[0,"&coprod;"],[0,"&sum;"],[0,"&minus;"],[0,"&MinusPlus;"],[0,"&dotplus;"],[1,"&Backslash;"],[0,"&lowast;"],[0,"&compfn;"],[1,"&radic;"],[2,"&prop;"],[0,"&infin;"],[0,"&angrt;"],[0,{v:"&ang;",n:8402,o:"&nang;"}],[0,"&angmsd;"],[0,"&angsph;"],[0,"&mid;"],[0,"&nmid;"],[0,"&DoubleVerticalBar;"],[0,"&NotDoubleVerticalBar;"],[0,"&and;"],[0,"&or;"],[0,{v:"&cap;",n:65024,o:"&caps;"}],[0,{v:"&cup;",n:65024,o:"&cups;"}],[0,"&int;"],[0,"&Int;"],[0,"&iiint;"],[0,"&conint;"],[0,"&Conint;"],[0,"&Cconint;"],[0,"&cwint;"],[0,"&ClockwiseContourIntegral;"],[0,"&awconint;"],[0,"&there4;"],[0,"&becaus;"],[0,"&ratio;"],[0,"&Colon;"],[0,"&dotminus;"],[1,"&mDDot;"],[0,"&homtht;"],[0,{v:"&sim;",n:8402,o:"&nvsim;"}],[0,{v:"&backsim;",n:817,o:"&race;"}],[0,{v:"&ac;",n:819,o:"&acE;"}],[0,"&acd;"],[0,"&VerticalTilde;"],[0,"&NotTilde;"],[0,{v:"&eqsim;",n:824,o:"&nesim;"}],[0,"&sime;"],[0,"&NotTildeEqual;"],[0,"&cong;"],[0,"&simne;"],[0,"&ncong;"],[0,"&ap;"],[0,"&nap;"],[0,"&ape;"],[0,{v:"&apid;",n:824,o:"&napid;"}],[0,"&backcong;"],[0,{v:"&asympeq;",n:8402,o:"&nvap;"}],[0,{v:"&bump;",n:824,o:"&nbump;"}],[0,{v:"&bumpe;",n:824,o:"&nbumpe;"}],[0,{v:"&doteq;",n:824,o:"&nedot;"}],[0,"&doteqdot;"],[0,"&efDot;"],[0,"&erDot;"],[0,"&Assign;"],[0,"&ecolon;"],[0,"&ecir;"],[0,"&circeq;"],[1,"&wedgeq;"],[0,"&veeeq;"],[1,"&triangleq;"],[2,"&equest;"],[0,"&ne;"],[0,{v:"&Congruent;",n:8421,o:"&bnequiv;"}],[0,"&nequiv;"],[1,{v:"&le;",n:8402,o:"&nvle;"}],[0,{v:"&ge;",n:8402,o:"&nvge;"}],[0,{v:"&lE;",n:824,o:"&nlE;"}],[0,{v:"&gE;",n:824,o:"&ngE;"}],[0,{v:"&lnE;",n:65024,o:"&lvertneqq;"}],[0,{v:"&gnE;",n:65024,o:"&gvertneqq;"}],[0,{v:"&ll;",n:new Map(_o([[824,"&nLtv;"],[7577,"&nLt;"]]))}],[0,{v:"&gg;",n:new Map(_o([[824,"&nGtv;"],[7577,"&nGt;"]]))}],[0,"&between;"],[0,"&NotCupCap;"],[0,"&nless;"],[0,"&ngt;"],[0,"&nle;"],[0,"&nge;"],[0,"&lesssim;"],[0,"&GreaterTilde;"],[0,"&nlsim;"],[0,"&ngsim;"],[0,"&LessGreater;"],[0,"&gl;"],[0,"&NotLessGreater;"],[0,"&NotGreaterLess;"],[0,"&pr;"],[0,"&sc;"],[0,"&prcue;"],[0,"&sccue;"],[0,"&PrecedesTilde;"],[0,{v:"&scsim;",n:824,o:"&NotSucceedsTilde;"}],[0,"&NotPrecedes;"],[0,"&NotSucceeds;"],[0,{v:"&sub;",n:8402,o:"&NotSubset;"}],[0,{v:"&sup;",n:8402,o:"&NotSuperset;"}],[0,"&nsub;"],[0,"&nsup;"],[0,"&sube;"],[0,"&supe;"],[0,"&NotSubsetEqual;"],[0,"&NotSupersetEqual;"],[0,{v:"&subne;",n:65024,o:"&varsubsetneq;"}],[0,{v:"&supne;",n:65024,o:"&varsupsetneq;"}],[1,"&cupdot;"],[0,"&UnionPlus;"],[0,{v:"&sqsub;",n:824,o:"&NotSquareSubset;"}],[0,{v:"&sqsup;",n:824,o:"&NotSquareSuperset;"}],[0,"&sqsube;"],[0,"&sqsupe;"],[0,{v:"&sqcap;",n:65024,o:"&sqcaps;"}],[0,{v:"&sqcup;",n:65024,o:"&sqcups;"}],[0,"&CirclePlus;"],[0,"&CircleMinus;"],[0,"&CircleTimes;"],[0,"&osol;"],[0,"&CircleDot;"],[0,"&circledcirc;"],[0,"&circledast;"],[1,"&circleddash;"],[0,"&boxplus;"],[0,"&boxminus;"],[0,"&boxtimes;"],[0,"&dotsquare;"],[0,"&RightTee;"],[0,"&dashv;"],[0,"&DownTee;"],[0,"&bot;"],[1,"&models;"],[0,"&DoubleRightTee;"],[0,"&Vdash;"],[0,"&Vvdash;"],[0,"&VDash;"],[0,"&nvdash;"],[0,"&nvDash;"],[0,"&nVdash;"],[0,"&nVDash;"],[0,"&prurel;"],[1,"&LeftTriangle;"],[0,"&RightTriangle;"],[0,{v:"&LeftTriangleEqual;",n:8402,o:"&nvltrie;"}],[0,{v:"&RightTriangleEqual;",n:8402,o:"&nvrtrie;"}],[0,"&origof;"],[0,"&imof;"],[0,"&multimap;"],[0,"&hercon;"],[0,"&intcal;"],[0,"&veebar;"],[1,"&barvee;"],[0,"&angrtvb;"],[0,"&lrtri;"],[0,"&bigwedge;"],[0,"&bigvee;"],[0,"&bigcap;"],[0,"&bigcup;"],[0,"&diam;"],[0,"&sdot;"],[0,"&sstarf;"],[0,"&divideontimes;"],[0,"&bowtie;"],[0,"&ltimes;"],[0,"&rtimes;"],[0,"&leftthreetimes;"],[0,"&rightthreetimes;"],[0,"&backsimeq;"],[0,"&curlyvee;"],[0,"&curlywedge;"],[0,"&Sub;"],[0,"&Sup;"],[0,"&Cap;"],[0,"&Cup;"],[0,"&fork;"],[0,"&epar;"],[0,"&lessdot;"],[0,"&gtdot;"],[0,{v:"&Ll;",n:824,o:"&nLl;"}],[0,{v:"&Gg;",n:824,o:"&nGg;"}],[0,{v:"&leg;",n:65024,o:"&lesg;"}],[0,{v:"&gel;",n:65024,o:"&gesl;"}],[2,"&cuepr;"],[0,"&cuesc;"],[0,"&NotPrecedesSlantEqual;"],[0,"&NotSucceedsSlantEqual;"],[0,"&NotSquareSubsetEqual;"],[0,"&NotSquareSupersetEqual;"],[2,"&lnsim;"],[0,"&gnsim;"],[0,"&precnsim;"],[0,"&scnsim;"],[0,"&nltri;"],[0,"&NotRightTriangle;"],[0,"&nltrie;"],[0,"&NotRightTriangleEqual;"],[0,"&vellip;"],[0,"&ctdot;"],[0,"&utdot;"],[0,"&dtdot;"],[0,"&disin;"],[0,"&isinsv;"],[0,"&isins;"],[0,{v:"&isindot;",n:824,o:"&notindot;"}],[0,"&notinvc;"],[0,"&notinvb;"],[1,{v:"&isinE;",n:824,o:"&notinE;"}],[0,"&nisd;"],[0,"&xnis;"],[0,"&nis;"],[0,"&notnivc;"],[0,"&notnivb;"],[6,"&barwed;"],[0,"&Barwed;"],[1,"&lceil;"],[0,"&rceil;"],[0,"&LeftFloor;"],[0,"&rfloor;"],[0,"&drcrop;"],[0,"&dlcrop;"],[0,"&urcrop;"],[0,"&ulcrop;"],[0,"&bnot;"],[1,"&profline;"],[0,"&profsurf;"],[1,"&telrec;"],[0,"&target;"],[5,"&ulcorn;"],[0,"&urcorn;"],[0,"&dlcorn;"],[0,"&drcorn;"],[2,"&frown;"],[0,"&smile;"],[9,"&cylcty;"],[0,"&profalar;"],[7,"&topbot;"],[6,"&ovbar;"],[1,"&solbar;"],[60,"&angzarr;"],[51,"&lmoustache;"],[0,"&rmoustache;"],[2,"&OverBracket;"],[0,"&bbrk;"],[0,"&bbrktbrk;"],[37,"&OverParenthesis;"],[0,"&UnderParenthesis;"],[0,"&OverBrace;"],[0,"&UnderBrace;"],[2,"&trpezium;"],[4,"&elinters;"],[59,"&blank;"],[164,"&circledS;"],[55,"&boxh;"],[1,"&boxv;"],[9,"&boxdr;"],[3,"&boxdl;"],[3,"&boxur;"],[3,"&boxul;"],[3,"&boxvr;"],[7,"&boxvl;"],[7,"&boxhd;"],[7,"&boxhu;"],[7,"&boxvh;"],[19,"&boxH;"],[0,"&boxV;"],[0,"&boxdR;"],[0,"&boxDr;"],[0,"&boxDR;"],[0,"&boxdL;"],[0,"&boxDl;"],[0,"&boxDL;"],[0,"&boxuR;"],[0,"&boxUr;"],[0,"&boxUR;"],[0,"&boxuL;"],[0,"&boxUl;"],[0,"&boxUL;"],[0,"&boxvR;"],[0,"&boxVr;"],[0,"&boxVR;"],[0,"&boxvL;"],[0,"&boxVl;"],[0,"&boxVL;"],[0,"&boxHd;"],[0,"&boxhD;"],[0,"&boxHD;"],[0,"&boxHu;"],[0,"&boxhU;"],[0,"&boxHU;"],[0,"&boxvH;"],[0,"&boxVh;"],[0,"&boxVH;"],[19,"&uhblk;"],[3,"&lhblk;"],[3,"&block;"],[8,"&blk14;"],[0,"&blk12;"],[0,"&blk34;"],[13,"&square;"],[8,"&blacksquare;"],[0,"&EmptyVerySmallSquare;"],[1,"&rect;"],[0,"&marker;"],[2,"&fltns;"],[1,"&bigtriangleup;"],[0,"&blacktriangle;"],[0,"&triangle;"],[2,"&blacktriangleright;"],[0,"&rtri;"],[3,"&bigtriangledown;"],[0,"&blacktriangledown;"],[0,"&dtri;"],[2,"&blacktriangleleft;"],[0,"&ltri;"],[6,"&loz;"],[0,"&cir;"],[32,"&tridot;"],[2,"&bigcirc;"],[8,"&ultri;"],[0,"&urtri;"],[0,"&lltri;"],[0,"&EmptySmallSquare;"],[0,"&FilledSmallSquare;"],[8,"&bigstar;"],[0,"&star;"],[7,"&phone;"],[49,"&female;"],[1,"&male;"],[29,"&spades;"],[2,"&clubs;"],[1,"&hearts;"],[0,"&diamondsuit;"],[3,"&sung;"],[2,"&flat;"],[0,"&natural;"],[0,"&sharp;"],[163,"&check;"],[3,"&cross;"],[8,"&malt;"],[21,"&sext;"],[33,"&VerticalSeparator;"],[25,"&lbbrk;"],[0,"&rbbrk;"],[84,"&bsolhsub;"],[0,"&suphsol;"],[28,"&LeftDoubleBracket;"],[0,"&RightDoubleBracket;"],[0,"&lang;"],[0,"&rang;"],[0,"&Lang;"],[0,"&Rang;"],[0,"&loang;"],[0,"&roang;"],[7,"&longleftarrow;"],[0,"&longrightarrow;"],[0,"&longleftrightarrow;"],[0,"&DoubleLongLeftArrow;"],[0,"&DoubleLongRightArrow;"],[0,"&DoubleLongLeftRightArrow;"],[1,"&longmapsto;"],[2,"&dzigrarr;"],[258,"&nvlArr;"],[0,"&nvrArr;"],[0,"&nvHarr;"],[0,"&Map;"],[6,"&lbarr;"],[0,"&bkarow;"],[0,"&lBarr;"],[0,"&dbkarow;"],[0,"&drbkarow;"],[0,"&DDotrahd;"],[0,"&UpArrowBar;"],[0,"&DownArrowBar;"],[2,"&Rarrtl;"],[2,"&latail;"],[0,"&ratail;"],[0,"&lAtail;"],[0,"&rAtail;"],[0,"&larrfs;"],[0,"&rarrfs;"],[0,"&larrbfs;"],[0,"&rarrbfs;"],[2,"&nwarhk;"],[0,"&nearhk;"],[0,"&hksearow;"],[0,"&hkswarow;"],[0,"&nwnear;"],[0,"&nesear;"],[0,"&seswar;"],[0,"&swnwar;"],[8,{v:"&rarrc;",n:824,o:"&nrarrc;"}],[1,"&cudarrr;"],[0,"&ldca;"],[0,"&rdca;"],[0,"&cudarrl;"],[0,"&larrpl;"],[2,"&curarrm;"],[0,"&cularrp;"],[7,"&rarrpl;"],[2,"&harrcir;"],[0,"&Uarrocir;"],[0,"&lurdshar;"],[0,"&ldrushar;"],[2,"&LeftRightVector;"],[0,"&RightUpDownVector;"],[0,"&DownLeftRightVector;"],[0,"&LeftUpDownVector;"],[0,"&LeftVectorBar;"],[0,"&RightVectorBar;"],[0,"&RightUpVectorBar;"],[0,"&RightDownVectorBar;"],[0,"&DownLeftVectorBar;"],[0,"&DownRightVectorBar;"],[0,"&LeftUpVectorBar;"],[0,"&LeftDownVectorBar;"],[0,"&LeftTeeVector;"],[0,"&RightTeeVector;"],[0,"&RightUpTeeVector;"],[0,"&RightDownTeeVector;"],[0,"&DownLeftTeeVector;"],[0,"&DownRightTeeVector;"],[0,"&LeftUpTeeVector;"],[0,"&LeftDownTeeVector;"],[0,"&lHar;"],[0,"&uHar;"],[0,"&rHar;"],[0,"&dHar;"],[0,"&luruhar;"],[0,"&ldrdhar;"],[0,"&ruluhar;"],[0,"&rdldhar;"],[0,"&lharul;"],[0,"&llhard;"],[0,"&rharul;"],[0,"&lrhard;"],[0,"&udhar;"],[0,"&duhar;"],[0,"&RoundImplies;"],[0,"&erarr;"],[0,"&simrarr;"],[0,"&larrsim;"],[0,"&rarrsim;"],[0,"&rarrap;"],[0,"&ltlarr;"],[1,"&gtrarr;"],[0,"&subrarr;"],[1,"&suplarr;"],[0,"&lfisht;"],[0,"&rfisht;"],[0,"&ufisht;"],[0,"&dfisht;"],[5,"&lopar;"],[0,"&ropar;"],[4,"&lbrke;"],[0,"&rbrke;"],[0,"&lbrkslu;"],[0,"&rbrksld;"],[0,"&lbrksld;"],[0,"&rbrkslu;"],[0,"&langd;"],[0,"&rangd;"],[0,"&lparlt;"],[0,"&rpargt;"],[0,"&gtlPar;"],[0,"&ltrPar;"],[3,"&vzigzag;"],[1,"&vangrt;"],[0,"&angrtvbd;"],[6,"&ange;"],[0,"&range;"],[0,"&dwangle;"],[0,"&uwangle;"],[0,"&angmsdaa;"],[0,"&angmsdab;"],[0,"&angmsdac;"],[0,"&angmsdad;"],[0,"&angmsdae;"],[0,"&angmsdaf;"],[0,"&angmsdag;"],[0,"&angmsdah;"],[0,"&bemptyv;"],[0,"&demptyv;"],[0,"&cemptyv;"],[0,"&raemptyv;"],[0,"&laemptyv;"],[0,"&ohbar;"],[0,"&omid;"],[0,"&opar;"],[1,"&operp;"],[1,"&olcross;"],[0,"&odsold;"],[1,"&olcir;"],[0,"&ofcir;"],[0,"&olt;"],[0,"&ogt;"],[0,"&cirscir;"],[0,"&cirE;"],[0,"&solb;"],[0,"&bsolb;"],[3,"&boxbox;"],[3,"&trisb;"],[0,"&rtriltri;"],[0,{v:"&LeftTriangleBar;",n:824,o:"&NotLeftTriangleBar;"}],[0,{v:"&RightTriangleBar;",n:824,o:"&NotRightTriangleBar;"}],[11,"&iinfin;"],[0,"&infintie;"],[0,"&nvinfin;"],[4,"&eparsl;"],[0,"&smeparsl;"],[0,"&eqvparsl;"],[5,"&blacklozenge;"],[8,"&RuleDelayed;"],[1,"&dsol;"],[9,"&bigodot;"],[0,"&bigoplus;"],[0,"&bigotimes;"],[1,"&biguplus;"],[1,"&bigsqcup;"],[5,"&iiiint;"],[0,"&fpartint;"],[2,"&cirfnint;"],[0,"&awint;"],[0,"&rppolint;"],[0,"&scpolint;"],[0,"&npolint;"],[0,"&pointint;"],[0,"&quatint;"],[0,"&intlarhk;"],[10,"&pluscir;"],[0,"&plusacir;"],[0,"&simplus;"],[0,"&plusdu;"],[0,"&plussim;"],[0,"&plustwo;"],[1,"&mcomma;"],[0,"&minusdu;"],[2,"&loplus;"],[0,"&roplus;"],[0,"&Cross;"],[0,"&timesd;"],[0,"&timesbar;"],[1,"&smashp;"],[0,"&lotimes;"],[0,"&rotimes;"],[0,"&otimesas;"],[0,"&Otimes;"],[0,"&odiv;"],[0,"&triplus;"],[0,"&triminus;"],[0,"&tritime;"],[0,"&intprod;"],[2,"&amalg;"],[0,"&capdot;"],[1,"&ncup;"],[0,"&ncap;"],[0,"&capand;"],[0,"&cupor;"],[0,"&cupcap;"],[0,"&capcup;"],[0,"&cupbrcap;"],[0,"&capbrcup;"],[0,"&cupcup;"],[0,"&capcap;"],[0,"&ccups;"],[0,"&ccaps;"],[2,"&ccupssm;"],[2,"&And;"],[0,"&Or;"],[0,"&andand;"],[0,"&oror;"],[0,"&orslope;"],[0,"&andslope;"],[1,"&andv;"],[0,"&orv;"],[0,"&andd;"],[0,"&ord;"],[1,"&wedbar;"],[6,"&sdote;"],[3,"&simdot;"],[2,{v:"&congdot;",n:824,o:"&ncongdot;"}],[0,"&easter;"],[0,"&apacir;"],[0,{v:"&apE;",n:824,o:"&napE;"}],[0,"&eplus;"],[0,"&pluse;"],[0,"&Esim;"],[0,"&Colone;"],[0,"&Equal;"],[1,"&ddotseq;"],[0,"&equivDD;"],[0,"&ltcir;"],[0,"&gtcir;"],[0,"&ltquest;"],[0,"&gtquest;"],[0,{v:"&leqslant;",n:824,o:"&nleqslant;"}],[0,{v:"&geqslant;",n:824,o:"&ngeqslant;"}],[0,"&lesdot;"],[0,"&gesdot;"],[0,"&lesdoto;"],[0,"&gesdoto;"],[0,"&lesdotor;"],[0,"&gesdotol;"],[0,"&lap;"],[0,"&gap;"],[0,"&lne;"],[0,"&gne;"],[0,"&lnap;"],[0,"&gnap;"],[0,"&lEg;"],[0,"&gEl;"],[0,"&lsime;"],[0,"&gsime;"],[0,"&lsimg;"],[0,"&gsiml;"],[0,"&lgE;"],[0,"&glE;"],[0,"&lesges;"],[0,"&gesles;"],[0,"&els;"],[0,"&egs;"],[0,"&elsdot;"],[0,"&egsdot;"],[0,"&el;"],[0,"&eg;"],[2,"&siml;"],[0,"&simg;"],[0,"&simlE;"],[0,"&simgE;"],[0,{v:"&LessLess;",n:824,o:"&NotNestedLessLess;"}],[0,{v:"&GreaterGreater;",n:824,o:"&NotNestedGreaterGreater;"}],[1,"&glj;"],[0,"&gla;"],[0,"&ltcc;"],[0,"&gtcc;"],[0,"&lescc;"],[0,"&gescc;"],[0,"&smt;"],[0,"&lat;"],[0,{v:"&smte;",n:65024,o:"&smtes;"}],[0,{v:"&late;",n:65024,o:"&lates;"}],[0,"&bumpE;"],[0,{v:"&PrecedesEqual;",n:824,o:"&NotPrecedesEqual;"}],[0,{v:"&sce;",n:824,o:"&NotSucceedsEqual;"}],[2,"&prE;"],[0,"&scE;"],[0,"&precneqq;"],[0,"&scnE;"],[0,"&prap;"],[0,"&scap;"],[0,"&precnapprox;"],[0,"&scnap;"],[0,"&Pr;"],[0,"&Sc;"],[0,"&subdot;"],[0,"&supdot;"],[0,"&subplus;"],[0,"&supplus;"],[0,"&submult;"],[0,"&supmult;"],[0,"&subedot;"],[0,"&supedot;"],[0,{v:"&subE;",n:824,o:"&nsubE;"}],[0,{v:"&supE;",n:824,o:"&nsupE;"}],[0,"&subsim;"],[0,"&supsim;"],[2,{v:"&subnE;",n:65024,o:"&varsubsetneqq;"}],[0,{v:"&supnE;",n:65024,o:"&varsupsetneqq;"}],[2,"&csub;"],[0,"&csup;"],[0,"&csube;"],[0,"&csupe;"],[0,"&subsup;"],[0,"&supsub;"],[0,"&subsub;"],[0,"&supsup;"],[0,"&suphsub;"],[0,"&supdsub;"],[0,"&forkv;"],[0,"&topfork;"],[0,"&mlcp;"],[8,"&Dashv;"],[1,"&Vdashl;"],[0,"&Barv;"],[0,"&vBar;"],[0,"&vBarv;"],[1,"&Vbar;"],[0,"&Not;"],[0,"&bNot;"],[0,"&rnmid;"],[0,"&cirmid;"],[0,"&midcir;"],[0,"&topcir;"],[0,"&nhpar;"],[0,"&parsim;"],[9,{v:"&parsl;",n:8421,o:"&nparsl;"}],[44343,{n:new Map(_o([[56476,"&Ascr;"],[1,"&Cscr;"],[0,"&Dscr;"],[2,"&Gscr;"],[2,"&Jscr;"],[0,"&Kscr;"],[2,"&Nscr;"],[0,"&Oscr;"],[0,"&Pscr;"],[0,"&Qscr;"],[1,"&Sscr;"],[0,"&Tscr;"],[0,"&Uscr;"],[0,"&Vscr;"],[0,"&Wscr;"],[0,"&Xscr;"],[0,"&Yscr;"],[0,"&Zscr;"],[0,"&ascr;"],[0,"&bscr;"],[0,"&cscr;"],[0,"&dscr;"],[1,"&fscr;"],[1,"&hscr;"],[0,"&iscr;"],[0,"&jscr;"],[0,"&kscr;"],[0,"&lscr;"],[0,"&mscr;"],[0,"&nscr;"],[1,"&pscr;"],[0,"&qscr;"],[0,"&rscr;"],[0,"&sscr;"],[0,"&tscr;"],[0,"&uscr;"],[0,"&vscr;"],[0,"&wscr;"],[0,"&xscr;"],[0,"&yscr;"],[0,"&zscr;"],[52,"&Afr;"],[0,"&Bfr;"],[1,"&Dfr;"],[0,"&Efr;"],[0,"&Ffr;"],[0,"&Gfr;"],[2,"&Jfr;"],[0,"&Kfr;"],[0,"&Lfr;"],[0,"&Mfr;"],[0,"&Nfr;"],[0,"&Ofr;"],[0,"&Pfr;"],[0,"&Qfr;"],[1,"&Sfr;"],[0,"&Tfr;"],[0,"&Ufr;"],[0,"&Vfr;"],[0,"&Wfr;"],[0,"&Xfr;"],[0,"&Yfr;"],[1,"&afr;"],[0,"&bfr;"],[0,"&cfr;"],[0,"&dfr;"],[0,"&efr;"],[0,"&ffr;"],[0,"&gfr;"],[0,"&hfr;"],[0,"&ifr;"],[0,"&jfr;"],[0,"&kfr;"],[0,"&lfr;"],[0,"&mfr;"],[0,"&nfr;"],[0,"&ofr;"],[0,"&pfr;"],[0,"&qfr;"],[0,"&rfr;"],[0,"&sfr;"],[0,"&tfr;"],[0,"&ufr;"],[0,"&vfr;"],[0,"&wfr;"],[0,"&xfr;"],[0,"&yfr;"],[0,"&zfr;"],[0,"&Aopf;"],[0,"&Bopf;"],[1,"&Dopf;"],[0,"&Eopf;"],[0,"&Fopf;"],[0,"&Gopf;"],[1,"&Iopf;"],[0,"&Jopf;"],[0,"&Kopf;"],[0,"&Lopf;"],[0,"&Mopf;"],[1,"&Oopf;"],[3,"&Sopf;"],[0,"&Topf;"],[0,"&Uopf;"],[0,"&Vopf;"],[0,"&Wopf;"],[0,"&Xopf;"],[0,"&Yopf;"],[1,"&aopf;"],[0,"&bopf;"],[0,"&copf;"],[0,"&dopf;"],[0,"&eopf;"],[0,"&fopf;"],[0,"&gopf;"],[0,"&hopf;"],[0,"&iopf;"],[0,"&jopf;"],[0,"&kopf;"],[0,"&lopf;"],[0,"&mopf;"],[0,"&nopf;"],[0,"&oopf;"],[0,"&popf;"],[0,"&qopf;"],[0,"&ropf;"],[0,"&sopf;"],[0,"&topf;"],[0,"&uopf;"],[0,"&vopf;"],[0,"&wopf;"],[0,"&xopf;"],[0,"&yopf;"],[0,"&zopf;"]]))}],[8906,"&fflig;"],[0,"&filig;"],[0,"&fllig;"],[0,"&ffilig;"],[0,"&ffllig;"]]));const So=new Map([[34,"&quot;"],[38,"&amp;"],[39,"&apos;"],[60,"&lt;"],[62,"&gt;"]]);function Do(t,e){return function(r){let n,o=0,i="";for(;n=t.exec(r);)o!==n.index&&(i+=r.substring(o,n.index)),i+=e.get(n[0].charCodeAt(0)),o=n.index+1;return i+r.substring(o)}}var To,Mo;function Fo(t){return"[object String]"===function(t){return Object.prototype.toString.call(t)}(t)}String.prototype.codePointAt,Do(/[&<>'"]/g,So),Do(/["&\u00A0]/g,new Map([[34,"&quot;"],[38,"&amp;"],[160,"&nbsp;"]])),Do(/[&<>\u00A0]/g,new Map([[38,"&amp;"],[60,"&lt;"],[62,"&gt;"],[160,"&nbsp;"]])),function(t){t[t.XML=0]="XML",t[t.HTML=1]="HTML"}(To||(To={})),function(t){t[t.UTF8=0]="UTF8",t[t.ASCII=1]="ASCII",t[t.Extensive=2]="Extensive",t[t.Attribute=3]="Attribute",t[t.Text=4]="Text"}(Mo||(Mo={}));const Lo=Object.prototype.hasOwnProperty;function Io(t,e){return Lo.call(t,e)}function zo(t){return Array.prototype.slice.call(arguments,1).forEach((function(e){if(e){if("object"!=typeof e)throw new TypeError(e+"must be object");Object.keys(e).forEach((function(r){t[r]=e[r]}))}})),t}function Oo(t,e,r){return[].concat(t.slice(0,e),r,t.slice(e+1))}function No(t){return!(t>=55296&&t<=57343||t>=64976&&t<=65007||65535==(65535&t)||65534==(65535&t)||t>=0&&t<=8||11===t||t>=14&&t<=31||t>=127&&t<=159||t>1114111)}function Bo(t){if(t>65535){const e=55296+((t-=65536)>>10),r=56320+(1023&t);return String.fromCharCode(e,r)}return String.fromCharCode(t)}const qo=/\\([!"#$%&'()*+,\-./:;<=>?@[\\\]^_`{|}~])/g,Ro=new RegExp(qo.source+"|"+/&([a-z#][a-z0-9]{1,31});/gi.source,"gi"),Vo=/^#((?:x[a-f0-9]{1,8}|[0-9]{1,8}))$/i;function Wo(t){return t.indexOf("\\")<0?t:t.replace(qo,"$1")}function Po(t){return t.indexOf("\\")<0&&t.indexOf("&")<0?t:t.replace(Ro,(function(t,e,r){return e||function(t,e){if(35===e.charCodeAt(0)&&Vo.test(e)){const r="x"===e[1].toLowerCase()?parseInt(e.slice(2),16):parseInt(e.slice(1),10);return No(r)?Bo(r):t}const r=Ao(t);return r!==t?r:t}(t,r)}))}const $o=/[&<>"]/,jo=/[&<>"]/g,Ho={"&":"&amp;","<":"&lt;",">":"&gt;",'"':"&quot;"};function Uo(t){return Ho[t]}function Go(t){return $o.test(t)?t.replace(jo,Uo):t}const Zo=/[.?*+^$[\]\\(){}|-]/g;function Jo(t){return t.replace(Zo,"\\$&")}function Qo(t){switch(t){case 9:case 32:return!0}return!1}function Yo(t){if(t>=8192&&t<=8202)return!0;switch(t){case 9:case 10:case 11:case 12:case 13:case 32:case 160:case 5760:case 8239:case 8287:case 12288:return!0}return!1}function Ko(t){return no.test(t)||oo.test(t)}function Xo(t){switch(t){case 33:case 34:case 35:case 36:case 37:case 38:case 39:case 40:case 41:case 42:case 43:case 44:case 45:case 46:case 47:case 58:case 59:case 60:case 61:case 62:case 63:case 64:case 91:case 92:case 93:case 94:case 95:case 96:case 123:case 124:case 125:case 126:return!0;default:return!1}}function ti(t){return t=t.trim().replace(/\s+/g," "),"Ṿ"==="ẞ".toLowerCase()&&(t=t.replace(/ẞ/g,"ß")),t.toLowerCase().toUpperCase()}const ei={mdurl:g,ucmicro:b};function ri(t,e,r){let n,o,i,a;const s=t.posMax,l=t.pos;for(t.pos=e+1,n=1;t.pos<s;){if(i=t.src.charCodeAt(t.pos),93===i&&(n--,0===n)){o=!0;break}if(a=t.pos,t.md.inline.skipToken(t),91===i)if(a===t.pos-1)n++;else if(r)return t.pos=l,-1}let c=-1;return o&&(c=t.pos),t.pos=l,c}function ni(t,e,r){let n,o=e;const i={ok:!1,pos:0,str:""};if(60===t.charCodeAt(o)){for(o++;o<r;){if(n=t.charCodeAt(o),10===n)return i;if(60===n)return i;if(62===n)return i.pos=o+1,i.str=Po(t.slice(e+1,o)),i.ok=!0,i;92===n&&o+1<r?o+=2:o++}return i}let a=0;for(;o<r&&(n=t.charCodeAt(o),32!==n)&&!(n<32||127===n);)if(92===n&&o+1<r){if(32===t.charCodeAt(o+1))break;o+=2}else{if(40===n&&(a++,a>32))return i;if(41===n){if(0===a)break;a--}o++}return e===o||0!==a||(i.str=Po(t.slice(e,o)),i.pos=o,i.ok=!0),i}function oi(t,e,r,n){let o,i=e;const a={ok:!1,can_continue:!1,pos:0,str:"",marker:0};if(n)a.str=n.str,a.marker=n.marker;else{if(i>=r)return a;let n=t.charCodeAt(i);if(34!==n&&39!==n&&40!==n)return a;e++,i++,40===n&&(n=41),a.marker=n}for(;i<r;){if(o=t.charCodeAt(i),o===a.marker)return a.pos=i+1,a.str+=Po(t.slice(e,i)),a.ok=!0,a;if(40===o&&41===a.marker)return a;92===o&&i+1<r&&i++,i++}return a.can_continue=!0,a.str+=Po(t.slice(e,i)),a}const ii={};function ai(){this.rules=zo({},ii)}ii.code_inline=function(t,e,r,n,o){const i=t[e];return"<code"+o.renderAttrs(i)+">"+Go(i.content)+"</code>"},ii.code_block=function(t,e,r,n,o){const i=t[e];return"<pre"+o.renderAttrs(i)+"><code>"+Go(t[e].content)+"</code></pre>\n"},ii.fence=function(t,e,r,n,o){const i=t[e],a=i.info?Po(i.info).trim():"";let s,l="",c="";if(a){const t=a.split(/(\s+)/g);l=t[0],c=t.slice(2).join("")}if(s=r.highlight&&r.highlight(i.content,l,c)||Go(i.content),0===s.indexOf("<pre"))return s+"\n";if(a){const t=i.attrIndex("class"),e=i.attrs?i.attrs.slice():[];t<0?e.push(["class",r.langPrefix+l]):(e[t]=e[t].slice(),e[t][1]+=" "+r.langPrefix+l);const n={attrs:e};return`<pre><code${o.renderAttrs(n)}>${s}</code></pre>\n`}return`<pre><code${o.renderAttrs(i)}>${s}</code></pre>\n`},ii.image=function(t,e,r,n,o){const i=t[e];return i.attrs[i.attrIndex("alt")][1]=o.renderInlineAsText(i.children,r,n),o.renderToken(t,e,r)},ii.hardbreak=function(t,e,r){return r.xhtmlOut?"<br />\n":"<br>\n"},ii.softbreak=function(t,e,r){return r.breaks?r.xhtmlOut?"<br />\n":"<br>\n":"\n"},ii.text=function(t,e){return Go(t[e].content)},ii.html_block=function(t,e){return t[e].content},ii.html_inline=function(t,e){return t[e].content},ai.prototype.renderAttrs=function(t){let e,r,n;if(!t.attrs)return"";for(n="",e=0,r=t.attrs.length;e<r;e++)n+=" "+Go(t.attrs[e][0])+'="'+Go(t.attrs[e][1])+'"';return n},ai.prototype.renderToken=function(t,e,r){const n=t[e];let o="";if(n.hidden)return"";n.block&&-1!==n.nesting&&e&&t[e-1].hidden&&(o+="\n"),o+=(-1===n.nesting?"</":"<")+n.tag,o+=this.renderAttrs(n),0===n.nesting&&r.xhtmlOut&&(o+=" /");let i=!1;if(n.block&&(i=!0,1===n.nesting&&e+1<t.length)){const r=t[e+1];("inline"===r.type||r.hidden||-1===r.nesting&&r.tag===n.tag)&&(i=!1)}return o+=i?">\n":">",o},ai.prototype.renderInline=function(t,e,r){let n="";const o=this.rules;for(let i=0,a=t.length;i<a;i++){const a=t[i].type;void 0!==o[a]?n+=o[a](t,i,e,r,this):n+=this.renderToken(t,i,e)}return n},ai.prototype.renderInlineAsText=function(t,e,r){let n="";for(let o=0,i=t.length;o<i;o++)switch(t[o].type){case"text":case"html_inline":case"html_block":n+=t[o].content;break;case"image":n+=this.renderInlineAsText(t[o].children,e,r);break;case"softbreak":case"hardbreak":n+="\n"}return n},ai.prototype.render=function(t,e,r){let n="";const o=this.rules;for(let i=0,a=t.length;i<a;i++){const a=t[i].type;"inline"===a?n+=this.renderInline(t[i].children,e,r):void 0!==o[a]?n+=o[a](t,i,e,r,this):n+=this.renderToken(t,i,e,r)}return n};const si=ai;function li(){this.__rules__=[],this.__cache__=null}li.prototype.__find__=function(t){for(let e=0;e<this.__rules__.length;e++)if(this.__rules__[e].name===t)return e;return-1},li.prototype.__compile__=function(){const t=this,e=[""];t.__rules__.forEach((function(t){t.enabled&&t.alt.forEach((function(t){e.indexOf(t)<0&&e.push(t)}))})),t.__cache__={},e.forEach((function(e){t.__cache__[e]=[],t.__rules__.forEach((function(r){r.enabled&&(e&&r.alt.indexOf(e)<0||t.__cache__[e].push(r.fn))}))}))},li.prototype.at=function(t,e,r){const n=this.__find__(t),o=r||{};if(-1===n)throw new Error("Parser rule not found: "+t);this.__rules__[n].fn=e,this.__rules__[n].alt=o.alt||[],this.__cache__=null},li.prototype.before=function(t,e,r,n){const o=this.__find__(t),i=n||{};if(-1===o)throw new Error("Parser rule not found: "+t);this.__rules__.splice(o,0,{name:e,enabled:!0,fn:r,alt:i.alt||[]}),this.__cache__=null},li.prototype.after=function(t,e,r,n){const o=this.__find__(t),i=n||{};if(-1===o)throw new Error("Parser rule not found: "+t);this.__rules__.splice(o+1,0,{name:e,enabled:!0,fn:r,alt:i.alt||[]}),this.__cache__=null},li.prototype.push=function(t,e,r){const n=r||{};this.__rules__.push({name:t,enabled:!0,fn:e,alt:n.alt||[]}),this.__cache__=null},li.prototype.enable=function(t,e){Array.isArray(t)||(t=[t]);const r=[];return t.forEach((function(t){const n=this.__find__(t);if(n<0){if(e)return;throw new Error("Rules manager: invalid rule name "+t)}this.__rules__[n].enabled=!0,r.push(t)}),this),this.__cache__=null,r},li.prototype.enableOnly=function(t,e){Array.isArray(t)||(t=[t]),this.__rules__.forEach((function(t){t.enabled=!1})),this.enable(t,e)},li.prototype.disable=function(t,e){Array.isArray(t)||(t=[t]);const r=[];return t.forEach((function(t){const n=this.__find__(t);if(n<0){if(e)return;throw new Error("Rules manager: invalid rule name "+t)}this.__rules__[n].enabled=!1,r.push(t)}),this),this.__cache__=null,r},li.prototype.getRules=function(t){return null===this.__cache__&&this.__compile__(),this.__cache__[t]||[]};const ci=li;function di(t,e,r){this.type=t,this.tag=e,this.attrs=null,this.map=null,this.nesting=r,this.level=0,this.children=null,this.content="",this.markup="",this.info="",this.meta=null,this.block=!1,this.hidden=!1}di.prototype.attrIndex=function(t){if(!this.attrs)return-1;const e=this.attrs;for(let r=0,n=e.length;r<n;r++)if(e[r][0]===t)return r;return-1},di.prototype.attrPush=function(t){this.attrs?this.attrs.push(t):this.attrs=[t]},di.prototype.attrSet=function(t,e){const r=this.attrIndex(t),n=[t,e];r<0?this.attrPush(n):this.attrs[r]=n},di.prototype.attrGet=function(t){const e=this.attrIndex(t);let r=null;return e>=0&&(r=this.attrs[e][1]),r},di.prototype.attrJoin=function(t,e){const r=this.attrIndex(t);r<0?this.attrPush([t,e]):this.attrs[r][1]=this.attrs[r][1]+" "+e};const ui=di;function pi(t,e,r){this.src=t,this.env=r,this.tokens=[],this.inlineMode=!1,this.md=e}pi.prototype.Token=ui;const hi=pi,mi=/\r\n?|\n/g,fi=/\0/g;function gi(t){return/^<\/a\s*>/i.test(t)}const bi=/\+-|\.\.|\?\?\?\?|!!!!|,,|--/,yi=/\((c|tm|r)\)/i,vi=/\((c|tm|r)\)/gi,xi={c:"©",r:"®",tm:"™"};function Ci(t,e){return xi[e.toLowerCase()]}function wi(t){let e=0;for(let r=t.length-1;r>=0;r--){const n=t[r];"text"!==n.type||e||(n.content=n.content.replace(vi,Ci)),"link_open"===n.type&&"auto"===n.info&&e--,"link_close"===n.type&&"auto"===n.info&&e++}}function ki(t){let e=0;for(let r=t.length-1;r>=0;r--){const n=t[r];"text"!==n.type||e||bi.test(n.content)&&(n.content=n.content.replace(/\+-/g,"±").replace(/\.{2,}/g,"…").replace(/([?!])…/g,"$1..").replace(/([?!]){4,}/g,"$1$1$1").replace(/,{2,}/g,",").replace(/(^|[^-])---(?=[^-]|$)/gm,"$1—").replace(/(^|\s)--(?=\s|$)/gm,"$1–").replace(/(^|[^-\s])--(?=[^-\s]|$)/gm,"$1–")),"link_open"===n.type&&"auto"===n.info&&e--,"link_close"===n.type&&"auto"===n.info&&e++}}const Ei=/['"]/,Ai=/['"]/g;function _i(t,e,r){return t.slice(0,e)+r+t.slice(e+1)}function Si(t,e){let r;const n=[];for(let o=0;o<t.length;o++){const i=t[o],a=t[o].level;for(r=n.length-1;r>=0&&!(n[r].level<=a);r--);if(n.length=r+1,"text"!==i.type)continue;let s=i.content,l=0,c=s.length;t:for(;l<c;){Ai.lastIndex=l;const d=Ai.exec(s);if(!d)break;let u=!0,p=!0;l=d.index+1;const h="'"===d[0];let m=32;if(d.index-1>=0)m=s.charCodeAt(d.index-1);else for(r=o-1;r>=0&&"softbreak"!==t[r].type&&"hardbreak"!==t[r].type;r--)if(t[r].content){m=t[r].content.charCodeAt(t[r].content.length-1);break}let f=32;if(l<c)f=s.charCodeAt(l);else for(r=o+1;r<t.length&&"softbreak"!==t[r].type&&"hardbreak"!==t[r].type;r++)if(t[r].content){f=t[r].content.charCodeAt(0);break}const g=Xo(m)||Ko(String.fromCharCode(m)),b=Xo(f)||Ko(String.fromCharCode(f)),y=Yo(m),v=Yo(f);if(v?u=!1:b&&(y||g||(u=!1)),y?p=!1:g&&(v||b||(p=!1)),34===f&&'"'===d[0]&&m>=48&&m<=57&&(p=u=!1),u&&p&&(u=g,p=b),u||p){if(p)for(r=n.length-1;r>=0;r--){let u=n[r];if(n[r].level<a)break;if(u.single===h&&n[r].level===a){let a,p;u=n[r],h?(a=e.md.options.quotes[2],p=e.md.options.quotes[3]):(a=e.md.options.quotes[0],p=e.md.options.quotes[1]),i.content=_i(i.content,d.index,p),t[u.token].content=_i(t[u.token].content,u.pos,a),l+=p.length-1,u.token===o&&(l+=a.length-1),s=i.content,c=s.length,n.length=r;continue t}}u?n.push({token:o,pos:d.index,single:h,level:a}):p&&h&&(i.content=_i(i.content,d.index,"’"))}else h&&(i.content=_i(i.content,d.index,"’"))}}}const Di=[["normalize",function(t){let e;e=t.src.replace(mi,"\n"),e=e.replace(fi,"�"),t.src=e}],["block",function(t){let e;t.inlineMode?(e=new t.Token("inline","",0),e.content=t.src,e.map=[0,1],e.children=[],t.tokens.push(e)):t.md.block.parse(t.src,t.md,t.env,t.tokens)}],["inline",function(t){const e=t.tokens;for(let r=0,n=e.length;r<n;r++){const n=e[r];"inline"===n.type&&t.md.inline.parse(n.content,t.md,t.env,n.children)}}],["linkify",function(t){const e=t.tokens;var r;if(t.md.options.linkify)for(let n=0,o=e.length;n<o;n++){if("inline"!==e[n].type||!t.md.linkify.pretest(e[n].content))continue;let o=e[n].children,i=0;for(let a=o.length-1;a>=0;a--){const s=o[a];if("link_close"!==s.type){if("html_inline"===s.type&&(r=s.content,/^<a[>\s]/i.test(r)&&i>0&&i--,gi(s.content)&&i++),!(i>0)&&"text"===s.type&&t.md.linkify.test(s.content)){const r=s.content;let i=t.md.linkify.match(r);const l=[];let c=s.level,d=0;i.length>0&&0===i[0].index&&a>0&&"text_special"===o[a-1].type&&(i=i.slice(1));for(let e=0;e<i.length;e++){const n=i[e].url,o=t.md.normalizeLink(n);if(!t.md.validateLink(o))continue;let a=i[e].text;a=i[e].schema?"mailto:"!==i[e].schema||/^mailto:/i.test(a)?t.md.normalizeLinkText(a):t.md.normalizeLinkText("mailto:"+a).replace(/^mailto:/,""):t.md.normalizeLinkText("http://"+a).replace(/^http:\/\//,"");const s=i[e].index;if(s>d){const e=new t.Token("text","",0);e.content=r.slice(d,s),e.level=c,l.push(e)}const u=new t.Token("link_open","a",1);u.attrs=[["href",o]],u.level=c++,u.markup="linkify",u.info="auto",l.push(u);const p=new t.Token("text","",0);p.content=a,p.level=c,l.push(p);const h=new t.Token("link_close","a",-1);h.level=--c,h.markup="linkify",h.info="auto",l.push(h),d=i[e].lastIndex}if(d<r.length){const e=new t.Token("text","",0);e.content=r.slice(d),e.level=c,l.push(e)}e[n].children=o=Oo(o,a,l)}}else for(a--;o[a].level!==s.level&&"link_open"!==o[a].type;)a--}}}],["replacements",function(t){let e;if(t.md.options.typographer)for(e=t.tokens.length-1;e>=0;e--)"inline"===t.tokens[e].type&&(yi.test(t.tokens[e].content)&&wi(t.tokens[e].children),bi.test(t.tokens[e].content)&&ki(t.tokens[e].children))}],["smartquotes",function(t){if(t.md.options.typographer)for(let e=t.tokens.length-1;e>=0;e--)"inline"===t.tokens[e].type&&Ei.test(t.tokens[e].content)&&Si(t.tokens[e].children,t)}],["text_join",function(t){let e,r;const n=t.tokens,o=n.length;for(let t=0;t<o;t++){if("inline"!==n[t].type)continue;const o=n[t].children,i=o.length;for(e=0;e<i;e++)"text_special"===o[e].type&&(o[e].type="text");for(e=r=0;e<i;e++)"text"===o[e].type&&e+1<i&&"text"===o[e+1].type?o[e+1].content=o[e].content+o[e+1].content:(e!==r&&(o[r]=o[e]),r++);e!==r&&(o.length=r)}}]];function Ti(){this.ruler=new ci;for(let t=0;t<Di.length;t++)this.ruler.push(Di[t][0],Di[t][1])}Ti.prototype.process=function(t){const e=this.ruler.getRules("");for(let r=0,n=e.length;r<n;r++)e[r](t)},Ti.prototype.State=hi;const Mi=Ti;function Fi(t,e,r,n){this.src=t,this.md=e,this.env=r,this.tokens=n,this.bMarks=[],this.eMarks=[],this.tShift=[],this.sCount=[],this.bsCount=[],this.blkIndent=0,this.line=0,this.lineMax=0,this.tight=!1,this.ddIndent=-1,this.listIndent=-1,this.parentType="root",this.level=0;const o=this.src;for(let t=0,e=0,r=0,n=0,i=o.length,a=!1;e<i;e++){const s=o.charCodeAt(e);if(!a){if(Qo(s)){r++,9===s?n+=4-n%4:n++;continue}a=!0}10!==s&&e!==i-1||(10!==s&&e++,this.bMarks.push(t),this.eMarks.push(e),this.tShift.push(r),this.sCount.push(n),this.bsCount.push(0),a=!1,r=0,n=0,t=e+1)}this.bMarks.push(o.length),this.eMarks.push(o.length),this.tShift.push(0),this.sCount.push(0),this.bsCount.push(0),this.lineMax=this.bMarks.length-1}Fi.prototype.push=function(t,e,r){const n=new ui(t,e,r);return n.block=!0,r<0&&this.level--,n.level=this.level,r>0&&this.level++,this.tokens.push(n),n},Fi.prototype.isEmpty=function(t){return this.bMarks[t]+this.tShift[t]>=this.eMarks[t]},Fi.prototype.skipEmptyLines=function(t){for(let e=this.lineMax;t<e&&!(this.bMarks[t]+this.tShift[t]<this.eMarks[t]);t++);return t},Fi.prototype.skipSpaces=function(t){for(let e=this.src.length;t<e&&Qo(this.src.charCodeAt(t));t++);return t},Fi.prototype.skipSpacesBack=function(t,e){if(t<=e)return t;for(;t>e;)if(!Qo(this.src.charCodeAt(--t)))return t+1;return t},Fi.prototype.skipChars=function(t,e){for(let r=this.src.length;t<r&&this.src.charCodeAt(t)===e;t++);return t},Fi.prototype.skipCharsBack=function(t,e,r){if(t<=r)return t;for(;t>r;)if(e!==this.src.charCodeAt(--t))return t+1;return t},Fi.prototype.getLines=function(t,e,r,n){if(t>=e)return"";const o=new Array(e-t);for(let i=0,a=t;a<e;a++,i++){let t=0;const s=this.bMarks[a];let l,c=s;for(l=a+1<e||n?this.eMarks[a]+1:this.eMarks[a];c<l&&t<r;){const e=this.src.charCodeAt(c);if(Qo(e))9===e?t+=4-(t+this.bsCount[a])%4:t++;else{if(!(c-s<this.tShift[a]))break;t++}c++}o[i]=t>r?new Array(t-r+1).join(" ")+this.src.slice(c,l):this.src.slice(c,l)}return o.join("")},Fi.prototype.Token=ui;const Li=Fi;function Ii(t,e){const r=t.bMarks[e]+t.tShift[e],n=t.eMarks[e];return t.src.slice(r,n)}function zi(t){const e=[],r=t.length;let n=0,o=t.charCodeAt(n),i=!1,a=0,s="";for(;n<r;)124===o&&(i?(s+=t.substring(a,n-1),a=n):(e.push(s+t.substring(a,n)),s="",a=n+1)),i=92===o,n++,o=t.charCodeAt(n);return e.push(s+t.substring(a)),e}function Oi(t,e){const r=t.eMarks[e];let n=t.bMarks[e]+t.tShift[e];const o=t.src.charCodeAt(n++);return 42!==o&&45!==o&&43!==o||n<r&&!Qo(t.src.charCodeAt(n))?-1:n}function Ni(t,e){const r=t.bMarks[e]+t.tShift[e],n=t.eMarks[e];let o=r;if(o+1>=n)return-1;let i=t.src.charCodeAt(o++);if(i<48||i>57)return-1;for(;;){if(o>=n)return-1;if(i=t.src.charCodeAt(o++),!(i>=48&&i<=57)){if(41===i||46===i)break;return-1}if(o-r>=10)return-1}return o<n&&(i=t.src.charCodeAt(o),!Qo(i))?-1:o}const Bi="<[A-Za-z][A-Za-z0-9\\-]*(?:\\s+[a-zA-Z_:][a-zA-Z0-9:._-]*(?:\\s*=\\s*(?:[^\"'=<>`\\x00-\\x20]+|'[^']*'|\"[^\"]*\"))?)*\\s*\\/?>",qi="<\\/[A-Za-z][A-Za-z0-9\\-]*\\s*>",Ri=new RegExp("^(?:"+Bi+"|"+qi+"|\x3c!---?>|\x3c!--(?:[^-]|-[^-]|--[^>])*--\x3e|<[?][\\s\\S]*?[?]>|<![A-Za-z][^>]*>|<!\\[CDATA\\[[\\s\\S]*?\\]\\]>)"),Vi=new RegExp("^(?:"+Bi+"|"+qi+")"),Wi=[[/^<(script|pre|style|textarea)(?=(\s|>|$))/i,/<\/(script|pre|style|textarea)>/i,!0],[/^<!--/,/-->/,!0],[/^<\?/,/\?>/,!0],[/^<![A-Z]/,/>/,!0],[/^<!\[CDATA\[/,/\]\]>/,!0],[new RegExp("^</?("+["address","article","aside","base","basefont","blockquote","body","caption","center","col","colgroup","dd","details","dialog","dir","div","dl","dt","fieldset","figcaption","figure","footer","form","frame","frameset","h1","h2","h3","h4","h5","h6","head","header","hr","html","iframe","legend","li","link","main","menu","menuitem","nav","noframes","ol","optgroup","option","p","param","search","section","summary","table","tbody","td","tfoot","th","thead","title","tr","track","ul"].join("|")+")(?=(\\s|/?>|$))","i"),/^$/,!0],[new RegExp(Vi.source+"\\s*$"),/^$/,!1]],Pi=[["table",function(t,e,r,n){if(e+2>r)return!1;let o=e+1;if(t.sCount[o]<t.blkIndent)return!1;if(t.sCount[o]-t.blkIndent>=4)return!1;let i=t.bMarks[o]+t.tShift[o];if(i>=t.eMarks[o])return!1;const a=t.src.charCodeAt(i++);if(124!==a&&45!==a&&58!==a)return!1;if(i>=t.eMarks[o])return!1;const s=t.src.charCodeAt(i++);if(124!==s&&45!==s&&58!==s&&!Qo(s))return!1;if(45===a&&Qo(s))return!1;for(;i<t.eMarks[o];){const e=t.src.charCodeAt(i);if(124!==e&&45!==e&&58!==e&&!Qo(e))return!1;i++}let l=Ii(t,e+1),c=l.split("|");const d=[];for(let t=0;t<c.length;t++){const e=c[t].trim();if(!e){if(0===t||t===c.length-1)continue;return!1}if(!/^:?-+:?$/.test(e))return!1;58===e.charCodeAt(e.length-1)?d.push(58===e.charCodeAt(0)?"center":"right"):58===e.charCodeAt(0)?d.push("left"):d.push("")}if(l=Ii(t,e).trim(),-1===l.indexOf("|"))return!1;if(t.sCount[e]-t.blkIndent>=4)return!1;c=zi(l),c.length&&""===c[0]&&c.shift(),c.length&&""===c[c.length-1]&&c.pop();const u=c.length;if(0===u||u!==d.length)return!1;if(n)return!0;const p=t.parentType;t.parentType="table";const h=t.md.block.ruler.getRules("blockquote"),m=[e,0];t.push("table_open","table",1).map=m,t.push("thead_open","thead",1).map=[e,e+1],t.push("tr_open","tr",1).map=[e,e+1];for(let e=0;e<c.length;e++){const r=t.push("th_open","th",1);d[e]&&(r.attrs=[["style","text-align:"+d[e]]]);const n=t.push("inline","",0);n.content=c[e].trim(),n.children=[],t.push("th_close","th",-1)}let f;t.push("tr_close","tr",-1),t.push("thead_close","thead",-1);let g=0;for(o=e+2;o<r&&!(t.sCount[o]<t.blkIndent);o++){let n=!1;for(let e=0,i=h.length;e<i;e++)if(h[e](t,o,r,!0)){n=!0;break}if(n)break;if(l=Ii(t,o).trim(),!l)break;if(t.sCount[o]-t.blkIndent>=4)break;if(c=zi(l),c.length&&""===c[0]&&c.shift(),c.length&&""===c[c.length-1]&&c.pop(),g+=u-c.length,g>65536)break;o===e+2&&(t.push("tbody_open","tbody",1).map=f=[e+2,0]),t.push("tr_open","tr",1).map=[o,o+1];for(let e=0;e<u;e++){const r=t.push("td_open","td",1);d[e]&&(r.attrs=[["style","text-align:"+d[e]]]);const n=t.push("inline","",0);n.content=c[e]?c[e].trim():"",n.children=[],t.push("td_close","td",-1)}t.push("tr_close","tr",-1)}return f&&(t.push("tbody_close","tbody",-1),f[1]=o),t.push("table_close","table",-1),m[1]=o,t.parentType=p,t.line=o,!0},["paragraph","reference"]],["code",function(t,e,r){if(t.sCount[e]-t.blkIndent<4)return!1;let n=e+1,o=n;for(;n<r;)if(t.isEmpty(n))n++;else{if(!(t.sCount[n]-t.blkIndent>=4))break;n++,o=n}t.line=o;const i=t.push("code_block","code",0);return i.content=t.getLines(e,o,4+t.blkIndent,!1)+"\n",i.map=[e,t.line],!0}],["fence",function(t,e,r,n){let o=t.bMarks[e]+t.tShift[e],i=t.eMarks[e];if(t.sCount[e]-t.blkIndent>=4)return!1;if(o+3>i)return!1;const a=t.src.charCodeAt(o);if(126!==a&&96!==a)return!1;let s=o;o=t.skipChars(o,a);let l=o-s;if(l<3)return!1;const c=t.src.slice(s,o),d=t.src.slice(o,i);if(96===a&&d.indexOf(String.fromCharCode(a))>=0)return!1;if(n)return!0;let u=e,p=!1;for(;!(u++,u>=r||(o=s=t.bMarks[u]+t.tShift[u],i=t.eMarks[u],o<i&&t.sCount[u]<t.blkIndent));)if(t.src.charCodeAt(o)===a&&!(t.sCount[u]-t.blkIndent>=4||(o=t.skipChars(o,a),o-s<l||(o=t.skipSpaces(o),o<i)))){p=!0;break}l=t.sCount[e],t.line=u+(p?1:0);const h=t.push("fence","code",0);return h.info=d,h.content=t.getLines(e+1,u,l,!0),h.markup=c,h.map=[e,t.line],!0},["paragraph","reference","blockquote","list"]],["blockquote",function(t,e,r,n){let o=t.bMarks[e]+t.tShift[e],i=t.eMarks[e];const a=t.lineMax;if(t.sCount[e]-t.blkIndent>=4)return!1;if(62!==t.src.charCodeAt(o))return!1;if(n)return!0;const s=[],l=[],c=[],d=[],u=t.md.block.ruler.getRules("blockquote"),p=t.parentType;t.parentType="blockquote";let h,m=!1;for(h=e;h<r;h++){const e=t.sCount[h]<t.blkIndent;if(o=t.bMarks[h]+t.tShift[h],i=t.eMarks[h],o>=i)break;if(62===t.src.charCodeAt(o++)&&!e){let e,r,n=t.sCount[h]+1;32===t.src.charCodeAt(o)?(o++,n++,r=!1,e=!0):9===t.src.charCodeAt(o)?(e=!0,(t.bsCount[h]+n)%4==3?(o++,n++,r=!1):r=!0):e=!1;let a=n;for(s.push(t.bMarks[h]),t.bMarks[h]=o;o<i;){const e=t.src.charCodeAt(o);if(!Qo(e))break;9===e?a+=4-(a+t.bsCount[h]+(r?1:0))%4:a++,o++}m=o>=i,l.push(t.bsCount[h]),t.bsCount[h]=t.sCount[h]+1+(e?1:0),c.push(t.sCount[h]),t.sCount[h]=a-n,d.push(t.tShift[h]),t.tShift[h]=o-t.bMarks[h];continue}if(m)break;let n=!1;for(let e=0,o=u.length;e<o;e++)if(u[e](t,h,r,!0)){n=!0;break}if(n){t.lineMax=h,0!==t.blkIndent&&(s.push(t.bMarks[h]),l.push(t.bsCount[h]),d.push(t.tShift[h]),c.push(t.sCount[h]),t.sCount[h]-=t.blkIndent);break}s.push(t.bMarks[h]),l.push(t.bsCount[h]),d.push(t.tShift[h]),c.push(t.sCount[h]),t.sCount[h]=-1}const f=t.blkIndent;t.blkIndent=0;const g=t.push("blockquote_open","blockquote",1);g.markup=">";const b=[e,0];g.map=b,t.md.block.tokenize(t,e,h),t.push("blockquote_close","blockquote",-1).markup=">",t.lineMax=a,t.parentType=p,b[1]=t.line;for(let r=0;r<d.length;r++)t.bMarks[r+e]=s[r],t.tShift[r+e]=d[r],t.sCount[r+e]=c[r],t.bsCount[r+e]=l[r];return t.blkIndent=f,!0},["paragraph","reference","blockquote","list"]],["hr",function(t,e,r,n){const o=t.eMarks[e];if(t.sCount[e]-t.blkIndent>=4)return!1;let i=t.bMarks[e]+t.tShift[e];const a=t.src.charCodeAt(i++);if(42!==a&&45!==a&&95!==a)return!1;let s=1;for(;i<o;){const e=t.src.charCodeAt(i++);if(e!==a&&!Qo(e))return!1;e===a&&s++}if(s<3)return!1;if(n)return!0;t.line=e+1;const l=t.push("hr","hr",0);return l.map=[e,t.line],l.markup=Array(s+1).join(String.fromCharCode(a)),!0},["paragraph","reference","blockquote","list"]],["list",function(t,e,r,n){let o,i,a,s,l=e,c=!0;if(t.sCount[l]-t.blkIndent>=4)return!1;if(t.listIndent>=0&&t.sCount[l]-t.listIndent>=4&&t.sCount[l]<t.blkIndent)return!1;let d,u,p,h=!1;if(n&&"paragraph"===t.parentType&&t.sCount[l]>=t.blkIndent&&(h=!0),(p=Ni(t,l))>=0){if(d=!0,a=t.bMarks[l]+t.tShift[l],u=Number(t.src.slice(a,p-1)),h&&1!==u)return!1}else{if(!((p=Oi(t,l))>=0))return!1;d=!1}if(h&&t.skipSpaces(p)>=t.eMarks[l])return!1;if(n)return!0;const m=t.src.charCodeAt(p-1),f=t.tokens.length;d?(s=t.push("ordered_list_open","ol",1),1!==u&&(s.attrs=[["start",u]])):s=t.push("bullet_list_open","ul",1);const g=[l,0];s.map=g,s.markup=String.fromCharCode(m);let b=!1;const y=t.md.block.ruler.getRules("list"),v=t.parentType;for(t.parentType="list";l<r;){i=p,o=t.eMarks[l];const e=t.sCount[l]+p-(t.bMarks[l]+t.tShift[l]);let n=e;for(;i<o;){const e=t.src.charCodeAt(i);if(9===e)n+=4-(n+t.bsCount[l])%4;else{if(32!==e)break;n++}i++}const u=i;let h;h=u>=o?1:n-e,h>4&&(h=1);const f=e+h;s=t.push("list_item_open","li",1),s.markup=String.fromCharCode(m);const g=[l,0];s.map=g,d&&(s.info=t.src.slice(a,p-1));const v=t.tight,x=t.tShift[l],C=t.sCount[l],w=t.listIndent;if(t.listIndent=t.blkIndent,t.blkIndent=f,t.tight=!0,t.tShift[l]=u-t.bMarks[l],t.sCount[l]=n,u>=o&&t.isEmpty(l+1)?t.line=Math.min(t.line+2,r):t.md.block.tokenize(t,l,r,!0),t.tight&&!b||(c=!1),b=t.line-l>1&&t.isEmpty(t.line-1),t.blkIndent=t.listIndent,t.listIndent=w,t.tShift[l]=x,t.sCount[l]=C,t.tight=v,s=t.push("list_item_close","li",-1),s.markup=String.fromCharCode(m),l=t.line,g[1]=l,l>=r)break;if(t.sCount[l]<t.blkIndent)break;if(t.sCount[l]-t.blkIndent>=4)break;let k=!1;for(let e=0,n=y.length;e<n;e++)if(y[e](t,l,r,!0)){k=!0;break}if(k)break;if(d){if(p=Ni(t,l),p<0)break;a=t.bMarks[l]+t.tShift[l]}else if(p=Oi(t,l),p<0)break;if(m!==t.src.charCodeAt(p-1))break}return s=d?t.push("ordered_list_close","ol",-1):t.push("bullet_list_close","ul",-1),s.markup=String.fromCharCode(m),g[1]=l,t.line=l,t.parentType=v,c&&function(t,e){const r=t.level+2;for(let n=e+2,o=t.tokens.length-2;n<o;n++)t.tokens[n].level===r&&"paragraph_open"===t.tokens[n].type&&(t.tokens[n+2].hidden=!0,t.tokens[n].hidden=!0,n+=2)}(t,f),!0},["paragraph","reference","blockquote"]],["reference",function(t,e,r,n){let o=t.bMarks[e]+t.tShift[e],i=t.eMarks[e],a=e+1;if(t.sCount[e]-t.blkIndent>=4)return!1;if(91!==t.src.charCodeAt(o))return!1;function s(e){const r=t.lineMax;if(e>=r||t.isEmpty(e))return null;let n=!1;if(t.sCount[e]-t.blkIndent>3&&(n=!0),t.sCount[e]<0&&(n=!0),!n){const n=t.md.block.ruler.getRules("reference"),o=t.parentType;t.parentType="reference";let i=!1;for(let o=0,a=n.length;o<a;o++)if(n[o](t,e,r,!0)){i=!0;break}if(t.parentType=o,i)return null}const o=t.bMarks[e]+t.tShift[e],i=t.eMarks[e];return t.src.slice(o,i+1)}let l=t.src.slice(o,i+1);i=l.length;let c=-1;for(o=1;o<i;o++){const t=l.charCodeAt(o);if(91===t)return!1;if(93===t){c=o;break}if(10===t){const t=s(a);null!==t&&(l+=t,i=l.length,a++)}else if(92===t&&(o++,o<i&&10===l.charCodeAt(o))){const t=s(a);null!==t&&(l+=t,i=l.length,a++)}}if(c<0||58!==l.charCodeAt(c+1))return!1;for(o=c+2;o<i;o++){const t=l.charCodeAt(o);if(10===t){const t=s(a);null!==t&&(l+=t,i=l.length,a++)}else if(!Qo(t))break}const d=t.md.helpers.parseLinkDestination(l,o,i);if(!d.ok)return!1;const u=t.md.normalizeLink(d.str);if(!t.md.validateLink(u))return!1;o=d.pos;const p=o,h=a,m=o;for(;o<i;o++){const t=l.charCodeAt(o);if(10===t){const t=s(a);null!==t&&(l+=t,i=l.length,a++)}else if(!Qo(t))break}let f,g=t.md.helpers.parseLinkTitle(l,o,i);for(;g.can_continue;){const e=s(a);if(null===e)break;l+=e,o=i,i=l.length,a++,g=t.md.helpers.parseLinkTitle(l,o,i,g)}for(o<i&&m!==o&&g.ok?(f=g.str,o=g.pos):(f="",o=p,a=h);o<i&&Qo(l.charCodeAt(o));)o++;if(o<i&&10!==l.charCodeAt(o)&&f)for(f="",o=p,a=h;o<i&&Qo(l.charCodeAt(o));)o++;if(o<i&&10!==l.charCodeAt(o))return!1;const b=ti(l.slice(1,c));return!!b&&(n||(void 0===t.env.references&&(t.env.references={}),void 0===t.env.references[b]&&(t.env.references[b]={title:f,href:u}),t.line=a),!0)}],["html_block",function(t,e,r,n){let o=t.bMarks[e]+t.tShift[e],i=t.eMarks[e];if(t.sCount[e]-t.blkIndent>=4)return!1;if(!t.md.options.html)return!1;if(60!==t.src.charCodeAt(o))return!1;let a=t.src.slice(o,i),s=0;for(;s<Wi.length&&!Wi[s][0].test(a);s++);if(s===Wi.length)return!1;if(n)return Wi[s][2];let l=e+1;if(!Wi[s][1].test(a))for(;l<r&&!(t.sCount[l]<t.blkIndent);l++)if(o=t.bMarks[l]+t.tShift[l],i=t.eMarks[l],a=t.src.slice(o,i),Wi[s][1].test(a)){0!==a.length&&l++;break}t.line=l;const c=t.push("html_block","",0);return c.map=[e,l],c.content=t.getLines(e,l,t.blkIndent,!0),!0},["paragraph","reference","blockquote"]],["heading",function(t,e,r,n){let o=t.bMarks[e]+t.tShift[e],i=t.eMarks[e];if(t.sCount[e]-t.blkIndent>=4)return!1;let a=t.src.charCodeAt(o);if(35!==a||o>=i)return!1;let s=1;for(a=t.src.charCodeAt(++o);35===a&&o<i&&s<=6;)s++,a=t.src.charCodeAt(++o);if(s>6||o<i&&!Qo(a))return!1;if(n)return!0;i=t.skipSpacesBack(i,o);const l=t.skipCharsBack(i,35,o);l>o&&Qo(t.src.charCodeAt(l-1))&&(i=l),t.line=e+1;const c=t.push("heading_open","h"+String(s),1);c.markup="########".slice(0,s),c.map=[e,t.line];const d=t.push("inline","",0);return d.content=t.src.slice(o,i).trim(),d.map=[e,t.line],d.children=[],t.push("heading_close","h"+String(s),-1).markup="########".slice(0,s),!0},["paragraph","reference","blockquote"]],["lheading",function(t,e,r){const n=t.md.block.ruler.getRules("paragraph");if(t.sCount[e]-t.blkIndent>=4)return!1;const o=t.parentType;t.parentType="paragraph";let i,a=0,s=e+1;for(;s<r&&!t.isEmpty(s);s++){if(t.sCount[s]-t.blkIndent>3)continue;if(t.sCount[s]>=t.blkIndent){let e=t.bMarks[s]+t.tShift[s];const r=t.eMarks[s];if(e<r&&(i=t.src.charCodeAt(e),(45===i||61===i)&&(e=t.skipChars(e,i),e=t.skipSpaces(e),e>=r))){a=61===i?1:2;break}}if(t.sCount[s]<0)continue;let e=!1;for(let o=0,i=n.length;o<i;o++)if(n[o](t,s,r,!0)){e=!0;break}if(e)break}if(!a)return!1;const l=t.getLines(e,s,t.blkIndent,!1).trim();t.line=s+1;const c=t.push("heading_open","h"+String(a),1);c.markup=String.fromCharCode(i),c.map=[e,t.line];const d=t.push("inline","",0);return d.content=l,d.map=[e,t.line-1],d.children=[],t.push("heading_close","h"+String(a),-1).markup=String.fromCharCode(i),t.parentType=o,!0}],["paragraph",function(t,e,r){const n=t.md.block.ruler.getRules("paragraph"),o=t.parentType;let i=e+1;for(t.parentType="paragraph";i<r&&!t.isEmpty(i);i++){if(t.sCount[i]-t.blkIndent>3)continue;if(t.sCount[i]<0)continue;let e=!1;for(let o=0,a=n.length;o<a;o++)if(n[o](t,i,r,!0)){e=!0;break}if(e)break}const a=t.getLines(e,i,t.blkIndent,!1).trim();t.line=i,t.push("paragraph_open","p",1).map=[e,t.line];const s=t.push("inline","",0);return s.content=a,s.map=[e,t.line],s.children=[],t.push("paragraph_close","p",-1),t.parentType=o,!0}]];function $i(){this.ruler=new ci;for(let t=0;t<Pi.length;t++)this.ruler.push(Pi[t][0],Pi[t][1],{alt:(Pi[t][2]||[]).slice()})}$i.prototype.tokenize=function(t,e,r){const n=this.ruler.getRules(""),o=n.length,i=t.md.options.maxNesting;let a=e,s=!1;for(;a<r&&(t.line=a=t.skipEmptyLines(a),!(a>=r))&&!(t.sCount[a]<t.blkIndent);){if(t.level>=i){t.line=r;break}const e=t.line;let l=!1;for(let i=0;i<o;i++)if(l=n[i](t,a,r,!1),l){if(e>=t.line)throw new Error("block rule didn't increment state.line");break}if(!l)throw new Error("none of the block rules matched");t.tight=!s,t.isEmpty(t.line-1)&&(s=!0),a=t.line,a<r&&t.isEmpty(a)&&(s=!0,a++,t.line=a)}},$i.prototype.parse=function(t,e,r,n){if(!t)return;const o=new this.State(t,e,r,n);this.tokenize(o,o.line,o.lineMax)},$i.prototype.State=Li;const ji=$i;function Hi(t,e,r,n){this.src=t,this.env=r,this.md=e,this.tokens=n,this.tokens_meta=Array(n.length),this.pos=0,this.posMax=this.src.length,this.level=0,this.pending="",this.pendingLevel=0,this.cache={},this.delimiters=[],this._prev_delimiters=[],this.backticks={},this.backticksScanned=!1,this.linkLevel=0}Hi.prototype.pushPending=function(){const t=new ui("text","",0);return t.content=this.pending,t.level=this.pendingLevel,this.tokens.push(t),this.pending="",t},Hi.prototype.push=function(t,e,r){this.pending&&this.pushPending();const n=new ui(t,e,r);let o=null;return r<0&&(this.level--,this.delimiters=this._prev_delimiters.pop()),n.level=this.level,r>0&&(this.level++,this._prev_delimiters.push(this.delimiters),this.delimiters=[],o={delimiters:this.delimiters}),this.pendingLevel=this.level,this.tokens.push(n),this.tokens_meta.push(o),n},Hi.prototype.scanDelims=function(t,e){const r=this.posMax,n=this.src.charCodeAt(t),o=t>0?this.src.charCodeAt(t-1):32;let i=t;for(;i<r&&this.src.charCodeAt(i)===n;)i++;const a=i-t,s=i<r?this.src.charCodeAt(i):32,l=Xo(o)||Ko(String.fromCharCode(o)),c=Xo(s)||Ko(String.fromCharCode(s)),d=Yo(o),u=Yo(s),p=!u&&(!c||d||l),h=!d&&(!l||u||c);return{can_open:p&&(e||!h||l),can_close:h&&(e||!p||c),length:a}},Hi.prototype.Token=ui;const Ui=Hi;function Gi(t){switch(t){case 10:case 33:case 35:case 36:case 37:case 38:case 42:case 43:case 45:case 58:case 60:case 61:case 62:case 64:case 91:case 92:case 93:case 94:case 95:case 96:case 123:case 125:case 126:return!0;default:return!1}}const Zi=/(?:^|[^a-z0-9.+-])([a-z][a-z0-9.+-]*)$/i,Ji=[];for(let t=0;t<256;t++)Ji.push(0);function Qi(t,e){let r;const n=[],o=e.length;for(let i=0;i<o;i++){const o=e[i];if(126!==o.marker)continue;if(-1===o.end)continue;const a=e[o.end];r=t.tokens[o.token],r.type="s_open",r.tag="s",r.nesting=1,r.markup="~~",r.content="",r=t.tokens[a.token],r.type="s_close",r.tag="s",r.nesting=-1,r.markup="~~",r.content="","text"===t.tokens[a.token-1].type&&"~"===t.tokens[a.token-1].content&&n.push(a.token-1)}for(;n.length;){const e=n.pop();let o=e+1;for(;o<t.tokens.length&&"s_close"===t.tokens[o].type;)o++;o--,e!==o&&(r=t.tokens[o],t.tokens[o]=t.tokens[e],t.tokens[e]=r)}}"\\!\"#$%&'()*+,./:;<=>?@[]^_`{|}~-".split("").forEach((function(t){Ji[t.charCodeAt(0)]=1}));const Yi={tokenize:function(t,e){const r=t.pos,n=t.src.charCodeAt(r);if(e)return!1;if(126!==n)return!1;const o=t.scanDelims(t.pos,!0);let i=o.length;const a=String.fromCharCode(n);if(i<2)return!1;let s;i%2&&(s=t.push("text","",0),s.content=a,i--);for(let e=0;e<i;e+=2)s=t.push("text","",0),s.content=a+a,t.delimiters.push({marker:n,length:0,token:t.tokens.length-1,end:-1,open:o.can_open,close:o.can_close});return t.pos+=o.length,!0},postProcess:function(t){const e=t.tokens_meta,r=t.tokens_meta.length;Qi(t,t.delimiters);for(let n=0;n<r;n++)e[n]&&e[n].delimiters&&Qi(t,e[n].delimiters)}};function Ki(t,e){for(let r=e.length-1;r>=0;r--){const n=e[r];if(95!==n.marker&&42!==n.marker)continue;if(-1===n.end)continue;const o=e[n.end],i=r>0&&e[r-1].end===n.end+1&&e[r-1].marker===n.marker&&e[r-1].token===n.token-1&&e[n.end+1].token===o.token+1,a=String.fromCharCode(n.marker),s=t.tokens[n.token];s.type=i?"strong_open":"em_open",s.tag=i?"strong":"em",s.nesting=1,s.markup=i?a+a:a,s.content="";const l=t.tokens[o.token];l.type=i?"strong_close":"em_close",l.tag=i?"strong":"em",l.nesting=-1,l.markup=i?a+a:a,l.content="",i&&(t.tokens[e[r-1].token].content="",t.tokens[e[n.end+1].token].content="",r--)}}const Xi={tokenize:function(t,e){const r=t.pos,n=t.src.charCodeAt(r);if(e)return!1;if(95!==n&&42!==n)return!1;const o=t.scanDelims(t.pos,42===n);for(let e=0;e<o.length;e++)t.push("text","",0).content=String.fromCharCode(n),t.delimiters.push({marker:n,length:o.length,token:t.tokens.length-1,end:-1,open:o.can_open,close:o.can_close});return t.pos+=o.length,!0},postProcess:function(t){const e=t.tokens_meta,r=t.tokens_meta.length;Ki(t,t.delimiters);for(let n=0;n<r;n++)e[n]&&e[n].delimiters&&Ki(t,e[n].delimiters)}},ta=/^([a-zA-Z0-9.!#$%&'*+/=?^_`{|}~-]+@[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?(?:\.[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?)*)$/,ea=/^([a-zA-Z][a-zA-Z0-9+.-]{1,31}):([^<>\x00-\x20]*)$/,ra=/^&#((?:x[a-f0-9]{1,6}|[0-9]{1,7}));/i,na=/^&([a-z][a-z0-9]{1,31});/i;function oa(t){const e={},r=t.length;if(!r)return;let n=0,o=-2;const i=[];for(let a=0;a<r;a++){const r=t[a];if(i.push(0),t[n].marker===r.marker&&o===r.token-1||(n=a),o=r.token,r.length=r.length||0,!r.close)continue;e.hasOwnProperty(r.marker)||(e[r.marker]=[-1,-1,-1,-1,-1,-1]);const s=e[r.marker][(r.open?3:0)+r.length%3];let l=n-i[n]-1,c=l;for(;l>s;l-=i[l]+1){const e=t[l];if(e.marker===r.marker&&e.open&&e.end<0){let n=!1;if((e.close||r.open)&&(e.length+r.length)%3==0&&(e.length%3==0&&r.length%3==0||(n=!0)),!n){const n=l>0&&!t[l-1].open?i[l-1]+1:0;i[a]=a-l+n,i[l]=n,r.open=!1,e.end=a,e.close=!1,c=-1,o=-2;break}}}-1!==c&&(e[r.marker][(r.open?3:0)+(r.length||0)%3]=c)}}const ia=[["text",function(t,e){let r=t.pos;for(;r<t.posMax&&!Gi(t.src.charCodeAt(r));)r++;return r!==t.pos&&(e||(t.pending+=t.src.slice(t.pos,r)),t.pos=r,!0)}],["linkify",function(t,e){if(!t.md.options.linkify)return!1;if(t.linkLevel>0)return!1;const r=t.pos;if(r+3>t.posMax)return!1;if(58!==t.src.charCodeAt(r))return!1;if(47!==t.src.charCodeAt(r+1))return!1;if(47!==t.src.charCodeAt(r+2))return!1;const n=t.pending.match(Zi);if(!n)return!1;const o=n[1],i=t.md.linkify.matchAtStart(t.src.slice(r-o.length));if(!i)return!1;let a=i.url;if(a.length<=o.length)return!1;a=a.replace(/\*+$/,"");const s=t.md.normalizeLink(a);if(!t.md.validateLink(s))return!1;if(!e){t.pending=t.pending.slice(0,-o.length);const e=t.push("link_open","a",1);e.attrs=[["href",s]],e.markup="linkify",e.info="auto",t.push("text","",0).content=t.md.normalizeLinkText(a);const r=t.push("link_close","a",-1);r.markup="linkify",r.info="auto"}return t.pos+=a.length-o.length,!0}],["newline",function(t,e){let r=t.pos;if(10!==t.src.charCodeAt(r))return!1;const n=t.pending.length-1,o=t.posMax;if(!e)if(n>=0&&32===t.pending.charCodeAt(n))if(n>=1&&32===t.pending.charCodeAt(n-1)){let e=n-1;for(;e>=1&&32===t.pending.charCodeAt(e-1);)e--;t.pending=t.pending.slice(0,e),t.push("hardbreak","br",0)}else t.pending=t.pending.slice(0,-1),t.push("softbreak","br",0);else t.push("softbreak","br",0);for(r++;r<o&&Qo(t.src.charCodeAt(r));)r++;return t.pos=r,!0}],["escape",function(t,e){let r=t.pos;const n=t.posMax;if(92!==t.src.charCodeAt(r))return!1;if(r++,r>=n)return!1;let o=t.src.charCodeAt(r);if(10===o){for(e||t.push("hardbreak","br",0),r++;r<n&&(o=t.src.charCodeAt(r),Qo(o));)r++;return t.pos=r,!0}let i=t.src[r];if(o>=55296&&o<=56319&&r+1<n){const e=t.src.charCodeAt(r+1);e>=56320&&e<=57343&&(i+=t.src[r+1],r++)}const a="\\"+i;if(!e){const e=t.push("text_special","",0);o<256&&0!==Ji[o]?e.content=i:e.content=a,e.markup=a,e.info="escape"}return t.pos=r+1,!0}],["backticks",function(t,e){let r=t.pos;if(96!==t.src.charCodeAt(r))return!1;const n=r;r++;const o=t.posMax;for(;r<o&&96===t.src.charCodeAt(r);)r++;const i=t.src.slice(n,r),a=i.length;if(t.backticksScanned&&(t.backticks[a]||0)<=n)return e||(t.pending+=i),t.pos+=a,!0;let s,l=r;for(;-1!==(s=t.src.indexOf("`",l));){for(l=s+1;l<o&&96===t.src.charCodeAt(l);)l++;const n=l-s;if(n===a){if(!e){const e=t.push("code_inline","code",0);e.markup=i,e.content=t.src.slice(r,s).replace(/\n/g," ").replace(/^ (.+) $/,"$1")}return t.pos=l,!0}t.backticks[n]=s}return t.backticksScanned=!0,e||(t.pending+=i),t.pos+=a,!0}],["strikethrough",Yi.tokenize],["emphasis",Xi.tokenize],["link",function(t,e){let r,n,o,i,a="",s="",l=t.pos,c=!0;if(91!==t.src.charCodeAt(t.pos))return!1;const d=t.pos,u=t.posMax,p=t.pos+1,h=t.md.helpers.parseLinkLabel(t,t.pos,!0);if(h<0)return!1;let m=h+1;if(m<u&&40===t.src.charCodeAt(m)){for(c=!1,m++;m<u&&(r=t.src.charCodeAt(m),Qo(r)||10===r);m++);if(m>=u)return!1;if(l=m,o=t.md.helpers.parseLinkDestination(t.src,m,t.posMax),o.ok){for(a=t.md.normalizeLink(o.str),t.md.validateLink(a)?m=o.pos:a="",l=m;m<u&&(r=t.src.charCodeAt(m),Qo(r)||10===r);m++);if(o=t.md.helpers.parseLinkTitle(t.src,m,t.posMax),m<u&&l!==m&&o.ok)for(s=o.str,m=o.pos;m<u&&(r=t.src.charCodeAt(m),Qo(r)||10===r);m++);}(m>=u||41!==t.src.charCodeAt(m))&&(c=!0),m++}if(c){if(void 0===t.env.references)return!1;if(m<u&&91===t.src.charCodeAt(m)?(l=m+1,m=t.md.helpers.parseLinkLabel(t,m),m>=0?n=t.src.slice(l,m++):m=h+1):m=h+1,n||(n=t.src.slice(p,h)),i=t.env.references[ti(n)],!i)return t.pos=d,!1;a=i.href,s=i.title}if(!e){t.pos=p,t.posMax=h;const e=[["href",a]];t.push("link_open","a",1).attrs=e,s&&e.push(["title",s]),t.linkLevel++,t.md.inline.tokenize(t),t.linkLevel--,t.push("link_close","a",-1)}return t.pos=m,t.posMax=u,!0}],["image",function(t,e){let r,n,o,i,a,s,l,c,d="";const u=t.pos,p=t.posMax;if(33!==t.src.charCodeAt(t.pos))return!1;if(91!==t.src.charCodeAt(t.pos+1))return!1;const h=t.pos+2,m=t.md.helpers.parseLinkLabel(t,t.pos+1,!1);if(m<0)return!1;if(i=m+1,i<p&&40===t.src.charCodeAt(i)){for(i++;i<p&&(r=t.src.charCodeAt(i),Qo(r)||10===r);i++);if(i>=p)return!1;for(c=i,s=t.md.helpers.parseLinkDestination(t.src,i,t.posMax),s.ok&&(d=t.md.normalizeLink(s.str),t.md.validateLink(d)?i=s.pos:d=""),c=i;i<p&&(r=t.src.charCodeAt(i),Qo(r)||10===r);i++);if(s=t.md.helpers.parseLinkTitle(t.src,i,t.posMax),i<p&&c!==i&&s.ok)for(l=s.str,i=s.pos;i<p&&(r=t.src.charCodeAt(i),Qo(r)||10===r);i++);else l="";if(i>=p||41!==t.src.charCodeAt(i))return t.pos=u,!1;i++}else{if(void 0===t.env.references)return!1;if(i<p&&91===t.src.charCodeAt(i)?(c=i+1,i=t.md.helpers.parseLinkLabel(t,i),i>=0?o=t.src.slice(c,i++):i=m+1):i=m+1,o||(o=t.src.slice(h,m)),a=t.env.references[ti(o)],!a)return t.pos=u,!1;d=a.href,l=a.title}if(!e){n=t.src.slice(h,m);const e=[];t.md.inline.parse(n,t.md,t.env,e);const r=t.push("image","img",0),o=[["src",d],["alt",""]];r.attrs=o,r.children=e,r.content=n,l&&o.push(["title",l])}return t.pos=i,t.posMax=p,!0}],["autolink",function(t,e){let r=t.pos;if(60!==t.src.charCodeAt(r))return!1;const n=t.pos,o=t.posMax;for(;;){if(++r>=o)return!1;const e=t.src.charCodeAt(r);if(60===e)return!1;if(62===e)break}const i=t.src.slice(n+1,r);if(ea.test(i)){const r=t.md.normalizeLink(i);if(!t.md.validateLink(r))return!1;if(!e){const e=t.push("link_open","a",1);e.attrs=[["href",r]],e.markup="autolink",e.info="auto",t.push("text","",0).content=t.md.normalizeLinkText(i);const n=t.push("link_close","a",-1);n.markup="autolink",n.info="auto"}return t.pos+=i.length+2,!0}if(ta.test(i)){const r=t.md.normalizeLink("mailto:"+i);if(!t.md.validateLink(r))return!1;if(!e){const e=t.push("link_open","a",1);e.attrs=[["href",r]],e.markup="autolink",e.info="auto",t.push("text","",0).content=t.md.normalizeLinkText(i);const n=t.push("link_close","a",-1);n.markup="autolink",n.info="auto"}return t.pos+=i.length+2,!0}return!1}],["html_inline",function(t,e){if(!t.md.options.html)return!1;const r=t.posMax,n=t.pos;if(60!==t.src.charCodeAt(n)||n+2>=r)return!1;const o=t.src.charCodeAt(n+1);if(33!==o&&63!==o&&47!==o&&!function(t){const e=32|t;return e>=97&&e<=122}(o))return!1;const i=t.src.slice(n).match(Ri);if(!i)return!1;if(!e){const e=t.push("html_inline","",0);e.content=i[0],a=e.content,/^<a[>\s]/i.test(a)&&t.linkLevel++,function(t){return/^<\/a\s*>/i.test(t)}(e.content)&&t.linkLevel--}var a;return t.pos+=i[0].length,!0}],["entity",function(t,e){const r=t.pos,n=t.posMax;if(38!==t.src.charCodeAt(r))return!1;if(r+1>=n)return!1;if(35===t.src.charCodeAt(r+1)){const n=t.src.slice(r).match(ra);if(n){if(!e){const e="x"===n[1][0].toLowerCase()?parseInt(n[1].slice(1),16):parseInt(n[1],10),r=t.push("text_special","",0);r.content=No(e)?Bo(e):Bo(65533),r.markup=n[0],r.info="entity"}return t.pos+=n[0].length,!0}}else{const n=t.src.slice(r).match(na);if(n){const r=Ao(n[0]);if(r!==n[0]){if(!e){const e=t.push("text_special","",0);e.content=r,e.markup=n[0],e.info="entity"}return t.pos+=n[0].length,!0}}}return!1}]],aa=[["balance_pairs",function(t){const e=t.tokens_meta,r=t.tokens_meta.length;oa(t.delimiters);for(let t=0;t<r;t++)e[t]&&e[t].delimiters&&oa(e[t].delimiters)}],["strikethrough",Yi.postProcess],["emphasis",Xi.postProcess],["fragments_join",function(t){let e,r,n=0;const o=t.tokens,i=t.tokens.length;for(e=r=0;e<i;e++)o[e].nesting<0&&n--,o[e].level=n,o[e].nesting>0&&n++,"text"===o[e].type&&e+1<i&&"text"===o[e+1].type?o[e+1].content=o[e].content+o[e+1].content:(e!==r&&(o[r]=o[e]),r++);e!==r&&(o.length=r)}]];function sa(){this.ruler=new ci;for(let t=0;t<ia.length;t++)this.ruler.push(ia[t][0],ia[t][1]);this.ruler2=new ci;for(let t=0;t<aa.length;t++)this.ruler2.push(aa[t][0],aa[t][1])}sa.prototype.skipToken=function(t){const e=t.pos,r=this.ruler.getRules(""),n=r.length,o=t.md.options.maxNesting,i=t.cache;if(void 0!==i[e])return void(t.pos=i[e]);let a=!1;if(t.level<o){for(let o=0;o<n;o++)if(t.level++,a=r[o](t,!0),t.level--,a){if(e>=t.pos)throw new Error("inline rule didn't increment state.pos");break}}else t.pos=t.posMax;a||t.pos++,i[e]=t.pos},sa.prototype.tokenize=function(t){const e=this.ruler.getRules(""),r=e.length,n=t.posMax,o=t.md.options.maxNesting;for(;t.pos<n;){const i=t.pos;let a=!1;if(t.level<o)for(let n=0;n<r;n++)if(a=e[n](t,!1),a){if(i>=t.pos)throw new Error("inline rule didn't increment state.pos");break}if(a){if(t.pos>=n)break}else t.pending+=t.src[t.pos++]}t.pending&&t.pushPending()},sa.prototype.parse=function(t,e,r,n){const o=new this.State(t,e,r,n);this.tokenize(o);const i=this.ruler2.getRules(""),a=i.length;for(let t=0;t<a;t++)i[t](o)},sa.prototype.State=Ui;const la=sa;function ca(t){return Array.prototype.slice.call(arguments,1).forEach((function(e){e&&Object.keys(e).forEach((function(r){t[r]=e[r]}))})),t}function da(t){return Object.prototype.toString.call(t)}function ua(t){return"[object Function]"===da(t)}function pa(t){return t.replace(/[.?*+^$[\]\\(){}|-]/g,"\\$&")}const ha={fuzzyLink:!0,fuzzyEmail:!0,fuzzyIP:!1},ma={"http:":{validate:function(t,e,r){const n=t.slice(e);return r.re.http||(r.re.http=new RegExp("^\\/\\/"+r.re.src_auth+r.re.src_host_port_strict+r.re.src_path,"i")),r.re.http.test(n)?n.match(r.re.http)[0].length:0}},"https:":"http:","ftp:":"http:","//":{validate:function(t,e,r){const n=t.slice(e);return r.re.no_http||(r.re.no_http=new RegExp("^"+r.re.src_auth+"(?:localhost|(?:(?:"+r.re.src_domain+")\\.)+"+r.re.src_domain_root+")"+r.re.src_port+r.re.src_host_terminator+r.re.src_path,"i")),r.re.no_http.test(n)?e>=3&&":"===t[e-3]||e>=3&&"/"===t[e-3]?0:n.match(r.re.no_http)[0].length:0}},"mailto:":{validate:function(t,e,r){const n=t.slice(e);return r.re.mailto||(r.re.mailto=new RegExp("^"+r.re.src_email_name+"@"+r.re.src_host_strict,"i")),r.re.mailto.test(n)?n.match(r.re.mailto)[0].length:0}}},fa="a[cdefgilmnoqrstuwxz]|b[abdefghijmnorstvwyz]|c[acdfghiklmnoruvwxyz]|d[ejkmoz]|e[cegrstu]|f[ijkmor]|g[abdefghilmnpqrstuwy]|h[kmnrtu]|i[delmnoqrst]|j[emop]|k[eghimnprwyz]|l[abcikrstuvy]|m[acdeghklmnopqrstuvwxyz]|n[acefgilopruz]|om|p[aefghklmnrstwy]|qa|r[eosuw]|s[abcdeghijklmnortuvxyz]|t[cdfghjklmnortvwz]|u[agksyz]|v[aceginu]|w[fs]|y[et]|z[amw]",ga="biz|com|edu|gov|net|org|pro|web|xxx|aero|asia|coop|info|museum|name|shop|рф".split("|");function ba(t){const e=t.re=function(t){const e={};t=t||{},e.src_Any=io.source,e.src_Cc=ao.source,e.src_Z=lo.source,e.src_P=no.source,e.src_ZPCc=[e.src_Z,e.src_P,e.src_Cc].join("|"),e.src_ZCc=[e.src_Z,e.src_Cc].join("|");return e.src_pseudo_letter="(?:(?![><|]|"+e.src_ZPCc+")"+e.src_Any+")",e.src_ip4="(?:(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\\.){3}(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)",e.src_auth="(?:(?:(?!"+e.src_ZCc+"|[@/\\[\\]()]).)+@)?",e.src_port="(?::(?:6(?:[0-4]\\d{3}|5(?:[0-4]\\d{2}|5(?:[0-2]\\d|3[0-5])))|[1-5]?\\d{1,4}))?",e.src_host_terminator="(?=$|[><|]|"+e.src_ZPCc+")(?!"+(t["---"]?"-(?!--)|":"-|")+"_|:\\d|\\.-|\\.(?!$|"+e.src_ZPCc+"))",e.src_path="(?:[/?#](?:(?!"+e.src_ZCc+"|[><|]|[()[\\]{}.,\"'?!\\-;]).|\\[(?:(?!"+e.src_ZCc+"|\\]).)*\\]|\\((?:(?!"+e.src_ZCc+"|[)]).)*\\)|\\{(?:(?!"+e.src_ZCc+'|[}]).)*\\}|\\"(?:(?!'+e.src_ZCc+'|["]).)+\\"|\\\'(?:(?!'+e.src_ZCc+"|[']).)+\\'|\\'(?="+e.src_pseudo_letter+"|[-])|\\.{2,}[a-zA-Z0-9%/&]|\\.(?!"+e.src_ZCc+"|[.]|$)|"+(t["---"]?"\\-(?!--(?:[^-]|$))(?:-*)|":"\\-+|")+",(?!"+e.src_ZCc+"|$)|;(?!"+e.src_ZCc+"|$)|\\!+(?!"+e.src_ZCc+"|[!]|$)|\\?(?!"+e.src_ZCc+"|[?]|$))+|\\/)?",e.src_email_name='[\\-;:&=\\+\\$,\\.a-zA-Z0-9_][\\-;:&=\\+\\$,\\"\\.a-zA-Z0-9_]*',e.src_xn="xn--[a-z0-9\\-]{1,59}",e.src_domain_root="(?:"+e.src_xn+"|"+e.src_pseudo_letter+"{1,63})",e.src_domain="(?:"+e.src_xn+"|(?:"+e.src_pseudo_letter+")|(?:"+e.src_pseudo_letter+"(?:-|"+e.src_pseudo_letter+"){0,61}"+e.src_pseudo_letter+"))",e.src_host="(?:(?:(?:(?:"+e.src_domain+")\\.)*"+e.src_domain+"))",e.tpl_host_fuzzy="(?:"+e.src_ip4+"|(?:(?:(?:"+e.src_domain+")\\.)+(?:%TLDS%)))",e.tpl_host_no_ip_fuzzy="(?:(?:(?:"+e.src_domain+")\\.)+(?:%TLDS%))",e.src_host_strict=e.src_host+e.src_host_terminator,e.tpl_host_fuzzy_strict=e.tpl_host_fuzzy+e.src_host_terminator,e.src_host_port_strict=e.src_host+e.src_port+e.src_host_terminator,e.tpl_host_port_fuzzy_strict=e.tpl_host_fuzzy+e.src_port+e.src_host_terminator,e.tpl_host_port_no_ip_fuzzy_strict=e.tpl_host_no_ip_fuzzy+e.src_port+e.src_host_terminator,e.tpl_host_fuzzy_test="localhost|www\\.|\\.\\d{1,3}\\.|(?:\\.(?:%TLDS%)(?:"+e.src_ZPCc+"|>|$))",e.tpl_email_fuzzy='(^|[><|]|"|\\(|'+e.src_ZCc+")("+e.src_email_name+"@"+e.tpl_host_fuzzy_strict+")",e.tpl_link_fuzzy="(^|(?![.:/\\-_@])(?:[$+<=>^`||]|"+e.src_ZPCc+"))((?![$+<=>^`||])"+e.tpl_host_port_fuzzy_strict+e.src_path+")",e.tpl_link_no_ip_fuzzy="(^|(?![.:/\\-_@])(?:[$+<=>^`||]|"+e.src_ZPCc+"))((?![$+<=>^`||])"+e.tpl_host_port_no_ip_fuzzy_strict+e.src_path+")",e}(t.__opts__),r=t.__tlds__.slice();function n(t){return t.replace("%TLDS%",e.src_tlds)}t.onCompile(),t.__tlds_replaced__||r.push(fa),r.push(e.src_xn),e.src_tlds=r.join("|"),e.email_fuzzy=RegExp(n(e.tpl_email_fuzzy),"i"),e.link_fuzzy=RegExp(n(e.tpl_link_fuzzy),"i"),e.link_no_ip_fuzzy=RegExp(n(e.tpl_link_no_ip_fuzzy),"i"),e.host_fuzzy_test=RegExp(n(e.tpl_host_fuzzy_test),"i");const o=[];function i(t,e){throw new Error('(LinkifyIt) Invalid schema "'+t+'": '+e)}t.__compiled__={},Object.keys(t.__schemas__).forEach((function(e){const r=t.__schemas__[e];if(null===r)return;const n={validate:null,link:null};if(t.__compiled__[e]=n,"[object Object]"===da(r))return"[object RegExp]"!==da(r.validate)?ua(r.validate)?n.validate=r.validate:i(e,r):n.validate=function(t){return function(e,r){const n=e.slice(r);return t.test(n)?n.match(t)[0].length:0}}(r.validate),void(ua(r.normalize)?n.normalize=r.normalize:r.normalize?i(e,r):n.normalize=function(t,e){e.normalize(t)});!function(t){return"[object String]"===da(t)}(r)?i(e,r):o.push(e)})),o.forEach((function(e){t.__compiled__[t.__schemas__[e]]&&(t.__compiled__[e].validate=t.__compiled__[t.__schemas__[e]].validate,t.__compiled__[e].normalize=t.__compiled__[t.__schemas__[e]].normalize)})),t.__compiled__[""]={validate:null,normalize:function(t,e){e.normalize(t)}};const a=Object.keys(t.__compiled__).filter((function(e){return e.length>0&&t.__compiled__[e]})).map(pa).join("|");t.re.schema_test=RegExp("(^|(?!_)(?:[><|]|"+e.src_ZPCc+"))("+a+")","i"),t.re.schema_search=RegExp("(^|(?!_)(?:[><|]|"+e.src_ZPCc+"))("+a+")","ig"),t.re.schema_at_start=RegExp("^"+t.re.schema_search.source,"i"),t.re.pretest=RegExp("("+t.re.schema_test.source+")|("+t.re.host_fuzzy_test.source+")|@","i"),function(t){t.__index__=-1,t.__text_cache__=""}(t)}function ya(t,e){const r=t.__index__,n=t.__last_index__,o=t.__text_cache__.slice(r,n);this.schema=t.__schema__.toLowerCase(),this.index=r+e,this.lastIndex=n+e,this.raw=o,this.text=o,this.url=o}function va(t,e){const r=new ya(t,e);return t.__compiled__[r.schema].normalize(r,t),r}function xa(t,e){if(!(this instanceof xa))return new xa(t,e);var r;e||(r=t,Object.keys(r||{}).reduce((function(t,e){return t||ha.hasOwnProperty(e)}),!1)&&(e=t,t={})),this.__opts__=ca({},ha,e),this.__index__=-1,this.__last_index__=-1,this.__schema__="",this.__text_cache__="",this.__schemas__=ca({},ma,t),this.__compiled__={},this.__tlds__=ga,this.__tlds_replaced__=!1,this.re={},ba(this)}xa.prototype.add=function(t,e){return this.__schemas__[t]=e,ba(this),this},xa.prototype.set=function(t){return this.__opts__=ca(this.__opts__,t),this},xa.prototype.test=function(t){if(this.__text_cache__=t,this.__index__=-1,!t.length)return!1;let e,r,n,o,i,a,s,l,c;if(this.re.schema_test.test(t))for(s=this.re.schema_search,s.lastIndex=0;null!==(e=s.exec(t));)if(o=this.testSchemaAt(t,e[2],s.lastIndex),o){this.__schema__=e[2],this.__index__=e.index+e[1].length,this.__last_index__=e.index+e[0].length+o;break}return this.__opts__.fuzzyLink&&this.__compiled__["http:"]&&(l=t.search(this.re.host_fuzzy_test),l>=0&&(this.__index__<0||l<this.__index__)&&null!==(r=t.match(this.__opts__.fuzzyIP?this.re.link_fuzzy:this.re.link_no_ip_fuzzy))&&(i=r.index+r[1].length,(this.__index__<0||i<this.__index__)&&(this.__schema__="",this.__index__=i,this.__last_index__=r.index+r[0].length))),this.__opts__.fuzzyEmail&&this.__compiled__["mailto:"]&&(c=t.indexOf("@"),c>=0&&null!==(n=t.match(this.re.email_fuzzy))&&(i=n.index+n[1].length,a=n.index+n[0].length,(this.__index__<0||i<this.__index__||i===this.__index__&&a>this.__last_index__)&&(this.__schema__="mailto:",this.__index__=i,this.__last_index__=a))),this.__index__>=0},xa.prototype.pretest=function(t){return this.re.pretest.test(t)},xa.prototype.testSchemaAt=function(t,e,r){return this.__compiled__[e.toLowerCase()]?this.__compiled__[e.toLowerCase()].validate(t,r,this):0},xa.prototype.match=function(t){const e=[];let r=0;this.__index__>=0&&this.__text_cache__===t&&(e.push(va(this,r)),r=this.__last_index__);let n=r?t.slice(r):t;for(;this.test(n);)e.push(va(this,r)),n=n.slice(this.__last_index__),r+=this.__last_index__;return e.length?e:null},xa.prototype.matchAtStart=function(t){if(this.__text_cache__=t,this.__index__=-1,!t.length)return null;const e=this.re.schema_at_start.exec(t);if(!e)return null;const r=this.testSchemaAt(t,e[2],e[0].length);return r?(this.__schema__=e[2],this.__index__=e.index+e[1].length,this.__last_index__=e.index+e[0].length+r,va(this,0)):null},xa.prototype.tlds=function(t,e){return t=Array.isArray(t)?t:[t],e?(this.__tlds__=this.__tlds__.concat(t).sort().filter((function(t,e,r){return t!==r[e-1]})).reverse(),ba(this),this):(this.__tlds__=t.slice(),this.__tlds_replaced__=!0,ba(this),this)},xa.prototype.normalize=function(t){t.schema||(t.url="http://"+t.url),"mailto:"!==t.schema||/^mailto:/i.test(t.url)||(t.url="mailto:"+t.url)},xa.prototype.onCompile=function(){};const Ca=xa,wa=2147483647,ka=36,Ea=/^xn--/,Aa=/[^\0-\x7F]/,_a=/[\x2E\u3002\uFF0E\uFF61]/g,Sa={overflow:"Overflow: input needs wider integers to process","not-basic":"Illegal input >= 0x80 (not a basic code point)","invalid-input":"Invalid input"},Da=Math.floor,Ta=String.fromCharCode;function Ma(t){throw new RangeError(Sa[t])}function Fa(t,e){const r=t.split("@");let n="";r.length>1&&(n=r[0]+"@",t=r[1]);const o=function(t,e){const r=[];let n=t.length;for(;n--;)r[n]=e(t[n]);return r}((t=t.replace(_a,".")).split("."),e).join(".");return n+o}function La(t){const e=[];let r=0;const n=t.length;for(;r<n;){const o=t.charCodeAt(r++);if(o>=55296&&o<=56319&&r<n){const n=t.charCodeAt(r++);56320==(64512&n)?e.push(((1023&o)<<10)+(1023&n)+65536):(e.push(o),r--)}else e.push(o)}return e}const Ia=function(t,e){return t+22+75*(t<26)-((0!=e)<<5)},za=function(t,e,r){let n=0;for(t=r?Da(t/700):t>>1,t+=Da(t/e);t>455;n+=ka)t=Da(t/35);return Da(n+36*t/(t+38))},Oa=function(t){const e=[],r=t.length;let n=0,o=128,i=72,a=t.lastIndexOf("-");a<0&&(a=0);for(let r=0;r<a;++r)t.charCodeAt(r)>=128&&Ma("not-basic"),e.push(t.charCodeAt(r));for(let l=a>0?a+1:0;l<r;){const a=n;for(let e=1,o=ka;;o+=ka){l>=r&&Ma("invalid-input");const a=(s=t.charCodeAt(l++))>=48&&s<58?s-48+26:s>=65&&s<91?s-65:s>=97&&s<123?s-97:ka;a>=ka&&Ma("invalid-input"),a>Da((wa-n)/e)&&Ma("overflow"),n+=a*e;const c=o<=i?1:o>=i+26?26:o-i;if(a<c)break;const d=ka-c;e>Da(wa/d)&&Ma("overflow"),e*=d}const c=e.length+1;i=za(n-a,c,0==a),Da(n/c)>wa-o&&Ma("overflow"),o+=Da(n/c),n%=c,e.splice(n++,0,o)}var s;return String.fromCodePoint(...e)},Na=function(t){const e=[],r=(t=La(t)).length;let n=128,o=0,i=72;for(const r of t)r<128&&e.push(Ta(r));const a=e.length;let s=a;for(a&&e.push("-");s<r;){let r=wa;for(const e of t)e>=n&&e<r&&(r=e);const l=s+1;r-n>Da((wa-o)/l)&&Ma("overflow"),o+=(r-n)*l,n=r;for(const r of t)if(r<n&&++o>wa&&Ma("overflow"),r===n){let t=o;for(let r=ka;;r+=ka){const n=r<=i?1:r>=i+26?26:r-i;if(t<n)break;const o=t-n,a=ka-n;e.push(Ta(Ia(n+o%a,0))),t=Da(o/a)}e.push(Ta(Ia(t,0))),i=za(o,l,s===a),o=0,++s}++o,++n}return e.join("")},Ba={version:"2.3.1",ucs2:{decode:La,encode:t=>String.fromCodePoint(...t)},decode:Oa,encode:Na,toASCII:function(t){return Fa(t,(function(t){return Aa.test(t)?"xn--"+Na(t):t}))},toUnicode:function(t){return Fa(t,(function(t){return Ea.test(t)?Oa(t.slice(4).toLowerCase()):t}))}},qa=Ba,Ra={default:{options:{html:!1,xhtmlOut:!1,breaks:!1,langPrefix:"language-",linkify:!1,typographer:!1,quotes:"“”‘’",highlight:null,maxNesting:100},components:{core:{},block:{},inline:{}}},zero:{options:{html:!1,xhtmlOut:!1,breaks:!1,langPrefix:"language-",linkify:!1,typographer:!1,quotes:"“”‘’",highlight:null,maxNesting:20},components:{core:{rules:["normalize","block","inline","text_join"]},block:{rules:["paragraph"]},inline:{rules:["text"],rules2:["balance_pairs","fragments_join"]}}},commonmark:{options:{html:!0,xhtmlOut:!0,breaks:!1,langPrefix:"language-",linkify:!1,typographer:!1,quotes:"“”‘’",highlight:null,maxNesting:20},components:{core:{rules:["normalize","block","inline","text_join"]},block:{rules:["blockquote","code","fence","heading","hr","html_block","lheading","list","reference","paragraph"]},inline:{rules:["autolink","backticks","emphasis","entity","escape","html_inline","image","link","newline","text"],rules2:["balance_pairs","emphasis","fragments_join"]}}}},Va=/^(vbscript|javascript|file|data):/,Wa=/^data:image\/(gif|png|jpeg|webp);/;function Pa(t){const e=t.trim().toLowerCase();return!Va.test(e)||Wa.test(e)}const $a=["http:","https:","mailto:"];function ja(t){const e=ro(t,!0);if(e.hostname&&(!e.protocol||$a.indexOf(e.protocol)>=0))try{e.hostname=qa.toASCII(e.hostname)}catch(t){}return Pn($n(e))}function Ha(t){const e=ro(t,!0);if(e.hostname&&(!e.protocol||$a.indexOf(e.protocol)>=0))try{e.hostname=qa.toUnicode(e.hostname)}catch(t){}return Rn($n(e),Rn.defaultChars+"%")}function Ua(t,e){if(!(this instanceof Ua))return new Ua(t,e);e||Fo(t)||(e=t||{},t="default"),this.inline=new la,this.block=new ji,this.core=new Mi,this.renderer=new si,this.linkify=new Ca,this.validateLink=Pa,this.normalizeLink=ja,this.normalizeLinkText=Ha,this.utils=y,this.helpers=zo({},v),this.options={},this.configure(t),e&&this.set(e)}Ua.prototype.set=function(t){return zo(this.options,t),this},Ua.prototype.configure=function(t){const e=this;if(Fo(t)){const e=t;if(!(t=Ra[e]))throw new Error('Wrong `markdown-it` preset "'+e+'", check name')}if(!t)throw new Error("Wrong `markdown-it` preset, can't be empty");return t.options&&e.set(t.options),t.components&&Object.keys(t.components).forEach((function(r){t.components[r].rules&&e[r].ruler.enableOnly(t.components[r].rules),t.components[r].rules2&&e[r].ruler2.enableOnly(t.components[r].rules2)})),this},Ua.prototype.enable=function(t,e){let r=[];Array.isArray(t)||(t=[t]),["core","block","inline"].forEach((function(e){r=r.concat(this[e].ruler.enable(t,!0))}),this),r=r.concat(this.inline.ruler2.enable(t,!0));const n=t.filter((function(t){return r.indexOf(t)<0}));if(n.length&&!e)throw new Error("MarkdownIt. Failed to enable unknown rule(s): "+n);return this},Ua.prototype.disable=function(t,e){let r=[];Array.isArray(t)||(t=[t]),["core","block","inline"].forEach((function(e){r=r.concat(this[e].ruler.disable(t,!0))}),this),r=r.concat(this.inline.ruler2.disable(t,!0));const n=t.filter((function(t){return r.indexOf(t)<0}));if(n.length&&!e)throw new Error("MarkdownIt. Failed to disable unknown rule(s): "+n);return this},Ua.prototype.use=function(t){const e=[this].concat(Array.prototype.slice.call(arguments,1));return t.apply(t,e),this},Ua.prototype.parse=function(t,e){if("string"!=typeof t)throw new Error("Input data should be a String");const r=new this.core.State(t,this,e);return this.core.process(r),r.tokens},Ua.prototype.render=function(t,e){return e=e||{},this.renderer.render(this.parse(t,e),this.options,e)},Ua.prototype.parseInline=function(t,e){const r=new this.core.State(t,this,e);return r.inlineMode=!0,this.core.process(r),r.tokens},Ua.prototype.renderInline=function(t,e){return e=e||{},this.renderer.render(this.parseInline(t,e),this.options,e)};const Ga=Ua,Za={components:{core:{rules:["block","inline"]},block:{rules:["blockquote","code","heading","list","paragraph","list"]},inline:{rules:["backticks","strikethrough","link","emphasis","strikethrough","newline","text"]}}},Ja=ot("enriched-text");class Qa extends(Jt({componentName:Ja,baseSelector:":host > div"})){#B;constructor(){super(),this.attachShadow({mode:"open"}).innerHTML='\n <style>\n :host {\n display: inline-block;\n }\n :host > slot {\n width: 100%;\n display: inline-block;\n }\n *, *:last-child {\n margin: 0;\n }\n h1,\n h2,\n h3,\n h4,\n h5,\n h6,\n p {\n margin-bottom: 1em;\n }\n a {\n text-decoration: none;\n cursor: pointer;\n }\n a:hover {\n text-decoration: underline;\n }\n blockquote {\n padding: 0 2em;\n }\n </style>\n <slot part="text-wrapper" style="display:none"></slot>\n <div class="content"></div>\n ',this.textSlot=this.shadowRoot.querySelector("slot"),this.#q(),et(this,this.#R.bind(this))}static get observedAttributes(){return["readonly","link-target-blank"]}attributeChangedCallback(t,e,r){super.attributeChangedCallback?.(t,e,r),r!==e&&("readonly"===t&&this.onReadOnlyChange("true"===r),"link-target-blank"===t&&this.#q())}#V(){this.linkTargetBlank?this.processor.renderer.rules.link_open=(t,e,r,n,o)=>(t[e].attrSet("target","_blank"),this.#B(t,e,r,n,o)):this.processor.renderer.rules.link_open=this.#B}#W(){if(!this.processor)return;const t=Za;this.processor.configure(t||{})}#P(){this.#W()}#$(){this.#B=this.processor.renderer.rules.link_open||((t,e,r,n,o)=>o.renderToken(t,e,r))}#q(){this.processor=new Ga,this.#$(),this.#P(),this.#V()}get linkTargetBlank(){return"true"===this.getAttribute("link-target-blank")}get contentNode(){return this.shadowRoot.querySelector(".content")}#R(){if(!this.processor)return;let t=this.textContent;try{const e=this.processor.parse(this.textContent,{references:void 0});t=this.processor.renderer.render(e,{breaks:!0})}catch(t){console.warn("Not parsing invalid markdown token")}this.contentNode.innerHTML=t}onReadOnlyChange(t){t?this.contentNode.setAttribute("inert",t):this.contentNode.removeAttribute("inert")}}const Ya=K(Wt({mappings:{hostWidth:{selector:()=>":host",property:"width"},hostDirection:{selector:()=>":host",property:"direction"},fontSize:{},fontFamily:{},fontWeight:{},textColor:{property:"color"},textLineHeight:{property:"line-height"},textAlign:{},linkColor:{selector:"a",property:"color"}}}),Wt({componentNameOverride:ot("link")}),Pt,$t)(Qa),Ka=ot("link");class Xa extends(Jt({componentName:Ka,baseSelector:":host a"})){constructor(){super(),this.attachShadow({mode:"open"}).innerHTML="\n\t\t<style>\n\t\t:host {\n\t\t\tdisplay: inline-block;\n\t\t}\n\t\t:host a {\n\t\t\tdisplay: inline;\n\t\t\ttext-decoration: none;\n\t\t}\n\t\t:host a:hover {\n\t\t\ttext-decoration: underline;\n\t\t}\n\t\t</style>\n\t\t<div>\n\t\t\t<descope-text>\n\t\t\t\t<a>\n\t\t\t\t\t<slot></slot>\n\t\t\t\t</a>\n\t\t\t</descope-text>\n\t\t</div>\n\t\t",at(this,this.shadowRoot.querySelector("a"),{includeAttrs:["href","target","tooltip"],mapAttrs:{tooltip:"title"}}),at(this,this.shadowRoot.querySelector("descope-text"),{includeAttrs:["mode","variant"]})}}const ts={host:{selector:()=>":host"},anchor:{},wrapper:{selector:()=>":host > div"},text:{selector:()=>In.componentName}},{anchor:es,text:rs,host:ns,wrapper:os}=ts,is=K(Wt({mappings:{hostWidth:{...ns,property:"width"},hostDirection:{...rs,property:"direction"},textAlign:os,textColor:[{...es,property:"color"},{...rs,property:In.cssVarList.textColor}],cursor:es}}),Pt,$t)(Xa),as=ht(qt),ss=Ya.cssVarList,ls={[ss.hostDirection]:as.direction,[ss.fontSize]:as.typography.body1.size,[ss.fontWeight]:as.typography.body1.weight,[ss.fontFamily]:as.typography.body1.font,[ss.textLineHeight]:"1.35em",[ss.textAlign]:"left",[ss.textColor]:as.colors.surface.dark,[ss.linkColor]:`var(${is.cssVarList.textColor})`,mode:{primary:{[ss.textColor]:as.colors.surface.contrast},secondary:{[ss.textColor]:as.colors.surface.dark},error:{[ss.textColor]:as.colors.error.main},success:{[ss.textColor]:as.colors.success.main}},variant:{h1:{[ss.fontSize]:as.typography.h1.size,[ss.fontWeight]:as.typography.h1.weight,[ss.fontFamily]:as.typography.h1.font},h2:{[ss.fontSize]:as.typography.h2.size,[ss.fontWeight]:as.typography.h2.weight,[ss.fontFamily]:as.typography.h2.font},h3:{[ss.fontSize]:as.typography.h3.size,[ss.fontWeight]:as.typography.h3.weight,[ss.fontFamily]:as.typography.h3.font},subtitle1:{[ss.fontSize]:as.typography.subtitle1.size,[ss.fontWeight]:as.typography.subtitle1.weight,[ss.fontFamily]:as.typography.subtitle1.font},subtitle2:{[ss.fontSize]:as.typography.subtitle2.size,[ss.fontWeight]:as.typography.subtitle2.weight,[ss.fontFamily]:as.typography.subtitle2.font},body1:{[ss.fontSize]:as.typography.body1.size,[ss.fontWeight]:as.typography.body1.weight,[ss.fontFamily]:as.typography.body1.font},body2:{[ss.fontSize]:as.typography.body2.size,[ss.fontWeight]:as.typography.body2.weight,[ss.fontFamily]:as.typography.body2.font}},textAlign:{right:{[ss.textAlign]:"right"},left:{[ss.textAlign]:"left"},center:{[ss.textAlign]:"center"}},_fullWidth:{[ss.hostWidth]:"100%"}},cs=ht(qt),ds=is.cssVarList,us={[ds.hostDirection]:cs.direction,[ds.cursor]:"pointer",[ds.textColor]:cs.colors.primary.main,textAlign:{right:{[ds.textAlign]:"right"},left:{[ds.textAlign]:"left"},center:{[ds.textAlign]:"center"}},_fullWidth:{[ds.hostWidth]:"100%"},mode:{primary:{[ds.textColor]:cs.colors.primary.main},secondary:{[ds.textColor]:cs.colors.secondary.main},error:{[ds.textColor]:cs.colors.error.main},success:{[ds.textColor]:cs.colors.success.main}}},ps=ot("divider");class hs extends(Jt({componentName:ps,baseSelector:":host > div"})){constructor(){super(),this.attachShadow({mode:"open"}).innerHTML="\n\t\t\t<style>\n\t\t\t\t:host {\n\t\t\t\t\tdisplay: inline-block;\n\t\t\t\t}\n\t\t\t\t:host > div {\n\t\t\t\t\tdisplay: flex;\n\t\t\t\t\theight: 100%;\n\t\t\t\t\twidth: 100%;\n\t\t\t\t}\n\t\t\t\t:host > div::before,\n\t\t\t\t:host > div::after {\n\t\t\t\t\tcontent: '';\n\t\t\t\t\tflex-grow: 1;\n\t\t\t\t}\n\t\t\t\tdescope-text {\n\t\t\t\t\tflex-grow: 0;\n\t\t\t\t\tflex-shrink: 0;\n\t\t\t\t}\n\t\t\t\t:host(:empty) descope-text {\n\t\t\t\t\tdisplay: none;\n\t\t\t\t}\n\t\t\t\t:host([vertical=\"true\"]) div {\n\t\t\t\t\twidth: fit-content;\n\t\t\t\t}\n\t\t\t</style>\n\t\t\t<div>\n\t\t\t\t<descope-text>\n\t\t\t\t\t<slot></slot>\n\t\t\t\t</descope-text>\n\t\t\t</div>\n\t\t",this.textComponent=this.shadowRoot.querySelector("descope-text"),at(this,this.textComponent,{includeAttrs:["mode","variant","italic"]})}}const ms=In.cssVarList,{host:fs,before:gs,after:bs,text:ys}={host:{selector:()=>":host"},before:{selector:"::before"},after:{selector:"::after"},text:{selector:"descope-text"}},vs=K(Wt({mappings:{hostWidth:{...fs,property:"width"},hostPadding:{...fs,property:"padding"},hostDirection:{...ys,property:"direction"},minHeight:{},alignItems:{},alignSelf:{},flexDirection:{},textAlign:{...ys,property:ms.textAlign},labelTextWidth:{...ys,property:"width"},labelTextMaxWidth:{...ys,property:"max-width"},labelTextVerticalSpacing:[{...ys,property:"padding-top"},{...ys,property:"padding-bottom"}],labelTextHorizontalSpacing:[{...ys,property:"padding-right"},{...ys,property:"padding-left"}],stripeColor:[{...gs,property:"background-color"},{...bs,property:"background-color"}],stripeHorizontalThickness:[{...gs,property:"height"},{...bs,property:"height"}],stripeVerticalThickness:[{...gs,property:"width"},{...bs,property:"width"}],stripeColorOpacity:[{...gs,property:"opacity"},{...bs,property:"opacity"}]}}),Pt,$t)(hs),xs=ht(qt),Cs=vs.cssVarList,[ws,ks,Es]=vt({thickness:"2px",spacing:"10px"},ps),As={...ws,[Cs.hostDirection]:xs.direction,[Cs.alignItems]:"center",[Cs.flexDirection]:"row",[Cs.alignSelf]:"stretch",[Cs.hostWidth]:"100%",[Cs.stripeColor]:xs.colors.surface.light,[Cs.stripeColorOpacity]:"0.5",[Cs.stripeHorizontalThickness]:ks.thickness,[Cs.labelTextWidth]:"fit-content",[Cs.labelTextMaxWidth]:"calc(100% - 100px)",[Cs.labelTextHorizontalSpacing]:ks.spacing,[Cs.textAlign]:"center",_vertical:{[Cs.minHeight]:"200px",[Cs.flexDirection]:"column",[Cs.hostWidth]:"fit-content",[Cs.hostPadding]:`0 calc(${ks.thickness} * 3)`,[Cs.stripeVerticalThickness]:ks.thickness,[Cs.labelTextWidth]:"fit-content",[Cs.labelTextMaxWidth]:"100%",[Cs.labelTextVerticalSpacing]:ks.spacing}},_s={...Cs,...Es},Ss=ot("passcode-internal");Or({componentName:Ss,baseSelector:"div"});const Ds=ot("loader-radial");class Ts extends(Jt({componentName:Ds,baseSelector:":host > div"})){constructor(){super(),this.attachShadow({mode:"open"}).innerHTML="\n\t\t<style>\n\t\t\t@keyframes spin {\n\t\t\t\t0% { transform: rotate(0deg); }\n\t\t\t\t100% { transform: rotate(360deg); }\n\t\t\t}\n\t\t\t:host {\n\t\t\t\tposition: relative;\n\t\t\t\tdisplay: inline-flex;\n\t\t\t}\n\t\t\t:host > div {\n\t\t\t\tanimation-name: spin;\n\t\t\t}\n\t\t</style>\n\t\t<div></div>\n\t"}}const Ms=K(Wt({mappings:{hostDisplay:{property:"display"},spinnerSize:[{property:"width"},{property:"height"}],spinnerBorderWidth:{property:"border-width"},spinnerBorderStyle:{property:"border-style"},spinnerBorderRadius:{property:"border-radius"},spinnerQuadrant1Color:{property:"border-top-color"},spinnerQuadrant2Color:{property:"border-bottom-color"},spinnerQuadrant3Color:{property:"border-right-color"},spinnerQuadrant4Color:{property:"border-left-color"},animationDuration:{},animationTimingFunction:{},animationIterationCount:{}}}),Pt,$t)(Ts),Fs=ot("passcode"),Ls=["digits"],{host:Is,digitField:zs,label:Os,requiredIndicator:Ns,internalWrapper:Bs,focusedDigitField:qs,errorMessage:Rs}={host:{selector:()=>":host"},focusedDigitField:{selector:()=>`${je.componentName}[focused="true"]`},digitField:{selector:()=>je.componentName},label:{selector:"::part(label)"},requiredIndicator:{selector:"[required]::part(required-indicator)::after"},internalWrapper:{selector:"descope-passcode-internal .wrapper"},errorMessage:{selector:"::part(error-message)"}},Vs=je.cssVarList,Ws=Ms.cssVarList,Ps=K(Wt({mappings:{fontSize:[{...zs,property:Vs.fontSize},Is],hostWidth:{property:"width"},hostDirection:{...Is,property:"direction"},fontFamily:[Is,{...Os}],labelTextColor:[{...Os,property:"color"},{...Ns,property:"color"}],labelRequiredIndicator:{...Ns,property:"content"},errorMessageTextColor:{...Rs,property:"color"},digitValueTextColor:{selector:je.componentName,property:Vs.inputValueTextColor},digitSize:[{...zs,property:"height"},{...zs,property:"width"}],digitPadding:{...zs,property:Vs.inputHorizontalPadding},digitTextAlign:{...zs,property:Vs.inputTextAlign},digitCaretTextColor:{...zs,property:Vs.inputCaretTextColor},digitSpacing:{...Bs,property:"gap"},digitOutlineColor:{...zs,property:Vs.inputOutlineColor},digitOutlineWidth:{...zs,property:Vs.inputOutlineWidth},focusedDigitFieldOutlineColor:{...qs,property:Vs.inputOutlineColor},overlayOpacity:{...Bs,property:"opacity"},spinnerSize:{selector:Ms.componentName,property:Ws.spinnerSize}}}),Pt,re({proxyProps:["value","selectionStart"]}),$t,(t=>class extends t{static get observedAttributes(){return Ls.concat(t.observedAttributes||[])}get digits(){return Number.parseInt(this.getAttribute("digits"),10)||6}init(){super.init?.();const t=document.createElement("template");t.innerHTML=`\n <${Ss}\n bordered="true"\n name="code"\n tabindex="-1"\n slot="input"\n ><slot></slot></${Ss}>\n `,this.baseElement.appendChild(t.content.cloneNode(!0)),this.inputElement=this.shadowRoot.querySelector(Ss),at(this,this.inputElement,{includeAttrs:["digits","size","loading"]})}attributeChangedCallback(t,e,r){super.attributeChangedCallback?.(t,e,r),"digits"===t&&this.style.setProperty("--passcode-digits-count",r)}}))(Qt({slots:[],wrappedEleName:"vaadin-text-field",style:()=>`\n\t\t\t:host {\n\t\t\t\tdisplay: inline-flex;\n\t\t\t\tmax-width: 100%;\n\t\t\t\tmin-width: calc(var(--passcode-digits-count) * 2em);\n\t\t\t}\n\t\t\t\n :host {\n --vaadin-field-default-width: auto;\n box-sizing: border-box;\n }\n\n\t\t\t:host::after {\n\t\t\t\tbackground-color: transparent;\n\t\t\t}\n\t\t\t:host::part(input-field)::after {\n\t\t\t\tbackground-color: transparent;\n\t\t\t}\n\n :host([loading="true"]) descope-passcode-internal .loader-container {\n display: block;\n }\n\n\t\t\tdescope-passcode-internal {\n\t\t\t\t-webkit-mask-image: none;\n\t\t\t\tpadding: 0;\n\t\t\t\twidth: 100%;\n\t\t\t\theight: 100%;\n\t\t\t\tmin-height: initial;\n\t\t\t}\n\n\t\t\tdescope-passcode-internal .wrapper {\n\t\t\t\tbox-sizing: border-box;\n\t\t\t\tmin-height: initial;\n\t\t\t\theight: 100%;\n\t\t\t\tjustify-content: space-between;\n\t\t\t}\n\n\t\t\tdescope-passcode-internal descope-text-field {\n\t\t\t\tmin-width: 2em;\n\t\t\t\tmax-width: var(${Vs.inputHeight});\n\t\t\t}\n\n\t\t\tvaadin-text-field::part(input-field) {\n\t\t\t\tbackground-color: transparent;\n\t\t\t\tpadding: 0;\n\t\t\t\toverflow: hidden;\n\t\t\t\t-webkit-mask-image: none;\n\t\t\t}\n\n\t\t\tvaadin-text-field {\n\t\t\t\tmargin: 0;\n\t\t\t\tpadding: 0;\n\t\t\t\twidth: 100%\n\t\t\t}\n\n\t\t\tvaadin-text-field::before {\n\t\t\t\theight: 0;\n\t\t\t}\n\n\t\t\tvaadin-text-field[readonly] > input:placeholder-shown {\n\t\t\t\topacity: 1;\n\t\t\t}\n\n\t\t\tvaadin-text-field[readonly]::part(input-field)::after {\n\t\t\t\tborder: 0 solid;\n\t\t\t}\n\n\t\t\tvaadin-text-field::part(input-field) {\n\t\t\t\tbox-shadow: none;\n\t\t\t}\n\n ${We("vaadin-text-field")}\n\t\t\t${Ne("vaadin-text-field")}\n \t`,excludeAttrsSync:["tabindex"],componentName:Fs})).cssVarList,$s={[Ps.hostDirection]:Ze.direction,[Ps.fontFamily]:Ze.fontFamily,[Ps.fontSize]:Ze.fontSize,[Ps.labelTextColor]:Ze.labelTextColor,[Ps.labelRequiredIndicator]:Ze.requiredIndicator,[Ps.errorMessageTextColor]:Ze.errorMessageTextColor,[Ps.digitValueTextColor]:Ze.valueTextColor,[Ps.digitPadding]:"0",[Ps.digitTextAlign]:"center",[Ps.digitSpacing]:"4px",[Ps.hostWidth]:Ze.width,[Ps.digitOutlineColor]:"transparent",[Ps.digitOutlineWidth]:Ze.outlineWidth,[Ps.focusedDigitFieldOutlineColor]:Ze.outlineColor,[Ps.digitSize]:Ze.inputHeight,size:{xs:{[Ps.spinnerSize]:"15px"},sm:{[Ps.spinnerSize]:"20px"},md:{[Ps.spinnerSize]:"20px"},lg:{[Ps.spinnerSize]:"20px"}},_hideCursor:{[Ps.digitCaretTextColor]:"transparent"},_loading:{[Ps.overlayOpacity]:Ze.overlayOpacity}},js=ot("loader-linear");class Hs extends(Jt({componentName:js,baseSelector:":host > div"})){static get componentName(){return js}constructor(){super(),this.attachShadow({mode:"open"}).innerHTML="\n\t\t<style>\n\t\t\t@keyframes tilt {\n\t\t\t\t0% { transform: translateX(0); }\n\t\t\t\t50% { transform: translateX(400%); }\n\t\t\t}\n\t\t\t:host {\n\t\t\t\tposition: relative;\n\t\t\t\tdisplay: flex;\n\t\t\t}\n\t\t\tdiv::after {\n\t\t\t\tcontent: '';\n\t\t\t\tanimation-name: tilt;\n\t\t\t\tposition: absolute;\n\t\t\t\tleft: 0;\n\t\t\t}\n\t\t\t:host > div {\n\t\t\t\twidth: 100%;\n\t\t\t}\n\t\t</style>\n\t\t<div></div>\n\t"}}const{after:Us,host:Gs}={after:{selector:"::after"},host:{selector:()=>":host"}},Zs=K(Wt({mappings:{hostDisplay:{},hostWidth:{...Gs,property:"width"},barHeight:[{property:"height"},{...Us,property:"height"}],barBorderRadius:[{property:"border-radius"},{...Us,property:"border-radius"}],verticalPadding:[{...Gs,property:"padding-top"},{...Gs,property:"padding-bottom"}],barBackgroundColor:{property:"background-color"},barColor:{...Us,property:"background-color"},barWidth:{...Us,property:"width"},animationDuration:[{},Us],animationTimingFunction:[{},Us],animationIterationCount:[{},Us]}}),Pt,$t)(Hs),Js=ht(qt),Qs=Zs.cssVarList,Ys={[Qs.hostDisplay]:"inline-block",[Qs.hostWidth]:"100%",[Qs.barColor]:Js.colors.surface.contrast,[Qs.barWidth]:"20%",[Qs.barBackgroundColor]:Js.colors.surface.light,[Qs.barBorderRadius]:"4px",[Qs.animationDuration]:"2s",[Qs.animationTimingFunction]:"linear",[Qs.animationIterationCount]:"infinite",[Qs.verticalPadding]:"0.25em",size:{xs:{[Qs.barHeight]:"2px"},sm:{[Qs.barHeight]:"4px"},md:{[Qs.barHeight]:"6px"},lg:{[Qs.barHeight]:"8px"}},mode:{primary:{[Qs.barColor]:Js.colors.primary.main},secondary:{[Qs.barColor]:Js.colors.secondary.main}},_hidden:{[Qs.hostDisplay]:"none"}},Ks=ht(qt),Xs=Ms.cssVarList,[tl,el,rl]=vt({spinnerColor:Ks.colors.surface.contrast,mode:{primary:{spinnerColor:Ks.colors.primary.main},secondary:{spinnerColor:Ks.colors.secondary.main}}},Ds),nl={...tl,[Xs.animationDuration]:"2s",[Xs.animationTimingFunction]:"linear",[Xs.animationIterationCount]:"infinite",[Xs.spinnerBorderStyle]:"solid",[Xs.spinnerBorderWidth]:"0.2em",[Xs.spinnerBorderRadius]:"50%",[Xs.spinnerQuadrant1Color]:el.spinnerColor,[Xs.spinnerQuadrant2Color]:"transparent",[Xs.spinnerQuadrant3Color]:el.spinnerColor,[Xs.spinnerQuadrant4Color]:"transparent",size:{xs:{[Xs.spinnerSize]:"20px"},sm:{[Xs.spinnerSize]:"30px"},md:{[Xs.spinnerSize]:"40px"},lg:{[Xs.spinnerSize]:"60px"},xl:{[Xs.spinnerSize]:"80px"}},_hidden:{[Xs.hostDisplay]:"none"}},ol={...Xs,...rl},il=ot("combo-box"),{host:al,inputField:sl,inputElement:ll,placeholder:cl,toggle:dl,clearButton:ul,label:pl,requiredIndicator:hl,helperText:ml,errorMessage:fl}={host:{selector:()=>":host"},inputField:{selector:"::part(input-field)"},inputElement:{selector:"input"},placeholder:{selector:"> input:placeholder-shown"},toggle:{selector:"::part(toggle-button)"},clearButton:{selector:"::part(clear-button)"},label:{selector:"::part(label)"},requiredIndicator:{selector:"[required]::part(required-indicator)::after"},helperText:{selector:"::part(helper-text)"},errorMessage:{selector:"::part(error-message)"}},gl=K(Wt({mappings:{hostWidth:{...al,property:"width"},hostDirection:{...al,property:"direction"},fontSize:[{},al],fontFamily:[pl,cl,sl,ml,fl],labelTextColor:[{...pl,property:"color"},{...hl,property:"color"}],errorMessageTextColor:{...fl,property:"color"},inputHeight:{...sl,property:"height"},inputBackgroundColor:{...sl,property:"background-color"},inputBorderColor:{...sl,property:"border-color"},inputBorderWidth:{...sl,property:"border-width"},inputBorderStyle:{...sl,property:"border-style"},inputBorderRadius:{...sl,property:"border-radius"},labelRequiredIndicator:{...hl,property:"content"},inputValueTextColor:{...sl,property:"color"},inputPlaceholderTextColor:{...cl,property:"color"},inputDropdownButtonCursor:[{...dl,property:"cursor"},{...ul,property:"cursor"}],inputDropdownButtonColor:[{...dl,property:"color"},{...ul,property:"color"}],inputDropdownButtonSize:[{...dl,property:"font-size"},{...ul,property:"font-size"}],inputDropdownButtonOffset:[{...dl,property:"margin-right"},{...dl,property:"margin-left"}],inputOutlineColor:{...sl,property:"outline-color"},inputOutlineWidth:{...sl,property:"outline-width"},inputOutlineStyle:{...sl,property:"outline-style"},inputOutlineOffset:{...sl,property:"outline-offset"},inputHorizontalPadding:[{...ll,property:"padding-left"},{...ll,property:"padding-right"}],overlayBackground:{property:()=>gl.cssVarList.overlay.backgroundColor},overlayTextColor:{property:()=>gl.cssVarList.overlay.textColor},overlayBorder:{property:()=>gl.cssVarList.overlay.border},overlayFontSize:{property:()=>gl.cssVarList.overlay.fontSize},overlayFontFamily:{property:()=>gl.cssVarList.overlay.fontFamily},overlayCursor:{property:()=>gl.cssVarList.overlay.cursor},overlayItemBoxShadow:{property:()=>gl.cssVarList.overlay.itemBoxShadow},overlayItemPaddingInlineStart:{property:()=>gl.cssVarList.overlay.itemPaddingInlineStart},overlayItemPaddingInlineEnd:{property:()=>gl.cssVarList.overlay.itemPaddingInlineEnd}}}),Pt,oe({name:"overlay",selector:"",mappings:{backgroundColor:{selector:"vaadin-combo-box-scroller"},minHeight:{selector:"vaadin-combo-box-overlay"},margin:{selector:"vaadin-combo-box-overlay"},cursor:{selector:"vaadin-combo-box-item"},fontFamily:{selector:"vaadin-combo-box-item"},textColor:{selector:"vaadin-combo-box-item",property:"color"},fontSize:{selector:"vaadin-combo-box-item"},itemBoxShadow:{selector:"vaadin-combo-box-item",property:"box-shadow"},itemPaddingInlineStart:{selector:"vaadin-combo-box-item",property:"padding-inline-start"},itemPaddingInlineEnd:{selector:"vaadin-combo-box-item",property:"padding-inline-end"}},forward:{include:!1,attributes:["size"]}}),re({proxyProps:["selectionStart"],inputEvent:"selected-item-changed"}),$t,(t=>class extends t{#j=({displayName:t,value:e,label:r})=>`<span data-name="${r}" data-id="${e}">${t||r}</span>`;#H;get defaultValue(){return this.getAttribute("default-value")}get renderItem(){return this.#j}set renderItem(t){this.#j=t,this.renderItems()}get data(){if(this.#H)return this.#H;const t=this.getAttribute("data");if(t)try{const e=JSON.parse(t);if(this.isValidDataType(e))return e}catch(t){console.error('could not parse data string from attribute "data" -',t.message)}return[]}set data(t){this.isValidDataType(t)&&(this.#H=t,this.renderItems())}isValidDataType(t){const e=Array.isArray(t);return e||console.error("data must be an array, received:",t),e}getItemsTemplate(){return this.data?.reduce?.(((t,e)=>t+(this.renderItem?.(e||{})||"")),"")}renderItems(){const t=this.getItemsTemplate();t&&(this.innerHTML=t)}handleSelectedItem(){const t=this.baseElement.selectedItem?.["data-id"];this.baseElement.selectedItem=void 0,t&&(this.value=t),this.value||this.setDefaultValue()}customValueTransformFn(t){return t}setComboBoxDescriptor(){const t=Object.getOwnPropertyDescriptor(this.inputElement.constructor.prototype,"value"),e=this;Object.defineProperties(this.inputElement,{value:{...t,set(r){if(!e.baseElement.items?.length)return;const n=e.customValueTransformFn(r)||"";n!==this.value&&t.set.call(this,n)}}})}#U(){const t=this.shadowRoot.querySelector(this.baseSelector),e=Array.from(this.children);e.length&&(e.forEach((t=>{Object.defineProperty(t,"data-name",{value:t.getAttribute("data-name"),configurable:!0,writable:!0}),Object.defineProperty(t,"data-id",{value:t.getAttribute("data-id"),configurable:!0,writable:!0})})),t.items=e,setTimeout((()=>{this.handleSelectedItem()}),0)),t.renderer=(t,e,r)=>{t.innerHTML=r.item.outerHTML}}#G(){const t=this.baseElement.shadowRoot.querySelector("vaadin-combo-box-overlay");t._attachOverlay=()=>{t.bringToFront()},t._detachOverlay=()=>{},t._enterModalState=()=>{}}init(){super.init?.(),this.getValidity=function(){return!this.value&&this.isRequired?{valueMissing:!0}:{}},this.setComboBoxDescriptor(),this.#G(),this.renderItems(),tt(this,this.renderItems.bind(this),{includeAttrs:["data"]}),et(this,this.#U.bind(this)),this.setDefaultValue(),this.baseElement.addEventListener("selected-item-changed",(()=>{this.dispatchEvent(new Event("input",{bubbles:!0,composed:!0}))}))}setDefaultValue(){this.value=this.defaultValue}set value(t){if(t){const e=this.baseElement.items?.find((e=>e["data-id"]===t));e&&(this.baseElement.selectedItem=e)}else this.baseElement.selectedItem=void 0}get value(){return this.baseElement.selectedItem?.["data-id"]||""}}))(Qt({slots:["","prefix"],wrappedEleName:"vaadin-combo-box",style:()=>`\n\t\t:host {\n\t\t\tdisplay: inline-flex;\n\t\t\tbox-sizing: border-box;\n\t\t\t-webkit-mask-image: none;\n\t\t}\n\t\t${Ie(gl.cssVarList)}\n\t\t${qe("vaadin-combo-box")}\n\t\t${Be("vaadin-combo-box")}\n\t\t${Ne("vaadin-combo-box")}\n\n\t\tvaadin-combo-box {\n\t\t\tpadding: 0;\n\t\t\twidth: 100%;\n\t\t}\n\t\tvaadin-combo-box::before {\n\t\t\theight: initial;\n\t\t}\n\t\tvaadin-combo-box [slot="input"] {\n\t\t\t-webkit-mask-image: none;\n\t\t\tmin-height: 0;\n\t\t\tbox-sizing: border-box;\n\t\t}\n\n\t\tvaadin-combo-box::part(input-field) {\n\t\t\tpadding: 0;\n\t\t\tbox-shadow: none;\n\t\t}\n ${We("vaadin-combo-box")}\n\t\t`,excludeAttrsSync:["tabindex","size","data"],componentName:il,includeForwardProps:["items","renderer","selectedItem"]})),bl=ht(qt),yl=gl.cssVarList,vl={[yl.hostWidth]:Ze.width,[yl.hostDirection]:Ze.direction,[yl.fontSize]:Ze.fontSize,[yl.fontFamily]:Ze.fontFamily,[yl.labelTextColor]:Ze.labelTextColor,[yl.errorMessageTextColor]:Ze.errorMessageTextColor,[yl.inputBorderColor]:Ze.borderColor,[yl.inputBorderWidth]:Ze.borderWidth,[yl.inputBorderStyle]:Ze.borderStyle,[yl.inputBorderRadius]:Ze.borderRadius,[yl.inputOutlineColor]:Ze.outlineColor,[yl.inputOutlineOffset]:Ze.outlineOffset,[yl.inputOutlineWidth]:Ze.outlineWidth,[yl.inputOutlineStyle]:Ze.outlineStyle,[yl.labelRequiredIndicator]:Ze.requiredIndicator,[yl.inputValueTextColor]:Ze.valueTextColor,[yl.inputPlaceholderTextColor]:Ze.placeholderTextColor,[yl.inputBackgroundColor]:Ze.backgroundColor,[yl.inputHorizontalPadding]:Ze.horizontalPadding,[yl.inputHeight]:Ze.inputHeight,[yl.inputDropdownButtonColor]:bl.colors.surface.dark,[yl.inputDropdownButtonCursor]:"pointer",[yl.inputDropdownButtonSize]:Ze.toggleButtonSize,[yl.inputDropdownButtonOffset]:bl.spacing.xs,[yl.overlayItemPaddingInlineStart]:bl.spacing.xs,[yl.overlayItemPaddingInlineEnd]:bl.spacing.lg,_readonly:{[yl.inputDropdownButtonCursor]:"default"},[yl.overlayFontSize]:Ze.fontSize,[yl.overlayFontFamily]:Ze.fontFamily,[yl.overlayCursor]:"pointer",[yl.overlayItemBoxShadow]:"none",[yl.overlayBackground]:Ze.backgroundColor,[yl.overlayTextColor]:Ze.valueTextColor,[yl.overlay.minHeight]:"400px",[yl.overlay.margin]:"0"},xl=vl,Cl=["src","alt"],wl=ot("image"),kl=Jt({componentName:wl,baseSelector:":host > img"}),El=K(Wt({mappings:{height:{selector:()=>":host"},width:{selector:()=>":host"}}}),Pt)(class extends kl{static get observedAttributes(){return Cl.concat(kl.observedAttributes||[])}constructor(){super(),this.attachShadow({mode:"open"}).innerHTML="\n\t\t<style>\n\t\t\t:host > img {\n\t\t\t\twidth: 100%;\n\t\t\t\theight: 100%\n\t\t\t}\n\t\t\t:host {\n\t\t\t\tdisplay: inline-flex;\n\t\t\t}\n\t\t</style>\n\t\t<img/>\n\t"}connectedCallback(){super.connectedCallback?.(),at(this,this.baseElement,{includeAttrs:Cl})}}).cssVarList,Al={},_l=[{name:"United States",dialCode:"+1",code:"US"},...[{name:"Afghanistan",dialCode:"+93",code:"AF"},{name:"Aland Islands",dialCode:"+358",code:"AX"},{name:"Albania",dialCode:"+355",code:"AL"},{name:"Algeria",dialCode:"+213",code:"DZ"},{name:"AmericanSamoa",dialCode:"+1684",code:"AS"},{name:"Andorra",dialCode:"+376",code:"AD"},{name:"Angola",dialCode:"+244",code:"AO"},{name:"Anguilla",dialCode:"+1264",code:"AI"},{name:"Antarctica",dialCode:"+672",code:"AQ"},{name:"Antigua and Barbuda",dialCode:"+1268",code:"AG"},{name:"Argentina",dialCode:"+54",code:"AR"},{name:"Armenia",dialCode:"+374",code:"AM"},{name:"Aruba",dialCode:"+297",code:"AW"},{name:"Australia",dialCode:"+61",code:"AU"},{name:"Austria",dialCode:"+43",code:"AT"},{name:"Azerbaijan",dialCode:"+994",code:"AZ"},{name:"Bahamas",dialCode:"+1242",code:"BS"},{name:"Bahrain",dialCode:"+973",code:"BH"},{name:"Bangladesh",dialCode:"+880",code:"BD"},{name:"Barbados",dialCode:"+1246",code:"BB"},{name:"Belarus",dialCode:"+375",code:"BY"},{name:"Belgium",dialCode:"+32",code:"BE"},{name:"Belize",dialCode:"+501",code:"BZ"},{name:"Benin",dialCode:"+229",code:"BJ"},{name:"Bermuda",dialCode:"+1441",code:"BM"},{name:"Bhutan",dialCode:"+975",code:"BT"},{name:"Bolivia, Plurinational State of",dialCode:"+591",code:"BO"},{name:"Bosnia and Herzegovina",dialCode:"+387",code:"BA"},{name:"Botswana",dialCode:"+267",code:"BW"},{name:"Brazil",dialCode:"+55",code:"BR"},{name:"British Indian Ocean Territory",dialCode:"+246",code:"IO"},{name:"Brunei Darussalam",dialCode:"+673",code:"BN"},{name:"Bulgaria",dialCode:"+359",code:"BG"},{name:"Burkina Faso",dialCode:"+226",code:"BF"},{name:"Burundi",dialCode:"+257",code:"BI"},{name:"Cambodia",dialCode:"+855",code:"KH"},{name:"Cameroon",dialCode:"+237",code:"CM"},{name:"Canada",dialCode:"+1",code:"CA"},{name:"Cape Verde",dialCode:"+238",code:"CV"},{name:"Cayman Islands",dialCode:"+345",code:"KY"},{name:"Central African Republic",dialCode:"+236",code:"CF"},{name:"Chad",dialCode:"+235",code:"TD"},{name:"Chile",dialCode:"+56",code:"CL"},{name:"China",dialCode:"+86",code:"CN"},{name:"Christmas Island",dialCode:"+61",code:"CX"},{name:"Cocos (Keeling) Islands",dialCode:"+61",code:"CC"},{name:"Colombia",dialCode:"+57",code:"CO"},{name:"Comoros",dialCode:"+269",code:"KM"},{name:"Congo",dialCode:"+242",code:"CG"},{name:"Congo, The Democratic Republic of the Congo",dialCode:"+243",code:"CD"},{name:"Cook Islands",dialCode:"+682",code:"CK"},{name:"Costa Rica",dialCode:"+506",code:"CR"},{name:"Cote d'Ivoire",dialCode:"+225",code:"CI"},{name:"Croatia",dialCode:"+385",code:"HR"},{name:"Cuba",dialCode:"+53",code:"CU"},{name:"Cyprus",dialCode:"+357",code:"CY"},{name:"Czech Republic",dialCode:"+420",code:"CZ"},{name:"Denmark",dialCode:"+45",code:"DK"},{name:"Djibouti",dialCode:"+253",code:"DJ"},{name:"Dominica",dialCode:"+1767",code:"DM"},{name:"Dominican Republic",dialCode:"+1849",code:"DO"},{name:"Ecuador",dialCode:"+593",code:"EC"},{name:"Egypt",dialCode:"+20",code:"EG"},{name:"El Salvador",dialCode:"+503",code:"SV"},{name:"Equatorial Guinea",dialCode:"+240",code:"GQ"},{name:"Eritrea",dialCode:"+291",code:"ER"},{name:"Estonia",dialCode:"+372",code:"EE"},{name:"Ethiopia",dialCode:"+251",code:"ET"},{name:"Falkland Islands (Malvinas)",dialCode:"+500",code:"FK"},{name:"Faroe Islands",dialCode:"+298",code:"FO"},{name:"Fiji",dialCode:"+679",code:"FJ"},{name:"Finland",dialCode:"+358",code:"FI"},{name:"France",dialCode:"+33",code:"FR"},{name:"French Guiana",dialCode:"+594",code:"GF"},{name:"French Polynesia",dialCode:"+689",code:"PF"},{name:"Gabon",dialCode:"+241",code:"GA"},{name:"Gambia",dialCode:"+220",code:"GM"},{name:"Georgia",dialCode:"+995",code:"GE"},{name:"Germany",dialCode:"+49",code:"DE"},{name:"Ghana",dialCode:"+233",code:"GH"},{name:"Gibraltar",dialCode:"+350",code:"GI"},{name:"Greece",dialCode:"+30",code:"GR"},{name:"Greenland",dialCode:"+299",code:"GL"},{name:"Grenada",dialCode:"+1473",code:"GD"},{name:"Guadeloupe",dialCode:"+590",code:"GP"},{name:"Guam",dialCode:"+1671",code:"GU"},{name:"Guatemala",dialCode:"+502",code:"GT"},{name:"Guernsey",dialCode:"+44",code:"GG"},{name:"Guinea",dialCode:"+224",code:"GN"},{name:"Guinea-Bissau",dialCode:"+245",code:"GW"},{name:"Guyana",dialCode:"+595",code:"GY"},{name:"Haiti",dialCode:"+509",code:"HT"},{name:"Holy See (Vatican City State)",dialCode:"+379",code:"VA"},{name:"Honduras",dialCode:"+504",code:"HN"},{name:"Hong Kong",dialCode:"+852",code:"HK"},{name:"Hungary",dialCode:"+36",code:"HU"},{name:"Iceland",dialCode:"+354",code:"IS"},{name:"India",dialCode:"+91",code:"IN"},{name:"Indonesia",dialCode:"+62",code:"ID"},{name:"Iran, Islamic Republic of Persian Gulf",dialCode:"+98",code:"IR"},{name:"Iraq",dialCode:"+964",code:"IQ"},{name:"Ireland",dialCode:"+353",code:"IE"},{name:"Isle of Man",dialCode:"+44",code:"IM"},{name:"Israel",dialCode:"+972",code:"IL"},{name:"Italy",dialCode:"+39",code:"IT"},{name:"Jamaica",dialCode:"+1876",code:"JM"},{name:"Japan",dialCode:"+81",code:"JP"},{name:"Jersey",dialCode:"+44",code:"JE"},{name:"Jordan",dialCode:"+962",code:"JO"},{name:"Kazakhstan",dialCode:"+77",code:"KZ"},{name:"Kenya",dialCode:"+254",code:"KE"},{name:"Kiribati",dialCode:"+686",code:"KI"},{name:"Korea, Democratic People's Republic of Korea",dialCode:"+850",code:"KP"},{name:"Korea, Republic of South Korea",dialCode:"+82",code:"KR"},{name:"Kuwait",dialCode:"+965",code:"KW"},{name:"Kyrgyzstan",dialCode:"+996",code:"KG"},{name:"Laos",dialCode:"+856",code:"LA"},{name:"Latvia",dialCode:"+371",code:"LV"},{name:"Lebanon",dialCode:"+961",code:"LB"},{name:"Lesotho",dialCode:"+266",code:"LS"},{name:"Liberia",dialCode:"+231",code:"LR"},{name:"Libyan Arab Jamahiriya",dialCode:"+218",code:"LY"},{name:"Liechtenstein",dialCode:"+423",code:"LI"},{name:"Lithuania",dialCode:"+370",code:"LT"},{name:"Luxembourg",dialCode:"+352",code:"LU"},{name:"Macao",dialCode:"+853",code:"MO"},{name:"Macedonia",dialCode:"+389",code:"MK"},{name:"Madagascar",dialCode:"+261",code:"MG"},{name:"Malawi",dialCode:"+265",code:"MW"},{name:"Malaysia",dialCode:"+60",code:"MY"},{name:"Maldives",dialCode:"+960",code:"MV"},{name:"Mali",dialCode:"+223",code:"ML"},{name:"Malta",dialCode:"+356",code:"MT"},{name:"Marshall Islands",dialCode:"+692",code:"MH"},{name:"Martinique",dialCode:"+596",code:"MQ"},{name:"Mauritania",dialCode:"+222",code:"MR"},{name:"Mauritius",dialCode:"+230",code:"MU"},{name:"Mayotte",dialCode:"+262",code:"YT"},{name:"Mexico",dialCode:"+52",code:"MX"},{name:"Micronesia, Federated States of Micronesia",dialCode:"+691",code:"FM"},{name:"Moldova",dialCode:"+373",code:"MD"},{name:"Monaco",dialCode:"+377",code:"MC"},{name:"Mongolia",dialCode:"+976",code:"MN"},{name:"Montenegro",dialCode:"+382",code:"ME"},{name:"Montserrat",dialCode:"+1664",code:"MS"},{name:"Morocco",dialCode:"+212",code:"MA"},{name:"Mozambique",dialCode:"+258",code:"MZ"},{name:"Myanmar",dialCode:"+95",code:"MM"},{name:"Namibia",dialCode:"+264",code:"NA"},{name:"Nauru",dialCode:"+674",code:"NR"},{name:"Nepal",dialCode:"+977",code:"NP"},{name:"Netherlands",dialCode:"+31",code:"NL"},{name:"Netherlands Antilles",dialCode:"+599",code:"AN"},{name:"New Caledonia",dialCode:"+687",code:"NC"},{name:"New Zealand",dialCode:"+64",code:"NZ"},{name:"Nicaragua",dialCode:"+505",code:"NI"},{name:"Niger",dialCode:"+227",code:"NE"},{name:"Nigeria",dialCode:"+234",code:"NG"},{name:"Niue",dialCode:"+683",code:"NU"},{name:"Norfolk Island",dialCode:"+672",code:"NF"},{name:"Northern Mariana Islands",dialCode:"+1670",code:"MP"},{name:"Norway",dialCode:"+47",code:"NO"},{name:"Oman",dialCode:"+968",code:"OM"},{name:"Pakistan",dialCode:"+92",code:"PK"},{name:"Palau",dialCode:"+680",code:"PW"},{name:"Palestinian Territory, Occupied",dialCode:"+970",code:"PS"},{name:"Panama",dialCode:"+507",code:"PA"},{name:"Papua New Guinea",dialCode:"+675",code:"PG"},{name:"Paraguay",dialCode:"+595",code:"PY"},{name:"Peru",dialCode:"+51",code:"PE"},{name:"Philippines",dialCode:"+63",code:"PH"},{name:"Pitcairn",dialCode:"+872",code:"PN"},{name:"Poland",dialCode:"+48",code:"PL"},{name:"Portugal",dialCode:"+351",code:"PT"},{name:"Puerto Rico",dialCode:"+1939",code:"PR"},{name:"Qatar",dialCode:"+974",code:"QA"},{name:"Romania",dialCode:"+40",code:"RO"},{name:"Russia",dialCode:"+7",code:"RU"},{name:"Rwanda",dialCode:"+250",code:"RW"},{name:"Reunion",dialCode:"+262",code:"RE"},{name:"Saint Barthelemy",dialCode:"+590",code:"BL"},{name:"Saint Helena, Ascension and Tristan Da Cunha",dialCode:"+290",code:"SH"},{name:"Saint Kitts and Nevis",dialCode:"+1869",code:"KN"},{name:"Saint Lucia",dialCode:"+1758",code:"LC"},{name:"Saint Martin",dialCode:"+590",code:"MF"},{name:"Saint Pierre and Miquelon",dialCode:"+508",code:"PM"},{name:"Saint Vincent and the Grenadines",dialCode:"+1784",code:"VC"},{name:"Samoa",dialCode:"+685",code:"WS"},{name:"San Marino",dialCode:"+378",code:"SM"},{name:"Sao Tome and Principe",dialCode:"+239",code:"ST"},{name:"Saudi Arabia",dialCode:"+966",code:"SA"},{name:"Senegal",dialCode:"+221",code:"SN"},{name:"Serbia",dialCode:"+381",code:"RS"},{name:"Seychelles",dialCode:"+248",code:"SC"},{name:"Sierra Leone",dialCode:"+232",code:"SL"},{name:"Singapore",dialCode:"+65",code:"SG"},{name:"Slovakia",dialCode:"+421",code:"SK"},{name:"Slovenia",dialCode:"+386",code:"SI"},{name:"Solomon Islands",dialCode:"+677",code:"SB"},{name:"Somalia",dialCode:"+252",code:"SO"},{name:"South Africa",dialCode:"+27",code:"ZA"},{name:"South Sudan",dialCode:"+211",code:"SS"},{name:"South Georgia and the South Sandwich Islands",dialCode:"+500",code:"GS"},{name:"Spain",dialCode:"+34",code:"ES"},{name:"Sri Lanka",dialCode:"+94",code:"LK"},{name:"Sudan",dialCode:"+249",code:"SD"},{name:"Suriname",dialCode:"+597",code:"SR"},{name:"Svalbard and Jan Mayen",dialCode:"+47",code:"SJ"},{name:"Swaziland",dialCode:"+268",code:"SZ"},{name:"Sweden",dialCode:"+46",code:"SE"},{name:"Switzerland",dialCode:"+41",code:"CH"},{name:"Syrian Arab Republic",dialCode:"+963",code:"SY"},{name:"Taiwan",dialCode:"+886",code:"TW"},{name:"Tajikistan",dialCode:"+992",code:"TJ"},{name:"Tanzania, United Republic of Tanzania",dialCode:"+255",code:"TZ"},{name:"Thailand",dialCode:"+66",code:"TH"},{name:"Timor-Leste",dialCode:"+670",code:"TL"},{name:"Togo",dialCode:"+228",code:"TG"},{name:"Tokelau",dialCode:"+690",code:"TK"},{name:"Tonga",dialCode:"+676",code:"TO"},{name:"Trinidad and Tobago",dialCode:"+1868",code:"TT"},{name:"Tunisia",dialCode:"+216",code:"TN"},{name:"Turkey",dialCode:"+90",code:"TR"},{name:"Turkmenistan",dialCode:"+993",code:"TM"},{name:"Turks and Caicos Islands",dialCode:"+1649",code:"TC"},{name:"Tuvalu",dialCode:"+688",code:"TV"},{name:"Uganda",dialCode:"+256",code:"UG"},{name:"Ukraine",dialCode:"+380",code:"UA"},{name:"United Arab Emirates",dialCode:"+971",code:"AE"},{name:"United Kingdom",dialCode:"+44",code:"GB"},{name:"Uruguay",dialCode:"+598",code:"UY"},{name:"Uzbekistan",dialCode:"+998",code:"UZ"},{name:"Vanuatu",dialCode:"+678",code:"VU"},{name:"Venezuela, Bolivarian Republic of Venezuela",dialCode:"+58",code:"VE"},{name:"Vietnam",dialCode:"+84",code:"VN"},{name:"Virgin Islands, British",dialCode:"+1284",code:"VG"},{name:"Virgin Islands, U.S.",dialCode:"+1340",code:"VI"},{name:"Wallis and Futuna",dialCode:"+681",code:"WF"},{name:"Yemen",dialCode:"+967",code:"YE"},{name:"Zambia",dialCode:"+260",code:"ZM"},{name:"Zimbabwe",dialCode:"+263",code:"ZW"}].sort(((t,e)=>t.name<e.name?-1:1))],Sl=ot("phone-field-internal");[].concat(["disabled","size","bordered","invalid","readonly"],["country-input-placeholder","default-code","restrict-countries"],["phone-input-placeholder","maxlength"]),Or({componentName:Sl,baseSelector:"div"});const Dl=je.cssVarList,Tl=gl.cssVarList,Ml=ot("phone-field"),{host:Fl,label:Ll,requiredIndicator:Il,inputField:zl,countryCodeInput:Ol,phoneInput:Nl,separator:Bl,errorMessage:ql,helperText:Rl}={host:{selector:()=>":host"},label:{selector:"::part(label)"},requiredIndicator:{selector:"[required]::part(required-indicator)::after"},inputField:{selector:"::part(input-field)"},phoneInput:{selector:()=>"descope-text-field"},countryCodeInput:{selector:()=>"descope-combo-box"},separator:{selector:"descope-phone-field-internal .separator"},helperText:{selector:"::part(helper-text)"},errorMessage:{selector:"::part(error-message)"}},Vl=K(Wt({mappings:{fontSize:[Fl,zl,{selector:je.componentName,property:je.cssVarList.fontSize},{selector:gl.componentName,property:gl.cssVarList.fontSize}],fontFamily:[Ll,ql,Rl,{...Ol,property:gl.cssVarList.overlay.fontFamily}],hostWidth:[{...Fl,property:"width"},{...Nl,property:"width"},{...Ol,property:"--vaadin-combo-box-overlay-width"}],hostDirection:{...Fl,property:"direction"},inputBorderStyle:[{...zl,property:"border-style"},{...Bl,property:"border-left-style"}],inputBorderWidth:[{...zl,property:"border-width"},{...Bl,property:"border-left-width"}],inputBorderColor:[{...zl,property:"border-color"},{...Bl,property:"border-left-color"}],inputBorderRadius:{...zl,property:"border-radius"},countryCodeInputWidth:{...Ol,property:Tl.hostWidth},countryCodeDropdownWidth:{...Ol,property:"--vaadin-combo-box-overlay-width"},phoneInputWidth:{...Nl,property:"width"},labelTextColor:[{...Ll,property:"color"},{...Il,property:"color"}],labelRequiredIndicator:{...Il,property:"content"},errorMessageTextColor:{...ql,property:"color"},inputValueTextColor:[{...Nl,property:Dl.inputValueTextColor},{...Ol,property:Tl.inputValueTextColor}],inputPlaceholderTextColor:{...Nl,property:Dl.inputPlaceholderColor},overlayItemBackgroundColor:{selector:"descope-combo-box",property:Tl.overlayItemBackgroundColor},inputOutlineStyle:{...zl,property:"outline-style"},inputOutlineColor:{...zl,property:"outline-color"},inputOutlineWidth:{...zl,property:"outline-width"},inputOutlineOffset:{...zl,property:"outline-offset"}}}),Pt,re({proxyProps:["value","selectionStart"]}),(t=>class extends t{static get CountryCodes(){return _l}init(){super.init?.();const t=document.createElement("template");t.innerHTML=`\n\t\t\t\t<${Sl}\n\t\t\t\t\ttabindex="-1"\n\t\t\t\t\tslot="input"\n\t\t\t\t></${Sl}>\n \t\t`,this.baseElement.appendChild(t.content.cloneNode(!0)),this.inputElement=this.shadowRoot.querySelector(Sl),at(this.shadowRoot.host,this.inputElement,{includeAttrs:["size","bordered","invalid","minlength","maxlength","default-code","country-input-placeholder","phone-input-placeholder","disabled","restrict-countries"]})}}))(Qt({slots:[],wrappedEleName:"vaadin-text-field",style:()=>`\n\t\t\t:host {\n\t\t\t\tdisplay: inline-flex;\n\t\t\t\tmax-width: 100%;\n\t\t\t\tmin-width: 15em;\n\t\t\t\tbox-sizing: border-box;\n\t\t\t}\n\t\t\t${Ie(Vl.cssVarList)}\n\t\t\t${Ne("vaadin-text-field")}\n\t\t\t${Re("vaadin-text-field")}\n\t\t\t\n :host {\n --vaadin-field-default-width: auto;\n box-sizing: border-box;\n }\n\n\n\t\t\tdiv {\n\t\t\t\tdisplay: inline-flex;\n\t\t\t}\n\t\t\tvaadin-text-field {\n\t\t\t\twidth: 100%;\n\t\t\t\theight: 100%;\n\t\t\t\tbox-sizing: border-box;\n\t\t\t\tpadding: 0;\n\t\t\t}\n\t\t\tvaadin-text-field[focus-ring]::part(input-field) {\n\t\t\t\tbox-shadow: none;\n\t\t\t}\n\t\t\tvaadin-text-field::before {\n\t\t\t\theight: 0;\n\t\t\t}\n\t\t\tvaadin-text-field::part(input-field) {\n\t\t\t\tpadding: 0;\n\t\t\t\tbackground: transparent;\n\t\t\t\toverflow: hidden;\n\t\t\t}\n\t\t\tdescope-phone-field-internal {\n\t\t\t\t-webkit-mask-image: none;\n\t\t\t\tpadding: 0;\n\t\t\t\twidth: 100%;\n\t\t\t\theight: 100%;\n direction: ltr;\n\t\t\t}\n\t\t\tdescope-phone-field-internal > div {\n\t\t\t\twidth: 100%;\n\t\t\t\theight: 100%;\n\t\t\t}\n\t\t\tdescope-phone-field-internal .separator {\n\t\t\t\tflex: 0;\n\t\t\t\tborder: none;\n\t\t\t}\n\t\t\tdescope-combo-box {\n\t\t\t\tflex-shrink: 0;\n\t\t\t\tmin-width: 5.75em;\n\t\t\t\t${Tl.inputOutlineWidth}: 0;\n\t\t\t\t${Tl.inputOutlineOffset}: 0;\n\t\t\t\t${Tl.inputBorderWidth}: 0;\n\t\t\t\t${Tl.inputBorderRadius}: 0;\n\t\t\t}\n\t\t\tdescope-text-field {\n\t\t\t\tflex-grow: 1;\n\t\t\t\t${Dl.inputOutlineWidth}: 0;\n\t\t\t\t${Dl.inputOutlineOffset}: 0;\n\t\t\t\t${Dl.inputBorderWidth}: 0;\n\t\t\t\t${Dl.inputBorderRadius}: 0;\n\t\t\t}\n\t\t\tvaadin-text-field[readonly] > input:placeholder-shown {\n\t\t\t\topacity: 1;\n\t\t\t}\n\t\t\tvaadin-text-field::part(input-field)::after {\n\t\t\t\tborder: none;\n\t\t\t}\n ${We("vaadin-text-field")}\n\t\t`,excludeAttrsSync:["tabindex"],componentName:Ml})),Wl=Vl.cssVarList,Pl={[Wl.hostWidth]:Ze.width,[Wl.hostDirection]:Ze.direction,[Wl.fontSize]:Ze.fontSize,[Wl.fontFamily]:Ze.fontFamily,[Wl.labelTextColor]:Ze.labelTextColor,[Wl.labelRequiredIndicator]:Ze.requiredIndicator,[Wl.errorMessageTextColor]:Ze.errorMessageTextColor,[Wl.inputValueTextColor]:Ze.valueTextColor,[Wl.inputPlaceholderTextColor]:Ze.placeholderTextColor,[Wl.inputBorderStyle]:Ze.borderStyle,[Wl.inputBorderWidth]:Ze.borderWidth,[Wl.inputBorderColor]:Ze.borderColor,[Wl.inputBorderRadius]:Ze.borderRadius,[Wl.inputOutlineStyle]:Ze.outlineStyle,[Wl.inputOutlineWidth]:Ze.outlineWidth,[Wl.inputOutlineColor]:Ze.outlineColor,[Wl.inputOutlineOffset]:Ze.outlineOffset,[Wl.phoneInputWidth]:Ze.minWidth,[Wl.countryCodeInputWidth]:"5em",[Wl.countryCodeDropdownWidth]:"20em"},$l=ot("phone-field-internal-input-box");Or({componentName:$l,baseSelector:"div"});const jl=je.cssVarList,Hl=ot("phone-input-box-field"),{host:Ul,label:Gl,requiredIndicator:Zl,inputField:Jl,phoneInput:Ql,errorMessage:Yl,helperText:Kl}={host:{selector:()=>":host"},label:{selector:"::part(label)"},requiredIndicator:{selector:"[required]::part(required-indicator)::after"},inputField:{selector:"::part(input-field)"},phoneInput:{selector:()=>"descope-text-field"},helperText:{selector:"::part(helper-text)"},errorMessage:{selector:"::part(error-message)"}},Xl=K(Wt({mappings:{fontSize:[Ul,Jl,{selector:je.componentName,property:je.cssVarList.fontSize}],fontFamily:[Gl,Yl,Kl],hostWidth:{...Ul,property:"width"},hostMinWidth:{...Ul,property:"min-width"},hostDirection:{...Ul,property:"direction"},inputBorderStyle:{...Jl,property:"border-style"},inputBorderWidth:{...Jl,property:"border-width"},inputBorderColor:{...Jl,property:"border-color"},inputBorderRadius:{...Jl,property:"border-radius"},labelTextColor:[{...Gl,property:"color"},{...Zl,property:"color"}],labelRequiredIndicator:{...Zl,property:"content"},errorMessageTextColor:{...Yl,property:"color"},inputValueTextColor:{...Ql,property:jl.inputValueTextColor},inputPlaceholderTextColor:{...Ql,property:jl.inputPlaceholderColor},inputOutlineStyle:{...Jl,property:"outline-style"},inputOutlineColor:{...Jl,property:"outline-color"},inputOutlineWidth:{...Jl,property:"outline-width"},inputOutlineOffset:{...Jl,property:"outline-offset"}}}),Pt,re({proxyProps:["value","selectionStart"]}),(t=>class extends t{static get CountryCodes(){return _l}init(){super.init?.();const t=document.createElement("template");t.innerHTML=`\n\t\t\t\t<${$l}\n\t\t\t\t\ttabindex="-1"\n\t\t\t\t\tslot="input"\n\t\t\t\t></${$l}>\n `,this.baseElement.appendChild(t.content.cloneNode(!0)),this.inputElement=this.shadowRoot.querySelector($l),at(this.shadowRoot.host,this.inputElement,{includeAttrs:["size","bordered","invalid","minlength","maxlength","default-code","disabled","phone-input-placeholder"]})}}))(Qt({slots:[],wrappedEleName:"vaadin-text-field",style:()=>`\n :host {\n display: inline-flex;\n max-width: 100%;\n box-sizing: border-box;\n }\n ${Ie(Xl.cssVarList)}\n ${Ne("vaadin-text-field")}\n ${Re("vaadin-text-field")}\n \n :host {\n --vaadin-field-default-width: auto;\n box-sizing: border-box;\n }\n\n\n vaadin-text-field {\n width: 100%;\n height: 100%;\n box-sizing: border-box;\n padding: 0;\n }\n vaadin-text-field[focus-ring]::part(input-field) {\n box-shadow: none;\n }\n vaadin-text-field::before {\n height: 0;\n }\n vaadin-text-field::part(input-field) {\n padding: 0;\n background: transparent;\n overflow: hidden;\n -webkit-mask-image: none;\n }\n descope-phone-field-internal-input-box {\n -webkit-mask-image: none;\n padding: 0;\n width: 100%;\n height: 100%;\n }\n descope-phone-field-internal-input-box > div {\n width: 100%;\n height: 100%;\n }\n descope-phone-field-internal-input-box .separator {\n flex: 0;\n border: none;\n }\n descope-text-field {\n flex-grow: 1;\n width: 100%;\n ${jl.inputOutlineWidth}: 0;\n ${jl.inputOutlineOffset}: 0;\n ${jl.inputBorderWidth}: 0;\n ${jl.inputBorderRadius}: 0;\n direction: ltr;\n }\n vaadin-text-field[readonly] > input:placeholder-shown {\n opacity: 1;\n }\n vaadin-text-field::part(input-field)::after {\n border: none;\n }\n ${We("vaadin-text-field")}\n\t\t`,excludeAttrsSync:["tabindex"],componentName:Hl})),tc=Xl.cssVarList,ec={[tc.hostWidth]:"16em",[tc.hostMinWidth]:Ze.minWidth,[tc.hostDirection]:Ze.direction,[tc.fontSize]:Ze.fontSize,[tc.fontFamily]:Ze.fontFamily,[tc.labelTextColor]:Ze.labelTextColor,[tc.labelRequiredIndicator]:Ze.requiredIndicator,[tc.errorMessageTextColor]:Ze.errorMessageTextColor,[tc.inputValueTextColor]:Ze.valueTextColor,[tc.inputPlaceholderTextColor]:Ze.placeholderTextColor,[tc.inputBorderStyle]:Ze.borderStyle,[tc.inputBorderWidth]:Ze.borderWidth,[tc.inputBorderColor]:Ze.borderColor,[tc.inputBorderRadius]:Ze.borderRadius,[tc.inputOutlineStyle]:Ze.outlineStyle,[tc.inputOutlineWidth]:Ze.outlineWidth,[tc.inputOutlineColor]:Ze.outlineColor,[tc.inputOutlineOffset]:Ze.outlineOffset,_fullWidth:{[tc.hostWidth]:Ze.width}},rc=ot("new-password-internal"),nc=(t,e)=>t.replace(/{{(\w+)+}}/g,((t,r)=>e?.[r]||t)),oc=ot("policy-validation"),ic=["data","active-policies","overrides","data-password-policy-value-minlength"],ac=["label","value",...ic];class sc extends(Jt({componentName:oc,baseSelector:":host > div"})){#Z;#J=[];#Q;static get observedAttributes(){return ac}constructor(){super(),this.attachShadow({mode:"open"}).innerHTML='\n <div>\n <div class="label"></div>\n <ul></ul>\n </div>\n <style>\n :host > div {\n width: 100%;\n display: flex;\n flex-direction: column;\n box-sizing: border-box;\n }\n .label {\n max-width: 100%;\n text-wrap: wrap;\n overflow-wrap: break-word;\n }\n .hide-label .label {\n display: none;\n }\n ul {\n display: flex;\n flex-direction: column;\n padding: 0;\n margin: 0;\n }\n ul, li {\n margin: 0;\n padding: 0;\n list-style: none;\n }\n li::before {\n display: inline-block;\n width: 1em;\n text-align: center;\n }\n </style>\n\t\t',this.panel=this.shadowRoot.querySelector(":host > div"),this.label=this.shadowRoot.querySelector(".label"),this.list=this.shadowRoot.querySelector("ul")}attributeChangedCallback(t,e,r){if(super.attributeChangedCallback?.(t,e,r),e!==r){if("label"===t&&this.updateLabel(r),ic.includes(t)){if("data"===t)try{this.availablePolicies=JSON.parse(r)}catch{console.error("Failed to set available policies")}if("active-policies"===t&&(this.#J=(r||"").split(",")),"data-password-policy-value-minlength"===t){const t=Number(r);!Number.isNaN(t)&&t>0&&(this.#Q={...this.#Q,minlength:{value:`${t}`}})}}this.renderItems(this.#Z,this.#J,this.#Q)}}get availablePolicies(){return this.#Z||[]}set availablePolicies(t){this.#Z=t}get value(){return this.getAttribute("value")||""}validate(){let t=this.#Z;return this.#Q&&(t=this.#Z.map((t=>this.#Q[t.id]?{...t,data:this.#Q[t.id]}:t))),this.#J.reduce(((e,r)=>{const n=t.find((t=>t.id===r));if(!n)return e;const{pattern:o,message:i,data:a}=n;if(!o||!i)return e;const s={valid:new RegExp(nc(o,a)).test(this.value),message:nc(i,a),id:r};return e.push(s),e}),[])}get isValid(){return!this.validate().some((({valid:t})=>!1===t))}getValidationItemTemplate({valid:t,message:e}){return`\n <li class="item" data-valid="${this.value?t:"none"}">\n <span class="message">${e}</span>\n </li>\n `}renderItems(t,e){t&&e.length&&(this.list.innerHTML=this.validate().map(this.getValidationItemTemplate.bind(this)).join(""))}updateLabel(t){t?(this.label.innerHTML=t,this.classList.remove("hide-label")):(this.classList.add("hide-label"),this.label.innerHTML="")}}const{host:lc,item:cc,symbolDefault:dc,symbolSuccess:uc,symbolError:pc}={host:{selector:()=>":host > div"},item:{selector:()=>".item"},symbolDefault:{selector:()=>'.item[data-valid="none"]::before'},symbolSuccess:{selector:()=>'.item[data-valid="true"]::before'},symbolError:{selector:()=>'.item[data-valid="false"]::before'}},hc=K(Wt({componentNameOverride:ot("input-wrapper")}),Wt({mappings:{hostDirection:{selector:()=>":host",property:"direction"},fontSize:{},fontFamily:{},padding:{},borderWidth:{...lc,property:"border-width"},borderStyle:{...lc,property:"border-style"},borderColor:{...lc,property:"border-color"},borderRadius:{...lc,property:"border-radius"},backgroundColor:{...lc,property:"background-color"},textColor:{property:"color"},labelMargin:{...lc,property:"gap"},itemsSpacing:{...cc,property:"line-height"},itemSymbolSuccessColor:{...uc,property:"color"},itemSymbolErrorColor:{...pc,property:"color"},itemSymbolDefault:{...dc,property:"content"},itemSymbolSuccess:{...uc,property:"content"},itemSymbolError:{...pc,property:"content"}}}),Pt,$t)(sc),mc=ot("new-password"),fc=hc.cssVarList,{host:gc,label:bc,internalInputsWrapper:yc,errorMessage:vc,helperText:xc,passwordInput:Cc,policyPreview:wc}={host:{selector:()=>":host"},label:{selector:"::part(label)"},internalInputsWrapper:{selector:"descope-new-password-internal .wrapper"},helperText:{selector:"::part(helper-text)"},errorMessage:{selector:"::part(error-message)"},passwordInput:{selector:"descope-password"},policyPreview:{selector:"descope-policy-validation"}},kc=K(Wt({mappings:{fontSize:[gc,{},{selector:ur.componentName,property:ur.cssVarList.fontSize}],fontFamily:[bc,vc,xc],errorMessageTextColor:{...vc,property:"color"},hostWidth:{...gc,property:"width"},hostMinWidth:{...gc,property:"min-width"},hostDirection:[{...gc,property:"direction"},{...Cc,property:ur.cssVarList.hostDirection}],inputsRequiredIndicator:{...gc,property:"content"},spaceBetweenInputs:{...yc,property:"gap"},policyPreviewBackgroundColor:{...wc,property:fc.backgroundColor},policyPreviewPadding:{...wc,property:fc.padding}}}),Pt,re({proxyProps:["value","selectionStart"]}),(t=>class extends t{init(){super.init?.();const t=document.createElement("template");t.innerHTML=`\n\t\t\t<${rc}\n\t\t\t\tname="new-password"\n\t\t\t\ttabindex="-1"\n\t\t\t\tslot="input"\n\t\t\t></${rc}>\n\t\t\t`,this.baseElement.appendChild(t.content.cloneNode(!0)),this.inputElement=this.shadowRoot.querySelector(rc),at(this,this.inputElement,{includeAttrs:["password-label","password-placeholder","confirm-label","confirm-placeholder","full-width","size","bordered","label","has-confirm","invalid","readonly","draggable","has-validation","policy-label","active-policies","available-policies","data-password-policy-value-minlength"]})}}))(Qt({slots:[],wrappedEleName:"vaadin-text-field",style:()=>`\n\t\t:host {\n\t\t\tdisplay: inline-block;\n\t\t\tmax-width: 100%;\n\t\t\tbox-sizing: border-box;\n\t\t}\n :host ::part(error-message) {\n direction: ltr;\n }\n\t\t${Ie(ur.cssVarList)}\n\t\tvaadin-text-field {\n\t\t\tpadding: 0;\n\t\t\twidth: 100%;\n\t\t\theight: 100%;\n\t\t}\n\t\tvaadin-text-field::part(input-field) {\n\t\t\tmin-height: 0;\n\t\t\tbackground: transparent;\n\t\t\tbox-shadow: none;\n\t\t\tpadding: 0;\n\t\t}\n\t\tvaadin-text-field::part(input-field)::after {\n\t\t\tbackground: transparent;\n\t\t\topacity: 0;\n\t\t}\n\t\tdescope-new-password-internal {\n\t\t\t-webkit-mask-image: none;\n\t\t\tmin-height: 0;\n\t\t\twidth: 100%;\n\t\t\tpadding: 0;\n\t\t}\n\t\tdescope-new-password-internal > .wrapper {\n\t\t\twidth: 100%;\n\t\t\theight: 100%;\n\t\t\tdisplay: flex;\n\t\t\tflex-direction: column;\n\t\t}\n\t\tdescope-password {\n\t\t\tdisplay: block;\n\t\t\twidth: 100%;\n\t\t}\n\t\tdescope-new-password-internal vaadin-password-field::before {\n\t\t\theight: initial;\n\t\t}\n descope-policy-validation {\n margin-top: 8px;\n display: flex;\n }\n descope-policy-validation.hidden {\n display: none;\n }\n\t\t`,excludeAttrsSync:["tabindex"],componentName:mc})),Ec=ht(qt),Ac=kc.cssVarList,_c={[Ac.hostWidth]:Ze.width,[Ac.hostMinWidth]:Ze.minWidth,[Ac.hostDirection]:Ze.direction,[Ac.fontSize]:Ze.fontSize,[Ac.fontFamily]:Ze.fontFamily,[Ac.spaceBetweenInputs]:"1em",[Ac.errorMessageTextColor]:Ze.errorMessageTextColor,[Ac.policyPreviewBackgroundColor]:"none",[Ac.policyPreviewPadding]:Ec.spacing.lg,_required:{[Ac.inputsRequiredIndicator]:Ze.requiredIndicator}},Sc=ot("upload-file"),Dc=["title","description","button-label","accept","readonly","button-mode","button-variant","required","size","icon"],Tc=Or({componentName:Sc,baseSelector:":host > div"}),Mc=ue.cssVarList,{host:Fc,wrapper:Lc,icon:Ic,title:zc,description:Oc,requiredIndicator:Nc}={host:{selector:()=>":host"},wrapper:{selector:()=>":host > div"},icon:{selector:()=>"::slotted(*)"},title:{selector:()=>".title"},description:{selector:()=>".description"},requiredIndicator:{selector:()=>".title::after"}},Bc=K(Wt({componentNameOverride:ot("input-wrapper")}),Wt({mappings:{fontSize:{},fontFamily:{},borderColor:{},borderWidth:{},borderStyle:{},borderRadius:{},hostHeight:{...Fc,property:"height"},hostWidth:{...Fc,property:"width"},hostPadding:{property:"padding"},hostDirection:[{...Fc,property:"direction"},{selector:()=>ue.componentName,property:Mc.hostDirection}],gap:{...Lc},lineHeight:{...Lc,property:"line-height"},titleFontSize:{...zc,property:"font-size"},titleFontWeight:{...zc,property:"font-weight"},descriptionFontSize:{...Oc,property:"font-size"},labelTextColor:[{...zc,property:"color"},{...Oc,property:"color"}],iconSize:{...Ic,property:"width"},requiredIndicator:{...Nc,property:"content"}}}),Pt,$t)(class extends Tc{static get observedAttributes(){return Dc.concat(Tc.observedAttributes||[])}constructor(){super(),this.attachShadow({mode:"open"}).innerHTML='\n\t\t\t<style>\n\t\t\t:host {\n\t\t\t\tdisplay: flex;\n\t\t\t}\n\t\t\t:host > div {\n\t\t\t\tdisplay: flex;\n\t\t\t\talign-items: center;\n\t\t\t\tjustify-content: center;\n\t\t\t\ttext-align: center;\n\t\t\t\tflex-direction: column;\n\t\t\t\twidth: 100%;\n\t\t\t}\n\t\t\t.button-wrapper {\n\t\t\t\tposition: relative;\n\t\t\t\twidth: fit-content;\n\t\t\t}\n\t\t\tinput {\n\t\t\t\tposition: absolute;\n\t\t\t\twidth: 100%;\n\t\t\t\theight: 100%;\n\t\t\t\topacity: 0;\n\t\t\t}\n\t\t\t</style>\n\t\t\t<div>\n <slot name="icon"></slot>\n\t\t\t\t<div class="title">\n\t\t\t\t\t<span class="title-text"></span>\n\t\t\t\t</div>\n\t\t\t\t<div class="description"></div>\n\t\t\t\t<div class="button-wrapper">\n\t\t\t\t\t<input type="file" tabindex="-1" />\n\t\t\t\t\t<descope-button></descope-button>\n\t\t\t\t</div>\n\t\t\t</div>\n\t\t',this.wrapperEle=this.shadowRoot.querySelector(".wrapper"),this.inputElement=this.shadowRoot.querySelector("input"),this.button.onclick=()=>this.inputElement.click(),this.inputElement.onchange=async t=>{const e=t.target.files;var r;e.length&&(this.value=await(r=e[0],new Promise((t=>{const e=new FileReader;e.onload=e=>t(e.target.result),e.readAsDataURL(r)}))),this.updateDescription((t=>t.name.replace(/^.*\\/,""))(e[0])))},this.oninvalid=()=>{this.setAttribute("invalid","true")}}getValidity(){return this.isRequired&&!this.input.value?{valueMissing:!0}:(this.removeAttribute("invalid"),{})}initInputs(){this.rootElement.querySelector("descope-button").onclick=()=>this.inputElement.click()}attributeChangedCallback(t,e,r){super.attributeChangedCallback?.(t,e,r),e!==r&&("title"===t?this.updateTitle(r):"description"===t?this.updateDescription(r):"button-label"===t?this.updateButtonLabel(r):"button-mode"===t?this.updateButtonMode(r):"button-variant"===t?this.updateButtonVariant(r):"size"===t?this.updateButtonSize(r):"accept"===t?this.updateInputAccept(r):"readonly"===t&&this.updateReadOnly(r))}get button(){return this.shadowRoot.querySelector("descope-button")}get input(){return this.shadowRoot.querySelector("input")}get title(){return this.shadowRoot.querySelector(".title-text")}get description(){return this.shadowRoot.querySelector(".description")}get icon(){return this.shadowRoot.querySelector(".icon")}updateTitle(t){this.title.innerHTML=t}updateDescription(t){this.description.innerHTML=t}updateButtonLabel(t){this.button.innerHTML=t}updateButtonSize(t){this.button.setAttribute("size",t)}updateButtonMode(t){this.button.setAttribute("mode",t)}updateButtonVariant(t){this.button.setAttribute("variant",t)}updateInputAccept(t){this.input.setAttribute("accept",t)}updateReadOnly(t){"true"===t?this.input.setAttribute("disabled","true"):this.input.removeAttribute("disabled")}}).cssVarList,qc={[Bc.hostDirection]:Ze.direction,[Bc.labelTextColor]:Ze.labelTextColor,[Bc.fontFamily]:Ze.fontFamily,[Bc.iconSize]:"2em",[Bc.hostPadding]:"0.75em",[Bc.gap]:"0.5em",[Bc.fontSize]:"16px",[Bc.titleFontWeight]:"500",[Bc.lineHeight]:"1em",[Bc.borderWidth]:Ze.borderWidth,[Bc.borderColor]:Ze.borderColor,[Bc.borderRadius]:Ze.borderRadius,[Bc.borderStyle]:"dashed",_required:{[Bc.requiredIndicator]:Ze.requiredIndicator},size:{xs:{[Bc.hostHeight]:"196px",[Bc.hostWidth]:"200px",[Bc.titleFontSize]:"0.875em",[Bc.descriptionFontSize]:"0.875em",[Bc.lineHeight]:"1.25em"},sm:{[Bc.hostHeight]:"216px",[Bc.hostWidth]:"230px",[Bc.titleFontSize]:"1em",[Bc.descriptionFontSize]:"0.875em",[Bc.lineHeight]:"1.25em"},md:{[Bc.hostHeight]:"256px",[Bc.hostWidth]:"312px",[Bc.titleFontSize]:"1.125em",[Bc.descriptionFontSize]:"1em",[Bc.lineHeight]:"1.5em"},lg:{[Bc.hostHeight]:"280px",[Bc.hostWidth]:"336px",[Bc.titleFontSize]:"1.125em",[Bc.descriptionFontSize]:"1.125em",[Bc.lineHeight]:"1.75em"}},_fullWidth:{[Bc.hostWidth]:Ze.width}},Rc=ot("button-selection-group-item");class Vc extends(Jt({componentName:Rc,baseSelector:":host > descope-button"})){get size(){return this.getAttribute("size")||"md"}get variant(){return this.getAttribute("variant")||"contained"}get value(){return this.getAttribute("value")||""}set value(t){this.setAttribute("value",t)}constructor(){super(),this.attachShadow({mode:"open"}).innerHTML=`\n\t\t<style>\n descope-button {\n max-width: 100%;\n }\n\t\t\tdescope-button > slot {\n\t\t\t\twidth: 100%;\n\t\t\t\toverflow: hidden;\n text-overflow: ellipsis;\n display: inline-block;\n\t\t\t}\n\t\t\t:host {\n\t\t\t\tdisplay: inline-block;\n max-width: 100%\n\t\t\t}\n\t\t</style>\n <descope-button variant="${this.variant}" size="${this.size}" mode="primary">\n <slot></slot>\n </descope-button>\n\t`,at(this,this.baseElement,{includeAttrs:["size","variant"]}),at(this.baseElement,this,{includeAttrs:["focused","active"]})}handleFocus(){this.shadowRoot.querySelector("descope-button")?.focus()}focus(){this.handleFocus()}init(){super.init(),this.addEventListener("focus",(t=>{t.isTrusted&&this.handleFocus()}))}}const Wc=K(Wt({mappings:{hostDirection:{selector:()=>ue.componentName,property:ue.cssVarList.hostDirection},backgroundColor:{selector:()=>ue.componentName,property:ue.cssVarList.backgroundColor},labelTextColor:{selector:()=>ue.componentName,property:ue.cssVarList.labelTextColor},borderColor:{selector:()=>ue.componentName,property:ue.cssVarList.borderColor},borderWidth:{selector:()=>ue.componentName,property:ue.cssVarList.borderWidth},borderStyle:{selector:()=>ue.componentName,property:ue.cssVarList.borderStyle},borderRadius:{selector:()=>ue.componentName,property:ue.cssVarList.borderRadius},outlineColor:{selector:()=>ue.componentName,property:ue.cssVarList.outlineColor}}}),Pt,$t)(Vc),Pc=ht(qt),$c=Wc.cssVarList,jc={[$c.hostDirection]:"inherit",[$c.backgroundColor]:Pc.colors.surface.main,[$c.labelTextColor]:Pc.colors.surface.contrast,[$c.borderColor]:Pc.colors.surface.light,[$c.borderStyle]:"solid",[$c.borderRadius]:Pc.radius.sm,[$c.outlineColor]:"transparent",[$c.borderWidth]:Pc.border.xs,_hover:{[$c.backgroundColor]:Pc.colors.surface.highlight},_focused:{[$c.outlineColor]:Pc.colors.surface.light},_selected:{[$c.borderColor]:Pc.colors.surface.contrast,[$c.backgroundColor]:Pc.colors.surface.contrast,[$c.labelTextColor]:Pc.colors.surface.main}},Hc=t=>{class e extends(Or({componentName:t,baseSelector:"slot"})){constructor(){super(),this.innerHTML='\n <style>\n slot {\n box-sizing: border-box;\n width: 100%;\n display: flex;\n flex-wrap: wrap;\n }\n </style>\n <slot part="wrapper"></slot>\n '}dispatchChange=jt.bind(this,"change");get items(){return this.querySelector("slot").assignedElements()}get isReadonly(){return"true"===this.getAttribute("readonly")}get size(){return this.getAttribute("size")||"md"}get value(){console.warn("get value","is not implemented")}set value(t){console.warn("set value","is not implemented")}onSizeChange(){this.items.forEach((t=>{t.setAttribute("size",this.size)}))}onReadOnlyChange(){this.querySelector("slot").toggleAttribute("inert",this.isReadonly)}getValidity(){console.warn("getValidity","is not implemented")}onObservedAttributeChange(t){t.forEach((t=>{switch(t){case"size":this.onSizeChange();break;case"readonly":this.onReadOnlyChange()}}))}init(){this.addEventListener("focus",(t=>{t.isTrusted&&this.items[0]?.focus()})),super.init?.(),tt(this,this.onObservedAttributeChange.bind(this),{includeAttrs:["size","readonly"]})}}return e},Uc=ot("button-selection-group-internal");class Gc extends(Hc(Uc)){getSelectedNode(){return this.items.find((t=>t.hasAttribute("selected")))}get allowDeselect(){return"true"===this.getAttribute("allow-deselect")}removeSelected(){this.getSelectedNode()?.removeAttribute("selected")}onClick(t){t.target!==t.currentTarget&&(t.target===this.getSelectedNode()&&this.allowDeselect?this.removeSelected():this.setSelected(t.target),this.dispatchChange())}setSelected(t){t!==this.getSelectedNode()&&(this.removeSelected(),t?.setAttribute("selected","true"))}get defaultValue(){return this.getAttribute("default-value")}setDefaultValue(){setTimeout((()=>{this.defaultValue&&(this.value=this.defaultValue,this.setCustomValidity())}))}get value(){return this.getSelectedNode()?.value||""}set value(t){const e=this.items.find((e=>e.value===t));this.setSelected(e)}getValidity(){return this.isRequired&&!this.value?{valueMissing:!0}:{}}init(){super.init(),this.setDefaultValue(),this.querySelector("slot").addEventListener("click",this.onClick.bind(this))}}const Zc=t=>class extends t{#j=({value:t,label:e})=>`<descope-button-selection-group-item value="${t}">${e}</descope-button-selection-group-item>`;#H;get renderItem(){return this.#j}set renderItem(t){this.#j=t,this.renderItems()}get size(){return this.inputElement?.size}get data(){if(this.#H)return this.#H;const t=this.getAttribute("data");if(t)try{const e=JSON.parse(t);if(this.isValidDataType(e))return e}catch(t){console.error('could not parse data string from attribute "data" - ',t.message)}return[]}set data(t){this.isValidDataType(t)&&(this.#H=t,this.renderItems())}isValidDataType(t){const e=Array.isArray(t);return e||console.error("data must be an array, received:",t),e}getItemsTemplate(){return this.data?.reduce?.(((t,e)=>t+(this.renderItem?.(e||{})||"")),"")}renderItems(){const t=this.getItemsTemplate();t&&(this.innerHTML=t)}init(){super.init?.(),this.renderItems(),tt(this,this.renderItems.bind(this),{includeAttrs:["data"]}),et(this,(({addedNodes:t})=>{t.forEach((t=>{t.setAttribute("size",this.size)}))}))}},{host:Jc,label:Qc,requiredIndicator:Yc,internalWrapper:Kc,errorMessage:Xc}={host:{selector:()=>":host"},label:{selector:"::part(label)"},requiredIndicator:{selector:"[required]::part(required-indicator)::after"},internalWrapper:{selector:()=>':host [part="internal-component"] slot'},errorMessage:{selector:"::part(error-message)"}},td={hostWidth:{...Jc,property:"width"},hostDirection:{...Jc,property:"direction"},fontFamily:Jc,labelTextColor:[{...Qc,property:"color"},{...Yc,property:"color"}],labelRequiredIndicator:{...Yc,property:"content"},errorMessageTextColor:{...Xc,property:"color"},itemsSpacing:{...Kc,property:"gap"}},ed=`\n\t\t\t:host {\n\t\t\t\tdisplay: inline-flex;\n\t\t\t\tmax-width: 100%;\n\t\t\t}\n\t\t\t\n :host {\n --vaadin-field-default-width: auto;\n box-sizing: border-box;\n }\n\n\t\t\t:host::after {\n\t\t\t\tbackground-color: transparent;\n\t\t\t}\n\t\t\t:host::part(input-field)::after {\n\t\t\t\tbackground-color: transparent;\n\t\t\t}\n\n [part="internal-component"] {\n\t\t\t\t-webkit-mask-image: none;\n\t\t\t\tpadding: 0;\n\t\t\t\twidth: 100%;\n\t\t\t\theight: 100%;\n display: inline-block;\n\t\t\t\tmin-height: initial;\n\t\t\t}\n\n\t\t\tvaadin-text-field::part(input-field) {\n\t\t\t\tbackground-color: transparent;\n\t\t\t\tpadding: 0;\n\t\t\t\toverflow: hidden;\n\t\t\t\t-webkit-mask-image: none;\n\t\t\t}\n\n\t\t\tvaadin-text-field {\n\t\t\t\tmargin: 0;\n\t\t\t\tpadding: 0;\n\t\t\t\twidth: 100%\n\t\t\t}\n\n\t\t\tvaadin-text-field::before {\n\t\t\t\theight: 0;\n\t\t\t}\n\n\t\t\tvaadin-text-field[readonly] > input:placeholder-shown {\n\t\t\t\topacity: 1;\n\t\t\t}\n\n\t\t\tvaadin-text-field[readonly]::part(input-field)::after {\n\t\t\t\tborder: 0 solid;\n\t\t\t}\n\n\t\t\tvaadin-text-field::part(input-field) {\n\t\t\t\tbox-shadow: none;\n\t\t\t}\n\n ${We("vaadin-text-field")}\n\t\t\t${Ne("vaadin-text-field")}\n `,rd=ot("button-selection-group"),nd=K(Wt({mappings:{...td}}),Pt,re({proxyProps:["value","selectionStart"]}),$t,Zc,(t=>class extends t{init(){super.init?.();const t=document.createElement("template");t.innerHTML=`\n <${Uc}\n \tname="button-selection-group"\n \tslot="input"\n tabindex="-1"\n part="internal-component"\n >\n <slot></slot>\n </${Uc}>\n `,this.baseElement.appendChild(t.content.cloneNode(!0)),this.inputElement=this.shadowRoot.querySelector(Uc),at(this,this.inputElement,{includeAttrs:["size","default-value","allow-deselect"]})}}))(Qt({slots:[],wrappedEleName:"vaadin-text-field",style:()=>ed,excludeAttrsSync:["tabindex"],componentName:rd})),od=ht(qt),id=t=>({[t.hostDirection]:Ze.direction,[t.fontFamily]:Ze.fontFamily,[t.labelTextColor]:Ze.labelTextColor,[t.labelRequiredIndicator]:Ze.requiredIndicator,[t.errorMessageTextColor]:Ze.errorMessageTextColor,[t.itemsSpacing]:od.spacing.sm,[t.hostWidth]:Ze.width}),ad=nd.cssVarList,sd={...id(ad)},ld=ot("button-multi-selection-group-internal");class cd extends(Hc(ld)){#Y(){return this.items.filter((t=>t.hasAttribute("selected")))}onClick(t){t.target!==t.currentTarget&&(this.#Y().includes(t.target)?t.target.removeAttribute("selected"):t.target.setAttribute("selected","true"),this.dispatchChange())}get value(){return this.#Y().map((t=>t.value))}set value(t){this.items.forEach((e=>{t.includes(e.value)?e.setAttribute("selected","true"):e.removeAttribute("selected")}))}get minItemsSelection(){return parseInt(this.getAttribute("min-items-selection"),10)||0}get maxItemsSelection(){return parseInt(this.getAttribute("max-items-selection"),10)||0}#K(t){const e=Array.isArray(t);return e||console.error("default-values must be an array, received:",t),e}get defaultValues(){const t=this.getAttribute("default-values");if(t)try{const e=JSON.parse(t);if(this.#K(e))return e}catch(t){console.error('could not parse data string from attribute "default-values" -',t.message)}return[]}setDefaultValues(){setTimeout((()=>{this.defaultValues&&(this.value=this.defaultValues,this.setCustomValidity())}))}getValidity(){return this.isRequired&&!this.value.length?{valueMissing:!0}:this.isRequired&&this.minItemsSelection&&this.value.length<this.minItemsSelection?{rangeUnderflow:!0}:this.maxItemsSelection&&this.value.length>this.maxItemsSelection?{rangeOverflow:!0}:{}}init(){super.init(),this.setDefaultValues(),this.querySelector("slot").addEventListener("click",this.onClick.bind(this))}}const dd=ot("button-multi-selection-group"),ud=K(Wt({mappings:{...td}}),Pt,re({proxyProps:["value","selectionStart"]}),$t,Zc,(t=>class extends t{init(){super.init?.();const t=document.createElement("template");t.innerHTML=`\n <${ld}\n \tname="button-selection-group"\n \tslot="input"\n tabindex="-1"\n part="internal-component"\n >\n <slot></slot>\n </${ld}>\n `,this.baseElement.appendChild(t.content.cloneNode(!0)),this.inputElement=this.shadowRoot.querySelector(ld),at(this,this.inputElement,{includeAttrs:["size","default-values","min-items-selection","max-items-selection"]})}}))(Qt({slots:[],wrappedEleName:"vaadin-text-field",style:()=>ed,excludeAttrsSync:["tabindex"],componentName:dd})).cssVarList,pd={...id(ud)},hd=ot("modal"),md=K(Wt({mappings:{overlayBackgroundColor:{property:()=>md.cssVarList.overlay.backgroundColor},overlayShadow:{property:()=>md.cssVarList.overlay.shadow},overlayWidth:{property:()=>md.cssVarList.overlay.width}}}),oe({name:"overlay",selector:"",mappings:{hostDisplay:{selector:()=>":host(.descope-modal)",property:"display",important:!0},backgroundColor:[{selector:()=>"::part(content)",property:"background-color"},{selector:()=>"::part(overlay)",property:"background-color"}],width:{selector:()=>"::part(overlay)",property:"width"},shadow:{selector:()=>"::part(overlay)",property:"box-shadow"}},forward:{include:!1,attributes:["opened"]}}),Pt,$t,(t=>class extends t{get opened(){return"true"===this.getAttribute("opened")}handleOpened(){at(this,this.baseElement,{includeAttrs:["opened"]}),this.opened?this.style.display="":this.style.display="none"}init(){super.init?.(),this.style.display="none",setTimeout((()=>{this.baseElement.shadowRoot.querySelector("vaadin-dialog-overlay").appendChild(document.createElement("slot")),this.#G(),this.handleOpened()}))}#G(){const t=this.baseElement.shadowRoot.querySelector("vaadin-dialog-overlay");t._attachOverlay=()=>{t.bringToFront(),this.baseElement.setAttribute("style","display:flex!important;")},t._detachOverlay=()=>{this.baseElement.style.display="none"},t._enterModalState=()=>{},t.close=()=>!1}}))(Qt({slots:[""],wrappedEleName:"vaadin-dialog",style:()=>"",excludeAttrsSync:["tabindex","opened"],componentName:hd})),fd=ht(qt),gd=md.cssVarList,bd={[gd.overlayBackgroundColor]:fd.colors.surface.main,[gd.overlayShadow]:fd.shadow.wide["2xl"],[gd.overlayWidth]:"540px"},yd={...gd},vd=t=>{const e=Array.isArray(t);return e||console.error("data must be an array, received:",t),e},xd=ot("grid"),{host:Cd,headerRow:wd,headerRowCell:kd,contentRow:Ed,firstRow:Ad,sortIndicators:_d,activeSortIndicator:Sd,selectedRow:Dd,rowSeparator:Td,resizeHandle:Md}={host:{selector:()=>"vaadin-grid"},headerRow:{selector:()=>"::part(header-cell)"},headerRowCell:{selector:()=>"vaadin-grid::part(header-cell)"},contentRow:{selector:()=>"::part(cell)"},firstRow:{selector:()=>"::part(first-header-row-cell)"},selectedRow:{selector:()=>"::part(selected-row-cell)"},sortIndicators:{selector:()=>"vaadin-grid-sorter::part(indicators)"},activeSortIndicator:{selector:()=>"vaadin-grid-sorter[direction]"},rowSeparator:{selector:()=>"vaadin-grid::part(body-cell)"},resizeHandle:{selector:()=>"::part(resize-handle)"}},Fd=K(Wt({componentNameOverride:ot("input-wrapper")}),Wt({mappings:{hostWidth:{selector:()=>":host",property:"width"},hostHeight:{selector:()=>":host",property:"height"},hostMinHeight:{selector:()=>":host",property:"min-height"},fontFamily:[{...wd},{...Ed}],fontSize:[{...wd},{...Ed}],fontWeight:{...Ed},valueTextColor:{...Ed,property:"color"},backgroundColor:[{...Cd,property:"background-color"},{...Ed,property:"background-color"}],sortIndicatorsColor:{..._d,property:"color"},activeSortIndicator:{...Sd,property:"color"},borderColor:{...Cd,property:"border-color"},borderWidth:{...Cd,property:"border-width"},borderStyle:{...Cd,property:"border-style"},borderRadius:{...Cd,property:"border-radius"},selectedBackgroundColor:{...Dd,property:"background-color"},headerRowTextColor:{...kd,property:"color"},separatorColor:[{...Ad,property:"border-bottom-color"},{...Td,property:"border-top-color"}],resizeHandleColor:{...Md,property:"background-color"}}}),Pt,$t,(t=>class extends t{#X;init(){super.init?.(),this.handleColumns(),this.forwardSelectedItemsChange(),this.baseElement._mapSorters=()=>{}}forwardSelectedItemsChange(){this.baseElement.addEventListener("selected-items-changed",(t=>{this.dispatchEvent(new CustomEvent("selected-items-changed",{bubbles:!0,composed:!0,detail:t.detail}))}))}attributeChangedCallback(t,e,r){super.attributeChangedCallback?.(t,e,r),"columns"===t&&this.setColumnsDataFromAttr()}handleColumns(){this.columnsAttr?this.setColumnsDataFromAttr():this.children.length&&this.setColumnsFromChildren()}setColumnsFromChildren(){this.#X=Array.from(this.children).map((t=>({path:t.getAttribute("path"),header:t.getAttribute("header"),type:t.localName.match("^descope-grid-(\\w+)-column$")?.[1]||"text",attrs:["frozen","resizable","auto-width","status"].reduce(((e,r)=>{const n=t.getAttribute(r);return n&&(e[r]=n),e}),{})})))}get columnsAttr(){return this.getAttribute("columns")}setColumnsDataFromAttr(){try{const t=JSON.parse(this.columnsAttr);vd(t)&&(this.columns=t)}catch(t){console.error('could not parse data string from attribute "columns" -',t.message)}}#tt=({path:t,header:e,type:r,attrs:n})=>{const o=`descope-grid-${r}-column`;return`<${o} header="${e}" path="${t}" ${Object.entries(n).map((([t,e])=>`${t}="${e}"`)).join(" ")}></${o}>`};get renderColumn(){return this.#tt}set renderColumn(t){this.#tt=t,this.renderColumns()}getColumnsTemplate(){return this.#X?.reduce?.(((t,e)=>t+(this.renderColumn?.(e||{})||"")),"")}renderColumns(){const t=this.getColumnsTemplate();t&&(this.innerHTML=t)}get grid(){return this.shadowRoot.querySelector("vaadin-grid")}get data(){return this.grid.items}set data(t){if(vd(t)&&this.grid.items!==t&&(this.grid.items=t,this.grid.selectedItems)){const t=new Set(this.grid.items.map((t=>t[this.uniqueColumnId]??t))),e=this.grid.selectedItems.filter((e=>t.has(e[this.uniqueColumnId]??e)));this.grid.selectedItems.length!==e.length&&(this.grid.selectedItems=e)}}get columns(){return this.#X}set columns(t){this.#X=t,this.renderColumns()}get paths(){return this.columns.map((t=>t.path))}get uniqueColumnId(){return this.getAttribute("unique-column-id")}}))(Qt({delegatesFocus:!1,slots:[""],wrappedEleName:"vaadin-grid",style:()=>"\n vaadin-grid {\n overflow: hidden;\n height: 100%;\n min-height: 300px;\n }\n vaadin-grid-cell-content {\n display: flex;\n }\n vaadin-grid::part(selected-row-cell) {\n background-image: none;\n box-shadow: none;\n }\n\t\t",excludeAttrsSync:["columns","tabindex"],componentName:xd})),Ld=ht(qt),Id=Fd.cssVarList,zd={[Id.hostWidth]:"100%",[Id.hostHeight]:"100%",[Id.hostMinHeight]:"400px",[Id.fontWeight]:"400",[Id.backgroundColor]:Ld.colors.surface.main,[Id.fontSize]:Ze.fontSize,[Id.fontFamily]:Ze.fontFamily,[Id.sortIndicatorsColor]:Ld.colors.surface.light,[Id.activeSortIndicator]:Ld.colors.surface.dark,[Id.resizeHandleColor]:Ld.colors.surface.light,[Id.borderWidth]:Ze.borderWidth,[Id.borderStyle]:Ze.borderStyle,[Id.borderRadius]:Ze.borderRadius,[Id.borderColor]:"transparent",[Id.headerRowTextColor]:Ld.colors.surface.dark,[Id.separatorColor]:Ld.colors.surface.light,[Id.valueTextColor]:Ld.colors.surface.contrast,[Id.selectedBackgroundColor]:Ld.colors.surface.highlight,_bordered:{[Id.borderColor]:Ze.borderColor}},Od=zd,Nd=ot("notification-card"),Bd={content:()=>"vaadin-notification-card::part(content)",overlay:()=>"vaadin-notification-card::part(overlay)"},qd=K(Wt({mappings:{hostMinWidth:{selector:Bd.content,property:"min-width"},fontFamily:{},fontSize:{},backgroundColor:{selector:Bd.content},textColor:{property:"color"},boxShadow:{},borderWidth:{selector:Bd.content,property:"border-width"},borderColor:{selector:Bd.content,property:"border-color"},borderStyle:{selector:Bd.content,property:"border-style"},borderRadius:[{selector:Bd.content,property:"border-radius"},{selector:Bd.overlay,property:"border-radius"}],verticalPadding:[{selector:Bd.content,property:"padding-top"},{selector:Bd.content,property:"padding-bottom"}],horizontalPadding:[{selector:Bd.content,property:"padding-right"},{selector:Bd.content,property:"padding-left"}]}}),(t=>class extends t{close(){this.baseElement.addEventListener("animationend",(()=>{this.remove(),this.dispatchEvent(new Event("card-closed"))})),this.setAttribute("opened","false")}constructor(){super(),this.baseElement.innerHTML='\n <div part="root">\n <div part="content">\n <slot></slot>\n </div>\n <div part="close">\n <slot name="close"></slot>\n </div>\n </div>\n ',this.closeEle=this.shadowRoot.querySelector('[part="close"]')}init(){super.init?.(),this.closeEle.onclick=()=>{this.close()}}}))(Qt({slots:[],wrappedEleName:"vaadin-notification-card",style:()=>'\n vaadin-notification-card {\n box-shadow: none;\n }\n ::part(overlay) {\n box-shadow: none;\n background: none;\n }\n\n [part="close"] {\n cursor: pointer;\n display: flex;\n }\n\n [part="content"] {\n display: flex;\n align-items: center;\n flex-grow: 1;\n }\n\n [part="root"] {\n display: flex;\n align-items: center;\n justify-content: space-between;\n width: 100%;\n }\n ',excludeAttrsSync:["tabindex"],componentName:Nd})),Rd=ht(qt),Vd=qd.cssVarList,Wd="#00000020",Pd={[Vd.hostMinWidth]:"415px",[Vd.fontFamily]:Rd.fonts.font1.family,[Vd.fontSize]:Rd.typography.body1.size,[Vd.backgroundColor]:Rd.colors.surface.main,[Vd.textColor]:Rd.colors.surface.contrast,[Vd.boxShadow]:`${Rd.shadow.wide.xl} ${Wd}, ${Rd.shadow.narrow.xl} ${Wd}`,[Vd.verticalPadding]:"0.625em",[Vd.horizontalPadding]:"1.5em",[Vd.borderRadius]:Rd.radius.xs,_bordered:{[Vd.borderWidth]:Rd.border.sm,[Vd.borderStyle]:"solid",[Vd.borderColor]:"transparent"},size:{xs:{[Vd.fontSize]:"12px"},sm:{[Vd.fontSize]:"14px"},md:{[Vd.fontSize]:"16px"},lg:{[Vd.fontSize]:"18px"}},mode:{primary:{[Vd.backgroundColor]:Rd.colors.primary.main,[Vd.textColor]:Rd.colors.primary.contrast,[Vd.borderColor]:Rd.colors.primary.light},success:{[Vd.backgroundColor]:Rd.colors.success.main,[Vd.textColor]:Rd.colors.success.contrast,[Vd.borderColor]:Rd.colors.success.light},error:{[Vd.backgroundColor]:Rd.colors.error.main,[Vd.textColor]:Rd.colors.error.contrast,[Vd.borderColor]:Rd.colors.error.light}}},$d=ot("multi-select-combo-box"),{host:jd,inputField:Hd,inputElement:Ud,placeholder:Gd,toggle:Zd,clearButton:Jd,label:Qd,requiredIndicator:Yd,helperText:Kd,errorMessage:Xd,chip:tu,chipLabel:eu,overflowChipFirstBorder:ru,overflowChipSecondBorder:nu}={host:{selector:()=>":host"},inputField:{selector:"::part(input-field)"},inputElement:{selector:"input"},placeholder:{selector:"> input:placeholder-shown"},toggle:{selector:"::part(toggle-button)"},clearButton:{selector:"::part(clear-button)"},label:{selector:"::part(label)"},requiredIndicator:{selector:"[required]::part(required-indicator)::after"},helperText:{selector:"::part(helper-text)"},errorMessage:{selector:"::part(error-message)"},chip:{selector:"vaadin-multi-select-combo-box-chip"},chipLabel:{selector:"vaadin-multi-select-combo-box-chip::part(label)"},overflowChipFirstBorder:{selector:"vaadin-multi-select-combo-box-chip[slot='overflow']::before"},overflowChipSecondBorder:{selector:"vaadin-multi-select-combo-box-chip[slot='overflow']::after"}},ou=K(Wt({mappings:{hostWidth:{...jd,property:"width"},hostDirection:{...jd,property:"direction"},fontSize:[{},jd],chipFontSize:{...eu,property:"font-size"},fontFamily:[Qd,Gd,Hd,Kd,Xd,eu],labelTextColor:[{...Qd,property:"color"},{...Yd,property:"color"}],errorMessageTextColor:{...Xd,property:"color"},inputHeight:{...Hd,property:"min-height"},inputBackgroundColor:{...Hd,property:"background-color"},inputBorderColor:{...Hd,property:"border-color"},inputBorderWidth:{...Hd,property:"border-width"},inputBorderStyle:{...Hd,property:"border-style"},inputBorderRadius:{...Hd,property:"border-radius"},labelRequiredIndicator:{...Yd,property:"content"},inputValueTextColor:{...Hd,property:"color"},inputPlaceholderTextColor:{...Gd,property:"color"},inputDropdownButtonCursor:[{...Zd,property:"cursor"},{...Jd,property:"cursor"}],inputDropdownButtonColor:[{...Zd,property:"color"},{...Jd,property:"color"}],inputDropdownButtonSize:[{...Zd,property:"font-size"},{...Jd,property:"font-size"}],inputDropdownButtonOffset:[{...Zd,property:"margin-right"},{...Zd,property:"margin-left"}],inputOutlineColor:{...Hd,property:"outline-color"},inputOutlineWidth:{...Hd,property:"outline-width"},inputOutlineStyle:{...Hd,property:"outline-style"},inputOutlineOffset:{...Hd,property:"outline-offset"},inputHorizontalPadding:[{...Ud,property:"padding-left"},{...Ud,property:"padding-right"},{...Hd,property:"padding-inline-start"}],inputVerticalPadding:[{...Hd,property:"padding-top"},{...Hd,property:"padding-bottom"}],chipTextColor:{...eu,property:"color"},chipBackgroundColor:[{...tu,property:"background-color"},{...ru,property:"border-color"},{...nu,property:"border-color"}],overlayBackground:{property:()=>ou.cssVarList.overlay.backgroundColor},overlayTextColor:{property:()=>ou.cssVarList.overlay.textColor},overlayBorder:{property:()=>ou.cssVarList.overlay.border},overlayFontSize:{property:()=>ou.cssVarList.overlay.fontSize},overlayFontFamily:{property:()=>ou.cssVarList.overlay.fontFamily},overlayCursor:{property:()=>ou.cssVarList.overlay.cursor},overlayItemBoxShadow:{property:()=>ou.cssVarList.overlay.itemBoxShadow},overlayItemPaddingInlineStart:{property:()=>ou.cssVarList.overlay.itemPaddingInlineStart},overlayItemPaddingInlineEnd:{property:()=>ou.cssVarList.overlay.itemPaddingInlineEnd}}}),Pt,oe({name:"overlay",selector:"vaadin-multi-select-combo-box-internal",mappings:{backgroundColor:{selector:"vaadin-multi-select-combo-box-scroller"},minHeight:{selector:"vaadin-multi-select-combo-box-overlay"},margin:{selector:"vaadin-multi-select-combo-box-overlay"},cursor:{selector:"vaadin-multi-select-combo-box-item"},fontFamily:{selector:"vaadin-multi-select-combo-box-item"},textColor:{selector:"vaadin-multi-select-combo-box-item",property:"color"},fontSize:{selector:"vaadin-multi-select-combo-box-item"},itemBoxShadow:{selector:"vaadin-multi-select-combo-box-item",property:"box-shadow"},itemPaddingInlineStart:{selector:"vaadin-multi-select-combo-box-item",property:"padding-inline-start"},itemPaddingInlineEnd:{selector:"vaadin-multi-select-combo-box-item",property:"padding-inline-end"}},forward:{include:!1,attributes:["size"]}}),re({proxyProps:["selectionStart"],inputEvent:"selected-items-changed"}),ie,$t,(t=>class extends t{static get observedAttributes(){return["readonly"]}#j=({displayName:t,value:e,label:r})=>`<span data-name="${r}" data-id="${e}">${t||r}</span>`;#H;#et=[];get defaultValues(){const t=this.getAttribute("default-values");if(t)try{const e=JSON.parse(t);if(this.isValidDataType(e))return e}catch(t){console.error('could not parse data string from attribute "default-values" -',t.message)}return[]}get renderItem(){return this.#j}set renderItem(t){this.#j=t,this.renderItems()}get data(){if(this.#H)return this.#H;const t=this.getAttribute("data");if(t)try{const e=JSON.parse(t);if(this.isValidDataType(e))return e}catch(t){console.error('could not parse data string from attribute "data" -',t.message)}return[]}set data(t){this.isValidDataType(t)&&(this.#H=t,this.renderItems())}get allowCustomValues(){return"true"===this.getAttribute("allow-custom-value")}get minItemsSelection(){return parseInt(this.getAttribute("min-items-selection"),10)||0}get maxItemsSelection(){return parseInt(this.getAttribute("max-items-selection"),10)||0}isValidDataType(t){const e=Array.isArray(t);return e||console.error("data and default-values must be an array, received:",t),e}getItemsTemplate(){return this.data?.reduce?.(((t,e)=>t+(this.renderItem?.(e||{})||"")),"")}renderItems(){const t=this.getItemsTemplate();t&&(this.innerHTML=t)}updateSelectedItems(){const t=this.baseElement.selectedItems?.map((t=>t.getAttribute("data-id")))||[];t.length>0&&(this.value=t),0===this.value.length&&this.setDefaultValues()}customValueTransformFn(t){return t}setComboBoxDescriptor(){const t=Object.getOwnPropertyDescriptor(this.inputElement.constructor.prototype,"value"),e=this;Object.defineProperties(this.inputElement,{value:{...t,set(r){const n=e.customValueTransformFn(r)||"";n!==this.value&&t.set.call(this,n)}}})}#rt(t){return Array.from(new Map(t.map((t=>[t.getAttribute("data-id"),t]))).values())}#U(){const t=Array.from(this.children),e=this.#rt(t);t.length?(this.removeAttribute("has-no-options"),e.forEach((t=>{Object.defineProperty(t,"data-name",{value:t.getAttribute("data-name"),configurable:!0,writable:!0}),Object.defineProperty(t,"data-id",{value:t.getAttribute("data-id"),configurable:!0,writable:!0})})),this.baseElement.items=e,setTimeout((()=>{this.updateSelectedItems()}),0)):(this.baseElement.items=[],this.setAttribute("has-no-options","")),this.baseElement.renderer=(t,e,r)=>{t.innerHTML=r.item.outerHTML}}#G(){const t=this.baseElement.shadowRoot.querySelector("vaadin-multi-select-combo-box-internal").shadowRoot.querySelector("vaadin-multi-select-combo-box-overlay");t._attachOverlay=()=>{t.bringToFront()},t._detachOverlay=()=>{},t._enterModalState=()=>{}}#nt(){this.allowCustomValues&&this.baseElement.addEventListener("custom-value-set",(t=>{const e=this.#j({label:t.detail,displayName:t.detail,value:t.detail});this.innerHTML+=e,this.baseElement._lastFilter="",setTimeout((()=>{this.value=[...this.value,t.detail]}),0)}))}setGetValidity(){this.getValidity=function(){return this.isRequired&&!this.value.length?{valueMissing:!0}:this.isRequired&&this.minItemsSelection&&this.value.length<this.minItemsSelection?{rangeUnderflow:!0}:this.maxItemsSelection&&this.value.length>this.maxItemsSelection?{rangeOverflow:!0}:{}};const t=this;this.baseElement.checkValidity=()=>t.validity.valid}init(){super.init?.(),this.setGetValidity(),this.setComboBoxDescriptor(),this.#G(),this.#nt(),this.renderItems(),tt(this,this.renderItems.bind(this),{includeAttrs:["data"]}),et(this,this.#U.bind(this)),at(this,this.baseElement,{includeAttrs:["placeholder"]}),this.setDefaultValues(),this.baseElement.addEventListener("selected-items-changed",(()=>{this.#ot(),this.dispatchEvent(new CustomEvent("input",{bubbles:!0}))}))}setDefaultValues(){this.defaultValues.length>0&&(this.value=this.defaultValues)}#ot(){this.#et=this.baseElement.selectedItems?.map((t=>t.getAttribute("data-id")))||[]}set value(t){if(t&&t.length>0){const e=this.baseElement.items?.filter((e=>t.includes(e["data-id"])));if(this.allowCustomValues){const r=e?.map((t=>t.getAttribute("data-id")))||[],n=t.filter((t=>!r.includes(t)));if(n.length){const e=n.reduce(((t,e)=>t+this.#j({label:e,displayName:e,value:e})),"");return this.innerHTML+=e,void setTimeout((()=>{this.value=t}),0)}}const r=e?.map((t=>t.getAttribute("data-id")))||[];((t,e)=>{if(!Array.isArray(t)||!Array.isArray(e))return!1;if(t.length!==e.length)return!1;const r=t.slice().sort(),n=e.slice().sort();for(let t=0;t<r.length;t++)if(r[t]!==n[t])return!1;return!0})(this.#et,r)||(this.baseElement.selectedItems=e)}else this.baseElement.selectedItems=[]}get value(){return this.#et}attributeChangedCallback(t,e,r){super.attributeChangedCallback?.(t,e,r),"readonly"===t&&this.onReadOnlyChange(null!==r&&"true"===r)}onReadOnlyChange(t){t?this.baseElement?.shadowRoot?.querySelector("vaadin-multi-select-combo-box-internal")?.setAttribute("inert",t):this.baseElement?.shadowRoot?.querySelector("vaadin-multi-select-combo-box-internal")?.removeAttribute("inert")}}))(Qt({slots:["","prefix"],wrappedEleName:"vaadin-multi-select-combo-box",style:()=>`\n\t\t:host {\n\t\t\tdisplay: inline-flex;\n\t\t\tbox-sizing: border-box;\n\t\t\t-webkit-mask-image: none;\n\t\t}\n\t\t${Ie(ou.cssVarList)}\n\t\t${qe("vaadin-multi-select-combo-box")}\n\t\t${Be("vaadin-multi-select-combo-box")}\n\t\t${Ne("vaadin-multi-select-combo-box")}\n\n\t\tvaadin-multi-select-combo-box {\n\t\t\tpadding: 0;\n\t\t\twidth: 100%;\n\t\t}\n\t\tvaadin-multi-select-combo-box::before {\n\t\t\theight: initial;\n\t\t}\n\t\tvaadin-multi-select-combo-box [slot="input"] {\n\t\t\t-webkit-mask-image: none;\n\t\t\tmin-height: 0;\n align-self: center;\n\t\t\tbox-sizing: border-box;\n\t\t}\n\t\tvaadin-multi-select-combo-box[readonly] [slot="input"] {\n flex-grow: 1;\n flex-basis: 4em;\n\t\t}\n\n\t\t::part(input-field) {\n padding: 0;\n\t\t\tbox-shadow: none;\n\t\t}\n ${We("vaadin-multi-select-combo-box")}\n :host([has-label]) vaadin-multi-select-combo-box-chip::part(label) {\n display: block;\n }\n\n vaadin-multi-select-combo-box vaadin-multi-select-combo-box-chip[slot='overflow']::before,\n vaadin-multi-select-combo-box vaadin-multi-select-combo-box-chip[slot='overflow']::after {\n left: -4px;\n right: -4px;\n border-left-width: 0;\n border-inline-start-style: solid;\n border-inline-start-width: 2px;\n }\n vaadin-multi-select-combo-box vaadin-multi-select-combo-box-chip[slot='overflow']::after {\n left: -8px;\n right: -8px;\n }\n\n :host([has-no-options][allow-custom-value='true']) ::part(toggle-button) {\n display: none;\n }\n\t\t`,excludeAttrsSync:["tabindex","size","data","placeholder"],componentName:$d,includeForwardProps:["items","renderer","selectedItems"]})),iu=ht(qt),au=ou.cssVarList,su={[au.hostWidth]:Ze.width,[au.hostDirection]:Ze.direction,[au.fontSize]:Ze.fontSize,[au.fontFamily]:Ze.fontFamily,[au.labelTextColor]:Ze.labelTextColor,[au.errorMessageTextColor]:Ze.errorMessageTextColor,[au.inputBorderColor]:Ze.borderColor,[au.inputBorderWidth]:Ze.borderWidth,[au.inputBorderStyle]:Ze.borderStyle,[au.inputBorderRadius]:Ze.borderRadius,[au.inputOutlineColor]:Ze.outlineColor,[au.inputOutlineOffset]:Ze.outlineOffset,[au.inputOutlineWidth]:Ze.outlineWidth,[au.inputOutlineStyle]:Ze.outlineStyle,[au.labelRequiredIndicator]:Ze.requiredIndicator,[au.inputValueTextColor]:Ze.valueTextColor,[au.inputPlaceholderTextColor]:Ze.placeholderTextColor,[au.inputBackgroundColor]:Ze.backgroundColor,[au.inputHorizontalPadding]:Ze.horizontalPadding,[au.inputVerticalPadding]:Ze.verticalPadding,[au.inputHeight]:Ze.inputHeight,[au.inputDropdownButtonColor]:iu.colors.surface.dark,[au.inputDropdownButtonCursor]:"pointer",[au.inputDropdownButtonSize]:Ze.toggleButtonSize,[au.inputDropdownButtonOffset]:iu.spacing.xs,[au.overlayItemPaddingInlineStart]:iu.spacing.xs,[au.overlayItemPaddingInlineEnd]:iu.spacing.lg,[au.chipFontSize]:Ze.chipFontSize,[au.chipTextColor]:iu.colors.surface.contrast,[au.chipBackgroundColor]:iu.colors.surface.light,_readonly:{[au.inputDropdownButtonCursor]:"default"},[au.overlayFontSize]:Ze.fontSize,[au.overlayFontFamily]:Ze.fontFamily,[au.overlayCursor]:"pointer",[au.overlayItemBoxShadow]:"none",[au.overlayBackground]:Ze.backgroundColor,[au.overlayTextColor]:Ze.valueTextColor,[au.overlay.minHeight]:"400px",[au.overlay.margin]:"0"},lu=su,cu=ot("badge");class du extends(Jt({componentName:cu,baseSelector:":host > div"})){constructor(){super(),this.attachShadow({mode:"open"}).innerHTML="\n\t\t<style>\n :host {\n display: inline-flex;\n }\n :host > div {\n width: 100%;\n text-overflow: ellipsis;\n overflow: hidden;\n white-space: nowrap;\n }\n\t\t</style>\n\t\t<div>\n <slot></slot>\n\t\t</div>\n\t\t"}}const uu=K(Wt({mappings:{hostWidth:[{selector:()=>":host",property:"width"}],hostDirection:{property:"direction"},fontFamily:{},fontSize:{},fontWeight:{},textTransform:{},verticalPadding:[{property:"padding-top"},{property:"padding-bottom"}],horizontalPadding:[{property:"padding-left"},{property:"padding-right"}],borderWidth:{},borderStyle:{},borderColor:{},borderRadius:{},backgroundColor:{},textColor:{property:"color"},textAlign:{}}}),Pt,$t)(du),pu=ht(qt),hu=uu.cssVarList,mu={[hu.hostWidth]:"fit-content",[hu.hostDirection]:pu.direction,[hu.textAlign]:"center",[hu.fontFamily]:pu.fonts.font1.family,[hu.fontWeight]:"400",[hu.verticalPadding]:"0.25em",[hu.horizontalPadding]:"0.5em",[hu.borderWidth]:pu.border.xs,[hu.borderRadius]:pu.radius.xs,[hu.borderColor]:"transparent",[hu.borderStyle]:"solid",_fullWidth:{[hu.hostWidth]:"100%"},size:{xs:{[hu.fontSize]:"12px"},sm:{[hu.fontSize]:"14px"},md:{[hu.fontSize]:"16px"},lg:{[hu.fontSize]:"18px"}},mode:{default:{[hu.textColor]:pu.colors.surface.dark,_bordered:{[hu.borderColor]:pu.colors.surface.light}},primary:{[hu.textColor]:pu.colors.primary.main,_bordered:{[hu.borderColor]:pu.colors.primary.light}},secondary:{[hu.textColor]:pu.colors.secondary.main,_bordered:{[hu.borderColor]:pu.colors.secondary.light}},error:{[hu.textColor]:pu.colors.error.main,_bordered:{[hu.borderColor]:pu.colors.error.light}},success:{[hu.textColor]:pu.colors.success.main,_bordered:{[hu.borderColor]:pu.colors.success.light}}}},fu=ot("avatar");class gu extends(Jt({componentName:fu,baseSelector:":host > .wrapper"})){constructor(){super(),this.attachShadow({mode:"open"}).innerHTML='\n\t\t\t<style>\n\t\t\t\t:host {\n\t\t\t\t\tdisplay: inline-flex;\n\t\t\t\t}\n\n .editableBadge {\n border: 1px solid;\n border-radius: 100%;\n height: fit-content;\n width: 25%;\n height: 25%;\n display: flex;\n justify-content: center;\n align-items: center;\n padding: 5%;\n box-sizing: border-box;\n position: absolute;\n bottom: 0;\n inset-inline-end: 0;\n }\n\n vaadin-icon {\n color: currentcolor;\n }\n\n vaadin-avatar {\n width: 100%;\n height: 100%;\n }\n\n .wrapper {\n display: inline-flex;\n position: relative;\n width: 100%;\n height: 100%;\n }\n </style>\n\n\n <div class="wrapper">\n <vaadin-avatar></vaadin-avatar>\n <div class="editableBadge">\n <vaadin-icon icon="vaadin:pencil"></vaadin-icon>\n </div>\n </div>\n\t\t',this.avatarComponent=this.shadowRoot.querySelector("vaadin-avatar"),at(this,this.avatarComponent,{includeAttrs:["display-name","img"],mapAttrs:{"display-name":"name"}});const t=this.shadowRoot.querySelector(".editableBadge");tt(this,(()=>{t.style.display=this.isEditable?"":"none"}),{includeAttrs:["editable"]})}get isEditable(){return"true"===this.getAttribute("editable")}}const{host:bu,editableBadge:yu,avatar:vu}={host:{selector:()=>":host"},editableBadge:{selector:"> .editableBadge"},avatar:{selector:"vaadin-avatar"}},xu=K(Wt({mappings:{hostWidth:{...bu,property:"width"},hostHeight:{...bu,property:"height"},cursor:[vu,bu],hostDirection:{...bu,property:"direction"},avatarTextColor:{...vu,property:"color"},avatarBackgroundColor:{...vu,property:"background-color"},editableIconColor:{...yu,property:"color"},editableBorderColor:{...yu,property:"border-color"},editableBackgroundColor:{...yu,property:"background-color"}}}),Pt,$t)(gu),Cu=ht(qt),wu=xu.cssVarList,ku={[wu.hostDirection]:Cu.direction,[wu.editableIconColor]:Cu.colors.surface.dark,[wu.editableBorderColor]:Cu.colors.surface.dark,[wu.editableBackgroundColor]:Cu.colors.surface.main,[wu.avatarTextColor]:Cu.colors.surface.main,[wu.avatarBackgroundColor]:Cu.colors.surface.dark,_editable:{[wu.cursor]:"pointer"},size:{xs:{[wu.hostWidth]:"30px",[wu.hostHeight]:"30px"},sm:{[wu.hostWidth]:"40px",[wu.hostHeight]:"40px"},md:{[wu.hostWidth]:"60px",[wu.hostHeight]:"60px"},lg:{[wu.hostWidth]:"98px",[wu.hostHeight]:"98px"}}},Eu={...wu},Au=ot("mappings-field-internal");Or({componentName:Au,baseSelector:"div"});const _u=ot("mappings-field"),{host:Su,helperText:Du,errorMessage:Tu,mappingItem:Mu,labels:Fu,labelsText:Lu,valueLabel:Iu,attrLabel:zu,separator:Ou,labelsContainer:Nu}={host:{selector:()=>":host"},helperText:{selector:"::part(helper-text)"},errorMessage:{selector:"::part(error-message)"},mappingItem:{selector:"descope-mapping-item::part(wrapper)"},labels:{selector:'descope-mappings-field-internal [part="labels"] descope-text'},labelsText:{selector:'descope-mappings-field-internal [part="labels"] descope-text::part(text-wrapper)'},valueLabel:{selector:'descope-mappings-field-internal [part="labels"] [part="value-label"]'},attrLabel:{selector:'descope-mappings-field-internal [part="labels"] [part="attr-label"]'},separator:{selector:"descope-mapping-item::part(separator)"},labelsContainer:{selector:'descope-mappings-field-internal [part="labels"]'}},Bu=K(Wt({mappings:{hostWidth:{...Su,property:"width"},hostDirection:{...Su,property:"direction"},fontSize:[{},Su,{...Ou,property:"margin-top"}],fontFamily:[Du,Tu,Fu],separatorFontSize:{...Ou,property:"font-size"},labelsFontSize:{...Lu,property:"font-size"},labelsLineHeight:[{...Lu,property:"line-height"},{...Fu,property:"line-height"}],labelTextColor:{...Fu,property:In.cssVarList.textColor},itemMarginBottom:{...Mu,property:"margin-bottom"},valueLabelMinWidth:{...Iu,property:"min-width"},attrLabelMinWidth:{...zu,property:"min-width"},labelsMarginBottom:{...Nu,property:"margin-bottom"},separatorWidth:{},removeButtonWidth:{}}}),Pt,re({proxyProps:["value","selectionStart"],inputEvent:"input",proxyParentValidation:!0}),$t,(t=>class extends t{get defaultValues(){const t=this.getAttribute("default-values");if(t)try{return JSON.parse(t)}catch(t){console.error('could not parse data string from attribute "default-values" -',t.message)}return[]}setDefaultValues(){const t=this.defaultValues;Object.keys(t).length>0&&(this.inputElement.value=t)}init(){super.init?.();const t=document.createElement("template");t.innerHTML=`\n <${Au}\n tabindex="-1"\n ></${Au}>\n `,this.baseElement.appendChild(t.content.cloneNode(!0)),this.inputElement=this.shadowRoot.querySelector(Au),at(this,this.inputElement,{includeAttrs:["size","full-width","label-value","label-attr","button-label","separator","options","default-values","invalid","readonly","disabled"]}),nt(this,this.inputElement,{includeAttrs:["invalid"]}),this.setDefaultValues()}}))(Qt({slots:[],wrappedEleName:"vaadin-custom-field",style:()=>`\n :host {\n display: inline-flex;\n max-width: 100%;\n direction: ltr;\n }\n vaadin-custom-field {\n line-height: unset;\n width: 100%;\n }\n\n descope-mappings-field-internal [part="labels"] {\n display: none;\n grid-template-columns: 1fr var(${Bu.cssVarList.separatorWidth}) 1fr var(${Bu.cssVarList.removeButtonWidth});\n }\n\n descope-mappings-field-internal [part="labels"] [part="value-label"],\n descope-mappings-field-internal [part="labels"] [part="attr-label"] {\n ${In.cssVarList.fontWeight}: 500;\n }\n\n descope-mappings-field-internal [part="labels"] [part="value-label"] {\n grid-column: 1 / span 1;\n }\n\n descope-mappings-field-internal [part="labels"] [part="attr-label"] {\n grid-column: 3 / span 1;\n }\n\n descope-mapping-item::part(wrapper) {\n display: grid;\n grid-template-columns: 1fr var(${Bu.cssVarList.separatorWidth}) 1fr var(${Bu.cssVarList.removeButtonWidth});\n }\n `,excludeAttrsSync:["tabindex","label-value","label-attr","button-label","options","error-message"],componentName:_u})),qu=ht(qt),Ru=Bu.cssVarList,Vu={[Ru.hostWidth]:Ze.width,[Ru.hostDirection]:Ze.direction,[Ru.fontSize]:Ze.fontSize,[Ru.fontFamily]:Ze.fontFamily,[Ru.separatorFontSize]:"14px",[Ru.labelsFontSize]:"14px",[Ru.labelsLineHeight]:"1",[Ru.labelsMarginBottom]:"6px",[Ru.labelTextColor]:Ze.labelTextColor,[Ru.itemMarginBottom]:"1em",[Ru.valueLabelMinWidth]:Ze.minWidth,[Ru.attrLabelMinWidth]:`calc(12em + 2 * ${qu.border.xs})`,[Ru.separatorWidth]:"70px",[Ru.removeButtonWidth]:"60px"},Wu=Vu;var Pu=r(1747),$u=r.n(Pu),ju=r(8152),Hu=r.n(ju);const Uu=ot("user-attribute");class Gu extends(Jt({componentName:Uu,baseSelector:":host > .root"})){constructor(){super(),this.attachShadow({mode:"open"}).innerHTML=`\n\t\t\t<style>\n\t\t\t\t:host {\n\t\t\t\t\tdisplay: inline-flex;\n\t\t\t\t}\n\n vaadin-icon {\n color: currentcolor;\n }\n\n .root {\n display: flex;\n width: 100%;\n height: 100%;\n align-items: center;\n }\n\n .btn-wrapper {\n display: flex;\n justify-content: space-between;\n align-items: center;\n flex-grow: 0;\n }\n\n .text-wrapper {\n display: flex;\n align-items: center;\n flex-grow: 1;\n }\n\n descope-text::part(text-wrapper) {\n text-overflow: ellipsis;\n overflow: hidden;\n white-space: nowrap;\n width: initial;\n }\n\n descope-text {\n display: inline-flex;\n }\n\n descope-badge {\n margin-inline-end: 10px;\n }\n\n .hidden {\n visibility: hidden;\n }\n\n descope-text[data-id="label-text"].required:after {\n content: '*';\n color: var(${In.cssVarList.textColor});\n }\n </style>\n\n\n <div class="root">\n <div class="text-wrapper">\n <descope-text st-text-align="auto" data-id="label-text" variant="body1" mode="secondary"></descope-text>\n <descope-text st-text-align="auto" data-id="value-text" variant="body1" mode="primary"></descope-text>\n </div>\n\n <div class="btn-wrapper">\n <descope-badge mode="default" bordered="true" size="xs"></descope-badge>\n <descope-button size="xs" data-id="edit-btn" square="true" variant="link" mode="primary">\n <vaadin-icon src=${Hu()}></vaadin-icon>\n </descope-button>\n <descope-button size="xs" data-id="delete-btn" square="true" variant="link" mode="primary">\n <vaadin-icon src=${$u()}></vaadin-icon>\n </descope-button>\n </div\n </div>\n\t\t`,this.deleteButton=this.shadowRoot.querySelector('descope-button[data-id="delete-btn"]'),this.editButton=this.shadowRoot.querySelector('descope-button[data-id="edit-btn"]'),this.badge=this.shadowRoot.querySelector("descope-badge"),this.labelText=this.shadowRoot.querySelector('descope-text[data-id="label-text"]'),this.valueText=this.shadowRoot.querySelector('descope-text[data-id="value-text"]')}onLabelChange(){this.labelText.innerText=this.label,this.labelText.setAttribute("title",this.label)}onValueOrPlaceholderChange(){const t=this.value||this.placeholder,e=this.value?"primary":"secondary";this.valueText.innerText=t,this.valueText.setAttribute("title",t),this.valueText.setAttribute("mode",e)}onBadgeLabelChange(){this.badgeLabel?(this.badge.innerText=this.badgeLabel,this.badge.style.display=""):this.badge.style.display="none"}onBadgeTooltipTextChange(){this.badge.setAttribute("title",this.badgeTooltipText||this.badgeLabel)}onIsRequiredChange(){this.labelText.classList.toggle("required",this.isRequired)}get label(){return this.getAttribute("label")||""}get value(){return this.getAttribute("value")||""}get placeholder(){return this.getAttribute("placeholder")||""}get isRequired(){return"true"===this.getAttribute("required")}get badgeLabel(){return this.getAttribute("badge-label")||""}get badgeTooltipText(){return this.getAttribute("badge-tooltip-text")||""}init(){this.onLabelChange(),this.onValueOrPlaceholderChange(),this.onIsRequiredChange(),this.onBadgeLabelChange(),this.onBadgeTooltipTextChange(),this.handleDeleteButtonVisibility(),this.deleteButton.addEventListener("click",(()=>this.dispatchEvent(new CustomEvent("delete-clicked",{bubbles:!0,composed:!0})))),this.editButton.addEventListener("click",(()=>this.dispatchEvent(new CustomEvent("edit-clicked",{bubbles:!0,composed:!0}))))}static get observedAttributes(){return["label","value","placeholder","required","badge-label","badge-tooltip-text"].concat(super.observedAttributes)}handleDeleteButtonVisibility(){this.deleteButton.classList.toggle("hidden",this.isRequired||!this.value)}attributeChangedCallback(t,e,r){super.attributeChangedCallback?.(t,e,r),e!==r&&("label"===t?this.onLabelChange():"value"===t||"placeholder"===t?this.onValueOrPlaceholderChange():"required"===t?this.onIsRequiredChange():"badge-label"===t?this.onBadgeLabelChange():"badge-tooltip-text"===t&&this.onBadgeTooltipTextChange(),"value"!==t&&"required"!==t||this.handleDeleteButtonVisibility())}}const{host:Zu,textFields:Ju,buttons:Qu,badge:Yu,labelText:Ku,valueText:Xu,textWrapper:tp}={host:{selector:()=>":host"},textFields:{selector:"descope-text"},valueText:{selector:'descope-text[data-id="value-text"]'},labelText:{selector:'descope-text[data-id="label-text"]'},buttons:{selector:"descope-button"},badge:{selector:"descope-badge"},textWrapper:{selector:" .text-wrapper"}},ep=K(Wt({mappings:{hostWidth:{...Zu,property:"width"},hostMinWidth:{...Zu,property:"min-width"},hostDirection:[{...Zu,property:"direction"},{...Ju,property:In.cssVarList.hostDirection},{...Qu,property:ue.cssVarList.hostDirection},{...Yu,property:uu.cssVarList.hostDirection}],labelTextWidth:{...Ku,property:"width"},valueTextWidth:{...Xu,property:"width"},badgeMaxWidth:{...Yu,property:"max-width"},itemsGap:[{property:"gap"},{...tp,property:"gap"}]}}),Pt,$t)(Gu),rp=ht(qt),np=ep.cssVarList,op={[np.hostDirection]:rp.direction,[np.labelTextWidth]:"150px",[np.valueTextWidth]:"200px",[np.badgeMaxWidth]:"85px",[np.itemsGap]:"16px",[np.hostMinWidth]:"530px",_fullWidth:{[np.hostWidth]:"100%"}};var ip=r(853),ap=r.n(ip);const sp=ot("user-auth-method");class lp extends(Jt({componentName:sp,baseSelector:":host > .root"})){constructor(){super(),this.attachShadow({mode:"open"}).innerHTML=`\n\t\t\t<style>\n\t\t\t\t:host {\n\t\t\t\t\tdisplay: inline-flex;\n\t\t\t\t}\n\n vaadin-icon {\n color: currentcolor;\n }\n\n .root {\n display: flex;\n width: 100%;\n height: 100%;\n align-items: center;\n }\n\n .btn-wrapper {\n display: flex;\n justify-content: space-between;\n align-items: center;\n flex-grow: 0;\n }\n\n .text-wrapper {\n display: flex;\n align-items: center;\n flex-grow: 1;\n }\n\n descope-text::part(text-wrapper) {\n text-overflow: ellipsis;\n overflow: hidden;\n white-space: nowrap;\n width: initial;\n }\n\n descope-text {\n display: inline-flex;\n }\n\n .fulfilled-indicator {\n width: 1em;\n height: 1em;\n display: flex;\n align-items: center;\n padding-inline-end: 1em;\n }\n\n .hidden {\n display: none;\n }\n\n .hidden-btn {\n width: 0;\n overflow: hidden;\n }\n\n slot[name="method-icon"]{\n display: inline-flex;\n align-items: center;\n }\n </style>\n\n\n <div class="root">\n <div class="text-wrapper">\n <slot name="method-icon"></slot>\n <descope-text st-text-align="auto" data-id="label-text" variant="body1" mode="primary"></descope-text>\n </div>\n\n <div class="btn-wrapper">\n <descope-button size="sm" variant="link" mode="primary">\n <slot name="button-icon"></slot>\n </descope-button>\n <div class="fulfilled-indicator">\n <vaadin-icon src=${ap()}></vaadin-icon>\n </div>\n <descope-button class="hidden-btn" size="sm" variant="link" mode="primary"></descope-button>\n </div>\n </div>\n\t\t`,this.button=this.shadowRoot.querySelector("descope-button"),this.fulfilledIndicator=this.shadowRoot.querySelector(".fulfilled-indicator"),this.labelText=this.shadowRoot.querySelector('descope-text[data-id="label-text"]')}onLabelChange(){this.labelText.innerText=this.label,this.labelText.setAttribute("title",this.label)}onButtonLabelChange(){let t=this.button.querySelector("span");this.buttonLabel?(t||(t=document.createElement("span"),this.button.appendChild(t)),t.innerText=this.buttonLabel):t&&this.button.removeChild(t)}onFulfilledChange(){this.button.classList.toggle("hidden",this.isFulfilled),this.fulfilledIndicator.classList.toggle("hidden",!this.isFulfilled)}get label(){return this.getAttribute("label")||""}get buttonLabel(){return this.getAttribute("button-label")||""}get isFulfilled(){return"true"===this.getAttribute("fulfilled")}init(){this.onLabelChange(),this.onButtonLabelChange(),this.onFulfilledChange(),this.button.addEventListener("click",(()=>this.dispatchEvent(new CustomEvent("button-clicked",{bubbles:!0,composed:!0}))))}static get observedAttributes(){return["label","fulfilled"].concat(super.observedAttributes)}attributeChangedCallback(t,e,r){super.attributeChangedCallback?.(t,e,r),e!==r&&("label"===t?this.onLabelChange():"fulfilled"===t?this.onFulfilledChange():"button-label"===t&&this.onButtonLabelChange())}}const{host:cp,textField:dp,buttons:up,badge:pp,textWrapper:hp,methodIconSlot:mp}={host:{selector:()=>":host"},textField:{selector:"descope-text"},buttons:{selector:"descope-button"},badge:{selector:"descope-badge"},textWrapper:{selector:" .text-wrapper"},methodIconSlot:{selector:'slot[name="method-icon"]'}},fp=K(Wt({mappings:{hostWidth:{...cp,property:"width"},hostMinWidth:{...cp,property:"min-width"},hostDirection:[{...cp,property:"direction"},{...dp,property:In.cssVarList.hostDirection},{...up,property:ue.cssVarList.hostDirection},{...pp,property:uu.cssVarList.hostDirection}],labelTextWidth:{...dp,property:"width"},itemsGap:[{property:"gap"},{...hp,property:"gap"}],iconSize:[{...mp,property:"width"},{...mp,property:"height"}]}}),Pt,$t)(lp),gp=ht(qt),bp=fp.cssVarList,yp={[bp.hostDirection]:gp.direction,[bp.labelTextWidth]:"200px",[bp.itemsGap]:"16px",[bp.hostMinWidth]:"530px",[bp.iconSize]:"24px",_fullWidth:{[bp.hostWidth]:"100%"}},vp=ot("saml-group-mappings-internal");Or({componentName:vp,baseSelector:""});const xp=ot("saml-group-mappings"),{host:Cp,groupInput:wp}={host:{selector:()=>":host"},groupInput:{selector:"descope-text-field"}},kp=K(Wt({mappings:{hostWidth:{...Cp,property:"width"},hostDirection:{...Cp,property:"direction"},groupNameInputMarginBottom:{...wp,property:"margin-bottom"}}}),Pt,re({proxyProps:["value","selectionStart"],inputEvent:"input",triggerValidationEvents:["mapping-item-added","mapping-item-removed"],proxyParentValidation:!0}),$t,(t=>class extends t{init(){super.init?.();const t=document.createElement("template");t.innerHTML=`\n <${vp}\n tabindex="-1"\n ></${vp}>\n `,this.baseElement.appendChild(t.content.cloneNode(!0)),this.inputElement=this.shadowRoot.querySelector(vp),at(this,this.inputElement,{includeAttrs:["size","full-width","label-group","label-value","label-attr","button-label","separator","options","readonly","disabled"]}),nt(this,this.inputElement,{includeAttrs:["invalid"]})}}))(Qt({slots:[],wrappedEleName:"vaadin-custom-field",style:()=>"\n :host {\n display: inline-flex;\n max-width: 100%;\n direction: ltr;\n }\n\n vaadin-custom-field {\n line-height: unset;\n width: 100%;\n }\n\n descope-text-field {\n width: auto;\n }\n\n descope-mappings-field {\n display: block;\n }\n ",excludeAttrsSync:["tabindex","label-group","label-value","label-attr","button-label","separator","options","error-message"],componentName:xp})).cssVarList,Ep={[kp.hostWidth]:Ze.width,[kp.hostDirection]:Ze.direction,[kp.groupNameInputMarginBottom]:"1em"},Ap=Ep,_p=ht(qt),Sp=hc.cssVarList,Dp={[Sp.fontFamily]:Ze.fontFamily,[Sp.fontSize]:Ze.labelFontSize,[Sp.textColor]:Ze.labelTextColor,[Sp.borderWidth]:Ze.borderWidth,[Sp.borderStyle]:Ze.borderStyle,[Sp.borderColor]:Ze.borderColor,[Sp.borderRadius]:_p.radius.sm,[Sp.backgroundColor]:"none",[Sp.padding]:"0px",[Sp.labelMargin]:_p.spacing.sm,[Sp.itemsSpacing]:_p.spacing.lg,[Sp.itemSymbolDefault]:"'\\2022'",[Sp.itemSymbolSuccess]:"'\\2713'",[Sp.itemSymbolError]:"'\\2A09'",[Sp.itemSymbolSuccessColor]:_p.colors.success.main,[Sp.itemSymbolErrorColor]:_p.colors.error.main},Tp={button:t,textField:o,password:i,numberField:a,emailField:s,textArea:l,checkbox:c,switchToggle:d,container:u,logo:p,totpImage:h,notpImage:m,text:f,EnrichedText:x,link:C,divider:w,passcode:k,loaderRadial:A,loaderLinear:E,comboBox:_,image:S,phoneField:D,phoneInputBoxField:T,newPassword:M,inputWrapper:e,uploadFile:F,buttonSelectionGroupItem:L,buttonSelectionGroup:I,buttonMultiSelectionGroup:z,modal:O,grid:N,notificationCard:B,multiSelectComboBox:q,badge:R,avatar:V,mappingsField:W,userAttribute:P,userAuthMethod:$,samlGroupMappings:j,policyValidation:H},Mp=Object.keys(Tp).reduce(((t,e)=>({...t,[e]:Tp[e].default})),{}),Fp=(Object.keys(Tp).reduce(((t,e)=>({...t,[e]:Tp[e].vars})),{}),{globals:qt,components:Mp}),Lp=G()({},Fp,{globals:{colors:{surface:{main:"#181a1c",dark:"#bec4ca",light:"#555f68",highlight:"#22262a",contrast:"#f5f6f7"},primary:{main:"#1f80ff",dark:"#71aeff",light:"#004094",highlight:"#00214d",contrast:"#000000"},secondary:{main:"#a665eb",dark:"#b9a0f3",light:"#683ae6",highlight:"#361299",contrast:"#000000"},success:{main:"#27963c",dark:"#8bc3a2",light:"#004d0f",highlight:"#001f00",contrast:"#000000"},error:{main:"#f85249",dark:"#fa7c75",light:"#c51107",highlight:"#4a0603",contrast:"#000000"}}}})})(),n})()));
1
+ !function(t,e){"object"==typeof exports&&"object"==typeof module?module.exports=e():"function"==typeof define&&define.amd?define([],e):"object"==typeof exports?exports.DescopeDev=e():t.DescopeDev=e()}(self,(()=>(()=>{var t={8168:(t,e,r)=>{const n=r(8874),o={};for(const t of Object.keys(n))o[n[t]]=t;const i={rgb:{channels:3,labels:"rgb"},hsl:{channels:3,labels:"hsl"},hsv:{channels:3,labels:"hsv"},hwb:{channels:3,labels:"hwb"},cmyk:{channels:4,labels:"cmyk"},xyz:{channels:3,labels:"xyz"},lab:{channels:3,labels:"lab"},lch:{channels:3,labels:"lch"},hex:{channels:1,labels:["hex"]},keyword:{channels:1,labels:["keyword"]},ansi16:{channels:1,labels:["ansi16"]},ansi256:{channels:1,labels:["ansi256"]},hcg:{channels:3,labels:["h","c","g"]},apple:{channels:3,labels:["r16","g16","b16"]},gray:{channels:1,labels:["gray"]}};t.exports=i;for(const t of Object.keys(i)){if(!("channels"in i[t]))throw new Error("missing channels property: "+t);if(!("labels"in i[t]))throw new Error("missing channel labels property: "+t);if(i[t].labels.length!==i[t].channels)throw new Error("channel and label counts mismatch: "+t);const{channels:e,labels:r}=i[t];delete i[t].channels,delete i[t].labels,Object.defineProperty(i[t],"channels",{value:e}),Object.defineProperty(i[t],"labels",{value:r})}i.rgb.hsl=function(t){const e=t[0]/255,r=t[1]/255,n=t[2]/255,o=Math.min(e,r,n),i=Math.max(e,r,n),a=i-o;let s,l;i===o?s=0:e===i?s=(r-n)/a:r===i?s=2+(n-e)/a:n===i&&(s=4+(e-r)/a),s=Math.min(60*s,360),s<0&&(s+=360);const c=(o+i)/2;return l=i===o?0:c<=.5?a/(i+o):a/(2-i-o),[s,100*l,100*c]},i.rgb.hsv=function(t){let e,r,n,o,i;const a=t[0]/255,s=t[1]/255,l=t[2]/255,c=Math.max(a,s,l),d=c-Math.min(a,s,l),u=function(t){return(c-t)/6/d+.5};return 0===d?(o=0,i=0):(i=d/c,e=u(a),r=u(s),n=u(l),a===c?o=n-r:s===c?o=1/3+e-n:l===c&&(o=2/3+r-e),o<0?o+=1:o>1&&(o-=1)),[360*o,100*i,100*c]},i.rgb.hwb=function(t){const e=t[0],r=t[1];let n=t[2];const o=i.rgb.hsl(t)[0],a=1/255*Math.min(e,Math.min(r,n));return n=1-1/255*Math.max(e,Math.max(r,n)),[o,100*a,100*n]},i.rgb.cmyk=function(t){const e=t[0]/255,r=t[1]/255,n=t[2]/255,o=Math.min(1-e,1-r,1-n);return[100*((1-e-o)/(1-o)||0),100*((1-r-o)/(1-o)||0),100*((1-n-o)/(1-o)||0),100*o]},i.rgb.keyword=function(t){const e=o[t];if(e)return e;let r,i=1/0;for(const e of Object.keys(n)){const o=(s=n[e],((a=t)[0]-s[0])**2+(a[1]-s[1])**2+(a[2]-s[2])**2);o<i&&(i=o,r=e)}var a,s;return r},i.keyword.rgb=function(t){return n[t]},i.rgb.xyz=function(t){let e=t[0]/255,r=t[1]/255,n=t[2]/255;return e=e>.04045?((e+.055)/1.055)**2.4:e/12.92,r=r>.04045?((r+.055)/1.055)**2.4:r/12.92,n=n>.04045?((n+.055)/1.055)**2.4:n/12.92,[100*(.4124*e+.3576*r+.1805*n),100*(.2126*e+.7152*r+.0722*n),100*(.0193*e+.1192*r+.9505*n)]},i.rgb.lab=function(t){const e=i.rgb.xyz(t);let r=e[0],n=e[1],o=e[2];return r/=95.047,n/=100,o/=108.883,r=r>.008856?r**(1/3):7.787*r+16/116,n=n>.008856?n**(1/3):7.787*n+16/116,o=o>.008856?o**(1/3):7.787*o+16/116,[116*n-16,500*(r-n),200*(n-o)]},i.hsl.rgb=function(t){const e=t[0]/360,r=t[1]/100,n=t[2]/100;let o,i,a;if(0===r)return a=255*n,[a,a,a];o=n<.5?n*(1+r):n+r-n*r;const s=2*n-o,l=[0,0,0];for(let t=0;t<3;t++)i=e+1/3*-(t-1),i<0&&i++,i>1&&i--,a=6*i<1?s+6*(o-s)*i:2*i<1?o:3*i<2?s+(o-s)*(2/3-i)*6:s,l[t]=255*a;return l},i.hsl.hsv=function(t){const e=t[0];let r=t[1]/100,n=t[2]/100,o=r;const i=Math.max(n,.01);return n*=2,r*=n<=1?n:2-n,o*=i<=1?i:2-i,[e,100*(0===n?2*o/(i+o):2*r/(n+r)),(n+r)/2*100]},i.hsv.rgb=function(t){const e=t[0]/60,r=t[1]/100;let n=t[2]/100;const o=Math.floor(e)%6,i=e-Math.floor(e),a=255*n*(1-r),s=255*n*(1-r*i),l=255*n*(1-r*(1-i));switch(n*=255,o){case 0:return[n,l,a];case 1:return[s,n,a];case 2:return[a,n,l];case 3:return[a,s,n];case 4:return[l,a,n];case 5:return[n,a,s]}},i.hsv.hsl=function(t){const e=t[0],r=t[1]/100,n=t[2]/100,o=Math.max(n,.01);let i,a;a=(2-r)*n;const s=(2-r)*o;return i=r*o,i/=s<=1?s:2-s,i=i||0,a/=2,[e,100*i,100*a]},i.hwb.rgb=function(t){const e=t[0]/360;let r=t[1]/100,n=t[2]/100;const o=r+n;let i;o>1&&(r/=o,n/=o);const a=Math.floor(6*e),s=1-n;i=6*e-a,0!=(1&a)&&(i=1-i);const l=r+i*(s-r);let c,d,u;switch(a){default:case 6:case 0:c=s,d=l,u=r;break;case 1:c=l,d=s,u=r;break;case 2:c=r,d=s,u=l;break;case 3:c=r,d=l,u=s;break;case 4:c=l,d=r,u=s;break;case 5:c=s,d=r,u=l}return[255*c,255*d,255*u]},i.cmyk.rgb=function(t){const e=t[0]/100,r=t[1]/100,n=t[2]/100,o=t[3]/100;return[255*(1-Math.min(1,e*(1-o)+o)),255*(1-Math.min(1,r*(1-o)+o)),255*(1-Math.min(1,n*(1-o)+o))]},i.xyz.rgb=function(t){const e=t[0]/100,r=t[1]/100,n=t[2]/100;let o,i,a;return o=3.2406*e+-1.5372*r+-.4986*n,i=-.9689*e+1.8758*r+.0415*n,a=.0557*e+-.204*r+1.057*n,o=o>.0031308?1.055*o**(1/2.4)-.055:12.92*o,i=i>.0031308?1.055*i**(1/2.4)-.055:12.92*i,a=a>.0031308?1.055*a**(1/2.4)-.055:12.92*a,o=Math.min(Math.max(0,o),1),i=Math.min(Math.max(0,i),1),a=Math.min(Math.max(0,a),1),[255*o,255*i,255*a]},i.xyz.lab=function(t){let e=t[0],r=t[1],n=t[2];return e/=95.047,r/=100,n/=108.883,e=e>.008856?e**(1/3):7.787*e+16/116,r=r>.008856?r**(1/3):7.787*r+16/116,n=n>.008856?n**(1/3):7.787*n+16/116,[116*r-16,500*(e-r),200*(r-n)]},i.lab.xyz=function(t){let e,r,n;r=(t[0]+16)/116,e=t[1]/500+r,n=r-t[2]/200;const o=r**3,i=e**3,a=n**3;return r=o>.008856?o:(r-16/116)/7.787,e=i>.008856?i:(e-16/116)/7.787,n=a>.008856?a:(n-16/116)/7.787,e*=95.047,r*=100,n*=108.883,[e,r,n]},i.lab.lch=function(t){const e=t[0],r=t[1],n=t[2];let o;return o=360*Math.atan2(n,r)/2/Math.PI,o<0&&(o+=360),[e,Math.sqrt(r*r+n*n),o]},i.lch.lab=function(t){const e=t[0],r=t[1],n=t[2]/360*2*Math.PI;return[e,r*Math.cos(n),r*Math.sin(n)]},i.rgb.ansi16=function(t,e=null){const[r,n,o]=t;let a=null===e?i.rgb.hsv(t)[2]:e;if(a=Math.round(a/50),0===a)return 30;let s=30+(Math.round(o/255)<<2|Math.round(n/255)<<1|Math.round(r/255));return 2===a&&(s+=60),s},i.hsv.ansi16=function(t){return i.rgb.ansi16(i.hsv.rgb(t),t[2])},i.rgb.ansi256=function(t){const e=t[0],r=t[1],n=t[2];return e===r&&r===n?e<8?16:e>248?231:Math.round((e-8)/247*24)+232:16+36*Math.round(e/255*5)+6*Math.round(r/255*5)+Math.round(n/255*5)},i.ansi16.rgb=function(t){let e=t%10;if(0===e||7===e)return t>50&&(e+=3.5),e=e/10.5*255,[e,e,e];const r=.5*(1+~~(t>50));return[(1&e)*r*255,(e>>1&1)*r*255,(e>>2&1)*r*255]},i.ansi256.rgb=function(t){if(t>=232){const e=10*(t-232)+8;return[e,e,e]}let e;return t-=16,[Math.floor(t/36)/5*255,Math.floor((e=t%36)/6)/5*255,e%6/5*255]},i.rgb.hex=function(t){const e=(((255&Math.round(t[0]))<<16)+((255&Math.round(t[1]))<<8)+(255&Math.round(t[2]))).toString(16).toUpperCase();return"000000".substring(e.length)+e},i.hex.rgb=function(t){const e=t.toString(16).match(/[a-f0-9]{6}|[a-f0-9]{3}/i);if(!e)return[0,0,0];let r=e[0];3===e[0].length&&(r=r.split("").map((t=>t+t)).join(""));const n=parseInt(r,16);return[n>>16&255,n>>8&255,255&n]},i.rgb.hcg=function(t){const e=t[0]/255,r=t[1]/255,n=t[2]/255,o=Math.max(Math.max(e,r),n),i=Math.min(Math.min(e,r),n),a=o-i;let s,l;return s=a<1?i/(1-a):0,l=a<=0?0:o===e?(r-n)/a%6:o===r?2+(n-e)/a:4+(e-r)/a,l/=6,l%=1,[360*l,100*a,100*s]},i.hsl.hcg=function(t){const e=t[1]/100,r=t[2]/100,n=r<.5?2*e*r:2*e*(1-r);let o=0;return n<1&&(o=(r-.5*n)/(1-n)),[t[0],100*n,100*o]},i.hsv.hcg=function(t){const e=t[1]/100,r=t[2]/100,n=e*r;let o=0;return n<1&&(o=(r-n)/(1-n)),[t[0],100*n,100*o]},i.hcg.rgb=function(t){const e=t[0]/360,r=t[1]/100,n=t[2]/100;if(0===r)return[255*n,255*n,255*n];const o=[0,0,0],i=e%1*6,a=i%1,s=1-a;let l=0;switch(Math.floor(i)){case 0:o[0]=1,o[1]=a,o[2]=0;break;case 1:o[0]=s,o[1]=1,o[2]=0;break;case 2:o[0]=0,o[1]=1,o[2]=a;break;case 3:o[0]=0,o[1]=s,o[2]=1;break;case 4:o[0]=a,o[1]=0,o[2]=1;break;default:o[0]=1,o[1]=0,o[2]=s}return l=(1-r)*n,[255*(r*o[0]+l),255*(r*o[1]+l),255*(r*o[2]+l)]},i.hcg.hsv=function(t){const e=t[1]/100,r=e+t[2]/100*(1-e);let n=0;return r>0&&(n=e/r),[t[0],100*n,100*r]},i.hcg.hsl=function(t){const e=t[1]/100,r=t[2]/100*(1-e)+.5*e;let n=0;return r>0&&r<.5?n=e/(2*r):r>=.5&&r<1&&(n=e/(2*(1-r))),[t[0],100*n,100*r]},i.hcg.hwb=function(t){const e=t[1]/100,r=e+t[2]/100*(1-e);return[t[0],100*(r-e),100*(1-r)]},i.hwb.hcg=function(t){const e=t[1]/100,r=1-t[2]/100,n=r-e;let o=0;return n<1&&(o=(r-n)/(1-n)),[t[0],100*n,100*o]},i.apple.rgb=function(t){return[t[0]/65535*255,t[1]/65535*255,t[2]/65535*255]},i.rgb.apple=function(t){return[t[0]/255*65535,t[1]/255*65535,t[2]/255*65535]},i.gray.rgb=function(t){return[t[0]/100*255,t[0]/100*255,t[0]/100*255]},i.gray.hsl=function(t){return[0,0,t[0]]},i.gray.hsv=i.gray.hsl,i.gray.hwb=function(t){return[0,100,t[0]]},i.gray.cmyk=function(t){return[0,0,0,t[0]]},i.gray.lab=function(t){return[t[0],0,0]},i.gray.hex=function(t){const e=255&Math.round(t[0]/100*255),r=((e<<16)+(e<<8)+e).toString(16).toUpperCase();return"000000".substring(r.length)+r},i.rgb.gray=function(t){return[(t[0]+t[1]+t[2])/3/255*100]}},2085:(t,e,r)=>{const n=r(8168),o=r(4111),i={};Object.keys(n).forEach((t=>{i[t]={},Object.defineProperty(i[t],"channels",{value:n[t].channels}),Object.defineProperty(i[t],"labels",{value:n[t].labels});const e=o(t);Object.keys(e).forEach((r=>{const n=e[r];i[t][r]=function(t){const e=function(...e){const r=e[0];if(null==r)return r;r.length>1&&(e=r);const n=t(e);if("object"==typeof n)for(let t=n.length,e=0;e<t;e++)n[e]=Math.round(n[e]);return n};return"conversion"in t&&(e.conversion=t.conversion),e}(n),i[t][r].raw=function(t){const e=function(...e){const r=e[0];return null==r?r:(r.length>1&&(e=r),t(e))};return"conversion"in t&&(e.conversion=t.conversion),e}(n)}))})),t.exports=i},4111:(t,e,r)=>{const n=r(8168);function o(t,e){return function(r){return e(t(r))}}function i(t,e){const r=[e[t].parent,t];let i=n[e[t].parent][t],a=e[t].parent;for(;e[a].parent;)r.unshift(e[a].parent),i=o(n[e[a].parent][a],i),a=e[a].parent;return i.conversion=r,i}t.exports=function(t){const e=function(t){const e=function(){const t={},e=Object.keys(n);for(let r=e.length,n=0;n<r;n++)t[e[n]]={distance:-1,parent:null};return t}(),r=[t];for(e[t].distance=0;r.length;){const t=r.pop(),o=Object.keys(n[t]);for(let n=o.length,i=0;i<n;i++){const n=o[i],a=e[n];-1===a.distance&&(a.distance=e[t].distance+1,a.parent=t,r.unshift(n))}}return e}(t),r={},o=Object.keys(e);for(let t=o.length,n=0;n<t;n++){const t=o[n];null!==e[t].parent&&(r[t]=i(t,e))}return r}},8874:t=>{"use strict";t.exports={aliceblue:[240,248,255],antiquewhite:[250,235,215],aqua:[0,255,255],aquamarine:[127,255,212],azure:[240,255,255],beige:[245,245,220],bisque:[255,228,196],black:[0,0,0],blanchedalmond:[255,235,205],blue:[0,0,255],blueviolet:[138,43,226],brown:[165,42,42],burlywood:[222,184,135],cadetblue:[95,158,160],chartreuse:[127,255,0],chocolate:[210,105,30],coral:[255,127,80],cornflowerblue:[100,149,237],cornsilk:[255,248,220],crimson:[220,20,60],cyan:[0,255,255],darkblue:[0,0,139],darkcyan:[0,139,139],darkgoldenrod:[184,134,11],darkgray:[169,169,169],darkgreen:[0,100,0],darkgrey:[169,169,169],darkkhaki:[189,183,107],darkmagenta:[139,0,139],darkolivegreen:[85,107,47],darkorange:[255,140,0],darkorchid:[153,50,204],darkred:[139,0,0],darksalmon:[233,150,122],darkseagreen:[143,188,143],darkslateblue:[72,61,139],darkslategray:[47,79,79],darkslategrey:[47,79,79],darkturquoise:[0,206,209],darkviolet:[148,0,211],deeppink:[255,20,147],deepskyblue:[0,191,255],dimgray:[105,105,105],dimgrey:[105,105,105],dodgerblue:[30,144,255],firebrick:[178,34,34],floralwhite:[255,250,240],forestgreen:[34,139,34],fuchsia:[255,0,255],gainsboro:[220,220,220],ghostwhite:[248,248,255],gold:[255,215,0],goldenrod:[218,165,32],gray:[128,128,128],green:[0,128,0],greenyellow:[173,255,47],grey:[128,128,128],honeydew:[240,255,240],hotpink:[255,105,180],indianred:[205,92,92],indigo:[75,0,130],ivory:[255,255,240],khaki:[240,230,140],lavender:[230,230,250],lavenderblush:[255,240,245],lawngreen:[124,252,0],lemonchiffon:[255,250,205],lightblue:[173,216,230],lightcoral:[240,128,128],lightcyan:[224,255,255],lightgoldenrodyellow:[250,250,210],lightgray:[211,211,211],lightgreen:[144,238,144],lightgrey:[211,211,211],lightpink:[255,182,193],lightsalmon:[255,160,122],lightseagreen:[32,178,170],lightskyblue:[135,206,250],lightslategray:[119,136,153],lightslategrey:[119,136,153],lightsteelblue:[176,196,222],lightyellow:[255,255,224],lime:[0,255,0],limegreen:[50,205,50],linen:[250,240,230],magenta:[255,0,255],maroon:[128,0,0],mediumaquamarine:[102,205,170],mediumblue:[0,0,205],mediumorchid:[186,85,211],mediumpurple:[147,112,219],mediumseagreen:[60,179,113],mediumslateblue:[123,104,238],mediumspringgreen:[0,250,154],mediumturquoise:[72,209,204],mediumvioletred:[199,21,133],midnightblue:[25,25,112],mintcream:[245,255,250],mistyrose:[255,228,225],moccasin:[255,228,181],navajowhite:[255,222,173],navy:[0,0,128],oldlace:[253,245,230],olive:[128,128,0],olivedrab:[107,142,35],orange:[255,165,0],orangered:[255,69,0],orchid:[218,112,214],palegoldenrod:[238,232,170],palegreen:[152,251,152],paleturquoise:[175,238,238],palevioletred:[219,112,147],papayawhip:[255,239,213],peachpuff:[255,218,185],peru:[205,133,63],pink:[255,192,203],plum:[221,160,221],powderblue:[176,224,230],purple:[128,0,128],rebeccapurple:[102,51,153],red:[255,0,0],rosybrown:[188,143,143],royalblue:[65,105,225],saddlebrown:[139,69,19],salmon:[250,128,114],sandybrown:[244,164,96],seagreen:[46,139,87],seashell:[255,245,238],sienna:[160,82,45],silver:[192,192,192],skyblue:[135,206,235],slateblue:[106,90,205],slategray:[112,128,144],slategrey:[112,128,144],snow:[255,250,250],springgreen:[0,255,127],steelblue:[70,130,180],tan:[210,180,140],teal:[0,128,128],thistle:[216,191,216],tomato:[255,99,71],turquoise:[64,224,208],violet:[238,130,238],wheat:[245,222,179],white:[255,255,255],whitesmoke:[245,245,245],yellow:[255,255,0],yellowgreen:[154,205,50]}},9818:(t,e,r)=>{var n=r(8874),o=r(6851),i=Object.hasOwnProperty,a=Object.create(null);for(var s in n)i.call(n,s)&&(a[n[s]]=s);var l=t.exports={to:{},get:{}};function c(t,e,r){return Math.min(Math.max(e,t),r)}function d(t){var e=Math.round(t).toString(16).toUpperCase();return e.length<2?"0"+e:e}l.get=function(t){var e,r;switch(t.substring(0,3).toLowerCase()){case"hsl":e=l.get.hsl(t),r="hsl";break;case"hwb":e=l.get.hwb(t),r="hwb";break;default:e=l.get.rgb(t),r="rgb"}return e?{model:r,value:e}:null},l.get.rgb=function(t){if(!t)return null;var e,r,o,a=[0,0,0,1];if(e=t.match(/^#([a-f0-9]{6})([a-f0-9]{2})?$/i)){for(o=e[2],e=e[1],r=0;r<3;r++){var s=2*r;a[r]=parseInt(e.slice(s,s+2),16)}o&&(a[3]=parseInt(o,16)/255)}else if(e=t.match(/^#([a-f0-9]{3,4})$/i)){for(o=(e=e[1])[3],r=0;r<3;r++)a[r]=parseInt(e[r]+e[r],16);o&&(a[3]=parseInt(o+o,16)/255)}else if(e=t.match(/^rgba?\(\s*([+-]?\d+)(?=[\s,])\s*(?:,\s*)?([+-]?\d+)(?=[\s,])\s*(?:,\s*)?([+-]?\d+)\s*(?:[,|\/]\s*([+-]?[\d\.]+)(%?)\s*)?\)$/)){for(r=0;r<3;r++)a[r]=parseInt(e[r+1],0);e[4]&&(e[5]?a[3]=.01*parseFloat(e[4]):a[3]=parseFloat(e[4]))}else{if(!(e=t.match(/^rgba?\(\s*([+-]?[\d\.]+)\%\s*,?\s*([+-]?[\d\.]+)\%\s*,?\s*([+-]?[\d\.]+)\%\s*(?:[,|\/]\s*([+-]?[\d\.]+)(%?)\s*)?\)$/)))return(e=t.match(/^(\w+)$/))?"transparent"===e[1]?[0,0,0,0]:i.call(n,e[1])?((a=n[e[1]])[3]=1,a):null:null;for(r=0;r<3;r++)a[r]=Math.round(2.55*parseFloat(e[r+1]));e[4]&&(e[5]?a[3]=.01*parseFloat(e[4]):a[3]=parseFloat(e[4]))}for(r=0;r<3;r++)a[r]=c(a[r],0,255);return a[3]=c(a[3],0,1),a},l.get.hsl=function(t){if(!t)return null;var e=t.match(/^hsla?\(\s*([+-]?(?:\d{0,3}\.)?\d+)(?:deg)?\s*,?\s*([+-]?[\d\.]+)%\s*,?\s*([+-]?[\d\.]+)%\s*(?:[,|\/]\s*([+-]?(?=\.\d|\d)(?:0|[1-9]\d*)?(?:\.\d*)?(?:[eE][+-]?\d+)?)\s*)?\)$/);if(e){var r=parseFloat(e[4]);return[(parseFloat(e[1])%360+360)%360,c(parseFloat(e[2]),0,100),c(parseFloat(e[3]),0,100),c(isNaN(r)?1:r,0,1)]}return null},l.get.hwb=function(t){if(!t)return null;var e=t.match(/^hwb\(\s*([+-]?\d{0,3}(?:\.\d+)?)(?:deg)?\s*,\s*([+-]?[\d\.]+)%\s*,\s*([+-]?[\d\.]+)%\s*(?:,\s*([+-]?(?=\.\d|\d)(?:0|[1-9]\d*)?(?:\.\d*)?(?:[eE][+-]?\d+)?)\s*)?\)$/);if(e){var r=parseFloat(e[4]);return[(parseFloat(e[1])%360+360)%360,c(parseFloat(e[2]),0,100),c(parseFloat(e[3]),0,100),c(isNaN(r)?1:r,0,1)]}return null},l.to.hex=function(){var t=o(arguments);return"#"+d(t[0])+d(t[1])+d(t[2])+(t[3]<1?d(Math.round(255*t[3])):"")},l.to.rgb=function(){var t=o(arguments);return t.length<4||1===t[3]?"rgb("+Math.round(t[0])+", "+Math.round(t[1])+", "+Math.round(t[2])+")":"rgba("+Math.round(t[0])+", "+Math.round(t[1])+", "+Math.round(t[2])+", "+t[3]+")"},l.to.rgb.percent=function(){var t=o(arguments),e=Math.round(t[0]/255*100),r=Math.round(t[1]/255*100),n=Math.round(t[2]/255*100);return t.length<4||1===t[3]?"rgb("+e+"%, "+r+"%, "+n+"%)":"rgba("+e+"%, "+r+"%, "+n+"%, "+t[3]+")"},l.to.hsl=function(){var t=o(arguments);return t.length<4||1===t[3]?"hsl("+t[0]+", "+t[1]+"%, "+t[2]+"%)":"hsla("+t[0]+", "+t[1]+"%, "+t[2]+"%, "+t[3]+")"},l.to.hwb=function(){var t=o(arguments),e="";return t.length>=4&&1!==t[3]&&(e=", "+t[3]),"hwb("+t[0]+", "+t[1]+"%, "+t[2]+"%"+e+")"},l.to.keyword=function(t){return a[t.slice(0,3)]}},6767:(t,e,r)=>{const n=r(9818),o=r(2085),i=["keyword","gray","hex"],a={};for(const t of Object.keys(o))a[[...o[t].labels].sort().join("")]=t;const s={};function l(t,e){if(!(this instanceof l))return new l(t,e);if(e&&e in i&&(e=null),e&&!(e in o))throw new Error("Unknown model: "+e);let r,c;if(null==t)this.model="rgb",this.color=[0,0,0],this.valpha=1;else if(t instanceof l)this.model=t.model,this.color=[...t.color],this.valpha=t.valpha;else if("string"==typeof t){const e=n.get(t);if(null===e)throw new Error("Unable to parse color from string: "+t);this.model=e.model,c=o[this.model].channels,this.color=e.value.slice(0,c),this.valpha="number"==typeof e.value[c]?e.value[c]:1}else if(t.length>0){this.model=e||"rgb",c=o[this.model].channels;const r=Array.prototype.slice.call(t,0,c);this.color=p(r,c),this.valpha="number"==typeof t[c]?t[c]:1}else if("number"==typeof t)this.model="rgb",this.color=[t>>16&255,t>>8&255,255&t],this.valpha=1;else{this.valpha=1;const e=Object.keys(t);"alpha"in t&&(e.splice(e.indexOf("alpha"),1),this.valpha="number"==typeof t.alpha?t.alpha:0);const n=e.sort().join("");if(!(n in a))throw new Error("Unable to parse color from object: "+JSON.stringify(t));this.model=a[n];const{labels:i}=o[this.model],s=[];for(r=0;r<i.length;r++)s.push(t[i[r]]);this.color=p(s)}if(s[this.model])for(c=o[this.model].channels,r=0;r<c;r++){const t=s[this.model][r];t&&(this.color[r]=t(this.color[r]))}this.valpha=Math.max(0,Math.min(1,this.valpha)),Object.freeze&&Object.freeze(this)}l.prototype={toString(){return this.string()},toJSON(){return this[this.model]()},string(t){let e=this.model in n.to?this:this.rgb();e=e.round("number"==typeof t?t:1);const r=1===e.valpha?e.color:[...e.color,this.valpha];return n.to[e.model](r)},percentString(t){const e=this.rgb().round("number"==typeof t?t:1),r=1===e.valpha?e.color:[...e.color,this.valpha];return n.to.rgb.percent(r)},array(){return 1===this.valpha?[...this.color]:[...this.color,this.valpha]},object(){const t={},{channels:e}=o[this.model],{labels:r}=o[this.model];for(let n=0;n<e;n++)t[r[n]]=this.color[n];return 1!==this.valpha&&(t.alpha=this.valpha),t},unitArray(){const t=this.rgb().color;return t[0]/=255,t[1]/=255,t[2]/=255,1!==this.valpha&&t.push(this.valpha),t},unitObject(){const t=this.rgb().object();return t.r/=255,t.g/=255,t.b/=255,1!==this.valpha&&(t.alpha=this.valpha),t},round(t){return t=Math.max(t||0,0),new l([...this.color.map(c(t)),this.valpha],this.model)},alpha(t){return void 0!==t?new l([...this.color,Math.max(0,Math.min(1,t))],this.model):this.valpha},red:d("rgb",0,u(255)),green:d("rgb",1,u(255)),blue:d("rgb",2,u(255)),hue:d(["hsl","hsv","hsl","hwb","hcg"],0,(t=>(t%360+360)%360)),saturationl:d("hsl",1,u(100)),lightness:d("hsl",2,u(100)),saturationv:d("hsv",1,u(100)),value:d("hsv",2,u(100)),chroma:d("hcg",1,u(100)),gray:d("hcg",2,u(100)),white:d("hwb",1,u(100)),wblack:d("hwb",2,u(100)),cyan:d("cmyk",0,u(100)),magenta:d("cmyk",1,u(100)),yellow:d("cmyk",2,u(100)),black:d("cmyk",3,u(100)),x:d("xyz",0,u(95.047)),y:d("xyz",1,u(100)),z:d("xyz",2,u(108.833)),l:d("lab",0,u(100)),a:d("lab",1),b:d("lab",2),keyword(t){return void 0!==t?new l(t):o[this.model].keyword(this.color)},hex(t){return void 0!==t?new l(t):n.to.hex(this.rgb().round().color)},hexa(t){if(void 0!==t)return new l(t);const e=this.rgb().round().color;let r=Math.round(255*this.valpha).toString(16).toUpperCase();return 1===r.length&&(r="0"+r),n.to.hex(e)+r},rgbNumber(){const t=this.rgb().color;return(255&t[0])<<16|(255&t[1])<<8|255&t[2]},luminosity(){const t=this.rgb().color,e=[];for(const[r,n]of t.entries()){const t=n/255;e[r]=t<=.04045?t/12.92:((t+.055)/1.055)**2.4}return.2126*e[0]+.7152*e[1]+.0722*e[2]},contrast(t){const e=this.luminosity(),r=t.luminosity();return e>r?(e+.05)/(r+.05):(r+.05)/(e+.05)},level(t){const e=this.contrast(t);return e>=7?"AAA":e>=4.5?"AA":""},isDark(){const t=this.rgb().color;return(2126*t[0]+7152*t[1]+722*t[2])/1e4<128},isLight(){return!this.isDark()},negate(){const t=this.rgb();for(let e=0;e<3;e++)t.color[e]=255-t.color[e];return t},lighten(t){const e=this.hsl();return e.color[2]+=e.color[2]*t,e},darken(t){const e=this.hsl();return e.color[2]-=e.color[2]*t,e},saturate(t){const e=this.hsl();return e.color[1]+=e.color[1]*t,e},desaturate(t){const e=this.hsl();return e.color[1]-=e.color[1]*t,e},whiten(t){const e=this.hwb();return e.color[1]+=e.color[1]*t,e},blacken(t){const e=this.hwb();return e.color[2]+=e.color[2]*t,e},grayscale(){const t=this.rgb().color,e=.3*t[0]+.59*t[1]+.11*t[2];return l.rgb(e,e,e)},fade(t){return this.alpha(this.valpha-this.valpha*t)},opaquer(t){return this.alpha(this.valpha+this.valpha*t)},rotate(t){const e=this.hsl();let r=e.color[0];return r=(r+t)%360,r=r<0?360+r:r,e.color[0]=r,e},mix(t,e){if(!t||!t.rgb)throw new Error('Argument to "mix" was not a Color instance, but rather an instance of '+typeof t);const r=t.rgb(),n=this.rgb(),o=void 0===e?.5:e,i=2*o-1,a=r.alpha()-n.alpha(),s=((i*a==-1?i:(i+a)/(1+i*a))+1)/2,c=1-s;return l.rgb(s*r.red()+c*n.red(),s*r.green()+c*n.green(),s*r.blue()+c*n.blue(),r.alpha()*o+n.alpha()*(1-o))}};for(const t of Object.keys(o)){if(i.includes(t))continue;const{channels:e}=o[t];l.prototype[t]=function(...e){return this.model===t?new l(this):e.length>0?new l(e,t):new l([...(r=o[this.model][t].raw(this.color),Array.isArray(r)?r:[r]),this.valpha],t);var r},l[t]=function(...r){let n=r[0];return"number"==typeof n&&(n=p(r,e)),new l(n,t)}}function c(t){return function(e){return function(t,e){return Number(t.toFixed(e))}(e,t)}}function d(t,e,r){t=Array.isArray(t)?t:[t];for(const n of t)(s[n]||(s[n]=[]))[e]=r;return t=t[0],function(n){let o;return void 0!==n?(r&&(n=r(n)),o=this[t](),o.color[e]=n,o):(o=this[t]().color[e],r&&(o=r(o)),o)}}function u(t){return function(e){return Math.max(0,Math.min(t,e))}}function p(t,e){for(let r=0;r<e;r++)"number"!=typeof t[r]&&(t[r]=0);return t}t.exports=l},5171:t=>{t.exports=function(t){return!(!t||"string"==typeof t)&&(t instanceof Array||Array.isArray(t)||t.length>=0&&(t.splice instanceof Function||Object.getOwnPropertyDescriptor(t,t.length-1)&&"String"!==t.constructor.name))}},2378:(t,e,r)=>{t=r.nmd(t);var n="__lodash_hash_undefined__",o=9007199254740991,i="[object Arguments]",a="[object AsyncFunction]",s="[object Function]",l="[object GeneratorFunction]",c="[object Null]",d="[object Object]",u="[object Proxy]",p="[object Undefined]",h=/^\[object .+?Constructor\]$/,m=/^(?:0|[1-9]\d*)$/,f={};f["[object Float32Array]"]=f["[object Float64Array]"]=f["[object Int8Array]"]=f["[object Int16Array]"]=f["[object Int32Array]"]=f["[object Uint8Array]"]=f["[object Uint8ClampedArray]"]=f["[object Uint16Array]"]=f["[object Uint32Array]"]=!0,f[i]=f["[object Array]"]=f["[object ArrayBuffer]"]=f["[object Boolean]"]=f["[object DataView]"]=f["[object Date]"]=f["[object Error]"]=f[s]=f["[object Map]"]=f["[object Number]"]=f[d]=f["[object RegExp]"]=f["[object Set]"]=f["[object String]"]=f["[object WeakMap]"]=!1;var g,b,y,v="object"==typeof r.g&&r.g&&r.g.Object===Object&&r.g,x="object"==typeof self&&self&&self.Object===Object&&self,C=v||x||Function("return this")(),w=e&&!e.nodeType&&e,k=w&&t&&!t.nodeType&&t,A=k&&k.exports===w,E=A&&v.process,_=function(){try{return k&&k.require&&k.require("util").types||E&&E.binding&&E.binding("util")}catch(t){}}(),S=_&&_.isTypedArray,D=Array.prototype,T=Function.prototype,M=Object.prototype,F=C["__core-js_shared__"],L=T.toString,I=M.hasOwnProperty,z=(g=/[^.]+$/.exec(F&&F.keys&&F.keys.IE_PROTO||""))?"Symbol(src)_1."+g:"",O=M.toString,N=L.call(Object),B=RegExp("^"+L.call(I).replace(/[\\^$.*+?()[\]{}|]/g,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$"),q=A?C.Buffer:void 0,R=C.Symbol,V=C.Uint8Array,W=(q&&q.allocUnsafe,b=Object.getPrototypeOf,y=Object,function(t){return b(y(t))}),P=Object.create,$=M.propertyIsEnumerable,j=D.splice,H=R?R.toStringTag:void 0,U=function(){try{var t=pt(Object,"defineProperty");return t({},"",{}),t}catch(t){}}(),G=q?q.isBuffer:void 0,Z=Math.max,J=Date.now,Q=pt(C,"Map"),Y=pt(Object,"create"),K=function(){function t(){}return function(e){if(!At(e))return{};if(P)return P(e);t.prototype=e;var r=new t;return t.prototype=void 0,r}}();function X(t){var e=-1,r=null==t?0:t.length;for(this.clear();++e<r;){var n=t[e];this.set(n[0],n[1])}}function tt(t){var e=-1,r=null==t?0:t.length;for(this.clear();++e<r;){var n=t[e];this.set(n[0],n[1])}}function et(t){var e=-1,r=null==t?0:t.length;for(this.clear();++e<r;){var n=t[e];this.set(n[0],n[1])}}function rt(t){var e=this.__data__=new tt(t);this.size=e.size}function nt(t,e,r){(void 0!==r&&!bt(t[e],r)||void 0===r&&!(e in t))&&at(t,e,r)}function ot(t,e,r){var n=t[e];I.call(t,e)&&bt(n,r)&&(void 0!==r||e in t)||at(t,e,r)}function it(t,e){for(var r=t.length;r--;)if(bt(t[r][0],e))return r;return-1}function at(t,e,r){"__proto__"==e&&U?U(t,e,{configurable:!0,enumerable:!0,value:r,writable:!0}):t[e]=r}X.prototype.clear=function(){this.__data__=Y?Y(null):{},this.size=0},X.prototype.delete=function(t){var e=this.has(t)&&delete this.__data__[t];return this.size-=e?1:0,e},X.prototype.get=function(t){var e=this.__data__;if(Y){var r=e[t];return r===n?void 0:r}return I.call(e,t)?e[t]:void 0},X.prototype.has=function(t){var e=this.__data__;return Y?void 0!==e[t]:I.call(e,t)},X.prototype.set=function(t,e){var r=this.__data__;return this.size+=this.has(t)?0:1,r[t]=Y&&void 0===e?n:e,this},tt.prototype.clear=function(){this.__data__=[],this.size=0},tt.prototype.delete=function(t){var e=this.__data__,r=it(e,t);return!(r<0||(r==e.length-1?e.pop():j.call(e,r,1),--this.size,0))},tt.prototype.get=function(t){var e=this.__data__,r=it(e,t);return r<0?void 0:e[r][1]},tt.prototype.has=function(t){return it(this.__data__,t)>-1},tt.prototype.set=function(t,e){var r=this.__data__,n=it(r,t);return n<0?(++this.size,r.push([t,e])):r[n][1]=e,this},et.prototype.clear=function(){this.size=0,this.__data__={hash:new X,map:new(Q||tt),string:new X}},et.prototype.delete=function(t){var e=ut(this,t).delete(t);return this.size-=e?1:0,e},et.prototype.get=function(t){return ut(this,t).get(t)},et.prototype.has=function(t){return ut(this,t).has(t)},et.prototype.set=function(t,e){var r=ut(this,t),n=r.size;return r.set(t,e),this.size+=r.size==n?0:1,this},rt.prototype.clear=function(){this.__data__=new tt,this.size=0},rt.prototype.delete=function(t){var e=this.__data__,r=e.delete(t);return this.size=e.size,r},rt.prototype.get=function(t){return this.__data__.get(t)},rt.prototype.has=function(t){return this.__data__.has(t)},rt.prototype.set=function(t,e){var r=this.__data__;if(r instanceof tt){var n=r.__data__;if(!Q||n.length<199)return n.push([t,e]),this.size=++r.size,this;r=this.__data__=new et(n)}return r.set(t,e),this.size=r.size,this};function st(t){return null==t?void 0===t?p:c:H&&H in Object(t)?function(t){var e=I.call(t,H),r=t[H];try{t[H]=void 0;var n=!0}catch(t){}var o=O.call(t);return n&&(e?t[H]=r:delete t[H]),o}(t):function(t){return O.call(t)}(t)}function lt(t){return Et(t)&&st(t)==i}function ct(t,e,r,n,o){t!==e&&function(t,e,r){for(var n=-1,o=Object(t),i=r(t),a=i.length;a--;){var s=i[++n];if(!1===e(o[s],s,o))break}}(e,(function(i,a){if(o||(o=new rt),At(i))!function(t,e,r,n,o,i,a){var s=ft(t,r),l=ft(e,r),c=a.get(l);if(c)nt(t,r,c);else{var u,p,h,m,f,g=i?i(s,l,r+"",t,e,a):void 0,b=void 0===g;if(b){var y=vt(l),v=!y&&Ct(l),x=!y&&!v&&_t(l);g=l,y||v||x?vt(s)?g=s:Et(f=s)&&xt(f)?g=function(t,e){var r=-1,n=t.length;for(e||(e=Array(n));++r<n;)e[r]=t[r];return e}(s):v?(b=!1,g=function(t,e){return t.slice()}(l)):x?(b=!1,m=new(h=(u=l).buffer).constructor(h.byteLength),new V(m).set(new V(h)),p=m,g=new u.constructor(p,u.byteOffset,u.length)):g=[]:function(t){if(!Et(t)||st(t)!=d)return!1;var e=W(t);if(null===e)return!0;var r=I.call(e,"constructor")&&e.constructor;return"function"==typeof r&&r instanceof r&&L.call(r)==N}(l)||yt(l)?(g=s,yt(s)?g=function(t){return function(t,e,r,n){var o=!r;r||(r={});for(var i=-1,a=e.length;++i<a;){var s=e[i],l=void 0;void 0===l&&(l=t[s]),o?at(r,s,l):ot(r,s,l)}return r}(t,St(t))}(s):At(s)&&!wt(s)||(g=function(t){return"function"!=typeof t.constructor||mt(t)?{}:K(W(t))}(l))):b=!1}b&&(a.set(l,g),o(g,l,n,i,a),a.delete(l)),nt(t,r,g)}}(t,e,a,r,ct,n,o);else{var s=n?n(ft(t,a),i,a+"",t,e,o):void 0;void 0===s&&(s=i),nt(t,a,s)}}),St)}var dt=U?function(t,e){return U(t,"toString",{configurable:!0,enumerable:!1,value:(r=e,function(){return r}),writable:!0});var r}:Mt;function ut(t,e){var r,n,o=t.__data__;return("string"==(n=typeof(r=e))||"number"==n||"symbol"==n||"boolean"==n?"__proto__"!==r:null===r)?o["string"==typeof e?"string":"hash"]:o.map}function pt(t,e){var r=function(t,e){return null==t?void 0:t[e]}(t,e);return function(t){return!(!At(t)||function(t){return!!z&&z in t}(t))&&(wt(t)?B:h).test(function(t){if(null!=t){try{return L.call(t)}catch(t){}try{return t+""}catch(t){}}return""}(t))}(r)?r:void 0}function ht(t,e){var r=typeof t;return!!(e=null==e?o:e)&&("number"==r||"symbol"!=r&&m.test(t))&&t>-1&&t%1==0&&t<e}function mt(t){var e=t&&t.constructor;return t===("function"==typeof e&&e.prototype||M)}function ft(t,e){if(("constructor"!==e||"function"!=typeof t[e])&&"__proto__"!=e)return t[e]}var gt=function(t){var e=0,r=0;return function(){var n=J(),o=16-(n-r);if(r=n,o>0){if(++e>=800)return arguments[0]}else e=0;return t.apply(void 0,arguments)}}(dt);function bt(t,e){return t===e||t!=t&&e!=e}var yt=lt(function(){return arguments}())?lt:function(t){return Et(t)&&I.call(t,"callee")&&!$.call(t,"callee")},vt=Array.isArray;function xt(t){return null!=t&&kt(t.length)&&!wt(t)}var Ct=G||function(){return!1};function wt(t){if(!At(t))return!1;var e=st(t);return e==s||e==l||e==a||e==u}function kt(t){return"number"==typeof t&&t>-1&&t%1==0&&t<=o}function At(t){var e=typeof t;return null!=t&&("object"==e||"function"==e)}function Et(t){return null!=t&&"object"==typeof t}var _t=S?function(t){return function(e){return t(e)}}(S):function(t){return Et(t)&&kt(t.length)&&!!f[st(t)]};function St(t){return xt(t)?function(t,e){var r=vt(t),n=!r&&yt(t),o=!r&&!n&&Ct(t),i=!r&&!n&&!o&&_t(t),a=r||n||o||i,s=a?function(t,e){for(var r=-1,n=Array(t);++r<t;)n[r]=e(r);return n}(t.length,String):[],l=s.length;for(var c in t)!e&&!I.call(t,c)||a&&("length"==c||o&&("offset"==c||"parent"==c)||i&&("buffer"==c||"byteLength"==c||"byteOffset"==c)||ht(c,l))||s.push(c);return s}(t,!0):function(t){if(!At(t))return function(t){var e=[];if(null!=t)for(var r in Object(t))e.push(r);return e}(t);var e=mt(t),r=[];for(var n in t)("constructor"!=n||!e&&I.call(t,n))&&r.push(n);return r}(t)}var Dt,Tt=(Dt=function(t,e,r){ct(t,e,r)},function(t,e){return gt(function(t,e,r){return e=Z(void 0===e?t.length-1:e,0),function(){for(var n=arguments,o=-1,i=Z(n.length-e,0),a=Array(i);++o<i;)a[o]=n[e+o];o=-1;for(var s=Array(e+1);++o<e;)s[o]=n[o];return s[e]=r(a),function(t,e,r){switch(r.length){case 0:return t.call(e);case 1:return t.call(e,r[0]);case 2:return t.call(e,r[0],r[1]);case 3:return t.call(e,r[0],r[1],r[2])}return t.apply(e,r)}(t,this,s)}}(t,e,Mt),t+"")}((function(t,e){var r=-1,n=e.length,o=n>1?e[n-1]:void 0,i=n>2?e[2]:void 0;for(o=Dt.length>3&&"function"==typeof o?(n--,o):void 0,i&&function(t,e,r){if(!At(r))return!1;var n=typeof e;return!!("number"==n?xt(r)&&ht(e,r.length):"string"==n&&e in r)&&bt(r[e],t)}(e[0],e[1],i)&&(o=n<3?void 0:o,n=1),t=Object(t);++r<n;){var a=e[r];a&&Dt(t,a,r)}return t})));function Mt(t){return t}t.exports=Tt},6851:(t,e,r)=>{"use strict";var n=r(5171),o=Array.prototype.concat,i=Array.prototype.slice,a=t.exports=function(t){for(var e=[],r=0,a=t.length;r<a;r++){var s=t[r];n(s)?e=o.call(e,i.call(s)):e.push(s)}return e};a.wrap=function(t){return function(){return t(a(arguments))}}},1747:t=>{t.exports="data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAxNCAxOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4gPHBhdGggZD0iTTEgMTZDMSAxNy4xIDEuOSAxOCAzIDE4SDExQzEyLjEgMTggMTMgMTcuMSAxMyAxNlY0SDFWMTZaTTMgNkgxMVYxNkgzVjZaTTEwLjUgMUw5LjUgMEg0LjVMMy41IDFIMFYzSDE0VjFIMTAuNVoiIGZpbGw9ImN1cnJlbnRjb2xvciIvPiA8L3N2Zz4g"},8152:t=>{t.exports="data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUiIGhlaWdodD0iMTUiIHZpZXdCb3g9IjAgMCAxNSAxNSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4gPHBhdGggZD0iTTEwLjAwMDIgMC45OTIxNDlDMTAuMDAwMiAxLjAxNjE1IDEwLjAwMDIgMS4wMTYxNSAxMC4wMDAyIDEuMDE2MTVMOC4yMjQxOSAzLjAwODE1SDIuOTkyMTlDMi40NjQxOSAzLjAwODE1IDIuMDA4MTkgMy40NDAxNSAyLjAwODE5IDMuOTkyMTVWMTIuMDA4MkMyLjAwODE5IDEyLjUzNjIgMi40NDAxOSAxMi45OTIyIDIuOTkyMTkgMTIuOTkyMkg1LjUzNjE5QzUuODQ4MTkgMTMuMDQwMiA2LjE2MDE5IDEzLjA0MDIgNi40NzIxOSAxMi45OTIySDExLjAwODJDMTEuNTM2MiAxMi45OTIyIDExLjk5MjIgMTIuNTYwMiAxMS45OTIyIDEyLjAwODJWNy43ODQxNkwxMy45MzYyIDUuNjI0MTVMMTQuMDA4MiA1LjY3MjE1VjExLjk4NDJDMTQuMDA4MiAxMy42NjQyIDEyLjY2NDIgMTUuMDA4MiAxMS4wMDgyIDE1LjAwODJIMy4wMTYxOUMxLjMzNjE5IDE1LjAwODIgLTAuMDA3ODEyNSAxMy42NjQyIC0wLjAwNzgxMjUgMTEuOTg0MlYzLjk5MjE1Qy0wLjAwNzgxMjUgMi4zMzYxNSAxLjMzNjE5IDAuOTkyMTQ5IDMuMDE2MTkgMC45OTIxNDlIMTAuMDAwMlpNMTEuMjcyMiAyLjYyNDE1TDEyLjYxNjIgNC4xMTIxNUw3LjcyMDE5IDkuNjgwMTZDNy41MDQxOSA5LjkyMDE2IDYuODMyMTkgMTAuMjMyMiA1LjY4MDE5IDEwLjYxNjJDNS42NTYxOSAxMC42NDAyIDUuNjA4MTkgMTAuNjQwMiA1LjU2MDE5IDEwLjYxNjJDNS40NjQxOSAxMC41OTIyIDUuMzkyMTkgMTAuNDcyMiA1LjQ0MDE5IDEwLjM3NjJDNS43NTIxOSA5LjI0ODE2IDYuMDQwMTkgOC41NTIxNiA2LjI1NjE5IDguMzEyMTZMMTEuMjcyMiAyLjYyNDE1Wk0xMS45MjAyIDEuODU2MTVMMTMuMjg4MiAwLjMyMDE0OUMxMy42NDgyIC0wLjA4Nzg1MTYgMTQuMjcyMiAtMC4xMTE4NTIgMTQuNjgwMiAwLjI3MjE0OUMxNS4wODgyIDAuNjMyMTQ5IDE1LjExMjIgMS4yODAxNSAxNC43NTIyIDEuNjg4MTVMMTMuMjY0MiAzLjM2ODE1TDExLjkyMDIgMS44NTYxNVoiIGZpbGw9ImN1cnJlbnRjb2xvciIvPiA8L3N2Zz4g"},853:t=>{t.exports="data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4gPHBhdGggZD0iTTggMEMzLjYgMCAwIDMuNiAwIDhDMCAxMi40IDMuNiAxNiA4IDE2QzEyLjQgMTYgMTYgMTIuNCAxNiA4QzE2IDMuNiAxMi40IDAgOCAwWk03LjEgMTEuN0wyLjkgNy42TDQuMyA2LjJMNyA4LjlMMTIgNEwxMy40IDUuNEw3LjEgMTEuN1oiIGZpbGw9IiM0Q0FGNTAiLz4gPC9zdmc+IA=="}},e={};function r(n){var o=e[n];if(void 0!==o)return o.exports;var i=e[n]={id:n,loaded:!1,exports:{}};return t[n](i,i.exports,r),i.loaded=!0,i.exports}r.n=t=>{var e=t&&t.__esModule?()=>t.default:()=>t;return r.d(e,{a:e}),e},r.d=(t,e)=>{for(var n in e)r.o(e,n)&&!r.o(t,n)&&Object.defineProperty(t,n,{enumerable:!0,get:e[n]})},r.g=function(){if("object"==typeof globalThis)return globalThis;try{return this||new Function("return this")()}catch(t){if("object"==typeof window)return window}}(),r.o=(t,e)=>Object.prototype.hasOwnProperty.call(t,e),r.r=t=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})},r.nmd=t=>(t.paths=[],t.children||(t.children=[]),t);var n={};return(()=>{"use strict";r.r(n),r.d(n,{darkTheme:()=>qp,defaultTheme:()=>Bp,themeToStyle:()=>yt});var t={};r.r(t),r.d(t,{default:()=>Ae,vars:()=>Ee});var e={};r.r(e),r.d(e,{default:()=>tr,refs:()=>Ke,vars:()=>Xe});var o={};r.r(o),r.d(o,{default:()=>nr,textField:()=>rr,vars:()=>er});var i={};r.r(i),r.d(i,{default:()=>yr,vars:()=>br});var a={};r.r(a),r.d(a,{default:()=>wr,vars:()=>Cr});var s={};r.r(s),r.d(s,{default:()=>_r,vars:()=>Er});var l={};r.r(l),r.d(l,{default:()=>qr,vars:()=>Br});var c={};r.r(c),r.d(c,{default:()=>en,vars:()=>Xr});var d={};r.r(d),r.d(d,{default:()=>gn,vars:()=>fn});var u={};r.r(u),r.d(u,{default:()=>_n,vars:()=>Sn});var p={};r.r(p),r.d(p,{default:()=>Mn,vars:()=>Tn});var h={};r.r(h),r.d(h,{default:()=>Ln,vars:()=>Fn});var m={};r.r(m),r.d(m,{default:()=>zn,vars:()=>In});var f={};r.r(f),r.d(f,{default:()=>Vn,vars:()=>Rn});var g={};r.r(g),r.d(g,{decode:()=>$n,encode:()=>Un,format:()=>Gn,parse:()=>ao});var b={};r.r(b),r.d(b,{Any:()=>co,Cc:()=>uo,Cf:()=>po,P:()=>so,S:()=>lo,Z:()=>ho});var y={};r.r(y),r.d(y,{arrayReplaceAt:()=>Ro,assign:()=>qo,escapeHtml:()=>Yo,escapeRE:()=>Xo,fromCodePoint:()=>Wo,has:()=>Bo,isMdAsciiPunct:()=>ni,isPunctChar:()=>ri,isSpace:()=>ti,isString:()=>Oo,isValidEntityCode:()=>Vo,isWhiteSpace:()=>ei,lib:()=>ii,normalizeReference:()=>oi,unescapeAll:()=>Uo,unescapeMd:()=>Ho});var v={};r.r(v),r.d(v,{parseLinkDestination:()=>si,parseLinkLabel:()=>ai,parseLinkTitle:()=>li});var x={};r.r(x),r.d(x,{default:()=>ps,vars:()=>us});var C={};r.r(C),r.d(C,{default:()=>fs,vars:()=>ms});var w={};r.r(w),r.d(w,{default:()=>Ts,vars:()=>Ms});var k={};r.r(k),r.d(k,{default:()=>Gs,vars:()=>Us});var A={};r.r(A),r.d(A,{default:()=>el,vars:()=>tl});var E={};r.r(E),r.d(E,{default:()=>sl,vars:()=>ll});var _={};r.r(_),r.d(_,{comboBox:()=>kl,default:()=>Al,vars:()=>wl});var S={};r.r(S),r.d(S,{default:()=>Tl,vars:()=>Dl});var D={};r.r(D),r.d(D,{default:()=>Ul,vars:()=>Hl});var T={};r.r(T),r.d(T,{default:()=>ic,vars:()=>oc});var M={};r.r(M),r.d(M,{default:()=>Mc,vars:()=>Tc});var F={};r.r(F),r.d(F,{default:()=>Pc,vars:()=>Wc});var L={};r.r(L),r.d(L,{default:()=>Zc,vars:()=>Gc});var I={};r.r(I),r.d(I,{default:()=>ud,vars:()=>dd});var z={};r.r(z),r.d(z,{default:()=>gd,vars:()=>fd});var O={};r.r(O),r.d(O,{default:()=>Cd,vars:()=>wd});var N={};r.r(N),r.d(N,{default:()=>Rd,grid:()=>qd,vars:()=>Bd});var B={};r.r(B),r.d(B,{default:()=>Ud,vars:()=>jd});var q={};r.r(q),r.d(q,{default:()=>pu,multiSelectComboBox:()=>uu,vars:()=>du});var R={};r.r(R),r.d(R,{default:()=>yu,vars:()=>bu});var V={};r.r(V),r.d(V,{default:()=>Su,vars:()=>Du});var W={};r.r(W),r.d(W,{default:()=>Hu,mappingsField:()=>ju,vars:()=>$u});var P={};r.r(P),r.d(P,{default:()=>lp,vars:()=>sp});var $={};r.r($),r.d($,{default:()=>wp,vars:()=>Cp});var j={};r.r(j),r.d(j,{default:()=>Tp,samlGroupMappings:()=>Dp,vars:()=>Sp});var H={};r.r(H),r.d(H,{default:()=>Lp,vars:()=>Fp});var U={};r.r(U),r.d(U,{default:()=>zp,vars:()=>Ip});var G=r(2378),Z=r.n(G);const J="descope",Q="host",Y=t=>t.replace(/([a-z])([A-Z])/g,"$1-$2").replace(/[\s_.]+/g,"-").toLowerCase(),K=(...t)=>Y(t.filter((t=>!!t)).join("-")),X=(...t)=>e=>t.reduceRight(((t,e)=>e(t)),e),tt=t=>"function"==typeof t,et=(t,e,{excludeAttrs:r=[],includeAttrs:n=[]})=>{const o=Array.from(t.attributes).filter((t=>!r.includes(t.name)&&(!n.length||n.includes(t.name)))).map((t=>t.name));e(o),new MutationObserver((t=>{t.forEach((t=>{"attributes"!==t.type||r.includes(t.attributeName)||n.length&&!n.includes(t.attributeName)||e([t.attributeName])}))})).observe(t,{attributes:!0})},rt=(t,e)=>{e({addedNodes:Array.from(t.children),removedNodes:[]}),new MutationObserver((t=>{t.forEach((t=>{"childList"!==t.type&&"characterData"!==t.type||e(t)}))})).observe(t,{childList:!0,characterData:!0,subtree:!0})},nt=(t,e,r={})=>n=>{n.forEach((n=>{const o=r[n]||n,i=t.getAttribute(n);null!==i?e.getAttribute(o)!==i&&e.setAttribute(o,i):e.removeAttribute(o)}))},ot=(t,e,r)=>{et(t,nt(t,e),r),et(e,nt(e,t),r)},it=t=>K(J,t),at=(...t)=>`--${K(...t)}`,st=(t,e,r={})=>{et(t,nt(t,e,r.mapAttrs),r)},lt=(t,e,r=[])=>{if(!r.length)return;const n=r.reduce(((e,r)=>Object.assign(e,{[r]:{get:()=>t[r],set(e){t[r]=e}}})),{});Object.defineProperties(e,n)},ct=new class{static mountOnPropName="DescopeThemeManager";#t={};#e="light";#r=new Set;#n(){this.#r.forEach((t=>t?.()))}get currentThemeName(){return this.#e}set currentThemeName(t){this.#e=t,this.#n()}get currentTheme(){return this.#t[this.currentThemeName]}onCurrentThemeChange(t){return this.#r.add(t),()=>{this.#r.delete(t)}}set themes(t){this.#t=t,this.#n()}get hasThemes(){return!!Object.keys(this.#t).length}},dt=t=>at(J,...t),ut=(t,e,r)=>{const n=Array.isArray(e)?e:e.match(/([^[.\]])+/g);return n.reduce(((t,e,o)=>(void 0===t[e]&&(t[e]={}),o===n.length-1&&(t[e]=r),t[e])),t),t},pt=(t,e,r)=>Object.entries(t).reduce(((t,[n,o])=>o?.constructor!==Object?Z()(t,r(e.concat(n),o)):Z()(t,pt(o,[...e,n],r))),{}),ht=t=>{switch(!0){case Array.isArray(t):return t.map((t=>t.includes(" ")?`"${t}"`:t)).join(", ");case(t=>{try{return new URL(t),!0}catch(t){return!1}})(t):return`url(${t})`;default:return t}},mt=(t,e)=>pt(t,[],(t=>ut({},t,`var(${dt(e?[e,...t]:t)})`))),ft=(t,e="")=>{const r=Object.entries((t=>pt(t,[],((t,e)=>({[dt(t)]:ht(e)}))))(t)).reduce(((t,e)=>`${t}${e.join(":")};\n`),"");return e?`*[data-theme="${e}"] {${r}}`:r},gt=t=>Object.entries(t).reduce(((t,[e,r])=>`${t}${e} { \n${Object.entries(r).map((([t,e])=>`${t}: ${e}`)).join(";\n")} \n}\n\n`),""),bt=t=>{const e=(t=>pt(t,[],((t,e)=>{const[r,...n]=t,o=n.pop(),i=it(r);"undefined"===o&&console.warn(i,`theme value: "${e}" is mapped to an invalid property`);let a=Q;n[0]&&n[0].startsWith("@")&&(a=n.shift());const s=n.reduce(((t,e,r)=>{if(e.startsWith("_"))return`${t}[${Y(e.replace(/^_/,""))}="true"]`;const o=n[r+1];return"string"!=typeof o||o.startsWith("_")?(console.error("theme generator",`your theme structure is invalid, attribute "${e}" is followed by "${o}" which is not allowed`),t):`${t}[${Y(e)}="${n.splice(r+1,1).join("")}"]`}),"");return{[i]:{[a]:{[":host"+(s?`(${s})`:"")]:{[o]:ht(e)}}}}})))(t);return Object.keys(e).reduce(((t,r)=>{const n=e[r];return Object.assign(t,{[r]:Object.keys(n).reduce(((t,e)=>Object.assign(t,{[e]:gt(n[e])})),{})})}),{})},yt=({globals:t,components:e},r)=>({globals:ft(t,r),components:bt(e)}),vt=t=>`var(${t})`,xt=(t,e)=>{const r=pt(t,[],((t,r)=>{const n=[...t],o=n.splice(-1),i=at(e,o),a={[o]:i},s={[o]:vt(i)};return{theme:ut({},[...n,i],r),useVars:s,vars:a}}));return[r.theme,r.useVars,r.vars]};var Ct=r(6767),wt=r.n(Ct);const kt=.4,At=.25,Et=.1,_t=(t,e)=>t.darken(e).hex(),St=t=>{const e=t.isDark();return t.mix(wt()(e?"white":"black"),1).saturate(1).hex()},Dt=(t,e)=>t.lightness()<.5?t.lightness(100*e).hex():t.lighten(e).hex(),Tt=t=>t.luminosity()<.01,Mt=t=>t.luminosity()>.99,Ft=(t,e)=>"dark"===e?Mt(t)?_t(t,At):Dt(t,kt):Tt(t)?Dt(t,At):_t(t,kt),Lt=(t,e)=>"dark"===e?Tt(t)?Dt(t,At):_t(t,kt):Mt(t)?_t(t,At):Dt(t,kt),It=(t,e)=>"dark"===e?Tt(t)?Dt(t,Et):_t(t,.8):Mt(t)?_t(t,Et):Dt(t,.8),zt=(t,e)=>{const r=new(wt())(t.main||t);return{main:r.hex(),dark:t.dark||Ft(r,e),light:t.light||Lt(r,e),highlight:t.highlight||It(r,e),contrast:t.contrast||St(r)}},Ot=(t=>Object.keys(t).reduce(((e,r)=>{const n=t[r];return Object.assign(e,{[r]:zt(n)})}),{}))({surface:{main:"#ffffff",dark:"#636c74",light:"#cfd3d7",highlight:"#f4f5f6",contrast:"#181a1c"},primary:{main:"#006af5",dark:"#004094",light:"#71aeff",highlight:"#f0f6ff",contrast:"#ffffff"},secondary:{main:"#802ed6",dark:"#6410bc",light:"#be89f5",highlight:"#ede7f6",contrast:"#ffffff"},success:{main:"#008000",dark:"#005700",light:"#8bc38b",highlight:"#f5faf5",contrast:"#ffffff"},error:{main:"#e21d12",dark:"#b3170f",light:"#f4807a",highlight:"#fef1f1",contrast:"#ffffff"}}),Nt={font1:{family:["Roboto","ui-sans-serif","system-ui","-apple-system","BlinkMacSystemFont","Segoe UI","Helvetica Neue","Arial","Noto Sans","sans-serif","Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"],label:"Roboto",url:"https://fonts.googleapis.com/css?family=Roboto:100,200,300,400,500,600,700,800,900"},font2:{family:["ui-sans-serif","system-ui","-apple-system","BlinkMacSystemFont","Segoe UI","Roboto","Helvetica Neue","Arial","Noto Sans","sans-serif","Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"],label:"Sans Serif"}},Bt=mt({fonts:Nt}).fonts,qt={colors:Ot,typography:{h1:{font:Bt.font1.family,weight:"900",size:"48px"},h2:{font:Bt.font1.family,weight:"800",size:"38px"},h3:{font:Bt.font1.family,weight:"600",size:"28px"},subtitle1:{font:Bt.font2.family,weight:"500",size:"22px"},subtitle2:{font:Bt.font2.family,weight:"400",size:"20px"},body1:{font:Bt.font1.family,weight:"400",size:"16px"},body2:{font:Bt.font1.family,weight:"400",size:"14px"}},spacing:{xs:"2px",sm:"4px",md:"8px",lg:"16px",xl:"32px"},border:{xs:"1px",sm:"2px",md:"3px",lg:"4px",xl:"5px"},radius:{xs:"5px",sm:"10px",md:"15px",lg:"20px",xl:"25px","2xl":"30px","3xl":"35px"},shadow:{wide:{sm:"0 2px 3px -0.5px",md:"0 4px 6px -1px",lg:"0 10px 15px -3px",xl:"0 20px 25px -5px","2xl":"0 25px 50px -12px"},narrow:{sm:"0 1px 2px -1px",md:"0 2px 4px -2px",lg:"0 4px 6px -4px",xl:"0 8px 10px -6px","2xl":"0 16px 16px -8px"}},fonts:Nt,direction:"ltr"},Rt=qt;((t,e)=>{pt(t,[],(t=>ut({},t,dt(t))))})(qt);class Vt{constructor(){this.styleMap=new Map}add(t,e,r){this.styleMap.has(t)||this.styleMap.set(t,[]),this.styleMap.set(t,[...this.styleMap.get(t),{property:e,value:r}])}toString(){return Array.from(this.styleMap.entries()).reduce(((t,[e,r])=>`${t}${e} { \n${r.map((({property:t,value:e})=>`${t}: ${e}`)).join(";\n")} \n}\n\n`),"")}}const Wt=(t,e)=>Object.keys(e).reduce(((e,r)=>Object.assign(e,{[r]:at(t,r)})),{}),Pt=({mappings:t={},componentNameOverride:e=""})=>r=>{const n=e||r.componentName;return class extends r{static get cssVarList(){return{...r.cssVarList,...Wt(n,{...t})}}#o;#i;#a;#s;#l;#c;#d;#u;#p;constructor({getRootElement:e,componentNameSuffix:r="",themeSection:n=Q,baseSelector:o}={}){super(),this.#s=r,this.#l=n,this.#d=o??this.baseSelector,this.#p=e,this.#u=Object.keys(t).map((t=>K("st",r,t)))}get#h(){return ct.currentTheme?.[n]||""}#m(){this.#i.innerHTML=this.#h[this.#l]}#f(){this.#i=document.createElement("style"),this.#i.id=`style-mixin-theme__${n}`,this.#c.prepend(this.#i),this.#a=ct.onCurrentThemeChange(this.#m.bind(this)),this.#m()}#g(){if(this.#u.length){this.#o=document.createElement("style"),this.#o.id=`style-mixin-overrides__${n}`;const e=(t=n,Array(3).fill(`.${t}`).join(""));this.#o.innerText=`:host(${e}) {}`,this.#c.append(this.#o)}var t}#b(t,e){const r=this.#o?.sheet?.cssRules[0].style;if(!r)return;const o=at(n,t.replace(new RegExp("^st-"),""));e?r?.setProperty(o,e):(r?.removeProperty(o),this.removeAttribute(t))}#y(t=[]){let e=!1;t.forEach((t=>{this.#u.includes(t)&&(this.#b(t,this.getAttribute(t)),e=!0)})),e&&(this.#o.innerHTML=this.#o?.sheet?.cssRules[0].cssText)}#v(){if(Object.keys(t).length){const e=document.createElement("style");e.id=`style-mixin-mappings__${n}`,e.innerHTML=((t,e,r)=>{const n=new Vt;return Object.keys(r).forEach((o=>{const i=((t,e)=>{const r={selector:"",property:Y(t)};return e&&Object.keys(e).length?Array.isArray(e)?e.map((t=>({...r,...t}))):[{...r,...e}]:[r]})(o,r[o]),a=at(t,o);i.forEach((({selector:t,property:r,important:o,fallback:i})=>{n.add(((t="",e="")=>tt(e)?e(t):`${t}${/^[A-Za-z]/.test(e)?` ${e}`:e}`)(e,t),tt(r)?r():r,((t,e)=>`var(${t}${e?`, ${e}`:""})`)(a,i)+(o?"!important":""))}))})),n.toString()})(K(n,this.#s),this.#d,t),this.#c.prepend(e)}}#x(t){(this.#c.classList||this.#c.host.classList).add(t)}async init(){super.init?.(),this.shadowRoot.isConnected&&(this.#c=await(this.#p?.(this))||this.shadowRoot,this.#x(n),this.#v(),this.#f(),this.#g(),et(this,this.#y.bind(this),{}))}disconnectedCallback(){super.disconnectedCallback?.(),this.#a?.()}}},$t=t=>class extends t{#C=null;static get observedAttributes(){return[...t.observedAttributes||[],"draggable"]}constructor(){super(),this.#C=document.createElement("style"),this.#C.innerText="* { cursor: inherit!important }"}#w(t){t?this.shadowRoot.appendChild(this.#C):this.#C.remove()}get isDraggable(){return this.hasAttribute("draggable")&&"false"!==this.getAttribute("draggable")}init(){this.addEventListener("mousedown",(t=>{if(this.isDraggable){const e=this.baseElement.getAttribute("tabindex");this.baseElement.setAttribute("tabindex","-1");const r=()=>{e?this.baseElement.setAttribute("tabindex",e):this.baseElement.removeAttribute("tabindex"),t.target.removeEventListener("mouseup",r),t.target.removeEventListener("dragend",r)};t.target.addEventListener("mouseup",r,{once:!0}),t.target.addEventListener("dragend",r,{once:!0})}})),super.init?.()}attributeChangedCallback(t,e,r){super.attributeChangedCallback?.(t,e,r),"draggable"===t&&this.#w("true"===r)}},jt=t=>class extends t{#k(){const e=this.localName;if(!t.componentName)throw Error('component name is not defined on super class, make sure you have a static get for "componentName"');if(e!==t.componentName)throw Error(`component name mismatch, expected "${t.componentName}", current "${e}"`)}init(){super.init?.(),this.#k()}};function Ht(t,e={}){const r=new Event(t,e);this[`on${t}`]?.(r),this.dispatchEvent(r)}const Ut=t=>class extends t{#A=Ht.bind(this,"components-context");updateComponentsContext(t){this.dispatchEvent(new CustomEvent("components-context",{bubbles:!0,composed:!0,detail:t}))}},Gt=t=>class extends t{init(){super.init?.(),this.baseElement.addEventListener("mouseover",(t=>{this.setAttribute("hover","true"),t.target.addEventListener("mouseleave",(()=>this.removeAttribute("hover")),{once:!0})}))}},Zt=["readonly","focused","invalid","has-label","required","disabled","checked","has-helper","has-value","step-buttons-visible","hover","has-error-message","focus-ring","opened","active","password-visible","opening","closing","has-no-options"],Jt=t=>class extends t{init(){super.init?.(),et(this,(t=>t.forEach((t=>{const e=this.getAttribute(t);(t=>Zt.includes(t))(t)?""===e?this.setAttribute(t,"true"):"false"===e&&this.removeAttribute(t):e||console.debug(`attribute "${t}" has no value, should it be added to the boolean attributes list?`)}))),{})}},Qt=({componentName:t,baseSelector:e=""})=>{class r extends HTMLElement{static get componentName(){return t}#E;#_=!0;get baseSelector(){return e}get baseElement(){return this.#E??=this.baseSelector?this.rootElement.querySelector(this.baseSelector):this,this.#E||console.warn("missing base element for component",this.localName),this.#E}get rootElement(){return this.shadowRoot||this}get name(){return this.getAttribute("name")}connectedCallback(){super.connectedCallback?.(),this.rootElement.isConnected&&this.#_&&(this.#_=!1,this.init?.())}}return X(jt,Gt,Jt,Ut)(r)},Yt=({componentName:t,wrappedEleName:e,slots:r=[],style:n,excludeAttrsSync:o=[],includeAttrsSync:i=[],includeForwardProps:a=[],delegatesFocus:s=!0})=>{class l extends(Qt({componentName:t,baseSelector:e})){#S=Ht.bind(this,"blur");#D=Ht.bind(this,"focus");constructor(){super().attachShadow({mode:"open",delegatesFocus:s}).innerHTML=`\n\t\t\t<style id="create-proxy">${tt(n)?n():n}</style>\n\t\t\t<${e}>\n\t\t\t${r.map((t=>`<slot ${t?`name="${t}" slot="${t}"`:""} ></slot>`)).join("")}\n\t\t\t</${e}>\n\t\t`}init(){super.init?.(),this.baseElement.addEventListener("blur",(t=>{this.#S()})),this.baseElement.addEventListener("focus",(t=>{this.#D()})),lt(this.baseElement,this,a),ot(this.baseElement,this,{excludeAttrs:o,includeAttrs:i})}}return l};!function(){const t=new WeakMap,e=new WeakMap,r=new WeakMap,n=new WeakMap,o=new WeakMap,i=new WeakMap,a=new WeakMap,s=new WeakMap,l=new WeakMap,c=new WeakMap,d=new WeakMap,u=new WeakMap,p=new WeakMap,h=new WeakMap,m=new WeakMap,f={ariaAtomic:"aria-atomic",ariaAutoComplete:"aria-autocomplete",ariaBusy:"aria-busy",ariaChecked:"aria-checked",ariaColCount:"aria-colcount",ariaColIndex:"aria-colindex",ariaColIndexText:"aria-colindextext",ariaColSpan:"aria-colspan",ariaCurrent:"aria-current",ariaDisabled:"aria-disabled",ariaExpanded:"aria-expanded",ariaHasPopup:"aria-haspopup",ariaHidden:"aria-hidden",ariaInvalid:"aria-invalid",ariaKeyShortcuts:"aria-keyshortcuts",ariaLabel:"aria-label",ariaLevel:"aria-level",ariaLive:"aria-live",ariaModal:"aria-modal",ariaMultiLine:"aria-multiline",ariaMultiSelectable:"aria-multiselectable",ariaOrientation:"aria-orientation",ariaPlaceholder:"aria-placeholder",ariaPosInSet:"aria-posinset",ariaPressed:"aria-pressed",ariaReadOnly:"aria-readonly",ariaRelevant:"aria-relevant",ariaRequired:"aria-required",ariaRoleDescription:"aria-roledescription",ariaRowCount:"aria-rowcount",ariaRowIndex:"aria-rowindex",ariaRowIndexText:"aria-rowindextext",ariaRowSpan:"aria-rowspan",ariaSelected:"aria-selected",ariaSetSize:"aria-setsize",ariaSort:"aria-sort",ariaValueMax:"aria-valuemax",ariaValueMin:"aria-valuemin",ariaValueNow:"aria-valuenow",ariaValueText:"aria-valuetext",role:"role"};function g(t){const e=n.get(t),{form:r}=e;F(t,r,e),_(t,e.labels)}const b=(t,e=!1)=>{const r=document.createTreeWalker(t,NodeFilter.SHOW_ELEMENT,{acceptNode:t=>n.has(t)?NodeFilter.FILTER_ACCEPT:NodeFilter.FILTER_SKIP});let o=r.nextNode();const i=!e||t.disabled;for(;o;)o.formDisabledCallback&&i&&k(o,t.disabled),o=r.nextNode()},y={attributes:!0,attributeFilter:["disabled","name"]},v=N()?new MutationObserver((t=>{for(const e of t){const t=e.target;if("disabled"===e.attributeName&&(t.constructor.formAssociated?k(t,t.hasAttribute("disabled")):"fieldset"===t.localName&&b(t)),"name"===e.attributeName&&t.constructor.formAssociated){const e=n.get(t),r=l.get(t);e.setFormValue(r)}}})):{};function x(t){t.forEach((t=>{const{addedNodes:e,removedNodes:o}=t,i=Array.from(e),l=Array.from(o);i.forEach((t=>{if(n.has(t)&&t.constructor.formAssociated&&g(t),c.has(t)){const e=c.get(t);Object.keys(f).filter((t=>null!==e[t])).forEach((r=>{t.setAttribute(f[r],e[r])})),c.delete(t)}if(m.has(t)){const e=m.get(t);t.setAttribute("internals-valid",e.validity.valid.toString()),t.setAttribute("internals-invalid",(!e.validity.valid).toString()),t.setAttribute("aria-invalid",(!e.validity.valid).toString()),m.delete(t)}if("form"===t.localName){const e=s.get(t),r=document.createTreeWalker(t,NodeFilter.SHOW_ELEMENT,{acceptNode:t=>!n.has(t)||!t.constructor.formAssociated||e&&e.has(t)?NodeFilter.FILTER_SKIP:NodeFilter.FILTER_ACCEPT});let o=r.nextNode();for(;o;)g(o),o=r.nextNode()}"fieldset"===t.localName&&(v.observe?.(t,y),b(t,!0))})),l.forEach((t=>{const e=n.get(t);e&&r.get(e)&&A(e),a.has(t)&&a.get(t).disconnect()}))}))}function C(t){t.forEach((t=>{const{removedNodes:e}=t;e.forEach((e=>{const r=p.get(t.target);n.has(e)&&O(e),r.disconnect()}))}))}!N()||new MutationObserver(x);const w={childList:!0,subtree:!0},k=(t,e)=>{t.toggleAttribute("internals-disabled",e),e?t.setAttribute("aria-disabled","true"):t.removeAttribute("aria-disabled"),t.formDisabledCallback&&t.formDisabledCallback.apply(t,[e])},A=t=>{r.get(t).forEach((t=>{t.remove()})),r.set(t,[])},E=(t,e)=>{const n=document.createElement("input");return n.type="hidden",n.name=t.getAttribute("name"),t.after(n),r.get(e).push(n),n},_=(t,e)=>{if(e.length){Array.from(e).forEach((e=>e.addEventListener("click",t.click.bind(t))));let r=e[0].id;e[0].id||(r=`${e[0].htmlFor}_Label`,e[0].id=r),t.setAttribute("aria-labelledby",r)}},S=t=>{const e=Array.from(t.elements).filter((t=>!t.tagName.includes("-")&&t.validity)).map((t=>t.validity.valid)),r=s.get(t)||[],o=[...e,...Array.from(r).filter((t=>t.isConnected)).map((t=>n.get(t).validity.valid))].includes(!1);t.toggleAttribute("internals-invalid",o),t.toggleAttribute("internals-valid",!o)},D=t=>{S(L(t.target))},T=t=>{S(L(t.target))},M=t=>{const e=s.get(t.target);e&&e.size&&e.forEach((t=>{t.constructor.formAssociated&&t.formResetCallback&&t.formResetCallback.apply(t)}))},F=(t,e,r)=>{if(e){const o=s.get(e);if(o)o.add(t);else{const r=new Set;r.add(t),s.set(e,r),(t=>{const e=["button[type=submit]","input[type=submit]","button:not([type])"].map((t=>`${t}:not([disabled])`)).map((e=>`${e}:not([form])${t.id?`,${e}[form='${t.id}']`:""}`)).join(",");t.addEventListener("click",(r=>{if(r.target.closest(e)){const e=s.get(t);if(t.noValidate)return;e.size&&Array.from(e).reverse().map((t=>n.get(t).reportValidity())).includes(!1)&&r.preventDefault()}}))})(e),e.addEventListener("reset",M),e.addEventListener("input",D),e.addEventListener("change",T)}i.set(e,{ref:t,internals:r}),t.constructor.formAssociated&&t.formAssociatedCallback&&setTimeout((()=>{t.formAssociatedCallback.apply(t,[e])}),0),S(e)}},L=t=>{let e=t.parentNode;return e&&"FORM"!==e.tagName&&(e=L(e)),e},I=(t,e,r=DOMException)=>{if(!t.constructor.formAssociated)throw new r(e)},z=(t,e,r)=>{const o=s.get(t);return o&&o.size&&o.forEach((t=>{n.get(t)[r]()||(e=!1)})),e},O=t=>{if(t.constructor.formAssociated){const e=n.get(t),{labels:r,form:o}=e;_(t,r),F(t,o,e)}};function N(){return"undefined"!=typeof MutationObserver}class B{constructor(){this.badInput=!1,this.customError=!1,this.patternMismatch=!1,this.rangeOverflow=!1,this.rangeUnderflow=!1,this.stepMismatch=!1,this.tooLong=!1,this.tooShort=!1,this.typeMismatch=!1,this.valid=!0,this.valueMissing=!1,Object.seal(this)}}const q=new WeakMap;function R(t,e){t.toggleAttribute(e,!0),t.part&&t.part.add(e)}class V extends Set{static get isPolyfilled(){return!0}constructor(t){if(super(),!t||!t.tagName||-1===t.tagName.indexOf("-"))throw new TypeError("Illegal constructor");q.set(this,t)}add(t){if(!/^--/.test(t)||"string"!=typeof t)throw new DOMException(`Failed to execute 'add' on 'CustomStateSet': The specified value ${t} must start with '--'.`);const e=super.add(t),r=q.get(this),n=`state${t}`;return r.isConnected?R(r,n):setTimeout((()=>{R(r,n)})),e}clear(){for(let[t]of this.entries())this.delete(t);super.clear()}delete(t){const e=super.delete(t),r=q.get(this);return r.isConnected?(r.toggleAttribute(`state${t}`,!1),r.part&&r.part.remove(`state${t}`)):setTimeout((()=>{r.toggleAttribute(`state${t}`,!1),r.part&&r.part.remove(`state${t}`)})),e}}function W(t,e,r,n){if("a"===r&&!n)throw new TypeError("Private accessor was defined without a getter");if("function"==typeof e?t!==e||!n:!e.has(t))throw new TypeError("Cannot read private member from an object whose class did not declare it");return"m"===r?n:"a"===r?n.call(t):n?n.value:e.get(t)}var P;class ${constructor(t){P.set(this,void 0),function(t,e,r,n,o){if("function"==typeof e||!e.has(t))throw new TypeError("Cannot write private member to an object whose class did not declare it");e.set(t,r)}(this,P,t);for(let e=0;e<t.length;e++){let r=t[e];this[e]=r,r.hasAttribute("name")&&(this[r.getAttribute("name")]=r)}Object.freeze(this)}get length(){return W(this,P,"f").length}[(P=new WeakMap,Symbol.iterator)](){return W(this,P,"f")[Symbol.iterator]()}item(t){return null==this[t]?null:this[t]}namedItem(t){return null==this[t]?null:this[t]}}class j{static get isPolyfilled(){return!0}constructor(o){if(!o||!o.tagName||-1===o.tagName.indexOf("-"))throw new TypeError("Illegal constructor");const i=o.getRootNode(),a=new B;this.states=new V(o),t.set(this,o),e.set(this,a),n.set(o,this),((t,e)=>{for(let r in f){e[r]=null;let n=null;const o=f[r];Object.defineProperty(e,r,{get:()=>n,set(r){n=r,t.isConnected?t.setAttribute(o,r):c.set(t,e)}})}})(o,this),((t,e)=>{r.set(e,[]),v.observe?.(t,y)})(o,this),Object.seal(this),i instanceof DocumentFragment&&(t=>{const e=new MutationObserver(C);e.observe?.(t,{childList:!0}),p.set(t,e)})(i)}checkValidity(){const r=t.get(this);if(I(r,"Failed to execute 'checkValidity' on 'ElementInternals': The target element is not a form-associated custom element."),!this.willValidate)return!0;const n=e.get(this);if(!n.valid){const t=new Event("invalid",{bubbles:!1,cancelable:!0,composed:!1});r.dispatchEvent(t)}return n.valid}get form(){const e=t.get(this);let r;return I(e,"Failed to read the 'form' property from 'ElementInternals': The target element is not a form-associated custom element."),!0===e.constructor.formAssociated&&(r=L(e)),r}get labels(){const e=t.get(this);I(e,"Failed to read the 'labels' property from 'ElementInternals': The target element is not a form-associated custom element.");const r=e.getAttribute("id"),n=e.getRootNode();return n&&r?n.querySelectorAll(`[for="${r}"]`):[]}reportValidity(){const e=t.get(this);if(I(e,"Failed to execute 'reportValidity' on 'ElementInternals': The target element is not a form-associated custom element."),!this.willValidate)return!0;const r=this.checkValidity(),n=u.get(this);if(n&&!e.constructor.formAssociated)throw new DOMException("Failed to execute 'reportValidity' on 'ElementInternals': The target element is not a form-associated custom element.");return!r&&n&&(e.focus(),n.focus()),r}setFormValue(e){const r=t.get(this);I(r,"Failed to execute 'setFormValue' on 'ElementInternals': The target element is not a form-associated custom element."),A(this),null==e||e instanceof FormData?null!=e&&e instanceof FormData&&Array.from(e).reverse().forEach((([t,e])=>{if("string"==typeof e){const n=E(r,this);n.name=t,n.value=e}})):r.getAttribute("name")&&(E(r,this).value=e),l.set(r,e)}setValidity(r,n,i){const a=t.get(this);if(I(a,"Failed to execute 'setValidity' on 'ElementInternals': The target element is not a form-associated custom element."),!r)throw new TypeError("Failed to execute 'setValidity' on 'ElementInternals': 1 argument required, but only 0 present.");u.set(this,i);const s=e.get(this),l={};for(const t in r)l[t]=r[t];var c;0===Object.keys(l).length&&((c=s).badInput=!1,c.customError=!1,c.patternMismatch=!1,c.rangeOverflow=!1,c.rangeUnderflow=!1,c.stepMismatch=!1,c.tooLong=!1,c.tooShort=!1,c.typeMismatch=!1,c.valid=!0,c.valueMissing=!1);const d={...s,...l};delete d.valid;const{valid:p}=((t,e,r)=>(t.valid=(t=>{let e=!0;for(let r in t)"valid"!==r&&!1!==t[r]&&(e=!1);return e})(e),Object.keys(e).forEach((r=>t[r]=e[r])),r&&S(r),t))(s,d,this.form);if(!p&&!n)throw new DOMException("Failed to execute 'setValidity' on 'ElementInternals': The second argument should not be empty if one or more flags in the first argument are true.");o.set(this,p?"":n),a.isConnected?(a.toggleAttribute("internals-invalid",!p),a.toggleAttribute("internals-valid",p),a.setAttribute("aria-invalid",`${!p}`)):m.set(a,this)}get shadowRoot(){const e=t.get(this);return d.get(e)||null}get validationMessage(){const e=t.get(this);return I(e,"Failed to read the 'validationMessage' property from 'ElementInternals': The target element is not a form-associated custom element."),o.get(this)}get validity(){const r=t.get(this);return I(r,"Failed to read the 'validity' property from 'ElementInternals': The target element is not a form-associated custom element."),e.get(this)}get willValidate(){const e=t.get(this);return I(e,"Failed to read the 'willValidate' property from 'ElementInternals': The target element is not a form-associated custom element."),!(e.disabled||e.hasAttribute("disabled")||e.hasAttribute("readonly"))}}if(function(){if("undefined"==typeof window||!window.ElementInternals||!HTMLElement.prototype.attachInternals)return!1;class t extends HTMLElement{constructor(){super(),this.internals=this.attachInternals()}}const e=`element-internals-feature-detection-${Math.random().toString(36).replace(/[^a-z]+/g,"")}`;customElements.define(e,t);const r=new t;return["shadowRoot","form","willValidate","validity","validationMessage","labels","setFormValue","setValidity","checkValidity","reportValidity"].every((t=>t in r.internals))}()){if("undefined"!=typeof window&&!window.CustomStateSet){window.CustomStateSet=V;const H=HTMLElement.prototype.attachInternals;HTMLElement.prototype.attachInternals=function(...t){const e=H.call(this,t);return e.states=new V(this),e}}}else{if("undefined"!=typeof window&&(window.ElementInternals=j),"undefined"!=typeof CustomElementRegistry){const U=CustomElementRegistry.prototype.define;CustomElementRegistry.prototype.define=function(t,e,r){if(e.formAssociated){const t=e.prototype.connectedCallback;e.prototype.connectedCallback=function(){h.has(this)||(h.set(this,!0),this.hasAttribute("disabled")&&k(this,!0)),null!=t&&t.apply(this),O(this)}}U.call(this,t,e,r)}}if("undefined"!=typeof HTMLElement&&(HTMLElement.prototype.attachInternals=function(){if(!this.tagName)return{};if(-1===this.tagName.indexOf("-"))throw new Error("Failed to execute 'attachInternals' on 'HTMLElement': Unable to attach ElementInternals to non-custom elements.");if(n.has(this))throw new DOMException("DOMException: Failed to execute 'attachInternals' on 'HTMLElement': ElementInternals for the specified element was already attached.");return new j(this)}),"undefined"!=typeof Element){function G(...t){const e=Z.apply(this,t);if(d.set(this,e),N()){const t=new MutationObserver(x);window.ShadyDOM?t.observe(this,w):t.observe(e,w),a.set(this,t)}return e}const Z=Element.prototype.attachShadow;Element.prototype.attachShadow=G}N()&&"undefined"!=typeof document&&new MutationObserver(x).observe(document.documentElement,w),"undefined"!=typeof HTMLFormElement&&function(){const t=HTMLFormElement.prototype.checkValidity;HTMLFormElement.prototype.checkValidity=function(...e){let r=t.apply(this,e);return z(this,r,"checkValidity")};const e=HTMLFormElement.prototype.reportValidity;HTMLFormElement.prototype.reportValidity=function(...t){let r=e.apply(this,t);return z(this,r,"reportValidity")};const{get:r}=Object.getOwnPropertyDescriptor(HTMLFormElement.prototype,"elements");Object.defineProperty(HTMLFormElement.prototype,"elements",{get(...t){const e=r.call(this,...t),n=Array.from(s.get(this)||[]);if(0===n.length)return e;const o=Array.from(e).concat(n).sort(((t,e)=>t.compareDocumentPosition?2&t.compareDocumentPosition(e)?1:-1:0));return new $(o)}})}(),"undefined"==typeof window||window.CustomStateSet||(window.CustomStateSet=V)}}();const Kt=["required","pattern"],Xt=t=>class extends t{static get observedAttributes(){return[...t.observedAttributes||[],...Kt]}static get formAssociated(){return!0}#T;get internals(){return this.#T}set internals(t){this.#T=t}constructor(){super(),this.#T=this.attachInternals()}get defaultErrorMsgValueMissing(){return"Please fill out this field."}get defaultErrorMsgPatternMismatch(){return"Please match the requested format."}get defaultErrorMsgTooShort(){return`Minimum length is ${this.getAttribute("minlength")}.`}get defaultErrorMsgTooLong(){return`Maximum length is ${this.getAttribute("maxlength")}. `}get defaultErrorMsgRangeUnderflow(){return`At least ${this.getAttribute("min-items-selection")} items are required.`}get defaultErrorMsgRangeOverflow(){return`At most ${this.getAttribute("max-items-selection")} items are allowed.`}getErrorMessage(t){const{valueMissing:e,patternMismatch:r,typeMismatch:n,stepMismatch:o,tooShort:i,tooLong:a,rangeOverflow:s,rangeUnderflow:l,badInput:c,customError:d}=t;switch(!0){case e:return this.getAttribute("data-errormessage-value-missing")||this.defaultErrorMsgValueMissing;case r||n||o||c:return this.getAttribute("data-errormessage-pattern-mismatch")||this.defaultErrorMsgPatternMismatch;case i:return this.getAttribute("data-errormessage-pattern-mismatch-too-short")||this.defaultErrorMsgTooShort;case a:return this.getAttribute("data-errormessage-pattern-mismatch-too-long")||this.defaultErrorMsgTooLong;case l:return this.defaultErrorMsgRangeUnderflow;case s:return this.defaultErrorMsgRangeOverflow;case d:return this.validationMessage;default:return""}}#M(){const t=this.isReadOnly?{}:this.getValidity();this.#T.setValidity(t,this.getErrorMessage(t),this.validationTarget)}get validationMessage(){return this.#T.validationMessage}getValidity(){console.warn("getValidity","is not implemented")}checkValidity(){return this.#T.validity.valid}reportValidity(){return this.#T.reportValidity()}get validity(){return this.#T.validity}get validationTarget(){return this.inputElement}setCustomValidity(t){t?this.#T.setValidity({customError:!0},t,this.validationTarget):(this.#T.setValidity({}),this.#M())}get isRequired(){return this.hasAttribute("required")&&"false"!==this.getAttribute("required")}get isReadOnly(){return this.hasAttribute("readonly")&&"false"!==this.getAttribute("readonly")}get isDisabled(){return this.hasAttribute("disabled")&&"false"!==this.getAttribute("disabled")}get pattern(){return this.getAttribute("pattern")}get form(){return this.#T.form}attributeChangedCallback(t,e,r){super.attributeChangedCallback?.(t,e,r),Kt.includes(t)&&this.#M()}init(){super.init?.(),this.addEventListener("change",this.#M),this.addEventListener("invalid",(t=>t.stopPropagation())),this.addEventListener("input",this.#M),setTimeout((()=>this.#M()))}},te=["invalid","required"],ee=t=>{if(!t)return;let e=t;for(let t=0;t<10;t++)if([e]=e.assignedElements(),"slot"!==e.localName)return e},re=({proxyProps:t=[],inputEvent:e="input",triggerValidationEvents:r=[],proxyParentValidation:n=!1})=>o=>class extends(Xt(o)){static get observedAttributes(){return[...o.observedAttributes||[],...te]}#F;#L=Ht.bind(this,"change");constructor(){super(),this.#F=super.inputElement}warnIfInputElementIsMissing(){clearTimeout(this.inputElementTimerId),this.inputElementTimerId=setTimeout((()=>{!this.#F&&console.warn(this.localName,"no input was found")}),0)}get inputElement(){if(this.#F)return this.#F;this.warnIfInputElementIsMissing();const t=this.baseElement.shadowRoot?.querySelector('slot[name="input"]'),e=this.baseElement.shadowRoot?.querySelector('slot[name="textarea"]');return this.#F=ee(t)||ee(e),this.#F}set inputElement(t){this.#F=t}getValidity(){return this.inputElement?.validity||{}}#I(){this.setAttribute("error-message",this.validationMessage)}reportValidity=()=>{this.inputElement.setCustomValidity(""),this.setCustomValidity(""),this.checkValidity()||(this.setAttribute("invalid","true"),this.#I(),this.focus())};defaultReportValidity(){return super.reportValidity()}init(){if(super.init?.(),this.baseElement._setInvalid=function(t){!t&&this._shouldSetInvalid(t)&&(this.invalid=t)},r.forEach((t=>{this.baseElement?.addEventListener(t,(()=>{this.inputElement?.setCustomValidity("")}))})),setTimeout((()=>{(Array.isArray(e)?e:[e]).forEach((t=>{this.baseElement?.addEventListener(t,(()=>{this.baseElement.checkValidity()?this.removeAttribute("invalid"):this.#I()}))})),this.baseElement.addEventListener("change",(()=>{this.#L()})),this.addEventListener("invalid",(()=>{this.checkValidity()||this.setAttribute("invalid","true"),this.#I()})),t.forEach((t=>{var e,r;e=this.inputElement,r=t,Object.defineProperty(this,r,{set(t){e[r]=t},get:()=>e[r],configurable:!0})})),this.setSelectionRange=this.inputElement.setSelectionRange?.bind(this.inputElement),st(this,this.inputElement,{includeAttrs:["inputmode"]})})),n){const t=this.inputElement.internals,e=this;this.inputElement.internals=new Proxy(t,{get:(t,r)=>"function"==typeof t[r]&&"setValidity"===r?(...n)=>{if(3===n.length){const t=n.slice(0,n.length-1);t.push(e.inputElement),e.internals[r](...t)}else e.internals[r](...n);return t[r](...n)}:"function"==typeof t[r]?(...n)=>(e.internals[r](...n),t[r](...n)):t[r]})}}},ne=t=>X(re(t),Pt({componentNameOverride:it("input-wrapper")})),oe=t=>async e=>{const r=await t(e);return new Promise((t=>{let e=0;const n=()=>{if(e>20)return console.error("could not get shadow root for element",r),void t(r);e++,r?.shadowRoot?t(r.shadowRoot):setTimeout(n)};n()}))},ie=({name:t,selector:e,mappings:r={},forward:{attributes:n=[],include:o=!0}={}})=>i=>{const a=t||(t=>t.replace(/[^\w\s]/gi,""))(e),s=Pt({mappings:r})(i);return class extends s{static get cssVarList(){return{...s.cssVarList,[a]:Wt(K(i.componentName,"_"+a),r)}}#z;constructor(){const t=oe((async t=>{const r=t.shadowRoot.querySelector(t.baseSelector);return e?(await oe((()=>r))(t)).querySelector(e):r}));super({getRootElement:t,componentNameSuffix:"_"+a,themeSection:"@"+a,baseSelector:":host"}),this.#z=t(this).then((t=>t.host))}async#O(){const t=await this.#z;t.onmouseenter=t=>{t.target.setAttribute("hover","true")},t.onmouseleave=t=>{t.target.removeAttribute("hover")}}async init(){super.init?.();const t=await this.#z;st(this,t,{[o?"includeAttrs":"excludeAttrs"]:n}),this.#O()}}},ae=t=>class extends t{#L=Ht.bind(this,"change");init(){super.init?.(),this.prevValue=this.value,this.addEventListener("change",(t=>{t.stopPropagation()})),this.addEventListener("blur",(()=>{this.value!==this.prevValue&&(this.#L(),this.prevValue=this.value)}))}},se=t=>class extends t{init(){this.#N(),super.init?.()}#N(){["blur","focus","focusin","focusout"].forEach((t=>{this.addEventListener(t,(t=>{t.isTrusted&&t.target===this&&t.stopImmediatePropagation()}))}))}handleFocusEventsDispatching(t){let e;t?.forEach((t=>{t?.addEventListener("focusout",(t=>{t.stopImmediatePropagation(),e=setTimeout((()=>{e=null,Ht.call(this,"blur"),Ht.call(this,"focusout",{bubbles:!0})}))}));const r=t=>{t.stopImmediatePropagation(),clearTimeout(e),e||(Ht.call(this,"focus"),Ht.call(this,"focusin",{bubbles:!0}))};t?.addEventListener("focusin",r),t?.addEventListener("focus",r)}))}handleInputEventDispatching(){let t=this.value;this.addEventListener("input",(e=>{t===this.value?e.stopImmediatePropagation():t=this.value}))}},le=it("icon");class ce extends(Qt({componentName:le,baseSelector:"slot"})){constructor(){super(),this.attachShadow({mode:"open"}).innerHTML="\n\t\t<style>\n\t\t\t:host > slot {\n\t\t\t\tbox-sizing: border-box;\n\t\t\t\twidth: 100%;\n\t\t\t\theight: 100%;\n\t\t\t\tdisplay: flex;\n\t\t\t\toverflow: auto;\n\t\t\t}\n\t\t\t:host {\n\t\t\t\tdisplay: inline-block;\n\t\t\t}\n\t\t</style>\n\t\t<slot></slot>\n\t"}get items(){return this.shadowRoot.querySelector("slot").assignedNodes()}#B(){this.items?.length>0?this.shadowRoot.host.style.setProperty("display","inline-block"):this.shadowRoot.host.style.setProperty("display","none"),this.querySelectorAll("*[fill]").forEach((t=>t.setAttribute("fill",`var(${de.cssVarList.fill}, ${t.getAttribute("fill")||"''"})`)))}init(){rt(this,this.#B.bind(this))}}const de=X(Pt({mappings:{fill:{}}}),$t,jt)(ce);customElements.define(le,de);const ue=it("button"),{host:pe,label:he}={host:{selector:()=>":host"},label:{selector:"::part(label)"}};let me;const fe=X(Pt({mappings:{hostWidth:{property:"width"},hostHeight:{property:"height"},hostDirection:{...pe,property:"direction"},fontSize:{},fontFamily:{},cursor:{},backgroundColor:{},outlineOffset:{},outlineColor:{},outlineStyle:{},outlineWidth:{},borderRadius:{},borderColor:{},borderStyle:{},borderWidth:{},verticalPadding:[{property:"padding-top"},{property:"padding-bottom"}],labelTextColor:{property:"color"},iconColor:{selector:()=>`::slotted(${de.componentName})`,property:de.cssVarList.fill},labelTextDecoration:{...he,property:"text-decoration"},labelSpacing:{...he,property:"gap"},textAlign:{...he,property:"justify-content",fallback:"center"}}}),(t=>class extends t{get isLoading(){return"true"===this.getAttribute("loading")}click(){this.isLoading||super.click()}}),$t,jt)(Yt({slots:["","prefix","label","suffix"],wrappedEleName:"vaadin-button",style:()=>`\n\t\t\t\n\t:host {\n\t\tdisplay: inline-block;\n\t\tbox-sizing: border-box;\n\t}\n\tvaadin-button::before,\n\tvaadin-button::after {\n\t\topacity: 0;\n\t}\n\tvaadin-button {\n\t\tmargin: 0;\n\t\tmin-width: 0;\n\t\twidth: 100%;\n\t\theight: auto;\n\t\tbox-shadow: none;\n\t}\n\tvaadin-button::part(label) {\n\t\tpadding: 0;\n width: 100%;\n\t}\n\tvaadin-button::part(prefix) {\n\t\tmargin-left: 0;\n\t\tmargin-right: 0;\n\t}\n\n\t\t\t\n\tvaadin-button::part(prefix),\n\tvaadin-button::part(label) {\n\t\tdisplay: flex;\n\t\talign-items: center;\n\t}\n\n\t\t\t${me}\n\t\t\tvaadin-button::part(label) { pointer-events: none; }\n\t\t\t:host {\n\t\t\t\tpadding: calc(var(${fe.cssVarList.outlineWidth}) + var(${fe.cssVarList.outlineOffset}));\n\t\t\t}\n :host([full-width="true"]) {\n width: var(${fe.cssVarList.hostWidth});\n }\n\t\t\tvaadin-button {\n\t\t\t\theight: calc(var(${fe.cssVarList.hostHeight}) - var(${fe.cssVarList.outlineWidth}) - var(${fe.cssVarList.outlineOffset}));\n\t\t\t}\n\t\t\t[square="true"]:not([full-width="true"]) {\n\t\t\t\twidth: calc(var(${fe.cssVarList.hostWidth}) - var(${fe.cssVarList.outlineWidth}) - var(${fe.cssVarList.outlineOffset}));\n padding: 0;\n\t\t\t}\n\t\t`,excludeAttrsSync:["tabindex"],componentName:ue})),{color:ge,fontSize:be}=fe.cssVarList;me=`\n\t@keyframes spin {\n\t\t0% { -webkit-transform: rotate(0deg); }\n\t\t100% { -webkit-transform: rotate(360deg); }\n\t}\n\t:host([loading="true"]) ::before {\n\t\tanimation: spin 2s linear infinite;\n\t\tposition: absolute;\n\t\tcontent: '';\n\t\tz-index: 1;\n\t\tbox-sizing: border-box;\n\t\tborder-radius: 50%;\n\t\tborder-bottom-color: transparent;\n\t\tborder-left-color: transparent;\n\t\tborder-style: solid;\n\t\tcolor: var(${ge});\n\t\ttop: calc(50% - (var(${be}) / 2));\n\t\tleft: calc(50% - (var(${be}) / 2));\n\t\tborder-width: calc(var(${be}) / 10);\n\t\twidth: var(${be});\n\t\theight: var(${be});\n\t}\n\t:host([disabled="true"]),\n\t:host([loading="true"]) {\n\t\tpointer-events: none;\n\t}\n\t:host([loading="true"])::part(prefix),\n\t:host([loading="true"])::part(label) {\n\t\tvisibility: hidden;\n\t}\n`;const ye=mt(Rt),ve=fe.cssVarList,xe={primary:ye.colors.primary,secondary:ye.colors.secondary,success:ye.colors.success,error:ye.colors.error,surface:ye.colors.surface},[Ce,we,ke]=xt({mode:xe},ue),Ae={...Ce,[ve.fontFamily]:ye.fonts.font1.family,[ve.cursor]:"pointer",[ve.hostHeight]:"3em",[ve.hostWidth]:"auto",[ve.hostDirection]:ye.direction,[ve.borderRadius]:ye.radius.sm,[ve.borderWidth]:ye.border.xs,[ve.borderStyle]:"solid",[ve.borderColor]:"transparent",[ve.labelSpacing]:"0.25em",[ve.textAlign]:"center",textAlign:{right:{[ve.textAlign]:"right"},left:{[ve.textAlign]:"left"},center:{[ve.textAlign]:"center"}},[ve.verticalPadding]:"1em",[ve.outlineWidth]:Rt.border.sm,[ve.outlineOffset]:"0px",[ve.outlineStyle]:"solid",[ve.outlineColor]:"transparent",size:{xs:{[ve.fontSize]:"12px"},sm:{[ve.fontSize]:"14px"},md:{[ve.fontSize]:"16px"},lg:{[ve.fontSize]:"18px"}},_square:{[ve.hostHeight]:"3em",[ve.hostWidth]:"3em",[ve.verticalPadding]:"0"},_fullWidth:{[ve.hostWidth]:"100%"},_loading:{[ve.cursor]:"wait",[ve.labelTextColor]:we.main},_disabled:{[ke.main]:ye.colors.surface.light,[ke.dark]:ye.colors.surface.dark,[ke.light]:ye.colors.surface.light,[ke.contrast]:ye.colors.surface.main,[ve.iconColor]:ye.colors.surface.main},variant:{contained:{[ve.labelTextColor]:we.contrast,[ve.backgroundColor]:we.main,_hover:{[ve.backgroundColor]:we.dark,_loading:{[ve.backgroundColor]:we.main}},_active:{[ve.backgroundColor]:we.main}},outline:{[ve.labelTextColor]:we.main,[ve.borderColor]:we.main,_hover:{[ve.labelTextColor]:we.dark,[ve.borderColor]:we.dark},_active:{[ve.labelTextColor]:we.main,[ve.borderColor]:we.main}},link:{[ve.labelTextColor]:we.main,_hover:{[ve.labelTextColor]:we.dark,[ve.labelTextDecoration]:"underline"},_active:{[ve.labelTextColor]:we.main}}},_focused:{[ve.outlineColor]:we.light}},Ee={...ve,...ke},{host:_e,label:Se,placeholder:De,requiredIndicator:Te,inputField:Me,input:Fe,helperText:Le,errorMessage:Ie,disabledPlaceholder:ze,inputDisabled:Oe}={host:{selector:()=>":host"},label:{selector:"::part(label)"},requiredIndicator:{selector:"[required]::part(required-indicator)::after"},placeholder:{selector:"> input:placeholder-shown"},disabledPlaceholder:{selector:"> input:disabled::placeholder"},inputField:{selector:"::part(input-field)"},input:{selector:"input"},inputDisabled:{selector:"input:disabled"},helperText:{selector:"::part(helper-text)"},errorMessage:{selector:"::part(error-message)"}},Ne={fontSize:[{},_e],fontFamily:[Se,Me,Le,Ie],hostWidth:{..._e,property:"width"},hostMinWidth:{..._e,property:"min-width"},hostDirection:{..._e,property:"direction"},inputBackgroundColor:{...Me,property:"background-color"},labelTextColor:[{...Se,property:"color"},{...Te,property:"color"},{...Se,property:"-webkit-text-fill-color"},{...Te,property:"-webkit-text-fill-color"}],errorMessageTextColor:{...Ie,property:"color"},helperTextColor:{...Le,property:"-webkit-text-fill-color"},inputValueTextColor:[{...Me,property:"color"},{...Oe,property:"-webkit-text-fill-color"}],inputCaretTextColor:{...Fe,property:"color"},labelRequiredIndicator:{...Te,property:"content"},inputBorderColor:{...Me,property:"border-color"},inputBorderWidth:{...Me,property:"border-width"},inputBorderStyle:{...Me,property:"border-style"},inputBorderRadius:{...Me,property:"border-radius"},inputHeight:{...Me,property:"height"},inputHorizontalPadding:[{...Fe,property:"padding-left"},{...Fe,property:"padding-right"}],inputOutlineColor:{...Me,property:"outline-color"},inputOutlineStyle:{...Me,property:"outline-style"},inputOutlineWidth:{...Me,property:"outline-width"},inputOutlineOffset:{...Me,property:"outline-offset"},inputTextAlign:{...Fe,property:"text-align"},inputPlaceholderColor:[{...De,property:"color"},{...ze,property:"-webkit-text-fill-color"}]},Be=t=>`\n :host {\n padding: calc(var(${t.inputOutlineWidth}) + var(${t.inputOutlineOffset}))\n }\n`,qe=t=>`\n ${t} {\n margin: 0;\n padding: 0;\n width: 100%;\n height: 100%;\n box-sizing: border-box;\n }\n`,Re=t=>`\n ${t}::part(input-field) {\n overflow: hidden;\n padding: 0;\n box-shadow: none;\n }\n`,Ve=t=>`\n ${t} > label,\n ${t}::part(label),\n ${t}::part(required-indicator) {\n cursor: pointer;\n }\n`,We=(t,e="input")=>`\n ${t}[disabled] > ${e}:placeholder-shown,\n\t${t}[readonly] > ${e}:placeholder-shown {\n\t\topacity: 1;\n\t}\n`,Pe=t=>`\n ${t}::part(input-field)::after {\n opacity: 0;\n }\n`,$e=t=>`\n ${t}::part(input-field)::after {\n background: none;\n }\n`,je=(t,e)=>`\n ${qe(t)}\n ${Ve(t)}\n ${We(t)}\n ${Re(t)}\n ${((t,e)=>`\n ${t} input:-webkit-autofill,\n ${t} input:-webkit-autofill::first-line,\n ${t} input:-webkit-autofill:hover,\n ${t} input:-webkit-autofill:active,\n ${t} input:-webkit-autofill:focus {\n -webkit-text-fill-color: var(${e.inputValueTextColor});\n box-shadow: 0 0 0 var(${e.inputHeight}) var(${e.inputBackgroundColor}) inset;\n }\n`)(t,e)}\n ${$e(t)}\n ${(t=>`\n ${t}::before {\n\t\theight: unset;\n\t}\n`)(t)}\n ${(t=>`\n ${t} > input {\n -webkit-mask-image: none;\n min-height: 0;\n box-sizing: border-box;\n }\n`)(t)}\n ${(t=>`\n ${t}::part(input-field)::after {\n border: none;\n }\n`)(t)}\n`,He=t=>`\n :host ::part(error-message) {\n direction: ltr;\n }\n :host([required]) ::part(required-indicator) {\n width: 1em;\n display: inline-flex;\n }\n :host([required]) ::part(required-indicator)::after {\n position: static;\n }\n :host([has-label]) ::part(label) {\n padding-right: 0;\n padding-bottom: 0;\n display: flex;\n width: 100%;\n }\n ${t} [slot="label"] {\n max-width: calc(100% - 1em);\n overflow: hidden;\n text-overflow: ellipsis;\n padding-bottom: 0.5em;\n }\n`,Ue=it("text-field"),Ge=["type"],Ze=X(Pt({mappings:Ne}),$t,ne({proxyProps:["value","selectionStart"]}),jt,(t=>class extends t{static get observedAttributes(){return Ge.concat(t.observedAttributes||[])}attributeChangedCallback(t,e,r){super.attributeChangeCallback?.(t,e,r),"type"===t&&this.baseElement._setType(r)}}))(Yt({slots:["prefix","suffix"],wrappedEleName:"vaadin-text-field",style:()=>`\n\t\t\t:host {\n\t\t\t\tdisplay: inline-block;\n\t\t\t\tmax-width: 100%;\n\t\t\t\tpadding: calc(var(${Ze.cssVarList.inputOutlineWidth}) + var(${Ze.cssVarList.inputOutlineOffset}));\n box-sizing: border-box;\n\t\t\t}\n ${He("vaadin-text-field")}\n\t\t\t${Be(Ze.cssVarList)}\n\t\t\t${je("vaadin-text-field",Ze.cssVarList)}\n\t\t`,excludeAttrsSync:["tabindex"],componentName:Ue})),Je=it("input-wrapper"),Qe=mt(Rt),[Ye,Ke,Xe]=xt({labelTextColor:Qe.colors.surface.dark,labelFontSize:"14px",valueTextColor:Qe.colors.surface.contrast,placeholderTextColor:Qe.colors.surface.dark,requiredIndicator:"'*'",helperTextColor:Qe.colors.surface.dark,errorMessageTextColor:Qe.colors.error.main,successMessageTextColor:Qe.colors.success.main,borderWidth:Qe.border.xs,borderRadius:Qe.radius.xs,borderColor:"transparent",outlineWidth:Qe.border.sm,outlineStyle:"solid",outlineColor:"transparent",outlineOffset:"0px",minWidth:"10em",toggleButtonSize:"1.5em",inputHeight:"3em",horizontalPadding:"0.5em",verticalPadding:"0.5em",backgroundColor:Qe.colors.surface.main,fontFamily:Qe.fonts.font1.family,direction:Qe.direction,overlayOpacity:"0.3",size:{xs:{fontSize:"12px",chipFontSize:"10px"},sm:{fontSize:"14px",chipFontSize:"12px"},md:{fontSize:"16px",chipFontSize:"14px"},lg:{fontSize:"18px",chipFontSize:"16px"}},_fullWidth:{width:"100%"},_focused:{outlineColor:Qe.colors.surface.light,_invalid:{outlineColor:Qe.colors.error.main}},_bordered:{outlineWidth:Qe.border.xs,borderColor:Qe.colors.surface.light,borderStyle:"solid",_invalid:{borderColor:Qe.colors.error.main}},_disabled:{labelTextColor:Qe.colors.surface.light,borderColor:Qe.colors.surface.light,valueTextColor:Qe.colors.surface.light,placeholderTextColor:Qe.colors.surface.light,helperTextColor:Qe.colors.surface.light,backgroundColor:Qe.colors.surface.main}},Je),tr=Ye,er=Ze.cssVarList,rr={[er.hostWidth]:Ke.width,[er.hostMinWidth]:Ke.minWidth,[er.hostDirection]:Ke.direction,[er.fontSize]:Ke.fontSize,[er.fontFamily]:Ke.fontFamily,[er.labelTextColor]:Ke.labelTextColor,[er.labelRequiredIndicator]:Ke.requiredIndicator,[er.errorMessageTextColor]:Ke.errorMessageTextColor,[er.inputValueTextColor]:Ke.valueTextColor,[er.inputPlaceholderColor]:Ke.placeholderTextColor,[er.inputBorderWidth]:Ke.borderWidth,[er.inputBorderStyle]:Ke.borderStyle,[er.inputBorderColor]:Ke.borderColor,[er.inputBorderRadius]:Ke.borderRadius,[er.inputOutlineWidth]:Ke.outlineWidth,[er.inputOutlineStyle]:Ke.outlineStyle,[er.inputOutlineColor]:Ke.outlineColor,[er.inputOutlineOffset]:Ke.outlineOffset,[er.inputBackgroundColor]:Ke.backgroundColor,[er.inputHeight]:Ke.inputHeight,[er.inputHorizontalPadding]:Ke.horizontalPadding,[er.helperTextColor]:Ke.helperTextColor,textAlign:{right:{[er.inputTextAlign]:"right"},left:{[er.inputTextAlign]:"left"},center:{[er.inputTextAlign]:"center"}}},nr=rr,or=it("password"),{host:ir,inputField:ar,inputElement:sr,inputElementPlaceholder:lr,revealButtonContainer:cr,revealButtonIcon:dr,label:ur,requiredIndicator:pr,errorMessage:hr,helperText:mr}={host:{selector:()=>":host"},inputField:{selector:"::part(input-field)"},inputElement:{selector:"> input"},inputElementPlaceholder:{selector:"> input:placeholder-shown"},revealButtonContainer:{selector:()=>"::part(reveal-button)"},revealButtonIcon:{selector:()=>"::part(reveal-button)::before"},label:{selector:"::part(label)"},requiredIndicator:{selector:"[required]::part(required-indicator)::after"},helperText:{selector:"::part(helper-text)"},errorMessage:{selector:"::part(error-message)"}},fr=X(Pt({mappings:{hostWidth:{...ir,property:"width"},hostMinWidth:{...ir,property:"min-width"},hostDirection:{...ir,property:"direction"},fontSize:[{},ir],fontFamily:[ur,ar,hr,mr],inputHeight:{...ar,property:"height"},inputHorizontalPadding:[{...sr,property:"padding-left"},{...sr,property:"padding-right"}],inputBackgroundColor:{...ar,property:"background-color"},inputBorderStyle:{...ar,property:"border-style"},inputBorderWidth:{...ar,property:"border-width"},inputBorderColor:{...ar,property:"border-color"},inputBorderRadius:{...ar,property:"border-radius"},inputOutlineColor:{...ar,property:"outline-color"},inputOutlineStyle:{...ar,property:"outline-style"},inputOutlineOffset:{...ar,property:"outline-offset"},inputOutlineWidth:{...ar,property:"outline-width"},labelTextColor:[{...ur,property:"color"},{...pr,property:"color"}],labelRequiredIndicator:{...pr,property:"content"},errorMessageTextColor:{...hr,property:"color"},inputValueTextColor:{...sr,property:"color"},inputPlaceholderTextColor:{...lr,property:"color"},revealButtonOffset:[{...cr,property:"margin-right"},{...cr,property:"margin-left"}],revealButtonSize:{...cr,property:"font-size"},revealButtonColor:{...dr,property:"color"}}}),$t,ne({proxyProps:["value","selectionStart"]}),jt,(t=>class extends t{get isReadOnly(){return this.hasAttribute("readonly")&&"false"!==this.getAttribute("readonly")}init(){this.addEventListener("mousedown",(t=>{if(this.isDraggable&&this.isReadOnly){const e=this.baseElement.querySelector("input"),r=e.getAttribute("type");e.setAttribute("type","text"),setTimeout((()=>e.focus()));const n=o=>{e.setAttribute("type",r),t.target.removeEventListener("mouseup",n),t.target.removeEventListener("dragend",n)};t.target.addEventListener("mouseup",n,{once:!0}),t.target.addEventListener("dragend",n,{once:!0})}})),super.init?.()}}))(Yt({slots:["","suffix"],wrappedEleName:"vaadin-password-field",style:()=>`\n\t\t\t:host {\n\t\t\t\tdisplay: inline-block;\n\t\t\t\tmax-width: 100%;\n\t\t\t\tmin-width: 10em;\n box-sizing: border-box;\n\t\t\t}\n\t\t\t${Be(fr.cssVarList)}\n\t\t\t${Ve("vaadin-password-field")}\n ${He("vaadin-password-field")}\n\n\t\t\tvaadin-password-field {\n\t\t\t\twidth: 100%;\n\t\t\t\tbox-sizing: border-box;\n\t\t\t\tpadding: 0;\n\t\t\t}\n\t\t\tvaadin-password-field > input {\n\t\t\t\tbox-sizing: border-box;\n\t\t\t}\n\t\t\tvaadin-password-field::part(input-field) {\n\t\t\t\tbox-sizing: border-box;\n\t\t\t\tpadding: 0;\n\t\t\t}\n\t\t\tvaadin-password-field[focus-ring]::part(input-field) {\n\t\t\t\tbox-shadow: none;\n\t\t\t}\n\t\t\tvaadin-password-field > input {\n\t\t\t\tmin-height: 0;\n\t\t\t\t-webkit-mask-image: none;\n\t\t\t}\n\t\t\tvaadin-password-field[readonly] > input:placeholder-shown {\n\t\t\t\topacity: 1;\n\t\t\t}\n\t\t\tvaadin-password-field::before {\n\t\t\t\theight: initial;\n\t\t\t}\n\t\t\tvaadin-password-field::part(input-field)::after {\n\t\t\t\topacity: 0;\n\t\t\t}\n\t\t\tvaadin-password-field-button {\n\t\t\t\tcursor: pointer;\n\t\t\t}\n\n\t\t\t[readonly] vaadin-password-field-button {\n\t\t\t\tpointer-events: none;\n\t\t\t}\n\n\t\t\tvaadin-password-field-button[focus-ring] {\n\t\t\t\tbox-shadow: 0 0 0 2px var(${fr.cssVarList.inputOutlineColor});\n\t\t\t}\n\t\t`,excludeAttrsSync:["tabindex"],componentName:or})),gr=mt(Rt),br=fr.cssVarList,yr={[br.hostWidth]:Ke.width,[br.hostDirection]:Ke.direction,[br.fontSize]:Ke.fontSize,[br.fontFamily]:Ke.fontFamily,[br.labelTextColor]:Ke.labelTextColor,[br.errorMessageTextColor]:Ke.errorMessageTextColor,[br.inputHorizontalPadding]:Ke.horizontalPadding,[br.inputHeight]:Ke.inputHeight,[br.inputBackgroundColor]:Ke.backgroundColor,[br.labelRequiredIndicator]:Ke.requiredIndicator,[br.inputValueTextColor]:Ke.valueTextColor,[br.inputPlaceholderTextColor]:Ke.placeholderTextColor,[br.inputBorderWidth]:Ke.borderWidth,[br.inputBorderStyle]:Ke.borderStyle,[br.inputBorderColor]:Ke.borderColor,[br.inputBorderRadius]:Ke.borderRadius,[br.inputOutlineWidth]:Ke.outlineWidth,[br.inputOutlineStyle]:Ke.outlineStyle,[br.inputOutlineColor]:Ke.outlineColor,[br.inputOutlineOffset]:Ke.outlineOffset,[br.revealButtonOffset]:gr.spacing.md,[br.revealButtonSize]:Ke.toggleButtonSize,[br.revealButtonColor]:Ke.placeholderTextColor},vr=it("number-field"),xr=X(Pt({mappings:Ne}),$t,ne({proxyProps:["value","selectionStart"]}),jt)(Yt({slots:["","prefix","suffix"],wrappedEleName:"vaadin-number-field",style:()=>`\n\t\t\t:host {\n\t\t\t\tdisplay: inline-block;\n\t\t\t\tmax-width: 100%;\n\t\t\t\tpadding: calc(var(${xr.cssVarList.inputOutlineWidth}) + var(${xr.cssVarList.inputOutlineOffset}));\n\t\t\t}\n ${He("vaadin-number-field")}\n\t\t\t${Be(xr.cssVarList)}\n\t\t\t${je("vaadin-number-field",xr.cssVarList)}\n\t\t`,excludeAttrsSync:["tabindex"],componentName:vr})),Cr=xr.cssVarList,wr={[Cr.hostWidth]:Ke.width,[Cr.hostMinWidth]:Ke.minWidth,[Cr.hostDirection]:Ke.direction,[Cr.fontSize]:Ke.fontSize,[Cr.fontFamily]:Ke.fontFamily,[Cr.labelTextColor]:Ke.labelTextColor,[Cr.errorMessageTextColor]:Ke.errorMessageTextColor,[Cr.inputValueTextColor]:Ke.valueTextColor,[Cr.inputPlaceholderColor]:Ke.placeholderTextColor,[Cr.inputBorderWidth]:Ke.borderWidth,[Cr.inputBorderStyle]:Ke.borderStyle,[Cr.inputBorderColor]:Ke.borderColor,[Cr.inputBorderRadius]:Ke.borderRadius,[Cr.inputOutlineWidth]:Ke.outlineWidth,[Cr.inputOutlineStyle]:Ke.outlineStyle,[Cr.inputOutlineColor]:Ke.outlineColor,[Cr.inputOutlineOffset]:Ke.outlineOffset,[Cr.inputBackgroundColor]:Ke.backgroundColor,[Cr.labelRequiredIndicator]:Ke.requiredIndicator,[Cr.inputHorizontalPadding]:Ke.horizontalPadding,[Cr.inputHeight]:Ke.inputHeight},kr=it("email-field"),Ar=X(Pt({mappings:Ne}),$t,ne({proxyProps:["value","selectionStart"]}),jt,(t=>class extends t{init(){super.init?.(),this.baseElement.setAttribute("pattern","^[\\w\\.\\%\\+\\-]+@[\\w\\.\\-]+\\.[A-Za-z]{2,}$")}}))(Yt({slots:["","suffix"],wrappedEleName:"vaadin-email-field",style:()=>`\n\t\t\t:host {\n\t\t\t\tdisplay: inline-block;\n\t\t\t\tmax-width: 100%;\n\t\t\t\tpadding: calc(var(${Ar.cssVarList.inputOutlineWidth}) + var(${Ar.cssVarList.inputOutlineOffset}));\n box-sizing: border-box;\n\t\t\t}\n ${He("vaadin-email-field")}\n\t\t\t${Be(Ar.cssVarList)}\n\t\t\t${je("vaadin-email-field",Ar.cssVarList)}\n\t\t`,excludeAttrsSync:["tabindex"],componentName:kr})),Er=Ar.cssVarList,_r={[Er.hostWidth]:Ke.width,[Er.hostMinWidth]:Ke.minWidth,[Er.hostDirection]:Ke.direction,[Er.fontSize]:Ke.fontSize,[Er.fontFamily]:Ke.fontFamily,[Er.labelTextColor]:Ke.labelTextColor,[Er.errorMessageTextColor]:Ke.errorMessageTextColor,[Er.inputValueTextColor]:Ke.valueTextColor,[Er.labelRequiredIndicator]:Ke.requiredIndicator,[Er.inputPlaceholderColor]:Ke.placeholderTextColor,[Er.inputBorderWidth]:Ke.borderWidth,[Er.inputBorderStyle]:Ke.borderStyle,[Er.inputBorderColor]:Ke.borderColor,[Er.inputBorderRadius]:Ke.borderRadius,[Er.inputOutlineWidth]:Ke.outlineWidth,[Er.inputOutlineStyle]:Ke.outlineStyle,[Er.inputOutlineColor]:Ke.outlineColor,[Er.inputOutlineOffset]:Ke.outlineOffset,[Er.inputBackgroundColor]:Ke.backgroundColor,[Er.inputHorizontalPadding]:Ke.horizontalPadding,[Er.inputHeight]:Ke.inputHeight},Sr=it("text-area"),{host:Dr,label:Tr,placeholder:Mr,inputField:Fr,textArea:Lr,requiredIndicator:Ir,helperText:zr,errorMessage:Or}={host:{selector:()=>":host"},label:{selector:"::part(label)"},placeholder:{selector:"textarea:placeholder-shown"},inputField:{selector:"::part(input-field)"},textArea:{selector:"> textarea"},requiredIndicator:{selector:"[required]::part(required-indicator)::after"},helperText:{selector:"::part(helper-text)"},errorMessage:{selector:"::part(error-message)"}},Nr=X(Pt({mappings:{hostWidth:{...Dr,property:"width"},hostMinWidth:{...Dr,property:"min-width"},hostDirection:{...Dr,property:"direction"},fontSize:[Dr,Lr],fontFamily:[Tr,Fr,zr,Or],labelTextColor:[{...Tr,property:"color"},{...Ir,property:"color"}],labelRequiredIndicator:{...Ir,property:"content"},errorMessageTextColor:{...Or,property:"color"},inputBackgroundColor:{...Fr,property:"background-color"},inputValueTextColor:{...Lr,property:"color"},inputPlaceholderTextColor:{...Mr,property:"color"},inputBorderWidth:{...Fr,property:"border-width"},inputBorderStyle:{...Fr,property:"border-style"},inputBorderColor:{...Fr,property:"border-color"},inputBorderRadius:{...Fr,property:"border-radius"},inputOutlineStyle:{...Fr,property:"outline-Style"},inputOutlineColor:{...Fr,property:"outline-color"},inputOutlineOffset:{...Fr,property:"outline-offset"},inputOutlineWidth:{...Fr,property:"outline-width"},inputResizeType:{...Lr,property:"resize"},inputMinHeight:{...Lr,property:"min-height"},inputTextAlign:{...Lr,property:"text-align"}}}),$t,ne({proxyProps:["value","selectionStart"]}),jt)(Yt({slots:[],wrappedEleName:"vaadin-text-area",style:()=>`\n\t\t\t:host {\n\t\t\t\tdisplay: inline-block;\n\t\t\t\tmax-width: 100%;\n box-sizing: border-box;\n\t\t\t}\n\t\t\ttextarea {\n\t\t\t\theight: 100%;\n\t\t\t}\n ${He("vaadin-text-area")}\n\t\t\t${Be(Nr.cssVarList)}\n\t\t\t${qe("vaadin-text-area")}\n\t\t\t${Re("vaadin-text-area")}\n\t\t\t${We("vaadin-text-area","textarea")}\n\t\t\t${Ve("vaadin-text-area")}\n\t\t`,excludeAttrsSync:["tabindex"],componentName:Sr})),Br=Nr.cssVarList,qr={[Br.hostWidth]:Ke.width,[Br.hostMinWidth]:Ke.minWidth,[Br.hostDirection]:Ke.direction,[Br.fontSize]:Ke.fontSize,[Br.fontFamily]:Ke.fontFamily,[Br.labelTextColor]:Ke.labelTextColor,[Br.labelRequiredIndicator]:Ke.requiredIndicator,[Br.errorMessageTextColor]:Ke.errorMessageTextColor,[Br.inputBackgroundColor]:Ke.backgroundColor,[Br.inputValueTextColor]:Ke.valueTextColor,[Br.inputPlaceholderTextColor]:Ke.placeholderTextColor,[Br.inputBorderRadius]:Ke.borderRadius,[Br.inputBorderWidth]:Ke.borderWidth,[Br.inputBorderStyle]:Ke.borderStyle,[Br.inputBorderColor]:Ke.borderColor,[Br.inputOutlineWidth]:Ke.outlineWidth,[Br.inputOutlineStyle]:Ke.outlineStyle,[Br.inputOutlineColor]:Ke.outlineColor,[Br.inputOutlineOffset]:Ke.outlineOffset,[Br.inputResizeType]:"vertical",[Br.inputMinHeight]:"5em",textAlign:{right:{[Br.inputTextAlign]:"right"},left:{[Br.inputTextAlign]:"left"},center:{[Br.inputTextAlign]:"center"}},_readonly:{[Br.inputResizeType]:"none"}},Rr=(...t)=>X(Xt,ae,Jt,se)(Qt(...t)),Vr=it("boolean-field-internal");Rr({componentName:Vr,baseSelector:"div"});const Wr=t=>class extends t{init(){super.init?.();const t=document.createElement("template");t.innerHTML=`\n\t\t\t\t<${Vr}\n\t\t\t\t\ttabindex="-1"\n\t\t\t\t\tslot="input"\n\t\t\t\t></${Vr}>\n\t\t\t`,this.baseElement.appendChild(t.content.cloneNode(!0)),this.inputElement=this.shadowRoot.querySelector(Vr),this.checkbox=this.inputElement.querySelector("vaadin-checkbox"),st(this,this.inputElement,{includeAttrs:["required","full-width","size","label","invalid","disabled","readonly"]}),lt(this.inputElement,this,["checked"]),ot(this,this.inputElement,{includeAttrs:["checked"]})}},Pr='\n:host {\n\tdisplay: inline-flex;\n}\n\n\n :host {\n --vaadin-field-default-width: auto;\n box-sizing: border-box;\n }\n\n\n.wrapper {\n\tdisplay: flex;\n\tbox-sizing: border-box;\n}\nvaadin-text-field {\n\tposition: relative;\n\tpadding: 0;\n\tdisplay: inline-flex;\n\talign-items: flex-start;\n}\nvaadin-text-field::before {\n\theight: 0;\n\tmargin: 0;\n}\nvaadin-text-field::part(label) {\n position: absolute;\n top: 0;\n}\nvaadin-text-field::part(input-field) {\n\tpadding: 0;\n\tbackground: none;\n\tmin-height: 0;\n}\nvaadin-text-field::part(input-field)::after {\n background: none;\n}\nvaadin-text-field[focus-ring]::part(input-field) {\n\tbox-shadow: none;\n}\n\nvaadin-checkbox [slot="label"] {\n align-self: flex-start;\n padding: 0;\n}\n[required] vaadin-checkbox [slot="label"]:not(:empty) {\n\tpadding-inline-end: 1em;\n}\ndescope-boolean-field-internal {\n -webkit-mask-image: none;\n min-height: initial;\n}\n',$r=it("checkbox"),{host:jr,component:Hr,checkboxElement:Ur,checkboxSurface:Gr,checkboxLabel:Zr,requiredIndicator:Jr,helperText:Qr,errorMessage:Yr}={host:{selector:()=>":host"},requiredIndicator:{selector:'[required] vaadin-checkbox [slot="label"]:not(:empty)::after'},component:{selector:"vaadin-checkbox"},checkboxElement:{selector:"vaadin-checkbox::part(checkbox)"},checkboxSurface:{selector:"vaadin-checkbox::part(checkbox)::after"},checkboxLabel:{selector:'vaadin-checkbox [slot="label"]:not(:empty)'},helperText:{selector:"::part(helper-text)"},errorMessage:{selector:"::part(error-message)"}},Kr=X(Pt({mappings:{hostWidth:{...jr,property:"width"},hostDirection:{...jr,property:"direction"},fontSize:[jr,Ur,Zr],fontFamily:[Zr,Qr,Yr],labelTextColor:{...Zr,property:"color"},labelSpacing:{...Zr,property:"padding-inline-start"},labelLineHeight:{...Zr,property:"line-height"},labelFontWeight:{...Zr,property:"font-weight"},labelRequiredIndicator:{...Jr,property:"content"},errorMessageTextColor:{...Yr,property:"color"},inputValueTextColor:{...Gr,property:"color"},inputBackgroundColor:{...Ur,property:"background-color"},inputBorderRadius:{...Ur,property:"border-radius"},inputBorderWidth:{...Ur,property:"border-width"},inputBorderOffset:{...Ur,property:"border-offset"},inputBorderColor:{...Ur,property:"border-color"},inputBorderStyle:{...Ur,property:"border-style"},inputOutlineWidth:{...Ur,property:"outline-width"},inputOutlineOffset:{...Ur,property:"outline-offset"},inputOutlineColor:{...Ur,property:"outline-color"},inputOutlineStyle:{...Ur,property:"outline-style"},inputSize:[{...Ur,property:"width"},{...Ur,property:"height"},{...Gr,property:"font-size"},{...Hr,property:"font-size"}]}}),$t,ne({proxyProps:["value","selectionStart"]}),jt,Wr)(Yt({slots:[],wrappedEleName:"vaadin-text-field",style:()=>`\n\t\t\t${Pr}\n ${Be(Kr.cssVarList)}\n\n :host {\n\t\t\t\tdisplay: inline-flex;\n\t\t\t\tmax-width: 100%;\n }\n\n :host ::part(error-message) {\n direction: ltr;\n }\n\n vaadin-text-field {\n width: 100%;\n }\n\n descope-boolean-field-internal {\n\t\t\t\tpadding: 0;\n\t\t\t\twidth: 100%;\n height: 100%;\n }\n\n vaadin-checkbox::part(checkbox) {\n margin: 0;\n }\n\n vaadin-checkbox::part(checkbox)::after {\n top: 0;\n left: 0;\n }\n\n vaadin-text-field::part(input-field)::after {\n content: none;\n }\n `,excludeAttrsSync:["label","tabindex"],componentName:$r})),Xr=Kr.cssVarList,tn="1.35em",en={[Xr.hostWidth]:Ke.width,[Xr.hostDirection]:Ke.direction,[Xr.fontSize]:Ke.fontSize,[Xr.fontFamily]:Ke.fontFamily,[Xr.labelTextColor]:Ke.labelTextColor,[Xr.labelRequiredIndicator]:Ke.requiredIndicator,[Xr.labelFontWeight]:"400",[Xr.labelLineHeight]:tn,[Xr.labelSpacing]:"1em",[Xr.errorMessageTextColor]:Ke.errorMessageTextColor,[Xr.inputOutlineWidth]:Ke.outlineWidth,[Xr.inputOutlineOffset]:Ke.outlineOffset,[Xr.inputOutlineColor]:Ke.outlineColor,[Xr.inputOutlineStyle]:Ke.outlineStyle,[Xr.inputBorderRadius]:Ke.borderRadius,[Xr.inputBorderColor]:Ke.borderColor,[Xr.inputBorderWidth]:Ke.borderWidth,[Xr.inputBorderStyle]:Ke.borderStyle,[Xr.inputBackgroundColor]:Ke.backgroundColor,[Xr.inputSize]:tn,_checked:{[Xr.inputValueTextColor]:Ke.valueTextColor},_disabled:{[Xr.labelTextColor]:Ke.labelTextColor}},rn=it("switch-toggle"),{host:nn,component:on,checkboxElement:an,checkboxSurface:sn,checkboxLabel:ln,requiredIndicator:cn,helperText:dn,errorMessage:un}={host:{selector:()=>":host"},requiredIndicator:{selector:'[required] vaadin-checkbox [slot="label"]:not(:empty)::after'},component:{selector:"vaadin-checkbox"},checkboxElement:{selector:"vaadin-checkbox::part(checkbox)"},checkboxSurface:{selector:"vaadin-checkbox::part(checkbox)::after"},checkboxLabel:{selector:'vaadin-checkbox [slot="label"]:not(:empty)'},helperText:{selector:"::part(helper-text)"},errorMessage:{selector:"::part(error-message)"}},pn=X(Pt({mappings:{hostWidth:{...nn,property:"width"},hostDirection:{...nn,property:"direction"},fontSize:[on,ln,ln],fontFamily:[ln,dn,un],labelTextColor:{...ln,property:"color"},labelSpacing:{...ln,property:"padding-inline-start"},labelLineHeight:{...ln,property:"line-height"},labelFontWeight:{...ln,property:"font-weight"},labelRequiredIndicator:{...cn,property:"content"},errorMessageTextColor:{...un,property:"color"},trackBorderWidth:{...an,property:"border-width"},trackBorderStyle:{...an,property:"border-style"},trackBorderColor:{...an,property:"border-color"},trackBackgroundColor:{...an,property:"background-color"},trackBorderRadius:{...an,property:"border-radius"},trackWidth:[{...an,property:"width"}],trackHeight:[{...sn,property:"font-size"},{...an,property:"height"}],knobSize:[{...sn,property:"width"},{...sn,property:"height"}],knobTextColor:{...sn,property:"color"},knobRadius:{...sn,property:"border-radius"},knobTransitionDuration:{...sn,property:"transition"},knobColor:{...sn,property:"background-color"},knobTopOffset:{...sn,property:"top"},knobLeftOffset:{...sn,property:"left"},inputOutlineWidth:{...an,property:"outline-width"},inputOutlineOffset:{...an,property:"outline-offset"},inputOutlineColor:{...an,property:"outline-color"},inputOutlineStyle:{...an,property:"outline-style"}}}),$t,ne({proxyProps:["value","selectionStart"]}),jt,Wr)(Yt({slots:[],wrappedEleName:"vaadin-text-field",style:()=>`\n\t\t\t${Pr}\n\t\t\t${Be(pn.cssVarList)}\n\n :host {\n\t\t\t\tdisplay: inline-flex;\n\t\t\t\tmax-width: 100%;\n }\n\n :host ::part(error-message) {\n direction: ltr;\n }\n\n vaadin-text-field {\n width: 100%;\n }\n\n vaadin-text-field::part(input-field)::after {\n content: none;\n }\n\n descope-boolean-field-internal {\n\t\t\t\tpadding: 0;\n width: 100%;\n }\n\n vaadin-text-field::part(input-field) {\n cursor: pointer;\n }\n\n vaadin-checkbox {\n cursor: pointer;\n }\n\n vaadin-checkbox [slot="label"]:not(:empty) {\n cursor: pointer;\n\t\t\t}\n\n vaadin-checkbox::part(checkbox) {\n margin: 0;\n\t\t\t}\n\n vaadin-checkbox::part(checkbox)::before {\n content: '';\n\t\t\t}\n\n vaadin-checkbox[active]::part(checkbox) {\n\t\t\t\ttransform: none;\n\t\t\t}\n\n vaadin-checkbox::part(checkbox)::after {\n\t\t\t\tposition: absolute;\n\t\t\t\topacity: 1;\n\t\t\t\tcontent: '';\n\t\t\t}\n\t\t`,excludeAttrsSync:["label","tabindex"],componentName:rn})),hn="2px",mn=mt(Rt),fn=pn.cssVarList,gn={[fn.hostWidth]:Ke.width,[fn.hostDirection]:Ke.direction,[fn.fontSize]:Ke.fontSize,[fn.fontFamily]:Ke.fontFamily,[fn.inputOutlineWidth]:Ke.outlineWidth,[fn.inputOutlineOffset]:Ke.outlineOffset,[fn.inputOutlineColor]:Ke.outlineColor,[fn.inputOutlineStyle]:Ke.outlineStyle,[fn.trackBorderStyle]:Ke.borderStyle,[fn.trackBorderWidth]:Ke.borderWidth,[fn.trackBorderColor]:Ke.borderColor,[fn.trackBackgroundColor]:Ke.backgroundColor,[fn.trackBorderRadius]:mn.radius.md,[fn.trackWidth]:"2.5em",[fn.trackHeight]:"1.25em",[fn.knobSize]:`calc(1em - ${hn})`,[fn.knobRadius]:"50%",[fn.knobTopOffset]:"1px",[fn.knobLeftOffset]:hn,[fn.knobColor]:Ke.labelTextColor,[fn.knobTransitionDuration]:"0.3s",[fn.labelTextColor]:Ke.labelTextColor,[fn.labelFontWeight]:"400",[fn.labelLineHeight]:"1.35em",[fn.labelSpacing]:"1em",[fn.labelRequiredIndicator]:Ke.requiredIndicator,[fn.errorMessageTextColor]:Ke.errorMessageTextColor,_checked:{[fn.trackBorderColor]:Ke.borderColor,[fn.knobLeftOffset]:`calc(100% - var(${fn.knobSize}) - ${hn})`,[fn.knobColor]:Ke.valueTextColor,[fn.knobTextColor]:Ke.valueTextColor},_disabled:{[fn.knobColor]:mn.colors.surface.light,[fn.trackBorderColor]:mn.colors.surface.light,[fn.trackBackgroundColor]:mn.colors.surface.main,[fn.labelTextColor]:Ke.labelTextColor,_checked:{[fn.knobColor]:mn.colors.surface.light,[fn.trackBackgroundColor]:mn.colors.surface.main}},_invalid:{[fn.trackBorderColor]:mn.colors.error.main,[fn.knobColor]:mn.colors.error.main}},bn=it("container");class yn extends(Qt({componentName:bn,baseSelector:"slot"})){constructor(){super(),this.attachShadow({mode:"open"}).innerHTML="\n\t\t<style>\n\t\t\t:host > slot {\n\t\t\t\tbox-sizing: border-box;\n\t\t\t\twidth: 100%;\n\t\t\t\theight: 100%;\n\t\t\t\tdisplay: flex;\n\t\t\t\toverflow: auto;\n\t\t\t}\n\t\t\t:host {\n\t\t\t\tdisplay: inline-block;\n\t\t\t}\n\t\t</style>\n\t\t<slot></slot>\n\t"}}const vn=X(Pt({mappings:{hostHeight:{selector:()=>":host",property:"height"},hostWidth:{selector:()=>":host",property:"width"},hostDirection:{selector:()=>":host",property:"direction"},verticalPadding:[{property:"padding-top"},{property:"padding-bottom"}],horizontalPadding:[{property:"padding-left"},{property:"padding-right"}],flexDirection:{},justifyContent:{},alignItems:{},gap:{},flexWrap:{},backgroundColor:{},color:{},borderRadius:{},borderColor:{},borderStyle:{},borderWidth:{},boxShadow:{}}}),$t,jt)(yn),xn=mt(Rt),Cn=vn.cssVarList,[wn,kn,An]=xt({verticalAlignment:{start:{verticalAlignment:"start"},center:{verticalAlignment:"safe center"},end:{verticalAlignment:"end"}},horizontalAlignment:{start:{horizontalAlignment:"start"},center:{horizontalAlignment:"safe center"},end:{horizontalAlignment:"end"}},shadowColor:"#00000020"},bn),{shadowColor:En}=kn,_n={...wn,[Cn.hostWidth]:"100%",[Cn.boxShadow]:"none",[Cn.backgroundColor]:xn.colors.surface.main,[Cn.color]:xn.colors.surface.contrast,[Cn.borderRadius]:"0px",[Cn.hostDirection]:xn.direction,verticalPadding:{sm:{[Cn.verticalPadding]:"5px"},md:{[Cn.verticalPadding]:"10px"},lg:{[Cn.verticalPadding]:"20px"}},horizontalPadding:{sm:{[Cn.horizontalPadding]:"5px"},md:{[Cn.horizontalPadding]:"10px"},lg:{[Cn.horizontalPadding]:"20px"}},direction:{row:{[Cn.flexDirection]:"row",[Cn.alignItems]:kn.verticalAlignment,[Cn.justifyContent]:kn.horizontalAlignment,[Cn.flexWrap]:"wrap",horizontalAlignment:{spaceBetween:{[An.horizontalAlignment]:"space-between"}}},column:{[Cn.flexDirection]:"column",[Cn.alignItems]:kn.horizontalAlignment,[Cn.justifyContent]:kn.verticalAlignment,verticalAlignment:{spaceBetween:{[An.verticalAlignment]:"space-between"}}}},spaceBetween:{sm:{[Cn.gap]:"10px"},md:{[Cn.gap]:"20px"},lg:{[Cn.gap]:"30px"}},shadow:{sm:{[Cn.boxShadow]:`${xn.shadow.wide.sm} ${En}, ${xn.shadow.narrow.sm} ${En}`},md:{[Cn.boxShadow]:`${xn.shadow.wide.md} ${En}, ${xn.shadow.narrow.md} ${En}`},lg:{[Cn.boxShadow]:`${xn.shadow.wide.lg} ${En}, ${xn.shadow.narrow.lg} ${En}`},xl:{[Cn.boxShadow]:`${xn.shadow.wide.xl} ${En}, ${xn.shadow.narrow.xl} ${En}`},"2xl":{[An.shadowColor]:"#00000050",[Cn.boxShadow]:`${xn.shadow.wide["2xl"]} ${En}`}},borderRadius:{sm:{[Cn.borderRadius]:xn.radius.sm},md:{[Cn.borderRadius]:xn.radius.md},lg:{[Cn.borderRadius]:xn.radius.lg},xl:{[Cn.borderRadius]:xn.radius.xl},"2xl":{[Cn.borderRadius]:xn.radius["2xl"]},"3xl":{[Cn.borderRadius]:xn.radius["3xl"]}}},Sn={...Cn,...An},Dn=({componentName:t,varName:e,fallbackVarName:r})=>{let n;class o extends(Qt({componentName:t,baseSelector:":host > div"})){constructor(){super(),this.attachShadow({mode:"open"}).innerHTML=`\n\t\t\t<style>\n\t\t\t\t:host {\n\t\t\t\t\tdisplay: inline-flex;\n\t\t\t\t}\n\t\t\t\t:host([draggable="true"]) > div {\n\t\t\t\t\tpointer-events: none\n\t\t\t\t}\t\t\n\t\t\t\t:host > div {\n\t\t\t\t\tdisplay: inline-block;\n\t\t\t\t\tmax-width: 100%;\n\t\t\t\t\tmax-height: 100%;\n\t\t\t\t\tobject-fit: contain;\n\t\t\t\t\tmargin: auto;\n\t\t\t\t\t${n}\n\t\t\t\t}\n\t\t\t</style>\n\t\t\t<div></div>\n\t\t\t`}}const i=X(Pt({mappings:{height:{selector:()=>":host > div"},width:{selector:()=>":host > div"},[e]:{property:"content"},[r]:{property:"content"}}}),$t,jt)(o);return n=`content: var(${i.cssVarList[e]}, var(${i.cssVarList[r]}));`,i},Tn=Dn({componentName:it("logo"),varName:"url",fallbackVarName:"fallbackUrl"}).cssVarList,Mn={[Tn.fallbackUrl]:"url(https://imgs.descope.com/components/no-logo-placeholder.svg)"},Fn=Dn({componentName:it("totp-image"),varName:"url",fallbackVarName:"fallbackUrl"}).cssVarList,Ln={[Fn.fallbackUrl]:"url(https://imgs.descope.com/components/totp-placeholder.svg)"},In=Dn({componentName:it("notp-image"),varName:"url",fallbackVarName:"fallbackUrl"}).cssVarList,zn={[In.fallbackUrl]:"url(https://imgs.descope.com/components/notp-placeholder.svg)"},On=it("text");class Nn extends(Qt({componentName:On,baseSelector:":host > slot"})){constructor(){super(),this.attachShadow({mode:"open"}).innerHTML='\n <style>\n :host {\n display: inline-block;\n }\n :host > slot {\n width: 100%;\n display: inline-block;\n }\n </style>\n <slot part="text-wrapper"></slot>\n '}get hideWhenEmpty(){return"true"===this.getAttribute("hide-when-empty")}init(){super.init(),rt(this,(()=>{const t=!!this.childNodes.length;this.style.display=!t&&this.hideWhenEmpty?"none":""}))}}const Bn=X(Pt({mappings:{hostWidth:{selector:()=>":host",property:"width"},hostDirection:{selector:()=>":host",property:"direction"},fontSize:{},textColor:{property:"color"},textLineHeight:{property:"line-height"},textLetterSpacing:{property:"letter-spacing"},textShadow:{},textAlign:{},textTransform:{},fontFamily:{},fontStyle:{},fontWeight:{},borderWidth:{},borderStyle:{},borderColor:{}}}),$t,jt)(Nn),qn=mt(Rt),Rn=Bn.cssVarList,Vn={[Rn.hostDirection]:qn.direction,[Rn.textLineHeight]:"1.35em",[Rn.textAlign]:"left",[Rn.textColor]:qn.colors.surface.dark,variant:{h1:{[Rn.fontSize]:qn.typography.h1.size,[Rn.fontWeight]:qn.typography.h1.weight,[Rn.fontFamily]:qn.typography.h1.font},h2:{[Rn.fontSize]:qn.typography.h2.size,[Rn.fontWeight]:qn.typography.h2.weight,[Rn.fontFamily]:qn.typography.h2.font},h3:{[Rn.fontSize]:qn.typography.h3.size,[Rn.fontWeight]:qn.typography.h3.weight,[Rn.fontFamily]:qn.typography.h3.font},subtitle1:{[Rn.fontSize]:qn.typography.subtitle1.size,[Rn.fontWeight]:qn.typography.subtitle1.weight,[Rn.fontFamily]:qn.typography.subtitle1.font},subtitle2:{[Rn.fontSize]:qn.typography.subtitle2.size,[Rn.fontWeight]:qn.typography.subtitle2.weight,[Rn.fontFamily]:qn.typography.subtitle2.font},body1:{[Rn.fontSize]:qn.typography.body1.size,[Rn.fontWeight]:qn.typography.body1.weight,[Rn.fontFamily]:qn.typography.body1.font},body2:{[Rn.fontSize]:qn.typography.body2.size,[Rn.fontWeight]:qn.typography.body2.weight,[Rn.fontFamily]:qn.typography.body2.font}},mode:{primary:{[Rn.textColor]:qn.colors.surface.contrast},secondary:{[Rn.textColor]:qn.colors.surface.dark},error:{[Rn.textColor]:qn.colors.error.main},success:{[Rn.textColor]:qn.colors.success.main}},textAlign:{right:{[Rn.textAlign]:"right"},left:{[Rn.textAlign]:"left"},center:{[Rn.textAlign]:"center"}},_fullWidth:{[Rn.hostWidth]:"100%"},_italic:{[Rn.fontStyle]:"italic"},_uppercase:{[Rn.textTransform]:"uppercase"},_lowercase:{[Rn.textTransform]:"lowercase"}},Wn={};function Pn(t,e){"string"!=typeof e&&(e=Pn.defaultChars);const r=function(t){let e=Wn[t];if(e)return e;e=Wn[t]=[];for(let t=0;t<128;t++){const r=String.fromCharCode(t);e.push(r)}for(let r=0;r<t.length;r++){const n=t.charCodeAt(r);e[n]="%"+("0"+n.toString(16).toUpperCase()).slice(-2)}return e}(e);return t.replace(/(%[a-f0-9]{2})+/gi,(function(t){let e="";for(let n=0,o=t.length;n<o;n+=3){const i=parseInt(t.slice(n+1,n+3),16);if(i<128)e+=r[i];else{if(192==(224&i)&&n+3<o){const r=parseInt(t.slice(n+4,n+6),16);if(128==(192&r)){const t=i<<6&1984|63&r;e+=t<128?"��":String.fromCharCode(t),n+=3;continue}}if(224==(240&i)&&n+6<o){const r=parseInt(t.slice(n+4,n+6),16),o=parseInt(t.slice(n+7,n+9),16);if(128==(192&r)&&128==(192&o)){const t=i<<12&61440|r<<6&4032|63&o;e+=t<2048||t>=55296&&t<=57343?"���":String.fromCharCode(t),n+=6;continue}}if(240==(248&i)&&n+9<o){const r=parseInt(t.slice(n+4,n+6),16),o=parseInt(t.slice(n+7,n+9),16),a=parseInt(t.slice(n+10,n+12),16);if(128==(192&r)&&128==(192&o)&&128==(192&a)){let t=i<<18&1835008|r<<12&258048|o<<6&4032|63&a;t<65536||t>1114111?e+="����":(t-=65536,e+=String.fromCharCode(55296+(t>>10),56320+(1023&t))),n+=9;continue}}e+="�"}}return e}))}Pn.defaultChars=";/?:@&=+$,#",Pn.componentChars="";const $n=Pn,jn={};function Hn(t,e,r){"string"!=typeof e&&(r=e,e=Hn.defaultChars),void 0===r&&(r=!0);const n=function(t){let e=jn[t];if(e)return e;e=jn[t]=[];for(let t=0;t<128;t++){const r=String.fromCharCode(t);/^[0-9a-z]$/i.test(r)?e.push(r):e.push("%"+("0"+t.toString(16).toUpperCase()).slice(-2))}for(let r=0;r<t.length;r++)e[t.charCodeAt(r)]=t[r];return e}(e);let o="";for(let e=0,i=t.length;e<i;e++){const a=t.charCodeAt(e);if(r&&37===a&&e+2<i&&/^[0-9a-f]{2}$/i.test(t.slice(e+1,e+3)))o+=t.slice(e,e+3),e+=2;else if(a<128)o+=n[a];else if(a>=55296&&a<=57343){if(a>=55296&&a<=56319&&e+1<i){const r=t.charCodeAt(e+1);if(r>=56320&&r<=57343){o+=encodeURIComponent(t[e]+t[e+1]),e++;continue}}o+="%EF%BF%BD"}else o+=encodeURIComponent(t[e])}return o}Hn.defaultChars=";/?:@&=+$,-_.!~*'()#",Hn.componentChars="-_.!~*'()";const Un=Hn;function Gn(t){let e="";return e+=t.protocol||"",e+=t.slashes?"//":"",e+=t.auth?t.auth+"@":"",t.hostname&&-1!==t.hostname.indexOf(":")?e+="["+t.hostname+"]":e+=t.hostname||"",e+=t.port?":"+t.port:"",e+=t.pathname||"",e+=t.search||"",e+=t.hash||"",e}function Zn(){this.protocol=null,this.slashes=null,this.auth=null,this.port=null,this.hostname=null,this.hash=null,this.search=null,this.pathname=null}const Jn=/^([a-z0-9.+-]+:)/i,Qn=/:[0-9]*$/,Yn=/^(\/\/?(?!\/)[^\?\s]*)(\?[^\s]*)?$/,Kn=["{","}","|","\\","^","`"].concat(["<",">",'"',"`"," ","\r","\n","\t"]),Xn=["'"].concat(Kn),to=["%","/","?",";","#"].concat(Xn),eo=["/","?","#"],ro=/^[+a-z0-9A-Z_-]{0,63}$/,no=/^([+a-z0-9A-Z_-]{0,63})(.*)$/,oo={javascript:!0,"javascript:":!0},io={http:!0,https:!0,ftp:!0,gopher:!0,file:!0,"http:":!0,"https:":!0,"ftp:":!0,"gopher:":!0,"file:":!0};Zn.prototype.parse=function(t,e){let r,n,o,i=t;if(i=i.trim(),!e&&1===t.split("#").length){const t=Yn.exec(i);if(t)return this.pathname=t[1],t[2]&&(this.search=t[2]),this}let a=Jn.exec(i);if(a&&(a=a[0],r=a.toLowerCase(),this.protocol=a,i=i.substr(a.length)),(e||a||i.match(/^\/\/[^@\/]+@[^@\/]+/))&&(o="//"===i.substr(0,2),!o||a&&oo[a]||(i=i.substr(2),this.slashes=!0)),!oo[a]&&(o||a&&!io[a])){let t,e,r=-1;for(let t=0;t<eo.length;t++)n=i.indexOf(eo[t]),-1!==n&&(-1===r||n<r)&&(r=n);e=-1===r?i.lastIndexOf("@"):i.lastIndexOf("@",r),-1!==e&&(t=i.slice(0,e),i=i.slice(e+1),this.auth=t),r=-1;for(let t=0;t<to.length;t++)n=i.indexOf(to[t]),-1!==n&&(-1===r||n<r)&&(r=n);-1===r&&(r=i.length),":"===i[r-1]&&r--;const o=i.slice(0,r);i=i.slice(r),this.parseHost(o),this.hostname=this.hostname||"";const a="["===this.hostname[0]&&"]"===this.hostname[this.hostname.length-1];if(!a){const t=this.hostname.split(/\./);for(let e=0,r=t.length;e<r;e++){const r=t[e];if(r&&!r.match(ro)){let n="";for(let t=0,e=r.length;t<e;t++)r.charCodeAt(t)>127?n+="x":n+=r[t];if(!n.match(ro)){const n=t.slice(0,e),o=t.slice(e+1),a=r.match(no);a&&(n.push(a[1]),o.unshift(a[2])),o.length&&(i=o.join(".")+i),this.hostname=n.join(".");break}}}}this.hostname.length>255&&(this.hostname=""),a&&(this.hostname=this.hostname.substr(1,this.hostname.length-2))}const s=i.indexOf("#");-1!==s&&(this.hash=i.substr(s),i=i.slice(0,s));const l=i.indexOf("?");return-1!==l&&(this.search=i.substr(l),i=i.slice(0,l)),i&&(this.pathname=i),io[r]&&this.hostname&&!this.pathname&&(this.pathname=""),this},Zn.prototype.parseHost=function(t){let e=Qn.exec(t);e&&(e=e[0],":"!==e&&(this.port=e.substr(1)),t=t.substr(0,t.length-e.length)),t&&(this.hostname=t)};const ao=function(t,e){if(t&&t instanceof Zn)return t;const r=new Zn;return r.parse(t,e),r},so=/[!-#%-\*,-\/:;\?@\[-\]_\{\}\xA1\xA7\xAB\xB6\xB7\xBB\xBF\u037E\u0387\u055A-\u055F\u0589\u058A\u05BE\u05C0\u05C3\u05C6\u05F3\u05F4\u0609\u060A\u060C\u060D\u061B\u061D-\u061F\u066A-\u066D\u06D4\u0700-\u070D\u07F7-\u07F9\u0830-\u083E\u085E\u0964\u0965\u0970\u09FD\u0A76\u0AF0\u0C77\u0C84\u0DF4\u0E4F\u0E5A\u0E5B\u0F04-\u0F12\u0F14\u0F3A-\u0F3D\u0F85\u0FD0-\u0FD4\u0FD9\u0FDA\u104A-\u104F\u10FB\u1360-\u1368\u1400\u166E\u169B\u169C\u16EB-\u16ED\u1735\u1736\u17D4-\u17D6\u17D8-\u17DA\u1800-\u180A\u1944\u1945\u1A1E\u1A1F\u1AA0-\u1AA6\u1AA8-\u1AAD\u1B5A-\u1B60\u1B7D\u1B7E\u1BFC-\u1BFF\u1C3B-\u1C3F\u1C7E\u1C7F\u1CC0-\u1CC7\u1CD3\u2010-\u2027\u2030-\u2043\u2045-\u2051\u2053-\u205E\u207D\u207E\u208D\u208E\u2308-\u230B\u2329\u232A\u2768-\u2775\u27C5\u27C6\u27E6-\u27EF\u2983-\u2998\u29D8-\u29DB\u29FC\u29FD\u2CF9-\u2CFC\u2CFE\u2CFF\u2D70\u2E00-\u2E2E\u2E30-\u2E4F\u2E52-\u2E5D\u3001-\u3003\u3008-\u3011\u3014-\u301F\u3030\u303D\u30A0\u30FB\uA4FE\uA4FF\uA60D-\uA60F\uA673\uA67E\uA6F2-\uA6F7\uA874-\uA877\uA8CE\uA8CF\uA8F8-\uA8FA\uA8FC\uA92E\uA92F\uA95F\uA9C1-\uA9CD\uA9DE\uA9DF\uAA5C-\uAA5F\uAADE\uAADF\uAAF0\uAAF1\uABEB\uFD3E\uFD3F\uFE10-\uFE19\uFE30-\uFE52\uFE54-\uFE61\uFE63\uFE68\uFE6A\uFE6B\uFF01-\uFF03\uFF05-\uFF0A\uFF0C-\uFF0F\uFF1A\uFF1B\uFF1F\uFF20\uFF3B-\uFF3D\uFF3F\uFF5B\uFF5D\uFF5F-\uFF65]|\uD800[\uDD00-\uDD02\uDF9F\uDFD0]|\uD801\uDD6F|\uD802[\uDC57\uDD1F\uDD3F\uDE50-\uDE58\uDE7F\uDEF0-\uDEF6\uDF39-\uDF3F\uDF99-\uDF9C]|\uD803[\uDEAD\uDF55-\uDF59\uDF86-\uDF89]|\uD804[\uDC47-\uDC4D\uDCBB\uDCBC\uDCBE-\uDCC1\uDD40-\uDD43\uDD74\uDD75\uDDC5-\uDDC8\uDDCD\uDDDB\uDDDD-\uDDDF\uDE38-\uDE3D\uDEA9]|\uD805[\uDC4B-\uDC4F\uDC5A\uDC5B\uDC5D\uDCC6\uDDC1-\uDDD7\uDE41-\uDE43\uDE60-\uDE6C\uDEB9\uDF3C-\uDF3E]|\uD806[\uDC3B\uDD44-\uDD46\uDDE2\uDE3F-\uDE46\uDE9A-\uDE9C\uDE9E-\uDEA2\uDF00-\uDF09]|\uD807[\uDC41-\uDC45\uDC70\uDC71\uDEF7\uDEF8\uDF43-\uDF4F\uDFFF]|\uD809[\uDC70-\uDC74]|\uD80B[\uDFF1\uDFF2]|\uD81A[\uDE6E\uDE6F\uDEF5\uDF37-\uDF3B\uDF44]|\uD81B[\uDE97-\uDE9A\uDFE2]|\uD82F\uDC9F|\uD836[\uDE87-\uDE8B]|\uD83A[\uDD5E\uDD5F]/,lo=/[\$\+<->\^`\|~\xA2-\xA6\xA8\xA9\xAC\xAE-\xB1\xB4\xB8\xD7\xF7\u02C2-\u02C5\u02D2-\u02DF\u02E5-\u02EB\u02ED\u02EF-\u02FF\u0375\u0384\u0385\u03F6\u0482\u058D-\u058F\u0606-\u0608\u060B\u060E\u060F\u06DE\u06E9\u06FD\u06FE\u07F6\u07FE\u07FF\u0888\u09F2\u09F3\u09FA\u09FB\u0AF1\u0B70\u0BF3-\u0BFA\u0C7F\u0D4F\u0D79\u0E3F\u0F01-\u0F03\u0F13\u0F15-\u0F17\u0F1A-\u0F1F\u0F34\u0F36\u0F38\u0FBE-\u0FC5\u0FC7-\u0FCC\u0FCE\u0FCF\u0FD5-\u0FD8\u109E\u109F\u1390-\u1399\u166D\u17DB\u1940\u19DE-\u19FF\u1B61-\u1B6A\u1B74-\u1B7C\u1FBD\u1FBF-\u1FC1\u1FCD-\u1FCF\u1FDD-\u1FDF\u1FED-\u1FEF\u1FFD\u1FFE\u2044\u2052\u207A-\u207C\u208A-\u208C\u20A0-\u20C0\u2100\u2101\u2103-\u2106\u2108\u2109\u2114\u2116-\u2118\u211E-\u2123\u2125\u2127\u2129\u212E\u213A\u213B\u2140-\u2144\u214A-\u214D\u214F\u218A\u218B\u2190-\u2307\u230C-\u2328\u232B-\u2426\u2440-\u244A\u249C-\u24E9\u2500-\u2767\u2794-\u27C4\u27C7-\u27E5\u27F0-\u2982\u2999-\u29D7\u29DC-\u29FB\u29FE-\u2B73\u2B76-\u2B95\u2B97-\u2BFF\u2CE5-\u2CEA\u2E50\u2E51\u2E80-\u2E99\u2E9B-\u2EF3\u2F00-\u2FD5\u2FF0-\u2FFF\u3004\u3012\u3013\u3020\u3036\u3037\u303E\u303F\u309B\u309C\u3190\u3191\u3196-\u319F\u31C0-\u31E3\u31EF\u3200-\u321E\u322A-\u3247\u3250\u3260-\u327F\u328A-\u32B0\u32C0-\u33FF\u4DC0-\u4DFF\uA490-\uA4C6\uA700-\uA716\uA720\uA721\uA789\uA78A\uA828-\uA82B\uA836-\uA839\uAA77-\uAA79\uAB5B\uAB6A\uAB6B\uFB29\uFBB2-\uFBC2\uFD40-\uFD4F\uFDCF\uFDFC-\uFDFF\uFE62\uFE64-\uFE66\uFE69\uFF04\uFF0B\uFF1C-\uFF1E\uFF3E\uFF40\uFF5C\uFF5E\uFFE0-\uFFE6\uFFE8-\uFFEE\uFFFC\uFFFD]|\uD800[\uDD37-\uDD3F\uDD79-\uDD89\uDD8C-\uDD8E\uDD90-\uDD9C\uDDA0\uDDD0-\uDDFC]|\uD802[\uDC77\uDC78\uDEC8]|\uD805\uDF3F|\uD807[\uDFD5-\uDFF1]|\uD81A[\uDF3C-\uDF3F\uDF45]|\uD82F\uDC9C|\uD833[\uDF50-\uDFC3]|\uD834[\uDC00-\uDCF5\uDD00-\uDD26\uDD29-\uDD64\uDD6A-\uDD6C\uDD83\uDD84\uDD8C-\uDDA9\uDDAE-\uDDEA\uDE00-\uDE41\uDE45\uDF00-\uDF56]|\uD835[\uDEC1\uDEDB\uDEFB\uDF15\uDF35\uDF4F\uDF6F\uDF89\uDFA9\uDFC3]|\uD836[\uDC00-\uDDFF\uDE37-\uDE3A\uDE6D-\uDE74\uDE76-\uDE83\uDE85\uDE86]|\uD838[\uDD4F\uDEFF]|\uD83B[\uDCAC\uDCB0\uDD2E\uDEF0\uDEF1]|\uD83C[\uDC00-\uDC2B\uDC30-\uDC93\uDCA0-\uDCAE\uDCB1-\uDCBF\uDCC1-\uDCCF\uDCD1-\uDCF5\uDD0D-\uDDAD\uDDE6-\uDE02\uDE10-\uDE3B\uDE40-\uDE48\uDE50\uDE51\uDE60-\uDE65\uDF00-\uDFFF]|\uD83D[\uDC00-\uDED7\uDEDC-\uDEEC\uDEF0-\uDEFC\uDF00-\uDF76\uDF7B-\uDFD9\uDFE0-\uDFEB\uDFF0]|\uD83E[\uDC00-\uDC0B\uDC10-\uDC47\uDC50-\uDC59\uDC60-\uDC87\uDC90-\uDCAD\uDCB0\uDCB1\uDD00-\uDE53\uDE60-\uDE6D\uDE70-\uDE7C\uDE80-\uDE88\uDE90-\uDEBD\uDEBF-\uDEC5\uDECE-\uDEDB\uDEE0-\uDEE8\uDEF0-\uDEF8\uDF00-\uDF92\uDF94-\uDFCA]/,co=/[\0-\uD7FF\uE000-\uFFFF]|[\uD800-\uDBFF][\uDC00-\uDFFF]|[\uD800-\uDBFF](?![\uDC00-\uDFFF])|(?:[^\uD800-\uDBFF]|^)[\uDC00-\uDFFF]/,uo=/[\0-\x1F\x7F-\x9F]/,po=/[\xAD\u0600-\u0605\u061C\u06DD\u070F\u0890\u0891\u08E2\u180E\u200B-\u200F\u202A-\u202E\u2060-\u2064\u2066-\u206F\uFEFF\uFFF9-\uFFFB]|\uD804[\uDCBD\uDCCD]|\uD80D[\uDC30-\uDC3F]|\uD82F[\uDCA0-\uDCA3]|\uD834[\uDD73-\uDD7A]|\uDB40[\uDC01\uDC20-\uDC7F]/,ho=/[ \xA0\u1680\u2000-\u200A\u2028\u2029\u202F\u205F\u3000]/,mo=new Uint16Array('ᵁ<Õıʊҝջאٵ۞ޢߖࠏ੊ઑඡ๭༉༦჊ረዡᐕᒝᓃᓟᔥ\0\0\0\0\0\0ᕫᛍᦍᰒᷝ὾⁠↰⊍⏀⏻⑂⠤⤒ⴈ⹈⿎〖㊺㘹㞬㣾㨨㩱㫠㬮ࠀEMabcfglmnoprstu\\bfms„‹•˜¦³¹ÈÏlig耻Æ䃆P耻&䀦cute耻Á䃁reve;䄂Āiyx}rc耻Â䃂;䐐r;쀀𝔄rave耻À䃀pha;䎑acr;䄀d;橓Āgp¡on;䄄f;쀀𝔸plyFunction;恡ing耻Å䃅Ācs¾Ãr;쀀𝒜ign;扔ilde耻Ã䃃ml耻Ä䃄ЀaceforsuåûþėĜĢħĪĀcrêòkslash;或Ŷöø;櫧ed;挆y;䐑ƀcrtąċĔause;戵noullis;愬a;䎒r;쀀𝔅pf;쀀𝔹eve;䋘còēmpeq;扎܀HOacdefhilorsuōőŖƀƞƢƵƷƺǜȕɳɸɾcy;䐧PY耻©䂩ƀcpyŝŢźute;䄆Ā;iŧŨ拒talDifferentialD;慅leys;愭ȀaeioƉƎƔƘron;䄌dil耻Ç䃇rc;䄈nint;戰ot;䄊ĀdnƧƭilla;䂸terDot;䂷òſi;䎧rcleȀDMPTLJNjǑǖot;抙inus;抖lus;投imes;抗oĀcsǢǸkwiseContourIntegral;戲eCurlyĀDQȃȏoubleQuote;思uote;怙ȀlnpuȞȨɇɕonĀ;eȥȦ户;橴ƀgitȯȶȺruent;扡nt;戯ourIntegral;戮ĀfrɌɎ;愂oduct;成nterClockwiseContourIntegral;戳oss;樯cr;쀀𝒞pĀ;Cʄʅ拓ap;才րDJSZacefiosʠʬʰʴʸˋ˗ˡ˦̳ҍĀ;oŹʥtrahd;椑cy;䐂cy;䐅cy;䐏ƀgrsʿ˄ˇger;怡r;憡hv;櫤Āayː˕ron;䄎;䐔lĀ;t˝˞戇a;䎔r;쀀𝔇Āaf˫̧Ācm˰̢riticalȀADGT̖̜̀̆cute;䂴oŴ̋̍;䋙bleAcute;䋝rave;䁠ilde;䋜ond;拄ferentialD;慆Ѱ̽\0\0\0͔͂\0Ѕf;쀀𝔻ƀ;DE͈͉͍䂨ot;惜qual;扐blèCDLRUVͣͲ΂ϏϢϸontourIntegraìȹoɴ͹\0\0ͻ»͉nArrow;懓Āeo·ΤftƀARTΐΖΡrrow;懐ightArrow;懔eåˊngĀLRΫτeftĀARγιrrow;柸ightArrow;柺ightArrow;柹ightĀATϘϞrrow;懒ee;抨pɁϩ\0\0ϯrrow;懑ownArrow;懕erticalBar;戥ǹABLRTaВЪаўѿͼrrowƀ;BUНОТ憓ar;椓pArrow;懵reve;䌑eft˒к\0ц\0ѐightVector;楐eeVector;楞ectorĀ;Bљњ憽ar;楖ightǔѧ\0ѱeeVector;楟ectorĀ;BѺѻ懁ar;楗eeĀ;A҆҇护rrow;憧ĀctҒҗr;쀀𝒟rok;䄐ࠀNTacdfglmopqstuxҽӀӄӋӞӢӧӮӵԡԯԶՒ՝ՠեG;䅊H耻Ð䃐cute耻É䃉ƀaiyӒӗӜron;䄚rc耻Ê䃊;䐭ot;䄖r;쀀𝔈rave耻È䃈ement;戈ĀapӺӾcr;䄒tyɓԆ\0\0ԒmallSquare;旻erySmallSquare;斫ĀgpԦԪon;䄘f;쀀𝔼silon;䎕uĀaiԼՉlĀ;TՂՃ橵ilde;扂librium;懌Āci՗՚r;愰m;橳a;䎗ml耻Ë䃋Āipժկsts;戃onentialE;慇ʀcfiosօֈ֍ֲ׌y;䐤r;쀀𝔉lledɓ֗\0\0֣mallSquare;旼erySmallSquare;斪Ͱֺ\0ֿ\0\0ׄf;쀀𝔽All;戀riertrf;愱cò׋؀JTabcdfgorstר׬ׯ׺؀ؒؖ؛؝أ٬ٲcy;䐃耻>䀾mmaĀ;d׷׸䎓;䏜reve;䄞ƀeiy؇،ؐdil;䄢rc;䄜;䐓ot;䄠r;쀀𝔊;拙pf;쀀𝔾eater̀EFGLSTصلَٖٛ٦qualĀ;Lؾؿ扥ess;招ullEqual;执reater;檢ess;扷lantEqual;橾ilde;扳cr;쀀𝒢;扫ЀAacfiosuڅڋږڛڞڪھۊRDcy;䐪Āctڐڔek;䋇;䁞irc;䄤r;愌lbertSpace;愋ǰگ\0ڲf;愍izontalLine;攀Āctۃۅòکrok;䄦mpńېۘownHumðįqual;扏܀EJOacdfgmnostuۺ۾܃܇܎ܚܞܡܨ݄ݸދޏޕcy;䐕lig;䄲cy;䐁cute耻Í䃍Āiyܓܘrc耻Î䃎;䐘ot;䄰r;愑rave耻Ì䃌ƀ;apܠܯܿĀcgܴܷr;䄪inaryI;慈lieóϝǴ݉\0ݢĀ;eݍݎ戬Āgrݓݘral;戫section;拂isibleĀCTݬݲomma;恣imes;恢ƀgptݿރވon;䄮f;쀀𝕀a;䎙cr;愐ilde;䄨ǫޚ\0ޞcy;䐆l耻Ï䃏ʀcfosuެ޷޼߂ߐĀiyޱ޵rc;䄴;䐙r;쀀𝔍pf;쀀𝕁ǣ߇\0ߌr;쀀𝒥rcy;䐈kcy;䐄΀HJacfosߤߨ߽߬߱ࠂࠈcy;䐥cy;䐌ppa;䎚Āey߶߻dil;䄶;䐚r;쀀𝔎pf;쀀𝕂cr;쀀𝒦րJTaceflmostࠥࠩࠬࡐࡣ঳সে্਷ੇcy;䐉耻<䀼ʀcmnpr࠷࠼ࡁࡄࡍute;䄹bda;䎛g;柪lacetrf;愒r;憞ƀaeyࡗ࡜ࡡron;䄽dil;䄻;䐛Āfsࡨ॰tԀACDFRTUVarࡾࢩࢱࣦ࣠ࣼयज़ΐ४Ānrࢃ࢏gleBracket;柨rowƀ;BR࢙࢚࢞憐ar;懤ightArrow;懆eiling;挈oǵࢷ\0ࣃbleBracket;柦nǔࣈ\0࣒eeVector;楡ectorĀ;Bࣛࣜ懃ar;楙loor;挊ightĀAV࣯ࣵrrow;憔ector;楎Āerँगeƀ;AVउऊऐ抣rrow;憤ector;楚iangleƀ;BEतथऩ抲ar;槏qual;抴pƀDTVषूौownVector;楑eeVector;楠ectorĀ;Bॖॗ憿ar;楘ectorĀ;B॥०憼ar;楒ightáΜs̀EFGLSTॾঋকঝঢভqualGreater;拚ullEqual;扦reater;扶ess;檡lantEqual;橽ilde;扲r;쀀𝔏Ā;eঽা拘ftarrow;懚idot;䄿ƀnpw৔ਖਛgȀLRlr৞৷ਂਐeftĀAR০৬rrow;柵ightArrow;柷ightArrow;柶eftĀarγਊightáοightáϊf;쀀𝕃erĀLRਢਬeftArrow;憙ightArrow;憘ƀchtਾੀੂòࡌ;憰rok;䅁;扪Ѐacefiosuਗ਼੝੠੷੼અઋ઎p;椅y;䐜Ādl੥੯iumSpace;恟lintrf;愳r;쀀𝔐nusPlus;戓pf;쀀𝕄cò੶;䎜ҀJacefostuણધભીଔଙඑ඗ඞcy;䐊cute;䅃ƀaey઴હાron;䅇dil;䅅;䐝ƀgswે૰଎ativeƀMTV૓૟૨ediumSpace;怋hiĀcn૦૘ë૙eryThiî૙tedĀGL૸ଆreaterGreateòٳessLesóੈLine;䀊r;쀀𝔑ȀBnptଢନଷ଺reak;恠BreakingSpace;䂠f;愕ڀ;CDEGHLNPRSTV୕ୖ୪୼஡௫ఄ౞಄ದ೘ൡඅ櫬Āou୛୤ngruent;扢pCap;扭oubleVerticalBar;戦ƀlqxஃஊ஛ement;戉ualĀ;Tஒஓ扠ilde;쀀≂̸ists;戄reater΀;EFGLSTஶஷ஽௉௓௘௥扯qual;扱ullEqual;쀀≧̸reater;쀀≫̸ess;批lantEqual;쀀⩾̸ilde;扵umpń௲௽ownHump;쀀≎̸qual;쀀≏̸eĀfsఊధtTriangleƀ;BEచఛడ拪ar;쀀⧏̸qual;括s̀;EGLSTవశ఼ౄోౘ扮qual;扰reater;扸ess;쀀≪̸lantEqual;쀀⩽̸ilde;扴estedĀGL౨౹reaterGreater;쀀⪢̸essLess;쀀⪡̸recedesƀ;ESಒಓಛ技qual;쀀⪯̸lantEqual;拠ĀeiಫಹverseElement;戌ghtTriangleƀ;BEೋೌ೒拫ar;쀀⧐̸qual;拭ĀquೝഌuareSuĀbp೨೹setĀ;E೰ೳ쀀⊏̸qual;拢ersetĀ;Eഃആ쀀⊐̸qual;拣ƀbcpഓതൎsetĀ;Eഛഞ쀀⊂⃒qual;抈ceedsȀ;ESTലള഻െ抁qual;쀀⪰̸lantEqual;拡ilde;쀀≿̸ersetĀ;E൘൛쀀⊃⃒qual;抉ildeȀ;EFT൮൯൵ൿ扁qual;扄ullEqual;扇ilde;扉erticalBar;戤cr;쀀𝒩ilde耻Ñ䃑;䎝܀Eacdfgmoprstuvලෂ෉෕ෛ෠෧෼ขภยา฿ไlig;䅒cute耻Ó䃓Āiy෎ීrc耻Ô䃔;䐞blac;䅐r;쀀𝔒rave耻Ò䃒ƀaei෮ෲ෶cr;䅌ga;䎩cron;䎟pf;쀀𝕆enCurlyĀDQฎบoubleQuote;怜uote;怘;橔Āclวฬr;쀀𝒪ash耻Ø䃘iŬื฼de耻Õ䃕es;樷ml耻Ö䃖erĀBP๋๠Āar๐๓r;怾acĀek๚๜;揞et;掴arenthesis;揜Ҁacfhilors๿ງຊຏຒດຝະ໼rtialD;戂y;䐟r;쀀𝔓i;䎦;䎠usMinus;䂱Āipຢອncareplanåڝf;愙Ȁ;eio຺ູ໠໤檻cedesȀ;EST່້໏໚扺qual;檯lantEqual;扼ilde;找me;怳Ādp໩໮uct;戏ortionĀ;aȥ໹l;戝Āci༁༆r;쀀𝒫;䎨ȀUfos༑༖༛༟OT耻"䀢r;쀀𝔔pf;愚cr;쀀𝒬؀BEacefhiorsu༾གྷཇའཱིྦྷྪྭ႖ႩႴႾarr;椐G耻®䂮ƀcnrཎནབute;䅔g;柫rĀ;tཛྷཝ憠l;椖ƀaeyཧཬཱron;䅘dil;䅖;䐠Ā;vླྀཹ愜erseĀEUྂྙĀlq྇ྎement;戋uilibrium;懋pEquilibrium;楯r»ཹo;䎡ghtЀACDFTUVa࿁࿫࿳ဢဨၛႇϘĀnr࿆࿒gleBracket;柩rowƀ;BL࿜࿝࿡憒ar;懥eftArrow;懄eiling;按oǵ࿹\0စbleBracket;柧nǔည\0နeeVector;楝ectorĀ;Bဝသ懂ar;楕loor;挋Āerိ၃eƀ;AVဵံြ抢rrow;憦ector;楛iangleƀ;BEၐၑၕ抳ar;槐qual;抵pƀDTVၣၮၸownVector;楏eeVector;楜ectorĀ;Bႂႃ憾ar;楔ectorĀ;B႑႒懀ar;楓Āpuႛ႞f;愝ndImplies;楰ightarrow;懛ĀchႹႼr;愛;憱leDelayed;槴ڀHOacfhimoqstuფჱჷჽᄙᄞᅑᅖᅡᅧᆵᆻᆿĀCcჩხHcy;䐩y;䐨FTcy;䐬cute;䅚ʀ;aeiyᄈᄉᄎᄓᄗ檼ron;䅠dil;䅞rc;䅜;䐡r;쀀𝔖ortȀDLRUᄪᄴᄾᅉownArrow»ОeftArrow»࢚ightArrow»࿝pArrow;憑gma;䎣allCircle;战pf;쀀𝕊ɲᅭ\0\0ᅰt;戚areȀ;ISUᅻᅼᆉᆯ斡ntersection;抓uĀbpᆏᆞsetĀ;Eᆗᆘ抏qual;抑ersetĀ;Eᆨᆩ抐qual;抒nion;抔cr;쀀𝒮ar;拆ȀbcmpᇈᇛሉላĀ;sᇍᇎ拐etĀ;Eᇍᇕqual;抆ĀchᇠህeedsȀ;ESTᇭᇮᇴᇿ扻qual;檰lantEqual;扽ilde;承Tháྌ;我ƀ;esሒሓሣ拑rsetĀ;Eሜም抃qual;抇et»ሓրHRSacfhiorsሾቄ቉ቕ቞ቱቶኟዂወዑORN耻Þ䃞ADE;愢ĀHc቎ቒcy;䐋y;䐦Ābuቚቜ;䀉;䎤ƀaeyብቪቯron;䅤dil;䅢;䐢r;쀀𝔗Āeiቻ኉Dzኀ\0ኇefore;戴a;䎘Ācn኎ኘkSpace;쀀  Space;怉ldeȀ;EFTካኬኲኼ戼qual;扃ullEqual;扅ilde;扈pf;쀀𝕋ipleDot;惛Āctዖዛr;쀀𝒯rok;䅦ૡዷጎጚጦ\0ጬጱ\0\0\0\0\0ጸጽ፷ᎅ\0᏿ᐄᐊᐐĀcrዻጁute耻Ú䃚rĀ;oጇገ憟cir;楉rǣጓ\0጖y;䐎ve;䅬Āiyጞጣrc耻Û䃛;䐣blac;䅰r;쀀𝔘rave耻Ù䃙acr;䅪Ādiፁ፩erĀBPፈ፝Āarፍፐr;䁟acĀekፗፙ;揟et;掵arenthesis;揝onĀ;P፰፱拃lus;抎Āgp፻፿on;䅲f;쀀𝕌ЀADETadps᎕ᎮᎸᏄϨᏒᏗᏳrrowƀ;BDᅐᎠᎤar;椒ownArrow;懅ownArrow;憕quilibrium;楮eeĀ;AᏋᏌ报rrow;憥ownáϳerĀLRᏞᏨeftArrow;憖ightArrow;憗iĀ;lᏹᏺ䏒on;䎥ing;䅮cr;쀀𝒰ilde;䅨ml耻Ü䃜ҀDbcdefosvᐧᐬᐰᐳᐾᒅᒊᒐᒖash;披ar;櫫y;䐒ashĀ;lᐻᐼ抩;櫦Āerᑃᑅ;拁ƀbtyᑌᑐᑺar;怖Ā;iᑏᑕcalȀBLSTᑡᑥᑪᑴar;戣ine;䁼eparator;杘ilde;所ThinSpace;怊r;쀀𝔙pf;쀀𝕍cr;쀀𝒱dash;抪ʀcefosᒧᒬᒱᒶᒼirc;䅴dge;拀r;쀀𝔚pf;쀀𝕎cr;쀀𝒲Ȁfiosᓋᓐᓒᓘr;쀀𝔛;䎞pf;쀀𝕏cr;쀀𝒳ҀAIUacfosuᓱᓵᓹᓽᔄᔏᔔᔚᔠcy;䐯cy;䐇cy;䐮cute耻Ý䃝Āiyᔉᔍrc;䅶;䐫r;쀀𝔜pf;쀀𝕐cr;쀀𝒴ml;䅸ЀHacdefosᔵᔹᔿᕋᕏᕝᕠᕤcy;䐖cute;䅹Āayᕄᕉron;䅽;䐗ot;䅻Dzᕔ\0ᕛoWidtè૙a;䎖r;愨pf;愤cr;쀀𝒵௡ᖃᖊᖐ\0ᖰᖶᖿ\0\0\0\0ᗆᗛᗫᙟ᙭\0ᚕ᚛ᚲᚹ\0ᚾcute耻á䃡reve;䄃̀;Ediuyᖜᖝᖡᖣᖨᖭ戾;쀀∾̳;房rc耻â䃢te肻´̆;䐰lig耻æ䃦Ā;r²ᖺ;쀀𝔞rave耻à䃠ĀepᗊᗖĀfpᗏᗔsym;愵èᗓha;䎱ĀapᗟcĀclᗤᗧr;䄁g;樿ɤᗰ\0\0ᘊʀ;adsvᗺᗻᗿᘁᘇ戧nd;橕;橜lope;橘;橚΀;elmrszᘘᘙᘛᘞᘿᙏᙙ戠;榤e»ᘙsdĀ;aᘥᘦ戡ѡᘰᘲᘴᘶᘸᘺᘼᘾ;榨;榩;榪;榫;榬;榭;榮;榯tĀ;vᙅᙆ戟bĀ;dᙌᙍ抾;榝Āptᙔᙗh;戢»¹arr;捼Āgpᙣᙧon;䄅f;쀀𝕒΀;Eaeiop዁ᙻᙽᚂᚄᚇᚊ;橰cir;橯;扊d;手s;䀧roxĀ;e዁ᚒñᚃing耻å䃥ƀctyᚡᚦᚨr;쀀𝒶;䀪mpĀ;e዁ᚯñʈilde耻ã䃣ml耻ä䃤Āciᛂᛈoninôɲnt;樑ࠀNabcdefiklnoprsu᛭ᛱᜰ᜼ᝃᝈ᝸᝽០៦ᠹᡐᜍ᤽᥈ᥰot;櫭Ācrᛶ᜞kȀcepsᜀᜅᜍᜓong;扌psilon;䏶rime;怵imĀ;e᜚᜛戽q;拍Ŷᜢᜦee;抽edĀ;gᜬᜭ挅e»ᜭrkĀ;t፜᜷brk;掶Āoyᜁᝁ;䐱quo;怞ʀcmprtᝓ᝛ᝡᝤᝨausĀ;eĊĉptyv;榰séᜌnoõēƀahwᝯ᝱ᝳ;䎲;愶een;扬r;쀀𝔟g΀costuvwឍឝឳេ៕៛៞ƀaiuបពរðݠrc;旯p»፱ƀdptឤឨឭot;樀lus;樁imes;樂ɱឹ\0\0ើcup;樆ar;昅riangleĀdu៍្own;施p;斳plus;樄eåᑄåᒭarow;植ƀako៭ᠦᠵĀcn៲ᠣkƀlst៺֫᠂ozenge;槫riangleȀ;dlr᠒᠓᠘᠝斴own;斾eft;旂ight;斸k;搣Ʊᠫ\0ᠳƲᠯ\0ᠱ;斒;斑4;斓ck;斈ĀeoᠾᡍĀ;qᡃᡆ쀀=⃥uiv;쀀≡⃥t;挐Ȁptwxᡙᡞᡧᡬf;쀀𝕓Ā;tᏋᡣom»Ꮜtie;拈؀DHUVbdhmptuvᢅᢖᢪᢻᣗᣛᣬ᣿ᤅᤊᤐᤡȀLRlrᢎᢐᢒᢔ;敗;敔;敖;敓ʀ;DUduᢡᢢᢤᢦᢨ敐;敦;敩;敤;敧ȀLRlrᢳᢵᢷᢹ;敝;敚;敜;教΀;HLRhlrᣊᣋᣍᣏᣑᣓᣕ救;敬;散;敠;敫;敢;敟ox;槉ȀLRlrᣤᣦᣨᣪ;敕;敒;攐;攌ʀ;DUduڽ᣷᣹᣻᣽;敥;敨;攬;攴inus;抟lus;択imes;抠ȀLRlrᤙᤛᤝ᤟;敛;敘;攘;攔΀;HLRhlrᤰᤱᤳᤵᤷ᤻᤹攂;敪;敡;敞;攼;攤;攜Āevģ᥂bar耻¦䂦Ȁceioᥑᥖᥚᥠr;쀀𝒷mi;恏mĀ;e᜚᜜lƀ;bhᥨᥩᥫ䁜;槅sub;柈Ŭᥴ᥾lĀ;e᥹᥺怢t»᥺pƀ;Eeįᦅᦇ;檮Ā;qۜۛೡᦧ\0᧨ᨑᨕᨲ\0ᨷᩐ\0\0᪴\0\0᫁\0\0ᬡᬮ᭍᭒\0᯽\0ᰌƀcpr᦭ᦲ᧝ute;䄇̀;abcdsᦿᧀᧄ᧊᧕᧙戩nd;橄rcup;橉Āau᧏᧒p;橋p;橇ot;橀;쀀∩︀Āeo᧢᧥t;恁îړȀaeiu᧰᧻ᨁᨅǰ᧵\0᧸s;橍on;䄍dil耻ç䃧rc;䄉psĀ;sᨌᨍ橌m;橐ot;䄋ƀdmnᨛᨠᨦil肻¸ƭptyv;榲t脀¢;eᨭᨮ䂢räƲr;쀀𝔠ƀceiᨽᩀᩍy;䑇ckĀ;mᩇᩈ朓ark»ᩈ;䏇r΀;Ecefms᩟᩠ᩢᩫ᪤᪪᪮旋;槃ƀ;elᩩᩪᩭ䋆q;扗eɡᩴ\0\0᪈rrowĀlr᩼᪁eft;憺ight;憻ʀRSacd᪒᪔᪖᪚᪟»ཇ;擈st;抛irc;抚ash;抝nint;樐id;櫯cir;槂ubsĀ;u᪻᪼晣it»᪼ˬ᫇᫔᫺\0ᬊonĀ;eᫍᫎ䀺Ā;qÇÆɭ᫙\0\0᫢aĀ;t᫞᫟䀬;䁀ƀ;fl᫨᫩᫫戁îᅠeĀmx᫱᫶ent»᫩eóɍǧ᫾\0ᬇĀ;dኻᬂot;橭nôɆƀfryᬐᬔᬗ;쀀𝕔oäɔ脀©;sŕᬝr;愗Āaoᬥᬩrr;憵ss;朗Ācuᬲᬷr;쀀𝒸Ābpᬼ᭄Ā;eᭁᭂ櫏;櫑Ā;eᭉᭊ櫐;櫒dot;拯΀delprvw᭠᭬᭷ᮂᮬᯔ᯹arrĀlr᭨᭪;椸;椵ɰ᭲\0\0᭵r;拞c;拟arrĀ;p᭿ᮀ憶;椽̀;bcdosᮏᮐᮖᮡᮥᮨ截rcap;橈Āauᮛᮞp;橆p;橊ot;抍r;橅;쀀∪︀Ȁalrv᮵ᮿᯞᯣrrĀ;mᮼᮽ憷;椼yƀevwᯇᯔᯘqɰᯎ\0\0ᯒreã᭳uã᭵ee;拎edge;拏en耻¤䂤earrowĀlrᯮ᯳eft»ᮀight»ᮽeäᯝĀciᰁᰇoninôǷnt;戱lcty;挭ঀAHabcdefhijlorstuwz᰸᰻᰿ᱝᱩᱵᲊᲞᲬᲷ᳻᳿ᴍᵻᶑᶫᶻ᷆᷍rò΁ar;楥Ȁglrs᱈ᱍ᱒᱔ger;怠eth;愸òᄳhĀ;vᱚᱛ怐»ऊūᱡᱧarow;椏aã̕Āayᱮᱳron;䄏;䐴ƀ;ao̲ᱼᲄĀgrʿᲁr;懊tseq;橷ƀglmᲑᲔᲘ耻°䂰ta;䎴ptyv;榱ĀirᲣᲨsht;楿;쀀𝔡arĀlrᲳᲵ»ࣜ»သʀaegsv᳂͸᳖᳜᳠mƀ;oș᳊᳔ndĀ;ș᳑uit;晦amma;䏝in;拲ƀ;io᳧᳨᳸䃷de脀÷;o᳧ᳰntimes;拇nø᳷cy;䑒cɯᴆ\0\0ᴊrn;挞op;挍ʀlptuwᴘᴝᴢᵉᵕlar;䀤f;쀀𝕕ʀ;emps̋ᴭᴷᴽᵂqĀ;d͒ᴳot;扑inus;戸lus;戔quare;抡blebarwedgåúnƀadhᄮᵝᵧownarrowóᲃarpoonĀlrᵲᵶefôᲴighôᲶŢᵿᶅkaro÷གɯᶊ\0\0ᶎrn;挟op;挌ƀcotᶘᶣᶦĀryᶝᶡ;쀀𝒹;䑕l;槶rok;䄑Ādrᶰᶴot;拱iĀ;fᶺ᠖斿Āah᷀᷃ròЩaòྦangle;榦Āci᷒ᷕy;䑟grarr;柿ऀDacdefglmnopqrstuxḁḉḙḸոḼṉṡṾấắẽỡἪἷὄ὎὚ĀDoḆᴴoôᲉĀcsḎḔute耻é䃩ter;橮ȀaioyḢḧḱḶron;䄛rĀ;cḭḮ扖耻ê䃪lon;払;䑍ot;䄗ĀDrṁṅot;扒;쀀𝔢ƀ;rsṐṑṗ檚ave耻è䃨Ā;dṜṝ檖ot;檘Ȁ;ilsṪṫṲṴ檙nters;揧;愓Ā;dṹṺ檕ot;檗ƀapsẅẉẗcr;䄓tyƀ;svẒẓẕ戅et»ẓpĀ1;ẝẤijạả;怄;怅怃ĀgsẪẬ;䅋p;怂ĀgpẴẸon;䄙f;쀀𝕖ƀalsỄỎỒrĀ;sỊị拕l;槣us;橱iƀ;lvỚớở䎵on»ớ;䏵ȀcsuvỪỳἋἣĀioữḱrc»Ḯɩỹ\0\0ỻíՈantĀglἂἆtr»ṝess»Ṻƀaeiἒ἖Ἒls;䀽st;扟vĀ;DȵἠD;橸parsl;槥ĀDaἯἳot;打rr;楱ƀcdiἾὁỸr;愯oô͒ĀahὉὋ;䎷耻ð䃰Āmrὓὗl耻ë䃫o;悬ƀcipὡὤὧl;䀡sôծĀeoὬὴctatioîՙnentialåչৡᾒ\0ᾞ\0ᾡᾧ\0\0ῆῌ\0ΐ\0ῦῪ \0 ⁚llingdotseñṄy;䑄male;晀ƀilrᾭᾳ῁lig;耀ffiɩᾹ\0\0᾽g;耀ffig;耀ffl;쀀𝔣lig;耀filig;쀀fjƀaltῙ῜ῡt;晭ig;耀flns;斱of;䆒ǰ΅\0ῳf;쀀𝕗ĀakֿῷĀ;vῼ´拔;櫙artint;樍Āao‌⁕Ācs‑⁒ႉ‸⁅⁈\0⁐β•‥‧‪‬\0‮耻½䂽;慓耻¼䂼;慕;慙;慛Ƴ‴\0‶;慔;慖ʴ‾⁁\0\0⁃耻¾䂾;慗;慜5;慘ƶ⁌\0⁎;慚;慝8;慞l;恄wn;挢cr;쀀𝒻ࢀEabcdefgijlnorstv₂₉₟₥₰₴⃰⃵⃺⃿℃ℒℸ̗ℾ⅒↞Ā;lٍ₇;檌ƀcmpₐₕ₝ute;䇵maĀ;dₜ᳚䎳;檆reve;䄟Āiy₪₮rc;䄝;䐳ot;䄡Ȁ;lqsؾق₽⃉ƀ;qsؾٌ⃄lanô٥Ȁ;cdl٥⃒⃥⃕c;檩otĀ;o⃜⃝檀Ā;l⃢⃣檂;檄Ā;e⃪⃭쀀⋛︀s;檔r;쀀𝔤Ā;gٳ؛mel;愷cy;䑓Ȁ;Eajٚℌℎℐ;檒;檥;檤ȀEaesℛℝ℩ℴ;扩pĀ;p℣ℤ檊rox»ℤĀ;q℮ℯ檈Ā;q℮ℛim;拧pf;쀀𝕘Āci⅃ⅆr;愊mƀ;el٫ⅎ⅐;檎;檐茀>;cdlqr׮ⅠⅪⅮⅳⅹĀciⅥⅧ;檧r;橺ot;拗Par;榕uest;橼ʀadelsↄⅪ←ٖ↛ǰ↉\0↎proø₞r;楸qĀlqؿ↖lesó₈ií٫Āen↣↭rtneqq;쀀≩︀Å↪ԀAabcefkosy⇄⇇⇱⇵⇺∘∝∯≨≽ròΠȀilmr⇐⇔⇗⇛rsðᒄf»․ilôکĀdr⇠⇤cy;䑊ƀ;cwࣴ⇫⇯ir;楈;憭ar;意irc;䄥ƀalr∁∎∓rtsĀ;u∉∊晥it»∊lip;怦con;抹r;쀀𝔥sĀew∣∩arow;椥arow;椦ʀamopr∺∾≃≞≣rr;懿tht;戻kĀlr≉≓eftarrow;憩ightarrow;憪f;쀀𝕙bar;怕ƀclt≯≴≸r;쀀𝒽asè⇴rok;䄧Ābp⊂⊇ull;恃hen»ᱛૡ⊣\0⊪\0⊸⋅⋎\0⋕⋳\0\0⋸⌢⍧⍢⍿\0⎆⎪⎴cute耻í䃭ƀ;iyݱ⊰⊵rc耻î䃮;䐸Ācx⊼⊿y;䐵cl耻¡䂡ĀfrΟ⋉;쀀𝔦rave耻ì䃬Ȁ;inoܾ⋝⋩⋮Āin⋢⋦nt;樌t;戭fin;槜ta;愩lig;䄳ƀaop⋾⌚⌝ƀcgt⌅⌈⌗r;䄫ƀelpܟ⌏⌓inåގarôܠh;䄱f;抷ed;䆵ʀ;cfotӴ⌬⌱⌽⍁are;愅inĀ;t⌸⌹戞ie;槝doô⌙ʀ;celpݗ⍌⍐⍛⍡al;抺Āgr⍕⍙eróᕣã⍍arhk;樗rod;樼Ȁcgpt⍯⍲⍶⍻y;䑑on;䄯f;쀀𝕚a;䎹uest耻¿䂿Āci⎊⎏r;쀀𝒾nʀ;EdsvӴ⎛⎝⎡ӳ;拹ot;拵Ā;v⎦⎧拴;拳Ā;iݷ⎮lde;䄩ǫ⎸\0⎼cy;䑖l耻ï䃯̀cfmosu⏌⏗⏜⏡⏧⏵Āiy⏑⏕rc;䄵;䐹r;쀀𝔧ath;䈷pf;쀀𝕛ǣ⏬\0⏱r;쀀𝒿rcy;䑘kcy;䑔Ѐacfghjos␋␖␢␧␭␱␵␻ppaĀ;v␓␔䎺;䏰Āey␛␠dil;䄷;䐺r;쀀𝔨reen;䄸cy;䑅cy;䑜pf;쀀𝕜cr;쀀𝓀஀ABEHabcdefghjlmnoprstuv⑰⒁⒆⒍⒑┎┽╚▀♎♞♥♹♽⚚⚲⛘❝❨➋⟀⠁⠒ƀart⑷⑺⑼rò৆òΕail;椛arr;椎Ā;gঔ⒋;檋ar;楢ॣ⒥\0⒪\0⒱\0\0\0\0\0⒵Ⓔ\0ⓆⓈⓍ\0⓹ute;䄺mptyv;榴raîࡌbda;䎻gƀ;dlࢎⓁⓃ;榑åࢎ;檅uo耻«䂫rЀ;bfhlpst࢙ⓞⓦⓩ⓫⓮⓱⓵Ā;f࢝ⓣs;椟s;椝ë≒p;憫l;椹im;楳l;憢ƀ;ae⓿─┄檫il;椙Ā;s┉┊檭;쀀⪭︀ƀabr┕┙┝rr;椌rk;杲Āak┢┬cĀek┨┪;䁻;䁛Āes┱┳;榋lĀdu┹┻;榏;榍Ȁaeuy╆╋╖╘ron;䄾Ādi═╔il;䄼ìࢰâ┩;䐻Ȁcqrs╣╦╭╽a;椶uoĀ;rนᝆĀdu╲╷har;楧shar;楋h;憲ʀ;fgqs▋▌উ◳◿扤tʀahlrt▘▤▷◂◨rrowĀ;t࢙□aé⓶arpoonĀdu▯▴own»њp»०eftarrows;懇ightƀahs◍◖◞rrowĀ;sࣴࢧarpoonó྘quigarro÷⇰hreetimes;拋ƀ;qs▋ও◺lanôবʀ;cdgsব☊☍☝☨c;檨otĀ;o☔☕橿Ā;r☚☛檁;檃Ā;e☢☥쀀⋚︀s;檓ʀadegs☳☹☽♉♋pproøⓆot;拖qĀgq♃♅ôউgtò⒌ôছiíলƀilr♕࣡♚sht;楼;쀀𝔩Ā;Eজ♣;檑š♩♶rĀdu▲♮Ā;l॥♳;楪lk;斄cy;䑙ʀ;achtੈ⚈⚋⚑⚖rò◁orneòᴈard;楫ri;旺Āio⚟⚤dot;䅀ustĀ;a⚬⚭掰che»⚭ȀEaes⚻⚽⛉⛔;扨pĀ;p⛃⛄檉rox»⛄Ā;q⛎⛏檇Ā;q⛎⚻im;拦Ѐabnoptwz⛩⛴⛷✚✯❁❇❐Ānr⛮⛱g;柬r;懽rëࣁgƀlmr⛿✍✔eftĀar০✇ightá৲apsto;柼ightá৽parrowĀlr✥✩efô⓭ight;憬ƀafl✶✹✽r;榅;쀀𝕝us;樭imes;樴š❋❏st;戗áፎƀ;ef❗❘᠀旊nge»❘arĀ;l❤❥䀨t;榓ʀachmt❳❶❼➅➇ròࢨorneòᶌarĀ;d྘➃;業;怎ri;抿̀achiqt➘➝ੀ➢➮➻quo;怹r;쀀𝓁mƀ;egল➪➬;檍;檏Ābu┪➳oĀ;rฟ➹;怚rok;䅂萀<;cdhilqrࠫ⟒☹⟜⟠⟥⟪⟰Āci⟗⟙;檦r;橹reå◲mes;拉arr;楶uest;橻ĀPi⟵⟹ar;榖ƀ;ef⠀भ᠛旃rĀdu⠇⠍shar;楊har;楦Āen⠗⠡rtneqq;쀀≨︀Å⠞܀Dacdefhilnopsu⡀⡅⢂⢎⢓⢠⢥⢨⣚⣢⣤ઃ⣳⤂Dot;戺Ȁclpr⡎⡒⡣⡽r耻¯䂯Āet⡗⡙;時Ā;e⡞⡟朠se»⡟Ā;sျ⡨toȀ;dluျ⡳⡷⡻owîҌefôएðᏑker;斮Āoy⢇⢌mma;権;䐼ash;怔asuredangle»ᘦr;쀀𝔪o;愧ƀcdn⢯⢴⣉ro耻µ䂵Ȁ;acdᑤ⢽⣀⣄sôᚧir;櫰ot肻·Ƶusƀ;bd⣒ᤃ⣓戒Ā;uᴼ⣘;横ţ⣞⣡p;櫛ò−ðઁĀdp⣩⣮els;抧f;쀀𝕞Āct⣸⣽r;쀀𝓂pos»ᖝƀ;lm⤉⤊⤍䎼timap;抸ఀGLRVabcdefghijlmoprstuvw⥂⥓⥾⦉⦘⧚⧩⨕⨚⩘⩝⪃⪕⪤⪨⬄⬇⭄⭿⮮ⰴⱧⱼ⳩Āgt⥇⥋;쀀⋙̸Ā;v⥐௏쀀≫⃒ƀelt⥚⥲⥶ftĀar⥡⥧rrow;懍ightarrow;懎;쀀⋘̸Ā;v⥻ే쀀≪⃒ightarrow;懏ĀDd⦎⦓ash;抯ash;抮ʀbcnpt⦣⦧⦬⦱⧌la»˞ute;䅄g;쀀∠⃒ʀ;Eiop඄⦼⧀⧅⧈;쀀⩰̸d;쀀≋̸s;䅉roø඄urĀ;a⧓⧔普lĀ;s⧓ସdz⧟\0⧣p肻 ଷmpĀ;e௹ఀʀaeouy⧴⧾⨃⨐⨓ǰ⧹\0⧻;橃on;䅈dil;䅆ngĀ;dൾ⨊ot;쀀⩭̸p;橂;䐽ash;怓΀;Aadqsxஒ⨩⨭⨻⩁⩅⩐rr;懗rĀhr⨳⨶k;椤Ā;oᏲᏰot;쀀≐̸uiöୣĀei⩊⩎ar;椨í஘istĀ;s஠டr;쀀𝔫ȀEest௅⩦⩹⩼ƀ;qs஼⩭௡ƀ;qs஼௅⩴lanô௢ií௪Ā;rஶ⪁»ஷƀAap⪊⪍⪑rò⥱rr;憮ar;櫲ƀ;svྍ⪜ྌĀ;d⪡⪢拼;拺cy;䑚΀AEadest⪷⪺⪾⫂⫅⫶⫹rò⥦;쀀≦̸rr;憚r;急Ȁ;fqs఻⫎⫣⫯tĀar⫔⫙rro÷⫁ightarro÷⪐ƀ;qs఻⪺⫪lanôౕĀ;sౕ⫴»శiíౝĀ;rవ⫾iĀ;eచథiäඐĀpt⬌⬑f;쀀𝕟膀¬;in⬙⬚⬶䂬nȀ;Edvஉ⬤⬨⬮;쀀⋹̸ot;쀀⋵̸ǡஉ⬳⬵;拷;拶iĀ;vಸ⬼ǡಸ⭁⭃;拾;拽ƀaor⭋⭣⭩rȀ;ast୻⭕⭚⭟lleì୻l;쀀⫽⃥;쀀∂̸lint;樔ƀ;ceಒ⭰⭳uåಥĀ;cಘ⭸Ā;eಒ⭽ñಘȀAait⮈⮋⮝⮧rò⦈rrƀ;cw⮔⮕⮙憛;쀀⤳̸;쀀↝̸ghtarrow»⮕riĀ;eೋೖ΀chimpqu⮽⯍⯙⬄୸⯤⯯Ȁ;cerല⯆ഷ⯉uå൅;쀀𝓃ortɭ⬅\0\0⯖ará⭖mĀ;e൮⯟Ā;q൴൳suĀbp⯫⯭å೸åഋƀbcp⯶ⰑⰙȀ;Ees⯿ⰀഢⰄ抄;쀀⫅̸etĀ;eഛⰋqĀ;qണⰀcĀ;eലⰗñസȀ;EesⰢⰣൟⰧ抅;쀀⫆̸etĀ;e൘ⰮqĀ;qൠⰣȀgilrⰽⰿⱅⱇìௗlde耻ñ䃱çృiangleĀlrⱒⱜeftĀ;eచⱚñదightĀ;eೋⱥñ೗Ā;mⱬⱭ䎽ƀ;esⱴⱵⱹ䀣ro;愖p;怇ҀDHadgilrsⲏⲔⲙⲞⲣⲰⲶⳓⳣash;抭arr;椄p;쀀≍⃒ash;抬ĀetⲨⲬ;쀀≥⃒;쀀>⃒nfin;槞ƀAetⲽⳁⳅrr;椂;쀀≤⃒Ā;rⳊⳍ쀀<⃒ie;쀀⊴⃒ĀAtⳘⳜrr;椃rie;쀀⊵⃒im;쀀∼⃒ƀAan⳰⳴ⴂrr;懖rĀhr⳺⳽k;椣Ā;oᏧᏥear;椧ቓ᪕\0\0\0\0\0\0\0\0\0\0\0\0\0ⴭ\0ⴸⵈⵠⵥ⵲ⶄᬇ\0\0ⶍⶫ\0ⷈⷎ\0ⷜ⸙⸫⸾⹃Ācsⴱ᪗ute耻ó䃳ĀiyⴼⵅrĀ;c᪞ⵂ耻ô䃴;䐾ʀabios᪠ⵒⵗLjⵚlac;䅑v;樸old;榼lig;䅓Ācr⵩⵭ir;榿;쀀𝔬ͯ⵹\0\0⵼\0ⶂn;䋛ave耻ò䃲;槁Ābmⶈ෴ar;榵Ȁacitⶕ⶘ⶥⶨrò᪀Āir⶝ⶠr;榾oss;榻nå๒;槀ƀaeiⶱⶵⶹcr;䅍ga;䏉ƀcdnⷀⷅǍron;䎿;榶pf;쀀𝕠ƀaelⷔ⷗ǒr;榷rp;榹΀;adiosvⷪⷫⷮ⸈⸍⸐⸖戨rò᪆Ȁ;efmⷷⷸ⸂⸅橝rĀ;oⷾⷿ愴f»ⷿ耻ª䂪耻º䂺gof;抶r;橖lope;橗;橛ƀclo⸟⸡⸧ò⸁ash耻ø䃸l;折iŬⸯ⸴de耻õ䃵esĀ;aǛ⸺s;樶ml耻ö䃶bar;挽ૡ⹞\0⹽\0⺀⺝\0⺢⺹\0\0⻋ຜ\0⼓\0\0⼫⾼\0⿈rȀ;astЃ⹧⹲຅脀¶;l⹭⹮䂶leìЃɩ⹸\0\0⹻m;櫳;櫽y;䐿rʀcimpt⺋⺏⺓ᡥ⺗nt;䀥od;䀮il;怰enk;怱r;쀀𝔭ƀimo⺨⺰⺴Ā;v⺭⺮䏆;䏕maô੶ne;明ƀ;tv⺿⻀⻈䏀chfork»´;䏖Āau⻏⻟nĀck⻕⻝kĀ;h⇴⻛;愎ö⇴sҀ;abcdemst⻳⻴ᤈ⻹⻽⼄⼆⼊⼎䀫cir;樣ir;樢Āouᵀ⼂;樥;橲n肻±ຝim;樦wo;樧ƀipu⼙⼠⼥ntint;樕f;쀀𝕡nd耻£䂣Ԁ;Eaceinosu່⼿⽁⽄⽇⾁⾉⾒⽾⾶;檳p;檷uå໙Ā;c໎⽌̀;acens່⽙⽟⽦⽨⽾pproø⽃urlyeñ໙ñ໎ƀaes⽯⽶⽺pprox;檹qq;檵im;拨iíໟmeĀ;s⾈ຮ怲ƀEas⽸⾐⽺ð⽵ƀdfp໬⾙⾯ƀals⾠⾥⾪lar;挮ine;挒urf;挓Ā;t໻⾴ï໻rel;抰Āci⿀⿅r;쀀𝓅;䏈ncsp;怈̀fiopsu⿚⋢⿟⿥⿫⿱r;쀀𝔮pf;쀀𝕢rime;恗cr;쀀𝓆ƀaeo⿸〉〓tĀei⿾々rnionóڰnt;樖stĀ;e【】䀿ñἙô༔઀ABHabcdefhilmnoprstux぀けさすムㄎㄫㅇㅢㅲㆎ㈆㈕㈤㈩㉘㉮㉲㊐㊰㊷ƀartぇおがròႳòϝail;検aròᱥar;楤΀cdenqrtとふへみわゔヌĀeuねぱ;쀀∽̱te;䅕iãᅮmptyv;榳gȀ;del࿑らるろ;榒;榥å࿑uo耻»䂻rր;abcfhlpstw࿜ガクシスゼゾダッデナp;極Ā;f࿠ゴs;椠;椳s;椞ë≝ð✮l;楅im;楴l;憣;憝Āaiパフil;椚oĀ;nホボ戶aló༞ƀabrョリヮrò៥rk;杳ĀakンヽcĀekヹ・;䁽;䁝Āes㄂㄄;榌lĀduㄊㄌ;榎;榐Ȁaeuyㄗㄜㄧㄩron;䅙Ādiㄡㄥil;䅗ì࿲âヺ;䑀Ȁclqsㄴㄷㄽㅄa;椷dhar;楩uoĀ;rȎȍh;憳ƀacgㅎㅟངlȀ;ipsླྀㅘㅛႜnåႻarôྩt;断ƀilrㅩဣㅮsht;楽;쀀𝔯ĀaoㅷㆆrĀduㅽㅿ»ѻĀ;l႑ㆄ;楬Ā;vㆋㆌ䏁;䏱ƀgns㆕ㇹㇼht̀ahlrstㆤㆰ㇂㇘㇤㇮rrowĀ;t࿜ㆭaéトarpoonĀduㆻㆿowîㅾp»႒eftĀah㇊㇐rrowó࿪arpoonóՑightarrows;應quigarro÷ニhreetimes;拌g;䋚ingdotseñἲƀahm㈍㈐㈓rò࿪aòՑ;怏oustĀ;a㈞㈟掱che»㈟mid;櫮Ȁabpt㈲㈽㉀㉒Ānr㈷㈺g;柭r;懾rëဃƀafl㉇㉊㉎r;榆;쀀𝕣us;樮imes;樵Āap㉝㉧rĀ;g㉣㉤䀩t;榔olint;樒arò㇣Ȁachq㉻㊀Ⴜ㊅quo;怺r;쀀𝓇Ābu・㊊oĀ;rȔȓƀhir㊗㊛㊠reåㇸmes;拊iȀ;efl㊪ၙᠡ㊫方tri;槎luhar;楨;愞ൡ㋕㋛㋟㌬㌸㍱\0㍺㎤\0\0㏬㏰\0㐨㑈㑚㒭㒱㓊㓱\0㘖\0\0㘳cute;䅛quï➺Ԁ;Eaceinpsyᇭ㋳㋵㋿㌂㌋㌏㌟㌦㌩;檴ǰ㋺\0㋼;檸on;䅡uåᇾĀ;dᇳ㌇il;䅟rc;䅝ƀEas㌖㌘㌛;檶p;檺im;择olint;樓iíሄ;䑁otƀ;be㌴ᵇ㌵担;橦΀Aacmstx㍆㍊㍗㍛㍞㍣㍭rr;懘rĀhr㍐㍒ë∨Ā;oਸ਼਴t耻§䂧i;䀻war;椩mĀin㍩ðnuóñt;朶rĀ;o㍶⁕쀀𝔰Ȁacoy㎂㎆㎑㎠rp;景Āhy㎋㎏cy;䑉;䑈rtɭ㎙\0\0㎜iäᑤaraì⹯耻­䂭Āgm㎨㎴maƀ;fv㎱㎲㎲䏃;䏂Ѐ;deglnprካ㏅㏉㏎㏖㏞㏡㏦ot;橪Ā;q኱ኰĀ;E㏓㏔檞;檠Ā;E㏛㏜檝;檟e;扆lus;樤arr;楲aròᄽȀaeit㏸㐈㐏㐗Āls㏽㐄lsetmé㍪hp;樳parsl;槤Ādlᑣ㐔e;挣Ā;e㐜㐝檪Ā;s㐢㐣檬;쀀⪬︀ƀflp㐮㐳㑂tcy;䑌Ā;b㐸㐹䀯Ā;a㐾㐿槄r;挿f;쀀𝕤aĀdr㑍ЂesĀ;u㑔㑕晠it»㑕ƀcsu㑠㑹㒟Āau㑥㑯pĀ;sᆈ㑫;쀀⊓︀pĀ;sᆴ㑵;쀀⊔︀uĀbp㑿㒏ƀ;esᆗᆜ㒆etĀ;eᆗ㒍ñᆝƀ;esᆨᆭ㒖etĀ;eᆨ㒝ñᆮƀ;afᅻ㒦ְrť㒫ֱ»ᅼaròᅈȀcemt㒹㒾㓂㓅r;쀀𝓈tmîñiì㐕aræᆾĀar㓎㓕rĀ;f㓔ឿ昆Āan㓚㓭ightĀep㓣㓪psiloîỠhé⺯s»⡒ʀbcmnp㓻㕞ሉ㖋㖎Ҁ;Edemnprs㔎㔏㔑㔕㔞㔣㔬㔱㔶抂;櫅ot;檽Ā;dᇚ㔚ot;櫃ult;櫁ĀEe㔨㔪;櫋;把lus;檿arr;楹ƀeiu㔽㕒㕕tƀ;en㔎㕅㕋qĀ;qᇚ㔏eqĀ;q㔫㔨m;櫇Ābp㕚㕜;櫕;櫓c̀;acensᇭ㕬㕲㕹㕻㌦pproø㋺urlyeñᇾñᇳƀaes㖂㖈㌛pproø㌚qñ㌗g;晪ڀ123;Edehlmnps㖩㖬㖯ሜ㖲㖴㗀㗉㗕㗚㗟㗨㗭耻¹䂹耻²䂲耻³䂳;櫆Āos㖹㖼t;檾ub;櫘Ā;dሢ㗅ot;櫄sĀou㗏㗒l;柉b;櫗arr;楻ult;櫂ĀEe㗤㗦;櫌;抋lus;櫀ƀeiu㗴㘉㘌tƀ;enሜ㗼㘂qĀ;qሢ㖲eqĀ;q㗧㗤m;櫈Ābp㘑㘓;櫔;櫖ƀAan㘜㘠㘭rr;懙rĀhr㘦㘨ë∮Ā;oਫ਩war;椪lig耻ß䃟௡㙑㙝㙠ዎ㙳㙹\0㙾㛂\0\0\0\0\0㛛㜃\0㜉㝬\0\0\0㞇ɲ㙖\0\0㙛get;挖;䏄rë๟ƀaey㙦㙫㙰ron;䅥dil;䅣;䑂lrec;挕r;쀀𝔱Ȁeiko㚆㚝㚵㚼Dz㚋\0㚑eĀ4fኄኁaƀ;sv㚘㚙㚛䎸ym;䏑Ācn㚢㚲kĀas㚨㚮pproø዁im»ኬsðኞĀas㚺㚮ð዁rn耻þ䃾Ǭ̟㛆⋧es膀×;bd㛏㛐㛘䃗Ā;aᤏ㛕r;樱;樰ƀeps㛡㛣㜀á⩍Ȁ;bcf҆㛬㛰㛴ot;挶ir;櫱Ā;o㛹㛼쀀𝕥rk;櫚á㍢rime;怴ƀaip㜏㜒㝤dåቈ΀adempst㜡㝍㝀㝑㝗㝜㝟ngleʀ;dlqr㜰㜱㜶㝀㝂斵own»ᶻeftĀ;e⠀㜾ñम;扜ightĀ;e㊪㝋ñၚot;旬inus;樺lus;樹b;槍ime;樻ezium;揢ƀcht㝲㝽㞁Āry㝷㝻;쀀𝓉;䑆cy;䑛rok;䅧Āio㞋㞎xô᝷headĀlr㞗㞠eftarro÷ࡏightarrow»ཝऀAHabcdfghlmoprstuw㟐㟓㟗㟤㟰㟼㠎㠜㠣㠴㡑㡝㡫㢩㣌㣒㣪㣶ròϭar;楣Ācr㟜㟢ute耻ú䃺òᅐrǣ㟪\0㟭y;䑞ve;䅭Āiy㟵㟺rc耻û䃻;䑃ƀabh㠃㠆㠋ròᎭlac;䅱aòᏃĀir㠓㠘sht;楾;쀀𝔲rave耻ù䃹š㠧㠱rĀlr㠬㠮»ॗ»ႃlk;斀Āct㠹㡍ɯ㠿\0\0㡊rnĀ;e㡅㡆挜r»㡆op;挏ri;旸Āal㡖㡚cr;䅫肻¨͉Āgp㡢㡦on;䅳f;쀀𝕦̀adhlsuᅋ㡸㡽፲㢑㢠ownáᎳarpoonĀlr㢈㢌efô㠭ighô㠯iƀ;hl㢙㢚㢜䏅»ᏺon»㢚parrows;懈ƀcit㢰㣄㣈ɯ㢶\0\0㣁rnĀ;e㢼㢽挝r»㢽op;挎ng;䅯ri;旹cr;쀀𝓊ƀdir㣙㣝㣢ot;拰lde;䅩iĀ;f㜰㣨»᠓Āam㣯㣲rò㢨l耻ü䃼angle;榧ހABDacdeflnoprsz㤜㤟㤩㤭㦵㦸㦽㧟㧤㧨㧳㧹㧽㨁㨠ròϷarĀ;v㤦㤧櫨;櫩asèϡĀnr㤲㤷grt;榜΀eknprst㓣㥆㥋㥒㥝㥤㦖appá␕othinçẖƀhir㓫⻈㥙opô⾵Ā;hᎷ㥢ïㆍĀiu㥩㥭gmá㎳Ābp㥲㦄setneqĀ;q㥽㦀쀀⊊︀;쀀⫋︀setneqĀ;q㦏㦒쀀⊋︀;쀀⫌︀Āhr㦛㦟etá㚜iangleĀlr㦪㦯eft»थight»ၑy;䐲ash»ံƀelr㧄㧒㧗ƀ;beⷪ㧋㧏ar;抻q;扚lip;拮Ābt㧜ᑨaòᑩr;쀀𝔳tré㦮suĀbp㧯㧱»ജ»൙pf;쀀𝕧roð໻tré㦴Ācu㨆㨋r;쀀𝓋Ābp㨐㨘nĀEe㦀㨖»㥾nĀEe㦒㨞»㦐igzag;榚΀cefoprs㨶㨻㩖㩛㩔㩡㩪irc;䅵Ādi㩀㩑Ābg㩅㩉ar;機eĀ;qᗺ㩏;扙erp;愘r;쀀𝔴pf;쀀𝕨Ā;eᑹ㩦atèᑹcr;쀀𝓌ૣណ㪇\0㪋\0㪐㪛\0\0㪝㪨㪫㪯\0\0㫃㫎\0㫘ៜ៟tré៑r;쀀𝔵ĀAa㪔㪗ròσrò৶;䎾ĀAa㪡㪤ròθrò৫að✓is;拻ƀdptឤ㪵㪾Āfl㪺ឩ;쀀𝕩imåឲĀAa㫇㫊ròώròਁĀcq㫒ីr;쀀𝓍Āpt៖㫜ré។Ѐacefiosu㫰㫽㬈㬌㬑㬕㬛㬡cĀuy㫶㫻te耻ý䃽;䑏Āiy㬂㬆rc;䅷;䑋n耻¥䂥r;쀀𝔶cy;䑗pf;쀀𝕪cr;쀀𝓎Ācm㬦㬩y;䑎l耻ÿ䃿Ԁacdefhiosw㭂㭈㭔㭘㭤㭩㭭㭴㭺㮀cute;䅺Āay㭍㭒ron;䅾;䐷ot;䅼Āet㭝㭡træᕟa;䎶r;쀀𝔷cy;䐶grarr;懝pf;쀀𝕫cr;쀀𝓏Ājn㮅㮇;怍j;怌'.split("").map((t=>t.charCodeAt(0)))),fo=new Uint16Array("Ȁaglq\tɭ\0\0p;䀦os;䀧t;䀾t;䀼uot;䀢".split("").map((t=>t.charCodeAt(0))));var go;const bo=new Map([[0,65533],[128,8364],[130,8218],[131,402],[132,8222],[133,8230],[134,8224],[135,8225],[136,710],[137,8240],[138,352],[139,8249],[140,338],[142,381],[145,8216],[146,8217],[147,8220],[148,8221],[149,8226],[150,8211],[151,8212],[152,732],[153,8482],[154,353],[155,8250],[156,339],[158,382],[159,376]]),yo=null!==(go=String.fromCodePoint)&&void 0!==go?go:function(t){let e="";return t>65535&&(t-=65536,e+=String.fromCharCode(t>>>10&1023|55296),t=56320|1023&t),e+=String.fromCharCode(t),e};var vo,xo,Co,wo,ko;function Ao(t){return t>=vo.ZERO&&t<=vo.NINE}!function(t){t[t.NUM=35]="NUM",t[t.SEMI=59]="SEMI",t[t.EQUALS=61]="EQUALS",t[t.ZERO=48]="ZERO",t[t.NINE=57]="NINE",t[t.LOWER_A=97]="LOWER_A",t[t.LOWER_F=102]="LOWER_F",t[t.LOWER_X=120]="LOWER_X",t[t.LOWER_Z=122]="LOWER_Z",t[t.UPPER_A=65]="UPPER_A",t[t.UPPER_F=70]="UPPER_F",t[t.UPPER_Z=90]="UPPER_Z"}(vo||(vo={})),function(t){t[t.VALUE_LENGTH=49152]="VALUE_LENGTH",t[t.BRANCH_LENGTH=16256]="BRANCH_LENGTH",t[t.JUMP_TABLE=127]="JUMP_TABLE"}(xo||(xo={})),function(t){t[t.EntityStart=0]="EntityStart",t[t.NumericStart=1]="NumericStart",t[t.NumericDecimal=2]="NumericDecimal",t[t.NumericHex=3]="NumericHex",t[t.NamedEntity=4]="NamedEntity"}(Co||(Co={})),(ko=wo||(wo={}))[ko.Legacy=0]="Legacy",ko[ko.Strict=1]="Strict",ko[ko.Attribute=2]="Attribute";class Eo{constructor(t,e,r){this.decodeTree=t,this.emitCodePoint=e,this.errors=r,this.state=Co.EntityStart,this.consumed=1,this.result=0,this.treeIndex=0,this.excess=1,this.decodeMode=wo.Strict}startEntity(t){this.decodeMode=t,this.state=Co.EntityStart,this.result=0,this.treeIndex=0,this.excess=1,this.consumed=1}write(t,e){switch(this.state){case Co.EntityStart:return t.charCodeAt(e)===vo.NUM?(this.state=Co.NumericStart,this.consumed+=1,this.stateNumericStart(t,e+1)):(this.state=Co.NamedEntity,this.stateNamedEntity(t,e));case Co.NumericStart:return this.stateNumericStart(t,e);case Co.NumericDecimal:return this.stateNumericDecimal(t,e);case Co.NumericHex:return this.stateNumericHex(t,e);case Co.NamedEntity:return this.stateNamedEntity(t,e)}}stateNumericStart(t,e){return e>=t.length?-1:(32|t.charCodeAt(e))===vo.LOWER_X?(this.state=Co.NumericHex,this.consumed+=1,this.stateNumericHex(t,e+1)):(this.state=Co.NumericDecimal,this.stateNumericDecimal(t,e))}addToNumericResult(t,e,r,n){if(e!==r){const o=r-e;this.result=this.result*Math.pow(n,o)+parseInt(t.substr(e,o),n),this.consumed+=o}}stateNumericHex(t,e){const r=e;for(;e<t.length;){const o=t.charCodeAt(e);if(!(Ao(o)||(n=o,n>=vo.UPPER_A&&n<=vo.UPPER_F||n>=vo.LOWER_A&&n<=vo.LOWER_F)))return this.addToNumericResult(t,r,e,16),this.emitNumericEntity(o,3);e+=1}var n;return this.addToNumericResult(t,r,e,16),-1}stateNumericDecimal(t,e){const r=e;for(;e<t.length;){const n=t.charCodeAt(e);if(!Ao(n))return this.addToNumericResult(t,r,e,10),this.emitNumericEntity(n,2);e+=1}return this.addToNumericResult(t,r,e,10),-1}emitNumericEntity(t,e){var r;if(this.consumed<=e)return null===(r=this.errors)||void 0===r||r.absenceOfDigitsInNumericCharacterReference(this.consumed),0;if(t===vo.SEMI)this.consumed+=1;else if(this.decodeMode===wo.Strict)return 0;return this.emitCodePoint(function(t){var e;return t>=55296&&t<=57343||t>1114111?65533:null!==(e=bo.get(t))&&void 0!==e?e:t}(this.result),this.consumed),this.errors&&(t!==vo.SEMI&&this.errors.missingSemicolonAfterCharacterReference(),this.errors.validateNumericCharacterReference(this.result)),this.consumed}stateNamedEntity(t,e){const{decodeTree:r}=this;let n=r[this.treeIndex],o=(n&xo.VALUE_LENGTH)>>14;for(;e<t.length;e++,this.excess++){const a=t.charCodeAt(e);if(this.treeIndex=So(r,n,this.treeIndex+Math.max(1,o),a),this.treeIndex<0)return 0===this.result||this.decodeMode===wo.Attribute&&(0===o||((i=a)===vo.EQUALS||function(t){return t>=vo.UPPER_A&&t<=vo.UPPER_Z||t>=vo.LOWER_A&&t<=vo.LOWER_Z||Ao(t)}(i)))?0:this.emitNotTerminatedNamedEntity();if(n=r[this.treeIndex],o=(n&xo.VALUE_LENGTH)>>14,0!==o){if(a===vo.SEMI)return this.emitNamedEntityData(this.treeIndex,o,this.consumed+this.excess);this.decodeMode!==wo.Strict&&(this.result=this.treeIndex,this.consumed+=this.excess,this.excess=0)}}var i;return-1}emitNotTerminatedNamedEntity(){var t;const{result:e,decodeTree:r}=this,n=(r[e]&xo.VALUE_LENGTH)>>14;return this.emitNamedEntityData(e,n,this.consumed),null===(t=this.errors)||void 0===t||t.missingSemicolonAfterCharacterReference(),this.consumed}emitNamedEntityData(t,e,r){const{decodeTree:n}=this;return this.emitCodePoint(1===e?n[t]&~xo.VALUE_LENGTH:n[t+1],r),3===e&&this.emitCodePoint(n[t+2],r),r}end(){var t;switch(this.state){case Co.NamedEntity:return 0===this.result||this.decodeMode===wo.Attribute&&this.result!==this.treeIndex?0:this.emitNotTerminatedNamedEntity();case Co.NumericDecimal:return this.emitNumericEntity(0,2);case Co.NumericHex:return this.emitNumericEntity(0,3);case Co.NumericStart:return null===(t=this.errors)||void 0===t||t.absenceOfDigitsInNumericCharacterReference(this.consumed),0;case Co.EntityStart:return 0}}}function _o(t){let e="";const r=new Eo(t,(t=>e+=yo(t)));return function(t,n){let o=0,i=0;for(;(i=t.indexOf("&",i))>=0;){e+=t.slice(o,i),r.startEntity(n);const a=r.write(t,i+1);if(a<0){o=i+r.end();break}o=i+a,i=0===a?o+1:o}const a=e+t.slice(o);return e="",a}}function So(t,e,r,n){const o=(e&xo.BRANCH_LENGTH)>>7,i=e&xo.JUMP_TABLE;if(0===o)return 0!==i&&n===i?r:-1;if(i){const e=n-i;return e<0||e>=o?-1:t[r+e]-1}let a=r,s=a+o-1;for(;a<=s;){const e=a+s>>>1,r=t[e];if(r<n)a=e+1;else{if(!(r>n))return t[e+o];s=e-1}}return-1}const Do=_o(mo);function To(t,e=wo.Legacy){return Do(t,e)}function Mo(t){for(let e=1;e<t.length;e++)t[e][0]+=t[e-1][0]+1;return t}_o(fo),new Map(Mo([[9,"&Tab;"],[0,"&NewLine;"],[22,"&excl;"],[0,"&quot;"],[0,"&num;"],[0,"&dollar;"],[0,"&percnt;"],[0,"&amp;"],[0,"&apos;"],[0,"&lpar;"],[0,"&rpar;"],[0,"&ast;"],[0,"&plus;"],[0,"&comma;"],[1,"&period;"],[0,"&sol;"],[10,"&colon;"],[0,"&semi;"],[0,{v:"&lt;",n:8402,o:"&nvlt;"}],[0,{v:"&equals;",n:8421,o:"&bne;"}],[0,{v:"&gt;",n:8402,o:"&nvgt;"}],[0,"&quest;"],[0,"&commat;"],[26,"&lbrack;"],[0,"&bsol;"],[0,"&rbrack;"],[0,"&Hat;"],[0,"&lowbar;"],[0,"&DiacriticalGrave;"],[5,{n:106,o:"&fjlig;"}],[20,"&lbrace;"],[0,"&verbar;"],[0,"&rbrace;"],[34,"&nbsp;"],[0,"&iexcl;"],[0,"&cent;"],[0,"&pound;"],[0,"&curren;"],[0,"&yen;"],[0,"&brvbar;"],[0,"&sect;"],[0,"&die;"],[0,"&copy;"],[0,"&ordf;"],[0,"&laquo;"],[0,"&not;"],[0,"&shy;"],[0,"&circledR;"],[0,"&macr;"],[0,"&deg;"],[0,"&PlusMinus;"],[0,"&sup2;"],[0,"&sup3;"],[0,"&acute;"],[0,"&micro;"],[0,"&para;"],[0,"&centerdot;"],[0,"&cedil;"],[0,"&sup1;"],[0,"&ordm;"],[0,"&raquo;"],[0,"&frac14;"],[0,"&frac12;"],[0,"&frac34;"],[0,"&iquest;"],[0,"&Agrave;"],[0,"&Aacute;"],[0,"&Acirc;"],[0,"&Atilde;"],[0,"&Auml;"],[0,"&angst;"],[0,"&AElig;"],[0,"&Ccedil;"],[0,"&Egrave;"],[0,"&Eacute;"],[0,"&Ecirc;"],[0,"&Euml;"],[0,"&Igrave;"],[0,"&Iacute;"],[0,"&Icirc;"],[0,"&Iuml;"],[0,"&ETH;"],[0,"&Ntilde;"],[0,"&Ograve;"],[0,"&Oacute;"],[0,"&Ocirc;"],[0,"&Otilde;"],[0,"&Ouml;"],[0,"&times;"],[0,"&Oslash;"],[0,"&Ugrave;"],[0,"&Uacute;"],[0,"&Ucirc;"],[0,"&Uuml;"],[0,"&Yacute;"],[0,"&THORN;"],[0,"&szlig;"],[0,"&agrave;"],[0,"&aacute;"],[0,"&acirc;"],[0,"&atilde;"],[0,"&auml;"],[0,"&aring;"],[0,"&aelig;"],[0,"&ccedil;"],[0,"&egrave;"],[0,"&eacute;"],[0,"&ecirc;"],[0,"&euml;"],[0,"&igrave;"],[0,"&iacute;"],[0,"&icirc;"],[0,"&iuml;"],[0,"&eth;"],[0,"&ntilde;"],[0,"&ograve;"],[0,"&oacute;"],[0,"&ocirc;"],[0,"&otilde;"],[0,"&ouml;"],[0,"&div;"],[0,"&oslash;"],[0,"&ugrave;"],[0,"&uacute;"],[0,"&ucirc;"],[0,"&uuml;"],[0,"&yacute;"],[0,"&thorn;"],[0,"&yuml;"],[0,"&Amacr;"],[0,"&amacr;"],[0,"&Abreve;"],[0,"&abreve;"],[0,"&Aogon;"],[0,"&aogon;"],[0,"&Cacute;"],[0,"&cacute;"],[0,"&Ccirc;"],[0,"&ccirc;"],[0,"&Cdot;"],[0,"&cdot;"],[0,"&Ccaron;"],[0,"&ccaron;"],[0,"&Dcaron;"],[0,"&dcaron;"],[0,"&Dstrok;"],[0,"&dstrok;"],[0,"&Emacr;"],[0,"&emacr;"],[2,"&Edot;"],[0,"&edot;"],[0,"&Eogon;"],[0,"&eogon;"],[0,"&Ecaron;"],[0,"&ecaron;"],[0,"&Gcirc;"],[0,"&gcirc;"],[0,"&Gbreve;"],[0,"&gbreve;"],[0,"&Gdot;"],[0,"&gdot;"],[0,"&Gcedil;"],[1,"&Hcirc;"],[0,"&hcirc;"],[0,"&Hstrok;"],[0,"&hstrok;"],[0,"&Itilde;"],[0,"&itilde;"],[0,"&Imacr;"],[0,"&imacr;"],[2,"&Iogon;"],[0,"&iogon;"],[0,"&Idot;"],[0,"&imath;"],[0,"&IJlig;"],[0,"&ijlig;"],[0,"&Jcirc;"],[0,"&jcirc;"],[0,"&Kcedil;"],[0,"&kcedil;"],[0,"&kgreen;"],[0,"&Lacute;"],[0,"&lacute;"],[0,"&Lcedil;"],[0,"&lcedil;"],[0,"&Lcaron;"],[0,"&lcaron;"],[0,"&Lmidot;"],[0,"&lmidot;"],[0,"&Lstrok;"],[0,"&lstrok;"],[0,"&Nacute;"],[0,"&nacute;"],[0,"&Ncedil;"],[0,"&ncedil;"],[0,"&Ncaron;"],[0,"&ncaron;"],[0,"&napos;"],[0,"&ENG;"],[0,"&eng;"],[0,"&Omacr;"],[0,"&omacr;"],[2,"&Odblac;"],[0,"&odblac;"],[0,"&OElig;"],[0,"&oelig;"],[0,"&Racute;"],[0,"&racute;"],[0,"&Rcedil;"],[0,"&rcedil;"],[0,"&Rcaron;"],[0,"&rcaron;"],[0,"&Sacute;"],[0,"&sacute;"],[0,"&Scirc;"],[0,"&scirc;"],[0,"&Scedil;"],[0,"&scedil;"],[0,"&Scaron;"],[0,"&scaron;"],[0,"&Tcedil;"],[0,"&tcedil;"],[0,"&Tcaron;"],[0,"&tcaron;"],[0,"&Tstrok;"],[0,"&tstrok;"],[0,"&Utilde;"],[0,"&utilde;"],[0,"&Umacr;"],[0,"&umacr;"],[0,"&Ubreve;"],[0,"&ubreve;"],[0,"&Uring;"],[0,"&uring;"],[0,"&Udblac;"],[0,"&udblac;"],[0,"&Uogon;"],[0,"&uogon;"],[0,"&Wcirc;"],[0,"&wcirc;"],[0,"&Ycirc;"],[0,"&ycirc;"],[0,"&Yuml;"],[0,"&Zacute;"],[0,"&zacute;"],[0,"&Zdot;"],[0,"&zdot;"],[0,"&Zcaron;"],[0,"&zcaron;"],[19,"&fnof;"],[34,"&imped;"],[63,"&gacute;"],[65,"&jmath;"],[142,"&circ;"],[0,"&caron;"],[16,"&breve;"],[0,"&DiacriticalDot;"],[0,"&ring;"],[0,"&ogon;"],[0,"&DiacriticalTilde;"],[0,"&dblac;"],[51,"&DownBreve;"],[127,"&Alpha;"],[0,"&Beta;"],[0,"&Gamma;"],[0,"&Delta;"],[0,"&Epsilon;"],[0,"&Zeta;"],[0,"&Eta;"],[0,"&Theta;"],[0,"&Iota;"],[0,"&Kappa;"],[0,"&Lambda;"],[0,"&Mu;"],[0,"&Nu;"],[0,"&Xi;"],[0,"&Omicron;"],[0,"&Pi;"],[0,"&Rho;"],[1,"&Sigma;"],[0,"&Tau;"],[0,"&Upsilon;"],[0,"&Phi;"],[0,"&Chi;"],[0,"&Psi;"],[0,"&ohm;"],[7,"&alpha;"],[0,"&beta;"],[0,"&gamma;"],[0,"&delta;"],[0,"&epsi;"],[0,"&zeta;"],[0,"&eta;"],[0,"&theta;"],[0,"&iota;"],[0,"&kappa;"],[0,"&lambda;"],[0,"&mu;"],[0,"&nu;"],[0,"&xi;"],[0,"&omicron;"],[0,"&pi;"],[0,"&rho;"],[0,"&sigmaf;"],[0,"&sigma;"],[0,"&tau;"],[0,"&upsi;"],[0,"&phi;"],[0,"&chi;"],[0,"&psi;"],[0,"&omega;"],[7,"&thetasym;"],[0,"&Upsi;"],[2,"&phiv;"],[0,"&piv;"],[5,"&Gammad;"],[0,"&digamma;"],[18,"&kappav;"],[0,"&rhov;"],[3,"&epsiv;"],[0,"&backepsilon;"],[10,"&IOcy;"],[0,"&DJcy;"],[0,"&GJcy;"],[0,"&Jukcy;"],[0,"&DScy;"],[0,"&Iukcy;"],[0,"&YIcy;"],[0,"&Jsercy;"],[0,"&LJcy;"],[0,"&NJcy;"],[0,"&TSHcy;"],[0,"&KJcy;"],[1,"&Ubrcy;"],[0,"&DZcy;"],[0,"&Acy;"],[0,"&Bcy;"],[0,"&Vcy;"],[0,"&Gcy;"],[0,"&Dcy;"],[0,"&IEcy;"],[0,"&ZHcy;"],[0,"&Zcy;"],[0,"&Icy;"],[0,"&Jcy;"],[0,"&Kcy;"],[0,"&Lcy;"],[0,"&Mcy;"],[0,"&Ncy;"],[0,"&Ocy;"],[0,"&Pcy;"],[0,"&Rcy;"],[0,"&Scy;"],[0,"&Tcy;"],[0,"&Ucy;"],[0,"&Fcy;"],[0,"&KHcy;"],[0,"&TScy;"],[0,"&CHcy;"],[0,"&SHcy;"],[0,"&SHCHcy;"],[0,"&HARDcy;"],[0,"&Ycy;"],[0,"&SOFTcy;"],[0,"&Ecy;"],[0,"&YUcy;"],[0,"&YAcy;"],[0,"&acy;"],[0,"&bcy;"],[0,"&vcy;"],[0,"&gcy;"],[0,"&dcy;"],[0,"&iecy;"],[0,"&zhcy;"],[0,"&zcy;"],[0,"&icy;"],[0,"&jcy;"],[0,"&kcy;"],[0,"&lcy;"],[0,"&mcy;"],[0,"&ncy;"],[0,"&ocy;"],[0,"&pcy;"],[0,"&rcy;"],[0,"&scy;"],[0,"&tcy;"],[0,"&ucy;"],[0,"&fcy;"],[0,"&khcy;"],[0,"&tscy;"],[0,"&chcy;"],[0,"&shcy;"],[0,"&shchcy;"],[0,"&hardcy;"],[0,"&ycy;"],[0,"&softcy;"],[0,"&ecy;"],[0,"&yucy;"],[0,"&yacy;"],[1,"&iocy;"],[0,"&djcy;"],[0,"&gjcy;"],[0,"&jukcy;"],[0,"&dscy;"],[0,"&iukcy;"],[0,"&yicy;"],[0,"&jsercy;"],[0,"&ljcy;"],[0,"&njcy;"],[0,"&tshcy;"],[0,"&kjcy;"],[1,"&ubrcy;"],[0,"&dzcy;"],[7074,"&ensp;"],[0,"&emsp;"],[0,"&emsp13;"],[0,"&emsp14;"],[1,"&numsp;"],[0,"&puncsp;"],[0,"&ThinSpace;"],[0,"&hairsp;"],[0,"&NegativeMediumSpace;"],[0,"&zwnj;"],[0,"&zwj;"],[0,"&lrm;"],[0,"&rlm;"],[0,"&dash;"],[2,"&ndash;"],[0,"&mdash;"],[0,"&horbar;"],[0,"&Verbar;"],[1,"&lsquo;"],[0,"&CloseCurlyQuote;"],[0,"&lsquor;"],[1,"&ldquo;"],[0,"&CloseCurlyDoubleQuote;"],[0,"&bdquo;"],[1,"&dagger;"],[0,"&Dagger;"],[0,"&bull;"],[2,"&nldr;"],[0,"&hellip;"],[9,"&permil;"],[0,"&pertenk;"],[0,"&prime;"],[0,"&Prime;"],[0,"&tprime;"],[0,"&backprime;"],[3,"&lsaquo;"],[0,"&rsaquo;"],[3,"&oline;"],[2,"&caret;"],[1,"&hybull;"],[0,"&frasl;"],[10,"&bsemi;"],[7,"&qprime;"],[7,{v:"&MediumSpace;",n:8202,o:"&ThickSpace;"}],[0,"&NoBreak;"],[0,"&af;"],[0,"&InvisibleTimes;"],[0,"&ic;"],[72,"&euro;"],[46,"&tdot;"],[0,"&DotDot;"],[37,"&complexes;"],[2,"&incare;"],[4,"&gscr;"],[0,"&hamilt;"],[0,"&Hfr;"],[0,"&Hopf;"],[0,"&planckh;"],[0,"&hbar;"],[0,"&imagline;"],[0,"&Ifr;"],[0,"&lagran;"],[0,"&ell;"],[1,"&naturals;"],[0,"&numero;"],[0,"&copysr;"],[0,"&weierp;"],[0,"&Popf;"],[0,"&Qopf;"],[0,"&realine;"],[0,"&real;"],[0,"&reals;"],[0,"&rx;"],[3,"&trade;"],[1,"&integers;"],[2,"&mho;"],[0,"&zeetrf;"],[0,"&iiota;"],[2,"&bernou;"],[0,"&Cayleys;"],[1,"&escr;"],[0,"&Escr;"],[0,"&Fouriertrf;"],[1,"&Mellintrf;"],[0,"&order;"],[0,"&alefsym;"],[0,"&beth;"],[0,"&gimel;"],[0,"&daleth;"],[12,"&CapitalDifferentialD;"],[0,"&dd;"],[0,"&ee;"],[0,"&ii;"],[10,"&frac13;"],[0,"&frac23;"],[0,"&frac15;"],[0,"&frac25;"],[0,"&frac35;"],[0,"&frac45;"],[0,"&frac16;"],[0,"&frac56;"],[0,"&frac18;"],[0,"&frac38;"],[0,"&frac58;"],[0,"&frac78;"],[49,"&larr;"],[0,"&ShortUpArrow;"],[0,"&rarr;"],[0,"&darr;"],[0,"&harr;"],[0,"&updownarrow;"],[0,"&nwarr;"],[0,"&nearr;"],[0,"&LowerRightArrow;"],[0,"&LowerLeftArrow;"],[0,"&nlarr;"],[0,"&nrarr;"],[1,{v:"&rarrw;",n:824,o:"&nrarrw;"}],[0,"&Larr;"],[0,"&Uarr;"],[0,"&Rarr;"],[0,"&Darr;"],[0,"&larrtl;"],[0,"&rarrtl;"],[0,"&LeftTeeArrow;"],[0,"&mapstoup;"],[0,"&map;"],[0,"&DownTeeArrow;"],[1,"&hookleftarrow;"],[0,"&hookrightarrow;"],[0,"&larrlp;"],[0,"&looparrowright;"],[0,"&harrw;"],[0,"&nharr;"],[1,"&lsh;"],[0,"&rsh;"],[0,"&ldsh;"],[0,"&rdsh;"],[1,"&crarr;"],[0,"&cularr;"],[0,"&curarr;"],[2,"&circlearrowleft;"],[0,"&circlearrowright;"],[0,"&leftharpoonup;"],[0,"&DownLeftVector;"],[0,"&RightUpVector;"],[0,"&LeftUpVector;"],[0,"&rharu;"],[0,"&DownRightVector;"],[0,"&dharr;"],[0,"&dharl;"],[0,"&RightArrowLeftArrow;"],[0,"&udarr;"],[0,"&LeftArrowRightArrow;"],[0,"&leftleftarrows;"],[0,"&upuparrows;"],[0,"&rightrightarrows;"],[0,"&ddarr;"],[0,"&leftrightharpoons;"],[0,"&Equilibrium;"],[0,"&nlArr;"],[0,"&nhArr;"],[0,"&nrArr;"],[0,"&DoubleLeftArrow;"],[0,"&DoubleUpArrow;"],[0,"&DoubleRightArrow;"],[0,"&dArr;"],[0,"&DoubleLeftRightArrow;"],[0,"&DoubleUpDownArrow;"],[0,"&nwArr;"],[0,"&neArr;"],[0,"&seArr;"],[0,"&swArr;"],[0,"&lAarr;"],[0,"&rAarr;"],[1,"&zigrarr;"],[6,"&larrb;"],[0,"&rarrb;"],[15,"&DownArrowUpArrow;"],[7,"&loarr;"],[0,"&roarr;"],[0,"&hoarr;"],[0,"&forall;"],[0,"&comp;"],[0,{v:"&part;",n:824,o:"&npart;"}],[0,"&exist;"],[0,"&nexist;"],[0,"&empty;"],[1,"&Del;"],[0,"&Element;"],[0,"&NotElement;"],[1,"&ni;"],[0,"&notni;"],[2,"&prod;"],[0,"&coprod;"],[0,"&sum;"],[0,"&minus;"],[0,"&MinusPlus;"],[0,"&dotplus;"],[1,"&Backslash;"],[0,"&lowast;"],[0,"&compfn;"],[1,"&radic;"],[2,"&prop;"],[0,"&infin;"],[0,"&angrt;"],[0,{v:"&ang;",n:8402,o:"&nang;"}],[0,"&angmsd;"],[0,"&angsph;"],[0,"&mid;"],[0,"&nmid;"],[0,"&DoubleVerticalBar;"],[0,"&NotDoubleVerticalBar;"],[0,"&and;"],[0,"&or;"],[0,{v:"&cap;",n:65024,o:"&caps;"}],[0,{v:"&cup;",n:65024,o:"&cups;"}],[0,"&int;"],[0,"&Int;"],[0,"&iiint;"],[0,"&conint;"],[0,"&Conint;"],[0,"&Cconint;"],[0,"&cwint;"],[0,"&ClockwiseContourIntegral;"],[0,"&awconint;"],[0,"&there4;"],[0,"&becaus;"],[0,"&ratio;"],[0,"&Colon;"],[0,"&dotminus;"],[1,"&mDDot;"],[0,"&homtht;"],[0,{v:"&sim;",n:8402,o:"&nvsim;"}],[0,{v:"&backsim;",n:817,o:"&race;"}],[0,{v:"&ac;",n:819,o:"&acE;"}],[0,"&acd;"],[0,"&VerticalTilde;"],[0,"&NotTilde;"],[0,{v:"&eqsim;",n:824,o:"&nesim;"}],[0,"&sime;"],[0,"&NotTildeEqual;"],[0,"&cong;"],[0,"&simne;"],[0,"&ncong;"],[0,"&ap;"],[0,"&nap;"],[0,"&ape;"],[0,{v:"&apid;",n:824,o:"&napid;"}],[0,"&backcong;"],[0,{v:"&asympeq;",n:8402,o:"&nvap;"}],[0,{v:"&bump;",n:824,o:"&nbump;"}],[0,{v:"&bumpe;",n:824,o:"&nbumpe;"}],[0,{v:"&doteq;",n:824,o:"&nedot;"}],[0,"&doteqdot;"],[0,"&efDot;"],[0,"&erDot;"],[0,"&Assign;"],[0,"&ecolon;"],[0,"&ecir;"],[0,"&circeq;"],[1,"&wedgeq;"],[0,"&veeeq;"],[1,"&triangleq;"],[2,"&equest;"],[0,"&ne;"],[0,{v:"&Congruent;",n:8421,o:"&bnequiv;"}],[0,"&nequiv;"],[1,{v:"&le;",n:8402,o:"&nvle;"}],[0,{v:"&ge;",n:8402,o:"&nvge;"}],[0,{v:"&lE;",n:824,o:"&nlE;"}],[0,{v:"&gE;",n:824,o:"&ngE;"}],[0,{v:"&lnE;",n:65024,o:"&lvertneqq;"}],[0,{v:"&gnE;",n:65024,o:"&gvertneqq;"}],[0,{v:"&ll;",n:new Map(Mo([[824,"&nLtv;"],[7577,"&nLt;"]]))}],[0,{v:"&gg;",n:new Map(Mo([[824,"&nGtv;"],[7577,"&nGt;"]]))}],[0,"&between;"],[0,"&NotCupCap;"],[0,"&nless;"],[0,"&ngt;"],[0,"&nle;"],[0,"&nge;"],[0,"&lesssim;"],[0,"&GreaterTilde;"],[0,"&nlsim;"],[0,"&ngsim;"],[0,"&LessGreater;"],[0,"&gl;"],[0,"&NotLessGreater;"],[0,"&NotGreaterLess;"],[0,"&pr;"],[0,"&sc;"],[0,"&prcue;"],[0,"&sccue;"],[0,"&PrecedesTilde;"],[0,{v:"&scsim;",n:824,o:"&NotSucceedsTilde;"}],[0,"&NotPrecedes;"],[0,"&NotSucceeds;"],[0,{v:"&sub;",n:8402,o:"&NotSubset;"}],[0,{v:"&sup;",n:8402,o:"&NotSuperset;"}],[0,"&nsub;"],[0,"&nsup;"],[0,"&sube;"],[0,"&supe;"],[0,"&NotSubsetEqual;"],[0,"&NotSupersetEqual;"],[0,{v:"&subne;",n:65024,o:"&varsubsetneq;"}],[0,{v:"&supne;",n:65024,o:"&varsupsetneq;"}],[1,"&cupdot;"],[0,"&UnionPlus;"],[0,{v:"&sqsub;",n:824,o:"&NotSquareSubset;"}],[0,{v:"&sqsup;",n:824,o:"&NotSquareSuperset;"}],[0,"&sqsube;"],[0,"&sqsupe;"],[0,{v:"&sqcap;",n:65024,o:"&sqcaps;"}],[0,{v:"&sqcup;",n:65024,o:"&sqcups;"}],[0,"&CirclePlus;"],[0,"&CircleMinus;"],[0,"&CircleTimes;"],[0,"&osol;"],[0,"&CircleDot;"],[0,"&circledcirc;"],[0,"&circledast;"],[1,"&circleddash;"],[0,"&boxplus;"],[0,"&boxminus;"],[0,"&boxtimes;"],[0,"&dotsquare;"],[0,"&RightTee;"],[0,"&dashv;"],[0,"&DownTee;"],[0,"&bot;"],[1,"&models;"],[0,"&DoubleRightTee;"],[0,"&Vdash;"],[0,"&Vvdash;"],[0,"&VDash;"],[0,"&nvdash;"],[0,"&nvDash;"],[0,"&nVdash;"],[0,"&nVDash;"],[0,"&prurel;"],[1,"&LeftTriangle;"],[0,"&RightTriangle;"],[0,{v:"&LeftTriangleEqual;",n:8402,o:"&nvltrie;"}],[0,{v:"&RightTriangleEqual;",n:8402,o:"&nvrtrie;"}],[0,"&origof;"],[0,"&imof;"],[0,"&multimap;"],[0,"&hercon;"],[0,"&intcal;"],[0,"&veebar;"],[1,"&barvee;"],[0,"&angrtvb;"],[0,"&lrtri;"],[0,"&bigwedge;"],[0,"&bigvee;"],[0,"&bigcap;"],[0,"&bigcup;"],[0,"&diam;"],[0,"&sdot;"],[0,"&sstarf;"],[0,"&divideontimes;"],[0,"&bowtie;"],[0,"&ltimes;"],[0,"&rtimes;"],[0,"&leftthreetimes;"],[0,"&rightthreetimes;"],[0,"&backsimeq;"],[0,"&curlyvee;"],[0,"&curlywedge;"],[0,"&Sub;"],[0,"&Sup;"],[0,"&Cap;"],[0,"&Cup;"],[0,"&fork;"],[0,"&epar;"],[0,"&lessdot;"],[0,"&gtdot;"],[0,{v:"&Ll;",n:824,o:"&nLl;"}],[0,{v:"&Gg;",n:824,o:"&nGg;"}],[0,{v:"&leg;",n:65024,o:"&lesg;"}],[0,{v:"&gel;",n:65024,o:"&gesl;"}],[2,"&cuepr;"],[0,"&cuesc;"],[0,"&NotPrecedesSlantEqual;"],[0,"&NotSucceedsSlantEqual;"],[0,"&NotSquareSubsetEqual;"],[0,"&NotSquareSupersetEqual;"],[2,"&lnsim;"],[0,"&gnsim;"],[0,"&precnsim;"],[0,"&scnsim;"],[0,"&nltri;"],[0,"&NotRightTriangle;"],[0,"&nltrie;"],[0,"&NotRightTriangleEqual;"],[0,"&vellip;"],[0,"&ctdot;"],[0,"&utdot;"],[0,"&dtdot;"],[0,"&disin;"],[0,"&isinsv;"],[0,"&isins;"],[0,{v:"&isindot;",n:824,o:"&notindot;"}],[0,"&notinvc;"],[0,"&notinvb;"],[1,{v:"&isinE;",n:824,o:"&notinE;"}],[0,"&nisd;"],[0,"&xnis;"],[0,"&nis;"],[0,"&notnivc;"],[0,"&notnivb;"],[6,"&barwed;"],[0,"&Barwed;"],[1,"&lceil;"],[0,"&rceil;"],[0,"&LeftFloor;"],[0,"&rfloor;"],[0,"&drcrop;"],[0,"&dlcrop;"],[0,"&urcrop;"],[0,"&ulcrop;"],[0,"&bnot;"],[1,"&profline;"],[0,"&profsurf;"],[1,"&telrec;"],[0,"&target;"],[5,"&ulcorn;"],[0,"&urcorn;"],[0,"&dlcorn;"],[0,"&drcorn;"],[2,"&frown;"],[0,"&smile;"],[9,"&cylcty;"],[0,"&profalar;"],[7,"&topbot;"],[6,"&ovbar;"],[1,"&solbar;"],[60,"&angzarr;"],[51,"&lmoustache;"],[0,"&rmoustache;"],[2,"&OverBracket;"],[0,"&bbrk;"],[0,"&bbrktbrk;"],[37,"&OverParenthesis;"],[0,"&UnderParenthesis;"],[0,"&OverBrace;"],[0,"&UnderBrace;"],[2,"&trpezium;"],[4,"&elinters;"],[59,"&blank;"],[164,"&circledS;"],[55,"&boxh;"],[1,"&boxv;"],[9,"&boxdr;"],[3,"&boxdl;"],[3,"&boxur;"],[3,"&boxul;"],[3,"&boxvr;"],[7,"&boxvl;"],[7,"&boxhd;"],[7,"&boxhu;"],[7,"&boxvh;"],[19,"&boxH;"],[0,"&boxV;"],[0,"&boxdR;"],[0,"&boxDr;"],[0,"&boxDR;"],[0,"&boxdL;"],[0,"&boxDl;"],[0,"&boxDL;"],[0,"&boxuR;"],[0,"&boxUr;"],[0,"&boxUR;"],[0,"&boxuL;"],[0,"&boxUl;"],[0,"&boxUL;"],[0,"&boxvR;"],[0,"&boxVr;"],[0,"&boxVR;"],[0,"&boxvL;"],[0,"&boxVl;"],[0,"&boxVL;"],[0,"&boxHd;"],[0,"&boxhD;"],[0,"&boxHD;"],[0,"&boxHu;"],[0,"&boxhU;"],[0,"&boxHU;"],[0,"&boxvH;"],[0,"&boxVh;"],[0,"&boxVH;"],[19,"&uhblk;"],[3,"&lhblk;"],[3,"&block;"],[8,"&blk14;"],[0,"&blk12;"],[0,"&blk34;"],[13,"&square;"],[8,"&blacksquare;"],[0,"&EmptyVerySmallSquare;"],[1,"&rect;"],[0,"&marker;"],[2,"&fltns;"],[1,"&bigtriangleup;"],[0,"&blacktriangle;"],[0,"&triangle;"],[2,"&blacktriangleright;"],[0,"&rtri;"],[3,"&bigtriangledown;"],[0,"&blacktriangledown;"],[0,"&dtri;"],[2,"&blacktriangleleft;"],[0,"&ltri;"],[6,"&loz;"],[0,"&cir;"],[32,"&tridot;"],[2,"&bigcirc;"],[8,"&ultri;"],[0,"&urtri;"],[0,"&lltri;"],[0,"&EmptySmallSquare;"],[0,"&FilledSmallSquare;"],[8,"&bigstar;"],[0,"&star;"],[7,"&phone;"],[49,"&female;"],[1,"&male;"],[29,"&spades;"],[2,"&clubs;"],[1,"&hearts;"],[0,"&diamondsuit;"],[3,"&sung;"],[2,"&flat;"],[0,"&natural;"],[0,"&sharp;"],[163,"&check;"],[3,"&cross;"],[8,"&malt;"],[21,"&sext;"],[33,"&VerticalSeparator;"],[25,"&lbbrk;"],[0,"&rbbrk;"],[84,"&bsolhsub;"],[0,"&suphsol;"],[28,"&LeftDoubleBracket;"],[0,"&RightDoubleBracket;"],[0,"&lang;"],[0,"&rang;"],[0,"&Lang;"],[0,"&Rang;"],[0,"&loang;"],[0,"&roang;"],[7,"&longleftarrow;"],[0,"&longrightarrow;"],[0,"&longleftrightarrow;"],[0,"&DoubleLongLeftArrow;"],[0,"&DoubleLongRightArrow;"],[0,"&DoubleLongLeftRightArrow;"],[1,"&longmapsto;"],[2,"&dzigrarr;"],[258,"&nvlArr;"],[0,"&nvrArr;"],[0,"&nvHarr;"],[0,"&Map;"],[6,"&lbarr;"],[0,"&bkarow;"],[0,"&lBarr;"],[0,"&dbkarow;"],[0,"&drbkarow;"],[0,"&DDotrahd;"],[0,"&UpArrowBar;"],[0,"&DownArrowBar;"],[2,"&Rarrtl;"],[2,"&latail;"],[0,"&ratail;"],[0,"&lAtail;"],[0,"&rAtail;"],[0,"&larrfs;"],[0,"&rarrfs;"],[0,"&larrbfs;"],[0,"&rarrbfs;"],[2,"&nwarhk;"],[0,"&nearhk;"],[0,"&hksearow;"],[0,"&hkswarow;"],[0,"&nwnear;"],[0,"&nesear;"],[0,"&seswar;"],[0,"&swnwar;"],[8,{v:"&rarrc;",n:824,o:"&nrarrc;"}],[1,"&cudarrr;"],[0,"&ldca;"],[0,"&rdca;"],[0,"&cudarrl;"],[0,"&larrpl;"],[2,"&curarrm;"],[0,"&cularrp;"],[7,"&rarrpl;"],[2,"&harrcir;"],[0,"&Uarrocir;"],[0,"&lurdshar;"],[0,"&ldrushar;"],[2,"&LeftRightVector;"],[0,"&RightUpDownVector;"],[0,"&DownLeftRightVector;"],[0,"&LeftUpDownVector;"],[0,"&LeftVectorBar;"],[0,"&RightVectorBar;"],[0,"&RightUpVectorBar;"],[0,"&RightDownVectorBar;"],[0,"&DownLeftVectorBar;"],[0,"&DownRightVectorBar;"],[0,"&LeftUpVectorBar;"],[0,"&LeftDownVectorBar;"],[0,"&LeftTeeVector;"],[0,"&RightTeeVector;"],[0,"&RightUpTeeVector;"],[0,"&RightDownTeeVector;"],[0,"&DownLeftTeeVector;"],[0,"&DownRightTeeVector;"],[0,"&LeftUpTeeVector;"],[0,"&LeftDownTeeVector;"],[0,"&lHar;"],[0,"&uHar;"],[0,"&rHar;"],[0,"&dHar;"],[0,"&luruhar;"],[0,"&ldrdhar;"],[0,"&ruluhar;"],[0,"&rdldhar;"],[0,"&lharul;"],[0,"&llhard;"],[0,"&rharul;"],[0,"&lrhard;"],[0,"&udhar;"],[0,"&duhar;"],[0,"&RoundImplies;"],[0,"&erarr;"],[0,"&simrarr;"],[0,"&larrsim;"],[0,"&rarrsim;"],[0,"&rarrap;"],[0,"&ltlarr;"],[1,"&gtrarr;"],[0,"&subrarr;"],[1,"&suplarr;"],[0,"&lfisht;"],[0,"&rfisht;"],[0,"&ufisht;"],[0,"&dfisht;"],[5,"&lopar;"],[0,"&ropar;"],[4,"&lbrke;"],[0,"&rbrke;"],[0,"&lbrkslu;"],[0,"&rbrksld;"],[0,"&lbrksld;"],[0,"&rbrkslu;"],[0,"&langd;"],[0,"&rangd;"],[0,"&lparlt;"],[0,"&rpargt;"],[0,"&gtlPar;"],[0,"&ltrPar;"],[3,"&vzigzag;"],[1,"&vangrt;"],[0,"&angrtvbd;"],[6,"&ange;"],[0,"&range;"],[0,"&dwangle;"],[0,"&uwangle;"],[0,"&angmsdaa;"],[0,"&angmsdab;"],[0,"&angmsdac;"],[0,"&angmsdad;"],[0,"&angmsdae;"],[0,"&angmsdaf;"],[0,"&angmsdag;"],[0,"&angmsdah;"],[0,"&bemptyv;"],[0,"&demptyv;"],[0,"&cemptyv;"],[0,"&raemptyv;"],[0,"&laemptyv;"],[0,"&ohbar;"],[0,"&omid;"],[0,"&opar;"],[1,"&operp;"],[1,"&olcross;"],[0,"&odsold;"],[1,"&olcir;"],[0,"&ofcir;"],[0,"&olt;"],[0,"&ogt;"],[0,"&cirscir;"],[0,"&cirE;"],[0,"&solb;"],[0,"&bsolb;"],[3,"&boxbox;"],[3,"&trisb;"],[0,"&rtriltri;"],[0,{v:"&LeftTriangleBar;",n:824,o:"&NotLeftTriangleBar;"}],[0,{v:"&RightTriangleBar;",n:824,o:"&NotRightTriangleBar;"}],[11,"&iinfin;"],[0,"&infintie;"],[0,"&nvinfin;"],[4,"&eparsl;"],[0,"&smeparsl;"],[0,"&eqvparsl;"],[5,"&blacklozenge;"],[8,"&RuleDelayed;"],[1,"&dsol;"],[9,"&bigodot;"],[0,"&bigoplus;"],[0,"&bigotimes;"],[1,"&biguplus;"],[1,"&bigsqcup;"],[5,"&iiiint;"],[0,"&fpartint;"],[2,"&cirfnint;"],[0,"&awint;"],[0,"&rppolint;"],[0,"&scpolint;"],[0,"&npolint;"],[0,"&pointint;"],[0,"&quatint;"],[0,"&intlarhk;"],[10,"&pluscir;"],[0,"&plusacir;"],[0,"&simplus;"],[0,"&plusdu;"],[0,"&plussim;"],[0,"&plustwo;"],[1,"&mcomma;"],[0,"&minusdu;"],[2,"&loplus;"],[0,"&roplus;"],[0,"&Cross;"],[0,"&timesd;"],[0,"&timesbar;"],[1,"&smashp;"],[0,"&lotimes;"],[0,"&rotimes;"],[0,"&otimesas;"],[0,"&Otimes;"],[0,"&odiv;"],[0,"&triplus;"],[0,"&triminus;"],[0,"&tritime;"],[0,"&intprod;"],[2,"&amalg;"],[0,"&capdot;"],[1,"&ncup;"],[0,"&ncap;"],[0,"&capand;"],[0,"&cupor;"],[0,"&cupcap;"],[0,"&capcup;"],[0,"&cupbrcap;"],[0,"&capbrcup;"],[0,"&cupcup;"],[0,"&capcap;"],[0,"&ccups;"],[0,"&ccaps;"],[2,"&ccupssm;"],[2,"&And;"],[0,"&Or;"],[0,"&andand;"],[0,"&oror;"],[0,"&orslope;"],[0,"&andslope;"],[1,"&andv;"],[0,"&orv;"],[0,"&andd;"],[0,"&ord;"],[1,"&wedbar;"],[6,"&sdote;"],[3,"&simdot;"],[2,{v:"&congdot;",n:824,o:"&ncongdot;"}],[0,"&easter;"],[0,"&apacir;"],[0,{v:"&apE;",n:824,o:"&napE;"}],[0,"&eplus;"],[0,"&pluse;"],[0,"&Esim;"],[0,"&Colone;"],[0,"&Equal;"],[1,"&ddotseq;"],[0,"&equivDD;"],[0,"&ltcir;"],[0,"&gtcir;"],[0,"&ltquest;"],[0,"&gtquest;"],[0,{v:"&leqslant;",n:824,o:"&nleqslant;"}],[0,{v:"&geqslant;",n:824,o:"&ngeqslant;"}],[0,"&lesdot;"],[0,"&gesdot;"],[0,"&lesdoto;"],[0,"&gesdoto;"],[0,"&lesdotor;"],[0,"&gesdotol;"],[0,"&lap;"],[0,"&gap;"],[0,"&lne;"],[0,"&gne;"],[0,"&lnap;"],[0,"&gnap;"],[0,"&lEg;"],[0,"&gEl;"],[0,"&lsime;"],[0,"&gsime;"],[0,"&lsimg;"],[0,"&gsiml;"],[0,"&lgE;"],[0,"&glE;"],[0,"&lesges;"],[0,"&gesles;"],[0,"&els;"],[0,"&egs;"],[0,"&elsdot;"],[0,"&egsdot;"],[0,"&el;"],[0,"&eg;"],[2,"&siml;"],[0,"&simg;"],[0,"&simlE;"],[0,"&simgE;"],[0,{v:"&LessLess;",n:824,o:"&NotNestedLessLess;"}],[0,{v:"&GreaterGreater;",n:824,o:"&NotNestedGreaterGreater;"}],[1,"&glj;"],[0,"&gla;"],[0,"&ltcc;"],[0,"&gtcc;"],[0,"&lescc;"],[0,"&gescc;"],[0,"&smt;"],[0,"&lat;"],[0,{v:"&smte;",n:65024,o:"&smtes;"}],[0,{v:"&late;",n:65024,o:"&lates;"}],[0,"&bumpE;"],[0,{v:"&PrecedesEqual;",n:824,o:"&NotPrecedesEqual;"}],[0,{v:"&sce;",n:824,o:"&NotSucceedsEqual;"}],[2,"&prE;"],[0,"&scE;"],[0,"&precneqq;"],[0,"&scnE;"],[0,"&prap;"],[0,"&scap;"],[0,"&precnapprox;"],[0,"&scnap;"],[0,"&Pr;"],[0,"&Sc;"],[0,"&subdot;"],[0,"&supdot;"],[0,"&subplus;"],[0,"&supplus;"],[0,"&submult;"],[0,"&supmult;"],[0,"&subedot;"],[0,"&supedot;"],[0,{v:"&subE;",n:824,o:"&nsubE;"}],[0,{v:"&supE;",n:824,o:"&nsupE;"}],[0,"&subsim;"],[0,"&supsim;"],[2,{v:"&subnE;",n:65024,o:"&varsubsetneqq;"}],[0,{v:"&supnE;",n:65024,o:"&varsupsetneqq;"}],[2,"&csub;"],[0,"&csup;"],[0,"&csube;"],[0,"&csupe;"],[0,"&subsup;"],[0,"&supsub;"],[0,"&subsub;"],[0,"&supsup;"],[0,"&suphsub;"],[0,"&supdsub;"],[0,"&forkv;"],[0,"&topfork;"],[0,"&mlcp;"],[8,"&Dashv;"],[1,"&Vdashl;"],[0,"&Barv;"],[0,"&vBar;"],[0,"&vBarv;"],[1,"&Vbar;"],[0,"&Not;"],[0,"&bNot;"],[0,"&rnmid;"],[0,"&cirmid;"],[0,"&midcir;"],[0,"&topcir;"],[0,"&nhpar;"],[0,"&parsim;"],[9,{v:"&parsl;",n:8421,o:"&nparsl;"}],[44343,{n:new Map(Mo([[56476,"&Ascr;"],[1,"&Cscr;"],[0,"&Dscr;"],[2,"&Gscr;"],[2,"&Jscr;"],[0,"&Kscr;"],[2,"&Nscr;"],[0,"&Oscr;"],[0,"&Pscr;"],[0,"&Qscr;"],[1,"&Sscr;"],[0,"&Tscr;"],[0,"&Uscr;"],[0,"&Vscr;"],[0,"&Wscr;"],[0,"&Xscr;"],[0,"&Yscr;"],[0,"&Zscr;"],[0,"&ascr;"],[0,"&bscr;"],[0,"&cscr;"],[0,"&dscr;"],[1,"&fscr;"],[1,"&hscr;"],[0,"&iscr;"],[0,"&jscr;"],[0,"&kscr;"],[0,"&lscr;"],[0,"&mscr;"],[0,"&nscr;"],[1,"&pscr;"],[0,"&qscr;"],[0,"&rscr;"],[0,"&sscr;"],[0,"&tscr;"],[0,"&uscr;"],[0,"&vscr;"],[0,"&wscr;"],[0,"&xscr;"],[0,"&yscr;"],[0,"&zscr;"],[52,"&Afr;"],[0,"&Bfr;"],[1,"&Dfr;"],[0,"&Efr;"],[0,"&Ffr;"],[0,"&Gfr;"],[2,"&Jfr;"],[0,"&Kfr;"],[0,"&Lfr;"],[0,"&Mfr;"],[0,"&Nfr;"],[0,"&Ofr;"],[0,"&Pfr;"],[0,"&Qfr;"],[1,"&Sfr;"],[0,"&Tfr;"],[0,"&Ufr;"],[0,"&Vfr;"],[0,"&Wfr;"],[0,"&Xfr;"],[0,"&Yfr;"],[1,"&afr;"],[0,"&bfr;"],[0,"&cfr;"],[0,"&dfr;"],[0,"&efr;"],[0,"&ffr;"],[0,"&gfr;"],[0,"&hfr;"],[0,"&ifr;"],[0,"&jfr;"],[0,"&kfr;"],[0,"&lfr;"],[0,"&mfr;"],[0,"&nfr;"],[0,"&ofr;"],[0,"&pfr;"],[0,"&qfr;"],[0,"&rfr;"],[0,"&sfr;"],[0,"&tfr;"],[0,"&ufr;"],[0,"&vfr;"],[0,"&wfr;"],[0,"&xfr;"],[0,"&yfr;"],[0,"&zfr;"],[0,"&Aopf;"],[0,"&Bopf;"],[1,"&Dopf;"],[0,"&Eopf;"],[0,"&Fopf;"],[0,"&Gopf;"],[1,"&Iopf;"],[0,"&Jopf;"],[0,"&Kopf;"],[0,"&Lopf;"],[0,"&Mopf;"],[1,"&Oopf;"],[3,"&Sopf;"],[0,"&Topf;"],[0,"&Uopf;"],[0,"&Vopf;"],[0,"&Wopf;"],[0,"&Xopf;"],[0,"&Yopf;"],[1,"&aopf;"],[0,"&bopf;"],[0,"&copf;"],[0,"&dopf;"],[0,"&eopf;"],[0,"&fopf;"],[0,"&gopf;"],[0,"&hopf;"],[0,"&iopf;"],[0,"&jopf;"],[0,"&kopf;"],[0,"&lopf;"],[0,"&mopf;"],[0,"&nopf;"],[0,"&oopf;"],[0,"&popf;"],[0,"&qopf;"],[0,"&ropf;"],[0,"&sopf;"],[0,"&topf;"],[0,"&uopf;"],[0,"&vopf;"],[0,"&wopf;"],[0,"&xopf;"],[0,"&yopf;"],[0,"&zopf;"]]))}],[8906,"&fflig;"],[0,"&filig;"],[0,"&fllig;"],[0,"&ffilig;"],[0,"&ffllig;"]]));const Fo=new Map([[34,"&quot;"],[38,"&amp;"],[39,"&apos;"],[60,"&lt;"],[62,"&gt;"]]);function Lo(t,e){return function(r){let n,o=0,i="";for(;n=t.exec(r);)o!==n.index&&(i+=r.substring(o,n.index)),i+=e.get(n[0].charCodeAt(0)),o=n.index+1;return i+r.substring(o)}}var Io,zo;function Oo(t){return"[object String]"===function(t){return Object.prototype.toString.call(t)}(t)}String.prototype.codePointAt,Lo(/[&<>'"]/g,Fo),Lo(/["&\u00A0]/g,new Map([[34,"&quot;"],[38,"&amp;"],[160,"&nbsp;"]])),Lo(/[&<>\u00A0]/g,new Map([[38,"&amp;"],[60,"&lt;"],[62,"&gt;"],[160,"&nbsp;"]])),function(t){t[t.XML=0]="XML",t[t.HTML=1]="HTML"}(Io||(Io={})),function(t){t[t.UTF8=0]="UTF8",t[t.ASCII=1]="ASCII",t[t.Extensive=2]="Extensive",t[t.Attribute=3]="Attribute",t[t.Text=4]="Text"}(zo||(zo={}));const No=Object.prototype.hasOwnProperty;function Bo(t,e){return No.call(t,e)}function qo(t){return Array.prototype.slice.call(arguments,1).forEach((function(e){if(e){if("object"!=typeof e)throw new TypeError(e+"must be object");Object.keys(e).forEach((function(r){t[r]=e[r]}))}})),t}function Ro(t,e,r){return[].concat(t.slice(0,e),r,t.slice(e+1))}function Vo(t){return!(t>=55296&&t<=57343||t>=64976&&t<=65007||65535==(65535&t)||65534==(65535&t)||t>=0&&t<=8||11===t||t>=14&&t<=31||t>=127&&t<=159||t>1114111)}function Wo(t){if(t>65535){const e=55296+((t-=65536)>>10),r=56320+(1023&t);return String.fromCharCode(e,r)}return String.fromCharCode(t)}const Po=/\\([!"#$%&'()*+,\-./:;<=>?@[\\\]^_`{|}~])/g,$o=new RegExp(Po.source+"|"+/&([a-z#][a-z0-9]{1,31});/gi.source,"gi"),jo=/^#((?:x[a-f0-9]{1,8}|[0-9]{1,8}))$/i;function Ho(t){return t.indexOf("\\")<0?t:t.replace(Po,"$1")}function Uo(t){return t.indexOf("\\")<0&&t.indexOf("&")<0?t:t.replace($o,(function(t,e,r){return e||function(t,e){if(35===e.charCodeAt(0)&&jo.test(e)){const r="x"===e[1].toLowerCase()?parseInt(e.slice(2),16):parseInt(e.slice(1),10);return Vo(r)?Wo(r):t}const r=To(t);return r!==t?r:t}(t,r)}))}const Go=/[&<>"]/,Zo=/[&<>"]/g,Jo={"&":"&amp;","<":"&lt;",">":"&gt;",'"':"&quot;"};function Qo(t){return Jo[t]}function Yo(t){return Go.test(t)?t.replace(Zo,Qo):t}const Ko=/[.?*+^$[\]\\(){}|-]/g;function Xo(t){return t.replace(Ko,"\\$&")}function ti(t){switch(t){case 9:case 32:return!0}return!1}function ei(t){if(t>=8192&&t<=8202)return!0;switch(t){case 9:case 10:case 11:case 12:case 13:case 32:case 160:case 5760:case 8239:case 8287:case 12288:return!0}return!1}function ri(t){return so.test(t)||lo.test(t)}function ni(t){switch(t){case 33:case 34:case 35:case 36:case 37:case 38:case 39:case 40:case 41:case 42:case 43:case 44:case 45:case 46:case 47:case 58:case 59:case 60:case 61:case 62:case 63:case 64:case 91:case 92:case 93:case 94:case 95:case 96:case 123:case 124:case 125:case 126:return!0;default:return!1}}function oi(t){return t=t.trim().replace(/\s+/g," "),"Ṿ"==="ẞ".toLowerCase()&&(t=t.replace(/ẞ/g,"ß")),t.toLowerCase().toUpperCase()}const ii={mdurl:g,ucmicro:b};function ai(t,e,r){let n,o,i,a;const s=t.posMax,l=t.pos;for(t.pos=e+1,n=1;t.pos<s;){if(i=t.src.charCodeAt(t.pos),93===i&&(n--,0===n)){o=!0;break}if(a=t.pos,t.md.inline.skipToken(t),91===i)if(a===t.pos-1)n++;else if(r)return t.pos=l,-1}let c=-1;return o&&(c=t.pos),t.pos=l,c}function si(t,e,r){let n,o=e;const i={ok:!1,pos:0,str:""};if(60===t.charCodeAt(o)){for(o++;o<r;){if(n=t.charCodeAt(o),10===n)return i;if(60===n)return i;if(62===n)return i.pos=o+1,i.str=Uo(t.slice(e+1,o)),i.ok=!0,i;92===n&&o+1<r?o+=2:o++}return i}let a=0;for(;o<r&&(n=t.charCodeAt(o),32!==n)&&!(n<32||127===n);)if(92===n&&o+1<r){if(32===t.charCodeAt(o+1))break;o+=2}else{if(40===n&&(a++,a>32))return i;if(41===n){if(0===a)break;a--}o++}return e===o||0!==a||(i.str=Uo(t.slice(e,o)),i.pos=o,i.ok=!0),i}function li(t,e,r,n){let o,i=e;const a={ok:!1,can_continue:!1,pos:0,str:"",marker:0};if(n)a.str=n.str,a.marker=n.marker;else{if(i>=r)return a;let n=t.charCodeAt(i);if(34!==n&&39!==n&&40!==n)return a;e++,i++,40===n&&(n=41),a.marker=n}for(;i<r;){if(o=t.charCodeAt(i),o===a.marker)return a.pos=i+1,a.str+=Uo(t.slice(e,i)),a.ok=!0,a;if(40===o&&41===a.marker)return a;92===o&&i+1<r&&i++,i++}return a.can_continue=!0,a.str+=Uo(t.slice(e,i)),a}const ci={};function di(){this.rules=qo({},ci)}ci.code_inline=function(t,e,r,n,o){const i=t[e];return"<code"+o.renderAttrs(i)+">"+Yo(i.content)+"</code>"},ci.code_block=function(t,e,r,n,o){const i=t[e];return"<pre"+o.renderAttrs(i)+"><code>"+Yo(t[e].content)+"</code></pre>\n"},ci.fence=function(t,e,r,n,o){const i=t[e],a=i.info?Uo(i.info).trim():"";let s,l="",c="";if(a){const t=a.split(/(\s+)/g);l=t[0],c=t.slice(2).join("")}if(s=r.highlight&&r.highlight(i.content,l,c)||Yo(i.content),0===s.indexOf("<pre"))return s+"\n";if(a){const t=i.attrIndex("class"),e=i.attrs?i.attrs.slice():[];t<0?e.push(["class",r.langPrefix+l]):(e[t]=e[t].slice(),e[t][1]+=" "+r.langPrefix+l);const n={attrs:e};return`<pre><code${o.renderAttrs(n)}>${s}</code></pre>\n`}return`<pre><code${o.renderAttrs(i)}>${s}</code></pre>\n`},ci.image=function(t,e,r,n,o){const i=t[e];return i.attrs[i.attrIndex("alt")][1]=o.renderInlineAsText(i.children,r,n),o.renderToken(t,e,r)},ci.hardbreak=function(t,e,r){return r.xhtmlOut?"<br />\n":"<br>\n"},ci.softbreak=function(t,e,r){return r.breaks?r.xhtmlOut?"<br />\n":"<br>\n":"\n"},ci.text=function(t,e){return Yo(t[e].content)},ci.html_block=function(t,e){return t[e].content},ci.html_inline=function(t,e){return t[e].content},di.prototype.renderAttrs=function(t){let e,r,n;if(!t.attrs)return"";for(n="",e=0,r=t.attrs.length;e<r;e++)n+=" "+Yo(t.attrs[e][0])+'="'+Yo(t.attrs[e][1])+'"';return n},di.prototype.renderToken=function(t,e,r){const n=t[e];let o="";if(n.hidden)return"";n.block&&-1!==n.nesting&&e&&t[e-1].hidden&&(o+="\n"),o+=(-1===n.nesting?"</":"<")+n.tag,o+=this.renderAttrs(n),0===n.nesting&&r.xhtmlOut&&(o+=" /");let i=!1;if(n.block&&(i=!0,1===n.nesting&&e+1<t.length)){const r=t[e+1];("inline"===r.type||r.hidden||-1===r.nesting&&r.tag===n.tag)&&(i=!1)}return o+=i?">\n":">",o},di.prototype.renderInline=function(t,e,r){let n="";const o=this.rules;for(let i=0,a=t.length;i<a;i++){const a=t[i].type;void 0!==o[a]?n+=o[a](t,i,e,r,this):n+=this.renderToken(t,i,e)}return n},di.prototype.renderInlineAsText=function(t,e,r){let n="";for(let o=0,i=t.length;o<i;o++)switch(t[o].type){case"text":case"html_inline":case"html_block":n+=t[o].content;break;case"image":n+=this.renderInlineAsText(t[o].children,e,r);break;case"softbreak":case"hardbreak":n+="\n"}return n},di.prototype.render=function(t,e,r){let n="";const o=this.rules;for(let i=0,a=t.length;i<a;i++){const a=t[i].type;"inline"===a?n+=this.renderInline(t[i].children,e,r):void 0!==o[a]?n+=o[a](t,i,e,r,this):n+=this.renderToken(t,i,e,r)}return n};const ui=di;function pi(){this.__rules__=[],this.__cache__=null}pi.prototype.__find__=function(t){for(let e=0;e<this.__rules__.length;e++)if(this.__rules__[e].name===t)return e;return-1},pi.prototype.__compile__=function(){const t=this,e=[""];t.__rules__.forEach((function(t){t.enabled&&t.alt.forEach((function(t){e.indexOf(t)<0&&e.push(t)}))})),t.__cache__={},e.forEach((function(e){t.__cache__[e]=[],t.__rules__.forEach((function(r){r.enabled&&(e&&r.alt.indexOf(e)<0||t.__cache__[e].push(r.fn))}))}))},pi.prototype.at=function(t,e,r){const n=this.__find__(t),o=r||{};if(-1===n)throw new Error("Parser rule not found: "+t);this.__rules__[n].fn=e,this.__rules__[n].alt=o.alt||[],this.__cache__=null},pi.prototype.before=function(t,e,r,n){const o=this.__find__(t),i=n||{};if(-1===o)throw new Error("Parser rule not found: "+t);this.__rules__.splice(o,0,{name:e,enabled:!0,fn:r,alt:i.alt||[]}),this.__cache__=null},pi.prototype.after=function(t,e,r,n){const o=this.__find__(t),i=n||{};if(-1===o)throw new Error("Parser rule not found: "+t);this.__rules__.splice(o+1,0,{name:e,enabled:!0,fn:r,alt:i.alt||[]}),this.__cache__=null},pi.prototype.push=function(t,e,r){const n=r||{};this.__rules__.push({name:t,enabled:!0,fn:e,alt:n.alt||[]}),this.__cache__=null},pi.prototype.enable=function(t,e){Array.isArray(t)||(t=[t]);const r=[];return t.forEach((function(t){const n=this.__find__(t);if(n<0){if(e)return;throw new Error("Rules manager: invalid rule name "+t)}this.__rules__[n].enabled=!0,r.push(t)}),this),this.__cache__=null,r},pi.prototype.enableOnly=function(t,e){Array.isArray(t)||(t=[t]),this.__rules__.forEach((function(t){t.enabled=!1})),this.enable(t,e)},pi.prototype.disable=function(t,e){Array.isArray(t)||(t=[t]);const r=[];return t.forEach((function(t){const n=this.__find__(t);if(n<0){if(e)return;throw new Error("Rules manager: invalid rule name "+t)}this.__rules__[n].enabled=!1,r.push(t)}),this),this.__cache__=null,r},pi.prototype.getRules=function(t){return null===this.__cache__&&this.__compile__(),this.__cache__[t]||[]};const hi=pi;function mi(t,e,r){this.type=t,this.tag=e,this.attrs=null,this.map=null,this.nesting=r,this.level=0,this.children=null,this.content="",this.markup="",this.info="",this.meta=null,this.block=!1,this.hidden=!1}mi.prototype.attrIndex=function(t){if(!this.attrs)return-1;const e=this.attrs;for(let r=0,n=e.length;r<n;r++)if(e[r][0]===t)return r;return-1},mi.prototype.attrPush=function(t){this.attrs?this.attrs.push(t):this.attrs=[t]},mi.prototype.attrSet=function(t,e){const r=this.attrIndex(t),n=[t,e];r<0?this.attrPush(n):this.attrs[r]=n},mi.prototype.attrGet=function(t){const e=this.attrIndex(t);let r=null;return e>=0&&(r=this.attrs[e][1]),r},mi.prototype.attrJoin=function(t,e){const r=this.attrIndex(t);r<0?this.attrPush([t,e]):this.attrs[r][1]=this.attrs[r][1]+" "+e};const fi=mi;function gi(t,e,r){this.src=t,this.env=r,this.tokens=[],this.inlineMode=!1,this.md=e}gi.prototype.Token=fi;const bi=gi,yi=/\r\n?|\n/g,vi=/\0/g;function xi(t){return/^<\/a\s*>/i.test(t)}const Ci=/\+-|\.\.|\?\?\?\?|!!!!|,,|--/,wi=/\((c|tm|r)\)/i,ki=/\((c|tm|r)\)/gi,Ai={c:"©",r:"®",tm:"™"};function Ei(t,e){return Ai[e.toLowerCase()]}function _i(t){let e=0;for(let r=t.length-1;r>=0;r--){const n=t[r];"text"!==n.type||e||(n.content=n.content.replace(ki,Ei)),"link_open"===n.type&&"auto"===n.info&&e--,"link_close"===n.type&&"auto"===n.info&&e++}}function Si(t){let e=0;for(let r=t.length-1;r>=0;r--){const n=t[r];"text"!==n.type||e||Ci.test(n.content)&&(n.content=n.content.replace(/\+-/g,"±").replace(/\.{2,}/g,"…").replace(/([?!])…/g,"$1..").replace(/([?!]){4,}/g,"$1$1$1").replace(/,{2,}/g,",").replace(/(^|[^-])---(?=[^-]|$)/gm,"$1—").replace(/(^|\s)--(?=\s|$)/gm,"$1–").replace(/(^|[^-\s])--(?=[^-\s]|$)/gm,"$1–")),"link_open"===n.type&&"auto"===n.info&&e--,"link_close"===n.type&&"auto"===n.info&&e++}}const Di=/['"]/,Ti=/['"]/g;function Mi(t,e,r){return t.slice(0,e)+r+t.slice(e+1)}function Fi(t,e){let r;const n=[];for(let o=0;o<t.length;o++){const i=t[o],a=t[o].level;for(r=n.length-1;r>=0&&!(n[r].level<=a);r--);if(n.length=r+1,"text"!==i.type)continue;let s=i.content,l=0,c=s.length;t:for(;l<c;){Ti.lastIndex=l;const d=Ti.exec(s);if(!d)break;let u=!0,p=!0;l=d.index+1;const h="'"===d[0];let m=32;if(d.index-1>=0)m=s.charCodeAt(d.index-1);else for(r=o-1;r>=0&&"softbreak"!==t[r].type&&"hardbreak"!==t[r].type;r--)if(t[r].content){m=t[r].content.charCodeAt(t[r].content.length-1);break}let f=32;if(l<c)f=s.charCodeAt(l);else for(r=o+1;r<t.length&&"softbreak"!==t[r].type&&"hardbreak"!==t[r].type;r++)if(t[r].content){f=t[r].content.charCodeAt(0);break}const g=ni(m)||ri(String.fromCharCode(m)),b=ni(f)||ri(String.fromCharCode(f)),y=ei(m),v=ei(f);if(v?u=!1:b&&(y||g||(u=!1)),y?p=!1:g&&(v||b||(p=!1)),34===f&&'"'===d[0]&&m>=48&&m<=57&&(p=u=!1),u&&p&&(u=g,p=b),u||p){if(p)for(r=n.length-1;r>=0;r--){let u=n[r];if(n[r].level<a)break;if(u.single===h&&n[r].level===a){let a,p;u=n[r],h?(a=e.md.options.quotes[2],p=e.md.options.quotes[3]):(a=e.md.options.quotes[0],p=e.md.options.quotes[1]),i.content=Mi(i.content,d.index,p),t[u.token].content=Mi(t[u.token].content,u.pos,a),l+=p.length-1,u.token===o&&(l+=a.length-1),s=i.content,c=s.length,n.length=r;continue t}}u?n.push({token:o,pos:d.index,single:h,level:a}):p&&h&&(i.content=Mi(i.content,d.index,"’"))}else h&&(i.content=Mi(i.content,d.index,"’"))}}}const Li=[["normalize",function(t){let e;e=t.src.replace(yi,"\n"),e=e.replace(vi,"�"),t.src=e}],["block",function(t){let e;t.inlineMode?(e=new t.Token("inline","",0),e.content=t.src,e.map=[0,1],e.children=[],t.tokens.push(e)):t.md.block.parse(t.src,t.md,t.env,t.tokens)}],["inline",function(t){const e=t.tokens;for(let r=0,n=e.length;r<n;r++){const n=e[r];"inline"===n.type&&t.md.inline.parse(n.content,t.md,t.env,n.children)}}],["linkify",function(t){const e=t.tokens;var r;if(t.md.options.linkify)for(let n=0,o=e.length;n<o;n++){if("inline"!==e[n].type||!t.md.linkify.pretest(e[n].content))continue;let o=e[n].children,i=0;for(let a=o.length-1;a>=0;a--){const s=o[a];if("link_close"!==s.type){if("html_inline"===s.type&&(r=s.content,/^<a[>\s]/i.test(r)&&i>0&&i--,xi(s.content)&&i++),!(i>0)&&"text"===s.type&&t.md.linkify.test(s.content)){const r=s.content;let i=t.md.linkify.match(r);const l=[];let c=s.level,d=0;i.length>0&&0===i[0].index&&a>0&&"text_special"===o[a-1].type&&(i=i.slice(1));for(let e=0;e<i.length;e++){const n=i[e].url,o=t.md.normalizeLink(n);if(!t.md.validateLink(o))continue;let a=i[e].text;a=i[e].schema?"mailto:"!==i[e].schema||/^mailto:/i.test(a)?t.md.normalizeLinkText(a):t.md.normalizeLinkText("mailto:"+a).replace(/^mailto:/,""):t.md.normalizeLinkText("http://"+a).replace(/^http:\/\//,"");const s=i[e].index;if(s>d){const e=new t.Token("text","",0);e.content=r.slice(d,s),e.level=c,l.push(e)}const u=new t.Token("link_open","a",1);u.attrs=[["href",o]],u.level=c++,u.markup="linkify",u.info="auto",l.push(u);const p=new t.Token("text","",0);p.content=a,p.level=c,l.push(p);const h=new t.Token("link_close","a",-1);h.level=--c,h.markup="linkify",h.info="auto",l.push(h),d=i[e].lastIndex}if(d<r.length){const e=new t.Token("text","",0);e.content=r.slice(d),e.level=c,l.push(e)}e[n].children=o=Ro(o,a,l)}}else for(a--;o[a].level!==s.level&&"link_open"!==o[a].type;)a--}}}],["replacements",function(t){let e;if(t.md.options.typographer)for(e=t.tokens.length-1;e>=0;e--)"inline"===t.tokens[e].type&&(wi.test(t.tokens[e].content)&&_i(t.tokens[e].children),Ci.test(t.tokens[e].content)&&Si(t.tokens[e].children))}],["smartquotes",function(t){if(t.md.options.typographer)for(let e=t.tokens.length-1;e>=0;e--)"inline"===t.tokens[e].type&&Di.test(t.tokens[e].content)&&Fi(t.tokens[e].children,t)}],["text_join",function(t){let e,r;const n=t.tokens,o=n.length;for(let t=0;t<o;t++){if("inline"!==n[t].type)continue;const o=n[t].children,i=o.length;for(e=0;e<i;e++)"text_special"===o[e].type&&(o[e].type="text");for(e=r=0;e<i;e++)"text"===o[e].type&&e+1<i&&"text"===o[e+1].type?o[e+1].content=o[e].content+o[e+1].content:(e!==r&&(o[r]=o[e]),r++);e!==r&&(o.length=r)}}]];function Ii(){this.ruler=new hi;for(let t=0;t<Li.length;t++)this.ruler.push(Li[t][0],Li[t][1])}Ii.prototype.process=function(t){const e=this.ruler.getRules("");for(let r=0,n=e.length;r<n;r++)e[r](t)},Ii.prototype.State=bi;const zi=Ii;function Oi(t,e,r,n){this.src=t,this.md=e,this.env=r,this.tokens=n,this.bMarks=[],this.eMarks=[],this.tShift=[],this.sCount=[],this.bsCount=[],this.blkIndent=0,this.line=0,this.lineMax=0,this.tight=!1,this.ddIndent=-1,this.listIndent=-1,this.parentType="root",this.level=0;const o=this.src;for(let t=0,e=0,r=0,n=0,i=o.length,a=!1;e<i;e++){const s=o.charCodeAt(e);if(!a){if(ti(s)){r++,9===s?n+=4-n%4:n++;continue}a=!0}10!==s&&e!==i-1||(10!==s&&e++,this.bMarks.push(t),this.eMarks.push(e),this.tShift.push(r),this.sCount.push(n),this.bsCount.push(0),a=!1,r=0,n=0,t=e+1)}this.bMarks.push(o.length),this.eMarks.push(o.length),this.tShift.push(0),this.sCount.push(0),this.bsCount.push(0),this.lineMax=this.bMarks.length-1}Oi.prototype.push=function(t,e,r){const n=new fi(t,e,r);return n.block=!0,r<0&&this.level--,n.level=this.level,r>0&&this.level++,this.tokens.push(n),n},Oi.prototype.isEmpty=function(t){return this.bMarks[t]+this.tShift[t]>=this.eMarks[t]},Oi.prototype.skipEmptyLines=function(t){for(let e=this.lineMax;t<e&&!(this.bMarks[t]+this.tShift[t]<this.eMarks[t]);t++);return t},Oi.prototype.skipSpaces=function(t){for(let e=this.src.length;t<e&&ti(this.src.charCodeAt(t));t++);return t},Oi.prototype.skipSpacesBack=function(t,e){if(t<=e)return t;for(;t>e;)if(!ti(this.src.charCodeAt(--t)))return t+1;return t},Oi.prototype.skipChars=function(t,e){for(let r=this.src.length;t<r&&this.src.charCodeAt(t)===e;t++);return t},Oi.prototype.skipCharsBack=function(t,e,r){if(t<=r)return t;for(;t>r;)if(e!==this.src.charCodeAt(--t))return t+1;return t},Oi.prototype.getLines=function(t,e,r,n){if(t>=e)return"";const o=new Array(e-t);for(let i=0,a=t;a<e;a++,i++){let t=0;const s=this.bMarks[a];let l,c=s;for(l=a+1<e||n?this.eMarks[a]+1:this.eMarks[a];c<l&&t<r;){const e=this.src.charCodeAt(c);if(ti(e))9===e?t+=4-(t+this.bsCount[a])%4:t++;else{if(!(c-s<this.tShift[a]))break;t++}c++}o[i]=t>r?new Array(t-r+1).join(" ")+this.src.slice(c,l):this.src.slice(c,l)}return o.join("")},Oi.prototype.Token=fi;const Ni=Oi;function Bi(t,e){const r=t.bMarks[e]+t.tShift[e],n=t.eMarks[e];return t.src.slice(r,n)}function qi(t){const e=[],r=t.length;let n=0,o=t.charCodeAt(n),i=!1,a=0,s="";for(;n<r;)124===o&&(i?(s+=t.substring(a,n-1),a=n):(e.push(s+t.substring(a,n)),s="",a=n+1)),i=92===o,n++,o=t.charCodeAt(n);return e.push(s+t.substring(a)),e}function Ri(t,e){const r=t.eMarks[e];let n=t.bMarks[e]+t.tShift[e];const o=t.src.charCodeAt(n++);return 42!==o&&45!==o&&43!==o||n<r&&!ti(t.src.charCodeAt(n))?-1:n}function Vi(t,e){const r=t.bMarks[e]+t.tShift[e],n=t.eMarks[e];let o=r;if(o+1>=n)return-1;let i=t.src.charCodeAt(o++);if(i<48||i>57)return-1;for(;;){if(o>=n)return-1;if(i=t.src.charCodeAt(o++),!(i>=48&&i<=57)){if(41===i||46===i)break;return-1}if(o-r>=10)return-1}return o<n&&(i=t.src.charCodeAt(o),!ti(i))?-1:o}const Wi="<[A-Za-z][A-Za-z0-9\\-]*(?:\\s+[a-zA-Z_:][a-zA-Z0-9:._-]*(?:\\s*=\\s*(?:[^\"'=<>`\\x00-\\x20]+|'[^']*'|\"[^\"]*\"))?)*\\s*\\/?>",Pi="<\\/[A-Za-z][A-Za-z0-9\\-]*\\s*>",$i=new RegExp("^(?:"+Wi+"|"+Pi+"|\x3c!---?>|\x3c!--(?:[^-]|-[^-]|--[^>])*--\x3e|<[?][\\s\\S]*?[?]>|<![A-Za-z][^>]*>|<!\\[CDATA\\[[\\s\\S]*?\\]\\]>)"),ji=new RegExp("^(?:"+Wi+"|"+Pi+")"),Hi=[[/^<(script|pre|style|textarea)(?=(\s|>|$))/i,/<\/(script|pre|style|textarea)>/i,!0],[/^<!--/,/-->/,!0],[/^<\?/,/\?>/,!0],[/^<![A-Z]/,/>/,!0],[/^<!\[CDATA\[/,/\]\]>/,!0],[new RegExp("^</?("+["address","article","aside","base","basefont","blockquote","body","caption","center","col","colgroup","dd","details","dialog","dir","div","dl","dt","fieldset","figcaption","figure","footer","form","frame","frameset","h1","h2","h3","h4","h5","h6","head","header","hr","html","iframe","legend","li","link","main","menu","menuitem","nav","noframes","ol","optgroup","option","p","param","search","section","summary","table","tbody","td","tfoot","th","thead","title","tr","track","ul"].join("|")+")(?=(\\s|/?>|$))","i"),/^$/,!0],[new RegExp(ji.source+"\\s*$"),/^$/,!1]],Ui=[["table",function(t,e,r,n){if(e+2>r)return!1;let o=e+1;if(t.sCount[o]<t.blkIndent)return!1;if(t.sCount[o]-t.blkIndent>=4)return!1;let i=t.bMarks[o]+t.tShift[o];if(i>=t.eMarks[o])return!1;const a=t.src.charCodeAt(i++);if(124!==a&&45!==a&&58!==a)return!1;if(i>=t.eMarks[o])return!1;const s=t.src.charCodeAt(i++);if(124!==s&&45!==s&&58!==s&&!ti(s))return!1;if(45===a&&ti(s))return!1;for(;i<t.eMarks[o];){const e=t.src.charCodeAt(i);if(124!==e&&45!==e&&58!==e&&!ti(e))return!1;i++}let l=Bi(t,e+1),c=l.split("|");const d=[];for(let t=0;t<c.length;t++){const e=c[t].trim();if(!e){if(0===t||t===c.length-1)continue;return!1}if(!/^:?-+:?$/.test(e))return!1;58===e.charCodeAt(e.length-1)?d.push(58===e.charCodeAt(0)?"center":"right"):58===e.charCodeAt(0)?d.push("left"):d.push("")}if(l=Bi(t,e).trim(),-1===l.indexOf("|"))return!1;if(t.sCount[e]-t.blkIndent>=4)return!1;c=qi(l),c.length&&""===c[0]&&c.shift(),c.length&&""===c[c.length-1]&&c.pop();const u=c.length;if(0===u||u!==d.length)return!1;if(n)return!0;const p=t.parentType;t.parentType="table";const h=t.md.block.ruler.getRules("blockquote"),m=[e,0];t.push("table_open","table",1).map=m,t.push("thead_open","thead",1).map=[e,e+1],t.push("tr_open","tr",1).map=[e,e+1];for(let e=0;e<c.length;e++){const r=t.push("th_open","th",1);d[e]&&(r.attrs=[["style","text-align:"+d[e]]]);const n=t.push("inline","",0);n.content=c[e].trim(),n.children=[],t.push("th_close","th",-1)}let f;t.push("tr_close","tr",-1),t.push("thead_close","thead",-1);let g=0;for(o=e+2;o<r&&!(t.sCount[o]<t.blkIndent);o++){let n=!1;for(let e=0,i=h.length;e<i;e++)if(h[e](t,o,r,!0)){n=!0;break}if(n)break;if(l=Bi(t,o).trim(),!l)break;if(t.sCount[o]-t.blkIndent>=4)break;if(c=qi(l),c.length&&""===c[0]&&c.shift(),c.length&&""===c[c.length-1]&&c.pop(),g+=u-c.length,g>65536)break;o===e+2&&(t.push("tbody_open","tbody",1).map=f=[e+2,0]),t.push("tr_open","tr",1).map=[o,o+1];for(let e=0;e<u;e++){const r=t.push("td_open","td",1);d[e]&&(r.attrs=[["style","text-align:"+d[e]]]);const n=t.push("inline","",0);n.content=c[e]?c[e].trim():"",n.children=[],t.push("td_close","td",-1)}t.push("tr_close","tr",-1)}return f&&(t.push("tbody_close","tbody",-1),f[1]=o),t.push("table_close","table",-1),m[1]=o,t.parentType=p,t.line=o,!0},["paragraph","reference"]],["code",function(t,e,r){if(t.sCount[e]-t.blkIndent<4)return!1;let n=e+1,o=n;for(;n<r;)if(t.isEmpty(n))n++;else{if(!(t.sCount[n]-t.blkIndent>=4))break;n++,o=n}t.line=o;const i=t.push("code_block","code",0);return i.content=t.getLines(e,o,4+t.blkIndent,!1)+"\n",i.map=[e,t.line],!0}],["fence",function(t,e,r,n){let o=t.bMarks[e]+t.tShift[e],i=t.eMarks[e];if(t.sCount[e]-t.blkIndent>=4)return!1;if(o+3>i)return!1;const a=t.src.charCodeAt(o);if(126!==a&&96!==a)return!1;let s=o;o=t.skipChars(o,a);let l=o-s;if(l<3)return!1;const c=t.src.slice(s,o),d=t.src.slice(o,i);if(96===a&&d.indexOf(String.fromCharCode(a))>=0)return!1;if(n)return!0;let u=e,p=!1;for(;!(u++,u>=r||(o=s=t.bMarks[u]+t.tShift[u],i=t.eMarks[u],o<i&&t.sCount[u]<t.blkIndent));)if(t.src.charCodeAt(o)===a&&!(t.sCount[u]-t.blkIndent>=4||(o=t.skipChars(o,a),o-s<l||(o=t.skipSpaces(o),o<i)))){p=!0;break}l=t.sCount[e],t.line=u+(p?1:0);const h=t.push("fence","code",0);return h.info=d,h.content=t.getLines(e+1,u,l,!0),h.markup=c,h.map=[e,t.line],!0},["paragraph","reference","blockquote","list"]],["blockquote",function(t,e,r,n){let o=t.bMarks[e]+t.tShift[e],i=t.eMarks[e];const a=t.lineMax;if(t.sCount[e]-t.blkIndent>=4)return!1;if(62!==t.src.charCodeAt(o))return!1;if(n)return!0;const s=[],l=[],c=[],d=[],u=t.md.block.ruler.getRules("blockquote"),p=t.parentType;t.parentType="blockquote";let h,m=!1;for(h=e;h<r;h++){const e=t.sCount[h]<t.blkIndent;if(o=t.bMarks[h]+t.tShift[h],i=t.eMarks[h],o>=i)break;if(62===t.src.charCodeAt(o++)&&!e){let e,r,n=t.sCount[h]+1;32===t.src.charCodeAt(o)?(o++,n++,r=!1,e=!0):9===t.src.charCodeAt(o)?(e=!0,(t.bsCount[h]+n)%4==3?(o++,n++,r=!1):r=!0):e=!1;let a=n;for(s.push(t.bMarks[h]),t.bMarks[h]=o;o<i;){const e=t.src.charCodeAt(o);if(!ti(e))break;9===e?a+=4-(a+t.bsCount[h]+(r?1:0))%4:a++,o++}m=o>=i,l.push(t.bsCount[h]),t.bsCount[h]=t.sCount[h]+1+(e?1:0),c.push(t.sCount[h]),t.sCount[h]=a-n,d.push(t.tShift[h]),t.tShift[h]=o-t.bMarks[h];continue}if(m)break;let n=!1;for(let e=0,o=u.length;e<o;e++)if(u[e](t,h,r,!0)){n=!0;break}if(n){t.lineMax=h,0!==t.blkIndent&&(s.push(t.bMarks[h]),l.push(t.bsCount[h]),d.push(t.tShift[h]),c.push(t.sCount[h]),t.sCount[h]-=t.blkIndent);break}s.push(t.bMarks[h]),l.push(t.bsCount[h]),d.push(t.tShift[h]),c.push(t.sCount[h]),t.sCount[h]=-1}const f=t.blkIndent;t.blkIndent=0;const g=t.push("blockquote_open","blockquote",1);g.markup=">";const b=[e,0];g.map=b,t.md.block.tokenize(t,e,h),t.push("blockquote_close","blockquote",-1).markup=">",t.lineMax=a,t.parentType=p,b[1]=t.line;for(let r=0;r<d.length;r++)t.bMarks[r+e]=s[r],t.tShift[r+e]=d[r],t.sCount[r+e]=c[r],t.bsCount[r+e]=l[r];return t.blkIndent=f,!0},["paragraph","reference","blockquote","list"]],["hr",function(t,e,r,n){const o=t.eMarks[e];if(t.sCount[e]-t.blkIndent>=4)return!1;let i=t.bMarks[e]+t.tShift[e];const a=t.src.charCodeAt(i++);if(42!==a&&45!==a&&95!==a)return!1;let s=1;for(;i<o;){const e=t.src.charCodeAt(i++);if(e!==a&&!ti(e))return!1;e===a&&s++}if(s<3)return!1;if(n)return!0;t.line=e+1;const l=t.push("hr","hr",0);return l.map=[e,t.line],l.markup=Array(s+1).join(String.fromCharCode(a)),!0},["paragraph","reference","blockquote","list"]],["list",function(t,e,r,n){let o,i,a,s,l=e,c=!0;if(t.sCount[l]-t.blkIndent>=4)return!1;if(t.listIndent>=0&&t.sCount[l]-t.listIndent>=4&&t.sCount[l]<t.blkIndent)return!1;let d,u,p,h=!1;if(n&&"paragraph"===t.parentType&&t.sCount[l]>=t.blkIndent&&(h=!0),(p=Vi(t,l))>=0){if(d=!0,a=t.bMarks[l]+t.tShift[l],u=Number(t.src.slice(a,p-1)),h&&1!==u)return!1}else{if(!((p=Ri(t,l))>=0))return!1;d=!1}if(h&&t.skipSpaces(p)>=t.eMarks[l])return!1;if(n)return!0;const m=t.src.charCodeAt(p-1),f=t.tokens.length;d?(s=t.push("ordered_list_open","ol",1),1!==u&&(s.attrs=[["start",u]])):s=t.push("bullet_list_open","ul",1);const g=[l,0];s.map=g,s.markup=String.fromCharCode(m);let b=!1;const y=t.md.block.ruler.getRules("list"),v=t.parentType;for(t.parentType="list";l<r;){i=p,o=t.eMarks[l];const e=t.sCount[l]+p-(t.bMarks[l]+t.tShift[l]);let n=e;for(;i<o;){const e=t.src.charCodeAt(i);if(9===e)n+=4-(n+t.bsCount[l])%4;else{if(32!==e)break;n++}i++}const u=i;let h;h=u>=o?1:n-e,h>4&&(h=1);const f=e+h;s=t.push("list_item_open","li",1),s.markup=String.fromCharCode(m);const g=[l,0];s.map=g,d&&(s.info=t.src.slice(a,p-1));const v=t.tight,x=t.tShift[l],C=t.sCount[l],w=t.listIndent;if(t.listIndent=t.blkIndent,t.blkIndent=f,t.tight=!0,t.tShift[l]=u-t.bMarks[l],t.sCount[l]=n,u>=o&&t.isEmpty(l+1)?t.line=Math.min(t.line+2,r):t.md.block.tokenize(t,l,r,!0),t.tight&&!b||(c=!1),b=t.line-l>1&&t.isEmpty(t.line-1),t.blkIndent=t.listIndent,t.listIndent=w,t.tShift[l]=x,t.sCount[l]=C,t.tight=v,s=t.push("list_item_close","li",-1),s.markup=String.fromCharCode(m),l=t.line,g[1]=l,l>=r)break;if(t.sCount[l]<t.blkIndent)break;if(t.sCount[l]-t.blkIndent>=4)break;let k=!1;for(let e=0,n=y.length;e<n;e++)if(y[e](t,l,r,!0)){k=!0;break}if(k)break;if(d){if(p=Vi(t,l),p<0)break;a=t.bMarks[l]+t.tShift[l]}else if(p=Ri(t,l),p<0)break;if(m!==t.src.charCodeAt(p-1))break}return s=d?t.push("ordered_list_close","ol",-1):t.push("bullet_list_close","ul",-1),s.markup=String.fromCharCode(m),g[1]=l,t.line=l,t.parentType=v,c&&function(t,e){const r=t.level+2;for(let n=e+2,o=t.tokens.length-2;n<o;n++)t.tokens[n].level===r&&"paragraph_open"===t.tokens[n].type&&(t.tokens[n+2].hidden=!0,t.tokens[n].hidden=!0,n+=2)}(t,f),!0},["paragraph","reference","blockquote"]],["reference",function(t,e,r,n){let o=t.bMarks[e]+t.tShift[e],i=t.eMarks[e],a=e+1;if(t.sCount[e]-t.blkIndent>=4)return!1;if(91!==t.src.charCodeAt(o))return!1;function s(e){const r=t.lineMax;if(e>=r||t.isEmpty(e))return null;let n=!1;if(t.sCount[e]-t.blkIndent>3&&(n=!0),t.sCount[e]<0&&(n=!0),!n){const n=t.md.block.ruler.getRules("reference"),o=t.parentType;t.parentType="reference";let i=!1;for(let o=0,a=n.length;o<a;o++)if(n[o](t,e,r,!0)){i=!0;break}if(t.parentType=o,i)return null}const o=t.bMarks[e]+t.tShift[e],i=t.eMarks[e];return t.src.slice(o,i+1)}let l=t.src.slice(o,i+1);i=l.length;let c=-1;for(o=1;o<i;o++){const t=l.charCodeAt(o);if(91===t)return!1;if(93===t){c=o;break}if(10===t){const t=s(a);null!==t&&(l+=t,i=l.length,a++)}else if(92===t&&(o++,o<i&&10===l.charCodeAt(o))){const t=s(a);null!==t&&(l+=t,i=l.length,a++)}}if(c<0||58!==l.charCodeAt(c+1))return!1;for(o=c+2;o<i;o++){const t=l.charCodeAt(o);if(10===t){const t=s(a);null!==t&&(l+=t,i=l.length,a++)}else if(!ti(t))break}const d=t.md.helpers.parseLinkDestination(l,o,i);if(!d.ok)return!1;const u=t.md.normalizeLink(d.str);if(!t.md.validateLink(u))return!1;o=d.pos;const p=o,h=a,m=o;for(;o<i;o++){const t=l.charCodeAt(o);if(10===t){const t=s(a);null!==t&&(l+=t,i=l.length,a++)}else if(!ti(t))break}let f,g=t.md.helpers.parseLinkTitle(l,o,i);for(;g.can_continue;){const e=s(a);if(null===e)break;l+=e,o=i,i=l.length,a++,g=t.md.helpers.parseLinkTitle(l,o,i,g)}for(o<i&&m!==o&&g.ok?(f=g.str,o=g.pos):(f="",o=p,a=h);o<i&&ti(l.charCodeAt(o));)o++;if(o<i&&10!==l.charCodeAt(o)&&f)for(f="",o=p,a=h;o<i&&ti(l.charCodeAt(o));)o++;if(o<i&&10!==l.charCodeAt(o))return!1;const b=oi(l.slice(1,c));return!!b&&(n||(void 0===t.env.references&&(t.env.references={}),void 0===t.env.references[b]&&(t.env.references[b]={title:f,href:u}),t.line=a),!0)}],["html_block",function(t,e,r,n){let o=t.bMarks[e]+t.tShift[e],i=t.eMarks[e];if(t.sCount[e]-t.blkIndent>=4)return!1;if(!t.md.options.html)return!1;if(60!==t.src.charCodeAt(o))return!1;let a=t.src.slice(o,i),s=0;for(;s<Hi.length&&!Hi[s][0].test(a);s++);if(s===Hi.length)return!1;if(n)return Hi[s][2];let l=e+1;if(!Hi[s][1].test(a))for(;l<r&&!(t.sCount[l]<t.blkIndent);l++)if(o=t.bMarks[l]+t.tShift[l],i=t.eMarks[l],a=t.src.slice(o,i),Hi[s][1].test(a)){0!==a.length&&l++;break}t.line=l;const c=t.push("html_block","",0);return c.map=[e,l],c.content=t.getLines(e,l,t.blkIndent,!0),!0},["paragraph","reference","blockquote"]],["heading",function(t,e,r,n){let o=t.bMarks[e]+t.tShift[e],i=t.eMarks[e];if(t.sCount[e]-t.blkIndent>=4)return!1;let a=t.src.charCodeAt(o);if(35!==a||o>=i)return!1;let s=1;for(a=t.src.charCodeAt(++o);35===a&&o<i&&s<=6;)s++,a=t.src.charCodeAt(++o);if(s>6||o<i&&!ti(a))return!1;if(n)return!0;i=t.skipSpacesBack(i,o);const l=t.skipCharsBack(i,35,o);l>o&&ti(t.src.charCodeAt(l-1))&&(i=l),t.line=e+1;const c=t.push("heading_open","h"+String(s),1);c.markup="########".slice(0,s),c.map=[e,t.line];const d=t.push("inline","",0);return d.content=t.src.slice(o,i).trim(),d.map=[e,t.line],d.children=[],t.push("heading_close","h"+String(s),-1).markup="########".slice(0,s),!0},["paragraph","reference","blockquote"]],["lheading",function(t,e,r){const n=t.md.block.ruler.getRules("paragraph");if(t.sCount[e]-t.blkIndent>=4)return!1;const o=t.parentType;t.parentType="paragraph";let i,a=0,s=e+1;for(;s<r&&!t.isEmpty(s);s++){if(t.sCount[s]-t.blkIndent>3)continue;if(t.sCount[s]>=t.blkIndent){let e=t.bMarks[s]+t.tShift[s];const r=t.eMarks[s];if(e<r&&(i=t.src.charCodeAt(e),(45===i||61===i)&&(e=t.skipChars(e,i),e=t.skipSpaces(e),e>=r))){a=61===i?1:2;break}}if(t.sCount[s]<0)continue;let e=!1;for(let o=0,i=n.length;o<i;o++)if(n[o](t,s,r,!0)){e=!0;break}if(e)break}if(!a)return!1;const l=t.getLines(e,s,t.blkIndent,!1).trim();t.line=s+1;const c=t.push("heading_open","h"+String(a),1);c.markup=String.fromCharCode(i),c.map=[e,t.line];const d=t.push("inline","",0);return d.content=l,d.map=[e,t.line-1],d.children=[],t.push("heading_close","h"+String(a),-1).markup=String.fromCharCode(i),t.parentType=o,!0}],["paragraph",function(t,e,r){const n=t.md.block.ruler.getRules("paragraph"),o=t.parentType;let i=e+1;for(t.parentType="paragraph";i<r&&!t.isEmpty(i);i++){if(t.sCount[i]-t.blkIndent>3)continue;if(t.sCount[i]<0)continue;let e=!1;for(let o=0,a=n.length;o<a;o++)if(n[o](t,i,r,!0)){e=!0;break}if(e)break}const a=t.getLines(e,i,t.blkIndent,!1).trim();t.line=i,t.push("paragraph_open","p",1).map=[e,t.line];const s=t.push("inline","",0);return s.content=a,s.map=[e,t.line],s.children=[],t.push("paragraph_close","p",-1),t.parentType=o,!0}]];function Gi(){this.ruler=new hi;for(let t=0;t<Ui.length;t++)this.ruler.push(Ui[t][0],Ui[t][1],{alt:(Ui[t][2]||[]).slice()})}Gi.prototype.tokenize=function(t,e,r){const n=this.ruler.getRules(""),o=n.length,i=t.md.options.maxNesting;let a=e,s=!1;for(;a<r&&(t.line=a=t.skipEmptyLines(a),!(a>=r))&&!(t.sCount[a]<t.blkIndent);){if(t.level>=i){t.line=r;break}const e=t.line;let l=!1;for(let i=0;i<o;i++)if(l=n[i](t,a,r,!1),l){if(e>=t.line)throw new Error("block rule didn't increment state.line");break}if(!l)throw new Error("none of the block rules matched");t.tight=!s,t.isEmpty(t.line-1)&&(s=!0),a=t.line,a<r&&t.isEmpty(a)&&(s=!0,a++,t.line=a)}},Gi.prototype.parse=function(t,e,r,n){if(!t)return;const o=new this.State(t,e,r,n);this.tokenize(o,o.line,o.lineMax)},Gi.prototype.State=Ni;const Zi=Gi;function Ji(t,e,r,n){this.src=t,this.env=r,this.md=e,this.tokens=n,this.tokens_meta=Array(n.length),this.pos=0,this.posMax=this.src.length,this.level=0,this.pending="",this.pendingLevel=0,this.cache={},this.delimiters=[],this._prev_delimiters=[],this.backticks={},this.backticksScanned=!1,this.linkLevel=0}Ji.prototype.pushPending=function(){const t=new fi("text","",0);return t.content=this.pending,t.level=this.pendingLevel,this.tokens.push(t),this.pending="",t},Ji.prototype.push=function(t,e,r){this.pending&&this.pushPending();const n=new fi(t,e,r);let o=null;return r<0&&(this.level--,this.delimiters=this._prev_delimiters.pop()),n.level=this.level,r>0&&(this.level++,this._prev_delimiters.push(this.delimiters),this.delimiters=[],o={delimiters:this.delimiters}),this.pendingLevel=this.level,this.tokens.push(n),this.tokens_meta.push(o),n},Ji.prototype.scanDelims=function(t,e){const r=this.posMax,n=this.src.charCodeAt(t),o=t>0?this.src.charCodeAt(t-1):32;let i=t;for(;i<r&&this.src.charCodeAt(i)===n;)i++;const a=i-t,s=i<r?this.src.charCodeAt(i):32,l=ni(o)||ri(String.fromCharCode(o)),c=ni(s)||ri(String.fromCharCode(s)),d=ei(o),u=ei(s),p=!u&&(!c||d||l),h=!d&&(!l||u||c);return{can_open:p&&(e||!h||l),can_close:h&&(e||!p||c),length:a}},Ji.prototype.Token=fi;const Qi=Ji;function Yi(t){switch(t){case 10:case 33:case 35:case 36:case 37:case 38:case 42:case 43:case 45:case 58:case 60:case 61:case 62:case 64:case 91:case 92:case 93:case 94:case 95:case 96:case 123:case 125:case 126:return!0;default:return!1}}const Ki=/(?:^|[^a-z0-9.+-])([a-z][a-z0-9.+-]*)$/i,Xi=[];for(let t=0;t<256;t++)Xi.push(0);function ta(t,e){let r;const n=[],o=e.length;for(let i=0;i<o;i++){const o=e[i];if(126!==o.marker)continue;if(-1===o.end)continue;const a=e[o.end];r=t.tokens[o.token],r.type="s_open",r.tag="s",r.nesting=1,r.markup="~~",r.content="",r=t.tokens[a.token],r.type="s_close",r.tag="s",r.nesting=-1,r.markup="~~",r.content="","text"===t.tokens[a.token-1].type&&"~"===t.tokens[a.token-1].content&&n.push(a.token-1)}for(;n.length;){const e=n.pop();let o=e+1;for(;o<t.tokens.length&&"s_close"===t.tokens[o].type;)o++;o--,e!==o&&(r=t.tokens[o],t.tokens[o]=t.tokens[e],t.tokens[e]=r)}}"\\!\"#$%&'()*+,./:;<=>?@[]^_`{|}~-".split("").forEach((function(t){Xi[t.charCodeAt(0)]=1}));const ea={tokenize:function(t,e){const r=t.pos,n=t.src.charCodeAt(r);if(e)return!1;if(126!==n)return!1;const o=t.scanDelims(t.pos,!0);let i=o.length;const a=String.fromCharCode(n);if(i<2)return!1;let s;i%2&&(s=t.push("text","",0),s.content=a,i--);for(let e=0;e<i;e+=2)s=t.push("text","",0),s.content=a+a,t.delimiters.push({marker:n,length:0,token:t.tokens.length-1,end:-1,open:o.can_open,close:o.can_close});return t.pos+=o.length,!0},postProcess:function(t){const e=t.tokens_meta,r=t.tokens_meta.length;ta(t,t.delimiters);for(let n=0;n<r;n++)e[n]&&e[n].delimiters&&ta(t,e[n].delimiters)}};function ra(t,e){for(let r=e.length-1;r>=0;r--){const n=e[r];if(95!==n.marker&&42!==n.marker)continue;if(-1===n.end)continue;const o=e[n.end],i=r>0&&e[r-1].end===n.end+1&&e[r-1].marker===n.marker&&e[r-1].token===n.token-1&&e[n.end+1].token===o.token+1,a=String.fromCharCode(n.marker),s=t.tokens[n.token];s.type=i?"strong_open":"em_open",s.tag=i?"strong":"em",s.nesting=1,s.markup=i?a+a:a,s.content="";const l=t.tokens[o.token];l.type=i?"strong_close":"em_close",l.tag=i?"strong":"em",l.nesting=-1,l.markup=i?a+a:a,l.content="",i&&(t.tokens[e[r-1].token].content="",t.tokens[e[n.end+1].token].content="",r--)}}const na={tokenize:function(t,e){const r=t.pos,n=t.src.charCodeAt(r);if(e)return!1;if(95!==n&&42!==n)return!1;const o=t.scanDelims(t.pos,42===n);for(let e=0;e<o.length;e++)t.push("text","",0).content=String.fromCharCode(n),t.delimiters.push({marker:n,length:o.length,token:t.tokens.length-1,end:-1,open:o.can_open,close:o.can_close});return t.pos+=o.length,!0},postProcess:function(t){const e=t.tokens_meta,r=t.tokens_meta.length;ra(t,t.delimiters);for(let n=0;n<r;n++)e[n]&&e[n].delimiters&&ra(t,e[n].delimiters)}},oa=/^([a-zA-Z0-9.!#$%&'*+/=?^_`{|}~-]+@[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?(?:\.[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?)*)$/,ia=/^([a-zA-Z][a-zA-Z0-9+.-]{1,31}):([^<>\x00-\x20]*)$/,aa=/^&#((?:x[a-f0-9]{1,6}|[0-9]{1,7}));/i,sa=/^&([a-z][a-z0-9]{1,31});/i;function la(t){const e={},r=t.length;if(!r)return;let n=0,o=-2;const i=[];for(let a=0;a<r;a++){const r=t[a];if(i.push(0),t[n].marker===r.marker&&o===r.token-1||(n=a),o=r.token,r.length=r.length||0,!r.close)continue;e.hasOwnProperty(r.marker)||(e[r.marker]=[-1,-1,-1,-1,-1,-1]);const s=e[r.marker][(r.open?3:0)+r.length%3];let l=n-i[n]-1,c=l;for(;l>s;l-=i[l]+1){const e=t[l];if(e.marker===r.marker&&e.open&&e.end<0){let n=!1;if((e.close||r.open)&&(e.length+r.length)%3==0&&(e.length%3==0&&r.length%3==0||(n=!0)),!n){const n=l>0&&!t[l-1].open?i[l-1]+1:0;i[a]=a-l+n,i[l]=n,r.open=!1,e.end=a,e.close=!1,c=-1,o=-2;break}}}-1!==c&&(e[r.marker][(r.open?3:0)+(r.length||0)%3]=c)}}const ca=[["text",function(t,e){let r=t.pos;for(;r<t.posMax&&!Yi(t.src.charCodeAt(r));)r++;return r!==t.pos&&(e||(t.pending+=t.src.slice(t.pos,r)),t.pos=r,!0)}],["linkify",function(t,e){if(!t.md.options.linkify)return!1;if(t.linkLevel>0)return!1;const r=t.pos;if(r+3>t.posMax)return!1;if(58!==t.src.charCodeAt(r))return!1;if(47!==t.src.charCodeAt(r+1))return!1;if(47!==t.src.charCodeAt(r+2))return!1;const n=t.pending.match(Ki);if(!n)return!1;const o=n[1],i=t.md.linkify.matchAtStart(t.src.slice(r-o.length));if(!i)return!1;let a=i.url;if(a.length<=o.length)return!1;a=a.replace(/\*+$/,"");const s=t.md.normalizeLink(a);if(!t.md.validateLink(s))return!1;if(!e){t.pending=t.pending.slice(0,-o.length);const e=t.push("link_open","a",1);e.attrs=[["href",s]],e.markup="linkify",e.info="auto",t.push("text","",0).content=t.md.normalizeLinkText(a);const r=t.push("link_close","a",-1);r.markup="linkify",r.info="auto"}return t.pos+=a.length-o.length,!0}],["newline",function(t,e){let r=t.pos;if(10!==t.src.charCodeAt(r))return!1;const n=t.pending.length-1,o=t.posMax;if(!e)if(n>=0&&32===t.pending.charCodeAt(n))if(n>=1&&32===t.pending.charCodeAt(n-1)){let e=n-1;for(;e>=1&&32===t.pending.charCodeAt(e-1);)e--;t.pending=t.pending.slice(0,e),t.push("hardbreak","br",0)}else t.pending=t.pending.slice(0,-1),t.push("softbreak","br",0);else t.push("softbreak","br",0);for(r++;r<o&&ti(t.src.charCodeAt(r));)r++;return t.pos=r,!0}],["escape",function(t,e){let r=t.pos;const n=t.posMax;if(92!==t.src.charCodeAt(r))return!1;if(r++,r>=n)return!1;let o=t.src.charCodeAt(r);if(10===o){for(e||t.push("hardbreak","br",0),r++;r<n&&(o=t.src.charCodeAt(r),ti(o));)r++;return t.pos=r,!0}let i=t.src[r];if(o>=55296&&o<=56319&&r+1<n){const e=t.src.charCodeAt(r+1);e>=56320&&e<=57343&&(i+=t.src[r+1],r++)}const a="\\"+i;if(!e){const e=t.push("text_special","",0);o<256&&0!==Xi[o]?e.content=i:e.content=a,e.markup=a,e.info="escape"}return t.pos=r+1,!0}],["backticks",function(t,e){let r=t.pos;if(96!==t.src.charCodeAt(r))return!1;const n=r;r++;const o=t.posMax;for(;r<o&&96===t.src.charCodeAt(r);)r++;const i=t.src.slice(n,r),a=i.length;if(t.backticksScanned&&(t.backticks[a]||0)<=n)return e||(t.pending+=i),t.pos+=a,!0;let s,l=r;for(;-1!==(s=t.src.indexOf("`",l));){for(l=s+1;l<o&&96===t.src.charCodeAt(l);)l++;const n=l-s;if(n===a){if(!e){const e=t.push("code_inline","code",0);e.markup=i,e.content=t.src.slice(r,s).replace(/\n/g," ").replace(/^ (.+) $/,"$1")}return t.pos=l,!0}t.backticks[n]=s}return t.backticksScanned=!0,e||(t.pending+=i),t.pos+=a,!0}],["strikethrough",ea.tokenize],["emphasis",na.tokenize],["link",function(t,e){let r,n,o,i,a="",s="",l=t.pos,c=!0;if(91!==t.src.charCodeAt(t.pos))return!1;const d=t.pos,u=t.posMax,p=t.pos+1,h=t.md.helpers.parseLinkLabel(t,t.pos,!0);if(h<0)return!1;let m=h+1;if(m<u&&40===t.src.charCodeAt(m)){for(c=!1,m++;m<u&&(r=t.src.charCodeAt(m),ti(r)||10===r);m++);if(m>=u)return!1;if(l=m,o=t.md.helpers.parseLinkDestination(t.src,m,t.posMax),o.ok){for(a=t.md.normalizeLink(o.str),t.md.validateLink(a)?m=o.pos:a="",l=m;m<u&&(r=t.src.charCodeAt(m),ti(r)||10===r);m++);if(o=t.md.helpers.parseLinkTitle(t.src,m,t.posMax),m<u&&l!==m&&o.ok)for(s=o.str,m=o.pos;m<u&&(r=t.src.charCodeAt(m),ti(r)||10===r);m++);}(m>=u||41!==t.src.charCodeAt(m))&&(c=!0),m++}if(c){if(void 0===t.env.references)return!1;if(m<u&&91===t.src.charCodeAt(m)?(l=m+1,m=t.md.helpers.parseLinkLabel(t,m),m>=0?n=t.src.slice(l,m++):m=h+1):m=h+1,n||(n=t.src.slice(p,h)),i=t.env.references[oi(n)],!i)return t.pos=d,!1;a=i.href,s=i.title}if(!e){t.pos=p,t.posMax=h;const e=[["href",a]];t.push("link_open","a",1).attrs=e,s&&e.push(["title",s]),t.linkLevel++,t.md.inline.tokenize(t),t.linkLevel--,t.push("link_close","a",-1)}return t.pos=m,t.posMax=u,!0}],["image",function(t,e){let r,n,o,i,a,s,l,c,d="";const u=t.pos,p=t.posMax;if(33!==t.src.charCodeAt(t.pos))return!1;if(91!==t.src.charCodeAt(t.pos+1))return!1;const h=t.pos+2,m=t.md.helpers.parseLinkLabel(t,t.pos+1,!1);if(m<0)return!1;if(i=m+1,i<p&&40===t.src.charCodeAt(i)){for(i++;i<p&&(r=t.src.charCodeAt(i),ti(r)||10===r);i++);if(i>=p)return!1;for(c=i,s=t.md.helpers.parseLinkDestination(t.src,i,t.posMax),s.ok&&(d=t.md.normalizeLink(s.str),t.md.validateLink(d)?i=s.pos:d=""),c=i;i<p&&(r=t.src.charCodeAt(i),ti(r)||10===r);i++);if(s=t.md.helpers.parseLinkTitle(t.src,i,t.posMax),i<p&&c!==i&&s.ok)for(l=s.str,i=s.pos;i<p&&(r=t.src.charCodeAt(i),ti(r)||10===r);i++);else l="";if(i>=p||41!==t.src.charCodeAt(i))return t.pos=u,!1;i++}else{if(void 0===t.env.references)return!1;if(i<p&&91===t.src.charCodeAt(i)?(c=i+1,i=t.md.helpers.parseLinkLabel(t,i),i>=0?o=t.src.slice(c,i++):i=m+1):i=m+1,o||(o=t.src.slice(h,m)),a=t.env.references[oi(o)],!a)return t.pos=u,!1;d=a.href,l=a.title}if(!e){n=t.src.slice(h,m);const e=[];t.md.inline.parse(n,t.md,t.env,e);const r=t.push("image","img",0),o=[["src",d],["alt",""]];r.attrs=o,r.children=e,r.content=n,l&&o.push(["title",l])}return t.pos=i,t.posMax=p,!0}],["autolink",function(t,e){let r=t.pos;if(60!==t.src.charCodeAt(r))return!1;const n=t.pos,o=t.posMax;for(;;){if(++r>=o)return!1;const e=t.src.charCodeAt(r);if(60===e)return!1;if(62===e)break}const i=t.src.slice(n+1,r);if(ia.test(i)){const r=t.md.normalizeLink(i);if(!t.md.validateLink(r))return!1;if(!e){const e=t.push("link_open","a",1);e.attrs=[["href",r]],e.markup="autolink",e.info="auto",t.push("text","",0).content=t.md.normalizeLinkText(i);const n=t.push("link_close","a",-1);n.markup="autolink",n.info="auto"}return t.pos+=i.length+2,!0}if(oa.test(i)){const r=t.md.normalizeLink("mailto:"+i);if(!t.md.validateLink(r))return!1;if(!e){const e=t.push("link_open","a",1);e.attrs=[["href",r]],e.markup="autolink",e.info="auto",t.push("text","",0).content=t.md.normalizeLinkText(i);const n=t.push("link_close","a",-1);n.markup="autolink",n.info="auto"}return t.pos+=i.length+2,!0}return!1}],["html_inline",function(t,e){if(!t.md.options.html)return!1;const r=t.posMax,n=t.pos;if(60!==t.src.charCodeAt(n)||n+2>=r)return!1;const o=t.src.charCodeAt(n+1);if(33!==o&&63!==o&&47!==o&&!function(t){const e=32|t;return e>=97&&e<=122}(o))return!1;const i=t.src.slice(n).match($i);if(!i)return!1;if(!e){const e=t.push("html_inline","",0);e.content=i[0],a=e.content,/^<a[>\s]/i.test(a)&&t.linkLevel++,function(t){return/^<\/a\s*>/i.test(t)}(e.content)&&t.linkLevel--}var a;return t.pos+=i[0].length,!0}],["entity",function(t,e){const r=t.pos,n=t.posMax;if(38!==t.src.charCodeAt(r))return!1;if(r+1>=n)return!1;if(35===t.src.charCodeAt(r+1)){const n=t.src.slice(r).match(aa);if(n){if(!e){const e="x"===n[1][0].toLowerCase()?parseInt(n[1].slice(1),16):parseInt(n[1],10),r=t.push("text_special","",0);r.content=Vo(e)?Wo(e):Wo(65533),r.markup=n[0],r.info="entity"}return t.pos+=n[0].length,!0}}else{const n=t.src.slice(r).match(sa);if(n){const r=To(n[0]);if(r!==n[0]){if(!e){const e=t.push("text_special","",0);e.content=r,e.markup=n[0],e.info="entity"}return t.pos+=n[0].length,!0}}}return!1}]],da=[["balance_pairs",function(t){const e=t.tokens_meta,r=t.tokens_meta.length;la(t.delimiters);for(let t=0;t<r;t++)e[t]&&e[t].delimiters&&la(e[t].delimiters)}],["strikethrough",ea.postProcess],["emphasis",na.postProcess],["fragments_join",function(t){let e,r,n=0;const o=t.tokens,i=t.tokens.length;for(e=r=0;e<i;e++)o[e].nesting<0&&n--,o[e].level=n,o[e].nesting>0&&n++,"text"===o[e].type&&e+1<i&&"text"===o[e+1].type?o[e+1].content=o[e].content+o[e+1].content:(e!==r&&(o[r]=o[e]),r++);e!==r&&(o.length=r)}]];function ua(){this.ruler=new hi;for(let t=0;t<ca.length;t++)this.ruler.push(ca[t][0],ca[t][1]);this.ruler2=new hi;for(let t=0;t<da.length;t++)this.ruler2.push(da[t][0],da[t][1])}ua.prototype.skipToken=function(t){const e=t.pos,r=this.ruler.getRules(""),n=r.length,o=t.md.options.maxNesting,i=t.cache;if(void 0!==i[e])return void(t.pos=i[e]);let a=!1;if(t.level<o){for(let o=0;o<n;o++)if(t.level++,a=r[o](t,!0),t.level--,a){if(e>=t.pos)throw new Error("inline rule didn't increment state.pos");break}}else t.pos=t.posMax;a||t.pos++,i[e]=t.pos},ua.prototype.tokenize=function(t){const e=this.ruler.getRules(""),r=e.length,n=t.posMax,o=t.md.options.maxNesting;for(;t.pos<n;){const i=t.pos;let a=!1;if(t.level<o)for(let n=0;n<r;n++)if(a=e[n](t,!1),a){if(i>=t.pos)throw new Error("inline rule didn't increment state.pos");break}if(a){if(t.pos>=n)break}else t.pending+=t.src[t.pos++]}t.pending&&t.pushPending()},ua.prototype.parse=function(t,e,r,n){const o=new this.State(t,e,r,n);this.tokenize(o);const i=this.ruler2.getRules(""),a=i.length;for(let t=0;t<a;t++)i[t](o)},ua.prototype.State=Qi;const pa=ua;function ha(t){return Array.prototype.slice.call(arguments,1).forEach((function(e){e&&Object.keys(e).forEach((function(r){t[r]=e[r]}))})),t}function ma(t){return Object.prototype.toString.call(t)}function fa(t){return"[object Function]"===ma(t)}function ga(t){return t.replace(/[.?*+^$[\]\\(){}|-]/g,"\\$&")}const ba={fuzzyLink:!0,fuzzyEmail:!0,fuzzyIP:!1},ya={"http:":{validate:function(t,e,r){const n=t.slice(e);return r.re.http||(r.re.http=new RegExp("^\\/\\/"+r.re.src_auth+r.re.src_host_port_strict+r.re.src_path,"i")),r.re.http.test(n)?n.match(r.re.http)[0].length:0}},"https:":"http:","ftp:":"http:","//":{validate:function(t,e,r){const n=t.slice(e);return r.re.no_http||(r.re.no_http=new RegExp("^"+r.re.src_auth+"(?:localhost|(?:(?:"+r.re.src_domain+")\\.)+"+r.re.src_domain_root+")"+r.re.src_port+r.re.src_host_terminator+r.re.src_path,"i")),r.re.no_http.test(n)?e>=3&&":"===t[e-3]||e>=3&&"/"===t[e-3]?0:n.match(r.re.no_http)[0].length:0}},"mailto:":{validate:function(t,e,r){const n=t.slice(e);return r.re.mailto||(r.re.mailto=new RegExp("^"+r.re.src_email_name+"@"+r.re.src_host_strict,"i")),r.re.mailto.test(n)?n.match(r.re.mailto)[0].length:0}}},va="a[cdefgilmnoqrstuwxz]|b[abdefghijmnorstvwyz]|c[acdfghiklmnoruvwxyz]|d[ejkmoz]|e[cegrstu]|f[ijkmor]|g[abdefghilmnpqrstuwy]|h[kmnrtu]|i[delmnoqrst]|j[emop]|k[eghimnprwyz]|l[abcikrstuvy]|m[acdeghklmnopqrstuvwxyz]|n[acefgilopruz]|om|p[aefghklmnrstwy]|qa|r[eosuw]|s[abcdeghijklmnortuvxyz]|t[cdfghjklmnortvwz]|u[agksyz]|v[aceginu]|w[fs]|y[et]|z[amw]",xa="biz|com|edu|gov|net|org|pro|web|xxx|aero|asia|coop|info|museum|name|shop|рф".split("|");function Ca(t){const e=t.re=function(t){const e={};t=t||{},e.src_Any=co.source,e.src_Cc=uo.source,e.src_Z=ho.source,e.src_P=so.source,e.src_ZPCc=[e.src_Z,e.src_P,e.src_Cc].join("|"),e.src_ZCc=[e.src_Z,e.src_Cc].join("|");return e.src_pseudo_letter="(?:(?![><|]|"+e.src_ZPCc+")"+e.src_Any+")",e.src_ip4="(?:(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\\.){3}(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)",e.src_auth="(?:(?:(?!"+e.src_ZCc+"|[@/\\[\\]()]).)+@)?",e.src_port="(?::(?:6(?:[0-4]\\d{3}|5(?:[0-4]\\d{2}|5(?:[0-2]\\d|3[0-5])))|[1-5]?\\d{1,4}))?",e.src_host_terminator="(?=$|[><|]|"+e.src_ZPCc+")(?!"+(t["---"]?"-(?!--)|":"-|")+"_|:\\d|\\.-|\\.(?!$|"+e.src_ZPCc+"))",e.src_path="(?:[/?#](?:(?!"+e.src_ZCc+"|[><|]|[()[\\]{}.,\"'?!\\-;]).|\\[(?:(?!"+e.src_ZCc+"|\\]).)*\\]|\\((?:(?!"+e.src_ZCc+"|[)]).)*\\)|\\{(?:(?!"+e.src_ZCc+'|[}]).)*\\}|\\"(?:(?!'+e.src_ZCc+'|["]).)+\\"|\\\'(?:(?!'+e.src_ZCc+"|[']).)+\\'|\\'(?="+e.src_pseudo_letter+"|[-])|\\.{2,}[a-zA-Z0-9%/&]|\\.(?!"+e.src_ZCc+"|[.]|$)|"+(t["---"]?"\\-(?!--(?:[^-]|$))(?:-*)|":"\\-+|")+",(?!"+e.src_ZCc+"|$)|;(?!"+e.src_ZCc+"|$)|\\!+(?!"+e.src_ZCc+"|[!]|$)|\\?(?!"+e.src_ZCc+"|[?]|$))+|\\/)?",e.src_email_name='[\\-;:&=\\+\\$,\\.a-zA-Z0-9_][\\-;:&=\\+\\$,\\"\\.a-zA-Z0-9_]*',e.src_xn="xn--[a-z0-9\\-]{1,59}",e.src_domain_root="(?:"+e.src_xn+"|"+e.src_pseudo_letter+"{1,63})",e.src_domain="(?:"+e.src_xn+"|(?:"+e.src_pseudo_letter+")|(?:"+e.src_pseudo_letter+"(?:-|"+e.src_pseudo_letter+"){0,61}"+e.src_pseudo_letter+"))",e.src_host="(?:(?:(?:(?:"+e.src_domain+")\\.)*"+e.src_domain+"))",e.tpl_host_fuzzy="(?:"+e.src_ip4+"|(?:(?:(?:"+e.src_domain+")\\.)+(?:%TLDS%)))",e.tpl_host_no_ip_fuzzy="(?:(?:(?:"+e.src_domain+")\\.)+(?:%TLDS%))",e.src_host_strict=e.src_host+e.src_host_terminator,e.tpl_host_fuzzy_strict=e.tpl_host_fuzzy+e.src_host_terminator,e.src_host_port_strict=e.src_host+e.src_port+e.src_host_terminator,e.tpl_host_port_fuzzy_strict=e.tpl_host_fuzzy+e.src_port+e.src_host_terminator,e.tpl_host_port_no_ip_fuzzy_strict=e.tpl_host_no_ip_fuzzy+e.src_port+e.src_host_terminator,e.tpl_host_fuzzy_test="localhost|www\\.|\\.\\d{1,3}\\.|(?:\\.(?:%TLDS%)(?:"+e.src_ZPCc+"|>|$))",e.tpl_email_fuzzy='(^|[><|]|"|\\(|'+e.src_ZCc+")("+e.src_email_name+"@"+e.tpl_host_fuzzy_strict+")",e.tpl_link_fuzzy="(^|(?![.:/\\-_@])(?:[$+<=>^`||]|"+e.src_ZPCc+"))((?![$+<=>^`||])"+e.tpl_host_port_fuzzy_strict+e.src_path+")",e.tpl_link_no_ip_fuzzy="(^|(?![.:/\\-_@])(?:[$+<=>^`||]|"+e.src_ZPCc+"))((?![$+<=>^`||])"+e.tpl_host_port_no_ip_fuzzy_strict+e.src_path+")",e}(t.__opts__),r=t.__tlds__.slice();function n(t){return t.replace("%TLDS%",e.src_tlds)}t.onCompile(),t.__tlds_replaced__||r.push(va),r.push(e.src_xn),e.src_tlds=r.join("|"),e.email_fuzzy=RegExp(n(e.tpl_email_fuzzy),"i"),e.link_fuzzy=RegExp(n(e.tpl_link_fuzzy),"i"),e.link_no_ip_fuzzy=RegExp(n(e.tpl_link_no_ip_fuzzy),"i"),e.host_fuzzy_test=RegExp(n(e.tpl_host_fuzzy_test),"i");const o=[];function i(t,e){throw new Error('(LinkifyIt) Invalid schema "'+t+'": '+e)}t.__compiled__={},Object.keys(t.__schemas__).forEach((function(e){const r=t.__schemas__[e];if(null===r)return;const n={validate:null,link:null};if(t.__compiled__[e]=n,"[object Object]"===ma(r))return"[object RegExp]"!==ma(r.validate)?fa(r.validate)?n.validate=r.validate:i(e,r):n.validate=function(t){return function(e,r){const n=e.slice(r);return t.test(n)?n.match(t)[0].length:0}}(r.validate),void(fa(r.normalize)?n.normalize=r.normalize:r.normalize?i(e,r):n.normalize=function(t,e){e.normalize(t)});!function(t){return"[object String]"===ma(t)}(r)?i(e,r):o.push(e)})),o.forEach((function(e){t.__compiled__[t.__schemas__[e]]&&(t.__compiled__[e].validate=t.__compiled__[t.__schemas__[e]].validate,t.__compiled__[e].normalize=t.__compiled__[t.__schemas__[e]].normalize)})),t.__compiled__[""]={validate:null,normalize:function(t,e){e.normalize(t)}};const a=Object.keys(t.__compiled__).filter((function(e){return e.length>0&&t.__compiled__[e]})).map(ga).join("|");t.re.schema_test=RegExp("(^|(?!_)(?:[><|]|"+e.src_ZPCc+"))("+a+")","i"),t.re.schema_search=RegExp("(^|(?!_)(?:[><|]|"+e.src_ZPCc+"))("+a+")","ig"),t.re.schema_at_start=RegExp("^"+t.re.schema_search.source,"i"),t.re.pretest=RegExp("("+t.re.schema_test.source+")|("+t.re.host_fuzzy_test.source+")|@","i"),function(t){t.__index__=-1,t.__text_cache__=""}(t)}function wa(t,e){const r=t.__index__,n=t.__last_index__,o=t.__text_cache__.slice(r,n);this.schema=t.__schema__.toLowerCase(),this.index=r+e,this.lastIndex=n+e,this.raw=o,this.text=o,this.url=o}function ka(t,e){const r=new wa(t,e);return t.__compiled__[r.schema].normalize(r,t),r}function Aa(t,e){if(!(this instanceof Aa))return new Aa(t,e);var r;e||(r=t,Object.keys(r||{}).reduce((function(t,e){return t||ba.hasOwnProperty(e)}),!1)&&(e=t,t={})),this.__opts__=ha({},ba,e),this.__index__=-1,this.__last_index__=-1,this.__schema__="",this.__text_cache__="",this.__schemas__=ha({},ya,t),this.__compiled__={},this.__tlds__=xa,this.__tlds_replaced__=!1,this.re={},Ca(this)}Aa.prototype.add=function(t,e){return this.__schemas__[t]=e,Ca(this),this},Aa.prototype.set=function(t){return this.__opts__=ha(this.__opts__,t),this},Aa.prototype.test=function(t){if(this.__text_cache__=t,this.__index__=-1,!t.length)return!1;let e,r,n,o,i,a,s,l,c;if(this.re.schema_test.test(t))for(s=this.re.schema_search,s.lastIndex=0;null!==(e=s.exec(t));)if(o=this.testSchemaAt(t,e[2],s.lastIndex),o){this.__schema__=e[2],this.__index__=e.index+e[1].length,this.__last_index__=e.index+e[0].length+o;break}return this.__opts__.fuzzyLink&&this.__compiled__["http:"]&&(l=t.search(this.re.host_fuzzy_test),l>=0&&(this.__index__<0||l<this.__index__)&&null!==(r=t.match(this.__opts__.fuzzyIP?this.re.link_fuzzy:this.re.link_no_ip_fuzzy))&&(i=r.index+r[1].length,(this.__index__<0||i<this.__index__)&&(this.__schema__="",this.__index__=i,this.__last_index__=r.index+r[0].length))),this.__opts__.fuzzyEmail&&this.__compiled__["mailto:"]&&(c=t.indexOf("@"),c>=0&&null!==(n=t.match(this.re.email_fuzzy))&&(i=n.index+n[1].length,a=n.index+n[0].length,(this.__index__<0||i<this.__index__||i===this.__index__&&a>this.__last_index__)&&(this.__schema__="mailto:",this.__index__=i,this.__last_index__=a))),this.__index__>=0},Aa.prototype.pretest=function(t){return this.re.pretest.test(t)},Aa.prototype.testSchemaAt=function(t,e,r){return this.__compiled__[e.toLowerCase()]?this.__compiled__[e.toLowerCase()].validate(t,r,this):0},Aa.prototype.match=function(t){const e=[];let r=0;this.__index__>=0&&this.__text_cache__===t&&(e.push(ka(this,r)),r=this.__last_index__);let n=r?t.slice(r):t;for(;this.test(n);)e.push(ka(this,r)),n=n.slice(this.__last_index__),r+=this.__last_index__;return e.length?e:null},Aa.prototype.matchAtStart=function(t){if(this.__text_cache__=t,this.__index__=-1,!t.length)return null;const e=this.re.schema_at_start.exec(t);if(!e)return null;const r=this.testSchemaAt(t,e[2],e[0].length);return r?(this.__schema__=e[2],this.__index__=e.index+e[1].length,this.__last_index__=e.index+e[0].length+r,ka(this,0)):null},Aa.prototype.tlds=function(t,e){return t=Array.isArray(t)?t:[t],e?(this.__tlds__=this.__tlds__.concat(t).sort().filter((function(t,e,r){return t!==r[e-1]})).reverse(),Ca(this),this):(this.__tlds__=t.slice(),this.__tlds_replaced__=!0,Ca(this),this)},Aa.prototype.normalize=function(t){t.schema||(t.url="http://"+t.url),"mailto:"!==t.schema||/^mailto:/i.test(t.url)||(t.url="mailto:"+t.url)},Aa.prototype.onCompile=function(){};const Ea=Aa,_a=2147483647,Sa=36,Da=/^xn--/,Ta=/[^\0-\x7F]/,Ma=/[\x2E\u3002\uFF0E\uFF61]/g,Fa={overflow:"Overflow: input needs wider integers to process","not-basic":"Illegal input >= 0x80 (not a basic code point)","invalid-input":"Invalid input"},La=Math.floor,Ia=String.fromCharCode;function za(t){throw new RangeError(Fa[t])}function Oa(t,e){const r=t.split("@");let n="";r.length>1&&(n=r[0]+"@",t=r[1]);const o=function(t,e){const r=[];let n=t.length;for(;n--;)r[n]=e(t[n]);return r}((t=t.replace(Ma,".")).split("."),e).join(".");return n+o}function Na(t){const e=[];let r=0;const n=t.length;for(;r<n;){const o=t.charCodeAt(r++);if(o>=55296&&o<=56319&&r<n){const n=t.charCodeAt(r++);56320==(64512&n)?e.push(((1023&o)<<10)+(1023&n)+65536):(e.push(o),r--)}else e.push(o)}return e}const Ba=function(t,e){return t+22+75*(t<26)-((0!=e)<<5)},qa=function(t,e,r){let n=0;for(t=r?La(t/700):t>>1,t+=La(t/e);t>455;n+=Sa)t=La(t/35);return La(n+36*t/(t+38))},Ra=function(t){const e=[],r=t.length;let n=0,o=128,i=72,a=t.lastIndexOf("-");a<0&&(a=0);for(let r=0;r<a;++r)t.charCodeAt(r)>=128&&za("not-basic"),e.push(t.charCodeAt(r));for(let l=a>0?a+1:0;l<r;){const a=n;for(let e=1,o=Sa;;o+=Sa){l>=r&&za("invalid-input");const a=(s=t.charCodeAt(l++))>=48&&s<58?s-48+26:s>=65&&s<91?s-65:s>=97&&s<123?s-97:Sa;a>=Sa&&za("invalid-input"),a>La((_a-n)/e)&&za("overflow"),n+=a*e;const c=o<=i?1:o>=i+26?26:o-i;if(a<c)break;const d=Sa-c;e>La(_a/d)&&za("overflow"),e*=d}const c=e.length+1;i=qa(n-a,c,0==a),La(n/c)>_a-o&&za("overflow"),o+=La(n/c),n%=c,e.splice(n++,0,o)}var s;return String.fromCodePoint(...e)},Va=function(t){const e=[],r=(t=Na(t)).length;let n=128,o=0,i=72;for(const r of t)r<128&&e.push(Ia(r));const a=e.length;let s=a;for(a&&e.push("-");s<r;){let r=_a;for(const e of t)e>=n&&e<r&&(r=e);const l=s+1;r-n>La((_a-o)/l)&&za("overflow"),o+=(r-n)*l,n=r;for(const r of t)if(r<n&&++o>_a&&za("overflow"),r===n){let t=o;for(let r=Sa;;r+=Sa){const n=r<=i?1:r>=i+26?26:r-i;if(t<n)break;const o=t-n,a=Sa-n;e.push(Ia(Ba(n+o%a,0))),t=La(o/a)}e.push(Ia(Ba(t,0))),i=qa(o,l,s===a),o=0,++s}++o,++n}return e.join("")},Wa={version:"2.3.1",ucs2:{decode:Na,encode:t=>String.fromCodePoint(...t)},decode:Ra,encode:Va,toASCII:function(t){return Oa(t,(function(t){return Ta.test(t)?"xn--"+Va(t):t}))},toUnicode:function(t){return Oa(t,(function(t){return Da.test(t)?Ra(t.slice(4).toLowerCase()):t}))}},Pa=Wa,$a={default:{options:{html:!1,xhtmlOut:!1,breaks:!1,langPrefix:"language-",linkify:!1,typographer:!1,quotes:"“”‘’",highlight:null,maxNesting:100},components:{core:{},block:{},inline:{}}},zero:{options:{html:!1,xhtmlOut:!1,breaks:!1,langPrefix:"language-",linkify:!1,typographer:!1,quotes:"“”‘’",highlight:null,maxNesting:20},components:{core:{rules:["normalize","block","inline","text_join"]},block:{rules:["paragraph"]},inline:{rules:["text"],rules2:["balance_pairs","fragments_join"]}}},commonmark:{options:{html:!0,xhtmlOut:!0,breaks:!1,langPrefix:"language-",linkify:!1,typographer:!1,quotes:"“”‘’",highlight:null,maxNesting:20},components:{core:{rules:["normalize","block","inline","text_join"]},block:{rules:["blockquote","code","fence","heading","hr","html_block","lheading","list","reference","paragraph"]},inline:{rules:["autolink","backticks","emphasis","entity","escape","html_inline","image","link","newline","text"],rules2:["balance_pairs","emphasis","fragments_join"]}}}},ja=/^(vbscript|javascript|file|data):/,Ha=/^data:image\/(gif|png|jpeg|webp);/;function Ua(t){const e=t.trim().toLowerCase();return!ja.test(e)||Ha.test(e)}const Ga=["http:","https:","mailto:"];function Za(t){const e=ao(t,!0);if(e.hostname&&(!e.protocol||Ga.indexOf(e.protocol)>=0))try{e.hostname=Pa.toASCII(e.hostname)}catch(t){}return Un(Gn(e))}function Ja(t){const e=ao(t,!0);if(e.hostname&&(!e.protocol||Ga.indexOf(e.protocol)>=0))try{e.hostname=Pa.toUnicode(e.hostname)}catch(t){}return $n(Gn(e),$n.defaultChars+"%")}function Qa(t,e){if(!(this instanceof Qa))return new Qa(t,e);e||Oo(t)||(e=t||{},t="default"),this.inline=new pa,this.block=new Zi,this.core=new zi,this.renderer=new ui,this.linkify=new Ea,this.validateLink=Ua,this.normalizeLink=Za,this.normalizeLinkText=Ja,this.utils=y,this.helpers=qo({},v),this.options={},this.configure(t),e&&this.set(e)}Qa.prototype.set=function(t){return qo(this.options,t),this},Qa.prototype.configure=function(t){const e=this;if(Oo(t)){const e=t;if(!(t=$a[e]))throw new Error('Wrong `markdown-it` preset "'+e+'", check name')}if(!t)throw new Error("Wrong `markdown-it` preset, can't be empty");return t.options&&e.set(t.options),t.components&&Object.keys(t.components).forEach((function(r){t.components[r].rules&&e[r].ruler.enableOnly(t.components[r].rules),t.components[r].rules2&&e[r].ruler2.enableOnly(t.components[r].rules2)})),this},Qa.prototype.enable=function(t,e){let r=[];Array.isArray(t)||(t=[t]),["core","block","inline"].forEach((function(e){r=r.concat(this[e].ruler.enable(t,!0))}),this),r=r.concat(this.inline.ruler2.enable(t,!0));const n=t.filter((function(t){return r.indexOf(t)<0}));if(n.length&&!e)throw new Error("MarkdownIt. Failed to enable unknown rule(s): "+n);return this},Qa.prototype.disable=function(t,e){let r=[];Array.isArray(t)||(t=[t]),["core","block","inline"].forEach((function(e){r=r.concat(this[e].ruler.disable(t,!0))}),this),r=r.concat(this.inline.ruler2.disable(t,!0));const n=t.filter((function(t){return r.indexOf(t)<0}));if(n.length&&!e)throw new Error("MarkdownIt. Failed to disable unknown rule(s): "+n);return this},Qa.prototype.use=function(t){const e=[this].concat(Array.prototype.slice.call(arguments,1));return t.apply(t,e),this},Qa.prototype.parse=function(t,e){if("string"!=typeof t)throw new Error("Input data should be a String");const r=new this.core.State(t,this,e);return this.core.process(r),r.tokens},Qa.prototype.render=function(t,e){return e=e||{},this.renderer.render(this.parse(t,e),this.options,e)},Qa.prototype.parseInline=function(t,e){const r=new this.core.State(t,this,e);return r.inlineMode=!0,this.core.process(r),r.tokens},Qa.prototype.renderInline=function(t,e){return e=e||{},this.renderer.render(this.parseInline(t,e),this.options,e)};const Ya=Qa,Ka={components:{core:{rules:["block","inline"]},block:{rules:["blockquote","code","heading","list","paragraph","list"]},inline:{rules:["backticks","strikethrough","link","emphasis","strikethrough","newline","text"]}}},Xa=it("enriched-text");class ts extends(Qt({componentName:Xa,baseSelector:":host > div"})){#q;constructor(){super(),this.attachShadow({mode:"open"}).innerHTML='\n <style>\n :host {\n display: inline-block;\n }\n :host > slot {\n width: 100%;\n display: inline-block;\n }\n *, *:last-child {\n margin: 0;\n }\n h1,\n h2,\n h3,\n h4,\n h5,\n h6,\n p {\n margin-bottom: 1em;\n }\n a {\n text-decoration: none;\n cursor: pointer;\n }\n a:hover {\n text-decoration: underline;\n }\n blockquote {\n padding: 0 2em;\n }\n </style>\n <slot part="text-wrapper" style="display:none"></slot>\n <div class="content"></div>\n ',this.textSlot=this.shadowRoot.querySelector("slot"),this.#R(),rt(this,this.#V.bind(this))}static get observedAttributes(){return["readonly","link-target-blank"]}attributeChangedCallback(t,e,r){super.attributeChangedCallback?.(t,e,r),r!==e&&("readonly"===t&&this.onReadOnlyChange("true"===r),"link-target-blank"===t&&this.#R())}#W(){this.linkTargetBlank?this.processor.renderer.rules.link_open=(t,e,r,n,o)=>(t[e].attrSet("target","_blank"),this.#q(t,e,r,n,o)):this.processor.renderer.rules.link_open=this.#q}#P(){if(!this.processor)return;const t=Ka;this.processor.configure(t||{})}#$(){this.#P()}#j(){this.#q=this.processor.renderer.rules.link_open||((t,e,r,n,o)=>o.renderToken(t,e,r))}#R(){this.processor=new Ya,this.#j(),this.#$(),this.#W()}get linkTargetBlank(){return"true"===this.getAttribute("link-target-blank")}get contentNode(){return this.shadowRoot.querySelector(".content")}#V(){if(!this.processor)return;let t=this.textContent;try{const e=this.processor.parse(this.textContent,{references:void 0});t=this.processor.renderer.render(e,{breaks:!0})}catch(t){console.warn("Not parsing invalid markdown token")}this.contentNode.innerHTML=t}onReadOnlyChange(t){t?this.contentNode.setAttribute("inert",t):this.contentNode.removeAttribute("inert")}}const es=X(Pt({mappings:{hostWidth:{selector:()=>":host",property:"width"},hostDirection:{selector:()=>":host",property:"direction"},fontSize:{},fontFamily:{},fontWeight:{},textColor:{property:"color"},textLineHeight:{property:"line-height"},textAlign:{},linkColor:{selector:"a",property:"color"}}}),Pt({componentNameOverride:it("link")}),$t,jt)(ts),rs=it("link");class ns extends(Qt({componentName:rs,baseSelector:":host a"})){constructor(){super(),this.attachShadow({mode:"open"}).innerHTML="\n\t\t<style>\n\t\t:host {\n\t\t\tdisplay: inline-block;\n\t\t}\n\t\t:host a {\n\t\t\tdisplay: inline;\n\t\t\ttext-decoration: none;\n\t\t}\n\t\t:host a:hover {\n\t\t\ttext-decoration: underline;\n\t\t}\n\t\t</style>\n\t\t<div>\n\t\t\t<descope-text>\n\t\t\t\t<a>\n\t\t\t\t\t<slot></slot>\n\t\t\t\t</a>\n\t\t\t</descope-text>\n\t\t</div>\n\t\t",st(this,this.shadowRoot.querySelector("a"),{includeAttrs:["href","target","tooltip"],mapAttrs:{tooltip:"title"}}),st(this,this.shadowRoot.querySelector("descope-text"),{includeAttrs:["mode","variant"]})}}const os={host:{selector:()=>":host"},anchor:{},wrapper:{selector:()=>":host > div"},text:{selector:()=>Bn.componentName}},{anchor:is,text:as,host:ss,wrapper:ls}=os,cs=X(Pt({mappings:{hostWidth:{...ss,property:"width"},hostDirection:{...as,property:"direction"},textAlign:ls,textColor:[{...is,property:"color"},{...as,property:Bn.cssVarList.textColor}],cursor:is}}),$t,jt)(ns),ds=mt(Rt),us=es.cssVarList,ps={[us.hostDirection]:ds.direction,[us.fontSize]:ds.typography.body1.size,[us.fontWeight]:ds.typography.body1.weight,[us.fontFamily]:ds.typography.body1.font,[us.textLineHeight]:"1.35em",[us.textAlign]:"left",[us.textColor]:ds.colors.surface.dark,[us.linkColor]:`var(${cs.cssVarList.textColor})`,mode:{primary:{[us.textColor]:ds.colors.surface.contrast},secondary:{[us.textColor]:ds.colors.surface.dark},error:{[us.textColor]:ds.colors.error.main},success:{[us.textColor]:ds.colors.success.main}},variant:{h1:{[us.fontSize]:ds.typography.h1.size,[us.fontWeight]:ds.typography.h1.weight,[us.fontFamily]:ds.typography.h1.font},h2:{[us.fontSize]:ds.typography.h2.size,[us.fontWeight]:ds.typography.h2.weight,[us.fontFamily]:ds.typography.h2.font},h3:{[us.fontSize]:ds.typography.h3.size,[us.fontWeight]:ds.typography.h3.weight,[us.fontFamily]:ds.typography.h3.font},subtitle1:{[us.fontSize]:ds.typography.subtitle1.size,[us.fontWeight]:ds.typography.subtitle1.weight,[us.fontFamily]:ds.typography.subtitle1.font},subtitle2:{[us.fontSize]:ds.typography.subtitle2.size,[us.fontWeight]:ds.typography.subtitle2.weight,[us.fontFamily]:ds.typography.subtitle2.font},body1:{[us.fontSize]:ds.typography.body1.size,[us.fontWeight]:ds.typography.body1.weight,[us.fontFamily]:ds.typography.body1.font},body2:{[us.fontSize]:ds.typography.body2.size,[us.fontWeight]:ds.typography.body2.weight,[us.fontFamily]:ds.typography.body2.font}},textAlign:{right:{[us.textAlign]:"right"},left:{[us.textAlign]:"left"},center:{[us.textAlign]:"center"}},_fullWidth:{[us.hostWidth]:"100%"}},hs=mt(Rt),ms=cs.cssVarList,fs={[ms.hostDirection]:hs.direction,[ms.cursor]:"pointer",[ms.textColor]:hs.colors.primary.main,textAlign:{right:{[ms.textAlign]:"right"},left:{[ms.textAlign]:"left"},center:{[ms.textAlign]:"center"}},_fullWidth:{[ms.hostWidth]:"100%"},mode:{primary:{[ms.textColor]:hs.colors.primary.main},secondary:{[ms.textColor]:hs.colors.secondary.main},error:{[ms.textColor]:hs.colors.error.main},success:{[ms.textColor]:hs.colors.success.main}}},gs=it("divider");class bs extends(Qt({componentName:gs,baseSelector:":host > div"})){constructor(){super(),this.attachShadow({mode:"open"}).innerHTML="\n\t\t\t<style>\n\t\t\t\t:host {\n\t\t\t\t\tdisplay: inline-block;\n\t\t\t\t}\n\t\t\t\t:host > div {\n\t\t\t\t\tdisplay: flex;\n\t\t\t\t\theight: 100%;\n\t\t\t\t\twidth: 100%;\n\t\t\t\t}\n\t\t\t\t:host > div::before,\n\t\t\t\t:host > div::after {\n\t\t\t\t\tcontent: '';\n\t\t\t\t\tflex-grow: 1;\n\t\t\t\t}\n\t\t\t\tdescope-text {\n\t\t\t\t\tflex-grow: 0;\n\t\t\t\t\tflex-shrink: 0;\n\t\t\t\t}\n\t\t\t\t:host(:empty) descope-text {\n\t\t\t\t\tdisplay: none;\n\t\t\t\t}\n\t\t\t\t:host([vertical=\"true\"]) div {\n\t\t\t\t\twidth: fit-content;\n\t\t\t\t}\n\t\t\t</style>\n\t\t\t<div>\n\t\t\t\t<descope-text>\n\t\t\t\t\t<slot></slot>\n\t\t\t\t</descope-text>\n\t\t\t</div>\n\t\t",this.textComponent=this.shadowRoot.querySelector("descope-text"),st(this,this.textComponent,{includeAttrs:["mode","variant","italic"]})}}const ys=Bn.cssVarList,{host:vs,before:xs,after:Cs,text:ws}={host:{selector:()=>":host"},before:{selector:"::before"},after:{selector:"::after"},text:{selector:"descope-text"}},ks=X(Pt({mappings:{hostWidth:{...vs,property:"width"},hostPadding:{...vs,property:"padding"},hostDirection:{...ws,property:"direction"},minHeight:{},alignItems:{},alignSelf:{},flexDirection:{},textAlign:{...ws,property:ys.textAlign},labelTextWidth:{...ws,property:"width"},labelTextMaxWidth:{...ws,property:"max-width"},labelTextVerticalSpacing:[{...ws,property:"padding-top"},{...ws,property:"padding-bottom"}],labelTextHorizontalSpacing:[{...ws,property:"padding-right"},{...ws,property:"padding-left"}],stripeColor:[{...xs,property:"background-color"},{...Cs,property:"background-color"}],stripeHorizontalThickness:[{...xs,property:"height"},{...Cs,property:"height"}],stripeVerticalThickness:[{...xs,property:"width"},{...Cs,property:"width"}],stripeColorOpacity:[{...xs,property:"opacity"},{...Cs,property:"opacity"}]}}),$t,jt)(bs),As=mt(Rt),Es=ks.cssVarList,[_s,Ss,Ds]=xt({thickness:"2px",spacing:"10px"},gs),Ts={..._s,[Es.hostDirection]:As.direction,[Es.alignItems]:"center",[Es.flexDirection]:"row",[Es.alignSelf]:"stretch",[Es.hostWidth]:"100%",[Es.stripeColor]:As.colors.surface.light,[Es.stripeColorOpacity]:"0.5",[Es.stripeHorizontalThickness]:Ss.thickness,[Es.labelTextWidth]:"fit-content",[Es.labelTextMaxWidth]:"calc(100% - 100px)",[Es.labelTextHorizontalSpacing]:Ss.spacing,[Es.textAlign]:"center",_vertical:{[Es.minHeight]:"200px",[Es.flexDirection]:"column",[Es.hostWidth]:"fit-content",[Es.hostPadding]:`0 calc(${Ss.thickness} * 3)`,[Es.stripeVerticalThickness]:Ss.thickness,[Es.labelTextWidth]:"fit-content",[Es.labelTextMaxWidth]:"100%",[Es.labelTextVerticalSpacing]:Ss.spacing}},Ms={...Es,...Ds},Fs=it("passcode-internal");Rr({componentName:Fs,baseSelector:"div"});const Ls=it("loader-radial");class Is extends(Qt({componentName:Ls,baseSelector:":host > div"})){constructor(){super(),this.attachShadow({mode:"open"}).innerHTML="\n\t\t<style>\n\t\t\t@keyframes spin {\n\t\t\t\t0% { transform: rotate(0deg); }\n\t\t\t\t100% { transform: rotate(360deg); }\n\t\t\t}\n\t\t\t:host {\n\t\t\t\tposition: relative;\n\t\t\t\tdisplay: inline-flex;\n\t\t\t}\n\t\t\t:host > div {\n\t\t\t\tanimation-name: spin;\n\t\t\t}\n\t\t</style>\n\t\t<div></div>\n\t"}}const zs=X(Pt({mappings:{hostDisplay:{property:"display"},spinnerSize:[{property:"width"},{property:"height"}],spinnerBorderWidth:{property:"border-width"},spinnerBorderStyle:{property:"border-style"},spinnerBorderRadius:{property:"border-radius"},spinnerQuadrant1Color:{property:"border-top-color"},spinnerQuadrant2Color:{property:"border-bottom-color"},spinnerQuadrant3Color:{property:"border-right-color"},spinnerQuadrant4Color:{property:"border-left-color"},animationDuration:{},animationTimingFunction:{},animationIterationCount:{}}}),$t,jt)(Is),Os=it("passcode"),Ns=["digits"],{host:Bs,digitField:qs,label:Rs,requiredIndicator:Vs,internalWrapper:Ws,focusedDigitField:Ps,errorMessage:$s}={host:{selector:()=>":host"},focusedDigitField:{selector:()=>`${Ze.componentName}[focused="true"]`},digitField:{selector:()=>Ze.componentName},label:{selector:"::part(label)"},requiredIndicator:{selector:"[required]::part(required-indicator)::after"},internalWrapper:{selector:"descope-passcode-internal .wrapper"},errorMessage:{selector:"::part(error-message)"}},js=Ze.cssVarList,Hs=zs.cssVarList,Us=X(Pt({mappings:{fontSize:[{...qs,property:js.fontSize},Bs],hostWidth:{property:"width"},hostDirection:{...Bs,property:"direction"},fontFamily:[Bs,{...Rs}],labelTextColor:[{...Rs,property:"color"},{...Vs,property:"color"}],labelRequiredIndicator:{...Vs,property:"content"},errorMessageTextColor:{...$s,property:"color"},digitValueTextColor:{selector:Ze.componentName,property:js.inputValueTextColor},digitSize:[{...qs,property:"height"},{...qs,property:"width"}],digitPadding:{...qs,property:js.inputHorizontalPadding},digitTextAlign:{...qs,property:js.inputTextAlign},digitCaretTextColor:{...qs,property:js.inputCaretTextColor},digitSpacing:{...Ws,property:"gap"},digitOutlineColor:{...qs,property:js.inputOutlineColor},digitOutlineWidth:{...qs,property:js.inputOutlineWidth},focusedDigitFieldOutlineColor:{...Ps,property:js.inputOutlineColor},overlayOpacity:{...Ws,property:"opacity"},spinnerSize:{selector:zs.componentName,property:Hs.spinnerSize}}}),$t,ne({proxyProps:["value","selectionStart"]}),jt,(t=>class extends t{static get observedAttributes(){return Ns.concat(t.observedAttributes||[])}get digits(){return Number.parseInt(this.getAttribute("digits"),10)||6}init(){super.init?.();const t=document.createElement("template");t.innerHTML=`\n <${Fs}\n bordered="true"\n name="code"\n tabindex="-1"\n slot="input"\n ><slot></slot></${Fs}>\n `,this.baseElement.appendChild(t.content.cloneNode(!0)),this.inputElement=this.shadowRoot.querySelector(Fs),st(this,this.inputElement,{includeAttrs:["digits","size","loading"]})}attributeChangedCallback(t,e,r){super.attributeChangedCallback?.(t,e,r),"digits"===t&&this.style.setProperty("--passcode-digits-count",r)}}))(Yt({slots:[],wrappedEleName:"vaadin-text-field",style:()=>`\n\t\t\t:host {\n\t\t\t\tdisplay: inline-flex;\n\t\t\t\tmax-width: 100%;\n\t\t\t\tmin-width: calc(var(--passcode-digits-count) * 2em);\n\t\t\t}\n\t\t\t\n :host {\n --vaadin-field-default-width: auto;\n box-sizing: border-box;\n }\n\n\t\t\t:host::after {\n\t\t\t\tbackground-color: transparent;\n\t\t\t}\n\t\t\t:host::part(input-field)::after {\n\t\t\t\tbackground-color: transparent;\n\t\t\t}\n\n :host([loading="true"]) descope-passcode-internal .loader-container {\n display: block;\n }\n\n\t\t\tdescope-passcode-internal {\n\t\t\t\t-webkit-mask-image: none;\n\t\t\t\tpadding: 0;\n\t\t\t\twidth: 100%;\n\t\t\t\theight: 100%;\n\t\t\t\tmin-height: initial;\n\t\t\t}\n\n\t\t\tdescope-passcode-internal .wrapper {\n\t\t\t\tbox-sizing: border-box;\n\t\t\t\tmin-height: initial;\n\t\t\t\theight: 100%;\n\t\t\t\tjustify-content: space-between;\n\t\t\t}\n\n\t\t\tdescope-passcode-internal descope-text-field {\n\t\t\t\tmin-width: 2em;\n\t\t\t\tmax-width: var(${js.inputHeight});\n\t\t\t}\n\n\t\t\tvaadin-text-field::part(input-field) {\n\t\t\t\tbackground-color: transparent;\n\t\t\t\tpadding: 0;\n\t\t\t\toverflow: hidden;\n\t\t\t\t-webkit-mask-image: none;\n\t\t\t}\n\n\t\t\tvaadin-text-field {\n\t\t\t\tmargin: 0;\n\t\t\t\tpadding: 0;\n\t\t\t\twidth: 100%\n\t\t\t}\n\n\t\t\tvaadin-text-field::before {\n\t\t\t\theight: 0;\n\t\t\t}\n\n\t\t\tvaadin-text-field[readonly] > input:placeholder-shown {\n\t\t\t\topacity: 1;\n\t\t\t}\n\n\t\t\tvaadin-text-field[readonly]::part(input-field)::after {\n\t\t\t\tborder: 0 solid;\n\t\t\t}\n\n\t\t\tvaadin-text-field::part(input-field) {\n\t\t\t\tbox-shadow: none;\n\t\t\t}\n\n ${He("vaadin-text-field")}\n\t\t\t${Ve("vaadin-text-field")}\n \t`,excludeAttrsSync:["tabindex"],componentName:Os})).cssVarList,Gs={[Us.hostDirection]:Ke.direction,[Us.fontFamily]:Ke.fontFamily,[Us.fontSize]:Ke.fontSize,[Us.labelTextColor]:Ke.labelTextColor,[Us.labelRequiredIndicator]:Ke.requiredIndicator,[Us.errorMessageTextColor]:Ke.errorMessageTextColor,[Us.digitValueTextColor]:Ke.valueTextColor,[Us.digitPadding]:"0",[Us.digitTextAlign]:"center",[Us.digitSpacing]:"4px",[Us.hostWidth]:Ke.width,[Us.digitOutlineColor]:"transparent",[Us.digitOutlineWidth]:Ke.outlineWidth,[Us.focusedDigitFieldOutlineColor]:Ke.outlineColor,[Us.digitSize]:Ke.inputHeight,size:{xs:{[Us.spinnerSize]:"15px"},sm:{[Us.spinnerSize]:"20px"},md:{[Us.spinnerSize]:"20px"},lg:{[Us.spinnerSize]:"20px"}},_hideCursor:{[Us.digitCaretTextColor]:"transparent"},_loading:{[Us.overlayOpacity]:Ke.overlayOpacity}},Zs=it("loader-linear");class Js extends(Qt({componentName:Zs,baseSelector:":host > div"})){static get componentName(){return Zs}constructor(){super(),this.attachShadow({mode:"open"}).innerHTML="\n\t\t<style>\n\t\t\t@keyframes tilt {\n\t\t\t\t0% { transform: translateX(0); }\n\t\t\t\t50% { transform: translateX(400%); }\n\t\t\t}\n\t\t\t:host {\n\t\t\t\tposition: relative;\n\t\t\t\tdisplay: flex;\n\t\t\t}\n\t\t\tdiv::after {\n\t\t\t\tcontent: '';\n\t\t\t\tanimation-name: tilt;\n\t\t\t\tposition: absolute;\n\t\t\t\tleft: 0;\n\t\t\t}\n\t\t\t:host > div {\n\t\t\t\twidth: 100%;\n\t\t\t}\n\t\t</style>\n\t\t<div></div>\n\t"}}const{after:Qs,host:Ys}={after:{selector:"::after"},host:{selector:()=>":host"}},Ks=X(Pt({mappings:{hostDisplay:{},hostWidth:{...Ys,property:"width"},barHeight:[{property:"height"},{...Qs,property:"height"}],barBorderRadius:[{property:"border-radius"},{...Qs,property:"border-radius"}],verticalPadding:[{...Ys,property:"padding-top"},{...Ys,property:"padding-bottom"}],barBackgroundColor:{property:"background-color"},barColor:{...Qs,property:"background-color"},barWidth:{...Qs,property:"width"},animationDuration:[{},Qs],animationTimingFunction:[{},Qs],animationIterationCount:[{},Qs]}}),$t,jt)(Js),Xs=mt(Rt),tl=Ks.cssVarList,el={[tl.hostDisplay]:"inline-block",[tl.hostWidth]:"100%",[tl.barColor]:Xs.colors.surface.contrast,[tl.barWidth]:"20%",[tl.barBackgroundColor]:Xs.colors.surface.light,[tl.barBorderRadius]:"4px",[tl.animationDuration]:"2s",[tl.animationTimingFunction]:"linear",[tl.animationIterationCount]:"infinite",[tl.verticalPadding]:"0.25em",size:{xs:{[tl.barHeight]:"2px"},sm:{[tl.barHeight]:"4px"},md:{[tl.barHeight]:"6px"},lg:{[tl.barHeight]:"8px"}},mode:{primary:{[tl.barColor]:Xs.colors.primary.main},secondary:{[tl.barColor]:Xs.colors.secondary.main}},_hidden:{[tl.hostDisplay]:"none"}},rl=mt(Rt),nl=zs.cssVarList,[ol,il,al]=xt({spinnerColor:rl.colors.surface.contrast,mode:{primary:{spinnerColor:rl.colors.primary.main},secondary:{spinnerColor:rl.colors.secondary.main}}},Ls),sl={...ol,[nl.animationDuration]:"2s",[nl.animationTimingFunction]:"linear",[nl.animationIterationCount]:"infinite",[nl.spinnerBorderStyle]:"solid",[nl.spinnerBorderWidth]:"0.2em",[nl.spinnerBorderRadius]:"50%",[nl.spinnerQuadrant1Color]:il.spinnerColor,[nl.spinnerQuadrant2Color]:"transparent",[nl.spinnerQuadrant3Color]:il.spinnerColor,[nl.spinnerQuadrant4Color]:"transparent",size:{xs:{[nl.spinnerSize]:"20px"},sm:{[nl.spinnerSize]:"30px"},md:{[nl.spinnerSize]:"40px"},lg:{[nl.spinnerSize]:"60px"},xl:{[nl.spinnerSize]:"80px"}},_hidden:{[nl.hostDisplay]:"none"}},ll={...nl,...al},cl=it("combo-box"),{host:dl,inputField:ul,inputElement:pl,placeholder:hl,toggle:ml,clearButton:fl,label:gl,requiredIndicator:bl,helperText:yl,errorMessage:vl}={host:{selector:()=>":host"},inputField:{selector:"::part(input-field)"},inputElement:{selector:"input"},placeholder:{selector:"> input:placeholder-shown"},toggle:{selector:"::part(toggle-button)"},clearButton:{selector:"::part(clear-button)"},label:{selector:"::part(label)"},requiredIndicator:{selector:"[required]::part(required-indicator)::after"},helperText:{selector:"::part(helper-text)"},errorMessage:{selector:"::part(error-message)"}},xl=X(Pt({mappings:{hostWidth:{...dl,property:"width"},hostDirection:{...dl,property:"direction"},fontSize:[{},dl],fontFamily:[gl,hl,ul,yl,vl],labelTextColor:[{...gl,property:"color"},{...bl,property:"color"}],errorMessageTextColor:{...vl,property:"color"},inputHeight:{...ul,property:"height"},inputBackgroundColor:{...ul,property:"background-color"},inputBorderColor:{...ul,property:"border-color"},inputBorderWidth:{...ul,property:"border-width"},inputBorderStyle:{...ul,property:"border-style"},inputBorderRadius:{...ul,property:"border-radius"},labelRequiredIndicator:{...bl,property:"content"},inputValueTextColor:{...ul,property:"color"},inputPlaceholderTextColor:{...hl,property:"color"},inputDropdownButtonCursor:[{...ml,property:"cursor"},{...fl,property:"cursor"}],inputDropdownButtonColor:[{...ml,property:"color"},{...fl,property:"color"}],inputDropdownButtonSize:[{...ml,property:"font-size"},{...fl,property:"font-size"}],inputDropdownButtonOffset:[{...ml,property:"margin-right"},{...ml,property:"margin-left"}],inputOutlineColor:{...ul,property:"outline-color"},inputOutlineWidth:{...ul,property:"outline-width"},inputOutlineStyle:{...ul,property:"outline-style"},inputOutlineOffset:{...ul,property:"outline-offset"},inputHorizontalPadding:[{...pl,property:"padding-left"},{...pl,property:"padding-right"}],overlayBackground:{property:()=>xl.cssVarList.overlay.backgroundColor},overlayTextColor:{property:()=>xl.cssVarList.overlay.textColor},overlayBorder:{property:()=>xl.cssVarList.overlay.border},overlayFontSize:{property:()=>xl.cssVarList.overlay.fontSize},overlayFontFamily:{property:()=>xl.cssVarList.overlay.fontFamily},overlayCursor:{property:()=>xl.cssVarList.overlay.cursor},overlayItemBoxShadow:{property:()=>xl.cssVarList.overlay.itemBoxShadow},overlayItemPaddingInlineStart:{property:()=>xl.cssVarList.overlay.itemPaddingInlineStart},overlayItemPaddingInlineEnd:{property:()=>xl.cssVarList.overlay.itemPaddingInlineEnd}}}),$t,ie({name:"overlay",selector:"",mappings:{backgroundColor:{selector:"vaadin-combo-box-scroller"},minHeight:{selector:"vaadin-combo-box-overlay"},margin:{selector:"vaadin-combo-box-overlay"},cursor:{selector:"vaadin-combo-box-item"},fontFamily:{selector:"vaadin-combo-box-item"},textColor:{selector:"vaadin-combo-box-item",property:"color"},fontSize:{selector:"vaadin-combo-box-item"},itemBoxShadow:{selector:"vaadin-combo-box-item",property:"box-shadow"},itemPaddingInlineStart:{selector:"vaadin-combo-box-item",property:"padding-inline-start"},itemPaddingInlineEnd:{selector:"vaadin-combo-box-item",property:"padding-inline-end"}},forward:{include:!1,attributes:["size"]}}),ne({proxyProps:["selectionStart"],inputEvent:"selected-item-changed"}),jt,(t=>class extends t{#H=({displayName:t,value:e,label:r})=>`<span data-name="${r}" data-id="${e}">${t||r}</span>`;#U;get defaultValue(){return this.getAttribute("default-value")}get renderItem(){return this.#H}set renderItem(t){this.#H=t,this.renderItems()}get data(){if(this.#U)return this.#U;const t=this.getAttribute("data");if(t)try{const e=JSON.parse(t);if(this.isValidDataType(e))return e}catch(t){console.error('could not parse data string from attribute "data" -',t.message)}return[]}set data(t){this.isValidDataType(t)&&(this.#U=t,this.renderItems())}isValidDataType(t){const e=Array.isArray(t);return e||console.error("data must be an array, received:",t),e}getItemsTemplate(){return this.data?.reduce?.(((t,e)=>t+(this.renderItem?.(e||{})||"")),"")}renderItems(){const t=this.getItemsTemplate();t&&(this.innerHTML=t)}handleSelectedItem(){const t=this.baseElement.selectedItem?.["data-id"];this.baseElement.selectedItem=void 0,t&&(this.value=t),this.value||this.setDefaultValue()}customValueTransformFn(t){return t}setComboBoxDescriptor(){const t=Object.getOwnPropertyDescriptor(this.inputElement.constructor.prototype,"value"),e=this;Object.defineProperties(this.inputElement,{value:{...t,set(r){if(!e.baseElement.items?.length)return;const n=e.customValueTransformFn(r)||"";n!==this.value&&t.set.call(this,n)}}})}#B(){const t=this.shadowRoot.querySelector(this.baseSelector),e=Array.from(this.children);e.length&&(e.forEach((t=>{Object.defineProperty(t,"data-name",{value:t.getAttribute("data-name"),configurable:!0,writable:!0}),Object.defineProperty(t,"data-id",{value:t.getAttribute("data-id"),configurable:!0,writable:!0})})),t.items=e,setTimeout((()=>{this.handleSelectedItem()}),0)),t.renderer=(t,e,r)=>{t.innerHTML=r.item.outerHTML}}#G(){const t=this.baseElement.shadowRoot.querySelector("vaadin-combo-box-overlay");t._attachOverlay=()=>{t.bringToFront()},t._detachOverlay=()=>{},t._enterModalState=()=>{}}init(){super.init?.(),this.getValidity=function(){return!this.value&&this.isRequired?{valueMissing:!0}:{}},this.setComboBoxDescriptor(),this.#G(),this.renderItems(),et(this,this.renderItems.bind(this),{includeAttrs:["data"]}),rt(this,this.#B.bind(this)),this.setDefaultValue(),this.baseElement.addEventListener("selected-item-changed",(()=>{this.dispatchEvent(new Event("input",{bubbles:!0,composed:!0}))}))}setDefaultValue(){this.value=this.defaultValue}set value(t){if(t){const e=this.baseElement.items?.find((e=>e["data-id"]===t));e&&(this.baseElement.selectedItem=e)}else this.baseElement.selectedItem=void 0}get value(){return this.baseElement.selectedItem?.["data-id"]||""}}))(Yt({slots:["","prefix"],wrappedEleName:"vaadin-combo-box",style:()=>`\n\t\t:host {\n\t\t\tdisplay: inline-flex;\n\t\t\tbox-sizing: border-box;\n\t\t\t-webkit-mask-image: none;\n\t\t}\n\t\t${Be(xl.cssVarList)}\n\t\t${Pe("vaadin-combo-box")}\n\t\t${We("vaadin-combo-box")}\n\t\t${Ve("vaadin-combo-box")}\n\n\t\tvaadin-combo-box {\n\t\t\tpadding: 0;\n\t\t\twidth: 100%;\n\t\t}\n\t\tvaadin-combo-box::before {\n\t\t\theight: initial;\n\t\t}\n\t\tvaadin-combo-box [slot="input"] {\n\t\t\t-webkit-mask-image: none;\n\t\t\tmin-height: 0;\n\t\t\tbox-sizing: border-box;\n\t\t}\n\n\t\tvaadin-combo-box::part(input-field) {\n\t\t\tpadding: 0;\n\t\t\tbox-shadow: none;\n\t\t}\n ${He("vaadin-combo-box")}\n\t\t`,excludeAttrsSync:["tabindex","size","data"],componentName:cl,includeForwardProps:["items","renderer","selectedItem"]})),Cl=mt(Rt),wl=xl.cssVarList,kl={[wl.hostWidth]:Ke.width,[wl.hostDirection]:Ke.direction,[wl.fontSize]:Ke.fontSize,[wl.fontFamily]:Ke.fontFamily,[wl.labelTextColor]:Ke.labelTextColor,[wl.errorMessageTextColor]:Ke.errorMessageTextColor,[wl.inputBorderColor]:Ke.borderColor,[wl.inputBorderWidth]:Ke.borderWidth,[wl.inputBorderStyle]:Ke.borderStyle,[wl.inputBorderRadius]:Ke.borderRadius,[wl.inputOutlineColor]:Ke.outlineColor,[wl.inputOutlineOffset]:Ke.outlineOffset,[wl.inputOutlineWidth]:Ke.outlineWidth,[wl.inputOutlineStyle]:Ke.outlineStyle,[wl.labelRequiredIndicator]:Ke.requiredIndicator,[wl.inputValueTextColor]:Ke.valueTextColor,[wl.inputPlaceholderTextColor]:Ke.placeholderTextColor,[wl.inputBackgroundColor]:Ke.backgroundColor,[wl.inputHorizontalPadding]:Ke.horizontalPadding,[wl.inputHeight]:Ke.inputHeight,[wl.inputDropdownButtonColor]:Cl.colors.surface.dark,[wl.inputDropdownButtonCursor]:"pointer",[wl.inputDropdownButtonSize]:Ke.toggleButtonSize,[wl.inputDropdownButtonOffset]:Cl.spacing.xs,[wl.overlayItemPaddingInlineStart]:Cl.spacing.xs,[wl.overlayItemPaddingInlineEnd]:Cl.spacing.lg,_readonly:{[wl.inputDropdownButtonCursor]:"default"},[wl.overlayFontSize]:Ke.fontSize,[wl.overlayFontFamily]:Ke.fontFamily,[wl.overlayCursor]:"pointer",[wl.overlayItemBoxShadow]:"none",[wl.overlayBackground]:Ke.backgroundColor,[wl.overlayTextColor]:Ke.valueTextColor,[wl.overlay.minHeight]:"400px",[wl.overlay.margin]:"0"},Al=kl,El=["src","alt"],_l=it("image"),Sl=Qt({componentName:_l,baseSelector:":host > img"}),Dl=X(Pt({mappings:{height:{selector:()=>":host"},width:{selector:()=>":host"}}}),$t)(class extends Sl{static get observedAttributes(){return El.concat(Sl.observedAttributes||[])}constructor(){super(),this.attachShadow({mode:"open"}).innerHTML="\n\t\t<style>\n\t\t\t:host > img {\n\t\t\t\twidth: 100%;\n\t\t\t\theight: 100%\n\t\t\t}\n\t\t\t:host {\n\t\t\t\tdisplay: inline-flex;\n\t\t\t}\n\t\t</style>\n\t\t<img/>\n\t"}connectedCallback(){super.connectedCallback?.(),st(this,this.baseElement,{includeAttrs:El})}}).cssVarList,Tl={},Ml=[{name:"United States",dialCode:"+1",code:"US"},...[{name:"Afghanistan",dialCode:"+93",code:"AF"},{name:"Aland Islands",dialCode:"+358",code:"AX"},{name:"Albania",dialCode:"+355",code:"AL"},{name:"Algeria",dialCode:"+213",code:"DZ"},{name:"AmericanSamoa",dialCode:"+1684",code:"AS"},{name:"Andorra",dialCode:"+376",code:"AD"},{name:"Angola",dialCode:"+244",code:"AO"},{name:"Anguilla",dialCode:"+1264",code:"AI"},{name:"Antarctica",dialCode:"+672",code:"AQ"},{name:"Antigua and Barbuda",dialCode:"+1268",code:"AG"},{name:"Argentina",dialCode:"+54",code:"AR"},{name:"Armenia",dialCode:"+374",code:"AM"},{name:"Aruba",dialCode:"+297",code:"AW"},{name:"Australia",dialCode:"+61",code:"AU"},{name:"Austria",dialCode:"+43",code:"AT"},{name:"Azerbaijan",dialCode:"+994",code:"AZ"},{name:"Bahamas",dialCode:"+1242",code:"BS"},{name:"Bahrain",dialCode:"+973",code:"BH"},{name:"Bangladesh",dialCode:"+880",code:"BD"},{name:"Barbados",dialCode:"+1246",code:"BB"},{name:"Belarus",dialCode:"+375",code:"BY"},{name:"Belgium",dialCode:"+32",code:"BE"},{name:"Belize",dialCode:"+501",code:"BZ"},{name:"Benin",dialCode:"+229",code:"BJ"},{name:"Bermuda",dialCode:"+1441",code:"BM"},{name:"Bhutan",dialCode:"+975",code:"BT"},{name:"Bolivia, Plurinational State of",dialCode:"+591",code:"BO"},{name:"Bosnia and Herzegovina",dialCode:"+387",code:"BA"},{name:"Botswana",dialCode:"+267",code:"BW"},{name:"Brazil",dialCode:"+55",code:"BR"},{name:"British Indian Ocean Territory",dialCode:"+246",code:"IO"},{name:"Brunei Darussalam",dialCode:"+673",code:"BN"},{name:"Bulgaria",dialCode:"+359",code:"BG"},{name:"Burkina Faso",dialCode:"+226",code:"BF"},{name:"Burundi",dialCode:"+257",code:"BI"},{name:"Cambodia",dialCode:"+855",code:"KH"},{name:"Cameroon",dialCode:"+237",code:"CM"},{name:"Canada",dialCode:"+1",code:"CA"},{name:"Cape Verde",dialCode:"+238",code:"CV"},{name:"Cayman Islands",dialCode:"+345",code:"KY"},{name:"Central African Republic",dialCode:"+236",code:"CF"},{name:"Chad",dialCode:"+235",code:"TD"},{name:"Chile",dialCode:"+56",code:"CL"},{name:"China",dialCode:"+86",code:"CN"},{name:"Christmas Island",dialCode:"+61",code:"CX"},{name:"Cocos (Keeling) Islands",dialCode:"+61",code:"CC"},{name:"Colombia",dialCode:"+57",code:"CO"},{name:"Comoros",dialCode:"+269",code:"KM"},{name:"Congo",dialCode:"+242",code:"CG"},{name:"Congo, The Democratic Republic of the Congo",dialCode:"+243",code:"CD"},{name:"Cook Islands",dialCode:"+682",code:"CK"},{name:"Costa Rica",dialCode:"+506",code:"CR"},{name:"Cote d'Ivoire",dialCode:"+225",code:"CI"},{name:"Croatia",dialCode:"+385",code:"HR"},{name:"Cuba",dialCode:"+53",code:"CU"},{name:"Cyprus",dialCode:"+357",code:"CY"},{name:"Czech Republic",dialCode:"+420",code:"CZ"},{name:"Denmark",dialCode:"+45",code:"DK"},{name:"Djibouti",dialCode:"+253",code:"DJ"},{name:"Dominica",dialCode:"+1767",code:"DM"},{name:"Dominican Republic",dialCode:"+1849",code:"DO"},{name:"Ecuador",dialCode:"+593",code:"EC"},{name:"Egypt",dialCode:"+20",code:"EG"},{name:"El Salvador",dialCode:"+503",code:"SV"},{name:"Equatorial Guinea",dialCode:"+240",code:"GQ"},{name:"Eritrea",dialCode:"+291",code:"ER"},{name:"Estonia",dialCode:"+372",code:"EE"},{name:"Ethiopia",dialCode:"+251",code:"ET"},{name:"Falkland Islands (Malvinas)",dialCode:"+500",code:"FK"},{name:"Faroe Islands",dialCode:"+298",code:"FO"},{name:"Fiji",dialCode:"+679",code:"FJ"},{name:"Finland",dialCode:"+358",code:"FI"},{name:"France",dialCode:"+33",code:"FR"},{name:"French Guiana",dialCode:"+594",code:"GF"},{name:"French Polynesia",dialCode:"+689",code:"PF"},{name:"Gabon",dialCode:"+241",code:"GA"},{name:"Gambia",dialCode:"+220",code:"GM"},{name:"Georgia",dialCode:"+995",code:"GE"},{name:"Germany",dialCode:"+49",code:"DE"},{name:"Ghana",dialCode:"+233",code:"GH"},{name:"Gibraltar",dialCode:"+350",code:"GI"},{name:"Greece",dialCode:"+30",code:"GR"},{name:"Greenland",dialCode:"+299",code:"GL"},{name:"Grenada",dialCode:"+1473",code:"GD"},{name:"Guadeloupe",dialCode:"+590",code:"GP"},{name:"Guam",dialCode:"+1671",code:"GU"},{name:"Guatemala",dialCode:"+502",code:"GT"},{name:"Guernsey",dialCode:"+44",code:"GG"},{name:"Guinea",dialCode:"+224",code:"GN"},{name:"Guinea-Bissau",dialCode:"+245",code:"GW"},{name:"Guyana",dialCode:"+595",code:"GY"},{name:"Haiti",dialCode:"+509",code:"HT"},{name:"Holy See (Vatican City State)",dialCode:"+379",code:"VA"},{name:"Honduras",dialCode:"+504",code:"HN"},{name:"Hong Kong",dialCode:"+852",code:"HK"},{name:"Hungary",dialCode:"+36",code:"HU"},{name:"Iceland",dialCode:"+354",code:"IS"},{name:"India",dialCode:"+91",code:"IN"},{name:"Indonesia",dialCode:"+62",code:"ID"},{name:"Iran, Islamic Republic of Persian Gulf",dialCode:"+98",code:"IR"},{name:"Iraq",dialCode:"+964",code:"IQ"},{name:"Ireland",dialCode:"+353",code:"IE"},{name:"Isle of Man",dialCode:"+44",code:"IM"},{name:"Israel",dialCode:"+972",code:"IL"},{name:"Italy",dialCode:"+39",code:"IT"},{name:"Jamaica",dialCode:"+1876",code:"JM"},{name:"Japan",dialCode:"+81",code:"JP"},{name:"Jersey",dialCode:"+44",code:"JE"},{name:"Jordan",dialCode:"+962",code:"JO"},{name:"Kazakhstan",dialCode:"+77",code:"KZ"},{name:"Kenya",dialCode:"+254",code:"KE"},{name:"Kiribati",dialCode:"+686",code:"KI"},{name:"Korea, Democratic People's Republic of Korea",dialCode:"+850",code:"KP"},{name:"Korea, Republic of South Korea",dialCode:"+82",code:"KR"},{name:"Kuwait",dialCode:"+965",code:"KW"},{name:"Kyrgyzstan",dialCode:"+996",code:"KG"},{name:"Laos",dialCode:"+856",code:"LA"},{name:"Latvia",dialCode:"+371",code:"LV"},{name:"Lebanon",dialCode:"+961",code:"LB"},{name:"Lesotho",dialCode:"+266",code:"LS"},{name:"Liberia",dialCode:"+231",code:"LR"},{name:"Libyan Arab Jamahiriya",dialCode:"+218",code:"LY"},{name:"Liechtenstein",dialCode:"+423",code:"LI"},{name:"Lithuania",dialCode:"+370",code:"LT"},{name:"Luxembourg",dialCode:"+352",code:"LU"},{name:"Macao",dialCode:"+853",code:"MO"},{name:"Macedonia",dialCode:"+389",code:"MK"},{name:"Madagascar",dialCode:"+261",code:"MG"},{name:"Malawi",dialCode:"+265",code:"MW"},{name:"Malaysia",dialCode:"+60",code:"MY"},{name:"Maldives",dialCode:"+960",code:"MV"},{name:"Mali",dialCode:"+223",code:"ML"},{name:"Malta",dialCode:"+356",code:"MT"},{name:"Marshall Islands",dialCode:"+692",code:"MH"},{name:"Martinique",dialCode:"+596",code:"MQ"},{name:"Mauritania",dialCode:"+222",code:"MR"},{name:"Mauritius",dialCode:"+230",code:"MU"},{name:"Mayotte",dialCode:"+262",code:"YT"},{name:"Mexico",dialCode:"+52",code:"MX"},{name:"Micronesia, Federated States of Micronesia",dialCode:"+691",code:"FM"},{name:"Moldova",dialCode:"+373",code:"MD"},{name:"Monaco",dialCode:"+377",code:"MC"},{name:"Mongolia",dialCode:"+976",code:"MN"},{name:"Montenegro",dialCode:"+382",code:"ME"},{name:"Montserrat",dialCode:"+1664",code:"MS"},{name:"Morocco",dialCode:"+212",code:"MA"},{name:"Mozambique",dialCode:"+258",code:"MZ"},{name:"Myanmar",dialCode:"+95",code:"MM"},{name:"Namibia",dialCode:"+264",code:"NA"},{name:"Nauru",dialCode:"+674",code:"NR"},{name:"Nepal",dialCode:"+977",code:"NP"},{name:"Netherlands",dialCode:"+31",code:"NL"},{name:"Netherlands Antilles",dialCode:"+599",code:"AN"},{name:"New Caledonia",dialCode:"+687",code:"NC"},{name:"New Zealand",dialCode:"+64",code:"NZ"},{name:"Nicaragua",dialCode:"+505",code:"NI"},{name:"Niger",dialCode:"+227",code:"NE"},{name:"Nigeria",dialCode:"+234",code:"NG"},{name:"Niue",dialCode:"+683",code:"NU"},{name:"Norfolk Island",dialCode:"+672",code:"NF"},{name:"Northern Mariana Islands",dialCode:"+1670",code:"MP"},{name:"Norway",dialCode:"+47",code:"NO"},{name:"Oman",dialCode:"+968",code:"OM"},{name:"Pakistan",dialCode:"+92",code:"PK"},{name:"Palau",dialCode:"+680",code:"PW"},{name:"Palestinian Territory, Occupied",dialCode:"+970",code:"PS"},{name:"Panama",dialCode:"+507",code:"PA"},{name:"Papua New Guinea",dialCode:"+675",code:"PG"},{name:"Paraguay",dialCode:"+595",code:"PY"},{name:"Peru",dialCode:"+51",code:"PE"},{name:"Philippines",dialCode:"+63",code:"PH"},{name:"Pitcairn",dialCode:"+872",code:"PN"},{name:"Poland",dialCode:"+48",code:"PL"},{name:"Portugal",dialCode:"+351",code:"PT"},{name:"Puerto Rico",dialCode:"+1939",code:"PR"},{name:"Qatar",dialCode:"+974",code:"QA"},{name:"Romania",dialCode:"+40",code:"RO"},{name:"Russia",dialCode:"+7",code:"RU"},{name:"Rwanda",dialCode:"+250",code:"RW"},{name:"Reunion",dialCode:"+262",code:"RE"},{name:"Saint Barthelemy",dialCode:"+590",code:"BL"},{name:"Saint Helena, Ascension and Tristan Da Cunha",dialCode:"+290",code:"SH"},{name:"Saint Kitts and Nevis",dialCode:"+1869",code:"KN"},{name:"Saint Lucia",dialCode:"+1758",code:"LC"},{name:"Saint Martin",dialCode:"+590",code:"MF"},{name:"Saint Pierre and Miquelon",dialCode:"+508",code:"PM"},{name:"Saint Vincent and the Grenadines",dialCode:"+1784",code:"VC"},{name:"Samoa",dialCode:"+685",code:"WS"},{name:"San Marino",dialCode:"+378",code:"SM"},{name:"Sao Tome and Principe",dialCode:"+239",code:"ST"},{name:"Saudi Arabia",dialCode:"+966",code:"SA"},{name:"Senegal",dialCode:"+221",code:"SN"},{name:"Serbia",dialCode:"+381",code:"RS"},{name:"Seychelles",dialCode:"+248",code:"SC"},{name:"Sierra Leone",dialCode:"+232",code:"SL"},{name:"Singapore",dialCode:"+65",code:"SG"},{name:"Slovakia",dialCode:"+421",code:"SK"},{name:"Slovenia",dialCode:"+386",code:"SI"},{name:"Solomon Islands",dialCode:"+677",code:"SB"},{name:"Somalia",dialCode:"+252",code:"SO"},{name:"South Africa",dialCode:"+27",code:"ZA"},{name:"South Sudan",dialCode:"+211",code:"SS"},{name:"South Georgia and the South Sandwich Islands",dialCode:"+500",code:"GS"},{name:"Spain",dialCode:"+34",code:"ES"},{name:"Sri Lanka",dialCode:"+94",code:"LK"},{name:"Sudan",dialCode:"+249",code:"SD"},{name:"Suriname",dialCode:"+597",code:"SR"},{name:"Svalbard and Jan Mayen",dialCode:"+47",code:"SJ"},{name:"Swaziland",dialCode:"+268",code:"SZ"},{name:"Sweden",dialCode:"+46",code:"SE"},{name:"Switzerland",dialCode:"+41",code:"CH"},{name:"Syrian Arab Republic",dialCode:"+963",code:"SY"},{name:"Taiwan",dialCode:"+886",code:"TW"},{name:"Tajikistan",dialCode:"+992",code:"TJ"},{name:"Tanzania, United Republic of Tanzania",dialCode:"+255",code:"TZ"},{name:"Thailand",dialCode:"+66",code:"TH"},{name:"Timor-Leste",dialCode:"+670",code:"TL"},{name:"Togo",dialCode:"+228",code:"TG"},{name:"Tokelau",dialCode:"+690",code:"TK"},{name:"Tonga",dialCode:"+676",code:"TO"},{name:"Trinidad and Tobago",dialCode:"+1868",code:"TT"},{name:"Tunisia",dialCode:"+216",code:"TN"},{name:"Turkey",dialCode:"+90",code:"TR"},{name:"Turkmenistan",dialCode:"+993",code:"TM"},{name:"Turks and Caicos Islands",dialCode:"+1649",code:"TC"},{name:"Tuvalu",dialCode:"+688",code:"TV"},{name:"Uganda",dialCode:"+256",code:"UG"},{name:"Ukraine",dialCode:"+380",code:"UA"},{name:"United Arab Emirates",dialCode:"+971",code:"AE"},{name:"United Kingdom",dialCode:"+44",code:"GB"},{name:"Uruguay",dialCode:"+598",code:"UY"},{name:"Uzbekistan",dialCode:"+998",code:"UZ"},{name:"Vanuatu",dialCode:"+678",code:"VU"},{name:"Venezuela, Bolivarian Republic of Venezuela",dialCode:"+58",code:"VE"},{name:"Vietnam",dialCode:"+84",code:"VN"},{name:"Virgin Islands, British",dialCode:"+1284",code:"VG"},{name:"Virgin Islands, U.S.",dialCode:"+1340",code:"VI"},{name:"Wallis and Futuna",dialCode:"+681",code:"WF"},{name:"Yemen",dialCode:"+967",code:"YE"},{name:"Zambia",dialCode:"+260",code:"ZM"},{name:"Zimbabwe",dialCode:"+263",code:"ZW"}].sort(((t,e)=>t.name<e.name?-1:1))],Fl=it("phone-field-internal");[].concat(["disabled","size","bordered","invalid","readonly"],["country-input-placeholder","default-code","restrict-countries"],["phone-input-placeholder","maxlength"]),Rr({componentName:Fl,baseSelector:"div"});const Ll=Ze.cssVarList,Il=xl.cssVarList,zl=it("phone-field"),{host:Ol,label:Nl,requiredIndicator:Bl,inputField:ql,countryCodeInput:Rl,phoneInput:Vl,separator:Wl,errorMessage:Pl,helperText:$l}={host:{selector:()=>":host"},label:{selector:"::part(label)"},requiredIndicator:{selector:"[required]::part(required-indicator)::after"},inputField:{selector:"::part(input-field)"},phoneInput:{selector:()=>"descope-text-field"},countryCodeInput:{selector:()=>"descope-combo-box"},separator:{selector:"descope-phone-field-internal .separator"},helperText:{selector:"::part(helper-text)"},errorMessage:{selector:"::part(error-message)"}},jl=X(Pt({mappings:{fontSize:[Ol,ql,{selector:Ze.componentName,property:Ze.cssVarList.fontSize},{selector:xl.componentName,property:xl.cssVarList.fontSize}],fontFamily:[Nl,Pl,$l,{...Rl,property:xl.cssVarList.overlay.fontFamily}],hostWidth:[{...Ol,property:"width"},{...Vl,property:"width"},{...Rl,property:"--vaadin-combo-box-overlay-width"}],hostDirection:{...Ol,property:"direction"},inputBorderStyle:[{...ql,property:"border-style"},{...Wl,property:"border-left-style"}],inputBorderWidth:[{...ql,property:"border-width"},{...Wl,property:"border-left-width"}],inputBorderColor:[{...ql,property:"border-color"},{...Wl,property:"border-left-color"}],inputBorderRadius:{...ql,property:"border-radius"},countryCodeInputWidth:{...Rl,property:Il.hostWidth},countryCodeDropdownWidth:{...Rl,property:"--vaadin-combo-box-overlay-width"},phoneInputWidth:{...Vl,property:"width"},labelTextColor:[{...Nl,property:"color"},{...Bl,property:"color"}],labelRequiredIndicator:{...Bl,property:"content"},errorMessageTextColor:{...Pl,property:"color"},inputValueTextColor:[{...Vl,property:Ll.inputValueTextColor},{...Rl,property:Il.inputValueTextColor}],inputPlaceholderTextColor:{...Vl,property:Ll.inputPlaceholderColor},overlayItemBackgroundColor:{selector:"descope-combo-box",property:Il.overlayItemBackgroundColor},inputOutlineStyle:{...ql,property:"outline-style"},inputOutlineColor:{...ql,property:"outline-color"},inputOutlineWidth:{...ql,property:"outline-width"},inputOutlineOffset:{...ql,property:"outline-offset"}}}),$t,ne({proxyProps:["value","selectionStart"]}),(t=>class extends t{static get CountryCodes(){return Ml}init(){super.init?.();const t=document.createElement("template");t.innerHTML=`\n\t\t\t\t<${Fl}\n\t\t\t\t\ttabindex="-1"\n\t\t\t\t\tslot="input"\n\t\t\t\t></${Fl}>\n \t\t`,this.baseElement.appendChild(t.content.cloneNode(!0)),this.inputElement=this.shadowRoot.querySelector(Fl),st(this.shadowRoot.host,this.inputElement,{includeAttrs:["size","bordered","invalid","minlength","maxlength","default-code","country-input-placeholder","phone-input-placeholder","disabled","restrict-countries"]})}}))(Yt({slots:[],wrappedEleName:"vaadin-text-field",style:()=>`\n\t\t\t:host {\n\t\t\t\tdisplay: inline-flex;\n\t\t\t\tmax-width: 100%;\n\t\t\t\tmin-width: 15em;\n\t\t\t\tbox-sizing: border-box;\n\t\t\t}\n\t\t\t${Be(jl.cssVarList)}\n\t\t\t${Ve("vaadin-text-field")}\n\t\t\t${$e("vaadin-text-field")}\n\t\t\t\n :host {\n --vaadin-field-default-width: auto;\n box-sizing: border-box;\n }\n\n\n\t\t\tdiv {\n\t\t\t\tdisplay: inline-flex;\n\t\t\t}\n\t\t\tvaadin-text-field {\n\t\t\t\twidth: 100%;\n\t\t\t\theight: 100%;\n\t\t\t\tbox-sizing: border-box;\n\t\t\t\tpadding: 0;\n\t\t\t}\n\t\t\tvaadin-text-field[focus-ring]::part(input-field) {\n\t\t\t\tbox-shadow: none;\n\t\t\t}\n\t\t\tvaadin-text-field::before {\n\t\t\t\theight: 0;\n\t\t\t}\n\t\t\tvaadin-text-field::part(input-field) {\n\t\t\t\tpadding: 0;\n\t\t\t\tbackground: transparent;\n\t\t\t\toverflow: hidden;\n\t\t\t}\n\t\t\tdescope-phone-field-internal {\n\t\t\t\t-webkit-mask-image: none;\n\t\t\t\tpadding: 0;\n\t\t\t\twidth: 100%;\n\t\t\t\theight: 100%;\n direction: ltr;\n\t\t\t}\n\t\t\tdescope-phone-field-internal > div {\n\t\t\t\twidth: 100%;\n\t\t\t\theight: 100%;\n\t\t\t}\n\t\t\tdescope-phone-field-internal .separator {\n\t\t\t\tflex: 0;\n\t\t\t\tborder: none;\n\t\t\t}\n\t\t\tdescope-combo-box {\n\t\t\t\tflex-shrink: 0;\n\t\t\t\tmin-width: 5.75em;\n\t\t\t\t${Il.inputOutlineWidth}: 0;\n\t\t\t\t${Il.inputOutlineOffset}: 0;\n\t\t\t\t${Il.inputBorderWidth}: 0;\n\t\t\t\t${Il.inputBorderRadius}: 0;\n\t\t\t}\n\t\t\tdescope-text-field {\n\t\t\t\tflex-grow: 1;\n\t\t\t\t${Ll.inputOutlineWidth}: 0;\n\t\t\t\t${Ll.inputOutlineOffset}: 0;\n\t\t\t\t${Ll.inputBorderWidth}: 0;\n\t\t\t\t${Ll.inputBorderRadius}: 0;\n\t\t\t}\n\t\t\tvaadin-text-field[readonly] > input:placeholder-shown {\n\t\t\t\topacity: 1;\n\t\t\t}\n\t\t\tvaadin-text-field::part(input-field)::after {\n\t\t\t\tborder: none;\n\t\t\t}\n ${He("vaadin-text-field")}\n\t\t`,excludeAttrsSync:["tabindex"],componentName:zl})),Hl=jl.cssVarList,Ul={[Hl.hostWidth]:Ke.width,[Hl.hostDirection]:Ke.direction,[Hl.fontSize]:Ke.fontSize,[Hl.fontFamily]:Ke.fontFamily,[Hl.labelTextColor]:Ke.labelTextColor,[Hl.labelRequiredIndicator]:Ke.requiredIndicator,[Hl.errorMessageTextColor]:Ke.errorMessageTextColor,[Hl.inputValueTextColor]:Ke.valueTextColor,[Hl.inputPlaceholderTextColor]:Ke.placeholderTextColor,[Hl.inputBorderStyle]:Ke.borderStyle,[Hl.inputBorderWidth]:Ke.borderWidth,[Hl.inputBorderColor]:Ke.borderColor,[Hl.inputBorderRadius]:Ke.borderRadius,[Hl.inputOutlineStyle]:Ke.outlineStyle,[Hl.inputOutlineWidth]:Ke.outlineWidth,[Hl.inputOutlineColor]:Ke.outlineColor,[Hl.inputOutlineOffset]:Ke.outlineOffset,[Hl.phoneInputWidth]:Ke.minWidth,[Hl.countryCodeInputWidth]:"5em",[Hl.countryCodeDropdownWidth]:"20em"},Gl=it("phone-field-internal-input-box");Rr({componentName:Gl,baseSelector:"div"});const Zl=Ze.cssVarList,Jl=it("phone-input-box-field"),{host:Ql,label:Yl,requiredIndicator:Kl,inputField:Xl,phoneInput:tc,errorMessage:ec,helperText:rc}={host:{selector:()=>":host"},label:{selector:"::part(label)"},requiredIndicator:{selector:"[required]::part(required-indicator)::after"},inputField:{selector:"::part(input-field)"},phoneInput:{selector:()=>"descope-text-field"},helperText:{selector:"::part(helper-text)"},errorMessage:{selector:"::part(error-message)"}},nc=X(Pt({mappings:{fontSize:[Ql,Xl,{selector:Ze.componentName,property:Ze.cssVarList.fontSize}],fontFamily:[Yl,ec,rc],hostWidth:{...Ql,property:"width"},hostMinWidth:{...Ql,property:"min-width"},hostDirection:{...Ql,property:"direction"},inputBorderStyle:{...Xl,property:"border-style"},inputBorderWidth:{...Xl,property:"border-width"},inputBorderColor:{...Xl,property:"border-color"},inputBorderRadius:{...Xl,property:"border-radius"},labelTextColor:[{...Yl,property:"color"},{...Kl,property:"color"}],labelRequiredIndicator:{...Kl,property:"content"},errorMessageTextColor:{...ec,property:"color"},inputValueTextColor:{...tc,property:Zl.inputValueTextColor},inputPlaceholderTextColor:{...tc,property:Zl.inputPlaceholderColor},inputOutlineStyle:{...Xl,property:"outline-style"},inputOutlineColor:{...Xl,property:"outline-color"},inputOutlineWidth:{...Xl,property:"outline-width"},inputOutlineOffset:{...Xl,property:"outline-offset"}}}),$t,ne({proxyProps:["value","selectionStart"]}),(t=>class extends t{static get CountryCodes(){return Ml}init(){super.init?.();const t=document.createElement("template");t.innerHTML=`\n\t\t\t\t<${Gl}\n\t\t\t\t\ttabindex="-1"\n\t\t\t\t\tslot="input"\n\t\t\t\t></${Gl}>\n `,this.baseElement.appendChild(t.content.cloneNode(!0)),this.inputElement=this.shadowRoot.querySelector(Gl),st(this.shadowRoot.host,this.inputElement,{includeAttrs:["size","bordered","invalid","minlength","maxlength","default-code","disabled","phone-input-placeholder"]})}}))(Yt({slots:[],wrappedEleName:"vaadin-text-field",style:()=>`\n :host {\n display: inline-flex;\n max-width: 100%;\n box-sizing: border-box;\n }\n ${Be(nc.cssVarList)}\n ${Ve("vaadin-text-field")}\n ${$e("vaadin-text-field")}\n \n :host {\n --vaadin-field-default-width: auto;\n box-sizing: border-box;\n }\n\n\n vaadin-text-field {\n width: 100%;\n height: 100%;\n box-sizing: border-box;\n padding: 0;\n }\n vaadin-text-field[focus-ring]::part(input-field) {\n box-shadow: none;\n }\n vaadin-text-field::before {\n height: 0;\n }\n vaadin-text-field::part(input-field) {\n padding: 0;\n background: transparent;\n overflow: hidden;\n -webkit-mask-image: none;\n }\n descope-phone-field-internal-input-box {\n -webkit-mask-image: none;\n padding: 0;\n width: 100%;\n height: 100%;\n }\n descope-phone-field-internal-input-box > div {\n width: 100%;\n height: 100%;\n }\n descope-phone-field-internal-input-box .separator {\n flex: 0;\n border: none;\n }\n descope-text-field {\n flex-grow: 1;\n width: 100%;\n ${Zl.inputOutlineWidth}: 0;\n ${Zl.inputOutlineOffset}: 0;\n ${Zl.inputBorderWidth}: 0;\n ${Zl.inputBorderRadius}: 0;\n direction: ltr;\n }\n vaadin-text-field[readonly] > input:placeholder-shown {\n opacity: 1;\n }\n vaadin-text-field::part(input-field)::after {\n border: none;\n }\n ${He("vaadin-text-field")}\n\t\t`,excludeAttrsSync:["tabindex"],componentName:Jl})),oc=nc.cssVarList,ic={[oc.hostWidth]:"16em",[oc.hostMinWidth]:Ke.minWidth,[oc.hostDirection]:Ke.direction,[oc.fontSize]:Ke.fontSize,[oc.fontFamily]:Ke.fontFamily,[oc.labelTextColor]:Ke.labelTextColor,[oc.labelRequiredIndicator]:Ke.requiredIndicator,[oc.errorMessageTextColor]:Ke.errorMessageTextColor,[oc.inputValueTextColor]:Ke.valueTextColor,[oc.inputPlaceholderTextColor]:Ke.placeholderTextColor,[oc.inputBorderStyle]:Ke.borderStyle,[oc.inputBorderWidth]:Ke.borderWidth,[oc.inputBorderColor]:Ke.borderColor,[oc.inputBorderRadius]:Ke.borderRadius,[oc.inputOutlineStyle]:Ke.outlineStyle,[oc.inputOutlineWidth]:Ke.outlineWidth,[oc.inputOutlineColor]:Ke.outlineColor,[oc.inputOutlineOffset]:Ke.outlineOffset,_fullWidth:{[oc.hostWidth]:Ke.width}},ac=it("new-password-internal"),sc=(t,e)=>t.replace(/{{(\w+)+}}/g,((t,r)=>e?.[r]||t)),lc=it("policy-validation"),cc=["data","active-policies","overrides","data-password-policy-value-minlength"],dc=["label","value",...cc];class uc extends(Qt({componentName:lc,baseSelector:":host > div"})){#Z;#J=[];#Q;static get observedAttributes(){return dc}constructor(){super(),this.attachShadow({mode:"open"}).innerHTML='\n <div>\n <div class="label"></div>\n <ul></ul>\n </div>\n <style>\n :host > div {\n width: 100%;\n display: flex;\n flex-direction: column;\n box-sizing: border-box;\n }\n .label {\n max-width: 100%;\n text-wrap: wrap;\n overflow-wrap: break-word;\n }\n .hide-label .label {\n display: none;\n }\n ul {\n display: flex;\n flex-direction: column;\n padding: 0;\n margin: 0;\n }\n ul, li {\n margin: 0;\n padding: 0;\n list-style: none;\n }\n li::before {\n display: inline-block;\n width: 1em;\n text-align: center;\n }\n </style>\n\t\t',this.panel=this.shadowRoot.querySelector(":host > div"),this.label=this.shadowRoot.querySelector(".label"),this.list=this.shadowRoot.querySelector("ul")}attributeChangedCallback(t,e,r){if(super.attributeChangedCallback?.(t,e,r),e!==r){if("label"===t&&this.updateLabel(r),cc.includes(t)){if("data"===t)try{this.availablePolicies=JSON.parse(r)}catch{console.error("Failed to set available policies")}if("active-policies"===t&&(this.#J=(r||"").split(",")),"data-password-policy-value-minlength"===t){const t=Number(r);!Number.isNaN(t)&&t>0&&(this.#Q={...this.#Q,minlength:{value:`${t}`}})}}this.renderItems(this.#Z,this.#J,this.#Q)}}get availablePolicies(){return this.#Z||[]}set availablePolicies(t){this.#Z=t}get value(){return this.getAttribute("value")||""}validate(){let t=this.#Z;return this.#Q&&(t=this.#Z.map((t=>this.#Q[t.id]?{...t,data:this.#Q[t.id]}:t))),this.#J.reduce(((e,r)=>{const n=t.find((t=>t.id===r));if(!n)return e;const{pattern:o,message:i,data:a}=n;if(!o||!i)return e;const s={valid:new RegExp(sc(o,a)).test(this.value),message:sc(i,a),id:r};return e.push(s),e}),[])}get isValid(){return!this.validate().some((({valid:t})=>!1===t))}getValidationItemTemplate({valid:t,message:e}){return`\n <li class="item" data-valid="${this.value?t:"none"}">\n <span class="message">${e}</span>\n </li>\n `}renderItems(t,e){t&&e.length&&(this.list.innerHTML=this.validate().map(this.getValidationItemTemplate.bind(this)).join(""))}updateLabel(t){t?(this.label.innerHTML=t,this.classList.remove("hide-label")):(this.classList.add("hide-label"),this.label.innerHTML="")}}const{host:pc,item:hc,symbolDefault:mc,symbolSuccess:fc,symbolError:gc}={host:{selector:()=>":host > div"},item:{selector:()=>".item"},symbolDefault:{selector:()=>'.item[data-valid="none"]::before'},symbolSuccess:{selector:()=>'.item[data-valid="true"]::before'},symbolError:{selector:()=>'.item[data-valid="false"]::before'}},bc=X(Pt({componentNameOverride:it("input-wrapper")}),Pt({mappings:{hostDirection:{selector:()=>":host",property:"direction"},fontSize:{},fontFamily:{},padding:{},borderWidth:{...pc,property:"border-width"},borderStyle:{...pc,property:"border-style"},borderColor:{...pc,property:"border-color"},borderRadius:{...pc,property:"border-radius"},backgroundColor:{...pc,property:"background-color"},textColor:{property:"color"},labelMargin:{...pc,property:"gap"},itemsSpacing:{...hc,property:"line-height"},itemSymbolSuccessColor:{...fc,property:"color"},itemSymbolErrorColor:{...gc,property:"color"},itemSymbolDefault:{...mc,property:"content"},itemSymbolSuccess:{...fc,property:"content"},itemSymbolError:{...gc,property:"content"}}}),$t,jt)(uc),yc=it("new-password"),vc=bc.cssVarList,{host:xc,label:Cc,internalInputsWrapper:wc,errorMessage:kc,helperText:Ac,passwordInput:Ec,policyPreview:_c}={host:{selector:()=>":host"},label:{selector:"::part(label)"},internalInputsWrapper:{selector:"descope-new-password-internal .wrapper"},helperText:{selector:"::part(helper-text)"},errorMessage:{selector:"::part(error-message)"},passwordInput:{selector:"descope-password"},policyPreview:{selector:"descope-policy-validation"}},Sc=X(Pt({mappings:{fontSize:[xc,{},{selector:fr.componentName,property:fr.cssVarList.fontSize}],fontFamily:[Cc,kc,Ac],errorMessageTextColor:{...kc,property:"color"},hostWidth:{...xc,property:"width"},hostMinWidth:{...xc,property:"min-width"},hostDirection:[{...xc,property:"direction"},{...Ec,property:fr.cssVarList.hostDirection}],inputsRequiredIndicator:{...xc,property:"content"},spaceBetweenInputs:{...wc,property:"gap"},policyPreviewBackgroundColor:{..._c,property:vc.backgroundColor},policyPreviewPadding:{..._c,property:vc.padding}}}),$t,ne({proxyProps:["value","selectionStart"]}),(t=>class extends t{init(){super.init?.();const t=document.createElement("template");t.innerHTML=`\n\t\t\t<${ac}\n\t\t\t\tname="new-password"\n\t\t\t\ttabindex="-1"\n\t\t\t\tslot="input"\n\t\t\t></${ac}>\n\t\t\t`,this.baseElement.appendChild(t.content.cloneNode(!0)),this.inputElement=this.shadowRoot.querySelector(ac),st(this,this.inputElement,{includeAttrs:["password-label","password-placeholder","confirm-label","confirm-placeholder","full-width","size","bordered","label","has-confirm","invalid","readonly","draggable","has-validation","policy-label","active-policies","available-policies","data-password-policy-value-minlength"]})}}))(Yt({slots:[],wrappedEleName:"vaadin-text-field",style:()=>`\n\t\t:host {\n\t\t\tdisplay: inline-block;\n\t\t\tmax-width: 100%;\n\t\t\tbox-sizing: border-box;\n\t\t}\n :host ::part(error-message) {\n direction: ltr;\n }\n\t\t${Be(fr.cssVarList)}\n\t\tvaadin-text-field {\n\t\t\tpadding: 0;\n\t\t\twidth: 100%;\n\t\t\theight: 100%;\n\t\t}\n\t\tvaadin-text-field::part(input-field) {\n\t\t\tmin-height: 0;\n\t\t\tbackground: transparent;\n\t\t\tbox-shadow: none;\n\t\t\tpadding: 0;\n\t\t}\n\t\tvaadin-text-field::part(input-field)::after {\n\t\t\tbackground: transparent;\n\t\t\topacity: 0;\n\t\t}\n\t\tdescope-new-password-internal {\n\t\t\t-webkit-mask-image: none;\n\t\t\tmin-height: 0;\n\t\t\twidth: 100%;\n\t\t\tpadding: 0;\n\t\t}\n\t\tdescope-new-password-internal > .wrapper {\n\t\t\twidth: 100%;\n\t\t\theight: 100%;\n\t\t\tdisplay: flex;\n\t\t\tflex-direction: column;\n\t\t}\n\t\tdescope-password {\n\t\t\tdisplay: block;\n\t\t\twidth: 100%;\n\t\t}\n\t\tdescope-new-password-internal vaadin-password-field::before {\n\t\t\theight: initial;\n\t\t}\n descope-policy-validation {\n margin-top: 8px;\n display: flex;\n }\n descope-policy-validation.hidden {\n display: none;\n }\n\t\t`,excludeAttrsSync:["tabindex"],componentName:yc})),Dc=mt(Rt),Tc=Sc.cssVarList,Mc={[Tc.hostWidth]:Ke.width,[Tc.hostMinWidth]:Ke.minWidth,[Tc.hostDirection]:Ke.direction,[Tc.fontSize]:Ke.fontSize,[Tc.fontFamily]:Ke.fontFamily,[Tc.spaceBetweenInputs]:"1em",[Tc.errorMessageTextColor]:Ke.errorMessageTextColor,[Tc.policyPreviewBackgroundColor]:"none",[Tc.policyPreviewPadding]:Dc.spacing.lg,_required:{[Tc.inputsRequiredIndicator]:Ke.requiredIndicator}},Fc=it("upload-file"),Lc=["title","description","button-label","accept","readonly","button-mode","button-variant","required","size","icon"],Ic=Rr({componentName:Fc,baseSelector:":host > div"}),zc=fe.cssVarList,{host:Oc,wrapper:Nc,icon:Bc,title:qc,description:Rc,requiredIndicator:Vc}={host:{selector:()=>":host"},wrapper:{selector:()=>":host > div"},icon:{selector:()=>"::slotted(*)"},title:{selector:()=>".title"},description:{selector:()=>".description"},requiredIndicator:{selector:()=>".title::after"}},Wc=X(Pt({componentNameOverride:it("input-wrapper")}),Pt({mappings:{fontSize:{},fontFamily:{},borderColor:{},borderWidth:{},borderStyle:{},borderRadius:{},hostHeight:{...Oc,property:"height"},hostWidth:{...Oc,property:"width"},hostPadding:{property:"padding"},hostDirection:[{...Oc,property:"direction"},{selector:()=>fe.componentName,property:zc.hostDirection}],gap:{...Nc},lineHeight:{...Nc,property:"line-height"},titleFontSize:{...qc,property:"font-size"},titleFontWeight:{...qc,property:"font-weight"},descriptionFontSize:{...Rc,property:"font-size"},labelTextColor:[{...qc,property:"color"},{...Rc,property:"color"}],iconSize:{...Bc,property:"width"},requiredIndicator:{...Vc,property:"content"}}}),$t,jt)(class extends Ic{static get observedAttributes(){return Lc.concat(Ic.observedAttributes||[])}constructor(){super(),this.attachShadow({mode:"open"}).innerHTML='\n\t\t\t<style>\n\t\t\t:host {\n\t\t\t\tdisplay: flex;\n\t\t\t}\n\t\t\t:host > div {\n\t\t\t\tdisplay: flex;\n\t\t\t\talign-items: center;\n\t\t\t\tjustify-content: center;\n\t\t\t\ttext-align: center;\n\t\t\t\tflex-direction: column;\n\t\t\t\twidth: 100%;\n\t\t\t}\n\t\t\t.button-wrapper {\n\t\t\t\tposition: relative;\n\t\t\t\twidth: fit-content;\n\t\t\t}\n\t\t\tinput {\n\t\t\t\tposition: absolute;\n\t\t\t\twidth: 100%;\n\t\t\t\theight: 100%;\n\t\t\t\topacity: 0;\n\t\t\t}\n\t\t\t</style>\n\t\t\t<div>\n <slot name="icon"></slot>\n\t\t\t\t<div class="title">\n\t\t\t\t\t<span class="title-text"></span>\n\t\t\t\t</div>\n\t\t\t\t<div class="description"></div>\n\t\t\t\t<div class="button-wrapper">\n\t\t\t\t\t<input type="file" tabindex="-1" />\n\t\t\t\t\t<descope-button></descope-button>\n\t\t\t\t</div>\n\t\t\t</div>\n\t\t',this.wrapperEle=this.shadowRoot.querySelector(".wrapper"),this.inputElement=this.shadowRoot.querySelector("input"),this.button.onclick=()=>this.inputElement.click(),this.inputElement.onchange=async t=>{const e=t.target.files;var r;e.length&&(this.value=await(r=e[0],new Promise((t=>{const e=new FileReader;e.onload=e=>t(e.target.result),e.readAsDataURL(r)}))),this.updateDescription((t=>t.name.replace(/^.*\\/,""))(e[0])))},this.oninvalid=()=>{this.setAttribute("invalid","true")}}getValidity(){return this.isRequired&&!this.input.value?{valueMissing:!0}:(this.removeAttribute("invalid"),{})}initInputs(){this.rootElement.querySelector("descope-button").onclick=()=>this.inputElement.click()}attributeChangedCallback(t,e,r){super.attributeChangedCallback?.(t,e,r),e!==r&&("title"===t?this.updateTitle(r):"description"===t?this.updateDescription(r):"button-label"===t?this.updateButtonLabel(r):"button-mode"===t?this.updateButtonMode(r):"button-variant"===t?this.updateButtonVariant(r):"size"===t?this.updateButtonSize(r):"accept"===t?this.updateInputAccept(r):"readonly"===t&&this.updateReadOnly(r))}get button(){return this.shadowRoot.querySelector("descope-button")}get input(){return this.shadowRoot.querySelector("input")}get title(){return this.shadowRoot.querySelector(".title-text")}get description(){return this.shadowRoot.querySelector(".description")}get icon(){return this.shadowRoot.querySelector(".icon")}updateTitle(t){this.title.innerHTML=t}updateDescription(t){this.description.innerHTML=t}updateButtonLabel(t){this.button.innerHTML=t}updateButtonSize(t){this.button.setAttribute("size",t)}updateButtonMode(t){this.button.setAttribute("mode",t)}updateButtonVariant(t){this.button.setAttribute("variant",t)}updateInputAccept(t){this.input.setAttribute("accept",t)}updateReadOnly(t){"true"===t?this.input.setAttribute("disabled","true"):this.input.removeAttribute("disabled")}}).cssVarList,Pc={[Wc.hostDirection]:Ke.direction,[Wc.labelTextColor]:Ke.labelTextColor,[Wc.fontFamily]:Ke.fontFamily,[Wc.iconSize]:"2em",[Wc.hostPadding]:"0.75em",[Wc.gap]:"0.5em",[Wc.fontSize]:"16px",[Wc.titleFontWeight]:"500",[Wc.lineHeight]:"1em",[Wc.borderWidth]:Ke.borderWidth,[Wc.borderColor]:Ke.borderColor,[Wc.borderRadius]:Ke.borderRadius,[Wc.borderStyle]:"dashed",_required:{[Wc.requiredIndicator]:Ke.requiredIndicator},size:{xs:{[Wc.hostHeight]:"196px",[Wc.hostWidth]:"200px",[Wc.titleFontSize]:"0.875em",[Wc.descriptionFontSize]:"0.875em",[Wc.lineHeight]:"1.25em"},sm:{[Wc.hostHeight]:"216px",[Wc.hostWidth]:"230px",[Wc.titleFontSize]:"1em",[Wc.descriptionFontSize]:"0.875em",[Wc.lineHeight]:"1.25em"},md:{[Wc.hostHeight]:"256px",[Wc.hostWidth]:"312px",[Wc.titleFontSize]:"1.125em",[Wc.descriptionFontSize]:"1em",[Wc.lineHeight]:"1.5em"},lg:{[Wc.hostHeight]:"280px",[Wc.hostWidth]:"336px",[Wc.titleFontSize]:"1.125em",[Wc.descriptionFontSize]:"1.125em",[Wc.lineHeight]:"1.75em"}},_fullWidth:{[Wc.hostWidth]:Ke.width}},$c=it("button-selection-group-item");class jc extends(Qt({componentName:$c,baseSelector:":host > descope-button"})){get size(){return this.getAttribute("size")||"md"}get variant(){return this.getAttribute("variant")||"contained"}get value(){return this.getAttribute("value")||""}set value(t){this.setAttribute("value",t)}constructor(){super(),this.attachShadow({mode:"open"}).innerHTML=`\n\t\t<style>\n descope-button {\n max-width: 100%;\n }\n\t\t\tdescope-button > slot {\n\t\t\t\twidth: 100%;\n\t\t\t\toverflow: hidden;\n text-overflow: ellipsis;\n display: inline-block;\n\t\t\t}\n\t\t\t:host {\n\t\t\t\tdisplay: inline-block;\n max-width: 100%\n\t\t\t}\n\t\t</style>\n <descope-button variant="${this.variant}" size="${this.size}" mode="primary">\n <slot></slot>\n </descope-button>\n\t`,st(this,this.baseElement,{includeAttrs:["size","variant"]}),st(this.baseElement,this,{includeAttrs:["focused","active"]})}handleFocus(){this.shadowRoot.querySelector("descope-button")?.focus()}focus(){this.handleFocus()}init(){super.init(),this.addEventListener("focus",(t=>{t.isTrusted&&this.handleFocus()}))}}const Hc=X(Pt({mappings:{hostDirection:{selector:()=>fe.componentName,property:fe.cssVarList.hostDirection},backgroundColor:{selector:()=>fe.componentName,property:fe.cssVarList.backgroundColor},labelTextColor:{selector:()=>fe.componentName,property:fe.cssVarList.labelTextColor},borderColor:{selector:()=>fe.componentName,property:fe.cssVarList.borderColor},borderWidth:{selector:()=>fe.componentName,property:fe.cssVarList.borderWidth},borderStyle:{selector:()=>fe.componentName,property:fe.cssVarList.borderStyle},borderRadius:{selector:()=>fe.componentName,property:fe.cssVarList.borderRadius},outlineColor:{selector:()=>fe.componentName,property:fe.cssVarList.outlineColor}}}),$t,jt)(jc),Uc=mt(Rt),Gc=Hc.cssVarList,Zc={[Gc.hostDirection]:"inherit",[Gc.backgroundColor]:Uc.colors.surface.main,[Gc.labelTextColor]:Uc.colors.surface.contrast,[Gc.borderColor]:Uc.colors.surface.light,[Gc.borderStyle]:"solid",[Gc.borderRadius]:Uc.radius.sm,[Gc.outlineColor]:"transparent",[Gc.borderWidth]:Uc.border.xs,_hover:{[Gc.backgroundColor]:Uc.colors.surface.highlight},_focused:{[Gc.outlineColor]:Uc.colors.surface.light},_selected:{[Gc.borderColor]:Uc.colors.surface.contrast,[Gc.backgroundColor]:Uc.colors.surface.contrast,[Gc.labelTextColor]:Uc.colors.surface.main}},Jc=t=>{class e extends(Rr({componentName:t,baseSelector:"slot"})){constructor(){super(),this.innerHTML='\n <style>\n slot {\n box-sizing: border-box;\n width: 100%;\n display: flex;\n flex-wrap: wrap;\n }\n </style>\n <slot part="wrapper"></slot>\n '}dispatchChange=Ht.bind(this,"change");get items(){return this.querySelector("slot").assignedElements()}get isReadonly(){return"true"===this.getAttribute("readonly")}get size(){return this.getAttribute("size")||"md"}get value(){console.warn("get value","is not implemented")}set value(t){console.warn("set value","is not implemented")}onSizeChange(){this.items.forEach((t=>{t.setAttribute("size",this.size)}))}onReadOnlyChange(){this.querySelector("slot").toggleAttribute("inert",this.isReadonly)}getValidity(){console.warn("getValidity","is not implemented")}onObservedAttributeChange(t){t.forEach((t=>{switch(t){case"size":this.onSizeChange();break;case"readonly":this.onReadOnlyChange()}}))}init(){this.addEventListener("focus",(t=>{t.isTrusted&&this.items[0]?.focus()})),super.init?.(),et(this,this.onObservedAttributeChange.bind(this),{includeAttrs:["size","readonly"]})}}return e},Qc=it("button-selection-group-internal");class Yc extends(Jc(Qc)){getSelectedNode(){return this.items.find((t=>t.hasAttribute("selected")))}get allowDeselect(){return"true"===this.getAttribute("allow-deselect")}removeSelected(){this.getSelectedNode()?.removeAttribute("selected")}onClick(t){t.target!==t.currentTarget&&(t.target===this.getSelectedNode()&&this.allowDeselect?this.removeSelected():this.setSelected(t.target),this.dispatchChange())}setSelected(t){t!==this.getSelectedNode()&&(this.removeSelected(),t?.setAttribute("selected","true"))}get defaultValue(){return this.getAttribute("default-value")}setDefaultValue(){setTimeout((()=>{this.defaultValue&&(this.value=this.defaultValue,this.setCustomValidity())}))}get value(){return this.getSelectedNode()?.value||""}set value(t){const e=this.items.find((e=>e.value===t));this.setSelected(e)}getValidity(){return this.isRequired&&!this.value?{valueMissing:!0}:{}}init(){super.init(),this.setDefaultValue(),this.querySelector("slot").addEventListener("click",this.onClick.bind(this))}}const Kc=t=>class extends t{#H=({value:t,label:e})=>`<descope-button-selection-group-item value="${t}">${e}</descope-button-selection-group-item>`;#U;get renderItem(){return this.#H}set renderItem(t){this.#H=t,this.renderItems()}get size(){return this.inputElement?.size}get data(){if(this.#U)return this.#U;const t=this.getAttribute("data");if(t)try{const e=JSON.parse(t);if(this.isValidDataType(e))return e}catch(t){console.error('could not parse data string from attribute "data" - ',t.message)}return[]}set data(t){this.isValidDataType(t)&&(this.#U=t,this.renderItems())}isValidDataType(t){const e=Array.isArray(t);return e||console.error("data must be an array, received:",t),e}getItemsTemplate(){return this.data?.reduce?.(((t,e)=>t+(this.renderItem?.(e||{})||"")),"")}renderItems(){const t=this.getItemsTemplate();t&&(this.innerHTML=t)}init(){super.init?.(),this.renderItems(),et(this,this.renderItems.bind(this),{includeAttrs:["data"]}),rt(this,(({addedNodes:t})=>{t.forEach((t=>{t.setAttribute("size",this.size)}))}))}},{host:Xc,label:td,requiredIndicator:ed,internalWrapper:rd,errorMessage:nd}={host:{selector:()=>":host"},label:{selector:"::part(label)"},requiredIndicator:{selector:"[required]::part(required-indicator)::after"},internalWrapper:{selector:()=>':host [part="internal-component"] slot'},errorMessage:{selector:"::part(error-message)"}},od={hostWidth:{...Xc,property:"width"},hostDirection:{...Xc,property:"direction"},fontFamily:Xc,labelTextColor:[{...td,property:"color"},{...ed,property:"color"}],labelRequiredIndicator:{...ed,property:"content"},errorMessageTextColor:{...nd,property:"color"},itemsSpacing:{...rd,property:"gap"}},id=`\n\t\t\t:host {\n\t\t\t\tdisplay: inline-flex;\n\t\t\t\tmax-width: 100%;\n\t\t\t}\n\t\t\t\n :host {\n --vaadin-field-default-width: auto;\n box-sizing: border-box;\n }\n\n\t\t\t:host::after {\n\t\t\t\tbackground-color: transparent;\n\t\t\t}\n\t\t\t:host::part(input-field)::after {\n\t\t\t\tbackground-color: transparent;\n\t\t\t}\n\n [part="internal-component"] {\n\t\t\t\t-webkit-mask-image: none;\n\t\t\t\tpadding: 0;\n\t\t\t\twidth: 100%;\n\t\t\t\theight: 100%;\n display: inline-block;\n\t\t\t\tmin-height: initial;\n\t\t\t}\n\n\t\t\tvaadin-text-field::part(input-field) {\n\t\t\t\tbackground-color: transparent;\n\t\t\t\tpadding: 0;\n\t\t\t\toverflow: hidden;\n\t\t\t\t-webkit-mask-image: none;\n\t\t\t}\n\n\t\t\tvaadin-text-field {\n\t\t\t\tmargin: 0;\n\t\t\t\tpadding: 0;\n\t\t\t\twidth: 100%\n\t\t\t}\n\n\t\t\tvaadin-text-field::before {\n\t\t\t\theight: 0;\n\t\t\t}\n\n\t\t\tvaadin-text-field[readonly] > input:placeholder-shown {\n\t\t\t\topacity: 1;\n\t\t\t}\n\n\t\t\tvaadin-text-field[readonly]::part(input-field)::after {\n\t\t\t\tborder: 0 solid;\n\t\t\t}\n\n\t\t\tvaadin-text-field::part(input-field) {\n\t\t\t\tbox-shadow: none;\n\t\t\t}\n\n ${He("vaadin-text-field")}\n\t\t\t${Ve("vaadin-text-field")}\n `,ad=it("button-selection-group"),sd=X(Pt({mappings:{...od}}),$t,ne({proxyProps:["value","selectionStart"]}),jt,Kc,(t=>class extends t{init(){super.init?.();const t=document.createElement("template");t.innerHTML=`\n <${Qc}\n \tname="button-selection-group"\n \tslot="input"\n tabindex="-1"\n part="internal-component"\n >\n <slot></slot>\n </${Qc}>\n `,this.baseElement.appendChild(t.content.cloneNode(!0)),this.inputElement=this.shadowRoot.querySelector(Qc),st(this,this.inputElement,{includeAttrs:["size","default-value","allow-deselect"]})}}))(Yt({slots:[],wrappedEleName:"vaadin-text-field",style:()=>id,excludeAttrsSync:["tabindex"],componentName:ad})),ld=mt(Rt),cd=t=>({[t.hostDirection]:Ke.direction,[t.fontFamily]:Ke.fontFamily,[t.labelTextColor]:Ke.labelTextColor,[t.labelRequiredIndicator]:Ke.requiredIndicator,[t.errorMessageTextColor]:Ke.errorMessageTextColor,[t.itemsSpacing]:ld.spacing.sm,[t.hostWidth]:Ke.width}),dd=sd.cssVarList,ud={...cd(dd)},pd=it("button-multi-selection-group-internal");class hd extends(Jc(pd)){#Y(){return this.items.filter((t=>t.hasAttribute("selected")))}onClick(t){t.target!==t.currentTarget&&(this.#Y().includes(t.target)?t.target.removeAttribute("selected"):t.target.setAttribute("selected","true"),this.dispatchChange())}get value(){return this.#Y().map((t=>t.value))}set value(t){this.items.forEach((e=>{t.includes(e.value)?e.setAttribute("selected","true"):e.removeAttribute("selected")}))}get minItemsSelection(){return parseInt(this.getAttribute("min-items-selection"),10)||0}get maxItemsSelection(){return parseInt(this.getAttribute("max-items-selection"),10)||0}#K(t){const e=Array.isArray(t);return e||console.error("default-values must be an array, received:",t),e}get defaultValues(){const t=this.getAttribute("default-values");if(t)try{const e=JSON.parse(t);if(this.#K(e))return e}catch(t){console.error('could not parse data string from attribute "default-values" -',t.message)}return[]}setDefaultValues(){setTimeout((()=>{this.defaultValues&&(this.value=this.defaultValues,this.setCustomValidity())}))}getValidity(){return this.isRequired&&!this.value.length?{valueMissing:!0}:this.isRequired&&this.minItemsSelection&&this.value.length<this.minItemsSelection?{rangeUnderflow:!0}:this.maxItemsSelection&&this.value.length>this.maxItemsSelection?{rangeOverflow:!0}:{}}init(){super.init(),this.setDefaultValues(),this.querySelector("slot").addEventListener("click",this.onClick.bind(this))}}const md=it("button-multi-selection-group"),fd=X(Pt({mappings:{...od}}),$t,ne({proxyProps:["value","selectionStart"]}),jt,Kc,(t=>class extends t{init(){super.init?.();const t=document.createElement("template");t.innerHTML=`\n <${pd}\n \tname="button-selection-group"\n \tslot="input"\n tabindex="-1"\n part="internal-component"\n >\n <slot></slot>\n </${pd}>\n `,this.baseElement.appendChild(t.content.cloneNode(!0)),this.inputElement=this.shadowRoot.querySelector(pd),st(this,this.inputElement,{includeAttrs:["size","default-values","min-items-selection","max-items-selection"]})}}))(Yt({slots:[],wrappedEleName:"vaadin-text-field",style:()=>id,excludeAttrsSync:["tabindex"],componentName:md})).cssVarList,gd={...cd(fd)},bd=it("modal"),yd=X(Pt({mappings:{overlayBackgroundColor:{property:()=>yd.cssVarList.overlay.backgroundColor},overlayShadow:{property:()=>yd.cssVarList.overlay.shadow},overlayWidth:{property:()=>yd.cssVarList.overlay.width}}}),ie({name:"overlay",selector:"",mappings:{hostDisplay:{selector:()=>":host(.descope-modal)",property:"display",important:!0},backgroundColor:[{selector:()=>"::part(content)",property:"background-color"},{selector:()=>"::part(overlay)",property:"background-color"}],width:{selector:()=>"::part(overlay)",property:"width"},shadow:{selector:()=>"::part(overlay)",property:"box-shadow"}},forward:{include:!1,attributes:["opened"]}}),$t,jt,(t=>class extends t{get opened(){return"true"===this.getAttribute("opened")}handleOpened(){st(this,this.baseElement,{includeAttrs:["opened"]}),this.opened?this.style.display="":this.style.display="none"}init(){super.init?.(),this.style.display="none",setTimeout((()=>{this.baseElement.shadowRoot.querySelector("vaadin-dialog-overlay").appendChild(document.createElement("slot")),this.#G(),this.handleOpened()}))}#G(){const t=this.baseElement.shadowRoot.querySelector("vaadin-dialog-overlay");t._attachOverlay=()=>{t.bringToFront(),this.baseElement.setAttribute("style","display:flex!important;")},t._detachOverlay=()=>{this.baseElement.style.display="none"},t._enterModalState=()=>{},t.close=()=>!1}}))(Yt({slots:[""],wrappedEleName:"vaadin-dialog",style:()=>"",excludeAttrsSync:["tabindex","opened"],componentName:bd})),vd=mt(Rt),xd=yd.cssVarList,Cd={[xd.overlayBackgroundColor]:vd.colors.surface.main,[xd.overlayShadow]:vd.shadow.wide["2xl"],[xd.overlayWidth]:"540px"},wd={...xd},kd=t=>{const e=Array.isArray(t);return e||console.error("data must be an array, received:",t),e},Ad=it("grid"),{host:Ed,headerRow:_d,headerRowCell:Sd,contentRow:Dd,firstRow:Td,sortIndicators:Md,activeSortIndicator:Fd,selectedRow:Ld,rowSeparator:Id,resizeHandle:zd}={host:{selector:()=>"vaadin-grid"},headerRow:{selector:()=>"::part(header-cell)"},headerRowCell:{selector:()=>"vaadin-grid::part(header-cell)"},contentRow:{selector:()=>"::part(cell)"},firstRow:{selector:()=>"::part(first-header-row-cell)"},selectedRow:{selector:()=>"::part(selected-row-cell)"},sortIndicators:{selector:()=>"vaadin-grid-sorter::part(indicators)"},activeSortIndicator:{selector:()=>"vaadin-grid-sorter[direction]"},rowSeparator:{selector:()=>"vaadin-grid::part(body-cell)"},resizeHandle:{selector:()=>"::part(resize-handle)"}},Od=X(Pt({componentNameOverride:it("input-wrapper")}),Pt({mappings:{hostWidth:{selector:()=>":host",property:"width"},hostHeight:{selector:()=>":host",property:"height"},hostMinHeight:{selector:()=>":host",property:"min-height"},fontFamily:[{..._d},{...Dd}],fontSize:[{..._d},{...Dd}],fontWeight:{...Dd},valueTextColor:{...Dd,property:"color"},backgroundColor:[{...Ed,property:"background-color"},{...Dd,property:"background-color"}],sortIndicatorsColor:{...Md,property:"color"},activeSortIndicator:{...Fd,property:"color"},borderColor:{...Ed,property:"border-color"},borderWidth:{...Ed,property:"border-width"},borderStyle:{...Ed,property:"border-style"},borderRadius:{...Ed,property:"border-radius"},selectedBackgroundColor:{...Ld,property:"background-color"},headerRowTextColor:{...Sd,property:"color"},separatorColor:[{...Td,property:"border-bottom-color"},{...Id,property:"border-top-color"}],resizeHandleColor:{...zd,property:"background-color"}}}),$t,jt,(t=>class extends t{#X;init(){super.init?.(),this.handleColumns(),this.forwardSelectedItemsChange(),this.baseElement._mapSorters=()=>{}}forwardSelectedItemsChange(){this.baseElement.addEventListener("selected-items-changed",(t=>{this.dispatchEvent(new CustomEvent("selected-items-changed",{bubbles:!0,composed:!0,detail:t.detail}))}))}attributeChangedCallback(t,e,r){super.attributeChangedCallback?.(t,e,r),"columns"===t&&this.setColumnsDataFromAttr()}handleColumns(){this.columnsAttr?this.setColumnsDataFromAttr():this.children.length&&this.setColumnsFromChildren()}setColumnsFromChildren(){this.#X=Array.from(this.children).map((t=>({path:t.getAttribute("path"),header:t.getAttribute("header"),type:t.localName.match("^descope-grid-(\\w+)-column$")?.[1]||"text",attrs:["frozen","resizable","auto-width","status"].reduce(((e,r)=>{const n=t.getAttribute(r);return n&&(e[r]=n),e}),{})})))}get columnsAttr(){return this.getAttribute("columns")}setColumnsDataFromAttr(){try{const t=JSON.parse(this.columnsAttr);kd(t)&&(this.columns=t)}catch(t){console.error('could not parse data string from attribute "columns" -',t.message)}}#tt=({path:t,header:e,type:r,attrs:n})=>{const o=`descope-grid-${r}-column`;return`<${o} header="${e}" path="${t}" ${Object.entries(n).map((([t,e])=>`${t}="${e}"`)).join(" ")}></${o}>`};get renderColumn(){return this.#tt}set renderColumn(t){this.#tt=t,this.renderColumns()}getColumnsTemplate(){return this.#X?.reduce?.(((t,e)=>t+(this.renderColumn?.(e||{})||"")),"")}renderColumns(){const t=this.getColumnsTemplate();t&&(this.innerHTML=t)}get grid(){return this.shadowRoot.querySelector("vaadin-grid")}get data(){return this.grid.items}set data(t){if(kd(t)&&this.grid.items!==t&&(this.grid.items=t,this.grid.selectedItems)){const t=new Set(this.grid.items.map((t=>t[this.uniqueColumnId]??t))),e=this.grid.selectedItems.filter((e=>t.has(e[this.uniqueColumnId]??e)));this.grid.selectedItems.length!==e.length&&(this.grid.selectedItems=e)}}get columns(){return this.#X}set columns(t){this.#X=t,this.renderColumns()}get paths(){return this.columns.map((t=>t.path))}get uniqueColumnId(){return this.getAttribute("unique-column-id")}}))(Yt({delegatesFocus:!1,slots:[""],wrappedEleName:"vaadin-grid",style:()=>"\n vaadin-grid {\n overflow: hidden;\n height: 100%;\n min-height: 300px;\n }\n vaadin-grid-cell-content {\n display: flex;\n }\n vaadin-grid::part(selected-row-cell) {\n background-image: none;\n box-shadow: none;\n }\n\t\t",excludeAttrsSync:["columns","tabindex"],componentName:Ad})),Nd=mt(Rt),Bd=Od.cssVarList,qd={[Bd.hostWidth]:"100%",[Bd.hostHeight]:"100%",[Bd.hostMinHeight]:"400px",[Bd.fontWeight]:"400",[Bd.backgroundColor]:Nd.colors.surface.main,[Bd.fontSize]:Ke.fontSize,[Bd.fontFamily]:Ke.fontFamily,[Bd.sortIndicatorsColor]:Nd.colors.surface.light,[Bd.activeSortIndicator]:Nd.colors.surface.dark,[Bd.resizeHandleColor]:Nd.colors.surface.light,[Bd.borderWidth]:Ke.borderWidth,[Bd.borderStyle]:Ke.borderStyle,[Bd.borderRadius]:Ke.borderRadius,[Bd.borderColor]:"transparent",[Bd.headerRowTextColor]:Nd.colors.surface.dark,[Bd.separatorColor]:Nd.colors.surface.light,[Bd.valueTextColor]:Nd.colors.surface.contrast,[Bd.selectedBackgroundColor]:Nd.colors.surface.highlight,_bordered:{[Bd.borderColor]:Ke.borderColor}},Rd=qd,Vd=it("notification-card"),Wd={content:()=>"vaadin-notification-card::part(content)",overlay:()=>"vaadin-notification-card::part(overlay)"},Pd=X(Pt({mappings:{hostMinWidth:{selector:Wd.content,property:"min-width"},fontFamily:{},fontSize:{},backgroundColor:{selector:Wd.content},textColor:{property:"color"},boxShadow:{},borderWidth:{selector:Wd.content,property:"border-width"},borderColor:{selector:Wd.content,property:"border-color"},borderStyle:{selector:Wd.content,property:"border-style"},borderRadius:[{selector:Wd.content,property:"border-radius"},{selector:Wd.overlay,property:"border-radius"}],verticalPadding:[{selector:Wd.content,property:"padding-top"},{selector:Wd.content,property:"padding-bottom"}],horizontalPadding:[{selector:Wd.content,property:"padding-right"},{selector:Wd.content,property:"padding-left"}]}}),(t=>class extends t{close(){this.baseElement.addEventListener("animationend",(()=>{this.remove(),this.dispatchEvent(new Event("card-closed"))})),this.setAttribute("opened","false")}constructor(){super(),this.baseElement.innerHTML='\n <div part="root">\n <div part="content">\n <slot></slot>\n </div>\n <div part="close">\n <slot name="close"></slot>\n </div>\n </div>\n ',this.closeEle=this.shadowRoot.querySelector('[part="close"]')}init(){super.init?.(),this.closeEle.onclick=()=>{this.close()}}}))(Yt({slots:[],wrappedEleName:"vaadin-notification-card",style:()=>'\n vaadin-notification-card {\n box-shadow: none;\n }\n ::part(overlay) {\n box-shadow: none;\n background: none;\n }\n\n [part="close"] {\n cursor: pointer;\n display: flex;\n }\n\n [part="content"] {\n display: flex;\n align-items: center;\n flex-grow: 1;\n }\n\n [part="root"] {\n display: flex;\n align-items: center;\n justify-content: space-between;\n width: 100%;\n }\n ',excludeAttrsSync:["tabindex"],componentName:Vd})),$d=mt(Rt),jd=Pd.cssVarList,Hd="#00000020",Ud={[jd.hostMinWidth]:"415px",[jd.fontFamily]:$d.fonts.font1.family,[jd.fontSize]:$d.typography.body1.size,[jd.backgroundColor]:$d.colors.surface.main,[jd.textColor]:$d.colors.surface.contrast,[jd.boxShadow]:`${$d.shadow.wide.xl} ${Hd}, ${$d.shadow.narrow.xl} ${Hd}`,[jd.verticalPadding]:"0.625em",[jd.horizontalPadding]:"1.5em",[jd.borderRadius]:$d.radius.xs,_bordered:{[jd.borderWidth]:$d.border.sm,[jd.borderStyle]:"solid",[jd.borderColor]:"transparent"},size:{xs:{[jd.fontSize]:"12px"},sm:{[jd.fontSize]:"14px"},md:{[jd.fontSize]:"16px"},lg:{[jd.fontSize]:"18px"}},mode:{primary:{[jd.backgroundColor]:$d.colors.primary.main,[jd.textColor]:$d.colors.primary.contrast,[jd.borderColor]:$d.colors.primary.light},success:{[jd.backgroundColor]:$d.colors.success.main,[jd.textColor]:$d.colors.success.contrast,[jd.borderColor]:$d.colors.success.light},error:{[jd.backgroundColor]:$d.colors.error.main,[jd.textColor]:$d.colors.error.contrast,[jd.borderColor]:$d.colors.error.light}}},Gd=it("multi-select-combo-box"),{host:Zd,inputField:Jd,inputElement:Qd,placeholder:Yd,toggle:Kd,clearButton:Xd,label:tu,requiredIndicator:eu,helperText:ru,errorMessage:nu,chip:ou,chipLabel:iu,overflowChipFirstBorder:au,overflowChipSecondBorder:su}={host:{selector:()=>":host"},inputField:{selector:"::part(input-field)"},inputElement:{selector:"input"},placeholder:{selector:"> input:placeholder-shown"},toggle:{selector:"::part(toggle-button)"},clearButton:{selector:"::part(clear-button)"},label:{selector:"::part(label)"},requiredIndicator:{selector:"[required]::part(required-indicator)::after"},helperText:{selector:"::part(helper-text)"},errorMessage:{selector:"::part(error-message)"},chip:{selector:"vaadin-multi-select-combo-box-chip"},chipLabel:{selector:"vaadin-multi-select-combo-box-chip::part(label)"},overflowChipFirstBorder:{selector:"vaadin-multi-select-combo-box-chip[slot='overflow']::before"},overflowChipSecondBorder:{selector:"vaadin-multi-select-combo-box-chip[slot='overflow']::after"}},lu=X(Pt({mappings:{hostWidth:{...Zd,property:"width"},hostDirection:{...Zd,property:"direction"},fontSize:[{},Zd],chipFontSize:{...iu,property:"font-size"},fontFamily:[tu,Yd,Jd,ru,nu,iu],labelTextColor:[{...tu,property:"color"},{...eu,property:"color"}],errorMessageTextColor:{...nu,property:"color"},inputHeight:{...Jd,property:"min-height"},inputBackgroundColor:{...Jd,property:"background-color"},inputBorderColor:{...Jd,property:"border-color"},inputBorderWidth:{...Jd,property:"border-width"},inputBorderStyle:{...Jd,property:"border-style"},inputBorderRadius:{...Jd,property:"border-radius"},labelRequiredIndicator:{...eu,property:"content"},inputValueTextColor:{...Jd,property:"color"},inputPlaceholderTextColor:{...Yd,property:"color"},inputDropdownButtonCursor:[{...Kd,property:"cursor"},{...Xd,property:"cursor"}],inputDropdownButtonColor:[{...Kd,property:"color"},{...Xd,property:"color"}],inputDropdownButtonSize:[{...Kd,property:"font-size"},{...Xd,property:"font-size"}],inputDropdownButtonOffset:[{...Kd,property:"margin-right"},{...Kd,property:"margin-left"}],inputOutlineColor:{...Jd,property:"outline-color"},inputOutlineWidth:{...Jd,property:"outline-width"},inputOutlineStyle:{...Jd,property:"outline-style"},inputOutlineOffset:{...Jd,property:"outline-offset"},inputHorizontalPadding:[{...Qd,property:"padding-left"},{...Qd,property:"padding-right"},{...Jd,property:"padding-inline-start"}],inputVerticalPadding:[{...Jd,property:"padding-top"},{...Jd,property:"padding-bottom"}],chipTextColor:{...iu,property:"color"},chipBackgroundColor:[{...ou,property:"background-color"},{...au,property:"border-color"},{...su,property:"border-color"}],overlayBackground:{property:()=>lu.cssVarList.overlay.backgroundColor},overlayTextColor:{property:()=>lu.cssVarList.overlay.textColor},overlayBorder:{property:()=>lu.cssVarList.overlay.border},overlayFontSize:{property:()=>lu.cssVarList.overlay.fontSize},overlayFontFamily:{property:()=>lu.cssVarList.overlay.fontFamily},overlayCursor:{property:()=>lu.cssVarList.overlay.cursor},overlayItemBoxShadow:{property:()=>lu.cssVarList.overlay.itemBoxShadow},overlayItemPaddingInlineStart:{property:()=>lu.cssVarList.overlay.itemPaddingInlineStart},overlayItemPaddingInlineEnd:{property:()=>lu.cssVarList.overlay.itemPaddingInlineEnd}}}),$t,ie({name:"overlay",selector:"vaadin-multi-select-combo-box-internal",mappings:{backgroundColor:{selector:"vaadin-multi-select-combo-box-scroller"},minHeight:{selector:"vaadin-multi-select-combo-box-overlay"},margin:{selector:"vaadin-multi-select-combo-box-overlay"},cursor:{selector:"vaadin-multi-select-combo-box-item"},fontFamily:{selector:"vaadin-multi-select-combo-box-item"},textColor:{selector:"vaadin-multi-select-combo-box-item",property:"color"},fontSize:{selector:"vaadin-multi-select-combo-box-item"},itemBoxShadow:{selector:"vaadin-multi-select-combo-box-item",property:"box-shadow"},itemPaddingInlineStart:{selector:"vaadin-multi-select-combo-box-item",property:"padding-inline-start"},itemPaddingInlineEnd:{selector:"vaadin-multi-select-combo-box-item",property:"padding-inline-end"}},forward:{include:!1,attributes:["size"]}}),ne({proxyProps:["selectionStart"],inputEvent:"selected-items-changed"}),ae,jt,(t=>class extends t{static get observedAttributes(){return["readonly"]}#H=({displayName:t,value:e,label:r})=>`<span data-name="${r}" data-id="${e}">${t||r}</span>`;#U;#et=[];get defaultValues(){const t=this.getAttribute("default-values");if(t)try{const e=JSON.parse(t);if(this.isValidDataType(e))return e}catch(t){console.error('could not parse data string from attribute "default-values" -',t.message)}return[]}get renderItem(){return this.#H}set renderItem(t){this.#H=t,this.renderItems()}get data(){if(this.#U)return this.#U;const t=this.getAttribute("data");if(t)try{const e=JSON.parse(t);if(this.isValidDataType(e))return e}catch(t){console.error('could not parse data string from attribute "data" -',t.message)}return[]}set data(t){this.isValidDataType(t)&&(this.#U=t,this.renderItems())}get allowCustomValues(){return"true"===this.getAttribute("allow-custom-value")}get minItemsSelection(){return parseInt(this.getAttribute("min-items-selection"),10)||0}get maxItemsSelection(){return parseInt(this.getAttribute("max-items-selection"),10)||0}isValidDataType(t){const e=Array.isArray(t);return e||console.error("data and default-values must be an array, received:",t),e}getItemsTemplate(){return this.data?.reduce?.(((t,e)=>t+(this.renderItem?.(e||{})||"")),"")}renderItems(){const t=this.getItemsTemplate();t&&(this.innerHTML=t)}updateSelectedItems(){const t=this.baseElement.selectedItems?.map((t=>t.getAttribute("data-id")))||[];t.length>0&&(this.value=t),0===this.value.length&&this.setDefaultValues()}customValueTransformFn(t){return t}setComboBoxDescriptor(){const t=Object.getOwnPropertyDescriptor(this.inputElement.constructor.prototype,"value"),e=this;Object.defineProperties(this.inputElement,{value:{...t,set(r){const n=e.customValueTransformFn(r)||"";n!==this.value&&t.set.call(this,n)}}})}#rt(t){return Array.from(new Map(t.map((t=>[t.getAttribute("data-id"),t]))).values())}#B(){const t=Array.from(this.children),e=this.#rt(t);t.length?(this.removeAttribute("has-no-options"),e.forEach((t=>{Object.defineProperty(t,"data-name",{value:t.getAttribute("data-name"),configurable:!0,writable:!0}),Object.defineProperty(t,"data-id",{value:t.getAttribute("data-id"),configurable:!0,writable:!0})})),this.baseElement.items=e,setTimeout((()=>{this.updateSelectedItems()}),0)):(this.baseElement.items=[],this.setAttribute("has-no-options","")),this.baseElement.renderer=(t,e,r)=>{t.innerHTML=r.item.outerHTML}}#G(){const t=this.baseElement.shadowRoot.querySelector("vaadin-multi-select-combo-box-internal").shadowRoot.querySelector("vaadin-multi-select-combo-box-overlay");t._attachOverlay=()=>{t.bringToFront()},t._detachOverlay=()=>{},t._enterModalState=()=>{}}#nt(){this.allowCustomValues&&this.baseElement.addEventListener("custom-value-set",(t=>{const e=this.#H({label:t.detail,displayName:t.detail,value:t.detail});this.innerHTML+=e,this.baseElement._lastFilter="",setTimeout((()=>{this.value=[...this.value,t.detail]}),0)}))}setGetValidity(){this.getValidity=function(){return this.isRequired&&!this.value.length?{valueMissing:!0}:this.isRequired&&this.minItemsSelection&&this.value.length<this.minItemsSelection?{rangeUnderflow:!0}:this.maxItemsSelection&&this.value.length>this.maxItemsSelection?{rangeOverflow:!0}:{}};const t=this;this.baseElement.checkValidity=()=>t.validity.valid}init(){super.init?.(),this.setGetValidity(),this.setComboBoxDescriptor(),this.#G(),this.#nt(),this.renderItems(),et(this,this.renderItems.bind(this),{includeAttrs:["data"]}),rt(this,this.#B.bind(this)),st(this,this.baseElement,{includeAttrs:["placeholder"]}),this.setDefaultValues(),this.baseElement.addEventListener("selected-items-changed",(()=>{this.#ot(),this.dispatchEvent(new CustomEvent("input",{bubbles:!0}))}))}setDefaultValues(){this.defaultValues.length>0&&(this.value=this.defaultValues)}#ot(){this.#et=this.baseElement.selectedItems?.map((t=>t.getAttribute("data-id")))||[]}set value(t){if(t&&t.length>0){const e=this.baseElement.items?.filter((e=>t.includes(e["data-id"])));if(this.allowCustomValues){const r=e?.map((t=>t.getAttribute("data-id")))||[],n=t.filter((t=>!r.includes(t)));if(n.length){const e=n.reduce(((t,e)=>t+this.#H({label:e,displayName:e,value:e})),"");return this.innerHTML+=e,void setTimeout((()=>{this.value=t}),0)}}const r=e?.map((t=>t.getAttribute("data-id")))||[];((t,e)=>{if(!Array.isArray(t)||!Array.isArray(e))return!1;if(t.length!==e.length)return!1;const r=t.slice().sort(),n=e.slice().sort();for(let t=0;t<r.length;t++)if(r[t]!==n[t])return!1;return!0})(this.#et,r)||(this.baseElement.selectedItems=e)}else this.baseElement.selectedItems=[]}get value(){return this.#et}attributeChangedCallback(t,e,r){super.attributeChangedCallback?.(t,e,r),"readonly"===t&&this.onReadOnlyChange(null!==r&&"true"===r)}onReadOnlyChange(t){t?this.baseElement?.shadowRoot?.querySelector("vaadin-multi-select-combo-box-internal")?.setAttribute("inert",t):this.baseElement?.shadowRoot?.querySelector("vaadin-multi-select-combo-box-internal")?.removeAttribute("inert")}}))(Yt({slots:["","prefix"],wrappedEleName:"vaadin-multi-select-combo-box",style:()=>`\n\t\t:host {\n\t\t\tdisplay: inline-flex;\n\t\t\tbox-sizing: border-box;\n\t\t\t-webkit-mask-image: none;\n\t\t}\n\t\t${Be(lu.cssVarList)}\n\t\t${Pe("vaadin-multi-select-combo-box")}\n\t\t${We("vaadin-multi-select-combo-box")}\n\t\t${Ve("vaadin-multi-select-combo-box")}\n\n\t\tvaadin-multi-select-combo-box {\n\t\t\tpadding: 0;\n\t\t\twidth: 100%;\n\t\t}\n\t\tvaadin-multi-select-combo-box::before {\n\t\t\theight: initial;\n\t\t}\n\t\tvaadin-multi-select-combo-box [slot="input"] {\n\t\t\t-webkit-mask-image: none;\n\t\t\tmin-height: 0;\n align-self: center;\n\t\t\tbox-sizing: border-box;\n\t\t}\n\t\tvaadin-multi-select-combo-box[readonly] [slot="input"] {\n flex-grow: 1;\n flex-basis: 4em;\n\t\t}\n\n\t\t::part(input-field) {\n padding: 0;\n\t\t\tbox-shadow: none;\n\t\t}\n ${He("vaadin-multi-select-combo-box")}\n :host([has-label]) vaadin-multi-select-combo-box-chip::part(label) {\n display: block;\n }\n\n vaadin-multi-select-combo-box vaadin-multi-select-combo-box-chip[slot='overflow']::before,\n vaadin-multi-select-combo-box vaadin-multi-select-combo-box-chip[slot='overflow']::after {\n left: -4px;\n right: -4px;\n border-left-width: 0;\n border-inline-start-style: solid;\n border-inline-start-width: 2px;\n }\n vaadin-multi-select-combo-box vaadin-multi-select-combo-box-chip[slot='overflow']::after {\n left: -8px;\n right: -8px;\n }\n\n :host([has-no-options][allow-custom-value='true']) ::part(toggle-button) {\n display: none;\n }\n\t\t`,excludeAttrsSync:["tabindex","size","data","placeholder"],componentName:Gd,includeForwardProps:["items","renderer","selectedItems"]})),cu=mt(Rt),du=lu.cssVarList,uu={[du.hostWidth]:Ke.width,[du.hostDirection]:Ke.direction,[du.fontSize]:Ke.fontSize,[du.fontFamily]:Ke.fontFamily,[du.labelTextColor]:Ke.labelTextColor,[du.errorMessageTextColor]:Ke.errorMessageTextColor,[du.inputBorderColor]:Ke.borderColor,[du.inputBorderWidth]:Ke.borderWidth,[du.inputBorderStyle]:Ke.borderStyle,[du.inputBorderRadius]:Ke.borderRadius,[du.inputOutlineColor]:Ke.outlineColor,[du.inputOutlineOffset]:Ke.outlineOffset,[du.inputOutlineWidth]:Ke.outlineWidth,[du.inputOutlineStyle]:Ke.outlineStyle,[du.labelRequiredIndicator]:Ke.requiredIndicator,[du.inputValueTextColor]:Ke.valueTextColor,[du.inputPlaceholderTextColor]:Ke.placeholderTextColor,[du.inputBackgroundColor]:Ke.backgroundColor,[du.inputHorizontalPadding]:Ke.horizontalPadding,[du.inputVerticalPadding]:Ke.verticalPadding,[du.inputHeight]:Ke.inputHeight,[du.inputDropdownButtonColor]:cu.colors.surface.dark,[du.inputDropdownButtonCursor]:"pointer",[du.inputDropdownButtonSize]:Ke.toggleButtonSize,[du.inputDropdownButtonOffset]:cu.spacing.xs,[du.overlayItemPaddingInlineStart]:cu.spacing.xs,[du.overlayItemPaddingInlineEnd]:cu.spacing.lg,[du.chipFontSize]:Ke.chipFontSize,[du.chipTextColor]:cu.colors.surface.contrast,[du.chipBackgroundColor]:cu.colors.surface.light,_readonly:{[du.inputDropdownButtonCursor]:"default"},[du.overlayFontSize]:Ke.fontSize,[du.overlayFontFamily]:Ke.fontFamily,[du.overlayCursor]:"pointer",[du.overlayItemBoxShadow]:"none",[du.overlayBackground]:Ke.backgroundColor,[du.overlayTextColor]:Ke.valueTextColor,[du.overlay.minHeight]:"400px",[du.overlay.margin]:"0"},pu=uu,hu=it("badge");class mu extends(Qt({componentName:hu,baseSelector:":host > div"})){constructor(){super(),this.attachShadow({mode:"open"}).innerHTML="\n\t\t<style>\n :host {\n display: inline-flex;\n }\n :host > div {\n width: 100%;\n text-overflow: ellipsis;\n overflow: hidden;\n white-space: nowrap;\n }\n\t\t</style>\n\t\t<div>\n <slot></slot>\n\t\t</div>\n\t\t"}}const fu=X(Pt({mappings:{hostWidth:[{selector:()=>":host",property:"width"}],hostDirection:{property:"direction"},fontFamily:{},fontSize:{},fontWeight:{},textTransform:{},verticalPadding:[{property:"padding-top"},{property:"padding-bottom"}],horizontalPadding:[{property:"padding-left"},{property:"padding-right"}],borderWidth:{},borderStyle:{},borderColor:{},borderRadius:{},backgroundColor:{},textColor:{property:"color"},textAlign:{}}}),$t,jt)(mu),gu=mt(Rt),bu=fu.cssVarList,yu={[bu.hostWidth]:"fit-content",[bu.hostDirection]:gu.direction,[bu.textAlign]:"center",[bu.fontFamily]:gu.fonts.font1.family,[bu.fontWeight]:"400",[bu.verticalPadding]:"0.25em",[bu.horizontalPadding]:"0.5em",[bu.borderWidth]:gu.border.xs,[bu.borderRadius]:gu.radius.xs,[bu.borderColor]:"transparent",[bu.borderStyle]:"solid",_fullWidth:{[bu.hostWidth]:"100%"},size:{xs:{[bu.fontSize]:"12px"},sm:{[bu.fontSize]:"14px"},md:{[bu.fontSize]:"16px"},lg:{[bu.fontSize]:"18px"}},mode:{default:{[bu.textColor]:gu.colors.surface.dark,_bordered:{[bu.borderColor]:gu.colors.surface.light}},primary:{[bu.textColor]:gu.colors.primary.main,_bordered:{[bu.borderColor]:gu.colors.primary.light}},secondary:{[bu.textColor]:gu.colors.secondary.main,_bordered:{[bu.borderColor]:gu.colors.secondary.light}},error:{[bu.textColor]:gu.colors.error.main,_bordered:{[bu.borderColor]:gu.colors.error.light}},success:{[bu.textColor]:gu.colors.success.main,_bordered:{[bu.borderColor]:gu.colors.success.light}}}},vu=it("avatar");class xu extends(Qt({componentName:vu,baseSelector:":host > .wrapper"})){constructor(){super(),this.attachShadow({mode:"open"}).innerHTML='\n\t\t\t<style>\n\t\t\t\t:host {\n\t\t\t\t\tdisplay: inline-flex;\n\t\t\t\t}\n\n .editableBadge {\n border: 1px solid;\n border-radius: 100%;\n height: fit-content;\n width: 25%;\n height: 25%;\n display: flex;\n justify-content: center;\n align-items: center;\n padding: 5%;\n box-sizing: border-box;\n position: absolute;\n bottom: 0;\n inset-inline-end: 0;\n }\n\n vaadin-icon {\n color: currentcolor;\n }\n\n vaadin-avatar {\n width: 100%;\n height: 100%;\n }\n\n .wrapper {\n display: inline-flex;\n position: relative;\n width: 100%;\n height: 100%;\n }\n </style>\n\n\n <div class="wrapper">\n <vaadin-avatar></vaadin-avatar>\n <div class="editableBadge">\n <vaadin-icon icon="vaadin:pencil"></vaadin-icon>\n </div>\n </div>\n\t\t',this.avatarComponent=this.shadowRoot.querySelector("vaadin-avatar"),st(this,this.avatarComponent,{includeAttrs:["display-name","img"],mapAttrs:{"display-name":"name"}});const t=this.shadowRoot.querySelector(".editableBadge");et(this,(()=>{t.style.display=this.isEditable?"":"none"}),{includeAttrs:["editable"]})}get isEditable(){return"true"===this.getAttribute("editable")}}const{host:Cu,editableBadge:wu,avatar:ku}={host:{selector:()=>":host"},editableBadge:{selector:"> .editableBadge"},avatar:{selector:"vaadin-avatar"}},Au=X(Pt({mappings:{hostWidth:{...Cu,property:"width"},hostHeight:{...Cu,property:"height"},cursor:[ku,Cu],hostDirection:{...Cu,property:"direction"},avatarTextColor:{...ku,property:"color"},avatarBackgroundColor:{...ku,property:"background-color"},editableIconColor:{...wu,property:"color"},editableBorderColor:{...wu,property:"border-color"},editableBackgroundColor:{...wu,property:"background-color"}}}),$t,jt)(xu),Eu=mt(Rt),_u=Au.cssVarList,Su={[_u.hostDirection]:Eu.direction,[_u.editableIconColor]:Eu.colors.surface.dark,[_u.editableBorderColor]:Eu.colors.surface.dark,[_u.editableBackgroundColor]:Eu.colors.surface.main,[_u.avatarTextColor]:Eu.colors.surface.main,[_u.avatarBackgroundColor]:Eu.colors.surface.dark,_editable:{[_u.cursor]:"pointer"},size:{xs:{[_u.hostWidth]:"30px",[_u.hostHeight]:"30px"},sm:{[_u.hostWidth]:"40px",[_u.hostHeight]:"40px"},md:{[_u.hostWidth]:"60px",[_u.hostHeight]:"60px"},lg:{[_u.hostWidth]:"98px",[_u.hostHeight]:"98px"}}},Du={..._u},Tu=it("mappings-field-internal");Rr({componentName:Tu,baseSelector:"div"});const Mu=it("mappings-field"),{host:Fu,helperText:Lu,errorMessage:Iu,mappingItem:zu,labels:Ou,labelsText:Nu,valueLabel:Bu,attrLabel:qu,separator:Ru,labelsContainer:Vu}={host:{selector:()=>":host"},helperText:{selector:"::part(helper-text)"},errorMessage:{selector:"::part(error-message)"},mappingItem:{selector:"descope-mapping-item::part(wrapper)"},labels:{selector:'descope-mappings-field-internal [part="labels"] descope-text'},labelsText:{selector:'descope-mappings-field-internal [part="labels"] descope-text::part(text-wrapper)'},valueLabel:{selector:'descope-mappings-field-internal [part="labels"] [part="value-label"]'},attrLabel:{selector:'descope-mappings-field-internal [part="labels"] [part="attr-label"]'},separator:{selector:"descope-mapping-item::part(separator)"},labelsContainer:{selector:'descope-mappings-field-internal [part="labels"]'}},Wu=X(Pt({mappings:{hostWidth:{...Fu,property:"width"},hostDirection:{...Fu,property:"direction"},fontSize:[{},Fu,{...Ru,property:"margin-top"}],fontFamily:[Lu,Iu,Ou],separatorFontSize:{...Ru,property:"font-size"},labelsFontSize:{...Nu,property:"font-size"},labelsLineHeight:[{...Nu,property:"line-height"},{...Ou,property:"line-height"}],labelTextColor:{...Ou,property:Bn.cssVarList.textColor},itemMarginBottom:{...zu,property:"margin-bottom"},valueLabelMinWidth:{...Bu,property:"min-width"},attrLabelMinWidth:{...qu,property:"min-width"},labelsMarginBottom:{...Vu,property:"margin-bottom"},separatorWidth:{},removeButtonWidth:{}}}),$t,ne({proxyProps:["value","selectionStart"],inputEvent:"input",proxyParentValidation:!0}),jt,(t=>class extends t{get defaultValues(){const t=this.getAttribute("default-values");if(t)try{return JSON.parse(t)}catch(t){console.error('could not parse data string from attribute "default-values" -',t.message)}return[]}setDefaultValues(){const t=this.defaultValues;Object.keys(t).length>0&&(this.inputElement.value=t)}init(){super.init?.();const t=document.createElement("template");t.innerHTML=`\n <${Tu}\n tabindex="-1"\n ></${Tu}>\n `,this.baseElement.appendChild(t.content.cloneNode(!0)),this.inputElement=this.shadowRoot.querySelector(Tu),st(this,this.inputElement,{includeAttrs:["size","full-width","label-value","label-attr","button-label","separator","options","default-values","invalid","readonly","disabled"]}),ot(this,this.inputElement,{includeAttrs:["invalid"]}),this.setDefaultValues()}}))(Yt({slots:[],wrappedEleName:"vaadin-custom-field",style:()=>`\n :host {\n display: inline-flex;\n max-width: 100%;\n direction: ltr;\n }\n vaadin-custom-field {\n line-height: unset;\n width: 100%;\n }\n\n descope-mappings-field-internal [part="labels"] {\n display: none;\n grid-template-columns: 1fr var(${Wu.cssVarList.separatorWidth}) 1fr var(${Wu.cssVarList.removeButtonWidth});\n }\n\n descope-mappings-field-internal [part="labels"] [part="value-label"],\n descope-mappings-field-internal [part="labels"] [part="attr-label"] {\n ${Bn.cssVarList.fontWeight}: 500;\n }\n\n descope-mappings-field-internal [part="labels"] [part="value-label"] {\n grid-column: 1 / span 1;\n }\n\n descope-mappings-field-internal [part="labels"] [part="attr-label"] {\n grid-column: 3 / span 1;\n }\n\n descope-mapping-item::part(wrapper) {\n display: grid;\n grid-template-columns: 1fr var(${Wu.cssVarList.separatorWidth}) 1fr var(${Wu.cssVarList.removeButtonWidth});\n }\n `,excludeAttrsSync:["tabindex","label-value","label-attr","button-label","options","error-message"],componentName:Mu})),Pu=mt(Rt),$u=Wu.cssVarList,ju={[$u.hostWidth]:Ke.width,[$u.hostDirection]:Ke.direction,[$u.fontSize]:Ke.fontSize,[$u.fontFamily]:Ke.fontFamily,[$u.separatorFontSize]:"14px",[$u.labelsFontSize]:"14px",[$u.labelsLineHeight]:"1",[$u.labelsMarginBottom]:"6px",[$u.labelTextColor]:Ke.labelTextColor,[$u.itemMarginBottom]:"1em",[$u.valueLabelMinWidth]:Ke.minWidth,[$u.attrLabelMinWidth]:`calc(12em + 2 * ${Pu.border.xs})`,[$u.separatorWidth]:"70px",[$u.removeButtonWidth]:"60px"},Hu=ju;var Uu=r(1747),Gu=r.n(Uu),Zu=r(8152),Ju=r.n(Zu);const Qu=it("user-attribute");class Yu extends(Qt({componentName:Qu,baseSelector:":host > .root"})){constructor(){super(),this.attachShadow({mode:"open"}).innerHTML=`\n\t\t\t<style>\n\t\t\t\t:host {\n\t\t\t\t\tdisplay: inline-flex;\n\t\t\t\t}\n\n vaadin-icon {\n color: currentcolor;\n }\n\n .root {\n display: flex;\n width: 100%;\n height: 100%;\n align-items: center;\n }\n\n .btn-wrapper {\n display: flex;\n justify-content: space-between;\n align-items: center;\n flex-grow: 0;\n }\n\n .text-wrapper {\n display: flex;\n align-items: center;\n flex-grow: 1;\n }\n\n descope-text::part(text-wrapper) {\n text-overflow: ellipsis;\n overflow: hidden;\n white-space: nowrap;\n width: initial;\n }\n\n descope-text {\n display: inline-flex;\n }\n\n descope-badge {\n margin-inline-end: 10px;\n }\n\n .hidden {\n visibility: hidden;\n }\n\n descope-text[data-id="label-text"].required:after {\n content: '*';\n color: var(${Bn.cssVarList.textColor});\n }\n </style>\n\n\n <div class="root">\n <div class="text-wrapper">\n <descope-text st-text-align="auto" data-id="label-text" variant="body1" mode="secondary"></descope-text>\n <descope-text st-text-align="auto" data-id="value-text" variant="body1" mode="primary"></descope-text>\n </div>\n\n <div class="btn-wrapper">\n <descope-badge mode="default" bordered="true" size="xs"></descope-badge>\n <descope-button size="xs" data-id="edit-btn" square="true" variant="link" mode="primary">\n <vaadin-icon src=${Ju()}></vaadin-icon>\n </descope-button>\n <descope-button size="xs" data-id="delete-btn" square="true" variant="link" mode="primary">\n <vaadin-icon src=${Gu()}></vaadin-icon>\n </descope-button>\n </div\n </div>\n\t\t`,this.deleteButton=this.shadowRoot.querySelector('descope-button[data-id="delete-btn"]'),this.editButton=this.shadowRoot.querySelector('descope-button[data-id="edit-btn"]'),this.badge=this.shadowRoot.querySelector("descope-badge"),this.labelText=this.shadowRoot.querySelector('descope-text[data-id="label-text"]'),this.valueText=this.shadowRoot.querySelector('descope-text[data-id="value-text"]')}onLabelChange(){this.labelText.innerText=this.label,this.labelText.setAttribute("title",this.label)}onValueOrPlaceholderChange(){const t=this.value||this.placeholder,e=this.value?"primary":"secondary";this.valueText.innerText=t,this.valueText.setAttribute("title",t),this.valueText.setAttribute("mode",e)}onBadgeLabelChange(){this.badgeLabel?(this.badge.innerText=this.badgeLabel,this.badge.style.display=""):this.badge.style.display="none"}onBadgeTooltipTextChange(){this.badge.setAttribute("title",this.badgeTooltipText||this.badgeLabel)}onIsRequiredChange(){this.labelText.classList.toggle("required",this.isRequired)}get label(){return this.getAttribute("label")||""}get value(){return this.getAttribute("value")||""}get placeholder(){return this.getAttribute("placeholder")||""}get isRequired(){return"true"===this.getAttribute("required")}get badgeLabel(){return this.getAttribute("badge-label")||""}get badgeTooltipText(){return this.getAttribute("badge-tooltip-text")||""}init(){this.onLabelChange(),this.onValueOrPlaceholderChange(),this.onIsRequiredChange(),this.onBadgeLabelChange(),this.onBadgeTooltipTextChange(),this.handleDeleteButtonVisibility(),this.deleteButton.addEventListener("click",(()=>this.dispatchEvent(new CustomEvent("delete-clicked",{bubbles:!0,composed:!0})))),this.editButton.addEventListener("click",(()=>this.dispatchEvent(new CustomEvent("edit-clicked",{bubbles:!0,composed:!0}))))}static get observedAttributes(){return["label","value","placeholder","required","badge-label","badge-tooltip-text"].concat(super.observedAttributes)}handleDeleteButtonVisibility(){this.deleteButton.classList.toggle("hidden",this.isRequired||!this.value)}attributeChangedCallback(t,e,r){super.attributeChangedCallback?.(t,e,r),e!==r&&("label"===t?this.onLabelChange():"value"===t||"placeholder"===t?this.onValueOrPlaceholderChange():"required"===t?this.onIsRequiredChange():"badge-label"===t?this.onBadgeLabelChange():"badge-tooltip-text"===t&&this.onBadgeTooltipTextChange(),"value"!==t&&"required"!==t||this.handleDeleteButtonVisibility())}}const{host:Ku,textFields:Xu,buttons:tp,badge:ep,labelText:rp,valueText:np,textWrapper:op}={host:{selector:()=>":host"},textFields:{selector:"descope-text"},valueText:{selector:'descope-text[data-id="value-text"]'},labelText:{selector:'descope-text[data-id="label-text"]'},buttons:{selector:"descope-button"},badge:{selector:"descope-badge"},textWrapper:{selector:" .text-wrapper"}},ip=X(Pt({mappings:{hostWidth:{...Ku,property:"width"},hostMinWidth:{...Ku,property:"min-width"},hostDirection:[{...Ku,property:"direction"},{...Xu,property:Bn.cssVarList.hostDirection},{...tp,property:fe.cssVarList.hostDirection},{...ep,property:fu.cssVarList.hostDirection}],labelTextWidth:{...rp,property:"width"},valueTextWidth:{...np,property:"width"},badgeMaxWidth:{...ep,property:"max-width"},itemsGap:[{property:"gap"},{...op,property:"gap"}]}}),$t,jt)(Yu),ap=mt(Rt),sp=ip.cssVarList,lp={[sp.hostDirection]:ap.direction,[sp.labelTextWidth]:"150px",[sp.valueTextWidth]:"200px",[sp.badgeMaxWidth]:"85px",[sp.itemsGap]:"16px",[sp.hostMinWidth]:"530px",_fullWidth:{[sp.hostWidth]:"100%"}};var cp=r(853),dp=r.n(cp);const up=it("user-auth-method");class pp extends(Qt({componentName:up,baseSelector:":host > .root"})){constructor(){super(),this.attachShadow({mode:"open"}).innerHTML=`\n\t\t\t<style>\n\t\t\t\t:host {\n\t\t\t\t\tdisplay: inline-flex;\n\t\t\t\t}\n\n vaadin-icon {\n color: currentcolor;\n }\n\n .root {\n display: flex;\n width: 100%;\n height: 100%;\n align-items: center;\n }\n\n .btn-wrapper {\n display: flex;\n justify-content: space-between;\n align-items: center;\n flex-grow: 0;\n }\n\n .text-wrapper {\n display: flex;\n align-items: center;\n flex-grow: 1;\n }\n\n descope-text::part(text-wrapper) {\n text-overflow: ellipsis;\n overflow: hidden;\n white-space: nowrap;\n width: initial;\n }\n\n descope-text {\n display: inline-flex;\n }\n\n .fulfilled-indicator {\n width: 1em;\n height: 1em;\n display: flex;\n align-items: center;\n padding-inline-end: 1em;\n }\n\n .hidden {\n display: none;\n }\n\n .hidden-btn {\n width: 0;\n overflow: hidden;\n }\n\n slot[name="method-icon"]{\n display: inline-flex;\n align-items: center;\n }\n </style>\n\n\n <div class="root">\n <div class="text-wrapper">\n <slot name="method-icon"></slot>\n <descope-text st-text-align="auto" data-id="label-text" variant="body1" mode="primary"></descope-text>\n </div>\n\n <div class="btn-wrapper">\n <descope-button size="sm" variant="link" mode="primary">\n <slot name="button-icon"></slot>\n </descope-button>\n <div class="fulfilled-indicator">\n <vaadin-icon src=${dp()}></vaadin-icon>\n </div>\n <descope-button class="hidden-btn" size="sm" variant="link" mode="primary"></descope-button>\n </div>\n </div>\n\t\t`,this.button=this.shadowRoot.querySelector("descope-button"),this.fulfilledIndicator=this.shadowRoot.querySelector(".fulfilled-indicator"),this.labelText=this.shadowRoot.querySelector('descope-text[data-id="label-text"]')}onLabelChange(){this.labelText.innerText=this.label,this.labelText.setAttribute("title",this.label)}onButtonLabelChange(){let t=this.button.querySelector("span");this.buttonLabel?(t||(t=document.createElement("span"),this.button.appendChild(t)),t.innerText=this.buttonLabel):t&&this.button.removeChild(t)}onFulfilledChange(){this.button.classList.toggle("hidden",this.isFulfilled),this.fulfilledIndicator.classList.toggle("hidden",!this.isFulfilled)}get label(){return this.getAttribute("label")||""}get buttonLabel(){return this.getAttribute("button-label")||""}get isFulfilled(){return"true"===this.getAttribute("fulfilled")}init(){this.onLabelChange(),this.onButtonLabelChange(),this.onFulfilledChange(),this.button.addEventListener("click",(()=>this.dispatchEvent(new CustomEvent("button-clicked",{bubbles:!0,composed:!0}))))}static get observedAttributes(){return["label","fulfilled"].concat(super.observedAttributes)}attributeChangedCallback(t,e,r){super.attributeChangedCallback?.(t,e,r),e!==r&&("label"===t?this.onLabelChange():"fulfilled"===t?this.onFulfilledChange():"button-label"===t&&this.onButtonLabelChange())}}const{host:hp,textField:mp,buttons:fp,badge:gp,textWrapper:bp,methodIconSlot:yp}={host:{selector:()=>":host"},textField:{selector:"descope-text"},buttons:{selector:"descope-button"},badge:{selector:"descope-badge"},textWrapper:{selector:" .text-wrapper"},methodIconSlot:{selector:'slot[name="method-icon"]'}},vp=X(Pt({mappings:{hostWidth:{...hp,property:"width"},hostMinWidth:{...hp,property:"min-width"},hostDirection:[{...hp,property:"direction"},{...mp,property:Bn.cssVarList.hostDirection},{...fp,property:fe.cssVarList.hostDirection},{...gp,property:fu.cssVarList.hostDirection}],labelTextWidth:{...mp,property:"width"},itemsGap:[{property:"gap"},{...bp,property:"gap"}],iconSize:[{...yp,property:"width"},{...yp,property:"height"}]}}),$t,jt)(pp),xp=mt(Rt),Cp=vp.cssVarList,wp={[Cp.hostDirection]:xp.direction,[Cp.labelTextWidth]:"200px",[Cp.itemsGap]:"16px",[Cp.hostMinWidth]:"530px",[Cp.iconSize]:"24px",_fullWidth:{[Cp.hostWidth]:"100%"}},kp=it("saml-group-mappings-internal");Rr({componentName:kp,baseSelector:""});const Ap=it("saml-group-mappings"),{host:Ep,groupInput:_p}={host:{selector:()=>":host"},groupInput:{selector:"descope-text-field"}},Sp=X(Pt({mappings:{hostWidth:{...Ep,property:"width"},hostDirection:{...Ep,property:"direction"},groupNameInputMarginBottom:{..._p,property:"margin-bottom"}}}),$t,ne({proxyProps:["value","selectionStart"],inputEvent:"input",triggerValidationEvents:["mapping-item-added","mapping-item-removed"],proxyParentValidation:!0}),jt,(t=>class extends t{init(){super.init?.();const t=document.createElement("template");t.innerHTML=`\n <${kp}\n tabindex="-1"\n ></${kp}>\n `,this.baseElement.appendChild(t.content.cloneNode(!0)),this.inputElement=this.shadowRoot.querySelector(kp),st(this,this.inputElement,{includeAttrs:["size","full-width","label-group","label-value","label-attr","button-label","separator","options","readonly","disabled"]}),ot(this,this.inputElement,{includeAttrs:["invalid"]})}}))(Yt({slots:[],wrappedEleName:"vaadin-custom-field",style:()=>"\n :host {\n display: inline-flex;\n max-width: 100%;\n direction: ltr;\n }\n\n vaadin-custom-field {\n line-height: unset;\n width: 100%;\n }\n\n descope-text-field {\n width: auto;\n }\n\n descope-mappings-field {\n display: block;\n }\n ",excludeAttrsSync:["tabindex","label-group","label-value","label-attr","button-label","separator","options","error-message"],componentName:Ap})).cssVarList,Dp={[Sp.hostWidth]:Ke.width,[Sp.hostDirection]:Ke.direction,[Sp.groupNameInputMarginBottom]:"1em"},Tp=Dp,Mp=mt(Rt),Fp=bc.cssVarList,Lp={[Fp.fontFamily]:Ke.fontFamily,[Fp.fontSize]:Ke.labelFontSize,[Fp.textColor]:Ke.labelTextColor,[Fp.borderWidth]:Ke.borderWidth,[Fp.borderStyle]:Ke.borderStyle,[Fp.borderColor]:Ke.borderColor,[Fp.borderRadius]:Mp.radius.sm,[Fp.backgroundColor]:"none",[Fp.padding]:"0px",[Fp.labelMargin]:Mp.spacing.sm,[Fp.itemsSpacing]:Mp.spacing.lg,[Fp.itemSymbolDefault]:"'\\2022'",[Fp.itemSymbolSuccess]:"'\\2713'",[Fp.itemSymbolError]:"'\\2A09'",[Fp.itemSymbolSuccessColor]:Mp.colors.success.main,[Fp.itemSymbolErrorColor]:Mp.colors.error.main},Ip=de.cssVarList,zp={},Op={button:t,textField:o,password:i,numberField:a,emailField:s,textArea:l,checkbox:c,switchToggle:d,container:u,logo:p,totpImage:h,notpImage:m,text:f,EnrichedText:x,link:C,divider:w,passcode:k,loaderRadial:E,loaderLinear:A,comboBox:_,image:S,phoneField:D,phoneInputBoxField:T,newPassword:M,inputWrapper:e,uploadFile:F,buttonSelectionGroupItem:L,buttonSelectionGroup:I,buttonMultiSelectionGroup:z,modal:O,grid:N,notificationCard:B,multiSelectComboBox:q,badge:R,avatar:V,mappingsField:W,userAttribute:P,userAuthMethod:$,samlGroupMappings:j,policyValidation:H,icon:U},Np=Object.keys(Op).reduce(((t,e)=>({...t,[e]:Op[e].default})),{}),Bp=(Object.keys(Op).reduce(((t,e)=>({...t,[e]:Op[e].vars})),{}),{globals:Rt,components:Np}),qp=Z()({},Bp,{globals:{colors:{surface:{main:"#181a1c",dark:"#bec4ca",light:"#555f68",highlight:"#22262a",contrast:"#f5f6f7"},primary:{main:"#1f80ff",dark:"#71aeff",light:"#004094",highlight:"#00214d",contrast:"#000000"},secondary:{main:"#a665eb",dark:"#b9a0f3",light:"#683ae6",highlight:"#361299",contrast:"#000000"},success:{main:"#27963c",dark:"#8bc3a2",light:"#004d0f",highlight:"#001f00",contrast:"#000000"},error:{main:"#f85249",dark:"#fa7c75",light:"#c51107",highlight:"#4a0603",contrast:"#000000"}}}})})(),n})()));