@omegagrid/bundle 0.6.8 → 0.6.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/omegagrid.js +98 -91
  2. package/package.json +18 -18
package/omegagrid.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /*! For license information please see omegagrid.js.LICENSE.txt */
2
- (()=>{var t={4754:t=>{var e={utf8:{stringToBytes:function(t){return e.bin.stringToBytes(unescape(encodeURIComponent(t)))},bytesToString:function(t){return decodeURIComponent(escape(e.bin.bytesToString(t)))}},bin:{stringToBytes:function(t){for(var e=[],i=0;i<t.length;i++)e.push(255&t.charCodeAt(i));return e},bytesToString:function(t){for(var e=[],i=0;i<t.length;i++)e.push(String.fromCharCode(t[i]));return e.join("")}}};t.exports=e},4560:(t,e,i)=>{const o=i(7346),n={};for(const t of Object.keys(o))n[o[t]]=t;const r={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=r;for(const t of Object.keys(r)){if(!("channels"in r[t]))throw new Error("missing channels property: "+t);if(!("labels"in r[t]))throw new Error("missing channel labels property: "+t);if(r[t].labels.length!==r[t].channels)throw new Error("channel and label counts mismatch: "+t);const{channels:e,labels:i}=r[t];delete r[t].channels,delete r[t].labels,Object.defineProperty(r[t],"channels",{value:e}),Object.defineProperty(r[t],"labels",{value:i})}r.rgb.hsl=function(t){const e=t[0]/255,i=t[1]/255,o=t[2]/255,n=Math.min(e,i,o),r=Math.max(e,i,o),s=r-n;let a,l;r===n?a=0:e===r?a=(i-o)/s:i===r?a=2+(o-e)/s:o===r&&(a=4+(e-i)/s),a=Math.min(60*a,360),a<0&&(a+=360);const c=(n+r)/2;return l=r===n?0:c<=.5?s/(r+n):s/(2-r-n),[a,100*l,100*c]},r.rgb.hsv=function(t){let e,i,o,n,r;const s=t[0]/255,a=t[1]/255,l=t[2]/255,c=Math.max(s,a,l),h=c-Math.min(s,a,l),d=function(t){return(c-t)/6/h+.5};return 0===h?(n=0,r=0):(r=h/c,e=d(s),i=d(a),o=d(l),s===c?n=o-i:a===c?n=1/3+e-o:l===c&&(n=2/3+i-e),n<0?n+=1:n>1&&(n-=1)),[360*n,100*r,100*c]},r.rgb.hwb=function(t){const e=t[0],i=t[1];let o=t[2];const n=r.rgb.hsl(t)[0],s=1/255*Math.min(e,Math.min(i,o));return o=1-1/255*Math.max(e,Math.max(i,o)),[n,100*s,100*o]},r.rgb.cmyk=function(t){const e=t[0]/255,i=t[1]/255,o=t[2]/255,n=Math.min(1-e,1-i,1-o);return[100*((1-e-n)/(1-n)||0),100*((1-i-n)/(1-n)||0),100*((1-o-n)/(1-n)||0),100*n]},r.rgb.keyword=function(t){const e=n[t];if(e)return e;let i,r=1/0;for(const e of Object.keys(o)){const n=(a=o[e],((s=t)[0]-a[0])**2+(s[1]-a[1])**2+(s[2]-a[2])**2);n<r&&(r=n,i=e)}var s,a;return i},r.keyword.rgb=function(t){return o[t]},r.rgb.xyz=function(t){let e=t[0]/255,i=t[1]/255,o=t[2]/255;return e=e>.04045?((e+.055)/1.055)**2.4:e/12.92,i=i>.04045?((i+.055)/1.055)**2.4:i/12.92,o=o>.04045?((o+.055)/1.055)**2.4:o/12.92,[100*(.4124*e+.3576*i+.1805*o),100*(.2126*e+.7152*i+.0722*o),100*(.0193*e+.1192*i+.9505*o)]},r.rgb.lab=function(t){const e=r.rgb.xyz(t);let i=e[0],o=e[1],n=e[2];return i/=95.047,o/=100,n/=108.883,i=i>.008856?i**(1/3):7.787*i+16/116,o=o>.008856?o**(1/3):7.787*o+16/116,n=n>.008856?n**(1/3):7.787*n+16/116,[116*o-16,500*(i-o),200*(o-n)]},r.hsl.rgb=function(t){const e=t[0]/360,i=t[1]/100,o=t[2]/100;let n,r,s;if(0===i)return s=255*o,[s,s,s];n=o<.5?o*(1+i):o+i-o*i;const a=2*o-n,l=[0,0,0];for(let t=0;t<3;t++)r=e+1/3*-(t-1),r<0&&r++,r>1&&r--,s=6*r<1?a+6*(n-a)*r:2*r<1?n:3*r<2?a+(n-a)*(2/3-r)*6:a,l[t]=255*s;return l},r.hsl.hsv=function(t){const e=t[0];let i=t[1]/100,o=t[2]/100,n=i;const r=Math.max(o,.01);return o*=2,i*=o<=1?o:2-o,n*=r<=1?r:2-r,[e,100*(0===o?2*n/(r+n):2*i/(o+i)),(o+i)/2*100]},r.hsv.rgb=function(t){const e=t[0]/60,i=t[1]/100;let o=t[2]/100;const n=Math.floor(e)%6,r=e-Math.floor(e),s=255*o*(1-i),a=255*o*(1-i*r),l=255*o*(1-i*(1-r));switch(o*=255,n){case 0:return[o,l,s];case 1:return[a,o,s];case 2:return[s,o,l];case 3:return[s,a,o];case 4:return[l,s,o];case 5:return[o,s,a]}},r.hsv.hsl=function(t){const e=t[0],i=t[1]/100,o=t[2]/100,n=Math.max(o,.01);let r,s;s=(2-i)*o;const a=(2-i)*n;return r=i*n,r/=a<=1?a:2-a,r=r||0,s/=2,[e,100*r,100*s]},r.hwb.rgb=function(t){const e=t[0]/360;let i=t[1]/100,o=t[2]/100;const n=i+o;let r;n>1&&(i/=n,o/=n);const s=Math.floor(6*e),a=1-o;r=6*e-s,1&s&&(r=1-r);const l=i+r*(a-i);let c,h,d;switch(s){default:case 6:case 0:c=a,h=l,d=i;break;case 1:c=l,h=a,d=i;break;case 2:c=i,h=a,d=l;break;case 3:c=i,h=l,d=a;break;case 4:c=l,h=i,d=a;break;case 5:c=a,h=i,d=l}return[255*c,255*h,255*d]},r.cmyk.rgb=function(t){const e=t[0]/100,i=t[1]/100,o=t[2]/100,n=t[3]/100;return[255*(1-Math.min(1,e*(1-n)+n)),255*(1-Math.min(1,i*(1-n)+n)),255*(1-Math.min(1,o*(1-n)+n))]},r.xyz.rgb=function(t){const e=t[0]/100,i=t[1]/100,o=t[2]/100;let n,r,s;return n=3.2406*e+-1.5372*i+-.4986*o,r=-.9689*e+1.8758*i+.0415*o,s=.0557*e+-.204*i+1.057*o,n=n>.0031308?1.055*n**(1/2.4)-.055:12.92*n,r=r>.0031308?1.055*r**(1/2.4)-.055:12.92*r,s=s>.0031308?1.055*s**(1/2.4)-.055:12.92*s,n=Math.min(Math.max(0,n),1),r=Math.min(Math.max(0,r),1),s=Math.min(Math.max(0,s),1),[255*n,255*r,255*s]},r.xyz.lab=function(t){let e=t[0],i=t[1],o=t[2];return e/=95.047,i/=100,o/=108.883,e=e>.008856?e**(1/3):7.787*e+16/116,i=i>.008856?i**(1/3):7.787*i+16/116,o=o>.008856?o**(1/3):7.787*o+16/116,[116*i-16,500*(e-i),200*(i-o)]},r.lab.xyz=function(t){let e,i,o;i=(t[0]+16)/116,e=t[1]/500+i,o=i-t[2]/200;const n=i**3,r=e**3,s=o**3;return i=n>.008856?n:(i-16/116)/7.787,e=r>.008856?r:(e-16/116)/7.787,o=s>.008856?s:(o-16/116)/7.787,e*=95.047,i*=100,o*=108.883,[e,i,o]},r.lab.lch=function(t){const e=t[0],i=t[1],o=t[2];let n;return n=360*Math.atan2(o,i)/2/Math.PI,n<0&&(n+=360),[e,Math.sqrt(i*i+o*o),n]},r.lch.lab=function(t){const e=t[0],i=t[1],o=t[2]/360*2*Math.PI;return[e,i*Math.cos(o),i*Math.sin(o)]},r.rgb.ansi16=function(t,e=null){const[i,o,n]=t;let s=null===e?r.rgb.hsv(t)[2]:e;if(s=Math.round(s/50),0===s)return 30;let a=30+(Math.round(n/255)<<2|Math.round(o/255)<<1|Math.round(i/255));return 2===s&&(a+=60),a},r.hsv.ansi16=function(t){return r.rgb.ansi16(r.hsv.rgb(t),t[2])},r.rgb.ansi256=function(t){const e=t[0],i=t[1],o=t[2];return e===i&&i===o?e<8?16:e>248?231:Math.round((e-8)/247*24)+232:16+36*Math.round(e/255*5)+6*Math.round(i/255*5)+Math.round(o/255*5)},r.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 i=.5*(1+~~(t>50));return[(1&e)*i*255,(e>>1&1)*i*255,(e>>2&1)*i*255]},r.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]},r.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},r.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 i=e[0];3===e[0].length&&(i=i.split("").map((t=>t+t)).join(""));const o=parseInt(i,16);return[o>>16&255,o>>8&255,255&o]},r.rgb.hcg=function(t){const e=t[0]/255,i=t[1]/255,o=t[2]/255,n=Math.max(Math.max(e,i),o),r=Math.min(Math.min(e,i),o),s=n-r;let a,l;return a=s<1?r/(1-s):0,l=s<=0?0:n===e?(i-o)/s%6:n===i?2+(o-e)/s:4+(e-i)/s,l/=6,l%=1,[360*l,100*s,100*a]},r.hsl.hcg=function(t){const e=t[1]/100,i=t[2]/100,o=i<.5?2*e*i:2*e*(1-i);let n=0;return o<1&&(n=(i-.5*o)/(1-o)),[t[0],100*o,100*n]},r.hsv.hcg=function(t){const e=t[1]/100,i=t[2]/100,o=e*i;let n=0;return o<1&&(n=(i-o)/(1-o)),[t[0],100*o,100*n]},r.hcg.rgb=function(t){const e=t[0]/360,i=t[1]/100,o=t[2]/100;if(0===i)return[255*o,255*o,255*o];const n=[0,0,0],r=e%1*6,s=r%1,a=1-s;let l=0;switch(Math.floor(r)){case 0:n[0]=1,n[1]=s,n[2]=0;break;case 1:n[0]=a,n[1]=1,n[2]=0;break;case 2:n[0]=0,n[1]=1,n[2]=s;break;case 3:n[0]=0,n[1]=a,n[2]=1;break;case 4:n[0]=s,n[1]=0,n[2]=1;break;default:n[0]=1,n[1]=0,n[2]=a}return l=(1-i)*o,[255*(i*n[0]+l),255*(i*n[1]+l),255*(i*n[2]+l)]},r.hcg.hsv=function(t){const e=t[1]/100,i=e+t[2]/100*(1-e);let o=0;return i>0&&(o=e/i),[t[0],100*o,100*i]},r.hcg.hsl=function(t){const e=t[1]/100,i=t[2]/100*(1-e)+.5*e;let o=0;return i>0&&i<.5?o=e/(2*i):i>=.5&&i<1&&(o=e/(2*(1-i))),[t[0],100*o,100*i]},r.hcg.hwb=function(t){const e=t[1]/100,i=e+t[2]/100*(1-e);return[t[0],100*(i-e),100*(1-i)]},r.hwb.hcg=function(t){const e=t[1]/100,i=1-t[2]/100,o=i-e;let n=0;return o<1&&(n=(i-o)/(1-o)),[t[0],100*o,100*n]},r.apple.rgb=function(t){return[t[0]/65535*255,t[1]/65535*255,t[2]/65535*255]},r.rgb.apple=function(t){return[t[0]/255*65535,t[1]/255*65535,t[2]/255*65535]},r.gray.rgb=function(t){return[t[0]/100*255,t[0]/100*255,t[0]/100*255]},r.gray.hsl=function(t){return[0,0,t[0]]},r.gray.hsv=r.gray.hsl,r.gray.hwb=function(t){return[0,100,t[0]]},r.gray.cmyk=function(t){return[0,0,0,t[0]]},r.gray.lab=function(t){return[t[0],0,0]},r.gray.hex=function(t){const e=255&Math.round(t[0]/100*255),i=((e<<16)+(e<<8)+e).toString(16).toUpperCase();return"000000".substring(i.length)+i},r.rgb.gray=function(t){return[(t[0]+t[1]+t[2])/3/255*100]}},8513:(t,e,i)=>{const o=i(4560),n=i(5920),r={};Object.keys(o).forEach((t=>{r[t]={},Object.defineProperty(r[t],"channels",{value:o[t].channels}),Object.defineProperty(r[t],"labels",{value:o[t].labels});const e=n(t);Object.keys(e).forEach((i=>{const o=e[i];r[t][i]=function(t){const e=function(...e){const i=e[0];if(null==i)return i;i.length>1&&(e=i);const o=t(e);if("object"==typeof o)for(let t=o.length,e=0;e<t;e++)o[e]=Math.round(o[e]);return o};return"conversion"in t&&(e.conversion=t.conversion),e}(o),r[t][i].raw=function(t){const e=function(...e){const i=e[0];return null==i?i:(i.length>1&&(e=i),t(e))};return"conversion"in t&&(e.conversion=t.conversion),e}(o)}))})),t.exports=r},5920:(t,e,i)=>{const o=i(4560);function n(t,e){return function(i){return e(t(i))}}function r(t,e){const i=[e[t].parent,t];let r=o[e[t].parent][t],s=e[t].parent;for(;e[s].parent;)i.unshift(e[s].parent),r=n(o[e[s].parent][s],r),s=e[s].parent;return r.conversion=i,r}t.exports=function(t){const e=function(t){const e=function(){const t={},e=Object.keys(o);for(let i=e.length,o=0;o<i;o++)t[e[o]]={distance:-1,parent:null};return t}(),i=[t];for(e[t].distance=0;i.length;){const t=i.pop(),n=Object.keys(o[t]);for(let o=n.length,r=0;r<o;r++){const o=n[r],s=e[o];-1===s.distance&&(s.distance=e[t].distance+1,s.parent=t,i.unshift(o))}}return e}(t),i={},n=Object.keys(e);for(let t=n.length,o=0;o<t;o++){const t=n[o];null!==e[t].parent&&(i[t]=r(t,e))}return i}},7346: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]}},6272:(t,e,i)=>{const o=i(2370),n=i(8513),r=["keyword","gray","hex"],s={};for(const t of Object.keys(n))s[[...n[t].labels].sort().join("")]=t;const a={};function l(t,e){if(!(this instanceof l))return new l(t,e);if(e&&e in r&&(e=null),e&&!(e in n))throw new Error("Unknown model: "+e);let i,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=o.get(t);if(null===e)throw new Error("Unable to parse color from string: "+t);this.model=e.model,c=n[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=n[this.model].channels;const i=Array.prototype.slice.call(t,0,c);this.color=u(i,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 o=e.sort().join("");if(!(o in s))throw new Error("Unable to parse color from object: "+JSON.stringify(t));this.model=s[o];const{labels:r}=n[this.model],a=[];for(i=0;i<r.length;i++)a.push(t[r[i]]);this.color=u(a)}if(a[this.model])for(c=n[this.model].channels,i=0;i<c;i++){const t=a[this.model][i];t&&(this.color[i]=t(this.color[i]))}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 o.to?this:this.rgb();e=e.round("number"==typeof t?t:1);const i=1===e.valpha?e.color:[...e.color,this.valpha];return o.to[e.model](i)},percentString(t){const e=this.rgb().round("number"==typeof t?t:1),i=1===e.valpha?e.color:[...e.color,this.valpha];return o.to.rgb.percent(i)},array(){return 1===this.valpha?[...this.color]:[...this.color,this.valpha]},object(){const t={},{channels:e}=n[this.model],{labels:i}=n[this.model];for(let o=0;o<e;o++)t[i[o]]=this.color[o];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:h("rgb",0,d(255)),green:h("rgb",1,d(255)),blue:h("rgb",2,d(255)),hue:h(["hsl","hsv","hsl","hwb","hcg"],0,(t=>(t%360+360)%360)),saturationl:h("hsl",1,d(100)),lightness:h("hsl",2,d(100)),saturationv:h("hsv",1,d(100)),value:h("hsv",2,d(100)),chroma:h("hcg",1,d(100)),gray:h("hcg",2,d(100)),white:h("hwb",1,d(100)),wblack:h("hwb",2,d(100)),cyan:h("cmyk",0,d(100)),magenta:h("cmyk",1,d(100)),yellow:h("cmyk",2,d(100)),black:h("cmyk",3,d(100)),x:h("xyz",0,d(95.047)),y:h("xyz",1,d(100)),z:h("xyz",2,d(108.833)),l:h("lab",0,d(100)),a:h("lab",1),b:h("lab",2),keyword(t){return void 0!==t?new l(t):n[this.model].keyword(this.color)},hex(t){return void 0!==t?new l(t):o.to.hex(this.rgb().round().color)},hexa(t){if(void 0!==t)return new l(t);const e=this.rgb().round().color;let i=Math.round(255*this.valpha).toString(16).toUpperCase();return 1===i.length&&(i="0"+i),o.to.hex(e)+i},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[i,o]of t.entries()){const t=o/255;e[i]=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(),i=t.luminosity();return e>i?(e+.05)/(i+.05):(i+.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 i=e.color[0];return i=(i+t)%360,i=i<0?360+i:i,e.color[0]=i,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 i=t.rgb(),o=this.rgb(),n=void 0===e?.5:e,r=2*n-1,s=i.alpha()-o.alpha(),a=((r*s==-1?r:(r+s)/(1+r*s))+1)/2,c=1-a;return l.rgb(a*i.red()+c*o.red(),a*i.green()+c*o.green(),a*i.blue()+c*o.blue(),i.alpha()*n+o.alpha()*(1-n))}};for(const t of Object.keys(n)){if(r.includes(t))continue;const{channels:e}=n[t];l.prototype[t]=function(...e){return this.model===t?new l(this):e.length>0?new l(e,t):new l([...(i=n[this.model][t].raw(this.color),Array.isArray(i)?i:[i]),this.valpha],t);var i},l[t]=function(...i){let o=i[0];return"number"==typeof o&&(o=u(i,e)),new l(o,t)}}function c(t){return function(e){return function(t,e){return Number(t.toFixed(e))}(e,t)}}function h(t,e,i){t=Array.isArray(t)?t:[t];for(const o of t)(a[o]||(a[o]=[]))[e]=i;return t=t[0],function(o){let n;return void 0!==o?(i&&(o=i(o)),n=this[t](),n.color[e]=o,n):(n=this[t]().color[e],i&&(n=i(n)),n)}}function d(t){return function(e){return Math.max(0,Math.min(t,e))}}function u(t,e){for(let i=0;i<e;i++)"number"!=typeof t[i]&&(t[i]=0);return t}t.exports=l},2370:(t,e,i)=>{var o=i(7346),n=i(9311),r=Object.hasOwnProperty,s=Object.create(null);for(var a in o)r.call(o,a)&&(s[o[a]]=a);var l=t.exports={to:{},get:{}};function c(t,e,i){return Math.min(Math.max(e,t),i)}function h(t){var e=Math.round(t).toString(16).toUpperCase();return e.length<2?"0"+e:e}l.get=function(t){var e,i;switch(t.substring(0,3).toLowerCase()){case"hsl":e=l.get.hsl(t),i="hsl";break;case"hwb":e=l.get.hwb(t),i="hwb";break;default:e=l.get.rgb(t),i="rgb"}return e?{model:i,value:e}:null},l.get.rgb=function(t){if(!t)return null;var e,i,n,s=[0,0,0,1];if(e=t.match(/^#([a-f0-9]{6})([a-f0-9]{2})?$/i)){for(n=e[2],e=e[1],i=0;i<3;i++){var a=2*i;s[i]=parseInt(e.slice(a,a+2),16)}n&&(s[3]=parseInt(n,16)/255)}else if(e=t.match(/^#([a-f0-9]{3,4})$/i)){for(n=(e=e[1])[3],i=0;i<3;i++)s[i]=parseInt(e[i]+e[i],16);n&&(s[3]=parseInt(n+n,16)/255)}else if(e=t.match(/^rgba?\(\s*([+-]?\d+)(?=[\s,])\s*(?:,\s*)?([+-]?\d+)(?=[\s,])\s*(?:,\s*)?([+-]?\d+)\s*(?:[,|\/]\s*([+-]?[\d\.]+)(%?)\s*)?\)$/)){for(i=0;i<3;i++)s[i]=parseInt(e[i+1],0);e[4]&&(e[5]?s[3]=.01*parseFloat(e[4]):s[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]:r.call(o,e[1])?((s=o[e[1]])[3]=1,s):null:null;for(i=0;i<3;i++)s[i]=Math.round(2.55*parseFloat(e[i+1]));e[4]&&(e[5]?s[3]=.01*parseFloat(e[4]):s[3]=parseFloat(e[4]))}for(i=0;i<3;i++)s[i]=c(s[i],0,255);return s[3]=c(s[3],0,1),s},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 i=parseFloat(e[4]);return[(parseFloat(e[1])%360+360)%360,c(parseFloat(e[2]),0,100),c(parseFloat(e[3]),0,100),c(isNaN(i)?1:i,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 i=parseFloat(e[4]);return[(parseFloat(e[1])%360+360)%360,c(parseFloat(e[2]),0,100),c(parseFloat(e[3]),0,100),c(isNaN(i)?1:i,0,1)]}return null},l.to.hex=function(){var t=n(arguments);return"#"+h(t[0])+h(t[1])+h(t[2])+(t[3]<1?h(Math.round(255*t[3])):"")},l.to.rgb=function(){var t=n(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=n(arguments),e=Math.round(t[0]/255*100),i=Math.round(t[1]/255*100),o=Math.round(t[2]/255*100);return t.length<4||1===t[3]?"rgb("+e+"%, "+i+"%, "+o+"%)":"rgba("+e+"%, "+i+"%, "+o+"%, "+t[3]+")"},l.to.hsl=function(){var t=n(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=n(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 s[t.slice(0,3)]}},7250:t=>{var e,i;e="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",i={rotl:function(t,e){return t<<e|t>>>32-e},rotr:function(t,e){return t<<32-e|t>>>e},endian:function(t){if(t.constructor==Number)return 16711935&i.rotl(t,8)|4278255360&i.rotl(t,24);for(var e=0;e<t.length;e++)t[e]=i.endian(t[e]);return t},randomBytes:function(t){for(var e=[];t>0;t--)e.push(Math.floor(256*Math.random()));return e},bytesToWords:function(t){for(var e=[],i=0,o=0;i<t.length;i++,o+=8)e[o>>>5]|=t[i]<<24-o%32;return e},wordsToBytes:function(t){for(var e=[],i=0;i<32*t.length;i+=8)e.push(t[i>>>5]>>>24-i%32&255);return e},bytesToHex:function(t){for(var e=[],i=0;i<t.length;i++)e.push((t[i]>>>4).toString(16)),e.push((15&t[i]).toString(16));return e.join("")},hexToBytes:function(t){for(var e=[],i=0;i<t.length;i+=2)e.push(parseInt(t.substr(i,2),16));return e},bytesToBase64:function(t){for(var i=[],o=0;o<t.length;o+=3)for(var n=t[o]<<16|t[o+1]<<8|t[o+2],r=0;r<4;r++)8*o+6*r<=8*t.length?i.push(e.charAt(n>>>6*(3-r)&63)):i.push("=");return i.join("")},base64ToBytes:function(t){t=t.replace(/[^A-Z0-9+\/]/gi,"");for(var i=[],o=0,n=0;o<t.length;n=++o%4)0!=n&&i.push((e.indexOf(t.charAt(o-1))&Math.pow(2,-2*n+8)-1)<<2*n|e.indexOf(t.charAt(o))>>>6-2*n);return i}},t.exports=i},8666: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))}},4418:(t,e,i)=>{var o,n,r,s;o=i(7250),n=i(4754).utf8,r=i(4754).bin,(s=function(t,e){var i=o.wordsToBytes(function(t){t.constructor==String?t=n.stringToBytes(t):"undefined"!=typeof Buffer&&"function"==typeof Buffer.isBuffer&&Buffer.isBuffer(t)?t=Array.prototype.slice.call(t,0):Array.isArray(t)||(t=t.toString());var e=o.bytesToWords(t),i=8*t.length,r=[],s=1732584193,a=-271733879,l=-1732584194,c=271733878,h=-1009589776;e[i>>5]|=128<<24-i%32,e[15+(i+64>>>9<<4)]=i;for(var d=0;d<e.length;d+=16){for(var u=s,p=a,g=l,f=c,m=h,v=0;v<80;v++){if(v<16)r[v]=e[d+v];else{var b=r[v-3]^r[v-8]^r[v-14]^r[v-16];r[v]=b<<1|b>>>31}var y=(s<<5|s>>>27)+h+(r[v]>>>0)+(v<20?1518500249+(a&l|~a&c):v<40?1859775393+(a^l^c):v<60?(a&l|a&c|l&c)-1894007588:(a^l^c)-899497514);h=c,c=l,l=a<<30|a>>>2,a=s,s=y}s+=u,a+=p,l+=g,c+=f,h+=m}return[s,a,l,c,h]}(t));return e&&e.asBytes?i:e&&e.asString?r.bytesToString(i):o.bytesToHex(i)})._blocksize=16,s._digestsize=20,t.exports=s},9311:(t,e,i)=>{"use strict";var o=i(8666),n=Array.prototype.concat,r=Array.prototype.slice,s=t.exports=function(t){for(var e=[],i=0,s=t.length;i<s;i++){var a=t[i];o(a)?e=n.call(e,r.call(a)):e.push(a)}return e};s.wrap=function(t){return function(){return t(s(arguments))}}},3434:(t,e)=>{"use strict";e.mw={prefix:"fal",iconName:"align-center",icon:[448,512,[],"f037","M112 48c-8.8 0-16 7.2-16 16s7.2 16 16 16H336c8.8 0 16-7.2 16-16s-7.2-16-16-16H112zM16 176c-8.8 0-16 7.2-16 16s7.2 16 16 16H432c8.8 0 16-7.2 16-16s-7.2-16-16-16H16zM96 320c0 8.8 7.2 16 16 16H336c8.8 0 16-7.2 16-16s-7.2-16-16-16H112c-8.8 0-16 7.2-16 16zM16 432c-8.8 0-16 7.2-16 16s7.2 16 16 16H432c8.8 0 16-7.2 16-16s-7.2-16-16-16H16z"]},e._u=e.mw},9314:(t,e)=>{"use strict";e.mw={prefix:"fal",iconName:"align-left",icon:[448,512,[],"f036","M16 48C7.2 48 0 55.2 0 64s7.2 16 16 16H272c8.8 0 16-7.2 16-16s-7.2-16-16-16H16zm0 128c-8.8 0-16 7.2-16 16s7.2 16 16 16H432c8.8 0 16-7.2 16-16s-7.2-16-16-16H16zM0 320c0 8.8 7.2 16 16 16H272c8.8 0 16-7.2 16-16s-7.2-16-16-16H16c-8.8 0-16 7.2-16 16zM16 432c-8.8 0-16 7.2-16 16s7.2 16 16 16H432c8.8 0 16-7.2 16-16s-7.2-16-16-16H16z"]},e.ec=e.mw},3093:(t,e)=>{"use strict";e.mw={prefix:"fal",iconName:"align-right",icon:[448,512,[],"f038","M432 48c8.8 0 16 7.2 16 16s-7.2 16-16 16H176c-8.8 0-16-7.2-16-16s7.2-16 16-16H432zm0 128c8.8 0 16 7.2 16 16s-7.2 16-16 16H16c-8.8 0-16-7.2-16-16s7.2-16 16-16H432zm16 144c0 8.8-7.2 16-16 16H176c-8.8 0-16-7.2-16-16s7.2-16 16-16H432c8.8 0 16 7.2 16 16zM432 432c8.8 0 16 7.2 16 16s-7.2 16-16 16H16c-8.8 0-16-7.2-16-16s7.2-16 16-16H432z"]},e.jb=e.mw},3573:(t,e)=>{"use strict";e.mw={prefix:"fal",iconName:"angle-down",icon:[448,512,[8964],"f107","M212.7 331.3c6.2 6.2 16.4 6.2 22.6 0l160-160c6.2-6.2 6.2-16.4 0-22.6s-16.4-6.2-22.6 0L224 297.4 75.3 148.7c-6.2-6.2-16.4-6.2-22.6 0s-6.2 16.4 0 22.6l160 160z"]},e.td=e.mw},9948:(t,e)=>{"use strict";e.mw={prefix:"fal",iconName:"angle-up",icon:[448,512,[8963],"f106","M212.7 148.7c6.2-6.2 16.4-6.2 22.6 0l160 160c6.2 6.2 6.2 16.4 0 22.6s-16.4 6.2-22.6 0L224 182.6 75.3 331.3c-6.2 6.2-16.4 6.2-22.6 0s-6.2-16.4 0-22.6l160-160z"]},e.GF=e.mw},2611:(t,e)=>{"use strict";e.mw={prefix:"fal",iconName:"arrow-down",icon:[384,512,[8595],"f063","M180.7 475.3c6.2 6.2 16.4 6.2 22.6 0l176-176c6.2-6.2 6.2-16.4 0-22.6s-16.4-6.2-22.6 0L208 425.4 208 48c0-8.8-7.2-16-16-16s-16 7.2-16 16l0 377.4L27.3 276.7c-6.2-6.2-16.4-6.2-22.6 0s-6.2 16.4 0 22.6l176 176z"]},e.B0=e.mw},7946:(t,e)=>{"use strict";e.mw={prefix:"fal",iconName:"arrow-left",icon:[448,512,[8592],"f060","M4.7 244.7c-6.2 6.2-6.2 16.4 0 22.6l176 176c6.2 6.2 16.4 6.2 22.6 0s6.2-16.4 0-22.6L54.6 272 432 272c8.8 0 16-7.2 16-16s-7.2-16-16-16L54.6 240 203.3 91.3c6.2-6.2 6.2-16.4 0-22.6s-16.4-6.2-22.6 0l-176 176z"]},e.Ce=e.mw},6301:(t,e)=>{"use strict";e.mw={prefix:"fal",iconName:"arrow-right",icon:[448,512,[8594],"f061","M443.3 267.3c6.2-6.2 6.2-16.4 0-22.6l-176-176c-6.2-6.2-16.4-6.2-22.6 0s-6.2 16.4 0 22.6L393.4 240 16 240c-8.8 0-16 7.2-16 16s7.2 16 16 16l377.4 0L244.7 420.7c-6.2 6.2-6.2 16.4 0 22.6s16.4 6.2 22.6 0l176-176z"]},e.dm=e.mw},3192:(t,e)=>{"use strict";e.mw={prefix:"fal",iconName:"arrow-turn-down",icon:[384,512,["level-down"],"f149","M16 32C7.2 32 0 24.8 0 16S7.2 0 16 0L128 0c44.2 0 80 35.8 80 80l0 377.4L308.7 356.7c6.2-6.2 16.4-6.2 22.6 0s6.2 16.4 0 22.6l-128 128c-6.2 6.2-16.4 6.2-22.6 0l-128-128c-6.2-6.2-6.2-16.4 0-22.6s16.4-6.2 22.6 0L176 457.4 176 80c0-26.5-21.5-48-48-48L16 32z"]},e.k8=e.mw},9014:(t,e)=>{"use strict";e.mw={prefix:"fal",iconName:"arrow-up",icon:[384,512,[8593],"f062","M203.3 36.7c-6.2-6.2-16.4-6.2-22.6 0l-176 176c-6.2 6.2-6.2 16.4 0 22.6s16.4 6.2 22.6 0L176 86.6V464c0 8.8 7.2 16 16 16s16-7.2 16-16V86.6L356.7 235.3c6.2 6.2 16.4 6.2 22.6 0s6.2-16.4 0-22.6l-176-176z"]},e.IN=e.mw},2273:(t,e)=>{"use strict";Object.defineProperty(e,"__esModule",{value:!0});var i="arrows-rotate",o=[128472,"refresh","sync"],n="f021",r="M69.4 210.6C89.8 126.5 165.6 64 256 64c71.1 0 133.1 38.6 166.3 96H368c-8.8 0-16 7.2-16 16s7.2 16 16 16h80.7H464c8.8 0 16-7.2 16-16V80c0-8.8-7.2-16-16-16s-16 7.2-16 16v60.6C408.8 75.5 337.5 32 256 32C149.6 32 60.5 106.2 37.7 205.6C35.5 215.2 43.1 224 53 224c7.9 0 14.6-5.7 16.5-13.4zm373.2 90.9C422.2 385.5 346.4 448 256 448c-71.1 0-133.1-38.6-166.3-96h54.5c8.8 0 16-7.2 16-16s-7.2-16-16-16H63.3 48.2c-8.8 0-16 7.2-16 16v96c0 8.8 7.2 16 16 16s16-7.2 16-16V371.8C103.4 436.6 174.7 480 256 480c106.4 0 195.5-74.2 218.3-173.6c2.2-9.6-5.4-18.4-15.3-18.4c-7.9 0-14.6 5.7-16.5 13.4z";e.definition={prefix:"fal",iconName:i,icon:[512,512,o,n,r]},e.faArrowsRotate=e.definition,e.prefix="fal",e.iconName=i,e.width=512,e.height=512,e.ligatures=o,e.unicode=n,e.svgPathData=r,e.aliases=o},8020:(t,e)=>{"use strict";e.mw={prefix:"fal",iconName:"arrows-to-dot",icon:[512,512,[],"e4be","M272 16c0-8.8-7.2-16-16-16s-16 7.2-16 16l0 121.4L187.3 84.7c-6.2-6.2-16.4-6.2-22.6 0s-6.2 16.4 0 22.6l80 80c6.2 6.2 16.4 6.2 22.6 0l80-80c6.2-6.2 6.2-16.4 0-22.6s-16.4-6.2-22.6 0L272 137.4 272 16zm16 240a32 32 0 1 0 -64 0 32 32 0 1 0 64 0zm59.3 171.3c6.2-6.2 6.2-16.4 0-22.6l-80-80c-6.2-6.2-16.4-6.2-22.6 0l-80 80c-6.2 6.2-6.2 16.4 0 22.6s16.4 6.2 22.6 0L240 374.6V496c0 8.8 7.2 16 16 16s16-7.2 16-16V374.6l52.7 52.7c6.2 6.2 16.4 6.2 22.6 0zM84.7 164.7c-6.2 6.2-6.2 16.4 0 22.6L137.4 240 16 240c-8.8 0-16 7.2-16 16s7.2 16 16 16H137.4L84.7 324.7c-6.2 6.2-6.2 16.4 0 22.6s16.4 6.2 22.6 0l80-80c6.2-6.2 6.2-16.4 0-22.6l-80-80c-6.2-6.2-16.4-6.2-22.6 0zm342.6 0c-6.2-6.2-16.4-6.2-22.6 0l-80 80c-6.2 6.2-6.2 16.4 0 22.6l80 80c6.2 6.2 16.4 6.2 22.6 0s6.2-16.4 0-22.6L374.6 272H496c8.8 0 16-7.2 16-16s-7.2-16-16-16l-121.4 0 52.7-52.7c6.2-6.2 6.2-16.4 0-22.6z"]},e.Ew=e.mw},9742:(t,e)=>{"use strict";e.mw={prefix:"fal",iconName:"bars",icon:[448,512,["navicon"],"f0c9","M0 80c0-8.8 7.2-16 16-16H432c8.8 0 16 7.2 16 16s-7.2 16-16 16H16C7.2 96 0 88.8 0 80zM0 240c0-8.8 7.2-16 16-16H432c8.8 0 16 7.2 16 16s-7.2 16-16 16H16c-8.8 0-16-7.2-16-16zM448 400c0 8.8-7.2 16-16 16H16c-8.8 0-16-7.2-16-16s7.2-16 16-16H432c8.8 0 16 7.2 16 16z"]},e.ck=e.mw},643:(t,e)=>{"use strict";e.mw={prefix:"fal",iconName:"bold",icon:[384,512,[],"f032","M0 48c0-8.8 7.2-16 16-16H48 80 232c66.3 0 120 53.7 120 120c0 38.8-18.4 73.3-46.9 95.2C351.1 264 384 308.1 384 360c0 66.3-53.7 120-120 120H80 48 16c-8.8 0-16-7.2-16-16s7.2-16 16-16H32V256 64H16C7.2 64 0 56.8 0 48zM64 448H80 264c48.6 0 88-39.4 88-88s-39.4-88-88-88H232 64V448zm0-208H232c48.6 0 88-39.4 88-88s-39.4-88-88-88H80 64V240z"]},e.l5=e.mw},4585:(t,e)=>{"use strict";e.mw={prefix:"fal",iconName:"book",icon:[448,512,[128212],"f02d","M64 0C28.7 0 0 28.7 0 64L0 448l0 0c0 35.3 28.7 64 64 64H432c8.8 0 16-7.2 16-16s-7.2-16-16-16H416V413.3c18.6-6.6 32-24.4 32-45.3V48c0-26.5-21.5-48-48-48H64zM384 416v64H64c-17.7 0-32-14.3-32-32s14.3-32 32-32H384zM64 384c-11.7 0-22.6 3.1-32 8.6L32 64c0-17.7 14.3-32 32-32H96V384H64zm64 0V32H400c8.8 0 16 7.2 16 16V368c0 8.8-7.2 16-16 16H128zm48-240c0 8.8 7.2 16 16 16H352c8.8 0 16-7.2 16-16s-7.2-16-16-16H192c-8.8 0-16 7.2-16 16zm0 96c0 8.8 7.2 16 16 16H352c8.8 0 16-7.2 16-16s-7.2-16-16-16H192c-8.8 0-16 7.2-16 16z"]},e.LB=e.mw},444:(t,e)=>{"use strict";e.mw={prefix:"fal",iconName:"building",icon:[384,512,[127970,61687],"f1ad","M64 32C46.3 32 32 46.3 32 64V448c0 17.7 14.3 32 32 32h64V416c0-35.3 28.7-64 64-64s64 28.7 64 64v64h64c17.7 0 32-14.3 32-32V64c0-17.7-14.3-32-32-32H64zM224 416c0-17.7-14.3-32-32-32s-32 14.3-32 32v64h64V416zm-96 96H64c-35.3 0-64-28.7-64-64V64C0 28.7 28.7 0 64 0H320c35.3 0 64 28.7 64 64V448c0 35.3-28.7 64-64 64H256 224 160 128zM64 120c0-13.3 10.7-24 24-24h48c13.3 0 24 10.7 24 24v48c0 13.3-10.7 24-24 24H88c-13.3 0-24-10.7-24-24V120zm32 8v32h32V128H96zM248 96h48c13.3 0 24 10.7 24 24v48c0 13.3-10.7 24-24 24H248c-13.3 0-24-10.7-24-24V120c0-13.3 10.7-24 24-24zm8 64h32V128H256v32zM64 248c0-13.3 10.7-24 24-24h48c13.3 0 24 10.7 24 24v48c0 13.3-10.7 24-24 24H88c-13.3 0-24-10.7-24-24V248zm32 8v32h32V256H96zm152-32h48c13.3 0 24 10.7 24 24v48c0 13.3-10.7 24-24 24H248c-13.3 0-24-10.7-24-24V248c0-13.3 10.7-24 24-24zm8 64h32V256H256v32z"]},e.UR=e.mw},7029:(t,e)=>{"use strict";e.mw={prefix:"fal",iconName:"caret-down",icon:[320,512,[],"f0d7","M165.6 349.8c-1.4 1.3-3.5 2.2-5.6 2.2s-4.2-.8-5.6-2.2L34.2 236.3c-1.4-1.3-2.2-3.2-2.2-5.2c0-3.9 3.2-7.1 7.1-7.1l241.7 0c3.9 0 7.1 3.2 7.1 7.1c0 2-.8 3.8-2.2 5.2L165.6 349.8zm22 23.3L307.7 259.6c7.8-7.4 12.3-17.7 12.3-28.4c0-21.6-17.5-39.1-39.1-39.1L39.1 192C17.5 192 0 209.5 0 231.1c0 10.8 4.4 21.1 12.3 28.4L132.4 373.1c7.4 7 17.3 10.9 27.6 10.9s20.1-3.9 27.6-10.9z"]},e.xB=e.mw},8532:(t,e)=>{"use strict";e.mw={prefix:"fal",iconName:"caret-left",icon:[256,512,[],"f0d9","M34.2 261.6c-1.3-1.4-2.2-3.5-2.2-5.6s.8-4.2 2.2-5.6L147.7 130.2c1.3-1.4 3.2-2.2 5.2-2.2c3.9 0 7.1 3.2 7.1 7.1l0 241.7c0 3.9-3.2 7.1-7.1 7.1c-2 0-3.8-.8-5.2-2.2L34.2 261.6zm-23.3 22L124.4 403.7c7.4 7.8 17.7 12.3 28.4 12.3c21.6 0 39.1-17.5 39.1-39.1l0-241.7c0-21.6-17.5-39.1-39.1-39.1c-10.8 0-21.1 4.4-28.5 12.3L10.9 228.4C3.9 235.9 0 245.8 0 256s3.9 20.1 10.9 27.6z"]},e.Ot=e.mw},6639:(t,e)=>{"use strict";e.mw={prefix:"fal",iconName:"caret-right",icon:[256,512,[],"f0da","M221.8 250.4c1.3 1.4 2.2 3.5 2.2 5.6s-.8 4.2-2.2 5.6L108.3 381.8c-1.3 1.4-3.2 2.2-5.2 2.2c-3.9 0-7.1-3.2-7.1-7.1l0-241.7c0-3.9 3.2-7.1 7.1-7.1c2 0 3.8 .8 5.2 2.2L221.8 250.4zm23.3-22L131.6 108.3c-7.4-7.8-17.7-12.3-28.4-12.3C81.5 96 64 113.5 64 135.1l0 241.7c0 21.6 17.5 39.1 39.1 39.1c10.8 0 21.1-4.4 28.4-12.3L245.1 283.6c7-7.4 10.9-17.3 10.9-27.6s-3.9-20.1-10.9-27.6z"]},e.fU=e.mw},1836:(t,e)=>{"use strict";e.mw={prefix:"fal",iconName:"caret-up",icon:[320,512,[],"f0d8","M154.4 162.2c1.4-1.3 3.5-2.2 5.6-2.2s4.2 .8 5.6 2.2L285.8 275.7c1.4 1.3 2.2 3.2 2.2 5.2c0 3.9-3.2 7.1-7.1 7.1H39.1c-3.9 0-7.1-3.2-7.1-7.1c0-2 .8-3.8 2.2-5.2L154.4 162.2zm-22-23.3L12.3 252.4C4.4 259.8 0 270.1 0 280.9C0 302.5 17.5 320 39.1 320H280.9c21.6 0 39.1-17.5 39.1-39.1c0-10.8-4.4-21.1-12.3-28.4L187.6 138.9c-7.4-7-17.3-10.9-27.6-10.9s-20.1 3.9-27.6 10.9z"]},e.S$=e.mw},2653:(t,e)=>{"use strict";e.mw={prefix:"fal",iconName:"chart-bar",icon:[512,512,["bar-chart"],"f080","M16 32c8.8 0 16 7.2 16 16V400c0 26.5 21.5 48 48 48H496c8.8 0 16 7.2 16 16s-7.2 16-16 16H80c-44.2 0-80-35.8-80-80V48c0-8.8 7.2-16 16-16zM128 144c0-8.8 7.2-16 16-16l224 0c8.8 0 16 7.2 16 16s-7.2 16-16 16l-224 0c-8.8 0-16-7.2-16-16zm16 80H304c8.8 0 16 7.2 16 16s-7.2 16-16 16H144c-8.8 0-16-7.2-16-16s7.2-16 16-16zm0 96H432c8.8 0 16 7.2 16 16s-7.2 16-16 16H144c-8.8 0-16-7.2-16-16s7.2-16 16-16z"]},e.$F=e.mw},8055:(t,e)=>{"use strict";e.mw={prefix:"fal",iconName:"chart-column",icon:[512,512,[],"e0e3","M16 32c8.8 0 16 7.2 16 16V400c0 26.5 21.5 48 48 48H496c8.8 0 16 7.2 16 16s-7.2 16-16 16H80c-44.2 0-80-35.8-80-80V48c0-8.8 7.2-16 16-16zM144 256c8.8 0 16 7.2 16 16v96c0 8.8-7.2 16-16 16s-16-7.2-16-16V272c0-8.8 7.2-16 16-16zM256 144V368c0 8.8-7.2 16-16 16s-16-7.2-16-16V144c0-8.8 7.2-16 16-16s16 7.2 16 16zm80 48c8.8 0 16 7.2 16 16V368c0 8.8-7.2 16-16 16s-16-7.2-16-16V208c0-8.8 7.2-16 16-16zm112-80V368c0 8.8-7.2 16-16 16s-16-7.2-16-16V112c0-8.8 7.2-16 16-16s16 7.2 16 16z"]},e.q9=e.mw},9492:(t,e)=>{"use strict";e.mw={prefix:"fal",iconName:"chart-line",icon:[512,512,["line-chart"],"f201","M32 48c0-8.8-7.2-16-16-16S0 39.2 0 48V400c0 44.2 35.8 80 80 80H496c8.8 0 16-7.2 16-16s-7.2-16-16-16H80c-26.5 0-48-21.5-48-48V48zM475.3 155.3c6.2-6.2 6.2-16.4 0-22.6s-16.4-6.2-22.6 0L320 265.4l-84.7-84.7c-6.2-6.2-16.4-6.2-22.6 0l-112 112c-6.2 6.2-6.2 16.4 0 22.6s16.4 6.2 22.6 0L224 214.6l84.7 84.7c6.2 6.2 16.4 6.2 22.6 0l144-144z"]},e.gK=e.mw},4334:(t,e)=>{"use strict";e.mw={prefix:"fal",iconName:"chart-pie",icon:[576,512,["pie-chart"],"f200","M511.3 208H336V32.7c93.3 7.7 167.6 82.1 175.3 175.3zM320 240H528.5c8.4 0 15.4-6.5 15.5-14.9l0-1.1C544 100.3 443.7 0 320 0l-1.1 0C310.5 0 304 7.1 304 15.5V224c0 8.8 7.2 16 16 16zm-86.6 70.6L375.3 452.6C344.9 470 309.6 480 272 480C157.1 480 64 386.9 64 272c0-98.3 68.3-180.8 160-202.4V288c0 8.5 3.4 16.6 9.4 22.6zM239 34.3C122.1 50.3 32 150.7 32 272c0 132.5 107.5 240 240 240c51.8 0 99.8-16.4 139-44.3c7.7-5.5 8.2-16.5 1.5-23.1L256 288V49.6c0-9.2-7.8-16.6-17-15.4zM489.6 412.3L397.3 320H538.4c-8.3 35-25.4 66.6-48.9 92.3zM573.8 305c1.3-9.2-6.1-17-15.4-17H358.6c-14.3 0-21.4 17.2-11.3 27.3L478.7 446.7c5.8 5.8 15.2 6.3 21.2 .7c39.3-36.7 66.2-86.5 73.9-142.3z"]},e.W1=e.mw},7324:(t,e)=>{"use strict";e.mw={prefix:"fal",iconName:"chart-simple",icon:[448,512,[],"e473","M240 64c8.8 0 16 7.2 16 16V432c0 8.8-7.2 16-16 16H208c-8.8 0-16-7.2-16-16V80c0-8.8 7.2-16 16-16h32zM208 32c-26.5 0-48 21.5-48 48V432c0 26.5 21.5 48 48 48h32c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48H208zM80 256c8.8 0 16 7.2 16 16V432c0 8.8-7.2 16-16 16H48c-8.8 0-16-7.2-16-16V272c0-8.8 7.2-16 16-16H80zM48 224c-26.5 0-48 21.5-48 48V432c0 26.5 21.5 48 48 48H80c26.5 0 48-21.5 48-48V272c0-26.5-21.5-48-48-48H48zm320-96h32c8.8 0 16 7.2 16 16V432c0 8.8-7.2 16-16 16H368c-8.8 0-16-7.2-16-16V144c0-8.8 7.2-16 16-16zm-48 16V432c0 26.5 21.5 48 48 48h32c26.5 0 48-21.5 48-48V144c0-26.5-21.5-48-48-48H368c-26.5 0-48 21.5-48 48z"]},e.s6=e.mw},1513:(t,e)=>{"use strict";e.mw={prefix:"fal",iconName:"check",icon:[448,512,[10003,10004],"f00c","M443.3 100.7c6.2 6.2 6.2 16.4 0 22.6l-272 272c-6.2 6.2-16.4 6.2-22.6 0l-144-144c-6.2-6.2-6.2-16.4 0-22.6s16.4-6.2 22.6 0L160 361.4 420.7 100.7c6.2-6.2 16.4-6.2 22.6 0z"]},e.e6=e.mw},2841:(t,e)=>{"use strict";e.mw={prefix:"fal",iconName:"chevron-down",icon:[512,512,[],"f078","M267.3 395.3c-6.2 6.2-16.4 6.2-22.6 0l-192-192c-6.2-6.2-6.2-16.4 0-22.6s16.4-6.2 22.6 0L256 361.4 436.7 180.7c6.2-6.2 16.4-6.2 22.6 0s6.2 16.4 0 22.6l-192 192z"]},e.Jt=e.mw},9256:(t,e)=>{"use strict";e.mw={prefix:"fal",iconName:"chevron-left",icon:[320,512,[9001],"f053","M20.7 267.3c-6.2-6.2-6.2-16.4 0-22.6l192-192c6.2-6.2 16.4-6.2 22.6 0s6.2 16.4 0 22.6L54.6 256 235.3 436.7c6.2 6.2 6.2 16.4 0 22.6s-16.4 6.2-22.6 0l-192-192z"]},e.Wz=e.mw},75:(t,e)=>{"use strict";e.mw={prefix:"fal",iconName:"chevron-right",icon:[320,512,[9002],"f054","M299.3 244.7c6.2 6.2 6.2 16.4 0 22.6l-192 192c-6.2 6.2-16.4 6.2-22.6 0s-6.2-16.4 0-22.6L265.4 256 84.7 75.3c-6.2-6.2-6.2-16.4 0-22.6s16.4-6.2 22.6 0l192 192z"]},e.Xk=e.mw},9432:(t,e)=>{"use strict";e.mw={prefix:"fal",iconName:"chevron-up",icon:[512,512,[],"f077","M244.7 116.7c6.2-6.2 16.4-6.2 22.6 0l192 192c6.2 6.2 6.2 16.4 0 22.6s-16.4 6.2-22.6 0L256 150.6 75.3 331.3c-6.2 6.2-16.4 6.2-22.6 0s-6.2-16.4 0-22.6l192-192z"]},e.w2=e.mw},2896:(t,e)=>{"use strict";e.mw={prefix:"fal",iconName:"circle",icon:[512,512,[128308,128309,128992,128993,128994,128995,128996,9679,9898,9899,11044,61708,61915],"f111","M256 32a224 224 0 1 1 0 448 224 224 0 1 1 0-448zm0 480A256 256 0 1 0 256 0a256 256 0 1 0 0 512z"]},e.GE=e.mw},8654:(t,e)=>{"use strict";e.mw={prefix:"fal",iconName:"circle-check",icon:[512,512,[61533,"check-circle"],"f058","M256 32a224 224 0 1 1 0 448 224 224 0 1 1 0-448zm0 480A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM363.3 203.3c6.2-6.2 6.2-16.4 0-22.6s-16.4-6.2-22.6 0L224 297.4l-52.7-52.7c-6.2-6.2-16.4-6.2-22.6 0s-6.2 16.4 0 22.6l64 64c6.2 6.2 16.4 6.2 22.6 0l128-128z"]},e.QR=e.mw},9651:(t,e)=>{"use strict";e.mw={prefix:"fal",iconName:"circle-exclamation",icon:[512,512,["exclamation-circle"],"f06a","M256 32a224 224 0 1 1 0 448 224 224 0 1 1 0-448zm0 480A256 256 0 1 0 256 0a256 256 0 1 0 0 512zm0-384c-8.8 0-16 7.2-16 16V272c0 8.8 7.2 16 16 16s16-7.2 16-16V144c0-8.8-7.2-16-16-16zm24 224a24 24 0 1 0 -48 0 24 24 0 1 0 48 0z"]},e.lE=e.mw},5629:(t,e)=>{"use strict";e.mw={prefix:"fal",iconName:"circle-half-stroke",icon:[512,512,[9680,"adjust"],"f042","M240 479.4V32.6C123.8 40.8 32 137.7 32 256s91.8 215.2 208 223.4zM480 256c0-118.3-91.8-215.2-208-223.4V479.4C388.2 471.2 480 374.3 480 256zM0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256z"]},e.B2=e.mw},5844:(t,e)=>{"use strict";e.mw={prefix:"fal",iconName:"circle-info",icon:[512,512,["info-circle"],"f05a","M256 32a224 224 0 1 1 0 448 224 224 0 1 1 0-448zm0 480A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM208 352c-8.8 0-16 7.2-16 16s7.2 16 16 16h96c8.8 0 16-7.2 16-16s-7.2-16-16-16H272V240c0-8.8-7.2-16-16-16H216c-8.8 0-16 7.2-16 16s7.2 16 16 16h24v96H208zm48-168a24 24 0 1 0 0-48 24 24 0 1 0 0 48z"]},e.mE=e.mw},3386:(t,e)=>{"use strict";e.mw={prefix:"fal",iconName:"circle-quarter-stroke",icon:[512,512,[],"e5d3","M480 256C480 132.3 379.7 32 256 32V208c0 26.5-21.5 48-48 48H32c0 123.7 100.3 224 224 224s224-100.3 224-224zM224 34.3C125.9 48.3 48.3 125.9 34.3 224H208c8.8 0 16-7.2 16-16V34.3zM0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256z"]},e.It=e.mw},8804:(t,e)=>{"use strict";e.mw={prefix:"fal",iconName:"circle-question",icon:[512,512,[62108,"question-circle"],"f059","M480 256A224 224 0 1 0 32 256a224 224 0 1 0 448 0zM0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256zm168.7-86.2c6.5-24.6 28.7-41.8 54.2-41.8H280c35.5 0 64 29 64 64.3c0 24-13.4 46.2-34.9 57.2L272 268.3V288c0 8.8-7.2 16-16 16s-16-7.2-16-16V258.5c0-6 3.4-11.5 8.7-14.3l45.8-23.4c10.7-5.4 17.5-16.6 17.5-28.7c0-17.8-14.4-32.3-32-32.3H222.9c-10.9 0-20.5 7.4-23.2 17.9l-.2 .7c-2.2 8.5-11 13.7-19.5 11.4s-13.7-11-11.4-19.5l.2-.7zM232 352a24 24 0 1 1 48 0 24 24 0 1 1 -48 0z"]},e.AP=e.mw},257:(t,e)=>{"use strict";e.mw={prefix:"fal",iconName:"circle-radiation",icon:[512,512,[9762,"radiation-alt"],"f7ba","M256 32a224 224 0 1 1 0 448 224 224 0 1 1 0-448zm0 480A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM160.6 148.1c2.4-2.1 5.3-2.8 8.4-2c3.3 .8 6.9 3.2 9.1 7.1l37.2 64.4c7.4-7.8 16.9-13.5 27.7-16l-37.2-64.4c-12.7-22-43.9-32.9-66.4-13c-28.1 24.9-48.2 58.6-56 96.9c-5.9 29.4 19.1 51 44.5 51h74.3c-1.5-5.1-2.3-10.4-2.3-16s.8-10.9 2.3-16H128c-4.5 0-8.4-1.9-10.7-4.4c-2.2-2.3-3.1-5.1-2.5-8.3c6.3-31.3 22.7-58.9 45.8-79.3zm54.7 146.4l-37.2 64.4c-12.7 22-6.6 54.4 21.9 64c17.6 5.9 36.5 9.1 56 9.1s38.4-3.2 56-9.1c28.5-9.6 34.6-42 21.9-64l-37.2-64.4c-7.4 7.8-16.9 13.5-27.7 16l37.2 64.4c2.3 3.9 2.6 8.2 1.6 11.4c-.9 3.1-2.9 5.2-5.9 6.2c-14.4 4.8-29.8 7.4-45.8 7.4s-31.5-2.6-45.8-7.4c-3-1-5-3.2-5.9-6.2c-1-3.3-.7-7.5 1.6-11.4L243 310.5c-10.8-2.6-20.3-8.2-27.7-16zM309.7 272H384c25.4 0 50.5-21.5 44.5-51c-7.7-38.3-27.8-72.1-56-96.9c-22.5-19.9-53.7-9-66.4 13L269 201.5c10.8 2.6 20.3 8.2 27.7 16l37.2-64.4c2.3-3.9 5.8-6.3 9.1-7.1c3.1-.7 6-.1 8.4 2c23.1 20.4 39.5 48 45.8 79.3c.6 3.1-.3 5.9-2.5 8.3c-2.3 2.5-6.2 4.4-10.7 4.4H309.7c1.5 5.1 2.3 10.4 2.3 16s-.8 10.9-2.3 16zM256 280a24 24 0 1 0 0-48 24 24 0 1 0 0 48z"]},e.DQ=e.mw},6651:(t,e)=>{"use strict";e.mw={prefix:"fal",iconName:"circle-three-quarters-stroke",icon:[512,512,[],"e5d4","M477.7 288H272c-26.5 0-48-21.5-48-48V34.3C115.4 49.8 32 143.2 32 256c0 123.7 100.3 224 224 224c112.8 0 206.2-83.4 221.7-192zm2.3-32C480 132.3 379.7 32 256 32V240c0 8.8 7.2 16 16 16H480zM0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256z"]},e.PZ=e.mw},5184:(t,e)=>{"use strict";e.mw={prefix:"fal",iconName:"circle-xmark",icon:[512,512,[61532,"times-circle","xmark-circle"],"f057","M256 32a224 224 0 1 1 0 448 224 224 0 1 1 0-448zm0 480A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM180.7 180.7c-6.2 6.2-6.2 16.4 0 22.6L233.4 256l-52.7 52.7c-6.2 6.2-6.2 16.4 0 22.6s16.4 6.2 22.6 0L256 278.6l52.7 52.7c6.2 6.2 16.4 6.2 22.6 0s6.2-16.4 0-22.6L278.6 256l52.7-52.7c6.2-6.2 6.2-16.4 0-22.6s-16.4-6.2-22.6 0L256 233.4l-52.7-52.7c-6.2-6.2-16.4-6.2-22.6 0z"]},e.bn=e.mw},6021:(t,e)=>{"use strict";e.mw={prefix:"fal",iconName:"code",icon:[640,512,[],"f121","M405.1 .8c-8.4-2.8-17.4 1.7-20.2 10.1l-160 480c-2.8 8.4 1.7 17.4 10.1 20.2s17.4-1.7 20.2-10.1l160-480c2.8-8.4-1.7-17.4-10.1-20.2zM172 117.4c-5.9-6.6-16-7.2-22.6-1.3l-144 128C2 247.1 0 251.4 0 256s2 8.9 5.4 12l144 128c6.6 5.9 16.7 5.3 22.6-1.3s5.3-16.7-1.3-22.6L40.1 256 170.6 140c6.6-5.9 7.2-16 1.3-22.6zm296.1 0c-5.9 6.6-5.3 16.7 1.3 22.6L599.9 256 469.4 372c-6.6 5.9-7.2 16-1.3 22.6s16 7.2 22.6 1.3l144-128c3.4-3 5.4-7.4 5.4-12s-2-8.9-5.4-12l-144-128c-6.6-5.9-16.7-5.3-22.6 1.3z"]},e.jT=e.mw},2211:(t,e)=>{"use strict";e.mw={prefix:"fal",iconName:"comment",icon:[512,512,[128489,61669],"f075","M256 64C125.8 64 32 148.6 32 240c0 37.1 15.5 70.6 40 100c5.2 6.3 8.4 14.8 7.4 23.9c-3.1 27-11.4 52.5-25.7 76.3c-.5 .9-1.1 1.8-1.6 2.6c11.1-2.9 22.2-7 32.7-11.5L91.2 446l-6.4-14.7c17-7.4 33-16.7 48.4-27.4c8.5-5.9 19.4-7.5 29.2-4.2C193 410.1 224 416 256 416c130.2 0 224-84.6 224-176s-93.8-176-224-176zM0 240C0 125.2 114.5 32 256 32s256 93.2 256 208s-114.5 208-256 208c-36 0-70.5-6.7-103.8-17.9c-.2-.1-.5 0-.7 .1c-16.9 11.7-34.7 22.1-53.9 30.5C73.6 471.1 44.7 480 16 480c-6.5 0-12.3-3.9-14.8-9.8s-1.1-12.8 3.4-17.4c8.1-8.2 15.2-18.2 21.7-29c11.7-19.6 18.7-40.6 21.3-63.1c0 0-.1-.1-.1-.2C19.6 327.1 0 286.6 0 240z"]},e.DN=e.mw},7765:(t,e)=>{"use strict";e.mw={prefix:"fal",iconName:"copy",icon:[448,512,[],"f0c5","M384 352H224c-17.7 0-32-14.3-32-32V64c0-17.7 14.3-32 32-32H332.1c4.2 0 8.3 1.7 11.3 4.7l67.9 67.9c3 3 4.7 7.1 4.7 11.3V320c0 17.7-14.3 32-32 32zM433.9 81.9L366.1 14.1c-9-9-21.2-14.1-33.9-14.1H224c-35.3 0-64 28.7-64 64V320c0 35.3 28.7 64 64 64H384c35.3 0 64-28.7 64-64V115.9c0-12.7-5.1-24.9-14.1-33.9zM64 128c-35.3 0-64 28.7-64 64V448c0 35.3 28.7 64 64 64H224c35.3 0 64-28.7 64-64V416H256v32c0 17.7-14.3 32-32 32H64c-17.7 0-32-14.3-32-32V192c0-17.7 14.3-32 32-32h64V128H64z"]},e.jP=e.mw},244:(t,e)=>{"use strict";e.mw={prefix:"fal",iconName:"dash",icon:[512,512,["minus-large"],"e404","M0 256c0-8.8 7.2-16 16-16H496c8.8 0 16 7.2 16 16s-7.2 16-16 16H16c-8.8 0-16-7.2-16-16z"]},e.AJ=e.mw},588:(t,e)=>{"use strict";e.mw={prefix:"fal",iconName:"down",icon:[384,512,["arrow-alt-down"],"f354","M189.7 448h4.6c4.4 0 8.6-1.8 11.6-5L348.5 293.2c2.2-2.3 3.5-5.4 3.5-8.7c0-6.9-5.6-12.6-12.6-12.6H256c-8.8 0-16-7.2-16-16V80c0-8.8-7.2-16-16-16H160c-8.8 0-16 7.2-16 16V256c0 8.8-7.2 16-16 16H44.6c-6.9 0-12.6 5.6-12.6 12.6c0 3.2 1.2 6.3 3.5 8.7L178.1 443c3 3.2 7.2 5 11.6 5zM384 284.6c0 11.4-4.4 22.5-12.3 30.7L229 465.1c-9.1 9.5-21.6 14.9-34.8 14.9h-4.6c-13.1 0-25.7-5.4-34.8-14.9L12.3 315.3C4.4 307 0 296 0 284.6C0 260 20 240 44.6 240H112V80c0-26.5 21.5-48 48-48h64c26.5 0 48 21.5 48 48V240h67.4c24.6 0 44.6 20 44.6 44.6z"]},e.sx=e.mw},1736:(t,e)=>{"use strict";e.mw={prefix:"fal",iconName:"down-right",icon:[384,512,[],"e16b","M312 384c4.4 0 8-3.6 8-8V174.6c0-3.7-3-6.6-6.6-6.6c-1.8 0-3.4 .7-4.7 1.9l-61.4 61.4c-6.2 6.2-16.4 6.2-22.6 0L112 118.6c-4.2-4.2-10-6.6-16-6.6s-11.8 2.4-16 6.6L54.6 144c-4.2 4.2-6.6 10-6.6 16s2.4 11.8 6.6 16L167.3 288.7c3 3 4.7 7.1 4.7 11.3s-1.7 8.3-4.7 11.3l-61.4 61.4c-1.2 1.2-1.9 2.9-1.9 4.7c0 3.7 3 6.6 6.6 6.6H312zm40-8c0 22.1-17.9 40-40 40H110.6C89.3 416 72 398.7 72 377.4c0-10.2 4.1-20.1 11.3-27.3L133.4 300 32 198.6C21.8 188.4 16 174.5 16 160s5.8-28.4 16-38.6L57.4 96C67.6 85.8 81.5 80 96 80s28.4 5.8 38.6 16L236 197.4l50.1-50.1c7.2-7.2 17.1-11.3 27.3-11.3c21.3 0 38.6 17.3 38.6 38.6V376z"]},e.I0=e.mw},3788:(t,e)=>{"use strict";e.mw={prefix:"fal",iconName:"download",icon:[512,512,[],"f019","M272 16c0-8.8-7.2-16-16-16s-16 7.2-16 16V329.4L139.3 228.7c-6.2-6.2-16.4-6.2-22.6 0s-6.2 16.4 0 22.6l128 128c6.2 6.2 16.4 6.2 22.6 0l128-128c6.2-6.2 6.2-16.4 0-22.6s-16.4-6.2-22.6 0L272 329.4V16zM140.1 320H64c-35.3 0-64 28.7-64 64v64c0 35.3 28.7 64 64 64H448c35.3 0 64-28.7 64-64V384c0-35.3-28.7-64-64-64H371.9l-32 32H448c17.7 0 32 14.3 32 32v64c0 17.7-14.3 32-32 32H64c-17.7 0-32-14.3-32-32V384c0-17.7 14.3-32 32-32H172.1l-32-32zM432 416a24 24 0 1 0 -48 0 24 24 0 1 0 48 0z"]},e.cb=e.mw},5327:(t,e)=>{"use strict";e.mw={prefix:"fal",iconName:"ellipsis",icon:[448,512,["ellipsis-h"],"f141","M416 256a32 32 0 1 1 -64 0 32 32 0 1 1 64 0zm-160 0a32 32 0 1 1 -64 0 32 32 0 1 1 64 0zM64 288a32 32 0 1 1 0-64 32 32 0 1 1 0 64z"]},e.Dw=e.mw},8701:(t,e)=>{"use strict";e.mw={prefix:"fal",iconName:"ellipsis-vertical",icon:[128,512,["ellipsis-v"],"f142","M64 384a32 32 0 1 0 0 64 32 32 0 1 0 0-64zm0-160a32 32 0 1 0 0 64 32 32 0 1 0 0-64zM96 96A32 32 0 1 0 32 96a32 32 0 1 0 64 0z"]},e.nx=e.mw},7675:(t,e)=>{"use strict";e.mw={prefix:"fal",iconName:"exclamation",icon:[64,512,[10069,10071,61738],"21","M48 48c0-8.8-7.2-16-16-16s-16 7.2-16 16V352c0 8.8 7.2 16 16 16s16-7.2 16-16V48zM32 472a24 24 0 1 0 0-48 24 24 0 1 0 0 48z"]},e.bx=e.mw},4155:(t,e)=>{"use strict";e.mw={prefix:"fal",iconName:"eye",icon:[576,512,[128065],"f06e","M117.2 136C160.3 96 217.6 64 288 64s127.7 32 170.8 72c43.1 40 71.9 88 85.2 120c-13.3 32-42.1 80-85.2 120c-43.1 40-100.4 72-170.8 72s-127.7-32-170.8-72C74.1 336 45.3 288 32 256c13.3-32 42.1-80 85.2-120zM288 32c-80.8 0-145.5 36.8-192.6 80.6C48.6 156 17.3 208 2.5 243.7c-3.3 7.9-3.3 16.7 0 24.6C17.3 304 48.6 356 95.4 399.4C142.5 443.2 207.2 480 288 480s145.5-36.8 192.6-80.6c46.8-43.5 78.1-95.4 93-131.1c3.3-7.9 3.3-16.7 0-24.6c-14.9-35.7-46.2-87.7-93-131.1C433.5 68.8 368.8 32 288 32zM192 256a96 96 0 1 1 192 0 96 96 0 1 1 -192 0zm224 0a128 128 0 1 0 -256 0 128 128 0 1 0 256 0z"]},e.pS=e.mw},6977:(t,e)=>{"use strict";e.mw={prefix:"fal",iconName:"eye-slash",icon:[640,512,[],"f070","M25.9 3.4C19-2 8.9-.8 3.4 6.1S-.8 23.1 6.1 28.6l608 480c6.9 5.5 17 4.3 22.5-2.6s4.3-17-2.6-22.5L25.9 3.4zM605.5 268.3c3.3-7.9 3.3-16.7 0-24.6c-14.9-35.7-46.2-87.7-93-131.1C465.5 68.8 400.8 32 320 32c-51.2 0-96 14.8-133.9 36.8l27.3 21.5C244.6 74.2 280.2 64 320 64c70.4 0 127.7 32 170.8 72c43.1 40 71.9 88 85.2 120c-9.2 22.1-25.9 52-49.5 81.5l25.1 19.8c25.6-32 43.7-64.4 53.9-89zM88.4 154.7c-25.6 32-43.7 64.4-53.9 89c-3.3 7.9-3.3 16.7 0 24.6c14.9 35.7 46.2 87.7 93 131.1C174.5 443.2 239.2 480 320 480c51.2 0 96-14.8 133.9-36.8l-27.3-21.5C395.4 437.8 359.8 448 320 448c-70.4 0-127.7-32-170.8-72C106.1 336 77.3 288 64 256c9.2-22.1 25.9-52 49.5-81.5L88.4 154.7zM320 384c16.7 0 32.7-3.2 47.4-9.1l-30.9-24.4c-5.4 .9-10.9 1.4-16.5 1.4c-51 0-92.8-39.8-95.8-90.1l-30.9-24.4c-.9 6-1.3 12.2-1.3 18.5c0 70.7 57.3 128 128 128zM448 256c0-70.7-57.3-128-128-128c-16.7 0-32.7 3.2-47.4 9.1l30.9 24.4c5.4-.9 10.9-1.4 16.5-1.4c51 0 92.8 39.8 95.8 90.1l30.9 24.4c.9-6 1.3-12.2 1.3-18.5z"]},e.k6=e.mw},9805:(t,e)=>{"use strict";e.mw={prefix:"fal",iconName:"fill",icon:[512,512,[],"f575","M59.3 4.7c-6.2-6.2-16.4-6.2-22.6 0s-6.2 16.4 0 22.6l97.4 97.4L30.6 228.1c-37.5 37.5-37.5 98.3 0 135.8L148.1 481.4c37.5 37.5 98.3 37.5 135.8 0L474.3 290.9c28.1-28.1 28.1-73.7 0-101.8L322.9 37.7c-28.1-28.1-73.7-28.1-101.8 0l-64.4 64.4L59.3 4.7zm97.4 142.6l88 88c6.2 6.2 16.4 6.2 22.6 0s6.2-16.4 0-22.6l-88-88 64.4-64.4c15.6-15.6 40.9-15.6 56.6 0L451.7 211.7c15.6 15.6 15.6 40.9 0 56.6L432 288H35c1.7-13.6 7.8-26.8 18.2-37.3L156.7 147.3zM53.3 341.3C47 335 42.3 327.7 39.2 320H400L261.3 458.7c-25 25-65.5 25-90.5 0L53.3 341.3z"]},e.HV=e.mw},5633:(t,e)=>{"use strict";e.mw={prefix:"fal",iconName:"filter",icon:[512,512,[],"f0b0","M0 71.5C0 49.7 17.7 32 39.5 32H472.5C494.3 32 512 49.7 512 71.5c0 9.2-3.2 18.1-9.1 25.2L320 317.8V446.1c0 18.7-15.2 33.9-33.9 33.9c-7.5 0-14.8-2.5-20.8-7.1l-61-47.4c-7.8-6.1-12.4-15.4-12.4-25.3V317.8L9.1 96.7C3.2 89.6 0 80.7 0 71.5zM39.5 64c-4.2 0-7.5 3.4-7.5 7.5c0 1.8 .6 3.4 1.7 4.8L220.3 301.8c2.4 2.9 3.7 6.5 3.7 10.2v88.2l61 47.4c.3 .3 .7 .4 1.1 .4c1 0 1.9-.8 1.9-1.9V312c0-3.7 1.3-7.3 3.7-10.2L478.3 76.3c1.1-1.3 1.7-3 1.7-4.8c0-4.2-3.4-7.5-7.5-7.5H39.5z"]},e.mR=e.mw},1552:(t,e)=>{"use strict";e.mw={prefix:"fal",iconName:"flag-pennant",icon:[448,512,[128681,"pennant"],"f456","M32 16C32 7.2 24.8 0 16 0S0 7.2 0 16V32 64 320v32V496c0 8.8 7.2 16 16 16s16-7.2 16-16V350.9L432.9 213.2c9.1-3.1 15.1-11.6 15.1-21.2s-6.1-18.1-15.1-21.2L32 33.1V16zm0 50.9L396.1 192 32 317.1V66.9z"]},e.I2=e.mw},279:(t,e)=>{"use strict";Object.defineProperty(e,"__esModule",{value:!0});var i="floppy-disk",o=[128190,128426,"save"],n="f0c7",r="M32 96c0-17.7 14.3-32 32-32l0 96c0 17.7 14.3 32 32 32H288c17.7 0 32-14.3 32-32V65.8c4.5 1.6 8.7 4.2 12.1 7.6l74.5 74.5c6 6 9.4 14.1 9.4 22.6V416c0 17.7-14.3 32-32 32H64c-17.7 0-32-14.3-32-32V96zM96 64H288v96H96V64zM0 96V416c0 35.3 28.7 64 64 64H384c35.3 0 64-28.7 64-64V170.5c0-17-6.7-33.3-18.7-45.3L354.7 50.7c-12-12-28.3-18.7-45.3-18.7H64C28.7 32 0 60.7 0 96zM272 320a48 48 0 1 1 -96 0 48 48 0 1 1 96 0zm-48-80a80 80 0 1 0 0 160 80 80 0 1 0 0-160z";e.definition={prefix:"fal",iconName:i,icon:[448,512,o,n,r]},e.faFloppyDisk=e.definition,e.prefix="fal",e.iconName=i,e.width=448,e.height=512,e.ligatures=o,e.unicode=n,e.svgPathData=r,e.aliases=o},2476:(t,e)=>{"use strict";e.mw={prefix:"fal",iconName:"folder",icon:[512,512,[128193,128447,61716,"folder-blank"],"f07b","M64 64C46.3 64 32 78.3 32 96V416c0 17.7 14.3 32 32 32H448c17.7 0 32-14.3 32-32V160c0-17.7-14.3-32-32-32H291.9c-17 0-33.3-6.7-45.3-18.7L210.7 73.4c-6-6-14.1-9.4-22.6-9.4H64zM0 96C0 60.7 28.7 32 64 32H188.1c17 0 33.3 6.7 45.3 18.7l35.9 35.9c6 6 14.1 9.4 22.6 9.4H448c35.3 0 64 28.7 64 64V416c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V96z"]},e.ao=e.mw},9648:(t,e)=>{"use strict";e.mw={prefix:"fal",iconName:"folder-open",icon:[576,512,[128194,128449,61717],"f07c","M448 160v32h32V160c0-35.3-28.7-64-64-64H298.5c-17 0-33.3-6.7-45.3-18.7L226.7 50.7c-12-12-28.3-18.7-45.3-18.7H64C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64H384h80c19.6 0 37.3-11.9 44.6-30.2l64-160c5.9-14.8 4.1-31.5-4.8-44.7S543.9 224 528 224H128c-19.6 0-37.3 11.9-44.6 30.2L32 382.8V96c0-17.7 14.3-32 32-32H181.5c8.5 0 16.6 3.4 22.6 9.4l22.6-22.6L204.1 73.4l26.5 26.5c18 18 42.4 28.1 67.9 28.1H416c17.7 0 32 14.3 32 32zM384 448H64c-5.3 0-10.3-2.6-13.2-7s-3.6-10-1.6-14.9l64-160c2.4-6.1 8.3-10.1 14.9-10.1H528c5.3 0 10.3 2.6 13.2 7s3.6 10 1.6 14.9l-64 160C476.4 444 470.5 448 464 448H384z"]},e.Uj=e.mw},2171:(t,e)=>{"use strict";e.mw={prefix:"fal",iconName:"gear",icon:[512,512,[9881,"cog"],"f013","M223.3 37.8c.4-1.5 1.3-2.8 2.4-3.8c9.9-1.3 20-2 30.3-2s20.4 .7 30.3 2c1.1 1 1.9 2.3 2.4 3.8l13.7 47.7c3.5 12.1 12.2 21.1 22.5 26.1c7.6 3.6 14.8 7.8 21.7 12.5c9.4 6.5 21.7 9.5 33.9 6.5l48.2-12c1.5-.4 3-.3 4.4 .2c5.4 6.9 10.4 14.2 14.9 21.8l4.3 7.4c4.2 7.5 7.9 15.3 11.2 23.3c-.3 1.5-1 2.9-2.1 4L426.8 211c-8.7 9-12.2 21.1-11.3 32.5c.3 4.1 .5 8.3 .5 12.5s-.2 8.4-.5 12.5c-.9 11.4 2.6 23.5 11.3 32.5l34.5 35.7c1.1 1.1 1.8 2.5 2.1 4c-3.3 8-7 15.8-11.2 23.4l-4.2 7.3c-4.6 7.6-9.6 14.8-14.9 21.8c-1.4 .5-2.9 .5-4.4 .2l-48.2-12c-12.2-3-24.4 0-33.9 6.5c-6.9 4.7-14.1 8.9-21.7 12.5c-10.3 4.9-19.1 14-22.5 26.1l-13.7 47.7c-.4 1.5-1.3 2.8-2.4 3.8c-9.9 1.3-20 2-30.3 2s-20.4-.7-30.3-2c-1.1-1-1.9-2.3-2.4-3.8l-13.7-47.7c-3.5-12.1-12.2-21.1-22.5-26.1c-7.6-3.6-14.8-7.8-21.7-12.5c-9.4-6.5-21.7-9.5-33.9-6.5l-48.2 12c-1.5 .4-3 .3-4.4-.2c-5.4-7-10.4-14.2-15-21.8l-4.2-7.3c-4.2-7.5-7.9-15.3-11.2-23.4c.3-1.5 1-2.9 2.1-4L85.2 301c8.7-9 12.2-21.1 11.3-32.5c-.3-4.1-.5-8.3-.5-12.5s.2-8.4 .5-12.5c.9-11.4-2.6-23.5-11.3-32.5L50.7 175.2c-1.1-1.1-1.8-2.5-2.1-4c3.3-8 7-15.8 11.2-23.4l4.2-7.3c4.6-7.6 9.6-14.8 15-21.8c1.4-.5 2.9-.5 4.4-.2l48.2 12c12.2 3 24.4 0 33.9-6.5c6.9-4.7 14.1-8.9 21.7-12.5c10.3-4.9 19.1-14 22.5-26.1l13.7-47.7zM256 0c-13 0-25.9 1-38.4 2.9c-1.7 .3-3.4 .8-5 1.6c-9.5 4.9-16.9 13.6-20 24.5L178.9 76.7c-.6 2.2-2.5 4.5-5.6 6c-9.1 4.3-17.8 9.4-26 15c-2.8 1.9-5.8 2.4-8 1.8l-48.2-12C80.2 84.8 69 86.9 60 92.6c-1.5 .9-2.8 2.1-3.9 3.5C49 105 42.4 114.3 36.5 124.1l-.1 .3L32 132l-.1 .3c-5.4 9.8-10.2 19.9-14.3 30.4c-.6 1.6-1 3.3-1.1 5c-.5 10.8 3.3 21.6 11.2 29.8l34.5 35.7c1.6 1.7 2.7 4.4 2.4 7.8c-.4 5-.6 10-.6 15s.2 10.1 .6 15c.3 3.4-.8 6.2-2.4 7.8L27.7 314.6c-7.9 8.2-11.7 19-11.2 29.8c.1 1.7 .5 3.4 1.1 5c4.1 10.5 8.9 20.6 14.3 30.4l.1 .3 4.4 7.6 .1 .3c5.9 9.8 12.4 19.2 19.6 28.1c1.1 1.4 2.4 2.6 3.9 3.5c9 5.7 20.2 7.8 31.1 5.1l48.2-12c2.2-.6 5.2-.1 8 1.8c8.2 5.7 16.9 10.7 26 15c3.1 1.5 4.9 3.8 5.6 6L192.6 483c3.1 10.8 10.5 19.5 20 24.5c1.6 .8 3.2 1.4 5 1.6C230.1 511 243 512 256 512s25.9-1 38.4-2.9c1.7-.3 3.4-.8 5-1.6c9.5-4.9 16.9-13.6 20-24.5l13.7-47.7c.6-2.2 2.5-4.5 5.6-6c9.1-4.3 17.8-9.4 26-15c2.8-1.9 5.8-2.4 8-1.8l48.2 12c10.9 2.7 22.1 .7 31.1-5.1c1.5-.9 2.8-2.1 3.9-3.5c7.1-8.9 13.6-18.2 19.5-28l.1-.3L480 380l.1-.3c5.4-9.7 10.2-19.9 14.3-30.4c.6-1.6 1-3.3 1.1-5c.5-10.8-3.3-21.6-11.2-29.8l-34.5-35.7c-1.6-1.7-2.7-4.4-2.4-7.8c.4-5 .6-10 .6-15s-.2-10.1-.6-15c-.3-3.4 .8-6.2 2.4-7.8l34.5-35.7c7.9-8.2 11.7-19 11.2-29.8c-.1-1.7-.5-3.4-1.1-5c-4.1-10.5-8.9-20.6-14.3-30.4l-.1-.3-4.4-7.6-.1-.3c-5.9-9.8-12.4-19.2-19.5-28c-1.1-1.4-2.4-2.6-3.9-3.5c-9-5.7-20.2-7.8-31.1-5.1l-48.2 12c-2.2 .6-5.2 .1-8-1.8c-8.2-5.7-16.9-10.7-26-15c-3.1-1.5-4.9-3.8-5.6-6L319.4 29c-3.1-10.8-10.5-19.5-20-24.5c-1.6-.8-3.2-1.4-5-1.6C281.9 1 269 0 256 0zM200 256a56 56 0 1 1 112 0 56 56 0 1 1 -112 0zm144 0a88 88 0 1 0 -176 0 88 88 0 1 0 176 0z"]},e.BH=e.mw},8569:(t,e)=>{"use strict";e.mw={prefix:"fal",iconName:"grip-lines",icon:[448,512,[],"f7a4","M448 192c0-8.8-7.2-16-16-16L16 176c-8.8 0-16 7.2-16 16s7.2 16 16 16l416 0c8.8 0 16-7.2 16-16zm0 128c0-8.8-7.2-16-16-16L16 304c-8.8 0-16 7.2-16 16s7.2 16 16 16l416 0c8.8 0 16-7.2 16-16z"]},e.Nb=e.mw},2955:(t,e)=>{"use strict";e.mw={prefix:"fal",iconName:"grip-lines-vertical",icon:[192,512,[],"f7a5","M32 32c-8.8 0-16 7.2-16 16l0 416c0 8.8 7.2 16 16 16s16-7.2 16-16L48 48c0-8.8-7.2-16-16-16zm128 0c-8.8 0-16 7.2-16 16l0 416c0 8.8 7.2 16 16 16s16-7.2 16-16l0-416c0-8.8-7.2-16-16-16z"]},e.Z4=e.mw},2582:(t,e)=>{"use strict";e.mw={prefix:"fal",iconName:"grip-vertical",icon:[320,512,[],"f58e","M32 440l0-48c0-4.4 3.6-8 8-8l48 0c4.4 0 8 3.6 8 8l0 48c0 4.4-3.6 8-8 8l-48 0c-4.4 0-8-3.6-8-8zm8 40l48 0c22.1 0 40-17.9 40-40l0-48c0-22.1-17.9-40-40-40l-48 0c-22.1 0-40 17.9-40 40l0 48c0 22.1 17.9 40 40 40zm184-40l0-48c0-4.4 3.6-8 8-8l48 0c4.4 0 8 3.6 8 8l0 48c0 4.4-3.6 8-8 8l-48 0c-4.4 0-8-3.6-8-8zm8 40l48 0c22.1 0 40-17.9 40-40l0-48c0-22.1-17.9-40-40-40l-48 0c-22.1 0-40 17.9-40 40l0 48c0 22.1 17.9 40 40 40zM32 232c0-4.4 3.6-8 8-8l48 0c4.4 0 8 3.6 8 8l0 48c0 4.4-3.6 8-8 8l-48 0c-4.4 0-8-3.6-8-8l0-48zM0 280c0 22.1 17.9 40 40 40l48 0c22.1 0 40-17.9 40-40l0-48c0-22.1-17.9-40-40-40l-48 0c-22.1 0-40 17.9-40 40l0 48zm224 0l0-48c0-4.4 3.6-8 8-8l48 0c4.4 0 8 3.6 8 8l0 48c0 4.4-3.6 8-8 8l-48 0c-4.4 0-8-3.6-8-8zm8 40l48 0c22.1 0 40-17.9 40-40l0-48c0-22.1-17.9-40-40-40l-48 0c-22.1 0-40 17.9-40 40l0 48c0 22.1 17.9 40 40 40zM32 72c0-4.4 3.6-8 8-8l48 0c4.4 0 8 3.6 8 8l0 48c0 4.4-3.6 8-8 8l-48 0c-4.4 0-8-3.6-8-8l0-48zM0 120c0 22.1 17.9 40 40 40l48 0c22.1 0 40-17.9 40-40l0-48c0-22.1-17.9-40-40-40L40 32C17.9 32 0 49.9 0 72l0 48zm224 0l0-48c0-4.4 3.6-8 8-8l48 0c4.4 0 8 3.6 8 8l0 48c0 4.4-3.6 8-8 8l-48 0c-4.4 0-8-3.6-8-8zm8 40l48 0c22.1 0 40-17.9 40-40l0-48c0-22.1-17.9-40-40-40l-48 0c-22.1 0-40 17.9-40 40l0 48c0 22.1 17.9 40 40 40z"]},e.S9=e.mw},8796:(t,e)=>{"use strict";e.mw={prefix:"fal",iconName:"heading",icon:[448,512,["header"],"f1dc","M0 48c0-8.8 7.2-16 16-16H80h64c8.8 0 16 7.2 16 16s-7.2 16-16 16H96V224H352V64H304c-8.8 0-16-7.2-16-16s7.2-16 16-16h64 64c8.8 0 16 7.2 16 16s-7.2 16-16 16H384V240 448h48c8.8 0 16 7.2 16 16s-7.2 16-16 16H304c-8.8 0-16-7.2-16-16s7.2-16 16-16h48V256H96V448h48c8.8 0 16 7.2 16 16s-7.2 16-16 16H16c-8.8 0-16-7.2-16-16s7.2-16 16-16H64V240 64H16C7.2 64 0 56.8 0 48z"]},e.Am=e.mw},486:(t,e)=>{"use strict";e.mw={prefix:"fal",iconName:"horizontal-rule",icon:[640,512,[8213],"f86c","M0 256c0-8.8 7.2-16 16-16H624c8.8 0 16 7.2 16 16s-7.2 16-16 16H16c-8.8 0-16-7.2-16-16z"]},e.ad=e.mw},9518:(t,e)=>{"use strict";e.mw={prefix:"fal",iconName:"house",icon:[576,512,[127968,63498,63500,"home","home-alt","home-lg-alt"],"f015","M298.6 4c-6-5.3-15.1-5.3-21.2 0L5.4 244c-6.6 5.8-7.3 16-1.4 22.6s16 7.3 22.6 1.4L64 235V432c0 44.2 35.8 80 80 80H432c44.2 0 80-35.8 80-80V235l37.4 33c6.6 5.8 16.7 5.2 22.6-1.4s5.2-16.7-1.4-22.6L298.6 4zM96 432V206.7L288 37.3 480 206.7V432c0 26.5-21.5 48-48 48H368V320c0-17.7-14.3-32-32-32H240c-17.7 0-32 14.3-32 32V480H144c-26.5 0-48-21.5-48-48zm144 48V320h96V480H240z"]},e.mu=e.mw},5255:(t,e)=>{"use strict";e.mw={prefix:"fal",iconName:"image",icon:[512,512,[],"f03e","M64 64C46.3 64 32 78.3 32 96V329.4l67.7-67.7c15.6-15.6 40.9-15.6 56.6 0L224 329.4 355.7 197.7c15.6-15.6 40.9-15.6 56.6 0L480 265.4V96c0-17.7-14.3-32-32-32H64zM32 374.6V416c0 17.7 14.3 32 32 32h41.4l96-96-67.7-67.7c-3.1-3.1-8.2-3.1-11.3 0L32 374.6zM389.7 220.3c-3.1-3.1-8.2-3.1-11.3 0L150.6 448H448c17.7 0 32-14.3 32-32V310.6l-90.3-90.3zM0 96C0 60.7 28.7 32 64 32H448c35.3 0 64 28.7 64 64V416c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V96zm160 48a16 16 0 1 0 -32 0 16 16 0 1 0 32 0zm-64 0a48 48 0 1 1 96 0 48 48 0 1 1 -96 0z"]},e.jb=e.mw},5501:(t,e)=>{"use strict";e.mw={prefix:"fal",iconName:"input-text",icon:[640,512,[],"e1bf","M64 96c-17.7 0-32 14.3-32 32V384c0 17.7 14.3 32 32 32H576c17.7 0 32-14.3 32-32V128c0-17.7-14.3-32-32-32H64zM0 128C0 92.7 28.7 64 64 64H576c35.3 0 64 28.7 64 64V384c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V128zm176 32c6.5 0 12.4 4 14.9 10.1l64 160c3.3 8.2-.7 17.5-8.9 20.8s-17.5-.7-20.8-8.9L216.4 320l-.4 0H136l-.4 0-8.8 21.9c-3.3 8.2-12.6 12.2-20.8 8.9s-12.2-12.6-8.9-20.8l64-160c2.4-6.1 8.3-10.1 14.9-10.1zm0 59.1L148.4 288h55.1L176 219.1zM288 176c0-8.8 7.2-16 16-16h56c30.9 0 56 25.1 56 56c0 12.1-3.8 23.3-10.4 32.5C421.5 258.4 432 276 432 296c0 30.9-25.1 56-56 56H304c-8.8 0-16-7.2-16-16V320 256 192 176zm72 96H320v48h56c13.3 0 24-10.7 24-24s-10.7-24-24-24H360zm0-32c13.3 0 24-10.7 24-24s-10.7-24-24-24H320v48h40z"]},e.n2=e.mw},5156:(t,e)=>{"use strict";e.mw={prefix:"fal",iconName:"italic",icon:[384,512,[],"f033","M128 48c0-8.8 7.2-16 16-16H368c8.8 0 16 7.2 16 16s-7.2 16-16 16H283L135.3 448H240c8.8 0 16 7.2 16 16s-7.2 16-16 16H16c-8.8 0-16-7.2-16-16s7.2-16 16-16h85L248.7 64H144c-8.8 0-16-7.2-16-16z"]},e.SI=e.mw},9428:(t,e)=>{"use strict";e.mw={prefix:"fal",iconName:"layer-group",icon:[576,512,[],"f5fd","M266.2 4.7C273 1.6 280.5 0 288 0s15 1.6 21.8 4.7l217.4 97.5c10.2 4.6 16.8 14.7 16.8 25.9s-6.6 21.3-16.8 25.9L309.8 251.3c-6.9 3.1-14.3 4.7-21.8 4.7s-15-1.6-21.8-4.7L48.8 153.9C38.6 149.3 32 139.2 32 128s6.6-21.3 16.8-25.9L266.2 4.7zM288 32c-3 0-6 .6-8.8 1.9L69.3 128l210 94.1c2.8 1.2 5.7 1.9 8.8 1.9s6-.6 8.8-1.9l210-94.1-210-94.1C294 32.6 291 32 288 32zM48.8 358.1l45.9-20.6 39.1 17.5L69.3 384l210 94.1c2.8 1.2 5.7 1.9 8.8 1.9s6-.6 8.8-1.9l210-94.1-64.5-28.9 39.1-17.5 45.9 20.6c10.2 4.6 16.8 14.7 16.8 25.9s-6.6 21.3-16.8 25.9L309.8 507.3c-6.9 3.1-14.3 4.7-21.8 4.7s-15-1.6-21.8-4.7L48.8 409.9C38.6 405.3 32 395.2 32 384s6.6-21.3 16.8-25.9zM94.7 209.5l39.1 17.5L69.3 256l210 94.1c2.8 1.2 5.7 1.9 8.8 1.9s6-.6 8.8-1.9l210-94.1-64.5-28.9 39.1-17.5 45.9 20.6c10.2 4.6 16.8 14.7 16.8 25.9s-6.6 21.3-16.8 25.9L309.8 379.3c-6.9 3.1-14.3 4.7-21.8 4.7s-15-1.6-21.8-4.7L48.8 281.9C38.6 277.3 32 267.2 32 256s6.6-21.3 16.8-25.9l45.9-20.6z"]},e.qI=e.mw},7645:(t,e)=>{"use strict";e.mw={prefix:"fal",iconName:"left",icon:[448,512,["arrow-alt-left"],"f355","M32 258.3l0-4.6c0-4.4 1.8-8.6 5-11.6L186.8 99.5c2.3-2.2 5.4-3.5 8.7-3.5c6.9 0 12.6 5.6 12.6 12.6l0 83.4c0 8.8 7.2 16 16 16l176 0c8.8 0 16 7.2 16 16l0 64c0 8.8-7.2 16-16 16l-176 0c-8.8 0-16 7.2-16 16l0 83.4c0 6.9-5.6 12.6-12.6 12.6c-3.2 0-6.3-1.2-8.7-3.5L37 269.9c-3.2-3-5-7.2-5-11.6zM195.4 64C184 64 173 68.4 164.7 76.3L14.9 219C5.4 228 0 240.6 0 253.7l0 4.6C0 271.4 5.4 284 14.9 293L164.7 435.7C173 443.6 184 448 195.4 448c24.6 0 44.6-20 44.6-44.6l0-67.4 160 0c26.5 0 48-21.5 48-48l0-64c0-26.5-21.5-48-48-48l-160 0 0-67.4C240 84 220 64 195.4 64z"]},e.HF=e.mw},2052:(t,e)=>{"use strict";e.mw={prefix:"fal",iconName:"link",icon:[640,512,[128279,"chain"],"f0c1","M591.5 256c50-50 50-131 0-181s-131-50-181 0L387.9 97.6c-6.2 6.2-6.2 16.4 0 22.6s16.4 6.2 22.6 0l22.6-22.6c37.5-37.5 98.3-37.5 135.8 0s37.5 98.3 0 135.8L444.3 357.9c-37.4 37.4-98.1 37.4-135.6 0c-35.6-35.6-37.6-92.6-4.7-130.6l5.3-6.1c5.8-6.7 5.1-16.8-1.6-22.6s-16.8-5.1-22.6 1.6l-5.3 6.1c-43.9 50.7-41.2 126.7 6.2 174.1c49.9 49.9 130.9 49.9 180.8 0L591.5 256zM48.5 256c-50 50-50 131 0 181s131 50 181 0l22.6-22.6c6.2-6.2 6.2-16.4 0-22.6s-16.4-6.2-22.6 0l-22.6 22.6c-37.5 37.5-98.3 37.5-135.8 0s-37.5-98.3 0-135.8L195.7 154.1c37.4-37.4 98.1-37.4 135.6 0c35.6 35.6 37.6 92.6 4.7 130.6l-5.3 6.1c-5.8 6.7-5.1 16.8 1.6 22.6s16.8 5.1 22.6-1.6l5.3-6.1c43.9-50.7 41.2-126.7-6.2-174.1C303.9 81.5 223 81.5 173 131.4L48.5 256z"]},e.CQ=e.mw},3680:(t,e)=>{"use strict";e.mw={prefix:"fal",iconName:"list",icon:[512,512,["list-squares"],"f03a","M48 112V80H80v32H48zM16 72v48c0 13.3 10.7 24 24 24H88c13.3 0 24-10.7 24-24V72c0-13.3-10.7-24-24-24H40C26.7 48 16 58.7 16 72zm160 8c-8.8 0-16 7.2-16 16s7.2 16 16 16H496c8.8 0 16-7.2 16-16s-7.2-16-16-16H176zm0 160c-8.8 0-16 7.2-16 16s7.2 16 16 16H496c8.8 0 16-7.2 16-16s-7.2-16-16-16H176zm0 160c-8.8 0-16 7.2-16 16s7.2 16 16 16H496c8.8 0 16-7.2 16-16s-7.2-16-16-16H176zM48 240H80v32H48V240zm-8-32c-13.3 0-24 10.7-24 24v48c0 13.3 10.7 24 24 24H88c13.3 0 24-10.7 24-24V232c0-13.3-10.7-24-24-24H40zm8 224V400H80v32H48zM16 392v48c0 13.3 10.7 24 24 24H88c13.3 0 24-10.7 24-24V392c0-13.3-10.7-24-24-24H40c-13.3 0-24 10.7-24 24z"]},e.IT=e.mw},2830:(t,e)=>{"use strict";e.mw={prefix:"fal",iconName:"list-check",icon:[512,512,["tasks"],"f0ae","M156.3 58.2c5.7-6.8 4.7-16.9-2-22.5s-16.9-4.7-22.5 2L62.9 120.3 27.3 84.7c-6.2-6.2-16.4-6.2-22.6 0s-6.2 16.4 0 22.6l48 48c3.2 3.2 7.5 4.9 12 4.7s8.7-2.3 11.6-5.7l80-96zm0 160c5.7-6.8 4.7-16.9-2-22.5s-16.9-4.7-22.5 2L62.9 280.3 27.3 244.7c-6.2-6.2-16.4-6.2-22.6 0s-6.2 16.4 0 22.6l48 48c3.2 3.2 7.5 4.9 12 4.7s8.7-2.3 11.6-5.7l80-96zM192 96c0 8.8 7.2 16 16 16H496c8.8 0 16-7.2 16-16s-7.2-16-16-16H208c-8.8 0-16 7.2-16 16zm0 160c0 8.8 7.2 16 16 16H496c8.8 0 16-7.2 16-16s-7.2-16-16-16H208c-8.8 0-16 7.2-16 16zM160 416c0 8.8 7.2 16 16 16H496c8.8 0 16-7.2 16-16s-7.2-16-16-16H176c-8.8 0-16 7.2-16 16zm-64 0a32 32 0 1 0 -64 0 32 32 0 1 0 64 0z"]},e.UN=e.mw},9999:(t,e)=>{"use strict";e.mw={prefix:"fal",iconName:"list-ol",icon:[512,512,["list-1-2","list-numeric"],"f0cb","M32 48c0 8.8 7.2 16 16 16H64V192H32c-8.8 0-16 7.2-16 16s7.2 16 16 16h96c8.8 0 16-7.2 16-16s-7.2-16-16-16H96V48c0-8.8-7.2-16-16-16H48c-8.8 0-16 7.2-16 16zM192 96c0 8.8 7.2 16 16 16H496c8.8 0 16-7.2 16-16s-7.2-16-16-16H208c-8.8 0-16 7.2-16 16zm0 160c0 8.8 7.2 16 16 16H496c8.8 0 16-7.2 16-16s-7.2-16-16-16H208c-8.8 0-16 7.2-16 16zm0 160c0 8.8 7.2 16 16 16H496c8.8 0 16-7.2 16-16s-7.2-16-16-16H208c-8.8 0-16 7.2-16 16zM58.7 323.9c11.1-11.1 29.2-10.5 39.6 1.3c9.2 10.5 8.9 26.2-.6 36.3L12.3 453.1c-4.3 4.7-5.5 11.5-3 17.3s8.3 9.6 14.7 9.6H128c8.8 0 16-7.2 16-16s-7.2-16-16-16H60.8l60.3-64.6c20.7-22.2 21.2-56.4 1.3-79.3c-22.5-25.7-62.1-27.1-86.3-2.9L20.7 316.7c-6.2 6.2-6.2 16.4 0 22.6s16.4 6.2 22.6 0l15.4-15.4z"]},e.Ts=e.mw},5244:(t,e)=>{"use strict";e.mw={prefix:"fal",iconName:"list-tree",icon:[512,512,[],"e1d2","M32 112H64V80H32v32zM0 72C0 58.7 10.7 48 24 48H72c13.3 0 24 10.7 24 24v48c0 13.3-10.7 24-24 24H64v96h64v-8c0-13.3 10.7-24 24-24h48c13.3 0 24 10.7 24 24v48c0 13.3-10.7 24-24 24H152c-13.3 0-24-10.7-24-24v-8H64V384c0 8.8 7.2 16 16 16h48v-8c0-13.3 10.7-24 24-24h48c13.3 0 24 10.7 24 24v48c0 13.3-10.7 24-24 24H152c-13.3 0-24-10.7-24-24v-8H80c-26.5 0-48-21.5-48-48V256 144H24c-13.3 0-24-10.7-24-24V72zM160 96c0-8.8 7.2-16 16-16H496c8.8 0 16 7.2 16 16s-7.2 16-16 16H176c-8.8 0-16-7.2-16-16zM288 256c0-8.8 7.2-16 16-16H496c8.8 0 16 7.2 16 16s-7.2 16-16 16H304c-8.8 0-16-7.2-16-16zm0 160c0-8.8 7.2-16 16-16H496c8.8 0 16 7.2 16 16s-7.2 16-16 16H304c-8.8 0-16-7.2-16-16zM160 432h32V400H160v32zm0-192v32h32V240H160z"]},e.QL=e.mw},3849:(t,e)=>{"use strict";e.mw={prefix:"fal",iconName:"magnifying-glass",icon:[512,512,[128269,"search"],"f002","M384 208A176 176 0 1 0 32 208a176 176 0 1 0 352 0zM343.3 366C307 397.2 259.7 416 208 416C93.1 416 0 322.9 0 208S93.1 0 208 0S416 93.1 416 208c0 51.7-18.8 99-50 135.3L507.3 484.7c6.2 6.2 6.2 16.4 0 22.6s-16.4 6.2-22.6 0L343.3 366z"]},e.$U=e.mw},9954:(t,e)=>{"use strict";e.mw={prefix:"fal",iconName:"minus",icon:[448,512,[8211,8722,10134,"subtract"],"f068","M432 256c0 8.8-7.2 16-16 16L32 272c-8.8 0-16-7.2-16-16s7.2-16 16-16l384 0c8.8 0 16 7.2 16 16z"]},e.EZ=e.mw},6795:(t,e)=>{"use strict";e.mw={prefix:"fal",iconName:"object-group",icon:[576,512,[],"f247","M64 125.3C45.4 118.7 32 100.9 32 80c0-26.5 21.5-48 48-48c20.9 0 38.7 13.4 45.3 32H450.7c6.6-18.6 24.4-32 45.3-32c26.5 0 48 21.5 48 48c0 20.9-13.4 38.7-32 45.3V386.7c18.6 6.6 32 24.4 32 45.3c0 26.5-21.5 48-48 48c-20.9 0-38.7-13.4-45.3-32H125.3c-6.6 18.6-24.4 32-45.3 32c-26.5 0-48-21.5-48-48c0-20.9 13.4-38.7 32-45.3V125.3zM125.3 96c-4.8 13.6-15.6 24.4-29.3 29.3V386.7c13.6 4.8 24.4 15.6 29.3 29.3H450.7c4.8-13.6 15.6-24.4 29.3-29.3V125.3c-13.6-4.8-24.4-15.6-29.3-29.3H125.3zM496 416a16 16 0 1 0 0 32 16 16 0 1 0 0-32zM96 432a16 16 0 1 0 -32 0 16 16 0 1 0 32 0zM496 64a16 16 0 1 0 0 32 16 16 0 1 0 0-32zM96 80A16 16 0 1 0 64 80a16 16 0 1 0 32 0zm80 48h96c26.5 0 48 21.5 48 48v64c0 26.5-21.5 48-48 48H176c-26.5 0-48-21.5-48-48V176c0-26.5 21.5-48 48-48zm-16 48v64c0 8.8 7.2 16 16 16h96c8.8 0 16-7.2 16-16V176c0-8.8-7.2-16-16-16H176c-8.8 0-16 7.2-16 16zm192 64c0-8.8 7.2-16 16-16h32c26.5 0 48 21.5 48 48v64c0 26.5-21.5 48-48 48H304c-26.5 0-48-21.5-48-48c0-8.8 7.2-16 16-16s16 7.2 16 16s7.2 16 16 16h96c8.8 0 16-7.2 16-16V272c0-8.8-7.2-16-16-16H368c-8.8 0-16-7.2-16-16z"]},e.cW=e.mw},6204:(t,e)=>{"use strict";e.mw={prefix:"fal",iconName:"object-union",icon:[512,512,[],"e49f","M160 320c17.7 0 32 14.3 32 32v96c0 17.7 14.3 32 32 32H448c17.7 0 32-14.3 32-32V224c0-17.7-14.3-32-32-32H352c-17.7 0-32-14.3-32-32V64c0-17.7-14.3-32-32-32H64C46.3 32 32 46.3 32 64V288c0 17.7 14.3 32 32 32h96zm-32 32H64c-35.3 0-64-28.7-64-64V64C0 28.7 28.7 0 64 0H288c35.3 0 64 28.7 64 64v64 32h32 64c35.3 0 64 28.7 64 64V448c0 35.3-28.7 64-64 64H224c-35.3 0-64-28.7-64-64V384 352H128z"]},e.Gl=e.mw},2489:(t,e)=>{"use strict";e.mw={prefix:"fal",iconName:"paintbrush-pencil",icon:[576,512,[],"e206","M534.5 86.6L369.9 251.3 324.6 206 489.3 41.4c12.5-12.5 32.8-12.5 45.3 0s12.5 32.8 0 45.3zM347.3 273.9l-36.6 36.6-36.1 36.1 0 0-4.6 4.6L224.6 306l40.7-40.7 0 0L302 228.6l45.3 45.3zM176 320c6.9 0 13.5 .9 19.9 2.5l57.7 57.7c1.6 6.3 2.5 13 2.5 19.9c0 44.2-35.8 80-80 80H36.8C58 480 74.3 468.5 84 455.1c9.5-13.1 14.2-30 12.5-46.7c-.3-2.7-.4-5.5-.4-8.3c0-44.2 35.8-80 80-80zm110.3 60.2L557.2 109.3c25-25 25-65.5 0-90.5s-65.5-25-90.5 0l-271 271c-6.4-1.1-13-1.7-19.7-1.7c-61.9 0-112 50.1-112 112c0 3.9 .2 7.8 .6 11.6C66.4 429.1 54.4 448 36.8 448H32c-17.7 0-32 14.3-32 32s14.3 32 32 32H176c61.9 0 112-50.1 112-112c0-6.8-.6-13.4-1.7-19.8zM170.8 17C148.9-4.9 113.5-4.9 91.6 17L49 59.6c-21.9 21.9-21.9 57.3 0 79.2L166.5 256.3c3.1-.2 6.3-.3 9.5-.3c2.7 0 5.3 .1 7.9 .2l13.9-13.9L149 193.6 225.6 117l48.8 48.8L297 143.2 170.8 17zM410.1 301.6l50.8 50.8c7.6 7.6 13.1 16.9 16.1 27.2l27.3 92.8-92.8-27.3c-10.3-3-19.6-8.6-27.2-16.1l-50.8-50.8-13.8 13.8c.1 2.7 .2 5.4 .2 8.1c0 3.2-.1 6.4-.3 9.5l42 42c11.4 11.4 25.4 19.7 40.8 24.2l121 35.6c5.6 1.7 11.7 .1 15.8-4s5.7-10.2 4-15.8l-35.6-121c-4.5-15.4-12.9-29.4-24.2-40.8l-50.8-50.8-22.6 22.6zM114.2 39.6c9.4-9.4 24.6-9.4 33.9 0L203 94.4 126.4 171 71.6 116.2c-9.4-9.4-9.4-24.6 0-33.9l42.6-42.6z"]},e.ff=e.mw},6817:(t,e)=>{"use strict";e.mw={prefix:"fal",iconName:"pen",icon:[512,512,[128394],"f304","M395.8 39.6c9.4-9.4 24.6-9.4 33.9 0l42.6 42.6c9.4 9.4 9.4 24.6 0 33.9L417.6 171 341 94.4l54.8-54.8zM318.4 117L395 193.6 159.6 428.9c-7.6 7.6-16.9 13.1-27.2 16.1L39.6 472.4l27.3-92.8c3-10.3 8.6-19.6 16.1-27.2L318.4 117zM452.4 17c-21.9-21.9-57.3-21.9-79.2 0L60.4 329.7c-11.4 11.4-19.7 25.4-24.2 40.8L.7 491.5c-1.7 5.6-.1 11.7 4 15.8s10.2 5.7 15.8 4l121-35.6c15.4-4.5 29.4-12.9 40.8-24.2L495 138.8c21.9-21.9 21.9-57.3 0-79.2L452.4 17z"]},e.hp=e.mw},6804:(t,e)=>{"use strict";e.mw={prefix:"fal",iconName:"plus",icon:[448,512,[10133,61543,"add"],"2b","M240 64c0-8.8-7.2-16-16-16s-16 7.2-16 16V240H32c-8.8 0-16 7.2-16 16s7.2 16 16 16H208V448c0 8.8 7.2 16 16 16s16-7.2 16-16V272H416c8.8 0 16-7.2 16-16s-7.2-16-16-16H240V64z"]},e.QL=e.mw},760:(t,e)=>{"use strict";e.mw={prefix:"fal",iconName:"puzzle-piece",icon:[512,512,[129513],"f12e","M169.1 17.3C183.8 6.3 203.2 0 224 0s40.2 6.3 54.9 17.3S304 44.6 304 64c0 19.5-10.6 35.9-25.3 46.8c-5.2 3.8-6.7 7.7-6.7 10c0 4 3.2 7.2 7.2 7.2H336c26.5 0 48 21.5 48 48v56.8c0 4 3.2 7.2 7.2 7.2c2.3 0 6.1-1.6 10-6.7c11-14.7 27.4-25.3 46.8-25.3c19.4 0 35.8 10.5 46.7 25.1s17.3 34.1 17.3 54.9s-6.3 40.2-17.3 54.9s-27.3 25.1-46.7 25.1c-19.5 0-35.9-10.6-46.8-25.3c-3.8-5.2-7.7-6.7-10-6.7c-4 0-7.2 3.2-7.2 7.2V464c0 26.5-21.5 48-48 48H279.2c-21.6 0-39.2-17.5-39.2-39.2c0-16.2 9.9-28.4 19.6-35.6c8.6-6.4 12.4-14.1 12.4-21.2c0-7.1-3.8-14.7-12.3-21.1s-21.1-10.9-35.7-10.9s-27.1 4.4-35.7 10.9s-12.3 14.1-12.3 21.1c0 7.1 3.8 14.8 12.4 21.2c9.7 7.2 19.6 19.4 19.6 35.6c0 21.7-17.5 39.2-39.2 39.2H48c-26.5 0-48-21.5-48-48V343.2C0 321.5 17.5 304 39.2 304c16.2 0 28.4 9.9 35.6 19.6C81.2 332.2 88.9 336 96 336c7.1 0 14.7-3.8 21.1-12.3s10.9-21.1 10.9-35.7s-4.4-27.1-10.9-35.7S103.1 240 96 240c-7.1 0-14.8 3.8-21.2 12.4C67.6 262.1 55.4 272 39.2 272C17.5 272 0 254.5 0 232.8V176c0-26.5 21.5-48 48-48H168.8c4 0 7.2-3.2 7.2-7.2c0-2.3-1.6-6.1-6.7-10C154.6 99.9 144 83.5 144 64c0-19.4 10.5-35.8 25.1-46.7zm19.2 25.6C179.8 49.3 176 56.9 176 64c0 7.1 3.8 14.8 12.4 21.2c9.7 7.2 19.6 19.4 19.6 35.6c0 21.6-17.5 39.2-39.2 39.2H48c-8.8 0-16 7.2-16 16v56.8c0 4 3.2 7.2 7.2 7.2c2.3 0 6.1-1.6 10-6.7C60.1 218.6 76.5 208 96 208c19.4 0 35.8 10.5 46.7 25.1s17.3 34.1 17.3 54.9s-6.3 40.2-17.3 54.9S115.4 368 96 368c-19.5 0-35.9-10.6-46.8-25.3c-3.8-5.2-7.7-6.7-10-6.7c-4 0-7.2 3.2-7.2 7.2V464c0 8.8 7.2 16 16 16H168.8c4 0 7.2-3.2 7.2-7.2c0-2.3-1.6-6.1-6.7-10c-14.7-11-25.3-27.4-25.3-46.8c0-19.4 10.5-35.8 25.1-46.7s34.1-17.3 54.9-17.3s40.2 6.3 54.9 17.3s25.1 27.3 25.1 46.7c0 19.5-10.6 35.9-25.3 46.8c-5.2 3.8-6.7 7.7-6.7 10c0 4 3.2 7.2 7.2 7.2H336c8.8 0 16-7.2 16-16V343.2c0-21.7 17.5-39.2 39.2-39.2c16.2 0 28.4 9.9 35.6 19.6c6.4 8.6 14.1 12.4 21.2 12.4c7.1 0 14.7-3.8 21.1-12.3s10.9-21.1 10.9-35.7s-4.4-27.1-10.9-35.7s-14.1-12.3-21.1-12.3c-7.1 0-14.8 3.8-21.2 12.4c-7.2 9.7-19.4 19.6-35.6 19.6c-21.7 0-39.2-17.5-39.2-39.2V176c0-8.8-7.2-16-16-16H279.2c-21.6 0-39.2-17.5-39.2-39.2c0-16.2 9.9-28.4 19.6-35.6C268.2 78.8 272 71.1 272 64c0-7.1-3.8-14.7-12.3-21.1S238.5 32 224 32s-27.1 4.4-35.7 10.9z"]},e._X=e.mw},4374:(t,e)=>{"use strict";e.mw={prefix:"fal",iconName:"quote-right",icon:[448,512,[8221,"quote-right-alt"],"f10e","M448 304c0 61.9-50.1 112-112 112H304c-8.8 0-16-7.2-16-16s7.2-16 16-16h32c44.2 0 80-35.8 80-80V279.4c-9.4 5.4-20.3 8.6-32 8.6H320c-35.3 0-64-28.7-64-64V160c0-35.3 28.7-64 64-64h64c35.3 0 64 28.7 64 64v32 32 80zM416 192V160c0-17.7-14.3-32-32-32H320c-17.7 0-32 14.3-32 32v64c0 17.7 14.3 32 32 32h64c17.7 0 32-14.3 32-32V192zM192 304c0 61.9-50.1 112-112 112H48c-8.8 0-16-7.2-16-16s7.2-16 16-16H80c44.2 0 80-35.8 80-80V279.4c-9.4 5.4-20.3 8.6-32 8.6H64c-35.3 0-64-28.7-64-64V160c0-35.3 28.7-64 64-64h64c35.3 0 64 28.7 64 64v32 32 80zM160 192V160c0-17.7-14.3-32-32-32H64c-17.7 0-32 14.3-32 32v64c0 17.7 14.3 32 32 32h64c17.7 0 32-14.3 32-32V192z"]},e.oE=e.mw},1633:(t,e,i)=>{"use strict";var o=i(2273);e.mw={prefix:o.prefix,iconName:o.iconName,icon:[o.width,o.height,o.aliases,o.unicode,o.svgPathData]},e.Vp=e.mw,o.prefix,o.iconName,o.width,o.height,o.aliases,o.unicode,o.svgPathData,o.aliases},7148:(t,e)=>{"use strict";e.mw={prefix:"fal",iconName:"right",icon:[448,512,[11157,"arrow-alt-right"],"f356","M416 253.7l0 4.6c0 4.4-1.8 8.6-5 11.6L261.2 412.5c-2.3 2.2-5.4 3.5-8.7 3.5c-6.9 0-12.6-5.6-12.6-12.6l0-83.4c0-8.8-7.2-16-16-16L48 304c-8.8 0-16-7.2-16-16l0-64c0-8.8 7.2-16 16-16l176 0c8.8 0 16-7.2 16-16l0-83.4c0-6.9 5.6-12.6 12.6-12.6c3.2 0 6.3 1.2 8.7 3.5L411 242.1c3.2 3 5 7.2 5 11.6zM252.6 448c11.4 0 22.5-4.4 30.7-12.3L433.1 293c9.5-9.1 14.9-21.6 14.9-34.8l0-4.6c0-13.1-5.4-25.7-14.9-34.8L283.3 76.3C275 68.4 264 64 252.6 64C228 64 208 84 208 108.6l0 67.4L48 176c-26.5 0-48 21.5-48 48l0 64c0 26.5 21.5 48 48 48l160 0 0 67.4c0 24.6 20 44.6 44.6 44.6z"]},e.qf=e.mw},2762:(t,e)=>{"use strict";e.mw={prefix:"fal",iconName:"rotate-left",icon:[512,512,["rotate-back","rotate-backward","undo-alt"],"f2ea","M94.7 360.2c-3.2-5-8.7-8.2-14.7-8.2c-12.3 0-20.3 12.8-13.7 23.2C106 438.2 176.1 480 256 480c123.7 0 224-100.3 224-224S379.7 32 256 32c-56.1 0-107.4 20.6-146.7 54.7L78.6 56c-5.1-5.1-12.1-8-19.3-8C44.2 48 32 60.2 32 75.3V176c0 8.8 7.2 16 16 16H148.7c15.1 0 27.3-12.2 27.3-27.3c0-7.2-2.9-14.2-8-19.3l-36-36C165.5 81.1 208.7 64 256 64c106 0 192 86 192 192s-86 192-192 192c-67.6 0-127.1-35-161.3-87.8zM64 86.6L137.4 160H64V86.6z"]},e.ub=e.mw},5981:(t,e)=>{"use strict";e.mw={prefix:"fal",iconName:"rotate-right",icon:[512,512,["redo-alt","rotate-forward"],"f2f9","M417.3 360.2c3.2-5 8.7-8.2 14.7-8.2c12.3 0 20.3 12.8 13.7 23.2C406 438.2 335.9 480 256 480C132.3 480 32 379.7 32 256S132.3 32 256 32c56.1 0 107.4 20.6 146.7 54.7L433.4 56c5.1-5.1 12.1-8 19.3-8C467.8 48 480 60.2 480 75.3V176c0 8.8-7.2 16-16 16H363.3c-15.1 0-27.3-12.2-27.3-27.3c0-7.2 2.9-14.2 8-19.3l36-36C346.5 81.1 303.3 64 256 64C150 64 64 150 64 256s86 192 192 192c67.6 0 127.1-35 161.3-87.8zM448 86.6L374.6 160H448V86.6z"]},e.lL=e.mw},1769:(t,e,i)=>{"use strict";var o=i(279);e.mw={prefix:o.prefix,iconName:o.iconName,icon:[o.width,o.height,o.aliases,o.unicode,o.svgPathData]},e.hS=e.mw,o.prefix,o.iconName,o.width,o.height,o.aliases,o.unicode,o.svgPathData,o.aliases},4390:(t,e)=>{"use strict";e.mw={prefix:"fal",iconName:"signal-bars",icon:[640,512,["signal-alt","signal-alt-4","signal-bars-strong"],"f690","M576 464V48c0-8.8-7.2-16-16-16s-16 7.2-16 16V464c0 8.8 7.2 16 16 16s16-7.2 16-16zM512 48c0-26.5 21.5-48 48-48s48 21.5 48 48V464c0 26.5-21.5 48-48 48s-48-21.5-48-48V48zM416 176c0-8.8-7.2-16-16-16s-16 7.2-16 16V464c0 8.8 7.2 16 16 16s16-7.2 16-16V176zm-64 0c0-26.5 21.5-48 48-48s48 21.5 48 48V464c0 26.5-21.5 48-48 48s-48-21.5-48-48V176zM256 464V304c0-8.8-7.2-16-16-16s-16 7.2-16 16V464c0 8.8 7.2 16 16 16s16-7.2 16-16zM240 256c26.5 0 48 21.5 48 48V464c0 26.5-21.5 48-48 48s-48-21.5-48-48V304c0-26.5 21.5-48 48-48zM96 432c0-8.8-7.2-16-16-16s-16 7.2-16 16v32c0 8.8 7.2 16 16 16s16-7.2 16-16V432zm-64 0c0-26.5 21.5-48 48-48s48 21.5 48 48v32c0 26.5-21.5 48-48 48s-48-21.5-48-48V432z"]},e.id=e.mw},2096:(t,e)=>{"use strict";e.mw={prefix:"fal",iconName:"signal-bars-fair",icon:[640,512,["signal-alt-2"],"f692","M240 288c-8.8 0-16 7.2-16 16V464c0 8.8 7.2 16 16 16s16-7.2 16-16V304c0-8.8-7.2-16-16-16zm-48 16c0-26.5 21.5-48 48-48s48 21.5 48 48V464c0 26.5-21.5 48-48 48s-48-21.5-48-48V304zM96 432c0-8.8-7.2-16-16-16s-16 7.2-16 16v32c0 8.8 7.2 16 16 16s16-7.2 16-16V432zm-64 0c0-26.5 21.5-48 48-48s48 21.5 48 48v32c0 26.5-21.5 48-48 48s-48-21.5-48-48V432z"]},e.UX=e.mw},9991:(t,e)=>{"use strict";e.mw={prefix:"fal",iconName:"signal-bars-good",icon:[640,512,["signal-alt-3"],"f693","M416 464c0 8.8-7.2 16-16 16s-16-7.2-16-16V176c0-8.8 7.2-16 16-16s16 7.2 16 16V464zM400 128c-26.5 0-48 21.5-48 48V464c0 26.5 21.5 48 48 48s48-21.5 48-48V176c0-26.5-21.5-48-48-48zM256 464c0 8.8-7.2 16-16 16s-16-7.2-16-16V304c0-8.8 7.2-16 16-16s16 7.2 16 16V464zM240 256c-26.5 0-48 21.5-48 48V464c0 26.5 21.5 48 48 48s48-21.5 48-48V304c0-26.5-21.5-48-48-48zM96 432v32c0 8.8-7.2 16-16 16s-16-7.2-16-16V432c0-8.8 7.2-16 16-16s16 7.2 16 16zm-64 0v32c0 26.5 21.5 48 48 48s48-21.5 48-48V432c0-26.5-21.5-48-48-48s-48 21.5-48 48z"]},e.PA=e.mw},7106:(t,e)=>{"use strict";e.mw={prefix:"fal",iconName:"signal-bars-weak",icon:[640,512,["signal-alt-1"],"f691","M96 464c0 8.8-7.2 16-16 16s-16-7.2-16-16V432c0-8.8 7.2-16 16-16s16 7.2 16 16v32zM80 384c-26.5 0-48 21.5-48 48v32c0 26.5 21.5 48 48 48s48-21.5 48-48V432c0-26.5-21.5-48-48-48z"]},e.qp=e.mw},1519:(t,e)=>{"use strict";e.mw={prefix:"fal",iconName:"spinner",icon:[512,512,[],"f110","M256 64a16 16 0 1 0 0-32 16 16 0 1 0 0 32zm0-64a48 48 0 1 1 0 96 48 48 0 1 1 0-96zm0 480a16 16 0 1 0 0-32 16 16 0 1 0 0 32zm0-64a48 48 0 1 1 0 96 48 48 0 1 1 0-96zM64 256a16 16 0 1 0 -32 0 16 16 0 1 0 32 0zM0 256a48 48 0 1 1 96 0A48 48 0 1 1 0 256zm464 16a16 16 0 1 0 0-32 16 16 0 1 0 0 32zm0-64a48 48 0 1 1 0 96 48 48 0 1 1 0-96zM120.2 391.8A16 16 0 1 0 97.6 414.4a16 16 0 1 0 22.6-22.6zM75 437a48 48 0 1 1 67.9-67.9A48 48 0 1 1 75 437zM97.6 120.2a16 16 0 1 0 22.6-22.6A16 16 0 1 0 97.6 120.2zM142.9 75A48 48 0 1 1 75 142.9 48 48 0 1 1 142.9 75zM414.4 414.4a16 16 0 1 0 -22.6-22.6 16 16 0 1 0 22.6 22.6zm-45.3-45.3A48 48 0 1 1 437 437a48 48 0 1 1 -67.9-67.9z"]},e.z1=e.mw},2803:(t,e)=>{"use strict";e.mw={prefix:"fal",iconName:"square",icon:[448,512,[9632,9723,9724,61590],"f0c8","M384 64c17.7 0 32 14.3 32 32V416c0 17.7-14.3 32-32 32H64c-17.7 0-32-14.3-32-32V96c0-17.7 14.3-32 32-32H384zM64 32C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64H384c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64H64z"]},e.Nf=e.mw},9100:(t,e)=>{"use strict";e.mw={prefix:"fal",iconName:"square-1",icon:[448,512,[],"e256","M384 64c17.7 0 32 14.3 32 32V416c0 17.7-14.3 32-32 32H64c-17.7 0-32-14.3-32-32V96c0-17.7 14.3-32 32-32H384zM64 32C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64H384c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64H64zm168 98.2c-4.9-2.9-11-2.9-16-.1l-56 32c-7.7 4.4-10.3 14.2-6 21.8s14.2 10.3 21.8 6L208 171.6V352H160c-8.8 0-16 7.2-16 16s7.2 16 16 16h64 64c8.8 0 16-7.2 16-16s-7.2-16-16-16H240V144c0-5.7-3-11-8-13.8z"]},e.qz=e.mw},7381:(t,e)=>{"use strict";e.mw={prefix:"fal",iconName:"square-2",icon:[448,512,[],"e257","M64 64C46.3 64 32 78.3 32 96V416c0 17.7 14.3 32 32 32H384c17.7 0 32-14.3 32-32V96c0-17.7-14.3-32-32-32H64zM0 96C0 60.7 28.7 32 64 32H384c35.3 0 64 28.7 64 64V416c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V96zm185 78.4L171 187.7c-6.4 6.1-16.6 5.7-22.6-.7s-5.7-16.6 .7-22.6l14.1-13.2c15.8-14.9 36.8-23 58.5-22.7C267.3 129 304 166.3 304 212c0 22.2-8.8 43.4-24.5 59.1L198.6 352H304c8.8 0 16 7.2 16 16s-7.2 16-16 16H160c-6.5 0-12.3-3.9-14.8-9.9s-1.1-12.9 3.5-17.4L256.9 248.5c9.7-9.7 15.1-22.8 15.1-36.5c0-28.2-22.7-51.2-50.9-51.6c-13.4-.2-26.3 4.8-36.1 14z"]},e.jw=e.mw},9190:(t,e)=>{"use strict";e.mw={prefix:"fal",iconName:"square-3",icon:[448,512,[],"e258","M64 64C46.3 64 32 78.3 32 96V416c0 17.7 14.3 32 32 32H384c17.7 0 32-14.3 32-32V96c0-17.7-14.3-32-32-32H64zM0 96C0 60.7 28.7 32 64 32H384c35.3 0 64 28.7 64 64V416c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V96zm144 32H288c6.7 0 12.7 4.2 15 10.4s.5 13.3-4.6 17.7l-78.9 67.6 19.9-.1c44.4-.2 80.6 35.7 80.6 80.2c0 44.3-35.9 80.2-80.2 80.2h-36c-27.6 0-53.5-13-70.1-35l-2.5-3.4c-5.3-7.1-3.9-17.1 3.2-22.4s17.1-3.9 22.4 3.2l2.5 3.4c10.5 14 27 22.2 44.5 22.2h36c26.6 0 48.2-21.6 48.2-48.2c0-26.7-21.7-48.3-48.4-48.2l-63.5 .3c-6.7 0-12.7-4.1-15.1-10.4s-.5-13.4 4.6-17.7L244.7 160H144c-8.8 0-16-7.2-16-16s7.2-16 16-16z"]},e.cd=e.mw},4071:(t,e)=>{"use strict";e.mw={prefix:"fal",iconName:"square-4",icon:[448,512,[],"e259","M384 64c17.7 0 32 14.3 32 32V416c0 17.7-14.3 32-32 32H64c-17.7 0-32-14.3-32-32V96c0-17.7 14.3-32 32-32H384zM64 32C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64H384c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64H64zm133.9 97.1c-8.2-3.3-17.5 .7-20.8 8.9l-64 160c-2 4.9-1.4 10.5 1.6 14.9s7.9 7 13.2 7H256v48c0 8.8 7.2 16 16 16s16-7.2 16-16V320h16c8.8 0 16-7.2 16-16s-7.2-16-16-16H288V208c0-8.8-7.2-16-16-16s-16 7.2-16 16v80H151.6l55.2-138.1c3.3-8.2-.7-17.5-8.9-20.8z"]},e.jR=e.mw},8e3:(t,e)=>{"use strict";e.mw={prefix:"fal",iconName:"square-5",icon:[448,512,[],"e25a","M64 64C46.3 64 32 78.3 32 96V416c0 17.7 14.3 32 32 32H384c17.7 0 32-14.3 32-32V96c0-17.7-14.3-32-32-32H64zM0 96C0 60.7 28.7 32 64 32H384c35.3 0 64 28.7 64 64V416c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V96zm176 32H288c8.8 0 16 7.2 16 16s-7.2 16-16 16H188.5L172 225.9l80.4 8.1c38.4 3.9 67.6 36.2 67.6 74.8c0 41.5-33.7 75.2-75.2 75.2h-44c-27.4 0-53-13.7-68.3-36.4l-1.8-2.7c-4.9-7.3-3-17.3 4.4-22.2s17.3-3 22.2 4.4l1.8 2.7c9.3 13.9 25 22.3 41.8 22.3h44c23.8 0 43.2-19.3 43.2-43.2c0-22.2-16.8-40.7-38.8-42.9l-98.8-10c-4.6-.5-8.8-2.9-11.5-6.7s-3.6-8.6-2.4-13.1l24-96c1.8-7.1 8.2-12.1 15.5-12.1z"]},e.qt=e.mw},4633:(t,e)=>{"use strict";e.mw={prefix:"fal",iconName:"square-6",icon:[448,512,[],"e25b","M384 64c17.7 0 32 14.3 32 32V416c0 17.7-14.3 32-32 32H64c-17.7 0-32-14.3-32-32V96c0-17.7 14.3-32 32-32H384zM64 32C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64H384c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64H64zM224 224a64 64 0 1 1 0 128 64 64 0 1 1 0-128zm-96 64c0 53 43 96 96 96s96-43 96-96c0-51.8-41-94-92.3-95.9l39.1-36.3c6.5-6 6.9-16.1 .8-22.6s-16.1-6.9-22.6-.8l-82.7 76.8c-22 20.4-34.4 49-34.4 78.9z"]},e.x7=e.mw},875:(t,e)=>{"use strict";e.mw={prefix:"fal",iconName:"square-check",icon:[448,512,[9745,9989,61510,"check-square"],"f14a","M64 64C46.3 64 32 78.3 32 96V416c0 17.7 14.3 32 32 32H384c17.7 0 32-14.3 32-32V96c0-17.7-14.3-32-32-32H64zM0 96C0 60.7 28.7 32 64 32H384c35.3 0 64 28.7 64 64V416c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V96zM331.3 203.3l-128 128c-6.2 6.2-16.4 6.2-22.6 0l-64-64c-6.2-6.2-6.2-16.4 0-22.6s16.4-6.2 22.6 0L192 297.4 308.7 180.7c6.2-6.2 16.4-6.2 22.6 0s6.2 16.4 0 22.6z"]},e.Dn=e.mw},9595:(t,e)=>{"use strict";e.mw={prefix:"fal",iconName:"square-minus",icon:[448,512,[61767,"minus-square"],"f146","M64 64C46.3 64 32 78.3 32 96V416c0 17.7 14.3 32 32 32H384c17.7 0 32-14.3 32-32V96c0-17.7-14.3-32-32-32H64zM0 96C0 60.7 28.7 32 64 32H384c35.3 0 64 28.7 64 64V416c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V96zM128 240H320c8.8 0 16 7.2 16 16s-7.2 16-16 16H128c-8.8 0-16-7.2-16-16s7.2-16 16-16z"]},e.hy=e.mw},1330:(t,e)=>{"use strict";e.mw={prefix:"fal",iconName:"square-o",icon:[448,512,[],"e278","M64 64C46.3 64 32 78.3 32 96V416c0 17.7 14.3 32 32 32H384c17.7 0 32-14.3 32-32V96c0-17.7-14.3-32-32-32H64zM0 96C0 60.7 28.7 32 64 32H384c35.3 0 64 28.7 64 64V416c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V96zM128 256a96 96 0 1 0 192 0 96 96 0 1 0 -192 0zm96 128a128 128 0 1 1 0-256 128 128 0 1 1 0 256z"]},e.Qv=e.mw},3894:(t,e)=>{"use strict";e.mw={prefix:"fal",iconName:"square-xmark",icon:[448,512,[10062,"times-square","xmark-square"],"f2d3","M64 64C46.3 64 32 78.3 32 96V416c0 17.7 14.3 32 32 32H384c17.7 0 32-14.3 32-32V96c0-17.7-14.3-32-32-32H64zM0 96C0 60.7 28.7 32 64 32H384c35.3 0 64 28.7 64 64V416c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V96zm148.7 84.7c6.2-6.2 16.4-6.2 22.6 0L224 233.4l52.7-52.7c6.2-6.2 16.4-6.2 22.6 0s6.2 16.4 0 22.6L246.6 256l52.7 52.7c6.2 6.2 6.2 16.4 0 22.6s-16.4 6.2-22.6 0L224 278.6l-52.7 52.7c-6.2 6.2-16.4 6.2-22.6 0s-6.2-16.4 0-22.6L201.4 256l-52.7-52.7c-6.2-6.2-6.2-16.4 0-22.6z"]},e.IP=e.mw},9396:(t,e)=>{"use strict";e.mw={prefix:"fal",iconName:"star",icon:[576,512,[11088,61446],"f005","M226.5 168.8L287.9 42.3l61.4 126.5c4.6 9.5 13.6 16.1 24.1 17.7l137.4 20.3-99.8 98.8c-7.4 7.3-10.8 17.8-9 28.1l23.5 139.5L303 407.7c-9.4-5-20.7-5-30.2 0L150.2 473.2l23.5-139.5c1.7-10.3-1.6-20.7-9-28.1L65 206.8l137.4-20.3c10.5-1.5 19.5-8.2 24.1-17.7zM424.9 509.1c8.1 4.3 17.9 3.7 25.3-1.7s11.2-14.5 9.7-23.5L433.6 328.4 544.8 218.2c6.5-6.4 8.7-15.9 5.9-24.5s-10.3-14.9-19.3-16.3L378.1 154.8 309.5 13.5C305.5 5.2 297.1 0 287.9 0s-17.6 5.2-21.6 13.5L197.7 154.8 44.5 177.5c-9 1.3-16.5 7.6-19.3 16.3s-.5 18.1 5.9 24.5L142.2 328.4 116 483.9c-1.5 9 2.2 18.1 9.7 23.5s17.3 6 25.3 1.7l137-73.2 137 73.2z"]},e.yy=e.mw},7673:(t,e)=>{"use strict";e.mw={prefix:"fal",iconName:"star-half-stroke",icon:[640,512,["star-half-alt"],"f5c0","M234.4 186.5L97 206.8l99.8 98.8c7.4 7.3 10.8 17.8 9 28.1L182.2 473.2 304 408.1V75.1l-45.5 93.7c-4.6 9.5-13.6 16.1-24.1 17.7zM336 408.2l121.6 65L434.1 333.7c-1.7-10.3 1.6-20.7 9-28.1l99.8-98.8L405.4 186.5c-10.5-1.5-19.5-8.2-24.1-17.7L336 75.4V408.2zm146.2 99.2c-7.4 5.3-17.3 6-25.3 1.7l-137-73.2L183 509.1c-8.1 4.3-17.9 3.7-25.3-1.7s-11.2-14.5-9.7-23.5l26.2-155.6L63.1 218.2c-6.5-6.4-8.7-15.9-5.9-24.5s10.3-14.9 19.3-16.3l153.2-22.6L298.3 13.5C302.4 5.2 310.7 0 319.9 0s17.6 5.2 21.6 13.5l68.6 141.3 153.2 22.6c9 1.3 16.5 7.6 19.3 16.3s.5 18.1-5.9 24.5L465.6 328.4l26.2 155.6c1.5 9-2.2 18.1-9.7 23.5z"]},e.xg=e.mw},8249:(t,e)=>{"use strict";e.mw={prefix:"fal",iconName:"strikethrough",icon:[512,512,[],"f0cc","M129.7 132c4.8-25.9 22-44.8 49.7-56.2c28.3-11.7 67-15 111-8.4c13.8 2.1 56.1 10 69.7 13.5c8.6 2.2 17.3-3 19.5-11.5s-3-17.3-11.5-19.5c-15.1-3.9-58.6-12-72.9-14.1c-47.7-7.2-92.7-4.1-127.9 10.5c-35.7 14.7-62.1 41.6-69.1 80.6c-.1 .3-.1 .6-.1 .9c-2.8 22.9 .6 42.7 9.5 59.7c8.8 16.8 22.4 29.6 37.9 39.8c18.7 12.2 41.6 21.2 65.2 28.9H16c-8.8 0-16 7.2-16 16s7.2 16 16 16H496c8.8 0 16-7.2 16-16s-7.2-16-16-16H319.4c-18.1-6.6-37-12.1-55.3-17.3l-1.2-.3c-39-11.2-74.8-21.6-100.2-38.1c-12.5-8.1-21.5-17.2-27.1-27.8c-5.4-10.4-8.1-23.3-6.1-40.5zM379 336.8c4.7 10.8 6.6 24.5 3.4 42.7c-4.7 26.1-21.9 45.2-49.8 56.6c-28.3 11.7-66.9 15-110.9 8.4c-22.1-3.5-59.5-15.7-88-25.1l0 0 0 0c-6.1-2-11.8-3.9-16.8-5.5c-8.4-2.7-17.4 1.9-20.1 10.4s1.9 17.4 10.4 20.1c4.4 1.4 9.6 3.1 15.3 5c28.3 9.3 69.3 22.8 94.4 26.7l.1 0c47.7 7.2 92.7 4.1 127.9-10.5c35.7-14.7 62.1-41.6 69.1-80.6c4.2-23.3 2.2-43.7-5.6-61.3c-.6-1.3-1.2-2.7-1.9-4H367.7c4.9 5.2 8.6 10.8 11.3 16.8z"]},e.$6=e.mw},2214:(t,e)=>{"use strict";e.mw={prefix:"fal",iconName:"table",icon:[512,512,[],"f0ce","M64 64C46.3 64 32 78.3 32 96l0 64 448 0V96c0-17.7-14.3-32-32-32L64 64zM32 192l0 112 208 0 0-112L32 192zm240 0l0 112H480l0-112-208 0zM240 336L32 336l0 80c0 17.7 14.3 32 32 32l176 0V336zm32 112H448c17.7 0 32-14.3 32-32V336H272V448zM0 96C0 60.7 28.7 32 64 32l384 0c35.3 0 64 28.7 64 64l0 320c0 35.3-28.7 64-64 64L64 480c-35.3 0-64-28.7-64-64L0 96z"]},e.w9=e.mw},6069:(t,e)=>{"use strict";e.mw={prefix:"fal",iconName:"table-cells",icon:[512,512,["th"],"f00a","M352 64v96H480V96c0-17.7-14.3-32-32-32H352zm-32 0H192v96H320V64zM160 64H64C46.3 64 32 78.3 32 96v64H160V64zM32 192V320H160V192H32zm0 160v64c0 17.7 14.3 32 32 32h96V352H32zm160 96H320V352H192v96zm160 0h96c17.7 0 32-14.3 32-32V352H352v96zM480 320V192H352V320H480zM0 96C0 60.7 28.7 32 64 32H448c35.3 0 64 28.7 64 64V416c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V96zM192 320H320V192H192V320z"]},e.bx=e.mw},9779:(t,e)=>{"use strict";e.mw={prefix:"fal",iconName:"table-columns",icon:[512,512,["columns"],"f0db","M448 64c17.7 0 32 14.3 32 32v64L32 160l0-64c0-17.7 14.3-32 32-32l384 0zM32 416l0-224 208 0 0 256L64 448c-17.7 0-32-14.3-32-32zm240 32l0-256 208 0 0 224c0 17.7-14.3 32-32 32H272zM64 32C28.7 32 0 60.7 0 96L0 416c0 35.3 28.7 64 64 64l384 0c35.3 0 64-28.7 64-64l0-320c0-35.3-28.7-64-64-64L64 32z"]},e.fq=e.mw},1879:(t,e)=>{"use strict";e.mw={prefix:"fal",iconName:"table-rows",icon:[512,512,["rows"],"e292","M32 96c0-17.7 14.3-32 32-32l64 0 0 176 0 32 0 176-64 0c-17.7 0-32-14.3-32-32L32 96zM160 272l320 0 0 144c0 17.7-14.3 32-32 32l-288 0 0-176zm320-32l-320 0 0-176 288 0c17.7 0 32 14.3 32 32l0 144zM0 416c0 35.3 28.7 64 64 64l384 0c35.3 0 64-28.7 64-64l0-320c0-35.3-28.7-64-64-64L64 32C28.7 32 0 60.7 0 96L0 416z"]},e.j3=e.mw},3987:(t,e)=>{"use strict";e.mw={prefix:"fal",iconName:"text",icon:[448,512,[],"f893","M0 64C0 46.3 14.3 32 32 32H416c17.7 0 32 14.3 32 32v48c0 8.8-7.2 16-16 16s-16-7.2-16-16V64H240l0 384h64c8.8 0 16 7.2 16 16s-7.2 16-16 16H144c-8.8 0-16-7.2-16-16s7.2-16 16-16h64l0-384H32v48c0 8.8-7.2 16-16 16s-16-7.2-16-16V64z"]},e.jw=e.mw},7047:(t,e)=>{"use strict";e.mw={prefix:"fal",iconName:"text-width",icon:[448,512,[],"f035","M32 32C14.3 32 0 46.3 0 64v64c0 8.8 7.2 16 16 16s16-7.2 16-16V64H208l0 192H160c-8.8 0-16 7.2-16 16s7.2 16 16 16H288c8.8 0 16-7.2 16-16s-7.2-16-16-16H240l0-192H416v64c0 8.8 7.2 16 16 16s16-7.2 16-16V64c0-17.7-14.3-32-32-32H32zM4.7 372.7c-6.2 6.2-6.2 16.4 0 22.6l80 80c6.2 6.2 16.4 6.2 22.6 0s6.2-16.4 0-22.6L54.6 400H393.4l-52.7 52.7c-6.2 6.2-6.2 16.4 0 22.6s16.4 6.2 22.6 0l80-80c6.2-6.2 6.2-16.4 0-22.6l-80-80c-6.2-6.2-16.4-6.2-22.6 0s-6.2 16.4 0 22.6L393.4 368H54.6l52.7-52.7c6.2-6.2 6.2-16.4 0-22.6s-16.4-6.2-22.6 0l-80 80z"]},e.$f=e.mw},5196:(t,e)=>{"use strict";e.mw={prefix:"fal",iconName:"trash",icon:[448,512,[],"f1f8","M177.7 32h92.5c5.5 0 10.6 2.8 13.6 7.5L299.1 64H148.9l15.3-24.5c2.9-4.7 8.1-7.5 13.6-7.5zM336.9 64L311 22.6C302.2 8.5 286.8 0 270.3 0H177.7C161.2 0 145.8 8.5 137 22.6L111.1 64H64.1 32 16C7.2 64 0 71.2 0 80s7.2 16 16 16H34.3L59.8 452.6C62.1 486.1 90 512 123.6 512H324.4c33.6 0 61.4-25.9 63.8-59.4L413.7 96H432c8.8 0 16-7.2 16-16s-7.2-16-16-16H416 383.9 336.9zm44.8 32L356.3 450.3C355.1 467 341.2 480 324.4 480H123.6c-16.8 0-30.7-13-31.9-29.7L66.4 96H381.6z"]},e.yL=e.mw},1684:(t,e)=>{"use strict";e.mw={prefix:"fal",iconName:"tree",icon:[448,512,[127794],"f1bb","M235.3 4.7c-6.2-6.2-16.4-6.2-22.6 0L72 145.4c-5.1 5.1-8 12.1-8 19.3C64 179.8 76.2 192 91.3 192h17.9L38.7 274.3c-4.3 5-6.7 11.4-6.7 18C32 307.6 44.4 320 59.7 320H77.2L6.7 402.3c-4.3 5-6.7 11.4-6.7 18C0 435.6 12.4 448 27.7 448H160h48v48c0 8.8 7.2 16 16 16s16-7.2 16-16V448h48H420.3c15.3 0 27.7-12.4 27.7-27.7c0-6.6-2.4-13-6.7-18L370.8 320h17.5c15.3 0 27.7-12.4 27.7-27.7c0-6.6-2.4-13-6.7-18L338.8 192h17.9c15.1 0 27.3-12.2 27.3-27.3c0-7.2-2.9-14.2-8-19.3L235.3 4.7zM240 416V208c0-8.8-7.2-16-16-16s-16 7.2-16 16V416H160 37.1l87.1-101.6c4.1-4.7 5-11.4 2.4-17.1s-8.3-9.3-14.5-9.3H69.1l87.1-101.6c4.1-4.7 5-11.4 2.4-17.1s-8.3-9.3-14.5-9.3H102.6L224 38.6 345.4 160H304c-6.2 0-11.9 3.6-14.5 9.3s-1.7 12.4 2.4 17.1L378.9 288H336c-6.2 0-11.9 3.6-14.5 9.3s-1.7 12.4 2.4 17.1L410.9 416H288 240z"]},e.aG=e.mw},2596:(t,e)=>{"use strict";e.mw={prefix:"fal",iconName:"triangle",icon:[512,512,[9650],"f2ec","M235.5 75.8c4.2-7.3 12-11.8 20.5-11.8s16.2 4.5 20.5 11.8l201 344.6c1.6 2.8 2.5 6 2.5 9.3c0 10.2-8.2 18.4-18.4 18.4H50.4C40.2 448 32 439.8 32 429.6c0-3.3 .9-6.4 2.5-9.3l201-344.6zM207.9 59.6L6.9 404.2C2.4 411.9 0 420.7 0 429.6C0 457.4 22.6 480 50.4 480H461.6c27.8 0 50.4-22.6 50.4-50.4c0-8.9-2.4-17.7-6.9-25.4L304.1 59.6C294.1 42.5 275.8 32 256 32s-38.1 10.5-48.1 27.6z"]},e.CK=e.mw},822:(t,e)=>{"use strict";e.mw={prefix:"fal",iconName:"underline",icon:[448,512,[],"f0cd","M0 48c0-8.8 7.2-16 16-16H144c8.8 0 16 7.2 16 16s-7.2 16-16 16H96V224c0 70.7 57.3 128 128 128s128-57.3 128-128V64H304c-8.8 0-16-7.2-16-16s7.2-16 16-16H432c8.8 0 16 7.2 16 16s-7.2 16-16 16H384V224c0 88.4-71.6 160-160 160s-160-71.6-160-160V64H16C7.2 64 0 56.8 0 48zM0 464c0-8.8 7.2-16 16-16H432c8.8 0 16 7.2 16 16s-7.2 16-16 16H16c-8.8 0-16-7.2-16-16z"]},e.ch=e.mw},7721:(t,e)=>{"use strict";e.mw={prefix:"fal",iconName:"up",icon:[384,512,["arrow-alt-up"],"f357","M189.7 64h4.6c4.4 0 8.6 1.8 11.6 5L348.5 218.8c2.2 2.3 3.5 5.4 3.5 8.7c0 6.9-5.6 12.6-12.6 12.6H256c-8.8 0-16 7.2-16 16V432c0 8.8-7.2 16-16 16H160c-8.8 0-16-7.2-16-16V256c0-8.8-7.2-16-16-16H44.6c-6.9 0-12.6-5.6-12.6-12.6c0-3.2 1.2-6.3 3.5-8.7L178.1 69c3-3.2 7.2-5 11.6-5zM384 227.4c0-11.4-4.4-22.5-12.3-30.7L229 46.9C220 37.4 207.4 32 194.3 32h-4.6C176.6 32 164 37.4 155 46.9L12.3 196.7C4.4 205 0 216 0 227.4C0 252 20 272 44.6 272H112V432c0 26.5 21.5 48 48 48h64c26.5 0 48-21.5 48-48V272h67.4c24.6 0 44.6-20 44.6-44.6z"]},e.h0=e.mw},1187:(t,e)=>{"use strict";e.mw={prefix:"fal",iconName:"up-right",icon:[384,512,[],"e2be","M312 128c4.4 0 8 3.6 8 8V337.4c0 3.7-3 6.6-6.6 6.6c-1.8 0-3.4-.7-4.7-1.9l-61.4-61.4c-6.2-6.2-16.4-6.2-22.6 0L112 393.4c-4.2 4.2-10 6.6-16 6.6s-11.8-2.4-16-6.6L54.6 368c-4.2-4.2-6.6-10-6.6-16s2.4-11.8 6.6-16L167.3 223.3c3-3 4.7-7.1 4.7-11.3s-1.7-8.3-4.7-11.3l-61.4-61.4c-1.2-1.2-1.9-2.9-1.9-4.7c0-3.7 3-6.6 6.6-6.6H312zm40 8c0-22.1-17.9-40-40-40H110.6C89.3 96 72 113.3 72 134.6c0 10.2 4.1 20.1 11.3 27.3L133.4 212 32 313.4C21.8 323.6 16 337.5 16 352s5.8 28.4 16 38.6L57.4 416c10.2 10.2 24.1 16 38.6 16s28.4-5.8 38.6-16L236 314.6l50.1 50.1c7.2 7.2 17.1 11.3 27.3 11.3c21.3 0 38.6-17.3 38.6-38.6V136z"]},e.py=e.mw},8497:(t,e)=>{"use strict";e.mw={prefix:"fal",iconName:"upload",icon:[512,512,[],"f093","M272 54.6V368c0 8.8-7.2 16-16 16s-16-7.2-16-16V54.6L139.3 155.3c-6.2 6.2-16.4 6.2-22.6 0s-6.2-16.4 0-22.6l128-128c6.2-6.2 16.4-6.2 22.6 0l128 128c6.2 6.2 6.2 16.4 0 22.6s-16.4 6.2-22.6 0L272 54.6zM208 352H64c-17.7 0-32 14.3-32 32v64c0 17.7 14.3 32 32 32H448c17.7 0 32-14.3 32-32V384c0-17.7-14.3-32-32-32H304V320H448c35.3 0 64 28.7 64 64v64c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V384c0-35.3 28.7-64 64-64H208v32zm176 64a24 24 0 1 1 48 0 24 24 0 1 1 -48 0z"]},e.Jm=e.mw},5211:(t,e)=>{"use strict";e.mw={prefix:"fal",iconName:"xmark",icon:[384,512,[128473,10005,10006,10060,215,"close","multiply","remove","times"],"f00d","M324.5 411.1c6.2 6.2 16.4 6.2 22.6 0s6.2-16.4 0-22.6L214.6 256 347.1 123.5c6.2-6.2 6.2-16.4 0-22.6s-16.4-6.2-22.6 0L192 233.4 59.5 100.9c-6.2-6.2-16.4-6.2-22.6 0s-6.2 16.4 0 22.6L169.4 256 36.9 388.5c-6.2 6.2-6.2 16.4 0 22.6s16.4 6.2 22.6 0L192 278.6 324.5 411.1z"]},e.Jy=e.mw},8113:(t,e)=>{"use strict";e.mw={prefix:"fas",iconName:"align-center",icon:[448,512,[],"f037","M352 64c0-17.7-14.3-32-32-32H128c-17.7 0-32 14.3-32 32s14.3 32 32 32H320c17.7 0 32-14.3 32-32zm96 128c0-17.7-14.3-32-32-32H32c-17.7 0-32 14.3-32 32s14.3 32 32 32H416c17.7 0 32-14.3 32-32zM0 448c0 17.7 14.3 32 32 32H416c17.7 0 32-14.3 32-32s-14.3-32-32-32H32c-17.7 0-32 14.3-32 32zM352 320c0-17.7-14.3-32-32-32H128c-17.7 0-32 14.3-32 32s14.3 32 32 32H320c17.7 0 32-14.3 32-32z"]},e._u=e.mw},1821:(t,e)=>{"use strict";e.mw={prefix:"fas",iconName:"align-left",icon:[448,512,[],"f036","M288 64c0 17.7-14.3 32-32 32H32C14.3 96 0 81.7 0 64S14.3 32 32 32H256c17.7 0 32 14.3 32 32zm0 256c0 17.7-14.3 32-32 32H32c-17.7 0-32-14.3-32-32s14.3-32 32-32H256c17.7 0 32 14.3 32 32zM0 192c0-17.7 14.3-32 32-32H416c17.7 0 32 14.3 32 32s-14.3 32-32 32H32c-17.7 0-32-14.3-32-32zM448 448c0 17.7-14.3 32-32 32H32c-17.7 0-32-14.3-32-32s14.3-32 32-32H416c17.7 0 32 14.3 32 32z"]},e.ec=e.mw},7212:(t,e)=>{"use strict";e.mw={prefix:"fas",iconName:"align-right",icon:[448,512,[],"f038","M448 64c0 17.7-14.3 32-32 32H192c-17.7 0-32-14.3-32-32s14.3-32 32-32H416c17.7 0 32 14.3 32 32zm0 256c0 17.7-14.3 32-32 32H192c-17.7 0-32-14.3-32-32s14.3-32 32-32H416c17.7 0 32 14.3 32 32zM0 192c0-17.7 14.3-32 32-32H416c17.7 0 32 14.3 32 32s-14.3 32-32 32H32c-17.7 0-32-14.3-32-32zM448 448c0 17.7-14.3 32-32 32H32c-17.7 0-32-14.3-32-32s14.3-32 32-32H416c17.7 0 32 14.3 32 32z"]},e.jb=e.mw},930:(t,e)=>{"use strict";e.mw={prefix:"fas",iconName:"angle-down",icon:[448,512,[8964],"f107","M201.4 342.6c12.5 12.5 32.8 12.5 45.3 0l160-160c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L224 274.7 86.6 137.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l160 160z"]},e.td=e.mw},9723:(t,e)=>{"use strict";e.mw={prefix:"fas",iconName:"angle-up",icon:[448,512,[8963],"f106","M201.4 137.4c12.5-12.5 32.8-12.5 45.3 0l160 160c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0L224 205.3 86.6 342.6c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3l160-160z"]},e.GF=e.mw},536:(t,e)=>{"use strict";e.mw={prefix:"fas",iconName:"arrow-down",icon:[384,512,[8595],"f063","M169.4 470.6c12.5 12.5 32.8 12.5 45.3 0l160-160c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L224 370.8 224 64c0-17.7-14.3-32-32-32s-32 14.3-32 32l0 306.7L54.6 265.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l160 160z"]},e.B0=e.mw},1673:(t,e)=>{"use strict";e.mw={prefix:"fas",iconName:"arrow-left",icon:[448,512,[8592],"f060","M9.4 233.4c-12.5 12.5-12.5 32.8 0 45.3l160 160c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L109.2 288 416 288c17.7 0 32-14.3 32-32s-14.3-32-32-32l-306.7 0L214.6 118.6c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0l-160 160z"]},e.Ce=e.mw},8736:(t,e)=>{"use strict";e.mw={prefix:"fas",iconName:"arrow-right",icon:[448,512,[8594],"f061","M438.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L338.8 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l306.7 0L233.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160z"]},e.dm=e.mw},9511:(t,e)=>{"use strict";e.mw={prefix:"fas",iconName:"arrow-turn-down",icon:[384,512,["level-down"],"f149","M32 64C14.3 64 0 49.7 0 32S14.3 0 32 0l96 0c53 0 96 43 96 96l0 306.7 73.4-73.4c12.5-12.5 32.8-12.5 45.3 0s12.5 32.8 0 45.3l-128 128c-12.5 12.5-32.8 12.5-45.3 0l-128-128c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0L160 402.7 160 96c0-17.7-14.3-32-32-32L32 64z"]},e.k8=e.mw},5757:(t,e)=>{"use strict";e.mw={prefix:"fas",iconName:"arrow-up",icon:[384,512,[8593],"f062","M214.6 41.4c-12.5-12.5-32.8-12.5-45.3 0l-160 160c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L160 141.2V448c0 17.7 14.3 32 32 32s32-14.3 32-32V141.2L329.4 246.6c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3l-160-160z"]},e.IN=e.mw},6728:(t,e)=>{"use strict";Object.defineProperty(e,"__esModule",{value:!0});var i="arrows-rotate",o=[128472,"refresh","sync"],n="f021",r="M105.1 202.6c7.7-21.8 20.2-42.3 37.8-59.8c62.5-62.5 163.8-62.5 226.3 0L386.3 160H336c-17.7 0-32 14.3-32 32s14.3 32 32 32H463.5c0 0 0 0 0 0h.4c17.7 0 32-14.3 32-32V64c0-17.7-14.3-32-32-32s-32 14.3-32 32v51.2L414.4 97.6c-87.5-87.5-229.3-87.5-316.8 0C73.2 122 55.6 150.7 44.8 181.4c-5.9 16.7 2.9 34.9 19.5 40.8s34.9-2.9 40.8-19.5zM39 289.3c-5 1.5-9.8 4.2-13.7 8.2c-4 4-6.7 8.8-8.1 14c-.3 1.2-.6 2.5-.8 3.8c-.3 1.7-.4 3.4-.4 5.1V448c0 17.7 14.3 32 32 32s32-14.3 32-32V396.9l17.6 17.5 0 0c87.5 87.4 229.3 87.4 316.7 0c24.4-24.4 42.1-53.1 52.9-83.7c5.9-16.7-2.9-34.9-19.5-40.8s-34.9 2.9-40.8 19.5c-7.7 21.8-20.2 42.3-37.8 59.8c-62.5 62.5-163.8 62.5-226.3 0l-.1-.1L125.6 352H176c17.7 0 32-14.3 32-32s-14.3-32-32-32H48.4c-1.6 0-3.2 .1-4.8 .3s-3.1 .5-4.6 1z";e.definition={prefix:"fas",iconName:i,icon:[512,512,o,n,r]},e.faArrowsRotate=e.definition,e.prefix="fas",e.iconName=i,e.width=512,e.height=512,e.ligatures=o,e.unicode=n,e.svgPathData=r,e.aliases=o},5927:(t,e)=>{"use strict";e.mw={prefix:"fas",iconName:"arrows-to-dot",icon:[512,512,[],"e4be","M256 0c17.7 0 32 14.3 32 32V64h32c12.9 0 24.6 7.8 29.6 19.8s2.2 25.7-6.9 34.9l-64 64c-12.5 12.5-32.8 12.5-45.3 0l-64-64c-9.2-9.2-11.9-22.9-6.9-34.9s16.6-19.8 29.6-19.8h32V32c0-17.7 14.3-32 32-32zM169.4 393.4l64-64c12.5-12.5 32.8-12.5 45.3 0l64 64c9.2 9.2 11.9 22.9 6.9 34.9s-16.6 19.8-29.6 19.8H288v32c0 17.7-14.3 32-32 32s-32-14.3-32-32V448H192c-12.9 0-24.6-7.8-29.6-19.8s-2.2-25.7 6.9-34.9zM32 224H64V192c0-12.9 7.8-24.6 19.8-29.6s25.7-2.2 34.9 6.9l64 64c12.5 12.5 12.5 32.8 0 45.3l-64 64c-9.2 9.2-22.9 11.9-34.9 6.9s-19.8-16.6-19.8-29.6V288H32c-17.7 0-32-14.3-32-32s14.3-32 32-32zm297.4 54.6c-12.5-12.5-12.5-32.8 0-45.3l64-64c9.2-9.2 22.9-11.9 34.9-6.9s19.8 16.6 19.8 29.6v32h32c17.7 0 32 14.3 32 32s-14.3 32-32 32H448v32c0 12.9-7.8 24.6-19.8 29.6s-25.7 2.2-34.9-6.9l-64-64zM256 224a32 32 0 1 1 0 64 32 32 0 1 1 0-64z"]},e.Ew=e.mw},9231:(t,e)=>{"use strict";e.mw={prefix:"fas",iconName:"bars",icon:[448,512,["navicon"],"f0c9","M0 96C0 78.3 14.3 64 32 64H416c17.7 0 32 14.3 32 32s-14.3 32-32 32H32C14.3 128 0 113.7 0 96zM0 256c0-17.7 14.3-32 32-32H416c17.7 0 32 14.3 32 32s-14.3 32-32 32H32c-17.7 0-32-14.3-32-32zM448 416c0 17.7-14.3 32-32 32H32c-17.7 0-32-14.3-32-32s14.3-32 32-32H416c17.7 0 32 14.3 32 32z"]},e.ck=e.mw},8542:(t,e)=>{"use strict";e.mw={prefix:"fas",iconName:"bold",icon:[384,512,[],"f032","M0 64C0 46.3 14.3 32 32 32H80 96 224c70.7 0 128 57.3 128 128c0 31.3-11.3 60.1-30 82.3c37.1 22.4 62 63.1 62 109.7c0 70.7-57.3 128-128 128H96 80 32c-17.7 0-32-14.3-32-32s14.3-32 32-32H48V256 96H32C14.3 96 0 81.7 0 64zM224 224c35.3 0 64-28.7 64-64s-28.7-64-64-64H112V224H224zM112 288V416H256c35.3 0 64-28.7 64-64s-28.7-64-64-64H224 112z"]},e.l5=e.mw},2356:(t,e)=>{"use strict";e.mw={prefix:"fas",iconName:"book",icon:[448,512,[128212],"f02d","M96 0C43 0 0 43 0 96V416c0 53 43 96 96 96H384h32c17.7 0 32-14.3 32-32s-14.3-32-32-32V384c17.7 0 32-14.3 32-32V32c0-17.7-14.3-32-32-32H384 96zm0 384H352v64H96c-17.7 0-32-14.3-32-32s14.3-32 32-32zm32-240c0-8.8 7.2-16 16-16H336c8.8 0 16 7.2 16 16s-7.2 16-16 16H144c-8.8 0-16-7.2-16-16zm16 48H336c8.8 0 16 7.2 16 16s-7.2 16-16 16H144c-8.8 0-16-7.2-16-16s7.2-16 16-16z"]},e.LB=e.mw},4505:(t,e)=>{"use strict";e.mw={prefix:"fas",iconName:"building",icon:[384,512,[127970,61687],"f1ad","M48 0C21.5 0 0 21.5 0 48V464c0 26.5 21.5 48 48 48h96V432c0-26.5 21.5-48 48-48s48 21.5 48 48v80h96c26.5 0 48-21.5 48-48V48c0-26.5-21.5-48-48-48H48zM64 240c0-8.8 7.2-16 16-16h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H80c-8.8 0-16-7.2-16-16V240zm112-16h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H176c-8.8 0-16-7.2-16-16V240c0-8.8 7.2-16 16-16zm80 16c0-8.8 7.2-16 16-16h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H272c-8.8 0-16-7.2-16-16V240zM80 96h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H80c-8.8 0-16-7.2-16-16V112c0-8.8 7.2-16 16-16zm80 16c0-8.8 7.2-16 16-16h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H176c-8.8 0-16-7.2-16-16V112zM272 96h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H272c-8.8 0-16-7.2-16-16V112c0-8.8 7.2-16 16-16z"]},e.UR=e.mw},4582:(t,e)=>{"use strict";e.mw={prefix:"fas",iconName:"caret-down",icon:[320,512,[],"f0d7","M137.4 374.6c12.5 12.5 32.8 12.5 45.3 0l128-128c9.2-9.2 11.9-22.9 6.9-34.9s-16.6-19.8-29.6-19.8L32 192c-12.9 0-24.6 7.8-29.6 19.8s-2.2 25.7 6.9 34.9l128 128z"]},e.xB=e.mw},6127:(t,e)=>{"use strict";e.mw={prefix:"fas",iconName:"caret-left",icon:[256,512,[],"f0d9","M9.4 278.6c-12.5-12.5-12.5-32.8 0-45.3l128-128c9.2-9.2 22.9-11.9 34.9-6.9s19.8 16.6 19.8 29.6l0 256c0 12.9-7.8 24.6-19.8 29.6s-25.7 2.2-34.9-6.9l-128-128z"]},e.Ot=e.mw},8238:(t,e)=>{"use strict";e.mw={prefix:"fas",iconName:"caret-right",icon:[256,512,[],"f0da","M246.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-128-128c-9.2-9.2-22.9-11.9-34.9-6.9s-19.8 16.6-19.8 29.6l0 256c0 12.9 7.8 24.6 19.8 29.6s25.7 2.2 34.9-6.9l128-128z"]},e.fU=e.mw},6343:(t,e)=>{"use strict";e.mw={prefix:"fas",iconName:"caret-up",icon:[320,512,[],"f0d8","M182.6 137.4c-12.5-12.5-32.8-12.5-45.3 0l-128 128c-9.2 9.2-11.9 22.9-6.9 34.9s16.6 19.8 29.6 19.8H288c12.9 0 24.6-7.8 29.6-19.8s2.2-25.7-6.9-34.9l-128-128z"]},e.S$=e.mw},5236:(t,e)=>{"use strict";e.mw={prefix:"fas",iconName:"chart-bar",icon:[512,512,["bar-chart"],"f080","M32 32c17.7 0 32 14.3 32 32V400c0 8.8 7.2 16 16 16H480c17.7 0 32 14.3 32 32s-14.3 32-32 32H80c-44.2 0-80-35.8-80-80V64C0 46.3 14.3 32 32 32zm96 96c0-17.7 14.3-32 32-32l192 0c17.7 0 32 14.3 32 32s-14.3 32-32 32l-192 0c-17.7 0-32-14.3-32-32zm32 64H288c17.7 0 32 14.3 32 32s-14.3 32-32 32H160c-17.7 0-32-14.3-32-32s14.3-32 32-32zm0 96H416c17.7 0 32 14.3 32 32s-14.3 32-32 32H160c-17.7 0-32-14.3-32-32s14.3-32 32-32z"]},e.$F=e.mw},6363:(t,e)=>{"use strict";e.mw={prefix:"fas",iconName:"chart-column",icon:[512,512,[],"e0e3","M32 32c17.7 0 32 14.3 32 32V400c0 8.8 7.2 16 16 16H480c17.7 0 32 14.3 32 32s-14.3 32-32 32H80c-44.2 0-80-35.8-80-80V64C0 46.3 14.3 32 32 32zM160 224c17.7 0 32 14.3 32 32v64c0 17.7-14.3 32-32 32s-32-14.3-32-32V256c0-17.7 14.3-32 32-32zm128-64V320c0 17.7-14.3 32-32 32s-32-14.3-32-32V160c0-17.7 14.3-32 32-32s32 14.3 32 32zm64 32c17.7 0 32 14.3 32 32v96c0 17.7-14.3 32-32 32s-32-14.3-32-32V224c0-17.7 14.3-32 32-32zM480 96V320c0 17.7-14.3 32-32 32s-32-14.3-32-32V96c0-17.7 14.3-32 32-32s32 14.3 32 32z"]},e.q9=e.mw},3499:(t,e)=>{"use strict";e.mw={prefix:"fas",iconName:"chart-line",icon:[512,512,["line-chart"],"f201","M64 64c0-17.7-14.3-32-32-32S0 46.3 0 64V400c0 44.2 35.8 80 80 80H480c17.7 0 32-14.3 32-32s-14.3-32-32-32H80c-8.8 0-16-7.2-16-16V64zm406.6 86.6c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L320 210.7l-57.4-57.4c-12.5-12.5-32.8-12.5-45.3 0l-112 112c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L240 221.3l57.4 57.4c12.5 12.5 32.8 12.5 45.3 0l128-128z"]},e.gK=e.mw},3811:(t,e)=>{"use strict";e.mw={prefix:"fas",iconName:"chart-pie",icon:[576,512,["pie-chart"],"f200","M304 240V16.6c0-9 7-16.6 16-16.6C443.7 0 544 100.3 544 224c0 9-7.6 16-16.6 16H304zM32 272C32 150.7 122.1 50.3 239 34.3c9.2-1.3 17 6.1 17 15.4V288L412.5 444.5c6.7 6.7 6.2 17.7-1.5 23.1C371.8 495.6 323.8 512 272 512C139.5 512 32 404.6 32 272zm526.4 16c9.3 0 16.6 7.8 15.4 17c-7.7 55.9-34.6 105.6-73.9 142.3c-6 5.6-15.4 5.2-21.2-.7L320 288H558.4z"]},e.W1=e.mw},4331:(t,e)=>{"use strict";e.mw={prefix:"fas",iconName:"chart-simple",icon:[448,512,[],"e473","M160 80c0-26.5 21.5-48 48-48h32c26.5 0 48 21.5 48 48V432c0 26.5-21.5 48-48 48H208c-26.5 0-48-21.5-48-48V80zM0 272c0-26.5 21.5-48 48-48H80c26.5 0 48 21.5 48 48V432c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V272zM368 96h32c26.5 0 48 21.5 48 48V432c0 26.5-21.5 48-48 48H368c-26.5 0-48-21.5-48-48V144c0-26.5 21.5-48 48-48z"]},e.s6=e.mw},789:(t,e)=>{"use strict";e.mw={prefix:"fas",iconName:"check",icon:[448,512,[10003,10004],"f00c","M438.6 105.4c12.5 12.5 12.5 32.8 0 45.3l-256 256c-12.5 12.5-32.8 12.5-45.3 0l-128-128c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0L160 338.7 393.4 105.4c12.5-12.5 32.8-12.5 45.3 0z"]},e.e6=e.mw},8022:(t,e)=>{"use strict";e.mw={prefix:"fas",iconName:"chevron-down",icon:[512,512,[],"f078","M233.4 406.6c12.5 12.5 32.8 12.5 45.3 0l192-192c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L256 338.7 86.6 169.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l192 192z"]},e.Jt=e.mw},127:(t,e)=>{"use strict";e.mw={prefix:"fas",iconName:"chevron-left",icon:[320,512,[9001],"f053","M9.4 233.4c-12.5 12.5-12.5 32.8 0 45.3l192 192c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L77.3 256 246.6 86.6c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0l-192 192z"]},e.Wz=e.mw},6158:(t,e)=>{"use strict";e.mw={prefix:"fas",iconName:"chevron-right",icon:[320,512,[9002],"f054","M310.6 233.4c12.5 12.5 12.5 32.8 0 45.3l-192 192c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3L242.7 256 73.4 86.6c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0l192 192z"]},e.Xk=e.mw},2439:(t,e)=>{"use strict";e.mw={prefix:"fas",iconName:"chevron-up",icon:[512,512,[],"f077","M233.4 105.4c12.5-12.5 32.8-12.5 45.3 0l192 192c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0L256 173.3 86.6 342.6c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3l192-192z"]},e.w2=e.mw},5037:(t,e)=>{"use strict";e.mw={prefix:"fas",iconName:"circle",icon:[512,512,[128308,128309,128992,128993,128994,128995,128996,9679,9898,9899,11044,61708,61915],"f111","M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512z"]},e.GE=e.mw},7005:(t,e)=>{"use strict";e.mw={prefix:"fas",iconName:"circle-check",icon:[512,512,[61533,"check-circle"],"f058","M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM369 209L241 337c-9.4 9.4-24.6 9.4-33.9 0l-64-64c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l47 47L335 175c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9z"]},e.QR=e.mw},1504:(t,e)=>{"use strict";e.mw={prefix:"fas",iconName:"circle-exclamation",icon:[512,512,["exclamation-circle"],"f06a","M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zm0-384c13.3 0 24 10.7 24 24V264c0 13.3-10.7 24-24 24s-24-10.7-24-24V152c0-13.3 10.7-24 24-24zM224 352a32 32 0 1 1 64 0 32 32 0 1 1 -64 0z"]},e.lE=e.mw},7436:(t,e)=>{"use strict";e.mw={prefix:"fas",iconName:"circle-half-stroke",icon:[512,512,[9680,"adjust"],"f042","M448 256c0-106-86-192-192-192V448c106 0 192-86 192-192zM0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256z"]},e.B2=e.mw},9517:(t,e)=>{"use strict";e.mw={prefix:"fas",iconName:"circle-info",icon:[512,512,["info-circle"],"f05a","M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM216 336h24V272H216c-13.3 0-24-10.7-24-24s10.7-24 24-24h48c13.3 0 24 10.7 24 24v88h8c13.3 0 24 10.7 24 24s-10.7 24-24 24H216c-13.3 0-24-10.7-24-24s10.7-24 24-24zm40-208a32 32 0 1 1 0 64 32 32 0 1 1 0-64z"]},e.mE=e.mw},4201:(t,e)=>{"use strict";e.mw={prefix:"fas",iconName:"circle-quarter-stroke",icon:[512,512,[],"e5d3","M64 256l160 0c17.7 0 32-14.3 32-32l0-160c106 0 192 86 192 192s-86 192-192 192S64 362 64 256zM0 256a256 256 0 1 0 512 0A256 256 0 1 0 0 256z"]},e.It=e.mw},1261:(t,e)=>{"use strict";e.mw={prefix:"fas",iconName:"circle-question",icon:[512,512,[62108,"question-circle"],"f059","M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM169.8 165.3c7.9-22.3 29.1-37.3 52.8-37.3h58.3c34.9 0 63.1 28.3 63.1 63.1c0 22.6-12.1 43.5-31.7 54.8L280 264.4c-.2 13-10.9 23.6-24 23.6c-13.3 0-24-10.7-24-24V250.5c0-8.6 4.6-16.5 12.1-20.8l44.3-25.4c4.7-2.7 7.6-7.7 7.6-13.1c0-8.4-6.8-15.1-15.1-15.1H222.6c-3.4 0-6.4 2.1-7.5 5.3l-.4 1.2c-4.4 12.5-18.2 19-30.6 14.6s-19-18.2-14.6-30.6l.4-1.2zM224 352a32 32 0 1 1 64 0 32 32 0 1 1 -64 0z"]},e.AP=e.mw},9626:(t,e)=>{"use strict";e.mw={prefix:"fas",iconName:"circle-radiation",icon:[512,512,[9762,"radiation-alt"],"f7ba","M256 64a192 192 0 1 1 0 384 192 192 0 1 1 0-384zm0 448A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM200 256c0-20.7 11.3-38.8 28-48.5l-36-62.3c-8.8-15.3-28.7-20.8-42-9c-25.6 22.6-43.9 53.3-50.9 88.1C95.7 241.5 110.3 256 128 256l72 0zm28 48.5l-36 62.4c-8.8 15.3-3.6 35.2 13.1 40.8c16 5.4 33.1 8.3 50.9 8.3s34.9-2.9 50.9-8.3c16.7-5.6 21.9-25.5 13.1-40.8l-36-62.4c-8.2 4.8-17.8 7.5-28 7.5s-19.8-2.7-28-7.5zM312 256l72 0c17.7 0 32.3-14.5 28.8-31.8c-7-34.8-25.3-65.5-50.9-88.1c-13.2-11.7-33.1-6.3-42 9l-36 62.3c16.7 9.7 28 27.8 28 48.5zm-56 32a32 32 0 1 0 0-64 32 32 0 1 0 0 64z"]},e.DQ=e.mw},8248:(t,e)=>{"use strict";e.mw={prefix:"fas",iconName:"circle-three-quarters-stroke",icon:[512,512,[],"e5d4","M256 64V224c0 17.7 14.3 32 32 32H448c0-106-86-192-192-192zM0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256z"]},e.PZ=e.mw},5268:(t,e)=>{"use strict";e.mw={prefix:"fas",iconName:"circle-xmark",icon:[512,512,[61532,"times-circle","xmark-circle"],"f057","M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM175 175c9.4-9.4 24.6-9.4 33.9 0l47 47 47-47c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9l-47 47 47 47c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0l-47-47-47 47c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l47-47-47-47c-9.4-9.4-9.4-24.6 0-33.9z"]},e.bn=e.mw},8724:(t,e)=>{"use strict";e.mw={prefix:"fas",iconName:"code",icon:[640,512,[],"f121","M392.8 1.2c-17-4.9-34.7 5-39.6 22l-128 448c-4.9 17 5 34.7 22 39.6s34.7-5 39.6-22l128-448c4.9-17-5-34.7-22-39.6zm80.6 120.1c-12.5 12.5-12.5 32.8 0 45.3L562.7 256l-89.4 89.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l112-112c12.5-12.5 12.5-32.8 0-45.3l-112-112c-12.5-12.5-32.8-12.5-45.3 0zm-306.7 0c-12.5-12.5-32.8-12.5-45.3 0l-112 112c-12.5 12.5-12.5 32.8 0 45.3l112 112c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L77.3 256l89.4-89.4c12.5-12.5 12.5-32.8 0-45.3z"]},e.jT=e.mw},8964:(t,e)=>{"use strict";e.mw={prefix:"fas",iconName:"comment",icon:[512,512,[128489,61669],"f075","M512 240c0 114.9-114.6 208-256 208c-37.1 0-72.3-6.4-104.1-17.9c-11.9 8.7-31.3 20.6-54.3 30.6C73.6 471.1 44.7 480 16 480c-6.5 0-12.3-3.9-14.8-9.9c-2.5-6-1.1-12.8 3.4-17.4l0 0 0 0 0 0 0 0 .3-.3c.3-.3 .7-.7 1.3-1.4c1.1-1.2 2.8-3.1 4.9-5.7c4.1-5 9.6-12.4 15.2-21.6c10-16.6 19.5-38.4 21.4-62.9C17.7 326.8 0 285.1 0 240C0 125.1 114.6 32 256 32s256 93.1 256 208z"]},e.DN=e.mw},5764:(t,e)=>{"use strict";e.mw={prefix:"fas",iconName:"copy",icon:[448,512,[],"f0c5","M208 0H332.1c12.7 0 24.9 5.1 33.9 14.1l67.9 67.9c9 9 14.1 21.2 14.1 33.9V336c0 26.5-21.5 48-48 48H208c-26.5 0-48-21.5-48-48V48c0-26.5 21.5-48 48-48zM48 128h80v64H64V448H256V416h64v48c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V176c0-26.5 21.5-48 48-48z"]},e.jP=e.mw},8573:(t,e)=>{"use strict";e.mw={prefix:"fas",iconName:"dash",icon:[512,512,["minus-large"],"e404","M0 256c0-17.7 14.3-32 32-32H480c17.7 0 32 14.3 32 32s-14.3 32-32 32H32c-17.7 0-32-14.3-32-32z"]},e.AJ=e.mw},5133:(t,e)=>{"use strict";e.mw={prefix:"fas",iconName:"down",icon:[384,512,["arrow-alt-down"],"f354","M214.6 470.6c-12.5 12.5-32.8 12.5-45.3 0l-160-160c-9.2-9.2-11.9-22.9-6.9-34.9s16.6-19.8 29.6-19.8l96 0 0-184c0-22.1 17.9-40 40-40l48 0c22.1 0 40 17.9 40 40l0 184 96 0c12.9 0 24.6 7.8 29.6 19.8s2.2 25.7-6.9 34.9l-160 160z"]},e.sx=e.mw},3247:(t,e)=>{"use strict";e.mw={prefix:"fas",iconName:"down-right",icon:[384,512,[],"e16b","M336 432H96c-12.9 0-24.6-7.8-29.6-19.8s-2.2-25.7 6.9-34.9l72-72L11.3 171.3C4.1 164.1 0 154.2 0 144s4.1-20.1 11.3-27.3L52.7 75.3C59.9 68.1 69.8 64 80 64s20.1 4.1 27.3 11.3L241.4 209.4l72-72c9.2-9.2 22.9-11.9 34.9-6.9s19.8 16.6 19.8 29.6V400c0 17.7-14.3 32-32 32z"]},e.I0=e.mw},397:(t,e)=>{"use strict";e.mw={prefix:"fas",iconName:"download",icon:[512,512,[],"f019","M288 32c0-17.7-14.3-32-32-32s-32 14.3-32 32V274.7l-73.4-73.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l128 128c12.5 12.5 32.8 12.5 45.3 0l128-128c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L288 274.7V32zM64 352c-35.3 0-64 28.7-64 64v32c0 35.3 28.7 64 64 64H448c35.3 0 64-28.7 64-64V416c0-35.3-28.7-64-64-64H346.5l-45.3 45.3c-25 25-65.5 25-90.5 0L165.5 352H64zm368 56a24 24 0 1 1 0 48 24 24 0 1 1 0-48z"]},e.cb=e.mw},3478:(t,e)=>{"use strict";e.mw={prefix:"fas",iconName:"ellipsis",icon:[448,512,["ellipsis-h"],"f141","M8 256a56 56 0 1 1 112 0A56 56 0 1 1 8 256zm160 0a56 56 0 1 1 112 0 56 56 0 1 1 -112 0zm216-56a56 56 0 1 1 0 112 56 56 0 1 1 0-112z"]},e.Dw=e.mw},512:(t,e)=>{"use strict";e.mw={prefix:"fas",iconName:"ellipsis-vertical",icon:[128,512,["ellipsis-v"],"f142","M64 360a56 56 0 1 0 0 112 56 56 0 1 0 0-112zm0-160a56 56 0 1 0 0 112 56 56 0 1 0 0-112zM120 96A56 56 0 1 0 8 96a56 56 0 1 0 112 0z"]},e.nx=e.mw},2680:(t,e)=>{"use strict";e.mw={prefix:"fas",iconName:"exclamation",icon:[64,512,[10069,10071,61738],"21","M64 64c0-17.7-14.3-32-32-32S0 46.3 0 64V320c0 17.7 14.3 32 32 32s32-14.3 32-32V64zM32 480a40 40 0 1 0 0-80 40 40 0 1 0 0 80z"]},e.bx=e.mw},2704:(t,e)=>{"use strict";e.mw={prefix:"fas",iconName:"eye",icon:[576,512,[128065],"f06e","M288 32c-80.8 0-145.5 36.8-192.6 80.6C48.6 156 17.3 208 2.5 243.7c-3.3 7.9-3.3 16.7 0 24.6C17.3 304 48.6 356 95.4 399.4C142.5 443.2 207.2 480 288 480s145.5-36.8 192.6-80.6c46.8-43.5 78.1-95.4 93-131.1c3.3-7.9 3.3-16.7 0-24.6c-14.9-35.7-46.2-87.7-93-131.1C433.5 68.8 368.8 32 288 32zM144 256a144 144 0 1 1 288 0 144 144 0 1 1 -288 0zm144-64c0 35.3-28.7 64-64 64c-7.1 0-13.9-1.2-20.3-3.3c-5.5-1.8-11.9 1.6-11.7 7.4c.3 6.9 1.3 13.8 3.2 20.7c13.7 51.2 66.4 81.6 117.6 67.9s81.6-66.4 67.9-117.6c-11.1-41.5-47.8-69.4-88.6-71.1c-5.8-.2-9.2 6.1-7.4 11.7c2.1 6.4 3.3 13.2 3.3 20.3z"]},e.pS=e.mw},2419:(t,e)=>{"use strict";e.mw={prefix:"fas",iconName:"eye-slash",icon:[640,512,[],"f070","M38.8 5.1C28.4-3.1 13.3-1.2 5.1 9.2S-1.2 34.7 9.2 42.9l592 464c10.4 8.2 25.5 6.3 33.7-4.1s6.3-25.5-4.1-33.7L525.6 386.7c39.6-40.6 66.4-86.1 79.9-118.4c3.3-7.9 3.3-16.7 0-24.6c-14.9-35.7-46.2-87.7-93-131.1C465.5 68.8 400.8 32 320 32c-68.2 0-125 26.3-169.3 60.8L38.8 5.1zM223.1 149.5C248.6 126.2 282.7 112 320 112c79.5 0 144 64.5 144 144c0 24.9-6.3 48.3-17.4 68.7L408 294.5c8.4-19.3 10.6-41.4 4.8-63.3c-11.1-41.5-47.8-69.4-88.6-71.1c-5.8-.2-9.2 6.1-7.4 11.7c2.1 6.4 3.3 13.2 3.3 20.3c0 10.2-2.4 19.8-6.6 28.3l-90.3-70.8zM373 389.9c-16.4 6.5-34.3 10.1-53 10.1c-79.5 0-144-64.5-144-144c0-6.9 .5-13.6 1.4-20.2L83.1 161.5C60.3 191.2 44 220.8 34.5 243.7c-3.3 7.9-3.3 16.7 0 24.6c14.9 35.7 46.2 87.7 93 131.1C174.5 443.2 239.2 480 320 480c47.8 0 89.9-12.9 126.2-32.5L373 389.9z"]},e.k6=e.mw},452:(t,e)=>{"use strict";e.mw={prefix:"fas",iconName:"fill",icon:[512,512,[],"f575","M86.6 9.4C74.1-3.1 53.9-3.1 41.4 9.4s-12.5 32.8 0 45.3L122.7 136 30.6 228.1c-37.5 37.5-37.5 98.3 0 135.8L148.1 481.4c37.5 37.5 98.3 37.5 135.8 0L474.3 290.9c28.1-28.1 28.1-73.7 0-101.8L322.9 37.7c-28.1-28.1-73.7-28.1-101.8 0L168 90.7 86.6 9.4zM168 181.3l49.4 49.4c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L213.3 136l53.1-53.1c3.1-3.1 8.2-3.1 11.3 0L429.1 234.3c3.1 3.1 3.1 8.2 0 11.3L386.7 288H67.5c1.4-5.4 4.2-10.4 8.4-14.6L168 181.3z"]},e.HV=e.mw},8659:(t,e)=>{"use strict";e.mw={prefix:"fas",iconName:"filter",icon:[512,512,[],"f0b0","M3.9 54.9C10.5 40.9 24.5 32 40 32H472c15.5 0 29.5 8.9 36.1 22.9s4.6 30.5-5.2 42.5L320 320.9V448c0 12.1-6.8 23.2-17.7 28.6s-23.8 4.3-33.5-3l-64-48c-8.1-6-12.8-15.5-12.8-25.6V320.9L9 97.3C-.7 85.4-2.8 68.8 3.9 54.9z"]},e.mR=e.mw},4555:(t,e)=>{"use strict";e.mw={prefix:"fas",iconName:"flag-pennant",icon:[448,512,[128681,"pennant"],"f456","M64 32C64 14.3 49.7 0 32 0S0 14.3 0 32V480c0 17.7 14.3 32 32 32s32-14.3 32-32V352L433 213.6c9-3.4 15-12 15-21.6s-6-18.2-15-21.6L64 32z"]},e.I2=e.mw},1202:(t,e)=>{"use strict";Object.defineProperty(e,"__esModule",{value:!0});var i="floppy-disk",o=[128190,128426,"save"],n="f0c7",r="M64 32C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64H384c35.3 0 64-28.7 64-64V173.3c0-17-6.7-33.3-18.7-45.3L352 50.7C340 38.7 323.7 32 306.7 32H64zm0 96c0-17.7 14.3-32 32-32H288c17.7 0 32 14.3 32 32v64c0 17.7-14.3 32-32 32H96c-17.7 0-32-14.3-32-32V128zM224 288a64 64 0 1 1 0 128 64 64 0 1 1 0-128z";e.definition={prefix:"fas",iconName:i,icon:[448,512,o,n,r]},e.faFloppyDisk=e.definition,e.prefix="fas",e.iconName=i,e.width=448,e.height=512,e.ligatures=o,e.unicode=n,e.svgPathData=r,e.aliases=o},4101:(t,e)=>{"use strict";e.mw={prefix:"fas",iconName:"folder",icon:[512,512,[128193,128447,61716,"folder-blank"],"f07b","M64 480H448c35.3 0 64-28.7 64-64V160c0-35.3-28.7-64-64-64H288c-10.1 0-19.6-4.7-25.6-12.8L243.2 57.6C231.1 41.5 212.1 32 192 32H64C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64z"]},e.ao=e.mw},7813:(t,e)=>{"use strict";e.mw={prefix:"fas",iconName:"folder-open",icon:[576,512,[128194,128449,61717],"f07c","M88.7 223.8L0 375.8V96C0 60.7 28.7 32 64 32H181.5c17 0 33.3 6.7 45.3 18.7l26.5 26.5c12 12 28.3 18.7 45.3 18.7H416c35.3 0 64 28.7 64 64v32H144c-22.8 0-43.8 12.1-55.3 31.8zm27.6 16.1C122.1 230 132.6 224 144 224H544c11.5 0 22 6.1 27.7 16.1s5.7 22.2-.1 32.1l-112 192C453.9 474 443.4 480 432 480H32c-11.5 0-22-6.1-27.7-16.1s-5.7-22.2 .1-32.1l112-192z"]},e.Uj=e.mw},5390:(t,e)=>{"use strict";e.mw={prefix:"fas",iconName:"gear",icon:[512,512,[9881,"cog"],"f013","M495.9 166.6c3.2 8.7 .5 18.4-6.4 24.6l-43.3 39.4c1.1 8.3 1.7 16.8 1.7 25.4s-.6 17.1-1.7 25.4l43.3 39.4c6.9 6.2 9.6 15.9 6.4 24.6c-4.4 11.9-9.7 23.3-15.8 34.3l-4.7 8.1c-6.6 11-14 21.4-22.1 31.2c-5.9 7.2-15.7 9.6-24.5 6.8l-55.7-17.7c-13.4 10.3-28.2 18.9-44 25.4l-12.5 57.1c-2 9.1-9 16.3-18.2 17.8c-13.8 2.3-28 3.5-42.5 3.5s-28.7-1.2-42.5-3.5c-9.2-1.5-16.2-8.7-18.2-17.8l-12.5-57.1c-15.8-6.5-30.6-15.1-44-25.4L83.1 425.9c-8.8 2.8-18.6 .3-24.5-6.8c-8.1-9.8-15.5-20.2-22.1-31.2l-4.7-8.1c-6.1-11-11.4-22.4-15.8-34.3c-3.2-8.7-.5-18.4 6.4-24.6l43.3-39.4C64.6 273.1 64 264.6 64 256s.6-17.1 1.7-25.4L22.4 191.2c-6.9-6.2-9.6-15.9-6.4-24.6c4.4-11.9 9.7-23.3 15.8-34.3l4.7-8.1c6.6-11 14-21.4 22.1-31.2c5.9-7.2 15.7-9.6 24.5-6.8l55.7 17.7c13.4-10.3 28.2-18.9 44-25.4l12.5-57.1c2-9.1 9-16.3 18.2-17.8C227.3 1.2 241.5 0 256 0s28.7 1.2 42.5 3.5c9.2 1.5 16.2 8.7 18.2 17.8l12.5 57.1c15.8 6.5 30.6 15.1 44 25.4l55.7-17.7c8.8-2.8 18.6-.3 24.5 6.8c8.1 9.8 15.5 20.2 22.1 31.2l4.7 8.1c6.1 11 11.4 22.4 15.8 34.3zM256 336a80 80 0 1 0 0-160 80 80 0 1 0 0 160z"]},e.BH=e.mw},9358:(t,e)=>{"use strict";e.mw={prefix:"fas",iconName:"grip-lines",icon:[448,512,[],"f7a4","M32 288c-17.7 0-32 14.3-32 32s14.3 32 32 32l384 0c17.7 0 32-14.3 32-32s-14.3-32-32-32L32 288zm0-128c-17.7 0-32 14.3-32 32s14.3 32 32 32l384 0c17.7 0 32-14.3 32-32s-14.3-32-32-32L32 160z"]},e.Nb=e.mw},9176:(t,e)=>{"use strict";e.mw={prefix:"fas",iconName:"grip-lines-vertical",icon:[192,512,[],"f7a5","M64 64c0-17.7-14.3-32-32-32S0 46.3 0 64V448c0 17.7 14.3 32 32 32s32-14.3 32-32V64zm128 0c0-17.7-14.3-32-32-32s-32 14.3-32 32V448c0 17.7 14.3 32 32 32s32-14.3 32-32V64z"]},e.Z4=e.mw},979:(t,e)=>{"use strict";e.mw={prefix:"fas",iconName:"grip-vertical",icon:[320,512,[],"f58e","M40 352l48 0c22.1 0 40 17.9 40 40l0 48c0 22.1-17.9 40-40 40l-48 0c-22.1 0-40-17.9-40-40l0-48c0-22.1 17.9-40 40-40zm192 0l48 0c22.1 0 40 17.9 40 40l0 48c0 22.1-17.9 40-40 40l-48 0c-22.1 0-40-17.9-40-40l0-48c0-22.1 17.9-40 40-40zM40 320c-22.1 0-40-17.9-40-40l0-48c0-22.1 17.9-40 40-40l48 0c22.1 0 40 17.9 40 40l0 48c0 22.1-17.9 40-40 40l-48 0zM232 192l48 0c22.1 0 40 17.9 40 40l0 48c0 22.1-17.9 40-40 40l-48 0c-22.1 0-40-17.9-40-40l0-48c0-22.1 17.9-40 40-40zM40 160c-22.1 0-40-17.9-40-40L0 72C0 49.9 17.9 32 40 32l48 0c22.1 0 40 17.9 40 40l0 48c0 22.1-17.9 40-40 40l-48 0zM232 32l48 0c22.1 0 40 17.9 40 40l0 48c0 22.1-17.9 40-40 40l-48 0c-22.1 0-40-17.9-40-40l0-48c0-22.1 17.9-40 40-40z"]},e.S9=e.mw},6267:(t,e)=>{"use strict";e.mw={prefix:"fas",iconName:"heading",icon:[448,512,["header"],"f1dc","M0 64C0 46.3 14.3 32 32 32H80h48c17.7 0 32 14.3 32 32s-14.3 32-32 32H112V208H336V96H320c-17.7 0-32-14.3-32-32s14.3-32 32-32h48 48c17.7 0 32 14.3 32 32s-14.3 32-32 32H400V240 416h16c17.7 0 32 14.3 32 32s-14.3 32-32 32H368 320c-17.7 0-32-14.3-32-32s14.3-32 32-32h16V272H112V416h16c17.7 0 32 14.3 32 32s-14.3 32-32 32H80 32c-17.7 0-32-14.3-32-32s14.3-32 32-32H48V240 96H32C14.3 96 0 81.7 0 64z"]},e.Am=e.mw},3559:(t,e)=>{"use strict";e.mw={prefix:"fas",iconName:"horizontal-rule",icon:[640,512,[8213],"f86c","M0 256c0-17.7 14.3-32 32-32H608c17.7 0 32 14.3 32 32s-14.3 32-32 32H32c-17.7 0-32-14.3-32-32z"]},e.ad=e.mw},3285:(t,e)=>{"use strict";e.mw={prefix:"fas",iconName:"house",icon:[576,512,[127968,63498,63500,"home","home-alt","home-lg-alt"],"f015","M575.8 255.5c0 18-15 32.1-32 32.1h-32l.7 160.2c0 2.7-.2 5.4-.5 8.1V472c0 22.1-17.9 40-40 40H456c-1.1 0-2.2 0-3.3-.1c-1.4 .1-2.8 .1-4.2 .1H416 392c-22.1 0-40-17.9-40-40V448 384c0-17.7-14.3-32-32-32H256c-17.7 0-32 14.3-32 32v64 24c0 22.1-17.9 40-40 40H160 128.1c-1.5 0-3-.1-4.5-.2c-1.2 .1-2.4 .2-3.6 .2H104c-22.1 0-40-17.9-40-40V360c0-.9 0-1.9 .1-2.8V287.6H32c-18 0-32-14-32-32.1c0-9 3-17 10-24L266.4 8c7-7 15-8 22-8s15 2 21 7L564.8 231.5c8 7 12 15 11 24z"]},e.mu=e.mw},3300:(t,e)=>{"use strict";e.mw={prefix:"fas",iconName:"image",icon:[512,512,[],"f03e","M0 96C0 60.7 28.7 32 64 32H448c35.3 0 64 28.7 64 64V416c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V96zM323.8 202.5c-4.5-6.6-11.9-10.5-19.8-10.5s-15.4 3.9-19.8 10.5l-87 127.6L170.7 297c-4.6-5.7-11.5-9-18.7-9s-14.2 3.3-18.7 9l-64 80c-5.8 7.2-6.9 17.1-2.9 25.4s12.4 13.6 21.6 13.6h96 32H424c8.9 0 17.1-4.9 21.2-12.8s3.6-17.4-1.4-24.7l-120-176zM112 192a48 48 0 1 0 0-96 48 48 0 1 0 0 96z"]},e.jb=e.mw},8270:(t,e)=>{"use strict";e.mw={prefix:"fas",iconName:"input-text",icon:[640,512,[],"e1bf","M64 128V384H576V128H64zM0 128C0 92.7 28.7 64 64 64H576c35.3 0 64 28.7 64 64V384c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V128zm184 32c9.5 0 18.1 5.6 21.9 14.3l64 144c5.4 12.1-.1 26.3-12.2 31.7s-26.3-.1-31.7-12.2l-4.3-9.7H146.3l-4.3 9.7c-5.4 12.1-19.6 17.6-31.7 12.2s-17.6-19.6-12.2-31.7l64-144c3.9-8.7 12.4-14.3 21.9-14.3zm0 83.1L167.6 280h32.8L184 243.1zM304 184c0-13.3 10.7-24 24-24h52c33.1 0 60 26.9 60 60c0 9.2-2.1 17.9-5.8 25.7c13.3 11 21.8 27.6 21.8 46.3c0 33.1-26.9 60-60 60H328c-13.3 0-24-10.7-24-24v-8V256 192v-8zm48 24v24h28c6.6 0 12-5.4 12-12s-5.4-12-12-12H352zm0 96h44c6.6 0 12-5.4 12-12s-5.4-12-12-12H380 352v24z"]},e.n2=e.mw},8385:(t,e)=>{"use strict";e.mw={prefix:"fas",iconName:"italic",icon:[384,512,[],"f033","M128 64c0-17.7 14.3-32 32-32H352c17.7 0 32 14.3 32 32s-14.3 32-32 32H293.3L160 416h64c17.7 0 32 14.3 32 32s-14.3 32-32 32H32c-17.7 0-32-14.3-32-32s14.3-32 32-32H90.7L224 96H160c-17.7 0-32-14.3-32-32z"]},e.SI=e.mw},2377:(t,e)=>{"use strict";e.mw={prefix:"fas",iconName:"layer-group",icon:[576,512,[],"f5fd","M264.5 5.2c14.9-6.9 32.1-6.9 47 0l218.6 101c8.5 3.9 13.9 12.4 13.9 21.8s-5.4 17.9-13.9 21.8l-218.6 101c-14.9 6.9-32.1 6.9-47 0L45.9 149.8C37.4 145.8 32 137.3 32 128s5.4-17.9 13.9-21.8L264.5 5.2zM476.9 209.6l53.2 24.6c8.5 3.9 13.9 12.4 13.9 21.8s-5.4 17.9-13.9 21.8l-218.6 101c-14.9 6.9-32.1 6.9-47 0L45.9 277.8C37.4 273.8 32 265.3 32 256s5.4-17.9 13.9-21.8l53.2-24.6 152 70.2c23.4 10.8 50.4 10.8 73.8 0l152-70.2zm-152 198.2l152-70.2 53.2 24.6c8.5 3.9 13.9 12.4 13.9 21.8s-5.4 17.9-13.9 21.8l-218.6 101c-14.9 6.9-32.1 6.9-47 0L45.9 405.8C37.4 401.8 32 393.3 32 384s5.4-17.9 13.9-21.8l53.2-24.6 152 70.2c23.4 10.8 50.4 10.8 73.8 0z"]},e.qI=e.mw},6092:(t,e)=>{"use strict";e.mw={prefix:"fas",iconName:"left",icon:[448,512,["arrow-alt-left"],"f355","M9.4 278.6c-12.5-12.5-12.5-32.8 0-45.3l160-160c9.2-9.2 22.9-11.9 34.9-6.9s19.8 16.6 19.8 29.6l0 96 184 0c22.1 0 40 17.9 40 40l0 48c0 22.1-17.9 40-40 40l-184 0 0 96c0 12.9-7.8 24.6-19.8 29.6s-25.7 2.2-34.9-6.9l-160-160z"]},e.HF=e.mw},5741:(t,e)=>{"use strict";e.mw={prefix:"fas",iconName:"link",icon:[640,512,[128279,"chain"],"f0c1","M579.8 267.7c56.5-56.5 56.5-148 0-204.5c-50-50-128.8-56.5-186.3-15.4l-1.6 1.1c-14.4 10.3-17.7 30.3-7.4 44.6s30.3 17.7 44.6 7.4l1.6-1.1c32.1-22.9 76-19.3 103.8 8.6c31.5 31.5 31.5 82.5 0 114L422.3 334.8c-31.5 31.5-82.5 31.5-114 0c-27.9-27.9-31.5-71.8-8.6-103.8l1.1-1.6c10.3-14.4 6.9-34.4-7.4-44.6s-34.4-6.9-44.6 7.4l-1.1 1.6C206.5 251.2 213 330 263 380c56.5 56.5 148 56.5 204.5 0L579.8 267.7zM60.2 244.3c-56.5 56.5-56.5 148 0 204.5c50 50 128.8 56.5 186.3 15.4l1.6-1.1c14.4-10.3 17.7-30.3 7.4-44.6s-30.3-17.7-44.6-7.4l-1.6 1.1c-32.1 22.9-76 19.3-103.8-8.6C74 372 74 321 105.5 289.5L217.7 177.2c31.5-31.5 82.5-31.5 114 0c27.9 27.9 31.5 71.8 8.6 103.9l-1.1 1.6c-10.3 14.4-6.9 34.4 7.4 44.6s34.4 6.9 44.6-7.4l1.1-1.6C433.5 260.8 427 182 377 132c-56.5-56.5-148-56.5-204.5 0L60.2 244.3z"]},e.CQ=e.mw},809:(t,e)=>{"use strict";e.mw={prefix:"fas",iconName:"list",icon:[512,512,["list-squares"],"f03a","M40 48C26.7 48 16 58.7 16 72v48c0 13.3 10.7 24 24 24H88c13.3 0 24-10.7 24-24V72c0-13.3-10.7-24-24-24H40zM192 64c-17.7 0-32 14.3-32 32s14.3 32 32 32H480c17.7 0 32-14.3 32-32s-14.3-32-32-32H192zm0 160c-17.7 0-32 14.3-32 32s14.3 32 32 32H480c17.7 0 32-14.3 32-32s-14.3-32-32-32H192zm0 160c-17.7 0-32 14.3-32 32s14.3 32 32 32H480c17.7 0 32-14.3 32-32s-14.3-32-32-32H192zM16 232v48c0 13.3 10.7 24 24 24H88c13.3 0 24-10.7 24-24V232c0-13.3-10.7-24-24-24H40c-13.3 0-24 10.7-24 24zM40 368c-13.3 0-24 10.7-24 24v48c0 13.3 10.7 24 24 24H88c13.3 0 24-10.7 24-24V392c0-13.3-10.7-24-24-24H40z"]},e.IT=e.mw},8265:(t,e)=>{"use strict";e.mw={prefix:"fas",iconName:"list-check",icon:[512,512,["tasks"],"f0ae","M152.1 38.2c9.9 8.9 10.7 24 1.8 33.9l-72 80c-4.4 4.9-10.6 7.8-17.2 7.9s-12.9-2.4-17.6-7L7 113C-2.3 103.6-2.3 88.4 7 79s24.6-9.4 33.9 0l22.1 22.1 55.1-61.2c8.9-9.9 24-10.7 33.9-1.8zm0 160c9.9 8.9 10.7 24 1.8 33.9l-72 80c-4.4 4.9-10.6 7.8-17.2 7.9s-12.9-2.4-17.6-7L7 273c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l22.1 22.1 55.1-61.2c8.9-9.9 24-10.7 33.9-1.8zM224 96c0-17.7 14.3-32 32-32H480c17.7 0 32 14.3 32 32s-14.3 32-32 32H256c-17.7 0-32-14.3-32-32zm0 160c0-17.7 14.3-32 32-32H480c17.7 0 32 14.3 32 32s-14.3 32-32 32H256c-17.7 0-32-14.3-32-32zM160 416c0-17.7 14.3-32 32-32H480c17.7 0 32 14.3 32 32s-14.3 32-32 32H192c-17.7 0-32-14.3-32-32zM48 368a48 48 0 1 1 0 96 48 48 0 1 1 0-96z"]},e.UN=e.mw},8014:(t,e)=>{"use strict";e.mw={prefix:"fas",iconName:"list-ol",icon:[512,512,["list-1-2","list-numeric"],"f0cb","M24 56c0-13.3 10.7-24 24-24H80c13.3 0 24 10.7 24 24V176h16c13.3 0 24 10.7 24 24s-10.7 24-24 24H40c-13.3 0-24-10.7-24-24s10.7-24 24-24H56V80H48C34.7 80 24 69.3 24 56zM86.7 341.2c-6.5-7.4-18.3-6.9-24 1.2L51.5 357.9c-7.7 10.8-22.7 13.3-33.5 5.6s-13.3-22.7-5.6-33.5l11.1-15.6c23.7-33.2 72.3-35.6 99.2-4.9c21.3 24.4 20.8 60.9-1.1 84.7L86.8 432H120c13.3 0 24 10.7 24 24s-10.7 24-24 24H32c-9.5 0-18.2-5.6-22-14.4s-2.1-18.9 4.3-25.9l72-78c5.3-5.8 5.4-14.6 .3-20.5zM224 64H480c17.7 0 32 14.3 32 32s-14.3 32-32 32H224c-17.7 0-32-14.3-32-32s14.3-32 32-32zm0 160H480c17.7 0 32 14.3 32 32s-14.3 32-32 32H224c-17.7 0-32-14.3-32-32s14.3-32 32-32zm0 160H480c17.7 0 32 14.3 32 32s-14.3 32-32 32H224c-17.7 0-32-14.3-32-32s14.3-32 32-32z"]},e.Ts=e.mw},7261:(t,e)=>{"use strict";e.mw={prefix:"fas",iconName:"list-tree",icon:[512,512,[],"e1d2","M24 48C10.7 48 0 58.7 0 72v48c0 13.3 10.7 24 24 24V256 384c0 30.9 25.1 56 56 56h48c0 13.3 10.7 24 24 24h48c13.3 0 24-10.7 24-24V392c0-13.3-10.7-24-24-24H152c-13.3 0-24 10.7-24 24H80c-4.4 0-8-3.6-8-8V280h56c0 13.3 10.7 24 24 24h48c13.3 0 24-10.7 24-24V232c0-13.3-10.7-24-24-24H152c-13.3 0-24 10.7-24 24H72V144c13.3 0 24-10.7 24-24V72c0-13.3-10.7-24-24-24H24zM160 96c0 17.7 14.3 32 32 32H480c17.7 0 32-14.3 32-32s-14.3-32-32-32H192c-17.7 0-32 14.3-32 32zM288 256c0 17.7 14.3 32 32 32H480c17.7 0 32-14.3 32-32s-14.3-32-32-32H320c-17.7 0-32 14.3-32 32zm0 160c0 17.7 14.3 32 32 32H480c17.7 0 32-14.3 32-32s-14.3-32-32-32H320c-17.7 0-32 14.3-32 32z"]},e.QL=e.mw},2698:(t,e)=>{"use strict";e.mw={prefix:"fas",iconName:"magnifying-glass",icon:[512,512,[128269,"search"],"f002","M416 208c0 45.9-14.9 88.3-40 122.7L502.6 457.4c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0L330.7 376c-34.4 25.2-76.8 40-122.7 40C93.1 416 0 322.9 0 208S93.1 0 208 0S416 93.1 416 208zM208 352a144 144 0 1 0 0-288 144 144 0 1 0 0 288z"]},e.$U=e.mw},4729:(t,e)=>{"use strict";e.mw={prefix:"fas",iconName:"minus",icon:[448,512,[8211,8722,10134,"subtract"],"f068","M432 256c0 17.7-14.3 32-32 32L48 288c-17.7 0-32-14.3-32-32s14.3-32 32-32l352 0c17.7 0 32 14.3 32 32z"]},e.EZ=e.mw},2583:(t,e)=>{"use strict";e.mw={prefix:"fas",iconName:"object-group",icon:[576,512,[],"f247","M32 119.4C12.9 108.4 0 87.7 0 64C0 28.7 28.7 0 64 0c23.7 0 44.4 12.9 55.4 32H456.6C467.6 12.9 488.3 0 512 0c35.3 0 64 28.7 64 64c0 23.7-12.9 44.4-32 55.4V392.6c19.1 11.1 32 31.7 32 55.4c0 35.3-28.7 64-64 64c-23.7 0-44.4-12.9-55.4-32H119.4c-11.1 19.1-31.7 32-55.4 32c-35.3 0-64-28.7-64-64c0-23.7 12.9-44.4 32-55.4V119.4zM456.6 96H119.4c-5.6 9.7-13.7 17.8-23.4 23.4V392.6c9.7 5.6 17.8 13.7 23.4 23.4H456.6c5.6-9.7 13.7-17.8 23.4-23.4V119.4c-9.7-5.6-17.8-13.7-23.4-23.4zM128 160c0-17.7 14.3-32 32-32H288c17.7 0 32 14.3 32 32v96c0 17.7-14.3 32-32 32H160c-17.7 0-32-14.3-32-32V160zM256 320h32c35.3 0 64-28.7 64-64V224h64c17.7 0 32 14.3 32 32v96c0 17.7-14.3 32-32 32H288c-17.7 0-32-14.3-32-32V320z"]},e.cW=e.mw},8783:(t,e)=>{"use strict";e.mw={prefix:"fas",iconName:"object-union",icon:[512,512,[],"e49f","M64 0C28.7 0 0 28.7 0 64V288c0 35.3 28.7 64 64 64h96v96c0 35.3 28.7 64 64 64H448c35.3 0 64-28.7 64-64V224c0-35.3-28.7-64-64-64H352V64c0-35.3-28.7-64-64-64H64z"]},e.Gl=e.mw},1072:(t,e)=>{"use strict";e.mw={prefix:"fas",iconName:"paintbrush-pencil",icon:[576,512,[],"e206","M559.6 95.6c21.9-21.9 21.9-57.3 0-79.2s-57.3-21.9-79.2 0L227.7 269.1l79.2 79.2L559.6 95.6zM205 291.8c-9.3-2.5-19-3.8-29-3.8c-61.9 0-112 50.1-112 112c0 3.9 .2 7.8 .6 11.6C66.4 429.1 54.4 448 36.8 448H32c-17.7 0-32 14.3-32 32s14.3 32 32 32H176c61.9 0 112-50.1 112-112c0-10-1.3-19.8-3.8-29l.1-.1-79.2-79.2-.1 .1zm93.4-138.7L164.7 19.3c-25-25-65.5-25-90.5 0L50.7 42.7c-25 25-25 65.5 0 90.5L173.5 256c.8 0 1.7 0 2.5 0c6.2 0 12.4 .4 18.4 1.2L298.5 153.1zM320 402.5l64.6 64.6c6.7 6.7 15.1 11.6 24.2 14.2l104 29.7c8.4 2.4 17.4 .1 23.6-6.1s8.5-15.2 6.1-23.6l-29.7-104c-2.6-9.2-7.5-17.5-14.2-24.2l-75.6-75.6L318.8 381.6c.8 6 1.2 12.2 1.2 18.4c0 .8 0 1.7 0 2.5z"]},e.ff=e.mw},3838:(t,e)=>{"use strict";e.mw={prefix:"fas",iconName:"pen",icon:[512,512,[128394],"f304","M362.7 19.3L314.3 67.7 444.3 197.7l48.4-48.4c25-25 25-65.5 0-90.5L453.3 19.3c-25-25-65.5-25-90.5 0zm-71 71L58.6 323.5c-10.4 10.4-18 23.3-22.2 37.4L1 481.2C-1.5 489.7 .8 498.8 7 505s15.3 8.5 23.7 6.1l120.3-35.4c14.1-4.2 27-11.8 37.4-22.2L421.7 220.3 291.7 90.3z"]},e.hp=e.mw},1953:(t,e)=>{"use strict";e.mw={prefix:"fas",iconName:"plus",icon:[448,512,[10133,61543,"add"],"2b","M256 80c0-17.7-14.3-32-32-32s-32 14.3-32 32V224H48c-17.7 0-32 14.3-32 32s14.3 32 32 32H192V432c0 17.7 14.3 32 32 32s32-14.3 32-32V288H400c17.7 0 32-14.3 32-32s-14.3-32-32-32H256V80z"]},e.QL=e.mw},3071:(t,e)=>{"use strict";e.mw={prefix:"fas",iconName:"puzzle-piece",icon:[512,512,[129513],"f12e","M192 104.8c0-9.2-5.8-17.3-13.2-22.8C167.2 73.3 160 61.3 160 48c0-26.5 28.7-48 64-48s64 21.5 64 48c0 13.3-7.2 25.3-18.8 34c-7.4 5.5-13.2 13.6-13.2 22.8v0c0 12.8 10.4 23.2 23.2 23.2H336c26.5 0 48 21.5 48 48v56.8c0 12.8 10.4 23.2 23.2 23.2v0c9.2 0 17.3-5.8 22.8-13.2c8.7-11.6 20.7-18.8 34-18.8c26.5 0 48 28.7 48 64s-21.5 64-48 64c-13.3 0-25.3-7.2-34-18.8c-5.5-7.4-13.6-13.2-22.8-13.2v0c-12.8 0-23.2 10.4-23.2 23.2V464c0 26.5-21.5 48-48 48H279.2c-12.8 0-23.2-10.4-23.2-23.2v0c0-9.2 5.8-17.3 13.2-22.8c11.6-8.7 18.8-20.7 18.8-34c0-26.5-28.7-48-64-48s-64 21.5-64 48c0 13.3 7.2 25.3 18.8 34c7.4 5.5 13.2 13.6 13.2 22.8v0c0 12.8-10.4 23.2-23.2 23.2H48c-26.5 0-48-21.5-48-48V343.2C0 330.4 10.4 320 23.2 320v0c9.2 0 17.3 5.8 22.8 13.2C54.7 344.8 66.7 352 80 352c26.5 0 48-28.7 48-64s-21.5-64-48-64c-13.3 0-25.3 7.2-34 18.8C40.5 250.2 32.4 256 23.2 256v0C10.4 256 0 245.6 0 232.8V176c0-26.5 21.5-48 48-48H168.8c12.8 0 23.2-10.4 23.2-23.2v0z"]},e._X=e.mw},8955:(t,e)=>{"use strict";e.mw={prefix:"fas",iconName:"quote-right",icon:[448,512,[8221,"quote-right-alt"],"f10e","M448 296c0 66.3-53.7 120-120 120h-8c-17.7 0-32-14.3-32-32s14.3-32 32-32h8c30.9 0 56-25.1 56-56v-8H320c-35.3 0-64-28.7-64-64V160c0-35.3 28.7-64 64-64h64c35.3 0 64 28.7 64 64v32 32 72zm-256 0c0 66.3-53.7 120-120 120H64c-17.7 0-32-14.3-32-32s14.3-32 32-32h8c30.9 0 56-25.1 56-56v-8H64c-35.3 0-64-28.7-64-64V160c0-35.3 28.7-64 64-64h64c35.3 0 64 28.7 64 64v32 32 72z"]},e.oE=e.mw},7362:(t,e,i)=>{"use strict";var o=i(6728);e.mw={prefix:o.prefix,iconName:o.iconName,icon:[o.width,o.height,o.aliases,o.unicode,o.svgPathData]},e.Vp=e.mw,o.prefix,o.iconName,o.width,o.height,o.aliases,o.unicode,o.svgPathData,o.aliases},791:(t,e)=>{"use strict";e.mw={prefix:"fas",iconName:"right",icon:[448,512,[11157,"arrow-alt-right"],"f356","M438.6 233.4c12.5 12.5 12.5 32.8 0 45.3l-160 160c-9.2 9.2-22.9 11.9-34.9 6.9s-19.8-16.6-19.8-29.6l0-96L40 320c-22.1 0-40-17.9-40-40l0-48c0-22.1 17.9-40 40-40l184 0 0-96c0-12.9 7.8-24.6 19.8-29.6s25.7-2.2 34.9 6.9l160 160z"]},e.qf=e.mw},7699:(t,e)=>{"use strict";e.mw={prefix:"fas",iconName:"rotate-left",icon:[512,512,["rotate-back","rotate-backward","undo-alt"],"f2ea","M48.5 224H40c-13.3 0-24-10.7-24-24V72c0-9.7 5.8-18.5 14.8-22.2s19.3-1.7 26.2 5.2L98.6 96.6c87.6-86.5 228.7-86.2 315.8 1c87.5 87.5 87.5 229.3 0 316.8s-229.3 87.5-316.8 0c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0c62.5 62.5 163.8 62.5 226.3 0s62.5-163.8 0-226.3c-62.2-62.2-162.7-62.5-225.3-1L185 183c6.9 6.9 8.9 17.2 5.2 26.2s-12.5 14.8-22.2 14.8H48.5z"]},e.ub=e.mw},3322:(t,e)=>{"use strict";e.mw={prefix:"fas",iconName:"rotate-right",icon:[512,512,["redo-alt","rotate-forward"],"f2f9","M463.5 224H472c13.3 0 24-10.7 24-24V72c0-9.7-5.8-18.5-14.8-22.2s-19.3-1.7-26.2 5.2L413.4 96.6c-87.6-86.5-228.7-86.2-315.8 1c-87.5 87.5-87.5 229.3 0 316.8s229.3 87.5 316.8 0c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0c-62.5 62.5-163.8 62.5-226.3 0s-62.5-163.8 0-226.3c62.2-62.2 162.7-62.5 225.3-1L327 183c-6.9 6.9-8.9 17.2-5.2 26.2s12.5 14.8 22.2 14.8H463.5z"]},e.lL=e.mw},6780:(t,e,i)=>{"use strict";var o=i(1202);e.mw={prefix:o.prefix,iconName:o.iconName,icon:[o.width,o.height,o.aliases,o.unicode,o.svgPathData]},e.hS=e.mw,o.prefix,o.iconName,o.width,o.height,o.aliases,o.unicode,o.svgPathData,o.aliases},5143:(t,e)=>{"use strict";e.mw={prefix:"fas",iconName:"signal-bars",icon:[640,512,["signal-alt","signal-alt-4","signal-bars-strong"],"f690","M560 0c-26.5 0-48 21.5-48 48V464c0 26.5 21.5 48 48 48s48-21.5 48-48V48c0-26.5-21.5-48-48-48zM352 176V464c0 26.5 21.5 48 48 48s48-21.5 48-48V176c0-26.5-21.5-48-48-48s-48 21.5-48 48zM240 256c-26.5 0-48 21.5-48 48V464c0 26.5 21.5 48 48 48s48-21.5 48-48V304c0-26.5-21.5-48-48-48zM80 384c-26.5 0-48 21.5-48 48v32c0 26.5 21.5 48 48 48s48-21.5 48-48V432c0-26.5-21.5-48-48-48z"]},e.id=e.mw},2561:(t,e)=>{"use strict";e.mw={prefix:"fas",iconName:"signal-bars-fair",icon:[640,512,["signal-alt-2"],"f692","M240 256c-26.5 0-48 21.5-48 48V464c0 26.5 21.5 48 48 48s48-21.5 48-48V304c0-26.5-21.5-48-48-48zM80 384c-26.5 0-48 21.5-48 48v32c0 26.5 21.5 48 48 48s48-21.5 48-48V432c0-26.5-21.5-48-48-48z"]},e.UX=e.mw},5726:(t,e)=>{"use strict";e.mw={prefix:"fas",iconName:"signal-bars-good",icon:[640,512,["signal-alt-3"],"f693","M400 128c-26.5 0-48 21.5-48 48V464c0 26.5 21.5 48 48 48s48-21.5 48-48V176c0-26.5-21.5-48-48-48zM192 304V464c0 26.5 21.5 48 48 48s48-21.5 48-48V304c0-26.5-21.5-48-48-48s-48 21.5-48 48zM32 432v32c0 26.5 21.5 48 48 48s48-21.5 48-48V432c0-26.5-21.5-48-48-48s-48 21.5-48 48z"]},e.PA=e.mw},2415:(t,e)=>{"use strict";e.mw={prefix:"fas",iconName:"signal-bars-weak",icon:[640,512,["signal-alt-1"],"f691","M32 432c0-26.5 21.5-48 48-48s48 21.5 48 48v32c0 26.5-21.5 48-48 48s-48-21.5-48-48V432z"]},e.qp=e.mw},8752:(t,e)=>{"use strict";e.mw={prefix:"fas",iconName:"spinner",icon:[512,512,[],"f110","M304 48a48 48 0 1 0 -96 0 48 48 0 1 0 96 0zm0 416a48 48 0 1 0 -96 0 48 48 0 1 0 96 0zM48 304a48 48 0 1 0 0-96 48 48 0 1 0 0 96zm464-48a48 48 0 1 0 -96 0 48 48 0 1 0 96 0zM142.9 437A48 48 0 1 0 75 369.1 48 48 0 1 0 142.9 437zm0-294.2A48 48 0 1 0 75 75a48 48 0 1 0 67.9 67.9zM369.1 437A48 48 0 1 0 437 369.1 48 48 0 1 0 369.1 437z"]},e.z1=e.mw},1386:(t,e)=>{"use strict";e.mw={prefix:"fas",iconName:"square",icon:[448,512,[9632,9723,9724,61590],"f0c8","M0 96C0 60.7 28.7 32 64 32H384c35.3 0 64 28.7 64 64V416c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V96z"]},e.Nf=e.mw},1239:(t,e)=>{"use strict";e.mw={prefix:"fas",iconName:"square-1",icon:[448,512,[],"e256","M0 96C0 60.7 28.7 32 64 32H384c35.3 0 64 28.7 64 64V416c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V96zm236 35.2c-7.4-4.3-16.5-4.3-24-.1l-56 32c-11.5 6.6-15.5 21.2-8.9 32.7s21.2 15.5 32.7 8.9L200 193.4V336H160c-13.3 0-24 10.7-24 24s10.7 24 24 24h64 64c13.3 0 24-10.7 24-24s-10.7-24-24-24H248V152c0-8.6-4.6-16.5-12-20.8z"]},e.qz=e.mw},4218:(t,e)=>{"use strict";e.mw={prefix:"fas",iconName:"square-2",icon:[448,512,[],"e257","M64 32C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64H384c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64H64zM190.7 184.7l-24.2 18.4c-10.5 8-25.6 6-33.6-4.5s-6-25.6 4.5-33.6l24.2-18.4c15.8-12 35.2-18.4 55.1-18.1l3.4 .1c46.5 .7 83.8 38.6 83.8 85.1c0 23.5-9.7 46-26.9 62.1L212.7 336H296c13.3 0 24 10.7 24 24s-10.7 24-24 24H152c-9.8 0-18.7-6-22.3-15.2s-1.3-19.6 5.9-26.3L244.3 240.6c7.5-7 11.7-16.8 11.7-27.1c0-20.3-16.3-36.8-36.6-37.1l-3.4-.1c-9.1-.1-18 2.8-25.3 8.3z"]},e.jw=e.mw},8377:(t,e)=>{"use strict";e.mw={prefix:"fas",iconName:"square-3",icon:[448,512,[],"e258","M64 32C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64H384c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64H64zm88 96H280c9.9 0 18.8 6.1 22.4 15.3s1.1 19.7-6.2 26.4l-50.8 46.5c41.9 4.8 74.6 40.4 74.6 83.6c0 46.5-37.7 84.2-84.2 84.2H208c-30.1 0-58.1-15.6-73.9-41.2l-2.6-4.2c-7-11.3-3.5-26.1 7.8-33s26.1-3.5 33 7.8l2.6 4.2c7.1 11.5 19.6 18.4 33 18.4h27.8c20 0 36.2-16.2 36.2-36.2c0-20.1-16.3-36.3-36.4-36.2l-51.5 .3c-9.9 .1-18.9-6-22.5-15.2s-1.2-19.8 6.1-26.5L218.3 176H152c-13.3 0-24-10.7-24-24s10.7-24 24-24z"]},e.cd=e.mw},3740:(t,e)=>{"use strict";e.mw={prefix:"fas",iconName:"square-4",icon:[448,512,[],"e259","M0 96C0 60.7 28.7 32 64 32H384c35.3 0 64 28.7 64 64V416c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V96zm191.6 33.2c-12.6-4.2-26.2 2.6-30.4 15.2l-48 144c-2.4 7.3-1.2 15.4 3.3 21.6s11.8 10 19.5 10H240v40c0 13.3 10.7 24 24 24s24-10.7 24-24V320h8c13.3 0 24-10.7 24-24s-10.7-24-24-24h-8V216c0-13.3-10.7-24-24-24s-24 10.7-24 24v56H169.3l37.5-112.4c4.2-12.6-2.6-26.2-15.2-30.4z"]},e.jR=e.mw},5379:(t,e)=>{"use strict";e.mw={prefix:"fas",iconName:"square-5",icon:[448,512,[],"e25a","M64 32C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64H384c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64H64zm112 96H280c13.3 0 24 10.7 24 24s-10.7 24-24 24H196l-7.8 43 61.4 6.9c40.1 4.5 70.4 38.4 70.4 78.8c0 43.8-35.5 79.3-79.3 79.3h-36c-27.5 0-53.3-13.7-68.6-36.6l-4.1-6.1c-7.4-11-4.5-25.9 6.5-33.3s25.9-4.5 33.3 6.5l4.1 6.1c6.4 9.6 17.2 15.3 28.8 15.3h36c17.3 0 31.3-14 31.3-31.3c0-15.9-12-29.3-27.8-31.1l-86.9-9.8c-6.6-.7-12.6-4.2-16.6-9.5s-5.5-12.1-4.4-18.6l16-88c2.1-11.4 12-19.7 23.6-19.7z"]},e.qt=e.mw},9974:(t,e)=>{"use strict";e.mw={prefix:"fas",iconName:"square-6",icon:[448,512,[],"e25b","M0 96C0 60.7 28.7 32 64 32H384c35.3 0 64 28.7 64 64V416c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V96zM224 240a48 48 0 1 1 0 96 48 48 0 1 1 0-96zm-96 48c0 53 43 96 96 96s96-43 96-96c0-44-29.6-81.1-70-92.4l29.6-25.4c10.1-8.6 11.2-23.8 2.6-33.8s-23.8-11.2-33.8-2.6l-81.6 70C142.2 224.8 128 255.6 128 288z"]},e.x7=e.mw},3368:(t,e)=>{"use strict";e.mw={prefix:"fas",iconName:"square-check",icon:[448,512,[9745,9989,61510,"check-square"],"f14a","M64 32C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64H384c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64H64zM337 209L209 337c-9.4 9.4-24.6 9.4-33.9 0l-64-64c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l47 47L303 175c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9z"]},e.Dn=e.mw},6288:(t,e)=>{"use strict";e.mw={prefix:"fas",iconName:"square-minus",icon:[448,512,[61767,"minus-square"],"f146","M64 32C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64H384c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64H64zm88 200H296c13.3 0 24 10.7 24 24s-10.7 24-24 24H152c-13.3 0-24-10.7-24-24s10.7-24 24-24z"]},e.hy=e.mw},5293:(t,e)=>{"use strict";e.mw={prefix:"fas",iconName:"square-o",icon:[448,512,[],"e278","M64 32C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64H384c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64H64zm80 224a80 80 0 1 0 160 0 80 80 0 1 0 -160 0zm80 128a128 128 0 1 1 0-256 128 128 0 1 1 0 256z"]},e.Qv=e.mw},7513:(t,e)=>{"use strict";e.mw={prefix:"fas",iconName:"square-xmark",icon:[448,512,[10062,"times-square","xmark-square"],"f2d3","M64 32C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64H384c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64H64zm79 143c9.4-9.4 24.6-9.4 33.9 0l47 47 47-47c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9l-47 47 47 47c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0l-47-47-47 47c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l47-47-47-47c-9.4-9.4-9.4-24.6 0-33.9z"]},e.IP=e.mw},4373:(t,e)=>{"use strict";e.mw={prefix:"fas",iconName:"star",icon:[576,512,[11088,61446],"f005","M316.9 18C311.6 7 300.4 0 288.1 0s-23.4 7-28.8 18L195 150.3 51.4 171.5c-12 1.8-22 10.2-25.7 21.7s-.7 24.2 7.9 32.7L137.8 329 113.2 474.7c-2 12 3 24.2 12.9 31.3s23 8 33.8 2.3l128.3-68.5 128.3 68.5c10.8 5.7 23.9 4.9 33.8-2.3s14.9-19.3 12.9-31.3L438.5 329 542.7 225.9c8.6-8.5 11.7-21.2 7.9-32.7s-13.7-19.9-25.7-21.7L381.2 150.3 316.9 18z"]},e.yy=e.mw},436:(t,e)=>{"use strict";e.mw={prefix:"fas",iconName:"star-half-stroke",icon:[640,512,["star-half-alt"],"f5c0","M320 376.4l.1-.1 26.4 14.1 85.2 45.5-16.5-97.6-4.8-28.7 20.7-20.5 70.1-69.3-96.1-14.2-29.3-4.3-12.9-26.6L320.1 86.9l-.1 .3V376.4zm175.1 98.3c2 12-3 24.2-12.9 31.3s-23 8-33.8 2.3L320.1 439.8 191.8 508.3C181 514 167.9 513.1 158 506s-14.9-19.3-12.9-31.3L169.8 329 65.6 225.9c-8.6-8.5-11.7-21.2-7.9-32.7s13.7-19.9 25.7-21.7L227 150.3 291.4 18c5.4-11 16.5-18 28.8-18s23.4 7 28.8 18l64.3 132.3 143.6 21.2c12 1.8 22 10.2 25.7 21.7s.7 24.2-7.9 32.7L470.5 329l24.6 145.7z"]},e.xg=e.mw},2034:(t,e)=>{"use strict";e.mw={prefix:"fas",iconName:"strikethrough",icon:[512,512,[],"f0cc","M161.3 144c3.2-17.2 14-30.1 33.7-38.6c21.1-9 51.8-12.3 88.6-6.5c11.9 1.9 48.8 9.1 60.1 12c17.1 4.5 34.6-5.6 39.2-22.7s-5.6-34.6-22.7-39.2c-14.3-3.8-53.6-11.4-66.6-13.4c-44.7-7-88.3-4.2-123.7 10.9c-36.5 15.6-64.4 44.8-71.8 87.3c-.1 .6-.2 1.1-.2 1.7c-2.8 23.9 .5 45.6 10.1 64.6c4.5 9 10.2 16.9 16.7 23.9H32c-17.7 0-32 14.3-32 32s14.3 32 32 32H480c17.7 0 32-14.3 32-32s-14.3-32-32-32H270.1c-.1 0-.3-.1-.4-.1l-1.1-.3c-36-10.8-65.2-19.6-85.2-33.1c-9.3-6.3-15-12.6-18.2-19.1c-3.1-6.1-5.2-14.6-3.8-27.4zM348.9 337.2c2.7 6.5 4.4 15.8 1.9 30.1c-3 17.6-13.8 30.8-33.9 39.4c-21.1 9-51.7 12.3-88.5 6.5c-18-2.9-49.1-13.5-74.4-22.1c-5.6-1.9-11-3.7-15.9-5.4c-16.8-5.6-34.9 3.5-40.5 20.3s3.5 34.9 20.3 40.5c3.6 1.2 7.9 2.7 12.7 4.3l0 0 0 0c24.9 8.5 63.6 21.7 87.6 25.6l0 0 .2 0c44.7 7 88.3 4.2 123.7-10.9c36.5-15.6 64.4-44.8 71.8-87.3c3.6-21 2.7-40.4-3.1-58.1H335.1c7 5.6 11.4 11.2 13.9 17.2z"]},e.$6=e.mw},8033:(t,e)=>{"use strict";e.mw={prefix:"fas",iconName:"table",icon:[512,512,[],"f0ce","M64 256V160H224v96H64zm0 64H224v96H64V320zm224 96V320H448v96H288zM448 256H288V160H448v96zM64 32C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64H448c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64H64z"]},e.w9=e.mw},8644:(t,e)=>{"use strict";e.mw={prefix:"fas",iconName:"table-cells",icon:[512,512,["th"],"f00a","M64 32C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64H448c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64H64zm88 64v64H64V96h88zm56 0h88v64H208V96zm240 0v64H360V96h88zM64 224h88v64H64V224zm232 0v64H208V224h88zm64 0h88v64H360V224zM152 352v64H64V352h88zm56 0h88v64H208V352zm240 0v64H360V352h88z"]},e.bx=e.mw},7998:(t,e)=>{"use strict";e.mw={prefix:"fas",iconName:"table-columns",icon:[512,512,["columns"],"f0db","M0 96C0 60.7 28.7 32 64 32H448c35.3 0 64 28.7 64 64V416c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V96zm64 64V416H224V160H64zm384 0H288V416H448V160z"]},e.fq=e.mw},2864:(t,e)=>{"use strict";e.mw={prefix:"fas",iconName:"table-rows",icon:[512,512,["rows"],"e292","M0 96C0 60.7 28.7 32 64 32H448c35.3 0 64 28.7 64 64V416c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V96zm128 0V224H448V96H128zM448 288H128V416H448V288z"]},e.j3=e.mw},1802:(t,e)=>{"use strict";e.mw={prefix:"fas",iconName:"text",icon:[448,512,[],"f893","M64 96v32c0 17.7-14.3 32-32 32s-32-14.3-32-32V80C0 53.5 21.5 32 48 32H224 400c26.5 0 48 21.5 48 48v48c0 17.7-14.3 32-32 32s-32-14.3-32-32V96H256l0 320h48c17.7 0 32 14.3 32 32s-14.3 32-32 32H144c-17.7 0-32-14.3-32-32s14.3-32 32-32h48l0-320H64z"]},e.jw=e.mw},5360:(t,e)=>{"use strict";e.mw={prefix:"fas",iconName:"text-width",icon:[448,512,[],"f035","M64 128V96H192l0 128H176c-17.7 0-32 14.3-32 32s14.3 32 32 32h96c17.7 0 32-14.3 32-32s-14.3-32-32-32H256l0-128H384v32c0 17.7 14.3 32 32 32s32-14.3 32-32V80c0-26.5-21.5-48-48-48H224 48C21.5 32 0 53.5 0 80v48c0 17.7 14.3 32 32 32s32-14.3 32-32zM9.4 361.4c-12.5 12.5-12.5 32.8 0 45.3l64 64c9.2 9.2 22.9 11.9 34.9 6.9s19.8-16.6 19.8-29.6V416H320v32c0 12.9 7.8 24.6 19.8 29.6s25.7 2.2 34.9-6.9l64-64c12.5-12.5 12.5-32.8 0-45.3l-64-64c-9.2-9.2-22.9-11.9-34.9-6.9s-19.8 16.6-19.8 29.6v32H128V320c0-12.9-7.8-24.6-19.8-29.6s-25.7-2.2-34.9 6.9l-64 64z"]},e.$f=e.mw},4935:(t,e)=>{"use strict";e.mw={prefix:"fas",iconName:"trash",icon:[448,512,[],"f1f8","M135.2 17.7L128 32H32C14.3 32 0 46.3 0 64S14.3 96 32 96H416c17.7 0 32-14.3 32-32s-14.3-32-32-32H320l-7.2-14.3C307.4 6.8 296.3 0 284.2 0H163.8c-12.1 0-23.2 6.8-28.6 17.7zM416 128H32L53.2 467c1.6 25.3 22.6 45 47.9 45H346.9c25.3 0 46.3-19.7 47.9-45L416 128z"]},e.yL=e.mw},6433:(t,e)=>{"use strict";e.mw={prefix:"fas",iconName:"tree",icon:[448,512,[127794],"f1bb","M210.6 5.9L62 169.4c-3.9 4.2-6 9.8-6 15.5C56 197.7 66.3 208 79.1 208H104L30.6 281.4c-4.2 4.2-6.6 10-6.6 16C24 309.9 34.1 320 46.6 320H80L5.4 409.5C1.9 413.7 0 419 0 424.5c0 13 10.5 23.5 23.5 23.5H192v32c0 17.7 14.3 32 32 32s32-14.3 32-32V448H424.5c13 0 23.5-10.5 23.5-23.5c0-5.5-1.9-10.8-5.4-15L368 320h33.4c12.5 0 22.6-10.1 22.6-22.6c0-6-2.4-11.8-6.6-16L344 208h24.9c12.7 0 23.1-10.3 23.1-23.1c0-5.7-2.1-11.3-6-15.5L237.4 5.9C234 2.1 229.1 0 224 0s-10 2.1-13.4 5.9z"]},e.aG=e.mw},6981:(t,e)=>{"use strict";e.mw={prefix:"fas",iconName:"triangle",icon:[512,512,[9650],"f2ec","M290.5 51.8C283.3 39.5 270.2 32 256 32s-27.3 7.5-34.5 19.8l-216 368c-7.3 12.4-7.3 27.7-.2 40.1S25.7 480 40 480H472c14.3 0 27.6-7.7 34.7-20.1s7-27.8-.2-40.1l-216-368z"]},e.CK=e.mw},1025:(t,e)=>{"use strict";e.mw={prefix:"fas",iconName:"underline",icon:[448,512,[],"f0cd","M16 64c0-17.7 14.3-32 32-32h96c17.7 0 32 14.3 32 32s-14.3 32-32 32H128V224c0 53 43 96 96 96s96-43 96-96V96H304c-17.7 0-32-14.3-32-32s14.3-32 32-32h96c17.7 0 32 14.3 32 32s-14.3 32-32 32H384V224c0 88.4-71.6 160-160 160s-160-71.6-160-160V96H48C30.3 96 16 81.7 16 64zM0 448c0-17.7 14.3-32 32-32H416c17.7 0 32 14.3 32 32s-14.3 32-32 32H32c-17.7 0-32-14.3-32-32z"]},e.ch=e.mw},196:(t,e)=>{"use strict";e.mw={prefix:"fas",iconName:"up",icon:[384,512,["arrow-alt-up"],"f357","M169.4 41.4c12.5-12.5 32.8-12.5 45.3 0l160 160c9.2 9.2 11.9 22.9 6.9 34.9s-16.6 19.8-29.6 19.8H256V440c0 22.1-17.9 40-40 40H168c-22.1 0-40-17.9-40-40V256H32c-12.9 0-24.6-7.8-29.6-19.8s-2.2-25.7 6.9-34.9l160-160z"]},e.h0=e.mw},1808:(t,e)=>{"use strict";e.mw={prefix:"fas",iconName:"up-right",icon:[384,512,[],"e2be","M336 80H96c-12.9 0-24.6 7.8-29.6 19.8s-2.2 25.7 6.9 34.9l72 72L11.3 340.7C4.1 347.9 0 357.8 0 368s4.1 20.1 11.3 27.3l41.4 41.4C59.9 443.9 69.8 448 80 448s20.1-4.1 27.3-11.3L241.4 302.6l72 72c9.2 9.2 22.9 11.9 34.9 6.9s19.8-16.6 19.8-29.6V112c0-17.7-14.3-32-32-32z"]},e.py=e.mw},7700:(t,e)=>{"use strict";e.mw={prefix:"fas",iconName:"upload",icon:[512,512,[],"f093","M288 109.3V352c0 17.7-14.3 32-32 32s-32-14.3-32-32V109.3l-73.4 73.4c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3l128-128c12.5-12.5 32.8-12.5 45.3 0l128 128c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0L288 109.3zM64 352H192c0 35.3 28.7 64 64 64s64-28.7 64-64H448c35.3 0 64 28.7 64 64v32c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V416c0-35.3 28.7-64 64-64zM432 456a24 24 0 1 0 0-48 24 24 0 1 0 0 48z"]},e.Jm=e.mw},8540:(t,e)=>{"use strict";e.mw={prefix:"fas",iconName:"xmark",icon:[384,512,[128473,10005,10006,10060,215,"close","multiply","remove","times"],"f00d","M342.6 150.6c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L192 210.7 86.6 105.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L146.7 256 41.4 361.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L192 301.3 297.4 406.6c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L237.3 256 342.6 150.6z"]},e.Jy=e.mw},6565:(t,e,i)=>{"use strict";var o=i(2180);t.exports=function(t,e,i,n){var r,s,a;if(t<=0)return 0;if(1===t||0===n)return e+i[0];if(r=n<0?(1-t)*n:0,t<8){for(s=0,a=0;a<t;a++)s+=e+i[r],r+=n;return s}return o(t,e,i,n,r)}},5271:(t,e,i)=>{"use strict";var o=i(5714);t.exports=o},5714:(t,e,i)=>{"use strict";var o=i(6448),n=i(6565);o(n,"ndarray",i(2180)),t.exports=n},2180:(t,e,i)=>{"use strict";var o=i(2287);t.exports=function t(e,i,n,r,s){var a,l,c,h,d,u,p,g,f,m,v,b,y;if(e<=0)return 0;if(1===e||0===r)return i+n[s];if(a=s,e<8){for(v=0,y=0;y<e;y++)v+=i+n[a],a+=r;return v}if(e<=128){for(l=i+n[a],c=i+n[a+r],h=i+n[a+2*r],d=i+n[a+3*r],u=i+n[a+4*r],p=i+n[a+5*r],g=i+n[a+6*r],f=i+n[a+7*r],a+=8*r,m=e%8,y=8;y<e-m;y+=8)l+=i+n[a],c+=i+n[a+r],h+=i+n[a+2*r],d+=i+n[a+3*r],u+=i+n[a+4*r],p+=i+n[a+5*r],g+=i+n[a+6*r],f+=i+n[a+7*r],a+=8*r;for(v=l+c+(h+d)+(u+p+(g+f));y<e;y++)v+=i+n[a],a+=r;return v}return b=o(e/2),t(b-=b%8,i,n,r,a)+t(e-b,i,n,r,a+b*r)}},9341:(t,e,i)=>{"use strict";var o=i(3465);t.exports=function(t,e,i){var n,r,s;if(t<=0)return 0;if(1===t||0===i)return e[0];if(n=i<0?(1-t)*i:0,t<8){for(r=0,s=0;s<t;s++)r+=e[n],n+=i;return r}return o(t,e,i,n)}},1094:(t,e,i)=>{"use strict";var o=i(2905);t.exports=o},2905:(t,e,i)=>{"use strict";var o=i(6448),n=i(9341);o(n,"ndarray",i(3465)),t.exports=n},3465:(t,e,i)=>{"use strict";var o=i(2287);t.exports=function t(e,i,n,r){var s,a,l,c,h,d,u,p,g,f,m,v,b;if(e<=0)return 0;if(1===e||0===n)return i[r];if(s=r,e<8){for(m=0,b=0;b<e;b++)m+=i[s],s+=n;return m}if(e<=128){for(a=i[s],l=i[s+n],c=i[s+2*n],h=i[s+3*n],d=i[s+4*n],u=i[s+5*n],p=i[s+6*n],g=i[s+7*n],s+=8*n,f=e%8,b=8;b<e-f;b+=8)a+=i[s],l+=i[s+n],c+=i[s+2*n],h+=i[s+3*n],d+=i[s+4*n],u+=i[s+5*n],p+=i[s+6*n],g+=i[s+7*n],s+=8*n;for(m=a+l+(c+h)+(d+u+(p+g));b<e;b++)m+=i[s],s+=n;return m}return v=o(e/2),t(v-=v%8,i,n,s)+t(e-v,i,n,s+v*n)}},2287:(t,e,i)=>{"use strict";var o=i(2154);t.exports=o},2154:t=>{"use strict";var e=Math.floor;t.exports=e},235:(t,e,i)=>{"use strict";var o=i(9830);t.exports=o},9830:(t,e,i)=>{"use strict";var o=i(6448),n=i(1114);o(n,"ndarray",i(6432)),t.exports=n},1114:(t,e,i)=>{"use strict";var o=i(6985);t.exports=function(t,e,i){return o(t,e,i)}},6432:(t,e,i)=>{"use strict";var o=i(6985).ndarray;t.exports=function(t,e,i,n){return o(t,e,i,n)}},6985:(t,e,i)=>{"use strict";var o=i(184);t.exports=o},184:(t,e,i)=>{"use strict";var o=i(6448),n=i(4186);o(n,"ndarray",i(2510)),t.exports=n},4186:(t,e,i)=>{"use strict";var o=i(1094),n=i(5271);t.exports=function(t,e,i){var r;return t<=0?NaN:1===t||0===i?e[0]:(r=o(t,e,i)/t)+n(t,-r,e,i)/t}},2510:(t,e,i)=>{"use strict";var o=i(1094).ndarray,n=i(5271).ndarray;t.exports=function(t,e,i,r){var s;return t<=0?NaN:1===t||0===i?e[r]:(s=o(t,e,i,r)/t)+n(t,-s,e,i,r)/t}},5949:(t,e,i)=>{"use strict";var o=i(780);t.exports=o},780:t=>{"use strict";t.exports=function(){var t,e,i;return t=0,i=0,function(o,n){return 0===arguments.length?void 0===e?null:i:(e=!0,i+=n/(t+=n)*(o-i))}}},6448:(t,e,i)=>{"use strict";var o=i(487);t.exports=o},487:(t,e,i)=>{"use strict";var o=i(5580);t.exports=function(t,e,i){o(t,e,{configurable:!1,enumerable:!1,writable:!1,value:i})}},6859:t=>{"use strict";var e=Object.defineProperty;t.exports=e},7581:t=>{"use strict";var e="function"==typeof Object.defineProperty?Object.defineProperty:null;t.exports=e},894:(t,e,i)=>{"use strict";var o=i(7581);t.exports=function(){try{return o({},"x",{}),!0}catch(t){return!1}}},5580:(t,e,i)=>{"use strict";var o,n=i(894),r=i(6859),s=i(3509);o=n()?r:s,t.exports=o},3509:t=>{"use strict";var e=Object.prototype,i=e.toString,o=e.__defineGetter__,n=e.__defineSetter__,r=e.__lookupGetter__,s=e.__lookupSetter__;t.exports=function(t,a,l){var c,h,d,u;if("object"!=typeof t||null===t||"[object Array]"===i.call(t))throw new TypeError("invalid argument. First argument must be an object. Value: `"+t+"`.");if("object"!=typeof l||null===l||"[object Array]"===i.call(l))throw new TypeError("invalid argument. Property descriptor must be an object. Value: `"+l+"`.");if((h="value"in l)&&(r.call(t,a)||s.call(t,a)?(c=t.__proto__,t.__proto__=e,delete t[a],t[a]=l.value,t.__proto__=c):t[a]=l.value),d="get"in l,u="set"in l,h&&(d||u))throw new Error("invalid argument. Cannot specify one or more accessors and a value or writable attribute in the property descriptor.");return d&&o&&o.call(t,a,l.get),u&&n&&n.call(t,a,l.set),t}}},e={};function i(o){var n=e[o];if(void 0!==n)return n.exports;var r=e[o]={exports:{}};return t[o](r,r.exports,i),r.exports}i.n=t=>{var e=t&&t.__esModule?()=>t.default:()=>t;return i.d(e,{a:e}),e},i.d=(t,e)=>{for(var o in e)i.o(e,o)&&!i.o(t,o)&&Object.defineProperty(t,o,{enumerable:!0,get:e[o]})},i.o=(t,e)=>Object.prototype.hasOwnProperty.call(t,e),i.r=t=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})};var o={};(()=>{"use strict";i.r(o),i.d(o,{bucket:()=>b,calendar:()=>T,code:()=>w,commands:()=>v,core:()=>f,dialog:()=>x,editor:()=>O,form:()=>A,grid:()=>H,localize:()=>r,markdown:()=>$,package:()=>kH,plugins:()=>xH,statusbar:()=>D,tabs:()=>m,toolbar:()=>N,tree:()=>y});var t={};i.r(t),i.d(t,{clone:()=>ot,cloneDeep:()=>it,escapeRegExp:()=>ht,ifNull:()=>tt,intersect:()=>dt,isBool:()=>G,isCharLetter:()=>J,isControlCharacter:()=>ct,isFunction:()=>Y,isNumber:()=>K,isNumericString:()=>X,isObject:()=>q,isString:()=>Z,mergeDeep:()=>et,minmax:()=>rt,minmax2d:()=>st,removeAccents:()=>at,strToNum:()=>Q,trim:()=>nt});var e={};i.r(e),i.d(e,{appendElement:()=>ft,appendScript:()=>Lt,appendStyle:()=>zt,createElement:()=>gt,createName:()=>ut,debounceOn:()=>_t,empty:()=>xt,findParent:()=>Ct,fixElementPosition:()=>Nt,fixElementSize:()=>Pt,fixPosition:()=>Ut,getElementOffset:()=>Et,hideCell:()=>wt,hideElement:()=>vt,isHidden:()=>bt,measureText:()=>Yt,numToPixels:()=>Rt,on:()=>Mt,px:()=>It,query:()=>Zt,register:()=>pt,remove:()=>kt,setBorderWidth:()=>Wt,setCenterPosition:()=>Ft,setClasses:()=>St,setInset:()=>$t,setLineHeight:()=>Dt,setMargin:()=>Vt,setMaxSize:()=>Tt,setMinSize:()=>At,setPadding:()=>Bt,setPosition:()=>Ot,setSize:()=>Ht,setZIndex:()=>jt,showCell:()=>yt,showElement:()=>mt,zoomElement:()=>Gt});var n={};i.r(n),i.d(n,{escapeHTML:()=>Kt,highlightText:()=>Jt});var r={};i.r(r),i.d(r,{LocaleChangeEvent:()=>ro,getISOCode:()=>bo,getLocale:()=>uo,getRegionISOCode:()=>yo,getSystemLocale:()=>so,hasLocale:()=>po,msg:()=>fo,registerLocale:()=>ho,setLocale:()=>go});var s={};i.r(s),i.d(s,{createDateFormatter:()=>Ho,dateToSerialDate:()=>No,detectDefaultFormat:()=>zo,detectFormat:()=>So,getDateFormatter:()=>Ro,getDateLocale:()=>Io,getFiscalISOWeek:()=>Do,getFiscalQuarter:()=>Ao,getFiscalYear:()=>To,getFiscalYearBounds:()=>$o,parse:()=>Lo,registerDateLocale:()=>Co,serialDateToDate:()=>Po,stripTime:()=>Oo,workday:()=>jo});var a={};i.r(a),i.d(a,{createNumberFormatter:()=>Yo,fixNumberFormat:()=>Ko,getLocalDecimalSeparator:()=>Jo,getNumberFormatter:()=>qo,isExtendedNumberFormat:()=>Vo,isNumberFormat:()=>Uo,mod:()=>Bo,romanize:()=>Wo,stringFormatToNumberFormat:()=>Xo});var l={};i.r(l),i.d(l,{CsvReader:()=>en,DEFAULT_CSV_DESCRIPTION:()=>tn,arrayToCsv:()=>on,csvToArray:()=>nn});var c={};i.r(c),i.d(c,{LogLevel:()=>rn,Logger:()=>sn,getLogger:()=>ln});var h={};i.r(h),i.d(h,{FilterState:()=>cn,TreeNodeMixin:()=>dn,buildLevelBasedTree:()=>un,buildParentBasedTree:()=>pn,buildTree:()=>gn});var d={};i.r(d),i.d(d,{alpha:()=>vn,contrastColor:()=>wn,css:()=>kn,darken:()=>mn,getComplmentaryColor:()=>bn,lighten:()=>fn,mix:()=>yn,plainHex:()=>xn});var u={};i.r(u),i.d(u,{ActionEvent:()=>Cn,dispatchActionEvent:()=>Mn});var p={};i.r(p),i.d(p,{clone:()=>zn,reverseColumns:()=>_n,reverseRows:()=>Sn,transpose:()=>En});var g={};i.r(g),i.d(g,{AddEvent:()=>Rn,ChangeEvent:()=>Ln,SerialzieEvent:()=>In});var f={};i.r(f),i.d(f,{AMD:()=>On,Accordion:()=>Bs,Alert:()=>qs,AlertEvent:()=>Gs,BaseElement:()=>Zs,Button:()=>ga,Checkbox:()=>Nh,ColorPicker:()=>ad,ColorPickerEvent:()=>nd,ColorTypes:()=>Fs,ComponentAdapter:()=>xu,ComponentEvent:()=>Ys,ComponentSlice:()=>_u,ComponentStore:()=>Mu,Container:()=>ed,Dropdown:()=>fd,DropdownColorPicker:()=>vd,DropdownContainer:()=>gd,DropdownEvent:()=>pd,DropdownList:()=>zd,DropdownMenu:()=>Sd,ExpandEvent:()=>Hd,Expander:()=>Ad,FileInput:()=>Fd,Icon:()=>Nd,Input:()=>jd,LevelExpandEvent:()=>Td,LevelExpander:()=>Od,LinkedList:()=>Nn,LinkedListNode:()=>Dn,List:()=>Kd,ListPointerEvent:()=>Qd,ListSelectEvent:()=>Xd,ListSelectTrigger:()=>Yd,ListSortEvent:()=>hu,Loader:()=>wu,Menu:()=>kd,MenuEvent:()=>xd,NumericInput:()=>Gd,OmegaComponent:()=>Cu,Overlay:()=>iu,Panel:()=>ru,Plugin:()=>Su,Plugins:()=>Eu,ResizeEvent:()=>au,ScriptLoader:()=>$n,Sizer:()=>lu,SlideEvent:()=>Kh,Slider:()=>Jh,SliderDirection:()=>Yh,SortableList:()=>du,SplitContainer:()=>gs,SplitContainerEvent:()=>us,SplitContainerResizeEvent:()=>ps,Switch:()=>fu,SwitchEvent:()=>gu,ThemeChangeEvent:()=>aa,ThemeManager:()=>la,Tooltip:()=>bu,actions:()=>u,addThemeVariables:()=>oa,colorable:()=>ra,colors:()=>d,constants:()=>W,createThemeVariables:()=>ea,createThemeVariablesCss:()=>ia,csv:()=>l,dates:()=>s,detectThemeType:()=>ta,dom:()=>e,events:()=>g,getDefaultOptions:()=>Pn,getThemeManager:()=>ha,html:()=>n,images:()=>Ld,initCommonOptions:()=>jn,log:()=>c,matrix:()=>p,numbers:()=>a,themeable:()=>na,tree:()=>h,utils:()=>t});var m={};i.r(m),i.d(m,{TabContainer:()=>Dp,TabEvent:()=>Rp,TabSplitContainer:()=>jp,TabSplitContainerModel:()=>_p,Tabs:()=>Hp});var v={};i.r(v),i.d(v,{Command:()=>Bp,CommandEvent:()=>Zp,CommandSection:()=>Vp,CommandWindow:()=>Xp,Commands:()=>Fp,CommandsAdapter:()=>Wp});var b={};i.r(b),i.d(b,{AlertEvent:()=>dg,Bucket:()=>lg,BucketAlert:()=>ug,BucketButton:()=>kg,BucketEvent:()=>ag,BucketTop:()=>wg,ComponentHost:()=>Mg,ModalSidebar:()=>Eg,Sidebar:()=>gg,Sidemenu:()=>vg,commonMenus:()=>Jp});var y={};i.r(y),i.d(y,{DateTreeAdapter:()=>um,ItemPropertyType:()=>vf,LevelSelectEvent:()=>jf,NodeModel:()=>gf,NodeSelectionStatus:()=>bf,SelectMode:()=>mf,Tree:()=>Af,TreeAdapter:()=>Of,TreeDropEvent:()=>Tf,TreeDropdown:()=>Nf,TreeEvent:()=>If,TreeMenu:()=>Uf,TreeModel:()=>ff,TreePointerEvent:()=>Hf,TreeSearchEvent:()=>Ff,TreeSelectionModel:()=>wf,normalizeSerializedValues:()=>yf});var w={};i.r(w),i.d(w,{Code:()=>Gg,CodeBlock:()=>xm,CodeDiffEditor:()=>pf,CodeEvent:()=>Lg,CodeView:()=>Mm,MonacoLoader:()=>zg,loader:()=>zg});var x={};i.r(x),i.d(x,{Dialog:()=>Rm,DialogEvent:()=>Lm});var k={};i.r(k),i.d(k,{SHEET_NAME_REGEX:()=>$m,isSheetNameValid:()=>Dm,sanitizeSheetName:()=>Nm});var C={};i.r(C),i.d(C,{concat:()=>_v,left:()=>kv,mid:()=>Mv,right:()=>Cv,text:()=>xv});var M={};i.r(M),i.d(M,{date:()=>Tv,datevalue:()=>zv,day:()=>$v,eomonth:()=>Dv,isBlank:()=>Hv,isoweeknum:()=>Nv,month:()=>Ov,today:()=>Iv,weekday:()=>Lv,workday:()=>Rv,year:()=>Av});var _={};i.r(_),i.d(_,{PI:()=>tb,abs:()=>ab,acos:()=>Pv,acosh:()=>jv,acot:()=>Vv,acoth:()=>Bv,asin:()=>Fv,asinh:()=>Wv,atan:()=>Uv,atanh:()=>Gv,ceiling:()=>lb,cos:()=>qv,cosh:()=>Yv,cot:()=>Zv,coth:()=>Xv,count:()=>$b,countblank:()=>Db,countif:()=>Nb,countunique:()=>Pb,csc:()=>Qv,csch:()=>Kv,degrees:()=>Jv,even:()=>cb,exp:()=>hb,fact:()=>db,factdouble:()=>ub,floor:()=>pb,isdecimal:()=>gb,iseven:()=>fb,isodd:()=>mb,ln:()=>vb,log:()=>bb,log10:()=>yb,mod:()=>wb,odd:()=>xb,power:()=>kb,product:()=>Cb,quotient:()=>Mb,radians:()=>_b,rand:()=>Sb,randarray:()=>Eb,randbetween:()=>zb,round:()=>Lb,rounddown:()=>Rb,roundup:()=>Ib,sec:()=>eb,sech:()=>ib,sequence:()=>Hb,sign:()=>Tb,sin:()=>ob,sinh:()=>nb,sqrt:()=>Ab,sqrtpi:()=>Ob,sum:()=>jb,sumif:()=>Vb,sumproduct:()=>Fb,sumsq:()=>Bb,tan:()=>rb,tanh:()=>sb});var S={};i.r(S),i.d(S,{address:()=>Ub,choose:()=>Zb,column:()=>Xb,columns:()=>Kb,filter:()=>ry,formulatext:()=>ty,hlookup:()=>qb,index:()=>ey,indirect:()=>iy,lookup:()=>Yb,match:()=>oy,offset:()=>ny,row:()=>Qb,rows:()=>Jb,vlookup:()=>Gb});var E={};i.r(E),i.d(E,{erfc:()=>ly});var z={};i.r(z),i.d(z,{_false:()=>fy,_if:()=>py,_switch:()=>uy,_true:()=>my,and:()=>cy,iferror:()=>vy,not:()=>gy,or:()=>hy,xor:()=>dy});var L={};i.r(L),i.d(L,{avedev:()=>My,average:()=>ky,average_weighted:()=>Cy,max:()=>Sy,min:()=>_y});var R={};i.r(R),i.d(R,{_map:()=>zy,date:()=>M,logical:()=>z,lookup:()=>S,math:()=>_,special:()=>E,statistical:()=>L,text:()=>C});var I={};i.r(I),i.d(I,{BaseRenderer:()=>fk,CheckboxRenderer:()=>vk,DateTimeRenderer:()=>bk,DropdownRenderer:()=>yk,GeneralRenderer:()=>kk,NumberRenderer:()=>wk,TextRenderer:()=>xk,applyStyle:()=>gk,cellTypeRendererMap:()=>Ck,getCellRenderer:()=>Mk});var H={};i.r(H),i.d(H,{CalculationContext:()=>Ly,CalculationModel:()=>ow,CellModel:()=>qy,CellRange:()=>iv,ColumnModel:()=>Zy,Comment:()=>pk,CommentEvent:()=>uk,CommentItem:()=>ew,CommentModel:()=>iw,ConditionalFormats:()=>hw,Dependencies:()=>uw,ElementCache:()=>Uw,ElementModel:()=>Ty,FilterEvent:()=>bw,FilterLabel:()=>qw,FilterModel:()=>yw,Formula:()=>wv,FormulaInput:()=>Qw,FormulaInputEvent:()=>Xw,Grid:()=>Zx,GridAdapter:()=>_k,GridColumnResizeEvent:()=>cx,GridEditEvent:()=>ax,GridEditing:()=>Sx,GridEvent:()=>sx,GridEvents:()=>dx,GridFiltering:()=>$x,GridGroup:()=>ek,GridGroupEvent:()=>tk,GridModel:()=>jw,GridRendering:()=>ux,GridResizeEvent:()=>lx,GridRowResizeEvent:()=>hx,GridSelecting:()=>px,GridSorting:()=>Bx,GridTooltip:()=>ck,GroupModel:()=>Vw,History:()=>Bw,IterableAddressRange:()=>kw,IterableRange:()=>xw,NamingModel:()=>Cw,ObjectEvent:()=>Px,ObjectHost:()=>jx,RowModel:()=>_w,SelectionModel:()=>Fw,Selector:()=>sk,SelectorEvent:()=>nk,SelectorMoveEvent:()=>rk,SortOrder:()=>Xy,SortingArrow:()=>ex,SortingModel:()=>tw,Sparkline:()=>lk,Sparklines:()=>ww,Table:()=>nx,TableEvent:()=>ox,TokenType:()=>qm,Tokenizer:()=>Jm,addGradient:()=>By,addPattern:()=>Vy,alignmentToString:()=>Tw,applyTheme:()=>Nw,autofill:()=>Hy,borderCSSStyleMap:()=>$y,borderStyleCSSMap:()=>Oy,borderToString:()=>Hw,convertCSSBorder:()=>Py,convertCSSColor:()=>Ny,convertCSSVerticalAlignment:()=>Dy,convertToCSSBorder:()=>jy,createBoolMatcher:()=>gw,createCellMatcher:()=>vw,createGroupCommands:()=>Ux,createMultiMatcher:()=>fw,createMultiMultiMatcher:()=>mw,createTextMatcher:()=>pw,cssStyleFromString:()=>Ay,cssStyleToStyle:()=>Wy,decodeColumn:()=>sv,decodeRow:()=>nv,encodeColumn:()=>rv,encodeRow:()=>ov,extrapolateFormulas:()=>Iy,extrapolateValues:()=>Ry,functions:()=>R,gridConstants:()=>Om,hashStyle:()=>Aw,iconSets:()=>lw,initGridCommands:()=>qx,initOptions:()=>Mw,isArythmeticOperator:()=>Fm,isBool:()=>Xm,isFormula:()=>gv,isLetter:()=>Qm,isLogicalOperator:()=>Bm,isNumber:()=>Zm,isOperand:()=>Ym,isOperator:()=>Wm,matrixOperation:()=>Gm,operatorMap:()=>Vm,prefixFormula:()=>fv,renderers:()=>I,scalarOperation:()=>Um,sortRanges:()=>av,stripFormulaPrefix:()=>mv,styleToCSStyle:()=>Fy,utils:()=>k});var T={};i.r(T),i.d(T,{Calendar:()=>Qk,CalendarDropdown:()=>nC});var A={};i.r(A),i.d(A,{CalendarDateInput:()=>TC,Form:()=>bC,FormAdapter:()=>yC,FormButton:()=>BC,FormCheckbox:()=>DC,FormColorInput:()=>RC,FormContainer:()=>_C,FormControlModel:()=>uC,FormControlType:()=>dC,FormDateInput:()=>HC,FormEvent:()=>vC,FormFileInput:()=>$C,FormLabel:()=>NC,FormList:()=>jC,FormModel:()=>pC,FormNumericInput:()=>OC,FormTextInput:()=>LC});var O={};i.r(O),i.d(O,{ConfigForm:()=>GC,Editor:()=>KC,EditorEvent:()=>QC,EditorFormula:()=>oM,EditorStatusbar:()=>cM,EditorToolbar:()=>vM,EditorZoom:()=>tM,GridStats:()=>rM,HeaderForm:()=>yM,NamesForm:()=>CM,RuleForm:()=>SM,RuleList:()=>IM,RuleThreshold:()=>AM,SparklineForm:()=>BM,StyleForm:()=>DM});var $={};i.r($),i.d($,{BlockEditMenu:()=>kS,EditorFeature:()=>_S,HtmlBlock:()=>U_,HtmlBlockComponent:()=>W_,LinkEdit:()=>uS,MarkdownEditor:()=>n_,MarkdownLinkEvent:()=>o_,MarkdownView:()=>r_,configureFeatures:()=>CS,createEditor:()=>XM,createHtmlBlockConfig:()=>q_,createHtmlBlockView:()=>Y_,defaultCodeEditorConfig:()=>G_,getFeatures:()=>ES,loader:()=>ZM,markdownToHtml:()=>QM});var D={};i.r(D),i.d(D,{Statusbar:()=>IS});var N={};i.r(N),i.d(N,{Toolbar:()=>PS,ToolbarButton:()=>VS,ToolbarColorPicker:()=>QS,ToolbarDropdown:()=>FS,ToolbarDropdownButton:()=>US,ToolbarGrid:()=>qS,ToolbarText:()=>ZS});var P={};i.r(P),i.d(P,{SheetjsLoader:()=>KS,XlsxEditorPlugin:()=>RE,convertStyle:()=>hE,createModel:()=>EE,createModelFromArrayBuffer:()=>LE,createModelFromWorkbook:()=>zE,createWorkbook:()=>yE,createWorksheet:()=>bE,detectOutlineColumnDirection:()=>mE,detectOutlineRowDirection:()=>fE,exportXLSX:()=>wE,getWorkbookNames:()=>SE,getWorksheetCells:()=>uE,getWorksheetColumns:()=>nE,getWorksheetConditionalFormats:()=>gE,getWorksheetHeaderCells:()=>aE,getWorksheetMerges:()=>sE,getWorksheetRows:()=>rE,loader:()=>KS});var j={};i.r(j),i.d(j,{Chart:()=>jE,ChartEditorPlugin:()=>TE,ChartGridPlugin:()=>HE,ChartList:()=>WE,ChartModel:()=>IE,HighchartsLoader:()=>AE,RuleForm:()=>qE,createChartOptions:()=>$E,loader:()=>AE,renderChart:()=>DE});var V=i(6272),B=i.n(V);const F="#00955d",W={PREFIX:"og",DEFAULT_ACCENT_COLOR:F,DEFAULT_ACCENT_COLOR_2:B()(F).darken(.6),SIZER_SIZE:5,SLIDER_SIZE:12,SLIDER_MIN_LENGTH:30,EXPANDER_SIZE:13,LIST_ITEM_HEIGHT:22,LIST_RENDERING_TRESHOLD:30,LIST_AUTOSCROLL_TRESHOLD:30,LIST_AUTOSCROLL_DELAY:100,DEFAULT_TEXT_HIGHLIGHT_COLOR:"var(--og-text-highlight-color)",TOOLTIP_MARGIN:8,MENU_ITEM_HEIGHT:25,COLORPICKER_COLOR_SIZE:16,DEFAULT_NUMBER_FORMAT:"#,0.#####",FONT_SIZE:12};function U(t,e,i){var o,n,r;void 0===e&&(e=50),void 0===i&&(i={});var s=null!=(o=i.isImmediate)&&o,a=null!=(n=i.callback)&&n,l=i.maxWait,c=Date.now(),h=[];function d(){if(void 0!==l){var t=Date.now()-c;if(t+e>=l)return l-t}return e}var u=function(){var e=[].slice.call(arguments),i=this;return new Promise((function(o,n){var l=s&&void 0===r;if(void 0!==r&&clearTimeout(r),r=setTimeout((function(){if(r=void 0,c=Date.now(),!s){var o=t.apply(i,e);a&&a(o),h.forEach((function(t){return(0,t.resolve)(o)})),h=[]}}),d()),l){var u=t.apply(i,e);return a&&a(u),o(u)}h.push({resolve:o,reject:n})}))};return u.cancel=function(t){void 0!==r&&clearTimeout(r),h.forEach((function(e){return(0,e.reject)(t)})),h=[]},u}function G(t){return"boolean"==typeof t}function q(t){return t&&"object"==typeof t&&!Array.isArray(t)}function Y(t){return t&&"function"==typeof t}function Z(t){return"string"==typeof t}function X(t){let e=0;for(let i=0;i<t.length;i++){const o=t.charAt(i);if("."===o||","===o){if(++e>1)return!1}else if(o<"0"||o>"9")return!1}return!0}function Q(t){return parseFloat(t.replace?t.replace(",","."):t)}function K(t){return"number"==typeof t}function J(t){return t.toLowerCase()!==t.toUpperCase()}function tt(t,e){return null==t?e:t}function et(t,...e){return"object"!=typeof t||null===t?e[0]:(e.forEach((e=>{for(const i in e)if(e.hasOwnProperty(i)){const o=t[i],n=e[i];Array.isArray(o)&&Array.isArray(n)?t[i]=n:t[i]="object"==typeof o&&"object"==typeof n?et(o,n):n}})),t)}function it(t){return et({},t)}function ot(t){return Object.assign({},t)}function nt(t,e){return"]"===e&&(e="\\]"),"^"===e&&(e="\\^"),"\\"===e&&(e="\\\\"),t.replace(new RegExp("^["+e+"]+|["+e+"]+$","g"),"")}function rt(t){let e=null,i=null;return t.forEach((t=>{isNaN(t)||null==t||(e=Math.min(null==e?Number.MAX_SAFE_INTEGER:e,t),i=Math.max(null==i?Number.MIN_SAFE_INTEGER:i,t))})),[e,i]}function st(...t){let e=null,i=null;return t.forEach((t=>t.forEach((t=>t.forEach((t=>{isNaN(t)||null==t||(e=Math.min(null==e?Number.MAX_SAFE_INTEGER:e,t),i=Math.max(null==i?Number.MIN_SAFE_INTEGER:i,t))})))))),[e,i]}function at(t){return t.normalize("NFD").replace(/[\u0300-\u036f]/g,"")}const lt=["Shift","Escape","ArrowUp","ArrowDown","ArrowLeft","ArrowRight","Enter"];function ct(t){return lt.includes(t)}function ht(t){return t.replace(/[.*+?^${}()|[\]\\]/gi,"\\$&")}function dt(t,e){return t.filter((t=>e.includes(t)))}function ut(t,e=W.PREFIX){return`${e}-${t}`}function pt(t,e,i=null,o=W.PREFIX){customElements.define(`${o}-${t}`,e,i?{extends:i}:void 0)}function gt(t,e){const i=document.createElement(t);if(e)for(const t in e)i[t]=e[t];return i}function ft(t,e){return t.appendChild(e),t}function mt(t,e=""){return t&&(t.style.display=t.dataset.display||e||"block"),t}function vt(t){return t&&(t.dataset.display="none"==t.style.display?"":t.style.display,t.style.display="none"),t}function bt(t){return"none"==t.style.display}function yt(t){t.style.display="table-cell"}function wt(t){t.style.display="none"}function xt(t){return t.innerHTML="",t}function kt(t){t.parentNode?.removeChild(t)}function Ct(t,e){for(;t.parentNode;)if((t=t.parentNode)instanceof ShadowRoot&&t.host&&(t=t.host),t instanceof HTMLElement&&t.matches(e))return t;return null}function Mt(t,e,i,o,n){return t.addEventListener(e,(t=>{for(const e of t.composedPath())if(e.matches&&e.matches(i))return void o(t,e);n&&n(t,null)})),t}function _t(t,e,i,o,n){const r=U(((t,e)=>((t,e)=>{for(const n of e)if(n.matches&&n.matches(i))return void o(t,n);n?.noMatchCallback&&n.noMatchCallback(t,null)})(t,e)),n.wait,n);return t.addEventListener(e,(t=>r(t,t.composedPath()))),t}function St(t,e){return t.className=e?e.reduce(((t,e,i)=>t+(e?(0==i?"":" ")+e:"")),""):"",t}function Et(t,e){let i=0,o=0;for(;t&&!isNaN(t.offsetLeft)&&!isNaN(t.offsetTop)&&(!e||e!==t);)i+=t.offsetLeft-t.scrollLeft,o+=t.offsetTop-t.scrollTop,t=t.offsetParent;return{top:o,left:i}}function zt(t,e,i=null){if(e){let o=i?t.querySelector("#"+i):null;o||(o=gt("style"),i&&(o.id=i)),o.innerHTML=e,o.parentElement||t.appendChild(o)}return t}function Lt(t,e,i=null){if(!e)return t;let o=i?t.querySelector("#"+i):null;return o||(o=gt("script"),i&&(o.id=i)),o.textContent=e,o.parentElement||t.appendChild(o),t}function Rt(t){return isNaN(t)?"0":t.toString()+"px"}const It=Rt;function Ht(t,e,i=!1){if(t)return null!=e.w&&(t.style[i?"minWidth":"width"]=Z(e.w)?e.w:Rt(e.w)),null!=e.h&&(t.style[i?"minHeight":"height"]=Z(e.h)?e.h:Rt(e.h)),t}function Tt(t,e){return null!=e.w&&(t.style.maxWidth=Z(e.w)?e.w:Rt(e.w)),null!=e.h&&(t.style.maxHeight=Z(e.h)?e.h:Rt(e.h)),t}function At(t,e){return null!=e.w&&(t.style.minWidth=Z(e.w)?e.w:Rt(e.w)),null!=e.h&&(t.style.minHeight=Z(e.h)?e.h:Rt(e.h)),t}function Ot(t,e){t.style.position="absolute",null!=e.r&&(t.style.right=Rt(e.r)),null!=e.b&&(t.style.bottom=Rt(e.b)),null!=e.l&&(t.style.left=Rt(e.l)),null!=e.t&&(t.style.top=Rt(e.t))}function $t(t,e){t.style.position="absolute",t.style.inset=Rt(e)}function Dt(t,e){t.style.lineHeight=Rt(e)}function Nt(t,e=null){const i=Et(t,e=e||t.parentElement),o=Ut({x:i.left,y:i.top,w:t.offsetWidth,h:t.offsetHeight},e);Ot(t,{l:o.x,t:o.y})}function Pt(t,e=null){((e=e||t.parentElement).offsetWidth<t.offsetWidth||e.offsetHeight<t.offsetHeight)&&Ht(t,{w:Math.min(e.offsetWidth,t.offsetWidth),h:Math.min(e.offsetHeight,t.offsetHeight)})}function jt(t,e){t.style.zIndex=e.toString()}function Vt(t,e){void 0!==e.r&&(t.style.marginRight=Rt(e.r)),void 0!==e.l&&(t.style.marginLeft=Rt(e.l)),void 0!==e.t&&(t.style.marginTop=Rt(e.t)),void 0!==e.b&&(t.style.marginBottom=Rt(e.b))}function Bt(t,e){void 0!==e.r&&(t.style.paddingRight=Rt(e.r)),void 0!==e.l&&(t.style.paddingLeft=Rt(e.l)),void 0!==e.t&&(t.style.paddingTop=Rt(e.t)),void 0!==e.b&&(t.style.paddingBottom=Rt(e.b))}function Ft(t,e,i={vertical:!0,horizontal:!0}){t.style.position="absolute",i.vertical&&(t.style.top=Rt(Math.round(e.clientHeight/2-t.offsetHeight/2))),i.horizontal&&(t.style.left=Rt(Math.round(e.clientWidth/2-t.offsetWidth/2)))}function Wt(t,e){null!=e.r&&(t.style.borderRightWidth=Rt(e.r)),null!=e.b&&(t.style.borderBottomWidth=Rt(e.b)),null!=e.l&&(t.style.borderLeftWidth=Rt(e.l)),null!=e.t&&(t.style.borderTopWidth=Rt(e.t))}function Ut(t,e){let i=Math.max(0,t.x),o=Math.max(0,t.y);return i+t.w>e.clientWidth&&(i=e.clientWidth-t.w),o+t.h>e.clientHeight&&(o=e.clientHeight-t.h),{x:i,y:o}}function Gt(t,e){t.style.transformOrigin="0% 0% 0px",t.style.transform=`scale(${e})`}let qt;function Yt(t,e){qt||(qt=new Map);let i=qt.get(e);return i||(i=document.createElement("canvas").getContext("2d"),i.font=e,qt.set(e,i)),i.measureText(t)}function Zt(t,e=document){return e.querySelector(t)}const Xt={"&":"&amp;","<":"&lt;",">":"&gt;"},Qt=t=>Xt[t]||t;function Kt(t){return t.replace(/[&<>]/g,Qt)}function Jt(t,e,i=W.DEFAULT_TEXT_HIGHLIGHT_COLOR){const o=[];let n=0,r=0;for(const s of e)n=s[0],r<n&&o.push(Kt(t.substring(r,n))),r=s[1],o.push(`<span style="color:${i}">${Kt(t.substring(n,r))}</span>`);return r<t.length&&o.push(Kt(t.substring(r))),o.join("")}function te(t){const e=Object.prototype.toString.call(t);return t instanceof Date||"object"==typeof t&&"[object Date]"===e?new t.constructor(+t):"number"==typeof t||"[object Number]"===e||"string"==typeof t||"[object String]"===e?new Date(t):new Date(NaN)}function ee(t){const e=te(t);return e.setHours(0,0,0,0),e}function ie(t,e){return t instanceof Date?new t.constructor(e):new Date(e)}let oe={};function ne(){return oe}const re={lessThanXSeconds:{one:"less than a second",other:"less than {{count}} seconds"},xSeconds:{one:"1 second",other:"{{count}} seconds"},halfAMinute:"half a minute",lessThanXMinutes:{one:"less than a minute",other:"less than {{count}} minutes"},xMinutes:{one:"1 minute",other:"{{count}} minutes"},aboutXHours:{one:"about 1 hour",other:"about {{count}} hours"},xHours:{one:"1 hour",other:"{{count}} hours"},xDays:{one:"1 day",other:"{{count}} days"},aboutXWeeks:{one:"about 1 week",other:"about {{count}} weeks"},xWeeks:{one:"1 week",other:"{{count}} weeks"},aboutXMonths:{one:"about 1 month",other:"about {{count}} months"},xMonths:{one:"1 month",other:"{{count}} months"},aboutXYears:{one:"about 1 year",other:"about {{count}} years"},xYears:{one:"1 year",other:"{{count}} years"},overXYears:{one:"over 1 year",other:"over {{count}} years"},almostXYears:{one:"almost 1 year",other:"almost {{count}} years"}};function se(t){return(e={})=>{const i=e.width?String(e.width):t.defaultWidth;return t.formats[i]||t.formats[t.defaultWidth]}}const ae={date:se({formats:{full:"EEEE, MMMM do, y",long:"MMMM do, y",medium:"MMM d, y",short:"MM/dd/yyyy"},defaultWidth:"full"}),time:se({formats:{full:"h:mm:ss a zzzz",long:"h:mm:ss a z",medium:"h:mm:ss a",short:"h:mm a"},defaultWidth:"full"}),dateTime:se({formats:{full:"{{date}} 'at' {{time}}",long:"{{date}} 'at' {{time}}",medium:"{{date}}, {{time}}",short:"{{date}}, {{time}}"},defaultWidth:"full"})},le={lastWeek:"'last' eeee 'at' p",yesterday:"'yesterday at' p",today:"'today at' p",tomorrow:"'tomorrow at' p",nextWeek:"eeee 'at' p",other:"P"};function ce(t){return(e,i)=>{let o;if("formatting"===(i?.context?String(i.context):"standalone")&&t.formattingValues){const e=t.defaultFormattingWidth||t.defaultWidth,n=i?.width?String(i.width):e;o=t.formattingValues[n]||t.formattingValues[e]}else{const e=t.defaultWidth,n=i?.width?String(i.width):t.defaultWidth;o=t.values[n]||t.values[e]}return o[t.argumentCallback?t.argumentCallback(e):e]}}const he={ordinalNumber:(t,e)=>{const i=Number(t),o=i%100;if(o>20||o<10)switch(o%10){case 1:return i+"st";case 2:return i+"nd";case 3:return i+"rd"}return i+"th"},era:ce({values:{narrow:["B","A"],abbreviated:["BC","AD"],wide:["Before Christ","Anno Domini"]},defaultWidth:"wide"}),quarter:ce({values:{narrow:["1","2","3","4"],abbreviated:["Q1","Q2","Q3","Q4"],wide:["1st quarter","2nd quarter","3rd quarter","4th quarter"]},defaultWidth:"wide",argumentCallback:t=>t-1}),month:ce({values:{narrow:["J","F","M","A","M","J","J","A","S","O","N","D"],abbreviated:["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],wide:["January","February","March","April","May","June","July","August","September","October","November","December"]},defaultWidth:"wide"}),day:ce({values:{narrow:["S","M","T","W","T","F","S"],short:["Su","Mo","Tu","We","Th","Fr","Sa"],abbreviated:["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],wide:["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"]},defaultWidth:"wide"}),dayPeriod:ce({values:{narrow:{am:"a",pm:"p",midnight:"mi",noon:"n",morning:"morning",afternoon:"afternoon",evening:"evening",night:"night"},abbreviated:{am:"AM",pm:"PM",midnight:"midnight",noon:"noon",morning:"morning",afternoon:"afternoon",evening:"evening",night:"night"},wide:{am:"a.m.",pm:"p.m.",midnight:"midnight",noon:"noon",morning:"morning",afternoon:"afternoon",evening:"evening",night:"night"}},defaultWidth:"wide",formattingValues:{narrow:{am:"a",pm:"p",midnight:"mi",noon:"n",morning:"in the morning",afternoon:"in the afternoon",evening:"in the evening",night:"at night"},abbreviated:{am:"AM",pm:"PM",midnight:"midnight",noon:"noon",morning:"in the morning",afternoon:"in the afternoon",evening:"in the evening",night:"at night"},wide:{am:"a.m.",pm:"p.m.",midnight:"midnight",noon:"noon",morning:"in the morning",afternoon:"in the afternoon",evening:"in the evening",night:"at night"}},defaultFormattingWidth:"wide"})};function de(t){return(e,i={})=>{const o=i.width,n=o&&t.matchPatterns[o]||t.matchPatterns[t.defaultMatchWidth],r=e.match(n);if(!r)return null;const s=r[0],a=o&&t.parsePatterns[o]||t.parsePatterns[t.defaultParseWidth],l=Array.isArray(a)?function(t,e){for(let e=0;e<t.length;e++)if(t[e].test(s))return e}(a):function(t,e){for(const e in t)if(Object.prototype.hasOwnProperty.call(t,e)&&t[e].test(s))return e}(a);let c;return c=t.valueCallback?t.valueCallback(l):l,c=i.valueCallback?i.valueCallback(c):c,{value:c,rest:e.slice(s.length)}}}function ue(t){return(e,i={})=>{const o=e.match(t.matchPattern);if(!o)return null;const n=o[0],r=e.match(t.parsePattern);if(!r)return null;let s=t.valueCallback?t.valueCallback(r[0]):r[0];return s=i.valueCallback?i.valueCallback(s):s,{value:s,rest:e.slice(n.length)}}}const pe={ordinalNumber:ue({matchPattern:/^(\d+)(th|st|nd|rd)?/i,parsePattern:/\d+/i,valueCallback:t=>parseInt(t,10)}),era:de({matchPatterns:{narrow:/^(b|a)/i,abbreviated:/^(b\.?\s?c\.?|b\.?\s?c\.?\s?e\.?|a\.?\s?d\.?|c\.?\s?e\.?)/i,wide:/^(before christ|before common era|anno domini|common era)/i},defaultMatchWidth:"wide",parsePatterns:{any:[/^b/i,/^(a|c)/i]},defaultParseWidth:"any"}),quarter:de({matchPatterns:{narrow:/^[1234]/i,abbreviated:/^q[1234]/i,wide:/^[1234](th|st|nd|rd)? quarter/i},defaultMatchWidth:"wide",parsePatterns:{any:[/1/i,/2/i,/3/i,/4/i]},defaultParseWidth:"any",valueCallback:t=>t+1}),month:de({matchPatterns:{narrow:/^[jfmasond]/i,abbreviated:/^(jan|feb|mar|apr|may|jun|jul|aug|sep|oct|nov|dec)/i,wide:/^(january|february|march|april|may|june|july|august|september|october|november|december)/i},defaultMatchWidth:"wide",parsePatterns:{narrow:[/^j/i,/^f/i,/^m/i,/^a/i,/^m/i,/^j/i,/^j/i,/^a/i,/^s/i,/^o/i,/^n/i,/^d/i],any:[/^ja/i,/^f/i,/^mar/i,/^ap/i,/^may/i,/^jun/i,/^jul/i,/^au/i,/^s/i,/^o/i,/^n/i,/^d/i]},defaultParseWidth:"any"}),day:de({matchPatterns:{narrow:/^[smtwf]/i,short:/^(su|mo|tu|we|th|fr|sa)/i,abbreviated:/^(sun|mon|tue|wed|thu|fri|sat)/i,wide:/^(sunday|monday|tuesday|wednesday|thursday|friday|saturday)/i},defaultMatchWidth:"wide",parsePatterns:{narrow:[/^s/i,/^m/i,/^t/i,/^w/i,/^t/i,/^f/i,/^s/i],any:[/^su/i,/^m/i,/^tu/i,/^w/i,/^th/i,/^f/i,/^sa/i]},defaultParseWidth:"any"}),dayPeriod:de({matchPatterns:{narrow:/^(a|p|mi|n|(in the|at) (morning|afternoon|evening|night))/i,any:/^([ap]\.?\s?m\.?|midnight|noon|(in the|at) (morning|afternoon|evening|night))/i},defaultMatchWidth:"any",parsePatterns:{any:{am:/^a/i,pm:/^p/i,midnight:/^mi/i,noon:/^no/i,morning:/morning/i,afternoon:/afternoon/i,evening:/evening/i,night:/night/i}},defaultParseWidth:"any"})},ge={code:"en-US",formatDistance:(t,e,i)=>{let o;const n=re[t];return o="string"==typeof n?n:1===e?n.one:n.other.replace("{{count}}",e.toString()),i?.addSuffix?i.comparison&&i.comparison>0?"in "+o:o+" ago":o},formatLong:ae,formatRelative:(t,e,i,o)=>le[t],localize:he,match:pe,options:{weekStartsOn:0,firstWeekContainsDate:1}},fe=(t,e)=>{switch(t){case"P":return e.date({width:"short"});case"PP":return e.date({width:"medium"});case"PPP":return e.date({width:"long"});default:return e.date({width:"full"})}},me=(t,e)=>{switch(t){case"p":return e.time({width:"short"});case"pp":return e.time({width:"medium"});case"ppp":return e.time({width:"long"});default:return e.time({width:"full"})}},ve={p:me,P:(t,e)=>{const i=t.match(/(P+)(p+)?/)||[],o=i[1],n=i[2];if(!n)return fe(t,e);let r;switch(o){case"P":r=e.dateTime({width:"short"});break;case"PP":r=e.dateTime({width:"medium"});break;case"PPP":r=e.dateTime({width:"long"});break;default:r=e.dateTime({width:"full"})}return r.replace("{{date}}",fe(o,e)).replace("{{time}}",me(n,e))}},be=/^D+$/,ye=/^Y+$/,we=["D","DD","YY","YYYY"];function xe(t){return be.test(t)}function ke(t){return ye.test(t)}function Ce(t,e,i){const o=function(t,e,i){const o="Y"===t[0]?"years":"days of the month";return`Use \`${t.toLowerCase()}\` instead of \`${t}\` (in \`${e}\`) for formatting ${o} to the input \`${i}\`; see: https://github.com/date-fns/date-fns/blob/master/docs/unicodeTokens.md`}(t,e,i);if(console.warn(o),we.includes(t))throw new RangeError(o)}class Me{subPriority=0;validate(t,e){return!0}}class _e extends Me{constructor(t,e,i,o,n){super(),this.value=t,this.validateValue=e,this.setValue=i,this.priority=o,n&&(this.subPriority=n)}validate(t,e){return this.validateValue(t,this.value,e)}set(t,e,i){return this.setValue(t,e,this.value,i)}}class Se extends Me{priority=10;subPriority=-1;set(t,e){return e.timestampIsSet?t:ie(t,function(t,e){const i=e instanceof Date?ie(e,0):new e(0);return i.setFullYear(t.getFullYear(),t.getMonth(),t.getDate()),i.setHours(t.getHours(),t.getMinutes(),t.getSeconds(),t.getMilliseconds()),i}(t,Date))}}class Ee{run(t,e,i,o){const n=this.parse(t,e,i,o);return n?{setter:new _e(n.value,this.validate,this.set,this.priority,this.subPriority),rest:n.rest}:null}validate(t,e,i){return!0}}Math.pow(10,8);const ze=6048e5,Le=864e5,Re=/^(1[0-2]|0?\d)/,Ie=/^(3[0-1]|[0-2]?\d)/,He=/^(36[0-6]|3[0-5]\d|[0-2]?\d?\d)/,Te=/^(5[0-3]|[0-4]?\d)/,Ae=/^(2[0-3]|[0-1]?\d)/,Oe=/^(2[0-4]|[0-1]?\d)/,$e=/^(1[0-1]|0?\d)/,De=/^(1[0-2]|0?\d)/,Ne=/^[0-5]?\d/,Pe=/^[0-5]?\d/,je=/^\d/,Ve=/^\d{1,2}/,Be=/^\d{1,3}/,Fe=/^\d{1,4}/,We=/^-?\d+/,Ue=/^-?\d/,Ge=/^-?\d{1,2}/,qe=/^-?\d{1,3}/,Ye=/^-?\d{1,4}/,Ze=/^([+-])(\d{2})(\d{2})?|Z/,Xe=/^([+-])(\d{2})(\d{2})|Z/,Qe=/^([+-])(\d{2})(\d{2})((\d{2}))?|Z/,Ke=/^([+-])(\d{2}):(\d{2})|Z/,Je=/^([+-])(\d{2}):(\d{2})(:(\d{2}))?|Z/;function ti(t,e){return t?{value:e(t.value),rest:t.rest}:t}function ei(t,e){const i=e.match(t);return i?{value:parseInt(i[0],10),rest:e.slice(i[0].length)}:null}function ii(t,e){const i=e.match(t);return i?"Z"===i[0]?{value:0,rest:e.slice(1)}:{value:("+"===i[1]?1:-1)*(36e5*(i[2]?parseInt(i[2],10):0)+6e4*(i[3]?parseInt(i[3],10):0)+1e3*(i[5]?parseInt(i[5],10):0)),rest:e.slice(i[0].length)}:null}function oi(t){return ei(We,t)}function ni(t,e){switch(t){case 1:return ei(je,e);case 2:return ei(Ve,e);case 3:return ei(Be,e);case 4:return ei(Fe,e);default:return ei(new RegExp("^\\d{1,"+t+"}"),e)}}function ri(t,e){switch(t){case 1:return ei(Ue,e);case 2:return ei(Ge,e);case 3:return ei(qe,e);case 4:return ei(Ye,e);default:return ei(new RegExp("^-?\\d{1,"+t+"}"),e)}}function si(t){switch(t){case"morning":return 4;case"evening":return 17;case"pm":case"noon":case"afternoon":return 12;default:return 0}}function ai(t,e){const i=e>0,o=i?e:1-e;let n;if(o<=50)n=t||100;else{const e=o+50;n=t+100*Math.trunc(e/100)-(t>=e%100?100:0)}return i?n:1-n}function li(t){return t%400==0||t%4==0&&t%100!=0}function ci(t,e){const i=ne(),o=e?.weekStartsOn??e?.locale?.options?.weekStartsOn??i.weekStartsOn??i.locale?.options?.weekStartsOn??0,n=te(t),r=n.getDay(),s=(r<o?7:0)+r-o;return n.setDate(n.getDate()-s),n.setHours(0,0,0,0),n}function hi(t,e){const i=te(t),o=i.getFullYear(),n=ne(),r=e?.firstWeekContainsDate??e?.locale?.options?.firstWeekContainsDate??n.firstWeekContainsDate??n.locale?.options?.firstWeekContainsDate??1,s=ie(t,0);s.setFullYear(o+1,0,r),s.setHours(0,0,0,0);const a=ci(s,e),l=ie(t,0);l.setFullYear(o,0,r),l.setHours(0,0,0,0);const c=ci(l,e);return i.getTime()>=a.getTime()?o+1:i.getTime()>=c.getTime()?o:o-1}function di(t){return ci(t,{weekStartsOn:1})}function ui(t,e){const i=te(t),o=+ci(i,e)-+function(t,e){const i=ne(),o=e?.firstWeekContainsDate??e?.locale?.options?.firstWeekContainsDate??i.firstWeekContainsDate??i.locale?.options?.firstWeekContainsDate??1,n=hi(t,e),r=ie(t,0);return r.setFullYear(n,0,o),r.setHours(0,0,0,0),ci(r,e)}(i,e);return Math.round(o/ze)+1}function pi(t){const e=te(t),i=e.getFullYear(),o=ie(t,0);o.setFullYear(i+1,0,4),o.setHours(0,0,0,0);const n=di(o),r=ie(t,0);r.setFullYear(i,0,4),r.setHours(0,0,0,0);const s=di(r);return e.getTime()>=n.getTime()?i+1:e.getTime()>=s.getTime()?i:i-1}function gi(t){const e=te(t),i=+di(e)-+function(t){const e=pi(t),i=ie(t,0);return i.setFullYear(e,0,4),i.setHours(0,0,0,0),di(i)}(e);return Math.round(i/ze)+1}const fi=[31,28,31,30,31,30,31,31,30,31,30,31],mi=[31,29,31,30,31,30,31,31,30,31,30,31];function vi(t,e){const i=te(t);return isNaN(e)?ie(t,NaN):e?(i.setDate(i.getDate()+e),i):i}function bi(t,e,i){const o=ne(),n=i?.weekStartsOn??i?.locale?.options?.weekStartsOn??o.weekStartsOn??o.locale?.options?.weekStartsOn??0,r=te(t),s=r.getDay(),a=7-n;return vi(r,e<0||e>6?e-(s+a)%7:((e%7+7)%7+a)%7-(s+a)%7)}function yi(t){let e=te(t).getDay();return 0===e&&(e=7),e}function wi(t){const e=te(t),i=new Date(Date.UTC(e.getFullYear(),e.getMonth(),e.getDate(),e.getHours(),e.getMinutes(),e.getSeconds(),e.getMilliseconds()));return i.setUTCFullYear(e.getFullYear()),+t-+i}const xi={G:new class extends Ee{priority=140;parse(t,e,i){switch(e){case"G":case"GG":case"GGG":return i.era(t,{width:"abbreviated"})||i.era(t,{width:"narrow"});case"GGGGG":return i.era(t,{width:"narrow"});default:return i.era(t,{width:"wide"})||i.era(t,{width:"abbreviated"})||i.era(t,{width:"narrow"})}}set(t,e,i){return e.era=i,t.setFullYear(i,0,1),t.setHours(0,0,0,0),t}incompatibleTokens=["R","u","t","T"]},y:new class extends Ee{priority=130;incompatibleTokens=["Y","R","u","w","I","i","e","c","t","T"];parse(t,e,i){const o=t=>({year:t,isTwoDigitYear:"yy"===e});switch(e){case"y":return ti(ni(4,t),o);case"yo":return ti(i.ordinalNumber(t,{unit:"year"}),o);default:return ti(ni(e.length,t),o)}}validate(t,e){return e.isTwoDigitYear||e.year>0}set(t,e,i){const o=t.getFullYear();if(i.isTwoDigitYear){const e=ai(i.year,o);return t.setFullYear(e,0,1),t.setHours(0,0,0,0),t}const n="era"in e&&1!==e.era?1-i.year:i.year;return t.setFullYear(n,0,1),t.setHours(0,0,0,0),t}},Y:new class extends Ee{priority=130;parse(t,e,i){const o=t=>({year:t,isTwoDigitYear:"YY"===e});switch(e){case"Y":return ti(ni(4,t),o);case"Yo":return ti(i.ordinalNumber(t,{unit:"year"}),o);default:return ti(ni(e.length,t),o)}}validate(t,e){return e.isTwoDigitYear||e.year>0}set(t,e,i,o){const n=hi(t,o);if(i.isTwoDigitYear){const e=ai(i.year,n);return t.setFullYear(e,0,o.firstWeekContainsDate),t.setHours(0,0,0,0),ci(t,o)}const r="era"in e&&1!==e.era?1-i.year:i.year;return t.setFullYear(r,0,o.firstWeekContainsDate),t.setHours(0,0,0,0),ci(t,o)}incompatibleTokens=["y","R","u","Q","q","M","L","I","d","D","i","t","T"]},R:new class extends Ee{priority=130;parse(t,e){return ri("R"===e?4:e.length,t)}set(t,e,i){const o=ie(t,0);return o.setFullYear(i,0,4),o.setHours(0,0,0,0),di(o)}incompatibleTokens=["G","y","Y","u","Q","q","M","L","w","d","D","e","c","t","T"]},u:new class extends Ee{priority=130;parse(t,e){return ri("u"===e?4:e.length,t)}set(t,e,i){return t.setFullYear(i,0,1),t.setHours(0,0,0,0),t}incompatibleTokens=["G","y","Y","R","w","I","i","e","c","t","T"]},Q:new class extends Ee{priority=120;parse(t,e,i){switch(e){case"Q":case"QQ":return ni(e.length,t);case"Qo":return i.ordinalNumber(t,{unit:"quarter"});case"QQQ":return i.quarter(t,{width:"abbreviated",context:"formatting"})||i.quarter(t,{width:"narrow",context:"formatting"});case"QQQQQ":return i.quarter(t,{width:"narrow",context:"formatting"});default:return i.quarter(t,{width:"wide",context:"formatting"})||i.quarter(t,{width:"abbreviated",context:"formatting"})||i.quarter(t,{width:"narrow",context:"formatting"})}}validate(t,e){return e>=1&&e<=4}set(t,e,i){return t.setMonth(3*(i-1),1),t.setHours(0,0,0,0),t}incompatibleTokens=["Y","R","q","M","L","w","I","d","D","i","e","c","t","T"]},q:new class extends Ee{priority=120;parse(t,e,i){switch(e){case"q":case"qq":return ni(e.length,t);case"qo":return i.ordinalNumber(t,{unit:"quarter"});case"qqq":return i.quarter(t,{width:"abbreviated",context:"standalone"})||i.quarter(t,{width:"narrow",context:"standalone"});case"qqqqq":return i.quarter(t,{width:"narrow",context:"standalone"});default:return i.quarter(t,{width:"wide",context:"standalone"})||i.quarter(t,{width:"abbreviated",context:"standalone"})||i.quarter(t,{width:"narrow",context:"standalone"})}}validate(t,e){return e>=1&&e<=4}set(t,e,i){return t.setMonth(3*(i-1),1),t.setHours(0,0,0,0),t}incompatibleTokens=["Y","R","Q","M","L","w","I","d","D","i","e","c","t","T"]},M:new class extends Ee{incompatibleTokens=["Y","R","q","Q","L","w","I","D","i","e","c","t","T"];priority=110;parse(t,e,i){const o=t=>t-1;switch(e){case"M":return ti(ei(Re,t),o);case"MM":return ti(ni(2,t),o);case"Mo":return ti(i.ordinalNumber(t,{unit:"month"}),o);case"MMM":return i.month(t,{width:"abbreviated",context:"formatting"})||i.month(t,{width:"narrow",context:"formatting"});case"MMMMM":return i.month(t,{width:"narrow",context:"formatting"});default:return i.month(t,{width:"wide",context:"formatting"})||i.month(t,{width:"abbreviated",context:"formatting"})||i.month(t,{width:"narrow",context:"formatting"})}}validate(t,e){return e>=0&&e<=11}set(t,e,i){return t.setMonth(i,1),t.setHours(0,0,0,0),t}},L:new class extends Ee{priority=110;parse(t,e,i){const o=t=>t-1;switch(e){case"L":return ti(ei(Re,t),o);case"LL":return ti(ni(2,t),o);case"Lo":return ti(i.ordinalNumber(t,{unit:"month"}),o);case"LLL":return i.month(t,{width:"abbreviated",context:"standalone"})||i.month(t,{width:"narrow",context:"standalone"});case"LLLLL":return i.month(t,{width:"narrow",context:"standalone"});default:return i.month(t,{width:"wide",context:"standalone"})||i.month(t,{width:"abbreviated",context:"standalone"})||i.month(t,{width:"narrow",context:"standalone"})}}validate(t,e){return e>=0&&e<=11}set(t,e,i){return t.setMonth(i,1),t.setHours(0,0,0,0),t}incompatibleTokens=["Y","R","q","Q","M","w","I","D","i","e","c","t","T"]},w:new class extends Ee{priority=100;parse(t,e,i){switch(e){case"w":return ei(Te,t);case"wo":return i.ordinalNumber(t,{unit:"week"});default:return ni(e.length,t)}}validate(t,e){return e>=1&&e<=53}set(t,e,i,o){return ci(function(t,e,i){const o=te(t),n=ui(o,i)-e;return o.setDate(o.getDate()-7*n),o}(t,i,o),o)}incompatibleTokens=["y","R","u","q","Q","M","L","I","d","D","i","t","T"]},I:new class extends Ee{priority=100;parse(t,e,i){switch(e){case"I":return ei(Te,t);case"Io":return i.ordinalNumber(t,{unit:"week"});default:return ni(e.length,t)}}validate(t,e){return e>=1&&e<=53}set(t,e,i){return di(function(t,e){const i=te(t),o=gi(i)-e;return i.setDate(i.getDate()-7*o),i}(t,i))}incompatibleTokens=["y","Y","u","q","Q","M","L","w","d","D","e","c","t","T"]},d:new class extends Ee{priority=90;subPriority=1;parse(t,e,i){switch(e){case"d":return ei(Ie,t);case"do":return i.ordinalNumber(t,{unit:"date"});default:return ni(e.length,t)}}validate(t,e){const i=li(t.getFullYear()),o=t.getMonth();return i?e>=1&&e<=mi[o]:e>=1&&e<=fi[o]}set(t,e,i){return t.setDate(i),t.setHours(0,0,0,0),t}incompatibleTokens=["Y","R","q","Q","w","I","D","i","e","c","t","T"]},D:new class extends Ee{priority=90;subpriority=1;parse(t,e,i){switch(e){case"D":case"DD":return ei(He,t);case"Do":return i.ordinalNumber(t,{unit:"date"});default:return ni(e.length,t)}}validate(t,e){return li(t.getFullYear())?e>=1&&e<=366:e>=1&&e<=365}set(t,e,i){return t.setMonth(0,i),t.setHours(0,0,0,0),t}incompatibleTokens=["Y","R","q","Q","M","L","w","I","d","E","i","e","c","t","T"]},E:new class extends Ee{priority=90;parse(t,e,i){switch(e){case"E":case"EE":case"EEE":return i.day(t,{width:"abbreviated",context:"formatting"})||i.day(t,{width:"short",context:"formatting"})||i.day(t,{width:"narrow",context:"formatting"});case"EEEEE":return i.day(t,{width:"narrow",context:"formatting"});case"EEEEEE":return i.day(t,{width:"short",context:"formatting"})||i.day(t,{width:"narrow",context:"formatting"});default:return i.day(t,{width:"wide",context:"formatting"})||i.day(t,{width:"abbreviated",context:"formatting"})||i.day(t,{width:"short",context:"formatting"})||i.day(t,{width:"narrow",context:"formatting"})}}validate(t,e){return e>=0&&e<=6}set(t,e,i,o){return(t=bi(t,i,o)).setHours(0,0,0,0),t}incompatibleTokens=["D","i","e","c","t","T"]},e:new class extends Ee{priority=90;parse(t,e,i,o){const n=t=>{const e=7*Math.floor((t-1)/7);return(t+o.weekStartsOn+6)%7+e};switch(e){case"e":case"ee":return ti(ni(e.length,t),n);case"eo":return ti(i.ordinalNumber(t,{unit:"day"}),n);case"eee":return i.day(t,{width:"abbreviated",context:"formatting"})||i.day(t,{width:"short",context:"formatting"})||i.day(t,{width:"narrow",context:"formatting"});case"eeeee":return i.day(t,{width:"narrow",context:"formatting"});case"eeeeee":return i.day(t,{width:"short",context:"formatting"})||i.day(t,{width:"narrow",context:"formatting"});default:return i.day(t,{width:"wide",context:"formatting"})||i.day(t,{width:"abbreviated",context:"formatting"})||i.day(t,{width:"short",context:"formatting"})||i.day(t,{width:"narrow",context:"formatting"})}}validate(t,e){return e>=0&&e<=6}set(t,e,i,o){return(t=bi(t,i,o)).setHours(0,0,0,0),t}incompatibleTokens=["y","R","u","q","Q","M","L","I","d","D","E","i","c","t","T"]},c:new class extends Ee{priority=90;parse(t,e,i,o){const n=t=>{const e=7*Math.floor((t-1)/7);return(t+o.weekStartsOn+6)%7+e};switch(e){case"c":case"cc":return ti(ni(e.length,t),n);case"co":return ti(i.ordinalNumber(t,{unit:"day"}),n);case"ccc":return i.day(t,{width:"abbreviated",context:"standalone"})||i.day(t,{width:"short",context:"standalone"})||i.day(t,{width:"narrow",context:"standalone"});case"ccccc":return i.day(t,{width:"narrow",context:"standalone"});case"cccccc":return i.day(t,{width:"short",context:"standalone"})||i.day(t,{width:"narrow",context:"standalone"});default:return i.day(t,{width:"wide",context:"standalone"})||i.day(t,{width:"abbreviated",context:"standalone"})||i.day(t,{width:"short",context:"standalone"})||i.day(t,{width:"narrow",context:"standalone"})}}validate(t,e){return e>=0&&e<=6}set(t,e,i,o){return(t=bi(t,i,o)).setHours(0,0,0,0),t}incompatibleTokens=["y","R","u","q","Q","M","L","I","d","D","E","i","e","t","T"]},i:new class extends Ee{priority=90;parse(t,e,i){const o=t=>0===t?7:t;switch(e){case"i":case"ii":return ni(e.length,t);case"io":return i.ordinalNumber(t,{unit:"day"});case"iii":return ti(i.day(t,{width:"abbreviated",context:"formatting"})||i.day(t,{width:"short",context:"formatting"})||i.day(t,{width:"narrow",context:"formatting"}),o);case"iiiii":return ti(i.day(t,{width:"narrow",context:"formatting"}),o);case"iiiiii":return ti(i.day(t,{width:"short",context:"formatting"})||i.day(t,{width:"narrow",context:"formatting"}),o);default:return ti(i.day(t,{width:"wide",context:"formatting"})||i.day(t,{width:"abbreviated",context:"formatting"})||i.day(t,{width:"short",context:"formatting"})||i.day(t,{width:"narrow",context:"formatting"}),o)}}validate(t,e){return e>=1&&e<=7}set(t,e,i){return(t=function(t,e){const i=te(t);return vi(i,e-yi(i))}(t,i)).setHours(0,0,0,0),t}incompatibleTokens=["y","Y","u","q","Q","M","L","w","d","D","E","e","c","t","T"]},a:new class extends Ee{priority=80;parse(t,e,i){switch(e){case"a":case"aa":case"aaa":return i.dayPeriod(t,{width:"abbreviated",context:"formatting"})||i.dayPeriod(t,{width:"narrow",context:"formatting"});case"aaaaa":return i.dayPeriod(t,{width:"narrow",context:"formatting"});default:return i.dayPeriod(t,{width:"wide",context:"formatting"})||i.dayPeriod(t,{width:"abbreviated",context:"formatting"})||i.dayPeriod(t,{width:"narrow",context:"formatting"})}}set(t,e,i){return t.setHours(si(i),0,0,0),t}incompatibleTokens=["b","B","H","k","t","T"]},b:new class extends Ee{priority=80;parse(t,e,i){switch(e){case"b":case"bb":case"bbb":return i.dayPeriod(t,{width:"abbreviated",context:"formatting"})||i.dayPeriod(t,{width:"narrow",context:"formatting"});case"bbbbb":return i.dayPeriod(t,{width:"narrow",context:"formatting"});default:return i.dayPeriod(t,{width:"wide",context:"formatting"})||i.dayPeriod(t,{width:"abbreviated",context:"formatting"})||i.dayPeriod(t,{width:"narrow",context:"formatting"})}}set(t,e,i){return t.setHours(si(i),0,0,0),t}incompatibleTokens=["a","B","H","k","t","T"]},B:new class extends Ee{priority=80;parse(t,e,i){switch(e){case"B":case"BB":case"BBB":return i.dayPeriod(t,{width:"abbreviated",context:"formatting"})||i.dayPeriod(t,{width:"narrow",context:"formatting"});case"BBBBB":return i.dayPeriod(t,{width:"narrow",context:"formatting"});default:return i.dayPeriod(t,{width:"wide",context:"formatting"})||i.dayPeriod(t,{width:"abbreviated",context:"formatting"})||i.dayPeriod(t,{width:"narrow",context:"formatting"})}}set(t,e,i){return t.setHours(si(i),0,0,0),t}incompatibleTokens=["a","b","t","T"]},h:new class extends Ee{priority=70;parse(t,e,i){switch(e){case"h":return ei(De,t);case"ho":return i.ordinalNumber(t,{unit:"hour"});default:return ni(e.length,t)}}validate(t,e){return e>=1&&e<=12}set(t,e,i){const o=t.getHours()>=12;return o&&i<12?t.setHours(i+12,0,0,0):o||12!==i?t.setHours(i,0,0,0):t.setHours(0,0,0,0),t}incompatibleTokens=["H","K","k","t","T"]},H:new class extends Ee{priority=70;parse(t,e,i){switch(e){case"H":return ei(Ae,t);case"Ho":return i.ordinalNumber(t,{unit:"hour"});default:return ni(e.length,t)}}validate(t,e){return e>=0&&e<=23}set(t,e,i){return t.setHours(i,0,0,0),t}incompatibleTokens=["a","b","h","K","k","t","T"]},K:new class extends Ee{priority=70;parse(t,e,i){switch(e){case"K":return ei($e,t);case"Ko":return i.ordinalNumber(t,{unit:"hour"});default:return ni(e.length,t)}}validate(t,e){return e>=0&&e<=11}set(t,e,i){return t.getHours()>=12&&i<12?t.setHours(i+12,0,0,0):t.setHours(i,0,0,0),t}incompatibleTokens=["h","H","k","t","T"]},k:new class extends Ee{priority=70;parse(t,e,i){switch(e){case"k":return ei(Oe,t);case"ko":return i.ordinalNumber(t,{unit:"hour"});default:return ni(e.length,t)}}validate(t,e){return e>=1&&e<=24}set(t,e,i){const o=i<=24?i%24:i;return t.setHours(o,0,0,0),t}incompatibleTokens=["a","b","h","H","K","t","T"]},m:new class extends Ee{priority=60;parse(t,e,i){switch(e){case"m":return ei(Ne,t);case"mo":return i.ordinalNumber(t,{unit:"minute"});default:return ni(e.length,t)}}validate(t,e){return e>=0&&e<=59}set(t,e,i){return t.setMinutes(i,0,0),t}incompatibleTokens=["t","T"]},s:new class extends Ee{priority=50;parse(t,e,i){switch(e){case"s":return ei(Pe,t);case"so":return i.ordinalNumber(t,{unit:"second"});default:return ni(e.length,t)}}validate(t,e){return e>=0&&e<=59}set(t,e,i){return t.setSeconds(i,0),t}incompatibleTokens=["t","T"]},S:new class extends Ee{priority=30;parse(t,e){return ti(ni(e.length,t),(t=>Math.trunc(t*Math.pow(10,3-e.length))))}set(t,e,i){return t.setMilliseconds(i),t}incompatibleTokens=["t","T"]},X:new class extends Ee{priority=10;parse(t,e){switch(e){case"X":return ii(Ze,t);case"XX":return ii(Xe,t);case"XXXX":return ii(Qe,t);case"XXXXX":return ii(Je,t);default:return ii(Ke,t)}}set(t,e,i){return e.timestampIsSet?t:ie(t,t.getTime()-wi(t)-i)}incompatibleTokens=["t","T","x"]},x:new class extends Ee{priority=10;parse(t,e){switch(e){case"x":return ii(Ze,t);case"xx":return ii(Xe,t);case"xxxx":return ii(Qe,t);case"xxxxx":return ii(Je,t);default:return ii(Ke,t)}}set(t,e,i){return e.timestampIsSet?t:ie(t,t.getTime()-wi(t)-i)}incompatibleTokens=["t","T","X"]},t:new class extends Ee{priority=40;parse(t){return oi(t)}set(t,e,i){return[ie(t,1e3*i),{timestampIsSet:!0}]}incompatibleTokens="*"},T:new class extends Ee{priority=20;parse(t){return oi(t)}set(t,e,i){return[ie(t,i),{timestampIsSet:!0}]}incompatibleTokens="*"}},ki=/[yYQqMLwIdDecihHKkms]o|(\w)\1*|''|'(''|[^'])+('|$)|./g,Ci=/P+p+|P+|p+|''|'(''|[^'])+('|$)|./g,Mi=/^'([^]*?)'?$/,_i=/''/g,Si=/\S/,Ei=/[a-zA-Z]/;function zi(t,e,i,o){const n=Object.assign({},ne()),r=o?.locale??n.locale??ge,s=o?.firstWeekContainsDate??o?.locale?.options?.firstWeekContainsDate??n.firstWeekContainsDate??n.locale?.options?.firstWeekContainsDate??1,a=o?.weekStartsOn??o?.locale?.options?.weekStartsOn??n.weekStartsOn??n.locale?.options?.weekStartsOn??0;if(""===e)return""===t?te(i):ie(i,NaN);const l={firstWeekContainsDate:s,weekStartsOn:a,locale:r},c=[new Se],h=e.match(Ci).map((t=>{const e=t[0];return e in ve?(0,ve[e])(t,r.formatLong):t})).join("").match(ki),d=[];for(let n of h){!o?.useAdditionalWeekYearTokens&&ke(n)&&Ce(n,e,t),!o?.useAdditionalDayOfYearTokens&&xe(n)&&Ce(n,e,t);const s=n[0],a=xi[s];if(a){const{incompatibleTokens:e}=a;if(Array.isArray(e)){const t=d.find((t=>e.includes(t.token)||t.token===s));if(t)throw new RangeError(`The format string mustn't contain \`${t.fullToken}\` and \`${n}\` at the same time`)}else if("*"===a.incompatibleTokens&&d.length>0)throw new RangeError(`The format string mustn't contain \`${n}\` and any other token at the same time`);d.push({token:s,fullToken:n});const o=a.run(t,n,r.match,l);if(!o)return ie(i,NaN);c.push(o.setter),t=o.rest}else{if(s.match(Ei))throw new RangeError("Format string contains an unescaped latin alphabet character `"+s+"`");if("''"===n?n="'":"'"===s&&(n=n.match(Mi)[1].replace(_i,"'")),0!==t.indexOf(n))return ie(i,NaN);t=t.slice(n.length)}}if(t.length>0&&Si.test(t))return ie(i,NaN);const u=c.map((t=>t.priority)).sort(((t,e)=>e-t)).filter(((t,e,i)=>i.indexOf(t)===e)).map((t=>c.filter((e=>e.priority===t)).sort(((t,e)=>e.subPriority-t.subPriority)))).map((t=>t[0]));let p=te(i);if(isNaN(p.getTime()))return ie(i,NaN);const g={};for(const t of u){if(!t.validate(p,l))return ie(i,NaN);const e=t.set(p,g,l);Array.isArray(e)?(p=e[0],Object.assign(g,e[1])):p=e}return ie(i,p)}function Li(t,e){const i=ee(t),o=ee(e),n=+i-wi(i),r=+o-wi(o);return Math.round((n-r)/Le)}function Ri(t){const e=te(t),i=ie(t,0);return i.setFullYear(e.getFullYear(),0,1),i.setHours(0,0,0,0),i}function Ii(t,e){return(t<0?"-":"")+Math.abs(t).toString().padStart(e,"0")}const Hi={y(t,e){const i=t.getFullYear(),o=i>0?i:1-i;return Ii("yy"===e?o%100:o,e.length)},M(t,e){const i=t.getMonth();return"M"===e?String(i+1):Ii(i+1,2)},d:(t,e)=>Ii(t.getDate(),e.length),a(t,e){const i=t.getHours()/12>=1?"pm":"am";switch(e){case"a":case"aa":return i.toUpperCase();case"aaa":return i;case"aaaaa":return i[0];default:return"am"===i?"a.m.":"p.m."}},h:(t,e)=>Ii(t.getHours()%12||12,e.length),H:(t,e)=>Ii(t.getHours(),e.length),m:(t,e)=>Ii(t.getMinutes(),e.length),s:(t,e)=>Ii(t.getSeconds(),e.length),S(t,e){const i=e.length,o=t.getMilliseconds();return Ii(Math.trunc(o*Math.pow(10,i-3)),e.length)}},Ti={G:function(t,e,i){const o=t.getFullYear()>0?1:0;switch(e){case"G":case"GG":case"GGG":return i.era(o,{width:"abbreviated"});case"GGGGG":return i.era(o,{width:"narrow"});default:return i.era(o,{width:"wide"})}},y:function(t,e,i){if("yo"===e){const e=t.getFullYear(),o=e>0?e:1-e;return i.ordinalNumber(o,{unit:"year"})}return Hi.y(t,e)},Y:function(t,e,i,o){const n=hi(t,o),r=n>0?n:1-n;return"YY"===e?Ii(r%100,2):"Yo"===e?i.ordinalNumber(r,{unit:"year"}):Ii(r,e.length)},R:function(t,e){return Ii(pi(t),e.length)},u:function(t,e){return Ii(t.getFullYear(),e.length)},Q:function(t,e,i){const o=Math.ceil((t.getMonth()+1)/3);switch(e){case"Q":return String(o);case"QQ":return Ii(o,2);case"Qo":return i.ordinalNumber(o,{unit:"quarter"});case"QQQ":return i.quarter(o,{width:"abbreviated",context:"formatting"});case"QQQQQ":return i.quarter(o,{width:"narrow",context:"formatting"});default:return i.quarter(o,{width:"wide",context:"formatting"})}},q:function(t,e,i){const o=Math.ceil((t.getMonth()+1)/3);switch(e){case"q":return String(o);case"qq":return Ii(o,2);case"qo":return i.ordinalNumber(o,{unit:"quarter"});case"qqq":return i.quarter(o,{width:"abbreviated",context:"standalone"});case"qqqqq":return i.quarter(o,{width:"narrow",context:"standalone"});default:return i.quarter(o,{width:"wide",context:"standalone"})}},M:function(t,e,i){const o=t.getMonth();switch(e){case"M":case"MM":return Hi.M(t,e);case"Mo":return i.ordinalNumber(o+1,{unit:"month"});case"MMM":return i.month(o,{width:"abbreviated",context:"formatting"});case"MMMMM":return i.month(o,{width:"narrow",context:"formatting"});default:return i.month(o,{width:"wide",context:"formatting"})}},L:function(t,e,i){const o=t.getMonth();switch(e){case"L":return String(o+1);case"LL":return Ii(o+1,2);case"Lo":return i.ordinalNumber(o+1,{unit:"month"});case"LLL":return i.month(o,{width:"abbreviated",context:"standalone"});case"LLLLL":return i.month(o,{width:"narrow",context:"standalone"});default:return i.month(o,{width:"wide",context:"standalone"})}},w:function(t,e,i,o){const n=ui(t,o);return"wo"===e?i.ordinalNumber(n,{unit:"week"}):Ii(n,e.length)},I:function(t,e,i){const o=gi(t);return"Io"===e?i.ordinalNumber(o,{unit:"week"}):Ii(o,e.length)},d:function(t,e,i){return"do"===e?i.ordinalNumber(t.getDate(),{unit:"date"}):Hi.d(t,e)},D:function(t,e,i){const o=function(t){const e=te(t);return Li(e,Ri(e))+1}(t);return"Do"===e?i.ordinalNumber(o,{unit:"dayOfYear"}):Ii(o,e.length)},E:function(t,e,i){const o=t.getDay();switch(e){case"E":case"EE":case"EEE":return i.day(o,{width:"abbreviated",context:"formatting"});case"EEEEE":return i.day(o,{width:"narrow",context:"formatting"});case"EEEEEE":return i.day(o,{width:"short",context:"formatting"});default:return i.day(o,{width:"wide",context:"formatting"})}},e:function(t,e,i,o){const n=t.getDay(),r=(n-o.weekStartsOn+8)%7||7;switch(e){case"e":return String(r);case"ee":return Ii(r,2);case"eo":return i.ordinalNumber(r,{unit:"day"});case"eee":return i.day(n,{width:"abbreviated",context:"formatting"});case"eeeee":return i.day(n,{width:"narrow",context:"formatting"});case"eeeeee":return i.day(n,{width:"short",context:"formatting"});default:return i.day(n,{width:"wide",context:"formatting"})}},c:function(t,e,i,o){const n=t.getDay(),r=(n-o.weekStartsOn+8)%7||7;switch(e){case"c":return String(r);case"cc":return Ii(r,e.length);case"co":return i.ordinalNumber(r,{unit:"day"});case"ccc":return i.day(n,{width:"abbreviated",context:"standalone"});case"ccccc":return i.day(n,{width:"narrow",context:"standalone"});case"cccccc":return i.day(n,{width:"short",context:"standalone"});default:return i.day(n,{width:"wide",context:"standalone"})}},i:function(t,e,i){const o=t.getDay(),n=0===o?7:o;switch(e){case"i":return String(n);case"ii":return Ii(n,e.length);case"io":return i.ordinalNumber(n,{unit:"day"});case"iii":return i.day(o,{width:"abbreviated",context:"formatting"});case"iiiii":return i.day(o,{width:"narrow",context:"formatting"});case"iiiiii":return i.day(o,{width:"short",context:"formatting"});default:return i.day(o,{width:"wide",context:"formatting"})}},a:function(t,e,i){const o=t.getHours()/12>=1?"pm":"am";switch(e){case"a":case"aa":return i.dayPeriod(o,{width:"abbreviated",context:"formatting"});case"aaa":return i.dayPeriod(o,{width:"abbreviated",context:"formatting"}).toLowerCase();case"aaaaa":return i.dayPeriod(o,{width:"narrow",context:"formatting"});default:return i.dayPeriod(o,{width:"wide",context:"formatting"})}},b:function(t,e,i){const o=t.getHours();let n;switch(n=12===o?"noon":0===o?"midnight":o/12>=1?"pm":"am",e){case"b":case"bb":return i.dayPeriod(n,{width:"abbreviated",context:"formatting"});case"bbb":return i.dayPeriod(n,{width:"abbreviated",context:"formatting"}).toLowerCase();case"bbbbb":return i.dayPeriod(n,{width:"narrow",context:"formatting"});default:return i.dayPeriod(n,{width:"wide",context:"formatting"})}},B:function(t,e,i){const o=t.getHours();let n;switch(n=o>=17?"evening":o>=12?"afternoon":o>=4?"morning":"night",e){case"B":case"BB":case"BBB":return i.dayPeriod(n,{width:"abbreviated",context:"formatting"});case"BBBBB":return i.dayPeriod(n,{width:"narrow",context:"formatting"});default:return i.dayPeriod(n,{width:"wide",context:"formatting"})}},h:function(t,e,i){if("ho"===e){let e=t.getHours()%12;return 0===e&&(e=12),i.ordinalNumber(e,{unit:"hour"})}return Hi.h(t,e)},H:function(t,e,i){return"Ho"===e?i.ordinalNumber(t.getHours(),{unit:"hour"}):Hi.H(t,e)},K:function(t,e,i){const o=t.getHours()%12;return"Ko"===e?i.ordinalNumber(o,{unit:"hour"}):Ii(o,e.length)},k:function(t,e,i){let o=t.getHours();return 0===o&&(o=24),"ko"===e?i.ordinalNumber(o,{unit:"hour"}):Ii(o,e.length)},m:function(t,e,i){return"mo"===e?i.ordinalNumber(t.getMinutes(),{unit:"minute"}):Hi.m(t,e)},s:function(t,e,i){return"so"===e?i.ordinalNumber(t.getSeconds(),{unit:"second"}):Hi.s(t,e)},S:function(t,e){return Hi.S(t,e)},X:function(t,e,i){const o=t.getTimezoneOffset();if(0===o)return"Z";switch(e){case"X":return Oi(o);case"XXXX":case"XX":return $i(o);default:return $i(o,":")}},x:function(t,e,i){const o=t.getTimezoneOffset();switch(e){case"x":return Oi(o);case"xxxx":case"xx":return $i(o);default:return $i(o,":")}},O:function(t,e,i){const o=t.getTimezoneOffset();switch(e){case"O":case"OO":case"OOO":return"GMT"+Ai(o,":");default:return"GMT"+$i(o,":")}},z:function(t,e,i){const o=t.getTimezoneOffset();switch(e){case"z":case"zz":case"zzz":return"GMT"+Ai(o,":");default:return"GMT"+$i(o,":")}},t:function(t,e,i){return Ii(Math.trunc(t.getTime()/1e3),e.length)},T:function(t,e,i){return Ii(t.getTime(),e.length)}};function Ai(t,e=""){const i=t>0?"-":"+",o=Math.abs(t),n=Math.trunc(o/60),r=o%60;return 0===r?i+String(n):i+String(n)+e+Ii(r,2)}function Oi(t,e){return t%60==0?(t>0?"-":"+")+Ii(Math.abs(t)/60,2):$i(t,e)}function $i(t,e=""){const i=t>0?"-":"+",o=Math.abs(t);return i+Ii(Math.trunc(o/60),2)+e+Ii(o%60,2)}function Di(t){if(!(e=t,e instanceof Date||"object"==typeof e&&"[object Date]"===Object.prototype.toString.call(e)||"number"==typeof t))return!1;var e;const i=te(t);return!isNaN(Number(i))}const Ni=/[yYQqMLwIdDecihHKkms]o|(\w)\1*|''|'(''|[^'])+('|$)|./g,Pi=/P+p+|P+|p+|''|'(''|[^'])+('|$)|./g,ji=/^'([^]*?)'?$/,Vi=/''/g,Bi=/[a-zA-Z]/;function Fi(t,e,i){const o=ne(),n=i?.locale??o.locale??ge,r=i?.firstWeekContainsDate??i?.locale?.options?.firstWeekContainsDate??o.firstWeekContainsDate??o.locale?.options?.firstWeekContainsDate??1,s=i?.weekStartsOn??i?.locale?.options?.weekStartsOn??o.weekStartsOn??o.locale?.options?.weekStartsOn??0,a=te(t);if(!Di(a))throw new RangeError("Invalid time value");let l=e.match(Pi).map((t=>{const e=t[0];return"p"===e||"P"===e?(0,ve[e])(t,n.formatLong):t})).join("").match(Ni).map((t=>{if("''"===t)return{isToken:!1,value:"'"};const e=t[0];if("'"===e)return{isToken:!1,value:Wi(t)};if(Ti[e])return{isToken:!0,value:t};if(e.match(Bi))throw new RangeError("Format string contains an unescaped latin alphabet character `"+e+"`");return{isToken:!1,value:t}}));n.localize.preprocessor&&(l=n.localize.preprocessor(a,l));const c={firstWeekContainsDate:r,weekStartsOn:s,locale:n};return l.map((o=>{if(!o.isToken)return o.value;const r=o.value;return(!i?.useAdditionalWeekYearTokens&&ke(r)||!i?.useAdditionalDayOfYearTokens&&xe(r))&&Ce(r,e,String(t)),(0,Ti[r[0]])(a,r,n.localize,c)})).join("")}function Wi(t){const e=t.match(ji);return e?e[1].replace(Vi,"'"):t}function Ui(t,e){const i=te(t);if(isNaN(e))return ie(t,NaN);if(!e)return i;const o=i.getDate(),n=ie(t,i.getTime());return n.setMonth(i.getMonth()+e+1,0),o>=n.getDate()?n:(i.setFullYear(n.getFullYear(),n.getMonth(),o),i)}function Gi(t,e){return function(t,e){return Ui(t,12*e)}(t,-e)}function qi(t){const e=te(t),i=e.getMonth();return e.setFullYear(e.getFullYear(),i+1,0),e.setHours(23,59,59,999),e}function Yi(t,e){const i=te(t),o=te(e),n=Zi(i,o),r=Math.abs(Li(i,o));i.setDate(i.getDate()-n*r);const s=n*(r-Number(Zi(i,o)===-n));return 0===s?0:s}function Zi(t,e){const i=t.getFullYear()-e.getFullYear()||t.getMonth()-e.getMonth()||t.getDate()-e.getDate()||t.getHours()-e.getHours()||t.getMinutes()-e.getMinutes()||t.getSeconds()-e.getSeconds()||t.getMilliseconds()-e.getMilliseconds();return i<0?-1:i>0?1:i}function Xi(t,e){return vi(t,-e)}function Qi(t,e){return Ui(t,-e)}const Ki={lessThanXSeconds:{one:{regular:"méně než 1 sekunda",past:"před méně než 1 sekundou",future:"za méně než 1 sekundu"},few:{regular:"méně než {{count}} sekundy",past:"před méně než {{count}} sekundami",future:"za méně než {{count}} sekundy"},many:{regular:"méně než {{count}} sekund",past:"před méně než {{count}} sekundami",future:"za méně než {{count}} sekund"}},xSeconds:{one:{regular:"1 sekunda",past:"před 1 sekundou",future:"za 1 sekundu"},few:{regular:"{{count}} sekundy",past:"před {{count}} sekundami",future:"za {{count}} sekundy"},many:{regular:"{{count}} sekund",past:"před {{count}} sekundami",future:"za {{count}} sekund"}},halfAMinute:{type:"other",other:{regular:"půl minuty",past:"před půl minutou",future:"za půl minuty"}},lessThanXMinutes:{one:{regular:"méně než 1 minuta",past:"před méně než 1 minutou",future:"za méně než 1 minutu"},few:{regular:"méně než {{count}} minuty",past:"před méně než {{count}} minutami",future:"za méně než {{count}} minuty"},many:{regular:"méně než {{count}} minut",past:"před méně než {{count}} minutami",future:"za méně než {{count}} minut"}},xMinutes:{one:{regular:"1 minuta",past:"před 1 minutou",future:"za 1 minutu"},few:{regular:"{{count}} minuty",past:"před {{count}} minutami",future:"za {{count}} minuty"},many:{regular:"{{count}} minut",past:"před {{count}} minutami",future:"za {{count}} minut"}},aboutXHours:{one:{regular:"přibližně 1 hodina",past:"přibližně před 1 hodinou",future:"přibližně za 1 hodinu"},few:{regular:"přibližně {{count}} hodiny",past:"přibližně před {{count}} hodinami",future:"přibližně za {{count}} hodiny"},many:{regular:"přibližně {{count}} hodin",past:"přibližně před {{count}} hodinami",future:"přibližně za {{count}} hodin"}},xHours:{one:{regular:"1 hodina",past:"před 1 hodinou",future:"za 1 hodinu"},few:{regular:"{{count}} hodiny",past:"před {{count}} hodinami",future:"za {{count}} hodiny"},many:{regular:"{{count}} hodin",past:"před {{count}} hodinami",future:"za {{count}} hodin"}},xDays:{one:{regular:"1 den",past:"před 1 dnem",future:"za 1 den"},few:{regular:"{{count}} dny",past:"před {{count}} dny",future:"za {{count}} dny"},many:{regular:"{{count}} dní",past:"před {{count}} dny",future:"za {{count}} dní"}},aboutXWeeks:{one:{regular:"přibližně 1 týden",past:"přibližně před 1 týdnem",future:"přibližně za 1 týden"},few:{regular:"přibližně {{count}} týdny",past:"přibližně před {{count}} týdny",future:"přibližně za {{count}} týdny"},many:{regular:"přibližně {{count}} týdnů",past:"přibližně před {{count}} týdny",future:"přibližně za {{count}} týdnů"}},xWeeks:{one:{regular:"1 týden",past:"před 1 týdnem",future:"za 1 týden"},few:{regular:"{{count}} týdny",past:"před {{count}} týdny",future:"za {{count}} týdny"},many:{regular:"{{count}} týdnů",past:"před {{count}} týdny",future:"za {{count}} týdnů"}},aboutXMonths:{one:{regular:"přibližně 1 měsíc",past:"přibližně před 1 měsícem",future:"přibližně za 1 měsíc"},few:{regular:"přibližně {{count}} měsíce",past:"přibližně před {{count}} měsíci",future:"přibližně za {{count}} měsíce"},many:{regular:"přibližně {{count}} měsíců",past:"přibližně před {{count}} měsíci",future:"přibližně za {{count}} měsíců"}},xMonths:{one:{regular:"1 měsíc",past:"před 1 měsícem",future:"za 1 měsíc"},few:{regular:"{{count}} měsíce",past:"před {{count}} měsíci",future:"za {{count}} měsíce"},many:{regular:"{{count}} měsíců",past:"před {{count}} měsíci",future:"za {{count}} měsíců"}},aboutXYears:{one:{regular:"přibližně 1 rok",past:"přibližně před 1 rokem",future:"přibližně za 1 rok"},few:{regular:"přibližně {{count}} roky",past:"přibližně před {{count}} roky",future:"přibližně za {{count}} roky"},many:{regular:"přibližně {{count}} roků",past:"přibližně před {{count}} roky",future:"přibližně za {{count}} roků"}},xYears:{one:{regular:"1 rok",past:"před 1 rokem",future:"za 1 rok"},few:{regular:"{{count}} roky",past:"před {{count}} roky",future:"za {{count}} roky"},many:{regular:"{{count}} roků",past:"před {{count}} roky",future:"za {{count}} roků"}},overXYears:{one:{regular:"více než 1 rok",past:"před více než 1 rokem",future:"za více než 1 rok"},few:{regular:"více než {{count}} roky",past:"před více než {{count}} roky",future:"za více než {{count}} roky"},many:{regular:"více než {{count}} roků",past:"před více než {{count}} roky",future:"za více než {{count}} roků"}},almostXYears:{one:{regular:"skoro 1 rok",past:"skoro před 1 rokem",future:"skoro za 1 rok"},few:{regular:"skoro {{count}} roky",past:"skoro před {{count}} roky",future:"skoro za {{count}} roky"},many:{regular:"skoro {{count}} roků",past:"skoro před {{count}} roky",future:"skoro za {{count}} roků"}}},Ji={date:se({formats:{full:"EEEE, d. MMMM yyyy",long:"d. MMMM yyyy",medium:"d. M. yyyy",short:"dd.MM.yyyy"},defaultWidth:"full"}),time:se({formats:{full:"H:mm:ss zzzz",long:"H:mm:ss z",medium:"H:mm:ss",short:"H:mm"},defaultWidth:"full"}),dateTime:se({formats:{full:"{{date}} 'v' {{time}}",long:"{{date}} 'v' {{time}}",medium:"{{date}}, {{time}}",short:"{{date}}, {{time}}"},defaultWidth:"full"})},to=["neděli","pondělí","úterý","středu","čtvrtek","pátek","sobotu"],eo={lastWeek:"'poslední' eeee 've' p",yesterday:"'včera v' p",today:"'dnes v' p",tomorrow:"'zítra v' p",nextWeek:t=>{const e=t.getDay();return"'v "+to[e]+" o' p"},other:"P"},io={ordinalNumber:(t,e)=>Number(t)+".",era:ce({values:{narrow:["př. n. l.","n. l."],abbreviated:["př. n. l.","n. l."],wide:["před naším letopočtem","našeho letopočtu"]},defaultWidth:"wide"}),quarter:ce({values:{narrow:["1","2","3","4"],abbreviated:["1. čtvrtletí","2. čtvrtletí","3. čtvrtletí","4. čtvrtletí"],wide:["1. čtvrtletí","2. čtvrtletí","3. čtvrtletí","4. čtvrtletí"]},defaultWidth:"wide",argumentCallback:t=>t-1}),month:ce({values:{narrow:["L","Ú","B","D","K","Č","Č","S","Z","Ř","L","P"],abbreviated:["led","úno","bře","dub","kvě","čvn","čvc","srp","zář","říj","lis","pro"],wide:["leden","únor","březen","duben","květen","červen","červenec","srpen","září","říjen","listopad","prosinec"]},defaultWidth:"wide",formattingValues:{narrow:["L","Ú","B","D","K","Č","Č","S","Z","Ř","L","P"],abbreviated:["led","úno","bře","dub","kvě","čvn","čvc","srp","zář","říj","lis","pro"],wide:["ledna","února","března","dubna","května","června","července","srpna","září","října","listopadu","prosince"]},defaultFormattingWidth:"wide"}),day:ce({values:{narrow:["ne","po","út","st","čt","pá","so"],short:["ne","po","út","st","čt","pá","so"],abbreviated:["ned","pon","úte","stř","čtv","pát","sob"],wide:["neděle","pondělí","úterý","středa","čtvrtek","pátek","sobota"]},defaultWidth:"wide"}),dayPeriod:ce({values:{narrow:{am:"dop.",pm:"odp.",midnight:"půlnoc",noon:"poledne",morning:"ráno",afternoon:"odpoledne",evening:"večer",night:"noc"},abbreviated:{am:"dop.",pm:"odp.",midnight:"půlnoc",noon:"poledne",morning:"ráno",afternoon:"odpoledne",evening:"večer",night:"noc"},wide:{am:"dopoledne",pm:"odpoledne",midnight:"půlnoc",noon:"poledne",morning:"ráno",afternoon:"odpoledne",evening:"večer",night:"noc"}},defaultWidth:"wide",formattingValues:{narrow:{am:"dop.",pm:"odp.",midnight:"půlnoc",noon:"poledne",morning:"ráno",afternoon:"odpoledne",evening:"večer",night:"noc"},abbreviated:{am:"dop.",pm:"odp.",midnight:"půlnoc",noon:"poledne",morning:"ráno",afternoon:"odpoledne",evening:"večer",night:"noc"},wide:{am:"dopoledne",pm:"odpoledne",midnight:"půlnoc",noon:"poledne",morning:"ráno",afternoon:"odpoledne",evening:"večer",night:"noc"}},defaultFormattingWidth:"wide"})},oo={ordinalNumber:ue({matchPattern:/^(\d+)\.?/i,parsePattern:/\d+/i,valueCallback:t=>parseInt(t,10)}),era:de({matchPatterns:{narrow:/^(p[řr](\.|ed) Kr\.|p[řr](\.|ed) n\. l\.|po Kr\.|n\. l\.)/i,abbreviated:/^(p[řr](\.|ed) Kr\.|p[řr](\.|ed) n\. l\.|po Kr\.|n\. l\.)/i,wide:/^(p[řr](\.|ed) Kristem|p[řr](\.|ed) na[šs][íi]m letopo[čc]tem|po Kristu|na[šs]eho letopo[čc]tu)/i},defaultMatchWidth:"wide",parsePatterns:{any:[/^p[řr]/i,/^(po|n)/i]},defaultParseWidth:"any"}),quarter:de({matchPatterns:{narrow:/^[1234]/i,abbreviated:/^[1234]\. [čc]tvrtlet[íi]/i,wide:/^[1234]\. [čc]tvrtlet[íi]/i},defaultMatchWidth:"wide",parsePatterns:{any:[/1/i,/2/i,/3/i,/4/i]},defaultParseWidth:"any",valueCallback:t=>t+1}),month:de({matchPatterns:{narrow:/^[lúubdkčcszřrlp]/i,abbreviated:/^(led|[úu]no|b[řr]e|dub|kv[ěe]|[čc]vn|[čc]vc|srp|z[áa][řr]|[řr][íi]j|lis|pro)/i,wide:/^(leden|ledna|[úu]nora?|b[řr]ezen|b[řr]ezna|duben|dubna|kv[ěe]ten|kv[ěe]tna|[čc]erven(ec|ce)?|[čc]ervna|srpen|srpna|z[áa][řr][íi]|[řr][íi]jen|[řr][íi]jna|listopad(a|u)?|prosinec|prosince)/i},defaultMatchWidth:"wide",parsePatterns:{narrow:[/^l/i,/^[úu]/i,/^b/i,/^d/i,/^k/i,/^[čc]/i,/^[čc]/i,/^s/i,/^z/i,/^[řr]/i,/^l/i,/^p/i],any:[/^led/i,/^[úu]n/i,/^b[řr]e/i,/^dub/i,/^kv[ěe]/i,/^[čc]vn|[čc]erven(?!\w)|[čc]ervna/i,/^[čc]vc|[čc]erven(ec|ce)/i,/^srp/i,/^z[áa][řr]/i,/^[řr][íi]j/i,/^lis/i,/^pro/i]},defaultParseWidth:"any"}),day:de({matchPatterns:{narrow:/^[npuúsčps]/i,short:/^(ne|po|[úu]t|st|[čc]t|p[áa]|so)/i,abbreviated:/^(ned|pon|[úu]te|st[rř]|[čc]tv|p[áa]t|sob)/i,wide:/^(ned[ěe]le|pond[ěe]l[íi]|[úu]ter[ýy]|st[řr]eda|[čc]tvrtek|p[áa]tek|sobota)/i},defaultMatchWidth:"wide",parsePatterns:{narrow:[/^n/i,/^p/i,/^[úu]/i,/^s/i,/^[čc]/i,/^p/i,/^s/i],any:[/^ne/i,/^po/i,/^[úu]t/i,/^st/i,/^[čc]t/i,/^p[áa]/i,/^so/i]},defaultParseWidth:"any"}),dayPeriod:de({matchPatterns:{any:/^dopoledne|dop\.?|odpoledne|odp\.?|p[ůu]lnoc|poledne|r[áa]no|odpoledne|ve[čc]er|(v )?noci?/i},defaultMatchWidth:"any",parsePatterns:{any:{am:/^dop/i,pm:/^odp/i,midnight:/^p[ůu]lnoc/i,noon:/^poledne/i,morning:/r[áa]no/i,afternoon:/odpoledne/i,evening:/ve[čc]er/i,night:/noc/i}},defaultParseWidth:"any"})},no={code:"cs",formatDistance:(t,e,i)=>{let o;const n=Ki[t];o="other"===n.type?n.other:1===e?n.one:e>1&&e<5?n.few:n.many;const r=!0===i?.addSuffix,s=i?.comparison;let a;return a=r&&-1===s?o.past:r&&1===s?o.future:o.regular,a.replace("{{count}}",String(e))},formatLong:Ji,formatRelative:(t,e)=>{const i=eo[t];return"function"==typeof i?i(e):i},localize:io,match:oo,options:{weekStartsOn:1,firstWeekContainsDate:4}};class ro extends Event{constructor(t){super("localechange"),this.locale=t}}function so(){return"undefined"!=typeof navigator?navigator.languages&&navigator.languages.length?navigator.languages[0]:navigator.language:"en"}const ao=new Map,lo=new Map;let co=so();function ho(t,e){(Array.isArray(t)?t:[t]).forEach((t=>ao.set(t,e)))}function uo(){return co}function po(t){return ao.has(t)}function go(t){if(!ao.has(t)){let t=co;null==t&&(ao.has("en")?t="en":ao.size>0&&(t=ao.keys().next().value))}lo.has(t)||lo.set(t,new Map);const e=lo.get(t);ao.get(t)?.forEach((t=>e.set(t.source,t))),co!==t&&(co=t,document.dispatchEvent(new ro(t)))}function fo(t,e){if(Array.isArray(t))return t.map((t=>fo(t,e))).join(e?.separator??" ");if(null==t||""===t)return"";const i=t.toLowerCase();if(!lo||!lo.has(co)||!lo.get(co).has(i))return t;let o=lo.get(co).get(i).target;return null==o||""===o?"":(t.length>0&&t[0]===t[0].toUpperCase()&&(o=o[0].toUpperCase()+o.slice(1)),o)}const mo={af:["af-ZA"],ar:["ar-AE","ar-BH","ar-DZ","ar-EG","ar-IQ","ar-JO","ar-KW","ar-LB","ar-LY","ar-MA","ar-OM","ar-QA","ar-SA","ar-SY","ar-TN","ar-YE"],az:["az-AZ"],be:["be-BY"],bg:["bg-BG"],ca:["ca-ES"],cs:["cs-CZ"],cy:["cy-GB"],da:["da-DK"],de:["de-DE","de-AT","de-CH","de-LI","de-LU"],dv:["dv-MV"],el:["el-GR"],en:["en-US","en-AU","en-BZ","en-CA","en-CB","en-GB","en-IE","en-JM","en-NZ","en-PH","en-TT","en-ZA","en-ZW"],eo:["eo"],es:["es-ES","es-AR","es-BO","es-CL","es-CO","es-CR","es-DO","es-EC","es-GT","es-HN","es-MX","es-NI","es-PA","es-PE","es-PR","es-PY","es-SV","es-UY","es-VE"],et:["et-EE"],eu:["eu-ES"],fa:["fa-IR"],fi:["fi-FI"],fo:["fo-FO"],fr:["fr-BE","fr-CA","fr-CH","fr-FR","fr-LU","fr-MC"],gl:["gl-ES"],gu:["gu-IN"],he:["he-IL"],hi:["hi-IN"],hr:["hr-BA","hr-HR"],hu:["hu-HU"],hy:["hy-AM"],id:["id-ID"],is:["is-IS"],it:["it-CH","it-IT"],ja:["ja-JP"],ka:["ka-GE"],kk:["kk-KZ"],kn:["kn-IN"],ko:["ko-KR"],kok:["kok-IN"],ky:["ky-KG"],lt:["lt-LT"],lv:["lv-LV"],mi:["mi-NZ"],mk:["mk-MK"],mn:["mn-MN"],mr:["mr-IN"],ms:["ms-BN","ms-MY"],mt:["mt-MT"],nb:["nb-NO"],nl:["nl-BE","nl-NL"],nn:["nn-NO"],ns:["ns-ZA"],pa:["pa-IN"],pl:["pl-PL"],ps:["ps-AR"],pt:["pt-BR","pt-PT"],qu:["qu-BO","qu-EC","qu-PE"],ro:["ro-RO"],ru:["ru-RU"],sa:["sa-IN"],se:["se-FI","se-NO","se-SE"],sk:["sk-SK"],sl:["sl-SI"],sq:["sq-AL"],sr:["sr-BA","sr-SP"],sv:["sv-FI","sv-SE"],sw:["sw-KE"],syr:["syr-SY"],ta:["ta-IN"],te:["te-IN"],th:["th-TH"],tl:["tl-PH"],tn:["tn-ZA"],tr:["tr-TR"],tt:["tt-RU"],ts:["ts"],uk:["uk-UA"],ur:["ur-PK"],uz:["uz-UZ"],vi:["vi-VN"],xh:["xh-ZA"],zh:["zh-CN","zh-HK","zh-MO","zh-SG","zh-TW"],zu:["zu-ZA"]};let vo;function bo(t){if(mo[t])return t;if(vo&&vo.has(t))return vo.get(t);for(const e in mo)if(mo[e].includes(t))return vo=vo??new Map,vo.set(t,e),e;return null}function yo(t){const e=bo(t);return e?mo[e]?mo[e][0]:t:null}const wo=[{id:null,source:"copied",target:"copied"},{id:null,source:"close",target:"close"},{id:null,source:"headers",target:"headers"},{id:null,source:"conditional formatting",target:"conditional formatting"},{id:null,source:"sparklines",target:"sparklines"},{id:null,source:"charts",target:"charts"},{id:null,source:"named ranges",target:"named ranges"},{id:null,source:"search",target:"search"},{id:null,source:"load more",target:"load more"},{id:null,source:"today",target:"today"}],xo=[{id:null,source:"copied",target:"zkopírováno"},{id:null,source:"close",target:"zavřít"},{id:null,source:"headers",target:"hlavičky"},{id:null,source:"conditional formatting",target:"podmíněné formátování"},{id:null,source:"sparklines",target:"mikrografy"},{id:null,source:"charts",target:"grafy"},{id:null,source:"named ranges",target:"pojmenované rozsahy"},{id:null,source:"search",target:"hledat"},{id:null,source:"load more",target:"načíst další"},{id:null,source:"today",target:"dnes"}];[["en-US",wo],["en",wo],["cs-CZ",xo],["cs",xo],["sk",xo]].forEach((([t,e])=>ho(t,e)));const ko=new Map;function Co(t){ko.set(t.code,t)}Co(ge),Co(no);const Mo=new Map,_o=/^(\d{1,2})[./](\d{1,2})[./](\d{4})$/;function So(t,e){return _o.test(t.replace(/\s/g,""))?e.startsWith("en")?"MM/dd/yyyy":"dd.MM.yyyy":"yyyy-MM-dd"}let Eo;function zo(t){if(t=t??uo(),Eo=Eo??new Map,Eo.has(t))return Eo.get(t);let e;try{const i=yo(t);e=So(function(t,e,i){let o;var n;return void 0===(n=e)||"locale"in n?i=e:o=e,new Intl.DateTimeFormat(i?.locale,o).format(te(t))}(ee(new Date),{locale:i}),i)}catch(t){e="yyyy-MM-dd"}return Eo.set(t,e),e}function Lo(t,e){const i=zi(t,So(t,e),new Date);return isNaN(i.getTime())?null:i}function Ro(t,e){e=e??zo(t);const i=Mo.has(t)?Mo.get(t):Mo.set(t,new Map).get(t);return i.has(e)||i.set(e,Ho(t,e)),i.get(e)}function Io(t){return ko.has(t)?ko.get(t):(t=t.split("-")[0],ko.has(t)?ko.get(t):ko.get("en-US"))}function Ho(t,e){return e=e??zo(t),(i,o)=>{if(Z(i))i=Lo(i,t);else if(i instanceof Date||isNaN(i)){if(null==i)return""}else i=Po(i);return Fi(i,o||e,{locale:Io(t)})}}function To(t,e){const i=t.getFullYear(),o=t.getMonth()+1;return e>=0?i-Math.floor((12-o+e)/12):i+Math.floor((o-e-1)/12)}function Ao(t,e){const i=Bo(t.getMonth()-e,12);return Math.floor(i/3)+1}function Oo(t){return t.setHours(0),t.setMinutes(0),t.setSeconds(0),t.setMilliseconds(0),t}function $o(t,e){let i=new Date(t.getFullYear(),Bo(e,12),1);return function(t,e){const i=te(t),o=te(e),n=i.getTime()-o.getTime();return n<0?-1:n>0?1:n}(t,i)<0&&(i=Gi(i,1)),[i,Oo(qi(Ui(new Date(i),11)))]}function Do(t,e=0,i=1){const[o,n]=$o(t,e),r=Yi(t,o)+1,s=(yi(t)+i-2)%7+1;let a=To(t,e),l=Math.floor((10+r-s)/7);if(0==l){const t=Xi(o,4),e=Yi(t,Qi(o,12))+1,n=(yi(t)+i-1)%7;l=Math.floor((10+e-n)/7),--a}else if(l>52){const t=Xi(n,3),e=Yi(t,o)+1,r=(yi(t)+i-1)%7;l>Math.floor((10+e-r)/7)&&(l=1,++a)}return[l,a]}function No(t){return 25569+(t.getTime()-60*t.getTimezoneOffset()*1e3)/864e5}function Po(t){return new Date(Date.UTC(0,0,t-1))}function jo(t,e,i){let o=Po(t).getDay();for(i&&i.length>0&&i.forEach((t=>undefined.set(t,t)));e>0;)++t,o=++o>7?1:o,o<6&&--e;return t}const Vo=t=>t.text||t.color||t.brackets||t.empty;function Bo(t,e){let i=t%e;return i<0&&(i+=Math.abs(e)),i}const Fo=["","C","CC","CCC","CD","D","DC","DCC","DCCC","CM","","X","XX","XXX","XL","L","LX","LXX","LXXX","XC","","I","II","III","IV","V","VI","VII","VIII","IX"];function Wo(t){if(isNaN(t))return NaN;const e=String(+t).split("");let i="",o=3;for(;o--;)i=(Fo[+e.pop()+10*o]||"")+i;return Array(+e.join("")+1).join("M")+i}function Uo(t){return["0","#"].includes(t[0])}const Go=new Map;function qo(t,e="",i){const o=Go.has(t)?Go.get(t):Go.set(t,new Map).get(t);return o.has(e)||o.set(e,Yo(t,e,i)),o.get(e)}function Yo(t,e="",i){const o=(e?Xo(i?Ko(e,"n"):e):[{maximumFractionDigits:3}]).map((e=>q(e)?Vo(e)?function(t,e){const i=new Intl.NumberFormat(t,e);return{format:t=>{let o=K(t)?i.format(t):"";return e.text&&(o+=e.text||""),e.brackets&&(o=`(${o})`),e.color&&(o=`<span style="color:${e.color}">${o}</span>`),o}}}(t,e):new Intl.NumberFormat(t,e):{format:Ro(t,e)}));return 1==o.length&&o.push(o[0]),2==o.length&&o.push(o[0]),t=>null==t?"":Z(t)?o[3]?o[3].format(t):t:isNaN(t)?"#NaN":t>0?o[0].format(t):t<0?o[1].format(t):0==t?o[2].format(t):void 0}const Zo={useGrouping:!1,maximumFractionDigits:0,signDisplay:"negative",empty:!0};function Xo(t){const e=[];let i,o,n,r=Object.assign({},Zo),s=!1,a=0;for(;a<t.length;)switch(i=t.charAt(a),";"!=i&&r.empty&&delete r.empty,i.toLowerCase()){case"(":r.brackets=!0,++a;break;case"[":for(r.color="";++a<t.length&&(i=t.charAt(a),"]"!==i);)r.color+=i;break;case";":e.push(r),r=Object.assign({},Zo),1==e.length&&(r.signDisplay="never"),s=!1,++a;break;case"0":case"#":for(o=null,n=null;a<t.length;){if(i=t.charAt(a),"0"===i)o=null===o?1:o+1;else if("#"===i)n=null===n?1:n+1;else{if(","!==i)break;r.useGrouping=!0}++a}s?(null!==o&&(r.minimumFractionDigits=o,null==n&&(r.maximumFractionDigits=o)),null!==n&&(r.maximumFractionDigits=n+(o||0))):null!==o&&(r.minimumIntegerDigits=o);break;case'"':for(r.text="";++a<t.length&&(i=t.charAt(a),'"'!==i);)r.text+=i;++a;break;case".":s=!0,++a;break;case"+":r.signDisplay="exceptZero",++a;break;case"-":1==e.length&&(r.signDisplay="always"),++a;break;case"$":r.style="currency",++a;break;case"%":r.style="percent",++a;break;default:if(J(i)){let o=i;for(r=null;++a<t.length;){if(i=t.charAt(a),";"===i){r=Object.assign({},Zo);break}o+=i}e.push(o)}++a}return r&&e.push(r),e}const Qo={d:[[/\\/g,""],[/m/g,"M"],[/ddd/g,"eee"]],n:[[/0,/g,"#,"]]};function Ko(t,e){return Qo[e].forEach((([e,i])=>t=t.replace(e,i))),t}function Jo(t){return Intl.NumberFormat(t,{minimumIntegerDigits:1,minimumFractionDigits:1}).format(1.1).charAt(1)}const tn={delimiter:"\t",quote:"",encoding:"utf-8",decimalSeparator:".",header:!1};class en{constructor(t,e){this.csv=t,this.offset=0,this.length=t.length,this.description=Object.assign({},tn,e)}get eof(){return this.offset>=this.length}readLine(){if(this.eof)return null;const t=[];let e,i="",o=!1;for(;this.offset<this.length;){if(e=this.csv.charAt(this.offset++),"\n"===e){if(o)continue;t.push(i),i=null;break}"\r"!==e&&(o?e===this.description.quote?(i=nt(i,this.description.quote),o=!1):i+=e:e==this.description.delimiter?(t.push(i),i=""):""==i&&e==this.description.quote?(o=!0,i=""):i+=e)}return null!=i&&t.push(i),t}}function on(t,e){e=Object.assign({},tn,e);let i="";for(let o=0;o<t.length;o++)i+=t[o].map((t=>null==t?"":isNaN(t)?(t??"").toString().replace(e.delimiter," "):"."!=e.decimalSeparator?t.toString().replace(".",e.decimalSeparator):t.toString())).join(e.delimiter)+"\n";return i}function nn(t,e){const i=[];let o;const n=new en(t,e);for(;!n.eof;)o=n.readLine(),o&&o.length>0&&i.push(o);return i}var rn;!function(t){t.Info="i",t.Warn="w",t.Error="e",t.Debug="d",t.Trace="t"}(rn||(rn={}));class sn{constructor(t){this.name=t,this.styles=["color: #ffff00","color: #00955d","color: #aaaaaa"],this.errorStyles=["color: #ff0000","color: #00955d","color: #aaaaaa"],this.defaultLevel=rn.Info}format(t,e){return`%c[${e}] %c${this.name.padEnd(20," ")} %c${t.padEnd(50," ")}`}log(t){console.log(t,...this.styles)}info(t){console.info(this.format(t,rn.Info),...this.styles)}warn(t){console.info(this.format(t,rn.Warn),...this.styles)}error(t,e){console.error(this.format(t,rn.Error),...this.errorStyles),e&&console.error(e)}debug(t){console.info(this.format(t,rn.Debug),...this.styles)}trace(t){console.trace(this.format(t,rn.Trace),...this.styles)}}const an=new Map;function ln(t){if(null==t){if(an.size>0)return an.entries().next().value[1];t=t||"Ω"}return an.has(t)||an.set(t,new sn(t)),an.get(t)}var cn;!function(t){t[t.Filtered=0]="Filtered",t[t.Matched=1]="Matched",t[t.ChildMatched=2]="ChildMatched",t[t.ParentMatched=3]="ParentMatched"}(cn||(cn={}));class hn{populate(t){}getSourceData(){return{}}}function dn(t=hn){return class extends t{constructor(){super(...arguments),this._children=[],this._filterState=cn.Matched}populate(t){super.populate(t),isNaN(t.i)||(this.index=t.i),this.level=t.level||t.l||0,this.parentIndex=t.p,this._count=t.count,this._hidden=t.hidden,this._filterable=t.filterable,this._sortable=t.sortable,(t.collapsed||t.count)&&(this._collapsed=!0)}getSourceData(){const t=super.getSourceData();return this.level>0&&(t.l=this.level),null!=this.parentIndex&&(t.p=this.parentIndex),null!=this._collapsed&&(t.collapsed=this._collapsed),t}get filterable(){return!1!==this._filterable}get sortable(){return!1!==this._sortable}get filterState(){return this._filterState}set filterState(t){this._filterState=t}get hidden(){return this._hidden}set hidden(t){this._hidden=t}get visible(){return!this.hidden&&this.filterState>0}get collapsed(){return this._collapsed}set collapsed(t){this._collapsed=t}set parent(t){this._parent=t}get parent(){return this._parent}set children(t){this._children=t,this._count=Math.max(this._count||0,this._children.length)}get children(){return this._children}get hasChildren(){return this._children.length>0||this._count>0}set count(t){this._count=t}get isLoaded(){return null==this._count||this._count<=this._children.length}get isPartialyLoaded(){return this._children.length>0&&this._count>this._children.length}get hasParent(){return!!this.parent&&this.parent.level>-1}get firstChild(){return this.children[0]}get lastChild(){return this.children[this.children.length-1]}addChild(t){this._children.push(t),t.parent=this,t.level=this.level+1,this._count=Math.max(this._count||0,this._children.length)}insertChildren(t,e){this._children.splice(e,0,...t),t.forEach((t=>{t.parent=this,t.level=this.level+1})),this._count=Math.max(this._count||0,this._children.length)}deleteChildren(t,e){if(Array.isArray(t)){const e=new Set;t.forEach((t=>{t.parent=null,e.add(t)})),this._children=this._children.filter((t=>!e.has(t))),this._count-=t.length}else e=e||1,this._children.splice(t,e),this._count-=e}expand(t){this._collapsed=!1,t&&this.hasChildren&&this.walk((t=>t.hidden=!1))}collapse(){this._collapsed=!0}toggleCollapse(t=!1,e){const i=this._collapsed;i?this.expand(e):this.collapse(),t&&(i?this.walk((t=>t.expand(e))):this.walk((t=>t.collapse())))}clearChildren(){this._children.forEach((t=>t.parent=null)),this._children=[],this._count=null}walk(t){this._children.forEach((e=>{!1!==t(e)&&e.walk(t)}))}walkVisible(t){this._children.forEach((e=>{e.visible&&(!1===t(e)||e.collapsed)||e.walkVisible(t)}))}walkUp(t){this._parent&&!1!==t(this._parent)&&this._parent.walkUp(t)}_sort(t){this.hasChildren&&(this._children.sort(t),this._children.forEach((e=>e._sort(t))))}sort(t){this._sort(((e,i)=>e.sortable&&i.sortable?t(e,i):e.index-i.index))}}}function un(t,e,i){const o=[[e,-1]];let n,r=-1,s=-1,a=0;return i?.reverse&&(t=[...t].reverse()),e._children=[],e._parent=null,t.forEach((t=>{for(t._children=[],t._parent=null,a=t.level+e.level+1,n&&r<a&&o.push([n,r]);o[o.length-1][1]>=a;)o.pop();r=a,o[o.length-1][0].addChild(t),s=Math.max(s,t.level+(t.hasChildren?1:0)),n=t})),s}function pn(t,e){let i=-1;return t.forEach((i=>{(null==i.parentIndex?e:t[i.parentIndex]).addChild(i)})),e.walk((t=>{t.level=t.parent?t.parent.level+1:0,i=Math.max(i,t.level)})),i}function gn(t,e){return t.length>0?null==t[0].level?pn(t,e):un(t,e):-1}function fn(t,e=.15){return B()(t).lighten(e).hex().toString()}function mn(t,e=.15){return B()(t).darken(e).hex().toString()}function vn(t,e=.15){return B()(t).alpha(e).hexa().toString()}function bn(t){const e=B()(t);return e.red(255-e.red()).green(255-e.green()).blue(255-e.red()).hex().toString()}function yn(t,e,i=.15){return B()(t).mix(B()(e),i).hex().toString()}function wn(t){const e=B()(t);return.299*e.red()+.587*e.green()+.114*e.blue()>128?"#000000":"#FFFFFF"}function xn(t){return t&&"#"==t[0]?t.substring(1):t}function kn(t){return t&&"#"!=t[0]?"#"+t:t}class Cn extends Event{constructor(t,e,i=null,o={}){super(`${t}.action${(o=Object.assign({common:!0,composed:!0,bubbles:!0},o)).common?"":`.${e.key}`}`,o),this.scope=t,this.action=e,this.args=i}}function Mn(t,e,i,o=null,n=null){t.dispatchEvent(new Cn(e,i,o,Object.assign({common:!1},n))),t.dispatchEvent(new Cn(e,i,o,Object.assign({common:!0},n)))}function _n(t){return t.map((t=>[...t].reverse()))}function Sn(t){return t.map((t=>[...t])).reverse()}function En(t){const e=Array(t[0].length).fill(null).map((()=>Array(t.length)));for(let i=0;i<t.length;i++)for(let o=0;o<t[i].length;o++)e[o][i]=t[i][o];return e}function zn(t){return t.map((t=>[...t]))}class Ln extends Event{constructor(t={}){q(t)?(super(t.type??"change"),this.value=t.value,this.oldValue=t.oldValue):(super("change"),this.value=t)}}class Rn extends Event{constructor(t={}){super("add"),q(t)?Object.assign(this,t):this.value=t}}class In extends Event{constructor(t){super("serialize"),this.data=t}}var Hn,Tn,An=function(t,e,i,o){if("a"===i&&!o)throw new TypeError("Private accessor was defined without a getter");if("function"==typeof e?t!==e||!o:!e.has(t))throw new TypeError("Cannot read private member from an object whose class did not declare it");return"m"===i?o:"a"===i?o.call(t):o?o.value:e.get(t)};class On{}class $n{static async load(t,e){let i=(e=e||document).__ogid;i||(i=Math.random().toString(36).slice(2),e.__ogid=i);const o=`${i}-${t}`;if(An(this,Hn,"f",Tn)||function(t,e,i,o,n){if("m"===o)throw new TypeError("Private method is not writable");if("a"===o&&!n)throw new TypeError("Private accessor was defined without a setter");if("function"==typeof e?t!==e||!n:!e.has(t))throw new TypeError("Cannot write private member to an object whose class did not declare it");"a"===o?n.call(t,i):n?n.value=i:e.set(t,i)}(this,Hn,new Map,"f",Tn),this.scripts||(this.scripts=new Map),!this.scripts.has(o))return new Promise(((i,n)=>{const r=An(this,Hn,"f",Tn).get(o)||[];if(r.push([i,n]),An(this,Hn,"f",Tn).set(o,r),r.length>1)return;const s=e.createElement("script");s.src=t,s.onload=()=>{An(this,Hn,"f",Tn).get(o).forEach((([t])=>t())),An(this,Hn,"f",Tn).delete(o)},s.onerror=t=>{const e=Z(t)?new Error(t):t;An(this,Hn,"f",Tn).get(o).forEach((([t,i])=>i(e))),An(this,Hn,"f",Tn).delete(o)},e.head.appendChild(s)}))}}Hn=$n,Tn={value:void 0};class Dn{constructor(t){this.data=t,this.next=null,this.prev=null}}class Nn{constructor(){this.head=null}insertAtEnd(t){const e=new Dn(t);if(this.head){const t=e=>e.next?t(e.next):e,i=t(this.head);e.prev=i,i.next=e}else this.head=e;return e}insertInBegin(t){const e=new Dn(t);return this.head?(this.head.prev=e,e.next=this.head,this.head=e):this.head=e,e}deleteNode(t){t.prev?t.prev.next=t.next:this.head=t.next}search(t){const e=i=>t(i.data)?i:i.next?e(i.next):null;return this.head?e(this.head):null}traverse(){const t=[];if(!this.head)return t;const e=i=>(t.push(i.data),i.next?e(i.next):t);return e(this.head)}size(){return this.traverse().length}}const Pn=()=>({locale:uo(),formatLocale:uo(),dateFormat:"yyyy-MM-dd",fontSize:W.FONT_SIZE,systemDecimalSeparator:Jo(uo()),user:{id:"0",name:"Anonymous"}});function jn(t,e=null){const i=et({},Pn(),e,t);return i.dateFormatter=i.dateFormatter||Ho(i.locale,i.dateFormat),i}const Vn=globalThis,Bn=Vn.ShadowRoot&&(void 0===Vn.ShadyCSS||Vn.ShadyCSS.nativeShadow)&&"adoptedStyleSheets"in Document.prototype&&"replace"in CSSStyleSheet.prototype,Fn=Symbol(),Wn=new WeakMap;class Un{constructor(t,e,i){if(this._$cssResult$=!0,i!==Fn)throw Error("CSSResult is not constructable. Use `unsafeCSS` or `css` instead.");this.cssText=t,this.t=e}get styleSheet(){let t=this.o;const e=this.t;if(Bn&&void 0===t){const i=void 0!==e&&1===e.length;i&&(t=Wn.get(e)),void 0===t&&((this.o=t=new CSSStyleSheet).replaceSync(this.cssText),i&&Wn.set(e,t))}return t}toString(){return this.cssText}}const Gn=t=>new Un("string"==typeof t?t:t+"",void 0,Fn),qn=(t,...e)=>{const i=1===t.length?t[0]:e.reduce(((e,i,o)=>e+(t=>{if(!0===t._$cssResult$)return t.cssText;if("number"==typeof t)return t;throw Error("Value passed to 'css' function must be a 'css' function result: "+t+". Use 'unsafeCSS' to pass non-literal values, but take care to ensure page security.")})(i)+t[o+1]),t[0]);return new Un(i,t,Fn)},Yn=(t,e)=>{if(Bn)t.adoptedStyleSheets=e.map((t=>t instanceof CSSStyleSheet?t:t.styleSheet));else for(const i of e){const e=document.createElement("style"),o=Vn.litNonce;void 0!==o&&e.setAttribute("nonce",o),e.textContent=i.cssText,t.appendChild(e)}},Zn=Bn?t=>t:t=>t instanceof CSSStyleSheet?(t=>{let e="";for(const i of t.cssRules)e+=i.cssText;return Gn(e)})(t):t,{is:Xn,defineProperty:Qn,getOwnPropertyDescriptor:Kn,getOwnPropertyNames:Jn,getOwnPropertySymbols:tr,getPrototypeOf:er}=Object,ir=globalThis,or=ir.trustedTypes,nr=or?or.emptyScript:"",rr=ir.reactiveElementPolyfillSupport,sr=(t,e)=>t,ar={toAttribute(t,e){switch(e){case Boolean:t=t?nr:null;break;case Object:case Array:t=null==t?t:JSON.stringify(t)}return t},fromAttribute(t,e){let i=t;switch(e){case Boolean:i=null!==t;break;case Number:i=null===t?null:Number(t);break;case Object:case Array:try{i=JSON.parse(t)}catch(t){i=null}}return i}},lr=(t,e)=>!Xn(t,e),cr={attribute:!0,type:String,converter:ar,reflect:!1,hasChanged:lr};Symbol.metadata??=Symbol("metadata"),ir.litPropertyMetadata??=new WeakMap;class hr extends HTMLElement{static addInitializer(t){this._$Ei(),(this.l??=[]).push(t)}static get observedAttributes(){return this.finalize(),this._$Eh&&[...this._$Eh.keys()]}static createProperty(t,e=cr){if(e.state&&(e.attribute=!1),this._$Ei(),this.elementProperties.set(t,e),!e.noAccessor){const i=Symbol(),o=this.getPropertyDescriptor(t,i,e);void 0!==o&&Qn(this.prototype,t,o)}}static getPropertyDescriptor(t,e,i){const{get:o,set:n}=Kn(this.prototype,t)??{get(){return this[e]},set(t){this[e]=t}};return{get(){return o?.call(this)},set(e){const r=o?.call(this);n.call(this,e),this.requestUpdate(t,r,i)},configurable:!0,enumerable:!0}}static getPropertyOptions(t){return this.elementProperties.get(t)??cr}static _$Ei(){if(this.hasOwnProperty(sr("elementProperties")))return;const t=er(this);t.finalize(),void 0!==t.l&&(this.l=[...t.l]),this.elementProperties=new Map(t.elementProperties)}static finalize(){if(this.hasOwnProperty(sr("finalized")))return;if(this.finalized=!0,this._$Ei(),this.hasOwnProperty(sr("properties"))){const t=this.properties,e=[...Jn(t),...tr(t)];for(const i of e)this.createProperty(i,t[i])}const t=this[Symbol.metadata];if(null!==t){const e=litPropertyMetadata.get(t);if(void 0!==e)for(const[t,i]of e)this.elementProperties.set(t,i)}this._$Eh=new Map;for(const[t,e]of this.elementProperties){const i=this._$Eu(t,e);void 0!==i&&this._$Eh.set(i,t)}this.elementStyles=this.finalizeStyles(this.styles)}static finalizeStyles(t){const e=[];if(Array.isArray(t)){const i=new Set(t.flat(1/0).reverse());for(const t of i)e.unshift(Zn(t))}else void 0!==t&&e.push(Zn(t));return e}static _$Eu(t,e){const i=e.attribute;return!1===i?void 0:"string"==typeof i?i:"string"==typeof t?t.toLowerCase():void 0}constructor(){super(),this._$Ep=void 0,this.isUpdatePending=!1,this.hasUpdated=!1,this._$Em=null,this._$Ev()}_$Ev(){this._$ES=new Promise((t=>this.enableUpdating=t)),this._$AL=new Map,this._$E_(),this.requestUpdate(),this.constructor.l?.forEach((t=>t(this)))}addController(t){(this._$EO??=new Set).add(t),void 0!==this.renderRoot&&this.isConnected&&t.hostConnected?.()}removeController(t){this._$EO?.delete(t)}_$E_(){const t=new Map,e=this.constructor.elementProperties;for(const i of e.keys())this.hasOwnProperty(i)&&(t.set(i,this[i]),delete this[i]);t.size>0&&(this._$Ep=t)}createRenderRoot(){const t=this.shadowRoot??this.attachShadow(this.constructor.shadowRootOptions);return Yn(t,this.constructor.elementStyles),t}connectedCallback(){this.renderRoot??=this.createRenderRoot(),this.enableUpdating(!0),this._$EO?.forEach((t=>t.hostConnected?.()))}enableUpdating(t){}disconnectedCallback(){this._$EO?.forEach((t=>t.hostDisconnected?.()))}attributeChangedCallback(t,e,i){this._$AK(t,i)}_$EC(t,e){const i=this.constructor.elementProperties.get(t),o=this.constructor._$Eu(t,i);if(void 0!==o&&!0===i.reflect){const n=(void 0!==i.converter?.toAttribute?i.converter:ar).toAttribute(e,i.type);this._$Em=t,null==n?this.removeAttribute(o):this.setAttribute(o,n),this._$Em=null}}_$AK(t,e){const i=this.constructor,o=i._$Eh.get(t);if(void 0!==o&&this._$Em!==o){const t=i.getPropertyOptions(o),n="function"==typeof t.converter?{fromAttribute:t.converter}:void 0!==t.converter?.fromAttribute?t.converter:ar;this._$Em=o,this[o]=n.fromAttribute(e,t.type),this._$Em=null}}requestUpdate(t,e,i){if(void 0!==t){if(i??=this.constructor.getPropertyOptions(t),!(i.hasChanged??lr)(this[t],e))return;this.P(t,e,i)}!1===this.isUpdatePending&&(this._$ES=this._$ET())}P(t,e,i){this._$AL.has(t)||this._$AL.set(t,e),!0===i.reflect&&this._$Em!==t&&(this._$Ej??=new Set).add(t)}async _$ET(){this.isUpdatePending=!0;try{await this._$ES}catch(t){Promise.reject(t)}const t=this.scheduleUpdate();return null!=t&&await t,!this.isUpdatePending}scheduleUpdate(){return this.performUpdate()}performUpdate(){if(!this.isUpdatePending)return;if(!this.hasUpdated){if(this.renderRoot??=this.createRenderRoot(),this._$Ep){for(const[t,e]of this._$Ep)this[t]=e;this._$Ep=void 0}const t=this.constructor.elementProperties;if(t.size>0)for(const[e,i]of t)!0!==i.wrapped||this._$AL.has(e)||void 0===this[e]||this.P(e,this[e],i)}let t=!1;const e=this._$AL;try{t=this.shouldUpdate(e),t?(this.willUpdate(e),this._$EO?.forEach((t=>t.hostUpdate?.())),this.update(e)):this._$EU()}catch(e){throw t=!1,this._$EU(),e}t&&this._$AE(e)}willUpdate(t){}_$AE(t){this._$EO?.forEach((t=>t.hostUpdated?.())),this.hasUpdated||(this.hasUpdated=!0,this.firstUpdated(t)),this.updated(t)}_$EU(){this._$AL=new Map,this.isUpdatePending=!1}get updateComplete(){return this.getUpdateComplete()}getUpdateComplete(){return this._$ES}shouldUpdate(t){return!0}update(t){this._$Ej&&=this._$Ej.forEach((t=>this._$EC(t,this[t]))),this._$EU()}updated(t){}firstUpdated(t){}}hr.elementStyles=[],hr.shadowRootOptions={mode:"open"},hr[sr("elementProperties")]=new Map,hr[sr("finalized")]=new Map,rr?.({ReactiveElement:hr}),(ir.reactiveElementVersions??=[]).push("2.0.4");const dr=globalThis,ur=dr.trustedTypes,pr=ur?ur.createPolicy("lit-html",{createHTML:t=>t}):void 0,gr="$lit$",fr=`lit$${Math.random().toFixed(9).slice(2)}$`,mr="?"+fr,vr=`<${mr}>`,br=document,yr=()=>br.createComment(""),wr=t=>null===t||"object"!=typeof t&&"function"!=typeof t,xr=Array.isArray,kr=t=>xr(t)||"function"==typeof t?.[Symbol.iterator],Cr="[ \t\n\f\r]",Mr=/<(?:(!--|\/[^a-zA-Z])|(\/?[a-zA-Z][^>\s]*)|(\/?$))/g,_r=/-->/g,Sr=/>/g,Er=RegExp(`>|${Cr}(?:([^\\s"'>=/]+)(${Cr}*=${Cr}*(?:[^ \t\n\f\r"'\`<>=]|("|')|))|$)`,"g"),zr=/'/g,Lr=/"/g,Rr=/^(?:script|style|textarea|title)$/i,Ir=t=>(e,...i)=>({_$litType$:t,strings:e,values:i}),Hr=Ir(1),Tr=Ir(2),Ar=Symbol.for("lit-noChange"),Or=Symbol.for("lit-nothing"),$r=new WeakMap,Dr=br.createTreeWalker(br,129);function Nr(t,e){if(!Array.isArray(t)||!t.hasOwnProperty("raw"))throw Error("invalid template strings array");return void 0!==pr?pr.createHTML(e):e}const Pr=(t,e)=>{const i=t.length-1,o=[];let n,r=2===e?"<svg>":"",s=Mr;for(let e=0;e<i;e++){const i=t[e];let a,l,c=-1,h=0;for(;h<i.length&&(s.lastIndex=h,l=s.exec(i),null!==l);)h=s.lastIndex,s===Mr?"!--"===l[1]?s=_r:void 0!==l[1]?s=Sr:void 0!==l[2]?(Rr.test(l[2])&&(n=RegExp("</"+l[2],"g")),s=Er):void 0!==l[3]&&(s=Er):s===Er?">"===l[0]?(s=n??Mr,c=-1):void 0===l[1]?c=-2:(c=s.lastIndex-l[2].length,a=l[1],s=void 0===l[3]?Er:'"'===l[3]?Lr:zr):s===Lr||s===zr?s=Er:s===_r||s===Sr?s=Mr:(s=Er,n=void 0);const d=s===Er&&t[e+1].startsWith("/>")?" ":"";r+=s===Mr?i+vr:c>=0?(o.push(a),i.slice(0,c)+gr+i.slice(c)+fr+d):i+fr+(-2===c?e:d)}return[Nr(t,r+(t[i]||"<?>")+(2===e?"</svg>":"")),o]};class jr{constructor({strings:t,_$litType$:e},i){let o;this.parts=[];let n=0,r=0;const s=t.length-1,a=this.parts,[l,c]=Pr(t,e);if(this.el=jr.createElement(l,i),Dr.currentNode=this.el.content,2===e){const t=this.el.content.firstChild;t.replaceWith(...t.childNodes)}for(;null!==(o=Dr.nextNode())&&a.length<s;){if(1===o.nodeType){if(o.hasAttributes())for(const t of o.getAttributeNames())if(t.endsWith(gr)){const e=c[r++],i=o.getAttribute(t).split(fr),s=/([.?@])?(.*)/.exec(e);a.push({type:1,index:n,name:s[2],strings:i,ctor:"."===s[1]?Ur:"?"===s[1]?Gr:"@"===s[1]?qr:Wr}),o.removeAttribute(t)}else t.startsWith(fr)&&(a.push({type:6,index:n}),o.removeAttribute(t));if(Rr.test(o.tagName)){const t=o.textContent.split(fr),e=t.length-1;if(e>0){o.textContent=ur?ur.emptyScript:"";for(let i=0;i<e;i++)o.append(t[i],yr()),Dr.nextNode(),a.push({type:2,index:++n});o.append(t[e],yr())}}}else if(8===o.nodeType)if(o.data===mr)a.push({type:2,index:n});else{let t=-1;for(;-1!==(t=o.data.indexOf(fr,t+1));)a.push({type:7,index:n}),t+=fr.length-1}n++}}static createElement(t,e){const i=br.createElement("template");return i.innerHTML=t,i}}function Vr(t,e,i=t,o){if(e===Ar)return e;let n=void 0!==o?i._$Co?.[o]:i._$Cl;const r=wr(e)?void 0:e._$litDirective$;return n?.constructor!==r&&(n?._$AO?.(!1),void 0===r?n=void 0:(n=new r(t),n._$AT(t,i,o)),void 0!==o?(i._$Co??=[])[o]=n:i._$Cl=n),void 0!==n&&(e=Vr(t,n._$AS(t,e.values),n,o)),e}class Br{constructor(t,e){this._$AV=[],this._$AN=void 0,this._$AD=t,this._$AM=e}get parentNode(){return this._$AM.parentNode}get _$AU(){return this._$AM._$AU}u(t){const{el:{content:e},parts:i}=this._$AD,o=(t?.creationScope??br).importNode(e,!0);Dr.currentNode=o;let n=Dr.nextNode(),r=0,s=0,a=i[0];for(;void 0!==a;){if(r===a.index){let e;2===a.type?e=new Fr(n,n.nextSibling,this,t):1===a.type?e=new a.ctor(n,a.name,a.strings,this,t):6===a.type&&(e=new Yr(n,this,t)),this._$AV.push(e),a=i[++s]}r!==a?.index&&(n=Dr.nextNode(),r++)}return Dr.currentNode=br,o}p(t){let e=0;for(const i of this._$AV)void 0!==i&&(void 0!==i.strings?(i._$AI(t,i,e),e+=i.strings.length-2):i._$AI(t[e])),e++}}class Fr{get _$AU(){return this._$AM?._$AU??this._$Cv}constructor(t,e,i,o){this.type=2,this._$AH=Or,this._$AN=void 0,this._$AA=t,this._$AB=e,this._$AM=i,this.options=o,this._$Cv=o?.isConnected??!0}get parentNode(){let t=this._$AA.parentNode;const e=this._$AM;return void 0!==e&&11===t?.nodeType&&(t=e.parentNode),t}get startNode(){return this._$AA}get endNode(){return this._$AB}_$AI(t,e=this){t=Vr(this,t,e),wr(t)?t===Or||null==t||""===t?(this._$AH!==Or&&this._$AR(),this._$AH=Or):t!==this._$AH&&t!==Ar&&this._(t):void 0!==t._$litType$?this.$(t):void 0!==t.nodeType?this.T(t):kr(t)?this.k(t):this._(t)}S(t){return this._$AA.parentNode.insertBefore(t,this._$AB)}T(t){this._$AH!==t&&(this._$AR(),this._$AH=this.S(t))}_(t){this._$AH!==Or&&wr(this._$AH)?this._$AA.nextSibling.data=t:this.T(br.createTextNode(t)),this._$AH=t}$(t){const{values:e,_$litType$:i}=t,o="number"==typeof i?this._$AC(t):(void 0===i.el&&(i.el=jr.createElement(Nr(i.h,i.h[0]),this.options)),i);if(this._$AH?._$AD===o)this._$AH.p(e);else{const t=new Br(o,this),i=t.u(this.options);t.p(e),this.T(i),this._$AH=t}}_$AC(t){let e=$r.get(t.strings);return void 0===e&&$r.set(t.strings,e=new jr(t)),e}k(t){xr(this._$AH)||(this._$AH=[],this._$AR());const e=this._$AH;let i,o=0;for(const n of t)o===e.length?e.push(i=new Fr(this.S(yr()),this.S(yr()),this,this.options)):i=e[o],i._$AI(n),o++;o<e.length&&(this._$AR(i&&i._$AB.nextSibling,o),e.length=o)}_$AR(t=this._$AA.nextSibling,e){for(this._$AP?.(!1,!0,e);t&&t!==this._$AB;){const e=t.nextSibling;t.remove(),t=e}}setConnected(t){void 0===this._$AM&&(this._$Cv=t,this._$AP?.(t))}}class Wr{get tagName(){return this.element.tagName}get _$AU(){return this._$AM._$AU}constructor(t,e,i,o,n){this.type=1,this._$AH=Or,this._$AN=void 0,this.element=t,this.name=e,this._$AM=o,this.options=n,i.length>2||""!==i[0]||""!==i[1]?(this._$AH=Array(i.length-1).fill(new String),this.strings=i):this._$AH=Or}_$AI(t,e=this,i,o){const n=this.strings;let r=!1;if(void 0===n)t=Vr(this,t,e,0),r=!wr(t)||t!==this._$AH&&t!==Ar,r&&(this._$AH=t);else{const o=t;let s,a;for(t=n[0],s=0;s<n.length-1;s++)a=Vr(this,o[i+s],e,s),a===Ar&&(a=this._$AH[s]),r||=!wr(a)||a!==this._$AH[s],a===Or?t=Or:t!==Or&&(t+=(a??"")+n[s+1]),this._$AH[s]=a}r&&!o&&this.j(t)}j(t){t===Or?this.element.removeAttribute(this.name):this.element.setAttribute(this.name,t??"")}}class Ur extends Wr{constructor(){super(...arguments),this.type=3}j(t){this.element[this.name]=t===Or?void 0:t}}class Gr extends Wr{constructor(){super(...arguments),this.type=4}j(t){this.element.toggleAttribute(this.name,!!t&&t!==Or)}}class qr extends Wr{constructor(t,e,i,o,n){super(t,e,i,o,n),this.type=5}_$AI(t,e=this){if((t=Vr(this,t,e,0)??Or)===Ar)return;const i=this._$AH,o=t===Or&&i!==Or||t.capture!==i.capture||t.once!==i.once||t.passive!==i.passive,n=t!==Or&&(i===Or||o);o&&this.element.removeEventListener(this.name,this,i),n&&this.element.addEventListener(this.name,this,t),this._$AH=t}handleEvent(t){"function"==typeof this._$AH?this._$AH.call(this.options?.host??this.element,t):this._$AH.handleEvent(t)}}class Yr{constructor(t,e,i){this.element=t,this.type=6,this._$AN=void 0,this._$AM=e,this.options=i}get _$AU(){return this._$AM._$AU}_$AI(t){Vr(this,t)}}const Zr={P:gr,A:fr,C:mr,M:1,L:Pr,R:Br,D:kr,V:Vr,I:Fr,H:Wr,N:Gr,U:qr,B:Ur,F:Yr},Xr=dr.litHtmlPolyfillSupport;Xr?.(jr,Fr),(dr.litHtmlVersions??=[]).push("3.1.3");const Qr=(t,e,i)=>{const o=i?.renderBefore??e;let n=o._$litPart$;if(void 0===n){const t=i?.renderBefore??null;o._$litPart$=n=new Fr(e.insertBefore(yr(),t),t,void 0,i??{})}return n._$AI(t),n};class Kr extends hr{constructor(){super(...arguments),this.renderOptions={host:this},this._$Do=void 0}createRenderRoot(){const t=super.createRenderRoot();return this.renderOptions.renderBefore??=t.firstChild,t}update(t){const e=this.render();this.hasUpdated||(this.renderOptions.isConnected=this.isConnected),super.update(t),this._$Do=Qr(e,this.renderRoot,this.renderOptions)}connectedCallback(){super.connectedCallback(),this._$Do?.setConnected(!0)}disconnectedCallback(){super.disconnectedCallback(),this._$Do?.setConnected(!1)}render(){return Ar}}Kr._$litElement$=!0,Kr.finalized=!0,globalThis.litElementHydrateSupport?.({LitElement:Kr});const Jr=globalThis.litElementPolyfillSupport;Jr?.({LitElement:Kr}),(globalThis.litElementVersions??=[]).push("4.0.5");const ts=t=>(e,i)=>{void 0!==i?i.addInitializer((()=>{customElements.define(t,e)})):customElements.define(t,e)},es={attribute:!0,type:String,converter:ar,reflect:!1,hasChanged:lr},is=(t=es,e,i)=>{const{kind:o,metadata:n}=i;let r=globalThis.litPropertyMetadata.get(n);if(void 0===r&&globalThis.litPropertyMetadata.set(n,r=new Map),r.set(i.name,t),"accessor"===o){const{name:o}=i;return{set(i){const n=e.get.call(this);e.set.call(this,i),this.requestUpdate(o,n,t)},init(e){return void 0!==e&&this.P(o,void 0,t),e}}}if("setter"===o){const{name:o}=i;return function(i){const n=this[o];e.call(this,i),this.requestUpdate(o,n,t)}}throw Error("Unsupported decorator location: "+o)};function os(t){return(e,i)=>"object"==typeof i?is(t,e,i):((t,e,i)=>{const o=e.hasOwnProperty(i);return e.constructor.createProperty(i,o?{...t,wrapped:!0}:t),o?Object.getOwnPropertyDescriptor(e,i):void 0})(t,e,i)}function ns(t){return os({...t,state:!0,attribute:!1})}const rs=(t,e,i)=>(i.configurable=!0,i.enumerable=!0,Reflect.decorate&&"object"!=typeof e&&Object.defineProperty(t,e,i),i);function ss(t,e){return(i,o,n)=>{const r=e=>e.renderRoot?.querySelector(t)??null;if(e){const{get:t,set:e}="object"==typeof o?i:n??(()=>{const t=Symbol();return{get(){return this[t]},set(e){this[t]=e}}})();return rs(i,o,{get(){let i=t.call(this);return void 0===i&&(i=r(this),(null!==i||this.hasUpdated)&&e.call(this,i)),i}})}return rs(i,o,{get(){return r(this)}})}}let as;function ls(t){return(e,i)=>rs(e,i,{get(){return(this.renderRoot??(as??=document.createDocumentFragment())).querySelectorAll(t)}})}function*cs(t,e){if(void 0!==t){let i=0;for(const o of t)yield e(o,i++)}}const hs=qn`
2
+ (()=>{var t={4754:t=>{var e={utf8:{stringToBytes:function(t){return e.bin.stringToBytes(unescape(encodeURIComponent(t)))},bytesToString:function(t){return decodeURIComponent(escape(e.bin.bytesToString(t)))}},bin:{stringToBytes:function(t){for(var e=[],i=0;i<t.length;i++)e.push(255&t.charCodeAt(i));return e},bytesToString:function(t){for(var e=[],i=0;i<t.length;i++)e.push(String.fromCharCode(t[i]));return e.join("")}}};t.exports=e},4560:(t,e,i)=>{const o=i(7346),n={};for(const t of Object.keys(o))n[o[t]]=t;const r={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=r;for(const t of Object.keys(r)){if(!("channels"in r[t]))throw new Error("missing channels property: "+t);if(!("labels"in r[t]))throw new Error("missing channel labels property: "+t);if(r[t].labels.length!==r[t].channels)throw new Error("channel and label counts mismatch: "+t);const{channels:e,labels:i}=r[t];delete r[t].channels,delete r[t].labels,Object.defineProperty(r[t],"channels",{value:e}),Object.defineProperty(r[t],"labels",{value:i})}r.rgb.hsl=function(t){const e=t[0]/255,i=t[1]/255,o=t[2]/255,n=Math.min(e,i,o),r=Math.max(e,i,o),s=r-n;let a,l;r===n?a=0:e===r?a=(i-o)/s:i===r?a=2+(o-e)/s:o===r&&(a=4+(e-i)/s),a=Math.min(60*a,360),a<0&&(a+=360);const c=(n+r)/2;return l=r===n?0:c<=.5?s/(r+n):s/(2-r-n),[a,100*l,100*c]},r.rgb.hsv=function(t){let e,i,o,n,r;const s=t[0]/255,a=t[1]/255,l=t[2]/255,c=Math.max(s,a,l),h=c-Math.min(s,a,l),d=function(t){return(c-t)/6/h+.5};return 0===h?(n=0,r=0):(r=h/c,e=d(s),i=d(a),o=d(l),s===c?n=o-i:a===c?n=1/3+e-o:l===c&&(n=2/3+i-e),n<0?n+=1:n>1&&(n-=1)),[360*n,100*r,100*c]},r.rgb.hwb=function(t){const e=t[0],i=t[1];let o=t[2];const n=r.rgb.hsl(t)[0],s=1/255*Math.min(e,Math.min(i,o));return o=1-1/255*Math.max(e,Math.max(i,o)),[n,100*s,100*o]},r.rgb.cmyk=function(t){const e=t[0]/255,i=t[1]/255,o=t[2]/255,n=Math.min(1-e,1-i,1-o);return[100*((1-e-n)/(1-n)||0),100*((1-i-n)/(1-n)||0),100*((1-o-n)/(1-n)||0),100*n]},r.rgb.keyword=function(t){const e=n[t];if(e)return e;let i,r=1/0;for(const e of Object.keys(o)){const n=(a=o[e],((s=t)[0]-a[0])**2+(s[1]-a[1])**2+(s[2]-a[2])**2);n<r&&(r=n,i=e)}var s,a;return i},r.keyword.rgb=function(t){return o[t]},r.rgb.xyz=function(t){let e=t[0]/255,i=t[1]/255,o=t[2]/255;return e=e>.04045?((e+.055)/1.055)**2.4:e/12.92,i=i>.04045?((i+.055)/1.055)**2.4:i/12.92,o=o>.04045?((o+.055)/1.055)**2.4:o/12.92,[100*(.4124*e+.3576*i+.1805*o),100*(.2126*e+.7152*i+.0722*o),100*(.0193*e+.1192*i+.9505*o)]},r.rgb.lab=function(t){const e=r.rgb.xyz(t);let i=e[0],o=e[1],n=e[2];return i/=95.047,o/=100,n/=108.883,i=i>.008856?i**(1/3):7.787*i+16/116,o=o>.008856?o**(1/3):7.787*o+16/116,n=n>.008856?n**(1/3):7.787*n+16/116,[116*o-16,500*(i-o),200*(o-n)]},r.hsl.rgb=function(t){const e=t[0]/360,i=t[1]/100,o=t[2]/100;let n,r,s;if(0===i)return s=255*o,[s,s,s];n=o<.5?o*(1+i):o+i-o*i;const a=2*o-n,l=[0,0,0];for(let t=0;t<3;t++)r=e+1/3*-(t-1),r<0&&r++,r>1&&r--,s=6*r<1?a+6*(n-a)*r:2*r<1?n:3*r<2?a+(n-a)*(2/3-r)*6:a,l[t]=255*s;return l},r.hsl.hsv=function(t){const e=t[0];let i=t[1]/100,o=t[2]/100,n=i;const r=Math.max(o,.01);return o*=2,i*=o<=1?o:2-o,n*=r<=1?r:2-r,[e,100*(0===o?2*n/(r+n):2*i/(o+i)),(o+i)/2*100]},r.hsv.rgb=function(t){const e=t[0]/60,i=t[1]/100;let o=t[2]/100;const n=Math.floor(e)%6,r=e-Math.floor(e),s=255*o*(1-i),a=255*o*(1-i*r),l=255*o*(1-i*(1-r));switch(o*=255,n){case 0:return[o,l,s];case 1:return[a,o,s];case 2:return[s,o,l];case 3:return[s,a,o];case 4:return[l,s,o];case 5:return[o,s,a]}},r.hsv.hsl=function(t){const e=t[0],i=t[1]/100,o=t[2]/100,n=Math.max(o,.01);let r,s;s=(2-i)*o;const a=(2-i)*n;return r=i*n,r/=a<=1?a:2-a,r=r||0,s/=2,[e,100*r,100*s]},r.hwb.rgb=function(t){const e=t[0]/360;let i=t[1]/100,o=t[2]/100;const n=i+o;let r;n>1&&(i/=n,o/=n);const s=Math.floor(6*e),a=1-o;r=6*e-s,1&s&&(r=1-r);const l=i+r*(a-i);let c,h,d;switch(s){default:case 6:case 0:c=a,h=l,d=i;break;case 1:c=l,h=a,d=i;break;case 2:c=i,h=a,d=l;break;case 3:c=i,h=l,d=a;break;case 4:c=l,h=i,d=a;break;case 5:c=a,h=i,d=l}return[255*c,255*h,255*d]},r.cmyk.rgb=function(t){const e=t[0]/100,i=t[1]/100,o=t[2]/100,n=t[3]/100;return[255*(1-Math.min(1,e*(1-n)+n)),255*(1-Math.min(1,i*(1-n)+n)),255*(1-Math.min(1,o*(1-n)+n))]},r.xyz.rgb=function(t){const e=t[0]/100,i=t[1]/100,o=t[2]/100;let n,r,s;return n=3.2406*e+-1.5372*i+-.4986*o,r=-.9689*e+1.8758*i+.0415*o,s=.0557*e+-.204*i+1.057*o,n=n>.0031308?1.055*n**(1/2.4)-.055:12.92*n,r=r>.0031308?1.055*r**(1/2.4)-.055:12.92*r,s=s>.0031308?1.055*s**(1/2.4)-.055:12.92*s,n=Math.min(Math.max(0,n),1),r=Math.min(Math.max(0,r),1),s=Math.min(Math.max(0,s),1),[255*n,255*r,255*s]},r.xyz.lab=function(t){let e=t[0],i=t[1],o=t[2];return e/=95.047,i/=100,o/=108.883,e=e>.008856?e**(1/3):7.787*e+16/116,i=i>.008856?i**(1/3):7.787*i+16/116,o=o>.008856?o**(1/3):7.787*o+16/116,[116*i-16,500*(e-i),200*(i-o)]},r.lab.xyz=function(t){let e,i,o;i=(t[0]+16)/116,e=t[1]/500+i,o=i-t[2]/200;const n=i**3,r=e**3,s=o**3;return i=n>.008856?n:(i-16/116)/7.787,e=r>.008856?r:(e-16/116)/7.787,o=s>.008856?s:(o-16/116)/7.787,e*=95.047,i*=100,o*=108.883,[e,i,o]},r.lab.lch=function(t){const e=t[0],i=t[1],o=t[2];let n;return n=360*Math.atan2(o,i)/2/Math.PI,n<0&&(n+=360),[e,Math.sqrt(i*i+o*o),n]},r.lch.lab=function(t){const e=t[0],i=t[1],o=t[2]/360*2*Math.PI;return[e,i*Math.cos(o),i*Math.sin(o)]},r.rgb.ansi16=function(t,e=null){const[i,o,n]=t;let s=null===e?r.rgb.hsv(t)[2]:e;if(s=Math.round(s/50),0===s)return 30;let a=30+(Math.round(n/255)<<2|Math.round(o/255)<<1|Math.round(i/255));return 2===s&&(a+=60),a},r.hsv.ansi16=function(t){return r.rgb.ansi16(r.hsv.rgb(t),t[2])},r.rgb.ansi256=function(t){const e=t[0],i=t[1],o=t[2];return e===i&&i===o?e<8?16:e>248?231:Math.round((e-8)/247*24)+232:16+36*Math.round(e/255*5)+6*Math.round(i/255*5)+Math.round(o/255*5)},r.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 i=.5*(1+~~(t>50));return[(1&e)*i*255,(e>>1&1)*i*255,(e>>2&1)*i*255]},r.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]},r.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},r.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 i=e[0];3===e[0].length&&(i=i.split("").map((t=>t+t)).join(""));const o=parseInt(i,16);return[o>>16&255,o>>8&255,255&o]},r.rgb.hcg=function(t){const e=t[0]/255,i=t[1]/255,o=t[2]/255,n=Math.max(Math.max(e,i),o),r=Math.min(Math.min(e,i),o),s=n-r;let a,l;return a=s<1?r/(1-s):0,l=s<=0?0:n===e?(i-o)/s%6:n===i?2+(o-e)/s:4+(e-i)/s,l/=6,l%=1,[360*l,100*s,100*a]},r.hsl.hcg=function(t){const e=t[1]/100,i=t[2]/100,o=i<.5?2*e*i:2*e*(1-i);let n=0;return o<1&&(n=(i-.5*o)/(1-o)),[t[0],100*o,100*n]},r.hsv.hcg=function(t){const e=t[1]/100,i=t[2]/100,o=e*i;let n=0;return o<1&&(n=(i-o)/(1-o)),[t[0],100*o,100*n]},r.hcg.rgb=function(t){const e=t[0]/360,i=t[1]/100,o=t[2]/100;if(0===i)return[255*o,255*o,255*o];const n=[0,0,0],r=e%1*6,s=r%1,a=1-s;let l=0;switch(Math.floor(r)){case 0:n[0]=1,n[1]=s,n[2]=0;break;case 1:n[0]=a,n[1]=1,n[2]=0;break;case 2:n[0]=0,n[1]=1,n[2]=s;break;case 3:n[0]=0,n[1]=a,n[2]=1;break;case 4:n[0]=s,n[1]=0,n[2]=1;break;default:n[0]=1,n[1]=0,n[2]=a}return l=(1-i)*o,[255*(i*n[0]+l),255*(i*n[1]+l),255*(i*n[2]+l)]},r.hcg.hsv=function(t){const e=t[1]/100,i=e+t[2]/100*(1-e);let o=0;return i>0&&(o=e/i),[t[0],100*o,100*i]},r.hcg.hsl=function(t){const e=t[1]/100,i=t[2]/100*(1-e)+.5*e;let o=0;return i>0&&i<.5?o=e/(2*i):i>=.5&&i<1&&(o=e/(2*(1-i))),[t[0],100*o,100*i]},r.hcg.hwb=function(t){const e=t[1]/100,i=e+t[2]/100*(1-e);return[t[0],100*(i-e),100*(1-i)]},r.hwb.hcg=function(t){const e=t[1]/100,i=1-t[2]/100,o=i-e;let n=0;return o<1&&(n=(i-o)/(1-o)),[t[0],100*o,100*n]},r.apple.rgb=function(t){return[t[0]/65535*255,t[1]/65535*255,t[2]/65535*255]},r.rgb.apple=function(t){return[t[0]/255*65535,t[1]/255*65535,t[2]/255*65535]},r.gray.rgb=function(t){return[t[0]/100*255,t[0]/100*255,t[0]/100*255]},r.gray.hsl=function(t){return[0,0,t[0]]},r.gray.hsv=r.gray.hsl,r.gray.hwb=function(t){return[0,100,t[0]]},r.gray.cmyk=function(t){return[0,0,0,t[0]]},r.gray.lab=function(t){return[t[0],0,0]},r.gray.hex=function(t){const e=255&Math.round(t[0]/100*255),i=((e<<16)+(e<<8)+e).toString(16).toUpperCase();return"000000".substring(i.length)+i},r.rgb.gray=function(t){return[(t[0]+t[1]+t[2])/3/255*100]}},8513:(t,e,i)=>{const o=i(4560),n=i(5920),r={};Object.keys(o).forEach((t=>{r[t]={},Object.defineProperty(r[t],"channels",{value:o[t].channels}),Object.defineProperty(r[t],"labels",{value:o[t].labels});const e=n(t);Object.keys(e).forEach((i=>{const o=e[i];r[t][i]=function(t){const e=function(...e){const i=e[0];if(null==i)return i;i.length>1&&(e=i);const o=t(e);if("object"==typeof o)for(let t=o.length,e=0;e<t;e++)o[e]=Math.round(o[e]);return o};return"conversion"in t&&(e.conversion=t.conversion),e}(o),r[t][i].raw=function(t){const e=function(...e){const i=e[0];return null==i?i:(i.length>1&&(e=i),t(e))};return"conversion"in t&&(e.conversion=t.conversion),e}(o)}))})),t.exports=r},5920:(t,e,i)=>{const o=i(4560);function n(t,e){return function(i){return e(t(i))}}function r(t,e){const i=[e[t].parent,t];let r=o[e[t].parent][t],s=e[t].parent;for(;e[s].parent;)i.unshift(e[s].parent),r=n(o[e[s].parent][s],r),s=e[s].parent;return r.conversion=i,r}t.exports=function(t){const e=function(t){const e=function(){const t={},e=Object.keys(o);for(let i=e.length,o=0;o<i;o++)t[e[o]]={distance:-1,parent:null};return t}(),i=[t];for(e[t].distance=0;i.length;){const t=i.pop(),n=Object.keys(o[t]);for(let o=n.length,r=0;r<o;r++){const o=n[r],s=e[o];-1===s.distance&&(s.distance=e[t].distance+1,s.parent=t,i.unshift(o))}}return e}(t),i={},n=Object.keys(e);for(let t=n.length,o=0;o<t;o++){const t=n[o];null!==e[t].parent&&(i[t]=r(t,e))}return i}},7346: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]}},6272:(t,e,i)=>{const o=i(2370),n=i(8513),r=["keyword","gray","hex"],s={};for(const t of Object.keys(n))s[[...n[t].labels].sort().join("")]=t;const a={};function l(t,e){if(!(this instanceof l))return new l(t,e);if(e&&e in r&&(e=null),e&&!(e in n))throw new Error("Unknown model: "+e);let i,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=o.get(t);if(null===e)throw new Error("Unable to parse color from string: "+t);this.model=e.model,c=n[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=n[this.model].channels;const i=Array.prototype.slice.call(t,0,c);this.color=u(i,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 o=e.sort().join("");if(!(o in s))throw new Error("Unable to parse color from object: "+JSON.stringify(t));this.model=s[o];const{labels:r}=n[this.model],a=[];for(i=0;i<r.length;i++)a.push(t[r[i]]);this.color=u(a)}if(a[this.model])for(c=n[this.model].channels,i=0;i<c;i++){const t=a[this.model][i];t&&(this.color[i]=t(this.color[i]))}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 o.to?this:this.rgb();e=e.round("number"==typeof t?t:1);const i=1===e.valpha?e.color:[...e.color,this.valpha];return o.to[e.model](i)},percentString(t){const e=this.rgb().round("number"==typeof t?t:1),i=1===e.valpha?e.color:[...e.color,this.valpha];return o.to.rgb.percent(i)},array(){return 1===this.valpha?[...this.color]:[...this.color,this.valpha]},object(){const t={},{channels:e}=n[this.model],{labels:i}=n[this.model];for(let o=0;o<e;o++)t[i[o]]=this.color[o];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:h("rgb",0,d(255)),green:h("rgb",1,d(255)),blue:h("rgb",2,d(255)),hue:h(["hsl","hsv","hsl","hwb","hcg"],0,(t=>(t%360+360)%360)),saturationl:h("hsl",1,d(100)),lightness:h("hsl",2,d(100)),saturationv:h("hsv",1,d(100)),value:h("hsv",2,d(100)),chroma:h("hcg",1,d(100)),gray:h("hcg",2,d(100)),white:h("hwb",1,d(100)),wblack:h("hwb",2,d(100)),cyan:h("cmyk",0,d(100)),magenta:h("cmyk",1,d(100)),yellow:h("cmyk",2,d(100)),black:h("cmyk",3,d(100)),x:h("xyz",0,d(95.047)),y:h("xyz",1,d(100)),z:h("xyz",2,d(108.833)),l:h("lab",0,d(100)),a:h("lab",1),b:h("lab",2),keyword(t){return void 0!==t?new l(t):n[this.model].keyword(this.color)},hex(t){return void 0!==t?new l(t):o.to.hex(this.rgb().round().color)},hexa(t){if(void 0!==t)return new l(t);const e=this.rgb().round().color;let i=Math.round(255*this.valpha).toString(16).toUpperCase();return 1===i.length&&(i="0"+i),o.to.hex(e)+i},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[i,o]of t.entries()){const t=o/255;e[i]=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(),i=t.luminosity();return e>i?(e+.05)/(i+.05):(i+.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 i=e.color[0];return i=(i+t)%360,i=i<0?360+i:i,e.color[0]=i,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 i=t.rgb(),o=this.rgb(),n=void 0===e?.5:e,r=2*n-1,s=i.alpha()-o.alpha(),a=((r*s==-1?r:(r+s)/(1+r*s))+1)/2,c=1-a;return l.rgb(a*i.red()+c*o.red(),a*i.green()+c*o.green(),a*i.blue()+c*o.blue(),i.alpha()*n+o.alpha()*(1-n))}};for(const t of Object.keys(n)){if(r.includes(t))continue;const{channels:e}=n[t];l.prototype[t]=function(...e){return this.model===t?new l(this):e.length>0?new l(e,t):new l([...(i=n[this.model][t].raw(this.color),Array.isArray(i)?i:[i]),this.valpha],t);var i},l[t]=function(...i){let o=i[0];return"number"==typeof o&&(o=u(i,e)),new l(o,t)}}function c(t){return function(e){return function(t,e){return Number(t.toFixed(e))}(e,t)}}function h(t,e,i){t=Array.isArray(t)?t:[t];for(const o of t)(a[o]||(a[o]=[]))[e]=i;return t=t[0],function(o){let n;return void 0!==o?(i&&(o=i(o)),n=this[t](),n.color[e]=o,n):(n=this[t]().color[e],i&&(n=i(n)),n)}}function d(t){return function(e){return Math.max(0,Math.min(t,e))}}function u(t,e){for(let i=0;i<e;i++)"number"!=typeof t[i]&&(t[i]=0);return t}t.exports=l},2370:(t,e,i)=>{var o=i(7346),n=i(9311),r=Object.hasOwnProperty,s=Object.create(null);for(var a in o)r.call(o,a)&&(s[o[a]]=a);var l=t.exports={to:{},get:{}};function c(t,e,i){return Math.min(Math.max(e,t),i)}function h(t){var e=Math.round(t).toString(16).toUpperCase();return e.length<2?"0"+e:e}l.get=function(t){var e,i;switch(t.substring(0,3).toLowerCase()){case"hsl":e=l.get.hsl(t),i="hsl";break;case"hwb":e=l.get.hwb(t),i="hwb";break;default:e=l.get.rgb(t),i="rgb"}return e?{model:i,value:e}:null},l.get.rgb=function(t){if(!t)return null;var e,i,n,s=[0,0,0,1];if(e=t.match(/^#([a-f0-9]{6})([a-f0-9]{2})?$/i)){for(n=e[2],e=e[1],i=0;i<3;i++){var a=2*i;s[i]=parseInt(e.slice(a,a+2),16)}n&&(s[3]=parseInt(n,16)/255)}else if(e=t.match(/^#([a-f0-9]{3,4})$/i)){for(n=(e=e[1])[3],i=0;i<3;i++)s[i]=parseInt(e[i]+e[i],16);n&&(s[3]=parseInt(n+n,16)/255)}else if(e=t.match(/^rgba?\(\s*([+-]?\d+)(?=[\s,])\s*(?:,\s*)?([+-]?\d+)(?=[\s,])\s*(?:,\s*)?([+-]?\d+)\s*(?:[,|\/]\s*([+-]?[\d\.]+)(%?)\s*)?\)$/)){for(i=0;i<3;i++)s[i]=parseInt(e[i+1],0);e[4]&&(e[5]?s[3]=.01*parseFloat(e[4]):s[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]:r.call(o,e[1])?((s=o[e[1]])[3]=1,s):null:null;for(i=0;i<3;i++)s[i]=Math.round(2.55*parseFloat(e[i+1]));e[4]&&(e[5]?s[3]=.01*parseFloat(e[4]):s[3]=parseFloat(e[4]))}for(i=0;i<3;i++)s[i]=c(s[i],0,255);return s[3]=c(s[3],0,1),s},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 i=parseFloat(e[4]);return[(parseFloat(e[1])%360+360)%360,c(parseFloat(e[2]),0,100),c(parseFloat(e[3]),0,100),c(isNaN(i)?1:i,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 i=parseFloat(e[4]);return[(parseFloat(e[1])%360+360)%360,c(parseFloat(e[2]),0,100),c(parseFloat(e[3]),0,100),c(isNaN(i)?1:i,0,1)]}return null},l.to.hex=function(){var t=n(arguments);return"#"+h(t[0])+h(t[1])+h(t[2])+(t[3]<1?h(Math.round(255*t[3])):"")},l.to.rgb=function(){var t=n(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=n(arguments),e=Math.round(t[0]/255*100),i=Math.round(t[1]/255*100),o=Math.round(t[2]/255*100);return t.length<4||1===t[3]?"rgb("+e+"%, "+i+"%, "+o+"%)":"rgba("+e+"%, "+i+"%, "+o+"%, "+t[3]+")"},l.to.hsl=function(){var t=n(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=n(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 s[t.slice(0,3)]}},7250:t=>{var e,i;e="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",i={rotl:function(t,e){return t<<e|t>>>32-e},rotr:function(t,e){return t<<32-e|t>>>e},endian:function(t){if(t.constructor==Number)return 16711935&i.rotl(t,8)|4278255360&i.rotl(t,24);for(var e=0;e<t.length;e++)t[e]=i.endian(t[e]);return t},randomBytes:function(t){for(var e=[];t>0;t--)e.push(Math.floor(256*Math.random()));return e},bytesToWords:function(t){for(var e=[],i=0,o=0;i<t.length;i++,o+=8)e[o>>>5]|=t[i]<<24-o%32;return e},wordsToBytes:function(t){for(var e=[],i=0;i<32*t.length;i+=8)e.push(t[i>>>5]>>>24-i%32&255);return e},bytesToHex:function(t){for(var e=[],i=0;i<t.length;i++)e.push((t[i]>>>4).toString(16)),e.push((15&t[i]).toString(16));return e.join("")},hexToBytes:function(t){for(var e=[],i=0;i<t.length;i+=2)e.push(parseInt(t.substr(i,2),16));return e},bytesToBase64:function(t){for(var i=[],o=0;o<t.length;o+=3)for(var n=t[o]<<16|t[o+1]<<8|t[o+2],r=0;r<4;r++)8*o+6*r<=8*t.length?i.push(e.charAt(n>>>6*(3-r)&63)):i.push("=");return i.join("")},base64ToBytes:function(t){t=t.replace(/[^A-Z0-9+\/]/gi,"");for(var i=[],o=0,n=0;o<t.length;n=++o%4)0!=n&&i.push((e.indexOf(t.charAt(o-1))&Math.pow(2,-2*n+8)-1)<<2*n|e.indexOf(t.charAt(o))>>>6-2*n);return i}},t.exports=i},8666: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))}},4418:(t,e,i)=>{var o,n,r,s;o=i(7250),n=i(4754).utf8,r=i(4754).bin,(s=function(t,e){var i=o.wordsToBytes(function(t){t.constructor==String?t=n.stringToBytes(t):"undefined"!=typeof Buffer&&"function"==typeof Buffer.isBuffer&&Buffer.isBuffer(t)?t=Array.prototype.slice.call(t,0):Array.isArray(t)||(t=t.toString());var e=o.bytesToWords(t),i=8*t.length,r=[],s=1732584193,a=-271733879,l=-1732584194,c=271733878,h=-1009589776;e[i>>5]|=128<<24-i%32,e[15+(i+64>>>9<<4)]=i;for(var d=0;d<e.length;d+=16){for(var u=s,p=a,g=l,f=c,m=h,v=0;v<80;v++){if(v<16)r[v]=e[d+v];else{var b=r[v-3]^r[v-8]^r[v-14]^r[v-16];r[v]=b<<1|b>>>31}var y=(s<<5|s>>>27)+h+(r[v]>>>0)+(v<20?1518500249+(a&l|~a&c):v<40?1859775393+(a^l^c):v<60?(a&l|a&c|l&c)-1894007588:(a^l^c)-899497514);h=c,c=l,l=a<<30|a>>>2,a=s,s=y}s+=u,a+=p,l+=g,c+=f,h+=m}return[s,a,l,c,h]}(t));return e&&e.asBytes?i:e&&e.asString?r.bytesToString(i):o.bytesToHex(i)})._blocksize=16,s._digestsize=20,t.exports=s},9311:(t,e,i)=>{"use strict";var o=i(8666),n=Array.prototype.concat,r=Array.prototype.slice,s=t.exports=function(t){for(var e=[],i=0,s=t.length;i<s;i++){var a=t[i];o(a)?e=n.call(e,r.call(a)):e.push(a)}return e};s.wrap=function(t){return function(){return t(s(arguments))}}},3434:(t,e)=>{"use strict";e.mw={prefix:"fal",iconName:"align-center",icon:[448,512,[],"f037","M112 48c-8.8 0-16 7.2-16 16s7.2 16 16 16H336c8.8 0 16-7.2 16-16s-7.2-16-16-16H112zM16 176c-8.8 0-16 7.2-16 16s7.2 16 16 16H432c8.8 0 16-7.2 16-16s-7.2-16-16-16H16zM96 320c0 8.8 7.2 16 16 16H336c8.8 0 16-7.2 16-16s-7.2-16-16-16H112c-8.8 0-16 7.2-16 16zM16 432c-8.8 0-16 7.2-16 16s7.2 16 16 16H432c8.8 0 16-7.2 16-16s-7.2-16-16-16H16z"]},e._u=e.mw},9314:(t,e)=>{"use strict";e.mw={prefix:"fal",iconName:"align-left",icon:[448,512,[],"f036","M16 48C7.2 48 0 55.2 0 64s7.2 16 16 16H272c8.8 0 16-7.2 16-16s-7.2-16-16-16H16zm0 128c-8.8 0-16 7.2-16 16s7.2 16 16 16H432c8.8 0 16-7.2 16-16s-7.2-16-16-16H16zM0 320c0 8.8 7.2 16 16 16H272c8.8 0 16-7.2 16-16s-7.2-16-16-16H16c-8.8 0-16 7.2-16 16zM16 432c-8.8 0-16 7.2-16 16s7.2 16 16 16H432c8.8 0 16-7.2 16-16s-7.2-16-16-16H16z"]},e.ec=e.mw},3093:(t,e)=>{"use strict";e.mw={prefix:"fal",iconName:"align-right",icon:[448,512,[],"f038","M432 48c8.8 0 16 7.2 16 16s-7.2 16-16 16H176c-8.8 0-16-7.2-16-16s7.2-16 16-16H432zm0 128c8.8 0 16 7.2 16 16s-7.2 16-16 16H16c-8.8 0-16-7.2-16-16s7.2-16 16-16H432zm16 144c0 8.8-7.2 16-16 16H176c-8.8 0-16-7.2-16-16s7.2-16 16-16H432c8.8 0 16 7.2 16 16zM432 432c8.8 0 16 7.2 16 16s-7.2 16-16 16H16c-8.8 0-16-7.2-16-16s7.2-16 16-16H432z"]},e.jb=e.mw},3573:(t,e)=>{"use strict";e.mw={prefix:"fal",iconName:"angle-down",icon:[448,512,[8964],"f107","M212.7 331.3c6.2 6.2 16.4 6.2 22.6 0l160-160c6.2-6.2 6.2-16.4 0-22.6s-16.4-6.2-22.6 0L224 297.4 75.3 148.7c-6.2-6.2-16.4-6.2-22.6 0s-6.2 16.4 0 22.6l160 160z"]},e.td=e.mw},9948:(t,e)=>{"use strict";e.mw={prefix:"fal",iconName:"angle-up",icon:[448,512,[8963],"f106","M212.7 148.7c6.2-6.2 16.4-6.2 22.6 0l160 160c6.2 6.2 6.2 16.4 0 22.6s-16.4 6.2-22.6 0L224 182.6 75.3 331.3c-6.2 6.2-16.4 6.2-22.6 0s-6.2-16.4 0-22.6l160-160z"]},e.GF=e.mw},2611:(t,e)=>{"use strict";e.mw={prefix:"fal",iconName:"arrow-down",icon:[384,512,[8595],"f063","M180.7 475.3c6.2 6.2 16.4 6.2 22.6 0l176-176c6.2-6.2 6.2-16.4 0-22.6s-16.4-6.2-22.6 0L208 425.4 208 48c0-8.8-7.2-16-16-16s-16 7.2-16 16l0 377.4L27.3 276.7c-6.2-6.2-16.4-6.2-22.6 0s-6.2 16.4 0 22.6l176 176z"]},e.B0=e.mw},7946:(t,e)=>{"use strict";e.mw={prefix:"fal",iconName:"arrow-left",icon:[448,512,[8592],"f060","M4.7 244.7c-6.2 6.2-6.2 16.4 0 22.6l176 176c6.2 6.2 16.4 6.2 22.6 0s6.2-16.4 0-22.6L54.6 272 432 272c8.8 0 16-7.2 16-16s-7.2-16-16-16L54.6 240 203.3 91.3c6.2-6.2 6.2-16.4 0-22.6s-16.4-6.2-22.6 0l-176 176z"]},e.Ce=e.mw},6301:(t,e)=>{"use strict";e.mw={prefix:"fal",iconName:"arrow-right",icon:[448,512,[8594],"f061","M443.3 267.3c6.2-6.2 6.2-16.4 0-22.6l-176-176c-6.2-6.2-16.4-6.2-22.6 0s-6.2 16.4 0 22.6L393.4 240 16 240c-8.8 0-16 7.2-16 16s7.2 16 16 16l377.4 0L244.7 420.7c-6.2 6.2-6.2 16.4 0 22.6s16.4 6.2 22.6 0l176-176z"]},e.dm=e.mw},3192:(t,e)=>{"use strict";e.mw={prefix:"fal",iconName:"arrow-turn-down",icon:[384,512,["level-down"],"f149","M16 32C7.2 32 0 24.8 0 16S7.2 0 16 0L128 0c44.2 0 80 35.8 80 80l0 377.4L308.7 356.7c6.2-6.2 16.4-6.2 22.6 0s6.2 16.4 0 22.6l-128 128c-6.2 6.2-16.4 6.2-22.6 0l-128-128c-6.2-6.2-6.2-16.4 0-22.6s16.4-6.2 22.6 0L176 457.4 176 80c0-26.5-21.5-48-48-48L16 32z"]},e.k8=e.mw},9014:(t,e)=>{"use strict";e.mw={prefix:"fal",iconName:"arrow-up",icon:[384,512,[8593],"f062","M203.3 36.7c-6.2-6.2-16.4-6.2-22.6 0l-176 176c-6.2 6.2-6.2 16.4 0 22.6s16.4 6.2 22.6 0L176 86.6V464c0 8.8 7.2 16 16 16s16-7.2 16-16V86.6L356.7 235.3c6.2 6.2 16.4 6.2 22.6 0s6.2-16.4 0-22.6l-176-176z"]},e.IN=e.mw},2273:(t,e)=>{"use strict";Object.defineProperty(e,"__esModule",{value:!0});var i="arrows-rotate",o=[128472,"refresh","sync"],n="f021",r="M69.4 210.6C89.8 126.5 165.6 64 256 64c71.1 0 133.1 38.6 166.3 96H368c-8.8 0-16 7.2-16 16s7.2 16 16 16h80.7H464c8.8 0 16-7.2 16-16V80c0-8.8-7.2-16-16-16s-16 7.2-16 16v60.6C408.8 75.5 337.5 32 256 32C149.6 32 60.5 106.2 37.7 205.6C35.5 215.2 43.1 224 53 224c7.9 0 14.6-5.7 16.5-13.4zm373.2 90.9C422.2 385.5 346.4 448 256 448c-71.1 0-133.1-38.6-166.3-96h54.5c8.8 0 16-7.2 16-16s-7.2-16-16-16H63.3 48.2c-8.8 0-16 7.2-16 16v96c0 8.8 7.2 16 16 16s16-7.2 16-16V371.8C103.4 436.6 174.7 480 256 480c106.4 0 195.5-74.2 218.3-173.6c2.2-9.6-5.4-18.4-15.3-18.4c-7.9 0-14.6 5.7-16.5 13.4z";e.definition={prefix:"fal",iconName:i,icon:[512,512,o,n,r]},e.faArrowsRotate=e.definition,e.prefix="fal",e.iconName=i,e.width=512,e.height=512,e.ligatures=o,e.unicode=n,e.svgPathData=r,e.aliases=o},8020:(t,e)=>{"use strict";e.mw={prefix:"fal",iconName:"arrows-to-dot",icon:[512,512,[],"e4be","M272 16c0-8.8-7.2-16-16-16s-16 7.2-16 16l0 121.4L187.3 84.7c-6.2-6.2-16.4-6.2-22.6 0s-6.2 16.4 0 22.6l80 80c6.2 6.2 16.4 6.2 22.6 0l80-80c6.2-6.2 6.2-16.4 0-22.6s-16.4-6.2-22.6 0L272 137.4 272 16zm16 240a32 32 0 1 0 -64 0 32 32 0 1 0 64 0zm59.3 171.3c6.2-6.2 6.2-16.4 0-22.6l-80-80c-6.2-6.2-16.4-6.2-22.6 0l-80 80c-6.2 6.2-6.2 16.4 0 22.6s16.4 6.2 22.6 0L240 374.6V496c0 8.8 7.2 16 16 16s16-7.2 16-16V374.6l52.7 52.7c6.2 6.2 16.4 6.2 22.6 0zM84.7 164.7c-6.2 6.2-6.2 16.4 0 22.6L137.4 240 16 240c-8.8 0-16 7.2-16 16s7.2 16 16 16H137.4L84.7 324.7c-6.2 6.2-6.2 16.4 0 22.6s16.4 6.2 22.6 0l80-80c6.2-6.2 6.2-16.4 0-22.6l-80-80c-6.2-6.2-16.4-6.2-22.6 0zm342.6 0c-6.2-6.2-16.4-6.2-22.6 0l-80 80c-6.2 6.2-6.2 16.4 0 22.6l80 80c6.2 6.2 16.4 6.2 22.6 0s6.2-16.4 0-22.6L374.6 272H496c8.8 0 16-7.2 16-16s-7.2-16-16-16l-121.4 0 52.7-52.7c6.2-6.2 6.2-16.4 0-22.6z"]},e.Ew=e.mw},9742:(t,e)=>{"use strict";e.mw={prefix:"fal",iconName:"bars",icon:[448,512,["navicon"],"f0c9","M0 80c0-8.8 7.2-16 16-16H432c8.8 0 16 7.2 16 16s-7.2 16-16 16H16C7.2 96 0 88.8 0 80zM0 240c0-8.8 7.2-16 16-16H432c8.8 0 16 7.2 16 16s-7.2 16-16 16H16c-8.8 0-16-7.2-16-16zM448 400c0 8.8-7.2 16-16 16H16c-8.8 0-16-7.2-16-16s7.2-16 16-16H432c8.8 0 16 7.2 16 16z"]},e.ck=e.mw},643:(t,e)=>{"use strict";e.mw={prefix:"fal",iconName:"bold",icon:[384,512,[],"f032","M0 48c0-8.8 7.2-16 16-16H48 80 232c66.3 0 120 53.7 120 120c0 38.8-18.4 73.3-46.9 95.2C351.1 264 384 308.1 384 360c0 66.3-53.7 120-120 120H80 48 16c-8.8 0-16-7.2-16-16s7.2-16 16-16H32V256 64H16C7.2 64 0 56.8 0 48zM64 448H80 264c48.6 0 88-39.4 88-88s-39.4-88-88-88H232 64V448zm0-208H232c48.6 0 88-39.4 88-88s-39.4-88-88-88H80 64V240z"]},e.l5=e.mw},4585:(t,e)=>{"use strict";e.mw={prefix:"fal",iconName:"book",icon:[448,512,[128212],"f02d","M64 0C28.7 0 0 28.7 0 64L0 448l0 0c0 35.3 28.7 64 64 64H432c8.8 0 16-7.2 16-16s-7.2-16-16-16H416V413.3c18.6-6.6 32-24.4 32-45.3V48c0-26.5-21.5-48-48-48H64zM384 416v64H64c-17.7 0-32-14.3-32-32s14.3-32 32-32H384zM64 384c-11.7 0-22.6 3.1-32 8.6L32 64c0-17.7 14.3-32 32-32H96V384H64zm64 0V32H400c8.8 0 16 7.2 16 16V368c0 8.8-7.2 16-16 16H128zm48-240c0 8.8 7.2 16 16 16H352c8.8 0 16-7.2 16-16s-7.2-16-16-16H192c-8.8 0-16 7.2-16 16zm0 96c0 8.8 7.2 16 16 16H352c8.8 0 16-7.2 16-16s-7.2-16-16-16H192c-8.8 0-16 7.2-16 16z"]},e.LB=e.mw},444:(t,e)=>{"use strict";e.mw={prefix:"fal",iconName:"building",icon:[384,512,[127970,61687],"f1ad","M64 32C46.3 32 32 46.3 32 64V448c0 17.7 14.3 32 32 32h64V416c0-35.3 28.7-64 64-64s64 28.7 64 64v64h64c17.7 0 32-14.3 32-32V64c0-17.7-14.3-32-32-32H64zM224 416c0-17.7-14.3-32-32-32s-32 14.3-32 32v64h64V416zm-96 96H64c-35.3 0-64-28.7-64-64V64C0 28.7 28.7 0 64 0H320c35.3 0 64 28.7 64 64V448c0 35.3-28.7 64-64 64H256 224 160 128zM64 120c0-13.3 10.7-24 24-24h48c13.3 0 24 10.7 24 24v48c0 13.3-10.7 24-24 24H88c-13.3 0-24-10.7-24-24V120zm32 8v32h32V128H96zM248 96h48c13.3 0 24 10.7 24 24v48c0 13.3-10.7 24-24 24H248c-13.3 0-24-10.7-24-24V120c0-13.3 10.7-24 24-24zm8 64h32V128H256v32zM64 248c0-13.3 10.7-24 24-24h48c13.3 0 24 10.7 24 24v48c0 13.3-10.7 24-24 24H88c-13.3 0-24-10.7-24-24V248zm32 8v32h32V256H96zm152-32h48c13.3 0 24 10.7 24 24v48c0 13.3-10.7 24-24 24H248c-13.3 0-24-10.7-24-24V248c0-13.3 10.7-24 24-24zm8 64h32V256H256v32z"]},e.UR=e.mw},7029:(t,e)=>{"use strict";e.mw={prefix:"fal",iconName:"caret-down",icon:[320,512,[],"f0d7","M165.6 349.8c-1.4 1.3-3.5 2.2-5.6 2.2s-4.2-.8-5.6-2.2L34.2 236.3c-1.4-1.3-2.2-3.2-2.2-5.2c0-3.9 3.2-7.1 7.1-7.1l241.7 0c3.9 0 7.1 3.2 7.1 7.1c0 2-.8 3.8-2.2 5.2L165.6 349.8zm22 23.3L307.7 259.6c7.8-7.4 12.3-17.7 12.3-28.4c0-21.6-17.5-39.1-39.1-39.1L39.1 192C17.5 192 0 209.5 0 231.1c0 10.8 4.4 21.1 12.3 28.4L132.4 373.1c7.4 7 17.3 10.9 27.6 10.9s20.1-3.9 27.6-10.9z"]},e.xB=e.mw},8532:(t,e)=>{"use strict";e.mw={prefix:"fal",iconName:"caret-left",icon:[256,512,[],"f0d9","M34.2 261.6c-1.3-1.4-2.2-3.5-2.2-5.6s.8-4.2 2.2-5.6L147.7 130.2c1.3-1.4 3.2-2.2 5.2-2.2c3.9 0 7.1 3.2 7.1 7.1l0 241.7c0 3.9-3.2 7.1-7.1 7.1c-2 0-3.8-.8-5.2-2.2L34.2 261.6zm-23.3 22L124.4 403.7c7.4 7.8 17.7 12.3 28.4 12.3c21.6 0 39.1-17.5 39.1-39.1l0-241.7c0-21.6-17.5-39.1-39.1-39.1c-10.8 0-21.1 4.4-28.5 12.3L10.9 228.4C3.9 235.9 0 245.8 0 256s3.9 20.1 10.9 27.6z"]},e.Ot=e.mw},6639:(t,e)=>{"use strict";e.mw={prefix:"fal",iconName:"caret-right",icon:[256,512,[],"f0da","M221.8 250.4c1.3 1.4 2.2 3.5 2.2 5.6s-.8 4.2-2.2 5.6L108.3 381.8c-1.3 1.4-3.2 2.2-5.2 2.2c-3.9 0-7.1-3.2-7.1-7.1l0-241.7c0-3.9 3.2-7.1 7.1-7.1c2 0 3.8 .8 5.2 2.2L221.8 250.4zm23.3-22L131.6 108.3c-7.4-7.8-17.7-12.3-28.4-12.3C81.5 96 64 113.5 64 135.1l0 241.7c0 21.6 17.5 39.1 39.1 39.1c10.8 0 21.1-4.4 28.4-12.3L245.1 283.6c7-7.4 10.9-17.3 10.9-27.6s-3.9-20.1-10.9-27.6z"]},e.fU=e.mw},1836:(t,e)=>{"use strict";e.mw={prefix:"fal",iconName:"caret-up",icon:[320,512,[],"f0d8","M154.4 162.2c1.4-1.3 3.5-2.2 5.6-2.2s4.2 .8 5.6 2.2L285.8 275.7c1.4 1.3 2.2 3.2 2.2 5.2c0 3.9-3.2 7.1-7.1 7.1H39.1c-3.9 0-7.1-3.2-7.1-7.1c0-2 .8-3.8 2.2-5.2L154.4 162.2zm-22-23.3L12.3 252.4C4.4 259.8 0 270.1 0 280.9C0 302.5 17.5 320 39.1 320H280.9c21.6 0 39.1-17.5 39.1-39.1c0-10.8-4.4-21.1-12.3-28.4L187.6 138.9c-7.4-7-17.3-10.9-27.6-10.9s-20.1 3.9-27.6 10.9z"]},e.S$=e.mw},2653:(t,e)=>{"use strict";e.mw={prefix:"fal",iconName:"chart-bar",icon:[512,512,["bar-chart"],"f080","M16 32c8.8 0 16 7.2 16 16V400c0 26.5 21.5 48 48 48H496c8.8 0 16 7.2 16 16s-7.2 16-16 16H80c-44.2 0-80-35.8-80-80V48c0-8.8 7.2-16 16-16zM128 144c0-8.8 7.2-16 16-16l224 0c8.8 0 16 7.2 16 16s-7.2 16-16 16l-224 0c-8.8 0-16-7.2-16-16zm16 80H304c8.8 0 16 7.2 16 16s-7.2 16-16 16H144c-8.8 0-16-7.2-16-16s7.2-16 16-16zm0 96H432c8.8 0 16 7.2 16 16s-7.2 16-16 16H144c-8.8 0-16-7.2-16-16s7.2-16 16-16z"]},e.$F=e.mw},8055:(t,e)=>{"use strict";e.mw={prefix:"fal",iconName:"chart-column",icon:[512,512,[],"e0e3","M16 32c8.8 0 16 7.2 16 16V400c0 26.5 21.5 48 48 48H496c8.8 0 16 7.2 16 16s-7.2 16-16 16H80c-44.2 0-80-35.8-80-80V48c0-8.8 7.2-16 16-16zM144 256c8.8 0 16 7.2 16 16v96c0 8.8-7.2 16-16 16s-16-7.2-16-16V272c0-8.8 7.2-16 16-16zM256 144V368c0 8.8-7.2 16-16 16s-16-7.2-16-16V144c0-8.8 7.2-16 16-16s16 7.2 16 16zm80 48c8.8 0 16 7.2 16 16V368c0 8.8-7.2 16-16 16s-16-7.2-16-16V208c0-8.8 7.2-16 16-16zm112-80V368c0 8.8-7.2 16-16 16s-16-7.2-16-16V112c0-8.8 7.2-16 16-16s16 7.2 16 16z"]},e.q9=e.mw},9492:(t,e)=>{"use strict";e.mw={prefix:"fal",iconName:"chart-line",icon:[512,512,["line-chart"],"f201","M32 48c0-8.8-7.2-16-16-16S0 39.2 0 48V400c0 44.2 35.8 80 80 80H496c8.8 0 16-7.2 16-16s-7.2-16-16-16H80c-26.5 0-48-21.5-48-48V48zM475.3 155.3c6.2-6.2 6.2-16.4 0-22.6s-16.4-6.2-22.6 0L320 265.4l-84.7-84.7c-6.2-6.2-16.4-6.2-22.6 0l-112 112c-6.2 6.2-6.2 16.4 0 22.6s16.4 6.2 22.6 0L224 214.6l84.7 84.7c6.2 6.2 16.4 6.2 22.6 0l144-144z"]},e.gK=e.mw},4334:(t,e)=>{"use strict";e.mw={prefix:"fal",iconName:"chart-pie",icon:[576,512,["pie-chart"],"f200","M511.3 208H336V32.7c93.3 7.7 167.6 82.1 175.3 175.3zM320 240H528.5c8.4 0 15.4-6.5 15.5-14.9l0-1.1C544 100.3 443.7 0 320 0l-1.1 0C310.5 0 304 7.1 304 15.5V224c0 8.8 7.2 16 16 16zm-86.6 70.6L375.3 452.6C344.9 470 309.6 480 272 480C157.1 480 64 386.9 64 272c0-98.3 68.3-180.8 160-202.4V288c0 8.5 3.4 16.6 9.4 22.6zM239 34.3C122.1 50.3 32 150.7 32 272c0 132.5 107.5 240 240 240c51.8 0 99.8-16.4 139-44.3c7.7-5.5 8.2-16.5 1.5-23.1L256 288V49.6c0-9.2-7.8-16.6-17-15.4zM489.6 412.3L397.3 320H538.4c-8.3 35-25.4 66.6-48.9 92.3zM573.8 305c1.3-9.2-6.1-17-15.4-17H358.6c-14.3 0-21.4 17.2-11.3 27.3L478.7 446.7c5.8 5.8 15.2 6.3 21.2 .7c39.3-36.7 66.2-86.5 73.9-142.3z"]},e.W1=e.mw},7324:(t,e)=>{"use strict";e.mw={prefix:"fal",iconName:"chart-simple",icon:[448,512,[],"e473","M240 64c8.8 0 16 7.2 16 16V432c0 8.8-7.2 16-16 16H208c-8.8 0-16-7.2-16-16V80c0-8.8 7.2-16 16-16h32zM208 32c-26.5 0-48 21.5-48 48V432c0 26.5 21.5 48 48 48h32c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48H208zM80 256c8.8 0 16 7.2 16 16V432c0 8.8-7.2 16-16 16H48c-8.8 0-16-7.2-16-16V272c0-8.8 7.2-16 16-16H80zM48 224c-26.5 0-48 21.5-48 48V432c0 26.5 21.5 48 48 48H80c26.5 0 48-21.5 48-48V272c0-26.5-21.5-48-48-48H48zm320-96h32c8.8 0 16 7.2 16 16V432c0 8.8-7.2 16-16 16H368c-8.8 0-16-7.2-16-16V144c0-8.8 7.2-16 16-16zm-48 16V432c0 26.5 21.5 48 48 48h32c26.5 0 48-21.5 48-48V144c0-26.5-21.5-48-48-48H368c-26.5 0-48 21.5-48 48z"]},e.s6=e.mw},1513:(t,e)=>{"use strict";e.mw={prefix:"fal",iconName:"check",icon:[448,512,[10003,10004],"f00c","M443.3 100.7c6.2 6.2 6.2 16.4 0 22.6l-272 272c-6.2 6.2-16.4 6.2-22.6 0l-144-144c-6.2-6.2-6.2-16.4 0-22.6s16.4-6.2 22.6 0L160 361.4 420.7 100.7c6.2-6.2 16.4-6.2 22.6 0z"]},e.e6=e.mw},2841:(t,e)=>{"use strict";e.mw={prefix:"fal",iconName:"chevron-down",icon:[512,512,[],"f078","M267.3 395.3c-6.2 6.2-16.4 6.2-22.6 0l-192-192c-6.2-6.2-6.2-16.4 0-22.6s16.4-6.2 22.6 0L256 361.4 436.7 180.7c6.2-6.2 16.4-6.2 22.6 0s6.2 16.4 0 22.6l-192 192z"]},e.Jt=e.mw},9256:(t,e)=>{"use strict";e.mw={prefix:"fal",iconName:"chevron-left",icon:[320,512,[9001],"f053","M20.7 267.3c-6.2-6.2-6.2-16.4 0-22.6l192-192c6.2-6.2 16.4-6.2 22.6 0s6.2 16.4 0 22.6L54.6 256 235.3 436.7c6.2 6.2 6.2 16.4 0 22.6s-16.4 6.2-22.6 0l-192-192z"]},e.Wz=e.mw},75:(t,e)=>{"use strict";e.mw={prefix:"fal",iconName:"chevron-right",icon:[320,512,[9002],"f054","M299.3 244.7c6.2 6.2 6.2 16.4 0 22.6l-192 192c-6.2 6.2-16.4 6.2-22.6 0s-6.2-16.4 0-22.6L265.4 256 84.7 75.3c-6.2-6.2-6.2-16.4 0-22.6s16.4-6.2 22.6 0l192 192z"]},e.Xk=e.mw},9432:(t,e)=>{"use strict";e.mw={prefix:"fal",iconName:"chevron-up",icon:[512,512,[],"f077","M244.7 116.7c6.2-6.2 16.4-6.2 22.6 0l192 192c6.2 6.2 6.2 16.4 0 22.6s-16.4 6.2-22.6 0L256 150.6 75.3 331.3c-6.2 6.2-16.4 6.2-22.6 0s-6.2-16.4 0-22.6l192-192z"]},e.w2=e.mw},2896:(t,e)=>{"use strict";e.mw={prefix:"fal",iconName:"circle",icon:[512,512,[128308,128309,128992,128993,128994,128995,128996,9679,9898,9899,11044,61708,61915],"f111","M256 32a224 224 0 1 1 0 448 224 224 0 1 1 0-448zm0 480A256 256 0 1 0 256 0a256 256 0 1 0 0 512z"]},e.GE=e.mw},8654:(t,e)=>{"use strict";e.mw={prefix:"fal",iconName:"circle-check",icon:[512,512,[61533,"check-circle"],"f058","M256 32a224 224 0 1 1 0 448 224 224 0 1 1 0-448zm0 480A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM363.3 203.3c6.2-6.2 6.2-16.4 0-22.6s-16.4-6.2-22.6 0L224 297.4l-52.7-52.7c-6.2-6.2-16.4-6.2-22.6 0s-6.2 16.4 0 22.6l64 64c6.2 6.2 16.4 6.2 22.6 0l128-128z"]},e.QR=e.mw},9651:(t,e)=>{"use strict";e.mw={prefix:"fal",iconName:"circle-exclamation",icon:[512,512,["exclamation-circle"],"f06a","M256 32a224 224 0 1 1 0 448 224 224 0 1 1 0-448zm0 480A256 256 0 1 0 256 0a256 256 0 1 0 0 512zm0-384c-8.8 0-16 7.2-16 16V272c0 8.8 7.2 16 16 16s16-7.2 16-16V144c0-8.8-7.2-16-16-16zm24 224a24 24 0 1 0 -48 0 24 24 0 1 0 48 0z"]},e.lE=e.mw},5629:(t,e)=>{"use strict";e.mw={prefix:"fal",iconName:"circle-half-stroke",icon:[512,512,[9680,"adjust"],"f042","M240 479.4V32.6C123.8 40.8 32 137.7 32 256s91.8 215.2 208 223.4zM480 256c0-118.3-91.8-215.2-208-223.4V479.4C388.2 471.2 480 374.3 480 256zM0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256z"]},e.B2=e.mw},5844:(t,e)=>{"use strict";e.mw={prefix:"fal",iconName:"circle-info",icon:[512,512,["info-circle"],"f05a","M256 32a224 224 0 1 1 0 448 224 224 0 1 1 0-448zm0 480A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM208 352c-8.8 0-16 7.2-16 16s7.2 16 16 16h96c8.8 0 16-7.2 16-16s-7.2-16-16-16H272V240c0-8.8-7.2-16-16-16H216c-8.8 0-16 7.2-16 16s7.2 16 16 16h24v96H208zm48-168a24 24 0 1 0 0-48 24 24 0 1 0 0 48z"]},e.mE=e.mw},3386:(t,e)=>{"use strict";e.mw={prefix:"fal",iconName:"circle-quarter-stroke",icon:[512,512,[],"e5d3","M480 256C480 132.3 379.7 32 256 32V208c0 26.5-21.5 48-48 48H32c0 123.7 100.3 224 224 224s224-100.3 224-224zM224 34.3C125.9 48.3 48.3 125.9 34.3 224H208c8.8 0 16-7.2 16-16V34.3zM0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256z"]},e.It=e.mw},8804:(t,e)=>{"use strict";e.mw={prefix:"fal",iconName:"circle-question",icon:[512,512,[62108,"question-circle"],"f059","M480 256A224 224 0 1 0 32 256a224 224 0 1 0 448 0zM0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256zm168.7-86.2c6.5-24.6 28.7-41.8 54.2-41.8H280c35.5 0 64 29 64 64.3c0 24-13.4 46.2-34.9 57.2L272 268.3V288c0 8.8-7.2 16-16 16s-16-7.2-16-16V258.5c0-6 3.4-11.5 8.7-14.3l45.8-23.4c10.7-5.4 17.5-16.6 17.5-28.7c0-17.8-14.4-32.3-32-32.3H222.9c-10.9 0-20.5 7.4-23.2 17.9l-.2 .7c-2.2 8.5-11 13.7-19.5 11.4s-13.7-11-11.4-19.5l.2-.7zM232 352a24 24 0 1 1 48 0 24 24 0 1 1 -48 0z"]},e.AP=e.mw},257:(t,e)=>{"use strict";e.mw={prefix:"fal",iconName:"circle-radiation",icon:[512,512,[9762,"radiation-alt"],"f7ba","M256 32a224 224 0 1 1 0 448 224 224 0 1 1 0-448zm0 480A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM160.6 148.1c2.4-2.1 5.3-2.8 8.4-2c3.3 .8 6.9 3.2 9.1 7.1l37.2 64.4c7.4-7.8 16.9-13.5 27.7-16l-37.2-64.4c-12.7-22-43.9-32.9-66.4-13c-28.1 24.9-48.2 58.6-56 96.9c-5.9 29.4 19.1 51 44.5 51h74.3c-1.5-5.1-2.3-10.4-2.3-16s.8-10.9 2.3-16H128c-4.5 0-8.4-1.9-10.7-4.4c-2.2-2.3-3.1-5.1-2.5-8.3c6.3-31.3 22.7-58.9 45.8-79.3zm54.7 146.4l-37.2 64.4c-12.7 22-6.6 54.4 21.9 64c17.6 5.9 36.5 9.1 56 9.1s38.4-3.2 56-9.1c28.5-9.6 34.6-42 21.9-64l-37.2-64.4c-7.4 7.8-16.9 13.5-27.7 16l37.2 64.4c2.3 3.9 2.6 8.2 1.6 11.4c-.9 3.1-2.9 5.2-5.9 6.2c-14.4 4.8-29.8 7.4-45.8 7.4s-31.5-2.6-45.8-7.4c-3-1-5-3.2-5.9-6.2c-1-3.3-.7-7.5 1.6-11.4L243 310.5c-10.8-2.6-20.3-8.2-27.7-16zM309.7 272H384c25.4 0 50.5-21.5 44.5-51c-7.7-38.3-27.8-72.1-56-96.9c-22.5-19.9-53.7-9-66.4 13L269 201.5c10.8 2.6 20.3 8.2 27.7 16l37.2-64.4c2.3-3.9 5.8-6.3 9.1-7.1c3.1-.7 6-.1 8.4 2c23.1 20.4 39.5 48 45.8 79.3c.6 3.1-.3 5.9-2.5 8.3c-2.3 2.5-6.2 4.4-10.7 4.4H309.7c1.5 5.1 2.3 10.4 2.3 16s-.8 10.9-2.3 16zM256 280a24 24 0 1 0 0-48 24 24 0 1 0 0 48z"]},e.DQ=e.mw},6651:(t,e)=>{"use strict";e.mw={prefix:"fal",iconName:"circle-three-quarters-stroke",icon:[512,512,[],"e5d4","M477.7 288H272c-26.5 0-48-21.5-48-48V34.3C115.4 49.8 32 143.2 32 256c0 123.7 100.3 224 224 224c112.8 0 206.2-83.4 221.7-192zm2.3-32C480 132.3 379.7 32 256 32V240c0 8.8 7.2 16 16 16H480zM0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256z"]},e.PZ=e.mw},5184:(t,e)=>{"use strict";e.mw={prefix:"fal",iconName:"circle-xmark",icon:[512,512,[61532,"times-circle","xmark-circle"],"f057","M256 32a224 224 0 1 1 0 448 224 224 0 1 1 0-448zm0 480A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM180.7 180.7c-6.2 6.2-6.2 16.4 0 22.6L233.4 256l-52.7 52.7c-6.2 6.2-6.2 16.4 0 22.6s16.4 6.2 22.6 0L256 278.6l52.7 52.7c6.2 6.2 16.4 6.2 22.6 0s6.2-16.4 0-22.6L278.6 256l52.7-52.7c6.2-6.2 6.2-16.4 0-22.6s-16.4-6.2-22.6 0L256 233.4l-52.7-52.7c-6.2-6.2-16.4-6.2-22.6 0z"]},e.bn=e.mw},6021:(t,e)=>{"use strict";e.mw={prefix:"fal",iconName:"code",icon:[640,512,[],"f121","M405.1 .8c-8.4-2.8-17.4 1.7-20.2 10.1l-160 480c-2.8 8.4 1.7 17.4 10.1 20.2s17.4-1.7 20.2-10.1l160-480c2.8-8.4-1.7-17.4-10.1-20.2zM172 117.4c-5.9-6.6-16-7.2-22.6-1.3l-144 128C2 247.1 0 251.4 0 256s2 8.9 5.4 12l144 128c6.6 5.9 16.7 5.3 22.6-1.3s5.3-16.7-1.3-22.6L40.1 256 170.6 140c6.6-5.9 7.2-16 1.3-22.6zm296.1 0c-5.9 6.6-5.3 16.7 1.3 22.6L599.9 256 469.4 372c-6.6 5.9-7.2 16-1.3 22.6s16 7.2 22.6 1.3l144-128c3.4-3 5.4-7.4 5.4-12s-2-8.9-5.4-12l-144-128c-6.6-5.9-16.7-5.3-22.6 1.3z"]},e.jT=e.mw},2211:(t,e)=>{"use strict";e.mw={prefix:"fal",iconName:"comment",icon:[512,512,[128489,61669],"f075","M256 64C125.8 64 32 148.6 32 240c0 37.1 15.5 70.6 40 100c5.2 6.3 8.4 14.8 7.4 23.9c-3.1 27-11.4 52.5-25.7 76.3c-.5 .9-1.1 1.8-1.6 2.6c11.1-2.9 22.2-7 32.7-11.5L91.2 446l-6.4-14.7c17-7.4 33-16.7 48.4-27.4c8.5-5.9 19.4-7.5 29.2-4.2C193 410.1 224 416 256 416c130.2 0 224-84.6 224-176s-93.8-176-224-176zM0 240C0 125.2 114.5 32 256 32s256 93.2 256 208s-114.5 208-256 208c-36 0-70.5-6.7-103.8-17.9c-.2-.1-.5 0-.7 .1c-16.9 11.7-34.7 22.1-53.9 30.5C73.6 471.1 44.7 480 16 480c-6.5 0-12.3-3.9-14.8-9.8s-1.1-12.8 3.4-17.4c8.1-8.2 15.2-18.2 21.7-29c11.7-19.6 18.7-40.6 21.3-63.1c0 0-.1-.1-.1-.2C19.6 327.1 0 286.6 0 240z"]},e.DN=e.mw},7765:(t,e)=>{"use strict";e.mw={prefix:"fal",iconName:"copy",icon:[448,512,[],"f0c5","M384 352H224c-17.7 0-32-14.3-32-32V64c0-17.7 14.3-32 32-32H332.1c4.2 0 8.3 1.7 11.3 4.7l67.9 67.9c3 3 4.7 7.1 4.7 11.3V320c0 17.7-14.3 32-32 32zM433.9 81.9L366.1 14.1c-9-9-21.2-14.1-33.9-14.1H224c-35.3 0-64 28.7-64 64V320c0 35.3 28.7 64 64 64H384c35.3 0 64-28.7 64-64V115.9c0-12.7-5.1-24.9-14.1-33.9zM64 128c-35.3 0-64 28.7-64 64V448c0 35.3 28.7 64 64 64H224c35.3 0 64-28.7 64-64V416H256v32c0 17.7-14.3 32-32 32H64c-17.7 0-32-14.3-32-32V192c0-17.7 14.3-32 32-32h64V128H64z"]},e.jP=e.mw},244:(t,e)=>{"use strict";e.mw={prefix:"fal",iconName:"dash",icon:[512,512,["minus-large"],"e404","M0 256c0-8.8 7.2-16 16-16H496c8.8 0 16 7.2 16 16s-7.2 16-16 16H16c-8.8 0-16-7.2-16-16z"]},e.AJ=e.mw},588:(t,e)=>{"use strict";e.mw={prefix:"fal",iconName:"down",icon:[384,512,["arrow-alt-down"],"f354","M189.7 448h4.6c4.4 0 8.6-1.8 11.6-5L348.5 293.2c2.2-2.3 3.5-5.4 3.5-8.7c0-6.9-5.6-12.6-12.6-12.6H256c-8.8 0-16-7.2-16-16V80c0-8.8-7.2-16-16-16H160c-8.8 0-16 7.2-16 16V256c0 8.8-7.2 16-16 16H44.6c-6.9 0-12.6 5.6-12.6 12.6c0 3.2 1.2 6.3 3.5 8.7L178.1 443c3 3.2 7.2 5 11.6 5zM384 284.6c0 11.4-4.4 22.5-12.3 30.7L229 465.1c-9.1 9.5-21.6 14.9-34.8 14.9h-4.6c-13.1 0-25.7-5.4-34.8-14.9L12.3 315.3C4.4 307 0 296 0 284.6C0 260 20 240 44.6 240H112V80c0-26.5 21.5-48 48-48h64c26.5 0 48 21.5 48 48V240h67.4c24.6 0 44.6 20 44.6 44.6z"]},e.sx=e.mw},1736:(t,e)=>{"use strict";e.mw={prefix:"fal",iconName:"down-right",icon:[384,512,[],"e16b","M312 384c4.4 0 8-3.6 8-8V174.6c0-3.7-3-6.6-6.6-6.6c-1.8 0-3.4 .7-4.7 1.9l-61.4 61.4c-6.2 6.2-16.4 6.2-22.6 0L112 118.6c-4.2-4.2-10-6.6-16-6.6s-11.8 2.4-16 6.6L54.6 144c-4.2 4.2-6.6 10-6.6 16s2.4 11.8 6.6 16L167.3 288.7c3 3 4.7 7.1 4.7 11.3s-1.7 8.3-4.7 11.3l-61.4 61.4c-1.2 1.2-1.9 2.9-1.9 4.7c0 3.7 3 6.6 6.6 6.6H312zm40-8c0 22.1-17.9 40-40 40H110.6C89.3 416 72 398.7 72 377.4c0-10.2 4.1-20.1 11.3-27.3L133.4 300 32 198.6C21.8 188.4 16 174.5 16 160s5.8-28.4 16-38.6L57.4 96C67.6 85.8 81.5 80 96 80s28.4 5.8 38.6 16L236 197.4l50.1-50.1c7.2-7.2 17.1-11.3 27.3-11.3c21.3 0 38.6 17.3 38.6 38.6V376z"]},e.I0=e.mw},3788:(t,e)=>{"use strict";e.mw={prefix:"fal",iconName:"download",icon:[512,512,[],"f019","M272 16c0-8.8-7.2-16-16-16s-16 7.2-16 16V329.4L139.3 228.7c-6.2-6.2-16.4-6.2-22.6 0s-6.2 16.4 0 22.6l128 128c6.2 6.2 16.4 6.2 22.6 0l128-128c6.2-6.2 6.2-16.4 0-22.6s-16.4-6.2-22.6 0L272 329.4V16zM140.1 320H64c-35.3 0-64 28.7-64 64v64c0 35.3 28.7 64 64 64H448c35.3 0 64-28.7 64-64V384c0-35.3-28.7-64-64-64H371.9l-32 32H448c17.7 0 32 14.3 32 32v64c0 17.7-14.3 32-32 32H64c-17.7 0-32-14.3-32-32V384c0-17.7 14.3-32 32-32H172.1l-32-32zM432 416a24 24 0 1 0 -48 0 24 24 0 1 0 48 0z"]},e.cb=e.mw},5327:(t,e)=>{"use strict";e.mw={prefix:"fal",iconName:"ellipsis",icon:[448,512,["ellipsis-h"],"f141","M416 256a32 32 0 1 1 -64 0 32 32 0 1 1 64 0zm-160 0a32 32 0 1 1 -64 0 32 32 0 1 1 64 0zM64 288a32 32 0 1 1 0-64 32 32 0 1 1 0 64z"]},e.Dw=e.mw},8701:(t,e)=>{"use strict";e.mw={prefix:"fal",iconName:"ellipsis-vertical",icon:[128,512,["ellipsis-v"],"f142","M64 384a32 32 0 1 0 0 64 32 32 0 1 0 0-64zm0-160a32 32 0 1 0 0 64 32 32 0 1 0 0-64zM96 96A32 32 0 1 0 32 96a32 32 0 1 0 64 0z"]},e.nx=e.mw},7675:(t,e)=>{"use strict";e.mw={prefix:"fal",iconName:"exclamation",icon:[64,512,[10069,10071,61738],"21","M48 48c0-8.8-7.2-16-16-16s-16 7.2-16 16V352c0 8.8 7.2 16 16 16s16-7.2 16-16V48zM32 472a24 24 0 1 0 0-48 24 24 0 1 0 0 48z"]},e.bx=e.mw},4155:(t,e)=>{"use strict";e.mw={prefix:"fal",iconName:"eye",icon:[576,512,[128065],"f06e","M117.2 136C160.3 96 217.6 64 288 64s127.7 32 170.8 72c43.1 40 71.9 88 85.2 120c-13.3 32-42.1 80-85.2 120c-43.1 40-100.4 72-170.8 72s-127.7-32-170.8-72C74.1 336 45.3 288 32 256c13.3-32 42.1-80 85.2-120zM288 32c-80.8 0-145.5 36.8-192.6 80.6C48.6 156 17.3 208 2.5 243.7c-3.3 7.9-3.3 16.7 0 24.6C17.3 304 48.6 356 95.4 399.4C142.5 443.2 207.2 480 288 480s145.5-36.8 192.6-80.6c46.8-43.5 78.1-95.4 93-131.1c3.3-7.9 3.3-16.7 0-24.6c-14.9-35.7-46.2-87.7-93-131.1C433.5 68.8 368.8 32 288 32zM192 256a96 96 0 1 1 192 0 96 96 0 1 1 -192 0zm224 0a128 128 0 1 0 -256 0 128 128 0 1 0 256 0z"]},e.pS=e.mw},6977:(t,e)=>{"use strict";e.mw={prefix:"fal",iconName:"eye-slash",icon:[640,512,[],"f070","M25.9 3.4C19-2 8.9-.8 3.4 6.1S-.8 23.1 6.1 28.6l608 480c6.9 5.5 17 4.3 22.5-2.6s4.3-17-2.6-22.5L25.9 3.4zM605.5 268.3c3.3-7.9 3.3-16.7 0-24.6c-14.9-35.7-46.2-87.7-93-131.1C465.5 68.8 400.8 32 320 32c-51.2 0-96 14.8-133.9 36.8l27.3 21.5C244.6 74.2 280.2 64 320 64c70.4 0 127.7 32 170.8 72c43.1 40 71.9 88 85.2 120c-9.2 22.1-25.9 52-49.5 81.5l25.1 19.8c25.6-32 43.7-64.4 53.9-89zM88.4 154.7c-25.6 32-43.7 64.4-53.9 89c-3.3 7.9-3.3 16.7 0 24.6c14.9 35.7 46.2 87.7 93 131.1C174.5 443.2 239.2 480 320 480c51.2 0 96-14.8 133.9-36.8l-27.3-21.5C395.4 437.8 359.8 448 320 448c-70.4 0-127.7-32-170.8-72C106.1 336 77.3 288 64 256c9.2-22.1 25.9-52 49.5-81.5L88.4 154.7zM320 384c16.7 0 32.7-3.2 47.4-9.1l-30.9-24.4c-5.4 .9-10.9 1.4-16.5 1.4c-51 0-92.8-39.8-95.8-90.1l-30.9-24.4c-.9 6-1.3 12.2-1.3 18.5c0 70.7 57.3 128 128 128zM448 256c0-70.7-57.3-128-128-128c-16.7 0-32.7 3.2-47.4 9.1l30.9 24.4c5.4-.9 10.9-1.4 16.5-1.4c51 0 92.8 39.8 95.8 90.1l30.9 24.4c.9-6 1.3-12.2 1.3-18.5z"]},e.k6=e.mw},9805:(t,e)=>{"use strict";e.mw={prefix:"fal",iconName:"fill",icon:[512,512,[],"f575","M59.3 4.7c-6.2-6.2-16.4-6.2-22.6 0s-6.2 16.4 0 22.6l97.4 97.4L30.6 228.1c-37.5 37.5-37.5 98.3 0 135.8L148.1 481.4c37.5 37.5 98.3 37.5 135.8 0L474.3 290.9c28.1-28.1 28.1-73.7 0-101.8L322.9 37.7c-28.1-28.1-73.7-28.1-101.8 0l-64.4 64.4L59.3 4.7zm97.4 142.6l88 88c6.2 6.2 16.4 6.2 22.6 0s6.2-16.4 0-22.6l-88-88 64.4-64.4c15.6-15.6 40.9-15.6 56.6 0L451.7 211.7c15.6 15.6 15.6 40.9 0 56.6L432 288H35c1.7-13.6 7.8-26.8 18.2-37.3L156.7 147.3zM53.3 341.3C47 335 42.3 327.7 39.2 320H400L261.3 458.7c-25 25-65.5 25-90.5 0L53.3 341.3z"]},e.HV=e.mw},5633:(t,e)=>{"use strict";e.mw={prefix:"fal",iconName:"filter",icon:[512,512,[],"f0b0","M0 71.5C0 49.7 17.7 32 39.5 32H472.5C494.3 32 512 49.7 512 71.5c0 9.2-3.2 18.1-9.1 25.2L320 317.8V446.1c0 18.7-15.2 33.9-33.9 33.9c-7.5 0-14.8-2.5-20.8-7.1l-61-47.4c-7.8-6.1-12.4-15.4-12.4-25.3V317.8L9.1 96.7C3.2 89.6 0 80.7 0 71.5zM39.5 64c-4.2 0-7.5 3.4-7.5 7.5c0 1.8 .6 3.4 1.7 4.8L220.3 301.8c2.4 2.9 3.7 6.5 3.7 10.2v88.2l61 47.4c.3 .3 .7 .4 1.1 .4c1 0 1.9-.8 1.9-1.9V312c0-3.7 1.3-7.3 3.7-10.2L478.3 76.3c1.1-1.3 1.7-3 1.7-4.8c0-4.2-3.4-7.5-7.5-7.5H39.5z"]},e.mR=e.mw},1552:(t,e)=>{"use strict";e.mw={prefix:"fal",iconName:"flag-pennant",icon:[448,512,[128681,"pennant"],"f456","M32 16C32 7.2 24.8 0 16 0S0 7.2 0 16V32 64 320v32V496c0 8.8 7.2 16 16 16s16-7.2 16-16V350.9L432.9 213.2c9.1-3.1 15.1-11.6 15.1-21.2s-6.1-18.1-15.1-21.2L32 33.1V16zm0 50.9L396.1 192 32 317.1V66.9z"]},e.I2=e.mw},279:(t,e)=>{"use strict";Object.defineProperty(e,"__esModule",{value:!0});var i="floppy-disk",o=[128190,128426,"save"],n="f0c7",r="M32 96c0-17.7 14.3-32 32-32l0 96c0 17.7 14.3 32 32 32H288c17.7 0 32-14.3 32-32V65.8c4.5 1.6 8.7 4.2 12.1 7.6l74.5 74.5c6 6 9.4 14.1 9.4 22.6V416c0 17.7-14.3 32-32 32H64c-17.7 0-32-14.3-32-32V96zM96 64H288v96H96V64zM0 96V416c0 35.3 28.7 64 64 64H384c35.3 0 64-28.7 64-64V170.5c0-17-6.7-33.3-18.7-45.3L354.7 50.7c-12-12-28.3-18.7-45.3-18.7H64C28.7 32 0 60.7 0 96zM272 320a48 48 0 1 1 -96 0 48 48 0 1 1 96 0zm-48-80a80 80 0 1 0 0 160 80 80 0 1 0 0-160z";e.definition={prefix:"fal",iconName:i,icon:[448,512,o,n,r]},e.faFloppyDisk=e.definition,e.prefix="fal",e.iconName=i,e.width=448,e.height=512,e.ligatures=o,e.unicode=n,e.svgPathData=r,e.aliases=o},2476:(t,e)=>{"use strict";e.mw={prefix:"fal",iconName:"folder",icon:[512,512,[128193,128447,61716,"folder-blank"],"f07b","M64 64C46.3 64 32 78.3 32 96V416c0 17.7 14.3 32 32 32H448c17.7 0 32-14.3 32-32V160c0-17.7-14.3-32-32-32H291.9c-17 0-33.3-6.7-45.3-18.7L210.7 73.4c-6-6-14.1-9.4-22.6-9.4H64zM0 96C0 60.7 28.7 32 64 32H188.1c17 0 33.3 6.7 45.3 18.7l35.9 35.9c6 6 14.1 9.4 22.6 9.4H448c35.3 0 64 28.7 64 64V416c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V96z"]},e.ao=e.mw},9648:(t,e)=>{"use strict";e.mw={prefix:"fal",iconName:"folder-open",icon:[576,512,[128194,128449,61717],"f07c","M448 160v32h32V160c0-35.3-28.7-64-64-64H298.5c-17 0-33.3-6.7-45.3-18.7L226.7 50.7c-12-12-28.3-18.7-45.3-18.7H64C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64H384h80c19.6 0 37.3-11.9 44.6-30.2l64-160c5.9-14.8 4.1-31.5-4.8-44.7S543.9 224 528 224H128c-19.6 0-37.3 11.9-44.6 30.2L32 382.8V96c0-17.7 14.3-32 32-32H181.5c8.5 0 16.6 3.4 22.6 9.4l22.6-22.6L204.1 73.4l26.5 26.5c18 18 42.4 28.1 67.9 28.1H416c17.7 0 32 14.3 32 32zM384 448H64c-5.3 0-10.3-2.6-13.2-7s-3.6-10-1.6-14.9l64-160c2.4-6.1 8.3-10.1 14.9-10.1H528c5.3 0 10.3 2.6 13.2 7s3.6 10 1.6 14.9l-64 160C476.4 444 470.5 448 464 448H384z"]},e.Uj=e.mw},2171:(t,e)=>{"use strict";e.mw={prefix:"fal",iconName:"gear",icon:[512,512,[9881,"cog"],"f013","M223.3 37.8c.4-1.5 1.3-2.8 2.4-3.8c9.9-1.3 20-2 30.3-2s20.4 .7 30.3 2c1.1 1 1.9 2.3 2.4 3.8l13.7 47.7c3.5 12.1 12.2 21.1 22.5 26.1c7.6 3.6 14.8 7.8 21.7 12.5c9.4 6.5 21.7 9.5 33.9 6.5l48.2-12c1.5-.4 3-.3 4.4 .2c5.4 6.9 10.4 14.2 14.9 21.8l4.3 7.4c4.2 7.5 7.9 15.3 11.2 23.3c-.3 1.5-1 2.9-2.1 4L426.8 211c-8.7 9-12.2 21.1-11.3 32.5c.3 4.1 .5 8.3 .5 12.5s-.2 8.4-.5 12.5c-.9 11.4 2.6 23.5 11.3 32.5l34.5 35.7c1.1 1.1 1.8 2.5 2.1 4c-3.3 8-7 15.8-11.2 23.4l-4.2 7.3c-4.6 7.6-9.6 14.8-14.9 21.8c-1.4 .5-2.9 .5-4.4 .2l-48.2-12c-12.2-3-24.4 0-33.9 6.5c-6.9 4.7-14.1 8.9-21.7 12.5c-10.3 4.9-19.1 14-22.5 26.1l-13.7 47.7c-.4 1.5-1.3 2.8-2.4 3.8c-9.9 1.3-20 2-30.3 2s-20.4-.7-30.3-2c-1.1-1-1.9-2.3-2.4-3.8l-13.7-47.7c-3.5-12.1-12.2-21.1-22.5-26.1c-7.6-3.6-14.8-7.8-21.7-12.5c-9.4-6.5-21.7-9.5-33.9-6.5l-48.2 12c-1.5 .4-3 .3-4.4-.2c-5.4-7-10.4-14.2-15-21.8l-4.2-7.3c-4.2-7.5-7.9-15.3-11.2-23.4c.3-1.5 1-2.9 2.1-4L85.2 301c8.7-9 12.2-21.1 11.3-32.5c-.3-4.1-.5-8.3-.5-12.5s.2-8.4 .5-12.5c.9-11.4-2.6-23.5-11.3-32.5L50.7 175.2c-1.1-1.1-1.8-2.5-2.1-4c3.3-8 7-15.8 11.2-23.4l4.2-7.3c4.6-7.6 9.6-14.8 15-21.8c1.4-.5 2.9-.5 4.4-.2l48.2 12c12.2 3 24.4 0 33.9-6.5c6.9-4.7 14.1-8.9 21.7-12.5c10.3-4.9 19.1-14 22.5-26.1l13.7-47.7zM256 0c-13 0-25.9 1-38.4 2.9c-1.7 .3-3.4 .8-5 1.6c-9.5 4.9-16.9 13.6-20 24.5L178.9 76.7c-.6 2.2-2.5 4.5-5.6 6c-9.1 4.3-17.8 9.4-26 15c-2.8 1.9-5.8 2.4-8 1.8l-48.2-12C80.2 84.8 69 86.9 60 92.6c-1.5 .9-2.8 2.1-3.9 3.5C49 105 42.4 114.3 36.5 124.1l-.1 .3L32 132l-.1 .3c-5.4 9.8-10.2 19.9-14.3 30.4c-.6 1.6-1 3.3-1.1 5c-.5 10.8 3.3 21.6 11.2 29.8l34.5 35.7c1.6 1.7 2.7 4.4 2.4 7.8c-.4 5-.6 10-.6 15s.2 10.1 .6 15c.3 3.4-.8 6.2-2.4 7.8L27.7 314.6c-7.9 8.2-11.7 19-11.2 29.8c.1 1.7 .5 3.4 1.1 5c4.1 10.5 8.9 20.6 14.3 30.4l.1 .3 4.4 7.6 .1 .3c5.9 9.8 12.4 19.2 19.6 28.1c1.1 1.4 2.4 2.6 3.9 3.5c9 5.7 20.2 7.8 31.1 5.1l48.2-12c2.2-.6 5.2-.1 8 1.8c8.2 5.7 16.9 10.7 26 15c3.1 1.5 4.9 3.8 5.6 6L192.6 483c3.1 10.8 10.5 19.5 20 24.5c1.6 .8 3.2 1.4 5 1.6C230.1 511 243 512 256 512s25.9-1 38.4-2.9c1.7-.3 3.4-.8 5-1.6c9.5-4.9 16.9-13.6 20-24.5l13.7-47.7c.6-2.2 2.5-4.5 5.6-6c9.1-4.3 17.8-9.4 26-15c2.8-1.9 5.8-2.4 8-1.8l48.2 12c10.9 2.7 22.1 .7 31.1-5.1c1.5-.9 2.8-2.1 3.9-3.5c7.1-8.9 13.6-18.2 19.5-28l.1-.3L480 380l.1-.3c5.4-9.7 10.2-19.9 14.3-30.4c.6-1.6 1-3.3 1.1-5c.5-10.8-3.3-21.6-11.2-29.8l-34.5-35.7c-1.6-1.7-2.7-4.4-2.4-7.8c.4-5 .6-10 .6-15s-.2-10.1-.6-15c-.3-3.4 .8-6.2 2.4-7.8l34.5-35.7c7.9-8.2 11.7-19 11.2-29.8c-.1-1.7-.5-3.4-1.1-5c-4.1-10.5-8.9-20.6-14.3-30.4l-.1-.3-4.4-7.6-.1-.3c-5.9-9.8-12.4-19.2-19.5-28c-1.1-1.4-2.4-2.6-3.9-3.5c-9-5.7-20.2-7.8-31.1-5.1l-48.2 12c-2.2 .6-5.2 .1-8-1.8c-8.2-5.7-16.9-10.7-26-15c-3.1-1.5-4.9-3.8-5.6-6L319.4 29c-3.1-10.8-10.5-19.5-20-24.5c-1.6-.8-3.2-1.4-5-1.6C281.9 1 269 0 256 0zM200 256a56 56 0 1 1 112 0 56 56 0 1 1 -112 0zm144 0a88 88 0 1 0 -176 0 88 88 0 1 0 176 0z"]},e.BH=e.mw},8569:(t,e)=>{"use strict";e.mw={prefix:"fal",iconName:"grip-lines",icon:[448,512,[],"f7a4","M448 192c0-8.8-7.2-16-16-16L16 176c-8.8 0-16 7.2-16 16s7.2 16 16 16l416 0c8.8 0 16-7.2 16-16zm0 128c0-8.8-7.2-16-16-16L16 304c-8.8 0-16 7.2-16 16s7.2 16 16 16l416 0c8.8 0 16-7.2 16-16z"]},e.Nb=e.mw},2955:(t,e)=>{"use strict";e.mw={prefix:"fal",iconName:"grip-lines-vertical",icon:[192,512,[],"f7a5","M32 32c-8.8 0-16 7.2-16 16l0 416c0 8.8 7.2 16 16 16s16-7.2 16-16L48 48c0-8.8-7.2-16-16-16zm128 0c-8.8 0-16 7.2-16 16l0 416c0 8.8 7.2 16 16 16s16-7.2 16-16l0-416c0-8.8-7.2-16-16-16z"]},e.Z4=e.mw},2582:(t,e)=>{"use strict";e.mw={prefix:"fal",iconName:"grip-vertical",icon:[320,512,[],"f58e","M32 440l0-48c0-4.4 3.6-8 8-8l48 0c4.4 0 8 3.6 8 8l0 48c0 4.4-3.6 8-8 8l-48 0c-4.4 0-8-3.6-8-8zm8 40l48 0c22.1 0 40-17.9 40-40l0-48c0-22.1-17.9-40-40-40l-48 0c-22.1 0-40 17.9-40 40l0 48c0 22.1 17.9 40 40 40zm184-40l0-48c0-4.4 3.6-8 8-8l48 0c4.4 0 8 3.6 8 8l0 48c0 4.4-3.6 8-8 8l-48 0c-4.4 0-8-3.6-8-8zm8 40l48 0c22.1 0 40-17.9 40-40l0-48c0-22.1-17.9-40-40-40l-48 0c-22.1 0-40 17.9-40 40l0 48c0 22.1 17.9 40 40 40zM32 232c0-4.4 3.6-8 8-8l48 0c4.4 0 8 3.6 8 8l0 48c0 4.4-3.6 8-8 8l-48 0c-4.4 0-8-3.6-8-8l0-48zM0 280c0 22.1 17.9 40 40 40l48 0c22.1 0 40-17.9 40-40l0-48c0-22.1-17.9-40-40-40l-48 0c-22.1 0-40 17.9-40 40l0 48zm224 0l0-48c0-4.4 3.6-8 8-8l48 0c4.4 0 8 3.6 8 8l0 48c0 4.4-3.6 8-8 8l-48 0c-4.4 0-8-3.6-8-8zm8 40l48 0c22.1 0 40-17.9 40-40l0-48c0-22.1-17.9-40-40-40l-48 0c-22.1 0-40 17.9-40 40l0 48c0 22.1 17.9 40 40 40zM32 72c0-4.4 3.6-8 8-8l48 0c4.4 0 8 3.6 8 8l0 48c0 4.4-3.6 8-8 8l-48 0c-4.4 0-8-3.6-8-8l0-48zM0 120c0 22.1 17.9 40 40 40l48 0c22.1 0 40-17.9 40-40l0-48c0-22.1-17.9-40-40-40L40 32C17.9 32 0 49.9 0 72l0 48zm224 0l0-48c0-4.4 3.6-8 8-8l48 0c4.4 0 8 3.6 8 8l0 48c0 4.4-3.6 8-8 8l-48 0c-4.4 0-8-3.6-8-8zm8 40l48 0c22.1 0 40-17.9 40-40l0-48c0-22.1-17.9-40-40-40l-48 0c-22.1 0-40 17.9-40 40l0 48c0 22.1 17.9 40 40 40z"]},e.S9=e.mw},8796:(t,e)=>{"use strict";e.mw={prefix:"fal",iconName:"heading",icon:[448,512,["header"],"f1dc","M0 48c0-8.8 7.2-16 16-16H80h64c8.8 0 16 7.2 16 16s-7.2 16-16 16H96V224H352V64H304c-8.8 0-16-7.2-16-16s7.2-16 16-16h64 64c8.8 0 16 7.2 16 16s-7.2 16-16 16H384V240 448h48c8.8 0 16 7.2 16 16s-7.2 16-16 16H304c-8.8 0-16-7.2-16-16s7.2-16 16-16h48V256H96V448h48c8.8 0 16 7.2 16 16s-7.2 16-16 16H16c-8.8 0-16-7.2-16-16s7.2-16 16-16H64V240 64H16C7.2 64 0 56.8 0 48z"]},e.Am=e.mw},486:(t,e)=>{"use strict";e.mw={prefix:"fal",iconName:"horizontal-rule",icon:[640,512,[8213],"f86c","M0 256c0-8.8 7.2-16 16-16H624c8.8 0 16 7.2 16 16s-7.2 16-16 16H16c-8.8 0-16-7.2-16-16z"]},e.ad=e.mw},9518:(t,e)=>{"use strict";e.mw={prefix:"fal",iconName:"house",icon:[576,512,[127968,63498,63500,"home","home-alt","home-lg-alt"],"f015","M298.6 4c-6-5.3-15.1-5.3-21.2 0L5.4 244c-6.6 5.8-7.3 16-1.4 22.6s16 7.3 22.6 1.4L64 235V432c0 44.2 35.8 80 80 80H432c44.2 0 80-35.8 80-80V235l37.4 33c6.6 5.8 16.7 5.2 22.6-1.4s5.2-16.7-1.4-22.6L298.6 4zM96 432V206.7L288 37.3 480 206.7V432c0 26.5-21.5 48-48 48H368V320c0-17.7-14.3-32-32-32H240c-17.7 0-32 14.3-32 32V480H144c-26.5 0-48-21.5-48-48zm144 48V320h96V480H240z"]},e.mu=e.mw},5255:(t,e)=>{"use strict";e.mw={prefix:"fal",iconName:"image",icon:[512,512,[],"f03e","M64 64C46.3 64 32 78.3 32 96V329.4l67.7-67.7c15.6-15.6 40.9-15.6 56.6 0L224 329.4 355.7 197.7c15.6-15.6 40.9-15.6 56.6 0L480 265.4V96c0-17.7-14.3-32-32-32H64zM32 374.6V416c0 17.7 14.3 32 32 32h41.4l96-96-67.7-67.7c-3.1-3.1-8.2-3.1-11.3 0L32 374.6zM389.7 220.3c-3.1-3.1-8.2-3.1-11.3 0L150.6 448H448c17.7 0 32-14.3 32-32V310.6l-90.3-90.3zM0 96C0 60.7 28.7 32 64 32H448c35.3 0 64 28.7 64 64V416c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V96zm160 48a16 16 0 1 0 -32 0 16 16 0 1 0 32 0zm-64 0a48 48 0 1 1 96 0 48 48 0 1 1 -96 0z"]},e.jb=e.mw},5501:(t,e)=>{"use strict";e.mw={prefix:"fal",iconName:"input-text",icon:[640,512,[],"e1bf","M64 96c-17.7 0-32 14.3-32 32V384c0 17.7 14.3 32 32 32H576c17.7 0 32-14.3 32-32V128c0-17.7-14.3-32-32-32H64zM0 128C0 92.7 28.7 64 64 64H576c35.3 0 64 28.7 64 64V384c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V128zm176 32c6.5 0 12.4 4 14.9 10.1l64 160c3.3 8.2-.7 17.5-8.9 20.8s-17.5-.7-20.8-8.9L216.4 320l-.4 0H136l-.4 0-8.8 21.9c-3.3 8.2-12.6 12.2-20.8 8.9s-12.2-12.6-8.9-20.8l64-160c2.4-6.1 8.3-10.1 14.9-10.1zm0 59.1L148.4 288h55.1L176 219.1zM288 176c0-8.8 7.2-16 16-16h56c30.9 0 56 25.1 56 56c0 12.1-3.8 23.3-10.4 32.5C421.5 258.4 432 276 432 296c0 30.9-25.1 56-56 56H304c-8.8 0-16-7.2-16-16V320 256 192 176zm72 96H320v48h56c13.3 0 24-10.7 24-24s-10.7-24-24-24H360zm0-32c13.3 0 24-10.7 24-24s-10.7-24-24-24H320v48h40z"]},e.n2=e.mw},5156:(t,e)=>{"use strict";e.mw={prefix:"fal",iconName:"italic",icon:[384,512,[],"f033","M128 48c0-8.8 7.2-16 16-16H368c8.8 0 16 7.2 16 16s-7.2 16-16 16H283L135.3 448H240c8.8 0 16 7.2 16 16s-7.2 16-16 16H16c-8.8 0-16-7.2-16-16s7.2-16 16-16h85L248.7 64H144c-8.8 0-16-7.2-16-16z"]},e.SI=e.mw},9428:(t,e)=>{"use strict";e.mw={prefix:"fal",iconName:"layer-group",icon:[576,512,[],"f5fd","M266.2 4.7C273 1.6 280.5 0 288 0s15 1.6 21.8 4.7l217.4 97.5c10.2 4.6 16.8 14.7 16.8 25.9s-6.6 21.3-16.8 25.9L309.8 251.3c-6.9 3.1-14.3 4.7-21.8 4.7s-15-1.6-21.8-4.7L48.8 153.9C38.6 149.3 32 139.2 32 128s6.6-21.3 16.8-25.9L266.2 4.7zM288 32c-3 0-6 .6-8.8 1.9L69.3 128l210 94.1c2.8 1.2 5.7 1.9 8.8 1.9s6-.6 8.8-1.9l210-94.1-210-94.1C294 32.6 291 32 288 32zM48.8 358.1l45.9-20.6 39.1 17.5L69.3 384l210 94.1c2.8 1.2 5.7 1.9 8.8 1.9s6-.6 8.8-1.9l210-94.1-64.5-28.9 39.1-17.5 45.9 20.6c10.2 4.6 16.8 14.7 16.8 25.9s-6.6 21.3-16.8 25.9L309.8 507.3c-6.9 3.1-14.3 4.7-21.8 4.7s-15-1.6-21.8-4.7L48.8 409.9C38.6 405.3 32 395.2 32 384s6.6-21.3 16.8-25.9zM94.7 209.5l39.1 17.5L69.3 256l210 94.1c2.8 1.2 5.7 1.9 8.8 1.9s6-.6 8.8-1.9l210-94.1-64.5-28.9 39.1-17.5 45.9 20.6c10.2 4.6 16.8 14.7 16.8 25.9s-6.6 21.3-16.8 25.9L309.8 379.3c-6.9 3.1-14.3 4.7-21.8 4.7s-15-1.6-21.8-4.7L48.8 281.9C38.6 277.3 32 267.2 32 256s6.6-21.3 16.8-25.9l45.9-20.6z"]},e.qI=e.mw},7645:(t,e)=>{"use strict";e.mw={prefix:"fal",iconName:"left",icon:[448,512,["arrow-alt-left"],"f355","M32 258.3l0-4.6c0-4.4 1.8-8.6 5-11.6L186.8 99.5c2.3-2.2 5.4-3.5 8.7-3.5c6.9 0 12.6 5.6 12.6 12.6l0 83.4c0 8.8 7.2 16 16 16l176 0c8.8 0 16 7.2 16 16l0 64c0 8.8-7.2 16-16 16l-176 0c-8.8 0-16 7.2-16 16l0 83.4c0 6.9-5.6 12.6-12.6 12.6c-3.2 0-6.3-1.2-8.7-3.5L37 269.9c-3.2-3-5-7.2-5-11.6zM195.4 64C184 64 173 68.4 164.7 76.3L14.9 219C5.4 228 0 240.6 0 253.7l0 4.6C0 271.4 5.4 284 14.9 293L164.7 435.7C173 443.6 184 448 195.4 448c24.6 0 44.6-20 44.6-44.6l0-67.4 160 0c26.5 0 48-21.5 48-48l0-64c0-26.5-21.5-48-48-48l-160 0 0-67.4C240 84 220 64 195.4 64z"]},e.HF=e.mw},2052:(t,e)=>{"use strict";e.mw={prefix:"fal",iconName:"link",icon:[640,512,[128279,"chain"],"f0c1","M591.5 256c50-50 50-131 0-181s-131-50-181 0L387.9 97.6c-6.2 6.2-6.2 16.4 0 22.6s16.4 6.2 22.6 0l22.6-22.6c37.5-37.5 98.3-37.5 135.8 0s37.5 98.3 0 135.8L444.3 357.9c-37.4 37.4-98.1 37.4-135.6 0c-35.6-35.6-37.6-92.6-4.7-130.6l5.3-6.1c5.8-6.7 5.1-16.8-1.6-22.6s-16.8-5.1-22.6 1.6l-5.3 6.1c-43.9 50.7-41.2 126.7 6.2 174.1c49.9 49.9 130.9 49.9 180.8 0L591.5 256zM48.5 256c-50 50-50 131 0 181s131 50 181 0l22.6-22.6c6.2-6.2 6.2-16.4 0-22.6s-16.4-6.2-22.6 0l-22.6 22.6c-37.5 37.5-98.3 37.5-135.8 0s-37.5-98.3 0-135.8L195.7 154.1c37.4-37.4 98.1-37.4 135.6 0c35.6 35.6 37.6 92.6 4.7 130.6l-5.3 6.1c-5.8 6.7-5.1 16.8 1.6 22.6s16.8 5.1 22.6-1.6l5.3-6.1c43.9-50.7 41.2-126.7-6.2-174.1C303.9 81.5 223 81.5 173 131.4L48.5 256z"]},e.CQ=e.mw},3680:(t,e)=>{"use strict";e.mw={prefix:"fal",iconName:"list",icon:[512,512,["list-squares"],"f03a","M48 112V80H80v32H48zM16 72v48c0 13.3 10.7 24 24 24H88c13.3 0 24-10.7 24-24V72c0-13.3-10.7-24-24-24H40C26.7 48 16 58.7 16 72zm160 8c-8.8 0-16 7.2-16 16s7.2 16 16 16H496c8.8 0 16-7.2 16-16s-7.2-16-16-16H176zm0 160c-8.8 0-16 7.2-16 16s7.2 16 16 16H496c8.8 0 16-7.2 16-16s-7.2-16-16-16H176zm0 160c-8.8 0-16 7.2-16 16s7.2 16 16 16H496c8.8 0 16-7.2 16-16s-7.2-16-16-16H176zM48 240H80v32H48V240zm-8-32c-13.3 0-24 10.7-24 24v48c0 13.3 10.7 24 24 24H88c13.3 0 24-10.7 24-24V232c0-13.3-10.7-24-24-24H40zm8 224V400H80v32H48zM16 392v48c0 13.3 10.7 24 24 24H88c13.3 0 24-10.7 24-24V392c0-13.3-10.7-24-24-24H40c-13.3 0-24 10.7-24 24z"]},e.IT=e.mw},2830:(t,e)=>{"use strict";e.mw={prefix:"fal",iconName:"list-check",icon:[512,512,["tasks"],"f0ae","M156.3 58.2c5.7-6.8 4.7-16.9-2-22.5s-16.9-4.7-22.5 2L62.9 120.3 27.3 84.7c-6.2-6.2-16.4-6.2-22.6 0s-6.2 16.4 0 22.6l48 48c3.2 3.2 7.5 4.9 12 4.7s8.7-2.3 11.6-5.7l80-96zm0 160c5.7-6.8 4.7-16.9-2-22.5s-16.9-4.7-22.5 2L62.9 280.3 27.3 244.7c-6.2-6.2-16.4-6.2-22.6 0s-6.2 16.4 0 22.6l48 48c3.2 3.2 7.5 4.9 12 4.7s8.7-2.3 11.6-5.7l80-96zM192 96c0 8.8 7.2 16 16 16H496c8.8 0 16-7.2 16-16s-7.2-16-16-16H208c-8.8 0-16 7.2-16 16zm0 160c0 8.8 7.2 16 16 16H496c8.8 0 16-7.2 16-16s-7.2-16-16-16H208c-8.8 0-16 7.2-16 16zM160 416c0 8.8 7.2 16 16 16H496c8.8 0 16-7.2 16-16s-7.2-16-16-16H176c-8.8 0-16 7.2-16 16zm-64 0a32 32 0 1 0 -64 0 32 32 0 1 0 64 0z"]},e.UN=e.mw},9999:(t,e)=>{"use strict";e.mw={prefix:"fal",iconName:"list-ol",icon:[512,512,["list-1-2","list-numeric"],"f0cb","M32 48c0 8.8 7.2 16 16 16H64V192H32c-8.8 0-16 7.2-16 16s7.2 16 16 16h96c8.8 0 16-7.2 16-16s-7.2-16-16-16H96V48c0-8.8-7.2-16-16-16H48c-8.8 0-16 7.2-16 16zM192 96c0 8.8 7.2 16 16 16H496c8.8 0 16-7.2 16-16s-7.2-16-16-16H208c-8.8 0-16 7.2-16 16zm0 160c0 8.8 7.2 16 16 16H496c8.8 0 16-7.2 16-16s-7.2-16-16-16H208c-8.8 0-16 7.2-16 16zm0 160c0 8.8 7.2 16 16 16H496c8.8 0 16-7.2 16-16s-7.2-16-16-16H208c-8.8 0-16 7.2-16 16zM58.7 323.9c11.1-11.1 29.2-10.5 39.6 1.3c9.2 10.5 8.9 26.2-.6 36.3L12.3 453.1c-4.3 4.7-5.5 11.5-3 17.3s8.3 9.6 14.7 9.6H128c8.8 0 16-7.2 16-16s-7.2-16-16-16H60.8l60.3-64.6c20.7-22.2 21.2-56.4 1.3-79.3c-22.5-25.7-62.1-27.1-86.3-2.9L20.7 316.7c-6.2 6.2-6.2 16.4 0 22.6s16.4 6.2 22.6 0l15.4-15.4z"]},e.Ts=e.mw},5244:(t,e)=>{"use strict";e.mw={prefix:"fal",iconName:"list-tree",icon:[512,512,[],"e1d2","M32 112H64V80H32v32zM0 72C0 58.7 10.7 48 24 48H72c13.3 0 24 10.7 24 24v48c0 13.3-10.7 24-24 24H64v96h64v-8c0-13.3 10.7-24 24-24h48c13.3 0 24 10.7 24 24v48c0 13.3-10.7 24-24 24H152c-13.3 0-24-10.7-24-24v-8H64V384c0 8.8 7.2 16 16 16h48v-8c0-13.3 10.7-24 24-24h48c13.3 0 24 10.7 24 24v48c0 13.3-10.7 24-24 24H152c-13.3 0-24-10.7-24-24v-8H80c-26.5 0-48-21.5-48-48V256 144H24c-13.3 0-24-10.7-24-24V72zM160 96c0-8.8 7.2-16 16-16H496c8.8 0 16 7.2 16 16s-7.2 16-16 16H176c-8.8 0-16-7.2-16-16zM288 256c0-8.8 7.2-16 16-16H496c8.8 0 16 7.2 16 16s-7.2 16-16 16H304c-8.8 0-16-7.2-16-16zm0 160c0-8.8 7.2-16 16-16H496c8.8 0 16 7.2 16 16s-7.2 16-16 16H304c-8.8 0-16-7.2-16-16zM160 432h32V400H160v32zm0-192v32h32V240H160z"]},e.QL=e.mw},3849:(t,e)=>{"use strict";e.mw={prefix:"fal",iconName:"magnifying-glass",icon:[512,512,[128269,"search"],"f002","M384 208A176 176 0 1 0 32 208a176 176 0 1 0 352 0zM343.3 366C307 397.2 259.7 416 208 416C93.1 416 0 322.9 0 208S93.1 0 208 0S416 93.1 416 208c0 51.7-18.8 99-50 135.3L507.3 484.7c6.2 6.2 6.2 16.4 0 22.6s-16.4 6.2-22.6 0L343.3 366z"]},e.$U=e.mw},9954:(t,e)=>{"use strict";e.mw={prefix:"fal",iconName:"minus",icon:[448,512,[8211,8722,10134,"subtract"],"f068","M432 256c0 8.8-7.2 16-16 16L32 272c-8.8 0-16-7.2-16-16s7.2-16 16-16l384 0c8.8 0 16 7.2 16 16z"]},e.EZ=e.mw},6795:(t,e)=>{"use strict";e.mw={prefix:"fal",iconName:"object-group",icon:[576,512,[],"f247","M64 125.3C45.4 118.7 32 100.9 32 80c0-26.5 21.5-48 48-48c20.9 0 38.7 13.4 45.3 32H450.7c6.6-18.6 24.4-32 45.3-32c26.5 0 48 21.5 48 48c0 20.9-13.4 38.7-32 45.3V386.7c18.6 6.6 32 24.4 32 45.3c0 26.5-21.5 48-48 48c-20.9 0-38.7-13.4-45.3-32H125.3c-6.6 18.6-24.4 32-45.3 32c-26.5 0-48-21.5-48-48c0-20.9 13.4-38.7 32-45.3V125.3zM125.3 96c-4.8 13.6-15.6 24.4-29.3 29.3V386.7c13.6 4.8 24.4 15.6 29.3 29.3H450.7c4.8-13.6 15.6-24.4 29.3-29.3V125.3c-13.6-4.8-24.4-15.6-29.3-29.3H125.3zM496 416a16 16 0 1 0 0 32 16 16 0 1 0 0-32zM96 432a16 16 0 1 0 -32 0 16 16 0 1 0 32 0zM496 64a16 16 0 1 0 0 32 16 16 0 1 0 0-32zM96 80A16 16 0 1 0 64 80a16 16 0 1 0 32 0zm80 48h96c26.5 0 48 21.5 48 48v64c0 26.5-21.5 48-48 48H176c-26.5 0-48-21.5-48-48V176c0-26.5 21.5-48 48-48zm-16 48v64c0 8.8 7.2 16 16 16h96c8.8 0 16-7.2 16-16V176c0-8.8-7.2-16-16-16H176c-8.8 0-16 7.2-16 16zm192 64c0-8.8 7.2-16 16-16h32c26.5 0 48 21.5 48 48v64c0 26.5-21.5 48-48 48H304c-26.5 0-48-21.5-48-48c0-8.8 7.2-16 16-16s16 7.2 16 16s7.2 16 16 16h96c8.8 0 16-7.2 16-16V272c0-8.8-7.2-16-16-16H368c-8.8 0-16-7.2-16-16z"]},e.cW=e.mw},6204:(t,e)=>{"use strict";e.mw={prefix:"fal",iconName:"object-union",icon:[512,512,[],"e49f","M160 320c17.7 0 32 14.3 32 32v96c0 17.7 14.3 32 32 32H448c17.7 0 32-14.3 32-32V224c0-17.7-14.3-32-32-32H352c-17.7 0-32-14.3-32-32V64c0-17.7-14.3-32-32-32H64C46.3 32 32 46.3 32 64V288c0 17.7 14.3 32 32 32h96zm-32 32H64c-35.3 0-64-28.7-64-64V64C0 28.7 28.7 0 64 0H288c35.3 0 64 28.7 64 64v64 32h32 64c35.3 0 64 28.7 64 64V448c0 35.3-28.7 64-64 64H224c-35.3 0-64-28.7-64-64V384 352H128z"]},e.Gl=e.mw},2489:(t,e)=>{"use strict";e.mw={prefix:"fal",iconName:"paintbrush-pencil",icon:[576,512,[],"e206","M534.5 86.6L369.9 251.3 324.6 206 489.3 41.4c12.5-12.5 32.8-12.5 45.3 0s12.5 32.8 0 45.3zM347.3 273.9l-36.6 36.6-36.1 36.1 0 0-4.6 4.6L224.6 306l40.7-40.7 0 0L302 228.6l45.3 45.3zM176 320c6.9 0 13.5 .9 19.9 2.5l57.7 57.7c1.6 6.3 2.5 13 2.5 19.9c0 44.2-35.8 80-80 80H36.8C58 480 74.3 468.5 84 455.1c9.5-13.1 14.2-30 12.5-46.7c-.3-2.7-.4-5.5-.4-8.3c0-44.2 35.8-80 80-80zm110.3 60.2L557.2 109.3c25-25 25-65.5 0-90.5s-65.5-25-90.5 0l-271 271c-6.4-1.1-13-1.7-19.7-1.7c-61.9 0-112 50.1-112 112c0 3.9 .2 7.8 .6 11.6C66.4 429.1 54.4 448 36.8 448H32c-17.7 0-32 14.3-32 32s14.3 32 32 32H176c61.9 0 112-50.1 112-112c0-6.8-.6-13.4-1.7-19.8zM170.8 17C148.9-4.9 113.5-4.9 91.6 17L49 59.6c-21.9 21.9-21.9 57.3 0 79.2L166.5 256.3c3.1-.2 6.3-.3 9.5-.3c2.7 0 5.3 .1 7.9 .2l13.9-13.9L149 193.6 225.6 117l48.8 48.8L297 143.2 170.8 17zM410.1 301.6l50.8 50.8c7.6 7.6 13.1 16.9 16.1 27.2l27.3 92.8-92.8-27.3c-10.3-3-19.6-8.6-27.2-16.1l-50.8-50.8-13.8 13.8c.1 2.7 .2 5.4 .2 8.1c0 3.2-.1 6.4-.3 9.5l42 42c11.4 11.4 25.4 19.7 40.8 24.2l121 35.6c5.6 1.7 11.7 .1 15.8-4s5.7-10.2 4-15.8l-35.6-121c-4.5-15.4-12.9-29.4-24.2-40.8l-50.8-50.8-22.6 22.6zM114.2 39.6c9.4-9.4 24.6-9.4 33.9 0L203 94.4 126.4 171 71.6 116.2c-9.4-9.4-9.4-24.6 0-33.9l42.6-42.6z"]},e.ff=e.mw},6817:(t,e)=>{"use strict";e.mw={prefix:"fal",iconName:"pen",icon:[512,512,[128394],"f304","M395.8 39.6c9.4-9.4 24.6-9.4 33.9 0l42.6 42.6c9.4 9.4 9.4 24.6 0 33.9L417.6 171 341 94.4l54.8-54.8zM318.4 117L395 193.6 159.6 428.9c-7.6 7.6-16.9 13.1-27.2 16.1L39.6 472.4l27.3-92.8c3-10.3 8.6-19.6 16.1-27.2L318.4 117zM452.4 17c-21.9-21.9-57.3-21.9-79.2 0L60.4 329.7c-11.4 11.4-19.7 25.4-24.2 40.8L.7 491.5c-1.7 5.6-.1 11.7 4 15.8s10.2 5.7 15.8 4l121-35.6c15.4-4.5 29.4-12.9 40.8-24.2L495 138.8c21.9-21.9 21.9-57.3 0-79.2L452.4 17z"]},e.hp=e.mw},6804:(t,e)=>{"use strict";e.mw={prefix:"fal",iconName:"plus",icon:[448,512,[10133,61543,"add"],"2b","M240 64c0-8.8-7.2-16-16-16s-16 7.2-16 16V240H32c-8.8 0-16 7.2-16 16s7.2 16 16 16H208V448c0 8.8 7.2 16 16 16s16-7.2 16-16V272H416c8.8 0 16-7.2 16-16s-7.2-16-16-16H240V64z"]},e.QL=e.mw},760:(t,e)=>{"use strict";e.mw={prefix:"fal",iconName:"puzzle-piece",icon:[512,512,[129513],"f12e","M169.1 17.3C183.8 6.3 203.2 0 224 0s40.2 6.3 54.9 17.3S304 44.6 304 64c0 19.5-10.6 35.9-25.3 46.8c-5.2 3.8-6.7 7.7-6.7 10c0 4 3.2 7.2 7.2 7.2H336c26.5 0 48 21.5 48 48v56.8c0 4 3.2 7.2 7.2 7.2c2.3 0 6.1-1.6 10-6.7c11-14.7 27.4-25.3 46.8-25.3c19.4 0 35.8 10.5 46.7 25.1s17.3 34.1 17.3 54.9s-6.3 40.2-17.3 54.9s-27.3 25.1-46.7 25.1c-19.5 0-35.9-10.6-46.8-25.3c-3.8-5.2-7.7-6.7-10-6.7c-4 0-7.2 3.2-7.2 7.2V464c0 26.5-21.5 48-48 48H279.2c-21.6 0-39.2-17.5-39.2-39.2c0-16.2 9.9-28.4 19.6-35.6c8.6-6.4 12.4-14.1 12.4-21.2c0-7.1-3.8-14.7-12.3-21.1s-21.1-10.9-35.7-10.9s-27.1 4.4-35.7 10.9s-12.3 14.1-12.3 21.1c0 7.1 3.8 14.8 12.4 21.2c9.7 7.2 19.6 19.4 19.6 35.6c0 21.7-17.5 39.2-39.2 39.2H48c-26.5 0-48-21.5-48-48V343.2C0 321.5 17.5 304 39.2 304c16.2 0 28.4 9.9 35.6 19.6C81.2 332.2 88.9 336 96 336c7.1 0 14.7-3.8 21.1-12.3s10.9-21.1 10.9-35.7s-4.4-27.1-10.9-35.7S103.1 240 96 240c-7.1 0-14.8 3.8-21.2 12.4C67.6 262.1 55.4 272 39.2 272C17.5 272 0 254.5 0 232.8V176c0-26.5 21.5-48 48-48H168.8c4 0 7.2-3.2 7.2-7.2c0-2.3-1.6-6.1-6.7-10C154.6 99.9 144 83.5 144 64c0-19.4 10.5-35.8 25.1-46.7zm19.2 25.6C179.8 49.3 176 56.9 176 64c0 7.1 3.8 14.8 12.4 21.2c9.7 7.2 19.6 19.4 19.6 35.6c0 21.6-17.5 39.2-39.2 39.2H48c-8.8 0-16 7.2-16 16v56.8c0 4 3.2 7.2 7.2 7.2c2.3 0 6.1-1.6 10-6.7C60.1 218.6 76.5 208 96 208c19.4 0 35.8 10.5 46.7 25.1s17.3 34.1 17.3 54.9s-6.3 40.2-17.3 54.9S115.4 368 96 368c-19.5 0-35.9-10.6-46.8-25.3c-3.8-5.2-7.7-6.7-10-6.7c-4 0-7.2 3.2-7.2 7.2V464c0 8.8 7.2 16 16 16H168.8c4 0 7.2-3.2 7.2-7.2c0-2.3-1.6-6.1-6.7-10c-14.7-11-25.3-27.4-25.3-46.8c0-19.4 10.5-35.8 25.1-46.7s34.1-17.3 54.9-17.3s40.2 6.3 54.9 17.3s25.1 27.3 25.1 46.7c0 19.5-10.6 35.9-25.3 46.8c-5.2 3.8-6.7 7.7-6.7 10c0 4 3.2 7.2 7.2 7.2H336c8.8 0 16-7.2 16-16V343.2c0-21.7 17.5-39.2 39.2-39.2c16.2 0 28.4 9.9 35.6 19.6c6.4 8.6 14.1 12.4 21.2 12.4c7.1 0 14.7-3.8 21.1-12.3s10.9-21.1 10.9-35.7s-4.4-27.1-10.9-35.7s-14.1-12.3-21.1-12.3c-7.1 0-14.8 3.8-21.2 12.4c-7.2 9.7-19.4 19.6-35.6 19.6c-21.7 0-39.2-17.5-39.2-39.2V176c0-8.8-7.2-16-16-16H279.2c-21.6 0-39.2-17.5-39.2-39.2c0-16.2 9.9-28.4 19.6-35.6C268.2 78.8 272 71.1 272 64c0-7.1-3.8-14.7-12.3-21.1S238.5 32 224 32s-27.1 4.4-35.7 10.9z"]},e._X=e.mw},4374:(t,e)=>{"use strict";e.mw={prefix:"fal",iconName:"quote-right",icon:[448,512,[8221,"quote-right-alt"],"f10e","M448 304c0 61.9-50.1 112-112 112H304c-8.8 0-16-7.2-16-16s7.2-16 16-16h32c44.2 0 80-35.8 80-80V279.4c-9.4 5.4-20.3 8.6-32 8.6H320c-35.3 0-64-28.7-64-64V160c0-35.3 28.7-64 64-64h64c35.3 0 64 28.7 64 64v32 32 80zM416 192V160c0-17.7-14.3-32-32-32H320c-17.7 0-32 14.3-32 32v64c0 17.7 14.3 32 32 32h64c17.7 0 32-14.3 32-32V192zM192 304c0 61.9-50.1 112-112 112H48c-8.8 0-16-7.2-16-16s7.2-16 16-16H80c44.2 0 80-35.8 80-80V279.4c-9.4 5.4-20.3 8.6-32 8.6H64c-35.3 0-64-28.7-64-64V160c0-35.3 28.7-64 64-64h64c35.3 0 64 28.7 64 64v32 32 80zM160 192V160c0-17.7-14.3-32-32-32H64c-17.7 0-32 14.3-32 32v64c0 17.7 14.3 32 32 32h64c17.7 0 32-14.3 32-32V192z"]},e.oE=e.mw},1633:(t,e,i)=>{"use strict";var o=i(2273);e.mw={prefix:o.prefix,iconName:o.iconName,icon:[o.width,o.height,o.aliases,o.unicode,o.svgPathData]},e.Vp=e.mw,o.prefix,o.iconName,o.width,o.height,o.aliases,o.unicode,o.svgPathData,o.aliases},7148:(t,e)=>{"use strict";e.mw={prefix:"fal",iconName:"right",icon:[448,512,[11157,"arrow-alt-right"],"f356","M416 253.7l0 4.6c0 4.4-1.8 8.6-5 11.6L261.2 412.5c-2.3 2.2-5.4 3.5-8.7 3.5c-6.9 0-12.6-5.6-12.6-12.6l0-83.4c0-8.8-7.2-16-16-16L48 304c-8.8 0-16-7.2-16-16l0-64c0-8.8 7.2-16 16-16l176 0c8.8 0 16-7.2 16-16l0-83.4c0-6.9 5.6-12.6 12.6-12.6c3.2 0 6.3 1.2 8.7 3.5L411 242.1c3.2 3 5 7.2 5 11.6zM252.6 448c11.4 0 22.5-4.4 30.7-12.3L433.1 293c9.5-9.1 14.9-21.6 14.9-34.8l0-4.6c0-13.1-5.4-25.7-14.9-34.8L283.3 76.3C275 68.4 264 64 252.6 64C228 64 208 84 208 108.6l0 67.4L48 176c-26.5 0-48 21.5-48 48l0 64c0 26.5 21.5 48 48 48l160 0 0 67.4c0 24.6 20 44.6 44.6 44.6z"]},e.qf=e.mw},2762:(t,e)=>{"use strict";e.mw={prefix:"fal",iconName:"rotate-left",icon:[512,512,["rotate-back","rotate-backward","undo-alt"],"f2ea","M94.7 360.2c-3.2-5-8.7-8.2-14.7-8.2c-12.3 0-20.3 12.8-13.7 23.2C106 438.2 176.1 480 256 480c123.7 0 224-100.3 224-224S379.7 32 256 32c-56.1 0-107.4 20.6-146.7 54.7L78.6 56c-5.1-5.1-12.1-8-19.3-8C44.2 48 32 60.2 32 75.3V176c0 8.8 7.2 16 16 16H148.7c15.1 0 27.3-12.2 27.3-27.3c0-7.2-2.9-14.2-8-19.3l-36-36C165.5 81.1 208.7 64 256 64c106 0 192 86 192 192s-86 192-192 192c-67.6 0-127.1-35-161.3-87.8zM64 86.6L137.4 160H64V86.6z"]},e.ub=e.mw},5981:(t,e)=>{"use strict";e.mw={prefix:"fal",iconName:"rotate-right",icon:[512,512,["redo-alt","rotate-forward"],"f2f9","M417.3 360.2c3.2-5 8.7-8.2 14.7-8.2c12.3 0 20.3 12.8 13.7 23.2C406 438.2 335.9 480 256 480C132.3 480 32 379.7 32 256S132.3 32 256 32c56.1 0 107.4 20.6 146.7 54.7L433.4 56c5.1-5.1 12.1-8 19.3-8C467.8 48 480 60.2 480 75.3V176c0 8.8-7.2 16-16 16H363.3c-15.1 0-27.3-12.2-27.3-27.3c0-7.2 2.9-14.2 8-19.3l36-36C346.5 81.1 303.3 64 256 64C150 64 64 150 64 256s86 192 192 192c67.6 0 127.1-35 161.3-87.8zM448 86.6L374.6 160H448V86.6z"]},e.lL=e.mw},1769:(t,e,i)=>{"use strict";var o=i(279);e.mw={prefix:o.prefix,iconName:o.iconName,icon:[o.width,o.height,o.aliases,o.unicode,o.svgPathData]},e.hS=e.mw,o.prefix,o.iconName,o.width,o.height,o.aliases,o.unicode,o.svgPathData,o.aliases},4390:(t,e)=>{"use strict";e.mw={prefix:"fal",iconName:"signal-bars",icon:[640,512,["signal-alt","signal-alt-4","signal-bars-strong"],"f690","M576 464V48c0-8.8-7.2-16-16-16s-16 7.2-16 16V464c0 8.8 7.2 16 16 16s16-7.2 16-16zM512 48c0-26.5 21.5-48 48-48s48 21.5 48 48V464c0 26.5-21.5 48-48 48s-48-21.5-48-48V48zM416 176c0-8.8-7.2-16-16-16s-16 7.2-16 16V464c0 8.8 7.2 16 16 16s16-7.2 16-16V176zm-64 0c0-26.5 21.5-48 48-48s48 21.5 48 48V464c0 26.5-21.5 48-48 48s-48-21.5-48-48V176zM256 464V304c0-8.8-7.2-16-16-16s-16 7.2-16 16V464c0 8.8 7.2 16 16 16s16-7.2 16-16zM240 256c26.5 0 48 21.5 48 48V464c0 26.5-21.5 48-48 48s-48-21.5-48-48V304c0-26.5 21.5-48 48-48zM96 432c0-8.8-7.2-16-16-16s-16 7.2-16 16v32c0 8.8 7.2 16 16 16s16-7.2 16-16V432zm-64 0c0-26.5 21.5-48 48-48s48 21.5 48 48v32c0 26.5-21.5 48-48 48s-48-21.5-48-48V432z"]},e.id=e.mw},2096:(t,e)=>{"use strict";e.mw={prefix:"fal",iconName:"signal-bars-fair",icon:[640,512,["signal-alt-2"],"f692","M240 288c-8.8 0-16 7.2-16 16V464c0 8.8 7.2 16 16 16s16-7.2 16-16V304c0-8.8-7.2-16-16-16zm-48 16c0-26.5 21.5-48 48-48s48 21.5 48 48V464c0 26.5-21.5 48-48 48s-48-21.5-48-48V304zM96 432c0-8.8-7.2-16-16-16s-16 7.2-16 16v32c0 8.8 7.2 16 16 16s16-7.2 16-16V432zm-64 0c0-26.5 21.5-48 48-48s48 21.5 48 48v32c0 26.5-21.5 48-48 48s-48-21.5-48-48V432z"]},e.UX=e.mw},9991:(t,e)=>{"use strict";e.mw={prefix:"fal",iconName:"signal-bars-good",icon:[640,512,["signal-alt-3"],"f693","M416 464c0 8.8-7.2 16-16 16s-16-7.2-16-16V176c0-8.8 7.2-16 16-16s16 7.2 16 16V464zM400 128c-26.5 0-48 21.5-48 48V464c0 26.5 21.5 48 48 48s48-21.5 48-48V176c0-26.5-21.5-48-48-48zM256 464c0 8.8-7.2 16-16 16s-16-7.2-16-16V304c0-8.8 7.2-16 16-16s16 7.2 16 16V464zM240 256c-26.5 0-48 21.5-48 48V464c0 26.5 21.5 48 48 48s48-21.5 48-48V304c0-26.5-21.5-48-48-48zM96 432v32c0 8.8-7.2 16-16 16s-16-7.2-16-16V432c0-8.8 7.2-16 16-16s16 7.2 16 16zm-64 0v32c0 26.5 21.5 48 48 48s48-21.5 48-48V432c0-26.5-21.5-48-48-48s-48 21.5-48 48z"]},e.PA=e.mw},7106:(t,e)=>{"use strict";e.mw={prefix:"fal",iconName:"signal-bars-weak",icon:[640,512,["signal-alt-1"],"f691","M96 464c0 8.8-7.2 16-16 16s-16-7.2-16-16V432c0-8.8 7.2-16 16-16s16 7.2 16 16v32zM80 384c-26.5 0-48 21.5-48 48v32c0 26.5 21.5 48 48 48s48-21.5 48-48V432c0-26.5-21.5-48-48-48z"]},e.qp=e.mw},1519:(t,e)=>{"use strict";e.mw={prefix:"fal",iconName:"spinner",icon:[512,512,[],"f110","M256 64a16 16 0 1 0 0-32 16 16 0 1 0 0 32zm0-64a48 48 0 1 1 0 96 48 48 0 1 1 0-96zm0 480a16 16 0 1 0 0-32 16 16 0 1 0 0 32zm0-64a48 48 0 1 1 0 96 48 48 0 1 1 0-96zM64 256a16 16 0 1 0 -32 0 16 16 0 1 0 32 0zM0 256a48 48 0 1 1 96 0A48 48 0 1 1 0 256zm464 16a16 16 0 1 0 0-32 16 16 0 1 0 0 32zm0-64a48 48 0 1 1 0 96 48 48 0 1 1 0-96zM120.2 391.8A16 16 0 1 0 97.6 414.4a16 16 0 1 0 22.6-22.6zM75 437a48 48 0 1 1 67.9-67.9A48 48 0 1 1 75 437zM97.6 120.2a16 16 0 1 0 22.6-22.6A16 16 0 1 0 97.6 120.2zM142.9 75A48 48 0 1 1 75 142.9 48 48 0 1 1 142.9 75zM414.4 414.4a16 16 0 1 0 -22.6-22.6 16 16 0 1 0 22.6 22.6zm-45.3-45.3A48 48 0 1 1 437 437a48 48 0 1 1 -67.9-67.9z"]},e.z1=e.mw},2803:(t,e)=>{"use strict";e.mw={prefix:"fal",iconName:"square",icon:[448,512,[9632,9723,9724,61590],"f0c8","M384 64c17.7 0 32 14.3 32 32V416c0 17.7-14.3 32-32 32H64c-17.7 0-32-14.3-32-32V96c0-17.7 14.3-32 32-32H384zM64 32C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64H384c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64H64z"]},e.Nf=e.mw},9100:(t,e)=>{"use strict";e.mw={prefix:"fal",iconName:"square-1",icon:[448,512,[],"e256","M384 64c17.7 0 32 14.3 32 32V416c0 17.7-14.3 32-32 32H64c-17.7 0-32-14.3-32-32V96c0-17.7 14.3-32 32-32H384zM64 32C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64H384c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64H64zm168 98.2c-4.9-2.9-11-2.9-16-.1l-56 32c-7.7 4.4-10.3 14.2-6 21.8s14.2 10.3 21.8 6L208 171.6V352H160c-8.8 0-16 7.2-16 16s7.2 16 16 16h64 64c8.8 0 16-7.2 16-16s-7.2-16-16-16H240V144c0-5.7-3-11-8-13.8z"]},e.qz=e.mw},7381:(t,e)=>{"use strict";e.mw={prefix:"fal",iconName:"square-2",icon:[448,512,[],"e257","M64 64C46.3 64 32 78.3 32 96V416c0 17.7 14.3 32 32 32H384c17.7 0 32-14.3 32-32V96c0-17.7-14.3-32-32-32H64zM0 96C0 60.7 28.7 32 64 32H384c35.3 0 64 28.7 64 64V416c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V96zm185 78.4L171 187.7c-6.4 6.1-16.6 5.7-22.6-.7s-5.7-16.6 .7-22.6l14.1-13.2c15.8-14.9 36.8-23 58.5-22.7C267.3 129 304 166.3 304 212c0 22.2-8.8 43.4-24.5 59.1L198.6 352H304c8.8 0 16 7.2 16 16s-7.2 16-16 16H160c-6.5 0-12.3-3.9-14.8-9.9s-1.1-12.9 3.5-17.4L256.9 248.5c9.7-9.7 15.1-22.8 15.1-36.5c0-28.2-22.7-51.2-50.9-51.6c-13.4-.2-26.3 4.8-36.1 14z"]},e.jw=e.mw},9190:(t,e)=>{"use strict";e.mw={prefix:"fal",iconName:"square-3",icon:[448,512,[],"e258","M64 64C46.3 64 32 78.3 32 96V416c0 17.7 14.3 32 32 32H384c17.7 0 32-14.3 32-32V96c0-17.7-14.3-32-32-32H64zM0 96C0 60.7 28.7 32 64 32H384c35.3 0 64 28.7 64 64V416c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V96zm144 32H288c6.7 0 12.7 4.2 15 10.4s.5 13.3-4.6 17.7l-78.9 67.6 19.9-.1c44.4-.2 80.6 35.7 80.6 80.2c0 44.3-35.9 80.2-80.2 80.2h-36c-27.6 0-53.5-13-70.1-35l-2.5-3.4c-5.3-7.1-3.9-17.1 3.2-22.4s17.1-3.9 22.4 3.2l2.5 3.4c10.5 14 27 22.2 44.5 22.2h36c26.6 0 48.2-21.6 48.2-48.2c0-26.7-21.7-48.3-48.4-48.2l-63.5 .3c-6.7 0-12.7-4.1-15.1-10.4s-.5-13.4 4.6-17.7L244.7 160H144c-8.8 0-16-7.2-16-16s7.2-16 16-16z"]},e.cd=e.mw},4071:(t,e)=>{"use strict";e.mw={prefix:"fal",iconName:"square-4",icon:[448,512,[],"e259","M384 64c17.7 0 32 14.3 32 32V416c0 17.7-14.3 32-32 32H64c-17.7 0-32-14.3-32-32V96c0-17.7 14.3-32 32-32H384zM64 32C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64H384c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64H64zm133.9 97.1c-8.2-3.3-17.5 .7-20.8 8.9l-64 160c-2 4.9-1.4 10.5 1.6 14.9s7.9 7 13.2 7H256v48c0 8.8 7.2 16 16 16s16-7.2 16-16V320h16c8.8 0 16-7.2 16-16s-7.2-16-16-16H288V208c0-8.8-7.2-16-16-16s-16 7.2-16 16v80H151.6l55.2-138.1c3.3-8.2-.7-17.5-8.9-20.8z"]},e.jR=e.mw},8e3:(t,e)=>{"use strict";e.mw={prefix:"fal",iconName:"square-5",icon:[448,512,[],"e25a","M64 64C46.3 64 32 78.3 32 96V416c0 17.7 14.3 32 32 32H384c17.7 0 32-14.3 32-32V96c0-17.7-14.3-32-32-32H64zM0 96C0 60.7 28.7 32 64 32H384c35.3 0 64 28.7 64 64V416c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V96zm176 32H288c8.8 0 16 7.2 16 16s-7.2 16-16 16H188.5L172 225.9l80.4 8.1c38.4 3.9 67.6 36.2 67.6 74.8c0 41.5-33.7 75.2-75.2 75.2h-44c-27.4 0-53-13.7-68.3-36.4l-1.8-2.7c-4.9-7.3-3-17.3 4.4-22.2s17.3-3 22.2 4.4l1.8 2.7c9.3 13.9 25 22.3 41.8 22.3h44c23.8 0 43.2-19.3 43.2-43.2c0-22.2-16.8-40.7-38.8-42.9l-98.8-10c-4.6-.5-8.8-2.9-11.5-6.7s-3.6-8.6-2.4-13.1l24-96c1.8-7.1 8.2-12.1 15.5-12.1z"]},e.qt=e.mw},4633:(t,e)=>{"use strict";e.mw={prefix:"fal",iconName:"square-6",icon:[448,512,[],"e25b","M384 64c17.7 0 32 14.3 32 32V416c0 17.7-14.3 32-32 32H64c-17.7 0-32-14.3-32-32V96c0-17.7 14.3-32 32-32H384zM64 32C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64H384c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64H64zM224 224a64 64 0 1 1 0 128 64 64 0 1 1 0-128zm-96 64c0 53 43 96 96 96s96-43 96-96c0-51.8-41-94-92.3-95.9l39.1-36.3c6.5-6 6.9-16.1 .8-22.6s-16.1-6.9-22.6-.8l-82.7 76.8c-22 20.4-34.4 49-34.4 78.9z"]},e.x7=e.mw},875:(t,e)=>{"use strict";e.mw={prefix:"fal",iconName:"square-check",icon:[448,512,[9745,9989,61510,"check-square"],"f14a","M64 64C46.3 64 32 78.3 32 96V416c0 17.7 14.3 32 32 32H384c17.7 0 32-14.3 32-32V96c0-17.7-14.3-32-32-32H64zM0 96C0 60.7 28.7 32 64 32H384c35.3 0 64 28.7 64 64V416c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V96zM331.3 203.3l-128 128c-6.2 6.2-16.4 6.2-22.6 0l-64-64c-6.2-6.2-6.2-16.4 0-22.6s16.4-6.2 22.6 0L192 297.4 308.7 180.7c6.2-6.2 16.4-6.2 22.6 0s6.2 16.4 0 22.6z"]},e.Dn=e.mw},9595:(t,e)=>{"use strict";e.mw={prefix:"fal",iconName:"square-minus",icon:[448,512,[61767,"minus-square"],"f146","M64 64C46.3 64 32 78.3 32 96V416c0 17.7 14.3 32 32 32H384c17.7 0 32-14.3 32-32V96c0-17.7-14.3-32-32-32H64zM0 96C0 60.7 28.7 32 64 32H384c35.3 0 64 28.7 64 64V416c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V96zM128 240H320c8.8 0 16 7.2 16 16s-7.2 16-16 16H128c-8.8 0-16-7.2-16-16s7.2-16 16-16z"]},e.hy=e.mw},1330:(t,e)=>{"use strict";e.mw={prefix:"fal",iconName:"square-o",icon:[448,512,[],"e278","M64 64C46.3 64 32 78.3 32 96V416c0 17.7 14.3 32 32 32H384c17.7 0 32-14.3 32-32V96c0-17.7-14.3-32-32-32H64zM0 96C0 60.7 28.7 32 64 32H384c35.3 0 64 28.7 64 64V416c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V96zM128 256a96 96 0 1 0 192 0 96 96 0 1 0 -192 0zm96 128a128 128 0 1 1 0-256 128 128 0 1 1 0 256z"]},e.Qv=e.mw},3894:(t,e)=>{"use strict";e.mw={prefix:"fal",iconName:"square-xmark",icon:[448,512,[10062,"times-square","xmark-square"],"f2d3","M64 64C46.3 64 32 78.3 32 96V416c0 17.7 14.3 32 32 32H384c17.7 0 32-14.3 32-32V96c0-17.7-14.3-32-32-32H64zM0 96C0 60.7 28.7 32 64 32H384c35.3 0 64 28.7 64 64V416c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V96zm148.7 84.7c6.2-6.2 16.4-6.2 22.6 0L224 233.4l52.7-52.7c6.2-6.2 16.4-6.2 22.6 0s6.2 16.4 0 22.6L246.6 256l52.7 52.7c6.2 6.2 6.2 16.4 0 22.6s-16.4 6.2-22.6 0L224 278.6l-52.7 52.7c-6.2 6.2-16.4 6.2-22.6 0s-6.2-16.4 0-22.6L201.4 256l-52.7-52.7c-6.2-6.2-6.2-16.4 0-22.6z"]},e.IP=e.mw},9396:(t,e)=>{"use strict";e.mw={prefix:"fal",iconName:"star",icon:[576,512,[11088,61446],"f005","M226.5 168.8L287.9 42.3l61.4 126.5c4.6 9.5 13.6 16.1 24.1 17.7l137.4 20.3-99.8 98.8c-7.4 7.3-10.8 17.8-9 28.1l23.5 139.5L303 407.7c-9.4-5-20.7-5-30.2 0L150.2 473.2l23.5-139.5c1.7-10.3-1.6-20.7-9-28.1L65 206.8l137.4-20.3c10.5-1.5 19.5-8.2 24.1-17.7zM424.9 509.1c8.1 4.3 17.9 3.7 25.3-1.7s11.2-14.5 9.7-23.5L433.6 328.4 544.8 218.2c6.5-6.4 8.7-15.9 5.9-24.5s-10.3-14.9-19.3-16.3L378.1 154.8 309.5 13.5C305.5 5.2 297.1 0 287.9 0s-17.6 5.2-21.6 13.5L197.7 154.8 44.5 177.5c-9 1.3-16.5 7.6-19.3 16.3s-.5 18.1 5.9 24.5L142.2 328.4 116 483.9c-1.5 9 2.2 18.1 9.7 23.5s17.3 6 25.3 1.7l137-73.2 137 73.2z"]},e.yy=e.mw},7673:(t,e)=>{"use strict";e.mw={prefix:"fal",iconName:"star-half-stroke",icon:[640,512,["star-half-alt"],"f5c0","M234.4 186.5L97 206.8l99.8 98.8c7.4 7.3 10.8 17.8 9 28.1L182.2 473.2 304 408.1V75.1l-45.5 93.7c-4.6 9.5-13.6 16.1-24.1 17.7zM336 408.2l121.6 65L434.1 333.7c-1.7-10.3 1.6-20.7 9-28.1l99.8-98.8L405.4 186.5c-10.5-1.5-19.5-8.2-24.1-17.7L336 75.4V408.2zm146.2 99.2c-7.4 5.3-17.3 6-25.3 1.7l-137-73.2L183 509.1c-8.1 4.3-17.9 3.7-25.3-1.7s-11.2-14.5-9.7-23.5l26.2-155.6L63.1 218.2c-6.5-6.4-8.7-15.9-5.9-24.5s10.3-14.9 19.3-16.3l153.2-22.6L298.3 13.5C302.4 5.2 310.7 0 319.9 0s17.6 5.2 21.6 13.5l68.6 141.3 153.2 22.6c9 1.3 16.5 7.6 19.3 16.3s.5 18.1-5.9 24.5L465.6 328.4l26.2 155.6c1.5 9-2.2 18.1-9.7 23.5z"]},e.xg=e.mw},8249:(t,e)=>{"use strict";e.mw={prefix:"fal",iconName:"strikethrough",icon:[512,512,[],"f0cc","M129.7 132c4.8-25.9 22-44.8 49.7-56.2c28.3-11.7 67-15 111-8.4c13.8 2.1 56.1 10 69.7 13.5c8.6 2.2 17.3-3 19.5-11.5s-3-17.3-11.5-19.5c-15.1-3.9-58.6-12-72.9-14.1c-47.7-7.2-92.7-4.1-127.9 10.5c-35.7 14.7-62.1 41.6-69.1 80.6c-.1 .3-.1 .6-.1 .9c-2.8 22.9 .6 42.7 9.5 59.7c8.8 16.8 22.4 29.6 37.9 39.8c18.7 12.2 41.6 21.2 65.2 28.9H16c-8.8 0-16 7.2-16 16s7.2 16 16 16H496c8.8 0 16-7.2 16-16s-7.2-16-16-16H319.4c-18.1-6.6-37-12.1-55.3-17.3l-1.2-.3c-39-11.2-74.8-21.6-100.2-38.1c-12.5-8.1-21.5-17.2-27.1-27.8c-5.4-10.4-8.1-23.3-6.1-40.5zM379 336.8c4.7 10.8 6.6 24.5 3.4 42.7c-4.7 26.1-21.9 45.2-49.8 56.6c-28.3 11.7-66.9 15-110.9 8.4c-22.1-3.5-59.5-15.7-88-25.1l0 0 0 0c-6.1-2-11.8-3.9-16.8-5.5c-8.4-2.7-17.4 1.9-20.1 10.4s1.9 17.4 10.4 20.1c4.4 1.4 9.6 3.1 15.3 5c28.3 9.3 69.3 22.8 94.4 26.7l.1 0c47.7 7.2 92.7 4.1 127.9-10.5c35.7-14.7 62.1-41.6 69.1-80.6c4.2-23.3 2.2-43.7-5.6-61.3c-.6-1.3-1.2-2.7-1.9-4H367.7c4.9 5.2 8.6 10.8 11.3 16.8z"]},e.$6=e.mw},2214:(t,e)=>{"use strict";e.mw={prefix:"fal",iconName:"table",icon:[512,512,[],"f0ce","M64 64C46.3 64 32 78.3 32 96l0 64 448 0V96c0-17.7-14.3-32-32-32L64 64zM32 192l0 112 208 0 0-112L32 192zm240 0l0 112H480l0-112-208 0zM240 336L32 336l0 80c0 17.7 14.3 32 32 32l176 0V336zm32 112H448c17.7 0 32-14.3 32-32V336H272V448zM0 96C0 60.7 28.7 32 64 32l384 0c35.3 0 64 28.7 64 64l0 320c0 35.3-28.7 64-64 64L64 480c-35.3 0-64-28.7-64-64L0 96z"]},e.w9=e.mw},6069:(t,e)=>{"use strict";e.mw={prefix:"fal",iconName:"table-cells",icon:[512,512,["th"],"f00a","M352 64v96H480V96c0-17.7-14.3-32-32-32H352zm-32 0H192v96H320V64zM160 64H64C46.3 64 32 78.3 32 96v64H160V64zM32 192V320H160V192H32zm0 160v64c0 17.7 14.3 32 32 32h96V352H32zm160 96H320V352H192v96zm160 0h96c17.7 0 32-14.3 32-32V352H352v96zM480 320V192H352V320H480zM0 96C0 60.7 28.7 32 64 32H448c35.3 0 64 28.7 64 64V416c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V96zM192 320H320V192H192V320z"]},e.bx=e.mw},9779:(t,e)=>{"use strict";e.mw={prefix:"fal",iconName:"table-columns",icon:[512,512,["columns"],"f0db","M448 64c17.7 0 32 14.3 32 32v64L32 160l0-64c0-17.7 14.3-32 32-32l384 0zM32 416l0-224 208 0 0 256L64 448c-17.7 0-32-14.3-32-32zm240 32l0-256 208 0 0 224c0 17.7-14.3 32-32 32H272zM64 32C28.7 32 0 60.7 0 96L0 416c0 35.3 28.7 64 64 64l384 0c35.3 0 64-28.7 64-64l0-320c0-35.3-28.7-64-64-64L64 32z"]},e.fq=e.mw},1879:(t,e)=>{"use strict";e.mw={prefix:"fal",iconName:"table-rows",icon:[512,512,["rows"],"e292","M32 96c0-17.7 14.3-32 32-32l64 0 0 176 0 32 0 176-64 0c-17.7 0-32-14.3-32-32L32 96zM160 272l320 0 0 144c0 17.7-14.3 32-32 32l-288 0 0-176zm320-32l-320 0 0-176 288 0c17.7 0 32 14.3 32 32l0 144zM0 416c0 35.3 28.7 64 64 64l384 0c35.3 0 64-28.7 64-64l0-320c0-35.3-28.7-64-64-64L64 32C28.7 32 0 60.7 0 96L0 416z"]},e.j3=e.mw},3987:(t,e)=>{"use strict";e.mw={prefix:"fal",iconName:"text",icon:[448,512,[],"f893","M0 64C0 46.3 14.3 32 32 32H416c17.7 0 32 14.3 32 32v48c0 8.8-7.2 16-16 16s-16-7.2-16-16V64H240l0 384h64c8.8 0 16 7.2 16 16s-7.2 16-16 16H144c-8.8 0-16-7.2-16-16s7.2-16 16-16h64l0-384H32v48c0 8.8-7.2 16-16 16s-16-7.2-16-16V64z"]},e.jw=e.mw},7047:(t,e)=>{"use strict";e.mw={prefix:"fal",iconName:"text-width",icon:[448,512,[],"f035","M32 32C14.3 32 0 46.3 0 64v64c0 8.8 7.2 16 16 16s16-7.2 16-16V64H208l0 192H160c-8.8 0-16 7.2-16 16s7.2 16 16 16H288c8.8 0 16-7.2 16-16s-7.2-16-16-16H240l0-192H416v64c0 8.8 7.2 16 16 16s16-7.2 16-16V64c0-17.7-14.3-32-32-32H32zM4.7 372.7c-6.2 6.2-6.2 16.4 0 22.6l80 80c6.2 6.2 16.4 6.2 22.6 0s6.2-16.4 0-22.6L54.6 400H393.4l-52.7 52.7c-6.2 6.2-6.2 16.4 0 22.6s16.4 6.2 22.6 0l80-80c6.2-6.2 6.2-16.4 0-22.6l-80-80c-6.2-6.2-16.4-6.2-22.6 0s-6.2 16.4 0 22.6L393.4 368H54.6l52.7-52.7c6.2-6.2 6.2-16.4 0-22.6s-16.4-6.2-22.6 0l-80 80z"]},e.$f=e.mw},5196:(t,e)=>{"use strict";e.mw={prefix:"fal",iconName:"trash",icon:[448,512,[],"f1f8","M177.7 32h92.5c5.5 0 10.6 2.8 13.6 7.5L299.1 64H148.9l15.3-24.5c2.9-4.7 8.1-7.5 13.6-7.5zM336.9 64L311 22.6C302.2 8.5 286.8 0 270.3 0H177.7C161.2 0 145.8 8.5 137 22.6L111.1 64H64.1 32 16C7.2 64 0 71.2 0 80s7.2 16 16 16H34.3L59.8 452.6C62.1 486.1 90 512 123.6 512H324.4c33.6 0 61.4-25.9 63.8-59.4L413.7 96H432c8.8 0 16-7.2 16-16s-7.2-16-16-16H416 383.9 336.9zm44.8 32L356.3 450.3C355.1 467 341.2 480 324.4 480H123.6c-16.8 0-30.7-13-31.9-29.7L66.4 96H381.6z"]},e.yL=e.mw},1684:(t,e)=>{"use strict";e.mw={prefix:"fal",iconName:"tree",icon:[448,512,[127794],"f1bb","M235.3 4.7c-6.2-6.2-16.4-6.2-22.6 0L72 145.4c-5.1 5.1-8 12.1-8 19.3C64 179.8 76.2 192 91.3 192h17.9L38.7 274.3c-4.3 5-6.7 11.4-6.7 18C32 307.6 44.4 320 59.7 320H77.2L6.7 402.3c-4.3 5-6.7 11.4-6.7 18C0 435.6 12.4 448 27.7 448H160h48v48c0 8.8 7.2 16 16 16s16-7.2 16-16V448h48H420.3c15.3 0 27.7-12.4 27.7-27.7c0-6.6-2.4-13-6.7-18L370.8 320h17.5c15.3 0 27.7-12.4 27.7-27.7c0-6.6-2.4-13-6.7-18L338.8 192h17.9c15.1 0 27.3-12.2 27.3-27.3c0-7.2-2.9-14.2-8-19.3L235.3 4.7zM240 416V208c0-8.8-7.2-16-16-16s-16 7.2-16 16V416H160 37.1l87.1-101.6c4.1-4.7 5-11.4 2.4-17.1s-8.3-9.3-14.5-9.3H69.1l87.1-101.6c4.1-4.7 5-11.4 2.4-17.1s-8.3-9.3-14.5-9.3H102.6L224 38.6 345.4 160H304c-6.2 0-11.9 3.6-14.5 9.3s-1.7 12.4 2.4 17.1L378.9 288H336c-6.2 0-11.9 3.6-14.5 9.3s-1.7 12.4 2.4 17.1L410.9 416H288 240z"]},e.aG=e.mw},2596:(t,e)=>{"use strict";e.mw={prefix:"fal",iconName:"triangle",icon:[512,512,[9650],"f2ec","M235.5 75.8c4.2-7.3 12-11.8 20.5-11.8s16.2 4.5 20.5 11.8l201 344.6c1.6 2.8 2.5 6 2.5 9.3c0 10.2-8.2 18.4-18.4 18.4H50.4C40.2 448 32 439.8 32 429.6c0-3.3 .9-6.4 2.5-9.3l201-344.6zM207.9 59.6L6.9 404.2C2.4 411.9 0 420.7 0 429.6C0 457.4 22.6 480 50.4 480H461.6c27.8 0 50.4-22.6 50.4-50.4c0-8.9-2.4-17.7-6.9-25.4L304.1 59.6C294.1 42.5 275.8 32 256 32s-38.1 10.5-48.1 27.6z"]},e.CK=e.mw},822:(t,e)=>{"use strict";e.mw={prefix:"fal",iconName:"underline",icon:[448,512,[],"f0cd","M0 48c0-8.8 7.2-16 16-16H144c8.8 0 16 7.2 16 16s-7.2 16-16 16H96V224c0 70.7 57.3 128 128 128s128-57.3 128-128V64H304c-8.8 0-16-7.2-16-16s7.2-16 16-16H432c8.8 0 16 7.2 16 16s-7.2 16-16 16H384V224c0 88.4-71.6 160-160 160s-160-71.6-160-160V64H16C7.2 64 0 56.8 0 48zM0 464c0-8.8 7.2-16 16-16H432c8.8 0 16 7.2 16 16s-7.2 16-16 16H16c-8.8 0-16-7.2-16-16z"]},e.ch=e.mw},7721:(t,e)=>{"use strict";e.mw={prefix:"fal",iconName:"up",icon:[384,512,["arrow-alt-up"],"f357","M189.7 64h4.6c4.4 0 8.6 1.8 11.6 5L348.5 218.8c2.2 2.3 3.5 5.4 3.5 8.7c0 6.9-5.6 12.6-12.6 12.6H256c-8.8 0-16 7.2-16 16V432c0 8.8-7.2 16-16 16H160c-8.8 0-16-7.2-16-16V256c0-8.8-7.2-16-16-16H44.6c-6.9 0-12.6-5.6-12.6-12.6c0-3.2 1.2-6.3 3.5-8.7L178.1 69c3-3.2 7.2-5 11.6-5zM384 227.4c0-11.4-4.4-22.5-12.3-30.7L229 46.9C220 37.4 207.4 32 194.3 32h-4.6C176.6 32 164 37.4 155 46.9L12.3 196.7C4.4 205 0 216 0 227.4C0 252 20 272 44.6 272H112V432c0 26.5 21.5 48 48 48h64c26.5 0 48-21.5 48-48V272h67.4c24.6 0 44.6-20 44.6-44.6z"]},e.h0=e.mw},1187:(t,e)=>{"use strict";e.mw={prefix:"fal",iconName:"up-right",icon:[384,512,[],"e2be","M312 128c4.4 0 8 3.6 8 8V337.4c0 3.7-3 6.6-6.6 6.6c-1.8 0-3.4-.7-4.7-1.9l-61.4-61.4c-6.2-6.2-16.4-6.2-22.6 0L112 393.4c-4.2 4.2-10 6.6-16 6.6s-11.8-2.4-16-6.6L54.6 368c-4.2-4.2-6.6-10-6.6-16s2.4-11.8 6.6-16L167.3 223.3c3-3 4.7-7.1 4.7-11.3s-1.7-8.3-4.7-11.3l-61.4-61.4c-1.2-1.2-1.9-2.9-1.9-4.7c0-3.7 3-6.6 6.6-6.6H312zm40 8c0-22.1-17.9-40-40-40H110.6C89.3 96 72 113.3 72 134.6c0 10.2 4.1 20.1 11.3 27.3L133.4 212 32 313.4C21.8 323.6 16 337.5 16 352s5.8 28.4 16 38.6L57.4 416c10.2 10.2 24.1 16 38.6 16s28.4-5.8 38.6-16L236 314.6l50.1 50.1c7.2 7.2 17.1 11.3 27.3 11.3c21.3 0 38.6-17.3 38.6-38.6V136z"]},e.py=e.mw},8497:(t,e)=>{"use strict";e.mw={prefix:"fal",iconName:"upload",icon:[512,512,[],"f093","M272 54.6V368c0 8.8-7.2 16-16 16s-16-7.2-16-16V54.6L139.3 155.3c-6.2 6.2-16.4 6.2-22.6 0s-6.2-16.4 0-22.6l128-128c6.2-6.2 16.4-6.2 22.6 0l128 128c6.2 6.2 6.2 16.4 0 22.6s-16.4 6.2-22.6 0L272 54.6zM208 352H64c-17.7 0-32 14.3-32 32v64c0 17.7 14.3 32 32 32H448c17.7 0 32-14.3 32-32V384c0-17.7-14.3-32-32-32H304V320H448c35.3 0 64 28.7 64 64v64c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V384c0-35.3 28.7-64 64-64H208v32zm176 64a24 24 0 1 1 48 0 24 24 0 1 1 -48 0z"]},e.Jm=e.mw},5211:(t,e)=>{"use strict";e.mw={prefix:"fal",iconName:"xmark",icon:[384,512,[128473,10005,10006,10060,215,"close","multiply","remove","times"],"f00d","M324.5 411.1c6.2 6.2 16.4 6.2 22.6 0s6.2-16.4 0-22.6L214.6 256 347.1 123.5c6.2-6.2 6.2-16.4 0-22.6s-16.4-6.2-22.6 0L192 233.4 59.5 100.9c-6.2-6.2-16.4-6.2-22.6 0s-6.2 16.4 0 22.6L169.4 256 36.9 388.5c-6.2 6.2-6.2 16.4 0 22.6s16.4 6.2 22.6 0L192 278.6 324.5 411.1z"]},e.Jy=e.mw},8113:(t,e)=>{"use strict";e.mw={prefix:"fas",iconName:"align-center",icon:[448,512,[],"f037","M352 64c0-17.7-14.3-32-32-32H128c-17.7 0-32 14.3-32 32s14.3 32 32 32H320c17.7 0 32-14.3 32-32zm96 128c0-17.7-14.3-32-32-32H32c-17.7 0-32 14.3-32 32s14.3 32 32 32H416c17.7 0 32-14.3 32-32zM0 448c0 17.7 14.3 32 32 32H416c17.7 0 32-14.3 32-32s-14.3-32-32-32H32c-17.7 0-32 14.3-32 32zM352 320c0-17.7-14.3-32-32-32H128c-17.7 0-32 14.3-32 32s14.3 32 32 32H320c17.7 0 32-14.3 32-32z"]},e._u=e.mw},1821:(t,e)=>{"use strict";e.mw={prefix:"fas",iconName:"align-left",icon:[448,512,[],"f036","M288 64c0 17.7-14.3 32-32 32H32C14.3 96 0 81.7 0 64S14.3 32 32 32H256c17.7 0 32 14.3 32 32zm0 256c0 17.7-14.3 32-32 32H32c-17.7 0-32-14.3-32-32s14.3-32 32-32H256c17.7 0 32 14.3 32 32zM0 192c0-17.7 14.3-32 32-32H416c17.7 0 32 14.3 32 32s-14.3 32-32 32H32c-17.7 0-32-14.3-32-32zM448 448c0 17.7-14.3 32-32 32H32c-17.7 0-32-14.3-32-32s14.3-32 32-32H416c17.7 0 32 14.3 32 32z"]},e.ec=e.mw},7212:(t,e)=>{"use strict";e.mw={prefix:"fas",iconName:"align-right",icon:[448,512,[],"f038","M448 64c0 17.7-14.3 32-32 32H192c-17.7 0-32-14.3-32-32s14.3-32 32-32H416c17.7 0 32 14.3 32 32zm0 256c0 17.7-14.3 32-32 32H192c-17.7 0-32-14.3-32-32s14.3-32 32-32H416c17.7 0 32 14.3 32 32zM0 192c0-17.7 14.3-32 32-32H416c17.7 0 32 14.3 32 32s-14.3 32-32 32H32c-17.7 0-32-14.3-32-32zM448 448c0 17.7-14.3 32-32 32H32c-17.7 0-32-14.3-32-32s14.3-32 32-32H416c17.7 0 32 14.3 32 32z"]},e.jb=e.mw},930:(t,e)=>{"use strict";e.mw={prefix:"fas",iconName:"angle-down",icon:[448,512,[8964],"f107","M201.4 342.6c12.5 12.5 32.8 12.5 45.3 0l160-160c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L224 274.7 86.6 137.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l160 160z"]},e.td=e.mw},9723:(t,e)=>{"use strict";e.mw={prefix:"fas",iconName:"angle-up",icon:[448,512,[8963],"f106","M201.4 137.4c12.5-12.5 32.8-12.5 45.3 0l160 160c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0L224 205.3 86.6 342.6c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3l160-160z"]},e.GF=e.mw},536:(t,e)=>{"use strict";e.mw={prefix:"fas",iconName:"arrow-down",icon:[384,512,[8595],"f063","M169.4 470.6c12.5 12.5 32.8 12.5 45.3 0l160-160c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L224 370.8 224 64c0-17.7-14.3-32-32-32s-32 14.3-32 32l0 306.7L54.6 265.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l160 160z"]},e.B0=e.mw},1673:(t,e)=>{"use strict";e.mw={prefix:"fas",iconName:"arrow-left",icon:[448,512,[8592],"f060","M9.4 233.4c-12.5 12.5-12.5 32.8 0 45.3l160 160c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L109.2 288 416 288c17.7 0 32-14.3 32-32s-14.3-32-32-32l-306.7 0L214.6 118.6c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0l-160 160z"]},e.Ce=e.mw},8736:(t,e)=>{"use strict";e.mw={prefix:"fas",iconName:"arrow-right",icon:[448,512,[8594],"f061","M438.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L338.8 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l306.7 0L233.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160z"]},e.dm=e.mw},9511:(t,e)=>{"use strict";e.mw={prefix:"fas",iconName:"arrow-turn-down",icon:[384,512,["level-down"],"f149","M32 64C14.3 64 0 49.7 0 32S14.3 0 32 0l96 0c53 0 96 43 96 96l0 306.7 73.4-73.4c12.5-12.5 32.8-12.5 45.3 0s12.5 32.8 0 45.3l-128 128c-12.5 12.5-32.8 12.5-45.3 0l-128-128c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0L160 402.7 160 96c0-17.7-14.3-32-32-32L32 64z"]},e.k8=e.mw},5757:(t,e)=>{"use strict";e.mw={prefix:"fas",iconName:"arrow-up",icon:[384,512,[8593],"f062","M214.6 41.4c-12.5-12.5-32.8-12.5-45.3 0l-160 160c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L160 141.2V448c0 17.7 14.3 32 32 32s32-14.3 32-32V141.2L329.4 246.6c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3l-160-160z"]},e.IN=e.mw},6728:(t,e)=>{"use strict";Object.defineProperty(e,"__esModule",{value:!0});var i="arrows-rotate",o=[128472,"refresh","sync"],n="f021",r="M105.1 202.6c7.7-21.8 20.2-42.3 37.8-59.8c62.5-62.5 163.8-62.5 226.3 0L386.3 160H336c-17.7 0-32 14.3-32 32s14.3 32 32 32H463.5c0 0 0 0 0 0h.4c17.7 0 32-14.3 32-32V64c0-17.7-14.3-32-32-32s-32 14.3-32 32v51.2L414.4 97.6c-87.5-87.5-229.3-87.5-316.8 0C73.2 122 55.6 150.7 44.8 181.4c-5.9 16.7 2.9 34.9 19.5 40.8s34.9-2.9 40.8-19.5zM39 289.3c-5 1.5-9.8 4.2-13.7 8.2c-4 4-6.7 8.8-8.1 14c-.3 1.2-.6 2.5-.8 3.8c-.3 1.7-.4 3.4-.4 5.1V448c0 17.7 14.3 32 32 32s32-14.3 32-32V396.9l17.6 17.5 0 0c87.5 87.4 229.3 87.4 316.7 0c24.4-24.4 42.1-53.1 52.9-83.7c5.9-16.7-2.9-34.9-19.5-40.8s-34.9 2.9-40.8 19.5c-7.7 21.8-20.2 42.3-37.8 59.8c-62.5 62.5-163.8 62.5-226.3 0l-.1-.1L125.6 352H176c17.7 0 32-14.3 32-32s-14.3-32-32-32H48.4c-1.6 0-3.2 .1-4.8 .3s-3.1 .5-4.6 1z";e.definition={prefix:"fas",iconName:i,icon:[512,512,o,n,r]},e.faArrowsRotate=e.definition,e.prefix="fas",e.iconName=i,e.width=512,e.height=512,e.ligatures=o,e.unicode=n,e.svgPathData=r,e.aliases=o},5927:(t,e)=>{"use strict";e.mw={prefix:"fas",iconName:"arrows-to-dot",icon:[512,512,[],"e4be","M256 0c17.7 0 32 14.3 32 32V64h32c12.9 0 24.6 7.8 29.6 19.8s2.2 25.7-6.9 34.9l-64 64c-12.5 12.5-32.8 12.5-45.3 0l-64-64c-9.2-9.2-11.9-22.9-6.9-34.9s16.6-19.8 29.6-19.8h32V32c0-17.7 14.3-32 32-32zM169.4 393.4l64-64c12.5-12.5 32.8-12.5 45.3 0l64 64c9.2 9.2 11.9 22.9 6.9 34.9s-16.6 19.8-29.6 19.8H288v32c0 17.7-14.3 32-32 32s-32-14.3-32-32V448H192c-12.9 0-24.6-7.8-29.6-19.8s-2.2-25.7 6.9-34.9zM32 224H64V192c0-12.9 7.8-24.6 19.8-29.6s25.7-2.2 34.9 6.9l64 64c12.5 12.5 12.5 32.8 0 45.3l-64 64c-9.2 9.2-22.9 11.9-34.9 6.9s-19.8-16.6-19.8-29.6V288H32c-17.7 0-32-14.3-32-32s14.3-32 32-32zm297.4 54.6c-12.5-12.5-12.5-32.8 0-45.3l64-64c9.2-9.2 22.9-11.9 34.9-6.9s19.8 16.6 19.8 29.6v32h32c17.7 0 32 14.3 32 32s-14.3 32-32 32H448v32c0 12.9-7.8 24.6-19.8 29.6s-25.7 2.2-34.9-6.9l-64-64zM256 224a32 32 0 1 1 0 64 32 32 0 1 1 0-64z"]},e.Ew=e.mw},9231:(t,e)=>{"use strict";e.mw={prefix:"fas",iconName:"bars",icon:[448,512,["navicon"],"f0c9","M0 96C0 78.3 14.3 64 32 64H416c17.7 0 32 14.3 32 32s-14.3 32-32 32H32C14.3 128 0 113.7 0 96zM0 256c0-17.7 14.3-32 32-32H416c17.7 0 32 14.3 32 32s-14.3 32-32 32H32c-17.7 0-32-14.3-32-32zM448 416c0 17.7-14.3 32-32 32H32c-17.7 0-32-14.3-32-32s14.3-32 32-32H416c17.7 0 32 14.3 32 32z"]},e.ck=e.mw},8542:(t,e)=>{"use strict";e.mw={prefix:"fas",iconName:"bold",icon:[384,512,[],"f032","M0 64C0 46.3 14.3 32 32 32H80 96 224c70.7 0 128 57.3 128 128c0 31.3-11.3 60.1-30 82.3c37.1 22.4 62 63.1 62 109.7c0 70.7-57.3 128-128 128H96 80 32c-17.7 0-32-14.3-32-32s14.3-32 32-32H48V256 96H32C14.3 96 0 81.7 0 64zM224 224c35.3 0 64-28.7 64-64s-28.7-64-64-64H112V224H224zM112 288V416H256c35.3 0 64-28.7 64-64s-28.7-64-64-64H224 112z"]},e.l5=e.mw},2356:(t,e)=>{"use strict";e.mw={prefix:"fas",iconName:"book",icon:[448,512,[128212],"f02d","M96 0C43 0 0 43 0 96V416c0 53 43 96 96 96H384h32c17.7 0 32-14.3 32-32s-14.3-32-32-32V384c17.7 0 32-14.3 32-32V32c0-17.7-14.3-32-32-32H384 96zm0 384H352v64H96c-17.7 0-32-14.3-32-32s14.3-32 32-32zm32-240c0-8.8 7.2-16 16-16H336c8.8 0 16 7.2 16 16s-7.2 16-16 16H144c-8.8 0-16-7.2-16-16zm16 48H336c8.8 0 16 7.2 16 16s-7.2 16-16 16H144c-8.8 0-16-7.2-16-16s7.2-16 16-16z"]},e.LB=e.mw},4505:(t,e)=>{"use strict";e.mw={prefix:"fas",iconName:"building",icon:[384,512,[127970,61687],"f1ad","M48 0C21.5 0 0 21.5 0 48V464c0 26.5 21.5 48 48 48h96V432c0-26.5 21.5-48 48-48s48 21.5 48 48v80h96c26.5 0 48-21.5 48-48V48c0-26.5-21.5-48-48-48H48zM64 240c0-8.8 7.2-16 16-16h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H80c-8.8 0-16-7.2-16-16V240zm112-16h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H176c-8.8 0-16-7.2-16-16V240c0-8.8 7.2-16 16-16zm80 16c0-8.8 7.2-16 16-16h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H272c-8.8 0-16-7.2-16-16V240zM80 96h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H80c-8.8 0-16-7.2-16-16V112c0-8.8 7.2-16 16-16zm80 16c0-8.8 7.2-16 16-16h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H176c-8.8 0-16-7.2-16-16V112zM272 96h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H272c-8.8 0-16-7.2-16-16V112c0-8.8 7.2-16 16-16z"]},e.UR=e.mw},4582:(t,e)=>{"use strict";e.mw={prefix:"fas",iconName:"caret-down",icon:[320,512,[],"f0d7","M137.4 374.6c12.5 12.5 32.8 12.5 45.3 0l128-128c9.2-9.2 11.9-22.9 6.9-34.9s-16.6-19.8-29.6-19.8L32 192c-12.9 0-24.6 7.8-29.6 19.8s-2.2 25.7 6.9 34.9l128 128z"]},e.xB=e.mw},6127:(t,e)=>{"use strict";e.mw={prefix:"fas",iconName:"caret-left",icon:[256,512,[],"f0d9","M9.4 278.6c-12.5-12.5-12.5-32.8 0-45.3l128-128c9.2-9.2 22.9-11.9 34.9-6.9s19.8 16.6 19.8 29.6l0 256c0 12.9-7.8 24.6-19.8 29.6s-25.7 2.2-34.9-6.9l-128-128z"]},e.Ot=e.mw},8238:(t,e)=>{"use strict";e.mw={prefix:"fas",iconName:"caret-right",icon:[256,512,[],"f0da","M246.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-128-128c-9.2-9.2-22.9-11.9-34.9-6.9s-19.8 16.6-19.8 29.6l0 256c0 12.9 7.8 24.6 19.8 29.6s25.7 2.2 34.9-6.9l128-128z"]},e.fU=e.mw},6343:(t,e)=>{"use strict";e.mw={prefix:"fas",iconName:"caret-up",icon:[320,512,[],"f0d8","M182.6 137.4c-12.5-12.5-32.8-12.5-45.3 0l-128 128c-9.2 9.2-11.9 22.9-6.9 34.9s16.6 19.8 29.6 19.8H288c12.9 0 24.6-7.8 29.6-19.8s2.2-25.7-6.9-34.9l-128-128z"]},e.S$=e.mw},5236:(t,e)=>{"use strict";e.mw={prefix:"fas",iconName:"chart-bar",icon:[512,512,["bar-chart"],"f080","M32 32c17.7 0 32 14.3 32 32V400c0 8.8 7.2 16 16 16H480c17.7 0 32 14.3 32 32s-14.3 32-32 32H80c-44.2 0-80-35.8-80-80V64C0 46.3 14.3 32 32 32zm96 96c0-17.7 14.3-32 32-32l192 0c17.7 0 32 14.3 32 32s-14.3 32-32 32l-192 0c-17.7 0-32-14.3-32-32zm32 64H288c17.7 0 32 14.3 32 32s-14.3 32-32 32H160c-17.7 0-32-14.3-32-32s14.3-32 32-32zm0 96H416c17.7 0 32 14.3 32 32s-14.3 32-32 32H160c-17.7 0-32-14.3-32-32s14.3-32 32-32z"]},e.$F=e.mw},6363:(t,e)=>{"use strict";e.mw={prefix:"fas",iconName:"chart-column",icon:[512,512,[],"e0e3","M32 32c17.7 0 32 14.3 32 32V400c0 8.8 7.2 16 16 16H480c17.7 0 32 14.3 32 32s-14.3 32-32 32H80c-44.2 0-80-35.8-80-80V64C0 46.3 14.3 32 32 32zM160 224c17.7 0 32 14.3 32 32v64c0 17.7-14.3 32-32 32s-32-14.3-32-32V256c0-17.7 14.3-32 32-32zm128-64V320c0 17.7-14.3 32-32 32s-32-14.3-32-32V160c0-17.7 14.3-32 32-32s32 14.3 32 32zm64 32c17.7 0 32 14.3 32 32v96c0 17.7-14.3 32-32 32s-32-14.3-32-32V224c0-17.7 14.3-32 32-32zM480 96V320c0 17.7-14.3 32-32 32s-32-14.3-32-32V96c0-17.7 14.3-32 32-32s32 14.3 32 32z"]},e.q9=e.mw},3499:(t,e)=>{"use strict";e.mw={prefix:"fas",iconName:"chart-line",icon:[512,512,["line-chart"],"f201","M64 64c0-17.7-14.3-32-32-32S0 46.3 0 64V400c0 44.2 35.8 80 80 80H480c17.7 0 32-14.3 32-32s-14.3-32-32-32H80c-8.8 0-16-7.2-16-16V64zm406.6 86.6c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L320 210.7l-57.4-57.4c-12.5-12.5-32.8-12.5-45.3 0l-112 112c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L240 221.3l57.4 57.4c12.5 12.5 32.8 12.5 45.3 0l128-128z"]},e.gK=e.mw},3811:(t,e)=>{"use strict";e.mw={prefix:"fas",iconName:"chart-pie",icon:[576,512,["pie-chart"],"f200","M304 240V16.6c0-9 7-16.6 16-16.6C443.7 0 544 100.3 544 224c0 9-7.6 16-16.6 16H304zM32 272C32 150.7 122.1 50.3 239 34.3c9.2-1.3 17 6.1 17 15.4V288L412.5 444.5c6.7 6.7 6.2 17.7-1.5 23.1C371.8 495.6 323.8 512 272 512C139.5 512 32 404.6 32 272zm526.4 16c9.3 0 16.6 7.8 15.4 17c-7.7 55.9-34.6 105.6-73.9 142.3c-6 5.6-15.4 5.2-21.2-.7L320 288H558.4z"]},e.W1=e.mw},4331:(t,e)=>{"use strict";e.mw={prefix:"fas",iconName:"chart-simple",icon:[448,512,[],"e473","M160 80c0-26.5 21.5-48 48-48h32c26.5 0 48 21.5 48 48V432c0 26.5-21.5 48-48 48H208c-26.5 0-48-21.5-48-48V80zM0 272c0-26.5 21.5-48 48-48H80c26.5 0 48 21.5 48 48V432c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V272zM368 96h32c26.5 0 48 21.5 48 48V432c0 26.5-21.5 48-48 48H368c-26.5 0-48-21.5-48-48V144c0-26.5 21.5-48 48-48z"]},e.s6=e.mw},789:(t,e)=>{"use strict";e.mw={prefix:"fas",iconName:"check",icon:[448,512,[10003,10004],"f00c","M438.6 105.4c12.5 12.5 12.5 32.8 0 45.3l-256 256c-12.5 12.5-32.8 12.5-45.3 0l-128-128c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0L160 338.7 393.4 105.4c12.5-12.5 32.8-12.5 45.3 0z"]},e.e6=e.mw},8022:(t,e)=>{"use strict";e.mw={prefix:"fas",iconName:"chevron-down",icon:[512,512,[],"f078","M233.4 406.6c12.5 12.5 32.8 12.5 45.3 0l192-192c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L256 338.7 86.6 169.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l192 192z"]},e.Jt=e.mw},127:(t,e)=>{"use strict";e.mw={prefix:"fas",iconName:"chevron-left",icon:[320,512,[9001],"f053","M9.4 233.4c-12.5 12.5-12.5 32.8 0 45.3l192 192c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L77.3 256 246.6 86.6c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0l-192 192z"]},e.Wz=e.mw},6158:(t,e)=>{"use strict";e.mw={prefix:"fas",iconName:"chevron-right",icon:[320,512,[9002],"f054","M310.6 233.4c12.5 12.5 12.5 32.8 0 45.3l-192 192c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3L242.7 256 73.4 86.6c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0l192 192z"]},e.Xk=e.mw},2439:(t,e)=>{"use strict";e.mw={prefix:"fas",iconName:"chevron-up",icon:[512,512,[],"f077","M233.4 105.4c12.5-12.5 32.8-12.5 45.3 0l192 192c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0L256 173.3 86.6 342.6c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3l192-192z"]},e.w2=e.mw},5037:(t,e)=>{"use strict";e.mw={prefix:"fas",iconName:"circle",icon:[512,512,[128308,128309,128992,128993,128994,128995,128996,9679,9898,9899,11044,61708,61915],"f111","M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512z"]},e.GE=e.mw},7005:(t,e)=>{"use strict";e.mw={prefix:"fas",iconName:"circle-check",icon:[512,512,[61533,"check-circle"],"f058","M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM369 209L241 337c-9.4 9.4-24.6 9.4-33.9 0l-64-64c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l47 47L335 175c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9z"]},e.QR=e.mw},1504:(t,e)=>{"use strict";e.mw={prefix:"fas",iconName:"circle-exclamation",icon:[512,512,["exclamation-circle"],"f06a","M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zm0-384c13.3 0 24 10.7 24 24V264c0 13.3-10.7 24-24 24s-24-10.7-24-24V152c0-13.3 10.7-24 24-24zM224 352a32 32 0 1 1 64 0 32 32 0 1 1 -64 0z"]},e.lE=e.mw},7436:(t,e)=>{"use strict";e.mw={prefix:"fas",iconName:"circle-half-stroke",icon:[512,512,[9680,"adjust"],"f042","M448 256c0-106-86-192-192-192V448c106 0 192-86 192-192zM0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256z"]},e.B2=e.mw},9517:(t,e)=>{"use strict";e.mw={prefix:"fas",iconName:"circle-info",icon:[512,512,["info-circle"],"f05a","M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM216 336h24V272H216c-13.3 0-24-10.7-24-24s10.7-24 24-24h48c13.3 0 24 10.7 24 24v88h8c13.3 0 24 10.7 24 24s-10.7 24-24 24H216c-13.3 0-24-10.7-24-24s10.7-24 24-24zm40-208a32 32 0 1 1 0 64 32 32 0 1 1 0-64z"]},e.mE=e.mw},4201:(t,e)=>{"use strict";e.mw={prefix:"fas",iconName:"circle-quarter-stroke",icon:[512,512,[],"e5d3","M64 256l160 0c17.7 0 32-14.3 32-32l0-160c106 0 192 86 192 192s-86 192-192 192S64 362 64 256zM0 256a256 256 0 1 0 512 0A256 256 0 1 0 0 256z"]},e.It=e.mw},1261:(t,e)=>{"use strict";e.mw={prefix:"fas",iconName:"circle-question",icon:[512,512,[62108,"question-circle"],"f059","M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM169.8 165.3c7.9-22.3 29.1-37.3 52.8-37.3h58.3c34.9 0 63.1 28.3 63.1 63.1c0 22.6-12.1 43.5-31.7 54.8L280 264.4c-.2 13-10.9 23.6-24 23.6c-13.3 0-24-10.7-24-24V250.5c0-8.6 4.6-16.5 12.1-20.8l44.3-25.4c4.7-2.7 7.6-7.7 7.6-13.1c0-8.4-6.8-15.1-15.1-15.1H222.6c-3.4 0-6.4 2.1-7.5 5.3l-.4 1.2c-4.4 12.5-18.2 19-30.6 14.6s-19-18.2-14.6-30.6l.4-1.2zM224 352a32 32 0 1 1 64 0 32 32 0 1 1 -64 0z"]},e.AP=e.mw},9626:(t,e)=>{"use strict";e.mw={prefix:"fas",iconName:"circle-radiation",icon:[512,512,[9762,"radiation-alt"],"f7ba","M256 64a192 192 0 1 1 0 384 192 192 0 1 1 0-384zm0 448A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM200 256c0-20.7 11.3-38.8 28-48.5l-36-62.3c-8.8-15.3-28.7-20.8-42-9c-25.6 22.6-43.9 53.3-50.9 88.1C95.7 241.5 110.3 256 128 256l72 0zm28 48.5l-36 62.4c-8.8 15.3-3.6 35.2 13.1 40.8c16 5.4 33.1 8.3 50.9 8.3s34.9-2.9 50.9-8.3c16.7-5.6 21.9-25.5 13.1-40.8l-36-62.4c-8.2 4.8-17.8 7.5-28 7.5s-19.8-2.7-28-7.5zM312 256l72 0c17.7 0 32.3-14.5 28.8-31.8c-7-34.8-25.3-65.5-50.9-88.1c-13.2-11.7-33.1-6.3-42 9l-36 62.3c16.7 9.7 28 27.8 28 48.5zm-56 32a32 32 0 1 0 0-64 32 32 0 1 0 0 64z"]},e.DQ=e.mw},8248:(t,e)=>{"use strict";e.mw={prefix:"fas",iconName:"circle-three-quarters-stroke",icon:[512,512,[],"e5d4","M256 64V224c0 17.7 14.3 32 32 32H448c0-106-86-192-192-192zM0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256z"]},e.PZ=e.mw},5268:(t,e)=>{"use strict";e.mw={prefix:"fas",iconName:"circle-xmark",icon:[512,512,[61532,"times-circle","xmark-circle"],"f057","M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM175 175c9.4-9.4 24.6-9.4 33.9 0l47 47 47-47c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9l-47 47 47 47c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0l-47-47-47 47c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l47-47-47-47c-9.4-9.4-9.4-24.6 0-33.9z"]},e.bn=e.mw},8724:(t,e)=>{"use strict";e.mw={prefix:"fas",iconName:"code",icon:[640,512,[],"f121","M392.8 1.2c-17-4.9-34.7 5-39.6 22l-128 448c-4.9 17 5 34.7 22 39.6s34.7-5 39.6-22l128-448c4.9-17-5-34.7-22-39.6zm80.6 120.1c-12.5 12.5-12.5 32.8 0 45.3L562.7 256l-89.4 89.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l112-112c12.5-12.5 12.5-32.8 0-45.3l-112-112c-12.5-12.5-32.8-12.5-45.3 0zm-306.7 0c-12.5-12.5-32.8-12.5-45.3 0l-112 112c-12.5 12.5-12.5 32.8 0 45.3l112 112c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L77.3 256l89.4-89.4c12.5-12.5 12.5-32.8 0-45.3z"]},e.jT=e.mw},8964:(t,e)=>{"use strict";e.mw={prefix:"fas",iconName:"comment",icon:[512,512,[128489,61669],"f075","M512 240c0 114.9-114.6 208-256 208c-37.1 0-72.3-6.4-104.1-17.9c-11.9 8.7-31.3 20.6-54.3 30.6C73.6 471.1 44.7 480 16 480c-6.5 0-12.3-3.9-14.8-9.9c-2.5-6-1.1-12.8 3.4-17.4l0 0 0 0 0 0 0 0 .3-.3c.3-.3 .7-.7 1.3-1.4c1.1-1.2 2.8-3.1 4.9-5.7c4.1-5 9.6-12.4 15.2-21.6c10-16.6 19.5-38.4 21.4-62.9C17.7 326.8 0 285.1 0 240C0 125.1 114.6 32 256 32s256 93.1 256 208z"]},e.DN=e.mw},5764:(t,e)=>{"use strict";e.mw={prefix:"fas",iconName:"copy",icon:[448,512,[],"f0c5","M208 0H332.1c12.7 0 24.9 5.1 33.9 14.1l67.9 67.9c9 9 14.1 21.2 14.1 33.9V336c0 26.5-21.5 48-48 48H208c-26.5 0-48-21.5-48-48V48c0-26.5 21.5-48 48-48zM48 128h80v64H64V448H256V416h64v48c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V176c0-26.5 21.5-48 48-48z"]},e.jP=e.mw},8573:(t,e)=>{"use strict";e.mw={prefix:"fas",iconName:"dash",icon:[512,512,["minus-large"],"e404","M0 256c0-17.7 14.3-32 32-32H480c17.7 0 32 14.3 32 32s-14.3 32-32 32H32c-17.7 0-32-14.3-32-32z"]},e.AJ=e.mw},5133:(t,e)=>{"use strict";e.mw={prefix:"fas",iconName:"down",icon:[384,512,["arrow-alt-down"],"f354","M214.6 470.6c-12.5 12.5-32.8 12.5-45.3 0l-160-160c-9.2-9.2-11.9-22.9-6.9-34.9s16.6-19.8 29.6-19.8l96 0 0-184c0-22.1 17.9-40 40-40l48 0c22.1 0 40 17.9 40 40l0 184 96 0c12.9 0 24.6 7.8 29.6 19.8s2.2 25.7-6.9 34.9l-160 160z"]},e.sx=e.mw},3247:(t,e)=>{"use strict";e.mw={prefix:"fas",iconName:"down-right",icon:[384,512,[],"e16b","M336 432H96c-12.9 0-24.6-7.8-29.6-19.8s-2.2-25.7 6.9-34.9l72-72L11.3 171.3C4.1 164.1 0 154.2 0 144s4.1-20.1 11.3-27.3L52.7 75.3C59.9 68.1 69.8 64 80 64s20.1 4.1 27.3 11.3L241.4 209.4l72-72c9.2-9.2 22.9-11.9 34.9-6.9s19.8 16.6 19.8 29.6V400c0 17.7-14.3 32-32 32z"]},e.I0=e.mw},397:(t,e)=>{"use strict";e.mw={prefix:"fas",iconName:"download",icon:[512,512,[],"f019","M288 32c0-17.7-14.3-32-32-32s-32 14.3-32 32V274.7l-73.4-73.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l128 128c12.5 12.5 32.8 12.5 45.3 0l128-128c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L288 274.7V32zM64 352c-35.3 0-64 28.7-64 64v32c0 35.3 28.7 64 64 64H448c35.3 0 64-28.7 64-64V416c0-35.3-28.7-64-64-64H346.5l-45.3 45.3c-25 25-65.5 25-90.5 0L165.5 352H64zm368 56a24 24 0 1 1 0 48 24 24 0 1 1 0-48z"]},e.cb=e.mw},3478:(t,e)=>{"use strict";e.mw={prefix:"fas",iconName:"ellipsis",icon:[448,512,["ellipsis-h"],"f141","M8 256a56 56 0 1 1 112 0A56 56 0 1 1 8 256zm160 0a56 56 0 1 1 112 0 56 56 0 1 1 -112 0zm216-56a56 56 0 1 1 0 112 56 56 0 1 1 0-112z"]},e.Dw=e.mw},512:(t,e)=>{"use strict";e.mw={prefix:"fas",iconName:"ellipsis-vertical",icon:[128,512,["ellipsis-v"],"f142","M64 360a56 56 0 1 0 0 112 56 56 0 1 0 0-112zm0-160a56 56 0 1 0 0 112 56 56 0 1 0 0-112zM120 96A56 56 0 1 0 8 96a56 56 0 1 0 112 0z"]},e.nx=e.mw},2680:(t,e)=>{"use strict";e.mw={prefix:"fas",iconName:"exclamation",icon:[64,512,[10069,10071,61738],"21","M64 64c0-17.7-14.3-32-32-32S0 46.3 0 64V320c0 17.7 14.3 32 32 32s32-14.3 32-32V64zM32 480a40 40 0 1 0 0-80 40 40 0 1 0 0 80z"]},e.bx=e.mw},2704:(t,e)=>{"use strict";e.mw={prefix:"fas",iconName:"eye",icon:[576,512,[128065],"f06e","M288 32c-80.8 0-145.5 36.8-192.6 80.6C48.6 156 17.3 208 2.5 243.7c-3.3 7.9-3.3 16.7 0 24.6C17.3 304 48.6 356 95.4 399.4C142.5 443.2 207.2 480 288 480s145.5-36.8 192.6-80.6c46.8-43.5 78.1-95.4 93-131.1c3.3-7.9 3.3-16.7 0-24.6c-14.9-35.7-46.2-87.7-93-131.1C433.5 68.8 368.8 32 288 32zM144 256a144 144 0 1 1 288 0 144 144 0 1 1 -288 0zm144-64c0 35.3-28.7 64-64 64c-7.1 0-13.9-1.2-20.3-3.3c-5.5-1.8-11.9 1.6-11.7 7.4c.3 6.9 1.3 13.8 3.2 20.7c13.7 51.2 66.4 81.6 117.6 67.9s81.6-66.4 67.9-117.6c-11.1-41.5-47.8-69.4-88.6-71.1c-5.8-.2-9.2 6.1-7.4 11.7c2.1 6.4 3.3 13.2 3.3 20.3z"]},e.pS=e.mw},2419:(t,e)=>{"use strict";e.mw={prefix:"fas",iconName:"eye-slash",icon:[640,512,[],"f070","M38.8 5.1C28.4-3.1 13.3-1.2 5.1 9.2S-1.2 34.7 9.2 42.9l592 464c10.4 8.2 25.5 6.3 33.7-4.1s6.3-25.5-4.1-33.7L525.6 386.7c39.6-40.6 66.4-86.1 79.9-118.4c3.3-7.9 3.3-16.7 0-24.6c-14.9-35.7-46.2-87.7-93-131.1C465.5 68.8 400.8 32 320 32c-68.2 0-125 26.3-169.3 60.8L38.8 5.1zM223.1 149.5C248.6 126.2 282.7 112 320 112c79.5 0 144 64.5 144 144c0 24.9-6.3 48.3-17.4 68.7L408 294.5c8.4-19.3 10.6-41.4 4.8-63.3c-11.1-41.5-47.8-69.4-88.6-71.1c-5.8-.2-9.2 6.1-7.4 11.7c2.1 6.4 3.3 13.2 3.3 20.3c0 10.2-2.4 19.8-6.6 28.3l-90.3-70.8zM373 389.9c-16.4 6.5-34.3 10.1-53 10.1c-79.5 0-144-64.5-144-144c0-6.9 .5-13.6 1.4-20.2L83.1 161.5C60.3 191.2 44 220.8 34.5 243.7c-3.3 7.9-3.3 16.7 0 24.6c14.9 35.7 46.2 87.7 93 131.1C174.5 443.2 239.2 480 320 480c47.8 0 89.9-12.9 126.2-32.5L373 389.9z"]},e.k6=e.mw},452:(t,e)=>{"use strict";e.mw={prefix:"fas",iconName:"fill",icon:[512,512,[],"f575","M86.6 9.4C74.1-3.1 53.9-3.1 41.4 9.4s-12.5 32.8 0 45.3L122.7 136 30.6 228.1c-37.5 37.5-37.5 98.3 0 135.8L148.1 481.4c37.5 37.5 98.3 37.5 135.8 0L474.3 290.9c28.1-28.1 28.1-73.7 0-101.8L322.9 37.7c-28.1-28.1-73.7-28.1-101.8 0L168 90.7 86.6 9.4zM168 181.3l49.4 49.4c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L213.3 136l53.1-53.1c3.1-3.1 8.2-3.1 11.3 0L429.1 234.3c3.1 3.1 3.1 8.2 0 11.3L386.7 288H67.5c1.4-5.4 4.2-10.4 8.4-14.6L168 181.3z"]},e.HV=e.mw},8659:(t,e)=>{"use strict";e.mw={prefix:"fas",iconName:"filter",icon:[512,512,[],"f0b0","M3.9 54.9C10.5 40.9 24.5 32 40 32H472c15.5 0 29.5 8.9 36.1 22.9s4.6 30.5-5.2 42.5L320 320.9V448c0 12.1-6.8 23.2-17.7 28.6s-23.8 4.3-33.5-3l-64-48c-8.1-6-12.8-15.5-12.8-25.6V320.9L9 97.3C-.7 85.4-2.8 68.8 3.9 54.9z"]},e.mR=e.mw},4555:(t,e)=>{"use strict";e.mw={prefix:"fas",iconName:"flag-pennant",icon:[448,512,[128681,"pennant"],"f456","M64 32C64 14.3 49.7 0 32 0S0 14.3 0 32V480c0 17.7 14.3 32 32 32s32-14.3 32-32V352L433 213.6c9-3.4 15-12 15-21.6s-6-18.2-15-21.6L64 32z"]},e.I2=e.mw},1202:(t,e)=>{"use strict";Object.defineProperty(e,"__esModule",{value:!0});var i="floppy-disk",o=[128190,128426,"save"],n="f0c7",r="M64 32C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64H384c35.3 0 64-28.7 64-64V173.3c0-17-6.7-33.3-18.7-45.3L352 50.7C340 38.7 323.7 32 306.7 32H64zm0 96c0-17.7 14.3-32 32-32H288c17.7 0 32 14.3 32 32v64c0 17.7-14.3 32-32 32H96c-17.7 0-32-14.3-32-32V128zM224 288a64 64 0 1 1 0 128 64 64 0 1 1 0-128z";e.definition={prefix:"fas",iconName:i,icon:[448,512,o,n,r]},e.faFloppyDisk=e.definition,e.prefix="fas",e.iconName=i,e.width=448,e.height=512,e.ligatures=o,e.unicode=n,e.svgPathData=r,e.aliases=o},4101:(t,e)=>{"use strict";e.mw={prefix:"fas",iconName:"folder",icon:[512,512,[128193,128447,61716,"folder-blank"],"f07b","M64 480H448c35.3 0 64-28.7 64-64V160c0-35.3-28.7-64-64-64H288c-10.1 0-19.6-4.7-25.6-12.8L243.2 57.6C231.1 41.5 212.1 32 192 32H64C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64z"]},e.ao=e.mw},7813:(t,e)=>{"use strict";e.mw={prefix:"fas",iconName:"folder-open",icon:[576,512,[128194,128449,61717],"f07c","M88.7 223.8L0 375.8V96C0 60.7 28.7 32 64 32H181.5c17 0 33.3 6.7 45.3 18.7l26.5 26.5c12 12 28.3 18.7 45.3 18.7H416c35.3 0 64 28.7 64 64v32H144c-22.8 0-43.8 12.1-55.3 31.8zm27.6 16.1C122.1 230 132.6 224 144 224H544c11.5 0 22 6.1 27.7 16.1s5.7 22.2-.1 32.1l-112 192C453.9 474 443.4 480 432 480H32c-11.5 0-22-6.1-27.7-16.1s-5.7-22.2 .1-32.1l112-192z"]},e.Uj=e.mw},5390:(t,e)=>{"use strict";e.mw={prefix:"fas",iconName:"gear",icon:[512,512,[9881,"cog"],"f013","M495.9 166.6c3.2 8.7 .5 18.4-6.4 24.6l-43.3 39.4c1.1 8.3 1.7 16.8 1.7 25.4s-.6 17.1-1.7 25.4l43.3 39.4c6.9 6.2 9.6 15.9 6.4 24.6c-4.4 11.9-9.7 23.3-15.8 34.3l-4.7 8.1c-6.6 11-14 21.4-22.1 31.2c-5.9 7.2-15.7 9.6-24.5 6.8l-55.7-17.7c-13.4 10.3-28.2 18.9-44 25.4l-12.5 57.1c-2 9.1-9 16.3-18.2 17.8c-13.8 2.3-28 3.5-42.5 3.5s-28.7-1.2-42.5-3.5c-9.2-1.5-16.2-8.7-18.2-17.8l-12.5-57.1c-15.8-6.5-30.6-15.1-44-25.4L83.1 425.9c-8.8 2.8-18.6 .3-24.5-6.8c-8.1-9.8-15.5-20.2-22.1-31.2l-4.7-8.1c-6.1-11-11.4-22.4-15.8-34.3c-3.2-8.7-.5-18.4 6.4-24.6l43.3-39.4C64.6 273.1 64 264.6 64 256s.6-17.1 1.7-25.4L22.4 191.2c-6.9-6.2-9.6-15.9-6.4-24.6c4.4-11.9 9.7-23.3 15.8-34.3l4.7-8.1c6.6-11 14-21.4 22.1-31.2c5.9-7.2 15.7-9.6 24.5-6.8l55.7 17.7c13.4-10.3 28.2-18.9 44-25.4l12.5-57.1c2-9.1 9-16.3 18.2-17.8C227.3 1.2 241.5 0 256 0s28.7 1.2 42.5 3.5c9.2 1.5 16.2 8.7 18.2 17.8l12.5 57.1c15.8 6.5 30.6 15.1 44 25.4l55.7-17.7c8.8-2.8 18.6-.3 24.5 6.8c8.1 9.8 15.5 20.2 22.1 31.2l4.7 8.1c6.1 11 11.4 22.4 15.8 34.3zM256 336a80 80 0 1 0 0-160 80 80 0 1 0 0 160z"]},e.BH=e.mw},9358:(t,e)=>{"use strict";e.mw={prefix:"fas",iconName:"grip-lines",icon:[448,512,[],"f7a4","M32 288c-17.7 0-32 14.3-32 32s14.3 32 32 32l384 0c17.7 0 32-14.3 32-32s-14.3-32-32-32L32 288zm0-128c-17.7 0-32 14.3-32 32s14.3 32 32 32l384 0c17.7 0 32-14.3 32-32s-14.3-32-32-32L32 160z"]},e.Nb=e.mw},9176:(t,e)=>{"use strict";e.mw={prefix:"fas",iconName:"grip-lines-vertical",icon:[192,512,[],"f7a5","M64 64c0-17.7-14.3-32-32-32S0 46.3 0 64V448c0 17.7 14.3 32 32 32s32-14.3 32-32V64zm128 0c0-17.7-14.3-32-32-32s-32 14.3-32 32V448c0 17.7 14.3 32 32 32s32-14.3 32-32V64z"]},e.Z4=e.mw},979:(t,e)=>{"use strict";e.mw={prefix:"fas",iconName:"grip-vertical",icon:[320,512,[],"f58e","M40 352l48 0c22.1 0 40 17.9 40 40l0 48c0 22.1-17.9 40-40 40l-48 0c-22.1 0-40-17.9-40-40l0-48c0-22.1 17.9-40 40-40zm192 0l48 0c22.1 0 40 17.9 40 40l0 48c0 22.1-17.9 40-40 40l-48 0c-22.1 0-40-17.9-40-40l0-48c0-22.1 17.9-40 40-40zM40 320c-22.1 0-40-17.9-40-40l0-48c0-22.1 17.9-40 40-40l48 0c22.1 0 40 17.9 40 40l0 48c0 22.1-17.9 40-40 40l-48 0zM232 192l48 0c22.1 0 40 17.9 40 40l0 48c0 22.1-17.9 40-40 40l-48 0c-22.1 0-40-17.9-40-40l0-48c0-22.1 17.9-40 40-40zM40 160c-22.1 0-40-17.9-40-40L0 72C0 49.9 17.9 32 40 32l48 0c22.1 0 40 17.9 40 40l0 48c0 22.1-17.9 40-40 40l-48 0zM232 32l48 0c22.1 0 40 17.9 40 40l0 48c0 22.1-17.9 40-40 40l-48 0c-22.1 0-40-17.9-40-40l0-48c0-22.1 17.9-40 40-40z"]},e.S9=e.mw},6267:(t,e)=>{"use strict";e.mw={prefix:"fas",iconName:"heading",icon:[448,512,["header"],"f1dc","M0 64C0 46.3 14.3 32 32 32H80h48c17.7 0 32 14.3 32 32s-14.3 32-32 32H112V208H336V96H320c-17.7 0-32-14.3-32-32s14.3-32 32-32h48 48c17.7 0 32 14.3 32 32s-14.3 32-32 32H400V240 416h16c17.7 0 32 14.3 32 32s-14.3 32-32 32H368 320c-17.7 0-32-14.3-32-32s14.3-32 32-32h16V272H112V416h16c17.7 0 32 14.3 32 32s-14.3 32-32 32H80 32c-17.7 0-32-14.3-32-32s14.3-32 32-32H48V240 96H32C14.3 96 0 81.7 0 64z"]},e.Am=e.mw},3559:(t,e)=>{"use strict";e.mw={prefix:"fas",iconName:"horizontal-rule",icon:[640,512,[8213],"f86c","M0 256c0-17.7 14.3-32 32-32H608c17.7 0 32 14.3 32 32s-14.3 32-32 32H32c-17.7 0-32-14.3-32-32z"]},e.ad=e.mw},3285:(t,e)=>{"use strict";e.mw={prefix:"fas",iconName:"house",icon:[576,512,[127968,63498,63500,"home","home-alt","home-lg-alt"],"f015","M575.8 255.5c0 18-15 32.1-32 32.1h-32l.7 160.2c0 2.7-.2 5.4-.5 8.1V472c0 22.1-17.9 40-40 40H456c-1.1 0-2.2 0-3.3-.1c-1.4 .1-2.8 .1-4.2 .1H416 392c-22.1 0-40-17.9-40-40V448 384c0-17.7-14.3-32-32-32H256c-17.7 0-32 14.3-32 32v64 24c0 22.1-17.9 40-40 40H160 128.1c-1.5 0-3-.1-4.5-.2c-1.2 .1-2.4 .2-3.6 .2H104c-22.1 0-40-17.9-40-40V360c0-.9 0-1.9 .1-2.8V287.6H32c-18 0-32-14-32-32.1c0-9 3-17 10-24L266.4 8c7-7 15-8 22-8s15 2 21 7L564.8 231.5c8 7 12 15 11 24z"]},e.mu=e.mw},3300:(t,e)=>{"use strict";e.mw={prefix:"fas",iconName:"image",icon:[512,512,[],"f03e","M0 96C0 60.7 28.7 32 64 32H448c35.3 0 64 28.7 64 64V416c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V96zM323.8 202.5c-4.5-6.6-11.9-10.5-19.8-10.5s-15.4 3.9-19.8 10.5l-87 127.6L170.7 297c-4.6-5.7-11.5-9-18.7-9s-14.2 3.3-18.7 9l-64 80c-5.8 7.2-6.9 17.1-2.9 25.4s12.4 13.6 21.6 13.6h96 32H424c8.9 0 17.1-4.9 21.2-12.8s3.6-17.4-1.4-24.7l-120-176zM112 192a48 48 0 1 0 0-96 48 48 0 1 0 0 96z"]},e.jb=e.mw},8270:(t,e)=>{"use strict";e.mw={prefix:"fas",iconName:"input-text",icon:[640,512,[],"e1bf","M64 128V384H576V128H64zM0 128C0 92.7 28.7 64 64 64H576c35.3 0 64 28.7 64 64V384c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V128zm184 32c9.5 0 18.1 5.6 21.9 14.3l64 144c5.4 12.1-.1 26.3-12.2 31.7s-26.3-.1-31.7-12.2l-4.3-9.7H146.3l-4.3 9.7c-5.4 12.1-19.6 17.6-31.7 12.2s-17.6-19.6-12.2-31.7l64-144c3.9-8.7 12.4-14.3 21.9-14.3zm0 83.1L167.6 280h32.8L184 243.1zM304 184c0-13.3 10.7-24 24-24h52c33.1 0 60 26.9 60 60c0 9.2-2.1 17.9-5.8 25.7c13.3 11 21.8 27.6 21.8 46.3c0 33.1-26.9 60-60 60H328c-13.3 0-24-10.7-24-24v-8V256 192v-8zm48 24v24h28c6.6 0 12-5.4 12-12s-5.4-12-12-12H352zm0 96h44c6.6 0 12-5.4 12-12s-5.4-12-12-12H380 352v24z"]},e.n2=e.mw},8385:(t,e)=>{"use strict";e.mw={prefix:"fas",iconName:"italic",icon:[384,512,[],"f033","M128 64c0-17.7 14.3-32 32-32H352c17.7 0 32 14.3 32 32s-14.3 32-32 32H293.3L160 416h64c17.7 0 32 14.3 32 32s-14.3 32-32 32H32c-17.7 0-32-14.3-32-32s14.3-32 32-32H90.7L224 96H160c-17.7 0-32-14.3-32-32z"]},e.SI=e.mw},2377:(t,e)=>{"use strict";e.mw={prefix:"fas",iconName:"layer-group",icon:[576,512,[],"f5fd","M264.5 5.2c14.9-6.9 32.1-6.9 47 0l218.6 101c8.5 3.9 13.9 12.4 13.9 21.8s-5.4 17.9-13.9 21.8l-218.6 101c-14.9 6.9-32.1 6.9-47 0L45.9 149.8C37.4 145.8 32 137.3 32 128s5.4-17.9 13.9-21.8L264.5 5.2zM476.9 209.6l53.2 24.6c8.5 3.9 13.9 12.4 13.9 21.8s-5.4 17.9-13.9 21.8l-218.6 101c-14.9 6.9-32.1 6.9-47 0L45.9 277.8C37.4 273.8 32 265.3 32 256s5.4-17.9 13.9-21.8l53.2-24.6 152 70.2c23.4 10.8 50.4 10.8 73.8 0l152-70.2zm-152 198.2l152-70.2 53.2 24.6c8.5 3.9 13.9 12.4 13.9 21.8s-5.4 17.9-13.9 21.8l-218.6 101c-14.9 6.9-32.1 6.9-47 0L45.9 405.8C37.4 401.8 32 393.3 32 384s5.4-17.9 13.9-21.8l53.2-24.6 152 70.2c23.4 10.8 50.4 10.8 73.8 0z"]},e.qI=e.mw},6092:(t,e)=>{"use strict";e.mw={prefix:"fas",iconName:"left",icon:[448,512,["arrow-alt-left"],"f355","M9.4 278.6c-12.5-12.5-12.5-32.8 0-45.3l160-160c9.2-9.2 22.9-11.9 34.9-6.9s19.8 16.6 19.8 29.6l0 96 184 0c22.1 0 40 17.9 40 40l0 48c0 22.1-17.9 40-40 40l-184 0 0 96c0 12.9-7.8 24.6-19.8 29.6s-25.7 2.2-34.9-6.9l-160-160z"]},e.HF=e.mw},5741:(t,e)=>{"use strict";e.mw={prefix:"fas",iconName:"link",icon:[640,512,[128279,"chain"],"f0c1","M579.8 267.7c56.5-56.5 56.5-148 0-204.5c-50-50-128.8-56.5-186.3-15.4l-1.6 1.1c-14.4 10.3-17.7 30.3-7.4 44.6s30.3 17.7 44.6 7.4l1.6-1.1c32.1-22.9 76-19.3 103.8 8.6c31.5 31.5 31.5 82.5 0 114L422.3 334.8c-31.5 31.5-82.5 31.5-114 0c-27.9-27.9-31.5-71.8-8.6-103.8l1.1-1.6c10.3-14.4 6.9-34.4-7.4-44.6s-34.4-6.9-44.6 7.4l-1.1 1.6C206.5 251.2 213 330 263 380c56.5 56.5 148 56.5 204.5 0L579.8 267.7zM60.2 244.3c-56.5 56.5-56.5 148 0 204.5c50 50 128.8 56.5 186.3 15.4l1.6-1.1c14.4-10.3 17.7-30.3 7.4-44.6s-30.3-17.7-44.6-7.4l-1.6 1.1c-32.1 22.9-76 19.3-103.8-8.6C74 372 74 321 105.5 289.5L217.7 177.2c31.5-31.5 82.5-31.5 114 0c27.9 27.9 31.5 71.8 8.6 103.9l-1.1 1.6c-10.3 14.4-6.9 34.4 7.4 44.6s34.4 6.9 44.6-7.4l1.1-1.6C433.5 260.8 427 182 377 132c-56.5-56.5-148-56.5-204.5 0L60.2 244.3z"]},e.CQ=e.mw},809:(t,e)=>{"use strict";e.mw={prefix:"fas",iconName:"list",icon:[512,512,["list-squares"],"f03a","M40 48C26.7 48 16 58.7 16 72v48c0 13.3 10.7 24 24 24H88c13.3 0 24-10.7 24-24V72c0-13.3-10.7-24-24-24H40zM192 64c-17.7 0-32 14.3-32 32s14.3 32 32 32H480c17.7 0 32-14.3 32-32s-14.3-32-32-32H192zm0 160c-17.7 0-32 14.3-32 32s14.3 32 32 32H480c17.7 0 32-14.3 32-32s-14.3-32-32-32H192zm0 160c-17.7 0-32 14.3-32 32s14.3 32 32 32H480c17.7 0 32-14.3 32-32s-14.3-32-32-32H192zM16 232v48c0 13.3 10.7 24 24 24H88c13.3 0 24-10.7 24-24V232c0-13.3-10.7-24-24-24H40c-13.3 0-24 10.7-24 24zM40 368c-13.3 0-24 10.7-24 24v48c0 13.3 10.7 24 24 24H88c13.3 0 24-10.7 24-24V392c0-13.3-10.7-24-24-24H40z"]},e.IT=e.mw},8265:(t,e)=>{"use strict";e.mw={prefix:"fas",iconName:"list-check",icon:[512,512,["tasks"],"f0ae","M152.1 38.2c9.9 8.9 10.7 24 1.8 33.9l-72 80c-4.4 4.9-10.6 7.8-17.2 7.9s-12.9-2.4-17.6-7L7 113C-2.3 103.6-2.3 88.4 7 79s24.6-9.4 33.9 0l22.1 22.1 55.1-61.2c8.9-9.9 24-10.7 33.9-1.8zm0 160c9.9 8.9 10.7 24 1.8 33.9l-72 80c-4.4 4.9-10.6 7.8-17.2 7.9s-12.9-2.4-17.6-7L7 273c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l22.1 22.1 55.1-61.2c8.9-9.9 24-10.7 33.9-1.8zM224 96c0-17.7 14.3-32 32-32H480c17.7 0 32 14.3 32 32s-14.3 32-32 32H256c-17.7 0-32-14.3-32-32zm0 160c0-17.7 14.3-32 32-32H480c17.7 0 32 14.3 32 32s-14.3 32-32 32H256c-17.7 0-32-14.3-32-32zM160 416c0-17.7 14.3-32 32-32H480c17.7 0 32 14.3 32 32s-14.3 32-32 32H192c-17.7 0-32-14.3-32-32zM48 368a48 48 0 1 1 0 96 48 48 0 1 1 0-96z"]},e.UN=e.mw},8014:(t,e)=>{"use strict";e.mw={prefix:"fas",iconName:"list-ol",icon:[512,512,["list-1-2","list-numeric"],"f0cb","M24 56c0-13.3 10.7-24 24-24H80c13.3 0 24 10.7 24 24V176h16c13.3 0 24 10.7 24 24s-10.7 24-24 24H40c-13.3 0-24-10.7-24-24s10.7-24 24-24H56V80H48C34.7 80 24 69.3 24 56zM86.7 341.2c-6.5-7.4-18.3-6.9-24 1.2L51.5 357.9c-7.7 10.8-22.7 13.3-33.5 5.6s-13.3-22.7-5.6-33.5l11.1-15.6c23.7-33.2 72.3-35.6 99.2-4.9c21.3 24.4 20.8 60.9-1.1 84.7L86.8 432H120c13.3 0 24 10.7 24 24s-10.7 24-24 24H32c-9.5 0-18.2-5.6-22-14.4s-2.1-18.9 4.3-25.9l72-78c5.3-5.8 5.4-14.6 .3-20.5zM224 64H480c17.7 0 32 14.3 32 32s-14.3 32-32 32H224c-17.7 0-32-14.3-32-32s14.3-32 32-32zm0 160H480c17.7 0 32 14.3 32 32s-14.3 32-32 32H224c-17.7 0-32-14.3-32-32s14.3-32 32-32zm0 160H480c17.7 0 32 14.3 32 32s-14.3 32-32 32H224c-17.7 0-32-14.3-32-32s14.3-32 32-32z"]},e.Ts=e.mw},7261:(t,e)=>{"use strict";e.mw={prefix:"fas",iconName:"list-tree",icon:[512,512,[],"e1d2","M24 48C10.7 48 0 58.7 0 72v48c0 13.3 10.7 24 24 24V256 384c0 30.9 25.1 56 56 56h48c0 13.3 10.7 24 24 24h48c13.3 0 24-10.7 24-24V392c0-13.3-10.7-24-24-24H152c-13.3 0-24 10.7-24 24H80c-4.4 0-8-3.6-8-8V280h56c0 13.3 10.7 24 24 24h48c13.3 0 24-10.7 24-24V232c0-13.3-10.7-24-24-24H152c-13.3 0-24 10.7-24 24H72V144c13.3 0 24-10.7 24-24V72c0-13.3-10.7-24-24-24H24zM160 96c0 17.7 14.3 32 32 32H480c17.7 0 32-14.3 32-32s-14.3-32-32-32H192c-17.7 0-32 14.3-32 32zM288 256c0 17.7 14.3 32 32 32H480c17.7 0 32-14.3 32-32s-14.3-32-32-32H320c-17.7 0-32 14.3-32 32zm0 160c0 17.7 14.3 32 32 32H480c17.7 0 32-14.3 32-32s-14.3-32-32-32H320c-17.7 0-32 14.3-32 32z"]},e.QL=e.mw},2698:(t,e)=>{"use strict";e.mw={prefix:"fas",iconName:"magnifying-glass",icon:[512,512,[128269,"search"],"f002","M416 208c0 45.9-14.9 88.3-40 122.7L502.6 457.4c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0L330.7 376c-34.4 25.2-76.8 40-122.7 40C93.1 416 0 322.9 0 208S93.1 0 208 0S416 93.1 416 208zM208 352a144 144 0 1 0 0-288 144 144 0 1 0 0 288z"]},e.$U=e.mw},4729:(t,e)=>{"use strict";e.mw={prefix:"fas",iconName:"minus",icon:[448,512,[8211,8722,10134,"subtract"],"f068","M432 256c0 17.7-14.3 32-32 32L48 288c-17.7 0-32-14.3-32-32s14.3-32 32-32l352 0c17.7 0 32 14.3 32 32z"]},e.EZ=e.mw},2583:(t,e)=>{"use strict";e.mw={prefix:"fas",iconName:"object-group",icon:[576,512,[],"f247","M32 119.4C12.9 108.4 0 87.7 0 64C0 28.7 28.7 0 64 0c23.7 0 44.4 12.9 55.4 32H456.6C467.6 12.9 488.3 0 512 0c35.3 0 64 28.7 64 64c0 23.7-12.9 44.4-32 55.4V392.6c19.1 11.1 32 31.7 32 55.4c0 35.3-28.7 64-64 64c-23.7 0-44.4-12.9-55.4-32H119.4c-11.1 19.1-31.7 32-55.4 32c-35.3 0-64-28.7-64-64c0-23.7 12.9-44.4 32-55.4V119.4zM456.6 96H119.4c-5.6 9.7-13.7 17.8-23.4 23.4V392.6c9.7 5.6 17.8 13.7 23.4 23.4H456.6c5.6-9.7 13.7-17.8 23.4-23.4V119.4c-9.7-5.6-17.8-13.7-23.4-23.4zM128 160c0-17.7 14.3-32 32-32H288c17.7 0 32 14.3 32 32v96c0 17.7-14.3 32-32 32H160c-17.7 0-32-14.3-32-32V160zM256 320h32c35.3 0 64-28.7 64-64V224h64c17.7 0 32 14.3 32 32v96c0 17.7-14.3 32-32 32H288c-17.7 0-32-14.3-32-32V320z"]},e.cW=e.mw},8783:(t,e)=>{"use strict";e.mw={prefix:"fas",iconName:"object-union",icon:[512,512,[],"e49f","M64 0C28.7 0 0 28.7 0 64V288c0 35.3 28.7 64 64 64h96v96c0 35.3 28.7 64 64 64H448c35.3 0 64-28.7 64-64V224c0-35.3-28.7-64-64-64H352V64c0-35.3-28.7-64-64-64H64z"]},e.Gl=e.mw},1072:(t,e)=>{"use strict";e.mw={prefix:"fas",iconName:"paintbrush-pencil",icon:[576,512,[],"e206","M559.6 95.6c21.9-21.9 21.9-57.3 0-79.2s-57.3-21.9-79.2 0L227.7 269.1l79.2 79.2L559.6 95.6zM205 291.8c-9.3-2.5-19-3.8-29-3.8c-61.9 0-112 50.1-112 112c0 3.9 .2 7.8 .6 11.6C66.4 429.1 54.4 448 36.8 448H32c-17.7 0-32 14.3-32 32s14.3 32 32 32H176c61.9 0 112-50.1 112-112c0-10-1.3-19.8-3.8-29l.1-.1-79.2-79.2-.1 .1zm93.4-138.7L164.7 19.3c-25-25-65.5-25-90.5 0L50.7 42.7c-25 25-25 65.5 0 90.5L173.5 256c.8 0 1.7 0 2.5 0c6.2 0 12.4 .4 18.4 1.2L298.5 153.1zM320 402.5l64.6 64.6c6.7 6.7 15.1 11.6 24.2 14.2l104 29.7c8.4 2.4 17.4 .1 23.6-6.1s8.5-15.2 6.1-23.6l-29.7-104c-2.6-9.2-7.5-17.5-14.2-24.2l-75.6-75.6L318.8 381.6c.8 6 1.2 12.2 1.2 18.4c0 .8 0 1.7 0 2.5z"]},e.ff=e.mw},3838:(t,e)=>{"use strict";e.mw={prefix:"fas",iconName:"pen",icon:[512,512,[128394],"f304","M362.7 19.3L314.3 67.7 444.3 197.7l48.4-48.4c25-25 25-65.5 0-90.5L453.3 19.3c-25-25-65.5-25-90.5 0zm-71 71L58.6 323.5c-10.4 10.4-18 23.3-22.2 37.4L1 481.2C-1.5 489.7 .8 498.8 7 505s15.3 8.5 23.7 6.1l120.3-35.4c14.1-4.2 27-11.8 37.4-22.2L421.7 220.3 291.7 90.3z"]},e.hp=e.mw},1953:(t,e)=>{"use strict";e.mw={prefix:"fas",iconName:"plus",icon:[448,512,[10133,61543,"add"],"2b","M256 80c0-17.7-14.3-32-32-32s-32 14.3-32 32V224H48c-17.7 0-32 14.3-32 32s14.3 32 32 32H192V432c0 17.7 14.3 32 32 32s32-14.3 32-32V288H400c17.7 0 32-14.3 32-32s-14.3-32-32-32H256V80z"]},e.QL=e.mw},3071:(t,e)=>{"use strict";e.mw={prefix:"fas",iconName:"puzzle-piece",icon:[512,512,[129513],"f12e","M192 104.8c0-9.2-5.8-17.3-13.2-22.8C167.2 73.3 160 61.3 160 48c0-26.5 28.7-48 64-48s64 21.5 64 48c0 13.3-7.2 25.3-18.8 34c-7.4 5.5-13.2 13.6-13.2 22.8v0c0 12.8 10.4 23.2 23.2 23.2H336c26.5 0 48 21.5 48 48v56.8c0 12.8 10.4 23.2 23.2 23.2v0c9.2 0 17.3-5.8 22.8-13.2c8.7-11.6 20.7-18.8 34-18.8c26.5 0 48 28.7 48 64s-21.5 64-48 64c-13.3 0-25.3-7.2-34-18.8c-5.5-7.4-13.6-13.2-22.8-13.2v0c-12.8 0-23.2 10.4-23.2 23.2V464c0 26.5-21.5 48-48 48H279.2c-12.8 0-23.2-10.4-23.2-23.2v0c0-9.2 5.8-17.3 13.2-22.8c11.6-8.7 18.8-20.7 18.8-34c0-26.5-28.7-48-64-48s-64 21.5-64 48c0 13.3 7.2 25.3 18.8 34c7.4 5.5 13.2 13.6 13.2 22.8v0c0 12.8-10.4 23.2-23.2 23.2H48c-26.5 0-48-21.5-48-48V343.2C0 330.4 10.4 320 23.2 320v0c9.2 0 17.3 5.8 22.8 13.2C54.7 344.8 66.7 352 80 352c26.5 0 48-28.7 48-64s-21.5-64-48-64c-13.3 0-25.3 7.2-34 18.8C40.5 250.2 32.4 256 23.2 256v0C10.4 256 0 245.6 0 232.8V176c0-26.5 21.5-48 48-48H168.8c12.8 0 23.2-10.4 23.2-23.2v0z"]},e._X=e.mw},8955:(t,e)=>{"use strict";e.mw={prefix:"fas",iconName:"quote-right",icon:[448,512,[8221,"quote-right-alt"],"f10e","M448 296c0 66.3-53.7 120-120 120h-8c-17.7 0-32-14.3-32-32s14.3-32 32-32h8c30.9 0 56-25.1 56-56v-8H320c-35.3 0-64-28.7-64-64V160c0-35.3 28.7-64 64-64h64c35.3 0 64 28.7 64 64v32 32 72zm-256 0c0 66.3-53.7 120-120 120H64c-17.7 0-32-14.3-32-32s14.3-32 32-32h8c30.9 0 56-25.1 56-56v-8H64c-35.3 0-64-28.7-64-64V160c0-35.3 28.7-64 64-64h64c35.3 0 64 28.7 64 64v32 32 72z"]},e.oE=e.mw},7362:(t,e,i)=>{"use strict";var o=i(6728);e.mw={prefix:o.prefix,iconName:o.iconName,icon:[o.width,o.height,o.aliases,o.unicode,o.svgPathData]},e.Vp=e.mw,o.prefix,o.iconName,o.width,o.height,o.aliases,o.unicode,o.svgPathData,o.aliases},791:(t,e)=>{"use strict";e.mw={prefix:"fas",iconName:"right",icon:[448,512,[11157,"arrow-alt-right"],"f356","M438.6 233.4c12.5 12.5 12.5 32.8 0 45.3l-160 160c-9.2 9.2-22.9 11.9-34.9 6.9s-19.8-16.6-19.8-29.6l0-96L40 320c-22.1 0-40-17.9-40-40l0-48c0-22.1 17.9-40 40-40l184 0 0-96c0-12.9 7.8-24.6 19.8-29.6s25.7-2.2 34.9 6.9l160 160z"]},e.qf=e.mw},7699:(t,e)=>{"use strict";e.mw={prefix:"fas",iconName:"rotate-left",icon:[512,512,["rotate-back","rotate-backward","undo-alt"],"f2ea","M48.5 224H40c-13.3 0-24-10.7-24-24V72c0-9.7 5.8-18.5 14.8-22.2s19.3-1.7 26.2 5.2L98.6 96.6c87.6-86.5 228.7-86.2 315.8 1c87.5 87.5 87.5 229.3 0 316.8s-229.3 87.5-316.8 0c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0c62.5 62.5 163.8 62.5 226.3 0s62.5-163.8 0-226.3c-62.2-62.2-162.7-62.5-225.3-1L185 183c6.9 6.9 8.9 17.2 5.2 26.2s-12.5 14.8-22.2 14.8H48.5z"]},e.ub=e.mw},3322:(t,e)=>{"use strict";e.mw={prefix:"fas",iconName:"rotate-right",icon:[512,512,["redo-alt","rotate-forward"],"f2f9","M463.5 224H472c13.3 0 24-10.7 24-24V72c0-9.7-5.8-18.5-14.8-22.2s-19.3-1.7-26.2 5.2L413.4 96.6c-87.6-86.5-228.7-86.2-315.8 1c-87.5 87.5-87.5 229.3 0 316.8s229.3 87.5 316.8 0c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0c-62.5 62.5-163.8 62.5-226.3 0s-62.5-163.8 0-226.3c62.2-62.2 162.7-62.5 225.3-1L327 183c-6.9 6.9-8.9 17.2-5.2 26.2s12.5 14.8 22.2 14.8H463.5z"]},e.lL=e.mw},6780:(t,e,i)=>{"use strict";var o=i(1202);e.mw={prefix:o.prefix,iconName:o.iconName,icon:[o.width,o.height,o.aliases,o.unicode,o.svgPathData]},e.hS=e.mw,o.prefix,o.iconName,o.width,o.height,o.aliases,o.unicode,o.svgPathData,o.aliases},5143:(t,e)=>{"use strict";e.mw={prefix:"fas",iconName:"signal-bars",icon:[640,512,["signal-alt","signal-alt-4","signal-bars-strong"],"f690","M560 0c-26.5 0-48 21.5-48 48V464c0 26.5 21.5 48 48 48s48-21.5 48-48V48c0-26.5-21.5-48-48-48zM352 176V464c0 26.5 21.5 48 48 48s48-21.5 48-48V176c0-26.5-21.5-48-48-48s-48 21.5-48 48zM240 256c-26.5 0-48 21.5-48 48V464c0 26.5 21.5 48 48 48s48-21.5 48-48V304c0-26.5-21.5-48-48-48zM80 384c-26.5 0-48 21.5-48 48v32c0 26.5 21.5 48 48 48s48-21.5 48-48V432c0-26.5-21.5-48-48-48z"]},e.id=e.mw},2561:(t,e)=>{"use strict";e.mw={prefix:"fas",iconName:"signal-bars-fair",icon:[640,512,["signal-alt-2"],"f692","M240 256c-26.5 0-48 21.5-48 48V464c0 26.5 21.5 48 48 48s48-21.5 48-48V304c0-26.5-21.5-48-48-48zM80 384c-26.5 0-48 21.5-48 48v32c0 26.5 21.5 48 48 48s48-21.5 48-48V432c0-26.5-21.5-48-48-48z"]},e.UX=e.mw},5726:(t,e)=>{"use strict";e.mw={prefix:"fas",iconName:"signal-bars-good",icon:[640,512,["signal-alt-3"],"f693","M400 128c-26.5 0-48 21.5-48 48V464c0 26.5 21.5 48 48 48s48-21.5 48-48V176c0-26.5-21.5-48-48-48zM192 304V464c0 26.5 21.5 48 48 48s48-21.5 48-48V304c0-26.5-21.5-48-48-48s-48 21.5-48 48zM32 432v32c0 26.5 21.5 48 48 48s48-21.5 48-48V432c0-26.5-21.5-48-48-48s-48 21.5-48 48z"]},e.PA=e.mw},2415:(t,e)=>{"use strict";e.mw={prefix:"fas",iconName:"signal-bars-weak",icon:[640,512,["signal-alt-1"],"f691","M32 432c0-26.5 21.5-48 48-48s48 21.5 48 48v32c0 26.5-21.5 48-48 48s-48-21.5-48-48V432z"]},e.qp=e.mw},8752:(t,e)=>{"use strict";e.mw={prefix:"fas",iconName:"spinner",icon:[512,512,[],"f110","M304 48a48 48 0 1 0 -96 0 48 48 0 1 0 96 0zm0 416a48 48 0 1 0 -96 0 48 48 0 1 0 96 0zM48 304a48 48 0 1 0 0-96 48 48 0 1 0 0 96zm464-48a48 48 0 1 0 -96 0 48 48 0 1 0 96 0zM142.9 437A48 48 0 1 0 75 369.1 48 48 0 1 0 142.9 437zm0-294.2A48 48 0 1 0 75 75a48 48 0 1 0 67.9 67.9zM369.1 437A48 48 0 1 0 437 369.1 48 48 0 1 0 369.1 437z"]},e.z1=e.mw},1386:(t,e)=>{"use strict";e.mw={prefix:"fas",iconName:"square",icon:[448,512,[9632,9723,9724,61590],"f0c8","M0 96C0 60.7 28.7 32 64 32H384c35.3 0 64 28.7 64 64V416c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V96z"]},e.Nf=e.mw},1239:(t,e)=>{"use strict";e.mw={prefix:"fas",iconName:"square-1",icon:[448,512,[],"e256","M0 96C0 60.7 28.7 32 64 32H384c35.3 0 64 28.7 64 64V416c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V96zm236 35.2c-7.4-4.3-16.5-4.3-24-.1l-56 32c-11.5 6.6-15.5 21.2-8.9 32.7s21.2 15.5 32.7 8.9L200 193.4V336H160c-13.3 0-24 10.7-24 24s10.7 24 24 24h64 64c13.3 0 24-10.7 24-24s-10.7-24-24-24H248V152c0-8.6-4.6-16.5-12-20.8z"]},e.qz=e.mw},4218:(t,e)=>{"use strict";e.mw={prefix:"fas",iconName:"square-2",icon:[448,512,[],"e257","M64 32C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64H384c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64H64zM190.7 184.7l-24.2 18.4c-10.5 8-25.6 6-33.6-4.5s-6-25.6 4.5-33.6l24.2-18.4c15.8-12 35.2-18.4 55.1-18.1l3.4 .1c46.5 .7 83.8 38.6 83.8 85.1c0 23.5-9.7 46-26.9 62.1L212.7 336H296c13.3 0 24 10.7 24 24s-10.7 24-24 24H152c-9.8 0-18.7-6-22.3-15.2s-1.3-19.6 5.9-26.3L244.3 240.6c7.5-7 11.7-16.8 11.7-27.1c0-20.3-16.3-36.8-36.6-37.1l-3.4-.1c-9.1-.1-18 2.8-25.3 8.3z"]},e.jw=e.mw},8377:(t,e)=>{"use strict";e.mw={prefix:"fas",iconName:"square-3",icon:[448,512,[],"e258","M64 32C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64H384c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64H64zm88 96H280c9.9 0 18.8 6.1 22.4 15.3s1.1 19.7-6.2 26.4l-50.8 46.5c41.9 4.8 74.6 40.4 74.6 83.6c0 46.5-37.7 84.2-84.2 84.2H208c-30.1 0-58.1-15.6-73.9-41.2l-2.6-4.2c-7-11.3-3.5-26.1 7.8-33s26.1-3.5 33 7.8l2.6 4.2c7.1 11.5 19.6 18.4 33 18.4h27.8c20 0 36.2-16.2 36.2-36.2c0-20.1-16.3-36.3-36.4-36.2l-51.5 .3c-9.9 .1-18.9-6-22.5-15.2s-1.2-19.8 6.1-26.5L218.3 176H152c-13.3 0-24-10.7-24-24s10.7-24 24-24z"]},e.cd=e.mw},3740:(t,e)=>{"use strict";e.mw={prefix:"fas",iconName:"square-4",icon:[448,512,[],"e259","M0 96C0 60.7 28.7 32 64 32H384c35.3 0 64 28.7 64 64V416c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V96zm191.6 33.2c-12.6-4.2-26.2 2.6-30.4 15.2l-48 144c-2.4 7.3-1.2 15.4 3.3 21.6s11.8 10 19.5 10H240v40c0 13.3 10.7 24 24 24s24-10.7 24-24V320h8c13.3 0 24-10.7 24-24s-10.7-24-24-24h-8V216c0-13.3-10.7-24-24-24s-24 10.7-24 24v56H169.3l37.5-112.4c4.2-12.6-2.6-26.2-15.2-30.4z"]},e.jR=e.mw},5379:(t,e)=>{"use strict";e.mw={prefix:"fas",iconName:"square-5",icon:[448,512,[],"e25a","M64 32C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64H384c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64H64zm112 96H280c13.3 0 24 10.7 24 24s-10.7 24-24 24H196l-7.8 43 61.4 6.9c40.1 4.5 70.4 38.4 70.4 78.8c0 43.8-35.5 79.3-79.3 79.3h-36c-27.5 0-53.3-13.7-68.6-36.6l-4.1-6.1c-7.4-11-4.5-25.9 6.5-33.3s25.9-4.5 33.3 6.5l4.1 6.1c6.4 9.6 17.2 15.3 28.8 15.3h36c17.3 0 31.3-14 31.3-31.3c0-15.9-12-29.3-27.8-31.1l-86.9-9.8c-6.6-.7-12.6-4.2-16.6-9.5s-5.5-12.1-4.4-18.6l16-88c2.1-11.4 12-19.7 23.6-19.7z"]},e.qt=e.mw},9974:(t,e)=>{"use strict";e.mw={prefix:"fas",iconName:"square-6",icon:[448,512,[],"e25b","M0 96C0 60.7 28.7 32 64 32H384c35.3 0 64 28.7 64 64V416c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V96zM224 240a48 48 0 1 1 0 96 48 48 0 1 1 0-96zm-96 48c0 53 43 96 96 96s96-43 96-96c0-44-29.6-81.1-70-92.4l29.6-25.4c10.1-8.6 11.2-23.8 2.6-33.8s-23.8-11.2-33.8-2.6l-81.6 70C142.2 224.8 128 255.6 128 288z"]},e.x7=e.mw},3368:(t,e)=>{"use strict";e.mw={prefix:"fas",iconName:"square-check",icon:[448,512,[9745,9989,61510,"check-square"],"f14a","M64 32C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64H384c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64H64zM337 209L209 337c-9.4 9.4-24.6 9.4-33.9 0l-64-64c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l47 47L303 175c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9z"]},e.Dn=e.mw},6288:(t,e)=>{"use strict";e.mw={prefix:"fas",iconName:"square-minus",icon:[448,512,[61767,"minus-square"],"f146","M64 32C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64H384c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64H64zm88 200H296c13.3 0 24 10.7 24 24s-10.7 24-24 24H152c-13.3 0-24-10.7-24-24s10.7-24 24-24z"]},e.hy=e.mw},5293:(t,e)=>{"use strict";e.mw={prefix:"fas",iconName:"square-o",icon:[448,512,[],"e278","M64 32C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64H384c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64H64zm80 224a80 80 0 1 0 160 0 80 80 0 1 0 -160 0zm80 128a128 128 0 1 1 0-256 128 128 0 1 1 0 256z"]},e.Qv=e.mw},7513:(t,e)=>{"use strict";e.mw={prefix:"fas",iconName:"square-xmark",icon:[448,512,[10062,"times-square","xmark-square"],"f2d3","M64 32C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64H384c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64H64zm79 143c9.4-9.4 24.6-9.4 33.9 0l47 47 47-47c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9l-47 47 47 47c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0l-47-47-47 47c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l47-47-47-47c-9.4-9.4-9.4-24.6 0-33.9z"]},e.IP=e.mw},4373:(t,e)=>{"use strict";e.mw={prefix:"fas",iconName:"star",icon:[576,512,[11088,61446],"f005","M316.9 18C311.6 7 300.4 0 288.1 0s-23.4 7-28.8 18L195 150.3 51.4 171.5c-12 1.8-22 10.2-25.7 21.7s-.7 24.2 7.9 32.7L137.8 329 113.2 474.7c-2 12 3 24.2 12.9 31.3s23 8 33.8 2.3l128.3-68.5 128.3 68.5c10.8 5.7 23.9 4.9 33.8-2.3s14.9-19.3 12.9-31.3L438.5 329 542.7 225.9c8.6-8.5 11.7-21.2 7.9-32.7s-13.7-19.9-25.7-21.7L381.2 150.3 316.9 18z"]},e.yy=e.mw},436:(t,e)=>{"use strict";e.mw={prefix:"fas",iconName:"star-half-stroke",icon:[640,512,["star-half-alt"],"f5c0","M320 376.4l.1-.1 26.4 14.1 85.2 45.5-16.5-97.6-4.8-28.7 20.7-20.5 70.1-69.3-96.1-14.2-29.3-4.3-12.9-26.6L320.1 86.9l-.1 .3V376.4zm175.1 98.3c2 12-3 24.2-12.9 31.3s-23 8-33.8 2.3L320.1 439.8 191.8 508.3C181 514 167.9 513.1 158 506s-14.9-19.3-12.9-31.3L169.8 329 65.6 225.9c-8.6-8.5-11.7-21.2-7.9-32.7s13.7-19.9 25.7-21.7L227 150.3 291.4 18c5.4-11 16.5-18 28.8-18s23.4 7 28.8 18l64.3 132.3 143.6 21.2c12 1.8 22 10.2 25.7 21.7s.7 24.2-7.9 32.7L470.5 329l24.6 145.7z"]},e.xg=e.mw},2034:(t,e)=>{"use strict";e.mw={prefix:"fas",iconName:"strikethrough",icon:[512,512,[],"f0cc","M161.3 144c3.2-17.2 14-30.1 33.7-38.6c21.1-9 51.8-12.3 88.6-6.5c11.9 1.9 48.8 9.1 60.1 12c17.1 4.5 34.6-5.6 39.2-22.7s-5.6-34.6-22.7-39.2c-14.3-3.8-53.6-11.4-66.6-13.4c-44.7-7-88.3-4.2-123.7 10.9c-36.5 15.6-64.4 44.8-71.8 87.3c-.1 .6-.2 1.1-.2 1.7c-2.8 23.9 .5 45.6 10.1 64.6c4.5 9 10.2 16.9 16.7 23.9H32c-17.7 0-32 14.3-32 32s14.3 32 32 32H480c17.7 0 32-14.3 32-32s-14.3-32-32-32H270.1c-.1 0-.3-.1-.4-.1l-1.1-.3c-36-10.8-65.2-19.6-85.2-33.1c-9.3-6.3-15-12.6-18.2-19.1c-3.1-6.1-5.2-14.6-3.8-27.4zM348.9 337.2c2.7 6.5 4.4 15.8 1.9 30.1c-3 17.6-13.8 30.8-33.9 39.4c-21.1 9-51.7 12.3-88.5 6.5c-18-2.9-49.1-13.5-74.4-22.1c-5.6-1.9-11-3.7-15.9-5.4c-16.8-5.6-34.9 3.5-40.5 20.3s3.5 34.9 20.3 40.5c3.6 1.2 7.9 2.7 12.7 4.3l0 0 0 0c24.9 8.5 63.6 21.7 87.6 25.6l0 0 .2 0c44.7 7 88.3 4.2 123.7-10.9c36.5-15.6 64.4-44.8 71.8-87.3c3.6-21 2.7-40.4-3.1-58.1H335.1c7 5.6 11.4 11.2 13.9 17.2z"]},e.$6=e.mw},8033:(t,e)=>{"use strict";e.mw={prefix:"fas",iconName:"table",icon:[512,512,[],"f0ce","M64 256V160H224v96H64zm0 64H224v96H64V320zm224 96V320H448v96H288zM448 256H288V160H448v96zM64 32C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64H448c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64H64z"]},e.w9=e.mw},8644:(t,e)=>{"use strict";e.mw={prefix:"fas",iconName:"table-cells",icon:[512,512,["th"],"f00a","M64 32C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64H448c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64H64zm88 64v64H64V96h88zm56 0h88v64H208V96zm240 0v64H360V96h88zM64 224h88v64H64V224zm232 0v64H208V224h88zm64 0h88v64H360V224zM152 352v64H64V352h88zm56 0h88v64H208V352zm240 0v64H360V352h88z"]},e.bx=e.mw},7998:(t,e)=>{"use strict";e.mw={prefix:"fas",iconName:"table-columns",icon:[512,512,["columns"],"f0db","M0 96C0 60.7 28.7 32 64 32H448c35.3 0 64 28.7 64 64V416c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V96zm64 64V416H224V160H64zm384 0H288V416H448V160z"]},e.fq=e.mw},2864:(t,e)=>{"use strict";e.mw={prefix:"fas",iconName:"table-rows",icon:[512,512,["rows"],"e292","M0 96C0 60.7 28.7 32 64 32H448c35.3 0 64 28.7 64 64V416c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V96zm128 0V224H448V96H128zM448 288H128V416H448V288z"]},e.j3=e.mw},1802:(t,e)=>{"use strict";e.mw={prefix:"fas",iconName:"text",icon:[448,512,[],"f893","M64 96v32c0 17.7-14.3 32-32 32s-32-14.3-32-32V80C0 53.5 21.5 32 48 32H224 400c26.5 0 48 21.5 48 48v48c0 17.7-14.3 32-32 32s-32-14.3-32-32V96H256l0 320h48c17.7 0 32 14.3 32 32s-14.3 32-32 32H144c-17.7 0-32-14.3-32-32s14.3-32 32-32h48l0-320H64z"]},e.jw=e.mw},5360:(t,e)=>{"use strict";e.mw={prefix:"fas",iconName:"text-width",icon:[448,512,[],"f035","M64 128V96H192l0 128H176c-17.7 0-32 14.3-32 32s14.3 32 32 32h96c17.7 0 32-14.3 32-32s-14.3-32-32-32H256l0-128H384v32c0 17.7 14.3 32 32 32s32-14.3 32-32V80c0-26.5-21.5-48-48-48H224 48C21.5 32 0 53.5 0 80v48c0 17.7 14.3 32 32 32s32-14.3 32-32zM9.4 361.4c-12.5 12.5-12.5 32.8 0 45.3l64 64c9.2 9.2 22.9 11.9 34.9 6.9s19.8-16.6 19.8-29.6V416H320v32c0 12.9 7.8 24.6 19.8 29.6s25.7 2.2 34.9-6.9l64-64c12.5-12.5 12.5-32.8 0-45.3l-64-64c-9.2-9.2-22.9-11.9-34.9-6.9s-19.8 16.6-19.8 29.6v32H128V320c0-12.9-7.8-24.6-19.8-29.6s-25.7-2.2-34.9 6.9l-64 64z"]},e.$f=e.mw},4935:(t,e)=>{"use strict";e.mw={prefix:"fas",iconName:"trash",icon:[448,512,[],"f1f8","M135.2 17.7L128 32H32C14.3 32 0 46.3 0 64S14.3 96 32 96H416c17.7 0 32-14.3 32-32s-14.3-32-32-32H320l-7.2-14.3C307.4 6.8 296.3 0 284.2 0H163.8c-12.1 0-23.2 6.8-28.6 17.7zM416 128H32L53.2 467c1.6 25.3 22.6 45 47.9 45H346.9c25.3 0 46.3-19.7 47.9-45L416 128z"]},e.yL=e.mw},6433:(t,e)=>{"use strict";e.mw={prefix:"fas",iconName:"tree",icon:[448,512,[127794],"f1bb","M210.6 5.9L62 169.4c-3.9 4.2-6 9.8-6 15.5C56 197.7 66.3 208 79.1 208H104L30.6 281.4c-4.2 4.2-6.6 10-6.6 16C24 309.9 34.1 320 46.6 320H80L5.4 409.5C1.9 413.7 0 419 0 424.5c0 13 10.5 23.5 23.5 23.5H192v32c0 17.7 14.3 32 32 32s32-14.3 32-32V448H424.5c13 0 23.5-10.5 23.5-23.5c0-5.5-1.9-10.8-5.4-15L368 320h33.4c12.5 0 22.6-10.1 22.6-22.6c0-6-2.4-11.8-6.6-16L344 208h24.9c12.7 0 23.1-10.3 23.1-23.1c0-5.7-2.1-11.3-6-15.5L237.4 5.9C234 2.1 229.1 0 224 0s-10 2.1-13.4 5.9z"]},e.aG=e.mw},6981:(t,e)=>{"use strict";e.mw={prefix:"fas",iconName:"triangle",icon:[512,512,[9650],"f2ec","M290.5 51.8C283.3 39.5 270.2 32 256 32s-27.3 7.5-34.5 19.8l-216 368c-7.3 12.4-7.3 27.7-.2 40.1S25.7 480 40 480H472c14.3 0 27.6-7.7 34.7-20.1s7-27.8-.2-40.1l-216-368z"]},e.CK=e.mw},1025:(t,e)=>{"use strict";e.mw={prefix:"fas",iconName:"underline",icon:[448,512,[],"f0cd","M16 64c0-17.7 14.3-32 32-32h96c17.7 0 32 14.3 32 32s-14.3 32-32 32H128V224c0 53 43 96 96 96s96-43 96-96V96H304c-17.7 0-32-14.3-32-32s14.3-32 32-32h96c17.7 0 32 14.3 32 32s-14.3 32-32 32H384V224c0 88.4-71.6 160-160 160s-160-71.6-160-160V96H48C30.3 96 16 81.7 16 64zM0 448c0-17.7 14.3-32 32-32H416c17.7 0 32 14.3 32 32s-14.3 32-32 32H32c-17.7 0-32-14.3-32-32z"]},e.ch=e.mw},196:(t,e)=>{"use strict";e.mw={prefix:"fas",iconName:"up",icon:[384,512,["arrow-alt-up"],"f357","M169.4 41.4c12.5-12.5 32.8-12.5 45.3 0l160 160c9.2 9.2 11.9 22.9 6.9 34.9s-16.6 19.8-29.6 19.8H256V440c0 22.1-17.9 40-40 40H168c-22.1 0-40-17.9-40-40V256H32c-12.9 0-24.6-7.8-29.6-19.8s-2.2-25.7 6.9-34.9l160-160z"]},e.h0=e.mw},1808:(t,e)=>{"use strict";e.mw={prefix:"fas",iconName:"up-right",icon:[384,512,[],"e2be","M336 80H96c-12.9 0-24.6 7.8-29.6 19.8s-2.2 25.7 6.9 34.9l72 72L11.3 340.7C4.1 347.9 0 357.8 0 368s4.1 20.1 11.3 27.3l41.4 41.4C59.9 443.9 69.8 448 80 448s20.1-4.1 27.3-11.3L241.4 302.6l72 72c9.2 9.2 22.9 11.9 34.9 6.9s19.8-16.6 19.8-29.6V112c0-17.7-14.3-32-32-32z"]},e.py=e.mw},7700:(t,e)=>{"use strict";e.mw={prefix:"fas",iconName:"upload",icon:[512,512,[],"f093","M288 109.3V352c0 17.7-14.3 32-32 32s-32-14.3-32-32V109.3l-73.4 73.4c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3l128-128c12.5-12.5 32.8-12.5 45.3 0l128 128c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0L288 109.3zM64 352H192c0 35.3 28.7 64 64 64s64-28.7 64-64H448c35.3 0 64 28.7 64 64v32c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V416c0-35.3 28.7-64 64-64zM432 456a24 24 0 1 0 0-48 24 24 0 1 0 0 48z"]},e.Jm=e.mw},8540:(t,e)=>{"use strict";e.mw={prefix:"fas",iconName:"xmark",icon:[384,512,[128473,10005,10006,10060,215,"close","multiply","remove","times"],"f00d","M342.6 150.6c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L192 210.7 86.6 105.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L146.7 256 41.4 361.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L192 301.3 297.4 406.6c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L237.3 256 342.6 150.6z"]},e.Jy=e.mw},6565:(t,e,i)=>{"use strict";var o=i(2180);t.exports=function(t,e,i,n){var r,s,a;if(t<=0)return 0;if(1===t||0===n)return e+i[0];if(r=n<0?(1-t)*n:0,t<8){for(s=0,a=0;a<t;a++)s+=e+i[r],r+=n;return s}return o(t,e,i,n,r)}},5271:(t,e,i)=>{"use strict";var o=i(5714);t.exports=o},5714:(t,e,i)=>{"use strict";var o=i(6448),n=i(6565);o(n,"ndarray",i(2180)),t.exports=n},2180:(t,e,i)=>{"use strict";var o=i(2287);t.exports=function t(e,i,n,r,s){var a,l,c,h,d,u,p,g,f,m,v,b,y;if(e<=0)return 0;if(1===e||0===r)return i+n[s];if(a=s,e<8){for(v=0,y=0;y<e;y++)v+=i+n[a],a+=r;return v}if(e<=128){for(l=i+n[a],c=i+n[a+r],h=i+n[a+2*r],d=i+n[a+3*r],u=i+n[a+4*r],p=i+n[a+5*r],g=i+n[a+6*r],f=i+n[a+7*r],a+=8*r,m=e%8,y=8;y<e-m;y+=8)l+=i+n[a],c+=i+n[a+r],h+=i+n[a+2*r],d+=i+n[a+3*r],u+=i+n[a+4*r],p+=i+n[a+5*r],g+=i+n[a+6*r],f+=i+n[a+7*r],a+=8*r;for(v=l+c+(h+d)+(u+p+(g+f));y<e;y++)v+=i+n[a],a+=r;return v}return b=o(e/2),t(b-=b%8,i,n,r,a)+t(e-b,i,n,r,a+b*r)}},9341:(t,e,i)=>{"use strict";var o=i(3465);t.exports=function(t,e,i){var n,r,s;if(t<=0)return 0;if(1===t||0===i)return e[0];if(n=i<0?(1-t)*i:0,t<8){for(r=0,s=0;s<t;s++)r+=e[n],n+=i;return r}return o(t,e,i,n)}},1094:(t,e,i)=>{"use strict";var o=i(2905);t.exports=o},2905:(t,e,i)=>{"use strict";var o=i(6448),n=i(9341);o(n,"ndarray",i(3465)),t.exports=n},3465:(t,e,i)=>{"use strict";var o=i(2287);t.exports=function t(e,i,n,r){var s,a,l,c,h,d,u,p,g,f,m,v,b;if(e<=0)return 0;if(1===e||0===n)return i[r];if(s=r,e<8){for(m=0,b=0;b<e;b++)m+=i[s],s+=n;return m}if(e<=128){for(a=i[s],l=i[s+n],c=i[s+2*n],h=i[s+3*n],d=i[s+4*n],u=i[s+5*n],p=i[s+6*n],g=i[s+7*n],s+=8*n,f=e%8,b=8;b<e-f;b+=8)a+=i[s],l+=i[s+n],c+=i[s+2*n],h+=i[s+3*n],d+=i[s+4*n],u+=i[s+5*n],p+=i[s+6*n],g+=i[s+7*n],s+=8*n;for(m=a+l+(c+h)+(d+u+(p+g));b<e;b++)m+=i[s],s+=n;return m}return v=o(e/2),t(v-=v%8,i,n,s)+t(e-v,i,n,s+v*n)}},2287:(t,e,i)=>{"use strict";var o=i(2154);t.exports=o},2154:t=>{"use strict";var e=Math.floor;t.exports=e},235:(t,e,i)=>{"use strict";var o=i(9830);t.exports=o},9830:(t,e,i)=>{"use strict";var o=i(6448),n=i(1114);o(n,"ndarray",i(6432)),t.exports=n},1114:(t,e,i)=>{"use strict";var o=i(6985);t.exports=function(t,e,i){return o(t,e,i)}},6432:(t,e,i)=>{"use strict";var o=i(6985).ndarray;t.exports=function(t,e,i,n){return o(t,e,i,n)}},6985:(t,e,i)=>{"use strict";var o=i(184);t.exports=o},184:(t,e,i)=>{"use strict";var o=i(6448),n=i(4186);o(n,"ndarray",i(2510)),t.exports=n},4186:(t,e,i)=>{"use strict";var o=i(1094),n=i(5271);t.exports=function(t,e,i){var r;return t<=0?NaN:1===t||0===i?e[0]:(r=o(t,e,i)/t)+n(t,-r,e,i)/t}},2510:(t,e,i)=>{"use strict";var o=i(1094).ndarray,n=i(5271).ndarray;t.exports=function(t,e,i,r){var s;return t<=0?NaN:1===t||0===i?e[r]:(s=o(t,e,i,r)/t)+n(t,-s,e,i,r)/t}},5949:(t,e,i)=>{"use strict";var o=i(780);t.exports=o},780:t=>{"use strict";t.exports=function(){var t,e,i;return t=0,i=0,function(o,n){return 0===arguments.length?void 0===e?null:i:(e=!0,i+=n/(t+=n)*(o-i))}}},6448:(t,e,i)=>{"use strict";var o=i(487);t.exports=o},487:(t,e,i)=>{"use strict";var o=i(5580);t.exports=function(t,e,i){o(t,e,{configurable:!1,enumerable:!1,writable:!1,value:i})}},6859:t=>{"use strict";var e=Object.defineProperty;t.exports=e},7581:t=>{"use strict";var e="function"==typeof Object.defineProperty?Object.defineProperty:null;t.exports=e},894:(t,e,i)=>{"use strict";var o=i(7581);t.exports=function(){try{return o({},"x",{}),!0}catch(t){return!1}}},5580:(t,e,i)=>{"use strict";var o,n=i(894),r=i(6859),s=i(3509);o=n()?r:s,t.exports=o},3509:t=>{"use strict";var e=Object.prototype,i=e.toString,o=e.__defineGetter__,n=e.__defineSetter__,r=e.__lookupGetter__,s=e.__lookupSetter__;t.exports=function(t,a,l){var c,h,d,u;if("object"!=typeof t||null===t||"[object Array]"===i.call(t))throw new TypeError("invalid argument. First argument must be an object. Value: `"+t+"`.");if("object"!=typeof l||null===l||"[object Array]"===i.call(l))throw new TypeError("invalid argument. Property descriptor must be an object. Value: `"+l+"`.");if((h="value"in l)&&(r.call(t,a)||s.call(t,a)?(c=t.__proto__,t.__proto__=e,delete t[a],t[a]=l.value,t.__proto__=c):t[a]=l.value),d="get"in l,u="set"in l,h&&(d||u))throw new Error("invalid argument. Cannot specify one or more accessors and a value or writable attribute in the property descriptor.");return d&&o&&o.call(t,a,l.get),u&&n&&n.call(t,a,l.set),t}}},e={};function i(o){var n=e[o];if(void 0!==n)return n.exports;var r=e[o]={exports:{}};return t[o](r,r.exports,i),r.exports}i.n=t=>{var e=t&&t.__esModule?()=>t.default:()=>t;return i.d(e,{a:e}),e},i.d=(t,e)=>{for(var o in e)i.o(e,o)&&!i.o(t,o)&&Object.defineProperty(t,o,{enumerable:!0,get:e[o]})},i.o=(t,e)=>Object.prototype.hasOwnProperty.call(t,e),i.r=t=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})};var o={};(()=>{"use strict";i.r(o),i.d(o,{bucket:()=>b,calendar:()=>T,code:()=>w,commands:()=>v,core:()=>f,dialog:()=>x,editor:()=>O,form:()=>A,grid:()=>H,localize:()=>r,markdown:()=>$,package:()=>kH,plugins:()=>xH,statusbar:()=>D,tabs:()=>m,toolbar:()=>N,tree:()=>y});var t={};i.r(t),i.d(t,{clone:()=>ot,cloneDeep:()=>it,escapeRegExp:()=>ht,ifNull:()=>tt,intersect:()=>dt,isBool:()=>G,isCharLetter:()=>J,isControlCharacter:()=>ct,isFunction:()=>Y,isNumber:()=>K,isNumericString:()=>X,isObject:()=>q,isString:()=>Z,mergeDeep:()=>et,minmax:()=>rt,minmax2d:()=>st,removeAccents:()=>at,strToNum:()=>Q,trim:()=>nt});var e={};i.r(e),i.d(e,{appendElement:()=>ft,appendScript:()=>Lt,appendStyle:()=>zt,createElement:()=>gt,createName:()=>ut,debounceOn:()=>_t,empty:()=>xt,findParent:()=>Ct,fixElementPosition:()=>Nt,fixElementSize:()=>Pt,fixPosition:()=>Ut,getElementOffset:()=>Et,hideCell:()=>wt,hideElement:()=>vt,isHidden:()=>bt,measureText:()=>Yt,numToPixels:()=>Rt,on:()=>Mt,px:()=>It,query:()=>Zt,register:()=>pt,remove:()=>kt,setBorderWidth:()=>Wt,setCenterPosition:()=>Ft,setClasses:()=>St,setInset:()=>$t,setLineHeight:()=>Dt,setMargin:()=>Vt,setMaxSize:()=>Tt,setMinSize:()=>At,setPadding:()=>Bt,setPosition:()=>Ot,setSize:()=>Ht,setZIndex:()=>jt,showCell:()=>yt,showElement:()=>mt,zoomElement:()=>Gt});var n={};i.r(n),i.d(n,{escapeHTML:()=>Kt,highlightText:()=>Jt});var r={};i.r(r),i.d(r,{LocaleChangeEvent:()=>ro,getISOCode:()=>bo,getLocale:()=>uo,getRegionISOCode:()=>yo,getSystemLocale:()=>so,hasLocale:()=>po,msg:()=>fo,registerLocale:()=>ho,setLocale:()=>go});var s={};i.r(s),i.d(s,{createDateFormatter:()=>Ho,dateToSerialDate:()=>No,detectDefaultFormat:()=>zo,detectFormat:()=>So,getDateFormatter:()=>Ro,getDateLocale:()=>Io,getFiscalISOWeek:()=>Do,getFiscalQuarter:()=>Ao,getFiscalYear:()=>To,getFiscalYearBounds:()=>$o,parse:()=>Lo,registerDateLocale:()=>Co,serialDateToDate:()=>Po,stripTime:()=>Oo,workday:()=>jo});var a={};i.r(a),i.d(a,{createNumberFormatter:()=>Yo,fixNumberFormat:()=>Ko,getLocalDecimalSeparator:()=>Jo,getNumberFormatter:()=>qo,isExtendedNumberFormat:()=>Vo,isNumberFormat:()=>Uo,mod:()=>Bo,romanize:()=>Wo,stringFormatToNumberFormat:()=>Xo});var l={};i.r(l),i.d(l,{CsvReader:()=>en,DEFAULT_CSV_DESCRIPTION:()=>tn,arrayToCsv:()=>on,csvToArray:()=>nn});var c={};i.r(c),i.d(c,{LogLevel:()=>rn,Logger:()=>sn,getLogger:()=>ln});var h={};i.r(h),i.d(h,{FilterState:()=>cn,TreeNodeMixin:()=>dn,buildLevelBasedTree:()=>un,buildParentBasedTree:()=>pn,buildTree:()=>gn});var d={};i.r(d),i.d(d,{alpha:()=>vn,contrastColor:()=>wn,css:()=>kn,darken:()=>mn,getComplmentaryColor:()=>bn,lighten:()=>fn,mix:()=>yn,plainHex:()=>xn});var u={};i.r(u),i.d(u,{ActionEvent:()=>Cn,dispatchActionEvent:()=>Mn});var p={};i.r(p),i.d(p,{clone:()=>zn,reverseColumns:()=>_n,reverseRows:()=>Sn,transpose:()=>En});var g={};i.r(g),i.d(g,{AddEvent:()=>Rn,ChangeEvent:()=>Ln,SerialzieEvent:()=>In});var f={};i.r(f),i.d(f,{AMD:()=>On,Accordion:()=>Bs,Alert:()=>qs,AlertEvent:()=>Gs,BaseElement:()=>Zs,Button:()=>ga,Checkbox:()=>Nh,ColorPicker:()=>gd,ColorPickerEvent:()=>dd,ColorTypes:()=>Fs,ComponentAdapter:()=>td,ComponentEvent:()=>Ys,ComponentSlice:()=>nd,ComponentStore:()=>od,Container:()=>ld,Dropdown:()=>kd,DropdownColorPicker:()=>Md,DropdownContainer:()=>xd,DropdownEvent:()=>wd,DropdownList:()=>Od,DropdownMenu:()=>Td,ExpandEvent:()=>Pd,Expander:()=>Vd,FileInput:()=>Xd,Icon:()=>Ud,Input:()=>qd,LevelExpandEvent:()=>jd,LevelExpander:()=>Bd,LinkedList:()=>Nn,LinkedListNode:()=>Dn,List:()=>ru,ListPointerEvent:()=>nu,ListSelectEvent:()=>ou,ListSelectTrigger:()=>eu,ListSortEvent:()=>vu,Loader:()=>Eu,Menu:()=>Ld,MenuEvent:()=>zd,NumericInput:()=>Jd,OmegaComponent:()=>id,Overlay:()=>cu,Panel:()=>uu,Plugin:()=>rd,Plugins:()=>sd,ResizeEvent:()=>gu,ScriptLoader:()=>$n,Sizer:()=>fu,SlideEvent:()=>Kh,Slider:()=>Jh,SliderDirection:()=>Yh,SortableList:()=>bu,SplitContainer:()=>gs,SplitContainerEvent:()=>us,SplitContainerResizeEvent:()=>ps,Switch:()=>ku,SwitchEvent:()=>xu,ThemeChangeEvent:()=>aa,ThemeManager:()=>la,Tooltip:()=>_u,actions:()=>u,addThemeVariables:()=>oa,colorable:()=>ra,colors:()=>d,constants:()=>W,createThemeVariables:()=>ea,createThemeVariablesCss:()=>ia,csv:()=>l,dates:()=>s,detectThemeType:()=>ta,dom:()=>e,events:()=>g,getDefaultOptions:()=>Pn,getThemeManager:()=>ha,html:()=>n,images:()=>$d,initCommonOptions:()=>jn,log:()=>c,matrix:()=>p,numbers:()=>a,themeable:()=>na,tree:()=>h,utils:()=>t});var m={};i.r(m),i.d(m,{TabContainer:()=>Dp,TabEvent:()=>Rp,TabSplitContainer:()=>jp,TabSplitContainerModel:()=>_p,Tabs:()=>Hp});var v={};i.r(v),i.d(v,{Command:()=>Bp,CommandEvent:()=>Zp,CommandSection:()=>Vp,CommandWindow:()=>Xp,Commands:()=>Fp,CommandsAdapter:()=>Wp});var b={};i.r(b),i.d(b,{AlertEvent:()=>dg,Bucket:()=>lg,BucketAlert:()=>ug,BucketButton:()=>kg,BucketEvent:()=>ag,BucketTop:()=>wg,ComponentHost:()=>Mg,ModalSidebar:()=>Eg,Sidebar:()=>gg,Sidemenu:()=>vg,commonMenus:()=>Jp});var y={};i.r(y),i.d(y,{DateTreeAdapter:()=>um,ItemPropertyType:()=>vf,LevelSelectEvent:()=>jf,NodeModel:()=>gf,NodeSelectionStatus:()=>bf,SelectMode:()=>mf,Tree:()=>Af,TreeAdapter:()=>Of,TreeDropEvent:()=>Tf,TreeDropdown:()=>Nf,TreeEvent:()=>If,TreeMenu:()=>Uf,TreeModel:()=>ff,TreePointerEvent:()=>Hf,TreeSearchEvent:()=>Ff,TreeSelectionModel:()=>wf,normalizeSerializedValues:()=>yf});var w={};i.r(w),i.d(w,{Code:()=>Gg,CodeBlock:()=>xm,CodeDiffEditor:()=>pf,CodeEvent:()=>Lg,CodeView:()=>Mm,MonacoLoader:()=>zg,loader:()=>zg});var x={};i.r(x),i.d(x,{Dialog:()=>Rm,DialogEvent:()=>Lm});var k={};i.r(k),i.d(k,{SHEET_NAME_REGEX:()=>$m,isSheetNameValid:()=>Dm,sanitizeSheetName:()=>Nm});var C={};i.r(C),i.d(C,{concat:()=>_v,left:()=>kv,mid:()=>Mv,right:()=>Cv,text:()=>xv});var M={};i.r(M),i.d(M,{date:()=>Tv,datevalue:()=>zv,day:()=>$v,eomonth:()=>Dv,isBlank:()=>Hv,isoweeknum:()=>Nv,month:()=>Ov,today:()=>Iv,weekday:()=>Lv,workday:()=>Rv,year:()=>Av});var _={};i.r(_),i.d(_,{PI:()=>tb,abs:()=>ab,acos:()=>Pv,acosh:()=>jv,acot:()=>Vv,acoth:()=>Bv,asin:()=>Fv,asinh:()=>Wv,atan:()=>Uv,atanh:()=>Gv,ceiling:()=>lb,cos:()=>qv,cosh:()=>Yv,cot:()=>Zv,coth:()=>Xv,count:()=>$b,countblank:()=>Db,countif:()=>Nb,countunique:()=>Pb,csc:()=>Qv,csch:()=>Kv,degrees:()=>Jv,even:()=>cb,exp:()=>hb,fact:()=>db,factdouble:()=>ub,floor:()=>pb,isdecimal:()=>gb,iseven:()=>fb,isodd:()=>mb,ln:()=>vb,log:()=>bb,log10:()=>yb,mod:()=>wb,odd:()=>xb,power:()=>kb,product:()=>Cb,quotient:()=>Mb,radians:()=>_b,rand:()=>Sb,randarray:()=>Eb,randbetween:()=>zb,round:()=>Lb,rounddown:()=>Rb,roundup:()=>Ib,sec:()=>eb,sech:()=>ib,sequence:()=>Hb,sign:()=>Tb,sin:()=>ob,sinh:()=>nb,sqrt:()=>Ab,sqrtpi:()=>Ob,sum:()=>jb,sumif:()=>Vb,sumproduct:()=>Fb,sumsq:()=>Bb,tan:()=>rb,tanh:()=>sb});var S={};i.r(S),i.d(S,{address:()=>Ub,choose:()=>Zb,column:()=>Xb,columns:()=>Kb,filter:()=>ry,formulatext:()=>ty,hlookup:()=>qb,index:()=>ey,indirect:()=>iy,lookup:()=>Yb,match:()=>oy,offset:()=>ny,row:()=>Qb,rows:()=>Jb,vlookup:()=>Gb});var E={};i.r(E),i.d(E,{erfc:()=>ly});var z={};i.r(z),i.d(z,{_false:()=>fy,_if:()=>py,_switch:()=>uy,_true:()=>my,and:()=>cy,iferror:()=>vy,not:()=>gy,or:()=>hy,xor:()=>dy});var L={};i.r(L),i.d(L,{avedev:()=>My,average:()=>ky,average_weighted:()=>Cy,max:()=>Sy,min:()=>_y});var R={};i.r(R),i.d(R,{_map:()=>zy,date:()=>M,logical:()=>z,lookup:()=>S,math:()=>_,special:()=>E,statistical:()=>L,text:()=>C});var I={};i.r(I),i.d(I,{BaseRenderer:()=>fk,CheckboxRenderer:()=>vk,DateTimeRenderer:()=>bk,DropdownRenderer:()=>yk,GeneralRenderer:()=>kk,NumberRenderer:()=>wk,TextRenderer:()=>xk,applyStyle:()=>gk,cellTypeRendererMap:()=>Ck,getCellRenderer:()=>Mk});var H={};i.r(H),i.d(H,{CalculationContext:()=>Ly,CalculationModel:()=>ow,CellModel:()=>qy,CellRange:()=>iv,ColumnModel:()=>Zy,Comment:()=>pk,CommentEvent:()=>uk,CommentItem:()=>ew,CommentModel:()=>iw,ConditionalFormats:()=>hw,Dependencies:()=>uw,ElementCache:()=>Uw,ElementModel:()=>Ty,FilterEvent:()=>bw,FilterLabel:()=>qw,FilterModel:()=>yw,Formula:()=>wv,FormulaInput:()=>Qw,FormulaInputEvent:()=>Xw,Grid:()=>Zx,GridAdapter:()=>_k,GridColumnResizeEvent:()=>cx,GridEditEvent:()=>ax,GridEditing:()=>Sx,GridEvent:()=>sx,GridEvents:()=>dx,GridFiltering:()=>$x,GridGroup:()=>ek,GridGroupEvent:()=>tk,GridModel:()=>jw,GridRendering:()=>ux,GridResizeEvent:()=>lx,GridRowResizeEvent:()=>hx,GridSelecting:()=>px,GridSorting:()=>Bx,GridTooltip:()=>ck,GroupModel:()=>Vw,History:()=>Bw,IterableAddressRange:()=>kw,IterableRange:()=>xw,NamingModel:()=>Cw,ObjectEvent:()=>Px,ObjectHost:()=>jx,RowModel:()=>_w,SelectionModel:()=>Fw,Selector:()=>sk,SelectorEvent:()=>nk,SelectorMoveEvent:()=>rk,SortOrder:()=>Xy,SortingArrow:()=>ex,SortingModel:()=>tw,Sparkline:()=>lk,Sparklines:()=>ww,Table:()=>nx,TableEvent:()=>ox,TokenType:()=>qm,Tokenizer:()=>Jm,addGradient:()=>By,addPattern:()=>Vy,alignmentToString:()=>Tw,applyTheme:()=>Nw,autofill:()=>Hy,borderCSSStyleMap:()=>$y,borderStyleCSSMap:()=>Oy,borderToString:()=>Hw,convertCSSBorder:()=>Py,convertCSSColor:()=>Ny,convertCSSVerticalAlignment:()=>Dy,convertToCSSBorder:()=>jy,createBoolMatcher:()=>gw,createCellMatcher:()=>vw,createGroupCommands:()=>Ux,createMultiMatcher:()=>fw,createMultiMultiMatcher:()=>mw,createTextMatcher:()=>pw,cssStyleFromString:()=>Ay,cssStyleToStyle:()=>Wy,decodeColumn:()=>sv,decodeRow:()=>nv,encodeColumn:()=>rv,encodeRow:()=>ov,extrapolateFormulas:()=>Iy,extrapolateValues:()=>Ry,functions:()=>R,gridConstants:()=>Om,hashStyle:()=>Aw,iconSets:()=>lw,initGridCommands:()=>qx,initOptions:()=>Mw,isArythmeticOperator:()=>Fm,isBool:()=>Xm,isFormula:()=>gv,isLetter:()=>Qm,isLogicalOperator:()=>Bm,isNumber:()=>Zm,isOperand:()=>Ym,isOperator:()=>Wm,matrixOperation:()=>Gm,operatorMap:()=>Vm,prefixFormula:()=>fv,renderers:()=>I,scalarOperation:()=>Um,sortRanges:()=>av,stripFormulaPrefix:()=>mv,styleToCSStyle:()=>Fy,utils:()=>k});var T={};i.r(T),i.d(T,{Calendar:()=>Qk,CalendarDropdown:()=>nC});var A={};i.r(A),i.d(A,{CalendarDateInput:()=>TC,Form:()=>bC,FormAdapter:()=>yC,FormButton:()=>BC,FormCheckbox:()=>DC,FormColorInput:()=>RC,FormContainer:()=>_C,FormControlModel:()=>uC,FormControlType:()=>dC,FormDateInput:()=>HC,FormEvent:()=>vC,FormFileInput:()=>$C,FormLabel:()=>NC,FormList:()=>jC,FormModel:()=>pC,FormNumericInput:()=>OC,FormTextInput:()=>LC});var O={};i.r(O),i.d(O,{ConfigForm:()=>GC,Editor:()=>KC,EditorEvent:()=>QC,EditorFormula:()=>oM,EditorStatusbar:()=>cM,EditorToolbar:()=>vM,EditorZoom:()=>tM,GridStats:()=>rM,HeaderForm:()=>yM,NamesForm:()=>CM,RuleForm:()=>SM,RuleList:()=>IM,RuleThreshold:()=>AM,SparklineForm:()=>BM,StyleForm:()=>DM});var $={};i.r($),i.d($,{BlockEditMenu:()=>kS,EditorFeature:()=>_S,HtmlBlock:()=>U_,HtmlBlockComponent:()=>W_,LinkEdit:()=>uS,MarkdownEditor:()=>n_,MarkdownLinkEvent:()=>o_,MarkdownView:()=>r_,configureFeatures:()=>CS,createEditor:()=>XM,createHtmlBlockConfig:()=>q_,createHtmlBlockView:()=>Y_,defaultCodeEditorConfig:()=>G_,getFeatures:()=>ES,loader:()=>ZM,markdownToHtml:()=>QM});var D={};i.r(D),i.d(D,{Statusbar:()=>IS});var N={};i.r(N),i.d(N,{Toolbar:()=>PS,ToolbarButton:()=>VS,ToolbarColorPicker:()=>QS,ToolbarDropdown:()=>FS,ToolbarDropdownButton:()=>US,ToolbarGrid:()=>qS,ToolbarText:()=>ZS});var P={};i.r(P),i.d(P,{SheetjsLoader:()=>KS,XlsxEditorPlugin:()=>RE,convertStyle:()=>hE,createModel:()=>EE,createModelFromArrayBuffer:()=>LE,createModelFromWorkbook:()=>zE,createWorkbook:()=>yE,createWorksheet:()=>bE,detectOutlineColumnDirection:()=>mE,detectOutlineRowDirection:()=>fE,exportXLSX:()=>wE,getWorkbookNames:()=>SE,getWorksheetCells:()=>uE,getWorksheetColumns:()=>nE,getWorksheetConditionalFormats:()=>gE,getWorksheetHeaderCells:()=>aE,getWorksheetMerges:()=>sE,getWorksheetRows:()=>rE,loader:()=>KS});var j={};i.r(j),i.d(j,{Chart:()=>jE,ChartEditorPlugin:()=>TE,ChartGridPlugin:()=>HE,ChartList:()=>WE,ChartModel:()=>IE,HighchartsLoader:()=>AE,RuleForm:()=>qE,createChartOptions:()=>$E,loader:()=>AE,renderChart:()=>DE});var V=i(6272),B=i.n(V);const F="#00955d",W={PREFIX:"og",DEFAULT_ACCENT_COLOR:F,DEFAULT_ACCENT_COLOR_2:B()(F).darken(.6),SIZER_SIZE:5,SLIDER_SIZE:12,SLIDER_MIN_LENGTH:30,EXPANDER_SIZE:13,LIST_ITEM_HEIGHT:22,LIST_RENDERING_TRESHOLD:30,LIST_AUTOSCROLL_TRESHOLD:30,LIST_AUTOSCROLL_DELAY:100,DEFAULT_TEXT_HIGHLIGHT_COLOR:"var(--og-text-highlight-color)",TOOLTIP_MARGIN:8,MENU_ITEM_HEIGHT:25,COLORPICKER_COLOR_SIZE:16,DEFAULT_NUMBER_FORMAT:"#,0.#####",FONT_SIZE:12};function U(t,e,i){var o,n,r;void 0===e&&(e=50),void 0===i&&(i={});var s=null!=(o=i.isImmediate)&&o,a=null!=(n=i.callback)&&n,l=i.maxWait,c=Date.now(),h=[];function d(){if(void 0!==l){var t=Date.now()-c;if(t+e>=l)return l-t}return e}var u=function(){var e=[].slice.call(arguments),i=this;return new Promise((function(o,n){var l=s&&void 0===r;if(void 0!==r&&clearTimeout(r),r=setTimeout((function(){if(r=void 0,c=Date.now(),!s){var o=t.apply(i,e);a&&a(o),h.forEach((function(t){return(0,t.resolve)(o)})),h=[]}}),d()),l){var u=t.apply(i,e);return a&&a(u),o(u)}h.push({resolve:o,reject:n})}))};return u.cancel=function(t){void 0!==r&&clearTimeout(r),h.forEach((function(e){return(0,e.reject)(t)})),h=[]},u}function G(t){return"boolean"==typeof t}function q(t){return t&&"object"==typeof t&&!Array.isArray(t)}function Y(t){return t&&"function"==typeof t}function Z(t){return"string"==typeof t}function X(t){let e=0;for(let i=0;i<t.length;i++){const o=t.charAt(i);if("."===o||","===o){if(++e>1)return!1}else if(o<"0"||o>"9")return!1}return!0}function Q(t){return parseFloat(t.replace?t.replace(",","."):t)}function K(t){return"number"==typeof t}function J(t){return t.toLowerCase()!==t.toUpperCase()}function tt(t,e){return null==t?e:t}function et(...t){const e={};return t.forEach((t=>{for(const i in t)if(t.hasOwnProperty(i)){const o=t[i],n=e[i];Array.isArray(o)?e[i]=[...o]:e[i]="object"==typeof o&&null!==o?et(n||{},o):o}})),e}function it(t){return et({},t)}function ot(t){return Object.assign({},t)}function nt(t,e){return"]"===e&&(e="\\]"),"^"===e&&(e="\\^"),"\\"===e&&(e="\\\\"),t.replace(new RegExp("^["+e+"]+|["+e+"]+$","g"),"")}function rt(t){let e=null,i=null;return t.forEach((t=>{isNaN(t)||null==t||(e=Math.min(null==e?Number.MAX_SAFE_INTEGER:e,t),i=Math.max(null==i?Number.MIN_SAFE_INTEGER:i,t))})),[e,i]}function st(...t){let e=null,i=null;return t.forEach((t=>t.forEach((t=>t.forEach((t=>{isNaN(t)||null==t||(e=Math.min(null==e?Number.MAX_SAFE_INTEGER:e,t),i=Math.max(null==i?Number.MIN_SAFE_INTEGER:i,t))})))))),[e,i]}function at(t){return t.normalize("NFD").replace(/[\u0300-\u036f]/g,"")}const lt=["Shift","Escape","ArrowUp","ArrowDown","ArrowLeft","ArrowRight","Enter"];function ct(t){return lt.includes(t)}function ht(t){return t.replace(/[.*+?^${}()|[\]\\]/gi,"\\$&")}function dt(t,e){return t.filter((t=>e.includes(t)))}function ut(t,e=W.PREFIX){return`${e}-${t}`}function pt(t,e,i=null,o=W.PREFIX){customElements.define(`${o}-${t}`,e,i?{extends:i}:void 0)}function gt(t,e){const i=document.createElement(t);if(e)for(const t in e)i[t]=e[t];return i}function ft(t,e){return t.appendChild(e),t}function mt(t,e=""){return t&&(t.style.display=t.dataset.display||e||"block"),t}function vt(t){return t&&(t.dataset.display="none"==t.style.display?"":t.style.display,t.style.display="none"),t}function bt(t){return"none"==t.style.display}function yt(t){t.style.display="table-cell"}function wt(t){t.style.display="none"}function xt(t){return t.innerHTML="",t}function kt(t){t.parentNode?.removeChild(t)}function Ct(t,e){for(;t.parentNode;)if((t=t.parentNode)instanceof ShadowRoot&&t.host&&(t=t.host),t instanceof HTMLElement&&t.matches(e))return t;return null}function Mt(t,e,i,o,n){return t.addEventListener(e,(t=>{for(const e of t.composedPath())if(e.matches&&e.matches(i))return void o(t,e);n&&n(t,null)})),t}function _t(t,e,i,o,n){const r=U(((t,e)=>((t,e)=>{for(const n of e)if(n.matches&&n.matches(i))return void o(t,n);n?.noMatchCallback&&n.noMatchCallback(t,null)})(t,e)),n.wait,n);return t.addEventListener(e,(t=>r(t,t.composedPath()))),t}function St(t,e){return t.className=e?e.reduce(((t,e,i)=>t+(e?(0==i?"":" ")+e:"")),""):"",t}function Et(t,e){let i=0,o=0;for(;t&&!isNaN(t.offsetLeft)&&!isNaN(t.offsetTop)&&(!e||e!==t);)i+=t.offsetLeft-t.scrollLeft,o+=t.offsetTop-t.scrollTop,t=t.offsetParent;return{top:o,left:i}}function zt(t,e,i=null){if(e){let o=i?t.querySelector("#"+i):null;o||(o=gt("style"),i&&(o.id=i)),o.innerHTML=e,o.parentElement||t.appendChild(o)}return t}function Lt(t,e,i=null){if(!e)return t;let o=i?t.querySelector("#"+i):null;return o||(o=gt("script"),i&&(o.id=i)),o.textContent=e,o.parentElement||t.appendChild(o),t}function Rt(t){return isNaN(t)?"0":t.toString()+"px"}const It=Rt;function Ht(t,e,i=!1){if(t)return null!=e.w&&(t.style[i?"minWidth":"width"]=Z(e.w)?e.w:Rt(e.w)),null!=e.h&&(t.style[i?"minHeight":"height"]=Z(e.h)?e.h:Rt(e.h)),t}function Tt(t,e){return null!=e.w&&(t.style.maxWidth=Z(e.w)?e.w:Rt(e.w)),null!=e.h&&(t.style.maxHeight=Z(e.h)?e.h:Rt(e.h)),t}function At(t,e){return null!=e.w&&(t.style.minWidth=Z(e.w)?e.w:Rt(e.w)),null!=e.h&&(t.style.minHeight=Z(e.h)?e.h:Rt(e.h)),t}function Ot(t,e){t.style.position="absolute",null!=e.r&&(t.style.right=Rt(e.r)),null!=e.b&&(t.style.bottom=Rt(e.b)),null!=e.l&&(t.style.left=Rt(e.l)),null!=e.t&&(t.style.top=Rt(e.t))}function $t(t,e){t.style.position="absolute",t.style.inset=Rt(e)}function Dt(t,e){t.style.lineHeight=Rt(e)}function Nt(t,e=null){const i=Et(t,e=e||t.parentElement),o=Ut({x:i.left,y:i.top,w:t.offsetWidth,h:t.offsetHeight},e);Ot(t,{l:o.x,t:o.y})}function Pt(t,e=null){((e=e||t.parentElement).offsetWidth<t.offsetWidth||e.offsetHeight<t.offsetHeight)&&Ht(t,{w:Math.min(e.offsetWidth,t.offsetWidth),h:Math.min(e.offsetHeight,t.offsetHeight)})}function jt(t,e){t.style.zIndex=e.toString()}function Vt(t,e){void 0!==e.r&&(t.style.marginRight=Rt(e.r)),void 0!==e.l&&(t.style.marginLeft=Rt(e.l)),void 0!==e.t&&(t.style.marginTop=Rt(e.t)),void 0!==e.b&&(t.style.marginBottom=Rt(e.b))}function Bt(t,e){void 0!==e.r&&(t.style.paddingRight=Rt(e.r)),void 0!==e.l&&(t.style.paddingLeft=Rt(e.l)),void 0!==e.t&&(t.style.paddingTop=Rt(e.t)),void 0!==e.b&&(t.style.paddingBottom=Rt(e.b))}function Ft(t,e,i={vertical:!0,horizontal:!0}){t.style.position="absolute",i.vertical&&(t.style.top=Rt(Math.round(e.clientHeight/2-t.offsetHeight/2))),i.horizontal&&(t.style.left=Rt(Math.round(e.clientWidth/2-t.offsetWidth/2)))}function Wt(t,e){null!=e.r&&(t.style.borderRightWidth=Rt(e.r)),null!=e.b&&(t.style.borderBottomWidth=Rt(e.b)),null!=e.l&&(t.style.borderLeftWidth=Rt(e.l)),null!=e.t&&(t.style.borderTopWidth=Rt(e.t))}function Ut(t,e){let i=Math.max(0,t.x),o=Math.max(0,t.y);return i+t.w>e.clientWidth&&(i=e.clientWidth-t.w),o+t.h>e.clientHeight&&(o=e.clientHeight-t.h),{x:i,y:o}}function Gt(t,e){t.style.transformOrigin="0% 0% 0px",t.style.transform=`scale(${e})`}let qt;function Yt(t,e){qt||(qt=new Map);let i=qt.get(e);return i||(i=document.createElement("canvas").getContext("2d"),i.font=e,qt.set(e,i)),i.measureText(t)}function Zt(t,e=document){return e.querySelector(t)}const Xt={"&":"&amp;","<":"&lt;",">":"&gt;"},Qt=t=>Xt[t]||t;function Kt(t){return t.replace(/[&<>]/g,Qt)}function Jt(t,e,i=W.DEFAULT_TEXT_HIGHLIGHT_COLOR){const o=[];let n=0,r=0;for(const s of e)n=s[0],r<n&&o.push(Kt(t.substring(r,n))),r=s[1],o.push(`<span style="color:${i}">${Kt(t.substring(n,r))}</span>`);return r<t.length&&o.push(Kt(t.substring(r))),o.join("")}function te(t){const e=Object.prototype.toString.call(t);return t instanceof Date||"object"==typeof t&&"[object Date]"===e?new t.constructor(+t):"number"==typeof t||"[object Number]"===e||"string"==typeof t||"[object String]"===e?new Date(t):new Date(NaN)}function ee(t){const e=te(t);return e.setHours(0,0,0,0),e}function ie(t,e){return t instanceof Date?new t.constructor(e):new Date(e)}let oe={};function ne(){return oe}const re={lessThanXSeconds:{one:"less than a second",other:"less than {{count}} seconds"},xSeconds:{one:"1 second",other:"{{count}} seconds"},halfAMinute:"half a minute",lessThanXMinutes:{one:"less than a minute",other:"less than {{count}} minutes"},xMinutes:{one:"1 minute",other:"{{count}} minutes"},aboutXHours:{one:"about 1 hour",other:"about {{count}} hours"},xHours:{one:"1 hour",other:"{{count}} hours"},xDays:{one:"1 day",other:"{{count}} days"},aboutXWeeks:{one:"about 1 week",other:"about {{count}} weeks"},xWeeks:{one:"1 week",other:"{{count}} weeks"},aboutXMonths:{one:"about 1 month",other:"about {{count}} months"},xMonths:{one:"1 month",other:"{{count}} months"},aboutXYears:{one:"about 1 year",other:"about {{count}} years"},xYears:{one:"1 year",other:"{{count}} years"},overXYears:{one:"over 1 year",other:"over {{count}} years"},almostXYears:{one:"almost 1 year",other:"almost {{count}} years"}};function se(t){return(e={})=>{const i=e.width?String(e.width):t.defaultWidth;return t.formats[i]||t.formats[t.defaultWidth]}}const ae={date:se({formats:{full:"EEEE, MMMM do, y",long:"MMMM do, y",medium:"MMM d, y",short:"MM/dd/yyyy"},defaultWidth:"full"}),time:se({formats:{full:"h:mm:ss a zzzz",long:"h:mm:ss a z",medium:"h:mm:ss a",short:"h:mm a"},defaultWidth:"full"}),dateTime:se({formats:{full:"{{date}} 'at' {{time}}",long:"{{date}} 'at' {{time}}",medium:"{{date}}, {{time}}",short:"{{date}}, {{time}}"},defaultWidth:"full"})},le={lastWeek:"'last' eeee 'at' p",yesterday:"'yesterday at' p",today:"'today at' p",tomorrow:"'tomorrow at' p",nextWeek:"eeee 'at' p",other:"P"};function ce(t){return(e,i)=>{let o;if("formatting"===(i?.context?String(i.context):"standalone")&&t.formattingValues){const e=t.defaultFormattingWidth||t.defaultWidth,n=i?.width?String(i.width):e;o=t.formattingValues[n]||t.formattingValues[e]}else{const e=t.defaultWidth,n=i?.width?String(i.width):t.defaultWidth;o=t.values[n]||t.values[e]}return o[t.argumentCallback?t.argumentCallback(e):e]}}const he={ordinalNumber:(t,e)=>{const i=Number(t),o=i%100;if(o>20||o<10)switch(o%10){case 1:return i+"st";case 2:return i+"nd";case 3:return i+"rd"}return i+"th"},era:ce({values:{narrow:["B","A"],abbreviated:["BC","AD"],wide:["Before Christ","Anno Domini"]},defaultWidth:"wide"}),quarter:ce({values:{narrow:["1","2","3","4"],abbreviated:["Q1","Q2","Q3","Q4"],wide:["1st quarter","2nd quarter","3rd quarter","4th quarter"]},defaultWidth:"wide",argumentCallback:t=>t-1}),month:ce({values:{narrow:["J","F","M","A","M","J","J","A","S","O","N","D"],abbreviated:["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],wide:["January","February","March","April","May","June","July","August","September","October","November","December"]},defaultWidth:"wide"}),day:ce({values:{narrow:["S","M","T","W","T","F","S"],short:["Su","Mo","Tu","We","Th","Fr","Sa"],abbreviated:["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],wide:["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"]},defaultWidth:"wide"}),dayPeriod:ce({values:{narrow:{am:"a",pm:"p",midnight:"mi",noon:"n",morning:"morning",afternoon:"afternoon",evening:"evening",night:"night"},abbreviated:{am:"AM",pm:"PM",midnight:"midnight",noon:"noon",morning:"morning",afternoon:"afternoon",evening:"evening",night:"night"},wide:{am:"a.m.",pm:"p.m.",midnight:"midnight",noon:"noon",morning:"morning",afternoon:"afternoon",evening:"evening",night:"night"}},defaultWidth:"wide",formattingValues:{narrow:{am:"a",pm:"p",midnight:"mi",noon:"n",morning:"in the morning",afternoon:"in the afternoon",evening:"in the evening",night:"at night"},abbreviated:{am:"AM",pm:"PM",midnight:"midnight",noon:"noon",morning:"in the morning",afternoon:"in the afternoon",evening:"in the evening",night:"at night"},wide:{am:"a.m.",pm:"p.m.",midnight:"midnight",noon:"noon",morning:"in the morning",afternoon:"in the afternoon",evening:"in the evening",night:"at night"}},defaultFormattingWidth:"wide"})};function de(t){return(e,i={})=>{const o=i.width,n=o&&t.matchPatterns[o]||t.matchPatterns[t.defaultMatchWidth],r=e.match(n);if(!r)return null;const s=r[0],a=o&&t.parsePatterns[o]||t.parsePatterns[t.defaultParseWidth],l=Array.isArray(a)?function(t,e){for(let e=0;e<t.length;e++)if(t[e].test(s))return e}(a):function(t,e){for(const e in t)if(Object.prototype.hasOwnProperty.call(t,e)&&t[e].test(s))return e}(a);let c;return c=t.valueCallback?t.valueCallback(l):l,c=i.valueCallback?i.valueCallback(c):c,{value:c,rest:e.slice(s.length)}}}function ue(t){return(e,i={})=>{const o=e.match(t.matchPattern);if(!o)return null;const n=o[0],r=e.match(t.parsePattern);if(!r)return null;let s=t.valueCallback?t.valueCallback(r[0]):r[0];return s=i.valueCallback?i.valueCallback(s):s,{value:s,rest:e.slice(n.length)}}}const pe={ordinalNumber:ue({matchPattern:/^(\d+)(th|st|nd|rd)?/i,parsePattern:/\d+/i,valueCallback:t=>parseInt(t,10)}),era:de({matchPatterns:{narrow:/^(b|a)/i,abbreviated:/^(b\.?\s?c\.?|b\.?\s?c\.?\s?e\.?|a\.?\s?d\.?|c\.?\s?e\.?)/i,wide:/^(before christ|before common era|anno domini|common era)/i},defaultMatchWidth:"wide",parsePatterns:{any:[/^b/i,/^(a|c)/i]},defaultParseWidth:"any"}),quarter:de({matchPatterns:{narrow:/^[1234]/i,abbreviated:/^q[1234]/i,wide:/^[1234](th|st|nd|rd)? quarter/i},defaultMatchWidth:"wide",parsePatterns:{any:[/1/i,/2/i,/3/i,/4/i]},defaultParseWidth:"any",valueCallback:t=>t+1}),month:de({matchPatterns:{narrow:/^[jfmasond]/i,abbreviated:/^(jan|feb|mar|apr|may|jun|jul|aug|sep|oct|nov|dec)/i,wide:/^(january|february|march|april|may|june|july|august|september|october|november|december)/i},defaultMatchWidth:"wide",parsePatterns:{narrow:[/^j/i,/^f/i,/^m/i,/^a/i,/^m/i,/^j/i,/^j/i,/^a/i,/^s/i,/^o/i,/^n/i,/^d/i],any:[/^ja/i,/^f/i,/^mar/i,/^ap/i,/^may/i,/^jun/i,/^jul/i,/^au/i,/^s/i,/^o/i,/^n/i,/^d/i]},defaultParseWidth:"any"}),day:de({matchPatterns:{narrow:/^[smtwf]/i,short:/^(su|mo|tu|we|th|fr|sa)/i,abbreviated:/^(sun|mon|tue|wed|thu|fri|sat)/i,wide:/^(sunday|monday|tuesday|wednesday|thursday|friday|saturday)/i},defaultMatchWidth:"wide",parsePatterns:{narrow:[/^s/i,/^m/i,/^t/i,/^w/i,/^t/i,/^f/i,/^s/i],any:[/^su/i,/^m/i,/^tu/i,/^w/i,/^th/i,/^f/i,/^sa/i]},defaultParseWidth:"any"}),dayPeriod:de({matchPatterns:{narrow:/^(a|p|mi|n|(in the|at) (morning|afternoon|evening|night))/i,any:/^([ap]\.?\s?m\.?|midnight|noon|(in the|at) (morning|afternoon|evening|night))/i},defaultMatchWidth:"any",parsePatterns:{any:{am:/^a/i,pm:/^p/i,midnight:/^mi/i,noon:/^no/i,morning:/morning/i,afternoon:/afternoon/i,evening:/evening/i,night:/night/i}},defaultParseWidth:"any"})},ge={code:"en-US",formatDistance:(t,e,i)=>{let o;const n=re[t];return o="string"==typeof n?n:1===e?n.one:n.other.replace("{{count}}",e.toString()),i?.addSuffix?i.comparison&&i.comparison>0?"in "+o:o+" ago":o},formatLong:ae,formatRelative:(t,e,i,o)=>le[t],localize:he,match:pe,options:{weekStartsOn:0,firstWeekContainsDate:1}},fe=(t,e)=>{switch(t){case"P":return e.date({width:"short"});case"PP":return e.date({width:"medium"});case"PPP":return e.date({width:"long"});default:return e.date({width:"full"})}},me=(t,e)=>{switch(t){case"p":return e.time({width:"short"});case"pp":return e.time({width:"medium"});case"ppp":return e.time({width:"long"});default:return e.time({width:"full"})}},ve={p:me,P:(t,e)=>{const i=t.match(/(P+)(p+)?/)||[],o=i[1],n=i[2];if(!n)return fe(t,e);let r;switch(o){case"P":r=e.dateTime({width:"short"});break;case"PP":r=e.dateTime({width:"medium"});break;case"PPP":r=e.dateTime({width:"long"});break;default:r=e.dateTime({width:"full"})}return r.replace("{{date}}",fe(o,e)).replace("{{time}}",me(n,e))}},be=/^D+$/,ye=/^Y+$/,we=["D","DD","YY","YYYY"];function xe(t){return be.test(t)}function ke(t){return ye.test(t)}function Ce(t,e,i){const o=function(t,e,i){const o="Y"===t[0]?"years":"days of the month";return`Use \`${t.toLowerCase()}\` instead of \`${t}\` (in \`${e}\`) for formatting ${o} to the input \`${i}\`; see: https://github.com/date-fns/date-fns/blob/master/docs/unicodeTokens.md`}(t,e,i);if(console.warn(o),we.includes(t))throw new RangeError(o)}class Me{subPriority=0;validate(t,e){return!0}}class _e extends Me{constructor(t,e,i,o,n){super(),this.value=t,this.validateValue=e,this.setValue=i,this.priority=o,n&&(this.subPriority=n)}validate(t,e){return this.validateValue(t,this.value,e)}set(t,e,i){return this.setValue(t,e,this.value,i)}}class Se extends Me{priority=10;subPriority=-1;set(t,e){return e.timestampIsSet?t:ie(t,function(t,e){const i=e instanceof Date?ie(e,0):new e(0);return i.setFullYear(t.getFullYear(),t.getMonth(),t.getDate()),i.setHours(t.getHours(),t.getMinutes(),t.getSeconds(),t.getMilliseconds()),i}(t,Date))}}class Ee{run(t,e,i,o){const n=this.parse(t,e,i,o);return n?{setter:new _e(n.value,this.validate,this.set,this.priority,this.subPriority),rest:n.rest}:null}validate(t,e,i){return!0}}Math.pow(10,8);const ze=6048e5,Le=864e5,Re=/^(1[0-2]|0?\d)/,Ie=/^(3[0-1]|[0-2]?\d)/,He=/^(36[0-6]|3[0-5]\d|[0-2]?\d?\d)/,Te=/^(5[0-3]|[0-4]?\d)/,Ae=/^(2[0-3]|[0-1]?\d)/,Oe=/^(2[0-4]|[0-1]?\d)/,$e=/^(1[0-1]|0?\d)/,De=/^(1[0-2]|0?\d)/,Ne=/^[0-5]?\d/,Pe=/^[0-5]?\d/,je=/^\d/,Ve=/^\d{1,2}/,Be=/^\d{1,3}/,Fe=/^\d{1,4}/,We=/^-?\d+/,Ue=/^-?\d/,Ge=/^-?\d{1,2}/,qe=/^-?\d{1,3}/,Ye=/^-?\d{1,4}/,Ze=/^([+-])(\d{2})(\d{2})?|Z/,Xe=/^([+-])(\d{2})(\d{2})|Z/,Qe=/^([+-])(\d{2})(\d{2})((\d{2}))?|Z/,Ke=/^([+-])(\d{2}):(\d{2})|Z/,Je=/^([+-])(\d{2}):(\d{2})(:(\d{2}))?|Z/;function ti(t,e){return t?{value:e(t.value),rest:t.rest}:t}function ei(t,e){const i=e.match(t);return i?{value:parseInt(i[0],10),rest:e.slice(i[0].length)}:null}function ii(t,e){const i=e.match(t);return i?"Z"===i[0]?{value:0,rest:e.slice(1)}:{value:("+"===i[1]?1:-1)*(36e5*(i[2]?parseInt(i[2],10):0)+6e4*(i[3]?parseInt(i[3],10):0)+1e3*(i[5]?parseInt(i[5],10):0)),rest:e.slice(i[0].length)}:null}function oi(t){return ei(We,t)}function ni(t,e){switch(t){case 1:return ei(je,e);case 2:return ei(Ve,e);case 3:return ei(Be,e);case 4:return ei(Fe,e);default:return ei(new RegExp("^\\d{1,"+t+"}"),e)}}function ri(t,e){switch(t){case 1:return ei(Ue,e);case 2:return ei(Ge,e);case 3:return ei(qe,e);case 4:return ei(Ye,e);default:return ei(new RegExp("^-?\\d{1,"+t+"}"),e)}}function si(t){switch(t){case"morning":return 4;case"evening":return 17;case"pm":case"noon":case"afternoon":return 12;default:return 0}}function ai(t,e){const i=e>0,o=i?e:1-e;let n;if(o<=50)n=t||100;else{const e=o+50;n=t+100*Math.trunc(e/100)-(t>=e%100?100:0)}return i?n:1-n}function li(t){return t%400==0||t%4==0&&t%100!=0}function ci(t,e){const i=ne(),o=e?.weekStartsOn??e?.locale?.options?.weekStartsOn??i.weekStartsOn??i.locale?.options?.weekStartsOn??0,n=te(t),r=n.getDay(),s=(r<o?7:0)+r-o;return n.setDate(n.getDate()-s),n.setHours(0,0,0,0),n}function hi(t,e){const i=te(t),o=i.getFullYear(),n=ne(),r=e?.firstWeekContainsDate??e?.locale?.options?.firstWeekContainsDate??n.firstWeekContainsDate??n.locale?.options?.firstWeekContainsDate??1,s=ie(t,0);s.setFullYear(o+1,0,r),s.setHours(0,0,0,0);const a=ci(s,e),l=ie(t,0);l.setFullYear(o,0,r),l.setHours(0,0,0,0);const c=ci(l,e);return i.getTime()>=a.getTime()?o+1:i.getTime()>=c.getTime()?o:o-1}function di(t){return ci(t,{weekStartsOn:1})}function ui(t,e){const i=te(t),o=+ci(i,e)-+function(t,e){const i=ne(),o=e?.firstWeekContainsDate??e?.locale?.options?.firstWeekContainsDate??i.firstWeekContainsDate??i.locale?.options?.firstWeekContainsDate??1,n=hi(t,e),r=ie(t,0);return r.setFullYear(n,0,o),r.setHours(0,0,0,0),ci(r,e)}(i,e);return Math.round(o/ze)+1}function pi(t){const e=te(t),i=e.getFullYear(),o=ie(t,0);o.setFullYear(i+1,0,4),o.setHours(0,0,0,0);const n=di(o),r=ie(t,0);r.setFullYear(i,0,4),r.setHours(0,0,0,0);const s=di(r);return e.getTime()>=n.getTime()?i+1:e.getTime()>=s.getTime()?i:i-1}function gi(t){const e=te(t),i=+di(e)-+function(t){const e=pi(t),i=ie(t,0);return i.setFullYear(e,0,4),i.setHours(0,0,0,0),di(i)}(e);return Math.round(i/ze)+1}const fi=[31,28,31,30,31,30,31,31,30,31,30,31],mi=[31,29,31,30,31,30,31,31,30,31,30,31];function vi(t,e){const i=te(t);return isNaN(e)?ie(t,NaN):e?(i.setDate(i.getDate()+e),i):i}function bi(t,e,i){const o=ne(),n=i?.weekStartsOn??i?.locale?.options?.weekStartsOn??o.weekStartsOn??o.locale?.options?.weekStartsOn??0,r=te(t),s=r.getDay(),a=7-n;return vi(r,e<0||e>6?e-(s+a)%7:((e%7+7)%7+a)%7-(s+a)%7)}function yi(t){let e=te(t).getDay();return 0===e&&(e=7),e}function wi(t){const e=te(t),i=new Date(Date.UTC(e.getFullYear(),e.getMonth(),e.getDate(),e.getHours(),e.getMinutes(),e.getSeconds(),e.getMilliseconds()));return i.setUTCFullYear(e.getFullYear()),+t-+i}const xi={G:new class extends Ee{priority=140;parse(t,e,i){switch(e){case"G":case"GG":case"GGG":return i.era(t,{width:"abbreviated"})||i.era(t,{width:"narrow"});case"GGGGG":return i.era(t,{width:"narrow"});default:return i.era(t,{width:"wide"})||i.era(t,{width:"abbreviated"})||i.era(t,{width:"narrow"})}}set(t,e,i){return e.era=i,t.setFullYear(i,0,1),t.setHours(0,0,0,0),t}incompatibleTokens=["R","u","t","T"]},y:new class extends Ee{priority=130;incompatibleTokens=["Y","R","u","w","I","i","e","c","t","T"];parse(t,e,i){const o=t=>({year:t,isTwoDigitYear:"yy"===e});switch(e){case"y":return ti(ni(4,t),o);case"yo":return ti(i.ordinalNumber(t,{unit:"year"}),o);default:return ti(ni(e.length,t),o)}}validate(t,e){return e.isTwoDigitYear||e.year>0}set(t,e,i){const o=t.getFullYear();if(i.isTwoDigitYear){const e=ai(i.year,o);return t.setFullYear(e,0,1),t.setHours(0,0,0,0),t}const n="era"in e&&1!==e.era?1-i.year:i.year;return t.setFullYear(n,0,1),t.setHours(0,0,0,0),t}},Y:new class extends Ee{priority=130;parse(t,e,i){const o=t=>({year:t,isTwoDigitYear:"YY"===e});switch(e){case"Y":return ti(ni(4,t),o);case"Yo":return ti(i.ordinalNumber(t,{unit:"year"}),o);default:return ti(ni(e.length,t),o)}}validate(t,e){return e.isTwoDigitYear||e.year>0}set(t,e,i,o){const n=hi(t,o);if(i.isTwoDigitYear){const e=ai(i.year,n);return t.setFullYear(e,0,o.firstWeekContainsDate),t.setHours(0,0,0,0),ci(t,o)}const r="era"in e&&1!==e.era?1-i.year:i.year;return t.setFullYear(r,0,o.firstWeekContainsDate),t.setHours(0,0,0,0),ci(t,o)}incompatibleTokens=["y","R","u","Q","q","M","L","I","d","D","i","t","T"]},R:new class extends Ee{priority=130;parse(t,e){return ri("R"===e?4:e.length,t)}set(t,e,i){const o=ie(t,0);return o.setFullYear(i,0,4),o.setHours(0,0,0,0),di(o)}incompatibleTokens=["G","y","Y","u","Q","q","M","L","w","d","D","e","c","t","T"]},u:new class extends Ee{priority=130;parse(t,e){return ri("u"===e?4:e.length,t)}set(t,e,i){return t.setFullYear(i,0,1),t.setHours(0,0,0,0),t}incompatibleTokens=["G","y","Y","R","w","I","i","e","c","t","T"]},Q:new class extends Ee{priority=120;parse(t,e,i){switch(e){case"Q":case"QQ":return ni(e.length,t);case"Qo":return i.ordinalNumber(t,{unit:"quarter"});case"QQQ":return i.quarter(t,{width:"abbreviated",context:"formatting"})||i.quarter(t,{width:"narrow",context:"formatting"});case"QQQQQ":return i.quarter(t,{width:"narrow",context:"formatting"});default:return i.quarter(t,{width:"wide",context:"formatting"})||i.quarter(t,{width:"abbreviated",context:"formatting"})||i.quarter(t,{width:"narrow",context:"formatting"})}}validate(t,e){return e>=1&&e<=4}set(t,e,i){return t.setMonth(3*(i-1),1),t.setHours(0,0,0,0),t}incompatibleTokens=["Y","R","q","M","L","w","I","d","D","i","e","c","t","T"]},q:new class extends Ee{priority=120;parse(t,e,i){switch(e){case"q":case"qq":return ni(e.length,t);case"qo":return i.ordinalNumber(t,{unit:"quarter"});case"qqq":return i.quarter(t,{width:"abbreviated",context:"standalone"})||i.quarter(t,{width:"narrow",context:"standalone"});case"qqqqq":return i.quarter(t,{width:"narrow",context:"standalone"});default:return i.quarter(t,{width:"wide",context:"standalone"})||i.quarter(t,{width:"abbreviated",context:"standalone"})||i.quarter(t,{width:"narrow",context:"standalone"})}}validate(t,e){return e>=1&&e<=4}set(t,e,i){return t.setMonth(3*(i-1),1),t.setHours(0,0,0,0),t}incompatibleTokens=["Y","R","Q","M","L","w","I","d","D","i","e","c","t","T"]},M:new class extends Ee{incompatibleTokens=["Y","R","q","Q","L","w","I","D","i","e","c","t","T"];priority=110;parse(t,e,i){const o=t=>t-1;switch(e){case"M":return ti(ei(Re,t),o);case"MM":return ti(ni(2,t),o);case"Mo":return ti(i.ordinalNumber(t,{unit:"month"}),o);case"MMM":return i.month(t,{width:"abbreviated",context:"formatting"})||i.month(t,{width:"narrow",context:"formatting"});case"MMMMM":return i.month(t,{width:"narrow",context:"formatting"});default:return i.month(t,{width:"wide",context:"formatting"})||i.month(t,{width:"abbreviated",context:"formatting"})||i.month(t,{width:"narrow",context:"formatting"})}}validate(t,e){return e>=0&&e<=11}set(t,e,i){return t.setMonth(i,1),t.setHours(0,0,0,0),t}},L:new class extends Ee{priority=110;parse(t,e,i){const o=t=>t-1;switch(e){case"L":return ti(ei(Re,t),o);case"LL":return ti(ni(2,t),o);case"Lo":return ti(i.ordinalNumber(t,{unit:"month"}),o);case"LLL":return i.month(t,{width:"abbreviated",context:"standalone"})||i.month(t,{width:"narrow",context:"standalone"});case"LLLLL":return i.month(t,{width:"narrow",context:"standalone"});default:return i.month(t,{width:"wide",context:"standalone"})||i.month(t,{width:"abbreviated",context:"standalone"})||i.month(t,{width:"narrow",context:"standalone"})}}validate(t,e){return e>=0&&e<=11}set(t,e,i){return t.setMonth(i,1),t.setHours(0,0,0,0),t}incompatibleTokens=["Y","R","q","Q","M","w","I","D","i","e","c","t","T"]},w:new class extends Ee{priority=100;parse(t,e,i){switch(e){case"w":return ei(Te,t);case"wo":return i.ordinalNumber(t,{unit:"week"});default:return ni(e.length,t)}}validate(t,e){return e>=1&&e<=53}set(t,e,i,o){return ci(function(t,e,i){const o=te(t),n=ui(o,i)-e;return o.setDate(o.getDate()-7*n),o}(t,i,o),o)}incompatibleTokens=["y","R","u","q","Q","M","L","I","d","D","i","t","T"]},I:new class extends Ee{priority=100;parse(t,e,i){switch(e){case"I":return ei(Te,t);case"Io":return i.ordinalNumber(t,{unit:"week"});default:return ni(e.length,t)}}validate(t,e){return e>=1&&e<=53}set(t,e,i){return di(function(t,e){const i=te(t),o=gi(i)-e;return i.setDate(i.getDate()-7*o),i}(t,i))}incompatibleTokens=["y","Y","u","q","Q","M","L","w","d","D","e","c","t","T"]},d:new class extends Ee{priority=90;subPriority=1;parse(t,e,i){switch(e){case"d":return ei(Ie,t);case"do":return i.ordinalNumber(t,{unit:"date"});default:return ni(e.length,t)}}validate(t,e){const i=li(t.getFullYear()),o=t.getMonth();return i?e>=1&&e<=mi[o]:e>=1&&e<=fi[o]}set(t,e,i){return t.setDate(i),t.setHours(0,0,0,0),t}incompatibleTokens=["Y","R","q","Q","w","I","D","i","e","c","t","T"]},D:new class extends Ee{priority=90;subpriority=1;parse(t,e,i){switch(e){case"D":case"DD":return ei(He,t);case"Do":return i.ordinalNumber(t,{unit:"date"});default:return ni(e.length,t)}}validate(t,e){return li(t.getFullYear())?e>=1&&e<=366:e>=1&&e<=365}set(t,e,i){return t.setMonth(0,i),t.setHours(0,0,0,0),t}incompatibleTokens=["Y","R","q","Q","M","L","w","I","d","E","i","e","c","t","T"]},E:new class extends Ee{priority=90;parse(t,e,i){switch(e){case"E":case"EE":case"EEE":return i.day(t,{width:"abbreviated",context:"formatting"})||i.day(t,{width:"short",context:"formatting"})||i.day(t,{width:"narrow",context:"formatting"});case"EEEEE":return i.day(t,{width:"narrow",context:"formatting"});case"EEEEEE":return i.day(t,{width:"short",context:"formatting"})||i.day(t,{width:"narrow",context:"formatting"});default:return i.day(t,{width:"wide",context:"formatting"})||i.day(t,{width:"abbreviated",context:"formatting"})||i.day(t,{width:"short",context:"formatting"})||i.day(t,{width:"narrow",context:"formatting"})}}validate(t,e){return e>=0&&e<=6}set(t,e,i,o){return(t=bi(t,i,o)).setHours(0,0,0,0),t}incompatibleTokens=["D","i","e","c","t","T"]},e:new class extends Ee{priority=90;parse(t,e,i,o){const n=t=>{const e=7*Math.floor((t-1)/7);return(t+o.weekStartsOn+6)%7+e};switch(e){case"e":case"ee":return ti(ni(e.length,t),n);case"eo":return ti(i.ordinalNumber(t,{unit:"day"}),n);case"eee":return i.day(t,{width:"abbreviated",context:"formatting"})||i.day(t,{width:"short",context:"formatting"})||i.day(t,{width:"narrow",context:"formatting"});case"eeeee":return i.day(t,{width:"narrow",context:"formatting"});case"eeeeee":return i.day(t,{width:"short",context:"formatting"})||i.day(t,{width:"narrow",context:"formatting"});default:return i.day(t,{width:"wide",context:"formatting"})||i.day(t,{width:"abbreviated",context:"formatting"})||i.day(t,{width:"short",context:"formatting"})||i.day(t,{width:"narrow",context:"formatting"})}}validate(t,e){return e>=0&&e<=6}set(t,e,i,o){return(t=bi(t,i,o)).setHours(0,0,0,0),t}incompatibleTokens=["y","R","u","q","Q","M","L","I","d","D","E","i","c","t","T"]},c:new class extends Ee{priority=90;parse(t,e,i,o){const n=t=>{const e=7*Math.floor((t-1)/7);return(t+o.weekStartsOn+6)%7+e};switch(e){case"c":case"cc":return ti(ni(e.length,t),n);case"co":return ti(i.ordinalNumber(t,{unit:"day"}),n);case"ccc":return i.day(t,{width:"abbreviated",context:"standalone"})||i.day(t,{width:"short",context:"standalone"})||i.day(t,{width:"narrow",context:"standalone"});case"ccccc":return i.day(t,{width:"narrow",context:"standalone"});case"cccccc":return i.day(t,{width:"short",context:"standalone"})||i.day(t,{width:"narrow",context:"standalone"});default:return i.day(t,{width:"wide",context:"standalone"})||i.day(t,{width:"abbreviated",context:"standalone"})||i.day(t,{width:"short",context:"standalone"})||i.day(t,{width:"narrow",context:"standalone"})}}validate(t,e){return e>=0&&e<=6}set(t,e,i,o){return(t=bi(t,i,o)).setHours(0,0,0,0),t}incompatibleTokens=["y","R","u","q","Q","M","L","I","d","D","E","i","e","t","T"]},i:new class extends Ee{priority=90;parse(t,e,i){const o=t=>0===t?7:t;switch(e){case"i":case"ii":return ni(e.length,t);case"io":return i.ordinalNumber(t,{unit:"day"});case"iii":return ti(i.day(t,{width:"abbreviated",context:"formatting"})||i.day(t,{width:"short",context:"formatting"})||i.day(t,{width:"narrow",context:"formatting"}),o);case"iiiii":return ti(i.day(t,{width:"narrow",context:"formatting"}),o);case"iiiiii":return ti(i.day(t,{width:"short",context:"formatting"})||i.day(t,{width:"narrow",context:"formatting"}),o);default:return ti(i.day(t,{width:"wide",context:"formatting"})||i.day(t,{width:"abbreviated",context:"formatting"})||i.day(t,{width:"short",context:"formatting"})||i.day(t,{width:"narrow",context:"formatting"}),o)}}validate(t,e){return e>=1&&e<=7}set(t,e,i){return(t=function(t,e){const i=te(t);return vi(i,e-yi(i))}(t,i)).setHours(0,0,0,0),t}incompatibleTokens=["y","Y","u","q","Q","M","L","w","d","D","E","e","c","t","T"]},a:new class extends Ee{priority=80;parse(t,e,i){switch(e){case"a":case"aa":case"aaa":return i.dayPeriod(t,{width:"abbreviated",context:"formatting"})||i.dayPeriod(t,{width:"narrow",context:"formatting"});case"aaaaa":return i.dayPeriod(t,{width:"narrow",context:"formatting"});default:return i.dayPeriod(t,{width:"wide",context:"formatting"})||i.dayPeriod(t,{width:"abbreviated",context:"formatting"})||i.dayPeriod(t,{width:"narrow",context:"formatting"})}}set(t,e,i){return t.setHours(si(i),0,0,0),t}incompatibleTokens=["b","B","H","k","t","T"]},b:new class extends Ee{priority=80;parse(t,e,i){switch(e){case"b":case"bb":case"bbb":return i.dayPeriod(t,{width:"abbreviated",context:"formatting"})||i.dayPeriod(t,{width:"narrow",context:"formatting"});case"bbbbb":return i.dayPeriod(t,{width:"narrow",context:"formatting"});default:return i.dayPeriod(t,{width:"wide",context:"formatting"})||i.dayPeriod(t,{width:"abbreviated",context:"formatting"})||i.dayPeriod(t,{width:"narrow",context:"formatting"})}}set(t,e,i){return t.setHours(si(i),0,0,0),t}incompatibleTokens=["a","B","H","k","t","T"]},B:new class extends Ee{priority=80;parse(t,e,i){switch(e){case"B":case"BB":case"BBB":return i.dayPeriod(t,{width:"abbreviated",context:"formatting"})||i.dayPeriod(t,{width:"narrow",context:"formatting"});case"BBBBB":return i.dayPeriod(t,{width:"narrow",context:"formatting"});default:return i.dayPeriod(t,{width:"wide",context:"formatting"})||i.dayPeriod(t,{width:"abbreviated",context:"formatting"})||i.dayPeriod(t,{width:"narrow",context:"formatting"})}}set(t,e,i){return t.setHours(si(i),0,0,0),t}incompatibleTokens=["a","b","t","T"]},h:new class extends Ee{priority=70;parse(t,e,i){switch(e){case"h":return ei(De,t);case"ho":return i.ordinalNumber(t,{unit:"hour"});default:return ni(e.length,t)}}validate(t,e){return e>=1&&e<=12}set(t,e,i){const o=t.getHours()>=12;return o&&i<12?t.setHours(i+12,0,0,0):o||12!==i?t.setHours(i,0,0,0):t.setHours(0,0,0,0),t}incompatibleTokens=["H","K","k","t","T"]},H:new class extends Ee{priority=70;parse(t,e,i){switch(e){case"H":return ei(Ae,t);case"Ho":return i.ordinalNumber(t,{unit:"hour"});default:return ni(e.length,t)}}validate(t,e){return e>=0&&e<=23}set(t,e,i){return t.setHours(i,0,0,0),t}incompatibleTokens=["a","b","h","K","k","t","T"]},K:new class extends Ee{priority=70;parse(t,e,i){switch(e){case"K":return ei($e,t);case"Ko":return i.ordinalNumber(t,{unit:"hour"});default:return ni(e.length,t)}}validate(t,e){return e>=0&&e<=11}set(t,e,i){return t.getHours()>=12&&i<12?t.setHours(i+12,0,0,0):t.setHours(i,0,0,0),t}incompatibleTokens=["h","H","k","t","T"]},k:new class extends Ee{priority=70;parse(t,e,i){switch(e){case"k":return ei(Oe,t);case"ko":return i.ordinalNumber(t,{unit:"hour"});default:return ni(e.length,t)}}validate(t,e){return e>=1&&e<=24}set(t,e,i){const o=i<=24?i%24:i;return t.setHours(o,0,0,0),t}incompatibleTokens=["a","b","h","H","K","t","T"]},m:new class extends Ee{priority=60;parse(t,e,i){switch(e){case"m":return ei(Ne,t);case"mo":return i.ordinalNumber(t,{unit:"minute"});default:return ni(e.length,t)}}validate(t,e){return e>=0&&e<=59}set(t,e,i){return t.setMinutes(i,0,0),t}incompatibleTokens=["t","T"]},s:new class extends Ee{priority=50;parse(t,e,i){switch(e){case"s":return ei(Pe,t);case"so":return i.ordinalNumber(t,{unit:"second"});default:return ni(e.length,t)}}validate(t,e){return e>=0&&e<=59}set(t,e,i){return t.setSeconds(i,0),t}incompatibleTokens=["t","T"]},S:new class extends Ee{priority=30;parse(t,e){return ti(ni(e.length,t),(t=>Math.trunc(t*Math.pow(10,3-e.length))))}set(t,e,i){return t.setMilliseconds(i),t}incompatibleTokens=["t","T"]},X:new class extends Ee{priority=10;parse(t,e){switch(e){case"X":return ii(Ze,t);case"XX":return ii(Xe,t);case"XXXX":return ii(Qe,t);case"XXXXX":return ii(Je,t);default:return ii(Ke,t)}}set(t,e,i){return e.timestampIsSet?t:ie(t,t.getTime()-wi(t)-i)}incompatibleTokens=["t","T","x"]},x:new class extends Ee{priority=10;parse(t,e){switch(e){case"x":return ii(Ze,t);case"xx":return ii(Xe,t);case"xxxx":return ii(Qe,t);case"xxxxx":return ii(Je,t);default:return ii(Ke,t)}}set(t,e,i){return e.timestampIsSet?t:ie(t,t.getTime()-wi(t)-i)}incompatibleTokens=["t","T","X"]},t:new class extends Ee{priority=40;parse(t){return oi(t)}set(t,e,i){return[ie(t,1e3*i),{timestampIsSet:!0}]}incompatibleTokens="*"},T:new class extends Ee{priority=20;parse(t){return oi(t)}set(t,e,i){return[ie(t,i),{timestampIsSet:!0}]}incompatibleTokens="*"}},ki=/[yYQqMLwIdDecihHKkms]o|(\w)\1*|''|'(''|[^'])+('|$)|./g,Ci=/P+p+|P+|p+|''|'(''|[^'])+('|$)|./g,Mi=/^'([^]*?)'?$/,_i=/''/g,Si=/\S/,Ei=/[a-zA-Z]/;function zi(t,e,i,o){const n=Object.assign({},ne()),r=o?.locale??n.locale??ge,s=o?.firstWeekContainsDate??o?.locale?.options?.firstWeekContainsDate??n.firstWeekContainsDate??n.locale?.options?.firstWeekContainsDate??1,a=o?.weekStartsOn??o?.locale?.options?.weekStartsOn??n.weekStartsOn??n.locale?.options?.weekStartsOn??0;if(""===e)return""===t?te(i):ie(i,NaN);const l={firstWeekContainsDate:s,weekStartsOn:a,locale:r},c=[new Se],h=e.match(Ci).map((t=>{const e=t[0];return e in ve?(0,ve[e])(t,r.formatLong):t})).join("").match(ki),d=[];for(let n of h){!o?.useAdditionalWeekYearTokens&&ke(n)&&Ce(n,e,t),!o?.useAdditionalDayOfYearTokens&&xe(n)&&Ce(n,e,t);const s=n[0],a=xi[s];if(a){const{incompatibleTokens:e}=a;if(Array.isArray(e)){const t=d.find((t=>e.includes(t.token)||t.token===s));if(t)throw new RangeError(`The format string mustn't contain \`${t.fullToken}\` and \`${n}\` at the same time`)}else if("*"===a.incompatibleTokens&&d.length>0)throw new RangeError(`The format string mustn't contain \`${n}\` and any other token at the same time`);d.push({token:s,fullToken:n});const o=a.run(t,n,r.match,l);if(!o)return ie(i,NaN);c.push(o.setter),t=o.rest}else{if(s.match(Ei))throw new RangeError("Format string contains an unescaped latin alphabet character `"+s+"`");if("''"===n?n="'":"'"===s&&(n=n.match(Mi)[1].replace(_i,"'")),0!==t.indexOf(n))return ie(i,NaN);t=t.slice(n.length)}}if(t.length>0&&Si.test(t))return ie(i,NaN);const u=c.map((t=>t.priority)).sort(((t,e)=>e-t)).filter(((t,e,i)=>i.indexOf(t)===e)).map((t=>c.filter((e=>e.priority===t)).sort(((t,e)=>e.subPriority-t.subPriority)))).map((t=>t[0]));let p=te(i);if(isNaN(p.getTime()))return ie(i,NaN);const g={};for(const t of u){if(!t.validate(p,l))return ie(i,NaN);const e=t.set(p,g,l);Array.isArray(e)?(p=e[0],Object.assign(g,e[1])):p=e}return ie(i,p)}function Li(t,e){const i=ee(t),o=ee(e),n=+i-wi(i),r=+o-wi(o);return Math.round((n-r)/Le)}function Ri(t){const e=te(t),i=ie(t,0);return i.setFullYear(e.getFullYear(),0,1),i.setHours(0,0,0,0),i}function Ii(t,e){return(t<0?"-":"")+Math.abs(t).toString().padStart(e,"0")}const Hi={y(t,e){const i=t.getFullYear(),o=i>0?i:1-i;return Ii("yy"===e?o%100:o,e.length)},M(t,e){const i=t.getMonth();return"M"===e?String(i+1):Ii(i+1,2)},d:(t,e)=>Ii(t.getDate(),e.length),a(t,e){const i=t.getHours()/12>=1?"pm":"am";switch(e){case"a":case"aa":return i.toUpperCase();case"aaa":return i;case"aaaaa":return i[0];default:return"am"===i?"a.m.":"p.m."}},h:(t,e)=>Ii(t.getHours()%12||12,e.length),H:(t,e)=>Ii(t.getHours(),e.length),m:(t,e)=>Ii(t.getMinutes(),e.length),s:(t,e)=>Ii(t.getSeconds(),e.length),S(t,e){const i=e.length,o=t.getMilliseconds();return Ii(Math.trunc(o*Math.pow(10,i-3)),e.length)}},Ti={G:function(t,e,i){const o=t.getFullYear()>0?1:0;switch(e){case"G":case"GG":case"GGG":return i.era(o,{width:"abbreviated"});case"GGGGG":return i.era(o,{width:"narrow"});default:return i.era(o,{width:"wide"})}},y:function(t,e,i){if("yo"===e){const e=t.getFullYear(),o=e>0?e:1-e;return i.ordinalNumber(o,{unit:"year"})}return Hi.y(t,e)},Y:function(t,e,i,o){const n=hi(t,o),r=n>0?n:1-n;return"YY"===e?Ii(r%100,2):"Yo"===e?i.ordinalNumber(r,{unit:"year"}):Ii(r,e.length)},R:function(t,e){return Ii(pi(t),e.length)},u:function(t,e){return Ii(t.getFullYear(),e.length)},Q:function(t,e,i){const o=Math.ceil((t.getMonth()+1)/3);switch(e){case"Q":return String(o);case"QQ":return Ii(o,2);case"Qo":return i.ordinalNumber(o,{unit:"quarter"});case"QQQ":return i.quarter(o,{width:"abbreviated",context:"formatting"});case"QQQQQ":return i.quarter(o,{width:"narrow",context:"formatting"});default:return i.quarter(o,{width:"wide",context:"formatting"})}},q:function(t,e,i){const o=Math.ceil((t.getMonth()+1)/3);switch(e){case"q":return String(o);case"qq":return Ii(o,2);case"qo":return i.ordinalNumber(o,{unit:"quarter"});case"qqq":return i.quarter(o,{width:"abbreviated",context:"standalone"});case"qqqqq":return i.quarter(o,{width:"narrow",context:"standalone"});default:return i.quarter(o,{width:"wide",context:"standalone"})}},M:function(t,e,i){const o=t.getMonth();switch(e){case"M":case"MM":return Hi.M(t,e);case"Mo":return i.ordinalNumber(o+1,{unit:"month"});case"MMM":return i.month(o,{width:"abbreviated",context:"formatting"});case"MMMMM":return i.month(o,{width:"narrow",context:"formatting"});default:return i.month(o,{width:"wide",context:"formatting"})}},L:function(t,e,i){const o=t.getMonth();switch(e){case"L":return String(o+1);case"LL":return Ii(o+1,2);case"Lo":return i.ordinalNumber(o+1,{unit:"month"});case"LLL":return i.month(o,{width:"abbreviated",context:"standalone"});case"LLLLL":return i.month(o,{width:"narrow",context:"standalone"});default:return i.month(o,{width:"wide",context:"standalone"})}},w:function(t,e,i,o){const n=ui(t,o);return"wo"===e?i.ordinalNumber(n,{unit:"week"}):Ii(n,e.length)},I:function(t,e,i){const o=gi(t);return"Io"===e?i.ordinalNumber(o,{unit:"week"}):Ii(o,e.length)},d:function(t,e,i){return"do"===e?i.ordinalNumber(t.getDate(),{unit:"date"}):Hi.d(t,e)},D:function(t,e,i){const o=function(t){const e=te(t);return Li(e,Ri(e))+1}(t);return"Do"===e?i.ordinalNumber(o,{unit:"dayOfYear"}):Ii(o,e.length)},E:function(t,e,i){const o=t.getDay();switch(e){case"E":case"EE":case"EEE":return i.day(o,{width:"abbreviated",context:"formatting"});case"EEEEE":return i.day(o,{width:"narrow",context:"formatting"});case"EEEEEE":return i.day(o,{width:"short",context:"formatting"});default:return i.day(o,{width:"wide",context:"formatting"})}},e:function(t,e,i,o){const n=t.getDay(),r=(n-o.weekStartsOn+8)%7||7;switch(e){case"e":return String(r);case"ee":return Ii(r,2);case"eo":return i.ordinalNumber(r,{unit:"day"});case"eee":return i.day(n,{width:"abbreviated",context:"formatting"});case"eeeee":return i.day(n,{width:"narrow",context:"formatting"});case"eeeeee":return i.day(n,{width:"short",context:"formatting"});default:return i.day(n,{width:"wide",context:"formatting"})}},c:function(t,e,i,o){const n=t.getDay(),r=(n-o.weekStartsOn+8)%7||7;switch(e){case"c":return String(r);case"cc":return Ii(r,e.length);case"co":return i.ordinalNumber(r,{unit:"day"});case"ccc":return i.day(n,{width:"abbreviated",context:"standalone"});case"ccccc":return i.day(n,{width:"narrow",context:"standalone"});case"cccccc":return i.day(n,{width:"short",context:"standalone"});default:return i.day(n,{width:"wide",context:"standalone"})}},i:function(t,e,i){const o=t.getDay(),n=0===o?7:o;switch(e){case"i":return String(n);case"ii":return Ii(n,e.length);case"io":return i.ordinalNumber(n,{unit:"day"});case"iii":return i.day(o,{width:"abbreviated",context:"formatting"});case"iiiii":return i.day(o,{width:"narrow",context:"formatting"});case"iiiiii":return i.day(o,{width:"short",context:"formatting"});default:return i.day(o,{width:"wide",context:"formatting"})}},a:function(t,e,i){const o=t.getHours()/12>=1?"pm":"am";switch(e){case"a":case"aa":return i.dayPeriod(o,{width:"abbreviated",context:"formatting"});case"aaa":return i.dayPeriod(o,{width:"abbreviated",context:"formatting"}).toLowerCase();case"aaaaa":return i.dayPeriod(o,{width:"narrow",context:"formatting"});default:return i.dayPeriod(o,{width:"wide",context:"formatting"})}},b:function(t,e,i){const o=t.getHours();let n;switch(n=12===o?"noon":0===o?"midnight":o/12>=1?"pm":"am",e){case"b":case"bb":return i.dayPeriod(n,{width:"abbreviated",context:"formatting"});case"bbb":return i.dayPeriod(n,{width:"abbreviated",context:"formatting"}).toLowerCase();case"bbbbb":return i.dayPeriod(n,{width:"narrow",context:"formatting"});default:return i.dayPeriod(n,{width:"wide",context:"formatting"})}},B:function(t,e,i){const o=t.getHours();let n;switch(n=o>=17?"evening":o>=12?"afternoon":o>=4?"morning":"night",e){case"B":case"BB":case"BBB":return i.dayPeriod(n,{width:"abbreviated",context:"formatting"});case"BBBBB":return i.dayPeriod(n,{width:"narrow",context:"formatting"});default:return i.dayPeriod(n,{width:"wide",context:"formatting"})}},h:function(t,e,i){if("ho"===e){let e=t.getHours()%12;return 0===e&&(e=12),i.ordinalNumber(e,{unit:"hour"})}return Hi.h(t,e)},H:function(t,e,i){return"Ho"===e?i.ordinalNumber(t.getHours(),{unit:"hour"}):Hi.H(t,e)},K:function(t,e,i){const o=t.getHours()%12;return"Ko"===e?i.ordinalNumber(o,{unit:"hour"}):Ii(o,e.length)},k:function(t,e,i){let o=t.getHours();return 0===o&&(o=24),"ko"===e?i.ordinalNumber(o,{unit:"hour"}):Ii(o,e.length)},m:function(t,e,i){return"mo"===e?i.ordinalNumber(t.getMinutes(),{unit:"minute"}):Hi.m(t,e)},s:function(t,e,i){return"so"===e?i.ordinalNumber(t.getSeconds(),{unit:"second"}):Hi.s(t,e)},S:function(t,e){return Hi.S(t,e)},X:function(t,e,i){const o=t.getTimezoneOffset();if(0===o)return"Z";switch(e){case"X":return Oi(o);case"XXXX":case"XX":return $i(o);default:return $i(o,":")}},x:function(t,e,i){const o=t.getTimezoneOffset();switch(e){case"x":return Oi(o);case"xxxx":case"xx":return $i(o);default:return $i(o,":")}},O:function(t,e,i){const o=t.getTimezoneOffset();switch(e){case"O":case"OO":case"OOO":return"GMT"+Ai(o,":");default:return"GMT"+$i(o,":")}},z:function(t,e,i){const o=t.getTimezoneOffset();switch(e){case"z":case"zz":case"zzz":return"GMT"+Ai(o,":");default:return"GMT"+$i(o,":")}},t:function(t,e,i){return Ii(Math.trunc(t.getTime()/1e3),e.length)},T:function(t,e,i){return Ii(t.getTime(),e.length)}};function Ai(t,e=""){const i=t>0?"-":"+",o=Math.abs(t),n=Math.trunc(o/60),r=o%60;return 0===r?i+String(n):i+String(n)+e+Ii(r,2)}function Oi(t,e){return t%60==0?(t>0?"-":"+")+Ii(Math.abs(t)/60,2):$i(t,e)}function $i(t,e=""){const i=t>0?"-":"+",o=Math.abs(t);return i+Ii(Math.trunc(o/60),2)+e+Ii(o%60,2)}function Di(t){if(!(e=t,e instanceof Date||"object"==typeof e&&"[object Date]"===Object.prototype.toString.call(e)||"number"==typeof t))return!1;var e;const i=te(t);return!isNaN(Number(i))}const Ni=/[yYQqMLwIdDecihHKkms]o|(\w)\1*|''|'(''|[^'])+('|$)|./g,Pi=/P+p+|P+|p+|''|'(''|[^'])+('|$)|./g,ji=/^'([^]*?)'?$/,Vi=/''/g,Bi=/[a-zA-Z]/;function Fi(t,e,i){const o=ne(),n=i?.locale??o.locale??ge,r=i?.firstWeekContainsDate??i?.locale?.options?.firstWeekContainsDate??o.firstWeekContainsDate??o.locale?.options?.firstWeekContainsDate??1,s=i?.weekStartsOn??i?.locale?.options?.weekStartsOn??o.weekStartsOn??o.locale?.options?.weekStartsOn??0,a=te(t);if(!Di(a))throw new RangeError("Invalid time value");let l=e.match(Pi).map((t=>{const e=t[0];return"p"===e||"P"===e?(0,ve[e])(t,n.formatLong):t})).join("").match(Ni).map((t=>{if("''"===t)return{isToken:!1,value:"'"};const e=t[0];if("'"===e)return{isToken:!1,value:Wi(t)};if(Ti[e])return{isToken:!0,value:t};if(e.match(Bi))throw new RangeError("Format string contains an unescaped latin alphabet character `"+e+"`");return{isToken:!1,value:t}}));n.localize.preprocessor&&(l=n.localize.preprocessor(a,l));const c={firstWeekContainsDate:r,weekStartsOn:s,locale:n};return l.map((o=>{if(!o.isToken)return o.value;const r=o.value;return(!i?.useAdditionalWeekYearTokens&&ke(r)||!i?.useAdditionalDayOfYearTokens&&xe(r))&&Ce(r,e,String(t)),(0,Ti[r[0]])(a,r,n.localize,c)})).join("")}function Wi(t){const e=t.match(ji);return e?e[1].replace(Vi,"'"):t}function Ui(t,e){const i=te(t);if(isNaN(e))return ie(t,NaN);if(!e)return i;const o=i.getDate(),n=ie(t,i.getTime());return n.setMonth(i.getMonth()+e+1,0),o>=n.getDate()?n:(i.setFullYear(n.getFullYear(),n.getMonth(),o),i)}function Gi(t,e){return function(t,e){return Ui(t,12*e)}(t,-e)}function qi(t){const e=te(t),i=e.getMonth();return e.setFullYear(e.getFullYear(),i+1,0),e.setHours(23,59,59,999),e}function Yi(t,e){const i=te(t),o=te(e),n=Zi(i,o),r=Math.abs(Li(i,o));i.setDate(i.getDate()-n*r);const s=n*(r-Number(Zi(i,o)===-n));return 0===s?0:s}function Zi(t,e){const i=t.getFullYear()-e.getFullYear()||t.getMonth()-e.getMonth()||t.getDate()-e.getDate()||t.getHours()-e.getHours()||t.getMinutes()-e.getMinutes()||t.getSeconds()-e.getSeconds()||t.getMilliseconds()-e.getMilliseconds();return i<0?-1:i>0?1:i}function Xi(t,e){return vi(t,-e)}function Qi(t,e){return Ui(t,-e)}const Ki={lessThanXSeconds:{one:{regular:"méně než 1 sekunda",past:"před méně než 1 sekundou",future:"za méně než 1 sekundu"},few:{regular:"méně než {{count}} sekundy",past:"před méně než {{count}} sekundami",future:"za méně než {{count}} sekundy"},many:{regular:"méně než {{count}} sekund",past:"před méně než {{count}} sekundami",future:"za méně než {{count}} sekund"}},xSeconds:{one:{regular:"1 sekunda",past:"před 1 sekundou",future:"za 1 sekundu"},few:{regular:"{{count}} sekundy",past:"před {{count}} sekundami",future:"za {{count}} sekundy"},many:{regular:"{{count}} sekund",past:"před {{count}} sekundami",future:"za {{count}} sekund"}},halfAMinute:{type:"other",other:{regular:"půl minuty",past:"před půl minutou",future:"za půl minuty"}},lessThanXMinutes:{one:{regular:"méně než 1 minuta",past:"před méně než 1 minutou",future:"za méně než 1 minutu"},few:{regular:"méně než {{count}} minuty",past:"před méně než {{count}} minutami",future:"za méně než {{count}} minuty"},many:{regular:"méně než {{count}} minut",past:"před méně než {{count}} minutami",future:"za méně než {{count}} minut"}},xMinutes:{one:{regular:"1 minuta",past:"před 1 minutou",future:"za 1 minutu"},few:{regular:"{{count}} minuty",past:"před {{count}} minutami",future:"za {{count}} minuty"},many:{regular:"{{count}} minut",past:"před {{count}} minutami",future:"za {{count}} minut"}},aboutXHours:{one:{regular:"přibližně 1 hodina",past:"přibližně před 1 hodinou",future:"přibližně za 1 hodinu"},few:{regular:"přibližně {{count}} hodiny",past:"přibližně před {{count}} hodinami",future:"přibližně za {{count}} hodiny"},many:{regular:"přibližně {{count}} hodin",past:"přibližně před {{count}} hodinami",future:"přibližně za {{count}} hodin"}},xHours:{one:{regular:"1 hodina",past:"před 1 hodinou",future:"za 1 hodinu"},few:{regular:"{{count}} hodiny",past:"před {{count}} hodinami",future:"za {{count}} hodiny"},many:{regular:"{{count}} hodin",past:"před {{count}} hodinami",future:"za {{count}} hodin"}},xDays:{one:{regular:"1 den",past:"před 1 dnem",future:"za 1 den"},few:{regular:"{{count}} dny",past:"před {{count}} dny",future:"za {{count}} dny"},many:{regular:"{{count}} dní",past:"před {{count}} dny",future:"za {{count}} dní"}},aboutXWeeks:{one:{regular:"přibližně 1 týden",past:"přibližně před 1 týdnem",future:"přibližně za 1 týden"},few:{regular:"přibližně {{count}} týdny",past:"přibližně před {{count}} týdny",future:"přibližně za {{count}} týdny"},many:{regular:"přibližně {{count}} týdnů",past:"přibližně před {{count}} týdny",future:"přibližně za {{count}} týdnů"}},xWeeks:{one:{regular:"1 týden",past:"před 1 týdnem",future:"za 1 týden"},few:{regular:"{{count}} týdny",past:"před {{count}} týdny",future:"za {{count}} týdny"},many:{regular:"{{count}} týdnů",past:"před {{count}} týdny",future:"za {{count}} týdnů"}},aboutXMonths:{one:{regular:"přibližně 1 měsíc",past:"přibližně před 1 měsícem",future:"přibližně za 1 měsíc"},few:{regular:"přibližně {{count}} měsíce",past:"přibližně před {{count}} měsíci",future:"přibližně za {{count}} měsíce"},many:{regular:"přibližně {{count}} měsíců",past:"přibližně před {{count}} měsíci",future:"přibližně za {{count}} měsíců"}},xMonths:{one:{regular:"1 měsíc",past:"před 1 měsícem",future:"za 1 měsíc"},few:{regular:"{{count}} měsíce",past:"před {{count}} měsíci",future:"za {{count}} měsíce"},many:{regular:"{{count}} měsíců",past:"před {{count}} měsíci",future:"za {{count}} měsíců"}},aboutXYears:{one:{regular:"přibližně 1 rok",past:"přibližně před 1 rokem",future:"přibližně za 1 rok"},few:{regular:"přibližně {{count}} roky",past:"přibližně před {{count}} roky",future:"přibližně za {{count}} roky"},many:{regular:"přibližně {{count}} roků",past:"přibližně před {{count}} roky",future:"přibližně za {{count}} roků"}},xYears:{one:{regular:"1 rok",past:"před 1 rokem",future:"za 1 rok"},few:{regular:"{{count}} roky",past:"před {{count}} roky",future:"za {{count}} roky"},many:{regular:"{{count}} roků",past:"před {{count}} roky",future:"za {{count}} roků"}},overXYears:{one:{regular:"více než 1 rok",past:"před více než 1 rokem",future:"za více než 1 rok"},few:{regular:"více než {{count}} roky",past:"před více než {{count}} roky",future:"za více než {{count}} roky"},many:{regular:"více než {{count}} roků",past:"před více než {{count}} roky",future:"za více než {{count}} roků"}},almostXYears:{one:{regular:"skoro 1 rok",past:"skoro před 1 rokem",future:"skoro za 1 rok"},few:{regular:"skoro {{count}} roky",past:"skoro před {{count}} roky",future:"skoro za {{count}} roky"},many:{regular:"skoro {{count}} roků",past:"skoro před {{count}} roky",future:"skoro za {{count}} roků"}}},Ji={date:se({formats:{full:"EEEE, d. MMMM yyyy",long:"d. MMMM yyyy",medium:"d. M. yyyy",short:"dd.MM.yyyy"},defaultWidth:"full"}),time:se({formats:{full:"H:mm:ss zzzz",long:"H:mm:ss z",medium:"H:mm:ss",short:"H:mm"},defaultWidth:"full"}),dateTime:se({formats:{full:"{{date}} 'v' {{time}}",long:"{{date}} 'v' {{time}}",medium:"{{date}}, {{time}}",short:"{{date}}, {{time}}"},defaultWidth:"full"})},to=["neděli","pondělí","úterý","středu","čtvrtek","pátek","sobotu"],eo={lastWeek:"'poslední' eeee 've' p",yesterday:"'včera v' p",today:"'dnes v' p",tomorrow:"'zítra v' p",nextWeek:t=>{const e=t.getDay();return"'v "+to[e]+" o' p"},other:"P"},io={ordinalNumber:(t,e)=>Number(t)+".",era:ce({values:{narrow:["př. n. l.","n. l."],abbreviated:["př. n. l.","n. l."],wide:["před naším letopočtem","našeho letopočtu"]},defaultWidth:"wide"}),quarter:ce({values:{narrow:["1","2","3","4"],abbreviated:["1. čtvrtletí","2. čtvrtletí","3. čtvrtletí","4. čtvrtletí"],wide:["1. čtvrtletí","2. čtvrtletí","3. čtvrtletí","4. čtvrtletí"]},defaultWidth:"wide",argumentCallback:t=>t-1}),month:ce({values:{narrow:["L","Ú","B","D","K","Č","Č","S","Z","Ř","L","P"],abbreviated:["led","úno","bře","dub","kvě","čvn","čvc","srp","zář","říj","lis","pro"],wide:["leden","únor","březen","duben","květen","červen","červenec","srpen","září","říjen","listopad","prosinec"]},defaultWidth:"wide",formattingValues:{narrow:["L","Ú","B","D","K","Č","Č","S","Z","Ř","L","P"],abbreviated:["led","úno","bře","dub","kvě","čvn","čvc","srp","zář","říj","lis","pro"],wide:["ledna","února","března","dubna","května","června","července","srpna","září","října","listopadu","prosince"]},defaultFormattingWidth:"wide"}),day:ce({values:{narrow:["ne","po","út","st","čt","pá","so"],short:["ne","po","út","st","čt","pá","so"],abbreviated:["ned","pon","úte","stř","čtv","pát","sob"],wide:["neděle","pondělí","úterý","středa","čtvrtek","pátek","sobota"]},defaultWidth:"wide"}),dayPeriod:ce({values:{narrow:{am:"dop.",pm:"odp.",midnight:"půlnoc",noon:"poledne",morning:"ráno",afternoon:"odpoledne",evening:"večer",night:"noc"},abbreviated:{am:"dop.",pm:"odp.",midnight:"půlnoc",noon:"poledne",morning:"ráno",afternoon:"odpoledne",evening:"večer",night:"noc"},wide:{am:"dopoledne",pm:"odpoledne",midnight:"půlnoc",noon:"poledne",morning:"ráno",afternoon:"odpoledne",evening:"večer",night:"noc"}},defaultWidth:"wide",formattingValues:{narrow:{am:"dop.",pm:"odp.",midnight:"půlnoc",noon:"poledne",morning:"ráno",afternoon:"odpoledne",evening:"večer",night:"noc"},abbreviated:{am:"dop.",pm:"odp.",midnight:"půlnoc",noon:"poledne",morning:"ráno",afternoon:"odpoledne",evening:"večer",night:"noc"},wide:{am:"dopoledne",pm:"odpoledne",midnight:"půlnoc",noon:"poledne",morning:"ráno",afternoon:"odpoledne",evening:"večer",night:"noc"}},defaultFormattingWidth:"wide"})},oo={ordinalNumber:ue({matchPattern:/^(\d+)\.?/i,parsePattern:/\d+/i,valueCallback:t=>parseInt(t,10)}),era:de({matchPatterns:{narrow:/^(p[řr](\.|ed) Kr\.|p[řr](\.|ed) n\. l\.|po Kr\.|n\. l\.)/i,abbreviated:/^(p[řr](\.|ed) Kr\.|p[řr](\.|ed) n\. l\.|po Kr\.|n\. l\.)/i,wide:/^(p[řr](\.|ed) Kristem|p[řr](\.|ed) na[šs][íi]m letopo[čc]tem|po Kristu|na[šs]eho letopo[čc]tu)/i},defaultMatchWidth:"wide",parsePatterns:{any:[/^p[řr]/i,/^(po|n)/i]},defaultParseWidth:"any"}),quarter:de({matchPatterns:{narrow:/^[1234]/i,abbreviated:/^[1234]\. [čc]tvrtlet[íi]/i,wide:/^[1234]\. [čc]tvrtlet[íi]/i},defaultMatchWidth:"wide",parsePatterns:{any:[/1/i,/2/i,/3/i,/4/i]},defaultParseWidth:"any",valueCallback:t=>t+1}),month:de({matchPatterns:{narrow:/^[lúubdkčcszřrlp]/i,abbreviated:/^(led|[úu]no|b[řr]e|dub|kv[ěe]|[čc]vn|[čc]vc|srp|z[áa][řr]|[řr][íi]j|lis|pro)/i,wide:/^(leden|ledna|[úu]nora?|b[řr]ezen|b[řr]ezna|duben|dubna|kv[ěe]ten|kv[ěe]tna|[čc]erven(ec|ce)?|[čc]ervna|srpen|srpna|z[áa][řr][íi]|[řr][íi]jen|[řr][íi]jna|listopad(a|u)?|prosinec|prosince)/i},defaultMatchWidth:"wide",parsePatterns:{narrow:[/^l/i,/^[úu]/i,/^b/i,/^d/i,/^k/i,/^[čc]/i,/^[čc]/i,/^s/i,/^z/i,/^[řr]/i,/^l/i,/^p/i],any:[/^led/i,/^[úu]n/i,/^b[řr]e/i,/^dub/i,/^kv[ěe]/i,/^[čc]vn|[čc]erven(?!\w)|[čc]ervna/i,/^[čc]vc|[čc]erven(ec|ce)/i,/^srp/i,/^z[áa][řr]/i,/^[řr][íi]j/i,/^lis/i,/^pro/i]},defaultParseWidth:"any"}),day:de({matchPatterns:{narrow:/^[npuúsčps]/i,short:/^(ne|po|[úu]t|st|[čc]t|p[áa]|so)/i,abbreviated:/^(ned|pon|[úu]te|st[rř]|[čc]tv|p[áa]t|sob)/i,wide:/^(ned[ěe]le|pond[ěe]l[íi]|[úu]ter[ýy]|st[řr]eda|[čc]tvrtek|p[áa]tek|sobota)/i},defaultMatchWidth:"wide",parsePatterns:{narrow:[/^n/i,/^p/i,/^[úu]/i,/^s/i,/^[čc]/i,/^p/i,/^s/i],any:[/^ne/i,/^po/i,/^[úu]t/i,/^st/i,/^[čc]t/i,/^p[áa]/i,/^so/i]},defaultParseWidth:"any"}),dayPeriod:de({matchPatterns:{any:/^dopoledne|dop\.?|odpoledne|odp\.?|p[ůu]lnoc|poledne|r[áa]no|odpoledne|ve[čc]er|(v )?noci?/i},defaultMatchWidth:"any",parsePatterns:{any:{am:/^dop/i,pm:/^odp/i,midnight:/^p[ůu]lnoc/i,noon:/^poledne/i,morning:/r[áa]no/i,afternoon:/odpoledne/i,evening:/ve[čc]er/i,night:/noc/i}},defaultParseWidth:"any"})},no={code:"cs",formatDistance:(t,e,i)=>{let o;const n=Ki[t];o="other"===n.type?n.other:1===e?n.one:e>1&&e<5?n.few:n.many;const r=!0===i?.addSuffix,s=i?.comparison;let a;return a=r&&-1===s?o.past:r&&1===s?o.future:o.regular,a.replace("{{count}}",String(e))},formatLong:Ji,formatRelative:(t,e)=>{const i=eo[t];return"function"==typeof i?i(e):i},localize:io,match:oo,options:{weekStartsOn:1,firstWeekContainsDate:4}};class ro extends Event{constructor(t){super("localechange"),this.locale=t}}function so(){return"undefined"!=typeof navigator?navigator.languages&&navigator.languages.length?navigator.languages[0]:navigator.language:"en"}const ao=new Map,lo=new Map;let co=so();function ho(t,e){(Array.isArray(t)?t:[t]).forEach((t=>ao.set(t,e)))}function uo(){return co}function po(t){return ao.has(t)}function go(t){if(!ao.has(t)){let t=co;null==t&&(ao.has("en")?t="en":ao.size>0&&(t=ao.keys().next().value))}lo.has(t)||lo.set(t,new Map);const e=lo.get(t);ao.get(t)?.forEach((t=>e.set(t.source,t))),co!==t&&(co=t,document.dispatchEvent(new ro(t)))}function fo(t,e){if(Array.isArray(t))return t.map((t=>fo(t,e))).join(e?.separator??" ");if(null==t||""===t)return"";const i=t.toLowerCase();if(!lo||!lo.has(co)||!lo.get(co).has(i))return t;let o=lo.get(co).get(i).target;return null==o||""===o?"":(t.length>0&&t[0]===t[0].toUpperCase()&&(o=o[0].toUpperCase()+o.slice(1)),o)}const mo={af:["af-ZA"],ar:["ar-AE","ar-BH","ar-DZ","ar-EG","ar-IQ","ar-JO","ar-KW","ar-LB","ar-LY","ar-MA","ar-OM","ar-QA","ar-SA","ar-SY","ar-TN","ar-YE"],az:["az-AZ"],be:["be-BY"],bg:["bg-BG"],ca:["ca-ES"],cs:["cs-CZ"],cy:["cy-GB"],da:["da-DK"],de:["de-DE","de-AT","de-CH","de-LI","de-LU"],dv:["dv-MV"],el:["el-GR"],en:["en-US","en-AU","en-BZ","en-CA","en-CB","en-GB","en-IE","en-JM","en-NZ","en-PH","en-TT","en-ZA","en-ZW"],eo:["eo"],es:["es-ES","es-AR","es-BO","es-CL","es-CO","es-CR","es-DO","es-EC","es-GT","es-HN","es-MX","es-NI","es-PA","es-PE","es-PR","es-PY","es-SV","es-UY","es-VE"],et:["et-EE"],eu:["eu-ES"],fa:["fa-IR"],fi:["fi-FI"],fo:["fo-FO"],fr:["fr-BE","fr-CA","fr-CH","fr-FR","fr-LU","fr-MC"],gl:["gl-ES"],gu:["gu-IN"],he:["he-IL"],hi:["hi-IN"],hr:["hr-BA","hr-HR"],hu:["hu-HU"],hy:["hy-AM"],id:["id-ID"],is:["is-IS"],it:["it-CH","it-IT"],ja:["ja-JP"],ka:["ka-GE"],kk:["kk-KZ"],kn:["kn-IN"],ko:["ko-KR"],kok:["kok-IN"],ky:["ky-KG"],lt:["lt-LT"],lv:["lv-LV"],mi:["mi-NZ"],mk:["mk-MK"],mn:["mn-MN"],mr:["mr-IN"],ms:["ms-BN","ms-MY"],mt:["mt-MT"],nb:["nb-NO"],nl:["nl-BE","nl-NL"],nn:["nn-NO"],ns:["ns-ZA"],pa:["pa-IN"],pl:["pl-PL"],ps:["ps-AR"],pt:["pt-BR","pt-PT"],qu:["qu-BO","qu-EC","qu-PE"],ro:["ro-RO"],ru:["ru-RU"],sa:["sa-IN"],se:["se-FI","se-NO","se-SE"],sk:["sk-SK"],sl:["sl-SI"],sq:["sq-AL"],sr:["sr-BA","sr-SP"],sv:["sv-FI","sv-SE"],sw:["sw-KE"],syr:["syr-SY"],ta:["ta-IN"],te:["te-IN"],th:["th-TH"],tl:["tl-PH"],tn:["tn-ZA"],tr:["tr-TR"],tt:["tt-RU"],ts:["ts"],uk:["uk-UA"],ur:["ur-PK"],uz:["uz-UZ"],vi:["vi-VN"],xh:["xh-ZA"],zh:["zh-CN","zh-HK","zh-MO","zh-SG","zh-TW"],zu:["zu-ZA"]};let vo;function bo(t){if(mo[t])return t;if(vo&&vo.has(t))return vo.get(t);for(const e in mo)if(mo[e].includes(t))return vo=vo??new Map,vo.set(t,e),e;return null}function yo(t){const e=bo(t);return e?mo[e]?mo[e][0]:t:null}const wo=[{id:null,source:"copied",target:"copied"},{id:null,source:"close",target:"close"},{id:null,source:"headers",target:"headers"},{id:null,source:"conditional formatting",target:"conditional formatting"},{id:null,source:"sparklines",target:"sparklines"},{id:null,source:"charts",target:"charts"},{id:null,source:"named ranges",target:"named ranges"},{id:null,source:"search",target:"search"},{id:null,source:"load more",target:"load more"},{id:null,source:"today",target:"today"}],xo=[{id:null,source:"copied",target:"zkopírováno"},{id:null,source:"close",target:"zavřít"},{id:null,source:"headers",target:"hlavičky"},{id:null,source:"conditional formatting",target:"podmíněné formátování"},{id:null,source:"sparklines",target:"mikrografy"},{id:null,source:"charts",target:"grafy"},{id:null,source:"named ranges",target:"pojmenované rozsahy"},{id:null,source:"search",target:"hledat"},{id:null,source:"load more",target:"načíst další"},{id:null,source:"today",target:"dnes"}];[["en-US",wo],["en",wo],["cs-CZ",xo],["cs",xo],["sk",xo]].forEach((([t,e])=>ho(t,e)));const ko=new Map;function Co(t){ko.set(t.code,t)}Co(ge),Co(no);const Mo=new Map,_o=/^(\d{1,2})[./](\d{1,2})[./](\d{4})$/;function So(t,e){return _o.test(t.replace(/\s/g,""))?e.startsWith("en")?"MM/dd/yyyy":"dd.MM.yyyy":"yyyy-MM-dd"}let Eo;function zo(t){if(t=t??uo(),Eo=Eo??new Map,Eo.has(t))return Eo.get(t);let e;try{const i=yo(t);e=So(function(t,e,i){let o;var n;return void 0===(n=e)||"locale"in n?i=e:o=e,new Intl.DateTimeFormat(i?.locale,o).format(te(t))}(ee(new Date),{locale:i}),i)}catch(t){e="yyyy-MM-dd"}return Eo.set(t,e),e}function Lo(t,e){const i=zi(t,So(t,e),new Date);return isNaN(i.getTime())?null:i}function Ro(t,e){e=e??zo(t);const i=Mo.has(t)?Mo.get(t):Mo.set(t,new Map).get(t);return i.has(e)||i.set(e,Ho(t,e)),i.get(e)}function Io(t){return ko.has(t)?ko.get(t):(t=t.split("-")[0],ko.has(t)?ko.get(t):ko.get("en-US"))}function Ho(t,e){return e=e??zo(t),(i,o)=>{if(Z(i))i=Lo(i,t);else if(i instanceof Date||isNaN(i)){if(null==i)return""}else i=Po(i);return Fi(i,o||e,{locale:Io(t)})}}function To(t,e){const i=t.getFullYear(),o=t.getMonth()+1;return e>=0?i-Math.floor((12-o+e)/12):i+Math.floor((o-e-1)/12)}function Ao(t,e){const i=Bo(t.getMonth()-e,12);return Math.floor(i/3)+1}function Oo(t){return t.setHours(0),t.setMinutes(0),t.setSeconds(0),t.setMilliseconds(0),t}function $o(t,e){let i=new Date(t.getFullYear(),Bo(e,12),1);return function(t,e){const i=te(t),o=te(e),n=i.getTime()-o.getTime();return n<0?-1:n>0?1:n}(t,i)<0&&(i=Gi(i,1)),[i,Oo(qi(Ui(new Date(i),11)))]}function Do(t,e=0,i=1){const[o,n]=$o(t,e),r=Yi(t,o)+1,s=(yi(t)+i-2)%7+1;let a=To(t,e),l=Math.floor((10+r-s)/7);if(0==l){const t=Xi(o,4),e=Yi(t,Qi(o,12))+1,n=(yi(t)+i-1)%7;l=Math.floor((10+e-n)/7),--a}else if(l>52){const t=Xi(n,3),e=Yi(t,o)+1,r=(yi(t)+i-1)%7;l>Math.floor((10+e-r)/7)&&(l=1,++a)}return[l,a]}function No(t){return 25569+(t.getTime()-60*t.getTimezoneOffset()*1e3)/864e5}function Po(t){return new Date(Date.UTC(0,0,t-1))}function jo(t,e,i){let o=Po(t).getDay();for(i&&i.length>0&&i.forEach((t=>undefined.set(t,t)));e>0;)++t,o=++o>7?1:o,o<6&&--e;return t}const Vo=t=>t.text||t.color||t.brackets||t.empty;function Bo(t,e){let i=t%e;return i<0&&(i+=Math.abs(e)),i}const Fo=["","C","CC","CCC","CD","D","DC","DCC","DCCC","CM","","X","XX","XXX","XL","L","LX","LXX","LXXX","XC","","I","II","III","IV","V","VI","VII","VIII","IX"];function Wo(t){if(isNaN(t))return NaN;const e=String(+t).split("");let i="",o=3;for(;o--;)i=(Fo[+e.pop()+10*o]||"")+i;return Array(+e.join("")+1).join("M")+i}function Uo(t){return["0","#"].includes(t[0])}const Go=new Map;function qo(t,e="",i){const o=Go.has(t)?Go.get(t):Go.set(t,new Map).get(t);return o.has(e)||o.set(e,Yo(t,e,i)),o.get(e)}function Yo(t,e="",i){const o=(e?Xo(i?Ko(e,"n"):e):[{maximumFractionDigits:3}]).map((e=>q(e)?Vo(e)?function(t,e){const i=new Intl.NumberFormat(t,e);return{format:t=>{let o=K(t)?i.format(t):"";return e.text&&(o+=e.text||""),e.brackets&&(o=`(${o})`),e.color&&(o=`<span style="color:${e.color}">${o}</span>`),o}}}(t,e):new Intl.NumberFormat(t,e):{format:Ro(t,e)}));return 1==o.length&&o.push(o[0]),2==o.length&&o.push(o[0]),t=>null==t?"":Z(t)?o[3]?o[3].format(t):t:isNaN(t)?"#NaN":t>0?o[0].format(t):t<0?o[1].format(t):0==t?o[2].format(t):void 0}const Zo={useGrouping:!1,maximumFractionDigits:0,signDisplay:"negative",empty:!0};function Xo(t){const e=[];let i,o,n,r=Object.assign({},Zo),s=!1,a=0;for(;a<t.length;)switch(i=t.charAt(a),";"!=i&&r.empty&&delete r.empty,i.toLowerCase()){case"(":r.brackets=!0,++a;break;case"[":for(r.color="";++a<t.length&&(i=t.charAt(a),"]"!==i);)r.color+=i;break;case";":e.push(r),r=Object.assign({},Zo),1==e.length&&(r.signDisplay="never"),s=!1,++a;break;case"0":case"#":for(o=null,n=null;a<t.length;){if(i=t.charAt(a),"0"===i)o=null===o?1:o+1;else if("#"===i)n=null===n?1:n+1;else{if(","!==i)break;r.useGrouping=!0}++a}s?(null!==o&&(r.minimumFractionDigits=o,null==n&&(r.maximumFractionDigits=o)),null!==n&&(r.maximumFractionDigits=n+(o||0))):null!==o&&(r.minimumIntegerDigits=o);break;case'"':for(r.text="";++a<t.length&&(i=t.charAt(a),'"'!==i);)r.text+=i;++a;break;case".":s=!0,++a;break;case"+":r.signDisplay="exceptZero",++a;break;case"-":1==e.length&&(r.signDisplay="always"),++a;break;case"$":r.style="currency",++a;break;case"%":r.style="percent",++a;break;default:if(J(i)){let o=i;for(r=null;++a<t.length;){if(i=t.charAt(a),";"===i){r=Object.assign({},Zo);break}o+=i}e.push(o)}++a}return r&&e.push(r),e}const Qo={d:[[/\\/g,""],[/m/g,"M"],[/ddd/g,"eee"]],n:[[/0,/g,"#,"]]};function Ko(t,e){return Qo[e].forEach((([e,i])=>t=t.replace(e,i))),t}function Jo(t){return Intl.NumberFormat(t,{minimumIntegerDigits:1,minimumFractionDigits:1}).format(1.1).charAt(1)}const tn={delimiter:"\t",quote:"",encoding:"utf-8",decimalSeparator:".",header:!1};class en{constructor(t,e){this.csv=t,this.offset=0,this.length=t.length,this.description=Object.assign({},tn,e)}get eof(){return this.offset>=this.length}readLine(){if(this.eof)return null;const t=[];let e,i="",o=!1;for(;this.offset<this.length;){if(e=this.csv.charAt(this.offset++),"\n"===e){if(o)continue;t.push(i),i=null;break}"\r"!==e&&(o?e===this.description.quote?(i=nt(i,this.description.quote),o=!1):i+=e:e==this.description.delimiter?(t.push(i),i=""):""==i&&e==this.description.quote?(o=!0,i=""):i+=e)}return null!=i&&t.push(i),t}}function on(t,e){e=Object.assign({},tn,e);let i="";for(let o=0;o<t.length;o++)i+=t[o].map((t=>null==t?"":isNaN(t)?(t??"").toString().replace(e.delimiter," "):"."!=e.decimalSeparator?t.toString().replace(".",e.decimalSeparator):t.toString())).join(e.delimiter)+"\n";return i}function nn(t,e){const i=[];let o;const n=new en(t,e);for(;!n.eof;)o=n.readLine(),o&&o.length>0&&i.push(o);return i}var rn;!function(t){t.Info="i",t.Warn="w",t.Error="e",t.Debug="d",t.Trace="t"}(rn||(rn={}));class sn{constructor(t){this.name=t,this.styles=["color: #ffff00","color: #00955d","color: #aaaaaa"],this.errorStyles=["color: #ff0000","color: #00955d","color: #aaaaaa"],this.defaultLevel=rn.Info}format(t,e){return`%c[${e}] %c${this.name.padEnd(20," ")} %c${t.padEnd(50," ")}`}log(t){console.log(t,...this.styles)}info(t){console.info(this.format(t,rn.Info),...this.styles)}warn(t){console.info(this.format(t,rn.Warn),...this.styles)}error(t,e){console.error(this.format(t,rn.Error),...this.errorStyles),e&&console.error(e)}debug(t){console.info(this.format(t,rn.Debug),...this.styles)}trace(t){console.trace(this.format(t,rn.Trace),...this.styles)}}const an=new Map;function ln(t){if(null==t){if(an.size>0)return an.entries().next().value[1];t=t||"Ω"}return an.has(t)||an.set(t,new sn(t)),an.get(t)}var cn;!function(t){t[t.Filtered=0]="Filtered",t[t.Matched=1]="Matched",t[t.ChildMatched=2]="ChildMatched",t[t.ParentMatched=3]="ParentMatched"}(cn||(cn={}));class hn{populate(t){}getSourceData(){return{}}}function dn(t=hn){return class extends t{constructor(){super(...arguments),this._children=[],this._filterState=cn.Matched}populate(t){super.populate(t),isNaN(t.i)||(this.index=t.i),this.level=t.level||t.l||0,this.parentIndex=t.p,this._count=t.count,this._hidden=t.hidden,this._filterable=t.filterable,this._sortable=t.sortable,(t.collapsed||t.count)&&(this._collapsed=!0)}getSourceData(){const t=super.getSourceData();return this.level>0&&(t.l=this.level),null!=this.parentIndex&&(t.p=this.parentIndex),null!=this._collapsed&&(t.collapsed=this._collapsed),t}get filterable(){return!1!==this._filterable}get sortable(){return!1!==this._sortable}get filterState(){return this._filterState}set filterState(t){this._filterState=t}get hidden(){return this._hidden}set hidden(t){this._hidden=t}get visible(){return!this.hidden&&this.filterState>0}get collapsed(){return this._collapsed}set collapsed(t){this._collapsed=t}set parent(t){this._parent=t}get parent(){return this._parent}set children(t){this._children=t,this._count=Math.max(this._count||0,this._children.length)}get children(){return this._children}get hasChildren(){return this._children.length>0||this._count>0}set count(t){this._count=t}get isLoaded(){return null==this._count||this._count<=this._children.length}get isPartialyLoaded(){return this._children.length>0&&this._count>this._children.length}get hasParent(){return!!this.parent&&this.parent.level>-1}get firstChild(){return this.children[0]}get lastChild(){return this.children[this.children.length-1]}addChild(t){this._children.push(t),t.parent=this,t.level=this.level+1,this._count=Math.max(this._count||0,this._children.length)}insertChildren(t,e){this._children.splice(e,0,...t),t.forEach((t=>{t.parent=this,t.level=this.level+1})),this._count=Math.max(this._count||0,this._children.length)}deleteChildren(t,e){if(Array.isArray(t)){const e=new Set;t.forEach((t=>{t.parent=null,e.add(t)})),this._children=this._children.filter((t=>!e.has(t))),this._count-=t.length}else e=e||1,this._children.splice(t,e),this._count-=e}expand(t){this._collapsed=!1,t&&this.hasChildren&&this.walk((t=>t.hidden=!1))}collapse(){this._collapsed=!0}toggleCollapse(t=!1,e){const i=this._collapsed;i?this.expand(e):this.collapse(),t&&(i?this.walk((t=>t.expand(e))):this.walk((t=>t.collapse())))}clearChildren(){this._children.forEach((t=>t.parent=null)),this._children=[],this._count=null}walk(t){this._children.forEach((e=>{!1!==t(e)&&e.walk(t)}))}walkVisible(t){this._children.forEach((e=>{e.visible&&(!1===t(e)||e.collapsed)||e.walkVisible(t)}))}walkUp(t){this._parent&&!1!==t(this._parent)&&this._parent.walkUp(t)}_sort(t){this.hasChildren&&(this._children.sort(t),this._children.forEach((e=>e._sort(t))))}sort(t){this._sort(((e,i)=>e.sortable&&i.sortable?t(e,i):e.index-i.index))}}}function un(t,e,i){const o=[[e,-1]];let n,r=-1,s=-1,a=0;return i?.reverse&&(t=[...t].reverse()),e._children=[],e._parent=null,t.forEach((t=>{for(t._children=[],t._parent=null,a=t.level+e.level+1,n&&r<a&&o.push([n,r]);o[o.length-1][1]>=a;)o.pop();r=a,o[o.length-1][0].addChild(t),s=Math.max(s,t.level+(t.hasChildren?1:0)),n=t})),s}function pn(t,e){let i=-1;return t.forEach((i=>{(null==i.parentIndex?e:t[i.parentIndex]).addChild(i)})),e.walk((t=>{t.level=t.parent?t.parent.level+1:0,i=Math.max(i,t.level)})),i}function gn(t,e){return t.length>0?null==t[0].level?pn(t,e):un(t,e):-1}function fn(t,e=.15){return B()(t).lighten(e).hex().toString()}function mn(t,e=.15){return B()(t).darken(e).hex().toString()}function vn(t,e=.15){return B()(t).alpha(e).hexa().toString()}function bn(t){const e=B()(t);return e.red(255-e.red()).green(255-e.green()).blue(255-e.red()).hex().toString()}function yn(t,e,i=.15){return B()(t).mix(B()(e),i).hex().toString()}function wn(t){const e=B()(t);return.299*e.red()+.587*e.green()+.114*e.blue()>128?"#000000":"#FFFFFF"}function xn(t){return t&&"#"==t[0]?t.substring(1):t}function kn(t){return t&&"#"!=t[0]?"#"+t:t}class Cn extends Event{constructor(t,e,i=null,o={}){super(`${t}.action${(o=Object.assign({common:!0,composed:!0,bubbles:!0},o)).common?"":`.${e.key}`}`,o),this.scope=t,this.action=e,this.args=i}}function Mn(t,e,i,o=null,n=null){t.dispatchEvent(new Cn(e,i,o,Object.assign({common:!1},n))),t.dispatchEvent(new Cn(e,i,o,Object.assign({common:!0},n)))}function _n(t){return t.map((t=>[...t].reverse()))}function Sn(t){return t.map((t=>[...t])).reverse()}function En(t){const e=Array(t[0].length).fill(null).map((()=>Array(t.length)));for(let i=0;i<t.length;i++)for(let o=0;o<t[i].length;o++)e[o][i]=t[i][o];return e}function zn(t){return t.map((t=>[...t]))}class Ln extends Event{constructor(t={}){q(t)?(super(t.type??"change"),this.value=t.value,this.oldValue=t.oldValue):(super("change"),this.value=t)}}class Rn extends Event{constructor(t={}){super("add"),q(t)?Object.assign(this,t):this.value=t}}class In extends Event{constructor(t){super("serialize"),this.data=t}}var Hn,Tn,An=function(t,e,i,o){if("a"===i&&!o)throw new TypeError("Private accessor was defined without a getter");if("function"==typeof e?t!==e||!o:!e.has(t))throw new TypeError("Cannot read private member from an object whose class did not declare it");return"m"===i?o:"a"===i?o.call(t):o?o.value:e.get(t)};class On{}class $n{static async load(t,e){let i=(e=e||document).__ogid;i||(i=Math.random().toString(36).slice(2),e.__ogid=i);const o=`${i}-${t}`;if(An(this,Hn,"f",Tn)||function(t,e,i,o,n){if("m"===o)throw new TypeError("Private method is not writable");if("a"===o&&!n)throw new TypeError("Private accessor was defined without a setter");if("function"==typeof e?t!==e||!n:!e.has(t))throw new TypeError("Cannot write private member to an object whose class did not declare it");"a"===o?n.call(t,i):n?n.value=i:e.set(t,i)}(this,Hn,new Map,"f",Tn),this.scripts||(this.scripts=new Map),!this.scripts.has(o))return new Promise(((i,n)=>{const r=An(this,Hn,"f",Tn).get(o)||[];if(r.push([i,n]),An(this,Hn,"f",Tn).set(o,r),r.length>1)return;const s=e.createElement("script");s.src=t,s.onload=()=>{An(this,Hn,"f",Tn).get(o).forEach((([t])=>t())),An(this,Hn,"f",Tn).delete(o)},s.onerror=t=>{const e=Z(t)?new Error(t):t;An(this,Hn,"f",Tn).get(o).forEach((([t,i])=>i(e))),An(this,Hn,"f",Tn).delete(o)},e.head.appendChild(s)}))}}Hn=$n,Tn={value:void 0};class Dn{constructor(t){this.data=t,this.next=null,this.prev=null}}class Nn{constructor(){this.head=null}insertAtEnd(t){const e=new Dn(t);if(this.head){const t=e=>e.next?t(e.next):e,i=t(this.head);e.prev=i,i.next=e}else this.head=e;return e}insertInBegin(t){const e=new Dn(t);return this.head?(this.head.prev=e,e.next=this.head,this.head=e):this.head=e,e}deleteNode(t){t.prev?t.prev.next=t.next:this.head=t.next}search(t){const e=i=>t(i.data)?i:i.next?e(i.next):null;return this.head?e(this.head):null}traverse(){const t=[];if(!this.head)return t;const e=i=>(t.push(i.data),i.next?e(i.next):t);return e(this.head)}size(){return this.traverse().length}}const Pn=()=>({locale:uo(),formatLocale:uo(),dateFormat:"yyyy-MM-dd",fontSize:W.FONT_SIZE,systemDecimalSeparator:Jo(uo()),user:{id:"0",name:"Anonymous"}});function jn(t,e=null){const i=et({},Pn(),e,t);return i.dateFormatter=i.dateFormatter||Ho(i.locale,i.dateFormat),i}const Vn=globalThis,Bn=Vn.ShadowRoot&&(void 0===Vn.ShadyCSS||Vn.ShadyCSS.nativeShadow)&&"adoptedStyleSheets"in Document.prototype&&"replace"in CSSStyleSheet.prototype,Fn=Symbol(),Wn=new WeakMap;class Un{constructor(t,e,i){if(this._$cssResult$=!0,i!==Fn)throw Error("CSSResult is not constructable. Use `unsafeCSS` or `css` instead.");this.cssText=t,this.t=e}get styleSheet(){let t=this.o;const e=this.t;if(Bn&&void 0===t){const i=void 0!==e&&1===e.length;i&&(t=Wn.get(e)),void 0===t&&((this.o=t=new CSSStyleSheet).replaceSync(this.cssText),i&&Wn.set(e,t))}return t}toString(){return this.cssText}}const Gn=t=>new Un("string"==typeof t?t:t+"",void 0,Fn),qn=(t,...e)=>{const i=1===t.length?t[0]:e.reduce(((e,i,o)=>e+(t=>{if(!0===t._$cssResult$)return t.cssText;if("number"==typeof t)return t;throw Error("Value passed to 'css' function must be a 'css' function result: "+t+". Use 'unsafeCSS' to pass non-literal values, but take care to ensure page security.")})(i)+t[o+1]),t[0]);return new Un(i,t,Fn)},Yn=(t,e)=>{if(Bn)t.adoptedStyleSheets=e.map((t=>t instanceof CSSStyleSheet?t:t.styleSheet));else for(const i of e){const e=document.createElement("style"),o=Vn.litNonce;void 0!==o&&e.setAttribute("nonce",o),e.textContent=i.cssText,t.appendChild(e)}},Zn=Bn?t=>t:t=>t instanceof CSSStyleSheet?(t=>{let e="";for(const i of t.cssRules)e+=i.cssText;return Gn(e)})(t):t,{is:Xn,defineProperty:Qn,getOwnPropertyDescriptor:Kn,getOwnPropertyNames:Jn,getOwnPropertySymbols:tr,getPrototypeOf:er}=Object,ir=globalThis,or=ir.trustedTypes,nr=or?or.emptyScript:"",rr=ir.reactiveElementPolyfillSupport,sr=(t,e)=>t,ar={toAttribute(t,e){switch(e){case Boolean:t=t?nr:null;break;case Object:case Array:t=null==t?t:JSON.stringify(t)}return t},fromAttribute(t,e){let i=t;switch(e){case Boolean:i=null!==t;break;case Number:i=null===t?null:Number(t);break;case Object:case Array:try{i=JSON.parse(t)}catch(t){i=null}}return i}},lr=(t,e)=>!Xn(t,e),cr={attribute:!0,type:String,converter:ar,reflect:!1,hasChanged:lr};Symbol.metadata??=Symbol("metadata"),ir.litPropertyMetadata??=new WeakMap;class hr extends HTMLElement{static addInitializer(t){this._$Ei(),(this.l??=[]).push(t)}static get observedAttributes(){return this.finalize(),this._$Eh&&[...this._$Eh.keys()]}static createProperty(t,e=cr){if(e.state&&(e.attribute=!1),this._$Ei(),this.elementProperties.set(t,e),!e.noAccessor){const i=Symbol(),o=this.getPropertyDescriptor(t,i,e);void 0!==o&&Qn(this.prototype,t,o)}}static getPropertyDescriptor(t,e,i){const{get:o,set:n}=Kn(this.prototype,t)??{get(){return this[e]},set(t){this[e]=t}};return{get(){return o?.call(this)},set(e){const r=o?.call(this);n.call(this,e),this.requestUpdate(t,r,i)},configurable:!0,enumerable:!0}}static getPropertyOptions(t){return this.elementProperties.get(t)??cr}static _$Ei(){if(this.hasOwnProperty(sr("elementProperties")))return;const t=er(this);t.finalize(),void 0!==t.l&&(this.l=[...t.l]),this.elementProperties=new Map(t.elementProperties)}static finalize(){if(this.hasOwnProperty(sr("finalized")))return;if(this.finalized=!0,this._$Ei(),this.hasOwnProperty(sr("properties"))){const t=this.properties,e=[...Jn(t),...tr(t)];for(const i of e)this.createProperty(i,t[i])}const t=this[Symbol.metadata];if(null!==t){const e=litPropertyMetadata.get(t);if(void 0!==e)for(const[t,i]of e)this.elementProperties.set(t,i)}this._$Eh=new Map;for(const[t,e]of this.elementProperties){const i=this._$Eu(t,e);void 0!==i&&this._$Eh.set(i,t)}this.elementStyles=this.finalizeStyles(this.styles)}static finalizeStyles(t){const e=[];if(Array.isArray(t)){const i=new Set(t.flat(1/0).reverse());for(const t of i)e.unshift(Zn(t))}else void 0!==t&&e.push(Zn(t));return e}static _$Eu(t,e){const i=e.attribute;return!1===i?void 0:"string"==typeof i?i:"string"==typeof t?t.toLowerCase():void 0}constructor(){super(),this._$Ep=void 0,this.isUpdatePending=!1,this.hasUpdated=!1,this._$Em=null,this._$Ev()}_$Ev(){this._$ES=new Promise((t=>this.enableUpdating=t)),this._$AL=new Map,this._$E_(),this.requestUpdate(),this.constructor.l?.forEach((t=>t(this)))}addController(t){(this._$EO??=new Set).add(t),void 0!==this.renderRoot&&this.isConnected&&t.hostConnected?.()}removeController(t){this._$EO?.delete(t)}_$E_(){const t=new Map,e=this.constructor.elementProperties;for(const i of e.keys())this.hasOwnProperty(i)&&(t.set(i,this[i]),delete this[i]);t.size>0&&(this._$Ep=t)}createRenderRoot(){const t=this.shadowRoot??this.attachShadow(this.constructor.shadowRootOptions);return Yn(t,this.constructor.elementStyles),t}connectedCallback(){this.renderRoot??=this.createRenderRoot(),this.enableUpdating(!0),this._$EO?.forEach((t=>t.hostConnected?.()))}enableUpdating(t){}disconnectedCallback(){this._$EO?.forEach((t=>t.hostDisconnected?.()))}attributeChangedCallback(t,e,i){this._$AK(t,i)}_$EC(t,e){const i=this.constructor.elementProperties.get(t),o=this.constructor._$Eu(t,i);if(void 0!==o&&!0===i.reflect){const n=(void 0!==i.converter?.toAttribute?i.converter:ar).toAttribute(e,i.type);this._$Em=t,null==n?this.removeAttribute(o):this.setAttribute(o,n),this._$Em=null}}_$AK(t,e){const i=this.constructor,o=i._$Eh.get(t);if(void 0!==o&&this._$Em!==o){const t=i.getPropertyOptions(o),n="function"==typeof t.converter?{fromAttribute:t.converter}:void 0!==t.converter?.fromAttribute?t.converter:ar;this._$Em=o,this[o]=n.fromAttribute(e,t.type),this._$Em=null}}requestUpdate(t,e,i){if(void 0!==t){if(i??=this.constructor.getPropertyOptions(t),!(i.hasChanged??lr)(this[t],e))return;this.P(t,e,i)}!1===this.isUpdatePending&&(this._$ES=this._$ET())}P(t,e,i){this._$AL.has(t)||this._$AL.set(t,e),!0===i.reflect&&this._$Em!==t&&(this._$Ej??=new Set).add(t)}async _$ET(){this.isUpdatePending=!0;try{await this._$ES}catch(t){Promise.reject(t)}const t=this.scheduleUpdate();return null!=t&&await t,!this.isUpdatePending}scheduleUpdate(){return this.performUpdate()}performUpdate(){if(!this.isUpdatePending)return;if(!this.hasUpdated){if(this.renderRoot??=this.createRenderRoot(),this._$Ep){for(const[t,e]of this._$Ep)this[t]=e;this._$Ep=void 0}const t=this.constructor.elementProperties;if(t.size>0)for(const[e,i]of t)!0!==i.wrapped||this._$AL.has(e)||void 0===this[e]||this.P(e,this[e],i)}let t=!1;const e=this._$AL;try{t=this.shouldUpdate(e),t?(this.willUpdate(e),this._$EO?.forEach((t=>t.hostUpdate?.())),this.update(e)):this._$EU()}catch(e){throw t=!1,this._$EU(),e}t&&this._$AE(e)}willUpdate(t){}_$AE(t){this._$EO?.forEach((t=>t.hostUpdated?.())),this.hasUpdated||(this.hasUpdated=!0,this.firstUpdated(t)),this.updated(t)}_$EU(){this._$AL=new Map,this.isUpdatePending=!1}get updateComplete(){return this.getUpdateComplete()}getUpdateComplete(){return this._$ES}shouldUpdate(t){return!0}update(t){this._$Ej&&=this._$Ej.forEach((t=>this._$EC(t,this[t]))),this._$EU()}updated(t){}firstUpdated(t){}}hr.elementStyles=[],hr.shadowRootOptions={mode:"open"},hr[sr("elementProperties")]=new Map,hr[sr("finalized")]=new Map,rr?.({ReactiveElement:hr}),(ir.reactiveElementVersions??=[]).push("2.0.4");const dr=globalThis,ur=dr.trustedTypes,pr=ur?ur.createPolicy("lit-html",{createHTML:t=>t}):void 0,gr="$lit$",fr=`lit$${Math.random().toFixed(9).slice(2)}$`,mr="?"+fr,vr=`<${mr}>`,br=document,yr=()=>br.createComment(""),wr=t=>null===t||"object"!=typeof t&&"function"!=typeof t,xr=Array.isArray,kr=t=>xr(t)||"function"==typeof t?.[Symbol.iterator],Cr="[ \t\n\f\r]",Mr=/<(?:(!--|\/[^a-zA-Z])|(\/?[a-zA-Z][^>\s]*)|(\/?$))/g,_r=/-->/g,Sr=/>/g,Er=RegExp(`>|${Cr}(?:([^\\s"'>=/]+)(${Cr}*=${Cr}*(?:[^ \t\n\f\r"'\`<>=]|("|')|))|$)`,"g"),zr=/'/g,Lr=/"/g,Rr=/^(?:script|style|textarea|title)$/i,Ir=t=>(e,...i)=>({_$litType$:t,strings:e,values:i}),Hr=Ir(1),Tr=Ir(2),Ar=Symbol.for("lit-noChange"),Or=Symbol.for("lit-nothing"),$r=new WeakMap,Dr=br.createTreeWalker(br,129);function Nr(t,e){if(!Array.isArray(t)||!t.hasOwnProperty("raw"))throw Error("invalid template strings array");return void 0!==pr?pr.createHTML(e):e}const Pr=(t,e)=>{const i=t.length-1,o=[];let n,r=2===e?"<svg>":"",s=Mr;for(let e=0;e<i;e++){const i=t[e];let a,l,c=-1,h=0;for(;h<i.length&&(s.lastIndex=h,l=s.exec(i),null!==l);)h=s.lastIndex,s===Mr?"!--"===l[1]?s=_r:void 0!==l[1]?s=Sr:void 0!==l[2]?(Rr.test(l[2])&&(n=RegExp("</"+l[2],"g")),s=Er):void 0!==l[3]&&(s=Er):s===Er?">"===l[0]?(s=n??Mr,c=-1):void 0===l[1]?c=-2:(c=s.lastIndex-l[2].length,a=l[1],s=void 0===l[3]?Er:'"'===l[3]?Lr:zr):s===Lr||s===zr?s=Er:s===_r||s===Sr?s=Mr:(s=Er,n=void 0);const d=s===Er&&t[e+1].startsWith("/>")?" ":"";r+=s===Mr?i+vr:c>=0?(o.push(a),i.slice(0,c)+gr+i.slice(c)+fr+d):i+fr+(-2===c?e:d)}return[Nr(t,r+(t[i]||"<?>")+(2===e?"</svg>":"")),o]};class jr{constructor({strings:t,_$litType$:e},i){let o;this.parts=[];let n=0,r=0;const s=t.length-1,a=this.parts,[l,c]=Pr(t,e);if(this.el=jr.createElement(l,i),Dr.currentNode=this.el.content,2===e){const t=this.el.content.firstChild;t.replaceWith(...t.childNodes)}for(;null!==(o=Dr.nextNode())&&a.length<s;){if(1===o.nodeType){if(o.hasAttributes())for(const t of o.getAttributeNames())if(t.endsWith(gr)){const e=c[r++],i=o.getAttribute(t).split(fr),s=/([.?@])?(.*)/.exec(e);a.push({type:1,index:n,name:s[2],strings:i,ctor:"."===s[1]?Ur:"?"===s[1]?Gr:"@"===s[1]?qr:Wr}),o.removeAttribute(t)}else t.startsWith(fr)&&(a.push({type:6,index:n}),o.removeAttribute(t));if(Rr.test(o.tagName)){const t=o.textContent.split(fr),e=t.length-1;if(e>0){o.textContent=ur?ur.emptyScript:"";for(let i=0;i<e;i++)o.append(t[i],yr()),Dr.nextNode(),a.push({type:2,index:++n});o.append(t[e],yr())}}}else if(8===o.nodeType)if(o.data===mr)a.push({type:2,index:n});else{let t=-1;for(;-1!==(t=o.data.indexOf(fr,t+1));)a.push({type:7,index:n}),t+=fr.length-1}n++}}static createElement(t,e){const i=br.createElement("template");return i.innerHTML=t,i}}function Vr(t,e,i=t,o){if(e===Ar)return e;let n=void 0!==o?i._$Co?.[o]:i._$Cl;const r=wr(e)?void 0:e._$litDirective$;return n?.constructor!==r&&(n?._$AO?.(!1),void 0===r?n=void 0:(n=new r(t),n._$AT(t,i,o)),void 0!==o?(i._$Co??=[])[o]=n:i._$Cl=n),void 0!==n&&(e=Vr(t,n._$AS(t,e.values),n,o)),e}class Br{constructor(t,e){this._$AV=[],this._$AN=void 0,this._$AD=t,this._$AM=e}get parentNode(){return this._$AM.parentNode}get _$AU(){return this._$AM._$AU}u(t){const{el:{content:e},parts:i}=this._$AD,o=(t?.creationScope??br).importNode(e,!0);Dr.currentNode=o;let n=Dr.nextNode(),r=0,s=0,a=i[0];for(;void 0!==a;){if(r===a.index){let e;2===a.type?e=new Fr(n,n.nextSibling,this,t):1===a.type?e=new a.ctor(n,a.name,a.strings,this,t):6===a.type&&(e=new Yr(n,this,t)),this._$AV.push(e),a=i[++s]}r!==a?.index&&(n=Dr.nextNode(),r++)}return Dr.currentNode=br,o}p(t){let e=0;for(const i of this._$AV)void 0!==i&&(void 0!==i.strings?(i._$AI(t,i,e),e+=i.strings.length-2):i._$AI(t[e])),e++}}class Fr{get _$AU(){return this._$AM?._$AU??this._$Cv}constructor(t,e,i,o){this.type=2,this._$AH=Or,this._$AN=void 0,this._$AA=t,this._$AB=e,this._$AM=i,this.options=o,this._$Cv=o?.isConnected??!0}get parentNode(){let t=this._$AA.parentNode;const e=this._$AM;return void 0!==e&&11===t?.nodeType&&(t=e.parentNode),t}get startNode(){return this._$AA}get endNode(){return this._$AB}_$AI(t,e=this){t=Vr(this,t,e),wr(t)?t===Or||null==t||""===t?(this._$AH!==Or&&this._$AR(),this._$AH=Or):t!==this._$AH&&t!==Ar&&this._(t):void 0!==t._$litType$?this.$(t):void 0!==t.nodeType?this.T(t):kr(t)?this.k(t):this._(t)}S(t){return this._$AA.parentNode.insertBefore(t,this._$AB)}T(t){this._$AH!==t&&(this._$AR(),this._$AH=this.S(t))}_(t){this._$AH!==Or&&wr(this._$AH)?this._$AA.nextSibling.data=t:this.T(br.createTextNode(t)),this._$AH=t}$(t){const{values:e,_$litType$:i}=t,o="number"==typeof i?this._$AC(t):(void 0===i.el&&(i.el=jr.createElement(Nr(i.h,i.h[0]),this.options)),i);if(this._$AH?._$AD===o)this._$AH.p(e);else{const t=new Br(o,this),i=t.u(this.options);t.p(e),this.T(i),this._$AH=t}}_$AC(t){let e=$r.get(t.strings);return void 0===e&&$r.set(t.strings,e=new jr(t)),e}k(t){xr(this._$AH)||(this._$AH=[],this._$AR());const e=this._$AH;let i,o=0;for(const n of t)o===e.length?e.push(i=new Fr(this.S(yr()),this.S(yr()),this,this.options)):i=e[o],i._$AI(n),o++;o<e.length&&(this._$AR(i&&i._$AB.nextSibling,o),e.length=o)}_$AR(t=this._$AA.nextSibling,e){for(this._$AP?.(!1,!0,e);t&&t!==this._$AB;){const e=t.nextSibling;t.remove(),t=e}}setConnected(t){void 0===this._$AM&&(this._$Cv=t,this._$AP?.(t))}}class Wr{get tagName(){return this.element.tagName}get _$AU(){return this._$AM._$AU}constructor(t,e,i,o,n){this.type=1,this._$AH=Or,this._$AN=void 0,this.element=t,this.name=e,this._$AM=o,this.options=n,i.length>2||""!==i[0]||""!==i[1]?(this._$AH=Array(i.length-1).fill(new String),this.strings=i):this._$AH=Or}_$AI(t,e=this,i,o){const n=this.strings;let r=!1;if(void 0===n)t=Vr(this,t,e,0),r=!wr(t)||t!==this._$AH&&t!==Ar,r&&(this._$AH=t);else{const o=t;let s,a;for(t=n[0],s=0;s<n.length-1;s++)a=Vr(this,o[i+s],e,s),a===Ar&&(a=this._$AH[s]),r||=!wr(a)||a!==this._$AH[s],a===Or?t=Or:t!==Or&&(t+=(a??"")+n[s+1]),this._$AH[s]=a}r&&!o&&this.j(t)}j(t){t===Or?this.element.removeAttribute(this.name):this.element.setAttribute(this.name,t??"")}}class Ur extends Wr{constructor(){super(...arguments),this.type=3}j(t){this.element[this.name]=t===Or?void 0:t}}class Gr extends Wr{constructor(){super(...arguments),this.type=4}j(t){this.element.toggleAttribute(this.name,!!t&&t!==Or)}}class qr extends Wr{constructor(t,e,i,o,n){super(t,e,i,o,n),this.type=5}_$AI(t,e=this){if((t=Vr(this,t,e,0)??Or)===Ar)return;const i=this._$AH,o=t===Or&&i!==Or||t.capture!==i.capture||t.once!==i.once||t.passive!==i.passive,n=t!==Or&&(i===Or||o);o&&this.element.removeEventListener(this.name,this,i),n&&this.element.addEventListener(this.name,this,t),this._$AH=t}handleEvent(t){"function"==typeof this._$AH?this._$AH.call(this.options?.host??this.element,t):this._$AH.handleEvent(t)}}class Yr{constructor(t,e,i){this.element=t,this.type=6,this._$AN=void 0,this._$AM=e,this.options=i}get _$AU(){return this._$AM._$AU}_$AI(t){Vr(this,t)}}const Zr={P:gr,A:fr,C:mr,M:1,L:Pr,R:Br,D:kr,V:Vr,I:Fr,H:Wr,N:Gr,U:qr,B:Ur,F:Yr},Xr=dr.litHtmlPolyfillSupport;Xr?.(jr,Fr),(dr.litHtmlVersions??=[]).push("3.1.3");const Qr=(t,e,i)=>{const o=i?.renderBefore??e;let n=o._$litPart$;if(void 0===n){const t=i?.renderBefore??null;o._$litPart$=n=new Fr(e.insertBefore(yr(),t),t,void 0,i??{})}return n._$AI(t),n};class Kr extends hr{constructor(){super(...arguments),this.renderOptions={host:this},this._$Do=void 0}createRenderRoot(){const t=super.createRenderRoot();return this.renderOptions.renderBefore??=t.firstChild,t}update(t){const e=this.render();this.hasUpdated||(this.renderOptions.isConnected=this.isConnected),super.update(t),this._$Do=Qr(e,this.renderRoot,this.renderOptions)}connectedCallback(){super.connectedCallback(),this._$Do?.setConnected(!0)}disconnectedCallback(){super.disconnectedCallback(),this._$Do?.setConnected(!1)}render(){return Ar}}Kr._$litElement$=!0,Kr.finalized=!0,globalThis.litElementHydrateSupport?.({LitElement:Kr});const Jr=globalThis.litElementPolyfillSupport;Jr?.({LitElement:Kr}),(globalThis.litElementVersions??=[]).push("4.0.5");const ts=t=>(e,i)=>{void 0!==i?i.addInitializer((()=>{customElements.define(t,e)})):customElements.define(t,e)},es={attribute:!0,type:String,converter:ar,reflect:!1,hasChanged:lr},is=(t=es,e,i)=>{const{kind:o,metadata:n}=i;let r=globalThis.litPropertyMetadata.get(n);if(void 0===r&&globalThis.litPropertyMetadata.set(n,r=new Map),r.set(i.name,t),"accessor"===o){const{name:o}=i;return{set(i){const n=e.get.call(this);e.set.call(this,i),this.requestUpdate(o,n,t)},init(e){return void 0!==e&&this.P(o,void 0,t),e}}}if("setter"===o){const{name:o}=i;return function(i){const n=this[o];e.call(this,i),this.requestUpdate(o,n,t)}}throw Error("Unsupported decorator location: "+o)};function os(t){return(e,i)=>"object"==typeof i?is(t,e,i):((t,e,i)=>{const o=e.hasOwnProperty(i);return e.constructor.createProperty(i,o?{...t,wrapped:!0}:t),o?Object.getOwnPropertyDescriptor(e,i):void 0})(t,e,i)}function ns(t){return os({...t,state:!0,attribute:!1})}const rs=(t,e,i)=>(i.configurable=!0,i.enumerable=!0,Reflect.decorate&&"object"!=typeof e&&Object.defineProperty(t,e,i),i);function ss(t,e){return(i,o,n)=>{const r=e=>e.renderRoot?.querySelector(t)??null;if(e){const{get:t,set:e}="object"==typeof o?i:n??(()=>{const t=Symbol();return{get(){return this[t]},set(e){this[t]=e}}})();return rs(i,o,{get(){let i=t.call(this);return void 0===i&&(i=r(this),(null!==i||this.hasUpdated)&&e.call(this,i)),i}})}return rs(i,o,{get(){return r(this)}})}}let as;function ls(t){return(e,i)=>rs(e,i,{get(){return(this.renderRoot??(as??=document.createDocumentFragment())).querySelectorAll(t)}})}function*cs(t,e){if(void 0!==t){let i=0;for(const o of t)yield e(o,i++)}}const hs=qn`
3
3
  * {
4
4
  box-sizing: border-box;
5
5
  }
@@ -270,11 +270,28 @@
270
270
  @mousedown="${this._onMouseDown}">
271
271
  <div class="bar-inner" style="${va({cursor:this.cursor})}"></div>
272
272
  </div>
273
- `,Wh.set(this,void 0),Uh.set(this,void 0),Gh.set(this,void 0),this._onSlide=()=>{Xh(this,Wh,"f")[this.scrollKey]=this._value},this._onScroll=()=>{this.value=Xh(this,Wh,"f")[this.scrollKey]},this._onWheel=t=>{this.value+="vertical"==this.direction?t.deltaY:t.deltaX},this._onTouchStart=t=>{Qh(this,Gh,t.touches[0],"f")},this._onTouchEnd=()=>{Qh(this,Gh,null,"f")},this._onTouchMove=t=>{if(Xh(this,Gh,"f")){const e=t.touches[0];this.value+=Xh(this,Gh,"f").clientY-e.clientY,Qh(this,Gh,e,"f")}}}get sliding(){return this._sliding}calcValue(){return Math.round(this.direction==Yh.Vertical?this.barRef.value.offsetTop*this.maxValue/(this.clientHeight-this.barRef.value.clientHeight):this.maxValue*(this.barRef.value.offsetLeft/(this.clientWidth-this.barRef.value.clientWidth)))}get barSize(){return Math.max(W.SLIDER_MIN_LENGTH,Math.round((this.direction==Yh.Vertical?this.clientHeight:this.clientWidth)*this.pageSize/(this.pageSize+this.maxValue)))}setText(t){this.innerBar.innerText=t}willUpdate(t){t.has("value")&&(this.value=null==this.value?0:Math.min(this.maxValue,Math.max(0,this.value)),this._value=this.value)}updated(t){this.sliding||(this.updatePosition(),t.has("value")&&Xh(this,Wh,"f")&&(Xh(this,Wh,"f")[this.scrollKey]=this.value))}updatePosition(){const t=this.barSize;this.barRef.value&&(this.direction==Yh.Vertical?(Ht(this.barRef.value,{w:"100%",h:t}),Ot(this.barRef.value,{t:Math.round(this.value*(this.clientHeight-t)/this.maxValue)})):(Ht(this.barRef.value,{w:t,h:"100%"}),Ot(this.barRef.value,{l:Math.round(this.value*(this.clientWidth-t)/this.maxValue)})))}get scrollKey(){return"vertical"==this.direction?"scrollTop":"scrollLeft"}attachElement(t){Qh(this,Wh,t,"f"),this.pageSize=t.clientHeight,this.maxValue=t.scrollHeight-t.clientHeight,this.addEventListener("slide",this._onSlide),Xh(this,Wh,"f").addEventListener("scroll",this._onScroll),Xh(this,Wh,"f").addEventListener("wheel",this._onWheel,{passive:!0}),Xh(this,Wh,"f").addEventListener("touchmove",this._onTouchMove,{passive:!0}),Xh(this,Wh,"f").addEventListener("touchstart",this._onTouchStart,{passive:!0}),Xh(this,Wh,"f").addEventListener("touchend",this._onTouchEnd,{passive:!0}),Qh(this,Uh,new MutationObserver((()=>{this.pageSize=t.clientHeight,this.maxValue=t.scrollHeight-t.clientHeight})),"f"),Xh(this,Uh,"f").observe(t,{attributes:!0,childList:!0,subtree:!0})}deatachElement(){this.removeEventListener("slide",this._onSlide),Xh(this,Wh,"f").removeEventListener("scroll",this._onScroll),Xh(this,Wh,"f").removeEventListener("wheel",this._onWheel),Xh(this,Wh,"f").removeEventListener("touchmove",this._onTouchMove),Xh(this,Wh,"f").removeEventListener("touchstart",this._onTouchStart),Xh(this,Wh,"f").removeEventListener("touchend",this._onTouchEnd),Qh(this,Wh,null,"f"),Xh(this,Uh,"f")&&Xh(this,Uh,"f").disconnect(),Qh(this,Uh,null,"f")}};Wh=new WeakMap,Uh=new WeakMap,Gh=new WeakMap,Jh.DEFAULT_MAX_VALUE=100,Jh.DEFAULT_PAGE_SIZE=20,Jh.SLIDE_DELAY=5,Jh.styles=[Fh],Zh([os({type:String,reflect:!0})],Jh.prototype,"direction",void 0),Zh([os({type:Number})],Jh.prototype,"value",void 0),Zh([os({type:Number})],Jh.prototype,"maxValue",void 0),Zh([os({type:String})],Jh.prototype,"cursor",void 0),Zh([os({type:Number})],Jh.prototype,"pageSize",void 0),Zh([os({type:Boolean,reflect:!0})],Jh.prototype,"hidden",void 0),Zh([ss(".bar-inner")],Jh.prototype,"innerBar",void 0),Jh=qh=Zh([ts("og-slider")],Jh);var td=function(t,e,i,o){var n,r=arguments.length,s=r<3?e:null===o?o=Object.getOwnPropertyDescriptor(e,i):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)s=Reflect.decorate(t,e,i,o);else for(var a=t.length-1;a>=0;a--)(n=t[a])&&(s=(r<3?n(s):r>3?n(e,i,s):n(e,i))||s);return r>3&&s&&Object.defineProperty(e,i,s),s};let ed=class extends Kr{constructor(){super(...arguments),this.overscroll=!1,this.verticalSliderRef=Ph(),this.horizontalSliderRef=Ph(),this._mouseIn=!1,this.render=()=>Hr`
274
- <div class="inner"><slot name="content"></slot></div>
273
+ `,Wh.set(this,void 0),Uh.set(this,void 0),Gh.set(this,void 0),this._onSlide=()=>{Xh(this,Wh,"f")[this.scrollKey]=this._value},this._onScroll=()=>{this.value=Xh(this,Wh,"f")[this.scrollKey]},this._onWheel=t=>{this.value+="vertical"==this.direction?t.deltaY:t.deltaX},this._onTouchStart=t=>{Qh(this,Gh,t.touches[0],"f")},this._onTouchEnd=()=>{Qh(this,Gh,null,"f")},this._onTouchMove=t=>{if(Xh(this,Gh,"f")){const e=t.touches[0];this.value+=Xh(this,Gh,"f").clientY-e.clientY,Qh(this,Gh,e,"f")}}}get sliding(){return this._sliding}calcValue(){return Math.round(this.direction==Yh.Vertical?this.barRef.value.offsetTop*this.maxValue/(this.clientHeight-this.barRef.value.clientHeight):this.maxValue*(this.barRef.value.offsetLeft/(this.clientWidth-this.barRef.value.clientWidth)))}get barSize(){return Math.max(W.SLIDER_MIN_LENGTH,Math.round((this.direction==Yh.Vertical?this.clientHeight:this.clientWidth)*this.pageSize/(this.pageSize+this.maxValue)))}setText(t){this.innerBar.innerText=t}willUpdate(t){t.has("value")&&(this.value=null==this.value?0:Math.min(this.maxValue,Math.max(0,this.value)),this._value=this.value)}updated(t){this.sliding||(this.updatePosition(),t.has("value")&&Xh(this,Wh,"f")&&(Xh(this,Wh,"f")[this.scrollKey]=this.value))}updatePosition(){const t=this.barSize;this.barRef.value&&(this.direction==Yh.Vertical?(Ht(this.barRef.value,{w:"100%",h:t}),Ot(this.barRef.value,{t:Math.round(this.value*(this.clientHeight-t)/this.maxValue)})):(Ht(this.barRef.value,{w:t,h:"100%"}),Ot(this.barRef.value,{l:Math.round(this.value*(this.clientWidth-t)/this.maxValue)})))}get scrollKey(){return"vertical"==this.direction?"scrollTop":"scrollLeft"}attachElement(t){Qh(this,Wh,t,"f"),this.pageSize=t.clientHeight,this.maxValue=t.scrollHeight-t.clientHeight,this.addEventListener("slide",this._onSlide),Xh(this,Wh,"f").addEventListener("scroll",this._onScroll),Xh(this,Wh,"f").addEventListener("wheel",this._onWheel,{passive:!0}),Xh(this,Wh,"f").addEventListener("touchmove",this._onTouchMove,{passive:!0}),Xh(this,Wh,"f").addEventListener("touchstart",this._onTouchStart,{passive:!0}),Xh(this,Wh,"f").addEventListener("touchend",this._onTouchEnd,{passive:!0}),Qh(this,Uh,new MutationObserver((()=>{this.pageSize=t.clientHeight,this.maxValue=t.scrollHeight-t.clientHeight})),"f"),Xh(this,Uh,"f").observe(t,{attributes:!0,childList:!0,subtree:!0})}deatachElement(){this.removeEventListener("slide",this._onSlide),Xh(this,Wh,"f").removeEventListener("scroll",this._onScroll),Xh(this,Wh,"f").removeEventListener("wheel",this._onWheel),Xh(this,Wh,"f").removeEventListener("touchmove",this._onTouchMove),Xh(this,Wh,"f").removeEventListener("touchstart",this._onTouchStart),Xh(this,Wh,"f").removeEventListener("touchend",this._onTouchEnd),Qh(this,Wh,null,"f"),Xh(this,Uh,"f")&&Xh(this,Uh,"f").disconnect(),Qh(this,Uh,null,"f")}};Wh=new WeakMap,Uh=new WeakMap,Gh=new WeakMap,Jh.DEFAULT_MAX_VALUE=100,Jh.DEFAULT_PAGE_SIZE=20,Jh.SLIDE_DELAY=5,Jh.styles=[Fh],Zh([os({type:String,reflect:!0})],Jh.prototype,"direction",void 0),Zh([os({type:Number})],Jh.prototype,"value",void 0),Zh([os({type:Number})],Jh.prototype,"maxValue",void 0),Zh([os({type:String})],Jh.prototype,"cursor",void 0),Zh([os({type:Number})],Jh.prototype,"pageSize",void 0),Zh([os({type:Boolean,reflect:!0})],Jh.prototype,"hidden",void 0),Zh([ss(".bar-inner")],Jh.prototype,"innerBar",void 0),Jh=qh=Zh([ts("og-slider")],Jh);class td{constructor(){this.customProperties={}}get component(){return this._component}atteched(t){}attach(t){this._component=t,this.atteched(t)}}var ed;class id extends Kr{constructor(){super(...arguments),ed.set(this,U((()=>{this.dispatchEvent(new Event("state",{bubbles:!0,composed:!0}))})))}get parentComponent(){let t=this;for(;t=t.parentNode;)if(t instanceof Kr)return t;return null}get parentOmegaComponent(){let t=this;for(;t=t.parentNode;)if(t instanceof id)return t;return null}getState(){return this.state}setState(t){this.state=t}connectedCallback(){super.connectedCallback(),this.dispatchEvent(new Event("connected"))}disconnectedCallback(){super.disconnectedCallback(),this.dispatchEvent(new Event("disconnected"))}dispatchStateEvent(){(function(t,e,i,o){if("a"===i&&!o)throw new TypeError("Private accessor was defined without a getter");if("function"==typeof e?t!==e||!o:!e.has(t))throw new TypeError("Cannot read private member from an object whose class did not declare it");return"m"===i?o:"a"===i?o.call(t):o?o.value:e.get(t)})(this,ed,"f").call(this)}}ed=new WeakMap,id.styles=qn`
274
+ * {
275
+ box-sizing: border-box;
276
+ }
277
+
278
+ :host {
279
+ display: block;
280
+ font-size: var(--og-font-size);
281
+ font-family: var(--og-font-family);
282
+ }
283
+ `;class od{constructor(t){this.factory=t,this.items=new Map}async get(t){return this.items.has(t)||this.items.set(t,await this.factory(t)),this.items.get(t)}remove(t){return this.items.delete(t),this}has(t){return this.items.has(t)}clear(){this.items.clear()}}class nd{constructor(t){this.component=t,t.addEventListener("connected",this.connectedCallback.bind(this)),t.addEventListener("disconnected",this.disconnectedCallback.bind(this))}connectedCallback(){}disconnectedCallback(){}}class rd{init(t){this.component=t}}class sd{constructor(t){this.component=t,this.plugins=new Map}get(t){return this.plugins.get(t)}register(t){const e=Object.getPrototypeOf(t).constructor.pluginName;if(!e)throw new Error("invalid plugin name");if(this.plugins.has(e))throw new Error("plugin already registered");return this.plugins.set(e,t),t.init(this.component),ln("Ωplugins").info(`plugin ${e} registered`),this}}var ad=function(t,e,i,o){var n,r=arguments.length,s=r<3?e:null===o?o=Object.getOwnPropertyDescriptor(e,i):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)s=Reflect.decorate(t,e,i,o);else for(var a=t.length-1;a>=0;a--)(n=t[a])&&(s=(r<3?n(s):r>3?n(e,i,s):n(e,i))||s);return r>3&&s&&Object.defineProperty(e,i,s),s};let ld=class extends id{constructor(){super(...arguments),this.overscroll=!1,this.verticalSliderRef=Ph(),this.horizontalSliderRef=Ph(),this._mouseIn=!1,this.render=()=>Hr`
284
+ ${this.createComponent?Hr`
285
+ <div class="inner"></div>
286
+ `:Hr`
287
+ <div class="inner">
288
+ <slot name="content"></slot>
289
+ </div>
290
+ `}
291
+
275
292
  <og-slider direction="vertical" ${Bh(this.verticalSliderRef)} hidden></og-slider>
276
293
  <og-slider direction="horizontal" ${Bh(this.horizontalSliderRef)} hidden></og-slider>
277
- `}get verticalSlider(){return this.verticalSliderRef.value}get horizontalSlider(){return this.horizontalSliderRef.value}get isScrolling(){return this.verticalSliderRef.value.sliding||this.horizontalSliderRef.value.sliding}fixScrollPosition(){this.inner.offsetTop<0&&this.clientHeight-this.inner.offsetHeight-this.inner.offsetTop>0&&this.scrollVerticalTo(Math.max(0,this.inner.offsetHeight-this.clientHeight))}connectedCallback(){super.connectedCallback(),this.connectObservers()}disconnectedCallback(){super.disconnectedCallback(),this.disconnectObservers()}connectObservers(){this.resizeObserver=this.resizeObserver??new ResizeObserver((()=>{this.updateSliders(),this.fixScrollPosition()})),this.resizeObserver.observe(this),this.inner&&this.resizeObserver.observe(this.inner)}disconnectObservers(){this.resizeObserver.disconnect(),this.resizeObserver=null}scrollVerticalByPixels(t){if(this.inner.offsetHeight<=this.clientHeight)return!1;const e=this.scrollHeight>0?Math.max(-this.verticalSlider.maxValue,Math.min(0,this.inner.offsetTop-t))??0:0;return this.inner.offsetTop!==e&&(Ot(this.inner,{t:e}),this.verticalSlider.value=-e,this.classList.toggle("scroll-top-0",0===e),this.dispatchEvent(new Kh("verticalscroll",-e)),!0)}scrollVerticalTo(t){this.inner&&(Ot(this.inner,{t:-t}),this.classList.toggle("scroll-top-0",0===t),this.verticalSlider&&(this.verticalSlider.value=t))}scrollHorizontalByPixels(t){const e=Math.max(-this.horizontalSliderRef.value.maxValue,Math.min(0,this.inner.offsetLeft-t))??0;return this.inner.offsetLeft!=e&&(Ot(this.inner,{l:e}),this.horizontalSliderRef.value.value=e,!0)}scrollHorizontalTo(t){this.inner&&(Ot(this.inner,{l:-t}),this.horizontalSlider&&(this.horizontalSlider.value=t))}firstUpdated(){this.connectObservers(),this.classList.add("scroll-top-0"),this.verticalSlider?.hide(),this.horizontalSlider?.hide(),this.verticalSlider?.addEventListener("slide",(t=>{this.scrollVerticalTo(t.value),this.dispatchEvent(new Kh("verticalscroll",t.value))})),this.horizontalSlider?.addEventListener("slide",(t=>{this.scrollHorizontalTo(t.value),this.dispatchEvent(new Kh("horizontalscroll",t.value))})),this.verticalSlider?.addEventListener("slideEnd",(()=>{this.updateSliders()})),this.addEventListener("mouseenter",(()=>{this._mouseIn=!0,this.updateSliders()})),this.addEventListener("mouseleave",(()=>{this._mouseIn=!1,this.updateSliders()})),this.addEventListener("wheel",(t=>{0!=t.deltaY&&this.scrollVerticalByPixels(t.deltaY)&&t.stopPropagation()}),{passive:!0}),this.addEventListener("touchstart",(t=>{this.touchStart=t.touches[0],this._mouseIn=!0}),{passive:!0}),this.addEventListener("touchend",(()=>{this.touchStart=null,this._mouseIn=!1,this.updateSliders()}),{passive:!0}),this.addEventListener("touchmove",(t=>{if(this.touchStart){const e=t.touches[0];this.scrollVerticalByPixels(this.touchStart.clientY-e.clientY),this.scrollVerticalByPixels(this.touchStart.clientX-e.clientX),this.updateSliders(),this.touchStart=e}}),{passive:!0})}get scrollHeight(){return this.inner?.clientHeight-(this.overscroll?0:this.clientHeight)}get scrollWidth(){return this.inner?.clientWidth-this.clientWidth}updateSliders(){if(this.verticalSliderRef.value){const t=this.clientHeight;t<this.inner.clientHeight?(this.verticalSliderRef.value.pageSize=t,this.verticalSliderRef.value.maxValue=this.scrollHeight,this.verticalSliderRef.value.requestUpdate(),this._mouseIn||this.verticalSliderRef.value.sliding?this.verticalSliderRef.value.show():this.verticalSliderRef.value.hide()):this.verticalSliderRef.value.hide()}if(this.horizontalSliderRef.value){const t=this.clientWidth;t<this.inner.clientWidth?(this.horizontalSliderRef.value.pageSize=t,this.horizontalSliderRef.value.maxValue=this.scrollWidth,this.horizontalSliderRef.value.requestUpdate(),this._mouseIn||this.horizontalSliderRef.value.sliding?this.horizontalSliderRef.value.show():this.horizontalSliderRef.value.hide()):this.horizontalSliderRef.value.hide()}}};ed.styles=qn`
294
+ `}get verticalSlider(){return this.verticalSliderRef.value}get horizontalSlider(){return this.horizontalSliderRef.value}get isScrolling(){return this.verticalSliderRef.value.sliding||this.horizontalSliderRef.value.sliding}fixScrollPosition(){this.inner.offsetTop<0&&this.clientHeight-this.inner.offsetHeight-this.inner.offsetTop>0&&this.scrollVerticalTo(Math.max(0,this.inner.offsetHeight-this.clientHeight))}connectedCallback(){super.connectedCallback(),this.connectObservers()}disconnectedCallback(){super.disconnectedCallback(),this.disconnectObservers()}connectObservers(){this.resizeObserver=this.resizeObserver??new ResizeObserver((()=>{this.updateSliders(),this.fixScrollPosition()})),this.resizeObserver.observe(this),this.inner&&this.resizeObserver.observe(this.inner)}disconnectObservers(){this.resizeObserver.disconnect(),this.resizeObserver=null}scrollVerticalByPixels(t){if(this.inner.offsetHeight<=this.clientHeight)return!1;const e=this.scrollHeight>0?Math.max(-this.verticalSlider.maxValue,Math.min(0,this.inner.offsetTop-t))??0:0;return this.inner.offsetTop!==e&&(Ot(this.inner,{t:e}),this.verticalSlider.value=-e,this.classList.toggle("scroll-top-0",0===e),this.dispatchEvent(new Kh("verticalscroll",-e)),!0)}scrollVerticalTo(t){this.inner&&(Ot(this.inner,{t:-t}),this.classList.toggle("scroll-top-0",0===t),this.verticalSlider&&(this.verticalSlider.value=t))}scrollHorizontalByPixels(t){const e=Math.max(-this.horizontalSliderRef.value.maxValue,Math.min(0,this.inner.offsetLeft-t))??0;return this.inner.offsetLeft!=e&&(Ot(this.inner,{l:e}),this.horizontalSliderRef.value.value=e,!0)}scrollHorizontalTo(t){this.inner&&(Ot(this.inner,{l:-t}),this.horizontalSlider&&(this.horizontalSlider.value=t))}firstUpdated(){this.connectObservers(),this.classList.add("scroll-top-0"),this.verticalSlider?.hide(),this.horizontalSlider?.hide(),this.verticalSlider?.addEventListener("slide",(t=>{this.scrollVerticalTo(t.value),this.dispatchEvent(new Kh("verticalscroll",t.value))})),this.horizontalSlider?.addEventListener("slide",(t=>{this.scrollHorizontalTo(t.value),this.dispatchEvent(new Kh("horizontalscroll",t.value))})),this.verticalSlider?.addEventListener("slideEnd",(()=>{this.updateSliders()})),this.addEventListener("mouseenter",(()=>{this._mouseIn=!0,this.updateSliders()})),this.addEventListener("mouseleave",(()=>{this._mouseIn=!1,this.updateSliders()})),this.addEventListener("wheel",(t=>{0!=t.deltaY&&this.scrollVerticalByPixels(t.deltaY)&&t.stopPropagation()}),{passive:!0}),this.addEventListener("touchstart",(t=>{this.touchStart=t.touches[0],this._mouseIn=!0}),{passive:!0}),this.addEventListener("touchend",(()=>{this.touchStart=null,this._mouseIn=!1,this.updateSliders()}),{passive:!0}),this.addEventListener("touchmove",(t=>{if(this.touchStart){const e=t.touches[0];this.scrollVerticalByPixels(this.touchStart.clientY-e.clientY),this.scrollVerticalByPixels(this.touchStart.clientX-e.clientX),this.updateSliders(),this.touchStart=e}}),{passive:!0})}async updated(){this.createComponent&&(xt(this.inner),this.inner.appendChild(await this.createComponent(this.componentId)))}get scrollHeight(){return this.inner?.clientHeight-(this.overscroll?0:this.clientHeight)}get scrollWidth(){return this.inner?.clientWidth-this.clientWidth}updateSliders(){if(this.verticalSliderRef.value){const t=this.clientHeight;t<this.inner.clientHeight?(this.verticalSliderRef.value.pageSize=t,this.verticalSliderRef.value.maxValue=this.scrollHeight,this.verticalSliderRef.value.requestUpdate(),this._mouseIn||this.verticalSliderRef.value.sliding?this.verticalSliderRef.value.show():this.verticalSliderRef.value.hide()):this.verticalSliderRef.value.hide()}if(this.horizontalSliderRef.value){const t=this.clientWidth;t<this.inner.clientWidth?(this.horizontalSliderRef.value.pageSize=t,this.horizontalSliderRef.value.maxValue=this.scrollWidth,this.horizontalSliderRef.value.requestUpdate(),this._mouseIn||this.horizontalSliderRef.value.sliding?this.horizontalSliderRef.value.show():this.horizontalSliderRef.value.hide()):this.horizontalSliderRef.value.hide()}}};ld.styles=qn`
278
295
  :host {
279
296
  position: relative;
280
297
  display: block;
@@ -295,7 +312,7 @@
295
312
  .inner {
296
313
  width: 100%;
297
314
  }
298
- `,td([os({type:String})],ed.prototype,"content",void 0),td([os({type:Boolean})],ed.prototype,"overscroll",void 0),td([ss(".inner")],ed.prototype,"inner",void 0),ed=td([ts("og-container")],ed);var id=function(t,e,i,o){var n,r=arguments.length,s=r<3?e:null===o?o=Object.getOwnPropertyDescriptor(e,i):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)s=Reflect.decorate(t,e,i,o);else for(var a=t.length-1;a>=0;a--)(n=t[a])&&(s=(r<3?n(s):r>3?n(e,i,s):n(e,i))||s);return r>3&&s&&Object.defineProperty(e,i,s),s};const od=["#808080","#961e1d","#ba2f2a","#ed1b24","#F1631B","#F7941D","#FFC210","#FEF200","#CADB2A","#87BE2F","#66B032","#2E913E","#006F3C","#007071","#008DB1","#00ADF1","#008FD5","#0274BB","#0054AE","#2F3397","#573498","#6B3499","#92278F","#B91B8A","#EA028C"];class nd extends Event{constructor(t,e){super(`${t}`),this.color=e}}const rd=/^#?[0-9a-f]{6}$/i,sd=/^#?[0-9a-f]{0,6}$/i;let ad=class extends Kr{get isManuallyEdited(){return null!=this._lastValue}commit(t,e=!0){return t=kn(t),!!rd.test(t)&&(this.color=t,e&&this.dispatchEvent(new Ln(this.color)),!0)}constructor(){super(),this._isEditing=!1,this._onTextInput=t=>{this._isEditing=!0,sd.test(this.input.value)?this._lastValue=this.input.value:this.input.value=this._lastValue},this._onTextChange=()=>{this._isEditing=!1,this.commit(this.input.value)},this.render=()=>Hr`
315
+ `,ad([os({type:String})],ld.prototype,"componentId",void 0),ad([os({type:Object})],ld.prototype,"createComponent",void 0),ad([os({type:Boolean})],ld.prototype,"overscroll",void 0),ad([ss(".inner")],ld.prototype,"inner",void 0),ld=ad([ts("og-container")],ld);var cd=function(t,e,i,o){var n,r=arguments.length,s=r<3?e:null===o?o=Object.getOwnPropertyDescriptor(e,i):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)s=Reflect.decorate(t,e,i,o);else for(var a=t.length-1;a>=0;a--)(n=t[a])&&(s=(r<3?n(s):r>3?n(e,i,s):n(e,i))||s);return r>3&&s&&Object.defineProperty(e,i,s),s};const hd=["#808080","#961e1d","#ba2f2a","#ed1b24","#F1631B","#F7941D","#FFC210","#FEF200","#CADB2A","#87BE2F","#66B032","#2E913E","#006F3C","#007071","#008DB1","#00ADF1","#008FD5","#0274BB","#0054AE","#2F3397","#573498","#6B3499","#92278F","#B91B8A","#EA028C"];class dd extends Event{constructor(t,e){super(`${t}`),this.color=e}}const ud=/^#?[0-9a-f]{6}$/i,pd=/^#?[0-9a-f]{0,6}$/i;let gd=class extends Kr{get isManuallyEdited(){return null!=this._lastValue}commit(t,e=!0){return t=kn(t),!!ud.test(t)&&(this.color=t,e&&this.dispatchEvent(new Ln(this.color)),!0)}constructor(){super(),this._isEditing=!1,this._onTextInput=t=>{this._isEditing=!0,pd.test(this.input.value)?this._lastValue=this.input.value:this.input.value=this._lastValue},this._onTextChange=()=>{this._isEditing=!1,this.commit(this.input.value)},this.render=()=>Hr`
299
316
  <input type="text"
300
317
  @input="${this._onTextInput}"
301
318
  @change="${this._onTextChange}">
@@ -311,7 +328,7 @@
311
328
  </td>`))}
312
329
  </tr>`))}
313
330
  </table>
314
- `,Mt(this,"click",".color",((t,e)=>{this.commit(e.dataset.color)&&this.dispatchEvent(new nd("select",this.color))})),Mt(this,"mousemove",".color",((t,e)=>{if(this.input.value!=e.dataset.color){const t=e.dataset.color;this.updateInput(t),this.dispatchEvent(new nd("preview",t))}})),this.addEventListener("mouseout",(()=>{this._isEditing||(this.updateInput(),this.dispatchEvent(new nd("previewEnd",this.color)))}))}willUpdate(){this.color=kn(this.color),this.colors&&0!=this.colors.length||(this.colors=(t=>{const e=[];for(let t=0;t<=100;t+=20)e.push(od.map((e=>B()(e).hsl().l(t).hex().toString())));return e})())}resetEditState(){this._lastValue=null}updateInput(t){t=t??this.color,this.input.value=t??"",this.input.style.color=t?wn(t):"",this.input.style.backgroundColor=t??""}};ad.styles=qn`
331
+ `,Mt(this,"click",".color",((t,e)=>{this.commit(e.dataset.color)&&this.dispatchEvent(new dd("select",this.color))})),Mt(this,"mousemove",".color",((t,e)=>{if(this.input.value!=e.dataset.color){const t=e.dataset.color;this.updateInput(t),this.dispatchEvent(new dd("preview",t))}})),this.addEventListener("mouseout",(()=>{this._isEditing||(this.updateInput(),this.dispatchEvent(new dd("previewEnd",this.color)))}))}willUpdate(){this.color=kn(this.color),this.colors&&0!=this.colors.length||(this.colors=(t=>{const e=[];for(let t=0;t<=100;t+=20)e.push(hd.map((e=>B()(e).hsl().l(t).hex().toString())));return e})())}resetEditState(){this._lastValue=null}updateInput(t){t=t??this.color,this.input.value=t??"",this.input.style.color=t?wn(t):"",this.input.style.backgroundColor=t??""}};gd.styles=qn`
315
332
  * { box-sizing: border-box }
316
333
 
317
334
  :host {
@@ -346,7 +363,7 @@
346
363
  font-size: var(--og-font-size);
347
364
  font-family: var(--og-font-family);
348
365
  }
349
- `,id([os({type:Array})],ad.prototype,"colors",void 0),id([os({type:String})],ad.prototype,"color",void 0),id([ss("input")],ad.prototype,"input",void 0),ad=id([ts("og-colorpicker")],ad);class ld extends Cs{constructor(t){if(super(t),this.it=Or,2!==t.type)throw Error(this.constructor.directiveName+"() can only be used in child bindings")}render(t){if(t===Or||null==t)return this._t=void 0,this.it=t;if(t===Ar)return t;if("string"!=typeof t)throw Error(this.constructor.directiveName+"() called with a non-string value");if(t===this.it)return this._t;this.it=t;const e=[t];return e.raw=e,this._t={_$litType$:this.constructor.resultType,strings:e,values:[]}}}ld.directiveName="unsafeHTML",ld.resultType=1;const cd=ks(ld),hd={},dd=ks(class extends Cs{constructor(){super(...arguments),this.ot=hd}render(t,e){return e()}update(t,[e,i]){if(Array.isArray(e)){if(Array.isArray(this.ot)&&this.ot.length===e.length&&e.every(((t,e)=>t===this.ot[e])))return Ar}else if(this.ot===e)return Ar;return this.ot=Array.isArray(e)?Array.from(e):e,this.render(e,i)}});var ud=function(t,e,i,o){var n,r=arguments.length,s=r<3?e:null===o?o=Object.getOwnPropertyDescriptor(e,i):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)s=Reflect.decorate(t,e,i,o);else for(var a=t.length-1;a>=0;a--)(n=t[a])&&(s=(r<3?n(s):r>3?n(e,i,s):n(e,i))||s);return r>3&&s&&Object.defineProperty(e,i,s),s};class pd extends Event{constructor(t){super(`dropdown.${t}`)}}let gd=class extends Kr{constructor(){super(),this.render=()=>Hr`<div><slot name="inner-content"></slot></div>`,this.addEventListener("mousedown",(t=>t.stopPropagation()))}};gd.styles=qn`
366
+ `,cd([os({type:Array})],gd.prototype,"colors",void 0),cd([os({type:String})],gd.prototype,"color",void 0),cd([ss("input")],gd.prototype,"input",void 0),gd=cd([ts("og-colorpicker")],gd);class fd extends Cs{constructor(t){if(super(t),this.it=Or,2!==t.type)throw Error(this.constructor.directiveName+"() can only be used in child bindings")}render(t){if(t===Or||null==t)return this._t=void 0,this.it=t;if(t===Ar)return t;if("string"!=typeof t)throw Error(this.constructor.directiveName+"() called with a non-string value");if(t===this.it)return this._t;this.it=t;const e=[t];return e.raw=e,this._t={_$litType$:this.constructor.resultType,strings:e,values:[]}}}fd.directiveName="unsafeHTML",fd.resultType=1;const md=ks(fd),vd={},bd=ks(class extends Cs{constructor(){super(...arguments),this.ot=vd}render(t,e){return e()}update(t,[e,i]){if(Array.isArray(e)){if(Array.isArray(this.ot)&&this.ot.length===e.length&&e.every(((t,e)=>t===this.ot[e])))return Ar}else if(this.ot===e)return Ar;return this.ot=Array.isArray(e)?Array.from(e):e,this.render(e,i)}});var yd=function(t,e,i,o){var n,r=arguments.length,s=r<3?e:null===o?o=Object.getOwnPropertyDescriptor(e,i):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)s=Reflect.decorate(t,e,i,o);else for(var a=t.length-1;a>=0;a--)(n=t[a])&&(s=(r<3?n(s):r>3?n(e,i,s):n(e,i))||s);return r>3&&s&&Object.defineProperty(e,i,s),s};class wd extends Event{constructor(t){super(`dropdown.${t}`)}}let xd=class extends Kr{constructor(){super(),this.render=()=>Hr`<div><slot name="inner-content"></slot></div>`,this.addEventListener("mousedown",(t=>t.stopPropagation()))}};xd.styles=qn`
350
367
  :host {
351
368
  border: 1px solid var(--og-accent-color);
352
369
  background-color: var(--og-background-color);
@@ -358,11 +375,11 @@
358
375
  font-size: var(--og-font-size);
359
376
  font-family: var(--og-font-family);
360
377
  }
361
- `,gd=ud([ts("og-dropdown-container")],gd);let fd=class extends Kr{get dropdown(){return this._dropdown}get isOpen(){return this.dropdown&&!bt(this.dropdown)}updated(){this.dropdownRef.value&&(this._dropdown=this.dropdownRef.value)}constructor(){super(),this.alignment="right",this.positionOffset=0,this.dropdownParent=document.body,this.color=Fs.Accent,this.noCaret=!1,this.dropdownRef=Ph(),this._onDocumentMouseDown=t=>{for(const e of t.composedPath())if(e==this.dropdown||e==this)return;this.close()},this._onMousedown=async()=>this.toggle(),this.renderDropdown=()=>Hr`
378
+ `,xd=yd([ts("og-dropdown-container")],xd);let kd=class extends Kr{get dropdown(){return this._dropdown}get isOpen(){return this.dropdown&&!bt(this.dropdown)}updated(){this.dropdownRef.value&&(this._dropdown=this.dropdownRef.value)}constructor(){super(),this.alignment="right",this.positionOffset=0,this.dropdownParent=document.body,this.color=Fs.Accent,this.noCaret=!1,this.dropdownRef=Ph(),this._onDocumentMouseDown=t=>{for(const e of t.composedPath())if(e==this.dropdown||e==this)return;this.close()},this._onMousedown=async()=>this.toggle(),this.renderDropdown=()=>Hr`
362
379
  <og-dropdown-container ${Bh(this.dropdownRef)}
363
380
  style="display: none">
364
381
  </og-dropdown-container>
365
- `,this.renderLabel=()=>Z(this.label)?""===this.label?cd("&nbsp;"):Hr`<div class="text">${this.label}</div>`:this.label,this.render=()=>Hr`
382
+ `,this.renderLabel=()=>Z(this.label)?""===this.label?md("&nbsp;"):Hr`<div class="text">${this.label}</div>`:this.label,this.render=()=>Hr`
366
383
  <og-button
367
384
  @mousedown="${this._onMousedown}"
368
385
  id="main"
@@ -371,12 +388,12 @@
371
388
  ?caret="${!this.noCaret}">
372
389
  ${null==this.label?Hr`
373
390
  <div id="label" slot="content"><slot name="label"></slot></div>
374
- `:dd([this.label],(()=>Hr`
391
+ `:bd([this.label],(()=>Hr`
375
392
  <div id="label" slot="content">${this.renderLabel()}</div>
376
393
  `))}
377
394
  </og-button>
378
395
  ${this.renderDropdown()}
379
- `,this.tabIndex=0}async open(){this.dispatchEvent(new pd("beforeOpen")),await this.updateComplete,this.dropdown.parentElement!==this.dropdownParent&&this.dropdownParent.appendChild(this.dropdown),this.children.length>0&&!this._contentElm&&(this._contentElm=[...this.children].find((t=>"content"==t.slot)),this._contentElm&&(this._contentElm.slot="inner-content",this.dropdown.appendChild(this._contentElm))),this.width>0&&Ht(this.dropdown,{w:this.width}),mt(this.dropdown),this.requestUpdate(),await this.dropdown.updateComplete,this.dispatchEvent(new pd("open")),this.layout(),document.body.addEventListener("mousedown",this._onDocumentMouseDown)}close(){this.dropdown&&vt(this.dropdown),document.body.removeEventListener("mousedown",this._onDocumentMouseDown)}toggle(){this.isOpen?this.close():this.open()}disconnectedCallback(){super.disconnectedCallback(),this.dropdown&&this.appendChild(this.dropdown)}layout(){if(!this.dropdown)return;const t=Et(this,this.dropdownParent);Ht(this.dropdown,{w:this.offsetWidth},!0),Ot(this.dropdown,{t:t.top+this.offsetHeight,l:this.positionOffset+("left"==this.alignment?t.left:t.left+this.offsetWidth-this.dropdown.offsetWidth-1)}),Nt(this.dropdown)}};fd.styles=[qn`
396
+ `,this.tabIndex=0}async open(){this.dispatchEvent(new wd("beforeOpen")),await this.updateComplete,this.dropdown.parentElement!==this.dropdownParent&&this.dropdownParent.appendChild(this.dropdown),this.children.length>0&&!this._contentElm&&(this._contentElm=[...this.children].find((t=>"content"==t.slot)),this._contentElm&&(this._contentElm.slot="inner-content",this.dropdown.appendChild(this._contentElm))),this.width>0&&Ht(this.dropdown,{w:this.width}),mt(this.dropdown),this.requestUpdate(),await this.dropdown.updateComplete,this.dispatchEvent(new wd("open")),this.layout(),document.body.addEventListener("mousedown",this._onDocumentMouseDown)}close(){this.dropdown&&vt(this.dropdown),document.body.removeEventListener("mousedown",this._onDocumentMouseDown)}toggle(){this.isOpen?this.close():this.open()}disconnectedCallback(){super.disconnectedCallback(),this.dropdown&&this.appendChild(this.dropdown)}layout(){if(!this.dropdown)return;const t=Et(this,this.dropdownParent);Ht(this.dropdown,{w:this.offsetWidth},!0),Ot(this.dropdown,{t:t.top+this.offsetHeight,l:this.positionOffset+("left"==this.alignment?t.left:t.left+this.offsetWidth-this.dropdown.offsetWidth-1)}),Nt(this.dropdown)}};kd.styles=[qn`
380
397
  * {
381
398
  box-sizing: border-box;
382
399
  }
@@ -403,17 +420,17 @@
403
420
  og-button {
404
421
  flex: 1;
405
422
  }
406
- `],ud([os({type:String})],fd.prototype,"alignment",void 0),ud([os({type:Number})],fd.prototype,"positionOffset",void 0),ud([os({type:Object})],fd.prototype,"dropdownParent",void 0),ud([os()],fd.prototype,"label",void 0),ud([os()],fd.prototype,"icon",void 0),ud([os({type:Number})],fd.prototype,"width",void 0),ud([os({type:String})],fd.prototype,"color",void 0),ud([os({type:Boolean})],fd.prototype,"noCaret",void 0),ud([ss("#label")],fd.prototype,"labelElm",void 0),fd=ud([ts("og-dropdown")],fd);var md=function(t,e,i,o){var n,r=arguments.length,s=r<3?e:null===o?o=Object.getOwnPropertyDescriptor(e,i):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)s=Reflect.decorate(t,e,i,o);else for(var a=t.length-1;a>=0;a--)(n=t[a])&&(s=(r<3?n(s):r>3?n(e,i,s):n(e,i))||s);return r>3&&s&&Object.defineProperty(e,i,s),s};let vd=class extends fd{get picker(){return this._picker||(this._picker=gt("og-colorpicker"),this._picker.slot="inner-content",this._picker.style.border="none",this._picker.style.minWidth="100%",this._picker.addEventListener("change",(t=>{this.value=t.value,this.updateLabel(),this.close(),this.dispatchEvent(new Ln(this.value))})),this._picker.addEventListener("render",(()=>this.layout())),this.dropdown.appendChild(this._picker)),this._picker}updateLabel(){this.label=this.value?Hr`
423
+ `],yd([os({type:String})],kd.prototype,"alignment",void 0),yd([os({type:Number})],kd.prototype,"positionOffset",void 0),yd([os({type:Object})],kd.prototype,"dropdownParent",void 0),yd([os()],kd.prototype,"label",void 0),yd([os()],kd.prototype,"icon",void 0),yd([os({type:Number})],kd.prototype,"width",void 0),yd([os({type:String})],kd.prototype,"color",void 0),yd([os({type:Boolean})],kd.prototype,"noCaret",void 0),yd([ss("#label")],kd.prototype,"labelElm",void 0),kd=yd([ts("og-dropdown")],kd);var Cd=function(t,e,i,o){var n,r=arguments.length,s=r<3?e:null===o?o=Object.getOwnPropertyDescriptor(e,i):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)s=Reflect.decorate(t,e,i,o);else for(var a=t.length-1;a>=0;a--)(n=t[a])&&(s=(r<3?n(s):r>3?n(e,i,s):n(e,i))||s);return r>3&&s&&Object.defineProperty(e,i,s),s};let Md=class extends kd{get picker(){return this._picker||(this._picker=gt("og-colorpicker"),this._picker.slot="inner-content",this._picker.style.border="none",this._picker.style.minWidth="100%",this._picker.addEventListener("change",(t=>{this.value=t.value,this.updateLabel(),this.close(),this.dispatchEvent(new Ln(this.value))})),this._picker.addEventListener("render",(()=>this.layout())),this.dropdown.appendChild(this._picker)),this._picker}updateLabel(){this.label=this.value?Hr`
407
424
  <div style="background: ${this.value}; color: ${wn(this.value)}; padding: 2px">${this.value}</div>
408
425
  `:Hr`
409
426
  <div style="padding: 2px">&nbsp;</div>
410
- `}willUpdate(){this.value=kn(this.value),this.updateLabel()}constructor(){super(),this.addEventListener("dropdown.beforeOpen",(()=>this.picker)),this.addEventListener("dropdown.open",(()=>this.picker.focus()))}};vd.styles=[...fd.styles,qn`
427
+ `}willUpdate(){this.value=kn(this.value),this.updateLabel()}constructor(){super(),this.addEventListener("dropdown.beforeOpen",(()=>this.picker)),this.addEventListener("dropdown.open",(()=>this.picker.focus()))}};Md.styles=[...kd.styles,qn`
411
428
  og-button {
412
429
  padding-top: 0;
413
430
  padding-left: 0;
414
431
  padding-bottom: 0;
415
432
  }
416
- `],md([os({type:String})],vd.prototype,"value",void 0),vd=md([ts("og-dropdown-colorpicker")],vd);const bd=qn`
433
+ `],Cd([os({type:String})],Md.prototype,"value",void 0),Md=Cd([ts("og-dropdown-colorpicker")],Md);const _d=qn`
417
434
  .item {
418
435
  font-size: var(--og-font-size);
419
436
  font-family: var(--og-font-family);
@@ -446,7 +463,7 @@
446
463
  .item.divider {
447
464
  border-bottom: 1px solid var(--og-accent-color);
448
465
  }
449
- `,yd=qn`
466
+ `,Sd=qn`
450
467
  :host {
451
468
  font-size: var(--og-font-size);
452
469
  display: block;
@@ -454,7 +471,7 @@
454
471
  background: var(--og-background-color);
455
472
  color: var(--og-text-color);
456
473
  }
457
- `;var wd=function(t,e,i,o){var n,r=arguments.length,s=r<3?e:null===o?o=Object.getOwnPropertyDescriptor(e,i):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)s=Reflect.decorate(t,e,i,o);else for(var a=t.length-1;a>=0;a--)(n=t[a])&&(s=(r<3?n(s):r>3?n(e,i,s):n(e,i))||s);return r>3&&s&&Object.defineProperty(e,i,s),s};class xd extends Event{constructor(t,e){super(`menu.${t}`,{bubbles:!0,composed:!0}),this.item=e}}let kd=class extends Kr{willUpdate(t){t.has("items")&&(this._hasIcons=this.items.findIndex((t=>!!t.icon))>-1)}updated(t){t.has("items")&&this.list.reset()}async updateWidth(){await this.list.updateComplete;let t=0;this.dynamicWidth&&(this.list.items.forEach((e=>{let i=0;for(const t of e.children)i+=t.offsetWidth;t=Math.max(t,i)})),Ht(this,{w:t>0?t:100}))}constructor(){super(),this.dynamicWidth=!0,this.disabledFocus=!1,this._hasIcons=!1,this._autoHide=!1,this.itemRenderer=(t,e)=>{const i=this.items[e];return t.classList.toggle("divider",!!i.divider),t.classList.toggle("label","label"==i.type),i.divider&&Ht(t,{h:W.MENU_ITEM_HEIGHT-1}),t.style.color=i.color?i.color:"inherit",i.type=i.type||"normal",Hr`
474
+ `;var Ed=function(t,e,i,o){var n,r=arguments.length,s=r<3?e:null===o?o=Object.getOwnPropertyDescriptor(e,i):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)s=Reflect.decorate(t,e,i,o);else for(var a=t.length-1;a>=0;a--)(n=t[a])&&(s=(r<3?n(s):r>3?n(e,i,s):n(e,i))||s);return r>3&&s&&Object.defineProperty(e,i,s),s};class zd extends Event{constructor(t,e){super(`menu.${t}`,{bubbles:!0,composed:!0}),this.item=e}}let Ld=class extends Kr{willUpdate(t){t.has("items")&&(this._hasIcons=this.items.findIndex((t=>!!t.icon))>-1)}updated(t){t.has("items")&&this.list.reset()}async updateWidth(){await this.list.updateComplete;let t=0;this.dynamicWidth&&(this.list.items.forEach((e=>{let i=0;for(const t of e.children)i+=t.offsetWidth;t=Math.max(t,i)})),Ht(this,{w:t>0?t:100}))}constructor(){super(),this.dynamicWidth=!0,this.disabledFocus=!1,this._hasIcons=!1,this._autoHide=!1,this.itemRenderer=(t,e)=>{const i=this.items[e];return t.classList.toggle("divider",!!i.divider),t.classList.toggle("label","label"==i.type),i.divider&&Ht(t,{h:W.MENU_ITEM_HEIGHT-1}),t.style.color=i.color?i.color:"inherit",i.type=i.type||"normal",Hr`
458
475
  ${this._hasIcons&&(i.icon||"label"!=i.type)?Hr`
459
476
  <div class="icon">
460
477
  ${i.icon?Hr`<og-icon .icon="${i.icon}"></og-icon>`:""}
@@ -463,7 +480,7 @@
463
480
  ${i.renderer?i.renderer(t,e,i):Hr`
464
481
  <div class="text">${fo(i.value)}</div>
465
482
  `}
466
- `},this._onRender=()=>{this.updateWidth()},this._onSelect=t=>{this._autoHide&&vt(this);const e=this.items[t.index];e.exec&&e.exec(e),this.dispatchEvent(new xd("select",e))},this.render=()=>Hr`
483
+ `},this._onRender=()=>{this.updateWidth()},this._onSelect=t=>{this._autoHide&&vt(this);const e=this.items[t.index];e.exec&&e.exec(e),this.dispatchEvent(new zd("select",e))},this.render=()=>Hr`
467
484
  <og-list
468
485
  ?dynamicWidth="${this.dynamicWidth}"
469
486
  ?disabledFocus="${this.disabledFocus}"
@@ -471,11 +488,11 @@
471
488
  itemHeight="${W.MENU_ITEM_HEIGHT}"
472
489
  size="${this.items?.length??0}"
473
490
  .itemRenderer="${this.itemRenderer}"
474
- .customStyle=${bd},
491
+ .customStyle=${_d},
475
492
  @render=${this._onRender}
476
493
  @select=${this._onSelect}>
477
494
  </og-list>
478
- `,this.addEventListener("contextmenu",(t=>t.preventDefault())),this.addEventListener("focus",(()=>setTimeout((()=>this.list.focus()),100)))}connectedCallback(){super.connectedCallback(),this.tabIndex=0}async open(t,e="left"){this._autoHide=!0,this.parentElement!=document.body&&document.body.appendChild(this),mt(this),await this.updateWidth();const i=Et(t,this.parentElement),o=Ut({x:"left"==e?i.left:i.left+t.offsetWidth-this.offsetWidth,y:i.top+t.offsetHeight,w:this.offsetWidth,h:this.offsetHeight},document.body);Ot(this,{t:o.y,l:o.x}),this.list.select(0),this.list.focus(),document.body.addEventListener("mouseup",(()=>vt(this)),{once:!0})}async openAt(t,e){this._autoHide=!0,this.parentElement!=document.body&&document.body.appendChild(this),mt(this),await this.updateWidth();const i=Ut({x:t,y:e,w:this.offsetWidth,h:this.offsetHeight},document.body);Ot(this,{t:i.y,l:i.x}),this.list.select(0),this.list.focus(),document.body.addEventListener("mouseup",(()=>vt(this)),{once:!0})}};kd.styles=[yd],wd([os({type:Array})],kd.prototype,"items",void 0),wd([os({type:Boolean})],kd.prototype,"dynamicWidth",void 0),wd([os({type:Boolean})],kd.prototype,"disabledFocus",void 0),wd([ss("og-list")],kd.prototype,"list",void 0),kd=wd([ts("og-menu")],kd);var Cd,Md=function(t,e,i,o){var n,r=arguments.length,s=r<3?e:null===o?o=Object.getOwnPropertyDescriptor(e,i):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)s=Reflect.decorate(t,e,i,o);else for(var a=t.length-1;a>=0;a--)(n=t[a])&&(s=(r<3?n(s):r>3?n(e,i,s):n(e,i))||s);return r>3&&s&&Object.defineProperty(e,i,s),s},_d=function(t,e,i,o){if("a"===i&&!o)throw new TypeError("Private accessor was defined without a getter");if("function"==typeof e?t!==e||!o:!e.has(t))throw new TypeError("Cannot read private member from an object whose class did not declare it");return"m"===i?o:"a"===i?o.call(t):o?o.value:e.get(t)};let Sd=class extends fd{get menu(){return _d(this,Cd,"f")||(function(t,e,i,o,n){if("m"===o)throw new TypeError("Private method is not writable");if("a"===o&&!n)throw new TypeError("Private accessor was defined without a setter");if("function"==typeof e?t!==e||!n:!e.has(t))throw new TypeError("Cannot write private member to an object whose class did not declare it");"a"===o?n.call(t,i):n?n.value=i:e.set(t,i)}(this,Cd,gt("og-menu"),"f"),_d(this,Cd,"f").slot="inner-content",_d(this,Cd,"f").style.border="none",_d(this,Cd,"f").style.minWidth="100%",_d(this,Cd,"f").dynamicWidth=this.dynamicWidth,_d(this,Cd,"f").items=this.items,_d(this,Cd,"f").addEventListener("menu.select",(t=>{this.close(),this.dispatchEvent(new xd("select",t.item))})),_d(this,Cd,"f").addEventListener("render",(()=>this.layout())),this.dropdown.appendChild(_d(this,Cd,"f"))),_d(this,Cd,"f")}constructor(){super(),this.dynamicWidth=!1,Cd.set(this,void 0),this.addEventListener("dropdown.beforeOpen",(()=>this.menu)),this.addEventListener("dropdown.open",(()=>this.menu.focus()))}updated(){super.updated(),_d(this,Cd,"f")&&(_d(this,Cd,"f").dynamicWidth=this.dynamicWidth,_d(this,Cd,"f").items=this.items)}};Cd=new WeakMap,Md([os({type:Array})],Sd.prototype,"items",void 0),Md([os({type:Boolean})],Sd.prototype,"dynamicWidth",void 0),Sd=Md([ts("og-dropdown-menu")],Sd);var Ed=function(t,e,i,o){var n,r=arguments.length,s=r<3?e:null===o?o=Object.getOwnPropertyDescriptor(e,i):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)s=Reflect.decorate(t,e,i,o);else for(var a=t.length-1;a>=0;a--)(n=t[a])&&(s=(r<3?n(s):r>3?n(e,i,s):n(e,i))||s);return r>3&&s&&Object.defineProperty(e,i,s),s};let zd=class extends Sd{constructor(){super(),this.label="",this.addEventListener("menu.select",(t=>{this.value=t.item.key,this.dispatchEvent(new Ln(this.value))}))}async open(){if(await super.open(),null!=this.value){const t=this.items.findIndex((t=>t.key==this.value));t>-1&&this.menu.list.scrollToIndex(t)}}willUpdate(t){if(super.willUpdate(t),t.has("value")){const t=this.items.findIndex((t=>t.key==this.value));if(t>-1){const e=this.items[t];this.label=e.renderer?e.renderer(this.labelElm,t,e):e.value}else this.label=this.value}}};Ed([os()],zd.prototype,"value",void 0),zd=Ed([ts("og-dropdown-list")],zd);const Ld={filter:"PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1MTIgNTEyIj48IS0tISBGb250IEF3ZXNvbWUgRnJlZSA2LjEuMiBieSBAZm9udGF3ZXNvbWUgLSBodHRwczovL2ZvbnRhd2Vzb21lLmNvbSBMaWNlbnNlIC0gaHR0cHM6Ly9mb250YXdlc29tZS5jb20vbGljZW5zZS9mcmVlIChJY29uczogQ0MgQlkgNC4wLCBGb250czogU0lMIE9GTCAxLjEsIENvZGU6IE1JVCBMaWNlbnNlKSBDb3B5cmlnaHQgMjAyMiBGb250aWNvbnMsIEluYy4gLS0+PHBhdGggZD0iTTMuODUzIDU0Ljg3QzEwLjQ3IDQwLjkgMjQuNTQgMzIgNDAgMzJINDcyQzQ4Ny41IDMyIDUwMS41IDQwLjkgNTA4LjEgNTQuODdDNTE0LjggNjguODQgNTEyLjcgODUuMzcgNTAyLjEgOTcuMzNMMzIwIDMyMC45VjQ0OEMzMjAgNDYwLjEgMzEzLjIgNDcxLjIgMzAyLjMgNDc2LjZDMjkxLjUgNDgyIDI3OC41IDQ4MC45IDI2OC44IDQ3My42TDIwNC44IDQyNS42QzE5Ni43IDQxOS42IDE5MiA0MTAuMSAxOTIgNDAwVjMyMC45TDkuMDQyIDk3LjMzQy0uNzQ1IDg1LjM3LTIuNzY1IDY4Ljg0IDMuODU0IDU0Ljg3TDMuODUzIDU0Ljg3eiIvPjwvc3ZnPg==",cross:"PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMjAgNTEyIj48IS0tISBGb250IEF3ZXNvbWUgRnJlZSA2LjEuMiBieSBAZm9udGF3ZXNvbWUgLSBodHRwczovL2ZvbnRhd2Vzb21lLmNvbSBMaWNlbnNlIC0gaHR0cHM6Ly9mb250YXdlc29tZS5jb20vbGljZW5zZS9mcmVlIChJY29uczogQ0MgQlkgNC4wLCBGb250czogU0lMIE9GTCAxLjEsIENvZGU6IE1JVCBMaWNlbnNlKSBDb3B5cmlnaHQgMjAyMiBGb250aWNvbnMsIEluYy4gLS0+PHBhdGggZD0iTTMxMC42IDM2MS40YzEyLjUgMTIuNSAxMi41IDMyLjc1IDAgNDUuMjVDMzA0LjQgNDEyLjkgMjk2LjIgNDE2IDI4OCA0MTZzLTE2LjM4LTMuMTI1LTIyLjYyLTkuMzc1TDE2MCAzMDEuM0w1NC42MyA0MDYuNkM0OC4zOCA0MTIuOSA0MC4xOSA0MTYgMzIgNDE2UzE1LjYzIDQxMi45IDkuMzc1IDQwNi42Yy0xMi41LTEyLjUtMTIuNS0zMi43NSAwLTQ1LjI1bDEwNS40LTEwNS40TDkuMzc1IDE1MC42Yy0xMi41LTEyLjUtMTIuNS0zMi43NSAwLTQ1LjI1czMyLjc1LTEyLjUgNDUuMjUgMEwxNjAgMjEwLjhsMTA1LjQtMTA1LjRjMTIuNS0xMi41IDMyLjc1LTEyLjUgNDUuMjUgMHMxMi41IDMyLjc1IDAgNDUuMjVsLTEwNS40IDEwNS40TDMxMC42IDM2MS40eiIvPjwvc3ZnPg==",square:"PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0NDggNTEyIj48IS0tISBGb250IEF3ZXNvbWUgUHJvIDYuMi4xIGJ5IEBmb250YXdlc29tZSAtIGh0dHBzOi8vZm9udGF3ZXNvbWUuY29tIExpY2Vuc2UgLSBodHRwczovL2ZvbnRhd2Vzb21lLmNvbS9saWNlbnNlIChDb21tZXJjaWFsIExpY2Vuc2UpIENvcHlyaWdodCAyMDIyIEZvbnRpY29ucywgSW5jLiAtLT48cGF0aCBkPSJNMzg0IDMyQzQxOS4zIDMyIDQ0OCA2MC42NSA0NDggOTZWNDE2QzQ0OCA0NTEuMyA0MTkuMyA0ODAgMzg0IDQ4MEg2NEMyOC42NSA0ODAgMCA0NTEuMyAwIDQxNlY5NkMwIDYwLjY1IDI4LjY1IDMyIDY0IDMySDM4NHpNMzg0IDgwSDY0QzU1LjE2IDgwIDQ4IDg3LjE2IDQ4IDk2VjQxNkM0OCA0MjQuOCA1NS4xNiA0MzIgNjQgNDMySDM4NEMzOTIuOCA0MzIgNDAwIDQyNC44IDQwMCA0MTZWOTZDNDAwIDg3LjE2IDM5Mi44IDgwIDM4NCA4MHoiLz48L3N2Zz4=","square-solid":"PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0NDggNTEyIj48IS0tISBGb250IEF3ZXNvbWUgRnJlZSA2LjEuMiBieSBAZm9udGF3ZXNvbWUgLSBodHRwczovL2ZvbnRhd2Vzb21lLmNvbSBMaWNlbnNlIC0gaHR0cHM6Ly9mb250YXdlc29tZS5jb20vbGljZW5zZS9mcmVlIChJY29uczogQ0MgQlkgNC4wLCBGb250czogU0lMIE9GTCAxLjEsIENvZGU6IE1JVCBMaWNlbnNlKSBDb3B5cmlnaHQgMjAyMiBGb250aWNvbnMsIEluYy4gLS0+PHBhdGggZD0iTTAgOTZDMCA2MC42NSAyOC42NSAzMiA2NCAzMkgzODRDNDE5LjMgMzIgNDQ4IDYwLjY1IDQ0OCA5NlY0MTZDNDQ4IDQ1MS4zIDQxOS4zIDQ4MCAzODQgNDgwSDY0QzI4LjY1IDQ4MCAwIDQ1MS4zIDAgNDE2Vjk2eiIvPjwvc3ZnPg==","square-check":"PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0NDggNTEyIj48IS0tISBGb250IEF3ZXNvbWUgRnJlZSA2LjEuMiBieSBAZm9udGF3ZXNvbWUgLSBodHRwczovL2ZvbnRhd2Vzb21lLmNvbSBMaWNlbnNlIC0gaHR0cHM6Ly9mb250YXdlc29tZS5jb20vbGljZW5zZS9mcmVlIChJY29uczogQ0MgQlkgNC4wLCBGb250czogU0lMIE9GTCAxLjEsIENvZGU6IE1JVCBMaWNlbnNlKSBDb3B5cmlnaHQgMjAyMiBGb250aWNvbnMsIEluYy4gLS0+PHBhdGggZD0iTTM4NCAzMkM0MTkuMyAzMiA0NDggNjAuNjUgNDQ4IDk2VjQxNkM0NDggNDUxLjMgNDE5LjMgNDgwIDM4NCA0ODBINjRDMjguNjUgNDgwIDAgNDUxLjMgMCA0MTZWOTZDMCA2MC42NSAyOC42NSAzMiA2NCAzMkgzODR6TTMzOS44IDIxMS44QzM1MC43IDIwMC45IDM1MC43IDE4My4xIDMzOS44IDE3Mi4yQzMyOC45IDE2MS4zIDMxMS4xIDE2MS4zIDMwMC4yIDE3Mi4yTDE5MiAyODAuNEwxNDcuOCAyMzYuMkMxMzYuOSAyMjUuMyAxMTkuMSAyMjUuMyAxMDguMiAyMzYuMkM5Ny4yNyAyNDcuMSA5Ny4yNyAyNjQuOSAxMDguMiAyNzUuOEwxNzIuMiAzMzkuOEMxODMuMSAzNTAuNyAyMDAuOSAzNTAuNyAyMTEuOCAzMzkuOEwzMzkuOCAyMTEuOHoiLz48L3N2Zz4=","square-xmark-solid":"PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0NDggNTEyIj48IS0tISBGb250IEF3ZXNvbWUgUHJvIDYuMi4xIGJ5IEBmb250YXdlc29tZSAtIGh0dHBzOi8vZm9udGF3ZXNvbWUuY29tIExpY2Vuc2UgLSBodHRwczovL2ZvbnRhd2Vzb21lLmNvbS9saWNlbnNlIChDb21tZXJjaWFsIExpY2Vuc2UpIENvcHlyaWdodCAyMDIyIEZvbnRpY29ucywgSW5jLiAtLT48cGF0aCBkPSJNNjQgMzJDMjguNyAzMiAwIDYwLjcgMCA5NlY0MTZjMCAzNS4zIDI4LjcgNjQgNjQgNjRIMzg0YzM1LjMgMCA2NC0yOC43IDY0LTY0Vjk2YzAtMzUuMy0yOC43LTY0LTY0LTY0SDY0em03OSAxNDNjOS40LTkuNCAyNC42LTkuNCAzMy45IDBsNDcgNDcgNDctNDdjOS40LTkuNCAyNC42LTkuNCAzMy45IDBzOS40IDI0LjYgMCAzMy45bC00NyA0NyA0NyA0N2M5LjQgOS40IDkuNCAyNC42IDAgMzMuOXMtMjQuNiA5LjQtMzMuOSAwbC00Ny00Ny00NyA0N2MtOS40IDkuNC0yNC42IDkuNC0zMy45IDBzLTkuNC0yNC42IDAtMzMuOWw0Ny00Ny00Ny00N2MtOS40LTkuNC05LjQtMjQuNiAwLTMzLjl6Ii8+PC9zdmc+","square-minus-solid":"PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0NDggNTEyIj48IS0tISBGb250IEF3ZXNvbWUgUHJvIDYuMi4xIGJ5IEBmb250YXdlc29tZSAtIGh0dHBzOi8vZm9udGF3ZXNvbWUuY29tIExpY2Vuc2UgLSBodHRwczovL2ZvbnRhd2Vzb21lLmNvbS9saWNlbnNlIChDb21tZXJjaWFsIExpY2Vuc2UpIENvcHlyaWdodCAyMDIyIEZvbnRpY29ucywgSW5jLiAtLT48cGF0aCBkPSJNNjQgMzJDMjguNyAzMiAwIDYwLjcgMCA5NlY0MTZjMCAzNS4zIDI4LjcgNjQgNjQgNjRIMzg0YzM1LjMgMCA2NC0yOC43IDY0LTY0Vjk2YzAtMzUuMy0yOC43LTY0LTY0LTY0SDY0em04OCAyMDBIMjk2YzEzLjMgMCAyNCAxMC43IDI0IDI0cy0xMC43IDI0LTI0IDI0SDE1MmMtMTMuMyAwLTI0LTEwLjctMjQtMjRzMTAuNy0yNCAyNC0yNHoiLz48L3N2Zz4=",minus:"PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0NDggNTEyIj48IS0tISBGb250IEF3ZXNvbWUgRnJlZSA2LjEuMiBieSBAZm9udGF3ZXNvbWUgLSBodHRwczovL2ZvbnRhd2Vzb21lLmNvbSBMaWNlbnNlIC0gaHR0cHM6Ly9mb250YXdlc29tZS5jb20vbGljZW5zZS9mcmVlIChJY29uczogQ0MgQlkgNC4wLCBGb250czogU0lMIE9GTCAxLjEsIENvZGU6IE1JVCBMaWNlbnNlKSBDb3B5cmlnaHQgMjAyMiBGb250aWNvbnMsIEluYy4gLS0+PHBhdGggZD0iTTQwMCAyODhoLTM1MmMtMTcuNjkgMC0zMi0xNC4zMi0zMi0zMi4wMXMxNC4zMS0zMS45OSAzMi0zMS45OWgzNTJjMTcuNjkgMCAzMiAxNC4zIDMyIDMxLjk5UzQxNy43IDI4OCA0MDAgMjg4eiIvPjwvc3ZnPg==",plus:"PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0NDggNTEyIj48IS0tISBGb250IEF3ZXNvbWUgRnJlZSA2LjEuMiBieSBAZm9udGF3ZXNvbWUgLSBodHRwczovL2ZvbnRhd2Vzb21lLmNvbSBMaWNlbnNlIC0gaHR0cHM6Ly9mb250YXdlc29tZS5jb20vbGljZW5zZS9mcmVlIChJY29uczogQ0MgQlkgNC4wLCBGb250czogU0lMIE9GTCAxLjEsIENvZGU6IE1JVCBMaWNlbnNlKSBDb3B5cmlnaHQgMjAyMiBGb250aWNvbnMsIEluYy4gLS0+PHBhdGggZD0iTTQzMiAyNTZjMCAxNy42OS0xNC4zMyAzMi4wMS0zMiAzMi4wMUgyNTZ2MTQ0YzAgMTcuNjktMTQuMzMgMzEuOTktMzIgMzEuOTlzLTMyLTE0LjMtMzItMzEuOTl2LTE0NEg0OGMtMTcuNjcgMC0zMi0xNC4zMi0zMi0zMi4wMXMxNC4zMy0zMS45OSAzMi0zMS45OUgxOTJ2LTE0NGMwLTE3LjY5IDE0LjMzLTMyLjAxIDMyLTMyLjAxczMyIDE0LjMyIDMyIDMyLjAxdjE0NGgxNDRDNDE3LjcgMjI0IDQzMiAyMzguMyA0MzIgMjU2eiIvPjwvc3ZnPg==","caret-down":"PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMjAgNTEyIj48IS0tISBGb250IEF3ZXNvbWUgUHJvIDYuMi4xIGJ5IEBmb250YXdlc29tZSAtIGh0dHBzOi8vZm9udGF3ZXNvbWUuY29tIExpY2Vuc2UgLSBodHRwczovL2ZvbnRhd2Vzb21lLmNvbS9saWNlbnNlIChDb21tZXJjaWFsIExpY2Vuc2UpIENvcHlyaWdodCAyMDIyIEZvbnRpY29ucywgSW5jLiAtLT48cGF0aCBkPSJNMTM3LjQgMzc0LjZjMTIuNSAxMi41IDMyLjggMTIuNSA0NS4zIDBsMTI4LTEyOGM5LjItOS4yIDExLjktMjIuOSA2LjktMzQuOXMtMTYuNi0xOS44LTI5LjYtMTkuOEwzMiAxOTJjLTEyLjkgMC0yNC42IDcuOC0yOS42IDE5LjhzLTIuMiAyNS43IDYuOSAzNC45bDEyOCAxMjh6Ii8+PC9zdmc+",hourglass:"PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iMWVtIiB2aWV3Qm94PSIwIDAgMzg0IDUxMiI+PCEtLSEgRm9udCBBd2Vzb21lIEZyZWUgNi40LjAgYnkgQGZvbnRhd2Vzb21lIC0gaHR0cHM6Ly9mb250YXdlc29tZS5jb20gTGljZW5zZSAtIGh0dHBzOi8vZm9udGF3ZXNvbWUuY29tL2xpY2Vuc2UgKENvbW1lcmNpYWwgTGljZW5zZSkgQ29weXJpZ2h0IDIwMjMgRm9udGljb25zLCBJbmMuIC0tPjxwYXRoIGQ9Ik0wIDMyQzAgMTQuMyAxNC4zIDAgMzIgMEg2NCAzMjBoMzJjMTcuNyAwIDMyIDE0LjMgMzIgMzJzLTE0LjMgMzItMzIgMzJWNzVjMCA0Mi40LTE2LjkgODMuMS00Ni45IDExMy4xTDIzNy4zIDI1Nmw2Ny45IDY3LjljMzAgMzAgNDYuOSA3MC43IDQ2LjkgMTEzLjF2MTFjMTcuNyAwIDMyIDE0LjMgMzIgMzJzLTE0LjMgMzItMzIgMzJIMzIwIDY0IDMyYy0xNy43IDAtMzItMTQuMy0zMi0zMnMxNC4zLTMyIDMyLTMyVjQzN2MwLTQyLjQgMTYuOS04My4xIDQ2LjktMTEzLjFMMTQ2LjcgMjU2IDc4LjkgMTg4LjFDNDguOSAxNTguMSAzMiAxMTcuNCAzMiA3NVY2NEMxNC4zIDY0IDAgNDkuNyAwIDMyek05NiA2NFY3NWMwIDI1LjUgMTAuMSA0OS45IDI4LjEgNjcuOUwxOTIgMjEwLjdsNjcuOS02Ny45YzE4LTE4IDI4LjEtNDIuNCAyOC4xLTY3LjlWNjRIOTZ6bTAgMzg0SDI4OFY0MzdjMC0yNS41LTEwLjEtNDkuOS0yOC4xLTY3LjlMMTkyIDMwMS4zbC02Ny45IDY3LjljLTE4IDE4LTI4LjEgNDIuNC0yOC4xIDY3Ljl2MTF6Ii8+PC9zdmc+"};var Rd=function(t,e,i,o){var n,r=arguments.length,s=r<3?e:null===o?o=Object.getOwnPropertyDescriptor(e,i):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)s=Reflect.decorate(t,e,i,o);else for(var a=t.length-1;a>=0;a--)(n=t[a])&&(s=(r<3?n(s):r>3?n(e,i,s):n(e,i))||s);return r>3&&s&&Object.defineProperty(e,i,s),s};const Id=qn`
495
+ `,this.addEventListener("contextmenu",(t=>t.preventDefault())),this.addEventListener("focus",(()=>setTimeout((()=>this.list.focus()),100)))}connectedCallback(){super.connectedCallback(),this.tabIndex=0}async open(t,e="left"){this._autoHide=!0,this.parentElement!=document.body&&document.body.appendChild(this),mt(this),await this.updateWidth();const i=Et(t,this.parentElement),o=Ut({x:"left"==e?i.left:i.left+t.offsetWidth-this.offsetWidth,y:i.top+t.offsetHeight,w:this.offsetWidth,h:this.offsetHeight},document.body);Ot(this,{t:o.y,l:o.x}),this.list.select(0),this.list.focus(),document.body.addEventListener("mouseup",(()=>vt(this)),{once:!0})}async openAt(t,e){this._autoHide=!0,this.parentElement!=document.body&&document.body.appendChild(this),mt(this),await this.updateWidth();const i=Ut({x:t,y:e,w:this.offsetWidth,h:this.offsetHeight},document.body);Ot(this,{t:i.y,l:i.x}),this.list.select(0),this.list.focus(),document.body.addEventListener("mouseup",(()=>vt(this)),{once:!0})}};Ld.styles=[Sd],Ed([os({type:Array})],Ld.prototype,"items",void 0),Ed([os({type:Boolean})],Ld.prototype,"dynamicWidth",void 0),Ed([os({type:Boolean})],Ld.prototype,"disabledFocus",void 0),Ed([ss("og-list")],Ld.prototype,"list",void 0),Ld=Ed([ts("og-menu")],Ld);var Rd,Id=function(t,e,i,o){var n,r=arguments.length,s=r<3?e:null===o?o=Object.getOwnPropertyDescriptor(e,i):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)s=Reflect.decorate(t,e,i,o);else for(var a=t.length-1;a>=0;a--)(n=t[a])&&(s=(r<3?n(s):r>3?n(e,i,s):n(e,i))||s);return r>3&&s&&Object.defineProperty(e,i,s),s},Hd=function(t,e,i,o){if("a"===i&&!o)throw new TypeError("Private accessor was defined without a getter");if("function"==typeof e?t!==e||!o:!e.has(t))throw new TypeError("Cannot read private member from an object whose class did not declare it");return"m"===i?o:"a"===i?o.call(t):o?o.value:e.get(t)};let Td=class extends kd{get menu(){return Hd(this,Rd,"f")||(function(t,e,i,o,n){if("m"===o)throw new TypeError("Private method is not writable");if("a"===o&&!n)throw new TypeError("Private accessor was defined without a setter");if("function"==typeof e?t!==e||!n:!e.has(t))throw new TypeError("Cannot write private member to an object whose class did not declare it");"a"===o?n.call(t,i):n?n.value=i:e.set(t,i)}(this,Rd,gt("og-menu"),"f"),Hd(this,Rd,"f").slot="inner-content",Hd(this,Rd,"f").style.border="none",Hd(this,Rd,"f").style.minWidth="100%",Hd(this,Rd,"f").dynamicWidth=this.dynamicWidth,Hd(this,Rd,"f").items=this.items,Hd(this,Rd,"f").addEventListener("menu.select",(t=>{this.close(),this.dispatchEvent(new zd("select",t.item))})),Hd(this,Rd,"f").addEventListener("render",(()=>this.layout())),this.dropdown.appendChild(Hd(this,Rd,"f"))),Hd(this,Rd,"f")}constructor(){super(),this.dynamicWidth=!1,Rd.set(this,void 0),this.addEventListener("dropdown.beforeOpen",(()=>this.menu)),this.addEventListener("dropdown.open",(()=>this.menu.focus()))}updated(){super.updated(),Hd(this,Rd,"f")&&(Hd(this,Rd,"f").dynamicWidth=this.dynamicWidth,Hd(this,Rd,"f").items=this.items)}};Rd=new WeakMap,Id([os({type:Array})],Td.prototype,"items",void 0),Id([os({type:Boolean})],Td.prototype,"dynamicWidth",void 0),Td=Id([ts("og-dropdown-menu")],Td);var Ad=function(t,e,i,o){var n,r=arguments.length,s=r<3?e:null===o?o=Object.getOwnPropertyDescriptor(e,i):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)s=Reflect.decorate(t,e,i,o);else for(var a=t.length-1;a>=0;a--)(n=t[a])&&(s=(r<3?n(s):r>3?n(e,i,s):n(e,i))||s);return r>3&&s&&Object.defineProperty(e,i,s),s};let Od=class extends Td{constructor(){super(),this.label="",this.addEventListener("menu.select",(t=>{this.value=t.item.key,this.dispatchEvent(new Ln(this.value))}))}async open(){if(await super.open(),null!=this.value){const t=this.items.findIndex((t=>t.key==this.value));t>-1&&this.menu.list.scrollToIndex(t)}}willUpdate(t){if(super.willUpdate(t),t.has("value")){const t=this.items.findIndex((t=>t.key==this.value));if(t>-1){const e=this.items[t];this.label=e.renderer?e.renderer(this.labelElm,t,e):e.value}else this.label=this.value}}};Ad([os()],Od.prototype,"value",void 0),Od=Ad([ts("og-dropdown-list")],Od);const $d={filter:"PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1MTIgNTEyIj48IS0tISBGb250IEF3ZXNvbWUgRnJlZSA2LjEuMiBieSBAZm9udGF3ZXNvbWUgLSBodHRwczovL2ZvbnRhd2Vzb21lLmNvbSBMaWNlbnNlIC0gaHR0cHM6Ly9mb250YXdlc29tZS5jb20vbGljZW5zZS9mcmVlIChJY29uczogQ0MgQlkgNC4wLCBGb250czogU0lMIE9GTCAxLjEsIENvZGU6IE1JVCBMaWNlbnNlKSBDb3B5cmlnaHQgMjAyMiBGb250aWNvbnMsIEluYy4gLS0+PHBhdGggZD0iTTMuODUzIDU0Ljg3QzEwLjQ3IDQwLjkgMjQuNTQgMzIgNDAgMzJINDcyQzQ4Ny41IDMyIDUwMS41IDQwLjkgNTA4LjEgNTQuODdDNTE0LjggNjguODQgNTEyLjcgODUuMzcgNTAyLjEgOTcuMzNMMzIwIDMyMC45VjQ0OEMzMjAgNDYwLjEgMzEzLjIgNDcxLjIgMzAyLjMgNDc2LjZDMjkxLjUgNDgyIDI3OC41IDQ4MC45IDI2OC44IDQ3My42TDIwNC44IDQyNS42QzE5Ni43IDQxOS42IDE5MiA0MTAuMSAxOTIgNDAwVjMyMC45TDkuMDQyIDk3LjMzQy0uNzQ1IDg1LjM3LTIuNzY1IDY4Ljg0IDMuODU0IDU0Ljg3TDMuODUzIDU0Ljg3eiIvPjwvc3ZnPg==",cross:"PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMjAgNTEyIj48IS0tISBGb250IEF3ZXNvbWUgRnJlZSA2LjEuMiBieSBAZm9udGF3ZXNvbWUgLSBodHRwczovL2ZvbnRhd2Vzb21lLmNvbSBMaWNlbnNlIC0gaHR0cHM6Ly9mb250YXdlc29tZS5jb20vbGljZW5zZS9mcmVlIChJY29uczogQ0MgQlkgNC4wLCBGb250czogU0lMIE9GTCAxLjEsIENvZGU6IE1JVCBMaWNlbnNlKSBDb3B5cmlnaHQgMjAyMiBGb250aWNvbnMsIEluYy4gLS0+PHBhdGggZD0iTTMxMC42IDM2MS40YzEyLjUgMTIuNSAxMi41IDMyLjc1IDAgNDUuMjVDMzA0LjQgNDEyLjkgMjk2LjIgNDE2IDI4OCA0MTZzLTE2LjM4LTMuMTI1LTIyLjYyLTkuMzc1TDE2MCAzMDEuM0w1NC42MyA0MDYuNkM0OC4zOCA0MTIuOSA0MC4xOSA0MTYgMzIgNDE2UzE1LjYzIDQxMi45IDkuMzc1IDQwNi42Yy0xMi41LTEyLjUtMTIuNS0zMi43NSAwLTQ1LjI1bDEwNS40LTEwNS40TDkuMzc1IDE1MC42Yy0xMi41LTEyLjUtMTIuNS0zMi43NSAwLTQ1LjI1czMyLjc1LTEyLjUgNDUuMjUgMEwxNjAgMjEwLjhsMTA1LjQtMTA1LjRjMTIuNS0xMi41IDMyLjc1LTEyLjUgNDUuMjUgMHMxMi41IDMyLjc1IDAgNDUuMjVsLTEwNS40IDEwNS40TDMxMC42IDM2MS40eiIvPjwvc3ZnPg==",square:"PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0NDggNTEyIj48IS0tISBGb250IEF3ZXNvbWUgUHJvIDYuMi4xIGJ5IEBmb250YXdlc29tZSAtIGh0dHBzOi8vZm9udGF3ZXNvbWUuY29tIExpY2Vuc2UgLSBodHRwczovL2ZvbnRhd2Vzb21lLmNvbS9saWNlbnNlIChDb21tZXJjaWFsIExpY2Vuc2UpIENvcHlyaWdodCAyMDIyIEZvbnRpY29ucywgSW5jLiAtLT48cGF0aCBkPSJNMzg0IDMyQzQxOS4zIDMyIDQ0OCA2MC42NSA0NDggOTZWNDE2QzQ0OCA0NTEuMyA0MTkuMyA0ODAgMzg0IDQ4MEg2NEMyOC42NSA0ODAgMCA0NTEuMyAwIDQxNlY5NkMwIDYwLjY1IDI4LjY1IDMyIDY0IDMySDM4NHpNMzg0IDgwSDY0QzU1LjE2IDgwIDQ4IDg3LjE2IDQ4IDk2VjQxNkM0OCA0MjQuOCA1NS4xNiA0MzIgNjQgNDMySDM4NEMzOTIuOCA0MzIgNDAwIDQyNC44IDQwMCA0MTZWOTZDNDAwIDg3LjE2IDM5Mi44IDgwIDM4NCA4MHoiLz48L3N2Zz4=","square-solid":"PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0NDggNTEyIj48IS0tISBGb250IEF3ZXNvbWUgRnJlZSA2LjEuMiBieSBAZm9udGF3ZXNvbWUgLSBodHRwczovL2ZvbnRhd2Vzb21lLmNvbSBMaWNlbnNlIC0gaHR0cHM6Ly9mb250YXdlc29tZS5jb20vbGljZW5zZS9mcmVlIChJY29uczogQ0MgQlkgNC4wLCBGb250czogU0lMIE9GTCAxLjEsIENvZGU6IE1JVCBMaWNlbnNlKSBDb3B5cmlnaHQgMjAyMiBGb250aWNvbnMsIEluYy4gLS0+PHBhdGggZD0iTTAgOTZDMCA2MC42NSAyOC42NSAzMiA2NCAzMkgzODRDNDE5LjMgMzIgNDQ4IDYwLjY1IDQ0OCA5NlY0MTZDNDQ4IDQ1MS4zIDQxOS4zIDQ4MCAzODQgNDgwSDY0QzI4LjY1IDQ4MCAwIDQ1MS4zIDAgNDE2Vjk2eiIvPjwvc3ZnPg==","square-check":"PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0NDggNTEyIj48IS0tISBGb250IEF3ZXNvbWUgRnJlZSA2LjEuMiBieSBAZm9udGF3ZXNvbWUgLSBodHRwczovL2ZvbnRhd2Vzb21lLmNvbSBMaWNlbnNlIC0gaHR0cHM6Ly9mb250YXdlc29tZS5jb20vbGljZW5zZS9mcmVlIChJY29uczogQ0MgQlkgNC4wLCBGb250czogU0lMIE9GTCAxLjEsIENvZGU6IE1JVCBMaWNlbnNlKSBDb3B5cmlnaHQgMjAyMiBGb250aWNvbnMsIEluYy4gLS0+PHBhdGggZD0iTTM4NCAzMkM0MTkuMyAzMiA0NDggNjAuNjUgNDQ4IDk2VjQxNkM0NDggNDUxLjMgNDE5LjMgNDgwIDM4NCA0ODBINjRDMjguNjUgNDgwIDAgNDUxLjMgMCA0MTZWOTZDMCA2MC42NSAyOC42NSAzMiA2NCAzMkgzODR6TTMzOS44IDIxMS44QzM1MC43IDIwMC45IDM1MC43IDE4My4xIDMzOS44IDE3Mi4yQzMyOC45IDE2MS4zIDMxMS4xIDE2MS4zIDMwMC4yIDE3Mi4yTDE5MiAyODAuNEwxNDcuOCAyMzYuMkMxMzYuOSAyMjUuMyAxMTkuMSAyMjUuMyAxMDguMiAyMzYuMkM5Ny4yNyAyNDcuMSA5Ny4yNyAyNjQuOSAxMDguMiAyNzUuOEwxNzIuMiAzMzkuOEMxODMuMSAzNTAuNyAyMDAuOSAzNTAuNyAyMTEuOCAzMzkuOEwzMzkuOCAyMTEuOHoiLz48L3N2Zz4=","square-xmark-solid":"PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0NDggNTEyIj48IS0tISBGb250IEF3ZXNvbWUgUHJvIDYuMi4xIGJ5IEBmb250YXdlc29tZSAtIGh0dHBzOi8vZm9udGF3ZXNvbWUuY29tIExpY2Vuc2UgLSBodHRwczovL2ZvbnRhd2Vzb21lLmNvbS9saWNlbnNlIChDb21tZXJjaWFsIExpY2Vuc2UpIENvcHlyaWdodCAyMDIyIEZvbnRpY29ucywgSW5jLiAtLT48cGF0aCBkPSJNNjQgMzJDMjguNyAzMiAwIDYwLjcgMCA5NlY0MTZjMCAzNS4zIDI4LjcgNjQgNjQgNjRIMzg0YzM1LjMgMCA2NC0yOC43IDY0LTY0Vjk2YzAtMzUuMy0yOC43LTY0LTY0LTY0SDY0em03OSAxNDNjOS40LTkuNCAyNC42LTkuNCAzMy45IDBsNDcgNDcgNDctNDdjOS40LTkuNCAyNC42LTkuNCAzMy45IDBzOS40IDI0LjYgMCAzMy45bC00NyA0NyA0NyA0N2M5LjQgOS40IDkuNCAyNC42IDAgMzMuOXMtMjQuNiA5LjQtMzMuOSAwbC00Ny00Ny00NyA0N2MtOS40IDkuNC0yNC42IDkuNC0zMy45IDBzLTkuNC0yNC42IDAtMzMuOWw0Ny00Ny00Ny00N2MtOS40LTkuNC05LjQtMjQuNiAwLTMzLjl6Ii8+PC9zdmc+","square-minus-solid":"PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0NDggNTEyIj48IS0tISBGb250IEF3ZXNvbWUgUHJvIDYuMi4xIGJ5IEBmb250YXdlc29tZSAtIGh0dHBzOi8vZm9udGF3ZXNvbWUuY29tIExpY2Vuc2UgLSBodHRwczovL2ZvbnRhd2Vzb21lLmNvbS9saWNlbnNlIChDb21tZXJjaWFsIExpY2Vuc2UpIENvcHlyaWdodCAyMDIyIEZvbnRpY29ucywgSW5jLiAtLT48cGF0aCBkPSJNNjQgMzJDMjguNyAzMiAwIDYwLjcgMCA5NlY0MTZjMCAzNS4zIDI4LjcgNjQgNjQgNjRIMzg0YzM1LjMgMCA2NC0yOC43IDY0LTY0Vjk2YzAtMzUuMy0yOC43LTY0LTY0LTY0SDY0em04OCAyMDBIMjk2YzEzLjMgMCAyNCAxMC43IDI0IDI0cy0xMC43IDI0LTI0IDI0SDE1MmMtMTMuMyAwLTI0LTEwLjctMjQtMjRzMTAuNy0yNCAyNC0yNHoiLz48L3N2Zz4=",minus:"PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0NDggNTEyIj48IS0tISBGb250IEF3ZXNvbWUgRnJlZSA2LjEuMiBieSBAZm9udGF3ZXNvbWUgLSBodHRwczovL2ZvbnRhd2Vzb21lLmNvbSBMaWNlbnNlIC0gaHR0cHM6Ly9mb250YXdlc29tZS5jb20vbGljZW5zZS9mcmVlIChJY29uczogQ0MgQlkgNC4wLCBGb250czogU0lMIE9GTCAxLjEsIENvZGU6IE1JVCBMaWNlbnNlKSBDb3B5cmlnaHQgMjAyMiBGb250aWNvbnMsIEluYy4gLS0+PHBhdGggZD0iTTQwMCAyODhoLTM1MmMtMTcuNjkgMC0zMi0xNC4zMi0zMi0zMi4wMXMxNC4zMS0zMS45OSAzMi0zMS45OWgzNTJjMTcuNjkgMCAzMiAxNC4zIDMyIDMxLjk5UzQxNy43IDI4OCA0MDAgMjg4eiIvPjwvc3ZnPg==",plus:"PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0NDggNTEyIj48IS0tISBGb250IEF3ZXNvbWUgRnJlZSA2LjEuMiBieSBAZm9udGF3ZXNvbWUgLSBodHRwczovL2ZvbnRhd2Vzb21lLmNvbSBMaWNlbnNlIC0gaHR0cHM6Ly9mb250YXdlc29tZS5jb20vbGljZW5zZS9mcmVlIChJY29uczogQ0MgQlkgNC4wLCBGb250czogU0lMIE9GTCAxLjEsIENvZGU6IE1JVCBMaWNlbnNlKSBDb3B5cmlnaHQgMjAyMiBGb250aWNvbnMsIEluYy4gLS0+PHBhdGggZD0iTTQzMiAyNTZjMCAxNy42OS0xNC4zMyAzMi4wMS0zMiAzMi4wMUgyNTZ2MTQ0YzAgMTcuNjktMTQuMzMgMzEuOTktMzIgMzEuOTlzLTMyLTE0LjMtMzItMzEuOTl2LTE0NEg0OGMtMTcuNjcgMC0zMi0xNC4zMi0zMi0zMi4wMXMxNC4zMy0zMS45OSAzMi0zMS45OUgxOTJ2LTE0NGMwLTE3LjY5IDE0LjMzLTMyLjAxIDMyLTMyLjAxczMyIDE0LjMyIDMyIDMyLjAxdjE0NGgxNDRDNDE3LjcgMjI0IDQzMiAyMzguMyA0MzIgMjU2eiIvPjwvc3ZnPg==","caret-down":"PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMjAgNTEyIj48IS0tISBGb250IEF3ZXNvbWUgUHJvIDYuMi4xIGJ5IEBmb250YXdlc29tZSAtIGh0dHBzOi8vZm9udGF3ZXNvbWUuY29tIExpY2Vuc2UgLSBodHRwczovL2ZvbnRhd2Vzb21lLmNvbS9saWNlbnNlIChDb21tZXJjaWFsIExpY2Vuc2UpIENvcHlyaWdodCAyMDIyIEZvbnRpY29ucywgSW5jLiAtLT48cGF0aCBkPSJNMTM3LjQgMzc0LjZjMTIuNSAxMi41IDMyLjggMTIuNSA0NS4zIDBsMTI4LTEyOGM5LjItOS4yIDExLjktMjIuOSA2LjktMzQuOXMtMTYuNi0xOS44LTI5LjYtMTkuOEwzMiAxOTJjLTEyLjkgMC0yNC42IDcuOC0yOS42IDE5LjhzLTIuMiAyNS43IDYuOSAzNC45bDEyOCAxMjh6Ii8+PC9zdmc+",hourglass:"PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iMWVtIiB2aWV3Qm94PSIwIDAgMzg0IDUxMiI+PCEtLSEgRm9udCBBd2Vzb21lIEZyZWUgNi40LjAgYnkgQGZvbnRhd2Vzb21lIC0gaHR0cHM6Ly9mb250YXdlc29tZS5jb20gTGljZW5zZSAtIGh0dHBzOi8vZm9udGF3ZXNvbWUuY29tL2xpY2Vuc2UgKENvbW1lcmNpYWwgTGljZW5zZSkgQ29weXJpZ2h0IDIwMjMgRm9udGljb25zLCBJbmMuIC0tPjxwYXRoIGQ9Ik0wIDMyQzAgMTQuMyAxNC4zIDAgMzIgMEg2NCAzMjBoMzJjMTcuNyAwIDMyIDE0LjMgMzIgMzJzLTE0LjMgMzItMzIgMzJWNzVjMCA0Mi40LTE2LjkgODMuMS00Ni45IDExMy4xTDIzNy4zIDI1Nmw2Ny45IDY3LjljMzAgMzAgNDYuOSA3MC43IDQ2LjkgMTEzLjF2MTFjMTcuNyAwIDMyIDE0LjMgMzIgMzJzLTE0LjMgMzItMzIgMzJIMzIwIDY0IDMyYy0xNy43IDAtMzItMTQuMy0zMi0zMnMxNC4zLTMyIDMyLTMyVjQzN2MwLTQyLjQgMTYuOS04My4xIDQ2LjktMTEzLjFMMTQ2LjcgMjU2IDc4LjkgMTg4LjFDNDguOSAxNTguMSAzMiAxMTcuNCAzMiA3NVY2NEMxNC4zIDY0IDAgNDkuNyAwIDMyek05NiA2NFY3NWMwIDI1LjUgMTAuMSA0OS45IDI4LjEgNjcuOUwxOTIgMjEwLjdsNjcuOS02Ny45YzE4LTE4IDI4LjEtNDIuNCAyOC4xLTY3LjlWNjRIOTZ6bTAgMzg0SDI4OFY0MzdjMC0yNS41LTEwLjEtNDkuOS0yOC4xLTY3LjlMMTkyIDMwMS4zbC02Ny45IDY3LjljLTE4IDE4LTI4LjEgNDIuNC0yOC4xIDY3Ljl2MTF6Ii8+PC9zdmc+"};var Dd=function(t,e,i,o){var n,r=arguments.length,s=r<3?e:null===o?o=Object.getOwnPropertyDescriptor(e,i):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)s=Reflect.decorate(t,e,i,o);else for(var a=t.length-1;a>=0;a--)(n=t[a])&&(s=(r<3?n(s):r>3?n(e,i,s):n(e,i))||s);return r>3&&s&&Object.defineProperty(e,i,s),s};const Nd=qn`
479
496
  :host {
480
497
  box-sizing: border-box;
481
498
  width: ${W.EXPANDER_SIZE}px;
@@ -495,22 +512,22 @@
495
512
  border-color: var(--og-accent-color);
496
513
  color: var(--og-accent-color);
497
514
  }
498
- `;class Hd extends Event{get collapsed(){return"closed"==this.state}get closed(){return!this.collapsed}constructor(t){super("toggle",{bubbles:!1,cancelable:!0,composed:!0}),this.state=t}}class Td extends Hd{constructor(t){super(),this.level=t}}let Ad=class extends Kr{constructor(){super(),this.toggle=()=>this.state="closed"==this.state?"open":"closed",this.render=()=>Hr`
515
+ `;class Pd extends Event{get collapsed(){return"closed"==this.state}get closed(){return!this.collapsed}constructor(t){super("toggle",{bubbles:!1,cancelable:!0,composed:!0}),this.state=t}}class jd extends Pd{constructor(t){super(),this.level=t}}let Vd=class extends Kr{constructor(){super(),this.toggle=()=>this.state="closed"==this.state?"open":"closed",this.render=()=>Hr`
499
516
  <div class="${"closed"==this.state?"plus":"minus"}"></div>
500
- `,this.addEventListener("mousedown",(t=>t.stopPropagation())),this.addEventListener("pointerdown",(t=>t.stopPropagation())),this.addEventListener("dblclick",(t=>t.stopPropagation())),this.addEventListener("click",(()=>{this.toggle(),this.dispatchEvent(new Hd(this.state))}))}};Ad.styles=[Id,qn`
517
+ `,this.addEventListener("mousedown",(t=>t.stopPropagation())),this.addEventListener("pointerdown",(t=>t.stopPropagation())),this.addEventListener("dblclick",(t=>t.stopPropagation())),this.addEventListener("click",(()=>{this.toggle(),this.dispatchEvent(new Pd(this.state))}))}};Vd.styles=[Nd,qn`
501
518
  :host([state="closed"]) > div {
502
- mask-image: url(data:image/svg+xml;base64,${Gn(Ld.plus)});
503
- -webkit-mask-image: url(data:image/svg+xml;base64,${Gn(Ld.plus)});
519
+ mask-image: url(data:image/svg+xml;base64,${Gn($d.plus)});
520
+ -webkit-mask-image: url(data:image/svg+xml;base64,${Gn($d.plus)});
504
521
  }
505
522
 
506
523
  :host([state="open"]) > div {
507
- mask-image: url(data:image/svg+xml;base64,${Gn(Ld.minus)});
508
- -webkit-mask-image: url(data:image/svg+xml;base64,${Gn(Ld.minus)});
524
+ mask-image: url(data:image/svg+xml;base64,${Gn($d.minus)});
525
+ -webkit-mask-image: url(data:image/svg+xml;base64,${Gn($d.minus)});
509
526
  }
510
527
 
511
528
  :host([state="waiting"]) > div {
512
- mask-image: url(data:image/svg+xml;base64,${Gn(Ld.hourglass)});
513
- -webkit-mask-image: url(data:image/svg+xml;base64,${Gn(Ld.hourglass)});
529
+ mask-image: url(data:image/svg+xml;base64,${Gn($d.hourglass)});
530
+ -webkit-mask-image: url(data:image/svg+xml;base64,${Gn($d.hourglass)});
514
531
  -webkit-mask-size: 50%;
515
532
  mask-size: 50%;
516
533
  }
@@ -530,14 +547,14 @@
530
547
  mask-size: 70%;
531
548
  background-color: var(--og-expander-color);
532
549
  }
533
- `],Rd([os({type:String,reflect:!0})],Ad.prototype,"state",void 0),Rd([os({type:String})],Ad.prototype,"collapsedImage",void 0),Rd([os({type:String})],Ad.prototype,"expandedImage",void 0),Ad=Rd([ts("og-expander")],Ad);let Od=class extends Kr{render(){return Hr`<div>${this.level}</div>`}constructor(){super(),this.addEventListener("mousedown",(t=>t.stopPropagation())),this.addEventListener("pointerdown",(t=>t.stopPropagation())),this.addEventListener("dblclick",(t=>t.stopPropagation())),this.addEventListener("click",(()=>{this.dispatchEvent(new Td(this.level))}))}};Od.styles=[Id,qn`
550
+ `],Dd([os({type:String,reflect:!0})],Vd.prototype,"state",void 0),Dd([os({type:String})],Vd.prototype,"collapsedImage",void 0),Dd([os({type:String})],Vd.prototype,"expandedImage",void 0),Vd=Dd([ts("og-expander")],Vd);let Bd=class extends Kr{render(){return Hr`<div>${this.level}</div>`}constructor(){super(),this.addEventListener("mousedown",(t=>t.stopPropagation())),this.addEventListener("pointerdown",(t=>t.stopPropagation())),this.addEventListener("dblclick",(t=>t.stopPropagation())),this.addEventListener("click",(()=>{this.dispatchEvent(new jd(this.level))}))}};Bd.styles=[Nd,qn`
534
551
  div {
535
552
  width: 100%;
536
553
  height: 100%;
537
554
  font-size: 10px;
538
555
  line-height: 12px;
539
556
  }
540
- `],Rd([os({type:Number})],Od.prototype,"level",void 0),Od=Rd([ts("og-levelexpander")],Od);var $d,Dd=function(t,e,i,o){var n,r=arguments.length,s=r<3?e:null===o?o=Object.getOwnPropertyDescriptor(e,i):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)s=Reflect.decorate(t,e,i,o);else for(var a=t.length-1;a>=0;a--)(n=t[a])&&(s=(r<3?n(s):r>3?n(e,i,s):n(e,i))||s);return r>3&&s&&Object.defineProperty(e,i,s),s};let Nd=$d=class extends Kr{constructor(){super(...arguments),this._icon={icon:"question-circle"},this.fixedWidth=!1,this.render=()=>this.icon?this._icon.statusIcon?Hr`
557
+ `],Dd([os({type:Number})],Bd.prototype,"level",void 0),Bd=Dd([ts("og-levelexpander")],Bd);var Fd,Wd=function(t,e,i,o){var n,r=arguments.length,s=r<3?e:null===o?o=Object.getOwnPropertyDescriptor(e,i):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)s=Reflect.decorate(t,e,i,o);else for(var a=t.length-1;a>=0;a--)(n=t[a])&&(s=(r<3?n(s):r>3?n(e,i,s):n(e,i))||s);return r>3&&s&&Object.defineProperty(e,i,s),s};let Ud=Fd=class extends Kr{constructor(){super(...arguments),this._icon={icon:"question-circle"},this.fixedWidth=!1,this.render=()=>this.icon?this._icon.statusIcon?Hr`
541
558
  <og-fa-layers .size="${this._icon.size}" ?fixedWidth="${this.fixedWidth}">
542
559
  <og-fa-icon
543
560
  .icon="${this.mainIcon}"
@@ -561,17 +578,17 @@
561
578
  </og-fa-icon>
562
579
  `:Hr`
563
580
  <og-fa-icon .size="${this._icon.size}" ?fixedWidth="${this.fixedWidth}"></og-fa-icon>
564
- `}get iconSet(){return $d.defaultIconSet||Rh.styleDefault}get statusIconSet(){return $d.defaultStatusIconSet||Rh.styleDefault}set icon(t){this._icon=q(t)?t:{icon:t},this.requestUpdate()}get icon(){return this._icon}get mainIcon(){return Array.isArray(this._icon.icon)?this._icon.icon:[this.iconSet,this._icon.icon]}get statusIcon(){return Array.isArray(this._icon.statusIcon)?this._icon.statusIcon:[this.iconSet,this._icon.statusIcon]}};Nd.styles=qn`
581
+ `}get iconSet(){return Fd.defaultIconSet||Rh.styleDefault}get statusIconSet(){return Fd.defaultStatusIconSet||Rh.styleDefault}set icon(t){this._icon=q(t)?t:{icon:t},this.requestUpdate()}get icon(){return this._icon}get mainIcon(){return Array.isArray(this._icon.icon)?this._icon.icon:[this.iconSet,this._icon.icon]}get statusIcon(){return Array.isArray(this._icon.statusIcon)?this._icon.statusIcon:[this.iconSet,this._icon.statusIcon]}};Ud.styles=qn`
565
582
  .status-icon {
566
583
  color: var(--og-accent-color);
567
584
  }
568
- `,Dd([os({type:Boolean})],Nd.prototype,"fixedWidth",void 0),Dd([os()],Nd.prototype,"icon",null),Nd=$d=Dd([ts(`${W.PREFIX}-icon`)],Nd);var Pd=function(t,e,i,o){var n,r=arguments.length,s=r<3?e:null===o?o=Object.getOwnPropertyDescriptor(e,i):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)s=Reflect.decorate(t,e,i,o);else for(var a=t.length-1;a>=0;a--)(n=t[a])&&(s=(r<3?n(s):r>3?n(e,i,s):n(e,i))||s);return r>3&&s&&Object.defineProperty(e,i,s),s};let jd=class extends Kr{constructor(){super(),this._onInput=t=>{this.value=t.target.value},this.render=()=>Hr`
585
+ `,Wd([os({type:Boolean})],Ud.prototype,"fixedWidth",void 0),Wd([os()],Ud.prototype,"icon",null),Ud=Fd=Wd([ts(`${W.PREFIX}-icon`)],Ud);var Gd=function(t,e,i,o){var n,r=arguments.length,s=r<3?e:null===o?o=Object.getOwnPropertyDescriptor(e,i):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)s=Reflect.decorate(t,e,i,o);else for(var a=t.length-1;a>=0;a--)(n=t[a])&&(s=(r<3?n(s):r>3?n(e,i,s):n(e,i))||s);return r>3&&s&&Object.defineProperty(e,i,s),s};let qd=class extends Kr{constructor(){super(),this._onInput=t=>{this.value=t.target.value},this.render=()=>Hr`
569
586
  <input
570
587
  type="text"
571
588
  .value="${this.value||""}"
572
589
  @input="${this._onInput}"
573
590
  @change="${()=>this.dispatchEvent(new Ln({value:this.input.value}))}">
574
- `,this.tabIndex=1,this.addEventListener("focus",(()=>this.input.focus()))}focus(){this.input?.focus()}selectAll(){this.input?.select()}};jd.styles=[qn`
591
+ `,this.tabIndex=1,this.addEventListener("focus",(()=>this.input.focus()))}focus(){this.input?.focus()}selectAll(){this.input?.select()}};qd.styles=[qn`
575
592
  :host {
576
593
  color: var(--og-colortype-gray-text-color);
577
594
  background-color: var(--og-colortype-gray-background-color);
@@ -592,7 +609,7 @@
592
609
  width: 100%;
593
610
  height: 100%;
594
611
  }
595
- `],Pd([os({type:String})],jd.prototype,"value",void 0),Pd([ss("input")],jd.prototype,"input",void 0),jd=Pd([ts("og-input")],jd);const Vd=qn`
612
+ `],Gd([os({type:String})],qd.prototype,"value",void 0),Gd([ss("input")],qd.prototype,"input",void 0),qd=Gd([ts("og-input")],qd);const Yd=qn`
596
613
  :host {
597
614
  display: inline-block;
598
615
  background-color: var(--og-colortype-gray-background-color);
@@ -661,7 +678,7 @@
661
678
  border: none;
662
679
  }
663
680
 
664
- `;var Bd=function(t,e,i,o){var n,r=arguments.length,s=r<3?e:null===o?o=Object.getOwnPropertyDescriptor(e,i):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)s=Reflect.decorate(t,e,i,o);else for(var a=t.length-1;a>=0;a--)(n=t[a])&&(s=(r<3?n(s):r>3?n(e,i,s):n(e,i))||s);return r>3&&s&&Object.defineProperty(e,i,s),s};let Fd=class extends Kr{constructor(){super(),this.disabled=!1,this.extensions=null,this.dragging=!1,this.dropping=!1,this._onWindowDragOver=t=>{t.preventDefault(),this.dragging=!0},this._onWindowDragLeave=t=>{t.preventDefault(),this.dragging=!1},this._onWindowDrop=t=>{t.preventDefault(),this.dragging=!1},this._onDragOver=t=>{t.preventDefault(),this.dropping=!0},this._onDragLeave=t=>{t.preventDefault(),this.dropping=!1},this._onDrop=t=>{t.preventDefault(),this.dropping=!1,t.dataTransfer.files.length&&this.updateValue(t.dataTransfer.files[0])},this._onClick=()=>{this.disabled||this.input.click()},this.render=()=>Hr`
681
+ `;var Zd=function(t,e,i,o){var n,r=arguments.length,s=r<3?e:null===o?o=Object.getOwnPropertyDescriptor(e,i):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)s=Reflect.decorate(t,e,i,o);else for(var a=t.length-1;a>=0;a--)(n=t[a])&&(s=(r<3?n(s):r>3?n(e,i,s):n(e,i))||s);return r>3&&s&&Object.defineProperty(e,i,s),s};let Xd=class extends Kr{constructor(){super(),this.disabled=!1,this.extensions=null,this.dragging=!1,this.dropping=!1,this._onWindowDragOver=t=>{t.preventDefault(),this.dragging=!0},this._onWindowDragLeave=t=>{t.preventDefault(),this.dragging=!1},this._onWindowDrop=t=>{t.preventDefault(),this.dragging=!1},this._onDragOver=t=>{t.preventDefault(),this.dropping=!0},this._onDragLeave=t=>{t.preventDefault(),this.dropping=!1},this._onDrop=t=>{t.preventDefault(),this.dropping=!1,t.dataTransfer.files.length&&this.updateValue(t.dataTransfer.files[0])},this._onClick=()=>{this.disabled||this.input.click()},this.render=()=>Hr`
665
682
  <input type="file" ?disabled="${this.disabled}" @change="${()=>{this.updateValue(this.input.files.length?this.input.files[0]:null)}}">
666
683
  ${this.dragging?Hr`
667
684
  <div class="drop ${this.dropping?"dropping":""}">${fo("Drop file here")}</div>
@@ -679,7 +696,7 @@
679
696
  `:""}
680
697
  </div>
681
698
  `}
682
- `,this.tabIndex=1,this.addEventListener("click",this._onClick),this.addEventListener("dragover",this._onDragOver),this.addEventListener("dragleave",this._onDragLeave),this.addEventListener("drop",this._onDrop)}willUpdate(t){t.has("extensions")&&Z(this.extensions)&&(this.extensions=this.extensions.split(",").map((t=>t.trim())))}connectedCallback(){super.connectedCallback(),window.addEventListener("dragover",this._onWindowDragOver),window.addEventListener("dragleave",this._onWindowDragLeave),window.addEventListener("drop",this._onWindowDrop)}disconnectedCallback(){window.removeEventListener("dragover",this._onWindowDragOver),window.removeEventListener("dragleave",this._onWindowDragLeave),window.removeEventListener("drop",this._onWindowDrop)}updateValue(t){this.extensions&&t&&!this.extensions.includes(t.name.split(".").pop())||(this.value=t,this.input.value="",this.dispatchEvent(new Ln({value:this.value})))}};Fd.styles=[Vd],Bd([os({type:Boolean,reflect:!0})],Fd.prototype,"disabled",void 0),Bd([os({type:Object})],Fd.prototype,"value",void 0),Bd([ss("input")],Fd.prototype,"input",void 0),Bd([os()],Fd.prototype,"extensions",void 0),Bd([ns()],Fd.prototype,"dragging",void 0),Bd([ns()],Fd.prototype,"dropping",void 0),Fd=Bd([ts("og-fileinput")],Fd);const Wd=qn`
699
+ `,this.tabIndex=1,this.addEventListener("click",this._onClick),this.addEventListener("dragover",this._onDragOver),this.addEventListener("dragleave",this._onDragLeave),this.addEventListener("drop",this._onDrop)}willUpdate(t){t.has("extensions")&&Z(this.extensions)&&(this.extensions=this.extensions.split(",").map((t=>t.trim())))}connectedCallback(){super.connectedCallback(),window.addEventListener("dragover",this._onWindowDragOver),window.addEventListener("dragleave",this._onWindowDragLeave),window.addEventListener("drop",this._onWindowDrop)}disconnectedCallback(){window.removeEventListener("dragover",this._onWindowDragOver),window.removeEventListener("dragleave",this._onWindowDragLeave),window.removeEventListener("drop",this._onWindowDrop)}updateValue(t){this.extensions&&t&&!this.extensions.includes(t.name.split(".").pop())||(this.value=t,this.input.value="",this.dispatchEvent(new Ln({value:this.value})))}};Xd.styles=[Yd],Zd([os({type:Boolean,reflect:!0})],Xd.prototype,"disabled",void 0),Zd([os({type:Object})],Xd.prototype,"value",void 0),Zd([ss("input")],Xd.prototype,"input",void 0),Zd([os()],Xd.prototype,"extensions",void 0),Zd([ns()],Xd.prototype,"dragging",void 0),Zd([ns()],Xd.prototype,"dropping",void 0),Xd=Zd([ts("og-fileinput")],Xd);const Qd=qn`
683
700
  :host {
684
701
  background-color: var(--og-colortype-gray-background-color);
685
702
  border: 1px solid var(--og-colortype-gray-border-color);
@@ -725,7 +742,7 @@
725
742
  text-align: center;
726
743
  width: 16px;
727
744
  }
728
- `;var Ud=function(t,e,i,o){var n,r=arguments.length,s=r<3?e:null===o?o=Object.getOwnPropertyDescriptor(e,i):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)s=Reflect.decorate(t,e,i,o);else for(var a=t.length-1;a>=0;a--)(n=t[a])&&(s=(r<3?n(s):r>3?n(e,i,s):n(e,i))||s);return r>3&&s&&Object.defineProperty(e,i,s),s};let Gd=class extends Kr{get formatter(){return this._formatter||(this._formatter=qo(this.locale,this.format)),this._formatter}get editingFormatter(){return this._editingFormatter||(this._editingFormatter=Intl.NumberFormat(this.locale,{useGrouping:!1,maximumFractionDigits:20}).format),this._editingFormatter}get formattedValue(){return null==this.value?"":this.editing?this.editingFormatter(this.value):this.formatter(this.value)}get hasButtons(){return this.buttons&&!this.disabled}resetFormatters(){this._formatter=null,this._editingFormatter=null}willUpdate(t){(t.has("locale")||t.has("format"))&&this.resetFormatters(),t.has("value")&&(this.isValidNumber(this.value)||(this.value=t.get("value")))}constructor(){super(),this.format=W.DEFAULT_NUMBER_FORMAT,this.locale=uo(),this.disabled=!1,this.buttons=!1,this.increment=1,this.editing=!1,this._onKeyDown=t=>{["ArrowUp","ArrowDown"].includes(t.key)&&(t.preventDefault(),this.inc("ArrowUp"==t.key?this.increment:-this.increment),this._dispatchChangeEvent())},this._onInput=t=>{if(/^-?(0|[1-9]\d*)([,.]\d*)?$/.test(this.input.value))this.value=parseFloat(this.input.value.replace(",","."));else if(""==this.input.value)this.value=null;else{const e=this.input.selectionStart-(t.data?.length||0);this.input.value=this.formattedValue,this.input.selectionStart=this.input.selectionEnd=e}this.input.value!=this._lastInputValue&&(this._lastInputValue=this.input.value,this.dispatchEvent(new InputEvent("input",t)))},this._onFocus=()=>{this._lastValue=this.value,this.editing=!0},this._onBlur=()=>{this.editing=!1,this._dispatchChangeEvent()},this._onButtonClick=t=>{t.stopPropagation(),this.inc(parseFloat(t.target.dataset.increment)),this._dispatchChangeEvent()},this.render=()=>Hr`
745
+ `;var Kd=function(t,e,i,o){var n,r=arguments.length,s=r<3?e:null===o?o=Object.getOwnPropertyDescriptor(e,i):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)s=Reflect.decorate(t,e,i,o);else for(var a=t.length-1;a>=0;a--)(n=t[a])&&(s=(r<3?n(s):r>3?n(e,i,s):n(e,i))||s);return r>3&&s&&Object.defineProperty(e,i,s),s};let Jd=class extends Kr{get formatter(){return this._formatter||(this._formatter=qo(this.locale,this.format)),this._formatter}get editingFormatter(){return this._editingFormatter||(this._editingFormatter=Intl.NumberFormat(this.locale,{useGrouping:!1,maximumFractionDigits:20}).format),this._editingFormatter}get formattedValue(){return null==this.value?"":this.editing?this.editingFormatter(this.value):this.formatter(this.value)}get hasButtons(){return this.buttons&&!this.disabled}resetFormatters(){this._formatter=null,this._editingFormatter=null}willUpdate(t){(t.has("locale")||t.has("format"))&&this.resetFormatters(),t.has("value")&&(this.isValidNumber(this.value)||(this.value=t.get("value")))}constructor(){super(),this.format=W.DEFAULT_NUMBER_FORMAT,this.locale=uo(),this.disabled=!1,this.buttons=!1,this.increment=1,this.editing=!1,this._onKeyDown=t=>{["ArrowUp","ArrowDown"].includes(t.key)&&(t.preventDefault(),this.inc("ArrowUp"==t.key?this.increment:-this.increment),this._dispatchChangeEvent())},this._onInput=t=>{if(/^-?(0|[1-9]\d*)([,.]\d*)?$/.test(this.input.value))this.value=parseFloat(this.input.value.replace(",","."));else if(""==this.input.value)this.value=null;else{const e=this.input.selectionStart-(t.data?.length||0);this.input.value=this.formattedValue,this.input.selectionStart=this.input.selectionEnd=e}this.input.value!=this._lastInputValue&&(this._lastInputValue=this.input.value,this.dispatchEvent(new InputEvent("input",t)))},this._onFocus=()=>{this._lastValue=this.value,this.editing=!0},this._onBlur=()=>{this.editing=!1,this._dispatchChangeEvent()},this._onButtonClick=t=>{t.stopPropagation(),this.inc(parseFloat(t.target.dataset.increment)),this._dispatchChangeEvent()},this.render=()=>Hr`
729
746
  <div>
730
747
  ${this.hasButtons?Hr`
731
748
  <og-button
@@ -754,7 +771,7 @@
754
771
  </og-button>
755
772
  `:null}
756
773
  </div>
757
- `,this.tabIndex=1}focus(){this.input?.focus()}inc(t=this.increment){const e=(this.value||0)+t;this.isValidNumber(e)&&(this.value=e)}_dispatchChangeEvent(){this.value!=this._lastValue&&(this._lastValue=this.value,this.dispatchEvent(new Event("change")))}isValidNumber(t){return(null==this.min||t>=this.min)&&(null==this.max||t<=this.max)}};Gd.styles=[Wd],Ud([os({type:String})],Gd.prototype,"format",void 0),Ud([os({type:Number})],Gd.prototype,"value",void 0),Ud([os({type:Number})],Gd.prototype,"min",void 0),Ud([os({type:Number})],Gd.prototype,"max",void 0),Ud([os({type:String})],Gd.prototype,"locale",void 0),Ud([os({type:Boolean})],Gd.prototype,"disabled",void 0),Ud([os({type:Boolean})],Gd.prototype,"buttons",void 0),Ud([os({type:Number})],Gd.prototype,"increment",void 0),Ud([ss("input")],Gd.prototype,"input",void 0),Ud([ns()],Gd.prototype,"editing",void 0),Gd=Ud([ts("og-numericinput")],Gd);const qd=qn`
774
+ `,this.tabIndex=1}focus(){this.input?.focus()}inc(t=this.increment){const e=(this.value||0)+t;this.isValidNumber(e)&&(this.value=e)}_dispatchChangeEvent(){this.value!=this._lastValue&&(this._lastValue=this.value,this.dispatchEvent(new Event("change")))}isValidNumber(t){return(null==this.min||t>=this.min)&&(null==this.max||t<=this.max)}};Jd.styles=[Qd],Kd([os({type:String})],Jd.prototype,"format",void 0),Kd([os({type:Number})],Jd.prototype,"value",void 0),Kd([os({type:Number})],Jd.prototype,"min",void 0),Kd([os({type:Number})],Jd.prototype,"max",void 0),Kd([os({type:String})],Jd.prototype,"locale",void 0),Kd([os({type:Boolean})],Jd.prototype,"disabled",void 0),Kd([os({type:Boolean})],Jd.prototype,"buttons",void 0),Kd([os({type:Number})],Jd.prototype,"increment",void 0),Kd([ss("input")],Jd.prototype,"input",void 0),Kd([ns()],Jd.prototype,"editing",void 0),Jd=Kd([ts("og-numericinput")],Jd);const tu=qn`
758
775
  * {
759
776
  box-sizing: border-box;
760
777
  }
@@ -786,7 +803,7 @@
786
803
  left: 0;
787
804
  width: 100%;
788
805
  }
789
- `;var Yd,Zd=function(t,e,i,o){var n,r=arguments.length,s=r<3?e:null===o?o=Object.getOwnPropertyDescriptor(e,i):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)s=Reflect.decorate(t,e,i,o);else for(var a=t.length-1;a>=0;a--)(n=t[a])&&(s=(r<3?n(s):r>3?n(e,i,s):n(e,i))||s);return r>3&&s&&Object.defineProperty(e,i,s),s};!function(t){t.Enter="enter",t.Click="click",t.Arrow="arrow"}(Yd||(Yd={}));class Xd extends Event{constructor(t,e,i,o){super(t,{bubbles:!0,composed:!0}),this.trigger=e,this.index=i,this.elm=o}}class Qd extends PointerEvent{constructor(t,e,i){super(`list.${t}`,e),Object.assign(this,i)}}let Kd=class extends Kr{get selectedIndex(){return this._selectedIndex}set selectedIndex(t){this._selectedIndex=t}get container(){return this.containerRef?.value}get scrollContainer(){return this.scrollContainerRef?.value}get itemContainer(){return this.itemContainerRef?.value}get offset(){return this._offset}set offset(t){this._offset=t,this.requestRender()}constructor(){super(),this._selectedIndex=-1,this.itemHeight=W.LIST_ITEM_HEIGHT,this.dynamicItemHeight=!1,this.lineHeight=null,this.nativeHeight=!1,this.arrowEvents=!1,this.disabledSelect=!1,this.disabledFocus=!1,this.maxHeight=null,this.items=new Map,this.containerRef=Ph(),this.scrollContainerRef=Ph(),this.itemContainerRef=Ph(),this.scrolling=!1,this.renderEvent=new Ys("render",{bubbles:!0,composed:!0}),this.itemHeights=new Map,this.measuredWidths=new Map,this._offset=0,this.keyActions={ArrowUp:()=>this.moveUp(),PageUp:()=>this.moveUp(this.pageSize),ArrowDown:()=>this.moveDown(),PageDown:()=>this.moveDown(this.pageSize),Enter:()=>this._selectedIndex>-1?this.select(this._selectedIndex,Yd.Enter):null},this.render=()=>{const t=this.normalizedItemStyle;return Hr`
806
+ `;var eu,iu=function(t,e,i,o){var n,r=arguments.length,s=r<3?e:null===o?o=Object.getOwnPropertyDescriptor(e,i):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)s=Reflect.decorate(t,e,i,o);else for(var a=t.length-1;a>=0;a--)(n=t[a])&&(s=(r<3?n(s):r>3?n(e,i,s):n(e,i))||s);return r>3&&s&&Object.defineProperty(e,i,s),s};!function(t){t.Enter="enter",t.Click="click",t.Arrow="arrow"}(eu||(eu={}));class ou extends Event{constructor(t,e,i,o){super(t,{bubbles:!0,composed:!0}),this.trigger=e,this.index=i,this.elm=o}}class nu extends PointerEvent{constructor(t,e,i){super(`list.${t}`,e),Object.assign(this,i)}}let ru=class extends Kr{get selectedIndex(){return this._selectedIndex}set selectedIndex(t){this._selectedIndex=t}get container(){return this.containerRef?.value}get scrollContainer(){return this.scrollContainerRef?.value}get itemContainer(){return this.itemContainerRef?.value}get offset(){return this._offset}set offset(t){this._offset=t,this.requestRender()}constructor(){super(),this._selectedIndex=-1,this.itemHeight=W.LIST_ITEM_HEIGHT,this.dynamicItemHeight=!1,this.lineHeight=null,this.nativeHeight=!1,this.arrowEvents=!1,this.disabledSelect=!1,this.disabledFocus=!1,this.maxHeight=null,this.items=new Map,this.containerRef=Ph(),this.scrollContainerRef=Ph(),this.itemContainerRef=Ph(),this.scrolling=!1,this.renderEvent=new Ys("render",{bubbles:!0,composed:!0}),this.itemHeights=new Map,this.measuredWidths=new Map,this._offset=0,this.keyActions={ArrowUp:()=>this.moveUp(),PageUp:()=>this.moveUp(this.pageSize),ArrowDown:()=>this.moveDown(),PageDown:()=>this.moveDown(this.pageSize),Enter:()=>this._selectedIndex>-1?this.select(this._selectedIndex,eu.Enter):null},this.render=()=>{const t=this.normalizedItemStyle;return Hr`
790
807
  <og-container ${Bh(this.containerRef)}>
791
808
  <div slot="content" style="position: relative; height: ${this.scrollHeight}px" ${Bh(this.scrollContainerRef)}>
792
809
  <style>${Object.getPrototypeOf(this).constructor.contentStyles}</style>
@@ -794,12 +811,12 @@
794
811
  <div class="item-container" ${Bh(this.itemContainerRef)}></div>
795
812
  </div>
796
813
  </og-container>
797
- `}}get pageSize(){return Math.floor(this.containerRef.value.offsetHeight/this.itemHeight)}get calculatedHeight(){return Math.min(this.maxHeight??this.parentElement?.clientHeight??0,this.itemHeight*this.size)}reset(){this.items.clear(),this.offset=0,this.itemHeights.clear()}scrollToOffset(t){this.containerRef.value.scrollVerticalTo(t),this.offset=t}scrollToIndex(t){this.scrollToOffset(this.calculateItemContainerOffset(t))}scrollToView(t){if(!t||Et(t,this.containerRef.value).top<0){const t=this._selectedIndex==this.size-1?(this._selectedIndex+1)*this.itemHeight-this.containerRef.value.clientHeight:this._selectedIndex*this.itemHeight;this.containerRef.value.scrollVerticalTo(t),this.offset=t}else if(Et(t,this.containerRef.value).top+this.itemHeight>this.containerRef.value.offsetHeight){const t=0==this._selectedIndex?0:(this._selectedIndex+1)*this.itemHeight-this.containerRef.value.clientHeight;this.containerRef.value.scrollVerticalTo(t),this.offset=t}}moveUp(t=1){0!=this.size&&(this._selectedIndex=this._selectedIndex??0,this.select(this._selectedIndex-t,Yd.Arrow),this.scrollToView(this.items.get(this._selectedIndex)))}moveDown(t=1){0!=this.size&&(this._selectedIndex=this._selectedIndex??0,this.select(this._selectedIndex+t,Yd.Arrow),this.scrollToView(this.items.get(this._selectedIndex)))}deselect(){this._selectedIndex>=0&&this.items.has(this._selectedIndex)&&this.items.get(this._selectedIndex).classList.remove("selected"),this._selectedIndex=-1}select(t,e=null,i=null){this.deselect(),t=(t=t>=this.size?0:t)<0?this.size-1:t,this.items.has(t)&&this.getItem(t).classList.add("selected"),this._selectedIndex=t,e&&(e!=Yd.Arrow||this.arrowEvents)&&(this.dispatchEvent(new Xd("select",e,t,i)),this.dispatchEvent(new Xd("list.select",e,t,i)))}getItem(t){if(!this.items.has(t)){const e=gt("div");if(e.index=t,St(e,["item",t==this._selectedIndex?"selected":null]),this.dynamicItemHeight||(Ht(e,{h:this.itemHeight}),e.style.lineHeight=Rt(this.lineHeight??this.itemHeight)),this.itemRenderer){const i=this.itemRenderer(e,t);Z(i)?e.innerHTML=i:i&&(xt(e),Qr(i,e))}else e.innerHTML=`item-${t}`;this.dynamicItemHeight&&this.itemHeights.get(t)!=e.offsetHeight&&this.itemHeights.set(t,null),this.items.set(t,e)}return this.items.get(t)}firstUpdated(){this.addEventListener("keydown",(t=>{if(this.disabledSelect)return;const e=this.keyActions[t.key];e&&e()})),this.container.addEventListener("verticalscroll",(t=>{this.offset=t.value})),Mt(this.container,"mousedown",".item",((t,e)=>{if(!this.disabledSelect&&!this.container.isScrolling&&0==t.button&&e.parentElement==this.itemContainerRef.value){const i=t.target.tabIndex;(null==i||i<0)&&(t.preventDefault(),this.focus()),this.select(e.index,Yd.Click,t.target)}})),Mt(this.container,"contextmenu",".item",((t,e)=>{this.dispatchEvent(new Qd("menu",t,{list:this,index:e.index}))}))}willUpdate(t){t.has("size")&&this.offset>=this.scrollHeight&&(this._offset=0,this.container?.scrollVerticalTo(0)),this.nativeHeight||Ht(this,{h:this.calculatedHeight}),this.disabledFocus?this.removeAttribute("tabindex"):this.tabIndex=0}updated(){this.items.clear(),this.renderItems(!0)}requestRender(){this.scrolling||(window.requestAnimationFrame((()=>{this.renderItems(),this.scrolling=!1})),this.scrolling=!0)}renderItems(t=!1){t&&this.items.clear();const e=this.itemContainer;if(!e)return;const i=Math.floor(this.offset/this.itemHeight),o=Math.max(0,i-W.LIST_RENDERING_TRESHOLD),n=i+Math.ceil(this.clientHeight/this.itemHeight),r=Math.min(this.size-1,n+W.LIST_RENDERING_TRESHOLD);xt(e),vt(e);for(const[t,e]of this.items)(t<o||t>r)&&(e.remove(),this.items.delete(t));for(let t=o;t<=r;t++)e.appendChild(this.getItem(t));Ot(e,{t:this.calculateItemContainerOffset(o)}),mt(e),this.layout(),this.dispatchEvent(this.renderEvent)}calculateItemContainerOffset(t){if(!this.dynamicItemHeight)return t*this.itemHeight;let e=0;for(let i=0;i<t;i++){let t=this.itemHeights.get(i);t||(t=this.getItem(i).offsetHeight,t?this.itemHeights.set(i,t):t=this.itemHeight),e+=t}return e}calculateViewportMaxItemWidth(){const t=Math.floor(this.offset/this.itemHeight),e=Math.min(this.size-1,t+Math.ceil(this.clientHeight/this.itemHeight));let i=0;for(let o=t;o<=e;o++)i=Math.max(i,this.measureItemWidth(o));return i}measureItemWidth(t){let e=this.measuredWidths.get(t);if(null!=e)return e;if(!this.itemRenderer||!this.itemContainer)return 0;const i=gt("div");i.style.overflow="hidden",Ot(i,{t:0,l:0}),this.itemContainer.appendChild(i);const o=gt("div");o.className="item",i.appendChild(o);const n=this.itemRenderer(o,t,{measure:!0});return Z(n)?o.innerHTML=n:n&&Qr(n,o),e=o.offsetWidth,i.remove(),e>0&&this.measuredWidths.set(t,e),e+10}updateSliders(){this.container?.updateSliders()}layout(){this.scrollContainer&&(Ht(this.scrollContainer,{h:this.scrollHeight}),this.updateSliders())}get scrollHeight(){if(!this.dynamicItemHeight)return this.size*this.itemHeight;let t=0;for(const e of this.itemHeights.keys()){let i=this.itemHeights.get(e);i||(i=this.getItem(e).offsetHeight,i?this.itemHeights.set(e,i):i=this.itemHeight),t+=i}return t+(this.size-this.itemHeights.size)*this.itemHeight}get normalizedItemStyle(){return this.customStyle?(Array.isArray(this.customStyle)?this.customStyle:[this.customStyle]).map((t=>Z(t)?Gn(t):t)):[]}};Kd.styles=[qd],Kd.contentStyles=[qn`
814
+ `}}get pageSize(){return Math.floor(this.containerRef.value.offsetHeight/this.itemHeight)}get calculatedHeight(){return Math.min(this.maxHeight??this.parentElement?.clientHeight??0,this.itemHeight*this.size)}reset(){this.items.clear(),this.offset=0,this.itemHeights.clear()}scrollToOffset(t){this.containerRef.value.scrollVerticalTo(t),this.offset=t}scrollToIndex(t){this.scrollToOffset(this.calculateItemContainerOffset(t))}scrollToView(t){if(!t||Et(t,this.containerRef.value).top<0){const t=this._selectedIndex==this.size-1?(this._selectedIndex+1)*this.itemHeight-this.containerRef.value.clientHeight:this._selectedIndex*this.itemHeight;this.containerRef.value.scrollVerticalTo(t),this.offset=t}else if(Et(t,this.containerRef.value).top+this.itemHeight>this.containerRef.value.offsetHeight){const t=0==this._selectedIndex?0:(this._selectedIndex+1)*this.itemHeight-this.containerRef.value.clientHeight;this.containerRef.value.scrollVerticalTo(t),this.offset=t}}moveUp(t=1){0!=this.size&&(this._selectedIndex=this._selectedIndex??0,this.select(this._selectedIndex-t,eu.Arrow),this.scrollToView(this.items.get(this._selectedIndex)))}moveDown(t=1){0!=this.size&&(this._selectedIndex=this._selectedIndex??0,this.select(this._selectedIndex+t,eu.Arrow),this.scrollToView(this.items.get(this._selectedIndex)))}deselect(){this._selectedIndex>=0&&this.items.has(this._selectedIndex)&&this.items.get(this._selectedIndex).classList.remove("selected"),this._selectedIndex=-1}select(t,e=null,i=null){this.deselect(),t=(t=t>=this.size?0:t)<0?this.size-1:t,this.items.has(t)&&this.getItem(t).classList.add("selected"),this._selectedIndex=t,e&&(e!=eu.Arrow||this.arrowEvents)&&(this.dispatchEvent(new ou("select",e,t,i)),this.dispatchEvent(new ou("list.select",e,t,i)))}getItem(t){if(!this.items.has(t)){const e=gt("div");if(e.index=t,St(e,["item",t==this._selectedIndex?"selected":null]),this.dynamicItemHeight||(Ht(e,{h:this.itemHeight}),e.style.lineHeight=Rt(this.lineHeight??this.itemHeight)),this.itemRenderer){const i=this.itemRenderer(e,t);Z(i)?e.innerHTML=i:i&&(xt(e),Qr(i,e))}else e.innerHTML=`item-${t}`;this.dynamicItemHeight&&this.itemHeights.get(t)!=e.offsetHeight&&this.itemHeights.set(t,null),this.items.set(t,e)}return this.items.get(t)}firstUpdated(){this.addEventListener("keydown",(t=>{if(this.disabledSelect)return;const e=this.keyActions[t.key];e&&e()})),this.container.addEventListener("verticalscroll",(t=>{this.offset=t.value})),Mt(this.container,"mousedown",".item",((t,e)=>{if(!this.disabledSelect&&!this.container.isScrolling&&0==t.button&&e.parentElement==this.itemContainerRef.value){const i=t.target.tabIndex;(null==i||i<0)&&(t.preventDefault(),this.focus()),this.select(e.index,eu.Click,t.target)}})),Mt(this.container,"contextmenu",".item",((t,e)=>{this.dispatchEvent(new nu("menu",t,{list:this,index:e.index}))}))}willUpdate(t){t.has("size")&&this.offset>=this.scrollHeight&&(this._offset=0,this.container?.scrollVerticalTo(0)),this.nativeHeight||Ht(this,{h:this.calculatedHeight}),this.disabledFocus?this.removeAttribute("tabindex"):this.tabIndex=0}updated(){this.items.clear(),this.renderItems(!0)}requestRender(){this.scrolling||(window.requestAnimationFrame((()=>{this.renderItems(),this.scrolling=!1})),this.scrolling=!0)}renderItems(t=!1){t&&this.items.clear();const e=this.itemContainer;if(!e)return;const i=Math.floor(this.offset/this.itemHeight),o=Math.max(0,i-W.LIST_RENDERING_TRESHOLD),n=i+Math.ceil(this.clientHeight/this.itemHeight),r=Math.min(this.size-1,n+W.LIST_RENDERING_TRESHOLD);xt(e),vt(e);for(const[t,e]of this.items)(t<o||t>r)&&(e.remove(),this.items.delete(t));for(let t=o;t<=r;t++)e.appendChild(this.getItem(t));Ot(e,{t:this.calculateItemContainerOffset(o)}),mt(e),this.layout(),this.dispatchEvent(this.renderEvent)}calculateItemContainerOffset(t){if(!this.dynamicItemHeight)return t*this.itemHeight;let e=0;for(let i=0;i<t;i++){let t=this.itemHeights.get(i);t||(t=this.getItem(i).offsetHeight,t?this.itemHeights.set(i,t):t=this.itemHeight),e+=t}return e}calculateViewportMaxItemWidth(){const t=Math.floor(this.offset/this.itemHeight),e=Math.min(this.size-1,t+Math.ceil(this.clientHeight/this.itemHeight));let i=0;for(let o=t;o<=e;o++)i=Math.max(i,this.measureItemWidth(o));return i}measureItemWidth(t){let e=this.measuredWidths.get(t);if(null!=e)return e;if(!this.itemRenderer||!this.itemContainer)return 0;const i=gt("div");i.style.overflow="hidden",Ot(i,{t:0,l:0}),this.itemContainer.appendChild(i);const o=gt("div");o.className="item",i.appendChild(o);const n=this.itemRenderer(o,t,{measure:!0});return Z(n)?o.innerHTML=n:n&&Qr(n,o),e=o.offsetWidth,i.remove(),e>0&&this.measuredWidths.set(t,e),e+10}updateSliders(){this.container?.updateSliders()}layout(){this.scrollContainer&&(Ht(this.scrollContainer,{h:this.scrollHeight}),this.updateSliders())}get scrollHeight(){if(!this.dynamicItemHeight)return this.size*this.itemHeight;let t=0;for(const e of this.itemHeights.keys()){let i=this.itemHeights.get(e);i||(i=this.getItem(e).offsetHeight,i?this.itemHeights.set(e,i):i=this.itemHeight),t+=i}return t+(this.size-this.itemHeights.size)*this.itemHeight}get normalizedItemStyle(){return this.customStyle?(Array.isArray(this.customStyle)?this.customStyle:[this.customStyle]).map((t=>Z(t)?Gn(t):t)):[]}};ru.styles=[tu],ru.contentStyles=[qn`
798
815
  :host {
799
816
  font-family: var(--og-font-family);
800
817
  font-size: var(--og-font-size);
801
818
  }
802
- `],Zd([os({type:Number})],Kd.prototype,"itemHeight",void 0),Zd([os({type:Boolean})],Kd.prototype,"dynamicItemHeight",void 0),Zd([os({type:Number})],Kd.prototype,"lineHeight",void 0),Zd([os({type:Number})],Kd.prototype,"size",void 0),Zd([os({type:Object})],Kd.prototype,"customStyle",void 0),Zd([os({type:Boolean})],Kd.prototype,"nativeHeight",void 0),Zd([os({type:Boolean})],Kd.prototype,"arrowEvents",void 0),Zd([os({type:Boolean,reflect:!0})],Kd.prototype,"disabledSelect",void 0),Zd([os({type:Boolean,reflect:!0})],Kd.prototype,"disabledFocus",void 0),Zd([os({type:Number})],Kd.prototype,"maxHeight",void 0),Zd([os()],Kd.prototype,"itemRenderer",void 0),Kd=Zd([ts("og-list")],Kd);const Jd=qn`
819
+ `],iu([os({type:Number})],ru.prototype,"itemHeight",void 0),iu([os({type:Boolean})],ru.prototype,"dynamicItemHeight",void 0),iu([os({type:Number})],ru.prototype,"lineHeight",void 0),iu([os({type:Number})],ru.prototype,"size",void 0),iu([os({type:Object})],ru.prototype,"customStyle",void 0),iu([os({type:Boolean})],ru.prototype,"nativeHeight",void 0),iu([os({type:Boolean})],ru.prototype,"arrowEvents",void 0),iu([os({type:Boolean,reflect:!0})],ru.prototype,"disabledSelect",void 0),iu([os({type:Boolean,reflect:!0})],ru.prototype,"disabledFocus",void 0),iu([os({type:Number})],ru.prototype,"maxHeight",void 0),iu([os()],ru.prototype,"itemRenderer",void 0),ru=iu([ts("og-list")],ru);const su=qn`
803
820
  :host {
804
821
  display: none;
805
822
  position: absolute;
@@ -842,7 +859,7 @@
842
859
  #loader img {
843
860
  width: 50px;
844
861
  }
845
- `;var tu,eu=function(t,e,i,o){var n,r=arguments.length,s=r<3?e:null===o?o=Object.getOwnPropertyDescriptor(e,i):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)s=Reflect.decorate(t,e,i,o);else for(var a=t.length-1;a>=0;a--)(n=t[a])&&(s=(r<3?n(s):r>3?n(e,i,s):n(e,i))||s);return r>3&&s&&Object.defineProperty(e,i,s),s};let iu=tu=class extends Kr{constructor(){super(...arguments),this.striped=!1,this.defaultLoader=!1,this.hide=()=>vt(this),this.render=()=>Hr`
862
+ `;var au,lu=function(t,e,i,o){var n,r=arguments.length,s=r<3?e:null===o?o=Object.getOwnPropertyDescriptor(e,i):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)s=Reflect.decorate(t,e,i,o);else for(var a=t.length-1;a>=0;a--)(n=t[a])&&(s=(r<3?n(s):r>3?n(e,i,s):n(e,i))||s);return r>3&&s&&Object.defineProperty(e,i,s),s};let cu=au=class extends Kr{constructor(){super(...arguments),this.striped=!1,this.defaultLoader=!1,this.hide=()=>vt(this),this.render=()=>Hr`
846
863
  <div id="inner">
847
864
  ${this.loaderIcon?Hr`
848
865
  <div id="loader">
@@ -855,7 +872,7 @@
855
872
  `:""}
856
873
  ${this.text?Hr`<div id="text"><span>${this.text}</span></div>`:""}
857
874
  </div>
858
- `}willUpdate(){!this.defaultLoader||this.loaderImage||this.loaderIcon||(tu.defaultLoaderImage?this.loaderImage=tu.defaultLoaderImage:this.loaderIcon=tu.defaultLoaderIcon)}show(t,e,i){mt(this);const o=Et(this,t);e&&i?(Ot(this,{t:"bottom"==e?null:o.top,b:"top"==e?null:o.top+t.clientHeight,l:"right"==e?null:o.left,r:"left"==e?null:o.left+t.clientWidth}),Ht(this,{w:["left","right"].includes(e)?i:t.clientWidth,h:["top","bottom"].includes(e)?i:t.clientHeight})):0==o.top&&0==o.left?Ot(this,{t:0,l:0,r:0,b:0}):(Ot(this,{t:o.top,l:o.left}),Ht(this,{w:t.clientWidth,h:t.clientHeight}))}};iu.defaultLoaderIcon="spinner",iu.styles=[Jd],eu([os({type:String})],iu.prototype,"text",void 0),eu([os({type:Boolean,reflect:!0})],iu.prototype,"striped",void 0),eu([os({type:String})],iu.prototype,"loaderImage",void 0),eu([os({type:String})],iu.prototype,"loaderIcon",void 0),eu([os({type:Boolean})],iu.prototype,"defaultLoader",void 0),iu=tu=eu([ts(`${W.PREFIX}-overlay`)],iu);const ou=qn`
875
+ `}willUpdate(){!this.defaultLoader||this.loaderImage||this.loaderIcon||(au.defaultLoaderImage?this.loaderImage=au.defaultLoaderImage:this.loaderIcon=au.defaultLoaderIcon)}show(t,e,i){mt(this);const o=Et(this,t);e&&i?(Ot(this,{t:"bottom"==e?null:o.top,b:"top"==e?null:o.top+t.clientHeight,l:"right"==e?null:o.left,r:"left"==e?null:o.left+t.clientWidth}),Ht(this,{w:["left","right"].includes(e)?i:t.clientWidth,h:["top","bottom"].includes(e)?i:t.clientHeight})):0==o.top&&0==o.left?Ot(this,{t:0,l:0,r:0,b:0}):(Ot(this,{t:o.top,l:o.left}),Ht(this,{w:t.clientWidth,h:t.clientHeight}))}};cu.defaultLoaderIcon="spinner",cu.styles=[su],lu([os({type:String})],cu.prototype,"text",void 0),lu([os({type:Boolean,reflect:!0})],cu.prototype,"striped",void 0),lu([os({type:String})],cu.prototype,"loaderImage",void 0),lu([os({type:String})],cu.prototype,"loaderIcon",void 0),lu([os({type:Boolean})],cu.prototype,"defaultLoader",void 0),cu=au=lu([ts(`${W.PREFIX}-overlay`)],cu);const hu=qn`
859
876
  * {
860
877
  box-sizing: border-box;
861
878
  }
@@ -924,7 +941,7 @@
924
941
  height: 100%;
925
942
  overflow: hidden;
926
943
  }
927
- `;var nu=function(t,e,i,o){var n,r=arguments.length,s=r<3?e:null===o?o=Object.getOwnPropertyDescriptor(e,i):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)s=Reflect.decorate(t,e,i,o);else for(var a=t.length-1;a>=0;a--)(n=t[a])&&(s=(r<3?n(s):r>3?n(e,i,s):n(e,i))||s);return r>3&&s&&Object.defineProperty(e,i,s),s};let ru=class extends Kr{constructor(){super(...arguments),this.scrollable=!1,this.closable=!1,this.collapsible=!1,this.collapsed=!1,this.arrowPosition="right",this.collapsing=!1,this._onHeaderClick=()=>{this.collapsing||this.collapsible&&(this.collapsed||(this.contentHeight=this.body.offsetHeight),this.collapsed=!this.collapsed,this.collapsing=!0,this.animateCollapse())},this.render=()=>Hr`
944
+ `;var du=function(t,e,i,o){var n,r=arguments.length,s=r<3?e:null===o?o=Object.getOwnPropertyDescriptor(e,i):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)s=Reflect.decorate(t,e,i,o);else for(var a=t.length-1;a>=0;a--)(n=t[a])&&(s=(r<3?n(s):r>3?n(e,i,s):n(e,i))||s);return r>3&&s&&Object.defineProperty(e,i,s),s};let uu=class extends Kr{constructor(){super(...arguments),this.scrollable=!1,this.closable=!1,this.collapsible=!1,this.collapsed=!1,this.arrowPosition="right",this.collapsing=!1,this._onHeaderClick=()=>{this.collapsing||this.collapsible&&(this.collapsed||(this.contentHeight=this.body.offsetHeight),this.collapsed=!this.collapsed,this.collapsing=!0,this.animateCollapse())},this.render=()=>Hr`
928
945
  <div id="header" @click="${this._onHeaderClick}">
929
946
  ${this.collapsible&&"left"==this.arrowPosition?Hr`
930
947
  <og-icon id="chevron-left" .icon="chevron-${this.collapsed?"right":"down"}" fixedWidth></og-icon>
@@ -950,7 +967,7 @@
950
967
  <slot name="body"></slot>
951
968
  `}
952
969
  </div>
953
- `}animateCollapse(){const t=this.contentHeight/10;let e=this.collapsed?this.contentHeight:0;const i=new Event("resize",{bubbles:!0,composed:!0});this.collapsed||(Tt(this.body,{h:0}),mt(this.body)),this.dispatchEvent(new Event("resizestart",{bubbles:!0,composed:!0})),this.interval=window.setInterval(this.collapsed?()=>{e=Math.max(0,e-t),Tt(this.body,{h:e}),0==e&&(vt(this.body),Tt(this.body,{h:"none"}),window.clearInterval(this.interval),this.collapsing=!1,this.dispatchEvent(new Event("resizestop",{bubbles:!0,composed:!0}))),this.dispatchEvent(i)}:()=>{e=Math.min(e+t,this.contentHeight),Tt(this.body,{h:e}),e>=this.contentHeight&&(Tt(this.body,{h:"none"}),window.clearInterval(this.interval),this.collapsing=!1,this.dispatchEvent(new Event("resizestop",{bubbles:!0,composed:!0}))),this.dispatchEvent(i)},10)}firstUpdated(){this.contentHeight=this.body.offsetHeight,this.collapsed&&vt(this.body)}layout(){const t=this.body?.firstElementChild;t instanceof HTMLSlotElement?t.assignedElements().forEach((t=>{t instanceof HTMLElement&&t.layout?t.layout():t instanceof HTMLElement&&t.firstElementChild&&t.firstElementChild.layout&&t.firstElementChild.layout()})):t instanceof HTMLElement&&t.layout&&t.layout()}};ru.styles=[ou],nu([os({type:String})],ru.prototype,"text",void 0),nu([os({type:String})],ru.prototype,"icon",void 0),nu([os({type:Boolean})],ru.prototype,"scrollable",void 0),nu([os({type:Boolean})],ru.prototype,"closable",void 0),nu([os({type:Boolean,reflect:!0})],ru.prototype,"collapsible",void 0),nu([os({type:Boolean,reflect:!0})],ru.prototype,"collapsed",void 0),nu([os({type:String})],ru.prototype,"arrowPosition",void 0),nu([ss('slot[name="body"]')],ru.prototype,"bodySlot",void 0),nu([ss("#body")],ru.prototype,"body",void 0),nu([ss("#header")],ru.prototype,"header",void 0),ru=nu([ts("og-panel")],ru);var su=function(t,e,i,o){var n,r=arguments.length,s=r<3?e:null===o?o=Object.getOwnPropertyDescriptor(e,i):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)s=Reflect.decorate(t,e,i,o);else for(var a=t.length-1;a>=0;a--)(n=t[a])&&(s=(r<3?n(s):r>3?n(e,i,s):n(e,i))||s);return r>3&&s&&Object.defineProperty(e,i,s),s};class au extends Event{constructor(t,e){super(t),this.resizeArgs=e,e=e||{},this.offsetX=e.offsetX,this.offsetY=e.offsetY,this.clientX=e.clientX,this.clientY=e.clientY,this.mouseX=e.mouseX,this.mouseY=e.mouseY,this.deltaX=e.deltaX,this.deltaY=e.deltaY}}let lu=class extends Kr{get resizing(){return this._resizing}constructor(){super(),this._resizing=!1,this.startX=0,this.startY=0,this.startResize=!1,this.mouseDownTime=0,this.noGuideLine=!1,this.show=()=>{this.classList.add("visible"),mt(this)},this.hide=()=>{this.classList.remove("visible"),vt(this),vt(this.lineElm)},this._onMouseLeave=()=>{this._resizing||this.hide()},this._onMouseDown=t=>{t.stopPropagation();const e=this.mouseDownTime;this.mouseDownTime=performance.now(),this.mouseDownTime-e<500?this.dispatchEvent(new Event("dblclick")):(this.startX=t.pageX,this.startY=t.pageY,this._resizing=!0,this.startResize=!0,this.offset=Et(this.snappedTo,this.offsetElement),this.startWidth=this.snappedTo.clientWidth,this.startHeight=this.snappedTo.clientHeight,document.addEventListener("mousemove",this._onMouseMove),document.addEventListener("mouseup",this._onMouseUp,{once:!0}))},this._onMouseMove=t=>{this.startResize&&this.startResizing(),Ot(this,"horizontal"==this.orientation?{l:this.offset.left+this.startWidth-W.SIZER_SIZE/2+t.pageX-this.startX}:{t:this.offset.top+this.startHeight-W.SIZER_SIZE/2+t.pageY-this.startY}),this.dispatchEvent(new au("resize",{deltaX:t.pageX-this.startX,deltaY:t.pageY-this.startY,mouseX:t.pageX,mouseY:t.pageY}))},this._onMouseUp=t=>{document.removeEventListener("mousemove",this._onMouseMove),this._resizing=!1,this.startResize?this.startResize=!1:(this.hide(),this.dispatchEvent(new au("resizestop",{deltaX:t.pageX-this.startX,deltaY:t.pageY-this.startY,mouseX:t.pageX,mouseY:t.pageY})))},this.addEventListener("mouseleave",this._onMouseLeave),this.addEventListener("mousedown",this._onMouseDown)}startResizing(){this.dispatchEvent(new au("resizestart",{deltaX:0,deltaY:0,mouseX:this.startX,mouseY:this.startY})),this.noGuideLine||(mt(this.lineElm),Ht(this.lineElm,"horizontal"==this.orientation?{w:1,h:this.offsetElement.clientHeight}:{w:this.offsetElement.clientWidth,h:1}),Ot(this.lineElm,"horizontal"==this.orientation?{t:0,r:-1}:{b:-1,l:0})),this.startResize=!1}render(){this.shadowRoot.innerHTML="",this.lineElm=gt("div"),this.lineElm.className="sizer-line",this.shadowRoot.appendChild(this.lineElm)}snap(t,e=this.parentElement){this.snappedTo=t,this.offsetElement=e,this.show();const i=Et(t,e);"horizontal"==this.orientation?(Ht(this,{w:W.SIZER_SIZE,h:t.offsetHeight}),Ot(this,{l:i.left+t.offsetWidth-W.SIZER_SIZE/2,t:i.top})):(Ht(this,{w:t.offsetWidth,h:W.SIZER_SIZE}),Ot(this,{l:i.left,t:i.top+t.offsetHeight-W.SIZER_SIZE/2}))}};lu.styles=qn`
970
+ `}animateCollapse(){const t=this.contentHeight/10;let e=this.collapsed?this.contentHeight:0;const i=new Event("resize",{bubbles:!0,composed:!0});this.collapsed||(Tt(this.body,{h:0}),mt(this.body)),this.dispatchEvent(new Event("resizestart",{bubbles:!0,composed:!0})),this.interval=window.setInterval(this.collapsed?()=>{e=Math.max(0,e-t),Tt(this.body,{h:e}),0==e&&(vt(this.body),Tt(this.body,{h:"none"}),window.clearInterval(this.interval),this.collapsing=!1,this.dispatchEvent(new Event("resizestop",{bubbles:!0,composed:!0}))),this.dispatchEvent(i)}:()=>{e=Math.min(e+t,this.contentHeight),Tt(this.body,{h:e}),e>=this.contentHeight&&(Tt(this.body,{h:"none"}),window.clearInterval(this.interval),this.collapsing=!1,this.dispatchEvent(new Event("resizestop",{bubbles:!0,composed:!0}))),this.dispatchEvent(i)},10)}firstUpdated(){this.contentHeight=this.body.offsetHeight,this.collapsed&&vt(this.body)}layout(){const t=this.body?.firstElementChild;t instanceof HTMLSlotElement?t.assignedElements().forEach((t=>{t instanceof HTMLElement&&t.layout?t.layout():t instanceof HTMLElement&&t.firstElementChild&&t.firstElementChild.layout&&t.firstElementChild.layout()})):t instanceof HTMLElement&&t.layout&&t.layout()}};uu.styles=[hu],du([os({type:String})],uu.prototype,"text",void 0),du([os({type:String})],uu.prototype,"icon",void 0),du([os({type:Boolean})],uu.prototype,"scrollable",void 0),du([os({type:Boolean})],uu.prototype,"closable",void 0),du([os({type:Boolean,reflect:!0})],uu.prototype,"collapsible",void 0),du([os({type:Boolean,reflect:!0})],uu.prototype,"collapsed",void 0),du([os({type:String})],uu.prototype,"arrowPosition",void 0),du([ss('slot[name="body"]')],uu.prototype,"bodySlot",void 0),du([ss("#body")],uu.prototype,"body",void 0),du([ss("#header")],uu.prototype,"header",void 0),uu=du([ts("og-panel")],uu);var pu=function(t,e,i,o){var n,r=arguments.length,s=r<3?e:null===o?o=Object.getOwnPropertyDescriptor(e,i):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)s=Reflect.decorate(t,e,i,o);else for(var a=t.length-1;a>=0;a--)(n=t[a])&&(s=(r<3?n(s):r>3?n(e,i,s):n(e,i))||s);return r>3&&s&&Object.defineProperty(e,i,s),s};class gu extends Event{constructor(t,e){super(t),this.resizeArgs=e,e=e||{},this.offsetX=e.offsetX,this.offsetY=e.offsetY,this.clientX=e.clientX,this.clientY=e.clientY,this.mouseX=e.mouseX,this.mouseY=e.mouseY,this.deltaX=e.deltaX,this.deltaY=e.deltaY}}let fu=class extends Kr{get resizing(){return this._resizing}constructor(){super(),this._resizing=!1,this.startX=0,this.startY=0,this.startResize=!1,this.mouseDownTime=0,this.noGuideLine=!1,this.show=()=>{this.classList.add("visible"),mt(this)},this.hide=()=>{this.classList.remove("visible"),vt(this),vt(this.lineElm)},this._onMouseLeave=()=>{this._resizing||this.hide()},this._onMouseDown=t=>{t.stopPropagation();const e=this.mouseDownTime;this.mouseDownTime=performance.now(),this.mouseDownTime-e<500?this.dispatchEvent(new Event("dblclick")):(this.startX=t.pageX,this.startY=t.pageY,this._resizing=!0,this.startResize=!0,this.offset=Et(this.snappedTo,this.offsetElement),this.startWidth=this.snappedTo.clientWidth,this.startHeight=this.snappedTo.clientHeight,document.addEventListener("mousemove",this._onMouseMove),document.addEventListener("mouseup",this._onMouseUp,{once:!0}))},this._onMouseMove=t=>{this.startResize&&this.startResizing(),Ot(this,"horizontal"==this.orientation?{l:this.offset.left+this.startWidth-W.SIZER_SIZE/2+t.pageX-this.startX}:{t:this.offset.top+this.startHeight-W.SIZER_SIZE/2+t.pageY-this.startY}),this.dispatchEvent(new gu("resize",{deltaX:t.pageX-this.startX,deltaY:t.pageY-this.startY,mouseX:t.pageX,mouseY:t.pageY}))},this._onMouseUp=t=>{document.removeEventListener("mousemove",this._onMouseMove),this._resizing=!1,this.startResize?this.startResize=!1:(this.hide(),this.dispatchEvent(new gu("resizestop",{deltaX:t.pageX-this.startX,deltaY:t.pageY-this.startY,mouseX:t.pageX,mouseY:t.pageY})))},this.addEventListener("mouseleave",this._onMouseLeave),this.addEventListener("mousedown",this._onMouseDown)}startResizing(){this.dispatchEvent(new gu("resizestart",{deltaX:0,deltaY:0,mouseX:this.startX,mouseY:this.startY})),this.noGuideLine||(mt(this.lineElm),Ht(this.lineElm,"horizontal"==this.orientation?{w:1,h:this.offsetElement.clientHeight}:{w:this.offsetElement.clientWidth,h:1}),Ot(this.lineElm,"horizontal"==this.orientation?{t:0,r:-1}:{b:-1,l:0})),this.startResize=!1}render(){this.shadowRoot.innerHTML="",this.lineElm=gt("div"),this.lineElm.className="sizer-line",this.shadowRoot.appendChild(this.lineElm)}snap(t,e=this.parentElement){this.snappedTo=t,this.offsetElement=e,this.show();const i=Et(t,e);"horizontal"==this.orientation?(Ht(this,{w:W.SIZER_SIZE,h:t.offsetHeight}),Ot(this,{l:i.left+t.offsetWidth-W.SIZER_SIZE/2,t:i.top})):(Ht(this,{w:t.offsetWidth,h:W.SIZER_SIZE}),Ot(this,{l:i.left,t:i.top+t.offsetHeight-W.SIZER_SIZE/2}))}};fu.styles=qn`
954
971
  :host {
955
972
  z-index: 105;
956
973
  position: relative;
@@ -995,7 +1012,7 @@
995
1012
  transparent 20px
996
1013
  );
997
1014
  }
998
- `,su([os({type:String,reflect:!0})],lu.prototype,"orientation",void 0),su([os({type:Boolean,reflect:!0})],lu.prototype,"noGuideLine",void 0),lu=su([ts("og-sizer")],lu);var cu;class hu extends Event{constructor(t){super("list.sort",{bubbles:!0,composed:!0}),Object.assign(this,t)}}let du=cu=class extends Kd{get sorting(){return this._sorting}get connectedSorting(){return this.connectedLists&&this.connectedLists.some((t=>t.sorting))}constructor(){super(),this._sorting=!1,this.sortIndex=-1,this.targetIndex=-1,this._onMouseDown=t=>{const e=t.composedPath().find((t=>t.classList&&t.classList.contains("item")));e&&this.startSorting(e)},this._onMouseUp=()=>{this.stopSorting(!0)},this._onMouseMove=t=>{if(this.sorting||this.connectedSorting){this.connectedLists?.forEach((t=>t.removeMark()));const e=t.composedPath().find((t=>t.classList&&t.classList.contains("item")));if(!(e instanceof HTMLElement))return;const i=Et(e,this.container).top+t.offsetY;i<W.LIST_AUTOSCROLL_TRESHOLD?this.startAutoscroll("up"):this.container.clientHeight-i<W.LIST_AUTOSCROLL_TRESHOLD?this.startAutoscroll("down"):this.stopAutoscroll(),this.markedItem&&this.markedItem.classList.remove("target-prev","target-next");let o=e.index;t.offsetY>e.clientHeight/2?(this.sortIndex>o&&o++,e.classList.add("target-next")):(this.sortIndex<o&&o--,e.classList.add("target-prev")),this.markedItem=e,this.targetIndex=o}}}startSorting(t){cu.sourceList=this,this._sorting=!0,this.sortIndex=t.index,document.body.addEventListener("mouseup",(()=>this.stopSorting(!1)),{once:!0})}removeMark(){this.markedItem?.classList.remove("target-prev","target-next")}stopSorting(t){this._sorting=!1,this.stopAutoscroll(),this.removeMark(),this.targetIndex>-1&&t&&this.sortIndex!=this.targetIndex&&this.dispatchEvent(new hu({fromIndex:this.sortIndex,toIndex:this.targetIndex,sourceList:cu.sourceList,targetList:this})),this.targetIndex=-1,this.sortIndex=-1,cu.sourceList=null}startAutoscroll(t){this.autoscrollDirection!=t&&(this.autoscrollDirection=t,this.autoscrollTimer=window.setInterval((()=>{if("down"==this.autoscrollDirection){const t=Math.min(this.offset+this.itemHeight,this.size*this.itemHeight-this.clientHeight);t>this.offset&&this.scrollToOffset(t)}else{const t=Math.max(0,this.offset-this.itemHeight);t<this.offset&&this.scrollToOffset(t)}}),W.LIST_AUTOSCROLL_DELAY))}stopAutoscroll(){null!=this.autoscrollTimer&&(clearInterval(this.autoscrollTimer),this.autoscrollTimer=null,this.autoscrollDirection=null)}firstUpdated(){super.firstUpdated(),this.container.addEventListener("mousedown",this._onMouseDown),this.container.addEventListener("mousemove",this._onMouseMove),this.container.addEventListener("mouseup",this._onMouseUp)}};du.contentStyles=[...Kd.contentStyles,qn`
1015
+ `,pu([os({type:String,reflect:!0})],fu.prototype,"orientation",void 0),pu([os({type:Boolean,reflect:!0})],fu.prototype,"noGuideLine",void 0),fu=pu([ts("og-sizer")],fu);var mu;class vu extends Event{constructor(t){super("list.sort",{bubbles:!0,composed:!0}),Object.assign(this,t)}}let bu=mu=class extends ru{get sorting(){return this._sorting}get connectedSorting(){return this.connectedLists&&this.connectedLists.some((t=>t.sorting))}constructor(){super(),this._sorting=!1,this.sortIndex=-1,this.targetIndex=-1,this._onMouseDown=t=>{const e=t.composedPath().find((t=>t.classList&&t.classList.contains("item")));e&&this.startSorting(e)},this._onMouseUp=()=>{this.stopSorting(!0)},this._onMouseMove=t=>{if(this.sorting||this.connectedSorting){this.connectedLists?.forEach((t=>t.removeMark()));const e=t.composedPath().find((t=>t.classList&&t.classList.contains("item")));if(!(e instanceof HTMLElement))return;const i=Et(e,this.container).top+t.offsetY;i<W.LIST_AUTOSCROLL_TRESHOLD?this.startAutoscroll("up"):this.container.clientHeight-i<W.LIST_AUTOSCROLL_TRESHOLD?this.startAutoscroll("down"):this.stopAutoscroll(),this.markedItem&&this.markedItem.classList.remove("target-prev","target-next");let o=e.index;t.offsetY>e.clientHeight/2?(this.sortIndex>o&&o++,e.classList.add("target-next")):(this.sortIndex<o&&o--,e.classList.add("target-prev")),this.markedItem=e,this.targetIndex=o}}}startSorting(t){mu.sourceList=this,this._sorting=!0,this.sortIndex=t.index,document.body.addEventListener("mouseup",(()=>this.stopSorting(!1)),{once:!0})}removeMark(){this.markedItem?.classList.remove("target-prev","target-next")}stopSorting(t){this._sorting=!1,this.stopAutoscroll(),this.removeMark(),this.targetIndex>-1&&t&&this.sortIndex!=this.targetIndex&&this.dispatchEvent(new vu({fromIndex:this.sortIndex,toIndex:this.targetIndex,sourceList:mu.sourceList,targetList:this})),this.targetIndex=-1,this.sortIndex=-1,mu.sourceList=null}startAutoscroll(t){this.autoscrollDirection!=t&&(this.autoscrollDirection=t,this.autoscrollTimer=window.setInterval((()=>{if("down"==this.autoscrollDirection){const t=Math.min(this.offset+this.itemHeight,this.size*this.itemHeight-this.clientHeight);t>this.offset&&this.scrollToOffset(t)}else{const t=Math.max(0,this.offset-this.itemHeight);t<this.offset&&this.scrollToOffset(t)}}),W.LIST_AUTOSCROLL_DELAY))}stopAutoscroll(){null!=this.autoscrollTimer&&(clearInterval(this.autoscrollTimer),this.autoscrollTimer=null,this.autoscrollDirection=null)}firstUpdated(){super.firstUpdated(),this.container.addEventListener("mousedown",this._onMouseDown),this.container.addEventListener("mousemove",this._onMouseMove),this.container.addEventListener("mouseup",this._onMouseUp)}};bu.contentStyles=[...ru.contentStyles,qn`
999
1016
  .item {
1000
1017
  cursor: move !important;
1001
1018
  }
@@ -1007,7 +1024,7 @@
1007
1024
  .item.target-next {
1008
1025
  border-bottom: 2px solid var(--og-accent-color);
1009
1026
  }
1010
- `],du=cu=function(t,e,i,o){var n,r=arguments.length,s=r<3?e:null===o?o=Object.getOwnPropertyDescriptor(e,i):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)s=Reflect.decorate(t,e,i,o);else for(var a=t.length-1;a>=0;a--)(n=t[a])&&(s=(r<3?n(s):r>3?n(e,i,s):n(e,i))||s);return r>3&&s&&Object.defineProperty(e,i,s),s}([ts("og-sortablelist")],du);const uu=[...Object.values(Fs).map((t=>qn`
1027
+ `],bu=mu=function(t,e,i,o){var n,r=arguments.length,s=r<3?e:null===o?o=Object.getOwnPropertyDescriptor(e,i):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)s=Reflect.decorate(t,e,i,o);else for(var a=t.length-1;a>=0;a--)(n=t[a])&&(s=(r<3?n(s):r>3?n(e,i,s):n(e,i))||s);return r>3&&s&&Object.defineProperty(e,i,s),s}([ts("og-sortablelist")],bu);const yu=[...Object.values(Fs).map((t=>qn`
1011
1028
  :host([color="${Gn(t)}"][state="on"]) .background > div:nth-child(2) {
1012
1029
  background-color: var(--og-colortype-${Gn(t)}-background-color);
1013
1030
  }
@@ -1140,7 +1157,7 @@
1140
1157
  :host([shape="round"]) input:checked + .slider, :host([shape="square"]) input:checked + .slider {
1141
1158
  transform: translateX(calc(var(--og-switch-width) - var(--og-slider-size) - var(--og-switch-height) + var(--og-slider-size)));
1142
1159
  }
1143
- `];var pu=function(t,e,i,o){var n,r=arguments.length,s=r<3?e:null===o?o=Object.getOwnPropertyDescriptor(e,i):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)s=Reflect.decorate(t,e,i,o);else for(var a=t.length-1;a>=0;a--)(n=t[a])&&(s=(r<3?n(s):r>3?n(e,i,s):n(e,i))||s);return r>3&&s&&Object.defineProperty(e,i,s),s};class gu extends Ln{}let fu=class extends Kr{constructor(){super(...arguments),this.color=Fs.Accent,this.state="off",this.shape="round",this._onChange=()=>{this.state=this.checkbox.checked?"on":"off",this.dispatchEvent(new gu(this.state))},this.render=()=>"hexagon"==this.shape?Hr`
1160
+ `];var wu=function(t,e,i,o){var n,r=arguments.length,s=r<3?e:null===o?o=Object.getOwnPropertyDescriptor(e,i):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)s=Reflect.decorate(t,e,i,o);else for(var a=t.length-1;a>=0;a--)(n=t[a])&&(s=(r<3?n(s):r>3?n(e,i,s):n(e,i))||s);return r>3&&s&&Object.defineProperty(e,i,s),s};class xu extends Ln{}let ku=class extends Kr{constructor(){super(...arguments),this.color=Fs.Accent,this.state="off",this.shape="round",this._onChange=()=>{this.state=this.checkbox.checked?"on":"off",this.dispatchEvent(new xu(this.state))},this.render=()=>"hexagon"==this.shape?Hr`
1144
1161
  <label>
1145
1162
  <div class="background">
1146
1163
  <div></div>
@@ -1160,7 +1177,7 @@
1160
1177
  <input type="checkbox" @change="${this._onChange}">
1161
1178
  <div class="slider"></div>
1162
1179
  </label>
1163
- `}updated(){zt(this.shadowRoot,`\n\t\t\t:host {\n\t\t\t\t--og-switch-width: ${Rt(this.offsetWidth)};\n\t\t\t\t--og-switch-height: ${Rt(this.offsetHeight)};\n\t\t\t\t--og-switch-margin: 6px;\n\t\t\t}\t\n\t\t`,"switch-style")}};fu.styles=uu,pu([os({type:String})],fu.prototype,"text",void 0),pu([os({type:String,reflect:!0})],fu.prototype,"color",void 0),pu([os({type:String,reflect:!0})],fu.prototype,"state",void 0),pu([os({type:String,reflect:!0})],fu.prototype,"shape",void 0),pu([ss("input")],fu.prototype,"checkbox",void 0),fu=pu([ts("og-switch")],fu);const mu=[qn`
1180
+ `}updated(){zt(this.shadowRoot,`\n\t\t\t:host {\n\t\t\t\t--og-switch-width: ${Rt(this.offsetWidth)};\n\t\t\t\t--og-switch-height: ${Rt(this.offsetHeight)};\n\t\t\t\t--og-switch-margin: 6px;\n\t\t\t}\t\n\t\t`,"switch-style")}};ku.styles=yu,wu([os({type:String})],ku.prototype,"text",void 0),wu([os({type:String,reflect:!0})],ku.prototype,"color",void 0),wu([os({type:String,reflect:!0})],ku.prototype,"state",void 0),wu([os({type:String,reflect:!0})],ku.prototype,"shape",void 0),wu([ss("input")],ku.prototype,"checkbox",void 0),ku=wu([ts("og-switch")],ku);const Cu=[qn`
1164
1181
  :host {
1165
1182
  display: block;
1166
1183
  position: absolute;
@@ -1263,7 +1280,7 @@
1263
1280
  :host([color="${Gn(t)}"]) #triangle.bottom #triangle-inner {
1264
1281
  border-top: ${W.TOOLTIP_MARGIN}px solid var(--og-colortype-${Gn(t)}-background-color);
1265
1282
  }
1266
- `))];var vu=function(t,e,i,o){var n,r=arguments.length,s=r<3?e:null===o?o=Object.getOwnPropertyDescriptor(e,i):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)s=Reflect.decorate(t,e,i,o);else for(var a=t.length-1;a>=0;a--)(n=t[a])&&(s=(r<3?n(s):r>3?n(e,i,s):n(e,i))||s);return r>3&&s&&Object.defineProperty(e,i,s),s};let bu=class extends Kr{constructor(){super(...arguments),this.color=Fs.Blue,this.arrow=!0,this.position="right",this.hide=()=>vt(this),this.show=()=>mt(this),this.render=()=>Hr`
1283
+ `))];var Mu=function(t,e,i,o){var n,r=arguments.length,s=r<3?e:null===o?o=Object.getOwnPropertyDescriptor(e,i):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)s=Reflect.decorate(t,e,i,o);else for(var a=t.length-1;a>=0;a--)(n=t[a])&&(s=(r<3?n(s):r>3?n(e,i,s):n(e,i))||s);return r>3&&s&&Object.defineProperty(e,i,s),s};let _u=class extends Kr{constructor(){super(...arguments),this.color=Fs.Blue,this.arrow=!0,this.position="right",this.hide=()=>vt(this),this.show=()=>mt(this),this.render=()=>Hr`
1267
1284
  ${this.arrow?Hr`<div id="triangle"><div id="triangle-inner"></div></div>`:""}
1268
1285
  <div id="inner">
1269
1286
  ${this.querySelector('[slot="head"]')?Hr`
@@ -1272,26 +1289,16 @@
1272
1289
  </div>
1273
1290
  `:""}
1274
1291
  <div class="body">
1275
- ${this.content?"string"==typeof this.content?cd(this.content):this.content:Hr`<slot name="body"></slot>`}
1292
+ ${this.content?"string"==typeof this.content?md(this.content):this.content:Hr`<slot name="body"></slot>`}
1276
1293
  </div>
1277
1294
  </div>
1278
- `}get attachedTo(){return this._attachedTo}destroy(){this.deatach(),this.parentNode&&this.parentNode.removeChild(this)}deatach(){this._attachedTo=null,this.hide(),this._mouseEventListener&&this.parent.removeEventListener("mousemove",this._mouseEventListener)}attachToElement(t,e="right"){this.show(),this._attachedTo=t;const i=Et(t,this.parent);"left"==e?(Ot(this,{l:i.left-this.offsetWidth-W.TOOLTIP_MARGIN,t:i.top+t.offsetHeight/2-this.offsetHeight/2}),Bt(this,{r:W.TOOLTIP_MARGIN,l:0,t:0,b:0}),this.arrow&&(this.triangle.className="right",Ot(this.triangle,{r:0}),Ft(this.triangle,this,{vertical:!0,horizontal:!1}))):"right"==e?(Ot(this,{l:i.left+t.offsetWidth,t:i.top+t.offsetHeight/2-this.offsetHeight/2}),Bt(this,{l:W.TOOLTIP_MARGIN,r:0,t:0,b:0}),this.arrow&&(this.triangle.className="left",Ot(this.triangle,{l:0}),Ft(this.triangle,this,{vertical:!0,horizontal:!1}))):"top"==e?(Ot(this,{l:i.left+t.offsetWidth/2-this.offsetWidth/2,t:i.top-this.offsetHeight-W.TOOLTIP_MARGIN}),Bt(this,{b:W.TOOLTIP_MARGIN,r:0,t:0,l:0}),this.arrow&&(this.triangle.className="bottom",Ot(this.triangle,{b:0}),Ft(this.triangle,this,{vertical:!1,horizontal:!0}))):(Ot(this,{l:i.left+t.offsetWidth/2-this.offsetWidth/2,t:i.top+t.offsetHeight}),Bt(this,{t:W.TOOLTIP_MARGIN,r:0,b:0,l:0}),this.arrow&&(this.triangle.className="top",Ot(this.triangle,{t:0}),Ft(this.triangle,this,{vertical:!1,horizontal:!0})))}get parent(){return this.parentElement?this.parentElement:this.parentNode instanceof ShadowRoot?this.parentNode.host:null}attachToCursor(){"cursor"!=this._attachedTo&&(this._attachedTo="cursor",this._mouseEventListener=t=>{this.show();const e=Et(this.parent,document.body);Ot(this,{l:t.pageX-e.left+20,t:t.pageY-e.top+20})},this.parent.addEventListener("mousemove",this._mouseEventListener),this.parent.addEventListener("mouseout",(()=>this.hide())))}async attachTo(t,e="right"){this.deatach(),await this.updateComplete,t instanceof HTMLElement?this.attachToElement(t,e):this.attachToCursor()}};bu.styles=[mu],vu([os({type:String,reflect:!0})],bu.prototype,"color",void 0),vu([os({type:Boolean})],bu.prototype,"arrow",void 0),vu([os({type:String})],bu.prototype,"position",void 0),vu([os({type:Object})],bu.prototype,"content",void 0),vu([ss("#triangle")],bu.prototype,"triangle",void 0),bu=vu([ts("og-tooltip"),ra({props:["color","border","background"],selector:"#inner"})],bu);var yu=function(t,e,i,o){var n,r=arguments.length,s=r<3?e:null===o?o=Object.getOwnPropertyDescriptor(e,i):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)s=Reflect.decorate(t,e,i,o);else for(var a=t.length-1;a>=0;a--)(n=t[a])&&(s=(r<3?n(s):r>3?n(e,i,s):n(e,i))||s);return r>3&&s&&Object.defineProperty(e,i,s),s};let wu=class extends Kr{constructor(){super(...arguments),this.icon="spinner",this.size="lg",this.render=()=>Hr`
1295
+ `}get attachedTo(){return this._attachedTo}destroy(){this.deatach(),this.parentNode&&this.parentNode.removeChild(this)}deatach(){this._attachedTo=null,this.hide(),this._mouseEventListener&&this.parent.removeEventListener("mousemove",this._mouseEventListener)}attachToElement(t,e="right"){this.show(),this._attachedTo=t;const i=Et(t,this.parent);"left"==e?(Ot(this,{l:i.left-this.offsetWidth-W.TOOLTIP_MARGIN,t:i.top+t.offsetHeight/2-this.offsetHeight/2}),Bt(this,{r:W.TOOLTIP_MARGIN,l:0,t:0,b:0}),this.arrow&&(this.triangle.className="right",Ot(this.triangle,{r:0}),Ft(this.triangle,this,{vertical:!0,horizontal:!1}))):"right"==e?(Ot(this,{l:i.left+t.offsetWidth,t:i.top+t.offsetHeight/2-this.offsetHeight/2}),Bt(this,{l:W.TOOLTIP_MARGIN,r:0,t:0,b:0}),this.arrow&&(this.triangle.className="left",Ot(this.triangle,{l:0}),Ft(this.triangle,this,{vertical:!0,horizontal:!1}))):"top"==e?(Ot(this,{l:i.left+t.offsetWidth/2-this.offsetWidth/2,t:i.top-this.offsetHeight-W.TOOLTIP_MARGIN}),Bt(this,{b:W.TOOLTIP_MARGIN,r:0,t:0,l:0}),this.arrow&&(this.triangle.className="bottom",Ot(this.triangle,{b:0}),Ft(this.triangle,this,{vertical:!1,horizontal:!0}))):(Ot(this,{l:i.left+t.offsetWidth/2-this.offsetWidth/2,t:i.top+t.offsetHeight}),Bt(this,{t:W.TOOLTIP_MARGIN,r:0,b:0,l:0}),this.arrow&&(this.triangle.className="top",Ot(this.triangle,{t:0}),Ft(this.triangle,this,{vertical:!1,horizontal:!0})))}get parent(){return this.parentElement?this.parentElement:this.parentNode instanceof ShadowRoot?this.parentNode.host:null}attachToCursor(){"cursor"!=this._attachedTo&&(this._attachedTo="cursor",this._mouseEventListener=t=>{this.show();const e=Et(this.parent,document.body);Ot(this,{l:t.pageX-e.left+20,t:t.pageY-e.top+20})},this.parent.addEventListener("mousemove",this._mouseEventListener),this.parent.addEventListener("mouseout",(()=>this.hide())))}async attachTo(t,e="right"){this.deatach(),await this.updateComplete,t instanceof HTMLElement?this.attachToElement(t,e):this.attachToCursor()}};_u.styles=[Cu],Mu([os({type:String,reflect:!0})],_u.prototype,"color",void 0),Mu([os({type:Boolean})],_u.prototype,"arrow",void 0),Mu([os({type:String})],_u.prototype,"position",void 0),Mu([os({type:Object})],_u.prototype,"content",void 0),Mu([ss("#triangle")],_u.prototype,"triangle",void 0),_u=Mu([ts("og-tooltip"),ra({props:["color","border","background"],selector:"#inner"})],_u);var Su=function(t,e,i,o){var n,r=arguments.length,s=r<3?e:null===o?o=Object.getOwnPropertyDescriptor(e,i):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)s=Reflect.decorate(t,e,i,o);else for(var a=t.length-1;a>=0;a--)(n=t[a])&&(s=(r<3?n(s):r>3?n(e,i,s):n(e,i))||s);return r>3&&s&&Object.defineProperty(e,i,s),s};let Eu=class extends Kr{constructor(){super(...arguments),this.icon="spinner",this.size="lg",this.render=()=>Hr`
1279
1296
  <og-fa-icon .icon="${this.icon}" .size="${this.size}" spin></og-fa-icon>
1280
- `}};wu.styles=qn`
1297
+ `}};Eu.styles=qn`
1281
1298
  :host {
1282
1299
  display: block;
1283
1300
  }
1284
- `,yu([os({type:String,reflect:!0})],wu.prototype,"icon",void 0),yu([os({type:String,reflect:!0})],wu.prototype,"color",void 0),yu([os({type:String,reflect:!0})],wu.prototype,"size",void 0),wu=yu([ts("og-loader")],wu);class xu{constructor(){this.customProperties={}}get component(){return this._component}atteched(t){}attach(t){this._component=t,this.atteched(t)}}var ku;class Cu extends Kr{constructor(){super(...arguments),ku.set(this,U((()=>{this.dispatchEvent(new Event("state",{bubbles:!0,composed:!0}))})))}get parentComponent(){let t=this;for(;t=t.parentNode;)if(t instanceof Kr)return t;return null}get parentOmegaComponent(){let t=this;for(;t=t.parentNode;)if(t instanceof Cu)return t;return null}getState(){return this.state}setState(t){this.state=t}connectedCallback(){super.connectedCallback(),this.dispatchEvent(new Event("connected"))}disconnectedCallback(){super.disconnectedCallback(),this.dispatchEvent(new Event("disconnected"))}dispatchStateEvent(){(function(t,e,i,o){if("a"===i&&!o)throw new TypeError("Private accessor was defined without a getter");if("function"==typeof e?t!==e||!o:!e.has(t))throw new TypeError("Cannot read private member from an object whose class did not declare it");return"m"===i?o:"a"===i?o.call(t):o?o.value:e.get(t)})(this,ku,"f").call(this)}}ku=new WeakMap,Cu.styles=qn`
1285
- * {
1286
- box-sizing: border-box;
1287
- }
1288
-
1289
- :host {
1290
- display: block;
1291
- font-size: var(--og-font-size);
1292
- font-family: var(--og-font-family);
1293
- }
1294
- `;class Mu{constructor(t){this.factory=t,this.items=new Map}async get(t){return this.items.has(t)||this.items.set(t,await this.factory(t)),this.items.get(t)}remove(t){return this.items.delete(t),this}has(t){return this.items.has(t)}clear(){this.items.clear()}}class _u{constructor(t){this.component=t,t.addEventListener("connected",this.connectedCallback.bind(this)),t.addEventListener("disconnected",this.disconnectedCallback.bind(this))}connectedCallback(){}disconnectedCallback(){}}class Su{init(t){this.component=t}}class Eu{constructor(t){this.component=t,this.plugins=new Map}get(t){return this.plugins.get(t)}register(t){const e=Object.getPrototypeOf(t).constructor.pluginName;if(!e)throw new Error("invalid plugin name");if(this.plugins.has(e))throw new Error("plugin already registered");return this.plugins.set(e,t),t.init(this.component),ln("Ωplugins").info(`plugin ${e} registered`),this}}const zu="\n:root, :host {\n --fa-font-solid: normal 900 1em/1 'Font Awesome 6 Solid';\n --fa-font-regular: normal 400 1em/1 'Font Awesome 6 Regular';\n --fa-font-light: normal 300 1em/1 'Font Awesome 6 Light';\n --fa-font-thin: normal 100 1em/1 'Font Awesome 6 Thin';\n --fa-font-duotone: normal 900 1em/1 'Font Awesome 6 Duotone';\n --fa-font-sharp-solid: normal 900 1em/1 'Font Awesome 6 Sharp';\n --fa-font-sharp-regular: normal 400 1em/1 'Font Awesome 6 Sharp';\n --fa-font-brands: normal 400 1em/1 'Font Awesome 6 Brands'; }\n\nsvg:not(:root).svg-inline--fa, svg:not(:host).svg-inline--fa {\n overflow: visible;\n box-sizing: content-box; }\n\n.svg-inline--fa {\n display: var(--fa-display, inline-block);\n height: 1em;\n overflow: visible;\n vertical-align: -.125em; }\n .svg-inline--fa.fa-2xs {\n vertical-align: 0.1em; }\n .svg-inline--fa.fa-xs {\n vertical-align: 0em; }\n .svg-inline--fa.fa-sm {\n vertical-align: -0.07143em; }\n .svg-inline--fa.fa-lg {\n vertical-align: -0.2em; }\n .svg-inline--fa.fa-xl {\n vertical-align: -0.25em; }\n .svg-inline--fa.fa-2xl {\n vertical-align: -0.3125em; }\n .svg-inline--fa.fa-pull-left {\n margin-right: var(--fa-pull-margin, 0.3em);\n width: auto; }\n .svg-inline--fa.fa-pull-right {\n margin-left: var(--fa-pull-margin, 0.3em);\n width: auto; }\n .svg-inline--fa.fa-li {\n width: var(--fa-li-width, 2em);\n top: 0.25em; }\n .svg-inline--fa.fa-fw {\n width: var(--fa-fw-width, 1.25em); }\n\n.fa-layers svg.svg-inline--fa {\n bottom: 0;\n left: 0;\n margin: auto;\n position: absolute;\n right: 0;\n top: 0; }\n\n.fa-layers-text, .fa-layers-counter {\n display: inline-block;\n position: absolute;\n text-align: center; }\n\n.fa-layers {\n display: inline-block;\n height: 1em;\n position: relative;\n text-align: center;\n vertical-align: -.125em;\n width: 1em; }\n .fa-layers svg.svg-inline--fa {\n -webkit-transform-origin: center center;\n transform-origin: center center; }\n\n.fa-layers-text {\n left: 50%;\n top: 50%;\n -webkit-transform: translate(-50%, -50%);\n transform: translate(-50%, -50%);\n -webkit-transform-origin: center center;\n transform-origin: center center; }\n\n.fa-layers-counter {\n background-color: var(--fa-counter-background-color, #ff253a);\n border-radius: var(--fa-counter-border-radius, 1em);\n box-sizing: border-box;\n color: var(--fa-inverse, #fff);\n line-height: var(--fa-counter-line-height, 1);\n max-width: var(--fa-counter-max-width, 5em);\n min-width: var(--fa-counter-min-width, 1.5em);\n overflow: hidden;\n padding: var(--fa-counter-padding, 0.25em 0.5em);\n right: var(--fa-right, 0);\n text-overflow: ellipsis;\n top: var(--fa-top, 0);\n -webkit-transform: scale(var(--fa-counter-scale, 0.25));\n transform: scale(var(--fa-counter-scale, 0.25));\n -webkit-transform-origin: top right;\n transform-origin: top right; }\n\n.fa-layers-bottom-right {\n bottom: var(--fa-bottom, 0);\n right: var(--fa-right, 0);\n top: auto;\n -webkit-transform: scale(var(--fa-layers-scale, 0.25));\n transform: scale(var(--fa-layers-scale, 0.25));\n -webkit-transform-origin: bottom right;\n transform-origin: bottom right; }\n\n.fa-layers-bottom-left {\n bottom: var(--fa-bottom, 0);\n left: var(--fa-left, 0);\n right: auto;\n top: auto;\n -webkit-transform: scale(var(--fa-layers-scale, 0.25));\n transform: scale(var(--fa-layers-scale, 0.25));\n -webkit-transform-origin: bottom left;\n transform-origin: bottom left; }\n\n.fa-layers-top-right {\n top: var(--fa-top, 0);\n right: var(--fa-right, 0);\n -webkit-transform: scale(var(--fa-layers-scale, 0.25));\n transform: scale(var(--fa-layers-scale, 0.25));\n -webkit-transform-origin: top right;\n transform-origin: top right; }\n\n.fa-layers-top-left {\n left: var(--fa-left, 0);\n right: auto;\n top: var(--fa-top, 0);\n -webkit-transform: scale(var(--fa-layers-scale, 0.25));\n transform: scale(var(--fa-layers-scale, 0.25));\n -webkit-transform-origin: top left;\n transform-origin: top left; }\n\n.fa-1x {\n font-size: 1em; }\n\n.fa-2x {\n font-size: 2em; }\n\n.fa-3x {\n font-size: 3em; }\n\n.fa-4x {\n font-size: 4em; }\n\n.fa-5x {\n font-size: 5em; }\n\n.fa-6x {\n font-size: 6em; }\n\n.fa-7x {\n font-size: 7em; }\n\n.fa-8x {\n font-size: 8em; }\n\n.fa-9x {\n font-size: 9em; }\n\n.fa-10x {\n font-size: 10em; }\n\n.fa-2xs {\n font-size: 0.625em;\n line-height: 0.1em;\n vertical-align: 0.225em; }\n\n.fa-xs {\n font-size: 0.75em;\n line-height: 0.08333em;\n vertical-align: 0.125em; }\n\n.fa-sm {\n font-size: 0.875em;\n line-height: 0.07143em;\n vertical-align: 0.05357em; }\n\n.fa-lg {\n font-size: 1.25em;\n line-height: 0.05em;\n vertical-align: -0.075em; }\n\n.fa-xl {\n font-size: 1.5em;\n line-height: 0.04167em;\n vertical-align: -0.125em; }\n\n.fa-2xl {\n font-size: 2em;\n line-height: 0.03125em;\n vertical-align: -0.1875em; }\n\n.fa-fw {\n text-align: center;\n width: 1.25em; }\n\n.fa-ul {\n list-style-type: none;\n margin-left: var(--fa-li-margin, 2.5em);\n padding-left: 0; }\n .fa-ul > li {\n position: relative; }\n\n.fa-li {\n left: calc(var(--fa-li-width, 2em) * -1);\n position: absolute;\n text-align: center;\n width: var(--fa-li-width, 2em);\n line-height: inherit; }\n\n.fa-border {\n border-color: var(--fa-border-color, #eee);\n border-radius: var(--fa-border-radius, 0.1em);\n border-style: var(--fa-border-style, solid);\n border-width: var(--fa-border-width, 0.08em);\n padding: var(--fa-border-padding, 0.2em 0.25em 0.15em); }\n\n.fa-pull-left {\n float: left;\n margin-right: var(--fa-pull-margin, 0.3em); }\n\n.fa-pull-right {\n float: right;\n margin-left: var(--fa-pull-margin, 0.3em); }\n\n.fa-beat {\n -webkit-animation-name: fa-beat;\n animation-name: fa-beat;\n -webkit-animation-delay: var(--fa-animation-delay, 0s);\n animation-delay: var(--fa-animation-delay, 0s);\n -webkit-animation-direction: var(--fa-animation-direction, normal);\n animation-direction: var(--fa-animation-direction, normal);\n -webkit-animation-duration: var(--fa-animation-duration, 1s);\n animation-duration: var(--fa-animation-duration, 1s);\n -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);\n animation-iteration-count: var(--fa-animation-iteration-count, infinite);\n -webkit-animation-timing-function: var(--fa-animation-timing, ease-in-out);\n animation-timing-function: var(--fa-animation-timing, ease-in-out); }\n\n.fa-bounce {\n -webkit-animation-name: fa-bounce;\n animation-name: fa-bounce;\n -webkit-animation-delay: var(--fa-animation-delay, 0s);\n animation-delay: var(--fa-animation-delay, 0s);\n -webkit-animation-direction: var(--fa-animation-direction, normal);\n animation-direction: var(--fa-animation-direction, normal);\n -webkit-animation-duration: var(--fa-animation-duration, 1s);\n animation-duration: var(--fa-animation-duration, 1s);\n -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);\n animation-iteration-count: var(--fa-animation-iteration-count, infinite);\n -webkit-animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1));\n animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1)); }\n\n.fa-fade {\n -webkit-animation-name: fa-fade;\n animation-name: fa-fade;\n -webkit-animation-delay: var(--fa-animation-delay, 0s);\n animation-delay: var(--fa-animation-delay, 0s);\n -webkit-animation-direction: var(--fa-animation-direction, normal);\n animation-direction: var(--fa-animation-direction, normal);\n -webkit-animation-duration: var(--fa-animation-duration, 1s);\n animation-duration: var(--fa-animation-duration, 1s);\n -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);\n animation-iteration-count: var(--fa-animation-iteration-count, infinite);\n -webkit-animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));\n animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1)); }\n\n.fa-beat-fade {\n -webkit-animation-name: fa-beat-fade;\n animation-name: fa-beat-fade;\n -webkit-animation-delay: var(--fa-animation-delay, 0s);\n animation-delay: var(--fa-animation-delay, 0s);\n -webkit-animation-direction: var(--fa-animation-direction, normal);\n animation-direction: var(--fa-animation-direction, normal);\n -webkit-animation-duration: var(--fa-animation-duration, 1s);\n animation-duration: var(--fa-animation-duration, 1s);\n -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);\n animation-iteration-count: var(--fa-animation-iteration-count, infinite);\n -webkit-animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));\n animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1)); }\n\n.fa-flip {\n -webkit-animation-name: fa-flip;\n animation-name: fa-flip;\n -webkit-animation-delay: var(--fa-animation-delay, 0s);\n animation-delay: var(--fa-animation-delay, 0s);\n -webkit-animation-direction: var(--fa-animation-direction, normal);\n animation-direction: var(--fa-animation-direction, normal);\n -webkit-animation-duration: var(--fa-animation-duration, 1s);\n animation-duration: var(--fa-animation-duration, 1s);\n -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);\n animation-iteration-count: var(--fa-animation-iteration-count, infinite);\n -webkit-animation-timing-function: var(--fa-animation-timing, ease-in-out);\n animation-timing-function: var(--fa-animation-timing, ease-in-out); }\n\n.fa-shake {\n -webkit-animation-name: fa-shake;\n animation-name: fa-shake;\n -webkit-animation-delay: var(--fa-animation-delay, 0s);\n animation-delay: var(--fa-animation-delay, 0s);\n -webkit-animation-direction: var(--fa-animation-direction, normal);\n animation-direction: var(--fa-animation-direction, normal);\n -webkit-animation-duration: var(--fa-animation-duration, 1s);\n animation-duration: var(--fa-animation-duration, 1s);\n -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);\n animation-iteration-count: var(--fa-animation-iteration-count, infinite);\n -webkit-animation-timing-function: var(--fa-animation-timing, linear);\n animation-timing-function: var(--fa-animation-timing, linear); }\n\n.fa-spin {\n -webkit-animation-name: fa-spin;\n animation-name: fa-spin;\n -webkit-animation-delay: var(--fa-animation-delay, 0s);\n animation-delay: var(--fa-animation-delay, 0s);\n -webkit-animation-direction: var(--fa-animation-direction, normal);\n animation-direction: var(--fa-animation-direction, normal);\n -webkit-animation-duration: var(--fa-animation-duration, 2s);\n animation-duration: var(--fa-animation-duration, 2s);\n -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);\n animation-iteration-count: var(--fa-animation-iteration-count, infinite);\n -webkit-animation-timing-function: var(--fa-animation-timing, linear);\n animation-timing-function: var(--fa-animation-timing, linear); }\n\n.fa-spin-reverse {\n --fa-animation-direction: reverse; }\n\n.fa-pulse,\n.fa-spin-pulse {\n -webkit-animation-name: fa-spin;\n animation-name: fa-spin;\n -webkit-animation-direction: var(--fa-animation-direction, normal);\n animation-direction: var(--fa-animation-direction, normal);\n -webkit-animation-duration: var(--fa-animation-duration, 1s);\n animation-duration: var(--fa-animation-duration, 1s);\n -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);\n animation-iteration-count: var(--fa-animation-iteration-count, infinite);\n -webkit-animation-timing-function: var(--fa-animation-timing, steps(8));\n animation-timing-function: var(--fa-animation-timing, steps(8)); }\n\n@media (prefers-reduced-motion: reduce) {\n .fa-beat,\n .fa-bounce,\n .fa-fade,\n .fa-beat-fade,\n .fa-flip,\n .fa-pulse,\n .fa-shake,\n .fa-spin,\n .fa-spin-pulse {\n -webkit-animation-delay: -1ms;\n animation-delay: -1ms;\n -webkit-animation-duration: 1ms;\n animation-duration: 1ms;\n -webkit-animation-iteration-count: 1;\n animation-iteration-count: 1;\n -webkit-transition-delay: 0s;\n transition-delay: 0s;\n -webkit-transition-duration: 0s;\n transition-duration: 0s; } }\n\n@-webkit-keyframes fa-beat {\n 0%, 90% {\n -webkit-transform: scale(1);\n transform: scale(1); }\n 45% {\n -webkit-transform: scale(var(--fa-beat-scale, 1.25));\n transform: scale(var(--fa-beat-scale, 1.25)); } }\n\n@keyframes fa-beat {\n 0%, 90% {\n -webkit-transform: scale(1);\n transform: scale(1); }\n 45% {\n -webkit-transform: scale(var(--fa-beat-scale, 1.25));\n transform: scale(var(--fa-beat-scale, 1.25)); } }\n\n@-webkit-keyframes fa-bounce {\n 0% {\n -webkit-transform: scale(1, 1) translateY(0);\n transform: scale(1, 1) translateY(0); }\n 10% {\n -webkit-transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0);\n transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0); }\n 30% {\n -webkit-transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em));\n transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em)); }\n 50% {\n -webkit-transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0);\n transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0); }\n 57% {\n -webkit-transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em));\n transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em)); }\n 64% {\n -webkit-transform: scale(1, 1) translateY(0);\n transform: scale(1, 1) translateY(0); }\n 100% {\n -webkit-transform: scale(1, 1) translateY(0);\n transform: scale(1, 1) translateY(0); } }\n\n@keyframes fa-bounce {\n 0% {\n -webkit-transform: scale(1, 1) translateY(0);\n transform: scale(1, 1) translateY(0); }\n 10% {\n -webkit-transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0);\n transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0); }\n 30% {\n -webkit-transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em));\n transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em)); }\n 50% {\n -webkit-transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0);\n transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0); }\n 57% {\n -webkit-transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em));\n transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em)); }\n 64% {\n -webkit-transform: scale(1, 1) translateY(0);\n transform: scale(1, 1) translateY(0); }\n 100% {\n -webkit-transform: scale(1, 1) translateY(0);\n transform: scale(1, 1) translateY(0); } }\n\n@-webkit-keyframes fa-fade {\n 50% {\n opacity: var(--fa-fade-opacity, 0.4); } }\n\n@keyframes fa-fade {\n 50% {\n opacity: var(--fa-fade-opacity, 0.4); } }\n\n@-webkit-keyframes fa-beat-fade {\n 0%, 100% {\n opacity: var(--fa-beat-fade-opacity, 0.4);\n -webkit-transform: scale(1);\n transform: scale(1); }\n 50% {\n opacity: 1;\n -webkit-transform: scale(var(--fa-beat-fade-scale, 1.125));\n transform: scale(var(--fa-beat-fade-scale, 1.125)); } }\n\n@keyframes fa-beat-fade {\n 0%, 100% {\n opacity: var(--fa-beat-fade-opacity, 0.4);\n -webkit-transform: scale(1);\n transform: scale(1); }\n 50% {\n opacity: 1;\n -webkit-transform: scale(var(--fa-beat-fade-scale, 1.125));\n transform: scale(var(--fa-beat-fade-scale, 1.125)); } }\n\n@-webkit-keyframes fa-flip {\n 50% {\n -webkit-transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));\n transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg)); } }\n\n@keyframes fa-flip {\n 50% {\n -webkit-transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));\n transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg)); } }\n\n@-webkit-keyframes fa-shake {\n 0% {\n -webkit-transform: rotate(-15deg);\n transform: rotate(-15deg); }\n 4% {\n -webkit-transform: rotate(15deg);\n transform: rotate(15deg); }\n 8%, 24% {\n -webkit-transform: rotate(-18deg);\n transform: rotate(-18deg); }\n 12%, 28% {\n -webkit-transform: rotate(18deg);\n transform: rotate(18deg); }\n 16% {\n -webkit-transform: rotate(-22deg);\n transform: rotate(-22deg); }\n 20% {\n -webkit-transform: rotate(22deg);\n transform: rotate(22deg); }\n 32% {\n -webkit-transform: rotate(-12deg);\n transform: rotate(-12deg); }\n 36% {\n -webkit-transform: rotate(12deg);\n transform: rotate(12deg); }\n 40%, 100% {\n -webkit-transform: rotate(0deg);\n transform: rotate(0deg); } }\n\n@keyframes fa-shake {\n 0% {\n -webkit-transform: rotate(-15deg);\n transform: rotate(-15deg); }\n 4% {\n -webkit-transform: rotate(15deg);\n transform: rotate(15deg); }\n 8%, 24% {\n -webkit-transform: rotate(-18deg);\n transform: rotate(-18deg); }\n 12%, 28% {\n -webkit-transform: rotate(18deg);\n transform: rotate(18deg); }\n 16% {\n -webkit-transform: rotate(-22deg);\n transform: rotate(-22deg); }\n 20% {\n -webkit-transform: rotate(22deg);\n transform: rotate(22deg); }\n 32% {\n -webkit-transform: rotate(-12deg);\n transform: rotate(-12deg); }\n 36% {\n -webkit-transform: rotate(12deg);\n transform: rotate(12deg); }\n 40%, 100% {\n -webkit-transform: rotate(0deg);\n transform: rotate(0deg); } }\n\n@-webkit-keyframes fa-spin {\n 0% {\n -webkit-transform: rotate(0deg);\n transform: rotate(0deg); }\n 100% {\n -webkit-transform: rotate(360deg);\n transform: rotate(360deg); } }\n\n@keyframes fa-spin {\n 0% {\n -webkit-transform: rotate(0deg);\n transform: rotate(0deg); }\n 100% {\n -webkit-transform: rotate(360deg);\n transform: rotate(360deg); } }\n\n.fa-rotate-90 {\n -webkit-transform: rotate(90deg);\n transform: rotate(90deg); }\n\n.fa-rotate-180 {\n -webkit-transform: rotate(180deg);\n transform: rotate(180deg); }\n\n.fa-rotate-270 {\n -webkit-transform: rotate(270deg);\n transform: rotate(270deg); }\n\n.fa-flip-horizontal {\n -webkit-transform: scale(-1, 1);\n transform: scale(-1, 1); }\n\n.fa-flip-vertical {\n -webkit-transform: scale(1, -1);\n transform: scale(1, -1); }\n\n.fa-flip-both,\n.fa-flip-horizontal.fa-flip-vertical {\n -webkit-transform: scale(-1, -1);\n transform: scale(-1, -1); }\n\n.fa-rotate-by {\n -webkit-transform: rotate(var(--fa-rotate-angle, none));\n transform: rotate(var(--fa-rotate-angle, none)); }\n\n.fa-stack {\n display: inline-block;\n vertical-align: middle;\n height: 2em;\n position: relative;\n width: 2.5em; }\n\n.fa-stack-1x,\n.fa-stack-2x {\n bottom: 0;\n left: 0;\n margin: auto;\n position: absolute;\n right: 0;\n top: 0;\n z-index: var(--fa-stack-z-index, auto); }\n\n.svg-inline--fa.fa-stack-1x {\n height: 1em;\n width: 1.25em; }\n\n.svg-inline--fa.fa-stack-2x {\n height: 2em;\n width: 2.5em; }\n\n.fa-inverse {\n color: var(--fa-inverse, #fff); }\n\n.sr-only,\n.fa-sr-only {\n position: absolute;\n width: 1px;\n height: 1px;\n padding: 0;\n margin: -1px;\n overflow: hidden;\n clip: rect(0, 0, 0, 0);\n white-space: nowrap;\n border-width: 0; }\n\n.sr-only-focusable:not(:focus),\n.fa-sr-only-focusable:not(:focus) {\n position: absolute;\n width: 1px;\n height: 1px;\n padding: 0;\n margin: -1px;\n overflow: hidden;\n clip: rect(0, 0, 0, 0);\n white-space: nowrap;\n border-width: 0; }\n\n.svg-inline--fa .fa-primary {\n fill: var(--fa-primary-color, currentColor);\n opacity: var(--fa-primary-opacity, 1); }\n\n.svg-inline--fa .fa-secondary {\n fill: var(--fa-secondary-color, currentColor);\n opacity: var(--fa-secondary-opacity, 0.4); }\n\n.svg-inline--fa.fa-swap-opacity .fa-primary {\n opacity: var(--fa-secondary-opacity, 0.4); }\n\n.svg-inline--fa.fa-swap-opacity .fa-secondary {\n opacity: var(--fa-primary-opacity, 1); }\n\n.svg-inline--fa mask .fa-primary,\n.svg-inline--fa mask .fa-secondary {\n fill: black; }\n\n.fad.fa-inverse,\n.fa-duotone.fa-inverse {\n color: var(--fa-inverse, #fff); }\n\n",Lu="adoptedStyleSheets"in document,Ru=({css:t})=>{try{const e=new CSSStyleSheet;return e.replaceSync(t),e}catch{return}},Iu=({css:t})=>{const e=document.createElement("template");return e.innerHTML=`\n\t\t<style>${t}</style>\n\t`,e},Hu=Lu?Ru({css:zu}):null,Tu=Hu?null:Iu({css:zu}),Au=Hu?({css:t})=>{const e=Ru({css:t});return t=>{t.shadowRoot.adoptedStyleSheets=[Hu,e]}}:({css:t})=>{const e=Symbol("is-applied"),i=Iu({css:t});return t=>{t[e]||(t[e]=!0,t.shadowRoot.appendChild(Tu.content.cloneNode(!0)),t.shadowRoot.appendChild(i.content.cloneNode(!0)))}};function Ou({prototype:t},e){for(const[i,o]of Object.entries(e))$u(t,i,o);t.connectedCallback=function(){for(const[t,{connect:i=(()=>{})}]of Object.entries(e))i(this,t)}}function $u(t,e,{get:i,set:o,observe:n=(()=>{}),defaultValue:r}){const s=i||((t,e)=>e),a=o||((t,e)=>e),l=Symbol(`cached-${e}`);t[l]=r,Object.defineProperty(t,e,{get(){const t=this[l];return this[l]=s(this,this[l]),this[l]!==t&&n(this,this[l],t),this[l]},set(t){const e=this[l],i=a(this,t,this[l]);void 0!==i&&(this[l]=s(this,i),e!==this[l]&&n(this,this[l],e))},enumerable:!0,configurable:!1})}function Du({attribute:t,defaultValue:e,...i}){return{connect:Bu(t,e),defaultValue:e,...i}}function Nu({defaultValue:t=!1,set:e=((t,e)=>e),...i}){return Du({defaultValue:t,set:(t,i)=>e(t,Boolean(i)),...i})}function Pu({defaultValue:t="",set:e=((t,e)=>e),...i}){return Du({defaultValue:t,set:(t,i)=>e(t,Vu(i)),...i})}function ju({defaultValue:t="",set:e=((t,e)=>e),...i}){return Du({defaultValue:t,set:(t,i)=>{const o="object"==typeof i?i:Vu(i);return e(t,o)},...i})}function Vu(t){return null==t?"":String(t)}function Bu(t,e){const i="boolean"==typeof e?()=>!0:e=>e.getAttribute(t);return(e,o)=>{e.hasAttribute(t)&&(e[o]=i(e))}}let Fu,Wu,Uu,Gu;function qu(t){return Fu?"string"==typeof t?Fu({iconName:t}):t&&2<=t.length?Fu({prefix:t[0],iconName:t[1]}):t:t}function Yu(...t){return Wu?Qu("html",Wu(...t)):void 0}function Zu(...t){return Uu?Qu("html",Uu(...t)):void 0}function Xu(...t){return Gu?Gu.transform(...t):void 0}function Qu(t,e){if(e)return e[t]}function Ku(t,e){if(void 0===e)return e=>Ku(t,e);const i=(t,e)=>{return"function"==typeof t?t((i=e)?i.replace(/[^0-9a-zA-Z-_]/g,""):""):t;var i};return(o,n,r)=>{(r||n)&&(o[t].classList.remove(i(e,r)),n&&o[t].classList.add(i(e,n)))}}const Ju=Au({css:'\n:host {\n\tbox-sizing: border-box;\n\tdisplay: inline-block;\n\tline-height: 1; }\n\n:host([pull="left"]) {\n\tfloat: left;\n\tmargin-right: .3em; }\n\n:host([pull="right"]) {\n\tfloat: right;\n\tmargin-left: .3em; }\n'}),tp=document.createElement("template");function ep({icon:t=[]}={}){const[e=1,i=1,,,o=""]=t;return[`<svg\n\t\t\tclass="svg-inline--fa"\n\t\t\taria-hidden="true"\n\t\t\trole="img"\n\t\t\tfocusable="false"\n\t\t\txmlns="http://www.w3.org/2000/svg"\n\t\t\tviewBox="0 0 ${e} ${i}"\n\t\t>\n\t\t\t${Array.isArray(o)?`<g class="fa-group">\n\t\t\t<path class="fa-secondary" fill="currentColor" d="${o[1]}" />\n\t\t\t<path class="fa-primary" fill="currentColor" d="${o[0]}" />\n\t\t</g>`:`<path fill="currentColor" d="${o}" />`}\n\t\t</svg>`]}tp.innerHTML=ep({icon:[]});const ip={SVG:Symbol("svg"),PATH_PRIMARY:Symbol("path-primary"),PATH_SECONDARY:Symbol("path-secondary"),NEEDS_REDRAW:Symbol("needs-complete-redraw-of-structure")},op=Ku(ip.SVG),np=t=>op((e=>t.concat(e))),rp={icon:ju({attribute:"icon",observe:lp}),resolvedIcon:{get:({icon:t,_resolve:e})=>e(t)},isDuotone:{get:ap},transform:ju({attribute:"transform",observe:lp}),parsedTransform:{get:function({_parseTransform:t,transform:e}){return(e&&"string"==typeof e?t(e):e)||void 0}},size:Pu({attribute:"size",observe:np("fa-")}),rotation:Pu({attribute:"rotation",observe:np("fa-rotate-")}),flip:Pu({attribute:"flip",observe:np("fa-flip-")}),pull:Pu({attribute:"pull",observe:("pull",(t,e)=>t.setAttribute("pull",e))}),mask:ju({attribute:"mask",observe:lp}),resolvedMask:{get:({mask:t,_resolve:e})=>e(t)},fixedWidth:Nu({attribute:"fixed-width",observe:op("fa-fw")}),spin:Nu({attribute:"spin",observe:op("fa-spin")}),pulse:Nu({attribute:"pulse",observe:op("fa-pulse")}),inverse:Nu({attribute:"inverse",observe:op("fa-inverse")}),swapOpacity:Nu({attribute:"swap-opacity",observe:op("fa-swap-opacity")})};class sp extends HTMLElement{constructor(){super();const t=this.attachShadow({mode:"open"});t.appendChild(tp.content.cloneNode(!0)),Ju(this),this[ip.SVG]=t.querySelector("svg"),this[ip.PATH_PRIMARY]=t.querySelector("path"),this[ip.NEEDS_REDRAW]=t=>t.isDuotone||t.transform||t.mask,this._toHtml=Yu,this._resolve=qu,this._parseTransform=Xu,this.spin=!1}}function ap({resolvedIcon:t}){return t&&t.icon&&Array.isArray(t.icon[4])}function lp(t){t[ip.NEEDS_REDRAW](t)?function(t){const e=t[ip.SVG].classList;t[ip.SVG].remove();const i={transform:t.parsedTransform,mask:t.resolvedMask},[o]=t._toHtml(t.resolvedIcon,i)||ep(t.resolvedIcon);t.shadowRoot.innerHTML=t.shadowRoot.innerHTML.concat(o),t[ip.SVG]=t.shadowRoot.querySelector("svg"),t[ip.SVG].classList.add(...e);const n=t.shadowRoot.querySelectorAll("path");t[ip.PATH_PRIMARY]=n[1]?n[1]:n[0],t[ip.PATH_SECONDARY]=n[1]?n[0]:void 0;const{isDuotone:r}=t;t[ip.NEEDS_REDRAW]=t=>r!==t.isDuotone||t.transform||t.mask}(t):function(t){const{resolvedIcon:e}=t;if(!e)return;t[ip.SVG].setAttribute("viewBox",`0 0 ${e.icon[0]} ${e.icon[1]}`);(ap(t)?hp:cp)(t,{vectorDefinition:e.icon[4]})}(t)}function cp(t,{vectorDefinition:e}){t[ip.PATH_PRIMARY].setAttribute("d",e)}function hp(t,{vectorDefinition:e}){t[ip.PATH_PRIMARY].setAttribute("d",e[0]),t[ip.PATH_SECONDARY].setAttribute("d",e[1])}Ou(sp,rp);const dp=Au({css:'\n\t:host {\n\t\tbox-sizing: border-box;\n\t\tdisplay: inline-block;\n\t\tline-height: 1; }\n\n\t\t:host([pull="left"]) {\n\t\t\tfloat: left;\n\t\t\tmargin-right: .3em; }\n\n\t\t:host([pull="right"]) {\n\t\t\tfloat: right;\n\t\t\tmargin-left: .3em; }\n\n\t::slotted(*) {\n\t\tbottom: 0;\n\t\tleft: 0;\n\t\tmargin: auto;\n\t\tposition: absolute;\n\t\tright: 0;\n\t\ttop: 0; }\n'}),up=document.createElement("template");up.innerHTML='\n<span class="fa-layers">\n\t<slot></slot>\n</span>\n';const pp={LAYERS:Symbol("layers")},gp=Ku(pp.LAYERS),fp={size:{...rp.size,observe:("fa-",gp((t=>"fa-".concat(t))))},fixedWidth:{...rp.fixedWidth,observe:gp("fa-fw")},pull:rp.pull};class mp extends HTMLElement{constructor(){super();const t=this.attachShadow({mode:"open"});t.appendChild(up.content.cloneNode(!0)),dp(this),this[pp.LAYERS]=t.querySelector(".fa-layers")}}Ou(mp,fp);const vp=Au({css:"\n:host {\n\tbox-sizing: border-box;\n\tdisplay: inline-block;\n\tline-height: 1; }\n\n.fa-layers-counter {\n\tbackground: var(--fa-layers-counter-background, #ff253a); }\n"}),bp=document.createElement("template");bp.innerHTML='\n<span class="fa-layers-text"></span>\n';const yp={CONTAINER:Symbol("container"),NEEDS_REDRAW:Symbol("needs-complete-redraw-of-structure")},wp=Ku(yp.CONTAINER),xp=t=>wp((e=>t.concat(e))),kp={value:Pu({attribute:"value",observe:Mp}),transform:{...rp.transform,observe:Mp},parsedTransform:rp.parsedTransform,size:Pu({attribute:"size",observe:xp("fa-")}),position:Pu({attribute:"position",observe:xp("fa-layers-")}),fixedWidth:Nu({attribute:"fixed-width",observe:wp("fa-fw")}),inverse:Nu({attribute:"inverse",observe:wp("fa-inverse")}),counter:Nu({attribute:"counter",observe:Mp})};class Cp extends HTMLElement{constructor(){super();const t=this.attachShadow({mode:"open"});t.appendChild(bp.content.cloneNode(!0)),vp(this),this[yp.CONTAINER]=t.querySelector(".fa-layers-text"),this[yp.NEEDS_REDRAW]=t=>t.transform,this._toHtml=Zu,this._parseTransform=Xu}}function Mp(t){t[yp.NEEDS_REDRAW](t)&&function(t){const e=t[yp.CONTAINER].classList;t[yp.CONTAINER].remove();const i={transform:t.parsedTransform},[o]=t._toHtml(String(t.value),i)||function(t=""){const e=document.createElement("span");return e.className="fa-layers-text",e.textContent=t,[e.outerHTML]}(t.value);t.shadowRoot.innerHTML=t.shadowRoot.innerHTML.concat(o),t[yp.CONTAINER]=t.shadowRoot.querySelector(".fa-layers-text"),t[yp.CONTAINER].classList.add(...e);const{transform:n}=t;t[yp.NEEDS_REDRAW]=t=>n!==t.transform}(t),function(t){const e=t[yp.CONTAINER].classList,i=t.counter?"fa-layers-counter":"fa-layers-text";e.contains(i)||(t[yp.CONTAINER].classList.remove("fa-layers-counter","fa-layers-text"),t[yp.CONTAINER].classList.add(i))}(t),function(t,e=t.value){const i=t.counter&&!e?0:e;t[yp.CONTAINER].textContent=i}(t)}Ou(Cp,kp),function({findIconDefinition:t,icon:e,text:i,parse:o}){Fu=t,Wu=e,Uu=i,Gu=o}({findIconDefinition:Th,icon:Ah,text:Oh,parse:Hh}),customElements.get("og-fa-icon")||customElements.define("og-fa-icon",sp),customElements.get("og-fa-layers")||customElements.define("og-fa-layers",mp);class _p{constructor(t){this.items=[],t&&this.populate(t)}clean(){const t=new Set;let e=!1;return this.items.forEach(((i,o)=>{i.container?e=i.container.clean()||e:i.tabs&&i.tabs.length||t.add(o)})),this.items=this.items.filter(((e,i)=>!t.has(i))),1==this.items.length&&this.parentItem&&(this.parentItem.tabs=this.items[0].tabs,this.parentItem.container=this.items[0].container,this.parentItem.parentContainer=this.items[0].parentContainer,e=!0),t.size>0||e}populate(t){this.orientation=t.orientation,this.items=t.items?t.items.map((t=>({tabs:t.tabs,selectedIndex:t.selectedIndex,container:t.container?new _p(t.container):null,size:t.size}))):[],this.items.forEach((t=>{t.parentContainer=this,t.container&&(t.container.parentItem=t)}))}updateTab(t,e){this.items.forEach((i=>{if(i.container)i.container.updateTab(t,e);else if(i.tabs)for(let o=0;o<i.tabs.length;o++)if(i.tabs[o].id==t){Object.assign(i.tabs[o],e);break}}))}addTab(t,e){for(const i of this.items)if(i.container)i.container.addTab(t,e);else{if(i.tabs=i.tabs||[],null==e)return void i.tabs.push(t);{const o=i.tabs.findIndex((t=>t.id==e))+1;if(o>0)return void i.tabs.splice(o,0,t)}}}removeTab(t){this.items.forEach((e=>{if(e.container)e.container.removeTab(t);else if(e.tabs){const i=e.tabs.findIndex((e=>e.id==t));i>-1&&e.tabs.splice(i,1)}}))}walk(t,e){for(const i of this.items)if(i.container){if(!1===i.container.walk(t,i.container))return!1}else if(i.tabs)for(const o of i.tabs)if(!1===t(o,e||this))return!1;return!0}getSourceData(){return{orientation:this.orientation,items:this.items.map((t=>{const e={};return e.collapsed=t.collapsed,e.size=t.size,e.selectedIndex=t.selectedIndex,t.container?e.container=t.container.getSourceData():t.tabs&&(e.tabs=t.tabs.map((t=>{const e=Object.assign({},t);return delete e.unsaved,e}))),e}))}}}const Sp={TAB_PANEL_HEIGHT:30,TAB_PANEL_BORDER:2,...W},Ep=qn`
1301
+ `,Su([os({type:String,reflect:!0})],Eu.prototype,"icon",void 0),Su([os({type:String,reflect:!0})],Eu.prototype,"color",void 0),Su([os({type:String,reflect:!0})],Eu.prototype,"size",void 0),Eu=Su([ts("og-loader")],Eu);const zu="\n:root, :host {\n --fa-font-solid: normal 900 1em/1 'Font Awesome 6 Solid';\n --fa-font-regular: normal 400 1em/1 'Font Awesome 6 Regular';\n --fa-font-light: normal 300 1em/1 'Font Awesome 6 Light';\n --fa-font-thin: normal 100 1em/1 'Font Awesome 6 Thin';\n --fa-font-duotone: normal 900 1em/1 'Font Awesome 6 Duotone';\n --fa-font-sharp-solid: normal 900 1em/1 'Font Awesome 6 Sharp';\n --fa-font-sharp-regular: normal 400 1em/1 'Font Awesome 6 Sharp';\n --fa-font-brands: normal 400 1em/1 'Font Awesome 6 Brands'; }\n\nsvg:not(:root).svg-inline--fa, svg:not(:host).svg-inline--fa {\n overflow: visible;\n box-sizing: content-box; }\n\n.svg-inline--fa {\n display: var(--fa-display, inline-block);\n height: 1em;\n overflow: visible;\n vertical-align: -.125em; }\n .svg-inline--fa.fa-2xs {\n vertical-align: 0.1em; }\n .svg-inline--fa.fa-xs {\n vertical-align: 0em; }\n .svg-inline--fa.fa-sm {\n vertical-align: -0.07143em; }\n .svg-inline--fa.fa-lg {\n vertical-align: -0.2em; }\n .svg-inline--fa.fa-xl {\n vertical-align: -0.25em; }\n .svg-inline--fa.fa-2xl {\n vertical-align: -0.3125em; }\n .svg-inline--fa.fa-pull-left {\n margin-right: var(--fa-pull-margin, 0.3em);\n width: auto; }\n .svg-inline--fa.fa-pull-right {\n margin-left: var(--fa-pull-margin, 0.3em);\n width: auto; }\n .svg-inline--fa.fa-li {\n width: var(--fa-li-width, 2em);\n top: 0.25em; }\n .svg-inline--fa.fa-fw {\n width: var(--fa-fw-width, 1.25em); }\n\n.fa-layers svg.svg-inline--fa {\n bottom: 0;\n left: 0;\n margin: auto;\n position: absolute;\n right: 0;\n top: 0; }\n\n.fa-layers-text, .fa-layers-counter {\n display: inline-block;\n position: absolute;\n text-align: center; }\n\n.fa-layers {\n display: inline-block;\n height: 1em;\n position: relative;\n text-align: center;\n vertical-align: -.125em;\n width: 1em; }\n .fa-layers svg.svg-inline--fa {\n -webkit-transform-origin: center center;\n transform-origin: center center; }\n\n.fa-layers-text {\n left: 50%;\n top: 50%;\n -webkit-transform: translate(-50%, -50%);\n transform: translate(-50%, -50%);\n -webkit-transform-origin: center center;\n transform-origin: center center; }\n\n.fa-layers-counter {\n background-color: var(--fa-counter-background-color, #ff253a);\n border-radius: var(--fa-counter-border-radius, 1em);\n box-sizing: border-box;\n color: var(--fa-inverse, #fff);\n line-height: var(--fa-counter-line-height, 1);\n max-width: var(--fa-counter-max-width, 5em);\n min-width: var(--fa-counter-min-width, 1.5em);\n overflow: hidden;\n padding: var(--fa-counter-padding, 0.25em 0.5em);\n right: var(--fa-right, 0);\n text-overflow: ellipsis;\n top: var(--fa-top, 0);\n -webkit-transform: scale(var(--fa-counter-scale, 0.25));\n transform: scale(var(--fa-counter-scale, 0.25));\n -webkit-transform-origin: top right;\n transform-origin: top right; }\n\n.fa-layers-bottom-right {\n bottom: var(--fa-bottom, 0);\n right: var(--fa-right, 0);\n top: auto;\n -webkit-transform: scale(var(--fa-layers-scale, 0.25));\n transform: scale(var(--fa-layers-scale, 0.25));\n -webkit-transform-origin: bottom right;\n transform-origin: bottom right; }\n\n.fa-layers-bottom-left {\n bottom: var(--fa-bottom, 0);\n left: var(--fa-left, 0);\n right: auto;\n top: auto;\n -webkit-transform: scale(var(--fa-layers-scale, 0.25));\n transform: scale(var(--fa-layers-scale, 0.25));\n -webkit-transform-origin: bottom left;\n transform-origin: bottom left; }\n\n.fa-layers-top-right {\n top: var(--fa-top, 0);\n right: var(--fa-right, 0);\n -webkit-transform: scale(var(--fa-layers-scale, 0.25));\n transform: scale(var(--fa-layers-scale, 0.25));\n -webkit-transform-origin: top right;\n transform-origin: top right; }\n\n.fa-layers-top-left {\n left: var(--fa-left, 0);\n right: auto;\n top: var(--fa-top, 0);\n -webkit-transform: scale(var(--fa-layers-scale, 0.25));\n transform: scale(var(--fa-layers-scale, 0.25));\n -webkit-transform-origin: top left;\n transform-origin: top left; }\n\n.fa-1x {\n font-size: 1em; }\n\n.fa-2x {\n font-size: 2em; }\n\n.fa-3x {\n font-size: 3em; }\n\n.fa-4x {\n font-size: 4em; }\n\n.fa-5x {\n font-size: 5em; }\n\n.fa-6x {\n font-size: 6em; }\n\n.fa-7x {\n font-size: 7em; }\n\n.fa-8x {\n font-size: 8em; }\n\n.fa-9x {\n font-size: 9em; }\n\n.fa-10x {\n font-size: 10em; }\n\n.fa-2xs {\n font-size: 0.625em;\n line-height: 0.1em;\n vertical-align: 0.225em; }\n\n.fa-xs {\n font-size: 0.75em;\n line-height: 0.08333em;\n vertical-align: 0.125em; }\n\n.fa-sm {\n font-size: 0.875em;\n line-height: 0.07143em;\n vertical-align: 0.05357em; }\n\n.fa-lg {\n font-size: 1.25em;\n line-height: 0.05em;\n vertical-align: -0.075em; }\n\n.fa-xl {\n font-size: 1.5em;\n line-height: 0.04167em;\n vertical-align: -0.125em; }\n\n.fa-2xl {\n font-size: 2em;\n line-height: 0.03125em;\n vertical-align: -0.1875em; }\n\n.fa-fw {\n text-align: center;\n width: 1.25em; }\n\n.fa-ul {\n list-style-type: none;\n margin-left: var(--fa-li-margin, 2.5em);\n padding-left: 0; }\n .fa-ul > li {\n position: relative; }\n\n.fa-li {\n left: calc(var(--fa-li-width, 2em) * -1);\n position: absolute;\n text-align: center;\n width: var(--fa-li-width, 2em);\n line-height: inherit; }\n\n.fa-border {\n border-color: var(--fa-border-color, #eee);\n border-radius: var(--fa-border-radius, 0.1em);\n border-style: var(--fa-border-style, solid);\n border-width: var(--fa-border-width, 0.08em);\n padding: var(--fa-border-padding, 0.2em 0.25em 0.15em); }\n\n.fa-pull-left {\n float: left;\n margin-right: var(--fa-pull-margin, 0.3em); }\n\n.fa-pull-right {\n float: right;\n margin-left: var(--fa-pull-margin, 0.3em); }\n\n.fa-beat {\n -webkit-animation-name: fa-beat;\n animation-name: fa-beat;\n -webkit-animation-delay: var(--fa-animation-delay, 0s);\n animation-delay: var(--fa-animation-delay, 0s);\n -webkit-animation-direction: var(--fa-animation-direction, normal);\n animation-direction: var(--fa-animation-direction, normal);\n -webkit-animation-duration: var(--fa-animation-duration, 1s);\n animation-duration: var(--fa-animation-duration, 1s);\n -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);\n animation-iteration-count: var(--fa-animation-iteration-count, infinite);\n -webkit-animation-timing-function: var(--fa-animation-timing, ease-in-out);\n animation-timing-function: var(--fa-animation-timing, ease-in-out); }\n\n.fa-bounce {\n -webkit-animation-name: fa-bounce;\n animation-name: fa-bounce;\n -webkit-animation-delay: var(--fa-animation-delay, 0s);\n animation-delay: var(--fa-animation-delay, 0s);\n -webkit-animation-direction: var(--fa-animation-direction, normal);\n animation-direction: var(--fa-animation-direction, normal);\n -webkit-animation-duration: var(--fa-animation-duration, 1s);\n animation-duration: var(--fa-animation-duration, 1s);\n -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);\n animation-iteration-count: var(--fa-animation-iteration-count, infinite);\n -webkit-animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1));\n animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1)); }\n\n.fa-fade {\n -webkit-animation-name: fa-fade;\n animation-name: fa-fade;\n -webkit-animation-delay: var(--fa-animation-delay, 0s);\n animation-delay: var(--fa-animation-delay, 0s);\n -webkit-animation-direction: var(--fa-animation-direction, normal);\n animation-direction: var(--fa-animation-direction, normal);\n -webkit-animation-duration: var(--fa-animation-duration, 1s);\n animation-duration: var(--fa-animation-duration, 1s);\n -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);\n animation-iteration-count: var(--fa-animation-iteration-count, infinite);\n -webkit-animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));\n animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1)); }\n\n.fa-beat-fade {\n -webkit-animation-name: fa-beat-fade;\n animation-name: fa-beat-fade;\n -webkit-animation-delay: var(--fa-animation-delay, 0s);\n animation-delay: var(--fa-animation-delay, 0s);\n -webkit-animation-direction: var(--fa-animation-direction, normal);\n animation-direction: var(--fa-animation-direction, normal);\n -webkit-animation-duration: var(--fa-animation-duration, 1s);\n animation-duration: var(--fa-animation-duration, 1s);\n -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);\n animation-iteration-count: var(--fa-animation-iteration-count, infinite);\n -webkit-animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));\n animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1)); }\n\n.fa-flip {\n -webkit-animation-name: fa-flip;\n animation-name: fa-flip;\n -webkit-animation-delay: var(--fa-animation-delay, 0s);\n animation-delay: var(--fa-animation-delay, 0s);\n -webkit-animation-direction: var(--fa-animation-direction, normal);\n animation-direction: var(--fa-animation-direction, normal);\n -webkit-animation-duration: var(--fa-animation-duration, 1s);\n animation-duration: var(--fa-animation-duration, 1s);\n -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);\n animation-iteration-count: var(--fa-animation-iteration-count, infinite);\n -webkit-animation-timing-function: var(--fa-animation-timing, ease-in-out);\n animation-timing-function: var(--fa-animation-timing, ease-in-out); }\n\n.fa-shake {\n -webkit-animation-name: fa-shake;\n animation-name: fa-shake;\n -webkit-animation-delay: var(--fa-animation-delay, 0s);\n animation-delay: var(--fa-animation-delay, 0s);\n -webkit-animation-direction: var(--fa-animation-direction, normal);\n animation-direction: var(--fa-animation-direction, normal);\n -webkit-animation-duration: var(--fa-animation-duration, 1s);\n animation-duration: var(--fa-animation-duration, 1s);\n -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);\n animation-iteration-count: var(--fa-animation-iteration-count, infinite);\n -webkit-animation-timing-function: var(--fa-animation-timing, linear);\n animation-timing-function: var(--fa-animation-timing, linear); }\n\n.fa-spin {\n -webkit-animation-name: fa-spin;\n animation-name: fa-spin;\n -webkit-animation-delay: var(--fa-animation-delay, 0s);\n animation-delay: var(--fa-animation-delay, 0s);\n -webkit-animation-direction: var(--fa-animation-direction, normal);\n animation-direction: var(--fa-animation-direction, normal);\n -webkit-animation-duration: var(--fa-animation-duration, 2s);\n animation-duration: var(--fa-animation-duration, 2s);\n -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);\n animation-iteration-count: var(--fa-animation-iteration-count, infinite);\n -webkit-animation-timing-function: var(--fa-animation-timing, linear);\n animation-timing-function: var(--fa-animation-timing, linear); }\n\n.fa-spin-reverse {\n --fa-animation-direction: reverse; }\n\n.fa-pulse,\n.fa-spin-pulse {\n -webkit-animation-name: fa-spin;\n animation-name: fa-spin;\n -webkit-animation-direction: var(--fa-animation-direction, normal);\n animation-direction: var(--fa-animation-direction, normal);\n -webkit-animation-duration: var(--fa-animation-duration, 1s);\n animation-duration: var(--fa-animation-duration, 1s);\n -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);\n animation-iteration-count: var(--fa-animation-iteration-count, infinite);\n -webkit-animation-timing-function: var(--fa-animation-timing, steps(8));\n animation-timing-function: var(--fa-animation-timing, steps(8)); }\n\n@media (prefers-reduced-motion: reduce) {\n .fa-beat,\n .fa-bounce,\n .fa-fade,\n .fa-beat-fade,\n .fa-flip,\n .fa-pulse,\n .fa-shake,\n .fa-spin,\n .fa-spin-pulse {\n -webkit-animation-delay: -1ms;\n animation-delay: -1ms;\n -webkit-animation-duration: 1ms;\n animation-duration: 1ms;\n -webkit-animation-iteration-count: 1;\n animation-iteration-count: 1;\n -webkit-transition-delay: 0s;\n transition-delay: 0s;\n -webkit-transition-duration: 0s;\n transition-duration: 0s; } }\n\n@-webkit-keyframes fa-beat {\n 0%, 90% {\n -webkit-transform: scale(1);\n transform: scale(1); }\n 45% {\n -webkit-transform: scale(var(--fa-beat-scale, 1.25));\n transform: scale(var(--fa-beat-scale, 1.25)); } }\n\n@keyframes fa-beat {\n 0%, 90% {\n -webkit-transform: scale(1);\n transform: scale(1); }\n 45% {\n -webkit-transform: scale(var(--fa-beat-scale, 1.25));\n transform: scale(var(--fa-beat-scale, 1.25)); } }\n\n@-webkit-keyframes fa-bounce {\n 0% {\n -webkit-transform: scale(1, 1) translateY(0);\n transform: scale(1, 1) translateY(0); }\n 10% {\n -webkit-transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0);\n transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0); }\n 30% {\n -webkit-transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em));\n transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em)); }\n 50% {\n -webkit-transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0);\n transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0); }\n 57% {\n -webkit-transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em));\n transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em)); }\n 64% {\n -webkit-transform: scale(1, 1) translateY(0);\n transform: scale(1, 1) translateY(0); }\n 100% {\n -webkit-transform: scale(1, 1) translateY(0);\n transform: scale(1, 1) translateY(0); } }\n\n@keyframes fa-bounce {\n 0% {\n -webkit-transform: scale(1, 1) translateY(0);\n transform: scale(1, 1) translateY(0); }\n 10% {\n -webkit-transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0);\n transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0); }\n 30% {\n -webkit-transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em));\n transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em)); }\n 50% {\n -webkit-transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0);\n transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0); }\n 57% {\n -webkit-transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em));\n transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em)); }\n 64% {\n -webkit-transform: scale(1, 1) translateY(0);\n transform: scale(1, 1) translateY(0); }\n 100% {\n -webkit-transform: scale(1, 1) translateY(0);\n transform: scale(1, 1) translateY(0); } }\n\n@-webkit-keyframes fa-fade {\n 50% {\n opacity: var(--fa-fade-opacity, 0.4); } }\n\n@keyframes fa-fade {\n 50% {\n opacity: var(--fa-fade-opacity, 0.4); } }\n\n@-webkit-keyframes fa-beat-fade {\n 0%, 100% {\n opacity: var(--fa-beat-fade-opacity, 0.4);\n -webkit-transform: scale(1);\n transform: scale(1); }\n 50% {\n opacity: 1;\n -webkit-transform: scale(var(--fa-beat-fade-scale, 1.125));\n transform: scale(var(--fa-beat-fade-scale, 1.125)); } }\n\n@keyframes fa-beat-fade {\n 0%, 100% {\n opacity: var(--fa-beat-fade-opacity, 0.4);\n -webkit-transform: scale(1);\n transform: scale(1); }\n 50% {\n opacity: 1;\n -webkit-transform: scale(var(--fa-beat-fade-scale, 1.125));\n transform: scale(var(--fa-beat-fade-scale, 1.125)); } }\n\n@-webkit-keyframes fa-flip {\n 50% {\n -webkit-transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));\n transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg)); } }\n\n@keyframes fa-flip {\n 50% {\n -webkit-transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));\n transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg)); } }\n\n@-webkit-keyframes fa-shake {\n 0% {\n -webkit-transform: rotate(-15deg);\n transform: rotate(-15deg); }\n 4% {\n -webkit-transform: rotate(15deg);\n transform: rotate(15deg); }\n 8%, 24% {\n -webkit-transform: rotate(-18deg);\n transform: rotate(-18deg); }\n 12%, 28% {\n -webkit-transform: rotate(18deg);\n transform: rotate(18deg); }\n 16% {\n -webkit-transform: rotate(-22deg);\n transform: rotate(-22deg); }\n 20% {\n -webkit-transform: rotate(22deg);\n transform: rotate(22deg); }\n 32% {\n -webkit-transform: rotate(-12deg);\n transform: rotate(-12deg); }\n 36% {\n -webkit-transform: rotate(12deg);\n transform: rotate(12deg); }\n 40%, 100% {\n -webkit-transform: rotate(0deg);\n transform: rotate(0deg); } }\n\n@keyframes fa-shake {\n 0% {\n -webkit-transform: rotate(-15deg);\n transform: rotate(-15deg); }\n 4% {\n -webkit-transform: rotate(15deg);\n transform: rotate(15deg); }\n 8%, 24% {\n -webkit-transform: rotate(-18deg);\n transform: rotate(-18deg); }\n 12%, 28% {\n -webkit-transform: rotate(18deg);\n transform: rotate(18deg); }\n 16% {\n -webkit-transform: rotate(-22deg);\n transform: rotate(-22deg); }\n 20% {\n -webkit-transform: rotate(22deg);\n transform: rotate(22deg); }\n 32% {\n -webkit-transform: rotate(-12deg);\n transform: rotate(-12deg); }\n 36% {\n -webkit-transform: rotate(12deg);\n transform: rotate(12deg); }\n 40%, 100% {\n -webkit-transform: rotate(0deg);\n transform: rotate(0deg); } }\n\n@-webkit-keyframes fa-spin {\n 0% {\n -webkit-transform: rotate(0deg);\n transform: rotate(0deg); }\n 100% {\n -webkit-transform: rotate(360deg);\n transform: rotate(360deg); } }\n\n@keyframes fa-spin {\n 0% {\n -webkit-transform: rotate(0deg);\n transform: rotate(0deg); }\n 100% {\n -webkit-transform: rotate(360deg);\n transform: rotate(360deg); } }\n\n.fa-rotate-90 {\n -webkit-transform: rotate(90deg);\n transform: rotate(90deg); }\n\n.fa-rotate-180 {\n -webkit-transform: rotate(180deg);\n transform: rotate(180deg); }\n\n.fa-rotate-270 {\n -webkit-transform: rotate(270deg);\n transform: rotate(270deg); }\n\n.fa-flip-horizontal {\n -webkit-transform: scale(-1, 1);\n transform: scale(-1, 1); }\n\n.fa-flip-vertical {\n -webkit-transform: scale(1, -1);\n transform: scale(1, -1); }\n\n.fa-flip-both,\n.fa-flip-horizontal.fa-flip-vertical {\n -webkit-transform: scale(-1, -1);\n transform: scale(-1, -1); }\n\n.fa-rotate-by {\n -webkit-transform: rotate(var(--fa-rotate-angle, none));\n transform: rotate(var(--fa-rotate-angle, none)); }\n\n.fa-stack {\n display: inline-block;\n vertical-align: middle;\n height: 2em;\n position: relative;\n width: 2.5em; }\n\n.fa-stack-1x,\n.fa-stack-2x {\n bottom: 0;\n left: 0;\n margin: auto;\n position: absolute;\n right: 0;\n top: 0;\n z-index: var(--fa-stack-z-index, auto); }\n\n.svg-inline--fa.fa-stack-1x {\n height: 1em;\n width: 1.25em; }\n\n.svg-inline--fa.fa-stack-2x {\n height: 2em;\n width: 2.5em; }\n\n.fa-inverse {\n color: var(--fa-inverse, #fff); }\n\n.sr-only,\n.fa-sr-only {\n position: absolute;\n width: 1px;\n height: 1px;\n padding: 0;\n margin: -1px;\n overflow: hidden;\n clip: rect(0, 0, 0, 0);\n white-space: nowrap;\n border-width: 0; }\n\n.sr-only-focusable:not(:focus),\n.fa-sr-only-focusable:not(:focus) {\n position: absolute;\n width: 1px;\n height: 1px;\n padding: 0;\n margin: -1px;\n overflow: hidden;\n clip: rect(0, 0, 0, 0);\n white-space: nowrap;\n border-width: 0; }\n\n.svg-inline--fa .fa-primary {\n fill: var(--fa-primary-color, currentColor);\n opacity: var(--fa-primary-opacity, 1); }\n\n.svg-inline--fa .fa-secondary {\n fill: var(--fa-secondary-color, currentColor);\n opacity: var(--fa-secondary-opacity, 0.4); }\n\n.svg-inline--fa.fa-swap-opacity .fa-primary {\n opacity: var(--fa-secondary-opacity, 0.4); }\n\n.svg-inline--fa.fa-swap-opacity .fa-secondary {\n opacity: var(--fa-primary-opacity, 1); }\n\n.svg-inline--fa mask .fa-primary,\n.svg-inline--fa mask .fa-secondary {\n fill: black; }\n\n.fad.fa-inverse,\n.fa-duotone.fa-inverse {\n color: var(--fa-inverse, #fff); }\n\n",Lu="adoptedStyleSheets"in document,Ru=({css:t})=>{try{const e=new CSSStyleSheet;return e.replaceSync(t),e}catch{return}},Iu=({css:t})=>{const e=document.createElement("template");return e.innerHTML=`\n\t\t<style>${t}</style>\n\t`,e},Hu=Lu?Ru({css:zu}):null,Tu=Hu?null:Iu({css:zu}),Au=Hu?({css:t})=>{const e=Ru({css:t});return t=>{t.shadowRoot.adoptedStyleSheets=[Hu,e]}}:({css:t})=>{const e=Symbol("is-applied"),i=Iu({css:t});return t=>{t[e]||(t[e]=!0,t.shadowRoot.appendChild(Tu.content.cloneNode(!0)),t.shadowRoot.appendChild(i.content.cloneNode(!0)))}};function Ou({prototype:t},e){for(const[i,o]of Object.entries(e))$u(t,i,o);t.connectedCallback=function(){for(const[t,{connect:i=(()=>{})}]of Object.entries(e))i(this,t)}}function $u(t,e,{get:i,set:o,observe:n=(()=>{}),defaultValue:r}){const s=i||((t,e)=>e),a=o||((t,e)=>e),l=Symbol(`cached-${e}`);t[l]=r,Object.defineProperty(t,e,{get(){const t=this[l];return this[l]=s(this,this[l]),this[l]!==t&&n(this,this[l],t),this[l]},set(t){const e=this[l],i=a(this,t,this[l]);void 0!==i&&(this[l]=s(this,i),e!==this[l]&&n(this,this[l],e))},enumerable:!0,configurable:!1})}function Du({attribute:t,defaultValue:e,...i}){return{connect:Bu(t,e),defaultValue:e,...i}}function Nu({defaultValue:t=!1,set:e=((t,e)=>e),...i}){return Du({defaultValue:t,set:(t,i)=>e(t,Boolean(i)),...i})}function Pu({defaultValue:t="",set:e=((t,e)=>e),...i}){return Du({defaultValue:t,set:(t,i)=>e(t,Vu(i)),...i})}function ju({defaultValue:t="",set:e=((t,e)=>e),...i}){return Du({defaultValue:t,set:(t,i)=>{const o="object"==typeof i?i:Vu(i);return e(t,o)},...i})}function Vu(t){return null==t?"":String(t)}function Bu(t,e){const i="boolean"==typeof e?()=>!0:e=>e.getAttribute(t);return(e,o)=>{e.hasAttribute(t)&&(e[o]=i(e))}}let Fu,Wu,Uu,Gu;function qu(t){return Fu?"string"==typeof t?Fu({iconName:t}):t&&2<=t.length?Fu({prefix:t[0],iconName:t[1]}):t:t}function Yu(...t){return Wu?Qu("html",Wu(...t)):void 0}function Zu(...t){return Uu?Qu("html",Uu(...t)):void 0}function Xu(...t){return Gu?Gu.transform(...t):void 0}function Qu(t,e){if(e)return e[t]}function Ku(t,e){if(void 0===e)return e=>Ku(t,e);const i=(t,e)=>{return"function"==typeof t?t((i=e)?i.replace(/[^0-9a-zA-Z-_]/g,""):""):t;var i};return(o,n,r)=>{(r||n)&&(o[t].classList.remove(i(e,r)),n&&o[t].classList.add(i(e,n)))}}const Ju=Au({css:'\n:host {\n\tbox-sizing: border-box;\n\tdisplay: inline-block;\n\tline-height: 1; }\n\n:host([pull="left"]) {\n\tfloat: left;\n\tmargin-right: .3em; }\n\n:host([pull="right"]) {\n\tfloat: right;\n\tmargin-left: .3em; }\n'}),tp=document.createElement("template");function ep({icon:t=[]}={}){const[e=1,i=1,,,o=""]=t;return[`<svg\n\t\t\tclass="svg-inline--fa"\n\t\t\taria-hidden="true"\n\t\t\trole="img"\n\t\t\tfocusable="false"\n\t\t\txmlns="http://www.w3.org/2000/svg"\n\t\t\tviewBox="0 0 ${e} ${i}"\n\t\t>\n\t\t\t${Array.isArray(o)?`<g class="fa-group">\n\t\t\t<path class="fa-secondary" fill="currentColor" d="${o[1]}" />\n\t\t\t<path class="fa-primary" fill="currentColor" d="${o[0]}" />\n\t\t</g>`:`<path fill="currentColor" d="${o}" />`}\n\t\t</svg>`]}tp.innerHTML=ep({icon:[]});const ip={SVG:Symbol("svg"),PATH_PRIMARY:Symbol("path-primary"),PATH_SECONDARY:Symbol("path-secondary"),NEEDS_REDRAW:Symbol("needs-complete-redraw-of-structure")},op=Ku(ip.SVG),np=t=>op((e=>t.concat(e))),rp={icon:ju({attribute:"icon",observe:lp}),resolvedIcon:{get:({icon:t,_resolve:e})=>e(t)},isDuotone:{get:ap},transform:ju({attribute:"transform",observe:lp}),parsedTransform:{get:function({_parseTransform:t,transform:e}){return(e&&"string"==typeof e?t(e):e)||void 0}},size:Pu({attribute:"size",observe:np("fa-")}),rotation:Pu({attribute:"rotation",observe:np("fa-rotate-")}),flip:Pu({attribute:"flip",observe:np("fa-flip-")}),pull:Pu({attribute:"pull",observe:("pull",(t,e)=>t.setAttribute("pull",e))}),mask:ju({attribute:"mask",observe:lp}),resolvedMask:{get:({mask:t,_resolve:e})=>e(t)},fixedWidth:Nu({attribute:"fixed-width",observe:op("fa-fw")}),spin:Nu({attribute:"spin",observe:op("fa-spin")}),pulse:Nu({attribute:"pulse",observe:op("fa-pulse")}),inverse:Nu({attribute:"inverse",observe:op("fa-inverse")}),swapOpacity:Nu({attribute:"swap-opacity",observe:op("fa-swap-opacity")})};class sp extends HTMLElement{constructor(){super();const t=this.attachShadow({mode:"open"});t.appendChild(tp.content.cloneNode(!0)),Ju(this),this[ip.SVG]=t.querySelector("svg"),this[ip.PATH_PRIMARY]=t.querySelector("path"),this[ip.NEEDS_REDRAW]=t=>t.isDuotone||t.transform||t.mask,this._toHtml=Yu,this._resolve=qu,this._parseTransform=Xu,this.spin=!1}}function ap({resolvedIcon:t}){return t&&t.icon&&Array.isArray(t.icon[4])}function lp(t){t[ip.NEEDS_REDRAW](t)?function(t){const e=t[ip.SVG].classList;t[ip.SVG].remove();const i={transform:t.parsedTransform,mask:t.resolvedMask},[o]=t._toHtml(t.resolvedIcon,i)||ep(t.resolvedIcon);t.shadowRoot.innerHTML=t.shadowRoot.innerHTML.concat(o),t[ip.SVG]=t.shadowRoot.querySelector("svg"),t[ip.SVG].classList.add(...e);const n=t.shadowRoot.querySelectorAll("path");t[ip.PATH_PRIMARY]=n[1]?n[1]:n[0],t[ip.PATH_SECONDARY]=n[1]?n[0]:void 0;const{isDuotone:r}=t;t[ip.NEEDS_REDRAW]=t=>r!==t.isDuotone||t.transform||t.mask}(t):function(t){const{resolvedIcon:e}=t;if(!e)return;t[ip.SVG].setAttribute("viewBox",`0 0 ${e.icon[0]} ${e.icon[1]}`);(ap(t)?hp:cp)(t,{vectorDefinition:e.icon[4]})}(t)}function cp(t,{vectorDefinition:e}){t[ip.PATH_PRIMARY].setAttribute("d",e)}function hp(t,{vectorDefinition:e}){t[ip.PATH_PRIMARY].setAttribute("d",e[0]),t[ip.PATH_SECONDARY].setAttribute("d",e[1])}Ou(sp,rp);const dp=Au({css:'\n\t:host {\n\t\tbox-sizing: border-box;\n\t\tdisplay: inline-block;\n\t\tline-height: 1; }\n\n\t\t:host([pull="left"]) {\n\t\t\tfloat: left;\n\t\t\tmargin-right: .3em; }\n\n\t\t:host([pull="right"]) {\n\t\t\tfloat: right;\n\t\t\tmargin-left: .3em; }\n\n\t::slotted(*) {\n\t\tbottom: 0;\n\t\tleft: 0;\n\t\tmargin: auto;\n\t\tposition: absolute;\n\t\tright: 0;\n\t\ttop: 0; }\n'}),up=document.createElement("template");up.innerHTML='\n<span class="fa-layers">\n\t<slot></slot>\n</span>\n';const pp={LAYERS:Symbol("layers")},gp=Ku(pp.LAYERS),fp={size:{...rp.size,observe:("fa-",gp((t=>"fa-".concat(t))))},fixedWidth:{...rp.fixedWidth,observe:gp("fa-fw")},pull:rp.pull};class mp extends HTMLElement{constructor(){super();const t=this.attachShadow({mode:"open"});t.appendChild(up.content.cloneNode(!0)),dp(this),this[pp.LAYERS]=t.querySelector(".fa-layers")}}Ou(mp,fp);const vp=Au({css:"\n:host {\n\tbox-sizing: border-box;\n\tdisplay: inline-block;\n\tline-height: 1; }\n\n.fa-layers-counter {\n\tbackground: var(--fa-layers-counter-background, #ff253a); }\n"}),bp=document.createElement("template");bp.innerHTML='\n<span class="fa-layers-text"></span>\n';const yp={CONTAINER:Symbol("container"),NEEDS_REDRAW:Symbol("needs-complete-redraw-of-structure")},wp=Ku(yp.CONTAINER),xp=t=>wp((e=>t.concat(e))),kp={value:Pu({attribute:"value",observe:Mp}),transform:{...rp.transform,observe:Mp},parsedTransform:rp.parsedTransform,size:Pu({attribute:"size",observe:xp("fa-")}),position:Pu({attribute:"position",observe:xp("fa-layers-")}),fixedWidth:Nu({attribute:"fixed-width",observe:wp("fa-fw")}),inverse:Nu({attribute:"inverse",observe:wp("fa-inverse")}),counter:Nu({attribute:"counter",observe:Mp})};class Cp extends HTMLElement{constructor(){super();const t=this.attachShadow({mode:"open"});t.appendChild(bp.content.cloneNode(!0)),vp(this),this[yp.CONTAINER]=t.querySelector(".fa-layers-text"),this[yp.NEEDS_REDRAW]=t=>t.transform,this._toHtml=Zu,this._parseTransform=Xu}}function Mp(t){t[yp.NEEDS_REDRAW](t)&&function(t){const e=t[yp.CONTAINER].classList;t[yp.CONTAINER].remove();const i={transform:t.parsedTransform},[o]=t._toHtml(String(t.value),i)||function(t=""){const e=document.createElement("span");return e.className="fa-layers-text",e.textContent=t,[e.outerHTML]}(t.value);t.shadowRoot.innerHTML=t.shadowRoot.innerHTML.concat(o),t[yp.CONTAINER]=t.shadowRoot.querySelector(".fa-layers-text"),t[yp.CONTAINER].classList.add(...e);const{transform:n}=t;t[yp.NEEDS_REDRAW]=t=>n!==t.transform}(t),function(t){const e=t[yp.CONTAINER].classList,i=t.counter?"fa-layers-counter":"fa-layers-text";e.contains(i)||(t[yp.CONTAINER].classList.remove("fa-layers-counter","fa-layers-text"),t[yp.CONTAINER].classList.add(i))}(t),function(t,e=t.value){const i=t.counter&&!e?0:e;t[yp.CONTAINER].textContent=i}(t)}Ou(Cp,kp),function({findIconDefinition:t,icon:e,text:i,parse:o}){Fu=t,Wu=e,Uu=i,Gu=o}({findIconDefinition:Th,icon:Ah,text:Oh,parse:Hh}),customElements.get("og-fa-icon")||customElements.define("og-fa-icon",sp),customElements.get("og-fa-layers")||customElements.define("og-fa-layers",mp);class _p{constructor(t){this.items=[],t&&this.populate(t)}clean(){const t=new Set;let e=!1;return this.items.forEach(((i,o)=>{i.container?e=i.container.clean()||e:i.tabs&&i.tabs.length||t.add(o)})),this.items=this.items.filter(((e,i)=>!t.has(i))),1==this.items.length&&this.parentItem&&(this.parentItem.tabs=this.items[0].tabs,this.parentItem.container=this.items[0].container,this.parentItem.parentContainer=this.items[0].parentContainer,e=!0),t.size>0||e}populate(t){this.orientation=t.orientation,this.items=t.items?t.items.map((t=>({tabs:t.tabs,selectedIndex:t.selectedIndex,container:t.container?new _p(t.container):null,size:t.size}))):[],this.items.forEach((t=>{t.parentContainer=this,t.container&&(t.container.parentItem=t)}))}updateTab(t,e){this.items.forEach((i=>{if(i.container)i.container.updateTab(t,e);else if(i.tabs)for(let o=0;o<i.tabs.length;o++)if(i.tabs[o].id==t){Object.assign(i.tabs[o],e);break}}))}addTab(t,e){for(const i of this.items)if(i.container)i.container.addTab(t,e);else{if(i.tabs=i.tabs||[],null==e)return void i.tabs.push(t);{const o=i.tabs.findIndex((t=>t.id==e))+1;if(o>0)return void i.tabs.splice(o,0,t)}}}removeTab(t){this.items.forEach((e=>{if(e.container)e.container.removeTab(t);else if(e.tabs){const i=e.tabs.findIndex((e=>e.id==t));i>-1&&e.tabs.splice(i,1)}}))}walk(t,e){for(const i of this.items)if(i.container){if(!1===i.container.walk(t,i.container))return!1}else if(i.tabs)for(const o of i.tabs)if(!1===t(o,e||this))return!1;return!0}getSourceData(){return{orientation:this.orientation,items:this.items.map((t=>{const e={};return e.collapsed=t.collapsed,e.size=t.size,e.selectedIndex=t.selectedIndex,t.container?e.container=t.container.getSourceData():t.tabs&&(e.tabs=t.tabs.map((t=>{const e=Object.assign({},t);return delete e.unsaved,e}))),e}))}}}const Sp={TAB_PANEL_HEIGHT:30,TAB_PANEL_BORDER:2,...W},Ep=qn`
1295
1302
  * {
1296
1303
  box-sizing: border-box;
1297
1304
  }
@@ -1561,7 +1568,7 @@
1561
1568
  og-splitcontainer {
1562
1569
  height: 100%;
1563
1570
  }
1564
- `,Pp([os({type:Object})],jp.prototype,"topLevelComponent",void 0),Pp([os({type:Object})],jp.prototype,"model",void 0),Pp([os({type:Boolean})],jp.prototype,"addButton",void 0),Pp([os({type:Boolean})],jp.prototype,"closable",void 0),Pp([os({type:Boolean})],jp.prototype,"singleActive",void 0),Pp([os({type:String,reflect:!0})],jp.prototype,"tabPosition",void 0),Pp([os({type:Object})],jp.prototype,"createComponent",void 0),Pp([ss("og-splitcontainer")],jp.prototype,"splitContainer",void 0),jp=Np=Pp([ts("og-tabsplitcontainer")],jp);class Vp{constructor(t,e){this.id=t,this.name=e,this.commands=new Map,this.open=!0}addCommand(t){this.commands.set(t.id,t)}}class Bp{constructor(t){Object.assign(this,t),this.id=t.id||t.name,this.name=t.name||t.id}exec(...t){this.fn&&this.fn(...t)}}class Fp{get count(){let t=0;return this.sections.forEach((e=>t+=e.commands.size)),t}constructor(t){this.sections=new Map,t&&t.forEach((t=>this.register(t)))}clear(){return this.sections.clear(),this}registerSection(t,e=!0){const i=e&&this.sections.has(t.id)?this.sections.get(t.id):new Vp(t.id,t.name);return t.commands?.forEach((t=>i.commands.set(t.id,t))),this.sections.set(i.id,i),i}removeSection(t){this.sections.delete(t)}register(t){const e=t.section||"default";(this.sections.get(e)||this.registerSection({id:e,name:e})).addCommand(new Bp(t))}remove(t){this.sections.forEach((e=>e.commands.delete(t)))}get(t){for(const e of this.sections.values())if(e.commands.has(t))return e.commands.get(t);return null}exec(t,...e){this.get(t)?.exec(...e)}filter(t,e=!1,i=!1){const o=[],n=null==t?null:new RegExp(ht(t),"ig");for(const t of this.sections.values()){let r=!1;const s=!n||n.test(t.name);s&&i&&(o.push(t),r=!0),t.open&&t.commands.forEach((i=>{(s||n.test(i.name))&&(e&&!r&&(o.push(t),r=!0),o.push(i))}))}return o}merge(t){const e=new Fp;return this.sections.forEach((t=>e.registerSection(t))),t.sections.forEach((t=>e.registerSection(t))),e}}class Wp extends xu{}const Up=qn`
1571
+ `,Pp([os({type:Object})],jp.prototype,"topLevelComponent",void 0),Pp([os({type:Object})],jp.prototype,"model",void 0),Pp([os({type:Boolean})],jp.prototype,"addButton",void 0),Pp([os({type:Boolean})],jp.prototype,"closable",void 0),Pp([os({type:Boolean})],jp.prototype,"singleActive",void 0),Pp([os({type:String,reflect:!0})],jp.prototype,"tabPosition",void 0),Pp([os({type:Object})],jp.prototype,"createComponent",void 0),Pp([ss("og-splitcontainer")],jp.prototype,"splitContainer",void 0),jp=Np=Pp([ts("og-tabsplitcontainer")],jp);class Vp{constructor(t,e){this.id=t,this.name=e,this.commands=new Map,this.open=!0}addCommand(t){this.commands.set(t.id,t)}}class Bp{constructor(t){Object.assign(this,t),this.id=t.id||t.name,this.name=t.name||t.id}exec(...t){this.fn&&this.fn(...t)}}class Fp{get count(){let t=0;return this.sections.forEach((e=>t+=e.commands.size)),t}constructor(t){this.sections=new Map,t&&t.forEach((t=>this.register(t)))}clear(){return this.sections.clear(),this}registerSection(t,e=!0){const i=e&&this.sections.has(t.id)?this.sections.get(t.id):new Vp(t.id,t.name);return t.commands?.forEach((t=>i.commands.set(t.id,t))),this.sections.set(i.id,i),i}removeSection(t){this.sections.delete(t)}register(t){const e=t.section||"default";(this.sections.get(e)||this.registerSection({id:e,name:e})).addCommand(new Bp(t))}remove(t){this.sections.forEach((e=>e.commands.delete(t)))}get(t){for(const e of this.sections.values())if(e.commands.has(t))return e.commands.get(t);return null}exec(t,...e){this.get(t)?.exec(...e)}filter(t,e=!1,i=!1){const o=[],n=null==t?null:new RegExp(ht(t),"ig");for(const t of this.sections.values()){let r=!1;const s=!n||n.test(t.name);s&&i&&(o.push(t),r=!0),t.open&&t.commands.forEach((i=>{(s||n.test(i.name))&&(e&&!r&&(o.push(t),r=!0),o.push(i))}))}return o}merge(t){const e=new Fp;return this.sections.forEach((t=>e.registerSection(t))),t.sections.forEach((t=>e.registerSection(t))),e}}class Wp extends td{}const Up=qn`
1565
1572
  * {
1566
1573
  box-sizing: border-box;
1567
1574
  }
@@ -1655,7 +1662,7 @@
1655
1662
  ${e.name}
1656
1663
  </div>
1657
1664
  </div>
1658
- `,this._onKeyDown=t=>{switch(t.stopPropagation(),t.key){case"ArrowDown":t.preventDefault(),this.list.moveDown();break;case"ArrowUp":t.preventDefault(),this.list.moveUp();break;case"Enter":t.preventDefault(),this.visibleItems[this.list.selectedIndex]instanceof Vp?this.toggleSection(this.visibleItems[this.list.selectedIndex].id):this.exec();break;case"Escape":case this.triggerKey:t.preventDefault(),this.close()}},this._onKeyUp=U((t=>{t.stopPropagation(),-1==["ArrowUp","ArrowDown","ArrowLeft","ArrowRight","Shift","Enter",this.triggerKey].indexOf(t.key)&&(this.updateCommands(),this.list.size=this.visibleItems.length)})),this._onTargetKeyDown=t=>{t.key==this.triggerKey&&(t.stopPropagation(),t.preventDefault(),this.open())},this._onSelect=t=>{const e=this.visibleItems[t.index];e instanceof Bp?(this.input.value=e.name,t.trigger!=Yd.Click&&t.trigger!=Yd.Enter||this.exec()):(this.input.value="",t.trigger!=Yd.Click&&t.trigger!=Yd.Enter||this.toggleSection(e.id)),setTimeout((()=>this.input.focus()))},this._itemRenderer=(t,e)=>this.visibleItems[e]instanceof Vp?this.sectionRenderer(t,this.visibleItems[e]):this.commandRenderer(t,this.visibleItems[e]),this.render=()=>Hr`
1665
+ `,this._onKeyDown=t=>{switch(t.stopPropagation(),t.key){case"ArrowDown":t.preventDefault(),this.list.moveDown();break;case"ArrowUp":t.preventDefault(),this.list.moveUp();break;case"Enter":t.preventDefault(),this.visibleItems[this.list.selectedIndex]instanceof Vp?this.toggleSection(this.visibleItems[this.list.selectedIndex].id):this.exec();break;case"Escape":case this.triggerKey:t.preventDefault(),this.close()}},this._onKeyUp=U((t=>{t.stopPropagation(),-1==["ArrowUp","ArrowDown","ArrowLeft","ArrowRight","Shift","Enter",this.triggerKey].indexOf(t.key)&&(this.updateCommands(),this.list.size=this.visibleItems.length)})),this._onTargetKeyDown=t=>{t.key==this.triggerKey&&(t.stopPropagation(),t.preventDefault(),this.open())},this._onSelect=t=>{const e=this.visibleItems[t.index];e instanceof Bp?(this.input.value=e.name,t.trigger!=eu.Click&&t.trigger!=eu.Enter||this.exec()):(this.input.value="",t.trigger!=eu.Click&&t.trigger!=eu.Enter||this.toggleSection(e.id)),setTimeout((()=>this.input.focus()))},this._itemRenderer=(t,e)=>this.visibleItems[e]instanceof Vp?this.sectionRenderer(t,this.visibleItems[e]):this.commandRenderer(t,this.visibleItems[e]),this.render=()=>Hr`
1659
1666
  <div class="input">
1660
1667
  <input type="text" ${Bh(this.inputRef)}>
1661
1668
  </div>
@@ -1744,7 +1751,7 @@
1744
1751
  }
1745
1752
  */
1746
1753
 
1747
- `,Jp={yes_no:[{id:"Y",name:"Yes"},{id:"N",name:"No"}]};class tg extends _u{constructor(){super(...arguments),this.items=[]}async addAlert(t){const e=gt("og-bucket-alert"),i={options:t,component:e};e.options=t,e.addEventListener("close",(()=>this.removeAlert(i))),this.component.shadowRoot.appendChild(e),this.items.push(i),this.items.length>this.component.options.alerts.maxItems&&this.removeAlert(this.items[0]);const o=t.timeout??this.component.options.alerts.timeout;o>0&&(i.timer=window.setTimeout((()=>{i.timer=void 0,this.removeAlert(i)}),o)),await this.component.updateComplete,this.updatePositions()}updatePositions(){[...this.items].reverse().forEach(((t,e)=>{Ot(t.component,{r:10,b:10+e*(t.component.offsetHeight+10)})}))}removeAlert(t){const e=this.items.indexOf(t);-1!=e&&(this.items[e].component.remove(),this.items.splice(e,1),null!=t.timer&&window.clearTimeout(t.timer),t.timer=void 0,this.updatePositions())}}const eg={alerts:{maxItems:5,timeout:5e3}};var ig,og,ng=function(t,e,i,o){var n,r=arguments.length,s=r<3?e:null===o?o=Object.getOwnPropertyDescriptor(e,i):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)s=Reflect.decorate(t,e,i,o);else for(var a=t.length-1;a>=0;a--)(n=t[a])&&(s=(r<3?n(s):r>3?n(e,i,s):n(e,i))||s);return r>3&&s&&Object.defineProperty(e,i,s),s},rg=function(t,e,i,o){if("a"===i&&!o)throw new TypeError("Private accessor was defined without a getter");if("function"==typeof e?t!==e||!o:!e.has(t))throw new TypeError("Cannot read private member from an object whose class did not declare it");return"m"===i?o:"a"===i?o.call(t):o?o.value:e.get(t)};const sg={top:{rightItems:[]},sidemenu:{items:[],activeIndex:null},editorLayout:{items:[]}};class ag extends Event{constructor(t,e){super(`bucket.${t}`,{bubbles:!0,composed:!0}),Object.assign(this,e)}}let lg=og=class extends Cu{get activeComponentId(){return this._activeComponentId}get hasUnsavedComponents(){return this.unsavedComponents.size>0}constructor(){super(),this.sourceData=sg,this.logger=new sn("Ωbucket"),this._componentPromiseResolutions=new Map,this._resolvingComponentIds=new Set,this.components=new Map,this.dialogs=new Map,this.modalSidebars=[],this.modalSidebarComponents=new Map,this.unsavedComponents=new Set,this._onWindowBeforeUnload=t=>{this.hasUnsavedComponents&&(t.preventDefault(),t.returnValue="")},this.createModalSidebarComponent=t=>{const e=gt("og-bucket-modal-sidebar");return e.className=t.position??"left",e.componentId=t.id,e.caption=t.caption,e.closable=null==t.closable||t.closable,e.bucket=this,e},this.createEditorComponent=t=>{const e=gt("og-bucket-component-host");return e.componentId=t,e.bucket=this,e},ig.set(this,void 0),this._createSplitContainerComponent=t=>{let e;return 0==t?(this.logger.info("create primary sidebar"),this.getSidebarHost()):1==t?(this.logger.info("create editor container"),this.editorContainer??this.createEditorContainer()):(e||(e=gt("div"),e.innerHTML="empty"),e)},this._onSplitContainerResize=()=>{this.top?.layout(),this.dispatchStateEvent()},this._onTabRemove=t=>{this.unregisterComponent(t.tab.id),this.dispatchEvent(new ag("close",{tab:t.tab,componentId:t.tab.id})),this.dispatchStateEvent()},this._onTabBeforeRemove=t=>{this.unsavedComponents.has(t.tab.id)&&(t.preventDefault(),this.openMenu({text:"Discard changes and close tab?",content:"yes_no"}).then((e=>{"Y"==e?.id&&(this.unsavedComponents.delete(t.tab.id),t.tabs.removeTab(t.index,!0))})))},this._onTabSelect=t=>{t.tabs.topLevelComponent==this.editorContainer&&(this._activeComponentId=t.tab?.id,this.dispatchEvent(new ag("activate",{tab:t.tab,componentId:t.tab?.id})),this.dispatchStateEvent())},this.render=()=>Hr`
1754
+ `,Jp={yes_no:[{id:"Y",name:"Yes"},{id:"N",name:"No"}]};class tg extends nd{constructor(){super(...arguments),this.items=[]}async addAlert(t){const e=gt("og-bucket-alert"),i={options:t,component:e};e.options=t,e.addEventListener("close",(()=>this.removeAlert(i))),this.component.shadowRoot.appendChild(e),this.items.push(i),this.items.length>this.component.options.alerts.maxItems&&this.removeAlert(this.items[0]);const o=t.timeout??this.component.options.alerts.timeout;o>0&&(i.timer=window.setTimeout((()=>{i.timer=void 0,this.removeAlert(i)}),o)),await this.component.updateComplete,this.updatePositions()}updatePositions(){[...this.items].reverse().forEach(((t,e)=>{Ot(t.component,{r:10,b:10+e*(t.component.offsetHeight+10)})}))}removeAlert(t){const e=this.items.indexOf(t);-1!=e&&(this.items[e].component.remove(),this.items.splice(e,1),null!=t.timer&&window.clearTimeout(t.timer),t.timer=void 0,this.updatePositions())}}const eg={alerts:{maxItems:5,timeout:5e3}};var ig,og,ng=function(t,e,i,o){var n,r=arguments.length,s=r<3?e:null===o?o=Object.getOwnPropertyDescriptor(e,i):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)s=Reflect.decorate(t,e,i,o);else for(var a=t.length-1;a>=0;a--)(n=t[a])&&(s=(r<3?n(s):r>3?n(e,i,s):n(e,i))||s);return r>3&&s&&Object.defineProperty(e,i,s),s},rg=function(t,e,i,o){if("a"===i&&!o)throw new TypeError("Private accessor was defined without a getter");if("function"==typeof e?t!==e||!o:!e.has(t))throw new TypeError("Cannot read private member from an object whose class did not declare it");return"m"===i?o:"a"===i?o.call(t):o?o.value:e.get(t)};const sg={top:{rightItems:[]},sidemenu:{items:[],activeIndex:null},editorLayout:{items:[]}};class ag extends Event{constructor(t,e){super(`bucket.${t}`,{bubbles:!0,composed:!0}),Object.assign(this,e)}}let lg=og=class extends id{get activeComponentId(){return this._activeComponentId}get hasUnsavedComponents(){return this.unsavedComponents.size>0}constructor(){super(),this.sourceData=sg,this.logger=new sn("Ωbucket"),this._componentPromiseResolutions=new Map,this._resolvingComponentIds=new Set,this.components=new Map,this.dialogs=new Map,this.modalSidebars=[],this.modalSidebarComponents=new Map,this.unsavedComponents=new Set,this._onWindowBeforeUnload=t=>{this.hasUnsavedComponents&&(t.preventDefault(),t.returnValue="")},this.createModalSidebarComponent=t=>{const e=gt("og-bucket-modal-sidebar");return e.className=t.position??"left",e.componentId=t.id,e.caption=t.caption,e.closable=null==t.closable||t.closable,e.bucket=this,e},this.createEditorComponent=t=>{const e=gt("og-bucket-component-host");return e.componentId=t,e.bucket=this,e},ig.set(this,void 0),this._createSplitContainerComponent=t=>{let e;return 0==t?(this.logger.info("create primary sidebar"),this.getSidebarHost()):1==t?(this.logger.info("create editor container"),this.editorContainer??this.createEditorContainer()):(e||(e=gt("div"),e.innerHTML="empty"),e)},this._onSplitContainerResize=()=>{this.top?.layout(),this.dispatchStateEvent()},this._onTabRemove=t=>{this.unregisterComponent(t.tab.id),this.dispatchEvent(new ag("close",{tab:t.tab,componentId:t.tab.id})),this.dispatchStateEvent()},this._onTabBeforeRemove=t=>{this.unsavedComponents.has(t.tab.id)&&(t.preventDefault(),this.openMenu({text:"Discard changes and close tab?",content:"yes_no"}).then((e=>{"Y"==e?.id&&(this.unsavedComponents.delete(t.tab.id),t.tabs.removeTab(t.index,!0))})))},this._onTabSelect=t=>{t.tabs.topLevelComponent==this.editorContainer&&(this._activeComponentId=t.tab?.id,this.dispatchEvent(new ag("activate",{tab:t.tab,componentId:t.tab?.id})),this.dispatchStateEvent())},this.render=()=>Hr`
1748
1755
  <og-bucket-top .bucket=${this}></og-bucket-top>
1749
1756
  <og-commands id="commandMenu" .target="${this}"></og-commands>
1750
1757
 
@@ -1756,7 +1763,7 @@
1756
1763
  .settings=${this.sourceData.sidemenu}>
1757
1764
  </og-bucket-sidemenu>
1758
1765
 
1759
- ${dd([],(()=>Hr`
1766
+ ${bd([],(()=>Hr`
1760
1767
  <og-splitcontainer
1761
1768
  orientation="horizontal"
1762
1769
  @splitContainer.resize=${this._onSplitContainerResize}
@@ -2201,7 +2208,7 @@
2201
2208
  </og-tree-levels>
2202
2209
  </div>
2203
2210
  `:""}
2204
- `}),Mt(this.list,"toggle",".item",(async(t,e)=>{const i=this.model.nodes[parseInt(e.dataset.node)];this.toggleNodeCollapse(i),this.model.indexVisibleNodes(),this.list.size=this.size})),Mt(this.list,"levelselect",".item",((t,e)=>{this.toggleNode(this.model.nodes[parseInt(e.dataset.node)],t.level,!0)})),Mt(this.list,"contextmenu",".item",((t,e)=>{t.preventDefault();const i=this.model.nodes[parseInt(e.dataset.node)];this.selection.select(i,0,!1),this.list.renderItems(!0)})),this.list.addEventListener("select",(t=>{if(t.stopPropagation(),t.trigger!=Yd.Arrow&&!(t.elm instanceof Ad)){const e=this.model.visibleNodes[t.index];if(e instanceof gf){const t=e;t.checkbox??this.options.selectMode!=mf.None?this.toggleNode(t,0,!0):(this.toggleNodeCollapse(t),this.model.indexVisibleNodes(),this.list.size=this.size),this.dispatchEvent(new If("select",{component:this,node:t}))}else if(e){const t=e;if(t.loading)return;t.loading=!0,t.element.querySelector("og-icon").icon="hourglass-half",this.loadMore(t.parent)}}})),this.list.addEventListener("keydown",(t=>{const e=this.keyActions[t.key];if(e)e();else if(!isNaN(parseInt(t.key))){const e=parseInt(t.key),i=this.model.visibleNodes[this.list.selectedIndex];i.subLevels>=e&&this.toggleNode(i,e,!0)}}))}toggleNode(t,e,i=!1){this.selection.toggle(t,e),this.list.renderItems(!0),setTimeout((()=>this.list.focus())),i&&this.dispatchEvent(new If("change",{component:this,node:t}))}updateNodeLoadState(t,e){this.options.pageSize>0&&(e<this.options.pageSize?t.count=t.children.length:t.count=t.children.length+1)}async toggleNodeCollapse(t,e=!0){if(t.toggleCollapse(),!t.isLoaded&&!t.isPartialyLoaded&&this.adapter){this.list.requestUpdate();const e=await this.adapter.getTree({parent:t,parentKey:t.key,offset:0}),i=new ff(e,this.options);t.insertChildren(i.root.children,0),this.updateNodeLoadState(t,t.children.length),this.model.indexNodesByTree(!0),this.list.size=this.size,this.list.requestUpdate()}e&&this.dispatchEvent(new If("tree.collapse",{component:this,node:t}))}toggleTreeCollapse(t,e=!0){0!=this.model.nodes.length&&(t||((t=this.model.root).collapsed=this.model.nodes[0].collapsed),t.toggleCollapse(!0),this.model.indexVisibleNodes(),this.list.size=this.size,e&&this.dispatchEvent(new If("tree.collapse",{component:this,node:t})))}get itemStyle(){const t=this.options?.customStyle;return[_f,...t?Array.isArray(t)?t:[t]:[]]}render(){this.logger.info(`render ${this.model?.visibleNodes.length??0}`);const t=Hr`
2211
+ `}),Mt(this.list,"toggle",".item",(async(t,e)=>{const i=this.model.nodes[parseInt(e.dataset.node)];this.toggleNodeCollapse(i),this.model.indexVisibleNodes(),this.list.size=this.size})),Mt(this.list,"levelselect",".item",((t,e)=>{this.toggleNode(this.model.nodes[parseInt(e.dataset.node)],t.level,!0)})),Mt(this.list,"contextmenu",".item",((t,e)=>{t.preventDefault();const i=this.model.nodes[parseInt(e.dataset.node)];this.selection.select(i,0,!1),this.list.renderItems(!0)})),this.list.addEventListener("select",(t=>{if(t.stopPropagation(),t.trigger!=eu.Arrow&&!(t.elm instanceof Vd)){const e=this.model.visibleNodes[t.index];if(e instanceof gf){const t=e;t.checkbox??this.options.selectMode!=mf.None?this.toggleNode(t,0,!0):(this.toggleNodeCollapse(t),this.model.indexVisibleNodes(),this.list.size=this.size),this.dispatchEvent(new If("select",{component:this,node:t}))}else if(e){const t=e;if(t.loading)return;t.loading=!0,t.element.querySelector("og-icon").icon="hourglass-half",this.loadMore(t.parent)}}})),this.list.addEventListener("keydown",(t=>{const e=this.keyActions[t.key];if(e)e();else if(!isNaN(parseInt(t.key))){const e=parseInt(t.key),i=this.model.visibleNodes[this.list.selectedIndex];i.subLevels>=e&&this.toggleNode(i,e,!0)}}))}toggleNode(t,e,i=!1){this.selection.toggle(t,e),this.list.renderItems(!0),setTimeout((()=>this.list.focus())),i&&this.dispatchEvent(new If("change",{component:this,node:t}))}updateNodeLoadState(t,e){this.options.pageSize>0&&(e<this.options.pageSize?t.count=t.children.length:t.count=t.children.length+1)}async toggleNodeCollapse(t,e=!0){if(t.toggleCollapse(),!t.isLoaded&&!t.isPartialyLoaded&&this.adapter){this.list.requestUpdate();const e=await this.adapter.getTree({parent:t,parentKey:t.key,offset:0}),i=new ff(e,this.options);t.insertChildren(i.root.children,0),this.updateNodeLoadState(t,t.children.length),this.model.indexNodesByTree(!0),this.list.size=this.size,this.list.requestUpdate()}e&&this.dispatchEvent(new If("tree.collapse",{component:this,node:t}))}toggleTreeCollapse(t,e=!0){0!=this.model.nodes.length&&(t||((t=this.model.root).collapsed=this.model.nodes[0].collapsed),t.toggleCollapse(!0),this.model.indexVisibleNodes(),this.list.size=this.size,e&&this.dispatchEvent(new If("tree.collapse",{component:this,node:t})))}get itemStyle(){const t=this.options?.customStyle;return[_f,...t?Array.isArray(t)?t:[t]:[]]}render(){this.logger.info(`render ${this.model?.visibleNodes.length??0}`);const t=Hr`
2205
2212
  <div class="main" style="${va({overflow:"hidden",maxHeight:this.maxHeight?Rt(this.maxHeight):null})}">
2206
2213
  <og-list
2207
2214
  size="${this.size}"
@@ -2234,7 +2241,7 @@
2234
2241
  @levelselect="${this._onGlobalLevelSelect}">
2235
2242
  </og-tree-levels>
2236
2243
  </div>
2237
- `:null,e,t],(()=>" "))}highlightFirstSelectedNode(){if(!this.list)return;if(!this.selection?.count)return;const t=this.selection.items.keys().next().value,e=this.model.nodeMap.get(t);e?(this.list.selectedIndex=e.index,this.list.scrollToIndex(e.index)):this.list.selectedIndex=-1}renderItems(t=!1){this.list&&(this.list.size=this.size,this.list.renderItems(t))}clearSelection(){this.selection.clear(),this.requestUpdate()}async filter(t){this.loading?this.awaitFilter=t:this.options.customSearch&&this.adapter?await this.loadData({filter:t}):(null==t?(this.filtering?.clear(),this.noMatches=!1):(this.filtering?.filter(t),this.noMatches=0==this.size),this.list.size=this.size,this.list.select(0),this.list.requestUpdate())}async clearFilter(){await this.filter()}};Af.styles=[Mf],Rf([os({type:Object})],Af.prototype,"model",void 0),Rf([os({type:Object})],Af.prototype,"adapter",void 0),Rf([os({type:Object})],Af.prototype,"options",void 0),Rf([os({type:Object})],Af.prototype,"selection",void 0),Rf([os({type:Object})],Af.prototype,"logger",void 0),Rf([os({type:Number})],Af.prototype,"maxHeight",void 0),Rf([os({type:Number})],Af.prototype,"itemHeight",void 0),Rf([os({type:Array})],Af.prototype,"value",void 0),Rf([os({type:Boolean})],Af.prototype,"disableAutoload",void 0),Rf([ss("og-list")],Af.prototype,"list",void 0),Rf([ss("og-tree-search")],Af.prototype,"searchBar",void 0),Rf([ss("#globalLevels")],Af.prototype,"globalTreeLevels",void 0),Rf([ns()],Af.prototype,"loading",void 0),Rf([ns()],Af.prototype,"noMatches",void 0),Af=Rf([ts("og-tree")],Af);class Of extends xu{getOptions(){return null}}const $f=qn`
2244
+ `:null,e,t],(()=>" "))}highlightFirstSelectedNode(){if(!this.list)return;if(!this.selection?.count)return;const t=this.selection.items.keys().next().value,e=this.model.nodeMap.get(t);e?(this.list.selectedIndex=e.index,this.list.scrollToIndex(e.index)):this.list.selectedIndex=-1}renderItems(t=!1){this.list&&(this.list.size=this.size,this.list.renderItems(t))}clearSelection(){this.selection.clear(),this.requestUpdate()}async filter(t){this.loading?this.awaitFilter=t:this.options.customSearch&&this.adapter?await this.loadData({filter:t}):(null==t?(this.filtering?.clear(),this.noMatches=!1):(this.filtering?.filter(t),this.noMatches=0==this.size),this.list.size=this.size,this.list.select(0),this.list.requestUpdate())}async clearFilter(){await this.filter()}};Af.styles=[Mf],Rf([os({type:Object})],Af.prototype,"model",void 0),Rf([os({type:Object})],Af.prototype,"adapter",void 0),Rf([os({type:Object})],Af.prototype,"options",void 0),Rf([os({type:Object})],Af.prototype,"selection",void 0),Rf([os({type:Object})],Af.prototype,"logger",void 0),Rf([os({type:Number})],Af.prototype,"maxHeight",void 0),Rf([os({type:Number})],Af.prototype,"itemHeight",void 0),Rf([os({type:Array})],Af.prototype,"value",void 0),Rf([os({type:Boolean})],Af.prototype,"disableAutoload",void 0),Rf([ss("og-list")],Af.prototype,"list",void 0),Rf([ss("og-tree-search")],Af.prototype,"searchBar",void 0),Rf([ss("#globalLevels")],Af.prototype,"globalTreeLevels",void 0),Rf([ns()],Af.prototype,"loading",void 0),Rf([ns()],Af.prototype,"noMatches",void 0),Af=Rf([ts("og-tree")],Af);class Of extends td{getOptions(){return null}}const $f=qn`
2238
2245
  og-input {
2239
2246
  flex: 1;
2240
2247
  border: 1px solid var(--og-accent-color);
@@ -2264,7 +2271,7 @@
2264
2271
  #content {
2265
2272
  display: flex;
2266
2273
  }
2267
- `;var Df=function(t,e,i,o){var n,r=arguments.length,s=r<3?e:null===o?o=Object.getOwnPropertyDescriptor(e,i):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)s=Reflect.decorate(t,e,i,o);else for(var a=t.length-1;a>=0;a--)(n=t[a])&&(s=(r<3?n(s):r>3?n(e,i,s):n(e,i))||s);return r>3&&s&&Object.defineProperty(e,i,s),s};let Nf=class extends fd{get hasCrossButton(){return this.cross&&(this.selection.count>0&&this.options.allowEmpty||""!==this.searchTerm)}get tree(){return this._tree||(this._tree=new Af,this._tree.disableAutoload=!0,this._tree.model=this.adapter?null:this.model,this._tree.adapter=this.adapter,this._tree.selection=this.selection,this._tree.options=this.options,this._tree.maxHeight=this.maxHeight,this._tree.addEventListener("change",(t=>this._onChange(t))),this._tree.addEventListener("render",this._onTreeRender),this._tree.slot="inner-content"),this._tree}_onChange(t){this.selectedItems=null,this.selectedItems=t.component.selection.items,this.value=t.component.selection.serialize(),this.options.autoClose&&this.close(),this.dispatchEvent(new If(t.type,{component:t.component,node:t.node}))}async open(){this.tree.parentElement!=this.dropdown&&this.dropdown.appendChild(this._tree),await super.open()}async willUpdate(t){this.buttonInput&&(this.options.search=!1),t.has("value")&&(this.selection.setItems(this.value),this.selectedItems=null,this.selectedItems=this.selection.items,this.tree.highlightFirstSelectedNode(),this.tree.renderItems(!0)),this._tree&&(t.has("adapter")&&(this._tree.adapter=this.adapter),t.has("model")&&(this._tree.model=this.model)),t.has("adapter")&&this.adapter&&(this._firstOpen=!0,this.options=Cf(await this.adapter.getOptions(),this.options)),this._renderDropdown=!0}async filter(t){this.input&&(this.searchTerm=t),await this.updateComplete,this.input&&(this.input.value=t),await this.tree.updateComplete,this.tree.filter(t)}async clearFilter(){this.input&&(this.searchTerm=""),await this.updateComplete,this.input&&(this.input.value=""),await this.tree.updateComplete,this.tree.clearFilter()}focus(){this.buttonInput?this.input?.focus():super.focus()}constructor(){super(),this.options=Cf(),this.selection=new wf(this.options),this.maxHeight=300,this.maxWidth=400,this.cross=!1,this.buttonInput=!1,this.preventInputEnter=!1,this.dynamicWidth=!1,this.selectedItems=new Map,this.searchTerm="",this._renderDropdown=!0,this._firstOpen=!0,this._onTreeRender=()=>{this.dropdown&&(Nt(this.dropdown),this.dynamicWidth&&this.adjustWidth())},this.tooltip=gt("og-tooltip"),this._onMouseOver=()=>{this.contentDiv&&this.contentDiv.scrollWidth>this.contentDiv.clientWidth&&(this.tooltip.parentElement||(document.body.appendChild(this.tooltip),this.tooltip.style.maxWidth="200px"),this.tooltip.content=this.getButtonContentHtml(),this.tooltip.attachTo(this.button,"bottom"))},this._onMouseOut=()=>{this.tooltip.deatach()},this._debounceFilter=U((t=>this.tree.filter(t))),this._onInput=async t=>{this.isOpen||await this.open();const e=t.target.value;this._debounceFilter(e),this.searchTerm=e},this._onInputKeyDown=t=>{switch(t.key){case"ArrowDown":t.preventDefault(),this.tree.list.moveDown();break;case"ArrowUp":t.preventDefault(),this.tree.list.moveUp();break;case"Enter":if(t.preventDefault(),this.preventInputEnter)return;this.tree.list.selectedIndex>-1&&(this.tree.list.select(this.tree.list.selectedIndex,Yd.Enter),setTimeout((()=>this.input.focus()),100))}},this._onInputBlur=()=>this.input.value=this.getSelectionText(),this.render=()=>Hr`
2274
+ `;var Df=function(t,e,i,o){var n,r=arguments.length,s=r<3?e:null===o?o=Object.getOwnPropertyDescriptor(e,i):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)s=Reflect.decorate(t,e,i,o);else for(var a=t.length-1;a>=0;a--)(n=t[a])&&(s=(r<3?n(s):r>3?n(e,i,s):n(e,i))||s);return r>3&&s&&Object.defineProperty(e,i,s),s};let Nf=class extends kd{get hasCrossButton(){return this.cross&&(this.selection.count>0&&this.options.allowEmpty||""!==this.searchTerm)}get tree(){return this._tree||(this._tree=new Af,this._tree.disableAutoload=!0,this._tree.model=this.adapter?null:this.model,this._tree.adapter=this.adapter,this._tree.selection=this.selection,this._tree.options=this.options,this._tree.maxHeight=this.maxHeight,this._tree.addEventListener("change",(t=>this._onChange(t))),this._tree.addEventListener("render",this._onTreeRender),this._tree.slot="inner-content"),this._tree}_onChange(t){this.selectedItems=null,this.selectedItems=t.component.selection.items,this.value=t.component.selection.serialize(),this.options.autoClose&&this.close(),this.dispatchEvent(new If(t.type,{component:t.component,node:t.node}))}async open(){this.tree.parentElement!=this.dropdown&&this.dropdown.appendChild(this._tree),await super.open()}async willUpdate(t){this.buttonInput&&(this.options.search=!1),t.has("value")&&(this.selection.setItems(this.value),this.selectedItems=null,this.selectedItems=this.selection.items,this.tree.highlightFirstSelectedNode(),this.tree.renderItems(!0)),this._tree&&(t.has("adapter")&&(this._tree.adapter=this.adapter),t.has("model")&&(this._tree.model=this.model)),t.has("adapter")&&this.adapter&&(this._firstOpen=!0,this.options=Cf(await this.adapter.getOptions(),this.options)),this._renderDropdown=!0}async filter(t){this.input&&(this.searchTerm=t),await this.updateComplete,this.input&&(this.input.value=t),await this.tree.updateComplete,this.tree.filter(t)}async clearFilter(){this.input&&(this.searchTerm=""),await this.updateComplete,this.input&&(this.input.value=""),await this.tree.updateComplete,this.tree.clearFilter()}focus(){this.buttonInput?this.input?.focus():super.focus()}constructor(){super(),this.options=Cf(),this.selection=new wf(this.options),this.maxHeight=300,this.maxWidth=400,this.cross=!1,this.buttonInput=!1,this.preventInputEnter=!1,this.dynamicWidth=!1,this.selectedItems=new Map,this.searchTerm="",this._renderDropdown=!0,this._firstOpen=!0,this._onTreeRender=()=>{this.dropdown&&(Nt(this.dropdown),this.dynamicWidth&&this.adjustWidth())},this.tooltip=gt("og-tooltip"),this._onMouseOver=()=>{this.contentDiv&&this.contentDiv.scrollWidth>this.contentDiv.clientWidth&&(this.tooltip.parentElement||(document.body.appendChild(this.tooltip),this.tooltip.style.maxWidth="200px"),this.tooltip.content=this.getButtonContentHtml(),this.tooltip.attachTo(this.button,"bottom"))},this._onMouseOut=()=>{this.tooltip.deatach()},this._debounceFilter=U((t=>this.tree.filter(t))),this._onInput=async t=>{this.isOpen||await this.open();const e=t.target.value;this._debounceFilter(e),this.searchTerm=e},this._onInputKeyDown=t=>{switch(t.key){case"ArrowDown":t.preventDefault(),this.tree.list.moveDown();break;case"ArrowUp":t.preventDefault(),this.tree.list.moveUp();break;case"Enter":if(t.preventDefault(),this.preventInputEnter)return;this.tree.list.selectedIndex>-1&&(this.tree.list.select(this.tree.list.selectedIndex,eu.Enter),setTimeout((()=>this.input.focus()),100))}},this._onInputBlur=()=>this.input.value=this.getSelectionText(),this.render=()=>Hr`
2268
2275
  ${this.buttonInput?Hr`
2269
2276
  <og-input
2270
2277
  @input="${this._onInput}"
@@ -2303,7 +2310,7 @@
2303
2310
  ${t&&t.icon?Hr`<og-icon .icon="${t.icon}"></og-icon>&nbsp;`:null}
2304
2311
  ${i?Hr`<span style="color:#ff0000">${t.value}</span>`:Hr`<span>${t.value}</span>`}
2305
2312
  ${e.length>0?Hr`(${Lf(cs(e,(t=>t[0])),Hr`,&nbsp;`)})`:""}
2306
- `)),Hr`,&nbsp;`)}`:e?Hr`${e}${i?Hr`: ${i}`:""}`:i?Hr`${i}`:Hr`&nbsp;`}getSelectionText(){return this.getSelectionItems().map((([t,e])=>t.value+(e.length>0?` (${e.map((t=>t[0])).join(",")})`:""))).join(",")}};Nf.styles=[...fd.styles,$f],Df([os({type:Object})],Nf.prototype,"options",void 0),Df([os({type:Object})],Nf.prototype,"model",void 0),Df([os({type:Object})],Nf.prototype,"adapter",void 0),Df([os({type:Object})],Nf.prototype,"selection",void 0),Df([os({type:Number})],Nf.prototype,"maxHeight",void 0),Df([os({type:Number})],Nf.prototype,"maxWidth",void 0),Df([os({type:Array})],Nf.prototype,"value",void 0),Df([os({type:Boolean})],Nf.prototype,"cross",void 0),Df([os({type:String})],Nf.prototype,"caption",void 0),Df([os({type:String})],Nf.prototype,"placeholder",void 0),Df([os({type:Boolean})],Nf.prototype,"buttonInput",void 0),Df([os({type:Boolean})],Nf.prototype,"preventInputEnter",void 0),Df([os({type:Boolean})],Nf.prototype,"dynamicWidth",void 0),Df([ns()],Nf.prototype,"selectedItems",void 0),Df([ss("og-button")],Nf.prototype,"button",void 0),Df([ss("og-input")],Nf.prototype,"input",void 0),Df([ss("#content")],Nf.prototype,"contentDiv",void 0),Df([ns()],Nf.prototype,"searchTerm",void 0),Nf=Df([ts("og-tree-dropdown")],Nf);var Pf=function(t,e,i,o){var n,r=arguments.length,s=r<3?e:null===o?o=Object.getOwnPropertyDescriptor(e,i):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)s=Reflect.decorate(t,e,i,o);else for(var a=t.length-1;a>=0;a--)(n=t[a])&&(s=(r<3?n(s):r>3?n(e,i,s):n(e,i))||s);return r>3&&s&&Object.defineProperty(e,i,s),s};class jf extends Event{constructor(t){super("levelselect",{bubbles:!1,cancelable:!0,composed:!0}),this.level=t}}let Vf=class extends Kr{constructor(){super(...arguments),this.selection=new Map,this.render=()=>Hr`
2313
+ `)),Hr`,&nbsp;`)}`:e?Hr`${e}${i?Hr`: ${i}`:""}`:i?Hr`${i}`:Hr`&nbsp;`}getSelectionText(){return this.getSelectionItems().map((([t,e])=>t.value+(e.length>0?` (${e.map((t=>t[0])).join(",")})`:""))).join(",")}};Nf.styles=[...kd.styles,$f],Df([os({type:Object})],Nf.prototype,"options",void 0),Df([os({type:Object})],Nf.prototype,"model",void 0),Df([os({type:Object})],Nf.prototype,"adapter",void 0),Df([os({type:Object})],Nf.prototype,"selection",void 0),Df([os({type:Number})],Nf.prototype,"maxHeight",void 0),Df([os({type:Number})],Nf.prototype,"maxWidth",void 0),Df([os({type:Array})],Nf.prototype,"value",void 0),Df([os({type:Boolean})],Nf.prototype,"cross",void 0),Df([os({type:String})],Nf.prototype,"caption",void 0),Df([os({type:String})],Nf.prototype,"placeholder",void 0),Df([os({type:Boolean})],Nf.prototype,"buttonInput",void 0),Df([os({type:Boolean})],Nf.prototype,"preventInputEnter",void 0),Df([os({type:Boolean})],Nf.prototype,"dynamicWidth",void 0),Df([ns()],Nf.prototype,"selectedItems",void 0),Df([ss("og-button")],Nf.prototype,"button",void 0),Df([ss("og-input")],Nf.prototype,"input",void 0),Df([ss("#content")],Nf.prototype,"contentDiv",void 0),Df([ns()],Nf.prototype,"searchTerm",void 0),Nf=Df([ts("og-tree-dropdown")],Nf);var Pf=function(t,e,i,o){var n,r=arguments.length,s=r<3?e:null===o?o=Object.getOwnPropertyDescriptor(e,i):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)s=Reflect.decorate(t,e,i,o);else for(var a=t.length-1;a>=0;a--)(n=t[a])&&(s=(r<3?n(s):r>3?n(e,i,s):n(e,i))||s);return r>3&&s&&Object.defineProperty(e,i,s),s};class jf extends Event{constructor(t){super("levelselect",{bubbles:!1,cancelable:!0,composed:!0}),this.level=t}}let Vf=class extends Kr{constructor(){super(...arguments),this.selection=new Map,this.render=()=>Hr`
2307
2314
  ${cs(function*(t,e,i=1){const o=void 0===e?0:t;e??=t;for(let t=o;i>0?t<e:e<t;t+=i)yield t}(1,this.count+1),(t=>Hr`
2308
2315
  <div class="${ua({level:!0,selected:this.selection.has(t)&&this.selection.get(t)})}" data-level=${t}>${t}</div>
2309
2316
  `))}
@@ -2323,7 +2330,7 @@
2323
2330
  div.selected {
2324
2331
  background-color: var(--og-accent-color);
2325
2332
  }
2326
- `],Pf([os({type:Number})],Vf.prototype,"count",void 0),Pf([os({type:Object})],Vf.prototype,"selection",void 0),Vf=Pf([ts("og-tree-levels")],Vf);var Bf=function(t,e,i,o){var n,r=arguments.length,s=r<3?e:null===o?o=Object.getOwnPropertyDescriptor(e,i):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)s=Reflect.decorate(t,e,i,o);else for(var a=t.length-1;a>=0;a--)(n=t[a])&&(s=(r<3?n(s):r>3?n(e,i,s):n(e,i))||s);return r>3&&s&&Object.defineProperty(e,i,s),s};class Ff extends Event{constructor(t,e){super(`${t}`,{bubbles:!1,cancelable:!0,composed:!1}),this.component=e}}let Wf=class extends Kr{constructor(){super(...arguments),this.debounceKeyUp=U((async t=>{ct(t.key)||(await this.tree.filter(this.searchInput.value),this.dispatchEvent(new Ff("search",this)))}),xf.SEARCH_DEBOUNCE_DELAY,{isImmediate:!1}),this._onKeyDown=t=>{switch(t.key){case"ArrowDown":t.preventDefault(),this.tree.list.moveDown();break;case"ArrowUp":t.preventDefault(),this.tree.list.moveUp();break;case"Enter":t.preventDefault(),this.tree.list.select(this.tree.list.selectedIndex,Yd.Enter),setTimeout((()=>this.searchInput.focus()),100)}},this.render=()=>Hr`
2333
+ `],Pf([os({type:Number})],Vf.prototype,"count",void 0),Pf([os({type:Object})],Vf.prototype,"selection",void 0),Vf=Pf([ts("og-tree-levels")],Vf);var Bf=function(t,e,i,o){var n,r=arguments.length,s=r<3?e:null===o?o=Object.getOwnPropertyDescriptor(e,i):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)s=Reflect.decorate(t,e,i,o);else for(var a=t.length-1;a>=0;a--)(n=t[a])&&(s=(r<3?n(s):r>3?n(e,i,s):n(e,i))||s);return r>3&&s&&Object.defineProperty(e,i,s),s};class Ff extends Event{constructor(t,e){super(`${t}`,{bubbles:!1,cancelable:!0,composed:!1}),this.component=e}}let Wf=class extends Kr{constructor(){super(...arguments),this.debounceKeyUp=U((async t=>{ct(t.key)||(await this.tree.filter(this.searchInput.value),this.dispatchEvent(new Ff("search",this)))}),xf.SEARCH_DEBOUNCE_DELAY,{isImmediate:!1}),this._onKeyDown=t=>{switch(t.key){case"ArrowDown":t.preventDefault(),this.tree.list.moveDown();break;case"ArrowUp":t.preventDefault(),this.tree.list.moveUp();break;case"Enter":t.preventDefault(),this.tree.list.select(this.tree.list.selectedIndex,eu.Enter),setTimeout((()=>this.searchInput.focus()),100)}},this.render=()=>Hr`
2327
2334
  <input id="searchInput"
2328
2335
  autocomplete="off"
2329
2336
  spellcheck="false"
@@ -3039,7 +3046,7 @@
3039
3046
  cursor: pointer;
3040
3047
  }
3041
3048
  `;var tx=function(t,e,i,o){var n,r=arguments.length,s=r<3?e:null===o?o=Object.getOwnPropertyDescriptor(e,i):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)s=Reflect.decorate(t,e,i,o);else for(var a=t.length-1;a>=0;a--)(n=t[a])&&(s=(r<3?n(s):r>3?n(e,i,s):n(e,i))||s);return r>3&&s&&Object.defineProperty(e,i,s),s};let ex=class extends Kr{render(){return this.sortSettings?Hr`
3042
- <span class="arrow">${cd(this.sortSettings.ord==Xy.Asc?"&#8593;":"&#8595;")}</span>
3049
+ <span class="arrow">${md(this.sortSettings.ord==Xy.Asc?"&#8593;":"&#8595;")}</span>
3043
3050
  <span class="num">${((this.sortSettings.index??0)+1).toString()}</span>
3044
3051
  `:""}};ex.styles=qn`
3045
3052
  :host {
@@ -3056,7 +3063,7 @@
3056
3063
  position: relative;
3057
3064
  right: -4px;
3058
3065
  }
3059
- `,tx([os({type:Object,hasChanged:()=>!0})],ex.prototype,"sortSettings",void 0),ex=tx([ts("og-sortingarrow")],ex);var ix=function(t,e,i,o){var n,r=arguments.length,s=r<3?e:null===o?o=Object.getOwnPropertyDescriptor(e,i):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)s=Reflect.decorate(t,e,i,o);else for(var a=t.length-1;a>=0;a--)(n=t[a])&&(s=(r<3?n(s):r>3?n(e,i,s):n(e,i))||s);return r>3&&s&&Object.defineProperty(e,i,s),s};class ox extends Event{}let nx=class extends Kr{get table(){return this.tableRef.value}get colgroup(){return this.colgroupRef.value}get thead(){return this.theadRef.value}get tbody(){return this.tbodyRef.value}get colMap(){return this._colMap}get rowMap(){return this._rowMap}get freezeLeft(){if(null==this._freezeLeft)if(this.offsetWidth>0){let t=0;for(let e=0;e<this.model.options.freezeLeft;e++)t+=this.model.columns[e].width;this._freezeLeft=t<this.offsetWidth/2?this.model.options.freezeLeft:0}else this._freezeLeft=this.model.options.freezeLeft;return this._freezeLeft}previewZoom(t){Gt(this.table,t)}highlightColHeaderCells(t){if(!this.model.options.colLetters)return;this._highlightedColHeaderCells.forEach((t=>t.className="hlabel")),this._highlightedColHeaderCells=[];const e=this.rowHeaderCount;t.forEach((t=>{const i=this.hRows[this.model.hasColumnTreeEnabled?1:0].children[this.colMap.get(t)+e];i&&(this._highlightedColHeaderCells.push(i),i.className="hlabel selected")}))}highlightRowHeaderCells(t){this.model.options.rowNumbers&&0!=this.model.rows.length&&(this._highlightedRowHeaderCells.forEach((t=>t.className="vlabel")),this._highlightedRowHeaderCells=[],t.forEach((t=>{const e=this.getRowByModelIndex(t)?.children[this.model.hasRowTreeEnabled?1:0];e&&(this._highlightedRowHeaderCells.push(e),e.className="vlabel selected")})))}get columnHeaderCount(){return this.model.headerCount+(this.model.hasColumnTreeEnabled?1:0)+(this.model.hasFilter?1:0)+(this.model.options.colLetters?1:0)}get rowHeaderCount(){return(this.model.hasRowTreeEnabled?1:0)+(this.model.options.rowNumbers?1:0)}get renderRowCount(){return this.renderAll?this.model.visibleRows.length:Math.round(Math.min(this.clientHeight/Ww.MIN_ROW_HEIGHT,this.model.rows.length))}get renderColCount(){return this.renderAll?this.model.visibleColumns.length+this.rowHeaderCount:Math.round(Math.min(this.clientWidth/Ww.MIN_COL_WIDTH||5,this.model.columns.length+this.rowHeaderCount))}get totalHeaderHeight(){let t=0,e=0;this.model.hasColumnTreeEnabled&&(t+=this.treeHeaderHeight,++e),this.model.options.colLetters&&(t+=this.thead.children[e].offsetHeight||this.model.options.rowHeight,++e);for(let i=0;i<this.model.headerCount;i++)t+=this.thead.children[e+i].offsetHeight||this.model.options.rowHeight;return this.model.hasFilter&&(t+=this.model.options.rowHeight),t}get treeHeaderWidth(){return this.model.hasRowTreeEnabled?15*this.model.maxRowLevel+20:0}get treeHeaderHeight(){return this.model.hasColumnTree?15*this.model.maxColumnLevel+20:0}get totalHeaderWidth(){let t=0;return this.model.options.rowNumbers&&(t+=Ww.ROW_HEADER_WIDTH),t+=this.treeHeaderWidth,t}get viewportSize(){return this._viewportSize||(this._viewportSize=this.renderAll?{w:1/0,h:1/0}:{w:(this.clientWidth-this.totalHeaderWidth-Ww.SLIDER_SIZE)/this.zoom,h:(this.clientHeight-this.totalHeaderHeight-Ww.SLIDER_SIZE)/this.zoom}),this._viewportSize}get viewport(){return this._viewport||(this._viewport=this.model.getViewport({c:this.colOffset,r:this.rowOffset},this.viewportSize,{t:this.model.options.freezeTop,l:this.freezeLeft,b:this.model.options.freezeBottom,r:this.model.options.freezeRight})),this._viewport}get viewportRange(){return new iv(this.viewport.columns[0].index,this.viewport.rows[0].index,this.viewport.columns[this.viewport.columns.length-1].index,this.viewport.rows[this.viewport.rows.length-1].index)}findColumnIndexByOffset(t){let e=0;const i=this.colgroup.children;for(let o=0;o<i.length;o++)if(e+=i[o].offsetWidth,e>=t)return o;return-1}findRowByOffset(t){const e=(t>this.thead.offsetHeight?this.tbody:this.thead).children;t>this.thead.offsetHeight&&(t-=this.thead.offsetHeight);let i=0;for(let o=0;o<e.length;o++){const n=e[o];if(i+=n.offsetHeight,i>=t)return n}return null}findTableCellByOffset(t,e){t/=this.zoom,e/=this.zoom;const i=this.findRowByOffset(e),o=this.findColumnIndexByOffset(t),n=i&&o>-1?i.children[o]:null;return n&&!bt(n)?n:null}findNearestTableCellByOffset(t,e){let i,o;t/=this.zoom,i=(e/=this.zoom)<0?this.tbody.children[0]:e>this.tbody.offsetHeight+this.thead.offsetHeight?this.tbody.children[this.viewport.rows.length-1]:this.findRowByOffset(e),o=t<0?this.rowHeaderCount:t>=this.tbody.offsetWidth?this.viewport.columns.length+this.rowHeaderCount-1:this.findColumnIndexByOffset(t);let n=i&&o>-1?i.children[o]:null;for(;n&&bt(n);)n=n.previousElementSibling;return n}constructor(){super(),this._rowMap=new Map,this._colMap=new Map,this.rowOffset=0,this.colOffset=0,this.zoom=1,this.nogrid=!1,this.renderAll=!1,this.tableRef=Ph(),this.colgroupRef=Ph(),this.theadRef=Ph(),this.tbodyRef=Ph(),this.getColumnByModelIndex=t=>this.getColumnByGridIndex(this.colMap.get(t)),this.getColumnByGridIndex=t=>this.colgroup.children[t+this.rowHeaderCount],this.getRowByModelIndex=t=>this.bRows[this.rowMap.get(t)],this.getRowByGridIndex=t=>this.bRows[t],this.getCellByGridIndex=(t,e)=>this.bRows[e].children[t+this.rowHeaderCount],this.getCellByModelIndex=(t,e)=>this.getRowByModelIndex(e)?.children[this.colMap.get(t)+this.rowHeaderCount],this.getCellByCellModel=t=>this.getCellByModelIndex(t.c,t.r),this.resetFreezeLeft=()=>this._freezeLeft=null,this._highlightedColHeaderCells=[],this._highlightedRowHeaderCells=[],this.render=()=>Hr`
3066
+ `,tx([os({type:Object,hasChanged:()=>!0})],ex.prototype,"sortSettings",void 0),ex=tx([ts("og-sortingarrow")],ex);var ix=function(t,e,i,o){var n,r=arguments.length,s=r<3?e:null===o?o=Object.getOwnPropertyDescriptor(e,i):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)s=Reflect.decorate(t,e,i,o);else for(var a=t.length-1;a>=0;a--)(n=t[a])&&(s=(r<3?n(s):r>3?n(e,i,s):n(e,i))||s);return r>3&&s&&Object.defineProperty(e,i,s),s};class ox extends Event{}let nx=class extends Kr{get table(){return this.tableRef.value}get colgroup(){return this.colgroupRef.value}get thead(){return this.theadRef.value}get tbody(){return this.tbodyRef.value}get colMap(){return this._colMap}get rowMap(){return this._rowMap}get freezeLeft(){if(null==this._freezeLeft)if(this.offsetWidth>0){let t=0;for(let e=0;e<this.model.options.freezeLeft;e++)t+=this.model.columns[e].width;this._freezeLeft=t<this.offsetWidth/2?this.model.options.freezeLeft:0}else this._freezeLeft=this.model.options.freezeLeft;return this._freezeLeft}previewZoom(t){Gt(this.table,t)}highlightColHeaderCells(t){if(!this.model.options.colLetters)return;this._highlightedColHeaderCells.forEach((t=>t.className="hlabel")),this._highlightedColHeaderCells=[];const e=this.rowHeaderCount;t.forEach((t=>{const i=this.hRows[this.model.hasColumnTreeEnabled?1:0].children[this.colMap.get(t)+e];i&&(this._highlightedColHeaderCells.push(i),i.className="hlabel selected")}))}highlightRowHeaderCells(t){this.model.options.rowNumbers&&0!=this.model.rows.length&&(this._highlightedRowHeaderCells.forEach((t=>t.className="vlabel")),this._highlightedRowHeaderCells=[],t.forEach((t=>{const e=this.getRowByModelIndex(t)?.children[this.model.hasRowTreeEnabled?1:0];e&&(this._highlightedRowHeaderCells.push(e),e.className="vlabel selected")})))}get columnHeaderCount(){return this.model.headerCount+(this.model.hasColumnTreeEnabled?1:0)+(this.model.hasFilter?1:0)+(this.model.options.colLetters?1:0)}get rowHeaderCount(){return(this.model.hasRowTreeEnabled?1:0)+(this.model.options.rowNumbers?1:0)}get renderRowCount(){return this.renderAll?this.model.visibleRows.length:Math.round(Math.min(this.clientHeight/Ww.MIN_ROW_HEIGHT,this.model.rows.length))}get renderColCount(){return this.renderAll?this.model.visibleColumns.length+this.rowHeaderCount:Math.round(Math.min(this.clientWidth/Ww.MIN_COL_WIDTH||5,this.model.columns.length+this.rowHeaderCount))}get totalHeaderHeight(){let t=0,e=0;this.model.hasColumnTreeEnabled&&(t+=this.treeHeaderHeight,++e),this.model.options.colLetters&&(t+=this.thead.children[e].offsetHeight||this.model.options.rowHeight,++e);for(let i=0;i<this.model.headerCount;i++)t+=this.thead.children[e+i].offsetHeight||this.model.options.rowHeight;return this.model.hasFilter&&(t+=this.model.options.rowHeight),t}get treeHeaderWidth(){return this.model.hasRowTreeEnabled?15*this.model.maxRowLevel+20:0}get treeHeaderHeight(){return this.model.hasColumnTree?15*this.model.maxColumnLevel+20:0}get totalHeaderWidth(){let t=0;return this.model.options.rowNumbers&&(t+=Ww.ROW_HEADER_WIDTH),t+=this.treeHeaderWidth,t}get viewportSize(){return this._viewportSize||(this._viewportSize=this.renderAll?{w:1/0,h:1/0}:{w:(this.clientWidth-this.totalHeaderWidth-Ww.SLIDER_SIZE)/this.zoom,h:(this.clientHeight-this.totalHeaderHeight-Ww.SLIDER_SIZE)/this.zoom}),this._viewportSize}get viewport(){return this._viewport||(this._viewport=this.model.getViewport({c:this.colOffset,r:this.rowOffset},this.viewportSize,{t:this.model.options.freezeTop,l:this.freezeLeft,b:this.model.options.freezeBottom,r:this.model.options.freezeRight})),this._viewport}get viewportRange(){return new iv(this.viewport.columns[0].index,this.viewport.rows[0].index,this.viewport.columns[this.viewport.columns.length-1].index,this.viewport.rows[this.viewport.rows.length-1].index)}findColumnIndexByOffset(t){let e=0;const i=this.colgroup.children;for(let o=0;o<i.length;o++)if(e+=i[o].offsetWidth,e>=t)return o;return-1}findRowByOffset(t){const e=(t>this.thead.offsetHeight?this.tbody:this.thead).children;t>this.thead.offsetHeight&&(t-=this.thead.offsetHeight);let i=0;for(let o=0;o<e.length;o++){const n=e[o];if(i+=n.offsetHeight,i>=t)return n}return null}findTableCellByOffset(t,e){t/=this.zoom,e/=this.zoom;const i=this.findRowByOffset(e),o=this.findColumnIndexByOffset(t),n=i&&o>-1?i.children[o]:null;return n&&!bt(n)?n:null}findNearestTableCellByOffset(t,e){let i,o;t/=this.zoom,e/=this.zoom;const n=this.findRowByOffset(e),r=this.findColumnIndexByOffset(t);i=e<0?this.tbody.children[0]:e>this.tbody.offsetHeight+this.thead.offsetHeight?this.tbody.children[this.viewport.rows.length-1]:n,o=t<0?this.rowHeaderCount:t>=this.tbody.offsetWidth?this.viewport.columns.length+this.rowHeaderCount-1:r;let s=i&&o>-1?i.children[o]:null;for(;s&&bt(s);)s=s.previousElementSibling;const a=n&&r>-1?n.children[r]:null;return[s,a&&!bt(a)?a:null]}constructor(){super(),this._rowMap=new Map,this._colMap=new Map,this.rowOffset=0,this.colOffset=0,this.zoom=1,this.nogrid=!1,this.renderAll=!1,this.tableRef=Ph(),this.colgroupRef=Ph(),this.theadRef=Ph(),this.tbodyRef=Ph(),this.getColumnByModelIndex=t=>this.getColumnByGridIndex(this.colMap.get(t)),this.getColumnByGridIndex=t=>this.colgroup.children[t+this.rowHeaderCount],this.getRowByModelIndex=t=>this.bRows[this.rowMap.get(t)],this.getRowByGridIndex=t=>this.bRows[t],this.getCellByGridIndex=(t,e)=>this.bRows[e].children[t+this.rowHeaderCount],this.getCellByModelIndex=(t,e)=>this.getRowByModelIndex(e)?.children[this.colMap.get(t)+this.rowHeaderCount],this.getCellByCellModel=t=>this.getCellByModelIndex(t.c,t.r),this.resetFreezeLeft=()=>this._freezeLeft=null,this._highlightedColHeaderCells=[],this._highlightedRowHeaderCells=[],this.render=()=>Hr`
3060
3067
  <style>
3061
3068
  table {
3062
3069
  font-size: ${this.model?.options.fontSize||12}px;
@@ -3074,7 +3081,7 @@
3074
3081
  <thead ${Bh(this.theadRef)}></thead>
3075
3082
  <tbody ${Bh(this.tbodyRef)}></tbody>
3076
3083
  </table>
3077
- `,this.clearHeaderCache=()=>{this.resetFreezeLeft(),this.hCache=new Uw(this.model.columns.length,this.columnHeaderCount),this.hCache.disabled=!this.model.options.cellCache},this.clearBodyCache=()=>{this.bCache=new Uw(this.model.columns.length,this.model.rows.length),this.bCache.disabled=!this.model.options.cellCache},this.cellRenderSchedules=new WeakMap}willUpdate(){this._viewport=null,this._viewportSize=null,this.model&&(this.clearHeaderCache(),this.clearBodyCache())}updated(){this.model&&(this.createColumns(),this.createHeaderRows(),this.createBodyRows(),this.renderCells())}refresh(){this.clearHeaderCache(),this.clearBodyCache(),this.requestUpdate()}createColumns(){this._freezeLeft=null;const t=this.renderColCount;if(!this.cols||this.cols.length!=t){this.cols=new Array(t);for(let e=0;e<t;e++)this.cols[e]=gt("col"),this.cols.forEach((()=>this.colgroup.appendChild(this.cols[e])))}}createHeaderRows(){const t=this.columnHeaderCount,e=this.renderColCount;if(xt(this.thead),!this.hRows||this.hRows.length!=t||!this.hRows[0]||this.hRows[0].children.length!=e){this.hRows=new Array(t);for(let i=0;i<t;i++){this.hRows[i]=gt("tr");for(let t=0;t<e;t++)this.hRows[i].appendChild(gt("th"))}}xt(this.thead),this.hRows.forEach((t=>this.thead.appendChild(t)))}createBodyRows(){const t=this.renderRowCount,e=this.renderColCount,i=this.rowHeaderCount;if(!this.bRows||0==this.bRows.length||this.bRows.length!=t||this.bRows[0].children.length!=e)if(0==t&&this.grid.options.emptyPlaceholder)this.bRows=[gt("tr")],this.bRows[0].appendChild(gt("td"));else{this.bRows=new Array(t);for(let o=0;o<t;o++){this.bRows[o]=gt("tr");for(let t=0;t<i;t++)this.bRows[o].appendChild(gt("th"));for(let t=i;t<e;t++)this.bRows[o].appendChild(gt("td"))}}xt(this.tbody),this.bRows.forEach((t=>this.tbody.appendChild(t)))}renderCells(t={vertical:!0,horizontal:!0}){this.table&&(t.vertical||t.horizontal)&&(this._viewport=null,this.tbody.remove(),t.horizontal&&this.renderHeader(),this.model.rows.length>0?(this.renderBody(),t.vertical&&this.renderRowTree(),this.table.appendChild(this.tbody)):this.model.options.emptyPlaceholder&&(this.renderEmptyBody(),this.table.appendChild(this.tbody)),this.dispatchEvent(new ox("rendercells")))}renderEmptyBody(){const t=this.bRows[0].children[0];t.innerHTML="no data",t.className="empty-placeholder",t.colSpan=this.viewport.columns.length+this.rowHeaderCount}renderHeader(){let t;this.colMap.clear();const e=this.rowHeaderCount,i=this.viewport;this.model.hasRowTreeEnabled&&Ht(this.colgroup.children[0],{w:this.treeHeaderWidth},!0),this.model.options.rowNumbers&&Ht(this.colgroup.children[e-1],{w:Ww.ROW_HEADER_WIDTH},!0);for(let o=0;o<i.columns.length;o++)t=i.columns[o],this.model.autofitColumns.has(t.index)&&(this.grid.rendering.autofitColumn(t.index,!1,!1),this.model.autofitColumns.delete(t.index)),this.colMap.set(t.index,o),Ht(this.colgroup.children[o+e],{w:t.width}),At(this.colgroup.children[o+e],{w:t.width}),Tt(this.colgroup.children[o+e],{w:t.width});let o=0;this.model.hasColumnTreeEnabled&&(this.renderHeaderRowTree(this.hRows[o],o),++o),this.model.options.colLetters&&(Ht(this.hRows[o],{h:this.model.options.rowHeight}),this.renderHeaderRowLetters(this.hRows[o],o),++o);for(let t=0;t<this.model.headerCount;t++)this.renderHeaderRowLabels(this.hRows[o+t],o+t,t);o+=this.model.headerCount,this.model.hasFilter&&(Ht(this.hRows[o],{h:this.model.options.rowHeight}),this.renderHeaderRowFilters(this.hRows[o],o))}renderHeaderRowLetters(t,e){let i,o;const n=this.viewport,r=e-this.columnHeaderCount;let s=0;if(Ht(t,{h:this.model.options.rowHeight}),(this.model.hasRowTree||this.model.options.rowNumbers)&&!this.model.hasColumnTree){i=t.children[s],i.colSpan=this.rowHeaderCount,i.rowSpan=this.columnHeaderCount;const e=s-this.rowHeaderCount,o=this.model.options.levelButtonCell;(!o||r==o.r&&e==o.c)&&this.renderHeaderRowCornerCell(i),s++}for(let e=s;e<this.rowHeaderCount;e++)wt(t.children[e]),s++;for(let e=s;e<t.children.length;e++)o=e-s,i=t.children[e],i.className="hlabel",n.columns.length>o?(i.innerHTML=n.columns[o].address,i.c=n.columns[o].index,yt(i)):wt(i)}renderHeaderRowTree(t,e){if(!this.model.hasColumnTreeEnabled)return;let i,o,n=0;const r=e-this.columnHeaderCount,s=this.viewport,a=this.model.options.rowNumbers,l=this.model.hasRowTreeEnabled;if(Ht(t,{h:this.treeHeaderHeight}),i=t.children[n],!i)return;i.rowSpan=a||l?this.columnHeaderCount:1,i.colSpan=this.rowHeaderCount;const c=n-this.rowHeaderCount,h=this.model.options.levelButtonCell;let d=null;(!h&&(a||l)||h&&r==h.r&&c==h.c)&&(d=c,this.renderHeaderRowCornerCell(i)),(a||l)&&(++n,l&&(i=t.children[n],i.innerHTML="",wt(i),++n));for(let r=n;r<t.children.length;r++)o=r-n,i=t.children[r],s.columns.length>o?(d!=r&&(i.innerHTML="",i.className="htree",this.renderHeaderRowTreeCell(t,e,s.columns[o],i)),yt(i)):wt(i)}renderHeaderRowTreeCell(t,e,i,o){let n=this.hCache.get(i.index,e);if(!n){n=gt("div"),this.hCache.set(i.index,e,n);const t=i.width+1,o=this.treeHeaderHeight/this.model.maxColumnLevel;if(i.hasChildren){const e=new Ad;e.addEventListener("toggle",(()=>this.grid.rendering.toggleColumn(i.index))),n.expander=e,n.appendChild(e),Ot(e,{l:t/2-Ww.EXPANDER_SIZE/2,t:i.level*o+o/2-Ww.EXPANDER_SIZE/2}),n.expanderLine=this.createExpanderLine("h"),n.appendChild(n.expanderLine),Ot(n.expanderLine,{l:this.model.options.columnTree.reversed?0:t/2,t:i.level*o+o/2}),Ht(n.expanderLine,{h:o/2,w:t/2+1})}if(i.hasParent){let e=i;for(;e.hasParent;){e=e.parent;const i=this.createExpanderLine("h");n.appendChild(i),Ht(i,{h:o/2,w:t-1}),Ot(i,{l:0,t:e.level*o+o/2})}}}n.expander&&(n.expander.state=i.collapsed?"closed":"open"),o.appendChild(n)}createExpanderLine(t){const e=gt("div");return e.className=`${t}tree-line`,e}renderHeaderRowLabels(t,e,i){let o,n,r,s,a=0;const l=this.viewport,c=e-this.columnHeaderCount,h=this.model.options.levelButtonCell;let d;this.model.hasRowTreeEnabled&&(n=t.children[a],n.innerHTML="",this.model.hasColumnTreeEnabled||this.model.options.colLetters||i>0?wt(n):(n.rowSpan=this.columnHeaderCount,n.colSpan=this.rowHeaderCount,this.renderHeaderRowCornerCell(n)),++a),this.model.options.rowNumbers&&(n=t.children[a],n.innerHTML="",this.model.hasRowTreeEnabled||this.model.options.colLetters||this.model.hasColumnTreeEnabled||i>0?wt(n):(n.rowSpan=this.columnHeaderCount,n.colSpan=this.rowHeaderCount,this.renderHeaderRowCornerCell(n)),++a);for(let u=a;u<t.children.length;u++)if(s=u-a,n=t.children[u],n.className="hlabel",n.innerHTML="",l.columns.length>s)if(o=l.columns[s],r=o.header[i],r.height&&(d=Math.max(r.height,d||0)),n.colSpan=1,n.rowSpan=1,n.c=o.index,n.r=i,r?.hidden)if(s==this.freezeLeft){let t=o.prevVisible,r=0;for(;t&&t.header[i]?.hidden;)t=t.prevVisible,++r;t&&t.header[i].cs?(yt(n),n.colSpan=t.header[i].cs-r-1,n.rowSpan=t.header[i].rs||1,this.renderHeaderRowLabelCell(n,t,e,i)):wt(n)}else wt(n);else{if(o.header&&o.header[i]){const t=o.header[i].cs||1;n.colSpan=t>1?o.calculateRealColspan(t):1,n.rowSpan=o.header[i].rs||1}yt(n),this.renderHeaderRowLabelCell(n,o,e,i),h&&h.r==c&&h.c==o.index&&this.renderHeaderRowCornerCell(n)}else wt(n);Ht(t,{h:d??this.model.options.rowHeight})}renderHeaderRowLabelCell(t,e,i,o){let n=this.hCache.get(e.index,i);const r=e.header[o];if(n||(n=gt("div"),r?r.html?n.innerHTML=r.label??"":n.innerText=r.label??"":n.innerHTML="",r&&null!=r._style&&gk(n,Fy(this.model.styles.get(r._style))),this.hCache.set(e.index,i,n)),this.model.options.columnHeaderTreeButtons&&e.hasChildren&&o==e.level){let t=n.expander;t||(t=new Ad,t.addEventListener("toggle",(()=>this.grid.rendering.toggleColumn(e.index))),n.expander=t,n.prepend(t),Ot(t,{l:4,t:4})),t.state=e.collapsed?"closed":"open"}this.grid.sorting.sortingModel&&e.sorting&&o==e.header.length-1&&(t.className+=" sort",n.sortingArrow||(n.sortingArrow=new ex,n.appendChild(n.sortingArrow),Ot(n.sortingArrow,{t:0,r:5})),n.sortingArrow.sortSettings=this.grid.sorting.sortingModel.get(e.index)),t.appendChild(n)}renderHeaderRowFilters(t,e){let i,o,n=0;const r=this.viewport;this.model.hasRowTreeEnabled&&(i=t.children[n],i.innerHTML="",this.model.columnHeaderCount>1?wt(i):i.colSpan=this.model.columnHeaderCount,++n),this.model.options.rowNumbers&&(i=t.children[n],i.innerHTML="",this.model.hasRowTreeEnabled||this.model.options.colLetters||this.model.hasColumnTreeEnabled||this.model.headerCount>0?wt(i):(i.rowSpan=this.columnHeaderCount,i.colSpan=this.rowHeaderCount,this.renderHeaderRowCornerCell(i)),++n);for(let s=n;s<t.children.length;s++)if(o=s-n,i=t.children[s],r.columns.length>o){yt(i);const n=r.columns[o];n.hasFilter?this.renderHeaderRowFilterCell(t,e,n,i):i.innerHTML=""}else wt(i)}renderHeaderRowFilterCell(t,e,i,o){o.innerHTML="",o.className="filter",o.c=i.index;let n=this.hCache.get(i.index,e);n||(n=gt("div"),n.filter=gt("og-filter-label"),n.appendChild(n.filter),this.hCache.set(i.index,e,n));const r=this.grid.filtering.filter.get(i.index)?.term;n.filter.value=Array.isArray(r)?r.map((t=>t.value??t.key)).join(", "):r,o.appendChild(n)}renderHeaderRowCornerCell(t){this.cornerDiv=gt("div");const e=Math.max((this.treeHeaderWidth||Ww.EXPANDER_SIZE+2)/(this.model.maxRowLevel+1),Ww.EXPANDER_SIZE+2);if(this.model.hasRowTree)for(let t=0;t<=this.model.maxRowLevel;t++){const i=new Od;i.level=t,this.cornerDiv.appendChild(i),Ot(i,{l:t*e+e/2-Ww.EXPANDER_SIZE/2,b:3}),i.addEventListener("mousedown",(t=>t.stopPropagation())),i.addEventListener("toggle",(t=>{this.model.columns.filter((t=>t.levelButtons)).forEach((t=>this.bCache.deleteColumn(t.index))),this.grid.rendering.setRowExpandLevel(t.level)}))}if(this.model.hasColumnTree){const i=(this.model.hasColumnTree?this.treeHeaderHeight:t.clientHeight)/(this.model.maxColumnLevel+1),o=15*this.model.maxColumnLevel+20<=t.clientHeight;for(let t=0;t<=this.model.maxColumnLevel;t++){const n=new Od;n.level=t,this.cornerDiv.appendChild(n),Ot(n,o?{t:t*i+i/2-Ww.EXPANDER_SIZE/2,r:3}:{r:t*e+e/2-Ww.EXPANDER_SIZE/2,b:3}),n.addEventListener("mousedown",(t=>t.stopPropagation())),n.addEventListener("toggle",(t=>{this.grid.rendering.setColumnExpandLevel(t.level)}))}}xt(t),t.appendChild(this.cornerDiv)}renderBody(){let t,e,i,o,n,r,s;const a=this.rowHeaderCount,l=this.model.options.rowNumbers,c=this.viewport,h=[];this.rowMap.clear();for(let d=0;d<this.bRows.length;d++)if(t=this.bRows[d],d<c.rows.length){i=c.rows[d],o=i.index,this.model.autofitRows.has(o)&&(this.grid.rendering.autofitRow(o,!1,!1),this.model.autofitRows.delete(o)),Ht(t,{h:i.height}),i.height<this.model.options.rowHeight&&(Dt(t,i.height),t.style.lineHeight=It(i.height)),this.rowMap.set(o,d),l&&(e=t.children[a-1],e.className="vlabel",e.r=o,e.c=-1,e.innerHTML=`<div>${ov(o)}</div>`);for(let l=a;l<t.children.length;l++)e=t.children[l],l-a<c.columns.length?(r=c.columns[l-a],n=r.index,e.r=o,e.c=n,e.colSpan=1,e.rowSpan=1,s=i.cell(n),(s.colspan>1||s.rowspan>1)&&h.push({r:d,c:l,cs:s.colspan,rs:s.rowspan}),yt(e),this.renderBodyCell(s,e)):wt(e);t.style.display="table-row",t.className=i.filterState>1?"filtered":""}else t.style.display="none";this.mergeBodyCells(h)}scheduleRenderBodyCell(t,e){this.cellRenderSchedules.has(e)&&(window.clearTimeout(this.cellRenderSchedules.get(e)),this.cellRenderSchedules.delete(e)),this.cellRenderSchedules.set(e,window.setTimeout((()=>this.renderBodyCell(t,e))))}fixCellBorders(t,e){"none"==e.bottom?.style&&(t.style.borderBottomColor="transparent"),"none"==e.top?.style&&(t.style.borderTop="transparent"),"none"==e.right?.style&&(t.style.borderRight="transparent"),"none"==e.left?.style&&(t.style.borderLeft="transparent")}renderBodyCell(t,e){const i=!e;if(e=e||this.getCellByCellModel(t)){let o=i?null:this.bCache.get(t.c,t.r);if(o||(o=gt("div"),Mk(t).call(this,o,t),this.bCache.set(t.c,t.r,o)),this.renderAll){const i=t.composedStyle;i&&this.fixCellBorders(e,i)}xt(e),e.appendChild(o)}else this.bCache.delete(t.c,t.r)}mergeBodyCells(t){let e;const i=new Set;for(const o of t)if(e=this.bRows[o.r].cells[o.c],e&&!i.has(e))for(let t=o.r;t<o.r+o.rs;t++)for(let n=o.c;n<o.c+o.cs;n++)e=this.bRows[t].cells[n],e&&(t==o.r&&n==o.c?(e.colSpan=o.cs,e.rowSpan=o.rs):(i.add(e),wt(e)))}renderRowTree(){if(!this.model.hasRowTreeEnabled)return;let t;const e=this.viewport,i=-this.rowHeaderCount;for(let o=0;o<this.bRows.length;o++)t=this.bRows[o].children[0],t.innerHTML="",o<e.rows.length&&(t.className="vtree",this.renderRowTreeCell(i,e.rows[o],t))}renderRowTreeCell(t,e,i){let o=this.bCache.get(t,e.index);if(!o){o=gt("div"),this.bCache.set(t,e.index,o);const n=e.height+1,r=this.treeHeaderWidth/this.model.maxRowLevel;if(e.hasChildren){const t=new Ad;t.addEventListener("toggle",(()=>this.grid.rendering.toggleRow(e.index))),i.parentElement.expander=t,o.expander=t,o.appendChild(t),Ot(t,{t:n/2-Ww.EXPANDER_SIZE/2,l:e.level*r+r/2-Ww.EXPANDER_SIZE/2});const s=this.createExpanderLine("v");o.appendChild(s),Ot(s,{t:this.model.options.rowTree.reversed?0:n/2,l:e.level*r+r/2}),Ht(s,{w:r/2,h:n/2+1})}if(e.hasParent){let t=e;for(;t.hasParent;){t=t.parent;const e=this.createExpanderLine("v");o.appendChild(e),Ht(e,{w:r/2,h:n+2}),Ot(e,{t:-1,l:t.level*r+r/2})}}}o.expander&&(o.expander.state=e.collapsed?"closed":"open"),i.appendChild(o)}};nx.styles=[Jw],ix([os({type:Object})],nx.prototype,"model",void 0),ix([os({type:Number,hasChanged:()=>!1})],nx.prototype,"rowOffset",void 0),ix([os({type:Number,hasChanged:()=>!1})],nx.prototype,"colOffset",void 0),ix([os({type:Number,reflect:!0})],nx.prototype,"zoom",void 0),ix([os({type:Boolean,reflect:!0})],nx.prototype,"nogrid",void 0),ix([os({type:Boolean,reflect:!0})],nx.prototype,"renderAll",void 0),nx=ix([ts("og-table")],nx);const rx=["F5","F12"];class sx extends Event{get selection(){return this.grid.selecting.selection}get activeCell(){return this.selection.activeCell}constructor(t,e){super(`grid.${t}`,{bubbles:!0,composed:!0}),Object.assign(this,e),this.cell&&(this.row=this.cell.row,this.column=this.cell.column)}}class ax extends sx{constructor(t){super("edit",t)}}class lx extends au{constructor(t,e,i){super(`grid.${t}`,i),this.grid=e}}class cx extends lx{constructor(t,e,i,o){super(t,e,o),this.column=i}}class hx extends lx{constructor(t,e,i,o){super(t,e,o),this.row=i}}class dx{get model(){return this.grid.model}get selection(){return this.grid.selection}get table(){return this.grid.table}constructor(t){this.grid=t,this.clickDisabled=!1,this.editDisabled=!1,this.clicked=!1,this.startOffset={x:0,y:0},this.suspendClick=()=>this.clickDisabled=!0,this.resumeClick=(t=!1)=>{this.isSliding||(t?setTimeout((()=>this.clickDisabled=!1),100):this.clickDisabled=!1)},this._onKeyDown=t=>{switch(rx.includes(t.key)||t.preventDefault(),t.key){case"Tab":t.preventDefault(),this.grid.selecting.shiftActiveCell(t.shiftKey?-1:1,!0);break;case"ArrowRight":this.grid.selecting.debounceMoveSelector(1,0);break;case"ArrowLeft":this.grid.selecting.debounceMoveSelector(-1,0);break;case"ArrowDown":this.grid.selecting.debounceMoveSelector(0,1);break;case"ArrowUp":this.grid.selecting.debounceMoveSelector(0,-1);break;case"PageUp":this.grid.selecting.debounceMoveSelector(0,-this.table.viewport.rows.length);break;case"PageDown":this.grid.selecting.debounceMoveSelector(0,this.table.viewport.rows.length);break;case"Home":this.grid.selecting.debounceMoveSelector(-this.selection.range.c1,t.ctrlKey?-this.selection.range.r1:0);break;case"End":this.grid.selecting.debounceMoveSelector(this.model.gridRange.c2-this.selection.range.c1,t.ctrlKey?this.model.gridRange.r2-this.selection.range.r1:0);break;case"Enter":this.grid.selecting.enter();break;case"Escape":this.grid.selecting.hideCopySelector();break;case"c":t.ctrlKey&&this.grid.editing.copySelection();break;case"v":t.ctrlKey&&this.grid.editing.paste();break;case"z":if(!this.grid.options.undoRedo)return;t.ctrlKey&&this.grid.editing.undo();break;case"y":if(!this.grid.options.undoRedo)return;t.ctrlKey&&this.grid.editing.redo();break;case"F2":t.preventDefault(),this.grid.editing.startEdit();break;case"Delete":t.preventDefault(),this.grid.objects.delete(),this.grid.editing.clearSelection();break;case"Backspace":t.preventDefault(),this.grid.editing.clearSelection()}1!=t.key.length||t.ctrlKey||this.grid.editing.startEdit(t.key)},this._onMouseMove=t=>{let e=!0;const i=this.grid.hSizer,o=this.grid.vSizer,{offsetX:n,offsetY:r}=t;let s=this.model.options.scrolling.scrollbarVisibilityTreshold;s<=0&&(s=Math.max(this.grid.clientWidth,this.grid.clientHeight)),n>this.grid.clientWidth-s?this.grid.vSlider.show():this.grid.vSlider.hide(),r>this.grid.clientHeight-s?this.grid.hSlider.show():this.grid.hSlider.hide();const a=this.table.findNearestTableCellByOffset(n,r);if(a&&"TH"==a.tagName)return this.model.options.columnResize&&!i.resizing&&a.classList.contains("hlabel")?a.offsetWidth-t.offsetX+a.offsetLeft<Ww.RESIZE_TRESHOLD?(i.snap(a,this.grid),this.grid.rendering.currentResizedColumn=this.model.columns[a.c]):vt(i):this.model.options.rowResize&&!o.resizing&&a.classList.contains("vlabel")&&(a.offsetHeight-t.offsetY+a.offsetTop<Ww.RESIZE_TRESHOLD?(o.snap(a,this.grid),this.grid.rendering.currentResizedRow=this.model.rows[a.r]):vt(o)),void(this.grid.selecting.isSelecting&&(this.suspendClick(),this.grid.selecting.updateSelecting(a.c,a.r)));if(a&&"TD"==a.tagName)if(this.grid.selecting.isSelectorOperationActive||this.grid.selecting.isFormulaSelectorOperationActive){const{top:e,left:i}=Et(a,this.grid);this.grid.rendering.autoscroll({x:i-this.table.totalHeaderWidth+t.offsetX-a.offsetLeft,y:e-this.table.thead.clientHeight+t.offsetY-a.offsetTop}),this.grid.selecting.isSelecting&&this.suspendClick(),this.grid.selecting.updateSelecting(a.c,a.r)}else{const t=this.model.rows[a.r]?.cell(a.c);t&&t.hasTooltip&&(e=!1,this.grid.tooltip.attachToCell(a,t)),t&&t.hasComment&&(e=!1,this.grid.comment.attachTo(a,t))}e&&(this.grid.tooltip.deatach(),this.grid.comment.deatach(this.model.options.comments.hideTimeout)),vt(i),vt(o)},this._onMouseDown=t=>{if(1&t.buttons){this.grid.setPointerCapture(t.pointerId),this.startOffset={x:t.offsetX,y:t.offsetY};for(const e of t.composedPath()){if("TD"==e.tagName){const t=e;this.grid.selecting.startCellSelecting(new iv(t.c,t.r));break}if("TH"==e.tagName){const t=e;e.matches(".sort")?this.grid.sorting.sort(t.c):t.classList.contains("filter")?this.grid.filtering.openFilter(this.model.columns[t.c],t):t.classList.contains("hlabel")?this.grid.selecting.startColumnSelecting(t.c):t.classList.contains("vlabel")&&this.grid.selecting.startRowSelecting(t.r);break}}}},this._onMouseUp=t=>{if(0!=t.buttons)return;const e=Math.abs(this.startOffset.x-t.offsetX),i=Math.abs(this.startOffset.y-t.offsetY);Math.sqrt(Math.pow(e,2)+Math.pow(i,2))<this.model.options.events.click.mouseMoveTreshold&&this.resumeClick(),this.grid.releasePointerCapture(t.pointerId),this.grid.selecting.stopSelectOperations()},this._onClick=t=>{if(this.clickDisabled)return;if(this.grid.clientHeight-t.offsetY<this.grid.hSlider.offsetHeight)return;if(this.grid.clientWidth-t.offsetX<this.grid.vSlider.offsetWidth)return;const e=this.table.findTableCellByOffset(t.offsetX,t.offsetY),i="TD"==e?.tagName?this.model.rows[e.r]?.cell(e.c):null;this.grid.dispatchEvent(new sx("click",{grid:this.grid,cell:i}))},this._onContextMenu=t=>{t.preventDefault();for(const e of t.composedPath())if("TD"==e.tagName){const i=e;this.grid.menus.openCellMenu(this.model.rows[i.r].cell(i.c),{x:t.pageX,y:t.pageY})}else if("TH"==e.tagName){const i=e;i.classList.contains("hlabel")?this.grid.menus.openColumnMenu(this.model.columns[i.c],{x:t.pageX,y:t.pageY}):i.classList.contains("vlabel")&&this.grid.menus.openRowMenu(this.model.rows[i.r],{x:t.pageX,y:t.pageY})}},this._onVerticalSlide=t=>{this.table.rowOffset=Math.min(t.value,this.model.visibleRows.length-1),this.grid.rendering.requireVerticalUpdate=!0,this.grid.logger.info(`v-slide: ${t.value}`),this.grid.rendering.renderCells()},this._onHorizontalSlide=t=>{this.table.colOffset=Math.min(t.value,this.model.visibleColumns.length-1),this.grid.rendering.requireHorizontalUpdate=!0,this.grid.logger.info(`h-slide: ${t.value}`),this.grid.rendering.renderCells()},this._onSlideStart=()=>{this.suspendClick()},this._onSlideStop=()=>{this.resumeClick(!0)},this._denbounceHorizontalScroll=U((t=>this.grid.rendering.scrollHorizontalByPixels(t)),50),this._onWheel=t=>{t.ctrlKey||(0!=t.deltaY&&this.grid.rendering.scrollVerticalByPixels(t.deltaY),0!=t.deltaX&&this._denbounceHorizontalScroll(Math.sign(t.deltaX)*Math.min(100,Math.abs(t.deltaX))))},this._onTouchStart=t=>{this.grid.rendering.touchStartX=t.touches[0],this.grid.rendering.touchStartY=t.touches[0]},this._onTouchEnd=t=>{this.grid.rendering.touchStartX=t.touches[0],this.grid.rendering.touchStartY=t.touches[0]},this._onTouchMove=t=>{const e=this.grid.rendering;if(e.touchStartY){const i=e.touchStartY.clientY-t.touches[0].clientY;Math.abs(i)>this.model.options.rowHeight&&this.table.viewport.rows.length>0&&(e.scrollVerticalByPixels(i),e.touchStartY=t.touches[0])}if(e.touchStartX){const i=e.touchStartX.clientX-t.touches[0].clientX;Math.abs(i)>this.model.options.columnWidth&&this.table.viewport.columns.length>0&&(e.scrollHorizontalByPixels(i),e.touchStartX=t.touches[0])}},this._onHorizontalResizeStart=()=>{this.grid.rendering.resizing=!0,this.grid.rendering.currentResizedColumnWidth=this.grid.rendering.currentResizedColumn.width},this._onHorizontalResizeStop=t=>{this.suspendClick(),this.grid.rendering.resizing=!1,this.table.clearHeaderCache(),this.table.renderCells({horizontal:!0}),this.grid.dispatchEvent(new cx("column.resize",this.grid,this.grid.rendering.currentResizedColumn,t))},this._onHorizontalResize=t=>{const e=this.grid.rendering;e.currentResizedColumn.width=e.currentResizedColumnWidth+t.deltaX,Ht(this.table.getColumnByModelIndex(e.currentResizedColumn.index),{w:e.currentResizedColumn.width},!0),this.grid.selecting.updateSelector()},this._onVerticalResizeStart=()=>{this.grid.rendering.resizing=!0,this.grid.rendering.currentResizedRowHeight=this.grid.rendering.currentResizedRow.height},this._onVerticalResizeStop=t=>{this.suspendClick(),this.grid.rendering.resizing=!1,this.table.clearBodyCache(),this.table.renderCells({vertical:!0}),this.grid.dispatchEvent(new hx("row.resize",this.grid,this.grid.rendering.currentResizedRow,t))},this._onVerticalResize=t=>{const e=this.grid.rendering;e.currentResizedRow.height=e.currentResizedRowHeight+t.deltaY,Ht(this.table.getRowByModelIndex(e.currentResizedRow.index),{h:e.currentResizedRow.height},!1),this.grid.selecting.updateSelector()},this._onCommentCommit=t=>{this.grid.model.comments.set(t.cell.address,t.items),t.cell.invalidateStyle(),this.grid.rendering.updateCells([t.cell])},this._onAutofill=t=>{if(this.suspendClick(),this.grid.selection.range.equals(t.selector.autofillRange))return;const{cells:e,oldValues:i}=Hy(this.model,this.grid.selection.range,t.selector.autofillRange,t.selector.autofillDirection);this.grid.rendering.updateCells(e,!0),this.grid.selection.setRange(this.grid.selection.range.unite(t.selector.autofillRange)),this.grid.selecting.updateSelector(),this.grid.dispatchEvent(new ax({grid:this.grid,editType:"autofill",cells:e,oldValues:i,newValues:e.map((t=>t.value2))}))},this._onEdit=t=>{if(t.fromHistory)return;const e=[],i=[],o=this.model.names.rangeMap;let n=[],r=[],s=[],a=[];switch(t.editType){case"value":n=t.newValues,r=t.newProps,s=t.oldValues,a=t.oldProps,t.cells.forEach((t=>{const n=t.address;e.push(n),i.push(o.get(n))}));break;case"insert_column":case"insert_row":t.newValues.forEach((t=>{const r=t.address;e.push(r),i.push(o.get(r)),n.push(t.getSourceData())}))}this.grid.history.push({type:t.editType,addresses:e,names:i,oldValues:s,oldProps:a,newValues:n,newProps:r})},this._onSelectorMove=t=>{this.suspendClick(),this.selection.setRange(t.toRange),t.fromRange.isRow?this.grid.editing.moveRows({index:t.fromRange.r1,count:t.fromRange.size.rows,targetIndex:t.toRange.r1}):t.fromRange.isColumn?this.grid.editing.moveColumns({index:t.fromRange.c1,count:t.fromRange.size.columns,targetIndex:t.toRange.c1}):console.log(t)},this._onMouseLeave=()=>{this.grid.rendering.hideSliders()},this.debounceHideSliders=U((()=>this.grid.rendering.hideSliders()),1e3,{isImmediate:!1}),this._onRender=()=>{const t=this.grid;t.selecting.updateSelectors(),t.dispatchEvent(new sx("render",{grid:this.grid})),t.adapter&&t.options.pageSize&&t.rendering.isLastRowInViewport()&&t.rendering.loadNextPage(),t.rendering.updateSliderVisibility(),this.model.options.scrolling.scrollbarVisibilityTreshold>0&&this.debounceHideSliders()},this._onHorizontalSizerDblClick=t=>{t.stopPropagation(),this.editDisabled=!0,this.grid.rendering.autofitColumn(this.grid.rendering.currentResizedColumn.index),this.grid.dispatchEvent(new cx("column.resize",this.grid,this.grid.rendering.currentResizedColumn,t))},this._onVerticalSizerDblClick=t=>{t.stopPropagation(),this.editDisabled=!0,this.grid.rendering.autofitRow(this.grid.rendering.currentResizedRow.index),this.grid.dispatchEvent(new hx("row.resize",this.grid,this.grid.rendering.currentResizedRow,t))},this._onDblClick=()=>{this.editDisabled?this.editDisabled=!1:this.grid.editing.startEdit()}}get isSliding(){return this.grid.hSlider.sliding||this.grid.vSlider.sliding}async init(){await this.grid.updateComplete,await this.table.updateComplete;const t=this.grid;t.addEventListener("wheel",this._onWheel,{passive:!0}),t.addEventListener("touchstart",this._onTouchStart,{passive:!0}),t.addEventListener("touchend",this._onTouchEnd,{passive:!0}),t.addEventListener("touchmove",this._onTouchMove,{passive:!0}),t.hSizer.addEventListener("resizestart",this._onHorizontalResizeStart),t.hSizer.addEventListener("resizestop",this._onHorizontalResizeStop),t.hSizer.addEventListener("resize",this._onHorizontalResize),t.hSizer.addEventListener("dblclick",this._onHorizontalSizerDblClick),t.vSizer.addEventListener("resizestart",this._onVerticalResizeStart),t.vSizer.addEventListener("resizestop",this._onVerticalResizeStop),t.vSizer.addEventListener("resize",this._onVerticalResize),t.vSizer.addEventListener("dblclick",this._onVerticalSizerDblClick),t.comment.addEventListener("comment.commit",this._onCommentCommit),t.addEventListener("keydown",this._onKeyDown),t.addEventListener("click",this._onClick),t.addEventListener("contextmenu",this._onContextMenu),t.addEventListener("toggle",(()=>t.rendering.debounceCalculateViewport())),t.addEventListener("pointerup",this._onMouseUp),t.addEventListener("pointerdown",this._onMouseDown);const e=U(this._onMouseMove,20,{maxWait:50,isImmediate:!0});t.addEventListener("pointermove",e),t.addEventListener("mouseleave",this._onMouseLeave),t.table.addEventListener("rendercells",this._onRender),t.selector.addEventListener("grid.selector.autofill",this._onAutofill),t.selector.addEventListener("grid.selector.move",this._onSelectorMove),t.addEventListener("dblclick",this._onDblClick),t.addEventListener("grid.edit",this._onEdit)}}class ux{get vScrolling(){return this._vScrolling}get hScrolling(){return this._hScrolling}get model(){return this.grid.model}get selection(){return this.grid.selection}get table(){return this.grid.table}constructor(t){this.grid=t,this.requireVerticalUpdate=!0,this.requireHorizontalUpdate=!1,this.resizing=!1,this._vScrolling=!0,this._hScrolling=!0,this.debounceRenderCells=U(this.renderCells,50,{isImmediate:!1,maxWait:100}),this.debounceCalculateViewport=U(this.calculateViewport,200)}isLastRowInViewport(){const t=this.grid.table.viewport.rows,e=this.model.visibleRows;return t[t.length-1]==e[e.length-1]}renderCells(t){t=t||{vertical:this.requireVerticalUpdate,horizontal:this.requireHorizontalUpdate},this.grid.comment.deatach(),this.grid.table.renderCells(t),this.requireHorizontalUpdate=!1,this.requireVerticalUpdate=!1,this.debounceCalculateViewport(),this.grid.objects.updatePostions()}renderAll(t=!1){this.grid.group?this.grid.group.grids.forEach((e=>e.rendering.render(t))):this.render(t)}async render(t=!1){this.grid.table&&this.model&&(this.grid.table.clearHeaderCache(),this.grid.table.clearBodyCache(),this.grid.table.isConnected&&(t&&(this.grid.table.requestUpdate(),await this.grid.table.updateComplete),this.grid.table.renderCells({horizontal:!0,vertical:!0}),this.calculateViewport()))}updateRange(t,e=!1){for(const i of this.model.getRangeIterator(t))this.updateCells([i],e)}updateCell(t,e=!1){this.updateCells([t],e)}updateSpilledCells(t){let e;t.prevSpillRange&&(e=new Set,this.model.getRangeIterator(t.prevSpillRange).forEach((t=>e.add(t)))),t.spillRange&&(e=e||new Set,this.model.getRangeIterator(t.spillRange).forEach((t=>e.add(t)))),e?.size>0&&this.updateCells(e)}updateCells(t,e=!1){if(e)for(const e of t)e.invalidateStyle(),e.invalidateValue(),this.model.calculations.clearDependecies(e).evaluate(e),this.updateSpilledCells(e);const i=this.grid.table;for(const e of t)i.renderBodyCell(e);e&&(this.model.calculations.invalidateDependants(t).forEach(((t,e)=>{t?this.grid.group.getGrid(t)?.table.renderBodyCell(e):i.renderBodyCell(e),this.updateSpilledCells(e)})),this.grid.dispatchGridEvent("calculate",{cells:Array.from(t)}))}updateHeaders(){this.model.indexVisibleColumns(),this.table.clearHeaderCache(),this.table.createHeaderRows(),this.table.renderHeader()}calculateViewport(t=!1){this.grid.logger.info("calculate viwport"),this.updateCells(this.model.calculateViewport(),t)}updateSliders(){const t=this.table.viewportSize;this.grid.vSlider.maxValue=this.model.visibleRows.length,this.grid.vSlider.pageSize=t.h/this.model.options.rowHeight,this.grid.vSlider.value=this.table.rowOffset,this.grid.hSlider.maxValue=this.model.visibleColumns.length,this.grid.hSlider.pageSize=t.w/this.model.options.columnWidth,this.grid.hSlider.value=this.table.colOffset}isVerticalScrollingEnabled(){return!1!==this.grid.options.scrolling.verticalOverscroll||this.table.viewport.rows.length<this.model.visibleRows.length}isHorizontalScrollingEnabled(){return!1!==this.grid.options.scrolling.horizontalOverscroll||this.table.viewport.columns.length<this.model.visibleColumns.length}updateSliderVisibility(){this._vScrolling=this.isVerticalScrollingEnabled(),this._vScrolling?(this.grid.vSlider.show(),mt(this.grid.vSlider)):(this.grid.vSlider.hide(),vt(this.grid.vSlider)),this._hScrolling=this.isHorizontalScrollingEnabled(),this._hScrolling?(this.grid.hSlider.show(),mt(this.grid.hSlider)):(this.grid.hSlider.hide(),vt(this.grid.hSlider))}hideSliders(){this.grid.vSlider.hide(),this.grid.hSlider.hide()}scrollVerticalByPixels(t){if(!this.vScrolling)return;let e,i=this.table.rowOffset,o=0,n=0;if(t>0){for(;o<t&&i+n<this.model.visibleRows.length;)o+=this.model.visibleRows[i+n++].height+2;i+=n}else if(t<0){for(t=Math.abs(t);o<t&&i+n>=0;)e=this.model.visibleRows[Math.min(this.model.visibleRows.length-1,i+n--)],o+=(e?e.height:0)+2;i+=n}i>=this.model.visibleRows.length&&(i=this.model.visibleRows.length-1),this.requireVerticalUpdate=!0,this.table.rowOffset=Math.max(0,i),this.debounceRenderCells(),this.updateSliders()}scrollHorizontalByPixels(t){if(!this.hScrolling)return;let e=this.table.colOffset,i=0,o=0;if(t>0){for(;i<t&&e+o<this.model.visibleColumns.length;)i+=this.model.visibleColumns[e+o++].width+2;e+=o}else if(t<0){for(t=Math.abs(t);i<t&&e+o>=0;)i+=this.model.visibleColumns[Math.min(this.model.visibleColumns.length-1,e+o--)].width+2;e+=o}e>=this.model.visibleColumns.length&&(e=this.model.visibleColumns.length-1),this.requireHorizontalUpdate=!0,this.table.colOffset=Math.max(0,e),this.debounceRenderCells(),this.updateSliders()}updateCellSelectionRange(){const t=this.table;for(const e of this.model.getRangeIterator(this.selection.range,!1))t.renderBodyCell(e)}getAdapterRequestFilters(){return{offset:0,filter:this.grid.filtering?.filter?Array.from(this.grid.filtering.filter.settings.values()):null,order:this.grid.sorting?.sortingModel?.settings}}async toggleRow(t,e=!0){const i=this.model.rows[t];if(i.isLoaded||i.isPartialyLoaded)i.toggleCollapse(!1,this.model.options.unhideRowAfterExpand),this.table.renderCells({vertical:!0});else if(this.grid.adapter){const e=this.table.getRowByModelIndex(t);e&&e.expander&&(e.expander.state="waiting"),i.collapsed=!1;const[o]=await Promise.all([this.grid.adapter.getRows(Object.assign(this.getAdapterRequestFilters(),{parent:{r:i.index,props:i.properties}}))]);this.model.insertRowData(i,0,o),this.table.requestUpdate()}this.updateSliders(),e&&this.grid.dispatchEvent(new sx("row.toggle",{grid:this.grid,row:i}))}toggleColumn(t,e=!0){const i=this.model.columns[t];i.toggleCollapse(!1,this.model.options.unhideColumnAfterExpand),this.table.renderCells({horizontal:!0}),this.updateSliders(),e&&this.grid.dispatchEvent(new sx("column.toggle",{grid:this.grid,column:i}))}setRowExpandLevel(t){this.model.setRowExpandLevel(t),this.table.rowOffset=0,this.table.renderCells({vertical:!0}),this.updateSliders(),this.grid.dispatchEvent(new sx("row.toggle",{grid:this.grid}))}setColumnExpandLevel(t){this.model.setColumnExpandLevel(t),this.table.colOffset=0,this.table.renderCells({horizontal:!0}),this.updateSliders(),this.grid.dispatchEvent(new sx("column.toggle",{grid:this.grid}))}async exportHTML(){const t=gt("div");vt(t),document.body.appendChild(t);const e=gt("og-table");e.grid=this.grid,e.model=this.model,e.renderAll=!0,t.appendChild(e),await e.updateComplete;const i=`\n\t\t\t<style>\n\t\t\t\thtml {\n\t\t\t\t\t${ia(ha().themes.get("light")).cssText}\n\t\t\t\t}\n\t\t\t\t${nx.styles.map((t=>t.cssText)).join("\n")}\n\t\t\t</style>\n\n\t\t`,o=i+e.shadowRoot.innerHTML.replace(/<!---->/g,"");return t.remove(),o}stopAutoscroll(){this.autoscrollTimer&&window.clearInterval(this.autoscrollTimer)}startAutoscroll(){this.stopAutoscroll(),this.autoscrollTimer=window.setInterval((()=>{if(0==this.autoscrollValue)return this.stopAutoscroll();const t=Math.pow(this.autoscrollValue,Om.AUTOSCROLL_RATIO);switch(this.autoscrollDirection){case"down":this.scrollVerticalByPixels(t);break;case"up":this.scrollVerticalByPixels(-t);break;case"left":this.scrollHorizontalByPixels(-t);break;case"right":this.scrollHorizontalByPixels(t)}}),Om.AUTOSCROLL_INTERVAL)}autoscroll(t){const{x:e,y:i}=t,o=this.table.clientWidth/this.table.zoom-this.table.totalHeaderWidth,n=this.table.clientHeight/this.table.zoom-this.table.totalHeaderHeight;let r,s=0;e<Om.AUTOSCROLL_TRESHOLD&&e<i&&e<n-i?(r="left",s=Om.AUTOSCROLL_TRESHOLD-e):o-e<Om.AUTOSCROLL_TRESHOLD&&o-e<i&&o-e<n-i?(r="right",s=Om.AUTOSCROLL_TRESHOLD-o+e):i<Om.AUTOSCROLL_TRESHOLD?(r="up",s=Om.AUTOSCROLL_TRESHOLD-i):n-i<Om.AUTOSCROLL_TRESHOLD&&(r="down",s=Om.AUTOSCROLL_TRESHOLD-n+i),this.autoscrollDirection=r,this.autoscrollValue=s,this.stopAutoscroll(),s>0&&this.startAutoscroll()}async loadNextPage(t=null,e=!1){if(this.grid.loading)return;const i=null!=t?this.model.rows[t]:this.model.rowRoot;if(!e&&i.isLoaded)return;this.grid.dispatchEvent(new sx("beforeLoad",{grid:this.grid})),this.grid.loading=!0;const o=this.model.rows.length;this.grid.logger.info(`loading rows offset = ${o}`);const[n]=await Promise.all([this.grid.adapter.getRows(Object.assign(this.getAdapterRequestFilters(),{offset:o,parent:{r:t,props:null}}))]);n.length>0&&null===t&&this.model.insertRowData(i,o,n),this.table.requestUpdate(),n.length>=this.model.options.pageSize?i.count=1/0:i.count=i.children.length,this.grid.logger.info(`loaded ${n.length} rows`),this.grid.loading=!1,this.grid.dispatchEvent(new sx("afterLoad",{grid:this.grid}))}get totalSize(){return{width:this.table.totalHeaderWidth+this.model.visibleColumns.reduce(((t,e)=>t+e.width),0),height:this.table.thead.offsetHeight+this.model.visibleRows.reduce(((t,e)=>t+e.height),0)}}autofitColumn(t,e=!1,i=!0){const o="number"==typeof t?this.model.columns[t]:t,n=this.autofitDiv??(this.autofitDiv=gt("div"));n.style.position="absolute",n.style.zIndex="100000",Ot(n,{l:-1e3,t:-1e3}),this.grid.shadowRoot.appendChild(n);let r=0;for(const t of this.model.getRangeIterator(iv.fromA1(o.address),!!e)){const e=Mk(t).call(this.table,n,t)||n;e.style.width="auto",r=Math.max(r,e.offsetWidth)}o.width=r+10,i&&this.table.renderCells({horizontal:!0})}autofitColumns(t=!1){this.model.columns.forEach((e=>this.autofitColumn(e,t,!1))),this.table.renderCells({horizontal:!0})}autofitRow(t,e=!1,i=!0){const o="number"==typeof t?this.model.rows[t]:t,n=this.autofitDiv??(this.autofitDiv=gt("div"));n.style.position="absolute",n.style.zIndex="100000",Ot(n,{l:-1e3,t:-1e3}),this.grid.shadowRoot.appendChild(n);let r=0;for(const t of this.model.getRangeIterator(iv.fromA1(o.address),!!e)){const e=Mk(t).call(this.table,n,t)||n;e.style.height="auto",r=Math.max(r,e.offsetHeight)}o.height=r+10,i&&this.table.renderCells({vertical:!0})}autofitRows(t=!1){this.model.rows.forEach((e=>this.autofitRow(e,t,!1))),this.table.renderCells({vertical:!0})}scrollTo(t,e=0){let i;i=Z(t)?iv.fromA1(t):new iv(e,t),this.table.rowOffset=i.r1,this.table.colOffset=i.c1,this.requireVerticalUpdate=!0,this.requireHorizontalUpdate=!0,this.debounceRenderCells(),this.updateSliders()}}class px{get model(){return this.grid.model}get selection(){return this.grid.editing.isFormulaMode?this.formulaSelection:this.grid.selection}get selector(){return this.grid.editing.isFormulaMode?this.grid.formulaSelector:this.grid.selector}get formulaSelection(){return this._formulaSelection}get events(){return this.grid.events}get table(){return this.grid.table}get isSelecting(){return this.isCellSelecting||this.columnSelecting||this.rowSelecting}get isCellSelecting(){return this.selector.isSelecting}get isAutofilling(){return this.selector.isAutofilling}get isMoving(){return this.selector.isMoving}get isSelectorOperationActive(){return this.selector.isSelectorOperationActive}get isFormulaSelectorOperationActive(){if(!this.grid.editing.isFormulaMode)return!1;for(const t of this.formulaSelectors.values())if(t.isSelectorOperationActive)return!0;return!1}get activeCell(){const{c:t,r:e}=this.selection.activeCellCoords;return this.model.rows[e]?.cell(t)}constructor(t){this.grid=t,this.columnSelecting=!1,this.rowSelecting=!1,this._formulaSelection=new Fw(0,0,0,0),this.formulaSelectors=new Map,this.debounceMoveSelector=U(((t,e)=>this.moveSelector(t,e)),10)}moveToSelection(){const t=new iv(this.selection.range.c1,this.selection.range.r1);this.table.viewportRange.contains(t)}select(t,e=!1){this.selection.setRange(t),this.updateSelector(),e&&this.grid.dispatchEvent(new sx("select",{grid:this.grid}))}startCellSelecting(t){this.grid.style.cursor="cell",this.startSelectingRange=t.clone(),this.select(t,!0),this.selector.startSelecting(t)}startColumnSelecting(t){this.columnSelecting=!0;const e=new iv(t,null,t,null);this.startSelectingRange=e.clone(),this.select(e,!0)}startRowSelecting(t){this.rowSelecting=!0;const e=new iv(null,t,null,t);this.startSelectingRange=e.clone(),this.select(e,!0)}updateSelecting(t,e){const i=this.model.options.selecting.multiSelect;(this.isCellSelecting||this.rowSelecting)&&(i||(this.selection.range.r1=e),this.selection.range.r2=e),(this.isCellSelecting||this.columnSelecting)&&(i||(this.selection.range.c1=t),this.selection.range.c2=t),this.grid.editing.isFormulaMode?(this.updateFormulaSelector(),this.formulaSelectors.forEach((i=>i.updateMovingOperations(t,e)))):(this.updateSelector(),this.hideFormulaSelector(),this.selector.updateMovingOperations(t,e))}stopSelecting(){this.grid.rendering.stopAutoscroll(),this.isSelecting&&!this.selection.range.equals(this.startSelectingRange)&&this.grid.dispatchEvent(new sx("select",{grid:this.grid})),this.columnSelecting=!1,this.rowSelecting=!1,this.startSelectingRange=null,this.selector.stopSelectorOperations()}highlightSelection(){const t=this.selection.range,[e,i]=[Math.min(t.c1,t.c2),Math.max(t.c1,t.c2)],[o,n]=[Math.min(t.r1,t.r2),Math.max(t.r1,t.r2)],r=i-e+1,s=n-o+1;this.table.highlightColHeaderCells(r<1/0?Array.from(new Array(r),((t,i)=>i+e)):[]),this.table.highlightRowHeaderCells(s<1/0?Array.from(new Array(s),((t,e)=>e+o)):[])}updateSelector(t=!0){this.model.options.selecting.enabled?(this.showSelector(t),this.highlightSelection()):this.hideSelector(),this.grid.editing.isFormulaMode||this.grid.editing.endEdit()}showSelector(t=!0){this.selector&&(this.selector.show(),this.selector.select(this.selection.range,t))}hideSelector(){this.selector.hide()}moveSelector(t,e){if(this.selection.move(t,e,this.model.columns.length,this.model.rows.length),0!=e&&!this.model.rows[this.selection.range.r1].visible){const t=e>0?this.model.rows[this.selection.range.r1].nextVisible:this.model.rows[this.selection.range.r1].prevVisible;t&&(this.selection.range.r1=t.index,this.selection.range.r2=t.index)}if(0!=t&&!this.model.columns[this.selection.range.c1].visible){const e=t>0?this.model.columns[this.selection.range.c1].nextVisible:this.model.columns[this.selection.range.c1].prevVisible;e&&(this.selection.range.c1=e.index,this.selection.range.c2=e.index)}this.selector.selection=this.selection.range,this.selector.updatePosition();const i={c:0,r:0};(e>0&&this.selector.offsetTop+this.selector.offsetHeight>this.grid.clientHeight||e<0&&this.selector.offsetTop<this.table.totalHeaderHeight-1||e>=this.table.viewport.rows.length)&&(i.r+=e),(t>0&&this.selector.offsetLeft+this.selector.offsetWidth>this.grid.clientWidth||t<0&&this.selector.offsetLeft<this.table.totalHeaderWidth-1)&&(i.c+=t),0==i.c&&0==i.r||(this.table.colOffset=Math.max(0,this.table.colOffset+i.c),this.table.rowOffset=Math.min(Math.max(0,this.table.rowOffset+i.r),this.model.visibleRows.length-1),this.table.renderCells({horizontal:0!=i.c,vertical:0!=i.r}),this.grid.rendering.updateSliders()),this.grid.editing.isFormulaMode||this.grid.editing.endEdit(),this.highlightSelection(),this.grid.dispatchEvent(new sx("select",{grid:this.grid}))}shiftActiveCell(t,e=!1){this.selection.moveActiveCell(t,0),this.selector.updatePosition(),e&&this.grid.dispatchEvent(new sx("select",{grid:this.grid}))}updateFormulaSelector(t=!0){this.grid.editing.isFormulaMode?this.showFormulaSelector(t):this.hideFormulaSelector()}showFormulaSelector(t=!0){this.grid.formulaSelector.show(),this.grid.formulaSelector?.select(this.formulaSelection.range,t)}hideFormulaSelector(){this.grid.formulaSelector.hide()}updateFormulaSelectors(){this.formulaSelectors.forEach((t=>t.updatePosition()))}highlightColorItem(t){const e=Fw.fromRange(iv.fromA1(t.address)),i=gt("og-selector");this.grid.shadowRoot.appendChild(i),i.addEventListener("grid.selector.move",(t=>this.select(t.selector.selection.clone()))),i.addEventListener("grid.selector.resize",(t=>this.select(t.selector.selection.clone()))),i.grid=this.grid,i.color=t.color,i.subselector=!1,i.movable=!0,i.resizable=!0,i.index=t.tokenIndex,this.formulaSelectors.set(t.tokenIndex,i),i.select(e.range.clone(),!1),i.show()}highlightFormula(t){this.removeFormulaHighlight(),this.formulaSelectors.clear();const e=new Set;t.colors.forEach((t=>{if(null==t.sheet||t.sheet==this.model.name)this.highlightColorItem(t);else if(this.grid.group){const i=this.grid.group.getGrid(t.sheet);if(!i)return;e.has(i)||(e.add(i),i.selecting.removeFormulaHighlight()),i.isConnected&&i.selecting.highlightColorItem(t)}}))}removeFormulaHighlight(){this.formulaSelectors?.forEach((t=>kt(t))),this.formulaSelectors.clear()}updateCopySelector(){this.grid.copySelector.isVisible&&this.grid.copySelector.updatePosition()}showCopySelector(){this.grid.copySelector.show(),this.grid.copySelector?.select(this.selection.range.clone(),!1)}hideCopySelector(){this.grid.copySelector.hide()}mergeSelection(){const t=this.selection.range,e=this.model.rows[t.r1]?.cell(t.c1);e&&(e.rowspan=t.size.rows,e.colspan=t.size.columns,this.grid.rendering.renderCells({vertical:!0,horizontal:!0}))}unmergeSelection(){const t=this.selection.range,e=this.model.rows[t.r1]?.cell(t.c1);e&&(e.rowspan=1,e.colspan=1,this.grid.rendering.renderCells({vertical:!0,horizontal:!0}))}updateSelectors(){this.updateSelector(!1),this.updateCopySelector(),this.updateFormulaSelectors()}stopSelectOperations(){this.stopSelecting(),this.formulaSelectors.forEach((t=>t.stopSelectorOperations())),this.grid.style.removeProperty("cursor")}enter(){const t=this.grid.group;if(this.grid.editing.isFormulaMode&&t){const e=t.formulaModeGrid;e.editing.commitEdit(),t.activateGrid(e.model.name)}else this.debounceMoveSelector(0,1)}}class gx extends Event{}class fx extends Kr{constructor(){super(),this.cancel=!1,this._open=!1,this.init()}getDisplayValue(){return null}init(){this.addEventListener("keydown",(t=>{"Enter"==t.key?this.close():"Escape"==t.key?(this.cancel=!0,this.close()):t.stopPropagation()}))}connectedCallback(){super.connectedCallback(),this.performUpdate()}alignWithCell(){if(!this.activeCell)return;const t=Et(this.activeCell,this.grid);Ot(this,{t:t.top*this.grid.zoom,l:t.left*this.grid.zoom}),Ht(this,{w:this.activeCell.offsetWidth,h:this.activeCell.offsetHeight})}open(t,e=null,i=!0){this.initialValue=e,this._open=!0,this.grid=t;const o=t.selecting.activeCell;return this.activeCellModel=o,this.activeCell=this.grid.table.getCellByModelIndex(o.c,o.r),this.grid.selector.hide(),mt(this),i&&this.alignWithCell(),this.activate(o),null!==e&&this.setValue(e),Gt(this,this.grid.zoom),this}commit(){this._open&&!this.cancel&&this.activeCellModel&&(this.grid.editing.updateCell(this.activeCellModel,{v:this.getValue(),dv:this.getDisplayValue()}),this.grid.rendering.updateCell(this.activeCellModel,!0)),this.cancel=!1}close(){this._open&&(this.deactivate(),vt(this),this.grid.table.renderBodyCell(this.activeCellModel),this.grid.selecting.showSelector(),this.grid.focus(),this._open=!1,this.grid.editing.endEdit()),this.cancel=!1}activate(t){this.activeCellModel=t,this.dispatchEvent(new gx("activate"))}deactivate(){this.dispatchEvent(new gx("deactivate"))}}fx.baseStyles=qn`
3084
+ `,this.clearHeaderCache=()=>{this.resetFreezeLeft(),this.hCache=new Uw(this.model.columns.length,this.columnHeaderCount),this.hCache.disabled=!this.model.options.cellCache},this.clearBodyCache=()=>{this.bCache=new Uw(this.model.columns.length,this.model.rows.length),this.bCache.disabled=!this.model.options.cellCache},this.cellRenderSchedules=new WeakMap}willUpdate(){this._viewport=null,this._viewportSize=null,this.model&&(this.clearHeaderCache(),this.clearBodyCache())}updated(){this.model&&(this.createColumns(),this.createHeaderRows(),this.createBodyRows(),this.renderCells())}refresh(){this.clearHeaderCache(),this.clearBodyCache(),this.requestUpdate()}createColumns(){this._freezeLeft=null;const t=this.renderColCount;if(!this.cols||this.cols.length!=t){this.cols=new Array(t);for(let e=0;e<t;e++)this.cols[e]=gt("col"),this.cols.forEach((()=>this.colgroup.appendChild(this.cols[e])))}}createHeaderRows(){const t=this.columnHeaderCount,e=this.renderColCount;if(xt(this.thead),!this.hRows||this.hRows.length!=t||!this.hRows[0]||this.hRows[0].children.length!=e){this.hRows=new Array(t);for(let i=0;i<t;i++){this.hRows[i]=gt("tr");for(let t=0;t<e;t++)this.hRows[i].appendChild(gt("th"))}}xt(this.thead),this.hRows.forEach((t=>this.thead.appendChild(t)))}createBodyRows(){const t=this.renderRowCount,e=this.renderColCount,i=this.rowHeaderCount;if(!this.bRows||0==this.bRows.length||this.bRows.length!=t||this.bRows[0].children.length!=e)if(0==t&&this.grid.options.emptyPlaceholder)this.bRows=[gt("tr")],this.bRows[0].appendChild(gt("td"));else{this.bRows=new Array(t);for(let o=0;o<t;o++){this.bRows[o]=gt("tr");for(let t=0;t<i;t++)this.bRows[o].appendChild(gt("th"));for(let t=i;t<e;t++)this.bRows[o].appendChild(gt("td"))}}xt(this.tbody),this.bRows.forEach((t=>this.tbody.appendChild(t)))}renderCells(t={vertical:!0,horizontal:!0}){this.table&&(t.vertical||t.horizontal)&&(this._viewport=null,this.tbody.remove(),t.horizontal&&this.renderHeader(),this.model.rows.length>0?(this.renderBody(),t.vertical&&this.renderRowTree(),this.table.appendChild(this.tbody)):this.model.options.emptyPlaceholder&&(this.renderEmptyBody(),this.table.appendChild(this.tbody)),this.dispatchEvent(new ox("rendercells")))}renderEmptyBody(){const t=this.bRows[0].children[0];t.innerHTML="no data",t.className="empty-placeholder",t.colSpan=this.viewport.columns.length+this.rowHeaderCount}renderHeader(){let t;this.colMap.clear();const e=this.rowHeaderCount,i=this.viewport;this.model.hasRowTreeEnabled&&Ht(this.colgroup.children[0],{w:this.treeHeaderWidth},!0),this.model.options.rowNumbers&&Ht(this.colgroup.children[e-1],{w:Ww.ROW_HEADER_WIDTH},!0);for(let o=0;o<i.columns.length;o++)t=i.columns[o],this.model.autofitColumns.has(t.index)&&(this.grid.rendering.autofitColumn(t.index,!1,!1),this.model.autofitColumns.delete(t.index)),this.colMap.set(t.index,o),Ht(this.colgroup.children[o+e],{w:t.width}),At(this.colgroup.children[o+e],{w:t.width}),Tt(this.colgroup.children[o+e],{w:t.width});let o=0;this.model.hasColumnTreeEnabled&&(this.renderHeaderRowTree(this.hRows[o],o),++o),this.model.options.colLetters&&(Ht(this.hRows[o],{h:this.model.options.rowHeight}),this.renderHeaderRowLetters(this.hRows[o],o),++o);for(let t=0;t<this.model.headerCount;t++)this.renderHeaderRowLabels(this.hRows[o+t],o+t,t);o+=this.model.headerCount,this.model.hasFilter&&(Ht(this.hRows[o],{h:this.model.options.rowHeight}),this.renderHeaderRowFilters(this.hRows[o],o))}renderHeaderRowLetters(t,e){let i,o;const n=this.viewport,r=e-this.columnHeaderCount;let s=0;if(Ht(t,{h:this.model.options.rowHeight}),(this.model.hasRowTree||this.model.options.rowNumbers)&&!this.model.hasColumnTree){i=t.children[s],i.colSpan=this.rowHeaderCount,i.rowSpan=this.columnHeaderCount;const e=s-this.rowHeaderCount,o=this.model.options.levelButtonCell;(!o||r==o.r&&e==o.c)&&this.renderHeaderRowCornerCell(i),s++}for(let e=s;e<this.rowHeaderCount;e++)wt(t.children[e]),s++;for(let e=s;e<t.children.length;e++)o=e-s,i=t.children[e],i.className="hlabel",n.columns.length>o?(i.innerHTML=n.columns[o].address,i.c=n.columns[o].index,yt(i)):wt(i)}renderHeaderRowTree(t,e){if(!this.model.hasColumnTreeEnabled)return;let i,o,n=0;const r=e-this.columnHeaderCount,s=this.viewport,a=this.model.options.rowNumbers,l=this.model.hasRowTreeEnabled;if(Ht(t,{h:this.treeHeaderHeight}),i=t.children[n],!i)return;i.rowSpan=a||l?this.columnHeaderCount:1,i.colSpan=this.rowHeaderCount;const c=n-this.rowHeaderCount,h=this.model.options.levelButtonCell;let d=null;(!h&&(a||l)||h&&r==h.r&&c==h.c)&&(d=c,this.renderHeaderRowCornerCell(i)),(a||l)&&(++n,l&&(i=t.children[n],i.innerHTML="",wt(i),++n));for(let r=n;r<t.children.length;r++)o=r-n,i=t.children[r],s.columns.length>o?(d!=r&&(i.innerHTML="",i.className="htree",this.renderHeaderRowTreeCell(t,e,s.columns[o],i)),yt(i)):wt(i)}renderHeaderRowTreeCell(t,e,i,o){let n=this.hCache.get(i.index,e);if(!n){n=gt("div"),this.hCache.set(i.index,e,n);const t=i.width+1,o=this.treeHeaderHeight/this.model.maxColumnLevel;if(i.hasChildren){const e=new Vd;e.addEventListener("toggle",(()=>this.grid.rendering.toggleColumn(i.index))),n.expander=e,n.appendChild(e),Ot(e,{l:t/2-Ww.EXPANDER_SIZE/2,t:i.level*o+o/2-Ww.EXPANDER_SIZE/2}),n.expanderLine=this.createExpanderLine("h"),n.appendChild(n.expanderLine),Ot(n.expanderLine,{l:this.model.options.columnTree.reversed?0:t/2,t:i.level*o+o/2}),Ht(n.expanderLine,{h:o/2,w:t/2+1})}if(i.hasParent){let e=i;for(;e.hasParent;){e=e.parent;const i=this.createExpanderLine("h");n.appendChild(i),Ht(i,{h:o/2,w:t-1}),Ot(i,{l:0,t:e.level*o+o/2})}}}n.expander&&(n.expander.state=i.collapsed?"closed":"open"),o.appendChild(n)}createExpanderLine(t){const e=gt("div");return e.className=`${t}tree-line`,e}renderHeaderRowLabels(t,e,i){let o,n,r,s,a=0;const l=this.viewport,c=e-this.columnHeaderCount,h=this.model.options.levelButtonCell;let d;this.model.hasRowTreeEnabled&&(n=t.children[a],n.innerHTML="",this.model.hasColumnTreeEnabled||this.model.options.colLetters||i>0?wt(n):(n.rowSpan=this.columnHeaderCount,n.colSpan=this.rowHeaderCount,this.renderHeaderRowCornerCell(n)),++a),this.model.options.rowNumbers&&(n=t.children[a],n.innerHTML="",this.model.hasRowTreeEnabled||this.model.options.colLetters||this.model.hasColumnTreeEnabled||i>0?wt(n):(n.rowSpan=this.columnHeaderCount,n.colSpan=this.rowHeaderCount,this.renderHeaderRowCornerCell(n)),++a);for(let u=a;u<t.children.length;u++)if(s=u-a,n=t.children[u],n.className="hlabel",n.innerHTML="",l.columns.length>s)if(o=l.columns[s],r=o.header[i],r.height&&(d=Math.max(r.height,d||0)),n.colSpan=1,n.rowSpan=1,n.c=o.index,n.r=i,r?.hidden)if(s==this.freezeLeft){let t=o.prevVisible,r=0;for(;t&&t.header[i]?.hidden;)t=t.prevVisible,++r;t&&t.header[i].cs?(yt(n),n.colSpan=t.header[i].cs-r-1,n.rowSpan=t.header[i].rs||1,this.renderHeaderRowLabelCell(n,t,e,i)):wt(n)}else wt(n);else{if(o.header&&o.header[i]){const t=o.header[i].cs||1;n.colSpan=t>1?o.calculateRealColspan(t):1,n.rowSpan=o.header[i].rs||1}yt(n),this.renderHeaderRowLabelCell(n,o,e,i),h&&h.r==c&&h.c==o.index&&this.renderHeaderRowCornerCell(n)}else wt(n);Ht(t,{h:d??this.model.options.rowHeight})}renderHeaderRowLabelCell(t,e,i,o){let n=this.hCache.get(e.index,i);const r=e.header[o];if(n||(n=gt("div"),r?r.html?n.innerHTML=r.label??"":n.innerText=r.label??"":n.innerHTML="",r&&null!=r._style&&gk(n,Fy(this.model.styles.get(r._style))),this.hCache.set(e.index,i,n)),this.model.options.columnHeaderTreeButtons&&e.hasChildren&&o==e.level){let t=n.expander;t||(t=new Vd,t.addEventListener("toggle",(()=>this.grid.rendering.toggleColumn(e.index))),n.expander=t,n.prepend(t),Ot(t,{l:4,t:4})),t.state=e.collapsed?"closed":"open"}this.grid.sorting.sortingModel&&e.sorting&&o==e.header.length-1&&(t.className+=" sort",n.sortingArrow||(n.sortingArrow=new ex,n.appendChild(n.sortingArrow),Ot(n.sortingArrow,{t:0,r:5})),n.sortingArrow.sortSettings=this.grid.sorting.sortingModel.get(e.index)),t.appendChild(n)}renderHeaderRowFilters(t,e){let i,o,n=0;const r=this.viewport;this.model.hasRowTreeEnabled&&(i=t.children[n],i.innerHTML="",this.model.columnHeaderCount>1?wt(i):i.colSpan=this.model.columnHeaderCount,++n),this.model.options.rowNumbers&&(i=t.children[n],i.innerHTML="",this.model.hasRowTreeEnabled||this.model.options.colLetters||this.model.hasColumnTreeEnabled||this.model.headerCount>0?wt(i):(i.rowSpan=this.columnHeaderCount,i.colSpan=this.rowHeaderCount,this.renderHeaderRowCornerCell(i)),++n);for(let s=n;s<t.children.length;s++)if(o=s-n,i=t.children[s],r.columns.length>o){yt(i);const n=r.columns[o];n.hasFilter?this.renderHeaderRowFilterCell(t,e,n,i):i.innerHTML=""}else wt(i)}renderHeaderRowFilterCell(t,e,i,o){o.innerHTML="",o.className="filter",o.c=i.index;let n=this.hCache.get(i.index,e);n||(n=gt("div"),n.filter=gt("og-filter-label"),n.appendChild(n.filter),this.hCache.set(i.index,e,n));const r=this.grid.filtering.filter.get(i.index)?.term;n.filter.value=Array.isArray(r)?r.map((t=>t.value??t.key)).join(", "):r,o.appendChild(n)}renderHeaderRowCornerCell(t){this.cornerDiv=gt("div");const e=Math.max((this.treeHeaderWidth||Ww.EXPANDER_SIZE+2)/(this.model.maxRowLevel+1),Ww.EXPANDER_SIZE+2);if(this.model.hasRowTree)for(let t=0;t<=this.model.maxRowLevel;t++){const i=new Bd;i.level=t,this.cornerDiv.appendChild(i),Ot(i,{l:t*e+e/2-Ww.EXPANDER_SIZE/2,b:3}),i.addEventListener("mousedown",(t=>t.stopPropagation())),i.addEventListener("toggle",(t=>{this.model.columns.filter((t=>t.levelButtons)).forEach((t=>this.bCache.deleteColumn(t.index))),this.grid.rendering.setRowExpandLevel(t.level)}))}if(this.model.hasColumnTree){const i=(this.model.hasColumnTree?this.treeHeaderHeight:t.clientHeight)/(this.model.maxColumnLevel+1),o=15*this.model.maxColumnLevel+20<=t.clientHeight;for(let t=0;t<=this.model.maxColumnLevel;t++){const n=new Bd;n.level=t,this.cornerDiv.appendChild(n),Ot(n,o?{t:t*i+i/2-Ww.EXPANDER_SIZE/2,r:3}:{r:t*e+e/2-Ww.EXPANDER_SIZE/2,b:3}),n.addEventListener("mousedown",(t=>t.stopPropagation())),n.addEventListener("toggle",(t=>{this.grid.rendering.setColumnExpandLevel(t.level)}))}}xt(t),t.appendChild(this.cornerDiv)}renderBody(){let t,e,i,o,n,r,s;const a=this.rowHeaderCount,l=this.model.options.rowNumbers,c=this.viewport,h=[];this.rowMap.clear();for(let d=0;d<this.bRows.length;d++)if(t=this.bRows[d],d<c.rows.length){i=c.rows[d],o=i.index,this.model.autofitRows.has(o)&&(this.grid.rendering.autofitRow(o,!1,!1),this.model.autofitRows.delete(o)),Ht(t,{h:i.height}),i.height<this.model.options.rowHeight&&(Dt(t,i.height),t.style.lineHeight=It(i.height)),this.rowMap.set(o,d),l&&(e=t.children[a-1],e.className="vlabel",e.r=o,e.c=-1,e.innerHTML=`<div>${ov(o)}</div>`);for(let l=a;l<t.children.length;l++)e=t.children[l],l-a<c.columns.length?(r=c.columns[l-a],n=r.index,e.r=o,e.c=n,e.colSpan=1,e.rowSpan=1,s=i.cell(n),(s.colspan>1||s.rowspan>1)&&h.push({r:d,c:l,cs:s.colspan,rs:s.rowspan}),yt(e),this.renderBodyCell(s,e)):wt(e);t.style.display="table-row",t.className=i.filterState>1?"filtered":""}else t.style.display="none";this.mergeBodyCells(h)}scheduleRenderBodyCell(t,e){this.cellRenderSchedules.has(e)&&(window.clearTimeout(this.cellRenderSchedules.get(e)),this.cellRenderSchedules.delete(e)),this.cellRenderSchedules.set(e,window.setTimeout((()=>this.renderBodyCell(t,e))))}fixCellBorders(t,e){"none"==e.bottom?.style&&(t.style.borderBottomColor="transparent"),"none"==e.top?.style&&(t.style.borderTop="transparent"),"none"==e.right?.style&&(t.style.borderRight="transparent"),"none"==e.left?.style&&(t.style.borderLeft="transparent")}renderBodyCell(t,e){const i=!e;if(e=e||this.getCellByCellModel(t)){let o=i?null:this.bCache.get(t.c,t.r);if(o||(o=gt("div"),Mk(t).call(this,o,t),this.bCache.set(t.c,t.r,o)),this.renderAll){const i=t.composedStyle;i&&this.fixCellBorders(e,i)}xt(e),e.appendChild(o)}else this.bCache.delete(t.c,t.r)}mergeBodyCells(t){let e;const i=new Set;for(const o of t)if(e=this.bRows[o.r].cells[o.c],e&&!i.has(e))for(let t=o.r;t<o.r+o.rs;t++)for(let n=o.c;n<o.c+o.cs;n++)e=this.bRows[t].cells[n],e&&(t==o.r&&n==o.c?(e.colSpan=o.cs,e.rowSpan=o.rs):(i.add(e),wt(e)))}renderRowTree(){if(!this.model.hasRowTreeEnabled)return;let t;const e=this.viewport,i=-this.rowHeaderCount;for(let o=0;o<this.bRows.length;o++)t=this.bRows[o].children[0],t.innerHTML="",o<e.rows.length&&(t.className="vtree",this.renderRowTreeCell(i,e.rows[o],t))}renderRowTreeCell(t,e,i){let o=this.bCache.get(t,e.index);if(!o){o=gt("div"),this.bCache.set(t,e.index,o);const n=e.height+1,r=this.treeHeaderWidth/this.model.maxRowLevel;if(e.hasChildren){const t=new Vd;t.addEventListener("toggle",(()=>this.grid.rendering.toggleRow(e.index))),i.parentElement.expander=t,o.expander=t,o.appendChild(t),Ot(t,{t:n/2-Ww.EXPANDER_SIZE/2,l:e.level*r+r/2-Ww.EXPANDER_SIZE/2});const s=this.createExpanderLine("v");o.appendChild(s),Ot(s,{t:this.model.options.rowTree.reversed?0:n/2,l:e.level*r+r/2}),Ht(s,{w:r/2,h:n/2+1})}if(e.hasParent){let t=e;for(;t.hasParent;){t=t.parent;const e=this.createExpanderLine("v");o.appendChild(e),Ht(e,{w:r/2,h:n+2}),Ot(e,{t:-1,l:t.level*r+r/2})}}}o.expander&&(o.expander.state=e.collapsed?"closed":"open"),i.appendChild(o)}};nx.styles=[Jw],ix([os({type:Object})],nx.prototype,"model",void 0),ix([os({type:Number,hasChanged:()=>!1})],nx.prototype,"rowOffset",void 0),ix([os({type:Number,hasChanged:()=>!1})],nx.prototype,"colOffset",void 0),ix([os({type:Number,reflect:!0})],nx.prototype,"zoom",void 0),ix([os({type:Boolean,reflect:!0})],nx.prototype,"nogrid",void 0),ix([os({type:Boolean,reflect:!0})],nx.prototype,"renderAll",void 0),nx=ix([ts("og-table")],nx);const rx=["F5","F12"];class sx extends Event{get selection(){return this.grid.selecting.selection}get activeCell(){return this.selection.activeCell}constructor(t,e){super(`grid.${t}`,{bubbles:!0,composed:!0}),Object.assign(this,e),this.cell&&(this.row=this.cell.row,this.column=this.cell.column)}}class ax extends sx{constructor(t){super("edit",t)}}class lx extends gu{constructor(t,e,i){super(`grid.${t}`,i),this.grid=e}}class cx extends lx{constructor(t,e,i,o){super(t,e,o),this.column=i}}class hx extends lx{constructor(t,e,i,o){super(t,e,o),this.row=i}}class dx{get model(){return this.grid.model}get selection(){return this.grid.selection}get table(){return this.grid.table}constructor(t){this.grid=t,this.clickDisabled=!1,this.editDisabled=!1,this.clicked=!1,this.startOffset={x:0,y:0},this.suspendClick=()=>this.clickDisabled=!0,this.resumeClick=(t=!1)=>{this.isSliding||(t?setTimeout((()=>this.clickDisabled=!1),100):this.clickDisabled=!1)},this._onKeyDown=t=>{switch(rx.includes(t.key)||t.preventDefault(),t.key){case"Tab":t.preventDefault(),this.grid.selecting.shiftActiveCell(t.shiftKey?-1:1,!0);break;case"ArrowRight":this.grid.selecting.debounceMoveSelector(1,0);break;case"ArrowLeft":this.grid.selecting.debounceMoveSelector(-1,0);break;case"ArrowDown":this.grid.selecting.debounceMoveSelector(0,1);break;case"ArrowUp":this.grid.selecting.debounceMoveSelector(0,-1);break;case"PageUp":this.grid.selecting.debounceMoveSelector(0,-this.table.viewport.rows.length);break;case"PageDown":this.grid.selecting.debounceMoveSelector(0,this.table.viewport.rows.length);break;case"Home":this.grid.selecting.debounceMoveSelector(-this.selection.range.c1,t.ctrlKey?-this.selection.range.r1:0);break;case"End":this.grid.selecting.debounceMoveSelector(this.model.gridRange.c2-this.selection.range.c1,t.ctrlKey?this.model.gridRange.r2-this.selection.range.r1:0);break;case"Enter":this.grid.selecting.enter();break;case"Escape":this.grid.selecting.hideCopySelector();break;case"c":t.ctrlKey&&this.grid.editing.copySelection();break;case"v":t.ctrlKey&&this.grid.editing.paste();break;case"z":if(!this.grid.options.undoRedo)return;t.ctrlKey&&this.grid.editing.undo();break;case"y":if(!this.grid.options.undoRedo)return;t.ctrlKey&&this.grid.editing.redo();break;case"F2":t.preventDefault(),this.grid.editing.startEdit();break;case"Delete":t.preventDefault(),this.grid.objects.delete(),this.grid.editing.clearSelection();break;case"Backspace":t.preventDefault(),this.grid.editing.clearSelection()}1!=t.key.length||t.ctrlKey||this.grid.editing.startEdit(t.key)},this._onMouseMove=t=>{let e=!0;const i=this.grid.hSizer,o=this.grid.vSizer,{offsetX:n,offsetY:r}=t;let s=this.model.options.scrolling.scrollbarVisibilityTreshold;s<=0&&(s=Math.max(this.grid.clientWidth,this.grid.clientHeight)),n>this.grid.clientWidth-s?this.grid.vSlider.show():this.grid.vSlider.hide(),r>this.grid.clientHeight-s?this.grid.hSlider.show():this.grid.hSlider.hide();const[a,l]=this.table.findNearestTableCellByOffset(n,r);if(l&&"TH"==l.tagName&&(this.model.options.columnResize&&!i.resizing&&l.classList.contains("hlabel")?l.offsetWidth-t.offsetX+l.offsetLeft<Ww.RESIZE_TRESHOLD?(i.snap(l,this.grid),this.grid.rendering.currentResizedColumn=this.model.columns[l.c]):vt(i):this.model.options.rowResize&&!o.resizing&&l.classList.contains("vlabel")&&(l.offsetHeight-t.offsetY+l.offsetTop<Ww.RESIZE_TRESHOLD?(o.snap(l,this.grid),this.grid.rendering.currentResizedRow=this.model.rows[l.r]):vt(o))),a&&"TH"==a.tagName)this.grid.selecting.isSelecting&&(this.suspendClick(),this.grid.selecting.updateSelecting(a.c,a.r));else{if(a&&"TD"==a.tagName)if(this.grid.selecting.isSelectorOperationActive||this.grid.selecting.isFormulaSelectorOperationActive){const{top:e,left:i}=Et(a,this.grid);this.grid.rendering.autoscroll({x:i-this.table.totalHeaderWidth+t.offsetX-a.offsetLeft,y:e-this.table.thead.clientHeight+t.offsetY-a.offsetTop}),this.grid.selecting.isSelecting&&this.suspendClick(),this.grid.selecting.updateSelecting(a.c,a.r)}else{const t=this.model.rows[a.r]?.cell(a.c);t&&t.hasTooltip&&(e=!1,this.grid.tooltip.attachToCell(a,t)),t&&t.hasComment&&(e=!1,this.grid.comment.attachTo(a,t))}e&&(this.grid.tooltip.deatach(),this.grid.comment.deatach(this.model.options.comments.hideTimeout)),vt(i),vt(o)}},this._onMouseDown=t=>{if(1&t.buttons){this.grid.setPointerCapture(t.pointerId),this.startOffset={x:t.offsetX,y:t.offsetY};for(const e of t.composedPath()){if("TD"==e.tagName){const t=e;this.grid.selecting.startCellSelecting(new iv(t.c,t.r));break}if("TH"==e.tagName){const t=e;e.matches(".sort")?this.grid.sorting.sort(t.c):t.classList.contains("filter")?this.grid.filtering.openFilter(this.model.columns[t.c],t):t.classList.contains("hlabel")?this.grid.selecting.startColumnSelecting(t.c):t.classList.contains("vlabel")&&this.grid.selecting.startRowSelecting(t.r);break}}}},this._onMouseUp=t=>{if(0!=t.buttons)return;const e=Math.abs(this.startOffset.x-t.offsetX),i=Math.abs(this.startOffset.y-t.offsetY);Math.sqrt(Math.pow(e,2)+Math.pow(i,2))<this.model.options.events.click.mouseMoveTreshold&&this.resumeClick(),this.grid.releasePointerCapture(t.pointerId),this.grid.selecting.stopSelectOperations()},this._onClick=t=>{if(this.clickDisabled)return;if(this.grid.clientHeight-t.offsetY<this.grid.hSlider.offsetHeight)return;if(this.grid.clientWidth-t.offsetX<this.grid.vSlider.offsetWidth)return;const e=this.table.findTableCellByOffset(t.offsetX,t.offsetY),i="TD"==e?.tagName?this.model.rows[e.r]?.cell(e.c):null;this.grid.dispatchEvent(new sx("click",{grid:this.grid,cell:i}))},this._onContextMenu=t=>{t.preventDefault();for(const e of t.composedPath())if("TD"==e.tagName){const i=e;this.grid.menus.openCellMenu(this.model.rows[i.r].cell(i.c),{x:t.pageX,y:t.pageY})}else if("TH"==e.tagName){const i=e;i.classList.contains("hlabel")?this.grid.menus.openColumnMenu(this.model.columns[i.c],{x:t.pageX,y:t.pageY}):i.classList.contains("vlabel")&&this.grid.menus.openRowMenu(this.model.rows[i.r],{x:t.pageX,y:t.pageY})}},this._onVerticalSlide=t=>{this.table.rowOffset=Math.min(t.value,this.model.visibleRows.length-1),this.grid.rendering.requireVerticalUpdate=!0,this.grid.logger.info(`v-slide: ${t.value}`),this.grid.rendering.renderCells()},this._onHorizontalSlide=t=>{this.table.colOffset=Math.min(t.value,this.model.visibleColumns.length-1),this.grid.rendering.requireHorizontalUpdate=!0,this.grid.logger.info(`h-slide: ${t.value}`),this.grid.rendering.renderCells()},this._onSlideStart=()=>{this.suspendClick()},this._onSlideStop=()=>{this.resumeClick(!0)},this._denbounceHorizontalScroll=U((t=>this.grid.rendering.scrollHorizontalByPixels(t)),50),this._onWheel=t=>{t.ctrlKey||(0!=t.deltaY&&this.grid.rendering.scrollVerticalByPixels(t.deltaY),0!=t.deltaX&&this._denbounceHorizontalScroll(Math.sign(t.deltaX)*Math.min(100,Math.abs(t.deltaX))))},this._onTouchStart=t=>{this.grid.rendering.touchStartX=t.touches[0],this.grid.rendering.touchStartY=t.touches[0]},this._onTouchEnd=t=>{this.grid.rendering.touchStartX=t.touches[0],this.grid.rendering.touchStartY=t.touches[0]},this._onTouchMove=t=>{const e=this.grid.rendering;if(e.touchStartY){const i=e.touchStartY.clientY-t.touches[0].clientY;Math.abs(i)>this.model.options.rowHeight&&this.table.viewport.rows.length>0&&(e.scrollVerticalByPixels(i),e.touchStartY=t.touches[0])}if(e.touchStartX){const i=e.touchStartX.clientX-t.touches[0].clientX;Math.abs(i)>this.model.options.columnWidth&&this.table.viewport.columns.length>0&&(e.scrollHorizontalByPixels(i),e.touchStartX=t.touches[0])}},this._onHorizontalResizeStart=()=>{this.grid.rendering.resizing=!0,this.grid.rendering.currentResizedColumnWidth=this.grid.rendering.currentResizedColumn.width},this._onHorizontalResizeStop=t=>{this.suspendClick(),this.grid.rendering.resizing=!1,this.table.clearHeaderCache(),this.table.renderCells({horizontal:!0}),this.grid.dispatchEvent(new cx("column.resize",this.grid,this.grid.rendering.currentResizedColumn,t))},this._onHorizontalResize=t=>{const e=this.grid.rendering;e.currentResizedColumn.width=e.currentResizedColumnWidth+t.deltaX,Ht(this.table.getColumnByModelIndex(e.currentResizedColumn.index),{w:e.currentResizedColumn.width},!0),this.grid.selecting.updateSelector()},this._onVerticalResizeStart=()=>{this.grid.rendering.resizing=!0,this.grid.rendering.currentResizedRowHeight=this.grid.rendering.currentResizedRow.height},this._onVerticalResizeStop=t=>{this.suspendClick(),this.grid.rendering.resizing=!1,this.table.clearBodyCache(),this.table.renderCells({vertical:!0}),this.grid.dispatchEvent(new hx("row.resize",this.grid,this.grid.rendering.currentResizedRow,t))},this._onVerticalResize=t=>{const e=this.grid.rendering;e.currentResizedRow.height=e.currentResizedRowHeight+t.deltaY,Ht(this.table.getRowByModelIndex(e.currentResizedRow.index),{h:e.currentResizedRow.height},!1),this.grid.selecting.updateSelector()},this._onCommentCommit=t=>{this.grid.model.comments.set(t.cell.address,t.items),t.cell.invalidateStyle(),this.grid.rendering.updateCells([t.cell])},this._onAutofill=t=>{if(this.suspendClick(),this.grid.selection.range.equals(t.selector.autofillRange))return;const{cells:e,oldValues:i}=Hy(this.model,this.grid.selection.range,t.selector.autofillRange,t.selector.autofillDirection);this.grid.rendering.updateCells(e,!0),this.grid.selection.setRange(this.grid.selection.range.unite(t.selector.autofillRange)),this.grid.selecting.updateSelector(),this.grid.dispatchEvent(new ax({grid:this.grid,editType:"autofill",cells:e,oldValues:i,newValues:e.map((t=>t.value2))}))},this._onEdit=t=>{if(t.fromHistory)return;const e=[],i=[],o=this.model.names.rangeMap;let n=[],r=[],s=[],a=[];switch(t.editType){case"value":n=t.newValues,r=t.newProps,s=t.oldValues,a=t.oldProps,t.cells.forEach((t=>{const n=t.address;e.push(n),i.push(o.get(n))}));break;case"insert_column":case"insert_row":t.newValues.forEach((t=>{const r=t.address;e.push(r),i.push(o.get(r)),n.push(t.getSourceData())}))}this.grid.history.push({type:t.editType,addresses:e,names:i,oldValues:s,oldProps:a,newValues:n,newProps:r})},this._onSelectorMove=t=>{this.suspendClick(),this.selection.setRange(t.toRange),t.fromRange.isRow?this.grid.editing.moveRows({index:t.fromRange.r1,count:t.fromRange.size.rows,targetIndex:t.toRange.r1}):t.fromRange.isColumn?this.grid.editing.moveColumns({index:t.fromRange.c1,count:t.fromRange.size.columns,targetIndex:t.toRange.c1}):console.log(t)},this._onMouseLeave=()=>{this.grid.rendering.hideSliders()},this.debounceHideSliders=U((()=>this.grid.rendering.hideSliders()),1e3,{isImmediate:!1}),this._onRender=()=>{const t=this.grid;t.selecting.updateSelectors(),t.dispatchEvent(new sx("render",{grid:this.grid})),t.adapter&&t.options.pageSize&&t.rendering.isLastRowInViewport()&&t.rendering.loadNextPage(),t.rendering.updateSliderVisibility(),this.model.options.scrolling.scrollbarVisibilityTreshold>0&&this.debounceHideSliders()},this._onHorizontalSizerDblClick=t=>{t.stopPropagation(),this.editDisabled=!0,this.grid.rendering.autofitColumn(this.grid.rendering.currentResizedColumn.index),this.grid.dispatchEvent(new cx("column.resize",this.grid,this.grid.rendering.currentResizedColumn,t))},this._onVerticalSizerDblClick=t=>{t.stopPropagation(),this.editDisabled=!0,this.grid.rendering.autofitRow(this.grid.rendering.currentResizedRow.index),this.grid.dispatchEvent(new hx("row.resize",this.grid,this.grid.rendering.currentResizedRow,t))},this._onDblClick=()=>{this.editDisabled?this.editDisabled=!1:this.grid.editing.startEdit()}}get isSliding(){return this.grid.hSlider.sliding||this.grid.vSlider.sliding}async init(){await this.grid.updateComplete,await this.table.updateComplete;const t=this.grid;t.addEventListener("wheel",this._onWheel,{passive:!0}),t.addEventListener("touchstart",this._onTouchStart,{passive:!0}),t.addEventListener("touchend",this._onTouchEnd,{passive:!0}),t.addEventListener("touchmove",this._onTouchMove,{passive:!0}),t.hSizer.addEventListener("resizestart",this._onHorizontalResizeStart),t.hSizer.addEventListener("resizestop",this._onHorizontalResizeStop),t.hSizer.addEventListener("resize",this._onHorizontalResize),t.hSizer.addEventListener("dblclick",this._onHorizontalSizerDblClick),t.vSizer.addEventListener("resizestart",this._onVerticalResizeStart),t.vSizer.addEventListener("resizestop",this._onVerticalResizeStop),t.vSizer.addEventListener("resize",this._onVerticalResize),t.vSizer.addEventListener("dblclick",this._onVerticalSizerDblClick),t.comment.addEventListener("comment.commit",this._onCommentCommit),t.addEventListener("keydown",this._onKeyDown),t.addEventListener("click",this._onClick),t.addEventListener("contextmenu",this._onContextMenu),t.addEventListener("toggle",(()=>t.rendering.debounceCalculateViewport())),t.addEventListener("pointerup",this._onMouseUp),t.addEventListener("pointerdown",this._onMouseDown);const e=U(this._onMouseMove,20,{maxWait:50,isImmediate:!0});t.addEventListener("pointermove",e),t.addEventListener("mouseleave",this._onMouseLeave),t.table.addEventListener("rendercells",this._onRender),t.selector.addEventListener("grid.selector.autofill",this._onAutofill),t.selector.addEventListener("grid.selector.move",this._onSelectorMove),t.addEventListener("dblclick",this._onDblClick),t.addEventListener("grid.edit",this._onEdit)}}class ux{get vScrolling(){return this._vScrolling}get hScrolling(){return this._hScrolling}get model(){return this.grid.model}get selection(){return this.grid.selection}get table(){return this.grid.table}constructor(t){this.grid=t,this.requireVerticalUpdate=!0,this.requireHorizontalUpdate=!1,this.resizing=!1,this._vScrolling=!0,this._hScrolling=!0,this.debounceRenderCells=U(this.renderCells,50,{isImmediate:!1,maxWait:100}),this.debounceCalculateViewport=U(this.calculateViewport,200)}isLastRowInViewport(){const t=this.grid.table.viewport.rows,e=this.model.visibleRows;return t[t.length-1]==e[e.length-1]}renderCells(t){t=t||{vertical:this.requireVerticalUpdate,horizontal:this.requireHorizontalUpdate},this.grid.comment.deatach(),this.grid.table.renderCells(t),this.requireHorizontalUpdate=!1,this.requireVerticalUpdate=!1,this.debounceCalculateViewport(),this.grid.objects.updatePostions()}renderAll(t=!1){this.grid.group?this.grid.group.grids.forEach((e=>e.rendering.render(t))):this.render(t)}async render(t=!1){this.grid.table&&this.model&&(this.grid.table.clearHeaderCache(),this.grid.table.clearBodyCache(),this.grid.table.isConnected&&(t&&(this.grid.table.requestUpdate(),await this.grid.table.updateComplete),this.grid.table.renderCells({horizontal:!0,vertical:!0}),this.calculateViewport()))}updateRange(t,e=!1){for(const i of this.model.getRangeIterator(t))this.updateCells([i],e)}updateCell(t,e=!1){this.updateCells([t],e)}updateSpilledCells(t){let e;t.prevSpillRange&&(e=new Set,this.model.getRangeIterator(t.prevSpillRange).forEach((t=>e.add(t)))),t.spillRange&&(e=e||new Set,this.model.getRangeIterator(t.spillRange).forEach((t=>e.add(t)))),e?.size>0&&this.updateCells(e)}updateCells(t,e=!1){if(e)for(const e of t)e.invalidateStyle(),e.invalidateValue(),this.model.calculations.clearDependecies(e).evaluate(e),this.updateSpilledCells(e);const i=this.grid.table;for(const e of t)i.renderBodyCell(e);e&&(this.model.calculations.invalidateDependants(t).forEach(((t,e)=>{t?this.grid.group.getGrid(t)?.table.renderBodyCell(e):i.renderBodyCell(e),this.updateSpilledCells(e)})),this.grid.dispatchGridEvent("calculate",{cells:Array.from(t)}))}updateHeaders(){this.model.indexVisibleColumns(),this.table.clearHeaderCache(),this.table.createHeaderRows(),this.table.renderHeader()}calculateViewport(t=!1){this.grid.logger.info("calculate viwport"),this.updateCells(this.model.calculateViewport(),t)}updateSliders(){const t=this.table.viewportSize;this.grid.vSlider.maxValue=this.model.visibleRows.length,this.grid.vSlider.pageSize=t.h/this.model.options.rowHeight,this.grid.vSlider.value=this.table.rowOffset,this.grid.hSlider.maxValue=this.model.visibleColumns.length,this.grid.hSlider.pageSize=t.w/this.model.options.columnWidth,this.grid.hSlider.value=this.table.colOffset}isVerticalScrollingEnabled(){return!1!==this.grid.options.scrolling.verticalOverscroll||this.table.viewport.rows.length<this.model.visibleRows.length}isHorizontalScrollingEnabled(){return!1!==this.grid.options.scrolling.horizontalOverscroll||this.table.viewport.columns.length<this.model.visibleColumns.length}updateSliderVisibility(){this._vScrolling=this.isVerticalScrollingEnabled(),this._vScrolling?(this.grid.vSlider.show(),mt(this.grid.vSlider)):(this.grid.vSlider.hide(),vt(this.grid.vSlider)),this._hScrolling=this.isHorizontalScrollingEnabled(),this._hScrolling?(this.grid.hSlider.show(),mt(this.grid.hSlider)):(this.grid.hSlider.hide(),vt(this.grid.hSlider))}hideSliders(){this.grid.vSlider.hide(),this.grid.hSlider.hide()}scrollVerticalByPixels(t){if(!this.vScrolling)return;let e,i=this.table.rowOffset,o=0,n=0;if(t>0){for(;o<t&&i+n<this.model.visibleRows.length;)o+=this.model.visibleRows[i+n++].height+2;i+=n}else if(t<0){for(t=Math.abs(t);o<t&&i+n>=0;)e=this.model.visibleRows[Math.min(this.model.visibleRows.length-1,i+n--)],o+=(e?e.height:0)+2;i+=n}i>=this.model.visibleRows.length&&(i=this.model.visibleRows.length-1),this.requireVerticalUpdate=!0,this.table.rowOffset=Math.max(0,i),this.debounceRenderCells(),this.updateSliders()}scrollHorizontalByPixels(t){if(!this.hScrolling)return;let e=this.table.colOffset,i=0,o=0;if(t>0){for(;i<t&&e+o<this.model.visibleColumns.length;)i+=this.model.visibleColumns[e+o++].width+2;e+=o}else if(t<0){for(t=Math.abs(t);i<t&&e+o>=0;)i+=this.model.visibleColumns[Math.min(this.model.visibleColumns.length-1,e+o--)].width+2;e+=o}e>=this.model.visibleColumns.length&&(e=this.model.visibleColumns.length-1),this.requireHorizontalUpdate=!0,this.table.colOffset=Math.max(0,e),this.debounceRenderCells(),this.updateSliders()}updateCellSelectionRange(){const t=this.table;for(const e of this.model.getRangeIterator(this.selection.range,!1))t.renderBodyCell(e)}getAdapterRequestFilters(){return{offset:0,filter:this.grid.filtering?.filter?Array.from(this.grid.filtering.filter.settings.values()):null,order:this.grid.sorting?.sortingModel?.settings}}async toggleRow(t,e=!0){const i=this.model.rows[t];if(i.isLoaded||i.isPartialyLoaded)i.toggleCollapse(!1,this.model.options.unhideRowAfterExpand),this.table.renderCells({vertical:!0});else if(this.grid.adapter){const e=this.table.getRowByModelIndex(t);e&&e.expander&&(e.expander.state="waiting"),i.collapsed=!1;const[o]=await Promise.all([this.grid.adapter.getRows(Object.assign(this.getAdapterRequestFilters(),{parent:{r:i.index,props:i.properties}}))]);this.model.insertRowData(i,0,o),this.table.requestUpdate()}this.updateSliders(),e&&this.grid.dispatchEvent(new sx("row.toggle",{grid:this.grid,row:i}))}toggleColumn(t,e=!0){const i=this.model.columns[t];i.toggleCollapse(!1,this.model.options.unhideColumnAfterExpand),this.table.renderCells({horizontal:!0}),this.updateSliders(),e&&this.grid.dispatchEvent(new sx("column.toggle",{grid:this.grid,column:i}))}setRowExpandLevel(t){this.model.setRowExpandLevel(t),this.table.rowOffset=0,this.table.renderCells({vertical:!0}),this.updateSliders(),this.grid.dispatchEvent(new sx("row.toggle",{grid:this.grid}))}setColumnExpandLevel(t){this.model.setColumnExpandLevel(t),this.table.colOffset=0,this.table.renderCells({horizontal:!0}),this.updateSliders(),this.grid.dispatchEvent(new sx("column.toggle",{grid:this.grid}))}async exportHTML(){const t=gt("div");vt(t),document.body.appendChild(t);const e=gt("og-table");e.grid=this.grid,e.model=this.model,e.renderAll=!0,t.appendChild(e),await e.updateComplete;const i=`\n\t\t\t<style>\n\t\t\t\thtml {\n\t\t\t\t\t${ia(ha().themes.get("light")).cssText}\n\t\t\t\t}\n\t\t\t\t${nx.styles.map((t=>t.cssText)).join("\n")}\n\t\t\t</style>\n\n\t\t`,o=i+e.shadowRoot.innerHTML.replace(/<!---->/g,"");return t.remove(),o}stopAutoscroll(){this.autoscrollTimer&&window.clearInterval(this.autoscrollTimer)}startAutoscroll(){this.stopAutoscroll(),this.autoscrollTimer=window.setInterval((()=>{if(0==this.autoscrollValue)return this.stopAutoscroll();const t=Math.pow(this.autoscrollValue,Om.AUTOSCROLL_RATIO);switch(this.autoscrollDirection){case"down":this.scrollVerticalByPixels(t);break;case"up":this.scrollVerticalByPixels(-t);break;case"left":this.scrollHorizontalByPixels(-t);break;case"right":this.scrollHorizontalByPixels(t)}}),Om.AUTOSCROLL_INTERVAL)}autoscroll(t){const{x:e,y:i}=t,o=this.table.clientWidth/this.table.zoom-this.table.totalHeaderWidth,n=this.table.clientHeight/this.table.zoom-this.table.totalHeaderHeight;let r,s=0;e<Om.AUTOSCROLL_TRESHOLD&&e<i&&e<n-i?(r="left",s=Om.AUTOSCROLL_TRESHOLD-e):o-e<Om.AUTOSCROLL_TRESHOLD&&o-e<i&&o-e<n-i?(r="right",s=Om.AUTOSCROLL_TRESHOLD-o+e):i<Om.AUTOSCROLL_TRESHOLD?(r="up",s=Om.AUTOSCROLL_TRESHOLD-i):n-i<Om.AUTOSCROLL_TRESHOLD&&(r="down",s=Om.AUTOSCROLL_TRESHOLD-n+i),this.autoscrollDirection=r,this.autoscrollValue=s,this.stopAutoscroll(),s>0&&this.startAutoscroll()}async loadNextPage(t=null,e=!1){if(this.grid.loading)return;const i=null!=t?this.model.rows[t]:this.model.rowRoot;if(!e&&i.isLoaded)return;this.grid.dispatchEvent(new sx("beforeLoad",{grid:this.grid})),this.grid.loading=!0;const o=this.model.rows.length;this.grid.logger.info(`loading rows offset = ${o}`);const[n]=await Promise.all([this.grid.adapter.getRows(Object.assign(this.getAdapterRequestFilters(),{offset:o,parent:{r:t,props:null}}))]);n.length>0&&null===t&&this.model.insertRowData(i,o,n),this.table.requestUpdate(),n.length>=this.model.options.pageSize?i.count=1/0:i.count=i.children.length,this.grid.logger.info(`loaded ${n.length} rows`),this.grid.loading=!1,this.grid.dispatchEvent(new sx("afterLoad",{grid:this.grid}))}get totalSize(){return{width:this.table.totalHeaderWidth+this.model.visibleColumns.reduce(((t,e)=>t+e.width),0),height:this.table.thead.offsetHeight+this.model.visibleRows.reduce(((t,e)=>t+e.height),0)}}autofitColumn(t,e=!1,i=!0){const o="number"==typeof t?this.model.columns[t]:t,n=this.autofitDiv??(this.autofitDiv=gt("div"));n.style.position="absolute",n.style.zIndex="100000",Ot(n,{l:-1e3,t:-1e3}),this.grid.shadowRoot.appendChild(n);let r=0;for(const t of this.model.getRangeIterator(iv.fromA1(o.address),!!e)){const e=Mk(t).call(this.table,n,t)||n;e.style.width="auto",r=Math.max(r,e.offsetWidth)}o.width=r+10,i&&this.table.renderCells({horizontal:!0})}autofitColumns(t=!1){this.model.columns.forEach((e=>this.autofitColumn(e,t,!1))),this.table.renderCells({horizontal:!0})}autofitRow(t,e=!1,i=!0){const o="number"==typeof t?this.model.rows[t]:t,n=this.autofitDiv??(this.autofitDiv=gt("div"));n.style.position="absolute",n.style.zIndex="100000",Ot(n,{l:-1e3,t:-1e3}),this.grid.shadowRoot.appendChild(n);let r=0;for(const t of this.model.getRangeIterator(iv.fromA1(o.address),!!e)){const e=Mk(t).call(this.table,n,t)||n;e.style.height="auto",r=Math.max(r,e.offsetHeight)}o.height=r+8,i&&this.table.renderCells({vertical:!0})}autofitRows(t=!1){this.model.rows.forEach((e=>this.autofitRow(e,t,!1))),this.table.renderCells({vertical:!0})}scrollTo(t,e=0){let i;i=Z(t)?iv.fromA1(t):new iv(e,t),this.table.rowOffset=i.r1,this.table.colOffset=i.c1,this.requireVerticalUpdate=!0,this.requireHorizontalUpdate=!0,this.debounceRenderCells(),this.updateSliders()}}class px{get model(){return this.grid.model}get selection(){return this.grid.editing.isFormulaMode?this.formulaSelection:this.grid.selection}get selector(){return this.grid.editing.isFormulaMode?this.grid.formulaSelector:this.grid.selector}get formulaSelection(){return this._formulaSelection}get events(){return this.grid.events}get table(){return this.grid.table}get isSelecting(){return this.isCellSelecting||this.columnSelecting||this.rowSelecting}get isCellSelecting(){return this.selector.isSelecting}get isAutofilling(){return this.selector.isAutofilling}get isMoving(){return this.selector.isMoving}get isSelectorOperationActive(){return this.selector.isSelectorOperationActive}get isFormulaSelectorOperationActive(){if(!this.grid.editing.isFormulaMode)return!1;for(const t of this.formulaSelectors.values())if(t.isSelectorOperationActive)return!0;return!1}get activeCell(){const{c:t,r:e}=this.selection.activeCellCoords;return this.model.rows[e]?.cell(t)}constructor(t){this.grid=t,this.columnSelecting=!1,this.rowSelecting=!1,this._formulaSelection=new Fw(0,0,0,0),this.formulaSelectors=new Map,this.debounceMoveSelector=U(((t,e)=>this.moveSelector(t,e)),10)}moveToSelection(){const t=new iv(this.selection.range.c1,this.selection.range.r1);this.table.viewportRange.contains(t)}select(t,e=!1){this.selection.setRange(t),this.updateSelector(),e&&this.grid.dispatchEvent(new sx("select",{grid:this.grid}))}startCellSelecting(t){this.grid.style.cursor="cell",this.startSelectingRange=t.clone(),this.select(t,!0),this.selector.startSelecting(t)}startColumnSelecting(t){this.columnSelecting=!0;const e=new iv(t,null,t,null);this.startSelectingRange=e.clone(),this.select(e,!0)}startRowSelecting(t){this.rowSelecting=!0;const e=new iv(null,t,null,t);this.startSelectingRange=e.clone(),this.select(e,!0)}updateSelecting(t,e){const i=this.model.options.selecting.multiSelect;(this.isCellSelecting||this.rowSelecting)&&(i||(this.selection.range.r1=e),this.selection.range.r2=e),(this.isCellSelecting||this.columnSelecting)&&(i||(this.selection.range.c1=t),this.selection.range.c2=t),this.grid.editing.isFormulaMode?(this.updateFormulaSelector(),this.formulaSelectors.forEach((i=>i.updateMovingOperations(t,e)))):(this.updateSelector(),this.hideFormulaSelector(),this.selector.updateMovingOperations(t,e))}stopSelecting(){this.grid.rendering.stopAutoscroll(),this.isSelecting&&!this.selection.range.equals(this.startSelectingRange)&&this.grid.dispatchEvent(new sx("select",{grid:this.grid})),this.columnSelecting=!1,this.rowSelecting=!1,this.startSelectingRange=null,this.selector.stopSelectorOperations()}highlightSelection(){const t=this.selection.range,[e,i]=[Math.min(t.c1,t.c2),Math.max(t.c1,t.c2)],[o,n]=[Math.min(t.r1,t.r2),Math.max(t.r1,t.r2)],r=i-e+1,s=n-o+1;this.table.highlightColHeaderCells(r<1/0?Array.from(new Array(r),((t,i)=>i+e)):[]),this.table.highlightRowHeaderCells(s<1/0?Array.from(new Array(s),((t,e)=>e+o)):[])}updateSelector(t=!0){this.model.options.selecting.enabled?(this.showSelector(t),this.highlightSelection()):this.hideSelector(),this.grid.editing.isFormulaMode||this.grid.editing.endEdit()}showSelector(t=!0){this.selector&&(this.selector.show(),this.selector.select(this.selection.range,t))}hideSelector(){this.selector.hide()}moveSelector(t,e){if(this.selection.move(t,e,this.model.columns.length,this.model.rows.length),0!=e&&!this.model.rows[this.selection.range.r1].visible){const t=e>0?this.model.rows[this.selection.range.r1].nextVisible:this.model.rows[this.selection.range.r1].prevVisible;t&&(this.selection.range.r1=t.index,this.selection.range.r2=t.index)}if(0!=t&&!this.model.columns[this.selection.range.c1].visible){const e=t>0?this.model.columns[this.selection.range.c1].nextVisible:this.model.columns[this.selection.range.c1].prevVisible;e&&(this.selection.range.c1=e.index,this.selection.range.c2=e.index)}this.selector.selection=this.selection.range,this.selector.updatePosition();const i={c:0,r:0};(e>0&&this.selector.offsetTop+this.selector.offsetHeight>this.grid.clientHeight||e<0&&this.selector.offsetTop<this.table.totalHeaderHeight-1||e>=this.table.viewport.rows.length)&&(i.r+=e),(t>0&&this.selector.offsetLeft+this.selector.offsetWidth>this.grid.clientWidth||t<0&&this.selector.offsetLeft<this.table.totalHeaderWidth-1)&&(i.c+=t),0==i.c&&0==i.r||(this.table.colOffset=Math.max(0,this.table.colOffset+i.c),this.table.rowOffset=Math.min(Math.max(0,this.table.rowOffset+i.r),this.model.visibleRows.length-1),this.table.renderCells({horizontal:0!=i.c,vertical:0!=i.r}),this.grid.rendering.updateSliders()),this.grid.editing.isFormulaMode||this.grid.editing.endEdit(),this.highlightSelection(),this.grid.dispatchEvent(new sx("select",{grid:this.grid}))}shiftActiveCell(t,e=!1){this.selection.moveActiveCell(t,0),this.selector.updatePosition(),e&&this.grid.dispatchEvent(new sx("select",{grid:this.grid}))}updateFormulaSelector(t=!0){this.grid.editing.isFormulaMode?this.showFormulaSelector(t):this.hideFormulaSelector()}showFormulaSelector(t=!0){this.grid.formulaSelector.show(),this.grid.formulaSelector?.select(this.formulaSelection.range,t)}hideFormulaSelector(){this.grid.formulaSelector.hide()}updateFormulaSelectors(){this.formulaSelectors.forEach((t=>t.updatePosition()))}highlightColorItem(t){const e=Fw.fromRange(iv.fromA1(t.address)),i=gt("og-selector");this.grid.shadowRoot.appendChild(i),i.addEventListener("grid.selector.move",(t=>this.select(t.selector.selection.clone()))),i.addEventListener("grid.selector.resize",(t=>this.select(t.selector.selection.clone()))),i.grid=this.grid,i.color=t.color,i.subselector=!1,i.movable=!0,i.resizable=!0,i.index=t.tokenIndex,this.formulaSelectors.set(t.tokenIndex,i),i.select(e.range.clone(),!1),i.show()}highlightFormula(t){this.removeFormulaHighlight(),this.formulaSelectors.clear();const e=new Set;t.colors.forEach((t=>{if(null==t.sheet||t.sheet==this.model.name)this.highlightColorItem(t);else if(this.grid.group){const i=this.grid.group.getGrid(t.sheet);if(!i)return;e.has(i)||(e.add(i),i.selecting.removeFormulaHighlight()),i.isConnected&&i.selecting.highlightColorItem(t)}}))}removeFormulaHighlight(){this.formulaSelectors?.forEach((t=>kt(t))),this.formulaSelectors.clear()}updateCopySelector(){this.grid.copySelector.isVisible&&this.grid.copySelector.updatePosition()}showCopySelector(){this.grid.copySelector.show(),this.grid.copySelector?.select(this.selection.range.clone(),!1)}hideCopySelector(){this.grid.copySelector.hide()}mergeSelection(){const t=this.selection.range,e=this.model.rows[t.r1]?.cell(t.c1);e&&(e.rowspan=t.size.rows,e.colspan=t.size.columns,this.grid.rendering.renderCells({vertical:!0,horizontal:!0}))}unmergeSelection(){const t=this.selection.range,e=this.model.rows[t.r1]?.cell(t.c1);e&&(e.rowspan=1,e.colspan=1,this.grid.rendering.renderCells({vertical:!0,horizontal:!0}))}updateSelectors(){this.updateSelector(!1),this.updateCopySelector(),this.updateFormulaSelectors()}stopSelectOperations(){this.stopSelecting(),this.formulaSelectors.forEach((t=>t.stopSelectorOperations())),this.grid.style.removeProperty("cursor")}enter(){const t=this.grid.group;if(this.grid.editing.isFormulaMode&&t){const e=t.formulaModeGrid;e.editing.commitEdit(),t.activateGrid(e.model.name)}else this.debounceMoveSelector(0,1)}}class gx extends Event{}class fx extends Kr{constructor(){super(),this.cancel=!1,this._open=!1,this.init()}getDisplayValue(){return null}init(){this.addEventListener("keydown",(t=>{"Enter"==t.key?this.close():"Escape"==t.key?(this.cancel=!0,this.close()):t.stopPropagation()}))}connectedCallback(){super.connectedCallback(),this.performUpdate()}alignWithCell(){if(!this.activeCell)return;const t=Et(this.activeCell,this.grid);Ot(this,{t:t.top*this.grid.zoom,l:t.left*this.grid.zoom}),Ht(this,{w:this.activeCell.offsetWidth,h:this.activeCell.offsetHeight})}open(t,e=null,i=!0){this.initialValue=e,this._open=!0,this.grid=t;const o=t.selecting.activeCell;return this.activeCellModel=o,this.activeCell=this.grid.table.getCellByModelIndex(o.c,o.r),this.grid.selector.hide(),mt(this),i&&this.alignWithCell(),this.activate(o),null!==e&&this.setValue(e),Gt(this,this.grid.zoom),this}commit(){this._open&&!this.cancel&&this.activeCellModel&&(this.grid.editing.updateCell(this.activeCellModel,{v:this.getValue(),dv:this.getDisplayValue()}),this.grid.rendering.updateCell(this.activeCellModel,!0)),this.cancel=!1}close(){this._open&&(this.deactivate(),vt(this),this.grid.table.renderBodyCell(this.activeCellModel),this.grid.selecting.showSelector(),this.grid.focus(),this._open=!1,this.grid.editing.endEdit()),this.cancel=!1}activate(t){this.activeCellModel=t,this.dispatchEvent(new gx("activate"))}deactivate(){this.dispatchEvent(new gx("deactivate"))}}fx.baseStyles=qn`
3078
3085
  * { box-sizing: border-box }
3079
3086
 
3080
3087
  :host {
@@ -3270,7 +3277,7 @@
3270
3277
  @change="${e=>this._onOutlineLevelChange(e,t)}">
3271
3278
  </og-numericinput>
3272
3279
  </div>
3273
- `}init(){this.contextMenu.addEventListener("select",this._onContextMenuClick)}openMenu(t){this.currentMenuItems.length>0&&(this.contextMenu.items=this.currentMenuItems,this.contextMenu.openAt(t.x,t.y))}openColumnMenu(t,e){const i=this.grid.options,o=i.menus?.column;let n=[];this.currentColumn=t,o?.replace||(i.editable&&i.editing.colInsertion&&(n.push({key:"insertColumn",value:"Insert column",icon:"plus"}),n.push({key:"insertColumnAfter",value:"Insert column (after)",icon:"plus"})),i.editable&&i.editing.colDeletion&&n.push({key:"deleteColumn",value:"Delete column",icon:"minus"}),i.editable&&i.editing.colOutline&&n.push({key:"colLevel",icon:"list-tree",renderer:()=>this.renderOutlineMenuItem(t)})),o&&(n.length>0&&(n[n.length-1].divider=!0),n=[...n,...o.items.filter((e=>!e.hidden||!e.hidden(t)))]),this.currentMenuItems=n,this.openMenu(e)}openRowMenu(t,e){const i=this.grid.options,o=i.menus?.row;let n=[];this.currentRow=t,o?.replace||(i.editable&&i.editing.rowInsertion&&(n.push({key:"insertRow",value:"Insert row",icon:"plus"}),n.push({key:"insertRowAfter",value:"Insert row (after)",icon:"plus"})),i.editable&&i.editing.rowDeletion&&n.push({key:"deleteRow",value:"Delete row",icon:"minus"}),i.editable&&i.editing.rowOutline&&n.push({key:"rowLevel",icon:"list-tree",renderer:()=>this.renderOutlineMenuItem(t)})),o&&(n.length>0&&(n[n.length-1].divider=!0),n=[...n,...o.items.filter((e=>!e.hidden||!e.hidden(t)))]),this.currentMenuItems=n,this.openMenu(e)}openCellMenu(t,e){const i=this.grid.options,o=i.menus?.cell;let n=[];this.currentCell=t,o?.replace||t.commentable&&n.push({key:"comment",value:fo("Comment"),icon:"comment"}),o&&(n.length>0&&(n[n.length-1].divider=!0),n=[...n,...o.items.filter((e=>!e.hidden||!e.hidden(t)))]),this.currentMenuItems=n,this.openMenu(e)}}function Ux(t){return[{section:"group",name:"focus sheet",requiredParams:1,fn:t=>{console.log(t)}}]}function Gx(t,e){t.selecting.select(e,!0),t.table.rowOffset=Math.max(0,t.selection.range.r1-t.options.freezeTop),t.table.colOffset=Math.max(0,t.selection.range.c1-t.options.freezeLeft),t.rendering.renderCells({vertical:!0,horizontal:!0}),t.rendering.updateSliders()}function qx(t){t.commands.clear(),function(t){const e=[],i="grid";return e.push({section:i,name:"set column width",requiredParams:1,fn:(...e)=>{for(let i=t.selection.range.c1;i<=t.selection.range.c2;i++)t.model.columns[i].width=parseInt(e[0]);t.rendering.renderCells({horizontal:!0})}}),e.push({section:i,name:"set all columns widths",requiredParams:1,fn:(...e)=>{const i=parseInt(e[0]);t.model.columns.forEach((t=>t.width=i)),t.rendering.renderCells({horizontal:!0})}}),e.push({section:i,name:"set columns widths to the right",requiredParams:1,fn:(...e)=>{for(let i=t.selection.range.c1;i<t.model.columns.length;i++)t.model.columns[i].width=parseInt(e[0]);t.rendering.renderCells({horizontal:!0})}}),e.push({section:i,name:"copy column widths",requiredParams:0,fn:()=>{const e=t.model.columns[t.selection.range.c1].width;t.model.columns.forEach((t=>t.width=e)),t.rendering.renderCells({horizontal:!0})}}),e.push({section:i,name:"copy column widths to the right",requiredParams:0,fn:()=>{const e=t.model.columns[t.selection.range.c1].width;for(let i=t.selection.range.c1;i<t.model.columns.length;i++)t.model.columns[i].width=e;t.rendering.renderCells({horizontal:!0})}}),e.push({section:i,name:"set values",requiredParams:1,fn:(...e)=>{for(const i of t.model.getRangeIterator(t.selection.range))i.value=e[0],t.table.renderBodyCell(i)}}),e}(t).forEach((e=>t.commands.register(e))),function(t){const e="grid",i=[];return i.push({section:e,name:"goto",requiredParams:1,fn:e=>{Gx(t,e)}}),i.push({section:e,name:"goto first cell",requiredParams:0,fn:()=>{Gx(t,"A1")}}),i.push({section:e,name:"sort asceding",requiredParams:1,fn:e=>{t.sorting.sort(isNaN(Number(e))?sv(e.toUpperCase()):Number(e),Xy.Asc)}}),i.push({section:e,name:"sort desceding",requiredParams:1,fn:e=>{t.sorting.sort(isNaN(Number(e))?sv(e.toUpperCase()):Number(e),Xy.Desc)}}),i.push({section:e,name:"sort ascending by current column",requiredParams:0,fn:()=>{t.sorting.sort(t.selection.range.c1,Xy.Asc)}}),i.push({section:e,name:"sort descending by current column",requiredParams:0,fn:()=>{t.sorting.sort(t.selection.range.c1,Xy.Desc)}}),i.push({section:e,name:"reset sorting",requiredParams:0,fn:()=>{t.sorting.resetSort(),t.table.clearBodyCache(),t.table.renderCells({vertical:!0,horizontal:!0})}}),t.model.maxRowLevel>0&&(i.push({section:e,name:"set row level",requiredParams:1,fn:e=>{t.rendering.setRowExpandLevel(parseInt(e))}}),[...Array(t.model.maxRowLevel).keys()].forEach((o=>i.push({section:e,name:`set row level ${o}`,requiredParams:0,fn:()=>{t.rendering.setRowExpandLevel(o)}})))),t.model.maxColumnLevel>0&&(i.push({section:e,name:"set column level",requiredParams:1,fn:e=>{t.rendering.setColumnExpandLevel(parseInt(e))}}),[...Array(t.model.maxColumnLevel).keys()].forEach((o=>i.push({section:e,name:`set column level ${o}`,requiredParams:0,fn:()=>{t.rendering.setColumnExpandLevel(o)}})))),i}(t).forEach((e=>t.commands.register(e)))}var Yx=function(t,e,i,o){var n,r=arguments.length,s=r<3?e:null===o?o=Object.getOwnPropertyDescriptor(e,i):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)s=Reflect.decorate(t,e,i,o);else for(var a=t.length-1;a>=0;a--)(n=t[a])&&(s=(r<3?n(s):r>3?n(e,i,s):n(e,i))||s);return r>3&&s&&Object.defineProperty(e,i,s),s};let Zx=class extends Kr{constructor(){super(...arguments),this.tableRef=Ph(),this.hSliderRef=Ph(),this.vSliderRef=Ph(),this.hSizerRef=Ph(),this.vSizerRef=Ph(),this.selectorRef=Ph(),this.copySelectorRef=Ph(),this.formulaSelectorRef=Ph(),this.commandWindowRef=Ph(),this.contextMenuRef=Ph(),this.tooltipRef=Ph(),this.commentRef=Ph(),this.selection=new Fw(0,0),this.options=Mw(),this.logger=new sn("Ωgrid"),this.zoom=1,this.rendering=new ux(this),this.selecting=new px(this),this.events=new dx(this),this.editing=new Sx(this),this.filtering=new $x(this),this.sorting=new Bx(this),this.menus=new Wx(this),this.objects=new Vx(this),this.commands=new Fp,this.plugins=new Eu(this),this.loading=!1,this.render=()=>Hr`
3280
+ `}init(){this.contextMenu.addEventListener("select",this._onContextMenuClick)}openMenu(t){this.currentMenuItems.length>0&&(this.contextMenu.items=this.currentMenuItems,this.contextMenu.openAt(t.x,t.y))}openColumnMenu(t,e){const i=this.grid.options,o=i.menus?.column;let n=[];this.currentColumn=t,o?.replace||(i.editable&&i.editing.colInsertion&&(n.push({key:"insertColumn",value:"Insert column",icon:"plus"}),n.push({key:"insertColumnAfter",value:"Insert column (after)",icon:"plus"})),i.editable&&i.editing.colDeletion&&n.push({key:"deleteColumn",value:"Delete column",icon:"minus"}),i.editable&&i.editing.colOutline&&n.push({key:"colLevel",icon:"list-tree",renderer:()=>this.renderOutlineMenuItem(t)})),o&&(n.length>0&&(n[n.length-1].divider=!0),n=[...n,...o.items.filter((e=>!e.hidden||!e.hidden(t)))]),this.currentMenuItems=n,this.openMenu(e)}openRowMenu(t,e){const i=this.grid.options,o=i.menus?.row;let n=[];this.currentRow=t,o?.replace||(i.editable&&i.editing.rowInsertion&&(n.push({key:"insertRow",value:"Insert row",icon:"plus"}),n.push({key:"insertRowAfter",value:"Insert row (after)",icon:"plus"})),i.editable&&i.editing.rowDeletion&&n.push({key:"deleteRow",value:"Delete row",icon:"minus"}),i.editable&&i.editing.rowOutline&&n.push({key:"rowLevel",icon:"list-tree",renderer:()=>this.renderOutlineMenuItem(t)})),o&&(n.length>0&&(n[n.length-1].divider=!0),n=[...n,...o.items.filter((e=>!e.hidden||!e.hidden(t)))]),this.currentMenuItems=n,this.openMenu(e)}openCellMenu(t,e){const i=this.grid.options,o=i.menus?.cell;let n=[];this.currentCell=t,o?.replace||t.commentable&&n.push({key:"comment",value:fo("Comment"),icon:"comment"}),o&&(n.length>0&&(n[n.length-1].divider=!0),n=[...n,...o.items.filter((e=>!e.hidden||!e.hidden(t)))]),this.currentMenuItems=n,this.openMenu(e)}}function Ux(t){return[{section:"group",name:"focus sheet",requiredParams:1,fn:t=>{console.log(t)}}]}function Gx(t,e){t.selecting.select(e,!0),t.table.rowOffset=Math.max(0,t.selection.range.r1-t.options.freezeTop),t.table.colOffset=Math.max(0,t.selection.range.c1-t.options.freezeLeft),t.rendering.renderCells({vertical:!0,horizontal:!0}),t.rendering.updateSliders()}function qx(t){t.commands.clear(),function(t){const e=[],i="grid";return e.push({section:i,name:"set column width",requiredParams:1,fn:(...e)=>{for(let i=t.selection.range.c1;i<=t.selection.range.c2;i++)t.model.columns[i].width=parseInt(e[0]);t.rendering.renderCells({horizontal:!0})}}),e.push({section:i,name:"set all columns widths",requiredParams:1,fn:(...e)=>{const i=parseInt(e[0]);t.model.columns.forEach((t=>t.width=i)),t.rendering.renderCells({horizontal:!0})}}),e.push({section:i,name:"set columns widths to the right",requiredParams:1,fn:(...e)=>{for(let i=t.selection.range.c1;i<t.model.columns.length;i++)t.model.columns[i].width=parseInt(e[0]);t.rendering.renderCells({horizontal:!0})}}),e.push({section:i,name:"copy column widths",requiredParams:0,fn:()=>{const e=t.model.columns[t.selection.range.c1].width;t.model.columns.forEach((t=>t.width=e)),t.rendering.renderCells({horizontal:!0})}}),e.push({section:i,name:"copy column widths to the right",requiredParams:0,fn:()=>{const e=t.model.columns[t.selection.range.c1].width;for(let i=t.selection.range.c1;i<t.model.columns.length;i++)t.model.columns[i].width=e;t.rendering.renderCells({horizontal:!0})}}),e.push({section:i,name:"set values",requiredParams:1,fn:(...e)=>{for(const i of t.model.getRangeIterator(t.selection.range))i.value=e[0],t.table.renderBodyCell(i)}}),e}(t).forEach((e=>t.commands.register(e))),function(t){const e="grid",i=[];return i.push({section:e,name:"goto",requiredParams:1,fn:e=>{Gx(t,e)}}),i.push({section:e,name:"goto first cell",requiredParams:0,fn:()=>{Gx(t,"A1")}}),i.push({section:e,name:"sort asceding",requiredParams:1,fn:e=>{t.sorting.sort(isNaN(Number(e))?sv(e.toUpperCase()):Number(e),Xy.Asc)}}),i.push({section:e,name:"sort desceding",requiredParams:1,fn:e=>{t.sorting.sort(isNaN(Number(e))?sv(e.toUpperCase()):Number(e),Xy.Desc)}}),i.push({section:e,name:"sort ascending by current column",requiredParams:0,fn:()=>{t.sorting.sort(t.selection.range.c1,Xy.Asc)}}),i.push({section:e,name:"sort descending by current column",requiredParams:0,fn:()=>{t.sorting.sort(t.selection.range.c1,Xy.Desc)}}),i.push({section:e,name:"reset sorting",requiredParams:0,fn:()=>{t.sorting.resetSort(),t.table.clearBodyCache(),t.table.renderCells({vertical:!0,horizontal:!0})}}),t.model.maxRowLevel>0&&(i.push({section:e,name:"set row level",requiredParams:1,fn:e=>{t.rendering.setRowExpandLevel(parseInt(e))}}),[...Array(t.model.maxRowLevel).keys()].forEach((o=>i.push({section:e,name:`set row level ${o}`,requiredParams:0,fn:()=>{t.rendering.setRowExpandLevel(o)}})))),t.model.maxColumnLevel>0&&(i.push({section:e,name:"set column level",requiredParams:1,fn:e=>{t.rendering.setColumnExpandLevel(parseInt(e))}}),[...Array(t.model.maxColumnLevel).keys()].forEach((o=>i.push({section:e,name:`set column level ${o}`,requiredParams:0,fn:()=>{t.rendering.setColumnExpandLevel(o)}})))),i}(t).forEach((e=>t.commands.register(e)))}var Yx=function(t,e,i,o){var n,r=arguments.length,s=r<3?e:null===o?o=Object.getOwnPropertyDescriptor(e,i):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)s=Reflect.decorate(t,e,i,o);else for(var a=t.length-1;a>=0;a--)(n=t[a])&&(s=(r<3?n(s):r>3?n(e,i,s):n(e,i))||s);return r>3&&s&&Object.defineProperty(e,i,s),s};let Zx=class extends Kr{constructor(){super(...arguments),this.tableRef=Ph(),this.hSliderRef=Ph(),this.vSliderRef=Ph(),this.hSizerRef=Ph(),this.vSizerRef=Ph(),this.selectorRef=Ph(),this.copySelectorRef=Ph(),this.formulaSelectorRef=Ph(),this.commandWindowRef=Ph(),this.contextMenuRef=Ph(),this.tooltipRef=Ph(),this.commentRef=Ph(),this.selection=new Fw(0,0),this.options=Mw(),this.logger=new sn("Ωgrid"),this.zoom=1,this.rendering=new ux(this),this.selecting=new px(this),this.events=new dx(this),this.editing=new Sx(this),this.filtering=new $x(this),this.sorting=new Bx(this),this.menus=new Wx(this),this.objects=new Vx(this),this.commands=new Fp,this.plugins=new sd(this),this.loading=!1,this.render=()=>Hr`
3274
3281
  <og-table ${Bh(this.tableRef)} .grid="${this}" .zoom="${this.zoom}"></og-table>
3275
3282
 
3276
3283
  <og-slider ${Bh(this.vSliderRef)}
@@ -3328,7 +3335,7 @@
3328
3335
  .target=${this}>
3329
3336
  </og-commands>
3330
3337
  `:""}
3331
- `,this.debounceInnerLayout=U(this.innerLayout,100)}get table(){return this.tableRef.value}get hSlider(){return this.hSliderRef.value}get vSlider(){return this.vSliderRef.value}get hSizer(){return this.hSizerRef.value}get vSizer(){return this.vSizerRef.value}get selector(){return this.selectorRef.value}get copySelector(){return this.copySelectorRef.value}get formulaSelector(){return this.formulaSelectorRef.value}get commandWindow(){return this.commandWindowRef.value}get contextMenu(){return this.contextMenuRef.value}get tooltip(){return this.tooltipRef.value}get comment(){return this.commentRef.value}get designMode(){return!!this.group&&this.group.designMode}connectedCallback(){super.connectedCallback(),this.logger.info("connected"),this.layout()}disconnectedCallback(){this.destroy()}destroy(){this.contextMenu&&kt(this.contextMenu),this.comment&&kt(this.comment)}async initAdapter(){this.adapter.attach(this),this.table&&(this.table.rowOffset=0),this.dispatchEvent(new sx("beforeLoad",{grid:this}));const t=await this.adapter.getColumns(),e=await this.adapter.getRows(this.rendering.getAdapterRequestFilters()),i=await this.adapter.getCells(),o=Mw(await this.adapter.getOptions(),this.options),n=await this.adapter.getSparklines(),r=await this.adapter.getComments(),s=await this.adapter.getRules(),a=await this.adapter.getStyles();this.setSourceData({columns:t,rows:e,cells:i,options:o,sparklines:n,comments:r,rules:s,styles:a}),this.dispatchEvent(new sx("afterLoad",{grid:this}))}updateOptions(t){this.options=Mw(t,this.options),this.requestUpdate()}async firstUpdated(){this.tabIndex=0,this.events.init(),this.menus.init(),await this.table.updateComplete,this.logger.info("init"),this.dispatchEvent(new sx("init",{grid:this}))}async updated(t){if(Ht(this.table,{w:this.clientWidth,h:this.clientHeight}),t.has("adapter")&&this.initAdapter(),this.model){if(this.options&&(this.model.options=this.options),this.rendering.requireVerticalUpdate=!0,this.rendering.requireHorizontalUpdate=!0,this.table.model=this.model,t.has("model")&&(this.sorting.init(),this.model.options.firstCell)){const t=iv.fromA1(this.model.options.firstCell);this.table.colOffset=t.c1,this.table.rowOffset=t.r1}await this.table.updateComplete,this.rendering.updateSliders(),this.rendering.debounceRenderCells(),qx(this),this.dispatchEvent(new sx("loadmodel",{grid:this}))}t.has("zoom")&&(t.get("zoom")||1)!==(this.zoom||1)&&this.rendering.render(!0)}innerLayout(){Ht(this.table,{w:this.clientWidth,h:this.clientHeight}),this.table.requestUpdate()}layout(){this.table&&this.debounceInnerLayout()}setSourceData(t){t.options&&(this.options=Mw(t.options,this.options)),this.model=new jw(t,this.options,this.logger)}willUpdate(t){t.has("model")&&(this.options=Mw(this.model.options,this.options),this.model.options=this.options,this.history=new Bw(this.model),this.filtering.init())}focus(t){super.focus(t),this.editing.activeEditor?.focus()}async refresh(){this.adapter?(this.table.clearHeaderCache(),this.table.clearBodyCache(),await this.initAdapter()):await this.rendering.render(!0)}createEvent(t,e,i){return new(i??sx)(t,{grid:this,...e})}dispatchGridEvent(t,e,i){this.dispatchEvent(this.createEvent(t,e,i))}getConnectedGrid(t){return this.group?.getGrid(t)}getSourceData(){const t=this.model?.getSourceData()??{},e=new In(t);return this.dispatchEvent(e),e.data}};Zx.styles=[Kw],Yx([os({type:Object})],Zx.prototype,"model",void 0),Yx([os({type:Object})],Zx.prototype,"adapter",void 0),Yx([os({type:Object})],Zx.prototype,"selection",void 0),Yx([os({type:Object})],Zx.prototype,"options",void 0),Yx([os({type:Object})],Zx.prototype,"logger",void 0),Yx([os({type:Number})],Zx.prototype,"zoom",void 0),Zx=Yx([ts("og-grid")],Zx);var Xx=function(t,e,i,o){var n,r=arguments.length,s=r<3?e:null===o?o=Object.getOwnPropertyDescriptor(e,i):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)s=Reflect.decorate(t,e,i,o);else for(var a=t.length-1;a>=0;a--)(n=t[a])&&(s=(r<3?n(s):r>3?n(e,i,s):n(e,i))||s);return r>3&&s&&Object.defineProperty(e,i,s),s};const Qx={options:{rows:100,columns:20,editable:!0}},Kx=()=>new jw(Qx),Jx={commandWindow:!0,showHiddenTabs:!1};class tk extends Event{constructor(t){super(`gridgroup.${t}`)}}let ek=class extends Kr{get commandWindow(){return this.commandWindowRef.value}get activeGrid(){return this._activeGrid}get commands(){return this.activeGrid?this._commands.merge(this.activeGrid.commands):this._commands}get formulaModeGrid(){return this._formulaModeGrid}get isFormulaMode(){return null!=this.formulaModeGrid}get gridModels(){const t=new Map;return this.containerModel.walk((e=>{const i=this.model.get(e.id);i&&t.set(i.name,t.size)})),Array.from(this.model.models).sort(((e,i)=>(t.get(e[0])??0)-(t.get(i[0])??0))).map((([t,e])=>e))}startFormulaMode(t){this._formulaModeGrid=t}endFormulaMode(){this.isFormulaMode&&(this._formulaModeGrid=null,this.grids.forEach((t=>t.editing.endFormulaMode(!1))))}activateGrid(t,e=!0){const i=this.grids.get(t);i&&this.activeGrid?.model?.name!=t&&(this.activeGrid&&e&&this.activeGrid.dispatchGridEvent("deactivate"),this._activeGrid=i,this.container.activate(t),setTimeout((()=>i.focus()),100),e&&i.dispatchGridEvent("activate"))}previewZoom(t){this.grids.forEach((e=>{e.isConnected&&e.table.previewZoom(t)}))}updateZoom(){this.grids.forEach((t=>{t.isConnected&&(t.zoom=this.zoom)}))}hideSelectors(){this.grids.forEach((t=>{t.isConnected&&t.selecting.hideSelector()}))}showSelectors(){this.grids.forEach((t=>{t.isConnected&&t.selecting.showSelector()}))}renameSheet(t,e){if(this.model.has(e))throw new Error(`Sheet '${e}' already exists`);this.grids.has(t)&&(this.grids.set(e,this.grids.get(t)),this.grids.delete(t)),this.model.rename(t,e),this.container.model.updateTab(t,{id:e,title:e}),this.updateTabs()}updateTabs(){this.containerModel.walk((t=>{const e=this.model.get(t.id);e&&(t.id=e.name,t.color=e.tab?.color,t.hidden=!this.options.showHiddenTabs&&e.tab?.hidden,t.icon=e.tab?.hidden?"eye-slash":null)})),this.container?.updateTabs()}updateContainer(){this.container?.splitContainer?.requestUpdate()}updateCommands(){this.commandWindow&&(this.commandWindow.commands=this.commands)}constructor(){super(),this.options=Jx,this.designMode=!1,this.zoom=1,this.tabPosition="top",this.logger=new sn("ΩgridGroup"),this.grids=new Map,this.commandWindowRef=Ph(),this._commands=new Fp(Ux()),this.plugins=new Eu(this),this._formulaModeGrid=null,this._isLoaded=!1,this._onGridSelect=t=>{t.grid&&(this.isFormulaMode||(this.activateGrid(t.grid.model.name,!0),this.updateCommands()))},this.createGrid=t=>new Promise((e=>{const i=t;let o=this.grids.get(i);if(o)return void e(o);const n=this.model.has(i)?this.model.get(i):this.model.add(Kx());n.options.commandWindow=!1,o=gt("og-grid"),o.style.height="100%",o.model=n,o.options=n.options,o.group=this,o.zoom=this.zoom,this.grids.set(n.name,o),e(o)})),this._onTabSelect=t=>{if(t.tab&&this._isLoaded){const e=this.grids.get(t.tab.id);this._activeGrid!=e&&(this.activateGrid(e.model.name,!0),setTimeout((()=>this._activeGrid.focus()),100),this.updateCommands())}},this._onTabAdd=t=>{const e=this.model.add(Kx());t.tabs?.container&&t.tabs.container.open({id:e.name,title:e.name})},this._onCommandsOpen=()=>{this.commandWindow.commands=this.commands,this.commandWindow.requestUpdate()},this._onContainerLoad=()=>{this._isLoaded=!0,this.gridModels.length&&this.activateGrid(this.gridModels[0].name,!0)},this.render=()=>Hr`
3338
+ `,this.debounceInnerLayout=U(this.innerLayout,100)}get table(){return this.tableRef.value}get hSlider(){return this.hSliderRef.value}get vSlider(){return this.vSliderRef.value}get hSizer(){return this.hSizerRef.value}get vSizer(){return this.vSizerRef.value}get selector(){return this.selectorRef.value}get copySelector(){return this.copySelectorRef.value}get formulaSelector(){return this.formulaSelectorRef.value}get commandWindow(){return this.commandWindowRef.value}get contextMenu(){return this.contextMenuRef.value}get tooltip(){return this.tooltipRef.value}get comment(){return this.commentRef.value}get designMode(){return!!this.group&&this.group.designMode}connectedCallback(){super.connectedCallback(),this.logger.info("connected"),this.layout()}disconnectedCallback(){this.destroy()}destroy(){this.contextMenu&&kt(this.contextMenu),this.comment&&kt(this.comment)}async initAdapter(){this.adapter.attach(this),this.table&&(this.table.rowOffset=0),this.dispatchEvent(new sx("beforeLoad",{grid:this}));const t=await this.adapter.getColumns(),e=await this.adapter.getRows(this.rendering.getAdapterRequestFilters()),i=await this.adapter.getCells(),o=Mw(await this.adapter.getOptions(),this.options),n=await this.adapter.getSparklines(),r=await this.adapter.getComments(),s=await this.adapter.getRules(),a=await this.adapter.getStyles();this.setSourceData({columns:t,rows:e,cells:i,options:o,sparklines:n,comments:r,rules:s,styles:a}),this.dispatchEvent(new sx("afterLoad",{grid:this}))}updateOptions(t){this.options=Mw(t,this.options),this.requestUpdate()}async firstUpdated(){this.tabIndex=0,this.events.init(),this.menus.init(),await this.table.updateComplete,this.logger.info("init"),this.dispatchEvent(new sx("init",{grid:this}))}async updated(t){if(Ht(this.table,{w:this.clientWidth,h:this.clientHeight}),t.has("adapter")&&this.initAdapter(),this.model){if(this.options&&(this.model.options=this.options),this.rendering.requireVerticalUpdate=!0,this.rendering.requireHorizontalUpdate=!0,this.table.model=this.model,t.has("model")&&(this.sorting.init(),this.model.options.firstCell)){const t=iv.fromA1(this.model.options.firstCell);this.table.colOffset=t.c1,this.table.rowOffset=t.r1}await this.table.updateComplete,this.rendering.updateSliders(),this.rendering.debounceRenderCells(),qx(this),this.dispatchEvent(new sx("loadmodel",{grid:this}))}t.has("zoom")&&(t.get("zoom")||1)!==(this.zoom||1)&&this.rendering.render(!0)}innerLayout(){Ht(this.table,{w:this.clientWidth,h:this.clientHeight}),this.table.requestUpdate()}layout(){this.table&&this.debounceInnerLayout()}setSourceData(t){t.options&&(this.options=Mw(t.options,this.options)),this.model=new jw(t,this.options,this.logger)}willUpdate(t){t.has("model")&&(this.options=Mw(this.model.options,this.options),this.model.options=this.options,this.history=new Bw(this.model),this.filtering.init())}focus(t){super.focus(t),this.editing.activeEditor?.focus()}async refresh(){this.adapter?(this.table.clearHeaderCache(),this.table.clearBodyCache(),await this.initAdapter()):await this.rendering.render(!0)}createEvent(t,e,i){return new(i??sx)(t,{grid:this,...e})}dispatchGridEvent(t,e,i){this.dispatchEvent(this.createEvent(t,e,i))}getConnectedGrid(t){return this.group?.getGrid(t)}getSourceData(){const t=this.model?.getSourceData()??{},e=new In(t);return this.dispatchEvent(e),e.data}};Zx.styles=[Kw],Yx([os({type:Object})],Zx.prototype,"model",void 0),Yx([os({type:Object})],Zx.prototype,"adapter",void 0),Yx([os({type:Object})],Zx.prototype,"selection",void 0),Yx([os({type:Object})],Zx.prototype,"options",void 0),Yx([os({type:Object})],Zx.prototype,"logger",void 0),Yx([os({type:Number})],Zx.prototype,"zoom",void 0),Zx=Yx([ts("og-grid")],Zx);var Xx=function(t,e,i,o){var n,r=arguments.length,s=r<3?e:null===o?o=Object.getOwnPropertyDescriptor(e,i):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)s=Reflect.decorate(t,e,i,o);else for(var a=t.length-1;a>=0;a--)(n=t[a])&&(s=(r<3?n(s):r>3?n(e,i,s):n(e,i))||s);return r>3&&s&&Object.defineProperty(e,i,s),s};const Qx={options:{rows:100,columns:20,editable:!0}},Kx=()=>new jw(Qx),Jx={commandWindow:!0,showHiddenTabs:!1};class tk extends Event{constructor(t){super(`gridgroup.${t}`)}}let ek=class extends Kr{get commandWindow(){return this.commandWindowRef.value}get activeGrid(){return this._activeGrid}get commands(){return this.activeGrid?this._commands.merge(this.activeGrid.commands):this._commands}get formulaModeGrid(){return this._formulaModeGrid}get isFormulaMode(){return null!=this.formulaModeGrid}get gridModels(){const t=new Map;return this.containerModel.walk((e=>{const i=this.model.get(e.id);i&&t.set(i.name,t.size)})),Array.from(this.model.models).sort(((e,i)=>(t.get(e[0])??0)-(t.get(i[0])??0))).map((([t,e])=>e))}startFormulaMode(t){this._formulaModeGrid=t}endFormulaMode(){this.isFormulaMode&&(this._formulaModeGrid=null,this.grids.forEach((t=>t.editing.endFormulaMode(!1))))}activateGrid(t,e=!0){const i=this.grids.get(t);i&&this.activeGrid?.model?.name!=t&&(this.activeGrid&&e&&this.activeGrid.dispatchGridEvent("deactivate"),this._activeGrid=i,this.container.activate(t),setTimeout((()=>i.focus()),100),e&&i.dispatchGridEvent("activate"))}previewZoom(t){this.grids.forEach((e=>{e.isConnected&&e.table.previewZoom(t)}))}updateZoom(){this.grids.forEach((t=>{t.isConnected&&(t.zoom=this.zoom)}))}hideSelectors(){this.grids.forEach((t=>{t.isConnected&&t.selecting.hideSelector()}))}showSelectors(){this.grids.forEach((t=>{t.isConnected&&t.selecting.showSelector()}))}renameSheet(t,e){if(this.model.has(e))throw new Error(`Sheet '${e}' already exists`);this.grids.has(t)&&(this.grids.set(e,this.grids.get(t)),this.grids.delete(t)),this.model.rename(t,e),this.container.model.updateTab(t,{id:e,title:e}),this.updateTabs()}updateTabs(){this.containerModel.walk((t=>{const e=this.model.get(t.id);e&&(t.id=e.name,t.color=e.tab?.color,t.hidden=!this.options.showHiddenTabs&&e.tab?.hidden,t.icon=e.tab?.hidden?"eye-slash":null)})),this.container?.updateTabs()}updateContainer(){this.container?.splitContainer?.requestUpdate()}updateCommands(){this.commandWindow&&(this.commandWindow.commands=this.commands)}constructor(){super(),this.options=Jx,this.designMode=!1,this.zoom=1,this.tabPosition="top",this.logger=new sn("ΩgridGroup"),this.grids=new Map,this.commandWindowRef=Ph(),this._commands=new Fp(Ux()),this.plugins=new sd(this),this._formulaModeGrid=null,this._isLoaded=!1,this._onGridSelect=t=>{t.grid&&(this.isFormulaMode||(this.activateGrid(t.grid.model.name,!0),this.updateCommands()))},this.createGrid=t=>new Promise((e=>{const i=t;let o=this.grids.get(i);if(o)return void e(o);const n=this.model.has(i)?this.model.get(i):this.model.add(Kx());n.options.commandWindow=!1,o=gt("og-grid"),o.style.height="100%",o.model=n,o.options=n.options,o.group=this,o.zoom=this.zoom,this.grids.set(n.name,o),e(o)})),this._onTabSelect=t=>{if(t.tab&&this._isLoaded){const e=this.grids.get(t.tab.id);this._activeGrid!=e&&(this.activateGrid(e.model.name,!0),setTimeout((()=>this._activeGrid.focus()),100),this.updateCommands())}},this._onTabAdd=t=>{const e=this.model.add(Kx());t.tabs?.container&&t.tabs.container.open({id:e.name,title:e.name})},this._onCommandsOpen=()=>{this.commandWindow.commands=this.commands,this.commandWindow.requestUpdate()},this._onContainerLoad=()=>{this._isLoaded=!0,this.gridModels.length&&this.activateGrid(this.gridModels[0].name,!0)},this.render=()=>Hr`
3332
3339
  <og-tabsplitcontainer
3333
3340
  ?singleActive="${!0}"
3334
3341
  ?addButton="${!0}"
@@ -3509,7 +3516,7 @@
3509
3516
  position: absolute;
3510
3517
  inset: 0;
3511
3518
  }
3512
- `,ak([os({type:Object})],lk.prototype,"cell",void 0),lk=ak([ts("og-grid-sparkline")],lk);let ck=class extends bu{constructor(){super()}connectedCallback(){super.connectedCallback()}attachToCell(t,e){this.content=e.tooltip,this.attachTo(t,"right")}};ck.styles=[...bu.styles],ck=function(t,e,i,o){var n,r=arguments.length,s=r<3?e:null===o?o=Object.getOwnPropertyDescriptor(e,i):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)s=Reflect.decorate(t,e,i,o);else for(var a=t.length-1;a>=0;a--)(n=t[a])&&(s=(r<3?n(s):r>3?n(e,i,s):n(e,i))||s);return r>3&&s&&Object.defineProperty(e,i,s),s}([ts("og-grid-tooltip")],ck);const hk=qn`
3519
+ `,ak([os({type:Object})],lk.prototype,"cell",void 0),lk=ak([ts("og-grid-sparkline")],lk);let ck=class extends _u{constructor(){super()}connectedCallback(){super.connectedCallback()}attachToCell(t,e){this.content=e.tooltip,this.attachTo(t,"right")}};ck.styles=[..._u.styles],ck=function(t,e,i,o){var n,r=arguments.length,s=r<3?e:null===o?o=Object.getOwnPropertyDescriptor(e,i):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)s=Reflect.decorate(t,e,i,o);else for(var a=t.length-1;a>=0;a--)(n=t[a])&&(s=(r<3?n(s):r>3?n(e,i,s):n(e,i))||s);return r>3&&s&&Object.defineProperty(e,i,s),s}([ts("og-grid-tooltip")],ck);const hk=qn`
3513
3520
  * {
3514
3521
  box-sizing: border-box;
3515
3522
  }
@@ -3633,7 +3640,7 @@
3633
3640
  </div>
3634
3641
  </og-container>
3635
3642
  </div>
3636
- `,this.addEventListener("mousedown",this._onMouseDown),this.addEventListener("mouseover",this._onMouseOver)}add(){this.items.unshift(new ew({text:"",author:this.cellModel.model.options.user})),this.startEdit(0)}startEdit(t){this.editIndex=t,this.requestUpdate()}endEdit(){this.commit(),this.editIndex=-1}delete(t){this.items.splice(t,1),this.requestUpdate(),this.dispatchEvent(new uk("commit",this.items,null,null,this.cellModel))}commit(){this.editItem&&this.editItem.text!=this.editBody.innerText&&(this.editItem.text=this.editBody.innerText,this.editItem.date=new Date,this.dispatchEvent(new uk("commit",this.items,this.editItem,this.editIndex,this.cellModel)))}disconnectedCallback(){this.destroy()}destroy(){this._connector?.parentElement&&this._connector.remove()}updated(){this.editBody&&(this.editBody.focus(),this.editBody.addEventListener("blur",(()=>this.endEdit()),{once:!0})),this.items?.forEach(((t,e)=>{const i=this.bodies[e];Y(this.cellModel?.commentRenderer)?(i.style.whiteSpace="normal",this.cellModel?.commentRenderer(i,t,this.cellModel)):(i.style.whiteSpace="pre-wrap",i.textContent=t?.text??"")}))}canEdit(t){return this.cellModel?.commentable&&!this.items[t].readOnly}get canAdd(){return this.cellModel?.commentable}deatach(t=0){this.isAttached&&(this._hideTimerDisabled||this._hideTimer||(this._hideTimer=window.setTimeout((()=>{this._attachedTo=null,this.hide(),this._connector&&(this._connector.style.display="none"),this.parentElement&&this.parentElement.removeEventListener("mousemove",this._onParentMouseDown)}),t)))}get zIndex(){return this.cellModel?.model?.options?.comments?.zIndex??Om.DEFAULT_OPTIONS.comments.zIndex}updateConnector(){if(!this.isAttached)return;this._connector||(this._connector=document.createElementNS("http://www.w3.org/2000/svg","svg"),document.body.appendChild(this._connector));const t=Et(this.attachedTo,document.body),e=t.left+this._attachedTo.offsetWidth<this.offsetLeft+this.offsetWidth/2,i=t.top<this.offsetTop+this.offsetHeight/2,o=e?t.left+this._attachedTo.offsetWidth:this.offsetLeft+this.offsetWidth/2,n=i?t.top:this.offsetTop+this.offsetHeight/2,r=e?this.offsetLeft+this.offsetWidth/2:t.left+this._attachedTo.offsetWidth,s=i?this.offsetTop+this.offsetHeight/2:t.top;this._connector.setAttribute("width",(r-o).toString()),this._connector.setAttribute("height",(s-n).toString()),this._connector.style.pointerEvents="none",this._connector.style.zIndex=(this.zIndex-1).toString(),Ot(this._connector,{l:o,t:n}),this._connector.style.display="block",this._connector.innerHTML=`\n\t\t\t<line \n\t\t\t\tx1="${e?0:r-o}" y1="${i?0:s-n}" \n\t\t\t\tx2="${e?r-o:0}" y2="${i?s-n:0}" \n\t\t\t\tstroke="#8b7600" stroke-width="1"/>\n\t\t`}attachTo(t,e,i=!1){this._attachedTo=t,this.items=e.comments,this.cellModel=e,this._hideTimerDisabled=i,this._hideTimer&&window.clearTimeout(this._hideTimer),this._hideTimer=null,this.parentElement!=document.body&&document.body.appendChild(this),document.body.addEventListener("mousedown",this._onParentMouseDown),this.show();const o=Et(t,document.body);Ot(this,{l:o.left+t.offsetWidth+e.model.options.comments.offsetX,t:o.top+e.model.options.comments.offsetY}),this.style.zIndex=this.zIndex.toString(),this.updateConnector(),i&&this.startEdit(0)}};pk.styles=[hk],dk([os({type:Array})],pk.prototype,"items",void 0),dk([ns()],pk.prototype,"cellModel",void 0),dk([ns()],pk.prototype,"editIndex",void 0),dk([ls(".comment-body")],pk.prototype,"bodies",void 0),pk=dk([ts("og-grid-comment")],pk);const gk=(t,e)=>{for(const i in e)t.style[i]=e[i]};function fk(t,e){e.hasError&&(t.innerHTML=`<span style="color:#fff;background:#f00">!${e.error}</span>`),e.cssStyle&&gk(t,e.cssStyle),e.hasSparkline&&function(t,e){const i=gt("og-grid-sparkline");i.cell=e,t.appendChild(i)}(t,e);let i=e.calculatedIndent;if(i>0&&(i*=e.model.options.cellIndentFactor??1),e.column.levelButtons){if(e.row.hasChildren){const o=new Ad;o.state=e.row.collapsed?"closed":"open",o.addEventListener("toggle",(()=>this.grid.rendering.toggleRow(e.row.index))),o.addEventListener("click",(t=>t.stopPropagation())),t.appendChild(o),Ot(o,{l:4+i,t:(e.model.options.rowHeight||20)/2-6})}i+=20}if(i>0&&(t.style.paddingLeft=Rt(i)),e.hasComment||e.hasTooltip||e.clickable&&(null!==e.value||e.model.options.emptyClickable)){const i=gt("div");i.className="crn",t.appendChild(i),e.hasComment&&t.classList.add("cmt"),e.hasTooltip&&t.classList.add("tt"),e.clickable&&t.classList.add("clc")}if(e.composedStyle&&e.composedStyle.icon){const i=gt("og-icon");i.icon=e.composedStyle.icon,Ot(i,{l:4,t:2}),t.appendChild(i)}const o=e.afterRenderer;return o&&o(t,e),t}function mk(t){t.tooltip?.hide()}function vk(t,e){fk.call(this,t,e),t.style.textAlign="center",t.innerHTML="";const i=gt("og-checkbox");return i.addEventListener("mousedown",(t=>{t.stopPropagation();const o=this.grid,n="checked"!=i.value;o.editing.updateCell(e,n),i.value=n?"checked":"none"})),i.style.cursor="pointer",i.value=e.value?"checked":"none",t.appendChild(i),t}function bk(t,e){t=fk.call(this,t,e);try{t.textContent=e.value?e.model.options.dateFormatter(e.value,e.format):""}catch(e){t.textContent="!invalid format"}return t}function yk(t,e,i={default:!0}){if(i.default)if(null!=e.displayValue)t.textContent=e.displayValue;else{const i=e.valueFormatter;t.textContent=(i?i(e.value):e.value)??""}const o=gt("div");return o.className="triangle-down",Ot(o,{t:8,r:8}),t.appendChild(o),fk.call(this,t,e)}function wk(t,e){e.cssStyle&&e.cssStyle.textAlign||(t.style.textAlign="right");try{t.innerHTML=e.formattedValue}catch(i){t.textContent=(e.value??"").toString()}return fk.call(this,t,e)}function xk(t,e){if(e.hasDisplayValue)t.textContent=e.displayValue;else if(null!=e.value){const i=e.valueFormatter;t.textContent=i?i(e.value):e.value??""}else t.textContent="";return"normal"!==(t=fk.call(this,t,e)).style.whiteSpace&&(t.style.whiteSpace="pre"),t}function kk(t,e){const i=e.value;return isNaN(i)||""===i?xk.call(this,t,e):wk.call(this,t,e)}const Ck={n:wk,t:xk,tm:bk,d:bk,dt:bk,b:vk,s:yk,m:yk,g:kk,a:function(t,e){const i=(e.editorContent??e.value)||[];t.innerHTML="";const o=this.grid;return Qr(Hr`
3643
+ `,this.addEventListener("mousedown",this._onMouseDown),this.addEventListener("mouseover",this._onMouseOver)}add(){this.items.unshift(new ew({text:"",author:this.cellModel.model.options.user})),this.startEdit(0)}startEdit(t){this.editIndex=t,this.requestUpdate()}endEdit(){this.commit(),this.editIndex=-1}delete(t){this.items.splice(t,1),this.requestUpdate(),this.dispatchEvent(new uk("commit",this.items,null,null,this.cellModel))}commit(){this.editItem&&this.editItem.text!=this.editBody.innerText&&(this.editItem.text=this.editBody.innerText,this.editItem.date=new Date,this.dispatchEvent(new uk("commit",this.items,this.editItem,this.editIndex,this.cellModel)))}disconnectedCallback(){this.destroy()}destroy(){this._connector?.parentElement&&this._connector.remove()}updated(){this.editBody&&(this.editBody.focus(),this.editBody.addEventListener("blur",(()=>this.endEdit()),{once:!0})),this.items?.forEach(((t,e)=>{const i=this.bodies[e];Y(this.cellModel?.commentRenderer)?(i.style.whiteSpace="normal",this.cellModel?.commentRenderer(i,t,this.cellModel)):(i.style.whiteSpace="pre-wrap",i.textContent=t?.text??"")}))}canEdit(t){return this.cellModel?.commentable&&!this.items[t].readOnly}get canAdd(){return this.cellModel?.commentable}deatach(t=0){this.isAttached&&(this._hideTimerDisabled||this._hideTimer||(this._hideTimer=window.setTimeout((()=>{this._attachedTo=null,this.hide(),this._connector&&(this._connector.style.display="none"),this.parentElement&&this.parentElement.removeEventListener("mousemove",this._onParentMouseDown)}),t)))}get zIndex(){return this.cellModel?.model?.options?.comments?.zIndex??Om.DEFAULT_OPTIONS.comments.zIndex}updateConnector(){if(!this.isAttached)return;this._connector||(this._connector=document.createElementNS("http://www.w3.org/2000/svg","svg"),document.body.appendChild(this._connector));const t=Et(this.attachedTo,document.body),e=t.left+this._attachedTo.offsetWidth<this.offsetLeft+this.offsetWidth/2,i=t.top<this.offsetTop+this.offsetHeight/2,o=e?t.left+this._attachedTo.offsetWidth:this.offsetLeft+this.offsetWidth/2,n=i?t.top:this.offsetTop+this.offsetHeight/2,r=e?this.offsetLeft+this.offsetWidth/2:t.left+this._attachedTo.offsetWidth,s=i?this.offsetTop+this.offsetHeight/2:t.top;this._connector.setAttribute("width",(r-o).toString()),this._connector.setAttribute("height",(s-n).toString()),this._connector.style.pointerEvents="none",this._connector.style.zIndex=(this.zIndex-1).toString(),Ot(this._connector,{l:o,t:n}),this._connector.style.display="block",this._connector.innerHTML=`\n\t\t\t<line \n\t\t\t\tx1="${e?0:r-o}" y1="${i?0:s-n}" \n\t\t\t\tx2="${e?r-o:0}" y2="${i?s-n:0}" \n\t\t\t\tstroke="#8b7600" stroke-width="1"/>\n\t\t`}attachTo(t,e,i=!1){this._attachedTo=t,this.items=e.comments,this.cellModel=e,this._hideTimerDisabled=i,this._hideTimer&&window.clearTimeout(this._hideTimer),this._hideTimer=null,this.parentElement!=document.body&&document.body.appendChild(this),document.body.addEventListener("mousedown",this._onParentMouseDown),this.show();const o=Et(t,document.body);Ot(this,{l:o.left+t.offsetWidth+e.model.options.comments.offsetX,t:o.top+e.model.options.comments.offsetY}),this.style.zIndex=this.zIndex.toString(),this.updateConnector(),i&&this.startEdit(0)}};pk.styles=[hk],dk([os({type:Array})],pk.prototype,"items",void 0),dk([ns()],pk.prototype,"cellModel",void 0),dk([ns()],pk.prototype,"editIndex",void 0),dk([ls(".comment-body")],pk.prototype,"bodies",void 0),pk=dk([ts("og-grid-comment")],pk);const gk=(t,e)=>{for(const i in e)t.style[i]=e[i]};function fk(t,e){e.hasError&&(t.innerHTML=`<span style="color:#fff;background:#f00">!${e.error}</span>`),e.cssStyle&&gk(t,e.cssStyle),e.hasSparkline&&function(t,e){const i=gt("og-grid-sparkline");i.cell=e,t.appendChild(i)}(t,e);let i=e.calculatedIndent;if(i>0&&(i*=e.model.options.cellIndentFactor??1),e.column.levelButtons){if(e.row.hasChildren){const o=new Vd;o.state=e.row.collapsed?"closed":"open",o.addEventListener("toggle",(()=>this.grid.rendering.toggleRow(e.row.index))),o.addEventListener("click",(t=>t.stopPropagation())),t.appendChild(o),Ot(o,{l:4+i,t:(e.model.options.rowHeight||20)/2-6})}i+=20}if(i>0&&(t.style.paddingLeft=Rt(i)),e.hasComment||e.hasTooltip||e.clickable&&(null!==e.value||e.model.options.emptyClickable)){const i=gt("div");i.className="crn",t.appendChild(i),e.hasComment&&t.classList.add("cmt"),e.hasTooltip&&t.classList.add("tt"),e.clickable&&t.classList.add("clc")}if(e.composedStyle&&e.composedStyle.icon){const i=gt("og-icon");i.icon=e.composedStyle.icon,Ot(i,{l:4,t:2}),t.appendChild(i)}const o=e.afterRenderer;return o&&o(t,e),t}function mk(t){t.tooltip?.hide()}function vk(t,e){fk.call(this,t,e),t.style.textAlign="center",t.innerHTML="";const i=gt("og-checkbox");return i.addEventListener("mousedown",(t=>{t.stopPropagation();const o=this.grid,n="checked"!=i.value;o.editing.updateCell(e,n),i.value=n?"checked":"none"})),i.style.cursor="pointer",i.value=e.value?"checked":"none",t.appendChild(i),t}function bk(t,e){t=fk.call(this,t,e);try{t.textContent=e.value?e.model.options.dateFormatter(e.value,e.format):""}catch(e){t.textContent="!invalid format"}return t}function yk(t,e,i={default:!0}){if(i.default)if(null!=e.displayValue)t.textContent=e.displayValue;else{const i=e.valueFormatter;t.textContent=(i?i(e.value):e.value)??""}const o=gt("div");return o.className="triangle-down",Ot(o,{t:8,r:8}),t.appendChild(o),fk.call(this,t,e)}function wk(t,e){e.cssStyle&&e.cssStyle.textAlign||(t.style.textAlign="right");try{t.innerHTML=e.formattedValue}catch(i){t.textContent=(e.value??"").toString()}return fk.call(this,t,e)}function xk(t,e){if(e.hasDisplayValue)t.textContent=e.displayValue;else if(null!=e.value){const i=e.valueFormatter;t.textContent=i?i(e.value):e.value??""}else t.textContent="";return"normal"!==(t=fk.call(this,t,e)).style.whiteSpace&&(t.style.whiteSpace="pre"),t}function kk(t,e){const i=e.value;return isNaN(i)||""===i?xk.call(this,t,e):wk.call(this,t,e)}const Ck={n:wk,t:xk,tm:bk,d:bk,dt:bk,b:vk,s:yk,m:yk,g:kk,a:function(t,e){const i=(e.editorContent??e.value)||[];t.innerHTML="";const o=this.grid;return Qr(Hr`
3637
3644
  <div class="actions">
3638
3645
  ${cs(i,(t=>Hr`
3639
3646
  <og-button
@@ -3647,7 +3654,7 @@
3647
3654
  </og-button>
3648
3655
  `))}
3649
3656
  </div>
3650
- `,t),fk.call(this,t,e)},h:function(t,e){return t.innerHTML=e.value,fk.call(this,t,e)}};function Mk(t){return t.renderer||Ck[t.type]||kk}class _k extends xu{getCells(t){return null}getStyles(){return null}getRules(){return null}getComments(){return null}getSparklines(){return null}getOptions(){return null}}function Sk(t,e){const i=ne(),o=e?.weekStartsOn??e?.locale?.options?.weekStartsOn??i.weekStartsOn??i.locale?.options?.weekStartsOn??0,n=te(t),r=n.getDay(),s=6+(r<o?-7:0)-(r-o);return n.setDate(n.getDate()+s),n.setHours(23,59,59,999),n}const Ek={minDate:new Date(1900,0,1,0,0,0),maxDate:new Date(2100,11,31,0,0,0),weekStart:1,todayButton:!0,controlsPosition:"top"};function zk(t,e=null){const i={...jn(t,e),...Ek,...e,...t};return i.minDate=ci(i.minDate,{weekStartsOn:i.weekStart}),i.maxDate=Sk(i.maxDate,{weekStartsOn:i.weekStart}),i}function Lk(t,e){const i=te(t.start),o=te(t.end);let n=+i>+o;const r=n?+i:+o,s=n?o:i;s.setHours(0,0,0,0);let a=e?.step??1;if(!a)return[];a<0&&(a=-a,n=!n);const l=[];for(;+s<=r;)l.push(te(s)),s.setDate(s.getDate()+a),s.setHours(0,0,0,0);return n?l.reverse():l}function Rk(t){return Math.ceil(Yi(t.maxDate,t.minDate)/7)}function Ik(t,e,i){return Gf(i.minDate,{days:7*t+e})}function Hk(t,e){return{row:Math.floor(Yi(t,e.minDate)/7),column:Yi(t,e.minDate)%7}}const Tk=t=>(t=>null!=t?._$litType$?.h)(t)?t._$litType$.h:t.strings,Ak=ks(class extends Cs{constructor(t){super(t),this.et=new WeakMap}render(t){return[t]}update(t,[e]){const i=ms(this.it)?Tk(this.it):null,o=ms(e)?Tk(e):null;if(null!==i&&(null===o||i!==o)){const e=xs(t).pop();let o=this.et.get(i);if(void 0===o){const t=document.createDocumentFragment();o=Qr(Or,t),o.setConnected(!1),this.et.set(i,o)}ws(o,[e]),bs(o,void 0,e)}if(null!==o){if(null===i||i!==o){const e=this.et.get(o);if(void 0!==e){const i=xs(e).pop();(t=>{t._$AR()})(t),bs(t,void 0,i),ws(t,[i])}}this.it=e}else this.it=void 0;return this.render(e)}});var Ok,$k,Dk,Nk,Pk,jk,Vk,Bk,Fk,Wk,Uk,Gk,qk,Yk=function(t,e,i,o){var n,r=arguments.length,s=r<3?e:null===o?o=Object.getOwnPropertyDescriptor(e,i):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)s=Reflect.decorate(t,e,i,o);else for(var a=t.length-1;a>=0;a--)(n=t[a])&&(s=(r<3?n(s):r>3?n(e,i,s):n(e,i))||s);return r>3&&s&&Object.defineProperty(e,i,s),s},Zk=function(t,e,i,o){if("a"===i&&!o)throw new TypeError("Private accessor was defined without a getter");if("function"==typeof e?t!==e||!o:!e.has(t))throw new TypeError("Cannot read private member from an object whose class did not declare it");return"m"===i?o:"a"===i?o.call(t):o?o.value:e.get(t)},Xk=function(t,e,i,o,n){if("m"===o)throw new TypeError("Private method is not writable");if("a"===o&&!n)throw new TypeError("Private accessor was defined without a setter");if("function"==typeof e?t!==e||!n:!e.has(t))throw new TypeError("Cannot write private member to an object whose class did not declare it");return"a"===o?n.call(t,i):n?n.value=i:e.set(t,i),i};let Qk=class extends Cu{constructor(){super(...arguments),Ok.add(this),this.date=ee(new Date),this.year=(new Date).getFullYear(),this.month=(new Date).getMonth()+1,$k.set(this,void 0),Dk.set(this,(()=>this.dispatchEvent(new Ln({value:this.date})))),Nk.set(this,(()=>this.body.clientWidth/7)),Pk.set(this,(()=>(this.body.clientHeight-Im.HEADER_HEIGHT)/6)),jk.set(this,void 0),Vk.set(this,!1),Bk.set(this,void 0),Fk.set(this,((t,e)=>{const i=Ik(e.r,e.c,this.options);return t.innerHTML=Fi(i,"d"),t.style.textAlign="center",null==Zk(this,Bk,"f")&&(Xk(this,Bk,(i.getMonth()+(i.getDate()<10?0:1))%12,"f"),this.month=Zk(this,Bk,"f")+1,this.year=i.getFullYear()),Zk(this,Bk,"f")==i.getMonth()?t.style.backgroundColor="initial":t.style.backgroundColor="var(--og-background-color-3)",t})),Uk.set(this,(t=>{t.selection.activeCell&&this.updateDate(Ik(t.selection.range.r1,t.selection.range.c1,this.options))})),Gk.set(this,(()=>Xk(this,Bk,null,"f"))),qk.set(this,(async()=>{this.month=this.monthDropdown.value,this.year=this.yearDropdown.value,await this.updateComplete,this.gotoCurrentSelection()})),this.renderControls=()=>Hr`
3657
+ `,t),fk.call(this,t,e)},h:function(t,e){return t.innerHTML=e.value,fk.call(this,t,e)}};function Mk(t){return t.renderer||Ck[t.type]||kk}class _k extends td{getCells(t){return null}getStyles(){return null}getRules(){return null}getComments(){return null}getSparklines(){return null}getOptions(){return null}}function Sk(t,e){const i=ne(),o=e?.weekStartsOn??e?.locale?.options?.weekStartsOn??i.weekStartsOn??i.locale?.options?.weekStartsOn??0,n=te(t),r=n.getDay(),s=6+(r<o?-7:0)-(r-o);return n.setDate(n.getDate()+s),n.setHours(23,59,59,999),n}const Ek={minDate:new Date(1900,0,1,0,0,0),maxDate:new Date(2100,11,31,0,0,0),weekStart:1,todayButton:!0,controlsPosition:"top"};function zk(t,e=null){const i={...jn(t,e),...Ek,...e,...t};return i.minDate=ci(i.minDate,{weekStartsOn:i.weekStart}),i.maxDate=Sk(i.maxDate,{weekStartsOn:i.weekStart}),i}function Lk(t,e){const i=te(t.start),o=te(t.end);let n=+i>+o;const r=n?+i:+o,s=n?o:i;s.setHours(0,0,0,0);let a=e?.step??1;if(!a)return[];a<0&&(a=-a,n=!n);const l=[];for(;+s<=r;)l.push(te(s)),s.setDate(s.getDate()+a),s.setHours(0,0,0,0);return n?l.reverse():l}function Rk(t){return Math.ceil(Yi(t.maxDate,t.minDate)/7)}function Ik(t,e,i){return Gf(i.minDate,{days:7*t+e})}function Hk(t,e){return{row:Math.floor(Yi(t,e.minDate)/7),column:Yi(t,e.minDate)%7}}const Tk=t=>(t=>null!=t?._$litType$?.h)(t)?t._$litType$.h:t.strings,Ak=ks(class extends Cs{constructor(t){super(t),this.et=new WeakMap}render(t){return[t]}update(t,[e]){const i=ms(this.it)?Tk(this.it):null,o=ms(e)?Tk(e):null;if(null!==i&&(null===o||i!==o)){const e=xs(t).pop();let o=this.et.get(i);if(void 0===o){const t=document.createDocumentFragment();o=Qr(Or,t),o.setConnected(!1),this.et.set(i,o)}ws(o,[e]),bs(o,void 0,e)}if(null!==o){if(null===i||i!==o){const e=this.et.get(o);if(void 0!==e){const i=xs(e).pop();(t=>{t._$AR()})(t),bs(t,void 0,i),ws(t,[i])}}this.it=e}else this.it=void 0;return this.render(e)}});var Ok,$k,Dk,Nk,Pk,jk,Vk,Bk,Fk,Wk,Uk,Gk,qk,Yk=function(t,e,i,o){var n,r=arguments.length,s=r<3?e:null===o?o=Object.getOwnPropertyDescriptor(e,i):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)s=Reflect.decorate(t,e,i,o);else for(var a=t.length-1;a>=0;a--)(n=t[a])&&(s=(r<3?n(s):r>3?n(e,i,s):n(e,i))||s);return r>3&&s&&Object.defineProperty(e,i,s),s},Zk=function(t,e,i,o){if("a"===i&&!o)throw new TypeError("Private accessor was defined without a getter");if("function"==typeof e?t!==e||!o:!e.has(t))throw new TypeError("Cannot read private member from an object whose class did not declare it");return"m"===i?o:"a"===i?o.call(t):o?o.value:e.get(t)},Xk=function(t,e,i,o,n){if("m"===o)throw new TypeError("Private method is not writable");if("a"===o&&!n)throw new TypeError("Private accessor was defined without a setter");if("function"==typeof e?t!==e||!n:!e.has(t))throw new TypeError("Cannot write private member to an object whose class did not declare it");return"a"===o?n.call(t,i):n?n.value=i:e.set(t,i),i};let Qk=class extends id{constructor(){super(...arguments),Ok.add(this),this.date=ee(new Date),this.year=(new Date).getFullYear(),this.month=(new Date).getMonth()+1,$k.set(this,void 0),Dk.set(this,(()=>this.dispatchEvent(new Ln({value:this.date})))),Nk.set(this,(()=>this.body.clientWidth/7)),Pk.set(this,(()=>(this.body.clientHeight-Im.HEADER_HEIGHT)/6)),jk.set(this,void 0),Vk.set(this,!1),Bk.set(this,void 0),Fk.set(this,((t,e)=>{const i=Ik(e.r,e.c,this.options);return t.innerHTML=Fi(i,"d"),t.style.textAlign="center",null==Zk(this,Bk,"f")&&(Xk(this,Bk,(i.getMonth()+(i.getDate()<10?0:1))%12,"f"),this.month=Zk(this,Bk,"f")+1,this.year=i.getFullYear()),Zk(this,Bk,"f")==i.getMonth()?t.style.backgroundColor="initial":t.style.backgroundColor="var(--og-background-color-3)",t})),Uk.set(this,(t=>{t.selection.activeCell&&this.updateDate(Ik(t.selection.range.r1,t.selection.range.c1,this.options))})),Gk.set(this,(()=>Xk(this,Bk,null,"f"))),qk.set(this,(async()=>{this.month=this.monthDropdown.value,this.year=this.yearDropdown.value,await this.updateComplete,this.gotoCurrentSelection()})),this.renderControls=()=>Hr`
3651
3658
  <div class="header">
3652
3659
  ${this.date?Hr`
3653
3660
  <og-button
@@ -3670,7 +3677,7 @@
3670
3677
  <div style="flex: 1"></div>
3671
3678
  `}
3672
3679
 
3673
- ${dd([this.month],(()=>{return Hr`
3680
+ ${bd([this.month],(()=>{return Hr`
3674
3681
  <og-button
3675
3682
  class="left"
3676
3683
  icon="caret-left"
@@ -3696,7 +3703,7 @@
3696
3703
  </og-button>
3697
3704
  `;var t}))}
3698
3705
 
3699
- ${dd([this.year],(()=>Hr`
3706
+ ${bd([this.year],(()=>Hr`
3700
3707
  <og-button
3701
3708
  class="left"
3702
3709
  icon="caret-left"
@@ -3756,7 +3763,7 @@
3756
3763
  #content {
3757
3764
  display: flex;
3758
3765
  }
3759
- `;var Jk,tC,eC=function(t,e,i,o){var n,r=arguments.length,s=r<3?e:null===o?o=Object.getOwnPropertyDescriptor(e,i):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)s=Reflect.decorate(t,e,i,o);else for(var a=t.length-1;a>=0;a--)(n=t[a])&&(s=(r<3?n(s):r>3?n(e,i,s):n(e,i))||s);return r>3&&s&&Object.defineProperty(e,i,s),s},iC=function(t,e,i,o){if("a"===i&&!o)throw new TypeError("Private accessor was defined without a getter");if("function"==typeof e?t!==e||!o:!e.has(t))throw new TypeError("Cannot read private member from an object whose class did not declare it");return"m"===i?o:"a"===i?o.call(t):o?o.value:e.get(t)},oC=function(t,e,i,o,n){if("m"===o)throw new TypeError("Private method is not writable");if("a"===o&&!n)throw new TypeError("Private accessor was defined without a setter");if("function"==typeof e?t!==e||!n:!e.has(t))throw new TypeError("Cannot write private member to an object whose class did not declare it");return"a"===o?n.call(t,i):n?n.value=i:e.set(t,i),i};let nC=class extends fd{constructor(){super(...arguments),this.calendarOptions=zk({controlsPosition:"bottom"}),Jk.set(this,void 0),this.cross=!1,tC.set(this,void 0),this.render=()=>Hr`
3766
+ `;var Jk,tC,eC=function(t,e,i,o){var n,r=arguments.length,s=r<3?e:null===o?o=Object.getOwnPropertyDescriptor(e,i):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)s=Reflect.decorate(t,e,i,o);else for(var a=t.length-1;a>=0;a--)(n=t[a])&&(s=(r<3?n(s):r>3?n(e,i,s):n(e,i))||s);return r>3&&s&&Object.defineProperty(e,i,s),s},iC=function(t,e,i,o){if("a"===i&&!o)throw new TypeError("Private accessor was defined without a getter");if("function"==typeof e?t!==e||!o:!e.has(t))throw new TypeError("Cannot read private member from an object whose class did not declare it");return"m"===i?o:"a"===i?o.call(t):o?o.value:e.get(t)},oC=function(t,e,i,o,n){if("m"===o)throw new TypeError("Private method is not writable");if("a"===o&&!n)throw new TypeError("Private accessor was defined without a setter");if("function"==typeof e?t!==e||!n:!e.has(t))throw new TypeError("Cannot write private member to an object whose class did not declare it");return"a"===o?n.call(t,i):n?n.value=i:e.set(t,i),i};let nC=class extends kd{constructor(){super(...arguments),this.calendarOptions=zk({controlsPosition:"bottom"}),Jk.set(this,void 0),this.cross=!1,tC.set(this,void 0),this.render=()=>Hr`
3760
3767
  <og-button
3761
3768
  caret
3762
3769
  color="${this.color}"
@@ -3764,7 +3771,7 @@
3764
3771
  style="flex: 1"
3765
3772
  @mousedown="${this._onMousedown}">
3766
3773
  <div id="content" slot="content">
3767
- ${this.calendar?.formattedDate||cd("&nbsp;")}
3774
+ ${this.calendar?.formattedDate||md("&nbsp;")}
3768
3775
  </div>
3769
3776
  </og-button>
3770
3777
 
@@ -3778,7 +3785,7 @@
3778
3785
  `:""}
3779
3786
 
3780
3787
  ${this.renderDropdown()}
3781
- `}get value(){return iC(this,Jk,"f")}set value(t){oC(this,Jk,t,"f"),iC(this,tC,"f")&&(iC(this,tC,"f").date=t,this.requestUpdate())}get hasCrossButton(){return this.cross&&null!=iC(this,Jk,"f")}get calendar(){return iC(this,tC,"f")||(oC(this,tC,gt("og-calendar"),"f"),iC(this,tC,"f").date=iC(this,Jk,"f"),iC(this,tC,"f").options=this.calendarOptions,iC(this,tC,"f").slot="inner-content",iC(this,tC,"f").addEventListener("change",(t=>{oC(this,Jk,t.value,"f"),this.dispatchEvent(new Ln({value:t.value})),this.requestUpdate()}))),iC(this,tC,"f")}async open(){await super.open(),this.calendar.parentElement!=this.dropdown&&this.dropdown.appendChild(this.calendar),this.layout()}clearValue(t=!0){this.value=null,this.close(),t&&this.dispatchEvent(new Ln({value:null}))}};Jk=new WeakMap,tC=new WeakMap,nC.styles=[...fd.styles,Kk],eC([os({type:Object})],nC.prototype,"calendarOptions",void 0),eC([os({type:Object,noAccessor:!0})],nC.prototype,"value",null),eC([os({type:Boolean})],nC.prototype,"cross",void 0),nC=eC([ts("og-calendar-dropdown")],nC);const rC=Symbol.for(""),sC=t=>{if(t?.r===rC)return t?._$litStatic$},aC=(t,...e)=>({_$litStatic$:e.reduce(((e,i,o)=>e+(t=>{if(void 0!==t._$litStatic$)return t._$litStatic$;throw Error(`Value passed to 'literal' function must be a 'literal' result: ${t}. Use 'unsafeStatic' to pass non-literal values, but\n take care to ensure page security.`)})(i)+t[o+1]),t[0]),r:rC}),lC=new Map,cC=t=>(e,...i)=>{const o=i.length;let n,r;const s=[],a=[];let l,c=0,h=!1;for(;c<o;){for(l=e[c];c<o&&void 0!==(r=i[c],n=sC(r));)l+=n+e[++c],h=!0;c!==o&&a.push(r),s.push(l),c++}if(c===o&&s.push(e[o]),h){const t=s.join("$$lit$$");void 0===(e=lC.get(t))&&(s.raw=s,lC.set(t,e=s)),i=a}return t(e,...i)},hC=cC(Hr);var dC;cC(Tr),function(t){t.TextInput="text",t.Button="button",t.NumericInput="number",t.DateInput="date",t.CalendarDateInput="calendar",t.Checkbox="checkbox",t.Label="label",t.List="list",t.ColorInput="color",t.FileInput="file"}(dC||(dC={}));class uC{constructor(t){this.props=t,this.dependencies=[],this.errors=[]}get key(){return this.props.key}}class pC{get rowCount(){return this._rowCount}get colCount(){return this._colCount}get(t){return this.controlMap.get(t)}constructor(t){this._rowCount=0,this._colCount=0,this.controlMap=new Map,this.populate(t)}populate(t){this.options=t.options??{},this.controlMap.clear(),this.controls=[],this.rows=t.rows||[],this.columns=t.columns||[],this._rowCount=this.rows.length,this._colCount=this.columns.length,t.controls.forEach((t=>{this._rowCount=Math.max(this._rowCount,t.row+1),this._colCount=Math.max(this._colCount,t.col+1),this._rowCount>this.rows.length&&this.rows.push({}),this._colCount>this.columns.length&&this.columns.push({}),t.key=t.key??(t.row*this._colCount+t.col).toString(),this.controlMap.set(t.key,new uC(t))})),this.controls=[...Array(this.rowCount)].map((()=>Array(this.colCount))),this.controlMap.forEach((t=>{this.controls[t.props.row][t.props.col]=t,t.props.dependsOn&&this.controlMap.get(t.props.dependsOn).dependencies.push(t),t.props.for&&this.controlMap.get(t.props.for)?.props.required&&(t.props.required=!0)}))}}const gC=qn`
3788
+ `}get value(){return iC(this,Jk,"f")}set value(t){oC(this,Jk,t,"f"),iC(this,tC,"f")&&(iC(this,tC,"f").date=t,this.requestUpdate())}get hasCrossButton(){return this.cross&&null!=iC(this,Jk,"f")}get calendar(){return iC(this,tC,"f")||(oC(this,tC,gt("og-calendar"),"f"),iC(this,tC,"f").date=iC(this,Jk,"f"),iC(this,tC,"f").options=this.calendarOptions,iC(this,tC,"f").slot="inner-content",iC(this,tC,"f").addEventListener("change",(t=>{oC(this,Jk,t.value,"f"),this.dispatchEvent(new Ln({value:t.value})),this.requestUpdate()}))),iC(this,tC,"f")}async open(){await super.open(),this.calendar.parentElement!=this.dropdown&&this.dropdown.appendChild(this.calendar),this.layout()}clearValue(t=!0){this.value=null,this.close(),t&&this.dispatchEvent(new Ln({value:null}))}};Jk=new WeakMap,tC=new WeakMap,nC.styles=[...kd.styles,Kk],eC([os({type:Object})],nC.prototype,"calendarOptions",void 0),eC([os({type:Object,noAccessor:!0})],nC.prototype,"value",null),eC([os({type:Boolean})],nC.prototype,"cross",void 0),nC=eC([ts("og-calendar-dropdown")],nC);const rC=Symbol.for(""),sC=t=>{if(t?.r===rC)return t?._$litStatic$},aC=(t,...e)=>({_$litStatic$:e.reduce(((e,i,o)=>e+(t=>{if(void 0!==t._$litStatic$)return t._$litStatic$;throw Error(`Value passed to 'literal' function must be a 'literal' result: ${t}. Use 'unsafeStatic' to pass non-literal values, but\n take care to ensure page security.`)})(i)+t[o+1]),t[0]),r:rC}),lC=new Map,cC=t=>(e,...i)=>{const o=i.length;let n,r;const s=[],a=[];let l,c=0,h=!1;for(;c<o;){for(l=e[c];c<o&&void 0!==(r=i[c],n=sC(r));)l+=n+e[++c],h=!0;c!==o&&a.push(r),s.push(l),c++}if(c===o&&s.push(e[o]),h){const t=s.join("$$lit$$");void 0===(e=lC.get(t))&&(s.raw=s,lC.set(t,e=s)),i=a}return t(e,...i)},hC=cC(Hr);var dC;cC(Tr),function(t){t.TextInput="text",t.Button="button",t.NumericInput="number",t.DateInput="date",t.CalendarDateInput="calendar",t.Checkbox="checkbox",t.Label="label",t.List="list",t.ColorInput="color",t.FileInput="file"}(dC||(dC={}));class uC{constructor(t){this.props=t,this.dependencies=[],this.errors=[]}get key(){return this.props.key}}class pC{get rowCount(){return this._rowCount}get colCount(){return this._colCount}get(t){return this.controlMap.get(t)}constructor(t){this._rowCount=0,this._colCount=0,this.controlMap=new Map,this.populate(t)}populate(t){this.options=t.options??{},this.controlMap.clear(),this.controls=[],this.rows=t.rows||[],this.columns=t.columns||[],this._rowCount=this.rows.length,this._colCount=this.columns.length,t.controls.forEach((t=>{this._rowCount=Math.max(this._rowCount,t.row+1),this._colCount=Math.max(this._colCount,t.col+1),this._rowCount>this.rows.length&&this.rows.push({}),this._colCount>this.columns.length&&this.columns.push({}),t.key=t.key??(t.row*this._colCount+t.col).toString(),this.controlMap.set(t.key,new uC(t))})),this.controls=[...Array(this.rowCount)].map((()=>Array(this.colCount))),this.controlMap.forEach((t=>{this.controls[t.props.row][t.props.col]=t,t.props.dependsOn&&this.controlMap.get(t.props.dependsOn).dependencies.push(t),t.props.for&&this.controlMap.get(t.props.for)?.props.required&&(t.props.required=!0)}))}}const gC=qn`
3782
3789
  :host {
3783
3790
  display: block;
3784
3791
  background-color: var(--og-form-background-color);
@@ -3840,7 +3847,7 @@
3840
3847
  <tbody>${e}</tbody>
3841
3848
  </table>
3842
3849
  `:""}</div>
3843
- `}}setSourceData(t){this.model=new pC(t)}resetValues(){const t={};this.model?.controlMap.forEach((e=>t[e.key]=e.props.value)),this.values=t}setValue(t,e){this.values[t]=e,this.shadowRoot.querySelector(`#${t}`).value=e}async reset(){this.resetValues(),this.controls.forEach((t=>t.reset()))}validate(){this.controls.forEach((t=>t.validate())),this.requestUpdate()}isValid(){this.validate();for(const t of this.controlNodes)if(!t.isValid)return!1;return!0}async initAdapter(){this.model=new pC({rows:await this.adapter.getRows(this.key),columns:await this.adapter.getColumns(this.key),controls:await this.adapter.getControls(this.key)})}async willUpdate(t){t.has("adapter")&&await this.initAdapter(),t.has("model")&&this.resetValues()}updated(){this.controls=new Map,this.controlNodes.forEach((t=>this.controls.set(t.id,t))),this.model?.controls.forEach(((t,e)=>t.forEach(((t,i)=>{const o=t.props.cs||1,n=t.props.rs||1;if(o>1||n>1)for(let t=e;t<=e+n-1;t++)for(let n=i;n<=i+o-1;n++){const o=this.rowElms[t].children[n];o&&(n!=i||t!=e?wt(o):yt(o))}else yt(this.rowElms[e].children[i])}))))}_onValueChange(t){this.values[t.model.key]=t.value,this.errorCounts[t.model.key]!=t.model.errors.length&&this.requestUpdate(),this.errorCounts[t.model.key]=t.model.errors.length,this.dispatchEvent(new vC("change",{key:t.model.key,value:t.value,valid:0==t.model.errors.length}))}};bC.styles=[gC],fC([os()],bC.prototype,"key",void 0),fC([os({type:Object})],bC.prototype,"adapter",void 0),fC([os({type:Object})],bC.prototype,"model",void 0),fC([os({type:String})],bC.prototype,"caption",void 0),fC([ls(".control")],bC.prototype,"controlNodes",void 0),fC([ls(".row")],bC.prototype,"rowElms",void 0),fC([os({type:Object})],bC.prototype,"values",void 0),bC=fC([ts("og-form")],bC);class yC extends xu{getForms(){return[{key:0}]}getRows(t){return[]}getColumns(t){return[]}save(t){return!0}getOptions(){return{}}onAction(t){}}const wC={FORM_CONTROL_HEIGHT:20,BUTTON_CONFIG:new Map([["save",{text:"Save",color:Fs.Accent,default:!0}],["reset",{text:"Reset",color:Fs.Gray}],["validate",{text:"Validate",color:Fs.Gray}],["storno",{text:"Storno",color:Fs.Gray}],["close",{text:"Close",color:Fs.Gray}]]),...W},xC={caption:null,buttonsPosition:"bottom",alertsPosition:"bottom",buttons:[],closeAfterSave:!0};function kC(t,e=null){return{...jn(t,e),...xC,...e,...t}}const CC=qn`
3850
+ `}}setSourceData(t){this.model=new pC(t)}resetValues(){const t={};this.model?.controlMap.forEach((e=>t[e.key]=e.props.value)),this.values=t}setValue(t,e){this.values[t]=e,this.shadowRoot.querySelector(`#${t}`).value=e}async reset(){this.resetValues(),this.controls.forEach((t=>t.reset()))}validate(){this.controls.forEach((t=>t.validate())),this.requestUpdate()}isValid(){this.validate();for(const t of this.controlNodes)if(!t.isValid)return!1;return!0}async initAdapter(){this.model=new pC({rows:await this.adapter.getRows(this.key),columns:await this.adapter.getColumns(this.key),controls:await this.adapter.getControls(this.key)})}async willUpdate(t){t.has("adapter")&&await this.initAdapter(),t.has("model")&&this.resetValues()}updated(){this.controls=new Map,this.controlNodes.forEach((t=>this.controls.set(t.id,t))),this.model?.controls.forEach(((t,e)=>t.forEach(((t,i)=>{const o=t.props.cs||1,n=t.props.rs||1;if(o>1||n>1)for(let t=e;t<=e+n-1;t++)for(let n=i;n<=i+o-1;n++){const o=this.rowElms[t].children[n];o&&(n!=i||t!=e?wt(o):yt(o))}else yt(this.rowElms[e].children[i])}))))}_onValueChange(t){this.values[t.model.key]=t.value,this.errorCounts[t.model.key]!=t.model.errors.length&&this.requestUpdate(),this.errorCounts[t.model.key]=t.model.errors.length,this.dispatchEvent(new vC("change",{key:t.model.key,value:t.value,valid:0==t.model.errors.length}))}};bC.styles=[gC],fC([os()],bC.prototype,"key",void 0),fC([os({type:Object})],bC.prototype,"adapter",void 0),fC([os({type:Object})],bC.prototype,"model",void 0),fC([os({type:String})],bC.prototype,"caption",void 0),fC([ls(".control")],bC.prototype,"controlNodes",void 0),fC([ls(".row")],bC.prototype,"rowElms",void 0),fC([os({type:Object})],bC.prototype,"values",void 0),bC=fC([ts("og-form")],bC);class yC extends td{getForms(){return[{key:0}]}getRows(t){return[]}getColumns(t){return[]}save(t){return!0}getOptions(){return{}}onAction(t){}}const wC={FORM_CONTROL_HEIGHT:20,BUTTON_CONFIG:new Map([["save",{text:"Save",color:Fs.Accent,default:!0}],["reset",{text:"Reset",color:Fs.Gray}],["validate",{text:"Validate",color:Fs.Gray}],["storno",{text:"Storno",color:Fs.Gray}],["close",{text:"Close",color:Fs.Gray}]]),...W},xC={caption:null,buttonsPosition:"bottom",alertsPosition:"bottom",buttons:[],closeAfterSave:!0};function kC(t,e=null){return{...jn(t,e),...xC,...e,...t}}const CC=qn`
3844
3851
  * {
3845
3852
  box-sizing: border-box;
3846
3853
  }
@@ -4141,7 +4148,7 @@
4141
4148
  left: 0;
4142
4149
  //pointer-events: none;
4143
4150
  }
4144
- `,YC={commandWindow:!0,editing:{headers:!0,conditionalStyles:!0,names:!0,sparklines:!0}};function ZC(t,e=null){return et({},YC,jn(t,e))}var XC=function(t,e,i,o){var n,r=arguments.length,s=r<3?e:null===o?o=Object.getOwnPropertyDescriptor(e,i):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)s=Reflect.decorate(t,e,i,o);else for(var a=t.length-1;a>=0;a--)(n=t[a])&&(s=(r<3?n(s):r>3?n(e,i,s):n(e,i))||s);return r>3&&s&&Object.defineProperty(e,i,s),s};class QC extends Event{constructor(t,e){super(`editor.${t}`,{bubbles:!0,composed:!0}),Object.assign(this,e)}}let KC=class extends Kr{get group(){return this.gridContainer}get commandWindow(){return this.commandWindowRef.value}get tabMenu(){return this.tabMenuRef.value}constructor(){super(),this.enableDrag=!0,this.toolbarDisabled=!1,this.statusbarDisabled=!1,this.formulabarDisabled=!1,this.options=ZC(),this.commandWindowRef=Ph(),this.tabMenuRef=Ph(),this.plugins=new Eu(this),this.sidebarComponents=new Mu((async t=>{let e;switch(t){case"config":e=gt("og-editor-form-config");break;case"headers":e=gt("og-editor-form-headers");break;case"rules":e=gt("og-editor-rules");break;case"sparklines":e=gt("og-editor-form-sparklines");break;case"names":e=gt("og-editor-form-names");break;default:e=this.createComponent?await this.createComponent(t):null}return e?(this.activeGrid&&(e.grid=this.activeGrid,e.range=this.activeGrid.selection.range),this.activeModel&&(e.model=this.activeModel),this.gridContainer&&(e.group=this.gridContainer),e):null})),this._onDragover=t=>{this.enableDrag&&(t.preventDefault(),t.stopPropagation(),"Files"==t.dataTransfer.types[0]&&(t.dataTransfer.dropEffect="move",this.overlay.text="drop file",this.overlay.show(this)))},this._onGridSelect=async t=>{if(!this.gridContainer.isFormulaMode){if(this.activateGrid(t.composedPath().find((t=>t instanceof Zx))),"headers"==this.rightSidebarComponent){const t=await this.sidebarComponents.get("headers");t.grid=this.activeGrid,t.range=this.activeGrid.selection.range.clone()}this.updateSelectedRange(t.selection.range)}},this._onGridEdit=t=>{switch(t.editType){case"delete_column":case"delete_row":case"insert_column":case"insert_row":this.updateSelectedRange(t.selection.range)}},this._onTabContextMenu=t=>{const e=t.uiEvent;this.activeMenuSheet=t.tab.id,this.tabMenu.openAt(e.pageX,e.pageY+1)},this.createGridContainer=()=>{const t=gt("og-gridgroup");return t.tabPosition="bottom",t.designMode=!0,t.model=this.model,t.options.commandWindow=!1,t.addEventListener("grid.activate",(t=>{this.gridContainer.isFormulaMode||(this.activateGrid(t.grid),this.updateCommands(),this.updateComponents())})),t.addEventListener("tab.contextmenu",this._onTabContextMenu),t.addEventListener("grid.select",this._onGridSelect),t.addEventListener("grid.edit",this._onGridEdit),t},this.createDefaultComponent=t=>0==t?this.getGridContainer():1==t?this.sidebarComponents.get(this.rightSidebarComponent):void 0,this._onToolbarAction=t=>{},this._onCommandsOpen=()=>{},this._onTabMenuItemSelect=t=>{switch(this.tabMenu.items[t.index].key){case"properties":this.activateGrid(this.gridContainer.grids.get(this.activeMenuSheet)),this.rightSidebarComponent="config";break;case"delete":this.gridContainer.deleteModel(this.activeMenuSheet);break;case"duplicate":this.gridContainer.duplicateModel(this.activeMenuSheet)}},this.render=()=>Hr`
4151
+ `,YC={commandWindow:!0,editing:{headers:!0,conditionalStyles:!0,names:!0,sparklines:!0}};function ZC(t,e=null){return et({},YC,jn(t,e))}var XC=function(t,e,i,o){var n,r=arguments.length,s=r<3?e:null===o?o=Object.getOwnPropertyDescriptor(e,i):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)s=Reflect.decorate(t,e,i,o);else for(var a=t.length-1;a>=0;a--)(n=t[a])&&(s=(r<3?n(s):r>3?n(e,i,s):n(e,i))||s);return r>3&&s&&Object.defineProperty(e,i,s),s};class QC extends Event{constructor(t,e){super(`editor.${t}`,{bubbles:!0,composed:!0}),Object.assign(this,e)}}let KC=class extends Kr{get group(){return this.gridContainer}get commandWindow(){return this.commandWindowRef.value}get tabMenu(){return this.tabMenuRef.value}constructor(){super(),this.enableDrag=!0,this.toolbarDisabled=!1,this.statusbarDisabled=!1,this.formulabarDisabled=!1,this.options=ZC(),this.commandWindowRef=Ph(),this.tabMenuRef=Ph(),this.plugins=new sd(this),this.sidebarComponents=new od((async t=>{let e;switch(t){case"config":e=gt("og-editor-form-config");break;case"headers":e=gt("og-editor-form-headers");break;case"rules":e=gt("og-editor-rules");break;case"sparklines":e=gt("og-editor-form-sparklines");break;case"names":e=gt("og-editor-form-names");break;default:e=this.createComponent?await this.createComponent(t):null}return e?(this.activeGrid&&(e.grid=this.activeGrid,e.range=this.activeGrid.selection.range),this.activeModel&&(e.model=this.activeModel),this.gridContainer&&(e.group=this.gridContainer),e):null})),this._onDragover=t=>{this.enableDrag&&(t.preventDefault(),t.stopPropagation(),"Files"==t.dataTransfer.types[0]&&(t.dataTransfer.dropEffect="move",this.overlay.text="drop file",this.overlay.show(this)))},this._onGridSelect=async t=>{if(!this.gridContainer.isFormulaMode){if(this.activateGrid(t.composedPath().find((t=>t instanceof Zx))),"headers"==this.rightSidebarComponent){const t=await this.sidebarComponents.get("headers");t.grid=this.activeGrid,t.range=this.activeGrid.selection.range.clone()}this.updateSelectedRange(t.selection.range)}},this._onGridEdit=t=>{switch(t.editType){case"delete_column":case"delete_row":case"insert_column":case"insert_row":this.updateSelectedRange(t.selection.range)}},this._onTabContextMenu=t=>{const e=t.uiEvent;this.activeMenuSheet=t.tab.id,this.tabMenu.openAt(e.pageX,e.pageY+1)},this.createGridContainer=()=>{const t=gt("og-gridgroup");return t.tabPosition="bottom",t.designMode=!0,t.model=this.model,t.options.commandWindow=!1,t.addEventListener("grid.activate",(t=>{this.gridContainer.isFormulaMode||(this.activateGrid(t.grid),this.updateCommands(),this.updateComponents())})),t.addEventListener("tab.contextmenu",this._onTabContextMenu),t.addEventListener("grid.select",this._onGridSelect),t.addEventListener("grid.edit",this._onGridEdit),t},this.createDefaultComponent=t=>0==t?this.getGridContainer():1==t?this.sidebarComponents.get(this.rightSidebarComponent):void 0,this._onToolbarAction=t=>{},this._onCommandsOpen=()=>{},this._onTabMenuItemSelect=t=>{switch(this.tabMenu.items[t.index].key){case"properties":this.activateGrid(this.gridContainer.grids.get(this.activeMenuSheet)),this.rightSidebarComponent="config";break;case"delete":this.gridContainer.deleteModel(this.activeMenuSheet);break;case"duplicate":this.gridContainer.duplicateModel(this.activeMenuSheet)}},this.render=()=>Hr`
4145
4152
  ${this.toolbarDisabled?"":Hr`
4146
4153
  <og-editor-toolbar
4147
4154
  .grid="${this.activeGrid}"
@@ -4155,7 +4162,7 @@
4155
4162
  <og-editor-formula .grid="${this.activeGrid}"></og-editor-formula>
4156
4163
  `}
4157
4164
 
4158
- ${dd([this.rightSidebarComponent],(()=>Hr`
4165
+ ${bd([this.rightSidebarComponent],(()=>Hr`
4159
4166
  <og-splitcontainer
4160
4167
  .items="${[{},{size:300,collapsed:!this.rightSidebarComponent}]}"
4161
4168
  .createComponent="${this.createDefaultComponent}">
@@ -6142,7 +6149,7 @@ milkdown-block-handle {
6142
6149
  <div class="placeholder">${fo("Insert HTML")}</div>
6143
6150
  `}
6144
6151
  </div>
6145
- `:cd(this.content),this.addEventListener("click",(()=>this.startEdit()))}commit(){this.editing=!1,F_(this,j_,this.editor.model.getValue(),"f"),this.dispatchEvent(new Ln(B_(this,j_,"f")))}};j_=new WeakMap,W_.styles=qn`
6152
+ `:md(this.content),this.addEventListener("click",(()=>this.startEdit()))}commit(){this.editing=!1,F_(this,j_,this.editor.model.getValue(),"f"),this.dispatchEvent(new Ln(B_(this,j_,"f")))}};j_=new WeakMap,W_.styles=qn`
6146
6153
  * {
6147
6154
  box-sizing: border-box;
6148
6155
  }
@@ -6570,7 +6577,7 @@ milkdown-block-handle {
6570
6577
  text-align: center;
6571
6578
  margin-left: 1px;
6572
6579
  }
6573
- `],XS([os({type:Object})],QS.prototype,"item",void 0),XS([os({type:String})],QS.prototype,"value",void 0),XS([ss("og-dropdown")],QS.prototype,"dropdown",void 0),XS([ss("#btnContent")],QS.prototype,"btnContent",void 0),QS=XS([ts("og-toolbar-colorpicker")],QS);class KS{static init(t){this.path=t}static async get(){return this.xlsx||(this.xlsx=await this.load()),this.xlsx}static getSync(){return this.xlsx}static load(){if(!On.require)throw new Error("AMDLoader is not initialized");return On.require.config({paths:{xlsx:this.path+"/xlsx.full.min"}}),new Promise((t=>On.require(["xlsx"],(()=>t(self.XLSX)))))}}const JS="aaaaaa",tE={bottom:{style:"thin",color:JS},top:{style:"thin",color:JS},right:{style:"thin",color:JS},left:{style:"thin",color:JS}},eE={exportHiddenRows:!0,exportHiddenColumns:!0,gridLines:!0,defaultBorders:!1,dropdownCells:"value"},iE={alignment:{vertical:"center",horizontal:"center"},bold:!0},oE={g:"n",b:"b",t:"s",n:"n",d:"d",dt:"d",s:"s",m:"s",tm:"s",h:"s",a:"z"};function nE(t,e){return(e.exportHiddenColumns?t.columns:t.visibleColumns).map((e=>({level:e.level,wpx:e.width,hidden:null==e.visibleIndex||t.visibleColumns[e.visibleIndex]!=e})))}function rE(t,e){const i=e.exportHiddenRows?t.rows:t.visibleRows,o=t.headerCount,n=new Array(i.length+o);return[...Array(o).keys()].map((t=>n[t]={level:0})),i.map(((e,i)=>n[i+o]={level:e.level,hpt:.75*e.height,hidden:null==e.visibleIndex||t.visibleRows[e.visibleIndex]!=e})),n}function sE(t,e){const i=t.headerCount,o=e.exportHiddenColumns?t=>t.c:e=>t.columns[e.c].visibleIndex,n=t.hiddenCells,r=[];return t.mergedCells.forEach((t=>{n.get(t.r)?.get(t.c)||r.push({s:{c:o(t),r:t.r+i},e:{c:o(t)+t.cs-1,r:t.r+i+t.rs-1}})})),t.mergedHeaders.forEach((t=>{t.h?.hidden||r.push({s:{c:o(t),r:t.r},e:{c:o(t)+t.cs-1,r:t.r+t.rs-1}})})),r}function aE(t,e){const i=t.headerCount,o=e.exportHiddenColumns?t.columns:t.visibleColumns,n=dE(e);return[...Array(i).keys()].map((e=>o.map((i=>{const o=i.header[e],r={t:o?"s":"z",s:iE};return o&&(o.html?r.h=`<span>${o.label}</span>`:null!=o.label?r.v=o.label:r.t="z"),n&&(r.s||(r.s={}),r.s=Object.assign({},n,r.s)),null!=o._style&&(r.s=Object.assign({},r.s,hE(t.styles.get(o._style)))),r}))))}function lE(t){return{rgb:t}}function cE(t){return{style:t.style,color:lE(t.color)}}function hE(t){const e={};return t.color&&(e.color=lE(t.color)),t.bgColor&&(e.bgColor=lE(t.bgColor)),t.fgColor&&(e.fgColor=lE(t.fgColor)),t.patternType&&(e.patternType=t.patternType),t.alignment&&(e.alignment=t.alignment),null!=t.bold&&(e.bold=t.bold),t.sz&&(e.sz=t.sz),t.bottom&&(e.bottom=cE(t.bottom)),t.top&&(e.top=cE(t.top)),t.right&&(e.right=cE(t.right)),t.left&&(e.left=cE(t.left)),null!=t.angle&&(e.angle=t.angle),t.stops&&(e.stops=t.stops.map((t=>({v:t.v,rgb:t.rgb})))),e}function dE(t){const e=!0===t.defaultBorders?tE:t.defaultBorders;return e?function(t){const e={};return t.bottom&&(e.bottom=cE(t.bottom)),t.top&&(e.top=cE(t.top)),t.right&&(e.right=cE(t.right)),t.left&&(e.left=cE(t.left)),e}(e):null}function uE(t,e){e=vE(e);const i=t.headerCount,o=new ow(t),n=new Array(i+t.rows.length),r=new Map,s=dE(e),a=t.options.dateFormat||"yyyy-MM-dd",l="displayValue"==e.dropdownCells;aE(t,e).forEach(((t,e)=>n[e]=t));const c=e.exportHiddenRows?t.rows:t.visibleRows,h=e.exportHiddenColumns?t.columns:t.visibleColumns;return c.forEach(((t,e)=>n[e+i]=h.map((e=>{const n=t.cell(e.index),c=oE[n.type],h={t:n.hasValue?c:"z"};n.hasFormula?h.f=i>0?o.getFormula(n).clone().shift({index:0,offset:i,direction:"down"}).toExcelString():o?o.getFormula(n).toExcelString():n.formula:n.hasValue&&!n.isSpilled&&("s"==h.t?h.v=l?n.formattedValue.toString():n.value.toString():"z"!=h.t&&(h.v=n.value),"g"==n.type?Z(h.v)?h.t="s":h.t="n":"d"==n.type&&K(h.v)&&(h.t="n",h.z=a));const d=n.composedStyle;if(d&&(r.has(d.id)||r.set(d.id,hE(d)),h.s={...r.get(d.id)}),function(t,e){const i=t.calculatedIndent;i>0&&(e.s||(e.s={}),e.s.alignment||(e.s.alignment={}),e.s.alignment.indent=i)}(n,h),n.hasComment){const t=n.model.comments.get(n.address);h.c=t.filter((t=>(t.text??"").length>0)).map((t=>({a:t.author?t.author.name??t.author.id:"",t:t.text}))),h.c.hidden=!0}return null==h.z&&("n"==h.t?h.z=n.format??"General":"d"==h.t&&(h.z=n.format??a)),"n"!=h.t&&"d"!=h.t||null!=h.z||(h.z=n.format??("d"==h.t?a:"General")),s&&(h.s||(h.s={}),h.s=Object.assign({},s,h.s)),h})))),n}function pE(t,e){return t||e?{t:(t=Object.assign({},e,t)).t,v:t.v,color:lE(t.color)}:null}function gE(t){const e=t.headerCount;return t.conditionalFormats.getSourceData().map((t=>({ref:iv.fromA1s(t.ranges).map((t=>t.shiftDown(0,e,null,!0).A1)).join(" "),t:t.type,f:t.condition&&Bm(t.condition[0])?"A1"+t.condition:t.condition??null,s:t.style?hE(t.style):null,stop:t.stop,cmin:pE(t.cmin,"bar"==t.type?{t:"min",color:t.color}:null),cmid:t.cmid?pE(t.cmid,{v:50,t:"percentile"}):null,cmax:pE(t.cmax,"bar"==t.type?{t:"max",color:t.color}:null),color:lE(t.color),v:t.v,thresh:t.thresh})))}function fE(t){return null==t.options.rowTree.reversed?t.rows.length<2?"above":t.rows[0].level>t.rows[1].level?"below":"above":t.options.rowTree.reversed?"below":"above"}function mE(t){return null==t.options.columnTree.reversed?t.columns.length<2?"left":t.columns[0].level>t.columns[1].level?"right":"left":t.options.columnTree.reversed?"right":"left"}const vE=t=>{const e=Object.assign({},eE,t);return e.defaultBorders&&(e.defaultBorders=tE),e};function bE(t,e){e=vE(e);const i={};return i["!cols"]=nE(t,e),i["!rows"]=rE(t,e),i["!merges"]=sE(t,e),i["!condfmt"]=gE(t),i["!outline"]={above:"above"==fE(t),left:"left"==mE(t)},t.options.freezeLeft||t.options.freezeTop?i["!freeze"]=`${rv(t.options.freezeLeft)}${t.headerCount+t.options.freezeTop+1}`:t.headerCount>0&&(i["!freeze"]=`A${t.headerCount+1}`),i["!gridlines"]=e.gridLines,i["!print"]={},i}async function yE(t,e){const i=KS.get(),o=i instanceof Promise?await i:i;e=vE(e);const n=o.utils.book_new();return t.forEach(((t,i)=>{t.calculations.evaluateAll();const r={...e,...t.exportOptions},s=o.utils.sheet_add_aoa(bE(t,r),uE(t,r));let a=t.name||`Sheet${i+1}`;a.length>31&&(a=a.substring(0,31)),o.utils.book_append_sheet(n,s,a)})),n.Workbook=n.Workbook||{},n}async function wE(t,e=null){const i=KS.get(),o=i instanceof Promise?await i:i;return e?o.writeFile(t,e,{cellStyles:!0,bookSST:!0}):o.writeXLSX(t,{cellStyles:!0,bookSST:!0,type:"buffer"})}const xE={b:"b",s:"t",n:"n",d:"d",z:"g",e:"t"};function kE(t){return t.rgb}function CE(t){return{color:kE(t.color),style:t.style}}function ME(t){const e={};return t.color&&(e.color=kE(t.color)),t.bgColor&&(e.bgColor=kE(t.bgColor)),t.fgColor&&(e.fgColor=kE(t.fgColor)),e.fgColor||"000000"!=e.color||(e.color=null),t.alignment&&(e.alignment=t.alignment),t.bold&&(e.bold=t.bold),t.sz&&(e.sz=t.sz),t.top&&(e.top=CE(t.top)),t.bottom&&(e.bottom=CE(t.bottom)),t.left&&(e.left=CE(t.left)),t.right&&(e.right=CE(t.right)),e}function _E(t,e){const i=t["!ref"]?iv.fromA1(t["!ref"]):iv.fromA1("A1:T100"),o={},n={};if(t["!freeze"]){const e=iv.fromA1(t["!freeze"]);n.freezeLeft=e.c1,n.freezeTop=e.r1}return o.options=n,o.rows=function(t,e){const i=t["!rows"]??[],o=new Array(e);let n;for(let t=0;t<e;t++)n=i[t],o[t]={l:(n?n.level:0)||0,h:n?n.hpx:null};return o}(t,i.r2+1),o.columns=function(t,e){const i=t["!cols"]??[],o=new Array(e);let n;for(let t=0;t<e;t++)n=i[t],o[t]={l:(n?n.level:0)||0,w:n?n.wpx:null};return o}(t,i.c2+1),o.cells=function(t){const e=[],i=new Map;(t["!merges"]??[]).forEach((t=>{const e=new iv(t.s.c,t.s.r);i.set(e.A1,{c:t.s.c,cs:t.e.c-t.s.c+1,r:t.s.r,rs:t.e.r-t.s.r+1})}));for(const o in t){if("!"==o[0])continue;const n=t[o],r=iv.fromA1(o),s={r:r.r1,c:r.c1,t:xE[n.t]},a=i.get(o);a&&(s.cs=a.cs,s.rs=a.rs),n.s&&(s.s=ME(n.s)),n.f?s.f=mv(n.f):s.v=n.v,["n","d"].includes(n.t)&&null!=n.z&&"General"!=n.z&&(s.z=Ko(n.z,"d")),e.push(s)}return e}(t),o.names=e,o.rules=function(t){return t["!condfmt"]?.filter((t=>["formula","scale","bar"].includes(t.t))).map((t=>{const e={type:t.t,ranges:t.ref.toString().replace(/\s/g,";")};return e.style=t.s?ME(t.s):null,e.cmin=t.cmin?{t:t.cmin.t,color:t.cmin.color?kE(t.cmin.color):null}:null,e.cmid=t.cmid?{t:t.cmid.t,color:t.cmid.color?kE(t.cmid.color):null}:null,e.cmax=t.cmax?{t:t.cmax.t,color:t.cmax.color?kE(t.cmax.color):null}:null,e.color=t.color?kE(t.color):null,e.condition=t.f,e.stop=!0,e}))}(t),o}function SE(t){const e=new Map;return t.Workbook.Names.forEach((({Name:t,Ref:i})=>{const[o,n]=i.split("!");if(!n)return;let r=e.get(o);r||e.set(o,r=[]);const s=iv.fromA1(n);s.c1Anchor&&!s.r1Anchor?(s.r1=0,s.r2=1/0):!s.c1Anchor&&s.r1Anchor&&(s.c1=0,s.c2=1/0),s.removeAnchors(),r.push({name:t,ref:s.A1})})),e}async function EE(t,e){return performance.mark("start_import"),LE(await t.arrayBuffer(),e)}function zE(t){const e=SE(t);performance.mark("sheets_start");const i={models:[],layout:{items:[{tabs:[]}]}};for(const o in t.Sheets)performance.mark(`sheet_start_${o}`),i.layout.items[0].tabs.push({id:o}),i.models.push({..._E(t.Sheets[o],e.get(o)),name:o}),performance.mark(`sheet_end_${o}`);return performance.mark("sheets_end"),i}async function LE(t,e){performance.mark("array_buffer");const i=t instanceof ArrayBuffer?new Uint8Array(t):t,o=(await KS.get()).read(i,Object.assign({cellNF:!0,cellText:!1,cellStyles:!0,type:"buffer"},e||{}));return performance.mark("wb_read"),zE(o)}class RE extends Su{init(t){KS.get(),t.commands.register({section:"plugin",name:"export xlsx",fn:async()=>{const e=t.getGridContainer().model.models;wE(await yE(Array.from(e,(t=>t[1]))),"export.xlsx")}}),t.addEventListener("drop",(async e=>{if(e.preventDefault(),e.dataTransfer.files.length){const i=e.dataTransfer.files[0];t.setSourceData(await EE(i))}}))}}RE.pluginName="xlsx";class IE{get dataRange(){return this._dataRange}set dataRange(t){this._dataRange=t,this.invalidateData()}get seriesRange(){return this._seriesRange}set seriesRange(t){this._seriesRange=t,this.invalidateData()}get categoriesRange(){return this._categoriesRange}set categoriesRange(t){this._categoriesRange=t,this.invalidateData()}get title(){return this._title}set title(t){this._title=t,this.invalidateData()}get size(){return this._size}set size(t){this._size=t}get location(){return this._location}set location(t){this._location=t,this.invalidateData()}get type(){return this._type}set type(t){this._type=t,this.invalidateData()}get grouping(){return this._grouping}set grouping(t){this._grouping=t,this.invalidateData()}get datasheetName(){return this.dataRange?.sheet}get dependencies(){if(this._dependencies)return this._dependencies;if(this._dependencies=new Set,this.seriesRange)for(const t of this.seriesRange.cells())this._dependencies.add(t.A1);if(this.categoriesRange)for(const t of this.categoriesRange.cells())this._dependencies.add(t.A1);if(this.dataRange)for(const t of this.dataRange.cells())this._dependencies.add(t.A1);return this._dependencies}invalidateData(){this._options=void 0,this._dependencies=void 0}constructor(t,e){this.model=t,this._inverted=!1,this.populate(e),this.init()}populate(t){this._dataRange=iv.fromA1(t.dataRange),this._title=t.title,this._size=t.size,this._location=t.location,this._type=t.type,this._grouping=t.grouping,this.zIndex=t.zIndex,t.seriesRange&&(this._seriesRange=iv.fromA1(t.seriesRange)),t.categoriesRange&&(this._categoriesRange=iv.fromA1(t.categoriesRange))}getSourceData(){return{dataRange:this.dataRange.A1,seriesRange:this.seriesRange?.A1,categoriesRange:this.categoriesRange?.A1,title:this.title,size:this.size,location:this.location,type:this.type,grouping:this.grouping,zIndex:this.zIndex}}getSeriesData(t,e){return t.map(((t,i)=>{return{type:this.type,name:e[i],stacking:(o=this.grouping,"stacked"===o?"normal":"percentStacked"===o?"percent":void 0),data:t.map((t=>({y:t})))};var o}))}init(){if(this._options)return this._options;let t,e,i=this.model.getValueMatrix(this.dataRange);this.seriesRange&&(this._inverted=this.seriesRange.isColumn,t=this.model.getValueMatrix(this.seriesRange).flat()),this.categoriesRange&&(this._inverted=this.seriesRange.isRow,e=this.model.getValueMatrix(this.categoriesRange).flat()),this._inverted||(i=En(i));const o=i.length,n=i[0].length;return t||(t=Array.from({length:o},((t,e)=>`Series ${e+1}`))),e||(e=Array.from({length:n},((t,e)=>(e+1).toString()))),this._options={plotOptions:{},series:this.getSeriesData(i,t),xAxis:{categories:e}},"pie"==this.type&&(this._options.plotOptions.pie={dataLabels:{enabled:!1},showInLegend:!0},this._options.series[0].data.forEach(((t,i)=>{t.name=e[i]})),this._options.series=[this._options.series[0]]),this._options}getOptions(){return this._options||this.init(),this._options}}class HE extends Su{constructor(){super(...arguments),this.charts=new Map,this.dependencies=new Map,this.grids=new Set,this.getChartFactory=t=>()=>{const e=gt("og-plugin-chart");return e.model=t,this.charts.set(t.index,e),e},this._onEdit=t=>{const e=this.getAffectedModels(t.grid.model.name,t.cells.map((t=>t.address)));e.forEach((t=>this.charts.get(t)?.refresh()))}}get models(){return this.grid.model.otherModels[HE.pluginName]}getChartByModel(t){return this.charts.get(t.index)}getAffectedModels(t,e){const i=new Set;return e.forEach((e=>{const o=this.dependencies.get(t)?.get(e);o&&o.forEach((t=>i.add(t)))})),Array.from(i)}addModel(t){const e=new IE(this.grid.model,t);e.index=this.models.size;const i=e.datasheetName||this.grid.model.name,o=this.dependencies.get(i)??new Map;if(this.dependencies.set(i,o),null==e.title&&(e.title=`Chart #${this.models.size+1}`),e.dependencies.forEach((t=>{const i=o.get(t)||[];i.push(e.index),o.set(t,i)})),this.models.add(e),this.grid.objects.add({model:e,createComponent:this.getChartFactory(e)}),i){const t=this.grid.getConnectedGrid(i);this.grids.has(t)||(t.addEventListener("grid.edit",this._onEdit),this.grids.add(t))}return e}clear(){this.models.clear(),this.charts=new Map,this.dependencies=new Map}init(t){this.grid=t,t.model.otherModels[HE.pluginName]=new Set,t.addEventListener("grid.loadmodel",(t=>{this.clear(),t.grid.model.otherSourceData.charts&&t.grid.model.otherSourceData.charts.forEach((t=>this.addModel(t)))})),t.addEventListener("grid.edit",this._onEdit),this.grids.add(t)}}HE.pluginName="charts";class TE extends Su{constructor(){super(...arguments),this._onModelChange=t=>{this.getGridByModel(t.value).plugins.get("charts").getChartByModel(t.value).refresh()},this.openSidebar=()=>this.editor.rightSidebarComponent="charts",this.closeSidebar=()=>this.editor.rightSidebarComponent=null,this.toggleSidebar=(t=null)=>!1===(t??!1)||"charts"==this.editor.rightSidebarComponent?this.closeSidebar():this.openSidebar()}get editor(){return this._editor}getGridByModel(t){return this.editor.group.getGridByModel(t.model)}init(t){this._editor=t;const e=t.createComponent;t.createComponent=t=>"charts"===t?(this.chartList||(this.chartList=gt("og-plugin-chart-list"),this.chartList.addEventListener("change",this._onModelChange)),this.chartList.filter=this._filter,this._filter=null,this.chartList):e?e(t):null,t.addEventListener("editor.toolbar.init",(()=>{const e=t.toolbar.toolbar3Config.slice(),i=e.findIndex((t=>"sparklines"===t.id))||0;e.splice(i,0,{type:"togglebutton",id:"charts",icon:{icon:"chart-column"},title:"Charts"}),t.toolbar.toolbar3Config=e})),t.addEventListener("editor.toolbar.action",(t=>{"charts"===t.action.key&&this.toggleSidebar()})),t.addEventListener("grid.init",(t=>{t.grid.plugins.register(new HE)})),t.addEventListener("grid.object.activate",(t=>{t.object instanceof IE&&(this.openSidebar(),this.chartList?this.chartList.filter=t.object.title:this._filter=t.object.title)})),t.addEventListener("grid.object.deactivate",(()=>{this.chartList&&(this.chartList.filter=null)}))}}TE.pluginName="chartEditor";class AE{static init(t){"string"==typeof t?AE.path=t:AE.highcharts=t}static async get(){return this.highcharts||(this.highcharts=await this.load()),this.highcharts}static getSync(){return this.highcharts}static async load(){if(AE.highcharts)return AE.highcharts;const t=window.define;return window.define=void 0,new Promise(((e,i)=>$n.load(`${this.path}/highcharts.js`).then((()=>{window.Highcharts?(AE.highcharts=window.Highcharts,e(window.Highcharts)):i("Failed to load Highcharts")})).catch((t=>{console.error("Failed to load Highcharts",t),i(t)})).then((()=>{window.define=t}))))}}const OE={chart:{styledMode:!0}};async function $E(t){const e=await AE.get(),i={chart:{type:"column",reflow:!1},title:{text:t.title},series:[{type:"column",name:"Corn",data:[387749,28e4,129e3,64300,54e3,34300]},{type:"column",name:"Wheat",data:[45321,14e4,1e4,140500,19500,113500]}]};return e.merge(i,t.getOptions())}async function DE(t,e){const i=await AE.get(),o=await $E(t);return i.chart(e,i.merge(o,OE,{chart:{}}))}const NE=qn`
6580
+ `],XS([os({type:Object})],QS.prototype,"item",void 0),XS([os({type:String})],QS.prototype,"value",void 0),XS([ss("og-dropdown")],QS.prototype,"dropdown",void 0),XS([ss("#btnContent")],QS.prototype,"btnContent",void 0),QS=XS([ts("og-toolbar-colorpicker")],QS);class KS{static init(t){this.path=t}static async get(){return this.xlsx||(this.xlsx=await this.load()),this.xlsx}static getSync(){return this.xlsx}static load(){if(!On.require)throw new Error("AMDLoader is not initialized");return On.require.config({paths:{xlsx:this.path+"/xlsx.full.min"}}),new Promise((t=>On.require(["xlsx"],(()=>t(self.XLSX)))))}}const JS="aaaaaa",tE={bottom:{style:"thin",color:JS},top:{style:"thin",color:JS},right:{style:"thin",color:JS},left:{style:"thin",color:JS}},eE={exportHiddenRows:!0,exportHiddenColumns:!0,gridLines:!0,defaultBorders:!1,dropdownCells:"value"},iE={alignment:{vertical:"center",horizontal:"center"},bold:!0},oE={g:"n",b:"b",t:"s",n:"n",d:"d",dt:"d",s:"s",m:"s",tm:"s",h:"s",a:"z"};function nE(t,e){return(e.exportHiddenColumns?t.columns:t.visibleColumns).map((e=>({level:e.level,wpx:e.width,hidden:null==e.visibleIndex||t.visibleColumns[e.visibleIndex]!=e})))}function rE(t,e){const i=e.exportHiddenRows?t.rows:t.visibleRows,o=t.headerCount,n=new Array(i.length+o);return[...Array(o).keys()].map((t=>n[t]={level:0})),i.map(((e,i)=>n[i+o]={level:e.level,hpt:.75*e.height,hidden:null==e.visibleIndex||t.visibleRows[e.visibleIndex]!=e})),n}function sE(t,e){const i=t.headerCount,o=e.exportHiddenColumns?t=>t.c:e=>t.columns[e.c].visibleIndex,n=t.hiddenCells,r=[];return t.mergedCells.forEach((t=>{n.get(t.r)?.get(t.c)||r.push({s:{c:o(t),r:t.r+i},e:{c:o(t)+t.cs-1,r:t.r+i+t.rs-1}})})),t.mergedHeaders.forEach((t=>{t.h?.hidden||r.push({s:{c:o(t),r:t.r},e:{c:o(t)+t.cs-1,r:t.r+t.rs-1}})})),r}function aE(t,e){const i=t.headerCount,o=e.exportHiddenColumns?t.columns:t.visibleColumns,n=dE(e);return[...Array(i).keys()].map((e=>o.map((i=>{const o=i.header[e],r={t:o?"s":"z",s:iE};return o&&(o.html?r.h=`<span>${o.label}</span>`:null!=o.label?r.v=o.label:r.t="z"),n&&(r.s||(r.s={}),r.s=Object.assign({},n,r.s)),null!=o._style&&(r.s=Object.assign({},r.s,hE(t.styles.get(o._style)))),r}))))}function lE(t){return{rgb:t}}function cE(t){return{style:t.style,color:lE(t.color)}}function hE(t){const e={};return t.color&&(e.color=lE(t.color)),t.bgColor&&(e.bgColor=lE(t.bgColor)),t.fgColor&&(e.fgColor=lE(t.fgColor)),t.patternType&&(e.patternType=t.patternType),t.alignment&&(e.alignment=t.alignment),null!=t.bold&&(e.bold=t.bold),t.sz&&(e.sz=t.sz),t.bottom&&(e.bottom=cE(t.bottom)),t.top&&(e.top=cE(t.top)),t.right&&(e.right=cE(t.right)),t.left&&(e.left=cE(t.left)),null!=t.angle&&(e.angle=t.angle),t.stops&&(e.stops=t.stops.map((t=>({v:t.v,rgb:t.rgb})))),e}function dE(t){const e=!0===t.defaultBorders?tE:t.defaultBorders;return e?function(t){const e={};return t.bottom&&(e.bottom=cE(t.bottom)),t.top&&(e.top=cE(t.top)),t.right&&(e.right=cE(t.right)),t.left&&(e.left=cE(t.left)),e}(e):null}function uE(t,e){e=vE(e);const i=t.headerCount,o=new ow(t),n=new Array(i+t.rows.length),r=new Map,s=dE(e),a=t.options.dateFormat||"yyyy-MM-dd",l="displayValue"==e.dropdownCells;aE(t,e).forEach(((t,e)=>n[e]=t));const c=e.exportHiddenRows?t.rows:t.visibleRows,h=e.exportHiddenColumns?t.columns:t.visibleColumns;return c.forEach(((t,e)=>n[e+i]=h.map((e=>{const n=t.cell(e.index),c=oE[n.type],h={t:n.hasValue?c:"z"};n.hasFormula?h.f=i>0?o.getFormula(n).clone().shift({index:0,offset:i,direction:"down"}).toExcelString():o?o.getFormula(n).toExcelString():n.formula:n.hasValue&&!n.isSpilled&&("s"==h.t?h.v=l?n.formattedValue.toString():n.value.toString():"z"!=h.t&&(h.v=n.value),"g"==n.type?Z(h.v)?h.t="s":h.t="n":"d"==n.type&&K(h.v)&&(h.t="n",h.z=a));const d=n.composedStyle;if(d&&(r.has(d.id)||r.set(d.id,hE(d)),h.s={...r.get(d.id)}),function(t,e){const i=t.calculatedIndent;i>0&&(e.s||(e.s={}),e.s.alignment||(e.s.alignment={}),e.s.alignment.indent=i)}(n,h),n.hasComment){const t=n.model.comments.get(n.address);h.c=t.filter((t=>(t.text??"").length>0)).map((t=>({a:t.author?t.author.name??t.author.id:"",t:t.text}))),h.c.hidden=!0}return null==h.z&&("n"==h.t?h.z=n.format??"General":"d"==h.t&&(h.z=n.format??a)),"n"!=h.t&&"d"!=h.t||null!=h.z||(h.z=n.format??("d"==h.t?a:"General")),s&&(h.s||(h.s={}),h.s=Object.assign({},s,h.s)),h})))),n}function pE(t,e){return t||e?{t:(t=Object.assign({},e,t)).t,v:t.v,color:lE(t.color)}:null}function gE(t){const e=t.headerCount;return t.conditionalFormats.getSourceData().map((t=>({ref:iv.fromA1s(t.ranges).map((t=>t.shiftDown(0,e,null,!0).A1)).join(" "),t:t.type,f:t.condition&&Bm(t.condition[0])?"A1"+t.condition:t.condition??null,s:t.style?hE(t.style):null,stop:t.stop,cmin:pE(t.cmin,"bar"==t.type?{t:"min",color:t.color}:null),cmid:t.cmid?pE(t.cmid,{v:50,t:"percentile"}):null,cmax:pE(t.cmax,"bar"==t.type?{t:"max",color:t.color}:null),color:lE(t.color),v:t.v,thresh:t.thresh})))}function fE(t){return null==t.options.rowTree.reversed?t.rows.length<2?"above":t.rows[0].level>t.rows[1].level?"below":"above":t.options.rowTree.reversed?"below":"above"}function mE(t){return null==t.options.columnTree.reversed?t.columns.length<2?"left":t.columns[0].level>t.columns[1].level?"right":"left":t.options.columnTree.reversed?"right":"left"}const vE=t=>{const e=Object.assign({},eE,t);return e.defaultBorders&&(e.defaultBorders=tE),e};function bE(t,e){e=vE(e);const i={};return i["!cols"]=nE(t,e),i["!rows"]=rE(t,e),i["!merges"]=sE(t,e),i["!condfmt"]=gE(t),i["!outline"]={above:"above"==fE(t),left:"left"==mE(t)},t.options.freezeLeft||t.options.freezeTop?i["!freeze"]=`${rv(t.options.freezeLeft)}${t.headerCount+t.options.freezeTop+1}`:t.headerCount>0&&(i["!freeze"]=`A${t.headerCount+1}`),i["!gridlines"]=e.gridLines,i["!print"]={},i}async function yE(t,e){const i=KS.get(),o=i instanceof Promise?await i:i;e=vE(e);const n=o.utils.book_new();return t.forEach(((t,i)=>{t.calculations.evaluateAll();const r={...e,...t.exportOptions},s=o.utils.sheet_add_aoa(bE(t,r),uE(t,r));let a=t.name||`Sheet${i+1}`;t.name=a,a.length>31&&(a=a.substring(0,31)),o.utils.book_append_sheet(n,s,a)})),n.Workbook=n.Workbook||{},t.forEach((t=>{const e=n.SheetNames.indexOf(t.name);e<0||(n.Workbook.Sheets||(n.Workbook.Sheets=[]),n.Workbook.Sheets[e]||(n.Workbook.Sheets[e]={}),t.tab?.hidden&&(n.Workbook.Sheets[e].Hidden=2))})),n}async function wE(t,e=null){const i=KS.get(),o=i instanceof Promise?await i:i;return e?o.writeFile(t,e,{cellStyles:!0,bookSST:!0}):o.writeXLSX(t,{cellStyles:!0,bookSST:!0,type:"buffer"})}const xE={b:"b",s:"t",n:"n",d:"d",z:"g",e:"t"};function kE(t){return t.rgb}function CE(t){return{color:kE(t.color),style:t.style}}function ME(t){const e={};return t.color&&(e.color=kE(t.color)),t.bgColor&&(e.bgColor=kE(t.bgColor)),t.fgColor&&(e.fgColor=kE(t.fgColor)),e.fgColor||"000000"!=e.color||(e.color=null),t.alignment&&(e.alignment=t.alignment),t.bold&&(e.bold=t.bold),t.sz&&(e.sz=t.sz),t.top&&(e.top=CE(t.top)),t.bottom&&(e.bottom=CE(t.bottom)),t.left&&(e.left=CE(t.left)),t.right&&(e.right=CE(t.right)),e}function _E(t,e){const i=t["!ref"]?iv.fromA1(t["!ref"]):iv.fromA1("A1:T100"),o={},n={};if(t["!freeze"]){const e=iv.fromA1(t["!freeze"]);n.freezeLeft=e.c1,n.freezeTop=e.r1}return o.options=n,o.rows=function(t,e){const i=t["!rows"]??[],o=new Array(e);let n;for(let t=0;t<e;t++)n=i[t],o[t]={l:(n?n.level:0)||0,h:n?n.hpx:null};return o}(t,i.r2+1),o.columns=function(t,e){const i=t["!cols"]??[],o=new Array(e);let n;for(let t=0;t<e;t++)n=i[t],o[t]={l:(n?n.level:0)||0,w:n?n.wpx:null};return o}(t,i.c2+1),o.cells=function(t){const e=[],i=new Map;(t["!merges"]??[]).forEach((t=>{const e=new iv(t.s.c,t.s.r);i.set(e.A1,{c:t.s.c,cs:t.e.c-t.s.c+1,r:t.s.r,rs:t.e.r-t.s.r+1})}));for(const o in t){if("!"==o[0])continue;const n=t[o],r=iv.fromA1(o),s={r:r.r1,c:r.c1,t:xE[n.t]},a=i.get(o);a&&(s.cs=a.cs,s.rs=a.rs),n.s&&(s.s=ME(n.s)),n.f?s.f=mv(n.f):s.v=n.v,["n","d"].includes(n.t)&&null!=n.z&&"General"!=n.z&&(s.z=Ko(n.z,"d")),e.push(s)}return e}(t),o.names=e,o.rules=function(t){return t["!condfmt"]?.filter((t=>["formula","scale","bar"].includes(t.t))).map((t=>{const e={type:t.t,ranges:t.ref.toString().replace(/\s/g,";")};return e.style=t.s?ME(t.s):null,e.cmin=t.cmin?{t:t.cmin.t,color:t.cmin.color?kE(t.cmin.color):null}:null,e.cmid=t.cmid?{t:t.cmid.t,color:t.cmid.color?kE(t.cmid.color):null}:null,e.cmax=t.cmax?{t:t.cmax.t,color:t.cmax.color?kE(t.cmax.color):null}:null,e.color=t.color?kE(t.color):null,e.condition=t.f,e.stop=!0,e}))}(t),o}function SE(t){const e=new Map;return t.Workbook.Names.forEach((({Name:t,Ref:i})=>{const[o,n]=i.split("!");if(!n)return;let r=e.get(o);r||e.set(o,r=[]);const s=iv.fromA1(n);s.c1Anchor&&!s.r1Anchor?(s.r1=0,s.r2=1/0):!s.c1Anchor&&s.r1Anchor&&(s.c1=0,s.c2=1/0),s.removeAnchors(),r.push({name:t,ref:s.A1})})),e}async function EE(t,e){return performance.mark("start_import"),LE(await t.arrayBuffer(),e)}function zE(t){const e=SE(t);performance.mark("sheets_start");const i={models:[],layout:{items:[{tabs:[]}]}};for(const o in t.Sheets)performance.mark(`sheet_start_${o}`),i.layout.items[0].tabs.push({id:o}),i.models.push({..._E(t.Sheets[o],e.get(o)),name:o}),performance.mark(`sheet_end_${o}`);return performance.mark("sheets_end"),i}async function LE(t,e){performance.mark("array_buffer");const i=t instanceof ArrayBuffer?new Uint8Array(t):t,o=(await KS.get()).read(i,Object.assign({cellNF:!0,cellText:!1,cellStyles:!0,type:"buffer"},e||{}));return performance.mark("wb_read"),zE(o)}class RE extends rd{init(t){KS.get(),t.commands.register({section:"plugin",name:"export xlsx",fn:async()=>{const e=t.getGridContainer().model.models;wE(await yE(Array.from(e,(t=>t[1]))),"export.xlsx")}}),t.addEventListener("drop",(async e=>{if(e.preventDefault(),e.dataTransfer.files.length){const i=e.dataTransfer.files[0];t.setSourceData(await EE(i))}}))}}RE.pluginName="xlsx";class IE{get dataRange(){return this._dataRange}set dataRange(t){this._dataRange=t,this.invalidateData()}get seriesRange(){return this._seriesRange}set seriesRange(t){this._seriesRange=t,this.invalidateData()}get categoriesRange(){return this._categoriesRange}set categoriesRange(t){this._categoriesRange=t,this.invalidateData()}get title(){return this._title}set title(t){this._title=t,this.invalidateData()}get size(){return this._size}set size(t){this._size=t}get location(){return this._location}set location(t){this._location=t,this.invalidateData()}get type(){return this._type}set type(t){this._type=t,this.invalidateData()}get grouping(){return this._grouping}set grouping(t){this._grouping=t,this.invalidateData()}get datasheetName(){return this.dataRange?.sheet}get dependencies(){if(this._dependencies)return this._dependencies;if(this._dependencies=new Set,this.seriesRange)for(const t of this.seriesRange.cells())this._dependencies.add(t.A1);if(this.categoriesRange)for(const t of this.categoriesRange.cells())this._dependencies.add(t.A1);if(this.dataRange)for(const t of this.dataRange.cells())this._dependencies.add(t.A1);return this._dependencies}invalidateData(){this._options=void 0,this._dependencies=void 0}constructor(t,e){this.model=t,this._inverted=!1,this.populate(e),this.init()}populate(t){this._dataRange=iv.fromA1(t.dataRange),this._title=t.title,this._size=t.size,this._location=t.location,this._type=t.type,this._grouping=t.grouping,this.zIndex=t.zIndex,t.seriesRange&&(this._seriesRange=iv.fromA1(t.seriesRange)),t.categoriesRange&&(this._categoriesRange=iv.fromA1(t.categoriesRange))}getSourceData(){return{dataRange:this.dataRange.A1,seriesRange:this.seriesRange?.A1,categoriesRange:this.categoriesRange?.A1,title:this.title,size:this.size,location:this.location,type:this.type,grouping:this.grouping,zIndex:this.zIndex}}getSeriesData(t,e){return t.map(((t,i)=>{return{type:this.type,name:e[i],stacking:(o=this.grouping,"stacked"===o?"normal":"percentStacked"===o?"percent":void 0),data:t.map((t=>({y:t})))};var o}))}init(){if(this._options)return this._options;let t,e,i=this.model.getValueMatrix(this.dataRange);this.seriesRange&&(this._inverted=this.seriesRange.isColumn,t=this.model.getValueMatrix(this.seriesRange).flat()),this.categoriesRange&&(this._inverted=this.seriesRange.isRow,e=this.model.getValueMatrix(this.categoriesRange).flat()),this._inverted||(i=En(i));const o=i.length,n=i[0].length;return t||(t=Array.from({length:o},((t,e)=>`Series ${e+1}`))),e||(e=Array.from({length:n},((t,e)=>(e+1).toString()))),this._options={plotOptions:{},series:this.getSeriesData(i,t),xAxis:{categories:e}},"pie"==this.type&&(this._options.plotOptions.pie={dataLabels:{enabled:!1},showInLegend:!0},this._options.series[0].data.forEach(((t,i)=>{t.name=e[i]})),this._options.series=[this._options.series[0]]),this._options}getOptions(){return this._options||this.init(),this._options}}class HE extends rd{constructor(){super(...arguments),this.charts=new Map,this.dependencies=new Map,this.grids=new Set,this.getChartFactory=t=>()=>{const e=gt("og-plugin-chart");return e.model=t,this.charts.set(t.index,e),e},this._onEdit=t=>{const e=this.getAffectedModels(t.grid.model.name,t.cells.map((t=>t.address)));e.forEach((t=>this.charts.get(t)?.refresh()))}}get models(){return this.grid.model.otherModels[HE.pluginName]}getChartByModel(t){return this.charts.get(t.index)}getAffectedModels(t,e){const i=new Set;return e.forEach((e=>{const o=this.dependencies.get(t)?.get(e);o&&o.forEach((t=>i.add(t)))})),Array.from(i)}addModel(t){const e=new IE(this.grid.model,t);e.index=this.models.size;const i=e.datasheetName||this.grid.model.name,o=this.dependencies.get(i)??new Map;if(this.dependencies.set(i,o),null==e.title&&(e.title=`Chart #${this.models.size+1}`),e.dependencies.forEach((t=>{const i=o.get(t)||[];i.push(e.index),o.set(t,i)})),this.models.add(e),this.grid.objects.add({model:e,createComponent:this.getChartFactory(e)}),i){const t=this.grid.getConnectedGrid(i);this.grids.has(t)||(t.addEventListener("grid.edit",this._onEdit),this.grids.add(t))}return e}clear(){this.models.clear(),this.charts=new Map,this.dependencies=new Map}init(t){this.grid=t,t.model.otherModels[HE.pluginName]=new Set,t.addEventListener("grid.loadmodel",(t=>{this.clear(),t.grid.model.otherSourceData.charts&&t.grid.model.otherSourceData.charts.forEach((t=>this.addModel(t)))})),t.addEventListener("grid.edit",this._onEdit),this.grids.add(t)}}HE.pluginName="charts";class TE extends rd{constructor(){super(...arguments),this._onModelChange=t=>{this.getGridByModel(t.value).plugins.get("charts").getChartByModel(t.value).refresh()},this.openSidebar=()=>this.editor.rightSidebarComponent="charts",this.closeSidebar=()=>this.editor.rightSidebarComponent=null,this.toggleSidebar=(t=null)=>!1===(t??!1)||"charts"==this.editor.rightSidebarComponent?this.closeSidebar():this.openSidebar()}get editor(){return this._editor}getGridByModel(t){return this.editor.group.getGridByModel(t.model)}init(t){this._editor=t;const e=t.createComponent;t.createComponent=t=>"charts"===t?(this.chartList||(this.chartList=gt("og-plugin-chart-list"),this.chartList.addEventListener("change",this._onModelChange)),this.chartList.filter=this._filter,this._filter=null,this.chartList):e?e(t):null,t.addEventListener("editor.toolbar.init",(()=>{const e=t.toolbar.toolbar3Config.slice(),i=e.findIndex((t=>"sparklines"===t.id))||0;e.splice(i,0,{type:"togglebutton",id:"charts",icon:{icon:"chart-column"},title:"Charts"}),t.toolbar.toolbar3Config=e})),t.addEventListener("editor.toolbar.action",(t=>{"charts"===t.action.key&&this.toggleSidebar()})),t.addEventListener("grid.init",(t=>{t.grid.plugins.register(new HE)})),t.addEventListener("grid.object.activate",(t=>{t.object instanceof IE&&(this.openSidebar(),this.chartList?this.chartList.filter=t.object.title:this._filter=t.object.title)})),t.addEventListener("grid.object.deactivate",(()=>{this.chartList&&(this.chartList.filter=null)}))}}TE.pluginName="chartEditor";class AE{static init(t){"string"==typeof t?AE.path=t:AE.highcharts=t}static async get(){return this.highcharts||(this.highcharts=await this.load()),this.highcharts}static getSync(){return this.highcharts}static async load(){if(AE.highcharts)return AE.highcharts;const t=window.define;return window.define=void 0,new Promise(((e,i)=>$n.load(`${this.path}/highcharts.js`).then((()=>{window.Highcharts?(AE.highcharts=window.Highcharts,e(window.Highcharts)):i("Failed to load Highcharts")})).catch((t=>{console.error("Failed to load Highcharts",t),i(t)})).then((()=>{window.define=t}))))}}const OE={chart:{styledMode:!0}};async function $E(t){const e=await AE.get(),i={chart:{type:"column",reflow:!1},title:{text:t.title},series:[{type:"column",name:"Corn",data:[387749,28e4,129e3,64300,54e3,34300]},{type:"column",name:"Wheat",data:[45321,14e4,1e4,140500,19500,113500]}]};return e.merge(i,t.getOptions())}async function DE(t,e){const i=await AE.get(),o=await $E(t);return i.chart(e,i.merge(o,OE,{chart:{}}))}const NE=qn`
6574
6581
  * {
6575
6582
  box-sizing: border-box;
6576
6583
  }
@@ -7920,4 +7927,4 @@ milkdown-block-handle {
7920
7927
  `:null}
7921
7928
  </div>
7922
7929
  </og-panel>
7923
- `:null,this.addEventListener("mousedown",(t=>t.stopPropagation()))}getTypeIndex(t){const e=this.types.findIndex((e=>e.type==t.type&&e.grouping==(t.grouping||"standard")));return e>-1?e:null}updateModel(){if(this.editTitle=!1,!this.model)return;this.titleInput&&(this.model.title=this.titleInput.value);const t=this.types[this.typeList.value];this.model.type=t.type,this.model.grouping=t.grouping,this.model.categoriesRange=this.categoryRangeInput?.value?iv.fromA1(this.categoryRangeInput.value):null,this.model.seriesRange=this.seriesRangeInput?.value?iv.fromA1(this.seriesRangeInput.value):null,this.model.dataRange=iv.fromA1(this.dataRangeInput.value),this.dispatchEvent(new Ln({value:this.model}))}async updated(){this.editTitle&&this.titleInput&&(await this.titleInput.updateComplete,this.titleInput.focus(),this.titleInput.selectAll())}};qE.styles=[UE],GE([os({type:Object})],qE.prototype,"model",void 0),GE([ns()],qE.prototype,"editTitle",void 0),GE([ss("#title")],qE.prototype,"titleInput",void 0),GE([ss("#type")],qE.prototype,"typeList",void 0),GE([ss("#dataRange")],qE.prototype,"dataRangeInput",void 0),GE([ss("#seriesRange")],qE.prototype,"seriesRangeInput",void 0),GE([ss("#categoryRange")],qE.prototype,"categoryRangeInput",void 0),qE=GE([ts("og-plugin-chart-form")],qE);const YE=ha().themes.get("dark");Object.assign(YE.definition,{"highcharts-title-font-size":"16px","highcharts-subtitle-font-size":"14px","highcharts-color-0":"#2caffe","highcharts-color-1":"#544fc5","highcharts-color-2":"#00e272","highcharts-color-3":"#fe6a35","highcharts-color-4":"#6b8abc","highcharts-color-5":"#d568fb","highcharts-color-6":"#2ee0ca","highcharts-color-7":"#fa4b42","highcharts-color-8":"#feb56a","highcharts-color-9":"#91e8e1","highcharts-background-color":"rgb(48, 48, 48)","highcharts-neutral-color-100":"rgb(255, 255, 255)","highcharts-neutral-color-80":"rgb(214, 214, 214)","highcharts-neutral-color-60":"rgb(173, 173, 173)","highcharts-neutral-color-40":"rgb(133, 133, 133)","highcharts-neutral-color-20":"rgb(92, 92, 92)","highcharts-neutral-color-10":"rgb(71, 71, 71)","highcharts-neutral-color-5":"rgb(61, 61, 61)","highcharts-neutral-color-3":"rgb(57, 57, 57)","highcharts-highlight-color-100":"rgb(122, 167, 255)","highcharts-highlight-color-80":"rgb(108, 144, 214)","highcharts-highlight-color-60":"rgb(94, 121, 173)","highcharts-highlight-color-20":"rgb(65, 74, 92)","highcharts-highlight-color-10":"rgb(58, 63, 71)"});const ZE=ha().themes.get("light");Object.assign(ZE.definition,{"highcharts-title-font-size":"16px","chart-background-color":"#2a2a2b","highcharts-color-0":"#2caffe","highcharts-color-1":"#544fc5","highcharts-color-2":"#00e272","highcharts-color-3":"#fe6a35","highcharts-color-4":"#6b8abc","highcharts-color-5":"#d568fb","highcharts-color-6":"#2ee0ca","highcharts-color-7":"#fa4b42","highcharts-color-8":"#feb56a","highcharts-color-9":"#91e8e1","highcharts-background-color":"#ffffff","highcharts-neutral-color-100":"#000000","highcharts-neutral-color-80":"#333333","highcharts-neutral-color-60":"#666666","highcharts-neutral-color-40":"#999999","highcharts-neutral-color-20":"#cccccc","highcharts-neutral-color-10":"#e6e6e6","highcharts-neutral-color-5":"#f2f2f2","highcharts-neutral-color-3":"#f7f7f7","highcharts-highlight-color-100":"#0022ff","highcharts-highlight-color-80":"#334eff","highcharts-highlight-color-60":"#667aff","highcharts-highlight-color-20":"#ccd3ff","highcharts-highlight-color-10":"#e6e9ff","highcharts-positive-color":"#06b535","highcharts-negative-color":"#f21313","highcharts-annotation-color-0":"rgba(130, 170, 255, 0.4)","highcharts-annotation-color-1":"rgba(139, 191, 216, 0.4)","highcharts-annotation-color-2":"rgba(150, 216, 192, 0.4)","highcharts-annotation-color-3":"rgba(156, 229, 161, 0.4)","highcharts-annotation-color-4":"rgba(162, 241, 130, 0.4)","highcharts-annotation-color-5":"rgba(169, 255, 101, 0.4)"});var XE=i(2439),QE=i(8022),KE=i(6158),JE=i(127),tz=i(4505),ez=i(8659),iz=i(397),oz=i(930),nz=i(9723),rz=i(6343),sz=i(4582),az=i(6127),lz=i(8238),cz=i(7362),hz=i(452),dz=i(5390),uz=i(3368),pz=i(6288),gz=i(7513),fz=i(1386),mz=i(5764),vz=i(1261),bz=i(3071),yz=i(3285),wz=i(2356),xz=i(6780),kz=i(8542),Cz=i(8385),Mz=i(1025),_z=i(2034),Sz=i(8113),Ez=i(1821),zz=i(7212),Lz=i(2583),Rz=i(5360),Iz=i(2377),Hz=i(2864),Tz=i(7998),Az=i(4101),Oz=i(7813),$z=i(5037),Dz=i(7005),Nz=i(9626),Pz=i(9517),jz=i(1504),Vz=i(3838),Bz=i(4935),Fz=i(7699),Wz=i(3322),Uz=i(5757),Gz=i(536),qz=i(1673),Yz=i(8736),Zz=i(196),Xz=i(5133),Qz=i(6092),Kz=i(791),Jz=i(5927),tL=i(1802),eL=i(9511),iL=i(6267),oL=i(1072),nL=i(4331),rL=i(8644),sL=i(2704),aL=i(2419),lL=i(6363),cL=i(5236),hL=i(3499),dL=i(3811),uL=i(1953),pL=i(4729),gL=i(8964),fL=i(8540),mL=i(8752),vL=i(8783),bL=i(8270),yL=i(7261),wL=i(9231),xL=i(4555),kL=i(5293),CL=i(6981),ML=i(5268),_L=i(2680),SL=i(789),EL=i(4373),zL=i(436),LL=i(8573),RL=i(1808),IL=i(3247),HL=i(5143),TL=i(2415),AL=i(2561),OL=i(5726),$L=i(7436),DL=i(4201),NL=i(8248),PL=i(6433),jL=i(2698),VL=i(979),BL=i(9358),FL=i(9176),WL=i(1239),UL=i(4218),GL=i(8377),qL=i(3740),YL=i(5379),ZL=i(9974),XL=i(8955),QL=i(3559),KL=i(809),JL=i(8014),tR=i(8265),eR=i(3300),iR=i(8724),oR=i(8033),nR=i(7700),rR=i(5741),sR=i(3478),aR=i(512),lR=i(9432),cR=i(2841),hR=i(75),dR=i(9256),uR=i(444),pR=i(5633),gR=i(3788),fR=i(3573),mR=i(9948),vR=i(1836),bR=i(7029),yR=i(8532),wR=i(6639),xR=i(1633),kR=i(9805),CR=i(2171),MR=i(875),_R=i(9595),SR=i(3894),ER=i(2803),zR=i(7765),LR=i(8804),RR=i(8654),IR=i(257),HR=i(5844),TR=i(9651),AR=i(760),OR=i(9518),$R=i(4585),DR=i(1769),NR=i(643),PR=i(5156),jR=i(822),VR=i(8249),BR=i(3434),FR=i(9314),WR=i(3093),UR=i(7721),GR=i(588),qR=i(7645),YR=i(7148),ZR=i(6795),XR=i(7047),QR=i(9428),KR=i(1879),JR=i(9779),tI=i(2476),eI=i(9648),iI=i(2896),oI=i(6817),nI=i(5196),rI=i(2762),sI=i(5981),aI=i(9014),lI=i(2611),cI=i(7946),hI=i(6301),dI=i(8020),uI=i(3987),pI=i(3192),gI=i(8796),fI=i(2489),mI=i(7324),vI=i(6069),bI=i(4155),yI=i(6977),wI=i(8055),xI=i(2653),kI=i(9492),CI=i(4334),MI=i(6804),_I=i(9954),SI=i(2211),EI=i(5211),zI=i(1519),LI=i(6204),RI=i(5501),II=i(5244),HI=i(9742),TI=i(1552),AI=i(1330),OI=i(2596),$I=i(5184),DI=i(7675),NI=i(1513),PI=i(9396),jI=i(7673),VI=i(244),BI=i(1187),FI=i(1736),WI=i(4390),UI=i(7106),GI=i(2096),qI=i(9991),YI=i(5629),ZI=i(3386),XI=i(6651),QI=i(1684),KI=i(3849),JI=i(2582),tH=i(8569),eH=i(2955),iH=i(9100),oH=i(7381),nH=i(9190),rH=i(4071),sH=i(8e3),aH=i(4633),lH=i(4374),cH=i(486),hH=i(3680),dH=i(9999),uH=i(2830),pH=i(5255),gH=i(6021),fH=i(2214),mH=i(8497),vH=i(2052),bH=i(5327),yH=i(8701);const wH=[XE.w2,QE.Jt,KE.Xk,JE.Wz,tz.UR,ez.mR,iz.cb,oz.td,nz.GF,sz.xB,rz.S$,az.Ot,lz.fU,cz.Vp,hz.HV,dz.BH,uz.Dn,pz.hy,gz.IP,fz.Nf,mz.jP,vz.AP,bz._X,yz.mu,wz.LB,xz.hS,kz.l5,Cz.SI,Mz.ch,Sz._u,Ez.ec,zz.jb,Lz.cW,Rz.$f,Iz.qI,Hz.j3,Tz.fq,Az.ao,Oz.Uj,$z.GE,Dz.QR,Nz.DQ,jz.lE,Pz.mE,Vz.hp,Bz.yL,Fz.ub,Wz.lL,Uz.IN,Gz.B0,qz.Ce,Yz.dm,Zz.h0,Xz.sx,Qz.HF,Kz.qf,tL.jw,eL.k8,iL.Am,oL.ff,nL.s6,rL.bx,sL.pS,aL.k6,lL.q9,cL.$F,hL.gK,dL.W1,uL.QL,pL.EZ,gL.DN,fL.Jy,mL.z1,vL.Gl,bL.n2,Jz.Ew,yL.QL,wL.ck,xL.I2,kL.Qv,CL.CK,ML.bn,_L.bx,SL.e6,EL.yy,zL.xg,LL.AJ,RL.py,IL.I0,HL.id,TL.qp,AL.UX,OL.PA,$L.B2,DL.It,NL.PZ,PL.aG,jL.$U,VL.S9,BL.Nb,FL.Z4,WL.qz,UL.jw,GL.cd,qL.jR,YL.qt,ZL.x7,XL.oE,QL.ad,KL.IT,JL.Ts,tR.UN,eR.jb,iR.jT,oR.w9,nR.Jm,rR.CQ,_z.$6,sR.Dw,aR.nx,lR.w2,cR.Jt,hR.Xk,dR.Wz,uR.UR,pR.mR,gR.cb,fR.td,mR.GF,bR.xB,vR.S$,wR.fU,yR.Ot,xR.Vp,kR.HV,CR.BH,MR.Dn,_R.hy,SR.IP,ER.Nf,zR.jP,LR.AP,AR._X,OR.mu,$R.LB,DR.hS,NR.l5,PR.SI,jR.ch,BR._u,FR.ec,WR.jb,ZR.cW,XR.$f,QR.qI,KR.j3,JR.fq,tI.ao,eI.Uj,iI.GE,RR.QR,IR.DQ,TR.lE,HR.mE,oI.hp,nI.yL,rI.ub,sI.lL,aI.IN,lI.B0,cI.Ce,hI.dm,UR.h0,GR.sx,qR.HF,YR.qf,uI.jw,pI.k8,gI.Am,fI.ff,mI.s6,vI.bx,bI.pS,yI.k6,wI.q9,xI.$F,kI.gK,CI.W1,MI.QL,_I.EZ,SI.DN,EI.Jy,zI.z1,LI.Gl,RI.n2,dI.Ew,II.QL,HI.ck,TI.I2,AI.Qv,OI.CK,$I.bn,DI.bx,NI.e6,PI.yy,jI.xg,VI.AJ,BI.py,FI.I0,WI.id,UI.qp,GI.UX,qI.PA,YI.B2,ZI.It,XI.PZ,QI.aG,KI.$U,JI.S9,tH.Nb,eH.Z4,iH.qz,oH.jw,nH.cd,rH.jR,sH.qt,aH.x7,lH.oE,cH.ad,hH.IT,dH.Ts,uH.UN,pH.jb,gH.jT,fH.w9,mH.Jm,vH.CQ,VR.$6,bH.Dw,yH.nx],xH={xlsx:P,charts:j},kH={name:"@omegagrid/bundle",version:"0.6.8"};ha().activate("light"),Rh.styleDefault="fal",Ih.add(...wH)})(),window.Omegagrid=o})();
7930
+ `:null,this.addEventListener("mousedown",(t=>t.stopPropagation()))}getTypeIndex(t){const e=this.types.findIndex((e=>e.type==t.type&&e.grouping==(t.grouping||"standard")));return e>-1?e:null}updateModel(){if(this.editTitle=!1,!this.model)return;this.titleInput&&(this.model.title=this.titleInput.value);const t=this.types[this.typeList.value];this.model.type=t.type,this.model.grouping=t.grouping,this.model.categoriesRange=this.categoryRangeInput?.value?iv.fromA1(this.categoryRangeInput.value):null,this.model.seriesRange=this.seriesRangeInput?.value?iv.fromA1(this.seriesRangeInput.value):null,this.model.dataRange=iv.fromA1(this.dataRangeInput.value),this.dispatchEvent(new Ln({value:this.model}))}async updated(){this.editTitle&&this.titleInput&&(await this.titleInput.updateComplete,this.titleInput.focus(),this.titleInput.selectAll())}};qE.styles=[UE],GE([os({type:Object})],qE.prototype,"model",void 0),GE([ns()],qE.prototype,"editTitle",void 0),GE([ss("#title")],qE.prototype,"titleInput",void 0),GE([ss("#type")],qE.prototype,"typeList",void 0),GE([ss("#dataRange")],qE.prototype,"dataRangeInput",void 0),GE([ss("#seriesRange")],qE.prototype,"seriesRangeInput",void 0),GE([ss("#categoryRange")],qE.prototype,"categoryRangeInput",void 0),qE=GE([ts("og-plugin-chart-form")],qE);const YE=ha().themes.get("dark");Object.assign(YE.definition,{"highcharts-title-font-size":"16px","highcharts-subtitle-font-size":"14px","highcharts-color-0":"#2caffe","highcharts-color-1":"#544fc5","highcharts-color-2":"#00e272","highcharts-color-3":"#fe6a35","highcharts-color-4":"#6b8abc","highcharts-color-5":"#d568fb","highcharts-color-6":"#2ee0ca","highcharts-color-7":"#fa4b42","highcharts-color-8":"#feb56a","highcharts-color-9":"#91e8e1","highcharts-background-color":"rgb(48, 48, 48)","highcharts-neutral-color-100":"rgb(255, 255, 255)","highcharts-neutral-color-80":"rgb(214, 214, 214)","highcharts-neutral-color-60":"rgb(173, 173, 173)","highcharts-neutral-color-40":"rgb(133, 133, 133)","highcharts-neutral-color-20":"rgb(92, 92, 92)","highcharts-neutral-color-10":"rgb(71, 71, 71)","highcharts-neutral-color-5":"rgb(61, 61, 61)","highcharts-neutral-color-3":"rgb(57, 57, 57)","highcharts-highlight-color-100":"rgb(122, 167, 255)","highcharts-highlight-color-80":"rgb(108, 144, 214)","highcharts-highlight-color-60":"rgb(94, 121, 173)","highcharts-highlight-color-20":"rgb(65, 74, 92)","highcharts-highlight-color-10":"rgb(58, 63, 71)"});const ZE=ha().themes.get("light");Object.assign(ZE.definition,{"highcharts-title-font-size":"16px","chart-background-color":"#2a2a2b","highcharts-color-0":"#2caffe","highcharts-color-1":"#544fc5","highcharts-color-2":"#00e272","highcharts-color-3":"#fe6a35","highcharts-color-4":"#6b8abc","highcharts-color-5":"#d568fb","highcharts-color-6":"#2ee0ca","highcharts-color-7":"#fa4b42","highcharts-color-8":"#feb56a","highcharts-color-9":"#91e8e1","highcharts-background-color":"#ffffff","highcharts-neutral-color-100":"#000000","highcharts-neutral-color-80":"#333333","highcharts-neutral-color-60":"#666666","highcharts-neutral-color-40":"#999999","highcharts-neutral-color-20":"#cccccc","highcharts-neutral-color-10":"#e6e6e6","highcharts-neutral-color-5":"#f2f2f2","highcharts-neutral-color-3":"#f7f7f7","highcharts-highlight-color-100":"#0022ff","highcharts-highlight-color-80":"#334eff","highcharts-highlight-color-60":"#667aff","highcharts-highlight-color-20":"#ccd3ff","highcharts-highlight-color-10":"#e6e9ff","highcharts-positive-color":"#06b535","highcharts-negative-color":"#f21313","highcharts-annotation-color-0":"rgba(130, 170, 255, 0.4)","highcharts-annotation-color-1":"rgba(139, 191, 216, 0.4)","highcharts-annotation-color-2":"rgba(150, 216, 192, 0.4)","highcharts-annotation-color-3":"rgba(156, 229, 161, 0.4)","highcharts-annotation-color-4":"rgba(162, 241, 130, 0.4)","highcharts-annotation-color-5":"rgba(169, 255, 101, 0.4)"});var XE=i(2439),QE=i(8022),KE=i(6158),JE=i(127),tz=i(4505),ez=i(8659),iz=i(397),oz=i(930),nz=i(9723),rz=i(6343),sz=i(4582),az=i(6127),lz=i(8238),cz=i(7362),hz=i(452),dz=i(5390),uz=i(3368),pz=i(6288),gz=i(7513),fz=i(1386),mz=i(5764),vz=i(1261),bz=i(3071),yz=i(3285),wz=i(2356),xz=i(6780),kz=i(8542),Cz=i(8385),Mz=i(1025),_z=i(2034),Sz=i(8113),Ez=i(1821),zz=i(7212),Lz=i(2583),Rz=i(5360),Iz=i(2377),Hz=i(2864),Tz=i(7998),Az=i(4101),Oz=i(7813),$z=i(5037),Dz=i(7005),Nz=i(9626),Pz=i(9517),jz=i(1504),Vz=i(3838),Bz=i(4935),Fz=i(7699),Wz=i(3322),Uz=i(5757),Gz=i(536),qz=i(1673),Yz=i(8736),Zz=i(196),Xz=i(5133),Qz=i(6092),Kz=i(791),Jz=i(5927),tL=i(1802),eL=i(9511),iL=i(6267),oL=i(1072),nL=i(4331),rL=i(8644),sL=i(2704),aL=i(2419),lL=i(6363),cL=i(5236),hL=i(3499),dL=i(3811),uL=i(1953),pL=i(4729),gL=i(8964),fL=i(8540),mL=i(8752),vL=i(8783),bL=i(8270),yL=i(7261),wL=i(9231),xL=i(4555),kL=i(5293),CL=i(6981),ML=i(5268),_L=i(2680),SL=i(789),EL=i(4373),zL=i(436),LL=i(8573),RL=i(1808),IL=i(3247),HL=i(5143),TL=i(2415),AL=i(2561),OL=i(5726),$L=i(7436),DL=i(4201),NL=i(8248),PL=i(6433),jL=i(2698),VL=i(979),BL=i(9358),FL=i(9176),WL=i(1239),UL=i(4218),GL=i(8377),qL=i(3740),YL=i(5379),ZL=i(9974),XL=i(8955),QL=i(3559),KL=i(809),JL=i(8014),tR=i(8265),eR=i(3300),iR=i(8724),oR=i(8033),nR=i(7700),rR=i(5741),sR=i(3478),aR=i(512),lR=i(9432),cR=i(2841),hR=i(75),dR=i(9256),uR=i(444),pR=i(5633),gR=i(3788),fR=i(3573),mR=i(9948),vR=i(1836),bR=i(7029),yR=i(8532),wR=i(6639),xR=i(1633),kR=i(9805),CR=i(2171),MR=i(875),_R=i(9595),SR=i(3894),ER=i(2803),zR=i(7765),LR=i(8804),RR=i(8654),IR=i(257),HR=i(5844),TR=i(9651),AR=i(760),OR=i(9518),$R=i(4585),DR=i(1769),NR=i(643),PR=i(5156),jR=i(822),VR=i(8249),BR=i(3434),FR=i(9314),WR=i(3093),UR=i(7721),GR=i(588),qR=i(7645),YR=i(7148),ZR=i(6795),XR=i(7047),QR=i(9428),KR=i(1879),JR=i(9779),tI=i(2476),eI=i(9648),iI=i(2896),oI=i(6817),nI=i(5196),rI=i(2762),sI=i(5981),aI=i(9014),lI=i(2611),cI=i(7946),hI=i(6301),dI=i(8020),uI=i(3987),pI=i(3192),gI=i(8796),fI=i(2489),mI=i(7324),vI=i(6069),bI=i(4155),yI=i(6977),wI=i(8055),xI=i(2653),kI=i(9492),CI=i(4334),MI=i(6804),_I=i(9954),SI=i(2211),EI=i(5211),zI=i(1519),LI=i(6204),RI=i(5501),II=i(5244),HI=i(9742),TI=i(1552),AI=i(1330),OI=i(2596),$I=i(5184),DI=i(7675),NI=i(1513),PI=i(9396),jI=i(7673),VI=i(244),BI=i(1187),FI=i(1736),WI=i(4390),UI=i(7106),GI=i(2096),qI=i(9991),YI=i(5629),ZI=i(3386),XI=i(6651),QI=i(1684),KI=i(3849),JI=i(2582),tH=i(8569),eH=i(2955),iH=i(9100),oH=i(7381),nH=i(9190),rH=i(4071),sH=i(8e3),aH=i(4633),lH=i(4374),cH=i(486),hH=i(3680),dH=i(9999),uH=i(2830),pH=i(5255),gH=i(6021),fH=i(2214),mH=i(8497),vH=i(2052),bH=i(5327),yH=i(8701);const wH=[XE.w2,QE.Jt,KE.Xk,JE.Wz,tz.UR,ez.mR,iz.cb,oz.td,nz.GF,sz.xB,rz.S$,az.Ot,lz.fU,cz.Vp,hz.HV,dz.BH,uz.Dn,pz.hy,gz.IP,fz.Nf,mz.jP,vz.AP,bz._X,yz.mu,wz.LB,xz.hS,kz.l5,Cz.SI,Mz.ch,Sz._u,Ez.ec,zz.jb,Lz.cW,Rz.$f,Iz.qI,Hz.j3,Tz.fq,Az.ao,Oz.Uj,$z.GE,Dz.QR,Nz.DQ,jz.lE,Pz.mE,Vz.hp,Bz.yL,Fz.ub,Wz.lL,Uz.IN,Gz.B0,qz.Ce,Yz.dm,Zz.h0,Xz.sx,Qz.HF,Kz.qf,tL.jw,eL.k8,iL.Am,oL.ff,nL.s6,rL.bx,sL.pS,aL.k6,lL.q9,cL.$F,hL.gK,dL.W1,uL.QL,pL.EZ,gL.DN,fL.Jy,mL.z1,vL.Gl,bL.n2,Jz.Ew,yL.QL,wL.ck,xL.I2,kL.Qv,CL.CK,ML.bn,_L.bx,SL.e6,EL.yy,zL.xg,LL.AJ,RL.py,IL.I0,HL.id,TL.qp,AL.UX,OL.PA,$L.B2,DL.It,NL.PZ,PL.aG,jL.$U,VL.S9,BL.Nb,FL.Z4,WL.qz,UL.jw,GL.cd,qL.jR,YL.qt,ZL.x7,XL.oE,QL.ad,KL.IT,JL.Ts,tR.UN,eR.jb,iR.jT,oR.w9,nR.Jm,rR.CQ,_z.$6,sR.Dw,aR.nx,lR.w2,cR.Jt,hR.Xk,dR.Wz,uR.UR,pR.mR,gR.cb,fR.td,mR.GF,bR.xB,vR.S$,wR.fU,yR.Ot,xR.Vp,kR.HV,CR.BH,MR.Dn,_R.hy,SR.IP,ER.Nf,zR.jP,LR.AP,AR._X,OR.mu,$R.LB,DR.hS,NR.l5,PR.SI,jR.ch,BR._u,FR.ec,WR.jb,ZR.cW,XR.$f,QR.qI,KR.j3,JR.fq,tI.ao,eI.Uj,iI.GE,RR.QR,IR.DQ,TR.lE,HR.mE,oI.hp,nI.yL,rI.ub,sI.lL,aI.IN,lI.B0,cI.Ce,hI.dm,UR.h0,GR.sx,qR.HF,YR.qf,uI.jw,pI.k8,gI.Am,fI.ff,mI.s6,vI.bx,bI.pS,yI.k6,wI.q9,xI.$F,kI.gK,CI.W1,MI.QL,_I.EZ,SI.DN,EI.Jy,zI.z1,LI.Gl,RI.n2,dI.Ew,II.QL,HI.ck,TI.I2,AI.Qv,OI.CK,$I.bn,DI.bx,NI.e6,PI.yy,jI.xg,VI.AJ,BI.py,FI.I0,WI.id,UI.qp,GI.UX,qI.PA,YI.B2,ZI.It,XI.PZ,QI.aG,KI.$U,JI.S9,tH.Nb,eH.Z4,iH.qz,oH.jw,nH.cd,rH.jR,sH.qt,aH.x7,lH.oE,cH.ad,hH.IT,dH.Ts,uH.UN,pH.jb,gH.jT,fH.w9,mH.Jm,vH.CQ,VR.$6,bH.Dw,yH.nx],xH={xlsx:P,charts:j},kH={name:"@omegagrid/bundle",version:"0.6.9"};ha().activate("light"),Rh.styleDefault="fal",Ih.add(...wH)})(),window.Omegagrid=o})();