
    if (!window._bubble_page_load_data) {
        window._bubble_page_load_data = {}
    }
    if (!window._bubble_page_load_data.js_execution_timings) {
      window._bubble_page_load_data.js_execution_timings = {}
    }
    window._bubble_page_load_data.js_execution_timings.static_js_start_execution = Date.now();
window.preloaded = window.preloaded || {};
window.__code__ = window.__code__ || {};
if(!window.__code__['2fd8dfaad68be72d262798d67ad4d9f4183c6b3b649471525098eee42d214775']){window.__code__['2fd8dfaad68be72d262798d67ad4d9f4183c6b3b649471525098eee42d214775']=1;

"use strict";(()=>{var __create=Object.create;var __defProp=Object.defineProperty;var __getOwnPropDesc=Object.getOwnPropertyDescriptor;var __getOwnPropNames=Object.getOwnPropertyNames;var __getProtoOf=Object.getPrototypeOf,__hasOwnProp=Object.prototype.hasOwnProperty;var __esm=(fn,res)=>function(){return fn&&(res=(0,fn[__getOwnPropNames(fn)[0]])(fn=0)),res};var __commonJS=(cb,mod)=>function(){return mod||(0,cb[__getOwnPropNames(cb)[0]])((mod={exports:{}}).exports,mod),mod.exports};var __copyProps=(to,from,except,desc)=>{if(from&&typeof from=="object"||typeof from=="function")for(let key of __getOwnPropNames(from))!__hasOwnProp.call(to,key)&&key!==except&&__defProp(to,key,{get:()=>from[key],enumerable:!(desc=__getOwnPropDesc(from,key))||desc.enumerable});return to};var __toESM=(mod,isNodeMode,target)=>(target=mod!=null?__create(__getProtoOf(mod)):{},__copyProps(isNodeMode||!mod||!mod.__esModule?__defProp(target,"default",{value:mod,enumerable:!0}):target,mod));var init_define_process_env=__esm({"<define:process.env>"(){}});var require_base64_js=__commonJS({"node_modules/base64-js/index.js"(exports){"use strict";init_define_process_env();init_shim();exports.byteLength=byteLength;exports.toByteArray=toByteArray;exports.fromByteArray=fromByteArray;var lookup=[],revLookup=[],Arr=typeof Uint8Array<"u"?Uint8Array:Array,code="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/";for(i=0,len=code.length;i<len;++i)lookup[i]=code[i],revLookup[code.charCodeAt(i)]=i;var i,len;revLookup["-".charCodeAt(0)]=62;revLookup["_".charCodeAt(0)]=63;function getLens(b64){var len2=b64.length;if(len2%4>0)throw new Error("Invalid string. Length must be a multiple of 4");var validLen=b64.indexOf("=");validLen===-1&&(validLen=len2);var placeHoldersLen=validLen===len2?0:4-validLen%4;return[validLen,placeHoldersLen]}function byteLength(b64){var lens=getLens(b64),validLen=lens[0],placeHoldersLen=lens[1];return(validLen+placeHoldersLen)*3/4-placeHoldersLen}function _byteLength(b64,validLen,placeHoldersLen){return(validLen+placeHoldersLen)*3/4-placeHoldersLen}function toByteArray(b64){var tmp,lens=getLens(b64),validLen=lens[0],placeHoldersLen=lens[1],arr=new Arr(_byteLength(b64,validLen,placeHoldersLen)),curByte=0,len2=placeHoldersLen>0?validLen-4:validLen,i2;for(i2=0;i2<len2;i2+=4)tmp=revLookup[b64.charCodeAt(i2)]<<18|revLookup[b64.charCodeAt(i2+1)]<<12|revLookup[b64.charCodeAt(i2+2)]<<6|revLookup[b64.charCodeAt(i2+3)],arr[curByte++]=tmp>>16&255,arr[curByte++]=tmp>>8&255,arr[curByte++]=tmp&255;return placeHoldersLen===2&&(tmp=revLookup[b64.charCodeAt(i2)]<<2|revLookup[b64.charCodeAt(i2+1)]>>4,arr[curByte++]=tmp&255),placeHoldersLen===1&&(tmp=revLookup[b64.charCodeAt(i2)]<<10|revLookup[b64.charCodeAt(i2+1)]<<4|revLookup[b64.charCodeAt(i2+2)]>>2,arr[curByte++]=tmp>>8&255,arr[curByte++]=tmp&255),arr}function tripletToBase64(num){return lookup[num>>18&63]+lookup[num>>12&63]+lookup[num>>6&63]+lookup[num&63]}function encodeChunk(uint8,start,end){for(var tmp,output=[],i2=start;i2<end;i2+=3)tmp=(uint8[i2]<<16&16711680)+(uint8[i2+1]<<8&65280)+(uint8[i2+2]&255),output.push(tripletToBase64(tmp));return output.join("")}function fromByteArray(uint8){for(var tmp,len2=uint8.length,extraBytes=len2%3,parts=[],maxChunkLength=16383,i2=0,len22=len2-extraBytes;i2<len22;i2+=maxChunkLength)parts.push(encodeChunk(uint8,i2,i2+maxChunkLength>len22?len22:i2+maxChunkLength));return extraBytes===1?(tmp=uint8[len2-1],parts.push(lookup[tmp>>2]+lookup[tmp<<4&63]+"==")):extraBytes===2&&(tmp=(uint8[len2-2]<<8)+uint8[len2-1],parts.push(lookup[tmp>>10]+lookup[tmp>>4&63]+lookup[tmp<<2&63]+"=")),parts.join("")}}});var require_ieee754=__commonJS({"node_modules/ieee754/index.js"(exports){init_define_process_env();init_shim();exports.read=function(buffer,offset,isLE,mLen,nBytes){var e,m,eLen=nBytes*8-mLen-1,eMax=(1<<eLen)-1,eBias=eMax>>1,nBits=-7,i=isLE?nBytes-1:0,d=isLE?-1:1,s=buffer[offset+i];for(i+=d,e=s&(1<<-nBits)-1,s>>=-nBits,nBits+=eLen;nBits>0;e=e*256+buffer[offset+i],i+=d,nBits-=8);for(m=e&(1<<-nBits)-1,e>>=-nBits,nBits+=mLen;nBits>0;m=m*256+buffer[offset+i],i+=d,nBits-=8);if(e===0)e=1-eBias;else{if(e===eMax)return m?NaN:(s?-1:1)*(1/0);m=m+Math.pow(2,mLen),e=e-eBias}return(s?-1:1)*m*Math.pow(2,e-mLen)};exports.write=function(buffer,value,offset,isLE,mLen,nBytes){var e,m,c,eLen=nBytes*8-mLen-1,eMax=(1<<eLen)-1,eBias=eMax>>1,rt=mLen===23?Math.pow(2,-24)-Math.pow(2,-77):0,i=isLE?0:nBytes-1,d=isLE?1:-1,s=value<0||value===0&&1/value<0?1:0;for(value=Math.abs(value),isNaN(value)||value===1/0?(m=isNaN(value)?1:0,e=eMax):(e=Math.floor(Math.log(value)/Math.LN2),value*(c=Math.pow(2,-e))<1&&(e--,c*=2),e+eBias>=1?value+=rt/c:value+=rt*Math.pow(2,1-eBias),value*c>=2&&(e++,c/=2),e+eBias>=eMax?(m=0,e=eMax):e+eBias>=1?(m=(value*c-1)*Math.pow(2,mLen),e=e+eBias):(m=value*Math.pow(2,eBias-1)*Math.pow(2,mLen),e=0));mLen>=8;buffer[offset+i]=m&255,i+=d,m/=256,mLen-=8);for(e=e<<mLen|m,eLen+=mLen;eLen>0;buffer[offset+i]=e&255,i+=d,e/=256,eLen-=8);buffer[offset+i-d]|=s*128}}});var require_buffer=__commonJS({"node_modules/node-stdlib-browser/node_modules/buffer/index.js"(exports){"use strict";init_define_process_env();init_shim();var base64=require_base64_js(),ieee754=require_ieee754(),customInspectSymbol=typeof Symbol=="function"&&typeof Symbol.for=="function"?Symbol.for("nodejs.util.inspect.custom"):null;exports.Buffer=Buffer3;exports.SlowBuffer=SlowBuffer;exports.INSPECT_MAX_BYTES=50;var K_MAX_LENGTH=2147483647;exports.kMaxLength=K_MAX_LENGTH;Buffer3.TYPED_ARRAY_SUPPORT=typedArraySupport();!Buffer3.TYPED_ARRAY_SUPPORT&&typeof console<"u"&&typeof console.error=="function"&&console.error("This browser lacks typed array (Uint8Array) support which is required by `buffer` v5.x. Use `buffer` v4.x if you require old browser support.");function typedArraySupport(){try{var arr=new Uint8Array(1),proto={foo:function(){return 42}};return Object.setPrototypeOf(proto,Uint8Array.prototype),Object.setPrototypeOf(arr,proto),arr.foo()===42}catch(e){return!1}}Object.defineProperty(Buffer3.prototype,"parent",{enumerable:!0,get:function(){if(Buffer3.isBuffer(this))return this.buffer}});Object.defineProperty(Buffer3.prototype,"offset",{enumerable:!0,get:function(){if(Buffer3.isBuffer(this))return this.byteOffset}});function createBuffer(length){if(length>K_MAX_LENGTH)throw new RangeError('The value "'+length+'" is invalid for option "size"');var buf=new Uint8Array(length);return Object.setPrototypeOf(buf,Buffer3.prototype),buf}function Buffer3(arg,encodingOrOffset,length){if(typeof arg=="number"){if(typeof encodingOrOffset=="string")throw new TypeError('The "string" argument must be of type string. Received type number');return allocUnsafe(arg)}return from(arg,encodingOrOffset,length)}Buffer3.poolSize=8192;function from(value,encodingOrOffset,length){if(typeof value=="string")return fromString(value,encodingOrOffset);if(ArrayBuffer.isView(value))return fromArrayView(value);if(value==null)throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof value);if(isInstance(value,ArrayBuffer)||value&&isInstance(value.buffer,ArrayBuffer)||typeof SharedArrayBuffer<"u"&&(isInstance(value,SharedArrayBuffer)||value&&isInstance(value.buffer,SharedArrayBuffer)))return fromArrayBuffer(value,encodingOrOffset,length);if(typeof value=="number")throw new TypeError('The "value" argument must not be of type number. Received type number');var valueOf=value.valueOf&&value.valueOf();if(valueOf!=null&&valueOf!==value)return Buffer3.from(valueOf,encodingOrOffset,length);var b=fromObject(value);if(b)return b;if(typeof Symbol<"u"&&Symbol.toPrimitive!=null&&typeof value[Symbol.toPrimitive]=="function")return Buffer3.from(value[Symbol.toPrimitive]("string"),encodingOrOffset,length);throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof value)}Buffer3.from=function(value,encodingOrOffset,length){return from(value,encodingOrOffset,length)};Object.setPrototypeOf(Buffer3.prototype,Uint8Array.prototype);Object.setPrototypeOf(Buffer3,Uint8Array);function assertSize(size){if(typeof size!="number")throw new TypeError('"size" argument must be of type number');if(size<0)throw new RangeError('The value "'+size+'" is invalid for option "size"')}function alloc(size,fill,encoding){return assertSize(size),size<=0?createBuffer(size):fill!==void 0?typeof encoding=="string"?createBuffer(size).fill(fill,encoding):createBuffer(size).fill(fill):createBuffer(size)}Buffer3.alloc=function(size,fill,encoding){return alloc(size,fill,encoding)};function allocUnsafe(size){return assertSize(size),createBuffer(size<0?0:checked(size)|0)}Buffer3.allocUnsafe=function(size){return allocUnsafe(size)};Buffer3.allocUnsafeSlow=function(size){return allocUnsafe(size)};function fromString(string,encoding){if((typeof encoding!="string"||encoding==="")&&(encoding="utf8"),!Buffer3.isEncoding(encoding))throw new TypeError("Unknown encoding: "+encoding);var length=byteLength(string,encoding)|0,buf=createBuffer(length),actual=buf.write(string,encoding);return actual!==length&&(buf=buf.slice(0,actual)),buf}function fromArrayLike(array){for(var length=array.length<0?0:checked(array.length)|0,buf=createBuffer(length),i=0;i<length;i+=1)buf[i]=array[i]&255;return buf}function fromArrayView(arrayView){if(isInstance(arrayView,Uint8Array)){var copy=new Uint8Array(arrayView);return fromArrayBuffer(copy.buffer,copy.byteOffset,copy.byteLength)}return fromArrayLike(arrayView)}function fromArrayBuffer(array,byteOffset,length){if(byteOffset<0||array.byteLength<byteOffset)throw new RangeError('"offset" is outside of buffer bounds');if(array.byteLength<byteOffset+(length||0))throw new RangeError('"length" is outside of buffer bounds');var buf;return byteOffset===void 0&&length===void 0?buf=new Uint8Array(array):length===void 0?buf=new Uint8Array(array,byteOffset):buf=new Uint8Array(array,byteOffset,length),Object.setPrototypeOf(buf,Buffer3.prototype),buf}function fromObject(obj){if(Buffer3.isBuffer(obj)){var len=checked(obj.length)|0,buf=createBuffer(len);return buf.length===0||obj.copy(buf,0,0,len),buf}if(obj.length!==void 0)return typeof obj.length!="number"||numberIsNaN(obj.length)?createBuffer(0):fromArrayLike(obj);if(obj.type==="Buffer"&&Array.isArray(obj.data))return fromArrayLike(obj.data)}function checked(length){if(length>=K_MAX_LENGTH)throw new RangeError("Attempt to allocate Buffer larger than maximum size: 0x"+K_MAX_LENGTH.toString(16)+" bytes");return length|0}function SlowBuffer(length){return+length!=length&&(length=0),Buffer3.alloc(+length)}Buffer3.isBuffer=function(b){return b!=null&&b._isBuffer===!0&&b!==Buffer3.prototype};Buffer3.compare=function(a,b){if(isInstance(a,Uint8Array)&&(a=Buffer3.from(a,a.offset,a.byteLength)),isInstance(b,Uint8Array)&&(b=Buffer3.from(b,b.offset,b.byteLength)),!Buffer3.isBuffer(a)||!Buffer3.isBuffer(b))throw new TypeError('The "buf1", "buf2" arguments must be one of type Buffer or Uint8Array');if(a===b)return 0;for(var x=a.length,y=b.length,i=0,len=Math.min(x,y);i<len;++i)if(a[i]!==b[i]){x=a[i],y=b[i];break}return x<y?-1:y<x?1:0};Buffer3.isEncoding=function(encoding){switch(String(encoding).toLowerCase()){case"hex":case"utf8":case"utf-8":case"ascii":case"latin1":case"binary":case"base64":case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return!0;default:return!1}};Buffer3.concat=function(list,length){if(!Array.isArray(list))throw new TypeError('"list" argument must be an Array of Buffers');if(list.length===0)return Buffer3.alloc(0);var i;if(length===void 0)for(length=0,i=0;i<list.length;++i)length+=list[i].length;var buffer=Buffer3.allocUnsafe(length),pos=0;for(i=0;i<list.length;++i){var buf=list[i];if(isInstance(buf,Uint8Array))pos+buf.length>buffer.length?Buffer3.from(buf).copy(buffer,pos):Uint8Array.prototype.set.call(buffer,buf,pos);else if(Buffer3.isBuffer(buf))buf.copy(buffer,pos);else throw new TypeError('"list" argument must be an Array of Buffers');pos+=buf.length}return buffer};function byteLength(string,encoding){if(Buffer3.isBuffer(string))return string.length;if(ArrayBuffer.isView(string)||isInstance(string,ArrayBuffer))return string.byteLength;if(typeof string!="string")throw new TypeError('The "string" argument must be one of type string, Buffer, or ArrayBuffer. Received type '+typeof string);var len=string.length,mustMatch=arguments.length>2&&arguments[2]===!0;if(!mustMatch&&len===0)return 0;for(var loweredCase=!1;;)switch(encoding){case"ascii":case"latin1":case"binary":return len;case"utf8":case"utf-8":return utf8ToBytes(string).length;case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return len*2;case"hex":return len>>>1;case"base64":return base64ToBytes(string).length;default:if(loweredCase)return mustMatch?-1:utf8ToBytes(string).length;encoding=(""+encoding).toLowerCase(),loweredCase=!0}}Buffer3.byteLength=byteLength;function slowToString(encoding,start,end){var loweredCase=!1;if((start===void 0||start<0)&&(start=0),start>this.length||((end===void 0||end>this.length)&&(end=this.length),end<=0)||(end>>>=0,start>>>=0,end<=start))return"";for(encoding||(encoding="utf8");;)switch(encoding){case"hex":return hexSlice(this,start,end);case"utf8":case"utf-8":return utf8Slice(this,start,end);case"ascii":return asciiSlice(this,start,end);case"latin1":case"binary":return latin1Slice(this,start,end);case"base64":return base64Slice(this,start,end);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return utf16leSlice(this,start,end);default:if(loweredCase)throw new TypeError("Unknown encoding: "+encoding);encoding=(encoding+"").toLowerCase(),loweredCase=!0}}Buffer3.prototype._isBuffer=!0;function swap(b,n,m){var i=b[n];b[n]=b[m],b[m]=i}Buffer3.prototype.swap16=function(){var len=this.length;if(len%2!==0)throw new RangeError("Buffer size must be a multiple of 16-bits");for(var i=0;i<len;i+=2)swap(this,i,i+1);return this};Buffer3.prototype.swap32=function(){var len=this.length;if(len%4!==0)throw new RangeError("Buffer size must be a multiple of 32-bits");for(var i=0;i<len;i+=4)swap(this,i,i+3),swap(this,i+1,i+2);return this};Buffer3.prototype.swap64=function(){var len=this.length;if(len%8!==0)throw new RangeError("Buffer size must be a multiple of 64-bits");for(var i=0;i<len;i+=8)swap(this,i,i+7),swap(this,i+1,i+6),swap(this,i+2,i+5),swap(this,i+3,i+4);return this};Buffer3.prototype.toString=function(){var length=this.length;return length===0?"":arguments.length===0?utf8Slice(this,0,length):slowToString.apply(this,arguments)};Buffer3.prototype.toLocaleString=Buffer3.prototype.toString;Buffer3.prototype.equals=function(b){if(!Buffer3.isBuffer(b))throw new TypeError("Argument must be a Buffer");return this===b?!0:Buffer3.compare(this,b)===0};Buffer3.prototype.inspect=function(){var str="",max=exports.INSPECT_MAX_BYTES;return str=this.toString("hex",0,max).replace(/(.{2})/g,"$1 ").trim(),this.length>max&&(str+=" ... "),"<Buffer "+str+">"};customInspectSymbol&&(Buffer3.prototype[customInspectSymbol]=Buffer3.prototype.inspect);Buffer3.prototype.compare=function(target,start,end,thisStart,thisEnd){if(isInstance(target,Uint8Array)&&(target=Buffer3.from(target,target.offset,target.byteLength)),!Buffer3.isBuffer(target))throw new TypeError('The "target" argument must be one of type Buffer or Uint8Array. Received type '+typeof target);if(start===void 0&&(start=0),end===void 0&&(end=target?target.length:0),thisStart===void 0&&(thisStart=0),thisEnd===void 0&&(thisEnd=this.length),start<0||end>target.length||thisStart<0||thisEnd>this.length)throw new RangeError("out of range index");if(thisStart>=thisEnd&&start>=end)return 0;if(thisStart>=thisEnd)return-1;if(start>=end)return 1;if(start>>>=0,end>>>=0,thisStart>>>=0,thisEnd>>>=0,this===target)return 0;for(var x=thisEnd-thisStart,y=end-start,len=Math.min(x,y),thisCopy=this.slice(thisStart,thisEnd),targetCopy=target.slice(start,end),i=0;i<len;++i)if(thisCopy[i]!==targetCopy[i]){x=thisCopy[i],y=targetCopy[i];break}return x<y?-1:y<x?1:0};function bidirectionalIndexOf(buffer,val,byteOffset,encoding,dir){if(buffer.length===0)return-1;if(typeof byteOffset=="string"?(encoding=byteOffset,byteOffset=0):byteOffset>2147483647?byteOffset=2147483647:byteOffset<-2147483648&&(byteOffset=-2147483648),byteOffset=+byteOffset,numberIsNaN(byteOffset)&&(byteOffset=dir?0:buffer.length-1),byteOffset<0&&(byteOffset=buffer.length+byteOffset),byteOffset>=buffer.length){if(dir)return-1;byteOffset=buffer.length-1}else if(byteOffset<0)if(dir)byteOffset=0;else return-1;if(typeof val=="string"&&(val=Buffer3.from(val,encoding)),Buffer3.isBuffer(val))return val.length===0?-1:arrayIndexOf(buffer,val,byteOffset,encoding,dir);if(typeof val=="number")return val=val&255,typeof Uint8Array.prototype.indexOf=="function"?dir?Uint8Array.prototype.indexOf.call(buffer,val,byteOffset):Uint8Array.prototype.lastIndexOf.call(buffer,val,byteOffset):arrayIndexOf(buffer,[val],byteOffset,encoding,dir);throw new TypeError("val must be string, number or Buffer")}function arrayIndexOf(arr,val,byteOffset,encoding,dir){var indexSize=1,arrLength=arr.length,valLength=val.length;if(encoding!==void 0&&(encoding=String(encoding).toLowerCase(),encoding==="ucs2"||encoding==="ucs-2"||encoding==="utf16le"||encoding==="utf-16le")){if(arr.length<2||val.length<2)return-1;indexSize=2,arrLength/=2,valLength/=2,byteOffset/=2}function read(buf,i2){return indexSize===1?buf[i2]:buf.readUInt16BE(i2*indexSize)}var i;if(dir){var foundIndex=-1;for(i=byteOffset;i<arrLength;i++)if(read(arr,i)===read(val,foundIndex===-1?0:i-foundIndex)){if(foundIndex===-1&&(foundIndex=i),i-foundIndex+1===valLength)return foundIndex*indexSize}else foundIndex!==-1&&(i-=i-foundIndex),foundIndex=-1}else for(byteOffset+valLength>arrLength&&(byteOffset=arrLength-valLength),i=byteOffset;i>=0;i--){for(var found=!0,j=0;j<valLength;j++)if(read(arr,i+j)!==read(val,j)){found=!1;break}if(found)return i}return-1}Buffer3.prototype.includes=function(val,byteOffset,encoding){return this.indexOf(val,byteOffset,encoding)!==-1};Buffer3.prototype.indexOf=function(val,byteOffset,encoding){return bidirectionalIndexOf(this,val,byteOffset,encoding,!0)};Buffer3.prototype.lastIndexOf=function(val,byteOffset,encoding){return bidirectionalIndexOf(this,val,byteOffset,encoding,!1)};function hexWrite(buf,string,offset,length){offset=Number(offset)||0;var remaining=buf.length-offset;length?(length=Number(length),length>remaining&&(length=remaining)):length=remaining;var strLen=string.length;length>strLen/2&&(length=strLen/2);for(var i=0;i<length;++i){var parsed=parseInt(string.substr(i*2,2),16);if(numberIsNaN(parsed))return i;buf[offset+i]=parsed}return i}function utf8Write(buf,string,offset,length){return blitBuffer(utf8ToBytes(string,buf.length-offset),buf,offset,length)}function asciiWrite(buf,string,offset,length){return blitBuffer(asciiToBytes(string),buf,offset,length)}function base64Write(buf,string,offset,length){return blitBuffer(base64ToBytes(string),buf,offset,length)}function ucs2Write(buf,string,offset,length){return blitBuffer(utf16leToBytes(string,buf.length-offset),buf,offset,length)}Buffer3.prototype.write=function(string,offset,length,encoding){if(offset===void 0)encoding="utf8",length=this.length,offset=0;else if(length===void 0&&typeof offset=="string")encoding=offset,length=this.length,offset=0;else if(isFinite(offset))offset=offset>>>0,isFinite(length)?(length=length>>>0,encoding===void 0&&(encoding="utf8")):(encoding=length,length=void 0);else throw new Error("Buffer.write(string, encoding, offset[, length]) is no longer supported");var remaining=this.length-offset;if((length===void 0||length>remaining)&&(length=remaining),string.length>0&&(length<0||offset<0)||offset>this.length)throw new RangeError("Attempt to write outside buffer bounds");encoding||(encoding="utf8");for(var loweredCase=!1;;)switch(encoding){case"hex":return hexWrite(this,string,offset,length);case"utf8":case"utf-8":return utf8Write(this,string,offset,length);case"ascii":case"latin1":case"binary":return asciiWrite(this,string,offset,length);case"base64":return base64Write(this,string,offset,length);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return ucs2Write(this,string,offset,length);default:if(loweredCase)throw new TypeError("Unknown encoding: "+encoding);encoding=(""+encoding).toLowerCase(),loweredCase=!0}};Buffer3.prototype.toJSON=function(){return{type:"Buffer",data:Array.prototype.slice.call(this._arr||this,0)}};function base64Slice(buf,start,end){return start===0&&end===buf.length?base64.fromByteArray(buf):base64.fromByteArray(buf.slice(start,end))}function utf8Slice(buf,start,end){end=Math.min(buf.length,end);for(var res=[],i=start;i<end;){var firstByte=buf[i],codePoint=null,bytesPerSequence=firstByte>239?4:firstByte>223?3:firstByte>191?2:1;if(i+bytesPerSequence<=end){var secondByte,thirdByte,fourthByte,tempCodePoint;switch(bytesPerSequence){case 1:firstByte<128&&(codePoint=firstByte);break;case 2:secondByte=buf[i+1],(secondByte&192)===128&&(tempCodePoint=(firstByte&31)<<6|secondByte&63,tempCodePoint>127&&(codePoint=tempCodePoint));break;case 3:secondByte=buf[i+1],thirdByte=buf[i+2],(secondByte&192)===128&&(thirdByte&192)===128&&(tempCodePoint=(firstByte&15)<<12|(secondByte&63)<<6|thirdByte&63,tempCodePoint>2047&&(tempCodePoint<55296||tempCodePoint>57343)&&(codePoint=tempCodePoint));break;case 4:secondByte=buf[i+1],thirdByte=buf[i+2],fourthByte=buf[i+3],(secondByte&192)===128&&(thirdByte&192)===128&&(fourthByte&192)===128&&(tempCodePoint=(firstByte&15)<<18|(secondByte&63)<<12|(thirdByte&63)<<6|fourthByte&63,tempCodePoint>65535&&tempCodePoint<1114112&&(codePoint=tempCodePoint))}}codePoint===null?(codePoint=65533,bytesPerSequence=1):codePoint>65535&&(codePoint-=65536,res.push(codePoint>>>10&1023|55296),codePoint=56320|codePoint&1023),res.push(codePoint),i+=bytesPerSequence}return decodeCodePointsArray(res)}var MAX_ARGUMENTS_LENGTH=4096;function decodeCodePointsArray(codePoints){var len=codePoints.length;if(len<=MAX_ARGUMENTS_LENGTH)return String.fromCharCode.apply(String,codePoints);for(var res="",i=0;i<len;)res+=String.fromCharCode.apply(String,codePoints.slice(i,i+=MAX_ARGUMENTS_LENGTH));return res}function asciiSlice(buf,start,end){var ret="";end=Math.min(buf.length,end);for(var i=start;i<end;++i)ret+=String.fromCharCode(buf[i]&127);return ret}function latin1Slice(buf,start,end){var ret="";end=Math.min(buf.length,end);for(var i=start;i<end;++i)ret+=String.fromCharCode(buf[i]);return ret}function hexSlice(buf,start,end){var len=buf.length;(!start||start<0)&&(start=0),(!end||end<0||end>len)&&(end=len);for(var out="",i=start;i<end;++i)out+=hexSliceLookupTable[buf[i]];return out}function utf16leSlice(buf,start,end){for(var bytes=buf.slice(start,end),res="",i=0;i<bytes.length-1;i+=2)res+=String.fromCharCode(bytes[i]+bytes[i+1]*256);return res}Buffer3.prototype.slice=function(start,end){var len=this.length;start=~~start,end=end===void 0?len:~~end,start<0?(start+=len,start<0&&(start=0)):start>len&&(start=len),end<0?(end+=len,end<0&&(end=0)):end>len&&(end=len),end<start&&(end=start);var newBuf=this.subarray(start,end);return Object.setPrototypeOf(newBuf,Buffer3.prototype),newBuf};function checkOffset(offset,ext,length){if(offset%1!==0||offset<0)throw new RangeError("offset is not uint");if(offset+ext>length)throw new RangeError("Trying to access beyond buffer length")}Buffer3.prototype.readUintLE=Buffer3.prototype.readUIntLE=function(offset,byteLength2,noAssert){offset=offset>>>0,byteLength2=byteLength2>>>0,noAssert||checkOffset(offset,byteLength2,this.length);for(var val=this[offset],mul=1,i=0;++i<byteLength2&&(mul*=256);)val+=this[offset+i]*mul;return val};Buffer3.prototype.readUintBE=Buffer3.prototype.readUIntBE=function(offset,byteLength2,noAssert){offset=offset>>>0,byteLength2=byteLength2>>>0,noAssert||checkOffset(offset,byteLength2,this.length);for(var val=this[offset+--byteLength2],mul=1;byteLength2>0&&(mul*=256);)val+=this[offset+--byteLength2]*mul;return val};Buffer3.prototype.readUint8=Buffer3.prototype.readUInt8=function(offset,noAssert){return offset=offset>>>0,noAssert||checkOffset(offset,1,this.length),this[offset]};Buffer3.prototype.readUint16LE=Buffer3.prototype.readUInt16LE=function(offset,noAssert){return offset=offset>>>0,noAssert||checkOffset(offset,2,this.length),this[offset]|this[offset+1]<<8};Buffer3.prototype.readUint16BE=Buffer3.prototype.readUInt16BE=function(offset,noAssert){return offset=offset>>>0,noAssert||checkOffset(offset,2,this.length),this[offset]<<8|this[offset+1]};Buffer3.prototype.readUint32LE=Buffer3.prototype.readUInt32LE=function(offset,noAssert){return offset=offset>>>0,noAssert||checkOffset(offset,4,this.length),(this[offset]|this[offset+1]<<8|this[offset+2]<<16)+this[offset+3]*16777216};Buffer3.prototype.readUint32BE=Buffer3.prototype.readUInt32BE=function(offset,noAssert){return offset=offset>>>0,noAssert||checkOffset(offset,4,this.length),this[offset]*16777216+(this[offset+1]<<16|this[offset+2]<<8|this[offset+3])};Buffer3.prototype.readIntLE=function(offset,byteLength2,noAssert){offset=offset>>>0,byteLength2=byteLength2>>>0,noAssert||checkOffset(offset,byteLength2,this.length);for(var val=this[offset],mul=1,i=0;++i<byteLength2&&(mul*=256);)val+=this[offset+i]*mul;return mul*=128,val>=mul&&(val-=Math.pow(2,8*byteLength2)),val};Buffer3.prototype.readIntBE=function(offset,byteLength2,noAssert){offset=offset>>>0,byteLength2=byteLength2>>>0,noAssert||checkOffset(offset,byteLength2,this.length);for(var i=byteLength2,mul=1,val=this[offset+--i];i>0&&(mul*=256);)val+=this[offset+--i]*mul;return mul*=128,val>=mul&&(val-=Math.pow(2,8*byteLength2)),val};Buffer3.prototype.readInt8=function(offset,noAssert){return offset=offset>>>0,noAssert||checkOffset(offset,1,this.length),this[offset]&128?(255-this[offset]+1)*-1:this[offset]};Buffer3.prototype.readInt16LE=function(offset,noAssert){offset=offset>>>0,noAssert||checkOffset(offset,2,this.length);var val=this[offset]|this[offset+1]<<8;return val&32768?val|4294901760:val};Buffer3.prototype.readInt16BE=function(offset,noAssert){offset=offset>>>0,noAssert||checkOffset(offset,2,this.length);var val=this[offset+1]|this[offset]<<8;return val&32768?val|4294901760:val};Buffer3.prototype.readInt32LE=function(offset,noAssert){return offset=offset>>>0,noAssert||checkOffset(offset,4,this.length),this[offset]|this[offset+1]<<8|this[offset+2]<<16|this[offset+3]<<24};Buffer3.prototype.readInt32BE=function(offset,noAssert){return offset=offset>>>0,noAssert||checkOffset(offset,4,this.length),this[offset]<<24|this[offset+1]<<16|this[offset+2]<<8|this[offset+3]};Buffer3.prototype.readFloatLE=function(offset,noAssert){return offset=offset>>>0,noAssert||checkOffset(offset,4,this.length),ieee754.read(this,offset,!0,23,4)};Buffer3.prototype.readFloatBE=function(offset,noAssert){return offset=offset>>>0,noAssert||checkOffset(offset,4,this.length),ieee754.read(this,offset,!1,23,4)};Buffer3.prototype.readDoubleLE=function(offset,noAssert){return offset=offset>>>0,noAssert||checkOffset(offset,8,this.length),ieee754.read(this,offset,!0,52,8)};Buffer3.prototype.readDoubleBE=function(offset,noAssert){return offset=offset>>>0,noAssert||checkOffset(offset,8,this.length),ieee754.read(this,offset,!1,52,8)};function checkInt(buf,value,offset,ext,max,min){if(!Buffer3.isBuffer(buf))throw new TypeError('"buffer" argument must be a Buffer instance');if(value>max||value<min)throw new RangeError('"value" argument is out of bounds');if(offset+ext>buf.length)throw new RangeError("Index out of range")}Buffer3.prototype.writeUintLE=Buffer3.prototype.writeUIntLE=function(value,offset,byteLength2,noAssert){if(value=+value,offset=offset>>>0,byteLength2=byteLength2>>>0,!noAssert){var maxBytes=Math.pow(2,8*byteLength2)-1;checkInt(this,value,offset,byteLength2,maxBytes,0)}var mul=1,i=0;for(this[offset]=value&255;++i<byteLength2&&(mul*=256);)this[offset+i]=value/mul&255;return offset+byteLength2};Buffer3.prototype.writeUintBE=Buffer3.prototype.writeUIntBE=function(value,offset,byteLength2,noAssert){if(value=+value,offset=offset>>>0,byteLength2=byteLength2>>>0,!noAssert){var maxBytes=Math.pow(2,8*byteLength2)-1;checkInt(this,value,offset,byteLength2,maxBytes,0)}var i=byteLength2-1,mul=1;for(this[offset+i]=value&255;--i>=0&&(mul*=256);)this[offset+i]=value/mul&255;return offset+byteLength2};Buffer3.prototype.writeUint8=Buffer3.prototype.writeUInt8=function(value,offset,noAssert){return value=+value,offset=offset>>>0,noAssert||checkInt(this,value,offset,1,255,0),this[offset]=value&255,offset+1};Buffer3.prototype.writeUint16LE=Buffer3.prototype.writeUInt16LE=function(value,offset,noAssert){return value=+value,offset=offset>>>0,noAssert||checkInt(this,value,offset,2,65535,0),this[offset]=value&255,this[offset+1]=value>>>8,offset+2};Buffer3.prototype.writeUint16BE=Buffer3.prototype.writeUInt16BE=function(value,offset,noAssert){return value=+value,offset=offset>>>0,noAssert||checkInt(this,value,offset,2,65535,0),this[offset]=value>>>8,this[offset+1]=value&255,offset+2};Buffer3.prototype.writeUint32LE=Buffer3.prototype.writeUInt32LE=function(value,offset,noAssert){return value=+value,offset=offset>>>0,noAssert||checkInt(this,value,offset,4,4294967295,0),this[offset+3]=value>>>24,this[offset+2]=value>>>16,this[offset+1]=value>>>8,this[offset]=value&255,offset+4};Buffer3.prototype.writeUint32BE=Buffer3.prototype.writeUInt32BE=function(value,offset,noAssert){return value=+value,offset=offset>>>0,noAssert||checkInt(this,value,offset,4,4294967295,0),this[offset]=value>>>24,this[offset+1]=value>>>16,this[offset+2]=value>>>8,this[offset+3]=value&255,offset+4};Buffer3.prototype.writeIntLE=function(value,offset,byteLength2,noAssert){if(value=+value,offset=offset>>>0,!noAssert){var limit=Math.pow(2,8*byteLength2-1);checkInt(this,value,offset,byteLength2,limit-1,-limit)}var i=0,mul=1,sub=0;for(this[offset]=value&255;++i<byteLength2&&(mul*=256);)value<0&&sub===0&&this[offset+i-1]!==0&&(sub=1),this[offset+i]=(value/mul>>0)-sub&255;return offset+byteLength2};Buffer3.prototype.writeIntBE=function(value,offset,byteLength2,noAssert){if(value=+value,offset=offset>>>0,!noAssert){var limit=Math.pow(2,8*byteLength2-1);checkInt(this,value,offset,byteLength2,limit-1,-limit)}var i=byteLength2-1,mul=1,sub=0;for(this[offset+i]=value&255;--i>=0&&(mul*=256);)value<0&&sub===0&&this[offset+i+1]!==0&&(sub=1),this[offset+i]=(value/mul>>0)-sub&255;return offset+byteLength2};Buffer3.prototype.writeInt8=function(value,offset,noAssert){return value=+value,offset=offset>>>0,noAssert||checkInt(this,value,offset,1,127,-128),value<0&&(value=255+value+1),this[offset]=value&255,offset+1};Buffer3.prototype.writeInt16LE=function(value,offset,noAssert){return value=+value,offset=offset>>>0,noAssert||checkInt(this,value,offset,2,32767,-32768),this[offset]=value&255,this[offset+1]=value>>>8,offset+2};Buffer3.prototype.writeInt16BE=function(value,offset,noAssert){return value=+value,offset=offset>>>0,noAssert||checkInt(this,value,offset,2,32767,-32768),this[offset]=value>>>8,this[offset+1]=value&255,offset+2};Buffer3.prototype.writeInt32LE=function(value,offset,noAssert){return value=+value,offset=offset>>>0,noAssert||checkInt(this,value,offset,4,2147483647,-2147483648),this[offset]=value&255,this[offset+1]=value>>>8,this[offset+2]=value>>>16,this[offset+3]=value>>>24,offset+4};Buffer3.prototype.writeInt32BE=function(value,offset,noAssert){return value=+value,offset=offset>>>0,noAssert||checkInt(this,value,offset,4,2147483647,-2147483648),value<0&&(value=4294967295+value+1),this[offset]=value>>>24,this[offset+1]=value>>>16,this[offset+2]=value>>>8,this[offset+3]=value&255,offset+4};function checkIEEE754(buf,value,offset,ext,max,min){if(offset+ext>buf.length)throw new RangeError("Index out of range");if(offset<0)throw new RangeError("Index out of range")}function writeFloat(buf,value,offset,littleEndian,noAssert){return value=+value,offset=offset>>>0,noAssert||checkIEEE754(buf,value,offset,4,34028234663852886e22,-34028234663852886e22),ieee754.write(buf,value,offset,littleEndian,23,4),offset+4}Buffer3.prototype.writeFloatLE=function(value,offset,noAssert){return writeFloat(this,value,offset,!0,noAssert)};Buffer3.prototype.writeFloatBE=function(value,offset,noAssert){return writeFloat(this,value,offset,!1,noAssert)};function writeDouble(buf,value,offset,littleEndian,noAssert){return value=+value,offset=offset>>>0,noAssert||checkIEEE754(buf,value,offset,8,17976931348623157e292,-17976931348623157e292),ieee754.write(buf,value,offset,littleEndian,52,8),offset+8}Buffer3.prototype.writeDoubleLE=function(value,offset,noAssert){return writeDouble(this,value,offset,!0,noAssert)};Buffer3.prototype.writeDoubleBE=function(value,offset,noAssert){return writeDouble(this,value,offset,!1,noAssert)};Buffer3.prototype.copy=function(target,targetStart,start,end){if(!Buffer3.isBuffer(target))throw new TypeError("argument should be a Buffer");if(start||(start=0),!end&&end!==0&&(end=this.length),targetStart>=target.length&&(targetStart=target.length),targetStart||(targetStart=0),end>0&&end<start&&(end=start),end===start||target.length===0||this.length===0)return 0;if(targetStart<0)throw new RangeError("targetStart out of bounds");if(start<0||start>=this.length)throw new RangeError("Index out of range");if(end<0)throw new RangeError("sourceEnd out of bounds");end>this.length&&(end=this.length),target.length-targetStart<end-start&&(end=target.length-targetStart+start);var len=end-start;return this===target&&typeof Uint8Array.prototype.copyWithin=="function"?this.copyWithin(targetStart,start,end):Uint8Array.prototype.set.call(target,this.subarray(start,end),targetStart),len};Buffer3.prototype.fill=function(val,start,end,encoding){if(typeof val=="string"){if(typeof start=="string"?(encoding=start,start=0,end=this.length):typeof end=="string"&&(encoding=end,end=this.length),encoding!==void 0&&typeof encoding!="string")throw new TypeError("encoding must be a string");if(typeof encoding=="string"&&!Buffer3.isEncoding(encoding))throw new TypeError("Unknown encoding: "+encoding);if(val.length===1){var code=val.charCodeAt(0);(encoding==="utf8"&&code<128||encoding==="latin1")&&(val=code)}}else typeof val=="number"?val=val&255:typeof val=="boolean"&&(val=Number(val));if(start<0||this.length<start||this.length<end)throw new RangeError("Out of range index");if(end<=start)return this;start=start>>>0,end=end===void 0?this.length:end>>>0,val||(val=0);var i;if(typeof val=="number")for(i=start;i<end;++i)this[i]=val;else{var bytes=Buffer3.isBuffer(val)?val:Buffer3.from(val,encoding),len=bytes.length;if(len===0)throw new TypeError('The value "'+val+'" is invalid for argument "value"');for(i=0;i<end-start;++i)this[i+start]=bytes[i%len]}return this};var INVALID_BASE64_RE=/[^+/0-9A-Za-z-_]/g;function base64clean(str){if(str=str.split("=")[0],str=str.trim().replace(INVALID_BASE64_RE,""),str.length<2)return"";for(;str.length%4!==0;)str=str+"=";return str}function utf8ToBytes(string,units){units=units||1/0;for(var codePoint,length=string.length,leadSurrogate=null,bytes=[],i=0;i<length;++i){if(codePoint=string.charCodeAt(i),codePoint>55295&&codePoint<57344){if(!leadSurrogate){if(codePoint>56319){(units-=3)>-1&&bytes.push(239,191,189);continue}else if(i+1===length){(units-=3)>-1&&bytes.push(239,191,189);continue}leadSurrogate=codePoint;continue}if(codePoint<56320){(units-=3)>-1&&bytes.push(239,191,189),leadSurrogate=codePoint;continue}codePoint=(leadSurrogate-55296<<10|codePoint-56320)+65536}else leadSurrogate&&(units-=3)>-1&&bytes.push(239,191,189);if(leadSurrogate=null,codePoint<128){if((units-=1)<0)break;bytes.push(codePoint)}else if(codePoint<2048){if((units-=2)<0)break;bytes.push(codePoint>>6|192,codePoint&63|128)}else if(codePoint<65536){if((units-=3)<0)break;bytes.push(codePoint>>12|224,codePoint>>6&63|128,codePoint&63|128)}else if(codePoint<1114112){if((units-=4)<0)break;bytes.push(codePoint>>18|240,codePoint>>12&63|128,codePoint>>6&63|128,codePoint&63|128)}else throw new Error("Invalid code point")}return bytes}function asciiToBytes(str){for(var byteArray=[],i=0;i<str.length;++i)byteArray.push(str.charCodeAt(i)&255);return byteArray}function utf16leToBytes(str,units){for(var c,hi,lo,byteArray=[],i=0;i<str.length&&!((units-=2)<0);++i)c=str.charCodeAt(i),hi=c>>8,lo=c%256,byteArray.push(lo),byteArray.push(hi);return byteArray}function base64ToBytes(str){return base64.toByteArray(base64clean(str))}function blitBuffer(src,dst,offset,length){for(var i=0;i<length&&!(i+offset>=dst.length||i>=src.length);++i)dst[i+offset]=src[i];return i}function isInstance(obj,type){return obj instanceof type||obj!=null&&obj.constructor!=null&&obj.constructor.name!=null&&obj.constructor.name===type.name}function numberIsNaN(obj){return obj!==obj}var hexSliceLookupTable=function(){for(var alphabet="0123456789abcdef",table=new Array(256),i=0;i<16;++i)for(var i16=i*16,j=0;j<16;++j)table[i16+j]=alphabet[i]+alphabet[j];return table}()}});var require_browser=__commonJS({"node_modules/process/browser.js"(exports,module){init_define_process_env();init_shim();var process2=module.exports={},cachedSetTimeout,cachedClearTimeout;function defaultSetTimout(){throw new Error("setTimeout has not been defined")}function defaultClearTimeout(){throw new Error("clearTimeout has not been defined")}(function(){try{typeof setTimeout=="function"?cachedSetTimeout=setTimeout:cachedSetTimeout=defaultSetTimout}catch(e){cachedSetTimeout=defaultSetTimout}try{typeof clearTimeout=="function"?cachedClearTimeout=clearTimeout:cachedClearTimeout=defaultClearTimeout}catch(e){cachedClearTimeout=defaultClearTimeout}})();function runTimeout(fun){if(cachedSetTimeout===setTimeout)return setTimeout(fun,0);if((cachedSetTimeout===defaultSetTimout||!cachedSetTimeout)&&setTimeout)return cachedSetTimeout=setTimeout,setTimeout(fun,0);try{return cachedSetTimeout(fun,0)}catch(e){try{return cachedSetTimeout.call(null,fun,0)}catch(e2){return cachedSetTimeout.call(this,fun,0)}}}function runClearTimeout(marker){if(cachedClearTimeout===clearTimeout)return clearTimeout(marker);if((cachedClearTimeout===defaultClearTimeout||!cachedClearTimeout)&&clearTimeout)return cachedClearTimeout=clearTimeout,clearTimeout(marker);try{return cachedClearTimeout(marker)}catch(e){try{return cachedClearTimeout.call(null,marker)}catch(e2){return cachedClearTimeout.call(this,marker)}}}var queue=[],draining=!1,currentQueue,queueIndex=-1;function cleanUpNextTick(){!draining||!currentQueue||(draining=!1,currentQueue.length?queue=currentQueue.concat(queue):queueIndex=-1,queue.length&&drainQueue())}function drainQueue(){if(!draining){var timeout=runTimeout(cleanUpNextTick);draining=!0;for(var len=queue.length;len;){for(currentQueue=queue,queue=[];++queueIndex<len;)currentQueue&&currentQueue[queueIndex].run();queueIndex=-1,len=queue.length}currentQueue=null,draining=!1,runClearTimeout(timeout)}}process2.nextTick=function(fun){var args=new Array(arguments.length-1);if(arguments.length>1)for(var i=1;i<arguments.length;i++)args[i-1]=arguments[i];queue.push(new Item(fun,args)),queue.length===1&&!draining&&runTimeout(drainQueue)};function Item(fun,array){this.fun=fun,this.array=array}Item.prototype.run=function(){this.fun.apply(null,this.array)};process2.title="browser";process2.browser=!0;process2.env={};process2.argv=[];process2.version="";process2.versions={};function noop(){}process2.on=noop;process2.addListener=noop;process2.once=noop;process2.off=noop;process2.removeListener=noop;process2.removeAllListeners=noop;process2.emit=noop;process2.prependListener=noop;process2.prependOnceListener=noop;process2.listeners=function(name){return[]};process2.binding=function(name){throw new Error("process.binding is not supported")};process2.cwd=function(){return"/"};process2.chdir=function(dir){throw new Error("process.chdir is not supported")};process2.umask=function(){return 0}}});var import_buffer,import_process,_globalThis,init_shim=__esm({"node_modules/node-stdlib-browser/helpers/esbuild/shim.js"(){import_buffer=__toESM(require_buffer()),import_process=__toESM(require_browser()),_globalThis=function(Object2){function get(){var _global3=this||self;return delete Object2.prototype.__magic__,_global3}if(typeof globalThis=="object")return globalThis;if(this)return get();Object2.defineProperty(Object2.prototype,"__magic__",{configurable:!0,get});var _global2=__magic__;return _global2}(Object)}});init_define_process_env();init_shim();(function(e,t){t(e.jQuery)})(typeof self<"u"?self:window,function(e){return function(){"use strict";var t={3046:function(e2,t2,n2){Object.defineProperty(t2,"__esModule",{value:!0}),t2.default=void 0,n2(7149),n2(3194),n2(9302),n2(4013),n2(3851),n2(219),n2(207),n2(5296);var i2,a2=(i2=n2(2394))&&i2.__esModule?i2:{default:i2};t2.default=a2.default},3976:function(e2,t2){Object.defineProperty(t2,"__esModule",{value:!0}),t2.default=void 0,t2.default={_maxTestPos:500,placeholder:"_",optionalmarker:["[","]"],quantifiermarker:["{","}"],groupmarker:["(",")"],alternatormarker:"|",escapeChar:"\\",mask:null,regex:null,oncomplete:function(){},onincomplete:function(){},oncleared:function(){},repeat:0,greedy:!1,autoUnmask:!1,removeMaskOnSubmit:!1,clearMaskOnLostFocus:!0,insertMode:!0,insertModeVisual:!0,clearIncomplete:!1,alias:null,onKeyDown:function(){},onBeforeMask:null,onBeforePaste:function(e3,t3){return typeof t3.onBeforeMask=="function"?t3.onBeforeMask.call(this,e3,t3):e3},onBeforeWrite:null,onUnMask:null,showMaskOnFocus:!0,showMaskOnHover:!0,onKeyValidation:function(){},skipOptionalPartCharacter:" ",numericInput:!1,rightAlign:!1,undoOnEscape:!0,radixPoint:"",_radixDance:!1,groupSeparator:"",keepStatic:null,positionCaretOnTab:!0,tabThrough:!1,supportsInputType:["text","tel","url","password","search"],isComplete:null,preValidation:null,postValidation:null,staticDefinitionSymbol:void 0,jitMasking:!1,nullable:!0,inputEventOnly:!1,noValuePatching:!1,positionCaretOnClick:"lvp",casing:null,inputmode:"text",importDataAttributes:!0,shiftPositions:!0,usePrototypeDefinitions:!0,validationEventTimeOut:3e3,substitutes:{}}},7392:function(e2,t2){Object.defineProperty(t2,"__esModule",{value:!0}),t2.default=void 0,t2.default={9:{validator:"[0-9\uFF10-\uFF19]",definitionSymbol:"*"},a:{validator:"[A-Za-z\u0410-\u044F\u0401\u0451\xC0-\xFF\xB5]",definitionSymbol:"*"},"*":{validator:"[0-9\uFF10-\uFF19A-Za-z\u0410-\u044F\u0401\u0451\xC0-\xFF\xB5]"}}},3287:function(e2,t2,n2){Object.defineProperty(t2,"__esModule",{value:!0}),t2.default=void 0;var i2,a2=(i2=n2(7957))&&i2.__esModule?i2:{default:i2};if(a2.default===void 0)throw new Error("jQuery not loaded!");t2.default=a2.default},9845:function(e2,t2,n2){Object.defineProperty(t2,"__esModule",{value:!0}),t2.mobile=t2.iphone=t2.ie=void 0;var i2,a2=(i2=n2(9380))&&i2.__esModule?i2:{default:i2},r=a2.default.navigator&&a2.default.navigator.userAgent||"";t2.ie=r.indexOf("MSIE ")>0||r.indexOf("Trident/")>0,t2.mobile=a2.default.navigator&&a2.default.navigator.userAgentData&&a2.default.navigator.userAgentData.mobile||a2.default.navigator&&a2.default.navigator.maxTouchPoints||"ontouchstart"in a2.default,t2.iphone=/iphone/i.test(r)},7184:function(e2,t2){Object.defineProperty(t2,"__esModule",{value:!0}),t2.default=function(e3){return e3.replace(n2,"\\$1")};var n2=new RegExp("(\\"+["/",".","*","+","?","|","(",")","[","]","{","}","\\","$","^"].join("|\\")+")","gim")},6030:function(e2,t2,n2){function i2(e3){return i2=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(e4){return typeof e4}:function(e4){return e4&&typeof Symbol=="function"&&e4.constructor===Symbol&&e4!==Symbol.prototype?"symbol":typeof e4},i2(e3)}Object.defineProperty(t2,"__esModule",{value:!0}),t2.EventHandlers=void 0;var a2,r=n2(9845),o=(a2=n2(9380))&&a2.__esModule?a2:{default:a2},s=n2(7760),l=n2(2839),c=n2(8711),u=n2(7215),f=n2(4713);function p(){p=function(){return t3};var e3,t3={},n3=Object.prototype,a3=n3.hasOwnProperty,r2=Object.defineProperty||function(e4,t4,n4){e4[t4]=n4.value},o2=typeof Symbol=="function"?Symbol:{},s2=o2.iterator||"@@iterator",l2=o2.asyncIterator||"@@asyncIterator",c2=o2.toStringTag||"@@toStringTag";function u2(e4,t4,n4){return Object.defineProperty(e4,t4,{value:n4,enumerable:!0,configurable:!0,writable:!0}),e4[t4]}try{u2({},"")}catch(e4){u2=function(e5,t4,n4){return e5[t4]=n4}}function f2(e4,t4,n4,i3){var a4=t4&&t4.prototype instanceof k?t4:k,o3=Object.create(a4.prototype),s3=new D(i3||[]);return r2(o3,"_invoke",{value:E(e4,n4,s3)}),o3}function d2(e4,t4,n4){try{return{type:"normal",arg:e4.call(t4,n4)}}catch(e5){return{type:"throw",arg:e5}}}t3.wrap=f2;var h2="suspendedStart",m2="suspendedYield",v2="executing",g2="completed",y2={};function k(){}function b(){}function x(){}var w={};u2(w,s2,function(){return this});var P=Object.getPrototypeOf,S=P&&P(P(L([])));S&&S!==n3&&a3.call(S,s2)&&(w=S);var O=x.prototype=k.prototype=Object.create(w);function M(e4){["next","throw","return"].forEach(function(t4){u2(e4,t4,function(e5){return this._invoke(t4,e5)})})}function _(e4,t4){function n4(r3,o4,s3,l3){var c3=d2(e4[r3],e4,o4);if(c3.type!=="throw"){var u3=c3.arg,f3=u3.value;return f3&&i2(f3)=="object"&&a3.call(f3,"__await")?t4.resolve(f3.__await).then(function(e5){n4("next",e5,s3,l3)},function(e5){n4("throw",e5,s3,l3)}):t4.resolve(f3).then(function(e5){u3.value=e5,s3(u3)},function(e5){return n4("throw",e5,s3,l3)})}l3(c3.arg)}var o3;r2(this,"_invoke",{value:function(e5,i3){function a4(){return new t4(function(t5,a5){n4(e5,i3,t5,a5)})}return o3=o3?o3.then(a4,a4):a4()}})}function E(t4,n4,i3){var a4=h2;return function(r3,o3){if(a4===v2)throw new Error("Generator is already running");if(a4===g2){if(r3==="throw")throw o3;return{value:e3,done:!0}}for(i3.method=r3,i3.arg=o3;;){var s3=i3.delegate;if(s3){var l3=j(s3,i3);if(l3){if(l3===y2)continue;return l3}}if(i3.method==="next")i3.sent=i3._sent=i3.arg;else if(i3.method==="throw"){if(a4===h2)throw a4=g2,i3.arg;i3.dispatchException(i3.arg)}else i3.method==="return"&&i3.abrupt("return",i3.arg);a4=v2;var c3=d2(t4,n4,i3);if(c3.type==="normal"){if(a4=i3.done?g2:m2,c3.arg===y2)continue;return{value:c3.arg,done:i3.done}}c3.type==="throw"&&(a4=g2,i3.method="throw",i3.arg=c3.arg)}}}function j(t4,n4){var i3=n4.method,a4=t4.iterator[i3];if(a4===e3)return n4.delegate=null,i3==="throw"&&t4.iterator.return&&(n4.method="return",n4.arg=e3,j(t4,n4),n4.method==="throw")||i3!=="return"&&(n4.method="throw",n4.arg=new TypeError("The iterator does not provide a '"+i3+"' method")),y2;var r3=d2(a4,t4.iterator,n4.arg);if(r3.type==="throw")return n4.method="throw",n4.arg=r3.arg,n4.delegate=null,y2;var o3=r3.arg;return o3?o3.done?(n4[t4.resultName]=o3.value,n4.next=t4.nextLoc,n4.method!=="return"&&(n4.method="next",n4.arg=e3),n4.delegate=null,y2):o3:(n4.method="throw",n4.arg=new TypeError("iterator result is not an object"),n4.delegate=null,y2)}function T(e4){var t4={tryLoc:e4[0]};1 in e4&&(t4.catchLoc=e4[1]),2 in e4&&(t4.finallyLoc=e4[2],t4.afterLoc=e4[3]),this.tryEntries.push(t4)}function A(e4){var t4=e4.completion||{};t4.type="normal",delete t4.arg,e4.completion=t4}function D(e4){this.tryEntries=[{tryLoc:"root"}],e4.forEach(T,this),this.reset(!0)}function L(t4){if(t4||t4===""){var n4=t4[s2];if(n4)return n4.call(t4);if(typeof t4.next=="function")return t4;if(!isNaN(t4.length)){var r3=-1,o3=function n5(){for(;++r3<t4.length;)if(a3.call(t4,r3))return n5.value=t4[r3],n5.done=!1,n5;return n5.value=e3,n5.done=!0,n5};return o3.next=o3}}throw new TypeError(i2(t4)+" is not iterable")}return b.prototype=x,r2(O,"constructor",{value:x,configurable:!0}),r2(x,"constructor",{value:b,configurable:!0}),b.displayName=u2(x,c2,"GeneratorFunction"),t3.isGeneratorFunction=function(e4){var t4=typeof e4=="function"&&e4.constructor;return!!t4&&(t4===b||(t4.displayName||t4.name)==="GeneratorFunction")},t3.mark=function(e4){return Object.setPrototypeOf?Object.setPrototypeOf(e4,x):(e4.__proto__=x,u2(e4,c2,"GeneratorFunction")),e4.prototype=Object.create(O),e4},t3.awrap=function(e4){return{__await:e4}},M(_.prototype),u2(_.prototype,l2,function(){return this}),t3.AsyncIterator=_,t3.async=function(e4,n4,i3,a4,r3){r3===void 0&&(r3=Promise);var o3=new _(f2(e4,n4,i3,a4),r3);return t3.isGeneratorFunction(n4)?o3:o3.next().then(function(e5){return e5.done?e5.value:o3.next()})},M(O),u2(O,c2,"Generator"),u2(O,s2,function(){return this}),u2(O,"toString",function(){return"[object Generator]"}),t3.keys=function(e4){var t4=Object(e4),n4=[];for(var i3 in t4)n4.push(i3);return n4.reverse(),function e5(){for(;n4.length;){var i4=n4.pop();if(i4 in t4)return e5.value=i4,e5.done=!1,e5}return e5.done=!0,e5}},t3.values=L,D.prototype={constructor:D,reset:function(t4){if(this.prev=0,this.next=0,this.sent=this._sent=e3,this.done=!1,this.delegate=null,this.method="next",this.arg=e3,this.tryEntries.forEach(A),!t4)for(var n4 in this)n4.charAt(0)==="t"&&a3.call(this,n4)&&!isNaN(+n4.slice(1))&&(this[n4]=e3)},stop:function(){this.done=!0;var e4=this.tryEntries[0].completion;if(e4.type==="throw")throw e4.arg;return this.rval},dispatchException:function(t4){if(this.done)throw t4;var n4=this;function i3(i4,a4){return s3.type="throw",s3.arg=t4,n4.next=i4,a4&&(n4.method="next",n4.arg=e3),!!a4}for(var r3=this.tryEntries.length-1;r3>=0;--r3){var o3=this.tryEntries[r3],s3=o3.completion;if(o3.tryLoc==="root")return i3("end");if(o3.tryLoc<=this.prev){var l3=a3.call(o3,"catchLoc"),c3=a3.call(o3,"finallyLoc");if(l3&&c3){if(this.prev<o3.catchLoc)return i3(o3.catchLoc,!0);if(this.prev<o3.finallyLoc)return i3(o3.finallyLoc)}else if(l3){if(this.prev<o3.catchLoc)return i3(o3.catchLoc,!0)}else{if(!c3)throw new Error("try statement without catch or finally");if(this.prev<o3.finallyLoc)return i3(o3.finallyLoc)}}}},abrupt:function(e4,t4){for(var n4=this.tryEntries.length-1;n4>=0;--n4){var i3=this.tryEntries[n4];if(i3.tryLoc<=this.prev&&a3.call(i3,"finallyLoc")&&this.prev<i3.finallyLoc){var r3=i3;break}}r3&&(e4==="break"||e4==="continue")&&r3.tryLoc<=t4&&t4<=r3.finallyLoc&&(r3=null);var o3=r3?r3.completion:{};return o3.type=e4,o3.arg=t4,r3?(this.method="next",this.next=r3.finallyLoc,y2):this.complete(o3)},complete:function(e4,t4){if(e4.type==="throw")throw e4.arg;return e4.type==="break"||e4.type==="continue"?this.next=e4.arg:e4.type==="return"?(this.rval=this.arg=e4.arg,this.method="return",this.next="end"):e4.type==="normal"&&t4&&(this.next=t4),y2},finish:function(e4){for(var t4=this.tryEntries.length-1;t4>=0;--t4){var n4=this.tryEntries[t4];if(n4.finallyLoc===e4)return this.complete(n4.completion,n4.afterLoc),A(n4),y2}},catch:function(e4){for(var t4=this.tryEntries.length-1;t4>=0;--t4){var n4=this.tryEntries[t4];if(n4.tryLoc===e4){var i3=n4.completion;if(i3.type==="throw"){var a4=i3.arg;A(n4)}return a4}}throw new Error("illegal catch attempt")},delegateYield:function(t4,n4,i3){return this.delegate={iterator:L(t4),resultName:n4,nextLoc:i3},this.method==="next"&&(this.arg=e3),y2}},t3}function d(e3,t3){var n3=typeof Symbol<"u"&&e3[Symbol.iterator]||e3["@@iterator"];if(!n3){if(Array.isArray(e3)||(n3=function(e4,t4){if(e4){if(typeof e4=="string")return h(e4,t4);var n4=Object.prototype.toString.call(e4).slice(8,-1);if(n4==="Object"&&e4.constructor&&(n4=e4.constructor.name),n4==="Map"||n4==="Set")return Array.from(e4);if(n4==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n4))return h(e4,t4)}}(e3))||t3&&e3&&typeof e3.length=="number"){n3&&(e3=n3);var i3=0,a3=function(){};return{s:a3,n:function(){return i3>=e3.length?{done:!0}:{done:!1,value:e3[i3++]}},e:function(e4){throw e4},f:a3}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}var r2,o2=!0,s2=!1;return{s:function(){n3=n3.call(e3)},n:function(){var e4=n3.next();return o2=e4.done,e4},e:function(e4){s2=!0,r2=e4},f:function(){try{o2||n3.return==null||n3.return()}finally{if(s2)throw r2}}}}function h(e3,t3){(t3==null||t3>e3.length)&&(t3=e3.length);for(var n3=0,i3=new Array(t3);n3<t3;n3++)i3[n3]=e3[n3];return i3}function m(e3,t3,n3,i3,a3,r2,o2){try{var s2=e3[r2](o2),l2=s2.value}catch(e4){return void n3(e4)}s2.done?t3(l2):Promise.resolve(l2).then(i3,a3)}var v,g,y=t2.EventHandlers={keyEvent:function(e3,t3,n3,i3,a3){var o2=this.inputmask,p2=o2.opts,d2=o2.dependencyLib,h2=o2.maskset,m2=this,v2=d2(m2),g2=e3.key,k=c.caret.call(o2,m2),b=p2.onKeyDown.call(this,e3,c.getBuffer.call(o2),k,p2);if(b!==void 0)return b;if(g2===l.keys.Backspace||g2===l.keys.Delete||r.iphone&&g2===l.keys.BACKSPACE_SAFARI||e3.ctrlKey&&g2===l.keys.x&&!("oncut"in m2))e3.preventDefault(),u.handleRemove.call(o2,m2,g2,k),(0,s.writeBuffer)(m2,c.getBuffer.call(o2,!0),h2.p,e3,m2.inputmask._valueGet()!==c.getBuffer.call(o2).join(""));else if(g2===l.keys.End||g2===l.keys.PageDown){e3.preventDefault();var x=c.seekNext.call(o2,c.getLastValidPosition.call(o2));c.caret.call(o2,m2,e3.shiftKey?k.begin:x,x,!0)}else g2===l.keys.Home&&!e3.shiftKey||g2===l.keys.PageUp?(e3.preventDefault(),c.caret.call(o2,m2,0,e3.shiftKey?k.begin:0,!0)):p2.undoOnEscape&&g2===l.keys.Escape&&e3.altKey!==!0?((0,s.checkVal)(m2,!0,!1,o2.undoValue.split("")),v2.trigger("click")):g2!==l.keys.Insert||e3.shiftKey||e3.ctrlKey||o2.userOptions.insertMode!==void 0?p2.tabThrough===!0&&g2===l.keys.Tab?e3.shiftKey===!0?(k.end=c.seekPrevious.call(o2,k.end,!0),f.getTest.call(o2,k.end-1).match.static===!0&&k.end--,k.begin=c.seekPrevious.call(o2,k.end,!0),k.begin>=0&&k.end>0&&(e3.preventDefault(),c.caret.call(o2,m2,k.begin,k.end))):(k.begin=c.seekNext.call(o2,k.begin,!0),k.end=c.seekNext.call(o2,k.begin,!0),k.end<h2.maskLength&&k.end--,k.begin<=h2.maskLength&&(e3.preventDefault(),c.caret.call(o2,m2,k.begin,k.end))):e3.shiftKey||(p2.insertModeVisual&&p2.insertMode===!1?g2===l.keys.ArrowRight?setTimeout(function(){var e4=c.caret.call(o2,m2);c.caret.call(o2,m2,e4.begin)},0):g2===l.keys.ArrowLeft&&setTimeout(function(){var e4=c.translatePosition.call(o2,m2.inputmask.caretPos.begin);c.translatePosition.call(o2,m2.inputmask.caretPos.end),o2.isRTL?c.caret.call(o2,m2,e4+(e4===h2.maskLength?0:1)):c.caret.call(o2,m2,e4-(e4===0?0:1))},0):o2.keyEventHook===void 0||o2.keyEventHook(e3)):u.isSelection.call(o2,k)?p2.insertMode=!p2.insertMode:(p2.insertMode=!p2.insertMode,c.caret.call(o2,m2,k.begin,k.begin));return o2.isComposing=g2==l.keys.Process||g2==l.keys.Unidentified,o2.ignorable=g2.length>1&&!(m2.tagName.toLowerCase()==="textarea"&&g2==l.keys.Enter),y.keypressEvent.call(this,e3,t3,n3,i3,a3)},keypressEvent:function(e3,t3,n3,i3,a3){var r2=this.inputmask||this,o2=r2.opts,f2=r2.dependencyLib,p2=r2.maskset,d2=r2.el,h2=f2(d2),m2=e3.key;if(t3===!0||e3.ctrlKey&&e3.altKey&&!r2.ignorable||!(e3.ctrlKey||e3.metaKey||r2.ignorable)){if(m2){var v2,g2=t3?{begin:a3,end:a3}:c.caret.call(r2,d2);t3||(m2=o2.substitutes[m2]||m2),p2.writeOutBuffer=!0;var y2=u.isValid.call(r2,g2,m2,i3,void 0,void 0,void 0,t3);if(y2!==!1&&(c.resetMaskSet.call(r2,!0),v2=y2.caret!==void 0?y2.caret:c.seekNext.call(r2,y2.pos.begin?y2.pos.begin:y2.pos),p2.p=v2),v2=o2.numericInput&&y2.caret===void 0?c.seekPrevious.call(r2,v2):v2,n3!==!1&&(setTimeout(function(){o2.onKeyValidation.call(d2,m2,y2)},0),p2.writeOutBuffer&&y2!==!1)){var k=c.getBuffer.call(r2);(0,s.writeBuffer)(d2,k,v2,e3,t3!==!0)}if(e3.preventDefault(),t3)return y2!==!1&&(y2.forwardPosition=v2),y2}}else m2===l.keys.Enter&&r2.undoValue!==r2._valueGet(!0)&&(r2.undoValue=r2._valueGet(!0),setTimeout(function(){h2.trigger("change")},0))},pasteEvent:(v=p().mark(function e3(t3){var n3,i3,a3,r2,l2,u2;return p().wrap(function(e4){for(;;)switch(e4.prev=e4.next){case 0:n3=function(e5,n4,i4,a4,o2){var l3=c.caret.call(e5,n4,void 0,void 0,!0),u3=i4.substr(0,l3.begin),f2=i4.substr(l3.end,i4.length);if(u3==(e5.isRTL?c.getBufferTemplate.call(e5).slice().reverse():c.getBufferTemplate.call(e5)).slice(0,l3.begin).join("")&&(u3=""),f2==(e5.isRTL?c.getBufferTemplate.call(e5).slice().reverse():c.getBufferTemplate.call(e5)).slice(l3.end).join("")&&(f2=""),a4=u3+a4+f2,e5.isRTL&&r2.numericInput!==!0){a4=a4.split("");var p2,h2=d(c.getBufferTemplate.call(e5));try{for(h2.s();!(p2=h2.n()).done;){var m2=p2.value;a4[0]===m2&&a4.shift()}}catch(e6){h2.e(e6)}finally{h2.f()}a4=a4.reverse().join("")}var v2=a4;if(typeof o2=="function"){if((v2=o2.call(e5,v2,r2))===!1)return!1;v2||(v2=i4)}(0,s.checkVal)(n4,!0,!1,v2.toString().split(""),t3)},i3=this,a3=this.inputmask,r2=a3.opts,l2=a3._valueGet(!0),a3.skipInputEvent=!0,t3.clipboardData&&t3.clipboardData.getData?u2=t3.clipboardData.getData("text/plain"):o.default.clipboardData&&o.default.clipboardData.getData&&(u2=o.default.clipboardData.getData("Text")),n3(a3,i3,l2,u2,r2.onBeforePaste),t3.preventDefault();case 7:case"end":return e4.stop()}},e3,this)}),g=function(){var e3=this,t3=arguments;return new Promise(function(n3,i3){var a3=v.apply(e3,t3);function r2(e4){m(a3,n3,i3,r2,o2,"next",e4)}function o2(e4){m(a3,n3,i3,r2,o2,"throw",e4)}r2(void 0)})},function(e3){return g.apply(this,arguments)}),inputFallBackEvent:function(e3){var t3=this.inputmask,n3=t3.opts,i3=t3.dependencyLib,a3,o2=this,u2=o2.inputmask._valueGet(!0),p2=(t3.isRTL?c.getBuffer.call(t3).slice().reverse():c.getBuffer.call(t3)).join(""),d2=c.caret.call(t3,o2,void 0,void 0,!0);if(p2!==u2){if(a3=function(e4,i4,a4){for(var r2,o3,s2,l2=e4.substr(0,a4.begin).split(""),u3=e4.substr(a4.begin).split(""),p3=i4.substr(0,a4.begin).split(""),d3=i4.substr(a4.begin).split(""),h3=l2.length>=p3.length?l2.length:p3.length,m2=u3.length>=d3.length?u3.length:d3.length,v2="",g2=[],y2="~";l2.length<h3;)l2.push(y2);for(;p3.length<h3;)p3.push(y2);for(;u3.length<m2;)u3.unshift(y2);for(;d3.length<m2;)d3.unshift(y2);var k=l2.concat(u3),b=p3.concat(d3);for(o3=0,r2=k.length;o3<r2;o3++)switch(s2=f.getPlaceholder.call(t3,c.translatePosition.call(t3,o3)),v2){case"insertText":b[o3-1]===k[o3]&&a4.begin==k.length-1&&g2.push(k[o3]),o3=r2;break;case"insertReplacementText":case"deleteContentBackward":k[o3]===y2?a4.end++:o3=r2;break;default:k[o3]!==b[o3]&&(k[o3+1]!==y2&&k[o3+1]!==s2&&k[o3+1]!==void 0||(b[o3]!==s2||b[o3+1]!==y2)&&b[o3]!==y2?b[o3+1]===y2&&b[o3]===k[o3+1]?(v2="insertText",g2.push(k[o3]),a4.begin--,a4.end--):k[o3]!==s2&&k[o3]!==y2&&(k[o3+1]===y2||b[o3]!==k[o3]&&b[o3+1]===k[o3+1])?(v2="insertReplacementText",g2.push(k[o3]),a4.begin--):k[o3]===y2?(v2="deleteContentBackward",(c.isMask.call(t3,c.translatePosition.call(t3,o3),!0)||b[o3]===n3.radixPoint)&&a4.end++):o3=r2:(v2="insertText",g2.push(k[o3]),a4.begin--,a4.end--))}return{action:v2,data:g2,caret:a4}}(u2,p2,d2),(o2.inputmask.shadowRoot||o2.ownerDocument).activeElement!==o2&&o2.focus(),(0,s.writeBuffer)(o2,c.getBuffer.call(t3)),c.caret.call(t3,o2,d2.begin,d2.end,!0),!r.mobile&&t3.skipNextInsert&&e3.inputType==="insertText"&&a3.action==="insertText"&&t3.isComposing)return!1;switch(e3.inputType==="insertCompositionText"&&a3.action==="insertText"&&t3.isComposing?t3.skipNextInsert=!0:t3.skipNextInsert=!1,a3.action){case"insertText":case"insertReplacementText":a3.data.forEach(function(e4,n4){var a4=new i3.Event("keypress");a4.key=e4,t3.ignorable=!1,y.keypressEvent.call(o2,a4)}),setTimeout(function(){t3.$el.trigger("keyup")},0);break;case"deleteContentBackward":var h2=new i3.Event("keydown");h2.key=l.keys.Backspace,y.keyEvent.call(o2,h2);break;default:(0,s.applyInputValue)(o2,u2),c.caret.call(t3,o2,d2.begin,d2.end,!0)}e3.preventDefault()}},setValueEvent:function(e3){var t3=this.inputmask,n3=t3.dependencyLib,i3=this,a3=e3&&e3.detail?e3.detail[0]:arguments[1];a3===void 0&&(a3=i3.inputmask._valueGet(!0)),(0,s.applyInputValue)(i3,a3,new n3.Event("input")),(e3.detail&&e3.detail[1]!==void 0||arguments[2]!==void 0)&&c.caret.call(t3,i3,e3.detail?e3.detail[1]:arguments[2])},focusEvent:function(e3){var t3=this.inputmask,n3=t3.opts,i3=t3&&t3._valueGet();n3.showMaskOnFocus&&i3!==c.getBuffer.call(t3).join("")&&(0,s.writeBuffer)(this,c.getBuffer.call(t3),c.seekNext.call(t3,c.getLastValidPosition.call(t3))),n3.positionCaretOnTab!==!0||t3.mouseEnter!==!1||u.isComplete.call(t3,c.getBuffer.call(t3))&&c.getLastValidPosition.call(t3)!==-1||y.clickEvent.apply(this,[e3,!0]),t3.undoValue=t3&&t3._valueGet(!0)},invalidEvent:function(e3){this.inputmask.validationEvent=!0},mouseleaveEvent:function(){var e3=this.inputmask,t3=e3.opts,n3=this;e3.mouseEnter=!1,t3.clearMaskOnLostFocus&&(n3.inputmask.shadowRoot||n3.ownerDocument).activeElement!==n3&&(0,s.HandleNativePlaceholder)(n3,e3.originalPlaceholder)},clickEvent:function(e3,t3){var n3=this.inputmask;n3.clicked++;var i3=this;if((i3.inputmask.shadowRoot||i3.ownerDocument).activeElement===i3){var a3=c.determineNewCaretPosition.call(n3,c.caret.call(n3,i3),t3);a3!==void 0&&c.caret.call(n3,i3,a3)}},cutEvent:function(e3){var t3=this.inputmask,n3=t3.maskset,i3=this,a3=c.caret.call(t3,i3),r2=t3.isRTL?c.getBuffer.call(t3).slice(a3.end,a3.begin):c.getBuffer.call(t3).slice(a3.begin,a3.end),f2=t3.isRTL?r2.reverse().join(""):r2.join("");o.default.navigator&&o.default.navigator.clipboard?o.default.navigator.clipboard.writeText(f2):o.default.clipboardData&&o.default.clipboardData.getData&&o.default.clipboardData.setData("Text",f2),u.handleRemove.call(t3,i3,l.keys.Delete,a3),(0,s.writeBuffer)(i3,c.getBuffer.call(t3),n3.p,e3,t3.undoValue!==t3._valueGet(!0))},blurEvent:function(e3){var t3=this.inputmask,n3=t3.opts,i3=t3.dependencyLib;t3.clicked=0;var a3=i3(this),r2=this;if(r2.inputmask){(0,s.HandleNativePlaceholder)(r2,t3.originalPlaceholder);var o2=r2.inputmask._valueGet(),l2=c.getBuffer.call(t3).slice();o2!==""&&(n3.clearMaskOnLostFocus&&(c.getLastValidPosition.call(t3)===-1&&o2===c.getBufferTemplate.call(t3).join("")?l2=[]:s.clearOptionalTail.call(t3,l2)),u.isComplete.call(t3,l2)===!1&&(setTimeout(function(){a3.trigger("incomplete")},0),n3.clearIncomplete&&(c.resetMaskSet.call(t3,!1),l2=n3.clearMaskOnLostFocus?[]:c.getBufferTemplate.call(t3).slice())),(0,s.writeBuffer)(r2,l2,void 0,e3)),o2=t3._valueGet(!0),t3.undoValue!==o2&&(o2!=""||t3.undoValue!=c.getBufferTemplate.call(t3).join("")||t3.undoValue==c.getBufferTemplate.call(t3).join("")&&t3.maskset.validPositions.length>0)&&(t3.undoValue=o2,a3.trigger("change"))}},mouseenterEvent:function(){var e3=this.inputmask,t3=e3.opts.showMaskOnHover,n3=this;if(e3.mouseEnter=!0,(n3.inputmask.shadowRoot||n3.ownerDocument).activeElement!==n3){var i3=(e3.isRTL?c.getBufferTemplate.call(e3).slice().reverse():c.getBufferTemplate.call(e3)).join("");t3&&(0,s.HandleNativePlaceholder)(n3,i3)}},submitEvent:function(){var e3=this.inputmask,t3=e3.opts;e3.undoValue!==e3._valueGet(!0)&&e3.$el.trigger("change"),c.getLastValidPosition.call(e3)===-1&&e3._valueGet&&e3._valueGet()===c.getBufferTemplate.call(e3).join("")&&e3._valueSet(""),t3.clearIncomplete&&u.isComplete.call(e3,c.getBuffer.call(e3))===!1&&e3._valueSet(""),t3.removeMaskOnSubmit&&(e3._valueSet(e3.unmaskedvalue(),!0),setTimeout(function(){(0,s.writeBuffer)(e3.el,c.getBuffer.call(e3))},0))},resetEvent:function(){var e3=this.inputmask;e3.refreshValue=!0,setTimeout(function(){(0,s.applyInputValue)(e3.el,e3._valueGet(!0))},0)}}},9716:function(e2,t2,n2){Object.defineProperty(t2,"__esModule",{value:!0}),t2.EventRuler=void 0;var i2,a2=n2(7760),r=(i2=n2(2394))&&i2.__esModule?i2:{default:i2},o=n2(2839),s=n2(8711);t2.EventRuler={on:function(e3,t3,n3){var i3=e3.inputmask.dependencyLib,l=function(t4){t4.originalEvent&&(t4=t4.originalEvent||t4,arguments[0]=t4);var l2,c=this,u=c.inputmask,f=u?u.opts:void 0;if(u===void 0&&this.nodeName!=="FORM"){var p=i3.data(c,"_inputmask_opts");i3(c).off(),p&&new r.default(p).mask(c)}else{if(["submit","reset","setvalue"].includes(t4.type)||this.nodeName==="FORM"||!(c.disabled||c.readOnly&&!(t4.type==="keydown"&&t4.ctrlKey&&t4.key===o.keys.c||f.tabThrough===!1&&t4.key===o.keys.Tab))){switch(t4.type){case"input":if(u.skipInputEvent===!0)return u.skipInputEvent=!1,t4.preventDefault();break;case"click":case"focus":return u.validationEvent?(u.validationEvent=!1,e3.blur(),(0,a2.HandleNativePlaceholder)(e3,(u.isRTL?s.getBufferTemplate.call(u).slice().reverse():s.getBufferTemplate.call(u)).join("")),setTimeout(function(){e3.focus()},f.validationEventTimeOut),!1):(l2=arguments,void setTimeout(function(){e3.inputmask&&n3.apply(c,l2)},0))}var d=n3.apply(c,arguments);return d===!1&&(t4.preventDefault(),t4.stopPropagation()),d}t4.preventDefault()}};["submit","reset"].includes(t3)?(l=l.bind(e3),e3.form!==null&&i3(e3.form).on(t3,l)):i3(e3).on(t3,l),e3.inputmask.events[t3]=e3.inputmask.events[t3]||[],e3.inputmask.events[t3].push(l)},off:function(e3,t3){if(e3.inputmask&&e3.inputmask.events){var n3=e3.inputmask.dependencyLib,i3=e3.inputmask.events;for(var a3 in t3&&((i3=[])[t3]=e3.inputmask.events[t3]),i3){for(var r2=i3[a3];r2.length>0;){var o2=r2.pop();["submit","reset"].includes(a3)?e3.form!==null&&n3(e3.form).off(a3,o2):n3(e3).off(a3,o2)}delete e3.inputmask.events[a3]}}}}},219:function(e2,t2,n2){var i2=p(n2(7184)),a2=p(n2(2394)),r=n2(2839),o=n2(8711),s=n2(4713);function l(e3,t3){return function(e4){if(Array.isArray(e4))return e4}(e3)||function(e4,t4){var n3=e4==null?null:typeof Symbol<"u"&&e4[Symbol.iterator]||e4["@@iterator"];if(n3!=null){var i3,a3,r2,o2,s2=[],l2=!0,c2=!1;try{if(r2=(n3=n3.call(e4)).next,t4===0){if(Object(n3)!==n3)return;l2=!1}else for(;!(l2=(i3=r2.call(n3)).done)&&(s2.push(i3.value),s2.length!==t4);l2=!0);}catch(e5){c2=!0,a3=e5}finally{try{if(!l2&&n3.return!=null&&(o2=n3.return(),Object(o2)!==o2))return}finally{if(c2)throw a3}}return s2}}(e3,t3)||function(e4,t4){if(e4){if(typeof e4=="string")return c(e4,t4);var n3=Object.prototype.toString.call(e4).slice(8,-1);if(n3==="Object"&&e4.constructor&&(n3=e4.constructor.name),n3==="Map"||n3==="Set")return Array.from(e4);if(n3==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n3))return c(e4,t4)}}(e3,t3)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function c(e3,t3){(t3==null||t3>e3.length)&&(t3=e3.length);for(var n3=0,i3=new Array(t3);n3<t3;n3++)i3[n3]=e3[n3];return i3}function u(e3){return u=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(e4){return typeof e4}:function(e4){return e4&&typeof Symbol=="function"&&e4.constructor===Symbol&&e4!==Symbol.prototype?"symbol":typeof e4},u(e3)}function f(e3,t3){for(var n3=0;n3<t3.length;n3++){var i3=t3[n3];i3.enumerable=i3.enumerable||!1,i3.configurable=!0,"value"in i3&&(i3.writable=!0),Object.defineProperty(e3,(a3=i3.key,r2=void 0,r2=function(e4,t4){if(u(e4)!=="object"||e4===null)return e4;var n4=e4[Symbol.toPrimitive];if(n4!==void 0){var i4=n4.call(e4,t4||"default");if(u(i4)!=="object")return i4;throw new TypeError("@@toPrimitive must return a primitive value.")}return(t4==="string"?String:Number)(e4)}(a3,"string"),u(r2)==="symbol"?r2:String(r2)),i3)}var a3,r2}function p(e3){return e3&&e3.__esModule?e3:{default:e3}}n2(1313);var d=a2.default.dependencyLib,h=function(){function e3(t4,n4,i4,a3){(function(e4,t5){if(!(e4 instanceof t5))throw new TypeError("Cannot call a class as a function")})(this,e3),this.mask=t4,this.format=n4,this.opts=i4,this.inputmask=a3,this._date=new Date(1,0,1),this.initDateObject(t4,this.opts,this.inputmask)}var t3,n3,i3;return t3=e3,(n3=[{key:"date",get:function(){return this._date===void 0&&(this._date=new Date(1,0,1),this.initDateObject(void 0,this.opts,this.inputmask)),this._date}},{key:"initDateObject",value:function(e4,t4,n4){var i4;for(P(t4).lastIndex=0;i4=P(t4).exec(this.format);){var a3=/\d+$/.exec(i4[0]),r2=a3?i4[0][0]+"x":i4[0],o2=void 0;if(e4!==void 0){if(a3){var l2=P(t4).lastIndex,c2=j.call(n4,i4.index,t4,n4&&n4.maskset);P(t4).lastIndex=l2,o2=e4.slice(0,e4.indexOf(c2.nextMatch[0]))}else{for(var u2=i4[0][0],f2=i4.index;n4&&(t4.placeholder[s.getTest.call(n4,f2).match.placeholder]||s.getTest.call(n4,f2).match.placeholder)===u2;)f2++;var p2=f2-i4.index;o2=e4.slice(0,p2||y[r2]&&y[r2][4]||r2.length)}e4=e4.slice(o2.length)}Object.prototype.hasOwnProperty.call(y,r2)&&this.setValue(this,o2,r2,y[r2][2],y[r2][1])}}},{key:"setValue",value:function(e4,t4,n4,i4,a3){if(t4!==void 0)switch(i4){case"ampm":e4[i4]=t4,e4["raw"+i4]=t4.replace(/\s/g,"_");break;case"month":if(n4==="mmm"||n4==="mmmm"){e4[i4]=M(n4==="mmm"?v.monthNames.slice(0,12).findIndex(function(e5){return t4.toLowerCase()===e5.toLowerCase()})+1:v.monthNames.slice(12,24).findIndex(function(e5){return t4.toLowerCase()===e5.toLowerCase()})+1,2),e4[i4]=e4[i4]==="00"?"":e4[i4].toString(),e4["raw"+i4]=e4[i4];break}default:e4[i4]=t4.replace(/[^0-9]/g,"0"),e4["raw"+i4]=t4.replace(/\s/g,"_")}if(a3!==void 0){var r2=e4[i4];(i4==="day"&&parseInt(r2)===29||i4==="month"&&parseInt(r2)===2)&&(parseInt(e4.day)!==29||parseInt(e4.month)!==2||e4.year!==""&&e4.year!==void 0||e4._date.setFullYear(2012,1,29)),i4==="day"&&(g=!0,parseInt(r2)===0&&(r2=1)),i4==="month"&&(g=!0),i4==="year"&&(g=!0,r2.length<y[n4][4]&&(r2=M(r2,y[n4][4],!0))),(r2!==""&&!isNaN(r2)||i4==="ampm")&&a3.call(e4._date,r2)}}},{key:"reset",value:function(){this._date=new Date(1,0,1)}},{key:"reInit",value:function(){this._date=void 0,this.date}}])&&f(t3.prototype,n3),i3&&f(t3,i3),Object.defineProperty(t3,"prototype",{writable:!1}),e3}(),m=new Date().getFullYear(),v=a2.default.prototype.i18n,g=!1,y={d:["[1-9]|[12][0-9]|3[01]",Date.prototype.setDate,"day",Date.prototype.getDate],dd:["0[1-9]|[12][0-9]|3[01]",Date.prototype.setDate,"day",function(){return M(Date.prototype.getDate.call(this),2)}],ddd:[""],dddd:[""],m:["[1-9]|1[012]",function(e3){var t3=e3?parseInt(e3):0;return t3>0&&t3--,Date.prototype.setMonth.call(this,t3)},"month",function(){return Date.prototype.getMonth.call(this)+1}],mm:["0[1-9]|1[012]",function(e3){var t3=e3?parseInt(e3):0;return t3>0&&t3--,Date.prototype.setMonth.call(this,t3)},"month",function(){return M(Date.prototype.getMonth.call(this)+1,2)}],mmm:[v.monthNames.slice(0,12).join("|"),function(e3){var t3=v.monthNames.slice(0,12).findIndex(function(t4){return e3.toLowerCase()===t4.toLowerCase()});return t3!==-1&&Date.prototype.setMonth.call(this,t3)},"month",function(){return v.monthNames.slice(0,12)[Date.prototype.getMonth.call(this)]}],mmmm:[v.monthNames.slice(12,24).join("|"),function(e3){var t3=v.monthNames.slice(12,24).findIndex(function(t4){return e3.toLowerCase()===t4.toLowerCase()});return t3!==-1&&Date.prototype.setMonth.call(this,t3)},"month",function(){return v.monthNames.slice(12,24)[Date.prototype.getMonth.call(this)]}],yy:["[0-9]{2}",function(e3){var t3=new Date().getFullYear().toString().slice(0,2);Date.prototype.setFullYear.call(this,"".concat(t3).concat(e3))},"year",function(){return M(Date.prototype.getFullYear.call(this),2)},2],yyyy:["[0-9]{4}",Date.prototype.setFullYear,"year",function(){return M(Date.prototype.getFullYear.call(this),4)},4],h:["[1-9]|1[0-2]",Date.prototype.setHours,"hours",Date.prototype.getHours],hh:["0[1-9]|1[0-2]",Date.prototype.setHours,"hours",function(){return M(Date.prototype.getHours.call(this),2)}],hx:[function(e3){return"[0-9]{".concat(e3,"}")},Date.prototype.setHours,"hours",function(e3){return Date.prototype.getHours}],H:["1?[0-9]|2[0-3]",Date.prototype.setHours,"hours",Date.prototype.getHours],HH:["0[0-9]|1[0-9]|2[0-3]",Date.prototype.setHours,"hours",function(){return M(Date.prototype.getHours.call(this),2)}],Hx:[function(e3){return"[0-9]{".concat(e3,"}")},Date.prototype.setHours,"hours",function(e3){return function(){return M(Date.prototype.getHours.call(this),e3)}}],M:["[1-5]?[0-9]",Date.prototype.setMinutes,"minutes",Date.prototype.getMinutes],MM:["0[0-9]|1[0-9]|2[0-9]|3[0-9]|4[0-9]|5[0-9]",Date.prototype.setMinutes,"minutes",function(){return M(Date.prototype.getMinutes.call(this),2)}],s:["[1-5]?[0-9]",Date.prototype.setSeconds,"seconds",Date.prototype.getSeconds],ss:["0[0-9]|1[0-9]|2[0-9]|3[0-9]|4[0-9]|5[0-9]",Date.prototype.setSeconds,"seconds",function(){return M(Date.prototype.getSeconds.call(this),2)}],l:["[0-9]{3}",Date.prototype.setMilliseconds,"milliseconds",function(){return M(Date.prototype.getMilliseconds.call(this),3)},3],L:["[0-9]{2}",Date.prototype.setMilliseconds,"milliseconds",function(){return M(Date.prototype.getMilliseconds.call(this),2)},2],t:["[ap]",b,"ampm",x,1],tt:["[ap]m",b,"ampm",x,2],T:["[AP]",b,"ampm",x,1],TT:["[AP]M",b,"ampm",x,2],Z:[".*",void 0,"Z",function(){var e3=this.toString().match(/\((.+)\)/)[1];return e3.includes(" ")&&(e3=(e3=e3.replace("-"," ").toUpperCase()).split(" ").map(function(e4){return l(e4,1)[0]}).join("")),e3}],o:[""],S:[""]},k={isoDate:"yyyy-mm-dd",isoTime:"HH:MM:ss",isoDateTime:"yyyy-mm-dd'T'HH:MM:ss",isoUtcDateTime:"UTC:yyyy-mm-dd'T'HH:MM:ss'Z'"};function b(e3){var t3=this.getHours();e3.toLowerCase().includes("p")?this.setHours(t3+12):e3.toLowerCase().includes("a")&&t3>=12&&this.setHours(t3-12)}function x(){var e3=this.getHours();return(e3=e3||12)>=12?"PM":"AM"}function w(e3){var t3=/\d+$/.exec(e3[0]);if(t3&&t3[0]!==void 0){var n3=y[e3[0][0]+"x"].slice("");return n3[0]=n3[0](t3[0]),n3[3]=n3[3](t3[0]),n3}if(y[e3[0]])return y[e3[0]]}function P(e3){if(!e3.tokenizer){var t3=[],n3=[];for(var i3 in y)if(/\.*x$/.test(i3)){var a3=i3[0]+"\\d+";n3.indexOf(a3)===-1&&n3.push(a3)}else t3.indexOf(i3[0])===-1&&t3.push(i3[0]);e3.tokenizer="("+(n3.length>0?n3.join("|")+"|":"")+t3.join("+|")+")+?|.",e3.tokenizer=new RegExp(e3.tokenizer,"g")}return e3.tokenizer}function S(e3,t3,n3){if(!g)return!0;if(e3.rawday===void 0||!isFinite(e3.rawday)&&new Date(e3.date.getFullYear(),isFinite(e3.rawmonth)?e3.month:e3.date.getMonth()+1,0).getDate()>=e3.day||e3.day=="29"&&(!isFinite(e3.rawyear)||e3.rawyear===void 0||e3.rawyear==="")||new Date(e3.date.getFullYear(),isFinite(e3.rawmonth)?e3.month:e3.date.getMonth()+1,0).getDate()>=e3.day)return t3;if(e3.day=="29"){var i3=j.call(this,t3.pos,n3,this.maskset);if(i3.targetMatch&&i3.targetMatch[0]==="yyyy"&&t3.pos-i3.targetMatchIndex==2)return t3.remove=t3.pos+1,t3}else if(e3.date.getMonth()==2&&e3.day=="30"&&t3.c!==void 0)return e3.day="03",e3.date.setDate(3),e3.date.setMonth(1),t3.insert=[{pos:t3.pos,c:"0"},{pos:t3.pos+1,c:t3.c}],t3.caret=o.seekNext.call(this,t3.pos+1),t3;return!1}function O(e3,t3,n3,a3){var r2,o2,s2="",l2=0,c2={};for(P(n3).lastIndex=0;r2=P(n3).exec(e3);){if(t3===void 0)if(o2=w(r2))s2+="("+o2[0]+")",n3.placeholder&&n3.placeholder!==""?(c2[l2]=n3.placeholder[r2.index%n3.placeholder.length],c2[n3.placeholder[r2.index%n3.placeholder.length]]=r2[0].charAt(0)):c2[l2]=r2[0].charAt(0);else switch(r2[0]){case"[":s2+="(";break;case"]":s2+=")?";break;default:s2+=(0,i2.default)(r2[0]),c2[l2]=r2[0].charAt(0)}else(o2=w(r2))?a3!==!0&&o2[3]?s2+=o2[3].call(t3.date):o2[2]?s2+=t3["raw"+o2[2]]:s2+=r2[0]:s2+=r2[0];l2++}return t3===void 0&&(n3.placeholder=c2),s2}function M(e3,t3,n3){for(e3=String(e3),t3=t3||2;e3.length<t3;)e3=n3?e3+"0":"0"+e3;return e3}function _(e3,t3,n3){return typeof e3=="string"?new h(e3,t3,n3,this):e3&&u(e3)==="object"&&Object.prototype.hasOwnProperty.call(e3,"date")?e3:void 0}function E(e3,t3){return O(t3.inputFormat,{date:e3},t3)}function j(e3,t3,n3){var i3,a3,r2=this,o2=n3&&n3.tests[e3]?t3.placeholder[n3.tests[e3][0].match.placeholder]||n3.tests[e3][0].match.placeholder:"",l2=0,c2=0;for(P(t3).lastIndex=0;a3=P(t3).exec(t3.inputFormat);){var u2=/\d+$/.exec(a3[0]);if(u2)c2=parseInt(u2[0]);else{for(var f2=a3[0][0],p2=l2;r2&&(t3.placeholder[s.getTest.call(r2,p2).match.placeholder]||s.getTest.call(r2,p2).match.placeholder)===f2;)p2++;(c2=p2-l2)===0&&(c2=a3[0].length)}if(l2+=c2,a3[0].indexOf(o2)!=-1||l2>=e3+1){i3=a3,a3=P(t3).exec(t3.inputFormat);break}}return{targetMatchIndex:l2-c2,nextMatch:a3,targetMatch:i3}}a2.default.extendAliases({datetime:{mask:function(e3){return e3.numericInput=!1,y.S=v.ordinalSuffix.join("|"),e3.inputFormat=k[e3.inputFormat]||e3.inputFormat,e3.displayFormat=k[e3.displayFormat]||e3.displayFormat||e3.inputFormat,e3.outputFormat=k[e3.outputFormat]||e3.outputFormat||e3.inputFormat,e3.regex=O(e3.inputFormat,void 0,e3),e3.min=_(e3.min,e3.inputFormat,e3),e3.max=_(e3.max,e3.inputFormat,e3),null},placeholder:"",inputFormat:"isoDateTime",displayFormat:null,outputFormat:null,min:null,max:null,skipOptionalPartCharacter:"",preValidation:function(e3,t3,n3,i3,a3,r2,o2,s2){if(s2)return!0;if(isNaN(n3)&&e3[t3]!==n3){var l2=j.call(this,t3,a3,r2);if(l2.nextMatch&&l2.nextMatch[0]===n3&&l2.targetMatch[0].length>1){var c2=w(l2.targetMatch)[0];if(new RegExp(c2).test("0"+e3[t3-1]))return e3[t3]=e3[t3-1],e3[t3-1]="0",{fuzzy:!0,buffer:e3,refreshFromBuffer:{start:t3-1,end:t3+1},pos:t3+1}}}return!0},postValidation:function(e3,t3,n3,i3,a3,r2,o2,l2){var c2,u2,f2=this;if(o2)return!0;if(i3===!1&&(((c2=j.call(f2,t3+1,a3,r2)).targetMatch&&c2.targetMatchIndex===t3&&c2.targetMatch[0].length>1&&y[c2.targetMatch[0]]!==void 0||(c2=j.call(f2,t3+2,a3,r2)).targetMatch&&c2.targetMatchIndex===t3+1&&c2.targetMatch[0].length>1&&y[c2.targetMatch[0]]!==void 0)&&(u2=w(c2.targetMatch)[0]),u2!==void 0&&(r2.validPositions[t3+1]!==void 0&&new RegExp(u2).test(n3+"0")?(e3[t3]=n3,e3[t3+1]="0",i3={pos:t3+2,caret:t3}):new RegExp(u2).test("0"+n3)&&(e3[t3]="0",e3[t3+1]=n3,i3={pos:t3+2})),i3===!1))return i3;if(i3.fuzzy&&(e3=i3.buffer,t3=i3.pos),(c2=j.call(f2,t3,a3,r2)).targetMatch&&c2.targetMatch[0]&&y[c2.targetMatch[0]]!==void 0){var p2=w(c2.targetMatch);u2=p2[0];var d2=e3.slice(c2.targetMatchIndex,c2.targetMatchIndex+c2.targetMatch[0].length);if(new RegExp(u2).test(d2.join(""))===!1&&c2.targetMatch[0].length===2&&r2.validPositions[c2.targetMatchIndex]&&r2.validPositions[c2.targetMatchIndex+1]&&(r2.validPositions[c2.targetMatchIndex+1].input="0"),p2[2]=="year")for(var h2=s.getMaskTemplate.call(f2,!1,1,void 0,!0),v2=t3+1;v2<e3.length;v2++)e3[v2]=h2[v2],r2.validPositions.splice(t3+1,1)}var g2=i3,k2=_.call(f2,e3.join(""),a3.inputFormat,a3);return g2&&!isNaN(k2.date.getTime())&&(a3.prefillYear&&(g2=function(e4,t4,n4){if(e4.year!==e4.rawyear){var i4=m.toString(),a4=e4.rawyear.replace(/[^0-9]/g,""),r3=i4.slice(0,a4.length),o3=i4.slice(a4.length);if(a4.length===2&&a4===r3){var s2=new Date(m,e4.month-1,e4.day);e4.day==s2.getDate()&&(!n4.max||n4.max.date.getTime()>=s2.getTime())&&(e4.date.setFullYear(m),e4.year=i4,t4.insert=[{pos:t4.pos+1,c:o3[0]},{pos:t4.pos+2,c:o3[1]}])}}return t4}(k2,g2,a3)),g2=function(e4,t4,n4,i4,a4){if(!t4)return t4;if(t4&&n4.min&&!isNaN(n4.min.date.getTime())){var r3;for(e4.reset(),P(n4).lastIndex=0;r3=P(n4).exec(n4.inputFormat);){var o3;if((o3=w(r3))&&o3[3]){for(var s2=o3[1],l3=e4[o3[2]],c3=n4.min[o3[2]],u3=n4.max?n4.max[o3[2]]:c3+1,f3=[],p3=!1,d3=0;d3<c3.length;d3++)i4.validPositions[d3+r3.index]!==void 0||p3?(f3[d3]=l3[d3],p3=p3||l3[d3]>c3[d3]):(d3+r3.index==0&&l3[d3]<c3[d3]?(f3[d3]=l3[d3],p3=!0):f3[d3]=c3[d3],o3[2]==="year"&&l3.length-1==d3&&c3!=u3&&(f3=(parseInt(f3.join(""))+1).toString().split("")),o3[2]==="ampm"&&c3!=u3&&n4.min.date.getTime()>e4.date.getTime()&&(f3[d3]=u3[d3]));s2.call(e4._date,f3.join(""))}}t4=n4.min.date.getTime()<=e4.date.getTime(),e4.reInit()}return t4&&n4.max&&(isNaN(n4.max.date.getTime())||(t4=n4.max.date.getTime()>=e4.date.getTime())),t4}(k2,g2=S.call(f2,k2,g2,a3),a3,r2)),t3!==void 0&&g2&&i3.pos!==t3?{buffer:O(a3.inputFormat,k2,a3).split(""),refreshFromBuffer:{start:t3,end:i3.pos},pos:i3.caret||i3.pos}:g2},onKeyDown:function(e3,t3,n3,i3){e3.ctrlKey&&e3.key===r.keys.ArrowRight&&(this.inputmask._valueSet(E(new Date,i3)),d(this).trigger("setvalue"))},onUnMask:function(e3,t3,n3){return t3&&O(n3.outputFormat,_.call(this,e3,n3.inputFormat,n3),n3,!0)},casing:function(e3,t3,n3,i3){if(t3.nativeDef.indexOf("[ap]")==0)return e3.toLowerCase();if(t3.nativeDef.indexOf("[AP]")==0)return e3.toUpperCase();var a3=s.getTest.call(this,[n3-1]);return a3.match.def.indexOf("[AP]")==0||n3===0||a3&&a3.input===String.fromCharCode(r.keyCode.Space)||a3&&a3.match.def===String.fromCharCode(r.keyCode.Space)?e3.toUpperCase():e3.toLowerCase()},onBeforeMask:function(e3,t3){return Object.prototype.toString.call(e3)==="[object Date]"&&(e3=E(e3,t3)),e3},insertMode:!1,insertModeVisual:!1,shiftPositions:!1,keepStatic:!1,inputmode:"numeric",prefillYear:!0}})},1313:function(e2,t2,n2){var i2,a2=(i2=n2(2394))&&i2.__esModule?i2:{default:i2};a2.default.dependencyLib.extend(!0,a2.default.prototype.i18n,{dayNames:["Mon","Tue","Wed","Thu","Fri","Sat","Sun","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday","Sunday"],monthNames:["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec","January","February","March","April","May","June","July","August","September","October","November","December"],ordinalSuffix:["st","nd","rd","th"]})},3851:function(e2,t2,n2){var i2,a2=(i2=n2(2394))&&i2.__esModule?i2:{default:i2},r=n2(8711),o=n2(4713);function s(e3){return function(e4){if(Array.isArray(e4))return l(e4)}(e3)||function(e4){if(typeof Symbol<"u"&&e4[Symbol.iterator]!=null||e4["@@iterator"]!=null)return Array.from(e4)}(e3)||function(e4,t3){if(e4){if(typeof e4=="string")return l(e4,t3);var n3=Object.prototype.toString.call(e4).slice(8,-1);if(n3==="Object"&&e4.constructor&&(n3=e4.constructor.name),n3==="Map"||n3==="Set")return Array.from(e4);if(n3==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n3))return l(e4,t3)}}(e3)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function l(e3,t3){(t3==null||t3>e3.length)&&(t3=e3.length);for(var n3=0,i3=new Array(t3);n3<t3;n3++)i3[n3]=e3[n3];return i3}a2.default.extendDefinitions({A:{validator:"[A-Za-z\u0410-\u044F\u0401\u0451\xC0-\xFF\xB5]",casing:"upper"},"&":{validator:"[0-9A-Za-z\u0410-\u044F\u0401\u0451\xC0-\xFF\xB5]",casing:"upper"},"#":{validator:"[0-9A-Fa-f]",casing:"upper"}});var c=/25[0-5]|2[0-4][0-9]|[01][0-9][0-9]/;function u(e3,t3,n3,i3,a3){if(n3-1>-1&&t3.buffer[n3-1]!=="."?(e3=t3.buffer[n3-1]+e3,e3=n3-2>-1&&t3.buffer[n3-2]!=="."?t3.buffer[n3-2]+e3:"0"+e3):e3="00"+e3,a3.greedy&&parseInt(e3)>255&&c.test("00"+e3.charAt(2))){var r2=[].concat(s(t3.buffer.slice(0,n3)),[".",e3.charAt(2)]);if(r2.join("").match(/\./g).length<4)return{refreshFromBuffer:!0,buffer:r2,caret:n3+2}}return c.test(e3)}a2.default.extendAliases({cssunit:{regex:"[+-]?[0-9]+\\.?([0-9]+)?(px|em|rem|ex|%|in|cm|mm|pt|pc)"},url:{regex:"(https?|ftp)://.*",autoUnmask:!1,keepStatic:!1,tabThrough:!0},ip:{mask:"i{1,3}.j{1,3}.k{1,3}.l{1,3}",definitions:{i:{validator:u},j:{validator:u},k:{validator:u},l:{validator:u}},onUnMask:function(e3,t3,n3){return e3},inputmode:"decimal",substitutes:{",":"."}},email:{mask:function(e3){var t3=e3.separator,n3=e3.quantifier,i3="*{1,64}[.*{1,64}][.*{1,64}][.*{1,63}]@-{1,63}.-{1,63}[.-{1,63}][.-{1,63}]",a3=i3;if(t3)for(var r2=0;r2<n3;r2++)a3+="[".concat(t3).concat(i3,"]");return a3},greedy:!1,casing:"lower",separator:null,quantifier:5,skipOptionalPartCharacter:"",onBeforePaste:function(e3,t3){return(e3=e3.toLowerCase()).replace("mailto:","")},definitions:{"*":{validator:"[0-9\uFF11-\uFF19A-Za-z\u0410-\u044F\u0401\u0451\xC0-\xFF\xB5!#$%&'*+/=?^_`{|}~-]"},"-":{validator:"[0-9A-Za-z-]"}},onUnMask:function(e3,t3,n3){return e3},inputmode:"email"},mac:{mask:"##:##:##:##:##:##"},vin:{mask:"V{13}9{4}",definitions:{V:{validator:"[A-HJ-NPR-Za-hj-npr-z\\d]",casing:"upper"}},clearIncomplete:!0,autoUnmask:!0},ssn:{mask:"999-99-9999",postValidation:function(e3,t3,n3,i3,a3,s2,l2){var c2=o.getMaskTemplate.call(this,!0,r.getLastValidPosition.call(this),!0,!0);return/^(?!219-09-9999|078-05-1120)(?!666|000|9.{2}).{3}-(?!00).{2}-(?!0{4}).{4}$/.test(c2.join(""))}}})},207:function(e2,t2,n2){var i2=s(n2(7184)),a2=s(n2(2394)),r=n2(2839),o=n2(8711);function s(e3){return e3&&e3.__esModule?e3:{default:e3}}var l=a2.default.dependencyLib;function c(e3,t3){for(var n3="",i3=0;i3<e3.length;i3++)a2.default.prototype.definitions[e3.charAt(i3)]||t3.definitions[e3.charAt(i3)]||t3.optionalmarker[0]===e3.charAt(i3)||t3.optionalmarker[1]===e3.charAt(i3)||t3.quantifiermarker[0]===e3.charAt(i3)||t3.quantifiermarker[1]===e3.charAt(i3)||t3.groupmarker[0]===e3.charAt(i3)||t3.groupmarker[1]===e3.charAt(i3)||t3.alternatormarker===e3.charAt(i3)?n3+="\\"+e3.charAt(i3):n3+=e3.charAt(i3);return n3}function u(e3,t3,n3,i3){if(e3.length>0&&t3>0&&(!n3.digitsOptional||i3)){var a3=e3.indexOf(n3.radixPoint),r2=!1;n3.negationSymbol.back===e3[e3.length-1]&&(r2=!0,e3.length--),a3===-1&&(e3.push(n3.radixPoint),a3=e3.length-1);for(var o2=1;o2<=t3;o2++)isFinite(e3[a3+o2])||(e3[a3+o2]="0")}return r2&&e3.push(n3.negationSymbol.back),e3}function f(e3,t3){var n3=0;for(var i3 in e3==="+"&&(n3=o.seekNext.call(this,t3.validPositions.length-1)),t3.tests)if((i3=parseInt(i3))>=n3){for(var a3=0,r2=t3.tests[i3].length;a3<r2;a3++)if((t3.validPositions[i3]===void 0||e3==="-")&&t3.tests[i3][a3].match.def===e3)return i3+(t3.validPositions[i3]!==void 0&&e3!=="-"?1:0)}return n3}function p(e3,t3){for(var n3=-1,i3=0,a3=t3.validPositions.length;i3<a3;i3++){var r2=t3.validPositions[i3];if(r2&&r2.match.def===e3){n3=i3;break}}return n3}function d(e3,t3,n3,i3,a3){var r2=t3.buffer?t3.buffer.indexOf(a3.radixPoint):-1,o2=(r2!==-1||i3&&a3.jitMasking)&&new RegExp(a3.definitions[9].validator).test(e3);return!i3&&a3._radixDance&&r2!==-1&&o2&&t3.validPositions[r2]==null?{insert:{pos:r2===n3?r2+1:r2,c:a3.radixPoint},pos:n3}:o2}a2.default.extendAliases({numeric:{mask:function(e3){e3.repeat=0,e3.groupSeparator===e3.radixPoint&&e3.digits&&e3.digits!=="0"&&(e3.radixPoint==="."?e3.groupSeparator=",":e3.radixPoint===","?e3.groupSeparator=".":e3.groupSeparator=""),e3.groupSeparator===" "&&(e3.skipOptionalPartCharacter=void 0),e3.placeholder.length>1&&(e3.placeholder=e3.placeholder.charAt(0)),e3.positionCaretOnClick==="radixFocus"&&e3.placeholder===""&&(e3.positionCaretOnClick="lvp");var t3="0",n3=e3.radixPoint;e3.numericInput===!0&&e3.__financeInput===void 0?(t3="1",e3.positionCaretOnClick=e3.positionCaretOnClick==="radixFocus"?"lvp":e3.positionCaretOnClick,e3.digitsOptional=!1,isNaN(e3.digits)&&(e3.digits=2),e3._radixDance=!1,n3=e3.radixPoint===","?"?":"!",e3.radixPoint!==""&&e3.definitions[n3]===void 0&&(e3.definitions[n3]={},e3.definitions[n3].validator="["+e3.radixPoint+"]",e3.definitions[n3].placeholder=e3.radixPoint,e3.definitions[n3].static=!0,e3.definitions[n3].generated=!0)):(e3.__financeInput=!1,e3.numericInput=!0);var a3,r2="[+]";if(r2+=c(e3.prefix,e3),e3.groupSeparator!==""?(e3.definitions[e3.groupSeparator]===void 0&&(e3.definitions[e3.groupSeparator]={},e3.definitions[e3.groupSeparator].validator="["+e3.groupSeparator+"]",e3.definitions[e3.groupSeparator].placeholder=e3.groupSeparator,e3.definitions[e3.groupSeparator].static=!0,e3.definitions[e3.groupSeparator].generated=!0),r2+=e3._mask(e3)):r2+="9{+}",e3.digits!==void 0&&e3.digits!==0){var o2=e3.digits.toString().split(",");isFinite(o2[0])&&o2[1]&&isFinite(o2[1])?r2+=n3+t3+"{"+e3.digits+"}":(isNaN(e3.digits)||parseInt(e3.digits)>0)&&(e3.digitsOptional||e3.jitMasking?(a3=r2+n3+t3+"{0,"+e3.digits+"}",e3.keepStatic=!0):r2+=n3+t3+"{"+e3.digits+"}")}else e3.inputmode="numeric";return r2+=c(e3.suffix,e3),r2+="[-]",a3&&(r2=[a3+c(e3.suffix,e3)+"[-]",r2]),e3.greedy=!1,function(e4){e4.parseMinMaxOptions===void 0&&(e4.min!==null&&(e4.min=e4.min.toString().replace(new RegExp((0,i2.default)(e4.groupSeparator),"g"),""),e4.radixPoint===","&&(e4.min=e4.min.replace(e4.radixPoint,".")),e4.min=isFinite(e4.min)?parseFloat(e4.min):NaN,isNaN(e4.min)&&(e4.min=Number.MIN_VALUE)),e4.max!==null&&(e4.max=e4.max.toString().replace(new RegExp((0,i2.default)(e4.groupSeparator),"g"),""),e4.radixPoint===","&&(e4.max=e4.max.replace(e4.radixPoint,".")),e4.max=isFinite(e4.max)?parseFloat(e4.max):NaN,isNaN(e4.max)&&(e4.max=Number.MAX_VALUE)),e4.parseMinMaxOptions="done")}(e3),e3.radixPoint!==""&&e3.substituteRadixPoint&&(e3.substitutes[e3.radixPoint=="."?",":"."]=e3.radixPoint),r2},_mask:function(e3){return"("+e3.groupSeparator+"999){+|1}"},digits:"*",digitsOptional:!0,enforceDigitsOnBlur:!1,radixPoint:".",positionCaretOnClick:"radixFocus",_radixDance:!0,groupSeparator:"",allowMinus:!0,negationSymbol:{front:"-",back:""},prefix:"",suffix:"",min:null,max:null,SetMaxOnOverflow:!1,step:1,inputType:"text",unmaskAsNumber:!1,roundingFN:Math.round,inputmode:"decimal",shortcuts:{k:"1000",m:"1000000"},placeholder:"0",greedy:!1,rightAlign:!0,insertMode:!0,autoUnmask:!1,skipOptionalPartCharacter:"",usePrototypeDefinitions:!1,stripLeadingZeroes:!0,substituteRadixPoint:!0,definitions:{0:{validator:d},1:{validator:d,definitionSymbol:"9"},9:{validator:"[0-9\uFF10-\uFF19\u0660-\u0669\u06F0-\u06F9]",definitionSymbol:"*"},"+":{validator:function(e3,t3,n3,i3,a3){return a3.allowMinus&&(e3==="-"||e3===a3.negationSymbol.front)}},"-":{validator:function(e3,t3,n3,i3,a3){return a3.allowMinus&&e3===a3.negationSymbol.back}}},preValidation:function(e3,t3,n3,i3,a3,r2,o2,s2){var l2=this;if(a3.__financeInput!==!1&&n3===a3.radixPoint)return!1;var c2=e3.indexOf(a3.radixPoint),u2=t3;if(t3=function(e4,t4,n4,i4,a4){return a4._radixDance&&a4.numericInput&&t4!==a4.negationSymbol.back&&e4<=n4&&(n4>0||t4==a4.radixPoint)&&(i4.validPositions[e4-1]===void 0||i4.validPositions[e4-1].input!==a4.negationSymbol.back)&&(e4-=1),e4}(t3,n3,c2,r2,a3),n3==="-"||n3===a3.negationSymbol.front){if(a3.allowMinus!==!0)return!1;var d2=!1,h=p("+",r2),m=p("-",r2);return h!==-1&&(d2=[h],m!==-1&&d2.push(m)),d2!==!1?{remove:d2,caret:u2-a3.negationSymbol.back.length}:{insert:[{pos:f.call(l2,"+",r2),c:a3.negationSymbol.front,fromIsValid:!0},{pos:f.call(l2,"-",r2),c:a3.negationSymbol.back,fromIsValid:void 0}],caret:u2+a3.negationSymbol.back.length}}if(n3===a3.groupSeparator)return{caret:u2};if(s2)return!0;if(c2!==-1&&a3._radixDance===!0&&i3===!1&&n3===a3.radixPoint&&a3.digits!==void 0&&(isNaN(a3.digits)||parseInt(a3.digits)>0)&&c2!==t3){var v=f.call(l2,a3.radixPoint,r2);return r2.validPositions[v]&&(r2.validPositions[v].generatedInput=r2.validPositions[v].generated||!1),{caret:a3._radixDance&&t3===c2-1?c2+1:c2}}if(a3.__financeInput===!1){if(i3){if(a3.digitsOptional)return{rewritePosition:o2.end};if(!a3.digitsOptional){if(o2.begin>c2&&o2.end<=c2)return n3===a3.radixPoint?{insert:{pos:c2+1,c:"0",fromIsValid:!0},rewritePosition:c2}:{rewritePosition:c2+1};if(o2.begin<c2)return{rewritePosition:o2.begin-1}}}else if(!a3.showMaskOnHover&&!a3.showMaskOnFocus&&!a3.digitsOptional&&a3.digits>0&&this.__valueGet.call(this.el)==="")return{rewritePosition:c2}}return{rewritePosition:t3}},postValidation:function(e3,t3,n3,i3,a3,r2,o2){if(i3===!1)return i3;if(o2)return!0;if(a3.min!==null||a3.max!==null){var s2=a3.onUnMask(e3.slice().reverse().join(""),void 0,l.extend({},a3,{unmaskAsNumber:!0}));if(a3.min!==null&&s2<a3.min&&(s2.toString().length>a3.min.toString().length||s2<0))return!1;if(a3.max!==null&&s2>a3.max)return!!a3.SetMaxOnOverflow&&{refreshFromBuffer:!0,buffer:u(a3.max.toString().replace(".",a3.radixPoint).split(""),a3.digits,a3).reverse()}}return i3},onUnMask:function(e3,t3,n3){if(t3===""&&n3.nullable===!0)return t3;var a3=e3.replace(n3.prefix,"");return a3=(a3=a3.replace(n3.suffix,"")).replace(new RegExp((0,i2.default)(n3.groupSeparator),"g"),""),n3.placeholder.charAt(0)!==""&&(a3=a3.replace(new RegExp(n3.placeholder.charAt(0),"g"),"0")),n3.unmaskAsNumber?(n3.radixPoint!==""&&a3.indexOf(n3.radixPoint)!==-1&&(a3=a3.replace(i2.default.call(this,n3.radixPoint),".")),a3=(a3=a3.replace(new RegExp("^"+(0,i2.default)(n3.negationSymbol.front)),"-")).replace(new RegExp((0,i2.default)(n3.negationSymbol.back)+"$"),""),Number(a3)):a3},isComplete:function(e3,t3){var n3=(t3.numericInput?e3.slice().reverse():e3).join("");return n3=(n3=(n3=(n3=(n3=n3.replace(new RegExp("^"+(0,i2.default)(t3.negationSymbol.front)),"-")).replace(new RegExp((0,i2.default)(t3.negationSymbol.back)+"$"),"")).replace(t3.prefix,"")).replace(t3.suffix,"")).replace(new RegExp((0,i2.default)(t3.groupSeparator)+"([0-9]{3})","g"),"$1"),t3.radixPoint===","&&(n3=n3.replace((0,i2.default)(t3.radixPoint),".")),isFinite(n3)},onBeforeMask:function(e3,t3){var n3;e3=(n3=e3)!==null&&n3!==void 0?n3:"";var a3=t3.radixPoint||",";isFinite(t3.digits)&&(t3.digits=parseInt(t3.digits)),typeof e3!="number"&&t3.inputType!=="number"||a3===""||(e3=e3.toString().replace(".",a3));var r2=e3.charAt(0)==="-"||e3.charAt(0)===t3.negationSymbol.front,o2=e3.split(a3),s2=o2[0].replace(/[^\-0-9]/g,""),l2=o2.length>1?o2[1].replace(/[^0-9]/g,""):"",c2=o2.length>1;e3=s2+(l2!==""?a3+l2:l2);var f2=0;if(a3!==""&&(f2=t3.digitsOptional?t3.digits<l2.length?t3.digits:l2.length:t3.digits,l2!==""||!t3.digitsOptional)){var p2=Math.pow(10,f2||1);e3=e3.replace((0,i2.default)(a3),"."),isNaN(parseFloat(e3))||(e3=(t3.roundingFN(parseFloat(e3)*p2)/p2).toFixed(f2)),e3=e3.toString().replace(".",a3)}if(t3.digits===0&&e3.indexOf(a3)!==-1&&(e3=e3.substring(0,e3.indexOf(a3))),t3.min!==null||t3.max!==null){var d2=e3.toString().replace(a3,".");t3.min!==null&&d2<t3.min?e3=t3.min.toString().replace(".",a3):t3.max!==null&&d2>t3.max&&(e3=t3.max.toString().replace(".",a3))}return r2&&e3.charAt(0)!=="-"&&(e3="-"+e3),u(e3.toString().split(""),f2,t3,c2).join("")},onBeforeWrite:function(e3,t3,n3,a3){function r2(e4,t4){if(a3.__financeInput!==!1||t4){var n4=e4.indexOf(a3.radixPoint);n4!==-1&&e4.splice(n4,1)}if(a3.groupSeparator!=="")for(;(n4=e4.indexOf(a3.groupSeparator))!==-1;)e4.splice(n4,1);return e4}var o2,s2;if(a3.stripLeadingZeroes&&(s2=function(e4,t4){var n4=new RegExp("(^"+(t4.negationSymbol.front!==""?(0,i2.default)(t4.negationSymbol.front)+"?":"")+(0,i2.default)(t4.prefix)+")(.*)("+(0,i2.default)(t4.suffix)+(t4.negationSymbol.back!=""?(0,i2.default)(t4.negationSymbol.back)+"?":"")+"$)").exec(e4.slice().reverse().join("")),a4=n4?n4[2]:"",r3=!1;return a4&&(a4=a4.split(t4.radixPoint.charAt(0))[0],r3=new RegExp("^[0"+t4.groupSeparator+"]*").exec(a4)),!(!r3||!(r3[0].length>1||r3[0].length>0&&r3[0].length<a4.length))&&r3}(t3,a3)))for(var c2=t3.join("").lastIndexOf(s2[0].split("").reverse().join(""))-(s2[0]==s2.input?0:1),f2=s2[0]==s2.input?1:0,p2=s2[0].length-f2;p2>0;p2--)this.maskset.validPositions.splice(c2+p2,1),delete t3[c2+p2];if(e3)switch(e3.type){case"blur":case"checkval":if(a3.min!==null){var d2=a3.onUnMask(t3.slice().reverse().join(""),void 0,l.extend({},a3,{unmaskAsNumber:!0}));if(a3.min!==null&&d2<a3.min)return{refreshFromBuffer:!0,buffer:u(a3.min.toString().replace(".",a3.radixPoint).split(""),a3.digits,a3).reverse()}}if(t3[t3.length-1]===a3.negationSymbol.front){var h=new RegExp("(^"+(a3.negationSymbol.front!=""?(0,i2.default)(a3.negationSymbol.front)+"?":"")+(0,i2.default)(a3.prefix)+")(.*)("+(0,i2.default)(a3.suffix)+(a3.negationSymbol.back!=""?(0,i2.default)(a3.negationSymbol.back)+"?":"")+"$)").exec(r2(t3.slice(),!0).reverse().join(""));(h?h[2]:"")==0&&(o2={refreshFromBuffer:!0,buffer:[0]})}else a3.radixPoint!==""&&t3.indexOf(a3.radixPoint)===a3.suffix.length&&(o2&&o2.buffer?o2.buffer.splice(0,1+a3.suffix.length):(t3.splice(0,1+a3.suffix.length),o2={refreshFromBuffer:!0,buffer:r2(t3)}));if(a3.enforceDigitsOnBlur){var m=(o2=o2||{})&&o2.buffer||t3.slice().reverse();o2.refreshFromBuffer=!0,o2.buffer=u(m,a3.digits,a3,!0).reverse()}}return o2},onKeyDown:function(e3,t3,n3,i3){var a3,o2=l(this);if(e3.location!=3){var s2,c2=e3.key;if((s2=i3.shortcuts&&i3.shortcuts[c2])&&s2.length>1)return this.inputmask.__valueSet.call(this,parseFloat(this.inputmask.unmaskedvalue())*parseInt(s2)),o2.trigger("setvalue"),!1}if(e3.ctrlKey)switch(e3.key){case r.keys.ArrowUp:return this.inputmask.__valueSet.call(this,parseFloat(this.inputmask.unmaskedvalue())+parseInt(i3.step)),o2.trigger("setvalue"),!1;case r.keys.ArrowDown:return this.inputmask.__valueSet.call(this,parseFloat(this.inputmask.unmaskedvalue())-parseInt(i3.step)),o2.trigger("setvalue"),!1}if(!e3.shiftKey&&(e3.key===r.keys.Delete||e3.key===r.keys.Backspace||e3.key===r.keys.BACKSPACE_SAFARI)&&n3.begin!==t3.length){if(t3[e3.key===r.keys.Delete?n3.begin-1:n3.end]===i3.negationSymbol.front)return a3=t3.slice().reverse(),i3.negationSymbol.front!==""&&a3.shift(),i3.negationSymbol.back!==""&&a3.pop(),o2.trigger("setvalue",[a3.join(""),n3.begin]),!1;if(i3._radixDance===!0){var f2,p2=t3.indexOf(i3.radixPoint);if(i3.digitsOptional){if(p2===0)return(a3=t3.slice().reverse()).pop(),o2.trigger("setvalue",[a3.join(""),n3.begin>=a3.length?a3.length:n3.begin]),!1}else if(p2!==-1&&(n3.begin<p2||n3.end<p2||e3.key===r.keys.Delete&&(n3.begin===p2||n3.begin-1===p2)))return n3.begin===n3.end&&(e3.key===r.keys.Backspace||e3.key===r.keys.BACKSPACE_SAFARI?n3.begin++:e3.key===r.keys.Delete&&n3.begin-1===p2&&(f2=l.extend({},n3),n3.begin--,n3.end--)),(a3=t3.slice().reverse()).splice(a3.length-n3.begin,n3.begin-n3.end+1),a3=u(a3,i3.digits,i3).join(""),f2&&(n3=f2),o2.trigger("setvalue",[a3,n3.begin>=a3.length?p2+1:n3.begin]),!1}}}},currency:{prefix:"",groupSeparator:",",alias:"numeric",digits:2,digitsOptional:!1},decimal:{alias:"numeric"},integer:{alias:"numeric",inputmode:"numeric",digits:0},percentage:{alias:"numeric",min:0,max:100,suffix:" %",digits:0,allowMinus:!1},indianns:{alias:"numeric",_mask:function(e3){return"("+e3.groupSeparator+"99){*|1}("+e3.groupSeparator+"999){1|1}"},groupSeparator:",",radixPoint:".",placeholder:"0",digits:2,digitsOptional:!1}})},9380:function(e2,t2){Object.defineProperty(t2,"__esModule",{value:!0}),t2.default=void 0;var n2=!(typeof window>"u"||!window.document||!window.document.createElement);t2.default=n2?window:{}},7760:function(e2,t2,n2){Object.defineProperty(t2,"__esModule",{value:!0}),t2.HandleNativePlaceholder=function(e3,t3){var n3=e3?e3.inputmask:this;if(i2.ie){if(e3.inputmask._valueGet()!==t3&&(e3.placeholder!==t3||e3.placeholder==="")){var a3=o.getBuffer.call(n3).slice(),r2=e3.inputmask._valueGet();if(r2!==t3){var s2=o.getLastValidPosition.call(n3);s2===-1&&r2===o.getBufferTemplate.call(n3).join("")?a3=[]:s2!==-1&&u.call(n3,a3),p(e3,a3)}}}else e3.placeholder!==t3&&(e3.placeholder=t3,e3.placeholder===""&&e3.removeAttribute("placeholder"))},t2.applyInputValue=c,t2.checkVal=f,t2.clearOptionalTail=u,t2.unmaskedvalue=function(e3){var t3=e3?e3.inputmask:this,n3=t3.opts,i3=t3.maskset;if(e3){if(e3.inputmask===void 0)return e3.value;e3.inputmask&&e3.inputmask.refreshValue&&c(e3,e3.inputmask._valueGet(!0))}for(var a3=[],r2=i3.validPositions,s2=0,l2=r2.length;s2<l2;s2++)r2[s2]&&r2[s2].match&&(r2[s2].match.static!=1||Array.isArray(i3.metadata)&&r2[s2].generatedInput!==!0)&&a3.push(r2[s2].input);var u2=a3.length===0?"":(t3.isRTL?a3.reverse():a3).join("");if(typeof n3.onUnMask=="function"){var f2=(t3.isRTL?o.getBuffer.call(t3).slice().reverse():o.getBuffer.call(t3)).join("");u2=n3.onUnMask.call(t3,f2,u2,n3)}return u2},t2.writeBuffer=p;var i2=n2(9845),a2=n2(6030),r=n2(2839),o=n2(8711),s=n2(7215),l=n2(4713);function c(e3,t3,n3){var i3=e3?e3.inputmask:this,a3=i3.opts;e3.inputmask.refreshValue=!1,typeof a3.onBeforeMask=="function"&&(t3=a3.onBeforeMask.call(i3,t3,a3)||t3),f(e3,!0,!1,t3=(t3||"").toString().split(""),n3),i3.undoValue=i3._valueGet(!0),(a3.clearMaskOnLostFocus||a3.clearIncomplete)&&e3.inputmask._valueGet()===o.getBufferTemplate.call(i3).join("")&&o.getLastValidPosition.call(i3)===-1&&e3.inputmask._valueSet("")}function u(e3){e3.length=0;for(var t3,n3=l.getMaskTemplate.call(this,!0,0,!0,void 0,!0);(t3=n3.shift())!==void 0;)e3.push(t3);return e3}function f(e3,t3,n3,i3,r2){var c2,u2=e3?e3.inputmask:this,f2=u2.maskset,d=u2.opts,h=u2.dependencyLib,m=i3.slice(),v="",g=-1,y=d.skipOptionalPartCharacter;d.skipOptionalPartCharacter="",o.resetMaskSet.call(u2,!1),u2.clicked=0,g=d.radixPoint?o.determineNewCaretPosition.call(u2,{begin:0,end:0},!1,d.__financeInput===!1?"radixFocus":void 0).begin:0,f2.p=g,u2.caretPos={begin:g};var k=[],b=u2.caretPos;if(m.forEach(function(e4,t4){if(e4!==void 0){var i4=new h.Event("_checkval");i4.key=e4,v+=e4;var r3=o.getLastValidPosition.call(u2,void 0,!0);(function(e5,t5){for(var n4=l.getMaskTemplate.call(u2,!0,0).slice(e5,o.seekNext.call(u2,e5,!1,!1)).join("").replace(/'/g,""),i5=n4.indexOf(t5);i5>0&&n4[i5-1]===" ";)i5--;var a3=i5===0&&!o.isMask.call(u2,e5)&&(l.getTest.call(u2,e5).match.nativeDef===t5.charAt(0)||l.getTest.call(u2,e5).match.static===!0&&l.getTest.call(u2,e5).match.nativeDef==="'"+t5.charAt(0)||l.getTest.call(u2,e5).match.nativeDef===" "&&(l.getTest.call(u2,e5+1).match.nativeDef===t5.charAt(0)||l.getTest.call(u2,e5+1).match.static===!0&&l.getTest.call(u2,e5+1).match.nativeDef==="'"+t5.charAt(0)));if(!a3&&i5>0&&!o.isMask.call(u2,e5,!1,!0)){var r4=o.seekNext.call(u2,e5);u2.caretPos.begin<r4&&(u2.caretPos={begin:r4})}return a3})(g,v)?c2=a2.EventHandlers.keypressEvent.call(u2,i4,!0,!1,n3,r3+1):(c2=a2.EventHandlers.keypressEvent.call(u2,i4,!0,!1,n3,u2.caretPos.begin))&&(g=u2.caretPos.begin+1,v=""),c2?(c2.pos!==void 0&&f2.validPositions[c2.pos]&&f2.validPositions[c2.pos].match.static===!0&&f2.validPositions[c2.pos].alternation===void 0&&(k.push(c2.pos),u2.isRTL||(c2.forwardPosition=c2.pos+1)),p.call(u2,void 0,o.getBuffer.call(u2),c2.forwardPosition,i4,!1),u2.caretPos={begin:c2.forwardPosition,end:c2.forwardPosition},b=u2.caretPos):f2.validPositions[t4]===void 0&&m[t4]===l.getPlaceholder.call(u2,t4)&&o.isMask.call(u2,t4,!0)?u2.caretPos.begin++:u2.caretPos=b}}),k.length>0){var x,w,P=o.seekNext.call(u2,-1,void 0,!1);if(!s.isComplete.call(u2,o.getBuffer.call(u2))&&k.length<=P||s.isComplete.call(u2,o.getBuffer.call(u2))&&k.length>0&&k.length!==P&&k[0]===0){for(var S=P;(x=k.shift())!==void 0;)if(x<S){var O=new h.Event("_checkval");if((w=f2.validPositions[x]).generatedInput=!0,O.key=w.input,(c2=a2.EventHandlers.keypressEvent.call(u2,O,!0,!1,n3,S))&&c2.pos!==void 0&&c2.pos!==x&&f2.validPositions[c2.pos]&&f2.validPositions[c2.pos].match.static===!0)k.push(c2.pos);else if(!c2)break;S++}}}t3&&p.call(u2,e3,o.getBuffer.call(u2),c2?c2.forwardPosition:u2.caretPos.begin,r2||new h.Event("checkval"),r2&&(r2.type==="input"&&u2.undoValue!==o.getBuffer.call(u2).join("")||r2.type==="paste")),d.skipOptionalPartCharacter=y}function p(e3,t3,n3,i3,a3){var l2=e3?e3.inputmask:this,c2=l2.opts,u2=l2.dependencyLib;if(i3&&typeof c2.onBeforeWrite=="function"){var f2=c2.onBeforeWrite.call(l2,i3,t3,n3,c2);if(f2){if(f2.refreshFromBuffer){var p2=f2.refreshFromBuffer;s.refreshFromBuffer.call(l2,p2===!0?p2:p2.start,p2.end,f2.buffer||t3),t3=o.getBuffer.call(l2,!0)}n3!==void 0&&(n3=f2.caret!==void 0?f2.caret:n3)}}if(e3!==void 0&&(e3.inputmask._valueSet(t3.join("")),n3===void 0||i3!==void 0&&i3.type==="blur"||o.caret.call(l2,e3,n3,void 0,void 0,i3!==void 0&&i3.type==="keydown"&&(i3.key===r.keys.Delete||i3.key===r.keys.Backspace)),e3.inputmask.writeBufferHook===void 0||e3.inputmask.writeBufferHook(n3),a3===!0)){var d=u2(e3),h=e3.inputmask._valueGet();e3.inputmask.skipInputEvent=!0,d.trigger("input"),setTimeout(function(){h===o.getBufferTemplate.call(l2).join("")?d.trigger("cleared"):s.isComplete.call(l2,t3)===!0&&d.trigger("complete")},0)}}},2394:function(e2,t2,n2){Object.defineProperty(t2,"__esModule",{value:!0}),t2.default=void 0;var i2=m(n2(3976)),a2=m(n2(7392)),r=m(n2(3287)),o=n2(9716),s=m(n2(9380)),l=n2(7760),c=n2(157),u=n2(2391),f=n2(8711),p=n2(7215),d=n2(4713);function h(e3){return h=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(e4){return typeof e4}:function(e4){return e4&&typeof Symbol=="function"&&e4.constructor===Symbol&&e4!==Symbol.prototype?"symbol":typeof e4},h(e3)}function m(e3){return e3&&e3.__esModule?e3:{default:e3}}var v=s.default.document,g="_inputmask_opts";function y(e3,t3,n3){if(!(this instanceof y))return new y(e3,t3,n3);this.dependencyLib=r.default,this.el=void 0,this.events={},this.maskset=void 0,n3!==!0&&(Object.prototype.toString.call(e3)==="[object Object]"?t3=e3:(t3=t3||{},e3&&(t3.alias=e3)),this.opts=r.default.extend(!0,{},this.defaults,t3),this.noMasksCache=t3&&t3.definitions!==void 0,this.userOptions=t3||{},k(this.opts.alias,t3,this.opts)),this.refreshValue=!1,this.undoValue=void 0,this.$el=void 0,this.skipInputEvent=!1,this.validationEvent=!1,this.ignorable=!1,this.maxLength,this.mouseEnter=!1,this.clicked=0,this.originalPlaceholder=void 0,this.isComposing=!1,this.hasAlternator=!1}function k(e3,t3,n3){var i3=y.prototype.aliases[e3];return i3?(i3.alias&&k(i3.alias,void 0,n3),r.default.extend(!0,n3,i3),r.default.extend(!0,n3,t3),!0):(n3.mask===null&&(n3.mask=e3),!1)}y.prototype={dataAttribute:"data-inputmask",defaults:i2.default,definitions:a2.default,aliases:{},masksCache:{},i18n:{},get isRTL(){return this.opts.isRTL||this.opts.numericInput},mask:function(e3){var t3=this;return typeof e3=="string"&&(e3=v.getElementById(e3)||v.querySelectorAll(e3)),(e3=e3.nodeName?[e3]:Array.isArray(e3)?e3:[].slice.call(e3)).forEach(function(e4,n3){var i3=r.default.extend(!0,{},t3.opts);if(function(e5,t4,n4,i4){function a4(t5,a5){var r2=i4===""?t5:i4+"-"+t5;(a5=a5!==void 0?a5:e5.getAttribute(r2))!==null&&(typeof a5=="string"&&(t5.indexOf("on")===0?a5=s.default[a5]:a5==="false"?a5=!1:a5==="true"&&(a5=!0)),n4[t5]=a5)}if(t4.importDataAttributes===!0){var o2,l2,c2,u2,f2=e5.getAttribute(i4);if(f2&&f2!==""&&(f2=f2.replace(/'/g,'"'),l2=JSON.parse("{"+f2+"}")),l2){for(u2 in c2=void 0,l2)if(u2.toLowerCase()==="alias"){c2=l2[u2];break}}for(o2 in a4("alias",c2),n4.alias&&k(n4.alias,n4,t4),t4){if(l2){for(u2 in c2=void 0,l2)if(u2.toLowerCase()===o2.toLowerCase()){c2=l2[u2];break}}a4(o2,c2)}}return r.default.extend(!0,t4,n4),(e5.dir==="rtl"||t4.rightAlign)&&(e5.style.textAlign="right"),(e5.dir==="rtl"||t4.numericInput)&&(e5.dir="ltr",e5.removeAttribute("dir"),t4.isRTL=!0),Object.keys(n4).length}(e4,i3,r.default.extend(!0,{},t3.userOptions),t3.dataAttribute)){var a3=(0,u.generateMaskSet)(i3,t3.noMasksCache);a3!==void 0&&(e4.inputmask!==void 0&&(e4.inputmask.opts.autoUnmask=!0,e4.inputmask.remove()),e4.inputmask=new y(void 0,void 0,!0),e4.inputmask.opts=i3,e4.inputmask.noMasksCache=t3.noMasksCache,e4.inputmask.userOptions=r.default.extend(!0,{},t3.userOptions),e4.inputmask.el=e4,e4.inputmask.$el=(0,r.default)(e4),e4.inputmask.maskset=a3,r.default.data(e4,g,t3.userOptions),c.mask.call(e4.inputmask))}}),e3&&e3[0]&&e3[0].inputmask||this},option:function(e3,t3){return typeof e3=="string"?this.opts[e3]:h(e3)==="object"?(r.default.extend(this.userOptions,e3),this.el&&t3!==!0&&this.mask(this.el),this):void 0},unmaskedvalue:function(e3){if(this.maskset=this.maskset||(0,u.generateMaskSet)(this.opts,this.noMasksCache),this.el===void 0||e3!==void 0){var t3=(typeof this.opts.onBeforeMask=="function"&&this.opts.onBeforeMask.call(this,e3,this.opts)||e3).split("");l.checkVal.call(this,void 0,!1,!1,t3),typeof this.opts.onBeforeWrite=="function"&&this.opts.onBeforeWrite.call(this,void 0,f.getBuffer.call(this),0,this.opts)}return l.unmaskedvalue.call(this,this.el)},remove:function(){if(this.el){r.default.data(this.el,g,null);var e3=this.opts.autoUnmask?(0,l.unmaskedvalue)(this.el):this._valueGet(this.opts.autoUnmask);e3!==f.getBufferTemplate.call(this).join("")?this._valueSet(e3,this.opts.autoUnmask):this._valueSet(""),o.EventRuler.off(this.el),Object.getOwnPropertyDescriptor&&Object.getPrototypeOf?Object.getOwnPropertyDescriptor(Object.getPrototypeOf(this.el),"value")&&this.__valueGet&&Object.defineProperty(this.el,"value",{get:this.__valueGet,set:this.__valueSet,configurable:!0}):v.__lookupGetter__&&this.el.__lookupGetter__("value")&&this.__valueGet&&(this.el.__defineGetter__("value",this.__valueGet),this.el.__defineSetter__("value",this.__valueSet)),this.el.inputmask=void 0}return this.el},getemptymask:function(){return this.maskset=this.maskset||(0,u.generateMaskSet)(this.opts,this.noMasksCache),(this.isRTL?f.getBufferTemplate.call(this).reverse():f.getBufferTemplate.call(this)).join("")},hasMaskedValue:function(){return!this.opts.autoUnmask},isComplete:function(){return this.maskset=this.maskset||(0,u.generateMaskSet)(this.opts,this.noMasksCache),p.isComplete.call(this,f.getBuffer.call(this))},getmetadata:function(){if(this.maskset=this.maskset||(0,u.generateMaskSet)(this.opts,this.noMasksCache),Array.isArray(this.maskset.metadata)){var e3=d.getMaskTemplate.call(this,!0,0,!1).join("");return this.maskset.metadata.forEach(function(t3){return t3.mask!==e3||(e3=t3,!1)}),e3}return this.maskset.metadata},isValid:function(e3){if(this.maskset=this.maskset||(0,u.generateMaskSet)(this.opts,this.noMasksCache),e3){var t3=(typeof this.opts.onBeforeMask=="function"&&this.opts.onBeforeMask.call(this,e3,this.opts)||e3).split("");l.checkVal.call(this,void 0,!0,!1,t3)}else e3=this.isRTL?f.getBuffer.call(this).slice().reverse().join(""):f.getBuffer.call(this).join("");for(var n3=f.getBuffer.call(this),i3=f.determineLastRequiredPosition.call(this),a3=n3.length-1;a3>i3&&!f.isMask.call(this,a3);a3--);return n3.splice(i3,a3+1-i3),p.isComplete.call(this,n3)&&e3===(this.isRTL?f.getBuffer.call(this).slice().reverse().join(""):f.getBuffer.call(this).join(""))},format:function(e3,t3){this.maskset=this.maskset||(0,u.generateMaskSet)(this.opts,this.noMasksCache);var n3=(typeof this.opts.onBeforeMask=="function"&&this.opts.onBeforeMask.call(this,e3,this.opts)||e3).split("");l.checkVal.call(this,void 0,!0,!1,n3);var i3=this.isRTL?f.getBuffer.call(this).slice().reverse().join(""):f.getBuffer.call(this).join("");return t3?{value:i3,metadata:this.getmetadata()}:i3},setValue:function(e3){this.el&&(0,r.default)(this.el).trigger("setvalue",[e3])},analyseMask:u.analyseMask},y.extendDefaults=function(e3){r.default.extend(!0,y.prototype.defaults,e3)},y.extendDefinitions=function(e3){r.default.extend(!0,y.prototype.definitions,e3)},y.extendAliases=function(e3){r.default.extend(!0,y.prototype.aliases,e3)},y.format=function(e3,t3,n3){return y(t3).format(e3,n3)},y.unmask=function(e3,t3){return y(t3).unmaskedvalue(e3)},y.isValid=function(e3,t3){return y(t3).isValid(e3)},y.remove=function(e3){typeof e3=="string"&&(e3=v.getElementById(e3)||v.querySelectorAll(e3)),(e3=e3.nodeName?[e3]:e3).forEach(function(e4){e4.inputmask&&e4.inputmask.remove()})},y.setValue=function(e3,t3){typeof e3=="string"&&(e3=v.getElementById(e3)||v.querySelectorAll(e3)),(e3=e3.nodeName?[e3]:e3).forEach(function(e4){e4.inputmask?e4.inputmask.setValue(t3):(0,r.default)(e4).trigger("setvalue",[t3])})},y.dependencyLib=r.default,s.default.Inputmask=y,t2.default=y},5296:function(e2,t2,n2){function i2(e3){return i2=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(e4){return typeof e4}:function(e4){return e4&&typeof Symbol=="function"&&e4.constructor===Symbol&&e4!==Symbol.prototype?"symbol":typeof e4},i2(e3)}var a2=d(n2(9380)),r=d(n2(2394));function o(e3,t3){for(var n3=0;n3<t3.length;n3++){var a3=t3[n3];a3.enumerable=a3.enumerable||!1,a3.configurable=!0,"value"in a3&&(a3.writable=!0),Object.defineProperty(e3,(r2=a3.key,o2=void 0,o2=function(e4,t4){if(i2(e4)!=="object"||e4===null)return e4;var n4=e4[Symbol.toPrimitive];if(n4!==void 0){var a4=n4.call(e4,t4||"default");if(i2(a4)!=="object")return a4;throw new TypeError("@@toPrimitive must return a primitive value.")}return(t4==="string"?String:Number)(e4)}(r2,"string"),i2(o2)==="symbol"?o2:String(o2)),a3)}var r2,o2}function s(e3){var t3=u();return function(){var n3,a3=p(e3);if(t3){var r2=p(this).constructor;n3=Reflect.construct(a3,arguments,r2)}else n3=a3.apply(this,arguments);return function(e4,t4){if(t4&&(i2(t4)==="object"||typeof t4=="function"))return t4;if(t4!==void 0)throw new TypeError("Derived constructors may only return object or undefined");return function(e5){if(e5===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e5}(e4)}(this,n3)}}function l(e3){var t3=typeof Map=="function"?new Map:void 0;return l=function(e4){if(e4===null||!function(e5){try{return Function.toString.call(e5).indexOf("[native code]")!==-1}catch(t4){return typeof e5=="function"}}(e4))return e4;if(typeof e4!="function")throw new TypeError("Super expression must either be null or a function");if(t3!==void 0){if(t3.has(e4))return t3.get(e4);t3.set(e4,n3)}function n3(){return c(e4,arguments,p(this).constructor)}return n3.prototype=Object.create(e4.prototype,{constructor:{value:n3,enumerable:!1,writable:!0,configurable:!0}}),f(n3,e4)},l(e3)}function c(e3,t3,n3){return c=u()?Reflect.construct.bind():function(e4,t4,n4){var i3=[null];i3.push.apply(i3,t4);var a3=new(Function.bind.apply(e4,i3));return n4&&f(a3,n4.prototype),a3},c.apply(null,arguments)}function u(){if(typeof Reflect>"u"||!Reflect.construct||Reflect.construct.sham)return!1;if(typeof Proxy=="function")return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){})),!0}catch(e3){return!1}}function f(e3,t3){return f=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(e4,t4){return e4.__proto__=t4,e4},f(e3,t3)}function p(e3){return p=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(e4){return e4.__proto__||Object.getPrototypeOf(e4)},p(e3)}function d(e3){return e3&&e3.__esModule?e3:{default:e3}}var h=a2.default.document;if(h&&h.head&&h.head.attachShadow&&a2.default.customElements&&a2.default.customElements.get("input-mask")===void 0){var m=function(e3){(function(e4,t4){if(typeof t4!="function"&&t4!==null)throw new TypeError("Super expression must either be null or a function");e4.prototype=Object.create(t4&&t4.prototype,{constructor:{value:e4,writable:!0,configurable:!0}}),Object.defineProperty(e4,"prototype",{writable:!1}),t4&&f(e4,t4)})(l2,e3);var t3,n3,i3,a3=s(l2);function l2(){var e4;(function(e5,t5){if(!(e5 instanceof t5))throw new TypeError("Cannot call a class as a function")})(this,l2);var t4=(e4=a3.call(this)).getAttributeNames(),n4=e4.attachShadow({mode:"closed"});for(var i4 in e4.input=h.createElement("input"),e4.input.type="text",n4.appendChild(e4.input),t4)Object.prototype.hasOwnProperty.call(t4,i4)&&e4.input.setAttribute(t4[i4],e4.getAttribute(t4[i4]));var o2=new r.default;return o2.dataAttribute="",o2.mask(e4.input),e4.input.inputmask.shadowRoot=n4,e4}return t3=l2,(n3=[{key:"attributeChangedCallback",value:function(e4,t4,n4){this.input.setAttribute(e4,n4)}},{key:"value",get:function(){return this.input.value},set:function(e4){this.input.value=e4}}])&&o(t3.prototype,n3),i3&&o(t3,i3),Object.defineProperty(t3,"prototype",{writable:!1}),l2}(l(HTMLElement));a2.default.customElements.define("input-mask",m)}},443:function(e2,t2,n2){var i2=o(n2(7957)),a2=o(n2(2394));function r(e3){return r=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(e4){return typeof e4}:function(e4){return e4&&typeof Symbol=="function"&&e4.constructor===Symbol&&e4!==Symbol.prototype?"symbol":typeof e4},r(e3)}function o(e3){return e3&&e3.__esModule?e3:{default:e3}}i2.default.fn.inputmask===void 0&&(i2.default.fn.inputmask=function(e3,t3){var n3,o2=this[0];if(t3===void 0&&(t3={}),typeof e3=="string")switch(e3){case"unmaskedvalue":return o2&&o2.inputmask?o2.inputmask.unmaskedvalue():(0,i2.default)(o2).val();case"remove":return this.each(function(){this.inputmask&&this.inputmask.remove()});case"getemptymask":return o2&&o2.inputmask?o2.inputmask.getemptymask():"";case"hasMaskedValue":return!(!o2||!o2.inputmask)&&o2.inputmask.hasMaskedValue();case"isComplete":return!o2||!o2.inputmask||o2.inputmask.isComplete();case"getmetadata":return o2&&o2.inputmask?o2.inputmask.getmetadata():void 0;case"setvalue":a2.default.setValue(o2,t3);break;case"option":if(typeof t3!="string")return this.each(function(){if(this.inputmask!==void 0)return this.inputmask.option(t3)});if(o2&&o2.inputmask!==void 0)return o2.inputmask.option(t3);break;default:return t3.alias=e3,n3=new a2.default(t3),this.each(function(){n3.mask(this)})}else{if(Array.isArray(e3))return t3.alias=e3,n3=new a2.default(t3),this.each(function(){n3.mask(this)});if(r(e3)==="object")return n3=new a2.default(e3),e3.mask===void 0&&e3.alias===void 0?this.each(function(){if(this.inputmask!==void 0)return this.inputmask.option(e3);n3.mask(this)}):this.each(function(){n3.mask(this)});if(e3===void 0)return this.each(function(){(n3=new a2.default(t3)).mask(this)})}})},2839:function(e2,t2){function n2(e3){return n2=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(e4){return typeof e4}:function(e4){return e4&&typeof Symbol=="function"&&e4.constructor===Symbol&&e4!==Symbol.prototype?"symbol":typeof e4},n2(e3)}function i2(e3,t3){return function(e4){if(Array.isArray(e4))return e4}(e3)||function(e4,t4){var n3=e4==null?null:typeof Symbol<"u"&&e4[Symbol.iterator]||e4["@@iterator"];if(n3!=null){var i3,a3,r2,o2,s2=[],l2=!0,c=!1;try{if(r2=(n3=n3.call(e4)).next,t4===0){if(Object(n3)!==n3)return;l2=!1}else for(;!(l2=(i3=r2.call(n3)).done)&&(s2.push(i3.value),s2.length!==t4);l2=!0);}catch(e5){c=!0,a3=e5}finally{try{if(!l2&&n3.return!=null&&(o2=n3.return(),Object(o2)!==o2))return}finally{if(c)throw a3}}return s2}}(e3,t3)||function(e4,t4){if(e4){if(typeof e4=="string")return a2(e4,t4);var n3=Object.prototype.toString.call(e4).slice(8,-1);if(n3==="Object"&&e4.constructor&&(n3=e4.constructor.name),n3==="Map"||n3==="Set")return Array.from(e4);if(n3==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n3))return a2(e4,t4)}}(e3,t3)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function a2(e3,t3){(t3==null||t3>e3.length)&&(t3=e3.length);for(var n3=0,i3=new Array(t3);n3<t3;n3++)i3[n3]=e3[n3];return i3}function r(e3,t3){var n3=Object.keys(e3);if(Object.getOwnPropertySymbols){var i3=Object.getOwnPropertySymbols(e3);t3&&(i3=i3.filter(function(t4){return Object.getOwnPropertyDescriptor(e3,t4).enumerable})),n3.push.apply(n3,i3)}return n3}function o(e3,t3,i3){return(t3=function(e4){var t4=function(e5,t5){if(n2(e5)!=="object"||e5===null)return e5;var i4=e5[Symbol.toPrimitive];if(i4!==void 0){var a3=i4.call(e5,t5||"default");if(n2(a3)!=="object")return a3;throw new TypeError("@@toPrimitive must return a primitive value.")}return(t5==="string"?String:Number)(e5)}(e4,"string");return n2(t4)==="symbol"?t4:String(t4)}(t3))in e3?Object.defineProperty(e3,t3,{value:i3,enumerable:!0,configurable:!0,writable:!0}):e3[t3]=i3,e3}Object.defineProperty(t2,"__esModule",{value:!0}),t2.keys=t2.keyCode=void 0,t2.toKey=function(e3,t3){return l[e3]||(t3?String.fromCharCode(e3):String.fromCharCode(e3).toLowerCase())},t2.toKeyCode=function(e3){return s[e3]};var s=t2.keyCode=function(e3){for(var t3=1;t3<arguments.length;t3++){var n3=arguments[t3]!=null?arguments[t3]:{};t3%2?r(Object(n3),!0).forEach(function(t4){o(e3,t4,n3[t4])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e3,Object.getOwnPropertyDescriptors(n3)):r(Object(n3)).forEach(function(t4){Object.defineProperty(e3,t4,Object.getOwnPropertyDescriptor(n3,t4))})}return e3}({c:67,x:88,z:90,BACKSPACE_SAFARI:127,Enter:13,Meta_LEFT:91,Meta_RIGHT:92,Space:32},{Alt:18,AltGraph:18,ArrowDown:40,ArrowLeft:37,ArrowRight:39,ArrowUp:38,Backspace:8,CapsLock:20,Control:17,ContextMenu:93,Dead:221,Delete:46,End:35,Escape:27,F1:112,F2:113,F3:114,F4:115,F5:116,F6:117,F7:118,F8:119,F9:120,F10:121,F11:122,F12:123,Home:36,Insert:45,NumLock:144,PageDown:34,PageUp:33,Pause:19,PrintScreen:44,Process:229,Shift:16,ScrollLock:145,Tab:9,Unidentified:229}),l=Object.entries(s).reduce(function(e3,t3){var n3=i2(t3,2),a3=n3[0],r2=n3[1];return e3[r2]=e3[r2]===void 0?a3:e3[r2],e3},{});t2.keys=Object.entries(s).reduce(function(e3,t3){var n3=i2(t3,2),a3=n3[0];return n3[1],e3[a3]=a3==="Space"?" ":a3,e3},{})},2391:function(e2,t2,n2){Object.defineProperty(t2,"__esModule",{value:!0}),t2.analyseMask=function(e3,t3,n3){var i3,a3,l2,c2,u,f,p=/(?:[?*+]|\{[0-9+*]+(?:,[0-9+*]*)?(?:\|[0-9+*]*)?\})|[^.?*+^${[]()|\\]+|./g,d=/\[\^?]?(?:[^\\\]]+|\\[\S\s]?)*]?|\\(?:0(?:[0-3][0-7]{0,2}|[4-7][0-7]?)?|[1-9][0-9]*|x[0-9A-Fa-f]{2}|u[0-9A-Fa-f]{4}|c[A-Za-z]|[\S\s]?)|\((?:\?[:=!]?)?|(?:[?*+]|\{[0-9]+(?:,[0-9]*)?\})\??|[^.?*+^${[()|\\]+|./g,h=!1,m=new o.default,v=[],g=[],y=!1;function k(e4,i4,a4){a4=a4!==void 0?a4:e4.matches.length;var o2=e4.matches[a4-1];if(t3){if(i4.indexOf("[")===0||h&&/\\d|\\s|\\w|\\p/i.test(i4)||i4==="."){var l3=n3.casing?"i":"";/\\p\{.*}/i.test(i4)&&(l3+="u"),e4.matches.splice(a4++,0,{fn:new RegExp(i4,l3),static:!1,optionality:!1,newBlockMarker:o2===void 0?"master":o2.def!==i4,casing:null,def:i4,placeholder:s(n3.placeholder)==="object"?n3.placeholder[m.matches.length]:void 0,nativeDef:i4})}else h&&(i4=i4[i4.length-1]),i4.split("").forEach(function(t4,i5){o2=e4.matches[a4-1],e4.matches.splice(a4++,0,{fn:/[a-z]/i.test(n3.staticDefinitionSymbol||t4)?new RegExp("["+(n3.staticDefinitionSymbol||t4)+"]",n3.casing?"i":""):null,static:!0,optionality:!1,newBlockMarker:o2===void 0?"master":o2.def!==t4&&o2.static!==!0,casing:null,def:n3.staticDefinitionSymbol||t4,placeholder:n3.staticDefinitionSymbol!==void 0?t4:s(n3.placeholder)==="object"?n3.placeholder[m.matches.length]:void 0,nativeDef:(h?"'":"")+t4})});h=!1}else{var c3=n3.definitions&&n3.definitions[i4]||n3.usePrototypeDefinitions&&r.default.prototype.definitions[i4];c3&&!h?e4.matches.splice(a4++,0,{fn:c3.validator?typeof c3.validator=="string"?new RegExp(c3.validator,n3.casing?"i":""):new function(){this.test=c3.validator}:/./,static:c3.static||!1,optionality:c3.optional||!1,defOptionality:c3.optional||!1,newBlockMarker:o2===void 0||c3.optional?"master":o2.def!==(c3.definitionSymbol||i4),casing:c3.casing,def:c3.definitionSymbol||i4,placeholder:c3.placeholder,nativeDef:i4,generated:c3.generated}):(e4.matches.splice(a4++,0,{fn:/[a-z]/i.test(n3.staticDefinitionSymbol||i4)?new RegExp("["+(n3.staticDefinitionSymbol||i4)+"]",n3.casing?"i":""):null,static:!0,optionality:!1,newBlockMarker:o2===void 0?"master":o2.def!==i4&&o2.static!==!0,casing:null,def:n3.staticDefinitionSymbol||i4,placeholder:n3.staticDefinitionSymbol!==void 0?i4:void 0,nativeDef:(h?"'":"")+i4}),h=!1)}}function b(){if(v.length>0){if(k(c2=v[v.length-1],a3),c2.isAlternator){u=v.pop();for(var e4=0;e4<u.matches.length;e4++)u.matches[e4].isGroup&&(u.matches[e4].isGroup=!1);v.length>0?(c2=v[v.length-1]).matches.push(u):m.matches.push(u)}}else k(m,a3)}function x(e4){var t4=new o.default(!0);return t4.openGroup=!1,t4.matches=e4,t4}function w(){if((l2=v.pop()).openGroup=!1,l2!==void 0)if(v.length>0){if((c2=v[v.length-1]).matches.push(l2),c2.isAlternator){u=v.pop();for(var e4=0;e4<u.matches.length;e4++)u.matches[e4].isGroup=!1,u.matches[e4].alternatorGroup=!1;v.length>0?(c2=v[v.length-1]).matches.push(u):m.matches.push(u)}}else m.matches.push(l2);else b()}function P(e4){var t4=e4.pop();return t4.isQuantifier&&(t4=x([e4.pop(),t4])),t4}for(t3&&(n3.optionalmarker[0]=void 0,n3.optionalmarker[1]=void 0);i3=t3?d.exec(e3):p.exec(e3);){if(a3=i3[0],t3){switch(a3.charAt(0)){case"?":a3="{0,1}";break;case"+":case"*":a3="{"+a3+"}";break;case"|":if(v.length===0){var S=x(m.matches);S.openGroup=!0,v.push(S),m.matches=[],y=!0}}switch(a3){case"\\d":a3="[0-9]";break;case"\\p":a3+=d.exec(e3)[0],a3+=d.exec(e3)[0]}}if(h)b();else switch(a3.charAt(0)){case"$":case"^":t3||b();break;case n3.escapeChar:h=!0,t3&&b();break;case n3.optionalmarker[1]:case n3.groupmarker[1]:w();break;case n3.optionalmarker[0]:v.push(new o.default(!1,!0));break;case n3.groupmarker[0]:v.push(new o.default(!0));break;case n3.quantifiermarker[0]:var O=new o.default(!1,!1,!0),M=(a3=a3.replace(/[{}?]/g,"")).split("|"),_=M[0].split(","),E=isNaN(_[0])?_[0]:parseInt(_[0]),j=_.length===1?E:isNaN(_[1])?_[1]:parseInt(_[1]),T=isNaN(M[1])?M[1]:parseInt(M[1]);E!=="*"&&E!=="+"||(E=j==="*"?0:1),O.quantifier={min:E,max:j,jit:T};var A=v.length>0?v[v.length-1].matches:m.matches;(i3=A.pop()).isGroup||(i3=x([i3])),A.push(i3),A.push(O);break;case n3.alternatormarker:if(v.length>0){var D=(c2=v[v.length-1]).matches[c2.matches.length-1];f=c2.openGroup&&(D.matches===void 0||D.isGroup===!1&&D.isAlternator===!1)?v.pop():P(c2.matches)}else f=P(m.matches);if(f.isAlternator)v.push(f);else if(f.alternatorGroup?(u=v.pop(),f.alternatorGroup=!1):u=new o.default(!1,!1,!1,!0),u.matches.push(f),v.push(u),f.openGroup){f.openGroup=!1;var L=new o.default(!0);L.alternatorGroup=!0,v.push(L)}break;default:b()}}for(y&&w();v.length>0;)l2=v.pop(),m.matches.push(l2);return m.matches.length>0&&(function e4(i4){i4&&i4.matches&&i4.matches.forEach(function(a4,r2){var o2=i4.matches[r2+1];(o2===void 0||o2.matches===void 0||o2.isQuantifier===!1)&&a4&&a4.isGroup&&(a4.isGroup=!1,t3||(k(a4,n3.groupmarker[0],0),a4.openGroup!==!0&&k(a4,n3.groupmarker[1]))),e4(a4)})}(m),g.push(m)),(n3.numericInput||n3.isRTL)&&function e4(t4){for(var i4 in t4.matches=t4.matches.reverse(),t4.matches)if(Object.prototype.hasOwnProperty.call(t4.matches,i4)){var a4=parseInt(i4);if(t4.matches[i4].isQuantifier&&t4.matches[a4+1]&&t4.matches[a4+1].isGroup){var r2=t4.matches[i4];t4.matches.splice(i4,1),t4.matches.splice(a4+1,0,r2)}t4.matches[i4].matches!==void 0?t4.matches[i4]=e4(t4.matches[i4]):t4.matches[i4]=((o2=t4.matches[i4])===n3.optionalmarker[0]?o2=n3.optionalmarker[1]:o2===n3.optionalmarker[1]?o2=n3.optionalmarker[0]:o2===n3.groupmarker[0]?o2=n3.groupmarker[1]:o2===n3.groupmarker[1]&&(o2=n3.groupmarker[0]),o2)}var o2;return t4}(g[0]),g},t2.generateMaskSet=function(e3,t3){var n3;function o2(e4,t4){var n4=t4.repeat,i3=t4.groupmarker,r2=t4.quantifiermarker,o3=t4.keepStatic;if(n4>0||n4==="*"||n4==="+"){var s2=n4==="*"?0:n4==="+"?1:n4;if(s2!=n4)e4=i3[0]+e4+i3[1]+r2[0]+s2+","+n4+r2[1];else for(var c3=e4,u2=1;u2<s2;u2++)e4+=c3}if(o3===!0){var f=e4.match(new RegExp("(.)\\[([^\\]]*)\\]","g"));f&&f.forEach(function(t5,n5){var i4=function(e5,t6){return function(e6){if(Array.isArray(e6))return e6}(e5)||function(e6,t7){var n6=e6==null?null:typeof Symbol<"u"&&e6[Symbol.iterator]||e6["@@iterator"];if(n6!=null){var i5,a3,r4,o5,s3=[],l2=!0,c4=!1;try{if(r4=(n6=n6.call(e6)).next,t7===0){if(Object(n6)!==n6)return;l2=!1}else for(;!(l2=(i5=r4.call(n6)).done)&&(s3.push(i5.value),s3.length!==t7);l2=!0);}catch(e7){c4=!0,a3=e7}finally{try{if(!l2&&n6.return!=null&&(o5=n6.return(),Object(o5)!==o5))return}finally{if(c4)throw a3}}return s3}}(e5,t6)||function(e6,t7){if(e6){if(typeof e6=="string")return l(e6,t7);var n6=Object.prototype.toString.call(e6).slice(8,-1);if(n6==="Object"&&e6.constructor&&(n6=e6.constructor.name),n6==="Map"||n6==="Set")return Array.from(e6);if(n6==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n6))return l(e6,t7)}}(e5,t6)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}(t5.split("["),2),r3=i4[0],o4=i4[1];o4=o4.replace("]",""),e4=e4.replace(new RegExp("".concat((0,a2.default)(r3),"\\[").concat((0,a2.default)(o4),"\\]")),r3.charAt(0)===o4.charAt(0)?"(".concat(r3,"|").concat(r3).concat(o4,")"):"".concat(r3,"[").concat(o4,"]"))})}return e4}function c2(e4,n4,a3){var l2,c3,u2=!1;return e4!==null&&e4!==""||((u2=a3.regex!==null)?e4=(e4=a3.regex).replace(/^(\^)(.*)(\$)$/,"$2"):(u2=!0,e4=".*")),e4.length===1&&a3.greedy===!1&&a3.repeat!==0&&(a3.placeholder=""),e4=o2(e4,a3),c3=u2?"regex_"+a3.regex:a3.numericInput?e4.split("").reverse().join(""):e4,a3.keepStatic!==null&&(c3="ks_"+a3.keepStatic+c3),s(a3.placeholder)==="object"&&(c3="ph_"+JSON.stringify(a3.placeholder)+c3),r.default.prototype.masksCache[c3]===void 0||t3===!0?(l2={mask:e4,maskToken:r.default.prototype.analyseMask(e4,u2,a3),validPositions:[],_buffer:void 0,buffer:void 0,tests:{},excludes:{},metadata:n4,maskLength:void 0,jitOffset:{}},t3!==!0&&(r.default.prototype.masksCache[c3]=l2,l2=i2.default.extend(!0,{},r.default.prototype.masksCache[c3]))):l2=i2.default.extend(!0,{},r.default.prototype.masksCache[c3]),l2}if(typeof e3.mask=="function"&&(e3.mask=e3.mask(e3)),Array.isArray(e3.mask)){if(e3.mask.length>1){e3.keepStatic===null&&(e3.keepStatic=!0);var u=e3.groupmarker[0];return(e3.isRTL?e3.mask.reverse():e3.mask).forEach(function(t4){u.length>1&&(u+=e3.alternatormarker),t4.mask!==void 0&&typeof t4.mask!="function"?u+=t4.mask:u+=t4}),c2(u+=e3.groupmarker[1],e3.mask,e3)}e3.mask=e3.mask.pop()}return n3=e3.mask&&e3.mask.mask!==void 0&&typeof e3.mask.mask!="function"?c2(e3.mask.mask,e3.mask,e3):c2(e3.mask,e3.mask,e3),e3.keepStatic===null&&(e3.keepStatic=!1),n3};var i2=c(n2(3287)),a2=c(n2(7184)),r=c(n2(2394)),o=c(n2(9695));function s(e3){return s=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(e4){return typeof e4}:function(e4){return e4&&typeof Symbol=="function"&&e4.constructor===Symbol&&e4!==Symbol.prototype?"symbol":typeof e4},s(e3)}function l(e3,t3){(t3==null||t3>e3.length)&&(t3=e3.length);for(var n3=0,i3=new Array(t3);n3<t3;n3++)i3[n3]=e3[n3];return i3}function c(e3){return e3&&e3.__esModule?e3:{default:e3}}},157:function(e2,t2,n2){Object.defineProperty(t2,"__esModule",{value:!0}),t2.mask=function(){var e3=this,t3=this.opts,n3=this.el,c=this.dependencyLib;r.EventRuler.off(n3);var u=function(t4,n4){var i3=t4.getAttribute("type"),a3=t4.tagName.toLowerCase()==="input"&&n4.supportsInputType.includes(i3)||t4.isContentEditable||t4.tagName.toLowerCase()==="textarea";if(!a3)if(t4.tagName.toLowerCase()==="input"){var l2=document.createElement("input");l2.setAttribute("type",i3),a3=l2.type==="text",l2=null}else a3="partial";return a3!==!1?function(t5){var i4,a4;function l3(){return this.inputmask?this.inputmask.opts.autoUnmask?this.inputmask.unmaskedvalue():s.getLastValidPosition.call(e3)!==-1||n4.nullable!==!0?(this.inputmask.shadowRoot||this.ownerDocument).activeElement===this&&n4.clearMaskOnLostFocus?(e3.isRTL?o.clearOptionalTail.call(e3,s.getBuffer.call(e3).slice()).reverse():o.clearOptionalTail.call(e3,s.getBuffer.call(e3).slice())).join(""):i4.call(this):"":i4.call(this)}function u2(e4){a4.call(this,e4),this.inputmask&&(0,o.applyInputValue)(this,e4)}if(!t5.inputmask.__valueGet){if(n4.noValuePatching!==!0){if(Object.getOwnPropertyDescriptor){var f2=Object.getPrototypeOf?Object.getOwnPropertyDescriptor(Object.getPrototypeOf(t5),"value"):void 0;f2&&f2.get&&f2.set?(i4=f2.get,a4=f2.set,Object.defineProperty(t5,"value",{get:l3,set:u2,configurable:!0})):t5.tagName.toLowerCase()!=="input"&&(i4=function(){return this.textContent},a4=function(e4){this.textContent=e4},Object.defineProperty(t5,"value",{get:l3,set:u2,configurable:!0}))}else document.__lookupGetter__&&t5.__lookupGetter__("value")&&(i4=t5.__lookupGetter__("value"),a4=t5.__lookupSetter__("value"),t5.__defineGetter__("value",l3),t5.__defineSetter__("value",u2));t5.inputmask.__valueGet=i4,t5.inputmask.__valueSet=a4}t5.inputmask._valueGet=function(t6){return e3.isRTL&&t6!==!0?i4.call(this.el).split("").reverse().join(""):i4.call(this.el)},t5.inputmask._valueSet=function(t6,n5){a4.call(this.el,t6==null?"":n5!==!0&&e3.isRTL?t6.split("").reverse().join(""):t6)},i4===void 0&&(i4=function(){return this.value},a4=function(e4){this.value=e4},function(t6){if(c.valHooks&&(c.valHooks[t6]===void 0||c.valHooks[t6].inputmaskpatch!==!0)){var i5=c.valHooks[t6]&&c.valHooks[t6].get?c.valHooks[t6].get:function(e4){return e4.value},a5=c.valHooks[t6]&&c.valHooks[t6].set?c.valHooks[t6].set:function(e4,t7){return e4.value=t7,e4};c.valHooks[t6]={get:function(t7){if(t7.inputmask){if(t7.inputmask.opts.autoUnmask)return t7.inputmask.unmaskedvalue();var a6=i5(t7);return s.getLastValidPosition.call(e3,void 0,void 0,t7.inputmask.maskset.validPositions)!==-1||n4.nullable!==!0?a6:""}return i5(t7)},set:function(e4,t7){var n5=a5(e4,t7);return e4.inputmask&&(0,o.applyInputValue)(e4,t7),n5},inputmaskpatch:!0}}}(t5.type),function(e4){r.EventRuler.on(e4,"mouseenter",function(){var e5=this,t6=e5.inputmask._valueGet(!0);t6!=(e5.inputmask.isRTL?s.getBuffer.call(e5.inputmask).slice().reverse():s.getBuffer.call(e5.inputmask)).join("")&&(0,o.applyInputValue)(e5,t6)})}(t5))}}(t4):t4.inputmask=void 0,a3}(n3,t3);if(u!==!1){e3.originalPlaceholder=n3.placeholder,e3.maxLength=n3!==void 0?n3.maxLength:void 0,e3.maxLength===-1&&(e3.maxLength=void 0),"inputMode"in n3&&n3.getAttribute("inputmode")===null&&(n3.inputMode=t3.inputmode,n3.setAttribute("inputmode",t3.inputmode)),u===!0&&(t3.showMaskOnFocus=t3.showMaskOnFocus&&["cc-number","cc-exp"].indexOf(n3.autocomplete)===-1,i2.iphone&&(t3.insertModeVisual=!1,n3.setAttribute("autocorrect","off")),r.EventRuler.on(n3,"submit",a2.EventHandlers.submitEvent),r.EventRuler.on(n3,"reset",a2.EventHandlers.resetEvent),r.EventRuler.on(n3,"blur",a2.EventHandlers.blurEvent),r.EventRuler.on(n3,"focus",a2.EventHandlers.focusEvent),r.EventRuler.on(n3,"invalid",a2.EventHandlers.invalidEvent),r.EventRuler.on(n3,"click",a2.EventHandlers.clickEvent),r.EventRuler.on(n3,"mouseleave",a2.EventHandlers.mouseleaveEvent),r.EventRuler.on(n3,"mouseenter",a2.EventHandlers.mouseenterEvent),r.EventRuler.on(n3,"paste",a2.EventHandlers.pasteEvent),r.EventRuler.on(n3,"cut",a2.EventHandlers.cutEvent),r.EventRuler.on(n3,"complete",t3.oncomplete),r.EventRuler.on(n3,"incomplete",t3.onincomplete),r.EventRuler.on(n3,"cleared",t3.oncleared),t3.inputEventOnly!==!0&&r.EventRuler.on(n3,"keydown",a2.EventHandlers.keyEvent),(i2.mobile||t3.inputEventOnly)&&n3.removeAttribute("maxLength"),r.EventRuler.on(n3,"input",a2.EventHandlers.inputFallBackEvent)),r.EventRuler.on(n3,"setvalue",a2.EventHandlers.setValueEvent),e3.applyMaskHook===void 0||e3.applyMaskHook(),s.getBufferTemplate.call(e3).join(""),e3.undoValue=e3._valueGet(!0);var f=(n3.inputmask.shadowRoot||n3.ownerDocument).activeElement;if(n3.inputmask._valueGet(!0)!==""||t3.clearMaskOnLostFocus===!1||f===n3){(0,o.applyInputValue)(n3,n3.inputmask._valueGet(!0),t3);var p=s.getBuffer.call(e3).slice();l.isComplete.call(e3,p)===!1&&t3.clearIncomplete&&s.resetMaskSet.call(e3,!1),t3.clearMaskOnLostFocus&&f!==n3&&(s.getLastValidPosition.call(e3)===-1?p=[]:o.clearOptionalTail.call(e3,p)),(t3.clearMaskOnLostFocus===!1||t3.showMaskOnFocus&&f===n3||n3.inputmask._valueGet(!0)!=="")&&(0,o.writeBuffer)(n3,p),f===n3&&s.caret.call(e3,n3,s.seekNext.call(e3,s.getLastValidPosition.call(e3)))}}};var i2=n2(9845),a2=n2(6030),r=n2(9716),o=n2(7760),s=n2(8711),l=n2(7215)},9695:function(e2,t2){Object.defineProperty(t2,"__esModule",{value:!0}),t2.default=function(e3,t3,n2,i2){this.matches=[],this.openGroup=e3||!1,this.alternatorGroup=!1,this.isGroup=e3||!1,this.isOptional=t3||!1,this.isQuantifier=n2||!1,this.isAlternator=i2||!1,this.quantifier={min:1,max:1}}},3194:function(){Array.prototype.includes||Object.defineProperty(Array.prototype,"includes",{value:function(e2,t2){if(this==null)throw new TypeError('"this" is null or not defined');var n2=Object(this),i2=n2.length>>>0;if(i2===0)return!1;for(var a2=0|t2,r=Math.max(a2>=0?a2:i2-Math.abs(a2),0);r<i2;){if(n2[r]===e2)return!0;r++}return!1}})},9302:function(){var e2=Function.bind.call(Function.call,Array.prototype.reduce),t2=Function.bind.call(Function.call,Object.prototype.propertyIsEnumerable),n2=Function.bind.call(Function.call,Array.prototype.concat),i2=Object.keys;Object.entries||(Object.entries=function(a2){return e2(i2(a2),function(e3,i3){return n2(e3,typeof i3=="string"&&t2(a2,i3)?[[i3,a2[i3]]]:[])},[])})},7149:function(){function e2(t2){return e2=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(e3){return typeof e3}:function(e3){return e3&&typeof Symbol=="function"&&e3.constructor===Symbol&&e3!==Symbol.prototype?"symbol":typeof e3},e2(t2)}typeof Object.getPrototypeOf!="function"&&(Object.getPrototypeOf=e2("test".__proto__)==="object"?function(e3){return e3.__proto__}:function(e3){return e3.constructor.prototype})},4013:function(){String.prototype.includes||(String.prototype.includes=function(e2,t2){return typeof t2!="number"&&(t2=0),!(t2+e2.length>this.length)&&this.indexOf(e2,t2)!==-1})},8711:function(e2,t2,n2){Object.defineProperty(t2,"__esModule",{value:!0}),t2.caret=function(e3,t3,n3,i3,r2){var o2,s2=this,l2=this.opts;if(t3===void 0)return"selectionStart"in e3&&"selectionEnd"in e3?(t3=e3.selectionStart,n3=e3.selectionEnd):a2.default.getSelection?(o2=a2.default.getSelection().getRangeAt(0)).commonAncestorContainer.parentNode!==e3&&o2.commonAncestorContainer!==e3||(t3=o2.startOffset,n3=o2.endOffset):document.selection&&document.selection.createRange&&(n3=(t3=0-(o2=document.selection.createRange()).duplicate().moveStart("character",-e3.inputmask._valueGet().length))+o2.text.length),{begin:i3?t3:f.call(s2,t3),end:i3?n3:f.call(s2,n3)};if(Array.isArray(t3)&&(n3=s2.isRTL?t3[0]:t3[1],t3=s2.isRTL?t3[1]:t3[0]),t3.begin!==void 0&&(n3=s2.isRTL?t3.begin:t3.end,t3=s2.isRTL?t3.end:t3.begin),typeof t3=="number"){t3=i3?t3:f.call(s2,t3),n3=typeof(n3=i3?n3:f.call(s2,n3))=="number"?n3:t3;var c2=parseInt(((e3.ownerDocument.defaultView||a2.default).getComputedStyle?(e3.ownerDocument.defaultView||a2.default).getComputedStyle(e3,null):e3.currentStyle).fontSize)*n3;if(e3.scrollLeft=c2>e3.scrollWidth?c2:0,e3.inputmask.caretPos={begin:t3,end:n3},l2.insertModeVisual&&l2.insertMode===!1&&t3===n3&&(r2||n3++),e3===(e3.inputmask.shadowRoot||e3.ownerDocument).activeElement){if("setSelectionRange"in e3)e3.setSelectionRange(t3,n3);else if(a2.default.getSelection){if(o2=document.createRange(),e3.firstChild===void 0||e3.firstChild===null){var u2=document.createTextNode("");e3.appendChild(u2)}o2.setStart(e3.firstChild,t3<e3.inputmask._valueGet().length?t3:e3.inputmask._valueGet().length),o2.setEnd(e3.firstChild,n3<e3.inputmask._valueGet().length?n3:e3.inputmask._valueGet().length),o2.collapse(!0);var p=a2.default.getSelection();p.removeAllRanges(),p.addRange(o2)}else e3.createTextRange&&((o2=e3.createTextRange()).collapse(!0),o2.moveEnd("character",n3),o2.moveStart("character",t3),o2.select());e3.inputmask.caretHook===void 0||e3.inputmask.caretHook.call(s2,{begin:t3,end:n3})}}},t2.determineLastRequiredPosition=function(e3){var t3,n3,i3=this,a3=i3.maskset,s2=i3.dependencyLib,c2=l.call(i3),u2={},f2=a3.validPositions[c2],p=o.getMaskTemplate.call(i3,!0,l.call(i3),!0,!0),d=p.length,h=f2!==void 0?f2.locator.slice():void 0;for(t3=c2+1;t3<p.length;t3++)h=(n3=o.getTestTemplate.call(i3,t3,h,t3-1)).locator.slice(),u2[t3]=s2.extend(!0,{},n3);var m=f2&&f2.alternation!==void 0?f2.locator[f2.alternation]:void 0;for(t3=d-1;t3>c2&&((n3=u2[t3]).match.optionality||n3.match.optionalQuantifier&&n3.match.newBlockMarker||m&&(m!==u2[t3].locator[f2.alternation]&&n3.match.static!==!0||n3.match.static===!0&&n3.locator[f2.alternation]&&r.checkAlternationMatch.call(i3,n3.locator[f2.alternation].toString().split(","),m.toString().split(","))&&o.getTests.call(i3,t3)[0].def!==""))&&p[t3]===o.getPlaceholder.call(i3,t3,n3.match);t3--)d--;return e3?{l:d,def:u2[d]?u2[d].match:void 0}:d},t2.determineNewCaretPosition=function(e3,t3,n3){var i3,a3,r2,f2=this,p=f2.maskset,d=f2.opts;if(t3&&(f2.isRTL?e3.end=e3.begin:e3.begin=e3.end),e3.begin===e3.end){switch(n3=n3||d.positionCaretOnClick){case"none":break;case"select":e3={begin:0,end:s.call(f2).length};break;case"ignore":e3.end=e3.begin=u.call(f2,l.call(f2));break;case"radixFocus":if(f2.clicked>1&&p.validPositions.length===0)break;if(function(e4){if(d.radixPoint!==""&&d.digits!==0){var t4=p.validPositions;if(t4[e4]===void 0||t4[e4].input===void 0){if(e4<u.call(f2,-1))return!0;var n4=s.call(f2).indexOf(d.radixPoint);if(n4!==-1){for(var i4=0,a4=t4.length;i4<a4;i4++)if(t4[i4]&&n4<i4&&t4[i4].input!==o.getPlaceholder.call(f2,i4))return!1;return!0}}}return!1}(e3.begin)){var h=s.call(f2).join("").indexOf(d.radixPoint);e3.end=e3.begin=d.numericInput?u.call(f2,h):h;break}default:if(i3=e3.begin,a3=l.call(f2,i3,!0),i3<=(r2=u.call(f2,a3!==-1||c.call(f2,0)?a3:-1)))e3.end=e3.begin=c.call(f2,i3,!1,!0)?i3:u.call(f2,i3);else{var m=p.validPositions[a3],v=o.getTestTemplate.call(f2,r2,m?m.match.locator:void 0,m),g=o.getPlaceholder.call(f2,r2,v.match);if(g!==""&&s.call(f2)[r2]!==g&&v.match.optionalQuantifier!==!0&&v.match.newBlockMarker!==!0||!c.call(f2,r2,d.keepStatic,!0)&&v.match.def===g){var y=u.call(f2,r2);(i3>=y||i3===r2)&&(r2=y)}e3.end=e3.begin=r2}}return e3}},t2.getBuffer=s,t2.getBufferTemplate=function(){var e3=this.maskset;return e3._buffer===void 0&&(e3._buffer=o.getMaskTemplate.call(this,!1,1),e3.buffer===void 0&&(e3.buffer=e3._buffer.slice())),e3._buffer},t2.getLastValidPosition=l,t2.isMask=c,t2.resetMaskSet=function(e3){var t3=this.maskset;t3.buffer=void 0,e3!==!0&&(t3.validPositions=[],t3.p=0),e3===!1&&(t3.tests={},t3.jitOffset={})},t2.seekNext=u,t2.seekPrevious=function(e3,t3){var n3=this,i3=e3-1;if(e3<=0)return 0;for(;i3>0&&(t3===!0&&(o.getTest.call(n3,i3).match.newBlockMarker!==!0||!c.call(n3,i3,void 0,!0))||t3!==!0&&!c.call(n3,i3,void 0,!0));)i3--;return i3},t2.translatePosition=f;var i2,a2=(i2=n2(9380))&&i2.__esModule?i2:{default:i2},r=n2(7215),o=n2(4713);function s(e3){var t3=this,n3=t3.maskset;return n3.buffer!==void 0&&e3!==!0||(n3.buffer=o.getMaskTemplate.call(t3,!0,l.call(t3),!0),n3._buffer===void 0&&(n3._buffer=n3.buffer.slice())),n3.buffer}function l(e3,t3,n3){var i3=this.maskset,a3=-1,r2=-1,o2=n3||i3.validPositions;e3===void 0&&(e3=-1);for(var s2=0,l2=o2.length;s2<l2;s2++)o2[s2]&&(t3||o2[s2].generatedInput!==!0)&&(s2<=e3&&(a3=s2),s2>=e3&&(r2=s2));return a3===-1||a3===e3?r2:r2===-1||e3-a3<r2-e3?a3:r2}function c(e3,t3,n3){var i3=this,a3=this.maskset,r2=o.getTestTemplate.call(i3,e3).match;if(r2.def===""&&(r2=o.getTest.call(i3,e3).match),r2.static!==!0)return r2.fn;if(n3===!0&&a3.validPositions[e3]!==void 0&&a3.validPositions[e3].generatedInput!==!0)return!0;if(t3!==!0&&e3>-1){if(n3){var s2=o.getTests.call(i3,e3);return s2.length>1+(s2[s2.length-1].match.def===""?1:0)}var l2=o.determineTestTemplate.call(i3,e3,o.getTests.call(i3,e3)),c2=o.getPlaceholder.call(i3,e3,l2.match);return l2.match.def!==c2}return!1}function u(e3,t3,n3){var i3=this;n3===void 0&&(n3=!0);for(var a3=e3+1;o.getTest.call(i3,a3).match.def!==""&&(t3===!0&&(o.getTest.call(i3,a3).match.newBlockMarker!==!0||!c.call(i3,a3,void 0,!0))||t3!==!0&&!c.call(i3,a3,void 0,n3));)a3++;return a3}function f(e3){var t3=this.opts,n3=this.el;return!this.isRTL||typeof e3!="number"||t3.greedy&&t3.placeholder===""||!n3||(e3=this._valueGet().length-e3)<0&&(e3=0),e3}},4713:function(e2,t2,n2){Object.defineProperty(t2,"__esModule",{value:!0}),t2.determineTestTemplate=f,t2.getDecisionTaker=l,t2.getMaskTemplate=function(e3,t3,n3,i3,a3){var r2=this,o2=this.opts,s2=this.maskset,l2=o2.greedy;a3&&o2.greedy&&(o2.greedy=!1,r2.maskset.tests={}),t3=t3||0;var p2,d2,m,v,g=[],y=0;do{if(e3===!0&&s2.validPositions[y])d2=(m=a3&&s2.validPositions[y].match.optionality&&s2.validPositions[y+1]===void 0&&(s2.validPositions[y].generatedInput===!0||s2.validPositions[y].input==o2.skipOptionalPartCharacter&&y>0)?f.call(r2,y,h.call(r2,y,p2,y-1)):s2.validPositions[y]).match,p2=m.locator.slice(),g.push(n3===!0?m.input:n3===!1?d2.nativeDef:c.call(r2,y,d2));else{d2=(m=u.call(r2,y,p2,y-1)).match,p2=m.locator.slice();var k=i3!==!0&&(o2.jitMasking!==!1?o2.jitMasking:d2.jit);(v=(v||s2.validPositions[y-1])&&d2.static&&d2.def!==o2.groupSeparator&&d2.fn===null)||k===!1||k===void 0||typeof k=="number"&&isFinite(k)&&k>y?g.push(n3===!1?d2.nativeDef:c.call(r2,g.length,d2)):v=!1}y++}while(d2.static!==!0||d2.def!==""||t3>y);return g[g.length-1]===""&&g.pop(),n3===!1&&s2.maskLength!==void 0||(s2.maskLength=y-1),o2.greedy=l2,g},t2.getPlaceholder=c,t2.getTest=p,t2.getTestTemplate=u,t2.getTests=h,t2.isSubsetOf=d;var i2,a2=(i2=n2(2394))&&i2.__esModule?i2:{default:i2},r=n2(8711);function o(e3){return o=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(e4){return typeof e4}:function(e4){return e4&&typeof Symbol=="function"&&e4.constructor===Symbol&&e4!==Symbol.prototype?"symbol":typeof e4},o(e3)}function s(e3,t3){var n3=(e3.alternation!=null?e3.mloc[l(e3)]:e3.locator).join("");if(n3!=="")for(n3=n3.split(":")[0];n3.length<t3;)n3+="0";return n3}function l(e3){var t3=e3.locator[e3.alternation];return typeof t3=="string"&&t3.length>0&&(t3=t3.split(",")[0]),t3!==void 0?t3.toString():""}function c(e3,t3,n3){var i3=this,a3=this.opts,s2=this.maskset;if((t3=t3||p.call(i3,e3).match).placeholder!==void 0||n3===!0){if(t3.placeholder!==""&&t3.static===!0&&t3.generated!==!0){var l2=r.getLastValidPosition.call(i3,e3),c2=r.seekNext.call(i3,l2);return(n3?e3<=c2:e3<c2)?a3.staticDefinitionSymbol&&t3.static?t3.nativeDef:t3.def:typeof t3.placeholder=="function"?t3.placeholder(a3):t3.placeholder}return typeof t3.placeholder=="function"?t3.placeholder(a3):t3.placeholder}if(t3.static===!0){if(e3>-1&&s2.validPositions[e3]===void 0){var u2,f2=h.call(i3,e3),d2=[];if(typeof a3.placeholder=="string"&&f2.length>1+(f2[f2.length-1].match.def===""?1:0)){for(var m=0;m<f2.length;m++)if(f2[m].match.def!==""&&f2[m].match.optionality!==!0&&f2[m].match.optionalQuantifier!==!0&&(f2[m].match.static===!0||u2===void 0||f2[m].match.fn.test(u2.match.def,s2,e3,!0,a3)!==!1)&&(d2.push(f2[m]),f2[m].match.static===!0&&(u2=f2[m]),d2.length>1&&/[0-9a-bA-Z]/.test(d2[0].match.def)))return a3.placeholder.charAt(e3%a3.placeholder.length)}}return t3.def}return o(a3.placeholder)==="object"?t3.def:a3.placeholder.charAt(e3%a3.placeholder.length)}function u(e3,t3,n3){return this.maskset.validPositions[e3]||f.call(this,e3,h.call(this,e3,t3&&t3.slice(),n3))}function f(e3,t3){var n3=this.opts,i3=0,a3=function(e4,t4){var n4=0,i4=!1;return t4.forEach(function(e5){e5.match.optionality&&(n4!==0&&n4!==e5.match.optionality&&(i4=!0),(n4===0||n4>e5.match.optionality)&&(n4=e5.match.optionality))}),n4&&(e4==0||t4.length==1?n4=0:i4||(n4=0)),n4}(e3,t3);e3=e3>0?e3-1:0;var r2,o2,l2,c2=s(p.call(this,e3));n3.greedy&&t3.length>1&&t3[t3.length-1].match.def===""&&(i3=1);for(var u2=0;u2<t3.length-i3;u2++){var f2=t3[u2];r2=s(f2,c2.length);var d2=Math.abs(r2-c2);(f2.unMatchedAlternationStopped!==!0||t3.filter(function(e4){return e4.unMatchedAlternationStopped!==!0}).length<=1)&&(o2===void 0||r2!==""&&d2<o2||l2&&!n3.greedy&&l2.match.optionality&&l2.match.optionality-a3>0&&l2.match.newBlockMarker==="master"&&(!f2.match.optionality||f2.match.optionality-a3<1||!f2.match.newBlockMarker)||l2&&!n3.greedy&&l2.match.optionalQuantifier&&!f2.match.optionalQuantifier)&&(o2=d2,l2=f2)}return l2}function p(e3,t3){var n3=this.maskset;return n3.validPositions[e3]?n3.validPositions[e3]:(t3||h.call(this,e3))[0]}function d(e3,t3,n3){function i3(e4){for(var t4,n4=[],i4=-1,a3=0,r2=e4.length;a3<r2;a3++)if(e4.charAt(a3)==="-")for(t4=e4.charCodeAt(a3+1);++i4<t4;)n4.push(String.fromCharCode(i4));else i4=e4.charCodeAt(a3),n4.push(e4.charAt(a3));return n4.join("")}return e3.match.def===t3.match.nativeDef||!(!(n3.regex||e3.match.fn instanceof RegExp&&t3.match.fn instanceof RegExp)||e3.match.static===!0||t3.match.static===!0)&&(t3.match.fn.source==="."||i3(t3.match.fn.source.replace(/[[\]/]/g,"")).indexOf(i3(e3.match.fn.source.replace(/[[\]/]/g,"")))!==-1)}function h(e3,t3,n3){var i3,r2,o2=this,s2=this.dependencyLib,l2=this.maskset,c2=this.opts,u2=this.el,p2=l2.maskToken,h2=t3?n3:0,m=t3?t3.slice():[0],v=[],g=!1,y=t3?t3.join(""):"",k=!1;function b(t4,n4,r3,s3){function f2(r4,s4,p4){function m3(e4,t5){var n5=t5.matches.indexOf(e4)===0;return n5||t5.matches.every(function(i4,a3){return i4.isQuantifier===!0?n5=m3(e4,t5.matches[a3-1]):Object.prototype.hasOwnProperty.call(i4,"matches")&&(n5=m3(e4,i4)),!n5}),n5}function w2(e4,t5,n5){var i4,a3;if((l2.tests[e4]||l2.validPositions[e4])&&(l2.validPositions[e4]?[l2.validPositions[e4]]:l2.tests[e4]).every(function(e5,r6){if(e5.mloc[t5])return i4=e5,!1;var o4=n5!==void 0?n5:e5.alternation,s5=e5.locator[o4]!==void 0?e5.locator[o4].toString().indexOf(t5):-1;return(a3===void 0||s5<a3)&&s5!==-1&&(i4=e5,a3=s5),!0}),i4){var r5=i4.locator[i4.alternation],o3=i4.mloc[t5]||i4.mloc[r5]||i4.locator;return o3[o3.length-1].toString().indexOf(":")!==-1&&o3.pop(),o3.slice((n5!==void 0?n5:i4.alternation)+1)}return n5!==void 0?w2(e4,t5):void 0}function P2(t5,n5){return t5.match.static===!0&&n5.match.static!==!0&&n5.match.fn.test(t5.match.def,l2,e3,!1,c2,!1)}function S2(e4,t5){var n5=e4.alternation,i4=t5===void 0||n5<=t5.alternation&&e4.locator[n5].toString().indexOf(t5.locator[n5])===-1;if(!i4&&n5>t5.alternation){for(var a3=0;a3<n5;a3++)if(e4.locator[a3]!==t5.locator[a3]){n5=a3,i4=!0;break}}return!!i4&&function(n6){e4.mloc=e4.mloc||{};var i5=e4.locator[n6];if(i5!==void 0){if(typeof i5=="string"&&(i5=i5.split(",")[0]),e4.mloc[i5]===void 0&&(e4.mloc[i5]=e4.locator.slice(),e4.mloc[i5].push(":".concat(e4.alternation))),t5!==void 0){for(var a4 in t5.mloc)typeof a4=="string"&&(a4=parseInt(a4.split(",")[0])),e4.mloc[a4+0]=t5.mloc[a4];e4.locator[n6]=Object.keys(e4.mloc).join(",")}return e4.alternation>n6&&(e4.alternation=n6),!0}return e4.alternation=void 0,!1}(n5)}function O(e4,t5){if(e4.locator.length!==t5.locator.length)return!1;for(var n5=e4.alternation+1;n5<e4.locator.length;n5++)if(e4.locator[n5]!==t5.locator[n5])return!1;return!0}if(h2>e3+c2._maxTestPos)throw new Error("Inputmask: There is probably an error in your mask definition or in the code. Create an issue on github with an example of the mask you are using. ".concat(l2.mask));if(h2===e3&&r4.matches===void 0){if(v.push({match:r4,locator:s4.reverse(),cd:y,mloc:{}}),!r4.optionality||p4!==void 0||!(c2.definitions&&c2.definitions[r4.nativeDef]&&c2.definitions[r4.nativeDef].optional||a2.default.prototype.definitions[r4.nativeDef]&&a2.default.prototype.definitions[r4.nativeDef].optional))return!0;g=!0,h2=e3}else if(r4.matches!==void 0){if(r4.isGroup&&p4!==r4)return function(){if(r4=f2(t4.matches[t4.matches.indexOf(r4)+1],s4,p4))return!0}();if(r4.isOptional)return function(){var t5=r4,a3=v.length;if(r4=b(r4,n4,s4,p4),v.length>0){if(v.forEach(function(e4,t6){t6>=a3&&(e4.match.optionality=e4.match.optionality?e4.match.optionality+1:1)}),i3=v[v.length-1].match,p4!==void 0||!m3(i3,t5))return r4;g=!0,h2=e3}}();if(r4.isAlternator)return function(){function i4(e4){for(var t5,n5=e4.matches[0].matches?e4.matches[0].matches.length:1,i5=0;i5<e4.matches.length&&n5===(t5=e4.matches[i5].matches?e4.matches[i5].matches.length:1);i5++);return n5!==t5}o2.hasAlternator=!0;var a3,m4=r4,y2=[],b2=v.slice(),x2=s4.length,M=n4.length>0?n4.shift():-1;if(M===-1||typeof M=="string"){var _,E=h2,j=n4.slice(),T=[];if(typeof M=="string")T=M.split(",");else for(_=0;_<m4.matches.length;_++)T.push(_.toString());if(l2.excludes[e3]!==void 0){for(var A=T.slice(),D=0,L=l2.excludes[e3].length;D<L;D++){var C=l2.excludes[e3][D].toString().split(":");s4.length==C[1]&&T.splice(T.indexOf(C[0]),1)}T.length===0&&(delete l2.excludes[e3],T=A)}(c2.keepStatic===!0||isFinite(parseInt(c2.keepStatic))&&E>=c2.keepStatic)&&(T=T.slice(0,1));for(var B=0;B<T.length;B++){_=parseInt(T[B]),v=[],n4=typeof M=="string"&&w2(h2,_,x2)||j.slice();var I=m4.matches[_];if(I&&f2(I,[_].concat(s4),p4))r4=!0;else if(B===0&&(k=i4(m4)),I&&I.matches&&I.matches.length>m4.matches[0].matches.length)break;a3=v.slice(),h2=E,v=[];for(var R=0;R<a3.length;R++){var F=a3[R],N=!1;F.alternation=F.alternation||x2,S2(F);for(var V=0;V<y2.length;V++){var G=y2[V];if(typeof M!="string"||F.alternation!==void 0&&T.includes(F.locator[F.alternation].toString())){if(F.match.nativeDef===G.match.nativeDef){N=!0,S2(G,F);break}if(d(F,G,c2)){S2(F,G)&&(N=!0,y2.splice(y2.indexOf(G),0,F));break}if(d(G,F,c2)){S2(G,F);break}if(P2(F,G)){O(F,G)||u2.inputmask.userOptions.keepStatic!==void 0?S2(F,G)&&(N=!0,y2.splice(y2.indexOf(G),0,F)):c2.keepStatic=!0;break}if(P2(G,F)){S2(G,F);break}}}N||y2.push(F)}}v=b2.concat(y2),h2=e3,g=v.length>0&&k,r4=y2.length>0&&!k,k&&g&&!r4&&v.forEach(function(e4,t5){e4.unMatchedAlternationStopped=!0}),n4=j.slice()}else r4=f2(m4.matches[M]||t4.matches[M],[M].concat(s4),p4);if(r4)return!0}();if(r4.isQuantifier&&p4!==t4.matches[t4.matches.indexOf(r4)-1])return function(){for(var a3=r4,o3=!1,u3=n4.length>0?n4.shift():0;u3<(isNaN(a3.quantifier.max)?u3+1:a3.quantifier.max)&&h2<=e3;u3++){var p5=t4.matches[t4.matches.indexOf(a3)-1];if(r4=f2(p5,[u3].concat(s4),p5)){if(v.forEach(function(t5,n5){(i3=x(p5,t5.match)?t5.match:v[v.length-1].match).optionalQuantifier=u3>=a3.quantifier.min,i3.jit=(u3+1)*(p5.matches.indexOf(i3)+1)>a3.quantifier.jit,i3.optionalQuantifier&&m3(i3,p5)&&(g=!0,h2=e3,c2.greedy&&l2.validPositions[e3-1]==null&&u3>a3.quantifier.min&&["*","+"].indexOf(a3.quantifier.max)!=-1&&(v.pop(),y=void 0),o3=!0,r4=!1),!o3&&i3.jit&&(l2.jitOffset[e3]=p5.matches.length-p5.matches.indexOf(i3))}),o3)break;return!0}}}();if(r4=b(r4,n4,s4,p4))return!0}else h2++}for(var p3=n4.length>0?n4.shift():0;p3<t4.matches.length;p3++)if(t4.matches[p3].isQuantifier!==!0){var m2=f2(t4.matches[p3],[p3].concat(r3),s3);if(m2&&h2===e3)return m2;if(h2>e3)break}}function x(e4,t4){var n4=e4.matches.indexOf(t4)!=-1;return n4||e4.matches.forEach(function(e5,i4){e5.matches===void 0||n4||(n4=x(e5,t4))}),n4}if(e3>-1){if(t3===void 0){for(var w,P=e3-1;(w=l2.validPositions[P]||l2.tests[P])===void 0&&P>-1;)P--;w!==void 0&&P>-1&&(m=function(e4,t4){var n4,i4=[];return Array.isArray(t4)||(t4=[t4]),t4.length>0&&(t4[0].alternation===void 0||c2.keepStatic===!0?(i4=f.call(o2,e4,t4.slice()).locator.slice()).length===0&&(i4=t4[0].locator.slice()):t4.forEach(function(e5){e5.def!==""&&(i4.length===0?(n4=e5.alternation,i4=e5.locator.slice()):e5.locator[n4]&&i4[n4].toString().indexOf(e5.locator[n4])===-1&&(i4[n4]+=","+e5.locator[n4]))})),i4}(P,w),y=m.join(""),h2=P)}if(l2.tests[e3]&&l2.tests[e3][0].cd===y)return l2.tests[e3];for(var S=m.shift();S<p2.length&&!(b(p2[S],m,[S])&&h2===e3||h2>e3);S++);}return(v.length===0||g)&&v.push({match:{fn:null,static:!0,optionality:!1,casing:null,def:"",placeholder:""},locator:k&&v.filter(function(e4){return e4.unMatchedAlternationStopped!==!0}).length===0?[0]:[],mloc:{},cd:y}),t3!==void 0&&l2.tests[e3]?r2=s2.extend(!0,[],v):(l2.tests[e3]=s2.extend(!0,[],v),r2=l2.tests[e3]),v.forEach(function(e4){e4.match.optionality=e4.match.defOptionality||!1}),r2}},7215:function(e2,t2,n2){Object.defineProperty(t2,"__esModule",{value:!0}),t2.alternate=s,t2.checkAlternationMatch=function(e3,t3,n3){for(var i3,a3=this.opts.greedy?t3:t3.slice(0,1),r2=!1,o2=n3!==void 0?n3.split(","):[],s2=0;s2<o2.length;s2++)(i3=e3.indexOf(o2[s2]))!==-1&&e3.splice(i3,1);for(var l2=0;l2<e3.length;l2++)if(a3.includes(e3[l2])){r2=!0;break}return r2},t2.handleRemove=function(e3,t3,n3,i3,l2){var c2=this,u2=this.maskset,f2=this.opts;if((f2.numericInput||c2.isRTL)&&(t3===a2.keys.Backspace?t3=a2.keys.Delete:t3===a2.keys.Delete&&(t3=a2.keys.Backspace),c2.isRTL)){var p2=n3.end;n3.end=n3.begin,n3.begin=p2}var d2,h2=r.getLastValidPosition.call(c2,void 0,!0);n3.end>=r.getBuffer.call(c2).length&&h2>=n3.end&&(n3.end=h2+1),t3===a2.keys.Backspace?n3.end-n3.begin<1&&(n3.begin=r.seekPrevious.call(c2,n3.begin)):t3===a2.keys.Delete&&n3.begin===n3.end&&(n3.end=r.isMask.call(c2,n3.end,!0,!0)?n3.end+1:r.seekNext.call(c2,n3.end)+1),(d2=m.call(c2,n3))!==!1&&((i3!==!0&&f2.keepStatic!==!1||f2.regex!==null&&o.getTest.call(c2,n3.begin).match.def.indexOf("|")!==-1)&&s.call(c2,!0),i3!==!0&&(u2.p=t3===a2.keys.Delete?n3.begin+d2:n3.begin,u2.p=r.determineNewCaretPosition.call(c2,{begin:u2.p,end:u2.p},!1,f2.insertMode===!1&&t3===a2.keys.Backspace?"none":void 0).begin))},t2.isComplete=c,t2.isSelection=u,t2.isValid=f,t2.refreshFromBuffer=d,t2.revalidateMask=m;var i2=n2(6030),a2=n2(2839),r=n2(8711),o=n2(4713);function s(e3,t3,n3,i3,a3,l2){var c2=this,u2=this.dependencyLib,p2=this.opts,d2=c2.maskset;if(!c2.hasAlternator)return!1;var h2,m2,v,g,y,k,b,x,w,P,S,O=u2.extend(!0,[],d2.validPositions),M=u2.extend(!0,{},d2.tests),_=!1,E=!1,j=a3!==void 0?a3:r.getLastValidPosition.call(c2);if(l2&&(P=l2.begin,S=l2.end,l2.begin>l2.end&&(P=l2.end,S=l2.begin)),j===-1&&a3===void 0)h2=0,m2=(g=o.getTest.call(c2,h2)).alternation;else for(;j>=0;j--)if((v=d2.validPositions[j])&&v.alternation!==void 0){if(j<=(e3||0)&&g&&g.locator[v.alternation]!==v.locator[v.alternation])break;h2=j,m2=d2.validPositions[h2].alternation,g=v}if(m2!==void 0){b=parseInt(h2),d2.excludes[b]=d2.excludes[b]||[],e3!==!0&&d2.excludes[b].push((0,o.getDecisionTaker)(g)+":"+g.alternation);var T=[],A=-1;for(y=b;b<r.getLastValidPosition.call(c2,void 0,!0)+1;y++)A===-1&&e3<=y&&t3!==void 0&&(T.push(t3),A=T.length-1),(k=d2.validPositions[b])&&k.generatedInput!==!0&&(l2===void 0||y<P||y>=S)&&T.push(k.input),d2.validPositions.splice(b,1);for(A===-1&&t3!==void 0&&(T.push(t3),A=T.length-1);d2.excludes[b]!==void 0&&d2.excludes[b].length<10;){for(d2.tests={},r.resetMaskSet.call(c2,!0),_=!0,y=0;y<T.length&&(x=_.caret||p2.insertMode==0&&x!=null?r.seekNext.call(c2,x):r.getLastValidPosition.call(c2,void 0,!0)+1,w=T[y],_=f.call(c2,x,w,!1,i3,!0));y++)y===A&&(E=_),e3==1&&_&&(E={caretPos:y});if(_)break;if(r.resetMaskSet.call(c2),g=o.getTest.call(c2,b),d2.validPositions=u2.extend(!0,[],O),d2.tests=u2.extend(!0,{},M),!d2.excludes[b]){E=s.call(c2,e3,t3,n3,i3,b-1,l2);break}if(g.alternation!=null){var D=(0,o.getDecisionTaker)(g);if(d2.excludes[b].indexOf(D+":"+g.alternation)!==-1){E=s.call(c2,e3,t3,n3,i3,b-1,l2);break}for(d2.excludes[b].push(D+":"+g.alternation),y=b;y<r.getLastValidPosition.call(c2,void 0,!0)+1;y++)d2.validPositions.splice(b)}else delete d2.excludes[b]}}return E&&p2.keepStatic===!1||delete d2.excludes[b],E}function l(e3,t3,n3){var i3=this.opts,r2=this.maskset;switch(i3.casing||t3.casing){case"upper":e3=e3.toUpperCase();break;case"lower":e3=e3.toLowerCase();break;case"title":var o2=r2.validPositions[n3-1];e3=n3===0||o2&&o2.input===String.fromCharCode(a2.keyCode.Space)?e3.toUpperCase():e3.toLowerCase();break;default:if(typeof i3.casing=="function"){var s2=Array.prototype.slice.call(arguments);s2.push(r2.validPositions),e3=i3.casing.apply(this,s2)}}return e3}function c(e3){var t3=this,n3=this.opts,i3=this.maskset;if(typeof n3.isComplete=="function")return n3.isComplete(e3,n3);if(n3.repeat!=="*"){var a3=!1,s2=r.determineLastRequiredPosition.call(t3,!0),l2=s2.l;if(s2.def===void 0||s2.def.newBlockMarker||s2.def.optionality||s2.def.optionalQuantifier){a3=!0;for(var c2=0;c2<=l2;c2++){var u2=o.getTestTemplate.call(t3,c2).match;if(u2.static!==!0&&i3.validPositions[c2]===void 0&&(u2.optionality===!1||u2.optionality===void 0||u2.optionality&&u2.newBlockMarker==0)&&(u2.optionalQuantifier===!1||u2.optionalQuantifier===void 0)||u2.static===!0&&u2.def!=""&&e3[c2]!==o.getPlaceholder.call(t3,c2,u2)){a3=!1;break}}}return a3}}function u(e3){var t3=this.opts.insertMode?0:1;return this.isRTL?e3.begin-e3.end>t3:e3.end-e3.begin>t3}function f(e3,t3,n3,i3,a3,p2,v){var g=this,y=this.dependencyLib,k=this.opts,b=g.maskset;n3=n3===!0;var x=e3;function w(e4){if(e4!==void 0){if(e4.remove!==void 0&&(Array.isArray(e4.remove)||(e4.remove=[e4.remove]),e4.remove.sort(function(e5,t5){return g.isRTL?e5.pos-t5.pos:t5.pos-e5.pos}).forEach(function(e5){m.call(g,{begin:e5,end:e5+1})}),e4.remove=void 0),e4.insert!==void 0&&(Array.isArray(e4.insert)||(e4.insert=[e4.insert]),e4.insert.sort(function(e5,t5){return g.isRTL?t5.pos-e5.pos:e5.pos-t5.pos}).forEach(function(e5){e5.c!==""&&f.call(g,e5.pos,e5.c,e5.strict===void 0||e5.strict,e5.fromIsValid!==void 0?e5.fromIsValid:i3)}),e4.insert=void 0),e4.refreshFromBuffer&&e4.buffer){var t4=e4.refreshFromBuffer;d.call(g,t4===!0?t4:t4.start,t4.end,e4.buffer),e4.refreshFromBuffer=void 0}e4.rewritePosition!==void 0&&(x=e4.rewritePosition,e4=!0)}return e4}function P(t4,n4,a4){var s2=!1;return o.getTests.call(g,t4).every(function(c2,f2){var p3=c2.match;if(r.getBuffer.call(g,!0),(s2=(!p3.jit||b.validPositions[r.seekPrevious.call(g,t4)]!==void 0)&&(p3.fn!=null?p3.fn.test(n4,b,t4,a4,k,u.call(g,e3)):(n4===p3.def||n4===k.skipOptionalPartCharacter)&&p3.def!==""&&{c:o.getPlaceholder.call(g,t4,p3,!0)||p3.def,pos:t4}))!==!1){var d2=s2.c!==void 0?s2.c:n4,h2=t4;return d2=d2===k.skipOptionalPartCharacter&&p3.static===!0?o.getPlaceholder.call(g,t4,p3,!0)||p3.def:d2,(s2=w(s2))!==!0&&s2.pos!==void 0&&s2.pos!==t4&&(h2=s2.pos),s2!==!0&&s2.pos===void 0&&s2.c===void 0||m.call(g,e3,y.extend({},c2,{input:l.call(g,d2,p3,h2)}),i3,h2)===!1&&(s2=!1),!1}return!0}),s2}e3.begin!==void 0&&(x=g.isRTL?e3.end:e3.begin);var S=!0,O=y.extend(!0,[],b.validPositions);if(k.keepStatic===!1&&b.excludes[x]!==void 0&&a3!==!0&&i3!==!0)for(var M=x;M<(g.isRTL?e3.begin:e3.end);M++)b.excludes[M]!==void 0&&(b.excludes[M]=void 0,delete b.tests[M]);if(typeof k.preValidation=="function"&&i3!==!0&&p2!==!0&&(S=w(S=k.preValidation.call(g,r.getBuffer.call(g),x,t3,u.call(g,e3),k,b,e3,n3||a3))),S===!0){if(S=P(x,t3,n3),(!n3||i3===!0)&&S===!1&&p2!==!0){var _=b.validPositions[x];if(!_||_.match.static!==!0||_.match.def!==t3&&t3!==k.skipOptionalPartCharacter){if(k.insertMode||b.validPositions[r.seekNext.call(g,x)]===void 0||e3.end>x){var E=!1;if(b.jitOffset[x]&&b.validPositions[r.seekNext.call(g,x)]===void 0&&(S=f.call(g,x+b.jitOffset[x],t3,!0,!0))!==!1&&(a3!==!0&&(S.caret=x),E=!0),e3.end>x&&(b.validPositions[x]=void 0),!E&&!r.isMask.call(g,x,k.keepStatic&&x===0)){for(var j=x+1,T=r.seekNext.call(g,x,!1,x!==0);j<=T;j++)if((S=P(j,t3,n3))!==!1){S=h.call(g,x,S.pos!==void 0?S.pos:j)||S,x=j;break}}}}else S={caret:r.seekNext.call(g,x)}}g.hasAlternator&&a3!==!0&&!n3&&(a3=!0,S===!1&&k.keepStatic&&(c.call(g,r.getBuffer.call(g))||x===0)?S=s.call(g,x,t3,n3,i3,void 0,e3):(u.call(g,e3)&&b.tests[x]&&b.tests[x].length>1&&k.keepStatic||S==1&&k.numericInput!==!0&&b.tests[x]&&b.tests[x].length>1&&r.getLastValidPosition.call(g,void 0,!0)>x)&&(S=s.call(g,!0))),S===!0&&(S={pos:x})}if(typeof k.postValidation=="function"&&i3!==!0&&p2!==!0){var A=k.postValidation.call(g,r.getBuffer.call(g,!0),e3.begin!==void 0?g.isRTL?e3.end:e3.begin:e3,t3,S,k,b,n3,v);A!==void 0&&(S=A===!0?S:A)}S&&S.pos===void 0&&(S.pos=x),S===!1||p2===!0?(r.resetMaskSet.call(g,!0),b.validPositions=y.extend(!0,[],O)):h.call(g,void 0,x,!0);var D=w(S);return g.maxLength!==void 0&&r.getBuffer.call(g).length>g.maxLength&&!i3&&(r.resetMaskSet.call(g,!0),b.validPositions=y.extend(!0,[],O),D=!1),D}function p(e3,t3,n3){for(var i3=this.maskset,a3=!1,r2=o.getTests.call(this,e3),s2=0;s2<r2.length;s2++){if(r2[s2].match&&(r2[s2].match.nativeDef===t3.match[n3.shiftPositions?"def":"nativeDef"]&&(!n3.shiftPositions||!t3.match.static)||r2[s2].match.nativeDef===t3.match.nativeDef||n3.regex&&!r2[s2].match.static&&r2[s2].match.fn.test(t3.input,i3,e3,!1,n3))){a3=!0;break}if(r2[s2].match&&r2[s2].match.def===t3.match.nativeDef){a3=void 0;break}}return a3===!1&&i3.jitOffset[e3]!==void 0&&(a3=p.call(this,e3+i3.jitOffset[e3],t3,n3)),a3}function d(e3,t3,n3){var a3,o2,s2=this,l2=this.maskset,c2=this.opts,u2=this.dependencyLib,f2=c2.skipOptionalPartCharacter,p2=s2.isRTL?n3.slice().reverse():n3;if(c2.skipOptionalPartCharacter="",e3===!0)r.resetMaskSet.call(s2,!1),e3=0,t3=n3.length,o2=r.determineNewCaretPosition.call(s2,{begin:0,end:0},!1).begin;else{for(a3=e3;a3<t3;a3++)l2.validPositions.splice(e3,0);o2=e3}var d2=new u2.Event("keypress");for(a3=e3;a3<t3;a3++){d2.key=p2[a3].toString(),s2.ignorable=!1;var h2=i2.EventHandlers.keypressEvent.call(s2,d2,!0,!1,!1,o2);h2!==!1&&h2!==void 0&&(o2=h2.forwardPosition)}c2.skipOptionalPartCharacter=f2}function h(e3,t3,n3){var i3=this,a3=this.maskset,s2=this.dependencyLib;if(e3===void 0)for(e3=t3-1;e3>0&&!a3.validPositions[e3];e3--);for(var l2=e3;l2<t3;l2++)if(a3.validPositions[l2]===void 0&&!r.isMask.call(i3,l2,!1)&&(l2==0?o.getTest.call(i3,l2):a3.validPositions[l2-1])){var c2=o.getTests.call(i3,l2).slice();c2[c2.length-1].match.def===""&&c2.pop();var u2,p2=o.determineTestTemplate.call(i3,l2,c2);if(p2&&(p2.match.jit!==!0||p2.match.newBlockMarker==="master"&&(u2=a3.validPositions[l2+1])&&u2.match.optionalQuantifier===!0)&&((p2=s2.extend({},p2,{input:o.getPlaceholder.call(i3,l2,p2.match,!0)||p2.match.def})).generatedInput=!0,m.call(i3,l2,p2,!0),n3!==!0)){var d2=a3.validPositions[t3].input;return a3.validPositions[t3]=void 0,f.call(i3,t3,d2,!0,!0)}}}function m(e3,t3,n3,i3){var a3=this,s2=this.maskset,l2=this.opts,c2=this.dependencyLib;function d2(e4,t4,n4){var i4=t4[e4];if(i4!==void 0&&i4.match.static===!0&&i4.match.optionality!==!0&&(t4[0]===void 0||t4[0].alternation===void 0)){var a4=n4.begin<=e4-1?t4[e4-1]&&t4[e4-1].match.static===!0&&t4[e4-1]:t4[e4-1],r2=n4.end>e4+1?t4[e4+1]&&t4[e4+1].match.static===!0&&t4[e4+1]:t4[e4+1];return a4&&r2}return!1}var h2=0,m2=e3.begin!==void 0?e3.begin:e3,v=e3.end!==void 0?e3.end:e3,g=!0;if(e3.begin>e3.end&&(m2=e3.end,v=e3.begin),i3=i3!==void 0?i3:m2,n3===void 0&&(m2!==v||l2.insertMode&&s2.validPositions[i3]!==void 0||t3===void 0||t3.match.optionalQuantifier||t3.match.optionality)){var y,k=c2.extend(!0,[],s2.validPositions),b=r.getLastValidPosition.call(a3,void 0,!0);s2.p=m2;var x=u.call(a3,e3)?m2:i3;for(y=b;y>=x;y--)s2.validPositions.splice(y,1),t3===void 0&&delete s2.tests[y+1];var w,P,S=i3,O=S;for(t3&&(s2.validPositions[i3]=c2.extend(!0,{},t3),O++,S++),k[v]==null&&s2.jitOffset[v]&&(v+=s2.jitOffset[v]+1),y=t3?v:v-1;y<=b;y++){if((w=k[y])!==void 0&&w.generatedInput!==!0&&(y>=v||y>=m2&&d2(y,k,{begin:m2,end:v}))){for(;o.getTest.call(a3,O).match.def!=="";){if((P=p.call(a3,O,w,l2))!==!1||w.match.def==="+"){w.match.def==="+"&&r.getBuffer.call(a3,!0);var M=f.call(a3,O,w.input,w.match.def!=="+",!0);if(g=M!==!1,S=(M.pos||O)+1,!g&&P)break}else g=!1;if(g){t3===void 0&&w.match.static&&y===e3.begin&&h2++;break}if(!g&&r.getBuffer.call(a3),O>s2.maskLength)break;O++}o.getTest.call(a3,O).match.def==""&&(g=!1),O=S}if(!g)break}if(!g)return s2.validPositions=c2.extend(!0,[],k),r.resetMaskSet.call(a3,!0),!1}else t3&&o.getTest.call(a3,i3).match.cd===t3.match.cd&&(s2.validPositions[i3]=c2.extend(!0,{},t3));return r.resetMaskSet.call(a3,!0),h2}},7957:function(t2){t2.exports=e}},n={};function i(e2){var a2=n[e2];if(a2!==void 0)return a2.exports;var r=n[e2]={exports:{}};return t[e2](r,r.exports,i),r.exports}var a={};return function(){var e2=a;Object.defineProperty(e2,"__esModule",{value:!0}),e2.default=void 0;var t2,n2=(t2=i(3046))&&t2.__esModule?t2:{default:t2};i(443),e2.default=n2.default}(),a}()});})();
/*!
 * dist/jquery.inputmask
 * https://github.com/RobinHerbots/Inputmask
 * Copyright (c) 2010 - 2024 Robin Herbots
 * Licensed under the MIT license
 * Version: 5.0.9
 */
/*!
* patch notes:
* - The factory implementation code must be cleaned up when updating, both
*   because it tries to do dynamic detection of the module system (broken for us
*   in some of our contexts) and because it ends up writing to window.default
*   (which breaks some third-party plugins that do their own broken module
*   detection).
*
* - The initial function is called with `this` as the root (e) variable - which
*   is null in our case, when we call this client-side. it should be replaced
*   with `window` instead
*/
/*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */
/*! Bundled license information:

buffer/index.js:
  (*!
   * The buffer module from node.js, for the browser.
   *
   * @author   Feross Aboukhadijeh <https://feross.org>
   * @license  MIT
   *)
*/

}


window.preloaded['js/extra:jquery_plugins/jquery.inputmask'] = true;
window._bubble_watcher_cache = {"cmMaM":{"statics":{"backdropBackgroundData":true,"containerClass":true,"wrappedClass":true,"id":true},"styles":{"6":{},"12":{"opacity":1}},"props":{"backdropBackgroundData":{"is_backdrop":true,"background_style":"bgcolor","bgcolor":"rgba(255, 255, 255, 0.9)","background_gradient_direction":"top","background_gradient_from":"#FFFFFF","background_gradient_mid":null,"background_gradient_to":"#AAAAAA","background_image":null,"center_background":null,"crop_responsive":null,"background_size_cover":null,"repeat_background_vertical":null,"repeat_background_horizontal":null,"background_color_if_empty_image":"rgba(255, 255, 255, 0.0)","background_gradient_style":"linear","background_radial_gradient_shape":"ellipse","background_radial_gradient_size":"farthest-corner","background_radial_gradient_xpos":10,"background_radial_gradient_ypos":10,"background_gradient_custom_angle":45,"backdrop_paralax_speed":0.2,"backdrop_image_paralax":false},"containerClass":"bubble-r-container-wrapper","wrappedClass":"bubble-r-container flex column"},"preCached":{"shouldAddWrapper":true}},"cmNzZ":{"statics":{"containerClass":true,"id":true},"styles":{"1":{"visibility":"hidden"},"7":{"opacity":1},"11":{"left":0,"right":0,"z-index":2002,"margin-left":"auto","margin-right":"auto","width":"calc(100% - 20px)","height":"auto","bottom":"","overflow-y":"auto","grid-template-rows":"minmax(100%, max-content)"},"13":{},"14":{"position":"fixed","top":"0px","left":"0px","width":"100%","height":"100%","background-color":"rgba(0,0,0,0.7)","z-index":2002}},"props":{"containerClass":"bubble-r-container flex column"},"preCached":{"shouldAddWrapper":false}},"cmPtx":{"statics":{"containerClass":true,"id":true},"styles":{"0":{"overflow":"visible"},"2":{},"8":{"opacity":1},"14":{}},"props":{"containerClass":"bubble-r-container flex row"},"preCached":{"shouldAddWrapper":false}},"cmPuA":{"statics":{"textData":true,"useDotDotDot":true,"verticalCenter":true,"id":true},"styles":{"1":{},"11":{"opacity":1},"17":{}},"props":{"textData":{"html":"Log in or sign up\n"},"useDotDotDot":false,"verticalCenter":false},"preCached":{"tagName":"div"}},"cmPxS":{"statics":{"containerClass":true,"id":true},"styles":{"0":{"overflow":"visible"},"2":{},"8":{"opacity":1},"14":{}},"props":{"containerClass":"bubble-r-container flex column"},"preCached":{"shouldAddWrapper":false}},"ACs":{"statics":{"containerClass":true,"id":true},"styles":{"0":{"overflow":"visible"},"2":{"visibility":"hidden"},"8":{"opacity":1},"14":{"display":"none"}},"props":{"containerClass":"bubble-r-container flex column"},"preCached":{"shouldAddWrapper":false}},"cmPwx":{"statics":{"containerClass":true,"id":true},"styles":{"0":{"overflow":"visible"},"2":{},"8":{"opacity":1},"14":{}},"props":{"containerClass":"bubble-r-container flex column"},"preCached":{"shouldAddWrapper":false}},"ADH":{"statics":{"buttonType":true,"text":true,"iconPlacement":true,"icon":true,"id":true},"styles":{"0":{},"9":{"opacity":1},"16":{}},"props":{"buttonType":"label","text":"Log in","iconPlacement":"left","icon":{"set":"fa","icon":"fa-square-o"}}},"cmPws":{"statics":{"containerClass":true,"id":true},"styles":{"0":{"overflow":"visible"},"2":{},"8":{"opacity":1},"14":{}},"props":{"containerClass":"bubble-r-container flex column"},"preCached":{"shouldAddWrapper":false}},"cmPwu":{"statics":{"textData":true,"useDotDotDot":true,"verticalCenter":true,"id":true},"styles":{"1":{"visibility":"hidden"},"11":{"opacity":1},"17":{"display":"none"}},"props":{"textData":{"html":"Password"},"useDotDotDot":false,"verticalCenter":false},"preCached":{"tagName":"div"}},"cmPwv":{"statics":{"placeholder":true,"maxlength":true,"disabled":true,"needsMetaKey":true,"tz_dynamic":true,"id":true},"styles":{"0":{},"2":{"border-radius":"0px","-moz-border-radius":"0px"},"8":{"opacity":1},"14":{}},"props":{"type":"password","placeholder":"Password","disabled":false}},"cmPxF":{"statics":{"textData":true,"useDotDotDot":true,"verticalCenter":true,"id":true},"styles":{"1":{},"11":{"opacity":1},"18":{}},"props":{"textData":{"html":"Forgot password?"},"useDotDotDot":false,"verticalCenter":false},"preCached":{"tagName":"div"}},"cmMyb0":{"statics":{"containerClass":true,"id":true},"styles":{"0":{"overflow":"visible"},"2":{"visibility":"hidden"},"8":{"opacity":1},"14":{"display":"none"}},"props":{"containerClass":"bubble-r-container flex column"},"preCached":{"shouldAddWrapper":false}},"cmMyi0":{"statics":{"textData":true,"useDotDotDot":true,"verticalCenter":true,"id":true},"styles":{"1":{},"11":{"opacity":1},"17":{}},"props":{"textData":{"html":"By clicking Agree &amp; Join, you agree to the Community User Agreement, Privacy Policy, and Cookie Policy."},"useDotDotDot":false,"verticalCenter":false},"preCached":{"tagName":"div"}},"cmPwB":{"statics":{"containerClass":true,"id":true},"styles":{"0":{"overflow":"visible"},"2":{},"8":{"opacity":1},"14":{}},"props":{"containerClass":"bubble-r-container flex column"},"preCached":{"shouldAddWrapper":false}},"cmPvp":{"statics":{"containerClass":true,"id":true},"styles":{"0":{"overflow":"visible"},"2":{},"8":{"opacity":1},"14":{}},"props":{"containerClass":"bubble-r-container flex column"},"preCached":{"shouldAddWrapper":false}},"cmPvk":{"statics":{"containerClass":true,"id":true},"styles":{"0":{"overflow":"visible"},"2":{},"8":{"opacity":1},"14":{}},"props":{"containerClass":"bubble-r-container flex column"},"preCached":{"shouldAddWrapper":false}},"cmPvm":{"statics":{"textData":true,"useDotDotDot":true,"verticalCenter":true,"id":true},"styles":{"1":{"visibility":"hidden"},"11":{"opacity":1},"17":{"display":"none"}},"props":{"textData":{"html":"First name"},"useDotDotDot":false,"verticalCenter":false},"preCached":{"tagName":"div"}},"cmPvn":{"statics":{"placeholder":true,"maxlength":true,"disabled":true,"needsMetaKey":true,"tz_dynamic":true,"id":true},"styles":{"0":{},"2":{"border-radius":"0px","-moz-border-radius":"0px"},"8":{"opacity":1},"14":{}},"props":{"type":"input","placeholder":"First name","disabled":false}},"cmPvt":{"statics":{"containerClass":true,"id":true},"styles":{"0":{"overflow":"visible"},"2":{},"8":{"opacity":1},"14":{}},"props":{"containerClass":"bubble-r-container flex column"},"preCached":{"shouldAddWrapper":false}},"cmPvv":{"statics":{"textData":true,"useDotDotDot":true,"verticalCenter":true,"id":true},"styles":{"1":{"visibility":"hidden"},"11":{"opacity":1},"17":{"display":"none"}},"props":{"textData":{"html":"Last name"},"useDotDotDot":false,"verticalCenter":false},"preCached":{"tagName":"div"}},"cmPvw":{"statics":{"placeholder":true,"maxlength":true,"disabled":true,"needsMetaKey":true,"tz_dynamic":true,"id":true},"styles":{"0":{},"2":{"border-radius":"0px","-moz-border-radius":"0px"},"8":{"opacity":1},"14":{}},"props":{"type":"input","placeholder":"Last name","disabled":false}},"cmPvy":{"statics":{"textData":true,"useDotDotDot":true,"verticalCenter":true,"id":true},"styles":{"1":{},"11":{"opacity":1},"17":{}},"props":{"textData":{"html":"Your full name"},"useDotDotDot":false,"verticalCenter":false},"preCached":{"tagName":"div"}},"cmPwW":{"statics":{"containerClass":true,"id":true},"styles":{"0":{"overflow":"visible"},"2":{},"8":{"opacity":1},"14":{}},"props":{"containerClass":"bubble-r-container flex column"},"preCached":{"shouldAddWrapper":false}},"cmPwN":{"statics":{"containerClass":true,"id":true},"styles":{"0":{"overflow":"visible"},"2":{},"8":{"opacity":1},"14":{}},"props":{"containerClass":"bubble-r-container flex column"},"preCached":{"shouldAddWrapper":false}},"cmPwP":{"statics":{"textData":true,"useDotDotDot":true,"verticalCenter":true,"id":true},"styles":{"1":{"visibility":"hidden"},"11":{"opacity":1},"17":{"display":"none"}},"props":{"textData":{"html":"Birthdate"},"useDotDotDot":false,"verticalCenter":false},"preCached":{"tagName":"div"}},"cmPwT":{"statics":{"textData":true,"useDotDotDot":true,"verticalCenter":true,"id":true},"styles":{"1":{},"11":{"opacity":1},"17":{}},"props":{"textData":{"html":"Share your DoB so that we know what to recommend to you"},"useDotDotDot":false,"verticalCenter":false},"preCached":{"tagName":"div"}},"cmUeJ":{"statics":{"containerClass":true,"id":true},"styles":{"0":{"overflow":"visible"},"2":{},"8":{"opacity":1},"14":{}},"props":{"containerClass":"bubble-r-container flex column"},"preCached":{"shouldAddWrapper":false}},"cmUeO":{"statics":{"textData":true,"useDotDotDot":true,"verticalCenter":true,"id":true},"styles":{"1":{"visibility":"hidden"},"11":{"opacity":1},"17":{"display":"none"}},"props":{"textData":{"html":"University Affiliation"},"useDotDotDot":false,"verticalCenter":false},"preCached":{"tagName":"div"}},"cmUeU":{"statics":{"textData":true,"useDotDotDot":true,"verticalCenter":true,"id":true},"styles":{"1":{},"11":{"opacity":1},"17":{}},"props":{"textData":{"html":"List the University you represent"},"useDotDotDot":false,"verticalCenter":false},"preCached":{"tagName":"div"}},"cmPwb":{"statics":{"containerClass":true,"id":true},"styles":{"0":{"overflow":"visible"},"2":{},"8":{"opacity":1},"14":{}},"props":{"containerClass":"bubble-r-container flex column"},"preCached":{"shouldAddWrapper":false}},"cmPwg":{"statics":{"textData":true,"useDotDotDot":true,"verticalCenter":true,"id":true},"styles":{"1":{},"11":{"opacity":1},"17":{}},"props":{"textData":{"html":"We'll email you university communication and updates"},"useDotDotDot":false,"verticalCenter":false},"preCached":{"tagName":"div"}},"cmPwi":{"statics":{"containerClass":true,"id":true},"styles":{"0":{"overflow":"visible"},"2":{},"8":{"opacity":1},"14":{}},"props":{"containerClass":"bubble-r-container flex column"},"preCached":{"shouldAddWrapper":false}},"cmPwk":{"statics":{"textData":true,"useDotDotDot":true,"verticalCenter":true,"id":true},"styles":{"1":{"visibility":"hidden"},"11":{"opacity":1},"17":{"display":"none"}},"props":{"textData":{"html":"Email"},"useDotDotDot":false,"verticalCenter":false},"preCached":{"tagName":"div"}},"cmPwl":{"statics":{"placeholder":true,"maxlength":true,"disabled":true,"needsMetaKey":true,"tz_dynamic":true,"id":true},"styles":{"0":{},"2":{"border-radius":"0px","-moz-border-radius":"0px"},"8":{"opacity":1},"14":{}},"props":{"type":"email","placeholder":"Email","disabled":false}},"cmPwn":{"statics":{"containerClass":true,"id":true},"styles":{"0":{"overflow":"visible"},"2":{},"8":{"opacity":1},"14":{}},"props":{"containerClass":"bubble-r-container flex column"},"preCached":{"shouldAddWrapper":false}},"cmPwp":{"statics":{"textData":true,"useDotDotDot":true,"verticalCenter":true,"id":true},"styles":{"1":{"visibility":"hidden"},"11":{"opacity":1},"17":{"display":"none"}},"props":{"textData":{"html":"Password"},"useDotDotDot":false,"verticalCenter":false},"preCached":{"tagName":"div"}},"cmPwq":{"statics":{"placeholder":true,"maxlength":true,"disabled":true,"needsMetaKey":true,"tz_dynamic":true,"id":true},"styles":{"0":{},"2":{"border-radius":"0px","-moz-border-radius":"0px"},"8":{"opacity":1},"14":{}},"props":{"type":"password","placeholder":"Password","disabled":false}},"cmPyF":{"statics":{"containerClass":true,"id":true},"styles":{"0":{"overflow":"visible"},"2":{},"8":{"opacity":1},"14":{}},"props":{"containerClass":"bubble-r-container flex column"},"preCached":{"shouldAddWrapper":false}},"cmMyg0":{"statics":{"buttonType":true,"text":true,"iconPlacement":true,"icon":true,"id":true},"styles":{"0":{},"9":{"opacity":1},"16":{}},"props":{"buttonType":"label","text":"Agree and continue","iconPlacement":"left","icon":{"set":"fa","icon":"fa-square-o"}}},"cmNAb0":{"statics":{"buttonType":true,"text":true,"iconPlacement":true,"icon":true,"id":true},"styles":{"0":{"visibility":"hidden"},"5":{"border-style":"solid","border-width":"1px","border-color":"rgba(113,113,113,0.48)","border-radius":"8px","-moz-border-radius":"8px"},"9":{"opacity":1},"16":{"display":"none"}},"props":{"buttonType":"label","text":"Demo","iconPlacement":"left","icon":{"set":"fa","icon":"fa-square-o"}}},"cmMzF0":{"statics":{"containerClass":true,"id":true},"styles":{"0":{"overflow":"visible"},"2":{"visibility":"hidden"},"8":{"opacity":1},"14":{"display":"none"}},"props":{"containerClass":"bubble-r-container flex column"},"preCached":{"shouldAddWrapper":false}},"cmMzK0":{"statics":{"buttonType":true,"text":true,"iconPlacement":true,"icon":true,"id":true},"styles":{"0":{},"9":{"opacity":1},"16":{}},"props":{"buttonType":"label","text":"Send reset link","iconPlacement":"left","icon":{"set":"fa","icon":"fa-square-o"}}},"cmPxN":{"statics":{"containerClass":true,"id":true},"styles":{"0":{"overflow":"visible"},"2":{},"8":{"opacity":1},"14":{}},"props":{"containerClass":"bubble-r-container flex column"},"preCached":{"shouldAddWrapper":false}},"cmNmc":{"statics":{"textData":true,"useDotDotDot":true,"verticalCenter":true,"id":true},"styles":{"1":{},"11":{"opacity":1},"17":{}},"props":{"textData":{"html":"Enter the email address associated with your account, and we’ll email you a link to reset your password.\n"},"useDotDotDot":false,"verticalCenter":false},"preCached":{"tagName":"div"}},"cmPxI":{"statics":{"containerClass":true,"id":true},"styles":{"0":{"overflow":"visible"},"2":{},"8":{"opacity":1},"14":{}},"props":{"containerClass":"bubble-r-container flex column"},"preCached":{"shouldAddWrapper":false}},"cmPxK":{"statics":{"textData":true,"useDotDotDot":true,"verticalCenter":true,"id":true},"styles":{"1":{"visibility":"hidden"},"11":{"opacity":1},"17":{"display":"none"}},"props":{"textData":{"html":"Email"},"useDotDotDot":false,"verticalCenter":false},"preCached":{"tagName":"div"}},"cmPxL":{"statics":{"placeholder":true,"maxlength":true,"disabled":true,"needsMetaKey":true,"tz_dynamic":true,"id":true},"styles":{"0":{},"2":{"border-radius":"0px","-moz-border-radius":"0px"},"8":{"opacity":1},"14":{}},"props":{"type":"email","placeholder":"Email","disabled":false}},"cmPuD":{"statics":{"containerClass":true,"id":true},"styles":{"0":{"overflow":"visible"},"2":{"visibility":"hidden"},"8":{"opacity":1},"14":{"display":"none"}},"props":{"containerClass":"bubble-r-container flex column"},"preCached":{"shouldAddWrapper":false}},"cmPuG":{"statics":{"buttonType":true,"text":true,"iconPlacement":true,"icon":true,"id":true},"styles":{"0":{},"9":{"opacity":1},"16":{}},"props":{"buttonType":"label","text":"Continue","iconPlacement":"left","icon":{"set":"fa","icon":"fa-square-o"}}},"cmPuH":{"statics":{"textData":true,"useDotDotDot":true,"verticalCenter":true,"id":true},"styles":{"1":{},"11":{"opacity":1},"17":{}},"props":{"textData":{"html":"Welcome to Orbit"},"useDotDotDot":false,"verticalCenter":false},"preCached":{"tagName":"div"}},"cmPuV":{"statics":{"containerClass":true,"id":true},"styles":{"0":{"overflow":"visible"},"2":{},"8":{"opacity":1},"14":{}},"props":{"containerClass":"bubble-r-container flex column"},"preCached":{"shouldAddWrapper":false}},"cmPuY":{"statics":{"textData":true,"useDotDotDot":true,"verticalCenter":true,"id":true},"styles":{"1":{"visibility":"hidden"},"11":{"opacity":1},"17":{"display":"none"}},"props":{"textData":{"html":"Email"},"useDotDotDot":false,"verticalCenter":false},"preCached":{"tagName":"div"}},"cmPuZ":{"statics":{"maxlength":true,"disabled":true,"needsMetaKey":true,"tz_dynamic":true,"id":true},"styles":{"0":{},"2":{"border-radius":"0px","-moz-border-radius":"0px"},"8":{"opacity":1},"14":{}},"props":{"type":"email","placeholder":"Email","disabled":false}},"cmPur":{"statics":{"containerClass":true,"id":true},"styles":{"0":{"overflow":"visible"},"2":{},"8":{"opacity":1},"14":{}},"props":{"containerClass":"bubble-r-container flex row"},"preCached":{"shouldAddWrapper":false}},"cmPuu":{"statics":{"textData":true,"useDotDotDot":true,"verticalCenter":true,"id":true},"styles":{"1":{},"11":{"opacity":1},"17":{}},"props":{"textData":{"html":"or"},"useDotDotDot":false,"verticalCenter":false},"preCached":{"tagName":"div"}},"cmPux":{"statics":{"useAspectRatio":true,"id":true},"styles":{"1":{},"6":{"opacity":1},"12":{}},"props":{"useAspectRatio":false}},"cmPvA":{"statics":{"useAspectRatio":true,"id":true},"styles":{"1":{},"6":{"opacity":1},"12":{}},"props":{"useAspectRatio":false}},"cmPvW":{"statics":{"containerClass":true,"id":true},"styles":{"0":{"overflow":"visible"},"2":{},"8":{"opacity":1},"14":{}},"props":{"containerClass":"bubble-r-container flex column"},"preCached":{"shouldAddWrapper":false}},"cmPvD":{"statics":{"containerClass":true,"id":true},"styles":{"0":{"overflow":"visible"},"2":{},"4":{"border-style":"solid","border-width":"1px","border-color":"rgba(113,113,113,0.48)","border-radius":"8px","-moz-border-radius":"8px"},"8":{"opacity":1},"15":{}},"props":{"containerClass":"bubble-r-container flex row"},"preCached":{"shouldAddWrapper":false}},"cmPvH":{"statics":{"altTag":true,"src":true,"cropData":true,"editorPreviewImage":true,"id":true},"styles":{"3":{},"8":{"opacity":1},"14":{}},"props":{"src":"//s3.amazonaws.com/appforest_uf/f1670101705921x979794450768866600/svg%2Bxml%3Bbase64%2CPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxOCAxOCIgcm9sZT0icHJlc2VudGF0aW9uIiBhcmlhLWhpZGRlbj0idHJ1ZSIgZm9jdXNhYmxlPSJmYWxzZSIgc3R5bGU9ImhlaWdodDogMjBweDsgd2lkdGg6IDIwcHg7IGRpc3BsYXk6IGJsb2NrOyI%2BP.svg"},"preCached":{"isStatic":true,"useAspectRatio":true}},"cmPvK":{"statics":{"textData":true,"useDotDotDot":true,"verticalCenter":true,"id":true},"styles":{"1":{},"11":{"opacity":1},"17":{}},"props":{"textData":{"html":"Continue with Google"},"useDotDotDot":false,"verticalCenter":false},"preCached":{"tagName":"div"}},"cmPvN":{"statics":{"altTag":true,"src":true,"cropData":true,"editorPreviewImage":true,"id":true},"styles":{"3":{"visibility":"hidden"},"8":{"opacity":1},"14":{}},"props":{"src":"//s3.amazonaws.com/appforest_uf/f1670101705921x979794450768866600/svg%2Bxml%3Bbase64%2CPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxOCAxOCIgcm9sZT0icHJlc2VudGF0aW9uIiBhcmlhLWhpZGRlbj0idHJ1ZSIgZm9jdXNhYmxlPSJmYWxzZSIgc3R5bGU9ImhlaWdodDogMjBweDsgd2lkdGg6IDIwcHg7IGRpc3BsYXk6IGJsb2NrOyI%2BP.svg"},"preCached":{"isStatic":true,"useAspectRatio":true}},"cmPvQ":{"statics":{"containerClass":true,"id":true},"styles":{"0":{"overflow":"visible"},"2":{},"4":{"border-style":"solid","border-width":"1px","border-color":"rgba(113,113,113,0.48)","border-radius":"8px","-moz-border-radius":"8px"},"8":{"opacity":1},"14":{}},"props":{"containerClass":"bubble-r-container flex row"},"preCached":{"shouldAddWrapper":false}},"cmPvS":{"statics":{"altTag":true,"src":true,"cropData":true,"editorPreviewImage":true,"id":true},"styles":{"3":{},"8":{"opacity":1},"14":{}},"props":{"src":"//s3.amazonaws.com/appforest_uf/f1670101767719x465758381353699200/svg%2Bxml%3Bbase64%2CPHN2ZyB2aWV3Qm94PSIwIDAgMjQgMjQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHJvbGU9InByZXNlbnRhdGlvbiIgYXJpYS1oaWRkZW49InRydWUiIGZvY3VzYWJsZT0iZmFsc2UiIHN0eWxlPSJoZ.svg"},"preCached":{"isStatic":true,"useAspectRatio":true}},"cmPvT":{"statics":{"textData":true,"useDotDotDot":true,"verticalCenter":true,"id":true},"styles":{"1":{},"11":{"opacity":1},"17":{}},"props":{"textData":{"html":"Continue with Facebook"},"useDotDotDot":false,"verticalCenter":false},"preCached":{"tagName":"div"}},"cmPvU":{"statics":{"altTag":true,"src":true,"cropData":true,"editorPreviewImage":true,"id":true},"styles":{"3":{"visibility":"hidden"},"8":{"opacity":1},"14":{}},"props":{"src":"//s3.amazonaws.com/appforest_uf/f1670101705921x979794450768866600/svg%2Bxml%3Bbase64%2CPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxOCAxOCIgcm9sZT0icHJlc2VudGF0aW9uIiBhcmlhLWhpZGRlbj0idHJ1ZSIgZm9jdXNhYmxlPSJmYWxzZSIgc3R5bGU9ImhlaWdodDogMjBweDsgd2lkdGg6IDIwcHg7IGRpc3BsYXk6IGJsb2NrOyI%2BP.svg"},"preCached":{"isStatic":true,"useAspectRatio":true}},"cmWuC":{"statics":{"containerClass":true,"id":true},"styles":{"0":{"overflow":"visible"},"2":{},"4":{"border-style":"solid","border-width":"1px","border-color":"rgba(113,113,113,0.48)","border-radius":"8px","-moz-border-radius":"8px"},"8":{"opacity":1},"15":{}},"props":{"containerClass":"bubble-r-container flex row"},"preCached":{"shouldAddWrapper":false}},"cmWuE":{"statics":{"altTag":true,"src":true,"cropData":true,"editorPreviewImage":true,"id":true},"styles":{"3":{},"8":{"opacity":1},"14":{}},"props":{"src":"//af00c93a98211fa1501b50d783d187db.cdn.bubble.io/f1704052027145x292289429899314200/linkedin-icon-2.svg"},"preCached":{"isStatic":true,"useAspectRatio":true}},"cmWuI":{"statics":{"textData":true,"useDotDotDot":true,"verticalCenter":true,"id":true},"styles":{"1":{},"11":{"opacity":1},"17":{}},"props":{"textData":{"html":"Continue with Linkedin"},"useDotDotDot":false,"verticalCenter":false},"preCached":{"tagName":"div"}},"cmWuJ":{"statics":{"altTag":true,"src":true,"cropData":true,"editorPreviewImage":true,"id":true},"styles":{"3":{"visibility":"hidden"},"8":{"opacity":1},"14":{}},"props":{"src":"//s3.amazonaws.com/appforest_uf/f1670101705921x979794450768866600/svg%2Bxml%3Bbase64%2CPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxOCAxOCIgcm9sZT0icHJlc2VudGF0aW9uIiBhcmlhLWhpZGRlbj0idHJ1ZSIgZm9jdXNhYmxlPSJmYWxzZSIgc3R5bGU9ImhlaWdodDogMjBweDsgd2lkdGg6IDIwcHg7IGRpc3BsYXk6IGJsb2NrOyI%2BP.svg"},"preCached":{"isStatic":true,"useAspectRatio":true}},"cmTfb":{"statics":{"containerClass":true,"id":true},"styles":{"0":{"overflow":"visible"},"2":{},"8":{"opacity":1},"14":{}},"props":{"containerClass":"bubble-r-container flex row"},"preCached":{"shouldAddWrapper":false}},"cmTfP":{"statics":{"buttonType":true,"text":true,"iconPlacement":true,"icon":true,"id":true},"styles":{"0":{},"5":{"border-top-style":"solid","border-top-width":"1px","border-top-color":"rgba(192,192,192,1)","border-top-left-radius":"0px","border-right-style":"solid","border-right-width":"1px","border-right-color":"rgba(192,192,192,1)","border-top-right-radius":"0px","border-bottom-style":"solid","border-bottom-width":"1px","border-bottom-color":"rgba(192,192,192,1)","border-bottom-right-radius":"0px","border-left-style":"solid","border-left-width":"1px","border-left-color":"rgba(192,192,192,1)","border-bottom-left-radius":"0px"},"9":{"opacity":1},"16":{}},"props":{"buttonType":"label","text":"Student","iconPlacement":"left","icon":{"set":"fa","icon":"fa-square-o"}}},"cmTfi":{"statics":{"buttonType":true,"text":true,"iconPlacement":true,"icon":true,"id":true},"styles":{"0":{},"5":{"border-top-style":"solid","border-top-width":"1px","border-top-color":"rgba(192, 192, 192, 1)","border-top-left-radius":"0px","border-right-style":"solid","border-right-width":"1px","border-right-color":"rgba(192,192,192,1)","border-top-right-radius":"0px","border-bottom-style":"solid","border-bottom-width":"1px","border-bottom-color":"rgba(192,192,192,1)","border-bottom-right-radius":"0px","border-bottom-left-radius":"0px"},"9":{"opacity":1},"16":{}},"props":{"buttonType":"label","text":"University","iconPlacement":"left","icon":{"set":"fa","icon":"fa-square-o"}}},"cmUJy":{"statics":{"text":true,"verticalCenter":true,"id":true},"styles":{"1":{},"2":{"visibility":"hidden"},"11":{"opacity":1}},"props":{"text":"Use .edu email address to sign up as university","verticalCenter":true},"preCached":{"attachToTop":true}},"cmOXQ":{"statics":{"containerClass":true,"id":true},"styles":{"0":{"overflow":"visible"},"2":{},"8":{"opacity":1},"14":{}},"props":{"containerClass":"bubble-r-container flex column"},"preCached":{"shouldAddWrapper":false}},"cmODv":{"statics":{"containerClass":true,"wrappedClass":true,"id":true},"styles":{"0":{"overflow":"visible"},"2":{},"8":{"opacity":1},"12":{"align-self":"center","min-width":"0px","max-width":"1120px","order":5,"min-height":"160px","max-height":"","height":"0px","flex-grow":0,"flex-shrink":0,"width":"calc(100% - 0px)","margin-left":"0px","margin-top":"0px","margin-right":"0px","margin-bottom":"0px"},"14":{}},"props":{"containerClass":"bubble-r-container-wrapper","wrappedClass":"bubble-r-container flex row"},"preCached":{"shouldAddWrapper":true}},"cmQLY":{"statics":{"containerClass":true,"id":true},"styles":{"0":{"overflow":"visible"},"2":{},"8":{"opacity":1},"14":{}},"props":{"containerClass":"bubble-r-container flex column"},"preCached":{"shouldAddWrapper":false}},"cmQLb":{"statics":{"text":true,"useDotDotDot":true,"noHtml":true,"editor_preview_link":true,"backgroundStyle":true,"verticalCenter":true,"target":true,"rel":true,"id":true},"styles":{"2":{},"4":{"font-family":"var(--font_default)","font-size":"14px","font-weight":"400","color":"var(--color_text_default)"},"11":{"opacity":1},"17":{}},"props":{"text":"Equitable Education","useDotDotDot":false,"noHtml":true,"backgroundStyle":"none","verticalCenter":false,"target":"_self"},"preCached":{"showIcon":null}},"cmTEs":{"statics":{"text":true,"useDotDotDot":true,"noHtml":true,"editor_preview_link":true,"backgroundStyle":true,"verticalCenter":true,"target":true,"rel":true,"id":true},"styles":{"2":{},"4":{"font-family":"var(--font_default)","font-size":"14px","font-weight":"400","color":"var(--color_text_default)"},"11":{"opacity":1},"17":{}},"props":{"text":"Whatsapp groups","useDotDotDot":false,"noHtml":true,"backgroundStyle":"none","verticalCenter":false,"target":"_self"},"preCached":{"showIcon":null}},"cmQLa":{"statics":{"textData":true,"useDotDotDot":true,"verticalCenter":true,"id":true},"styles":{"1":{},"11":{"opacity":1},"17":{}},"props":{"textData":{"html":"Community"},"useDotDotDot":false,"verticalCenter":false},"preCached":{"tagName":"div"}},"cmmmw":{"statics":{"text":true,"useDotDotDot":true,"noHtml":true,"editor_preview_link":true,"backgroundStyle":true,"verticalCenter":true,"target":true,"rel":true,"id":true},"styles":{"2":{},"4":{"font-family":"var(--font_default)","font-size":"14px","font-weight":"400","color":"var(--color_text_default)"},"11":{"opacity":1},"17":{}},"props":{"text":"Become a mentor","useDotDotDot":false,"noHtml":true,"backgroundStyle":"none","verticalCenter":false,"target":"_self"},"preCached":{"showIcon":null}},"cmQLj":{"statics":{"containerClass":true,"id":true},"styles":{"0":{"overflow":"visible"},"2":{},"8":{"opacity":1},"14":{}},"props":{"containerClass":"bubble-r-container flex column"},"preCached":{"shouldAddWrapper":false}},"cmQLm":{"statics":{"text":true,"useDotDotDot":true,"noHtml":true,"editor_preview_link":true,"backgroundStyle":true,"verticalCenter":true,"target":true,"rel":true,"id":true},"styles":{"2":{},"4":{"font-family":"var(--font_default)","font-size":"14px","font-weight":"400","color":"var(--color_text_default)"},"11":{"opacity":1},"17":{}},"props":{"text":"Right Fit Match: Undergrad","useDotDotDot":false,"noHtml":true,"backgroundStyle":"none","verticalCenter":false,"target":"_self"},"preCached":{"showIcon":null}},"cmQLn":{"statics":{"text":true,"useDotDotDot":true,"noHtml":true,"editor_preview_link":true,"backgroundStyle":true,"verticalCenter":true,"target":true,"rel":true,"id":true},"styles":{"2":{},"4":{"font-family":"var(--font_default)","font-size":"14px","font-weight":"400","color":"var(--color_text_default)"},"11":{"opacity":1},"17":{}},"props":{"text":"Right Fit Match: MBA","useDotDotDot":false,"noHtml":true,"backgroundStyle":"none","verticalCenter":false,"target":"_self"},"preCached":{"showIcon":null}},"cmQLo":{"statics":{"text":true,"useDotDotDot":true,"noHtml":true,"editor_preview_link":true,"backgroundStyle":true,"verticalCenter":true,"target":true,"rel":true,"id":true},"styles":{"2":{},"4":{"font-family":"var(--font_default)","font-size":"14px","font-weight":"400","color":"var(--color_text_default)"},"11":{"opacity":1},"17":{}},"props":{"text":"AI Resume Reviewer","useDotDotDot":false,"noHtml":true,"backgroundStyle":"none","verticalCenter":false,"target":"_self"},"preCached":{"showIcon":null}},"cmQLl":{"statics":{"textData":true,"useDotDotDot":true,"verticalCenter":true,"id":true},"styles":{"1":{},"11":{"opacity":1},"17":{}},"props":{"textData":{"html":"Products"},"useDotDotDot":false,"verticalCenter":false},"preCached":{"tagName":"div"}},"cmmnC":{"statics":{"text":true,"useDotDotDot":true,"noHtml":true,"editor_preview_link":true,"backgroundStyle":true,"verticalCenter":true,"target":true,"rel":true,"id":true},"styles":{"2":{},"4":{"font-family":"var(--font_default)","font-size":"14px","font-weight":"400","color":"var(--color_text_default)"},"11":{"opacity":1},"17":{}},"props":{"text":"AI Essay Reviewer","useDotDotDot":false,"noHtml":true,"backgroundStyle":"none","verticalCenter":false,"target":"_self"},"preCached":{"showIcon":null}},"cmmnI":{"statics":{"text":true,"useDotDotDot":true,"noHtml":true,"editor_preview_link":true,"backgroundStyle":true,"verticalCenter":true,"target":true,"rel":true,"id":true},"styles":{"2":{},"4":{"font-family":"var(--font_default)","font-size":"14px","font-weight":"400","color":"var(--color_text_default)"},"11":{"opacity":1},"17":{}},"props":{"text":"Mentor Marketplace","useDotDotDot":false,"noHtml":true,"backgroundStyle":"none","verticalCenter":false,"target":"_self"},"preCached":{"showIcon":null}},"cmmnO":{"statics":{"text":true,"useDotDotDot":true,"noHtml":true,"editor_preview_link":true,"backgroundStyle":true,"verticalCenter":true,"target":true,"rel":true,"id":true},"styles":{"2":{},"4":{"font-family":"var(--font_default)","font-size":"14px","font-weight":"400","color":"var(--color_text_default)"},"11":{"opacity":1},"17":{}},"props":{"text":"Scholarships","useDotDotDot":false,"noHtml":true,"backgroundStyle":"none","verticalCenter":false,"target":"_self"},"preCached":{"showIcon":null}},"cmQLR":{"statics":{"containerClass":true,"id":true},"styles":{"0":{"overflow":"visible"},"2":{},"8":{"opacity":1},"14":{}},"props":{"containerClass":"bubble-r-container flex column"},"preCached":{"shouldAddWrapper":false}},"cmQLU":{"statics":{"text":true,"useDotDotDot":true,"noHtml":true,"editor_preview_link":true,"backgroundStyle":true,"verticalCenter":true,"target":true,"rel":true,"id":true},"styles":{"2":{},"4":{"font-family":"var(--font_default)","font-size":"14px","font-weight":"400","color":"var(--color_text_default)"},"11":{"opacity":1},"17":{}},"props":{"text":"About Us","useDotDotDot":false,"noHtml":true,"backgroundStyle":"none","verticalCenter":false,"target":"_self"},"preCached":{"showIcon":null}},"cmQLV":{"statics":{"text":true,"useDotDotDot":true,"noHtml":true,"editor_preview_link":true,"backgroundStyle":true,"verticalCenter":true,"target":true,"rel":true,"id":true},"styles":{"2":{},"4":{"font-family":"var(--font_default)","font-size":"14px","font-weight":"400","color":"var(--color_text_default)"},"11":{"opacity":1},"17":{}},"props":{"text":"MBA Notion","useDotDotDot":false,"noHtml":true,"backgroundStyle":"none","verticalCenter":false,"target":"_blank"},"preCached":{"showIcon":null}},"cmQLW":{"statics":{"text":true,"useDotDotDot":true,"noHtml":true,"editor_preview_link":true,"backgroundStyle":true,"verticalCenter":true,"target":true,"rel":true,"id":true},"styles":{"2":{},"4":{"font-family":"var(--font_default)","font-size":"14px","font-weight":"400","color":"var(--color_text_default)"},"11":{"opacity":1},"17":{}},"props":{"text":"Resources","useDotDotDot":false,"noHtml":true,"backgroundStyle":"none","verticalCenter":false,"target":"_self"},"preCached":{"showIcon":null}},"cmRAm":{"statics":{"text":true,"useDotDotDot":true,"noHtml":true,"editor_preview_link":true,"backgroundStyle":true,"verticalCenter":true,"target":true,"rel":true,"id":true},"styles":{"2":{},"4":{"font-family":"var(--font_default)","font-size":"14px","font-weight":"400","color":"var(--color_text_default)"},"11":{"opacity":1},"17":{}},"props":{"text":"Contact us","useDotDotDot":false,"noHtml":true,"backgroundStyle":"none","verticalCenter":false,"target":"_self"},"preCached":{"showIcon":null}},"cmQLT":{"statics":{"textData":true,"useDotDotDot":true,"verticalCenter":true,"id":true},"styles":{"1":{},"11":{"opacity":1},"17":{}},"props":{"textData":{"html":"Welcome"},"useDotDotDot":false,"verticalCenter":false},"preCached":{"tagName":"div"}},"cmZap":{"statics":{"containerClass":true,"id":true},"styles":{"0":{"overflow":"visible"},"2":{},"8":{"opacity":1},"14":{}},"props":{"containerClass":"bubble-r-container flex column"},"preCached":{"shouldAddWrapper":false}},"cmRCe":{"statics":{"containerClass":true,"id":true},"styles":{"0":{"overflow":"visible"},"2":{},"8":{"opacity":1},"14":{}},"props":{"containerClass":"bubble-r-container flex row"},"preCached":{"shouldAddWrapper":false}},"cmhQw0":{"statics":{"icon":true,"backgroundStyle":true,"verticalCenter":true,"target":true,"rel":true,"id":true},"styles":{"2":{},"4":{"font-family":"var(--font_default)","font-size":"30px","font-weight":"400","color":"rgba(10,102,194,1)"},"11":{"opacity":1},"17":{}},"props":{"icon":"fa fa-linkedin-square","backgroundStyle":"none","verticalCenter":false,"target":"_blank"},"preCached":{"showIcon":true}},"cmhRC0":{"statics":{"icon":true,"backgroundStyle":true,"verticalCenter":true,"target":true,"rel":true,"id":true},"styles":{"2":{},"4":{"font-family":"var(--font_default)","font-size":"30px","font-weight":"400","color":"rgba(29,161,242,1)"},"11":{"opacity":1},"17":{}},"props":{"icon":"fa fa-twitter-square","backgroundStyle":"none","verticalCenter":false,"target":"_blank"},"preCached":{"showIcon":true}},"cmhRI0":{"statics":{"icon":true,"backgroundStyle":true,"verticalCenter":true,"target":true,"rel":true,"id":true},"styles":{"2":{},"4":{"font-family":"var(--font_default)","font-size":"30px","font-weight":"400","color":"rgba(225,48,108,1)"},"11":{"opacity":1},"17":{}},"props":{"icon":"fa fa-instagram","backgroundStyle":"none","verticalCenter":false,"target":"_blank"},"preCached":{"showIcon":true}},"cmhRO0":{"statics":{"icon":true,"backgroundStyle":true,"verticalCenter":true,"target":true,"rel":true,"id":true},"styles":{"2":{},"4":{"font-family":"var(--font_default)","font-size":"30px","font-weight":"400","color":"rgba(59,89,152,1)"},"11":{"opacity":1},"17":{}},"props":{"icon":"fa fa-facebook-square","backgroundStyle":"none","verticalCenter":false,"target":"_blank"},"preCached":{"showIcon":true}},"cmZaw":{"statics":{"containerClass":true,"id":true},"styles":{"0":{"overflow":"visible"},"2":{},"8":{"opacity":1},"14":{}},"props":{"containerClass":"bubble-r-container flex row"},"preCached":{"shouldAddWrapper":false}},"cmZbB":{"statics":{"altTag":true,"src":true,"cropData":true,"editorPreviewImage":true,"id":true},"styles":{"3":{"visibility":"hidden"},"8":{"opacity":1},"14":{"display":"none"}},"props":{"src":"//af00c93a98211fa1501b50d783d187db.cdn.bubble.io/f1691912047072x134889889593559300/Orbit%202.png"},"preCached":{"isStatic":true,"useAspectRatio":true}},"cmZbG":{"statics":{"textData":true,"useDotDotDot":true,"verticalCenter":true,"id":true},"styles":{"1":{},"11":{"opacity":1},"17":{}},"props":{"textData":{"html":"RBIT"},"useDotDotDot":false,"verticalCenter":false},"preCached":{"tagName":"div"}},"cmZbU":{"statics":{"textData":true,"useDotDotDot":true,"verticalCenter":true,"id":true},"styles":{"1":{},"11":{"opacity":1},"17":{}},"props":{"textData":{"html":"AI College Guide"},"useDotDotDot":false,"verticalCenter":false},"preCached":{"tagName":"div"}},"cmhRU0":{"statics":{"textData":true,"useDotDotDot":true,"verticalCenter":true,"id":true},"styles":{"1":{},"11":{"opacity":1},"17":{}},"props":{"textData":{"html":"Follow us on social"},"useDotDotDot":false,"verticalCenter":false},"preCached":{"tagName":"div"}},"cmODw":{"statics":{"containerClass":true,"id":true},"styles":{"0":{"overflow":"visible"},"2":{},"8":{"opacity":1},"14":{}},"props":{"containerClass":"bubble-r-container flex column"},"preCached":{"shouldAddWrapper":false}},"cmQLI":{"statics":{"text":true,"useDotDotDot":true,"noHtml":true,"editor_preview_link":true,"backgroundStyle":true,"verticalCenter":true,"target":true,"rel":true,"id":true},"styles":{"2":{},"4":{"font-family":"var(--font_default)","font-size":"14px","font-weight":"400","color":"var(--color_text_default)"},"11":{"opacity":1},"17":{}},"props":{"text":"Blogs","useDotDotDot":false,"noHtml":true,"backgroundStyle":"none","verticalCenter":false,"target":"_self"},"preCached":{"showIcon":null}},"cmQLg":{"statics":{"text":true,"useDotDotDot":true,"noHtml":true,"editor_preview_link":true,"backgroundStyle":true,"verticalCenter":true,"target":true,"rel":true,"id":true},"styles":{"2":{},"4":{"font-family":"var(--font_default)","font-size":"14px","font-weight":"400","color":"var(--color_text_default)"},"11":{"opacity":1},"17":{}},"props":{"text":"Terms","useDotDotDot":false,"noHtml":true,"backgroundStyle":"none","verticalCenter":false,"target":"_self"},"preCached":{"showIcon":null}},"cmQLd":{"statics":{"text":true,"useDotDotDot":true,"noHtml":true,"editor_preview_link":true,"backgroundStyle":true,"verticalCenter":true,"target":true,"rel":true,"id":true},"styles":{"2":{},"4":{"font-family":"var(--font_default)","font-size":"14px","font-weight":"400","color":"var(--color_text_default)"},"11":{"opacity":1},"17":{}},"props":{"text":"Privacy","useDotDotDot":false,"noHtml":true,"backgroundStyle":"none","verticalCenter":false,"target":"_blank"},"preCached":{"showIcon":null}},"cmODx":{"statics":{"textData":true,"useDotDotDot":true,"verticalCenter":true,"id":true},"styles":{"1":{},"11":{"opacity":1},"17":{}},"props":{"textData":{"html":"Platform"},"useDotDotDot":false,"verticalCenter":false},"preCached":{"tagName":"div"}},"cmMly":{"statics":{"containerClass":true,"id":true},"styles":{"0":{"overflow":"visible"},"2":{},"8":{"opacity":1},"14":{}},"props":{"containerClass":"bubble-r-container flex column"},"preCached":{"shouldAddWrapper":false}},"cmOWv":{"statics":{"containerClass":true,"id":true},"styles":{"0":{"overflow":"visible"},"2":{},"8":{"opacity":1},"14":{}},"props":{"containerClass":"bubble-r-container flex row"},"preCached":{"shouldAddWrapper":false}},"cmNpS":{"statics":{"containerClass":true,"id":true},"styles":{"0":{"overflow":"visible"},"2":{},"7":{"padding":"0px 148px 0px 148px"},"8":{"opacity":1},"14":{}},"props":{"containerClass":"bubble-r-container flex column"},"preCached":{"shouldAddWrapper":false}},"cmNQM":{"statics":{"containerClass":true,"id":true},"styles":{"0":{"overflow":"visible"},"2":{},"8":{"opacity":1},"14":{}},"props":{"containerClass":"bubble-r-container flex column"},"preCached":{"shouldAddWrapper":false}},"cmNQQ":{"statics":{"useDotDotDot":true,"verticalCenter":true,"id":true},"styles":{"1":{},"11":{"opacity":1},"17":{}},"props":{"textData":{"html":""},"useDotDotDot":false,"verticalCenter":false},"preCached":{"tagName":"div"}},"cmSNs":{"statics":{"containerClass":true,"id":true},"styles":{"0":{"overflow":"visible"},"2":{},"8":{"opacity":1},"14":{}},"props":{"containerClass":"bubble-r-container relative"},"preCached":{"shouldAddWrapper":false}},"cmSNm":{"statics":{"altTag":true,"cropData":true,"editorPreviewImage":true,"id":true},"styles":{"3":{},"8":{"opacity":1},"14":{}},"props":{"src":""},"preCached":{"isStatic":false,"useAspectRatio":false}},"cmSOC":{"statics":{"textData":true,"useDotDotDot":true,"verticalCenter":true,"id":true},"styles":{"1":{},"11":{"opacity":1},"17":{}},"props":{"textData":{"html":"Take a virtual campus tour"},"useDotDotDot":false,"verticalCenter":false},"preCached":{"tagName":"div"}},"cmSOK":{"statics":{"spin":true,"tabIndex":true,"id":true},"styles":{"1":{},"7":{"opacity":1},"12":{"align-self":"center","justify-self":"center","min-width":"60px","max-width":"60px","min-height":"60px","max-height":"60px","width":"60px","height":"60px","margin-left":"0px","margin-top":"0px","margin-right":"0px","margin-bottom":"0px"},"14":{}},"props":{"icon":{"set":"fa","icon":"fa-play-circle"},"spin":false,"tabIndex":""}},"cmNPX":{"statics":{"containerClass":true,"id":true},"styles":{"0":{"overflow":"visible"},"2":{},"8":{"opacity":1},"14":{}},"props":{"containerClass":"bubble-r-container flex row"},"preCached":{"shouldAddWrapper":false}},"cmOWa":{"statics":{"containerClass":true,"id":true},"styles":{"0":{"overflow":"visible"},"2":{},"8":{"opacity":1},"14":{}},"props":{"containerClass":"bubble-r-container flex column"},"preCached":{"shouldAddWrapper":false}},"cmQAX":{"statics":{"containerClass":true,"id":true},"styles":{"0":{"overflow":"visible"},"2":{},"8":{"opacity":1},"14":{}},"props":{"containerClass":"bubble-r-container flex column"},"preCached":{"shouldAddWrapper":false}},"cmNPc":{"statics":{"useDotDotDot":true,"verticalCenter":true,"id":true},"styles":{"1":{},"11":{"opacity":1},"17":{}},"props":{"textData":{"html":"# &nbsp;in 2023 USNEWS Best Business School"},"useDotDotDot":false,"verticalCenter":false},"preCached":{"tagName":"div"}},"cmQAk":{"statics":{"useDotDotDot":true,"verticalCenter":true,"id":true},"styles":{"1":{},"11":{"opacity":1},"17":{}},"props":{"textData":{"html":"University Type: "},"useDotDotDot":false,"verticalCenter":false},"preCached":{"tagName":"div"}},"cmVNO":{"statics":{"containerClass":true,"id":true},"styles":{"0":{"overflow":"visible"},"2":{},"8":{"opacity":1},"14":{}},"props":{"containerClass":"bubble-r-container flex row"},"preCached":{"shouldAddWrapper":false}},"cmNPQ":{"statics":{"useDotDotDot":true,"verticalCenter":true,"id":true},"styles":{"1":{},"11":{"opacity":1},"17":{}},"props":{"textData":{"html":", "},"useDotDotDot":false,"verticalCenter":false},"preCached":{"tagName":"h2"}},"cmNPI":{"statics":{"containerClass":true,"id":true},"styles":{"0":{"overflow":"visible"},"2":{},"8":{"opacity":1},"14":{}},"props":{"containerClass":"bubble-r-container flex row"},"preCached":{"shouldAddWrapper":false}},"cmOWV":{"statics":{"containerClass":true,"id":true},"styles":{"0":{"overflow":"visible"},"2":{},"8":{"opacity":1},"14":{}},"props":{"containerClass":"bubble-r-container flex column"},"preCached":{"shouldAddWrapper":false}},"cmOZO":{"statics":{"containerClass":true,"id":true},"styles":{"0":{"overflow":"visible"},"2":{},"8":{"opacity":1},"14":{}},"props":{"containerClass":"bubble-r-container flex row"},"preCached":{"shouldAddWrapper":false}},"cmQFI":{"statics":{"containerClass":true,"id":true},"styles":{"0":{"overflow":"visible"},"2":{},"8":{"opacity":1},"14":{}},"props":{"containerClass":"bubble-r-container relative"},"preCached":{"shouldAddWrapper":false}},"cmQFM":{"statics":{"containerClass":true,"id":true},"styles":{"0":{"overflow":"visible"},"2":{},"8":{"opacity":1},"13":{"align-self":"end","justify-self":"end","min-width":"0px","max-width":"","min-height":"40px","max-height":"","width":"max-content","height":"max-content","margin-left":"0px","margin-top":"0px","margin-right":"16px","margin-bottom":"16px"},"15":{}},"props":{"containerClass":"bubble-r-container flex row"},"preCached":{"shouldAddWrapper":false}},"cmQFP":{"statics":{"textData":true,"useDotDotDot":true,"verticalCenter":true,"id":true},"styles":{"1":{},"11":{"opacity":1},"17":{}},"props":{"textData":{"html":"Show all photos"},"useDotDotDot":false,"verticalCenter":false},"preCached":{"tagName":"div"}},"cmNPB":{"statics":{"altTag":true,"cropData":true,"editorPreviewImage":true,"id":true},"styles":{"3":{},"8":{"opacity":1},"15":{}},"props":{"src":""},"preCached":{"isStatic":false,"useAspectRatio":false}},"cmaGK":{"statics":{"useDotDotDot":true,"verticalCenter":true,"id":true},"styles":{"1":{},"3":{"font-family":"var(--font_default)","font-size":"120px","font-weight":"900","color":"rgba(var(--color_surface_default_rgb), 0.8)","text-align":"right"},"6":{},"11":{"opacity":1},"17":{}},"props":{"textData":{"html":""},"useDotDotDot":false,"verticalCenter":true},"preCached":{"tagName":"div"}},"cmNOy":{"statics":{"altTag":true,"cropData":true,"editorPreviewImage":true,"id":true},"styles":{"3":{},"8":{"opacity":1},"15":{}},"props":{"src":""},"preCached":{"isStatic":false,"useAspectRatio":false}},"cmOZH":{"statics":{"containerClass":true,"id":true},"styles":{"0":{"overflow":"visible"},"2":{},"8":{"opacity":1},"14":{}},"props":{"containerClass":"bubble-r-container flex row"},"preCached":{"shouldAddWrapper":false}},"cmNPE":{"statics":{"altTag":true,"cropData":true,"editorPreviewImage":true,"id":true},"styles":{"3":{},"8":{"opacity":1},"15":{}},"props":{"src":""},"preCached":{"isStatic":false,"useAspectRatio":false}},"cmNOv":{"statics":{"altTag":true,"cropData":true,"editorPreviewImage":true,"id":true},"styles":{"3":{},"8":{"opacity":1},"15":{}},"props":{"src":""},"preCached":{"isStatic":false,"useAspectRatio":false}},"cmNOs":{"statics":{"altTag":true,"cropData":true,"editorPreviewImage":true,"id":true},"styles":{"3":{},"8":{"opacity":1},"15":{}},"props":{"src":""},"preCached":{"isStatic":false,"useAspectRatio":false}},"cmRUe1":{"statics":{"containerClass":true,"id":true},"styles":{"0":{"overflow":"visible"},"2":{},"8":{"opacity":1},"14":{}},"props":{"containerClass":"bubble-r-container flex column"},"preCached":{"shouldAddWrapper":false}},"cmRUl1":{"statics":{"useDotDotDot":true,"verticalCenter":true,"id":true},"styles":{"1":{},"11":{"opacity":1},"17":{}},"props":{"textData":{"html":""},"useDotDotDot":false,"verticalCenter":false},"preCached":{"tagName":"h1"}},"cmUUA":{"statics":{"containerClass":true,"id":true},"styles":{"0":{"overflow":"visible"},"2":{},"8":{"opacity":1},"14":{}},"props":{"containerClass":"bubble-r-container flex row"},"preCached":{"shouldAddWrapper":false}},"cmRUr1":{"statics":{"useDotDotDot":true,"verticalCenter":true,"id":true},"styles":{"1":{},"11":{"opacity":1},"17":{}},"props":{"textData":{"html":", "},"useDotDotDot":false,"verticalCenter":false},"preCached":{"tagName":"h3"}},"cmaFk":{"statics":{"containerClass":true,"id":true},"styles":{"0":{"overflow":"visible"},"2":{},"8":{"opacity":1},"14":{}},"props":{"containerClass":"bubble-r-container flex row"},"preCached":{"shouldAddWrapper":false}},"cmYuG":{"statics":{"containerClass":true,"id":true},"styles":{"0":{"overflow":"visible"},"2":{},"8":{"opacity":1},"15":{}},"props":{"containerClass":"bubble-r-container flex row"},"preCached":{"shouldAddWrapper":false}},"cmYuM":{"statics":{"textData":true,"useDotDotDot":true,"verticalCenter":true,"id":true},"styles":{"1":{},"11":{"opacity":1},"17":{}},"props":{"textData":{"html":"Chat Now"},"useDotDotDot":false,"verticalCenter":false},"preCached":{"tagName":"div"}},"cmSnE0":{"statics":{"containerClass":true,"id":true},"styles":{"0":{"overflow":"visible"},"2":{},"8":{"opacity":1},"15":{}},"props":{"containerClass":"bubble-r-container fixed"},"preCached":{"shouldAddWrapper":false}},"cmSni":{"statics":{"spin":true,"tabIndex":true,"id":true},"styles":{"0":{"color":"var(--color_primary_default)"},"1":{},"7":{"opacity":1},"13":{}},"props":{"icon":{"set":"fa","icon":"fa-heart-o"},"tabIndex":""}},"cmSNA":{"statics":{"buttonType":true,"text":true,"iconPlacement":true,"icon":true,"id":true},"styles":{"0":{},"9":{"opacity":1},"15":{}},"props":{"buttonType":"label","text":"like","iconPlacement":"left","icon":{"set":"fa","icon":"fa-square-o"}}},"cmTUQ":{"statics":{"containerClass":true,"id":true},"styles":{"0":{"overflow":"visible"},"2":{},"7":{"padding":"12px 96px 12px 96px"},"8":{"opacity":1},"14":{}},"props":{"containerClass":"bubble-r-container flex row"},"preCached":{"shouldAddWrapper":false}},"cmTUS":{"statics":{"buttonType":true,"text":true,"iconPlacement":true,"icon":true,"id":true},"styles":{"0":{},"5":{"border-radius":"8px","-moz-border-radius":"8px"},"9":{"opacity":1},"15":{}},"props":{"buttonType":"label","text":"Overview","iconPlacement":"left","icon":{"set":"fa","icon":"fa-square-o"}}},"cmTUW":{"statics":{"buttonType":true,"text":true,"iconPlacement":true,"icon":true,"id":true},"styles":{"0":{},"5":{"border-radius":"8px","-moz-border-radius":"8px"},"9":{"opacity":1},"16":{}},"props":{"buttonType":"label","text":"Admissions","iconPlacement":"left","icon":{"set":"fa","icon":"fa-square-o"}}},"cmTUX":{"statics":{"buttonType":true,"text":true,"iconPlacement":true,"icon":true,"id":true},"styles":{"0":{},"5":{"border-radius":"0px","-moz-border-radius":"0px"},"9":{"opacity":1},"16":{}},"props":{"buttonType":"label","text":"Financial","iconPlacement":"left","icon":{"set":"fa","icon":"fa-square-o"}}},"cmTUY":{"statics":{"buttonType":true,"text":true,"iconPlacement":true,"icon":true,"id":true},"styles":{"0":{},"5":{"border-radius":"0px","-moz-border-radius":"0px"},"9":{"opacity":1},"16":{}},"props":{"buttonType":"label","text":"Employment","iconPlacement":"left","icon":{"set":"fa","icon":"fa-square-o"}}},"cmTUc":{"statics":{"buttonType":true,"text":true,"iconPlacement":true,"icon":true,"id":true},"styles":{"0":{},"5":{"border-radius":"0px","-moz-border-radius":"0px"},"9":{"opacity":1},"15":{}},"props":{"buttonType":"label","text":"Review","iconPlacement":"left","icon":{"set":"fa","icon":"fa-square-o"}}},"cmTzI":{"statics":{"containerClass":true,"id":true},"styles":{"0":{"overflow":"visible"},"2":{},"8":{"opacity":1},"12":{"align-self":"center","min-width":"0px","max-width":"80%","order":9,"min-height":"0px","max-height":"","height":"max-content","flex-grow":0,"flex-shrink":0,"width":"calc(100% - 0px)","margin-left":"0px","margin-top":"0px","margin-right":"0px","margin-bottom":"0px"},"14":{}},"props":{"containerClass":"bubble-r-container flex column"},"preCached":{"shouldAddWrapper":false}},"cmUDO":{"statics":{"containerClass":true,"id":true},"styles":{"0":{"overflow":"visible"},"2":{},"8":{"opacity":1},"14":{}},"props":{"containerClass":"bubble-r-container flex column"},"preCached":{"shouldAddWrapper":false}},"cmUCx":{"statics":{"containerClass":true,"id":true},"styles":{"0":{"overflow":"visible"},"2":{"visibility":"hidden"},"8":{"opacity":1},"14":{"display":"none"}},"props":{"containerClass":"bubble-r-container relative"},"preCached":{"shouldAddWrapper":false}},"cmUDI":{"statics":{"textData":true,"useDotDotDot":true,"verticalCenter":true,"id":true},"styles":{"1":{"visibility":"hidden"},"11":{"opacity":1},"17":{"display":"none"}},"props":{"textData":{"html":"Please Wait. AI is loading..."},"useDotDotDot":false,"verticalCenter":false},"preCached":{"tagName":"div"}},"cmUEQ":{"statics":{"containerClass":true,"id":true},"styles":{"0":{"overflow":"visible"},"2":{"visibility":"hidden"},"8":{"opacity":1},"14":{"display":"none"}},"props":{"containerClass":"bubble-r-container flex column"},"preCached":{"shouldAddWrapper":false}},"cmUES":{"statics":{"useDotDotDot":true,"verticalCenter":true,"id":true},"styles":{"1":{},"11":{"opacity":1},"17":{}},"props":{"textData":{"html":""},"useDotDotDot":true,"verticalCenter":false},"preCached":{"tagName":"div"}},"cmUHF":{"statics":{"textData":true,"useDotDotDot":true,"verticalCenter":true,"id":true},"styles":{"1":{},"11":{"opacity":1},"17":{}},"props":{"textData":{"html":"Essay edited for grammar and concision:"},"useDotDotDot":false,"verticalCenter":false},"preCached":{"tagName":"div"}},"cmUEX":{"statics":{"containerClass":true,"id":true},"styles":{"0":{"overflow":"visible"},"2":{},"8":{"opacity":1},"14":{}},"props":{"containerClass":"bubble-r-container flex row"},"preCached":{"shouldAddWrapper":false}},"cmUIU":{"statics":{"containerClass":true,"id":true},"styles":{"0":{"overflow":"visible"},"2":{"visibility":"hidden"},"8":{"opacity":1},"14":{"display":"none"}},"props":{"containerClass":"bubble-r-container flex row"},"preCached":{"shouldAddWrapper":false}},"cmUHQ":{"statics":{"separatorWidth":true,"separatorColor":true,"separatorStyle":true,"id":true},"styles":{"1":{"min-width":"","min-height":"","box-sizing":"content-box"},"2":{},"7":{"opacity":1},"12":{}},"props":{"separatorWidth":0,"separatorColor":"rgba(150,150,150,0.5)","separatorStyle":"none"}},"cmUHc":{"statics":{"useDotDotDot":true,"verticalCenter":true,"id":true},"styles":{"1":{},"11":{"opacity":1},"17":{}},"props":{"textData":{"html":"\n"},"useDotDotDot":true,"verticalCenter":false},"preCached":{"tagName":"div"}},"cmUIN":{"statics":{"containerClass":true,"id":true},"styles":{"0":{"overflow":"visible"},"2":{"visibility":"hidden"},"8":{"opacity":1},"14":{"display":"none"}},"props":{"containerClass":"bubble-r-container flex row"},"preCached":{"shouldAddWrapper":false}},"cmUHj":{"statics":{"separatorWidth":true,"separatorColor":true,"separatorStyle":true,"id":true},"styles":{"1":{"min-width":"","min-height":"","box-sizing":"content-box"},"2":{"visibility":"hidden"},"7":{"opacity":1},"12":{"display":"none"}},"props":{"separatorWidth":0,"separatorColor":"rgba(150,150,150,0.5)","separatorStyle":"none"}},"cmUHo":{"statics":{"useDotDotDot":true,"verticalCenter":true,"id":true},"styles":{"1":{},"11":{"opacity":1},"17":{}},"props":{"textData":{"html":""},"useDotDotDot":false,"verticalCenter":false},"preCached":{"tagName":"div"}},"cmUTo":{"statics":{"containerClass":true,"id":true},"styles":{"0":{"overflow":"visible"},"2":{},"8":{"opacity":1},"14":{}},"props":{"containerClass":"bubble-r-container flex column"},"preCached":{"shouldAddWrapper":false}},"cmUBj":{"statics":{"containerClass":true,"id":true},"styles":{"0":{"overflow":"visible"},"2":{},"8":{"opacity":1},"14":{}},"props":{"containerClass":"bubble-r-container flex row"},"preCached":{"shouldAddWrapper":false}},"cmUBo":{"statics":{"containerClass":true,"id":true},"styles":{"0":{"overflow":"visible"},"2":{},"8":{"opacity":1},"14":{}},"props":{"containerClass":"bubble-r-container flex column"},"preCached":{"shouldAddWrapper":false}},"cmUBq":{"statics":{"useDotDotDot":true,"verticalCenter":true,"id":true},"styles":{"1":{},"11":{"opacity":1},"17":{}},"props":{"textData":{"html":"Number of words: "},"useDotDotDot":false,"verticalCenter":false},"preCached":{"tagName":"div"}},"cmUCB":{"statics":{"containerClass":true,"id":true},"styles":{"0":{"overflow":"visible"},"2":{},"8":{"opacity":1},"14":{}},"props":{"containerClass":"bubble-r-container flex row"},"preCached":{"shouldAddWrapper":false}},"cmUCG":{"statics":{"containerClass":true,"id":true},"styles":{"0":{"overflow":"visible"},"2":{},"8":{"opacity":1},"15":{}},"props":{"containerClass":"bubble-r-container relative"},"preCached":{"shouldAddWrapper":false}},"cmUCH":{"statics":{"buttonType":true,"text":true,"iconPlacement":true,"icon":true,"id":true},"styles":{"0":{},"9":{"opacity":1},"15":{}},"props":{"buttonType":"label","text":"Evaluate","iconPlacement":"left","icon":{"set":"fa","icon":"fa-square-o"}}},"cmUCM":{"statics":{"containerClass":true,"id":true},"styles":{"0":{"overflow":"visible"},"2":{},"8":{"opacity":1},"15":{}},"props":{"containerClass":"bubble-r-container relative"},"preCached":{"shouldAddWrapper":false}},"cmUCO":{"statics":{"buttonType":true,"text":true,"iconPlacement":true,"icon":true,"id":true},"styles":{"0":{},"5":{"border-style":"solid","border-width":"1px","border-color":"rgba(113,113,113,0.48)","border-radius":"120px","-moz-border-radius":"120px"},"9":{"opacity":1},"15":{}},"props":{"buttonType":"label","text":"Fix Essay","iconPlacement":"left","icon":{"set":"fa","icon":"fa-square-o"}}},"cmUBu":{"statics":{"containerClass":true,"id":true},"styles":{"0":{"overflow":"visible"},"2":{},"8":{"opacity":1},"14":{}},"props":{"containerClass":"bubble-r-container flex column"},"preCached":{"shouldAddWrapper":false}},"cmURs":{"statics":{"containerClass":true,"id":true},"styles":{"0":{"overflow":"visible"},"2":{},"8":{"opacity":1},"14":{}},"props":{"containerClass":"bubble-r-container flex row"},"preCached":{"shouldAddWrapper":false}},"cmUSP":{"statics":{"separatorWidth":true,"separatorColor":true,"separatorStyle":true,"id":true},"styles":{"1":{"min-width":"","min-height":"","box-sizing":"content-box"},"2":{},"7":{"opacity":1},"12":{}},"props":{"separatorWidth":0,"separatorColor":"rgba(150,150,150,0.5)","separatorStyle":"none"}},"cmUSU":{"statics":{"containerClass":true,"id":true},"styles":{"0":{"overflow":"visible"},"2":{},"8":{"opacity":1},"14":{}},"props":{"containerClass":"bubble-r-container relative"},"preCached":{"shouldAddWrapper":false}},"cmUSn":{"statics":{"containerClass":true,"id":true},"styles":{"0":{"overflow":"visible"},"2":{"visibility":"hidden"},"8":{"opacity":1},"15":{}},"props":{"containerClass":"bubble-r-container relative"},"preCached":{"shouldAddWrapper":false}},"cmUSi":{"statics":{"containerClass":true,"id":true},"styles":{"0":{"overflow":"visible"},"2":{"visibility":"hidden"},"8":{"opacity":1},"15":{}},"props":{"containerClass":"bubble-r-container relative"},"preCached":{"shouldAddWrapper":false}},"cmUSW":{"statics":{"containerClass":true,"id":true},"styles":{"0":{"overflow":"visible"},"2":{},"8":{"opacity":1},"14":{}},"props":{"containerClass":"bubble-r-container flex row"},"preCached":{"shouldAddWrapper":false}},"cmUTK":{"statics":{"useDotDotDot":true,"verticalCenter":true,"id":true},"styles":{"1":{},"11":{"opacity":1},"17":{}},"props":{"textData":{"html":""},"useDotDotDot":false,"verticalCenter":false},"preCached":{"tagName":"div"}},"cmVHm":{"statics":{"containerClass":true,"id":true},"styles":{"0":{"overflow":"visible"},"2":{},"8":{"opacity":1},"14":{}},"props":{"containerClass":"bubble-r-container flex row"},"preCached":{"shouldAddWrapper":false}},"cmUBw":{"statics":{"textData":true,"useDotDotDot":true,"verticalCenter":true,"id":true},"styles":{"1":{},"11":{"opacity":1},"17":{}},"props":{"textData":{"html":"AI Essays"},"useDotDotDot":false,"verticalCenter":false},"preCached":{"tagName":"div"}},"cmiNP":{"statics":{"buttonType":true,"text":true,"iconPlacement":true,"icon":true,"id":true},"styles":{"0":{},"9":{"opacity":1},"15":{}},"props":{"buttonType":"label_icon","text":"AI Editor","iconPlacement":"left","icon":{"set":"bootstrap","icon":"vector-pen"}}},"cmUrq":{"statics":{"containerClass":true,"id":true},"styles":{"0":{"overflow":"visible"},"2":{},"8":{"opacity":1},"12":{"align-self":"center","min-width":"0px","max-width":"80%","order":12,"min-height":"0px","max-height":"","height":"max-content","flex-grow":0,"flex-shrink":0,"width":"calc(100% - 0px)","margin-left":"0px","margin-top":"0px","margin-right":"0px","margin-bottom":"0px"},"14":{}},"props":{"containerClass":"bubble-r-container flex row"},"preCached":{"shouldAddWrapper":false}},"cmUsT":{"statics":{"containerClass":true,"id":true},"styles":{"0":{"overflow":"visible"},"2":{},"8":{"opacity":1},"14":{}},"props":{"containerClass":"bubble-r-container flex column"},"preCached":{"shouldAddWrapper":false}},"cmUsU":{"statics":{"containerClass":true,"id":true},"styles":{"0":{"overflow":"visible"},"2":{},"8":{"opacity":1},"14":{}},"props":{"containerClass":"bubble-r-container flex column"},"preCached":{"shouldAddWrapper":false}},"cmUsY":{"statics":{"textData":true,"useDotDotDot":true,"verticalCenter":true,"id":true},"styles":{"1":{},"11":{"opacity":1},"17":{}},"props":{"textData":{"html":"Monthly Payments"},"useDotDotDot":false,"verticalCenter":false},"preCached":{"tagName":"div"}},"cmUsZ":{"statics":{"useDotDotDot":true,"verticalCenter":true,"id":true},"styles":{"1":{},"11":{"opacity":1},"17":{}},"props":{"textData":{"html":""},"useDotDotDot":false,"verticalCenter":false},"preCached":{"tagName":"div"}},"cmUsa":{"statics":{"containerClass":true,"id":true},"styles":{"0":{"overflow":"visible"},"2":{},"8":{"opacity":1},"14":{}},"props":{"containerClass":"bubble-r-container flex column"},"preCached":{"shouldAddWrapper":false}},"cmUse":{"statics":{"textData":true,"useDotDotDot":true,"verticalCenter":true,"id":true},"styles":{"1":{},"11":{"opacity":1},"17":{}},"props":{"textData":{"html":"Total Interest Paid"},"useDotDotDot":false,"verticalCenter":false},"preCached":{"tagName":"div"}},"cmUsf":{"statics":{"useDotDotDot":true,"verticalCenter":true,"id":true},"styles":{"1":{},"11":{"opacity":1},"17":{}},"props":{"textData":{"html":""},"useDotDotDot":false,"verticalCenter":false},"preCached":{"tagName":"div"}},"cmUsg":{"statics":{"containerClass":true,"id":true},"styles":{"0":{"overflow":"visible"},"2":{},"8":{"opacity":1},"14":{}},"props":{"containerClass":"bubble-r-container flex column"},"preCached":{"shouldAddWrapper":false}},"cmUsk":{"statics":{"textData":true,"useDotDotDot":true,"verticalCenter":true,"id":true},"styles":{"1":{},"11":{"opacity":1},"17":{}},"props":{"textData":{"html":"Total Repayment Amount"},"useDotDotDot":false,"verticalCenter":false},"preCached":{"tagName":"div"}},"cmUsl":{"statics":{"useDotDotDot":true,"verticalCenter":true,"id":true},"styles":{"1":{},"11":{"opacity":1},"17":{}},"props":{"textData":{"html":""},"useDotDotDot":false,"verticalCenter":false},"preCached":{"tagName":"div"}},"cmUsm":{"statics":{"containerClass":true,"id":true},"styles":{"0":{"overflow":"visible"},"2":{},"8":{"opacity":1},"14":{}},"props":{"containerClass":"bubble-r-container flex column"},"preCached":{"shouldAddWrapper":false}},"cmUsq":{"statics":{"textData":true,"useDotDotDot":true,"verticalCenter":true,"id":true},"styles":{"1":{},"11":{"opacity":1},"17":{}},"props":{"textData":{"html":"APR"},"useDotDotDot":false,"verticalCenter":false},"preCached":{"tagName":"div"}},"cmUsr":{"statics":{"useDotDotDot":true,"verticalCenter":true,"id":true},"styles":{"1":{},"11":{"opacity":1},"17":{}},"props":{"textData":{"html":""},"useDotDotDot":false,"verticalCenter":false},"preCached":{"tagName":"div"}},"cmUwW":{"statics":{"textData":true,"useDotDotDot":true,"verticalCenter":true,"id":true},"styles":{"1":{},"11":{"opacity":1},"17":{}},"props":{"textData":{"html":"Live Loan Calculator"},"useDotDotDot":false,"verticalCenter":false},"preCached":{"tagName":"div"}},"cmUtU":{"statics":{"containerClass":true,"id":true},"styles":{"0":{"overflow":"visible"},"2":{},"8":{"opacity":1},"14":{}},"props":{"containerClass":"bubble-r-container flex column"},"preCached":{"shouldAddWrapper":false}},"cmUru":{"statics":{"containerClass":true,"id":true},"styles":{"0":{"overflow":"visible"},"2":{},"8":{"opacity":1},"14":{}},"props":{"containerClass":"bubble-r-container flex column"},"preCached":{"shouldAddWrapper":false}},"cmUrv":{"statics":{"textData":true,"useDotDotDot":true,"verticalCenter":true,"id":true},"styles":{"1":{},"11":{"opacity":1},"17":{}},"props":{"textData":{"html":"Total tuition cost"},"useDotDotDot":false,"verticalCenter":false},"preCached":{"tagName":"div"}},"cmUrw":{"statics":{"placeholder":true,"maxlength":true,"disabled":true,"needsMetaKey":true,"tz_dynamic":true,"id":true},"styles":{"0":{},"8":{"opacity":1},"14":{}},"props":{"type":"input","placeholder":"Total Tuition","disabled":false}},"cmUsA":{"statics":{"containerClass":true,"id":true},"styles":{"0":{"overflow":"visible"},"2":{},"8":{"opacity":1},"14":{}},"props":{"containerClass":"bubble-r-container flex column"},"preCached":{"shouldAddWrapper":false}},"cmUsB":{"statics":{"textData":true,"useDotDotDot":true,"verticalCenter":true,"id":true},"styles":{"1":{},"11":{"opacity":1},"17":{}},"props":{"textData":{"html":"Loan term in months"},"useDotDotDot":false,"verticalCenter":false},"preCached":{"tagName":"div"}},"cmUsC":{"statics":{"placeholder":true,"maxlength":true,"disabled":true,"needsMetaKey":true,"tz_dynamic":true,"id":true},"styles":{"0":{},"8":{"opacity":1},"14":{}},"props":{"type":"input","placeholder":"Months till loan repaid entirely","disabled":false}},"cmUsG":{"statics":{"containerClass":true,"id":true},"styles":{"0":{"overflow":"visible"},"2":{},"8":{"opacity":1},"14":{}},"props":{"containerClass":"bubble-r-container flex column"},"preCached":{"shouldAddWrapper":false}},"cmUsH":{"statics":{"textData":true,"useDotDotDot":true,"verticalCenter":true,"id":true},"styles":{"1":{},"11":{"opacity":1},"17":{}},"props":{"textData":{"html":"Interest rate"},"useDotDotDot":false,"verticalCenter":false},"preCached":{"tagName":"div"}},"cmUsI":{"statics":{"placeholder":true,"maxlength":true,"disabled":true,"needsMetaKey":true,"tz_dynamic":true,"id":true},"styles":{"0":{},"8":{"opacity":1},"14":{}},"props":{"type":"input","placeholder":"Enter Interest Rate","disabled":false}},"cmUsM":{"statics":{"containerClass":true,"id":true},"styles":{"0":{"overflow":"visible"},"2":{},"8":{"opacity":1},"14":{}},"props":{"containerClass":"bubble-r-container flex column"},"preCached":{"shouldAddWrapper":false}},"cmUsN":{"statics":{"textData":true,"useDotDotDot":true,"verticalCenter":true,"id":true},"styles":{"1":{},"11":{"opacity":1},"17":{}},"props":{"textData":{"html":"Total loan fees"},"useDotDotDot":false,"verticalCenter":false},"preCached":{"tagName":"div"}},"cmUsO":{"statics":{"placeholder":true,"maxlength":true,"disabled":true,"needsMetaKey":true,"tz_dynamic":true,"id":true},"styles":{"0":{},"8":{"opacity":1},"14":{}},"props":{"type":"input","placeholder":"Enter other fees","disabled":false}},"cmUti":{"statics":{"containerClass":true,"id":true},"styles":{"0":{"overflow":"visible"},"2":{},"8":{"opacity":1},"14":{}},"props":{"containerClass":"bubble-r-container flex column"},"preCached":{"shouldAddWrapper":false}},"cmUtn":{"statics":{"textData":true,"useDotDotDot":true,"verticalCenter":true,"id":true},"styles":{"1":{},"11":{"opacity":1},"17":{}},"props":{"textData":{"html":"Total scholarships"},"useDotDotDot":false,"verticalCenter":false},"preCached":{"tagName":"div"}},"cmUto":{"statics":{"placeholder":true,"maxlength":true,"disabled":true,"needsMetaKey":true,"tz_dynamic":true,"id":true},"styles":{"0":{},"2":{"border-style":"solid","border-width":"1px","border-color":"#BDBDBD","border-radius":"3px","-moz-border-radius":"3px"},"8":{"opacity":1},"14":{}},"props":{"type":"input","placeholder":"Scholarships Received","disabled":false}},"cmUtt":{"statics":{"containerClass":true,"id":true},"styles":{"0":{"overflow":"visible"},"2":{},"8":{"opacity":1},"14":{}},"props":{"containerClass":"bubble-r-container flex column"},"preCached":{"shouldAddWrapper":false}},"cmUty":{"statics":{"textData":true,"useDotDotDot":true,"verticalCenter":true,"id":true},"styles":{"1":{},"11":{"opacity":1},"17":{}},"props":{"textData":{"html":"Total savings"},"useDotDotDot":false,"verticalCenter":false},"preCached":{"tagName":"div"}},"cmUtz":{"statics":{"placeholder":true,"maxlength":true,"disabled":true,"needsMetaKey":true,"tz_dynamic":true,"id":true},"styles":{"0":{},"2":{"border-style":"solid","border-width":"1px","border-color":"#BDBDBD","border-radius":"3px","-moz-border-radius":"3px"},"8":{"opacity":1},"14":{}},"props":{"type":"input","placeholder":"Savings and Help","disabled":false}},"cmUvG":{"statics":{"containerClass":true,"id":true},"styles":{"0":{"overflow":"visible"},"2":{},"8":{"opacity":1},"14":{}},"props":{"containerClass":"bubble-r-container flex column"},"preCached":{"shouldAddWrapper":false}},"cmUvM":{"statics":{"placeholder":true,"maxlength":true,"disabled":true,"needsMetaKey":true,"tz_dynamic":true,"id":true},"styles":{"0":{},"8":{"opacity":1},"14":{}},"props":{"type":"input","placeholder":"Total  Expenses","disabled":false}},"cmUvO":{"statics":{"containerClass":true,"id":true},"styles":{"0":{"overflow":"visible"},"2":{},"8":{"opacity":1},"14":{}},"props":{"containerClass":"bubble-r-container flex row"},"preCached":{"shouldAddWrapper":false}},"cmUvI":{"statics":{"textData":true,"useDotDotDot":true,"verticalCenter":true,"id":true},"styles":{"1":{},"11":{"opacity":1},"17":{}},"props":{"textData":{"html":"Total living cost &amp; fees"},"useDotDotDot":false,"verticalCenter":false},"preCached":{"tagName":"div"}},"cmUuc":{"statics":{"containerClass":true,"id":true},"styles":{"0":{"overflow":"visible"},"2":{},"8":{"opacity":1},"14":{}},"props":{"containerClass":"bubble-r-container flex column"},"preCached":{"shouldAddWrapper":false}},"cmUui":{"statics":{"textData":true,"useDotDotDot":true,"verticalCenter":true,"id":true},"styles":{"1":{},"11":{"opacity":1},"17":{}},"props":{"textData":{"html":"Tuition Fees / year"},"useDotDotDot":false,"verticalCenter":false},"preCached":{"tagName":"div"}},"cmUuu":{"statics":{"useDotDotDot":true,"verticalCenter":true,"id":true},"styles":{"1":{},"11":{"opacity":1},"17":{}},"props":{"textData":{"html":""},"useDotDotDot":false,"verticalCenter":true},"preCached":{"tagName":"div"}},"cmUuM":{"statics":{"containerClass":true,"id":true},"styles":{"0":{"overflow":"visible"},"2":{},"8":{"opacity":1},"12":{"align-self":"center","min-width":"0px","max-width":"80%","order":11,"min-height":"0px","max-height":"","height":"max-content","flex-grow":0,"flex-shrink":0,"width":"calc(100% - 0px)","margin-left":"0px","margin-top":"0px","margin-right":"0px","margin-bottom":"0px"},"14":{}},"props":{"containerClass":"bubble-r-container flex row"},"preCached":{"shouldAddWrapper":false}},"cmUuS":{"statics":{"textData":true,"useDotDotDot":true,"verticalCenter":true,"id":true},"styles":{"1":{},"11":{"opacity":1},"17":{}},"props":{"textData":{"html":"Financial Planning"},"useDotDotDot":false,"verticalCenter":true},"preCached":{"tagName":"div"}},"cmUwc":{"statics":{"containerClass":true,"id":true},"styles":{"0":{"overflow":"visible"},"2":{},"7":{"padding":"24px 24px 24px 24px"},"8":{"opacity":1},"12":{"align-self":"center","min-width":"0px","max-width":"80%","order":14,"min-height":"200px","max-height":"","height":"max-content","flex-grow":0,"flex-shrink":0,"width":"calc(100% - 0px)","margin-left":"0px","margin-top":"0px","margin-right":"0px","margin-bottom":"0px"},"14":{}},"props":{"containerClass":"bubble-r-container flex row"},"preCached":{"shouldAddWrapper":false}},"cmUyq":{"statics":{"containerClass":true,"id":true},"styles":{"0":{"overflow":"visible"},"2":{},"8":{"opacity":1},"14":{}},"props":{"containerClass":"bubble-r-container flex column"},"preCached":{"shouldAddWrapper":false}},"cmUyC":{"statics":{"containerClass":true,"id":true},"styles":{"0":{"overflow":"visible"},"2":{},"8":{"opacity":1},"14":{}},"props":{"containerClass":"bubble-r-container flex column"},"preCached":{"shouldAddWrapper":false}},"cmUxw":{"statics":{"textData":true,"useDotDotDot":true,"verticalCenter":true,"id":true},"styles":{"1":{},"11":{"opacity":1},"17":{}},"props":{"textData":{"html":"Average Base Salary"},"useDotDotDot":false,"verticalCenter":true},"preCached":{"tagName":"div"}},"cmUyM":{"statics":{"useDotDotDot":true,"verticalCenter":true,"id":true},"styles":{"1":{},"11":{"opacity":1},"17":{}},"props":{"textData":{"html":""},"useDotDotDot":false,"verticalCenter":false},"preCached":{"tagName":"div"}},"cmUyx":{"statics":{"containerClass":true,"id":true},"styles":{"0":{"overflow":"visible"},"2":{},"8":{"opacity":1},"14":{}},"props":{"containerClass":"bubble-r-container flex column"},"preCached":{"shouldAddWrapper":false}},"cmUzC":{"statics":{"textData":true,"useDotDotDot":true,"verticalCenter":true,"id":true},"styles":{"1":{},"11":{"opacity":1},"17":{}},"props":{"textData":{"html":"Average Bonus"},"useDotDotDot":false,"verticalCenter":true},"preCached":{"tagName":"div"}},"cmUzD":{"statics":{"useDotDotDot":true,"verticalCenter":true,"id":true},"styles":{"1":{},"11":{"opacity":1},"17":{}},"props":{"textData":{"html":""},"useDotDotDot":false,"verticalCenter":false},"preCached":{"tagName":"div"}},"cmUyS":{"statics":{"containerClass":true,"id":true},"styles":{"0":{"overflow":"visible"},"2":{},"8":{"opacity":1},"14":{}},"props":{"containerClass":"bubble-r-container flex column"},"preCached":{"shouldAddWrapper":false}},"cmUxq":{"statics":{"textData":true,"useDotDotDot":true,"verticalCenter":true,"id":true},"styles":{"1":{},"11":{"opacity":1},"17":{}},"props":{"textData":{"html":"Employed 3 months post-graduation"},"useDotDotDot":false,"verticalCenter":false},"preCached":{"tagName":"div"}},"cmUya":{"statics":{"containerClass":true,"id":true},"styles":{"0":{"overflow":"visible"},"2":{},"8":{"opacity":1},"14":{}},"props":{"containerClass":"bubble-r-container flex row"},"preCached":{"shouldAddWrapper":false}},"cmUyk":{"statics":{"useDotDotDot":true,"verticalCenter":true,"id":true},"styles":{"1":{},"11":{"opacity":1},"17":{}},"props":{"textData":{"html":"%"},"useDotDotDot":false,"verticalCenter":false},"preCached":{"tagName":"div"}},"cmVCt":{"statics":{"containerClass":true,"id":true},"styles":{"0":{"overflow":"visible"},"2":{},"8":{"opacity":1},"14":{}},"props":{"containerClass":"bubble-r-container flex column"},"preCached":{"shouldAddWrapper":false}},"cmVCn":{"statics":{"textData":true,"useDotDotDot":true,"verticalCenter":true,"id":true},"styles":{"1":{},"11":{"opacity":1},"17":{}},"props":{"textData":{"html":"Best Known for "},"useDotDotDot":false,"verticalCenter":false},"preCached":{"tagName":"div"}},"cmVDA":{"statics":{"useDotDotDot":true,"verticalCenter":true,"id":true},"styles":{"1":{},"11":{"opacity":1},"17":{}},"props":{"textData":{"html":""},"useDotDotDot":false,"verticalCenter":false},"preCached":{"tagName":"div"}},"cmUzb":{"statics":{"containerClass":true,"id":true},"styles":{"0":{"overflow":"visible"},"2":{},"8":{"opacity":1},"14":{}},"props":{"containerClass":"bubble-r-container flex column"},"preCached":{"shouldAddWrapper":false}},"cmUzV":{"statics":{"textData":true,"useDotDotDot":true,"verticalCenter":true,"id":true},"styles":{"1":{},"11":{"opacity":1},"17":{}},"props":{"textData":{"html":"Top 3 Employment Statistics"},"useDotDotDot":false,"verticalCenter":true},"preCached":{"tagName":"div"}},"cmVAL":{"statics":{"containerClass":true,"id":true},"styles":{"0":{"overflow":"visible"},"2":{},"8":{"opacity":1},"14":{}},"props":{"containerClass":"bubble-r-container flex row"},"preCached":{"shouldAddWrapper":false}},"cmVBx":{"statics":{"containerClass":true,"wrappedClass":true,"id":true},"styles":{"0":{"overflow":"visible"},"2":{},"8":{"opacity":1},"12":{"align-self":"flex-end","min-width":"70px","max-width":"","order":1,"min-height":"0px","max-height":"","width":"70px","flex-grow":1,"height":"0px","margin-left":"0px","margin-top":"0px","margin-right":"0px","margin-bottom":"0px"},"14":{}},"props":{"containerClass":"bubble-r-container-wrapper","wrappedClass":"bubble-r-container flex column"},"preCached":{"shouldAddWrapper":true}},"cmUzP":{"statics":{"separatorWidth":true,"separatorColor":true,"separatorStyle":true,"id":true},"styles":{"1":{"min-width":"","min-height":"","box-sizing":"content-box"},"2":{},"7":{"opacity":1},"12":{}},"props":{"separatorWidth":1,"separatorColor":"rgba(113,113,113,0.24)","separatorStyle":"solid"}},"cmUzs":{"statics":{"useDotDotDot":true,"verticalCenter":true,"id":true},"styles":{"1":{},"11":{"opacity":1},"17":{}},"props":{"textData":{"html":""},"useDotDotDot":false,"verticalCenter":false},"preCached":{"tagName":"div"}},"cmVCE":{"statics":{"textData":true,"useDotDotDot":true,"verticalCenter":true,"id":true},"styles":{"1":{},"11":{"opacity":1},"17":{}},"props":{"textData":{"html":"Industry"},"useDotDotDot":false,"verticalCenter":false},"preCached":{"tagName":"div"}},"cmVCK":{"statics":{"containerClass":true,"wrappedClass":true,"id":true},"styles":{"0":{"overflow":"visible"},"2":{},"8":{"opacity":1},"12":{"align-self":"flex-start","min-width":"80px","max-width":"","order":2,"min-height":"0px","max-height":"","width":"80px","flex-grow":1,"height":"0px","margin-left":"0px","margin-top":"0px","margin-right":"0px","margin-bottom":"0px"},"14":{}},"props":{"containerClass":"bubble-r-container-wrapper","wrappedClass":"bubble-r-container flex column"},"preCached":{"shouldAddWrapper":true}},"cmVAS":{"statics":{"separatorWidth":true,"separatorColor":true,"separatorStyle":true,"id":true},"styles":{"1":{"min-width":"","min-height":"","box-sizing":"content-box"},"2":{},"7":{"opacity":1},"12":{}},"props":{"separatorWidth":1,"separatorColor":"rgba(113,113,113,0.24)","separatorStyle":"solid"}},"cmVBg":{"statics":{"containerClass":true,"id":true},"styles":{"0":{"overflow":"visible"},"2":{},"8":{"opacity":1},"14":{}},"props":{"containerClass":"bubble-r-container flex row"},"preCached":{"shouldAddWrapper":false}},"cmVBq":{"statics":{"useDotDotDot":true,"verticalCenter":true,"id":true},"styles":{"1":{},"11":{"opacity":1},"17":{}},"props":{"textData":{"html":"%"},"useDotDotDot":false,"verticalCenter":false},"preCached":{"tagName":"div"}},"cmVCU":{"statics":{"textData":true,"useDotDotDot":true,"verticalCenter":true,"id":true},"styles":{"1":{},"11":{"opacity":1},"17":{}},"props":{"textData":{"html":"Percent employed"},"useDotDotDot":false,"verticalCenter":false},"preCached":{"tagName":"div"}},"cmVCa":{"statics":{"containerClass":true,"wrappedClass":true,"id":true},"styles":{"0":{"overflow":"visible"},"2":{},"8":{"opacity":1},"12":{"align-self":"center","min-width":"50px","max-width":"","order":5,"min-height":"0px","max-height":"","width":"50px","flex-grow":1,"height":"0px","margin-left":"0px","margin-top":"0px","margin-right":"0px","margin-bottom":"0px"},"14":{}},"props":{"containerClass":"bubble-r-container-wrapper","wrappedClass":"bubble-r-container flex column"},"preCached":{"shouldAddWrapper":true}},"cmVBU":{"statics":{"separatorWidth":true,"separatorColor":true,"separatorStyle":true,"id":true},"styles":{"1":{"min-width":"","min-height":"","box-sizing":"content-box"},"2":{},"7":{"opacity":1},"12":{}},"props":{"separatorWidth":1,"separatorColor":"rgba(113,113,113,0.24)","separatorStyle":"solid"}},"cmVBa":{"statics":{"useDotDotDot":true,"verticalCenter":true,"id":true},"styles":{"1":{},"11":{"opacity":1},"17":{}},"props":{"textData":{"html":""},"useDotDotDot":false,"verticalCenter":false},"preCached":{"tagName":"div"}},"cmVCh":{"statics":{"textData":true,"useDotDotDot":true,"verticalCenter":true,"id":true},"styles":{"1":{},"11":{"opacity":1},"17":{}},"props":{"textData":{"html":"Median Salary"},"useDotDotDot":false,"verticalCenter":false},"preCached":{"tagName":"div"}},"cmUxi":{"statics":{"containerClass":true,"id":true},"styles":{"0":{"overflow":"visible"},"2":{},"8":{"opacity":1},"12":{"align-self":"center","min-width":"0px","max-width":"80%","order":13,"min-height":"0px","max-height":"","height":"max-content","flex-grow":0,"flex-shrink":0,"width":"calc(100% - 0px)","margin-left":"0px","margin-top":"0px","margin-right":"0px","margin-bottom":"0px"},"14":{}},"props":{"containerClass":"bubble-r-container flex row"},"preCached":{"shouldAddWrapper":false}},"cmUxk":{"statics":{"textData":true,"useDotDotDot":true,"verticalCenter":true,"id":true},"styles":{"1":{},"11":{"opacity":1},"17":{}},"props":{"textData":{"html":"Employment"},"useDotDotDot":false,"verticalCenter":true},"preCached":{"tagName":"div"}},"cmVDQ":{"statics":{"containerClass":true,"id":true},"styles":{"0":{"overflow":"visible"},"2":{},"8":{"opacity":1},"12":{"align-self":"center","min-width":"0px","max-width":"80%","order":5,"min-height":"0px","max-height":"","height":"max-content","flex-grow":0,"flex-shrink":0,"width":"calc(100% - 0px)","margin-left":"0px","margin-top":"0px","margin-right":"0px","margin-bottom":"0px"},"14":{}},"props":{"containerClass":"bubble-r-container flex row"},"preCached":{"shouldAddWrapper":false}},"cmVDS":{"statics":{"textData":true,"useDotDotDot":true,"verticalCenter":true,"id":true},"styles":{"1":{},"11":{"opacity":1},"17":{}},"props":{"textData":{"html":"Admissions"},"useDotDotDot":false,"verticalCenter":true},"preCached":{"tagName":"div"}},"cmSLn":{"statics":{"containerClass":true,"id":true},"styles":{"0":{"overflow":"visible"},"2":{},"8":{"opacity":1},"12":{"align-self":"center","min-width":"0px","max-width":"80%","order":6,"min-height":"0px","max-height":"","height":"max-content","flex-grow":0,"flex-shrink":0,"width":"calc(100% - 0px)","margin-left":"0px","margin-top":"0px","margin-right":"0px","margin-bottom":"0px"},"14":{}},"props":{"containerClass":"bubble-r-container flex row"},"preCached":{"shouldAddWrapper":false}},"cmUKR":{"statics":{"containerClass":true,"id":true},"styles":{"0":{"overflow":"visible"},"2":{},"8":{"opacity":1},"14":{}},"props":{"containerClass":"bubble-r-container flex column"},"preCached":{"shouldAddWrapper":false}},"cmVGo":{"statics":{"containerClass":true,"id":true},"styles":{"0":{"overflow":"visible"},"2":{},"8":{"opacity":1},"14":{}},"props":{"containerClass":"bubble-r-container flex column"},"preCached":{"shouldAddWrapper":false}},"cmVGX":{"statics":{"containerClass":true,"id":true},"styles":{"0":{"overflow":"visible"},"2":{},"8":{"opacity":1},"14":{}},"props":{"containerClass":"bubble-r-container relative"},"preCached":{"shouldAddWrapper":false}},"cmUKY":{"statics":{"useDotDotDot":true,"verticalCenter":true,"id":true},"styles":{"1":{},"11":{"opacity":1},"17":{}},"props":{"textData":{"html":"%"},"useDotDotDot":false,"verticalCenter":false},"preCached":{"tagName":"div"}},"cmVGR":{"statics":{"textData":true,"useDotDotDot":true,"verticalCenter":true,"id":true},"styles":{"1":{},"11":{"opacity":1},"17":{}},"props":{"textData":{"html":"Acceptance Rate"},"useDotDotDot":false,"verticalCenter":false},"preCached":{"tagName":"div"}},"cmVGw":{"statics":{"containerClass":true,"id":true},"styles":{"0":{"overflow":"visible"},"2":{},"8":{"opacity":1},"14":{}},"props":{"containerClass":"bubble-r-container flex column"},"preCached":{"shouldAddWrapper":false}},"cmSZr":{"statics":{"containerClass":true,"id":true},"styles":{"0":{"overflow":"visible"},"2":{},"8":{"opacity":1},"14":{}},"props":{"containerClass":"bubble-r-container flex row"},"preCached":{"shouldAddWrapper":false}},"cmTVr":{"statics":{"containerClass":true,"id":true},"styles":{"0":{"overflow":"visible"},"2":{},"8":{"opacity":1},"14":{}},"props":{"containerClass":"bubble-r-container relative"},"preCached":{"shouldAddWrapper":false}},"cmTVy":{"statics":{"useDotDotDot":true,"verticalCenter":true,"id":true},"styles":{"1":{},"11":{"opacity":1},"17":{}},"props":{"textData":{"html":"%"},"useDotDotDot":false,"verticalCenter":false},"preCached":{"tagName":"div"}},"cmTWE":{"statics":{"textData":true,"useDotDotDot":true,"verticalCenter":true,"id":true},"styles":{"1":{},"11":{"opacity":1},"17":{}},"props":{"textData":{"html":"\nMinority"},"useDotDotDot":false,"verticalCenter":false},"preCached":{"tagName":"div"}},"cmTWK":{"statics":{"containerClass":true,"id":true},"styles":{"0":{"overflow":"visible"},"2":{},"8":{"opacity":1},"14":{}},"props":{"containerClass":"bubble-r-container relative"},"preCached":{"shouldAddWrapper":false}},"cmTWU":{"statics":{"textData":true,"useDotDotDot":true,"verticalCenter":true,"id":true},"styles":{"1":{},"11":{"opacity":1},"17":{}},"props":{"textData":{"html":"\nFemale"},"useDotDotDot":false,"verticalCenter":false},"preCached":{"tagName":"div"}},"cmTWa":{"statics":{"useDotDotDot":true,"verticalCenter":true,"id":true},"styles":{"1":{},"11":{"opacity":1},"17":{}},"props":{"textData":{"html":"%"},"useDotDotDot":false,"verticalCenter":false},"preCached":{"tagName":"div"}},"cmTWn":{"statics":{"containerClass":true,"id":true},"styles":{"0":{"overflow":"visible"},"2":{},"8":{"opacity":1},"14":{}},"props":{"containerClass":"bubble-r-container relative"},"preCached":{"shouldAddWrapper":false}},"cmTWu":{"statics":{"textData":true,"useDotDotDot":true,"verticalCenter":true,"id":true},"styles":{"1":{},"11":{"opacity":1},"17":{}},"props":{"textData":{"html":"\nLGBTQIA+"},"useDotDotDot":false,"verticalCenter":false},"preCached":{"tagName":"div"}},"cmTXA":{"statics":{"useDotDotDot":true,"verticalCenter":true,"id":true},"styles":{"1":{},"11":{"opacity":1},"17":{}},"props":{"textData":{"html":"%"},"useDotDotDot":false,"verticalCenter":false},"preCached":{"tagName":"div"}},"cmaFs":{"statics":{"containerClass":true,"id":true},"styles":{"0":{"overflow":"visible"},"2":{},"8":{"opacity":1},"14":{}},"props":{"containerClass":"bubble-r-container relative"},"preCached":{"shouldAddWrapper":false}},"cmaFy":{"statics":{"textData":true,"useDotDotDot":true,"verticalCenter":true,"id":true},"styles":{"1":{},"11":{"opacity":1},"17":{}},"props":{"textData":{"html":"\nInternational"},"useDotDotDot":false,"verticalCenter":false},"preCached":{"tagName":"div"}},"cmaGC":{"statics":{"useDotDotDot":true,"verticalCenter":true,"id":true},"styles":{"1":{},"11":{"opacity":1},"17":{}},"props":{"textData":{"html":"%"},"useDotDotDot":false,"verticalCenter":false},"preCached":{"tagName":"div"}},"cmTXi":{"statics":{"textData":true,"useDotDotDot":true,"verticalCenter":true,"id":true},"styles":{"1":{},"11":{"opacity":1},"17":{}},"props":{"textData":{"html":"Students diversity &amp; representation"},"useDotDotDot":false,"verticalCenter":false},"preCached":{"tagName":"div"}},"cmVEl":{"statics":{"containerClass":true,"id":true},"styles":{"0":{"overflow":"visible"},"2":{},"8":{"opacity":1},"14":{}},"props":{"containerClass":"bubble-r-container flex column"},"preCached":{"shouldAddWrapper":false}},"cmVET":{"statics":{"containerClass":true,"id":true},"styles":{"0":{"overflow":"visible"},"2":{},"8":{"opacity":1},"14":{}},"props":{"containerClass":"bubble-r-container flex row"},"preCached":{"shouldAddWrapper":false}},"cmVDp":{"statics":{"containerClass":true,"id":true},"styles":{"0":{"overflow":"visible"},"2":{},"8":{"opacity":1},"14":{}},"props":{"containerClass":"bubble-r-container flex column"},"preCached":{"shouldAddWrapper":false}},"cmSlq":{"statics":{"textData":true,"useDotDotDot":true,"verticalCenter":true,"id":true},"styles":{"1":{},"11":{"opacity":1},"17":{}},"props":{"textData":{"html":"Average GMAT"},"useDotDotDot":false,"verticalCenter":false},"preCached":{"tagName":"div"}},"cmVDw":{"statics":{"useDotDotDot":true,"verticalCenter":true,"id":true},"styles":{"1":{},"11":{"opacity":1},"17":{}},"props":{"textData":{"html":""},"useDotDotDot":false,"verticalCenter":true},"preCached":{"tagName":"div"}},"cmVEa":{"statics":{"containerClass":true,"id":true},"styles":{"0":{"overflow":"visible"},"2":{},"8":{"opacity":1},"14":{}},"props":{"containerClass":"bubble-r-container flex column"},"preCached":{"shouldAddWrapper":false}},"cmVEf":{"statics":{"textData":true,"useDotDotDot":true,"verticalCenter":true,"id":true},"styles":{"1":{},"11":{"opacity":1},"17":{}},"props":{"textData":{"html":"Average GRE"},"useDotDotDot":false,"verticalCenter":false},"preCached":{"tagName":"div"}},"cmVEg":{"statics":{"useDotDotDot":true,"verticalCenter":true,"id":true},"styles":{"1":{},"11":{"opacity":1},"17":{}},"props":{"textData":{"html":""},"useDotDotDot":false,"verticalCenter":true},"preCached":{"tagName":"div"}},"cmVEs":{"statics":{"containerClass":true,"id":true},"styles":{"0":{"overflow":"visible"},"2":{},"8":{"opacity":1},"14":{}},"props":{"containerClass":"bubble-r-container flex row"},"preCached":{"shouldAddWrapper":false}},"cmVEx":{"statics":{"containerClass":true,"id":true},"styles":{"0":{"overflow":"visible"},"2":{},"8":{"opacity":1},"14":{}},"props":{"containerClass":"bubble-r-container flex column"},"preCached":{"shouldAddWrapper":false}},"cmVEy":{"statics":{"textData":true,"useDotDotDot":true,"verticalCenter":true,"id":true},"styles":{"1":{},"11":{"opacity":1},"17":{}},"props":{"textData":{"html":"Class Size"},"useDotDotDot":false,"verticalCenter":false},"preCached":{"tagName":"div"}},"cmVFC":{"statics":{"useDotDotDot":true,"verticalCenter":true,"id":true},"styles":{"1":{},"11":{"opacity":1},"17":{}},"props":{"textData":{"html":""},"useDotDotDot":false,"verticalCenter":true},"preCached":{"tagName":"div"}},"cmVHM":{"statics":{"containerClass":true,"id":true},"styles":{"0":{"overflow":"visible"},"2":{},"8":{"opacity":1},"14":{}},"props":{"containerClass":"bubble-r-container flex column"},"preCached":{"shouldAddWrapper":false}},"cmVHO":{"statics":{"textData":true,"useDotDotDot":true,"verticalCenter":true,"id":true},"styles":{"1":{},"11":{"opacity":1},"17":{}},"props":{"textData":{"html":"Average GPA"},"useDotDotDot":false,"verticalCenter":false},"preCached":{"tagName":"div"}},"cmVHS":{"statics":{"useDotDotDot":true,"verticalCenter":true,"id":true},"styles":{"1":{},"11":{"opacity":1},"17":{}},"props":{"textData":{"html":""},"useDotDotDot":false,"verticalCenter":true},"preCached":{"tagName":"div"}},"cmVFz":{"statics":{"containerClass":true,"id":true},"styles":{"0":{"overflow":"visible"},"2":{},"8":{"opacity":1},"14":{}},"props":{"containerClass":"bubble-r-container flex row"},"preCached":{"shouldAddWrapper":false}},"cmVGE":{"statics":{"containerClass":true,"id":true},"styles":{"0":{"overflow":"visible"},"2":{},"8":{"opacity":1},"14":{}},"props":{"containerClass":"bubble-r-container flex column"},"preCached":{"shouldAddWrapper":false}},"cmVGF":{"statics":{"textData":true,"useDotDotDot":true,"verticalCenter":true,"id":true},"styles":{"1":{},"11":{"opacity":1},"17":{}},"props":{"textData":{"html":"Average Age"},"useDotDotDot":false,"verticalCenter":false},"preCached":{"tagName":"div"}},"cmVGG":{"statics":{"useDotDotDot":true,"verticalCenter":true,"id":true},"styles":{"1":{},"11":{"opacity":1},"17":{}},"props":{"textData":{"html":""},"useDotDotDot":false,"verticalCenter":true},"preCached":{"tagName":"div"}},"cmVFD":{"statics":{"containerClass":true,"id":true},"styles":{"0":{"overflow":"visible"},"2":{},"8":{"opacity":1},"14":{}},"props":{"containerClass":"bubble-r-container flex column"},"preCached":{"shouldAddWrapper":false}},"cmVFE":{"statics":{"textData":true,"useDotDotDot":true,"verticalCenter":true,"id":true},"styles":{"1":{},"11":{"opacity":1},"17":{}},"props":{"textData":{"html":"Average Work Exp"},"useDotDotDot":false,"verticalCenter":false},"preCached":{"tagName":"div"}},"cmVFI":{"statics":{"useDotDotDot":true,"verticalCenter":true,"id":true},"styles":{"1":{},"11":{"opacity":1},"17":{}},"props":{"textData":{"html":""},"useDotDotDot":false,"verticalCenter":true},"preCached":{"tagName":"div"}},"cmNQS":{"statics":{"containerClass":true,"id":true},"styles":{"0":{"overflow":"visible"},"2":{},"8":{"opacity":1},"12":{"align-self":"center","min-width":"0px","max-width":"80%","order":7,"min-height":"0px","max-height":"","height":"max-content","flex-grow":0,"flex-shrink":0,"width":"calc(100% - 0px)","margin-left":"0px","margin-top":"0px","margin-right":"0px","margin-bottom":"0px"},"14":{}},"props":{"containerClass":"bubble-r-container flex column"},"preCached":{"shouldAddWrapper":false}},"cmVIQ":{"statics":{"containerClass":true,"id":true},"styles":{"0":{"overflow":"visible"},"2":{},"8":{"opacity":1},"14":{}},"props":{"containerClass":"bubble-r-container flex row"},"preCached":{"shouldAddWrapper":false}},"cmVIc":{"statics":{"textData":true,"useDotDotDot":true,"verticalCenter":true,"id":true},"styles":{"1":{},"11":{"opacity":1},"17":{}},"props":{"textData":{"html":"Upload your resume for personalized school recommendation and free expert review"},"useDotDotDot":false,"verticalCenter":false},"preCached":{"tagName":"div"}},"cmVIi":{"statics":{"containerClass":true,"wrappedClass":true,"id":true},"styles":{"0":{"overflow":"visible"},"2":{},"8":{"opacity":1},"12":{"align-self":"flex-start","min-width":"0px","max-width":"","order":9,"min-height":"0px","max-height":"","height":"0px","flex-grow":0,"flex-shrink":0,"width":"calc(100% - 0px)","margin-left":"0px","margin-top":"0px","margin-right":"0px","margin-bottom":"0px"},"14":{}},"props":{"containerClass":"bubble-r-container-wrapper","wrappedClass":"bubble-r-container flex column"},"preCached":{"shouldAddWrapper":true}},"cmNQc":{"statics":{"textData":true,"useDotDotDot":true,"verticalCenter":true,"id":true},"styles":{"1":{},"11":{"opacity":1},"17":{}},"props":{"textData":{"html":"Application Materials Required"},"useDotDotDot":false,"verticalCenter":false},"preCached":{"tagName":"div"}},"cmVYj":{"statics":{"separatorWidth":true,"separatorColor":true,"separatorStyle":true,"id":true},"styles":{"1":{"min-width":"","min-height":"50px","box-sizing":"content-box"},"2":{},"7":{"opacity":1},"12":{}},"props":{"separatorWidth":0,"separatorColor":"rgba(150,150,150,0.5)","separatorStyle":"none"}},"cmVYv":{"statics":{"containerClass":true,"id":true},"styles":{"0":{"overflow":"visible"},"2":{},"8":{"opacity":1},"14":{}},"props":{"containerClass":"bubble-r-container flex column"},"preCached":{"shouldAddWrapper":false}},"cmVWm":{"statics":{"containerClass":true,"id":true},"styles":{"0":{"overflow":"visible"},"2":{},"8":{"opacity":1},"14":{}},"props":{"containerClass":"bubble-r-container flex row"},"preCached":{"shouldAddWrapper":false}},"cmVWq":{"statics":{"altTag":true,"cropData":true,"editorPreviewImage":true,"id":true},"styles":{"3":{},"8":{"opacity":1},"14":{}},"props":{"src":""},"preCached":{"isStatic":false,"useAspectRatio":true}},"cmVWr":{"statics":{"useDotDotDot":true,"verticalCenter":true,"id":true},"styles":{"1":{},"11":{"opacity":1},"17":{}},"props":{"textData":{"html":""},"useDotDotDot":true,"verticalCenter":true},"preCached":{"tagName":"div"}},"cmVXt":{"statics":{"containerClass":true,"id":true},"styles":{"1":{"position":"absolute"},"3":{"visibility":"hidden"}},"props":{"containerClass":"bubble-r-container flex column"},"preCached":{"shouldAddWrapper":false}},"cmVXz":{"statics":{"useDotDotDot":true,"verticalCenter":true,"id":true},"styles":{"1":{},"11":{"opacity":1},"17":{}},"props":{"textData":{"html":""},"useDotDotDot":false,"verticalCenter":false},"preCached":{"tagName":"div"}},"cmVMu":{"statics":{"containerClass":true,"id":true},"styles":{"0":{"overflow":"visible"},"2":{},"8":{"opacity":1},"14":{}},"props":{"containerClass":"bubble-r-container flex column"},"preCached":{"shouldAddWrapper":false}},"cmVMF":{"statics":{"containerClass":true,"id":true},"styles":{"0":{"overflow":"visible"},"2":{},"7":{"padding":"16px 0px 16px 0px"},"8":{"opacity":1},"14":{}},"props":{"containerClass":"bubble-r-container flex row"},"preCached":{"shouldAddWrapper":false}},"cmVMM":{"statics":{"useDotDotDot":true,"verticalCenter":true,"id":true},"styles":{"1":{},"11":{"opacity":1},"17":{}},"props":{"textData":{"html":"Application Fee: "},"useDotDotDot":false,"verticalCenter":false},"preCached":{"tagName":"div"}},"cmVMS":{"statics":{"buttonType":true,"text":true,"iconPlacement":true,"icon":true,"id":true},"styles":{"0":{},"9":{"opacity":1},"16":{}},"props":{"buttonType":"label","text":"Get Fee Waiver","iconPlacement":"left","icon":{"set":"fa","icon":"fa-square-o"}}},"cmVKB":{"statics":{"containerClass":true,"id":true},"styles":{"0":{"overflow":"visible"},"2":{"visibility":"hidden"},"7":{"padding":"16px 0px 16px 0px"},"8":{"opacity":1},"14":{"display":"none"}},"props":{"containerClass":"bubble-r-container flex row"},"preCached":{"shouldAddWrapper":false}},"cmVKM":{"statics":{"useDotDotDot":true,"verticalCenter":true,"id":true},"styles":{"1":{},"11":{"opacity":1},"17":{}},"props":{"textData":{"html":"Next Deadline : "},"useDotDotDot":false,"verticalCenter":false},"preCached":{"tagName":"div"}},"cmaFY":{"statics":{"containerClass":true,"id":true},"styles":{"0":{"overflow":"visible"},"2":{},"8":{"opacity":1},"14":{}},"props":{"containerClass":"bubble-r-container flex row"},"preCached":{"shouldAddWrapper":false}},"cmVJi":{"statics":{"useDotDotDot":true,"verticalCenter":true,"id":true},"styles":{"1":{},"11":{"opacity":1},"17":{}},"props":{"textData":{"html":"::"},"useDotDotDot":false,"verticalCenter":false},"preCached":{"tagName":"div"}},"cmVKS":{"statics":{"useDotDotDot":true,"verticalCenter":true,"id":true},"styles":{"1":{},"11":{"opacity":1},"17":{}},"props":{"textData":{"html":" Days "},"useDotDotDot":false,"verticalCenter":false},"preCached":{"tagName":"div"}},"cmVRt":{"statics":{"containerClass":true,"id":true},"styles":{"0":{"overflow":"visible"},"2":{},"8":{"opacity":1},"12":{"align-self":"center","min-width":"0px","max-width":"80%","order":15,"min-height":"0px","max-height":"","height":"max-content","flex-grow":0,"flex-shrink":0,"width":"calc(100% - 0px)","margin-left":"0px","margin-top":"0px","margin-right":"0px","margin-bottom":"0px"},"14":{}},"props":{"containerClass":"bubble-r-container flex row"},"preCached":{"shouldAddWrapper":false}},"cmVRy":{"statics":{"textData":true,"useDotDotDot":true,"verticalCenter":true,"id":true},"styles":{"1":{},"11":{"opacity":1},"17":{}},"props":{"textData":{"html":"Reviews"},"useDotDotDot":false,"verticalCenter":true},"preCached":{"tagName":"div"}},"cmWpY":{"statics":{"containerClass":true,"id":true},"styles":{"0":{"overflow":"visible"},"2":{},"8":{"opacity":1},"12":{"align-self":"center","min-width":"0px","max-width":"80%","order":16,"min-height":"0px","max-height":"","height":"max-content","flex-grow":0,"flex-shrink":0,"width":"calc(100% - 0px)","margin-left":"0px","margin-top":"0px","margin-right":"0px","margin-bottom":"0px"},"14":{}},"props":{"containerClass":"bubble-r-container flex row"},"preCached":{"shouldAddWrapper":false}},"cmVUI":{"statics":{"separatorWidth":true,"separatorColor":true,"separatorStyle":true,"id":true},"styles":{"1":{"min-width":"","min-height":"100px","box-sizing":"content-box"},"2":{},"7":{"opacity":1},"12":{}},"props":{"separatorWidth":0,"separatorColor":"rgba(150,150,150,0.5)","separatorStyle":"none"}},"cmVVe":{"statics":{"containerClass":true,"id":true},"styles":{"0":{"overflow":"visible"},"2":{},"8":{"opacity":1},"14":{}},"props":{"containerClass":"bubble-r-container flex row"},"preCached":{"shouldAddWrapper":false}},"cmiLE":{"statics":{"containerClass":true,"id":true},"styles":{"0":{"overflow":"visible"},"2":{},"8":{"opacity":1},"12":{"align-self":"center","min-width":"0px","max-width":"80%","order":8,"min-height":"0px","max-height":"","height":"max-content","flex-grow":0,"flex-shrink":0,"width":"calc(100% - 0px)","margin-left":"0px","margin-top":"0px","margin-right":"0px","margin-bottom":"0px"},"14":{}},"props":{"containerClass":"bubble-r-container flex column"},"preCached":{"shouldAddWrapper":false}},"cmiLX":{"statics":{"containerClass":true,"id":true},"styles":{"0":{"overflow":"visible"},"2":{},"7":{"padding":"16px 0px 16px 0px"},"8":{"opacity":1},"14":{}},"props":{"containerClass":"bubble-r-container flex row"},"preCached":{"shouldAddWrapper":false}},"cmiLY":{"statics":{"useDotDotDot":true,"verticalCenter":true,"id":true},"styles":{"1":{},"11":{"opacity":1},"17":{}},"props":{"textData":{"html":"What are my chances at ?"},"useDotDotDot":false,"verticalCenter":false},"preCached":{"tagName":"div"}},"cmiNW":{"statics":{"containerClass":true,"id":true},"styles":{"0":{"overflow":"visible"},"2":{},"8":{"opacity":1},"14":{}},"props":{"containerClass":"bubble-r-container flex row"},"preCached":{"shouldAddWrapper":false}},"cmiNc":{"statics":{"textData":true,"useDotDotDot":true,"verticalCenter":true,"id":true},"styles":{"1":{},"11":{"opacity":1},"17":{}},"props":{"textData":{"html":"Data provided by 254,793 Gmatclub users"},"useDotDotDot":false,"verticalCenter":true},"preCached":{"tagName":"div"}},"cmiNu":{"statics":{"icon":true,"spin":true,"tabIndex":true,"id":true},"styles":{"1":{},"7":{"opacity":1},"13":{}},"props":{"icon":{"set":"bootstrap","icon":"info-lg"},"tabIndex":""}},"cmiOq":{"statics":{"containerClass":true,"id":true},"styles":{"0":{"overflow":"visible"},"2":{},"8":{"opacity":1},"14":{}},"props":{"containerClass":"bubble-r-container flex row"},"preCached":{"shouldAddWrapper":false}},"cmiPA":{"statics":{"containerClass":true,"id":true},"styles":{"0":{"overflow":"visible"},"2":{"visibility":"hidden"},"8":{"opacity":1},"14":{"display":"none"}},"props":{"containerClass":"bubble-r-container flex column"},"preCached":{"shouldAddWrapper":false}},"cmiPC":{"statics":{"containerClass":true,"id":true},"styles":{"0":{"overflow":"visible"},"2":{},"8":{"opacity":1},"14":{}},"props":{"containerClass":"bubble-r-container flex column"},"preCached":{"shouldAddWrapper":false}},"cmiPG":{"statics":{"maxlength":true,"disabled":true,"needsMetaKey":true,"tz_dynamic":true,"id":true},"styles":{"0":{},"2":{"border-style":"solid","border-width":"1px","border-color":"rgba(113,113,113,0.48)","border-radius":"8px","-moz-border-radius":"8px"},"8":{"opacity":1},"14":{}},"props":{"type":"input","placeholder":"","disabled":false}},"cmiPH":{"statics":{"textData":true,"useDotDotDot":true,"verticalCenter":true,"id":true},"styles":{"1":{},"11":{"opacity":1},"17":{}},"props":{"textData":{"html":"Undergraduate GPA"},"useDotDotDot":false,"verticalCenter":false},"preCached":{"tagName":"div"}},"cmiPI":{"statics":{"containerClass":true,"id":true},"styles":{"0":{"overflow":"visible"},"2":{},"8":{"opacity":1},"14":{}},"props":{"containerClass":"bubble-r-container flex column"},"preCached":{"shouldAddWrapper":false}},"cmiPM":{"statics":{"containerClass":true,"id":true},"styles":{"0":{"overflow":"visible"},"2":{},"8":{"opacity":1},"14":{}},"props":{"containerClass":"bubble-r-container flex column"},"preCached":{"shouldAddWrapper":false}},"cmiPN":{"statics":{"maxlength":true,"disabled":true,"needsMetaKey":true,"tz_dynamic":true,"id":true},"styles":{"0":{},"2":{"border-style":"solid","border-width":"1px","border-color":"rgba(113,113,113,0.48)","border-radius":"8px","-moz-border-radius":"8px"},"8":{"opacity":1},"14":{}},"props":{"type":"input","placeholder":"","disabled":false}},"cmiPO":{"statics":{"textData":true,"useDotDotDot":true,"verticalCenter":true,"id":true},"styles":{"1":{},"11":{"opacity":1},"17":{}},"props":{"textData":{"html":"GMAT Score"},"useDotDotDot":false,"verticalCenter":false},"preCached":{"tagName":"div"}},"cmiPS":{"statics":{"containerClass":true,"id":true},"styles":{"0":{"overflow":"visible"},"2":{"visibility":"hidden"},"8":{"opacity":1},"14":{"display":"none"}},"props":{"containerClass":"bubble-r-container flex row"},"preCached":{"shouldAddWrapper":false}},"cmiPT":{"statics":{"containerClass":true,"id":true},"styles":{"0":{"overflow":"visible"},"2":{},"8":{"opacity":1},"14":{}},"props":{"containerClass":"bubble-r-container flex column"},"preCached":{"shouldAddWrapper":false}},"cmiPU":{"statics":{"maxlength":true,"disabled":true,"needsMetaKey":true,"tz_dynamic":true,"id":true},"styles":{"0":{},"2":{"border-style":"solid","border-width":"1px","border-color":"rgba(113,113,113,0.48)","border-radius":"8px","-moz-border-radius":"8px"},"8":{"opacity":1},"14":{}},"props":{"type":"input","placeholder":"","disabled":false}},"cmiPY":{"statics":{"textData":true,"useDotDotDot":true,"verticalCenter":true,"id":true},"styles":{"1":{},"11":{"opacity":1},"17":{}},"props":{"textData":{"html":"Verbal"},"useDotDotDot":false,"verticalCenter":false},"preCached":{"tagName":"div"}},"cmiPZ":{"statics":{"containerClass":true,"id":true},"styles":{"0":{"overflow":"visible"},"2":{},"8":{"opacity":1},"14":{}},"props":{"containerClass":"bubble-r-container flex column"},"preCached":{"shouldAddWrapper":false}},"cmiPa":{"statics":{"maxlength":true,"disabled":true,"needsMetaKey":true,"tz_dynamic":true,"id":true},"styles":{"0":{},"2":{"border-style":"solid","border-width":"1px","border-color":"rgba(113,113,113,0.48)","border-radius":"8px","-moz-border-radius":"8px"},"8":{"opacity":1},"14":{}},"props":{"type":"input","placeholder":"","disabled":false}},"cmiPe":{"statics":{"textData":true,"useDotDotDot":true,"verticalCenter":true,"id":true},"styles":{"1":{},"11":{"opacity":1},"17":{}},"props":{"textData":{"html":"Quant"},"useDotDotDot":false,"verticalCenter":false},"preCached":{"tagName":"div"}},"cmiPf":{"statics":{"containerClass":true,"id":true},"styles":{"0":{"overflow":"visible"},"2":{},"8":{"opacity":1},"14":{}},"props":{"containerClass":"bubble-r-container flex column"},"preCached":{"shouldAddWrapper":false}},"cmiPg":{"statics":{"maxlength":true,"disabled":true,"needsMetaKey":true,"tz_dynamic":true,"id":true},"styles":{"0":{},"2":{"border-style":"solid","border-width":"1px","border-color":"rgba(113,113,113,0.48)","border-radius":"8px","-moz-border-radius":"8px"},"8":{"opacity":1},"14":{}},"props":{"type":"input","placeholder":"","disabled":false}},"cmiPk":{"statics":{"textData":true,"useDotDotDot":true,"verticalCenter":true,"id":true},"styles":{"1":{},"11":{"opacity":1},"17":{}},"props":{"textData":{"html":"Writing"},"useDotDotDot":false,"verticalCenter":false},"preCached":{"tagName":"div"}},"cmiPl":{"statics":{"containerClass":true,"id":true},"styles":{"0":{"overflow":"visible"},"2":{},"8":{"opacity":1},"14":{}},"props":{"containerClass":"bubble-r-container flex column"},"preCached":{"shouldAddWrapper":false}},"cmiPm":{"statics":{"containerClass":true,"id":true},"styles":{"0":{"overflow":"visible"},"2":{},"8":{"opacity":1},"14":{}},"props":{"containerClass":"bubble-r-container flex column"},"preCached":{"shouldAddWrapper":false}},"cmiPq":{"statics":{"maxlength":true,"disabled":true,"needsMetaKey":true,"tz_dynamic":true,"id":true},"styles":{"0":{},"2":{"border-style":"solid","border-width":"1px","border-color":"rgba(113,113,113,0.48)","border-radius":"8px","-moz-border-radius":"8px"},"8":{"opacity":1},"14":{}},"props":{"type":"input","placeholder":"","disabled":false}},"cmiPr":{"statics":{"textData":true,"useDotDotDot":true,"verticalCenter":true,"id":true},"styles":{"1":{},"11":{"opacity":1},"17":{}},"props":{"textData":{"html":"GRE Score"},"useDotDotDot":false,"verticalCenter":false},"preCached":{"tagName":"div"}},"cmiPs":{"statics":{"containerClass":true,"id":true},"styles":{"0":{"overflow":"visible"},"2":{"visibility":"hidden"},"8":{"opacity":1},"14":{"display":"none"}},"props":{"containerClass":"bubble-r-container flex row"},"preCached":{"shouldAddWrapper":false}},"cmiPw":{"statics":{"containerClass":true,"id":true},"styles":{"0":{"overflow":"visible"},"2":{},"8":{"opacity":1},"14":{}},"props":{"containerClass":"bubble-r-container flex column"},"preCached":{"shouldAddWrapper":false}},"cmiPx":{"statics":{"maxlength":true,"disabled":true,"needsMetaKey":true,"tz_dynamic":true,"id":true},"styles":{"0":{},"2":{"border-style":"solid","border-width":"1px","border-color":"rgba(113,113,113,0.48)","border-radius":"8px","-moz-border-radius":"8px"},"8":{"opacity":1},"14":{}},"props":{"type":"input","placeholder":"","disabled":false}},"cmiPy":{"statics":{"textData":true,"useDotDotDot":true,"verticalCenter":true,"id":true},"styles":{"1":{},"11":{"opacity":1},"17":{}},"props":{"textData":{"html":"Verbal"},"useDotDotDot":false,"verticalCenter":false},"preCached":{"tagName":"div"}},"cmiQC":{"statics":{"containerClass":true,"id":true},"styles":{"0":{"overflow":"visible"},"2":{},"8":{"opacity":1},"14":{}},"props":{"containerClass":"bubble-r-container flex column"},"preCached":{"shouldAddWrapper":false}},"cmiQD":{"statics":{"maxlength":true,"disabled":true,"needsMetaKey":true,"tz_dynamic":true,"id":true},"styles":{"0":{},"2":{"border-style":"solid","border-width":"1px","border-color":"rgba(113,113,113,0.48)","border-radius":"8px","-moz-border-radius":"8px"},"8":{"opacity":1},"14":{}},"props":{"type":"input","placeholder":"","disabled":false}},"cmiQE":{"statics":{"textData":true,"useDotDotDot":true,"verticalCenter":true,"id":true},"styles":{"1":{},"11":{"opacity":1},"17":{}},"props":{"textData":{"html":"Quant"},"useDotDotDot":false,"verticalCenter":false},"preCached":{"tagName":"div"}},"cmiQI":{"statics":{"containerClass":true,"id":true},"styles":{"0":{"overflow":"visible"},"2":{},"8":{"opacity":1},"14":{}},"props":{"containerClass":"bubble-r-container flex column"},"preCached":{"shouldAddWrapper":false}},"cmiQJ":{"statics":{"maxlength":true,"disabled":true,"needsMetaKey":true,"tz_dynamic":true,"id":true},"styles":{"0":{},"2":{"border-style":"solid","border-width":"1px","border-color":"rgba(113,113,113,0.48)","border-radius":"8px","-moz-border-radius":"8px"},"8":{"opacity":1},"14":{}},"props":{"type":"input","placeholder":"","disabled":false}},"cmiQK":{"statics":{"textData":true,"useDotDotDot":true,"verticalCenter":true,"id":true},"styles":{"1":{},"11":{"opacity":1},"17":{}},"props":{"textData":{"html":"Writing"},"useDotDotDot":false,"verticalCenter":false},"preCached":{"tagName":"div"}},"cmiQO":{"statics":{"containerClass":true,"id":true},"styles":{"0":{"overflow":"visible"},"2":{},"8":{"opacity":1},"14":{}},"props":{"containerClass":"bubble-r-container flex column"},"preCached":{"shouldAddWrapper":false}},"cmiQP":{"statics":{"textData":true,"useDotDotDot":true,"verticalCenter":true,"id":true},"styles":{"1":{},"11":{"opacity":1},"17":{}},"props":{"textData":{"html":"Your nationality"},"useDotDotDot":false,"verticalCenter":false},"preCached":{"tagName":"div"}},"cmiQh":{"statics":{"buttonType":true,"text":true,"iconPlacement":true,"icon":true,"id":true},"styles":{"0":{},"9":{"opacity":1},"16":{}},"props":{"buttonType":"label_icon","text":"Chance me","iconPlacement":"left","icon":{"set":"fa","icon":"fa-square-o"}}},"cmiVG":{"statics":{"containerClass":true,"id":true},"styles":{"0":{"overflow":"visible"},"2":{},"8":{"opacity":1},"14":{}},"props":{"containerClass":"bubble-r-container flex column"},"preCached":{"shouldAddWrapper":false}},"cmiVM":{"statics":{"direction":true,"verticalSeparatorStyle":true,"verticalSeparatorWidth":true,"verticalSeparatorColor":true,"horizontalSeparatorStyle":true,"horizontalSeparatorWidth":true,"horizontalSeparatorColor":true,"paddingLeft":true,"paddingRight":true,"paddingTop":true,"paddingBottom":true,"id":true},"styles":{"0":{},"5":{"opacity":1},"10":{}},"props":{"direction":"vertical","verticalSeparatorStyle":"solid","verticalSeparatorWidth":1,"verticalSeparatorColor":"#ECECEC","horizontalSeparatorStyle":"solid","horizontalSeparatorWidth":1,"horizontalSeparatorColor":"#ECECEC","paddingLeft":0,"paddingRight":0,"paddingTop":0,"paddingBottom":0}},"cmiWI":{"statics":{"minLength":true,"maxLength":true,"mode":true,"index":true,"id":true},"styles":{"0":{}},"props":{"minLength":"0px","mode":"stretch","index":0}},"cmiWJ":{"statics":{"minLength":true,"maxLength":true,"mode":true,"index":true,"id":true},"styles":{"0":{}},"props":{"minLength":"0px","mode":"stretch","index":2}},"cmiWK":{"statics":{"minLength":true,"maxLength":true,"mode":true,"index":true,"id":true},"styles":{"0":{}},"props":{"minLength":"0px","mode":"stretch","index":3}},"cmiWO":{"statics":{"index":true,"repeating":true,"stickyAxis":true,"id":true},"styles":{"0":{},"2":{"opacity":1},"7":{}},"props":{"index":0,"repeating":false}},"cmiWP":{"statics":{"containerClass":true,"id":true},"styles":{"1":{},"4":{"opacity":1}},"props":{"containerClass":"bubble-r-container flex row"},"preCached":{"shouldAddWrapper":false,"mainAxisId":"cmiWI","crossAxisId":"cmiWO"}},"cmiWm":{"statics":{"textData":true,"useDotDotDot":true,"verticalCenter":true,"id":true},"styles":{"1":{},"11":{"opacity":1},"17":{}},"props":{"textData":{"html":"School name"},"useDotDotDot":false,"verticalCenter":true},"preCached":{"tagName":"div"}},"cmiWQ":{"statics":{"containerClass":true,"id":true},"styles":{"1":{},"4":{"opacity":1}},"props":{"containerClass":"bubble-r-container flex row"},"preCached":{"shouldAddWrapper":false,"mainAxisId":"cmiWJ","crossAxisId":"cmiWO"}},"cmiWs":{"statics":{"textData":true,"useDotDotDot":true,"verticalCenter":true,"id":true},"styles":{"1":{},"11":{"opacity":1},"17":{}},"props":{"textData":{"html":"Admission chances"},"useDotDotDot":false,"verticalCenter":true},"preCached":{"tagName":"div"}},"cmiWU":{"statics":{"containerClass":true,"id":true},"styles":{"1":{},"4":{"opacity":1}},"props":{"containerClass":"bubble-r-container flex row"},"preCached":{"shouldAddWrapper":false,"mainAxisId":"cmiWK","crossAxisId":"cmiWO"}},"cmiWy":{"statics":{"textData":true,"useDotDotDot":true,"verticalCenter":true,"id":true},"styles":{"1":{},"11":{"opacity":1},"17":{}},"props":{"textData":{"html":"Right fit match"},"useDotDotDot":false,"verticalCenter":true},"preCached":{"tagName":"div"}},"cmiZI":{"statics":{"containerClass":true,"id":true},"styles":{"1":{},"4":{"opacity":1}},"props":{"containerClass":"bubble-r-container flex row"},"preCached":{"shouldAddWrapper":false,"mainAxisId":"cmiZC","crossAxisId":"cmiWO"}},"cmiZg":{"statics":{"textData":true,"useDotDotDot":true,"verticalCenter":true,"id":true},"styles":{"1":{},"11":{"opacity":1},"17":{}},"props":{"textData":{"html":"Usnews rank"},"useDotDotDot":false,"verticalCenter":true},"preCached":{"tagName":"div"}},"cmiWV":{"statics":{"index":true,"repeating":true,"stickyAxis":true,"id":true},"styles":{},"props":{"index":1,"repeating":true}},"cmiWW":{"statics":{"containerClass":true,"id":true},"styles":{"1":{},"4":{"opacity":1}},"props":{"containerClass":"bubble-r-container flex row"},"preCached":{"shouldAddWrapper":false,"mainAxisId":"cmiWI","crossAxisId":"cmiWV"}},"cmiWg":{"statics":{"useDotDotDot":true,"verticalCenter":true,"id":true},"styles":{"1":{},"11":{"opacity":1},"17":{}},"props":{"textData":{"html":""},"useDotDotDot":false,"verticalCenter":true},"preCached":{"tagName":"div"}},"cmiWa":{"statics":{"containerClass":true,"id":true},"styles":{"1":{},"4":{"opacity":1}},"props":{"containerClass":"bubble-r-container flex row"},"preCached":{"shouldAddWrapper":false,"mainAxisId":"cmiWJ","crossAxisId":"cmiWV"}},"cmiWb":{"statics":{"containerClass":true,"id":true},"styles":{"1":{},"4":{"opacity":1}},"props":{"containerClass":"bubble-r-container flex row"},"preCached":{"shouldAddWrapper":false,"mainAxisId":"cmiWK","crossAxisId":"cmiWV"}},"cmiZO":{"statics":{"containerClass":true,"id":true},"styles":{"1":{},"4":{"opacity":1}},"props":{"containerClass":"bubble-r-container flex row"},"preCached":{"shouldAddWrapper":false,"mainAxisId":"cmiZC","crossAxisId":"cmiWV"}},"cmiZm":{"statics":{"useDotDotDot":true,"verticalCenter":true,"id":true},"styles":{"1":{},"11":{"opacity":1},"17":{}},"props":{"textData":{"html":""},"useDotDotDot":false,"verticalCenter":true},"preCached":{"tagName":"div"}},"cmiZC":{"statics":{"minLength":true,"maxLength":true,"mode":true,"index":true,"id":true},"styles":{"0":{}},"props":{"minLength":"0px","mode":"fit","index":-1}},"cmiZs":{"statics":{"containerClass":true,"id":true},"styles":{"0":{"overflow":"visible"},"2":{},"8":{"opacity":1},"14":{}},"props":{"containerClass":"bubble-r-container flex column"},"preCached":{"shouldAddWrapper":false}},"cmiZu":{"statics":{"textData":true,"useDotDotDot":true,"verticalCenter":true,"id":true},"styles":{"1":{},"11":{"opacity":1},"17":{}},"props":{"textData":{"html":"Show more universities"},"useDotDotDot":false,"verticalCenter":false},"preCached":{"tagName":"div"}},"cmiZy":{"statics":{"buttonType":true,"text":true,"iconPlacement":true,"icon":true,"id":true},"styles":{"0":{},"9":{"opacity":1},"16":{}},"props":{"buttonType":"label","text":"Show more","iconPlacement":"left","icon":{"set":"fa","icon":"fa-square-o"}}},"cmiad":{"statics":{"textData":true,"useDotDotDot":true,"verticalCenter":true,"id":true},"styles":{"1":{},"11":{"opacity":1},"17":{}},"props":{"textData":{"html":"See your right fit match at similar universities"},"useDotDotDot":false,"verticalCenter":true},"preCached":{"tagName":"div"}},"cmUvk":{"statics":{"containerClass":true,"id":true},"styles":{"1":{"position":"absolute"},"3":{"visibility":"hidden"}},"props":{"containerClass":"bubble-r-container fixed"},"preCached":{"shouldAddWrapper":false}},"cmUvw":{"statics":{"textData":true,"useDotDotDot":true,"verticalCenter":true,"id":true},"styles":{"1":{},"11":{"opacity":1},"17":{}},"props":{"textData":{"html":"Universities have a tendency to inflate this number. The normal amount is much less than the reported number. On an average depending on the city, expect to spend around $25,000 per year on living expenses and other fees."},"useDotDotDot":true,"verticalCenter":false},"preCached":{"tagName":"div"}},"cmVMY":{"statics":{"containerClass":true,"id":true},"styles":{"1":{"visibility":"hidden"},"7":{"opacity":1},"11":{"left":0,"right":0,"z-index":2002,"margin-left":"auto","margin-right":"auto","width":"calc(100% - 20px)","height":"auto","bottom":"","overflow-y":"auto","grid-template-rows":"minmax(100%, max-content)"},"13":{},"14":{"position":"fixed","top":"0px","left":"0px","width":"100%","height":"100%","background-color":"rgba(0,0,0,0.5)","z-index":2002}},"props":{"containerClass":"bubble-r-container flex column"},"preCached":{"shouldAddWrapper":false}},"cmVNC":{"statics":{"containerClass":true,"id":true},"styles":{"0":{"overflow":"visible"},"2":{},"8":{"opacity":1},"14":{}},"props":{"containerClass":"bubble-r-container flex row"},"preCached":{"shouldAddWrapper":false}},"cmVMe":{"statics":{"useDotDotDot":true,"verticalCenter":true,"id":true},"styles":{"1":{},"11":{"opacity":1},"17":{}},"props":{"textData":{"html":""},"useDotDotDot":false,"verticalCenter":false},"preCached":{"tagName":"div"}},"cmVRJ":{"statics":{"containerClass":true,"id":true},"styles":{"1":{},"2":{"display":"none"},"4":{"visibility":"hidden"},"6":{"border-top-left-radius":"0px","border-top-right-radius":"0px","border-bottom-style":"outset","border-bottom-width":"1px","border-bottom-color":"rgba(113,113,113,0.16)","border-bottom-right-radius":"0px","border-bottom-left-radius":"0px"},"9":{"padding":"16px 24px 16px 24px"},"10":{"opacity":1}},"props":{"containerClass":"bubble-r-container flex column"},"preCached":{"shouldAddWrapper":false}},"cmTHt":{"statics":{"containerClass":true,"id":true},"styles":{"0":{"overflow":"visible"},"2":{},"8":{"opacity":1},"12":{"align-self":"center","min-width":"0px","max-width":"1280px","order":7,"min-height":"0px","max-height":"","height":"max-content","flex-grow":0,"flex-shrink":0,"width":"calc(100% - 0px)","margin-left":"0px","margin-top":"0px","margin-right":"0px","margin-bottom":"0px"},"14":{}},"props":{"containerClass":"bubble-r-container flex row"},"preCached":{"shouldAddWrapper":false}},"cmTIM":{"statics":{"containerClass":true,"id":true},"styles":{"0":{"overflow":"visible"},"2":{},"8":{"opacity":1},"15":{}},"props":{"containerClass":"bubble-r-container flex row"},"preCached":{"shouldAddWrapper":false}},"cmTIQ":{"statics":{"containerClass":true,"id":true},"styles":{"0":{"overflow":"visible"},"2":{},"8":{"opacity":1},"14":{}},"props":{"containerClass":"bubble-r-container relative"},"preCached":{"shouldAddWrapper":false}},"cmTIR":{"statics":{"altTag":true,"cropData":true,"editorPreviewImage":true,"id":true},"styles":{"3":{},"8":{"opacity":1},"14":{}},"props":{"src":""},"preCached":{"isStatic":false,"useAspectRatio":true}},"cmTOS":{"statics":{"containerClass":true,"id":true},"styles":{"0":{"overflow":"visible"},"2":{},"8":{"opacity":1},"14":{}},"props":{"containerClass":"bubble-r-container relative"},"preCached":{"shouldAddWrapper":false}},"cmTOp":{"statics":{"altTag":true,"src":true,"cropData":true,"editorPreviewImage":true,"id":true},"styles":{"3":{"visibility":"hidden"},"8":{"opacity":1},"14":{}},"props":{"src":"//af00c93a98211fa1501b50d783d187db.cdn.bubble.io/f1697831054675x193425030957857570/orbit%204.png"},"preCached":{"isStatic":true,"useAspectRatio":true}},"cmYzo0":{"statics":{"cropData":true,"editorPreviewImage":true,"id":true},"styles":{"3":{},"8":{"opacity":1},"14":{}},"props":{"altTag":" logo","src":""},"preCached":{"isStatic":false,"useAspectRatio":true}},"cmTQt":{"statics":{"containerClass":true,"id":true},"styles":{"0":{"overflow":"visible"},"2":{},"8":{"opacity":1},"14":{}},"props":{"containerClass":"bubble-r-container flex row"},"preCached":{"shouldAddWrapper":false}},"cmTRp":{"statics":{"buttonType":true,"text":true,"iconPlacement":true,"icon":true,"id":true},"styles":{"0":{},"5":{"border-radius":"8px","-moz-border-radius":"8px"},"9":{"opacity":1},"15":{}},"props":{"buttonType":"label","text":"Overview","iconPlacement":"left","icon":{"set":"fa","icon":"fa-square-o"}}},"cmTSq":{"statics":{"buttonType":true,"text":true,"iconPlacement":true,"icon":true,"id":true},"styles":{"0":{},"5":{"border-radius":"8px","-moz-border-radius":"8px"},"9":{"opacity":1},"15":{}},"props":{"buttonType":"label","text":"Admission","iconPlacement":"left","icon":{"set":"fa","icon":"fa-square-o"}}},"cmTSw":{"statics":{"buttonType":true,"text":true,"iconPlacement":true,"icon":true,"id":true},"styles":{"0":{},"5":{"border-radius":"0px","-moz-border-radius":"0px"},"9":{"opacity":1},"15":{}},"props":{"buttonType":"label","text":"Financial","iconPlacement":"left","icon":{"set":"fa","icon":"fa-square-o"}}},"cmTTK":{"statics":{"buttonType":true,"text":true,"iconPlacement":true,"icon":true,"id":true},"styles":{"0":{},"5":{"border-radius":"0px","-moz-border-radius":"0px"},"9":{"opacity":1},"15":{}},"props":{"buttonType":"label","text":"Employment","iconPlacement":"left","icon":{"set":"fa","icon":"fa-square-o"}}},"cmTTa":{"statics":{"buttonType":true,"text":true,"iconPlacement":true,"icon":true,"id":true},"styles":{"0":{},"5":{"border-radius":"0px","-moz-border-radius":"0px"},"9":{"opacity":1},"15":{}},"props":{"buttonType":"label","text":"Review","iconPlacement":"left","icon":{"set":"fa","icon":"fa-square-o"}}},"cmVOm":{"statics":{"useDotDotDot":true,"noHtml":true,"editor_preview_link":true,"backgroundStyle":true,"verticalCenter":true,"target":true,"rel":true,"id":true},"styles":{"2":{},"4":{"font-family":"var(--font_default)","font-size":"14px","font-weight":"400","color":"var(--color_text_default)"},"11":{"opacity":1},"17":{}},"props":{"text":"","useDotDotDot":false,"noHtml":true,"backgroundStyle":"none","verticalCenter":false,"target":"_blank"},"preCached":{"showIcon":null}},"cmTKJ":{"statics":{"containerClass":true,"id":true},"styles":{"1":{"visibility":"hidden"},"7":{"opacity":1},"11":{"left":0,"right":0,"z-index":2002,"margin-left":"auto","margin-right":"auto","width":"calc(100% - 20px)","height":"auto","bottom":"","overflow-y":"auto","grid-template-rows":"minmax(100%, max-content)"},"13":{},"14":{"position":"fixed","top":"0px","left":"0px","width":"100%","height":"100%","background-color":"rgba(0,0,0,0.7)","z-index":2002}},"props":{"containerClass":"bubble-r-container flex column"},"preCached":{"shouldAddWrapper":false}},"cmTKK":{"statics":{"containerClass":true,"id":true},"styles":{"1":{"position":"absolute"},"3":{"visibility":"hidden"}},"props":{"containerClass":"bubble-r-container flex column"},"preCached":{"shouldAddWrapper":false}},"cmTKQ":{"statics":{"containerClass":true,"id":true},"styles":{"0":{"overflow":"visible"},"2":{},"8":{"opacity":1},"15":{}},"props":{"containerClass":"bubble-r-container flex column"},"preCached":{"shouldAddWrapper":false}},"cmTKU":{"statics":{"textData":true,"useDotDotDot":true,"verticalCenter":true,"id":true},"styles":{"1":{},"11":{"opacity":1},"17":{}},"props":{"textData":{"html":"Sign up"},"useDotDotDot":false,"verticalCenter":false},"preCached":{"tagName":"div"}},"cmTKO":{"statics":{"containerClass":true,"id":true},"styles":{"0":{"overflow":"visible"},"2":{},"8":{"opacity":1},"15":{}},"props":{"containerClass":"bubble-r-container flex column"},"preCached":{"shouldAddWrapper":false}},"cmTKP":{"statics":{"textData":true,"useDotDotDot":true,"verticalCenter":true,"id":true},"styles":{"1":{},"11":{"opacity":1},"17":{}},"props":{"textData":{"html":"Log in"},"useDotDotDot":false,"verticalCenter":false},"preCached":{"tagName":"div"}},"cmTIo":{"statics":{"containerClass":true,"id":true},"styles":{"1":{"position":"absolute"},"3":{"visibility":"hidden"}},"props":{"containerClass":"bubble-r-container flex column"},"preCached":{"shouldAddWrapper":false}},"cmTIp":{"statics":{"containerClass":true,"id":true},"styles":{"0":{"overflow":"visible"},"2":{},"8":{"opacity":1},"15":{}},"props":{"containerClass":"bubble-r-container flex column"},"preCached":{"shouldAddWrapper":false}},"cmTIq":{"statics":{"useDotDotDot":true,"verticalCenter":true,"id":true},"styles":{"1":{},"11":{"opacity":1},"17":{}},"props":{"textData":{"html":"Log out"},"useDotDotDot":false,"verticalCenter":false},"preCached":{"tagName":"div"}},"cmTIu":{"statics":{"containerClass":true,"id":true},"styles":{"0":{"overflow":"visible"},"2":{},"8":{"opacity":1},"14":{}},"props":{"containerClass":"bubble-r-container flex column"},"preCached":{"shouldAddWrapper":false}},"cmTIv":{"statics":{"containerClass":true,"id":true},"styles":{"0":{"overflow":"visible"},"2":{},"8":{"opacity":1},"15":{}},"props":{"containerClass":"bubble-r-container flex column"},"preCached":{"shouldAddWrapper":false}},"cmTIw":{"statics":{"textData":true,"useDotDotDot":true,"verticalCenter":true,"id":true},"styles":{"1":{},"11":{"opacity":1},"17":{}},"props":{"textData":{"html":"Liked"},"useDotDotDot":false,"verticalCenter":false},"preCached":{"tagName":"div"}},"cmTJA":{"statics":{"containerClass":true,"id":true},"styles":{"0":{"overflow":"visible"},"2":{},"8":{"opacity":1},"15":{}},"props":{"containerClass":"bubble-r-container flex row"},"preCached":{"shouldAddWrapper":false}},"cmTJB":{"statics":{"useDotDotDot":true,"verticalCenter":true,"id":true},"styles":{"1":{"visibility":"hidden"},"11":{"opacity":1},"17":{"display":"none"}},"props":{"textData":{"html":" unread"},"useDotDotDot":false,"verticalCenter":false},"preCached":{"tagName":"div"}},"cmTJC":{"statics":{"containerClass":true,"id":true},"styles":{"0":{"overflow":"visible"},"2":{},"8":{"opacity":1},"14":{}},"props":{"containerClass":"bubble-r-container flex row"},"preCached":{"shouldAddWrapper":false}},"cmTJG":{"statics":{"textData":true,"useDotDotDot":true,"verticalCenter":true,"id":true},"styles":{"1":{},"11":{"opacity":1},"17":{}},"props":{"textData":{"html":"Message"},"useDotDotDot":false,"verticalCenter":false},"preCached":{"tagName":"div"}},"cmTJI":{"statics":{"containerClass":true,"id":true},"styles":{"0":{"overflow":"visible"},"2":{},"8":{"opacity":1},"14":{}},"props":{"containerClass":"bubble-r-container flex column"},"preCached":{"shouldAddWrapper":false}},"cmTJM":{"statics":{"containerClass":true,"id":true},"styles":{"0":{"overflow":"visible"},"2":{},"8":{"opacity":1},"15":{}},"props":{"containerClass":"bubble-r-container flex column"},"preCached":{"shouldAddWrapper":false}},"cmTJN":{"statics":{"textData":true,"useDotDotDot":true,"verticalCenter":true,"id":true},"styles":{"1":{},"11":{"opacity":1},"17":{}},"props":{"textData":{"html":"Manage Right Fit"},"useDotDotDot":false,"verticalCenter":false},"preCached":{"tagName":"div"}},"cmTJO":{"statics":{"containerClass":true,"id":true},"styles":{"0":{"overflow":"visible"},"2":{},"8":{"opacity":1},"15":{}},"props":{"containerClass":"bubble-r-container flex column"},"preCached":{"shouldAddWrapper":false}},"cmTJS":{"statics":{"textData":true,"useDotDotDot":true,"verticalCenter":true,"id":true},"styles":{"1":{},"11":{"opacity":1},"17":{}},"props":{"textData":{"html":"Account"},"useDotDotDot":false,"verticalCenter":false},"preCached":{"tagName":"div"}},"cmTPH":{"statics":{"containerClass":true,"id":true},"styles":{"1":{"position":"absolute"},"3":{"visibility":"hidden"}},"props":{"containerClass":"bubble-r-container flex row"},"preCached":{"shouldAddWrapper":false}},"cmTPq":{"statics":{"buttonType":true,"text":true,"iconPlacement":true,"icon":true,"id":true},"styles":{"0":{},"5":{"border-top-left-radius":"0px","border-top-right-radius":"0px","border-bottom-right-radius":"0px","border-bottom-left-radius":"0px"},"9":{"opacity":1},"15":{}},"props":{"buttonType":"label","text":"Admission","iconPlacement":"left","icon":{"set":"fa","icon":"fa-square-o"}}},"cmTQC":{"statics":{"buttonType":true,"text":true,"iconPlacement":true,"icon":true,"id":true},"styles":{"0":{},"5":{"border-top-left-radius":"0px","border-top-right-radius":"0px","border-bottom-right-radius":"0px","border-bottom-left-radius":"0px"},"9":{"opacity":1},"15":{}},"props":{"buttonType":"label","text":"Financial","iconPlacement":"left","icon":{"set":"fa","icon":"fa-square-o"}}},"cmTQI":{"statics":{"buttonType":true,"text":true,"iconPlacement":true,"icon":true,"id":true},"styles":{"0":{},"5":{"border-top-left-radius":"0px","border-top-right-radius":"0px","border-bottom-right-radius":"0px","border-bottom-left-radius":"0px"},"9":{"opacity":1},"15":{}},"props":{"buttonType":"label","text":"Employment","iconPlacement":"left","icon":{"set":"fa","icon":"fa-square-o"}}},"cmTQO":{"statics":{"buttonType":true,"text":true,"iconPlacement":true,"icon":true,"id":true},"styles":{"0":{},"5":{"border-top-left-radius":"0px","border-top-right-radius":"0px","border-bottom-right-radius":"0px","border-bottom-left-radius":"0px"},"9":{"opacity":1},"15":{}},"props":{"buttonType":"label","text":"Reviews","iconPlacement":"left","icon":{"set":"fa","icon":"fa-square-o"}}},"cmTPw":{"statics":{"buttonType":true,"text":true,"iconPlacement":true,"icon":true,"id":true},"styles":{"0":{},"5":{"border-top-left-radius":"0px","border-top-right-radius":"0px","border-bottom-right-radius":"0px","border-bottom-left-radius":"0px"},"9":{"opacity":1},"15":{}},"props":{"buttonType":"label","text":"Overview","iconPlacement":"left","icon":{"set":"fa","icon":"fa-square-o"}}},"cmVcO":{"statics":{"containerClass":true,"id":true},"styles":{"1":{"visibility":"hidden"},"7":{"opacity":1},"11":{"left":0,"right":0,"z-index":2002,"margin-left":"auto","margin-right":"auto","width":"calc(100% - 20px)","height":"auto","bottom":"","overflow-y":"auto","grid-template-rows":"minmax(100%, max-content)"},"13":{},"14":{"position":"fixed","top":"0px","left":"0px","width":"100%","height":"100%","background-color":"rgba(0,0,0,0.7)","z-index":2002}},"props":{"containerClass":"bubble-r-container flex column"},"preCached":{"shouldAddWrapper":false}},"cmVcT":{"statics":{"altTag":true,"src":true,"cropData":true,"editorPreviewImage":true,"id":true},"styles":{"3":{},"8":{"opacity":1},"14":{}},"props":{"src":"//af00c93a98211fa1501b50d783d187db.cdn.bubble.io/f1701186908136x865756226558622500/Orbit%20Ad.png"},"preCached":{"isStatic":true,"useAspectRatio":false}},"cmVcU":{"statics":{"buttonType":true,"text":true,"iconPlacement":true,"icon":true,"id":true},"styles":{"0":{},"9":{"opacity":1},"16":{}},"props":{"buttonType":"label","text":"Google Form","iconPlacement":"left","icon":{"set":"fa","icon":"fa-square-o"}}},"cmVcY":{"statics":{"containerClass":true,"id":true},"styles":{"0":{"overflow":"visible"},"2":{},"8":{"opacity":1},"14":{}},"props":{"containerClass":"bubble-r-container flex row"},"preCached":{"shouldAddWrapper":false}},"cmVcZ":{"statics":{"textData":true,"useDotDotDot":true,"verticalCenter":true,"id":true},"styles":{"1":{},"11":{"opacity":1},"17":{}},"props":{"textData":{"html":"Get a list of your right MBA fit "},"useDotDotDot":false,"verticalCenter":false},"preCached":{"tagName":"div"}},"cmVca":{"statics":{"containerClass":true,"id":true},"styles":{"0":{"overflow":"visible"},"2":{},"8":{"opacity":1},"14":{}},"props":{"containerClass":"bubble-r-container relative"},"preCached":{"shouldAddWrapper":false}},"cmXpq":{"statics":{"containerClass":true,"id":true},"styles":{"0":{"overflow":"visible"},"2":{},"7":{"padding":"8px 24px 8px 24px"},"8":{"opacity":1},"14":{}},"props":{"containerClass":"bubble-r-container flex column"},"preCached":{"shouldAddWrapper":false}},"cmXgs":{"statics":{"containerClass":true,"id":true},"styles":{"1":{"visibility":"hidden"},"7":{"opacity":1},"11":{"left":0,"right":0,"z-index":2002,"margin-left":"auto","margin-right":"auto","width":"calc(100% - 20px)","height":"auto","bottom":"","overflow-y":"auto","grid-template-rows":"minmax(100%, max-content)"},"13":{},"14":{"position":"fixed","top":"0px","left":"0px","width":"100%","height":"100%","background-color":"rgba(0,0,0,0.7)","z-index":2002}},"props":{"containerClass":"bubble-r-container flex column"},"preCached":{"shouldAddWrapper":false}},"cmXgw":{"statics":{"containerClass":true,"id":true},"styles":{"1":{"position":"absolute"},"3":{"visibility":"hidden"}},"props":{"containerClass":"bubble-r-container flex column"},"preCached":{"shouldAddWrapper":false}},"cmXhb":{"statics":{"containerClass":true,"id":true},"styles":{"0":{"overflow":"visible"},"2":{},"8":{"opacity":1},"15":{}},"props":{"containerClass":"bubble-r-container flex column"},"preCached":{"shouldAddWrapper":false}},"cmXhc":{"statics":{"textData":true,"useDotDotDot":true,"verticalCenter":true,"id":true},"styles":{"1":{},"11":{"opacity":1},"17":{}},"props":{"textData":{"html":"Sign up"},"useDotDotDot":false,"verticalCenter":false},"preCached":{"tagName":"div"}},"cmXgx":{"statics":{"containerClass":true,"id":true},"styles":{"0":{"overflow":"visible"},"2":{},"8":{"opacity":1},"15":{}},"props":{"containerClass":"bubble-r-container flex column"},"preCached":{"shouldAddWrapper":false}},"cmXgy":{"statics":{"textData":true,"useDotDotDot":true,"verticalCenter":true,"id":true},"styles":{"1":{},"11":{"opacity":1},"17":{}},"props":{"textData":{"html":"Log in"},"useDotDotDot":false,"verticalCenter":false},"preCached":{"tagName":"div"}},"cmXhC":{"statics":{"containerClass":true,"id":true},"styles":{"0":{"overflow":"visible"},"2":{},"8":{"opacity":1},"14":{}},"props":{"containerClass":"bubble-r-container flex column"},"preCached":{"shouldAddWrapper":false}},"cmXhD":{"statics":{"containerClass":true,"id":true},"styles":{"0":{"overflow":"visible"},"2":{},"8":{"opacity":1},"12":{"cursor":"pointer"},"15":{}},"props":{"containerClass":"bubble-r-container flex column"},"preCached":{"shouldAddWrapper":false}},"cmXhE":{"statics":{"textData":true,"useDotDotDot":true,"verticalCenter":true,"id":true},"styles":{"1":{},"3":{"font-family":"var(--font_default)","font-size":"14px","font-weight":"500","color":"var(--color_text_default)"},"11":{"opacity":1},"17":{}},"props":{"textData":{"html":"Liked"},"useDotDotDot":false,"verticalCenter":false},"preCached":{"tagName":"div"}},"cmXhI":{"statics":{"containerClass":true,"id":true},"styles":{"0":{"overflow":"visible"},"2":{},"8":{"opacity":1},"15":{}},"props":{"containerClass":"bubble-r-container flex row"},"preCached":{"shouldAddWrapper":false}},"cmXhJ":{"statics":{"useDotDotDot":true,"verticalCenter":true,"id":true},"styles":{"1":{"visibility":"hidden"},"11":{"opacity":1},"17":{"display":"none"}},"props":{"textData":{"html":" unread"},"useDotDotDot":false,"verticalCenter":false},"preCached":{"tagName":"div"}},"cmXhK":{"statics":{"containerClass":true,"id":true},"styles":{"0":{"overflow":"visible"},"2":{},"8":{"opacity":1},"14":{}},"props":{"containerClass":"bubble-r-container flex row"},"preCached":{"shouldAddWrapper":false}},"cmXhO":{"statics":{"textData":true,"useDotDotDot":true,"verticalCenter":true,"id":true},"styles":{"1":{},"11":{"opacity":1},"17":{}},"props":{"textData":{"html":"Message"},"useDotDotDot":false,"verticalCenter":false},"preCached":{"tagName":"div"}},"cmXhQ":{"statics":{"containerClass":true,"id":true},"styles":{"0":{"overflow":"visible"},"2":{},"8":{"opacity":1},"14":{}},"props":{"containerClass":"bubble-r-container flex column"},"preCached":{"shouldAddWrapper":false}},"cmXhU":{"statics":{"containerClass":true,"id":true},"styles":{"0":{"overflow":"visible"},"2":{},"8":{"opacity":1},"12":{"cursor":"pointer"},"15":{}},"props":{"containerClass":"bubble-r-container flex column"},"preCached":{"shouldAddWrapper":false}},"cmXhV":{"statics":{"textData":true,"useDotDotDot":true,"verticalCenter":true,"id":true},"styles":{"1":{},"3":{"font-family":"var(--font_default)","font-size":"14px","font-weight":"400","color":"var(--color_text_default)"},"11":{"opacity":1},"17":{}},"props":{"textData":{"html":"Account"},"useDotDotDot":false,"verticalCenter":false},"preCached":{"tagName":"div"}},"cmXhW":{"statics":{"containerClass":true,"id":true},"styles":{"0":{"overflow":"visible"},"2":{},"8":{"opacity":1},"12":{"cursor":"pointer"},"15":{}},"props":{"containerClass":"bubble-r-container flex column"},"preCached":{"shouldAddWrapper":false}},"cmXha":{"statics":{"textData":true,"useDotDotDot":true,"verticalCenter":true,"id":true},"styles":{"1":{},"3":{"font-family":"var(--font_default)","font-size":"14px","font-weight":"400","color":"var(--color_text_default)"},"11":{"opacity":1},"17":{}},"props":{"textData":{"html":"Manage Right Fit"},"useDotDotDot":false,"verticalCenter":false},"preCached":{"tagName":"div"}},"cmXfX":{"statics":{"containerClass":true,"id":true},"styles":{"1":{"position":"absolute"},"3":{"visibility":"hidden"}},"props":{"containerClass":"bubble-r-container flex column"},"preCached":{"shouldAddWrapper":false}},"cmXfY":{"statics":{"containerClass":true,"id":true},"styles":{"0":{"overflow":"visible"},"2":{},"8":{"opacity":1},"15":{}},"props":{"containerClass":"bubble-r-container flex column"},"preCached":{"shouldAddWrapper":false}},"cmXfc":{"statics":{"useDotDotDot":true,"verticalCenter":true,"id":true},"styles":{"1":{},"11":{"opacity":1},"17":{}},"props":{"textData":{"html":"Log out"},"useDotDotDot":false,"verticalCenter":false},"preCached":{"tagName":"div"}},"cmXfd":{"statics":{"containerClass":true,"id":true},"styles":{"0":{"overflow":"visible"},"2":{},"8":{"opacity":1},"14":{}},"props":{"containerClass":"bubble-r-container flex column"},"preCached":{"shouldAddWrapper":false}},"cmXfe":{"statics":{"containerClass":true,"id":true},"styles":{"0":{"overflow":"visible"},"2":{},"8":{"opacity":1},"15":{}},"props":{"containerClass":"bubble-r-container flex column"},"preCached":{"shouldAddWrapper":false}},"cmXfi":{"statics":{"textData":true,"useDotDotDot":true,"verticalCenter":true,"id":true},"styles":{"1":{},"11":{"opacity":1},"17":{}},"props":{"textData":{"html":"Liked"},"useDotDotDot":false,"verticalCenter":false},"preCached":{"tagName":"div"}},"cmXfj":{"statics":{"containerClass":true,"id":true},"styles":{"0":{"overflow":"visible"},"2":{"visibility":"hidden"},"8":{"opacity":1},"15":{"display":"none"}},"props":{"containerClass":"bubble-r-container flex row"},"preCached":{"shouldAddWrapper":false}},"cmXfk":{"statics":{"useDotDotDot":true,"verticalCenter":true,"id":true},"styles":{"1":{"visibility":"hidden"},"11":{"opacity":1},"17":{"display":"none"}},"props":{"textData":{"html":" unread"},"useDotDotDot":false,"verticalCenter":false},"preCached":{"tagName":"div"}},"cmXfo":{"statics":{"containerClass":true,"id":true},"styles":{"0":{"overflow":"visible"},"2":{},"8":{"opacity":1},"14":{}},"props":{"containerClass":"bubble-r-container flex row"},"preCached":{"shouldAddWrapper":false}},"cmXfp":{"statics":{"textData":true,"useDotDotDot":true,"verticalCenter":true,"id":true},"styles":{"1":{},"11":{"opacity":1},"17":{}},"props":{"textData":{"html":"Message"},"useDotDotDot":false,"verticalCenter":false},"preCached":{"tagName":"div"}},"cmXfu":{"statics":{"containerClass":true,"id":true},"styles":{"0":{"overflow":"visible"},"2":{},"8":{"opacity":1},"14":{}},"props":{"containerClass":"bubble-r-container flex column"},"preCached":{"shouldAddWrapper":false}},"cmXfv":{"statics":{"containerClass":true,"id":true},"styles":{"0":{"overflow":"visible"},"2":{},"8":{"opacity":1},"15":{}},"props":{"containerClass":"bubble-r-container flex column"},"preCached":{"shouldAddWrapper":false}},"cmXfw":{"statics":{"textData":true,"useDotDotDot":true,"verticalCenter":true,"id":true},"styles":{"1":{},"11":{"opacity":1},"17":{}},"props":{"textData":{"html":"Manage Right Fit"},"useDotDotDot":false,"verticalCenter":false},"preCached":{"tagName":"div"}},"cmXgA":{"statics":{"containerClass":true,"id":true},"styles":{"0":{"overflow":"visible"},"2":{},"8":{"opacity":1},"15":{}},"props":{"containerClass":"bubble-r-container flex column"},"preCached":{"shouldAddWrapper":false}},"cmXgB":{"statics":{"textData":true,"useDotDotDot":true,"verticalCenter":true,"id":true},"styles":{"1":{},"11":{"opacity":1},"17":{}},"props":{"textData":{"html":"Account"},"useDotDotDot":false,"verticalCenter":false},"preCached":{"tagName":"div"}},"cmXgg":{"statics":{"containerClass":true,"id":true},"styles":{"1":{"position":"absolute"},"3":{"visibility":"hidden"}},"props":{"containerClass":"bubble-r-container flex column"},"preCached":{"shouldAddWrapper":false}},"cmXgk":{"statics":{"separatorWidth":true,"separatorColor":true,"separatorStyle":true,"id":true},"styles":{"1":{"min-width":"","min-height":"0px","box-sizing":"content-box"},"2":{},"7":{"opacity":1},"12":{}},"props":{"separatorWidth":0,"separatorColor":"rgba(150,150,150,0.5)","separatorStyle":"none"}},"cmXgl":{"statics":{"containerClass":true,"id":true},"styles":{"0":{"overflow":"visible"},"2":{},"8":{"opacity":1},"15":{}},"props":{"containerClass":"bubble-r-container flex row"},"preCached":{"shouldAddWrapper":false}},"cmXgr":{"statics":{"useDotDotDot":true,"verticalCenter":true,"id":true},"styles":{"1":{},"11":{"opacity":1},"17":{}},"props":{"textData":{"html":""},"useDotDotDot":false,"verticalCenter":false},"preCached":{"tagName":"div"}},"cmXmq":{"statics":{"altTag":true,"cropData":true,"editorPreviewImage":true,"id":true},"styles":{"3":{},"8":{"opacity":1},"14":{}},"props":{"src":""},"preCached":{"isStatic":false,"useAspectRatio":false}},"cmXgC":{"statics":{"containerClass":true,"id":true},"styles":{"0":{"overflow":"visible"},"2":{"visibility":"hidden"},"8":{"opacity":1},"14":{"display":"none"}},"props":{"containerClass":"bubble-r-container flex row"},"preCached":{"shouldAddWrapper":false}},"cmXgU":{"statics":{"containerClass":true,"id":true},"styles":{"0":{"overflow":"visible"},"2":{},"8":{"opacity":1},"15":{}},"props":{"containerClass":"bubble-r-container flex row"},"preCached":{"shouldAddWrapper":false}},"cmXgZ":{"statics":{"textData":true,"useDotDotDot":true,"verticalCenter":true,"id":true},"styles":{"1":{},"11":{"opacity":1},"17":{}},"props":{"textData":{"html":"Search"},"useDotDotDot":false,"verticalCenter":false},"preCached":{"tagName":"div"}},"cmXga":{"statics":{"containerClass":true,"id":true},"styles":{"0":{"overflow":"visible"},"2":{},"8":{"opacity":1},"15":{}},"props":{"containerClass":"bubble-r-container flex row"},"preCached":{"shouldAddWrapper":false}},"cmXgf":{"statics":{"placeholder":true,"maxlength":true,"disabled":true,"needsMetaKey":true,"tz_dynamic":true,"id":true},"styles":{"0":{},"2":{"border-radius":"8px","-moz-border-radius":"8px"},"8":{"opacity":1},"14":{}},"props":{"type":"input","placeholder":"Search","disabled":false,"id":"mbasearch"}},"cmfzO":{"statics":{"containerClass":true,"wrappedClass":true,"id":true},"styles":{"0":{"overflow":"visible"},"2":{"visibility":"hidden"},"8":{"opacity":1},"12":{"align-self":"center","min-width":"280px","max-width":"92%","order":9,"min-height":"0px","max-height":"","height":"0px","flex-grow":0,"flex-shrink":0,"width":"calc(100% - 0px)","margin-left":"0px","margin-top":"0px","margin-right":"0px","margin-bottom":"0px"},"14":{"display":"none"}},"props":{"containerClass":"bubble-r-container-wrapper","wrappedClass":"bubble-r-container flex row"},"preCached":{"shouldAddWrapper":true}},"cmfzT":{"statics":{"containerClass":true,"id":true},"styles":{"0":{"overflow":"visible"},"2":{},"8":{"opacity":1},"14":{}},"props":{"containerClass":"bubble-r-container flex row"},"preCached":{"shouldAddWrapper":false}},"cmfzY":{"statics":{"textData":true,"useDotDotDot":true,"verticalCenter":true,"id":true},"styles":{"1":{},"11":{"opacity":1},"17":{}},"props":{"textData":{"html":"Search"},"useDotDotDot":false,"verticalCenter":false},"preCached":{"tagName":"div"}},"cmfzZ":{"statics":{"containerClass":true,"wrappedClass":true,"id":true},"styles":{"0":{"overflow":"visible"},"2":{},"8":{"opacity":1},"12":{"align-self":"center","min-width":"88px","max-width":"","order":1,"min-height":"100%","max-height":"","width":"88px","flex-grow":1,"height":"0px","margin-left":"0px","margin-top":"0px","margin-right":"0px","margin-bottom":"0px"},"14":{}},"props":{"containerClass":"bubble-r-container-wrapper","wrappedClass":"bubble-r-container flex row"},"preCached":{"shouldAddWrapper":true}},"cmdDg0":{"statics":{"containerClass":true,"id":true},"styles":{"0":{"overflow":"visible"},"2":{"visibility":"hidden"},"8":{"opacity":1},"12":{"align-self":"center","min-width":"0px","max-width":"1280px","order":2,"min-height":"0px","max-height":"","height":"max-content","flex-grow":0,"flex-shrink":0,"width":"calc(100% - 0px)","margin-left":"0px","margin-top":"0px","margin-right":"0px","margin-bottom":"0px"},"14":{"display":"none"}},"props":{"containerClass":"bubble-r-container flex row","id":""},"preCached":{"shouldAddWrapper":false}},"cmdDo0":{"statics":{"containerClass":true,"id":true},"styles":{"0":{"overflow":"visible"},"2":{},"8":{"opacity":1},"14":{}},"props":{"containerClass":"bubble-r-container flex column","id":"prd2"},"preCached":{"shouldAddWrapper":false}},"cmdEY0":{"statics":{"containerClass":true,"id":true},"styles":{"0":{"overflow":"visible"},"2":{},"8":{"opacity":1},"15":{}},"props":{"containerClass":"bubble-r-container flex row","id":"products"},"preCached":{"shouldAddWrapper":false}},"cmdEW0":{"statics":{"textData":true,"useDotDotDot":true,"verticalCenter":true,"id":true},"styles":{"1":{},"3":{"font-family":"var(--font_default)","font-size":"16px","font-weight":"500","color":"#252525"},"11":{"opacity":1},"17":{}},"props":{"textData":{"html":"Right Fit Matcher"},"useDotDotDot":false,"verticalCenter":true},"preCached":{"tagName":"div"}},"cmdEi0":{"statics":{"altTag":true,"src":true,"cropData":true,"editorPreviewImage":true,"id":true},"styles":{"3":{},"8":{"opacity":1},"14":{}},"props":{"src":"//af00c93a98211fa1501b50d783d187db.cdn.bubble.io/f1720667782648x913562391842247800/Untitled%20design%20%288%29%20%281%29.svg"},"preCached":{"isStatic":true,"useAspectRatio":false}},"cmdEw0":{"statics":{"containerClass":true,"id":true},"styles":{"0":{"overflow":"visible"},"2":{},"8":{"opacity":1},"15":{}},"props":{"containerClass":"bubble-r-container flex row"},"preCached":{"shouldAddWrapper":false}},"cmdFB0":{"statics":{"textData":true,"useDotDotDot":true,"verticalCenter":true,"id":true},"styles":{"1":{},"3":{"font-family":"var(--font_default)","font-size":"16px","font-weight":"500","color":"#252525"},"11":{"opacity":1},"17":{}},"props":{"textData":{"html":"AI Essay Editor"},"useDotDotDot":false,"verticalCenter":true},"preCached":{"tagName":"div"}},"cmdFC0":{"statics":{"altTag":true,"src":true,"cropData":true,"editorPreviewImage":true,"id":true},"styles":{"3":{},"8":{"opacity":1},"14":{}},"props":{"src":"//af00c93a98211fa1501b50d783d187db.cdn.bubble.io/f1720678420492x743008737967739900/Untitled%20design%20%288%29%20%282%29.svg"},"preCached":{"isStatic":true,"useAspectRatio":false}},"cmdFH0":{"statics":{"containerClass":true,"id":true},"styles":{"0":{"overflow":"visible"},"2":{},"8":{"opacity":1},"15":{}},"props":{"containerClass":"bubble-r-container flex row"},"preCached":{"shouldAddWrapper":false}},"cmdFM0":{"statics":{"textData":true,"useDotDotDot":true,"verticalCenter":true,"id":true},"styles":{"1":{},"3":{"font-family":"var(--font_default)","font-size":"16px","font-weight":"500","color":"#252525"},"11":{"opacity":1},"17":{}},"props":{"textData":{"html":"AI Resume Editor"},"useDotDotDot":false,"verticalCenter":true},"preCached":{"tagName":"div"}},"cmdFN0":{"statics":{"altTag":true,"src":true,"cropData":true,"editorPreviewImage":true,"id":true},"styles":{"3":{},"8":{"opacity":1},"14":{}},"props":{"src":"//af00c93a98211fa1501b50d783d187db.cdn.bubble.io/f1720678625310x144114953058712690/Untitled%20design%20%288%29.svg"},"preCached":{"isStatic":true,"useAspectRatio":false}},"cmdFS0":{"statics":{"containerClass":true,"id":true},"styles":{"0":{"overflow":"visible"},"2":{},"8":{"opacity":1},"15":{}},"props":{"containerClass":"bubble-r-container flex row"},"preCached":{"shouldAddWrapper":false}},"cmdFU0":{"statics":{"textData":true,"useDotDotDot":true,"verticalCenter":true,"id":true},"styles":{"1":{},"3":{"font-family":"var(--font_default)","font-size":"16px","font-weight":"500","color":"#252525"},"11":{"opacity":1},"17":{}},"props":{"textData":{"html":"Mentor Marketplace"},"useDotDotDot":false,"verticalCenter":true},"preCached":{"tagName":"div"}},"cmdFY0":{"statics":{"altTag":true,"src":true,"cropData":true,"editorPreviewImage":true,"id":true},"styles":{"3":{},"8":{"opacity":1},"14":{}},"props":{"src":"//af00c93a98211fa1501b50d783d187db.cdn.bubble.io/f1720678567253x387314748174050200/Untitled%20design%20%288%29.svg"},"preCached":{"isStatic":true,"useAspectRatio":false}},"cmdPb0":{"statics":{"html":true,"useIframe":true,"id":true},"styles":{"0":{},"6":{"opacity":0},"12":{}},"props":{"html":"<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n<meta charset=\"UTF-8\">\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n<title>Blur on Hover</title>\n<style>\n    /* General transition for smooth effect */\n    #university {\n        transition: filter 0.3s ease;\n    }\n    .blurred {\n        filter: blur(10px);\n    }\n</style>\n</head>\n<body>\n\n<!-- Example elements -->\n<div id=\"products\">products</div>\n<div id=\"test\">test</div>\n<div id=\"university\">University Section</div>\n<div id=\"prd2\">prd2</div>\n\n<script>\n    // Identify the elements\nconst products = document.getElementById('products');\nconst test = document.getElementById('test');\nconst prd2 = document.getElementById('prd2');\n    const university = document.getElementById('university');\n\n    // Function to add blur\n    function addBlur() {\n        university.classList.add('blurred');\n    }\n\n    // Function to remove blur\n    function removeBlur() {\n        university.classList.remove('blurred');\n    }\n\n    // Event listeners for hover effect\n    products.addEventListener('mouseover', addBlur);\n    products.addEventListener('mouseout', removeBlur);\n    test.addEventListener('mouseover', addBlur);\n    test.addEventListener('mouseout', removeBlur);\n    prd2.addEventListener('mouseover', addBlur);\n    prd2.addEventListener('mouseout', removeBlur);\n</scr" + "ipt>\n\n</body>\n</html>\n","useIframe":false},"preCached":{"deferDrawing":null}},"cmXec":{"statics":{"containerClass":true,"id":true},"styles":{"0":{"overflow":"visible"},"2":{},"8":{"opacity":1},"12":{"align-self":"center","min-width":"0px","max-width":"1280px","order":1,"min-height":"0px","max-height":"","height":"max-content","flex-grow":0,"flex-shrink":0,"width":"calc(100% - 0px)","margin-left":"0px","margin-top":"0px","margin-right":"0px","margin-bottom":"0px"},"14":{}},"props":{"containerClass":"bubble-r-container flex row","id":""},"preCached":{"shouldAddWrapper":false}},"cmXfG":{"statics":{"containerClass":true,"id":true},"styles":{"0":{"overflow":"visible"},"2":{},"8":{"opacity":1},"13":{"align-self":"center","min-width":"153px","max-width":"153px","order":2,"min-height":"0px","max-height":"","width":"153px","flex-grow":1,"height":"max-content","margin-left":"0px","margin-top":"0px","margin-right":"0px","margin-bottom":"0px"},"15":{}},"props":{"containerClass":"bubble-r-container flex row","id":""},"preCached":{"shouldAddWrapper":false}},"cmXqo":{"statics":{"textData":true,"useDotDotDot":true,"verticalCenter":true,"id":true},"styles":{"1":{},"11":{"opacity":1},"17":{}},"props":{"textData":{"html":"RBIT"},"useDotDotDot":false,"verticalCenter":false},"preCached":{"tagName":"div"}},"cmXlQ":{"statics":{"containerClass":true,"id":true},"styles":{"0":{"overflow":"visible"},"2":{},"8":{"opacity":1},"14":{}},"props":{"containerClass":"bubble-r-container flex row","id":""},"preCached":{"shouldAddWrapper":false}},"cmeGc":{"statics":{"containerClass":true,"id":true},"styles":{"0":{"overflow":"visible"},"2":{},"8":{"opacity":1},"14":{}},"props":{"containerClass":"bubble-r-container flex row","id":""},"preCached":{"shouldAddWrapper":false}},"cmdBo0":{"statics":{"textData":true,"useDotDotDot":true,"verticalCenter":true,"id":true},"styles":{"1":{},"3":{"font-family":"var(--font_default)","font-size":"16px","font-weight":"500","color":"#252525"},"11":{"opacity":1},"18":{}},"props":{"textData":{"html":"Products"},"useDotDotDot":false,"verticalCenter":true,"id":"products"},"preCached":{"tagName":"div"}},"cmdFa0":{"statics":{"textData":true,"useDotDotDot":true,"verticalCenter":true,"id":true},"styles":{"1":{},"3":{"font-family":"var(--font_default)","font-size":"16px","font-weight":"400","color":"#252525"},"11":{"opacity":1},"18":{}},"props":{"textData":{"html":"Help"},"useDotDotDot":false,"verticalCenter":true},"preCached":{"tagName":"div"}},"cmdFg0":{"statics":{"textData":true,"useDotDotDot":true,"verticalCenter":true,"id":true},"styles":{"1":{},"3":{"font-family":"var(--font_default)","font-size":"16px","font-weight":"400","color":"#252525"},"11":{"opacity":1},"18":{}},"props":{"textData":{"html":"Pricing"},"useDotDotDot":false,"verticalCenter":true},"preCached":{"tagName":"div"}},"cmlvX":{"statics":{"containerClass":true,"id":true},"styles":{"0":{"overflow":"visible"},"2":{},"8":{"opacity":1},"14":{}},"props":{"containerClass":"bubble-r-container flex row"},"preCached":{"shouldAddWrapper":false}},"cmXey":{"statics":{"containerClass":true,"id":true},"styles":{"0":{"overflow":"visible"},"2":{},"8":{"opacity":1},"15":{}},"props":{"containerClass":"bubble-r-container flex row"},"preCached":{"shouldAddWrapper":false}},"cmXez":{"statics":{"containerClass":true,"id":true},"styles":{"0":{"overflow":"visible"},"2":{},"8":{"opacity":1},"14":{}},"props":{"containerClass":"bubble-r-container relative"},"preCached":{"shouldAddWrapper":false}},"cmXfA":{"statics":{"cropData":true,"editorPreviewImage":true,"id":true},"styles":{"3":{},"8":{"opacity":1},"14":{}},"props":{"altTag":"Orbit profile picture","src":""},"preCached":{"isStatic":false,"useAspectRatio":true}},"cmeuB":{"statics":{"containerClass":true,"id":true},"styles":{"0":{"overflow":"visible"},"2":{"visibility":"hidden"},"8":{"opacity":1},"14":{"display":"none"}},"props":{"containerClass":"bubble-r-container flex row"},"preCached":{"shouldAddWrapper":false}},"cmeuH":{"statics":{"textData":true,"useDotDotDot":true,"verticalCenter":true,"id":true},"styles":{"1":{},"11":{"opacity":1},"17":{}},"props":{"textData":{"html":"Log in"},"useDotDotDot":false,"verticalCenter":true},"preCached":{"tagName":"div"}},"cmXlp":{"statics":{"containerClass":true,"id":true},"styles":{"0":{"overflow":"visible"},"2":{},"8":{"opacity":1},"14":{}},"props":{"containerClass":"bubble-r-container flex row"},"preCached":{"shouldAddWrapper":false}},"cmXnC":{"statics":{"containerClass":true,"id":true},"styles":{"0":{"overflow":"visible"},"2":{},"8":{"opacity":1},"14":{}},"props":{"containerClass":"bubble-r-container flex row"},"preCached":{"shouldAddWrapper":false}},"cmXmC":{"statics":{"placeholder":true,"maxlength":true,"disabled":true,"needsMetaKey":true,"tz_dynamic":true,"id":true},"styles":{"0":{},"2":{"border-radius":"8px","-moz-border-radius":"8px"},"8":{"opacity":1},"14":{}},"props":{"type":"input","placeholder":"Looking for?","disabled":false}},"cmXlv":{"statics":{"containerClass":true,"id":true},"styles":{"0":{"overflow":"visible"},"2":{},"8":{"opacity":1},"14":{}},"props":{"containerClass":"bubble-r-container flex column"},"preCached":{"shouldAddWrapper":false}},"cmXpZ":{"statics":{"containerClass":true,"id":true},"styles":{"0":{"overflow":"visible"},"2":{"visibility":"hidden"},"8":{"opacity":1},"14":{"display":"none"}},"props":{"containerClass":"bubble-r-container flex row"},"preCached":{"shouldAddWrapper":false}},"cmmRe":{"statics":{"buttonType":true,"iconPlacement":true,"id":true},"styles":{"0":{"visibility":"hidden"},"9":{"opacity":1},"16":{"display":"none"}},"props":{"buttonType":"label_icon","text":"Search","iconPlacement":"left","icon":{"set":"material","variant":"outlined","icon":"search"}}},"cmlvk":{"statics":{"containerClass":true,"id":true},"styles":{"0":{"overflow":"visible"},"2":{},"8":{"opacity":1},"14":{}},"props":{"containerClass":"bubble-r-container flex row"},"preCached":{"shouldAddWrapper":false}},"cmlwl":{"statics":{"containerClass":true,"id":true},"styles":{"0":{"overflow":"visible"},"2":{},"8":{"opacity":1},"14":{}},"props":{"containerClass":"bubble-r-container flex column"},"preCached":{"shouldAddWrapper":false}},"cmlvq":{"statics":{"buttonType":true,"text":true,"iconPlacement":true,"icon":true,"id":true},"styles":{"0":{},"2":{"font-family":"var(--font_default)","font-size":"16px","font-weight":"500","color":"var(--color_text_default)","text-align":"center"},"5":{"border-radius":"120px","-moz-border-radius":"120px"},"9":{"opacity":1},"16":{}},"props":{"buttonType":"label","text":"Matches","iconPlacement":"left","icon":{"set":"ionic","variant":"outline","icon":"star"}}},"cmlxC":{"statics":{"containerClass":true,"id":true},"styles":{"0":{"overflow":"visible"},"2":{"visibility":"hidden"},"8":{"opacity":1},"14":{"display":"none"}},"props":{"containerClass":"bubble-r-container flex row"},"preCached":{"shouldAddWrapper":false}},"cmlws":{"statics":{"useAspectRatio":true,"id":true},"styles":{"1":{},"6":{"opacity":1},"12":{}},"props":{"useAspectRatio":false}},"cmlxJ":{"statics":{"useAspectRatio":true,"id":true},"styles":{"1":{},"6":{"opacity":1},"12":{}},"props":{"useAspectRatio":false}},"cmlxP":{"statics":{"useAspectRatio":true,"id":true},"styles":{"1":{},"6":{"opacity":1},"12":{}},"props":{"useAspectRatio":false}},"cmlxV":{"statics":{"useAspectRatio":true,"id":true},"styles":{"1":{},"6":{"opacity":1},"12":{}},"props":{"useAspectRatio":false}},"cmlxb":{"statics":{"containerClass":true,"id":true},"styles":{"0":{"overflow":"visible"},"2":{},"8":{"opacity":1},"14":{}},"props":{"containerClass":"bubble-r-container flex column"},"preCached":{"shouldAddWrapper":false}},"cmlvw":{"statics":{"buttonType":true,"text":true,"iconPlacement":true,"icon":true,"id":true},"styles":{"0":{},"2":{"font-family":"var(--font_default)","font-size":"16px","font-weight":"500","color":"var(--color_text_default)","text-align":"center"},"5":{"border-radius":"120px","-moz-border-radius":"120px"},"9":{"opacity":1},"16":{}},"props":{"buttonType":"label","text":"Colleges","iconPlacement":"left","icon":{"set":"ionic","variant":"outline","icon":"star"}}},"cmlxi":{"statics":{"containerClass":true,"id":true},"styles":{"0":{"overflow":"visible"},"2":{"visibility":"hidden"},"8":{"opacity":1},"14":{"display":"none"}},"props":{"containerClass":"bubble-r-container flex row"},"preCached":{"shouldAddWrapper":false}},"cmlxn":{"statics":{"useAspectRatio":true,"id":true},"styles":{"1":{},"6":{"opacity":1},"12":{}},"props":{"useAspectRatio":false}},"cmlxo":{"statics":{"useAspectRatio":true,"id":true},"styles":{"1":{},"6":{"opacity":1},"12":{}},"props":{"useAspectRatio":false}},"cmlxs":{"statics":{"useAspectRatio":true,"id":true},"styles":{"1":{},"6":{"opacity":1},"12":{}},"props":{"useAspectRatio":false}},"cmlxt":{"statics":{"useAspectRatio":true,"id":true},"styles":{"1":{},"6":{"opacity":1},"12":{}},"props":{"useAspectRatio":false}},"cmZKW":{"statics":{"containerClass":true,"id":true},"styles":{"1":{},"2":{"display":"none"},"4":{"visibility":"hidden"},"9":{},"10":{"opacity":1}},"props":{"containerClass":"bubble-r-container flex row"},"preCached":{"shouldAddWrapper":false}},"cmZLA":{"statics":{"containerClass":true,"id":true},"styles":{"0":{"overflow":"visible"},"2":{},"7":{},"8":{"opacity":1},"15":{}},"props":{"containerClass":"bubble-r-container flex row"},"preCached":{"shouldAddWrapper":false}},"cmaFI":{"statics":{"icon":true,"spin":true,"tabIndex":true,"id":true},"styles":{"1":{},"7":{"opacity":1},"13":{}},"props":{"icon":{"set":"fa","icon":"fa-chevron-circle-up"},"spin":false,"tabIndex":""}},"cmNzj":{"statics":{"containerClass":true,"id":true},"styles":{"0":{"overflow":"visible"},"2":{"visibility":"hidden"},"8":{"opacity":1},"14":{"display":"none"}},"props":{"containerClass":"bubble-r-container flex column"},"preCached":{"shouldAddWrapper":false}},"cmQDB":{"statics":{"containerClass":true,"id":true},"styles":{"0":{"overflow":"hidden auto"},"2":{},"8":{"opacity":1},"14":{}},"props":{"containerClass":"bubble-r-container flex row"},"preCached":{"shouldAddWrapper":false}},"cmNzy":{"statics":{"separatorWidth":true,"separatorColor":true,"separatorStyle":true,"id":true},"styles":{"1":{"min-width":"","min-height":"416px","box-sizing":"content-box"},"2":{},"7":{"opacity":1},"12":{}},"props":{"separatorWidth":0,"separatorColor":"rgba(150,150,150,0.5)","separatorStyle":"none"}},"cmOAB":{"statics":{"altTag":true,"cropData":true,"editorPreviewImage":true,"id":true},"styles":{"3":{},"8":{"opacity":1},"14":{}},"props":{"src":""},"preCached":{"isStatic":false,"useAspectRatio":false}},"cmiOA":{"statics":{"containerClass":true,"id":true},"styles":{"1":{"position":"absolute"},"3":{"visibility":"hidden"}},"props":{"containerClass":"bubble-r-container flex column"},"preCached":{"shouldAddWrapper":false}},"cmiOG":{"statics":{"textData":true,"useDotDotDot":true,"verticalCenter":true,"id":true},"styles":{"1":{},"11":{"opacity":1},"17":{}},"props":{"textData":{"html":"This scatterplot compares your GMAT and GPA with other GMATCLUB users associated with the same college or university. Your admission chances and the datapoints in each admission charts are meant for general estimates and may not reflect you actual chances of admission or outcome."},"useDotDotDot":false,"verticalCenter":true},"preCached":{"tagName":"div"}}}
window.preloaded['app/page_metadata:mba'] = true;
/*! jQuery Migrate v3.4.1 | (c) OpenJS Foundation and other contributors | jquery.org/license */
// BUBBLE PATCH NOTES - offset() changed below, see comment
"undefined"==typeof jQuery.migrateMute&&(jQuery.migrateMute=true),function(t){"use strict";"function"==typeof define&&define.amd?define(["jquery"],function(e){return t(e,window)}):"object"==typeof module&&module.exports?module.exports=t(require("jquery"),window):t(jQuery,window)}(function(s,n){"use strict";function e(e){return 0<=function(e,t){for(var r=/^(\d+)\.(\d+)\.(\d+)/,n=r.exec(e)||[],o=r.exec(t)||[],a=1;a<=3;a++){if(+o[a]<+n[a])return 1;if(+n[a]<+o[a])return-1}return 0}(s.fn.jquery,e)}s.migrateVersion="3.4.1";var t=Object.create(null);s.migrateDisablePatches=function(){for(var e=0;e<arguments.length;e++)t[arguments[e]]=!0},s.migrateEnablePatches=function(){for(var e=0;e<arguments.length;e++)delete t[arguments[e]]},s.migrateIsPatchEnabled=function(e){return!t[e]},n.console&&n.console.log&&(s&&e("3.0.0")&&!e("5.0.0")||n.console.log("JQMIGRATE: jQuery 3.x-4.x REQUIRED"),s.migrateWarnings&&n.console.log("JQMIGRATE: Migrate plugin loaded multiple times"),n.console.log("JQMIGRATE: Migrate is installed"+(s.migrateMute?"":" with logging active")+", version "+s.migrateVersion));var o={};function u(e,t){var r=n.console;!s.migrateIsPatchEnabled(e)||s.migrateDeduplicateWarnings&&o[t]||(o[t]=!0,s.migrateWarnings.push(t+" ["+e+"]"),r&&r.warn&&!s.migrateMute&&(r.warn("JQMIGRATE: "+t),s.migrateTrace&&r.trace&&r.trace()))}function r(e,t,r,n,o){Object.defineProperty(e,t,{configurable:!0,enumerable:!0,get:function(){return u(n,o),r},set:function(e){u(n,o),r=e}})}function a(e,t,r,n,o){var a=e[t];e[t]=function(){return o&&u(n,o),(s.migrateIsPatchEnabled(n)?r:a||s.noop).apply(this,arguments)}}function c(e,t,r,n,o){if(!o)throw new Error("No warning message provided");return a(e,t,r,n,o),0}function i(e,t,r,n){return a(e,t,r,n),0}s.migrateDeduplicateWarnings=!0,s.migrateWarnings=[],void 0===s.migrateTrace&&(s.migrateTrace=!0),s.migrateReset=function(){o={},s.migrateWarnings.length=0},"BackCompat"===n.document.compatMode&&u("quirks","jQuery is not compatible with Quirks Mode");var d,l,p,f={},m=s.fn.init,y=s.find,h=/\[(\s*[-\w]+\s*)([~|^$*]?=)\s*([-\w#]*?#[-\w#]*)\s*\]/,g=/\[(\s*[-\w]+\s*)([~|^$*]?=)\s*([-\w#]*?#[-\w#]*)\s*\]/g,v=/^[\s\uFEFF\xA0]+|([^\s\uFEFF\xA0])[\s\uFEFF\xA0]+$/g;for(d in i(s.fn,"init",function(e){var t=Array.prototype.slice.call(arguments);return s.migrateIsPatchEnabled("selector-empty-id")&&"string"==typeof e&&"#"===e&&(u("selector-empty-id","jQuery( '#' ) is not a valid selector"),t[0]=[]),m.apply(this,t)},"selector-empty-id"),s.fn.init.prototype=s.fn,i(s,"find",function(t){var r=Array.prototype.slice.call(arguments);if("string"==typeof t&&h.test(t))try{n.document.querySelector(t)}catch(e){t=t.replace(g,function(e,t,r,n){return"["+t+r+'"'+n+'"]'});try{n.document.querySelector(t),u("selector-hash","Attribute selector with '#' must be quoted: "+r[0]),r[0]=t}catch(e){u("selector-hash","Attribute selector with '#' was not fixed: "+r[0])}}return y.apply(this,r)},"selector-hash"),y)Object.prototype.hasOwnProperty.call(y,d)&&(s.find[d]=y[d]);c(s.fn,"size",function(){return this.length},"size","jQuery.fn.size() is deprecated and removed; use the .length property"),c(s,"parseJSON",function(){return JSON.parse.apply(null,arguments)},"parseJSON","jQuery.parseJSON is deprecated; use JSON.parse"),c(s,"holdReady",s.holdReady,"holdReady","jQuery.holdReady is deprecated"),c(s,"unique",s.uniqueSort,"unique","jQuery.unique is deprecated; use jQuery.uniqueSort"),r(s.expr,"filters",s.expr.pseudos,"expr-pre-pseudos","jQuery.expr.filters is deprecated; use jQuery.expr.pseudos"),r(s.expr,":",s.expr.pseudos,"expr-pre-pseudos","jQuery.expr[':'] is deprecated; use jQuery.expr.pseudos"),e("3.1.1")&&c(s,"trim",function(e){return null==e?"":(e+"").replace(v,"$1")},"trim","jQuery.trim is deprecated; use String.prototype.trim"),e("3.2.0")&&(c(s,"nodeName",function(e,t){return e.nodeName&&e.nodeName.toLowerCase()===t.toLowerCase()},"nodeName","jQuery.nodeName is deprecated"),c(s,"isArray",Array.isArray,"isArray","jQuery.isArray is deprecated; use Array.isArray")),e("3.3.0")&&(c(s,"isNumeric",function(e){var t=typeof e;return("number"==t||"string"==t)&&!isNaN(e-parseFloat(e))},"isNumeric","jQuery.isNumeric() is deprecated"),s.each("Boolean Number String Function Array Date RegExp Object Error Symbol".split(" "),function(e,t){f["[object "+t+"]"]=t.toLowerCase()}),c(s,"type",function(e){return null==e?e+"":"object"==typeof e||"function"==typeof e?f[Object.prototype.toString.call(e)]||"object":typeof e},"type","jQuery.type is deprecated"),c(s,"isFunction",function(e){return"function"==typeof e},"isFunction","jQuery.isFunction() is deprecated"),c(s,"isWindow",function(e){return null!=e&&e===e.window},"isWindow","jQuery.isWindow() is deprecated")),s.ajax&&(l=s.ajax,p=/(=)\?(?=&|$)|\?\?/,i(s,"ajax",function(){var e=l.apply(this,arguments);return e.promise&&(c(e,"success",e.done,"jqXHR-methods","jQXHR.success is deprecated and removed"),c(e,"error",e.fail,"jqXHR-methods","jQXHR.error is deprecated and removed"),c(e,"complete",e.always,"jqXHR-methods","jQXHR.complete is deprecated and removed")),e},"jqXHR-methods"),e("4.0.0")||s.ajaxPrefilter("+json",function(e){!1!==e.jsonp&&(p.test(e.url)||"string"==typeof e.data&&0===(e.contentType||"").indexOf("application/x-www-form-urlencoded")&&p.test(e.data))&&u("jsonp-promotion","JSON-to-JSONP auto-promotion is deprecated")}));var j=s.fn.removeAttr,b=s.fn.toggleClass,w=/\S+/g;function x(e){return e.replace(/-([a-z])/g,function(e,t){return t.toUpperCase()})}i(s.fn,"removeAttr",function(e){var r=this,n=!1;return s.each(e.match(w),function(e,t){s.expr.match.bool.test(t)&&r.each(function(){if(!1!==s(this).prop(t))return!(n=!0)}),n&&(u("removeAttr-bool","jQuery.fn.removeAttr no longer sets boolean properties: "+t),r.prop(t,!1))}),j.apply(this,arguments)},"removeAttr-bool"),i(s.fn,"toggleClass",function(t){return void 0!==t&&"boolean"!=typeof t?b.apply(this,arguments):(u("toggleClass-bool","jQuery.fn.toggleClass( boolean ) is deprecated"),this.each(function(){var e=this.getAttribute&&this.getAttribute("class")||"";e&&s.data(this,"__className__",e),this.setAttribute&&this.setAttribute("class",!e&&!1!==t&&s.data(this,"__className__")||"")}))},"toggleClass-bool");var Q,A,R=!1,C=/^[a-z]/,N=/^(?:Border(?:Top|Right|Bottom|Left)?(?:Width|)|(?:Margin|Padding)?(?:Top|Right|Bottom|Left)?|(?:Min|Max)?(?:Width|Height))$/;s.swap&&s.each(["height","width","reliableMarginRight"],function(e,t){var r=s.cssHooks[t]&&s.cssHooks[t].get;r&&(s.cssHooks[t].get=function(){var e;return R=!0,e=r.apply(this,arguments),R=!1,e})}),i(s,"swap",function(e,t,r,n){var o,a,i={};for(a in R||u("swap","jQuery.swap() is undocumented and deprecated"),t)i[a]=e.style[a],e.style[a]=t[a];for(a in o=r.apply(e,n||[]),t)e.style[a]=i[a];return o},"swap"),e("3.4.0")&&"undefined"!=typeof Proxy&&(s.cssProps=new Proxy(s.cssProps||{},{set:function(){return u("cssProps","jQuery.cssProps is deprecated"),Reflect.set.apply(this,arguments)}})),e("4.0.0")?(A={animationIterationCount:!0,columnCount:!0,fillOpacity:!0,flexGrow:!0,flexShrink:!0,fontWeight:!0,gridArea:!0,gridColumn:!0,gridColumnEnd:!0,gridColumnStart:!0,gridRow:!0,gridRowEnd:!0,gridRowStart:!0,lineHeight:!0,opacity:!0,order:!0,orphans:!0,widows:!0,zIndex:!0,zoom:!0},"undefined"!=typeof Proxy?s.cssNumber=new Proxy(A,{get:function(){return u("css-number","jQuery.cssNumber is deprecated"),Reflect.get.apply(this,arguments)},set:function(){return u("css-number","jQuery.cssNumber is deprecated"),Reflect.set.apply(this,arguments)}}):s.cssNumber=A):A=s.cssNumber,Q=s.fn.css,i(s.fn,"css",function(e,t){var r,n,o=this;return e&&"object"==typeof e&&!Array.isArray(e)?(s.each(e,function(e,t){s.fn.css.call(o,e,t)}),this):("number"==typeof t&&(r=x(e),n=r,C.test(n)&&N.test(n[0].toUpperCase()+n.slice(1))||A[r]||u("css-number",'Number-typed values are deprecated for jQuery.fn.css( "'+e+'", value )')),Q.apply(this,arguments))},"css-number");var S,P,k,H,E=s.data;i(s,"data",function(e,t,r){var n,o,a;if(t&&"object"==typeof t&&2===arguments.length){for(a in n=s.hasData(e)&&E.call(this,e),o={},t)a!==x(a)?(u("data-camelCase","jQuery.data() always sets/gets camelCased names: "+a),n[a]=t[a]):o[a]=t[a];return E.call(this,e,o),t}return t&&"string"==typeof t&&t!==x(t)&&(n=s.hasData(e)&&E.call(this,e))&&t in n?(u("data-camelCase","jQuery.data() always sets/gets camelCased names: "+t),2<arguments.length&&(n[t]=r),n[t]):E.apply(this,arguments)},"data-camelCase"),s.fx&&(k=s.Tween.prototype.run,H=function(e){return e},i(s.Tween.prototype,"run",function(){1<s.easing[this.easing].length&&(u("easing-one-arg","'jQuery.easing."+this.easing.toString()+"' should use only one argument"),s.easing[this.easing]=H),k.apply(this,arguments)},"easing-one-arg"),S=s.fx.interval,P="jQuery.fx.interval is deprecated",n.requestAnimationFrame&&Object.defineProperty(s.fx,"interval",{configurable:!0,enumerable:!0,get:function(){return n.document.hidden||u("fx-interval",P),s.migrateIsPatchEnabled("fx-interval")&&void 0===S?13:S},set:function(e){u("fx-interval",P),S=e}}));var M=s.fn.load,q=s.event.add,O=s.event.fix;s.event.props=[],s.event.fixHooks={},r(s.event.props,"concat",s.event.props.concat,"event-old-patch","jQuery.event.props.concat() is deprecated and removed"),i(s.event,"fix",function(e){var t,r=e.type,n=this.fixHooks[r],o=s.event.props;if(o.length){u("event-old-patch","jQuery.event.props are deprecated and removed: "+o.join());while(o.length)s.event.addProp(o.pop())}if(n&&!n._migrated_&&(n._migrated_=!0,u("event-old-patch","jQuery.event.fixHooks are deprecated and removed: "+r),(o=n.props)&&o.length))while(o.length)s.event.addProp(o.pop());return t=O.call(this,e),n&&n.filter?n.filter(t,e):t},"event-old-patch"),i(s.event,"add",function(e,t){return e===n&&"load"===t&&"complete"===n.document.readyState&&u("load-after-event","jQuery(window).on('load'...) called after load event occurred"),q.apply(this,arguments)},"load-after-event"),s.each(["load","unload","error"],function(e,t){i(s.fn,t,function(){var e=Array.prototype.slice.call(arguments,0);return"load"===t&&"string"==typeof e[0]?M.apply(this,e):(u("shorthand-removed-v3","jQuery.fn."+t+"() is deprecated"),e.splice(0,0,t),arguments.length?this.on.apply(this,e):(this.triggerHandler.apply(this,e),this))},"shorthand-removed-v3")}),s.each("blur focus focusin focusout resize scroll click dblclick mousedown mouseup mousemove mouseover mouseout mouseenter mouseleave change select submit keydown keypress keyup contextmenu".split(" "),function(e,r){c(s.fn,r,function(e,t){return 0<arguments.length?this.on(r,null,e,t):this.trigger(r)},"shorthand-deprecated-v3","jQuery.fn."+r+"() event shorthand is deprecated")}),s(function(){s(n.document).triggerHandler("ready")}),s.event.special.ready={setup:function(){this===n.document&&u("ready-event","'ready' event is deprecated")}},c(s.fn,"bind",function(e,t,r){return this.on(e,null,t,r)},"pre-on-methods","jQuery.fn.bind() is deprecated"),c(s.fn,"unbind",function(e,t){return this.off(e,null,t)},"pre-on-methods","jQuery.fn.unbind() is deprecated"),c(s.fn,"delegate",function(e,t,r,n){return this.on(t,e,r,n)},"pre-on-methods","jQuery.fn.delegate() is deprecated"),c(s.fn,"undelegate",function(e,t,r){return 1===arguments.length?this.off(e,"**"):this.off(t,e||"**",r)},"pre-on-methods","jQuery.fn.undelegate() is deprecated"),c(s.fn,"hover",function(e,t){return this.on("mouseenter",e).on("mouseleave",t||e)},"pre-on-methods","jQuery.fn.hover() is deprecated");function T(e){var t=n.document.implementation.createHTMLDocument("");return t.body.innerHTML=e,t.body&&t.body.innerHTML}var F=/<(?!area|br|col|embed|hr|img|input|link|meta|param)(([a-z][^\/\0>\x20\t\r\n\f]*)[^>]*)\/>/gi;s.UNSAFE_restoreLegacyHtmlPrefilter=function(){s.migrateEnablePatches("self-closed-tags")},i(s,"htmlPrefilter",function(e){var t,r;return(r=(t=e).replace(F,"<$1></$2>"))!==t&&T(t)!==T(r)&&u("self-closed-tags","HTML tags must be properly nested and closed: "+t),e.replace(F,"<$1></$2>")},"self-closed-tags"),s.migrateDisablePatches("self-closed-tags");var D,W,_,I=s.fn.offset;return i(s.fn,"offset",function(){
    var e=this[0];
    // BUBBLE PATCH NOTES - offset() changed below, see comment in non-minified
    if (!e) return {left:0, top:0};
    return(!e||e.nodeType&&e.getBoundingClientRect)
        ?I.apply(this,arguments)
        :(u("offset-valid-elem","jQuery.fn.offset() requires a valid DOM element"),arguments.length
            ?this
            :({left:0,top:0}))},"offset-valid-elem"
),s.ajax&&(D=s.param,i(s,"param",function(e,t){var r=s.ajaxSettings&&s.ajaxSettings.traditional;return void 0===t&&r&&(u("param-ajax-traditional","jQuery.param() no longer uses jQuery.ajaxSettings.traditional"),t=r),D.call(this,e,t)},"param-ajax-traditional")),c(s.fn,"andSelf",s.fn.addBack,"andSelf","jQuery.fn.andSelf() is deprecated and removed, use jQuery.fn.addBack()"),s.Deferred&&(W=s.Deferred,_=[["resolve","done",s.Callbacks("once memory"),s.Callbacks("once memory"),"resolved"],["reject","fail",s.Callbacks("once memory"),s.Callbacks("once memory"),"rejected"],["notify","progress",s.Callbacks("memory"),s.Callbacks("memory")]],i(s,"Deferred",function(e){var a=W(),i=a.promise();function t(){var o=arguments;return s.Deferred(function(n){s.each(_,function(e,t){var r="function"==typeof o[e]&&o[e];a[t[1]](function(){var e=r&&r.apply(this,arguments);e&&"function"==typeof e.promise?e.promise().done(n.resolve).fail(n.reject).progress(n.notify):n[t[0]+"With"](this===i?n.promise():this,r?[e]:arguments)})}),o=null}).promise()}return c(a,"pipe",t,"deferred-pipe","deferred.pipe() is deprecated"),c(i,"pipe",t,"deferred-pipe","deferred.pipe() is deprecated"),e&&e.call(a,a),a},"deferred-pipe"),s.Deferred.exceptionHook=W.exceptionHook),s});

window.preloaded['js/vendor:jquery-migrate-3.4.1.min.js'] = true;

window.bubble_version = 30;
window.preloaded['app/metadata:bubble_version'] = true;
window._bubble_page_load_data.hardcoded_plugins = window._bubble_page_load_data.hardcoded_plugins || {};
window._bubble_page_load_data.hardcoded_plugins['ionic'] = true;
window.__code__ = window.__code__ || {};
if(!window.__code__['b932683b7c71fbe9edf258c20897513d9278643155cd4750df5077722efab57c']){window.__code__['b932683b7c71fbe9edf258c20897513d9278643155cd4750df5077722efab57c']=1;

"use strict";(()=>{var __create=Object.create;var __defProp=Object.defineProperty;var __getOwnPropDesc=Object.getOwnPropertyDescriptor;var __getOwnPropNames=Object.getOwnPropertyNames;var __getProtoOf=Object.getPrototypeOf,__hasOwnProp=Object.prototype.hasOwnProperty;var __esm=(fn,res)=>function(){return fn&&(res=(0,fn[__getOwnPropNames(fn)[0]])(fn=0)),res};var __commonJS=(cb,mod)=>function(){return mod||(0,cb[__getOwnPropNames(cb)[0]])((mod={exports:{}}).exports,mod),mod.exports};var __export=(target,all)=>{for(var name in all)__defProp(target,name,{get:all[name],enumerable:!0})},__copyProps=(to,from,except,desc)=>{if(from&&typeof from=="object"||typeof from=="function")for(let key of __getOwnPropNames(from))!__hasOwnProp.call(to,key)&&key!==except&&__defProp(to,key,{get:()=>from[key],enumerable:!(desc=__getOwnPropDesc(from,key))||desc.enumerable});return to};var __toESM=(mod,isNodeMode,target)=>(target=mod!=null?__create(__getProtoOf(mod)):{},__copyProps(isNodeMode||!mod||!mod.__esModule?__defProp(target,"default",{value:mod,enumerable:!0}):target,mod)),__toCommonJS=mod=>__copyProps(__defProp({},"__esModule",{value:!0}),mod);var init_define_process_env=__esm({"<define:process.env>"(){}});var require_base64_js=__commonJS({"node_modules/base64-js/index.js"(exports){"use strict";init_define_process_env();init_shim();exports.byteLength=byteLength;exports.toByteArray=toByteArray;exports.fromByteArray=fromByteArray;var lookup=[],revLookup=[],Arr=typeof Uint8Array<"u"?Uint8Array:Array,code="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/";for(i=0,len=code.length;i<len;++i)lookup[i]=code[i],revLookup[code.charCodeAt(i)]=i;var i,len;revLookup["-".charCodeAt(0)]=62;revLookup["_".charCodeAt(0)]=63;function getLens(b64){var len2=b64.length;if(len2%4>0)throw new Error("Invalid string. Length must be a multiple of 4");var validLen=b64.indexOf("=");validLen===-1&&(validLen=len2);var placeHoldersLen=validLen===len2?0:4-validLen%4;return[validLen,placeHoldersLen]}function byteLength(b64){var lens=getLens(b64),validLen=lens[0],placeHoldersLen=lens[1];return(validLen+placeHoldersLen)*3/4-placeHoldersLen}function _byteLength(b64,validLen,placeHoldersLen){return(validLen+placeHoldersLen)*3/4-placeHoldersLen}function toByteArray(b64){var tmp,lens=getLens(b64),validLen=lens[0],placeHoldersLen=lens[1],arr=new Arr(_byteLength(b64,validLen,placeHoldersLen)),curByte=0,len2=placeHoldersLen>0?validLen-4:validLen,i2;for(i2=0;i2<len2;i2+=4)tmp=revLookup[b64.charCodeAt(i2)]<<18|revLookup[b64.charCodeAt(i2+1)]<<12|revLookup[b64.charCodeAt(i2+2)]<<6|revLookup[b64.charCodeAt(i2+3)],arr[curByte++]=tmp>>16&255,arr[curByte++]=tmp>>8&255,arr[curByte++]=tmp&255;return placeHoldersLen===2&&(tmp=revLookup[b64.charCodeAt(i2)]<<2|revLookup[b64.charCodeAt(i2+1)]>>4,arr[curByte++]=tmp&255),placeHoldersLen===1&&(tmp=revLookup[b64.charCodeAt(i2)]<<10|revLookup[b64.charCodeAt(i2+1)]<<4|revLookup[b64.charCodeAt(i2+2)]>>2,arr[curByte++]=tmp>>8&255,arr[curByte++]=tmp&255),arr}function tripletToBase64(num){return lookup[num>>18&63]+lookup[num>>12&63]+lookup[num>>6&63]+lookup[num&63]}function encodeChunk(uint8,start,end){for(var tmp,output=[],i2=start;i2<end;i2+=3)tmp=(uint8[i2]<<16&16711680)+(uint8[i2+1]<<8&65280)+(uint8[i2+2]&255),output.push(tripletToBase64(tmp));return output.join("")}function fromByteArray(uint8){for(var tmp,len2=uint8.length,extraBytes=len2%3,parts=[],maxChunkLength=16383,i2=0,len22=len2-extraBytes;i2<len22;i2+=maxChunkLength)parts.push(encodeChunk(uint8,i2,i2+maxChunkLength>len22?len22:i2+maxChunkLength));return extraBytes===1?(tmp=uint8[len2-1],parts.push(lookup[tmp>>2]+lookup[tmp<<4&63]+"==")):extraBytes===2&&(tmp=(uint8[len2-2]<<8)+uint8[len2-1],parts.push(lookup[tmp>>10]+lookup[tmp>>4&63]+lookup[tmp<<2&63]+"=")),parts.join("")}}});var require_ieee754=__commonJS({"node_modules/ieee754/index.js"(exports){init_define_process_env();init_shim();exports.read=function(buffer,offset,isLE,mLen,nBytes){var e,m,eLen=nBytes*8-mLen-1,eMax=(1<<eLen)-1,eBias=eMax>>1,nBits=-7,i=isLE?nBytes-1:0,d=isLE?-1:1,s=buffer[offset+i];for(i+=d,e=s&(1<<-nBits)-1,s>>=-nBits,nBits+=eLen;nBits>0;e=e*256+buffer[offset+i],i+=d,nBits-=8);for(m=e&(1<<-nBits)-1,e>>=-nBits,nBits+=mLen;nBits>0;m=m*256+buffer[offset+i],i+=d,nBits-=8);if(e===0)e=1-eBias;else{if(e===eMax)return m?NaN:(s?-1:1)*(1/0);m=m+Math.pow(2,mLen),e=e-eBias}return(s?-1:1)*m*Math.pow(2,e-mLen)};exports.write=function(buffer,value,offset,isLE,mLen,nBytes){var e,m,c,eLen=nBytes*8-mLen-1,eMax=(1<<eLen)-1,eBias=eMax>>1,rt=mLen===23?Math.pow(2,-24)-Math.pow(2,-77):0,i=isLE?0:nBytes-1,d=isLE?1:-1,s=value<0||value===0&&1/value<0?1:0;for(value=Math.abs(value),isNaN(value)||value===1/0?(m=isNaN(value)?1:0,e=eMax):(e=Math.floor(Math.log(value)/Math.LN2),value*(c=Math.pow(2,-e))<1&&(e--,c*=2),e+eBias>=1?value+=rt/c:value+=rt*Math.pow(2,1-eBias),value*c>=2&&(e++,c/=2),e+eBias>=eMax?(m=0,e=eMax):e+eBias>=1?(m=(value*c-1)*Math.pow(2,mLen),e=e+eBias):(m=value*Math.pow(2,eBias-1)*Math.pow(2,mLen),e=0));mLen>=8;buffer[offset+i]=m&255,i+=d,m/=256,mLen-=8);for(e=e<<mLen|m,eLen+=mLen;eLen>0;buffer[offset+i]=e&255,i+=d,e/=256,eLen-=8);buffer[offset+i-d]|=s*128}}});var require_buffer=__commonJS({"node_modules/node-stdlib-browser/node_modules/buffer/index.js"(exports){"use strict";init_define_process_env();init_shim();var base64=require_base64_js(),ieee754=require_ieee754(),customInspectSymbol=typeof Symbol=="function"&&typeof Symbol.for=="function"?Symbol.for("nodejs.util.inspect.custom"):null;exports.Buffer=Buffer3;exports.SlowBuffer=SlowBuffer;exports.INSPECT_MAX_BYTES=50;var K_MAX_LENGTH=2147483647;exports.kMaxLength=K_MAX_LENGTH;Buffer3.TYPED_ARRAY_SUPPORT=typedArraySupport();!Buffer3.TYPED_ARRAY_SUPPORT&&typeof console<"u"&&typeof console.error=="function"&&console.error("This browser lacks typed array (Uint8Array) support which is required by `buffer` v5.x. Use `buffer` v4.x if you require old browser support.");function typedArraySupport(){try{var arr=new Uint8Array(1),proto={foo:function(){return 42}};return Object.setPrototypeOf(proto,Uint8Array.prototype),Object.setPrototypeOf(arr,proto),arr.foo()===42}catch(e){return!1}}Object.defineProperty(Buffer3.prototype,"parent",{enumerable:!0,get:function(){if(Buffer3.isBuffer(this))return this.buffer}});Object.defineProperty(Buffer3.prototype,"offset",{enumerable:!0,get:function(){if(Buffer3.isBuffer(this))return this.byteOffset}});function createBuffer(length){if(length>K_MAX_LENGTH)throw new RangeError('The value "'+length+'" is invalid for option "size"');var buf=new Uint8Array(length);return Object.setPrototypeOf(buf,Buffer3.prototype),buf}function Buffer3(arg,encodingOrOffset,length){if(typeof arg=="number"){if(typeof encodingOrOffset=="string")throw new TypeError('The "string" argument must be of type string. Received type number');return allocUnsafe(arg)}return from(arg,encodingOrOffset,length)}Buffer3.poolSize=8192;function from(value,encodingOrOffset,length){if(typeof value=="string")return fromString(value,encodingOrOffset);if(ArrayBuffer.isView(value))return fromArrayView(value);if(value==null)throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof value);if(isInstance(value,ArrayBuffer)||value&&isInstance(value.buffer,ArrayBuffer)||typeof SharedArrayBuffer<"u"&&(isInstance(value,SharedArrayBuffer)||value&&isInstance(value.buffer,SharedArrayBuffer)))return fromArrayBuffer(value,encodingOrOffset,length);if(typeof value=="number")throw new TypeError('The "value" argument must not be of type number. Received type number');var valueOf=value.valueOf&&value.valueOf();if(valueOf!=null&&valueOf!==value)return Buffer3.from(valueOf,encodingOrOffset,length);var b=fromObject(value);if(b)return b;if(typeof Symbol<"u"&&Symbol.toPrimitive!=null&&typeof value[Symbol.toPrimitive]=="function")return Buffer3.from(value[Symbol.toPrimitive]("string"),encodingOrOffset,length);throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof value)}Buffer3.from=function(value,encodingOrOffset,length){return from(value,encodingOrOffset,length)};Object.setPrototypeOf(Buffer3.prototype,Uint8Array.prototype);Object.setPrototypeOf(Buffer3,Uint8Array);function assertSize(size){if(typeof size!="number")throw new TypeError('"size" argument must be of type number');if(size<0)throw new RangeError('The value "'+size+'" is invalid for option "size"')}function alloc(size,fill,encoding){return assertSize(size),size<=0?createBuffer(size):fill!==void 0?typeof encoding=="string"?createBuffer(size).fill(fill,encoding):createBuffer(size).fill(fill):createBuffer(size)}Buffer3.alloc=function(size,fill,encoding){return alloc(size,fill,encoding)};function allocUnsafe(size){return assertSize(size),createBuffer(size<0?0:checked(size)|0)}Buffer3.allocUnsafe=function(size){return allocUnsafe(size)};Buffer3.allocUnsafeSlow=function(size){return allocUnsafe(size)};function fromString(string,encoding){if((typeof encoding!="string"||encoding==="")&&(encoding="utf8"),!Buffer3.isEncoding(encoding))throw new TypeError("Unknown encoding: "+encoding);var length=byteLength(string,encoding)|0,buf=createBuffer(length),actual=buf.write(string,encoding);return actual!==length&&(buf=buf.slice(0,actual)),buf}function fromArrayLike(array){for(var length=array.length<0?0:checked(array.length)|0,buf=createBuffer(length),i=0;i<length;i+=1)buf[i]=array[i]&255;return buf}function fromArrayView(arrayView){if(isInstance(arrayView,Uint8Array)){var copy=new Uint8Array(arrayView);return fromArrayBuffer(copy.buffer,copy.byteOffset,copy.byteLength)}return fromArrayLike(arrayView)}function fromArrayBuffer(array,byteOffset,length){if(byteOffset<0||array.byteLength<byteOffset)throw new RangeError('"offset" is outside of buffer bounds');if(array.byteLength<byteOffset+(length||0))throw new RangeError('"length" is outside of buffer bounds');var buf;return byteOffset===void 0&&length===void 0?buf=new Uint8Array(array):length===void 0?buf=new Uint8Array(array,byteOffset):buf=new Uint8Array(array,byteOffset,length),Object.setPrototypeOf(buf,Buffer3.prototype),buf}function fromObject(obj){if(Buffer3.isBuffer(obj)){var len=checked(obj.length)|0,buf=createBuffer(len);return buf.length===0||obj.copy(buf,0,0,len),buf}if(obj.length!==void 0)return typeof obj.length!="number"||numberIsNaN(obj.length)?createBuffer(0):fromArrayLike(obj);if(obj.type==="Buffer"&&Array.isArray(obj.data))return fromArrayLike(obj.data)}function checked(length){if(length>=K_MAX_LENGTH)throw new RangeError("Attempt to allocate Buffer larger than maximum size: 0x"+K_MAX_LENGTH.toString(16)+" bytes");return length|0}function SlowBuffer(length){return+length!=length&&(length=0),Buffer3.alloc(+length)}Buffer3.isBuffer=function(b){return b!=null&&b._isBuffer===!0&&b!==Buffer3.prototype};Buffer3.compare=function(a,b){if(isInstance(a,Uint8Array)&&(a=Buffer3.from(a,a.offset,a.byteLength)),isInstance(b,Uint8Array)&&(b=Buffer3.from(b,b.offset,b.byteLength)),!Buffer3.isBuffer(a)||!Buffer3.isBuffer(b))throw new TypeError('The "buf1", "buf2" arguments must be one of type Buffer or Uint8Array');if(a===b)return 0;for(var x=a.length,y=b.length,i=0,len=Math.min(x,y);i<len;++i)if(a[i]!==b[i]){x=a[i],y=b[i];break}return x<y?-1:y<x?1:0};Buffer3.isEncoding=function(encoding){switch(String(encoding).toLowerCase()){case"hex":case"utf8":case"utf-8":case"ascii":case"latin1":case"binary":case"base64":case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return!0;default:return!1}};Buffer3.concat=function(list,length){if(!Array.isArray(list))throw new TypeError('"list" argument must be an Array of Buffers');if(list.length===0)return Buffer3.alloc(0);var i;if(length===void 0)for(length=0,i=0;i<list.length;++i)length+=list[i].length;var buffer=Buffer3.allocUnsafe(length),pos=0;for(i=0;i<list.length;++i){var buf=list[i];if(isInstance(buf,Uint8Array))pos+buf.length>buffer.length?Buffer3.from(buf).copy(buffer,pos):Uint8Array.prototype.set.call(buffer,buf,pos);else if(Buffer3.isBuffer(buf))buf.copy(buffer,pos);else throw new TypeError('"list" argument must be an Array of Buffers');pos+=buf.length}return buffer};function byteLength(string,encoding){if(Buffer3.isBuffer(string))return string.length;if(ArrayBuffer.isView(string)||isInstance(string,ArrayBuffer))return string.byteLength;if(typeof string!="string")throw new TypeError('The "string" argument must be one of type string, Buffer, or ArrayBuffer. Received type '+typeof string);var len=string.length,mustMatch=arguments.length>2&&arguments[2]===!0;if(!mustMatch&&len===0)return 0;for(var loweredCase=!1;;)switch(encoding){case"ascii":case"latin1":case"binary":return len;case"utf8":case"utf-8":return utf8ToBytes(string).length;case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return len*2;case"hex":return len>>>1;case"base64":return base64ToBytes(string).length;default:if(loweredCase)return mustMatch?-1:utf8ToBytes(string).length;encoding=(""+encoding).toLowerCase(),loweredCase=!0}}Buffer3.byteLength=byteLength;function slowToString(encoding,start,end){var loweredCase=!1;if((start===void 0||start<0)&&(start=0),start>this.length||((end===void 0||end>this.length)&&(end=this.length),end<=0)||(end>>>=0,start>>>=0,end<=start))return"";for(encoding||(encoding="utf8");;)switch(encoding){case"hex":return hexSlice(this,start,end);case"utf8":case"utf-8":return utf8Slice(this,start,end);case"ascii":return asciiSlice(this,start,end);case"latin1":case"binary":return latin1Slice(this,start,end);case"base64":return base64Slice(this,start,end);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return utf16leSlice(this,start,end);default:if(loweredCase)throw new TypeError("Unknown encoding: "+encoding);encoding=(encoding+"").toLowerCase(),loweredCase=!0}}Buffer3.prototype._isBuffer=!0;function swap(b,n,m){var i=b[n];b[n]=b[m],b[m]=i}Buffer3.prototype.swap16=function(){var len=this.length;if(len%2!==0)throw new RangeError("Buffer size must be a multiple of 16-bits");for(var i=0;i<len;i+=2)swap(this,i,i+1);return this};Buffer3.prototype.swap32=function(){var len=this.length;if(len%4!==0)throw new RangeError("Buffer size must be a multiple of 32-bits");for(var i=0;i<len;i+=4)swap(this,i,i+3),swap(this,i+1,i+2);return this};Buffer3.prototype.swap64=function(){var len=this.length;if(len%8!==0)throw new RangeError("Buffer size must be a multiple of 64-bits");for(var i=0;i<len;i+=8)swap(this,i,i+7),swap(this,i+1,i+6),swap(this,i+2,i+5),swap(this,i+3,i+4);return this};Buffer3.prototype.toString=function(){var length=this.length;return length===0?"":arguments.length===0?utf8Slice(this,0,length):slowToString.apply(this,arguments)};Buffer3.prototype.toLocaleString=Buffer3.prototype.toString;Buffer3.prototype.equals=function(b){if(!Buffer3.isBuffer(b))throw new TypeError("Argument must be a Buffer");return this===b?!0:Buffer3.compare(this,b)===0};Buffer3.prototype.inspect=function(){var str="",max=exports.INSPECT_MAX_BYTES;return str=this.toString("hex",0,max).replace(/(.{2})/g,"$1 ").trim(),this.length>max&&(str+=" ... "),"<Buffer "+str+">"};customInspectSymbol&&(Buffer3.prototype[customInspectSymbol]=Buffer3.prototype.inspect);Buffer3.prototype.compare=function(target,start,end,thisStart,thisEnd){if(isInstance(target,Uint8Array)&&(target=Buffer3.from(target,target.offset,target.byteLength)),!Buffer3.isBuffer(target))throw new TypeError('The "target" argument must be one of type Buffer or Uint8Array. Received type '+typeof target);if(start===void 0&&(start=0),end===void 0&&(end=target?target.length:0),thisStart===void 0&&(thisStart=0),thisEnd===void 0&&(thisEnd=this.length),start<0||end>target.length||thisStart<0||thisEnd>this.length)throw new RangeError("out of range index");if(thisStart>=thisEnd&&start>=end)return 0;if(thisStart>=thisEnd)return-1;if(start>=end)return 1;if(start>>>=0,end>>>=0,thisStart>>>=0,thisEnd>>>=0,this===target)return 0;for(var x=thisEnd-thisStart,y=end-start,len=Math.min(x,y),thisCopy=this.slice(thisStart,thisEnd),targetCopy=target.slice(start,end),i=0;i<len;++i)if(thisCopy[i]!==targetCopy[i]){x=thisCopy[i],y=targetCopy[i];break}return x<y?-1:y<x?1:0};function bidirectionalIndexOf(buffer,val,byteOffset,encoding,dir){if(buffer.length===0)return-1;if(typeof byteOffset=="string"?(encoding=byteOffset,byteOffset=0):byteOffset>2147483647?byteOffset=2147483647:byteOffset<-2147483648&&(byteOffset=-2147483648),byteOffset=+byteOffset,numberIsNaN(byteOffset)&&(byteOffset=dir?0:buffer.length-1),byteOffset<0&&(byteOffset=buffer.length+byteOffset),byteOffset>=buffer.length){if(dir)return-1;byteOffset=buffer.length-1}else if(byteOffset<0)if(dir)byteOffset=0;else return-1;if(typeof val=="string"&&(val=Buffer3.from(val,encoding)),Buffer3.isBuffer(val))return val.length===0?-1:arrayIndexOf(buffer,val,byteOffset,encoding,dir);if(typeof val=="number")return val=val&255,typeof Uint8Array.prototype.indexOf=="function"?dir?Uint8Array.prototype.indexOf.call(buffer,val,byteOffset):Uint8Array.prototype.lastIndexOf.call(buffer,val,byteOffset):arrayIndexOf(buffer,[val],byteOffset,encoding,dir);throw new TypeError("val must be string, number or Buffer")}function arrayIndexOf(arr,val,byteOffset,encoding,dir){var indexSize=1,arrLength=arr.length,valLength=val.length;if(encoding!==void 0&&(encoding=String(encoding).toLowerCase(),encoding==="ucs2"||encoding==="ucs-2"||encoding==="utf16le"||encoding==="utf-16le")){if(arr.length<2||val.length<2)return-1;indexSize=2,arrLength/=2,valLength/=2,byteOffset/=2}function read(buf,i2){return indexSize===1?buf[i2]:buf.readUInt16BE(i2*indexSize)}var i;if(dir){var foundIndex=-1;for(i=byteOffset;i<arrLength;i++)if(read(arr,i)===read(val,foundIndex===-1?0:i-foundIndex)){if(foundIndex===-1&&(foundIndex=i),i-foundIndex+1===valLength)return foundIndex*indexSize}else foundIndex!==-1&&(i-=i-foundIndex),foundIndex=-1}else for(byteOffset+valLength>arrLength&&(byteOffset=arrLength-valLength),i=byteOffset;i>=0;i--){for(var found=!0,j=0;j<valLength;j++)if(read(arr,i+j)!==read(val,j)){found=!1;break}if(found)return i}return-1}Buffer3.prototype.includes=function(val,byteOffset,encoding){return this.indexOf(val,byteOffset,encoding)!==-1};Buffer3.prototype.indexOf=function(val,byteOffset,encoding){return bidirectionalIndexOf(this,val,byteOffset,encoding,!0)};Buffer3.prototype.lastIndexOf=function(val,byteOffset,encoding){return bidirectionalIndexOf(this,val,byteOffset,encoding,!1)};function hexWrite(buf,string,offset,length){offset=Number(offset)||0;var remaining=buf.length-offset;length?(length=Number(length),length>remaining&&(length=remaining)):length=remaining;var strLen=string.length;length>strLen/2&&(length=strLen/2);for(var i=0;i<length;++i){var parsed=parseInt(string.substr(i*2,2),16);if(numberIsNaN(parsed))return i;buf[offset+i]=parsed}return i}function utf8Write(buf,string,offset,length){return blitBuffer(utf8ToBytes(string,buf.length-offset),buf,offset,length)}function asciiWrite(buf,string,offset,length){return blitBuffer(asciiToBytes(string),buf,offset,length)}function base64Write(buf,string,offset,length){return blitBuffer(base64ToBytes(string),buf,offset,length)}function ucs2Write(buf,string,offset,length){return blitBuffer(utf16leToBytes(string,buf.length-offset),buf,offset,length)}Buffer3.prototype.write=function(string,offset,length,encoding){if(offset===void 0)encoding="utf8",length=this.length,offset=0;else if(length===void 0&&typeof offset=="string")encoding=offset,length=this.length,offset=0;else if(isFinite(offset))offset=offset>>>0,isFinite(length)?(length=length>>>0,encoding===void 0&&(encoding="utf8")):(encoding=length,length=void 0);else throw new Error("Buffer.write(string, encoding, offset[, length]) is no longer supported");var remaining=this.length-offset;if((length===void 0||length>remaining)&&(length=remaining),string.length>0&&(length<0||offset<0)||offset>this.length)throw new RangeError("Attempt to write outside buffer bounds");encoding||(encoding="utf8");for(var loweredCase=!1;;)switch(encoding){case"hex":return hexWrite(this,string,offset,length);case"utf8":case"utf-8":return utf8Write(this,string,offset,length);case"ascii":case"latin1":case"binary":return asciiWrite(this,string,offset,length);case"base64":return base64Write(this,string,offset,length);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return ucs2Write(this,string,offset,length);default:if(loweredCase)throw new TypeError("Unknown encoding: "+encoding);encoding=(""+encoding).toLowerCase(),loweredCase=!0}};Buffer3.prototype.toJSON=function(){return{type:"Buffer",data:Array.prototype.slice.call(this._arr||this,0)}};function base64Slice(buf,start,end){return start===0&&end===buf.length?base64.fromByteArray(buf):base64.fromByteArray(buf.slice(start,end))}function utf8Slice(buf,start,end){end=Math.min(buf.length,end);for(var res=[],i=start;i<end;){var firstByte=buf[i],codePoint=null,bytesPerSequence=firstByte>239?4:firstByte>223?3:firstByte>191?2:1;if(i+bytesPerSequence<=end){var secondByte,thirdByte,fourthByte,tempCodePoint;switch(bytesPerSequence){case 1:firstByte<128&&(codePoint=firstByte);break;case 2:secondByte=buf[i+1],(secondByte&192)===128&&(tempCodePoint=(firstByte&31)<<6|secondByte&63,tempCodePoint>127&&(codePoint=tempCodePoint));break;case 3:secondByte=buf[i+1],thirdByte=buf[i+2],(secondByte&192)===128&&(thirdByte&192)===128&&(tempCodePoint=(firstByte&15)<<12|(secondByte&63)<<6|thirdByte&63,tempCodePoint>2047&&(tempCodePoint<55296||tempCodePoint>57343)&&(codePoint=tempCodePoint));break;case 4:secondByte=buf[i+1],thirdByte=buf[i+2],fourthByte=buf[i+3],(secondByte&192)===128&&(thirdByte&192)===128&&(fourthByte&192)===128&&(tempCodePoint=(firstByte&15)<<18|(secondByte&63)<<12|(thirdByte&63)<<6|fourthByte&63,tempCodePoint>65535&&tempCodePoint<1114112&&(codePoint=tempCodePoint))}}codePoint===null?(codePoint=65533,bytesPerSequence=1):codePoint>65535&&(codePoint-=65536,res.push(codePoint>>>10&1023|55296),codePoint=56320|codePoint&1023),res.push(codePoint),i+=bytesPerSequence}return decodeCodePointsArray(res)}var MAX_ARGUMENTS_LENGTH=4096;function decodeCodePointsArray(codePoints){var len=codePoints.length;if(len<=MAX_ARGUMENTS_LENGTH)return String.fromCharCode.apply(String,codePoints);for(var res="",i=0;i<len;)res+=String.fromCharCode.apply(String,codePoints.slice(i,i+=MAX_ARGUMENTS_LENGTH));return res}function asciiSlice(buf,start,end){var ret="";end=Math.min(buf.length,end);for(var i=start;i<end;++i)ret+=String.fromCharCode(buf[i]&127);return ret}function latin1Slice(buf,start,end){var ret="";end=Math.min(buf.length,end);for(var i=start;i<end;++i)ret+=String.fromCharCode(buf[i]);return ret}function hexSlice(buf,start,end){var len=buf.length;(!start||start<0)&&(start=0),(!end||end<0||end>len)&&(end=len);for(var out="",i=start;i<end;++i)out+=hexSliceLookupTable[buf[i]];return out}function utf16leSlice(buf,start,end){for(var bytes=buf.slice(start,end),res="",i=0;i<bytes.length-1;i+=2)res+=String.fromCharCode(bytes[i]+bytes[i+1]*256);return res}Buffer3.prototype.slice=function(start,end){var len=this.length;start=~~start,end=end===void 0?len:~~end,start<0?(start+=len,start<0&&(start=0)):start>len&&(start=len),end<0?(end+=len,end<0&&(end=0)):end>len&&(end=len),end<start&&(end=start);var newBuf=this.subarray(start,end);return Object.setPrototypeOf(newBuf,Buffer3.prototype),newBuf};function checkOffset(offset,ext,length){if(offset%1!==0||offset<0)throw new RangeError("offset is not uint");if(offset+ext>length)throw new RangeError("Trying to access beyond buffer length")}Buffer3.prototype.readUintLE=Buffer3.prototype.readUIntLE=function(offset,byteLength2,noAssert){offset=offset>>>0,byteLength2=byteLength2>>>0,noAssert||checkOffset(offset,byteLength2,this.length);for(var val=this[offset],mul=1,i=0;++i<byteLength2&&(mul*=256);)val+=this[offset+i]*mul;return val};Buffer3.prototype.readUintBE=Buffer3.prototype.readUIntBE=function(offset,byteLength2,noAssert){offset=offset>>>0,byteLength2=byteLength2>>>0,noAssert||checkOffset(offset,byteLength2,this.length);for(var val=this[offset+--byteLength2],mul=1;byteLength2>0&&(mul*=256);)val+=this[offset+--byteLength2]*mul;return val};Buffer3.prototype.readUint8=Buffer3.prototype.readUInt8=function(offset,noAssert){return offset=offset>>>0,noAssert||checkOffset(offset,1,this.length),this[offset]};Buffer3.prototype.readUint16LE=Buffer3.prototype.readUInt16LE=function(offset,noAssert){return offset=offset>>>0,noAssert||checkOffset(offset,2,this.length),this[offset]|this[offset+1]<<8};Buffer3.prototype.readUint16BE=Buffer3.prototype.readUInt16BE=function(offset,noAssert){return offset=offset>>>0,noAssert||checkOffset(offset,2,this.length),this[offset]<<8|this[offset+1]};Buffer3.prototype.readUint32LE=Buffer3.prototype.readUInt32LE=function(offset,noAssert){return offset=offset>>>0,noAssert||checkOffset(offset,4,this.length),(this[offset]|this[offset+1]<<8|this[offset+2]<<16)+this[offset+3]*16777216};Buffer3.prototype.readUint32BE=Buffer3.prototype.readUInt32BE=function(offset,noAssert){return offset=offset>>>0,noAssert||checkOffset(offset,4,this.length),this[offset]*16777216+(this[offset+1]<<16|this[offset+2]<<8|this[offset+3])};Buffer3.prototype.readIntLE=function(offset,byteLength2,noAssert){offset=offset>>>0,byteLength2=byteLength2>>>0,noAssert||checkOffset(offset,byteLength2,this.length);for(var val=this[offset],mul=1,i=0;++i<byteLength2&&(mul*=256);)val+=this[offset+i]*mul;return mul*=128,val>=mul&&(val-=Math.pow(2,8*byteLength2)),val};Buffer3.prototype.readIntBE=function(offset,byteLength2,noAssert){offset=offset>>>0,byteLength2=byteLength2>>>0,noAssert||checkOffset(offset,byteLength2,this.length);for(var i=byteLength2,mul=1,val=this[offset+--i];i>0&&(mul*=256);)val+=this[offset+--i]*mul;return mul*=128,val>=mul&&(val-=Math.pow(2,8*byteLength2)),val};Buffer3.prototype.readInt8=function(offset,noAssert){return offset=offset>>>0,noAssert||checkOffset(offset,1,this.length),this[offset]&128?(255-this[offset]+1)*-1:this[offset]};Buffer3.prototype.readInt16LE=function(offset,noAssert){offset=offset>>>0,noAssert||checkOffset(offset,2,this.length);var val=this[offset]|this[offset+1]<<8;return val&32768?val|4294901760:val};Buffer3.prototype.readInt16BE=function(offset,noAssert){offset=offset>>>0,noAssert||checkOffset(offset,2,this.length);var val=this[offset+1]|this[offset]<<8;return val&32768?val|4294901760:val};Buffer3.prototype.readInt32LE=function(offset,noAssert){return offset=offset>>>0,noAssert||checkOffset(offset,4,this.length),this[offset]|this[offset+1]<<8|this[offset+2]<<16|this[offset+3]<<24};Buffer3.prototype.readInt32BE=function(offset,noAssert){return offset=offset>>>0,noAssert||checkOffset(offset,4,this.length),this[offset]<<24|this[offset+1]<<16|this[offset+2]<<8|this[offset+3]};Buffer3.prototype.readFloatLE=function(offset,noAssert){return offset=offset>>>0,noAssert||checkOffset(offset,4,this.length),ieee754.read(this,offset,!0,23,4)};Buffer3.prototype.readFloatBE=function(offset,noAssert){return offset=offset>>>0,noAssert||checkOffset(offset,4,this.length),ieee754.read(this,offset,!1,23,4)};Buffer3.prototype.readDoubleLE=function(offset,noAssert){return offset=offset>>>0,noAssert||checkOffset(offset,8,this.length),ieee754.read(this,offset,!0,52,8)};Buffer3.prototype.readDoubleBE=function(offset,noAssert){return offset=offset>>>0,noAssert||checkOffset(offset,8,this.length),ieee754.read(this,offset,!1,52,8)};function checkInt(buf,value,offset,ext,max,min){if(!Buffer3.isBuffer(buf))throw new TypeError('"buffer" argument must be a Buffer instance');if(value>max||value<min)throw new RangeError('"value" argument is out of bounds');if(offset+ext>buf.length)throw new RangeError("Index out of range")}Buffer3.prototype.writeUintLE=Buffer3.prototype.writeUIntLE=function(value,offset,byteLength2,noAssert){if(value=+value,offset=offset>>>0,byteLength2=byteLength2>>>0,!noAssert){var maxBytes=Math.pow(2,8*byteLength2)-1;checkInt(this,value,offset,byteLength2,maxBytes,0)}var mul=1,i=0;for(this[offset]=value&255;++i<byteLength2&&(mul*=256);)this[offset+i]=value/mul&255;return offset+byteLength2};Buffer3.prototype.writeUintBE=Buffer3.prototype.writeUIntBE=function(value,offset,byteLength2,noAssert){if(value=+value,offset=offset>>>0,byteLength2=byteLength2>>>0,!noAssert){var maxBytes=Math.pow(2,8*byteLength2)-1;checkInt(this,value,offset,byteLength2,maxBytes,0)}var i=byteLength2-1,mul=1;for(this[offset+i]=value&255;--i>=0&&(mul*=256);)this[offset+i]=value/mul&255;return offset+byteLength2};Buffer3.prototype.writeUint8=Buffer3.prototype.writeUInt8=function(value,offset,noAssert){return value=+value,offset=offset>>>0,noAssert||checkInt(this,value,offset,1,255,0),this[offset]=value&255,offset+1};Buffer3.prototype.writeUint16LE=Buffer3.prototype.writeUInt16LE=function(value,offset,noAssert){return value=+value,offset=offset>>>0,noAssert||checkInt(this,value,offset,2,65535,0),this[offset]=value&255,this[offset+1]=value>>>8,offset+2};Buffer3.prototype.writeUint16BE=Buffer3.prototype.writeUInt16BE=function(value,offset,noAssert){return value=+value,offset=offset>>>0,noAssert||checkInt(this,value,offset,2,65535,0),this[offset]=value>>>8,this[offset+1]=value&255,offset+2};Buffer3.prototype.writeUint32LE=Buffer3.prototype.writeUInt32LE=function(value,offset,noAssert){return value=+value,offset=offset>>>0,noAssert||checkInt(this,value,offset,4,4294967295,0),this[offset+3]=value>>>24,this[offset+2]=value>>>16,this[offset+1]=value>>>8,this[offset]=value&255,offset+4};Buffer3.prototype.writeUint32BE=Buffer3.prototype.writeUInt32BE=function(value,offset,noAssert){return value=+value,offset=offset>>>0,noAssert||checkInt(this,value,offset,4,4294967295,0),this[offset]=value>>>24,this[offset+1]=value>>>16,this[offset+2]=value>>>8,this[offset+3]=value&255,offset+4};Buffer3.prototype.writeIntLE=function(value,offset,byteLength2,noAssert){if(value=+value,offset=offset>>>0,!noAssert){var limit=Math.pow(2,8*byteLength2-1);checkInt(this,value,offset,byteLength2,limit-1,-limit)}var i=0,mul=1,sub=0;for(this[offset]=value&255;++i<byteLength2&&(mul*=256);)value<0&&sub===0&&this[offset+i-1]!==0&&(sub=1),this[offset+i]=(value/mul>>0)-sub&255;return offset+byteLength2};Buffer3.prototype.writeIntBE=function(value,offset,byteLength2,noAssert){if(value=+value,offset=offset>>>0,!noAssert){var limit=Math.pow(2,8*byteLength2-1);checkInt(this,value,offset,byteLength2,limit-1,-limit)}var i=byteLength2-1,mul=1,sub=0;for(this[offset+i]=value&255;--i>=0&&(mul*=256);)value<0&&sub===0&&this[offset+i+1]!==0&&(sub=1),this[offset+i]=(value/mul>>0)-sub&255;return offset+byteLength2};Buffer3.prototype.writeInt8=function(value,offset,noAssert){return value=+value,offset=offset>>>0,noAssert||checkInt(this,value,offset,1,127,-128),value<0&&(value=255+value+1),this[offset]=value&255,offset+1};Buffer3.prototype.writeInt16LE=function(value,offset,noAssert){return value=+value,offset=offset>>>0,noAssert||checkInt(this,value,offset,2,32767,-32768),this[offset]=value&255,this[offset+1]=value>>>8,offset+2};Buffer3.prototype.writeInt16BE=function(value,offset,noAssert){return value=+value,offset=offset>>>0,noAssert||checkInt(this,value,offset,2,32767,-32768),this[offset]=value>>>8,this[offset+1]=value&255,offset+2};Buffer3.prototype.writeInt32LE=function(value,offset,noAssert){return value=+value,offset=offset>>>0,noAssert||checkInt(this,value,offset,4,2147483647,-2147483648),this[offset]=value&255,this[offset+1]=value>>>8,this[offset+2]=value>>>16,this[offset+3]=value>>>24,offset+4};Buffer3.prototype.writeInt32BE=function(value,offset,noAssert){return value=+value,offset=offset>>>0,noAssert||checkInt(this,value,offset,4,2147483647,-2147483648),value<0&&(value=4294967295+value+1),this[offset]=value>>>24,this[offset+1]=value>>>16,this[offset+2]=value>>>8,this[offset+3]=value&255,offset+4};function checkIEEE754(buf,value,offset,ext,max,min){if(offset+ext>buf.length)throw new RangeError("Index out of range");if(offset<0)throw new RangeError("Index out of range")}function writeFloat(buf,value,offset,littleEndian,noAssert){return value=+value,offset=offset>>>0,noAssert||checkIEEE754(buf,value,offset,4,34028234663852886e22,-34028234663852886e22),ieee754.write(buf,value,offset,littleEndian,23,4),offset+4}Buffer3.prototype.writeFloatLE=function(value,offset,noAssert){return writeFloat(this,value,offset,!0,noAssert)};Buffer3.prototype.writeFloatBE=function(value,offset,noAssert){return writeFloat(this,value,offset,!1,noAssert)};function writeDouble(buf,value,offset,littleEndian,noAssert){return value=+value,offset=offset>>>0,noAssert||checkIEEE754(buf,value,offset,8,17976931348623157e292,-17976931348623157e292),ieee754.write(buf,value,offset,littleEndian,52,8),offset+8}Buffer3.prototype.writeDoubleLE=function(value,offset,noAssert){return writeDouble(this,value,offset,!0,noAssert)};Buffer3.prototype.writeDoubleBE=function(value,offset,noAssert){return writeDouble(this,value,offset,!1,noAssert)};Buffer3.prototype.copy=function(target,targetStart,start,end){if(!Buffer3.isBuffer(target))throw new TypeError("argument should be a Buffer");if(start||(start=0),!end&&end!==0&&(end=this.length),targetStart>=target.length&&(targetStart=target.length),targetStart||(targetStart=0),end>0&&end<start&&(end=start),end===start||target.length===0||this.length===0)return 0;if(targetStart<0)throw new RangeError("targetStart out of bounds");if(start<0||start>=this.length)throw new RangeError("Index out of range");if(end<0)throw new RangeError("sourceEnd out of bounds");end>this.length&&(end=this.length),target.length-targetStart<end-start&&(end=target.length-targetStart+start);var len=end-start;return this===target&&typeof Uint8Array.prototype.copyWithin=="function"?this.copyWithin(targetStart,start,end):Uint8Array.prototype.set.call(target,this.subarray(start,end),targetStart),len};Buffer3.prototype.fill=function(val,start,end,encoding){if(typeof val=="string"){if(typeof start=="string"?(encoding=start,start=0,end=this.length):typeof end=="string"&&(encoding=end,end=this.length),encoding!==void 0&&typeof encoding!="string")throw new TypeError("encoding must be a string");if(typeof encoding=="string"&&!Buffer3.isEncoding(encoding))throw new TypeError("Unknown encoding: "+encoding);if(val.length===1){var code=val.charCodeAt(0);(encoding==="utf8"&&code<128||encoding==="latin1")&&(val=code)}}else typeof val=="number"?val=val&255:typeof val=="boolean"&&(val=Number(val));if(start<0||this.length<start||this.length<end)throw new RangeError("Out of range index");if(end<=start)return this;start=start>>>0,end=end===void 0?this.length:end>>>0,val||(val=0);var i;if(typeof val=="number")for(i=start;i<end;++i)this[i]=val;else{var bytes=Buffer3.isBuffer(val)?val:Buffer3.from(val,encoding),len=bytes.length;if(len===0)throw new TypeError('The value "'+val+'" is invalid for argument "value"');for(i=0;i<end-start;++i)this[i+start]=bytes[i%len]}return this};var INVALID_BASE64_RE=/[^+/0-9A-Za-z-_]/g;function base64clean(str){if(str=str.split("=")[0],str=str.trim().replace(INVALID_BASE64_RE,""),str.length<2)return"";for(;str.length%4!==0;)str=str+"=";return str}function utf8ToBytes(string,units){units=units||1/0;for(var codePoint,length=string.length,leadSurrogate=null,bytes=[],i=0;i<length;++i){if(codePoint=string.charCodeAt(i),codePoint>55295&&codePoint<57344){if(!leadSurrogate){if(codePoint>56319){(units-=3)>-1&&bytes.push(239,191,189);continue}else if(i+1===length){(units-=3)>-1&&bytes.push(239,191,189);continue}leadSurrogate=codePoint;continue}if(codePoint<56320){(units-=3)>-1&&bytes.push(239,191,189),leadSurrogate=codePoint;continue}codePoint=(leadSurrogate-55296<<10|codePoint-56320)+65536}else leadSurrogate&&(units-=3)>-1&&bytes.push(239,191,189);if(leadSurrogate=null,codePoint<128){if((units-=1)<0)break;bytes.push(codePoint)}else if(codePoint<2048){if((units-=2)<0)break;bytes.push(codePoint>>6|192,codePoint&63|128)}else if(codePoint<65536){if((units-=3)<0)break;bytes.push(codePoint>>12|224,codePoint>>6&63|128,codePoint&63|128)}else if(codePoint<1114112){if((units-=4)<0)break;bytes.push(codePoint>>18|240,codePoint>>12&63|128,codePoint>>6&63|128,codePoint&63|128)}else throw new Error("Invalid code point")}return bytes}function asciiToBytes(str){for(var byteArray=[],i=0;i<str.length;++i)byteArray.push(str.charCodeAt(i)&255);return byteArray}function utf16leToBytes(str,units){for(var c,hi,lo,byteArray=[],i=0;i<str.length&&!((units-=2)<0);++i)c=str.charCodeAt(i),hi=c>>8,lo=c%256,byteArray.push(lo),byteArray.push(hi);return byteArray}function base64ToBytes(str){return base64.toByteArray(base64clean(str))}function blitBuffer(src,dst,offset,length){for(var i=0;i<length&&!(i+offset>=dst.length||i>=src.length);++i)dst[i+offset]=src[i];return i}function isInstance(obj,type){return obj instanceof type||obj!=null&&obj.constructor!=null&&obj.constructor.name!=null&&obj.constructor.name===type.name}function numberIsNaN(obj){return obj!==obj}var hexSliceLookupTable=function(){for(var alphabet="0123456789abcdef",table=new Array(256),i=0;i<16;++i)for(var i16=i*16,j=0;j<16;++j)table[i16+j]=alphabet[i]+alphabet[j];return table}()}});var require_browser=__commonJS({"node_modules/process/browser.js"(exports,module){init_define_process_env();init_shim();var process2=module.exports={},cachedSetTimeout,cachedClearTimeout;function defaultSetTimout(){throw new Error("setTimeout has not been defined")}function defaultClearTimeout(){throw new Error("clearTimeout has not been defined")}(function(){try{typeof setTimeout=="function"?cachedSetTimeout=setTimeout:cachedSetTimeout=defaultSetTimout}catch(e){cachedSetTimeout=defaultSetTimout}try{typeof clearTimeout=="function"?cachedClearTimeout=clearTimeout:cachedClearTimeout=defaultClearTimeout}catch(e){cachedClearTimeout=defaultClearTimeout}})();function runTimeout(fun){if(cachedSetTimeout===setTimeout)return setTimeout(fun,0);if((cachedSetTimeout===defaultSetTimout||!cachedSetTimeout)&&setTimeout)return cachedSetTimeout=setTimeout,setTimeout(fun,0);try{return cachedSetTimeout(fun,0)}catch(e){try{return cachedSetTimeout.call(null,fun,0)}catch(e2){return cachedSetTimeout.call(this,fun,0)}}}function runClearTimeout(marker){if(cachedClearTimeout===clearTimeout)return clearTimeout(marker);if((cachedClearTimeout===defaultClearTimeout||!cachedClearTimeout)&&clearTimeout)return cachedClearTimeout=clearTimeout,clearTimeout(marker);try{return cachedClearTimeout(marker)}catch(e){try{return cachedClearTimeout.call(null,marker)}catch(e2){return cachedClearTimeout.call(this,marker)}}}var queue=[],draining=!1,currentQueue,queueIndex=-1;function cleanUpNextTick(){!draining||!currentQueue||(draining=!1,currentQueue.length?queue=currentQueue.concat(queue):queueIndex=-1,queue.length&&drainQueue())}function drainQueue(){if(!draining){var timeout=runTimeout(cleanUpNextTick);draining=!0;for(var len=queue.length;len;){for(currentQueue=queue,queue=[];++queueIndex<len;)currentQueue&&currentQueue[queueIndex].run();queueIndex=-1,len=queue.length}currentQueue=null,draining=!1,runClearTimeout(timeout)}}process2.nextTick=function(fun){var args=new Array(arguments.length-1);if(arguments.length>1)for(var i=1;i<arguments.length;i++)args[i-1]=arguments[i];queue.push(new Item(fun,args)),queue.length===1&&!draining&&runTimeout(drainQueue)};function Item(fun,array){this.fun=fun,this.array=array}Item.prototype.run=function(){this.fun.apply(null,this.array)};process2.title="browser";process2.browser=!0;process2.env={};process2.argv=[];process2.version="";process2.versions={};function noop(){}process2.on=noop;process2.addListener=noop;process2.once=noop;process2.off=noop;process2.removeListener=noop;process2.removeAllListeners=noop;process2.emit=noop;process2.prependListener=noop;process2.prependOnceListener=noop;process2.listeners=function(name){return[]};process2.binding=function(name){throw new Error("process.binding is not supported")};process2.cwd=function(){return"/"};process2.chdir=function(dir){throw new Error("process.chdir is not supported")};process2.umask=function(){return 0}}});var import_buffer,import_process,_globalThis,init_shim=__esm({"node_modules/node-stdlib-browser/helpers/esbuild/shim.js"(){import_buffer=__toESM(require_buffer()),import_process=__toESM(require_browser()),_globalThis=function(Object2){function get(){var _global3=this||self;return delete Object2.prototype.__magic__,_global3}if(typeof globalThis=="object")return globalThis;if(this)return get();Object2.defineProperty(Object2.prototype,"__magic__",{configurable:!0,get});var _global2=__magic__;return _global2}(Object)}});var require_global=__commonJS({"node_modules/core-js/internals/global.js"(exports,module){"use strict";init_define_process_env();init_shim();var check=function(it){return it&&it.Math===Math&&it};module.exports=check(typeof globalThis=="object"&&globalThis)||check(typeof window=="object"&&window)||check(typeof self=="object"&&self)||check(typeof window=="object"&&window)||check(typeof exports=="object"&&exports)||function(){return this}()||Function("return this")()}});var require_fails=__commonJS({"node_modules/core-js/internals/fails.js"(exports,module){"use strict";init_define_process_env();init_shim();module.exports=function(exec){try{return!!exec()}catch(error){return!0}}}});var require_descriptors=__commonJS({"node_modules/core-js/internals/descriptors.js"(exports,module){"use strict";init_define_process_env();init_shim();var fails=require_fails();module.exports=!fails(function(){return Object.defineProperty({},1,{get:function(){return 7}})[1]!==7})}});var require_function_bind_native=__commonJS({"node_modules/core-js/internals/function-bind-native.js"(exports,module){"use strict";init_define_process_env();init_shim();var fails=require_fails();module.exports=!fails(function(){var test=(function(){}).bind();return typeof test!="function"||test.hasOwnProperty("prototype")})}});var require_function_call=__commonJS({"node_modules/core-js/internals/function-call.js"(exports,module){"use strict";init_define_process_env();init_shim();var NATIVE_BIND=require_function_bind_native(),call=Function.prototype.call;module.exports=NATIVE_BIND?call.bind(call):function(){return call.apply(call,arguments)}}});var require_object_property_is_enumerable=__commonJS({"node_modules/core-js/internals/object-property-is-enumerable.js"(exports){"use strict";init_define_process_env();init_shim();var $propertyIsEnumerable={}.propertyIsEnumerable,getOwnPropertyDescriptor=Object.getOwnPropertyDescriptor,NASHORN_BUG=getOwnPropertyDescriptor&&!$propertyIsEnumerable.call({1:2},1);exports.f=NASHORN_BUG?function(V){var descriptor=getOwnPropertyDescriptor(this,V);return!!descriptor&&descriptor.enumerable}:$propertyIsEnumerable}});var require_create_property_descriptor=__commonJS({"node_modules/core-js/internals/create-property-descriptor.js"(exports,module){"use strict";init_define_process_env();init_shim();module.exports=function(bitmap,value){return{enumerable:!(bitmap&1),configurable:!(bitmap&2),writable:!(bitmap&4),value}}}});var require_function_uncurry_this=__commonJS({"node_modules/core-js/internals/function-uncurry-this.js"(exports,module){"use strict";init_define_process_env();init_shim();var NATIVE_BIND=require_function_bind_native(),FunctionPrototype=Function.prototype,call=FunctionPrototype.call,uncurryThisWithBind=NATIVE_BIND&&FunctionPrototype.bind.bind(call,call);module.exports=NATIVE_BIND?uncurryThisWithBind:function(fn){return function(){return call.apply(fn,arguments)}}}});var require_classof_raw=__commonJS({"node_modules/core-js/internals/classof-raw.js"(exports,module){"use strict";init_define_process_env();init_shim();var uncurryThis=require_function_uncurry_this(),toString=uncurryThis({}.toString),stringSlice=uncurryThis("".slice);module.exports=function(it){return stringSlice(toString(it),8,-1)}}});var require_indexed_object=__commonJS({"node_modules/core-js/internals/indexed-object.js"(exports,module){"use strict";init_define_process_env();init_shim();var uncurryThis=require_function_uncurry_this(),fails=require_fails(),classof=require_classof_raw(),$Object=Object,split=uncurryThis("".split);module.exports=fails(function(){return!$Object("z").propertyIsEnumerable(0)})?function(it){return classof(it)==="String"?split(it,""):$Object(it)}:$Object}});var require_is_null_or_undefined=__commonJS({"node_modules/core-js/internals/is-null-or-undefined.js"(exports,module){"use strict";init_define_process_env();init_shim();module.exports=function(it){return it==null}}});var require_require_object_coercible=__commonJS({"node_modules/core-js/internals/require-object-coercible.js"(exports,module){"use strict";init_define_process_env();init_shim();var isNullOrUndefined=require_is_null_or_undefined(),$TypeError=TypeError;module.exports=function(it){if(isNullOrUndefined(it))throw new $TypeError("Can't call method on "+it);return it}}});var require_to_indexed_object=__commonJS({"node_modules/core-js/internals/to-indexed-object.js"(exports,module){"use strict";init_define_process_env();init_shim();var IndexedObject=require_indexed_object(),requireObjectCoercible=require_require_object_coercible();module.exports=function(it){return IndexedObject(requireObjectCoercible(it))}}});var require_is_callable=__commonJS({"node_modules/core-js/internals/is-callable.js"(exports,module){"use strict";init_define_process_env();init_shim();var documentAll=typeof document=="object"&&document.all;module.exports=typeof documentAll>"u"&&documentAll!==void 0?function(argument){return typeof argument=="function"||argument===documentAll}:function(argument){return typeof argument=="function"}}});var require_is_object=__commonJS({"node_modules/core-js/internals/is-object.js"(exports,module){"use strict";init_define_process_env();init_shim();var isCallable=require_is_callable();module.exports=function(it){return typeof it=="object"?it!==null:isCallable(it)}}});var require_get_built_in=__commonJS({"node_modules/core-js/internals/get-built-in.js"(exports,module){"use strict";init_define_process_env();init_shim();var global=require_global(),isCallable=require_is_callable(),aFunction=function(argument){return isCallable(argument)?argument:void 0};module.exports=function(namespace,method){return arguments.length<2?aFunction(global[namespace]):global[namespace]&&global[namespace][method]}}});var require_object_is_prototype_of=__commonJS({"node_modules/core-js/internals/object-is-prototype-of.js"(exports,module){"use strict";init_define_process_env();init_shim();var uncurryThis=require_function_uncurry_this();module.exports=uncurryThis({}.isPrototypeOf)}});var require_engine_user_agent=__commonJS({"node_modules/core-js/internals/engine-user-agent.js"(exports,module){"use strict";init_define_process_env();init_shim();module.exports=typeof navigator<"u"&&String(navigator.userAgent)||""}});var require_engine_v8_version=__commonJS({"node_modules/core-js/internals/engine-v8-version.js"(exports,module){"use strict";init_define_process_env();init_shim();var global=require_global(),userAgent=require_engine_user_agent(),process2=global.process,Deno=global.Deno,versions=process2&&process2.versions||Deno&&Deno.version,v8=versions&&versions.v8,match,version;v8&&(match=v8.split("."),version=match[0]>0&&match[0]<4?1:+(match[0]+match[1]));!version&&userAgent&&(match=userAgent.match(/Edge\/(\d+)/),(!match||match[1]>=74)&&(match=userAgent.match(/Chrome\/(\d+)/),match&&(version=+match[1])));module.exports=version}});var require_symbol_constructor_detection=__commonJS({"node_modules/core-js/internals/symbol-constructor-detection.js"(exports,module){"use strict";init_define_process_env();init_shim();var V8_VERSION=require_engine_v8_version(),fails=require_fails(),global=require_global(),$String=global.String;module.exports=!!Object.getOwnPropertySymbols&&!fails(function(){var symbol=Symbol("symbol detection");return!$String(symbol)||!(Object(symbol)instanceof Symbol)||!Symbol.sham&&V8_VERSION&&V8_VERSION<41})}});var require_use_symbol_as_uid=__commonJS({"node_modules/core-js/internals/use-symbol-as-uid.js"(exports,module){"use strict";init_define_process_env();init_shim();var NATIVE_SYMBOL=require_symbol_constructor_detection();module.exports=NATIVE_SYMBOL&&!Symbol.sham&&typeof Symbol.iterator=="symbol"}});var require_is_symbol=__commonJS({"node_modules/core-js/internals/is-symbol.js"(exports,module){"use strict";init_define_process_env();init_shim();var getBuiltIn=require_get_built_in(),isCallable=require_is_callable(),isPrototypeOf=require_object_is_prototype_of(),USE_SYMBOL_AS_UID=require_use_symbol_as_uid(),$Object=Object;module.exports=USE_SYMBOL_AS_UID?function(it){return typeof it=="symbol"}:function(it){var $Symbol=getBuiltIn("Symbol");return isCallable($Symbol)&&isPrototypeOf($Symbol.prototype,$Object(it))}}});var require_try_to_string=__commonJS({"node_modules/core-js/internals/try-to-string.js"(exports,module){"use strict";init_define_process_env();init_shim();var $String=String;module.exports=function(argument){try{return $String(argument)}catch(error){return"Object"}}}});var require_a_callable=__commonJS({"node_modules/core-js/internals/a-callable.js"(exports,module){"use strict";init_define_process_env();init_shim();var isCallable=require_is_callable(),tryToString=require_try_to_string(),$TypeError=TypeError;module.exports=function(argument){if(isCallable(argument))return argument;throw new $TypeError(tryToString(argument)+" is not a function")}}});var require_get_method=__commonJS({"node_modules/core-js/internals/get-method.js"(exports,module){"use strict";init_define_process_env();init_shim();var aCallable=require_a_callable(),isNullOrUndefined=require_is_null_or_undefined();module.exports=function(V,P){var func=V[P];return isNullOrUndefined(func)?void 0:aCallable(func)}}});var require_ordinary_to_primitive=__commonJS({"node_modules/core-js/internals/ordinary-to-primitive.js"(exports,module){"use strict";init_define_process_env();init_shim();var call=require_function_call(),isCallable=require_is_callable(),isObject=require_is_object(),$TypeError=TypeError;module.exports=function(input,pref){var fn,val;if(pref==="string"&&isCallable(fn=input.toString)&&!isObject(val=call(fn,input))||isCallable(fn=input.valueOf)&&!isObject(val=call(fn,input))||pref!=="string"&&isCallable(fn=input.toString)&&!isObject(val=call(fn,input)))return val;throw new $TypeError("Can't convert object to primitive value")}}});var require_is_pure=__commonJS({"node_modules/core-js/internals/is-pure.js"(exports,module){"use strict";init_define_process_env();init_shim();module.exports=!1}});var require_define_global_property=__commonJS({"node_modules/core-js/internals/define-global-property.js"(exports,module){"use strict";init_define_process_env();init_shim();var global=require_global(),defineProperty=Object.defineProperty;module.exports=function(key,value){try{defineProperty(global,key,{value,configurable:!0,writable:!0})}catch(error){global[key]=value}return value}}});var require_shared_store=__commonJS({"node_modules/core-js/internals/shared-store.js"(exports,module){"use strict";init_define_process_env();init_shim();var global=require_global(),defineGlobalProperty=require_define_global_property(),SHARED="__core-js_shared__",store=global[SHARED]||defineGlobalProperty(SHARED,{});module.exports=store}});var require_shared=__commonJS({"node_modules/core-js/internals/shared.js"(exports,module){"use strict";init_define_process_env();init_shim();var IS_PURE=require_is_pure(),store=require_shared_store();(module.exports=function(key,value){return store[key]||(store[key]=value!==void 0?value:{})})("versions",[]).push({version:"3.35.1",mode:IS_PURE?"pure":"global",copyright:"\xA9 2014-2024 Denis Pushkarev (zloirock.ru)",license:"https://github.com/zloirock/core-js/blob/v3.35.1/LICENSE",source:"https://github.com/zloirock/core-js"})}});var require_to_object=__commonJS({"node_modules/core-js/internals/to-object.js"(exports,module){"use strict";init_define_process_env();init_shim();var requireObjectCoercible=require_require_object_coercible(),$Object=Object;module.exports=function(argument){return $Object(requireObjectCoercible(argument))}}});var require_has_own_property=__commonJS({"node_modules/core-js/internals/has-own-property.js"(exports,module){"use strict";init_define_process_env();init_shim();var uncurryThis=require_function_uncurry_this(),toObject=require_to_object(),hasOwnProperty=uncurryThis({}.hasOwnProperty);module.exports=Object.hasOwn||function(it,key){return hasOwnProperty(toObject(it),key)}}});var require_uid=__commonJS({"node_modules/core-js/internals/uid.js"(exports,module){"use strict";init_define_process_env();init_shim();var uncurryThis=require_function_uncurry_this(),id=0,postfix=Math.random(),toString=uncurryThis(1 .toString);module.exports=function(key){return"Symbol("+(key===void 0?"":key)+")_"+toString(++id+postfix,36)}}});var require_well_known_symbol=__commonJS({"node_modules/core-js/internals/well-known-symbol.js"(exports,module){"use strict";init_define_process_env();init_shim();var global=require_global(),shared=require_shared(),hasOwn=require_has_own_property(),uid=require_uid(),NATIVE_SYMBOL=require_symbol_constructor_detection(),USE_SYMBOL_AS_UID=require_use_symbol_as_uid(),Symbol2=global.Symbol,WellKnownSymbolsStore=shared("wks"),createWellKnownSymbol=USE_SYMBOL_AS_UID?Symbol2.for||Symbol2:Symbol2&&Symbol2.withoutSetter||uid;module.exports=function(name){return hasOwn(WellKnownSymbolsStore,name)||(WellKnownSymbolsStore[name]=NATIVE_SYMBOL&&hasOwn(Symbol2,name)?Symbol2[name]:createWellKnownSymbol("Symbol."+name)),WellKnownSymbolsStore[name]}}});var require_to_primitive=__commonJS({"node_modules/core-js/internals/to-primitive.js"(exports,module){"use strict";init_define_process_env();init_shim();var call=require_function_call(),isObject=require_is_object(),isSymbol=require_is_symbol(),getMethod=require_get_method(),ordinaryToPrimitive=require_ordinary_to_primitive(),wellKnownSymbol=require_well_known_symbol(),$TypeError=TypeError,TO_PRIMITIVE=wellKnownSymbol("toPrimitive");module.exports=function(input,pref){if(!isObject(input)||isSymbol(input))return input;var exoticToPrim=getMethod(input,TO_PRIMITIVE),result;if(exoticToPrim){if(pref===void 0&&(pref="default"),result=call(exoticToPrim,input,pref),!isObject(result)||isSymbol(result))return result;throw new $TypeError("Can't convert object to primitive value")}return pref===void 0&&(pref="number"),ordinaryToPrimitive(input,pref)}}});var require_to_property_key=__commonJS({"node_modules/core-js/internals/to-property-key.js"(exports,module){"use strict";init_define_process_env();init_shim();var toPrimitive=require_to_primitive(),isSymbol=require_is_symbol();module.exports=function(argument){var key=toPrimitive(argument,"string");return isSymbol(key)?key:key+""}}});var require_document_create_element=__commonJS({"node_modules/core-js/internals/document-create-element.js"(exports,module){"use strict";init_define_process_env();init_shim();var global=require_global(),isObject=require_is_object(),document2=global.document,EXISTS=isObject(document2)&&isObject(document2.createElement);module.exports=function(it){return EXISTS?document2.createElement(it):{}}}});var require_ie8_dom_define=__commonJS({"node_modules/core-js/internals/ie8-dom-define.js"(exports,module){"use strict";init_define_process_env();init_shim();var DESCRIPTORS=require_descriptors(),fails=require_fails(),createElement=require_document_create_element();module.exports=!DESCRIPTORS&&!fails(function(){return Object.defineProperty(createElement("div"),"a",{get:function(){return 7}}).a!==7})}});var require_object_get_own_property_descriptor=__commonJS({"node_modules/core-js/internals/object-get-own-property-descriptor.js"(exports){"use strict";init_define_process_env();init_shim();var DESCRIPTORS=require_descriptors(),call=require_function_call(),propertyIsEnumerableModule=require_object_property_is_enumerable(),createPropertyDescriptor=require_create_property_descriptor(),toIndexedObject=require_to_indexed_object(),toPropertyKey=require_to_property_key(),hasOwn=require_has_own_property(),IE8_DOM_DEFINE=require_ie8_dom_define(),$getOwnPropertyDescriptor=Object.getOwnPropertyDescriptor;exports.f=DESCRIPTORS?$getOwnPropertyDescriptor:function(O,P){if(O=toIndexedObject(O),P=toPropertyKey(P),IE8_DOM_DEFINE)try{return $getOwnPropertyDescriptor(O,P)}catch(error){}if(hasOwn(O,P))return createPropertyDescriptor(!call(propertyIsEnumerableModule.f,O,P),O[P])}}});var require_v8_prototype_define_bug=__commonJS({"node_modules/core-js/internals/v8-prototype-define-bug.js"(exports,module){"use strict";init_define_process_env();init_shim();var DESCRIPTORS=require_descriptors(),fails=require_fails();module.exports=DESCRIPTORS&&fails(function(){return Object.defineProperty(function(){},"prototype",{value:42,writable:!1}).prototype!==42})}});var require_an_object=__commonJS({"node_modules/core-js/internals/an-object.js"(exports,module){"use strict";init_define_process_env();init_shim();var isObject=require_is_object(),$String=String,$TypeError=TypeError;module.exports=function(argument){if(isObject(argument))return argument;throw new $TypeError($String(argument)+" is not an object")}}});var require_object_define_property=__commonJS({"node_modules/core-js/internals/object-define-property.js"(exports){"use strict";init_define_process_env();init_shim();var DESCRIPTORS=require_descriptors(),IE8_DOM_DEFINE=require_ie8_dom_define(),V8_PROTOTYPE_DEFINE_BUG=require_v8_prototype_define_bug(),anObject=require_an_object(),toPropertyKey=require_to_property_key(),$TypeError=TypeError,$defineProperty=Object.defineProperty,$getOwnPropertyDescriptor=Object.getOwnPropertyDescriptor,ENUMERABLE="enumerable",CONFIGURABLE="configurable",WRITABLE="writable";exports.f=DESCRIPTORS?V8_PROTOTYPE_DEFINE_BUG?function(O,P,Attributes){if(anObject(O),P=toPropertyKey(P),anObject(Attributes),typeof O=="function"&&P==="prototype"&&"value"in Attributes&&WRITABLE in Attributes&&!Attributes[WRITABLE]){var current=$getOwnPropertyDescriptor(O,P);current&&current[WRITABLE]&&(O[P]=Attributes.value,Attributes={configurable:CONFIGURABLE in Attributes?Attributes[CONFIGURABLE]:current[CONFIGURABLE],enumerable:ENUMERABLE in Attributes?Attributes[ENUMERABLE]:current[ENUMERABLE],writable:!1})}return $defineProperty(O,P,Attributes)}:$defineProperty:function(O,P,Attributes){if(anObject(O),P=toPropertyKey(P),anObject(Attributes),IE8_DOM_DEFINE)try{return $defineProperty(O,P,Attributes)}catch(error){}if("get"in Attributes||"set"in Attributes)throw new $TypeError("Accessors not supported");return"value"in Attributes&&(O[P]=Attributes.value),O}}});var require_create_non_enumerable_property=__commonJS({"node_modules/core-js/internals/create-non-enumerable-property.js"(exports,module){"use strict";init_define_process_env();init_shim();var DESCRIPTORS=require_descriptors(),definePropertyModule=require_object_define_property(),createPropertyDescriptor=require_create_property_descriptor();module.exports=DESCRIPTORS?function(object,key,value){return definePropertyModule.f(object,key,createPropertyDescriptor(1,value))}:function(object,key,value){return object[key]=value,object}}});var require_function_name=__commonJS({"node_modules/core-js/internals/function-name.js"(exports,module){"use strict";init_define_process_env();init_shim();var DESCRIPTORS=require_descriptors(),hasOwn=require_has_own_property(),FunctionPrototype=Function.prototype,getDescriptor=DESCRIPTORS&&Object.getOwnPropertyDescriptor,EXISTS=hasOwn(FunctionPrototype,"name"),PROPER=EXISTS&&(function(){}).name==="something",CONFIGURABLE=EXISTS&&(!DESCRIPTORS||DESCRIPTORS&&getDescriptor(FunctionPrototype,"name").configurable);module.exports={EXISTS,PROPER,CONFIGURABLE}}});var require_inspect_source=__commonJS({"node_modules/core-js/internals/inspect-source.js"(exports,module){"use strict";init_define_process_env();init_shim();var uncurryThis=require_function_uncurry_this(),isCallable=require_is_callable(),store=require_shared_store(),functionToString=uncurryThis(Function.toString);isCallable(store.inspectSource)||(store.inspectSource=function(it){return functionToString(it)});module.exports=store.inspectSource}});var require_weak_map_basic_detection=__commonJS({"node_modules/core-js/internals/weak-map-basic-detection.js"(exports,module){"use strict";init_define_process_env();init_shim();var global=require_global(),isCallable=require_is_callable(),WeakMap=global.WeakMap;module.exports=isCallable(WeakMap)&&/native code/.test(String(WeakMap))}});var require_shared_key=__commonJS({"node_modules/core-js/internals/shared-key.js"(exports,module){"use strict";init_define_process_env();init_shim();var shared=require_shared(),uid=require_uid(),keys=shared("keys");module.exports=function(key){return keys[key]||(keys[key]=uid(key))}}});var require_hidden_keys=__commonJS({"node_modules/core-js/internals/hidden-keys.js"(exports,module){"use strict";init_define_process_env();init_shim();module.exports={}}});var require_internal_state=__commonJS({"node_modules/core-js/internals/internal-state.js"(exports,module){"use strict";init_define_process_env();init_shim();var NATIVE_WEAK_MAP=require_weak_map_basic_detection(),global=require_global(),isObject=require_is_object(),createNonEnumerableProperty=require_create_non_enumerable_property(),hasOwn=require_has_own_property(),shared=require_shared_store(),sharedKey=require_shared_key(),hiddenKeys=require_hidden_keys(),OBJECT_ALREADY_INITIALIZED="Object already initialized",TypeError2=global.TypeError,WeakMap=global.WeakMap,set,get,has,enforce=function(it){return has(it)?get(it):set(it,{})},getterFor=function(TYPE){return function(it){var state;if(!isObject(it)||(state=get(it)).type!==TYPE)throw new TypeError2("Incompatible receiver, "+TYPE+" required");return state}};NATIVE_WEAK_MAP||shared.state?(store=shared.state||(shared.state=new WeakMap),store.get=store.get,store.has=store.has,store.set=store.set,set=function(it,metadata){if(store.has(it))throw new TypeError2(OBJECT_ALREADY_INITIALIZED);return metadata.facade=it,store.set(it,metadata),metadata},get=function(it){return store.get(it)||{}},has=function(it){return store.has(it)}):(STATE=sharedKey("state"),hiddenKeys[STATE]=!0,set=function(it,metadata){if(hasOwn(it,STATE))throw new TypeError2(OBJECT_ALREADY_INITIALIZED);return metadata.facade=it,createNonEnumerableProperty(it,STATE,metadata),metadata},get=function(it){return hasOwn(it,STATE)?it[STATE]:{}},has=function(it){return hasOwn(it,STATE)});var store,STATE;module.exports={set,get,has,enforce,getterFor}}});var require_make_built_in=__commonJS({"node_modules/core-js/internals/make-built-in.js"(exports,module){"use strict";init_define_process_env();init_shim();var uncurryThis=require_function_uncurry_this(),fails=require_fails(),isCallable=require_is_callable(),hasOwn=require_has_own_property(),DESCRIPTORS=require_descriptors(),CONFIGURABLE_FUNCTION_NAME=require_function_name().CONFIGURABLE,inspectSource=require_inspect_source(),InternalStateModule=require_internal_state(),enforceInternalState=InternalStateModule.enforce,getInternalState=InternalStateModule.get,$String=String,defineProperty=Object.defineProperty,stringSlice=uncurryThis("".slice),replace=uncurryThis("".replace),join=uncurryThis([].join),CONFIGURABLE_LENGTH=DESCRIPTORS&&!fails(function(){return defineProperty(function(){},"length",{value:8}).length!==8}),TEMPLATE=String(String).split("String"),makeBuiltIn=module.exports=function(value,name,options){stringSlice($String(name),0,7)==="Symbol("&&(name="["+replace($String(name),/^Symbol\(([^)]*)\).*$/,"$1")+"]"),options&&options.getter&&(name="get "+name),options&&options.setter&&(name="set "+name),(!hasOwn(value,"name")||CONFIGURABLE_FUNCTION_NAME&&value.name!==name)&&(DESCRIPTORS?defineProperty(value,"name",{value:name,configurable:!0}):value.name=name),CONFIGURABLE_LENGTH&&options&&hasOwn(options,"arity")&&value.length!==options.arity&&defineProperty(value,"length",{value:options.arity});try{options&&hasOwn(options,"constructor")&&options.constructor?DESCRIPTORS&&defineProperty(value,"prototype",{writable:!1}):value.prototype&&(value.prototype=void 0)}catch(error){}var state=enforceInternalState(value);return hasOwn(state,"source")||(state.source=join(TEMPLATE,typeof name=="string"?name:"")),value};Function.prototype.toString=makeBuiltIn(function(){return isCallable(this)&&getInternalState(this).source||inspectSource(this)},"toString")}});var require_define_built_in=__commonJS({"node_modules/core-js/internals/define-built-in.js"(exports,module){"use strict";init_define_process_env();init_shim();var isCallable=require_is_callable(),definePropertyModule=require_object_define_property(),makeBuiltIn=require_make_built_in(),defineGlobalProperty=require_define_global_property();module.exports=function(O,key,value,options){options||(options={});var simple=options.enumerable,name=options.name!==void 0?options.name:key;if(isCallable(value)&&makeBuiltIn(value,name,options),options.global)simple?O[key]=value:defineGlobalProperty(key,value);else{try{options.unsafe?O[key]&&(simple=!0):delete O[key]}catch(error){}simple?O[key]=value:definePropertyModule.f(O,key,{value,enumerable:!1,configurable:!options.nonConfigurable,writable:!options.nonWritable})}return O}}});var require_math_trunc=__commonJS({"node_modules/core-js/internals/math-trunc.js"(exports,module){"use strict";init_define_process_env();init_shim();var ceil=Math.ceil,floor=Math.floor;module.exports=Math.trunc||function(x){var n=+x;return(n>0?floor:ceil)(n)}}});var require_to_integer_or_infinity=__commonJS({"node_modules/core-js/internals/to-integer-or-infinity.js"(exports,module){"use strict";init_define_process_env();init_shim();var trunc=require_math_trunc();module.exports=function(argument){var number=+argument;return number!==number||number===0?0:trunc(number)}}});var require_to_absolute_index=__commonJS({"node_modules/core-js/internals/to-absolute-index.js"(exports,module){"use strict";init_define_process_env();init_shim();var toIntegerOrInfinity=require_to_integer_or_infinity(),max=Math.max,min=Math.min;module.exports=function(index,length){var integer=toIntegerOrInfinity(index);return integer<0?max(integer+length,0):min(integer,length)}}});var require_to_length=__commonJS({"node_modules/core-js/internals/to-length.js"(exports,module){"use strict";init_define_process_env();init_shim();var toIntegerOrInfinity=require_to_integer_or_infinity(),min=Math.min;module.exports=function(argument){var len=toIntegerOrInfinity(argument);return len>0?min(len,9007199254740991):0}}});var require_length_of_array_like=__commonJS({"node_modules/core-js/internals/length-of-array-like.js"(exports,module){"use strict";init_define_process_env();init_shim();var toLength=require_to_length();module.exports=function(obj){return toLength(obj.length)}}});var require_array_includes=__commonJS({"node_modules/core-js/internals/array-includes.js"(exports,module){"use strict";init_define_process_env();init_shim();var toIndexedObject=require_to_indexed_object(),toAbsoluteIndex=require_to_absolute_index(),lengthOfArrayLike=require_length_of_array_like(),createMethod=function(IS_INCLUDES){return function($this,el,fromIndex){var O=toIndexedObject($this),length=lengthOfArrayLike(O),index=toAbsoluteIndex(fromIndex,length),value;if(IS_INCLUDES&&el!==el){for(;length>index;)if(value=O[index++],value!==value)return!0}else for(;length>index;index++)if((IS_INCLUDES||index in O)&&O[index]===el)return IS_INCLUDES||index||0;return!IS_INCLUDES&&-1}};module.exports={includes:createMethod(!0),indexOf:createMethod(!1)}}});var require_object_keys_internal=__commonJS({"node_modules/core-js/internals/object-keys-internal.js"(exports,module){"use strict";init_define_process_env();init_shim();var uncurryThis=require_function_uncurry_this(),hasOwn=require_has_own_property(),toIndexedObject=require_to_indexed_object(),indexOf=require_array_includes().indexOf,hiddenKeys=require_hidden_keys(),push=uncurryThis([].push);module.exports=function(object,names){var O=toIndexedObject(object),i=0,result=[],key;for(key in O)!hasOwn(hiddenKeys,key)&&hasOwn(O,key)&&push(result,key);for(;names.length>i;)hasOwn(O,key=names[i++])&&(~indexOf(result,key)||push(result,key));return result}}});var require_enum_bug_keys=__commonJS({"node_modules/core-js/internals/enum-bug-keys.js"(exports,module){"use strict";init_define_process_env();init_shim();module.exports=["constructor","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","toLocaleString","toString","valueOf"]}});var require_object_get_own_property_names=__commonJS({"node_modules/core-js/internals/object-get-own-property-names.js"(exports){"use strict";init_define_process_env();init_shim();var internalObjectKeys=require_object_keys_internal(),enumBugKeys=require_enum_bug_keys(),hiddenKeys=enumBugKeys.concat("length","prototype");exports.f=Object.getOwnPropertyNames||function(O){return internalObjectKeys(O,hiddenKeys)}}});var require_object_get_own_property_symbols=__commonJS({"node_modules/core-js/internals/object-get-own-property-symbols.js"(exports){"use strict";init_define_process_env();init_shim();exports.f=Object.getOwnPropertySymbols}});var require_own_keys=__commonJS({"node_modules/core-js/internals/own-keys.js"(exports,module){"use strict";init_define_process_env();init_shim();var getBuiltIn=require_get_built_in(),uncurryThis=require_function_uncurry_this(),getOwnPropertyNamesModule=require_object_get_own_property_names(),getOwnPropertySymbolsModule=require_object_get_own_property_symbols(),anObject=require_an_object(),concat=uncurryThis([].concat);module.exports=getBuiltIn("Reflect","ownKeys")||function(it){var keys=getOwnPropertyNamesModule.f(anObject(it)),getOwnPropertySymbols=getOwnPropertySymbolsModule.f;return getOwnPropertySymbols?concat(keys,getOwnPropertySymbols(it)):keys}}});var require_copy_constructor_properties=__commonJS({"node_modules/core-js/internals/copy-constructor-properties.js"(exports,module){"use strict";init_define_process_env();init_shim();var hasOwn=require_has_own_property(),ownKeys=require_own_keys(),getOwnPropertyDescriptorModule=require_object_get_own_property_descriptor(),definePropertyModule=require_object_define_property();module.exports=function(target,source,exceptions){for(var keys=ownKeys(source),defineProperty=definePropertyModule.f,getOwnPropertyDescriptor=getOwnPropertyDescriptorModule.f,i=0;i<keys.length;i++){var key=keys[i];!hasOwn(target,key)&&!(exceptions&&hasOwn(exceptions,key))&&defineProperty(target,key,getOwnPropertyDescriptor(source,key))}}}});var require_is_forced=__commonJS({"node_modules/core-js/internals/is-forced.js"(exports,module){"use strict";init_define_process_env();init_shim();var fails=require_fails(),isCallable=require_is_callable(),replacement=/#|\.prototype\./,isForced=function(feature,detection){var value=data[normalize(feature)];return value===POLYFILL?!0:value===NATIVE?!1:isCallable(detection)?fails(detection):!!detection},normalize=isForced.normalize=function(string){return String(string).replace(replacement,".").toLowerCase()},data=isForced.data={},NATIVE=isForced.NATIVE="N",POLYFILL=isForced.POLYFILL="P";module.exports=isForced}});var require_export=__commonJS({"node_modules/core-js/internals/export.js"(exports,module){"use strict";init_define_process_env();init_shim();var global=require_global(),getOwnPropertyDescriptor=require_object_get_own_property_descriptor().f,createNonEnumerableProperty=require_create_non_enumerable_property(),defineBuiltIn=require_define_built_in(),defineGlobalProperty=require_define_global_property(),copyConstructorProperties=require_copy_constructor_properties(),isForced=require_is_forced();module.exports=function(options,source){var TARGET=options.target,GLOBAL=options.global,STATIC=options.stat,FORCED,target,key,targetProperty,sourceProperty,descriptor;if(GLOBAL?target=global:STATIC?target=global[TARGET]||defineGlobalProperty(TARGET,{}):target=global[TARGET]&&global[TARGET].prototype,target)for(key in source){if(sourceProperty=source[key],options.dontCallGetSet?(descriptor=getOwnPropertyDescriptor(target,key),targetProperty=descriptor&&descriptor.value):targetProperty=target[key],FORCED=isForced(GLOBAL?key:TARGET+(STATIC?".":"#")+key,options.forced),!FORCED&&targetProperty!==void 0){if(typeof sourceProperty==typeof targetProperty)continue;copyConstructorProperties(sourceProperty,targetProperty)}(options.sham||targetProperty&&targetProperty.sham)&&createNonEnumerableProperty(sourceProperty,"sham",!0),defineBuiltIn(target,key,sourceProperty,options)}}}});var require_object_keys=__commonJS({"node_modules/core-js/internals/object-keys.js"(exports,module){"use strict";init_define_process_env();init_shim();var internalObjectKeys=require_object_keys_internal(),enumBugKeys=require_enum_bug_keys();module.exports=Object.keys||function(O){return internalObjectKeys(O,enumBugKeys)}}});var require_object_define_properties=__commonJS({"node_modules/core-js/internals/object-define-properties.js"(exports){"use strict";init_define_process_env();init_shim();var DESCRIPTORS=require_descriptors(),V8_PROTOTYPE_DEFINE_BUG=require_v8_prototype_define_bug(),definePropertyModule=require_object_define_property(),anObject=require_an_object(),toIndexedObject=require_to_indexed_object(),objectKeys=require_object_keys();exports.f=DESCRIPTORS&&!V8_PROTOTYPE_DEFINE_BUG?Object.defineProperties:function(O,Properties){anObject(O);for(var props=toIndexedObject(Properties),keys=objectKeys(Properties),length=keys.length,index=0,key;length>index;)definePropertyModule.f(O,key=keys[index++],props[key]);return O}}});var require_html=__commonJS({"node_modules/core-js/internals/html.js"(exports,module){"use strict";init_define_process_env();init_shim();var getBuiltIn=require_get_built_in();module.exports=getBuiltIn("document","documentElement")}});var require_object_create=__commonJS({"node_modules/core-js/internals/object-create.js"(exports,module){"use strict";init_define_process_env();init_shim();var anObject=require_an_object(),definePropertiesModule=require_object_define_properties(),enumBugKeys=require_enum_bug_keys(),hiddenKeys=require_hidden_keys(),html=require_html(),documentCreateElement=require_document_create_element(),sharedKey=require_shared_key(),GT=">",LT="<",PROTOTYPE="prototype",SCRIPT="script",IE_PROTO=sharedKey("IE_PROTO"),EmptyConstructor=function(){},scriptTag=function(content){return LT+SCRIPT+GT+content+LT+"/"+SCRIPT+GT},NullProtoObjectViaActiveX=function(activeXDocument2){activeXDocument2.write(scriptTag("")),activeXDocument2.close();var temp=activeXDocument2.parentWindow.Object;return activeXDocument2=null,temp},NullProtoObjectViaIFrame=function(){var iframe=documentCreateElement("iframe"),JS="java"+SCRIPT+":",iframeDocument;return iframe.style.display="none",html.appendChild(iframe),iframe.src=String(JS),iframeDocument=iframe.contentWindow.document,iframeDocument.open(),iframeDocument.write(scriptTag("document.F=Object")),iframeDocument.close(),iframeDocument.F},activeXDocument,NullProtoObject=function(){try{activeXDocument=new ActiveXObject("htmlfile")}catch(error){}NullProtoObject=typeof document<"u"?document.domain&&activeXDocument?NullProtoObjectViaActiveX(activeXDocument):NullProtoObjectViaIFrame():NullProtoObjectViaActiveX(activeXDocument);for(var length=enumBugKeys.length;length--;)delete NullProtoObject[PROTOTYPE][enumBugKeys[length]];return NullProtoObject()};hiddenKeys[IE_PROTO]=!0;module.exports=Object.create||function(O,Properties){var result;return O!==null?(EmptyConstructor[PROTOTYPE]=anObject(O),result=new EmptyConstructor,EmptyConstructor[PROTOTYPE]=null,result[IE_PROTO]=O):result=NullProtoObject(),Properties===void 0?result:definePropertiesModule.f(result,Properties)}}});var require_add_to_unscopables=__commonJS({"node_modules/core-js/internals/add-to-unscopables.js"(exports,module){"use strict";init_define_process_env();init_shim();var wellKnownSymbol=require_well_known_symbol(),create=require_object_create(),defineProperty=require_object_define_property().f,UNSCOPABLES=wellKnownSymbol("unscopables"),ArrayPrototype=Array.prototype;ArrayPrototype[UNSCOPABLES]===void 0&&defineProperty(ArrayPrototype,UNSCOPABLES,{configurable:!0,value:create(null)});module.exports=function(key){ArrayPrototype[UNSCOPABLES][key]=!0}}});var require_es_array_includes=__commonJS({"node_modules/core-js/modules/es.array.includes.js"(){"use strict";init_define_process_env();init_shim();var $2=require_export(),$includes=require_array_includes().includes,fails=require_fails(),addToUnscopables=require_add_to_unscopables(),BROKEN_ON_SPARSE=fails(function(){return!Array(1).includes()});$2({target:"Array",proto:!0,forced:BROKEN_ON_SPARSE},{includes:function(el){return $includes(this,el,arguments.length>1?arguments[1]:void 0)}});addToUnscopables("includes")}});var _window$u,_window,_window$safe_require,_window2,u,safe_require,init_window_register=__esm({"lib-browser-old/window_register.js"(){"use strict";init_define_process_env();init_shim();u=(_window$u=(_window=window)==null?void 0:_window.u)!=null?_window$u:_u,safe_require=(_window$safe_require=(_window2=window)==null?void 0:_window2.safe_require)!=null?_window$safe_require:_safe_require}});var ionic_IonicIcon_exports={};__export(ionic_IonicIcon_exports,{additional_data:()=>additional_data,initialize:()=>initialize,property_applications:()=>property_applications_internal});function initialize(instance){let canvas=instance.get_canvas();property_applications.patch_user_agent_styles(canvas),instance.wait_for_visible_lite(()=>{element_eval.on_property_change(instance,"icon",icon=>{let add=canvas.hasClass(runmode_consts.CLICKABLE_ELEMENT);canvas.attr("class",""),canvas.addClass("".concat(icon," inner-element bubble-element")),add&&canvas.addClass(runmode_consts.CLICKABLE_ELEMENT)}),element_eval.on_property_change(instance,"icon_color",icon_color=>canvas[0].style.color=icon_color),element_eval.on_property_change(instance,["height","top","left","width"],_ref=>{let{height}=_ref,correction=height*.08;canvas[0].style.height="".concat(correction+height,"px"),canvas[0].style["margin-top"]="".concat(-correction,"px")}),icons_legacy.calculate_font_size_for_fontawesome(instance)})}var property_applications,runmode_consts,element_eval,icons_legacy,property_applications_internal,additional_data,init_ionic_IonicIcon=__esm({"lib-browser-old/optional/services/legacy/responsive_v0/ionic_IonicIcon.js"(){"use strict";init_define_process_env();init_shim();init_window_register();property_applications=safe_require.safe_require("./core/property_applications"),runmode_consts=safe_require.safe_require("./constants/runmode"),element_eval=safe_require.safe_require("./lang/evaluation/element_eval"),icons_legacy=safe_require.safe_require("./core/core_elements/legacy/responsive_v0/shared/icons"),property_applications_internal=[new property_applications.MinWidth];additional_data={notify_width(instance,width){instance.state("notify_width",width)}}}});init_define_process_env();init_shim();var import_es_array_includes=__toESM(require_es_array_includes());init_window_register();var external=safe_require.safe_require("./external"),services=safe_require.safe_require("./services"),Lib=safe_require.safe_require("./lib"),appquery=safe_require.safe_require("./lang/appquery"),shared_fields=safe_require.safe_require("./core/shared_fields"),inputs=safe_require.safe_require("./core/core_elements/shared/inputs"),element_workflows=safe_require.safe_require("./core/core_elements/core_elements_utilities/element_workflows"),property_applications2=safe_require.safe_require("./core/property_applications"),runmode_consts2=safe_require.safe_require("./constants/runmode"),icons=safe_require.safe_require("./core/core_elements/shared/icons"),element_eval2=safe_require.safe_require("./lang/evaluation/element_eval"),element_modifications=safe_require.safe_require("./core/core_elements/legacy/responsive_v0/element_modifications"),goToElementEvent;u.is_edit_mode()&&!u.is_plugin_edit_mode()&&({goToElementEvent}=safe_require.safe_require("./editor/workflow_tab/logic/events"));element_modifications.set_legacy_element_modifications("ionic-IonicIcon",(init_ionic_IonicIcon(),__toCommonJS(ionic_IonicIcon_exports)));element_modifications.set_legacy_element_modifications("ionic-IonicToggle",{});element_modifications.set_legacy_element_modifications("ionic-IonicCheckbox",{});element_modifications.set_legacy_element_modifications("ionic-IonicRange");var PLUGIN_FILE="ionic";function _include_user_non_select(div){div.css({"webkit-user-select":"none","-khtml-user-select":"none","-moz-user-select":"none","-o-user-select":"none","user-select":"none"})}var _checkbox_field_names=u.extend({contents:{default:"checked"},dynamic:{},mandatory:{no_states:!0},color:{default:"balanced",in_style:!0}},inputs.get_disabled_field_name,inputs.get_auto_binding_field_names);function to_bool(val){return typeof val=="string"&&["false","no","null","none","undefined"].includes(val.toLowerCase())&&(val=!1),!!val}function checkbox_get_starting_content(instance){if(instance.get_static_property("auto_binding"))return inputs.get_input_autobind_thing_field(instance);let content=element_eval2.evaluate_property(instance,"contents");return content==="checked"?!0:content==="unchecked"?!1:element_eval2.evaluate_property(instance,"dynamic")}function checkbox_content_validated(val,instance){return val!=null||!instance.get_static_property("mandatory")}function plugin_version(){if(Lib()){var _appquery$get_public_;return(_appquery$get_public_=appquery.get_public_setting("ionic_installed_version"))!=null?_appquery$get_public_:0}else return 1}function uses_css_responsive(){return Lib()?plugin_version()>=1||appquery.get_public_setting("ionic_css_responsive")===!0:!0}var cls=class extends external.Service{constructor(){super(),this.authenticator=new external.NoAuth,this.elements=this._get_initial_elements()}_get_initial_elements(){return{IonicToggle:{display:"Ionic Toggle",category:"input forms",icon:"ion-toggle-filled",condition(root){var _root$is_mobile;return!(root!=null&&(_root$is_mobile=root.is_mobile)!=null&&_root$is_mobile.call(root))},defaults:{width:51,height:31},field_names:_checkbox_field_names,primary_field(){},_fields(element){return _checkbox_fields(element)},mandatory_sections(){return["IonicContent"]},property_applications:[new property_applications2.PositionOnly,new property_applications2.ResponsiveElement],get uses_css_responsive(){return uses_css_responsive()},get_html(instance){return"<div></div>"},initialize(instance){return services.log_plugin_element_init({name:this.plugin_name,plugin:PLUGIN_FILE}),instance.wait_for_visible_lite(()=>{let html='<label class="ionic-toggle">\n   <input type="checkbox">\n   <div class="ionic-track">\n     <div class="ionic-handle"></div>\n   </div>\n</label>',canvas=instance.get_canvas();canvas.append($(html));let toggle_element=canvas.find(".ionic-toggle");if(instance.edit_mode()){let{element}=instance;element.set_property("width",51),element.set_property("height",31)}instance.run_mode()&&(canvas.addClass(runmode_consts2.CLICKABLE_ELEMENT),canvas.css({overflow:"visible"})),element_eval2.on_property_change(instance,"color",color=>{toggle_element.attr("class","");let class_name="ionic-toggle toggle-"+color;toggle_element.attr("class",class_name)}),_include_user_non_select(canvas);let ip=canvas.find("input");return instance.run_mode()&&(ip.change(()=>{var _ip$0$checked;return instance.message("user_submit",(_ip$0$checked=ip[0].checked)!=null?_ip$0$checked:!1),!0}),element_eval2.on_property_change(instance,"disabled",value=>{ip[0].disabled=value})),inputs.input_change_autorun(instance,val=>{ip[0].checked=to_bool(val)})})},get_starting_content:checkbox_get_starting_content,get_state_value(element,name){if(name==="value")return"sys.bool"},content_validated:checkbox_content_validated,change_cursor_style_if_clickable:!1,add_an_invisible_div_on_the_top:!0,is_input:!0,is_checkbox:!0,contains_group_data:!1,not_resizable(){return!0},no_is_focused:!0,css_files:["css/optional/ionic/toggle.css"],actions:["ResetInputs"]},IonicCheckbox:{display:"Ionic Checkbox",category:"input forms",icon:"ion-checkmark-circled",condition(root){var _root$is_mobile2;return!(root!=null&&(_root$is_mobile2=root.is_mobile)!=null&&_root$is_mobile2.call(root))},defaults:{width:28,height:28},field_names:_checkbox_field_names,primary_field(){},_fields(element){return _checkbox_fields(element)},mandatory_sections(){return["IonicContent"]},property_applications:[new property_applications2.PositionOnly,new property_applications2.ResponsiveElement],get uses_css_responsive(){return uses_css_responsive()},get_html(instance){return"<div></div>"},initialize(instance){return services.log_plugin_element_init({name:this.plugin_name,plugin:PLUGIN_FILE}),instance.wait_for_visible_lite(()=>{let html='<label class="ionic-checkbox">\n   <input type="checkbox">\n</label>',canvas=instance.get_canvas();canvas.append($(html));let toggle_element=canvas.find(".ionic-checkbox");if(element_eval2.on_property_change(instance,"color",color=>{toggle_element.attr("class","");let class_name="ionic-checkbox checkbox-"+color;toggle_element.attr("class",class_name)}),_include_user_non_select(canvas),instance.edit_mode()){let{element}=instance;element.set_property("width",28),element.set_property("height",28)}let ip=canvas.find("input");return instance.run_mode()&&(canvas.addClass(runmode_consts2.CLICKABLE_ELEMENT),ip.change(()=>{var _ip$0$checked2;return instance.message("user_submit",(_ip$0$checked2=ip[0].checked)!=null?_ip$0$checked2:!1),!0}),element_eval2.on_property_change(instance,"disabled",value=>{ip[0].disabled=value})),inputs.input_change_autorun(instance,val=>{ip[0].checked=to_bool(val)})})},get_starting_content:checkbox_get_starting_content,get_state_value(element,name){if(name==="value")return"sys.bool"},content_validated:checkbox_content_validated,change_cursor_style_if_clickable:!1,add_an_invisible_div_on_the_top:!0,is_input:!0,is_checkbox:!0,contains_group_data:!1,not_resizable(){return!0},no_is_focused:!0,css_files:["css/optional/ionic/checkbox.css"],actions:["ResetInputs"]},IonicRange:{display:"Ionic Range",category:"input forms",icon:"ion-ios-settings",condition(root){var _root$is_mobile3;return!(root!=null&&(_root$is_mobile3=root.is_mobile)!=null&&_root$is_mobile3.call(root))},defaults:{width:300,height:58},field_names:u.extend({min:{default:0},max:{default:10},step:{default:1},content:{},color:{default:"balanced"}},inputs.get_disabled_field_name,inputs.get_auto_binding_field_names),property_applications:[new property_applications2.Dimensions,new property_applications2.Background,new property_applications2.Border,new property_applications2.BoxShadow,new property_applications2.ResponsiveElement],get uses_css_responsive(){return uses_css_responsive()},get_html(instance){return"<div></div>"},get_min_width(){return 0},initialize(instance){return services.log_plugin_element_init({name:this.plugin_name,plugin:PLUGIN_FILE}),instance.wait_for_visible_lite(()=>{let html='<div class="item ionic-range">\n  <input type="range" min="0" max="100" value="33">\n</div>',canvas=instance.get_canvas();canvas.append($(html));let range_element=canvas.find(".ionic-range");element_eval2.on_property_change(instance,"color",color=>{range_element.attr("class","");let class_name="ionic-range range-"+color;range_element.attr("class",class_name)}),element_eval2.on_property_change(instance,["min","max","step"],res=>{for(let key in res){let val=res[key];canvas.find("input").attr(key,val)}}),_include_user_non_select(canvas);let ip=canvas.find("input");return instance.run_mode()&&(canvas.addClass(runmode_consts2.CLICKABLE_ELEMENT),ip.change(()=>{var _ip$0$value;return instance.message("user_submit",(_ip$0$value=ip[0].value)!=null?_ip$0$value:0),!0}),element_eval2.on_property_change(instance,"disabled",value=>{ip[0].disabled=value})),inputs.input_change_autorun(instance,val=>{ip[0].value=val})})},get_starting_content(instance){if(instance.edit_mode()){var _element_eval$evaluat;return(_element_eval$evaluat=element_eval2.evaluate_property(instance,"content"))!=null?_element_eval$evaluat:(element_eval2.evaluate_property(instance,"min")+element_eval2.evaluate_property(instance,"max"))/2}else{var _ref,_element_eval$evaluat2;return instance.get_static_property("auto_binding")?inputs.get_input_autobind_thing_field(instance):(_ref=(_element_eval$evaluat2=element_eval2.evaluate_property(instance,"content"))!=null?_element_eval$evaluat2:element_eval2.evaluate_property(instance,"min"))!=null?_ref:0}},get_state_value(element,name){if(name==="value")return"number"},change_cursor_style_if_clickable:!1,add_an_invisible_div_on_the_top:!0,is_input:!0,contains_group_data:!1,no_is_focused:!0,css_files:["css/optional/ionic/range.css"],actions:["ResetInputs"]},IonicIcon:{display:"Ionic Icon",category:"visual elements",icon:"ion-ionic",condition(root){var _root$is_mobile4;return!(root!=null&&(_root$is_mobile4=root.is_mobile)!=null&&_root$is_mobile4.call(root))},defaults:{font_alignment:"center",background_style:"none",border_style:"none",border_roundness:4,border_width:2,border_color:"#6B6B6B",boxshadow_style:"none",width:80,height:80},field_names:u.extend({icon:{default:"ion-ionic"},icon_color:{default:"#373737",in_style:!0}},element_workflows.start_workflow_field_names),property_applications:[new property_applications2.Dimensions,new property_applications2.FontShadow,new property_applications2.Border,new property_applications2.BoxShadow,new property_applications2.Background,new property_applications2.ResponsiveElement,new property_applications2.ToolTip],uses_css_responsive:!0,get_html(instance){return"<button></button>"},get_min_width(element){return 0},transition_properties:{icon_color:"color"},change_cursor_style_if_clickable:!0,initialize(instance){services.log_plugin_element_init({name:this.plugin_name,plugin:PLUGIN_FILE});let canvas=instance.get_canvas();property_applications2.patch_user_agent_styles(canvas),instance.wait_for_visible_lite(()=>{$(document).ready(()=>{instance.autorun(()=>{canvas.empty();let icon=element_eval2.evaluate_property(instance,"icon");canvas.append(icons.get_icon_svg("ionicons",icon)),element_eval2.evaluate_property(instance,"button_disabled")&&canvas.attr("tabindex","-1")})}),element_eval2.on_property_change(instance,"icon_color",icon_color=>{canvas[0].style.color=icon_color})})},is_input:!1,contains_group_data:!1,events:["ButtonClicked","ElementPressed"],add_an_invisible_div_on_the_top:!1,css_files:["css/optional/ionic/ionicons.min.css"]}}}keys(){return plugin_version()>=1?{}:{css_responsive:{caption:"Use new responsive properties for this plugin's elements",type:"client_safe",editor:"Checkbox"}}}},ionic={cls};typeof window<"u"&&window!==null&&((_window$optional_modu=(_window3=window).optional_modules)!=null||(_window3.optional_modules={}),window.optional_modules.ionic=ionic);var _window3,_window$optional_modu,plugin_registry=safe_require.safe_require("./services/shared/plugin_registry");plugin_registry.register_plugin("ionic",ionic);})();
/*! Bundled license information:

buffer/index.js:
  (*!
   * The buffer module from node.js, for the browser.
   *
   * @author   Feross Aboukhadijeh <https://feross.org>
   * @license  MIT
   *)
*/

}


window.preloaded['plugin/first_party:ionic'] = true;
window._bubble_page_load_data.hardcoded_plugins['google'] = true;
window.__code__ = window.__code__ || {};
if(!window.__code__['9b8ce453fa5ae1415bb8775ae0b6f3abe21aaf4c3002a1cfb9d8de78c3cfa7bc']){window.__code__['9b8ce453fa5ae1415bb8775ae0b6f3abe21aaf4c3002a1cfb9d8de78c3cfa7bc']=1;

"use strict";(()=>{var __create=Object.create;var __defProp=Object.defineProperty;var __getOwnPropDesc=Object.getOwnPropertyDescriptor;var __getOwnPropNames=Object.getOwnPropertyNames;var __getProtoOf=Object.getPrototypeOf,__hasOwnProp=Object.prototype.hasOwnProperty;var __esm=(fn,res)=>function(){return fn&&(res=(0,fn[__getOwnPropNames(fn)[0]])(fn=0)),res};var __commonJS=(cb,mod)=>function(){return mod||(0,cb[__getOwnPropNames(cb)[0]])((mod={exports:{}}).exports,mod),mod.exports};var __copyProps=(to,from,except,desc)=>{if(from&&typeof from=="object"||typeof from=="function")for(let key of __getOwnPropNames(from))!__hasOwnProp.call(to,key)&&key!==except&&__defProp(to,key,{get:()=>from[key],enumerable:!(desc=__getOwnPropDesc(from,key))||desc.enumerable});return to};var __toESM=(mod,isNodeMode,target)=>(target=mod!=null?__create(__getProtoOf(mod)):{},__copyProps(isNodeMode||!mod||!mod.__esModule?__defProp(target,"default",{value:mod,enumerable:!0}):target,mod));var init_define_process_env=__esm({"<define:process.env>"(){}});var require_base64_js=__commonJS({"node_modules/base64-js/index.js"(exports){"use strict";init_define_process_env();init_shim();exports.byteLength=byteLength;exports.toByteArray=toByteArray;exports.fromByteArray=fromByteArray;var lookup=[],revLookup=[],Arr=typeof Uint8Array<"u"?Uint8Array:Array,code="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/";for(i=0,len=code.length;i<len;++i)lookup[i]=code[i],revLookup[code.charCodeAt(i)]=i;var i,len;revLookup["-".charCodeAt(0)]=62;revLookup["_".charCodeAt(0)]=63;function getLens(b64){var len2=b64.length;if(len2%4>0)throw new Error("Invalid string. Length must be a multiple of 4");var validLen=b64.indexOf("=");validLen===-1&&(validLen=len2);var placeHoldersLen=validLen===len2?0:4-validLen%4;return[validLen,placeHoldersLen]}function byteLength(b64){var lens=getLens(b64),validLen=lens[0],placeHoldersLen=lens[1];return(validLen+placeHoldersLen)*3/4-placeHoldersLen}function _byteLength(b64,validLen,placeHoldersLen){return(validLen+placeHoldersLen)*3/4-placeHoldersLen}function toByteArray(b64){var tmp,lens=getLens(b64),validLen=lens[0],placeHoldersLen=lens[1],arr=new Arr(_byteLength(b64,validLen,placeHoldersLen)),curByte=0,len2=placeHoldersLen>0?validLen-4:validLen,i2;for(i2=0;i2<len2;i2+=4)tmp=revLookup[b64.charCodeAt(i2)]<<18|revLookup[b64.charCodeAt(i2+1)]<<12|revLookup[b64.charCodeAt(i2+2)]<<6|revLookup[b64.charCodeAt(i2+3)],arr[curByte++]=tmp>>16&255,arr[curByte++]=tmp>>8&255,arr[curByte++]=tmp&255;return placeHoldersLen===2&&(tmp=revLookup[b64.charCodeAt(i2)]<<2|revLookup[b64.charCodeAt(i2+1)]>>4,arr[curByte++]=tmp&255),placeHoldersLen===1&&(tmp=revLookup[b64.charCodeAt(i2)]<<10|revLookup[b64.charCodeAt(i2+1)]<<4|revLookup[b64.charCodeAt(i2+2)]>>2,arr[curByte++]=tmp>>8&255,arr[curByte++]=tmp&255),arr}function tripletToBase64(num){return lookup[num>>18&63]+lookup[num>>12&63]+lookup[num>>6&63]+lookup[num&63]}function encodeChunk(uint8,start,end){for(var tmp,output=[],i2=start;i2<end;i2+=3)tmp=(uint8[i2]<<16&16711680)+(uint8[i2+1]<<8&65280)+(uint8[i2+2]&255),output.push(tripletToBase64(tmp));return output.join("")}function fromByteArray(uint8){for(var tmp,len2=uint8.length,extraBytes=len2%3,parts=[],maxChunkLength=16383,i2=0,len22=len2-extraBytes;i2<len22;i2+=maxChunkLength)parts.push(encodeChunk(uint8,i2,i2+maxChunkLength>len22?len22:i2+maxChunkLength));return extraBytes===1?(tmp=uint8[len2-1],parts.push(lookup[tmp>>2]+lookup[tmp<<4&63]+"==")):extraBytes===2&&(tmp=(uint8[len2-2]<<8)+uint8[len2-1],parts.push(lookup[tmp>>10]+lookup[tmp>>4&63]+lookup[tmp<<2&63]+"=")),parts.join("")}}});var require_ieee754=__commonJS({"node_modules/ieee754/index.js"(exports){init_define_process_env();init_shim();exports.read=function(buffer,offset,isLE,mLen,nBytes){var e,m,eLen=nBytes*8-mLen-1,eMax=(1<<eLen)-1,eBias=eMax>>1,nBits=-7,i=isLE?nBytes-1:0,d=isLE?-1:1,s=buffer[offset+i];for(i+=d,e=s&(1<<-nBits)-1,s>>=-nBits,nBits+=eLen;nBits>0;e=e*256+buffer[offset+i],i+=d,nBits-=8);for(m=e&(1<<-nBits)-1,e>>=-nBits,nBits+=mLen;nBits>0;m=m*256+buffer[offset+i],i+=d,nBits-=8);if(e===0)e=1-eBias;else{if(e===eMax)return m?NaN:(s?-1:1)*(1/0);m=m+Math.pow(2,mLen),e=e-eBias}return(s?-1:1)*m*Math.pow(2,e-mLen)};exports.write=function(buffer,value,offset,isLE,mLen,nBytes){var e,m,c,eLen=nBytes*8-mLen-1,eMax=(1<<eLen)-1,eBias=eMax>>1,rt=mLen===23?Math.pow(2,-24)-Math.pow(2,-77):0,i=isLE?0:nBytes-1,d=isLE?1:-1,s=value<0||value===0&&1/value<0?1:0;for(value=Math.abs(value),isNaN(value)||value===1/0?(m=isNaN(value)?1:0,e=eMax):(e=Math.floor(Math.log(value)/Math.LN2),value*(c=Math.pow(2,-e))<1&&(e--,c*=2),e+eBias>=1?value+=rt/c:value+=rt*Math.pow(2,1-eBias),value*c>=2&&(e++,c/=2),e+eBias>=eMax?(m=0,e=eMax):e+eBias>=1?(m=(value*c-1)*Math.pow(2,mLen),e=e+eBias):(m=value*Math.pow(2,eBias-1)*Math.pow(2,mLen),e=0));mLen>=8;buffer[offset+i]=m&255,i+=d,m/=256,mLen-=8);for(e=e<<mLen|m,eLen+=mLen;eLen>0;buffer[offset+i]=e&255,i+=d,e/=256,eLen-=8);buffer[offset+i-d]|=s*128}}});var require_buffer=__commonJS({"node_modules/node-stdlib-browser/node_modules/buffer/index.js"(exports){"use strict";init_define_process_env();init_shim();var base64=require_base64_js(),ieee754=require_ieee754(),customInspectSymbol=typeof Symbol=="function"&&typeof Symbol.for=="function"?Symbol.for("nodejs.util.inspect.custom"):null;exports.Buffer=Buffer3;exports.SlowBuffer=SlowBuffer;exports.INSPECT_MAX_BYTES=50;var K_MAX_LENGTH=2147483647;exports.kMaxLength=K_MAX_LENGTH;Buffer3.TYPED_ARRAY_SUPPORT=typedArraySupport();!Buffer3.TYPED_ARRAY_SUPPORT&&typeof console<"u"&&typeof console.error=="function"&&console.error("This browser lacks typed array (Uint8Array) support which is required by `buffer` v5.x. Use `buffer` v4.x if you require old browser support.");function typedArraySupport(){try{var arr=new Uint8Array(1),proto={foo:function(){return 42}};return Object.setPrototypeOf(proto,Uint8Array.prototype),Object.setPrototypeOf(arr,proto),arr.foo()===42}catch(e){return!1}}Object.defineProperty(Buffer3.prototype,"parent",{enumerable:!0,get:function(){if(Buffer3.isBuffer(this))return this.buffer}});Object.defineProperty(Buffer3.prototype,"offset",{enumerable:!0,get:function(){if(Buffer3.isBuffer(this))return this.byteOffset}});function createBuffer(length){if(length>K_MAX_LENGTH)throw new RangeError('The value "'+length+'" is invalid for option "size"');var buf=new Uint8Array(length);return Object.setPrototypeOf(buf,Buffer3.prototype),buf}function Buffer3(arg,encodingOrOffset,length){if(typeof arg=="number"){if(typeof encodingOrOffset=="string")throw new TypeError('The "string" argument must be of type string. Received type number');return allocUnsafe(arg)}return from(arg,encodingOrOffset,length)}Buffer3.poolSize=8192;function from(value,encodingOrOffset,length){if(typeof value=="string")return fromString(value,encodingOrOffset);if(ArrayBuffer.isView(value))return fromArrayView(value);if(value==null)throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof value);if(isInstance(value,ArrayBuffer)||value&&isInstance(value.buffer,ArrayBuffer)||typeof SharedArrayBuffer<"u"&&(isInstance(value,SharedArrayBuffer)||value&&isInstance(value.buffer,SharedArrayBuffer)))return fromArrayBuffer(value,encodingOrOffset,length);if(typeof value=="number")throw new TypeError('The "value" argument must not be of type number. Received type number');var valueOf=value.valueOf&&value.valueOf();if(valueOf!=null&&valueOf!==value)return Buffer3.from(valueOf,encodingOrOffset,length);var b=fromObject(value);if(b)return b;if(typeof Symbol<"u"&&Symbol.toPrimitive!=null&&typeof value[Symbol.toPrimitive]=="function")return Buffer3.from(value[Symbol.toPrimitive]("string"),encodingOrOffset,length);throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof value)}Buffer3.from=function(value,encodingOrOffset,length){return from(value,encodingOrOffset,length)};Object.setPrototypeOf(Buffer3.prototype,Uint8Array.prototype);Object.setPrototypeOf(Buffer3,Uint8Array);function assertSize(size){if(typeof size!="number")throw new TypeError('"size" argument must be of type number');if(size<0)throw new RangeError('The value "'+size+'" is invalid for option "size"')}function alloc(size,fill,encoding){return assertSize(size),size<=0?createBuffer(size):fill!==void 0?typeof encoding=="string"?createBuffer(size).fill(fill,encoding):createBuffer(size).fill(fill):createBuffer(size)}Buffer3.alloc=function(size,fill,encoding){return alloc(size,fill,encoding)};function allocUnsafe(size){return assertSize(size),createBuffer(size<0?0:checked(size)|0)}Buffer3.allocUnsafe=function(size){return allocUnsafe(size)};Buffer3.allocUnsafeSlow=function(size){return allocUnsafe(size)};function fromString(string,encoding){if((typeof encoding!="string"||encoding==="")&&(encoding="utf8"),!Buffer3.isEncoding(encoding))throw new TypeError("Unknown encoding: "+encoding);var length=byteLength(string,encoding)|0,buf=createBuffer(length),actual=buf.write(string,encoding);return actual!==length&&(buf=buf.slice(0,actual)),buf}function fromArrayLike(array){for(var length=array.length<0?0:checked(array.length)|0,buf=createBuffer(length),i=0;i<length;i+=1)buf[i]=array[i]&255;return buf}function fromArrayView(arrayView){if(isInstance(arrayView,Uint8Array)){var copy=new Uint8Array(arrayView);return fromArrayBuffer(copy.buffer,copy.byteOffset,copy.byteLength)}return fromArrayLike(arrayView)}function fromArrayBuffer(array,byteOffset,length){if(byteOffset<0||array.byteLength<byteOffset)throw new RangeError('"offset" is outside of buffer bounds');if(array.byteLength<byteOffset+(length||0))throw new RangeError('"length" is outside of buffer bounds');var buf;return byteOffset===void 0&&length===void 0?buf=new Uint8Array(array):length===void 0?buf=new Uint8Array(array,byteOffset):buf=new Uint8Array(array,byteOffset,length),Object.setPrototypeOf(buf,Buffer3.prototype),buf}function fromObject(obj){if(Buffer3.isBuffer(obj)){var len=checked(obj.length)|0,buf=createBuffer(len);return buf.length===0||obj.copy(buf,0,0,len),buf}if(obj.length!==void 0)return typeof obj.length!="number"||numberIsNaN(obj.length)?createBuffer(0):fromArrayLike(obj);if(obj.type==="Buffer"&&Array.isArray(obj.data))return fromArrayLike(obj.data)}function checked(length){if(length>=K_MAX_LENGTH)throw new RangeError("Attempt to allocate Buffer larger than maximum size: 0x"+K_MAX_LENGTH.toString(16)+" bytes");return length|0}function SlowBuffer(length){return+length!=length&&(length=0),Buffer3.alloc(+length)}Buffer3.isBuffer=function(b){return b!=null&&b._isBuffer===!0&&b!==Buffer3.prototype};Buffer3.compare=function(a,b){if(isInstance(a,Uint8Array)&&(a=Buffer3.from(a,a.offset,a.byteLength)),isInstance(b,Uint8Array)&&(b=Buffer3.from(b,b.offset,b.byteLength)),!Buffer3.isBuffer(a)||!Buffer3.isBuffer(b))throw new TypeError('The "buf1", "buf2" arguments must be one of type Buffer or Uint8Array');if(a===b)return 0;for(var x=a.length,y=b.length,i=0,len=Math.min(x,y);i<len;++i)if(a[i]!==b[i]){x=a[i],y=b[i];break}return x<y?-1:y<x?1:0};Buffer3.isEncoding=function(encoding){switch(String(encoding).toLowerCase()){case"hex":case"utf8":case"utf-8":case"ascii":case"latin1":case"binary":case"base64":case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return!0;default:return!1}};Buffer3.concat=function(list,length){if(!Array.isArray(list))throw new TypeError('"list" argument must be an Array of Buffers');if(list.length===0)return Buffer3.alloc(0);var i;if(length===void 0)for(length=0,i=0;i<list.length;++i)length+=list[i].length;var buffer=Buffer3.allocUnsafe(length),pos=0;for(i=0;i<list.length;++i){var buf=list[i];if(isInstance(buf,Uint8Array))pos+buf.length>buffer.length?Buffer3.from(buf).copy(buffer,pos):Uint8Array.prototype.set.call(buffer,buf,pos);else if(Buffer3.isBuffer(buf))buf.copy(buffer,pos);else throw new TypeError('"list" argument must be an Array of Buffers');pos+=buf.length}return buffer};function byteLength(string,encoding){if(Buffer3.isBuffer(string))return string.length;if(ArrayBuffer.isView(string)||isInstance(string,ArrayBuffer))return string.byteLength;if(typeof string!="string")throw new TypeError('The "string" argument must be one of type string, Buffer, or ArrayBuffer. Received type '+typeof string);var len=string.length,mustMatch=arguments.length>2&&arguments[2]===!0;if(!mustMatch&&len===0)return 0;for(var loweredCase=!1;;)switch(encoding){case"ascii":case"latin1":case"binary":return len;case"utf8":case"utf-8":return utf8ToBytes(string).length;case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return len*2;case"hex":return len>>>1;case"base64":return base64ToBytes(string).length;default:if(loweredCase)return mustMatch?-1:utf8ToBytes(string).length;encoding=(""+encoding).toLowerCase(),loweredCase=!0}}Buffer3.byteLength=byteLength;function slowToString(encoding,start,end){var loweredCase=!1;if((start===void 0||start<0)&&(start=0),start>this.length||((end===void 0||end>this.length)&&(end=this.length),end<=0)||(end>>>=0,start>>>=0,end<=start))return"";for(encoding||(encoding="utf8");;)switch(encoding){case"hex":return hexSlice(this,start,end);case"utf8":case"utf-8":return utf8Slice(this,start,end);case"ascii":return asciiSlice(this,start,end);case"latin1":case"binary":return latin1Slice(this,start,end);case"base64":return base64Slice(this,start,end);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return utf16leSlice(this,start,end);default:if(loweredCase)throw new TypeError("Unknown encoding: "+encoding);encoding=(encoding+"").toLowerCase(),loweredCase=!0}}Buffer3.prototype._isBuffer=!0;function swap(b,n,m){var i=b[n];b[n]=b[m],b[m]=i}Buffer3.prototype.swap16=function(){var len=this.length;if(len%2!==0)throw new RangeError("Buffer size must be a multiple of 16-bits");for(var i=0;i<len;i+=2)swap(this,i,i+1);return this};Buffer3.prototype.swap32=function(){var len=this.length;if(len%4!==0)throw new RangeError("Buffer size must be a multiple of 32-bits");for(var i=0;i<len;i+=4)swap(this,i,i+3),swap(this,i+1,i+2);return this};Buffer3.prototype.swap64=function(){var len=this.length;if(len%8!==0)throw new RangeError("Buffer size must be a multiple of 64-bits");for(var i=0;i<len;i+=8)swap(this,i,i+7),swap(this,i+1,i+6),swap(this,i+2,i+5),swap(this,i+3,i+4);return this};Buffer3.prototype.toString=function(){var length=this.length;return length===0?"":arguments.length===0?utf8Slice(this,0,length):slowToString.apply(this,arguments)};Buffer3.prototype.toLocaleString=Buffer3.prototype.toString;Buffer3.prototype.equals=function(b){if(!Buffer3.isBuffer(b))throw new TypeError("Argument must be a Buffer");return this===b?!0:Buffer3.compare(this,b)===0};Buffer3.prototype.inspect=function(){var str="",max=exports.INSPECT_MAX_BYTES;return str=this.toString("hex",0,max).replace(/(.{2})/g,"$1 ").trim(),this.length>max&&(str+=" ... "),"<Buffer "+str+">"};customInspectSymbol&&(Buffer3.prototype[customInspectSymbol]=Buffer3.prototype.inspect);Buffer3.prototype.compare=function(target,start,end,thisStart,thisEnd){if(isInstance(target,Uint8Array)&&(target=Buffer3.from(target,target.offset,target.byteLength)),!Buffer3.isBuffer(target))throw new TypeError('The "target" argument must be one of type Buffer or Uint8Array. Received type '+typeof target);if(start===void 0&&(start=0),end===void 0&&(end=target?target.length:0),thisStart===void 0&&(thisStart=0),thisEnd===void 0&&(thisEnd=this.length),start<0||end>target.length||thisStart<0||thisEnd>this.length)throw new RangeError("out of range index");if(thisStart>=thisEnd&&start>=end)return 0;if(thisStart>=thisEnd)return-1;if(start>=end)return 1;if(start>>>=0,end>>>=0,thisStart>>>=0,thisEnd>>>=0,this===target)return 0;for(var x=thisEnd-thisStart,y=end-start,len=Math.min(x,y),thisCopy=this.slice(thisStart,thisEnd),targetCopy=target.slice(start,end),i=0;i<len;++i)if(thisCopy[i]!==targetCopy[i]){x=thisCopy[i],y=targetCopy[i];break}return x<y?-1:y<x?1:0};function bidirectionalIndexOf(buffer,val,byteOffset,encoding,dir){if(buffer.length===0)return-1;if(typeof byteOffset=="string"?(encoding=byteOffset,byteOffset=0):byteOffset>2147483647?byteOffset=2147483647:byteOffset<-2147483648&&(byteOffset=-2147483648),byteOffset=+byteOffset,numberIsNaN(byteOffset)&&(byteOffset=dir?0:buffer.length-1),byteOffset<0&&(byteOffset=buffer.length+byteOffset),byteOffset>=buffer.length){if(dir)return-1;byteOffset=buffer.length-1}else if(byteOffset<0)if(dir)byteOffset=0;else return-1;if(typeof val=="string"&&(val=Buffer3.from(val,encoding)),Buffer3.isBuffer(val))return val.length===0?-1:arrayIndexOf(buffer,val,byteOffset,encoding,dir);if(typeof val=="number")return val=val&255,typeof Uint8Array.prototype.indexOf=="function"?dir?Uint8Array.prototype.indexOf.call(buffer,val,byteOffset):Uint8Array.prototype.lastIndexOf.call(buffer,val,byteOffset):arrayIndexOf(buffer,[val],byteOffset,encoding,dir);throw new TypeError("val must be string, number or Buffer")}function arrayIndexOf(arr,val,byteOffset,encoding,dir){var indexSize=1,arrLength=arr.length,valLength=val.length;if(encoding!==void 0&&(encoding=String(encoding).toLowerCase(),encoding==="ucs2"||encoding==="ucs-2"||encoding==="utf16le"||encoding==="utf-16le")){if(arr.length<2||val.length<2)return-1;indexSize=2,arrLength/=2,valLength/=2,byteOffset/=2}function read(buf,i2){return indexSize===1?buf[i2]:buf.readUInt16BE(i2*indexSize)}var i;if(dir){var foundIndex=-1;for(i=byteOffset;i<arrLength;i++)if(read(arr,i)===read(val,foundIndex===-1?0:i-foundIndex)){if(foundIndex===-1&&(foundIndex=i),i-foundIndex+1===valLength)return foundIndex*indexSize}else foundIndex!==-1&&(i-=i-foundIndex),foundIndex=-1}else for(byteOffset+valLength>arrLength&&(byteOffset=arrLength-valLength),i=byteOffset;i>=0;i--){for(var found=!0,j=0;j<valLength;j++)if(read(arr,i+j)!==read(val,j)){found=!1;break}if(found)return i}return-1}Buffer3.prototype.includes=function(val,byteOffset,encoding){return this.indexOf(val,byteOffset,encoding)!==-1};Buffer3.prototype.indexOf=function(val,byteOffset,encoding){return bidirectionalIndexOf(this,val,byteOffset,encoding,!0)};Buffer3.prototype.lastIndexOf=function(val,byteOffset,encoding){return bidirectionalIndexOf(this,val,byteOffset,encoding,!1)};function hexWrite(buf,string,offset,length){offset=Number(offset)||0;var remaining=buf.length-offset;length?(length=Number(length),length>remaining&&(length=remaining)):length=remaining;var strLen=string.length;length>strLen/2&&(length=strLen/2);for(var i=0;i<length;++i){var parsed=parseInt(string.substr(i*2,2),16);if(numberIsNaN(parsed))return i;buf[offset+i]=parsed}return i}function utf8Write(buf,string,offset,length){return blitBuffer(utf8ToBytes(string,buf.length-offset),buf,offset,length)}function asciiWrite(buf,string,offset,length){return blitBuffer(asciiToBytes(string),buf,offset,length)}function base64Write(buf,string,offset,length){return blitBuffer(base64ToBytes(string),buf,offset,length)}function ucs2Write(buf,string,offset,length){return blitBuffer(utf16leToBytes(string,buf.length-offset),buf,offset,length)}Buffer3.prototype.write=function(string,offset,length,encoding){if(offset===void 0)encoding="utf8",length=this.length,offset=0;else if(length===void 0&&typeof offset=="string")encoding=offset,length=this.length,offset=0;else if(isFinite(offset))offset=offset>>>0,isFinite(length)?(length=length>>>0,encoding===void 0&&(encoding="utf8")):(encoding=length,length=void 0);else throw new Error("Buffer.write(string, encoding, offset[, length]) is no longer supported");var remaining=this.length-offset;if((length===void 0||length>remaining)&&(length=remaining),string.length>0&&(length<0||offset<0)||offset>this.length)throw new RangeError("Attempt to write outside buffer bounds");encoding||(encoding="utf8");for(var loweredCase=!1;;)switch(encoding){case"hex":return hexWrite(this,string,offset,length);case"utf8":case"utf-8":return utf8Write(this,string,offset,length);case"ascii":case"latin1":case"binary":return asciiWrite(this,string,offset,length);case"base64":return base64Write(this,string,offset,length);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return ucs2Write(this,string,offset,length);default:if(loweredCase)throw new TypeError("Unknown encoding: "+encoding);encoding=(""+encoding).toLowerCase(),loweredCase=!0}};Buffer3.prototype.toJSON=function(){return{type:"Buffer",data:Array.prototype.slice.call(this._arr||this,0)}};function base64Slice(buf,start,end){return start===0&&end===buf.length?base64.fromByteArray(buf):base64.fromByteArray(buf.slice(start,end))}function utf8Slice(buf,start,end){end=Math.min(buf.length,end);for(var res=[],i=start;i<end;){var firstByte=buf[i],codePoint=null,bytesPerSequence=firstByte>239?4:firstByte>223?3:firstByte>191?2:1;if(i+bytesPerSequence<=end){var secondByte,thirdByte,fourthByte,tempCodePoint;switch(bytesPerSequence){case 1:firstByte<128&&(codePoint=firstByte);break;case 2:secondByte=buf[i+1],(secondByte&192)===128&&(tempCodePoint=(firstByte&31)<<6|secondByte&63,tempCodePoint>127&&(codePoint=tempCodePoint));break;case 3:secondByte=buf[i+1],thirdByte=buf[i+2],(secondByte&192)===128&&(thirdByte&192)===128&&(tempCodePoint=(firstByte&15)<<12|(secondByte&63)<<6|thirdByte&63,tempCodePoint>2047&&(tempCodePoint<55296||tempCodePoint>57343)&&(codePoint=tempCodePoint));break;case 4:secondByte=buf[i+1],thirdByte=buf[i+2],fourthByte=buf[i+3],(secondByte&192)===128&&(thirdByte&192)===128&&(fourthByte&192)===128&&(tempCodePoint=(firstByte&15)<<18|(secondByte&63)<<12|(thirdByte&63)<<6|fourthByte&63,tempCodePoint>65535&&tempCodePoint<1114112&&(codePoint=tempCodePoint))}}codePoint===null?(codePoint=65533,bytesPerSequence=1):codePoint>65535&&(codePoint-=65536,res.push(codePoint>>>10&1023|55296),codePoint=56320|codePoint&1023),res.push(codePoint),i+=bytesPerSequence}return decodeCodePointsArray(res)}var MAX_ARGUMENTS_LENGTH=4096;function decodeCodePointsArray(codePoints){var len=codePoints.length;if(len<=MAX_ARGUMENTS_LENGTH)return String.fromCharCode.apply(String,codePoints);for(var res="",i=0;i<len;)res+=String.fromCharCode.apply(String,codePoints.slice(i,i+=MAX_ARGUMENTS_LENGTH));return res}function asciiSlice(buf,start,end){var ret="";end=Math.min(buf.length,end);for(var i=start;i<end;++i)ret+=String.fromCharCode(buf[i]&127);return ret}function latin1Slice(buf,start,end){var ret="";end=Math.min(buf.length,end);for(var i=start;i<end;++i)ret+=String.fromCharCode(buf[i]);return ret}function hexSlice(buf,start,end){var len=buf.length;(!start||start<0)&&(start=0),(!end||end<0||end>len)&&(end=len);for(var out="",i=start;i<end;++i)out+=hexSliceLookupTable[buf[i]];return out}function utf16leSlice(buf,start,end){for(var bytes=buf.slice(start,end),res="",i=0;i<bytes.length-1;i+=2)res+=String.fromCharCode(bytes[i]+bytes[i+1]*256);return res}Buffer3.prototype.slice=function(start,end){var len=this.length;start=~~start,end=end===void 0?len:~~end,start<0?(start+=len,start<0&&(start=0)):start>len&&(start=len),end<0?(end+=len,end<0&&(end=0)):end>len&&(end=len),end<start&&(end=start);var newBuf=this.subarray(start,end);return Object.setPrototypeOf(newBuf,Buffer3.prototype),newBuf};function checkOffset(offset,ext,length){if(offset%1!==0||offset<0)throw new RangeError("offset is not uint");if(offset+ext>length)throw new RangeError("Trying to access beyond buffer length")}Buffer3.prototype.readUintLE=Buffer3.prototype.readUIntLE=function(offset,byteLength2,noAssert){offset=offset>>>0,byteLength2=byteLength2>>>0,noAssert||checkOffset(offset,byteLength2,this.length);for(var val=this[offset],mul=1,i=0;++i<byteLength2&&(mul*=256);)val+=this[offset+i]*mul;return val};Buffer3.prototype.readUintBE=Buffer3.prototype.readUIntBE=function(offset,byteLength2,noAssert){offset=offset>>>0,byteLength2=byteLength2>>>0,noAssert||checkOffset(offset,byteLength2,this.length);for(var val=this[offset+--byteLength2],mul=1;byteLength2>0&&(mul*=256);)val+=this[offset+--byteLength2]*mul;return val};Buffer3.prototype.readUint8=Buffer3.prototype.readUInt8=function(offset,noAssert){return offset=offset>>>0,noAssert||checkOffset(offset,1,this.length),this[offset]};Buffer3.prototype.readUint16LE=Buffer3.prototype.readUInt16LE=function(offset,noAssert){return offset=offset>>>0,noAssert||checkOffset(offset,2,this.length),this[offset]|this[offset+1]<<8};Buffer3.prototype.readUint16BE=Buffer3.prototype.readUInt16BE=function(offset,noAssert){return offset=offset>>>0,noAssert||checkOffset(offset,2,this.length),this[offset]<<8|this[offset+1]};Buffer3.prototype.readUint32LE=Buffer3.prototype.readUInt32LE=function(offset,noAssert){return offset=offset>>>0,noAssert||checkOffset(offset,4,this.length),(this[offset]|this[offset+1]<<8|this[offset+2]<<16)+this[offset+3]*16777216};Buffer3.prototype.readUint32BE=Buffer3.prototype.readUInt32BE=function(offset,noAssert){return offset=offset>>>0,noAssert||checkOffset(offset,4,this.length),this[offset]*16777216+(this[offset+1]<<16|this[offset+2]<<8|this[offset+3])};Buffer3.prototype.readIntLE=function(offset,byteLength2,noAssert){offset=offset>>>0,byteLength2=byteLength2>>>0,noAssert||checkOffset(offset,byteLength2,this.length);for(var val=this[offset],mul=1,i=0;++i<byteLength2&&(mul*=256);)val+=this[offset+i]*mul;return mul*=128,val>=mul&&(val-=Math.pow(2,8*byteLength2)),val};Buffer3.prototype.readIntBE=function(offset,byteLength2,noAssert){offset=offset>>>0,byteLength2=byteLength2>>>0,noAssert||checkOffset(offset,byteLength2,this.length);for(var i=byteLength2,mul=1,val=this[offset+--i];i>0&&(mul*=256);)val+=this[offset+--i]*mul;return mul*=128,val>=mul&&(val-=Math.pow(2,8*byteLength2)),val};Buffer3.prototype.readInt8=function(offset,noAssert){return offset=offset>>>0,noAssert||checkOffset(offset,1,this.length),this[offset]&128?(255-this[offset]+1)*-1:this[offset]};Buffer3.prototype.readInt16LE=function(offset,noAssert){offset=offset>>>0,noAssert||checkOffset(offset,2,this.length);var val=this[offset]|this[offset+1]<<8;return val&32768?val|4294901760:val};Buffer3.prototype.readInt16BE=function(offset,noAssert){offset=offset>>>0,noAssert||checkOffset(offset,2,this.length);var val=this[offset+1]|this[offset]<<8;return val&32768?val|4294901760:val};Buffer3.prototype.readInt32LE=function(offset,noAssert){return offset=offset>>>0,noAssert||checkOffset(offset,4,this.length),this[offset]|this[offset+1]<<8|this[offset+2]<<16|this[offset+3]<<24};Buffer3.prototype.readInt32BE=function(offset,noAssert){return offset=offset>>>0,noAssert||checkOffset(offset,4,this.length),this[offset]<<24|this[offset+1]<<16|this[offset+2]<<8|this[offset+3]};Buffer3.prototype.readFloatLE=function(offset,noAssert){return offset=offset>>>0,noAssert||checkOffset(offset,4,this.length),ieee754.read(this,offset,!0,23,4)};Buffer3.prototype.readFloatBE=function(offset,noAssert){return offset=offset>>>0,noAssert||checkOffset(offset,4,this.length),ieee754.read(this,offset,!1,23,4)};Buffer3.prototype.readDoubleLE=function(offset,noAssert){return offset=offset>>>0,noAssert||checkOffset(offset,8,this.length),ieee754.read(this,offset,!0,52,8)};Buffer3.prototype.readDoubleBE=function(offset,noAssert){return offset=offset>>>0,noAssert||checkOffset(offset,8,this.length),ieee754.read(this,offset,!1,52,8)};function checkInt(buf,value,offset,ext,max,min){if(!Buffer3.isBuffer(buf))throw new TypeError('"buffer" argument must be a Buffer instance');if(value>max||value<min)throw new RangeError('"value" argument is out of bounds');if(offset+ext>buf.length)throw new RangeError("Index out of range")}Buffer3.prototype.writeUintLE=Buffer3.prototype.writeUIntLE=function(value,offset,byteLength2,noAssert){if(value=+value,offset=offset>>>0,byteLength2=byteLength2>>>0,!noAssert){var maxBytes=Math.pow(2,8*byteLength2)-1;checkInt(this,value,offset,byteLength2,maxBytes,0)}var mul=1,i=0;for(this[offset]=value&255;++i<byteLength2&&(mul*=256);)this[offset+i]=value/mul&255;return offset+byteLength2};Buffer3.prototype.writeUintBE=Buffer3.prototype.writeUIntBE=function(value,offset,byteLength2,noAssert){if(value=+value,offset=offset>>>0,byteLength2=byteLength2>>>0,!noAssert){var maxBytes=Math.pow(2,8*byteLength2)-1;checkInt(this,value,offset,byteLength2,maxBytes,0)}var i=byteLength2-1,mul=1;for(this[offset+i]=value&255;--i>=0&&(mul*=256);)this[offset+i]=value/mul&255;return offset+byteLength2};Buffer3.prototype.writeUint8=Buffer3.prototype.writeUInt8=function(value,offset,noAssert){return value=+value,offset=offset>>>0,noAssert||checkInt(this,value,offset,1,255,0),this[offset]=value&255,offset+1};Buffer3.prototype.writeUint16LE=Buffer3.prototype.writeUInt16LE=function(value,offset,noAssert){return value=+value,offset=offset>>>0,noAssert||checkInt(this,value,offset,2,65535,0),this[offset]=value&255,this[offset+1]=value>>>8,offset+2};Buffer3.prototype.writeUint16BE=Buffer3.prototype.writeUInt16BE=function(value,offset,noAssert){return value=+value,offset=offset>>>0,noAssert||checkInt(this,value,offset,2,65535,0),this[offset]=value>>>8,this[offset+1]=value&255,offset+2};Buffer3.prototype.writeUint32LE=Buffer3.prototype.writeUInt32LE=function(value,offset,noAssert){return value=+value,offset=offset>>>0,noAssert||checkInt(this,value,offset,4,4294967295,0),this[offset+3]=value>>>24,this[offset+2]=value>>>16,this[offset+1]=value>>>8,this[offset]=value&255,offset+4};Buffer3.prototype.writeUint32BE=Buffer3.prototype.writeUInt32BE=function(value,offset,noAssert){return value=+value,offset=offset>>>0,noAssert||checkInt(this,value,offset,4,4294967295,0),this[offset]=value>>>24,this[offset+1]=value>>>16,this[offset+2]=value>>>8,this[offset+3]=value&255,offset+4};Buffer3.prototype.writeIntLE=function(value,offset,byteLength2,noAssert){if(value=+value,offset=offset>>>0,!noAssert){var limit=Math.pow(2,8*byteLength2-1);checkInt(this,value,offset,byteLength2,limit-1,-limit)}var i=0,mul=1,sub=0;for(this[offset]=value&255;++i<byteLength2&&(mul*=256);)value<0&&sub===0&&this[offset+i-1]!==0&&(sub=1),this[offset+i]=(value/mul>>0)-sub&255;return offset+byteLength2};Buffer3.prototype.writeIntBE=function(value,offset,byteLength2,noAssert){if(value=+value,offset=offset>>>0,!noAssert){var limit=Math.pow(2,8*byteLength2-1);checkInt(this,value,offset,byteLength2,limit-1,-limit)}var i=byteLength2-1,mul=1,sub=0;for(this[offset+i]=value&255;--i>=0&&(mul*=256);)value<0&&sub===0&&this[offset+i+1]!==0&&(sub=1),this[offset+i]=(value/mul>>0)-sub&255;return offset+byteLength2};Buffer3.prototype.writeInt8=function(value,offset,noAssert){return value=+value,offset=offset>>>0,noAssert||checkInt(this,value,offset,1,127,-128),value<0&&(value=255+value+1),this[offset]=value&255,offset+1};Buffer3.prototype.writeInt16LE=function(value,offset,noAssert){return value=+value,offset=offset>>>0,noAssert||checkInt(this,value,offset,2,32767,-32768),this[offset]=value&255,this[offset+1]=value>>>8,offset+2};Buffer3.prototype.writeInt16BE=function(value,offset,noAssert){return value=+value,offset=offset>>>0,noAssert||checkInt(this,value,offset,2,32767,-32768),this[offset]=value>>>8,this[offset+1]=value&255,offset+2};Buffer3.prototype.writeInt32LE=function(value,offset,noAssert){return value=+value,offset=offset>>>0,noAssert||checkInt(this,value,offset,4,2147483647,-2147483648),this[offset]=value&255,this[offset+1]=value>>>8,this[offset+2]=value>>>16,this[offset+3]=value>>>24,offset+4};Buffer3.prototype.writeInt32BE=function(value,offset,noAssert){return value=+value,offset=offset>>>0,noAssert||checkInt(this,value,offset,4,2147483647,-2147483648),value<0&&(value=4294967295+value+1),this[offset]=value>>>24,this[offset+1]=value>>>16,this[offset+2]=value>>>8,this[offset+3]=value&255,offset+4};function checkIEEE754(buf,value,offset,ext,max,min){if(offset+ext>buf.length)throw new RangeError("Index out of range");if(offset<0)throw new RangeError("Index out of range")}function writeFloat(buf,value,offset,littleEndian,noAssert){return value=+value,offset=offset>>>0,noAssert||checkIEEE754(buf,value,offset,4,34028234663852886e22,-34028234663852886e22),ieee754.write(buf,value,offset,littleEndian,23,4),offset+4}Buffer3.prototype.writeFloatLE=function(value,offset,noAssert){return writeFloat(this,value,offset,!0,noAssert)};Buffer3.prototype.writeFloatBE=function(value,offset,noAssert){return writeFloat(this,value,offset,!1,noAssert)};function writeDouble(buf,value,offset,littleEndian,noAssert){return value=+value,offset=offset>>>0,noAssert||checkIEEE754(buf,value,offset,8,17976931348623157e292,-17976931348623157e292),ieee754.write(buf,value,offset,littleEndian,52,8),offset+8}Buffer3.prototype.writeDoubleLE=function(value,offset,noAssert){return writeDouble(this,value,offset,!0,noAssert)};Buffer3.prototype.writeDoubleBE=function(value,offset,noAssert){return writeDouble(this,value,offset,!1,noAssert)};Buffer3.prototype.copy=function(target,targetStart,start,end){if(!Buffer3.isBuffer(target))throw new TypeError("argument should be a Buffer");if(start||(start=0),!end&&end!==0&&(end=this.length),targetStart>=target.length&&(targetStart=target.length),targetStart||(targetStart=0),end>0&&end<start&&(end=start),end===start||target.length===0||this.length===0)return 0;if(targetStart<0)throw new RangeError("targetStart out of bounds");if(start<0||start>=this.length)throw new RangeError("Index out of range");if(end<0)throw new RangeError("sourceEnd out of bounds");end>this.length&&(end=this.length),target.length-targetStart<end-start&&(end=target.length-targetStart+start);var len=end-start;return this===target&&typeof Uint8Array.prototype.copyWithin=="function"?this.copyWithin(targetStart,start,end):Uint8Array.prototype.set.call(target,this.subarray(start,end),targetStart),len};Buffer3.prototype.fill=function(val,start,end,encoding){if(typeof val=="string"){if(typeof start=="string"?(encoding=start,start=0,end=this.length):typeof end=="string"&&(encoding=end,end=this.length),encoding!==void 0&&typeof encoding!="string")throw new TypeError("encoding must be a string");if(typeof encoding=="string"&&!Buffer3.isEncoding(encoding))throw new TypeError("Unknown encoding: "+encoding);if(val.length===1){var code=val.charCodeAt(0);(encoding==="utf8"&&code<128||encoding==="latin1")&&(val=code)}}else typeof val=="number"?val=val&255:typeof val=="boolean"&&(val=Number(val));if(start<0||this.length<start||this.length<end)throw new RangeError("Out of range index");if(end<=start)return this;start=start>>>0,end=end===void 0?this.length:end>>>0,val||(val=0);var i;if(typeof val=="number")for(i=start;i<end;++i)this[i]=val;else{var bytes=Buffer3.isBuffer(val)?val:Buffer3.from(val,encoding),len=bytes.length;if(len===0)throw new TypeError('The value "'+val+'" is invalid for argument "value"');for(i=0;i<end-start;++i)this[i+start]=bytes[i%len]}return this};var INVALID_BASE64_RE=/[^+/0-9A-Za-z-_]/g;function base64clean(str){if(str=str.split("=")[0],str=str.trim().replace(INVALID_BASE64_RE,""),str.length<2)return"";for(;str.length%4!==0;)str=str+"=";return str}function utf8ToBytes(string,units){units=units||1/0;for(var codePoint,length=string.length,leadSurrogate=null,bytes=[],i=0;i<length;++i){if(codePoint=string.charCodeAt(i),codePoint>55295&&codePoint<57344){if(!leadSurrogate){if(codePoint>56319){(units-=3)>-1&&bytes.push(239,191,189);continue}else if(i+1===length){(units-=3)>-1&&bytes.push(239,191,189);continue}leadSurrogate=codePoint;continue}if(codePoint<56320){(units-=3)>-1&&bytes.push(239,191,189),leadSurrogate=codePoint;continue}codePoint=(leadSurrogate-55296<<10|codePoint-56320)+65536}else leadSurrogate&&(units-=3)>-1&&bytes.push(239,191,189);if(leadSurrogate=null,codePoint<128){if((units-=1)<0)break;bytes.push(codePoint)}else if(codePoint<2048){if((units-=2)<0)break;bytes.push(codePoint>>6|192,codePoint&63|128)}else if(codePoint<65536){if((units-=3)<0)break;bytes.push(codePoint>>12|224,codePoint>>6&63|128,codePoint&63|128)}else if(codePoint<1114112){if((units-=4)<0)break;bytes.push(codePoint>>18|240,codePoint>>12&63|128,codePoint>>6&63|128,codePoint&63|128)}else throw new Error("Invalid code point")}return bytes}function asciiToBytes(str){for(var byteArray=[],i=0;i<str.length;++i)byteArray.push(str.charCodeAt(i)&255);return byteArray}function utf16leToBytes(str,units){for(var c,hi,lo,byteArray=[],i=0;i<str.length&&!((units-=2)<0);++i)c=str.charCodeAt(i),hi=c>>8,lo=c%256,byteArray.push(lo),byteArray.push(hi);return byteArray}function base64ToBytes(str){return base64.toByteArray(base64clean(str))}function blitBuffer(src,dst,offset,length){for(var i=0;i<length&&!(i+offset>=dst.length||i>=src.length);++i)dst[i+offset]=src[i];return i}function isInstance(obj,type){return obj instanceof type||obj!=null&&obj.constructor!=null&&obj.constructor.name!=null&&obj.constructor.name===type.name}function numberIsNaN(obj){return obj!==obj}var hexSliceLookupTable=function(){for(var alphabet="0123456789abcdef",table=new Array(256),i=0;i<16;++i)for(var i16=i*16,j=0;j<16;++j)table[i16+j]=alphabet[i]+alphabet[j];return table}()}});var require_browser=__commonJS({"node_modules/process/browser.js"(exports,module){init_define_process_env();init_shim();var process2=module.exports={},cachedSetTimeout,cachedClearTimeout;function defaultSetTimout(){throw new Error("setTimeout has not been defined")}function defaultClearTimeout(){throw new Error("clearTimeout has not been defined")}(function(){try{typeof setTimeout=="function"?cachedSetTimeout=setTimeout:cachedSetTimeout=defaultSetTimout}catch(e){cachedSetTimeout=defaultSetTimout}try{typeof clearTimeout=="function"?cachedClearTimeout=clearTimeout:cachedClearTimeout=defaultClearTimeout}catch(e){cachedClearTimeout=defaultClearTimeout}})();function runTimeout(fun){if(cachedSetTimeout===setTimeout)return setTimeout(fun,0);if((cachedSetTimeout===defaultSetTimout||!cachedSetTimeout)&&setTimeout)return cachedSetTimeout=setTimeout,setTimeout(fun,0);try{return cachedSetTimeout(fun,0)}catch(e){try{return cachedSetTimeout.call(null,fun,0)}catch(e2){return cachedSetTimeout.call(this,fun,0)}}}function runClearTimeout(marker){if(cachedClearTimeout===clearTimeout)return clearTimeout(marker);if((cachedClearTimeout===defaultClearTimeout||!cachedClearTimeout)&&clearTimeout)return cachedClearTimeout=clearTimeout,clearTimeout(marker);try{return cachedClearTimeout(marker)}catch(e){try{return cachedClearTimeout.call(null,marker)}catch(e2){return cachedClearTimeout.call(this,marker)}}}var queue=[],draining=!1,currentQueue,queueIndex=-1;function cleanUpNextTick(){!draining||!currentQueue||(draining=!1,currentQueue.length?queue=currentQueue.concat(queue):queueIndex=-1,queue.length&&drainQueue())}function drainQueue(){if(!draining){var timeout=runTimeout(cleanUpNextTick);draining=!0;for(var len=queue.length;len;){for(currentQueue=queue,queue=[];++queueIndex<len;)currentQueue&&currentQueue[queueIndex].run();queueIndex=-1,len=queue.length}currentQueue=null,draining=!1,runClearTimeout(timeout)}}process2.nextTick=function(fun){var args=new Array(arguments.length-1);if(arguments.length>1)for(var i=1;i<arguments.length;i++)args[i-1]=arguments[i];queue.push(new Item(fun,args)),queue.length===1&&!draining&&runTimeout(drainQueue)};function Item(fun,array){this.fun=fun,this.array=array}Item.prototype.run=function(){this.fun.apply(null,this.array)};process2.title="browser";process2.browser=!0;process2.env={};process2.argv=[];process2.version="";process2.versions={};function noop(){}process2.on=noop;process2.addListener=noop;process2.once=noop;process2.off=noop;process2.removeListener=noop;process2.removeAllListeners=noop;process2.emit=noop;process2.prependListener=noop;process2.prependOnceListener=noop;process2.listeners=function(name){return[]};process2.binding=function(name){throw new Error("process.binding is not supported")};process2.cwd=function(){return"/"};process2.chdir=function(dir){throw new Error("process.chdir is not supported")};process2.umask=function(){return 0}}});var import_buffer,import_process,_globalThis,init_shim=__esm({"node_modules/node-stdlib-browser/helpers/esbuild/shim.js"(){import_buffer=__toESM(require_buffer()),import_process=__toESM(require_browser()),_globalThis=function(Object2){function get(){var _global3=this||self;return delete Object2.prototype.__magic__,_global3}if(typeof globalThis=="object")return globalThis;if(this)return get();Object2.defineProperty(Object2.prototype,"__magic__",{configurable:!0,get});var _global2=__magic__;return _global2}(Object)}});var require_fails=__commonJS({"node_modules/core-js/internals/fails.js"(exports,module){"use strict";init_define_process_env();init_shim();module.exports=function(exec){try{return!!exec()}catch(error){return!0}}}});var require_function_bind_native=__commonJS({"node_modules/core-js/internals/function-bind-native.js"(exports,module){"use strict";init_define_process_env();init_shim();var fails=require_fails();module.exports=!fails(function(){var test=(function(){}).bind();return typeof test!="function"||test.hasOwnProperty("prototype")})}});var require_function_uncurry_this=__commonJS({"node_modules/core-js/internals/function-uncurry-this.js"(exports,module){"use strict";init_define_process_env();init_shim();var NATIVE_BIND=require_function_bind_native(),FunctionPrototype=Function.prototype,call=FunctionPrototype.call,uncurryThisWithBind=NATIVE_BIND&&FunctionPrototype.bind.bind(call,call);module.exports=NATIVE_BIND?uncurryThisWithBind:function(fn){return function(){return call.apply(fn,arguments)}}}});var require_classof_raw=__commonJS({"node_modules/core-js/internals/classof-raw.js"(exports,module){"use strict";init_define_process_env();init_shim();var uncurryThis=require_function_uncurry_this(),toString=uncurryThis({}.toString),stringSlice=uncurryThis("".slice);module.exports=function(it){return stringSlice(toString(it),8,-1)}}});var require_indexed_object=__commonJS({"node_modules/core-js/internals/indexed-object.js"(exports,module){"use strict";init_define_process_env();init_shim();var uncurryThis=require_function_uncurry_this(),fails=require_fails(),classof=require_classof_raw(),$Object=Object,split=uncurryThis("".split);module.exports=fails(function(){return!$Object("z").propertyIsEnumerable(0)})?function(it){return classof(it)==="String"?split(it,""):$Object(it)}:$Object}});var require_is_null_or_undefined=__commonJS({"node_modules/core-js/internals/is-null-or-undefined.js"(exports,module){"use strict";init_define_process_env();init_shim();module.exports=function(it){return it==null}}});var require_require_object_coercible=__commonJS({"node_modules/core-js/internals/require-object-coercible.js"(exports,module){"use strict";init_define_process_env();init_shim();var isNullOrUndefined=require_is_null_or_undefined(),$TypeError=TypeError;module.exports=function(it){if(isNullOrUndefined(it))throw new $TypeError("Can't call method on "+it);return it}}});var require_to_indexed_object=__commonJS({"node_modules/core-js/internals/to-indexed-object.js"(exports,module){"use strict";init_define_process_env();init_shim();var IndexedObject=require_indexed_object(),requireObjectCoercible=require_require_object_coercible();module.exports=function(it){return IndexedObject(requireObjectCoercible(it))}}});var require_global=__commonJS({"node_modules/core-js/internals/global.js"(exports,module){"use strict";init_define_process_env();init_shim();var check=function(it){return it&&it.Math===Math&&it};module.exports=check(typeof globalThis=="object"&&globalThis)||check(typeof window=="object"&&window)||check(typeof self=="object"&&self)||check(typeof window=="object"&&window)||check(typeof exports=="object"&&exports)||function(){return this}()||Function("return this")()}});var require_is_pure=__commonJS({"node_modules/core-js/internals/is-pure.js"(exports,module){"use strict";init_define_process_env();init_shim();module.exports=!1}});var require_define_global_property=__commonJS({"node_modules/core-js/internals/define-global-property.js"(exports,module){"use strict";init_define_process_env();init_shim();var global=require_global(),defineProperty=Object.defineProperty;module.exports=function(key,value){try{defineProperty(global,key,{value,configurable:!0,writable:!0})}catch(error){global[key]=value}return value}}});var require_shared_store=__commonJS({"node_modules/core-js/internals/shared-store.js"(exports,module){"use strict";init_define_process_env();init_shim();var global=require_global(),defineGlobalProperty=require_define_global_property(),SHARED="__core-js_shared__",store=global[SHARED]||defineGlobalProperty(SHARED,{});module.exports=store}});var require_shared=__commonJS({"node_modules/core-js/internals/shared.js"(exports,module){"use strict";init_define_process_env();init_shim();var IS_PURE=require_is_pure(),store=require_shared_store();(module.exports=function(key,value){return store[key]||(store[key]=value!==void 0?value:{})})("versions",[]).push({version:"3.35.1",mode:IS_PURE?"pure":"global",copyright:"\xA9 2014-2024 Denis Pushkarev (zloirock.ru)",license:"https://github.com/zloirock/core-js/blob/v3.35.1/LICENSE",source:"https://github.com/zloirock/core-js"})}});var require_to_object=__commonJS({"node_modules/core-js/internals/to-object.js"(exports,module){"use strict";init_define_process_env();init_shim();var requireObjectCoercible=require_require_object_coercible(),$Object=Object;module.exports=function(argument){return $Object(requireObjectCoercible(argument))}}});var require_has_own_property=__commonJS({"node_modules/core-js/internals/has-own-property.js"(exports,module){"use strict";init_define_process_env();init_shim();var uncurryThis=require_function_uncurry_this(),toObject=require_to_object(),hasOwnProperty=uncurryThis({}.hasOwnProperty);module.exports=Object.hasOwn||function(it,key){return hasOwnProperty(toObject(it),key)}}});var require_uid=__commonJS({"node_modules/core-js/internals/uid.js"(exports,module){"use strict";init_define_process_env();init_shim();var uncurryThis=require_function_uncurry_this(),id=0,postfix=Math.random(),toString=uncurryThis(1 .toString);module.exports=function(key){return"Symbol("+(key===void 0?"":key)+")_"+toString(++id+postfix,36)}}});var require_engine_user_agent=__commonJS({"node_modules/core-js/internals/engine-user-agent.js"(exports,module){"use strict";init_define_process_env();init_shim();module.exports=typeof navigator<"u"&&String(navigator.userAgent)||""}});var require_engine_v8_version=__commonJS({"node_modules/core-js/internals/engine-v8-version.js"(exports,module){"use strict";init_define_process_env();init_shim();var global=require_global(),userAgent=require_engine_user_agent(),process2=global.process,Deno=global.Deno,versions=process2&&process2.versions||Deno&&Deno.version,v8=versions&&versions.v8,match,version;v8&&(match=v8.split("."),version=match[0]>0&&match[0]<4?1:+(match[0]+match[1]));!version&&userAgent&&(match=userAgent.match(/Edge\/(\d+)/),(!match||match[1]>=74)&&(match=userAgent.match(/Chrome\/(\d+)/),match&&(version=+match[1])));module.exports=version}});var require_symbol_constructor_detection=__commonJS({"node_modules/core-js/internals/symbol-constructor-detection.js"(exports,module){"use strict";init_define_process_env();init_shim();var V8_VERSION=require_engine_v8_version(),fails=require_fails(),global=require_global(),$String=global.String;module.exports=!!Object.getOwnPropertySymbols&&!fails(function(){var symbol=Symbol("symbol detection");return!$String(symbol)||!(Object(symbol)instanceof Symbol)||!Symbol.sham&&V8_VERSION&&V8_VERSION<41})}});var require_use_symbol_as_uid=__commonJS({"node_modules/core-js/internals/use-symbol-as-uid.js"(exports,module){"use strict";init_define_process_env();init_shim();var NATIVE_SYMBOL=require_symbol_constructor_detection();module.exports=NATIVE_SYMBOL&&!Symbol.sham&&typeof Symbol.iterator=="symbol"}});var require_well_known_symbol=__commonJS({"node_modules/core-js/internals/well-known-symbol.js"(exports,module){"use strict";init_define_process_env();init_shim();var global=require_global(),shared=require_shared(),hasOwn=require_has_own_property(),uid=require_uid(),NATIVE_SYMBOL=require_symbol_constructor_detection(),USE_SYMBOL_AS_UID=require_use_symbol_as_uid(),Symbol2=global.Symbol,WellKnownSymbolsStore=shared("wks"),createWellKnownSymbol=USE_SYMBOL_AS_UID?Symbol2.for||Symbol2:Symbol2&&Symbol2.withoutSetter||uid;module.exports=function(name){return hasOwn(WellKnownSymbolsStore,name)||(WellKnownSymbolsStore[name]=NATIVE_SYMBOL&&hasOwn(Symbol2,name)?Symbol2[name]:createWellKnownSymbol("Symbol."+name)),WellKnownSymbolsStore[name]}}});var require_is_callable=__commonJS({"node_modules/core-js/internals/is-callable.js"(exports,module){"use strict";init_define_process_env();init_shim();var documentAll=typeof document=="object"&&document.all;module.exports=typeof documentAll>"u"&&documentAll!==void 0?function(argument){return typeof argument=="function"||argument===documentAll}:function(argument){return typeof argument=="function"}}});var require_is_object=__commonJS({"node_modules/core-js/internals/is-object.js"(exports,module){"use strict";init_define_process_env();init_shim();var isCallable=require_is_callable();module.exports=function(it){return typeof it=="object"?it!==null:isCallable(it)}}});var require_an_object=__commonJS({"node_modules/core-js/internals/an-object.js"(exports,module){"use strict";init_define_process_env();init_shim();var isObject=require_is_object(),$String=String,$TypeError=TypeError;module.exports=function(argument){if(isObject(argument))return argument;throw new $TypeError($String(argument)+" is not an object")}}});var require_descriptors=__commonJS({"node_modules/core-js/internals/descriptors.js"(exports,module){"use strict";init_define_process_env();init_shim();var fails=require_fails();module.exports=!fails(function(){return Object.defineProperty({},1,{get:function(){return 7}})[1]!==7})}});var require_v8_prototype_define_bug=__commonJS({"node_modules/core-js/internals/v8-prototype-define-bug.js"(exports,module){"use strict";init_define_process_env();init_shim();var DESCRIPTORS=require_descriptors(),fails=require_fails();module.exports=DESCRIPTORS&&fails(function(){return Object.defineProperty(function(){},"prototype",{value:42,writable:!1}).prototype!==42})}});var require_document_create_element=__commonJS({"node_modules/core-js/internals/document-create-element.js"(exports,module){"use strict";init_define_process_env();init_shim();var global=require_global(),isObject=require_is_object(),document2=global.document,EXISTS=isObject(document2)&&isObject(document2.createElement);module.exports=function(it){return EXISTS?document2.createElement(it):{}}}});var require_ie8_dom_define=__commonJS({"node_modules/core-js/internals/ie8-dom-define.js"(exports,module){"use strict";init_define_process_env();init_shim();var DESCRIPTORS=require_descriptors(),fails=require_fails(),createElement=require_document_create_element();module.exports=!DESCRIPTORS&&!fails(function(){return Object.defineProperty(createElement("div"),"a",{get:function(){return 7}}).a!==7})}});var require_function_call=__commonJS({"node_modules/core-js/internals/function-call.js"(exports,module){"use strict";init_define_process_env();init_shim();var NATIVE_BIND=require_function_bind_native(),call=Function.prototype.call;module.exports=NATIVE_BIND?call.bind(call):function(){return call.apply(call,arguments)}}});var require_get_built_in=__commonJS({"node_modules/core-js/internals/get-built-in.js"(exports,module){"use strict";init_define_process_env();init_shim();var global=require_global(),isCallable=require_is_callable(),aFunction=function(argument){return isCallable(argument)?argument:void 0};module.exports=function(namespace,method){return arguments.length<2?aFunction(global[namespace]):global[namespace]&&global[namespace][method]}}});var require_object_is_prototype_of=__commonJS({"node_modules/core-js/internals/object-is-prototype-of.js"(exports,module){"use strict";init_define_process_env();init_shim();var uncurryThis=require_function_uncurry_this();module.exports=uncurryThis({}.isPrototypeOf)}});var require_is_symbol=__commonJS({"node_modules/core-js/internals/is-symbol.js"(exports,module){"use strict";init_define_process_env();init_shim();var getBuiltIn=require_get_built_in(),isCallable=require_is_callable(),isPrototypeOf=require_object_is_prototype_of(),USE_SYMBOL_AS_UID=require_use_symbol_as_uid(),$Object=Object;module.exports=USE_SYMBOL_AS_UID?function(it){return typeof it=="symbol"}:function(it){var $Symbol=getBuiltIn("Symbol");return isCallable($Symbol)&&isPrototypeOf($Symbol.prototype,$Object(it))}}});var require_try_to_string=__commonJS({"node_modules/core-js/internals/try-to-string.js"(exports,module){"use strict";init_define_process_env();init_shim();var $String=String;module.exports=function(argument){try{return $String(argument)}catch(error){return"Object"}}}});var require_a_callable=__commonJS({"node_modules/core-js/internals/a-callable.js"(exports,module){"use strict";init_define_process_env();init_shim();var isCallable=require_is_callable(),tryToString=require_try_to_string(),$TypeError=TypeError;module.exports=function(argument){if(isCallable(argument))return argument;throw new $TypeError(tryToString(argument)+" is not a function")}}});var require_get_method=__commonJS({"node_modules/core-js/internals/get-method.js"(exports,module){"use strict";init_define_process_env();init_shim();var aCallable=require_a_callable(),isNullOrUndefined=require_is_null_or_undefined();module.exports=function(V,P){var func=V[P];return isNullOrUndefined(func)?void 0:aCallable(func)}}});var require_ordinary_to_primitive=__commonJS({"node_modules/core-js/internals/ordinary-to-primitive.js"(exports,module){"use strict";init_define_process_env();init_shim();var call=require_function_call(),isCallable=require_is_callable(),isObject=require_is_object(),$TypeError=TypeError;module.exports=function(input,pref){var fn,val;if(pref==="string"&&isCallable(fn=input.toString)&&!isObject(val=call(fn,input))||isCallable(fn=input.valueOf)&&!isObject(val=call(fn,input))||pref!=="string"&&isCallable(fn=input.toString)&&!isObject(val=call(fn,input)))return val;throw new $TypeError("Can't convert object to primitive value")}}});var require_to_primitive=__commonJS({"node_modules/core-js/internals/to-primitive.js"(exports,module){"use strict";init_define_process_env();init_shim();var call=require_function_call(),isObject=require_is_object(),isSymbol=require_is_symbol(),getMethod=require_get_method(),ordinaryToPrimitive=require_ordinary_to_primitive(),wellKnownSymbol=require_well_known_symbol(),$TypeError=TypeError,TO_PRIMITIVE=wellKnownSymbol("toPrimitive");module.exports=function(input,pref){if(!isObject(input)||isSymbol(input))return input;var exoticToPrim=getMethod(input,TO_PRIMITIVE),result;if(exoticToPrim){if(pref===void 0&&(pref="default"),result=call(exoticToPrim,input,pref),!isObject(result)||isSymbol(result))return result;throw new $TypeError("Can't convert object to primitive value")}return pref===void 0&&(pref="number"),ordinaryToPrimitive(input,pref)}}});var require_to_property_key=__commonJS({"node_modules/core-js/internals/to-property-key.js"(exports,module){"use strict";init_define_process_env();init_shim();var toPrimitive=require_to_primitive(),isSymbol=require_is_symbol();module.exports=function(argument){var key=toPrimitive(argument,"string");return isSymbol(key)?key:key+""}}});var require_object_define_property=__commonJS({"node_modules/core-js/internals/object-define-property.js"(exports){"use strict";init_define_process_env();init_shim();var DESCRIPTORS=require_descriptors(),IE8_DOM_DEFINE=require_ie8_dom_define(),V8_PROTOTYPE_DEFINE_BUG=require_v8_prototype_define_bug(),anObject=require_an_object(),toPropertyKey=require_to_property_key(),$TypeError=TypeError,$defineProperty=Object.defineProperty,$getOwnPropertyDescriptor=Object.getOwnPropertyDescriptor,ENUMERABLE="enumerable",CONFIGURABLE="configurable",WRITABLE="writable";exports.f=DESCRIPTORS?V8_PROTOTYPE_DEFINE_BUG?function(O,P,Attributes){if(anObject(O),P=toPropertyKey(P),anObject(Attributes),typeof O=="function"&&P==="prototype"&&"value"in Attributes&&WRITABLE in Attributes&&!Attributes[WRITABLE]){var current=$getOwnPropertyDescriptor(O,P);current&&current[WRITABLE]&&(O[P]=Attributes.value,Attributes={configurable:CONFIGURABLE in Attributes?Attributes[CONFIGURABLE]:current[CONFIGURABLE],enumerable:ENUMERABLE in Attributes?Attributes[ENUMERABLE]:current[ENUMERABLE],writable:!1})}return $defineProperty(O,P,Attributes)}:$defineProperty:function(O,P,Attributes){if(anObject(O),P=toPropertyKey(P),anObject(Attributes),IE8_DOM_DEFINE)try{return $defineProperty(O,P,Attributes)}catch(error){}if("get"in Attributes||"set"in Attributes)throw new $TypeError("Accessors not supported");return"value"in Attributes&&(O[P]=Attributes.value),O}}});var require_math_trunc=__commonJS({"node_modules/core-js/internals/math-trunc.js"(exports,module){"use strict";init_define_process_env();init_shim();var ceil=Math.ceil,floor=Math.floor;module.exports=Math.trunc||function(x){var n=+x;return(n>0?floor:ceil)(n)}}});var require_to_integer_or_infinity=__commonJS({"node_modules/core-js/internals/to-integer-or-infinity.js"(exports,module){"use strict";init_define_process_env();init_shim();var trunc=require_math_trunc();module.exports=function(argument){var number=+argument;return number!==number||number===0?0:trunc(number)}}});var require_to_absolute_index=__commonJS({"node_modules/core-js/internals/to-absolute-index.js"(exports,module){"use strict";init_define_process_env();init_shim();var toIntegerOrInfinity=require_to_integer_or_infinity(),max=Math.max,min=Math.min;module.exports=function(index,length){var integer=toIntegerOrInfinity(index);return integer<0?max(integer+length,0):min(integer,length)}}});var require_to_length=__commonJS({"node_modules/core-js/internals/to-length.js"(exports,module){"use strict";init_define_process_env();init_shim();var toIntegerOrInfinity=require_to_integer_or_infinity(),min=Math.min;module.exports=function(argument){var len=toIntegerOrInfinity(argument);return len>0?min(len,9007199254740991):0}}});var require_length_of_array_like=__commonJS({"node_modules/core-js/internals/length-of-array-like.js"(exports,module){"use strict";init_define_process_env();init_shim();var toLength=require_to_length();module.exports=function(obj){return toLength(obj.length)}}});var require_array_includes=__commonJS({"node_modules/core-js/internals/array-includes.js"(exports,module){"use strict";init_define_process_env();init_shim();var toIndexedObject=require_to_indexed_object(),toAbsoluteIndex=require_to_absolute_index(),lengthOfArrayLike=require_length_of_array_like(),createMethod=function(IS_INCLUDES){return function($this,el,fromIndex){var O=toIndexedObject($this),length=lengthOfArrayLike(O),index=toAbsoluteIndex(fromIndex,length),value;if(IS_INCLUDES&&el!==el){for(;length>index;)if(value=O[index++],value!==value)return!0}else for(;length>index;index++)if((IS_INCLUDES||index in O)&&O[index]===el)return IS_INCLUDES||index||0;return!IS_INCLUDES&&-1}};module.exports={includes:createMethod(!0),indexOf:createMethod(!1)}}});var require_hidden_keys=__commonJS({"node_modules/core-js/internals/hidden-keys.js"(exports,module){"use strict";init_define_process_env();init_shim();module.exports={}}});var require_object_keys_internal=__commonJS({"node_modules/core-js/internals/object-keys-internal.js"(exports,module){"use strict";init_define_process_env();init_shim();var uncurryThis=require_function_uncurry_this(),hasOwn=require_has_own_property(),toIndexedObject=require_to_indexed_object(),indexOf=require_array_includes().indexOf,hiddenKeys=require_hidden_keys(),push=uncurryThis([].push);module.exports=function(object,names){var O=toIndexedObject(object),i=0,result=[],key;for(key in O)!hasOwn(hiddenKeys,key)&&hasOwn(O,key)&&push(result,key);for(;names.length>i;)hasOwn(O,key=names[i++])&&(~indexOf(result,key)||push(result,key));return result}}});var require_enum_bug_keys=__commonJS({"node_modules/core-js/internals/enum-bug-keys.js"(exports,module){"use strict";init_define_process_env();init_shim();module.exports=["constructor","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","toLocaleString","toString","valueOf"]}});var require_object_keys=__commonJS({"node_modules/core-js/internals/object-keys.js"(exports,module){"use strict";init_define_process_env();init_shim();var internalObjectKeys=require_object_keys_internal(),enumBugKeys=require_enum_bug_keys();module.exports=Object.keys||function(O){return internalObjectKeys(O,enumBugKeys)}}});var require_object_define_properties=__commonJS({"node_modules/core-js/internals/object-define-properties.js"(exports){"use strict";init_define_process_env();init_shim();var DESCRIPTORS=require_descriptors(),V8_PROTOTYPE_DEFINE_BUG=require_v8_prototype_define_bug(),definePropertyModule=require_object_define_property(),anObject=require_an_object(),toIndexedObject=require_to_indexed_object(),objectKeys=require_object_keys();exports.f=DESCRIPTORS&&!V8_PROTOTYPE_DEFINE_BUG?Object.defineProperties:function(O,Properties){anObject(O);for(var props=toIndexedObject(Properties),keys=objectKeys(Properties),length=keys.length,index=0,key;length>index;)definePropertyModule.f(O,key=keys[index++],props[key]);return O}}});var require_html=__commonJS({"node_modules/core-js/internals/html.js"(exports,module){"use strict";init_define_process_env();init_shim();var getBuiltIn=require_get_built_in();module.exports=getBuiltIn("document","documentElement")}});var require_shared_key=__commonJS({"node_modules/core-js/internals/shared-key.js"(exports,module){"use strict";init_define_process_env();init_shim();var shared=require_shared(),uid=require_uid(),keys=shared("keys");module.exports=function(key){return keys[key]||(keys[key]=uid(key))}}});var require_object_create=__commonJS({"node_modules/core-js/internals/object-create.js"(exports,module){"use strict";init_define_process_env();init_shim();var anObject=require_an_object(),definePropertiesModule=require_object_define_properties(),enumBugKeys=require_enum_bug_keys(),hiddenKeys=require_hidden_keys(),html=require_html(),documentCreateElement=require_document_create_element(),sharedKey=require_shared_key(),GT=">",LT="<",PROTOTYPE="prototype",SCRIPT="script",IE_PROTO=sharedKey("IE_PROTO"),EmptyConstructor=function(){},scriptTag=function(content){return LT+SCRIPT+GT+content+LT+"/"+SCRIPT+GT},NullProtoObjectViaActiveX=function(activeXDocument2){activeXDocument2.write(scriptTag("")),activeXDocument2.close();var temp=activeXDocument2.parentWindow.Object;return activeXDocument2=null,temp},NullProtoObjectViaIFrame=function(){var iframe=documentCreateElement("iframe"),JS="java"+SCRIPT+":",iframeDocument;return iframe.style.display="none",html.appendChild(iframe),iframe.src=String(JS),iframeDocument=iframe.contentWindow.document,iframeDocument.open(),iframeDocument.write(scriptTag("document.F=Object")),iframeDocument.close(),iframeDocument.F},activeXDocument,NullProtoObject=function(){try{activeXDocument=new ActiveXObject("htmlfile")}catch(error){}NullProtoObject=typeof document<"u"?document.domain&&activeXDocument?NullProtoObjectViaActiveX(activeXDocument):NullProtoObjectViaIFrame():NullProtoObjectViaActiveX(activeXDocument);for(var length=enumBugKeys.length;length--;)delete NullProtoObject[PROTOTYPE][enumBugKeys[length]];return NullProtoObject()};hiddenKeys[IE_PROTO]=!0;module.exports=Object.create||function(O,Properties){var result;return O!==null?(EmptyConstructor[PROTOTYPE]=anObject(O),result=new EmptyConstructor,EmptyConstructor[PROTOTYPE]=null,result[IE_PROTO]=O):result=NullProtoObject(),Properties===void 0?result:definePropertiesModule.f(result,Properties)}}});var require_add_to_unscopables=__commonJS({"node_modules/core-js/internals/add-to-unscopables.js"(exports,module){"use strict";init_define_process_env();init_shim();var wellKnownSymbol=require_well_known_symbol(),create=require_object_create(),defineProperty=require_object_define_property().f,UNSCOPABLES=wellKnownSymbol("unscopables"),ArrayPrototype=Array.prototype;ArrayPrototype[UNSCOPABLES]===void 0&&defineProperty(ArrayPrototype,UNSCOPABLES,{configurable:!0,value:create(null)});module.exports=function(key){ArrayPrototype[UNSCOPABLES][key]=!0}}});var require_iterators=__commonJS({"node_modules/core-js/internals/iterators.js"(exports,module){"use strict";init_define_process_env();init_shim();module.exports={}}});var require_weak_map_basic_detection=__commonJS({"node_modules/core-js/internals/weak-map-basic-detection.js"(exports,module){"use strict";init_define_process_env();init_shim();var global=require_global(),isCallable=require_is_callable(),WeakMap=global.WeakMap;module.exports=isCallable(WeakMap)&&/native code/.test(String(WeakMap))}});var require_create_property_descriptor=__commonJS({"node_modules/core-js/internals/create-property-descriptor.js"(exports,module){"use strict";init_define_process_env();init_shim();module.exports=function(bitmap,value){return{enumerable:!(bitmap&1),configurable:!(bitmap&2),writable:!(bitmap&4),value}}}});var require_create_non_enumerable_property=__commonJS({"node_modules/core-js/internals/create-non-enumerable-property.js"(exports,module){"use strict";init_define_process_env();init_shim();var DESCRIPTORS=require_descriptors(),definePropertyModule=require_object_define_property(),createPropertyDescriptor=require_create_property_descriptor();module.exports=DESCRIPTORS?function(object,key,value){return definePropertyModule.f(object,key,createPropertyDescriptor(1,value))}:function(object,key,value){return object[key]=value,object}}});var require_internal_state=__commonJS({"node_modules/core-js/internals/internal-state.js"(exports,module){"use strict";init_define_process_env();init_shim();var NATIVE_WEAK_MAP=require_weak_map_basic_detection(),global=require_global(),isObject=require_is_object(),createNonEnumerableProperty=require_create_non_enumerable_property(),hasOwn=require_has_own_property(),shared=require_shared_store(),sharedKey=require_shared_key(),hiddenKeys=require_hidden_keys(),OBJECT_ALREADY_INITIALIZED="Object already initialized",TypeError2=global.TypeError,WeakMap=global.WeakMap,set,get,has,enforce=function(it){return has(it)?get(it):set(it,{})},getterFor=function(TYPE){return function(it){var state;if(!isObject(it)||(state=get(it)).type!==TYPE)throw new TypeError2("Incompatible receiver, "+TYPE+" required");return state}};NATIVE_WEAK_MAP||shared.state?(store=shared.state||(shared.state=new WeakMap),store.get=store.get,store.has=store.has,store.set=store.set,set=function(it,metadata){if(store.has(it))throw new TypeError2(OBJECT_ALREADY_INITIALIZED);return metadata.facade=it,store.set(it,metadata),metadata},get=function(it){return store.get(it)||{}},has=function(it){return store.has(it)}):(STATE=sharedKey("state"),hiddenKeys[STATE]=!0,set=function(it,metadata){if(hasOwn(it,STATE))throw new TypeError2(OBJECT_ALREADY_INITIALIZED);return metadata.facade=it,createNonEnumerableProperty(it,STATE,metadata),metadata},get=function(it){return hasOwn(it,STATE)?it[STATE]:{}},has=function(it){return hasOwn(it,STATE)});var store,STATE;module.exports={set,get,has,enforce,getterFor}}});var require_object_property_is_enumerable=__commonJS({"node_modules/core-js/internals/object-property-is-enumerable.js"(exports){"use strict";init_define_process_env();init_shim();var $propertyIsEnumerable={}.propertyIsEnumerable,getOwnPropertyDescriptor=Object.getOwnPropertyDescriptor,NASHORN_BUG=getOwnPropertyDescriptor&&!$propertyIsEnumerable.call({1:2},1);exports.f=NASHORN_BUG?function(V){var descriptor=getOwnPropertyDescriptor(this,V);return!!descriptor&&descriptor.enumerable}:$propertyIsEnumerable}});var require_object_get_own_property_descriptor=__commonJS({"node_modules/core-js/internals/object-get-own-property-descriptor.js"(exports){"use strict";init_define_process_env();init_shim();var DESCRIPTORS=require_descriptors(),call=require_function_call(),propertyIsEnumerableModule=require_object_property_is_enumerable(),createPropertyDescriptor=require_create_property_descriptor(),toIndexedObject=require_to_indexed_object(),toPropertyKey=require_to_property_key(),hasOwn=require_has_own_property(),IE8_DOM_DEFINE=require_ie8_dom_define(),$getOwnPropertyDescriptor=Object.getOwnPropertyDescriptor;exports.f=DESCRIPTORS?$getOwnPropertyDescriptor:function(O,P){if(O=toIndexedObject(O),P=toPropertyKey(P),IE8_DOM_DEFINE)try{return $getOwnPropertyDescriptor(O,P)}catch(error){}if(hasOwn(O,P))return createPropertyDescriptor(!call(propertyIsEnumerableModule.f,O,P),O[P])}}});var require_function_name=__commonJS({"node_modules/core-js/internals/function-name.js"(exports,module){"use strict";init_define_process_env();init_shim();var DESCRIPTORS=require_descriptors(),hasOwn=require_has_own_property(),FunctionPrototype=Function.prototype,getDescriptor=DESCRIPTORS&&Object.getOwnPropertyDescriptor,EXISTS=hasOwn(FunctionPrototype,"name"),PROPER=EXISTS&&(function(){}).name==="something",CONFIGURABLE=EXISTS&&(!DESCRIPTORS||DESCRIPTORS&&getDescriptor(FunctionPrototype,"name").configurable);module.exports={EXISTS,PROPER,CONFIGURABLE}}});var require_inspect_source=__commonJS({"node_modules/core-js/internals/inspect-source.js"(exports,module){"use strict";init_define_process_env();init_shim();var uncurryThis=require_function_uncurry_this(),isCallable=require_is_callable(),store=require_shared_store(),functionToString=uncurryThis(Function.toString);isCallable(store.inspectSource)||(store.inspectSource=function(it){return functionToString(it)});module.exports=store.inspectSource}});var require_make_built_in=__commonJS({"node_modules/core-js/internals/make-built-in.js"(exports,module){"use strict";init_define_process_env();init_shim();var uncurryThis=require_function_uncurry_this(),fails=require_fails(),isCallable=require_is_callable(),hasOwn=require_has_own_property(),DESCRIPTORS=require_descriptors(),CONFIGURABLE_FUNCTION_NAME=require_function_name().CONFIGURABLE,inspectSource=require_inspect_source(),InternalStateModule=require_internal_state(),enforceInternalState=InternalStateModule.enforce,getInternalState=InternalStateModule.get,$String=String,defineProperty=Object.defineProperty,stringSlice=uncurryThis("".slice),replace=uncurryThis("".replace),join=uncurryThis([].join),CONFIGURABLE_LENGTH=DESCRIPTORS&&!fails(function(){return defineProperty(function(){},"length",{value:8}).length!==8}),TEMPLATE=String(String).split("String"),makeBuiltIn=module.exports=function(value,name,options){stringSlice($String(name),0,7)==="Symbol("&&(name="["+replace($String(name),/^Symbol\(([^)]*)\).*$/,"$1")+"]"),options&&options.getter&&(name="get "+name),options&&options.setter&&(name="set "+name),(!hasOwn(value,"name")||CONFIGURABLE_FUNCTION_NAME&&value.name!==name)&&(DESCRIPTORS?defineProperty(value,"name",{value:name,configurable:!0}):value.name=name),CONFIGURABLE_LENGTH&&options&&hasOwn(options,"arity")&&value.length!==options.arity&&defineProperty(value,"length",{value:options.arity});try{options&&hasOwn(options,"constructor")&&options.constructor?DESCRIPTORS&&defineProperty(value,"prototype",{writable:!1}):value.prototype&&(value.prototype=void 0)}catch(error){}var state=enforceInternalState(value);return hasOwn(state,"source")||(state.source=join(TEMPLATE,typeof name=="string"?name:"")),value};Function.prototype.toString=makeBuiltIn(function(){return isCallable(this)&&getInternalState(this).source||inspectSource(this)},"toString")}});var require_define_built_in=__commonJS({"node_modules/core-js/internals/define-built-in.js"(exports,module){"use strict";init_define_process_env();init_shim();var isCallable=require_is_callable(),definePropertyModule=require_object_define_property(),makeBuiltIn=require_make_built_in(),defineGlobalProperty=require_define_global_property();module.exports=function(O,key,value,options){options||(options={});var simple=options.enumerable,name=options.name!==void 0?options.name:key;if(isCallable(value)&&makeBuiltIn(value,name,options),options.global)simple?O[key]=value:defineGlobalProperty(key,value);else{try{options.unsafe?O[key]&&(simple=!0):delete O[key]}catch(error){}simple?O[key]=value:definePropertyModule.f(O,key,{value,enumerable:!1,configurable:!options.nonConfigurable,writable:!options.nonWritable})}return O}}});var require_object_get_own_property_names=__commonJS({"node_modules/core-js/internals/object-get-own-property-names.js"(exports){"use strict";init_define_process_env();init_shim();var internalObjectKeys=require_object_keys_internal(),enumBugKeys=require_enum_bug_keys(),hiddenKeys=enumBugKeys.concat("length","prototype");exports.f=Object.getOwnPropertyNames||function(O){return internalObjectKeys(O,hiddenKeys)}}});var require_object_get_own_property_symbols=__commonJS({"node_modules/core-js/internals/object-get-own-property-symbols.js"(exports){"use strict";init_define_process_env();init_shim();exports.f=Object.getOwnPropertySymbols}});var require_own_keys=__commonJS({"node_modules/core-js/internals/own-keys.js"(exports,module){"use strict";init_define_process_env();init_shim();var getBuiltIn=require_get_built_in(),uncurryThis=require_function_uncurry_this(),getOwnPropertyNamesModule=require_object_get_own_property_names(),getOwnPropertySymbolsModule=require_object_get_own_property_symbols(),anObject=require_an_object(),concat=uncurryThis([].concat);module.exports=getBuiltIn("Reflect","ownKeys")||function(it){var keys=getOwnPropertyNamesModule.f(anObject(it)),getOwnPropertySymbols=getOwnPropertySymbolsModule.f;return getOwnPropertySymbols?concat(keys,getOwnPropertySymbols(it)):keys}}});var require_copy_constructor_properties=__commonJS({"node_modules/core-js/internals/copy-constructor-properties.js"(exports,module){"use strict";init_define_process_env();init_shim();var hasOwn=require_has_own_property(),ownKeys=require_own_keys(),getOwnPropertyDescriptorModule=require_object_get_own_property_descriptor(),definePropertyModule=require_object_define_property();module.exports=function(target,source,exceptions){for(var keys=ownKeys(source),defineProperty=definePropertyModule.f,getOwnPropertyDescriptor=getOwnPropertyDescriptorModule.f,i=0;i<keys.length;i++){var key=keys[i];!hasOwn(target,key)&&!(exceptions&&hasOwn(exceptions,key))&&defineProperty(target,key,getOwnPropertyDescriptor(source,key))}}}});var require_is_forced=__commonJS({"node_modules/core-js/internals/is-forced.js"(exports,module){"use strict";init_define_process_env();init_shim();var fails=require_fails(),isCallable=require_is_callable(),replacement=/#|\.prototype\./,isForced=function(feature,detection){var value=data[normalize(feature)];return value===POLYFILL?!0:value===NATIVE?!1:isCallable(detection)?fails(detection):!!detection},normalize=isForced.normalize=function(string){return String(string).replace(replacement,".").toLowerCase()},data=isForced.data={},NATIVE=isForced.NATIVE="N",POLYFILL=isForced.POLYFILL="P";module.exports=isForced}});var require_export=__commonJS({"node_modules/core-js/internals/export.js"(exports,module){"use strict";init_define_process_env();init_shim();var global=require_global(),getOwnPropertyDescriptor=require_object_get_own_property_descriptor().f,createNonEnumerableProperty=require_create_non_enumerable_property(),defineBuiltIn=require_define_built_in(),defineGlobalProperty=require_define_global_property(),copyConstructorProperties=require_copy_constructor_properties(),isForced=require_is_forced();module.exports=function(options,source){var TARGET=options.target,GLOBAL=options.global,STATIC=options.stat,FORCED,target,key,targetProperty,sourceProperty,descriptor;if(GLOBAL?target=global:STATIC?target=global[TARGET]||defineGlobalProperty(TARGET,{}):target=global[TARGET]&&global[TARGET].prototype,target)for(key in source){if(sourceProperty=source[key],options.dontCallGetSet?(descriptor=getOwnPropertyDescriptor(target,key),targetProperty=descriptor&&descriptor.value):targetProperty=target[key],FORCED=isForced(GLOBAL?key:TARGET+(STATIC?".":"#")+key,options.forced),!FORCED&&targetProperty!==void 0){if(typeof sourceProperty==typeof targetProperty)continue;copyConstructorProperties(sourceProperty,targetProperty)}(options.sham||targetProperty&&targetProperty.sham)&&createNonEnumerableProperty(sourceProperty,"sham",!0),defineBuiltIn(target,key,sourceProperty,options)}}}});var require_correct_prototype_getter=__commonJS({"node_modules/core-js/internals/correct-prototype-getter.js"(exports,module){"use strict";init_define_process_env();init_shim();var fails=require_fails();module.exports=!fails(function(){function F(){}return F.prototype.constructor=null,Object.getPrototypeOf(new F)!==F.prototype})}});var require_object_get_prototype_of=__commonJS({"node_modules/core-js/internals/object-get-prototype-of.js"(exports,module){"use strict";init_define_process_env();init_shim();var hasOwn=require_has_own_property(),isCallable=require_is_callable(),toObject=require_to_object(),sharedKey=require_shared_key(),CORRECT_PROTOTYPE_GETTER=require_correct_prototype_getter(),IE_PROTO=sharedKey("IE_PROTO"),$Object=Object,ObjectPrototype=$Object.prototype;module.exports=CORRECT_PROTOTYPE_GETTER?$Object.getPrototypeOf:function(O){var object=toObject(O);if(hasOwn(object,IE_PROTO))return object[IE_PROTO];var constructor=object.constructor;return isCallable(constructor)&&object instanceof constructor?constructor.prototype:object instanceof $Object?ObjectPrototype:null}}});var require_iterators_core=__commonJS({"node_modules/core-js/internals/iterators-core.js"(exports,module){"use strict";init_define_process_env();init_shim();var fails=require_fails(),isCallable=require_is_callable(),isObject=require_is_object(),create=require_object_create(),getPrototypeOf=require_object_get_prototype_of(),defineBuiltIn=require_define_built_in(),wellKnownSymbol=require_well_known_symbol(),IS_PURE=require_is_pure(),ITERATOR=wellKnownSymbol("iterator"),BUGGY_SAFARI_ITERATORS=!1,IteratorPrototype,PrototypeOfArrayIteratorPrototype,arrayIterator;[].keys&&(arrayIterator=[].keys(),"next"in arrayIterator?(PrototypeOfArrayIteratorPrototype=getPrototypeOf(getPrototypeOf(arrayIterator)),PrototypeOfArrayIteratorPrototype!==Object.prototype&&(IteratorPrototype=PrototypeOfArrayIteratorPrototype)):BUGGY_SAFARI_ITERATORS=!0);var NEW_ITERATOR_PROTOTYPE=!isObject(IteratorPrototype)||fails(function(){var test={};return IteratorPrototype[ITERATOR].call(test)!==test});NEW_ITERATOR_PROTOTYPE?IteratorPrototype={}:IS_PURE&&(IteratorPrototype=create(IteratorPrototype));isCallable(IteratorPrototype[ITERATOR])||defineBuiltIn(IteratorPrototype,ITERATOR,function(){return this});module.exports={IteratorPrototype,BUGGY_SAFARI_ITERATORS}}});var require_set_to_string_tag=__commonJS({"node_modules/core-js/internals/set-to-string-tag.js"(exports,module){"use strict";init_define_process_env();init_shim();var defineProperty=require_object_define_property().f,hasOwn=require_has_own_property(),wellKnownSymbol=require_well_known_symbol(),TO_STRING_TAG=wellKnownSymbol("toStringTag");module.exports=function(target,TAG,STATIC){target&&!STATIC&&(target=target.prototype),target&&!hasOwn(target,TO_STRING_TAG)&&defineProperty(target,TO_STRING_TAG,{configurable:!0,value:TAG})}}});var require_iterator_create_constructor=__commonJS({"node_modules/core-js/internals/iterator-create-constructor.js"(exports,module){"use strict";init_define_process_env();init_shim();var IteratorPrototype=require_iterators_core().IteratorPrototype,create=require_object_create(),createPropertyDescriptor=require_create_property_descriptor(),setToStringTag=require_set_to_string_tag(),Iterators=require_iterators(),returnThis=function(){return this};module.exports=function(IteratorConstructor,NAME,next,ENUMERABLE_NEXT){var TO_STRING_TAG=NAME+" Iterator";return IteratorConstructor.prototype=create(IteratorPrototype,{next:createPropertyDescriptor(+!ENUMERABLE_NEXT,next)}),setToStringTag(IteratorConstructor,TO_STRING_TAG,!1,!0),Iterators[TO_STRING_TAG]=returnThis,IteratorConstructor}}});var require_function_uncurry_this_accessor=__commonJS({"node_modules/core-js/internals/function-uncurry-this-accessor.js"(exports,module){"use strict";init_define_process_env();init_shim();var uncurryThis=require_function_uncurry_this(),aCallable=require_a_callable();module.exports=function(object,key,method){try{return uncurryThis(aCallable(Object.getOwnPropertyDescriptor(object,key)[method]))}catch(error){}}}});var require_is_possible_prototype=__commonJS({"node_modules/core-js/internals/is-possible-prototype.js"(exports,module){"use strict";init_define_process_env();init_shim();var isObject=require_is_object();module.exports=function(argument){return isObject(argument)||argument===null}}});var require_a_possible_prototype=__commonJS({"node_modules/core-js/internals/a-possible-prototype.js"(exports,module){"use strict";init_define_process_env();init_shim();var isPossiblePrototype=require_is_possible_prototype(),$String=String,$TypeError=TypeError;module.exports=function(argument){if(isPossiblePrototype(argument))return argument;throw new $TypeError("Can't set "+$String(argument)+" as a prototype")}}});var require_object_set_prototype_of=__commonJS({"node_modules/core-js/internals/object-set-prototype-of.js"(exports,module){"use strict";init_define_process_env();init_shim();var uncurryThisAccessor=require_function_uncurry_this_accessor(),anObject=require_an_object(),aPossiblePrototype=require_a_possible_prototype();module.exports=Object.setPrototypeOf||("__proto__"in{}?function(){var CORRECT_SETTER=!1,test={},setter;try{setter=uncurryThisAccessor(Object.prototype,"__proto__","set"),setter(test,[]),CORRECT_SETTER=test instanceof Array}catch(error){}return function(O,proto){return anObject(O),aPossiblePrototype(proto),CORRECT_SETTER?setter(O,proto):O.__proto__=proto,O}}():void 0)}});var require_iterator_define=__commonJS({"node_modules/core-js/internals/iterator-define.js"(exports,module){"use strict";init_define_process_env();init_shim();var $=require_export(),call=require_function_call(),IS_PURE=require_is_pure(),FunctionName=require_function_name(),isCallable=require_is_callable(),createIteratorConstructor=require_iterator_create_constructor(),getPrototypeOf=require_object_get_prototype_of(),setPrototypeOf=require_object_set_prototype_of(),setToStringTag=require_set_to_string_tag(),createNonEnumerableProperty=require_create_non_enumerable_property(),defineBuiltIn=require_define_built_in(),wellKnownSymbol=require_well_known_symbol(),Iterators=require_iterators(),IteratorsCore=require_iterators_core(),PROPER_FUNCTION_NAME=FunctionName.PROPER,CONFIGURABLE_FUNCTION_NAME=FunctionName.CONFIGURABLE,IteratorPrototype=IteratorsCore.IteratorPrototype,BUGGY_SAFARI_ITERATORS=IteratorsCore.BUGGY_SAFARI_ITERATORS,ITERATOR=wellKnownSymbol("iterator"),KEYS="keys",VALUES="values",ENTRIES="entries",returnThis=function(){return this};module.exports=function(Iterable,NAME,IteratorConstructor,next,DEFAULT,IS_SET,FORCED){createIteratorConstructor(IteratorConstructor,NAME,next);var getIterationMethod=function(KIND){if(KIND===DEFAULT&&defaultIterator)return defaultIterator;if(!BUGGY_SAFARI_ITERATORS&&KIND&&KIND in IterablePrototype)return IterablePrototype[KIND];switch(KIND){case KEYS:return function(){return new IteratorConstructor(this,KIND)};case VALUES:return function(){return new IteratorConstructor(this,KIND)};case ENTRIES:return function(){return new IteratorConstructor(this,KIND)}}return function(){return new IteratorConstructor(this)}},TO_STRING_TAG=NAME+" Iterator",INCORRECT_VALUES_NAME=!1,IterablePrototype=Iterable.prototype,nativeIterator=IterablePrototype[ITERATOR]||IterablePrototype["@@iterator"]||DEFAULT&&IterablePrototype[DEFAULT],defaultIterator=!BUGGY_SAFARI_ITERATORS&&nativeIterator||getIterationMethod(DEFAULT),anyNativeIterator=NAME==="Array"&&IterablePrototype.entries||nativeIterator,CurrentIteratorPrototype,methods,KEY;if(anyNativeIterator&&(CurrentIteratorPrototype=getPrototypeOf(anyNativeIterator.call(new Iterable)),CurrentIteratorPrototype!==Object.prototype&&CurrentIteratorPrototype.next&&(!IS_PURE&&getPrototypeOf(CurrentIteratorPrototype)!==IteratorPrototype&&(setPrototypeOf?setPrototypeOf(CurrentIteratorPrototype,IteratorPrototype):isCallable(CurrentIteratorPrototype[ITERATOR])||defineBuiltIn(CurrentIteratorPrototype,ITERATOR,returnThis)),setToStringTag(CurrentIteratorPrototype,TO_STRING_TAG,!0,!0),IS_PURE&&(Iterators[TO_STRING_TAG]=returnThis))),PROPER_FUNCTION_NAME&&DEFAULT===VALUES&&nativeIterator&&nativeIterator.name!==VALUES&&(!IS_PURE&&CONFIGURABLE_FUNCTION_NAME?createNonEnumerableProperty(IterablePrototype,"name",VALUES):(INCORRECT_VALUES_NAME=!0,defaultIterator=function(){return call(nativeIterator,this)})),DEFAULT)if(methods={values:getIterationMethod(VALUES),keys:IS_SET?defaultIterator:getIterationMethod(KEYS),entries:getIterationMethod(ENTRIES)},FORCED)for(KEY in methods)(BUGGY_SAFARI_ITERATORS||INCORRECT_VALUES_NAME||!(KEY in IterablePrototype))&&defineBuiltIn(IterablePrototype,KEY,methods[KEY]);else $({target:NAME,proto:!0,forced:BUGGY_SAFARI_ITERATORS||INCORRECT_VALUES_NAME},methods);return(!IS_PURE||FORCED)&&IterablePrototype[ITERATOR]!==defaultIterator&&defineBuiltIn(IterablePrototype,ITERATOR,defaultIterator,{name:DEFAULT}),Iterators[NAME]=defaultIterator,methods}}});var require_create_iter_result_object=__commonJS({"node_modules/core-js/internals/create-iter-result-object.js"(exports,module){"use strict";init_define_process_env();init_shim();module.exports=function(value,done){return{value,done}}}});var require_es_array_iterator=__commonJS({"node_modules/core-js/modules/es.array.iterator.js"(exports,module){"use strict";init_define_process_env();init_shim();var toIndexedObject=require_to_indexed_object(),addToUnscopables=require_add_to_unscopables(),Iterators=require_iterators(),InternalStateModule=require_internal_state(),defineProperty=require_object_define_property().f,defineIterator=require_iterator_define(),createIterResultObject=require_create_iter_result_object(),IS_PURE=require_is_pure(),DESCRIPTORS=require_descriptors(),ARRAY_ITERATOR="Array Iterator",setInternalState=InternalStateModule.set,getInternalState=InternalStateModule.getterFor(ARRAY_ITERATOR);module.exports=defineIterator(Array,"Array",function(iterated,kind){setInternalState(this,{type:ARRAY_ITERATOR,target:toIndexedObject(iterated),index:0,kind})},function(){var state=getInternalState(this),target=state.target,index=state.index++;if(!target||index>=target.length)return state.target=void 0,createIterResultObject(void 0,!0);switch(state.kind){case"keys":return createIterResultObject(index,!1);case"values":return createIterResultObject(target[index],!1)}return createIterResultObject([index,target[index]],!1)},"values");var values=Iterators.Arguments=Iterators.Array;addToUnscopables("keys");addToUnscopables("values");addToUnscopables("entries");if(!IS_PURE&&DESCRIPTORS&&values.name!=="values")try{defineProperty(values,"name",{value:"values"})}catch(error){}}});var require_dom_iterables=__commonJS({"node_modules/core-js/internals/dom-iterables.js"(exports,module){"use strict";init_define_process_env();init_shim();module.exports={CSSRuleList:0,CSSStyleDeclaration:0,CSSValueList:0,ClientRectList:0,DOMRectList:0,DOMStringList:0,DOMTokenList:1,DataTransferItemList:0,FileList:0,HTMLAllCollection:0,HTMLCollection:0,HTMLFormElement:0,HTMLSelectElement:0,MediaList:0,MimeTypeArray:0,NamedNodeMap:0,NodeList:1,PaintRequestList:0,Plugin:0,PluginArray:0,SVGLengthList:0,SVGNumberList:0,SVGPathSegList:0,SVGPointList:0,SVGStringList:0,SVGTransformList:0,SourceBufferList:0,StyleSheetList:0,TextTrackCueList:0,TextTrackList:0,TouchList:0}}});var require_dom_token_list_prototype=__commonJS({"node_modules/core-js/internals/dom-token-list-prototype.js"(exports,module){"use strict";init_define_process_env();init_shim();var documentCreateElement=require_document_create_element(),classList=documentCreateElement("span").classList,DOMTokenListPrototype=classList&&classList.constructor&&classList.constructor.prototype;module.exports=DOMTokenListPrototype===Object.prototype?void 0:DOMTokenListPrototype}});var require_web_dom_collections_iterator=__commonJS({"node_modules/core-js/modules/web.dom-collections.iterator.js"(){"use strict";init_define_process_env();init_shim();var global=require_global(),DOMIterables=require_dom_iterables(),DOMTokenListPrototype=require_dom_token_list_prototype(),ArrayIteratorMethods=require_es_array_iterator(),createNonEnumerableProperty=require_create_non_enumerable_property(),setToStringTag=require_set_to_string_tag(),wellKnownSymbol=require_well_known_symbol(),ITERATOR=wellKnownSymbol("iterator"),ArrayValues=ArrayIteratorMethods.values,handlePrototype=function(CollectionPrototype,COLLECTION_NAME2){if(CollectionPrototype){if(CollectionPrototype[ITERATOR]!==ArrayValues)try{createNonEnumerableProperty(CollectionPrototype,ITERATOR,ArrayValues)}catch(error){CollectionPrototype[ITERATOR]=ArrayValues}if(setToStringTag(CollectionPrototype,COLLECTION_NAME2,!0),DOMIterables[COLLECTION_NAME2]){for(var METHOD_NAME in ArrayIteratorMethods)if(CollectionPrototype[METHOD_NAME]!==ArrayIteratorMethods[METHOD_NAME])try{createNonEnumerableProperty(CollectionPrototype,METHOD_NAME,ArrayIteratorMethods[METHOD_NAME])}catch(error){CollectionPrototype[METHOD_NAME]=ArrayIteratorMethods[METHOD_NAME]}}}};for(COLLECTION_NAME in DOMIterables)handlePrototype(global[COLLECTION_NAME]&&global[COLLECTION_NAME].prototype,COLLECTION_NAME);var COLLECTION_NAME;handlePrototype(DOMTokenListPrototype,"DOMTokenList")}});init_define_process_env();init_shim();var import_es_array_iterator=__toESM(require_es_array_iterator()),import_web_dom_collections_iterator=__toESM(require_web_dom_collections_iterator());init_define_process_env();init_shim();var _window$u,_window,_window$safe_require,_window2,u=(_window$u=(_window=window)==null?void 0:_window.u)!=null?_window$u:_u,safe_require=(_window$safe_require=(_window2=window)==null?void 0:_window2.safe_require)!=null?_window$safe_require:_safe_require;var btype_ids=safe_require.safe_require("./lang/btype_ids"),external=safe_require.safe_require("./external"),cls=class extends external.Service{constructor(){super(),this.authenticator=new external.Oauth2({scope:"https://www.googleapis.com/auth/userinfo.profile https://www.googleapis.com/auth/userinfo.email",authentication_url:"https://accounts.google.com/o/oauth2/auth",generate_token_from_code_uri:"https://accounts.google.com/o/oauth2/token",access_type:"offline",prompt:"consent",token_param_name:"access_token"}),this.values=this._get_initial_values(),this.calls=this._get_initial_calls()}_get_initial_values(){return{profile:new external.StructValue("Profile",{id:{},email:{},given_name:{caption:"First name"},family_name:{caption:"Last name"},picture:{caption:"Profile picture",ret_btype:"image"}})}}get oauth_providers(){return["google"]}get user_calls(){return["google"]}_get_initial_calls(){return{oauth_user_data_call:class extends external.Call{get btype_id(){return btype_ids.api_type("google.profile")}build(prev,properties){return{path:"/oauth2/v1/userinfo",data:{alt:"json"}}}},google:class extends external.Call{get human(){return"Google"}get btype_id(){return btype_ids.api_type("google.profile")}get is_reflective(){return!0}build(prev,properties){return{path:"/oauth2/v1/userinfo",data:{alt:"json"}}}}}}get base_url(){return"https://www.googleapis.com"}get keys(){return{appsecret:{caption:"App Secret",type:"secure"},appid:{caption:"App ID/API Key",type:"client_safe"}}}get_error_message(response){let data;try{data=JSON.parse(response.body)}catch(error){return}if(data.error!=null){if(typeof data.error=="string")return"Error from Google: "+data.error;data=data.error}if(data.code>=400&&data.code<499)return"Error connecting to Google: check your App ID / API Key. "+data.message;if(data.code>=500&&data.code<=599)return"Error connecting to Google: "+data.message}},google={cls};typeof window<"u"&&window!==null&&((_window$optional_modu=(_window3=window).optional_modules)!=null||(_window3.optional_modules={}),window.optional_modules.google=google);var _window3,_window$optional_modu,plugin_registry=safe_require.safe_require("./services/shared/plugin_registry");plugin_registry.register_plugin("google",google);})();
/*! Bundled license information:

buffer/index.js:
  (*!
   * The buffer module from node.js, for the browser.
   *
   * @author   Feross Aboukhadijeh <https://feross.org>
   * @license  MIT
   *)
*/

}


window.preloaded['plugin/first_party:google'] = true;
window._bubble_page_load_data.hardcoded_plugins['stripe'] = true;
window.__code__ = window.__code__ || {};
if(!window.__code__['bc1fcdbb1735fce369f95b6ae74e43ffbea91a11fa536a526f22fc961b1a033b']){window.__code__['bc1fcdbb1735fce369f95b6ae74e43ffbea91a11fa536a526f22fc961b1a033b']=1;

"use strict";(()=>{var __create=Object.create;var __defProp=Object.defineProperty;var __getOwnPropDesc=Object.getOwnPropertyDescriptor;var __getOwnPropNames=Object.getOwnPropertyNames;var __getProtoOf=Object.getPrototypeOf,__hasOwnProp=Object.prototype.hasOwnProperty;var __require=(x=>typeof require<"u"?require:typeof Proxy<"u"?new Proxy(x,{get:(a,b)=>(typeof require<"u"?require:a)[b]}):x)(function(x){if(typeof require<"u")return require.apply(this,arguments);throw Error('Dynamic require of "'+x+'" is not supported')});var __esm=(fn,res)=>function(){return fn&&(res=(0,fn[__getOwnPropNames(fn)[0]])(fn=0)),res};var __commonJS=(cb,mod)=>function(){return mod||(0,cb[__getOwnPropNames(cb)[0]])((mod={exports:{}}).exports,mod),mod.exports};var __copyProps=(to,from,except,desc)=>{if(from&&typeof from=="object"||typeof from=="function")for(let key of __getOwnPropNames(from))!__hasOwnProp.call(to,key)&&key!==except&&__defProp(to,key,{get:()=>from[key],enumerable:!(desc=__getOwnPropDesc(from,key))||desc.enumerable});return to};var __toESM=(mod,isNodeMode,target)=>(target=mod!=null?__create(__getProtoOf(mod)):{},__copyProps(isNodeMode||!mod||!mod.__esModule?__defProp(target,"default",{value:mod,enumerable:!0}):target,mod));var init_define_process_env=__esm({"<define:process.env>"(){}});var require_base64_js=__commonJS({"node_modules/base64-js/index.js"(exports){"use strict";init_define_process_env();init_shim();exports.byteLength=byteLength;exports.toByteArray=toByteArray;exports.fromByteArray=fromByteArray;var lookup=[],revLookup=[],Arr=typeof Uint8Array<"u"?Uint8Array:Array,code="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/";for(i=0,len=code.length;i<len;++i)lookup[i]=code[i],revLookup[code.charCodeAt(i)]=i;var i,len;revLookup["-".charCodeAt(0)]=62;revLookup["_".charCodeAt(0)]=63;function getLens(b64){var len2=b64.length;if(len2%4>0)throw new Error("Invalid string. Length must be a multiple of 4");var validLen=b64.indexOf("=");validLen===-1&&(validLen=len2);var placeHoldersLen=validLen===len2?0:4-validLen%4;return[validLen,placeHoldersLen]}function byteLength(b64){var lens=getLens(b64),validLen=lens[0],placeHoldersLen=lens[1];return(validLen+placeHoldersLen)*3/4-placeHoldersLen}function _byteLength(b64,validLen,placeHoldersLen){return(validLen+placeHoldersLen)*3/4-placeHoldersLen}function toByteArray(b64){var tmp,lens=getLens(b64),validLen=lens[0],placeHoldersLen=lens[1],arr=new Arr(_byteLength(b64,validLen,placeHoldersLen)),curByte=0,len2=placeHoldersLen>0?validLen-4:validLen,i2;for(i2=0;i2<len2;i2+=4)tmp=revLookup[b64.charCodeAt(i2)]<<18|revLookup[b64.charCodeAt(i2+1)]<<12|revLookup[b64.charCodeAt(i2+2)]<<6|revLookup[b64.charCodeAt(i2+3)],arr[curByte++]=tmp>>16&255,arr[curByte++]=tmp>>8&255,arr[curByte++]=tmp&255;return placeHoldersLen===2&&(tmp=revLookup[b64.charCodeAt(i2)]<<2|revLookup[b64.charCodeAt(i2+1)]>>4,arr[curByte++]=tmp&255),placeHoldersLen===1&&(tmp=revLookup[b64.charCodeAt(i2)]<<10|revLookup[b64.charCodeAt(i2+1)]<<4|revLookup[b64.charCodeAt(i2+2)]>>2,arr[curByte++]=tmp>>8&255,arr[curByte++]=tmp&255),arr}function tripletToBase64(num){return lookup[num>>18&63]+lookup[num>>12&63]+lookup[num>>6&63]+lookup[num&63]}function encodeChunk(uint8,start,end){for(var tmp,output=[],i2=start;i2<end;i2+=3)tmp=(uint8[i2]<<16&16711680)+(uint8[i2+1]<<8&65280)+(uint8[i2+2]&255),output.push(tripletToBase64(tmp));return output.join("")}function fromByteArray(uint8){for(var tmp,len2=uint8.length,extraBytes=len2%3,parts=[],maxChunkLength=16383,i2=0,len22=len2-extraBytes;i2<len22;i2+=maxChunkLength)parts.push(encodeChunk(uint8,i2,i2+maxChunkLength>len22?len22:i2+maxChunkLength));return extraBytes===1?(tmp=uint8[len2-1],parts.push(lookup[tmp>>2]+lookup[tmp<<4&63]+"==")):extraBytes===2&&(tmp=(uint8[len2-2]<<8)+uint8[len2-1],parts.push(lookup[tmp>>10]+lookup[tmp>>4&63]+lookup[tmp<<2&63]+"=")),parts.join("")}}});var require_ieee754=__commonJS({"node_modules/ieee754/index.js"(exports){init_define_process_env();init_shim();exports.read=function(buffer,offset,isLE,mLen,nBytes){var e,m,eLen=nBytes*8-mLen-1,eMax=(1<<eLen)-1,eBias=eMax>>1,nBits=-7,i=isLE?nBytes-1:0,d=isLE?-1:1,s=buffer[offset+i];for(i+=d,e=s&(1<<-nBits)-1,s>>=-nBits,nBits+=eLen;nBits>0;e=e*256+buffer[offset+i],i+=d,nBits-=8);for(m=e&(1<<-nBits)-1,e>>=-nBits,nBits+=mLen;nBits>0;m=m*256+buffer[offset+i],i+=d,nBits-=8);if(e===0)e=1-eBias;else{if(e===eMax)return m?NaN:(s?-1:1)*(1/0);m=m+Math.pow(2,mLen),e=e-eBias}return(s?-1:1)*m*Math.pow(2,e-mLen)};exports.write=function(buffer,value,offset,isLE,mLen,nBytes){var e,m,c,eLen=nBytes*8-mLen-1,eMax=(1<<eLen)-1,eBias=eMax>>1,rt=mLen===23?Math.pow(2,-24)-Math.pow(2,-77):0,i=isLE?0:nBytes-1,d=isLE?1:-1,s=value<0||value===0&&1/value<0?1:0;for(value=Math.abs(value),isNaN(value)||value===1/0?(m=isNaN(value)?1:0,e=eMax):(e=Math.floor(Math.log(value)/Math.LN2),value*(c=Math.pow(2,-e))<1&&(e--,c*=2),e+eBias>=1?value+=rt/c:value+=rt*Math.pow(2,1-eBias),value*c>=2&&(e++,c/=2),e+eBias>=eMax?(m=0,e=eMax):e+eBias>=1?(m=(value*c-1)*Math.pow(2,mLen),e=e+eBias):(m=value*Math.pow(2,eBias-1)*Math.pow(2,mLen),e=0));mLen>=8;buffer[offset+i]=m&255,i+=d,m/=256,mLen-=8);for(e=e<<mLen|m,eLen+=mLen;eLen>0;buffer[offset+i]=e&255,i+=d,e/=256,eLen-=8);buffer[offset+i-d]|=s*128}}});var require_buffer=__commonJS({"node_modules/node-stdlib-browser/node_modules/buffer/index.js"(exports){"use strict";init_define_process_env();init_shim();var base64=require_base64_js(),ieee754=require_ieee754(),customInspectSymbol=typeof Symbol=="function"&&typeof Symbol.for=="function"?Symbol.for("nodejs.util.inspect.custom"):null;exports.Buffer=Buffer3;exports.SlowBuffer=SlowBuffer;exports.INSPECT_MAX_BYTES=50;var K_MAX_LENGTH=2147483647;exports.kMaxLength=K_MAX_LENGTH;Buffer3.TYPED_ARRAY_SUPPORT=typedArraySupport();!Buffer3.TYPED_ARRAY_SUPPORT&&typeof console<"u"&&typeof console.error=="function"&&console.error("This browser lacks typed array (Uint8Array) support which is required by `buffer` v5.x. Use `buffer` v4.x if you require old browser support.");function typedArraySupport(){try{var arr=new Uint8Array(1),proto={foo:function(){return 42}};return Object.setPrototypeOf(proto,Uint8Array.prototype),Object.setPrototypeOf(arr,proto),arr.foo()===42}catch(e){return!1}}Object.defineProperty(Buffer3.prototype,"parent",{enumerable:!0,get:function(){if(Buffer3.isBuffer(this))return this.buffer}});Object.defineProperty(Buffer3.prototype,"offset",{enumerable:!0,get:function(){if(Buffer3.isBuffer(this))return this.byteOffset}});function createBuffer(length){if(length>K_MAX_LENGTH)throw new RangeError('The value "'+length+'" is invalid for option "size"');var buf=new Uint8Array(length);return Object.setPrototypeOf(buf,Buffer3.prototype),buf}function Buffer3(arg,encodingOrOffset,length){if(typeof arg=="number"){if(typeof encodingOrOffset=="string")throw new TypeError('The "string" argument must be of type string. Received type number');return allocUnsafe(arg)}return from(arg,encodingOrOffset,length)}Buffer3.poolSize=8192;function from(value,encodingOrOffset,length){if(typeof value=="string")return fromString(value,encodingOrOffset);if(ArrayBuffer.isView(value))return fromArrayView(value);if(value==null)throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof value);if(isInstance(value,ArrayBuffer)||value&&isInstance(value.buffer,ArrayBuffer)||typeof SharedArrayBuffer<"u"&&(isInstance(value,SharedArrayBuffer)||value&&isInstance(value.buffer,SharedArrayBuffer)))return fromArrayBuffer(value,encodingOrOffset,length);if(typeof value=="number")throw new TypeError('The "value" argument must not be of type number. Received type number');var valueOf=value.valueOf&&value.valueOf();if(valueOf!=null&&valueOf!==value)return Buffer3.from(valueOf,encodingOrOffset,length);var b=fromObject(value);if(b)return b;if(typeof Symbol<"u"&&Symbol.toPrimitive!=null&&typeof value[Symbol.toPrimitive]=="function")return Buffer3.from(value[Symbol.toPrimitive]("string"),encodingOrOffset,length);throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof value)}Buffer3.from=function(value,encodingOrOffset,length){return from(value,encodingOrOffset,length)};Object.setPrototypeOf(Buffer3.prototype,Uint8Array.prototype);Object.setPrototypeOf(Buffer3,Uint8Array);function assertSize(size){if(typeof size!="number")throw new TypeError('"size" argument must be of type number');if(size<0)throw new RangeError('The value "'+size+'" is invalid for option "size"')}function alloc(size,fill,encoding){return assertSize(size),size<=0?createBuffer(size):fill!==void 0?typeof encoding=="string"?createBuffer(size).fill(fill,encoding):createBuffer(size).fill(fill):createBuffer(size)}Buffer3.alloc=function(size,fill,encoding){return alloc(size,fill,encoding)};function allocUnsafe(size){return assertSize(size),createBuffer(size<0?0:checked(size)|0)}Buffer3.allocUnsafe=function(size){return allocUnsafe(size)};Buffer3.allocUnsafeSlow=function(size){return allocUnsafe(size)};function fromString(string,encoding){if((typeof encoding!="string"||encoding==="")&&(encoding="utf8"),!Buffer3.isEncoding(encoding))throw new TypeError("Unknown encoding: "+encoding);var length=byteLength(string,encoding)|0,buf=createBuffer(length),actual=buf.write(string,encoding);return actual!==length&&(buf=buf.slice(0,actual)),buf}function fromArrayLike(array){for(var length=array.length<0?0:checked(array.length)|0,buf=createBuffer(length),i=0;i<length;i+=1)buf[i]=array[i]&255;return buf}function fromArrayView(arrayView){if(isInstance(arrayView,Uint8Array)){var copy=new Uint8Array(arrayView);return fromArrayBuffer(copy.buffer,copy.byteOffset,copy.byteLength)}return fromArrayLike(arrayView)}function fromArrayBuffer(array,byteOffset,length){if(byteOffset<0||array.byteLength<byteOffset)throw new RangeError('"offset" is outside of buffer bounds');if(array.byteLength<byteOffset+(length||0))throw new RangeError('"length" is outside of buffer bounds');var buf;return byteOffset===void 0&&length===void 0?buf=new Uint8Array(array):length===void 0?buf=new Uint8Array(array,byteOffset):buf=new Uint8Array(array,byteOffset,length),Object.setPrototypeOf(buf,Buffer3.prototype),buf}function fromObject(obj){if(Buffer3.isBuffer(obj)){var len=checked(obj.length)|0,buf=createBuffer(len);return buf.length===0||obj.copy(buf,0,0,len),buf}if(obj.length!==void 0)return typeof obj.length!="number"||numberIsNaN(obj.length)?createBuffer(0):fromArrayLike(obj);if(obj.type==="Buffer"&&Array.isArray(obj.data))return fromArrayLike(obj.data)}function checked(length){if(length>=K_MAX_LENGTH)throw new RangeError("Attempt to allocate Buffer larger than maximum size: 0x"+K_MAX_LENGTH.toString(16)+" bytes");return length|0}function SlowBuffer(length){return+length!=length&&(length=0),Buffer3.alloc(+length)}Buffer3.isBuffer=function(b){return b!=null&&b._isBuffer===!0&&b!==Buffer3.prototype};Buffer3.compare=function(a,b){if(isInstance(a,Uint8Array)&&(a=Buffer3.from(a,a.offset,a.byteLength)),isInstance(b,Uint8Array)&&(b=Buffer3.from(b,b.offset,b.byteLength)),!Buffer3.isBuffer(a)||!Buffer3.isBuffer(b))throw new TypeError('The "buf1", "buf2" arguments must be one of type Buffer or Uint8Array');if(a===b)return 0;for(var x=a.length,y=b.length,i=0,len=Math.min(x,y);i<len;++i)if(a[i]!==b[i]){x=a[i],y=b[i];break}return x<y?-1:y<x?1:0};Buffer3.isEncoding=function(encoding){switch(String(encoding).toLowerCase()){case"hex":case"utf8":case"utf-8":case"ascii":case"latin1":case"binary":case"base64":case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return!0;default:return!1}};Buffer3.concat=function(list,length){if(!Array.isArray(list))throw new TypeError('"list" argument must be an Array of Buffers');if(list.length===0)return Buffer3.alloc(0);var i;if(length===void 0)for(length=0,i=0;i<list.length;++i)length+=list[i].length;var buffer=Buffer3.allocUnsafe(length),pos=0;for(i=0;i<list.length;++i){var buf=list[i];if(isInstance(buf,Uint8Array))pos+buf.length>buffer.length?Buffer3.from(buf).copy(buffer,pos):Uint8Array.prototype.set.call(buffer,buf,pos);else if(Buffer3.isBuffer(buf))buf.copy(buffer,pos);else throw new TypeError('"list" argument must be an Array of Buffers');pos+=buf.length}return buffer};function byteLength(string,encoding){if(Buffer3.isBuffer(string))return string.length;if(ArrayBuffer.isView(string)||isInstance(string,ArrayBuffer))return string.byteLength;if(typeof string!="string")throw new TypeError('The "string" argument must be one of type string, Buffer, or ArrayBuffer. Received type '+typeof string);var len=string.length,mustMatch=arguments.length>2&&arguments[2]===!0;if(!mustMatch&&len===0)return 0;for(var loweredCase=!1;;)switch(encoding){case"ascii":case"latin1":case"binary":return len;case"utf8":case"utf-8":return utf8ToBytes(string).length;case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return len*2;case"hex":return len>>>1;case"base64":return base64ToBytes(string).length;default:if(loweredCase)return mustMatch?-1:utf8ToBytes(string).length;encoding=(""+encoding).toLowerCase(),loweredCase=!0}}Buffer3.byteLength=byteLength;function slowToString(encoding,start,end){var loweredCase=!1;if((start===void 0||start<0)&&(start=0),start>this.length||((end===void 0||end>this.length)&&(end=this.length),end<=0)||(end>>>=0,start>>>=0,end<=start))return"";for(encoding||(encoding="utf8");;)switch(encoding){case"hex":return hexSlice(this,start,end);case"utf8":case"utf-8":return utf8Slice(this,start,end);case"ascii":return asciiSlice(this,start,end);case"latin1":case"binary":return latin1Slice(this,start,end);case"base64":return base64Slice(this,start,end);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return utf16leSlice(this,start,end);default:if(loweredCase)throw new TypeError("Unknown encoding: "+encoding);encoding=(encoding+"").toLowerCase(),loweredCase=!0}}Buffer3.prototype._isBuffer=!0;function swap(b,n,m){var i=b[n];b[n]=b[m],b[m]=i}Buffer3.prototype.swap16=function(){var len=this.length;if(len%2!==0)throw new RangeError("Buffer size must be a multiple of 16-bits");for(var i=0;i<len;i+=2)swap(this,i,i+1);return this};Buffer3.prototype.swap32=function(){var len=this.length;if(len%4!==0)throw new RangeError("Buffer size must be a multiple of 32-bits");for(var i=0;i<len;i+=4)swap(this,i,i+3),swap(this,i+1,i+2);return this};Buffer3.prototype.swap64=function(){var len=this.length;if(len%8!==0)throw new RangeError("Buffer size must be a multiple of 64-bits");for(var i=0;i<len;i+=8)swap(this,i,i+7),swap(this,i+1,i+6),swap(this,i+2,i+5),swap(this,i+3,i+4);return this};Buffer3.prototype.toString=function(){var length=this.length;return length===0?"":arguments.length===0?utf8Slice(this,0,length):slowToString.apply(this,arguments)};Buffer3.prototype.toLocaleString=Buffer3.prototype.toString;Buffer3.prototype.equals=function(b){if(!Buffer3.isBuffer(b))throw new TypeError("Argument must be a Buffer");return this===b?!0:Buffer3.compare(this,b)===0};Buffer3.prototype.inspect=function(){var str="",max=exports.INSPECT_MAX_BYTES;return str=this.toString("hex",0,max).replace(/(.{2})/g,"$1 ").trim(),this.length>max&&(str+=" ... "),"<Buffer "+str+">"};customInspectSymbol&&(Buffer3.prototype[customInspectSymbol]=Buffer3.prototype.inspect);Buffer3.prototype.compare=function(target,start,end,thisStart,thisEnd){if(isInstance(target,Uint8Array)&&(target=Buffer3.from(target,target.offset,target.byteLength)),!Buffer3.isBuffer(target))throw new TypeError('The "target" argument must be one of type Buffer or Uint8Array. Received type '+typeof target);if(start===void 0&&(start=0),end===void 0&&(end=target?target.length:0),thisStart===void 0&&(thisStart=0),thisEnd===void 0&&(thisEnd=this.length),start<0||end>target.length||thisStart<0||thisEnd>this.length)throw new RangeError("out of range index");if(thisStart>=thisEnd&&start>=end)return 0;if(thisStart>=thisEnd)return-1;if(start>=end)return 1;if(start>>>=0,end>>>=0,thisStart>>>=0,thisEnd>>>=0,this===target)return 0;for(var x=thisEnd-thisStart,y=end-start,len=Math.min(x,y),thisCopy=this.slice(thisStart,thisEnd),targetCopy=target.slice(start,end),i=0;i<len;++i)if(thisCopy[i]!==targetCopy[i]){x=thisCopy[i],y=targetCopy[i];break}return x<y?-1:y<x?1:0};function bidirectionalIndexOf(buffer,val,byteOffset,encoding,dir){if(buffer.length===0)return-1;if(typeof byteOffset=="string"?(encoding=byteOffset,byteOffset=0):byteOffset>2147483647?byteOffset=2147483647:byteOffset<-2147483648&&(byteOffset=-2147483648),byteOffset=+byteOffset,numberIsNaN(byteOffset)&&(byteOffset=dir?0:buffer.length-1),byteOffset<0&&(byteOffset=buffer.length+byteOffset),byteOffset>=buffer.length){if(dir)return-1;byteOffset=buffer.length-1}else if(byteOffset<0)if(dir)byteOffset=0;else return-1;if(typeof val=="string"&&(val=Buffer3.from(val,encoding)),Buffer3.isBuffer(val))return val.length===0?-1:arrayIndexOf(buffer,val,byteOffset,encoding,dir);if(typeof val=="number")return val=val&255,typeof Uint8Array.prototype.indexOf=="function"?dir?Uint8Array.prototype.indexOf.call(buffer,val,byteOffset):Uint8Array.prototype.lastIndexOf.call(buffer,val,byteOffset):arrayIndexOf(buffer,[val],byteOffset,encoding,dir);throw new TypeError("val must be string, number or Buffer")}function arrayIndexOf(arr,val,byteOffset,encoding,dir){var indexSize=1,arrLength=arr.length,valLength=val.length;if(encoding!==void 0&&(encoding=String(encoding).toLowerCase(),encoding==="ucs2"||encoding==="ucs-2"||encoding==="utf16le"||encoding==="utf-16le")){if(arr.length<2||val.length<2)return-1;indexSize=2,arrLength/=2,valLength/=2,byteOffset/=2}function read(buf,i2){return indexSize===1?buf[i2]:buf.readUInt16BE(i2*indexSize)}var i;if(dir){var foundIndex=-1;for(i=byteOffset;i<arrLength;i++)if(read(arr,i)===read(val,foundIndex===-1?0:i-foundIndex)){if(foundIndex===-1&&(foundIndex=i),i-foundIndex+1===valLength)return foundIndex*indexSize}else foundIndex!==-1&&(i-=i-foundIndex),foundIndex=-1}else for(byteOffset+valLength>arrLength&&(byteOffset=arrLength-valLength),i=byteOffset;i>=0;i--){for(var found=!0,j=0;j<valLength;j++)if(read(arr,i+j)!==read(val,j)){found=!1;break}if(found)return i}return-1}Buffer3.prototype.includes=function(val,byteOffset,encoding){return this.indexOf(val,byteOffset,encoding)!==-1};Buffer3.prototype.indexOf=function(val,byteOffset,encoding){return bidirectionalIndexOf(this,val,byteOffset,encoding,!0)};Buffer3.prototype.lastIndexOf=function(val,byteOffset,encoding){return bidirectionalIndexOf(this,val,byteOffset,encoding,!1)};function hexWrite(buf,string,offset,length){offset=Number(offset)||0;var remaining=buf.length-offset;length?(length=Number(length),length>remaining&&(length=remaining)):length=remaining;var strLen=string.length;length>strLen/2&&(length=strLen/2);for(var i=0;i<length;++i){var parsed=parseInt(string.substr(i*2,2),16);if(numberIsNaN(parsed))return i;buf[offset+i]=parsed}return i}function utf8Write(buf,string,offset,length){return blitBuffer(utf8ToBytes(string,buf.length-offset),buf,offset,length)}function asciiWrite(buf,string,offset,length){return blitBuffer(asciiToBytes(string),buf,offset,length)}function base64Write(buf,string,offset,length){return blitBuffer(base64ToBytes(string),buf,offset,length)}function ucs2Write(buf,string,offset,length){return blitBuffer(utf16leToBytes(string,buf.length-offset),buf,offset,length)}Buffer3.prototype.write=function(string,offset,length,encoding){if(offset===void 0)encoding="utf8",length=this.length,offset=0;else if(length===void 0&&typeof offset=="string")encoding=offset,length=this.length,offset=0;else if(isFinite(offset))offset=offset>>>0,isFinite(length)?(length=length>>>0,encoding===void 0&&(encoding="utf8")):(encoding=length,length=void 0);else throw new Error("Buffer.write(string, encoding, offset[, length]) is no longer supported");var remaining=this.length-offset;if((length===void 0||length>remaining)&&(length=remaining),string.length>0&&(length<0||offset<0)||offset>this.length)throw new RangeError("Attempt to write outside buffer bounds");encoding||(encoding="utf8");for(var loweredCase=!1;;)switch(encoding){case"hex":return hexWrite(this,string,offset,length);case"utf8":case"utf-8":return utf8Write(this,string,offset,length);case"ascii":case"latin1":case"binary":return asciiWrite(this,string,offset,length);case"base64":return base64Write(this,string,offset,length);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return ucs2Write(this,string,offset,length);default:if(loweredCase)throw new TypeError("Unknown encoding: "+encoding);encoding=(""+encoding).toLowerCase(),loweredCase=!0}};Buffer3.prototype.toJSON=function(){return{type:"Buffer",data:Array.prototype.slice.call(this._arr||this,0)}};function base64Slice(buf,start,end){return start===0&&end===buf.length?base64.fromByteArray(buf):base64.fromByteArray(buf.slice(start,end))}function utf8Slice(buf,start,end){end=Math.min(buf.length,end);for(var res=[],i=start;i<end;){var firstByte=buf[i],codePoint=null,bytesPerSequence=firstByte>239?4:firstByte>223?3:firstByte>191?2:1;if(i+bytesPerSequence<=end){var secondByte,thirdByte,fourthByte,tempCodePoint;switch(bytesPerSequence){case 1:firstByte<128&&(codePoint=firstByte);break;case 2:secondByte=buf[i+1],(secondByte&192)===128&&(tempCodePoint=(firstByte&31)<<6|secondByte&63,tempCodePoint>127&&(codePoint=tempCodePoint));break;case 3:secondByte=buf[i+1],thirdByte=buf[i+2],(secondByte&192)===128&&(thirdByte&192)===128&&(tempCodePoint=(firstByte&15)<<12|(secondByte&63)<<6|thirdByte&63,tempCodePoint>2047&&(tempCodePoint<55296||tempCodePoint>57343)&&(codePoint=tempCodePoint));break;case 4:secondByte=buf[i+1],thirdByte=buf[i+2],fourthByte=buf[i+3],(secondByte&192)===128&&(thirdByte&192)===128&&(fourthByte&192)===128&&(tempCodePoint=(firstByte&15)<<18|(secondByte&63)<<12|(thirdByte&63)<<6|fourthByte&63,tempCodePoint>65535&&tempCodePoint<1114112&&(codePoint=tempCodePoint))}}codePoint===null?(codePoint=65533,bytesPerSequence=1):codePoint>65535&&(codePoint-=65536,res.push(codePoint>>>10&1023|55296),codePoint=56320|codePoint&1023),res.push(codePoint),i+=bytesPerSequence}return decodeCodePointsArray(res)}var MAX_ARGUMENTS_LENGTH=4096;function decodeCodePointsArray(codePoints){var len=codePoints.length;if(len<=MAX_ARGUMENTS_LENGTH)return String.fromCharCode.apply(String,codePoints);for(var res="",i=0;i<len;)res+=String.fromCharCode.apply(String,codePoints.slice(i,i+=MAX_ARGUMENTS_LENGTH));return res}function asciiSlice(buf,start,end){var ret="";end=Math.min(buf.length,end);for(var i=start;i<end;++i)ret+=String.fromCharCode(buf[i]&127);return ret}function latin1Slice(buf,start,end){var ret="";end=Math.min(buf.length,end);for(var i=start;i<end;++i)ret+=String.fromCharCode(buf[i]);return ret}function hexSlice(buf,start,end){var len=buf.length;(!start||start<0)&&(start=0),(!end||end<0||end>len)&&(end=len);for(var out="",i=start;i<end;++i)out+=hexSliceLookupTable[buf[i]];return out}function utf16leSlice(buf,start,end){for(var bytes=buf.slice(start,end),res="",i=0;i<bytes.length-1;i+=2)res+=String.fromCharCode(bytes[i]+bytes[i+1]*256);return res}Buffer3.prototype.slice=function(start,end){var len=this.length;start=~~start,end=end===void 0?len:~~end,start<0?(start+=len,start<0&&(start=0)):start>len&&(start=len),end<0?(end+=len,end<0&&(end=0)):end>len&&(end=len),end<start&&(end=start);var newBuf=this.subarray(start,end);return Object.setPrototypeOf(newBuf,Buffer3.prototype),newBuf};function checkOffset(offset,ext,length){if(offset%1!==0||offset<0)throw new RangeError("offset is not uint");if(offset+ext>length)throw new RangeError("Trying to access beyond buffer length")}Buffer3.prototype.readUintLE=Buffer3.prototype.readUIntLE=function(offset,byteLength2,noAssert){offset=offset>>>0,byteLength2=byteLength2>>>0,noAssert||checkOffset(offset,byteLength2,this.length);for(var val=this[offset],mul=1,i=0;++i<byteLength2&&(mul*=256);)val+=this[offset+i]*mul;return val};Buffer3.prototype.readUintBE=Buffer3.prototype.readUIntBE=function(offset,byteLength2,noAssert){offset=offset>>>0,byteLength2=byteLength2>>>0,noAssert||checkOffset(offset,byteLength2,this.length);for(var val=this[offset+--byteLength2],mul=1;byteLength2>0&&(mul*=256);)val+=this[offset+--byteLength2]*mul;return val};Buffer3.prototype.readUint8=Buffer3.prototype.readUInt8=function(offset,noAssert){return offset=offset>>>0,noAssert||checkOffset(offset,1,this.length),this[offset]};Buffer3.prototype.readUint16LE=Buffer3.prototype.readUInt16LE=function(offset,noAssert){return offset=offset>>>0,noAssert||checkOffset(offset,2,this.length),this[offset]|this[offset+1]<<8};Buffer3.prototype.readUint16BE=Buffer3.prototype.readUInt16BE=function(offset,noAssert){return offset=offset>>>0,noAssert||checkOffset(offset,2,this.length),this[offset]<<8|this[offset+1]};Buffer3.prototype.readUint32LE=Buffer3.prototype.readUInt32LE=function(offset,noAssert){return offset=offset>>>0,noAssert||checkOffset(offset,4,this.length),(this[offset]|this[offset+1]<<8|this[offset+2]<<16)+this[offset+3]*16777216};Buffer3.prototype.readUint32BE=Buffer3.prototype.readUInt32BE=function(offset,noAssert){return offset=offset>>>0,noAssert||checkOffset(offset,4,this.length),this[offset]*16777216+(this[offset+1]<<16|this[offset+2]<<8|this[offset+3])};Buffer3.prototype.readIntLE=function(offset,byteLength2,noAssert){offset=offset>>>0,byteLength2=byteLength2>>>0,noAssert||checkOffset(offset,byteLength2,this.length);for(var val=this[offset],mul=1,i=0;++i<byteLength2&&(mul*=256);)val+=this[offset+i]*mul;return mul*=128,val>=mul&&(val-=Math.pow(2,8*byteLength2)),val};Buffer3.prototype.readIntBE=function(offset,byteLength2,noAssert){offset=offset>>>0,byteLength2=byteLength2>>>0,noAssert||checkOffset(offset,byteLength2,this.length);for(var i=byteLength2,mul=1,val=this[offset+--i];i>0&&(mul*=256);)val+=this[offset+--i]*mul;return mul*=128,val>=mul&&(val-=Math.pow(2,8*byteLength2)),val};Buffer3.prototype.readInt8=function(offset,noAssert){return offset=offset>>>0,noAssert||checkOffset(offset,1,this.length),this[offset]&128?(255-this[offset]+1)*-1:this[offset]};Buffer3.prototype.readInt16LE=function(offset,noAssert){offset=offset>>>0,noAssert||checkOffset(offset,2,this.length);var val=this[offset]|this[offset+1]<<8;return val&32768?val|4294901760:val};Buffer3.prototype.readInt16BE=function(offset,noAssert){offset=offset>>>0,noAssert||checkOffset(offset,2,this.length);var val=this[offset+1]|this[offset]<<8;return val&32768?val|4294901760:val};Buffer3.prototype.readInt32LE=function(offset,noAssert){return offset=offset>>>0,noAssert||checkOffset(offset,4,this.length),this[offset]|this[offset+1]<<8|this[offset+2]<<16|this[offset+3]<<24};Buffer3.prototype.readInt32BE=function(offset,noAssert){return offset=offset>>>0,noAssert||checkOffset(offset,4,this.length),this[offset]<<24|this[offset+1]<<16|this[offset+2]<<8|this[offset+3]};Buffer3.prototype.readFloatLE=function(offset,noAssert){return offset=offset>>>0,noAssert||checkOffset(offset,4,this.length),ieee754.read(this,offset,!0,23,4)};Buffer3.prototype.readFloatBE=function(offset,noAssert){return offset=offset>>>0,noAssert||checkOffset(offset,4,this.length),ieee754.read(this,offset,!1,23,4)};Buffer3.prototype.readDoubleLE=function(offset,noAssert){return offset=offset>>>0,noAssert||checkOffset(offset,8,this.length),ieee754.read(this,offset,!0,52,8)};Buffer3.prototype.readDoubleBE=function(offset,noAssert){return offset=offset>>>0,noAssert||checkOffset(offset,8,this.length),ieee754.read(this,offset,!1,52,8)};function checkInt(buf,value,offset,ext,max,min){if(!Buffer3.isBuffer(buf))throw new TypeError('"buffer" argument must be a Buffer instance');if(value>max||value<min)throw new RangeError('"value" argument is out of bounds');if(offset+ext>buf.length)throw new RangeError("Index out of range")}Buffer3.prototype.writeUintLE=Buffer3.prototype.writeUIntLE=function(value,offset,byteLength2,noAssert){if(value=+value,offset=offset>>>0,byteLength2=byteLength2>>>0,!noAssert){var maxBytes=Math.pow(2,8*byteLength2)-1;checkInt(this,value,offset,byteLength2,maxBytes,0)}var mul=1,i=0;for(this[offset]=value&255;++i<byteLength2&&(mul*=256);)this[offset+i]=value/mul&255;return offset+byteLength2};Buffer3.prototype.writeUintBE=Buffer3.prototype.writeUIntBE=function(value,offset,byteLength2,noAssert){if(value=+value,offset=offset>>>0,byteLength2=byteLength2>>>0,!noAssert){var maxBytes=Math.pow(2,8*byteLength2)-1;checkInt(this,value,offset,byteLength2,maxBytes,0)}var i=byteLength2-1,mul=1;for(this[offset+i]=value&255;--i>=0&&(mul*=256);)this[offset+i]=value/mul&255;return offset+byteLength2};Buffer3.prototype.writeUint8=Buffer3.prototype.writeUInt8=function(value,offset,noAssert){return value=+value,offset=offset>>>0,noAssert||checkInt(this,value,offset,1,255,0),this[offset]=value&255,offset+1};Buffer3.prototype.writeUint16LE=Buffer3.prototype.writeUInt16LE=function(value,offset,noAssert){return value=+value,offset=offset>>>0,noAssert||checkInt(this,value,offset,2,65535,0),this[offset]=value&255,this[offset+1]=value>>>8,offset+2};Buffer3.prototype.writeUint16BE=Buffer3.prototype.writeUInt16BE=function(value,offset,noAssert){return value=+value,offset=offset>>>0,noAssert||checkInt(this,value,offset,2,65535,0),this[offset]=value>>>8,this[offset+1]=value&255,offset+2};Buffer3.prototype.writeUint32LE=Buffer3.prototype.writeUInt32LE=function(value,offset,noAssert){return value=+value,offset=offset>>>0,noAssert||checkInt(this,value,offset,4,4294967295,0),this[offset+3]=value>>>24,this[offset+2]=value>>>16,this[offset+1]=value>>>8,this[offset]=value&255,offset+4};Buffer3.prototype.writeUint32BE=Buffer3.prototype.writeUInt32BE=function(value,offset,noAssert){return value=+value,offset=offset>>>0,noAssert||checkInt(this,value,offset,4,4294967295,0),this[offset]=value>>>24,this[offset+1]=value>>>16,this[offset+2]=value>>>8,this[offset+3]=value&255,offset+4};Buffer3.prototype.writeIntLE=function(value,offset,byteLength2,noAssert){if(value=+value,offset=offset>>>0,!noAssert){var limit=Math.pow(2,8*byteLength2-1);checkInt(this,value,offset,byteLength2,limit-1,-limit)}var i=0,mul=1,sub=0;for(this[offset]=value&255;++i<byteLength2&&(mul*=256);)value<0&&sub===0&&this[offset+i-1]!==0&&(sub=1),this[offset+i]=(value/mul>>0)-sub&255;return offset+byteLength2};Buffer3.prototype.writeIntBE=function(value,offset,byteLength2,noAssert){if(value=+value,offset=offset>>>0,!noAssert){var limit=Math.pow(2,8*byteLength2-1);checkInt(this,value,offset,byteLength2,limit-1,-limit)}var i=byteLength2-1,mul=1,sub=0;for(this[offset+i]=value&255;--i>=0&&(mul*=256);)value<0&&sub===0&&this[offset+i+1]!==0&&(sub=1),this[offset+i]=(value/mul>>0)-sub&255;return offset+byteLength2};Buffer3.prototype.writeInt8=function(value,offset,noAssert){return value=+value,offset=offset>>>0,noAssert||checkInt(this,value,offset,1,127,-128),value<0&&(value=255+value+1),this[offset]=value&255,offset+1};Buffer3.prototype.writeInt16LE=function(value,offset,noAssert){return value=+value,offset=offset>>>0,noAssert||checkInt(this,value,offset,2,32767,-32768),this[offset]=value&255,this[offset+1]=value>>>8,offset+2};Buffer3.prototype.writeInt16BE=function(value,offset,noAssert){return value=+value,offset=offset>>>0,noAssert||checkInt(this,value,offset,2,32767,-32768),this[offset]=value>>>8,this[offset+1]=value&255,offset+2};Buffer3.prototype.writeInt32LE=function(value,offset,noAssert){return value=+value,offset=offset>>>0,noAssert||checkInt(this,value,offset,4,2147483647,-2147483648),this[offset]=value&255,this[offset+1]=value>>>8,this[offset+2]=value>>>16,this[offset+3]=value>>>24,offset+4};Buffer3.prototype.writeInt32BE=function(value,offset,noAssert){return value=+value,offset=offset>>>0,noAssert||checkInt(this,value,offset,4,2147483647,-2147483648),value<0&&(value=4294967295+value+1),this[offset]=value>>>24,this[offset+1]=value>>>16,this[offset+2]=value>>>8,this[offset+3]=value&255,offset+4};function checkIEEE754(buf,value,offset,ext,max,min){if(offset+ext>buf.length)throw new RangeError("Index out of range");if(offset<0)throw new RangeError("Index out of range")}function writeFloat(buf,value,offset,littleEndian,noAssert){return value=+value,offset=offset>>>0,noAssert||checkIEEE754(buf,value,offset,4,34028234663852886e22,-34028234663852886e22),ieee754.write(buf,value,offset,littleEndian,23,4),offset+4}Buffer3.prototype.writeFloatLE=function(value,offset,noAssert){return writeFloat(this,value,offset,!0,noAssert)};Buffer3.prototype.writeFloatBE=function(value,offset,noAssert){return writeFloat(this,value,offset,!1,noAssert)};function writeDouble(buf,value,offset,littleEndian,noAssert){return value=+value,offset=offset>>>0,noAssert||checkIEEE754(buf,value,offset,8,17976931348623157e292,-17976931348623157e292),ieee754.write(buf,value,offset,littleEndian,52,8),offset+8}Buffer3.prototype.writeDoubleLE=function(value,offset,noAssert){return writeDouble(this,value,offset,!0,noAssert)};Buffer3.prototype.writeDoubleBE=function(value,offset,noAssert){return writeDouble(this,value,offset,!1,noAssert)};Buffer3.prototype.copy=function(target,targetStart,start,end){if(!Buffer3.isBuffer(target))throw new TypeError("argument should be a Buffer");if(start||(start=0),!end&&end!==0&&(end=this.length),targetStart>=target.length&&(targetStart=target.length),targetStart||(targetStart=0),end>0&&end<start&&(end=start),end===start||target.length===0||this.length===0)return 0;if(targetStart<0)throw new RangeError("targetStart out of bounds");if(start<0||start>=this.length)throw new RangeError("Index out of range");if(end<0)throw new RangeError("sourceEnd out of bounds");end>this.length&&(end=this.length),target.length-targetStart<end-start&&(end=target.length-targetStart+start);var len=end-start;return this===target&&typeof Uint8Array.prototype.copyWithin=="function"?this.copyWithin(targetStart,start,end):Uint8Array.prototype.set.call(target,this.subarray(start,end),targetStart),len};Buffer3.prototype.fill=function(val,start,end,encoding){if(typeof val=="string"){if(typeof start=="string"?(encoding=start,start=0,end=this.length):typeof end=="string"&&(encoding=end,end=this.length),encoding!==void 0&&typeof encoding!="string")throw new TypeError("encoding must be a string");if(typeof encoding=="string"&&!Buffer3.isEncoding(encoding))throw new TypeError("Unknown encoding: "+encoding);if(val.length===1){var code=val.charCodeAt(0);(encoding==="utf8"&&code<128||encoding==="latin1")&&(val=code)}}else typeof val=="number"?val=val&255:typeof val=="boolean"&&(val=Number(val));if(start<0||this.length<start||this.length<end)throw new RangeError("Out of range index");if(end<=start)return this;start=start>>>0,end=end===void 0?this.length:end>>>0,val||(val=0);var i;if(typeof val=="number")for(i=start;i<end;++i)this[i]=val;else{var bytes=Buffer3.isBuffer(val)?val:Buffer3.from(val,encoding),len=bytes.length;if(len===0)throw new TypeError('The value "'+val+'" is invalid for argument "value"');for(i=0;i<end-start;++i)this[i+start]=bytes[i%len]}return this};var INVALID_BASE64_RE=/[^+/0-9A-Za-z-_]/g;function base64clean(str){if(str=str.split("=")[0],str=str.trim().replace(INVALID_BASE64_RE,""),str.length<2)return"";for(;str.length%4!==0;)str=str+"=";return str}function utf8ToBytes(string,units){units=units||1/0;for(var codePoint,length=string.length,leadSurrogate=null,bytes=[],i=0;i<length;++i){if(codePoint=string.charCodeAt(i),codePoint>55295&&codePoint<57344){if(!leadSurrogate){if(codePoint>56319){(units-=3)>-1&&bytes.push(239,191,189);continue}else if(i+1===length){(units-=3)>-1&&bytes.push(239,191,189);continue}leadSurrogate=codePoint;continue}if(codePoint<56320){(units-=3)>-1&&bytes.push(239,191,189),leadSurrogate=codePoint;continue}codePoint=(leadSurrogate-55296<<10|codePoint-56320)+65536}else leadSurrogate&&(units-=3)>-1&&bytes.push(239,191,189);if(leadSurrogate=null,codePoint<128){if((units-=1)<0)break;bytes.push(codePoint)}else if(codePoint<2048){if((units-=2)<0)break;bytes.push(codePoint>>6|192,codePoint&63|128)}else if(codePoint<65536){if((units-=3)<0)break;bytes.push(codePoint>>12|224,codePoint>>6&63|128,codePoint&63|128)}else if(codePoint<1114112){if((units-=4)<0)break;bytes.push(codePoint>>18|240,codePoint>>12&63|128,codePoint>>6&63|128,codePoint&63|128)}else throw new Error("Invalid code point")}return bytes}function asciiToBytes(str){for(var byteArray=[],i=0;i<str.length;++i)byteArray.push(str.charCodeAt(i)&255);return byteArray}function utf16leToBytes(str,units){for(var c,hi,lo,byteArray=[],i=0;i<str.length&&!((units-=2)<0);++i)c=str.charCodeAt(i),hi=c>>8,lo=c%256,byteArray.push(lo),byteArray.push(hi);return byteArray}function base64ToBytes(str){return base64.toByteArray(base64clean(str))}function blitBuffer(src,dst,offset,length){for(var i=0;i<length&&!(i+offset>=dst.length||i>=src.length);++i)dst[i+offset]=src[i];return i}function isInstance(obj,type){return obj instanceof type||obj!=null&&obj.constructor!=null&&obj.constructor.name!=null&&obj.constructor.name===type.name}function numberIsNaN(obj){return obj!==obj}var hexSliceLookupTable=function(){for(var alphabet="0123456789abcdef",table=new Array(256),i=0;i<16;++i)for(var i16=i*16,j=0;j<16;++j)table[i16+j]=alphabet[i]+alphabet[j];return table}()}});var require_browser=__commonJS({"node_modules/process/browser.js"(exports,module){init_define_process_env();init_shim();var process2=module.exports={},cachedSetTimeout,cachedClearTimeout;function defaultSetTimout(){throw new Error("setTimeout has not been defined")}function defaultClearTimeout(){throw new Error("clearTimeout has not been defined")}(function(){try{typeof setTimeout=="function"?cachedSetTimeout=setTimeout:cachedSetTimeout=defaultSetTimout}catch(e){cachedSetTimeout=defaultSetTimout}try{typeof clearTimeout=="function"?cachedClearTimeout=clearTimeout:cachedClearTimeout=defaultClearTimeout}catch(e){cachedClearTimeout=defaultClearTimeout}})();function runTimeout(fun){if(cachedSetTimeout===setTimeout)return setTimeout(fun,0);if((cachedSetTimeout===defaultSetTimout||!cachedSetTimeout)&&setTimeout)return cachedSetTimeout=setTimeout,setTimeout(fun,0);try{return cachedSetTimeout(fun,0)}catch(e){try{return cachedSetTimeout.call(null,fun,0)}catch(e2){return cachedSetTimeout.call(this,fun,0)}}}function runClearTimeout(marker){if(cachedClearTimeout===clearTimeout)return clearTimeout(marker);if((cachedClearTimeout===defaultClearTimeout||!cachedClearTimeout)&&clearTimeout)return cachedClearTimeout=clearTimeout,clearTimeout(marker);try{return cachedClearTimeout(marker)}catch(e){try{return cachedClearTimeout.call(null,marker)}catch(e2){return cachedClearTimeout.call(this,marker)}}}var queue=[],draining=!1,currentQueue,queueIndex=-1;function cleanUpNextTick(){!draining||!currentQueue||(draining=!1,currentQueue.length?queue=currentQueue.concat(queue):queueIndex=-1,queue.length&&drainQueue())}function drainQueue(){if(!draining){var timeout=runTimeout(cleanUpNextTick);draining=!0;for(var len=queue.length;len;){for(currentQueue=queue,queue=[];++queueIndex<len;)currentQueue&&currentQueue[queueIndex].run();queueIndex=-1,len=queue.length}currentQueue=null,draining=!1,runClearTimeout(timeout)}}process2.nextTick=function(fun){var args=new Array(arguments.length-1);if(arguments.length>1)for(var i=1;i<arguments.length;i++)args[i-1]=arguments[i];queue.push(new Item(fun,args)),queue.length===1&&!draining&&runTimeout(drainQueue)};function Item(fun,array){this.fun=fun,this.array=array}Item.prototype.run=function(){this.fun.apply(null,this.array)};process2.title="browser";process2.browser=!0;process2.env={};process2.argv=[];process2.version="";process2.versions={};function noop(){}process2.on=noop;process2.addListener=noop;process2.once=noop;process2.off=noop;process2.removeListener=noop;process2.removeAllListeners=noop;process2.emit=noop;process2.prependListener=noop;process2.prependOnceListener=noop;process2.listeners=function(name){return[]};process2.binding=function(name){throw new Error("process.binding is not supported")};process2.cwd=function(){return"/"};process2.chdir=function(dir){throw new Error("process.chdir is not supported")};process2.umask=function(){return 0}}});var import_buffer,import_process,_globalThis,init_shim=__esm({"node_modules/node-stdlib-browser/helpers/esbuild/shim.js"(){import_buffer=__toESM(require_buffer()),import_process=__toESM(require_browser()),_globalThis=function(Object2){function get(){var _global3=this||self;return delete Object2.prototype.__magic__,_global3}if(typeof globalThis=="object")return globalThis;if(this)return get();Object2.defineProperty(Object2.prototype,"__magic__",{configurable:!0,get});var _global2=__magic__;return _global2}(Object)}});var require_global=__commonJS({"node_modules/core-js/internals/global.js"(exports,module){"use strict";init_define_process_env();init_shim();var check=function(it){return it&&it.Math===Math&&it};module.exports=check(typeof globalThis=="object"&&globalThis)||check(typeof window=="object"&&window)||check(typeof self=="object"&&self)||check(typeof window=="object"&&window)||check(typeof exports=="object"&&exports)||function(){return this}()||Function("return this")()}});var require_fails=__commonJS({"node_modules/core-js/internals/fails.js"(exports,module){"use strict";init_define_process_env();init_shim();module.exports=function(exec){try{return!!exec()}catch(error){return!0}}}});var require_descriptors=__commonJS({"node_modules/core-js/internals/descriptors.js"(exports,module){"use strict";init_define_process_env();init_shim();var fails=require_fails();module.exports=!fails(function(){return Object.defineProperty({},1,{get:function(){return 7}})[1]!==7})}});var require_function_bind_native=__commonJS({"node_modules/core-js/internals/function-bind-native.js"(exports,module){"use strict";init_define_process_env();init_shim();var fails=require_fails();module.exports=!fails(function(){var test=(function(){}).bind();return typeof test!="function"||test.hasOwnProperty("prototype")})}});var require_function_call=__commonJS({"node_modules/core-js/internals/function-call.js"(exports,module){"use strict";init_define_process_env();init_shim();var NATIVE_BIND=require_function_bind_native(),call=Function.prototype.call;module.exports=NATIVE_BIND?call.bind(call):function(){return call.apply(call,arguments)}}});var require_object_property_is_enumerable=__commonJS({"node_modules/core-js/internals/object-property-is-enumerable.js"(exports){"use strict";init_define_process_env();init_shim();var $propertyIsEnumerable={}.propertyIsEnumerable,getOwnPropertyDescriptor=Object.getOwnPropertyDescriptor,NASHORN_BUG=getOwnPropertyDescriptor&&!$propertyIsEnumerable.call({1:2},1);exports.f=NASHORN_BUG?function(V){var descriptor=getOwnPropertyDescriptor(this,V);return!!descriptor&&descriptor.enumerable}:$propertyIsEnumerable}});var require_create_property_descriptor=__commonJS({"node_modules/core-js/internals/create-property-descriptor.js"(exports,module){"use strict";init_define_process_env();init_shim();module.exports=function(bitmap,value){return{enumerable:!(bitmap&1),configurable:!(bitmap&2),writable:!(bitmap&4),value}}}});var require_function_uncurry_this=__commonJS({"node_modules/core-js/internals/function-uncurry-this.js"(exports,module){"use strict";init_define_process_env();init_shim();var NATIVE_BIND=require_function_bind_native(),FunctionPrototype=Function.prototype,call=FunctionPrototype.call,uncurryThisWithBind=NATIVE_BIND&&FunctionPrototype.bind.bind(call,call);module.exports=NATIVE_BIND?uncurryThisWithBind:function(fn){return function(){return call.apply(fn,arguments)}}}});var require_classof_raw=__commonJS({"node_modules/core-js/internals/classof-raw.js"(exports,module){"use strict";init_define_process_env();init_shim();var uncurryThis=require_function_uncurry_this(),toString=uncurryThis({}.toString),stringSlice=uncurryThis("".slice);module.exports=function(it){return stringSlice(toString(it),8,-1)}}});var require_indexed_object=__commonJS({"node_modules/core-js/internals/indexed-object.js"(exports,module){"use strict";init_define_process_env();init_shim();var uncurryThis=require_function_uncurry_this(),fails=require_fails(),classof=require_classof_raw(),$Object=Object,split=uncurryThis("".split);module.exports=fails(function(){return!$Object("z").propertyIsEnumerable(0)})?function(it){return classof(it)==="String"?split(it,""):$Object(it)}:$Object}});var require_is_null_or_undefined=__commonJS({"node_modules/core-js/internals/is-null-or-undefined.js"(exports,module){"use strict";init_define_process_env();init_shim();module.exports=function(it){return it==null}}});var require_require_object_coercible=__commonJS({"node_modules/core-js/internals/require-object-coercible.js"(exports,module){"use strict";init_define_process_env();init_shim();var isNullOrUndefined=require_is_null_or_undefined(),$TypeError=TypeError;module.exports=function(it){if(isNullOrUndefined(it))throw new $TypeError("Can't call method on "+it);return it}}});var require_to_indexed_object=__commonJS({"node_modules/core-js/internals/to-indexed-object.js"(exports,module){"use strict";init_define_process_env();init_shim();var IndexedObject=require_indexed_object(),requireObjectCoercible=require_require_object_coercible();module.exports=function(it){return IndexedObject(requireObjectCoercible(it))}}});var require_is_callable=__commonJS({"node_modules/core-js/internals/is-callable.js"(exports,module){"use strict";init_define_process_env();init_shim();var documentAll=typeof document=="object"&&document.all;module.exports=typeof documentAll>"u"&&documentAll!==void 0?function(argument){return typeof argument=="function"||argument===documentAll}:function(argument){return typeof argument=="function"}}});var require_is_object=__commonJS({"node_modules/core-js/internals/is-object.js"(exports,module){"use strict";init_define_process_env();init_shim();var isCallable=require_is_callable();module.exports=function(it){return typeof it=="object"?it!==null:isCallable(it)}}});var require_get_built_in=__commonJS({"node_modules/core-js/internals/get-built-in.js"(exports,module){"use strict";init_define_process_env();init_shim();var global=require_global(),isCallable=require_is_callable(),aFunction=function(argument){return isCallable(argument)?argument:void 0};module.exports=function(namespace,method){return arguments.length<2?aFunction(global[namespace]):global[namespace]&&global[namespace][method]}}});var require_object_is_prototype_of=__commonJS({"node_modules/core-js/internals/object-is-prototype-of.js"(exports,module){"use strict";init_define_process_env();init_shim();var uncurryThis=require_function_uncurry_this();module.exports=uncurryThis({}.isPrototypeOf)}});var require_engine_user_agent=__commonJS({"node_modules/core-js/internals/engine-user-agent.js"(exports,module){"use strict";init_define_process_env();init_shim();module.exports=typeof navigator<"u"&&String(navigator.userAgent)||""}});var require_engine_v8_version=__commonJS({"node_modules/core-js/internals/engine-v8-version.js"(exports,module){"use strict";init_define_process_env();init_shim();var global=require_global(),userAgent=require_engine_user_agent(),process2=global.process,Deno=global.Deno,versions=process2&&process2.versions||Deno&&Deno.version,v8=versions&&versions.v8,match,version;v8&&(match=v8.split("."),version=match[0]>0&&match[0]<4?1:+(match[0]+match[1]));!version&&userAgent&&(match=userAgent.match(/Edge\/(\d+)/),(!match||match[1]>=74)&&(match=userAgent.match(/Chrome\/(\d+)/),match&&(version=+match[1])));module.exports=version}});var require_symbol_constructor_detection=__commonJS({"node_modules/core-js/internals/symbol-constructor-detection.js"(exports,module){"use strict";init_define_process_env();init_shim();var V8_VERSION=require_engine_v8_version(),fails=require_fails(),global=require_global(),$String=global.String;module.exports=!!Object.getOwnPropertySymbols&&!fails(function(){var symbol=Symbol("symbol detection");return!$String(symbol)||!(Object(symbol)instanceof Symbol)||!Symbol.sham&&V8_VERSION&&V8_VERSION<41})}});var require_use_symbol_as_uid=__commonJS({"node_modules/core-js/internals/use-symbol-as-uid.js"(exports,module){"use strict";init_define_process_env();init_shim();var NATIVE_SYMBOL=require_symbol_constructor_detection();module.exports=NATIVE_SYMBOL&&!Symbol.sham&&typeof Symbol.iterator=="symbol"}});var require_is_symbol=__commonJS({"node_modules/core-js/internals/is-symbol.js"(exports,module){"use strict";init_define_process_env();init_shim();var getBuiltIn=require_get_built_in(),isCallable=require_is_callable(),isPrototypeOf=require_object_is_prototype_of(),USE_SYMBOL_AS_UID=require_use_symbol_as_uid(),$Object=Object;module.exports=USE_SYMBOL_AS_UID?function(it){return typeof it=="symbol"}:function(it){var $Symbol=getBuiltIn("Symbol");return isCallable($Symbol)&&isPrototypeOf($Symbol.prototype,$Object(it))}}});var require_try_to_string=__commonJS({"node_modules/core-js/internals/try-to-string.js"(exports,module){"use strict";init_define_process_env();init_shim();var $String=String;module.exports=function(argument){try{return $String(argument)}catch(error){return"Object"}}}});var require_a_callable=__commonJS({"node_modules/core-js/internals/a-callable.js"(exports,module){"use strict";init_define_process_env();init_shim();var isCallable=require_is_callable(),tryToString=require_try_to_string(),$TypeError=TypeError;module.exports=function(argument){if(isCallable(argument))return argument;throw new $TypeError(tryToString(argument)+" is not a function")}}});var require_get_method=__commonJS({"node_modules/core-js/internals/get-method.js"(exports,module){"use strict";init_define_process_env();init_shim();var aCallable=require_a_callable(),isNullOrUndefined=require_is_null_or_undefined();module.exports=function(V,P){var func=V[P];return isNullOrUndefined(func)?void 0:aCallable(func)}}});var require_ordinary_to_primitive=__commonJS({"node_modules/core-js/internals/ordinary-to-primitive.js"(exports,module){"use strict";init_define_process_env();init_shim();var call=require_function_call(),isCallable=require_is_callable(),isObject=require_is_object(),$TypeError=TypeError;module.exports=function(input,pref){var fn,val;if(pref==="string"&&isCallable(fn=input.toString)&&!isObject(val=call(fn,input))||isCallable(fn=input.valueOf)&&!isObject(val=call(fn,input))||pref!=="string"&&isCallable(fn=input.toString)&&!isObject(val=call(fn,input)))return val;throw new $TypeError("Can't convert object to primitive value")}}});var require_is_pure=__commonJS({"node_modules/core-js/internals/is-pure.js"(exports,module){"use strict";init_define_process_env();init_shim();module.exports=!1}});var require_define_global_property=__commonJS({"node_modules/core-js/internals/define-global-property.js"(exports,module){"use strict";init_define_process_env();init_shim();var global=require_global(),defineProperty=Object.defineProperty;module.exports=function(key,value){try{defineProperty(global,key,{value,configurable:!0,writable:!0})}catch(error){global[key]=value}return value}}});var require_shared_store=__commonJS({"node_modules/core-js/internals/shared-store.js"(exports,module){"use strict";init_define_process_env();init_shim();var global=require_global(),defineGlobalProperty=require_define_global_property(),SHARED="__core-js_shared__",store=global[SHARED]||defineGlobalProperty(SHARED,{});module.exports=store}});var require_shared=__commonJS({"node_modules/core-js/internals/shared.js"(exports,module){"use strict";init_define_process_env();init_shim();var IS_PURE=require_is_pure(),store=require_shared_store();(module.exports=function(key,value){return store[key]||(store[key]=value!==void 0?value:{})})("versions",[]).push({version:"3.35.1",mode:IS_PURE?"pure":"global",copyright:"\xA9 2014-2024 Denis Pushkarev (zloirock.ru)",license:"https://github.com/zloirock/core-js/blob/v3.35.1/LICENSE",source:"https://github.com/zloirock/core-js"})}});var require_to_object=__commonJS({"node_modules/core-js/internals/to-object.js"(exports,module){"use strict";init_define_process_env();init_shim();var requireObjectCoercible=require_require_object_coercible(),$Object=Object;module.exports=function(argument){return $Object(requireObjectCoercible(argument))}}});var require_has_own_property=__commonJS({"node_modules/core-js/internals/has-own-property.js"(exports,module){"use strict";init_define_process_env();init_shim();var uncurryThis=require_function_uncurry_this(),toObject=require_to_object(),hasOwnProperty=uncurryThis({}.hasOwnProperty);module.exports=Object.hasOwn||function(it,key){return hasOwnProperty(toObject(it),key)}}});var require_uid=__commonJS({"node_modules/core-js/internals/uid.js"(exports,module){"use strict";init_define_process_env();init_shim();var uncurryThis=require_function_uncurry_this(),id=0,postfix=Math.random(),toString=uncurryThis(1 .toString);module.exports=function(key){return"Symbol("+(key===void 0?"":key)+")_"+toString(++id+postfix,36)}}});var require_well_known_symbol=__commonJS({"node_modules/core-js/internals/well-known-symbol.js"(exports,module){"use strict";init_define_process_env();init_shim();var global=require_global(),shared=require_shared(),hasOwn=require_has_own_property(),uid=require_uid(),NATIVE_SYMBOL=require_symbol_constructor_detection(),USE_SYMBOL_AS_UID=require_use_symbol_as_uid(),Symbol2=global.Symbol,WellKnownSymbolsStore=shared("wks"),createWellKnownSymbol=USE_SYMBOL_AS_UID?Symbol2.for||Symbol2:Symbol2&&Symbol2.withoutSetter||uid;module.exports=function(name){return hasOwn(WellKnownSymbolsStore,name)||(WellKnownSymbolsStore[name]=NATIVE_SYMBOL&&hasOwn(Symbol2,name)?Symbol2[name]:createWellKnownSymbol("Symbol."+name)),WellKnownSymbolsStore[name]}}});var require_to_primitive=__commonJS({"node_modules/core-js/internals/to-primitive.js"(exports,module){"use strict";init_define_process_env();init_shim();var call=require_function_call(),isObject=require_is_object(),isSymbol=require_is_symbol(),getMethod=require_get_method(),ordinaryToPrimitive=require_ordinary_to_primitive(),wellKnownSymbol=require_well_known_symbol(),$TypeError=TypeError,TO_PRIMITIVE=wellKnownSymbol("toPrimitive");module.exports=function(input,pref){if(!isObject(input)||isSymbol(input))return input;var exoticToPrim=getMethod(input,TO_PRIMITIVE),result;if(exoticToPrim){if(pref===void 0&&(pref="default"),result=call(exoticToPrim,input,pref),!isObject(result)||isSymbol(result))return result;throw new $TypeError("Can't convert object to primitive value")}return pref===void 0&&(pref="number"),ordinaryToPrimitive(input,pref)}}});var require_to_property_key=__commonJS({"node_modules/core-js/internals/to-property-key.js"(exports,module){"use strict";init_define_process_env();init_shim();var toPrimitive=require_to_primitive(),isSymbol=require_is_symbol();module.exports=function(argument){var key=toPrimitive(argument,"string");return isSymbol(key)?key:key+""}}});var require_document_create_element=__commonJS({"node_modules/core-js/internals/document-create-element.js"(exports,module){"use strict";init_define_process_env();init_shim();var global=require_global(),isObject=require_is_object(),document2=global.document,EXISTS=isObject(document2)&&isObject(document2.createElement);module.exports=function(it){return EXISTS?document2.createElement(it):{}}}});var require_ie8_dom_define=__commonJS({"node_modules/core-js/internals/ie8-dom-define.js"(exports,module){"use strict";init_define_process_env();init_shim();var DESCRIPTORS=require_descriptors(),fails=require_fails(),createElement=require_document_create_element();module.exports=!DESCRIPTORS&&!fails(function(){return Object.defineProperty(createElement("div"),"a",{get:function(){return 7}}).a!==7})}});var require_object_get_own_property_descriptor=__commonJS({"node_modules/core-js/internals/object-get-own-property-descriptor.js"(exports){"use strict";init_define_process_env();init_shim();var DESCRIPTORS=require_descriptors(),call=require_function_call(),propertyIsEnumerableModule=require_object_property_is_enumerable(),createPropertyDescriptor=require_create_property_descriptor(),toIndexedObject=require_to_indexed_object(),toPropertyKey=require_to_property_key(),hasOwn=require_has_own_property(),IE8_DOM_DEFINE=require_ie8_dom_define(),$getOwnPropertyDescriptor=Object.getOwnPropertyDescriptor;exports.f=DESCRIPTORS?$getOwnPropertyDescriptor:function(O,P){if(O=toIndexedObject(O),P=toPropertyKey(P),IE8_DOM_DEFINE)try{return $getOwnPropertyDescriptor(O,P)}catch(error){}if(hasOwn(O,P))return createPropertyDescriptor(!call(propertyIsEnumerableModule.f,O,P),O[P])}}});var require_v8_prototype_define_bug=__commonJS({"node_modules/core-js/internals/v8-prototype-define-bug.js"(exports,module){"use strict";init_define_process_env();init_shim();var DESCRIPTORS=require_descriptors(),fails=require_fails();module.exports=DESCRIPTORS&&fails(function(){return Object.defineProperty(function(){},"prototype",{value:42,writable:!1}).prototype!==42})}});var require_an_object=__commonJS({"node_modules/core-js/internals/an-object.js"(exports,module){"use strict";init_define_process_env();init_shim();var isObject=require_is_object(),$String=String,$TypeError=TypeError;module.exports=function(argument){if(isObject(argument))return argument;throw new $TypeError($String(argument)+" is not an object")}}});var require_object_define_property=__commonJS({"node_modules/core-js/internals/object-define-property.js"(exports){"use strict";init_define_process_env();init_shim();var DESCRIPTORS=require_descriptors(),IE8_DOM_DEFINE=require_ie8_dom_define(),V8_PROTOTYPE_DEFINE_BUG=require_v8_prototype_define_bug(),anObject=require_an_object(),toPropertyKey=require_to_property_key(),$TypeError=TypeError,$defineProperty=Object.defineProperty,$getOwnPropertyDescriptor=Object.getOwnPropertyDescriptor,ENUMERABLE="enumerable",CONFIGURABLE="configurable",WRITABLE="writable";exports.f=DESCRIPTORS?V8_PROTOTYPE_DEFINE_BUG?function(O,P,Attributes){if(anObject(O),P=toPropertyKey(P),anObject(Attributes),typeof O=="function"&&P==="prototype"&&"value"in Attributes&&WRITABLE in Attributes&&!Attributes[WRITABLE]){var current=$getOwnPropertyDescriptor(O,P);current&&current[WRITABLE]&&(O[P]=Attributes.value,Attributes={configurable:CONFIGURABLE in Attributes?Attributes[CONFIGURABLE]:current[CONFIGURABLE],enumerable:ENUMERABLE in Attributes?Attributes[ENUMERABLE]:current[ENUMERABLE],writable:!1})}return $defineProperty(O,P,Attributes)}:$defineProperty:function(O,P,Attributes){if(anObject(O),P=toPropertyKey(P),anObject(Attributes),IE8_DOM_DEFINE)try{return $defineProperty(O,P,Attributes)}catch(error){}if("get"in Attributes||"set"in Attributes)throw new $TypeError("Accessors not supported");return"value"in Attributes&&(O[P]=Attributes.value),O}}});var require_create_non_enumerable_property=__commonJS({"node_modules/core-js/internals/create-non-enumerable-property.js"(exports,module){"use strict";init_define_process_env();init_shim();var DESCRIPTORS=require_descriptors(),definePropertyModule=require_object_define_property(),createPropertyDescriptor=require_create_property_descriptor();module.exports=DESCRIPTORS?function(object,key,value){return definePropertyModule.f(object,key,createPropertyDescriptor(1,value))}:function(object,key,value){return object[key]=value,object}}});var require_function_name=__commonJS({"node_modules/core-js/internals/function-name.js"(exports,module){"use strict";init_define_process_env();init_shim();var DESCRIPTORS=require_descriptors(),hasOwn=require_has_own_property(),FunctionPrototype=Function.prototype,getDescriptor=DESCRIPTORS&&Object.getOwnPropertyDescriptor,EXISTS=hasOwn(FunctionPrototype,"name"),PROPER=EXISTS&&(function(){}).name==="something",CONFIGURABLE=EXISTS&&(!DESCRIPTORS||DESCRIPTORS&&getDescriptor(FunctionPrototype,"name").configurable);module.exports={EXISTS,PROPER,CONFIGURABLE}}});var require_inspect_source=__commonJS({"node_modules/core-js/internals/inspect-source.js"(exports,module){"use strict";init_define_process_env();init_shim();var uncurryThis=require_function_uncurry_this(),isCallable=require_is_callable(),store=require_shared_store(),functionToString=uncurryThis(Function.toString);isCallable(store.inspectSource)||(store.inspectSource=function(it){return functionToString(it)});module.exports=store.inspectSource}});var require_weak_map_basic_detection=__commonJS({"node_modules/core-js/internals/weak-map-basic-detection.js"(exports,module){"use strict";init_define_process_env();init_shim();var global=require_global(),isCallable=require_is_callable(),WeakMap=global.WeakMap;module.exports=isCallable(WeakMap)&&/native code/.test(String(WeakMap))}});var require_shared_key=__commonJS({"node_modules/core-js/internals/shared-key.js"(exports,module){"use strict";init_define_process_env();init_shim();var shared=require_shared(),uid=require_uid(),keys=shared("keys");module.exports=function(key){return keys[key]||(keys[key]=uid(key))}}});var require_hidden_keys=__commonJS({"node_modules/core-js/internals/hidden-keys.js"(exports,module){"use strict";init_define_process_env();init_shim();module.exports={}}});var require_internal_state=__commonJS({"node_modules/core-js/internals/internal-state.js"(exports,module){"use strict";init_define_process_env();init_shim();var NATIVE_WEAK_MAP=require_weak_map_basic_detection(),global=require_global(),isObject=require_is_object(),createNonEnumerableProperty=require_create_non_enumerable_property(),hasOwn=require_has_own_property(),shared=require_shared_store(),sharedKey=require_shared_key(),hiddenKeys=require_hidden_keys(),OBJECT_ALREADY_INITIALIZED="Object already initialized",TypeError2=global.TypeError,WeakMap=global.WeakMap,set,get,has,enforce=function(it){return has(it)?get(it):set(it,{})},getterFor=function(TYPE){return function(it){var state;if(!isObject(it)||(state=get(it)).type!==TYPE)throw new TypeError2("Incompatible receiver, "+TYPE+" required");return state}};NATIVE_WEAK_MAP||shared.state?(store=shared.state||(shared.state=new WeakMap),store.get=store.get,store.has=store.has,store.set=store.set,set=function(it,metadata){if(store.has(it))throw new TypeError2(OBJECT_ALREADY_INITIALIZED);return metadata.facade=it,store.set(it,metadata),metadata},get=function(it){return store.get(it)||{}},has=function(it){return store.has(it)}):(STATE=sharedKey("state"),hiddenKeys[STATE]=!0,set=function(it,metadata){if(hasOwn(it,STATE))throw new TypeError2(OBJECT_ALREADY_INITIALIZED);return metadata.facade=it,createNonEnumerableProperty(it,STATE,metadata),metadata},get=function(it){return hasOwn(it,STATE)?it[STATE]:{}},has=function(it){return hasOwn(it,STATE)});var store,STATE;module.exports={set,get,has,enforce,getterFor}}});var require_make_built_in=__commonJS({"node_modules/core-js/internals/make-built-in.js"(exports,module){"use strict";init_define_process_env();init_shim();var uncurryThis=require_function_uncurry_this(),fails=require_fails(),isCallable=require_is_callable(),hasOwn=require_has_own_property(),DESCRIPTORS=require_descriptors(),CONFIGURABLE_FUNCTION_NAME=require_function_name().CONFIGURABLE,inspectSource=require_inspect_source(),InternalStateModule=require_internal_state(),enforceInternalState=InternalStateModule.enforce,getInternalState=InternalStateModule.get,$String=String,defineProperty=Object.defineProperty,stringSlice=uncurryThis("".slice),replace=uncurryThis("".replace),join=uncurryThis([].join),CONFIGURABLE_LENGTH=DESCRIPTORS&&!fails(function(){return defineProperty(function(){},"length",{value:8}).length!==8}),TEMPLATE=String(String).split("String"),makeBuiltIn=module.exports=function(value,name,options){stringSlice($String(name),0,7)==="Symbol("&&(name="["+replace($String(name),/^Symbol\(([^)]*)\).*$/,"$1")+"]"),options&&options.getter&&(name="get "+name),options&&options.setter&&(name="set "+name),(!hasOwn(value,"name")||CONFIGURABLE_FUNCTION_NAME&&value.name!==name)&&(DESCRIPTORS?defineProperty(value,"name",{value:name,configurable:!0}):value.name=name),CONFIGURABLE_LENGTH&&options&&hasOwn(options,"arity")&&value.length!==options.arity&&defineProperty(value,"length",{value:options.arity});try{options&&hasOwn(options,"constructor")&&options.constructor?DESCRIPTORS&&defineProperty(value,"prototype",{writable:!1}):value.prototype&&(value.prototype=void 0)}catch(error){}var state=enforceInternalState(value);return hasOwn(state,"source")||(state.source=join(TEMPLATE,typeof name=="string"?name:"")),value};Function.prototype.toString=makeBuiltIn(function(){return isCallable(this)&&getInternalState(this).source||inspectSource(this)},"toString")}});var require_define_built_in=__commonJS({"node_modules/core-js/internals/define-built-in.js"(exports,module){"use strict";init_define_process_env();init_shim();var isCallable=require_is_callable(),definePropertyModule=require_object_define_property(),makeBuiltIn=require_make_built_in(),defineGlobalProperty=require_define_global_property();module.exports=function(O,key,value,options){options||(options={});var simple=options.enumerable,name=options.name!==void 0?options.name:key;if(isCallable(value)&&makeBuiltIn(value,name,options),options.global)simple?O[key]=value:defineGlobalProperty(key,value);else{try{options.unsafe?O[key]&&(simple=!0):delete O[key]}catch(error){}simple?O[key]=value:definePropertyModule.f(O,key,{value,enumerable:!1,configurable:!options.nonConfigurable,writable:!options.nonWritable})}return O}}});var require_math_trunc=__commonJS({"node_modules/core-js/internals/math-trunc.js"(exports,module){"use strict";init_define_process_env();init_shim();var ceil=Math.ceil,floor=Math.floor;module.exports=Math.trunc||function(x){var n=+x;return(n>0?floor:ceil)(n)}}});var require_to_integer_or_infinity=__commonJS({"node_modules/core-js/internals/to-integer-or-infinity.js"(exports,module){"use strict";init_define_process_env();init_shim();var trunc=require_math_trunc();module.exports=function(argument){var number=+argument;return number!==number||number===0?0:trunc(number)}}});var require_to_absolute_index=__commonJS({"node_modules/core-js/internals/to-absolute-index.js"(exports,module){"use strict";init_define_process_env();init_shim();var toIntegerOrInfinity=require_to_integer_or_infinity(),max=Math.max,min=Math.min;module.exports=function(index,length){var integer=toIntegerOrInfinity(index);return integer<0?max(integer+length,0):min(integer,length)}}});var require_to_length=__commonJS({"node_modules/core-js/internals/to-length.js"(exports,module){"use strict";init_define_process_env();init_shim();var toIntegerOrInfinity=require_to_integer_or_infinity(),min=Math.min;module.exports=function(argument){var len=toIntegerOrInfinity(argument);return len>0?min(len,9007199254740991):0}}});var require_length_of_array_like=__commonJS({"node_modules/core-js/internals/length-of-array-like.js"(exports,module){"use strict";init_define_process_env();init_shim();var toLength=require_to_length();module.exports=function(obj){return toLength(obj.length)}}});var require_array_includes=__commonJS({"node_modules/core-js/internals/array-includes.js"(exports,module){"use strict";init_define_process_env();init_shim();var toIndexedObject=require_to_indexed_object(),toAbsoluteIndex=require_to_absolute_index(),lengthOfArrayLike=require_length_of_array_like(),createMethod=function(IS_INCLUDES){return function($this,el,fromIndex){var O=toIndexedObject($this),length=lengthOfArrayLike(O),index=toAbsoluteIndex(fromIndex,length),value;if(IS_INCLUDES&&el!==el){for(;length>index;)if(value=O[index++],value!==value)return!0}else for(;length>index;index++)if((IS_INCLUDES||index in O)&&O[index]===el)return IS_INCLUDES||index||0;return!IS_INCLUDES&&-1}};module.exports={includes:createMethod(!0),indexOf:createMethod(!1)}}});var require_object_keys_internal=__commonJS({"node_modules/core-js/internals/object-keys-internal.js"(exports,module){"use strict";init_define_process_env();init_shim();var uncurryThis=require_function_uncurry_this(),hasOwn=require_has_own_property(),toIndexedObject=require_to_indexed_object(),indexOf=require_array_includes().indexOf,hiddenKeys=require_hidden_keys(),push=uncurryThis([].push);module.exports=function(object,names){var O=toIndexedObject(object),i=0,result=[],key;for(key in O)!hasOwn(hiddenKeys,key)&&hasOwn(O,key)&&push(result,key);for(;names.length>i;)hasOwn(O,key=names[i++])&&(~indexOf(result,key)||push(result,key));return result}}});var require_enum_bug_keys=__commonJS({"node_modules/core-js/internals/enum-bug-keys.js"(exports,module){"use strict";init_define_process_env();init_shim();module.exports=["constructor","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","toLocaleString","toString","valueOf"]}});var require_object_get_own_property_names=__commonJS({"node_modules/core-js/internals/object-get-own-property-names.js"(exports){"use strict";init_define_process_env();init_shim();var internalObjectKeys=require_object_keys_internal(),enumBugKeys=require_enum_bug_keys(),hiddenKeys=enumBugKeys.concat("length","prototype");exports.f=Object.getOwnPropertyNames||function(O){return internalObjectKeys(O,hiddenKeys)}}});var require_object_get_own_property_symbols=__commonJS({"node_modules/core-js/internals/object-get-own-property-symbols.js"(exports){"use strict";init_define_process_env();init_shim();exports.f=Object.getOwnPropertySymbols}});var require_own_keys=__commonJS({"node_modules/core-js/internals/own-keys.js"(exports,module){"use strict";init_define_process_env();init_shim();var getBuiltIn=require_get_built_in(),uncurryThis=require_function_uncurry_this(),getOwnPropertyNamesModule=require_object_get_own_property_names(),getOwnPropertySymbolsModule=require_object_get_own_property_symbols(),anObject=require_an_object(),concat=uncurryThis([].concat);module.exports=getBuiltIn("Reflect","ownKeys")||function(it){var keys=getOwnPropertyNamesModule.f(anObject(it)),getOwnPropertySymbols=getOwnPropertySymbolsModule.f;return getOwnPropertySymbols?concat(keys,getOwnPropertySymbols(it)):keys}}});var require_copy_constructor_properties=__commonJS({"node_modules/core-js/internals/copy-constructor-properties.js"(exports,module){"use strict";init_define_process_env();init_shim();var hasOwn=require_has_own_property(),ownKeys=require_own_keys(),getOwnPropertyDescriptorModule=require_object_get_own_property_descriptor(),definePropertyModule=require_object_define_property();module.exports=function(target,source,exceptions){for(var keys=ownKeys(source),defineProperty=definePropertyModule.f,getOwnPropertyDescriptor=getOwnPropertyDescriptorModule.f,i=0;i<keys.length;i++){var key=keys[i];!hasOwn(target,key)&&!(exceptions&&hasOwn(exceptions,key))&&defineProperty(target,key,getOwnPropertyDescriptor(source,key))}}}});var require_is_forced=__commonJS({"node_modules/core-js/internals/is-forced.js"(exports,module){"use strict";init_define_process_env();init_shim();var fails=require_fails(),isCallable=require_is_callable(),replacement=/#|\.prototype\./,isForced=function(feature,detection){var value=data[normalize(feature)];return value===POLYFILL?!0:value===NATIVE?!1:isCallable(detection)?fails(detection):!!detection},normalize=isForced.normalize=function(string){return String(string).replace(replacement,".").toLowerCase()},data=isForced.data={},NATIVE=isForced.NATIVE="N",POLYFILL=isForced.POLYFILL="P";module.exports=isForced}});var require_export=__commonJS({"node_modules/core-js/internals/export.js"(exports,module){"use strict";init_define_process_env();init_shim();var global=require_global(),getOwnPropertyDescriptor=require_object_get_own_property_descriptor().f,createNonEnumerableProperty=require_create_non_enumerable_property(),defineBuiltIn=require_define_built_in(),defineGlobalProperty=require_define_global_property(),copyConstructorProperties=require_copy_constructor_properties(),isForced=require_is_forced();module.exports=function(options,source){var TARGET=options.target,GLOBAL=options.global,STATIC=options.stat,FORCED,target,key,targetProperty,sourceProperty,descriptor;if(GLOBAL?target=global:STATIC?target=global[TARGET]||defineGlobalProperty(TARGET,{}):target=global[TARGET]&&global[TARGET].prototype,target)for(key in source){if(sourceProperty=source[key],options.dontCallGetSet?(descriptor=getOwnPropertyDescriptor(target,key),targetProperty=descriptor&&descriptor.value):targetProperty=target[key],FORCED=isForced(GLOBAL?key:TARGET+(STATIC?".":"#")+key,options.forced),!FORCED&&targetProperty!==void 0){if(typeof sourceProperty==typeof targetProperty)continue;copyConstructorProperties(sourceProperty,targetProperty)}(options.sham||targetProperty&&targetProperty.sham)&&createNonEnumerableProperty(sourceProperty,"sham",!0),defineBuiltIn(target,key,sourceProperty,options)}}}});var require_to_string_tag_support=__commonJS({"node_modules/core-js/internals/to-string-tag-support.js"(exports,module){"use strict";init_define_process_env();init_shim();var wellKnownSymbol=require_well_known_symbol(),TO_STRING_TAG=wellKnownSymbol("toStringTag"),test={};test[TO_STRING_TAG]="z";module.exports=String(test)==="[object z]"}});var require_classof=__commonJS({"node_modules/core-js/internals/classof.js"(exports,module){"use strict";init_define_process_env();init_shim();var TO_STRING_TAG_SUPPORT=require_to_string_tag_support(),isCallable=require_is_callable(),classofRaw=require_classof_raw(),wellKnownSymbol=require_well_known_symbol(),TO_STRING_TAG=wellKnownSymbol("toStringTag"),$Object=Object,CORRECT_ARGUMENTS=classofRaw(function(){return arguments}())==="Arguments",tryGet=function(it,key){try{return it[key]}catch(error){}};module.exports=TO_STRING_TAG_SUPPORT?classofRaw:function(it){var O,tag,result;return it===void 0?"Undefined":it===null?"Null":typeof(tag=tryGet(O=$Object(it),TO_STRING_TAG))=="string"?tag:CORRECT_ARGUMENTS?classofRaw(O):(result=classofRaw(O))==="Object"&&isCallable(O.callee)?"Arguments":result}}});var require_to_string=__commonJS({"node_modules/core-js/internals/to-string.js"(exports,module){"use strict";init_define_process_env();init_shim();var classof=require_classof(),$String=String;module.exports=function(argument){if(classof(argument)==="Symbol")throw new TypeError("Cannot convert a Symbol value to a string");return $String(argument)}}});var require_define_built_in_accessor=__commonJS({"node_modules/core-js/internals/define-built-in-accessor.js"(exports,module){"use strict";init_define_process_env();init_shim();var makeBuiltIn=require_make_built_in(),defineProperty=require_object_define_property();module.exports=function(target,name,descriptor){return descriptor.get&&makeBuiltIn(descriptor.get,name,{getter:!0}),descriptor.set&&makeBuiltIn(descriptor.set,name,{setter:!0}),defineProperty.f(target,name,descriptor)}}});var require_es_symbol_description=__commonJS({"node_modules/core-js/modules/es.symbol.description.js"(){"use strict";init_define_process_env();init_shim();var $2=require_export(),DESCRIPTORS=require_descriptors(),global=require_global(),uncurryThis=require_function_uncurry_this(),hasOwn=require_has_own_property(),isCallable=require_is_callable(),isPrototypeOf=require_object_is_prototype_of(),toString=require_to_string(),defineBuiltInAccessor=require_define_built_in_accessor(),copyConstructorProperties=require_copy_constructor_properties(),NativeSymbol=global.Symbol,SymbolPrototype=NativeSymbol&&NativeSymbol.prototype;DESCRIPTORS&&isCallable(NativeSymbol)&&(!("description"in SymbolPrototype)||NativeSymbol().description!==void 0)&&(EmptyStringDescriptionStore={},SymbolWrapper=function(){var description=arguments.length<1||arguments[0]===void 0?void 0:toString(arguments[0]),result=isPrototypeOf(SymbolPrototype,this)?new NativeSymbol(description):description===void 0?NativeSymbol():NativeSymbol(description);return description===""&&(EmptyStringDescriptionStore[result]=!0),result},copyConstructorProperties(SymbolWrapper,NativeSymbol),SymbolWrapper.prototype=SymbolPrototype,SymbolPrototype.constructor=SymbolWrapper,NATIVE_SYMBOL=String(NativeSymbol("description detection"))==="Symbol(description detection)",thisSymbolValue=uncurryThis(SymbolPrototype.valueOf),symbolDescriptiveString=uncurryThis(SymbolPrototype.toString),regexp=/^Symbol\((.*)\)[^)]+$/,replace=uncurryThis("".replace),stringSlice=uncurryThis("".slice),defineBuiltInAccessor(SymbolPrototype,"description",{configurable:!0,get:function(){var symbol=thisSymbolValue(this);if(hasOwn(EmptyStringDescriptionStore,symbol))return"";var string=symbolDescriptiveString(symbol),desc=NATIVE_SYMBOL?stringSlice(string,7,-1):replace(string,regexp,"$1");return desc===""?void 0:desc}}),$2({global:!0,constructor:!0,forced:!0},{Symbol:SymbolWrapper}));var EmptyStringDescriptionStore,SymbolWrapper,NATIVE_SYMBOL,thisSymbolValue,symbolDescriptiveString,regexp,replace,stringSlice}});var require_regexp_flags=__commonJS({"node_modules/core-js/internals/regexp-flags.js"(exports,module){"use strict";init_define_process_env();init_shim();var anObject=require_an_object();module.exports=function(){var that=anObject(this),result="";return that.hasIndices&&(result+="d"),that.global&&(result+="g"),that.ignoreCase&&(result+="i"),that.multiline&&(result+="m"),that.dotAll&&(result+="s"),that.unicode&&(result+="u"),that.unicodeSets&&(result+="v"),that.sticky&&(result+="y"),result}}});var require_regexp_sticky_helpers=__commonJS({"node_modules/core-js/internals/regexp-sticky-helpers.js"(exports,module){"use strict";init_define_process_env();init_shim();var fails=require_fails(),global=require_global(),$RegExp=global.RegExp,UNSUPPORTED_Y=fails(function(){var re=$RegExp("a","y");return re.lastIndex=2,re.exec("abcd")!==null}),MISSED_STICKY=UNSUPPORTED_Y||fails(function(){return!$RegExp("a","y").sticky}),BROKEN_CARET=UNSUPPORTED_Y||fails(function(){var re=$RegExp("^r","gy");return re.lastIndex=2,re.exec("str")!==null});module.exports={BROKEN_CARET,MISSED_STICKY,UNSUPPORTED_Y}}});var require_object_keys=__commonJS({"node_modules/core-js/internals/object-keys.js"(exports,module){"use strict";init_define_process_env();init_shim();var internalObjectKeys=require_object_keys_internal(),enumBugKeys=require_enum_bug_keys();module.exports=Object.keys||function(O){return internalObjectKeys(O,enumBugKeys)}}});var require_object_define_properties=__commonJS({"node_modules/core-js/internals/object-define-properties.js"(exports){"use strict";init_define_process_env();init_shim();var DESCRIPTORS=require_descriptors(),V8_PROTOTYPE_DEFINE_BUG=require_v8_prototype_define_bug(),definePropertyModule=require_object_define_property(),anObject=require_an_object(),toIndexedObject=require_to_indexed_object(),objectKeys=require_object_keys();exports.f=DESCRIPTORS&&!V8_PROTOTYPE_DEFINE_BUG?Object.defineProperties:function(O,Properties){anObject(O);for(var props=toIndexedObject(Properties),keys=objectKeys(Properties),length=keys.length,index=0,key;length>index;)definePropertyModule.f(O,key=keys[index++],props[key]);return O}}});var require_html=__commonJS({"node_modules/core-js/internals/html.js"(exports,module){"use strict";init_define_process_env();init_shim();var getBuiltIn=require_get_built_in();module.exports=getBuiltIn("document","documentElement")}});var require_object_create=__commonJS({"node_modules/core-js/internals/object-create.js"(exports,module){"use strict";init_define_process_env();init_shim();var anObject=require_an_object(),definePropertiesModule=require_object_define_properties(),enumBugKeys=require_enum_bug_keys(),hiddenKeys=require_hidden_keys(),html=require_html(),documentCreateElement=require_document_create_element(),sharedKey=require_shared_key(),GT=">",LT="<",PROTOTYPE="prototype",SCRIPT="script",IE_PROTO=sharedKey("IE_PROTO"),EmptyConstructor=function(){},scriptTag=function(content){return LT+SCRIPT+GT+content+LT+"/"+SCRIPT+GT},NullProtoObjectViaActiveX=function(activeXDocument2){activeXDocument2.write(scriptTag("")),activeXDocument2.close();var temp=activeXDocument2.parentWindow.Object;return activeXDocument2=null,temp},NullProtoObjectViaIFrame=function(){var iframe=documentCreateElement("iframe"),JS="java"+SCRIPT+":",iframeDocument;return iframe.style.display="none",html.appendChild(iframe),iframe.src=String(JS),iframeDocument=iframe.contentWindow.document,iframeDocument.open(),iframeDocument.write(scriptTag("document.F=Object")),iframeDocument.close(),iframeDocument.F},activeXDocument,NullProtoObject=function(){try{activeXDocument=new ActiveXObject("htmlfile")}catch(error){}NullProtoObject=typeof document<"u"?document.domain&&activeXDocument?NullProtoObjectViaActiveX(activeXDocument):NullProtoObjectViaIFrame():NullProtoObjectViaActiveX(activeXDocument);for(var length=enumBugKeys.length;length--;)delete NullProtoObject[PROTOTYPE][enumBugKeys[length]];return NullProtoObject()};hiddenKeys[IE_PROTO]=!0;module.exports=Object.create||function(O,Properties){var result;return O!==null?(EmptyConstructor[PROTOTYPE]=anObject(O),result=new EmptyConstructor,EmptyConstructor[PROTOTYPE]=null,result[IE_PROTO]=O):result=NullProtoObject(),Properties===void 0?result:definePropertiesModule.f(result,Properties)}}});var require_regexp_unsupported_dot_all=__commonJS({"node_modules/core-js/internals/regexp-unsupported-dot-all.js"(exports,module){"use strict";init_define_process_env();init_shim();var fails=require_fails(),global=require_global(),$RegExp=global.RegExp;module.exports=fails(function(){var re=$RegExp(".","s");return!(re.dotAll&&re.test("\n")&&re.flags==="s")})}});var require_regexp_unsupported_ncg=__commonJS({"node_modules/core-js/internals/regexp-unsupported-ncg.js"(exports,module){"use strict";init_define_process_env();init_shim();var fails=require_fails(),global=require_global(),$RegExp=global.RegExp;module.exports=fails(function(){var re=$RegExp("(?<a>b)","g");return re.exec("b").groups.a!=="b"||"b".replace(re,"$<a>c")!=="bc"})}});var require_regexp_exec=__commonJS({"node_modules/core-js/internals/regexp-exec.js"(exports,module){"use strict";init_define_process_env();init_shim();var call=require_function_call(),uncurryThis=require_function_uncurry_this(),toString=require_to_string(),regexpFlags=require_regexp_flags(),stickyHelpers=require_regexp_sticky_helpers(),shared=require_shared(),create=require_object_create(),getInternalState=require_internal_state().get,UNSUPPORTED_DOT_ALL=require_regexp_unsupported_dot_all(),UNSUPPORTED_NCG=require_regexp_unsupported_ncg(),nativeReplace=shared("native-string-replace",String.prototype.replace),nativeExec=RegExp.prototype.exec,patchedExec=nativeExec,charAt=uncurryThis("".charAt),indexOf=uncurryThis("".indexOf),replace=uncurryThis("".replace),stringSlice=uncurryThis("".slice),UPDATES_LAST_INDEX_WRONG=function(){var re1=/a/,re2=/b*/g;return call(nativeExec,re1,"a"),call(nativeExec,re2,"a"),re1.lastIndex!==0||re2.lastIndex!==0}(),UNSUPPORTED_Y=stickyHelpers.BROKEN_CARET,NPCG_INCLUDED=/()??/.exec("")[1]!==void 0,PATCH=UPDATES_LAST_INDEX_WRONG||NPCG_INCLUDED||UNSUPPORTED_Y||UNSUPPORTED_DOT_ALL||UNSUPPORTED_NCG;PATCH&&(patchedExec=function(string){var re=this,state=getInternalState(re),str=toString(string),raw=state.raw,result,reCopy,lastIndex,match,i,object,group;if(raw)return raw.lastIndex=re.lastIndex,result=call(patchedExec,raw,str),re.lastIndex=raw.lastIndex,result;var groups=state.groups,sticky=UNSUPPORTED_Y&&re.sticky,flags=call(regexpFlags,re),source=re.source,charsAdded=0,strCopy=str;if(sticky&&(flags=replace(flags,"y",""),indexOf(flags,"g")===-1&&(flags+="g"),strCopy=stringSlice(str,re.lastIndex),re.lastIndex>0&&(!re.multiline||re.multiline&&charAt(str,re.lastIndex-1)!=="\n")&&(source="(?: "+source+")",strCopy=" "+strCopy,charsAdded++),reCopy=new RegExp("^(?:"+source+")",flags)),NPCG_INCLUDED&&(reCopy=new RegExp("^"+source+"$(?!\\s)",flags)),UPDATES_LAST_INDEX_WRONG&&(lastIndex=re.lastIndex),match=call(nativeExec,sticky?reCopy:re,strCopy),sticky?match?(match.input=stringSlice(match.input,charsAdded),match[0]=stringSlice(match[0],charsAdded),match.index=re.lastIndex,re.lastIndex+=match[0].length):re.lastIndex=0:UPDATES_LAST_INDEX_WRONG&&match&&(re.lastIndex=re.global?match.index+match[0].length:lastIndex),NPCG_INCLUDED&&match&&match.length>1&&call(nativeReplace,match[0],reCopy,function(){for(i=1;i<arguments.length-2;i++)arguments[i]===void 0&&(match[i]=void 0)}),match&&groups)for(match.groups=object=create(null),i=0;i<groups.length;i++)group=groups[i],object[group[0]]=match[group[1]];return match});module.exports=patchedExec}});var require_es_regexp_exec=__commonJS({"node_modules/core-js/modules/es.regexp.exec.js"(){"use strict";init_define_process_env();init_shim();var $2=require_export(),exec=require_regexp_exec();$2({target:"RegExp",proto:!0,forced:/./.exec!==exec},{exec})}});var require_function_apply=__commonJS({"node_modules/core-js/internals/function-apply.js"(exports,module){"use strict";init_define_process_env();init_shim();var NATIVE_BIND=require_function_bind_native(),FunctionPrototype=Function.prototype,apply=FunctionPrototype.apply,call=FunctionPrototype.call;module.exports=typeof Reflect=="object"&&Reflect.apply||(NATIVE_BIND?call.bind(apply):function(){return call.apply(apply,arguments)})}});var require_fix_regexp_well_known_symbol_logic=__commonJS({"node_modules/core-js/internals/fix-regexp-well-known-symbol-logic.js"(exports,module){"use strict";init_define_process_env();init_shim();require_es_regexp_exec();var call=require_function_call(),defineBuiltIn=require_define_built_in(),regexpExec=require_regexp_exec(),fails=require_fails(),wellKnownSymbol=require_well_known_symbol(),createNonEnumerableProperty=require_create_non_enumerable_property(),SPECIES=wellKnownSymbol("species"),RegExpPrototype=RegExp.prototype;module.exports=function(KEY,exec,FORCED,SHAM){var SYMBOL=wellKnownSymbol(KEY),DELEGATES_TO_SYMBOL=!fails(function(){var O={};return O[SYMBOL]=function(){return 7},""[KEY](O)!==7}),DELEGATES_TO_EXEC=DELEGATES_TO_SYMBOL&&!fails(function(){var execCalled=!1,re=/a/;return KEY==="split"&&(re={},re.constructor={},re.constructor[SPECIES]=function(){return re},re.flags="",re[SYMBOL]=/./[SYMBOL]),re.exec=function(){return execCalled=!0,null},re[SYMBOL](""),!execCalled});if(!DELEGATES_TO_SYMBOL||!DELEGATES_TO_EXEC||FORCED){var nativeRegExpMethod=/./[SYMBOL],methods=exec(SYMBOL,""[KEY],function(nativeMethod,regexp,str,arg2,forceStringMethod){var $exec=regexp.exec;return $exec===regexpExec||$exec===RegExpPrototype.exec?DELEGATES_TO_SYMBOL&&!forceStringMethod?{done:!0,value:call(nativeRegExpMethod,regexp,str,arg2)}:{done:!0,value:call(nativeMethod,str,regexp,arg2)}:{done:!1}});defineBuiltIn(String.prototype,KEY,methods[0]),defineBuiltIn(RegExpPrototype,SYMBOL,methods[1])}SHAM&&createNonEnumerableProperty(RegExpPrototype[SYMBOL],"sham",!0)}}});var require_string_multibyte=__commonJS({"node_modules/core-js/internals/string-multibyte.js"(exports,module){"use strict";init_define_process_env();init_shim();var uncurryThis=require_function_uncurry_this(),toIntegerOrInfinity=require_to_integer_or_infinity(),toString=require_to_string(),requireObjectCoercible=require_require_object_coercible(),charAt=uncurryThis("".charAt),charCodeAt=uncurryThis("".charCodeAt),stringSlice=uncurryThis("".slice),createMethod=function(CONVERT_TO_STRING){return function($this,pos){var S=toString(requireObjectCoercible($this)),position=toIntegerOrInfinity(pos),size=S.length,first,second;return position<0||position>=size?CONVERT_TO_STRING?"":void 0:(first=charCodeAt(S,position),first<55296||first>56319||position+1===size||(second=charCodeAt(S,position+1))<56320||second>57343?CONVERT_TO_STRING?charAt(S,position):first:CONVERT_TO_STRING?stringSlice(S,position,position+2):(first-55296<<10)+(second-56320)+65536)}};module.exports={codeAt:createMethod(!1),charAt:createMethod(!0)}}});var require_advance_string_index=__commonJS({"node_modules/core-js/internals/advance-string-index.js"(exports,module){"use strict";init_define_process_env();init_shim();var charAt=require_string_multibyte().charAt;module.exports=function(S,index,unicode){return index+(unicode?charAt(S,index).length:1)}}});var require_get_substitution=__commonJS({"node_modules/core-js/internals/get-substitution.js"(exports,module){"use strict";init_define_process_env();init_shim();var uncurryThis=require_function_uncurry_this(),toObject=require_to_object(),floor=Math.floor,charAt=uncurryThis("".charAt),replace=uncurryThis("".replace),stringSlice=uncurryThis("".slice),SUBSTITUTION_SYMBOLS=/\$([$&'`]|\d{1,2}|<[^>]*>)/g,SUBSTITUTION_SYMBOLS_NO_NAMED=/\$([$&'`]|\d{1,2})/g;module.exports=function(matched,str,position,captures,namedCaptures,replacement){var tailPos=position+matched.length,m=captures.length,symbols=SUBSTITUTION_SYMBOLS_NO_NAMED;return namedCaptures!==void 0&&(namedCaptures=toObject(namedCaptures),symbols=SUBSTITUTION_SYMBOLS),replace(replacement,symbols,function(match,ch){var capture;switch(charAt(ch,0)){case"$":return"$";case"&":return matched;case"`":return stringSlice(str,0,position);case"'":return stringSlice(str,tailPos);case"<":capture=namedCaptures[stringSlice(ch,1,-1)];break;default:var n=+ch;if(n===0)return match;if(n>m){var f=floor(n/10);return f===0?match:f<=m?captures[f-1]===void 0?charAt(ch,1):captures[f-1]+charAt(ch,1):match}capture=captures[n-1]}return capture===void 0?"":capture})}}});var require_regexp_exec_abstract=__commonJS({"node_modules/core-js/internals/regexp-exec-abstract.js"(exports,module){"use strict";init_define_process_env();init_shim();var call=require_function_call(),anObject=require_an_object(),isCallable=require_is_callable(),classof=require_classof_raw(),regexpExec=require_regexp_exec(),$TypeError=TypeError;module.exports=function(R,S){var exec=R.exec;if(isCallable(exec)){var result=call(exec,R,S);return result!==null&&anObject(result),result}if(classof(R)==="RegExp")return call(regexpExec,R,S);throw new $TypeError("RegExp#exec called on incompatible receiver")}}});var require_es_string_replace=__commonJS({"node_modules/core-js/modules/es.string.replace.js"(){"use strict";init_define_process_env();init_shim();var apply=require_function_apply(),call=require_function_call(),uncurryThis=require_function_uncurry_this(),fixRegExpWellKnownSymbolLogic=require_fix_regexp_well_known_symbol_logic(),fails=require_fails(),anObject=require_an_object(),isCallable=require_is_callable(),isNullOrUndefined=require_is_null_or_undefined(),toIntegerOrInfinity=require_to_integer_or_infinity(),toLength=require_to_length(),toString=require_to_string(),requireObjectCoercible=require_require_object_coercible(),advanceStringIndex=require_advance_string_index(),getMethod=require_get_method(),getSubstitution=require_get_substitution(),regExpExec=require_regexp_exec_abstract(),wellKnownSymbol=require_well_known_symbol(),REPLACE=wellKnownSymbol("replace"),max=Math.max,min=Math.min,concat=uncurryThis([].concat),push=uncurryThis([].push),stringIndexOf=uncurryThis("".indexOf),stringSlice=uncurryThis("".slice),maybeToString=function(it){return it===void 0?it:String(it)},REPLACE_KEEPS_$0=function(){return"a".replace(/./,"$0")==="$0"}(),REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE=function(){return/./[REPLACE]?/./[REPLACE]("a","$0")==="":!1}(),REPLACE_SUPPORTS_NAMED_GROUPS=!fails(function(){var re=/./;return re.exec=function(){var result=[];return result.groups={a:"7"},result},"".replace(re,"$<a>")!=="7"});fixRegExpWellKnownSymbolLogic("replace",function(_,nativeReplace,maybeCallNative){var UNSAFE_SUBSTITUTE=REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE?"$":"$0";return[function(searchValue,replaceValue){var O=requireObjectCoercible(this),replacer=isNullOrUndefined(searchValue)?void 0:getMethod(searchValue,REPLACE);return replacer?call(replacer,searchValue,O,replaceValue):call(nativeReplace,toString(O),searchValue,replaceValue)},function(string,replaceValue){var rx=anObject(this),S=toString(string);if(typeof replaceValue=="string"&&stringIndexOf(replaceValue,UNSAFE_SUBSTITUTE)===-1&&stringIndexOf(replaceValue,"$<")===-1){var res=maybeCallNative(nativeReplace,rx,S,replaceValue);if(res.done)return res.value}var functionalReplace=isCallable(replaceValue);functionalReplace||(replaceValue=toString(replaceValue));var global=rx.global,fullUnicode;global&&(fullUnicode=rx.unicode,rx.lastIndex=0);for(var results=[],result;result=regExpExec(rx,S),!(result===null||(push(results,result),!global));){var matchStr=toString(result[0]);matchStr===""&&(rx.lastIndex=advanceStringIndex(S,toLength(rx.lastIndex),fullUnicode))}for(var accumulatedResult="",nextSourcePosition=0,i=0;i<results.length;i++){result=results[i];for(var matched=toString(result[0]),position=max(min(toIntegerOrInfinity(result.index),S.length),0),captures=[],replacement,j=1;j<result.length;j++)push(captures,maybeToString(result[j]));var namedCaptures=result.groups;if(functionalReplace){var replacerArgs=concat([matched],captures,position,S);namedCaptures!==void 0&&push(replacerArgs,namedCaptures),replacement=toString(apply(replaceValue,void 0,replacerArgs))}else replacement=getSubstitution(matched,S,position,captures,namedCaptures,replaceValue);position>=nextSourcePosition&&(accumulatedResult+=stringSlice(S,nextSourcePosition,position)+replacement,nextSourcePosition=position+matched.length)}return accumulatedResult+stringSlice(S,nextSourcePosition)}]},!REPLACE_SUPPORTS_NAMED_GROUPS||!REPLACE_KEEPS_$0||REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE)}});var require_add_to_unscopables=__commonJS({"node_modules/core-js/internals/add-to-unscopables.js"(exports,module){"use strict";init_define_process_env();init_shim();var wellKnownSymbol=require_well_known_symbol(),create=require_object_create(),defineProperty=require_object_define_property().f,UNSCOPABLES=wellKnownSymbol("unscopables"),ArrayPrototype=Array.prototype;ArrayPrototype[UNSCOPABLES]===void 0&&defineProperty(ArrayPrototype,UNSCOPABLES,{configurable:!0,value:create(null)});module.exports=function(key){ArrayPrototype[UNSCOPABLES][key]=!0}}});var require_iterators=__commonJS({"node_modules/core-js/internals/iterators.js"(exports,module){"use strict";init_define_process_env();init_shim();module.exports={}}});var require_correct_prototype_getter=__commonJS({"node_modules/core-js/internals/correct-prototype-getter.js"(exports,module){"use strict";init_define_process_env();init_shim();var fails=require_fails();module.exports=!fails(function(){function F(){}return F.prototype.constructor=null,Object.getPrototypeOf(new F)!==F.prototype})}});var require_object_get_prototype_of=__commonJS({"node_modules/core-js/internals/object-get-prototype-of.js"(exports,module){"use strict";init_define_process_env();init_shim();var hasOwn=require_has_own_property(),isCallable=require_is_callable(),toObject=require_to_object(),sharedKey=require_shared_key(),CORRECT_PROTOTYPE_GETTER=require_correct_prototype_getter(),IE_PROTO=sharedKey("IE_PROTO"),$Object=Object,ObjectPrototype=$Object.prototype;module.exports=CORRECT_PROTOTYPE_GETTER?$Object.getPrototypeOf:function(O){var object=toObject(O);if(hasOwn(object,IE_PROTO))return object[IE_PROTO];var constructor=object.constructor;return isCallable(constructor)&&object instanceof constructor?constructor.prototype:object instanceof $Object?ObjectPrototype:null}}});var require_iterators_core=__commonJS({"node_modules/core-js/internals/iterators-core.js"(exports,module){"use strict";init_define_process_env();init_shim();var fails=require_fails(),isCallable=require_is_callable(),isObject=require_is_object(),create=require_object_create(),getPrototypeOf=require_object_get_prototype_of(),defineBuiltIn=require_define_built_in(),wellKnownSymbol=require_well_known_symbol(),IS_PURE=require_is_pure(),ITERATOR=wellKnownSymbol("iterator"),BUGGY_SAFARI_ITERATORS=!1,IteratorPrototype,PrototypeOfArrayIteratorPrototype,arrayIterator;[].keys&&(arrayIterator=[].keys(),"next"in arrayIterator?(PrototypeOfArrayIteratorPrototype=getPrototypeOf(getPrototypeOf(arrayIterator)),PrototypeOfArrayIteratorPrototype!==Object.prototype&&(IteratorPrototype=PrototypeOfArrayIteratorPrototype)):BUGGY_SAFARI_ITERATORS=!0);var NEW_ITERATOR_PROTOTYPE=!isObject(IteratorPrototype)||fails(function(){var test={};return IteratorPrototype[ITERATOR].call(test)!==test});NEW_ITERATOR_PROTOTYPE?IteratorPrototype={}:IS_PURE&&(IteratorPrototype=create(IteratorPrototype));isCallable(IteratorPrototype[ITERATOR])||defineBuiltIn(IteratorPrototype,ITERATOR,function(){return this});module.exports={IteratorPrototype,BUGGY_SAFARI_ITERATORS}}});var require_set_to_string_tag=__commonJS({"node_modules/core-js/internals/set-to-string-tag.js"(exports,module){"use strict";init_define_process_env();init_shim();var defineProperty=require_object_define_property().f,hasOwn=require_has_own_property(),wellKnownSymbol=require_well_known_symbol(),TO_STRING_TAG=wellKnownSymbol("toStringTag");module.exports=function(target,TAG,STATIC){target&&!STATIC&&(target=target.prototype),target&&!hasOwn(target,TO_STRING_TAG)&&defineProperty(target,TO_STRING_TAG,{configurable:!0,value:TAG})}}});var require_iterator_create_constructor=__commonJS({"node_modules/core-js/internals/iterator-create-constructor.js"(exports,module){"use strict";init_define_process_env();init_shim();var IteratorPrototype=require_iterators_core().IteratorPrototype,create=require_object_create(),createPropertyDescriptor=require_create_property_descriptor(),setToStringTag=require_set_to_string_tag(),Iterators=require_iterators(),returnThis=function(){return this};module.exports=function(IteratorConstructor,NAME,next,ENUMERABLE_NEXT){var TO_STRING_TAG=NAME+" Iterator";return IteratorConstructor.prototype=create(IteratorPrototype,{next:createPropertyDescriptor(+!ENUMERABLE_NEXT,next)}),setToStringTag(IteratorConstructor,TO_STRING_TAG,!1,!0),Iterators[TO_STRING_TAG]=returnThis,IteratorConstructor}}});var require_function_uncurry_this_accessor=__commonJS({"node_modules/core-js/internals/function-uncurry-this-accessor.js"(exports,module){"use strict";init_define_process_env();init_shim();var uncurryThis=require_function_uncurry_this(),aCallable=require_a_callable();module.exports=function(object,key,method){try{return uncurryThis(aCallable(Object.getOwnPropertyDescriptor(object,key)[method]))}catch(error){}}}});var require_is_possible_prototype=__commonJS({"node_modules/core-js/internals/is-possible-prototype.js"(exports,module){"use strict";init_define_process_env();init_shim();var isObject=require_is_object();module.exports=function(argument){return isObject(argument)||argument===null}}});var require_a_possible_prototype=__commonJS({"node_modules/core-js/internals/a-possible-prototype.js"(exports,module){"use strict";init_define_process_env();init_shim();var isPossiblePrototype=require_is_possible_prototype(),$String=String,$TypeError=TypeError;module.exports=function(argument){if(isPossiblePrototype(argument))return argument;throw new $TypeError("Can't set "+$String(argument)+" as a prototype")}}});var require_object_set_prototype_of=__commonJS({"node_modules/core-js/internals/object-set-prototype-of.js"(exports,module){"use strict";init_define_process_env();init_shim();var uncurryThisAccessor=require_function_uncurry_this_accessor(),anObject=require_an_object(),aPossiblePrototype=require_a_possible_prototype();module.exports=Object.setPrototypeOf||("__proto__"in{}?function(){var CORRECT_SETTER=!1,test={},setter;try{setter=uncurryThisAccessor(Object.prototype,"__proto__","set"),setter(test,[]),CORRECT_SETTER=test instanceof Array}catch(error){}return function(O,proto){return anObject(O),aPossiblePrototype(proto),CORRECT_SETTER?setter(O,proto):O.__proto__=proto,O}}():void 0)}});var require_iterator_define=__commonJS({"node_modules/core-js/internals/iterator-define.js"(exports,module){"use strict";init_define_process_env();init_shim();var $2=require_export(),call=require_function_call(),IS_PURE=require_is_pure(),FunctionName=require_function_name(),isCallable=require_is_callable(),createIteratorConstructor=require_iterator_create_constructor(),getPrototypeOf=require_object_get_prototype_of(),setPrototypeOf=require_object_set_prototype_of(),setToStringTag=require_set_to_string_tag(),createNonEnumerableProperty=require_create_non_enumerable_property(),defineBuiltIn=require_define_built_in(),wellKnownSymbol=require_well_known_symbol(),Iterators=require_iterators(),IteratorsCore=require_iterators_core(),PROPER_FUNCTION_NAME=FunctionName.PROPER,CONFIGURABLE_FUNCTION_NAME=FunctionName.CONFIGURABLE,IteratorPrototype=IteratorsCore.IteratorPrototype,BUGGY_SAFARI_ITERATORS=IteratorsCore.BUGGY_SAFARI_ITERATORS,ITERATOR=wellKnownSymbol("iterator"),KEYS="keys",VALUES="values",ENTRIES="entries",returnThis=function(){return this};module.exports=function(Iterable,NAME,IteratorConstructor,next,DEFAULT,IS_SET,FORCED){createIteratorConstructor(IteratorConstructor,NAME,next);var getIterationMethod=function(KIND){if(KIND===DEFAULT&&defaultIterator)return defaultIterator;if(!BUGGY_SAFARI_ITERATORS&&KIND&&KIND in IterablePrototype)return IterablePrototype[KIND];switch(KIND){case KEYS:return function(){return new IteratorConstructor(this,KIND)};case VALUES:return function(){return new IteratorConstructor(this,KIND)};case ENTRIES:return function(){return new IteratorConstructor(this,KIND)}}return function(){return new IteratorConstructor(this)}},TO_STRING_TAG=NAME+" Iterator",INCORRECT_VALUES_NAME=!1,IterablePrototype=Iterable.prototype,nativeIterator=IterablePrototype[ITERATOR]||IterablePrototype["@@iterator"]||DEFAULT&&IterablePrototype[DEFAULT],defaultIterator=!BUGGY_SAFARI_ITERATORS&&nativeIterator||getIterationMethod(DEFAULT),anyNativeIterator=NAME==="Array"&&IterablePrototype.entries||nativeIterator,CurrentIteratorPrototype,methods,KEY;if(anyNativeIterator&&(CurrentIteratorPrototype=getPrototypeOf(anyNativeIterator.call(new Iterable)),CurrentIteratorPrototype!==Object.prototype&&CurrentIteratorPrototype.next&&(!IS_PURE&&getPrototypeOf(CurrentIteratorPrototype)!==IteratorPrototype&&(setPrototypeOf?setPrototypeOf(CurrentIteratorPrototype,IteratorPrototype):isCallable(CurrentIteratorPrototype[ITERATOR])||defineBuiltIn(CurrentIteratorPrototype,ITERATOR,returnThis)),setToStringTag(CurrentIteratorPrototype,TO_STRING_TAG,!0,!0),IS_PURE&&(Iterators[TO_STRING_TAG]=returnThis))),PROPER_FUNCTION_NAME&&DEFAULT===VALUES&&nativeIterator&&nativeIterator.name!==VALUES&&(!IS_PURE&&CONFIGURABLE_FUNCTION_NAME?createNonEnumerableProperty(IterablePrototype,"name",VALUES):(INCORRECT_VALUES_NAME=!0,defaultIterator=function(){return call(nativeIterator,this)})),DEFAULT)if(methods={values:getIterationMethod(VALUES),keys:IS_SET?defaultIterator:getIterationMethod(KEYS),entries:getIterationMethod(ENTRIES)},FORCED)for(KEY in methods)(BUGGY_SAFARI_ITERATORS||INCORRECT_VALUES_NAME||!(KEY in IterablePrototype))&&defineBuiltIn(IterablePrototype,KEY,methods[KEY]);else $2({target:NAME,proto:!0,forced:BUGGY_SAFARI_ITERATORS||INCORRECT_VALUES_NAME},methods);return(!IS_PURE||FORCED)&&IterablePrototype[ITERATOR]!==defaultIterator&&defineBuiltIn(IterablePrototype,ITERATOR,defaultIterator,{name:DEFAULT}),Iterators[NAME]=defaultIterator,methods}}});var require_create_iter_result_object=__commonJS({"node_modules/core-js/internals/create-iter-result-object.js"(exports,module){"use strict";init_define_process_env();init_shim();module.exports=function(value,done){return{value,done}}}});var require_es_array_iterator=__commonJS({"node_modules/core-js/modules/es.array.iterator.js"(exports,module){"use strict";init_define_process_env();init_shim();var toIndexedObject=require_to_indexed_object(),addToUnscopables=require_add_to_unscopables(),Iterators=require_iterators(),InternalStateModule=require_internal_state(),defineProperty=require_object_define_property().f,defineIterator=require_iterator_define(),createIterResultObject=require_create_iter_result_object(),IS_PURE=require_is_pure(),DESCRIPTORS=require_descriptors(),ARRAY_ITERATOR="Array Iterator",setInternalState=InternalStateModule.set,getInternalState=InternalStateModule.getterFor(ARRAY_ITERATOR);module.exports=defineIterator(Array,"Array",function(iterated,kind){setInternalState(this,{type:ARRAY_ITERATOR,target:toIndexedObject(iterated),index:0,kind})},function(){var state=getInternalState(this),target=state.target,index=state.index++;if(!target||index>=target.length)return state.target=void 0,createIterResultObject(void 0,!0);switch(state.kind){case"keys":return createIterResultObject(index,!1);case"values":return createIterResultObject(target[index],!1)}return createIterResultObject([index,target[index]],!1)},"values");var values=Iterators.Arguments=Iterators.Array;addToUnscopables("keys");addToUnscopables("values");addToUnscopables("entries");if(!IS_PURE&&DESCRIPTORS&&values.name!=="values")try{defineProperty(values,"name",{value:"values"})}catch(error){}}});var require_dom_iterables=__commonJS({"node_modules/core-js/internals/dom-iterables.js"(exports,module){"use strict";init_define_process_env();init_shim();module.exports={CSSRuleList:0,CSSStyleDeclaration:0,CSSValueList:0,ClientRectList:0,DOMRectList:0,DOMStringList:0,DOMTokenList:1,DataTransferItemList:0,FileList:0,HTMLAllCollection:0,HTMLCollection:0,HTMLFormElement:0,HTMLSelectElement:0,MediaList:0,MimeTypeArray:0,NamedNodeMap:0,NodeList:1,PaintRequestList:0,Plugin:0,PluginArray:0,SVGLengthList:0,SVGNumberList:0,SVGPathSegList:0,SVGPointList:0,SVGStringList:0,SVGTransformList:0,SourceBufferList:0,StyleSheetList:0,TextTrackCueList:0,TextTrackList:0,TouchList:0}}});var require_dom_token_list_prototype=__commonJS({"node_modules/core-js/internals/dom-token-list-prototype.js"(exports,module){"use strict";init_define_process_env();init_shim();var documentCreateElement=require_document_create_element(),classList=documentCreateElement("span").classList,DOMTokenListPrototype=classList&&classList.constructor&&classList.constructor.prototype;module.exports=DOMTokenListPrototype===Object.prototype?void 0:DOMTokenListPrototype}});var require_web_dom_collections_iterator=__commonJS({"node_modules/core-js/modules/web.dom-collections.iterator.js"(){"use strict";init_define_process_env();init_shim();var global=require_global(),DOMIterables=require_dom_iterables(),DOMTokenListPrototype=require_dom_token_list_prototype(),ArrayIteratorMethods=require_es_array_iterator(),createNonEnumerableProperty=require_create_non_enumerable_property(),setToStringTag=require_set_to_string_tag(),wellKnownSymbol=require_well_known_symbol(),ITERATOR=wellKnownSymbol("iterator"),ArrayValues=ArrayIteratorMethods.values,handlePrototype=function(CollectionPrototype,COLLECTION_NAME2){if(CollectionPrototype){if(CollectionPrototype[ITERATOR]!==ArrayValues)try{createNonEnumerableProperty(CollectionPrototype,ITERATOR,ArrayValues)}catch(error){CollectionPrototype[ITERATOR]=ArrayValues}if(setToStringTag(CollectionPrototype,COLLECTION_NAME2,!0),DOMIterables[COLLECTION_NAME2]){for(var METHOD_NAME in ArrayIteratorMethods)if(CollectionPrototype[METHOD_NAME]!==ArrayIteratorMethods[METHOD_NAME])try{createNonEnumerableProperty(CollectionPrototype,METHOD_NAME,ArrayIteratorMethods[METHOD_NAME])}catch(error){CollectionPrototype[METHOD_NAME]=ArrayIteratorMethods[METHOD_NAME]}}}};for(COLLECTION_NAME in DOMIterables)handlePrototype(global[COLLECTION_NAME]&&global[COLLECTION_NAME].prototype,COLLECTION_NAME);var COLLECTION_NAME;handlePrototype(DOMTokenListPrototype,"DOMTokenList")}});var require_es_array_includes=__commonJS({"node_modules/core-js/modules/es.array.includes.js"(){"use strict";init_define_process_env();init_shim();var $2=require_export(),$includes=require_array_includes().includes,fails=require_fails(),addToUnscopables=require_add_to_unscopables(),BROKEN_ON_SPARSE=fails(function(){return!Array(1).includes()});$2({target:"Array",proto:!0,forced:BROKEN_ON_SPARSE},{includes:function(el){return $includes(this,el,arguments.length>1?arguments[1]:void 0)}});addToUnscopables("includes")}});var require_array_slice=__commonJS({"node_modules/core-js/internals/array-slice.js"(exports,module){"use strict";init_define_process_env();init_shim();var uncurryThis=require_function_uncurry_this();module.exports=uncurryThis([].slice)}});var require_is_array=__commonJS({"node_modules/core-js/internals/is-array.js"(exports,module){"use strict";init_define_process_env();init_shim();var classof=require_classof_raw();module.exports=Array.isArray||function(argument){return classof(argument)==="Array"}}});var require_get_json_replacer_function=__commonJS({"node_modules/core-js/internals/get-json-replacer-function.js"(exports,module){"use strict";init_define_process_env();init_shim();var uncurryThis=require_function_uncurry_this(),isArray=require_is_array(),isCallable=require_is_callable(),classof=require_classof_raw(),toString=require_to_string(),push=uncurryThis([].push);module.exports=function(replacer){if(isCallable(replacer))return replacer;if(isArray(replacer)){for(var rawLength=replacer.length,keys=[],i=0;i<rawLength;i++){var element=replacer[i];typeof element=="string"?push(keys,element):(typeof element=="number"||classof(element)==="Number"||classof(element)==="String")&&push(keys,toString(element))}var keysLength=keys.length,root=!0;return function(key,value){if(root)return root=!1,value;if(isArray(this))return value;for(var j=0;j<keysLength;j++)if(keys[j]===key)return value}}}}});var require_es_json_stringify=__commonJS({"node_modules/core-js/modules/es.json.stringify.js"(){"use strict";init_define_process_env();init_shim();var $2=require_export(),getBuiltIn=require_get_built_in(),apply=require_function_apply(),call=require_function_call(),uncurryThis=require_function_uncurry_this(),fails=require_fails(),isCallable=require_is_callable(),isSymbol=require_is_symbol(),arraySlice=require_array_slice(),getReplacerFunction=require_get_json_replacer_function(),NATIVE_SYMBOL=require_symbol_constructor_detection(),$String=String,$stringify=getBuiltIn("JSON","stringify"),exec=uncurryThis(/./.exec),charAt=uncurryThis("".charAt),charCodeAt=uncurryThis("".charCodeAt),replace=uncurryThis("".replace),numberToString=uncurryThis(1 .toString),tester=/[\uD800-\uDFFF]/g,low=/^[\uD800-\uDBFF]$/,hi=/^[\uDC00-\uDFFF]$/,WRONG_SYMBOLS_CONVERSION=!NATIVE_SYMBOL||fails(function(){var symbol=getBuiltIn("Symbol")("stringify detection");return $stringify([symbol])!=="[null]"||$stringify({a:symbol})!=="{}"||$stringify(Object(symbol))!=="{}"}),ILL_FORMED_UNICODE=fails(function(){return $stringify("\uDF06\uD834")!=='"\\udf06\\ud834"'||$stringify("\uDEAD")!=='"\\udead"'}),stringifyWithSymbolsFix=function(it,replacer){var args=arraySlice(arguments),$replacer=getReplacerFunction(replacer);if(!(!isCallable($replacer)&&(it===void 0||isSymbol(it))))return args[1]=function(key,value){if(isCallable($replacer)&&(value=call($replacer,this,$String(key),value)),!isSymbol(value))return value},apply($stringify,null,args)},fixIllFormed=function(match,offset,string){var prev=charAt(string,offset-1),next=charAt(string,offset+1);return exec(low,match)&&!exec(hi,next)||exec(hi,match)&&!exec(low,prev)?"\\u"+numberToString(charCodeAt(match,0),16):match};$stringify&&$2({target:"JSON",stat:!0,arity:3,forced:WRONG_SYMBOLS_CONVERSION||ILL_FORMED_UNICODE},{stringify:function(it,replacer,space){var args=arraySlice(arguments),result=apply(WRONG_SYMBOLS_CONVERSION?stringifyWithSymbolsFix:$stringify,null,args);return ILL_FORMED_UNICODE&&typeof result=="string"?replace(result,tester,fixIllFormed):result}})}});var require_array_reduce=__commonJS({"node_modules/core-js/internals/array-reduce.js"(exports,module){"use strict";init_define_process_env();init_shim();var aCallable=require_a_callable(),toObject=require_to_object(),IndexedObject=require_indexed_object(),lengthOfArrayLike=require_length_of_array_like(),$TypeError=TypeError,createMethod=function(IS_RIGHT){return function(that,callbackfn,argumentsLength,memo){var O=toObject(that),self2=IndexedObject(O),length=lengthOfArrayLike(O);aCallable(callbackfn);var index=IS_RIGHT?length-1:0,i=IS_RIGHT?-1:1;if(argumentsLength<2)for(;;){if(index in self2){memo=self2[index],index+=i;break}if(index+=i,IS_RIGHT?index<0:length<=index)throw new $TypeError("Reduce of empty array with no initial value")}for(;IS_RIGHT?index>=0:length>index;index+=i)index in self2&&(memo=callbackfn(memo,self2[index],index,O));return memo}};module.exports={left:createMethod(!1),right:createMethod(!0)}}});var require_array_method_is_strict=__commonJS({"node_modules/core-js/internals/array-method-is-strict.js"(exports,module){"use strict";init_define_process_env();init_shim();var fails=require_fails();module.exports=function(METHOD_NAME,argument){var method=[][METHOD_NAME];return!!method&&fails(function(){method.call(null,argument||function(){return 1},1)})}}});var require_engine_is_node=__commonJS({"node_modules/core-js/internals/engine-is-node.js"(exports,module){"use strict";init_define_process_env();init_shim();var global=require_global(),classof=require_classof_raw();module.exports=classof(global.process)==="process"}});var require_es_array_reduce=__commonJS({"node_modules/core-js/modules/es.array.reduce.js"(){"use strict";init_define_process_env();init_shim();var $2=require_export(),$reduce=require_array_reduce().left,arrayMethodIsStrict=require_array_method_is_strict(),CHROME_VERSION=require_engine_v8_version(),IS_NODE=require_engine_is_node(),CHROME_BUG=!IS_NODE&&CHROME_VERSION>79&&CHROME_VERSION<83,FORCED=CHROME_BUG||!arrayMethodIsStrict("reduce");$2({target:"Array",proto:!0,forced:FORCED},{reduce:function(callbackfn){var length=arguments.length;return $reduce(this,callbackfn,length,length>1?arguments[1]:void 0)}})}});var require_object_assign=__commonJS({"node_modules/core-js/internals/object-assign.js"(exports,module){"use strict";init_define_process_env();init_shim();var DESCRIPTORS=require_descriptors(),uncurryThis=require_function_uncurry_this(),call=require_function_call(),fails=require_fails(),objectKeys=require_object_keys(),getOwnPropertySymbolsModule=require_object_get_own_property_symbols(),propertyIsEnumerableModule=require_object_property_is_enumerable(),toObject=require_to_object(),IndexedObject=require_indexed_object(),$assign=Object.assign,defineProperty=Object.defineProperty,concat=uncurryThis([].concat);module.exports=!$assign||fails(function(){if(DESCRIPTORS&&$assign({b:1},$assign(defineProperty({},"a",{enumerable:!0,get:function(){defineProperty(this,"b",{value:3,enumerable:!1})}}),{b:2})).b!==1)return!0;var A={},B={},symbol=Symbol("assign detection"),alphabet="abcdefghijklmnopqrst";return A[symbol]=7,alphabet.split("").forEach(function(chr){B[chr]=chr}),$assign({},A)[symbol]!==7||objectKeys($assign({},B)).join("")!==alphabet})?function(target,source){for(var T=toObject(target),argumentsLength=arguments.length,index=1,getOwnPropertySymbols=getOwnPropertySymbolsModule.f,propertyIsEnumerable=propertyIsEnumerableModule.f;argumentsLength>index;)for(var S=IndexedObject(arguments[index++]),keys=getOwnPropertySymbols?concat(objectKeys(S),getOwnPropertySymbols(S)):objectKeys(S),length=keys.length,j=0,key;length>j;)key=keys[j++],(!DESCRIPTORS||call(propertyIsEnumerable,S,key))&&(T[key]=S[key]);return T}:$assign}});var require_es_object_assign=__commonJS({"node_modules/core-js/modules/es.object.assign.js"(){"use strict";init_define_process_env();init_shim();var $2=require_export(),assign=require_object_assign();$2({target:"Object",stat:!0,arity:2,forced:Object.assign!==assign},{assign})}});init_define_process_env();init_shim();var import_es_symbol_description=__toESM(require_es_symbol_description()),import_es_regexp_exec=__toESM(require_es_regexp_exec()),import_es_string_replace=__toESM(require_es_string_replace()),import_es_array_iterator=__toESM(require_es_array_iterator()),import_web_dom_collections_iterator=__toESM(require_web_dom_collections_iterator()),import_es_array_includes=__toESM(require_es_array_includes()),import_es_json_stringify=__toESM(require_es_json_stringify()),import_es_array_reduce=__toESM(require_es_array_reduce()),import_es_object_assign=__toESM(require_es_object_assign());init_define_process_env();init_shim();var _window$u,_window,_window$safe_require,_window2,u=(_window$u=(_window=window)==null?void 0:_window.u)!=null?_window$u:_u,safe_require=(_window$safe_require=(_window2=window)==null?void 0:_window2.safe_require)!=null?_window$safe_require:_safe_require;var r=__require,external=safe_require.safe_require("./external"),querystring=safe_require.safe_require("querystring"),btype_ids=safe_require.safe_require("./lang/btype_ids"),hydrate=safe_require.safe_require("./db/hydrate"),Lib=safe_require.safe_require("./lib"),appquery=safe_require.safe_require("./lang/appquery"),lang=safe_require.safe_require("./lang/lang"),eval_node_state=safe_require.safe_require("./lang/evaluation/eval_node_state"),core_events=safe_require.safe_require("./core/core_events"),workflow_consts=safe_require.safe_require("./constants/workflow"),known_plugins_consts=safe_require.safe_require("./constants/known_plugins"),generic_actions_utilities=safe_require.safe_require("./core/core_actions/utilities/generic_actions_utilities"),languages=safe_require.safe_require("./languages"),b_location=safe_require.safe_require("./geolocation/b_location"),logger=safe_require.safe_require("./logger"),core_ds_db_ops_utilities=safe_require.safe_require("./core/core_datasources/utilities/core_ds_db_ops_utilities"),status_bar=safe_require.safe_require("./core/status_bar"),payment_converter=safe_require.safe_require("./shared/payment_converter"),db_values=safe_require.safe_require("./db/values/db_values"),stripe_utilities=safe_require.safe_require("./shared/stripe_utilities"),db_consts=safe_require.safe_require("./constants/db"),subscription_consts=safe_require.safe_require("./constants/subscriptions");function extract_data(call,val){if(val!=null&&val.error)throw new u.OwnerError("Stripe Error",{display:val.error.message});return call.extract_data(val)}var REQUIRE_AUTHENTICATION_ERROR_CODES=["authentication_required","subscription_payment_intent_requires_action"],form=null;function initialize_stripe_form(){var _appquery$get_public_,_appquery$get_public_2;let app_language=Lib().app_language(!0),locale=app_language?languages.get_iso_code(app_language).slice(0,2):"auto",options={key:appquery.stripe_public_key(),name:(_appquery$get_public_=appquery.get_public_setting("stripe_checkout_name"))!=null?_appquery$get_public_:document.title,locale,zipCode:appquery.get_public_setting("stripe_collect_zip"),billingAddress:appquery.get_public_setting("stripe_collect_address")},image=(_appquery$get_public_2=appquery.get_public_setting("stripe_checkout_image"))!=null?_appquery$get_public_2:appquery.favicon();if(image&&(options.image=image),!window.StripeCheckout)throw new u.UnexpectedError("Stripe Checkout not present");form=window.StripeCheckout.configure(options),$(window).off("popstate.stripe_checkout"),$(window).on("popstate.stripe_checkout",()=>form.close())}typeof window<"u"&&window!==null&&(window.initialize_stripe_form=initialize_stripe_form);function get_checkout_form(data,cb){return form||initialize_stripe_form(),u.run_once(30,()=>{var _data$charged_user_em;return(_data$charged_user_em=data.charged_user_email)!=null?_data$charged_user_em:Lib().current_user().get_email()},(err,email)=>{if(err){logger.log(err);return}function open(){let options={description:data.description,amount:data.amount,panelLabel:data.panelLabel,email,token(token){return cb(token)}};return data.currency&&(options.currency=data.currency),form.open(options)}if(u.is_on_mobile_or_tablet()){var _data$panelLabel;let greyout=u.div("stripe-checkout-greyout",$("body")),btn=u.div("stripe-checkout-btn",greyout),width=$(window).width()/2,caption=(_data$panelLabel=data.panelLabel)!=null?_data$panelLabel:"Pay with card";width=Math.max(Math.min(caption.length*12.5+30,width*.9),150);let height=.266666*width;return btn.css({width,left:($(window).width()-width)/2,"min-height":height,top:($(window).height()-height)/2}),u.div("stripe-checkout-display",btn,caption).css({"min-height":height,width,"font-size":20,"line-height":height+"px",padding:"7px"}),btn.on("click",()=>(greyout.remove(),open()))}else return open()})}var version_keys={V2:"v2",V3:"v3"};function is_v3(){if(Lib())return appquery.get_public_setting("stripe_checkout_version")===version_keys.V3}function redirect_checkout(context,url){return Lib().workflow.wait_for_safe(context,()=>window.location.replace(url))}var getURLToGenerateStripeAuthToken=(app,user_email,nexturl,user_id,prefilled_data)=>{var _stripe_userEmail,_user_data$_stripe_us,_stripe_userUrl,_user_data$_stripe_us2,_stripe_userBusiness,_user_data$_stripe_us3,_ref,_app$get_public_setti,_document;let state_raw={nextURL:nexturl,user_id};if(state_raw.appname=app.appname(),state_raw=u.json_stringify(state_raw),prefilled_data!=null){let{address}=prefilled_data;if(address!=null){let should_throw_not_ready=u.on_client(),components=b_location.get_components(address,should_throw_not_ready);prefilled_data.country=components["country code"],prefilled_data.street_address=components["street number"]+" "+components.street,prefilled_data.city=components.city,prefilled_data.zip=components["zip code"],prefilled_data.state=components["state code"]}delete prefilled_data.address}let user_data={};for(let k in prefilled_data){let v=prefilled_data[k];v!=null&&(user_data["stripe_user["+k+"]"]=v)}(_user_data$_stripe_us=user_data[_stripe_userEmail="stripe_user[email]"])!=null||(user_data[_stripe_userEmail]=user_email),(_user_data$_stripe_us2=user_data[_stripe_userUrl="stripe_user[url]"])!=null||(user_data[_stripe_userUrl]=app.domain()),(_user_data$_stripe_us3=user_data[_stripe_userBusiness="stripe_user[business_name]"])!=null||(user_data[_stripe_userBusiness]=(_ref=(_app$get_public_setti=app.get_public_setting("facebook_meta_tag_title"))!=null?_app$get_public_setti:(_document=document)==null?void 0:_document.title)!=null?_ref:app.appname());let argument={response_type:"code",client_id:app.stripe_client_id(),scope:"read_write",state:state_raw};return u.extend(argument,user_data),"https://connect.stripe.com/oauth/authorize?"+querystring.stringify(argument)},enter_your_api_key_button_field_names={key_info:{no_states:!0}},checkout_tax_field_names={apply_tax_rate:{},tax_ids_style:{},tax_ids_static_choices:{},tax_ids_data_source:{}},payment_field_names=u.extend({amount:{},currency:{default:"USD"},product_name:{},description:{},image:{},button_caption:{default:"Pay"},statement_descriptor:{optional:!0},authorize_only:{default:!1},payee_is_another_user:{},payee:{},app_fee:{}},enter_your_api_key_button_field_names),do_not_show_success_alert_field_name={do_not_show_success_alert:{default:!1}},card_id_field_name={card_id:{optional:!0}},add_user_field_names={apply_current_user:{default:!0},user:{}},allow_promotion_codes_field_name={allow_promotion_codes:{default:!1}};var _call_dependencies={},_get_keys={},_get_errors={},_get_cache={},StripeCall=class extends external.Call{make_request(call_name,properties,prev,_raw,context){prev&&(properties.user_id=prev._id());let current_eval_node=eval_node_state.get_current_eval_node(),call_location={_raw,current_eval_node},hash=u.json_stringify(hydrate.dehydrate_tree({call_name,properties}));if(_get_keys[hash]||(_get_keys[hash]=u.MakeKey(null,"request_synchronous "+call_name),this.proxy_request({prev,properties,call_location,context}).then(response=>{var _get_keys$hash;return _get_cache[hash]=response.ret,(_get_keys$hash=_get_keys[hash])==null?void 0:_get_keys$hash.turn()},err=>{var _get_keys$hash2;return _get_errors[hash]=err,(_get_keys$hash2=_get_keys[hash])==null||_get_keys$hash2.turn(),this.get_value_bubble_null()})),u.ensure_ready(_get_keys[hash]),_get_errors[hash])throw _get_errors[hash];return _get_cache[hash]}};function invalidate_call(call_name){var _call_dependencies2;let user_id=Lib().current_user()._id(),properties=Lib().location.get_pieces();delete properties.query,properties.user_id=user_id;let hash=u.json_stringify({call_name,properties});return delete _get_keys[hash],(_call_dependencies2=_call_dependencies[user_id+call_name])==null?void 0:_call_dependencies2.invalidate()}var status=null;function convert_stripe_error(err){var _err$raw,_err$raw2;return((_err$raw=err.raw)==null?void 0:_err$raw.type)==="card_error"?REQUIRE_AUTHENTICATION_ERROR_CODES.includes(err.code)?new u.StripePaymentRequiresAction(null,err.raw.message):new u.UserError(null,err.raw.message):((_err$raw2=err.raw)==null?void 0:_err$raw2.type)==="invalid_request_error"?new u.OwnerError("Stripe invalid_request_error",{display:"Stripe error: "+err.raw.message}):new u.UnexpectedError("error calling Stripe API",{error:err})}function extractIsInvoiceClosed(invoice){return invoice.closed!==void 0?invoice.closed:invoice.auto_advance!==void 0?!invoice.auto_advance:!1}function extractIsInvoiceForgiven(invoice){return invoice.forgiven!==void 0?invoice.forgiven:invoice.status!==void 0?invoice.status==="uncollectible":!1}function _currency_extractor(currency_path){var _currency_path;return(_currency_path=currency_path)!=null||(currency_path=[]),function(val,raw){var _payment_converter$ge;let currency_value=u.extract_from_object(raw,currency_path),only_after_bv14=!0;return(_payment_converter$ge=payment_converter.get_bubble_corrected_amount(val,currency_value,only_after_bv14))!=null?_payment_converter$ge:0}}function _stripe_to_bubble_date(val){return val?val*1e3:null}var cls=class extends external.Service{constructor(){super(),this.authenticator=new external.NoAuth,this.values=this._get_initial_values(),this.calls=this._get_initial_calls()}get public_values(){return["Event","Customer","Coupon","Invoice","InvoiceItem","SubscriptionData","SubscriptionItem","CardData","TaxID"]}_get_initial_values(){return{CustomerAddress:new external.StructValue("Stripe Customer Address",{city:{},country:{},line1:{},line2:{},postal_code:{caption:"Postal code"},state:{}}),SellerData:new external.StructValue("Seller data",{id:{}},{no_special_messages:!0}),CardData:new external.StructValue("Stripe Credit Card",{id:{},last4:{caption:"last 4 digits"},exp_month:{ret_btype:"number"},exp_year:{ret_btype:"number"},brand:{},funding:{},fingerprint:{}}),SubscriptionItem:new external.StructValue("Stripe Subscription Item",{subscription_item_id:{path:["id"]},id:{path:["plan","id"],caption:"Plan ID"},name:{path:["plan"],caption:"Plan name",post_call_processing(plan){var _ref3,_plan$name2;return(_ref3=(_plan$name2=plan==null?void 0:plan.name)!=null?_plan$name2:plan==null?void 0:plan.nickname)!=null?_ref3:plan==null?void 0:plan.id}},quantity:{ret_btype:"number"},interval:{path:["plan","interval"]}}),SubscriptionData:new external.StructValue("Stripe Subscription",{subscription_id:{path:["id"]},id:{path:["plan","id"],caption:"Plan ID"},name:{path:["plan"],caption:"Plan name",post_call_processing(plan){var _ref4,_plan$name3;return(_ref4=(_plan$name3=plan==null?void 0:plan.name)!=null?_plan$name3:plan==null?void 0:plan.nickname)!=null?_ref4:plan==null?void 0:plan.id}},items:{ret_btype:btype_ids.list_type(btype_ids.api_type("stripe.SubscriptionItem")),path:["items","data"],post_call_processing(val){let res=[],value=btypes.get(btype_ids.api_type("stripe.SubscriptionItem"));for(r of val!=null?val:[])res.push(value.plugin.extract(r));return res}},status:{},start:{caption:"Starting date",ret_btype:"date",post_call_processing:_stripe_to_bubble_date},created:{caption:"Creation date",ret_btype:"date",post_call_processing:_stripe_to_bubble_date},current_period_start:{caption:"Current period starting date",ret_btype:"date",post_call_processing:_stripe_to_bubble_date},current_period_end:{caption:"Current period ending date",ret_btype:"date",post_call_processing:_stripe_to_bubble_date},quantity:{ret_btype:"number"},trial_end:{caption:"Trial end date",ret_btype:"date",post_call_processing:_stripe_to_bubble_date},trial_start:{caption:"Trial start date",ret_btype:"date",post_call_processing:_stripe_to_bubble_date}}),Event:new external.StructValue("Stripe Event",{id:{},type:{},created:{ret_btype:"date",post_call_processing:_stripe_to_bubble_date},object:{path:["data","object","object"]},object_id:{caption:"Object ID",path:["data","object","id"]},customer_id:{path:["data","object","customer"]},invoice_id:{path:["data","object","invoice"]},subscription_id:{path:["data","object","subscription"]},charge_id:{caption:"Charge ID for dispute",path:["data","object","charge"]},amount:{ret_btype:"number",path:["data","object","amount"],post_call_processing:_currency_extractor(["data","object","currency"])},amount_paid:{ret_btype:"number",extract(val){var _val$data$object;let{amount_paid,amount_captured}=(_val$data$object=val.data.object)!=null?_val$data$object:{};return amount_paid!=null?amount_paid:amount_captured},post_call_processing:_currency_extractor(["data","object","currency"])},amount_refunded:{ret_btype:"number",path:["data","object","amount_refunded"],post_call_processing:_currency_extractor(["data","object","currency"])},captured:{ret_btype:"boolean",path:["data","object","captured"]},failure_message:{path:["data","object","failure_message"]},statement_descriptor:{path:["data","object","statement_descriptor"]},description:{path:["data","object","description"]},previous_status:{path:["data","previous_attributes","status"]}}),Customer:new external.StructValue("Stripe Customer",{id:{},email:{},address:{ret_btype:btype_ids.api_type("stripe.CustomerAddress")},balance:{ret_btype:"number",post_call_processing:_currency_extractor(["currency"])},discount_items:{ret_btype:btype_ids.api_type("stripe.Coupon"),path:["discount","coupon"],post_call_processing(val){if(val)return btypes.get(btype_ids.api_type("stripe.Coupon")).plugin.extract(val)}}}),Coupon:new external.StructValue("Stripe Coupon",{id:{},amount_off:{ret_btype:"number",post_call_processing:_currency_extractor(["currency"])},percent_off:{ret_btype:"number"},created:{ret_btype:"date",post_call_processing:_stripe_to_bubble_date},currency:{},duration:{},duration_in_months:{ret_btype:"number"},max_redemptions:{ret_btype:"number"},redeem_by:{ret_btype:"date",post_call_processing:_stripe_to_bubble_date},times_redeemed:{ret_btype:"number"},valid:{ret_btype:"boolean"},name:{}}),Invoice:new external.StructValue("Stripe Invoice",{id:{},subscription:{},status:{},amount_due:{ret_btype:"number",post_call_processing:_currency_extractor(["currency"])},subtotal:{ret_btype:"number",post_call_processing:_currency_extractor(["currency"])},total:{ret_btype:"number",post_call_processing:_currency_extractor(["currency"])},starting_balance:{ret_btype:"number",post_call_processing:_currency_extractor(["currency"])},ending_balance:{ret_btype:"number",post_call_processing:_currency_extractor(["currency"])},closed:{ret_btype:"boolean",extract(val){return extractIsInvoiceClosed(val)}},paid:{ret_btype:"boolean"},forgiven:{ret_btype:"boolean",extract(val){return extractIsInvoiceForgiven(val)}},date:{path:["created"],ret_btype:"date",post_call_processing:_stripe_to_bubble_date},period_start:{ret_btype:"date",post_call_processing:_stripe_to_bubble_date},period_end:{ret_btype:"date",post_call_processing:_stripe_to_bubble_date},invoice_items:{ret_btype:btype_ids.list_type(btype_ids.api_type("stripe.InvoiceItem")),path:["lines","data"],post_call_processing(val){let res=[],value=btypes.get(btype_ids.api_type("stripe.InvoiceItem"));for(r of val!=null?val:[])res.push(value.plugin.extract(r));return res}},discount_items:{ret_btype:btype_ids.api_type("stripe.Coupon"),path:["discount","coupon"],post_call_processing(val){return btypes.get(btype_ids.api_type("stripe.Coupon")).plugin.extract(val)}},metadata:{ret_btype:"text",post_call_processing(val){return JSON.stringify(val)}}}),InvoiceItem:new external.StructValue("Stripe InvoiceItem",{id:{},invoice_item_id:{path:[],post_call_processing(obj){if(obj.object==="line_item")return obj.invoice_item;if(obj.object==="invoiceitem")return obj.id}},amount:{ret_btype:"number",post_call_processing:_currency_extractor(["currency"])},statement_descriptor:{path:["plan","name"]},description:{},subscription:{},period_start:{path:["period","start"],ret_btype:"date",post_call_processing:_stripe_to_bubble_date},period_end:{path:["period","end"],ret_btype:"date",post_call_processing:_stripe_to_bubble_date},price_id:{path:["price","id"]},product_id:{path:["price","product"]},proration:{ret_btype:"boolean"}}),InvoiceMetadata:new external.StructValue("Stripe Invoice Metadata",{appname:{ret_btype:"text"},is_overage_invoice:{ret_btype:"boolean"}}),Transfer:new external.StructValue("Stripe Transfer",{id:{},destination_payment:{},amount:{ret_btype:"number",post_call_processing:_currency_extractor(["currency"])},amount_reversed:{ret_btype:"number",post_call_processing:_currency_extractor(["currency"])},created:{path:["period","start"],ret_btype:"date",post_call_processing:_stripe_to_bubble_date},description:{},destination:{}}),Balance:new external.StructValue("Stripe Balance",{available_amount:{path:["available"],ret_btype:"number",post_call_processing(res){let val=res[0].amount;return val?val/100:0}},pending:{path:["pending"],ret_btype:"number",post_call_processing(res){let val=res[0].amount;return val?val/100:0}},connect_reserved_amount:{path:["connect_reserved"],ret_btype:"number",post_call_processing(res){if(!res)return 0;let val=res[0].amount;return val?val/100:0}}}),TaxID:new external.StructValue("Stripe Tax ID",{id:{},country:{},type:{},value:{}}),Refund:new external.StructValue("Stripe Refund",{id:{},amount:{ret_btype:"number"},charge:{},created:{ret_btype:"number"},currency:{},description:{},status:{}})}}get user_calls(){return["GetStripeCard","GetStripeCards","GetStripeSubscription","GetStripeSubscriptions","GetSellerData","GetCustomerID","GetStripeInvoices","GetStripeTaxIDs"]}get public_calls(){return["GetEventData","GetCustomer","GetStripeCoupons","GetStripeCoupon","GetStripeInvoice","GetStripeBalance","GetStripeTaxID"]}get server_actions(){return["charge_user","charge_user_resume","define_as_seller_resume","get_user_cc_info","get_user_cc_info_resume","charge_user_with_saved_cc","subscribe_stripe_plan","subscribe_stripe_plan_resume","apply_stripe_coupon_to_plan","cancel_stripe_plan","add_invoice_item","update_invoice_item","create_invoice","update_invoice","refund_charge","pay_invoice","cancel_invoice","create_coupon","create_subscription_item","update_subscription_item","delete_subscription_item","delete_credit_card","make_card_default","transfer_to_seller","create_payout","adjust_relative_customer_balance","set_customer_balance","update_customer","capture_authorized_charge","create_stripe_value_list_item","create_tax_id","delete_tax_id","list_tax_ids_action"]}_get_initial_calls(){return{GenerateAuthToken:class extends external.Call{get _must_proxy(){return!0}get skip_property_security(){return!0}execute(prev,properties,authentication,_raw,context){return u.on_client()?super.execute(prev,properties,authentication,_raw,context):this.service().generateauthtoken(properties)}},GetStripePlans:class extends external.Call{get _must_proxy(){return!0}get skip_property_security(){return!0}execute(prev,properties,authentication,_raw,context){return u.on_client()?super.execute(prev,properties,authentication,_raw,context):this.service().getstripeplans(properties)}},GetSellerData:class extends external.Call{get _must_proxy(){return!0}get human(){return"Stripe Seller account"}get btype_id(){return btype_ids.api_type("stripe.SellerData")}execute(prev,properties,authentication,_raw,context){return Lib().is_edit_mode()?this.get_value_bubble_null():prev._id()?{id:prev.child("authentication").child("stripe").child("id").get()}:{}}},GetCustomerID:class extends external.Call{get _must_proxy(){return!0}get human(){return"Stripe Customer ID"}get btype_id(){return"text"}execute(prev,properties,authentication,_raw,context){var _prev$child$get;return Lib().is_edit_mode()?this.get_value_bubble_null():prev._id()?(_prev$child$get=prev.child("StripeCustomerID").get())!=null?_prev$child$get:this.get_value_bubble_null():{}}},GetStripeCard:class extends StripeCall{get human(){return"Stripe Credit card"}get btype_id(){return btype_ids.api_type("stripe.CardData")}execute(prev,properties,authentication,_raw,context){if(Lib().is_edit_mode()&&!properties.force_edit_mode)return this.get_value_bubble_null();if(u.on_server())return extract_data(this,this.service().retrieve_credit_cards(prev)[0]);{var _ref5,_call_dependencies$_r;let call_name="GetStripeCard",user_id=prev==null?void 0:prev._id();(_call_dependencies$_r=_call_dependencies[_ref5=user_id+call_name])!=null||(_call_dependencies[_ref5]=u.Dependency()),_call_dependencies[user_id+call_name].register();let data_to_send=Lib().location.get_pieces();return delete data_to_send.query,this.make_request(call_name,data_to_send,prev,_raw,context)}}},GetStripeCards:class extends StripeCall{get human(){return"Stripe Credit cards"}get btype_id(){return btype_ids.api_type("stripe.CardData")}get is_list(){return!0}execute(prev,properties,authentication,_raw,context){if(Lib().is_edit_mode())return this.get_value_bubble_null();if(u.on_server())return extract_data(this,this.service().retrieve_credit_cards(prev));{var _ref6,_call_dependencies$_r2;let call_name="GetStripeCards",user_id=prev==null?void 0:prev._id();(_call_dependencies$_r2=_call_dependencies[_ref6=user_id+call_name])!=null||(_call_dependencies[_ref6]=u.Dependency()),_call_dependencies[user_id+call_name].register();let data_to_send=Lib().location.get_pieces();return delete data_to_send.query,this.make_request(call_name,data_to_send,prev,_raw,context)}}},GetStripeSubscription:class extends StripeCall{get human(){return"Stripe Customer subscription"}get btype_id(){return btype_ids.api_type("stripe.SubscriptionData")}execute(prev,properties,authentication,_raw,context){if(Lib().is_edit_mode())return this.get_value_bubble_null();if(u.on_server())return extract_data(this,this.service().get_existing_subscriptions(prev)[0]);{var _ref7,_call_dependencies$_r3;let call_name="GetStripeSubscription",user_id=prev==null?void 0:prev._id();(_call_dependencies$_r3=_call_dependencies[_ref7=user_id+call_name])!=null||(_call_dependencies[_ref7]=u.Dependency()),_call_dependencies[user_id+call_name].register();let data_to_send=Lib().location.get_pieces();return delete data_to_send.query,this.make_request(call_name,data_to_send,prev,_raw,context)}}},GetStripeSubscriptions:class extends StripeCall{get human(){return"Stripe Customer subscriptions"}get btype_id(){return btype_ids.api_type("stripe.SubscriptionData")}get is_list(){return!0}execute(prev,properties,authentication,_raw,context){if(Lib().is_edit_mode())return this.get_value_bubble_null();if(u.on_server())return extract_data(this,this.service().get_existing_subscriptions(prev));{var _ref8,_call_dependencies$_r4;let call_name="GetStripeSubscriptions",user_id=prev==null?void 0:prev._id();(_call_dependencies$_r4=_call_dependencies[_ref8=user_id+call_name])!=null||(_call_dependencies[_ref8]=u.Dependency()),_call_dependencies[user_id+call_name].register();let data_to_send=Lib().location.get_pieces();return delete data_to_send.query,this.make_request(call_name,data_to_send,prev,_raw,context)}}},GetAppSubscription:class extends StripeCall{execute(prev,properties,authentication,_raw,context){if(Lib().is_edit_mode())return this.get_value_bubble_null();if(u.on_server()){let raw_list=this.service().get_existing_subscriptions(prev);if(!raw_list)return null;let matched_subscription_object=raw_list.filter(item=>item.metadata.appname===properties.appname).reduce((a,b)=>a.created>b.created?a:b,{});return matched_subscription_object!=null&&matched_subscription_object.current_period_end?(matched_subscription_object.current_period_start_formatted=_stripe_to_bubble_date(matched_subscription_object.current_period_start),matched_subscription_object.current_period_end_formatted=_stripe_to_bubble_date(matched_subscription_object.current_period_end),matched_subscription_object):null}else{var _ref9,_call_dependencies$_r5;let call_name="GetAppSubscription",user_id=prev==null?void 0:prev._id();(_call_dependencies$_r5=_call_dependencies[_ref9=user_id+call_name])!=null||(_call_dependencies[_ref9]=u.Dependency()),_call_dependencies[user_id+call_name].register();let data_to_send=Lib().location.get_pieces();return delete data_to_send.query,this.make_request(call_name,data_to_send,prev,_raw,context)}}},GetEventData:class extends StripeCall{get human(){return"Get Stripe Event"}get btype_id(){return btype_ids.api_type("stripe.Event")}get parameters(){return{event_id:{}}}execute(prev,properties,authentication,_raw,context){var _ref10,_call_dependencies$_r6;if(!properties.event_id||Lib().is_edit_mode())return{};let call_name="GetEventData";if((_call_dependencies$_r6=_call_dependencies[_ref10=properties.event_id+call_name])!=null||(_call_dependencies[_ref10]=u.Dependency()),_call_dependencies[properties.event_id+call_name].register(),u.on_server())return extract_data(this,this.service().retrieve_stripe_event(properties.event_id));{let data_to_send=Lib().location.get_pieces();return delete data_to_send.query,data_to_send.event_id=properties.event_id,this.make_request(call_name,data_to_send,null,_raw,context)}}},GetCustomer:class extends StripeCall{get human(){return"Get Stripe Customer"}get btype_id(){return btype_ids.api_type("stripe.Customer")}get parameters(){return{customer_id:{}}}execute(prev,properties,authentication,_raw,context){var _ref11,_call_dependencies$_r7;if(!properties.customer_id||Lib().is_edit_mode())return{};let call_name="GetCustomer";if((_call_dependencies$_r7=_call_dependencies[_ref11=properties.customer_id+call_name])!=null||(_call_dependencies[_ref11]=u.Dependency()),_call_dependencies[properties.customer_id+call_name].register(),u.on_server())return extract_data(this,this.service().retrieve_customer(properties.customer_id));{let data_to_send=Lib().location.get_pieces();return delete data_to_send.query,data_to_send.customer_id=properties.customer_id,this.make_request(call_name,data_to_send,null,_raw,context)}}},GetStripeCoupons:class extends external.Call{get human(){return"Get Stripe Coupons"}get btype_id(){return btype_ids.api_type("stripe.Coupon")}get is_list(){return!0}get _must_proxy(){return!0}execute(prev,properties,authentication,_raw,context){return u.on_client()?super.execute(prev,properties,authentication,_raw,context):extract_data(this,this.service().getstripecoupons())}},GetStripeCoupon:class extends external.Call{get human(){return"Get Stripe Coupon"}get parameters(){return{coupon_id:{}}}get btype_id(){return btype_ids.api_type("stripe.Coupon")}get _must_proxy(){return!0}execute(prev,properties,authentication,_raw,context){return properties.coupon_id?u.on_client()?super.execute(prev,properties,authentication,_raw,context):extract_data(this,this.service().getstripecoupon(properties.coupon_id)):this.get_value_bubble_null()}},GetStripeInvoice:class extends external.Call{get human(){return"Retrieve Stripe Invoice"}get btype_id(){return btype_ids.api_type("stripe.Invoice")}get _must_proxy(){return!0}get parameters(){return{invoice_id:{}}}execute(prev,properties,authentication,_raw,context){return Lib().is_edit_mode()||!properties.invoice_id?this.get_value_bubble_null():u.on_server()?extract_data(this,this.service().retrieve_invoice(properties.invoice_id)):super.execute(prev,properties,authentication,_raw,context)}},GetStripeInvoices:class extends StripeCall{get human(){return"Get Stripe Invoices"}get btype_id(){return btype_ids.api_type("stripe.Invoice")}get is_list(){return!0}get _must_proxy(){return!0}execute(prev,properties,authentication,_raw,context){if(Lib().is_edit_mode())return this.get_value_bubble_null();if(u.on_server())return extract_data(this,this.service().get_customer_invoices(prev));{var _ref12,_call_dependencies$_r8;let call_name="GetStripeInvoices",user_id=prev==null?void 0:prev._id();(_call_dependencies$_r8=_call_dependencies[_ref12=user_id+call_name])!=null||(_call_dependencies[_ref12]=u.Dependency()),_call_dependencies[user_id+call_name].register();let data_to_send=Lib().location.get_pieces();return delete data_to_send.query,this.make_request(call_name,data_to_send,prev,_raw,context)}}},GetStripeBalance:class extends external.Call{get human(){return"Retrieve Stripe Balance"}get btype_id(){return btype_ids.api_type("stripe.Balance")}get _must_proxy(){return!0}get parameters(){return{}}execute(prev,properties,authentication,_raw,context){return Lib().is_edit_mode()?this.get_value_bubble_null():u.on_server()?extract_data(this,this.service().retrieve_balance()):super.execute(prev,properties,authentication,_raw,context)}},GetStripeTaxID:class extends external.Call{get human(){return"Retrieve Stripe Tax ID"}get btype_id(){return btype_ids.api_type("stripe.TaxID")}get _must_proxy(){return!0}get parameters(){return{customer:{name:"customer",caption:"User",editor:"Basic",btype:"user"},tax_id:{}}}execute(prev,properties,authentication,_raw,context){return Lib().is_edit_mode()||!properties.tax_id?this.get_value_bubble_null():u.on_server()?extract_data(this,this.service().retrieve_tax_id(properties)):super.execute(prev,properties,authentication,_raw,context)}},GetStripeTaxIDs:class extends StripeCall{get human(){return"Stripe Tax IDs"}get btype_id(){return btype_ids.api_type("stripe.TaxID")}get is_list(){return!0}get _must_proxy(){return!0}get parameters(){return{limit:{caption:"Limit",editor:"Basic",optional:!0,btype:"number"}}}execute(prev,properties,authentication,_raw,context){if(Lib().is_edit_mode())return this.get_value_bubble_null();if(u.on_server())return extract_data(this,this.service().list_tax_ids(prev,properties.limit));{var _ref13,_call_dependencies$_r9;let call_name="GetStripeTaxIDs",user_id=prev==null?void 0:prev._id();(_call_dependencies$_r9=_call_dependencies[_ref13=user_id+call_name])!=null||(_call_dependencies[_ref13]=u.Dependency()),_call_dependencies[user_id+call_name].register();let data_to_send=Lib().location.get_pieces();return delete data_to_send.query,data_to_send.limit=properties.limit,this.make_request(call_name,data_to_send,prev,_raw,context)}}}}}get_error_message(response){let data;try{data=JSON.parse(response.body)}catch(err){return}if(data.error!=null)throw convert_stripe_error(data.error)}html_header(key){return is_v3()?'(function(){\nconst b=document.createElement("script");b.type="text/javascript";b.async=!0;b.src="https://js.stripe.com/v3";\nconst d=document.getElementsByTagName("script")[0];d.parentNode.insertBefore(b,d);\n})();':'(function(){\nconst b=document.createElement("script");b.type="text/javascript";b.async=!0;b.src="https://checkout.stripe.com/checkout.js";b.onload=function(){window.initialize_stripe_form()};\nconst d=document.getElementsByTagName("script")[0];d.parentNode.insertBefore(b,d);\n})();'}actions(){return{ChargeUser:{server_method:"stripe-charge_user",server_method_resume:"stripe-charge_user_resume",field_names:Object.assign({charged_user_email:{},tax_id_collection:{default:!1}},payment_field_names,do_not_show_success_alert_field_name,allow_promotion_codes_field_name,checkout_tax_field_names),run(action,properties,context,cb){return context.get_server_outcome(action,(err,res)=>{if(err){cb(err);return}let resume_key=Lib().workflow.make_resume_key(context,action);if(is_v3())if(properties.payee_is_another_user){let payee_user=properties.payee;return u.run_once(30,()=>payee_user.child("authentication").child("stripe").child("id").get(),(err2,payee_stripe_account_id)=>{if(err2!=null||!payee_stripe_account_id){var _err;return(_err=err2)!=null||(err2=new u.OwnerError("Payee either does not have a stripe account setup or else has a privacy rule blocking access to social networks, which prevents this action from working")),cb(err2)}else return redirect_checkout(context,res.url)})}else return redirect_checkout(context,res.url);else{var _properties$button_ca;return cb("aborted"),properties.panelLabel=(_properties$button_ca=properties.button_caption)!=null?_properties$button_ca:"Pay",u.run_once(30,()=>{let amount=res.child("amount").raw(!1);return get_checkout_form(u.extend(properties,{amount}),token=>{status=status_bar.show_progress_line("chargecc call");let data_to_send={order_id:res._id(),token:token.id,appname:Lib().appname(),app_version:Lib().app_version()};return Lib().workflow.resume(resume_key,data_to_send)})})}})},resume(action,context,cb){return is_v3()&&(status=status_bar.show_progress_line("chargecc call")),context.get_server_outcome(action,(err,order)=>{var _status;if((_status=status)==null||_status(),err){err instanceof u.ExpectedError&&alert(logger.human_friendly(err));return}else if(order.flush(),invalidate_call("GetStripeCard"),invalidate_call("GetStripeCards"),!action.get_static_property("do_not_show_success_alert")){let msg=action.get_static_property("authorize_only")?Lib().get_text("stripe","SUCCESS_AUTHORIZED_CARD"):Lib().get_text("stripe","SUCCESS_CARD");window.alert(msg)}return cb(err,order)})},return_btype(){return btypes.get(db_consts.SYSTEM_TYPE_IDS.STRIPE_ORDER)},data_to_refresh:null,check_for_errors(action,report){return _check_for_errors_for_payment(action,report,this.display)}},GetUserCCInfo:{category:"payment",field_names:u.extend({update_existing:{default:!0},description:{default:"Collect card information"},button_caption:{default:"Save"}},do_not_show_success_alert_field_name,enter_your_api_key_button_field_names),display(){return"Collect the user's CC information"},_fields(){return[{name:"update_existing",editor:"Checkbox",caption:"Update existing main card"},{name:"description",caption:"Description",editor:"ShortText"},{name:"button_caption",caption:"Button caption",editor:"ShortText",condition(){return!is_v3()}}].concat(do_not_show_success_alert_field())},run(action,properties,context,cb){return context.get_server_outcome(action,(err,res)=>{if(err)return cb(err);{let resume_key=Lib().workflow.make_resume_key(context,action);return is_v3()?redirect_checkout(context,res.url):(cb("aborted"),get_checkout_form({description:properties.description,panelLabel:properties.button_caption},token=>{status=status_bar.show_progress_line("chargecc call");let data_to_send={user_id:Lib().current_user()._id(),token:token.id,appname:Lib().appname(),app_version:Lib().app_version(),update_existing:properties.update_existing};return Lib().workflow.resume(resume_key,data_to_send)}))}})},resume(action,context,cb){return is_v3()&&(status=status_bar.show_progress_line("chargecc call")),context.get_server_outcome(action,err=>{var _status2;if((_status2=status)==null||_status2(),invalidate_call("GetStripeCard"),invalidate_call("GetStripeCards"),err){err instanceof u.ExpectedError&&core_events.handle_uncaught_error({original_error:err,caught_from:workflow_consts.ERROR_SOURCES.ELEMENT_WORKFLOW,cb(err2){err2&&window.alert(logger.human_friendly(err2))}});return}else action.get_static_property("do_not_show_success_alert")||window.alert(Lib().get_text("stripe","SUCCESS_SAVE_CC"));return cb()})},server_method:"stripe-get_user_cc_info",server_method_resume:"stripe-get_user_cc_info_resume",check_for_errors(action,report){return _check_for_errors_for_payment(action,report,this.display)},data_to_refresh:null},ChargeUserWithSavedCC:{category:"payment",field_names:u.extend({charged_user:{}},payment_field_names,do_not_show_success_alert_field_name,card_id_field_name),display(){return"Charge a user using saved CC"},_fields(){return[{name:"charged_user",caption:"Charged user",editor:"Basic",btype:"user"}].concat(payment_fields()).concat(card_id_field()).concat(do_not_show_success_alert_field())},run(action,properties,context,cb){return context.get_server_outcome(action,(err,order)=>{if(err)return cb(err);if(!properties.do_not_show_success_alert){let msg=properties.authorize_only?Lib().get_text("stripe","SUCCESS_AUTHORIZED_CARD"):Lib().get_text("stripe","SUCCESS_CARD");window.alert(msg)}return cb(null,order)})},server_method:"stripe-charge_user_with_saved_cc",check_for_errors(action,report){return _check_for_errors_for_payment(action,report,this.display)},return_btype(){return btypes.get(db_consts.SYSTEM_TYPE_IDS.STRIPE_ORDER)},data_to_refresh:null},CaptureAuthorizedCharge:{category:"payment",field_names:u.extend({charge_id:{}},do_not_show_success_alert_field_name,enter_your_api_key_button_field_names),server_method:"stripe-capture_authorized_charge",run(action,properties,context,cb){return context.get_server_outcome(action,(err,order)=>{if(err)return cb(err);if(!properties.do_not_show_success_alert){let msg=Lib().get_text("stripe","SUCCESS_CARD");window.alert(msg)}return cb(null,order)})},data_to_refresh:null},DefineAsSeller:{field_names:u.extend({email:{optional:!0},url:{optional:!0},business_name:{optional:!0},address:{optional:!0},product_category:{optional:!0},physical_product:{optional:!0},product_description:{optional:!0}},enter_your_api_key_button_field_names),run(action,properties,context,cb){let current_user=Lib().current_user();return u.run_once(30,()=>{let logged_in=current_user.is_logged_in(),email=current_user.get_email(),resume_url=generic_actions_utilities.get_resume_url(context,action),stripe_auth_url=getURLToGenerateStripeAuthToken(appquery.app(),email,resume_url,current_user._id(),properties);return{logged_in,email,stripe_auth_url}},(err,data)=>{if(err){cb(err);return}let{logged_in,stripe_auth_url}=data;if(!logged_in){cb(new u.UserError("stripe.NEED_LOGIN_TO_SELL"));return}if(!appquery.stripe_client_id()){cb(new u.UserError("stripe.CANT_REGISTER_SELLER"));return}return Lib().workflow.wait_for_safe(context,()=>document.location.href=stripe_auth_url)})},data_to_refresh:null,server_method_resume:"stripe-define_as_seller_resume"},SubscribeStripePlan:{category:"payment",field_names:Object.assign({plan_id:{},apply_coupon:{},coupon_id:{},quantity:{default:1},tax_percent:{optional:!0,condition(){return!is_v3()}},trial_end:{optional:!0},subscription_id:{optional:!0},dynamic_plan_id:{},update_existing:{default:!0},plans_vs_item:{default:"plan"},payment_behavior:{optional:!0},items:{},tax_id_collection:{default:!1}},enter_your_api_key_button_field_names,do_not_show_success_alert_field_name,add_user_field_names,allow_promotion_codes_field_name,checkout_tax_field_names),server_method:"stripe-subscribe_stripe_plan",terminate_server_workflow:!1,server_method_resume:"stripe-subscribe_stripe_plan_resume",run(action,properties,context,cb){return context.get_server_outcome(action,(err,res)=>{if(err){cb(err);return}let resume_key=Lib().workflow.make_resume_key(context,action,!0),v3_redirect_required=is_v3()&&res.session_id!=null;if(is_v3()&&v3_redirect_required)return redirect_checkout(context,res.url);{let order=res;if(db_values.registry.is(order,db_values.STATIC_OBJECT)){invalidate_call("GetStripeSubscription"),invalidate_call("GetStripeSubscriptions"),properties.do_not_show_success_alert||window.alert(Lib().get_text("stripe","SUCCESS_UPDATE_SUBSCRIPTION")),cb(void 0,order);return}return cb("aborted"),get_checkout_form({description:Lib().get_text("stripe","UPDATE_SUBSCRIPTION_CAPTION"),panelLabel:Lib().get_text("stripe","SUBSCRIBE_ACTION_CAPTION")},token=>{status=status_bar.show_progress_line("chargecc call");let data_to_send={order_id:order._id(),token:token.id,appname:Lib().appname(),app_version:Lib().app_version()};return Lib().workflow.resume(resume_key,data_to_send)})}})},resume(action,context,cb){return context.get_server_outcome(action,(err,order)=>{var _status3;return(_status3=status)==null||_status3(),invalidate_call("GetStripeCard"),invalidate_call("GetStripeCards"),invalidate_call("GetStripeSubscription"),invalidate_call("GetStripeSubscriptions"),err?err instanceof u.ExpectedError&&core_events.handle_uncaught_error({original_error:err,caught_from:workflow_consts.ERROR_SOURCES.ELEMENT_WORKFLOW,cb(err2){err2&&window.alert(logger.human_friendly(err2))}}):action.get_static_property("do_not_show_success_alert")||window.alert(Lib().get_text("stripe","SUCCESS_SUBSCRIPTION")),cb(err,core_ds_db_ops_utilities.convert_api_call_to_db_object(order==null?void 0:order.data,{btype_id:btype_ids.api_type("stripe.SubscriptionData")}))})},data_to_refresh:null,return_btype(){return btypes.get(btype_ids.api_type("stripe.SubscriptionData"))}},ApplyCouponToPlan:{category:"payment",field_names:u.extend({coupon_id:{},subscription_id:{optional:!0}},enter_your_api_key_button_field_names,do_not_show_success_alert_field_name,add_user_field_names),server_method:"stripe-apply_stripe_coupon_to_plan",run(action,properties,context,cb){return context.get_server_outcome(action,err=>err?cb(err):(invalidate_call("GetStripeSubscription"),invalidate_call("GetStripeSubscriptions"),properties.do_not_show_success_alert||window.alert(Lib().get_text("stripe","APPLIED_COUPON")),cb()))},data_to_refresh:null},CancelStripePlan:{category:"payment",field_names:u.extend({cancel_all:{default:!0},subscription_id:{},cancelationMode:{default:subscription_consts.CancelationMode.Immediate}},do_not_show_success_alert_field_name,enter_your_api_key_button_field_names,add_user_field_names),server_method:"stripe-cancel_stripe_plan",run(action,properties,context,cb){return context.get_server_outcome(action,err=>err?cb(err):(invalidate_call("GetStripeSubscription"),invalidate_call("GetStripeSubscriptions"),properties.do_not_show_success_alert||window.alert(Lib().get_text("stripe","CANCEL_SUBSCRIPTION")),cb()))},data_to_refresh:null},AddInvoiceItem:{category:"payment",field_names:Object.assign({customer:{},amount:{},currency:{default:"USD"},description:{},subscription_id:{optional:!0}},checkout_tax_field_names,enter_your_api_key_button_field_names),server_method:"stripe-add_invoice_item",run(action,properties,context,cb){return context.get_server_outcome(action,(err,res)=>cb(err,res))},return_btype(){return btypes.get(btype_ids.api_type("stripe.InvoiceItem"))},data_to_refresh:null},UpdateInvoiceItem:{category:"payment",field_names:u.extend({invoice_item_id:{value:"text"},amount:{optional:!0,value:"number"},description:{optional:!0,value:"text"}},enter_your_api_key_button_field_names),server_method:"stripe-update_invoice_item",run(action,properties,context,cb){return context.get_server_outcome(action,(err,res)=>cb(err,res))},return_btype(){return btypes.get("api.stripe.InvoiceItem")},data_to_refresh:null},CreateInvoice:{category:"payment",field_names:u.extend({customer:{},subscription_id:{optional:!0},auto_advance:{optional:!0}},enter_your_api_key_button_field_names),server_method:"stripe-create_invoice",run(action,properties,context,cb){return context.get_server_outcome(action,(err,res)=>cb(err,res))},data_to_refresh:null,return_btype(){return btypes.get(btype_ids.api_type("stripe.Invoice"))}},UpdateInvoice:{category:"payment",field_names:u.extend({invoice_id:{},description:{optional:!0},coupon_id:{optional:!0},auto_advance:{optional:!0}},enter_your_api_key_button_field_names),server_method:"stripe-update_invoice",run(action,properties,context,cb){return context.get_server_outcome(action,(err,res)=>cb(err,res))},data_to_refresh:null,return_btype(){return btypes.get(btype_ids.api_type("stripe.Invoice"))}},PayInvoice:{category:"payment",field_names:u.extend({invoice_id:{}},enter_your_api_key_button_field_names),server_method:"stripe-pay_invoice",run(action,properties,context,cb){return context.get_server_outcome(action,err=>err?cb(err):(window.alert(Lib().get_text("stripe","SUCCESS_CARD")),cb()))},data_to_refresh:null},CancelInvoice:{category:"payment",field_names:u.extend({invoice_id:{},status:{}},enter_your_api_key_button_field_names),server_method:"stripe-cancel_invoice",run(action,properties,context,cb){return context.get_server_outcome(action,err=>{if(err)return cb(err);{let translation_code={void:"VOID_INVOICE_SUCCESS",uncollectible:"MARK_UNCOLLECTIBLE_SUCCESS"}[properties.status];return window.alert(Lib().get_text("stripe",translation_code)),cb()}})},data_to_refresh:null},RefundCharge:{category:"payment",field_names:u.extend({charge_id:{}},enter_your_api_key_button_field_names),server_method:"stripe-refund_charge",run(action,properties,context,cb){return context.get_server_outcome(action,(err,res)=>cb(err,res))},return_btype(){return btypes.get(btype_ids.api_type("stripe.Refund"))},data_to_refresh:null},AddSubscriptionItem:{category:"payment",field_names:{subscription_id:{},plan_id:{},dynamic_plan_id:{},quantity:{optional:!0}},server_method:"stripe-create_subscription_item",run(action,properties,context,cb){return context.get_server_outcome(action,(err,res)=>(invalidate_call("GetStripeSubscription"),invalidate_call("GetStripeSubscriptions"),cb(err,res)))},data_to_refresh:null,return_btype(){return btypes.get(btype_ids.api_type("stripe.SubscriptionItem"))}},UpdateSubscriptionItem:{category:"payment",field_names:{subscription_item_id:{},plan_id:{},dynamic_plan_id:{},quantity:{optional:!0}},server_method:"stripe-update_subscription_item",run(action,properties,context,cb){return context.get_server_outcome(action,(err,res)=>(invalidate_call("GetStripeSubscription"),invalidate_call("GetStripeSubscriptions"),cb(err,res)))},data_to_refresh:null,return_btype(){return btypes.get(btype_ids.api_type("stripe.SubscriptionItem"))}},DeleteSubscriptionItem:{category:"payment",field_names:{subscription_item_id:{}},server_method:"stripe-delete_subscription_item",run(action,properties,context,cb){return context.get_server_outcome(action,err=>(invalidate_call("GetStripeSubscription"),invalidate_call("GetStripeSubscriptions"),cb(err)))},data_to_refresh:null},MakeCardDefault:{category:"payment",field_names:{card_id:{}},server_method:"stripe-make_card_default",data_to_refresh:null,run(action,properties,context,cb){return context.get_server_outcome(action,err=>(invalidate_call("GetStripeCard"),invalidate_call("GetStripeCards"),cb(err)))}},DeleteCreditCard:{category:"payment",field_names:{card_id:{}},server_method:"stripe-delete_credit_card",run(action,properties,context,cb){return context.get_server_outcome(action,err=>(invalidate_call("GetStripeCard"),invalidate_call("GetStripeCards"),cb(err)))},data_to_refresh:null},AdjustCustomerBalance:{category:"payment",field_names:u.extend({customer:{},amount:{}},enter_your_api_key_button_field_names),server_method:"stripe-set_customer_balance",run(action,properties,context,cb){return context.get_server_outcome(action,err=>cb(err))},data_to_refresh:null},AdjustCustomerBalanceRelative:{category:"payment",field_names:u.extend({customer:{},amount:{},amount_sign:{default:"positive"},currency:{default:"USD"}},enter_your_api_key_button_field_names),server_method:"stripe-adjust_relative_customer_balance",run(action,properties,context,cb){return context.get_server_outcome(action,err=>cb(err))},data_to_refresh:null},UpdateCustomerInformation:{category:"payment",field_names:u.extend({email:{optional:!0},address:{optional:!0}},add_user_field_names,enter_your_api_key_button_field_names),server_method:"stripe-update_customer",run(action,properties,context,cb){return context.get_server_outcome(action,(err,order)=>cb(err,order))},return_btype(){return btypes.get(btype_ids.api_type("stripe.Customer"))},data_to_refresh:null},CreateCoupon:{category:"payment",field_names:u.extend({name:{optional:!0},amount_off:{optional:!0},percent_off:{optional:!0},duration:{},duration_in_months:{optional:!0},redeem_by:{optional:!0},currency:{optional:!0,default:"USD"},max_redemptions:{optional:!0}},enter_your_api_key_button_field_names),server_method:"stripe-create_coupon",run(action,properties,context,cb){return context.get_server_outcome(action,(err,order)=>cb(err,order))},return_btype(){return btypes.get(btype_ids.api_type("stripe.Coupon"))},data_to_refresh:null},TransferToSeller:{category:"payment",field_names:u.extend({amount:{},currency:{},destination:{},description:{optional:!0},source_transaction:{optional:!0},transfer_group:{optional:!0}},enter_your_api_key_button_field_names),server_method:"stripe-transfer_to_seller",run(action,properties,context,cb){return context.get_server_outcome(action,(err,order)=>cb(err,order))},data_to_refresh:null,return_btype(){return btypes.get(btype_ids.api_type("stripe.Transfer"))}},CreatePayout:{category:"payment",field_names:u.extend({amount:{},currency:{}},enter_your_api_key_button_field_names),server_method:"stripe-create_payout",run(action,properties,context,cb){return context.get_server_outcome(action,(err,order)=>cb(err,order))},data_to_refresh:null},CreateStripeValueListItem:{category:"payment",field_names:u.extend({value_list_id:{},value:{}},enter_your_api_key_button_field_names),server_method:"stripe-create_stripe_value_list_item",run(action,properties,context,cb){return context.get_server_outcome(action,(err,order)=>cb(err,order))},data_to_refresh:null},CreateTaxID:{category:"payment",field_names:u.extend({customer:{},type:{},value:{}},enter_your_api_key_button_field_names),server_method:"stripe-create_tax_id",run(action,_properties,context,cb){return context.get_server_outcome(action,(err,data)=>cb(err,data))},data_to_refresh:null,return_btype(){return btypes.get(btype_ids.api_type("stripe.TaxID"))}},DeleteTaxID:{category:"payment",field_names:u.extend({customer:{},tax_id:{}},enter_your_api_key_button_field_names),server_method:"stripe-delete_tax_id",run(action,properties,context,cb){return context.get_server_outcome(action,(err,order)=>cb(err,order))},data_to_refresh:null},GetListTaxIDs:{category:"payment",field_names:u.extend({customer:{},limit:{optional:!0}},enter_your_api_key_button_field_names),server_method:"stripe-list_tax_ids_action",run(action,properties,context,cb){return context.get_server_outcome(action,(err,order)=>cb(err,order))},data_to_refresh:null,return_btype(){return btypes.get(btype_ids.list_type(btype_ids.api_type("stripe.TaxID")))}}}}key_names(){return["client_id_live","private_key_live","public_key_live","client_id_test","private_key_test","public_key_test","checkout_image","checkout_name","checkout_version","collect_zip","enable_link","collect_address"]}keys(){var _window3;let all_keys={client_id_live:{caption:"Live Client ID",type:"client_safe"},private_key_live:{caption:"Live Secret Key",type:"secure"},public_key_live:{caption:"Live Publishable Key",type:"client_safe"},client_id_test:{caption:"Client ID - development",type:"client_safe"},private_key_test:{caption:"Secret Key - development",type:"secure"},public_key_test:{caption:"Publishable Key - development",type:"client_safe"},checkout_image:{caption:"Image for Stripe Checkout",type:"client_safe",editor:(_window3=window)!=null&&_window3.is_maison?"ImageUploader":"Image",optional:!0},checkout_name:{caption:"Name for Stripe Checkout",type:"client_safe",editor:"TextBox",optional:!0},checkout_version:{caption:"Stripe Checkout version",type:"client_safe",editor:"Dropdown",dropdown_width_override:"mid_extra_large",set:Lib().sets.get_set("Object")({v2:"Checkout v2 (Legacy)",v3:"Checkout v3 (Recommended)"}),default_value:version_keys.V2},collect_zip:{caption:"Collect the user's zip code with Checkout",type:"client_safe",editor:"Checkbox"},enable_link:{caption:"Enable Link on Checkout",type:"client_safe",editor:"Checkbox"},collect_address:{caption:"Collect the user's address with Checkout",type:"client_safe",editor:"Checkbox"}};return is_v3()?delete all_keys.collect_zip:delete all_keys.enable_link,all_keys}},btypes=safe_require.safe_require("./lang/btypes"),services_editor_utils=safe_require.safe_require("./services/client/editor_utils"),stripe={cls,is_v3,getURLToGenerateStripeAuthToken,convert_stripe_error,extractIsInvoiceClosed,extractIsInvoiceForgiven};typeof window<"u"&&window!==null&&((_window2$optional_mod=(_window22=window).optional_modules)!=null||(_window22.optional_modules={}),window.optional_modules.stripe=stripe);var _window22,_window2$optional_mod,plugin_registry=safe_require.safe_require("./services/shared/plugin_registry");plugin_registry.register_plugin(known_plugins_consts.STRIPE,stripe);})();
/*! Bundled license information:

buffer/index.js:
  (*!
   * The buffer module from node.js, for the browser.
   *
   * @author   Feross Aboukhadijeh <https://feross.org>
   * @license  MIT
   *)
*/

}


window.preloaded['plugin/first_party:stripe'] = true;
window._bubble_page_load_data.hardcoded_plugins['chartjs'] = true;
window.__code__ = window.__code__ || {};
if(!window.__code__['57ad5e238c8edcfecc06220f043d627d376e0fc008338c081d27ea30969c3c9a']){window.__code__['57ad5e238c8edcfecc06220f043d627d376e0fc008338c081d27ea30969c3c9a']=1;

"use strict";(()=>{var __create=Object.create;var __defProp=Object.defineProperty;var __getOwnPropDesc=Object.getOwnPropertyDescriptor;var __getOwnPropNames=Object.getOwnPropertyNames;var __getProtoOf=Object.getPrototypeOf,__hasOwnProp=Object.prototype.hasOwnProperty;var __esm=(fn,res)=>function(){return fn&&(res=(0,fn[__getOwnPropNames(fn)[0]])(fn=0)),res};var __commonJS=(cb,mod)=>function(){return mod||(0,cb[__getOwnPropNames(cb)[0]])((mod={exports:{}}).exports,mod),mod.exports};var __export=(target,all)=>{for(var name in all)__defProp(target,name,{get:all[name],enumerable:!0})},__copyProps=(to,from,except,desc)=>{if(from&&typeof from=="object"||typeof from=="function")for(let key of __getOwnPropNames(from))!__hasOwnProp.call(to,key)&&key!==except&&__defProp(to,key,{get:()=>from[key],enumerable:!(desc=__getOwnPropDesc(from,key))||desc.enumerable});return to};var __toESM=(mod,isNodeMode,target)=>(target=mod!=null?__create(__getProtoOf(mod)):{},__copyProps(isNodeMode||!mod||!mod.__esModule?__defProp(target,"default",{value:mod,enumerable:!0}):target,mod)),__toCommonJS=mod=>__copyProps(__defProp({},"__esModule",{value:!0}),mod);var init_define_process_env=__esm({"<define:process.env>"(){}});var require_base64_js=__commonJS({"node_modules/base64-js/index.js"(exports){"use strict";init_define_process_env();init_shim();exports.byteLength=byteLength;exports.toByteArray=toByteArray;exports.fromByteArray=fromByteArray;var lookup=[],revLookup=[],Arr=typeof Uint8Array<"u"?Uint8Array:Array,code="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/";for(i=0,len=code.length;i<len;++i)lookup[i]=code[i],revLookup[code.charCodeAt(i)]=i;var i,len;revLookup["-".charCodeAt(0)]=62;revLookup["_".charCodeAt(0)]=63;function getLens(b64){var len2=b64.length;if(len2%4>0)throw new Error("Invalid string. Length must be a multiple of 4");var validLen=b64.indexOf("=");validLen===-1&&(validLen=len2);var placeHoldersLen=validLen===len2?0:4-validLen%4;return[validLen,placeHoldersLen]}function byteLength(b64){var lens=getLens(b64),validLen=lens[0],placeHoldersLen=lens[1];return(validLen+placeHoldersLen)*3/4-placeHoldersLen}function _byteLength(b64,validLen,placeHoldersLen){return(validLen+placeHoldersLen)*3/4-placeHoldersLen}function toByteArray(b64){var tmp,lens=getLens(b64),validLen=lens[0],placeHoldersLen=lens[1],arr=new Arr(_byteLength(b64,validLen,placeHoldersLen)),curByte=0,len2=placeHoldersLen>0?validLen-4:validLen,i2;for(i2=0;i2<len2;i2+=4)tmp=revLookup[b64.charCodeAt(i2)]<<18|revLookup[b64.charCodeAt(i2+1)]<<12|revLookup[b64.charCodeAt(i2+2)]<<6|revLookup[b64.charCodeAt(i2+3)],arr[curByte++]=tmp>>16&255,arr[curByte++]=tmp>>8&255,arr[curByte++]=tmp&255;return placeHoldersLen===2&&(tmp=revLookup[b64.charCodeAt(i2)]<<2|revLookup[b64.charCodeAt(i2+1)]>>4,arr[curByte++]=tmp&255),placeHoldersLen===1&&(tmp=revLookup[b64.charCodeAt(i2)]<<10|revLookup[b64.charCodeAt(i2+1)]<<4|revLookup[b64.charCodeAt(i2+2)]>>2,arr[curByte++]=tmp>>8&255,arr[curByte++]=tmp&255),arr}function tripletToBase64(num){return lookup[num>>18&63]+lookup[num>>12&63]+lookup[num>>6&63]+lookup[num&63]}function encodeChunk(uint8,start,end){for(var tmp,output=[],i2=start;i2<end;i2+=3)tmp=(uint8[i2]<<16&16711680)+(uint8[i2+1]<<8&65280)+(uint8[i2+2]&255),output.push(tripletToBase64(tmp));return output.join("")}function fromByteArray(uint8){for(var tmp,len2=uint8.length,extraBytes=len2%3,parts=[],maxChunkLength=16383,i2=0,len22=len2-extraBytes;i2<len22;i2+=maxChunkLength)parts.push(encodeChunk(uint8,i2,i2+maxChunkLength>len22?len22:i2+maxChunkLength));return extraBytes===1?(tmp=uint8[len2-1],parts.push(lookup[tmp>>2]+lookup[tmp<<4&63]+"==")):extraBytes===2&&(tmp=(uint8[len2-2]<<8)+uint8[len2-1],parts.push(lookup[tmp>>10]+lookup[tmp>>4&63]+lookup[tmp<<2&63]+"=")),parts.join("")}}});var require_ieee754=__commonJS({"node_modules/ieee754/index.js"(exports){init_define_process_env();init_shim();exports.read=function(buffer,offset,isLE,mLen,nBytes){var e,m,eLen=nBytes*8-mLen-1,eMax=(1<<eLen)-1,eBias=eMax>>1,nBits=-7,i=isLE?nBytes-1:0,d=isLE?-1:1,s=buffer[offset+i];for(i+=d,e=s&(1<<-nBits)-1,s>>=-nBits,nBits+=eLen;nBits>0;e=e*256+buffer[offset+i],i+=d,nBits-=8);for(m=e&(1<<-nBits)-1,e>>=-nBits,nBits+=mLen;nBits>0;m=m*256+buffer[offset+i],i+=d,nBits-=8);if(e===0)e=1-eBias;else{if(e===eMax)return m?NaN:(s?-1:1)*(1/0);m=m+Math.pow(2,mLen),e=e-eBias}return(s?-1:1)*m*Math.pow(2,e-mLen)};exports.write=function(buffer,value,offset,isLE,mLen,nBytes){var e,m,c,eLen=nBytes*8-mLen-1,eMax=(1<<eLen)-1,eBias=eMax>>1,rt=mLen===23?Math.pow(2,-24)-Math.pow(2,-77):0,i=isLE?0:nBytes-1,d=isLE?1:-1,s=value<0||value===0&&1/value<0?1:0;for(value=Math.abs(value),isNaN(value)||value===1/0?(m=isNaN(value)?1:0,e=eMax):(e=Math.floor(Math.log(value)/Math.LN2),value*(c=Math.pow(2,-e))<1&&(e--,c*=2),e+eBias>=1?value+=rt/c:value+=rt*Math.pow(2,1-eBias),value*c>=2&&(e++,c/=2),e+eBias>=eMax?(m=0,e=eMax):e+eBias>=1?(m=(value*c-1)*Math.pow(2,mLen),e=e+eBias):(m=value*Math.pow(2,eBias-1)*Math.pow(2,mLen),e=0));mLen>=8;buffer[offset+i]=m&255,i+=d,m/=256,mLen-=8);for(e=e<<mLen|m,eLen+=mLen;eLen>0;buffer[offset+i]=e&255,i+=d,e/=256,eLen-=8);buffer[offset+i-d]|=s*128}}});var require_buffer=__commonJS({"node_modules/node-stdlib-browser/node_modules/buffer/index.js"(exports){"use strict";init_define_process_env();init_shim();var base64=require_base64_js(),ieee754=require_ieee754(),customInspectSymbol=typeof Symbol=="function"&&typeof Symbol.for=="function"?Symbol.for("nodejs.util.inspect.custom"):null;exports.Buffer=Buffer3;exports.SlowBuffer=SlowBuffer;exports.INSPECT_MAX_BYTES=50;var K_MAX_LENGTH=2147483647;exports.kMaxLength=K_MAX_LENGTH;Buffer3.TYPED_ARRAY_SUPPORT=typedArraySupport();!Buffer3.TYPED_ARRAY_SUPPORT&&typeof console<"u"&&typeof console.error=="function"&&console.error("This browser lacks typed array (Uint8Array) support which is required by `buffer` v5.x. Use `buffer` v4.x if you require old browser support.");function typedArraySupport(){try{var arr=new Uint8Array(1),proto={foo:function(){return 42}};return Object.setPrototypeOf(proto,Uint8Array.prototype),Object.setPrototypeOf(arr,proto),arr.foo()===42}catch(e){return!1}}Object.defineProperty(Buffer3.prototype,"parent",{enumerable:!0,get:function(){if(Buffer3.isBuffer(this))return this.buffer}});Object.defineProperty(Buffer3.prototype,"offset",{enumerable:!0,get:function(){if(Buffer3.isBuffer(this))return this.byteOffset}});function createBuffer(length){if(length>K_MAX_LENGTH)throw new RangeError('The value "'+length+'" is invalid for option "size"');var buf=new Uint8Array(length);return Object.setPrototypeOf(buf,Buffer3.prototype),buf}function Buffer3(arg,encodingOrOffset,length){if(typeof arg=="number"){if(typeof encodingOrOffset=="string")throw new TypeError('The "string" argument must be of type string. Received type number');return allocUnsafe(arg)}return from(arg,encodingOrOffset,length)}Buffer3.poolSize=8192;function from(value,encodingOrOffset,length){if(typeof value=="string")return fromString(value,encodingOrOffset);if(ArrayBuffer.isView(value))return fromArrayView(value);if(value==null)throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof value);if(isInstance(value,ArrayBuffer)||value&&isInstance(value.buffer,ArrayBuffer)||typeof SharedArrayBuffer<"u"&&(isInstance(value,SharedArrayBuffer)||value&&isInstance(value.buffer,SharedArrayBuffer)))return fromArrayBuffer(value,encodingOrOffset,length);if(typeof value=="number")throw new TypeError('The "value" argument must not be of type number. Received type number');var valueOf=value.valueOf&&value.valueOf();if(valueOf!=null&&valueOf!==value)return Buffer3.from(valueOf,encodingOrOffset,length);var b=fromObject(value);if(b)return b;if(typeof Symbol<"u"&&Symbol.toPrimitive!=null&&typeof value[Symbol.toPrimitive]=="function")return Buffer3.from(value[Symbol.toPrimitive]("string"),encodingOrOffset,length);throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof value)}Buffer3.from=function(value,encodingOrOffset,length){return from(value,encodingOrOffset,length)};Object.setPrototypeOf(Buffer3.prototype,Uint8Array.prototype);Object.setPrototypeOf(Buffer3,Uint8Array);function assertSize(size){if(typeof size!="number")throw new TypeError('"size" argument must be of type number');if(size<0)throw new RangeError('The value "'+size+'" is invalid for option "size"')}function alloc(size,fill,encoding){return assertSize(size),size<=0?createBuffer(size):fill!==void 0?typeof encoding=="string"?createBuffer(size).fill(fill,encoding):createBuffer(size).fill(fill):createBuffer(size)}Buffer3.alloc=function(size,fill,encoding){return alloc(size,fill,encoding)};function allocUnsafe(size){return assertSize(size),createBuffer(size<0?0:checked(size)|0)}Buffer3.allocUnsafe=function(size){return allocUnsafe(size)};Buffer3.allocUnsafeSlow=function(size){return allocUnsafe(size)};function fromString(string,encoding){if((typeof encoding!="string"||encoding==="")&&(encoding="utf8"),!Buffer3.isEncoding(encoding))throw new TypeError("Unknown encoding: "+encoding);var length=byteLength(string,encoding)|0,buf=createBuffer(length),actual=buf.write(string,encoding);return actual!==length&&(buf=buf.slice(0,actual)),buf}function fromArrayLike(array){for(var length=array.length<0?0:checked(array.length)|0,buf=createBuffer(length),i=0;i<length;i+=1)buf[i]=array[i]&255;return buf}function fromArrayView(arrayView){if(isInstance(arrayView,Uint8Array)){var copy=new Uint8Array(arrayView);return fromArrayBuffer(copy.buffer,copy.byteOffset,copy.byteLength)}return fromArrayLike(arrayView)}function fromArrayBuffer(array,byteOffset,length){if(byteOffset<0||array.byteLength<byteOffset)throw new RangeError('"offset" is outside of buffer bounds');if(array.byteLength<byteOffset+(length||0))throw new RangeError('"length" is outside of buffer bounds');var buf;return byteOffset===void 0&&length===void 0?buf=new Uint8Array(array):length===void 0?buf=new Uint8Array(array,byteOffset):buf=new Uint8Array(array,byteOffset,length),Object.setPrototypeOf(buf,Buffer3.prototype),buf}function fromObject(obj){if(Buffer3.isBuffer(obj)){var len=checked(obj.length)|0,buf=createBuffer(len);return buf.length===0||obj.copy(buf,0,0,len),buf}if(obj.length!==void 0)return typeof obj.length!="number"||numberIsNaN(obj.length)?createBuffer(0):fromArrayLike(obj);if(obj.type==="Buffer"&&Array.isArray(obj.data))return fromArrayLike(obj.data)}function checked(length){if(length>=K_MAX_LENGTH)throw new RangeError("Attempt to allocate Buffer larger than maximum size: 0x"+K_MAX_LENGTH.toString(16)+" bytes");return length|0}function SlowBuffer(length){return+length!=length&&(length=0),Buffer3.alloc(+length)}Buffer3.isBuffer=function(b){return b!=null&&b._isBuffer===!0&&b!==Buffer3.prototype};Buffer3.compare=function(a,b){if(isInstance(a,Uint8Array)&&(a=Buffer3.from(a,a.offset,a.byteLength)),isInstance(b,Uint8Array)&&(b=Buffer3.from(b,b.offset,b.byteLength)),!Buffer3.isBuffer(a)||!Buffer3.isBuffer(b))throw new TypeError('The "buf1", "buf2" arguments must be one of type Buffer or Uint8Array');if(a===b)return 0;for(var x=a.length,y=b.length,i=0,len=Math.min(x,y);i<len;++i)if(a[i]!==b[i]){x=a[i],y=b[i];break}return x<y?-1:y<x?1:0};Buffer3.isEncoding=function(encoding){switch(String(encoding).toLowerCase()){case"hex":case"utf8":case"utf-8":case"ascii":case"latin1":case"binary":case"base64":case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return!0;default:return!1}};Buffer3.concat=function(list,length){if(!Array.isArray(list))throw new TypeError('"list" argument must be an Array of Buffers');if(list.length===0)return Buffer3.alloc(0);var i;if(length===void 0)for(length=0,i=0;i<list.length;++i)length+=list[i].length;var buffer=Buffer3.allocUnsafe(length),pos=0;for(i=0;i<list.length;++i){var buf=list[i];if(isInstance(buf,Uint8Array))pos+buf.length>buffer.length?Buffer3.from(buf).copy(buffer,pos):Uint8Array.prototype.set.call(buffer,buf,pos);else if(Buffer3.isBuffer(buf))buf.copy(buffer,pos);else throw new TypeError('"list" argument must be an Array of Buffers');pos+=buf.length}return buffer};function byteLength(string,encoding){if(Buffer3.isBuffer(string))return string.length;if(ArrayBuffer.isView(string)||isInstance(string,ArrayBuffer))return string.byteLength;if(typeof string!="string")throw new TypeError('The "string" argument must be one of type string, Buffer, or ArrayBuffer. Received type '+typeof string);var len=string.length,mustMatch=arguments.length>2&&arguments[2]===!0;if(!mustMatch&&len===0)return 0;for(var loweredCase=!1;;)switch(encoding){case"ascii":case"latin1":case"binary":return len;case"utf8":case"utf-8":return utf8ToBytes(string).length;case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return len*2;case"hex":return len>>>1;case"base64":return base64ToBytes(string).length;default:if(loweredCase)return mustMatch?-1:utf8ToBytes(string).length;encoding=(""+encoding).toLowerCase(),loweredCase=!0}}Buffer3.byteLength=byteLength;function slowToString(encoding,start,end){var loweredCase=!1;if((start===void 0||start<0)&&(start=0),start>this.length||((end===void 0||end>this.length)&&(end=this.length),end<=0)||(end>>>=0,start>>>=0,end<=start))return"";for(encoding||(encoding="utf8");;)switch(encoding){case"hex":return hexSlice(this,start,end);case"utf8":case"utf-8":return utf8Slice(this,start,end);case"ascii":return asciiSlice(this,start,end);case"latin1":case"binary":return latin1Slice(this,start,end);case"base64":return base64Slice(this,start,end);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return utf16leSlice(this,start,end);default:if(loweredCase)throw new TypeError("Unknown encoding: "+encoding);encoding=(encoding+"").toLowerCase(),loweredCase=!0}}Buffer3.prototype._isBuffer=!0;function swap(b,n,m){var i=b[n];b[n]=b[m],b[m]=i}Buffer3.prototype.swap16=function(){var len=this.length;if(len%2!==0)throw new RangeError("Buffer size must be a multiple of 16-bits");for(var i=0;i<len;i+=2)swap(this,i,i+1);return this};Buffer3.prototype.swap32=function(){var len=this.length;if(len%4!==0)throw new RangeError("Buffer size must be a multiple of 32-bits");for(var i=0;i<len;i+=4)swap(this,i,i+3),swap(this,i+1,i+2);return this};Buffer3.prototype.swap64=function(){var len=this.length;if(len%8!==0)throw new RangeError("Buffer size must be a multiple of 64-bits");for(var i=0;i<len;i+=8)swap(this,i,i+7),swap(this,i+1,i+6),swap(this,i+2,i+5),swap(this,i+3,i+4);return this};Buffer3.prototype.toString=function(){var length=this.length;return length===0?"":arguments.length===0?utf8Slice(this,0,length):slowToString.apply(this,arguments)};Buffer3.prototype.toLocaleString=Buffer3.prototype.toString;Buffer3.prototype.equals=function(b){if(!Buffer3.isBuffer(b))throw new TypeError("Argument must be a Buffer");return this===b?!0:Buffer3.compare(this,b)===0};Buffer3.prototype.inspect=function(){var str="",max=exports.INSPECT_MAX_BYTES;return str=this.toString("hex",0,max).replace(/(.{2})/g,"$1 ").trim(),this.length>max&&(str+=" ... "),"<Buffer "+str+">"};customInspectSymbol&&(Buffer3.prototype[customInspectSymbol]=Buffer3.prototype.inspect);Buffer3.prototype.compare=function(target,start,end,thisStart,thisEnd){if(isInstance(target,Uint8Array)&&(target=Buffer3.from(target,target.offset,target.byteLength)),!Buffer3.isBuffer(target))throw new TypeError('The "target" argument must be one of type Buffer or Uint8Array. Received type '+typeof target);if(start===void 0&&(start=0),end===void 0&&(end=target?target.length:0),thisStart===void 0&&(thisStart=0),thisEnd===void 0&&(thisEnd=this.length),start<0||end>target.length||thisStart<0||thisEnd>this.length)throw new RangeError("out of range index");if(thisStart>=thisEnd&&start>=end)return 0;if(thisStart>=thisEnd)return-1;if(start>=end)return 1;if(start>>>=0,end>>>=0,thisStart>>>=0,thisEnd>>>=0,this===target)return 0;for(var x=thisEnd-thisStart,y=end-start,len=Math.min(x,y),thisCopy=this.slice(thisStart,thisEnd),targetCopy=target.slice(start,end),i=0;i<len;++i)if(thisCopy[i]!==targetCopy[i]){x=thisCopy[i],y=targetCopy[i];break}return x<y?-1:y<x?1:0};function bidirectionalIndexOf(buffer,val,byteOffset,encoding,dir){if(buffer.length===0)return-1;if(typeof byteOffset=="string"?(encoding=byteOffset,byteOffset=0):byteOffset>2147483647?byteOffset=2147483647:byteOffset<-2147483648&&(byteOffset=-2147483648),byteOffset=+byteOffset,numberIsNaN(byteOffset)&&(byteOffset=dir?0:buffer.length-1),byteOffset<0&&(byteOffset=buffer.length+byteOffset),byteOffset>=buffer.length){if(dir)return-1;byteOffset=buffer.length-1}else if(byteOffset<0)if(dir)byteOffset=0;else return-1;if(typeof val=="string"&&(val=Buffer3.from(val,encoding)),Buffer3.isBuffer(val))return val.length===0?-1:arrayIndexOf(buffer,val,byteOffset,encoding,dir);if(typeof val=="number")return val=val&255,typeof Uint8Array.prototype.indexOf=="function"?dir?Uint8Array.prototype.indexOf.call(buffer,val,byteOffset):Uint8Array.prototype.lastIndexOf.call(buffer,val,byteOffset):arrayIndexOf(buffer,[val],byteOffset,encoding,dir);throw new TypeError("val must be string, number or Buffer")}function arrayIndexOf(arr,val,byteOffset,encoding,dir){var indexSize=1,arrLength=arr.length,valLength=val.length;if(encoding!==void 0&&(encoding=String(encoding).toLowerCase(),encoding==="ucs2"||encoding==="ucs-2"||encoding==="utf16le"||encoding==="utf-16le")){if(arr.length<2||val.length<2)return-1;indexSize=2,arrLength/=2,valLength/=2,byteOffset/=2}function read(buf,i2){return indexSize===1?buf[i2]:buf.readUInt16BE(i2*indexSize)}var i;if(dir){var foundIndex=-1;for(i=byteOffset;i<arrLength;i++)if(read(arr,i)===read(val,foundIndex===-1?0:i-foundIndex)){if(foundIndex===-1&&(foundIndex=i),i-foundIndex+1===valLength)return foundIndex*indexSize}else foundIndex!==-1&&(i-=i-foundIndex),foundIndex=-1}else for(byteOffset+valLength>arrLength&&(byteOffset=arrLength-valLength),i=byteOffset;i>=0;i--){for(var found=!0,j=0;j<valLength;j++)if(read(arr,i+j)!==read(val,j)){found=!1;break}if(found)return i}return-1}Buffer3.prototype.includes=function(val,byteOffset,encoding){return this.indexOf(val,byteOffset,encoding)!==-1};Buffer3.prototype.indexOf=function(val,byteOffset,encoding){return bidirectionalIndexOf(this,val,byteOffset,encoding,!0)};Buffer3.prototype.lastIndexOf=function(val,byteOffset,encoding){return bidirectionalIndexOf(this,val,byteOffset,encoding,!1)};function hexWrite(buf,string,offset,length){offset=Number(offset)||0;var remaining=buf.length-offset;length?(length=Number(length),length>remaining&&(length=remaining)):length=remaining;var strLen=string.length;length>strLen/2&&(length=strLen/2);for(var i=0;i<length;++i){var parsed=parseInt(string.substr(i*2,2),16);if(numberIsNaN(parsed))return i;buf[offset+i]=parsed}return i}function utf8Write(buf,string,offset,length){return blitBuffer(utf8ToBytes(string,buf.length-offset),buf,offset,length)}function asciiWrite(buf,string,offset,length){return blitBuffer(asciiToBytes(string),buf,offset,length)}function base64Write(buf,string,offset,length){return blitBuffer(base64ToBytes(string),buf,offset,length)}function ucs2Write(buf,string,offset,length){return blitBuffer(utf16leToBytes(string,buf.length-offset),buf,offset,length)}Buffer3.prototype.write=function(string,offset,length,encoding){if(offset===void 0)encoding="utf8",length=this.length,offset=0;else if(length===void 0&&typeof offset=="string")encoding=offset,length=this.length,offset=0;else if(isFinite(offset))offset=offset>>>0,isFinite(length)?(length=length>>>0,encoding===void 0&&(encoding="utf8")):(encoding=length,length=void 0);else throw new Error("Buffer.write(string, encoding, offset[, length]) is no longer supported");var remaining=this.length-offset;if((length===void 0||length>remaining)&&(length=remaining),string.length>0&&(length<0||offset<0)||offset>this.length)throw new RangeError("Attempt to write outside buffer bounds");encoding||(encoding="utf8");for(var loweredCase=!1;;)switch(encoding){case"hex":return hexWrite(this,string,offset,length);case"utf8":case"utf-8":return utf8Write(this,string,offset,length);case"ascii":case"latin1":case"binary":return asciiWrite(this,string,offset,length);case"base64":return base64Write(this,string,offset,length);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return ucs2Write(this,string,offset,length);default:if(loweredCase)throw new TypeError("Unknown encoding: "+encoding);encoding=(""+encoding).toLowerCase(),loweredCase=!0}};Buffer3.prototype.toJSON=function(){return{type:"Buffer",data:Array.prototype.slice.call(this._arr||this,0)}};function base64Slice(buf,start,end){return start===0&&end===buf.length?base64.fromByteArray(buf):base64.fromByteArray(buf.slice(start,end))}function utf8Slice(buf,start,end){end=Math.min(buf.length,end);for(var res=[],i=start;i<end;){var firstByte=buf[i],codePoint=null,bytesPerSequence=firstByte>239?4:firstByte>223?3:firstByte>191?2:1;if(i+bytesPerSequence<=end){var secondByte,thirdByte,fourthByte,tempCodePoint;switch(bytesPerSequence){case 1:firstByte<128&&(codePoint=firstByte);break;case 2:secondByte=buf[i+1],(secondByte&192)===128&&(tempCodePoint=(firstByte&31)<<6|secondByte&63,tempCodePoint>127&&(codePoint=tempCodePoint));break;case 3:secondByte=buf[i+1],thirdByte=buf[i+2],(secondByte&192)===128&&(thirdByte&192)===128&&(tempCodePoint=(firstByte&15)<<12|(secondByte&63)<<6|thirdByte&63,tempCodePoint>2047&&(tempCodePoint<55296||tempCodePoint>57343)&&(codePoint=tempCodePoint));break;case 4:secondByte=buf[i+1],thirdByte=buf[i+2],fourthByte=buf[i+3],(secondByte&192)===128&&(thirdByte&192)===128&&(fourthByte&192)===128&&(tempCodePoint=(firstByte&15)<<18|(secondByte&63)<<12|(thirdByte&63)<<6|fourthByte&63,tempCodePoint>65535&&tempCodePoint<1114112&&(codePoint=tempCodePoint))}}codePoint===null?(codePoint=65533,bytesPerSequence=1):codePoint>65535&&(codePoint-=65536,res.push(codePoint>>>10&1023|55296),codePoint=56320|codePoint&1023),res.push(codePoint),i+=bytesPerSequence}return decodeCodePointsArray(res)}var MAX_ARGUMENTS_LENGTH=4096;function decodeCodePointsArray(codePoints){var len=codePoints.length;if(len<=MAX_ARGUMENTS_LENGTH)return String.fromCharCode.apply(String,codePoints);for(var res="",i=0;i<len;)res+=String.fromCharCode.apply(String,codePoints.slice(i,i+=MAX_ARGUMENTS_LENGTH));return res}function asciiSlice(buf,start,end){var ret="";end=Math.min(buf.length,end);for(var i=start;i<end;++i)ret+=String.fromCharCode(buf[i]&127);return ret}function latin1Slice(buf,start,end){var ret="";end=Math.min(buf.length,end);for(var i=start;i<end;++i)ret+=String.fromCharCode(buf[i]);return ret}function hexSlice(buf,start,end){var len=buf.length;(!start||start<0)&&(start=0),(!end||end<0||end>len)&&(end=len);for(var out="",i=start;i<end;++i)out+=hexSliceLookupTable[buf[i]];return out}function utf16leSlice(buf,start,end){for(var bytes=buf.slice(start,end),res="",i=0;i<bytes.length-1;i+=2)res+=String.fromCharCode(bytes[i]+bytes[i+1]*256);return res}Buffer3.prototype.slice=function(start,end){var len=this.length;start=~~start,end=end===void 0?len:~~end,start<0?(start+=len,start<0&&(start=0)):start>len&&(start=len),end<0?(end+=len,end<0&&(end=0)):end>len&&(end=len),end<start&&(end=start);var newBuf=this.subarray(start,end);return Object.setPrototypeOf(newBuf,Buffer3.prototype),newBuf};function checkOffset(offset,ext,length){if(offset%1!==0||offset<0)throw new RangeError("offset is not uint");if(offset+ext>length)throw new RangeError("Trying to access beyond buffer length")}Buffer3.prototype.readUintLE=Buffer3.prototype.readUIntLE=function(offset,byteLength2,noAssert){offset=offset>>>0,byteLength2=byteLength2>>>0,noAssert||checkOffset(offset,byteLength2,this.length);for(var val=this[offset],mul=1,i=0;++i<byteLength2&&(mul*=256);)val+=this[offset+i]*mul;return val};Buffer3.prototype.readUintBE=Buffer3.prototype.readUIntBE=function(offset,byteLength2,noAssert){offset=offset>>>0,byteLength2=byteLength2>>>0,noAssert||checkOffset(offset,byteLength2,this.length);for(var val=this[offset+--byteLength2],mul=1;byteLength2>0&&(mul*=256);)val+=this[offset+--byteLength2]*mul;return val};Buffer3.prototype.readUint8=Buffer3.prototype.readUInt8=function(offset,noAssert){return offset=offset>>>0,noAssert||checkOffset(offset,1,this.length),this[offset]};Buffer3.prototype.readUint16LE=Buffer3.prototype.readUInt16LE=function(offset,noAssert){return offset=offset>>>0,noAssert||checkOffset(offset,2,this.length),this[offset]|this[offset+1]<<8};Buffer3.prototype.readUint16BE=Buffer3.prototype.readUInt16BE=function(offset,noAssert){return offset=offset>>>0,noAssert||checkOffset(offset,2,this.length),this[offset]<<8|this[offset+1]};Buffer3.prototype.readUint32LE=Buffer3.prototype.readUInt32LE=function(offset,noAssert){return offset=offset>>>0,noAssert||checkOffset(offset,4,this.length),(this[offset]|this[offset+1]<<8|this[offset+2]<<16)+this[offset+3]*16777216};Buffer3.prototype.readUint32BE=Buffer3.prototype.readUInt32BE=function(offset,noAssert){return offset=offset>>>0,noAssert||checkOffset(offset,4,this.length),this[offset]*16777216+(this[offset+1]<<16|this[offset+2]<<8|this[offset+3])};Buffer3.prototype.readIntLE=function(offset,byteLength2,noAssert){offset=offset>>>0,byteLength2=byteLength2>>>0,noAssert||checkOffset(offset,byteLength2,this.length);for(var val=this[offset],mul=1,i=0;++i<byteLength2&&(mul*=256);)val+=this[offset+i]*mul;return mul*=128,val>=mul&&(val-=Math.pow(2,8*byteLength2)),val};Buffer3.prototype.readIntBE=function(offset,byteLength2,noAssert){offset=offset>>>0,byteLength2=byteLength2>>>0,noAssert||checkOffset(offset,byteLength2,this.length);for(var i=byteLength2,mul=1,val=this[offset+--i];i>0&&(mul*=256);)val+=this[offset+--i]*mul;return mul*=128,val>=mul&&(val-=Math.pow(2,8*byteLength2)),val};Buffer3.prototype.readInt8=function(offset,noAssert){return offset=offset>>>0,noAssert||checkOffset(offset,1,this.length),this[offset]&128?(255-this[offset]+1)*-1:this[offset]};Buffer3.prototype.readInt16LE=function(offset,noAssert){offset=offset>>>0,noAssert||checkOffset(offset,2,this.length);var val=this[offset]|this[offset+1]<<8;return val&32768?val|4294901760:val};Buffer3.prototype.readInt16BE=function(offset,noAssert){offset=offset>>>0,noAssert||checkOffset(offset,2,this.length);var val=this[offset+1]|this[offset]<<8;return val&32768?val|4294901760:val};Buffer3.prototype.readInt32LE=function(offset,noAssert){return offset=offset>>>0,noAssert||checkOffset(offset,4,this.length),this[offset]|this[offset+1]<<8|this[offset+2]<<16|this[offset+3]<<24};Buffer3.prototype.readInt32BE=function(offset,noAssert){return offset=offset>>>0,noAssert||checkOffset(offset,4,this.length),this[offset]<<24|this[offset+1]<<16|this[offset+2]<<8|this[offset+3]};Buffer3.prototype.readFloatLE=function(offset,noAssert){return offset=offset>>>0,noAssert||checkOffset(offset,4,this.length),ieee754.read(this,offset,!0,23,4)};Buffer3.prototype.readFloatBE=function(offset,noAssert){return offset=offset>>>0,noAssert||checkOffset(offset,4,this.length),ieee754.read(this,offset,!1,23,4)};Buffer3.prototype.readDoubleLE=function(offset,noAssert){return offset=offset>>>0,noAssert||checkOffset(offset,8,this.length),ieee754.read(this,offset,!0,52,8)};Buffer3.prototype.readDoubleBE=function(offset,noAssert){return offset=offset>>>0,noAssert||checkOffset(offset,8,this.length),ieee754.read(this,offset,!1,52,8)};function checkInt(buf,value,offset,ext,max,min){if(!Buffer3.isBuffer(buf))throw new TypeError('"buffer" argument must be a Buffer instance');if(value>max||value<min)throw new RangeError('"value" argument is out of bounds');if(offset+ext>buf.length)throw new RangeError("Index out of range")}Buffer3.prototype.writeUintLE=Buffer3.prototype.writeUIntLE=function(value,offset,byteLength2,noAssert){if(value=+value,offset=offset>>>0,byteLength2=byteLength2>>>0,!noAssert){var maxBytes=Math.pow(2,8*byteLength2)-1;checkInt(this,value,offset,byteLength2,maxBytes,0)}var mul=1,i=0;for(this[offset]=value&255;++i<byteLength2&&(mul*=256);)this[offset+i]=value/mul&255;return offset+byteLength2};Buffer3.prototype.writeUintBE=Buffer3.prototype.writeUIntBE=function(value,offset,byteLength2,noAssert){if(value=+value,offset=offset>>>0,byteLength2=byteLength2>>>0,!noAssert){var maxBytes=Math.pow(2,8*byteLength2)-1;checkInt(this,value,offset,byteLength2,maxBytes,0)}var i=byteLength2-1,mul=1;for(this[offset+i]=value&255;--i>=0&&(mul*=256);)this[offset+i]=value/mul&255;return offset+byteLength2};Buffer3.prototype.writeUint8=Buffer3.prototype.writeUInt8=function(value,offset,noAssert){return value=+value,offset=offset>>>0,noAssert||checkInt(this,value,offset,1,255,0),this[offset]=value&255,offset+1};Buffer3.prototype.writeUint16LE=Buffer3.prototype.writeUInt16LE=function(value,offset,noAssert){return value=+value,offset=offset>>>0,noAssert||checkInt(this,value,offset,2,65535,0),this[offset]=value&255,this[offset+1]=value>>>8,offset+2};Buffer3.prototype.writeUint16BE=Buffer3.prototype.writeUInt16BE=function(value,offset,noAssert){return value=+value,offset=offset>>>0,noAssert||checkInt(this,value,offset,2,65535,0),this[offset]=value>>>8,this[offset+1]=value&255,offset+2};Buffer3.prototype.writeUint32LE=Buffer3.prototype.writeUInt32LE=function(value,offset,noAssert){return value=+value,offset=offset>>>0,noAssert||checkInt(this,value,offset,4,4294967295,0),this[offset+3]=value>>>24,this[offset+2]=value>>>16,this[offset+1]=value>>>8,this[offset]=value&255,offset+4};Buffer3.prototype.writeUint32BE=Buffer3.prototype.writeUInt32BE=function(value,offset,noAssert){return value=+value,offset=offset>>>0,noAssert||checkInt(this,value,offset,4,4294967295,0),this[offset]=value>>>24,this[offset+1]=value>>>16,this[offset+2]=value>>>8,this[offset+3]=value&255,offset+4};Buffer3.prototype.writeIntLE=function(value,offset,byteLength2,noAssert){if(value=+value,offset=offset>>>0,!noAssert){var limit=Math.pow(2,8*byteLength2-1);checkInt(this,value,offset,byteLength2,limit-1,-limit)}var i=0,mul=1,sub=0;for(this[offset]=value&255;++i<byteLength2&&(mul*=256);)value<0&&sub===0&&this[offset+i-1]!==0&&(sub=1),this[offset+i]=(value/mul>>0)-sub&255;return offset+byteLength2};Buffer3.prototype.writeIntBE=function(value,offset,byteLength2,noAssert){if(value=+value,offset=offset>>>0,!noAssert){var limit=Math.pow(2,8*byteLength2-1);checkInt(this,value,offset,byteLength2,limit-1,-limit)}var i=byteLength2-1,mul=1,sub=0;for(this[offset+i]=value&255;--i>=0&&(mul*=256);)value<0&&sub===0&&this[offset+i+1]!==0&&(sub=1),this[offset+i]=(value/mul>>0)-sub&255;return offset+byteLength2};Buffer3.prototype.writeInt8=function(value,offset,noAssert){return value=+value,offset=offset>>>0,noAssert||checkInt(this,value,offset,1,127,-128),value<0&&(value=255+value+1),this[offset]=value&255,offset+1};Buffer3.prototype.writeInt16LE=function(value,offset,noAssert){return value=+value,offset=offset>>>0,noAssert||checkInt(this,value,offset,2,32767,-32768),this[offset]=value&255,this[offset+1]=value>>>8,offset+2};Buffer3.prototype.writeInt16BE=function(value,offset,noAssert){return value=+value,offset=offset>>>0,noAssert||checkInt(this,value,offset,2,32767,-32768),this[offset]=value>>>8,this[offset+1]=value&255,offset+2};Buffer3.prototype.writeInt32LE=function(value,offset,noAssert){return value=+value,offset=offset>>>0,noAssert||checkInt(this,value,offset,4,2147483647,-2147483648),this[offset]=value&255,this[offset+1]=value>>>8,this[offset+2]=value>>>16,this[offset+3]=value>>>24,offset+4};Buffer3.prototype.writeInt32BE=function(value,offset,noAssert){return value=+value,offset=offset>>>0,noAssert||checkInt(this,value,offset,4,2147483647,-2147483648),value<0&&(value=4294967295+value+1),this[offset]=value>>>24,this[offset+1]=value>>>16,this[offset+2]=value>>>8,this[offset+3]=value&255,offset+4};function checkIEEE754(buf,value,offset,ext,max,min){if(offset+ext>buf.length)throw new RangeError("Index out of range");if(offset<0)throw new RangeError("Index out of range")}function writeFloat(buf,value,offset,littleEndian,noAssert){return value=+value,offset=offset>>>0,noAssert||checkIEEE754(buf,value,offset,4,34028234663852886e22,-34028234663852886e22),ieee754.write(buf,value,offset,littleEndian,23,4),offset+4}Buffer3.prototype.writeFloatLE=function(value,offset,noAssert){return writeFloat(this,value,offset,!0,noAssert)};Buffer3.prototype.writeFloatBE=function(value,offset,noAssert){return writeFloat(this,value,offset,!1,noAssert)};function writeDouble(buf,value,offset,littleEndian,noAssert){return value=+value,offset=offset>>>0,noAssert||checkIEEE754(buf,value,offset,8,17976931348623157e292,-17976931348623157e292),ieee754.write(buf,value,offset,littleEndian,52,8),offset+8}Buffer3.prototype.writeDoubleLE=function(value,offset,noAssert){return writeDouble(this,value,offset,!0,noAssert)};Buffer3.prototype.writeDoubleBE=function(value,offset,noAssert){return writeDouble(this,value,offset,!1,noAssert)};Buffer3.prototype.copy=function(target,targetStart,start,end){if(!Buffer3.isBuffer(target))throw new TypeError("argument should be a Buffer");if(start||(start=0),!end&&end!==0&&(end=this.length),targetStart>=target.length&&(targetStart=target.length),targetStart||(targetStart=0),end>0&&end<start&&(end=start),end===start||target.length===0||this.length===0)return 0;if(targetStart<0)throw new RangeError("targetStart out of bounds");if(start<0||start>=this.length)throw new RangeError("Index out of range");if(end<0)throw new RangeError("sourceEnd out of bounds");end>this.length&&(end=this.length),target.length-targetStart<end-start&&(end=target.length-targetStart+start);var len=end-start;return this===target&&typeof Uint8Array.prototype.copyWithin=="function"?this.copyWithin(targetStart,start,end):Uint8Array.prototype.set.call(target,this.subarray(start,end),targetStart),len};Buffer3.prototype.fill=function(val,start,end,encoding){if(typeof val=="string"){if(typeof start=="string"?(encoding=start,start=0,end=this.length):typeof end=="string"&&(encoding=end,end=this.length),encoding!==void 0&&typeof encoding!="string")throw new TypeError("encoding must be a string");if(typeof encoding=="string"&&!Buffer3.isEncoding(encoding))throw new TypeError("Unknown encoding: "+encoding);if(val.length===1){var code=val.charCodeAt(0);(encoding==="utf8"&&code<128||encoding==="latin1")&&(val=code)}}else typeof val=="number"?val=val&255:typeof val=="boolean"&&(val=Number(val));if(start<0||this.length<start||this.length<end)throw new RangeError("Out of range index");if(end<=start)return this;start=start>>>0,end=end===void 0?this.length:end>>>0,val||(val=0);var i;if(typeof val=="number")for(i=start;i<end;++i)this[i]=val;else{var bytes=Buffer3.isBuffer(val)?val:Buffer3.from(val,encoding),len=bytes.length;if(len===0)throw new TypeError('The value "'+val+'" is invalid for argument "value"');for(i=0;i<end-start;++i)this[i+start]=bytes[i%len]}return this};var INVALID_BASE64_RE=/[^+/0-9A-Za-z-_]/g;function base64clean(str){if(str=str.split("=")[0],str=str.trim().replace(INVALID_BASE64_RE,""),str.length<2)return"";for(;str.length%4!==0;)str=str+"=";return str}function utf8ToBytes(string,units){units=units||1/0;for(var codePoint,length=string.length,leadSurrogate=null,bytes=[],i=0;i<length;++i){if(codePoint=string.charCodeAt(i),codePoint>55295&&codePoint<57344){if(!leadSurrogate){if(codePoint>56319){(units-=3)>-1&&bytes.push(239,191,189);continue}else if(i+1===length){(units-=3)>-1&&bytes.push(239,191,189);continue}leadSurrogate=codePoint;continue}if(codePoint<56320){(units-=3)>-1&&bytes.push(239,191,189),leadSurrogate=codePoint;continue}codePoint=(leadSurrogate-55296<<10|codePoint-56320)+65536}else leadSurrogate&&(units-=3)>-1&&bytes.push(239,191,189);if(leadSurrogate=null,codePoint<128){if((units-=1)<0)break;bytes.push(codePoint)}else if(codePoint<2048){if((units-=2)<0)break;bytes.push(codePoint>>6|192,codePoint&63|128)}else if(codePoint<65536){if((units-=3)<0)break;bytes.push(codePoint>>12|224,codePoint>>6&63|128,codePoint&63|128)}else if(codePoint<1114112){if((units-=4)<0)break;bytes.push(codePoint>>18|240,codePoint>>12&63|128,codePoint>>6&63|128,codePoint&63|128)}else throw new Error("Invalid code point")}return bytes}function asciiToBytes(str){for(var byteArray=[],i=0;i<str.length;++i)byteArray.push(str.charCodeAt(i)&255);return byteArray}function utf16leToBytes(str,units){for(var c,hi,lo,byteArray=[],i=0;i<str.length&&!((units-=2)<0);++i)c=str.charCodeAt(i),hi=c>>8,lo=c%256,byteArray.push(lo),byteArray.push(hi);return byteArray}function base64ToBytes(str){return base64.toByteArray(base64clean(str))}function blitBuffer(src,dst,offset,length){for(var i=0;i<length&&!(i+offset>=dst.length||i>=src.length);++i)dst[i+offset]=src[i];return i}function isInstance(obj,type){return obj instanceof type||obj!=null&&obj.constructor!=null&&obj.constructor.name!=null&&obj.constructor.name===type.name}function numberIsNaN(obj){return obj!==obj}var hexSliceLookupTable=function(){for(var alphabet="0123456789abcdef",table=new Array(256),i=0;i<16;++i)for(var i16=i*16,j=0;j<16;++j)table[i16+j]=alphabet[i]+alphabet[j];return table}()}});var require_browser=__commonJS({"node_modules/process/browser.js"(exports,module){init_define_process_env();init_shim();var process2=module.exports={},cachedSetTimeout,cachedClearTimeout;function defaultSetTimout(){throw new Error("setTimeout has not been defined")}function defaultClearTimeout(){throw new Error("clearTimeout has not been defined")}(function(){try{typeof setTimeout=="function"?cachedSetTimeout=setTimeout:cachedSetTimeout=defaultSetTimout}catch(e){cachedSetTimeout=defaultSetTimout}try{typeof clearTimeout=="function"?cachedClearTimeout=clearTimeout:cachedClearTimeout=defaultClearTimeout}catch(e){cachedClearTimeout=defaultClearTimeout}})();function runTimeout(fun){if(cachedSetTimeout===setTimeout)return setTimeout(fun,0);if((cachedSetTimeout===defaultSetTimout||!cachedSetTimeout)&&setTimeout)return cachedSetTimeout=setTimeout,setTimeout(fun,0);try{return cachedSetTimeout(fun,0)}catch(e){try{return cachedSetTimeout.call(null,fun,0)}catch(e2){return cachedSetTimeout.call(this,fun,0)}}}function runClearTimeout(marker){if(cachedClearTimeout===clearTimeout)return clearTimeout(marker);if((cachedClearTimeout===defaultClearTimeout||!cachedClearTimeout)&&clearTimeout)return cachedClearTimeout=clearTimeout,clearTimeout(marker);try{return cachedClearTimeout(marker)}catch(e){try{return cachedClearTimeout.call(null,marker)}catch(e2){return cachedClearTimeout.call(this,marker)}}}var queue=[],draining=!1,currentQueue,queueIndex=-1;function cleanUpNextTick(){!draining||!currentQueue||(draining=!1,currentQueue.length?queue=currentQueue.concat(queue):queueIndex=-1,queue.length&&drainQueue())}function drainQueue(){if(!draining){var timeout=runTimeout(cleanUpNextTick);draining=!0;for(var len=queue.length;len;){for(currentQueue=queue,queue=[];++queueIndex<len;)currentQueue&&currentQueue[queueIndex].run();queueIndex=-1,len=queue.length}currentQueue=null,draining=!1,runClearTimeout(timeout)}}process2.nextTick=function(fun){var args=new Array(arguments.length-1);if(arguments.length>1)for(var i=1;i<arguments.length;i++)args[i-1]=arguments[i];queue.push(new Item(fun,args)),queue.length===1&&!draining&&runTimeout(drainQueue)};function Item(fun,array){this.fun=fun,this.array=array}Item.prototype.run=function(){this.fun.apply(null,this.array)};process2.title="browser";process2.browser=!0;process2.env={};process2.argv=[];process2.version="";process2.versions={};function noop(){}process2.on=noop;process2.addListener=noop;process2.once=noop;process2.off=noop;process2.removeListener=noop;process2.removeAllListeners=noop;process2.emit=noop;process2.prependListener=noop;process2.prependOnceListener=noop;process2.listeners=function(name){return[]};process2.binding=function(name){throw new Error("process.binding is not supported")};process2.cwd=function(){return"/"};process2.chdir=function(dir){throw new Error("process.chdir is not supported")};process2.umask=function(){return 0}}});var import_buffer,import_process,_globalThis,init_shim=__esm({"node_modules/node-stdlib-browser/helpers/esbuild/shim.js"(){import_buffer=__toESM(require_buffer()),import_process=__toESM(require_browser()),_globalThis=function(Object2){function get(){var _global3=this||self;return delete Object2.prototype.__magic__,_global3}if(typeof globalThis=="object")return globalThis;if(this)return get();Object2.defineProperty(Object2.prototype,"__magic__",{configurable:!0,get});var _global2=__magic__;return _global2}(Object)}});var require_global=__commonJS({"node_modules/core-js/internals/global.js"(exports,module){"use strict";init_define_process_env();init_shim();var check=function(it){return it&&it.Math===Math&&it};module.exports=check(typeof globalThis=="object"&&globalThis)||check(typeof window=="object"&&window)||check(typeof self=="object"&&self)||check(typeof window=="object"&&window)||check(typeof exports=="object"&&exports)||function(){return this}()||Function("return this")()}});var require_fails=__commonJS({"node_modules/core-js/internals/fails.js"(exports,module){"use strict";init_define_process_env();init_shim();module.exports=function(exec){try{return!!exec()}catch(error){return!0}}}});var require_descriptors=__commonJS({"node_modules/core-js/internals/descriptors.js"(exports,module){"use strict";init_define_process_env();init_shim();var fails=require_fails();module.exports=!fails(function(){return Object.defineProperty({},1,{get:function(){return 7}})[1]!==7})}});var require_function_bind_native=__commonJS({"node_modules/core-js/internals/function-bind-native.js"(exports,module){"use strict";init_define_process_env();init_shim();var fails=require_fails();module.exports=!fails(function(){var test=(function(){}).bind();return typeof test!="function"||test.hasOwnProperty("prototype")})}});var require_function_call=__commonJS({"node_modules/core-js/internals/function-call.js"(exports,module){"use strict";init_define_process_env();init_shim();var NATIVE_BIND=require_function_bind_native(),call=Function.prototype.call;module.exports=NATIVE_BIND?call.bind(call):function(){return call.apply(call,arguments)}}});var require_object_property_is_enumerable=__commonJS({"node_modules/core-js/internals/object-property-is-enumerable.js"(exports){"use strict";init_define_process_env();init_shim();var $propertyIsEnumerable={}.propertyIsEnumerable,getOwnPropertyDescriptor=Object.getOwnPropertyDescriptor,NASHORN_BUG=getOwnPropertyDescriptor&&!$propertyIsEnumerable.call({1:2},1);exports.f=NASHORN_BUG?function(V){var descriptor=getOwnPropertyDescriptor(this,V);return!!descriptor&&descriptor.enumerable}:$propertyIsEnumerable}});var require_create_property_descriptor=__commonJS({"node_modules/core-js/internals/create-property-descriptor.js"(exports,module){"use strict";init_define_process_env();init_shim();module.exports=function(bitmap,value){return{enumerable:!(bitmap&1),configurable:!(bitmap&2),writable:!(bitmap&4),value}}}});var require_function_uncurry_this=__commonJS({"node_modules/core-js/internals/function-uncurry-this.js"(exports,module){"use strict";init_define_process_env();init_shim();var NATIVE_BIND=require_function_bind_native(),FunctionPrototype=Function.prototype,call=FunctionPrototype.call,uncurryThisWithBind=NATIVE_BIND&&FunctionPrototype.bind.bind(call,call);module.exports=NATIVE_BIND?uncurryThisWithBind:function(fn){return function(){return call.apply(fn,arguments)}}}});var require_classof_raw=__commonJS({"node_modules/core-js/internals/classof-raw.js"(exports,module){"use strict";init_define_process_env();init_shim();var uncurryThis=require_function_uncurry_this(),toString=uncurryThis({}.toString),stringSlice=uncurryThis("".slice);module.exports=function(it){return stringSlice(toString(it),8,-1)}}});var require_indexed_object=__commonJS({"node_modules/core-js/internals/indexed-object.js"(exports,module){"use strict";init_define_process_env();init_shim();var uncurryThis=require_function_uncurry_this(),fails=require_fails(),classof=require_classof_raw(),$Object=Object,split=uncurryThis("".split);module.exports=fails(function(){return!$Object("z").propertyIsEnumerable(0)})?function(it){return classof(it)==="String"?split(it,""):$Object(it)}:$Object}});var require_is_null_or_undefined=__commonJS({"node_modules/core-js/internals/is-null-or-undefined.js"(exports,module){"use strict";init_define_process_env();init_shim();module.exports=function(it){return it==null}}});var require_require_object_coercible=__commonJS({"node_modules/core-js/internals/require-object-coercible.js"(exports,module){"use strict";init_define_process_env();init_shim();var isNullOrUndefined=require_is_null_or_undefined(),$TypeError=TypeError;module.exports=function(it){if(isNullOrUndefined(it))throw new $TypeError("Can't call method on "+it);return it}}});var require_to_indexed_object=__commonJS({"node_modules/core-js/internals/to-indexed-object.js"(exports,module){"use strict";init_define_process_env();init_shim();var IndexedObject=require_indexed_object(),requireObjectCoercible=require_require_object_coercible();module.exports=function(it){return IndexedObject(requireObjectCoercible(it))}}});var require_is_callable=__commonJS({"node_modules/core-js/internals/is-callable.js"(exports,module){"use strict";init_define_process_env();init_shim();var documentAll=typeof document=="object"&&document.all;module.exports=typeof documentAll>"u"&&documentAll!==void 0?function(argument){return typeof argument=="function"||argument===documentAll}:function(argument){return typeof argument=="function"}}});var require_is_object=__commonJS({"node_modules/core-js/internals/is-object.js"(exports,module){"use strict";init_define_process_env();init_shim();var isCallable=require_is_callable();module.exports=function(it){return typeof it=="object"?it!==null:isCallable(it)}}});var require_get_built_in=__commonJS({"node_modules/core-js/internals/get-built-in.js"(exports,module){"use strict";init_define_process_env();init_shim();var global=require_global(),isCallable=require_is_callable(),aFunction=function(argument){return isCallable(argument)?argument:void 0};module.exports=function(namespace,method){return arguments.length<2?aFunction(global[namespace]):global[namespace]&&global[namespace][method]}}});var require_object_is_prototype_of=__commonJS({"node_modules/core-js/internals/object-is-prototype-of.js"(exports,module){"use strict";init_define_process_env();init_shim();var uncurryThis=require_function_uncurry_this();module.exports=uncurryThis({}.isPrototypeOf)}});var require_engine_user_agent=__commonJS({"node_modules/core-js/internals/engine-user-agent.js"(exports,module){"use strict";init_define_process_env();init_shim();module.exports=typeof navigator<"u"&&String(navigator.userAgent)||""}});var require_engine_v8_version=__commonJS({"node_modules/core-js/internals/engine-v8-version.js"(exports,module){"use strict";init_define_process_env();init_shim();var global=require_global(),userAgent=require_engine_user_agent(),process2=global.process,Deno=global.Deno,versions=process2&&process2.versions||Deno&&Deno.version,v8=versions&&versions.v8,match,version;v8&&(match=v8.split("."),version=match[0]>0&&match[0]<4?1:+(match[0]+match[1]));!version&&userAgent&&(match=userAgent.match(/Edge\/(\d+)/),(!match||match[1]>=74)&&(match=userAgent.match(/Chrome\/(\d+)/),match&&(version=+match[1])));module.exports=version}});var require_symbol_constructor_detection=__commonJS({"node_modules/core-js/internals/symbol-constructor-detection.js"(exports,module){"use strict";init_define_process_env();init_shim();var V8_VERSION=require_engine_v8_version(),fails=require_fails(),global=require_global(),$String=global.String;module.exports=!!Object.getOwnPropertySymbols&&!fails(function(){var symbol=Symbol("symbol detection");return!$String(symbol)||!(Object(symbol)instanceof Symbol)||!Symbol.sham&&V8_VERSION&&V8_VERSION<41})}});var require_use_symbol_as_uid=__commonJS({"node_modules/core-js/internals/use-symbol-as-uid.js"(exports,module){"use strict";init_define_process_env();init_shim();var NATIVE_SYMBOL=require_symbol_constructor_detection();module.exports=NATIVE_SYMBOL&&!Symbol.sham&&typeof Symbol.iterator=="symbol"}});var require_is_symbol=__commonJS({"node_modules/core-js/internals/is-symbol.js"(exports,module){"use strict";init_define_process_env();init_shim();var getBuiltIn=require_get_built_in(),isCallable=require_is_callable(),isPrototypeOf=require_object_is_prototype_of(),USE_SYMBOL_AS_UID=require_use_symbol_as_uid(),$Object=Object;module.exports=USE_SYMBOL_AS_UID?function(it){return typeof it=="symbol"}:function(it){var $Symbol=getBuiltIn("Symbol");return isCallable($Symbol)&&isPrototypeOf($Symbol.prototype,$Object(it))}}});var require_try_to_string=__commonJS({"node_modules/core-js/internals/try-to-string.js"(exports,module){"use strict";init_define_process_env();init_shim();var $String=String;module.exports=function(argument){try{return $String(argument)}catch(error){return"Object"}}}});var require_a_callable=__commonJS({"node_modules/core-js/internals/a-callable.js"(exports,module){"use strict";init_define_process_env();init_shim();var isCallable=require_is_callable(),tryToString=require_try_to_string(),$TypeError=TypeError;module.exports=function(argument){if(isCallable(argument))return argument;throw new $TypeError(tryToString(argument)+" is not a function")}}});var require_get_method=__commonJS({"node_modules/core-js/internals/get-method.js"(exports,module){"use strict";init_define_process_env();init_shim();var aCallable=require_a_callable(),isNullOrUndefined=require_is_null_or_undefined();module.exports=function(V,P){var func=V[P];return isNullOrUndefined(func)?void 0:aCallable(func)}}});var require_ordinary_to_primitive=__commonJS({"node_modules/core-js/internals/ordinary-to-primitive.js"(exports,module){"use strict";init_define_process_env();init_shim();var call=require_function_call(),isCallable=require_is_callable(),isObject=require_is_object(),$TypeError=TypeError;module.exports=function(input,pref){var fn,val;if(pref==="string"&&isCallable(fn=input.toString)&&!isObject(val=call(fn,input))||isCallable(fn=input.valueOf)&&!isObject(val=call(fn,input))||pref!=="string"&&isCallable(fn=input.toString)&&!isObject(val=call(fn,input)))return val;throw new $TypeError("Can't convert object to primitive value")}}});var require_is_pure=__commonJS({"node_modules/core-js/internals/is-pure.js"(exports,module){"use strict";init_define_process_env();init_shim();module.exports=!1}});var require_define_global_property=__commonJS({"node_modules/core-js/internals/define-global-property.js"(exports,module){"use strict";init_define_process_env();init_shim();var global=require_global(),defineProperty=Object.defineProperty;module.exports=function(key,value){try{defineProperty(global,key,{value,configurable:!0,writable:!0})}catch(error){global[key]=value}return value}}});var require_shared_store=__commonJS({"node_modules/core-js/internals/shared-store.js"(exports,module){"use strict";init_define_process_env();init_shim();var global=require_global(),defineGlobalProperty=require_define_global_property(),SHARED="__core-js_shared__",store=global[SHARED]||defineGlobalProperty(SHARED,{});module.exports=store}});var require_shared=__commonJS({"node_modules/core-js/internals/shared.js"(exports,module){"use strict";init_define_process_env();init_shim();var IS_PURE=require_is_pure(),store=require_shared_store();(module.exports=function(key,value){return store[key]||(store[key]=value!==void 0?value:{})})("versions",[]).push({version:"3.35.1",mode:IS_PURE?"pure":"global",copyright:"\xA9 2014-2024 Denis Pushkarev (zloirock.ru)",license:"https://github.com/zloirock/core-js/blob/v3.35.1/LICENSE",source:"https://github.com/zloirock/core-js"})}});var require_to_object=__commonJS({"node_modules/core-js/internals/to-object.js"(exports,module){"use strict";init_define_process_env();init_shim();var requireObjectCoercible=require_require_object_coercible(),$Object=Object;module.exports=function(argument){return $Object(requireObjectCoercible(argument))}}});var require_has_own_property=__commonJS({"node_modules/core-js/internals/has-own-property.js"(exports,module){"use strict";init_define_process_env();init_shim();var uncurryThis=require_function_uncurry_this(),toObject=require_to_object(),hasOwnProperty=uncurryThis({}.hasOwnProperty);module.exports=Object.hasOwn||function(it,key){return hasOwnProperty(toObject(it),key)}}});var require_uid=__commonJS({"node_modules/core-js/internals/uid.js"(exports,module){"use strict";init_define_process_env();init_shim();var uncurryThis=require_function_uncurry_this(),id=0,postfix=Math.random(),toString=uncurryThis(1 .toString);module.exports=function(key){return"Symbol("+(key===void 0?"":key)+")_"+toString(++id+postfix,36)}}});var require_well_known_symbol=__commonJS({"node_modules/core-js/internals/well-known-symbol.js"(exports,module){"use strict";init_define_process_env();init_shim();var global=require_global(),shared=require_shared(),hasOwn=require_has_own_property(),uid=require_uid(),NATIVE_SYMBOL=require_symbol_constructor_detection(),USE_SYMBOL_AS_UID=require_use_symbol_as_uid(),Symbol2=global.Symbol,WellKnownSymbolsStore=shared("wks"),createWellKnownSymbol=USE_SYMBOL_AS_UID?Symbol2.for||Symbol2:Symbol2&&Symbol2.withoutSetter||uid;module.exports=function(name){return hasOwn(WellKnownSymbolsStore,name)||(WellKnownSymbolsStore[name]=NATIVE_SYMBOL&&hasOwn(Symbol2,name)?Symbol2[name]:createWellKnownSymbol("Symbol."+name)),WellKnownSymbolsStore[name]}}});var require_to_primitive=__commonJS({"node_modules/core-js/internals/to-primitive.js"(exports,module){"use strict";init_define_process_env();init_shim();var call=require_function_call(),isObject=require_is_object(),isSymbol=require_is_symbol(),getMethod=require_get_method(),ordinaryToPrimitive=require_ordinary_to_primitive(),wellKnownSymbol=require_well_known_symbol(),$TypeError=TypeError,TO_PRIMITIVE=wellKnownSymbol("toPrimitive");module.exports=function(input,pref){if(!isObject(input)||isSymbol(input))return input;var exoticToPrim=getMethod(input,TO_PRIMITIVE),result;if(exoticToPrim){if(pref===void 0&&(pref="default"),result=call(exoticToPrim,input,pref),!isObject(result)||isSymbol(result))return result;throw new $TypeError("Can't convert object to primitive value")}return pref===void 0&&(pref="number"),ordinaryToPrimitive(input,pref)}}});var require_to_property_key=__commonJS({"node_modules/core-js/internals/to-property-key.js"(exports,module){"use strict";init_define_process_env();init_shim();var toPrimitive=require_to_primitive(),isSymbol=require_is_symbol();module.exports=function(argument){var key=toPrimitive(argument,"string");return isSymbol(key)?key:key+""}}});var require_document_create_element=__commonJS({"node_modules/core-js/internals/document-create-element.js"(exports,module){"use strict";init_define_process_env();init_shim();var global=require_global(),isObject=require_is_object(),document2=global.document,EXISTS=isObject(document2)&&isObject(document2.createElement);module.exports=function(it){return EXISTS?document2.createElement(it):{}}}});var require_ie8_dom_define=__commonJS({"node_modules/core-js/internals/ie8-dom-define.js"(exports,module){"use strict";init_define_process_env();init_shim();var DESCRIPTORS=require_descriptors(),fails=require_fails(),createElement=require_document_create_element();module.exports=!DESCRIPTORS&&!fails(function(){return Object.defineProperty(createElement("div"),"a",{get:function(){return 7}}).a!==7})}});var require_object_get_own_property_descriptor=__commonJS({"node_modules/core-js/internals/object-get-own-property-descriptor.js"(exports){"use strict";init_define_process_env();init_shim();var DESCRIPTORS=require_descriptors(),call=require_function_call(),propertyIsEnumerableModule=require_object_property_is_enumerable(),createPropertyDescriptor=require_create_property_descriptor(),toIndexedObject=require_to_indexed_object(),toPropertyKey=require_to_property_key(),hasOwn=require_has_own_property(),IE8_DOM_DEFINE=require_ie8_dom_define(),$getOwnPropertyDescriptor=Object.getOwnPropertyDescriptor;exports.f=DESCRIPTORS?$getOwnPropertyDescriptor:function(O,P){if(O=toIndexedObject(O),P=toPropertyKey(P),IE8_DOM_DEFINE)try{return $getOwnPropertyDescriptor(O,P)}catch(error){}if(hasOwn(O,P))return createPropertyDescriptor(!call(propertyIsEnumerableModule.f,O,P),O[P])}}});var require_v8_prototype_define_bug=__commonJS({"node_modules/core-js/internals/v8-prototype-define-bug.js"(exports,module){"use strict";init_define_process_env();init_shim();var DESCRIPTORS=require_descriptors(),fails=require_fails();module.exports=DESCRIPTORS&&fails(function(){return Object.defineProperty(function(){},"prototype",{value:42,writable:!1}).prototype!==42})}});var require_an_object=__commonJS({"node_modules/core-js/internals/an-object.js"(exports,module){"use strict";init_define_process_env();init_shim();var isObject=require_is_object(),$String=String,$TypeError=TypeError;module.exports=function(argument){if(isObject(argument))return argument;throw new $TypeError($String(argument)+" is not an object")}}});var require_object_define_property=__commonJS({"node_modules/core-js/internals/object-define-property.js"(exports){"use strict";init_define_process_env();init_shim();var DESCRIPTORS=require_descriptors(),IE8_DOM_DEFINE=require_ie8_dom_define(),V8_PROTOTYPE_DEFINE_BUG=require_v8_prototype_define_bug(),anObject=require_an_object(),toPropertyKey=require_to_property_key(),$TypeError=TypeError,$defineProperty=Object.defineProperty,$getOwnPropertyDescriptor=Object.getOwnPropertyDescriptor,ENUMERABLE="enumerable",CONFIGURABLE="configurable",WRITABLE="writable";exports.f=DESCRIPTORS?V8_PROTOTYPE_DEFINE_BUG?function(O,P,Attributes){if(anObject(O),P=toPropertyKey(P),anObject(Attributes),typeof O=="function"&&P==="prototype"&&"value"in Attributes&&WRITABLE in Attributes&&!Attributes[WRITABLE]){var current=$getOwnPropertyDescriptor(O,P);current&&current[WRITABLE]&&(O[P]=Attributes.value,Attributes={configurable:CONFIGURABLE in Attributes?Attributes[CONFIGURABLE]:current[CONFIGURABLE],enumerable:ENUMERABLE in Attributes?Attributes[ENUMERABLE]:current[ENUMERABLE],writable:!1})}return $defineProperty(O,P,Attributes)}:$defineProperty:function(O,P,Attributes){if(anObject(O),P=toPropertyKey(P),anObject(Attributes),IE8_DOM_DEFINE)try{return $defineProperty(O,P,Attributes)}catch(error){}if("get"in Attributes||"set"in Attributes)throw new $TypeError("Accessors not supported");return"value"in Attributes&&(O[P]=Attributes.value),O}}});var require_create_non_enumerable_property=__commonJS({"node_modules/core-js/internals/create-non-enumerable-property.js"(exports,module){"use strict";init_define_process_env();init_shim();var DESCRIPTORS=require_descriptors(),definePropertyModule=require_object_define_property(),createPropertyDescriptor=require_create_property_descriptor();module.exports=DESCRIPTORS?function(object,key,value){return definePropertyModule.f(object,key,createPropertyDescriptor(1,value))}:function(object,key,value){return object[key]=value,object}}});var require_function_name=__commonJS({"node_modules/core-js/internals/function-name.js"(exports,module){"use strict";init_define_process_env();init_shim();var DESCRIPTORS=require_descriptors(),hasOwn=require_has_own_property(),FunctionPrototype=Function.prototype,getDescriptor=DESCRIPTORS&&Object.getOwnPropertyDescriptor,EXISTS=hasOwn(FunctionPrototype,"name"),PROPER=EXISTS&&(function(){}).name==="something",CONFIGURABLE=EXISTS&&(!DESCRIPTORS||DESCRIPTORS&&getDescriptor(FunctionPrototype,"name").configurable);module.exports={EXISTS,PROPER,CONFIGURABLE}}});var require_inspect_source=__commonJS({"node_modules/core-js/internals/inspect-source.js"(exports,module){"use strict";init_define_process_env();init_shim();var uncurryThis=require_function_uncurry_this(),isCallable=require_is_callable(),store=require_shared_store(),functionToString=uncurryThis(Function.toString);isCallable(store.inspectSource)||(store.inspectSource=function(it){return functionToString(it)});module.exports=store.inspectSource}});var require_weak_map_basic_detection=__commonJS({"node_modules/core-js/internals/weak-map-basic-detection.js"(exports,module){"use strict";init_define_process_env();init_shim();var global=require_global(),isCallable=require_is_callable(),WeakMap=global.WeakMap;module.exports=isCallable(WeakMap)&&/native code/.test(String(WeakMap))}});var require_shared_key=__commonJS({"node_modules/core-js/internals/shared-key.js"(exports,module){"use strict";init_define_process_env();init_shim();var shared=require_shared(),uid=require_uid(),keys=shared("keys");module.exports=function(key){return keys[key]||(keys[key]=uid(key))}}});var require_hidden_keys=__commonJS({"node_modules/core-js/internals/hidden-keys.js"(exports,module){"use strict";init_define_process_env();init_shim();module.exports={}}});var require_internal_state=__commonJS({"node_modules/core-js/internals/internal-state.js"(exports,module){"use strict";init_define_process_env();init_shim();var NATIVE_WEAK_MAP=require_weak_map_basic_detection(),global=require_global(),isObject=require_is_object(),createNonEnumerableProperty=require_create_non_enumerable_property(),hasOwn=require_has_own_property(),shared=require_shared_store(),sharedKey=require_shared_key(),hiddenKeys=require_hidden_keys(),OBJECT_ALREADY_INITIALIZED="Object already initialized",TypeError2=global.TypeError,WeakMap=global.WeakMap,set,get,has,enforce=function(it){return has(it)?get(it):set(it,{})},getterFor=function(TYPE){return function(it){var state;if(!isObject(it)||(state=get(it)).type!==TYPE)throw new TypeError2("Incompatible receiver, "+TYPE+" required");return state}};NATIVE_WEAK_MAP||shared.state?(store=shared.state||(shared.state=new WeakMap),store.get=store.get,store.has=store.has,store.set=store.set,set=function(it,metadata){if(store.has(it))throw new TypeError2(OBJECT_ALREADY_INITIALIZED);return metadata.facade=it,store.set(it,metadata),metadata},get=function(it){return store.get(it)||{}},has=function(it){return store.has(it)}):(STATE=sharedKey("state"),hiddenKeys[STATE]=!0,set=function(it,metadata){if(hasOwn(it,STATE))throw new TypeError2(OBJECT_ALREADY_INITIALIZED);return metadata.facade=it,createNonEnumerableProperty(it,STATE,metadata),metadata},get=function(it){return hasOwn(it,STATE)?it[STATE]:{}},has=function(it){return hasOwn(it,STATE)});var store,STATE;module.exports={set,get,has,enforce,getterFor}}});var require_make_built_in=__commonJS({"node_modules/core-js/internals/make-built-in.js"(exports,module){"use strict";init_define_process_env();init_shim();var uncurryThis=require_function_uncurry_this(),fails=require_fails(),isCallable=require_is_callable(),hasOwn=require_has_own_property(),DESCRIPTORS=require_descriptors(),CONFIGURABLE_FUNCTION_NAME=require_function_name().CONFIGURABLE,inspectSource=require_inspect_source(),InternalStateModule=require_internal_state(),enforceInternalState=InternalStateModule.enforce,getInternalState=InternalStateModule.get,$String=String,defineProperty=Object.defineProperty,stringSlice=uncurryThis("".slice),replace=uncurryThis("".replace),join=uncurryThis([].join),CONFIGURABLE_LENGTH=DESCRIPTORS&&!fails(function(){return defineProperty(function(){},"length",{value:8}).length!==8}),TEMPLATE=String(String).split("String"),makeBuiltIn=module.exports=function(value,name,options){stringSlice($String(name),0,7)==="Symbol("&&(name="["+replace($String(name),/^Symbol\(([^)]*)\).*$/,"$1")+"]"),options&&options.getter&&(name="get "+name),options&&options.setter&&(name="set "+name),(!hasOwn(value,"name")||CONFIGURABLE_FUNCTION_NAME&&value.name!==name)&&(DESCRIPTORS?defineProperty(value,"name",{value:name,configurable:!0}):value.name=name),CONFIGURABLE_LENGTH&&options&&hasOwn(options,"arity")&&value.length!==options.arity&&defineProperty(value,"length",{value:options.arity});try{options&&hasOwn(options,"constructor")&&options.constructor?DESCRIPTORS&&defineProperty(value,"prototype",{writable:!1}):value.prototype&&(value.prototype=void 0)}catch(error){}var state=enforceInternalState(value);return hasOwn(state,"source")||(state.source=join(TEMPLATE,typeof name=="string"?name:"")),value};Function.prototype.toString=makeBuiltIn(function(){return isCallable(this)&&getInternalState(this).source||inspectSource(this)},"toString")}});var require_define_built_in=__commonJS({"node_modules/core-js/internals/define-built-in.js"(exports,module){"use strict";init_define_process_env();init_shim();var isCallable=require_is_callable(),definePropertyModule=require_object_define_property(),makeBuiltIn=require_make_built_in(),defineGlobalProperty=require_define_global_property();module.exports=function(O,key,value,options){options||(options={});var simple=options.enumerable,name=options.name!==void 0?options.name:key;if(isCallable(value)&&makeBuiltIn(value,name,options),options.global)simple?O[key]=value:defineGlobalProperty(key,value);else{try{options.unsafe?O[key]&&(simple=!0):delete O[key]}catch(error){}simple?O[key]=value:definePropertyModule.f(O,key,{value,enumerable:!1,configurable:!options.nonConfigurable,writable:!options.nonWritable})}return O}}});var require_math_trunc=__commonJS({"node_modules/core-js/internals/math-trunc.js"(exports,module){"use strict";init_define_process_env();init_shim();var ceil=Math.ceil,floor=Math.floor;module.exports=Math.trunc||function(x){var n=+x;return(n>0?floor:ceil)(n)}}});var require_to_integer_or_infinity=__commonJS({"node_modules/core-js/internals/to-integer-or-infinity.js"(exports,module){"use strict";init_define_process_env();init_shim();var trunc=require_math_trunc();module.exports=function(argument){var number=+argument;return number!==number||number===0?0:trunc(number)}}});var require_to_absolute_index=__commonJS({"node_modules/core-js/internals/to-absolute-index.js"(exports,module){"use strict";init_define_process_env();init_shim();var toIntegerOrInfinity=require_to_integer_or_infinity(),max=Math.max,min=Math.min;module.exports=function(index,length){var integer=toIntegerOrInfinity(index);return integer<0?max(integer+length,0):min(integer,length)}}});var require_to_length=__commonJS({"node_modules/core-js/internals/to-length.js"(exports,module){"use strict";init_define_process_env();init_shim();var toIntegerOrInfinity=require_to_integer_or_infinity(),min=Math.min;module.exports=function(argument){var len=toIntegerOrInfinity(argument);return len>0?min(len,9007199254740991):0}}});var require_length_of_array_like=__commonJS({"node_modules/core-js/internals/length-of-array-like.js"(exports,module){"use strict";init_define_process_env();init_shim();var toLength=require_to_length();module.exports=function(obj){return toLength(obj.length)}}});var require_array_includes=__commonJS({"node_modules/core-js/internals/array-includes.js"(exports,module){"use strict";init_define_process_env();init_shim();var toIndexedObject=require_to_indexed_object(),toAbsoluteIndex=require_to_absolute_index(),lengthOfArrayLike=require_length_of_array_like(),createMethod=function(IS_INCLUDES){return function($this,el,fromIndex){var O=toIndexedObject($this),length=lengthOfArrayLike(O),index=toAbsoluteIndex(fromIndex,length),value;if(IS_INCLUDES&&el!==el){for(;length>index;)if(value=O[index++],value!==value)return!0}else for(;length>index;index++)if((IS_INCLUDES||index in O)&&O[index]===el)return IS_INCLUDES||index||0;return!IS_INCLUDES&&-1}};module.exports={includes:createMethod(!0),indexOf:createMethod(!1)}}});var require_object_keys_internal=__commonJS({"node_modules/core-js/internals/object-keys-internal.js"(exports,module){"use strict";init_define_process_env();init_shim();var uncurryThis=require_function_uncurry_this(),hasOwn=require_has_own_property(),toIndexedObject=require_to_indexed_object(),indexOf=require_array_includes().indexOf,hiddenKeys=require_hidden_keys(),push=uncurryThis([].push);module.exports=function(object,names){var O=toIndexedObject(object),i=0,result=[],key;for(key in O)!hasOwn(hiddenKeys,key)&&hasOwn(O,key)&&push(result,key);for(;names.length>i;)hasOwn(O,key=names[i++])&&(~indexOf(result,key)||push(result,key));return result}}});var require_enum_bug_keys=__commonJS({"node_modules/core-js/internals/enum-bug-keys.js"(exports,module){"use strict";init_define_process_env();init_shim();module.exports=["constructor","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","toLocaleString","toString","valueOf"]}});var require_object_get_own_property_names=__commonJS({"node_modules/core-js/internals/object-get-own-property-names.js"(exports){"use strict";init_define_process_env();init_shim();var internalObjectKeys=require_object_keys_internal(),enumBugKeys=require_enum_bug_keys(),hiddenKeys=enumBugKeys.concat("length","prototype");exports.f=Object.getOwnPropertyNames||function(O){return internalObjectKeys(O,hiddenKeys)}}});var require_object_get_own_property_symbols=__commonJS({"node_modules/core-js/internals/object-get-own-property-symbols.js"(exports){"use strict";init_define_process_env();init_shim();exports.f=Object.getOwnPropertySymbols}});var require_own_keys=__commonJS({"node_modules/core-js/internals/own-keys.js"(exports,module){"use strict";init_define_process_env();init_shim();var getBuiltIn=require_get_built_in(),uncurryThis=require_function_uncurry_this(),getOwnPropertyNamesModule=require_object_get_own_property_names(),getOwnPropertySymbolsModule=require_object_get_own_property_symbols(),anObject=require_an_object(),concat=uncurryThis([].concat);module.exports=getBuiltIn("Reflect","ownKeys")||function(it){var keys=getOwnPropertyNamesModule.f(anObject(it)),getOwnPropertySymbols=getOwnPropertySymbolsModule.f;return getOwnPropertySymbols?concat(keys,getOwnPropertySymbols(it)):keys}}});var require_copy_constructor_properties=__commonJS({"node_modules/core-js/internals/copy-constructor-properties.js"(exports,module){"use strict";init_define_process_env();init_shim();var hasOwn=require_has_own_property(),ownKeys2=require_own_keys(),getOwnPropertyDescriptorModule=require_object_get_own_property_descriptor(),definePropertyModule=require_object_define_property();module.exports=function(target,source,exceptions){for(var keys=ownKeys2(source),defineProperty=definePropertyModule.f,getOwnPropertyDescriptor=getOwnPropertyDescriptorModule.f,i=0;i<keys.length;i++){var key=keys[i];!hasOwn(target,key)&&!(exceptions&&hasOwn(exceptions,key))&&defineProperty(target,key,getOwnPropertyDescriptor(source,key))}}}});var require_is_forced=__commonJS({"node_modules/core-js/internals/is-forced.js"(exports,module){"use strict";init_define_process_env();init_shim();var fails=require_fails(),isCallable=require_is_callable(),replacement=/#|\.prototype\./,isForced=function(feature,detection){var value=data[normalize(feature)];return value===POLYFILL?!0:value===NATIVE?!1:isCallable(detection)?fails(detection):!!detection},normalize=isForced.normalize=function(string){return String(string).replace(replacement,".").toLowerCase()},data=isForced.data={},NATIVE=isForced.NATIVE="N",POLYFILL=isForced.POLYFILL="P";module.exports=isForced}});var require_export=__commonJS({"node_modules/core-js/internals/export.js"(exports,module){"use strict";init_define_process_env();init_shim();var global=require_global(),getOwnPropertyDescriptor=require_object_get_own_property_descriptor().f,createNonEnumerableProperty=require_create_non_enumerable_property(),defineBuiltIn=require_define_built_in(),defineGlobalProperty=require_define_global_property(),copyConstructorProperties=require_copy_constructor_properties(),isForced=require_is_forced();module.exports=function(options,source){var TARGET=options.target,GLOBAL=options.global,STATIC=options.stat,FORCED,target,key,targetProperty,sourceProperty,descriptor;if(GLOBAL?target=global:STATIC?target=global[TARGET]||defineGlobalProperty(TARGET,{}):target=global[TARGET]&&global[TARGET].prototype,target)for(key in source){if(sourceProperty=source[key],options.dontCallGetSet?(descriptor=getOwnPropertyDescriptor(target,key),targetProperty=descriptor&&descriptor.value):targetProperty=target[key],FORCED=isForced(GLOBAL?key:TARGET+(STATIC?".":"#")+key,options.forced),!FORCED&&targetProperty!==void 0){if(typeof sourceProperty==typeof targetProperty)continue;copyConstructorProperties(sourceProperty,targetProperty)}(options.sham||targetProperty&&targetProperty.sham)&&createNonEnumerableProperty(sourceProperty,"sham",!0),defineBuiltIn(target,key,sourceProperty,options)}}}});var require_object_keys=__commonJS({"node_modules/core-js/internals/object-keys.js"(exports,module){"use strict";init_define_process_env();init_shim();var internalObjectKeys=require_object_keys_internal(),enumBugKeys=require_enum_bug_keys();module.exports=Object.keys||function(O){return internalObjectKeys(O,enumBugKeys)}}});var require_object_define_properties=__commonJS({"node_modules/core-js/internals/object-define-properties.js"(exports){"use strict";init_define_process_env();init_shim();var DESCRIPTORS=require_descriptors(),V8_PROTOTYPE_DEFINE_BUG=require_v8_prototype_define_bug(),definePropertyModule=require_object_define_property(),anObject=require_an_object(),toIndexedObject=require_to_indexed_object(),objectKeys=require_object_keys();exports.f=DESCRIPTORS&&!V8_PROTOTYPE_DEFINE_BUG?Object.defineProperties:function(O,Properties){anObject(O);for(var props=toIndexedObject(Properties),keys=objectKeys(Properties),length=keys.length,index=0,key;length>index;)definePropertyModule.f(O,key=keys[index++],props[key]);return O}}});var require_html=__commonJS({"node_modules/core-js/internals/html.js"(exports,module){"use strict";init_define_process_env();init_shim();var getBuiltIn=require_get_built_in();module.exports=getBuiltIn("document","documentElement")}});var require_object_create=__commonJS({"node_modules/core-js/internals/object-create.js"(exports,module){"use strict";init_define_process_env();init_shim();var anObject=require_an_object(),definePropertiesModule=require_object_define_properties(),enumBugKeys=require_enum_bug_keys(),hiddenKeys=require_hidden_keys(),html=require_html(),documentCreateElement=require_document_create_element(),sharedKey=require_shared_key(),GT=">",LT="<",PROTOTYPE="prototype",SCRIPT="script",IE_PROTO=sharedKey("IE_PROTO"),EmptyConstructor=function(){},scriptTag=function(content){return LT+SCRIPT+GT+content+LT+"/"+SCRIPT+GT},NullProtoObjectViaActiveX=function(activeXDocument2){activeXDocument2.write(scriptTag("")),activeXDocument2.close();var temp=activeXDocument2.parentWindow.Object;return activeXDocument2=null,temp},NullProtoObjectViaIFrame=function(){var iframe=documentCreateElement("iframe"),JS="java"+SCRIPT+":",iframeDocument;return iframe.style.display="none",html.appendChild(iframe),iframe.src=String(JS),iframeDocument=iframe.contentWindow.document,iframeDocument.open(),iframeDocument.write(scriptTag("document.F=Object")),iframeDocument.close(),iframeDocument.F},activeXDocument,NullProtoObject=function(){try{activeXDocument=new ActiveXObject("htmlfile")}catch(error){}NullProtoObject=typeof document<"u"?document.domain&&activeXDocument?NullProtoObjectViaActiveX(activeXDocument):NullProtoObjectViaIFrame():NullProtoObjectViaActiveX(activeXDocument);for(var length=enumBugKeys.length;length--;)delete NullProtoObject[PROTOTYPE][enumBugKeys[length]];return NullProtoObject()};hiddenKeys[IE_PROTO]=!0;module.exports=Object.create||function(O,Properties){var result;return O!==null?(EmptyConstructor[PROTOTYPE]=anObject(O),result=new EmptyConstructor,EmptyConstructor[PROTOTYPE]=null,result[IE_PROTO]=O):result=NullProtoObject(),Properties===void 0?result:definePropertiesModule.f(result,Properties)}}});var require_add_to_unscopables=__commonJS({"node_modules/core-js/internals/add-to-unscopables.js"(exports,module){"use strict";init_define_process_env();init_shim();var wellKnownSymbol=require_well_known_symbol(),create=require_object_create(),defineProperty=require_object_define_property().f,UNSCOPABLES=wellKnownSymbol("unscopables"),ArrayPrototype=Array.prototype;ArrayPrototype[UNSCOPABLES]===void 0&&defineProperty(ArrayPrototype,UNSCOPABLES,{configurable:!0,value:create(null)});module.exports=function(key){ArrayPrototype[UNSCOPABLES][key]=!0}}});var require_es_array_includes=__commonJS({"node_modules/core-js/modules/es.array.includes.js"(){"use strict";init_define_process_env();init_shim();var $2=require_export(),$includes=require_array_includes().includes,fails=require_fails(),addToUnscopables=require_add_to_unscopables(),BROKEN_ON_SPARSE=fails(function(){return!Array(1).includes()});$2({target:"Array",proto:!0,forced:BROKEN_ON_SPARSE},{includes:function(el){return $includes(this,el,arguments.length>1?arguments[1]:void 0)}});addToUnscopables("includes")}});var require_iterators=__commonJS({"node_modules/core-js/internals/iterators.js"(exports,module){"use strict";init_define_process_env();init_shim();module.exports={}}});var require_correct_prototype_getter=__commonJS({"node_modules/core-js/internals/correct-prototype-getter.js"(exports,module){"use strict";init_define_process_env();init_shim();var fails=require_fails();module.exports=!fails(function(){function F(){}return F.prototype.constructor=null,Object.getPrototypeOf(new F)!==F.prototype})}});var require_object_get_prototype_of=__commonJS({"node_modules/core-js/internals/object-get-prototype-of.js"(exports,module){"use strict";init_define_process_env();init_shim();var hasOwn=require_has_own_property(),isCallable=require_is_callable(),toObject=require_to_object(),sharedKey=require_shared_key(),CORRECT_PROTOTYPE_GETTER=require_correct_prototype_getter(),IE_PROTO=sharedKey("IE_PROTO"),$Object=Object,ObjectPrototype=$Object.prototype;module.exports=CORRECT_PROTOTYPE_GETTER?$Object.getPrototypeOf:function(O){var object=toObject(O);if(hasOwn(object,IE_PROTO))return object[IE_PROTO];var constructor=object.constructor;return isCallable(constructor)&&object instanceof constructor?constructor.prototype:object instanceof $Object?ObjectPrototype:null}}});var require_iterators_core=__commonJS({"node_modules/core-js/internals/iterators-core.js"(exports,module){"use strict";init_define_process_env();init_shim();var fails=require_fails(),isCallable=require_is_callable(),isObject=require_is_object(),create=require_object_create(),getPrototypeOf=require_object_get_prototype_of(),defineBuiltIn=require_define_built_in(),wellKnownSymbol=require_well_known_symbol(),IS_PURE=require_is_pure(),ITERATOR=wellKnownSymbol("iterator"),BUGGY_SAFARI_ITERATORS=!1,IteratorPrototype,PrototypeOfArrayIteratorPrototype,arrayIterator;[].keys&&(arrayIterator=[].keys(),"next"in arrayIterator?(PrototypeOfArrayIteratorPrototype=getPrototypeOf(getPrototypeOf(arrayIterator)),PrototypeOfArrayIteratorPrototype!==Object.prototype&&(IteratorPrototype=PrototypeOfArrayIteratorPrototype)):BUGGY_SAFARI_ITERATORS=!0);var NEW_ITERATOR_PROTOTYPE=!isObject(IteratorPrototype)||fails(function(){var test={};return IteratorPrototype[ITERATOR].call(test)!==test});NEW_ITERATOR_PROTOTYPE?IteratorPrototype={}:IS_PURE&&(IteratorPrototype=create(IteratorPrototype));isCallable(IteratorPrototype[ITERATOR])||defineBuiltIn(IteratorPrototype,ITERATOR,function(){return this});module.exports={IteratorPrototype,BUGGY_SAFARI_ITERATORS}}});var require_set_to_string_tag=__commonJS({"node_modules/core-js/internals/set-to-string-tag.js"(exports,module){"use strict";init_define_process_env();init_shim();var defineProperty=require_object_define_property().f,hasOwn=require_has_own_property(),wellKnownSymbol=require_well_known_symbol(),TO_STRING_TAG=wellKnownSymbol("toStringTag");module.exports=function(target,TAG,STATIC){target&&!STATIC&&(target=target.prototype),target&&!hasOwn(target,TO_STRING_TAG)&&defineProperty(target,TO_STRING_TAG,{configurable:!0,value:TAG})}}});var require_iterator_create_constructor=__commonJS({"node_modules/core-js/internals/iterator-create-constructor.js"(exports,module){"use strict";init_define_process_env();init_shim();var IteratorPrototype=require_iterators_core().IteratorPrototype,create=require_object_create(),createPropertyDescriptor=require_create_property_descriptor(),setToStringTag=require_set_to_string_tag(),Iterators=require_iterators(),returnThis=function(){return this};module.exports=function(IteratorConstructor,NAME,next,ENUMERABLE_NEXT){var TO_STRING_TAG=NAME+" Iterator";return IteratorConstructor.prototype=create(IteratorPrototype,{next:createPropertyDescriptor(+!ENUMERABLE_NEXT,next)}),setToStringTag(IteratorConstructor,TO_STRING_TAG,!1,!0),Iterators[TO_STRING_TAG]=returnThis,IteratorConstructor}}});var require_function_uncurry_this_accessor=__commonJS({"node_modules/core-js/internals/function-uncurry-this-accessor.js"(exports,module){"use strict";init_define_process_env();init_shim();var uncurryThis=require_function_uncurry_this(),aCallable=require_a_callable();module.exports=function(object,key,method){try{return uncurryThis(aCallable(Object.getOwnPropertyDescriptor(object,key)[method]))}catch(error){}}}});var require_is_possible_prototype=__commonJS({"node_modules/core-js/internals/is-possible-prototype.js"(exports,module){"use strict";init_define_process_env();init_shim();var isObject=require_is_object();module.exports=function(argument){return isObject(argument)||argument===null}}});var require_a_possible_prototype=__commonJS({"node_modules/core-js/internals/a-possible-prototype.js"(exports,module){"use strict";init_define_process_env();init_shim();var isPossiblePrototype=require_is_possible_prototype(),$String=String,$TypeError=TypeError;module.exports=function(argument){if(isPossiblePrototype(argument))return argument;throw new $TypeError("Can't set "+$String(argument)+" as a prototype")}}});var require_object_set_prototype_of=__commonJS({"node_modules/core-js/internals/object-set-prototype-of.js"(exports,module){"use strict";init_define_process_env();init_shim();var uncurryThisAccessor=require_function_uncurry_this_accessor(),anObject=require_an_object(),aPossiblePrototype=require_a_possible_prototype();module.exports=Object.setPrototypeOf||("__proto__"in{}?function(){var CORRECT_SETTER=!1,test={},setter;try{setter=uncurryThisAccessor(Object.prototype,"__proto__","set"),setter(test,[]),CORRECT_SETTER=test instanceof Array}catch(error){}return function(O,proto){return anObject(O),aPossiblePrototype(proto),CORRECT_SETTER?setter(O,proto):O.__proto__=proto,O}}():void 0)}});var require_iterator_define=__commonJS({"node_modules/core-js/internals/iterator-define.js"(exports,module){"use strict";init_define_process_env();init_shim();var $2=require_export(),call=require_function_call(),IS_PURE=require_is_pure(),FunctionName=require_function_name(),isCallable=require_is_callable(),createIteratorConstructor=require_iterator_create_constructor(),getPrototypeOf=require_object_get_prototype_of(),setPrototypeOf=require_object_set_prototype_of(),setToStringTag=require_set_to_string_tag(),createNonEnumerableProperty=require_create_non_enumerable_property(),defineBuiltIn=require_define_built_in(),wellKnownSymbol=require_well_known_symbol(),Iterators=require_iterators(),IteratorsCore=require_iterators_core(),PROPER_FUNCTION_NAME=FunctionName.PROPER,CONFIGURABLE_FUNCTION_NAME=FunctionName.CONFIGURABLE,IteratorPrototype=IteratorsCore.IteratorPrototype,BUGGY_SAFARI_ITERATORS=IteratorsCore.BUGGY_SAFARI_ITERATORS,ITERATOR=wellKnownSymbol("iterator"),KEYS="keys",VALUES="values",ENTRIES="entries",returnThis=function(){return this};module.exports=function(Iterable,NAME,IteratorConstructor,next,DEFAULT,IS_SET,FORCED){createIteratorConstructor(IteratorConstructor,NAME,next);var getIterationMethod=function(KIND){if(KIND===DEFAULT&&defaultIterator)return defaultIterator;if(!BUGGY_SAFARI_ITERATORS&&KIND&&KIND in IterablePrototype)return IterablePrototype[KIND];switch(KIND){case KEYS:return function(){return new IteratorConstructor(this,KIND)};case VALUES:return function(){return new IteratorConstructor(this,KIND)};case ENTRIES:return function(){return new IteratorConstructor(this,KIND)}}return function(){return new IteratorConstructor(this)}},TO_STRING_TAG=NAME+" Iterator",INCORRECT_VALUES_NAME=!1,IterablePrototype=Iterable.prototype,nativeIterator=IterablePrototype[ITERATOR]||IterablePrototype["@@iterator"]||DEFAULT&&IterablePrototype[DEFAULT],defaultIterator=!BUGGY_SAFARI_ITERATORS&&nativeIterator||getIterationMethod(DEFAULT),anyNativeIterator=NAME==="Array"&&IterablePrototype.entries||nativeIterator,CurrentIteratorPrototype,methods,KEY;if(anyNativeIterator&&(CurrentIteratorPrototype=getPrototypeOf(anyNativeIterator.call(new Iterable)),CurrentIteratorPrototype!==Object.prototype&&CurrentIteratorPrototype.next&&(!IS_PURE&&getPrototypeOf(CurrentIteratorPrototype)!==IteratorPrototype&&(setPrototypeOf?setPrototypeOf(CurrentIteratorPrototype,IteratorPrototype):isCallable(CurrentIteratorPrototype[ITERATOR])||defineBuiltIn(CurrentIteratorPrototype,ITERATOR,returnThis)),setToStringTag(CurrentIteratorPrototype,TO_STRING_TAG,!0,!0),IS_PURE&&(Iterators[TO_STRING_TAG]=returnThis))),PROPER_FUNCTION_NAME&&DEFAULT===VALUES&&nativeIterator&&nativeIterator.name!==VALUES&&(!IS_PURE&&CONFIGURABLE_FUNCTION_NAME?createNonEnumerableProperty(IterablePrototype,"name",VALUES):(INCORRECT_VALUES_NAME=!0,defaultIterator=function(){return call(nativeIterator,this)})),DEFAULT)if(methods={values:getIterationMethod(VALUES),keys:IS_SET?defaultIterator:getIterationMethod(KEYS),entries:getIterationMethod(ENTRIES)},FORCED)for(KEY in methods)(BUGGY_SAFARI_ITERATORS||INCORRECT_VALUES_NAME||!(KEY in IterablePrototype))&&defineBuiltIn(IterablePrototype,KEY,methods[KEY]);else $2({target:NAME,proto:!0,forced:BUGGY_SAFARI_ITERATORS||INCORRECT_VALUES_NAME},methods);return(!IS_PURE||FORCED)&&IterablePrototype[ITERATOR]!==defaultIterator&&defineBuiltIn(IterablePrototype,ITERATOR,defaultIterator,{name:DEFAULT}),Iterators[NAME]=defaultIterator,methods}}});var require_create_iter_result_object=__commonJS({"node_modules/core-js/internals/create-iter-result-object.js"(exports,module){"use strict";init_define_process_env();init_shim();module.exports=function(value,done){return{value,done}}}});var require_es_array_iterator=__commonJS({"node_modules/core-js/modules/es.array.iterator.js"(exports,module){"use strict";init_define_process_env();init_shim();var toIndexedObject=require_to_indexed_object(),addToUnscopables=require_add_to_unscopables(),Iterators=require_iterators(),InternalStateModule=require_internal_state(),defineProperty=require_object_define_property().f,defineIterator=require_iterator_define(),createIterResultObject=require_create_iter_result_object(),IS_PURE=require_is_pure(),DESCRIPTORS=require_descriptors(),ARRAY_ITERATOR="Array Iterator",setInternalState=InternalStateModule.set,getInternalState=InternalStateModule.getterFor(ARRAY_ITERATOR);module.exports=defineIterator(Array,"Array",function(iterated,kind){setInternalState(this,{type:ARRAY_ITERATOR,target:toIndexedObject(iterated),index:0,kind})},function(){var state=getInternalState(this),target=state.target,index=state.index++;if(!target||index>=target.length)return state.target=void 0,createIterResultObject(void 0,!0);switch(state.kind){case"keys":return createIterResultObject(index,!1);case"values":return createIterResultObject(target[index],!1)}return createIterResultObject([index,target[index]],!1)},"values");var values=Iterators.Arguments=Iterators.Array;addToUnscopables("keys");addToUnscopables("values");addToUnscopables("entries");if(!IS_PURE&&DESCRIPTORS&&values.name!=="values")try{defineProperty(values,"name",{value:"values"})}catch(error){}}});var require_dom_iterables=__commonJS({"node_modules/core-js/internals/dom-iterables.js"(exports,module){"use strict";init_define_process_env();init_shim();module.exports={CSSRuleList:0,CSSStyleDeclaration:0,CSSValueList:0,ClientRectList:0,DOMRectList:0,DOMStringList:0,DOMTokenList:1,DataTransferItemList:0,FileList:0,HTMLAllCollection:0,HTMLCollection:0,HTMLFormElement:0,HTMLSelectElement:0,MediaList:0,MimeTypeArray:0,NamedNodeMap:0,NodeList:1,PaintRequestList:0,Plugin:0,PluginArray:0,SVGLengthList:0,SVGNumberList:0,SVGPathSegList:0,SVGPointList:0,SVGStringList:0,SVGTransformList:0,SourceBufferList:0,StyleSheetList:0,TextTrackCueList:0,TextTrackList:0,TouchList:0}}});var require_dom_token_list_prototype=__commonJS({"node_modules/core-js/internals/dom-token-list-prototype.js"(exports,module){"use strict";init_define_process_env();init_shim();var documentCreateElement=require_document_create_element(),classList=documentCreateElement("span").classList,DOMTokenListPrototype=classList&&classList.constructor&&classList.constructor.prototype;module.exports=DOMTokenListPrototype===Object.prototype?void 0:DOMTokenListPrototype}});var require_web_dom_collections_iterator=__commonJS({"node_modules/core-js/modules/web.dom-collections.iterator.js"(){"use strict";init_define_process_env();init_shim();var global=require_global(),DOMIterables=require_dom_iterables(),DOMTokenListPrototype=require_dom_token_list_prototype(),ArrayIteratorMethods=require_es_array_iterator(),createNonEnumerableProperty=require_create_non_enumerable_property(),setToStringTag=require_set_to_string_tag(),wellKnownSymbol=require_well_known_symbol(),ITERATOR=wellKnownSymbol("iterator"),ArrayValues=ArrayIteratorMethods.values,handlePrototype=function(CollectionPrototype,COLLECTION_NAME2){if(CollectionPrototype){if(CollectionPrototype[ITERATOR]!==ArrayValues)try{createNonEnumerableProperty(CollectionPrototype,ITERATOR,ArrayValues)}catch(error){CollectionPrototype[ITERATOR]=ArrayValues}if(setToStringTag(CollectionPrototype,COLLECTION_NAME2,!0),DOMIterables[COLLECTION_NAME2]){for(var METHOD_NAME in ArrayIteratorMethods)if(CollectionPrototype[METHOD_NAME]!==ArrayIteratorMethods[METHOD_NAME])try{createNonEnumerableProperty(CollectionPrototype,METHOD_NAME,ArrayIteratorMethods[METHOD_NAME])}catch(error){CollectionPrototype[METHOD_NAME]=ArrayIteratorMethods[METHOD_NAME]}}}};for(COLLECTION_NAME in DOMIterables)handlePrototype(global[COLLECTION_NAME]&&global[COLLECTION_NAME].prototype,COLLECTION_NAME);var COLLECTION_NAME;handlePrototype(DOMTokenListPrototype,"DOMTokenList")}});var require_to_string_tag_support=__commonJS({"node_modules/core-js/internals/to-string-tag-support.js"(exports,module){"use strict";init_define_process_env();init_shim();var wellKnownSymbol=require_well_known_symbol(),TO_STRING_TAG=wellKnownSymbol("toStringTag"),test={};test[TO_STRING_TAG]="z";module.exports=String(test)==="[object z]"}});var require_classof=__commonJS({"node_modules/core-js/internals/classof.js"(exports,module){"use strict";init_define_process_env();init_shim();var TO_STRING_TAG_SUPPORT=require_to_string_tag_support(),isCallable=require_is_callable(),classofRaw=require_classof_raw(),wellKnownSymbol=require_well_known_symbol(),TO_STRING_TAG=wellKnownSymbol("toStringTag"),$Object=Object,CORRECT_ARGUMENTS=classofRaw(function(){return arguments}())==="Arguments",tryGet=function(it,key){try{return it[key]}catch(error){}};module.exports=TO_STRING_TAG_SUPPORT?classofRaw:function(it){var O,tag,result;return it===void 0?"Undefined":it===null?"Null":typeof(tag=tryGet(O=$Object(it),TO_STRING_TAG))=="string"?tag:CORRECT_ARGUMENTS?classofRaw(O):(result=classofRaw(O))==="Object"&&isCallable(O.callee)?"Arguments":result}}});var require_to_string=__commonJS({"node_modules/core-js/internals/to-string.js"(exports,module){"use strict";init_define_process_env();init_shim();var classof=require_classof(),$String=String;module.exports=function(argument){if(classof(argument)==="Symbol")throw new TypeError("Cannot convert a Symbol value to a string");return $String(argument)}}});var require_define_built_in_accessor=__commonJS({"node_modules/core-js/internals/define-built-in-accessor.js"(exports,module){"use strict";init_define_process_env();init_shim();var makeBuiltIn=require_make_built_in(),defineProperty=require_object_define_property();module.exports=function(target,name,descriptor){return descriptor.get&&makeBuiltIn(descriptor.get,name,{getter:!0}),descriptor.set&&makeBuiltIn(descriptor.set,name,{setter:!0}),defineProperty.f(target,name,descriptor)}}});var require_es_symbol_description=__commonJS({"node_modules/core-js/modules/es.symbol.description.js"(){"use strict";init_define_process_env();init_shim();var $2=require_export(),DESCRIPTORS=require_descriptors(),global=require_global(),uncurryThis=require_function_uncurry_this(),hasOwn=require_has_own_property(),isCallable=require_is_callable(),isPrototypeOf=require_object_is_prototype_of(),toString=require_to_string(),defineBuiltInAccessor=require_define_built_in_accessor(),copyConstructorProperties=require_copy_constructor_properties(),NativeSymbol=global.Symbol,SymbolPrototype=NativeSymbol&&NativeSymbol.prototype;DESCRIPTORS&&isCallable(NativeSymbol)&&(!("description"in SymbolPrototype)||NativeSymbol().description!==void 0)&&(EmptyStringDescriptionStore={},SymbolWrapper=function(){var description=arguments.length<1||arguments[0]===void 0?void 0:toString(arguments[0]),result=isPrototypeOf(SymbolPrototype,this)?new NativeSymbol(description):description===void 0?NativeSymbol():NativeSymbol(description);return description===""&&(EmptyStringDescriptionStore[result]=!0),result},copyConstructorProperties(SymbolWrapper,NativeSymbol),SymbolWrapper.prototype=SymbolPrototype,SymbolPrototype.constructor=SymbolWrapper,NATIVE_SYMBOL=String(NativeSymbol("description detection"))==="Symbol(description detection)",thisSymbolValue=uncurryThis(SymbolPrototype.valueOf),symbolDescriptiveString=uncurryThis(SymbolPrototype.toString),regexp=/^Symbol\((.*)\)[^)]+$/,replace=uncurryThis("".replace),stringSlice=uncurryThis("".slice),defineBuiltInAccessor(SymbolPrototype,"description",{configurable:!0,get:function(){var symbol=thisSymbolValue(this);if(hasOwn(EmptyStringDescriptionStore,symbol))return"";var string=symbolDescriptiveString(symbol),desc=NATIVE_SYMBOL?stringSlice(string,7,-1):replace(string,regexp,"$1");return desc===""?void 0:desc}}),$2({global:!0,constructor:!0,forced:!0},{Symbol:SymbolWrapper}));var EmptyStringDescriptionStore,SymbolWrapper,NATIVE_SYMBOL,thisSymbolValue,symbolDescriptiveString,regexp,replace,stringSlice}});var require_function_apply=__commonJS({"node_modules/core-js/internals/function-apply.js"(exports,module){"use strict";init_define_process_env();init_shim();var NATIVE_BIND=require_function_bind_native(),FunctionPrototype=Function.prototype,apply=FunctionPrototype.apply,call=FunctionPrototype.call;module.exports=typeof Reflect=="object"&&Reflect.apply||(NATIVE_BIND?call.bind(apply):function(){return call.apply(apply,arguments)})}});var require_proxy_accessor=__commonJS({"node_modules/core-js/internals/proxy-accessor.js"(exports,module){"use strict";init_define_process_env();init_shim();var defineProperty=require_object_define_property().f;module.exports=function(Target,Source,key){key in Target||defineProperty(Target,key,{configurable:!0,get:function(){return Source[key]},set:function(it){Source[key]=it}})}}});var require_inherit_if_required=__commonJS({"node_modules/core-js/internals/inherit-if-required.js"(exports,module){"use strict";init_define_process_env();init_shim();var isCallable=require_is_callable(),isObject=require_is_object(),setPrototypeOf=require_object_set_prototype_of();module.exports=function($this,dummy,Wrapper){var NewTarget,NewTargetPrototype;return setPrototypeOf&&isCallable(NewTarget=dummy.constructor)&&NewTarget!==Wrapper&&isObject(NewTargetPrototype=NewTarget.prototype)&&NewTargetPrototype!==Wrapper.prototype&&setPrototypeOf($this,NewTargetPrototype),$this}}});var require_normalize_string_argument=__commonJS({"node_modules/core-js/internals/normalize-string-argument.js"(exports,module){"use strict";init_define_process_env();init_shim();var toString=require_to_string();module.exports=function(argument,$default){return argument===void 0?arguments.length<2?"":$default:toString(argument)}}});var require_install_error_cause=__commonJS({"node_modules/core-js/internals/install-error-cause.js"(exports,module){"use strict";init_define_process_env();init_shim();var isObject=require_is_object(),createNonEnumerableProperty=require_create_non_enumerable_property();module.exports=function(O,options){isObject(options)&&"cause"in options&&createNonEnumerableProperty(O,"cause",options.cause)}}});var require_error_stack_clear=__commonJS({"node_modules/core-js/internals/error-stack-clear.js"(exports,module){"use strict";init_define_process_env();init_shim();var uncurryThis=require_function_uncurry_this(),$Error=Error,replace=uncurryThis("".replace),TEST=function(arg){return String(new $Error(arg).stack)}("zxcasd"),V8_OR_CHAKRA_STACK_ENTRY=/\n\s*at [^:]*:[^\n]*/,IS_V8_OR_CHAKRA_STACK=V8_OR_CHAKRA_STACK_ENTRY.test(TEST);module.exports=function(stack,dropEntries){if(IS_V8_OR_CHAKRA_STACK&&typeof stack=="string"&&!$Error.prepareStackTrace)for(;dropEntries--;)stack=replace(stack,V8_OR_CHAKRA_STACK_ENTRY,"");return stack}}});var require_error_stack_installable=__commonJS({"node_modules/core-js/internals/error-stack-installable.js"(exports,module){"use strict";init_define_process_env();init_shim();var fails=require_fails(),createPropertyDescriptor=require_create_property_descriptor();module.exports=!fails(function(){var error=new Error("a");return"stack"in error?(Object.defineProperty(error,"stack",createPropertyDescriptor(1,7)),error.stack!==7):!0})}});var require_error_stack_install=__commonJS({"node_modules/core-js/internals/error-stack-install.js"(exports,module){"use strict";init_define_process_env();init_shim();var createNonEnumerableProperty=require_create_non_enumerable_property(),clearErrorStack=require_error_stack_clear(),ERROR_STACK_INSTALLABLE=require_error_stack_installable(),captureStackTrace=Error.captureStackTrace;module.exports=function(error,C,stack,dropEntries){ERROR_STACK_INSTALLABLE&&(captureStackTrace?captureStackTrace(error,C):createNonEnumerableProperty(error,"stack",clearErrorStack(stack,dropEntries)))}}});var require_wrap_error_constructor_with_cause=__commonJS({"node_modules/core-js/internals/wrap-error-constructor-with-cause.js"(exports,module){"use strict";init_define_process_env();init_shim();var getBuiltIn=require_get_built_in(),hasOwn=require_has_own_property(),createNonEnumerableProperty=require_create_non_enumerable_property(),isPrototypeOf=require_object_is_prototype_of(),setPrototypeOf=require_object_set_prototype_of(),copyConstructorProperties=require_copy_constructor_properties(),proxyAccessor=require_proxy_accessor(),inheritIfRequired=require_inherit_if_required(),normalizeStringArgument=require_normalize_string_argument(),installErrorCause=require_install_error_cause(),installErrorStack=require_error_stack_install(),DESCRIPTORS=require_descriptors(),IS_PURE=require_is_pure();module.exports=function(FULL_NAME,wrapper,FORCED,IS_AGGREGATE_ERROR){var STACK_TRACE_LIMIT="stackTraceLimit",OPTIONS_POSITION=IS_AGGREGATE_ERROR?2:1,path=FULL_NAME.split("."),ERROR_NAME=path[path.length-1],OriginalError=getBuiltIn.apply(null,path);if(OriginalError){var OriginalErrorPrototype=OriginalError.prototype;if(!IS_PURE&&hasOwn(OriginalErrorPrototype,"cause")&&delete OriginalErrorPrototype.cause,!FORCED)return OriginalError;var BaseError=getBuiltIn("Error"),WrappedError=wrapper(function(a,b){var message=normalizeStringArgument(IS_AGGREGATE_ERROR?b:a,void 0),result=IS_AGGREGATE_ERROR?new OriginalError(a):new OriginalError;return message!==void 0&&createNonEnumerableProperty(result,"message",message),installErrorStack(result,WrappedError,result.stack,2),this&&isPrototypeOf(OriginalErrorPrototype,this)&&inheritIfRequired(result,this,WrappedError),arguments.length>OPTIONS_POSITION&&installErrorCause(result,arguments[OPTIONS_POSITION]),result});if(WrappedError.prototype=OriginalErrorPrototype,ERROR_NAME!=="Error"?setPrototypeOf?setPrototypeOf(WrappedError,BaseError):copyConstructorProperties(WrappedError,BaseError,{name:!0}):DESCRIPTORS&&STACK_TRACE_LIMIT in OriginalError&&(proxyAccessor(WrappedError,OriginalError,STACK_TRACE_LIMIT),proxyAccessor(WrappedError,OriginalError,"prepareStackTrace")),copyConstructorProperties(WrappedError,OriginalError),!IS_PURE)try{OriginalErrorPrototype.name!==ERROR_NAME&&createNonEnumerableProperty(OriginalErrorPrototype,"name",ERROR_NAME),OriginalErrorPrototype.constructor=WrappedError}catch(error){}return WrappedError}}}});var require_es_error_cause=__commonJS({"node_modules/core-js/modules/es.error.cause.js"(){"use strict";init_define_process_env();init_shim();var $2=require_export(),global=require_global(),apply=require_function_apply(),wrapErrorConstructorWithCause=require_wrap_error_constructor_with_cause(),WEB_ASSEMBLY="WebAssembly",WebAssembly=global[WEB_ASSEMBLY],FORCED=new Error("e",{cause:7}).cause!==7,exportGlobalErrorCauseWrapper=function(ERROR_NAME,wrapper){var O={};O[ERROR_NAME]=wrapErrorConstructorWithCause(ERROR_NAME,wrapper,FORCED),$2({global:!0,constructor:!0,arity:1,forced:FORCED},O)},exportWebAssemblyErrorCauseWrapper=function(ERROR_NAME,wrapper){if(WebAssembly&&WebAssembly[ERROR_NAME]){var O={};O[ERROR_NAME]=wrapErrorConstructorWithCause(WEB_ASSEMBLY+"."+ERROR_NAME,wrapper,FORCED),$2({target:WEB_ASSEMBLY,stat:!0,constructor:!0,arity:1,forced:FORCED},O)}};exportGlobalErrorCauseWrapper("Error",function(init){return function(message){return apply(init,this,arguments)}});exportGlobalErrorCauseWrapper("EvalError",function(init){return function(message){return apply(init,this,arguments)}});exportGlobalErrorCauseWrapper("RangeError",function(init){return function(message){return apply(init,this,arguments)}});exportGlobalErrorCauseWrapper("ReferenceError",function(init){return function(message){return apply(init,this,arguments)}});exportGlobalErrorCauseWrapper("SyntaxError",function(init){return function(message){return apply(init,this,arguments)}});exportGlobalErrorCauseWrapper("TypeError",function(init){return function(message){return apply(init,this,arguments)}});exportGlobalErrorCauseWrapper("URIError",function(init){return function(message){return apply(init,this,arguments)}});exportWebAssemblyErrorCauseWrapper("CompileError",function(init){return function(message){return apply(init,this,arguments)}});exportWebAssemblyErrorCauseWrapper("LinkError",function(init){return function(message){return apply(init,this,arguments)}});exportWebAssemblyErrorCauseWrapper("RuntimeError",function(init){return function(message){return apply(init,this,arguments)}})}});var require_function_uncurry_this_clause=__commonJS({"node_modules/core-js/internals/function-uncurry-this-clause.js"(exports,module){"use strict";init_define_process_env();init_shim();var classofRaw=require_classof_raw(),uncurryThis=require_function_uncurry_this();module.exports=function(fn){if(classofRaw(fn)==="Function")return uncurryThis(fn)}}});var require_function_bind_context=__commonJS({"node_modules/core-js/internals/function-bind-context.js"(exports,module){"use strict";init_define_process_env();init_shim();var uncurryThis=require_function_uncurry_this_clause(),aCallable=require_a_callable(),NATIVE_BIND=require_function_bind_native(),bind=uncurryThis(uncurryThis.bind);module.exports=function(fn,that){return aCallable(fn),that===void 0?fn:NATIVE_BIND?bind(fn,that):function(){return fn.apply(that,arguments)}}}});var require_is_array=__commonJS({"node_modules/core-js/internals/is-array.js"(exports,module){"use strict";init_define_process_env();init_shim();var classof=require_classof_raw();module.exports=Array.isArray||function(argument){return classof(argument)==="Array"}}});var require_is_constructor=__commonJS({"node_modules/core-js/internals/is-constructor.js"(exports,module){"use strict";init_define_process_env();init_shim();var uncurryThis=require_function_uncurry_this(),fails=require_fails(),isCallable=require_is_callable(),classof=require_classof(),getBuiltIn=require_get_built_in(),inspectSource=require_inspect_source(),noop=function(){},construct=getBuiltIn("Reflect","construct"),constructorRegExp=/^\s*(?:class|function)\b/,exec=uncurryThis(constructorRegExp.exec),INCORRECT_TO_STRING=!constructorRegExp.test(noop),isConstructorModern=function(argument){if(!isCallable(argument))return!1;try{return construct(noop,[],argument),!0}catch(error){return!1}},isConstructorLegacy=function(argument){if(!isCallable(argument))return!1;switch(classof(argument)){case"AsyncFunction":case"GeneratorFunction":case"AsyncGeneratorFunction":return!1}try{return INCORRECT_TO_STRING||!!exec(constructorRegExp,inspectSource(argument))}catch(error){return!0}};isConstructorLegacy.sham=!0;module.exports=!construct||fails(function(){var called;return isConstructorModern(isConstructorModern.call)||!isConstructorModern(Object)||!isConstructorModern(function(){called=!0})||called})?isConstructorLegacy:isConstructorModern}});var require_array_species_constructor=__commonJS({"node_modules/core-js/internals/array-species-constructor.js"(exports,module){"use strict";init_define_process_env();init_shim();var isArray=require_is_array(),isConstructor=require_is_constructor(),isObject=require_is_object(),wellKnownSymbol=require_well_known_symbol(),SPECIES=wellKnownSymbol("species"),$Array=Array;module.exports=function(originalArray){var C;return isArray(originalArray)&&(C=originalArray.constructor,isConstructor(C)&&(C===$Array||isArray(C.prototype))?C=void 0:isObject(C)&&(C=C[SPECIES],C===null&&(C=void 0))),C===void 0?$Array:C}}});var require_array_species_create=__commonJS({"node_modules/core-js/internals/array-species-create.js"(exports,module){"use strict";init_define_process_env();init_shim();var arraySpeciesConstructor=require_array_species_constructor();module.exports=function(originalArray,length){return new(arraySpeciesConstructor(originalArray))(length===0?0:length)}}});var require_array_iteration=__commonJS({"node_modules/core-js/internals/array-iteration.js"(exports,module){"use strict";init_define_process_env();init_shim();var bind=require_function_bind_context(),uncurryThis=require_function_uncurry_this(),IndexedObject=require_indexed_object(),toObject=require_to_object(),lengthOfArrayLike=require_length_of_array_like(),arraySpeciesCreate=require_array_species_create(),push=uncurryThis([].push),createMethod=function(TYPE){var IS_MAP=TYPE===1,IS_FILTER=TYPE===2,IS_SOME=TYPE===3,IS_EVERY=TYPE===4,IS_FIND_INDEX=TYPE===6,IS_FILTER_REJECT=TYPE===7,NO_HOLES=TYPE===5||IS_FIND_INDEX;return function($this,callbackfn,that,specificCreate){for(var O=toObject($this),self2=IndexedObject(O),length=lengthOfArrayLike(self2),boundFunction=bind(callbackfn,that),index=0,create=specificCreate||arraySpeciesCreate,target=IS_MAP?create($this,length):IS_FILTER||IS_FILTER_REJECT?create($this,0):void 0,value,result;length>index;index++)if((NO_HOLES||index in self2)&&(value=self2[index],result=boundFunction(value,index,O),TYPE))if(IS_MAP)target[index]=result;else if(result)switch(TYPE){case 3:return!0;case 5:return value;case 6:return index;case 2:push(target,value)}else switch(TYPE){case 4:return!1;case 7:push(target,value)}return IS_FIND_INDEX?-1:IS_SOME||IS_EVERY?IS_EVERY:target}};module.exports={forEach:createMethod(0),map:createMethod(1),filter:createMethod(2),some:createMethod(3),every:createMethod(4),find:createMethod(5),findIndex:createMethod(6),filterReject:createMethod(7)}}});var require_array_method_is_strict=__commonJS({"node_modules/core-js/internals/array-method-is-strict.js"(exports,module){"use strict";init_define_process_env();init_shim();var fails=require_fails();module.exports=function(METHOD_NAME,argument){var method=[][METHOD_NAME];return!!method&&fails(function(){method.call(null,argument||function(){return 1},1)})}}});var require_array_for_each=__commonJS({"node_modules/core-js/internals/array-for-each.js"(exports,module){"use strict";init_define_process_env();init_shim();var $forEach=require_array_iteration().forEach,arrayMethodIsStrict=require_array_method_is_strict(),STRICT_METHOD=arrayMethodIsStrict("forEach");module.exports=STRICT_METHOD?[].forEach:function(callbackfn){return $forEach(this,callbackfn,arguments.length>1?arguments[1]:void 0)}}});var require_web_dom_collections_for_each=__commonJS({"node_modules/core-js/modules/web.dom-collections.for-each.js"(){"use strict";init_define_process_env();init_shim();var global=require_global(),DOMIterables=require_dom_iterables(),DOMTokenListPrototype=require_dom_token_list_prototype(),forEach=require_array_for_each(),createNonEnumerableProperty=require_create_non_enumerable_property(),handlePrototype=function(CollectionPrototype){if(CollectionPrototype&&CollectionPrototype.forEach!==forEach)try{createNonEnumerableProperty(CollectionPrototype,"forEach",forEach)}catch(error){CollectionPrototype.forEach=forEach}};for(COLLECTION_NAME in DOMIterables)DOMIterables[COLLECTION_NAME]&&handlePrototype(global[COLLECTION_NAME]&&global[COLLECTION_NAME].prototype);var COLLECTION_NAME;handlePrototype(DOMTokenListPrototype)}});var require_create_property=__commonJS({"node_modules/core-js/internals/create-property.js"(exports,module){"use strict";init_define_process_env();init_shim();var toPropertyKey=require_to_property_key(),definePropertyModule=require_object_define_property(),createPropertyDescriptor=require_create_property_descriptor();module.exports=function(object,key,value){var propertyKey=toPropertyKey(key);propertyKey in object?definePropertyModule.f(object,propertyKey,createPropertyDescriptor(0,value)):object[propertyKey]=value}}});var require_es_object_get_own_property_descriptors=__commonJS({"node_modules/core-js/modules/es.object.get-own-property-descriptors.js"(){"use strict";init_define_process_env();init_shim();var $2=require_export(),DESCRIPTORS=require_descriptors(),ownKeys2=require_own_keys(),toIndexedObject=require_to_indexed_object(),getOwnPropertyDescriptorModule=require_object_get_own_property_descriptor(),createProperty=require_create_property();$2({target:"Object",stat:!0,sham:!DESCRIPTORS},{getOwnPropertyDescriptors:function(object){for(var O=toIndexedObject(object),getOwnPropertyDescriptor=getOwnPropertyDescriptorModule.f,keys=ownKeys2(O),result={},index=0,key,descriptor;keys.length>index;)descriptor=getOwnPropertyDescriptor(O,key=keys[index++]),descriptor!==void 0&&createProperty(result,key,descriptor);return result}})}});var _window$u,_window,_window$safe_require,_window2,u,safe_require,init_window_register=__esm({"lib-browser-old/window_register.js"(){"use strict";init_define_process_env();init_shim();u=(_window$u=(_window=window)==null?void 0:_window.u)!=null?_window$u:_u,safe_require=(_window$safe_require=(_window2=window)==null?void 0:_window2.safe_require)!=null?_window$safe_require:_safe_require}});var chartjs_LineBarChart_exports={};__export(chartjs_LineBarChart_exports,{additional_data:()=>additional_data,property_applications:()=>chart_property_applications});var property_applications,chart_property_applications,additional_data,init_chartjs_LineBarChart=__esm({"lib-browser-old/optional/services/legacy/responsive_v0/chartjs_LineBarChart.js"(){"use strict";init_define_process_env();init_shim();init_window_register();property_applications=safe_require.safe_require("./core/property_applications"),chart_property_applications=[new property_applications.MinWidth],additional_data={notify_width(instance,width){if(instance.get_static_property("keep_proportion_resize")){let height=width/instance.element.get_width()*instance.element.get_height();instance.set_height(height)}}}}});init_define_process_env();init_shim();var import_es_array_includes=__toESM(require_es_array_includes()),import_es_array_iterator=__toESM(require_es_array_iterator()),import_web_dom_collections_iterator=__toESM(require_web_dom_collections_iterator()),import_es_symbol_description=__toESM(require_es_symbol_description()),import_es_error_cause=__toESM(require_es_error_cause()),import_web_dom_collections_for_each=__toESM(require_web_dom_collections_for_each()),import_es_object_get_own_property_descriptors=__toESM(require_es_object_get_own_property_descriptors());init_window_register();function ownKeys(e,r){var t=Object.keys(e);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(e);r&&(o=o.filter(function(r2){return Object.getOwnPropertyDescriptor(e,r2).enumerable})),t.push.apply(t,o)}return t}function _objectSpread(e){for(var r=1;r<arguments.length;r++){var t=arguments[r]!=null?arguments[r]:{};r%2?ownKeys(Object(t),!0).forEach(function(r2){_defineProperty(e,r2,t[r2])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(t)):ownKeys(Object(t)).forEach(function(r2){Object.defineProperty(e,r2,Object.getOwnPropertyDescriptor(t,r2))})}return e}function _defineProperty(obj,key,value){return key=_toPropertyKey(key),key in obj?Object.defineProperty(obj,key,{value,enumerable:!0,configurable:!0,writable:!0}):obj[key]=value,obj}function _toPropertyKey(arg){var key=_toPrimitive(arg,"string");return typeof key=="symbol"?key:String(key)}function _toPrimitive(input,hint){if(typeof input!="object"||input===null)return input;var prim=input[Symbol.toPrimitive];if(prim!==void 0){var res=prim.call(input,hint||"default");if(typeof res!="object")return res;throw new TypeError("@@toPrimitive must return a primitive value.")}return(hint==="string"?String:Number)(input)}var external=safe_require.safe_require("./external"),btype_ids=safe_require.safe_require("./lang/btype_ids"),Lib=safe_require.safe_require("./lib"),appquery=safe_require.safe_require("./lang/appquery"),lang=safe_require.safe_require("./lang/lang"),numeric_format_utilities=safe_require.safe_require("./core/core_btypes/utilities/numeric_format_utilities"),btypes=safe_require.safe_require("./lang/btypes"),shared_fields=safe_require.safe_require("./core/shared_fields"),element_eval=safe_require.safe_require("./lang/evaluation/element_eval"),node_eval=safe_require.safe_require("./lang/evaluation/node_eval"),color_tokens=safe_require.safe_require("./lang/color_tokens"),page_state=safe_require.safe_require("./lang/evaluation/page_state"),_chartjs_loaded=!1,Chart=null;function load_chartjs(){_chartjs_loaded||(_chartjs_loaded=!0,Chart=safe_require.safe_require("./optional/chart"))}var property_applications2=safe_require.safe_require("./core/property_applications"),element_modifications=safe_require.safe_require("./core/core_elements/legacy/responsive_v0/element_modifications");element_modifications.set_legacy_element_modifications("chartjs-LineBarChart",(init_chartjs_LineBarChart(),__toCommonJS(chartjs_LineBarChart_exports)));function plugin_version(){if(Lib()){var _appquery$get_public_;return(_appquery$get_public_=appquery.get_public_setting("chartjs_installed_version"))!=null?_appquery$get_public_:0}else return 1}function uses_css_responsive(){return Lib()?plugin_version()>=1||appquery.get_public_setting("chartjs_css_responsive")===!0:!0}var cls=class extends external.Service{constructor(){super(),this.authenticator=new external.NoAuth,this.elements=this._get_initial_elements()}_get_initial_elements(){return{LineBarChart:{display:"Line/Bar Chart",category:"visual elements",icon:"ion-stats-bars",condition(root){var _root$is_mobile;return!(root!=null&&(_root$is_mobile=root.is_mobile)!=null&&_root$is_mobile.call(root))},defaults:{width:590,height:370,collapse_margin:500},field_names:u.extend({chart_type:{default:"Line",no_states:!0},data_points_type:{no_states:!0},data_source:{},y_value_expression:{no_states:!0},label_expression:{no_states:!0},series1_color:{default:"rgba(151,187,205,1)",no_states:!0,in_style:!0},series1_fillColor:{default:"rgba(151,187,205,0.2)",no_states:!0,in_style:!0},showScale:{default:!0,no_states:!0,in_style:!0},scaleLineColor:{default:"rgba(0,0,0,.1)",no_states:!0,in_style:!0},scaleFontColor:{default:"#666",no_states:!0,in_style:!0},scaleShowGridLines:{default:!0,no_states:!0,in_style:!0},scaleGridLineColor:{default:"rgba(0,0,0,.05)",no_states:!0,in_style:!0},showTooltips:{default:!0,no_states:!0},customize_tooltips:{default:!1,no_states:!0},hide_label_tooltips:{default:!1,no_states:!0},bezierCurve:{default:!0,no_states:!0},animateRotate:{default:!0,no_states:!0},datasetFill:{default:!0,no_states:!0},keep_proportion_resize:{no_states:!0}},numeric_format_utilities.format_number_names),property_applications:[new property_applications2.Dimensions,new property_applications2.Background,new property_applications2.Border,new property_applications2.Padding,new property_applications2.BoxShadow,new property_applications2.ResponsiveElement],get uses_css_responsive(){return uses_css_responsive()},can_fix_aspect_ratio(){return!0},get_min_width(){return 0},get_html(instance){return"<div></div>"},initialize(instance){let canvas=instance.get_canvas();load_chartjs();let chart_drawn_once=!1,myChartInstance=null;element_eval.pre_cache(instance,["height","width","padding_vertical","padding_horizontal","showScale","scaleLineColor","showTooltips","bezierCurve","datasetFill","scaleShowGridLines","scaleGridLineColor","scaleFontColor","animateRotate"]),instance.autorun(()=>{var _instance$element$roo;if(!instance.is_visible())return;let ratio=instance.get_static_property("aspect_ratio_height")/instance.get_static_property("aspect_ratio_width"),h=(((_instance$element$roo=instance.element.root())==null?void 0:_instance$element$roo.get_responsive_version())>0&&uses_css_responsive()&&instance.element.has_fixed_aspect_ratio()?element_eval.evaluate_property(instance,"width")*ratio:element_eval.evaluate_property(instance,"height"))-property_applications2.calculate_border_height(instance)-2*element_eval.evaluate_property(instance,"padding_vertical"),w=element_eval.evaluate_property(instance,"width")-property_applications2.calculate_border_width(instance)-2*element_eval.evaluate_property(instance,"padding_horizontal"),chart_type=instance.get_static_property("chart_type"),props={};for(let prop of["showScale","showTooltips","bezierCurve","datasetFill","scaleShowGridLines","animateRotate"])props[prop]=element_eval.evaluate_property(instance,prop);for(let prop of["scaleLineColor","scaleGridLineColor","scaleFontColor"])props[prop]=color_tokens.color_property_to_rgba(element_eval.evaluate_property(instance,prop));props.pointLabelFontColor=props.scaleFontColor,canvas.empty();let chart_canvas=$('<canvas id="myChart" width="'+w+'" height = "'+h+'"></canvas>');canvas.append(chart_canvas);let ctx=chart_canvas[0].getContext("2d"),myChart=new Chart(ctx),series1_color=color_tokens.color_property_to_rgba(element_eval.evaluate_property(instance,"series1_color")),series1_fill_color=color_tokens.color_property_to_rgba(element_eval.evaluate_property(instance,"series1_fillColor")),data;if(Lib().is_edit_mode())props.animation=!1,props.showTooltips=!1,["Line","Bar","Radar"].includes(chart_type)?data={labels:["January","February","March","April","May","June","July"],datasets:[{label:"Dataset 1",fillColor:series1_fill_color,strokeColor:series1_color,pointColor:series1_color,pointStrokeColor:"#fff",pointHighlightFill:"#fff",pointHighlightStroke:series1_color,data:[65,59,80,81,56,55,40]}]}:["Pie","Doughnut"].includes(chart_type)&&(data=[{value:300,color:"#F7464A",highlight:"#FF5A5E",label:"Red"},{value:50,color:"#46BFBD",highlight:"#5AD3D1",label:"Green"},{value:100,color:"#FDB45C",highlight:"#FFC870",label:"Yellow"}]);else{var _element_eval$evaluat,_data_points_list$all,_data_points_list$all2;let data_points_list=(_element_eval$evaluat=element_eval.evaluate_property(instance,"data_source"))!=null?_element_eval$evaluat:null,data_points=[],list=(_data_points_list$all=data_points_list==null||(_data_points_list$all2=data_points_list.all)==null?void 0:_data_points_list$all2.call(data_points_list))!=null?_data_points_list$all:[];if(list.length===0)return;let context={element:instance,datasources:_objectSpread(_objectSpread({},page_state.get_basic_datasources(instance.element.root())),{},{injected_value_btype:()=>this.get_injected_btype(instance.element)})};for(let raw_data_point of list){var _node_eval$eval_prope;context.datasources.injected_value=()=>raw_data_point,data_points.push({value:(_node_eval$eval_prope=node_eval.eval_property(instance.element,"y_value_expression",context))!=null?_node_eval$eval_prope:0,label:node_eval.eval_property(instance.element,"label_expression",context)})}if(["Line","Bar","Radar"].includes(chart_type))data={labels:data_points.map(a=>a.label),datasets:[{label:"Dataset 1",fillColor:series1_fill_color,strokeColor:series1_color,pointColor:series1_color,pointStrokeColor:"#fff",pointHighlightFill:"#fff",pointHighlightStroke:series1_color,data:data_points.map(a=>a.value)}]};else if(["Pie","Doughnut"].includes(chart_type)){let color_list=["#F7464A","#46BFBD","#FDB45C","#F8F65F","#BA8FF7","#46F776","#7FF7F7","#9830F7"],color_index=0;data=[];for(let a of data_points)data.push({value:a.value,label:a.label,color:color_list[color_index]}),color_index++,color_index>color_list.length-1&&(color_index=0)}if(chart_drawn_once?props.animation=!1:(props.animation=!0,chart_drawn_once=!0),instance.get_static_property("showTooltips")&&instance.get_static_property("customize_tooltips")){let format_data={};for(let k in numeric_format_utilities.format_number_names)format_data[k]=element_eval.evaluate_property(instance,k);let format_fn=btypes.get("number").get_message("format_number").evaluate,fn_name="chart_format_fn_"+instance.element_id();window[fn_name]=val=>format_fn(val,void 0,format_data),instance.get_static_property("hide_label_tooltips")?props.tooltipTemplate="<%= window."+fn_name+"(value) %>":props.tooltipTemplate="<%if (label){%><%=label%>: <%}%><%= window."+fn_name+"(value) %>"}}if(["Line","Bar"].includes(chart_type)){props.scaleBeginAtZero=!0;for(let datapoint of(_data$datasets$0$data=(_data$datasets=data.datasets)==null||(_data$datasets$=_data$datasets[0])==null?void 0:_data$datasets$.data)!=null?_data$datasets$0$data:[]){var _data$datasets$0$data,_data$datasets,_data$datasets$;datapoint<0&&(props.scaleBeginAtZero=!1)}}myChartInstance=myChart[chart_type](data,props)}),instance.on_destroy(()=>{var _myChartInstance;return(_myChartInstance=myChartInstance)==null?void 0:_myChartInstance.destroy()})},get_injected_btype(element){return element.get_static_property("data_points_type")},get_injected_display(){return"Current point"},use_injected_datasource(node,element){return node.path().indexOf(element.property("y_value_expression").path())===0||node.path().indexOf(element.property("label_expression").path())===0},change_cursor_style_if_clickable:!0,add_an_invisible_div_on_the_top:!0,is_input:!1,contains_group_data:!1,get_states(element){return[]},get_state_value(element,name){},jquery_plugins(){return["jquery_plugins/chart"]}}}}keys(){return plugin_version()>=1?{}:{css_responsive:{caption:"Use new responsive properties for this plugin's elements",type:"client_safe",editor:"Checkbox"}}}},chartjs={cls};typeof window<"u"&&window!==null&&((_window$optional_modu=(_window3=window).optional_modules)!=null||(_window3.optional_modules={}),window.optional_modules.chartjs=chartjs);var _window3,_window$optional_modu,plugin_registry=safe_require.safe_require("./services/shared/plugin_registry");plugin_registry.register_plugin("chartjs",chartjs);})();
/*! Bundled license information:

buffer/index.js:
  (*!
   * The buffer module from node.js, for the browser.
   *
   * @author   Feross Aboukhadijeh <https://feross.org>
   * @license  MIT
   *)
*/

}


window.preloaded['plugin/first_party:chartjs'] = true;
window._bubble_page_load_data.hardcoded_plugins['select2'] = true;
window.__code__ = window.__code__ || {};
if(!window.__code__['72cfda4646fc75796175600b74cb4f4b4a2df064438392d2a6ac4f61e51d8d36']){window.__code__['72cfda4646fc75796175600b74cb4f4b4a2df064438392d2a6ac4f61e51d8d36']=1;

"use strict";(()=>{var __create=Object.create;var __defProp=Object.defineProperty;var __getOwnPropDesc=Object.getOwnPropertyDescriptor;var __getOwnPropNames=Object.getOwnPropertyNames;var __getProtoOf=Object.getPrototypeOf,__hasOwnProp=Object.prototype.hasOwnProperty;var __esm=(fn,res)=>function(){return fn&&(res=(0,fn[__getOwnPropNames(fn)[0]])(fn=0)),res};var __commonJS=(cb,mod)=>function(){return mod||(0,cb[__getOwnPropNames(cb)[0]])((mod={exports:{}}).exports,mod),mod.exports};var __export=(target,all)=>{for(var name in all)__defProp(target,name,{get:all[name],enumerable:!0})},__copyProps=(to,from,except,desc)=>{if(from&&typeof from=="object"||typeof from=="function")for(let key of __getOwnPropNames(from))!__hasOwnProp.call(to,key)&&key!==except&&__defProp(to,key,{get:()=>from[key],enumerable:!(desc=__getOwnPropDesc(from,key))||desc.enumerable});return to};var __toESM=(mod,isNodeMode,target)=>(target=mod!=null?__create(__getProtoOf(mod)):{},__copyProps(isNodeMode||!mod||!mod.__esModule?__defProp(target,"default",{value:mod,enumerable:!0}):target,mod)),__toCommonJS=mod=>__copyProps(__defProp({},"__esModule",{value:!0}),mod);var init_define_process_env=__esm({"<define:process.env>"(){}});var require_base64_js=__commonJS({"node_modules/base64-js/index.js"(exports){"use strict";init_define_process_env();init_shim();exports.byteLength=byteLength;exports.toByteArray=toByteArray;exports.fromByteArray=fromByteArray;var lookup=[],revLookup=[],Arr=typeof Uint8Array<"u"?Uint8Array:Array,code="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/";for(i=0,len=code.length;i<len;++i)lookup[i]=code[i],revLookup[code.charCodeAt(i)]=i;var i,len;revLookup["-".charCodeAt(0)]=62;revLookup["_".charCodeAt(0)]=63;function getLens(b64){var len2=b64.length;if(len2%4>0)throw new Error("Invalid string. Length must be a multiple of 4");var validLen=b64.indexOf("=");validLen===-1&&(validLen=len2);var placeHoldersLen=validLen===len2?0:4-validLen%4;return[validLen,placeHoldersLen]}function byteLength(b64){var lens=getLens(b64),validLen=lens[0],placeHoldersLen=lens[1];return(validLen+placeHoldersLen)*3/4-placeHoldersLen}function _byteLength(b64,validLen,placeHoldersLen){return(validLen+placeHoldersLen)*3/4-placeHoldersLen}function toByteArray(b64){var tmp,lens=getLens(b64),validLen=lens[0],placeHoldersLen=lens[1],arr=new Arr(_byteLength(b64,validLen,placeHoldersLen)),curByte=0,len2=placeHoldersLen>0?validLen-4:validLen,i2;for(i2=0;i2<len2;i2+=4)tmp=revLookup[b64.charCodeAt(i2)]<<18|revLookup[b64.charCodeAt(i2+1)]<<12|revLookup[b64.charCodeAt(i2+2)]<<6|revLookup[b64.charCodeAt(i2+3)],arr[curByte++]=tmp>>16&255,arr[curByte++]=tmp>>8&255,arr[curByte++]=tmp&255;return placeHoldersLen===2&&(tmp=revLookup[b64.charCodeAt(i2)]<<2|revLookup[b64.charCodeAt(i2+1)]>>4,arr[curByte++]=tmp&255),placeHoldersLen===1&&(tmp=revLookup[b64.charCodeAt(i2)]<<10|revLookup[b64.charCodeAt(i2+1)]<<4|revLookup[b64.charCodeAt(i2+2)]>>2,arr[curByte++]=tmp>>8&255,arr[curByte++]=tmp&255),arr}function tripletToBase64(num){return lookup[num>>18&63]+lookup[num>>12&63]+lookup[num>>6&63]+lookup[num&63]}function encodeChunk(uint8,start,end){for(var tmp,output=[],i2=start;i2<end;i2+=3)tmp=(uint8[i2]<<16&16711680)+(uint8[i2+1]<<8&65280)+(uint8[i2+2]&255),output.push(tripletToBase64(tmp));return output.join("")}function fromByteArray(uint8){for(var tmp,len2=uint8.length,extraBytes=len2%3,parts=[],maxChunkLength=16383,i2=0,len22=len2-extraBytes;i2<len22;i2+=maxChunkLength)parts.push(encodeChunk(uint8,i2,i2+maxChunkLength>len22?len22:i2+maxChunkLength));return extraBytes===1?(tmp=uint8[len2-1],parts.push(lookup[tmp>>2]+lookup[tmp<<4&63]+"==")):extraBytes===2&&(tmp=(uint8[len2-2]<<8)+uint8[len2-1],parts.push(lookup[tmp>>10]+lookup[tmp>>4&63]+lookup[tmp<<2&63]+"=")),parts.join("")}}});var require_ieee754=__commonJS({"node_modules/ieee754/index.js"(exports){init_define_process_env();init_shim();exports.read=function(buffer,offset,isLE,mLen,nBytes){var e,m,eLen=nBytes*8-mLen-1,eMax=(1<<eLen)-1,eBias=eMax>>1,nBits=-7,i=isLE?nBytes-1:0,d=isLE?-1:1,s=buffer[offset+i];for(i+=d,e=s&(1<<-nBits)-1,s>>=-nBits,nBits+=eLen;nBits>0;e=e*256+buffer[offset+i],i+=d,nBits-=8);for(m=e&(1<<-nBits)-1,e>>=-nBits,nBits+=mLen;nBits>0;m=m*256+buffer[offset+i],i+=d,nBits-=8);if(e===0)e=1-eBias;else{if(e===eMax)return m?NaN:(s?-1:1)*(1/0);m=m+Math.pow(2,mLen),e=e-eBias}return(s?-1:1)*m*Math.pow(2,e-mLen)};exports.write=function(buffer,value,offset,isLE,mLen,nBytes){var e,m,c,eLen=nBytes*8-mLen-1,eMax=(1<<eLen)-1,eBias=eMax>>1,rt=mLen===23?Math.pow(2,-24)-Math.pow(2,-77):0,i=isLE?0:nBytes-1,d=isLE?1:-1,s=value<0||value===0&&1/value<0?1:0;for(value=Math.abs(value),isNaN(value)||value===1/0?(m=isNaN(value)?1:0,e=eMax):(e=Math.floor(Math.log(value)/Math.LN2),value*(c=Math.pow(2,-e))<1&&(e--,c*=2),e+eBias>=1?value+=rt/c:value+=rt*Math.pow(2,1-eBias),value*c>=2&&(e++,c/=2),e+eBias>=eMax?(m=0,e=eMax):e+eBias>=1?(m=(value*c-1)*Math.pow(2,mLen),e=e+eBias):(m=value*Math.pow(2,eBias-1)*Math.pow(2,mLen),e=0));mLen>=8;buffer[offset+i]=m&255,i+=d,m/=256,mLen-=8);for(e=e<<mLen|m,eLen+=mLen;eLen>0;buffer[offset+i]=e&255,i+=d,e/=256,eLen-=8);buffer[offset+i-d]|=s*128}}});var require_buffer=__commonJS({"node_modules/node-stdlib-browser/node_modules/buffer/index.js"(exports){"use strict";init_define_process_env();init_shim();var base64=require_base64_js(),ieee754=require_ieee754(),customInspectSymbol=typeof Symbol=="function"&&typeof Symbol.for=="function"?Symbol.for("nodejs.util.inspect.custom"):null;exports.Buffer=Buffer3;exports.SlowBuffer=SlowBuffer;exports.INSPECT_MAX_BYTES=50;var K_MAX_LENGTH=2147483647;exports.kMaxLength=K_MAX_LENGTH;Buffer3.TYPED_ARRAY_SUPPORT=typedArraySupport();!Buffer3.TYPED_ARRAY_SUPPORT&&typeof console<"u"&&typeof console.error=="function"&&console.error("This browser lacks typed array (Uint8Array) support which is required by `buffer` v5.x. Use `buffer` v4.x if you require old browser support.");function typedArraySupport(){try{var arr=new Uint8Array(1),proto={foo:function(){return 42}};return Object.setPrototypeOf(proto,Uint8Array.prototype),Object.setPrototypeOf(arr,proto),arr.foo()===42}catch(e){return!1}}Object.defineProperty(Buffer3.prototype,"parent",{enumerable:!0,get:function(){if(Buffer3.isBuffer(this))return this.buffer}});Object.defineProperty(Buffer3.prototype,"offset",{enumerable:!0,get:function(){if(Buffer3.isBuffer(this))return this.byteOffset}});function createBuffer(length){if(length>K_MAX_LENGTH)throw new RangeError('The value "'+length+'" is invalid for option "size"');var buf=new Uint8Array(length);return Object.setPrototypeOf(buf,Buffer3.prototype),buf}function Buffer3(arg,encodingOrOffset,length){if(typeof arg=="number"){if(typeof encodingOrOffset=="string")throw new TypeError('The "string" argument must be of type string. Received type number');return allocUnsafe(arg)}return from(arg,encodingOrOffset,length)}Buffer3.poolSize=8192;function from(value,encodingOrOffset,length){if(typeof value=="string")return fromString(value,encodingOrOffset);if(ArrayBuffer.isView(value))return fromArrayView(value);if(value==null)throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof value);if(isInstance(value,ArrayBuffer)||value&&isInstance(value.buffer,ArrayBuffer)||typeof SharedArrayBuffer<"u"&&(isInstance(value,SharedArrayBuffer)||value&&isInstance(value.buffer,SharedArrayBuffer)))return fromArrayBuffer(value,encodingOrOffset,length);if(typeof value=="number")throw new TypeError('The "value" argument must not be of type number. Received type number');var valueOf=value.valueOf&&value.valueOf();if(valueOf!=null&&valueOf!==value)return Buffer3.from(valueOf,encodingOrOffset,length);var b=fromObject(value);if(b)return b;if(typeof Symbol<"u"&&Symbol.toPrimitive!=null&&typeof value[Symbol.toPrimitive]=="function")return Buffer3.from(value[Symbol.toPrimitive]("string"),encodingOrOffset,length);throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof value)}Buffer3.from=function(value,encodingOrOffset,length){return from(value,encodingOrOffset,length)};Object.setPrototypeOf(Buffer3.prototype,Uint8Array.prototype);Object.setPrototypeOf(Buffer3,Uint8Array);function assertSize(size){if(typeof size!="number")throw new TypeError('"size" argument must be of type number');if(size<0)throw new RangeError('The value "'+size+'" is invalid for option "size"')}function alloc(size,fill,encoding){return assertSize(size),size<=0?createBuffer(size):fill!==void 0?typeof encoding=="string"?createBuffer(size).fill(fill,encoding):createBuffer(size).fill(fill):createBuffer(size)}Buffer3.alloc=function(size,fill,encoding){return alloc(size,fill,encoding)};function allocUnsafe(size){return assertSize(size),createBuffer(size<0?0:checked(size)|0)}Buffer3.allocUnsafe=function(size){return allocUnsafe(size)};Buffer3.allocUnsafeSlow=function(size){return allocUnsafe(size)};function fromString(string,encoding){if((typeof encoding!="string"||encoding==="")&&(encoding="utf8"),!Buffer3.isEncoding(encoding))throw new TypeError("Unknown encoding: "+encoding);var length=byteLength(string,encoding)|0,buf=createBuffer(length),actual=buf.write(string,encoding);return actual!==length&&(buf=buf.slice(0,actual)),buf}function fromArrayLike(array){for(var length=array.length<0?0:checked(array.length)|0,buf=createBuffer(length),i=0;i<length;i+=1)buf[i]=array[i]&255;return buf}function fromArrayView(arrayView){if(isInstance(arrayView,Uint8Array)){var copy=new Uint8Array(arrayView);return fromArrayBuffer(copy.buffer,copy.byteOffset,copy.byteLength)}return fromArrayLike(arrayView)}function fromArrayBuffer(array,byteOffset,length){if(byteOffset<0||array.byteLength<byteOffset)throw new RangeError('"offset" is outside of buffer bounds');if(array.byteLength<byteOffset+(length||0))throw new RangeError('"length" is outside of buffer bounds');var buf;return byteOffset===void 0&&length===void 0?buf=new Uint8Array(array):length===void 0?buf=new Uint8Array(array,byteOffset):buf=new Uint8Array(array,byteOffset,length),Object.setPrototypeOf(buf,Buffer3.prototype),buf}function fromObject(obj){if(Buffer3.isBuffer(obj)){var len=checked(obj.length)|0,buf=createBuffer(len);return buf.length===0||obj.copy(buf,0,0,len),buf}if(obj.length!==void 0)return typeof obj.length!="number"||numberIsNaN(obj.length)?createBuffer(0):fromArrayLike(obj);if(obj.type==="Buffer"&&Array.isArray(obj.data))return fromArrayLike(obj.data)}function checked(length){if(length>=K_MAX_LENGTH)throw new RangeError("Attempt to allocate Buffer larger than maximum size: 0x"+K_MAX_LENGTH.toString(16)+" bytes");return length|0}function SlowBuffer(length){return+length!=length&&(length=0),Buffer3.alloc(+length)}Buffer3.isBuffer=function(b){return b!=null&&b._isBuffer===!0&&b!==Buffer3.prototype};Buffer3.compare=function(a,b){if(isInstance(a,Uint8Array)&&(a=Buffer3.from(a,a.offset,a.byteLength)),isInstance(b,Uint8Array)&&(b=Buffer3.from(b,b.offset,b.byteLength)),!Buffer3.isBuffer(a)||!Buffer3.isBuffer(b))throw new TypeError('The "buf1", "buf2" arguments must be one of type Buffer or Uint8Array');if(a===b)return 0;for(var x=a.length,y=b.length,i=0,len=Math.min(x,y);i<len;++i)if(a[i]!==b[i]){x=a[i],y=b[i];break}return x<y?-1:y<x?1:0};Buffer3.isEncoding=function(encoding){switch(String(encoding).toLowerCase()){case"hex":case"utf8":case"utf-8":case"ascii":case"latin1":case"binary":case"base64":case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return!0;default:return!1}};Buffer3.concat=function(list,length){if(!Array.isArray(list))throw new TypeError('"list" argument must be an Array of Buffers');if(list.length===0)return Buffer3.alloc(0);var i;if(length===void 0)for(length=0,i=0;i<list.length;++i)length+=list[i].length;var buffer=Buffer3.allocUnsafe(length),pos=0;for(i=0;i<list.length;++i){var buf=list[i];if(isInstance(buf,Uint8Array))pos+buf.length>buffer.length?Buffer3.from(buf).copy(buffer,pos):Uint8Array.prototype.set.call(buffer,buf,pos);else if(Buffer3.isBuffer(buf))buf.copy(buffer,pos);else throw new TypeError('"list" argument must be an Array of Buffers');pos+=buf.length}return buffer};function byteLength(string,encoding){if(Buffer3.isBuffer(string))return string.length;if(ArrayBuffer.isView(string)||isInstance(string,ArrayBuffer))return string.byteLength;if(typeof string!="string")throw new TypeError('The "string" argument must be one of type string, Buffer, or ArrayBuffer. Received type '+typeof string);var len=string.length,mustMatch=arguments.length>2&&arguments[2]===!0;if(!mustMatch&&len===0)return 0;for(var loweredCase=!1;;)switch(encoding){case"ascii":case"latin1":case"binary":return len;case"utf8":case"utf-8":return utf8ToBytes(string).length;case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return len*2;case"hex":return len>>>1;case"base64":return base64ToBytes(string).length;default:if(loweredCase)return mustMatch?-1:utf8ToBytes(string).length;encoding=(""+encoding).toLowerCase(),loweredCase=!0}}Buffer3.byteLength=byteLength;function slowToString(encoding,start,end){var loweredCase=!1;if((start===void 0||start<0)&&(start=0),start>this.length||((end===void 0||end>this.length)&&(end=this.length),end<=0)||(end>>>=0,start>>>=0,end<=start))return"";for(encoding||(encoding="utf8");;)switch(encoding){case"hex":return hexSlice(this,start,end);case"utf8":case"utf-8":return utf8Slice(this,start,end);case"ascii":return asciiSlice(this,start,end);case"latin1":case"binary":return latin1Slice(this,start,end);case"base64":return base64Slice(this,start,end);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return utf16leSlice(this,start,end);default:if(loweredCase)throw new TypeError("Unknown encoding: "+encoding);encoding=(encoding+"").toLowerCase(),loweredCase=!0}}Buffer3.prototype._isBuffer=!0;function swap(b,n,m){var i=b[n];b[n]=b[m],b[m]=i}Buffer3.prototype.swap16=function(){var len=this.length;if(len%2!==0)throw new RangeError("Buffer size must be a multiple of 16-bits");for(var i=0;i<len;i+=2)swap(this,i,i+1);return this};Buffer3.prototype.swap32=function(){var len=this.length;if(len%4!==0)throw new RangeError("Buffer size must be a multiple of 32-bits");for(var i=0;i<len;i+=4)swap(this,i,i+3),swap(this,i+1,i+2);return this};Buffer3.prototype.swap64=function(){var len=this.length;if(len%8!==0)throw new RangeError("Buffer size must be a multiple of 64-bits");for(var i=0;i<len;i+=8)swap(this,i,i+7),swap(this,i+1,i+6),swap(this,i+2,i+5),swap(this,i+3,i+4);return this};Buffer3.prototype.toString=function(){var length=this.length;return length===0?"":arguments.length===0?utf8Slice(this,0,length):slowToString.apply(this,arguments)};Buffer3.prototype.toLocaleString=Buffer3.prototype.toString;Buffer3.prototype.equals=function(b){if(!Buffer3.isBuffer(b))throw new TypeError("Argument must be a Buffer");return this===b?!0:Buffer3.compare(this,b)===0};Buffer3.prototype.inspect=function(){var str="",max=exports.INSPECT_MAX_BYTES;return str=this.toString("hex",0,max).replace(/(.{2})/g,"$1 ").trim(),this.length>max&&(str+=" ... "),"<Buffer "+str+">"};customInspectSymbol&&(Buffer3.prototype[customInspectSymbol]=Buffer3.prototype.inspect);Buffer3.prototype.compare=function(target,start,end,thisStart,thisEnd){if(isInstance(target,Uint8Array)&&(target=Buffer3.from(target,target.offset,target.byteLength)),!Buffer3.isBuffer(target))throw new TypeError('The "target" argument must be one of type Buffer or Uint8Array. Received type '+typeof target);if(start===void 0&&(start=0),end===void 0&&(end=target?target.length:0),thisStart===void 0&&(thisStart=0),thisEnd===void 0&&(thisEnd=this.length),start<0||end>target.length||thisStart<0||thisEnd>this.length)throw new RangeError("out of range index");if(thisStart>=thisEnd&&start>=end)return 0;if(thisStart>=thisEnd)return-1;if(start>=end)return 1;if(start>>>=0,end>>>=0,thisStart>>>=0,thisEnd>>>=0,this===target)return 0;for(var x=thisEnd-thisStart,y=end-start,len=Math.min(x,y),thisCopy=this.slice(thisStart,thisEnd),targetCopy=target.slice(start,end),i=0;i<len;++i)if(thisCopy[i]!==targetCopy[i]){x=thisCopy[i],y=targetCopy[i];break}return x<y?-1:y<x?1:0};function bidirectionalIndexOf(buffer,val,byteOffset,encoding,dir){if(buffer.length===0)return-1;if(typeof byteOffset=="string"?(encoding=byteOffset,byteOffset=0):byteOffset>2147483647?byteOffset=2147483647:byteOffset<-2147483648&&(byteOffset=-2147483648),byteOffset=+byteOffset,numberIsNaN(byteOffset)&&(byteOffset=dir?0:buffer.length-1),byteOffset<0&&(byteOffset=buffer.length+byteOffset),byteOffset>=buffer.length){if(dir)return-1;byteOffset=buffer.length-1}else if(byteOffset<0)if(dir)byteOffset=0;else return-1;if(typeof val=="string"&&(val=Buffer3.from(val,encoding)),Buffer3.isBuffer(val))return val.length===0?-1:arrayIndexOf(buffer,val,byteOffset,encoding,dir);if(typeof val=="number")return val=val&255,typeof Uint8Array.prototype.indexOf=="function"?dir?Uint8Array.prototype.indexOf.call(buffer,val,byteOffset):Uint8Array.prototype.lastIndexOf.call(buffer,val,byteOffset):arrayIndexOf(buffer,[val],byteOffset,encoding,dir);throw new TypeError("val must be string, number or Buffer")}function arrayIndexOf(arr,val,byteOffset,encoding,dir){var indexSize=1,arrLength=arr.length,valLength=val.length;if(encoding!==void 0&&(encoding=String(encoding).toLowerCase(),encoding==="ucs2"||encoding==="ucs-2"||encoding==="utf16le"||encoding==="utf-16le")){if(arr.length<2||val.length<2)return-1;indexSize=2,arrLength/=2,valLength/=2,byteOffset/=2}function read(buf,i2){return indexSize===1?buf[i2]:buf.readUInt16BE(i2*indexSize)}var i;if(dir){var foundIndex=-1;for(i=byteOffset;i<arrLength;i++)if(read(arr,i)===read(val,foundIndex===-1?0:i-foundIndex)){if(foundIndex===-1&&(foundIndex=i),i-foundIndex+1===valLength)return foundIndex*indexSize}else foundIndex!==-1&&(i-=i-foundIndex),foundIndex=-1}else for(byteOffset+valLength>arrLength&&(byteOffset=arrLength-valLength),i=byteOffset;i>=0;i--){for(var found=!0,j=0;j<valLength;j++)if(read(arr,i+j)!==read(val,j)){found=!1;break}if(found)return i}return-1}Buffer3.prototype.includes=function(val,byteOffset,encoding){return this.indexOf(val,byteOffset,encoding)!==-1};Buffer3.prototype.indexOf=function(val,byteOffset,encoding){return bidirectionalIndexOf(this,val,byteOffset,encoding,!0)};Buffer3.prototype.lastIndexOf=function(val,byteOffset,encoding){return bidirectionalIndexOf(this,val,byteOffset,encoding,!1)};function hexWrite(buf,string,offset,length){offset=Number(offset)||0;var remaining=buf.length-offset;length?(length=Number(length),length>remaining&&(length=remaining)):length=remaining;var strLen=string.length;length>strLen/2&&(length=strLen/2);for(var i=0;i<length;++i){var parsed=parseInt(string.substr(i*2,2),16);if(numberIsNaN(parsed))return i;buf[offset+i]=parsed}return i}function utf8Write(buf,string,offset,length){return blitBuffer(utf8ToBytes(string,buf.length-offset),buf,offset,length)}function asciiWrite(buf,string,offset,length){return blitBuffer(asciiToBytes(string),buf,offset,length)}function base64Write(buf,string,offset,length){return blitBuffer(base64ToBytes(string),buf,offset,length)}function ucs2Write(buf,string,offset,length){return blitBuffer(utf16leToBytes(string,buf.length-offset),buf,offset,length)}Buffer3.prototype.write=function(string,offset,length,encoding){if(offset===void 0)encoding="utf8",length=this.length,offset=0;else if(length===void 0&&typeof offset=="string")encoding=offset,length=this.length,offset=0;else if(isFinite(offset))offset=offset>>>0,isFinite(length)?(length=length>>>0,encoding===void 0&&(encoding="utf8")):(encoding=length,length=void 0);else throw new Error("Buffer.write(string, encoding, offset[, length]) is no longer supported");var remaining=this.length-offset;if((length===void 0||length>remaining)&&(length=remaining),string.length>0&&(length<0||offset<0)||offset>this.length)throw new RangeError("Attempt to write outside buffer bounds");encoding||(encoding="utf8");for(var loweredCase=!1;;)switch(encoding){case"hex":return hexWrite(this,string,offset,length);case"utf8":case"utf-8":return utf8Write(this,string,offset,length);case"ascii":case"latin1":case"binary":return asciiWrite(this,string,offset,length);case"base64":return base64Write(this,string,offset,length);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return ucs2Write(this,string,offset,length);default:if(loweredCase)throw new TypeError("Unknown encoding: "+encoding);encoding=(""+encoding).toLowerCase(),loweredCase=!0}};Buffer3.prototype.toJSON=function(){return{type:"Buffer",data:Array.prototype.slice.call(this._arr||this,0)}};function base64Slice(buf,start,end){return start===0&&end===buf.length?base64.fromByteArray(buf):base64.fromByteArray(buf.slice(start,end))}function utf8Slice(buf,start,end){end=Math.min(buf.length,end);for(var res=[],i=start;i<end;){var firstByte=buf[i],codePoint=null,bytesPerSequence=firstByte>239?4:firstByte>223?3:firstByte>191?2:1;if(i+bytesPerSequence<=end){var secondByte,thirdByte,fourthByte,tempCodePoint;switch(bytesPerSequence){case 1:firstByte<128&&(codePoint=firstByte);break;case 2:secondByte=buf[i+1],(secondByte&192)===128&&(tempCodePoint=(firstByte&31)<<6|secondByte&63,tempCodePoint>127&&(codePoint=tempCodePoint));break;case 3:secondByte=buf[i+1],thirdByte=buf[i+2],(secondByte&192)===128&&(thirdByte&192)===128&&(tempCodePoint=(firstByte&15)<<12|(secondByte&63)<<6|thirdByte&63,tempCodePoint>2047&&(tempCodePoint<55296||tempCodePoint>57343)&&(codePoint=tempCodePoint));break;case 4:secondByte=buf[i+1],thirdByte=buf[i+2],fourthByte=buf[i+3],(secondByte&192)===128&&(thirdByte&192)===128&&(fourthByte&192)===128&&(tempCodePoint=(firstByte&15)<<18|(secondByte&63)<<12|(thirdByte&63)<<6|fourthByte&63,tempCodePoint>65535&&tempCodePoint<1114112&&(codePoint=tempCodePoint))}}codePoint===null?(codePoint=65533,bytesPerSequence=1):codePoint>65535&&(codePoint-=65536,res.push(codePoint>>>10&1023|55296),codePoint=56320|codePoint&1023),res.push(codePoint),i+=bytesPerSequence}return decodeCodePointsArray(res)}var MAX_ARGUMENTS_LENGTH=4096;function decodeCodePointsArray(codePoints){var len=codePoints.length;if(len<=MAX_ARGUMENTS_LENGTH)return String.fromCharCode.apply(String,codePoints);for(var res="",i=0;i<len;)res+=String.fromCharCode.apply(String,codePoints.slice(i,i+=MAX_ARGUMENTS_LENGTH));return res}function asciiSlice(buf,start,end){var ret="";end=Math.min(buf.length,end);for(var i=start;i<end;++i)ret+=String.fromCharCode(buf[i]&127);return ret}function latin1Slice(buf,start,end){var ret="";end=Math.min(buf.length,end);for(var i=start;i<end;++i)ret+=String.fromCharCode(buf[i]);return ret}function hexSlice(buf,start,end){var len=buf.length;(!start||start<0)&&(start=0),(!end||end<0||end>len)&&(end=len);for(var out="",i=start;i<end;++i)out+=hexSliceLookupTable[buf[i]];return out}function utf16leSlice(buf,start,end){for(var bytes=buf.slice(start,end),res="",i=0;i<bytes.length-1;i+=2)res+=String.fromCharCode(bytes[i]+bytes[i+1]*256);return res}Buffer3.prototype.slice=function(start,end){var len=this.length;start=~~start,end=end===void 0?len:~~end,start<0?(start+=len,start<0&&(start=0)):start>len&&(start=len),end<0?(end+=len,end<0&&(end=0)):end>len&&(end=len),end<start&&(end=start);var newBuf=this.subarray(start,end);return Object.setPrototypeOf(newBuf,Buffer3.prototype),newBuf};function checkOffset(offset,ext,length){if(offset%1!==0||offset<0)throw new RangeError("offset is not uint");if(offset+ext>length)throw new RangeError("Trying to access beyond buffer length")}Buffer3.prototype.readUintLE=Buffer3.prototype.readUIntLE=function(offset,byteLength2,noAssert){offset=offset>>>0,byteLength2=byteLength2>>>0,noAssert||checkOffset(offset,byteLength2,this.length);for(var val=this[offset],mul=1,i=0;++i<byteLength2&&(mul*=256);)val+=this[offset+i]*mul;return val};Buffer3.prototype.readUintBE=Buffer3.prototype.readUIntBE=function(offset,byteLength2,noAssert){offset=offset>>>0,byteLength2=byteLength2>>>0,noAssert||checkOffset(offset,byteLength2,this.length);for(var val=this[offset+--byteLength2],mul=1;byteLength2>0&&(mul*=256);)val+=this[offset+--byteLength2]*mul;return val};Buffer3.prototype.readUint8=Buffer3.prototype.readUInt8=function(offset,noAssert){return offset=offset>>>0,noAssert||checkOffset(offset,1,this.length),this[offset]};Buffer3.prototype.readUint16LE=Buffer3.prototype.readUInt16LE=function(offset,noAssert){return offset=offset>>>0,noAssert||checkOffset(offset,2,this.length),this[offset]|this[offset+1]<<8};Buffer3.prototype.readUint16BE=Buffer3.prototype.readUInt16BE=function(offset,noAssert){return offset=offset>>>0,noAssert||checkOffset(offset,2,this.length),this[offset]<<8|this[offset+1]};Buffer3.prototype.readUint32LE=Buffer3.prototype.readUInt32LE=function(offset,noAssert){return offset=offset>>>0,noAssert||checkOffset(offset,4,this.length),(this[offset]|this[offset+1]<<8|this[offset+2]<<16)+this[offset+3]*16777216};Buffer3.prototype.readUint32BE=Buffer3.prototype.readUInt32BE=function(offset,noAssert){return offset=offset>>>0,noAssert||checkOffset(offset,4,this.length),this[offset]*16777216+(this[offset+1]<<16|this[offset+2]<<8|this[offset+3])};Buffer3.prototype.readIntLE=function(offset,byteLength2,noAssert){offset=offset>>>0,byteLength2=byteLength2>>>0,noAssert||checkOffset(offset,byteLength2,this.length);for(var val=this[offset],mul=1,i=0;++i<byteLength2&&(mul*=256);)val+=this[offset+i]*mul;return mul*=128,val>=mul&&(val-=Math.pow(2,8*byteLength2)),val};Buffer3.prototype.readIntBE=function(offset,byteLength2,noAssert){offset=offset>>>0,byteLength2=byteLength2>>>0,noAssert||checkOffset(offset,byteLength2,this.length);for(var i=byteLength2,mul=1,val=this[offset+--i];i>0&&(mul*=256);)val+=this[offset+--i]*mul;return mul*=128,val>=mul&&(val-=Math.pow(2,8*byteLength2)),val};Buffer3.prototype.readInt8=function(offset,noAssert){return offset=offset>>>0,noAssert||checkOffset(offset,1,this.length),this[offset]&128?(255-this[offset]+1)*-1:this[offset]};Buffer3.prototype.readInt16LE=function(offset,noAssert){offset=offset>>>0,noAssert||checkOffset(offset,2,this.length);var val=this[offset]|this[offset+1]<<8;return val&32768?val|4294901760:val};Buffer3.prototype.readInt16BE=function(offset,noAssert){offset=offset>>>0,noAssert||checkOffset(offset,2,this.length);var val=this[offset+1]|this[offset]<<8;return val&32768?val|4294901760:val};Buffer3.prototype.readInt32LE=function(offset,noAssert){return offset=offset>>>0,noAssert||checkOffset(offset,4,this.length),this[offset]|this[offset+1]<<8|this[offset+2]<<16|this[offset+3]<<24};Buffer3.prototype.readInt32BE=function(offset,noAssert){return offset=offset>>>0,noAssert||checkOffset(offset,4,this.length),this[offset]<<24|this[offset+1]<<16|this[offset+2]<<8|this[offset+3]};Buffer3.prototype.readFloatLE=function(offset,noAssert){return offset=offset>>>0,noAssert||checkOffset(offset,4,this.length),ieee754.read(this,offset,!0,23,4)};Buffer3.prototype.readFloatBE=function(offset,noAssert){return offset=offset>>>0,noAssert||checkOffset(offset,4,this.length),ieee754.read(this,offset,!1,23,4)};Buffer3.prototype.readDoubleLE=function(offset,noAssert){return offset=offset>>>0,noAssert||checkOffset(offset,8,this.length),ieee754.read(this,offset,!0,52,8)};Buffer3.prototype.readDoubleBE=function(offset,noAssert){return offset=offset>>>0,noAssert||checkOffset(offset,8,this.length),ieee754.read(this,offset,!1,52,8)};function checkInt(buf,value,offset,ext,max,min){if(!Buffer3.isBuffer(buf))throw new TypeError('"buffer" argument must be a Buffer instance');if(value>max||value<min)throw new RangeError('"value" argument is out of bounds');if(offset+ext>buf.length)throw new RangeError("Index out of range")}Buffer3.prototype.writeUintLE=Buffer3.prototype.writeUIntLE=function(value,offset,byteLength2,noAssert){if(value=+value,offset=offset>>>0,byteLength2=byteLength2>>>0,!noAssert){var maxBytes=Math.pow(2,8*byteLength2)-1;checkInt(this,value,offset,byteLength2,maxBytes,0)}var mul=1,i=0;for(this[offset]=value&255;++i<byteLength2&&(mul*=256);)this[offset+i]=value/mul&255;return offset+byteLength2};Buffer3.prototype.writeUintBE=Buffer3.prototype.writeUIntBE=function(value,offset,byteLength2,noAssert){if(value=+value,offset=offset>>>0,byteLength2=byteLength2>>>0,!noAssert){var maxBytes=Math.pow(2,8*byteLength2)-1;checkInt(this,value,offset,byteLength2,maxBytes,0)}var i=byteLength2-1,mul=1;for(this[offset+i]=value&255;--i>=0&&(mul*=256);)this[offset+i]=value/mul&255;return offset+byteLength2};Buffer3.prototype.writeUint8=Buffer3.prototype.writeUInt8=function(value,offset,noAssert){return value=+value,offset=offset>>>0,noAssert||checkInt(this,value,offset,1,255,0),this[offset]=value&255,offset+1};Buffer3.prototype.writeUint16LE=Buffer3.prototype.writeUInt16LE=function(value,offset,noAssert){return value=+value,offset=offset>>>0,noAssert||checkInt(this,value,offset,2,65535,0),this[offset]=value&255,this[offset+1]=value>>>8,offset+2};Buffer3.prototype.writeUint16BE=Buffer3.prototype.writeUInt16BE=function(value,offset,noAssert){return value=+value,offset=offset>>>0,noAssert||checkInt(this,value,offset,2,65535,0),this[offset]=value>>>8,this[offset+1]=value&255,offset+2};Buffer3.prototype.writeUint32LE=Buffer3.prototype.writeUInt32LE=function(value,offset,noAssert){return value=+value,offset=offset>>>0,noAssert||checkInt(this,value,offset,4,4294967295,0),this[offset+3]=value>>>24,this[offset+2]=value>>>16,this[offset+1]=value>>>8,this[offset]=value&255,offset+4};Buffer3.prototype.writeUint32BE=Buffer3.prototype.writeUInt32BE=function(value,offset,noAssert){return value=+value,offset=offset>>>0,noAssert||checkInt(this,value,offset,4,4294967295,0),this[offset]=value>>>24,this[offset+1]=value>>>16,this[offset+2]=value>>>8,this[offset+3]=value&255,offset+4};Buffer3.prototype.writeIntLE=function(value,offset,byteLength2,noAssert){if(value=+value,offset=offset>>>0,!noAssert){var limit=Math.pow(2,8*byteLength2-1);checkInt(this,value,offset,byteLength2,limit-1,-limit)}var i=0,mul=1,sub=0;for(this[offset]=value&255;++i<byteLength2&&(mul*=256);)value<0&&sub===0&&this[offset+i-1]!==0&&(sub=1),this[offset+i]=(value/mul>>0)-sub&255;return offset+byteLength2};Buffer3.prototype.writeIntBE=function(value,offset,byteLength2,noAssert){if(value=+value,offset=offset>>>0,!noAssert){var limit=Math.pow(2,8*byteLength2-1);checkInt(this,value,offset,byteLength2,limit-1,-limit)}var i=byteLength2-1,mul=1,sub=0;for(this[offset+i]=value&255;--i>=0&&(mul*=256);)value<0&&sub===0&&this[offset+i+1]!==0&&(sub=1),this[offset+i]=(value/mul>>0)-sub&255;return offset+byteLength2};Buffer3.prototype.writeInt8=function(value,offset,noAssert){return value=+value,offset=offset>>>0,noAssert||checkInt(this,value,offset,1,127,-128),value<0&&(value=255+value+1),this[offset]=value&255,offset+1};Buffer3.prototype.writeInt16LE=function(value,offset,noAssert){return value=+value,offset=offset>>>0,noAssert||checkInt(this,value,offset,2,32767,-32768),this[offset]=value&255,this[offset+1]=value>>>8,offset+2};Buffer3.prototype.writeInt16BE=function(value,offset,noAssert){return value=+value,offset=offset>>>0,noAssert||checkInt(this,value,offset,2,32767,-32768),this[offset]=value>>>8,this[offset+1]=value&255,offset+2};Buffer3.prototype.writeInt32LE=function(value,offset,noAssert){return value=+value,offset=offset>>>0,noAssert||checkInt(this,value,offset,4,2147483647,-2147483648),this[offset]=value&255,this[offset+1]=value>>>8,this[offset+2]=value>>>16,this[offset+3]=value>>>24,offset+4};Buffer3.prototype.writeInt32BE=function(value,offset,noAssert){return value=+value,offset=offset>>>0,noAssert||checkInt(this,value,offset,4,2147483647,-2147483648),value<0&&(value=4294967295+value+1),this[offset]=value>>>24,this[offset+1]=value>>>16,this[offset+2]=value>>>8,this[offset+3]=value&255,offset+4};function checkIEEE754(buf,value,offset,ext,max,min){if(offset+ext>buf.length)throw new RangeError("Index out of range");if(offset<0)throw new RangeError("Index out of range")}function writeFloat(buf,value,offset,littleEndian,noAssert){return value=+value,offset=offset>>>0,noAssert||checkIEEE754(buf,value,offset,4,34028234663852886e22,-34028234663852886e22),ieee754.write(buf,value,offset,littleEndian,23,4),offset+4}Buffer3.prototype.writeFloatLE=function(value,offset,noAssert){return writeFloat(this,value,offset,!0,noAssert)};Buffer3.prototype.writeFloatBE=function(value,offset,noAssert){return writeFloat(this,value,offset,!1,noAssert)};function writeDouble(buf,value,offset,littleEndian,noAssert){return value=+value,offset=offset>>>0,noAssert||checkIEEE754(buf,value,offset,8,17976931348623157e292,-17976931348623157e292),ieee754.write(buf,value,offset,littleEndian,52,8),offset+8}Buffer3.prototype.writeDoubleLE=function(value,offset,noAssert){return writeDouble(this,value,offset,!0,noAssert)};Buffer3.prototype.writeDoubleBE=function(value,offset,noAssert){return writeDouble(this,value,offset,!1,noAssert)};Buffer3.prototype.copy=function(target,targetStart,start,end){if(!Buffer3.isBuffer(target))throw new TypeError("argument should be a Buffer");if(start||(start=0),!end&&end!==0&&(end=this.length),targetStart>=target.length&&(targetStart=target.length),targetStart||(targetStart=0),end>0&&end<start&&(end=start),end===start||target.length===0||this.length===0)return 0;if(targetStart<0)throw new RangeError("targetStart out of bounds");if(start<0||start>=this.length)throw new RangeError("Index out of range");if(end<0)throw new RangeError("sourceEnd out of bounds");end>this.length&&(end=this.length),target.length-targetStart<end-start&&(end=target.length-targetStart+start);var len=end-start;return this===target&&typeof Uint8Array.prototype.copyWithin=="function"?this.copyWithin(targetStart,start,end):Uint8Array.prototype.set.call(target,this.subarray(start,end),targetStart),len};Buffer3.prototype.fill=function(val,start,end,encoding){if(typeof val=="string"){if(typeof start=="string"?(encoding=start,start=0,end=this.length):typeof end=="string"&&(encoding=end,end=this.length),encoding!==void 0&&typeof encoding!="string")throw new TypeError("encoding must be a string");if(typeof encoding=="string"&&!Buffer3.isEncoding(encoding))throw new TypeError("Unknown encoding: "+encoding);if(val.length===1){var code=val.charCodeAt(0);(encoding==="utf8"&&code<128||encoding==="latin1")&&(val=code)}}else typeof val=="number"?val=val&255:typeof val=="boolean"&&(val=Number(val));if(start<0||this.length<start||this.length<end)throw new RangeError("Out of range index");if(end<=start)return this;start=start>>>0,end=end===void 0?this.length:end>>>0,val||(val=0);var i;if(typeof val=="number")for(i=start;i<end;++i)this[i]=val;else{var bytes=Buffer3.isBuffer(val)?val:Buffer3.from(val,encoding),len=bytes.length;if(len===0)throw new TypeError('The value "'+val+'" is invalid for argument "value"');for(i=0;i<end-start;++i)this[i+start]=bytes[i%len]}return this};var INVALID_BASE64_RE=/[^+/0-9A-Za-z-_]/g;function base64clean(str){if(str=str.split("=")[0],str=str.trim().replace(INVALID_BASE64_RE,""),str.length<2)return"";for(;str.length%4!==0;)str=str+"=";return str}function utf8ToBytes(string,units){units=units||1/0;for(var codePoint,length=string.length,leadSurrogate=null,bytes=[],i=0;i<length;++i){if(codePoint=string.charCodeAt(i),codePoint>55295&&codePoint<57344){if(!leadSurrogate){if(codePoint>56319){(units-=3)>-1&&bytes.push(239,191,189);continue}else if(i+1===length){(units-=3)>-1&&bytes.push(239,191,189);continue}leadSurrogate=codePoint;continue}if(codePoint<56320){(units-=3)>-1&&bytes.push(239,191,189),leadSurrogate=codePoint;continue}codePoint=(leadSurrogate-55296<<10|codePoint-56320)+65536}else leadSurrogate&&(units-=3)>-1&&bytes.push(239,191,189);if(leadSurrogate=null,codePoint<128){if((units-=1)<0)break;bytes.push(codePoint)}else if(codePoint<2048){if((units-=2)<0)break;bytes.push(codePoint>>6|192,codePoint&63|128)}else if(codePoint<65536){if((units-=3)<0)break;bytes.push(codePoint>>12|224,codePoint>>6&63|128,codePoint&63|128)}else if(codePoint<1114112){if((units-=4)<0)break;bytes.push(codePoint>>18|240,codePoint>>12&63|128,codePoint>>6&63|128,codePoint&63|128)}else throw new Error("Invalid code point")}return bytes}function asciiToBytes(str){for(var byteArray=[],i=0;i<str.length;++i)byteArray.push(str.charCodeAt(i)&255);return byteArray}function utf16leToBytes(str,units){for(var c,hi,lo,byteArray=[],i=0;i<str.length&&!((units-=2)<0);++i)c=str.charCodeAt(i),hi=c>>8,lo=c%256,byteArray.push(lo),byteArray.push(hi);return byteArray}function base64ToBytes(str){return base64.toByteArray(base64clean(str))}function blitBuffer(src,dst,offset,length){for(var i=0;i<length&&!(i+offset>=dst.length||i>=src.length);++i)dst[i+offset]=src[i];return i}function isInstance(obj,type){return obj instanceof type||obj!=null&&obj.constructor!=null&&obj.constructor.name!=null&&obj.constructor.name===type.name}function numberIsNaN(obj){return obj!==obj}var hexSliceLookupTable=function(){for(var alphabet="0123456789abcdef",table=new Array(256),i=0;i<16;++i)for(var i16=i*16,j=0;j<16;++j)table[i16+j]=alphabet[i]+alphabet[j];return table}()}});var require_browser=__commonJS({"node_modules/process/browser.js"(exports,module){init_define_process_env();init_shim();var process2=module.exports={},cachedSetTimeout,cachedClearTimeout;function defaultSetTimout(){throw new Error("setTimeout has not been defined")}function defaultClearTimeout(){throw new Error("clearTimeout has not been defined")}(function(){try{typeof setTimeout=="function"?cachedSetTimeout=setTimeout:cachedSetTimeout=defaultSetTimout}catch(e){cachedSetTimeout=defaultSetTimout}try{typeof clearTimeout=="function"?cachedClearTimeout=clearTimeout:cachedClearTimeout=defaultClearTimeout}catch(e){cachedClearTimeout=defaultClearTimeout}})();function runTimeout(fun){if(cachedSetTimeout===setTimeout)return setTimeout(fun,0);if((cachedSetTimeout===defaultSetTimout||!cachedSetTimeout)&&setTimeout)return cachedSetTimeout=setTimeout,setTimeout(fun,0);try{return cachedSetTimeout(fun,0)}catch(e){try{return cachedSetTimeout.call(null,fun,0)}catch(e2){return cachedSetTimeout.call(this,fun,0)}}}function runClearTimeout(marker){if(cachedClearTimeout===clearTimeout)return clearTimeout(marker);if((cachedClearTimeout===defaultClearTimeout||!cachedClearTimeout)&&clearTimeout)return cachedClearTimeout=clearTimeout,clearTimeout(marker);try{return cachedClearTimeout(marker)}catch(e){try{return cachedClearTimeout.call(null,marker)}catch(e2){return cachedClearTimeout.call(this,marker)}}}var queue=[],draining=!1,currentQueue,queueIndex=-1;function cleanUpNextTick(){!draining||!currentQueue||(draining=!1,currentQueue.length?queue=currentQueue.concat(queue):queueIndex=-1,queue.length&&drainQueue())}function drainQueue(){if(!draining){var timeout=runTimeout(cleanUpNextTick);draining=!0;for(var len=queue.length;len;){for(currentQueue=queue,queue=[];++queueIndex<len;)currentQueue&&currentQueue[queueIndex].run();queueIndex=-1,len=queue.length}currentQueue=null,draining=!1,runClearTimeout(timeout)}}process2.nextTick=function(fun){var args=new Array(arguments.length-1);if(arguments.length>1)for(var i=1;i<arguments.length;i++)args[i-1]=arguments[i];queue.push(new Item(fun,args)),queue.length===1&&!draining&&runTimeout(drainQueue)};function Item(fun,array){this.fun=fun,this.array=array}Item.prototype.run=function(){this.fun.apply(null,this.array)};process2.title="browser";process2.browser=!0;process2.env={};process2.argv=[];process2.version="";process2.versions={};function noop(){}process2.on=noop;process2.addListener=noop;process2.once=noop;process2.off=noop;process2.removeListener=noop;process2.removeAllListeners=noop;process2.emit=noop;process2.prependListener=noop;process2.prependOnceListener=noop;process2.listeners=function(name){return[]};process2.binding=function(name){throw new Error("process.binding is not supported")};process2.cwd=function(){return"/"};process2.chdir=function(dir){throw new Error("process.chdir is not supported")};process2.umask=function(){return 0}}});var import_buffer,import_process,_globalThis,init_shim=__esm({"node_modules/node-stdlib-browser/helpers/esbuild/shim.js"(){import_buffer=__toESM(require_buffer()),import_process=__toESM(require_browser()),_globalThis=function(Object2){function get(){var _global3=this||self;return delete Object2.prototype.__magic__,_global3}if(typeof globalThis=="object")return globalThis;if(this)return get();Object2.defineProperty(Object2.prototype,"__magic__",{configurable:!0,get});var _global2=__magic__;return _global2}(Object)}});var require_global=__commonJS({"node_modules/core-js/internals/global.js"(exports,module){"use strict";init_define_process_env();init_shim();var check=function(it){return it&&it.Math===Math&&it};module.exports=check(typeof globalThis=="object"&&globalThis)||check(typeof window=="object"&&window)||check(typeof self=="object"&&self)||check(typeof window=="object"&&window)||check(typeof exports=="object"&&exports)||function(){return this}()||Function("return this")()}});var require_fails=__commonJS({"node_modules/core-js/internals/fails.js"(exports,module){"use strict";init_define_process_env();init_shim();module.exports=function(exec){try{return!!exec()}catch(error){return!0}}}});var require_descriptors=__commonJS({"node_modules/core-js/internals/descriptors.js"(exports,module){"use strict";init_define_process_env();init_shim();var fails=require_fails();module.exports=!fails(function(){return Object.defineProperty({},1,{get:function(){return 7}})[1]!==7})}});var require_function_bind_native=__commonJS({"node_modules/core-js/internals/function-bind-native.js"(exports,module){"use strict";init_define_process_env();init_shim();var fails=require_fails();module.exports=!fails(function(){var test=(function(){}).bind();return typeof test!="function"||test.hasOwnProperty("prototype")})}});var require_function_call=__commonJS({"node_modules/core-js/internals/function-call.js"(exports,module){"use strict";init_define_process_env();init_shim();var NATIVE_BIND=require_function_bind_native(),call=Function.prototype.call;module.exports=NATIVE_BIND?call.bind(call):function(){return call.apply(call,arguments)}}});var require_object_property_is_enumerable=__commonJS({"node_modules/core-js/internals/object-property-is-enumerable.js"(exports){"use strict";init_define_process_env();init_shim();var $propertyIsEnumerable={}.propertyIsEnumerable,getOwnPropertyDescriptor=Object.getOwnPropertyDescriptor,NASHORN_BUG=getOwnPropertyDescriptor&&!$propertyIsEnumerable.call({1:2},1);exports.f=NASHORN_BUG?function(V){var descriptor=getOwnPropertyDescriptor(this,V);return!!descriptor&&descriptor.enumerable}:$propertyIsEnumerable}});var require_create_property_descriptor=__commonJS({"node_modules/core-js/internals/create-property-descriptor.js"(exports,module){"use strict";init_define_process_env();init_shim();module.exports=function(bitmap,value){return{enumerable:!(bitmap&1),configurable:!(bitmap&2),writable:!(bitmap&4),value}}}});var require_function_uncurry_this=__commonJS({"node_modules/core-js/internals/function-uncurry-this.js"(exports,module){"use strict";init_define_process_env();init_shim();var NATIVE_BIND=require_function_bind_native(),FunctionPrototype=Function.prototype,call=FunctionPrototype.call,uncurryThisWithBind=NATIVE_BIND&&FunctionPrototype.bind.bind(call,call);module.exports=NATIVE_BIND?uncurryThisWithBind:function(fn){return function(){return call.apply(fn,arguments)}}}});var require_classof_raw=__commonJS({"node_modules/core-js/internals/classof-raw.js"(exports,module){"use strict";init_define_process_env();init_shim();var uncurryThis=require_function_uncurry_this(),toString=uncurryThis({}.toString),stringSlice=uncurryThis("".slice);module.exports=function(it){return stringSlice(toString(it),8,-1)}}});var require_indexed_object=__commonJS({"node_modules/core-js/internals/indexed-object.js"(exports,module){"use strict";init_define_process_env();init_shim();var uncurryThis=require_function_uncurry_this(),fails=require_fails(),classof=require_classof_raw(),$Object=Object,split=uncurryThis("".split);module.exports=fails(function(){return!$Object("z").propertyIsEnumerable(0)})?function(it){return classof(it)==="String"?split(it,""):$Object(it)}:$Object}});var require_is_null_or_undefined=__commonJS({"node_modules/core-js/internals/is-null-or-undefined.js"(exports,module){"use strict";init_define_process_env();init_shim();module.exports=function(it){return it==null}}});var require_require_object_coercible=__commonJS({"node_modules/core-js/internals/require-object-coercible.js"(exports,module){"use strict";init_define_process_env();init_shim();var isNullOrUndefined=require_is_null_or_undefined(),$TypeError=TypeError;module.exports=function(it){if(isNullOrUndefined(it))throw new $TypeError("Can't call method on "+it);return it}}});var require_to_indexed_object=__commonJS({"node_modules/core-js/internals/to-indexed-object.js"(exports,module){"use strict";init_define_process_env();init_shim();var IndexedObject=require_indexed_object(),requireObjectCoercible=require_require_object_coercible();module.exports=function(it){return IndexedObject(requireObjectCoercible(it))}}});var require_is_callable=__commonJS({"node_modules/core-js/internals/is-callable.js"(exports,module){"use strict";init_define_process_env();init_shim();var documentAll=typeof document=="object"&&document.all;module.exports=typeof documentAll>"u"&&documentAll!==void 0?function(argument){return typeof argument=="function"||argument===documentAll}:function(argument){return typeof argument=="function"}}});var require_is_object=__commonJS({"node_modules/core-js/internals/is-object.js"(exports,module){"use strict";init_define_process_env();init_shim();var isCallable=require_is_callable();module.exports=function(it){return typeof it=="object"?it!==null:isCallable(it)}}});var require_get_built_in=__commonJS({"node_modules/core-js/internals/get-built-in.js"(exports,module){"use strict";init_define_process_env();init_shim();var global=require_global(),isCallable=require_is_callable(),aFunction=function(argument){return isCallable(argument)?argument:void 0};module.exports=function(namespace,method){return arguments.length<2?aFunction(global[namespace]):global[namespace]&&global[namespace][method]}}});var require_object_is_prototype_of=__commonJS({"node_modules/core-js/internals/object-is-prototype-of.js"(exports,module){"use strict";init_define_process_env();init_shim();var uncurryThis=require_function_uncurry_this();module.exports=uncurryThis({}.isPrototypeOf)}});var require_engine_user_agent=__commonJS({"node_modules/core-js/internals/engine-user-agent.js"(exports,module){"use strict";init_define_process_env();init_shim();module.exports=typeof navigator<"u"&&String(navigator.userAgent)||""}});var require_engine_v8_version=__commonJS({"node_modules/core-js/internals/engine-v8-version.js"(exports,module){"use strict";init_define_process_env();init_shim();var global=require_global(),userAgent=require_engine_user_agent(),process2=global.process,Deno=global.Deno,versions=process2&&process2.versions||Deno&&Deno.version,v8=versions&&versions.v8,match,version;v8&&(match=v8.split("."),version=match[0]>0&&match[0]<4?1:+(match[0]+match[1]));!version&&userAgent&&(match=userAgent.match(/Edge\/(\d+)/),(!match||match[1]>=74)&&(match=userAgent.match(/Chrome\/(\d+)/),match&&(version=+match[1])));module.exports=version}});var require_symbol_constructor_detection=__commonJS({"node_modules/core-js/internals/symbol-constructor-detection.js"(exports,module){"use strict";init_define_process_env();init_shim();var V8_VERSION=require_engine_v8_version(),fails=require_fails(),global=require_global(),$String=global.String;module.exports=!!Object.getOwnPropertySymbols&&!fails(function(){var symbol=Symbol("symbol detection");return!$String(symbol)||!(Object(symbol)instanceof Symbol)||!Symbol.sham&&V8_VERSION&&V8_VERSION<41})}});var require_use_symbol_as_uid=__commonJS({"node_modules/core-js/internals/use-symbol-as-uid.js"(exports,module){"use strict";init_define_process_env();init_shim();var NATIVE_SYMBOL=require_symbol_constructor_detection();module.exports=NATIVE_SYMBOL&&!Symbol.sham&&typeof Symbol.iterator=="symbol"}});var require_is_symbol=__commonJS({"node_modules/core-js/internals/is-symbol.js"(exports,module){"use strict";init_define_process_env();init_shim();var getBuiltIn=require_get_built_in(),isCallable=require_is_callable(),isPrototypeOf=require_object_is_prototype_of(),USE_SYMBOL_AS_UID=require_use_symbol_as_uid(),$Object=Object;module.exports=USE_SYMBOL_AS_UID?function(it){return typeof it=="symbol"}:function(it){var $Symbol=getBuiltIn("Symbol");return isCallable($Symbol)&&isPrototypeOf($Symbol.prototype,$Object(it))}}});var require_try_to_string=__commonJS({"node_modules/core-js/internals/try-to-string.js"(exports,module){"use strict";init_define_process_env();init_shim();var $String=String;module.exports=function(argument){try{return $String(argument)}catch(error){return"Object"}}}});var require_a_callable=__commonJS({"node_modules/core-js/internals/a-callable.js"(exports,module){"use strict";init_define_process_env();init_shim();var isCallable=require_is_callable(),tryToString=require_try_to_string(),$TypeError=TypeError;module.exports=function(argument){if(isCallable(argument))return argument;throw new $TypeError(tryToString(argument)+" is not a function")}}});var require_get_method=__commonJS({"node_modules/core-js/internals/get-method.js"(exports,module){"use strict";init_define_process_env();init_shim();var aCallable=require_a_callable(),isNullOrUndefined=require_is_null_or_undefined();module.exports=function(V,P){var func=V[P];return isNullOrUndefined(func)?void 0:aCallable(func)}}});var require_ordinary_to_primitive=__commonJS({"node_modules/core-js/internals/ordinary-to-primitive.js"(exports,module){"use strict";init_define_process_env();init_shim();var call=require_function_call(),isCallable=require_is_callable(),isObject=require_is_object(),$TypeError=TypeError;module.exports=function(input,pref){var fn,val;if(pref==="string"&&isCallable(fn=input.toString)&&!isObject(val=call(fn,input))||isCallable(fn=input.valueOf)&&!isObject(val=call(fn,input))||pref!=="string"&&isCallable(fn=input.toString)&&!isObject(val=call(fn,input)))return val;throw new $TypeError("Can't convert object to primitive value")}}});var require_is_pure=__commonJS({"node_modules/core-js/internals/is-pure.js"(exports,module){"use strict";init_define_process_env();init_shim();module.exports=!1}});var require_define_global_property=__commonJS({"node_modules/core-js/internals/define-global-property.js"(exports,module){"use strict";init_define_process_env();init_shim();var global=require_global(),defineProperty=Object.defineProperty;module.exports=function(key,value){try{defineProperty(global,key,{value,configurable:!0,writable:!0})}catch(error){global[key]=value}return value}}});var require_shared_store=__commonJS({"node_modules/core-js/internals/shared-store.js"(exports,module){"use strict";init_define_process_env();init_shim();var global=require_global(),defineGlobalProperty=require_define_global_property(),SHARED="__core-js_shared__",store=global[SHARED]||defineGlobalProperty(SHARED,{});module.exports=store}});var require_shared=__commonJS({"node_modules/core-js/internals/shared.js"(exports,module){"use strict";init_define_process_env();init_shim();var IS_PURE=require_is_pure(),store=require_shared_store();(module.exports=function(key,value){return store[key]||(store[key]=value!==void 0?value:{})})("versions",[]).push({version:"3.35.1",mode:IS_PURE?"pure":"global",copyright:"\xA9 2014-2024 Denis Pushkarev (zloirock.ru)",license:"https://github.com/zloirock/core-js/blob/v3.35.1/LICENSE",source:"https://github.com/zloirock/core-js"})}});var require_to_object=__commonJS({"node_modules/core-js/internals/to-object.js"(exports,module){"use strict";init_define_process_env();init_shim();var requireObjectCoercible=require_require_object_coercible(),$Object=Object;module.exports=function(argument){return $Object(requireObjectCoercible(argument))}}});var require_has_own_property=__commonJS({"node_modules/core-js/internals/has-own-property.js"(exports,module){"use strict";init_define_process_env();init_shim();var uncurryThis=require_function_uncurry_this(),toObject=require_to_object(),hasOwnProperty=uncurryThis({}.hasOwnProperty);module.exports=Object.hasOwn||function(it,key){return hasOwnProperty(toObject(it),key)}}});var require_uid=__commonJS({"node_modules/core-js/internals/uid.js"(exports,module){"use strict";init_define_process_env();init_shim();var uncurryThis=require_function_uncurry_this(),id=0,postfix=Math.random(),toString=uncurryThis(1 .toString);module.exports=function(key){return"Symbol("+(key===void 0?"":key)+")_"+toString(++id+postfix,36)}}});var require_well_known_symbol=__commonJS({"node_modules/core-js/internals/well-known-symbol.js"(exports,module){"use strict";init_define_process_env();init_shim();var global=require_global(),shared=require_shared(),hasOwn=require_has_own_property(),uid=require_uid(),NATIVE_SYMBOL=require_symbol_constructor_detection(),USE_SYMBOL_AS_UID=require_use_symbol_as_uid(),Symbol2=global.Symbol,WellKnownSymbolsStore=shared("wks"),createWellKnownSymbol=USE_SYMBOL_AS_UID?Symbol2.for||Symbol2:Symbol2&&Symbol2.withoutSetter||uid;module.exports=function(name){return hasOwn(WellKnownSymbolsStore,name)||(WellKnownSymbolsStore[name]=NATIVE_SYMBOL&&hasOwn(Symbol2,name)?Symbol2[name]:createWellKnownSymbol("Symbol."+name)),WellKnownSymbolsStore[name]}}});var require_to_primitive=__commonJS({"node_modules/core-js/internals/to-primitive.js"(exports,module){"use strict";init_define_process_env();init_shim();var call=require_function_call(),isObject=require_is_object(),isSymbol=require_is_symbol(),getMethod=require_get_method(),ordinaryToPrimitive=require_ordinary_to_primitive(),wellKnownSymbol=require_well_known_symbol(),$TypeError=TypeError,TO_PRIMITIVE=wellKnownSymbol("toPrimitive");module.exports=function(input,pref){if(!isObject(input)||isSymbol(input))return input;var exoticToPrim=getMethod(input,TO_PRIMITIVE),result;if(exoticToPrim){if(pref===void 0&&(pref="default"),result=call(exoticToPrim,input,pref),!isObject(result)||isSymbol(result))return result;throw new $TypeError("Can't convert object to primitive value")}return pref===void 0&&(pref="number"),ordinaryToPrimitive(input,pref)}}});var require_to_property_key=__commonJS({"node_modules/core-js/internals/to-property-key.js"(exports,module){"use strict";init_define_process_env();init_shim();var toPrimitive=require_to_primitive(),isSymbol=require_is_symbol();module.exports=function(argument){var key=toPrimitive(argument,"string");return isSymbol(key)?key:key+""}}});var require_document_create_element=__commonJS({"node_modules/core-js/internals/document-create-element.js"(exports,module){"use strict";init_define_process_env();init_shim();var global=require_global(),isObject=require_is_object(),document2=global.document,EXISTS=isObject(document2)&&isObject(document2.createElement);module.exports=function(it){return EXISTS?document2.createElement(it):{}}}});var require_ie8_dom_define=__commonJS({"node_modules/core-js/internals/ie8-dom-define.js"(exports,module){"use strict";init_define_process_env();init_shim();var DESCRIPTORS=require_descriptors(),fails=require_fails(),createElement=require_document_create_element();module.exports=!DESCRIPTORS&&!fails(function(){return Object.defineProperty(createElement("div"),"a",{get:function(){return 7}}).a!==7})}});var require_object_get_own_property_descriptor=__commonJS({"node_modules/core-js/internals/object-get-own-property-descriptor.js"(exports){"use strict";init_define_process_env();init_shim();var DESCRIPTORS=require_descriptors(),call=require_function_call(),propertyIsEnumerableModule=require_object_property_is_enumerable(),createPropertyDescriptor=require_create_property_descriptor(),toIndexedObject=require_to_indexed_object(),toPropertyKey=require_to_property_key(),hasOwn=require_has_own_property(),IE8_DOM_DEFINE=require_ie8_dom_define(),$getOwnPropertyDescriptor=Object.getOwnPropertyDescriptor;exports.f=DESCRIPTORS?$getOwnPropertyDescriptor:function(O,P){if(O=toIndexedObject(O),P=toPropertyKey(P),IE8_DOM_DEFINE)try{return $getOwnPropertyDescriptor(O,P)}catch(error){}if(hasOwn(O,P))return createPropertyDescriptor(!call(propertyIsEnumerableModule.f,O,P),O[P])}}});var require_v8_prototype_define_bug=__commonJS({"node_modules/core-js/internals/v8-prototype-define-bug.js"(exports,module){"use strict";init_define_process_env();init_shim();var DESCRIPTORS=require_descriptors(),fails=require_fails();module.exports=DESCRIPTORS&&fails(function(){return Object.defineProperty(function(){},"prototype",{value:42,writable:!1}).prototype!==42})}});var require_an_object=__commonJS({"node_modules/core-js/internals/an-object.js"(exports,module){"use strict";init_define_process_env();init_shim();var isObject=require_is_object(),$String=String,$TypeError=TypeError;module.exports=function(argument){if(isObject(argument))return argument;throw new $TypeError($String(argument)+" is not an object")}}});var require_object_define_property=__commonJS({"node_modules/core-js/internals/object-define-property.js"(exports){"use strict";init_define_process_env();init_shim();var DESCRIPTORS=require_descriptors(),IE8_DOM_DEFINE=require_ie8_dom_define(),V8_PROTOTYPE_DEFINE_BUG=require_v8_prototype_define_bug(),anObject=require_an_object(),toPropertyKey=require_to_property_key(),$TypeError=TypeError,$defineProperty=Object.defineProperty,$getOwnPropertyDescriptor=Object.getOwnPropertyDescriptor,ENUMERABLE="enumerable",CONFIGURABLE="configurable",WRITABLE="writable";exports.f=DESCRIPTORS?V8_PROTOTYPE_DEFINE_BUG?function(O,P,Attributes){if(anObject(O),P=toPropertyKey(P),anObject(Attributes),typeof O=="function"&&P==="prototype"&&"value"in Attributes&&WRITABLE in Attributes&&!Attributes[WRITABLE]){var current=$getOwnPropertyDescriptor(O,P);current&&current[WRITABLE]&&(O[P]=Attributes.value,Attributes={configurable:CONFIGURABLE in Attributes?Attributes[CONFIGURABLE]:current[CONFIGURABLE],enumerable:ENUMERABLE in Attributes?Attributes[ENUMERABLE]:current[ENUMERABLE],writable:!1})}return $defineProperty(O,P,Attributes)}:$defineProperty:function(O,P,Attributes){if(anObject(O),P=toPropertyKey(P),anObject(Attributes),IE8_DOM_DEFINE)try{return $defineProperty(O,P,Attributes)}catch(error){}if("get"in Attributes||"set"in Attributes)throw new $TypeError("Accessors not supported");return"value"in Attributes&&(O[P]=Attributes.value),O}}});var require_create_non_enumerable_property=__commonJS({"node_modules/core-js/internals/create-non-enumerable-property.js"(exports,module){"use strict";init_define_process_env();init_shim();var DESCRIPTORS=require_descriptors(),definePropertyModule=require_object_define_property(),createPropertyDescriptor=require_create_property_descriptor();module.exports=DESCRIPTORS?function(object,key,value){return definePropertyModule.f(object,key,createPropertyDescriptor(1,value))}:function(object,key,value){return object[key]=value,object}}});var require_function_name=__commonJS({"node_modules/core-js/internals/function-name.js"(exports,module){"use strict";init_define_process_env();init_shim();var DESCRIPTORS=require_descriptors(),hasOwn=require_has_own_property(),FunctionPrototype=Function.prototype,getDescriptor=DESCRIPTORS&&Object.getOwnPropertyDescriptor,EXISTS=hasOwn(FunctionPrototype,"name"),PROPER=EXISTS&&(function(){}).name==="something",CONFIGURABLE=EXISTS&&(!DESCRIPTORS||DESCRIPTORS&&getDescriptor(FunctionPrototype,"name").configurable);module.exports={EXISTS,PROPER,CONFIGURABLE}}});var require_inspect_source=__commonJS({"node_modules/core-js/internals/inspect-source.js"(exports,module){"use strict";init_define_process_env();init_shim();var uncurryThis=require_function_uncurry_this(),isCallable=require_is_callable(),store=require_shared_store(),functionToString=uncurryThis(Function.toString);isCallable(store.inspectSource)||(store.inspectSource=function(it){return functionToString(it)});module.exports=store.inspectSource}});var require_weak_map_basic_detection=__commonJS({"node_modules/core-js/internals/weak-map-basic-detection.js"(exports,module){"use strict";init_define_process_env();init_shim();var global=require_global(),isCallable=require_is_callable(),WeakMap=global.WeakMap;module.exports=isCallable(WeakMap)&&/native code/.test(String(WeakMap))}});var require_shared_key=__commonJS({"node_modules/core-js/internals/shared-key.js"(exports,module){"use strict";init_define_process_env();init_shim();var shared=require_shared(),uid=require_uid(),keys=shared("keys");module.exports=function(key){return keys[key]||(keys[key]=uid(key))}}});var require_hidden_keys=__commonJS({"node_modules/core-js/internals/hidden-keys.js"(exports,module){"use strict";init_define_process_env();init_shim();module.exports={}}});var require_internal_state=__commonJS({"node_modules/core-js/internals/internal-state.js"(exports,module){"use strict";init_define_process_env();init_shim();var NATIVE_WEAK_MAP=require_weak_map_basic_detection(),global=require_global(),isObject=require_is_object(),createNonEnumerableProperty=require_create_non_enumerable_property(),hasOwn=require_has_own_property(),shared=require_shared_store(),sharedKey=require_shared_key(),hiddenKeys=require_hidden_keys(),OBJECT_ALREADY_INITIALIZED="Object already initialized",TypeError2=global.TypeError,WeakMap=global.WeakMap,set,get,has,enforce=function(it){return has(it)?get(it):set(it,{})},getterFor=function(TYPE){return function(it){var state;if(!isObject(it)||(state=get(it)).type!==TYPE)throw new TypeError2("Incompatible receiver, "+TYPE+" required");return state}};NATIVE_WEAK_MAP||shared.state?(store=shared.state||(shared.state=new WeakMap),store.get=store.get,store.has=store.has,store.set=store.set,set=function(it,metadata){if(store.has(it))throw new TypeError2(OBJECT_ALREADY_INITIALIZED);return metadata.facade=it,store.set(it,metadata),metadata},get=function(it){return store.get(it)||{}},has=function(it){return store.has(it)}):(STATE=sharedKey("state"),hiddenKeys[STATE]=!0,set=function(it,metadata){if(hasOwn(it,STATE))throw new TypeError2(OBJECT_ALREADY_INITIALIZED);return metadata.facade=it,createNonEnumerableProperty(it,STATE,metadata),metadata},get=function(it){return hasOwn(it,STATE)?it[STATE]:{}},has=function(it){return hasOwn(it,STATE)});var store,STATE;module.exports={set,get,has,enforce,getterFor}}});var require_make_built_in=__commonJS({"node_modules/core-js/internals/make-built-in.js"(exports,module){"use strict";init_define_process_env();init_shim();var uncurryThis=require_function_uncurry_this(),fails=require_fails(),isCallable=require_is_callable(),hasOwn=require_has_own_property(),DESCRIPTORS=require_descriptors(),CONFIGURABLE_FUNCTION_NAME=require_function_name().CONFIGURABLE,inspectSource=require_inspect_source(),InternalStateModule=require_internal_state(),enforceInternalState=InternalStateModule.enforce,getInternalState=InternalStateModule.get,$String=String,defineProperty=Object.defineProperty,stringSlice=uncurryThis("".slice),replace=uncurryThis("".replace),join=uncurryThis([].join),CONFIGURABLE_LENGTH=DESCRIPTORS&&!fails(function(){return defineProperty(function(){},"length",{value:8}).length!==8}),TEMPLATE=String(String).split("String"),makeBuiltIn=module.exports=function(value,name,options){stringSlice($String(name),0,7)==="Symbol("&&(name="["+replace($String(name),/^Symbol\(([^)]*)\).*$/,"$1")+"]"),options&&options.getter&&(name="get "+name),options&&options.setter&&(name="set "+name),(!hasOwn(value,"name")||CONFIGURABLE_FUNCTION_NAME&&value.name!==name)&&(DESCRIPTORS?defineProperty(value,"name",{value:name,configurable:!0}):value.name=name),CONFIGURABLE_LENGTH&&options&&hasOwn(options,"arity")&&value.length!==options.arity&&defineProperty(value,"length",{value:options.arity});try{options&&hasOwn(options,"constructor")&&options.constructor?DESCRIPTORS&&defineProperty(value,"prototype",{writable:!1}):value.prototype&&(value.prototype=void 0)}catch(error){}var state=enforceInternalState(value);return hasOwn(state,"source")||(state.source=join(TEMPLATE,typeof name=="string"?name:"")),value};Function.prototype.toString=makeBuiltIn(function(){return isCallable(this)&&getInternalState(this).source||inspectSource(this)},"toString")}});var require_define_built_in=__commonJS({"node_modules/core-js/internals/define-built-in.js"(exports,module){"use strict";init_define_process_env();init_shim();var isCallable=require_is_callable(),definePropertyModule=require_object_define_property(),makeBuiltIn=require_make_built_in(),defineGlobalProperty=require_define_global_property();module.exports=function(O,key,value,options){options||(options={});var simple=options.enumerable,name=options.name!==void 0?options.name:key;if(isCallable(value)&&makeBuiltIn(value,name,options),options.global)simple?O[key]=value:defineGlobalProperty(key,value);else{try{options.unsafe?O[key]&&(simple=!0):delete O[key]}catch(error){}simple?O[key]=value:definePropertyModule.f(O,key,{value,enumerable:!1,configurable:!options.nonConfigurable,writable:!options.nonWritable})}return O}}});var require_math_trunc=__commonJS({"node_modules/core-js/internals/math-trunc.js"(exports,module){"use strict";init_define_process_env();init_shim();var ceil=Math.ceil,floor=Math.floor;module.exports=Math.trunc||function(x){var n=+x;return(n>0?floor:ceil)(n)}}});var require_to_integer_or_infinity=__commonJS({"node_modules/core-js/internals/to-integer-or-infinity.js"(exports,module){"use strict";init_define_process_env();init_shim();var trunc=require_math_trunc();module.exports=function(argument){var number=+argument;return number!==number||number===0?0:trunc(number)}}});var require_to_absolute_index=__commonJS({"node_modules/core-js/internals/to-absolute-index.js"(exports,module){"use strict";init_define_process_env();init_shim();var toIntegerOrInfinity=require_to_integer_or_infinity(),max=Math.max,min=Math.min;module.exports=function(index,length){var integer=toIntegerOrInfinity(index);return integer<0?max(integer+length,0):min(integer,length)}}});var require_to_length=__commonJS({"node_modules/core-js/internals/to-length.js"(exports,module){"use strict";init_define_process_env();init_shim();var toIntegerOrInfinity=require_to_integer_or_infinity(),min=Math.min;module.exports=function(argument){var len=toIntegerOrInfinity(argument);return len>0?min(len,9007199254740991):0}}});var require_length_of_array_like=__commonJS({"node_modules/core-js/internals/length-of-array-like.js"(exports,module){"use strict";init_define_process_env();init_shim();var toLength=require_to_length();module.exports=function(obj){return toLength(obj.length)}}});var require_array_includes=__commonJS({"node_modules/core-js/internals/array-includes.js"(exports,module){"use strict";init_define_process_env();init_shim();var toIndexedObject=require_to_indexed_object(),toAbsoluteIndex=require_to_absolute_index(),lengthOfArrayLike=require_length_of_array_like(),createMethod=function(IS_INCLUDES){return function($this,el,fromIndex){var O=toIndexedObject($this),length=lengthOfArrayLike(O),index=toAbsoluteIndex(fromIndex,length),value;if(IS_INCLUDES&&el!==el){for(;length>index;)if(value=O[index++],value!==value)return!0}else for(;length>index;index++)if((IS_INCLUDES||index in O)&&O[index]===el)return IS_INCLUDES||index||0;return!IS_INCLUDES&&-1}};module.exports={includes:createMethod(!0),indexOf:createMethod(!1)}}});var require_object_keys_internal=__commonJS({"node_modules/core-js/internals/object-keys-internal.js"(exports,module){"use strict";init_define_process_env();init_shim();var uncurryThis=require_function_uncurry_this(),hasOwn=require_has_own_property(),toIndexedObject=require_to_indexed_object(),indexOf=require_array_includes().indexOf,hiddenKeys=require_hidden_keys(),push=uncurryThis([].push);module.exports=function(object,names){var O=toIndexedObject(object),i=0,result=[],key;for(key in O)!hasOwn(hiddenKeys,key)&&hasOwn(O,key)&&push(result,key);for(;names.length>i;)hasOwn(O,key=names[i++])&&(~indexOf(result,key)||push(result,key));return result}}});var require_enum_bug_keys=__commonJS({"node_modules/core-js/internals/enum-bug-keys.js"(exports,module){"use strict";init_define_process_env();init_shim();module.exports=["constructor","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","toLocaleString","toString","valueOf"]}});var require_object_get_own_property_names=__commonJS({"node_modules/core-js/internals/object-get-own-property-names.js"(exports){"use strict";init_define_process_env();init_shim();var internalObjectKeys=require_object_keys_internal(),enumBugKeys=require_enum_bug_keys(),hiddenKeys=enumBugKeys.concat("length","prototype");exports.f=Object.getOwnPropertyNames||function(O){return internalObjectKeys(O,hiddenKeys)}}});var require_object_get_own_property_symbols=__commonJS({"node_modules/core-js/internals/object-get-own-property-symbols.js"(exports){"use strict";init_define_process_env();init_shim();exports.f=Object.getOwnPropertySymbols}});var require_own_keys=__commonJS({"node_modules/core-js/internals/own-keys.js"(exports,module){"use strict";init_define_process_env();init_shim();var getBuiltIn=require_get_built_in(),uncurryThis=require_function_uncurry_this(),getOwnPropertyNamesModule=require_object_get_own_property_names(),getOwnPropertySymbolsModule=require_object_get_own_property_symbols(),anObject=require_an_object(),concat=uncurryThis([].concat);module.exports=getBuiltIn("Reflect","ownKeys")||function(it){var keys=getOwnPropertyNamesModule.f(anObject(it)),getOwnPropertySymbols=getOwnPropertySymbolsModule.f;return getOwnPropertySymbols?concat(keys,getOwnPropertySymbols(it)):keys}}});var require_copy_constructor_properties=__commonJS({"node_modules/core-js/internals/copy-constructor-properties.js"(exports,module){"use strict";init_define_process_env();init_shim();var hasOwn=require_has_own_property(),ownKeys=require_own_keys(),getOwnPropertyDescriptorModule=require_object_get_own_property_descriptor(),definePropertyModule=require_object_define_property();module.exports=function(target,source,exceptions){for(var keys=ownKeys(source),defineProperty=definePropertyModule.f,getOwnPropertyDescriptor=getOwnPropertyDescriptorModule.f,i=0;i<keys.length;i++){var key=keys[i];!hasOwn(target,key)&&!(exceptions&&hasOwn(exceptions,key))&&defineProperty(target,key,getOwnPropertyDescriptor(source,key))}}}});var require_is_forced=__commonJS({"node_modules/core-js/internals/is-forced.js"(exports,module){"use strict";init_define_process_env();init_shim();var fails=require_fails(),isCallable=require_is_callable(),replacement=/#|\.prototype\./,isForced=function(feature,detection){var value=data[normalize(feature)];return value===POLYFILL?!0:value===NATIVE?!1:isCallable(detection)?fails(detection):!!detection},normalize=isForced.normalize=function(string){return String(string).replace(replacement,".").toLowerCase()},data=isForced.data={},NATIVE=isForced.NATIVE="N",POLYFILL=isForced.POLYFILL="P";module.exports=isForced}});var require_export=__commonJS({"node_modules/core-js/internals/export.js"(exports,module){"use strict";init_define_process_env();init_shim();var global=require_global(),getOwnPropertyDescriptor=require_object_get_own_property_descriptor().f,createNonEnumerableProperty=require_create_non_enumerable_property(),defineBuiltIn=require_define_built_in(),defineGlobalProperty=require_define_global_property(),copyConstructorProperties=require_copy_constructor_properties(),isForced=require_is_forced();module.exports=function(options,source){var TARGET=options.target,GLOBAL=options.global,STATIC=options.stat,FORCED,target,key,targetProperty,sourceProperty,descriptor;if(GLOBAL?target=global:STATIC?target=global[TARGET]||defineGlobalProperty(TARGET,{}):target=global[TARGET]&&global[TARGET].prototype,target)for(key in source){if(sourceProperty=source[key],options.dontCallGetSet?(descriptor=getOwnPropertyDescriptor(target,key),targetProperty=descriptor&&descriptor.value):targetProperty=target[key],FORCED=isForced(GLOBAL?key:TARGET+(STATIC?".":"#")+key,options.forced),!FORCED&&targetProperty!==void 0){if(typeof sourceProperty==typeof targetProperty)continue;copyConstructorProperties(sourceProperty,targetProperty)}(options.sham||targetProperty&&targetProperty.sham)&&createNonEnumerableProperty(sourceProperty,"sham",!0),defineBuiltIn(target,key,sourceProperty,options)}}}});var require_to_string_tag_support=__commonJS({"node_modules/core-js/internals/to-string-tag-support.js"(exports,module){"use strict";init_define_process_env();init_shim();var wellKnownSymbol=require_well_known_symbol(),TO_STRING_TAG=wellKnownSymbol("toStringTag"),test={};test[TO_STRING_TAG]="z";module.exports=String(test)==="[object z]"}});var require_classof=__commonJS({"node_modules/core-js/internals/classof.js"(exports,module){"use strict";init_define_process_env();init_shim();var TO_STRING_TAG_SUPPORT=require_to_string_tag_support(),isCallable=require_is_callable(),classofRaw=require_classof_raw(),wellKnownSymbol=require_well_known_symbol(),TO_STRING_TAG=wellKnownSymbol("toStringTag"),$Object=Object,CORRECT_ARGUMENTS=classofRaw(function(){return arguments}())==="Arguments",tryGet=function(it,key){try{return it[key]}catch(error){}};module.exports=TO_STRING_TAG_SUPPORT?classofRaw:function(it){var O,tag,result;return it===void 0?"Undefined":it===null?"Null":typeof(tag=tryGet(O=$Object(it),TO_STRING_TAG))=="string"?tag:CORRECT_ARGUMENTS?classofRaw(O):(result=classofRaw(O))==="Object"&&isCallable(O.callee)?"Arguments":result}}});var require_to_string=__commonJS({"node_modules/core-js/internals/to-string.js"(exports,module){"use strict";init_define_process_env();init_shim();var classof=require_classof(),$String=String;module.exports=function(argument){if(classof(argument)==="Symbol")throw new TypeError("Cannot convert a Symbol value to a string");return $String(argument)}}});var require_whitespaces=__commonJS({"node_modules/core-js/internals/whitespaces.js"(exports,module){"use strict";init_define_process_env();init_shim();module.exports="	\n\v\f\r \xA0\u1680\u2000\u2001\u2002\u2003\u2004\u2005\u2006\u2007\u2008\u2009\u200A\u202F\u205F\u3000\u2028\u2029\uFEFF"}});var require_string_trim=__commonJS({"node_modules/core-js/internals/string-trim.js"(exports,module){"use strict";init_define_process_env();init_shim();var uncurryThis=require_function_uncurry_this(),requireObjectCoercible=require_require_object_coercible(),toString=require_to_string(),whitespaces=require_whitespaces(),replace=uncurryThis("".replace),ltrim=RegExp("^["+whitespaces+"]+"),rtrim=RegExp("(^|[^"+whitespaces+"])["+whitespaces+"]+$"),createMethod=function(TYPE){return function($this){var string=toString(requireObjectCoercible($this));return TYPE&1&&(string=replace(string,ltrim,"")),TYPE&2&&(string=replace(string,rtrim,"$1")),string}};module.exports={start:createMethod(1),end:createMethod(2),trim:createMethod(3)}}});var require_string_trim_forced=__commonJS({"node_modules/core-js/internals/string-trim-forced.js"(exports,module){"use strict";init_define_process_env();init_shim();var PROPER_FUNCTION_NAME=require_function_name().PROPER,fails=require_fails(),whitespaces=require_whitespaces(),non="\u200B\x85\u180E";module.exports=function(METHOD_NAME){return fails(function(){return!!whitespaces[METHOD_NAME]()||non[METHOD_NAME]()!==non||PROPER_FUNCTION_NAME&&whitespaces[METHOD_NAME].name!==METHOD_NAME})}}});var require_es_string_trim=__commonJS({"node_modules/core-js/modules/es.string.trim.js"(){"use strict";init_define_process_env();init_shim();var $2=require_export(),$trim=require_string_trim().trim,forcedStringTrimMethod=require_string_trim_forced();$2({target:"String",proto:!0,forced:forcedStringTrimMethod("trim")},{trim:function(){return $trim(this)}})}});var require_object_keys=__commonJS({"node_modules/core-js/internals/object-keys.js"(exports,module){"use strict";init_define_process_env();init_shim();var internalObjectKeys=require_object_keys_internal(),enumBugKeys=require_enum_bug_keys();module.exports=Object.keys||function(O){return internalObjectKeys(O,enumBugKeys)}}});var require_object_define_properties=__commonJS({"node_modules/core-js/internals/object-define-properties.js"(exports){"use strict";init_define_process_env();init_shim();var DESCRIPTORS=require_descriptors(),V8_PROTOTYPE_DEFINE_BUG=require_v8_prototype_define_bug(),definePropertyModule=require_object_define_property(),anObject=require_an_object(),toIndexedObject=require_to_indexed_object(),objectKeys=require_object_keys();exports.f=DESCRIPTORS&&!V8_PROTOTYPE_DEFINE_BUG?Object.defineProperties:function(O,Properties){anObject(O);for(var props=toIndexedObject(Properties),keys=objectKeys(Properties),length=keys.length,index=0,key;length>index;)definePropertyModule.f(O,key=keys[index++],props[key]);return O}}});var require_html=__commonJS({"node_modules/core-js/internals/html.js"(exports,module){"use strict";init_define_process_env();init_shim();var getBuiltIn=require_get_built_in();module.exports=getBuiltIn("document","documentElement")}});var require_object_create=__commonJS({"node_modules/core-js/internals/object-create.js"(exports,module){"use strict";init_define_process_env();init_shim();var anObject=require_an_object(),definePropertiesModule=require_object_define_properties(),enumBugKeys=require_enum_bug_keys(),hiddenKeys=require_hidden_keys(),html=require_html(),documentCreateElement=require_document_create_element(),sharedKey=require_shared_key(),GT=">",LT="<",PROTOTYPE="prototype",SCRIPT="script",IE_PROTO=sharedKey("IE_PROTO"),EmptyConstructor=function(){},scriptTag=function(content){return LT+SCRIPT+GT+content+LT+"/"+SCRIPT+GT},NullProtoObjectViaActiveX=function(activeXDocument2){activeXDocument2.write(scriptTag("")),activeXDocument2.close();var temp=activeXDocument2.parentWindow.Object;return activeXDocument2=null,temp},NullProtoObjectViaIFrame=function(){var iframe=documentCreateElement("iframe"),JS="java"+SCRIPT+":",iframeDocument;return iframe.style.display="none",html.appendChild(iframe),iframe.src=String(JS),iframeDocument=iframe.contentWindow.document,iframeDocument.open(),iframeDocument.write(scriptTag("document.F=Object")),iframeDocument.close(),iframeDocument.F},activeXDocument,NullProtoObject=function(){try{activeXDocument=new ActiveXObject("htmlfile")}catch(error){}NullProtoObject=typeof document<"u"?document.domain&&activeXDocument?NullProtoObjectViaActiveX(activeXDocument):NullProtoObjectViaIFrame():NullProtoObjectViaActiveX(activeXDocument);for(var length=enumBugKeys.length;length--;)delete NullProtoObject[PROTOTYPE][enumBugKeys[length]];return NullProtoObject()};hiddenKeys[IE_PROTO]=!0;module.exports=Object.create||function(O,Properties){var result;return O!==null?(EmptyConstructor[PROTOTYPE]=anObject(O),result=new EmptyConstructor,EmptyConstructor[PROTOTYPE]=null,result[IE_PROTO]=O):result=NullProtoObject(),Properties===void 0?result:definePropertiesModule.f(result,Properties)}}});var require_add_to_unscopables=__commonJS({"node_modules/core-js/internals/add-to-unscopables.js"(exports,module){"use strict";init_define_process_env();init_shim();var wellKnownSymbol=require_well_known_symbol(),create=require_object_create(),defineProperty=require_object_define_property().f,UNSCOPABLES=wellKnownSymbol("unscopables"),ArrayPrototype=Array.prototype;ArrayPrototype[UNSCOPABLES]===void 0&&defineProperty(ArrayPrototype,UNSCOPABLES,{configurable:!0,value:create(null)});module.exports=function(key){ArrayPrototype[UNSCOPABLES][key]=!0}}});var require_iterators=__commonJS({"node_modules/core-js/internals/iterators.js"(exports,module){"use strict";init_define_process_env();init_shim();module.exports={}}});var require_correct_prototype_getter=__commonJS({"node_modules/core-js/internals/correct-prototype-getter.js"(exports,module){"use strict";init_define_process_env();init_shim();var fails=require_fails();module.exports=!fails(function(){function F(){}return F.prototype.constructor=null,Object.getPrototypeOf(new F)!==F.prototype})}});var require_object_get_prototype_of=__commonJS({"node_modules/core-js/internals/object-get-prototype-of.js"(exports,module){"use strict";init_define_process_env();init_shim();var hasOwn=require_has_own_property(),isCallable=require_is_callable(),toObject=require_to_object(),sharedKey=require_shared_key(),CORRECT_PROTOTYPE_GETTER=require_correct_prototype_getter(),IE_PROTO=sharedKey("IE_PROTO"),$Object=Object,ObjectPrototype=$Object.prototype;module.exports=CORRECT_PROTOTYPE_GETTER?$Object.getPrototypeOf:function(O){var object=toObject(O);if(hasOwn(object,IE_PROTO))return object[IE_PROTO];var constructor=object.constructor;return isCallable(constructor)&&object instanceof constructor?constructor.prototype:object instanceof $Object?ObjectPrototype:null}}});var require_iterators_core=__commonJS({"node_modules/core-js/internals/iterators-core.js"(exports,module){"use strict";init_define_process_env();init_shim();var fails=require_fails(),isCallable=require_is_callable(),isObject=require_is_object(),create=require_object_create(),getPrototypeOf=require_object_get_prototype_of(),defineBuiltIn=require_define_built_in(),wellKnownSymbol=require_well_known_symbol(),IS_PURE=require_is_pure(),ITERATOR=wellKnownSymbol("iterator"),BUGGY_SAFARI_ITERATORS=!1,IteratorPrototype,PrototypeOfArrayIteratorPrototype,arrayIterator;[].keys&&(arrayIterator=[].keys(),"next"in arrayIterator?(PrototypeOfArrayIteratorPrototype=getPrototypeOf(getPrototypeOf(arrayIterator)),PrototypeOfArrayIteratorPrototype!==Object.prototype&&(IteratorPrototype=PrototypeOfArrayIteratorPrototype)):BUGGY_SAFARI_ITERATORS=!0);var NEW_ITERATOR_PROTOTYPE=!isObject(IteratorPrototype)||fails(function(){var test={};return IteratorPrototype[ITERATOR].call(test)!==test});NEW_ITERATOR_PROTOTYPE?IteratorPrototype={}:IS_PURE&&(IteratorPrototype=create(IteratorPrototype));isCallable(IteratorPrototype[ITERATOR])||defineBuiltIn(IteratorPrototype,ITERATOR,function(){return this});module.exports={IteratorPrototype,BUGGY_SAFARI_ITERATORS}}});var require_set_to_string_tag=__commonJS({"node_modules/core-js/internals/set-to-string-tag.js"(exports,module){"use strict";init_define_process_env();init_shim();var defineProperty=require_object_define_property().f,hasOwn=require_has_own_property(),wellKnownSymbol=require_well_known_symbol(),TO_STRING_TAG=wellKnownSymbol("toStringTag");module.exports=function(target,TAG,STATIC){target&&!STATIC&&(target=target.prototype),target&&!hasOwn(target,TO_STRING_TAG)&&defineProperty(target,TO_STRING_TAG,{configurable:!0,value:TAG})}}});var require_iterator_create_constructor=__commonJS({"node_modules/core-js/internals/iterator-create-constructor.js"(exports,module){"use strict";init_define_process_env();init_shim();var IteratorPrototype=require_iterators_core().IteratorPrototype,create=require_object_create(),createPropertyDescriptor=require_create_property_descriptor(),setToStringTag=require_set_to_string_tag(),Iterators=require_iterators(),returnThis=function(){return this};module.exports=function(IteratorConstructor,NAME,next,ENUMERABLE_NEXT){var TO_STRING_TAG=NAME+" Iterator";return IteratorConstructor.prototype=create(IteratorPrototype,{next:createPropertyDescriptor(+!ENUMERABLE_NEXT,next)}),setToStringTag(IteratorConstructor,TO_STRING_TAG,!1,!0),Iterators[TO_STRING_TAG]=returnThis,IteratorConstructor}}});var require_function_uncurry_this_accessor=__commonJS({"node_modules/core-js/internals/function-uncurry-this-accessor.js"(exports,module){"use strict";init_define_process_env();init_shim();var uncurryThis=require_function_uncurry_this(),aCallable=require_a_callable();module.exports=function(object,key,method){try{return uncurryThis(aCallable(Object.getOwnPropertyDescriptor(object,key)[method]))}catch(error){}}}});var require_is_possible_prototype=__commonJS({"node_modules/core-js/internals/is-possible-prototype.js"(exports,module){"use strict";init_define_process_env();init_shim();var isObject=require_is_object();module.exports=function(argument){return isObject(argument)||argument===null}}});var require_a_possible_prototype=__commonJS({"node_modules/core-js/internals/a-possible-prototype.js"(exports,module){"use strict";init_define_process_env();init_shim();var isPossiblePrototype=require_is_possible_prototype(),$String=String,$TypeError=TypeError;module.exports=function(argument){if(isPossiblePrototype(argument))return argument;throw new $TypeError("Can't set "+$String(argument)+" as a prototype")}}});var require_object_set_prototype_of=__commonJS({"node_modules/core-js/internals/object-set-prototype-of.js"(exports,module){"use strict";init_define_process_env();init_shim();var uncurryThisAccessor=require_function_uncurry_this_accessor(),anObject=require_an_object(),aPossiblePrototype=require_a_possible_prototype();module.exports=Object.setPrototypeOf||("__proto__"in{}?function(){var CORRECT_SETTER=!1,test={},setter;try{setter=uncurryThisAccessor(Object.prototype,"__proto__","set"),setter(test,[]),CORRECT_SETTER=test instanceof Array}catch(error){}return function(O,proto){return anObject(O),aPossiblePrototype(proto),CORRECT_SETTER?setter(O,proto):O.__proto__=proto,O}}():void 0)}});var require_iterator_define=__commonJS({"node_modules/core-js/internals/iterator-define.js"(exports,module){"use strict";init_define_process_env();init_shim();var $2=require_export(),call=require_function_call(),IS_PURE=require_is_pure(),FunctionName=require_function_name(),isCallable=require_is_callable(),createIteratorConstructor=require_iterator_create_constructor(),getPrototypeOf=require_object_get_prototype_of(),setPrototypeOf=require_object_set_prototype_of(),setToStringTag=require_set_to_string_tag(),createNonEnumerableProperty=require_create_non_enumerable_property(),defineBuiltIn=require_define_built_in(),wellKnownSymbol=require_well_known_symbol(),Iterators=require_iterators(),IteratorsCore=require_iterators_core(),PROPER_FUNCTION_NAME=FunctionName.PROPER,CONFIGURABLE_FUNCTION_NAME=FunctionName.CONFIGURABLE,IteratorPrototype=IteratorsCore.IteratorPrototype,BUGGY_SAFARI_ITERATORS=IteratorsCore.BUGGY_SAFARI_ITERATORS,ITERATOR=wellKnownSymbol("iterator"),KEYS="keys",VALUES="values",ENTRIES="entries",returnThis=function(){return this};module.exports=function(Iterable,NAME,IteratorConstructor,next,DEFAULT,IS_SET,FORCED){createIteratorConstructor(IteratorConstructor,NAME,next);var getIterationMethod=function(KIND){if(KIND===DEFAULT&&defaultIterator)return defaultIterator;if(!BUGGY_SAFARI_ITERATORS&&KIND&&KIND in IterablePrototype)return IterablePrototype[KIND];switch(KIND){case KEYS:return function(){return new IteratorConstructor(this,KIND)};case VALUES:return function(){return new IteratorConstructor(this,KIND)};case ENTRIES:return function(){return new IteratorConstructor(this,KIND)}}return function(){return new IteratorConstructor(this)}},TO_STRING_TAG=NAME+" Iterator",INCORRECT_VALUES_NAME=!1,IterablePrototype=Iterable.prototype,nativeIterator=IterablePrototype[ITERATOR]||IterablePrototype["@@iterator"]||DEFAULT&&IterablePrototype[DEFAULT],defaultIterator=!BUGGY_SAFARI_ITERATORS&&nativeIterator||getIterationMethod(DEFAULT),anyNativeIterator=NAME==="Array"&&IterablePrototype.entries||nativeIterator,CurrentIteratorPrototype,methods,KEY;if(anyNativeIterator&&(CurrentIteratorPrototype=getPrototypeOf(anyNativeIterator.call(new Iterable)),CurrentIteratorPrototype!==Object.prototype&&CurrentIteratorPrototype.next&&(!IS_PURE&&getPrototypeOf(CurrentIteratorPrototype)!==IteratorPrototype&&(setPrototypeOf?setPrototypeOf(CurrentIteratorPrototype,IteratorPrototype):isCallable(CurrentIteratorPrototype[ITERATOR])||defineBuiltIn(CurrentIteratorPrototype,ITERATOR,returnThis)),setToStringTag(CurrentIteratorPrototype,TO_STRING_TAG,!0,!0),IS_PURE&&(Iterators[TO_STRING_TAG]=returnThis))),PROPER_FUNCTION_NAME&&DEFAULT===VALUES&&nativeIterator&&nativeIterator.name!==VALUES&&(!IS_PURE&&CONFIGURABLE_FUNCTION_NAME?createNonEnumerableProperty(IterablePrototype,"name",VALUES):(INCORRECT_VALUES_NAME=!0,defaultIterator=function(){return call(nativeIterator,this)})),DEFAULT)if(methods={values:getIterationMethod(VALUES),keys:IS_SET?defaultIterator:getIterationMethod(KEYS),entries:getIterationMethod(ENTRIES)},FORCED)for(KEY in methods)(BUGGY_SAFARI_ITERATORS||INCORRECT_VALUES_NAME||!(KEY in IterablePrototype))&&defineBuiltIn(IterablePrototype,KEY,methods[KEY]);else $2({target:NAME,proto:!0,forced:BUGGY_SAFARI_ITERATORS||INCORRECT_VALUES_NAME},methods);return(!IS_PURE||FORCED)&&IterablePrototype[ITERATOR]!==defaultIterator&&defineBuiltIn(IterablePrototype,ITERATOR,defaultIterator,{name:DEFAULT}),Iterators[NAME]=defaultIterator,methods}}});var require_create_iter_result_object=__commonJS({"node_modules/core-js/internals/create-iter-result-object.js"(exports,module){"use strict";init_define_process_env();init_shim();module.exports=function(value,done){return{value,done}}}});var require_es_array_iterator=__commonJS({"node_modules/core-js/modules/es.array.iterator.js"(exports,module){"use strict";init_define_process_env();init_shim();var toIndexedObject=require_to_indexed_object(),addToUnscopables=require_add_to_unscopables(),Iterators=require_iterators(),InternalStateModule=require_internal_state(),defineProperty=require_object_define_property().f,defineIterator=require_iterator_define(),createIterResultObject=require_create_iter_result_object(),IS_PURE=require_is_pure(),DESCRIPTORS=require_descriptors(),ARRAY_ITERATOR="Array Iterator",setInternalState=InternalStateModule.set,getInternalState=InternalStateModule.getterFor(ARRAY_ITERATOR);module.exports=defineIterator(Array,"Array",function(iterated,kind){setInternalState(this,{type:ARRAY_ITERATOR,target:toIndexedObject(iterated),index:0,kind})},function(){var state=getInternalState(this),target=state.target,index=state.index++;if(!target||index>=target.length)return state.target=void 0,createIterResultObject(void 0,!0);switch(state.kind){case"keys":return createIterResultObject(index,!1);case"values":return createIterResultObject(target[index],!1)}return createIterResultObject([index,target[index]],!1)},"values");var values=Iterators.Arguments=Iterators.Array;addToUnscopables("keys");addToUnscopables("values");addToUnscopables("entries");if(!IS_PURE&&DESCRIPTORS&&values.name!=="values")try{defineProperty(values,"name",{value:"values"})}catch(error){}}});var require_dom_iterables=__commonJS({"node_modules/core-js/internals/dom-iterables.js"(exports,module){"use strict";init_define_process_env();init_shim();module.exports={CSSRuleList:0,CSSStyleDeclaration:0,CSSValueList:0,ClientRectList:0,DOMRectList:0,DOMStringList:0,DOMTokenList:1,DataTransferItemList:0,FileList:0,HTMLAllCollection:0,HTMLCollection:0,HTMLFormElement:0,HTMLSelectElement:0,MediaList:0,MimeTypeArray:0,NamedNodeMap:0,NodeList:1,PaintRequestList:0,Plugin:0,PluginArray:0,SVGLengthList:0,SVGNumberList:0,SVGPathSegList:0,SVGPointList:0,SVGStringList:0,SVGTransformList:0,SourceBufferList:0,StyleSheetList:0,TextTrackCueList:0,TextTrackList:0,TouchList:0}}});var require_dom_token_list_prototype=__commonJS({"node_modules/core-js/internals/dom-token-list-prototype.js"(exports,module){"use strict";init_define_process_env();init_shim();var documentCreateElement=require_document_create_element(),classList=documentCreateElement("span").classList,DOMTokenListPrototype=classList&&classList.constructor&&classList.constructor.prototype;module.exports=DOMTokenListPrototype===Object.prototype?void 0:DOMTokenListPrototype}});var require_web_dom_collections_iterator=__commonJS({"node_modules/core-js/modules/web.dom-collections.iterator.js"(){"use strict";init_define_process_env();init_shim();var global=require_global(),DOMIterables=require_dom_iterables(),DOMTokenListPrototype=require_dom_token_list_prototype(),ArrayIteratorMethods=require_es_array_iterator(),createNonEnumerableProperty=require_create_non_enumerable_property(),setToStringTag=require_set_to_string_tag(),wellKnownSymbol=require_well_known_symbol(),ITERATOR=wellKnownSymbol("iterator"),ArrayValues=ArrayIteratorMethods.values,handlePrototype=function(CollectionPrototype,COLLECTION_NAME2){if(CollectionPrototype){if(CollectionPrototype[ITERATOR]!==ArrayValues)try{createNonEnumerableProperty(CollectionPrototype,ITERATOR,ArrayValues)}catch(error){CollectionPrototype[ITERATOR]=ArrayValues}if(setToStringTag(CollectionPrototype,COLLECTION_NAME2,!0),DOMIterables[COLLECTION_NAME2]){for(var METHOD_NAME in ArrayIteratorMethods)if(CollectionPrototype[METHOD_NAME]!==ArrayIteratorMethods[METHOD_NAME])try{createNonEnumerableProperty(CollectionPrototype,METHOD_NAME,ArrayIteratorMethods[METHOD_NAME])}catch(error){CollectionPrototype[METHOD_NAME]=ArrayIteratorMethods[METHOD_NAME]}}}};for(COLLECTION_NAME in DOMIterables)handlePrototype(global[COLLECTION_NAME]&&global[COLLECTION_NAME].prototype,COLLECTION_NAME);var COLLECTION_NAME;handlePrototype(DOMTokenListPrototype,"DOMTokenList")}});var require_es_array_includes=__commonJS({"node_modules/core-js/modules/es.array.includes.js"(){"use strict";init_define_process_env();init_shim();var $2=require_export(),$includes=require_array_includes().includes,fails=require_fails(),addToUnscopables=require_add_to_unscopables(),BROKEN_ON_SPARSE=fails(function(){return!Array(1).includes()});$2({target:"Array",proto:!0,forced:BROKEN_ON_SPARSE},{includes:function(el){return $includes(this,el,arguments.length>1?arguments[1]:void 0)}});addToUnscopables("includes")}});var require_regexp_flags=__commonJS({"node_modules/core-js/internals/regexp-flags.js"(exports,module){"use strict";init_define_process_env();init_shim();var anObject=require_an_object();module.exports=function(){var that=anObject(this),result="";return that.hasIndices&&(result+="d"),that.global&&(result+="g"),that.ignoreCase&&(result+="i"),that.multiline&&(result+="m"),that.dotAll&&(result+="s"),that.unicode&&(result+="u"),that.unicodeSets&&(result+="v"),that.sticky&&(result+="y"),result}}});var require_regexp_sticky_helpers=__commonJS({"node_modules/core-js/internals/regexp-sticky-helpers.js"(exports,module){"use strict";init_define_process_env();init_shim();var fails=require_fails(),global=require_global(),$RegExp=global.RegExp,UNSUPPORTED_Y=fails(function(){var re=$RegExp("a","y");return re.lastIndex=2,re.exec("abcd")!==null}),MISSED_STICKY=UNSUPPORTED_Y||fails(function(){return!$RegExp("a","y").sticky}),BROKEN_CARET=UNSUPPORTED_Y||fails(function(){var re=$RegExp("^r","gy");return re.lastIndex=2,re.exec("str")!==null});module.exports={BROKEN_CARET,MISSED_STICKY,UNSUPPORTED_Y}}});var require_regexp_unsupported_dot_all=__commonJS({"node_modules/core-js/internals/regexp-unsupported-dot-all.js"(exports,module){"use strict";init_define_process_env();init_shim();var fails=require_fails(),global=require_global(),$RegExp=global.RegExp;module.exports=fails(function(){var re=$RegExp(".","s");return!(re.dotAll&&re.test("\n")&&re.flags==="s")})}});var require_regexp_unsupported_ncg=__commonJS({"node_modules/core-js/internals/regexp-unsupported-ncg.js"(exports,module){"use strict";init_define_process_env();init_shim();var fails=require_fails(),global=require_global(),$RegExp=global.RegExp;module.exports=fails(function(){var re=$RegExp("(?<a>b)","g");return re.exec("b").groups.a!=="b"||"b".replace(re,"$<a>c")!=="bc"})}});var require_regexp_exec=__commonJS({"node_modules/core-js/internals/regexp-exec.js"(exports,module){"use strict";init_define_process_env();init_shim();var call=require_function_call(),uncurryThis=require_function_uncurry_this(),toString=require_to_string(),regexpFlags=require_regexp_flags(),stickyHelpers=require_regexp_sticky_helpers(),shared=require_shared(),create=require_object_create(),getInternalState=require_internal_state().get,UNSUPPORTED_DOT_ALL=require_regexp_unsupported_dot_all(),UNSUPPORTED_NCG=require_regexp_unsupported_ncg(),nativeReplace=shared("native-string-replace",String.prototype.replace),nativeExec=RegExp.prototype.exec,patchedExec=nativeExec,charAt=uncurryThis("".charAt),indexOf=uncurryThis("".indexOf),replace=uncurryThis("".replace),stringSlice=uncurryThis("".slice),UPDATES_LAST_INDEX_WRONG=function(){var re1=/a/,re2=/b*/g;return call(nativeExec,re1,"a"),call(nativeExec,re2,"a"),re1.lastIndex!==0||re2.lastIndex!==0}(),UNSUPPORTED_Y=stickyHelpers.BROKEN_CARET,NPCG_INCLUDED=/()??/.exec("")[1]!==void 0,PATCH=UPDATES_LAST_INDEX_WRONG||NPCG_INCLUDED||UNSUPPORTED_Y||UNSUPPORTED_DOT_ALL||UNSUPPORTED_NCG;PATCH&&(patchedExec=function(string){var re=this,state=getInternalState(re),str=toString(string),raw=state.raw,result,reCopy,lastIndex,match,i,object,group;if(raw)return raw.lastIndex=re.lastIndex,result=call(patchedExec,raw,str),re.lastIndex=raw.lastIndex,result;var groups=state.groups,sticky=UNSUPPORTED_Y&&re.sticky,flags=call(regexpFlags,re),source=re.source,charsAdded=0,strCopy=str;if(sticky&&(flags=replace(flags,"y",""),indexOf(flags,"g")===-1&&(flags+="g"),strCopy=stringSlice(str,re.lastIndex),re.lastIndex>0&&(!re.multiline||re.multiline&&charAt(str,re.lastIndex-1)!=="\n")&&(source="(?: "+source+")",strCopy=" "+strCopy,charsAdded++),reCopy=new RegExp("^(?:"+source+")",flags)),NPCG_INCLUDED&&(reCopy=new RegExp("^"+source+"$(?!\\s)",flags)),UPDATES_LAST_INDEX_WRONG&&(lastIndex=re.lastIndex),match=call(nativeExec,sticky?reCopy:re,strCopy),sticky?match?(match.input=stringSlice(match.input,charsAdded),match[0]=stringSlice(match[0],charsAdded),match.index=re.lastIndex,re.lastIndex+=match[0].length):re.lastIndex=0:UPDATES_LAST_INDEX_WRONG&&match&&(re.lastIndex=re.global?match.index+match[0].length:lastIndex),NPCG_INCLUDED&&match&&match.length>1&&call(nativeReplace,match[0],reCopy,function(){for(i=1;i<arguments.length-2;i++)arguments[i]===void 0&&(match[i]=void 0)}),match&&groups)for(match.groups=object=create(null),i=0;i<groups.length;i++)group=groups[i],object[group[0]]=match[group[1]];return match});module.exports=patchedExec}});var require_es_regexp_exec=__commonJS({"node_modules/core-js/modules/es.regexp.exec.js"(){"use strict";init_define_process_env();init_shim();var $2=require_export(),exec=require_regexp_exec();$2({target:"RegExp",proto:!0,forced:/./.exec!==exec},{exec})}});var require_fix_regexp_well_known_symbol_logic=__commonJS({"node_modules/core-js/internals/fix-regexp-well-known-symbol-logic.js"(exports,module){"use strict";init_define_process_env();init_shim();require_es_regexp_exec();var call=require_function_call(),defineBuiltIn=require_define_built_in(),regexpExec=require_regexp_exec(),fails=require_fails(),wellKnownSymbol=require_well_known_symbol(),createNonEnumerableProperty=require_create_non_enumerable_property(),SPECIES=wellKnownSymbol("species"),RegExpPrototype=RegExp.prototype;module.exports=function(KEY,exec,FORCED,SHAM){var SYMBOL=wellKnownSymbol(KEY),DELEGATES_TO_SYMBOL=!fails(function(){var O={};return O[SYMBOL]=function(){return 7},""[KEY](O)!==7}),DELEGATES_TO_EXEC=DELEGATES_TO_SYMBOL&&!fails(function(){var execCalled=!1,re=/a/;return KEY==="split"&&(re={},re.constructor={},re.constructor[SPECIES]=function(){return re},re.flags="",re[SYMBOL]=/./[SYMBOL]),re.exec=function(){return execCalled=!0,null},re[SYMBOL](""),!execCalled});if(!DELEGATES_TO_SYMBOL||!DELEGATES_TO_EXEC||FORCED){var nativeRegExpMethod=/./[SYMBOL],methods=exec(SYMBOL,""[KEY],function(nativeMethod,regexp,str,arg2,forceStringMethod){var $exec=regexp.exec;return $exec===regexpExec||$exec===RegExpPrototype.exec?DELEGATES_TO_SYMBOL&&!forceStringMethod?{done:!0,value:call(nativeRegExpMethod,regexp,str,arg2)}:{done:!0,value:call(nativeMethod,str,regexp,arg2)}:{done:!1}});defineBuiltIn(String.prototype,KEY,methods[0]),defineBuiltIn(RegExpPrototype,SYMBOL,methods[1])}SHAM&&createNonEnumerableProperty(RegExpPrototype[SYMBOL],"sham",!0)}}});var require_is_constructor=__commonJS({"node_modules/core-js/internals/is-constructor.js"(exports,module){"use strict";init_define_process_env();init_shim();var uncurryThis=require_function_uncurry_this(),fails=require_fails(),isCallable=require_is_callable(),classof=require_classof(),getBuiltIn=require_get_built_in(),inspectSource=require_inspect_source(),noop=function(){},construct=getBuiltIn("Reflect","construct"),constructorRegExp=/^\s*(?:class|function)\b/,exec=uncurryThis(constructorRegExp.exec),INCORRECT_TO_STRING=!constructorRegExp.test(noop),isConstructorModern=function(argument){if(!isCallable(argument))return!1;try{return construct(noop,[],argument),!0}catch(error){return!1}},isConstructorLegacy=function(argument){if(!isCallable(argument))return!1;switch(classof(argument)){case"AsyncFunction":case"GeneratorFunction":case"AsyncGeneratorFunction":return!1}try{return INCORRECT_TO_STRING||!!exec(constructorRegExp,inspectSource(argument))}catch(error){return!0}};isConstructorLegacy.sham=!0;module.exports=!construct||fails(function(){var called;return isConstructorModern(isConstructorModern.call)||!isConstructorModern(Object)||!isConstructorModern(function(){called=!0})||called})?isConstructorLegacy:isConstructorModern}});var require_a_constructor=__commonJS({"node_modules/core-js/internals/a-constructor.js"(exports,module){"use strict";init_define_process_env();init_shim();var isConstructor=require_is_constructor(),tryToString=require_try_to_string(),$TypeError=TypeError;module.exports=function(argument){if(isConstructor(argument))return argument;throw new $TypeError(tryToString(argument)+" is not a constructor")}}});var require_species_constructor=__commonJS({"node_modules/core-js/internals/species-constructor.js"(exports,module){"use strict";init_define_process_env();init_shim();var anObject=require_an_object(),aConstructor=require_a_constructor(),isNullOrUndefined=require_is_null_or_undefined(),wellKnownSymbol=require_well_known_symbol(),SPECIES=wellKnownSymbol("species");module.exports=function(O,defaultConstructor){var C=anObject(O).constructor,S;return C===void 0||isNullOrUndefined(S=anObject(C)[SPECIES])?defaultConstructor:aConstructor(S)}}});var require_string_multibyte=__commonJS({"node_modules/core-js/internals/string-multibyte.js"(exports,module){"use strict";init_define_process_env();init_shim();var uncurryThis=require_function_uncurry_this(),toIntegerOrInfinity=require_to_integer_or_infinity(),toString=require_to_string(),requireObjectCoercible=require_require_object_coercible(),charAt=uncurryThis("".charAt),charCodeAt=uncurryThis("".charCodeAt),stringSlice=uncurryThis("".slice),createMethod=function(CONVERT_TO_STRING){return function($this,pos){var S=toString(requireObjectCoercible($this)),position=toIntegerOrInfinity(pos),size=S.length,first,second;return position<0||position>=size?CONVERT_TO_STRING?"":void 0:(first=charCodeAt(S,position),first<55296||first>56319||position+1===size||(second=charCodeAt(S,position+1))<56320||second>57343?CONVERT_TO_STRING?charAt(S,position):first:CONVERT_TO_STRING?stringSlice(S,position,position+2):(first-55296<<10)+(second-56320)+65536)}};module.exports={codeAt:createMethod(!1),charAt:createMethod(!0)}}});var require_advance_string_index=__commonJS({"node_modules/core-js/internals/advance-string-index.js"(exports,module){"use strict";init_define_process_env();init_shim();var charAt=require_string_multibyte().charAt;module.exports=function(S,index,unicode){return index+(unicode?charAt(S,index).length:1)}}});var require_regexp_exec_abstract=__commonJS({"node_modules/core-js/internals/regexp-exec-abstract.js"(exports,module){"use strict";init_define_process_env();init_shim();var call=require_function_call(),anObject=require_an_object(),isCallable=require_is_callable(),classof=require_classof_raw(),regexpExec=require_regexp_exec(),$TypeError=TypeError;module.exports=function(R,S){var exec=R.exec;if(isCallable(exec)){var result=call(exec,R,S);return result!==null&&anObject(result),result}if(classof(R)==="RegExp")return call(regexpExec,R,S);throw new $TypeError("RegExp#exec called on incompatible receiver")}}});var require_es_string_split=__commonJS({"node_modules/core-js/modules/es.string.split.js"(){"use strict";init_define_process_env();init_shim();var call=require_function_call(),uncurryThis=require_function_uncurry_this(),fixRegExpWellKnownSymbolLogic=require_fix_regexp_well_known_symbol_logic(),anObject=require_an_object(),isNullOrUndefined=require_is_null_or_undefined(),requireObjectCoercible=require_require_object_coercible(),speciesConstructor=require_species_constructor(),advanceStringIndex=require_advance_string_index(),toLength=require_to_length(),toString=require_to_string(),getMethod=require_get_method(),regExpExec=require_regexp_exec_abstract(),stickyHelpers=require_regexp_sticky_helpers(),fails=require_fails(),UNSUPPORTED_Y=stickyHelpers.UNSUPPORTED_Y,MAX_UINT32=4294967295,min=Math.min,push=uncurryThis([].push),stringSlice=uncurryThis("".slice),SPLIT_WORKS_WITH_OVERWRITTEN_EXEC=!fails(function(){var re=/(?:)/,originalExec=re.exec;re.exec=function(){return originalExec.apply(this,arguments)};var result="ab".split(re);return result.length!==2||result[0]!=="a"||result[1]!=="b"}),BUGGY="abbc".split(/(b)*/)[1]==="c"||"test".split(/(?:)/,-1).length!==4||"ab".split(/(?:ab)*/).length!==2||".".split(/(.?)(.?)/).length!==4||".".split(/()()/).length>1||"".split(/.?/).length;fixRegExpWellKnownSymbolLogic("split",function(SPLIT,nativeSplit,maybeCallNative){var internalSplit="0".split(void 0,0).length?function(separator,limit){return separator===void 0&&limit===0?[]:call(nativeSplit,this,separator,limit)}:nativeSplit;return[function(separator,limit){var O=requireObjectCoercible(this),splitter=isNullOrUndefined(separator)?void 0:getMethod(separator,SPLIT);return splitter?call(splitter,separator,O,limit):call(internalSplit,toString(O),separator,limit)},function(string,limit){var rx=anObject(this),S=toString(string);if(!BUGGY){var res=maybeCallNative(internalSplit,rx,S,limit,internalSplit!==nativeSplit);if(res.done)return res.value}var C=speciesConstructor(rx,RegExp),unicodeMatching=rx.unicode,flags=(rx.ignoreCase?"i":"")+(rx.multiline?"m":"")+(rx.unicode?"u":"")+(UNSUPPORTED_Y?"g":"y"),splitter=new C(UNSUPPORTED_Y?"^(?:"+rx.source+")":rx,flags),lim=limit===void 0?MAX_UINT32:limit>>>0;if(lim===0)return[];if(S.length===0)return regExpExec(splitter,S)===null?[S]:[];for(var p=0,q=0,A=[];q<S.length;){splitter.lastIndex=UNSUPPORTED_Y?0:q;var z=regExpExec(splitter,UNSUPPORTED_Y?stringSlice(S,q):S),e;if(z===null||(e=min(toLength(splitter.lastIndex+(UNSUPPORTED_Y?q:0)),S.length))===p)q=advanceStringIndex(S,q,unicodeMatching);else{if(push(A,stringSlice(S,p,q)),A.length===lim)return A;for(var i=1;i<=z.length-1;i++)if(push(A,z[i]),A.length===lim)return A;q=p=e}}return push(A,stringSlice(S,p)),A}]},BUGGY||!SPLIT_WORKS_WITH_OVERWRITTEN_EXEC,UNSUPPORTED_Y)}});var _window$u,_window,_window$safe_require,_window2,u,safe_require,init_window_register=__esm({"lib-browser-old/window_register.js"(){"use strict";init_define_process_env();init_shim();u=(_window$u=(_window=window)==null?void 0:_window.u)!=null?_window$u:_u,safe_require=(_window$safe_require=(_window2=window)==null?void 0:_window2.safe_require)!=null?_window$safe_require:_safe_require}});var require_number_parse_int=__commonJS({"node_modules/core-js/internals/number-parse-int.js"(exports,module){"use strict";init_define_process_env();init_shim();var global=require_global(),fails=require_fails(),uncurryThis=require_function_uncurry_this(),toString=require_to_string(),trim=require_string_trim().trim,whitespaces=require_whitespaces(),$parseInt=global.parseInt,Symbol2=global.Symbol,ITERATOR=Symbol2&&Symbol2.iterator,hex=/^[+-]?0x/i,exec=uncurryThis(hex.exec),FORCED=$parseInt(whitespaces+"08")!==8||$parseInt(whitespaces+"0x16")!==22||ITERATOR&&!fails(function(){$parseInt(Object(ITERATOR))});module.exports=FORCED?function(string,radix){var S=trim(toString(string));return $parseInt(S,radix>>>0||(exec(hex,S)?16:10))}:$parseInt}});var require_es_parse_int=__commonJS({"node_modules/core-js/modules/es.parse-int.js"(){"use strict";init_define_process_env();init_shim();var $2=require_export(),$parseInt=require_number_parse_int();$2({global:!0,forced:parseInt!==$parseInt},{parseInt:$parseInt})}});var require_function_apply=__commonJS({"node_modules/core-js/internals/function-apply.js"(exports,module){"use strict";init_define_process_env();init_shim();var NATIVE_BIND=require_function_bind_native(),FunctionPrototype=Function.prototype,apply=FunctionPrototype.apply,call=FunctionPrototype.call;module.exports=typeof Reflect=="object"&&Reflect.apply||(NATIVE_BIND?call.bind(apply):function(){return call.apply(apply,arguments)})}});var require_get_substitution=__commonJS({"node_modules/core-js/internals/get-substitution.js"(exports,module){"use strict";init_define_process_env();init_shim();var uncurryThis=require_function_uncurry_this(),toObject=require_to_object(),floor=Math.floor,charAt=uncurryThis("".charAt),replace=uncurryThis("".replace),stringSlice=uncurryThis("".slice),SUBSTITUTION_SYMBOLS=/\$([$&'`]|\d{1,2}|<[^>]*>)/g,SUBSTITUTION_SYMBOLS_NO_NAMED=/\$([$&'`]|\d{1,2})/g;module.exports=function(matched,str,position,captures,namedCaptures,replacement){var tailPos=position+matched.length,m=captures.length,symbols=SUBSTITUTION_SYMBOLS_NO_NAMED;return namedCaptures!==void 0&&(namedCaptures=toObject(namedCaptures),symbols=SUBSTITUTION_SYMBOLS),replace(replacement,symbols,function(match,ch){var capture;switch(charAt(ch,0)){case"$":return"$";case"&":return matched;case"`":return stringSlice(str,0,position);case"'":return stringSlice(str,tailPos);case"<":capture=namedCaptures[stringSlice(ch,1,-1)];break;default:var n=+ch;if(n===0)return match;if(n>m){var f=floor(n/10);return f===0?match:f<=m?captures[f-1]===void 0?charAt(ch,1):captures[f-1]+charAt(ch,1):match}capture=captures[n-1]}return capture===void 0?"":capture})}}});var require_es_string_replace=__commonJS({"node_modules/core-js/modules/es.string.replace.js"(){"use strict";init_define_process_env();init_shim();var apply=require_function_apply(),call=require_function_call(),uncurryThis=require_function_uncurry_this(),fixRegExpWellKnownSymbolLogic=require_fix_regexp_well_known_symbol_logic(),fails=require_fails(),anObject=require_an_object(),isCallable=require_is_callable(),isNullOrUndefined=require_is_null_or_undefined(),toIntegerOrInfinity=require_to_integer_or_infinity(),toLength=require_to_length(),toString=require_to_string(),requireObjectCoercible=require_require_object_coercible(),advanceStringIndex=require_advance_string_index(),getMethod=require_get_method(),getSubstitution=require_get_substitution(),regExpExec=require_regexp_exec_abstract(),wellKnownSymbol=require_well_known_symbol(),REPLACE=wellKnownSymbol("replace"),max=Math.max,min=Math.min,concat=uncurryThis([].concat),push=uncurryThis([].push),stringIndexOf=uncurryThis("".indexOf),stringSlice=uncurryThis("".slice),maybeToString=function(it){return it===void 0?it:String(it)},REPLACE_KEEPS_$0=function(){return"a".replace(/./,"$0")==="$0"}(),REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE=function(){return/./[REPLACE]?/./[REPLACE]("a","$0")==="":!1}(),REPLACE_SUPPORTS_NAMED_GROUPS=!fails(function(){var re=/./;return re.exec=function(){var result=[];return result.groups={a:"7"},result},"".replace(re,"$<a>")!=="7"});fixRegExpWellKnownSymbolLogic("replace",function(_,nativeReplace,maybeCallNative){var UNSAFE_SUBSTITUTE=REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE?"$":"$0";return[function(searchValue,replaceValue){var O=requireObjectCoercible(this),replacer=isNullOrUndefined(searchValue)?void 0:getMethod(searchValue,REPLACE);return replacer?call(replacer,searchValue,O,replaceValue):call(nativeReplace,toString(O),searchValue,replaceValue)},function(string,replaceValue){var rx=anObject(this),S=toString(string);if(typeof replaceValue=="string"&&stringIndexOf(replaceValue,UNSAFE_SUBSTITUTE)===-1&&stringIndexOf(replaceValue,"$<")===-1){var res=maybeCallNative(nativeReplace,rx,S,replaceValue);if(res.done)return res.value}var functionalReplace=isCallable(replaceValue);functionalReplace||(replaceValue=toString(replaceValue));var global=rx.global,fullUnicode;global&&(fullUnicode=rx.unicode,rx.lastIndex=0);for(var results=[],result;result=regExpExec(rx,S),!(result===null||(push(results,result),!global));){var matchStr=toString(result[0]);matchStr===""&&(rx.lastIndex=advanceStringIndex(S,toLength(rx.lastIndex),fullUnicode))}for(var accumulatedResult="",nextSourcePosition=0,i=0;i<results.length;i++){result=results[i];for(var matched=toString(result[0]),position=max(min(toIntegerOrInfinity(result.index),S.length),0),captures=[],replacement,j=1;j<result.length;j++)push(captures,maybeToString(result[j]));var namedCaptures=result.groups;if(functionalReplace){var replacerArgs=concat([matched],captures,position,S);namedCaptures!==void 0&&push(replacerArgs,namedCaptures),replacement=toString(apply(replaceValue,void 0,replacerArgs))}else replacement=getSubstitution(matched,S,position,captures,namedCaptures,replaceValue);position>=nextSourcePosition&&(accumulatedResult+=stringSlice(S,nextSourcePosition,position)+replacement,nextSourcePosition=position+matched.length)}return accumulatedResult+stringSlice(S,nextSourcePosition)}]},!REPLACE_SUPPORTS_NAMED_GROUPS||!REPLACE_KEEPS_$0||REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE)}});var require_function_uncurry_this_clause=__commonJS({"node_modules/core-js/internals/function-uncurry-this-clause.js"(exports,module){"use strict";init_define_process_env();init_shim();var classofRaw=require_classof_raw(),uncurryThis=require_function_uncurry_this();module.exports=function(fn){if(classofRaw(fn)==="Function")return uncurryThis(fn)}}});var require_function_bind_context=__commonJS({"node_modules/core-js/internals/function-bind-context.js"(exports,module){"use strict";init_define_process_env();init_shim();var uncurryThis=require_function_uncurry_this_clause(),aCallable=require_a_callable(),NATIVE_BIND=require_function_bind_native(),bind=uncurryThis(uncurryThis.bind);module.exports=function(fn,that){return aCallable(fn),that===void 0?fn:NATIVE_BIND?bind(fn,that):function(){return fn.apply(that,arguments)}}}});var require_array_slice=__commonJS({"node_modules/core-js/internals/array-slice.js"(exports,module){"use strict";init_define_process_env();init_shim();var uncurryThis=require_function_uncurry_this();module.exports=uncurryThis([].slice)}});var require_validate_arguments_length=__commonJS({"node_modules/core-js/internals/validate-arguments-length.js"(exports,module){"use strict";init_define_process_env();init_shim();var $TypeError=TypeError;module.exports=function(passed,required){if(passed<required)throw new $TypeError("Not enough arguments");return passed}}});var require_engine_is_ios=__commonJS({"node_modules/core-js/internals/engine-is-ios.js"(exports,module){"use strict";init_define_process_env();init_shim();var userAgent=require_engine_user_agent();module.exports=/(?:ipad|iphone|ipod).*applewebkit/i.test(userAgent)}});var require_engine_is_node=__commonJS({"node_modules/core-js/internals/engine-is-node.js"(exports,module){"use strict";init_define_process_env();init_shim();var global=require_global(),classof=require_classof_raw();module.exports=classof(global.process)==="process"}});var require_task=__commonJS({"node_modules/core-js/internals/task.js"(exports,module){"use strict";init_define_process_env();init_shim();var global=require_global(),apply=require_function_apply(),bind=require_function_bind_context(),isCallable=require_is_callable(),hasOwn=require_has_own_property(),fails=require_fails(),html=require_html(),arraySlice=require_array_slice(),createElement=require_document_create_element(),validateArgumentsLength=require_validate_arguments_length(),IS_IOS=require_engine_is_ios(),IS_NODE=require_engine_is_node(),set=global.setImmediate,clear=global.clearImmediate,process2=global.process,Dispatch=global.Dispatch,Function2=global.Function,MessageChannel=global.MessageChannel,String2=global.String,counter=0,queue={},ONREADYSTATECHANGE="onreadystatechange",$location,defer,channel,port;fails(function(){$location=global.location});var run=function(id){if(hasOwn(queue,id)){var fn=queue[id];delete queue[id],fn()}},runner=function(id){return function(){run(id)}},eventListener=function(event){run(event.data)},globalPostMessageDefer=function(id){global.postMessage(String2(id),$location.protocol+"//"+$location.host)};(!set||!clear)&&(set=function(handler){validateArgumentsLength(arguments.length,1);var fn=isCallable(handler)?handler:Function2(handler),args=arraySlice(arguments,1);return queue[++counter]=function(){apply(fn,void 0,args)},defer(counter),counter},clear=function(id){delete queue[id]},IS_NODE?defer=function(id){process2.nextTick(runner(id))}:Dispatch&&Dispatch.now?defer=function(id){Dispatch.now(runner(id))}:MessageChannel&&!IS_IOS?(channel=new MessageChannel,port=channel.port2,channel.port1.onmessage=eventListener,defer=bind(port.postMessage,port)):global.addEventListener&&isCallable(global.postMessage)&&!global.importScripts&&$location&&$location.protocol!=="file:"&&!fails(globalPostMessageDefer)?(defer=globalPostMessageDefer,global.addEventListener("message",eventListener,!1)):ONREADYSTATECHANGE in createElement("script")?defer=function(id){html.appendChild(createElement("script"))[ONREADYSTATECHANGE]=function(){html.removeChild(this),run(id)}}:defer=function(id){setTimeout(runner(id),0)});module.exports={set,clear}}});var require_web_clear_immediate=__commonJS({"node_modules/core-js/modules/web.clear-immediate.js"(){"use strict";init_define_process_env();init_shim();var $2=require_export(),global=require_global(),clearImmediate=require_task().clear;$2({global:!0,bind:!0,enumerable:!0,forced:global.clearImmediate!==clearImmediate},{clearImmediate})}});var require_engine_is_bun=__commonJS({"node_modules/core-js/internals/engine-is-bun.js"(exports,module){"use strict";init_define_process_env();init_shim();module.exports=typeof Bun=="function"&&Bun&&typeof Bun.version=="string"}});var require_schedulers_fix=__commonJS({"node_modules/core-js/internals/schedulers-fix.js"(exports,module){"use strict";init_define_process_env();init_shim();var global=require_global(),apply=require_function_apply(),isCallable=require_is_callable(),ENGINE_IS_BUN=require_engine_is_bun(),USER_AGENT=require_engine_user_agent(),arraySlice=require_array_slice(),validateArgumentsLength=require_validate_arguments_length(),Function2=global.Function,WRAP=/MSIE .\./.test(USER_AGENT)||ENGINE_IS_BUN&&function(){var version=global.Bun.version.split(".");return version.length<3||version[0]==="0"&&(version[1]<3||version[1]==="3"&&version[2]==="0")}();module.exports=function(scheduler,hasTimeArg){var firstParamIndex=hasTimeArg?2:1;return WRAP?function(handler,timeout){var boundArgs=validateArgumentsLength(arguments.length,1)>firstParamIndex,fn=isCallable(handler)?handler:Function2(handler),params=boundArgs?arraySlice(arguments,firstParamIndex):[],callback=boundArgs?function(){apply(fn,this,params)}:fn;return hasTimeArg?scheduler(callback,timeout):scheduler(callback)}:scheduler}}});var require_web_set_immediate=__commonJS({"node_modules/core-js/modules/web.set-immediate.js"(){"use strict";init_define_process_env();init_shim();var $2=require_export(),global=require_global(),setTask=require_task().set,schedulersFix=require_schedulers_fix(),setImmediate2=global.setImmediate?schedulersFix(setTask,!1):setTask;$2({global:!0,bind:!0,enumerable:!0,forced:global.setImmediate!==setImmediate2},{setImmediate:setImmediate2})}});var require_web_immediate=__commonJS({"node_modules/core-js/modules/web.immediate.js"(){"use strict";init_define_process_env();init_shim();require_web_clear_immediate();require_web_set_immediate()}});var select2_MultiDropdown_exports={};__export(select2_MultiDropdown_exports,{additional_data:()=>additional_data,initialize:()=>initialize,property_applications:()=>property_applications_internal});function get_translation(key){return Lib().get_text("select2",key)}function initialize(instance){let canvas=instance.get_canvas(),div=$('<select class="inner-dropdown select2-hidden-accessible"></select>');canvas.append(div),div.attr("multiple","multiple"),div.css({width:"100%",height:"100%"});let current_displayed_value=null;function select_value(val){let select_raw_values=[];for(let v of val!=null?val:[])select_raw_values.push(hydrate.dehydrate_tree_to_string_safe(v));div.val(select_raw_values).trigger("change",{source:"triggered_js"})}function restyle_tags(data){property_applications.apply_css_style(canvas.find(".select2-selection__choice"),{color:data.tag_font_color,"background-color":data.tag_bgcolor,"border-radius":"".concat(data.tag_border_roundness,"px"),"border-color":data.tag_border_color,"border-width":"".concat(data.tag_border_width,"px"),"border-style":"solid",padding:"3px 5px 3px 5px"}),property_applications.apply_css_style(canvas.find(".select2-selection__choice__remove"),{color:data.tag_delete_color})}let list_defined=b_async.MakeSwitch(void 0,"select2_list"),get_choice_list;if(instance.run_mode()){let recalculate_height2=function(){let items=canvas.find(".select2-selection__rendered");if(items.length){let inner_height=parseInt(items.css("height").replace("px",""))+5,padding_top=parseInt(canvas[0].style["padding-top"]);isNaN(padding_top)||(inner_height+=padding_top*2);let min_height=instance.element.get_height();instance.set_height(Math.max(min_height,inner_height)),instance.state("should_recalc",!1)}};var recalculate_height=recalculate_height2;canvas.css("overflow","visible"),element_eval.on_property_change(instance,"disabled",value=>div.prop("disabled",value!=null?value:!1)),get_choice_list=()=>{let raw_choices=this._get_raw_choice_list(instance),get_display=v=>{var _this$_get_display_op;return(_this$_get_display_op=this._get_display_option(instance)(v))==null?void 0:_this$_get_display_op.trim()},already_listed_captions=[],raw_choice_list=raw_choices.get_children(0,MAX_DROPDOWN);autorun.run_once(30,()=>raw_choice_list.map(raw_choice=>get_display(raw_choice)));let choice_list=[];for(let v of raw_choice_list)choice_list.push({text:get_display(v),id:hydrate.dehydrate_tree_to_string_safe(v)}),already_listed_captions.push(get_display(v));if((instance.get_static_property("dynamic_type")==="text"||instance.get_static_property("choices_style")!=="dynamic")&&instance.get_static_property("enable_tagging"))for(let a of(_current_displayed_va=current_displayed_value)!=null?_current_displayed_va:[]){var _current_displayed_va;already_listed_captions.includes(a.trim())||choice_list.push({text:a,id:a})}return choice_list};let bad_value_watcher=autorun.Watcher(()=>{if(!instance.state("has_been_changed"))return!1;let val=instance.state("value");if(!(val!=null&&val.length)||this._tagging_enabled(instance))return!1;for(let v of val)if(!this._choice_list_contains(instance,v))return!0;return!1});instance.on_destroy(()=>{bad_value_watcher.destroy()}),bad_value_watcher.on_value(is_bad=>{is_bad&&instance.message("reset_input")});let run_mode_tag_styling=()=>autorun.run_once(30,()=>{let props={};for(let prop of["tag_font_color","tag_bgcolor","tag_border_roundness","tag_border_width","tag_border_color","tag_delete_color"])props[prop]=element_eval.evaluate_property(instance,prop);return props},(err,data)=>{if(err){logger.log(err);return}instance.setTimeout(()=>{restyle_tags(data)},1)});autorun.autorun(()=>{instance.is_visible()&&(instance.state("notify_width"),instance.state("value"),instance.state("should_recalc"),setImmediate(recalculate_height2))}),element_utils.register_tab_index_listener(instance,num=>{div.attr("tabindex",num)});let retrieve_properties=instance2=>({font_face:element_props.get_font_face(instance2),font_size:element_eval.evaluate_property(instance2,"font_size"),border_radius:element_eval.evaluate_property(instance2,"border_roundness"),border_width:element_eval.evaluate_property(instance2,"border_width"),border_color:element_eval.evaluate_property(instance2,"border_color"),background_style:element_eval.evaluate_property(instance2,"background_style"),background_color:element_eval.evaluate_property(instance2,"bgcolor")}),set_property_styles=data=>{var _data$background_colo;property_applications.apply_css_style($(".select2-dropdown"),{"font-family":webfonts.get_face_and_variant(data.font_face).font_family,"font-size":data.font_size+"px","border-radius":data.border_radius+"px","border-width":data.border_width+"px","border-color":"#aaa","background-color":data.background_style==="bgcolor"?(_data$background_colo=data.background_color)!=null?_data$background_colo:"white":"transparent"}),property_applications.apply_css_style($(".select2-container.select2-container--open .select2-dropdown--below"),{left:"-"+data.border_width+"px",top:"-"+data.border_width+"px"})};instance.wait_for_visible_lite(()=>{div.change((e,data)=>{let new_val=div.val();if(current_displayed_value=new_val,run_mode_tag_styling(),instance.state("should_recalc",!0),(data==null?void 0:data.source)==="triggered_js")return;let res=[];for(let v of new_val!=null?new_val:[])res.push(dropdowns.rehydrate_dropdown_value(v));instance.message("user_submit",res)});let _last_val=null;inputs.input_change_autorun(instance,val=>{_last_val=val,b_async.WaitFor(list_defined,()=>select_value(_last_val))}),instance.on_message("set_focus",()=>canvas.find("input").focus());let interval=null;div.on("select2:open",()=>{instance.state("is_focused",!0),instance.run_mode()?instance.setTimeout(()=>{autorun.run_once(30,()=>retrieve_properties(instance),(err,data)=>{if(err){logger.log(err);return}run_mode_tag_styling();let search_input=canvas.find(".select2-search__field");search_input.off("keydown.styling keyup.styling keypress.styling"),search_input.on("keydown.styling keyup.styling keypress.styling",()=>run_mode_tag_styling()),interval=instance.setInterval(()=>run_mode_tag_styling(),5),set_property_styles(data)})},1):autorun.run_once(30,()=>{retrieve_properties(instance)},(err,data)=>{if(err){logger.log(err);return}set_property_styles(data)})}),div.on("select2:close",()=>{run_mode_tag_styling(),instance.clearInterval(interval),canvas.find("input").is(":focus")||instance.state("is_focused",!1)}),$(document).on("click",evt=>{$.contains(canvas[0],evt.target)||instance.state("is_focused",!1)})})}else current_displayed_value=["tag1"];let is_dropdown_focused=autorun.Box(!1);div.on("focus",()=>is_dropdown_focused(!0)),div.on("blur",()=>is_dropdown_focused(!1));let succesfully_updated_once=autorun.Box(!1);element_eval.pre_cache(instance,["height","placeholder"]),instance.autorun(()=>{if(instance.is_visible()&&(!succesfully_updated_once()||!is_dropdown_focused())){list_defined.turn_off(),succesfully_updated_once(!0);let props={};for(let prop of["height","placeholder"])props[prop]=element_eval.evaluate_property(instance,prop);let choices=instance.run_mode()?get_choice_list():[{id:"tag1",text:"Tag 1"}],options={placeholder:props.placeholder,data:choices,maximumSelectionLength:instance.get_static_property("limit_selection"),dir:languages.is_rtl(Lib().app_language())&&"rtl",language:{errorLoading(){return get_translation("ERROR_LOADING")},inputTooLong(){return get_translation("INPUT_TOO_LONG")},inputTooShort(){return get_translation("INPUT_TOO_SHORT")},loadingMore(){return get_translation("LOADING_MORE")},maximumSelected(){return get_translation("MAXIMUM_SELECTED")},noResults(){return get_translation("NO_RESULTS")},searching(){return get_translation("SEARCHING")},removeAllItems(){return get_translation("REMOVE_ALL_ITEMS")}}};this._tagging_enabled(instance)&&(options.tags=!0,options.tokenSeparators=[","],instance.get_static_property("tags_with_spaces")||options.tokenSeparators.push(" ")),div.data("select2")!=null&&div.select2("destroy").empty(),div.select2(options),canvas.find(".select2-selection, .select2-container--default").height(props.height),canvas.find("input").is(":focus")&&instance.message("set_focus"),instance.run_mode()&&inputs.register_focus(instance,canvas.find(".select2-selection, input")),select_value(current_displayed_value),instance.state("has_been_changed")||select_value(instance.state("value")),list_defined.turn_on(),element_eval.pre_cache(instance,["tag_font_color","tag_bgcolor","tag_border_roundness","tag_border_width","tag_border_color","tag_delete_color","font_face","font_family","font_weight","font_size","font_color","placeholder_color"]),instance.autorun(()=>{props={};for(let prop of["tag_font_color","tag_bgcolor","tag_border_roundness","tag_border_width","tag_border_color","tag_delete_color","font_size","font_color","placeholder_color"])props[prop]=element_eval.evaluate_property(instance,prop);props.font_face=element_props.get_font_face(instance),restyle_tags(props);let font_data=webfonts.get_quoted_face_and_variant(props.font_face),search_field=canvas.find(".select2-search__field");property_applications.apply_css_style(search_field,{"font-family":font_data.font_family,"font-weight":font_data.variant,"font-size":"".concat(props.font_size,"px"),color:props.font_color,width:"100%"}),new property_applications.PlaceholderColor().apply(props,search_field,instance),property_applications.apply_css_style(canvas.find(".select2-search--inline"),{width:instance.run_mode()&&current_displayed_value.length>0?"":"100%"})})}})}var import_es_array_iterator,import_web_dom_collections_iterator,import_es_string_trim,import_es_array_includes,import_es_parse_int,import_es_regexp_exec,import_es_string_replace,import_web_immediate,b_async,autorun,Lib,property_applications,inputs,dropdowns,element_utils,hydrate,languages,webfonts,logger,element_eval,element_props,MAX_DROPDOWN,property_applications_internal,additional_data,init_select2_MultiDropdown=__esm({"lib-browser-old/optional/services/legacy/responsive_v0/select2_MultiDropdown.js"(){"use strict";init_define_process_env();init_shim();import_es_array_iterator=__toESM(require_es_array_iterator()),import_web_dom_collections_iterator=__toESM(require_web_dom_collections_iterator()),import_es_string_trim=__toESM(require_es_string_trim()),import_es_array_includes=__toESM(require_es_array_includes()),import_es_parse_int=__toESM(require_es_parse_int()),import_es_regexp_exec=__toESM(require_es_regexp_exec()),import_es_string_replace=__toESM(require_es_string_replace()),import_web_immediate=__toESM(require_web_immediate());init_window_register();b_async=safe_require.safe_require("./u/shared/async/b_async"),autorun=safe_require.safe_require("./u/shared/async/autorun"),Lib=safe_require.safe_require("./lib"),property_applications=safe_require.safe_require("./core/property_applications"),inputs=safe_require.safe_require("./core/core_elements/shared/inputs"),dropdowns=safe_require.safe_require("./core/core_elements/shared/dropdowns"),element_utils=safe_require.safe_require("./core/core_elements/core_elements_utilities/element_utils"),hydrate=safe_require.safe_require("./db/hydrate"),languages=safe_require.safe_require("./languages"),webfonts=safe_require.safe_require("./webfonts"),logger=safe_require.safe_require("./logger"),element_eval=safe_require.safe_require("./lang/evaluation/element_eval"),element_props=safe_require.safe_require("./lang/evaluation/element_props");MAX_DROPDOWN=5e3,property_applications_internal=[new property_applications.MinWidth];additional_data={notify_width(instance,width){instance.state("notify_width",width)}}}});init_define_process_env();init_shim();var import_es_string_trim2=__toESM(require_es_string_trim()),import_es_array_iterator2=__toESM(require_es_array_iterator()),import_web_dom_collections_iterator2=__toESM(require_web_dom_collections_iterator()),import_es_array_includes2=__toESM(require_es_array_includes()),import_es_regexp_exec2=__toESM(require_es_regexp_exec()),import_es_string_split=__toESM(require_es_string_split());init_window_register();var external=safe_require.safe_require("./external"),services=safe_require.safe_require("./services"),Lib2=safe_require.safe_require("./lib"),property_applications2=safe_require.safe_require("./core/property_applications"),shared_fields=safe_require.safe_require("./core/shared_fields"),inputs2=safe_require.safe_require("./core/core_elements/shared/inputs"),dropdowns2=safe_require.safe_require("./core/core_elements/shared/dropdowns"),hydrate2=safe_require.safe_require("./db/hydrate"),btypes=safe_require.safe_require("./lang/btypes"),lang=safe_require.safe_require("./lang/lang"),languages2=safe_require.safe_require("./languages"),webfonts2=safe_require.safe_require("./webfonts"),logger2=safe_require.safe_require("./logger"),element_eval2=safe_require.safe_require("./lang/evaluation/element_eval"),element_props2=safe_require.safe_require("./lang/evaluation/element_props"),element_modifications=safe_require.safe_require("./core/core_elements/legacy/responsive_v0/element_modifications"),btype_ids=safe_require.safe_require("./lang/btype_ids"),PLUGIN_FILE="select2";element_modifications.set_legacy_element_modifications("select2-MultiDropdown",(init_select2_MultiDropdown(),__toCommonJS(select2_MultiDropdown_exports)));var MAX_DROPDOWN2=5e3,cls=class extends external.Service{constructor(){super(),this.elements=this._get_initial_elements(),this.authenticator=new external.NoAuth}_get_initial_elements(){return{MultiDropdown:{category:"input forms",display:"Multi dropdown",icon:"ion-pricetags",condition(root){var _root$is_mobile;return!(root!=null&&(_root$is_mobile=root.is_mobile)!=null&&_root$is_mobile.call(root))},defaults:{font_size:14,background_style:"bgcolor",bgcolor:"#FFFFFF",border_style:"solid",border_width:1,border_color:"#858585",border_roundness:3,width:250,height:45,placeholder:"Choose some options...",use_max_width:!0,max_width:150},default_states:[{condition:{type:"ThisElement",next:{type:"Message",name:"is_focused"}},properties:{border_color:"#52A8EC",boxshadow_color:"#52A8EC",boxshadow_style:"outset",boxshadow_horizontal:0,boxshadow_vertical:0,boxshadow_blur:6}}],field_names:u.extend({choices_style:{default:"static",no_states:!0},choices:{no_states:!0,default:"Choice 1\nChoice 2\nChoice 3"},dynamic_type:{no_states:!0},data_source:{},option_display_expression:{no_states:!0},default:{},enable_tagging:{no_states:!0},tags_with_spaces:{no_states:!0},placeholder:{},tag_font_color:{default:"#252525"},tag_bgcolor:{default:"#e4e4e4"},tag_delete_color:{default:"#999"},tag_border_roundness:{default:2},tag_border_width:{default:1},tag_border_color:{default:"#C9C9C9"},limit_selection:{no_states:!0,optional:!0}},inputs2.get_disabled_field_name,inputs2.get_auto_binding_field_names),property_applications:[new property_applications2.Dimensions,new property_applications2.Font,new property_applications2.Background,new property_applications2.ResponsiveElement,new property_applications2.Border(void 0,void 0,{only_main_border:!0}),new property_applications2.PaddingText,new property_applications2.BoxShadow,new property_applications2.PlaceholderColor("input.select2-search__field")],get_html(instance){return"<div></div>"},get_min_width(element){return 0},_get_display_option:dropdowns2._get_display_option,uses_css_responsive:!0,can_fit_height:!0,initialize(instance){services.log_plugin_element_init({name:this.plugin_name,plugin:PLUGIN_FILE});let canvas=instance.get_canvas(),div=$('<select class="inner-dropdown select2-hidden-accessible"></select>');canvas.append(div),div.attr("multiple","multiple"),div.css({width:"100%",height:"100%"});let current_displayed_value=null;function select_value(val){let select_raw_values=(val!=null?val:[]).map(v=>hydrate2.dehydrate_tree_to_string_safe(v));div.val(select_raw_values).trigger("change",{source:"triggered_js"})}function restyle_tags(data){property_applications2.apply_css_style(canvas.find(".select2-selection__choice"),{color:data.tag_font_color,"background-color":data.tag_bgcolor,"border-radius":data.tag_border_roundness+"px","border-color":data.tag_border_color,"border-width":data.tag_border_width+"px","border-style":"solid",padding:"3px 5px 3px 5px"}),property_applications2.apply_css_style(canvas.find(".select2-selection__choice__remove"),{color:data.tag_delete_color})}let list_defined=u.MakeSwitch(void 0,"select2_list"),get_choice_list;if(instance.run_mode()){canvas.css({"overflow-x":"visible","overflow-y":"auto"}),element_eval2.on_property_change(instance,"disabled",value=>{div.prop("disabled",value!=null?value:!1),div.prop("disabled")?canvas.css("pointer-events","none"):canvas.css("pointer-events","")}),get_choice_list=()=>{let raw_choices=this._get_raw_choice_list(instance),get_display=v=>{var _this$_get_display_op;return(_this$_get_display_op=this._get_display_option(instance)(v))==null?void 0:_this$_get_display_op.trim()},already_listed_captions=[],raw_choice_list=raw_choices.get_children(0,MAX_DROPDOWN2);u.run_once(30,()=>{for(let raw_choice in raw_choice_list)get_display(raw_choice)});let choice_list=[];for(let v of raw_choice_list)choice_list.push({text:get_display(v),id:hydrate2.dehydrate_tree_to_string_safe(v)}),already_listed_captions.push(get_display(v));if((instance.get_static_property("dynamic_type")==="text"||instance.get_static_property("choices_style")!=="dynamic")&&instance.get_static_property("enable_tagging"))for(let a of(_current_displayed_va=current_displayed_value)!=null?_current_displayed_va:[]){var _current_displayed_va;already_listed_captions.includes(a.trim())||choice_list.push({text:a,id:a})}return choice_list};let bad_value_watcher=u.Watcher(()=>{if(!instance.state("has_been_changed"))return!1;let val=instance.state("value");if(!(val!=null&&val.length)||this._tagging_enabled(instance))return!1;for(let v of val)if(!this._choice_list_contains(instance,v))return!0;return!1});instance.on_destroy(()=>{bad_value_watcher.destroy()}),bad_value_watcher.on_value(is_bad=>{is_bad&&instance.message("reset_input")});let run_mode_tag_styling=()=>u.run_once(30,()=>{let props={};for(let prop of["tag_font_color","tag_bgcolor","tag_border_roundness","tag_border_width","tag_border_color","tag_delete_color"])props[prop]=element_eval2.evaluate_property(instance,prop);return props},(err,data)=>{if(err){logger2.log(err);return}instance.setTimeout(()=>restyle_tags(data),1)}),retrieve_properties=instance2=>({font_face:element_props2.get_font_face(instance2),font_size:element_eval2.evaluate_property(instance2,"font_size"),border_radius:element_eval2.evaluate_property(instance2,"border_roundness"),border_width:element_eval2.evaluate_property(instance2,"border_width"),border_color:element_eval2.evaluate_property(instance2,"border_color"),background_style:element_eval2.evaluate_property(instance2,"background_style"),background_color:element_eval2.evaluate_property(instance2,"bgcolor")}),set_property_styles=data=>{var _data$background_colo;property_applications2.apply_css_style($(".select2-dropdown"),{"font-family":webfonts2.get_face_and_variant(data.font_face).font_family,"font-size":data.font_size+"px","border-radius":data.border_radius+"px","border-width":data.border_width+"px","border-color":"#aaa","background-color":data.background_style==="bgcolor"?(_data$background_colo=data.background_color)!=null?_data$background_colo:"white":"transparent"}),property_applications2.apply_css_style($(".select2-container.select2-container--open .select2-dropdown--below"),{left:"-"+data.border_width+"px",top:"-"+data.border_width+"px"})};instance.on_message("add_tab_index",num=>{div.attr("tabindex",num)}),instance.wait_for_visible_lite(()=>{div.change((e,data)=>{let new_val=div.val();if(current_displayed_value=new_val,run_mode_tag_styling(),instance.state("should_recalc",!0),(data==null?void 0:data.source)==="triggered_js")return;let res=(new_val!=null?new_val:[]).map(v=>dropdowns2.rehydrate_dropdown_value(v));instance.message("user_submit",res)});let _last_val=null;inputs2.input_change_autorun(instance,val=>{_last_val=val,u.WaitFor(list_defined,()=>{select_value(_last_val)})}),instance.on_message("set_focus",()=>{canvas.find("input").focus()});let interval=null;div.on("select2:open",()=>{instance.state("is_focused",!0),instance.run_mode()?instance.setTimeout(()=>{u.run_once(30,()=>retrieve_properties(instance),(err,data)=>{if(err){logger2.log(err);return}run_mode_tag_styling();let search_input=canvas.find(".select2-search__field");search_input.off("keydown.styling keyup.styling keypress.styling"),search_input.on("keydown.styling keyup.styling keypress.styling",()=>{run_mode_tag_styling()}),interval=instance.setInterval(()=>{run_mode_tag_styling()},5),set_property_styles(data)})},1):u.run_once(30,()=>{retrieve_properties(instance)},(err,data)=>{if(err){logger2.log(err);return}set_property_styles(data)})}),div.on("select2:close",()=>{run_mode_tag_styling(),instance.clearInterval(interval),canvas.find("input").is(":focus")||instance.state("is_focused",!1)}),$(document).on("click",evt=>{$.contains(canvas[0],evt.target)||instance.state("is_focused",!1)})})}else current_displayed_value=["tag1"];let is_dropdown_focused=u.Box(!1);div.on("focus",()=>is_dropdown_focused(!0)),div.on("blur",()=>is_dropdown_focused(!1));let succesfully_updated_once=u.Box(!1);element_eval2.pre_cache(instance,["placeholder"]),instance.autorun(()=>{if(instance.is_visible()&&(!succesfully_updated_once()||!is_dropdown_focused())){list_defined.turn_off(),succesfully_updated_once(!0);let props={};for(let prop of["placeholder"])props[prop]=element_eval2.evaluate_property(instance,prop);let choices=instance.run_mode()?get_choice_list():[{id:"tag1",text:"Tag 1"}],options={placeholder:props.placeholder,data:choices,maximumSelectionLength:instance.get_static_property("limit_selection"),dir:languages2.is_rtl(Lib2().app_language())&&"rtl",language:{errorLoading(){return get_translation2("ERROR_LOADING")},inputTooLong(){return get_translation2("INPUT_TOO_LONG")},inputTooShort(){return get_translation2("INPUT_TOO_SHORT")},loadingMore(){return get_translation2("LOADING_MORE")},maximumSelected(){return get_translation2("MAXIMUM_SELECTED")},noResults(){return get_translation2("NO_RESULTS")},searching(){return get_translation2("SEARCHING")},removeAllItems(){return get_translation2("REMOVE_ALL_ITEMS")}}};this._tagging_enabled(instance)&&(options.tags=!0,options.tokenSeparators=[","],instance.get_static_property("tags_with_spaces")||options.tokenSeparators.push(" "));let is_focused=canvas.find("input").is(":focus");div.data("select2")!=null&&div.select2("destroy").empty(),div.select2(options),canvas.find(".select2-selection, .select2-container--default").css("height","100%"),is_focused&&instance.message("set_focus"),instance.run_mode()&&inputs2.register_focus(instance,canvas.find(".select2-selection, input")),select_value(current_displayed_value),instance.state("has_been_changed")||select_value(instance.state("value")),list_defined.turn_on(),element_eval2.pre_cache(instance,["tag_font_color","tag_bgcolor","tag_border_roundness","tag_border_width","tag_border_color","tag_delete_color","font_face","font_family","font_weight","font_size","font_color","placeholder_color"]),instance.autorun(()=>{props={};for(let prop of["tag_font_color","tag_bgcolor","tag_border_roundness","tag_border_width","tag_border_color","tag_delete_color","font_size","font_color","placeholder_color"])props[prop]=element_eval2.evaluate_property(instance,prop);props.font_face=element_props2.get_font_face(instance),restyle_tags(props);let font_data=webfonts2.get_quoted_face_and_variant(props.font_face),search_field=canvas.find(".select2-search__field");property_applications2.apply_css_style(search_field,{"font-family":font_data.font_family,"font-weight":font_data.variant,"font-size":props.font_size+"px",color:props.font_color}),new property_applications2.PlaceholderColor().apply(props,search_field,instance),property_applications2.apply_css_style(canvas.find(".select2-search--inline"),{width:instance.run_mode()&&current_displayed_value.length>0?"":"100%"})})}})},_tagging_enabled(instance){return this._supports_tagging(instance)&&instance.get_static_property("enable_tagging")},_supports_tagging(instance){return!(instance.get_static_property("choices_style")==="dynamic"&&instance.get_static_property("dynamic_type")!=="text")},_get_raw_btype(element){return element.get_static_property("choices_style")==="dynamic"?element.get_static_property("dynamic_type"):"text"},_get_raw_choice_list(instance){return dropdowns2._get_raw_choice_list_dropdown(instance,this)},_choice_list_contains(instance,val){let V=btypes.get(this._get_raw_btype(instance.element));return this._get_raw_choice_list(instance).contains(val,V)},get_starting_content(instance){var _ref,_starting_content$all,_starting_content3,_starting_content3$al;let starting_content;if(instance.run_mode()&&instance.get_static_property("auto_binding"))starting_content=inputs2.get_input_autobind_thing_field(instance);else if(starting_content=element_eval2.evaluate_property(instance,"default"),instance.get_static_property("choices_style")!=="dynamic"){var _starting_content,_starting_content$spl,_starting_content2;starting_content=(_starting_content=starting_content)==null||(_starting_content$spl=_starting_content.split)==null?void 0:_starting_content$spl.call(_starting_content,","),starting_content=((_starting_content2=starting_content)!=null?_starting_content2:[]).map(a=>a.trim())}return starting_content=(_ref=(_starting_content$all=(_starting_content3=starting_content)==null||(_starting_content3$al=_starting_content3.all)==null?void 0:_starting_content3$al.call(_starting_content3))!=null?_starting_content$all:starting_content)!=null?_ref:[],this._tagging_enabled(instance)?starting_content:starting_content.filter(val=>this._choice_list_contains(instance,val))},get_state_value(element,name){if(name==="value")return btype_ids.list_type(this._get_raw_btype(element))},get_injected_btype(element){return element.get_static_property("dynamic_type")},get_injected_display(){return"Current option"},use_injected_datasource(node,element){return node.path().indexOf(element.property("option_display_expression").path())===0},change_cursor_style_if_clickable:!1,add_an_invisible_div_on_the_top:!0,is_input:!0,contains_group_data:!1,jquery_plugins(){return["jquery_plugins/select2.min"]},css_files:["css/optional/select2.min.css"],actions:["ResetInputs"]}}}};function get_translation2(key){return Lib2().get_text("select2",key)}var select2={cls};typeof window<"u"&&window!==null&&((_window$optional_modu=(_window3=window).optional_modules)!=null||(_window3.optional_modules={}),window.optional_modules.select2=select2);var _window3,_window$optional_modu,plugin_registry=safe_require.safe_require("./services/shared/plugin_registry");plugin_registry.register_plugin("select2",select2);})();
/*! Bundled license information:

buffer/index.js:
  (*!
   * The buffer module from node.js, for the browser.
   *
   * @author   Feross Aboukhadijeh <https://feross.org>
   * @license  MIT
   *)
*/

}


window.preloaded['plugin/first_party:select2'] = true;
window._bubble_page_load_data.hardcoded_plugins['addtoany'] = true;
window.__code__ = window.__code__ || {};
if(!window.__code__['e824c4017c4e63f266fe5dd70865d2544226385c857126b21eb652b8d5e572ae']){window.__code__['e824c4017c4e63f266fe5dd70865d2544226385c857126b21eb652b8d5e572ae']=1;

"use strict";(()=>{var __create=Object.create;var __defProp=Object.defineProperty;var __getOwnPropDesc=Object.getOwnPropertyDescriptor;var __getOwnPropNames=Object.getOwnPropertyNames;var __getProtoOf=Object.getPrototypeOf,__hasOwnProp=Object.prototype.hasOwnProperty;var __esm=(fn,res)=>function(){return fn&&(res=(0,fn[__getOwnPropNames(fn)[0]])(fn=0)),res};var __commonJS=(cb,mod)=>function(){return mod||(0,cb[__getOwnPropNames(cb)[0]])((mod={exports:{}}).exports,mod),mod.exports};var __copyProps=(to,from,except,desc)=>{if(from&&typeof from=="object"||typeof from=="function")for(let key of __getOwnPropNames(from))!__hasOwnProp.call(to,key)&&key!==except&&__defProp(to,key,{get:()=>from[key],enumerable:!(desc=__getOwnPropDesc(from,key))||desc.enumerable});return to};var __toESM=(mod,isNodeMode,target)=>(target=mod!=null?__create(__getProtoOf(mod)):{},__copyProps(isNodeMode||!mod||!mod.__esModule?__defProp(target,"default",{value:mod,enumerable:!0}):target,mod));var init_define_process_env=__esm({"<define:process.env>"(){}});var require_base64_js=__commonJS({"node_modules/base64-js/index.js"(exports){"use strict";init_define_process_env();init_shim();exports.byteLength=byteLength;exports.toByteArray=toByteArray;exports.fromByteArray=fromByteArray;var lookup=[],revLookup=[],Arr=typeof Uint8Array<"u"?Uint8Array:Array,code="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/";for(i=0,len=code.length;i<len;++i)lookup[i]=code[i],revLookup[code.charCodeAt(i)]=i;var i,len;revLookup["-".charCodeAt(0)]=62;revLookup["_".charCodeAt(0)]=63;function getLens(b64){var len2=b64.length;if(len2%4>0)throw new Error("Invalid string. Length must be a multiple of 4");var validLen=b64.indexOf("=");validLen===-1&&(validLen=len2);var placeHoldersLen=validLen===len2?0:4-validLen%4;return[validLen,placeHoldersLen]}function byteLength(b64){var lens=getLens(b64),validLen=lens[0],placeHoldersLen=lens[1];return(validLen+placeHoldersLen)*3/4-placeHoldersLen}function _byteLength(b64,validLen,placeHoldersLen){return(validLen+placeHoldersLen)*3/4-placeHoldersLen}function toByteArray(b64){var tmp,lens=getLens(b64),validLen=lens[0],placeHoldersLen=lens[1],arr=new Arr(_byteLength(b64,validLen,placeHoldersLen)),curByte=0,len2=placeHoldersLen>0?validLen-4:validLen,i2;for(i2=0;i2<len2;i2+=4)tmp=revLookup[b64.charCodeAt(i2)]<<18|revLookup[b64.charCodeAt(i2+1)]<<12|revLookup[b64.charCodeAt(i2+2)]<<6|revLookup[b64.charCodeAt(i2+3)],arr[curByte++]=tmp>>16&255,arr[curByte++]=tmp>>8&255,arr[curByte++]=tmp&255;return placeHoldersLen===2&&(tmp=revLookup[b64.charCodeAt(i2)]<<2|revLookup[b64.charCodeAt(i2+1)]>>4,arr[curByte++]=tmp&255),placeHoldersLen===1&&(tmp=revLookup[b64.charCodeAt(i2)]<<10|revLookup[b64.charCodeAt(i2+1)]<<4|revLookup[b64.charCodeAt(i2+2)]>>2,arr[curByte++]=tmp>>8&255,arr[curByte++]=tmp&255),arr}function tripletToBase64(num){return lookup[num>>18&63]+lookup[num>>12&63]+lookup[num>>6&63]+lookup[num&63]}function encodeChunk(uint8,start,end){for(var tmp,output=[],i2=start;i2<end;i2+=3)tmp=(uint8[i2]<<16&16711680)+(uint8[i2+1]<<8&65280)+(uint8[i2+2]&255),output.push(tripletToBase64(tmp));return output.join("")}function fromByteArray(uint8){for(var tmp,len2=uint8.length,extraBytes=len2%3,parts=[],maxChunkLength=16383,i2=0,len22=len2-extraBytes;i2<len22;i2+=maxChunkLength)parts.push(encodeChunk(uint8,i2,i2+maxChunkLength>len22?len22:i2+maxChunkLength));return extraBytes===1?(tmp=uint8[len2-1],parts.push(lookup[tmp>>2]+lookup[tmp<<4&63]+"==")):extraBytes===2&&(tmp=(uint8[len2-2]<<8)+uint8[len2-1],parts.push(lookup[tmp>>10]+lookup[tmp>>4&63]+lookup[tmp<<2&63]+"=")),parts.join("")}}});var require_ieee754=__commonJS({"node_modules/ieee754/index.js"(exports){init_define_process_env();init_shim();exports.read=function(buffer,offset,isLE,mLen,nBytes){var e,m,eLen=nBytes*8-mLen-1,eMax=(1<<eLen)-1,eBias=eMax>>1,nBits=-7,i=isLE?nBytes-1:0,d=isLE?-1:1,s=buffer[offset+i];for(i+=d,e=s&(1<<-nBits)-1,s>>=-nBits,nBits+=eLen;nBits>0;e=e*256+buffer[offset+i],i+=d,nBits-=8);for(m=e&(1<<-nBits)-1,e>>=-nBits,nBits+=mLen;nBits>0;m=m*256+buffer[offset+i],i+=d,nBits-=8);if(e===0)e=1-eBias;else{if(e===eMax)return m?NaN:(s?-1:1)*(1/0);m=m+Math.pow(2,mLen),e=e-eBias}return(s?-1:1)*m*Math.pow(2,e-mLen)};exports.write=function(buffer,value,offset,isLE,mLen,nBytes){var e,m,c,eLen=nBytes*8-mLen-1,eMax=(1<<eLen)-1,eBias=eMax>>1,rt=mLen===23?Math.pow(2,-24)-Math.pow(2,-77):0,i=isLE?0:nBytes-1,d=isLE?1:-1,s=value<0||value===0&&1/value<0?1:0;for(value=Math.abs(value),isNaN(value)||value===1/0?(m=isNaN(value)?1:0,e=eMax):(e=Math.floor(Math.log(value)/Math.LN2),value*(c=Math.pow(2,-e))<1&&(e--,c*=2),e+eBias>=1?value+=rt/c:value+=rt*Math.pow(2,1-eBias),value*c>=2&&(e++,c/=2),e+eBias>=eMax?(m=0,e=eMax):e+eBias>=1?(m=(value*c-1)*Math.pow(2,mLen),e=e+eBias):(m=value*Math.pow(2,eBias-1)*Math.pow(2,mLen),e=0));mLen>=8;buffer[offset+i]=m&255,i+=d,m/=256,mLen-=8);for(e=e<<mLen|m,eLen+=mLen;eLen>0;buffer[offset+i]=e&255,i+=d,e/=256,eLen-=8);buffer[offset+i-d]|=s*128}}});var require_buffer=__commonJS({"node_modules/node-stdlib-browser/node_modules/buffer/index.js"(exports){"use strict";init_define_process_env();init_shim();var base64=require_base64_js(),ieee754=require_ieee754(),customInspectSymbol=typeof Symbol=="function"&&typeof Symbol.for=="function"?Symbol.for("nodejs.util.inspect.custom"):null;exports.Buffer=Buffer3;exports.SlowBuffer=SlowBuffer;exports.INSPECT_MAX_BYTES=50;var K_MAX_LENGTH=2147483647;exports.kMaxLength=K_MAX_LENGTH;Buffer3.TYPED_ARRAY_SUPPORT=typedArraySupport();!Buffer3.TYPED_ARRAY_SUPPORT&&typeof console<"u"&&typeof console.error=="function"&&console.error("This browser lacks typed array (Uint8Array) support which is required by `buffer` v5.x. Use `buffer` v4.x if you require old browser support.");function typedArraySupport(){try{var arr=new Uint8Array(1),proto={foo:function(){return 42}};return Object.setPrototypeOf(proto,Uint8Array.prototype),Object.setPrototypeOf(arr,proto),arr.foo()===42}catch(e){return!1}}Object.defineProperty(Buffer3.prototype,"parent",{enumerable:!0,get:function(){if(Buffer3.isBuffer(this))return this.buffer}});Object.defineProperty(Buffer3.prototype,"offset",{enumerable:!0,get:function(){if(Buffer3.isBuffer(this))return this.byteOffset}});function createBuffer(length){if(length>K_MAX_LENGTH)throw new RangeError('The value "'+length+'" is invalid for option "size"');var buf=new Uint8Array(length);return Object.setPrototypeOf(buf,Buffer3.prototype),buf}function Buffer3(arg,encodingOrOffset,length){if(typeof arg=="number"){if(typeof encodingOrOffset=="string")throw new TypeError('The "string" argument must be of type string. Received type number');return allocUnsafe(arg)}return from(arg,encodingOrOffset,length)}Buffer3.poolSize=8192;function from(value,encodingOrOffset,length){if(typeof value=="string")return fromString(value,encodingOrOffset);if(ArrayBuffer.isView(value))return fromArrayView(value);if(value==null)throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof value);if(isInstance(value,ArrayBuffer)||value&&isInstance(value.buffer,ArrayBuffer)||typeof SharedArrayBuffer<"u"&&(isInstance(value,SharedArrayBuffer)||value&&isInstance(value.buffer,SharedArrayBuffer)))return fromArrayBuffer(value,encodingOrOffset,length);if(typeof value=="number")throw new TypeError('The "value" argument must not be of type number. Received type number');var valueOf=value.valueOf&&value.valueOf();if(valueOf!=null&&valueOf!==value)return Buffer3.from(valueOf,encodingOrOffset,length);var b=fromObject(value);if(b)return b;if(typeof Symbol<"u"&&Symbol.toPrimitive!=null&&typeof value[Symbol.toPrimitive]=="function")return Buffer3.from(value[Symbol.toPrimitive]("string"),encodingOrOffset,length);throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof value)}Buffer3.from=function(value,encodingOrOffset,length){return from(value,encodingOrOffset,length)};Object.setPrototypeOf(Buffer3.prototype,Uint8Array.prototype);Object.setPrototypeOf(Buffer3,Uint8Array);function assertSize(size){if(typeof size!="number")throw new TypeError('"size" argument must be of type number');if(size<0)throw new RangeError('The value "'+size+'" is invalid for option "size"')}function alloc(size,fill,encoding){return assertSize(size),size<=0?createBuffer(size):fill!==void 0?typeof encoding=="string"?createBuffer(size).fill(fill,encoding):createBuffer(size).fill(fill):createBuffer(size)}Buffer3.alloc=function(size,fill,encoding){return alloc(size,fill,encoding)};function allocUnsafe(size){return assertSize(size),createBuffer(size<0?0:checked(size)|0)}Buffer3.allocUnsafe=function(size){return allocUnsafe(size)};Buffer3.allocUnsafeSlow=function(size){return allocUnsafe(size)};function fromString(string,encoding){if((typeof encoding!="string"||encoding==="")&&(encoding="utf8"),!Buffer3.isEncoding(encoding))throw new TypeError("Unknown encoding: "+encoding);var length=byteLength(string,encoding)|0,buf=createBuffer(length),actual=buf.write(string,encoding);return actual!==length&&(buf=buf.slice(0,actual)),buf}function fromArrayLike(array){for(var length=array.length<0?0:checked(array.length)|0,buf=createBuffer(length),i=0;i<length;i+=1)buf[i]=array[i]&255;return buf}function fromArrayView(arrayView){if(isInstance(arrayView,Uint8Array)){var copy=new Uint8Array(arrayView);return fromArrayBuffer(copy.buffer,copy.byteOffset,copy.byteLength)}return fromArrayLike(arrayView)}function fromArrayBuffer(array,byteOffset,length){if(byteOffset<0||array.byteLength<byteOffset)throw new RangeError('"offset" is outside of buffer bounds');if(array.byteLength<byteOffset+(length||0))throw new RangeError('"length" is outside of buffer bounds');var buf;return byteOffset===void 0&&length===void 0?buf=new Uint8Array(array):length===void 0?buf=new Uint8Array(array,byteOffset):buf=new Uint8Array(array,byteOffset,length),Object.setPrototypeOf(buf,Buffer3.prototype),buf}function fromObject(obj){if(Buffer3.isBuffer(obj)){var len=checked(obj.length)|0,buf=createBuffer(len);return buf.length===0||obj.copy(buf,0,0,len),buf}if(obj.length!==void 0)return typeof obj.length!="number"||numberIsNaN(obj.length)?createBuffer(0):fromArrayLike(obj);if(obj.type==="Buffer"&&Array.isArray(obj.data))return fromArrayLike(obj.data)}function checked(length){if(length>=K_MAX_LENGTH)throw new RangeError("Attempt to allocate Buffer larger than maximum size: 0x"+K_MAX_LENGTH.toString(16)+" bytes");return length|0}function SlowBuffer(length){return+length!=length&&(length=0),Buffer3.alloc(+length)}Buffer3.isBuffer=function(b){return b!=null&&b._isBuffer===!0&&b!==Buffer3.prototype};Buffer3.compare=function(a,b){if(isInstance(a,Uint8Array)&&(a=Buffer3.from(a,a.offset,a.byteLength)),isInstance(b,Uint8Array)&&(b=Buffer3.from(b,b.offset,b.byteLength)),!Buffer3.isBuffer(a)||!Buffer3.isBuffer(b))throw new TypeError('The "buf1", "buf2" arguments must be one of type Buffer or Uint8Array');if(a===b)return 0;for(var x=a.length,y=b.length,i=0,len=Math.min(x,y);i<len;++i)if(a[i]!==b[i]){x=a[i],y=b[i];break}return x<y?-1:y<x?1:0};Buffer3.isEncoding=function(encoding){switch(String(encoding).toLowerCase()){case"hex":case"utf8":case"utf-8":case"ascii":case"latin1":case"binary":case"base64":case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return!0;default:return!1}};Buffer3.concat=function(list,length){if(!Array.isArray(list))throw new TypeError('"list" argument must be an Array of Buffers');if(list.length===0)return Buffer3.alloc(0);var i;if(length===void 0)for(length=0,i=0;i<list.length;++i)length+=list[i].length;var buffer=Buffer3.allocUnsafe(length),pos=0;for(i=0;i<list.length;++i){var buf=list[i];if(isInstance(buf,Uint8Array))pos+buf.length>buffer.length?Buffer3.from(buf).copy(buffer,pos):Uint8Array.prototype.set.call(buffer,buf,pos);else if(Buffer3.isBuffer(buf))buf.copy(buffer,pos);else throw new TypeError('"list" argument must be an Array of Buffers');pos+=buf.length}return buffer};function byteLength(string,encoding){if(Buffer3.isBuffer(string))return string.length;if(ArrayBuffer.isView(string)||isInstance(string,ArrayBuffer))return string.byteLength;if(typeof string!="string")throw new TypeError('The "string" argument must be one of type string, Buffer, or ArrayBuffer. Received type '+typeof string);var len=string.length,mustMatch=arguments.length>2&&arguments[2]===!0;if(!mustMatch&&len===0)return 0;for(var loweredCase=!1;;)switch(encoding){case"ascii":case"latin1":case"binary":return len;case"utf8":case"utf-8":return utf8ToBytes(string).length;case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return len*2;case"hex":return len>>>1;case"base64":return base64ToBytes(string).length;default:if(loweredCase)return mustMatch?-1:utf8ToBytes(string).length;encoding=(""+encoding).toLowerCase(),loweredCase=!0}}Buffer3.byteLength=byteLength;function slowToString(encoding,start,end){var loweredCase=!1;if((start===void 0||start<0)&&(start=0),start>this.length||((end===void 0||end>this.length)&&(end=this.length),end<=0)||(end>>>=0,start>>>=0,end<=start))return"";for(encoding||(encoding="utf8");;)switch(encoding){case"hex":return hexSlice(this,start,end);case"utf8":case"utf-8":return utf8Slice(this,start,end);case"ascii":return asciiSlice(this,start,end);case"latin1":case"binary":return latin1Slice(this,start,end);case"base64":return base64Slice(this,start,end);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return utf16leSlice(this,start,end);default:if(loweredCase)throw new TypeError("Unknown encoding: "+encoding);encoding=(encoding+"").toLowerCase(),loweredCase=!0}}Buffer3.prototype._isBuffer=!0;function swap(b,n,m){var i=b[n];b[n]=b[m],b[m]=i}Buffer3.prototype.swap16=function(){var len=this.length;if(len%2!==0)throw new RangeError("Buffer size must be a multiple of 16-bits");for(var i=0;i<len;i+=2)swap(this,i,i+1);return this};Buffer3.prototype.swap32=function(){var len=this.length;if(len%4!==0)throw new RangeError("Buffer size must be a multiple of 32-bits");for(var i=0;i<len;i+=4)swap(this,i,i+3),swap(this,i+1,i+2);return this};Buffer3.prototype.swap64=function(){var len=this.length;if(len%8!==0)throw new RangeError("Buffer size must be a multiple of 64-bits");for(var i=0;i<len;i+=8)swap(this,i,i+7),swap(this,i+1,i+6),swap(this,i+2,i+5),swap(this,i+3,i+4);return this};Buffer3.prototype.toString=function(){var length=this.length;return length===0?"":arguments.length===0?utf8Slice(this,0,length):slowToString.apply(this,arguments)};Buffer3.prototype.toLocaleString=Buffer3.prototype.toString;Buffer3.prototype.equals=function(b){if(!Buffer3.isBuffer(b))throw new TypeError("Argument must be a Buffer");return this===b?!0:Buffer3.compare(this,b)===0};Buffer3.prototype.inspect=function(){var str="",max=exports.INSPECT_MAX_BYTES;return str=this.toString("hex",0,max).replace(/(.{2})/g,"$1 ").trim(),this.length>max&&(str+=" ... "),"<Buffer "+str+">"};customInspectSymbol&&(Buffer3.prototype[customInspectSymbol]=Buffer3.prototype.inspect);Buffer3.prototype.compare=function(target,start,end,thisStart,thisEnd){if(isInstance(target,Uint8Array)&&(target=Buffer3.from(target,target.offset,target.byteLength)),!Buffer3.isBuffer(target))throw new TypeError('The "target" argument must be one of type Buffer or Uint8Array. Received type '+typeof target);if(start===void 0&&(start=0),end===void 0&&(end=target?target.length:0),thisStart===void 0&&(thisStart=0),thisEnd===void 0&&(thisEnd=this.length),start<0||end>target.length||thisStart<0||thisEnd>this.length)throw new RangeError("out of range index");if(thisStart>=thisEnd&&start>=end)return 0;if(thisStart>=thisEnd)return-1;if(start>=end)return 1;if(start>>>=0,end>>>=0,thisStart>>>=0,thisEnd>>>=0,this===target)return 0;for(var x=thisEnd-thisStart,y=end-start,len=Math.min(x,y),thisCopy=this.slice(thisStart,thisEnd),targetCopy=target.slice(start,end),i=0;i<len;++i)if(thisCopy[i]!==targetCopy[i]){x=thisCopy[i],y=targetCopy[i];break}return x<y?-1:y<x?1:0};function bidirectionalIndexOf(buffer,val,byteOffset,encoding,dir){if(buffer.length===0)return-1;if(typeof byteOffset=="string"?(encoding=byteOffset,byteOffset=0):byteOffset>2147483647?byteOffset=2147483647:byteOffset<-2147483648&&(byteOffset=-2147483648),byteOffset=+byteOffset,numberIsNaN(byteOffset)&&(byteOffset=dir?0:buffer.length-1),byteOffset<0&&(byteOffset=buffer.length+byteOffset),byteOffset>=buffer.length){if(dir)return-1;byteOffset=buffer.length-1}else if(byteOffset<0)if(dir)byteOffset=0;else return-1;if(typeof val=="string"&&(val=Buffer3.from(val,encoding)),Buffer3.isBuffer(val))return val.length===0?-1:arrayIndexOf(buffer,val,byteOffset,encoding,dir);if(typeof val=="number")return val=val&255,typeof Uint8Array.prototype.indexOf=="function"?dir?Uint8Array.prototype.indexOf.call(buffer,val,byteOffset):Uint8Array.prototype.lastIndexOf.call(buffer,val,byteOffset):arrayIndexOf(buffer,[val],byteOffset,encoding,dir);throw new TypeError("val must be string, number or Buffer")}function arrayIndexOf(arr,val,byteOffset,encoding,dir){var indexSize=1,arrLength=arr.length,valLength=val.length;if(encoding!==void 0&&(encoding=String(encoding).toLowerCase(),encoding==="ucs2"||encoding==="ucs-2"||encoding==="utf16le"||encoding==="utf-16le")){if(arr.length<2||val.length<2)return-1;indexSize=2,arrLength/=2,valLength/=2,byteOffset/=2}function read(buf,i2){return indexSize===1?buf[i2]:buf.readUInt16BE(i2*indexSize)}var i;if(dir){var foundIndex=-1;for(i=byteOffset;i<arrLength;i++)if(read(arr,i)===read(val,foundIndex===-1?0:i-foundIndex)){if(foundIndex===-1&&(foundIndex=i),i-foundIndex+1===valLength)return foundIndex*indexSize}else foundIndex!==-1&&(i-=i-foundIndex),foundIndex=-1}else for(byteOffset+valLength>arrLength&&(byteOffset=arrLength-valLength),i=byteOffset;i>=0;i--){for(var found=!0,j=0;j<valLength;j++)if(read(arr,i+j)!==read(val,j)){found=!1;break}if(found)return i}return-1}Buffer3.prototype.includes=function(val,byteOffset,encoding){return this.indexOf(val,byteOffset,encoding)!==-1};Buffer3.prototype.indexOf=function(val,byteOffset,encoding){return bidirectionalIndexOf(this,val,byteOffset,encoding,!0)};Buffer3.prototype.lastIndexOf=function(val,byteOffset,encoding){return bidirectionalIndexOf(this,val,byteOffset,encoding,!1)};function hexWrite(buf,string,offset,length){offset=Number(offset)||0;var remaining=buf.length-offset;length?(length=Number(length),length>remaining&&(length=remaining)):length=remaining;var strLen=string.length;length>strLen/2&&(length=strLen/2);for(var i=0;i<length;++i){var parsed=parseInt(string.substr(i*2,2),16);if(numberIsNaN(parsed))return i;buf[offset+i]=parsed}return i}function utf8Write(buf,string,offset,length){return blitBuffer(utf8ToBytes(string,buf.length-offset),buf,offset,length)}function asciiWrite(buf,string,offset,length){return blitBuffer(asciiToBytes(string),buf,offset,length)}function base64Write(buf,string,offset,length){return blitBuffer(base64ToBytes(string),buf,offset,length)}function ucs2Write(buf,string,offset,length){return blitBuffer(utf16leToBytes(string,buf.length-offset),buf,offset,length)}Buffer3.prototype.write=function(string,offset,length,encoding){if(offset===void 0)encoding="utf8",length=this.length,offset=0;else if(length===void 0&&typeof offset=="string")encoding=offset,length=this.length,offset=0;else if(isFinite(offset))offset=offset>>>0,isFinite(length)?(length=length>>>0,encoding===void 0&&(encoding="utf8")):(encoding=length,length=void 0);else throw new Error("Buffer.write(string, encoding, offset[, length]) is no longer supported");var remaining=this.length-offset;if((length===void 0||length>remaining)&&(length=remaining),string.length>0&&(length<0||offset<0)||offset>this.length)throw new RangeError("Attempt to write outside buffer bounds");encoding||(encoding="utf8");for(var loweredCase=!1;;)switch(encoding){case"hex":return hexWrite(this,string,offset,length);case"utf8":case"utf-8":return utf8Write(this,string,offset,length);case"ascii":case"latin1":case"binary":return asciiWrite(this,string,offset,length);case"base64":return base64Write(this,string,offset,length);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return ucs2Write(this,string,offset,length);default:if(loweredCase)throw new TypeError("Unknown encoding: "+encoding);encoding=(""+encoding).toLowerCase(),loweredCase=!0}};Buffer3.prototype.toJSON=function(){return{type:"Buffer",data:Array.prototype.slice.call(this._arr||this,0)}};function base64Slice(buf,start,end){return start===0&&end===buf.length?base64.fromByteArray(buf):base64.fromByteArray(buf.slice(start,end))}function utf8Slice(buf,start,end){end=Math.min(buf.length,end);for(var res=[],i=start;i<end;){var firstByte=buf[i],codePoint=null,bytesPerSequence=firstByte>239?4:firstByte>223?3:firstByte>191?2:1;if(i+bytesPerSequence<=end){var secondByte,thirdByte,fourthByte,tempCodePoint;switch(bytesPerSequence){case 1:firstByte<128&&(codePoint=firstByte);break;case 2:secondByte=buf[i+1],(secondByte&192)===128&&(tempCodePoint=(firstByte&31)<<6|secondByte&63,tempCodePoint>127&&(codePoint=tempCodePoint));break;case 3:secondByte=buf[i+1],thirdByte=buf[i+2],(secondByte&192)===128&&(thirdByte&192)===128&&(tempCodePoint=(firstByte&15)<<12|(secondByte&63)<<6|thirdByte&63,tempCodePoint>2047&&(tempCodePoint<55296||tempCodePoint>57343)&&(codePoint=tempCodePoint));break;case 4:secondByte=buf[i+1],thirdByte=buf[i+2],fourthByte=buf[i+3],(secondByte&192)===128&&(thirdByte&192)===128&&(fourthByte&192)===128&&(tempCodePoint=(firstByte&15)<<18|(secondByte&63)<<12|(thirdByte&63)<<6|fourthByte&63,tempCodePoint>65535&&tempCodePoint<1114112&&(codePoint=tempCodePoint))}}codePoint===null?(codePoint=65533,bytesPerSequence=1):codePoint>65535&&(codePoint-=65536,res.push(codePoint>>>10&1023|55296),codePoint=56320|codePoint&1023),res.push(codePoint),i+=bytesPerSequence}return decodeCodePointsArray(res)}var MAX_ARGUMENTS_LENGTH=4096;function decodeCodePointsArray(codePoints){var len=codePoints.length;if(len<=MAX_ARGUMENTS_LENGTH)return String.fromCharCode.apply(String,codePoints);for(var res="",i=0;i<len;)res+=String.fromCharCode.apply(String,codePoints.slice(i,i+=MAX_ARGUMENTS_LENGTH));return res}function asciiSlice(buf,start,end){var ret="";end=Math.min(buf.length,end);for(var i=start;i<end;++i)ret+=String.fromCharCode(buf[i]&127);return ret}function latin1Slice(buf,start,end){var ret="";end=Math.min(buf.length,end);for(var i=start;i<end;++i)ret+=String.fromCharCode(buf[i]);return ret}function hexSlice(buf,start,end){var len=buf.length;(!start||start<0)&&(start=0),(!end||end<0||end>len)&&(end=len);for(var out="",i=start;i<end;++i)out+=hexSliceLookupTable[buf[i]];return out}function utf16leSlice(buf,start,end){for(var bytes=buf.slice(start,end),res="",i=0;i<bytes.length-1;i+=2)res+=String.fromCharCode(bytes[i]+bytes[i+1]*256);return res}Buffer3.prototype.slice=function(start,end){var len=this.length;start=~~start,end=end===void 0?len:~~end,start<0?(start+=len,start<0&&(start=0)):start>len&&(start=len),end<0?(end+=len,end<0&&(end=0)):end>len&&(end=len),end<start&&(end=start);var newBuf=this.subarray(start,end);return Object.setPrototypeOf(newBuf,Buffer3.prototype),newBuf};function checkOffset(offset,ext,length){if(offset%1!==0||offset<0)throw new RangeError("offset is not uint");if(offset+ext>length)throw new RangeError("Trying to access beyond buffer length")}Buffer3.prototype.readUintLE=Buffer3.prototype.readUIntLE=function(offset,byteLength2,noAssert){offset=offset>>>0,byteLength2=byteLength2>>>0,noAssert||checkOffset(offset,byteLength2,this.length);for(var val=this[offset],mul=1,i=0;++i<byteLength2&&(mul*=256);)val+=this[offset+i]*mul;return val};Buffer3.prototype.readUintBE=Buffer3.prototype.readUIntBE=function(offset,byteLength2,noAssert){offset=offset>>>0,byteLength2=byteLength2>>>0,noAssert||checkOffset(offset,byteLength2,this.length);for(var val=this[offset+--byteLength2],mul=1;byteLength2>0&&(mul*=256);)val+=this[offset+--byteLength2]*mul;return val};Buffer3.prototype.readUint8=Buffer3.prototype.readUInt8=function(offset,noAssert){return offset=offset>>>0,noAssert||checkOffset(offset,1,this.length),this[offset]};Buffer3.prototype.readUint16LE=Buffer3.prototype.readUInt16LE=function(offset,noAssert){return offset=offset>>>0,noAssert||checkOffset(offset,2,this.length),this[offset]|this[offset+1]<<8};Buffer3.prototype.readUint16BE=Buffer3.prototype.readUInt16BE=function(offset,noAssert){return offset=offset>>>0,noAssert||checkOffset(offset,2,this.length),this[offset]<<8|this[offset+1]};Buffer3.prototype.readUint32LE=Buffer3.prototype.readUInt32LE=function(offset,noAssert){return offset=offset>>>0,noAssert||checkOffset(offset,4,this.length),(this[offset]|this[offset+1]<<8|this[offset+2]<<16)+this[offset+3]*16777216};Buffer3.prototype.readUint32BE=Buffer3.prototype.readUInt32BE=function(offset,noAssert){return offset=offset>>>0,noAssert||checkOffset(offset,4,this.length),this[offset]*16777216+(this[offset+1]<<16|this[offset+2]<<8|this[offset+3])};Buffer3.prototype.readIntLE=function(offset,byteLength2,noAssert){offset=offset>>>0,byteLength2=byteLength2>>>0,noAssert||checkOffset(offset,byteLength2,this.length);for(var val=this[offset],mul=1,i=0;++i<byteLength2&&(mul*=256);)val+=this[offset+i]*mul;return mul*=128,val>=mul&&(val-=Math.pow(2,8*byteLength2)),val};Buffer3.prototype.readIntBE=function(offset,byteLength2,noAssert){offset=offset>>>0,byteLength2=byteLength2>>>0,noAssert||checkOffset(offset,byteLength2,this.length);for(var i=byteLength2,mul=1,val=this[offset+--i];i>0&&(mul*=256);)val+=this[offset+--i]*mul;return mul*=128,val>=mul&&(val-=Math.pow(2,8*byteLength2)),val};Buffer3.prototype.readInt8=function(offset,noAssert){return offset=offset>>>0,noAssert||checkOffset(offset,1,this.length),this[offset]&128?(255-this[offset]+1)*-1:this[offset]};Buffer3.prototype.readInt16LE=function(offset,noAssert){offset=offset>>>0,noAssert||checkOffset(offset,2,this.length);var val=this[offset]|this[offset+1]<<8;return val&32768?val|4294901760:val};Buffer3.prototype.readInt16BE=function(offset,noAssert){offset=offset>>>0,noAssert||checkOffset(offset,2,this.length);var val=this[offset+1]|this[offset]<<8;return val&32768?val|4294901760:val};Buffer3.prototype.readInt32LE=function(offset,noAssert){return offset=offset>>>0,noAssert||checkOffset(offset,4,this.length),this[offset]|this[offset+1]<<8|this[offset+2]<<16|this[offset+3]<<24};Buffer3.prototype.readInt32BE=function(offset,noAssert){return offset=offset>>>0,noAssert||checkOffset(offset,4,this.length),this[offset]<<24|this[offset+1]<<16|this[offset+2]<<8|this[offset+3]};Buffer3.prototype.readFloatLE=function(offset,noAssert){return offset=offset>>>0,noAssert||checkOffset(offset,4,this.length),ieee754.read(this,offset,!0,23,4)};Buffer3.prototype.readFloatBE=function(offset,noAssert){return offset=offset>>>0,noAssert||checkOffset(offset,4,this.length),ieee754.read(this,offset,!1,23,4)};Buffer3.prototype.readDoubleLE=function(offset,noAssert){return offset=offset>>>0,noAssert||checkOffset(offset,8,this.length),ieee754.read(this,offset,!0,52,8)};Buffer3.prototype.readDoubleBE=function(offset,noAssert){return offset=offset>>>0,noAssert||checkOffset(offset,8,this.length),ieee754.read(this,offset,!1,52,8)};function checkInt(buf,value,offset,ext,max,min){if(!Buffer3.isBuffer(buf))throw new TypeError('"buffer" argument must be a Buffer instance');if(value>max||value<min)throw new RangeError('"value" argument is out of bounds');if(offset+ext>buf.length)throw new RangeError("Index out of range")}Buffer3.prototype.writeUintLE=Buffer3.prototype.writeUIntLE=function(value,offset,byteLength2,noAssert){if(value=+value,offset=offset>>>0,byteLength2=byteLength2>>>0,!noAssert){var maxBytes=Math.pow(2,8*byteLength2)-1;checkInt(this,value,offset,byteLength2,maxBytes,0)}var mul=1,i=0;for(this[offset]=value&255;++i<byteLength2&&(mul*=256);)this[offset+i]=value/mul&255;return offset+byteLength2};Buffer3.prototype.writeUintBE=Buffer3.prototype.writeUIntBE=function(value,offset,byteLength2,noAssert){if(value=+value,offset=offset>>>0,byteLength2=byteLength2>>>0,!noAssert){var maxBytes=Math.pow(2,8*byteLength2)-1;checkInt(this,value,offset,byteLength2,maxBytes,0)}var i=byteLength2-1,mul=1;for(this[offset+i]=value&255;--i>=0&&(mul*=256);)this[offset+i]=value/mul&255;return offset+byteLength2};Buffer3.prototype.writeUint8=Buffer3.prototype.writeUInt8=function(value,offset,noAssert){return value=+value,offset=offset>>>0,noAssert||checkInt(this,value,offset,1,255,0),this[offset]=value&255,offset+1};Buffer3.prototype.writeUint16LE=Buffer3.prototype.writeUInt16LE=function(value,offset,noAssert){return value=+value,offset=offset>>>0,noAssert||checkInt(this,value,offset,2,65535,0),this[offset]=value&255,this[offset+1]=value>>>8,offset+2};Buffer3.prototype.writeUint16BE=Buffer3.prototype.writeUInt16BE=function(value,offset,noAssert){return value=+value,offset=offset>>>0,noAssert||checkInt(this,value,offset,2,65535,0),this[offset]=value>>>8,this[offset+1]=value&255,offset+2};Buffer3.prototype.writeUint32LE=Buffer3.prototype.writeUInt32LE=function(value,offset,noAssert){return value=+value,offset=offset>>>0,noAssert||checkInt(this,value,offset,4,4294967295,0),this[offset+3]=value>>>24,this[offset+2]=value>>>16,this[offset+1]=value>>>8,this[offset]=value&255,offset+4};Buffer3.prototype.writeUint32BE=Buffer3.prototype.writeUInt32BE=function(value,offset,noAssert){return value=+value,offset=offset>>>0,noAssert||checkInt(this,value,offset,4,4294967295,0),this[offset]=value>>>24,this[offset+1]=value>>>16,this[offset+2]=value>>>8,this[offset+3]=value&255,offset+4};Buffer3.prototype.writeIntLE=function(value,offset,byteLength2,noAssert){if(value=+value,offset=offset>>>0,!noAssert){var limit=Math.pow(2,8*byteLength2-1);checkInt(this,value,offset,byteLength2,limit-1,-limit)}var i=0,mul=1,sub=0;for(this[offset]=value&255;++i<byteLength2&&(mul*=256);)value<0&&sub===0&&this[offset+i-1]!==0&&(sub=1),this[offset+i]=(value/mul>>0)-sub&255;return offset+byteLength2};Buffer3.prototype.writeIntBE=function(value,offset,byteLength2,noAssert){if(value=+value,offset=offset>>>0,!noAssert){var limit=Math.pow(2,8*byteLength2-1);checkInt(this,value,offset,byteLength2,limit-1,-limit)}var i=byteLength2-1,mul=1,sub=0;for(this[offset+i]=value&255;--i>=0&&(mul*=256);)value<0&&sub===0&&this[offset+i+1]!==0&&(sub=1),this[offset+i]=(value/mul>>0)-sub&255;return offset+byteLength2};Buffer3.prototype.writeInt8=function(value,offset,noAssert){return value=+value,offset=offset>>>0,noAssert||checkInt(this,value,offset,1,127,-128),value<0&&(value=255+value+1),this[offset]=value&255,offset+1};Buffer3.prototype.writeInt16LE=function(value,offset,noAssert){return value=+value,offset=offset>>>0,noAssert||checkInt(this,value,offset,2,32767,-32768),this[offset]=value&255,this[offset+1]=value>>>8,offset+2};Buffer3.prototype.writeInt16BE=function(value,offset,noAssert){return value=+value,offset=offset>>>0,noAssert||checkInt(this,value,offset,2,32767,-32768),this[offset]=value>>>8,this[offset+1]=value&255,offset+2};Buffer3.prototype.writeInt32LE=function(value,offset,noAssert){return value=+value,offset=offset>>>0,noAssert||checkInt(this,value,offset,4,2147483647,-2147483648),this[offset]=value&255,this[offset+1]=value>>>8,this[offset+2]=value>>>16,this[offset+3]=value>>>24,offset+4};Buffer3.prototype.writeInt32BE=function(value,offset,noAssert){return value=+value,offset=offset>>>0,noAssert||checkInt(this,value,offset,4,2147483647,-2147483648),value<0&&(value=4294967295+value+1),this[offset]=value>>>24,this[offset+1]=value>>>16,this[offset+2]=value>>>8,this[offset+3]=value&255,offset+4};function checkIEEE754(buf,value,offset,ext,max,min){if(offset+ext>buf.length)throw new RangeError("Index out of range");if(offset<0)throw new RangeError("Index out of range")}function writeFloat(buf,value,offset,littleEndian,noAssert){return value=+value,offset=offset>>>0,noAssert||checkIEEE754(buf,value,offset,4,34028234663852886e22,-34028234663852886e22),ieee754.write(buf,value,offset,littleEndian,23,4),offset+4}Buffer3.prototype.writeFloatLE=function(value,offset,noAssert){return writeFloat(this,value,offset,!0,noAssert)};Buffer3.prototype.writeFloatBE=function(value,offset,noAssert){return writeFloat(this,value,offset,!1,noAssert)};function writeDouble(buf,value,offset,littleEndian,noAssert){return value=+value,offset=offset>>>0,noAssert||checkIEEE754(buf,value,offset,8,17976931348623157e292,-17976931348623157e292),ieee754.write(buf,value,offset,littleEndian,52,8),offset+8}Buffer3.prototype.writeDoubleLE=function(value,offset,noAssert){return writeDouble(this,value,offset,!0,noAssert)};Buffer3.prototype.writeDoubleBE=function(value,offset,noAssert){return writeDouble(this,value,offset,!1,noAssert)};Buffer3.prototype.copy=function(target,targetStart,start,end){if(!Buffer3.isBuffer(target))throw new TypeError("argument should be a Buffer");if(start||(start=0),!end&&end!==0&&(end=this.length),targetStart>=target.length&&(targetStart=target.length),targetStart||(targetStart=0),end>0&&end<start&&(end=start),end===start||target.length===0||this.length===0)return 0;if(targetStart<0)throw new RangeError("targetStart out of bounds");if(start<0||start>=this.length)throw new RangeError("Index out of range");if(end<0)throw new RangeError("sourceEnd out of bounds");end>this.length&&(end=this.length),target.length-targetStart<end-start&&(end=target.length-targetStart+start);var len=end-start;return this===target&&typeof Uint8Array.prototype.copyWithin=="function"?this.copyWithin(targetStart,start,end):Uint8Array.prototype.set.call(target,this.subarray(start,end),targetStart),len};Buffer3.prototype.fill=function(val,start,end,encoding){if(typeof val=="string"){if(typeof start=="string"?(encoding=start,start=0,end=this.length):typeof end=="string"&&(encoding=end,end=this.length),encoding!==void 0&&typeof encoding!="string")throw new TypeError("encoding must be a string");if(typeof encoding=="string"&&!Buffer3.isEncoding(encoding))throw new TypeError("Unknown encoding: "+encoding);if(val.length===1){var code=val.charCodeAt(0);(encoding==="utf8"&&code<128||encoding==="latin1")&&(val=code)}}else typeof val=="number"?val=val&255:typeof val=="boolean"&&(val=Number(val));if(start<0||this.length<start||this.length<end)throw new RangeError("Out of range index");if(end<=start)return this;start=start>>>0,end=end===void 0?this.length:end>>>0,val||(val=0);var i;if(typeof val=="number")for(i=start;i<end;++i)this[i]=val;else{var bytes=Buffer3.isBuffer(val)?val:Buffer3.from(val,encoding),len=bytes.length;if(len===0)throw new TypeError('The value "'+val+'" is invalid for argument "value"');for(i=0;i<end-start;++i)this[i+start]=bytes[i%len]}return this};var INVALID_BASE64_RE=/[^+/0-9A-Za-z-_]/g;function base64clean(str){if(str=str.split("=")[0],str=str.trim().replace(INVALID_BASE64_RE,""),str.length<2)return"";for(;str.length%4!==0;)str=str+"=";return str}function utf8ToBytes(string,units){units=units||1/0;for(var codePoint,length=string.length,leadSurrogate=null,bytes=[],i=0;i<length;++i){if(codePoint=string.charCodeAt(i),codePoint>55295&&codePoint<57344){if(!leadSurrogate){if(codePoint>56319){(units-=3)>-1&&bytes.push(239,191,189);continue}else if(i+1===length){(units-=3)>-1&&bytes.push(239,191,189);continue}leadSurrogate=codePoint;continue}if(codePoint<56320){(units-=3)>-1&&bytes.push(239,191,189),leadSurrogate=codePoint;continue}codePoint=(leadSurrogate-55296<<10|codePoint-56320)+65536}else leadSurrogate&&(units-=3)>-1&&bytes.push(239,191,189);if(leadSurrogate=null,codePoint<128){if((units-=1)<0)break;bytes.push(codePoint)}else if(codePoint<2048){if((units-=2)<0)break;bytes.push(codePoint>>6|192,codePoint&63|128)}else if(codePoint<65536){if((units-=3)<0)break;bytes.push(codePoint>>12|224,codePoint>>6&63|128,codePoint&63|128)}else if(codePoint<1114112){if((units-=4)<0)break;bytes.push(codePoint>>18|240,codePoint>>12&63|128,codePoint>>6&63|128,codePoint&63|128)}else throw new Error("Invalid code point")}return bytes}function asciiToBytes(str){for(var byteArray=[],i=0;i<str.length;++i)byteArray.push(str.charCodeAt(i)&255);return byteArray}function utf16leToBytes(str,units){for(var c,hi,lo,byteArray=[],i=0;i<str.length&&!((units-=2)<0);++i)c=str.charCodeAt(i),hi=c>>8,lo=c%256,byteArray.push(lo),byteArray.push(hi);return byteArray}function base64ToBytes(str){return base64.toByteArray(base64clean(str))}function blitBuffer(src,dst,offset,length){for(var i=0;i<length&&!(i+offset>=dst.length||i>=src.length);++i)dst[i+offset]=src[i];return i}function isInstance(obj,type){return obj instanceof type||obj!=null&&obj.constructor!=null&&obj.constructor.name!=null&&obj.constructor.name===type.name}function numberIsNaN(obj){return obj!==obj}var hexSliceLookupTable=function(){for(var alphabet="0123456789abcdef",table=new Array(256),i=0;i<16;++i)for(var i16=i*16,j=0;j<16;++j)table[i16+j]=alphabet[i]+alphabet[j];return table}()}});var require_browser=__commonJS({"node_modules/process/browser.js"(exports,module){init_define_process_env();init_shim();var process2=module.exports={},cachedSetTimeout,cachedClearTimeout;function defaultSetTimout(){throw new Error("setTimeout has not been defined")}function defaultClearTimeout(){throw new Error("clearTimeout has not been defined")}(function(){try{typeof setTimeout=="function"?cachedSetTimeout=setTimeout:cachedSetTimeout=defaultSetTimout}catch(e){cachedSetTimeout=defaultSetTimout}try{typeof clearTimeout=="function"?cachedClearTimeout=clearTimeout:cachedClearTimeout=defaultClearTimeout}catch(e){cachedClearTimeout=defaultClearTimeout}})();function runTimeout(fun){if(cachedSetTimeout===setTimeout)return setTimeout(fun,0);if((cachedSetTimeout===defaultSetTimout||!cachedSetTimeout)&&setTimeout)return cachedSetTimeout=setTimeout,setTimeout(fun,0);try{return cachedSetTimeout(fun,0)}catch(e){try{return cachedSetTimeout.call(null,fun,0)}catch(e2){return cachedSetTimeout.call(this,fun,0)}}}function runClearTimeout(marker){if(cachedClearTimeout===clearTimeout)return clearTimeout(marker);if((cachedClearTimeout===defaultClearTimeout||!cachedClearTimeout)&&clearTimeout)return cachedClearTimeout=clearTimeout,clearTimeout(marker);try{return cachedClearTimeout(marker)}catch(e){try{return cachedClearTimeout.call(null,marker)}catch(e2){return cachedClearTimeout.call(this,marker)}}}var queue=[],draining=!1,currentQueue,queueIndex=-1;function cleanUpNextTick(){!draining||!currentQueue||(draining=!1,currentQueue.length?queue=currentQueue.concat(queue):queueIndex=-1,queue.length&&drainQueue())}function drainQueue(){if(!draining){var timeout=runTimeout(cleanUpNextTick);draining=!0;for(var len=queue.length;len;){for(currentQueue=queue,queue=[];++queueIndex<len;)currentQueue&&currentQueue[queueIndex].run();queueIndex=-1,len=queue.length}currentQueue=null,draining=!1,runClearTimeout(timeout)}}process2.nextTick=function(fun){var args=new Array(arguments.length-1);if(arguments.length>1)for(var i=1;i<arguments.length;i++)args[i-1]=arguments[i];queue.push(new Item(fun,args)),queue.length===1&&!draining&&runTimeout(drainQueue)};function Item(fun,array){this.fun=fun,this.array=array}Item.prototype.run=function(){this.fun.apply(null,this.array)};process2.title="browser";process2.browser=!0;process2.env={};process2.argv=[];process2.version="";process2.versions={};function noop(){}process2.on=noop;process2.addListener=noop;process2.once=noop;process2.off=noop;process2.removeListener=noop;process2.removeAllListeners=noop;process2.emit=noop;process2.prependListener=noop;process2.prependOnceListener=noop;process2.listeners=function(name){return[]};process2.binding=function(name){throw new Error("process.binding is not supported")};process2.cwd=function(){return"/"};process2.chdir=function(dir){throw new Error("process.chdir is not supported")};process2.umask=function(){return 0}}});var import_buffer,import_process,_globalThis,init_shim=__esm({"node_modules/node-stdlib-browser/helpers/esbuild/shim.js"(){import_buffer=__toESM(require_buffer()),import_process=__toESM(require_browser()),_globalThis=function(Object2){function get(){var _global3=this||self;return delete Object2.prototype.__magic__,_global3}if(typeof globalThis=="object")return globalThis;if(this)return get();Object2.defineProperty(Object2.prototype,"__magic__",{configurable:!0,get});var _global2=__magic__;return _global2}(Object)}});var require_fails=__commonJS({"node_modules/core-js/internals/fails.js"(exports,module){"use strict";init_define_process_env();init_shim();module.exports=function(exec){try{return!!exec()}catch(error){return!0}}}});var require_function_bind_native=__commonJS({"node_modules/core-js/internals/function-bind-native.js"(exports,module){"use strict";init_define_process_env();init_shim();var fails=require_fails();module.exports=!fails(function(){var test=(function(){}).bind();return typeof test!="function"||test.hasOwnProperty("prototype")})}});var require_function_uncurry_this=__commonJS({"node_modules/core-js/internals/function-uncurry-this.js"(exports,module){"use strict";init_define_process_env();init_shim();var NATIVE_BIND=require_function_bind_native(),FunctionPrototype=Function.prototype,call=FunctionPrototype.call,uncurryThisWithBind=NATIVE_BIND&&FunctionPrototype.bind.bind(call,call);module.exports=NATIVE_BIND?uncurryThisWithBind:function(fn){return function(){return call.apply(fn,arguments)}}}});var require_classof_raw=__commonJS({"node_modules/core-js/internals/classof-raw.js"(exports,module){"use strict";init_define_process_env();init_shim();var uncurryThis=require_function_uncurry_this(),toString=uncurryThis({}.toString),stringSlice=uncurryThis("".slice);module.exports=function(it){return stringSlice(toString(it),8,-1)}}});var require_indexed_object=__commonJS({"node_modules/core-js/internals/indexed-object.js"(exports,module){"use strict";init_define_process_env();init_shim();var uncurryThis=require_function_uncurry_this(),fails=require_fails(),classof=require_classof_raw(),$Object=Object,split=uncurryThis("".split);module.exports=fails(function(){return!$Object("z").propertyIsEnumerable(0)})?function(it){return classof(it)==="String"?split(it,""):$Object(it)}:$Object}});var require_is_null_or_undefined=__commonJS({"node_modules/core-js/internals/is-null-or-undefined.js"(exports,module){"use strict";init_define_process_env();init_shim();module.exports=function(it){return it==null}}});var require_require_object_coercible=__commonJS({"node_modules/core-js/internals/require-object-coercible.js"(exports,module){"use strict";init_define_process_env();init_shim();var isNullOrUndefined=require_is_null_or_undefined(),$TypeError=TypeError;module.exports=function(it){if(isNullOrUndefined(it))throw new $TypeError("Can't call method on "+it);return it}}});var require_to_indexed_object=__commonJS({"node_modules/core-js/internals/to-indexed-object.js"(exports,module){"use strict";init_define_process_env();init_shim();var IndexedObject=require_indexed_object(),requireObjectCoercible=require_require_object_coercible();module.exports=function(it){return IndexedObject(requireObjectCoercible(it))}}});var require_global=__commonJS({"node_modules/core-js/internals/global.js"(exports,module){"use strict";init_define_process_env();init_shim();var check=function(it){return it&&it.Math===Math&&it};module.exports=check(typeof globalThis=="object"&&globalThis)||check(typeof window=="object"&&window)||check(typeof self=="object"&&self)||check(typeof window=="object"&&window)||check(typeof exports=="object"&&exports)||function(){return this}()||Function("return this")()}});var require_is_pure=__commonJS({"node_modules/core-js/internals/is-pure.js"(exports,module){"use strict";init_define_process_env();init_shim();module.exports=!1}});var require_define_global_property=__commonJS({"node_modules/core-js/internals/define-global-property.js"(exports,module){"use strict";init_define_process_env();init_shim();var global=require_global(),defineProperty=Object.defineProperty;module.exports=function(key,value){try{defineProperty(global,key,{value,configurable:!0,writable:!0})}catch(error){global[key]=value}return value}}});var require_shared_store=__commonJS({"node_modules/core-js/internals/shared-store.js"(exports,module){"use strict";init_define_process_env();init_shim();var global=require_global(),defineGlobalProperty=require_define_global_property(),SHARED="__core-js_shared__",store=global[SHARED]||defineGlobalProperty(SHARED,{});module.exports=store}});var require_shared=__commonJS({"node_modules/core-js/internals/shared.js"(exports,module){"use strict";init_define_process_env();init_shim();var IS_PURE=require_is_pure(),store=require_shared_store();(module.exports=function(key,value){return store[key]||(store[key]=value!==void 0?value:{})})("versions",[]).push({version:"3.35.1",mode:IS_PURE?"pure":"global",copyright:"\xA9 2014-2024 Denis Pushkarev (zloirock.ru)",license:"https://github.com/zloirock/core-js/blob/v3.35.1/LICENSE",source:"https://github.com/zloirock/core-js"})}});var require_to_object=__commonJS({"node_modules/core-js/internals/to-object.js"(exports,module){"use strict";init_define_process_env();init_shim();var requireObjectCoercible=require_require_object_coercible(),$Object=Object;module.exports=function(argument){return $Object(requireObjectCoercible(argument))}}});var require_has_own_property=__commonJS({"node_modules/core-js/internals/has-own-property.js"(exports,module){"use strict";init_define_process_env();init_shim();var uncurryThis=require_function_uncurry_this(),toObject=require_to_object(),hasOwnProperty=uncurryThis({}.hasOwnProperty);module.exports=Object.hasOwn||function(it,key){return hasOwnProperty(toObject(it),key)}}});var require_uid=__commonJS({"node_modules/core-js/internals/uid.js"(exports,module){"use strict";init_define_process_env();init_shim();var uncurryThis=require_function_uncurry_this(),id=0,postfix=Math.random(),toString=uncurryThis(1 .toString);module.exports=function(key){return"Symbol("+(key===void 0?"":key)+")_"+toString(++id+postfix,36)}}});var require_engine_user_agent=__commonJS({"node_modules/core-js/internals/engine-user-agent.js"(exports,module){"use strict";init_define_process_env();init_shim();module.exports=typeof navigator<"u"&&String(navigator.userAgent)||""}});var require_engine_v8_version=__commonJS({"node_modules/core-js/internals/engine-v8-version.js"(exports,module){"use strict";init_define_process_env();init_shim();var global=require_global(),userAgent=require_engine_user_agent(),process2=global.process,Deno=global.Deno,versions=process2&&process2.versions||Deno&&Deno.version,v8=versions&&versions.v8,match,version;v8&&(match=v8.split("."),version=match[0]>0&&match[0]<4?1:+(match[0]+match[1]));!version&&userAgent&&(match=userAgent.match(/Edge\/(\d+)/),(!match||match[1]>=74)&&(match=userAgent.match(/Chrome\/(\d+)/),match&&(version=+match[1])));module.exports=version}});var require_symbol_constructor_detection=__commonJS({"node_modules/core-js/internals/symbol-constructor-detection.js"(exports,module){"use strict";init_define_process_env();init_shim();var V8_VERSION=require_engine_v8_version(),fails=require_fails(),global=require_global(),$String=global.String;module.exports=!!Object.getOwnPropertySymbols&&!fails(function(){var symbol=Symbol("symbol detection");return!$String(symbol)||!(Object(symbol)instanceof Symbol)||!Symbol.sham&&V8_VERSION&&V8_VERSION<41})}});var require_use_symbol_as_uid=__commonJS({"node_modules/core-js/internals/use-symbol-as-uid.js"(exports,module){"use strict";init_define_process_env();init_shim();var NATIVE_SYMBOL=require_symbol_constructor_detection();module.exports=NATIVE_SYMBOL&&!Symbol.sham&&typeof Symbol.iterator=="symbol"}});var require_well_known_symbol=__commonJS({"node_modules/core-js/internals/well-known-symbol.js"(exports,module){"use strict";init_define_process_env();init_shim();var global=require_global(),shared=require_shared(),hasOwn=require_has_own_property(),uid=require_uid(),NATIVE_SYMBOL=require_symbol_constructor_detection(),USE_SYMBOL_AS_UID=require_use_symbol_as_uid(),Symbol2=global.Symbol,WellKnownSymbolsStore=shared("wks"),createWellKnownSymbol=USE_SYMBOL_AS_UID?Symbol2.for||Symbol2:Symbol2&&Symbol2.withoutSetter||uid;module.exports=function(name){return hasOwn(WellKnownSymbolsStore,name)||(WellKnownSymbolsStore[name]=NATIVE_SYMBOL&&hasOwn(Symbol2,name)?Symbol2[name]:createWellKnownSymbol("Symbol."+name)),WellKnownSymbolsStore[name]}}});var require_is_callable=__commonJS({"node_modules/core-js/internals/is-callable.js"(exports,module){"use strict";init_define_process_env();init_shim();var documentAll=typeof document=="object"&&document.all;module.exports=typeof documentAll>"u"&&documentAll!==void 0?function(argument){return typeof argument=="function"||argument===documentAll}:function(argument){return typeof argument=="function"}}});var require_is_object=__commonJS({"node_modules/core-js/internals/is-object.js"(exports,module){"use strict";init_define_process_env();init_shim();var isCallable=require_is_callable();module.exports=function(it){return typeof it=="object"?it!==null:isCallable(it)}}});var require_an_object=__commonJS({"node_modules/core-js/internals/an-object.js"(exports,module){"use strict";init_define_process_env();init_shim();var isObject=require_is_object(),$String=String,$TypeError=TypeError;module.exports=function(argument){if(isObject(argument))return argument;throw new $TypeError($String(argument)+" is not an object")}}});var require_descriptors=__commonJS({"node_modules/core-js/internals/descriptors.js"(exports,module){"use strict";init_define_process_env();init_shim();var fails=require_fails();module.exports=!fails(function(){return Object.defineProperty({},1,{get:function(){return 7}})[1]!==7})}});var require_v8_prototype_define_bug=__commonJS({"node_modules/core-js/internals/v8-prototype-define-bug.js"(exports,module){"use strict";init_define_process_env();init_shim();var DESCRIPTORS=require_descriptors(),fails=require_fails();module.exports=DESCRIPTORS&&fails(function(){return Object.defineProperty(function(){},"prototype",{value:42,writable:!1}).prototype!==42})}});var require_document_create_element=__commonJS({"node_modules/core-js/internals/document-create-element.js"(exports,module){"use strict";init_define_process_env();init_shim();var global=require_global(),isObject=require_is_object(),document2=global.document,EXISTS=isObject(document2)&&isObject(document2.createElement);module.exports=function(it){return EXISTS?document2.createElement(it):{}}}});var require_ie8_dom_define=__commonJS({"node_modules/core-js/internals/ie8-dom-define.js"(exports,module){"use strict";init_define_process_env();init_shim();var DESCRIPTORS=require_descriptors(),fails=require_fails(),createElement=require_document_create_element();module.exports=!DESCRIPTORS&&!fails(function(){return Object.defineProperty(createElement("div"),"a",{get:function(){return 7}}).a!==7})}});var require_function_call=__commonJS({"node_modules/core-js/internals/function-call.js"(exports,module){"use strict";init_define_process_env();init_shim();var NATIVE_BIND=require_function_bind_native(),call=Function.prototype.call;module.exports=NATIVE_BIND?call.bind(call):function(){return call.apply(call,arguments)}}});var require_get_built_in=__commonJS({"node_modules/core-js/internals/get-built-in.js"(exports,module){"use strict";init_define_process_env();init_shim();var global=require_global(),isCallable=require_is_callable(),aFunction=function(argument){return isCallable(argument)?argument:void 0};module.exports=function(namespace,method){return arguments.length<2?aFunction(global[namespace]):global[namespace]&&global[namespace][method]}}});var require_object_is_prototype_of=__commonJS({"node_modules/core-js/internals/object-is-prototype-of.js"(exports,module){"use strict";init_define_process_env();init_shim();var uncurryThis=require_function_uncurry_this();module.exports=uncurryThis({}.isPrototypeOf)}});var require_is_symbol=__commonJS({"node_modules/core-js/internals/is-symbol.js"(exports,module){"use strict";init_define_process_env();init_shim();var getBuiltIn=require_get_built_in(),isCallable=require_is_callable(),isPrototypeOf=require_object_is_prototype_of(),USE_SYMBOL_AS_UID=require_use_symbol_as_uid(),$Object=Object;module.exports=USE_SYMBOL_AS_UID?function(it){return typeof it=="symbol"}:function(it){var $Symbol=getBuiltIn("Symbol");return isCallable($Symbol)&&isPrototypeOf($Symbol.prototype,$Object(it))}}});var require_try_to_string=__commonJS({"node_modules/core-js/internals/try-to-string.js"(exports,module){"use strict";init_define_process_env();init_shim();var $String=String;module.exports=function(argument){try{return $String(argument)}catch(error){return"Object"}}}});var require_a_callable=__commonJS({"node_modules/core-js/internals/a-callable.js"(exports,module){"use strict";init_define_process_env();init_shim();var isCallable=require_is_callable(),tryToString=require_try_to_string(),$TypeError=TypeError;module.exports=function(argument){if(isCallable(argument))return argument;throw new $TypeError(tryToString(argument)+" is not a function")}}});var require_get_method=__commonJS({"node_modules/core-js/internals/get-method.js"(exports,module){"use strict";init_define_process_env();init_shim();var aCallable=require_a_callable(),isNullOrUndefined=require_is_null_or_undefined();module.exports=function(V,P){var func=V[P];return isNullOrUndefined(func)?void 0:aCallable(func)}}});var require_ordinary_to_primitive=__commonJS({"node_modules/core-js/internals/ordinary-to-primitive.js"(exports,module){"use strict";init_define_process_env();init_shim();var call=require_function_call(),isCallable=require_is_callable(),isObject=require_is_object(),$TypeError=TypeError;module.exports=function(input,pref){var fn,val;if(pref==="string"&&isCallable(fn=input.toString)&&!isObject(val=call(fn,input))||isCallable(fn=input.valueOf)&&!isObject(val=call(fn,input))||pref!=="string"&&isCallable(fn=input.toString)&&!isObject(val=call(fn,input)))return val;throw new $TypeError("Can't convert object to primitive value")}}});var require_to_primitive=__commonJS({"node_modules/core-js/internals/to-primitive.js"(exports,module){"use strict";init_define_process_env();init_shim();var call=require_function_call(),isObject=require_is_object(),isSymbol=require_is_symbol(),getMethod=require_get_method(),ordinaryToPrimitive=require_ordinary_to_primitive(),wellKnownSymbol=require_well_known_symbol(),$TypeError=TypeError,TO_PRIMITIVE=wellKnownSymbol("toPrimitive");module.exports=function(input,pref){if(!isObject(input)||isSymbol(input))return input;var exoticToPrim=getMethod(input,TO_PRIMITIVE),result;if(exoticToPrim){if(pref===void 0&&(pref="default"),result=call(exoticToPrim,input,pref),!isObject(result)||isSymbol(result))return result;throw new $TypeError("Can't convert object to primitive value")}return pref===void 0&&(pref="number"),ordinaryToPrimitive(input,pref)}}});var require_to_property_key=__commonJS({"node_modules/core-js/internals/to-property-key.js"(exports,module){"use strict";init_define_process_env();init_shim();var toPrimitive=require_to_primitive(),isSymbol=require_is_symbol();module.exports=function(argument){var key=toPrimitive(argument,"string");return isSymbol(key)?key:key+""}}});var require_object_define_property=__commonJS({"node_modules/core-js/internals/object-define-property.js"(exports){"use strict";init_define_process_env();init_shim();var DESCRIPTORS=require_descriptors(),IE8_DOM_DEFINE=require_ie8_dom_define(),V8_PROTOTYPE_DEFINE_BUG=require_v8_prototype_define_bug(),anObject=require_an_object(),toPropertyKey=require_to_property_key(),$TypeError=TypeError,$defineProperty=Object.defineProperty,$getOwnPropertyDescriptor=Object.getOwnPropertyDescriptor,ENUMERABLE="enumerable",CONFIGURABLE="configurable",WRITABLE="writable";exports.f=DESCRIPTORS?V8_PROTOTYPE_DEFINE_BUG?function(O,P,Attributes){if(anObject(O),P=toPropertyKey(P),anObject(Attributes),typeof O=="function"&&P==="prototype"&&"value"in Attributes&&WRITABLE in Attributes&&!Attributes[WRITABLE]){var current=$getOwnPropertyDescriptor(O,P);current&&current[WRITABLE]&&(O[P]=Attributes.value,Attributes={configurable:CONFIGURABLE in Attributes?Attributes[CONFIGURABLE]:current[CONFIGURABLE],enumerable:ENUMERABLE in Attributes?Attributes[ENUMERABLE]:current[ENUMERABLE],writable:!1})}return $defineProperty(O,P,Attributes)}:$defineProperty:function(O,P,Attributes){if(anObject(O),P=toPropertyKey(P),anObject(Attributes),IE8_DOM_DEFINE)try{return $defineProperty(O,P,Attributes)}catch(error){}if("get"in Attributes||"set"in Attributes)throw new $TypeError("Accessors not supported");return"value"in Attributes&&(O[P]=Attributes.value),O}}});var require_math_trunc=__commonJS({"node_modules/core-js/internals/math-trunc.js"(exports,module){"use strict";init_define_process_env();init_shim();var ceil=Math.ceil,floor=Math.floor;module.exports=Math.trunc||function(x){var n=+x;return(n>0?floor:ceil)(n)}}});var require_to_integer_or_infinity=__commonJS({"node_modules/core-js/internals/to-integer-or-infinity.js"(exports,module){"use strict";init_define_process_env();init_shim();var trunc=require_math_trunc();module.exports=function(argument){var number=+argument;return number!==number||number===0?0:trunc(number)}}});var require_to_absolute_index=__commonJS({"node_modules/core-js/internals/to-absolute-index.js"(exports,module){"use strict";init_define_process_env();init_shim();var toIntegerOrInfinity=require_to_integer_or_infinity(),max=Math.max,min=Math.min;module.exports=function(index,length){var integer=toIntegerOrInfinity(index);return integer<0?max(integer+length,0):min(integer,length)}}});var require_to_length=__commonJS({"node_modules/core-js/internals/to-length.js"(exports,module){"use strict";init_define_process_env();init_shim();var toIntegerOrInfinity=require_to_integer_or_infinity(),min=Math.min;module.exports=function(argument){var len=toIntegerOrInfinity(argument);return len>0?min(len,9007199254740991):0}}});var require_length_of_array_like=__commonJS({"node_modules/core-js/internals/length-of-array-like.js"(exports,module){"use strict";init_define_process_env();init_shim();var toLength=require_to_length();module.exports=function(obj){return toLength(obj.length)}}});var require_array_includes=__commonJS({"node_modules/core-js/internals/array-includes.js"(exports,module){"use strict";init_define_process_env();init_shim();var toIndexedObject=require_to_indexed_object(),toAbsoluteIndex=require_to_absolute_index(),lengthOfArrayLike=require_length_of_array_like(),createMethod=function(IS_INCLUDES){return function($this,el,fromIndex){var O=toIndexedObject($this),length=lengthOfArrayLike(O),index=toAbsoluteIndex(fromIndex,length),value;if(IS_INCLUDES&&el!==el){for(;length>index;)if(value=O[index++],value!==value)return!0}else for(;length>index;index++)if((IS_INCLUDES||index in O)&&O[index]===el)return IS_INCLUDES||index||0;return!IS_INCLUDES&&-1}};module.exports={includes:createMethod(!0),indexOf:createMethod(!1)}}});var require_hidden_keys=__commonJS({"node_modules/core-js/internals/hidden-keys.js"(exports,module){"use strict";init_define_process_env();init_shim();module.exports={}}});var require_object_keys_internal=__commonJS({"node_modules/core-js/internals/object-keys-internal.js"(exports,module){"use strict";init_define_process_env();init_shim();var uncurryThis=require_function_uncurry_this(),hasOwn=require_has_own_property(),toIndexedObject=require_to_indexed_object(),indexOf=require_array_includes().indexOf,hiddenKeys=require_hidden_keys(),push=uncurryThis([].push);module.exports=function(object,names){var O=toIndexedObject(object),i=0,result=[],key;for(key in O)!hasOwn(hiddenKeys,key)&&hasOwn(O,key)&&push(result,key);for(;names.length>i;)hasOwn(O,key=names[i++])&&(~indexOf(result,key)||push(result,key));return result}}});var require_enum_bug_keys=__commonJS({"node_modules/core-js/internals/enum-bug-keys.js"(exports,module){"use strict";init_define_process_env();init_shim();module.exports=["constructor","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","toLocaleString","toString","valueOf"]}});var require_object_keys=__commonJS({"node_modules/core-js/internals/object-keys.js"(exports,module){"use strict";init_define_process_env();init_shim();var internalObjectKeys=require_object_keys_internal(),enumBugKeys=require_enum_bug_keys();module.exports=Object.keys||function(O){return internalObjectKeys(O,enumBugKeys)}}});var require_object_define_properties=__commonJS({"node_modules/core-js/internals/object-define-properties.js"(exports){"use strict";init_define_process_env();init_shim();var DESCRIPTORS=require_descriptors(),V8_PROTOTYPE_DEFINE_BUG=require_v8_prototype_define_bug(),definePropertyModule=require_object_define_property(),anObject=require_an_object(),toIndexedObject=require_to_indexed_object(),objectKeys=require_object_keys();exports.f=DESCRIPTORS&&!V8_PROTOTYPE_DEFINE_BUG?Object.defineProperties:function(O,Properties){anObject(O);for(var props=toIndexedObject(Properties),keys=objectKeys(Properties),length=keys.length,index=0,key;length>index;)definePropertyModule.f(O,key=keys[index++],props[key]);return O}}});var require_html=__commonJS({"node_modules/core-js/internals/html.js"(exports,module){"use strict";init_define_process_env();init_shim();var getBuiltIn=require_get_built_in();module.exports=getBuiltIn("document","documentElement")}});var require_shared_key=__commonJS({"node_modules/core-js/internals/shared-key.js"(exports,module){"use strict";init_define_process_env();init_shim();var shared=require_shared(),uid=require_uid(),keys=shared("keys");module.exports=function(key){return keys[key]||(keys[key]=uid(key))}}});var require_object_create=__commonJS({"node_modules/core-js/internals/object-create.js"(exports,module){"use strict";init_define_process_env();init_shim();var anObject=require_an_object(),definePropertiesModule=require_object_define_properties(),enumBugKeys=require_enum_bug_keys(),hiddenKeys=require_hidden_keys(),html=require_html(),documentCreateElement=require_document_create_element(),sharedKey=require_shared_key(),GT=">",LT="<",PROTOTYPE="prototype",SCRIPT="script",IE_PROTO=sharedKey("IE_PROTO"),EmptyConstructor=function(){},scriptTag=function(content){return LT+SCRIPT+GT+content+LT+"/"+SCRIPT+GT},NullProtoObjectViaActiveX=function(activeXDocument2){activeXDocument2.write(scriptTag("")),activeXDocument2.close();var temp=activeXDocument2.parentWindow.Object;return activeXDocument2=null,temp},NullProtoObjectViaIFrame=function(){var iframe=documentCreateElement("iframe"),JS="java"+SCRIPT+":",iframeDocument;return iframe.style.display="none",html.appendChild(iframe),iframe.src=String(JS),iframeDocument=iframe.contentWindow.document,iframeDocument.open(),iframeDocument.write(scriptTag("document.F=Object")),iframeDocument.close(),iframeDocument.F},activeXDocument,NullProtoObject=function(){try{activeXDocument=new ActiveXObject("htmlfile")}catch(error){}NullProtoObject=typeof document<"u"?document.domain&&activeXDocument?NullProtoObjectViaActiveX(activeXDocument):NullProtoObjectViaIFrame():NullProtoObjectViaActiveX(activeXDocument);for(var length=enumBugKeys.length;length--;)delete NullProtoObject[PROTOTYPE][enumBugKeys[length]];return NullProtoObject()};hiddenKeys[IE_PROTO]=!0;module.exports=Object.create||function(O,Properties){var result;return O!==null?(EmptyConstructor[PROTOTYPE]=anObject(O),result=new EmptyConstructor,EmptyConstructor[PROTOTYPE]=null,result[IE_PROTO]=O):result=NullProtoObject(),Properties===void 0?result:definePropertiesModule.f(result,Properties)}}});var require_add_to_unscopables=__commonJS({"node_modules/core-js/internals/add-to-unscopables.js"(exports,module){"use strict";init_define_process_env();init_shim();var wellKnownSymbol=require_well_known_symbol(),create=require_object_create(),defineProperty=require_object_define_property().f,UNSCOPABLES=wellKnownSymbol("unscopables"),ArrayPrototype=Array.prototype;ArrayPrototype[UNSCOPABLES]===void 0&&defineProperty(ArrayPrototype,UNSCOPABLES,{configurable:!0,value:create(null)});module.exports=function(key){ArrayPrototype[UNSCOPABLES][key]=!0}}});var require_iterators=__commonJS({"node_modules/core-js/internals/iterators.js"(exports,module){"use strict";init_define_process_env();init_shim();module.exports={}}});var require_weak_map_basic_detection=__commonJS({"node_modules/core-js/internals/weak-map-basic-detection.js"(exports,module){"use strict";init_define_process_env();init_shim();var global=require_global(),isCallable=require_is_callable(),WeakMap=global.WeakMap;module.exports=isCallable(WeakMap)&&/native code/.test(String(WeakMap))}});var require_create_property_descriptor=__commonJS({"node_modules/core-js/internals/create-property-descriptor.js"(exports,module){"use strict";init_define_process_env();init_shim();module.exports=function(bitmap,value){return{enumerable:!(bitmap&1),configurable:!(bitmap&2),writable:!(bitmap&4),value}}}});var require_create_non_enumerable_property=__commonJS({"node_modules/core-js/internals/create-non-enumerable-property.js"(exports,module){"use strict";init_define_process_env();init_shim();var DESCRIPTORS=require_descriptors(),definePropertyModule=require_object_define_property(),createPropertyDescriptor=require_create_property_descriptor();module.exports=DESCRIPTORS?function(object,key,value){return definePropertyModule.f(object,key,createPropertyDescriptor(1,value))}:function(object,key,value){return object[key]=value,object}}});var require_internal_state=__commonJS({"node_modules/core-js/internals/internal-state.js"(exports,module){"use strict";init_define_process_env();init_shim();var NATIVE_WEAK_MAP=require_weak_map_basic_detection(),global=require_global(),isObject=require_is_object(),createNonEnumerableProperty=require_create_non_enumerable_property(),hasOwn=require_has_own_property(),shared=require_shared_store(),sharedKey=require_shared_key(),hiddenKeys=require_hidden_keys(),OBJECT_ALREADY_INITIALIZED="Object already initialized",TypeError2=global.TypeError,WeakMap=global.WeakMap,set,get,has,enforce=function(it){return has(it)?get(it):set(it,{})},getterFor=function(TYPE){return function(it){var state;if(!isObject(it)||(state=get(it)).type!==TYPE)throw new TypeError2("Incompatible receiver, "+TYPE+" required");return state}};NATIVE_WEAK_MAP||shared.state?(store=shared.state||(shared.state=new WeakMap),store.get=store.get,store.has=store.has,store.set=store.set,set=function(it,metadata){if(store.has(it))throw new TypeError2(OBJECT_ALREADY_INITIALIZED);return metadata.facade=it,store.set(it,metadata),metadata},get=function(it){return store.get(it)||{}},has=function(it){return store.has(it)}):(STATE=sharedKey("state"),hiddenKeys[STATE]=!0,set=function(it,metadata){if(hasOwn(it,STATE))throw new TypeError2(OBJECT_ALREADY_INITIALIZED);return metadata.facade=it,createNonEnumerableProperty(it,STATE,metadata),metadata},get=function(it){return hasOwn(it,STATE)?it[STATE]:{}},has=function(it){return hasOwn(it,STATE)});var store,STATE;module.exports={set,get,has,enforce,getterFor}}});var require_object_property_is_enumerable=__commonJS({"node_modules/core-js/internals/object-property-is-enumerable.js"(exports){"use strict";init_define_process_env();init_shim();var $propertyIsEnumerable={}.propertyIsEnumerable,getOwnPropertyDescriptor=Object.getOwnPropertyDescriptor,NASHORN_BUG=getOwnPropertyDescriptor&&!$propertyIsEnumerable.call({1:2},1);exports.f=NASHORN_BUG?function(V){var descriptor=getOwnPropertyDescriptor(this,V);return!!descriptor&&descriptor.enumerable}:$propertyIsEnumerable}});var require_object_get_own_property_descriptor=__commonJS({"node_modules/core-js/internals/object-get-own-property-descriptor.js"(exports){"use strict";init_define_process_env();init_shim();var DESCRIPTORS=require_descriptors(),call=require_function_call(),propertyIsEnumerableModule=require_object_property_is_enumerable(),createPropertyDescriptor=require_create_property_descriptor(),toIndexedObject=require_to_indexed_object(),toPropertyKey=require_to_property_key(),hasOwn=require_has_own_property(),IE8_DOM_DEFINE=require_ie8_dom_define(),$getOwnPropertyDescriptor=Object.getOwnPropertyDescriptor;exports.f=DESCRIPTORS?$getOwnPropertyDescriptor:function(O,P){if(O=toIndexedObject(O),P=toPropertyKey(P),IE8_DOM_DEFINE)try{return $getOwnPropertyDescriptor(O,P)}catch(error){}if(hasOwn(O,P))return createPropertyDescriptor(!call(propertyIsEnumerableModule.f,O,P),O[P])}}});var require_function_name=__commonJS({"node_modules/core-js/internals/function-name.js"(exports,module){"use strict";init_define_process_env();init_shim();var DESCRIPTORS=require_descriptors(),hasOwn=require_has_own_property(),FunctionPrototype=Function.prototype,getDescriptor=DESCRIPTORS&&Object.getOwnPropertyDescriptor,EXISTS=hasOwn(FunctionPrototype,"name"),PROPER=EXISTS&&(function(){}).name==="something",CONFIGURABLE=EXISTS&&(!DESCRIPTORS||DESCRIPTORS&&getDescriptor(FunctionPrototype,"name").configurable);module.exports={EXISTS,PROPER,CONFIGURABLE}}});var require_inspect_source=__commonJS({"node_modules/core-js/internals/inspect-source.js"(exports,module){"use strict";init_define_process_env();init_shim();var uncurryThis=require_function_uncurry_this(),isCallable=require_is_callable(),store=require_shared_store(),functionToString=uncurryThis(Function.toString);isCallable(store.inspectSource)||(store.inspectSource=function(it){return functionToString(it)});module.exports=store.inspectSource}});var require_make_built_in=__commonJS({"node_modules/core-js/internals/make-built-in.js"(exports,module){"use strict";init_define_process_env();init_shim();var uncurryThis=require_function_uncurry_this(),fails=require_fails(),isCallable=require_is_callable(),hasOwn=require_has_own_property(),DESCRIPTORS=require_descriptors(),CONFIGURABLE_FUNCTION_NAME=require_function_name().CONFIGURABLE,inspectSource=require_inspect_source(),InternalStateModule=require_internal_state(),enforceInternalState=InternalStateModule.enforce,getInternalState=InternalStateModule.get,$String=String,defineProperty=Object.defineProperty,stringSlice=uncurryThis("".slice),replace=uncurryThis("".replace),join=uncurryThis([].join),CONFIGURABLE_LENGTH=DESCRIPTORS&&!fails(function(){return defineProperty(function(){},"length",{value:8}).length!==8}),TEMPLATE=String(String).split("String"),makeBuiltIn=module.exports=function(value,name,options){stringSlice($String(name),0,7)==="Symbol("&&(name="["+replace($String(name),/^Symbol\(([^)]*)\).*$/,"$1")+"]"),options&&options.getter&&(name="get "+name),options&&options.setter&&(name="set "+name),(!hasOwn(value,"name")||CONFIGURABLE_FUNCTION_NAME&&value.name!==name)&&(DESCRIPTORS?defineProperty(value,"name",{value:name,configurable:!0}):value.name=name),CONFIGURABLE_LENGTH&&options&&hasOwn(options,"arity")&&value.length!==options.arity&&defineProperty(value,"length",{value:options.arity});try{options&&hasOwn(options,"constructor")&&options.constructor?DESCRIPTORS&&defineProperty(value,"prototype",{writable:!1}):value.prototype&&(value.prototype=void 0)}catch(error){}var state=enforceInternalState(value);return hasOwn(state,"source")||(state.source=join(TEMPLATE,typeof name=="string"?name:"")),value};Function.prototype.toString=makeBuiltIn(function(){return isCallable(this)&&getInternalState(this).source||inspectSource(this)},"toString")}});var require_define_built_in=__commonJS({"node_modules/core-js/internals/define-built-in.js"(exports,module){"use strict";init_define_process_env();init_shim();var isCallable=require_is_callable(),definePropertyModule=require_object_define_property(),makeBuiltIn=require_make_built_in(),defineGlobalProperty=require_define_global_property();module.exports=function(O,key,value,options){options||(options={});var simple=options.enumerable,name=options.name!==void 0?options.name:key;if(isCallable(value)&&makeBuiltIn(value,name,options),options.global)simple?O[key]=value:defineGlobalProperty(key,value);else{try{options.unsafe?O[key]&&(simple=!0):delete O[key]}catch(error){}simple?O[key]=value:definePropertyModule.f(O,key,{value,enumerable:!1,configurable:!options.nonConfigurable,writable:!options.nonWritable})}return O}}});var require_object_get_own_property_names=__commonJS({"node_modules/core-js/internals/object-get-own-property-names.js"(exports){"use strict";init_define_process_env();init_shim();var internalObjectKeys=require_object_keys_internal(),enumBugKeys=require_enum_bug_keys(),hiddenKeys=enumBugKeys.concat("length","prototype");exports.f=Object.getOwnPropertyNames||function(O){return internalObjectKeys(O,hiddenKeys)}}});var require_object_get_own_property_symbols=__commonJS({"node_modules/core-js/internals/object-get-own-property-symbols.js"(exports){"use strict";init_define_process_env();init_shim();exports.f=Object.getOwnPropertySymbols}});var require_own_keys=__commonJS({"node_modules/core-js/internals/own-keys.js"(exports,module){"use strict";init_define_process_env();init_shim();var getBuiltIn=require_get_built_in(),uncurryThis=require_function_uncurry_this(),getOwnPropertyNamesModule=require_object_get_own_property_names(),getOwnPropertySymbolsModule=require_object_get_own_property_symbols(),anObject=require_an_object(),concat=uncurryThis([].concat);module.exports=getBuiltIn("Reflect","ownKeys")||function(it){var keys=getOwnPropertyNamesModule.f(anObject(it)),getOwnPropertySymbols=getOwnPropertySymbolsModule.f;return getOwnPropertySymbols?concat(keys,getOwnPropertySymbols(it)):keys}}});var require_copy_constructor_properties=__commonJS({"node_modules/core-js/internals/copy-constructor-properties.js"(exports,module){"use strict";init_define_process_env();init_shim();var hasOwn=require_has_own_property(),ownKeys=require_own_keys(),getOwnPropertyDescriptorModule=require_object_get_own_property_descriptor(),definePropertyModule=require_object_define_property();module.exports=function(target,source,exceptions){for(var keys=ownKeys(source),defineProperty=definePropertyModule.f,getOwnPropertyDescriptor=getOwnPropertyDescriptorModule.f,i=0;i<keys.length;i++){var key=keys[i];!hasOwn(target,key)&&!(exceptions&&hasOwn(exceptions,key))&&defineProperty(target,key,getOwnPropertyDescriptor(source,key))}}}});var require_is_forced=__commonJS({"node_modules/core-js/internals/is-forced.js"(exports,module){"use strict";init_define_process_env();init_shim();var fails=require_fails(),isCallable=require_is_callable(),replacement=/#|\.prototype\./,isForced=function(feature,detection){var value=data[normalize(feature)];return value===POLYFILL?!0:value===NATIVE?!1:isCallable(detection)?fails(detection):!!detection},normalize=isForced.normalize=function(string){return String(string).replace(replacement,".").toLowerCase()},data=isForced.data={},NATIVE=isForced.NATIVE="N",POLYFILL=isForced.POLYFILL="P";module.exports=isForced}});var require_export=__commonJS({"node_modules/core-js/internals/export.js"(exports,module){"use strict";init_define_process_env();init_shim();var global=require_global(),getOwnPropertyDescriptor=require_object_get_own_property_descriptor().f,createNonEnumerableProperty=require_create_non_enumerable_property(),defineBuiltIn=require_define_built_in(),defineGlobalProperty=require_define_global_property(),copyConstructorProperties=require_copy_constructor_properties(),isForced=require_is_forced();module.exports=function(options,source){var TARGET=options.target,GLOBAL=options.global,STATIC=options.stat,FORCED,target,key,targetProperty,sourceProperty,descriptor;if(GLOBAL?target=global:STATIC?target=global[TARGET]||defineGlobalProperty(TARGET,{}):target=global[TARGET]&&global[TARGET].prototype,target)for(key in source){if(sourceProperty=source[key],options.dontCallGetSet?(descriptor=getOwnPropertyDescriptor(target,key),targetProperty=descriptor&&descriptor.value):targetProperty=target[key],FORCED=isForced(GLOBAL?key:TARGET+(STATIC?".":"#")+key,options.forced),!FORCED&&targetProperty!==void 0){if(typeof sourceProperty==typeof targetProperty)continue;copyConstructorProperties(sourceProperty,targetProperty)}(options.sham||targetProperty&&targetProperty.sham)&&createNonEnumerableProperty(sourceProperty,"sham",!0),defineBuiltIn(target,key,sourceProperty,options)}}}});var require_correct_prototype_getter=__commonJS({"node_modules/core-js/internals/correct-prototype-getter.js"(exports,module){"use strict";init_define_process_env();init_shim();var fails=require_fails();module.exports=!fails(function(){function F(){}return F.prototype.constructor=null,Object.getPrototypeOf(new F)!==F.prototype})}});var require_object_get_prototype_of=__commonJS({"node_modules/core-js/internals/object-get-prototype-of.js"(exports,module){"use strict";init_define_process_env();init_shim();var hasOwn=require_has_own_property(),isCallable=require_is_callable(),toObject=require_to_object(),sharedKey=require_shared_key(),CORRECT_PROTOTYPE_GETTER=require_correct_prototype_getter(),IE_PROTO=sharedKey("IE_PROTO"),$Object=Object,ObjectPrototype=$Object.prototype;module.exports=CORRECT_PROTOTYPE_GETTER?$Object.getPrototypeOf:function(O){var object=toObject(O);if(hasOwn(object,IE_PROTO))return object[IE_PROTO];var constructor=object.constructor;return isCallable(constructor)&&object instanceof constructor?constructor.prototype:object instanceof $Object?ObjectPrototype:null}}});var require_iterators_core=__commonJS({"node_modules/core-js/internals/iterators-core.js"(exports,module){"use strict";init_define_process_env();init_shim();var fails=require_fails(),isCallable=require_is_callable(),isObject=require_is_object(),create=require_object_create(),getPrototypeOf=require_object_get_prototype_of(),defineBuiltIn=require_define_built_in(),wellKnownSymbol=require_well_known_symbol(),IS_PURE=require_is_pure(),ITERATOR=wellKnownSymbol("iterator"),BUGGY_SAFARI_ITERATORS=!1,IteratorPrototype,PrototypeOfArrayIteratorPrototype,arrayIterator;[].keys&&(arrayIterator=[].keys(),"next"in arrayIterator?(PrototypeOfArrayIteratorPrototype=getPrototypeOf(getPrototypeOf(arrayIterator)),PrototypeOfArrayIteratorPrototype!==Object.prototype&&(IteratorPrototype=PrototypeOfArrayIteratorPrototype)):BUGGY_SAFARI_ITERATORS=!0);var NEW_ITERATOR_PROTOTYPE=!isObject(IteratorPrototype)||fails(function(){var test={};return IteratorPrototype[ITERATOR].call(test)!==test});NEW_ITERATOR_PROTOTYPE?IteratorPrototype={}:IS_PURE&&(IteratorPrototype=create(IteratorPrototype));isCallable(IteratorPrototype[ITERATOR])||defineBuiltIn(IteratorPrototype,ITERATOR,function(){return this});module.exports={IteratorPrototype,BUGGY_SAFARI_ITERATORS}}});var require_set_to_string_tag=__commonJS({"node_modules/core-js/internals/set-to-string-tag.js"(exports,module){"use strict";init_define_process_env();init_shim();var defineProperty=require_object_define_property().f,hasOwn=require_has_own_property(),wellKnownSymbol=require_well_known_symbol(),TO_STRING_TAG=wellKnownSymbol("toStringTag");module.exports=function(target,TAG,STATIC){target&&!STATIC&&(target=target.prototype),target&&!hasOwn(target,TO_STRING_TAG)&&defineProperty(target,TO_STRING_TAG,{configurable:!0,value:TAG})}}});var require_iterator_create_constructor=__commonJS({"node_modules/core-js/internals/iterator-create-constructor.js"(exports,module){"use strict";init_define_process_env();init_shim();var IteratorPrototype=require_iterators_core().IteratorPrototype,create=require_object_create(),createPropertyDescriptor=require_create_property_descriptor(),setToStringTag=require_set_to_string_tag(),Iterators=require_iterators(),returnThis=function(){return this};module.exports=function(IteratorConstructor,NAME,next,ENUMERABLE_NEXT){var TO_STRING_TAG=NAME+" Iterator";return IteratorConstructor.prototype=create(IteratorPrototype,{next:createPropertyDescriptor(+!ENUMERABLE_NEXT,next)}),setToStringTag(IteratorConstructor,TO_STRING_TAG,!1,!0),Iterators[TO_STRING_TAG]=returnThis,IteratorConstructor}}});var require_function_uncurry_this_accessor=__commonJS({"node_modules/core-js/internals/function-uncurry-this-accessor.js"(exports,module){"use strict";init_define_process_env();init_shim();var uncurryThis=require_function_uncurry_this(),aCallable=require_a_callable();module.exports=function(object,key,method){try{return uncurryThis(aCallable(Object.getOwnPropertyDescriptor(object,key)[method]))}catch(error){}}}});var require_is_possible_prototype=__commonJS({"node_modules/core-js/internals/is-possible-prototype.js"(exports,module){"use strict";init_define_process_env();init_shim();var isObject=require_is_object();module.exports=function(argument){return isObject(argument)||argument===null}}});var require_a_possible_prototype=__commonJS({"node_modules/core-js/internals/a-possible-prototype.js"(exports,module){"use strict";init_define_process_env();init_shim();var isPossiblePrototype=require_is_possible_prototype(),$String=String,$TypeError=TypeError;module.exports=function(argument){if(isPossiblePrototype(argument))return argument;throw new $TypeError("Can't set "+$String(argument)+" as a prototype")}}});var require_object_set_prototype_of=__commonJS({"node_modules/core-js/internals/object-set-prototype-of.js"(exports,module){"use strict";init_define_process_env();init_shim();var uncurryThisAccessor=require_function_uncurry_this_accessor(),anObject=require_an_object(),aPossiblePrototype=require_a_possible_prototype();module.exports=Object.setPrototypeOf||("__proto__"in{}?function(){var CORRECT_SETTER=!1,test={},setter;try{setter=uncurryThisAccessor(Object.prototype,"__proto__","set"),setter(test,[]),CORRECT_SETTER=test instanceof Array}catch(error){}return function(O,proto){return anObject(O),aPossiblePrototype(proto),CORRECT_SETTER?setter(O,proto):O.__proto__=proto,O}}():void 0)}});var require_iterator_define=__commonJS({"node_modules/core-js/internals/iterator-define.js"(exports,module){"use strict";init_define_process_env();init_shim();var $=require_export(),call=require_function_call(),IS_PURE=require_is_pure(),FunctionName=require_function_name(),isCallable=require_is_callable(),createIteratorConstructor=require_iterator_create_constructor(),getPrototypeOf=require_object_get_prototype_of(),setPrototypeOf=require_object_set_prototype_of(),setToStringTag=require_set_to_string_tag(),createNonEnumerableProperty=require_create_non_enumerable_property(),defineBuiltIn=require_define_built_in(),wellKnownSymbol=require_well_known_symbol(),Iterators=require_iterators(),IteratorsCore=require_iterators_core(),PROPER_FUNCTION_NAME=FunctionName.PROPER,CONFIGURABLE_FUNCTION_NAME=FunctionName.CONFIGURABLE,IteratorPrototype=IteratorsCore.IteratorPrototype,BUGGY_SAFARI_ITERATORS=IteratorsCore.BUGGY_SAFARI_ITERATORS,ITERATOR=wellKnownSymbol("iterator"),KEYS="keys",VALUES="values",ENTRIES="entries",returnThis=function(){return this};module.exports=function(Iterable,NAME,IteratorConstructor,next,DEFAULT,IS_SET,FORCED){createIteratorConstructor(IteratorConstructor,NAME,next);var getIterationMethod=function(KIND){if(KIND===DEFAULT&&defaultIterator)return defaultIterator;if(!BUGGY_SAFARI_ITERATORS&&KIND&&KIND in IterablePrototype)return IterablePrototype[KIND];switch(KIND){case KEYS:return function(){return new IteratorConstructor(this,KIND)};case VALUES:return function(){return new IteratorConstructor(this,KIND)};case ENTRIES:return function(){return new IteratorConstructor(this,KIND)}}return function(){return new IteratorConstructor(this)}},TO_STRING_TAG=NAME+" Iterator",INCORRECT_VALUES_NAME=!1,IterablePrototype=Iterable.prototype,nativeIterator=IterablePrototype[ITERATOR]||IterablePrototype["@@iterator"]||DEFAULT&&IterablePrototype[DEFAULT],defaultIterator=!BUGGY_SAFARI_ITERATORS&&nativeIterator||getIterationMethod(DEFAULT),anyNativeIterator=NAME==="Array"&&IterablePrototype.entries||nativeIterator,CurrentIteratorPrototype,methods,KEY;if(anyNativeIterator&&(CurrentIteratorPrototype=getPrototypeOf(anyNativeIterator.call(new Iterable)),CurrentIteratorPrototype!==Object.prototype&&CurrentIteratorPrototype.next&&(!IS_PURE&&getPrototypeOf(CurrentIteratorPrototype)!==IteratorPrototype&&(setPrototypeOf?setPrototypeOf(CurrentIteratorPrototype,IteratorPrototype):isCallable(CurrentIteratorPrototype[ITERATOR])||defineBuiltIn(CurrentIteratorPrototype,ITERATOR,returnThis)),setToStringTag(CurrentIteratorPrototype,TO_STRING_TAG,!0,!0),IS_PURE&&(Iterators[TO_STRING_TAG]=returnThis))),PROPER_FUNCTION_NAME&&DEFAULT===VALUES&&nativeIterator&&nativeIterator.name!==VALUES&&(!IS_PURE&&CONFIGURABLE_FUNCTION_NAME?createNonEnumerableProperty(IterablePrototype,"name",VALUES):(INCORRECT_VALUES_NAME=!0,defaultIterator=function(){return call(nativeIterator,this)})),DEFAULT)if(methods={values:getIterationMethod(VALUES),keys:IS_SET?defaultIterator:getIterationMethod(KEYS),entries:getIterationMethod(ENTRIES)},FORCED)for(KEY in methods)(BUGGY_SAFARI_ITERATORS||INCORRECT_VALUES_NAME||!(KEY in IterablePrototype))&&defineBuiltIn(IterablePrototype,KEY,methods[KEY]);else $({target:NAME,proto:!0,forced:BUGGY_SAFARI_ITERATORS||INCORRECT_VALUES_NAME},methods);return(!IS_PURE||FORCED)&&IterablePrototype[ITERATOR]!==defaultIterator&&defineBuiltIn(IterablePrototype,ITERATOR,defaultIterator,{name:DEFAULT}),Iterators[NAME]=defaultIterator,methods}}});var require_create_iter_result_object=__commonJS({"node_modules/core-js/internals/create-iter-result-object.js"(exports,module){"use strict";init_define_process_env();init_shim();module.exports=function(value,done){return{value,done}}}});var require_es_array_iterator=__commonJS({"node_modules/core-js/modules/es.array.iterator.js"(exports,module){"use strict";init_define_process_env();init_shim();var toIndexedObject=require_to_indexed_object(),addToUnscopables=require_add_to_unscopables(),Iterators=require_iterators(),InternalStateModule=require_internal_state(),defineProperty=require_object_define_property().f,defineIterator=require_iterator_define(),createIterResultObject=require_create_iter_result_object(),IS_PURE=require_is_pure(),DESCRIPTORS=require_descriptors(),ARRAY_ITERATOR="Array Iterator",setInternalState=InternalStateModule.set,getInternalState=InternalStateModule.getterFor(ARRAY_ITERATOR);module.exports=defineIterator(Array,"Array",function(iterated,kind){setInternalState(this,{type:ARRAY_ITERATOR,target:toIndexedObject(iterated),index:0,kind})},function(){var state=getInternalState(this),target=state.target,index=state.index++;if(!target||index>=target.length)return state.target=void 0,createIterResultObject(void 0,!0);switch(state.kind){case"keys":return createIterResultObject(index,!1);case"values":return createIterResultObject(target[index],!1)}return createIterResultObject([index,target[index]],!1)},"values");var values=Iterators.Arguments=Iterators.Array;addToUnscopables("keys");addToUnscopables("values");addToUnscopables("entries");if(!IS_PURE&&DESCRIPTORS&&values.name!=="values")try{defineProperty(values,"name",{value:"values"})}catch(error){}}});var require_dom_iterables=__commonJS({"node_modules/core-js/internals/dom-iterables.js"(exports,module){"use strict";init_define_process_env();init_shim();module.exports={CSSRuleList:0,CSSStyleDeclaration:0,CSSValueList:0,ClientRectList:0,DOMRectList:0,DOMStringList:0,DOMTokenList:1,DataTransferItemList:0,FileList:0,HTMLAllCollection:0,HTMLCollection:0,HTMLFormElement:0,HTMLSelectElement:0,MediaList:0,MimeTypeArray:0,NamedNodeMap:0,NodeList:1,PaintRequestList:0,Plugin:0,PluginArray:0,SVGLengthList:0,SVGNumberList:0,SVGPathSegList:0,SVGPointList:0,SVGStringList:0,SVGTransformList:0,SourceBufferList:0,StyleSheetList:0,TextTrackCueList:0,TextTrackList:0,TouchList:0}}});var require_dom_token_list_prototype=__commonJS({"node_modules/core-js/internals/dom-token-list-prototype.js"(exports,module){"use strict";init_define_process_env();init_shim();var documentCreateElement=require_document_create_element(),classList=documentCreateElement("span").classList,DOMTokenListPrototype=classList&&classList.constructor&&classList.constructor.prototype;module.exports=DOMTokenListPrototype===Object.prototype?void 0:DOMTokenListPrototype}});var require_web_dom_collections_iterator=__commonJS({"node_modules/core-js/modules/web.dom-collections.iterator.js"(){"use strict";init_define_process_env();init_shim();var global=require_global(),DOMIterables=require_dom_iterables(),DOMTokenListPrototype=require_dom_token_list_prototype(),ArrayIteratorMethods=require_es_array_iterator(),createNonEnumerableProperty=require_create_non_enumerable_property(),setToStringTag=require_set_to_string_tag(),wellKnownSymbol=require_well_known_symbol(),ITERATOR=wellKnownSymbol("iterator"),ArrayValues=ArrayIteratorMethods.values,handlePrototype=function(CollectionPrototype,COLLECTION_NAME2){if(CollectionPrototype){if(CollectionPrototype[ITERATOR]!==ArrayValues)try{createNonEnumerableProperty(CollectionPrototype,ITERATOR,ArrayValues)}catch(error){CollectionPrototype[ITERATOR]=ArrayValues}if(setToStringTag(CollectionPrototype,COLLECTION_NAME2,!0),DOMIterables[COLLECTION_NAME2]){for(var METHOD_NAME in ArrayIteratorMethods)if(CollectionPrototype[METHOD_NAME]!==ArrayIteratorMethods[METHOD_NAME])try{createNonEnumerableProperty(CollectionPrototype,METHOD_NAME,ArrayIteratorMethods[METHOD_NAME])}catch(error){CollectionPrototype[METHOD_NAME]=ArrayIteratorMethods[METHOD_NAME]}}}};for(COLLECTION_NAME in DOMIterables)handlePrototype(global[COLLECTION_NAME]&&global[COLLECTION_NAME].prototype,COLLECTION_NAME);var COLLECTION_NAME;handlePrototype(DOMTokenListPrototype,"DOMTokenList")}});init_define_process_env();init_shim();var import_es_array_iterator=__toESM(require_es_array_iterator()),import_web_dom_collections_iterator=__toESM(require_web_dom_collections_iterator());init_define_process_env();init_shim();var _window$u,_window,_window$safe_require,_window2,u=(_window$u=(_window=window)==null?void 0:_window.u)!=null?_window$u:_u,safe_require=(_window$safe_require=(_window2=window)==null?void 0:_window2.safe_require)!=null?_window$safe_require:_safe_require;var Lib=safe_require.safe_require("./lib"),appquery=safe_require.safe_require("./lang/appquery"),external=safe_require.safe_require("./external"),services=safe_require.safe_require("./services"),plugin_registry=safe_require.safe_require("./services/shared/plugin_registry"),element_utils=safe_require.safe_require("./core/core_elements/core_elements_utilities/element_utils"),property_applications=safe_require.safe_require("./core/property_applications"),element_eval=safe_require.safe_require("./lang/evaluation/element_eval"),element_modifications=safe_require.safe_require("./core/core_elements/legacy/responsive_v0/element_modifications");element_modifications.set_legacy_element_modifications("addtoany-AddToAnyShareButtons");var PLUGIN_FILE="addtoany",platforms=["email","facebook","twitter","x","linkedin","pinterest","google_plus","tumblr","reddit","hacker_news"],script_html="<script>\nvar a2a_config = a2a_config || {};\n(function(){\n    var url = 'https://static.addtoany.com/menu/page.js';\n    if (document.querySelector('script[src=\"' + url + '\"]')) {\n      if (window.a2a) {\n        window.a2a.init_all();\n      }\n    } else {\n      var a = document.createElement('script');\n      a.type = 'text/javascript';\n      a.async = true;\n      a.src = url;\n      var s = document.getElementsByTagName('script')[0];\n      s.parentNode.insertBefore(a, s);\n    }\n})();\n<\/script>",cls=class extends external.Service{constructor(){super(),this.authenticator=new external.NoAuth,this.elements=this._get_initial_elements()}get script_html(){return script_html}_get_initial_elements(){return{AddToAnyShareButtons:{display:"Share Buttons",category:"visual elements",icon:"ion-android-share-alt",condition(root){var _root$is_mobile;return!(root!=null&&(_root$is_mobile=root.is_mobile)!=null&&_root$is_mobile.call(root))},defaults:{width:117,height:40},field_names:u.extend({url_to_share:{default:"https://bubble.io"},name_to_share:{no_states:!0,default:"Bubble"},include_email:{no_states:!0,default:!0},include_facebook:{no_states:!0,default:!0},include_twitter:{no_states:!0,default:!0},include_x:{no_states:!0},include_pinterest:{no_states:!0},include_linkedin:{no_states:!0},include_google_plus:{no_states:!0},include_tumblr:{no_states:!0},include_reddit:{no_states:!0},include_hacker_news:{no_states:!0},include_generic:{no_states:!0},overwrite_color:{no_states:!0},icons_color:{no_states:!0,default:"#B0B0B0"}}),property_applications:[new property_applications.Dimensions,new property_applications.Border,new property_applications.BoxShadow,new property_applications.Background,new property_applications.ResponsiveElement],get uses_css_responsive(){return uses_css_responsive()},get_html(instance){return"<div></div>"},initialize(instance){services.log_plugin_element_init({name:this.plugin_name,plugin:PLUGIN_FILE});let canvas=instance.get_canvas();canvas.css("padding",4);let props_to_load=["url_to_share","name_to_share","include_generic","overwrite_color","icons_color"];for(let platform of platforms)props_to_load.push("include_"+platform);return element_eval.pre_cache(instance,props_to_load),instance.autorun(()=>{let props={};for(let prop of props_to_load)props[prop]=element_eval.evaluate_property(instance,prop);canvas.empty();let html='<div class="a2a_kit a2a_kit_size_32 a2a_default_style" data-a2a-url="'+props.url_to_share;if(props.name_to_share&&(html+='" data-a2a-title="'+props.name_to_share+'"'),props.overwrite_color){let{code}=u.rgb_to_hex(props.icons_color);html+=' data-a2a-icon-color="'+code+'">'}else html+='">';for(let platform of platforms)props["include_"+platform]&&(html+='<a class="a2a_button_'+platform+'"></a>');if(props.include_generic&&(html+='<a class="a2a_dd" href="https://www.addtoany.com/share_save"></a>'),html+="</div>\n".concat(script_html),canvas.html(html),instance.edit_mode())return element_utils.do_add_an_invisible_div_on_the_top(instance)})},change_cursor_style_if_clickable:!1,add_an_invisible_div_on_the_top:!0,is_input:!1,contains_group_data:!1}}}keys(){return plugin_version()>=1?{}:{css_responsive:{caption:"Use new responsive properties for this plugin's elements",type:"client_safe",editor:"Checkbox"}}}};function plugin_version(){if(Lib()){var _appquery$get_public_;return(_appquery$get_public_=appquery.get_public_setting("addtoany_installed_version"))!=null?_appquery$get_public_:0}else return 1}function uses_css_responsive(){return Lib()?plugin_version()>=1||appquery.get_public_setting("addtoany_css_responsive")===!0:!0}var addtoany={cls,script_html};typeof window<"u"&&window!==null&&((_window$optional_modu=(_window3=window).optional_modules)!=null||(_window3.optional_modules={}),window.optional_modules.addtoany=addtoany);var _window3,_window$optional_modu;plugin_registry.register_plugin("addtoany",addtoany);})();
/*! Bundled license information:

buffer/index.js:
  (*!
   * The buffer module from node.js, for the browser.
   *
   * @author   Feross Aboukhadijeh <https://feross.org>
   * @license  MIT
   *)
*/

}


window.preloaded['plugin/first_party:addtoany'] = true;
window._bubble_page_load_data.hardcoded_plugins['linkedin'] = true;
window.__code__ = window.__code__ || {};
if(!window.__code__['4ee414f9734aea5feda11ee4b39b9084d036c691243b9042e4825188b12d1a4d']){window.__code__['4ee414f9734aea5feda11ee4b39b9084d036c691243b9042e4825188b12d1a4d']=1;

"use strict";(()=>{var __create=Object.create;var __defProp=Object.defineProperty;var __getOwnPropDesc=Object.getOwnPropertyDescriptor;var __getOwnPropNames=Object.getOwnPropertyNames;var __getProtoOf=Object.getPrototypeOf,__hasOwnProp=Object.prototype.hasOwnProperty;var __esm=(fn,res)=>function(){return fn&&(res=(0,fn[__getOwnPropNames(fn)[0]])(fn=0)),res};var __commonJS=(cb,mod)=>function(){return mod||(0,cb[__getOwnPropNames(cb)[0]])((mod={exports:{}}).exports,mod),mod.exports};var __copyProps=(to,from,except,desc)=>{if(from&&typeof from=="object"||typeof from=="function")for(let key of __getOwnPropNames(from))!__hasOwnProp.call(to,key)&&key!==except&&__defProp(to,key,{get:()=>from[key],enumerable:!(desc=__getOwnPropDesc(from,key))||desc.enumerable});return to};var __toESM=(mod,isNodeMode,target)=>(target=mod!=null?__create(__getProtoOf(mod)):{},__copyProps(isNodeMode||!mod||!mod.__esModule?__defProp(target,"default",{value:mod,enumerable:!0}):target,mod));var init_define_process_env=__esm({"<define:process.env>"(){}});var require_base64_js=__commonJS({"node_modules/base64-js/index.js"(exports){"use strict";init_define_process_env();init_shim();exports.byteLength=byteLength;exports.toByteArray=toByteArray;exports.fromByteArray=fromByteArray;var lookup=[],revLookup=[],Arr=typeof Uint8Array<"u"?Uint8Array:Array,code="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/";for(i=0,len=code.length;i<len;++i)lookup[i]=code[i],revLookup[code.charCodeAt(i)]=i;var i,len;revLookup["-".charCodeAt(0)]=62;revLookup["_".charCodeAt(0)]=63;function getLens(b64){var len2=b64.length;if(len2%4>0)throw new Error("Invalid string. Length must be a multiple of 4");var validLen=b64.indexOf("=");validLen===-1&&(validLen=len2);var placeHoldersLen=validLen===len2?0:4-validLen%4;return[validLen,placeHoldersLen]}function byteLength(b64){var lens=getLens(b64),validLen=lens[0],placeHoldersLen=lens[1];return(validLen+placeHoldersLen)*3/4-placeHoldersLen}function _byteLength(b64,validLen,placeHoldersLen){return(validLen+placeHoldersLen)*3/4-placeHoldersLen}function toByteArray(b64){var tmp,lens=getLens(b64),validLen=lens[0],placeHoldersLen=lens[1],arr=new Arr(_byteLength(b64,validLen,placeHoldersLen)),curByte=0,len2=placeHoldersLen>0?validLen-4:validLen,i2;for(i2=0;i2<len2;i2+=4)tmp=revLookup[b64.charCodeAt(i2)]<<18|revLookup[b64.charCodeAt(i2+1)]<<12|revLookup[b64.charCodeAt(i2+2)]<<6|revLookup[b64.charCodeAt(i2+3)],arr[curByte++]=tmp>>16&255,arr[curByte++]=tmp>>8&255,arr[curByte++]=tmp&255;return placeHoldersLen===2&&(tmp=revLookup[b64.charCodeAt(i2)]<<2|revLookup[b64.charCodeAt(i2+1)]>>4,arr[curByte++]=tmp&255),placeHoldersLen===1&&(tmp=revLookup[b64.charCodeAt(i2)]<<10|revLookup[b64.charCodeAt(i2+1)]<<4|revLookup[b64.charCodeAt(i2+2)]>>2,arr[curByte++]=tmp>>8&255,arr[curByte++]=tmp&255),arr}function tripletToBase64(num){return lookup[num>>18&63]+lookup[num>>12&63]+lookup[num>>6&63]+lookup[num&63]}function encodeChunk(uint8,start,end){for(var tmp,output=[],i2=start;i2<end;i2+=3)tmp=(uint8[i2]<<16&16711680)+(uint8[i2+1]<<8&65280)+(uint8[i2+2]&255),output.push(tripletToBase64(tmp));return output.join("")}function fromByteArray(uint8){for(var tmp,len2=uint8.length,extraBytes=len2%3,parts=[],maxChunkLength=16383,i2=0,len22=len2-extraBytes;i2<len22;i2+=maxChunkLength)parts.push(encodeChunk(uint8,i2,i2+maxChunkLength>len22?len22:i2+maxChunkLength));return extraBytes===1?(tmp=uint8[len2-1],parts.push(lookup[tmp>>2]+lookup[tmp<<4&63]+"==")):extraBytes===2&&(tmp=(uint8[len2-2]<<8)+uint8[len2-1],parts.push(lookup[tmp>>10]+lookup[tmp>>4&63]+lookup[tmp<<2&63]+"=")),parts.join("")}}});var require_ieee754=__commonJS({"node_modules/ieee754/index.js"(exports){init_define_process_env();init_shim();exports.read=function(buffer,offset,isLE,mLen,nBytes){var e,m,eLen=nBytes*8-mLen-1,eMax=(1<<eLen)-1,eBias=eMax>>1,nBits=-7,i=isLE?nBytes-1:0,d=isLE?-1:1,s=buffer[offset+i];for(i+=d,e=s&(1<<-nBits)-1,s>>=-nBits,nBits+=eLen;nBits>0;e=e*256+buffer[offset+i],i+=d,nBits-=8);for(m=e&(1<<-nBits)-1,e>>=-nBits,nBits+=mLen;nBits>0;m=m*256+buffer[offset+i],i+=d,nBits-=8);if(e===0)e=1-eBias;else{if(e===eMax)return m?NaN:(s?-1:1)*(1/0);m=m+Math.pow(2,mLen),e=e-eBias}return(s?-1:1)*m*Math.pow(2,e-mLen)};exports.write=function(buffer,value,offset,isLE,mLen,nBytes){var e,m,c,eLen=nBytes*8-mLen-1,eMax=(1<<eLen)-1,eBias=eMax>>1,rt=mLen===23?Math.pow(2,-24)-Math.pow(2,-77):0,i=isLE?0:nBytes-1,d=isLE?1:-1,s=value<0||value===0&&1/value<0?1:0;for(value=Math.abs(value),isNaN(value)||value===1/0?(m=isNaN(value)?1:0,e=eMax):(e=Math.floor(Math.log(value)/Math.LN2),value*(c=Math.pow(2,-e))<1&&(e--,c*=2),e+eBias>=1?value+=rt/c:value+=rt*Math.pow(2,1-eBias),value*c>=2&&(e++,c/=2),e+eBias>=eMax?(m=0,e=eMax):e+eBias>=1?(m=(value*c-1)*Math.pow(2,mLen),e=e+eBias):(m=value*Math.pow(2,eBias-1)*Math.pow(2,mLen),e=0));mLen>=8;buffer[offset+i]=m&255,i+=d,m/=256,mLen-=8);for(e=e<<mLen|m,eLen+=mLen;eLen>0;buffer[offset+i]=e&255,i+=d,e/=256,eLen-=8);buffer[offset+i-d]|=s*128}}});var require_buffer=__commonJS({"node_modules/node-stdlib-browser/node_modules/buffer/index.js"(exports){"use strict";init_define_process_env();init_shim();var base64=require_base64_js(),ieee754=require_ieee754(),customInspectSymbol=typeof Symbol=="function"&&typeof Symbol.for=="function"?Symbol.for("nodejs.util.inspect.custom"):null;exports.Buffer=Buffer3;exports.SlowBuffer=SlowBuffer;exports.INSPECT_MAX_BYTES=50;var K_MAX_LENGTH=2147483647;exports.kMaxLength=K_MAX_LENGTH;Buffer3.TYPED_ARRAY_SUPPORT=typedArraySupport();!Buffer3.TYPED_ARRAY_SUPPORT&&typeof console<"u"&&typeof console.error=="function"&&console.error("This browser lacks typed array (Uint8Array) support which is required by `buffer` v5.x. Use `buffer` v4.x if you require old browser support.");function typedArraySupport(){try{var arr=new Uint8Array(1),proto={foo:function(){return 42}};return Object.setPrototypeOf(proto,Uint8Array.prototype),Object.setPrototypeOf(arr,proto),arr.foo()===42}catch(e){return!1}}Object.defineProperty(Buffer3.prototype,"parent",{enumerable:!0,get:function(){if(Buffer3.isBuffer(this))return this.buffer}});Object.defineProperty(Buffer3.prototype,"offset",{enumerable:!0,get:function(){if(Buffer3.isBuffer(this))return this.byteOffset}});function createBuffer(length){if(length>K_MAX_LENGTH)throw new RangeError('The value "'+length+'" is invalid for option "size"');var buf=new Uint8Array(length);return Object.setPrototypeOf(buf,Buffer3.prototype),buf}function Buffer3(arg,encodingOrOffset,length){if(typeof arg=="number"){if(typeof encodingOrOffset=="string")throw new TypeError('The "string" argument must be of type string. Received type number');return allocUnsafe(arg)}return from(arg,encodingOrOffset,length)}Buffer3.poolSize=8192;function from(value,encodingOrOffset,length){if(typeof value=="string")return fromString(value,encodingOrOffset);if(ArrayBuffer.isView(value))return fromArrayView(value);if(value==null)throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof value);if(isInstance(value,ArrayBuffer)||value&&isInstance(value.buffer,ArrayBuffer)||typeof SharedArrayBuffer<"u"&&(isInstance(value,SharedArrayBuffer)||value&&isInstance(value.buffer,SharedArrayBuffer)))return fromArrayBuffer(value,encodingOrOffset,length);if(typeof value=="number")throw new TypeError('The "value" argument must not be of type number. Received type number');var valueOf=value.valueOf&&value.valueOf();if(valueOf!=null&&valueOf!==value)return Buffer3.from(valueOf,encodingOrOffset,length);var b=fromObject(value);if(b)return b;if(typeof Symbol<"u"&&Symbol.toPrimitive!=null&&typeof value[Symbol.toPrimitive]=="function")return Buffer3.from(value[Symbol.toPrimitive]("string"),encodingOrOffset,length);throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof value)}Buffer3.from=function(value,encodingOrOffset,length){return from(value,encodingOrOffset,length)};Object.setPrototypeOf(Buffer3.prototype,Uint8Array.prototype);Object.setPrototypeOf(Buffer3,Uint8Array);function assertSize(size){if(typeof size!="number")throw new TypeError('"size" argument must be of type number');if(size<0)throw new RangeError('The value "'+size+'" is invalid for option "size"')}function alloc(size,fill,encoding){return assertSize(size),size<=0?createBuffer(size):fill!==void 0?typeof encoding=="string"?createBuffer(size).fill(fill,encoding):createBuffer(size).fill(fill):createBuffer(size)}Buffer3.alloc=function(size,fill,encoding){return alloc(size,fill,encoding)};function allocUnsafe(size){return assertSize(size),createBuffer(size<0?0:checked(size)|0)}Buffer3.allocUnsafe=function(size){return allocUnsafe(size)};Buffer3.allocUnsafeSlow=function(size){return allocUnsafe(size)};function fromString(string,encoding){if((typeof encoding!="string"||encoding==="")&&(encoding="utf8"),!Buffer3.isEncoding(encoding))throw new TypeError("Unknown encoding: "+encoding);var length=byteLength(string,encoding)|0,buf=createBuffer(length),actual=buf.write(string,encoding);return actual!==length&&(buf=buf.slice(0,actual)),buf}function fromArrayLike(array){for(var length=array.length<0?0:checked(array.length)|0,buf=createBuffer(length),i=0;i<length;i+=1)buf[i]=array[i]&255;return buf}function fromArrayView(arrayView){if(isInstance(arrayView,Uint8Array)){var copy=new Uint8Array(arrayView);return fromArrayBuffer(copy.buffer,copy.byteOffset,copy.byteLength)}return fromArrayLike(arrayView)}function fromArrayBuffer(array,byteOffset,length){if(byteOffset<0||array.byteLength<byteOffset)throw new RangeError('"offset" is outside of buffer bounds');if(array.byteLength<byteOffset+(length||0))throw new RangeError('"length" is outside of buffer bounds');var buf;return byteOffset===void 0&&length===void 0?buf=new Uint8Array(array):length===void 0?buf=new Uint8Array(array,byteOffset):buf=new Uint8Array(array,byteOffset,length),Object.setPrototypeOf(buf,Buffer3.prototype),buf}function fromObject(obj){if(Buffer3.isBuffer(obj)){var len=checked(obj.length)|0,buf=createBuffer(len);return buf.length===0||obj.copy(buf,0,0,len),buf}if(obj.length!==void 0)return typeof obj.length!="number"||numberIsNaN(obj.length)?createBuffer(0):fromArrayLike(obj);if(obj.type==="Buffer"&&Array.isArray(obj.data))return fromArrayLike(obj.data)}function checked(length){if(length>=K_MAX_LENGTH)throw new RangeError("Attempt to allocate Buffer larger than maximum size: 0x"+K_MAX_LENGTH.toString(16)+" bytes");return length|0}function SlowBuffer(length){return+length!=length&&(length=0),Buffer3.alloc(+length)}Buffer3.isBuffer=function(b){return b!=null&&b._isBuffer===!0&&b!==Buffer3.prototype};Buffer3.compare=function(a,b){if(isInstance(a,Uint8Array)&&(a=Buffer3.from(a,a.offset,a.byteLength)),isInstance(b,Uint8Array)&&(b=Buffer3.from(b,b.offset,b.byteLength)),!Buffer3.isBuffer(a)||!Buffer3.isBuffer(b))throw new TypeError('The "buf1", "buf2" arguments must be one of type Buffer or Uint8Array');if(a===b)return 0;for(var x=a.length,y=b.length,i=0,len=Math.min(x,y);i<len;++i)if(a[i]!==b[i]){x=a[i],y=b[i];break}return x<y?-1:y<x?1:0};Buffer3.isEncoding=function(encoding){switch(String(encoding).toLowerCase()){case"hex":case"utf8":case"utf-8":case"ascii":case"latin1":case"binary":case"base64":case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return!0;default:return!1}};Buffer3.concat=function(list,length){if(!Array.isArray(list))throw new TypeError('"list" argument must be an Array of Buffers');if(list.length===0)return Buffer3.alloc(0);var i;if(length===void 0)for(length=0,i=0;i<list.length;++i)length+=list[i].length;var buffer=Buffer3.allocUnsafe(length),pos=0;for(i=0;i<list.length;++i){var buf=list[i];if(isInstance(buf,Uint8Array))pos+buf.length>buffer.length?Buffer3.from(buf).copy(buffer,pos):Uint8Array.prototype.set.call(buffer,buf,pos);else if(Buffer3.isBuffer(buf))buf.copy(buffer,pos);else throw new TypeError('"list" argument must be an Array of Buffers');pos+=buf.length}return buffer};function byteLength(string,encoding){if(Buffer3.isBuffer(string))return string.length;if(ArrayBuffer.isView(string)||isInstance(string,ArrayBuffer))return string.byteLength;if(typeof string!="string")throw new TypeError('The "string" argument must be one of type string, Buffer, or ArrayBuffer. Received type '+typeof string);var len=string.length,mustMatch=arguments.length>2&&arguments[2]===!0;if(!mustMatch&&len===0)return 0;for(var loweredCase=!1;;)switch(encoding){case"ascii":case"latin1":case"binary":return len;case"utf8":case"utf-8":return utf8ToBytes(string).length;case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return len*2;case"hex":return len>>>1;case"base64":return base64ToBytes(string).length;default:if(loweredCase)return mustMatch?-1:utf8ToBytes(string).length;encoding=(""+encoding).toLowerCase(),loweredCase=!0}}Buffer3.byteLength=byteLength;function slowToString(encoding,start,end){var loweredCase=!1;if((start===void 0||start<0)&&(start=0),start>this.length||((end===void 0||end>this.length)&&(end=this.length),end<=0)||(end>>>=0,start>>>=0,end<=start))return"";for(encoding||(encoding="utf8");;)switch(encoding){case"hex":return hexSlice(this,start,end);case"utf8":case"utf-8":return utf8Slice(this,start,end);case"ascii":return asciiSlice(this,start,end);case"latin1":case"binary":return latin1Slice(this,start,end);case"base64":return base64Slice(this,start,end);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return utf16leSlice(this,start,end);default:if(loweredCase)throw new TypeError("Unknown encoding: "+encoding);encoding=(encoding+"").toLowerCase(),loweredCase=!0}}Buffer3.prototype._isBuffer=!0;function swap(b,n,m){var i=b[n];b[n]=b[m],b[m]=i}Buffer3.prototype.swap16=function(){var len=this.length;if(len%2!==0)throw new RangeError("Buffer size must be a multiple of 16-bits");for(var i=0;i<len;i+=2)swap(this,i,i+1);return this};Buffer3.prototype.swap32=function(){var len=this.length;if(len%4!==0)throw new RangeError("Buffer size must be a multiple of 32-bits");for(var i=0;i<len;i+=4)swap(this,i,i+3),swap(this,i+1,i+2);return this};Buffer3.prototype.swap64=function(){var len=this.length;if(len%8!==0)throw new RangeError("Buffer size must be a multiple of 64-bits");for(var i=0;i<len;i+=8)swap(this,i,i+7),swap(this,i+1,i+6),swap(this,i+2,i+5),swap(this,i+3,i+4);return this};Buffer3.prototype.toString=function(){var length=this.length;return length===0?"":arguments.length===0?utf8Slice(this,0,length):slowToString.apply(this,arguments)};Buffer3.prototype.toLocaleString=Buffer3.prototype.toString;Buffer3.prototype.equals=function(b){if(!Buffer3.isBuffer(b))throw new TypeError("Argument must be a Buffer");return this===b?!0:Buffer3.compare(this,b)===0};Buffer3.prototype.inspect=function(){var str="",max=exports.INSPECT_MAX_BYTES;return str=this.toString("hex",0,max).replace(/(.{2})/g,"$1 ").trim(),this.length>max&&(str+=" ... "),"<Buffer "+str+">"};customInspectSymbol&&(Buffer3.prototype[customInspectSymbol]=Buffer3.prototype.inspect);Buffer3.prototype.compare=function(target,start,end,thisStart,thisEnd){if(isInstance(target,Uint8Array)&&(target=Buffer3.from(target,target.offset,target.byteLength)),!Buffer3.isBuffer(target))throw new TypeError('The "target" argument must be one of type Buffer or Uint8Array. Received type '+typeof target);if(start===void 0&&(start=0),end===void 0&&(end=target?target.length:0),thisStart===void 0&&(thisStart=0),thisEnd===void 0&&(thisEnd=this.length),start<0||end>target.length||thisStart<0||thisEnd>this.length)throw new RangeError("out of range index");if(thisStart>=thisEnd&&start>=end)return 0;if(thisStart>=thisEnd)return-1;if(start>=end)return 1;if(start>>>=0,end>>>=0,thisStart>>>=0,thisEnd>>>=0,this===target)return 0;for(var x=thisEnd-thisStart,y=end-start,len=Math.min(x,y),thisCopy=this.slice(thisStart,thisEnd),targetCopy=target.slice(start,end),i=0;i<len;++i)if(thisCopy[i]!==targetCopy[i]){x=thisCopy[i],y=targetCopy[i];break}return x<y?-1:y<x?1:0};function bidirectionalIndexOf(buffer,val,byteOffset,encoding,dir){if(buffer.length===0)return-1;if(typeof byteOffset=="string"?(encoding=byteOffset,byteOffset=0):byteOffset>2147483647?byteOffset=2147483647:byteOffset<-2147483648&&(byteOffset=-2147483648),byteOffset=+byteOffset,numberIsNaN(byteOffset)&&(byteOffset=dir?0:buffer.length-1),byteOffset<0&&(byteOffset=buffer.length+byteOffset),byteOffset>=buffer.length){if(dir)return-1;byteOffset=buffer.length-1}else if(byteOffset<0)if(dir)byteOffset=0;else return-1;if(typeof val=="string"&&(val=Buffer3.from(val,encoding)),Buffer3.isBuffer(val))return val.length===0?-1:arrayIndexOf(buffer,val,byteOffset,encoding,dir);if(typeof val=="number")return val=val&255,typeof Uint8Array.prototype.indexOf=="function"?dir?Uint8Array.prototype.indexOf.call(buffer,val,byteOffset):Uint8Array.prototype.lastIndexOf.call(buffer,val,byteOffset):arrayIndexOf(buffer,[val],byteOffset,encoding,dir);throw new TypeError("val must be string, number or Buffer")}function arrayIndexOf(arr,val,byteOffset,encoding,dir){var indexSize=1,arrLength=arr.length,valLength=val.length;if(encoding!==void 0&&(encoding=String(encoding).toLowerCase(),encoding==="ucs2"||encoding==="ucs-2"||encoding==="utf16le"||encoding==="utf-16le")){if(arr.length<2||val.length<2)return-1;indexSize=2,arrLength/=2,valLength/=2,byteOffset/=2}function read(buf,i2){return indexSize===1?buf[i2]:buf.readUInt16BE(i2*indexSize)}var i;if(dir){var foundIndex=-1;for(i=byteOffset;i<arrLength;i++)if(read(arr,i)===read(val,foundIndex===-1?0:i-foundIndex)){if(foundIndex===-1&&(foundIndex=i),i-foundIndex+1===valLength)return foundIndex*indexSize}else foundIndex!==-1&&(i-=i-foundIndex),foundIndex=-1}else for(byteOffset+valLength>arrLength&&(byteOffset=arrLength-valLength),i=byteOffset;i>=0;i--){for(var found=!0,j=0;j<valLength;j++)if(read(arr,i+j)!==read(val,j)){found=!1;break}if(found)return i}return-1}Buffer3.prototype.includes=function(val,byteOffset,encoding){return this.indexOf(val,byteOffset,encoding)!==-1};Buffer3.prototype.indexOf=function(val,byteOffset,encoding){return bidirectionalIndexOf(this,val,byteOffset,encoding,!0)};Buffer3.prototype.lastIndexOf=function(val,byteOffset,encoding){return bidirectionalIndexOf(this,val,byteOffset,encoding,!1)};function hexWrite(buf,string,offset,length){offset=Number(offset)||0;var remaining=buf.length-offset;length?(length=Number(length),length>remaining&&(length=remaining)):length=remaining;var strLen=string.length;length>strLen/2&&(length=strLen/2);for(var i=0;i<length;++i){var parsed=parseInt(string.substr(i*2,2),16);if(numberIsNaN(parsed))return i;buf[offset+i]=parsed}return i}function utf8Write(buf,string,offset,length){return blitBuffer(utf8ToBytes(string,buf.length-offset),buf,offset,length)}function asciiWrite(buf,string,offset,length){return blitBuffer(asciiToBytes(string),buf,offset,length)}function base64Write(buf,string,offset,length){return blitBuffer(base64ToBytes(string),buf,offset,length)}function ucs2Write(buf,string,offset,length){return blitBuffer(utf16leToBytes(string,buf.length-offset),buf,offset,length)}Buffer3.prototype.write=function(string,offset,length,encoding){if(offset===void 0)encoding="utf8",length=this.length,offset=0;else if(length===void 0&&typeof offset=="string")encoding=offset,length=this.length,offset=0;else if(isFinite(offset))offset=offset>>>0,isFinite(length)?(length=length>>>0,encoding===void 0&&(encoding="utf8")):(encoding=length,length=void 0);else throw new Error("Buffer.write(string, encoding, offset[, length]) is no longer supported");var remaining=this.length-offset;if((length===void 0||length>remaining)&&(length=remaining),string.length>0&&(length<0||offset<0)||offset>this.length)throw new RangeError("Attempt to write outside buffer bounds");encoding||(encoding="utf8");for(var loweredCase=!1;;)switch(encoding){case"hex":return hexWrite(this,string,offset,length);case"utf8":case"utf-8":return utf8Write(this,string,offset,length);case"ascii":case"latin1":case"binary":return asciiWrite(this,string,offset,length);case"base64":return base64Write(this,string,offset,length);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return ucs2Write(this,string,offset,length);default:if(loweredCase)throw new TypeError("Unknown encoding: "+encoding);encoding=(""+encoding).toLowerCase(),loweredCase=!0}};Buffer3.prototype.toJSON=function(){return{type:"Buffer",data:Array.prototype.slice.call(this._arr||this,0)}};function base64Slice(buf,start,end){return start===0&&end===buf.length?base64.fromByteArray(buf):base64.fromByteArray(buf.slice(start,end))}function utf8Slice(buf,start,end){end=Math.min(buf.length,end);for(var res=[],i=start;i<end;){var firstByte=buf[i],codePoint=null,bytesPerSequence=firstByte>239?4:firstByte>223?3:firstByte>191?2:1;if(i+bytesPerSequence<=end){var secondByte,thirdByte,fourthByte,tempCodePoint;switch(bytesPerSequence){case 1:firstByte<128&&(codePoint=firstByte);break;case 2:secondByte=buf[i+1],(secondByte&192)===128&&(tempCodePoint=(firstByte&31)<<6|secondByte&63,tempCodePoint>127&&(codePoint=tempCodePoint));break;case 3:secondByte=buf[i+1],thirdByte=buf[i+2],(secondByte&192)===128&&(thirdByte&192)===128&&(tempCodePoint=(firstByte&15)<<12|(secondByte&63)<<6|thirdByte&63,tempCodePoint>2047&&(tempCodePoint<55296||tempCodePoint>57343)&&(codePoint=tempCodePoint));break;case 4:secondByte=buf[i+1],thirdByte=buf[i+2],fourthByte=buf[i+3],(secondByte&192)===128&&(thirdByte&192)===128&&(fourthByte&192)===128&&(tempCodePoint=(firstByte&15)<<18|(secondByte&63)<<12|(thirdByte&63)<<6|fourthByte&63,tempCodePoint>65535&&tempCodePoint<1114112&&(codePoint=tempCodePoint))}}codePoint===null?(codePoint=65533,bytesPerSequence=1):codePoint>65535&&(codePoint-=65536,res.push(codePoint>>>10&1023|55296),codePoint=56320|codePoint&1023),res.push(codePoint),i+=bytesPerSequence}return decodeCodePointsArray(res)}var MAX_ARGUMENTS_LENGTH=4096;function decodeCodePointsArray(codePoints){var len=codePoints.length;if(len<=MAX_ARGUMENTS_LENGTH)return String.fromCharCode.apply(String,codePoints);for(var res="",i=0;i<len;)res+=String.fromCharCode.apply(String,codePoints.slice(i,i+=MAX_ARGUMENTS_LENGTH));return res}function asciiSlice(buf,start,end){var ret="";end=Math.min(buf.length,end);for(var i=start;i<end;++i)ret+=String.fromCharCode(buf[i]&127);return ret}function latin1Slice(buf,start,end){var ret="";end=Math.min(buf.length,end);for(var i=start;i<end;++i)ret+=String.fromCharCode(buf[i]);return ret}function hexSlice(buf,start,end){var len=buf.length;(!start||start<0)&&(start=0),(!end||end<0||end>len)&&(end=len);for(var out="",i=start;i<end;++i)out+=hexSliceLookupTable[buf[i]];return out}function utf16leSlice(buf,start,end){for(var bytes=buf.slice(start,end),res="",i=0;i<bytes.length-1;i+=2)res+=String.fromCharCode(bytes[i]+bytes[i+1]*256);return res}Buffer3.prototype.slice=function(start,end){var len=this.length;start=~~start,end=end===void 0?len:~~end,start<0?(start+=len,start<0&&(start=0)):start>len&&(start=len),end<0?(end+=len,end<0&&(end=0)):end>len&&(end=len),end<start&&(end=start);var newBuf=this.subarray(start,end);return Object.setPrototypeOf(newBuf,Buffer3.prototype),newBuf};function checkOffset(offset,ext,length){if(offset%1!==0||offset<0)throw new RangeError("offset is not uint");if(offset+ext>length)throw new RangeError("Trying to access beyond buffer length")}Buffer3.prototype.readUintLE=Buffer3.prototype.readUIntLE=function(offset,byteLength2,noAssert){offset=offset>>>0,byteLength2=byteLength2>>>0,noAssert||checkOffset(offset,byteLength2,this.length);for(var val=this[offset],mul=1,i=0;++i<byteLength2&&(mul*=256);)val+=this[offset+i]*mul;return val};Buffer3.prototype.readUintBE=Buffer3.prototype.readUIntBE=function(offset,byteLength2,noAssert){offset=offset>>>0,byteLength2=byteLength2>>>0,noAssert||checkOffset(offset,byteLength2,this.length);for(var val=this[offset+--byteLength2],mul=1;byteLength2>0&&(mul*=256);)val+=this[offset+--byteLength2]*mul;return val};Buffer3.prototype.readUint8=Buffer3.prototype.readUInt8=function(offset,noAssert){return offset=offset>>>0,noAssert||checkOffset(offset,1,this.length),this[offset]};Buffer3.prototype.readUint16LE=Buffer3.prototype.readUInt16LE=function(offset,noAssert){return offset=offset>>>0,noAssert||checkOffset(offset,2,this.length),this[offset]|this[offset+1]<<8};Buffer3.prototype.readUint16BE=Buffer3.prototype.readUInt16BE=function(offset,noAssert){return offset=offset>>>0,noAssert||checkOffset(offset,2,this.length),this[offset]<<8|this[offset+1]};Buffer3.prototype.readUint32LE=Buffer3.prototype.readUInt32LE=function(offset,noAssert){return offset=offset>>>0,noAssert||checkOffset(offset,4,this.length),(this[offset]|this[offset+1]<<8|this[offset+2]<<16)+this[offset+3]*16777216};Buffer3.prototype.readUint32BE=Buffer3.prototype.readUInt32BE=function(offset,noAssert){return offset=offset>>>0,noAssert||checkOffset(offset,4,this.length),this[offset]*16777216+(this[offset+1]<<16|this[offset+2]<<8|this[offset+3])};Buffer3.prototype.readIntLE=function(offset,byteLength2,noAssert){offset=offset>>>0,byteLength2=byteLength2>>>0,noAssert||checkOffset(offset,byteLength2,this.length);for(var val=this[offset],mul=1,i=0;++i<byteLength2&&(mul*=256);)val+=this[offset+i]*mul;return mul*=128,val>=mul&&(val-=Math.pow(2,8*byteLength2)),val};Buffer3.prototype.readIntBE=function(offset,byteLength2,noAssert){offset=offset>>>0,byteLength2=byteLength2>>>0,noAssert||checkOffset(offset,byteLength2,this.length);for(var i=byteLength2,mul=1,val=this[offset+--i];i>0&&(mul*=256);)val+=this[offset+--i]*mul;return mul*=128,val>=mul&&(val-=Math.pow(2,8*byteLength2)),val};Buffer3.prototype.readInt8=function(offset,noAssert){return offset=offset>>>0,noAssert||checkOffset(offset,1,this.length),this[offset]&128?(255-this[offset]+1)*-1:this[offset]};Buffer3.prototype.readInt16LE=function(offset,noAssert){offset=offset>>>0,noAssert||checkOffset(offset,2,this.length);var val=this[offset]|this[offset+1]<<8;return val&32768?val|4294901760:val};Buffer3.prototype.readInt16BE=function(offset,noAssert){offset=offset>>>0,noAssert||checkOffset(offset,2,this.length);var val=this[offset+1]|this[offset]<<8;return val&32768?val|4294901760:val};Buffer3.prototype.readInt32LE=function(offset,noAssert){return offset=offset>>>0,noAssert||checkOffset(offset,4,this.length),this[offset]|this[offset+1]<<8|this[offset+2]<<16|this[offset+3]<<24};Buffer3.prototype.readInt32BE=function(offset,noAssert){return offset=offset>>>0,noAssert||checkOffset(offset,4,this.length),this[offset]<<24|this[offset+1]<<16|this[offset+2]<<8|this[offset+3]};Buffer3.prototype.readFloatLE=function(offset,noAssert){return offset=offset>>>0,noAssert||checkOffset(offset,4,this.length),ieee754.read(this,offset,!0,23,4)};Buffer3.prototype.readFloatBE=function(offset,noAssert){return offset=offset>>>0,noAssert||checkOffset(offset,4,this.length),ieee754.read(this,offset,!1,23,4)};Buffer3.prototype.readDoubleLE=function(offset,noAssert){return offset=offset>>>0,noAssert||checkOffset(offset,8,this.length),ieee754.read(this,offset,!0,52,8)};Buffer3.prototype.readDoubleBE=function(offset,noAssert){return offset=offset>>>0,noAssert||checkOffset(offset,8,this.length),ieee754.read(this,offset,!1,52,8)};function checkInt(buf,value,offset,ext,max,min){if(!Buffer3.isBuffer(buf))throw new TypeError('"buffer" argument must be a Buffer instance');if(value>max||value<min)throw new RangeError('"value" argument is out of bounds');if(offset+ext>buf.length)throw new RangeError("Index out of range")}Buffer3.prototype.writeUintLE=Buffer3.prototype.writeUIntLE=function(value,offset,byteLength2,noAssert){if(value=+value,offset=offset>>>0,byteLength2=byteLength2>>>0,!noAssert){var maxBytes=Math.pow(2,8*byteLength2)-1;checkInt(this,value,offset,byteLength2,maxBytes,0)}var mul=1,i=0;for(this[offset]=value&255;++i<byteLength2&&(mul*=256);)this[offset+i]=value/mul&255;return offset+byteLength2};Buffer3.prototype.writeUintBE=Buffer3.prototype.writeUIntBE=function(value,offset,byteLength2,noAssert){if(value=+value,offset=offset>>>0,byteLength2=byteLength2>>>0,!noAssert){var maxBytes=Math.pow(2,8*byteLength2)-1;checkInt(this,value,offset,byteLength2,maxBytes,0)}var i=byteLength2-1,mul=1;for(this[offset+i]=value&255;--i>=0&&(mul*=256);)this[offset+i]=value/mul&255;return offset+byteLength2};Buffer3.prototype.writeUint8=Buffer3.prototype.writeUInt8=function(value,offset,noAssert){return value=+value,offset=offset>>>0,noAssert||checkInt(this,value,offset,1,255,0),this[offset]=value&255,offset+1};Buffer3.prototype.writeUint16LE=Buffer3.prototype.writeUInt16LE=function(value,offset,noAssert){return value=+value,offset=offset>>>0,noAssert||checkInt(this,value,offset,2,65535,0),this[offset]=value&255,this[offset+1]=value>>>8,offset+2};Buffer3.prototype.writeUint16BE=Buffer3.prototype.writeUInt16BE=function(value,offset,noAssert){return value=+value,offset=offset>>>0,noAssert||checkInt(this,value,offset,2,65535,0),this[offset]=value>>>8,this[offset+1]=value&255,offset+2};Buffer3.prototype.writeUint32LE=Buffer3.prototype.writeUInt32LE=function(value,offset,noAssert){return value=+value,offset=offset>>>0,noAssert||checkInt(this,value,offset,4,4294967295,0),this[offset+3]=value>>>24,this[offset+2]=value>>>16,this[offset+1]=value>>>8,this[offset]=value&255,offset+4};Buffer3.prototype.writeUint32BE=Buffer3.prototype.writeUInt32BE=function(value,offset,noAssert){return value=+value,offset=offset>>>0,noAssert||checkInt(this,value,offset,4,4294967295,0),this[offset]=value>>>24,this[offset+1]=value>>>16,this[offset+2]=value>>>8,this[offset+3]=value&255,offset+4};Buffer3.prototype.writeIntLE=function(value,offset,byteLength2,noAssert){if(value=+value,offset=offset>>>0,!noAssert){var limit=Math.pow(2,8*byteLength2-1);checkInt(this,value,offset,byteLength2,limit-1,-limit)}var i=0,mul=1,sub=0;for(this[offset]=value&255;++i<byteLength2&&(mul*=256);)value<0&&sub===0&&this[offset+i-1]!==0&&(sub=1),this[offset+i]=(value/mul>>0)-sub&255;return offset+byteLength2};Buffer3.prototype.writeIntBE=function(value,offset,byteLength2,noAssert){if(value=+value,offset=offset>>>0,!noAssert){var limit=Math.pow(2,8*byteLength2-1);checkInt(this,value,offset,byteLength2,limit-1,-limit)}var i=byteLength2-1,mul=1,sub=0;for(this[offset+i]=value&255;--i>=0&&(mul*=256);)value<0&&sub===0&&this[offset+i+1]!==0&&(sub=1),this[offset+i]=(value/mul>>0)-sub&255;return offset+byteLength2};Buffer3.prototype.writeInt8=function(value,offset,noAssert){return value=+value,offset=offset>>>0,noAssert||checkInt(this,value,offset,1,127,-128),value<0&&(value=255+value+1),this[offset]=value&255,offset+1};Buffer3.prototype.writeInt16LE=function(value,offset,noAssert){return value=+value,offset=offset>>>0,noAssert||checkInt(this,value,offset,2,32767,-32768),this[offset]=value&255,this[offset+1]=value>>>8,offset+2};Buffer3.prototype.writeInt16BE=function(value,offset,noAssert){return value=+value,offset=offset>>>0,noAssert||checkInt(this,value,offset,2,32767,-32768),this[offset]=value>>>8,this[offset+1]=value&255,offset+2};Buffer3.prototype.writeInt32LE=function(value,offset,noAssert){return value=+value,offset=offset>>>0,noAssert||checkInt(this,value,offset,4,2147483647,-2147483648),this[offset]=value&255,this[offset+1]=value>>>8,this[offset+2]=value>>>16,this[offset+3]=value>>>24,offset+4};Buffer3.prototype.writeInt32BE=function(value,offset,noAssert){return value=+value,offset=offset>>>0,noAssert||checkInt(this,value,offset,4,2147483647,-2147483648),value<0&&(value=4294967295+value+1),this[offset]=value>>>24,this[offset+1]=value>>>16,this[offset+2]=value>>>8,this[offset+3]=value&255,offset+4};function checkIEEE754(buf,value,offset,ext,max,min){if(offset+ext>buf.length)throw new RangeError("Index out of range");if(offset<0)throw new RangeError("Index out of range")}function writeFloat(buf,value,offset,littleEndian,noAssert){return value=+value,offset=offset>>>0,noAssert||checkIEEE754(buf,value,offset,4,34028234663852886e22,-34028234663852886e22),ieee754.write(buf,value,offset,littleEndian,23,4),offset+4}Buffer3.prototype.writeFloatLE=function(value,offset,noAssert){return writeFloat(this,value,offset,!0,noAssert)};Buffer3.prototype.writeFloatBE=function(value,offset,noAssert){return writeFloat(this,value,offset,!1,noAssert)};function writeDouble(buf,value,offset,littleEndian,noAssert){return value=+value,offset=offset>>>0,noAssert||checkIEEE754(buf,value,offset,8,17976931348623157e292,-17976931348623157e292),ieee754.write(buf,value,offset,littleEndian,52,8),offset+8}Buffer3.prototype.writeDoubleLE=function(value,offset,noAssert){return writeDouble(this,value,offset,!0,noAssert)};Buffer3.prototype.writeDoubleBE=function(value,offset,noAssert){return writeDouble(this,value,offset,!1,noAssert)};Buffer3.prototype.copy=function(target,targetStart,start,end){if(!Buffer3.isBuffer(target))throw new TypeError("argument should be a Buffer");if(start||(start=0),!end&&end!==0&&(end=this.length),targetStart>=target.length&&(targetStart=target.length),targetStart||(targetStart=0),end>0&&end<start&&(end=start),end===start||target.length===0||this.length===0)return 0;if(targetStart<0)throw new RangeError("targetStart out of bounds");if(start<0||start>=this.length)throw new RangeError("Index out of range");if(end<0)throw new RangeError("sourceEnd out of bounds");end>this.length&&(end=this.length),target.length-targetStart<end-start&&(end=target.length-targetStart+start);var len=end-start;return this===target&&typeof Uint8Array.prototype.copyWithin=="function"?this.copyWithin(targetStart,start,end):Uint8Array.prototype.set.call(target,this.subarray(start,end),targetStart),len};Buffer3.prototype.fill=function(val,start,end,encoding){if(typeof val=="string"){if(typeof start=="string"?(encoding=start,start=0,end=this.length):typeof end=="string"&&(encoding=end,end=this.length),encoding!==void 0&&typeof encoding!="string")throw new TypeError("encoding must be a string");if(typeof encoding=="string"&&!Buffer3.isEncoding(encoding))throw new TypeError("Unknown encoding: "+encoding);if(val.length===1){var code=val.charCodeAt(0);(encoding==="utf8"&&code<128||encoding==="latin1")&&(val=code)}}else typeof val=="number"?val=val&255:typeof val=="boolean"&&(val=Number(val));if(start<0||this.length<start||this.length<end)throw new RangeError("Out of range index");if(end<=start)return this;start=start>>>0,end=end===void 0?this.length:end>>>0,val||(val=0);var i;if(typeof val=="number")for(i=start;i<end;++i)this[i]=val;else{var bytes=Buffer3.isBuffer(val)?val:Buffer3.from(val,encoding),len=bytes.length;if(len===0)throw new TypeError('The value "'+val+'" is invalid for argument "value"');for(i=0;i<end-start;++i)this[i+start]=bytes[i%len]}return this};var INVALID_BASE64_RE=/[^+/0-9A-Za-z-_]/g;function base64clean(str){if(str=str.split("=")[0],str=str.trim().replace(INVALID_BASE64_RE,""),str.length<2)return"";for(;str.length%4!==0;)str=str+"=";return str}function utf8ToBytes(string,units){units=units||1/0;for(var codePoint,length=string.length,leadSurrogate=null,bytes=[],i=0;i<length;++i){if(codePoint=string.charCodeAt(i),codePoint>55295&&codePoint<57344){if(!leadSurrogate){if(codePoint>56319){(units-=3)>-1&&bytes.push(239,191,189);continue}else if(i+1===length){(units-=3)>-1&&bytes.push(239,191,189);continue}leadSurrogate=codePoint;continue}if(codePoint<56320){(units-=3)>-1&&bytes.push(239,191,189),leadSurrogate=codePoint;continue}codePoint=(leadSurrogate-55296<<10|codePoint-56320)+65536}else leadSurrogate&&(units-=3)>-1&&bytes.push(239,191,189);if(leadSurrogate=null,codePoint<128){if((units-=1)<0)break;bytes.push(codePoint)}else if(codePoint<2048){if((units-=2)<0)break;bytes.push(codePoint>>6|192,codePoint&63|128)}else if(codePoint<65536){if((units-=3)<0)break;bytes.push(codePoint>>12|224,codePoint>>6&63|128,codePoint&63|128)}else if(codePoint<1114112){if((units-=4)<0)break;bytes.push(codePoint>>18|240,codePoint>>12&63|128,codePoint>>6&63|128,codePoint&63|128)}else throw new Error("Invalid code point")}return bytes}function asciiToBytes(str){for(var byteArray=[],i=0;i<str.length;++i)byteArray.push(str.charCodeAt(i)&255);return byteArray}function utf16leToBytes(str,units){for(var c,hi,lo,byteArray=[],i=0;i<str.length&&!((units-=2)<0);++i)c=str.charCodeAt(i),hi=c>>8,lo=c%256,byteArray.push(lo),byteArray.push(hi);return byteArray}function base64ToBytes(str){return base64.toByteArray(base64clean(str))}function blitBuffer(src,dst,offset,length){for(var i=0;i<length&&!(i+offset>=dst.length||i>=src.length);++i)dst[i+offset]=src[i];return i}function isInstance(obj,type){return obj instanceof type||obj!=null&&obj.constructor!=null&&obj.constructor.name!=null&&obj.constructor.name===type.name}function numberIsNaN(obj){return obj!==obj}var hexSliceLookupTable=function(){for(var alphabet="0123456789abcdef",table=new Array(256),i=0;i<16;++i)for(var i16=i*16,j=0;j<16;++j)table[i16+j]=alphabet[i]+alphabet[j];return table}()}});var require_browser=__commonJS({"node_modules/process/browser.js"(exports,module){init_define_process_env();init_shim();var process2=module.exports={},cachedSetTimeout,cachedClearTimeout;function defaultSetTimout(){throw new Error("setTimeout has not been defined")}function defaultClearTimeout(){throw new Error("clearTimeout has not been defined")}(function(){try{typeof setTimeout=="function"?cachedSetTimeout=setTimeout:cachedSetTimeout=defaultSetTimout}catch(e){cachedSetTimeout=defaultSetTimout}try{typeof clearTimeout=="function"?cachedClearTimeout=clearTimeout:cachedClearTimeout=defaultClearTimeout}catch(e){cachedClearTimeout=defaultClearTimeout}})();function runTimeout(fun){if(cachedSetTimeout===setTimeout)return setTimeout(fun,0);if((cachedSetTimeout===defaultSetTimout||!cachedSetTimeout)&&setTimeout)return cachedSetTimeout=setTimeout,setTimeout(fun,0);try{return cachedSetTimeout(fun,0)}catch(e){try{return cachedSetTimeout.call(null,fun,0)}catch(e2){return cachedSetTimeout.call(this,fun,0)}}}function runClearTimeout(marker){if(cachedClearTimeout===clearTimeout)return clearTimeout(marker);if((cachedClearTimeout===defaultClearTimeout||!cachedClearTimeout)&&clearTimeout)return cachedClearTimeout=clearTimeout,clearTimeout(marker);try{return cachedClearTimeout(marker)}catch(e){try{return cachedClearTimeout.call(null,marker)}catch(e2){return cachedClearTimeout.call(this,marker)}}}var queue=[],draining=!1,currentQueue,queueIndex=-1;function cleanUpNextTick(){!draining||!currentQueue||(draining=!1,currentQueue.length?queue=currentQueue.concat(queue):queueIndex=-1,queue.length&&drainQueue())}function drainQueue(){if(!draining){var timeout=runTimeout(cleanUpNextTick);draining=!0;for(var len=queue.length;len;){for(currentQueue=queue,queue=[];++queueIndex<len;)currentQueue&&currentQueue[queueIndex].run();queueIndex=-1,len=queue.length}currentQueue=null,draining=!1,runClearTimeout(timeout)}}process2.nextTick=function(fun){var args=new Array(arguments.length-1);if(arguments.length>1)for(var i=1;i<arguments.length;i++)args[i-1]=arguments[i];queue.push(new Item(fun,args)),queue.length===1&&!draining&&runTimeout(drainQueue)};function Item(fun,array){this.fun=fun,this.array=array}Item.prototype.run=function(){this.fun.apply(null,this.array)};process2.title="browser";process2.browser=!0;process2.env={};process2.argv=[];process2.version="";process2.versions={};function noop(){}process2.on=noop;process2.addListener=noop;process2.once=noop;process2.off=noop;process2.removeListener=noop;process2.removeAllListeners=noop;process2.emit=noop;process2.prependListener=noop;process2.prependOnceListener=noop;process2.listeners=function(name){return[]};process2.binding=function(name){throw new Error("process.binding is not supported")};process2.cwd=function(){return"/"};process2.chdir=function(dir){throw new Error("process.chdir is not supported")};process2.umask=function(){return 0}}});var import_buffer,import_process,_globalThis,init_shim=__esm({"node_modules/node-stdlib-browser/helpers/esbuild/shim.js"(){import_buffer=__toESM(require_buffer()),import_process=__toESM(require_browser()),_globalThis=function(Object2){function get(){var _global3=this||self;return delete Object2.prototype.__magic__,_global3}if(typeof globalThis=="object")return globalThis;if(this)return get();Object2.defineProperty(Object2.prototype,"__magic__",{configurable:!0,get});var _global2=__magic__;return _global2}(Object)}});var require_fails=__commonJS({"node_modules/core-js/internals/fails.js"(exports,module){"use strict";init_define_process_env();init_shim();module.exports=function(exec){try{return!!exec()}catch(error){return!0}}}});var require_function_bind_native=__commonJS({"node_modules/core-js/internals/function-bind-native.js"(exports,module){"use strict";init_define_process_env();init_shim();var fails=require_fails();module.exports=!fails(function(){var test=(function(){}).bind();return typeof test!="function"||test.hasOwnProperty("prototype")})}});var require_function_uncurry_this=__commonJS({"node_modules/core-js/internals/function-uncurry-this.js"(exports,module){"use strict";init_define_process_env();init_shim();var NATIVE_BIND=require_function_bind_native(),FunctionPrototype=Function.prototype,call=FunctionPrototype.call,uncurryThisWithBind=NATIVE_BIND&&FunctionPrototype.bind.bind(call,call);module.exports=NATIVE_BIND?uncurryThisWithBind:function(fn){return function(){return call.apply(fn,arguments)}}}});var require_classof_raw=__commonJS({"node_modules/core-js/internals/classof-raw.js"(exports,module){"use strict";init_define_process_env();init_shim();var uncurryThis=require_function_uncurry_this(),toString=uncurryThis({}.toString),stringSlice=uncurryThis("".slice);module.exports=function(it){return stringSlice(toString(it),8,-1)}}});var require_indexed_object=__commonJS({"node_modules/core-js/internals/indexed-object.js"(exports,module){"use strict";init_define_process_env();init_shim();var uncurryThis=require_function_uncurry_this(),fails=require_fails(),classof=require_classof_raw(),$Object=Object,split=uncurryThis("".split);module.exports=fails(function(){return!$Object("z").propertyIsEnumerable(0)})?function(it){return classof(it)==="String"?split(it,""):$Object(it)}:$Object}});var require_is_null_or_undefined=__commonJS({"node_modules/core-js/internals/is-null-or-undefined.js"(exports,module){"use strict";init_define_process_env();init_shim();module.exports=function(it){return it==null}}});var require_require_object_coercible=__commonJS({"node_modules/core-js/internals/require-object-coercible.js"(exports,module){"use strict";init_define_process_env();init_shim();var isNullOrUndefined=require_is_null_or_undefined(),$TypeError=TypeError;module.exports=function(it){if(isNullOrUndefined(it))throw new $TypeError("Can't call method on "+it);return it}}});var require_to_indexed_object=__commonJS({"node_modules/core-js/internals/to-indexed-object.js"(exports,module){"use strict";init_define_process_env();init_shim();var IndexedObject=require_indexed_object(),requireObjectCoercible=require_require_object_coercible();module.exports=function(it){return IndexedObject(requireObjectCoercible(it))}}});var require_global=__commonJS({"node_modules/core-js/internals/global.js"(exports,module){"use strict";init_define_process_env();init_shim();var check=function(it){return it&&it.Math===Math&&it};module.exports=check(typeof globalThis=="object"&&globalThis)||check(typeof window=="object"&&window)||check(typeof self=="object"&&self)||check(typeof window=="object"&&window)||check(typeof exports=="object"&&exports)||function(){return this}()||Function("return this")()}});var require_is_pure=__commonJS({"node_modules/core-js/internals/is-pure.js"(exports,module){"use strict";init_define_process_env();init_shim();module.exports=!1}});var require_define_global_property=__commonJS({"node_modules/core-js/internals/define-global-property.js"(exports,module){"use strict";init_define_process_env();init_shim();var global=require_global(),defineProperty=Object.defineProperty;module.exports=function(key,value){try{defineProperty(global,key,{value,configurable:!0,writable:!0})}catch(error){global[key]=value}return value}}});var require_shared_store=__commonJS({"node_modules/core-js/internals/shared-store.js"(exports,module){"use strict";init_define_process_env();init_shim();var global=require_global(),defineGlobalProperty=require_define_global_property(),SHARED="__core-js_shared__",store=global[SHARED]||defineGlobalProperty(SHARED,{});module.exports=store}});var require_shared=__commonJS({"node_modules/core-js/internals/shared.js"(exports,module){"use strict";init_define_process_env();init_shim();var IS_PURE=require_is_pure(),store=require_shared_store();(module.exports=function(key,value){return store[key]||(store[key]=value!==void 0?value:{})})("versions",[]).push({version:"3.35.1",mode:IS_PURE?"pure":"global",copyright:"\xA9 2014-2024 Denis Pushkarev (zloirock.ru)",license:"https://github.com/zloirock/core-js/blob/v3.35.1/LICENSE",source:"https://github.com/zloirock/core-js"})}});var require_to_object=__commonJS({"node_modules/core-js/internals/to-object.js"(exports,module){"use strict";init_define_process_env();init_shim();var requireObjectCoercible=require_require_object_coercible(),$Object=Object;module.exports=function(argument){return $Object(requireObjectCoercible(argument))}}});var require_has_own_property=__commonJS({"node_modules/core-js/internals/has-own-property.js"(exports,module){"use strict";init_define_process_env();init_shim();var uncurryThis=require_function_uncurry_this(),toObject=require_to_object(),hasOwnProperty=uncurryThis({}.hasOwnProperty);module.exports=Object.hasOwn||function(it,key){return hasOwnProperty(toObject(it),key)}}});var require_uid=__commonJS({"node_modules/core-js/internals/uid.js"(exports,module){"use strict";init_define_process_env();init_shim();var uncurryThis=require_function_uncurry_this(),id=0,postfix=Math.random(),toString=uncurryThis(1 .toString);module.exports=function(key){return"Symbol("+(key===void 0?"":key)+")_"+toString(++id+postfix,36)}}});var require_engine_user_agent=__commonJS({"node_modules/core-js/internals/engine-user-agent.js"(exports,module){"use strict";init_define_process_env();init_shim();module.exports=typeof navigator<"u"&&String(navigator.userAgent)||""}});var require_engine_v8_version=__commonJS({"node_modules/core-js/internals/engine-v8-version.js"(exports,module){"use strict";init_define_process_env();init_shim();var global=require_global(),userAgent=require_engine_user_agent(),process2=global.process,Deno=global.Deno,versions=process2&&process2.versions||Deno&&Deno.version,v8=versions&&versions.v8,match,version;v8&&(match=v8.split("."),version=match[0]>0&&match[0]<4?1:+(match[0]+match[1]));!version&&userAgent&&(match=userAgent.match(/Edge\/(\d+)/),(!match||match[1]>=74)&&(match=userAgent.match(/Chrome\/(\d+)/),match&&(version=+match[1])));module.exports=version}});var require_symbol_constructor_detection=__commonJS({"node_modules/core-js/internals/symbol-constructor-detection.js"(exports,module){"use strict";init_define_process_env();init_shim();var V8_VERSION=require_engine_v8_version(),fails=require_fails(),global=require_global(),$String=global.String;module.exports=!!Object.getOwnPropertySymbols&&!fails(function(){var symbol=Symbol("symbol detection");return!$String(symbol)||!(Object(symbol)instanceof Symbol)||!Symbol.sham&&V8_VERSION&&V8_VERSION<41})}});var require_use_symbol_as_uid=__commonJS({"node_modules/core-js/internals/use-symbol-as-uid.js"(exports,module){"use strict";init_define_process_env();init_shim();var NATIVE_SYMBOL=require_symbol_constructor_detection();module.exports=NATIVE_SYMBOL&&!Symbol.sham&&typeof Symbol.iterator=="symbol"}});var require_well_known_symbol=__commonJS({"node_modules/core-js/internals/well-known-symbol.js"(exports,module){"use strict";init_define_process_env();init_shim();var global=require_global(),shared=require_shared(),hasOwn=require_has_own_property(),uid=require_uid(),NATIVE_SYMBOL=require_symbol_constructor_detection(),USE_SYMBOL_AS_UID=require_use_symbol_as_uid(),Symbol2=global.Symbol,WellKnownSymbolsStore=shared("wks"),createWellKnownSymbol=USE_SYMBOL_AS_UID?Symbol2.for||Symbol2:Symbol2&&Symbol2.withoutSetter||uid;module.exports=function(name){return hasOwn(WellKnownSymbolsStore,name)||(WellKnownSymbolsStore[name]=NATIVE_SYMBOL&&hasOwn(Symbol2,name)?Symbol2[name]:createWellKnownSymbol("Symbol."+name)),WellKnownSymbolsStore[name]}}});var require_is_callable=__commonJS({"node_modules/core-js/internals/is-callable.js"(exports,module){"use strict";init_define_process_env();init_shim();var documentAll=typeof document=="object"&&document.all;module.exports=typeof documentAll>"u"&&documentAll!==void 0?function(argument){return typeof argument=="function"||argument===documentAll}:function(argument){return typeof argument=="function"}}});var require_is_object=__commonJS({"node_modules/core-js/internals/is-object.js"(exports,module){"use strict";init_define_process_env();init_shim();var isCallable=require_is_callable();module.exports=function(it){return typeof it=="object"?it!==null:isCallable(it)}}});var require_an_object=__commonJS({"node_modules/core-js/internals/an-object.js"(exports,module){"use strict";init_define_process_env();init_shim();var isObject=require_is_object(),$String=String,$TypeError=TypeError;module.exports=function(argument){if(isObject(argument))return argument;throw new $TypeError($String(argument)+" is not an object")}}});var require_descriptors=__commonJS({"node_modules/core-js/internals/descriptors.js"(exports,module){"use strict";init_define_process_env();init_shim();var fails=require_fails();module.exports=!fails(function(){return Object.defineProperty({},1,{get:function(){return 7}})[1]!==7})}});var require_v8_prototype_define_bug=__commonJS({"node_modules/core-js/internals/v8-prototype-define-bug.js"(exports,module){"use strict";init_define_process_env();init_shim();var DESCRIPTORS=require_descriptors(),fails=require_fails();module.exports=DESCRIPTORS&&fails(function(){return Object.defineProperty(function(){},"prototype",{value:42,writable:!1}).prototype!==42})}});var require_document_create_element=__commonJS({"node_modules/core-js/internals/document-create-element.js"(exports,module){"use strict";init_define_process_env();init_shim();var global=require_global(),isObject=require_is_object(),document2=global.document,EXISTS=isObject(document2)&&isObject(document2.createElement);module.exports=function(it){return EXISTS?document2.createElement(it):{}}}});var require_ie8_dom_define=__commonJS({"node_modules/core-js/internals/ie8-dom-define.js"(exports,module){"use strict";init_define_process_env();init_shim();var DESCRIPTORS=require_descriptors(),fails=require_fails(),createElement=require_document_create_element();module.exports=!DESCRIPTORS&&!fails(function(){return Object.defineProperty(createElement("div"),"a",{get:function(){return 7}}).a!==7})}});var require_function_call=__commonJS({"node_modules/core-js/internals/function-call.js"(exports,module){"use strict";init_define_process_env();init_shim();var NATIVE_BIND=require_function_bind_native(),call=Function.prototype.call;module.exports=NATIVE_BIND?call.bind(call):function(){return call.apply(call,arguments)}}});var require_get_built_in=__commonJS({"node_modules/core-js/internals/get-built-in.js"(exports,module){"use strict";init_define_process_env();init_shim();var global=require_global(),isCallable=require_is_callable(),aFunction=function(argument){return isCallable(argument)?argument:void 0};module.exports=function(namespace,method){return arguments.length<2?aFunction(global[namespace]):global[namespace]&&global[namespace][method]}}});var require_object_is_prototype_of=__commonJS({"node_modules/core-js/internals/object-is-prototype-of.js"(exports,module){"use strict";init_define_process_env();init_shim();var uncurryThis=require_function_uncurry_this();module.exports=uncurryThis({}.isPrototypeOf)}});var require_is_symbol=__commonJS({"node_modules/core-js/internals/is-symbol.js"(exports,module){"use strict";init_define_process_env();init_shim();var getBuiltIn=require_get_built_in(),isCallable=require_is_callable(),isPrototypeOf=require_object_is_prototype_of(),USE_SYMBOL_AS_UID=require_use_symbol_as_uid(),$Object=Object;module.exports=USE_SYMBOL_AS_UID?function(it){return typeof it=="symbol"}:function(it){var $Symbol=getBuiltIn("Symbol");return isCallable($Symbol)&&isPrototypeOf($Symbol.prototype,$Object(it))}}});var require_try_to_string=__commonJS({"node_modules/core-js/internals/try-to-string.js"(exports,module){"use strict";init_define_process_env();init_shim();var $String=String;module.exports=function(argument){try{return $String(argument)}catch(error){return"Object"}}}});var require_a_callable=__commonJS({"node_modules/core-js/internals/a-callable.js"(exports,module){"use strict";init_define_process_env();init_shim();var isCallable=require_is_callable(),tryToString=require_try_to_string(),$TypeError=TypeError;module.exports=function(argument){if(isCallable(argument))return argument;throw new $TypeError(tryToString(argument)+" is not a function")}}});var require_get_method=__commonJS({"node_modules/core-js/internals/get-method.js"(exports,module){"use strict";init_define_process_env();init_shim();var aCallable=require_a_callable(),isNullOrUndefined=require_is_null_or_undefined();module.exports=function(V,P){var func=V[P];return isNullOrUndefined(func)?void 0:aCallable(func)}}});var require_ordinary_to_primitive=__commonJS({"node_modules/core-js/internals/ordinary-to-primitive.js"(exports,module){"use strict";init_define_process_env();init_shim();var call=require_function_call(),isCallable=require_is_callable(),isObject=require_is_object(),$TypeError=TypeError;module.exports=function(input,pref){var fn,val;if(pref==="string"&&isCallable(fn=input.toString)&&!isObject(val=call(fn,input))||isCallable(fn=input.valueOf)&&!isObject(val=call(fn,input))||pref!=="string"&&isCallable(fn=input.toString)&&!isObject(val=call(fn,input)))return val;throw new $TypeError("Can't convert object to primitive value")}}});var require_to_primitive=__commonJS({"node_modules/core-js/internals/to-primitive.js"(exports,module){"use strict";init_define_process_env();init_shim();var call=require_function_call(),isObject=require_is_object(),isSymbol=require_is_symbol(),getMethod=require_get_method(),ordinaryToPrimitive=require_ordinary_to_primitive(),wellKnownSymbol=require_well_known_symbol(),$TypeError=TypeError,TO_PRIMITIVE=wellKnownSymbol("toPrimitive");module.exports=function(input,pref){if(!isObject(input)||isSymbol(input))return input;var exoticToPrim=getMethod(input,TO_PRIMITIVE),result;if(exoticToPrim){if(pref===void 0&&(pref="default"),result=call(exoticToPrim,input,pref),!isObject(result)||isSymbol(result))return result;throw new $TypeError("Can't convert object to primitive value")}return pref===void 0&&(pref="number"),ordinaryToPrimitive(input,pref)}}});var require_to_property_key=__commonJS({"node_modules/core-js/internals/to-property-key.js"(exports,module){"use strict";init_define_process_env();init_shim();var toPrimitive=require_to_primitive(),isSymbol=require_is_symbol();module.exports=function(argument){var key=toPrimitive(argument,"string");return isSymbol(key)?key:key+""}}});var require_object_define_property=__commonJS({"node_modules/core-js/internals/object-define-property.js"(exports){"use strict";init_define_process_env();init_shim();var DESCRIPTORS=require_descriptors(),IE8_DOM_DEFINE=require_ie8_dom_define(),V8_PROTOTYPE_DEFINE_BUG=require_v8_prototype_define_bug(),anObject=require_an_object(),toPropertyKey=require_to_property_key(),$TypeError=TypeError,$defineProperty=Object.defineProperty,$getOwnPropertyDescriptor=Object.getOwnPropertyDescriptor,ENUMERABLE="enumerable",CONFIGURABLE="configurable",WRITABLE="writable";exports.f=DESCRIPTORS?V8_PROTOTYPE_DEFINE_BUG?function(O,P,Attributes){if(anObject(O),P=toPropertyKey(P),anObject(Attributes),typeof O=="function"&&P==="prototype"&&"value"in Attributes&&WRITABLE in Attributes&&!Attributes[WRITABLE]){var current=$getOwnPropertyDescriptor(O,P);current&&current[WRITABLE]&&(O[P]=Attributes.value,Attributes={configurable:CONFIGURABLE in Attributes?Attributes[CONFIGURABLE]:current[CONFIGURABLE],enumerable:ENUMERABLE in Attributes?Attributes[ENUMERABLE]:current[ENUMERABLE],writable:!1})}return $defineProperty(O,P,Attributes)}:$defineProperty:function(O,P,Attributes){if(anObject(O),P=toPropertyKey(P),anObject(Attributes),IE8_DOM_DEFINE)try{return $defineProperty(O,P,Attributes)}catch(error){}if("get"in Attributes||"set"in Attributes)throw new $TypeError("Accessors not supported");return"value"in Attributes&&(O[P]=Attributes.value),O}}});var require_math_trunc=__commonJS({"node_modules/core-js/internals/math-trunc.js"(exports,module){"use strict";init_define_process_env();init_shim();var ceil=Math.ceil,floor=Math.floor;module.exports=Math.trunc||function(x){var n=+x;return(n>0?floor:ceil)(n)}}});var require_to_integer_or_infinity=__commonJS({"node_modules/core-js/internals/to-integer-or-infinity.js"(exports,module){"use strict";init_define_process_env();init_shim();var trunc=require_math_trunc();module.exports=function(argument){var number=+argument;return number!==number||number===0?0:trunc(number)}}});var require_to_absolute_index=__commonJS({"node_modules/core-js/internals/to-absolute-index.js"(exports,module){"use strict";init_define_process_env();init_shim();var toIntegerOrInfinity=require_to_integer_or_infinity(),max=Math.max,min=Math.min;module.exports=function(index,length){var integer=toIntegerOrInfinity(index);return integer<0?max(integer+length,0):min(integer,length)}}});var require_to_length=__commonJS({"node_modules/core-js/internals/to-length.js"(exports,module){"use strict";init_define_process_env();init_shim();var toIntegerOrInfinity=require_to_integer_or_infinity(),min=Math.min;module.exports=function(argument){var len=toIntegerOrInfinity(argument);return len>0?min(len,9007199254740991):0}}});var require_length_of_array_like=__commonJS({"node_modules/core-js/internals/length-of-array-like.js"(exports,module){"use strict";init_define_process_env();init_shim();var toLength=require_to_length();module.exports=function(obj){return toLength(obj.length)}}});var require_array_includes=__commonJS({"node_modules/core-js/internals/array-includes.js"(exports,module){"use strict";init_define_process_env();init_shim();var toIndexedObject=require_to_indexed_object(),toAbsoluteIndex=require_to_absolute_index(),lengthOfArrayLike=require_length_of_array_like(),createMethod=function(IS_INCLUDES){return function($this,el,fromIndex){var O=toIndexedObject($this),length=lengthOfArrayLike(O),index=toAbsoluteIndex(fromIndex,length),value;if(IS_INCLUDES&&el!==el){for(;length>index;)if(value=O[index++],value!==value)return!0}else for(;length>index;index++)if((IS_INCLUDES||index in O)&&O[index]===el)return IS_INCLUDES||index||0;return!IS_INCLUDES&&-1}};module.exports={includes:createMethod(!0),indexOf:createMethod(!1)}}});var require_hidden_keys=__commonJS({"node_modules/core-js/internals/hidden-keys.js"(exports,module){"use strict";init_define_process_env();init_shim();module.exports={}}});var require_object_keys_internal=__commonJS({"node_modules/core-js/internals/object-keys-internal.js"(exports,module){"use strict";init_define_process_env();init_shim();var uncurryThis=require_function_uncurry_this(),hasOwn=require_has_own_property(),toIndexedObject=require_to_indexed_object(),indexOf=require_array_includes().indexOf,hiddenKeys=require_hidden_keys(),push=uncurryThis([].push);module.exports=function(object,names){var O=toIndexedObject(object),i=0,result=[],key;for(key in O)!hasOwn(hiddenKeys,key)&&hasOwn(O,key)&&push(result,key);for(;names.length>i;)hasOwn(O,key=names[i++])&&(~indexOf(result,key)||push(result,key));return result}}});var require_enum_bug_keys=__commonJS({"node_modules/core-js/internals/enum-bug-keys.js"(exports,module){"use strict";init_define_process_env();init_shim();module.exports=["constructor","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","toLocaleString","toString","valueOf"]}});var require_object_keys=__commonJS({"node_modules/core-js/internals/object-keys.js"(exports,module){"use strict";init_define_process_env();init_shim();var internalObjectKeys=require_object_keys_internal(),enumBugKeys=require_enum_bug_keys();module.exports=Object.keys||function(O){return internalObjectKeys(O,enumBugKeys)}}});var require_object_define_properties=__commonJS({"node_modules/core-js/internals/object-define-properties.js"(exports){"use strict";init_define_process_env();init_shim();var DESCRIPTORS=require_descriptors(),V8_PROTOTYPE_DEFINE_BUG=require_v8_prototype_define_bug(),definePropertyModule=require_object_define_property(),anObject=require_an_object(),toIndexedObject=require_to_indexed_object(),objectKeys=require_object_keys();exports.f=DESCRIPTORS&&!V8_PROTOTYPE_DEFINE_BUG?Object.defineProperties:function(O,Properties){anObject(O);for(var props=toIndexedObject(Properties),keys=objectKeys(Properties),length=keys.length,index=0,key;length>index;)definePropertyModule.f(O,key=keys[index++],props[key]);return O}}});var require_html=__commonJS({"node_modules/core-js/internals/html.js"(exports,module){"use strict";init_define_process_env();init_shim();var getBuiltIn=require_get_built_in();module.exports=getBuiltIn("document","documentElement")}});var require_shared_key=__commonJS({"node_modules/core-js/internals/shared-key.js"(exports,module){"use strict";init_define_process_env();init_shim();var shared=require_shared(),uid=require_uid(),keys=shared("keys");module.exports=function(key){return keys[key]||(keys[key]=uid(key))}}});var require_object_create=__commonJS({"node_modules/core-js/internals/object-create.js"(exports,module){"use strict";init_define_process_env();init_shim();var anObject=require_an_object(),definePropertiesModule=require_object_define_properties(),enumBugKeys=require_enum_bug_keys(),hiddenKeys=require_hidden_keys(),html=require_html(),documentCreateElement=require_document_create_element(),sharedKey=require_shared_key(),GT=">",LT="<",PROTOTYPE="prototype",SCRIPT="script",IE_PROTO=sharedKey("IE_PROTO"),EmptyConstructor=function(){},scriptTag=function(content){return LT+SCRIPT+GT+content+LT+"/"+SCRIPT+GT},NullProtoObjectViaActiveX=function(activeXDocument2){activeXDocument2.write(scriptTag("")),activeXDocument2.close();var temp=activeXDocument2.parentWindow.Object;return activeXDocument2=null,temp},NullProtoObjectViaIFrame=function(){var iframe=documentCreateElement("iframe"),JS="java"+SCRIPT+":",iframeDocument;return iframe.style.display="none",html.appendChild(iframe),iframe.src=String(JS),iframeDocument=iframe.contentWindow.document,iframeDocument.open(),iframeDocument.write(scriptTag("document.F=Object")),iframeDocument.close(),iframeDocument.F},activeXDocument,NullProtoObject=function(){try{activeXDocument=new ActiveXObject("htmlfile")}catch(error){}NullProtoObject=typeof document<"u"?document.domain&&activeXDocument?NullProtoObjectViaActiveX(activeXDocument):NullProtoObjectViaIFrame():NullProtoObjectViaActiveX(activeXDocument);for(var length=enumBugKeys.length;length--;)delete NullProtoObject[PROTOTYPE][enumBugKeys[length]];return NullProtoObject()};hiddenKeys[IE_PROTO]=!0;module.exports=Object.create||function(O,Properties){var result;return O!==null?(EmptyConstructor[PROTOTYPE]=anObject(O),result=new EmptyConstructor,EmptyConstructor[PROTOTYPE]=null,result[IE_PROTO]=O):result=NullProtoObject(),Properties===void 0?result:definePropertiesModule.f(result,Properties)}}});var require_add_to_unscopables=__commonJS({"node_modules/core-js/internals/add-to-unscopables.js"(exports,module){"use strict";init_define_process_env();init_shim();var wellKnownSymbol=require_well_known_symbol(),create=require_object_create(),defineProperty=require_object_define_property().f,UNSCOPABLES=wellKnownSymbol("unscopables"),ArrayPrototype=Array.prototype;ArrayPrototype[UNSCOPABLES]===void 0&&defineProperty(ArrayPrototype,UNSCOPABLES,{configurable:!0,value:create(null)});module.exports=function(key){ArrayPrototype[UNSCOPABLES][key]=!0}}});var require_iterators=__commonJS({"node_modules/core-js/internals/iterators.js"(exports,module){"use strict";init_define_process_env();init_shim();module.exports={}}});var require_weak_map_basic_detection=__commonJS({"node_modules/core-js/internals/weak-map-basic-detection.js"(exports,module){"use strict";init_define_process_env();init_shim();var global=require_global(),isCallable=require_is_callable(),WeakMap=global.WeakMap;module.exports=isCallable(WeakMap)&&/native code/.test(String(WeakMap))}});var require_create_property_descriptor=__commonJS({"node_modules/core-js/internals/create-property-descriptor.js"(exports,module){"use strict";init_define_process_env();init_shim();module.exports=function(bitmap,value){return{enumerable:!(bitmap&1),configurable:!(bitmap&2),writable:!(bitmap&4),value}}}});var require_create_non_enumerable_property=__commonJS({"node_modules/core-js/internals/create-non-enumerable-property.js"(exports,module){"use strict";init_define_process_env();init_shim();var DESCRIPTORS=require_descriptors(),definePropertyModule=require_object_define_property(),createPropertyDescriptor=require_create_property_descriptor();module.exports=DESCRIPTORS?function(object,key,value){return definePropertyModule.f(object,key,createPropertyDescriptor(1,value))}:function(object,key,value){return object[key]=value,object}}});var require_internal_state=__commonJS({"node_modules/core-js/internals/internal-state.js"(exports,module){"use strict";init_define_process_env();init_shim();var NATIVE_WEAK_MAP=require_weak_map_basic_detection(),global=require_global(),isObject=require_is_object(),createNonEnumerableProperty=require_create_non_enumerable_property(),hasOwn=require_has_own_property(),shared=require_shared_store(),sharedKey=require_shared_key(),hiddenKeys=require_hidden_keys(),OBJECT_ALREADY_INITIALIZED="Object already initialized",TypeError2=global.TypeError,WeakMap=global.WeakMap,set,get,has,enforce=function(it){return has(it)?get(it):set(it,{})},getterFor=function(TYPE){return function(it){var state;if(!isObject(it)||(state=get(it)).type!==TYPE)throw new TypeError2("Incompatible receiver, "+TYPE+" required");return state}};NATIVE_WEAK_MAP||shared.state?(store=shared.state||(shared.state=new WeakMap),store.get=store.get,store.has=store.has,store.set=store.set,set=function(it,metadata){if(store.has(it))throw new TypeError2(OBJECT_ALREADY_INITIALIZED);return metadata.facade=it,store.set(it,metadata),metadata},get=function(it){return store.get(it)||{}},has=function(it){return store.has(it)}):(STATE=sharedKey("state"),hiddenKeys[STATE]=!0,set=function(it,metadata){if(hasOwn(it,STATE))throw new TypeError2(OBJECT_ALREADY_INITIALIZED);return metadata.facade=it,createNonEnumerableProperty(it,STATE,metadata),metadata},get=function(it){return hasOwn(it,STATE)?it[STATE]:{}},has=function(it){return hasOwn(it,STATE)});var store,STATE;module.exports={set,get,has,enforce,getterFor}}});var require_object_property_is_enumerable=__commonJS({"node_modules/core-js/internals/object-property-is-enumerable.js"(exports){"use strict";init_define_process_env();init_shim();var $propertyIsEnumerable={}.propertyIsEnumerable,getOwnPropertyDescriptor=Object.getOwnPropertyDescriptor,NASHORN_BUG=getOwnPropertyDescriptor&&!$propertyIsEnumerable.call({1:2},1);exports.f=NASHORN_BUG?function(V){var descriptor=getOwnPropertyDescriptor(this,V);return!!descriptor&&descriptor.enumerable}:$propertyIsEnumerable}});var require_object_get_own_property_descriptor=__commonJS({"node_modules/core-js/internals/object-get-own-property-descriptor.js"(exports){"use strict";init_define_process_env();init_shim();var DESCRIPTORS=require_descriptors(),call=require_function_call(),propertyIsEnumerableModule=require_object_property_is_enumerable(),createPropertyDescriptor=require_create_property_descriptor(),toIndexedObject=require_to_indexed_object(),toPropertyKey=require_to_property_key(),hasOwn=require_has_own_property(),IE8_DOM_DEFINE=require_ie8_dom_define(),$getOwnPropertyDescriptor=Object.getOwnPropertyDescriptor;exports.f=DESCRIPTORS?$getOwnPropertyDescriptor:function(O,P){if(O=toIndexedObject(O),P=toPropertyKey(P),IE8_DOM_DEFINE)try{return $getOwnPropertyDescriptor(O,P)}catch(error){}if(hasOwn(O,P))return createPropertyDescriptor(!call(propertyIsEnumerableModule.f,O,P),O[P])}}});var require_function_name=__commonJS({"node_modules/core-js/internals/function-name.js"(exports,module){"use strict";init_define_process_env();init_shim();var DESCRIPTORS=require_descriptors(),hasOwn=require_has_own_property(),FunctionPrototype=Function.prototype,getDescriptor=DESCRIPTORS&&Object.getOwnPropertyDescriptor,EXISTS=hasOwn(FunctionPrototype,"name"),PROPER=EXISTS&&(function(){}).name==="something",CONFIGURABLE=EXISTS&&(!DESCRIPTORS||DESCRIPTORS&&getDescriptor(FunctionPrototype,"name").configurable);module.exports={EXISTS,PROPER,CONFIGURABLE}}});var require_inspect_source=__commonJS({"node_modules/core-js/internals/inspect-source.js"(exports,module){"use strict";init_define_process_env();init_shim();var uncurryThis=require_function_uncurry_this(),isCallable=require_is_callable(),store=require_shared_store(),functionToString=uncurryThis(Function.toString);isCallable(store.inspectSource)||(store.inspectSource=function(it){return functionToString(it)});module.exports=store.inspectSource}});var require_make_built_in=__commonJS({"node_modules/core-js/internals/make-built-in.js"(exports,module){"use strict";init_define_process_env();init_shim();var uncurryThis=require_function_uncurry_this(),fails=require_fails(),isCallable=require_is_callable(),hasOwn=require_has_own_property(),DESCRIPTORS=require_descriptors(),CONFIGURABLE_FUNCTION_NAME=require_function_name().CONFIGURABLE,inspectSource=require_inspect_source(),InternalStateModule=require_internal_state(),enforceInternalState=InternalStateModule.enforce,getInternalState=InternalStateModule.get,$String=String,defineProperty=Object.defineProperty,stringSlice=uncurryThis("".slice),replace=uncurryThis("".replace),join=uncurryThis([].join),CONFIGURABLE_LENGTH=DESCRIPTORS&&!fails(function(){return defineProperty(function(){},"length",{value:8}).length!==8}),TEMPLATE=String(String).split("String"),makeBuiltIn=module.exports=function(value,name,options){stringSlice($String(name),0,7)==="Symbol("&&(name="["+replace($String(name),/^Symbol\(([^)]*)\).*$/,"$1")+"]"),options&&options.getter&&(name="get "+name),options&&options.setter&&(name="set "+name),(!hasOwn(value,"name")||CONFIGURABLE_FUNCTION_NAME&&value.name!==name)&&(DESCRIPTORS?defineProperty(value,"name",{value:name,configurable:!0}):value.name=name),CONFIGURABLE_LENGTH&&options&&hasOwn(options,"arity")&&value.length!==options.arity&&defineProperty(value,"length",{value:options.arity});try{options&&hasOwn(options,"constructor")&&options.constructor?DESCRIPTORS&&defineProperty(value,"prototype",{writable:!1}):value.prototype&&(value.prototype=void 0)}catch(error){}var state=enforceInternalState(value);return hasOwn(state,"source")||(state.source=join(TEMPLATE,typeof name=="string"?name:"")),value};Function.prototype.toString=makeBuiltIn(function(){return isCallable(this)&&getInternalState(this).source||inspectSource(this)},"toString")}});var require_define_built_in=__commonJS({"node_modules/core-js/internals/define-built-in.js"(exports,module){"use strict";init_define_process_env();init_shim();var isCallable=require_is_callable(),definePropertyModule=require_object_define_property(),makeBuiltIn=require_make_built_in(),defineGlobalProperty=require_define_global_property();module.exports=function(O,key,value,options){options||(options={});var simple=options.enumerable,name=options.name!==void 0?options.name:key;if(isCallable(value)&&makeBuiltIn(value,name,options),options.global)simple?O[key]=value:defineGlobalProperty(key,value);else{try{options.unsafe?O[key]&&(simple=!0):delete O[key]}catch(error){}simple?O[key]=value:definePropertyModule.f(O,key,{value,enumerable:!1,configurable:!options.nonConfigurable,writable:!options.nonWritable})}return O}}});var require_object_get_own_property_names=__commonJS({"node_modules/core-js/internals/object-get-own-property-names.js"(exports){"use strict";init_define_process_env();init_shim();var internalObjectKeys=require_object_keys_internal(),enumBugKeys=require_enum_bug_keys(),hiddenKeys=enumBugKeys.concat("length","prototype");exports.f=Object.getOwnPropertyNames||function(O){return internalObjectKeys(O,hiddenKeys)}}});var require_object_get_own_property_symbols=__commonJS({"node_modules/core-js/internals/object-get-own-property-symbols.js"(exports){"use strict";init_define_process_env();init_shim();exports.f=Object.getOwnPropertySymbols}});var require_own_keys=__commonJS({"node_modules/core-js/internals/own-keys.js"(exports,module){"use strict";init_define_process_env();init_shim();var getBuiltIn=require_get_built_in(),uncurryThis=require_function_uncurry_this(),getOwnPropertyNamesModule=require_object_get_own_property_names(),getOwnPropertySymbolsModule=require_object_get_own_property_symbols(),anObject=require_an_object(),concat=uncurryThis([].concat);module.exports=getBuiltIn("Reflect","ownKeys")||function(it){var keys=getOwnPropertyNamesModule.f(anObject(it)),getOwnPropertySymbols=getOwnPropertySymbolsModule.f;return getOwnPropertySymbols?concat(keys,getOwnPropertySymbols(it)):keys}}});var require_copy_constructor_properties=__commonJS({"node_modules/core-js/internals/copy-constructor-properties.js"(exports,module){"use strict";init_define_process_env();init_shim();var hasOwn=require_has_own_property(),ownKeys=require_own_keys(),getOwnPropertyDescriptorModule=require_object_get_own_property_descriptor(),definePropertyModule=require_object_define_property();module.exports=function(target,source,exceptions){for(var keys=ownKeys(source),defineProperty=definePropertyModule.f,getOwnPropertyDescriptor=getOwnPropertyDescriptorModule.f,i=0;i<keys.length;i++){var key=keys[i];!hasOwn(target,key)&&!(exceptions&&hasOwn(exceptions,key))&&defineProperty(target,key,getOwnPropertyDescriptor(source,key))}}}});var require_is_forced=__commonJS({"node_modules/core-js/internals/is-forced.js"(exports,module){"use strict";init_define_process_env();init_shim();var fails=require_fails(),isCallable=require_is_callable(),replacement=/#|\.prototype\./,isForced=function(feature,detection){var value=data[normalize(feature)];return value===POLYFILL?!0:value===NATIVE?!1:isCallable(detection)?fails(detection):!!detection},normalize=isForced.normalize=function(string){return String(string).replace(replacement,".").toLowerCase()},data=isForced.data={},NATIVE=isForced.NATIVE="N",POLYFILL=isForced.POLYFILL="P";module.exports=isForced}});var require_export=__commonJS({"node_modules/core-js/internals/export.js"(exports,module){"use strict";init_define_process_env();init_shim();var global=require_global(),getOwnPropertyDescriptor=require_object_get_own_property_descriptor().f,createNonEnumerableProperty=require_create_non_enumerable_property(),defineBuiltIn=require_define_built_in(),defineGlobalProperty=require_define_global_property(),copyConstructorProperties=require_copy_constructor_properties(),isForced=require_is_forced();module.exports=function(options,source){var TARGET=options.target,GLOBAL=options.global,STATIC=options.stat,FORCED,target,key,targetProperty,sourceProperty,descriptor;if(GLOBAL?target=global:STATIC?target=global[TARGET]||defineGlobalProperty(TARGET,{}):target=global[TARGET]&&global[TARGET].prototype,target)for(key in source){if(sourceProperty=source[key],options.dontCallGetSet?(descriptor=getOwnPropertyDescriptor(target,key),targetProperty=descriptor&&descriptor.value):targetProperty=target[key],FORCED=isForced(GLOBAL?key:TARGET+(STATIC?".":"#")+key,options.forced),!FORCED&&targetProperty!==void 0){if(typeof sourceProperty==typeof targetProperty)continue;copyConstructorProperties(sourceProperty,targetProperty)}(options.sham||targetProperty&&targetProperty.sham)&&createNonEnumerableProperty(sourceProperty,"sham",!0),defineBuiltIn(target,key,sourceProperty,options)}}}});var require_correct_prototype_getter=__commonJS({"node_modules/core-js/internals/correct-prototype-getter.js"(exports,module){"use strict";init_define_process_env();init_shim();var fails=require_fails();module.exports=!fails(function(){function F(){}return F.prototype.constructor=null,Object.getPrototypeOf(new F)!==F.prototype})}});var require_object_get_prototype_of=__commonJS({"node_modules/core-js/internals/object-get-prototype-of.js"(exports,module){"use strict";init_define_process_env();init_shim();var hasOwn=require_has_own_property(),isCallable=require_is_callable(),toObject=require_to_object(),sharedKey=require_shared_key(),CORRECT_PROTOTYPE_GETTER=require_correct_prototype_getter(),IE_PROTO=sharedKey("IE_PROTO"),$Object=Object,ObjectPrototype=$Object.prototype;module.exports=CORRECT_PROTOTYPE_GETTER?$Object.getPrototypeOf:function(O){var object=toObject(O);if(hasOwn(object,IE_PROTO))return object[IE_PROTO];var constructor=object.constructor;return isCallable(constructor)&&object instanceof constructor?constructor.prototype:object instanceof $Object?ObjectPrototype:null}}});var require_iterators_core=__commonJS({"node_modules/core-js/internals/iterators-core.js"(exports,module){"use strict";init_define_process_env();init_shim();var fails=require_fails(),isCallable=require_is_callable(),isObject=require_is_object(),create=require_object_create(),getPrototypeOf=require_object_get_prototype_of(),defineBuiltIn=require_define_built_in(),wellKnownSymbol=require_well_known_symbol(),IS_PURE=require_is_pure(),ITERATOR=wellKnownSymbol("iterator"),BUGGY_SAFARI_ITERATORS=!1,IteratorPrototype,PrototypeOfArrayIteratorPrototype,arrayIterator;[].keys&&(arrayIterator=[].keys(),"next"in arrayIterator?(PrototypeOfArrayIteratorPrototype=getPrototypeOf(getPrototypeOf(arrayIterator)),PrototypeOfArrayIteratorPrototype!==Object.prototype&&(IteratorPrototype=PrototypeOfArrayIteratorPrototype)):BUGGY_SAFARI_ITERATORS=!0);var NEW_ITERATOR_PROTOTYPE=!isObject(IteratorPrototype)||fails(function(){var test={};return IteratorPrototype[ITERATOR].call(test)!==test});NEW_ITERATOR_PROTOTYPE?IteratorPrototype={}:IS_PURE&&(IteratorPrototype=create(IteratorPrototype));isCallable(IteratorPrototype[ITERATOR])||defineBuiltIn(IteratorPrototype,ITERATOR,function(){return this});module.exports={IteratorPrototype,BUGGY_SAFARI_ITERATORS}}});var require_set_to_string_tag=__commonJS({"node_modules/core-js/internals/set-to-string-tag.js"(exports,module){"use strict";init_define_process_env();init_shim();var defineProperty=require_object_define_property().f,hasOwn=require_has_own_property(),wellKnownSymbol=require_well_known_symbol(),TO_STRING_TAG=wellKnownSymbol("toStringTag");module.exports=function(target,TAG,STATIC){target&&!STATIC&&(target=target.prototype),target&&!hasOwn(target,TO_STRING_TAG)&&defineProperty(target,TO_STRING_TAG,{configurable:!0,value:TAG})}}});var require_iterator_create_constructor=__commonJS({"node_modules/core-js/internals/iterator-create-constructor.js"(exports,module){"use strict";init_define_process_env();init_shim();var IteratorPrototype=require_iterators_core().IteratorPrototype,create=require_object_create(),createPropertyDescriptor=require_create_property_descriptor(),setToStringTag=require_set_to_string_tag(),Iterators=require_iterators(),returnThis=function(){return this};module.exports=function(IteratorConstructor,NAME,next,ENUMERABLE_NEXT){var TO_STRING_TAG=NAME+" Iterator";return IteratorConstructor.prototype=create(IteratorPrototype,{next:createPropertyDescriptor(+!ENUMERABLE_NEXT,next)}),setToStringTag(IteratorConstructor,TO_STRING_TAG,!1,!0),Iterators[TO_STRING_TAG]=returnThis,IteratorConstructor}}});var require_function_uncurry_this_accessor=__commonJS({"node_modules/core-js/internals/function-uncurry-this-accessor.js"(exports,module){"use strict";init_define_process_env();init_shim();var uncurryThis=require_function_uncurry_this(),aCallable=require_a_callable();module.exports=function(object,key,method){try{return uncurryThis(aCallable(Object.getOwnPropertyDescriptor(object,key)[method]))}catch(error){}}}});var require_is_possible_prototype=__commonJS({"node_modules/core-js/internals/is-possible-prototype.js"(exports,module){"use strict";init_define_process_env();init_shim();var isObject=require_is_object();module.exports=function(argument){return isObject(argument)||argument===null}}});var require_a_possible_prototype=__commonJS({"node_modules/core-js/internals/a-possible-prototype.js"(exports,module){"use strict";init_define_process_env();init_shim();var isPossiblePrototype=require_is_possible_prototype(),$String=String,$TypeError=TypeError;module.exports=function(argument){if(isPossiblePrototype(argument))return argument;throw new $TypeError("Can't set "+$String(argument)+" as a prototype")}}});var require_object_set_prototype_of=__commonJS({"node_modules/core-js/internals/object-set-prototype-of.js"(exports,module){"use strict";init_define_process_env();init_shim();var uncurryThisAccessor=require_function_uncurry_this_accessor(),anObject=require_an_object(),aPossiblePrototype=require_a_possible_prototype();module.exports=Object.setPrototypeOf||("__proto__"in{}?function(){var CORRECT_SETTER=!1,test={},setter;try{setter=uncurryThisAccessor(Object.prototype,"__proto__","set"),setter(test,[]),CORRECT_SETTER=test instanceof Array}catch(error){}return function(O,proto){return anObject(O),aPossiblePrototype(proto),CORRECT_SETTER?setter(O,proto):O.__proto__=proto,O}}():void 0)}});var require_iterator_define=__commonJS({"node_modules/core-js/internals/iterator-define.js"(exports,module){"use strict";init_define_process_env();init_shim();var $=require_export(),call=require_function_call(),IS_PURE=require_is_pure(),FunctionName=require_function_name(),isCallable=require_is_callable(),createIteratorConstructor=require_iterator_create_constructor(),getPrototypeOf=require_object_get_prototype_of(),setPrototypeOf=require_object_set_prototype_of(),setToStringTag=require_set_to_string_tag(),createNonEnumerableProperty=require_create_non_enumerable_property(),defineBuiltIn=require_define_built_in(),wellKnownSymbol=require_well_known_symbol(),Iterators=require_iterators(),IteratorsCore=require_iterators_core(),PROPER_FUNCTION_NAME=FunctionName.PROPER,CONFIGURABLE_FUNCTION_NAME=FunctionName.CONFIGURABLE,IteratorPrototype=IteratorsCore.IteratorPrototype,BUGGY_SAFARI_ITERATORS=IteratorsCore.BUGGY_SAFARI_ITERATORS,ITERATOR=wellKnownSymbol("iterator"),KEYS="keys",VALUES="values",ENTRIES="entries",returnThis=function(){return this};module.exports=function(Iterable,NAME,IteratorConstructor,next,DEFAULT,IS_SET,FORCED){createIteratorConstructor(IteratorConstructor,NAME,next);var getIterationMethod=function(KIND){if(KIND===DEFAULT&&defaultIterator)return defaultIterator;if(!BUGGY_SAFARI_ITERATORS&&KIND&&KIND in IterablePrototype)return IterablePrototype[KIND];switch(KIND){case KEYS:return function(){return new IteratorConstructor(this,KIND)};case VALUES:return function(){return new IteratorConstructor(this,KIND)};case ENTRIES:return function(){return new IteratorConstructor(this,KIND)}}return function(){return new IteratorConstructor(this)}},TO_STRING_TAG=NAME+" Iterator",INCORRECT_VALUES_NAME=!1,IterablePrototype=Iterable.prototype,nativeIterator=IterablePrototype[ITERATOR]||IterablePrototype["@@iterator"]||DEFAULT&&IterablePrototype[DEFAULT],defaultIterator=!BUGGY_SAFARI_ITERATORS&&nativeIterator||getIterationMethod(DEFAULT),anyNativeIterator=NAME==="Array"&&IterablePrototype.entries||nativeIterator,CurrentIteratorPrototype,methods,KEY;if(anyNativeIterator&&(CurrentIteratorPrototype=getPrototypeOf(anyNativeIterator.call(new Iterable)),CurrentIteratorPrototype!==Object.prototype&&CurrentIteratorPrototype.next&&(!IS_PURE&&getPrototypeOf(CurrentIteratorPrototype)!==IteratorPrototype&&(setPrototypeOf?setPrototypeOf(CurrentIteratorPrototype,IteratorPrototype):isCallable(CurrentIteratorPrototype[ITERATOR])||defineBuiltIn(CurrentIteratorPrototype,ITERATOR,returnThis)),setToStringTag(CurrentIteratorPrototype,TO_STRING_TAG,!0,!0),IS_PURE&&(Iterators[TO_STRING_TAG]=returnThis))),PROPER_FUNCTION_NAME&&DEFAULT===VALUES&&nativeIterator&&nativeIterator.name!==VALUES&&(!IS_PURE&&CONFIGURABLE_FUNCTION_NAME?createNonEnumerableProperty(IterablePrototype,"name",VALUES):(INCORRECT_VALUES_NAME=!0,defaultIterator=function(){return call(nativeIterator,this)})),DEFAULT)if(methods={values:getIterationMethod(VALUES),keys:IS_SET?defaultIterator:getIterationMethod(KEYS),entries:getIterationMethod(ENTRIES)},FORCED)for(KEY in methods)(BUGGY_SAFARI_ITERATORS||INCORRECT_VALUES_NAME||!(KEY in IterablePrototype))&&defineBuiltIn(IterablePrototype,KEY,methods[KEY]);else $({target:NAME,proto:!0,forced:BUGGY_SAFARI_ITERATORS||INCORRECT_VALUES_NAME},methods);return(!IS_PURE||FORCED)&&IterablePrototype[ITERATOR]!==defaultIterator&&defineBuiltIn(IterablePrototype,ITERATOR,defaultIterator,{name:DEFAULT}),Iterators[NAME]=defaultIterator,methods}}});var require_create_iter_result_object=__commonJS({"node_modules/core-js/internals/create-iter-result-object.js"(exports,module){"use strict";init_define_process_env();init_shim();module.exports=function(value,done){return{value,done}}}});var require_es_array_iterator=__commonJS({"node_modules/core-js/modules/es.array.iterator.js"(exports,module){"use strict";init_define_process_env();init_shim();var toIndexedObject=require_to_indexed_object(),addToUnscopables=require_add_to_unscopables(),Iterators=require_iterators(),InternalStateModule=require_internal_state(),defineProperty=require_object_define_property().f,defineIterator=require_iterator_define(),createIterResultObject=require_create_iter_result_object(),IS_PURE=require_is_pure(),DESCRIPTORS=require_descriptors(),ARRAY_ITERATOR="Array Iterator",setInternalState=InternalStateModule.set,getInternalState=InternalStateModule.getterFor(ARRAY_ITERATOR);module.exports=defineIterator(Array,"Array",function(iterated,kind){setInternalState(this,{type:ARRAY_ITERATOR,target:toIndexedObject(iterated),index:0,kind})},function(){var state=getInternalState(this),target=state.target,index=state.index++;if(!target||index>=target.length)return state.target=void 0,createIterResultObject(void 0,!0);switch(state.kind){case"keys":return createIterResultObject(index,!1);case"values":return createIterResultObject(target[index],!1)}return createIterResultObject([index,target[index]],!1)},"values");var values=Iterators.Arguments=Iterators.Array;addToUnscopables("keys");addToUnscopables("values");addToUnscopables("entries");if(!IS_PURE&&DESCRIPTORS&&values.name!=="values")try{defineProperty(values,"name",{value:"values"})}catch(error){}}});var require_dom_iterables=__commonJS({"node_modules/core-js/internals/dom-iterables.js"(exports,module){"use strict";init_define_process_env();init_shim();module.exports={CSSRuleList:0,CSSStyleDeclaration:0,CSSValueList:0,ClientRectList:0,DOMRectList:0,DOMStringList:0,DOMTokenList:1,DataTransferItemList:0,FileList:0,HTMLAllCollection:0,HTMLCollection:0,HTMLFormElement:0,HTMLSelectElement:0,MediaList:0,MimeTypeArray:0,NamedNodeMap:0,NodeList:1,PaintRequestList:0,Plugin:0,PluginArray:0,SVGLengthList:0,SVGNumberList:0,SVGPathSegList:0,SVGPointList:0,SVGStringList:0,SVGTransformList:0,SourceBufferList:0,StyleSheetList:0,TextTrackCueList:0,TextTrackList:0,TouchList:0}}});var require_dom_token_list_prototype=__commonJS({"node_modules/core-js/internals/dom-token-list-prototype.js"(exports,module){"use strict";init_define_process_env();init_shim();var documentCreateElement=require_document_create_element(),classList=documentCreateElement("span").classList,DOMTokenListPrototype=classList&&classList.constructor&&classList.constructor.prototype;module.exports=DOMTokenListPrototype===Object.prototype?void 0:DOMTokenListPrototype}});var require_web_dom_collections_iterator=__commonJS({"node_modules/core-js/modules/web.dom-collections.iterator.js"(){"use strict";init_define_process_env();init_shim();var global=require_global(),DOMIterables=require_dom_iterables(),DOMTokenListPrototype=require_dom_token_list_prototype(),ArrayIteratorMethods=require_es_array_iterator(),createNonEnumerableProperty=require_create_non_enumerable_property(),setToStringTag=require_set_to_string_tag(),wellKnownSymbol=require_well_known_symbol(),ITERATOR=wellKnownSymbol("iterator"),ArrayValues=ArrayIteratorMethods.values,handlePrototype=function(CollectionPrototype,COLLECTION_NAME2){if(CollectionPrototype){if(CollectionPrototype[ITERATOR]!==ArrayValues)try{createNonEnumerableProperty(CollectionPrototype,ITERATOR,ArrayValues)}catch(error){CollectionPrototype[ITERATOR]=ArrayValues}if(setToStringTag(CollectionPrototype,COLLECTION_NAME2,!0),DOMIterables[COLLECTION_NAME2]){for(var METHOD_NAME in ArrayIteratorMethods)if(CollectionPrototype[METHOD_NAME]!==ArrayIteratorMethods[METHOD_NAME])try{createNonEnumerableProperty(CollectionPrototype,METHOD_NAME,ArrayIteratorMethods[METHOD_NAME])}catch(error){CollectionPrototype[METHOD_NAME]=ArrayIteratorMethods[METHOD_NAME]}}}};for(COLLECTION_NAME in DOMIterables)handlePrototype(global[COLLECTION_NAME]&&global[COLLECTION_NAME].prototype,COLLECTION_NAME);var COLLECTION_NAME;handlePrototype(DOMTokenListPrototype,"DOMTokenList")}});init_define_process_env();init_shim();var import_es_array_iterator=__toESM(require_es_array_iterator()),import_web_dom_collections_iterator=__toESM(require_web_dom_collections_iterator());init_define_process_env();init_shim();var _window$u,_window,_window$safe_require,_window2,u=(_window$u=(_window=window)==null?void 0:_window.u)!=null?_window$u:_u,safe_require=(_window$safe_require=(_window2=window)==null?void 0:_window2.safe_require)!=null?_window$safe_require:_safe_require;var btype_ids=safe_require.safe_require("./lang/btype_ids"),external=safe_require.safe_require("./external");function get_localized_name(value){var _value$localized;if(!value)return;let preferred_locale=value.preferredLocale,preferred_locale_key=[preferred_locale==null?void 0:preferred_locale.language,preferred_locale==null?void 0:preferred_locale.country].join("_");return((_value$localized=value.localized)==null?void 0:_value$localized[preferred_locale_key])||"wrong name path"}function get_profile_picture_url(value){var _value$displayImage,_value$displayImage$e,_value$displayImage$e2,_value$displayImage$e3,_value$displayImage$e4,_value$displayImage$e5;return(value==null||(_value$displayImage=value["displayImage~"])==null||(_value$displayImage$e=_value$displayImage.elements)==null||(_value$displayImage$e2=_value$displayImage$e.filter(el=>{var _el$data,_el$data$comLinkedin,_el$data$comLinkedin$;return((_el$data=el.data)==null||(_el$data$comLinkedin=_el$data["com.linkedin.digitalmedia.mediaartifact.StillImage"])==null||(_el$data$comLinkedin$=_el$data$comLinkedin.storageSize)==null?void 0:_el$data$comLinkedin$.height)===400}))==null||(_value$displayImage$e3=_value$displayImage$e2[0])==null||(_value$displayImage$e4=_value$displayImage$e3.identifiers)==null||(_value$displayImage$e5=_value$displayImage$e4[0])==null?void 0:_value$displayImage$e5.identifier)||"wrong image path"}function linked_in_error_handler(response){if(response.statusCode>=400&&response.statusCode<=599){var _data,_data2;let data;try{data=JSON.parse(response.body)}catch(error){return}if((_data=data)!=null&&_data.error_description||(_data2=data)!=null&&_data2.message){var _data$error_descripti;return"There was an error connecting to LinkedIn.  Message from LinkedIn was: "+((_data$error_descripti=data.error_description)!=null?_data$error_descripti:data.message)}}}var cls=class extends external.Service{constructor(){super(),this.authenticator=new external.Oauth2({scope:"r_liteprofile",token_param_name:"oauth2_access_token",authentication_url:"https://www.linkedin.com/uas/oauth2/authorization",generate_token_from_code_uri:"https://www.linkedin.com/uas/oauth2/accessToken"}),this.values=this._get_initial_values(),this.calls=this._get_initial_calls()}_get_initial_values(){return{profile:new external.StructValue("Profile",{id:{},firstName:{caption:"First name",post_call_processing:get_localized_name},lastName:{caption:"Last name",post_call_processing:get_localized_name},pictureUrl:{caption:"Profile picture",path:["profilePicture"],post_call_processing:get_profile_picture_url}})}}get oauth_providers(){return["linkedin"]}get user_calls(){return["linkedin"]}_get_initial_calls(){return{oauth_user_data_call:class extends external.Call{get btype_id(){return btype_ids.api_type("linkedin.profile")}build(prev,properties){return{path:"/me",data:{projection:"(id)"}}}},linkedin:class extends external.Call{get _must_proxy(){return!0}get human(){return"Linkedin"}get btype_id(){return btype_ids.api_type("linkedin.profile")}get is_reflective(){return!0}build(){return{path:"/me",data:{projection:"(id,profilePicture(displayImage~:playableStreams),firstName,lastName)"}}}}}}get base_url(){return"https://api.linkedin.com/v2"}get keys(){return{appsecret:{caption:"Secret Key",type:"secure"},appid:{caption:"API Key",type:"client_safe"}}}get get_error_message(){return linked_in_error_handler}},linkedin={cls};typeof window<"u"&&window!==null&&((_window$optional_modu=(_window3=window).optional_modules)!=null||(_window3.optional_modules={}),window.optional_modules.linkedin=linkedin);var _window3,_window$optional_modu,plugin_registry=safe_require.safe_require("./services/shared/plugin_registry");plugin_registry.register_plugin("linkedin",linkedin);})();
/*! Bundled license information:

buffer/index.js:
  (*!
   * The buffer module from node.js, for the browser.
   *
   * @author   Feross Aboukhadijeh <https://feross.org>
   * @license  MIT
   *)
*/

}


window.preloaded['plugin/first_party:linkedin'] = true;
window._bubble_page_load_data.hardcoded_plugins['zapiernew'] = true;
window.__code__ = window.__code__ || {};
if(!window.__code__['18c959aba89a72816ecb7bced4fcf68dbc426d9b39b52cb2f4ee3dc758096efd']){window.__code__['18c959aba89a72816ecb7bced4fcf68dbc426d9b39b52cb2f4ee3dc758096efd']=1;

"use strict";(()=>{var __create=Object.create;var __defProp=Object.defineProperty;var __getOwnPropDesc=Object.getOwnPropertyDescriptor;var __getOwnPropNames=Object.getOwnPropertyNames;var __getProtoOf=Object.getPrototypeOf,__hasOwnProp=Object.prototype.hasOwnProperty;var __require=(x=>typeof require<"u"?require:typeof Proxy<"u"?new Proxy(x,{get:(a,b)=>(typeof require<"u"?require:a)[b]}):x)(function(x){if(typeof require<"u")return require.apply(this,arguments);throw Error('Dynamic require of "'+x+'" is not supported')});var __esm=(fn,res)=>function(){return fn&&(res=(0,fn[__getOwnPropNames(fn)[0]])(fn=0)),res};var __commonJS=(cb,mod)=>function(){return mod||(0,cb[__getOwnPropNames(cb)[0]])((mod={exports:{}}).exports,mod),mod.exports};var __copyProps=(to,from,except,desc)=>{if(from&&typeof from=="object"||typeof from=="function")for(let key of __getOwnPropNames(from))!__hasOwnProp.call(to,key)&&key!==except&&__defProp(to,key,{get:()=>from[key],enumerable:!(desc=__getOwnPropDesc(from,key))||desc.enumerable});return to};var __toESM=(mod,isNodeMode,target)=>(target=mod!=null?__create(__getProtoOf(mod)):{},__copyProps(isNodeMode||!mod||!mod.__esModule?__defProp(target,"default",{value:mod,enumerable:!0}):target,mod));var init_define_process_env=__esm({"<define:process.env>"(){}});var require_base64_js=__commonJS({"node_modules/base64-js/index.js"(exports){"use strict";init_define_process_env();init_shim();exports.byteLength=byteLength;exports.toByteArray=toByteArray;exports.fromByteArray=fromByteArray;var lookup=[],revLookup=[],Arr=typeof Uint8Array<"u"?Uint8Array:Array,code="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/";for(i=0,len=code.length;i<len;++i)lookup[i]=code[i],revLookup[code.charCodeAt(i)]=i;var i,len;revLookup["-".charCodeAt(0)]=62;revLookup["_".charCodeAt(0)]=63;function getLens(b64){var len2=b64.length;if(len2%4>0)throw new Error("Invalid string. Length must be a multiple of 4");var validLen=b64.indexOf("=");validLen===-1&&(validLen=len2);var placeHoldersLen=validLen===len2?0:4-validLen%4;return[validLen,placeHoldersLen]}function byteLength(b64){var lens=getLens(b64),validLen=lens[0],placeHoldersLen=lens[1];return(validLen+placeHoldersLen)*3/4-placeHoldersLen}function _byteLength(b64,validLen,placeHoldersLen){return(validLen+placeHoldersLen)*3/4-placeHoldersLen}function toByteArray(b64){var tmp,lens=getLens(b64),validLen=lens[0],placeHoldersLen=lens[1],arr=new Arr(_byteLength(b64,validLen,placeHoldersLen)),curByte=0,len2=placeHoldersLen>0?validLen-4:validLen,i2;for(i2=0;i2<len2;i2+=4)tmp=revLookup[b64.charCodeAt(i2)]<<18|revLookup[b64.charCodeAt(i2+1)]<<12|revLookup[b64.charCodeAt(i2+2)]<<6|revLookup[b64.charCodeAt(i2+3)],arr[curByte++]=tmp>>16&255,arr[curByte++]=tmp>>8&255,arr[curByte++]=tmp&255;return placeHoldersLen===2&&(tmp=revLookup[b64.charCodeAt(i2)]<<2|revLookup[b64.charCodeAt(i2+1)]>>4,arr[curByte++]=tmp&255),placeHoldersLen===1&&(tmp=revLookup[b64.charCodeAt(i2)]<<10|revLookup[b64.charCodeAt(i2+1)]<<4|revLookup[b64.charCodeAt(i2+2)]>>2,arr[curByte++]=tmp>>8&255,arr[curByte++]=tmp&255),arr}function tripletToBase64(num){return lookup[num>>18&63]+lookup[num>>12&63]+lookup[num>>6&63]+lookup[num&63]}function encodeChunk(uint8,start,end){for(var tmp,output=[],i2=start;i2<end;i2+=3)tmp=(uint8[i2]<<16&16711680)+(uint8[i2+1]<<8&65280)+(uint8[i2+2]&255),output.push(tripletToBase64(tmp));return output.join("")}function fromByteArray(uint8){for(var tmp,len2=uint8.length,extraBytes=len2%3,parts=[],maxChunkLength=16383,i2=0,len22=len2-extraBytes;i2<len22;i2+=maxChunkLength)parts.push(encodeChunk(uint8,i2,i2+maxChunkLength>len22?len22:i2+maxChunkLength));return extraBytes===1?(tmp=uint8[len2-1],parts.push(lookup[tmp>>2]+lookup[tmp<<4&63]+"==")):extraBytes===2&&(tmp=(uint8[len2-2]<<8)+uint8[len2-1],parts.push(lookup[tmp>>10]+lookup[tmp>>4&63]+lookup[tmp<<2&63]+"=")),parts.join("")}}});var require_ieee754=__commonJS({"node_modules/ieee754/index.js"(exports){init_define_process_env();init_shim();exports.read=function(buffer,offset,isLE,mLen,nBytes){var e,m,eLen=nBytes*8-mLen-1,eMax=(1<<eLen)-1,eBias=eMax>>1,nBits=-7,i=isLE?nBytes-1:0,d=isLE?-1:1,s=buffer[offset+i];for(i+=d,e=s&(1<<-nBits)-1,s>>=-nBits,nBits+=eLen;nBits>0;e=e*256+buffer[offset+i],i+=d,nBits-=8);for(m=e&(1<<-nBits)-1,e>>=-nBits,nBits+=mLen;nBits>0;m=m*256+buffer[offset+i],i+=d,nBits-=8);if(e===0)e=1-eBias;else{if(e===eMax)return m?NaN:(s?-1:1)*(1/0);m=m+Math.pow(2,mLen),e=e-eBias}return(s?-1:1)*m*Math.pow(2,e-mLen)};exports.write=function(buffer,value,offset,isLE,mLen,nBytes){var e,m,c,eLen=nBytes*8-mLen-1,eMax=(1<<eLen)-1,eBias=eMax>>1,rt=mLen===23?Math.pow(2,-24)-Math.pow(2,-77):0,i=isLE?0:nBytes-1,d=isLE?1:-1,s=value<0||value===0&&1/value<0?1:0;for(value=Math.abs(value),isNaN(value)||value===1/0?(m=isNaN(value)?1:0,e=eMax):(e=Math.floor(Math.log(value)/Math.LN2),value*(c=Math.pow(2,-e))<1&&(e--,c*=2),e+eBias>=1?value+=rt/c:value+=rt*Math.pow(2,1-eBias),value*c>=2&&(e++,c/=2),e+eBias>=eMax?(m=0,e=eMax):e+eBias>=1?(m=(value*c-1)*Math.pow(2,mLen),e=e+eBias):(m=value*Math.pow(2,eBias-1)*Math.pow(2,mLen),e=0));mLen>=8;buffer[offset+i]=m&255,i+=d,m/=256,mLen-=8);for(e=e<<mLen|m,eLen+=mLen;eLen>0;buffer[offset+i]=e&255,i+=d,e/=256,eLen-=8);buffer[offset+i-d]|=s*128}}});var require_buffer=__commonJS({"node_modules/node-stdlib-browser/node_modules/buffer/index.js"(exports){"use strict";init_define_process_env();init_shim();var base64=require_base64_js(),ieee754=require_ieee754(),customInspectSymbol=typeof Symbol=="function"&&typeof Symbol.for=="function"?Symbol.for("nodejs.util.inspect.custom"):null;exports.Buffer=Buffer3;exports.SlowBuffer=SlowBuffer;exports.INSPECT_MAX_BYTES=50;var K_MAX_LENGTH=2147483647;exports.kMaxLength=K_MAX_LENGTH;Buffer3.TYPED_ARRAY_SUPPORT=typedArraySupport();!Buffer3.TYPED_ARRAY_SUPPORT&&typeof console<"u"&&typeof console.error=="function"&&console.error("This browser lacks typed array (Uint8Array) support which is required by `buffer` v5.x. Use `buffer` v4.x if you require old browser support.");function typedArraySupport(){try{var arr=new Uint8Array(1),proto={foo:function(){return 42}};return Object.setPrototypeOf(proto,Uint8Array.prototype),Object.setPrototypeOf(arr,proto),arr.foo()===42}catch(e){return!1}}Object.defineProperty(Buffer3.prototype,"parent",{enumerable:!0,get:function(){if(Buffer3.isBuffer(this))return this.buffer}});Object.defineProperty(Buffer3.prototype,"offset",{enumerable:!0,get:function(){if(Buffer3.isBuffer(this))return this.byteOffset}});function createBuffer(length){if(length>K_MAX_LENGTH)throw new RangeError('The value "'+length+'" is invalid for option "size"');var buf=new Uint8Array(length);return Object.setPrototypeOf(buf,Buffer3.prototype),buf}function Buffer3(arg,encodingOrOffset,length){if(typeof arg=="number"){if(typeof encodingOrOffset=="string")throw new TypeError('The "string" argument must be of type string. Received type number');return allocUnsafe(arg)}return from(arg,encodingOrOffset,length)}Buffer3.poolSize=8192;function from(value,encodingOrOffset,length){if(typeof value=="string")return fromString(value,encodingOrOffset);if(ArrayBuffer.isView(value))return fromArrayView(value);if(value==null)throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof value);if(isInstance(value,ArrayBuffer)||value&&isInstance(value.buffer,ArrayBuffer)||typeof SharedArrayBuffer<"u"&&(isInstance(value,SharedArrayBuffer)||value&&isInstance(value.buffer,SharedArrayBuffer)))return fromArrayBuffer(value,encodingOrOffset,length);if(typeof value=="number")throw new TypeError('The "value" argument must not be of type number. Received type number');var valueOf=value.valueOf&&value.valueOf();if(valueOf!=null&&valueOf!==value)return Buffer3.from(valueOf,encodingOrOffset,length);var b=fromObject(value);if(b)return b;if(typeof Symbol<"u"&&Symbol.toPrimitive!=null&&typeof value[Symbol.toPrimitive]=="function")return Buffer3.from(value[Symbol.toPrimitive]("string"),encodingOrOffset,length);throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof value)}Buffer3.from=function(value,encodingOrOffset,length){return from(value,encodingOrOffset,length)};Object.setPrototypeOf(Buffer3.prototype,Uint8Array.prototype);Object.setPrototypeOf(Buffer3,Uint8Array);function assertSize(size){if(typeof size!="number")throw new TypeError('"size" argument must be of type number');if(size<0)throw new RangeError('The value "'+size+'" is invalid for option "size"')}function alloc(size,fill,encoding){return assertSize(size),size<=0?createBuffer(size):fill!==void 0?typeof encoding=="string"?createBuffer(size).fill(fill,encoding):createBuffer(size).fill(fill):createBuffer(size)}Buffer3.alloc=function(size,fill,encoding){return alloc(size,fill,encoding)};function allocUnsafe(size){return assertSize(size),createBuffer(size<0?0:checked(size)|0)}Buffer3.allocUnsafe=function(size){return allocUnsafe(size)};Buffer3.allocUnsafeSlow=function(size){return allocUnsafe(size)};function fromString(string,encoding){if((typeof encoding!="string"||encoding==="")&&(encoding="utf8"),!Buffer3.isEncoding(encoding))throw new TypeError("Unknown encoding: "+encoding);var length=byteLength(string,encoding)|0,buf=createBuffer(length),actual=buf.write(string,encoding);return actual!==length&&(buf=buf.slice(0,actual)),buf}function fromArrayLike(array){for(var length=array.length<0?0:checked(array.length)|0,buf=createBuffer(length),i=0;i<length;i+=1)buf[i]=array[i]&255;return buf}function fromArrayView(arrayView){if(isInstance(arrayView,Uint8Array)){var copy=new Uint8Array(arrayView);return fromArrayBuffer(copy.buffer,copy.byteOffset,copy.byteLength)}return fromArrayLike(arrayView)}function fromArrayBuffer(array,byteOffset,length){if(byteOffset<0||array.byteLength<byteOffset)throw new RangeError('"offset" is outside of buffer bounds');if(array.byteLength<byteOffset+(length||0))throw new RangeError('"length" is outside of buffer bounds');var buf;return byteOffset===void 0&&length===void 0?buf=new Uint8Array(array):length===void 0?buf=new Uint8Array(array,byteOffset):buf=new Uint8Array(array,byteOffset,length),Object.setPrototypeOf(buf,Buffer3.prototype),buf}function fromObject(obj){if(Buffer3.isBuffer(obj)){var len=checked(obj.length)|0,buf=createBuffer(len);return buf.length===0||obj.copy(buf,0,0,len),buf}if(obj.length!==void 0)return typeof obj.length!="number"||numberIsNaN(obj.length)?createBuffer(0):fromArrayLike(obj);if(obj.type==="Buffer"&&Array.isArray(obj.data))return fromArrayLike(obj.data)}function checked(length){if(length>=K_MAX_LENGTH)throw new RangeError("Attempt to allocate Buffer larger than maximum size: 0x"+K_MAX_LENGTH.toString(16)+" bytes");return length|0}function SlowBuffer(length){return+length!=length&&(length=0),Buffer3.alloc(+length)}Buffer3.isBuffer=function(b){return b!=null&&b._isBuffer===!0&&b!==Buffer3.prototype};Buffer3.compare=function(a,b){if(isInstance(a,Uint8Array)&&(a=Buffer3.from(a,a.offset,a.byteLength)),isInstance(b,Uint8Array)&&(b=Buffer3.from(b,b.offset,b.byteLength)),!Buffer3.isBuffer(a)||!Buffer3.isBuffer(b))throw new TypeError('The "buf1", "buf2" arguments must be one of type Buffer or Uint8Array');if(a===b)return 0;for(var x=a.length,y=b.length,i=0,len=Math.min(x,y);i<len;++i)if(a[i]!==b[i]){x=a[i],y=b[i];break}return x<y?-1:y<x?1:0};Buffer3.isEncoding=function(encoding){switch(String(encoding).toLowerCase()){case"hex":case"utf8":case"utf-8":case"ascii":case"latin1":case"binary":case"base64":case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return!0;default:return!1}};Buffer3.concat=function(list,length){if(!Array.isArray(list))throw new TypeError('"list" argument must be an Array of Buffers');if(list.length===0)return Buffer3.alloc(0);var i;if(length===void 0)for(length=0,i=0;i<list.length;++i)length+=list[i].length;var buffer=Buffer3.allocUnsafe(length),pos=0;for(i=0;i<list.length;++i){var buf=list[i];if(isInstance(buf,Uint8Array))pos+buf.length>buffer.length?Buffer3.from(buf).copy(buffer,pos):Uint8Array.prototype.set.call(buffer,buf,pos);else if(Buffer3.isBuffer(buf))buf.copy(buffer,pos);else throw new TypeError('"list" argument must be an Array of Buffers');pos+=buf.length}return buffer};function byteLength(string,encoding){if(Buffer3.isBuffer(string))return string.length;if(ArrayBuffer.isView(string)||isInstance(string,ArrayBuffer))return string.byteLength;if(typeof string!="string")throw new TypeError('The "string" argument must be one of type string, Buffer, or ArrayBuffer. Received type '+typeof string);var len=string.length,mustMatch=arguments.length>2&&arguments[2]===!0;if(!mustMatch&&len===0)return 0;for(var loweredCase=!1;;)switch(encoding){case"ascii":case"latin1":case"binary":return len;case"utf8":case"utf-8":return utf8ToBytes(string).length;case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return len*2;case"hex":return len>>>1;case"base64":return base64ToBytes(string).length;default:if(loweredCase)return mustMatch?-1:utf8ToBytes(string).length;encoding=(""+encoding).toLowerCase(),loweredCase=!0}}Buffer3.byteLength=byteLength;function slowToString(encoding,start,end){var loweredCase=!1;if((start===void 0||start<0)&&(start=0),start>this.length||((end===void 0||end>this.length)&&(end=this.length),end<=0)||(end>>>=0,start>>>=0,end<=start))return"";for(encoding||(encoding="utf8");;)switch(encoding){case"hex":return hexSlice(this,start,end);case"utf8":case"utf-8":return utf8Slice(this,start,end);case"ascii":return asciiSlice(this,start,end);case"latin1":case"binary":return latin1Slice(this,start,end);case"base64":return base64Slice(this,start,end);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return utf16leSlice(this,start,end);default:if(loweredCase)throw new TypeError("Unknown encoding: "+encoding);encoding=(encoding+"").toLowerCase(),loweredCase=!0}}Buffer3.prototype._isBuffer=!0;function swap(b,n,m){var i=b[n];b[n]=b[m],b[m]=i}Buffer3.prototype.swap16=function(){var len=this.length;if(len%2!==0)throw new RangeError("Buffer size must be a multiple of 16-bits");for(var i=0;i<len;i+=2)swap(this,i,i+1);return this};Buffer3.prototype.swap32=function(){var len=this.length;if(len%4!==0)throw new RangeError("Buffer size must be a multiple of 32-bits");for(var i=0;i<len;i+=4)swap(this,i,i+3),swap(this,i+1,i+2);return this};Buffer3.prototype.swap64=function(){var len=this.length;if(len%8!==0)throw new RangeError("Buffer size must be a multiple of 64-bits");for(var i=0;i<len;i+=8)swap(this,i,i+7),swap(this,i+1,i+6),swap(this,i+2,i+5),swap(this,i+3,i+4);return this};Buffer3.prototype.toString=function(){var length=this.length;return length===0?"":arguments.length===0?utf8Slice(this,0,length):slowToString.apply(this,arguments)};Buffer3.prototype.toLocaleString=Buffer3.prototype.toString;Buffer3.prototype.equals=function(b){if(!Buffer3.isBuffer(b))throw new TypeError("Argument must be a Buffer");return this===b?!0:Buffer3.compare(this,b)===0};Buffer3.prototype.inspect=function(){var str="",max=exports.INSPECT_MAX_BYTES;return str=this.toString("hex",0,max).replace(/(.{2})/g,"$1 ").trim(),this.length>max&&(str+=" ... "),"<Buffer "+str+">"};customInspectSymbol&&(Buffer3.prototype[customInspectSymbol]=Buffer3.prototype.inspect);Buffer3.prototype.compare=function(target,start,end,thisStart,thisEnd){if(isInstance(target,Uint8Array)&&(target=Buffer3.from(target,target.offset,target.byteLength)),!Buffer3.isBuffer(target))throw new TypeError('The "target" argument must be one of type Buffer or Uint8Array. Received type '+typeof target);if(start===void 0&&(start=0),end===void 0&&(end=target?target.length:0),thisStart===void 0&&(thisStart=0),thisEnd===void 0&&(thisEnd=this.length),start<0||end>target.length||thisStart<0||thisEnd>this.length)throw new RangeError("out of range index");if(thisStart>=thisEnd&&start>=end)return 0;if(thisStart>=thisEnd)return-1;if(start>=end)return 1;if(start>>>=0,end>>>=0,thisStart>>>=0,thisEnd>>>=0,this===target)return 0;for(var x=thisEnd-thisStart,y=end-start,len=Math.min(x,y),thisCopy=this.slice(thisStart,thisEnd),targetCopy=target.slice(start,end),i=0;i<len;++i)if(thisCopy[i]!==targetCopy[i]){x=thisCopy[i],y=targetCopy[i];break}return x<y?-1:y<x?1:0};function bidirectionalIndexOf(buffer,val,byteOffset,encoding,dir){if(buffer.length===0)return-1;if(typeof byteOffset=="string"?(encoding=byteOffset,byteOffset=0):byteOffset>2147483647?byteOffset=2147483647:byteOffset<-2147483648&&(byteOffset=-2147483648),byteOffset=+byteOffset,numberIsNaN(byteOffset)&&(byteOffset=dir?0:buffer.length-1),byteOffset<0&&(byteOffset=buffer.length+byteOffset),byteOffset>=buffer.length){if(dir)return-1;byteOffset=buffer.length-1}else if(byteOffset<0)if(dir)byteOffset=0;else return-1;if(typeof val=="string"&&(val=Buffer3.from(val,encoding)),Buffer3.isBuffer(val))return val.length===0?-1:arrayIndexOf(buffer,val,byteOffset,encoding,dir);if(typeof val=="number")return val=val&255,typeof Uint8Array.prototype.indexOf=="function"?dir?Uint8Array.prototype.indexOf.call(buffer,val,byteOffset):Uint8Array.prototype.lastIndexOf.call(buffer,val,byteOffset):arrayIndexOf(buffer,[val],byteOffset,encoding,dir);throw new TypeError("val must be string, number or Buffer")}function arrayIndexOf(arr,val,byteOffset,encoding,dir){var indexSize=1,arrLength=arr.length,valLength=val.length;if(encoding!==void 0&&(encoding=String(encoding).toLowerCase(),encoding==="ucs2"||encoding==="ucs-2"||encoding==="utf16le"||encoding==="utf-16le")){if(arr.length<2||val.length<2)return-1;indexSize=2,arrLength/=2,valLength/=2,byteOffset/=2}function read(buf,i2){return indexSize===1?buf[i2]:buf.readUInt16BE(i2*indexSize)}var i;if(dir){var foundIndex=-1;for(i=byteOffset;i<arrLength;i++)if(read(arr,i)===read(val,foundIndex===-1?0:i-foundIndex)){if(foundIndex===-1&&(foundIndex=i),i-foundIndex+1===valLength)return foundIndex*indexSize}else foundIndex!==-1&&(i-=i-foundIndex),foundIndex=-1}else for(byteOffset+valLength>arrLength&&(byteOffset=arrLength-valLength),i=byteOffset;i>=0;i--){for(var found=!0,j=0;j<valLength;j++)if(read(arr,i+j)!==read(val,j)){found=!1;break}if(found)return i}return-1}Buffer3.prototype.includes=function(val,byteOffset,encoding){return this.indexOf(val,byteOffset,encoding)!==-1};Buffer3.prototype.indexOf=function(val,byteOffset,encoding){return bidirectionalIndexOf(this,val,byteOffset,encoding,!0)};Buffer3.prototype.lastIndexOf=function(val,byteOffset,encoding){return bidirectionalIndexOf(this,val,byteOffset,encoding,!1)};function hexWrite(buf,string,offset,length){offset=Number(offset)||0;var remaining=buf.length-offset;length?(length=Number(length),length>remaining&&(length=remaining)):length=remaining;var strLen=string.length;length>strLen/2&&(length=strLen/2);for(var i=0;i<length;++i){var parsed=parseInt(string.substr(i*2,2),16);if(numberIsNaN(parsed))return i;buf[offset+i]=parsed}return i}function utf8Write(buf,string,offset,length){return blitBuffer(utf8ToBytes(string,buf.length-offset),buf,offset,length)}function asciiWrite(buf,string,offset,length){return blitBuffer(asciiToBytes(string),buf,offset,length)}function base64Write(buf,string,offset,length){return blitBuffer(base64ToBytes(string),buf,offset,length)}function ucs2Write(buf,string,offset,length){return blitBuffer(utf16leToBytes(string,buf.length-offset),buf,offset,length)}Buffer3.prototype.write=function(string,offset,length,encoding){if(offset===void 0)encoding="utf8",length=this.length,offset=0;else if(length===void 0&&typeof offset=="string")encoding=offset,length=this.length,offset=0;else if(isFinite(offset))offset=offset>>>0,isFinite(length)?(length=length>>>0,encoding===void 0&&(encoding="utf8")):(encoding=length,length=void 0);else throw new Error("Buffer.write(string, encoding, offset[, length]) is no longer supported");var remaining=this.length-offset;if((length===void 0||length>remaining)&&(length=remaining),string.length>0&&(length<0||offset<0)||offset>this.length)throw new RangeError("Attempt to write outside buffer bounds");encoding||(encoding="utf8");for(var loweredCase=!1;;)switch(encoding){case"hex":return hexWrite(this,string,offset,length);case"utf8":case"utf-8":return utf8Write(this,string,offset,length);case"ascii":case"latin1":case"binary":return asciiWrite(this,string,offset,length);case"base64":return base64Write(this,string,offset,length);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return ucs2Write(this,string,offset,length);default:if(loweredCase)throw new TypeError("Unknown encoding: "+encoding);encoding=(""+encoding).toLowerCase(),loweredCase=!0}};Buffer3.prototype.toJSON=function(){return{type:"Buffer",data:Array.prototype.slice.call(this._arr||this,0)}};function base64Slice(buf,start,end){return start===0&&end===buf.length?base64.fromByteArray(buf):base64.fromByteArray(buf.slice(start,end))}function utf8Slice(buf,start,end){end=Math.min(buf.length,end);for(var res=[],i=start;i<end;){var firstByte=buf[i],codePoint=null,bytesPerSequence=firstByte>239?4:firstByte>223?3:firstByte>191?2:1;if(i+bytesPerSequence<=end){var secondByte,thirdByte,fourthByte,tempCodePoint;switch(bytesPerSequence){case 1:firstByte<128&&(codePoint=firstByte);break;case 2:secondByte=buf[i+1],(secondByte&192)===128&&(tempCodePoint=(firstByte&31)<<6|secondByte&63,tempCodePoint>127&&(codePoint=tempCodePoint));break;case 3:secondByte=buf[i+1],thirdByte=buf[i+2],(secondByte&192)===128&&(thirdByte&192)===128&&(tempCodePoint=(firstByte&15)<<12|(secondByte&63)<<6|thirdByte&63,tempCodePoint>2047&&(tempCodePoint<55296||tempCodePoint>57343)&&(codePoint=tempCodePoint));break;case 4:secondByte=buf[i+1],thirdByte=buf[i+2],fourthByte=buf[i+3],(secondByte&192)===128&&(thirdByte&192)===128&&(fourthByte&192)===128&&(tempCodePoint=(firstByte&15)<<18|(secondByte&63)<<12|(thirdByte&63)<<6|fourthByte&63,tempCodePoint>65535&&tempCodePoint<1114112&&(codePoint=tempCodePoint))}}codePoint===null?(codePoint=65533,bytesPerSequence=1):codePoint>65535&&(codePoint-=65536,res.push(codePoint>>>10&1023|55296),codePoint=56320|codePoint&1023),res.push(codePoint),i+=bytesPerSequence}return decodeCodePointsArray(res)}var MAX_ARGUMENTS_LENGTH=4096;function decodeCodePointsArray(codePoints){var len=codePoints.length;if(len<=MAX_ARGUMENTS_LENGTH)return String.fromCharCode.apply(String,codePoints);for(var res="",i=0;i<len;)res+=String.fromCharCode.apply(String,codePoints.slice(i,i+=MAX_ARGUMENTS_LENGTH));return res}function asciiSlice(buf,start,end){var ret="";end=Math.min(buf.length,end);for(var i=start;i<end;++i)ret+=String.fromCharCode(buf[i]&127);return ret}function latin1Slice(buf,start,end){var ret="";end=Math.min(buf.length,end);for(var i=start;i<end;++i)ret+=String.fromCharCode(buf[i]);return ret}function hexSlice(buf,start,end){var len=buf.length;(!start||start<0)&&(start=0),(!end||end<0||end>len)&&(end=len);for(var out="",i=start;i<end;++i)out+=hexSliceLookupTable[buf[i]];return out}function utf16leSlice(buf,start,end){for(var bytes=buf.slice(start,end),res="",i=0;i<bytes.length-1;i+=2)res+=String.fromCharCode(bytes[i]+bytes[i+1]*256);return res}Buffer3.prototype.slice=function(start,end){var len=this.length;start=~~start,end=end===void 0?len:~~end,start<0?(start+=len,start<0&&(start=0)):start>len&&(start=len),end<0?(end+=len,end<0&&(end=0)):end>len&&(end=len),end<start&&(end=start);var newBuf=this.subarray(start,end);return Object.setPrototypeOf(newBuf,Buffer3.prototype),newBuf};function checkOffset(offset,ext,length){if(offset%1!==0||offset<0)throw new RangeError("offset is not uint");if(offset+ext>length)throw new RangeError("Trying to access beyond buffer length")}Buffer3.prototype.readUintLE=Buffer3.prototype.readUIntLE=function(offset,byteLength2,noAssert){offset=offset>>>0,byteLength2=byteLength2>>>0,noAssert||checkOffset(offset,byteLength2,this.length);for(var val=this[offset],mul=1,i=0;++i<byteLength2&&(mul*=256);)val+=this[offset+i]*mul;return val};Buffer3.prototype.readUintBE=Buffer3.prototype.readUIntBE=function(offset,byteLength2,noAssert){offset=offset>>>0,byteLength2=byteLength2>>>0,noAssert||checkOffset(offset,byteLength2,this.length);for(var val=this[offset+--byteLength2],mul=1;byteLength2>0&&(mul*=256);)val+=this[offset+--byteLength2]*mul;return val};Buffer3.prototype.readUint8=Buffer3.prototype.readUInt8=function(offset,noAssert){return offset=offset>>>0,noAssert||checkOffset(offset,1,this.length),this[offset]};Buffer3.prototype.readUint16LE=Buffer3.prototype.readUInt16LE=function(offset,noAssert){return offset=offset>>>0,noAssert||checkOffset(offset,2,this.length),this[offset]|this[offset+1]<<8};Buffer3.prototype.readUint16BE=Buffer3.prototype.readUInt16BE=function(offset,noAssert){return offset=offset>>>0,noAssert||checkOffset(offset,2,this.length),this[offset]<<8|this[offset+1]};Buffer3.prototype.readUint32LE=Buffer3.prototype.readUInt32LE=function(offset,noAssert){return offset=offset>>>0,noAssert||checkOffset(offset,4,this.length),(this[offset]|this[offset+1]<<8|this[offset+2]<<16)+this[offset+3]*16777216};Buffer3.prototype.readUint32BE=Buffer3.prototype.readUInt32BE=function(offset,noAssert){return offset=offset>>>0,noAssert||checkOffset(offset,4,this.length),this[offset]*16777216+(this[offset+1]<<16|this[offset+2]<<8|this[offset+3])};Buffer3.prototype.readIntLE=function(offset,byteLength2,noAssert){offset=offset>>>0,byteLength2=byteLength2>>>0,noAssert||checkOffset(offset,byteLength2,this.length);for(var val=this[offset],mul=1,i=0;++i<byteLength2&&(mul*=256);)val+=this[offset+i]*mul;return mul*=128,val>=mul&&(val-=Math.pow(2,8*byteLength2)),val};Buffer3.prototype.readIntBE=function(offset,byteLength2,noAssert){offset=offset>>>0,byteLength2=byteLength2>>>0,noAssert||checkOffset(offset,byteLength2,this.length);for(var i=byteLength2,mul=1,val=this[offset+--i];i>0&&(mul*=256);)val+=this[offset+--i]*mul;return mul*=128,val>=mul&&(val-=Math.pow(2,8*byteLength2)),val};Buffer3.prototype.readInt8=function(offset,noAssert){return offset=offset>>>0,noAssert||checkOffset(offset,1,this.length),this[offset]&128?(255-this[offset]+1)*-1:this[offset]};Buffer3.prototype.readInt16LE=function(offset,noAssert){offset=offset>>>0,noAssert||checkOffset(offset,2,this.length);var val=this[offset]|this[offset+1]<<8;return val&32768?val|4294901760:val};Buffer3.prototype.readInt16BE=function(offset,noAssert){offset=offset>>>0,noAssert||checkOffset(offset,2,this.length);var val=this[offset+1]|this[offset]<<8;return val&32768?val|4294901760:val};Buffer3.prototype.readInt32LE=function(offset,noAssert){return offset=offset>>>0,noAssert||checkOffset(offset,4,this.length),this[offset]|this[offset+1]<<8|this[offset+2]<<16|this[offset+3]<<24};Buffer3.prototype.readInt32BE=function(offset,noAssert){return offset=offset>>>0,noAssert||checkOffset(offset,4,this.length),this[offset]<<24|this[offset+1]<<16|this[offset+2]<<8|this[offset+3]};Buffer3.prototype.readFloatLE=function(offset,noAssert){return offset=offset>>>0,noAssert||checkOffset(offset,4,this.length),ieee754.read(this,offset,!0,23,4)};Buffer3.prototype.readFloatBE=function(offset,noAssert){return offset=offset>>>0,noAssert||checkOffset(offset,4,this.length),ieee754.read(this,offset,!1,23,4)};Buffer3.prototype.readDoubleLE=function(offset,noAssert){return offset=offset>>>0,noAssert||checkOffset(offset,8,this.length),ieee754.read(this,offset,!0,52,8)};Buffer3.prototype.readDoubleBE=function(offset,noAssert){return offset=offset>>>0,noAssert||checkOffset(offset,8,this.length),ieee754.read(this,offset,!1,52,8)};function checkInt(buf,value,offset,ext,max,min){if(!Buffer3.isBuffer(buf))throw new TypeError('"buffer" argument must be a Buffer instance');if(value>max||value<min)throw new RangeError('"value" argument is out of bounds');if(offset+ext>buf.length)throw new RangeError("Index out of range")}Buffer3.prototype.writeUintLE=Buffer3.prototype.writeUIntLE=function(value,offset,byteLength2,noAssert){if(value=+value,offset=offset>>>0,byteLength2=byteLength2>>>0,!noAssert){var maxBytes=Math.pow(2,8*byteLength2)-1;checkInt(this,value,offset,byteLength2,maxBytes,0)}var mul=1,i=0;for(this[offset]=value&255;++i<byteLength2&&(mul*=256);)this[offset+i]=value/mul&255;return offset+byteLength2};Buffer3.prototype.writeUintBE=Buffer3.prototype.writeUIntBE=function(value,offset,byteLength2,noAssert){if(value=+value,offset=offset>>>0,byteLength2=byteLength2>>>0,!noAssert){var maxBytes=Math.pow(2,8*byteLength2)-1;checkInt(this,value,offset,byteLength2,maxBytes,0)}var i=byteLength2-1,mul=1;for(this[offset+i]=value&255;--i>=0&&(mul*=256);)this[offset+i]=value/mul&255;return offset+byteLength2};Buffer3.prototype.writeUint8=Buffer3.prototype.writeUInt8=function(value,offset,noAssert){return value=+value,offset=offset>>>0,noAssert||checkInt(this,value,offset,1,255,0),this[offset]=value&255,offset+1};Buffer3.prototype.writeUint16LE=Buffer3.prototype.writeUInt16LE=function(value,offset,noAssert){return value=+value,offset=offset>>>0,noAssert||checkInt(this,value,offset,2,65535,0),this[offset]=value&255,this[offset+1]=value>>>8,offset+2};Buffer3.prototype.writeUint16BE=Buffer3.prototype.writeUInt16BE=function(value,offset,noAssert){return value=+value,offset=offset>>>0,noAssert||checkInt(this,value,offset,2,65535,0),this[offset]=value>>>8,this[offset+1]=value&255,offset+2};Buffer3.prototype.writeUint32LE=Buffer3.prototype.writeUInt32LE=function(value,offset,noAssert){return value=+value,offset=offset>>>0,noAssert||checkInt(this,value,offset,4,4294967295,0),this[offset+3]=value>>>24,this[offset+2]=value>>>16,this[offset+1]=value>>>8,this[offset]=value&255,offset+4};Buffer3.prototype.writeUint32BE=Buffer3.prototype.writeUInt32BE=function(value,offset,noAssert){return value=+value,offset=offset>>>0,noAssert||checkInt(this,value,offset,4,4294967295,0),this[offset]=value>>>24,this[offset+1]=value>>>16,this[offset+2]=value>>>8,this[offset+3]=value&255,offset+4};Buffer3.prototype.writeIntLE=function(value,offset,byteLength2,noAssert){if(value=+value,offset=offset>>>0,!noAssert){var limit=Math.pow(2,8*byteLength2-1);checkInt(this,value,offset,byteLength2,limit-1,-limit)}var i=0,mul=1,sub=0;for(this[offset]=value&255;++i<byteLength2&&(mul*=256);)value<0&&sub===0&&this[offset+i-1]!==0&&(sub=1),this[offset+i]=(value/mul>>0)-sub&255;return offset+byteLength2};Buffer3.prototype.writeIntBE=function(value,offset,byteLength2,noAssert){if(value=+value,offset=offset>>>0,!noAssert){var limit=Math.pow(2,8*byteLength2-1);checkInt(this,value,offset,byteLength2,limit-1,-limit)}var i=byteLength2-1,mul=1,sub=0;for(this[offset+i]=value&255;--i>=0&&(mul*=256);)value<0&&sub===0&&this[offset+i+1]!==0&&(sub=1),this[offset+i]=(value/mul>>0)-sub&255;return offset+byteLength2};Buffer3.prototype.writeInt8=function(value,offset,noAssert){return value=+value,offset=offset>>>0,noAssert||checkInt(this,value,offset,1,127,-128),value<0&&(value=255+value+1),this[offset]=value&255,offset+1};Buffer3.prototype.writeInt16LE=function(value,offset,noAssert){return value=+value,offset=offset>>>0,noAssert||checkInt(this,value,offset,2,32767,-32768),this[offset]=value&255,this[offset+1]=value>>>8,offset+2};Buffer3.prototype.writeInt16BE=function(value,offset,noAssert){return value=+value,offset=offset>>>0,noAssert||checkInt(this,value,offset,2,32767,-32768),this[offset]=value>>>8,this[offset+1]=value&255,offset+2};Buffer3.prototype.writeInt32LE=function(value,offset,noAssert){return value=+value,offset=offset>>>0,noAssert||checkInt(this,value,offset,4,2147483647,-2147483648),this[offset]=value&255,this[offset+1]=value>>>8,this[offset+2]=value>>>16,this[offset+3]=value>>>24,offset+4};Buffer3.prototype.writeInt32BE=function(value,offset,noAssert){return value=+value,offset=offset>>>0,noAssert||checkInt(this,value,offset,4,2147483647,-2147483648),value<0&&(value=4294967295+value+1),this[offset]=value>>>24,this[offset+1]=value>>>16,this[offset+2]=value>>>8,this[offset+3]=value&255,offset+4};function checkIEEE754(buf,value,offset,ext,max,min){if(offset+ext>buf.length)throw new RangeError("Index out of range");if(offset<0)throw new RangeError("Index out of range")}function writeFloat(buf,value,offset,littleEndian,noAssert){return value=+value,offset=offset>>>0,noAssert||checkIEEE754(buf,value,offset,4,34028234663852886e22,-34028234663852886e22),ieee754.write(buf,value,offset,littleEndian,23,4),offset+4}Buffer3.prototype.writeFloatLE=function(value,offset,noAssert){return writeFloat(this,value,offset,!0,noAssert)};Buffer3.prototype.writeFloatBE=function(value,offset,noAssert){return writeFloat(this,value,offset,!1,noAssert)};function writeDouble(buf,value,offset,littleEndian,noAssert){return value=+value,offset=offset>>>0,noAssert||checkIEEE754(buf,value,offset,8,17976931348623157e292,-17976931348623157e292),ieee754.write(buf,value,offset,littleEndian,52,8),offset+8}Buffer3.prototype.writeDoubleLE=function(value,offset,noAssert){return writeDouble(this,value,offset,!0,noAssert)};Buffer3.prototype.writeDoubleBE=function(value,offset,noAssert){return writeDouble(this,value,offset,!1,noAssert)};Buffer3.prototype.copy=function(target,targetStart,start,end){if(!Buffer3.isBuffer(target))throw new TypeError("argument should be a Buffer");if(start||(start=0),!end&&end!==0&&(end=this.length),targetStart>=target.length&&(targetStart=target.length),targetStart||(targetStart=0),end>0&&end<start&&(end=start),end===start||target.length===0||this.length===0)return 0;if(targetStart<0)throw new RangeError("targetStart out of bounds");if(start<0||start>=this.length)throw new RangeError("Index out of range");if(end<0)throw new RangeError("sourceEnd out of bounds");end>this.length&&(end=this.length),target.length-targetStart<end-start&&(end=target.length-targetStart+start);var len=end-start;return this===target&&typeof Uint8Array.prototype.copyWithin=="function"?this.copyWithin(targetStart,start,end):Uint8Array.prototype.set.call(target,this.subarray(start,end),targetStart),len};Buffer3.prototype.fill=function(val,start,end,encoding){if(typeof val=="string"){if(typeof start=="string"?(encoding=start,start=0,end=this.length):typeof end=="string"&&(encoding=end,end=this.length),encoding!==void 0&&typeof encoding!="string")throw new TypeError("encoding must be a string");if(typeof encoding=="string"&&!Buffer3.isEncoding(encoding))throw new TypeError("Unknown encoding: "+encoding);if(val.length===1){var code=val.charCodeAt(0);(encoding==="utf8"&&code<128||encoding==="latin1")&&(val=code)}}else typeof val=="number"?val=val&255:typeof val=="boolean"&&(val=Number(val));if(start<0||this.length<start||this.length<end)throw new RangeError("Out of range index");if(end<=start)return this;start=start>>>0,end=end===void 0?this.length:end>>>0,val||(val=0);var i;if(typeof val=="number")for(i=start;i<end;++i)this[i]=val;else{var bytes=Buffer3.isBuffer(val)?val:Buffer3.from(val,encoding),len=bytes.length;if(len===0)throw new TypeError('The value "'+val+'" is invalid for argument "value"');for(i=0;i<end-start;++i)this[i+start]=bytes[i%len]}return this};var INVALID_BASE64_RE=/[^+/0-9A-Za-z-_]/g;function base64clean(str){if(str=str.split("=")[0],str=str.trim().replace(INVALID_BASE64_RE,""),str.length<2)return"";for(;str.length%4!==0;)str=str+"=";return str}function utf8ToBytes(string,units){units=units||1/0;for(var codePoint,length=string.length,leadSurrogate=null,bytes=[],i=0;i<length;++i){if(codePoint=string.charCodeAt(i),codePoint>55295&&codePoint<57344){if(!leadSurrogate){if(codePoint>56319){(units-=3)>-1&&bytes.push(239,191,189);continue}else if(i+1===length){(units-=3)>-1&&bytes.push(239,191,189);continue}leadSurrogate=codePoint;continue}if(codePoint<56320){(units-=3)>-1&&bytes.push(239,191,189),leadSurrogate=codePoint;continue}codePoint=(leadSurrogate-55296<<10|codePoint-56320)+65536}else leadSurrogate&&(units-=3)>-1&&bytes.push(239,191,189);if(leadSurrogate=null,codePoint<128){if((units-=1)<0)break;bytes.push(codePoint)}else if(codePoint<2048){if((units-=2)<0)break;bytes.push(codePoint>>6|192,codePoint&63|128)}else if(codePoint<65536){if((units-=3)<0)break;bytes.push(codePoint>>12|224,codePoint>>6&63|128,codePoint&63|128)}else if(codePoint<1114112){if((units-=4)<0)break;bytes.push(codePoint>>18|240,codePoint>>12&63|128,codePoint>>6&63|128,codePoint&63|128)}else throw new Error("Invalid code point")}return bytes}function asciiToBytes(str){for(var byteArray=[],i=0;i<str.length;++i)byteArray.push(str.charCodeAt(i)&255);return byteArray}function utf16leToBytes(str,units){for(var c,hi,lo,byteArray=[],i=0;i<str.length&&!((units-=2)<0);++i)c=str.charCodeAt(i),hi=c>>8,lo=c%256,byteArray.push(lo),byteArray.push(hi);return byteArray}function base64ToBytes(str){return base64.toByteArray(base64clean(str))}function blitBuffer(src,dst,offset,length){for(var i=0;i<length&&!(i+offset>=dst.length||i>=src.length);++i)dst[i+offset]=src[i];return i}function isInstance(obj,type){return obj instanceof type||obj!=null&&obj.constructor!=null&&obj.constructor.name!=null&&obj.constructor.name===type.name}function numberIsNaN(obj){return obj!==obj}var hexSliceLookupTable=function(){for(var alphabet="0123456789abcdef",table=new Array(256),i=0;i<16;++i)for(var i16=i*16,j=0;j<16;++j)table[i16+j]=alphabet[i]+alphabet[j];return table}()}});var require_browser=__commonJS({"node_modules/process/browser.js"(exports,module){init_define_process_env();init_shim();var process2=module.exports={},cachedSetTimeout,cachedClearTimeout;function defaultSetTimout(){throw new Error("setTimeout has not been defined")}function defaultClearTimeout(){throw new Error("clearTimeout has not been defined")}(function(){try{typeof setTimeout=="function"?cachedSetTimeout=setTimeout:cachedSetTimeout=defaultSetTimout}catch(e){cachedSetTimeout=defaultSetTimout}try{typeof clearTimeout=="function"?cachedClearTimeout=clearTimeout:cachedClearTimeout=defaultClearTimeout}catch(e){cachedClearTimeout=defaultClearTimeout}})();function runTimeout(fun){if(cachedSetTimeout===setTimeout)return setTimeout(fun,0);if((cachedSetTimeout===defaultSetTimout||!cachedSetTimeout)&&setTimeout)return cachedSetTimeout=setTimeout,setTimeout(fun,0);try{return cachedSetTimeout(fun,0)}catch(e){try{return cachedSetTimeout.call(null,fun,0)}catch(e2){return cachedSetTimeout.call(this,fun,0)}}}function runClearTimeout(marker){if(cachedClearTimeout===clearTimeout)return clearTimeout(marker);if((cachedClearTimeout===defaultClearTimeout||!cachedClearTimeout)&&clearTimeout)return cachedClearTimeout=clearTimeout,clearTimeout(marker);try{return cachedClearTimeout(marker)}catch(e){try{return cachedClearTimeout.call(null,marker)}catch(e2){return cachedClearTimeout.call(this,marker)}}}var queue=[],draining=!1,currentQueue,queueIndex=-1;function cleanUpNextTick(){!draining||!currentQueue||(draining=!1,currentQueue.length?queue=currentQueue.concat(queue):queueIndex=-1,queue.length&&drainQueue())}function drainQueue(){if(!draining){var timeout=runTimeout(cleanUpNextTick);draining=!0;for(var len=queue.length;len;){for(currentQueue=queue,queue=[];++queueIndex<len;)currentQueue&&currentQueue[queueIndex].run();queueIndex=-1,len=queue.length}currentQueue=null,draining=!1,runClearTimeout(timeout)}}process2.nextTick=function(fun){var args=new Array(arguments.length-1);if(arguments.length>1)for(var i=1;i<arguments.length;i++)args[i-1]=arguments[i];queue.push(new Item(fun,args)),queue.length===1&&!draining&&runTimeout(drainQueue)};function Item(fun,array){this.fun=fun,this.array=array}Item.prototype.run=function(){this.fun.apply(null,this.array)};process2.title="browser";process2.browser=!0;process2.env={};process2.argv=[];process2.version="";process2.versions={};function noop(){}process2.on=noop;process2.addListener=noop;process2.once=noop;process2.off=noop;process2.removeListener=noop;process2.removeAllListeners=noop;process2.emit=noop;process2.prependListener=noop;process2.prependOnceListener=noop;process2.listeners=function(name){return[]};process2.binding=function(name){throw new Error("process.binding is not supported")};process2.cwd=function(){return"/"};process2.chdir=function(dir){throw new Error("process.chdir is not supported")};process2.umask=function(){return 0}}});var import_buffer,import_process,_globalThis,init_shim=__esm({"node_modules/node-stdlib-browser/helpers/esbuild/shim.js"(){import_buffer=__toESM(require_buffer()),import_process=__toESM(require_browser()),_globalThis=function(Object2){function get(){var _global3=this||self;return delete Object2.prototype.__magic__,_global3}if(typeof globalThis=="object")return globalThis;if(this)return get();Object2.defineProperty(Object2.prototype,"__magic__",{configurable:!0,get});var _global2=__magic__;return _global2}(Object)}});var require_fails=__commonJS({"node_modules/core-js/internals/fails.js"(exports,module){"use strict";init_define_process_env();init_shim();module.exports=function(exec){try{return!!exec()}catch(error){return!0}}}});var require_function_bind_native=__commonJS({"node_modules/core-js/internals/function-bind-native.js"(exports,module){"use strict";init_define_process_env();init_shim();var fails=require_fails();module.exports=!fails(function(){var test=(function(){}).bind();return typeof test!="function"||test.hasOwnProperty("prototype")})}});var require_function_uncurry_this=__commonJS({"node_modules/core-js/internals/function-uncurry-this.js"(exports,module){"use strict";init_define_process_env();init_shim();var NATIVE_BIND=require_function_bind_native(),FunctionPrototype=Function.prototype,call=FunctionPrototype.call,uncurryThisWithBind=NATIVE_BIND&&FunctionPrototype.bind.bind(call,call);module.exports=NATIVE_BIND?uncurryThisWithBind:function(fn){return function(){return call.apply(fn,arguments)}}}});var require_classof_raw=__commonJS({"node_modules/core-js/internals/classof-raw.js"(exports,module){"use strict";init_define_process_env();init_shim();var uncurryThis=require_function_uncurry_this(),toString=uncurryThis({}.toString),stringSlice=uncurryThis("".slice);module.exports=function(it){return stringSlice(toString(it),8,-1)}}});var require_indexed_object=__commonJS({"node_modules/core-js/internals/indexed-object.js"(exports,module){"use strict";init_define_process_env();init_shim();var uncurryThis=require_function_uncurry_this(),fails=require_fails(),classof=require_classof_raw(),$Object=Object,split=uncurryThis("".split);module.exports=fails(function(){return!$Object("z").propertyIsEnumerable(0)})?function(it){return classof(it)==="String"?split(it,""):$Object(it)}:$Object}});var require_is_null_or_undefined=__commonJS({"node_modules/core-js/internals/is-null-or-undefined.js"(exports,module){"use strict";init_define_process_env();init_shim();module.exports=function(it){return it==null}}});var require_require_object_coercible=__commonJS({"node_modules/core-js/internals/require-object-coercible.js"(exports,module){"use strict";init_define_process_env();init_shim();var isNullOrUndefined=require_is_null_or_undefined(),$TypeError=TypeError;module.exports=function(it){if(isNullOrUndefined(it))throw new $TypeError("Can't call method on "+it);return it}}});var require_to_indexed_object=__commonJS({"node_modules/core-js/internals/to-indexed-object.js"(exports,module){"use strict";init_define_process_env();init_shim();var IndexedObject=require_indexed_object(),requireObjectCoercible=require_require_object_coercible();module.exports=function(it){return IndexedObject(requireObjectCoercible(it))}}});var require_global=__commonJS({"node_modules/core-js/internals/global.js"(exports,module){"use strict";init_define_process_env();init_shim();var check=function(it){return it&&it.Math===Math&&it};module.exports=check(typeof globalThis=="object"&&globalThis)||check(typeof window=="object"&&window)||check(typeof self=="object"&&self)||check(typeof window=="object"&&window)||check(typeof exports=="object"&&exports)||function(){return this}()||Function("return this")()}});var require_is_pure=__commonJS({"node_modules/core-js/internals/is-pure.js"(exports,module){"use strict";init_define_process_env();init_shim();module.exports=!1}});var require_define_global_property=__commonJS({"node_modules/core-js/internals/define-global-property.js"(exports,module){"use strict";init_define_process_env();init_shim();var global=require_global(),defineProperty=Object.defineProperty;module.exports=function(key,value){try{defineProperty(global,key,{value,configurable:!0,writable:!0})}catch(error){global[key]=value}return value}}});var require_shared_store=__commonJS({"node_modules/core-js/internals/shared-store.js"(exports,module){"use strict";init_define_process_env();init_shim();var global=require_global(),defineGlobalProperty=require_define_global_property(),SHARED="__core-js_shared__",store=global[SHARED]||defineGlobalProperty(SHARED,{});module.exports=store}});var require_shared=__commonJS({"node_modules/core-js/internals/shared.js"(exports,module){"use strict";init_define_process_env();init_shim();var IS_PURE=require_is_pure(),store=require_shared_store();(module.exports=function(key,value){return store[key]||(store[key]=value!==void 0?value:{})})("versions",[]).push({version:"3.35.1",mode:IS_PURE?"pure":"global",copyright:"\xA9 2014-2024 Denis Pushkarev (zloirock.ru)",license:"https://github.com/zloirock/core-js/blob/v3.35.1/LICENSE",source:"https://github.com/zloirock/core-js"})}});var require_to_object=__commonJS({"node_modules/core-js/internals/to-object.js"(exports,module){"use strict";init_define_process_env();init_shim();var requireObjectCoercible=require_require_object_coercible(),$Object=Object;module.exports=function(argument){return $Object(requireObjectCoercible(argument))}}});var require_has_own_property=__commonJS({"node_modules/core-js/internals/has-own-property.js"(exports,module){"use strict";init_define_process_env();init_shim();var uncurryThis=require_function_uncurry_this(),toObject=require_to_object(),hasOwnProperty=uncurryThis({}.hasOwnProperty);module.exports=Object.hasOwn||function(it,key){return hasOwnProperty(toObject(it),key)}}});var require_uid=__commonJS({"node_modules/core-js/internals/uid.js"(exports,module){"use strict";init_define_process_env();init_shim();var uncurryThis=require_function_uncurry_this(),id=0,postfix=Math.random(),toString=uncurryThis(1 .toString);module.exports=function(key){return"Symbol("+(key===void 0?"":key)+")_"+toString(++id+postfix,36)}}});var require_engine_user_agent=__commonJS({"node_modules/core-js/internals/engine-user-agent.js"(exports,module){"use strict";init_define_process_env();init_shim();module.exports=typeof navigator<"u"&&String(navigator.userAgent)||""}});var require_engine_v8_version=__commonJS({"node_modules/core-js/internals/engine-v8-version.js"(exports,module){"use strict";init_define_process_env();init_shim();var global=require_global(),userAgent=require_engine_user_agent(),process2=global.process,Deno=global.Deno,versions=process2&&process2.versions||Deno&&Deno.version,v8=versions&&versions.v8,match,version;v8&&(match=v8.split("."),version=match[0]>0&&match[0]<4?1:+(match[0]+match[1]));!version&&userAgent&&(match=userAgent.match(/Edge\/(\d+)/),(!match||match[1]>=74)&&(match=userAgent.match(/Chrome\/(\d+)/),match&&(version=+match[1])));module.exports=version}});var require_symbol_constructor_detection=__commonJS({"node_modules/core-js/internals/symbol-constructor-detection.js"(exports,module){"use strict";init_define_process_env();init_shim();var V8_VERSION=require_engine_v8_version(),fails=require_fails(),global=require_global(),$String=global.String;module.exports=!!Object.getOwnPropertySymbols&&!fails(function(){var symbol=Symbol("symbol detection");return!$String(symbol)||!(Object(symbol)instanceof Symbol)||!Symbol.sham&&V8_VERSION&&V8_VERSION<41})}});var require_use_symbol_as_uid=__commonJS({"node_modules/core-js/internals/use-symbol-as-uid.js"(exports,module){"use strict";init_define_process_env();init_shim();var NATIVE_SYMBOL=require_symbol_constructor_detection();module.exports=NATIVE_SYMBOL&&!Symbol.sham&&typeof Symbol.iterator=="symbol"}});var require_well_known_symbol=__commonJS({"node_modules/core-js/internals/well-known-symbol.js"(exports,module){"use strict";init_define_process_env();init_shim();var global=require_global(),shared=require_shared(),hasOwn=require_has_own_property(),uid=require_uid(),NATIVE_SYMBOL=require_symbol_constructor_detection(),USE_SYMBOL_AS_UID=require_use_symbol_as_uid(),Symbol2=global.Symbol,WellKnownSymbolsStore=shared("wks"),createWellKnownSymbol=USE_SYMBOL_AS_UID?Symbol2.for||Symbol2:Symbol2&&Symbol2.withoutSetter||uid;module.exports=function(name){return hasOwn(WellKnownSymbolsStore,name)||(WellKnownSymbolsStore[name]=NATIVE_SYMBOL&&hasOwn(Symbol2,name)?Symbol2[name]:createWellKnownSymbol("Symbol."+name)),WellKnownSymbolsStore[name]}}});var require_is_callable=__commonJS({"node_modules/core-js/internals/is-callable.js"(exports,module){"use strict";init_define_process_env();init_shim();var documentAll=typeof document=="object"&&document.all;module.exports=typeof documentAll>"u"&&documentAll!==void 0?function(argument){return typeof argument=="function"||argument===documentAll}:function(argument){return typeof argument=="function"}}});var require_is_object=__commonJS({"node_modules/core-js/internals/is-object.js"(exports,module){"use strict";init_define_process_env();init_shim();var isCallable=require_is_callable();module.exports=function(it){return typeof it=="object"?it!==null:isCallable(it)}}});var require_an_object=__commonJS({"node_modules/core-js/internals/an-object.js"(exports,module){"use strict";init_define_process_env();init_shim();var isObject=require_is_object(),$String=String,$TypeError=TypeError;module.exports=function(argument){if(isObject(argument))return argument;throw new $TypeError($String(argument)+" is not an object")}}});var require_descriptors=__commonJS({"node_modules/core-js/internals/descriptors.js"(exports,module){"use strict";init_define_process_env();init_shim();var fails=require_fails();module.exports=!fails(function(){return Object.defineProperty({},1,{get:function(){return 7}})[1]!==7})}});var require_v8_prototype_define_bug=__commonJS({"node_modules/core-js/internals/v8-prototype-define-bug.js"(exports,module){"use strict";init_define_process_env();init_shim();var DESCRIPTORS=require_descriptors(),fails=require_fails();module.exports=DESCRIPTORS&&fails(function(){return Object.defineProperty(function(){},"prototype",{value:42,writable:!1}).prototype!==42})}});var require_document_create_element=__commonJS({"node_modules/core-js/internals/document-create-element.js"(exports,module){"use strict";init_define_process_env();init_shim();var global=require_global(),isObject=require_is_object(),document2=global.document,EXISTS=isObject(document2)&&isObject(document2.createElement);module.exports=function(it){return EXISTS?document2.createElement(it):{}}}});var require_ie8_dom_define=__commonJS({"node_modules/core-js/internals/ie8-dom-define.js"(exports,module){"use strict";init_define_process_env();init_shim();var DESCRIPTORS=require_descriptors(),fails=require_fails(),createElement=require_document_create_element();module.exports=!DESCRIPTORS&&!fails(function(){return Object.defineProperty(createElement("div"),"a",{get:function(){return 7}}).a!==7})}});var require_function_call=__commonJS({"node_modules/core-js/internals/function-call.js"(exports,module){"use strict";init_define_process_env();init_shim();var NATIVE_BIND=require_function_bind_native(),call=Function.prototype.call;module.exports=NATIVE_BIND?call.bind(call):function(){return call.apply(call,arguments)}}});var require_get_built_in=__commonJS({"node_modules/core-js/internals/get-built-in.js"(exports,module){"use strict";init_define_process_env();init_shim();var global=require_global(),isCallable=require_is_callable(),aFunction=function(argument){return isCallable(argument)?argument:void 0};module.exports=function(namespace,method){return arguments.length<2?aFunction(global[namespace]):global[namespace]&&global[namespace][method]}}});var require_object_is_prototype_of=__commonJS({"node_modules/core-js/internals/object-is-prototype-of.js"(exports,module){"use strict";init_define_process_env();init_shim();var uncurryThis=require_function_uncurry_this();module.exports=uncurryThis({}.isPrototypeOf)}});var require_is_symbol=__commonJS({"node_modules/core-js/internals/is-symbol.js"(exports,module){"use strict";init_define_process_env();init_shim();var getBuiltIn=require_get_built_in(),isCallable=require_is_callable(),isPrototypeOf=require_object_is_prototype_of(),USE_SYMBOL_AS_UID=require_use_symbol_as_uid(),$Object=Object;module.exports=USE_SYMBOL_AS_UID?function(it){return typeof it=="symbol"}:function(it){var $Symbol=getBuiltIn("Symbol");return isCallable($Symbol)&&isPrototypeOf($Symbol.prototype,$Object(it))}}});var require_try_to_string=__commonJS({"node_modules/core-js/internals/try-to-string.js"(exports,module){"use strict";init_define_process_env();init_shim();var $String=String;module.exports=function(argument){try{return $String(argument)}catch(error){return"Object"}}}});var require_a_callable=__commonJS({"node_modules/core-js/internals/a-callable.js"(exports,module){"use strict";init_define_process_env();init_shim();var isCallable=require_is_callable(),tryToString=require_try_to_string(),$TypeError=TypeError;module.exports=function(argument){if(isCallable(argument))return argument;throw new $TypeError(tryToString(argument)+" is not a function")}}});var require_get_method=__commonJS({"node_modules/core-js/internals/get-method.js"(exports,module){"use strict";init_define_process_env();init_shim();var aCallable=require_a_callable(),isNullOrUndefined=require_is_null_or_undefined();module.exports=function(V,P){var func=V[P];return isNullOrUndefined(func)?void 0:aCallable(func)}}});var require_ordinary_to_primitive=__commonJS({"node_modules/core-js/internals/ordinary-to-primitive.js"(exports,module){"use strict";init_define_process_env();init_shim();var call=require_function_call(),isCallable=require_is_callable(),isObject=require_is_object(),$TypeError=TypeError;module.exports=function(input,pref){var fn,val;if(pref==="string"&&isCallable(fn=input.toString)&&!isObject(val=call(fn,input))||isCallable(fn=input.valueOf)&&!isObject(val=call(fn,input))||pref!=="string"&&isCallable(fn=input.toString)&&!isObject(val=call(fn,input)))return val;throw new $TypeError("Can't convert object to primitive value")}}});var require_to_primitive=__commonJS({"node_modules/core-js/internals/to-primitive.js"(exports,module){"use strict";init_define_process_env();init_shim();var call=require_function_call(),isObject=require_is_object(),isSymbol=require_is_symbol(),getMethod=require_get_method(),ordinaryToPrimitive=require_ordinary_to_primitive(),wellKnownSymbol=require_well_known_symbol(),$TypeError=TypeError,TO_PRIMITIVE=wellKnownSymbol("toPrimitive");module.exports=function(input,pref){if(!isObject(input)||isSymbol(input))return input;var exoticToPrim=getMethod(input,TO_PRIMITIVE),result;if(exoticToPrim){if(pref===void 0&&(pref="default"),result=call(exoticToPrim,input,pref),!isObject(result)||isSymbol(result))return result;throw new $TypeError("Can't convert object to primitive value")}return pref===void 0&&(pref="number"),ordinaryToPrimitive(input,pref)}}});var require_to_property_key=__commonJS({"node_modules/core-js/internals/to-property-key.js"(exports,module){"use strict";init_define_process_env();init_shim();var toPrimitive=require_to_primitive(),isSymbol=require_is_symbol();module.exports=function(argument){var key=toPrimitive(argument,"string");return isSymbol(key)?key:key+""}}});var require_object_define_property=__commonJS({"node_modules/core-js/internals/object-define-property.js"(exports){"use strict";init_define_process_env();init_shim();var DESCRIPTORS=require_descriptors(),IE8_DOM_DEFINE=require_ie8_dom_define(),V8_PROTOTYPE_DEFINE_BUG=require_v8_prototype_define_bug(),anObject=require_an_object(),toPropertyKey=require_to_property_key(),$TypeError=TypeError,$defineProperty=Object.defineProperty,$getOwnPropertyDescriptor=Object.getOwnPropertyDescriptor,ENUMERABLE="enumerable",CONFIGURABLE="configurable",WRITABLE="writable";exports.f=DESCRIPTORS?V8_PROTOTYPE_DEFINE_BUG?function(O,P,Attributes){if(anObject(O),P=toPropertyKey(P),anObject(Attributes),typeof O=="function"&&P==="prototype"&&"value"in Attributes&&WRITABLE in Attributes&&!Attributes[WRITABLE]){var current=$getOwnPropertyDescriptor(O,P);current&&current[WRITABLE]&&(O[P]=Attributes.value,Attributes={configurable:CONFIGURABLE in Attributes?Attributes[CONFIGURABLE]:current[CONFIGURABLE],enumerable:ENUMERABLE in Attributes?Attributes[ENUMERABLE]:current[ENUMERABLE],writable:!1})}return $defineProperty(O,P,Attributes)}:$defineProperty:function(O,P,Attributes){if(anObject(O),P=toPropertyKey(P),anObject(Attributes),IE8_DOM_DEFINE)try{return $defineProperty(O,P,Attributes)}catch(error){}if("get"in Attributes||"set"in Attributes)throw new $TypeError("Accessors not supported");return"value"in Attributes&&(O[P]=Attributes.value),O}}});var require_math_trunc=__commonJS({"node_modules/core-js/internals/math-trunc.js"(exports,module){"use strict";init_define_process_env();init_shim();var ceil=Math.ceil,floor=Math.floor;module.exports=Math.trunc||function(x){var n=+x;return(n>0?floor:ceil)(n)}}});var require_to_integer_or_infinity=__commonJS({"node_modules/core-js/internals/to-integer-or-infinity.js"(exports,module){"use strict";init_define_process_env();init_shim();var trunc=require_math_trunc();module.exports=function(argument){var number=+argument;return number!==number||number===0?0:trunc(number)}}});var require_to_absolute_index=__commonJS({"node_modules/core-js/internals/to-absolute-index.js"(exports,module){"use strict";init_define_process_env();init_shim();var toIntegerOrInfinity=require_to_integer_or_infinity(),max=Math.max,min=Math.min;module.exports=function(index,length){var integer=toIntegerOrInfinity(index);return integer<0?max(integer+length,0):min(integer,length)}}});var require_to_length=__commonJS({"node_modules/core-js/internals/to-length.js"(exports,module){"use strict";init_define_process_env();init_shim();var toIntegerOrInfinity=require_to_integer_or_infinity(),min=Math.min;module.exports=function(argument){var len=toIntegerOrInfinity(argument);return len>0?min(len,9007199254740991):0}}});var require_length_of_array_like=__commonJS({"node_modules/core-js/internals/length-of-array-like.js"(exports,module){"use strict";init_define_process_env();init_shim();var toLength=require_to_length();module.exports=function(obj){return toLength(obj.length)}}});var require_array_includes=__commonJS({"node_modules/core-js/internals/array-includes.js"(exports,module){"use strict";init_define_process_env();init_shim();var toIndexedObject=require_to_indexed_object(),toAbsoluteIndex=require_to_absolute_index(),lengthOfArrayLike=require_length_of_array_like(),createMethod=function(IS_INCLUDES){return function($this,el,fromIndex){var O=toIndexedObject($this),length=lengthOfArrayLike(O),index=toAbsoluteIndex(fromIndex,length),value;if(IS_INCLUDES&&el!==el){for(;length>index;)if(value=O[index++],value!==value)return!0}else for(;length>index;index++)if((IS_INCLUDES||index in O)&&O[index]===el)return IS_INCLUDES||index||0;return!IS_INCLUDES&&-1}};module.exports={includes:createMethod(!0),indexOf:createMethod(!1)}}});var require_hidden_keys=__commonJS({"node_modules/core-js/internals/hidden-keys.js"(exports,module){"use strict";init_define_process_env();init_shim();module.exports={}}});var require_object_keys_internal=__commonJS({"node_modules/core-js/internals/object-keys-internal.js"(exports,module){"use strict";init_define_process_env();init_shim();var uncurryThis=require_function_uncurry_this(),hasOwn=require_has_own_property(),toIndexedObject=require_to_indexed_object(),indexOf=require_array_includes().indexOf,hiddenKeys=require_hidden_keys(),push=uncurryThis([].push);module.exports=function(object,names){var O=toIndexedObject(object),i=0,result=[],key;for(key in O)!hasOwn(hiddenKeys,key)&&hasOwn(O,key)&&push(result,key);for(;names.length>i;)hasOwn(O,key=names[i++])&&(~indexOf(result,key)||push(result,key));return result}}});var require_enum_bug_keys=__commonJS({"node_modules/core-js/internals/enum-bug-keys.js"(exports,module){"use strict";init_define_process_env();init_shim();module.exports=["constructor","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","toLocaleString","toString","valueOf"]}});var require_object_keys=__commonJS({"node_modules/core-js/internals/object-keys.js"(exports,module){"use strict";init_define_process_env();init_shim();var internalObjectKeys=require_object_keys_internal(),enumBugKeys=require_enum_bug_keys();module.exports=Object.keys||function(O){return internalObjectKeys(O,enumBugKeys)}}});var require_object_define_properties=__commonJS({"node_modules/core-js/internals/object-define-properties.js"(exports){"use strict";init_define_process_env();init_shim();var DESCRIPTORS=require_descriptors(),V8_PROTOTYPE_DEFINE_BUG=require_v8_prototype_define_bug(),definePropertyModule=require_object_define_property(),anObject=require_an_object(),toIndexedObject=require_to_indexed_object(),objectKeys=require_object_keys();exports.f=DESCRIPTORS&&!V8_PROTOTYPE_DEFINE_BUG?Object.defineProperties:function(O,Properties){anObject(O);for(var props=toIndexedObject(Properties),keys=objectKeys(Properties),length=keys.length,index=0,key;length>index;)definePropertyModule.f(O,key=keys[index++],props[key]);return O}}});var require_html=__commonJS({"node_modules/core-js/internals/html.js"(exports,module){"use strict";init_define_process_env();init_shim();var getBuiltIn=require_get_built_in();module.exports=getBuiltIn("document","documentElement")}});var require_shared_key=__commonJS({"node_modules/core-js/internals/shared-key.js"(exports,module){"use strict";init_define_process_env();init_shim();var shared=require_shared(),uid=require_uid(),keys=shared("keys");module.exports=function(key){return keys[key]||(keys[key]=uid(key))}}});var require_object_create=__commonJS({"node_modules/core-js/internals/object-create.js"(exports,module){"use strict";init_define_process_env();init_shim();var anObject=require_an_object(),definePropertiesModule=require_object_define_properties(),enumBugKeys=require_enum_bug_keys(),hiddenKeys=require_hidden_keys(),html=require_html(),documentCreateElement=require_document_create_element(),sharedKey=require_shared_key(),GT=">",LT="<",PROTOTYPE="prototype",SCRIPT="script",IE_PROTO=sharedKey("IE_PROTO"),EmptyConstructor=function(){},scriptTag=function(content){return LT+SCRIPT+GT+content+LT+"/"+SCRIPT+GT},NullProtoObjectViaActiveX=function(activeXDocument2){activeXDocument2.write(scriptTag("")),activeXDocument2.close();var temp=activeXDocument2.parentWindow.Object;return activeXDocument2=null,temp},NullProtoObjectViaIFrame=function(){var iframe=documentCreateElement("iframe"),JS="java"+SCRIPT+":",iframeDocument;return iframe.style.display="none",html.appendChild(iframe),iframe.src=String(JS),iframeDocument=iframe.contentWindow.document,iframeDocument.open(),iframeDocument.write(scriptTag("document.F=Object")),iframeDocument.close(),iframeDocument.F},activeXDocument,NullProtoObject=function(){try{activeXDocument=new ActiveXObject("htmlfile")}catch(error){}NullProtoObject=typeof document<"u"?document.domain&&activeXDocument?NullProtoObjectViaActiveX(activeXDocument):NullProtoObjectViaIFrame():NullProtoObjectViaActiveX(activeXDocument);for(var length=enumBugKeys.length;length--;)delete NullProtoObject[PROTOTYPE][enumBugKeys[length]];return NullProtoObject()};hiddenKeys[IE_PROTO]=!0;module.exports=Object.create||function(O,Properties){var result;return O!==null?(EmptyConstructor[PROTOTYPE]=anObject(O),result=new EmptyConstructor,EmptyConstructor[PROTOTYPE]=null,result[IE_PROTO]=O):result=NullProtoObject(),Properties===void 0?result:definePropertiesModule.f(result,Properties)}}});var require_add_to_unscopables=__commonJS({"node_modules/core-js/internals/add-to-unscopables.js"(exports,module){"use strict";init_define_process_env();init_shim();var wellKnownSymbol=require_well_known_symbol(),create=require_object_create(),defineProperty=require_object_define_property().f,UNSCOPABLES=wellKnownSymbol("unscopables"),ArrayPrototype=Array.prototype;ArrayPrototype[UNSCOPABLES]===void 0&&defineProperty(ArrayPrototype,UNSCOPABLES,{configurable:!0,value:create(null)});module.exports=function(key){ArrayPrototype[UNSCOPABLES][key]=!0}}});var require_iterators=__commonJS({"node_modules/core-js/internals/iterators.js"(exports,module){"use strict";init_define_process_env();init_shim();module.exports={}}});var require_weak_map_basic_detection=__commonJS({"node_modules/core-js/internals/weak-map-basic-detection.js"(exports,module){"use strict";init_define_process_env();init_shim();var global=require_global(),isCallable=require_is_callable(),WeakMap=global.WeakMap;module.exports=isCallable(WeakMap)&&/native code/.test(String(WeakMap))}});var require_create_property_descriptor=__commonJS({"node_modules/core-js/internals/create-property-descriptor.js"(exports,module){"use strict";init_define_process_env();init_shim();module.exports=function(bitmap,value){return{enumerable:!(bitmap&1),configurable:!(bitmap&2),writable:!(bitmap&4),value}}}});var require_create_non_enumerable_property=__commonJS({"node_modules/core-js/internals/create-non-enumerable-property.js"(exports,module){"use strict";init_define_process_env();init_shim();var DESCRIPTORS=require_descriptors(),definePropertyModule=require_object_define_property(),createPropertyDescriptor=require_create_property_descriptor();module.exports=DESCRIPTORS?function(object,key,value){return definePropertyModule.f(object,key,createPropertyDescriptor(1,value))}:function(object,key,value){return object[key]=value,object}}});var require_internal_state=__commonJS({"node_modules/core-js/internals/internal-state.js"(exports,module){"use strict";init_define_process_env();init_shim();var NATIVE_WEAK_MAP=require_weak_map_basic_detection(),global=require_global(),isObject=require_is_object(),createNonEnumerableProperty=require_create_non_enumerable_property(),hasOwn=require_has_own_property(),shared=require_shared_store(),sharedKey=require_shared_key(),hiddenKeys=require_hidden_keys(),OBJECT_ALREADY_INITIALIZED="Object already initialized",TypeError2=global.TypeError,WeakMap=global.WeakMap,set,get,has,enforce=function(it){return has(it)?get(it):set(it,{})},getterFor=function(TYPE){return function(it){var state;if(!isObject(it)||(state=get(it)).type!==TYPE)throw new TypeError2("Incompatible receiver, "+TYPE+" required");return state}};NATIVE_WEAK_MAP||shared.state?(store=shared.state||(shared.state=new WeakMap),store.get=store.get,store.has=store.has,store.set=store.set,set=function(it,metadata){if(store.has(it))throw new TypeError2(OBJECT_ALREADY_INITIALIZED);return metadata.facade=it,store.set(it,metadata),metadata},get=function(it){return store.get(it)||{}},has=function(it){return store.has(it)}):(STATE=sharedKey("state"),hiddenKeys[STATE]=!0,set=function(it,metadata){if(hasOwn(it,STATE))throw new TypeError2(OBJECT_ALREADY_INITIALIZED);return metadata.facade=it,createNonEnumerableProperty(it,STATE,metadata),metadata},get=function(it){return hasOwn(it,STATE)?it[STATE]:{}},has=function(it){return hasOwn(it,STATE)});var store,STATE;module.exports={set,get,has,enforce,getterFor}}});var require_object_property_is_enumerable=__commonJS({"node_modules/core-js/internals/object-property-is-enumerable.js"(exports){"use strict";init_define_process_env();init_shim();var $propertyIsEnumerable={}.propertyIsEnumerable,getOwnPropertyDescriptor=Object.getOwnPropertyDescriptor,NASHORN_BUG=getOwnPropertyDescriptor&&!$propertyIsEnumerable.call({1:2},1);exports.f=NASHORN_BUG?function(V){var descriptor=getOwnPropertyDescriptor(this,V);return!!descriptor&&descriptor.enumerable}:$propertyIsEnumerable}});var require_object_get_own_property_descriptor=__commonJS({"node_modules/core-js/internals/object-get-own-property-descriptor.js"(exports){"use strict";init_define_process_env();init_shim();var DESCRIPTORS=require_descriptors(),call=require_function_call(),propertyIsEnumerableModule=require_object_property_is_enumerable(),createPropertyDescriptor=require_create_property_descriptor(),toIndexedObject=require_to_indexed_object(),toPropertyKey=require_to_property_key(),hasOwn=require_has_own_property(),IE8_DOM_DEFINE=require_ie8_dom_define(),$getOwnPropertyDescriptor=Object.getOwnPropertyDescriptor;exports.f=DESCRIPTORS?$getOwnPropertyDescriptor:function(O,P){if(O=toIndexedObject(O),P=toPropertyKey(P),IE8_DOM_DEFINE)try{return $getOwnPropertyDescriptor(O,P)}catch(error){}if(hasOwn(O,P))return createPropertyDescriptor(!call(propertyIsEnumerableModule.f,O,P),O[P])}}});var require_function_name=__commonJS({"node_modules/core-js/internals/function-name.js"(exports,module){"use strict";init_define_process_env();init_shim();var DESCRIPTORS=require_descriptors(),hasOwn=require_has_own_property(),FunctionPrototype=Function.prototype,getDescriptor=DESCRIPTORS&&Object.getOwnPropertyDescriptor,EXISTS=hasOwn(FunctionPrototype,"name"),PROPER=EXISTS&&(function(){}).name==="something",CONFIGURABLE=EXISTS&&(!DESCRIPTORS||DESCRIPTORS&&getDescriptor(FunctionPrototype,"name").configurable);module.exports={EXISTS,PROPER,CONFIGURABLE}}});var require_inspect_source=__commonJS({"node_modules/core-js/internals/inspect-source.js"(exports,module){"use strict";init_define_process_env();init_shim();var uncurryThis=require_function_uncurry_this(),isCallable=require_is_callable(),store=require_shared_store(),functionToString=uncurryThis(Function.toString);isCallable(store.inspectSource)||(store.inspectSource=function(it){return functionToString(it)});module.exports=store.inspectSource}});var require_make_built_in=__commonJS({"node_modules/core-js/internals/make-built-in.js"(exports,module){"use strict";init_define_process_env();init_shim();var uncurryThis=require_function_uncurry_this(),fails=require_fails(),isCallable=require_is_callable(),hasOwn=require_has_own_property(),DESCRIPTORS=require_descriptors(),CONFIGURABLE_FUNCTION_NAME=require_function_name().CONFIGURABLE,inspectSource=require_inspect_source(),InternalStateModule=require_internal_state(),enforceInternalState=InternalStateModule.enforce,getInternalState=InternalStateModule.get,$String=String,defineProperty=Object.defineProperty,stringSlice=uncurryThis("".slice),replace=uncurryThis("".replace),join=uncurryThis([].join),CONFIGURABLE_LENGTH=DESCRIPTORS&&!fails(function(){return defineProperty(function(){},"length",{value:8}).length!==8}),TEMPLATE=String(String).split("String"),makeBuiltIn=module.exports=function(value,name,options){stringSlice($String(name),0,7)==="Symbol("&&(name="["+replace($String(name),/^Symbol\(([^)]*)\).*$/,"$1")+"]"),options&&options.getter&&(name="get "+name),options&&options.setter&&(name="set "+name),(!hasOwn(value,"name")||CONFIGURABLE_FUNCTION_NAME&&value.name!==name)&&(DESCRIPTORS?defineProperty(value,"name",{value:name,configurable:!0}):value.name=name),CONFIGURABLE_LENGTH&&options&&hasOwn(options,"arity")&&value.length!==options.arity&&defineProperty(value,"length",{value:options.arity});try{options&&hasOwn(options,"constructor")&&options.constructor?DESCRIPTORS&&defineProperty(value,"prototype",{writable:!1}):value.prototype&&(value.prototype=void 0)}catch(error){}var state=enforceInternalState(value);return hasOwn(state,"source")||(state.source=join(TEMPLATE,typeof name=="string"?name:"")),value};Function.prototype.toString=makeBuiltIn(function(){return isCallable(this)&&getInternalState(this).source||inspectSource(this)},"toString")}});var require_define_built_in=__commonJS({"node_modules/core-js/internals/define-built-in.js"(exports,module){"use strict";init_define_process_env();init_shim();var isCallable=require_is_callable(),definePropertyModule=require_object_define_property(),makeBuiltIn=require_make_built_in(),defineGlobalProperty=require_define_global_property();module.exports=function(O,key,value,options){options||(options={});var simple=options.enumerable,name=options.name!==void 0?options.name:key;if(isCallable(value)&&makeBuiltIn(value,name,options),options.global)simple?O[key]=value:defineGlobalProperty(key,value);else{try{options.unsafe?O[key]&&(simple=!0):delete O[key]}catch(error){}simple?O[key]=value:definePropertyModule.f(O,key,{value,enumerable:!1,configurable:!options.nonConfigurable,writable:!options.nonWritable})}return O}}});var require_object_get_own_property_names=__commonJS({"node_modules/core-js/internals/object-get-own-property-names.js"(exports){"use strict";init_define_process_env();init_shim();var internalObjectKeys=require_object_keys_internal(),enumBugKeys=require_enum_bug_keys(),hiddenKeys=enumBugKeys.concat("length","prototype");exports.f=Object.getOwnPropertyNames||function(O){return internalObjectKeys(O,hiddenKeys)}}});var require_object_get_own_property_symbols=__commonJS({"node_modules/core-js/internals/object-get-own-property-symbols.js"(exports){"use strict";init_define_process_env();init_shim();exports.f=Object.getOwnPropertySymbols}});var require_own_keys=__commonJS({"node_modules/core-js/internals/own-keys.js"(exports,module){"use strict";init_define_process_env();init_shim();var getBuiltIn=require_get_built_in(),uncurryThis=require_function_uncurry_this(),getOwnPropertyNamesModule=require_object_get_own_property_names(),getOwnPropertySymbolsModule=require_object_get_own_property_symbols(),anObject=require_an_object(),concat=uncurryThis([].concat);module.exports=getBuiltIn("Reflect","ownKeys")||function(it){var keys=getOwnPropertyNamesModule.f(anObject(it)),getOwnPropertySymbols=getOwnPropertySymbolsModule.f;return getOwnPropertySymbols?concat(keys,getOwnPropertySymbols(it)):keys}}});var require_copy_constructor_properties=__commonJS({"node_modules/core-js/internals/copy-constructor-properties.js"(exports,module){"use strict";init_define_process_env();init_shim();var hasOwn=require_has_own_property(),ownKeys=require_own_keys(),getOwnPropertyDescriptorModule=require_object_get_own_property_descriptor(),definePropertyModule=require_object_define_property();module.exports=function(target,source,exceptions){for(var keys=ownKeys(source),defineProperty=definePropertyModule.f,getOwnPropertyDescriptor=getOwnPropertyDescriptorModule.f,i=0;i<keys.length;i++){var key=keys[i];!hasOwn(target,key)&&!(exceptions&&hasOwn(exceptions,key))&&defineProperty(target,key,getOwnPropertyDescriptor(source,key))}}}});var require_is_forced=__commonJS({"node_modules/core-js/internals/is-forced.js"(exports,module){"use strict";init_define_process_env();init_shim();var fails=require_fails(),isCallable=require_is_callable(),replacement=/#|\.prototype\./,isForced=function(feature,detection){var value=data[normalize(feature)];return value===POLYFILL?!0:value===NATIVE?!1:isCallable(detection)?fails(detection):!!detection},normalize=isForced.normalize=function(string){return String(string).replace(replacement,".").toLowerCase()},data=isForced.data={},NATIVE=isForced.NATIVE="N",POLYFILL=isForced.POLYFILL="P";module.exports=isForced}});var require_export=__commonJS({"node_modules/core-js/internals/export.js"(exports,module){"use strict";init_define_process_env();init_shim();var global=require_global(),getOwnPropertyDescriptor=require_object_get_own_property_descriptor().f,createNonEnumerableProperty=require_create_non_enumerable_property(),defineBuiltIn=require_define_built_in(),defineGlobalProperty=require_define_global_property(),copyConstructorProperties=require_copy_constructor_properties(),isForced=require_is_forced();module.exports=function(options,source){var TARGET=options.target,GLOBAL=options.global,STATIC=options.stat,FORCED,target,key,targetProperty,sourceProperty,descriptor;if(GLOBAL?target=global:STATIC?target=global[TARGET]||defineGlobalProperty(TARGET,{}):target=global[TARGET]&&global[TARGET].prototype,target)for(key in source){if(sourceProperty=source[key],options.dontCallGetSet?(descriptor=getOwnPropertyDescriptor(target,key),targetProperty=descriptor&&descriptor.value):targetProperty=target[key],FORCED=isForced(GLOBAL?key:TARGET+(STATIC?".":"#")+key,options.forced),!FORCED&&targetProperty!==void 0){if(typeof sourceProperty==typeof targetProperty)continue;copyConstructorProperties(sourceProperty,targetProperty)}(options.sham||targetProperty&&targetProperty.sham)&&createNonEnumerableProperty(sourceProperty,"sham",!0),defineBuiltIn(target,key,sourceProperty,options)}}}});var require_correct_prototype_getter=__commonJS({"node_modules/core-js/internals/correct-prototype-getter.js"(exports,module){"use strict";init_define_process_env();init_shim();var fails=require_fails();module.exports=!fails(function(){function F(){}return F.prototype.constructor=null,Object.getPrototypeOf(new F)!==F.prototype})}});var require_object_get_prototype_of=__commonJS({"node_modules/core-js/internals/object-get-prototype-of.js"(exports,module){"use strict";init_define_process_env();init_shim();var hasOwn=require_has_own_property(),isCallable=require_is_callable(),toObject=require_to_object(),sharedKey=require_shared_key(),CORRECT_PROTOTYPE_GETTER=require_correct_prototype_getter(),IE_PROTO=sharedKey("IE_PROTO"),$Object=Object,ObjectPrototype=$Object.prototype;module.exports=CORRECT_PROTOTYPE_GETTER?$Object.getPrototypeOf:function(O){var object=toObject(O);if(hasOwn(object,IE_PROTO))return object[IE_PROTO];var constructor=object.constructor;return isCallable(constructor)&&object instanceof constructor?constructor.prototype:object instanceof $Object?ObjectPrototype:null}}});var require_iterators_core=__commonJS({"node_modules/core-js/internals/iterators-core.js"(exports,module){"use strict";init_define_process_env();init_shim();var fails=require_fails(),isCallable=require_is_callable(),isObject=require_is_object(),create=require_object_create(),getPrototypeOf=require_object_get_prototype_of(),defineBuiltIn=require_define_built_in(),wellKnownSymbol=require_well_known_symbol(),IS_PURE=require_is_pure(),ITERATOR=wellKnownSymbol("iterator"),BUGGY_SAFARI_ITERATORS=!1,IteratorPrototype,PrototypeOfArrayIteratorPrototype,arrayIterator;[].keys&&(arrayIterator=[].keys(),"next"in arrayIterator?(PrototypeOfArrayIteratorPrototype=getPrototypeOf(getPrototypeOf(arrayIterator)),PrototypeOfArrayIteratorPrototype!==Object.prototype&&(IteratorPrototype=PrototypeOfArrayIteratorPrototype)):BUGGY_SAFARI_ITERATORS=!0);var NEW_ITERATOR_PROTOTYPE=!isObject(IteratorPrototype)||fails(function(){var test={};return IteratorPrototype[ITERATOR].call(test)!==test});NEW_ITERATOR_PROTOTYPE?IteratorPrototype={}:IS_PURE&&(IteratorPrototype=create(IteratorPrototype));isCallable(IteratorPrototype[ITERATOR])||defineBuiltIn(IteratorPrototype,ITERATOR,function(){return this});module.exports={IteratorPrototype,BUGGY_SAFARI_ITERATORS}}});var require_set_to_string_tag=__commonJS({"node_modules/core-js/internals/set-to-string-tag.js"(exports,module){"use strict";init_define_process_env();init_shim();var defineProperty=require_object_define_property().f,hasOwn=require_has_own_property(),wellKnownSymbol=require_well_known_symbol(),TO_STRING_TAG=wellKnownSymbol("toStringTag");module.exports=function(target,TAG,STATIC){target&&!STATIC&&(target=target.prototype),target&&!hasOwn(target,TO_STRING_TAG)&&defineProperty(target,TO_STRING_TAG,{configurable:!0,value:TAG})}}});var require_iterator_create_constructor=__commonJS({"node_modules/core-js/internals/iterator-create-constructor.js"(exports,module){"use strict";init_define_process_env();init_shim();var IteratorPrototype=require_iterators_core().IteratorPrototype,create=require_object_create(),createPropertyDescriptor=require_create_property_descriptor(),setToStringTag=require_set_to_string_tag(),Iterators=require_iterators(),returnThis=function(){return this};module.exports=function(IteratorConstructor,NAME,next,ENUMERABLE_NEXT){var TO_STRING_TAG=NAME+" Iterator";return IteratorConstructor.prototype=create(IteratorPrototype,{next:createPropertyDescriptor(+!ENUMERABLE_NEXT,next)}),setToStringTag(IteratorConstructor,TO_STRING_TAG,!1,!0),Iterators[TO_STRING_TAG]=returnThis,IteratorConstructor}}});var require_function_uncurry_this_accessor=__commonJS({"node_modules/core-js/internals/function-uncurry-this-accessor.js"(exports,module){"use strict";init_define_process_env();init_shim();var uncurryThis=require_function_uncurry_this(),aCallable=require_a_callable();module.exports=function(object,key,method){try{return uncurryThis(aCallable(Object.getOwnPropertyDescriptor(object,key)[method]))}catch(error){}}}});var require_is_possible_prototype=__commonJS({"node_modules/core-js/internals/is-possible-prototype.js"(exports,module){"use strict";init_define_process_env();init_shim();var isObject=require_is_object();module.exports=function(argument){return isObject(argument)||argument===null}}});var require_a_possible_prototype=__commonJS({"node_modules/core-js/internals/a-possible-prototype.js"(exports,module){"use strict";init_define_process_env();init_shim();var isPossiblePrototype=require_is_possible_prototype(),$String=String,$TypeError=TypeError;module.exports=function(argument){if(isPossiblePrototype(argument))return argument;throw new $TypeError("Can't set "+$String(argument)+" as a prototype")}}});var require_object_set_prototype_of=__commonJS({"node_modules/core-js/internals/object-set-prototype-of.js"(exports,module){"use strict";init_define_process_env();init_shim();var uncurryThisAccessor=require_function_uncurry_this_accessor(),anObject=require_an_object(),aPossiblePrototype=require_a_possible_prototype();module.exports=Object.setPrototypeOf||("__proto__"in{}?function(){var CORRECT_SETTER=!1,test={},setter;try{setter=uncurryThisAccessor(Object.prototype,"__proto__","set"),setter(test,[]),CORRECT_SETTER=test instanceof Array}catch(error){}return function(O,proto){return anObject(O),aPossiblePrototype(proto),CORRECT_SETTER?setter(O,proto):O.__proto__=proto,O}}():void 0)}});var require_iterator_define=__commonJS({"node_modules/core-js/internals/iterator-define.js"(exports,module){"use strict";init_define_process_env();init_shim();var $=require_export(),call=require_function_call(),IS_PURE=require_is_pure(),FunctionName=require_function_name(),isCallable=require_is_callable(),createIteratorConstructor=require_iterator_create_constructor(),getPrototypeOf=require_object_get_prototype_of(),setPrototypeOf=require_object_set_prototype_of(),setToStringTag=require_set_to_string_tag(),createNonEnumerableProperty=require_create_non_enumerable_property(),defineBuiltIn=require_define_built_in(),wellKnownSymbol=require_well_known_symbol(),Iterators=require_iterators(),IteratorsCore=require_iterators_core(),PROPER_FUNCTION_NAME=FunctionName.PROPER,CONFIGURABLE_FUNCTION_NAME=FunctionName.CONFIGURABLE,IteratorPrototype=IteratorsCore.IteratorPrototype,BUGGY_SAFARI_ITERATORS=IteratorsCore.BUGGY_SAFARI_ITERATORS,ITERATOR=wellKnownSymbol("iterator"),KEYS="keys",VALUES="values",ENTRIES="entries",returnThis=function(){return this};module.exports=function(Iterable,NAME,IteratorConstructor,next,DEFAULT,IS_SET,FORCED){createIteratorConstructor(IteratorConstructor,NAME,next);var getIterationMethod=function(KIND){if(KIND===DEFAULT&&defaultIterator)return defaultIterator;if(!BUGGY_SAFARI_ITERATORS&&KIND&&KIND in IterablePrototype)return IterablePrototype[KIND];switch(KIND){case KEYS:return function(){return new IteratorConstructor(this,KIND)};case VALUES:return function(){return new IteratorConstructor(this,KIND)};case ENTRIES:return function(){return new IteratorConstructor(this,KIND)}}return function(){return new IteratorConstructor(this)}},TO_STRING_TAG=NAME+" Iterator",INCORRECT_VALUES_NAME=!1,IterablePrototype=Iterable.prototype,nativeIterator=IterablePrototype[ITERATOR]||IterablePrototype["@@iterator"]||DEFAULT&&IterablePrototype[DEFAULT],defaultIterator=!BUGGY_SAFARI_ITERATORS&&nativeIterator||getIterationMethod(DEFAULT),anyNativeIterator=NAME==="Array"&&IterablePrototype.entries||nativeIterator,CurrentIteratorPrototype,methods,KEY;if(anyNativeIterator&&(CurrentIteratorPrototype=getPrototypeOf(anyNativeIterator.call(new Iterable)),CurrentIteratorPrototype!==Object.prototype&&CurrentIteratorPrototype.next&&(!IS_PURE&&getPrototypeOf(CurrentIteratorPrototype)!==IteratorPrototype&&(setPrototypeOf?setPrototypeOf(CurrentIteratorPrototype,IteratorPrototype):isCallable(CurrentIteratorPrototype[ITERATOR])||defineBuiltIn(CurrentIteratorPrototype,ITERATOR,returnThis)),setToStringTag(CurrentIteratorPrototype,TO_STRING_TAG,!0,!0),IS_PURE&&(Iterators[TO_STRING_TAG]=returnThis))),PROPER_FUNCTION_NAME&&DEFAULT===VALUES&&nativeIterator&&nativeIterator.name!==VALUES&&(!IS_PURE&&CONFIGURABLE_FUNCTION_NAME?createNonEnumerableProperty(IterablePrototype,"name",VALUES):(INCORRECT_VALUES_NAME=!0,defaultIterator=function(){return call(nativeIterator,this)})),DEFAULT)if(methods={values:getIterationMethod(VALUES),keys:IS_SET?defaultIterator:getIterationMethod(KEYS),entries:getIterationMethod(ENTRIES)},FORCED)for(KEY in methods)(BUGGY_SAFARI_ITERATORS||INCORRECT_VALUES_NAME||!(KEY in IterablePrototype))&&defineBuiltIn(IterablePrototype,KEY,methods[KEY]);else $({target:NAME,proto:!0,forced:BUGGY_SAFARI_ITERATORS||INCORRECT_VALUES_NAME},methods);return(!IS_PURE||FORCED)&&IterablePrototype[ITERATOR]!==defaultIterator&&defineBuiltIn(IterablePrototype,ITERATOR,defaultIterator,{name:DEFAULT}),Iterators[NAME]=defaultIterator,methods}}});var require_create_iter_result_object=__commonJS({"node_modules/core-js/internals/create-iter-result-object.js"(exports,module){"use strict";init_define_process_env();init_shim();module.exports=function(value,done){return{value,done}}}});var require_es_array_iterator=__commonJS({"node_modules/core-js/modules/es.array.iterator.js"(exports,module){"use strict";init_define_process_env();init_shim();var toIndexedObject=require_to_indexed_object(),addToUnscopables=require_add_to_unscopables(),Iterators=require_iterators(),InternalStateModule=require_internal_state(),defineProperty=require_object_define_property().f,defineIterator=require_iterator_define(),createIterResultObject=require_create_iter_result_object(),IS_PURE=require_is_pure(),DESCRIPTORS=require_descriptors(),ARRAY_ITERATOR="Array Iterator",setInternalState=InternalStateModule.set,getInternalState=InternalStateModule.getterFor(ARRAY_ITERATOR);module.exports=defineIterator(Array,"Array",function(iterated,kind){setInternalState(this,{type:ARRAY_ITERATOR,target:toIndexedObject(iterated),index:0,kind})},function(){var state=getInternalState(this),target=state.target,index=state.index++;if(!target||index>=target.length)return state.target=void 0,createIterResultObject(void 0,!0);switch(state.kind){case"keys":return createIterResultObject(index,!1);case"values":return createIterResultObject(target[index],!1)}return createIterResultObject([index,target[index]],!1)},"values");var values=Iterators.Arguments=Iterators.Array;addToUnscopables("keys");addToUnscopables("values");addToUnscopables("entries");if(!IS_PURE&&DESCRIPTORS&&values.name!=="values")try{defineProperty(values,"name",{value:"values"})}catch(error){}}});var require_dom_iterables=__commonJS({"node_modules/core-js/internals/dom-iterables.js"(exports,module){"use strict";init_define_process_env();init_shim();module.exports={CSSRuleList:0,CSSStyleDeclaration:0,CSSValueList:0,ClientRectList:0,DOMRectList:0,DOMStringList:0,DOMTokenList:1,DataTransferItemList:0,FileList:0,HTMLAllCollection:0,HTMLCollection:0,HTMLFormElement:0,HTMLSelectElement:0,MediaList:0,MimeTypeArray:0,NamedNodeMap:0,NodeList:1,PaintRequestList:0,Plugin:0,PluginArray:0,SVGLengthList:0,SVGNumberList:0,SVGPathSegList:0,SVGPointList:0,SVGStringList:0,SVGTransformList:0,SourceBufferList:0,StyleSheetList:0,TextTrackCueList:0,TextTrackList:0,TouchList:0}}});var require_dom_token_list_prototype=__commonJS({"node_modules/core-js/internals/dom-token-list-prototype.js"(exports,module){"use strict";init_define_process_env();init_shim();var documentCreateElement=require_document_create_element(),classList=documentCreateElement("span").classList,DOMTokenListPrototype=classList&&classList.constructor&&classList.constructor.prototype;module.exports=DOMTokenListPrototype===Object.prototype?void 0:DOMTokenListPrototype}});var require_web_dom_collections_iterator=__commonJS({"node_modules/core-js/modules/web.dom-collections.iterator.js"(){"use strict";init_define_process_env();init_shim();var global=require_global(),DOMIterables=require_dom_iterables(),DOMTokenListPrototype=require_dom_token_list_prototype(),ArrayIteratorMethods=require_es_array_iterator(),createNonEnumerableProperty=require_create_non_enumerable_property(),setToStringTag=require_set_to_string_tag(),wellKnownSymbol=require_well_known_symbol(),ITERATOR=wellKnownSymbol("iterator"),ArrayValues=ArrayIteratorMethods.values,handlePrototype=function(CollectionPrototype,COLLECTION_NAME2){if(CollectionPrototype){if(CollectionPrototype[ITERATOR]!==ArrayValues)try{createNonEnumerableProperty(CollectionPrototype,ITERATOR,ArrayValues)}catch(error){CollectionPrototype[ITERATOR]=ArrayValues}if(setToStringTag(CollectionPrototype,COLLECTION_NAME2,!0),DOMIterables[COLLECTION_NAME2]){for(var METHOD_NAME in ArrayIteratorMethods)if(CollectionPrototype[METHOD_NAME]!==ArrayIteratorMethods[METHOD_NAME])try{createNonEnumerableProperty(CollectionPrototype,METHOD_NAME,ArrayIteratorMethods[METHOD_NAME])}catch(error){CollectionPrototype[METHOD_NAME]=ArrayIteratorMethods[METHOD_NAME]}}}};for(COLLECTION_NAME in DOMIterables)handlePrototype(global[COLLECTION_NAME]&&global[COLLECTION_NAME].prototype,COLLECTION_NAME);var COLLECTION_NAME;handlePrototype(DOMTokenListPrototype,"DOMTokenList")}});var require_function_uncurry_this_clause=__commonJS({"node_modules/core-js/internals/function-uncurry-this-clause.js"(exports,module){"use strict";init_define_process_env();init_shim();var classofRaw=require_classof_raw(),uncurryThis=require_function_uncurry_this();module.exports=function(fn){if(classofRaw(fn)==="Function")return uncurryThis(fn)}}});var require_function_bind_context=__commonJS({"node_modules/core-js/internals/function-bind-context.js"(exports,module){"use strict";init_define_process_env();init_shim();var uncurryThis=require_function_uncurry_this_clause(),aCallable=require_a_callable(),NATIVE_BIND=require_function_bind_native(),bind=uncurryThis(uncurryThis.bind);module.exports=function(fn,that){return aCallable(fn),that===void 0?fn:NATIVE_BIND?bind(fn,that):function(){return fn.apply(that,arguments)}}}});var require_is_array=__commonJS({"node_modules/core-js/internals/is-array.js"(exports,module){"use strict";init_define_process_env();init_shim();var classof=require_classof_raw();module.exports=Array.isArray||function(argument){return classof(argument)==="Array"}}});var require_to_string_tag_support=__commonJS({"node_modules/core-js/internals/to-string-tag-support.js"(exports,module){"use strict";init_define_process_env();init_shim();var wellKnownSymbol=require_well_known_symbol(),TO_STRING_TAG=wellKnownSymbol("toStringTag"),test={};test[TO_STRING_TAG]="z";module.exports=String(test)==="[object z]"}});var require_classof=__commonJS({"node_modules/core-js/internals/classof.js"(exports,module){"use strict";init_define_process_env();init_shim();var TO_STRING_TAG_SUPPORT=require_to_string_tag_support(),isCallable=require_is_callable(),classofRaw=require_classof_raw(),wellKnownSymbol=require_well_known_symbol(),TO_STRING_TAG=wellKnownSymbol("toStringTag"),$Object=Object,CORRECT_ARGUMENTS=classofRaw(function(){return arguments}())==="Arguments",tryGet=function(it,key){try{return it[key]}catch(error){}};module.exports=TO_STRING_TAG_SUPPORT?classofRaw:function(it){var O,tag,result;return it===void 0?"Undefined":it===null?"Null":typeof(tag=tryGet(O=$Object(it),TO_STRING_TAG))=="string"?tag:CORRECT_ARGUMENTS?classofRaw(O):(result=classofRaw(O))==="Object"&&isCallable(O.callee)?"Arguments":result}}});var require_is_constructor=__commonJS({"node_modules/core-js/internals/is-constructor.js"(exports,module){"use strict";init_define_process_env();init_shim();var uncurryThis=require_function_uncurry_this(),fails=require_fails(),isCallable=require_is_callable(),classof=require_classof(),getBuiltIn=require_get_built_in(),inspectSource=require_inspect_source(),noop=function(){},construct=getBuiltIn("Reflect","construct"),constructorRegExp=/^\s*(?:class|function)\b/,exec=uncurryThis(constructorRegExp.exec),INCORRECT_TO_STRING=!constructorRegExp.test(noop),isConstructorModern=function(argument){if(!isCallable(argument))return!1;try{return construct(noop,[],argument),!0}catch(error){return!1}},isConstructorLegacy=function(argument){if(!isCallable(argument))return!1;switch(classof(argument)){case"AsyncFunction":case"GeneratorFunction":case"AsyncGeneratorFunction":return!1}try{return INCORRECT_TO_STRING||!!exec(constructorRegExp,inspectSource(argument))}catch(error){return!0}};isConstructorLegacy.sham=!0;module.exports=!construct||fails(function(){var called;return isConstructorModern(isConstructorModern.call)||!isConstructorModern(Object)||!isConstructorModern(function(){called=!0})||called})?isConstructorLegacy:isConstructorModern}});var require_array_species_constructor=__commonJS({"node_modules/core-js/internals/array-species-constructor.js"(exports,module){"use strict";init_define_process_env();init_shim();var isArray=require_is_array(),isConstructor=require_is_constructor(),isObject=require_is_object(),wellKnownSymbol=require_well_known_symbol(),SPECIES=wellKnownSymbol("species"),$Array=Array;module.exports=function(originalArray){var C;return isArray(originalArray)&&(C=originalArray.constructor,isConstructor(C)&&(C===$Array||isArray(C.prototype))?C=void 0:isObject(C)&&(C=C[SPECIES],C===null&&(C=void 0))),C===void 0?$Array:C}}});var require_array_species_create=__commonJS({"node_modules/core-js/internals/array-species-create.js"(exports,module){"use strict";init_define_process_env();init_shim();var arraySpeciesConstructor=require_array_species_constructor();module.exports=function(originalArray,length){return new(arraySpeciesConstructor(originalArray))(length===0?0:length)}}});var require_array_iteration=__commonJS({"node_modules/core-js/internals/array-iteration.js"(exports,module){"use strict";init_define_process_env();init_shim();var bind=require_function_bind_context(),uncurryThis=require_function_uncurry_this(),IndexedObject=require_indexed_object(),toObject=require_to_object(),lengthOfArrayLike=require_length_of_array_like(),arraySpeciesCreate=require_array_species_create(),push=uncurryThis([].push),createMethod=function(TYPE){var IS_MAP=TYPE===1,IS_FILTER=TYPE===2,IS_SOME=TYPE===3,IS_EVERY=TYPE===4,IS_FIND_INDEX=TYPE===6,IS_FILTER_REJECT=TYPE===7,NO_HOLES=TYPE===5||IS_FIND_INDEX;return function($this,callbackfn,that,specificCreate){for(var O=toObject($this),self2=IndexedObject(O),length=lengthOfArrayLike(self2),boundFunction=bind(callbackfn,that),index=0,create=specificCreate||arraySpeciesCreate,target=IS_MAP?create($this,length):IS_FILTER||IS_FILTER_REJECT?create($this,0):void 0,value,result;length>index;index++)if((NO_HOLES||index in self2)&&(value=self2[index],result=boundFunction(value,index,O),TYPE))if(IS_MAP)target[index]=result;else if(result)switch(TYPE){case 3:return!0;case 5:return value;case 6:return index;case 2:push(target,value)}else switch(TYPE){case 4:return!1;case 7:push(target,value)}return IS_FIND_INDEX?-1:IS_SOME||IS_EVERY?IS_EVERY:target}};module.exports={forEach:createMethod(0),map:createMethod(1),filter:createMethod(2),some:createMethod(3),every:createMethod(4),find:createMethod(5),findIndex:createMethod(6),filterReject:createMethod(7)}}});var require_array_method_is_strict=__commonJS({"node_modules/core-js/internals/array-method-is-strict.js"(exports,module){"use strict";init_define_process_env();init_shim();var fails=require_fails();module.exports=function(METHOD_NAME,argument){var method=[][METHOD_NAME];return!!method&&fails(function(){method.call(null,argument||function(){return 1},1)})}}});var require_array_for_each=__commonJS({"node_modules/core-js/internals/array-for-each.js"(exports,module){"use strict";init_define_process_env();init_shim();var $forEach=require_array_iteration().forEach,arrayMethodIsStrict=require_array_method_is_strict(),STRICT_METHOD=arrayMethodIsStrict("forEach");module.exports=STRICT_METHOD?[].forEach:function(callbackfn){return $forEach(this,callbackfn,arguments.length>1?arguments[1]:void 0)}}});var require_web_dom_collections_for_each=__commonJS({"node_modules/core-js/modules/web.dom-collections.for-each.js"(){"use strict";init_define_process_env();init_shim();var global=require_global(),DOMIterables=require_dom_iterables(),DOMTokenListPrototype=require_dom_token_list_prototype(),forEach=require_array_for_each(),createNonEnumerableProperty=require_create_non_enumerable_property(),handlePrototype=function(CollectionPrototype){if(CollectionPrototype&&CollectionPrototype.forEach!==forEach)try{createNonEnumerableProperty(CollectionPrototype,"forEach",forEach)}catch(error){CollectionPrototype.forEach=forEach}};for(COLLECTION_NAME in DOMIterables)DOMIterables[COLLECTION_NAME]&&handlePrototype(global[COLLECTION_NAME]&&global[COLLECTION_NAME].prototype);var COLLECTION_NAME;handlePrototype(DOMTokenListPrototype)}});var require_delete_property_or_throw=__commonJS({"node_modules/core-js/internals/delete-property-or-throw.js"(exports,module){"use strict";init_define_process_env();init_shim();var tryToString=require_try_to_string(),$TypeError=TypeError;module.exports=function(O,P){if(!delete O[P])throw new $TypeError("Cannot delete property "+tryToString(P)+" of "+tryToString(O))}}});var require_to_string=__commonJS({"node_modules/core-js/internals/to-string.js"(exports,module){"use strict";init_define_process_env();init_shim();var classof=require_classof(),$String=String;module.exports=function(argument){if(classof(argument)==="Symbol")throw new TypeError("Cannot convert a Symbol value to a string");return $String(argument)}}});var require_array_slice=__commonJS({"node_modules/core-js/internals/array-slice.js"(exports,module){"use strict";init_define_process_env();init_shim();var uncurryThis=require_function_uncurry_this();module.exports=uncurryThis([].slice)}});var require_array_sort=__commonJS({"node_modules/core-js/internals/array-sort.js"(exports,module){"use strict";init_define_process_env();init_shim();var arraySlice=require_array_slice(),floor=Math.floor,sort=function(array,comparefn){var length=array.length;if(length<8)for(var i=1,element,j;i<length;){for(j=i,element=array[i];j&&comparefn(array[j-1],element)>0;)array[j]=array[--j];j!==i++&&(array[j]=element)}else for(var middle=floor(length/2),left=sort(arraySlice(array,0,middle),comparefn),right=sort(arraySlice(array,middle),comparefn),llength=left.length,rlength=right.length,lindex=0,rindex=0;lindex<llength||rindex<rlength;)array[lindex+rindex]=lindex<llength&&rindex<rlength?comparefn(left[lindex],right[rindex])<=0?left[lindex++]:right[rindex++]:lindex<llength?left[lindex++]:right[rindex++];return array};module.exports=sort}});var require_engine_ff_version=__commonJS({"node_modules/core-js/internals/engine-ff-version.js"(exports,module){"use strict";init_define_process_env();init_shim();var userAgent=require_engine_user_agent(),firefox=userAgent.match(/firefox\/(\d+)/i);module.exports=!!firefox&&+firefox[1]}});var require_engine_is_ie_or_edge=__commonJS({"node_modules/core-js/internals/engine-is-ie-or-edge.js"(exports,module){"use strict";init_define_process_env();init_shim();var UA=require_engine_user_agent();module.exports=/MSIE|Trident/.test(UA)}});var require_engine_webkit_version=__commonJS({"node_modules/core-js/internals/engine-webkit-version.js"(exports,module){"use strict";init_define_process_env();init_shim();var userAgent=require_engine_user_agent(),webkit=userAgent.match(/AppleWebKit\/(\d+)\./);module.exports=!!webkit&&+webkit[1]}});var require_es_array_sort=__commonJS({"node_modules/core-js/modules/es.array.sort.js"(){"use strict";init_define_process_env();init_shim();var $=require_export(),uncurryThis=require_function_uncurry_this(),aCallable=require_a_callable(),toObject=require_to_object(),lengthOfArrayLike=require_length_of_array_like(),deletePropertyOrThrow=require_delete_property_or_throw(),toString=require_to_string(),fails=require_fails(),internalSort=require_array_sort(),arrayMethodIsStrict=require_array_method_is_strict(),FF=require_engine_ff_version(),IE_OR_EDGE=require_engine_is_ie_or_edge(),V8=require_engine_v8_version(),WEBKIT=require_engine_webkit_version(),test=[],nativeSort=uncurryThis(test.sort),push=uncurryThis(test.push),FAILS_ON_UNDEFINED=fails(function(){test.sort(void 0)}),FAILS_ON_NULL=fails(function(){test.sort(null)}),STRICT_METHOD=arrayMethodIsStrict("sort"),STABLE_SORT=!fails(function(){if(V8)return V8<70;if(!(FF&&FF>3)){if(IE_OR_EDGE)return!0;if(WEBKIT)return WEBKIT<603;var result="",code,chr,value,index;for(code=65;code<76;code++){switch(chr=String.fromCharCode(code),code){case 66:case 69:case 70:case 72:value=3;break;case 68:case 71:value=4;break;default:value=2}for(index=0;index<47;index++)test.push({k:chr+index,v:value})}for(test.sort(function(a,b){return b.v-a.v}),index=0;index<test.length;index++)chr=test[index].k.charAt(0),result.charAt(result.length-1)!==chr&&(result+=chr);return result!=="DGBEFHACIJK"}}),FORCED=FAILS_ON_UNDEFINED||!FAILS_ON_NULL||!STRICT_METHOD||!STABLE_SORT,getSortCompare=function(comparefn){return function(x,y){return y===void 0?-1:x===void 0?1:comparefn!==void 0?+comparefn(x,y)||0:toString(x)>toString(y)?1:-1}};$({target:"Array",proto:!0,forced:FORCED},{sort:function(comparefn){comparefn!==void 0&&aCallable(comparefn);var array=toObject(this);if(STABLE_SORT)return comparefn===void 0?nativeSort(array):nativeSort(array,comparefn);var items=[],arrayLength=lengthOfArrayLike(array),itemsLength,index;for(index=0;index<arrayLength;index++)index in array&&push(items,array[index]);for(internalSort(items,getSortCompare(comparefn)),itemsLength=lengthOfArrayLike(items),index=0;index<itemsLength;)array[index]=items[index++];for(;index<arrayLength;)deletePropertyOrThrow(array,index++);return array}})}});var require_object_to_array=__commonJS({"node_modules/core-js/internals/object-to-array.js"(exports,module){"use strict";init_define_process_env();init_shim();var DESCRIPTORS=require_descriptors(),fails=require_fails(),uncurryThis=require_function_uncurry_this(),objectGetPrototypeOf=require_object_get_prototype_of(),objectKeys=require_object_keys(),toIndexedObject=require_to_indexed_object(),$propertyIsEnumerable=require_object_property_is_enumerable().f,propertyIsEnumerable=uncurryThis($propertyIsEnumerable),push=uncurryThis([].push),IE_BUG=DESCRIPTORS&&fails(function(){var O=Object.create(null);return O[2]=2,!propertyIsEnumerable(O,2)}),createMethod=function(TO_ENTRIES){return function(it){for(var O=toIndexedObject(it),keys=objectKeys(O),IE_WORKAROUND=IE_BUG&&objectGetPrototypeOf(O)===null,length=keys.length,i=0,result=[],key;length>i;)key=keys[i++],(!DESCRIPTORS||(IE_WORKAROUND?key in O:propertyIsEnumerable(O,key)))&&push(result,TO_ENTRIES?[key,O[key]]:O[key]);return result}};module.exports={entries:createMethod(!0),values:createMethod(!1)}}});var require_es_object_entries=__commonJS({"node_modules/core-js/modules/es.object.entries.js"(){"use strict";init_define_process_env();init_shim();var $=require_export(),$entries=require_object_to_array().entries;$({target:"Object",stat:!0},{entries:function(O){return $entries(O)}})}});var require_regexp_flags=__commonJS({"node_modules/core-js/internals/regexp-flags.js"(exports,module){"use strict";init_define_process_env();init_shim();var anObject=require_an_object();module.exports=function(){var that=anObject(this),result="";return that.hasIndices&&(result+="d"),that.global&&(result+="g"),that.ignoreCase&&(result+="i"),that.multiline&&(result+="m"),that.dotAll&&(result+="s"),that.unicode&&(result+="u"),that.unicodeSets&&(result+="v"),that.sticky&&(result+="y"),result}}});var require_regexp_sticky_helpers=__commonJS({"node_modules/core-js/internals/regexp-sticky-helpers.js"(exports,module){"use strict";init_define_process_env();init_shim();var fails=require_fails(),global=require_global(),$RegExp=global.RegExp,UNSUPPORTED_Y=fails(function(){var re=$RegExp("a","y");return re.lastIndex=2,re.exec("abcd")!==null}),MISSED_STICKY=UNSUPPORTED_Y||fails(function(){return!$RegExp("a","y").sticky}),BROKEN_CARET=UNSUPPORTED_Y||fails(function(){var re=$RegExp("^r","gy");return re.lastIndex=2,re.exec("str")!==null});module.exports={BROKEN_CARET,MISSED_STICKY,UNSUPPORTED_Y}}});var require_regexp_unsupported_dot_all=__commonJS({"node_modules/core-js/internals/regexp-unsupported-dot-all.js"(exports,module){"use strict";init_define_process_env();init_shim();var fails=require_fails(),global=require_global(),$RegExp=global.RegExp;module.exports=fails(function(){var re=$RegExp(".","s");return!(re.dotAll&&re.test("\n")&&re.flags==="s")})}});var require_regexp_unsupported_ncg=__commonJS({"node_modules/core-js/internals/regexp-unsupported-ncg.js"(exports,module){"use strict";init_define_process_env();init_shim();var fails=require_fails(),global=require_global(),$RegExp=global.RegExp;module.exports=fails(function(){var re=$RegExp("(?<a>b)","g");return re.exec("b").groups.a!=="b"||"b".replace(re,"$<a>c")!=="bc"})}});var require_regexp_exec=__commonJS({"node_modules/core-js/internals/regexp-exec.js"(exports,module){"use strict";init_define_process_env();init_shim();var call=require_function_call(),uncurryThis=require_function_uncurry_this(),toString=require_to_string(),regexpFlags=require_regexp_flags(),stickyHelpers=require_regexp_sticky_helpers(),shared=require_shared(),create=require_object_create(),getInternalState=require_internal_state().get,UNSUPPORTED_DOT_ALL=require_regexp_unsupported_dot_all(),UNSUPPORTED_NCG=require_regexp_unsupported_ncg(),nativeReplace=shared("native-string-replace",String.prototype.replace),nativeExec=RegExp.prototype.exec,patchedExec=nativeExec,charAt=uncurryThis("".charAt),indexOf=uncurryThis("".indexOf),replace=uncurryThis("".replace),stringSlice=uncurryThis("".slice),UPDATES_LAST_INDEX_WRONG=function(){var re1=/a/,re2=/b*/g;return call(nativeExec,re1,"a"),call(nativeExec,re2,"a"),re1.lastIndex!==0||re2.lastIndex!==0}(),UNSUPPORTED_Y=stickyHelpers.BROKEN_CARET,NPCG_INCLUDED=/()??/.exec("")[1]!==void 0,PATCH=UPDATES_LAST_INDEX_WRONG||NPCG_INCLUDED||UNSUPPORTED_Y||UNSUPPORTED_DOT_ALL||UNSUPPORTED_NCG;PATCH&&(patchedExec=function(string){var re=this,state=getInternalState(re),str=toString(string),raw=state.raw,result,reCopy,lastIndex,match,i,object,group;if(raw)return raw.lastIndex=re.lastIndex,result=call(patchedExec,raw,str),re.lastIndex=raw.lastIndex,result;var groups=state.groups,sticky=UNSUPPORTED_Y&&re.sticky,flags=call(regexpFlags,re),source=re.source,charsAdded=0,strCopy=str;if(sticky&&(flags=replace(flags,"y",""),indexOf(flags,"g")===-1&&(flags+="g"),strCopy=stringSlice(str,re.lastIndex),re.lastIndex>0&&(!re.multiline||re.multiline&&charAt(str,re.lastIndex-1)!=="\n")&&(source="(?: "+source+")",strCopy=" "+strCopy,charsAdded++),reCopy=new RegExp("^(?:"+source+")",flags)),NPCG_INCLUDED&&(reCopy=new RegExp("^"+source+"$(?!\\s)",flags)),UPDATES_LAST_INDEX_WRONG&&(lastIndex=re.lastIndex),match=call(nativeExec,sticky?reCopy:re,strCopy),sticky?match?(match.input=stringSlice(match.input,charsAdded),match[0]=stringSlice(match[0],charsAdded),match.index=re.lastIndex,re.lastIndex+=match[0].length):re.lastIndex=0:UPDATES_LAST_INDEX_WRONG&&match&&(re.lastIndex=re.global?match.index+match[0].length:lastIndex),NPCG_INCLUDED&&match&&match.length>1&&call(nativeReplace,match[0],reCopy,function(){for(i=1;i<arguments.length-2;i++)arguments[i]===void 0&&(match[i]=void 0)}),match&&groups)for(match.groups=object=create(null),i=0;i<groups.length;i++)group=groups[i],object[group[0]]=match[group[1]];return match});module.exports=patchedExec}});var require_es_regexp_exec=__commonJS({"node_modules/core-js/modules/es.regexp.exec.js"(){"use strict";init_define_process_env();init_shim();var $=require_export(),exec=require_regexp_exec();$({target:"RegExp",proto:!0,forced:/./.exec!==exec},{exec})}});var require_function_apply=__commonJS({"node_modules/core-js/internals/function-apply.js"(exports,module){"use strict";init_define_process_env();init_shim();var NATIVE_BIND=require_function_bind_native(),FunctionPrototype=Function.prototype,apply=FunctionPrototype.apply,call=FunctionPrototype.call;module.exports=typeof Reflect=="object"&&Reflect.apply||(NATIVE_BIND?call.bind(apply):function(){return call.apply(apply,arguments)})}});var require_fix_regexp_well_known_symbol_logic=__commonJS({"node_modules/core-js/internals/fix-regexp-well-known-symbol-logic.js"(exports,module){"use strict";init_define_process_env();init_shim();require_es_regexp_exec();var call=require_function_call(),defineBuiltIn=require_define_built_in(),regexpExec=require_regexp_exec(),fails=require_fails(),wellKnownSymbol=require_well_known_symbol(),createNonEnumerableProperty=require_create_non_enumerable_property(),SPECIES=wellKnownSymbol("species"),RegExpPrototype=RegExp.prototype;module.exports=function(KEY,exec,FORCED,SHAM){var SYMBOL=wellKnownSymbol(KEY),DELEGATES_TO_SYMBOL=!fails(function(){var O={};return O[SYMBOL]=function(){return 7},""[KEY](O)!==7}),DELEGATES_TO_EXEC=DELEGATES_TO_SYMBOL&&!fails(function(){var execCalled=!1,re=/a/;return KEY==="split"&&(re={},re.constructor={},re.constructor[SPECIES]=function(){return re},re.flags="",re[SYMBOL]=/./[SYMBOL]),re.exec=function(){return execCalled=!0,null},re[SYMBOL](""),!execCalled});if(!DELEGATES_TO_SYMBOL||!DELEGATES_TO_EXEC||FORCED){var nativeRegExpMethod=/./[SYMBOL],methods=exec(SYMBOL,""[KEY],function(nativeMethod,regexp,str,arg2,forceStringMethod){var $exec=regexp.exec;return $exec===regexpExec||$exec===RegExpPrototype.exec?DELEGATES_TO_SYMBOL&&!forceStringMethod?{done:!0,value:call(nativeRegExpMethod,regexp,str,arg2)}:{done:!0,value:call(nativeMethod,str,regexp,arg2)}:{done:!1}});defineBuiltIn(String.prototype,KEY,methods[0]),defineBuiltIn(RegExpPrototype,SYMBOL,methods[1])}SHAM&&createNonEnumerableProperty(RegExpPrototype[SYMBOL],"sham",!0)}}});var require_string_multibyte=__commonJS({"node_modules/core-js/internals/string-multibyte.js"(exports,module){"use strict";init_define_process_env();init_shim();var uncurryThis=require_function_uncurry_this(),toIntegerOrInfinity=require_to_integer_or_infinity(),toString=require_to_string(),requireObjectCoercible=require_require_object_coercible(),charAt=uncurryThis("".charAt),charCodeAt=uncurryThis("".charCodeAt),stringSlice=uncurryThis("".slice),createMethod=function(CONVERT_TO_STRING){return function($this,pos){var S=toString(requireObjectCoercible($this)),position=toIntegerOrInfinity(pos),size=S.length,first,second;return position<0||position>=size?CONVERT_TO_STRING?"":void 0:(first=charCodeAt(S,position),first<55296||first>56319||position+1===size||(second=charCodeAt(S,position+1))<56320||second>57343?CONVERT_TO_STRING?charAt(S,position):first:CONVERT_TO_STRING?stringSlice(S,position,position+2):(first-55296<<10)+(second-56320)+65536)}};module.exports={codeAt:createMethod(!1),charAt:createMethod(!0)}}});var require_advance_string_index=__commonJS({"node_modules/core-js/internals/advance-string-index.js"(exports,module){"use strict";init_define_process_env();init_shim();var charAt=require_string_multibyte().charAt;module.exports=function(S,index,unicode){return index+(unicode?charAt(S,index).length:1)}}});var require_get_substitution=__commonJS({"node_modules/core-js/internals/get-substitution.js"(exports,module){"use strict";init_define_process_env();init_shim();var uncurryThis=require_function_uncurry_this(),toObject=require_to_object(),floor=Math.floor,charAt=uncurryThis("".charAt),replace=uncurryThis("".replace),stringSlice=uncurryThis("".slice),SUBSTITUTION_SYMBOLS=/\$([$&'`]|\d{1,2}|<[^>]*>)/g,SUBSTITUTION_SYMBOLS_NO_NAMED=/\$([$&'`]|\d{1,2})/g;module.exports=function(matched,str,position,captures,namedCaptures,replacement){var tailPos=position+matched.length,m=captures.length,symbols=SUBSTITUTION_SYMBOLS_NO_NAMED;return namedCaptures!==void 0&&(namedCaptures=toObject(namedCaptures),symbols=SUBSTITUTION_SYMBOLS),replace(replacement,symbols,function(match,ch){var capture;switch(charAt(ch,0)){case"$":return"$";case"&":return matched;case"`":return stringSlice(str,0,position);case"'":return stringSlice(str,tailPos);case"<":capture=namedCaptures[stringSlice(ch,1,-1)];break;default:var n=+ch;if(n===0)return match;if(n>m){var f=floor(n/10);return f===0?match:f<=m?captures[f-1]===void 0?charAt(ch,1):captures[f-1]+charAt(ch,1):match}capture=captures[n-1]}return capture===void 0?"":capture})}}});var require_regexp_exec_abstract=__commonJS({"node_modules/core-js/internals/regexp-exec-abstract.js"(exports,module){"use strict";init_define_process_env();init_shim();var call=require_function_call(),anObject=require_an_object(),isCallable=require_is_callable(),classof=require_classof_raw(),regexpExec=require_regexp_exec(),$TypeError=TypeError;module.exports=function(R,S){var exec=R.exec;if(isCallable(exec)){var result=call(exec,R,S);return result!==null&&anObject(result),result}if(classof(R)==="RegExp")return call(regexpExec,R,S);throw new $TypeError("RegExp#exec called on incompatible receiver")}}});var require_es_string_replace=__commonJS({"node_modules/core-js/modules/es.string.replace.js"(){"use strict";init_define_process_env();init_shim();var apply=require_function_apply(),call=require_function_call(),uncurryThis=require_function_uncurry_this(),fixRegExpWellKnownSymbolLogic=require_fix_regexp_well_known_symbol_logic(),fails=require_fails(),anObject=require_an_object(),isCallable=require_is_callable(),isNullOrUndefined=require_is_null_or_undefined(),toIntegerOrInfinity=require_to_integer_or_infinity(),toLength=require_to_length(),toString=require_to_string(),requireObjectCoercible=require_require_object_coercible(),advanceStringIndex=require_advance_string_index(),getMethod=require_get_method(),getSubstitution=require_get_substitution(),regExpExec=require_regexp_exec_abstract(),wellKnownSymbol=require_well_known_symbol(),REPLACE=wellKnownSymbol("replace"),max=Math.max,min=Math.min,concat=uncurryThis([].concat),push=uncurryThis([].push),stringIndexOf=uncurryThis("".indexOf),stringSlice=uncurryThis("".slice),maybeToString=function(it){return it===void 0?it:String(it)},REPLACE_KEEPS_$0=function(){return"a".replace(/./,"$0")==="$0"}(),REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE=function(){return/./[REPLACE]?/./[REPLACE]("a","$0")==="":!1}(),REPLACE_SUPPORTS_NAMED_GROUPS=!fails(function(){var re=/./;return re.exec=function(){var result=[];return result.groups={a:"7"},result},"".replace(re,"$<a>")!=="7"});fixRegExpWellKnownSymbolLogic("replace",function(_,nativeReplace,maybeCallNative){var UNSAFE_SUBSTITUTE=REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE?"$":"$0";return[function(searchValue,replaceValue){var O=requireObjectCoercible(this),replacer=isNullOrUndefined(searchValue)?void 0:getMethod(searchValue,REPLACE);return replacer?call(replacer,searchValue,O,replaceValue):call(nativeReplace,toString(O),searchValue,replaceValue)},function(string,replaceValue){var rx=anObject(this),S=toString(string);if(typeof replaceValue=="string"&&stringIndexOf(replaceValue,UNSAFE_SUBSTITUTE)===-1&&stringIndexOf(replaceValue,"$<")===-1){var res=maybeCallNative(nativeReplace,rx,S,replaceValue);if(res.done)return res.value}var functionalReplace=isCallable(replaceValue);functionalReplace||(replaceValue=toString(replaceValue));var global=rx.global,fullUnicode;global&&(fullUnicode=rx.unicode,rx.lastIndex=0);for(var results=[],result;result=regExpExec(rx,S),!(result===null||(push(results,result),!global));){var matchStr=toString(result[0]);matchStr===""&&(rx.lastIndex=advanceStringIndex(S,toLength(rx.lastIndex),fullUnicode))}for(var accumulatedResult="",nextSourcePosition=0,i=0;i<results.length;i++){result=results[i];for(var matched=toString(result[0]),position=max(min(toIntegerOrInfinity(result.index),S.length),0),captures=[],replacement,j=1;j<result.length;j++)push(captures,maybeToString(result[j]));var namedCaptures=result.groups;if(functionalReplace){var replacerArgs=concat([matched],captures,position,S);namedCaptures!==void 0&&push(replacerArgs,namedCaptures),replacement=toString(apply(replaceValue,void 0,replacerArgs))}else replacement=getSubstitution(matched,S,position,captures,namedCaptures,replaceValue);position>=nextSourcePosition&&(accumulatedResult+=stringSlice(S,nextSourcePosition,position)+replacement,nextSourcePosition=position+matched.length)}return accumulatedResult+stringSlice(S,nextSourcePosition)}]},!REPLACE_SUPPORTS_NAMED_GROUPS||!REPLACE_KEEPS_$0||REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE)}});var require_es_array_includes=__commonJS({"node_modules/core-js/modules/es.array.includes.js"(){"use strict";init_define_process_env();init_shim();var $=require_export(),$includes=require_array_includes().includes,fails=require_fails(),addToUnscopables=require_add_to_unscopables(),BROKEN_ON_SPARSE=fails(function(){return!Array(1).includes()});$({target:"Array",proto:!0,forced:BROKEN_ON_SPARSE},{includes:function(el){return $includes(this,el,arguments.length>1?arguments[1]:void 0)}});addToUnscopables("includes")}});var require_is_regexp=__commonJS({"node_modules/core-js/internals/is-regexp.js"(exports,module){"use strict";init_define_process_env();init_shim();var isObject=require_is_object(),classof=require_classof_raw(),wellKnownSymbol=require_well_known_symbol(),MATCH=wellKnownSymbol("match");module.exports=function(it){var isRegExp;return isObject(it)&&((isRegExp=it[MATCH])!==void 0?!!isRegExp:classof(it)==="RegExp")}}});var require_not_a_regexp=__commonJS({"node_modules/core-js/internals/not-a-regexp.js"(exports,module){"use strict";init_define_process_env();init_shim();var isRegExp=require_is_regexp(),$TypeError=TypeError;module.exports=function(it){if(isRegExp(it))throw new $TypeError("The method doesn't accept regular expressions");return it}}});var require_correct_is_regexp_logic=__commonJS({"node_modules/core-js/internals/correct-is-regexp-logic.js"(exports,module){"use strict";init_define_process_env();init_shim();var wellKnownSymbol=require_well_known_symbol(),MATCH=wellKnownSymbol("match");module.exports=function(METHOD_NAME){var regexp=/./;try{"/./"[METHOD_NAME](regexp)}catch(error1){try{return regexp[MATCH]=!1,"/./"[METHOD_NAME](regexp)}catch(error2){}}return!1}}});var require_es_string_includes=__commonJS({"node_modules/core-js/modules/es.string.includes.js"(){"use strict";init_define_process_env();init_shim();var $=require_export(),uncurryThis=require_function_uncurry_this(),notARegExp=require_not_a_regexp(),requireObjectCoercible=require_require_object_coercible(),toString=require_to_string(),correctIsRegExpLogic=require_correct_is_regexp_logic(),stringIndexOf=uncurryThis("".indexOf);$({target:"String",proto:!0,forced:!correctIsRegExpLogic("includes")},{includes:function(searchString){return!!~stringIndexOf(toString(requireObjectCoercible(this)),toString(notARegExp(searchString)),arguments.length>1?arguments[1]:void 0)}})}});init_define_process_env();init_shim();var import_es_array_iterator=__toESM(require_es_array_iterator()),import_web_dom_collections_iterator=__toESM(require_web_dom_collections_iterator()),import_web_dom_collections_for_each=__toESM(require_web_dom_collections_for_each()),import_es_array_sort=__toESM(require_es_array_sort()),import_es_object_entries=__toESM(require_es_object_entries()),import_es_regexp_exec=__toESM(require_es_regexp_exec()),import_es_string_replace=__toESM(require_es_string_replace()),import_es_array_includes=__toESM(require_es_array_includes()),import_es_string_includes=__toESM(require_es_string_includes());init_define_process_env();init_shim();var _window$u,_window,_window$safe_require,_window2,u=(_window$u=(_window=window)==null?void 0:_window.u)!=null?_window$u:_u,safe_require=(_window$safe_require=(_window2=window)==null?void 0:_window2.safe_require)!=null?_window$safe_require:_safe_require;var get_composer,r=__require,btype_ids=safe_require.safe_require("./lang/btype_ids"),external=safe_require.safe_require("./external"),appquery=safe_require.safe_require("./lang/appquery"),Lib=safe_require.safe_require("./lib"),moment=u.on_client()?safe_require.safe_require("moment"):r("moment-timezone");u.is_edit_mode()&&({get_composer}=safe_require.safe_require("./editor/composer/compatibility/composers"));function new_zap(){let new_id=appquery.uid(),zap_initial_data={id:new_id,human:"New Zapier Trigger"};return appquery.set_setting(!0,"zapier.zaps.".concat(new_id),zap_initial_data),appquery.commit(),new_id}function delete_zap(zap_id){if(zap_id){let path="zapier.zaps.".concat(zap_id);appquery.set_setting(!0,path,null),appquery.set_setting(!1,path,null),appquery.commit()}}function get_zap_list(){return appquery.app().json.child_by_path("settings.client_safe.zapier.zaps").child_names()}function get_zap_data_type(zap_id){return appquery.get_public_setting("zapier.zaps.".concat(zap_id,".data_type"))}function get_zap_webhooks(zap_id){var _appquery$get_private;return(_appquery$get_private=appquery.get_private_setting("zapier.zaps.".concat(zap_id,".webhook_urls")))!=null?_appquery$get_private:{}}function field_display_and_type(zap_type){var _appquery$custom_type;let type_field_data={},raw_fields=(_appquery$custom_type=appquery.custom_type(zap_type).fields())!=null?_appquery$custom_type:[];for(let field of raw_fields)type_field_data[field.name()]={display:field.display(),type:field.btype()};return type_field_data["Created Date"]={display:"Created Date",type:"date"},type_field_data["Modified Date"]={display:"Modified Date",type:"date"},type_field_data["Created By"]={display:"Created By",type:"user"},type_field_data}function date_field_cleanup(type,field){let field_value;if(type==="date"&&(field_value=moment(field).toISOString(!0)),type==="date_range"&&(field_value=[moment(field[0]).toISOString(!0),moment(field[1]).toISOString(!0)]),btype_ids.is_list(type)){field_value=[];for(let val of field)field_value.push(date_field_cleanup(btype_ids.list_element_type(type),val))}return field_value}function build_ranked_panel(zap_container,data_types_set){let sorted_list=u.Watcher(()=>{let result_list=[];return get_zap_list().forEach((zap_id,n)=>{let rank=appquery.get_public_setting("zapier.zaps.".concat(zap_id,".rank"));rank==null&&(rank=n,appquery.set_setting(!0,"zapier.zaps.".concat(zap_id,".rank"),rank)),result_list.push({zap_id,rank})}),result_list.sort((a,b)=>a.rank-b.rank),result_list.forEach((c,i)=>{let zap_id=c.zap_id;c.rank!==i&&(appquery.set_setting(!0,"zapier.zaps.".concat(zap_id,".rank"),i),c.rank=i)}),result_list}).get();for(let{zap_id,rank}of sorted_list)build_zap_div({zap_id,zap_container,data_types_set,rank,sorted_list})}function build_zap_div(_ref){let{zap_id,zap_container,data_types_set,rank,sorted_list}=_ref,zap_panel=u.div("bubble-ui green-box zap-wrapper",zap_container),move_wrapper=u.div("move-wrapper",zap_panel);u.div("field-label name",zap_panel,"Trigger name");let zap_name_input=Lib().composer.get_settings_composer(!0,"zapier.zaps.".concat(zap_id,".human"),"TextBox",void 0,void 0,void 0,void 0,void 0,void 0,void 0,"bubble-ui field-value name");zap_name_input.get_canvas().addClass(),zap_panel.append(zap_name_input.get_canvas());let zap_owner_id=appquery.get_public_setting("zapier.zaps.".concat(zap_id,".data_type")),zap_thing_owner=Lib().composer.Owner(zap_owner_id);u.div("field-label data-type",zap_panel,"Trigger type");let zap_thing_dropdown=get_composer("Dropdown",zap_thing_owner,{set:data_types_set,on_change(){appquery.set_setting(!0,"zapier.zaps.".concat(zap_id,".data_type"),zap_thing_owner.get())}});zap_thing_dropdown.get_canvas().addClass("bubble-ui field-value data-type"),zap_panel.append(zap_thing_dropdown.get_canvas());let zap_activity_label=u.div("field-label",zap_panel,"");u.autorun(()=>{var _appquery$get_private2;zap_activity_label.empty();let webhook_urls=(_appquery$get_private2=appquery.get_private_setting("zapier.zaps.".concat(zap_id,".webhook_urls")))!=null?_appquery$get_private2:{},live_count=Object.keys(webhook_urls).length;live_count>0?(zap_activity_label.removeClass("off"),zap_activity_label.addClass("on"),live_count===1?zap_activity_label.text("1 active zap"):zap_activity_label.text("".concat(live_count," active zaps"))):(zap_activity_label.removeClass("on"),zap_activity_label.addClass("off"),zap_activity_label.text("0 active zaps"))}),u.div("bubble-ui delete-btn",zap_panel).on("vclick",()=>window.ConfirmPanel({title:"Zapier",message:"Are you sure you want want to delete this Zap?",cb_yes(){delete_zap(zap_id)}}));let move_down_btn=u.div("move-down-btn light-button",move_wrapper,"move down"),move_up_btn=u.div("move-up-btn light-button",move_wrapper,"move up");move_up_btn.hide(),move_down_btn.hide();function change_rank(minus){var _minus,_appquery$get_public_;(_minus=minus)!=null||(minus=1);let current_rank=(_appquery$get_public_=appquery.get_public_setting("zapier.zaps.".concat(zap_id,".rank")))!=null?_appquery$get_public_:rank,other_one;for(let a of sorted_list)if(a.rank===current_rank-minus){other_one=a.zap_id;break}function do_it(){appquery.set_setting(!0,"zapier.zaps.".concat(zap_id,".rank"),current_rank-minus),other_one&&appquery.set_setting(!0,"zapier.zaps.".concat(other_one,".rank"),current_rank)}if(minus===-1){let height=zap_panel.height()+77,next_div=zap_panel.next();zap_panel.css("margin-bottom",next_div.height()+77),next_div.hide(),u.velocity(zap_panel,{"margin-top":height,"margin-bottom":15},{duration:500,complete_cb:do_it})}else{let prev_div=zap_panel.prev(),height=prev_div.height()+77;prev_div.hide(),zap_panel.css("margin-top",height),u.velocity(zap_panel,{"margin-top":15,"margin-bottom":height},{duration:500,complete_cb(){do_it()}})}}u.autorun(()=>{var _ref2;let current_rank=appquery.get_public_setting((_ref2="zapier.zaps.".concat(zap_id,".rank"))!=null?_ref2:rank);current_rank>0&&move_up_btn.show(),current_rank<sorted_list.length-1&&move_down_btn.show()}),move_up_btn.on("vclick",()=>{change_rank()}),move_down_btn.on("vclick",()=>{change_rank(-1)})}var cls=class extends external.Service{constructor(){super(),this.calls=this._get_initial_calls(),this.authenticator=new external.NoAuth}get action_calls(){return Object.entries(this.calls).filter(_ref3=>{let[call_name,call]=_ref3;return call.can_be_used_as_action}).map(_ref4=>{let[call_name]=_ref4;return call_name})}_get_initial_calls(){var _class;return{TriggerZap:(_class=class extends external.Call{get human(){return"Trigger a Zapier zap"}get category(){return"plugins"}get _must_proxy(){return!0}execute(prev,properties){if(!properties.zap_id)throw new u.UserError("MISSING_INFO","Please select a zapier trigger to continue.");if(!properties.zap_thing)throw new u.UserError("MISSING_INFO","Zap is missing a thing, please select a zap thing to continue!");let webhooks=get_zap_webhooks(properties.zap_id);if(Object.keys(webhooks).length===0)throw new u.UserError("MISSING_INFO","The Zap you tried to trigger has no active zaps.");let zap_data_type=get_zap_data_type(properties.zap_id).replace(/^custom./,""),data_fields=Lib().db_instance().get(properties.zap_thing.id).raw(),type_field_data=field_display_and_type(zap_data_type),bubble_thing={};for(let field_id in data_fields){var _type_field_data$fiel,_type_field_data$fiel2,_type_field_data$fiel3;let field=data_fields[field_id];if(field_id==="_version"||field_id==="_type")continue;let field_value=field,field_display=(_type_field_data$fiel=(_type_field_data$fiel2=type_field_data[field_id])==null?void 0:_type_field_data$fiel2.display)!=null?_type_field_data$fiel:field_id;if(["date","date_range",btype_ids.list_type("date"),btype_ids.list_type("date_range")].includes((_type_field_data$fiel3=type_field_data[field_id])==null?void 0:_type_field_data$fiel3.type)){var _type_field_data$fiel4;field_value=date_field_cleanup((_type_field_data$fiel4=type_field_data[field_id])==null?void 0:_type_field_data$fiel4.type,field)}if(typeof field=="string"&&field.indexOf("__LOOKUP__")!==-1&&(field_value=field.split("__LOOKUP__")[1]),Array.isArray(field)&&field[0]!=null&&typeof field[0]=="string"&&field[0].indexOf("__LOOKUP__")!==-1){field_value=[];for(let val of field)field_value.push(val.split("__LOOKUP__")[1])}bubble_thing[field_display]=field_value}let method="POST",data={bubble_thing};for(let webhook_id in webhooks){let webhook_data=webhooks[webhook_id],{url}=webhook_data;Lib().http_request({url,method,data})}}},_class.can_be_used_as_action=!0,_class)}}get base_url(){return"https://zapier.com/"}get keys(){return{}}get_settings_panel(div){let zap_container=u.div("apps-wrapper",div);u.div("btn bubble-ui grey find-all-elements",div,"Add another Zap trigger").on("vclick",()=>new_zap()),zap_container.empty();let data_types_set=Lib().sets.get_set("CustomTypes")(!0,!1);build_ranked_panel(zap_container,data_types_set)}get_error_message(response){if(response.statusCode>=400&&response.statusCode<=499){var _data;let data;try{data=JSON.parse(response.body)}catch(error){return"Error connecting to Zapier: "+response.body}if(((_data=data)==null?void 0:_data.status)!=="OK")return"Error connecting to Zapier: "+data.status+" "+data.error_message}}},zapiernew={cls};typeof window<"u"&&window!==null&&((_window$optional_modu=(_window3=window).optional_modules)!=null||(_window3.optional_modules={}),window.optional_modules.zapiernew=zapiernew);var _window3,_window$optional_modu,plugin_registry=safe_require.safe_require("./services/shared/plugin_registry");plugin_registry.register_plugin("zapiernew",zapiernew);})();
/*! Bundled license information:

buffer/index.js:
  (*!
   * The buffer module from node.js, for the browser.
   *
   * @author   Feross Aboukhadijeh <https://feross.org>
   * @license  MIT
   *)
*/

}


window.preloaded['plugin/first_party:zapiernew'] = true;
window._bubble_page_load_data.hardcoded_plugins['progressbar'] = true;
window.__code__ = window.__code__ || {};
if(!window.__code__['3715b72e6109c185c3496bb9665da7f9f968deab9034763a31a4bcf5416ad40e']){window.__code__['3715b72e6109c185c3496bb9665da7f9f968deab9034763a31a4bcf5416ad40e']=1;

"use strict";(()=>{var __create=Object.create;var __defProp=Object.defineProperty;var __getOwnPropDesc=Object.getOwnPropertyDescriptor;var __getOwnPropNames=Object.getOwnPropertyNames;var __getProtoOf=Object.getPrototypeOf,__hasOwnProp=Object.prototype.hasOwnProperty;var __esm=(fn,res)=>function(){return fn&&(res=(0,fn[__getOwnPropNames(fn)[0]])(fn=0)),res};var __commonJS=(cb,mod)=>function(){return mod||(0,cb[__getOwnPropNames(cb)[0]])((mod={exports:{}}).exports,mod),mod.exports};var __copyProps=(to,from,except,desc)=>{if(from&&typeof from=="object"||typeof from=="function")for(let key of __getOwnPropNames(from))!__hasOwnProp.call(to,key)&&key!==except&&__defProp(to,key,{get:()=>from[key],enumerable:!(desc=__getOwnPropDesc(from,key))||desc.enumerable});return to};var __toESM=(mod,isNodeMode,target)=>(target=mod!=null?__create(__getProtoOf(mod)):{},__copyProps(isNodeMode||!mod||!mod.__esModule?__defProp(target,"default",{value:mod,enumerable:!0}):target,mod));var init_define_process_env=__esm({"<define:process.env>"(){}});var require_base64_js=__commonJS({"node_modules/base64-js/index.js"(exports){"use strict";init_define_process_env();init_shim();exports.byteLength=byteLength;exports.toByteArray=toByteArray;exports.fromByteArray=fromByteArray;var lookup=[],revLookup=[],Arr=typeof Uint8Array<"u"?Uint8Array:Array,code="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/";for(i=0,len=code.length;i<len;++i)lookup[i]=code[i],revLookup[code.charCodeAt(i)]=i;var i,len;revLookup["-".charCodeAt(0)]=62;revLookup["_".charCodeAt(0)]=63;function getLens(b64){var len2=b64.length;if(len2%4>0)throw new Error("Invalid string. Length must be a multiple of 4");var validLen=b64.indexOf("=");validLen===-1&&(validLen=len2);var placeHoldersLen=validLen===len2?0:4-validLen%4;return[validLen,placeHoldersLen]}function byteLength(b64){var lens=getLens(b64),validLen=lens[0],placeHoldersLen=lens[1];return(validLen+placeHoldersLen)*3/4-placeHoldersLen}function _byteLength(b64,validLen,placeHoldersLen){return(validLen+placeHoldersLen)*3/4-placeHoldersLen}function toByteArray(b64){var tmp,lens=getLens(b64),validLen=lens[0],placeHoldersLen=lens[1],arr=new Arr(_byteLength(b64,validLen,placeHoldersLen)),curByte=0,len2=placeHoldersLen>0?validLen-4:validLen,i2;for(i2=0;i2<len2;i2+=4)tmp=revLookup[b64.charCodeAt(i2)]<<18|revLookup[b64.charCodeAt(i2+1)]<<12|revLookup[b64.charCodeAt(i2+2)]<<6|revLookup[b64.charCodeAt(i2+3)],arr[curByte++]=tmp>>16&255,arr[curByte++]=tmp>>8&255,arr[curByte++]=tmp&255;return placeHoldersLen===2&&(tmp=revLookup[b64.charCodeAt(i2)]<<2|revLookup[b64.charCodeAt(i2+1)]>>4,arr[curByte++]=tmp&255),placeHoldersLen===1&&(tmp=revLookup[b64.charCodeAt(i2)]<<10|revLookup[b64.charCodeAt(i2+1)]<<4|revLookup[b64.charCodeAt(i2+2)]>>2,arr[curByte++]=tmp>>8&255,arr[curByte++]=tmp&255),arr}function tripletToBase64(num){return lookup[num>>18&63]+lookup[num>>12&63]+lookup[num>>6&63]+lookup[num&63]}function encodeChunk(uint8,start,end){for(var tmp,output=[],i2=start;i2<end;i2+=3)tmp=(uint8[i2]<<16&16711680)+(uint8[i2+1]<<8&65280)+(uint8[i2+2]&255),output.push(tripletToBase64(tmp));return output.join("")}function fromByteArray(uint8){for(var tmp,len2=uint8.length,extraBytes=len2%3,parts=[],maxChunkLength=16383,i2=0,len22=len2-extraBytes;i2<len22;i2+=maxChunkLength)parts.push(encodeChunk(uint8,i2,i2+maxChunkLength>len22?len22:i2+maxChunkLength));return extraBytes===1?(tmp=uint8[len2-1],parts.push(lookup[tmp>>2]+lookup[tmp<<4&63]+"==")):extraBytes===2&&(tmp=(uint8[len2-2]<<8)+uint8[len2-1],parts.push(lookup[tmp>>10]+lookup[tmp>>4&63]+lookup[tmp<<2&63]+"=")),parts.join("")}}});var require_ieee754=__commonJS({"node_modules/ieee754/index.js"(exports){init_define_process_env();init_shim();exports.read=function(buffer,offset,isLE,mLen,nBytes){var e,m,eLen=nBytes*8-mLen-1,eMax=(1<<eLen)-1,eBias=eMax>>1,nBits=-7,i=isLE?nBytes-1:0,d=isLE?-1:1,s=buffer[offset+i];for(i+=d,e=s&(1<<-nBits)-1,s>>=-nBits,nBits+=eLen;nBits>0;e=e*256+buffer[offset+i],i+=d,nBits-=8);for(m=e&(1<<-nBits)-1,e>>=-nBits,nBits+=mLen;nBits>0;m=m*256+buffer[offset+i],i+=d,nBits-=8);if(e===0)e=1-eBias;else{if(e===eMax)return m?NaN:(s?-1:1)*(1/0);m=m+Math.pow(2,mLen),e=e-eBias}return(s?-1:1)*m*Math.pow(2,e-mLen)};exports.write=function(buffer,value,offset,isLE,mLen,nBytes){var e,m,c,eLen=nBytes*8-mLen-1,eMax=(1<<eLen)-1,eBias=eMax>>1,rt=mLen===23?Math.pow(2,-24)-Math.pow(2,-77):0,i=isLE?0:nBytes-1,d=isLE?1:-1,s=value<0||value===0&&1/value<0?1:0;for(value=Math.abs(value),isNaN(value)||value===1/0?(m=isNaN(value)?1:0,e=eMax):(e=Math.floor(Math.log(value)/Math.LN2),value*(c=Math.pow(2,-e))<1&&(e--,c*=2),e+eBias>=1?value+=rt/c:value+=rt*Math.pow(2,1-eBias),value*c>=2&&(e++,c/=2),e+eBias>=eMax?(m=0,e=eMax):e+eBias>=1?(m=(value*c-1)*Math.pow(2,mLen),e=e+eBias):(m=value*Math.pow(2,eBias-1)*Math.pow(2,mLen),e=0));mLen>=8;buffer[offset+i]=m&255,i+=d,m/=256,mLen-=8);for(e=e<<mLen|m,eLen+=mLen;eLen>0;buffer[offset+i]=e&255,i+=d,e/=256,eLen-=8);buffer[offset+i-d]|=s*128}}});var require_buffer=__commonJS({"node_modules/node-stdlib-browser/node_modules/buffer/index.js"(exports){"use strict";init_define_process_env();init_shim();var base64=require_base64_js(),ieee754=require_ieee754(),customInspectSymbol=typeof Symbol=="function"&&typeof Symbol.for=="function"?Symbol.for("nodejs.util.inspect.custom"):null;exports.Buffer=Buffer3;exports.SlowBuffer=SlowBuffer;exports.INSPECT_MAX_BYTES=50;var K_MAX_LENGTH=2147483647;exports.kMaxLength=K_MAX_LENGTH;Buffer3.TYPED_ARRAY_SUPPORT=typedArraySupport();!Buffer3.TYPED_ARRAY_SUPPORT&&typeof console<"u"&&typeof console.error=="function"&&console.error("This browser lacks typed array (Uint8Array) support which is required by `buffer` v5.x. Use `buffer` v4.x if you require old browser support.");function typedArraySupport(){try{var arr=new Uint8Array(1),proto={foo:function(){return 42}};return Object.setPrototypeOf(proto,Uint8Array.prototype),Object.setPrototypeOf(arr,proto),arr.foo()===42}catch(e){return!1}}Object.defineProperty(Buffer3.prototype,"parent",{enumerable:!0,get:function(){if(Buffer3.isBuffer(this))return this.buffer}});Object.defineProperty(Buffer3.prototype,"offset",{enumerable:!0,get:function(){if(Buffer3.isBuffer(this))return this.byteOffset}});function createBuffer(length){if(length>K_MAX_LENGTH)throw new RangeError('The value "'+length+'" is invalid for option "size"');var buf=new Uint8Array(length);return Object.setPrototypeOf(buf,Buffer3.prototype),buf}function Buffer3(arg,encodingOrOffset,length){if(typeof arg=="number"){if(typeof encodingOrOffset=="string")throw new TypeError('The "string" argument must be of type string. Received type number');return allocUnsafe(arg)}return from(arg,encodingOrOffset,length)}Buffer3.poolSize=8192;function from(value,encodingOrOffset,length){if(typeof value=="string")return fromString(value,encodingOrOffset);if(ArrayBuffer.isView(value))return fromArrayView(value);if(value==null)throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof value);if(isInstance(value,ArrayBuffer)||value&&isInstance(value.buffer,ArrayBuffer)||typeof SharedArrayBuffer<"u"&&(isInstance(value,SharedArrayBuffer)||value&&isInstance(value.buffer,SharedArrayBuffer)))return fromArrayBuffer(value,encodingOrOffset,length);if(typeof value=="number")throw new TypeError('The "value" argument must not be of type number. Received type number');var valueOf=value.valueOf&&value.valueOf();if(valueOf!=null&&valueOf!==value)return Buffer3.from(valueOf,encodingOrOffset,length);var b=fromObject(value);if(b)return b;if(typeof Symbol<"u"&&Symbol.toPrimitive!=null&&typeof value[Symbol.toPrimitive]=="function")return Buffer3.from(value[Symbol.toPrimitive]("string"),encodingOrOffset,length);throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof value)}Buffer3.from=function(value,encodingOrOffset,length){return from(value,encodingOrOffset,length)};Object.setPrototypeOf(Buffer3.prototype,Uint8Array.prototype);Object.setPrototypeOf(Buffer3,Uint8Array);function assertSize(size){if(typeof size!="number")throw new TypeError('"size" argument must be of type number');if(size<0)throw new RangeError('The value "'+size+'" is invalid for option "size"')}function alloc(size,fill,encoding){return assertSize(size),size<=0?createBuffer(size):fill!==void 0?typeof encoding=="string"?createBuffer(size).fill(fill,encoding):createBuffer(size).fill(fill):createBuffer(size)}Buffer3.alloc=function(size,fill,encoding){return alloc(size,fill,encoding)};function allocUnsafe(size){return assertSize(size),createBuffer(size<0?0:checked(size)|0)}Buffer3.allocUnsafe=function(size){return allocUnsafe(size)};Buffer3.allocUnsafeSlow=function(size){return allocUnsafe(size)};function fromString(string,encoding){if((typeof encoding!="string"||encoding==="")&&(encoding="utf8"),!Buffer3.isEncoding(encoding))throw new TypeError("Unknown encoding: "+encoding);var length=byteLength(string,encoding)|0,buf=createBuffer(length),actual=buf.write(string,encoding);return actual!==length&&(buf=buf.slice(0,actual)),buf}function fromArrayLike(array){for(var length=array.length<0?0:checked(array.length)|0,buf=createBuffer(length),i=0;i<length;i+=1)buf[i]=array[i]&255;return buf}function fromArrayView(arrayView){if(isInstance(arrayView,Uint8Array)){var copy=new Uint8Array(arrayView);return fromArrayBuffer(copy.buffer,copy.byteOffset,copy.byteLength)}return fromArrayLike(arrayView)}function fromArrayBuffer(array,byteOffset,length){if(byteOffset<0||array.byteLength<byteOffset)throw new RangeError('"offset" is outside of buffer bounds');if(array.byteLength<byteOffset+(length||0))throw new RangeError('"length" is outside of buffer bounds');var buf;return byteOffset===void 0&&length===void 0?buf=new Uint8Array(array):length===void 0?buf=new Uint8Array(array,byteOffset):buf=new Uint8Array(array,byteOffset,length),Object.setPrototypeOf(buf,Buffer3.prototype),buf}function fromObject(obj){if(Buffer3.isBuffer(obj)){var len=checked(obj.length)|0,buf=createBuffer(len);return buf.length===0||obj.copy(buf,0,0,len),buf}if(obj.length!==void 0)return typeof obj.length!="number"||numberIsNaN(obj.length)?createBuffer(0):fromArrayLike(obj);if(obj.type==="Buffer"&&Array.isArray(obj.data))return fromArrayLike(obj.data)}function checked(length){if(length>=K_MAX_LENGTH)throw new RangeError("Attempt to allocate Buffer larger than maximum size: 0x"+K_MAX_LENGTH.toString(16)+" bytes");return length|0}function SlowBuffer(length){return+length!=length&&(length=0),Buffer3.alloc(+length)}Buffer3.isBuffer=function(b){return b!=null&&b._isBuffer===!0&&b!==Buffer3.prototype};Buffer3.compare=function(a,b){if(isInstance(a,Uint8Array)&&(a=Buffer3.from(a,a.offset,a.byteLength)),isInstance(b,Uint8Array)&&(b=Buffer3.from(b,b.offset,b.byteLength)),!Buffer3.isBuffer(a)||!Buffer3.isBuffer(b))throw new TypeError('The "buf1", "buf2" arguments must be one of type Buffer or Uint8Array');if(a===b)return 0;for(var x=a.length,y=b.length,i=0,len=Math.min(x,y);i<len;++i)if(a[i]!==b[i]){x=a[i],y=b[i];break}return x<y?-1:y<x?1:0};Buffer3.isEncoding=function(encoding){switch(String(encoding).toLowerCase()){case"hex":case"utf8":case"utf-8":case"ascii":case"latin1":case"binary":case"base64":case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return!0;default:return!1}};Buffer3.concat=function(list,length){if(!Array.isArray(list))throw new TypeError('"list" argument must be an Array of Buffers');if(list.length===0)return Buffer3.alloc(0);var i;if(length===void 0)for(length=0,i=0;i<list.length;++i)length+=list[i].length;var buffer=Buffer3.allocUnsafe(length),pos=0;for(i=0;i<list.length;++i){var buf=list[i];if(isInstance(buf,Uint8Array))pos+buf.length>buffer.length?Buffer3.from(buf).copy(buffer,pos):Uint8Array.prototype.set.call(buffer,buf,pos);else if(Buffer3.isBuffer(buf))buf.copy(buffer,pos);else throw new TypeError('"list" argument must be an Array of Buffers');pos+=buf.length}return buffer};function byteLength(string,encoding){if(Buffer3.isBuffer(string))return string.length;if(ArrayBuffer.isView(string)||isInstance(string,ArrayBuffer))return string.byteLength;if(typeof string!="string")throw new TypeError('The "string" argument must be one of type string, Buffer, or ArrayBuffer. Received type '+typeof string);var len=string.length,mustMatch=arguments.length>2&&arguments[2]===!0;if(!mustMatch&&len===0)return 0;for(var loweredCase=!1;;)switch(encoding){case"ascii":case"latin1":case"binary":return len;case"utf8":case"utf-8":return utf8ToBytes(string).length;case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return len*2;case"hex":return len>>>1;case"base64":return base64ToBytes(string).length;default:if(loweredCase)return mustMatch?-1:utf8ToBytes(string).length;encoding=(""+encoding).toLowerCase(),loweredCase=!0}}Buffer3.byteLength=byteLength;function slowToString(encoding,start,end){var loweredCase=!1;if((start===void 0||start<0)&&(start=0),start>this.length||((end===void 0||end>this.length)&&(end=this.length),end<=0)||(end>>>=0,start>>>=0,end<=start))return"";for(encoding||(encoding="utf8");;)switch(encoding){case"hex":return hexSlice(this,start,end);case"utf8":case"utf-8":return utf8Slice(this,start,end);case"ascii":return asciiSlice(this,start,end);case"latin1":case"binary":return latin1Slice(this,start,end);case"base64":return base64Slice(this,start,end);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return utf16leSlice(this,start,end);default:if(loweredCase)throw new TypeError("Unknown encoding: "+encoding);encoding=(encoding+"").toLowerCase(),loweredCase=!0}}Buffer3.prototype._isBuffer=!0;function swap(b,n,m){var i=b[n];b[n]=b[m],b[m]=i}Buffer3.prototype.swap16=function(){var len=this.length;if(len%2!==0)throw new RangeError("Buffer size must be a multiple of 16-bits");for(var i=0;i<len;i+=2)swap(this,i,i+1);return this};Buffer3.prototype.swap32=function(){var len=this.length;if(len%4!==0)throw new RangeError("Buffer size must be a multiple of 32-bits");for(var i=0;i<len;i+=4)swap(this,i,i+3),swap(this,i+1,i+2);return this};Buffer3.prototype.swap64=function(){var len=this.length;if(len%8!==0)throw new RangeError("Buffer size must be a multiple of 64-bits");for(var i=0;i<len;i+=8)swap(this,i,i+7),swap(this,i+1,i+6),swap(this,i+2,i+5),swap(this,i+3,i+4);return this};Buffer3.prototype.toString=function(){var length=this.length;return length===0?"":arguments.length===0?utf8Slice(this,0,length):slowToString.apply(this,arguments)};Buffer3.prototype.toLocaleString=Buffer3.prototype.toString;Buffer3.prototype.equals=function(b){if(!Buffer3.isBuffer(b))throw new TypeError("Argument must be a Buffer");return this===b?!0:Buffer3.compare(this,b)===0};Buffer3.prototype.inspect=function(){var str="",max=exports.INSPECT_MAX_BYTES;return str=this.toString("hex",0,max).replace(/(.{2})/g,"$1 ").trim(),this.length>max&&(str+=" ... "),"<Buffer "+str+">"};customInspectSymbol&&(Buffer3.prototype[customInspectSymbol]=Buffer3.prototype.inspect);Buffer3.prototype.compare=function(target,start,end,thisStart,thisEnd){if(isInstance(target,Uint8Array)&&(target=Buffer3.from(target,target.offset,target.byteLength)),!Buffer3.isBuffer(target))throw new TypeError('The "target" argument must be one of type Buffer or Uint8Array. Received type '+typeof target);if(start===void 0&&(start=0),end===void 0&&(end=target?target.length:0),thisStart===void 0&&(thisStart=0),thisEnd===void 0&&(thisEnd=this.length),start<0||end>target.length||thisStart<0||thisEnd>this.length)throw new RangeError("out of range index");if(thisStart>=thisEnd&&start>=end)return 0;if(thisStart>=thisEnd)return-1;if(start>=end)return 1;if(start>>>=0,end>>>=0,thisStart>>>=0,thisEnd>>>=0,this===target)return 0;for(var x=thisEnd-thisStart,y=end-start,len=Math.min(x,y),thisCopy=this.slice(thisStart,thisEnd),targetCopy=target.slice(start,end),i=0;i<len;++i)if(thisCopy[i]!==targetCopy[i]){x=thisCopy[i],y=targetCopy[i];break}return x<y?-1:y<x?1:0};function bidirectionalIndexOf(buffer,val,byteOffset,encoding,dir){if(buffer.length===0)return-1;if(typeof byteOffset=="string"?(encoding=byteOffset,byteOffset=0):byteOffset>2147483647?byteOffset=2147483647:byteOffset<-2147483648&&(byteOffset=-2147483648),byteOffset=+byteOffset,numberIsNaN(byteOffset)&&(byteOffset=dir?0:buffer.length-1),byteOffset<0&&(byteOffset=buffer.length+byteOffset),byteOffset>=buffer.length){if(dir)return-1;byteOffset=buffer.length-1}else if(byteOffset<0)if(dir)byteOffset=0;else return-1;if(typeof val=="string"&&(val=Buffer3.from(val,encoding)),Buffer3.isBuffer(val))return val.length===0?-1:arrayIndexOf(buffer,val,byteOffset,encoding,dir);if(typeof val=="number")return val=val&255,typeof Uint8Array.prototype.indexOf=="function"?dir?Uint8Array.prototype.indexOf.call(buffer,val,byteOffset):Uint8Array.prototype.lastIndexOf.call(buffer,val,byteOffset):arrayIndexOf(buffer,[val],byteOffset,encoding,dir);throw new TypeError("val must be string, number or Buffer")}function arrayIndexOf(arr,val,byteOffset,encoding,dir){var indexSize=1,arrLength=arr.length,valLength=val.length;if(encoding!==void 0&&(encoding=String(encoding).toLowerCase(),encoding==="ucs2"||encoding==="ucs-2"||encoding==="utf16le"||encoding==="utf-16le")){if(arr.length<2||val.length<2)return-1;indexSize=2,arrLength/=2,valLength/=2,byteOffset/=2}function read(buf,i2){return indexSize===1?buf[i2]:buf.readUInt16BE(i2*indexSize)}var i;if(dir){var foundIndex=-1;for(i=byteOffset;i<arrLength;i++)if(read(arr,i)===read(val,foundIndex===-1?0:i-foundIndex)){if(foundIndex===-1&&(foundIndex=i),i-foundIndex+1===valLength)return foundIndex*indexSize}else foundIndex!==-1&&(i-=i-foundIndex),foundIndex=-1}else for(byteOffset+valLength>arrLength&&(byteOffset=arrLength-valLength),i=byteOffset;i>=0;i--){for(var found=!0,j=0;j<valLength;j++)if(read(arr,i+j)!==read(val,j)){found=!1;break}if(found)return i}return-1}Buffer3.prototype.includes=function(val,byteOffset,encoding){return this.indexOf(val,byteOffset,encoding)!==-1};Buffer3.prototype.indexOf=function(val,byteOffset,encoding){return bidirectionalIndexOf(this,val,byteOffset,encoding,!0)};Buffer3.prototype.lastIndexOf=function(val,byteOffset,encoding){return bidirectionalIndexOf(this,val,byteOffset,encoding,!1)};function hexWrite(buf,string,offset,length){offset=Number(offset)||0;var remaining=buf.length-offset;length?(length=Number(length),length>remaining&&(length=remaining)):length=remaining;var strLen=string.length;length>strLen/2&&(length=strLen/2);for(var i=0;i<length;++i){var parsed=parseInt(string.substr(i*2,2),16);if(numberIsNaN(parsed))return i;buf[offset+i]=parsed}return i}function utf8Write(buf,string,offset,length){return blitBuffer(utf8ToBytes(string,buf.length-offset),buf,offset,length)}function asciiWrite(buf,string,offset,length){return blitBuffer(asciiToBytes(string),buf,offset,length)}function base64Write(buf,string,offset,length){return blitBuffer(base64ToBytes(string),buf,offset,length)}function ucs2Write(buf,string,offset,length){return blitBuffer(utf16leToBytes(string,buf.length-offset),buf,offset,length)}Buffer3.prototype.write=function(string,offset,length,encoding){if(offset===void 0)encoding="utf8",length=this.length,offset=0;else if(length===void 0&&typeof offset=="string")encoding=offset,length=this.length,offset=0;else if(isFinite(offset))offset=offset>>>0,isFinite(length)?(length=length>>>0,encoding===void 0&&(encoding="utf8")):(encoding=length,length=void 0);else throw new Error("Buffer.write(string, encoding, offset[, length]) is no longer supported");var remaining=this.length-offset;if((length===void 0||length>remaining)&&(length=remaining),string.length>0&&(length<0||offset<0)||offset>this.length)throw new RangeError("Attempt to write outside buffer bounds");encoding||(encoding="utf8");for(var loweredCase=!1;;)switch(encoding){case"hex":return hexWrite(this,string,offset,length);case"utf8":case"utf-8":return utf8Write(this,string,offset,length);case"ascii":case"latin1":case"binary":return asciiWrite(this,string,offset,length);case"base64":return base64Write(this,string,offset,length);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return ucs2Write(this,string,offset,length);default:if(loweredCase)throw new TypeError("Unknown encoding: "+encoding);encoding=(""+encoding).toLowerCase(),loweredCase=!0}};Buffer3.prototype.toJSON=function(){return{type:"Buffer",data:Array.prototype.slice.call(this._arr||this,0)}};function base64Slice(buf,start,end){return start===0&&end===buf.length?base64.fromByteArray(buf):base64.fromByteArray(buf.slice(start,end))}function utf8Slice(buf,start,end){end=Math.min(buf.length,end);for(var res=[],i=start;i<end;){var firstByte=buf[i],codePoint=null,bytesPerSequence=firstByte>239?4:firstByte>223?3:firstByte>191?2:1;if(i+bytesPerSequence<=end){var secondByte,thirdByte,fourthByte,tempCodePoint;switch(bytesPerSequence){case 1:firstByte<128&&(codePoint=firstByte);break;case 2:secondByte=buf[i+1],(secondByte&192)===128&&(tempCodePoint=(firstByte&31)<<6|secondByte&63,tempCodePoint>127&&(codePoint=tempCodePoint));break;case 3:secondByte=buf[i+1],thirdByte=buf[i+2],(secondByte&192)===128&&(thirdByte&192)===128&&(tempCodePoint=(firstByte&15)<<12|(secondByte&63)<<6|thirdByte&63,tempCodePoint>2047&&(tempCodePoint<55296||tempCodePoint>57343)&&(codePoint=tempCodePoint));break;case 4:secondByte=buf[i+1],thirdByte=buf[i+2],fourthByte=buf[i+3],(secondByte&192)===128&&(thirdByte&192)===128&&(fourthByte&192)===128&&(tempCodePoint=(firstByte&15)<<18|(secondByte&63)<<12|(thirdByte&63)<<6|fourthByte&63,tempCodePoint>65535&&tempCodePoint<1114112&&(codePoint=tempCodePoint))}}codePoint===null?(codePoint=65533,bytesPerSequence=1):codePoint>65535&&(codePoint-=65536,res.push(codePoint>>>10&1023|55296),codePoint=56320|codePoint&1023),res.push(codePoint),i+=bytesPerSequence}return decodeCodePointsArray(res)}var MAX_ARGUMENTS_LENGTH=4096;function decodeCodePointsArray(codePoints){var len=codePoints.length;if(len<=MAX_ARGUMENTS_LENGTH)return String.fromCharCode.apply(String,codePoints);for(var res="",i=0;i<len;)res+=String.fromCharCode.apply(String,codePoints.slice(i,i+=MAX_ARGUMENTS_LENGTH));return res}function asciiSlice(buf,start,end){var ret="";end=Math.min(buf.length,end);for(var i=start;i<end;++i)ret+=String.fromCharCode(buf[i]&127);return ret}function latin1Slice(buf,start,end){var ret="";end=Math.min(buf.length,end);for(var i=start;i<end;++i)ret+=String.fromCharCode(buf[i]);return ret}function hexSlice(buf,start,end){var len=buf.length;(!start||start<0)&&(start=0),(!end||end<0||end>len)&&(end=len);for(var out="",i=start;i<end;++i)out+=hexSliceLookupTable[buf[i]];return out}function utf16leSlice(buf,start,end){for(var bytes=buf.slice(start,end),res="",i=0;i<bytes.length-1;i+=2)res+=String.fromCharCode(bytes[i]+bytes[i+1]*256);return res}Buffer3.prototype.slice=function(start,end){var len=this.length;start=~~start,end=end===void 0?len:~~end,start<0?(start+=len,start<0&&(start=0)):start>len&&(start=len),end<0?(end+=len,end<0&&(end=0)):end>len&&(end=len),end<start&&(end=start);var newBuf=this.subarray(start,end);return Object.setPrototypeOf(newBuf,Buffer3.prototype),newBuf};function checkOffset(offset,ext,length){if(offset%1!==0||offset<0)throw new RangeError("offset is not uint");if(offset+ext>length)throw new RangeError("Trying to access beyond buffer length")}Buffer3.prototype.readUintLE=Buffer3.prototype.readUIntLE=function(offset,byteLength2,noAssert){offset=offset>>>0,byteLength2=byteLength2>>>0,noAssert||checkOffset(offset,byteLength2,this.length);for(var val=this[offset],mul=1,i=0;++i<byteLength2&&(mul*=256);)val+=this[offset+i]*mul;return val};Buffer3.prototype.readUintBE=Buffer3.prototype.readUIntBE=function(offset,byteLength2,noAssert){offset=offset>>>0,byteLength2=byteLength2>>>0,noAssert||checkOffset(offset,byteLength2,this.length);for(var val=this[offset+--byteLength2],mul=1;byteLength2>0&&(mul*=256);)val+=this[offset+--byteLength2]*mul;return val};Buffer3.prototype.readUint8=Buffer3.prototype.readUInt8=function(offset,noAssert){return offset=offset>>>0,noAssert||checkOffset(offset,1,this.length),this[offset]};Buffer3.prototype.readUint16LE=Buffer3.prototype.readUInt16LE=function(offset,noAssert){return offset=offset>>>0,noAssert||checkOffset(offset,2,this.length),this[offset]|this[offset+1]<<8};Buffer3.prototype.readUint16BE=Buffer3.prototype.readUInt16BE=function(offset,noAssert){return offset=offset>>>0,noAssert||checkOffset(offset,2,this.length),this[offset]<<8|this[offset+1]};Buffer3.prototype.readUint32LE=Buffer3.prototype.readUInt32LE=function(offset,noAssert){return offset=offset>>>0,noAssert||checkOffset(offset,4,this.length),(this[offset]|this[offset+1]<<8|this[offset+2]<<16)+this[offset+3]*16777216};Buffer3.prototype.readUint32BE=Buffer3.prototype.readUInt32BE=function(offset,noAssert){return offset=offset>>>0,noAssert||checkOffset(offset,4,this.length),this[offset]*16777216+(this[offset+1]<<16|this[offset+2]<<8|this[offset+3])};Buffer3.prototype.readIntLE=function(offset,byteLength2,noAssert){offset=offset>>>0,byteLength2=byteLength2>>>0,noAssert||checkOffset(offset,byteLength2,this.length);for(var val=this[offset],mul=1,i=0;++i<byteLength2&&(mul*=256);)val+=this[offset+i]*mul;return mul*=128,val>=mul&&(val-=Math.pow(2,8*byteLength2)),val};Buffer3.prototype.readIntBE=function(offset,byteLength2,noAssert){offset=offset>>>0,byteLength2=byteLength2>>>0,noAssert||checkOffset(offset,byteLength2,this.length);for(var i=byteLength2,mul=1,val=this[offset+--i];i>0&&(mul*=256);)val+=this[offset+--i]*mul;return mul*=128,val>=mul&&(val-=Math.pow(2,8*byteLength2)),val};Buffer3.prototype.readInt8=function(offset,noAssert){return offset=offset>>>0,noAssert||checkOffset(offset,1,this.length),this[offset]&128?(255-this[offset]+1)*-1:this[offset]};Buffer3.prototype.readInt16LE=function(offset,noAssert){offset=offset>>>0,noAssert||checkOffset(offset,2,this.length);var val=this[offset]|this[offset+1]<<8;return val&32768?val|4294901760:val};Buffer3.prototype.readInt16BE=function(offset,noAssert){offset=offset>>>0,noAssert||checkOffset(offset,2,this.length);var val=this[offset+1]|this[offset]<<8;return val&32768?val|4294901760:val};Buffer3.prototype.readInt32LE=function(offset,noAssert){return offset=offset>>>0,noAssert||checkOffset(offset,4,this.length),this[offset]|this[offset+1]<<8|this[offset+2]<<16|this[offset+3]<<24};Buffer3.prototype.readInt32BE=function(offset,noAssert){return offset=offset>>>0,noAssert||checkOffset(offset,4,this.length),this[offset]<<24|this[offset+1]<<16|this[offset+2]<<8|this[offset+3]};Buffer3.prototype.readFloatLE=function(offset,noAssert){return offset=offset>>>0,noAssert||checkOffset(offset,4,this.length),ieee754.read(this,offset,!0,23,4)};Buffer3.prototype.readFloatBE=function(offset,noAssert){return offset=offset>>>0,noAssert||checkOffset(offset,4,this.length),ieee754.read(this,offset,!1,23,4)};Buffer3.prototype.readDoubleLE=function(offset,noAssert){return offset=offset>>>0,noAssert||checkOffset(offset,8,this.length),ieee754.read(this,offset,!0,52,8)};Buffer3.prototype.readDoubleBE=function(offset,noAssert){return offset=offset>>>0,noAssert||checkOffset(offset,8,this.length),ieee754.read(this,offset,!1,52,8)};function checkInt(buf,value,offset,ext,max,min){if(!Buffer3.isBuffer(buf))throw new TypeError('"buffer" argument must be a Buffer instance');if(value>max||value<min)throw new RangeError('"value" argument is out of bounds');if(offset+ext>buf.length)throw new RangeError("Index out of range")}Buffer3.prototype.writeUintLE=Buffer3.prototype.writeUIntLE=function(value,offset,byteLength2,noAssert){if(value=+value,offset=offset>>>0,byteLength2=byteLength2>>>0,!noAssert){var maxBytes=Math.pow(2,8*byteLength2)-1;checkInt(this,value,offset,byteLength2,maxBytes,0)}var mul=1,i=0;for(this[offset]=value&255;++i<byteLength2&&(mul*=256);)this[offset+i]=value/mul&255;return offset+byteLength2};Buffer3.prototype.writeUintBE=Buffer3.prototype.writeUIntBE=function(value,offset,byteLength2,noAssert){if(value=+value,offset=offset>>>0,byteLength2=byteLength2>>>0,!noAssert){var maxBytes=Math.pow(2,8*byteLength2)-1;checkInt(this,value,offset,byteLength2,maxBytes,0)}var i=byteLength2-1,mul=1;for(this[offset+i]=value&255;--i>=0&&(mul*=256);)this[offset+i]=value/mul&255;return offset+byteLength2};Buffer3.prototype.writeUint8=Buffer3.prototype.writeUInt8=function(value,offset,noAssert){return value=+value,offset=offset>>>0,noAssert||checkInt(this,value,offset,1,255,0),this[offset]=value&255,offset+1};Buffer3.prototype.writeUint16LE=Buffer3.prototype.writeUInt16LE=function(value,offset,noAssert){return value=+value,offset=offset>>>0,noAssert||checkInt(this,value,offset,2,65535,0),this[offset]=value&255,this[offset+1]=value>>>8,offset+2};Buffer3.prototype.writeUint16BE=Buffer3.prototype.writeUInt16BE=function(value,offset,noAssert){return value=+value,offset=offset>>>0,noAssert||checkInt(this,value,offset,2,65535,0),this[offset]=value>>>8,this[offset+1]=value&255,offset+2};Buffer3.prototype.writeUint32LE=Buffer3.prototype.writeUInt32LE=function(value,offset,noAssert){return value=+value,offset=offset>>>0,noAssert||checkInt(this,value,offset,4,4294967295,0),this[offset+3]=value>>>24,this[offset+2]=value>>>16,this[offset+1]=value>>>8,this[offset]=value&255,offset+4};Buffer3.prototype.writeUint32BE=Buffer3.prototype.writeUInt32BE=function(value,offset,noAssert){return value=+value,offset=offset>>>0,noAssert||checkInt(this,value,offset,4,4294967295,0),this[offset]=value>>>24,this[offset+1]=value>>>16,this[offset+2]=value>>>8,this[offset+3]=value&255,offset+4};Buffer3.prototype.writeIntLE=function(value,offset,byteLength2,noAssert){if(value=+value,offset=offset>>>0,!noAssert){var limit=Math.pow(2,8*byteLength2-1);checkInt(this,value,offset,byteLength2,limit-1,-limit)}var i=0,mul=1,sub=0;for(this[offset]=value&255;++i<byteLength2&&(mul*=256);)value<0&&sub===0&&this[offset+i-1]!==0&&(sub=1),this[offset+i]=(value/mul>>0)-sub&255;return offset+byteLength2};Buffer3.prototype.writeIntBE=function(value,offset,byteLength2,noAssert){if(value=+value,offset=offset>>>0,!noAssert){var limit=Math.pow(2,8*byteLength2-1);checkInt(this,value,offset,byteLength2,limit-1,-limit)}var i=byteLength2-1,mul=1,sub=0;for(this[offset+i]=value&255;--i>=0&&(mul*=256);)value<0&&sub===0&&this[offset+i+1]!==0&&(sub=1),this[offset+i]=(value/mul>>0)-sub&255;return offset+byteLength2};Buffer3.prototype.writeInt8=function(value,offset,noAssert){return value=+value,offset=offset>>>0,noAssert||checkInt(this,value,offset,1,127,-128),value<0&&(value=255+value+1),this[offset]=value&255,offset+1};Buffer3.prototype.writeInt16LE=function(value,offset,noAssert){return value=+value,offset=offset>>>0,noAssert||checkInt(this,value,offset,2,32767,-32768),this[offset]=value&255,this[offset+1]=value>>>8,offset+2};Buffer3.prototype.writeInt16BE=function(value,offset,noAssert){return value=+value,offset=offset>>>0,noAssert||checkInt(this,value,offset,2,32767,-32768),this[offset]=value>>>8,this[offset+1]=value&255,offset+2};Buffer3.prototype.writeInt32LE=function(value,offset,noAssert){return value=+value,offset=offset>>>0,noAssert||checkInt(this,value,offset,4,2147483647,-2147483648),this[offset]=value&255,this[offset+1]=value>>>8,this[offset+2]=value>>>16,this[offset+3]=value>>>24,offset+4};Buffer3.prototype.writeInt32BE=function(value,offset,noAssert){return value=+value,offset=offset>>>0,noAssert||checkInt(this,value,offset,4,2147483647,-2147483648),value<0&&(value=4294967295+value+1),this[offset]=value>>>24,this[offset+1]=value>>>16,this[offset+2]=value>>>8,this[offset+3]=value&255,offset+4};function checkIEEE754(buf,value,offset,ext,max,min){if(offset+ext>buf.length)throw new RangeError("Index out of range");if(offset<0)throw new RangeError("Index out of range")}function writeFloat(buf,value,offset,littleEndian,noAssert){return value=+value,offset=offset>>>0,noAssert||checkIEEE754(buf,value,offset,4,34028234663852886e22,-34028234663852886e22),ieee754.write(buf,value,offset,littleEndian,23,4),offset+4}Buffer3.prototype.writeFloatLE=function(value,offset,noAssert){return writeFloat(this,value,offset,!0,noAssert)};Buffer3.prototype.writeFloatBE=function(value,offset,noAssert){return writeFloat(this,value,offset,!1,noAssert)};function writeDouble(buf,value,offset,littleEndian,noAssert){return value=+value,offset=offset>>>0,noAssert||checkIEEE754(buf,value,offset,8,17976931348623157e292,-17976931348623157e292),ieee754.write(buf,value,offset,littleEndian,52,8),offset+8}Buffer3.prototype.writeDoubleLE=function(value,offset,noAssert){return writeDouble(this,value,offset,!0,noAssert)};Buffer3.prototype.writeDoubleBE=function(value,offset,noAssert){return writeDouble(this,value,offset,!1,noAssert)};Buffer3.prototype.copy=function(target,targetStart,start,end){if(!Buffer3.isBuffer(target))throw new TypeError("argument should be a Buffer");if(start||(start=0),!end&&end!==0&&(end=this.length),targetStart>=target.length&&(targetStart=target.length),targetStart||(targetStart=0),end>0&&end<start&&(end=start),end===start||target.length===0||this.length===0)return 0;if(targetStart<0)throw new RangeError("targetStart out of bounds");if(start<0||start>=this.length)throw new RangeError("Index out of range");if(end<0)throw new RangeError("sourceEnd out of bounds");end>this.length&&(end=this.length),target.length-targetStart<end-start&&(end=target.length-targetStart+start);var len=end-start;return this===target&&typeof Uint8Array.prototype.copyWithin=="function"?this.copyWithin(targetStart,start,end):Uint8Array.prototype.set.call(target,this.subarray(start,end),targetStart),len};Buffer3.prototype.fill=function(val,start,end,encoding){if(typeof val=="string"){if(typeof start=="string"?(encoding=start,start=0,end=this.length):typeof end=="string"&&(encoding=end,end=this.length),encoding!==void 0&&typeof encoding!="string")throw new TypeError("encoding must be a string");if(typeof encoding=="string"&&!Buffer3.isEncoding(encoding))throw new TypeError("Unknown encoding: "+encoding);if(val.length===1){var code=val.charCodeAt(0);(encoding==="utf8"&&code<128||encoding==="latin1")&&(val=code)}}else typeof val=="number"?val=val&255:typeof val=="boolean"&&(val=Number(val));if(start<0||this.length<start||this.length<end)throw new RangeError("Out of range index");if(end<=start)return this;start=start>>>0,end=end===void 0?this.length:end>>>0,val||(val=0);var i;if(typeof val=="number")for(i=start;i<end;++i)this[i]=val;else{var bytes=Buffer3.isBuffer(val)?val:Buffer3.from(val,encoding),len=bytes.length;if(len===0)throw new TypeError('The value "'+val+'" is invalid for argument "value"');for(i=0;i<end-start;++i)this[i+start]=bytes[i%len]}return this};var INVALID_BASE64_RE=/[^+/0-9A-Za-z-_]/g;function base64clean(str){if(str=str.split("=")[0],str=str.trim().replace(INVALID_BASE64_RE,""),str.length<2)return"";for(;str.length%4!==0;)str=str+"=";return str}function utf8ToBytes(string,units){units=units||1/0;for(var codePoint,length=string.length,leadSurrogate=null,bytes=[],i=0;i<length;++i){if(codePoint=string.charCodeAt(i),codePoint>55295&&codePoint<57344){if(!leadSurrogate){if(codePoint>56319){(units-=3)>-1&&bytes.push(239,191,189);continue}else if(i+1===length){(units-=3)>-1&&bytes.push(239,191,189);continue}leadSurrogate=codePoint;continue}if(codePoint<56320){(units-=3)>-1&&bytes.push(239,191,189),leadSurrogate=codePoint;continue}codePoint=(leadSurrogate-55296<<10|codePoint-56320)+65536}else leadSurrogate&&(units-=3)>-1&&bytes.push(239,191,189);if(leadSurrogate=null,codePoint<128){if((units-=1)<0)break;bytes.push(codePoint)}else if(codePoint<2048){if((units-=2)<0)break;bytes.push(codePoint>>6|192,codePoint&63|128)}else if(codePoint<65536){if((units-=3)<0)break;bytes.push(codePoint>>12|224,codePoint>>6&63|128,codePoint&63|128)}else if(codePoint<1114112){if((units-=4)<0)break;bytes.push(codePoint>>18|240,codePoint>>12&63|128,codePoint>>6&63|128,codePoint&63|128)}else throw new Error("Invalid code point")}return bytes}function asciiToBytes(str){for(var byteArray=[],i=0;i<str.length;++i)byteArray.push(str.charCodeAt(i)&255);return byteArray}function utf16leToBytes(str,units){for(var c,hi,lo,byteArray=[],i=0;i<str.length&&!((units-=2)<0);++i)c=str.charCodeAt(i),hi=c>>8,lo=c%256,byteArray.push(lo),byteArray.push(hi);return byteArray}function base64ToBytes(str){return base64.toByteArray(base64clean(str))}function blitBuffer(src,dst,offset,length){for(var i=0;i<length&&!(i+offset>=dst.length||i>=src.length);++i)dst[i+offset]=src[i];return i}function isInstance(obj,type){return obj instanceof type||obj!=null&&obj.constructor!=null&&obj.constructor.name!=null&&obj.constructor.name===type.name}function numberIsNaN(obj){return obj!==obj}var hexSliceLookupTable=function(){for(var alphabet="0123456789abcdef",table=new Array(256),i=0;i<16;++i)for(var i16=i*16,j=0;j<16;++j)table[i16+j]=alphabet[i]+alphabet[j];return table}()}});var require_browser=__commonJS({"node_modules/process/browser.js"(exports,module){init_define_process_env();init_shim();var process2=module.exports={},cachedSetTimeout,cachedClearTimeout;function defaultSetTimout(){throw new Error("setTimeout has not been defined")}function defaultClearTimeout(){throw new Error("clearTimeout has not been defined")}(function(){try{typeof setTimeout=="function"?cachedSetTimeout=setTimeout:cachedSetTimeout=defaultSetTimout}catch(e){cachedSetTimeout=defaultSetTimout}try{typeof clearTimeout=="function"?cachedClearTimeout=clearTimeout:cachedClearTimeout=defaultClearTimeout}catch(e){cachedClearTimeout=defaultClearTimeout}})();function runTimeout(fun){if(cachedSetTimeout===setTimeout)return setTimeout(fun,0);if((cachedSetTimeout===defaultSetTimout||!cachedSetTimeout)&&setTimeout)return cachedSetTimeout=setTimeout,setTimeout(fun,0);try{return cachedSetTimeout(fun,0)}catch(e){try{return cachedSetTimeout.call(null,fun,0)}catch(e2){return cachedSetTimeout.call(this,fun,0)}}}function runClearTimeout(marker){if(cachedClearTimeout===clearTimeout)return clearTimeout(marker);if((cachedClearTimeout===defaultClearTimeout||!cachedClearTimeout)&&clearTimeout)return cachedClearTimeout=clearTimeout,clearTimeout(marker);try{return cachedClearTimeout(marker)}catch(e){try{return cachedClearTimeout.call(null,marker)}catch(e2){return cachedClearTimeout.call(this,marker)}}}var queue=[],draining=!1,currentQueue,queueIndex=-1;function cleanUpNextTick(){!draining||!currentQueue||(draining=!1,currentQueue.length?queue=currentQueue.concat(queue):queueIndex=-1,queue.length&&drainQueue())}function drainQueue(){if(!draining){var timeout=runTimeout(cleanUpNextTick);draining=!0;for(var len=queue.length;len;){for(currentQueue=queue,queue=[];++queueIndex<len;)currentQueue&&currentQueue[queueIndex].run();queueIndex=-1,len=queue.length}currentQueue=null,draining=!1,runClearTimeout(timeout)}}process2.nextTick=function(fun){var args=new Array(arguments.length-1);if(arguments.length>1)for(var i=1;i<arguments.length;i++)args[i-1]=arguments[i];queue.push(new Item(fun,args)),queue.length===1&&!draining&&runTimeout(drainQueue)};function Item(fun,array){this.fun=fun,this.array=array}Item.prototype.run=function(){this.fun.apply(null,this.array)};process2.title="browser";process2.browser=!0;process2.env={};process2.argv=[];process2.version="";process2.versions={};function noop(){}process2.on=noop;process2.addListener=noop;process2.once=noop;process2.off=noop;process2.removeListener=noop;process2.removeAllListeners=noop;process2.emit=noop;process2.prependListener=noop;process2.prependOnceListener=noop;process2.listeners=function(name){return[]};process2.binding=function(name){throw new Error("process.binding is not supported")};process2.cwd=function(){return"/"};process2.chdir=function(dir){throw new Error("process.chdir is not supported")};process2.umask=function(){return 0}}});var import_buffer,import_process,_globalThis,init_shim=__esm({"node_modules/node-stdlib-browser/helpers/esbuild/shim.js"(){import_buffer=__toESM(require_buffer()),import_process=__toESM(require_browser()),_globalThis=function(Object2){function get(){var _global3=this||self;return delete Object2.prototype.__magic__,_global3}if(typeof globalThis=="object")return globalThis;if(this)return get();Object2.defineProperty(Object2.prototype,"__magic__",{configurable:!0,get});var _global2=__magic__;return _global2}(Object)}});var require_global=__commonJS({"node_modules/core-js/internals/global.js"(exports,module){"use strict";init_define_process_env();init_shim();var check=function(it){return it&&it.Math===Math&&it};module.exports=check(typeof globalThis=="object"&&globalThis)||check(typeof window=="object"&&window)||check(typeof self=="object"&&self)||check(typeof window=="object"&&window)||check(typeof exports=="object"&&exports)||function(){return this}()||Function("return this")()}});var require_fails=__commonJS({"node_modules/core-js/internals/fails.js"(exports,module){"use strict";init_define_process_env();init_shim();module.exports=function(exec){try{return!!exec()}catch(error){return!0}}}});var require_descriptors=__commonJS({"node_modules/core-js/internals/descriptors.js"(exports,module){"use strict";init_define_process_env();init_shim();var fails=require_fails();module.exports=!fails(function(){return Object.defineProperty({},1,{get:function(){return 7}})[1]!==7})}});var require_function_bind_native=__commonJS({"node_modules/core-js/internals/function-bind-native.js"(exports,module){"use strict";init_define_process_env();init_shim();var fails=require_fails();module.exports=!fails(function(){var test=(function(){}).bind();return typeof test!="function"||test.hasOwnProperty("prototype")})}});var require_function_call=__commonJS({"node_modules/core-js/internals/function-call.js"(exports,module){"use strict";init_define_process_env();init_shim();var NATIVE_BIND=require_function_bind_native(),call=Function.prototype.call;module.exports=NATIVE_BIND?call.bind(call):function(){return call.apply(call,arguments)}}});var require_object_property_is_enumerable=__commonJS({"node_modules/core-js/internals/object-property-is-enumerable.js"(exports){"use strict";init_define_process_env();init_shim();var $propertyIsEnumerable={}.propertyIsEnumerable,getOwnPropertyDescriptor=Object.getOwnPropertyDescriptor,NASHORN_BUG=getOwnPropertyDescriptor&&!$propertyIsEnumerable.call({1:2},1);exports.f=NASHORN_BUG?function(V){var descriptor=getOwnPropertyDescriptor(this,V);return!!descriptor&&descriptor.enumerable}:$propertyIsEnumerable}});var require_create_property_descriptor=__commonJS({"node_modules/core-js/internals/create-property-descriptor.js"(exports,module){"use strict";init_define_process_env();init_shim();module.exports=function(bitmap,value){return{enumerable:!(bitmap&1),configurable:!(bitmap&2),writable:!(bitmap&4),value}}}});var require_function_uncurry_this=__commonJS({"node_modules/core-js/internals/function-uncurry-this.js"(exports,module){"use strict";init_define_process_env();init_shim();var NATIVE_BIND=require_function_bind_native(),FunctionPrototype=Function.prototype,call=FunctionPrototype.call,uncurryThisWithBind=NATIVE_BIND&&FunctionPrototype.bind.bind(call,call);module.exports=NATIVE_BIND?uncurryThisWithBind:function(fn){return function(){return call.apply(fn,arguments)}}}});var require_classof_raw=__commonJS({"node_modules/core-js/internals/classof-raw.js"(exports,module){"use strict";init_define_process_env();init_shim();var uncurryThis=require_function_uncurry_this(),toString=uncurryThis({}.toString),stringSlice=uncurryThis("".slice);module.exports=function(it){return stringSlice(toString(it),8,-1)}}});var require_indexed_object=__commonJS({"node_modules/core-js/internals/indexed-object.js"(exports,module){"use strict";init_define_process_env();init_shim();var uncurryThis=require_function_uncurry_this(),fails=require_fails(),classof=require_classof_raw(),$Object=Object,split=uncurryThis("".split);module.exports=fails(function(){return!$Object("z").propertyIsEnumerable(0)})?function(it){return classof(it)==="String"?split(it,""):$Object(it)}:$Object}});var require_is_null_or_undefined=__commonJS({"node_modules/core-js/internals/is-null-or-undefined.js"(exports,module){"use strict";init_define_process_env();init_shim();module.exports=function(it){return it==null}}});var require_require_object_coercible=__commonJS({"node_modules/core-js/internals/require-object-coercible.js"(exports,module){"use strict";init_define_process_env();init_shim();var isNullOrUndefined=require_is_null_or_undefined(),$TypeError=TypeError;module.exports=function(it){if(isNullOrUndefined(it))throw new $TypeError("Can't call method on "+it);return it}}});var require_to_indexed_object=__commonJS({"node_modules/core-js/internals/to-indexed-object.js"(exports,module){"use strict";init_define_process_env();init_shim();var IndexedObject=require_indexed_object(),requireObjectCoercible=require_require_object_coercible();module.exports=function(it){return IndexedObject(requireObjectCoercible(it))}}});var require_is_callable=__commonJS({"node_modules/core-js/internals/is-callable.js"(exports,module){"use strict";init_define_process_env();init_shim();var documentAll=typeof document=="object"&&document.all;module.exports=typeof documentAll>"u"&&documentAll!==void 0?function(argument){return typeof argument=="function"||argument===documentAll}:function(argument){return typeof argument=="function"}}});var require_is_object=__commonJS({"node_modules/core-js/internals/is-object.js"(exports,module){"use strict";init_define_process_env();init_shim();var isCallable=require_is_callable();module.exports=function(it){return typeof it=="object"?it!==null:isCallable(it)}}});var require_get_built_in=__commonJS({"node_modules/core-js/internals/get-built-in.js"(exports,module){"use strict";init_define_process_env();init_shim();var global=require_global(),isCallable=require_is_callable(),aFunction=function(argument){return isCallable(argument)?argument:void 0};module.exports=function(namespace,method){return arguments.length<2?aFunction(global[namespace]):global[namespace]&&global[namespace][method]}}});var require_object_is_prototype_of=__commonJS({"node_modules/core-js/internals/object-is-prototype-of.js"(exports,module){"use strict";init_define_process_env();init_shim();var uncurryThis=require_function_uncurry_this();module.exports=uncurryThis({}.isPrototypeOf)}});var require_engine_user_agent=__commonJS({"node_modules/core-js/internals/engine-user-agent.js"(exports,module){"use strict";init_define_process_env();init_shim();module.exports=typeof navigator<"u"&&String(navigator.userAgent)||""}});var require_engine_v8_version=__commonJS({"node_modules/core-js/internals/engine-v8-version.js"(exports,module){"use strict";init_define_process_env();init_shim();var global=require_global(),userAgent=require_engine_user_agent(),process2=global.process,Deno=global.Deno,versions=process2&&process2.versions||Deno&&Deno.version,v8=versions&&versions.v8,match,version;v8&&(match=v8.split("."),version=match[0]>0&&match[0]<4?1:+(match[0]+match[1]));!version&&userAgent&&(match=userAgent.match(/Edge\/(\d+)/),(!match||match[1]>=74)&&(match=userAgent.match(/Chrome\/(\d+)/),match&&(version=+match[1])));module.exports=version}});var require_symbol_constructor_detection=__commonJS({"node_modules/core-js/internals/symbol-constructor-detection.js"(exports,module){"use strict";init_define_process_env();init_shim();var V8_VERSION=require_engine_v8_version(),fails=require_fails(),global=require_global(),$String=global.String;module.exports=!!Object.getOwnPropertySymbols&&!fails(function(){var symbol=Symbol("symbol detection");return!$String(symbol)||!(Object(symbol)instanceof Symbol)||!Symbol.sham&&V8_VERSION&&V8_VERSION<41})}});var require_use_symbol_as_uid=__commonJS({"node_modules/core-js/internals/use-symbol-as-uid.js"(exports,module){"use strict";init_define_process_env();init_shim();var NATIVE_SYMBOL=require_symbol_constructor_detection();module.exports=NATIVE_SYMBOL&&!Symbol.sham&&typeof Symbol.iterator=="symbol"}});var require_is_symbol=__commonJS({"node_modules/core-js/internals/is-symbol.js"(exports,module){"use strict";init_define_process_env();init_shim();var getBuiltIn=require_get_built_in(),isCallable=require_is_callable(),isPrototypeOf=require_object_is_prototype_of(),USE_SYMBOL_AS_UID=require_use_symbol_as_uid(),$Object=Object;module.exports=USE_SYMBOL_AS_UID?function(it){return typeof it=="symbol"}:function(it){var $Symbol=getBuiltIn("Symbol");return isCallable($Symbol)&&isPrototypeOf($Symbol.prototype,$Object(it))}}});var require_try_to_string=__commonJS({"node_modules/core-js/internals/try-to-string.js"(exports,module){"use strict";init_define_process_env();init_shim();var $String=String;module.exports=function(argument){try{return $String(argument)}catch(error){return"Object"}}}});var require_a_callable=__commonJS({"node_modules/core-js/internals/a-callable.js"(exports,module){"use strict";init_define_process_env();init_shim();var isCallable=require_is_callable(),tryToString=require_try_to_string(),$TypeError=TypeError;module.exports=function(argument){if(isCallable(argument))return argument;throw new $TypeError(tryToString(argument)+" is not a function")}}});var require_get_method=__commonJS({"node_modules/core-js/internals/get-method.js"(exports,module){"use strict";init_define_process_env();init_shim();var aCallable=require_a_callable(),isNullOrUndefined=require_is_null_or_undefined();module.exports=function(V,P){var func=V[P];return isNullOrUndefined(func)?void 0:aCallable(func)}}});var require_ordinary_to_primitive=__commonJS({"node_modules/core-js/internals/ordinary-to-primitive.js"(exports,module){"use strict";init_define_process_env();init_shim();var call=require_function_call(),isCallable=require_is_callable(),isObject=require_is_object(),$TypeError=TypeError;module.exports=function(input,pref){var fn,val;if(pref==="string"&&isCallable(fn=input.toString)&&!isObject(val=call(fn,input))||isCallable(fn=input.valueOf)&&!isObject(val=call(fn,input))||pref!=="string"&&isCallable(fn=input.toString)&&!isObject(val=call(fn,input)))return val;throw new $TypeError("Can't convert object to primitive value")}}});var require_is_pure=__commonJS({"node_modules/core-js/internals/is-pure.js"(exports,module){"use strict";init_define_process_env();init_shim();module.exports=!1}});var require_define_global_property=__commonJS({"node_modules/core-js/internals/define-global-property.js"(exports,module){"use strict";init_define_process_env();init_shim();var global=require_global(),defineProperty=Object.defineProperty;module.exports=function(key,value){try{defineProperty(global,key,{value,configurable:!0,writable:!0})}catch(error){global[key]=value}return value}}});var require_shared_store=__commonJS({"node_modules/core-js/internals/shared-store.js"(exports,module){"use strict";init_define_process_env();init_shim();var global=require_global(),defineGlobalProperty=require_define_global_property(),SHARED="__core-js_shared__",store=global[SHARED]||defineGlobalProperty(SHARED,{});module.exports=store}});var require_shared=__commonJS({"node_modules/core-js/internals/shared.js"(exports,module){"use strict";init_define_process_env();init_shim();var IS_PURE=require_is_pure(),store=require_shared_store();(module.exports=function(key,value){return store[key]||(store[key]=value!==void 0?value:{})})("versions",[]).push({version:"3.35.1",mode:IS_PURE?"pure":"global",copyright:"\xA9 2014-2024 Denis Pushkarev (zloirock.ru)",license:"https://github.com/zloirock/core-js/blob/v3.35.1/LICENSE",source:"https://github.com/zloirock/core-js"})}});var require_to_object=__commonJS({"node_modules/core-js/internals/to-object.js"(exports,module){"use strict";init_define_process_env();init_shim();var requireObjectCoercible=require_require_object_coercible(),$Object=Object;module.exports=function(argument){return $Object(requireObjectCoercible(argument))}}});var require_has_own_property=__commonJS({"node_modules/core-js/internals/has-own-property.js"(exports,module){"use strict";init_define_process_env();init_shim();var uncurryThis=require_function_uncurry_this(),toObject=require_to_object(),hasOwnProperty=uncurryThis({}.hasOwnProperty);module.exports=Object.hasOwn||function(it,key){return hasOwnProperty(toObject(it),key)}}});var require_uid=__commonJS({"node_modules/core-js/internals/uid.js"(exports,module){"use strict";init_define_process_env();init_shim();var uncurryThis=require_function_uncurry_this(),id=0,postfix=Math.random(),toString=uncurryThis(1 .toString);module.exports=function(key){return"Symbol("+(key===void 0?"":key)+")_"+toString(++id+postfix,36)}}});var require_well_known_symbol=__commonJS({"node_modules/core-js/internals/well-known-symbol.js"(exports,module){"use strict";init_define_process_env();init_shim();var global=require_global(),shared=require_shared(),hasOwn=require_has_own_property(),uid=require_uid(),NATIVE_SYMBOL=require_symbol_constructor_detection(),USE_SYMBOL_AS_UID=require_use_symbol_as_uid(),Symbol2=global.Symbol,WellKnownSymbolsStore=shared("wks"),createWellKnownSymbol=USE_SYMBOL_AS_UID?Symbol2.for||Symbol2:Symbol2&&Symbol2.withoutSetter||uid;module.exports=function(name){return hasOwn(WellKnownSymbolsStore,name)||(WellKnownSymbolsStore[name]=NATIVE_SYMBOL&&hasOwn(Symbol2,name)?Symbol2[name]:createWellKnownSymbol("Symbol."+name)),WellKnownSymbolsStore[name]}}});var require_to_primitive=__commonJS({"node_modules/core-js/internals/to-primitive.js"(exports,module){"use strict";init_define_process_env();init_shim();var call=require_function_call(),isObject=require_is_object(),isSymbol=require_is_symbol(),getMethod=require_get_method(),ordinaryToPrimitive=require_ordinary_to_primitive(),wellKnownSymbol=require_well_known_symbol(),$TypeError=TypeError,TO_PRIMITIVE=wellKnownSymbol("toPrimitive");module.exports=function(input,pref){if(!isObject(input)||isSymbol(input))return input;var exoticToPrim=getMethod(input,TO_PRIMITIVE),result;if(exoticToPrim){if(pref===void 0&&(pref="default"),result=call(exoticToPrim,input,pref),!isObject(result)||isSymbol(result))return result;throw new $TypeError("Can't convert object to primitive value")}return pref===void 0&&(pref="number"),ordinaryToPrimitive(input,pref)}}});var require_to_property_key=__commonJS({"node_modules/core-js/internals/to-property-key.js"(exports,module){"use strict";init_define_process_env();init_shim();var toPrimitive=require_to_primitive(),isSymbol=require_is_symbol();module.exports=function(argument){var key=toPrimitive(argument,"string");return isSymbol(key)?key:key+""}}});var require_document_create_element=__commonJS({"node_modules/core-js/internals/document-create-element.js"(exports,module){"use strict";init_define_process_env();init_shim();var global=require_global(),isObject=require_is_object(),document2=global.document,EXISTS=isObject(document2)&&isObject(document2.createElement);module.exports=function(it){return EXISTS?document2.createElement(it):{}}}});var require_ie8_dom_define=__commonJS({"node_modules/core-js/internals/ie8-dom-define.js"(exports,module){"use strict";init_define_process_env();init_shim();var DESCRIPTORS=require_descriptors(),fails=require_fails(),createElement=require_document_create_element();module.exports=!DESCRIPTORS&&!fails(function(){return Object.defineProperty(createElement("div"),"a",{get:function(){return 7}}).a!==7})}});var require_object_get_own_property_descriptor=__commonJS({"node_modules/core-js/internals/object-get-own-property-descriptor.js"(exports){"use strict";init_define_process_env();init_shim();var DESCRIPTORS=require_descriptors(),call=require_function_call(),propertyIsEnumerableModule=require_object_property_is_enumerable(),createPropertyDescriptor=require_create_property_descriptor(),toIndexedObject=require_to_indexed_object(),toPropertyKey=require_to_property_key(),hasOwn=require_has_own_property(),IE8_DOM_DEFINE=require_ie8_dom_define(),$getOwnPropertyDescriptor=Object.getOwnPropertyDescriptor;exports.f=DESCRIPTORS?$getOwnPropertyDescriptor:function(O,P){if(O=toIndexedObject(O),P=toPropertyKey(P),IE8_DOM_DEFINE)try{return $getOwnPropertyDescriptor(O,P)}catch(error){}if(hasOwn(O,P))return createPropertyDescriptor(!call(propertyIsEnumerableModule.f,O,P),O[P])}}});var require_v8_prototype_define_bug=__commonJS({"node_modules/core-js/internals/v8-prototype-define-bug.js"(exports,module){"use strict";init_define_process_env();init_shim();var DESCRIPTORS=require_descriptors(),fails=require_fails();module.exports=DESCRIPTORS&&fails(function(){return Object.defineProperty(function(){},"prototype",{value:42,writable:!1}).prototype!==42})}});var require_an_object=__commonJS({"node_modules/core-js/internals/an-object.js"(exports,module){"use strict";init_define_process_env();init_shim();var isObject=require_is_object(),$String=String,$TypeError=TypeError;module.exports=function(argument){if(isObject(argument))return argument;throw new $TypeError($String(argument)+" is not an object")}}});var require_object_define_property=__commonJS({"node_modules/core-js/internals/object-define-property.js"(exports){"use strict";init_define_process_env();init_shim();var DESCRIPTORS=require_descriptors(),IE8_DOM_DEFINE=require_ie8_dom_define(),V8_PROTOTYPE_DEFINE_BUG=require_v8_prototype_define_bug(),anObject=require_an_object(),toPropertyKey=require_to_property_key(),$TypeError=TypeError,$defineProperty=Object.defineProperty,$getOwnPropertyDescriptor=Object.getOwnPropertyDescriptor,ENUMERABLE="enumerable",CONFIGURABLE="configurable",WRITABLE="writable";exports.f=DESCRIPTORS?V8_PROTOTYPE_DEFINE_BUG?function(O,P,Attributes){if(anObject(O),P=toPropertyKey(P),anObject(Attributes),typeof O=="function"&&P==="prototype"&&"value"in Attributes&&WRITABLE in Attributes&&!Attributes[WRITABLE]){var current=$getOwnPropertyDescriptor(O,P);current&&current[WRITABLE]&&(O[P]=Attributes.value,Attributes={configurable:CONFIGURABLE in Attributes?Attributes[CONFIGURABLE]:current[CONFIGURABLE],enumerable:ENUMERABLE in Attributes?Attributes[ENUMERABLE]:current[ENUMERABLE],writable:!1})}return $defineProperty(O,P,Attributes)}:$defineProperty:function(O,P,Attributes){if(anObject(O),P=toPropertyKey(P),anObject(Attributes),IE8_DOM_DEFINE)try{return $defineProperty(O,P,Attributes)}catch(error){}if("get"in Attributes||"set"in Attributes)throw new $TypeError("Accessors not supported");return"value"in Attributes&&(O[P]=Attributes.value),O}}});var require_create_non_enumerable_property=__commonJS({"node_modules/core-js/internals/create-non-enumerable-property.js"(exports,module){"use strict";init_define_process_env();init_shim();var DESCRIPTORS=require_descriptors(),definePropertyModule=require_object_define_property(),createPropertyDescriptor=require_create_property_descriptor();module.exports=DESCRIPTORS?function(object,key,value){return definePropertyModule.f(object,key,createPropertyDescriptor(1,value))}:function(object,key,value){return object[key]=value,object}}});var require_function_name=__commonJS({"node_modules/core-js/internals/function-name.js"(exports,module){"use strict";init_define_process_env();init_shim();var DESCRIPTORS=require_descriptors(),hasOwn=require_has_own_property(),FunctionPrototype=Function.prototype,getDescriptor=DESCRIPTORS&&Object.getOwnPropertyDescriptor,EXISTS=hasOwn(FunctionPrototype,"name"),PROPER=EXISTS&&(function(){}).name==="something",CONFIGURABLE=EXISTS&&(!DESCRIPTORS||DESCRIPTORS&&getDescriptor(FunctionPrototype,"name").configurable);module.exports={EXISTS,PROPER,CONFIGURABLE}}});var require_inspect_source=__commonJS({"node_modules/core-js/internals/inspect-source.js"(exports,module){"use strict";init_define_process_env();init_shim();var uncurryThis=require_function_uncurry_this(),isCallable=require_is_callable(),store=require_shared_store(),functionToString=uncurryThis(Function.toString);isCallable(store.inspectSource)||(store.inspectSource=function(it){return functionToString(it)});module.exports=store.inspectSource}});var require_weak_map_basic_detection=__commonJS({"node_modules/core-js/internals/weak-map-basic-detection.js"(exports,module){"use strict";init_define_process_env();init_shim();var global=require_global(),isCallable=require_is_callable(),WeakMap=global.WeakMap;module.exports=isCallable(WeakMap)&&/native code/.test(String(WeakMap))}});var require_shared_key=__commonJS({"node_modules/core-js/internals/shared-key.js"(exports,module){"use strict";init_define_process_env();init_shim();var shared=require_shared(),uid=require_uid(),keys=shared("keys");module.exports=function(key){return keys[key]||(keys[key]=uid(key))}}});var require_hidden_keys=__commonJS({"node_modules/core-js/internals/hidden-keys.js"(exports,module){"use strict";init_define_process_env();init_shim();module.exports={}}});var require_internal_state=__commonJS({"node_modules/core-js/internals/internal-state.js"(exports,module){"use strict";init_define_process_env();init_shim();var NATIVE_WEAK_MAP=require_weak_map_basic_detection(),global=require_global(),isObject=require_is_object(),createNonEnumerableProperty=require_create_non_enumerable_property(),hasOwn=require_has_own_property(),shared=require_shared_store(),sharedKey=require_shared_key(),hiddenKeys=require_hidden_keys(),OBJECT_ALREADY_INITIALIZED="Object already initialized",TypeError2=global.TypeError,WeakMap=global.WeakMap,set,get,has,enforce=function(it){return has(it)?get(it):set(it,{})},getterFor=function(TYPE){return function(it){var state;if(!isObject(it)||(state=get(it)).type!==TYPE)throw new TypeError2("Incompatible receiver, "+TYPE+" required");return state}};NATIVE_WEAK_MAP||shared.state?(store=shared.state||(shared.state=new WeakMap),store.get=store.get,store.has=store.has,store.set=store.set,set=function(it,metadata){if(store.has(it))throw new TypeError2(OBJECT_ALREADY_INITIALIZED);return metadata.facade=it,store.set(it,metadata),metadata},get=function(it){return store.get(it)||{}},has=function(it){return store.has(it)}):(STATE=sharedKey("state"),hiddenKeys[STATE]=!0,set=function(it,metadata){if(hasOwn(it,STATE))throw new TypeError2(OBJECT_ALREADY_INITIALIZED);return metadata.facade=it,createNonEnumerableProperty(it,STATE,metadata),metadata},get=function(it){return hasOwn(it,STATE)?it[STATE]:{}},has=function(it){return hasOwn(it,STATE)});var store,STATE;module.exports={set,get,has,enforce,getterFor}}});var require_make_built_in=__commonJS({"node_modules/core-js/internals/make-built-in.js"(exports,module){"use strict";init_define_process_env();init_shim();var uncurryThis=require_function_uncurry_this(),fails=require_fails(),isCallable=require_is_callable(),hasOwn=require_has_own_property(),DESCRIPTORS=require_descriptors(),CONFIGURABLE_FUNCTION_NAME=require_function_name().CONFIGURABLE,inspectSource=require_inspect_source(),InternalStateModule=require_internal_state(),enforceInternalState=InternalStateModule.enforce,getInternalState=InternalStateModule.get,$String=String,defineProperty=Object.defineProperty,stringSlice=uncurryThis("".slice),replace=uncurryThis("".replace),join=uncurryThis([].join),CONFIGURABLE_LENGTH=DESCRIPTORS&&!fails(function(){return defineProperty(function(){},"length",{value:8}).length!==8}),TEMPLATE=String(String).split("String"),makeBuiltIn=module.exports=function(value,name,options){stringSlice($String(name),0,7)==="Symbol("&&(name="["+replace($String(name),/^Symbol\(([^)]*)\).*$/,"$1")+"]"),options&&options.getter&&(name="get "+name),options&&options.setter&&(name="set "+name),(!hasOwn(value,"name")||CONFIGURABLE_FUNCTION_NAME&&value.name!==name)&&(DESCRIPTORS?defineProperty(value,"name",{value:name,configurable:!0}):value.name=name),CONFIGURABLE_LENGTH&&options&&hasOwn(options,"arity")&&value.length!==options.arity&&defineProperty(value,"length",{value:options.arity});try{options&&hasOwn(options,"constructor")&&options.constructor?DESCRIPTORS&&defineProperty(value,"prototype",{writable:!1}):value.prototype&&(value.prototype=void 0)}catch(error){}var state=enforceInternalState(value);return hasOwn(state,"source")||(state.source=join(TEMPLATE,typeof name=="string"?name:"")),value};Function.prototype.toString=makeBuiltIn(function(){return isCallable(this)&&getInternalState(this).source||inspectSource(this)},"toString")}});var require_define_built_in=__commonJS({"node_modules/core-js/internals/define-built-in.js"(exports,module){"use strict";init_define_process_env();init_shim();var isCallable=require_is_callable(),definePropertyModule=require_object_define_property(),makeBuiltIn=require_make_built_in(),defineGlobalProperty=require_define_global_property();module.exports=function(O,key,value,options){options||(options={});var simple=options.enumerable,name=options.name!==void 0?options.name:key;if(isCallable(value)&&makeBuiltIn(value,name,options),options.global)simple?O[key]=value:defineGlobalProperty(key,value);else{try{options.unsafe?O[key]&&(simple=!0):delete O[key]}catch(error){}simple?O[key]=value:definePropertyModule.f(O,key,{value,enumerable:!1,configurable:!options.nonConfigurable,writable:!options.nonWritable})}return O}}});var require_math_trunc=__commonJS({"node_modules/core-js/internals/math-trunc.js"(exports,module){"use strict";init_define_process_env();init_shim();var ceil=Math.ceil,floor=Math.floor;module.exports=Math.trunc||function(x){var n=+x;return(n>0?floor:ceil)(n)}}});var require_to_integer_or_infinity=__commonJS({"node_modules/core-js/internals/to-integer-or-infinity.js"(exports,module){"use strict";init_define_process_env();init_shim();var trunc=require_math_trunc();module.exports=function(argument){var number=+argument;return number!==number||number===0?0:trunc(number)}}});var require_to_absolute_index=__commonJS({"node_modules/core-js/internals/to-absolute-index.js"(exports,module){"use strict";init_define_process_env();init_shim();var toIntegerOrInfinity=require_to_integer_or_infinity(),max=Math.max,min=Math.min;module.exports=function(index,length){var integer=toIntegerOrInfinity(index);return integer<0?max(integer+length,0):min(integer,length)}}});var require_to_length=__commonJS({"node_modules/core-js/internals/to-length.js"(exports,module){"use strict";init_define_process_env();init_shim();var toIntegerOrInfinity=require_to_integer_or_infinity(),min=Math.min;module.exports=function(argument){var len=toIntegerOrInfinity(argument);return len>0?min(len,9007199254740991):0}}});var require_length_of_array_like=__commonJS({"node_modules/core-js/internals/length-of-array-like.js"(exports,module){"use strict";init_define_process_env();init_shim();var toLength=require_to_length();module.exports=function(obj){return toLength(obj.length)}}});var require_array_includes=__commonJS({"node_modules/core-js/internals/array-includes.js"(exports,module){"use strict";init_define_process_env();init_shim();var toIndexedObject=require_to_indexed_object(),toAbsoluteIndex=require_to_absolute_index(),lengthOfArrayLike=require_length_of_array_like(),createMethod=function(IS_INCLUDES){return function($this,el,fromIndex){var O=toIndexedObject($this),length=lengthOfArrayLike(O),index=toAbsoluteIndex(fromIndex,length),value;if(IS_INCLUDES&&el!==el){for(;length>index;)if(value=O[index++],value!==value)return!0}else for(;length>index;index++)if((IS_INCLUDES||index in O)&&O[index]===el)return IS_INCLUDES||index||0;return!IS_INCLUDES&&-1}};module.exports={includes:createMethod(!0),indexOf:createMethod(!1)}}});var require_object_keys_internal=__commonJS({"node_modules/core-js/internals/object-keys-internal.js"(exports,module){"use strict";init_define_process_env();init_shim();var uncurryThis=require_function_uncurry_this(),hasOwn=require_has_own_property(),toIndexedObject=require_to_indexed_object(),indexOf=require_array_includes().indexOf,hiddenKeys=require_hidden_keys(),push=uncurryThis([].push);module.exports=function(object,names){var O=toIndexedObject(object),i=0,result=[],key;for(key in O)!hasOwn(hiddenKeys,key)&&hasOwn(O,key)&&push(result,key);for(;names.length>i;)hasOwn(O,key=names[i++])&&(~indexOf(result,key)||push(result,key));return result}}});var require_enum_bug_keys=__commonJS({"node_modules/core-js/internals/enum-bug-keys.js"(exports,module){"use strict";init_define_process_env();init_shim();module.exports=["constructor","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","toLocaleString","toString","valueOf"]}});var require_object_get_own_property_names=__commonJS({"node_modules/core-js/internals/object-get-own-property-names.js"(exports){"use strict";init_define_process_env();init_shim();var internalObjectKeys=require_object_keys_internal(),enumBugKeys=require_enum_bug_keys(),hiddenKeys=enumBugKeys.concat("length","prototype");exports.f=Object.getOwnPropertyNames||function(O){return internalObjectKeys(O,hiddenKeys)}}});var require_object_get_own_property_symbols=__commonJS({"node_modules/core-js/internals/object-get-own-property-symbols.js"(exports){"use strict";init_define_process_env();init_shim();exports.f=Object.getOwnPropertySymbols}});var require_own_keys=__commonJS({"node_modules/core-js/internals/own-keys.js"(exports,module){"use strict";init_define_process_env();init_shim();var getBuiltIn=require_get_built_in(),uncurryThis=require_function_uncurry_this(),getOwnPropertyNamesModule=require_object_get_own_property_names(),getOwnPropertySymbolsModule=require_object_get_own_property_symbols(),anObject=require_an_object(),concat=uncurryThis([].concat);module.exports=getBuiltIn("Reflect","ownKeys")||function(it){var keys=getOwnPropertyNamesModule.f(anObject(it)),getOwnPropertySymbols=getOwnPropertySymbolsModule.f;return getOwnPropertySymbols?concat(keys,getOwnPropertySymbols(it)):keys}}});var require_copy_constructor_properties=__commonJS({"node_modules/core-js/internals/copy-constructor-properties.js"(exports,module){"use strict";init_define_process_env();init_shim();var hasOwn=require_has_own_property(),ownKeys=require_own_keys(),getOwnPropertyDescriptorModule=require_object_get_own_property_descriptor(),definePropertyModule=require_object_define_property();module.exports=function(target,source,exceptions){for(var keys=ownKeys(source),defineProperty=definePropertyModule.f,getOwnPropertyDescriptor=getOwnPropertyDescriptorModule.f,i=0;i<keys.length;i++){var key=keys[i];!hasOwn(target,key)&&!(exceptions&&hasOwn(exceptions,key))&&defineProperty(target,key,getOwnPropertyDescriptor(source,key))}}}});var require_is_forced=__commonJS({"node_modules/core-js/internals/is-forced.js"(exports,module){"use strict";init_define_process_env();init_shim();var fails=require_fails(),isCallable=require_is_callable(),replacement=/#|\.prototype\./,isForced=function(feature,detection){var value=data[normalize(feature)];return value===POLYFILL?!0:value===NATIVE?!1:isCallable(detection)?fails(detection):!!detection},normalize=isForced.normalize=function(string){return String(string).replace(replacement,".").toLowerCase()},data=isForced.data={},NATIVE=isForced.NATIVE="N",POLYFILL=isForced.POLYFILL="P";module.exports=isForced}});var require_export=__commonJS({"node_modules/core-js/internals/export.js"(exports,module){"use strict";init_define_process_env();init_shim();var global=require_global(),getOwnPropertyDescriptor=require_object_get_own_property_descriptor().f,createNonEnumerableProperty=require_create_non_enumerable_property(),defineBuiltIn=require_define_built_in(),defineGlobalProperty=require_define_global_property(),copyConstructorProperties=require_copy_constructor_properties(),isForced=require_is_forced();module.exports=function(options,source){var TARGET=options.target,GLOBAL=options.global,STATIC=options.stat,FORCED,target,key,targetProperty,sourceProperty,descriptor;if(GLOBAL?target=global:STATIC?target=global[TARGET]||defineGlobalProperty(TARGET,{}):target=global[TARGET]&&global[TARGET].prototype,target)for(key in source){if(sourceProperty=source[key],options.dontCallGetSet?(descriptor=getOwnPropertyDescriptor(target,key),targetProperty=descriptor&&descriptor.value):targetProperty=target[key],FORCED=isForced(GLOBAL?key:TARGET+(STATIC?".":"#")+key,options.forced),!FORCED&&targetProperty!==void 0){if(typeof sourceProperty==typeof targetProperty)continue;copyConstructorProperties(sourceProperty,targetProperty)}(options.sham||targetProperty&&targetProperty.sham)&&createNonEnumerableProperty(sourceProperty,"sham",!0),defineBuiltIn(target,key,sourceProperty,options)}}}});var require_to_string_tag_support=__commonJS({"node_modules/core-js/internals/to-string-tag-support.js"(exports,module){"use strict";init_define_process_env();init_shim();var wellKnownSymbol=require_well_known_symbol(),TO_STRING_TAG=wellKnownSymbol("toStringTag"),test={};test[TO_STRING_TAG]="z";module.exports=String(test)==="[object z]"}});var require_classof=__commonJS({"node_modules/core-js/internals/classof.js"(exports,module){"use strict";init_define_process_env();init_shim();var TO_STRING_TAG_SUPPORT=require_to_string_tag_support(),isCallable=require_is_callable(),classofRaw=require_classof_raw(),wellKnownSymbol=require_well_known_symbol(),TO_STRING_TAG=wellKnownSymbol("toStringTag"),$Object=Object,CORRECT_ARGUMENTS=classofRaw(function(){return arguments}())==="Arguments",tryGet=function(it,key){try{return it[key]}catch(error){}};module.exports=TO_STRING_TAG_SUPPORT?classofRaw:function(it){var O,tag,result;return it===void 0?"Undefined":it===null?"Null":typeof(tag=tryGet(O=$Object(it),TO_STRING_TAG))=="string"?tag:CORRECT_ARGUMENTS?classofRaw(O):(result=classofRaw(O))==="Object"&&isCallable(O.callee)?"Arguments":result}}});var require_to_string=__commonJS({"node_modules/core-js/internals/to-string.js"(exports,module){"use strict";init_define_process_env();init_shim();var classof=require_classof(),$String=String;module.exports=function(argument){if(classof(argument)==="Symbol")throw new TypeError("Cannot convert a Symbol value to a string");return $String(argument)}}});var require_whitespaces=__commonJS({"node_modules/core-js/internals/whitespaces.js"(exports,module){"use strict";init_define_process_env();init_shim();module.exports="	\n\v\f\r \xA0\u1680\u2000\u2001\u2002\u2003\u2004\u2005\u2006\u2007\u2008\u2009\u200A\u202F\u205F\u3000\u2028\u2029\uFEFF"}});var require_string_trim=__commonJS({"node_modules/core-js/internals/string-trim.js"(exports,module){"use strict";init_define_process_env();init_shim();var uncurryThis=require_function_uncurry_this(),requireObjectCoercible=require_require_object_coercible(),toString=require_to_string(),whitespaces=require_whitespaces(),replace=uncurryThis("".replace),ltrim=RegExp("^["+whitespaces+"]+"),rtrim=RegExp("(^|[^"+whitespaces+"])["+whitespaces+"]+$"),createMethod=function(TYPE){return function($this){var string=toString(requireObjectCoercible($this));return TYPE&1&&(string=replace(string,ltrim,"")),TYPE&2&&(string=replace(string,rtrim,"$1")),string}};module.exports={start:createMethod(1),end:createMethod(2),trim:createMethod(3)}}});var require_number_parse_int=__commonJS({"node_modules/core-js/internals/number-parse-int.js"(exports,module){"use strict";init_define_process_env();init_shim();var global=require_global(),fails=require_fails(),uncurryThis=require_function_uncurry_this(),toString=require_to_string(),trim=require_string_trim().trim,whitespaces=require_whitespaces(),$parseInt=global.parseInt,Symbol2=global.Symbol,ITERATOR=Symbol2&&Symbol2.iterator,hex=/^[+-]?0x/i,exec=uncurryThis(hex.exec),FORCED=$parseInt(whitespaces+"08")!==8||$parseInt(whitespaces+"0x16")!==22||ITERATOR&&!fails(function(){$parseInt(Object(ITERATOR))});module.exports=FORCED?function(string,radix){var S=trim(toString(string));return $parseInt(S,radix>>>0||(exec(hex,S)?16:10))}:$parseInt}});var require_es_parse_int=__commonJS({"node_modules/core-js/modules/es.parse-int.js"(){"use strict";init_define_process_env();init_shim();var $=require_export(),$parseInt=require_number_parse_int();$({global:!0,forced:parseInt!==$parseInt},{parseInt:$parseInt})}});init_define_process_env();init_shim();var import_es_parse_int=__toESM(require_es_parse_int());init_define_process_env();init_shim();var _window$u,_window,_window$safe_require,_window2,u=(_window$u=(_window=window)==null?void 0:_window.u)!=null?_window$u:_u,safe_require=(_window$safe_require=(_window2=window)==null?void 0:_window2.safe_require)!=null?_window$safe_require:_safe_require;var Lib=safe_require.safe_require("./lib"),external=safe_require.safe_require("./external"),services=safe_require.safe_require("./services"),property_applications=safe_require.safe_require("./core/property_applications"),appquery=safe_require.safe_require("./lang/appquery"),element_eval=safe_require.safe_require("./lang/evaluation/element_eval"),PLUGIN_FILE="progressbar",element_modifications=safe_require.safe_require("./core/core_elements/legacy/responsive_v0/element_modifications");element_modifications.set_legacy_element_modifications("progressbar-ProgressBar");function get_bar_label_styles(_ref){let{animation_delay="0s",bar_element,instance,percentage}=_ref,element_width=instance.current_width(),padding_left=0,padding_right=0;if(bar_element!=null&&bar_element[0]){var _bar_element$,_bar_element$$style,_bar_element$2,_bar_element$2$style;padding_left=parseInt(((_bar_element$=bar_element[0])==null||(_bar_element$$style=_bar_element$.style)==null?void 0:_bar_element$$style["padding-left"])||padding_left,10),padding_right=parseInt(((_bar_element$2=bar_element[0])==null||(_bar_element$2$style=_bar_element$2.style)==null?void 0:_bar_element$2$style["padding-right"])||padding_right,10)}let total_left_right_padding=padding_left+padding_right,bar_width=element_width*percentage/100,transition="width "+animation_delay+", clip-path"+animation_delay,left_clip=bar_width-padding_left,bar_label_styles={"clip-path":"inset(0px 0px 0px ".concat(left_clip,"px)"),padding:"inherit",transition,width:element_width-total_left_right_padding},right_clip=element_width-bar_width-padding_right,bar_label_overlay_styles={"clip-path":"inset(0px ".concat(right_clip,"px 0px 0px)"),padding:"inherit",transition,width:element_width-total_left_right_padding};return{bar_label_styles,bar_label_overlay_styles}}function plugin_version(){if(Lib()){var _appquery$get_public_;return(_appquery$get_public_=appquery.get_public_setting("progressbar_installed_version"))!=null?_appquery$get_public_:0}else return 1}function uses_css_responsive(){return Lib()?plugin_version()>=1||appquery.get_public_setting("progressbar_css_responsive")===!0:!0}var cls=class extends external.Service{constructor(){super(),this.authenticator=new external.NoAuth,this.elements=this._get_initial_elements()}_get_initial_elements(){return{ProgressBar:{display:"Progress Bar",category:"visual elements",icon:"ion-ios-speedometer",condition(root){var _root$is_mobile;return!(root!=null&&(_root$is_mobile=root.is_mobile)!=null&&_root$is_mobile.call(root))},defaults:{font_alignment:"center",font_color:"#FFFFFF",background_style:"bgcolor",bgcolor:"#FFFFFF",border_roundness:3,border_width:1,border_style:"solid",border_color:"#211A66",width:300,height:25},field_names:{percentage:{},animate:{default:!0,no_states:!0},bar_color:{default:"#7F95EB"}},primary_field(){return"percentage"},_fields(element){return[{name:"percentage",caption:"Percentage",editor:"Basic",btype:"number",pretty:{section:"ProgressBarContent"}},{name:"bar_color",caption:"Progress bar color",editor:"Color",dynamic:!0,pretty:{section:"ProgressBarContent"}},{name:"animate",caption:"Animate progress",editor:"Checkbox",pretty:{section:"ProgressBarContent"}}]},property_applications:[new property_applications.Dimensions,new property_applications.InputPadding(".inner-progressbar"),new property_applications.Font,new property_applications.FontShadow,new property_applications.Border,new property_applications.BoxShadow,new property_applications.Background,new property_applications.Rotation,new property_applications.ResponsiveElement],get uses_css_responsive(){return uses_css_responsive()},get_html(instance){return"<div></div>"},get_min_width(){return 0},change_cursor_style_if_clickable:!0,initialize(instance){services.log_plugin_element_init({name:this.plugin_name,plugin:PLUGIN_FILE});let canvas=instance.get_canvas(),bar=u.div("inner-progressbar",canvas),bar_label=u.div("progressbar-label",bar),bar_label_overlay=u.div("progressbar-label-overlay",bar);return instance.autorun(()=>{let percentage=element_eval.evaluate_property(instance,"percentage");if(instance.run_mode()){var _percentage;(_percentage=percentage)!=null||(percentage=0)}else{var _percentage2;(_percentage2=percentage)!=null||(percentage=60)}percentage>100?percentage=100:percentage<0&&(percentage=0);let prop_node=instance.element.property("percentage");instance.run_mode()||prop_node.is_static()?(bar_label.html(Lib().locale().format_decimal(percentage)+"%"),bar_label_overlay.html(Lib().locale().format_decimal(percentage)+"%")):(bar_label.html(prop_node.get_tree_display()+" %"),bar_label_overlay.html(prop_node.get_tree_display()+" %"));let animation_delay=instance.run_mode()&&instance.get_static_property("animate")?".3s":"0s";bar.css({"background-color":element_eval.evaluate_property(instance,"bar_color"),"line-height":instance.current_height()+"px",transition:"width "+animation_delay,width:percentage+"%"});let{bar_label_styles,bar_label_overlay_styles}=get_bar_label_styles({animation_delay,bar_element:bar,instance,percentage});return bar_label.css(bar_label_styles),bar_label_overlay.css(bar_label_overlay_styles),bar})},add_an_invisible_div_on_the_top:!1,css_files:["css/optional/progressbar.css"],events:["ButtonClicked","ElementPressed"],contains_group_data:!1,is_input:!1}}}keys(){return plugin_version()>=1?{}:{css_responsive:{caption:"Use new responsive properties for this plugin's elements",type:"client_safe",editor:"Checkbox"}}}},progressbar={cls};typeof window<"u"&&window!==null&&((_window$optional_modu=(_window3=window).optional_modules)!=null||(_window3.optional_modules={}),window.optional_modules.progressbar=progressbar);var _window3,_window$optional_modu,plugin_registry=safe_require.safe_require("./services/shared/plugin_registry");plugin_registry.register_plugin("progressbar",progressbar);})();
/*! Bundled license information:

buffer/index.js:
  (*!
   * The buffer module from node.js, for the browser.
   *
   * @author   Feross Aboukhadijeh <https://feross.org>
   * @license  MIT
   *)
*/

}


window.preloaded['plugin/first_party:progressbar'] = true;
window._bubble_page_load_data.hardcoded_plugins['star_rating'] = true;
window.__code__ = window.__code__ || {};
if(!window.__code__['86dc63bad3859874463f5a3628be2570d69db5461555bcc858673f8e7178d0c4']){window.__code__['86dc63bad3859874463f5a3628be2570d69db5461555bcc858673f8e7178d0c4']=1;

"use strict";(()=>{var __create=Object.create;var __defProp=Object.defineProperty;var __getOwnPropDesc=Object.getOwnPropertyDescriptor;var __getOwnPropNames=Object.getOwnPropertyNames;var __getProtoOf=Object.getPrototypeOf,__hasOwnProp=Object.prototype.hasOwnProperty;var __esm=(fn,res)=>function(){return fn&&(res=(0,fn[__getOwnPropNames(fn)[0]])(fn=0)),res};var __commonJS=(cb,mod)=>function(){return mod||(0,cb[__getOwnPropNames(cb)[0]])((mod={exports:{}}).exports,mod),mod.exports};var __copyProps=(to,from,except,desc)=>{if(from&&typeof from=="object"||typeof from=="function")for(let key of __getOwnPropNames(from))!__hasOwnProp.call(to,key)&&key!==except&&__defProp(to,key,{get:()=>from[key],enumerable:!(desc=__getOwnPropDesc(from,key))||desc.enumerable});return to};var __toESM=(mod,isNodeMode,target)=>(target=mod!=null?__create(__getProtoOf(mod)):{},__copyProps(isNodeMode||!mod||!mod.__esModule?__defProp(target,"default",{value:mod,enumerable:!0}):target,mod));var init_define_process_env=__esm({"<define:process.env>"(){}});var require_base64_js=__commonJS({"node_modules/base64-js/index.js"(exports){"use strict";init_define_process_env();init_shim();exports.byteLength=byteLength;exports.toByteArray=toByteArray;exports.fromByteArray=fromByteArray;var lookup=[],revLookup=[],Arr=typeof Uint8Array<"u"?Uint8Array:Array,code="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/";for(i=0,len=code.length;i<len;++i)lookup[i]=code[i],revLookup[code.charCodeAt(i)]=i;var i,len;revLookup["-".charCodeAt(0)]=62;revLookup["_".charCodeAt(0)]=63;function getLens(b64){var len2=b64.length;if(len2%4>0)throw new Error("Invalid string. Length must be a multiple of 4");var validLen=b64.indexOf("=");validLen===-1&&(validLen=len2);var placeHoldersLen=validLen===len2?0:4-validLen%4;return[validLen,placeHoldersLen]}function byteLength(b64){var lens=getLens(b64),validLen=lens[0],placeHoldersLen=lens[1];return(validLen+placeHoldersLen)*3/4-placeHoldersLen}function _byteLength(b64,validLen,placeHoldersLen){return(validLen+placeHoldersLen)*3/4-placeHoldersLen}function toByteArray(b64){var tmp,lens=getLens(b64),validLen=lens[0],placeHoldersLen=lens[1],arr=new Arr(_byteLength(b64,validLen,placeHoldersLen)),curByte=0,len2=placeHoldersLen>0?validLen-4:validLen,i2;for(i2=0;i2<len2;i2+=4)tmp=revLookup[b64.charCodeAt(i2)]<<18|revLookup[b64.charCodeAt(i2+1)]<<12|revLookup[b64.charCodeAt(i2+2)]<<6|revLookup[b64.charCodeAt(i2+3)],arr[curByte++]=tmp>>16&255,arr[curByte++]=tmp>>8&255,arr[curByte++]=tmp&255;return placeHoldersLen===2&&(tmp=revLookup[b64.charCodeAt(i2)]<<2|revLookup[b64.charCodeAt(i2+1)]>>4,arr[curByte++]=tmp&255),placeHoldersLen===1&&(tmp=revLookup[b64.charCodeAt(i2)]<<10|revLookup[b64.charCodeAt(i2+1)]<<4|revLookup[b64.charCodeAt(i2+2)]>>2,arr[curByte++]=tmp>>8&255,arr[curByte++]=tmp&255),arr}function tripletToBase64(num){return lookup[num>>18&63]+lookup[num>>12&63]+lookup[num>>6&63]+lookup[num&63]}function encodeChunk(uint8,start,end){for(var tmp,output=[],i2=start;i2<end;i2+=3)tmp=(uint8[i2]<<16&16711680)+(uint8[i2+1]<<8&65280)+(uint8[i2+2]&255),output.push(tripletToBase64(tmp));return output.join("")}function fromByteArray(uint8){for(var tmp,len2=uint8.length,extraBytes=len2%3,parts=[],maxChunkLength=16383,i2=0,len22=len2-extraBytes;i2<len22;i2+=maxChunkLength)parts.push(encodeChunk(uint8,i2,i2+maxChunkLength>len22?len22:i2+maxChunkLength));return extraBytes===1?(tmp=uint8[len2-1],parts.push(lookup[tmp>>2]+lookup[tmp<<4&63]+"==")):extraBytes===2&&(tmp=(uint8[len2-2]<<8)+uint8[len2-1],parts.push(lookup[tmp>>10]+lookup[tmp>>4&63]+lookup[tmp<<2&63]+"=")),parts.join("")}}});var require_ieee754=__commonJS({"node_modules/ieee754/index.js"(exports){init_define_process_env();init_shim();exports.read=function(buffer,offset,isLE,mLen,nBytes){var e,m,eLen=nBytes*8-mLen-1,eMax=(1<<eLen)-1,eBias=eMax>>1,nBits=-7,i=isLE?nBytes-1:0,d=isLE?-1:1,s=buffer[offset+i];for(i+=d,e=s&(1<<-nBits)-1,s>>=-nBits,nBits+=eLen;nBits>0;e=e*256+buffer[offset+i],i+=d,nBits-=8);for(m=e&(1<<-nBits)-1,e>>=-nBits,nBits+=mLen;nBits>0;m=m*256+buffer[offset+i],i+=d,nBits-=8);if(e===0)e=1-eBias;else{if(e===eMax)return m?NaN:(s?-1:1)*(1/0);m=m+Math.pow(2,mLen),e=e-eBias}return(s?-1:1)*m*Math.pow(2,e-mLen)};exports.write=function(buffer,value,offset,isLE,mLen,nBytes){var e,m,c,eLen=nBytes*8-mLen-1,eMax=(1<<eLen)-1,eBias=eMax>>1,rt=mLen===23?Math.pow(2,-24)-Math.pow(2,-77):0,i=isLE?0:nBytes-1,d=isLE?1:-1,s=value<0||value===0&&1/value<0?1:0;for(value=Math.abs(value),isNaN(value)||value===1/0?(m=isNaN(value)?1:0,e=eMax):(e=Math.floor(Math.log(value)/Math.LN2),value*(c=Math.pow(2,-e))<1&&(e--,c*=2),e+eBias>=1?value+=rt/c:value+=rt*Math.pow(2,1-eBias),value*c>=2&&(e++,c/=2),e+eBias>=eMax?(m=0,e=eMax):e+eBias>=1?(m=(value*c-1)*Math.pow(2,mLen),e=e+eBias):(m=value*Math.pow(2,eBias-1)*Math.pow(2,mLen),e=0));mLen>=8;buffer[offset+i]=m&255,i+=d,m/=256,mLen-=8);for(e=e<<mLen|m,eLen+=mLen;eLen>0;buffer[offset+i]=e&255,i+=d,e/=256,eLen-=8);buffer[offset+i-d]|=s*128}}});var require_buffer=__commonJS({"node_modules/node-stdlib-browser/node_modules/buffer/index.js"(exports){"use strict";init_define_process_env();init_shim();var base64=require_base64_js(),ieee754=require_ieee754(),customInspectSymbol=typeof Symbol=="function"&&typeof Symbol.for=="function"?Symbol.for("nodejs.util.inspect.custom"):null;exports.Buffer=Buffer3;exports.SlowBuffer=SlowBuffer;exports.INSPECT_MAX_BYTES=50;var K_MAX_LENGTH=2147483647;exports.kMaxLength=K_MAX_LENGTH;Buffer3.TYPED_ARRAY_SUPPORT=typedArraySupport();!Buffer3.TYPED_ARRAY_SUPPORT&&typeof console<"u"&&typeof console.error=="function"&&console.error("This browser lacks typed array (Uint8Array) support which is required by `buffer` v5.x. Use `buffer` v4.x if you require old browser support.");function typedArraySupport(){try{var arr=new Uint8Array(1),proto={foo:function(){return 42}};return Object.setPrototypeOf(proto,Uint8Array.prototype),Object.setPrototypeOf(arr,proto),arr.foo()===42}catch(e){return!1}}Object.defineProperty(Buffer3.prototype,"parent",{enumerable:!0,get:function(){if(Buffer3.isBuffer(this))return this.buffer}});Object.defineProperty(Buffer3.prototype,"offset",{enumerable:!0,get:function(){if(Buffer3.isBuffer(this))return this.byteOffset}});function createBuffer(length){if(length>K_MAX_LENGTH)throw new RangeError('The value "'+length+'" is invalid for option "size"');var buf=new Uint8Array(length);return Object.setPrototypeOf(buf,Buffer3.prototype),buf}function Buffer3(arg,encodingOrOffset,length){if(typeof arg=="number"){if(typeof encodingOrOffset=="string")throw new TypeError('The "string" argument must be of type string. Received type number');return allocUnsafe(arg)}return from(arg,encodingOrOffset,length)}Buffer3.poolSize=8192;function from(value,encodingOrOffset,length){if(typeof value=="string")return fromString(value,encodingOrOffset);if(ArrayBuffer.isView(value))return fromArrayView(value);if(value==null)throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof value);if(isInstance(value,ArrayBuffer)||value&&isInstance(value.buffer,ArrayBuffer)||typeof SharedArrayBuffer<"u"&&(isInstance(value,SharedArrayBuffer)||value&&isInstance(value.buffer,SharedArrayBuffer)))return fromArrayBuffer(value,encodingOrOffset,length);if(typeof value=="number")throw new TypeError('The "value" argument must not be of type number. Received type number');var valueOf=value.valueOf&&value.valueOf();if(valueOf!=null&&valueOf!==value)return Buffer3.from(valueOf,encodingOrOffset,length);var b=fromObject(value);if(b)return b;if(typeof Symbol<"u"&&Symbol.toPrimitive!=null&&typeof value[Symbol.toPrimitive]=="function")return Buffer3.from(value[Symbol.toPrimitive]("string"),encodingOrOffset,length);throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof value)}Buffer3.from=function(value,encodingOrOffset,length){return from(value,encodingOrOffset,length)};Object.setPrototypeOf(Buffer3.prototype,Uint8Array.prototype);Object.setPrototypeOf(Buffer3,Uint8Array);function assertSize(size){if(typeof size!="number")throw new TypeError('"size" argument must be of type number');if(size<0)throw new RangeError('The value "'+size+'" is invalid for option "size"')}function alloc(size,fill,encoding){return assertSize(size),size<=0?createBuffer(size):fill!==void 0?typeof encoding=="string"?createBuffer(size).fill(fill,encoding):createBuffer(size).fill(fill):createBuffer(size)}Buffer3.alloc=function(size,fill,encoding){return alloc(size,fill,encoding)};function allocUnsafe(size){return assertSize(size),createBuffer(size<0?0:checked(size)|0)}Buffer3.allocUnsafe=function(size){return allocUnsafe(size)};Buffer3.allocUnsafeSlow=function(size){return allocUnsafe(size)};function fromString(string,encoding){if((typeof encoding!="string"||encoding==="")&&(encoding="utf8"),!Buffer3.isEncoding(encoding))throw new TypeError("Unknown encoding: "+encoding);var length=byteLength(string,encoding)|0,buf=createBuffer(length),actual=buf.write(string,encoding);return actual!==length&&(buf=buf.slice(0,actual)),buf}function fromArrayLike(array){for(var length=array.length<0?0:checked(array.length)|0,buf=createBuffer(length),i=0;i<length;i+=1)buf[i]=array[i]&255;return buf}function fromArrayView(arrayView){if(isInstance(arrayView,Uint8Array)){var copy=new Uint8Array(arrayView);return fromArrayBuffer(copy.buffer,copy.byteOffset,copy.byteLength)}return fromArrayLike(arrayView)}function fromArrayBuffer(array,byteOffset,length){if(byteOffset<0||array.byteLength<byteOffset)throw new RangeError('"offset" is outside of buffer bounds');if(array.byteLength<byteOffset+(length||0))throw new RangeError('"length" is outside of buffer bounds');var buf;return byteOffset===void 0&&length===void 0?buf=new Uint8Array(array):length===void 0?buf=new Uint8Array(array,byteOffset):buf=new Uint8Array(array,byteOffset,length),Object.setPrototypeOf(buf,Buffer3.prototype),buf}function fromObject(obj){if(Buffer3.isBuffer(obj)){var len=checked(obj.length)|0,buf=createBuffer(len);return buf.length===0||obj.copy(buf,0,0,len),buf}if(obj.length!==void 0)return typeof obj.length!="number"||numberIsNaN(obj.length)?createBuffer(0):fromArrayLike(obj);if(obj.type==="Buffer"&&Array.isArray(obj.data))return fromArrayLike(obj.data)}function checked(length){if(length>=K_MAX_LENGTH)throw new RangeError("Attempt to allocate Buffer larger than maximum size: 0x"+K_MAX_LENGTH.toString(16)+" bytes");return length|0}function SlowBuffer(length){return+length!=length&&(length=0),Buffer3.alloc(+length)}Buffer3.isBuffer=function(b){return b!=null&&b._isBuffer===!0&&b!==Buffer3.prototype};Buffer3.compare=function(a,b){if(isInstance(a,Uint8Array)&&(a=Buffer3.from(a,a.offset,a.byteLength)),isInstance(b,Uint8Array)&&(b=Buffer3.from(b,b.offset,b.byteLength)),!Buffer3.isBuffer(a)||!Buffer3.isBuffer(b))throw new TypeError('The "buf1", "buf2" arguments must be one of type Buffer or Uint8Array');if(a===b)return 0;for(var x=a.length,y=b.length,i=0,len=Math.min(x,y);i<len;++i)if(a[i]!==b[i]){x=a[i],y=b[i];break}return x<y?-1:y<x?1:0};Buffer3.isEncoding=function(encoding){switch(String(encoding).toLowerCase()){case"hex":case"utf8":case"utf-8":case"ascii":case"latin1":case"binary":case"base64":case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return!0;default:return!1}};Buffer3.concat=function(list,length){if(!Array.isArray(list))throw new TypeError('"list" argument must be an Array of Buffers');if(list.length===0)return Buffer3.alloc(0);var i;if(length===void 0)for(length=0,i=0;i<list.length;++i)length+=list[i].length;var buffer=Buffer3.allocUnsafe(length),pos=0;for(i=0;i<list.length;++i){var buf=list[i];if(isInstance(buf,Uint8Array))pos+buf.length>buffer.length?Buffer3.from(buf).copy(buffer,pos):Uint8Array.prototype.set.call(buffer,buf,pos);else if(Buffer3.isBuffer(buf))buf.copy(buffer,pos);else throw new TypeError('"list" argument must be an Array of Buffers');pos+=buf.length}return buffer};function byteLength(string,encoding){if(Buffer3.isBuffer(string))return string.length;if(ArrayBuffer.isView(string)||isInstance(string,ArrayBuffer))return string.byteLength;if(typeof string!="string")throw new TypeError('The "string" argument must be one of type string, Buffer, or ArrayBuffer. Received type '+typeof string);var len=string.length,mustMatch=arguments.length>2&&arguments[2]===!0;if(!mustMatch&&len===0)return 0;for(var loweredCase=!1;;)switch(encoding){case"ascii":case"latin1":case"binary":return len;case"utf8":case"utf-8":return utf8ToBytes(string).length;case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return len*2;case"hex":return len>>>1;case"base64":return base64ToBytes(string).length;default:if(loweredCase)return mustMatch?-1:utf8ToBytes(string).length;encoding=(""+encoding).toLowerCase(),loweredCase=!0}}Buffer3.byteLength=byteLength;function slowToString(encoding,start,end){var loweredCase=!1;if((start===void 0||start<0)&&(start=0),start>this.length||((end===void 0||end>this.length)&&(end=this.length),end<=0)||(end>>>=0,start>>>=0,end<=start))return"";for(encoding||(encoding="utf8");;)switch(encoding){case"hex":return hexSlice(this,start,end);case"utf8":case"utf-8":return utf8Slice(this,start,end);case"ascii":return asciiSlice(this,start,end);case"latin1":case"binary":return latin1Slice(this,start,end);case"base64":return base64Slice(this,start,end);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return utf16leSlice(this,start,end);default:if(loweredCase)throw new TypeError("Unknown encoding: "+encoding);encoding=(encoding+"").toLowerCase(),loweredCase=!0}}Buffer3.prototype._isBuffer=!0;function swap(b,n,m){var i=b[n];b[n]=b[m],b[m]=i}Buffer3.prototype.swap16=function(){var len=this.length;if(len%2!==0)throw new RangeError("Buffer size must be a multiple of 16-bits");for(var i=0;i<len;i+=2)swap(this,i,i+1);return this};Buffer3.prototype.swap32=function(){var len=this.length;if(len%4!==0)throw new RangeError("Buffer size must be a multiple of 32-bits");for(var i=0;i<len;i+=4)swap(this,i,i+3),swap(this,i+1,i+2);return this};Buffer3.prototype.swap64=function(){var len=this.length;if(len%8!==0)throw new RangeError("Buffer size must be a multiple of 64-bits");for(var i=0;i<len;i+=8)swap(this,i,i+7),swap(this,i+1,i+6),swap(this,i+2,i+5),swap(this,i+3,i+4);return this};Buffer3.prototype.toString=function(){var length=this.length;return length===0?"":arguments.length===0?utf8Slice(this,0,length):slowToString.apply(this,arguments)};Buffer3.prototype.toLocaleString=Buffer3.prototype.toString;Buffer3.prototype.equals=function(b){if(!Buffer3.isBuffer(b))throw new TypeError("Argument must be a Buffer");return this===b?!0:Buffer3.compare(this,b)===0};Buffer3.prototype.inspect=function(){var str="",max=exports.INSPECT_MAX_BYTES;return str=this.toString("hex",0,max).replace(/(.{2})/g,"$1 ").trim(),this.length>max&&(str+=" ... "),"<Buffer "+str+">"};customInspectSymbol&&(Buffer3.prototype[customInspectSymbol]=Buffer3.prototype.inspect);Buffer3.prototype.compare=function(target,start,end,thisStart,thisEnd){if(isInstance(target,Uint8Array)&&(target=Buffer3.from(target,target.offset,target.byteLength)),!Buffer3.isBuffer(target))throw new TypeError('The "target" argument must be one of type Buffer or Uint8Array. Received type '+typeof target);if(start===void 0&&(start=0),end===void 0&&(end=target?target.length:0),thisStart===void 0&&(thisStart=0),thisEnd===void 0&&(thisEnd=this.length),start<0||end>target.length||thisStart<0||thisEnd>this.length)throw new RangeError("out of range index");if(thisStart>=thisEnd&&start>=end)return 0;if(thisStart>=thisEnd)return-1;if(start>=end)return 1;if(start>>>=0,end>>>=0,thisStart>>>=0,thisEnd>>>=0,this===target)return 0;for(var x=thisEnd-thisStart,y=end-start,len=Math.min(x,y),thisCopy=this.slice(thisStart,thisEnd),targetCopy=target.slice(start,end),i=0;i<len;++i)if(thisCopy[i]!==targetCopy[i]){x=thisCopy[i],y=targetCopy[i];break}return x<y?-1:y<x?1:0};function bidirectionalIndexOf(buffer,val,byteOffset,encoding,dir){if(buffer.length===0)return-1;if(typeof byteOffset=="string"?(encoding=byteOffset,byteOffset=0):byteOffset>2147483647?byteOffset=2147483647:byteOffset<-2147483648&&(byteOffset=-2147483648),byteOffset=+byteOffset,numberIsNaN(byteOffset)&&(byteOffset=dir?0:buffer.length-1),byteOffset<0&&(byteOffset=buffer.length+byteOffset),byteOffset>=buffer.length){if(dir)return-1;byteOffset=buffer.length-1}else if(byteOffset<0)if(dir)byteOffset=0;else return-1;if(typeof val=="string"&&(val=Buffer3.from(val,encoding)),Buffer3.isBuffer(val))return val.length===0?-1:arrayIndexOf(buffer,val,byteOffset,encoding,dir);if(typeof val=="number")return val=val&255,typeof Uint8Array.prototype.indexOf=="function"?dir?Uint8Array.prototype.indexOf.call(buffer,val,byteOffset):Uint8Array.prototype.lastIndexOf.call(buffer,val,byteOffset):arrayIndexOf(buffer,[val],byteOffset,encoding,dir);throw new TypeError("val must be string, number or Buffer")}function arrayIndexOf(arr,val,byteOffset,encoding,dir){var indexSize=1,arrLength=arr.length,valLength=val.length;if(encoding!==void 0&&(encoding=String(encoding).toLowerCase(),encoding==="ucs2"||encoding==="ucs-2"||encoding==="utf16le"||encoding==="utf-16le")){if(arr.length<2||val.length<2)return-1;indexSize=2,arrLength/=2,valLength/=2,byteOffset/=2}function read(buf,i2){return indexSize===1?buf[i2]:buf.readUInt16BE(i2*indexSize)}var i;if(dir){var foundIndex=-1;for(i=byteOffset;i<arrLength;i++)if(read(arr,i)===read(val,foundIndex===-1?0:i-foundIndex)){if(foundIndex===-1&&(foundIndex=i),i-foundIndex+1===valLength)return foundIndex*indexSize}else foundIndex!==-1&&(i-=i-foundIndex),foundIndex=-1}else for(byteOffset+valLength>arrLength&&(byteOffset=arrLength-valLength),i=byteOffset;i>=0;i--){for(var found=!0,j=0;j<valLength;j++)if(read(arr,i+j)!==read(val,j)){found=!1;break}if(found)return i}return-1}Buffer3.prototype.includes=function(val,byteOffset,encoding){return this.indexOf(val,byteOffset,encoding)!==-1};Buffer3.prototype.indexOf=function(val,byteOffset,encoding){return bidirectionalIndexOf(this,val,byteOffset,encoding,!0)};Buffer3.prototype.lastIndexOf=function(val,byteOffset,encoding){return bidirectionalIndexOf(this,val,byteOffset,encoding,!1)};function hexWrite(buf,string,offset,length){offset=Number(offset)||0;var remaining=buf.length-offset;length?(length=Number(length),length>remaining&&(length=remaining)):length=remaining;var strLen=string.length;length>strLen/2&&(length=strLen/2);for(var i=0;i<length;++i){var parsed=parseInt(string.substr(i*2,2),16);if(numberIsNaN(parsed))return i;buf[offset+i]=parsed}return i}function utf8Write(buf,string,offset,length){return blitBuffer(utf8ToBytes(string,buf.length-offset),buf,offset,length)}function asciiWrite(buf,string,offset,length){return blitBuffer(asciiToBytes(string),buf,offset,length)}function base64Write(buf,string,offset,length){return blitBuffer(base64ToBytes(string),buf,offset,length)}function ucs2Write(buf,string,offset,length){return blitBuffer(utf16leToBytes(string,buf.length-offset),buf,offset,length)}Buffer3.prototype.write=function(string,offset,length,encoding){if(offset===void 0)encoding="utf8",length=this.length,offset=0;else if(length===void 0&&typeof offset=="string")encoding=offset,length=this.length,offset=0;else if(isFinite(offset))offset=offset>>>0,isFinite(length)?(length=length>>>0,encoding===void 0&&(encoding="utf8")):(encoding=length,length=void 0);else throw new Error("Buffer.write(string, encoding, offset[, length]) is no longer supported");var remaining=this.length-offset;if((length===void 0||length>remaining)&&(length=remaining),string.length>0&&(length<0||offset<0)||offset>this.length)throw new RangeError("Attempt to write outside buffer bounds");encoding||(encoding="utf8");for(var loweredCase=!1;;)switch(encoding){case"hex":return hexWrite(this,string,offset,length);case"utf8":case"utf-8":return utf8Write(this,string,offset,length);case"ascii":case"latin1":case"binary":return asciiWrite(this,string,offset,length);case"base64":return base64Write(this,string,offset,length);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return ucs2Write(this,string,offset,length);default:if(loweredCase)throw new TypeError("Unknown encoding: "+encoding);encoding=(""+encoding).toLowerCase(),loweredCase=!0}};Buffer3.prototype.toJSON=function(){return{type:"Buffer",data:Array.prototype.slice.call(this._arr||this,0)}};function base64Slice(buf,start,end){return start===0&&end===buf.length?base64.fromByteArray(buf):base64.fromByteArray(buf.slice(start,end))}function utf8Slice(buf,start,end){end=Math.min(buf.length,end);for(var res=[],i=start;i<end;){var firstByte=buf[i],codePoint=null,bytesPerSequence=firstByte>239?4:firstByte>223?3:firstByte>191?2:1;if(i+bytesPerSequence<=end){var secondByte,thirdByte,fourthByte,tempCodePoint;switch(bytesPerSequence){case 1:firstByte<128&&(codePoint=firstByte);break;case 2:secondByte=buf[i+1],(secondByte&192)===128&&(tempCodePoint=(firstByte&31)<<6|secondByte&63,tempCodePoint>127&&(codePoint=tempCodePoint));break;case 3:secondByte=buf[i+1],thirdByte=buf[i+2],(secondByte&192)===128&&(thirdByte&192)===128&&(tempCodePoint=(firstByte&15)<<12|(secondByte&63)<<6|thirdByte&63,tempCodePoint>2047&&(tempCodePoint<55296||tempCodePoint>57343)&&(codePoint=tempCodePoint));break;case 4:secondByte=buf[i+1],thirdByte=buf[i+2],fourthByte=buf[i+3],(secondByte&192)===128&&(thirdByte&192)===128&&(fourthByte&192)===128&&(tempCodePoint=(firstByte&15)<<18|(secondByte&63)<<12|(thirdByte&63)<<6|fourthByte&63,tempCodePoint>65535&&tempCodePoint<1114112&&(codePoint=tempCodePoint))}}codePoint===null?(codePoint=65533,bytesPerSequence=1):codePoint>65535&&(codePoint-=65536,res.push(codePoint>>>10&1023|55296),codePoint=56320|codePoint&1023),res.push(codePoint),i+=bytesPerSequence}return decodeCodePointsArray(res)}var MAX_ARGUMENTS_LENGTH=4096;function decodeCodePointsArray(codePoints){var len=codePoints.length;if(len<=MAX_ARGUMENTS_LENGTH)return String.fromCharCode.apply(String,codePoints);for(var res="",i=0;i<len;)res+=String.fromCharCode.apply(String,codePoints.slice(i,i+=MAX_ARGUMENTS_LENGTH));return res}function asciiSlice(buf,start,end){var ret="";end=Math.min(buf.length,end);for(var i=start;i<end;++i)ret+=String.fromCharCode(buf[i]&127);return ret}function latin1Slice(buf,start,end){var ret="";end=Math.min(buf.length,end);for(var i=start;i<end;++i)ret+=String.fromCharCode(buf[i]);return ret}function hexSlice(buf,start,end){var len=buf.length;(!start||start<0)&&(start=0),(!end||end<0||end>len)&&(end=len);for(var out="",i=start;i<end;++i)out+=hexSliceLookupTable[buf[i]];return out}function utf16leSlice(buf,start,end){for(var bytes=buf.slice(start,end),res="",i=0;i<bytes.length-1;i+=2)res+=String.fromCharCode(bytes[i]+bytes[i+1]*256);return res}Buffer3.prototype.slice=function(start,end){var len=this.length;start=~~start,end=end===void 0?len:~~end,start<0?(start+=len,start<0&&(start=0)):start>len&&(start=len),end<0?(end+=len,end<0&&(end=0)):end>len&&(end=len),end<start&&(end=start);var newBuf=this.subarray(start,end);return Object.setPrototypeOf(newBuf,Buffer3.prototype),newBuf};function checkOffset(offset,ext,length){if(offset%1!==0||offset<0)throw new RangeError("offset is not uint");if(offset+ext>length)throw new RangeError("Trying to access beyond buffer length")}Buffer3.prototype.readUintLE=Buffer3.prototype.readUIntLE=function(offset,byteLength2,noAssert){offset=offset>>>0,byteLength2=byteLength2>>>0,noAssert||checkOffset(offset,byteLength2,this.length);for(var val=this[offset],mul=1,i=0;++i<byteLength2&&(mul*=256);)val+=this[offset+i]*mul;return val};Buffer3.prototype.readUintBE=Buffer3.prototype.readUIntBE=function(offset,byteLength2,noAssert){offset=offset>>>0,byteLength2=byteLength2>>>0,noAssert||checkOffset(offset,byteLength2,this.length);for(var val=this[offset+--byteLength2],mul=1;byteLength2>0&&(mul*=256);)val+=this[offset+--byteLength2]*mul;return val};Buffer3.prototype.readUint8=Buffer3.prototype.readUInt8=function(offset,noAssert){return offset=offset>>>0,noAssert||checkOffset(offset,1,this.length),this[offset]};Buffer3.prototype.readUint16LE=Buffer3.prototype.readUInt16LE=function(offset,noAssert){return offset=offset>>>0,noAssert||checkOffset(offset,2,this.length),this[offset]|this[offset+1]<<8};Buffer3.prototype.readUint16BE=Buffer3.prototype.readUInt16BE=function(offset,noAssert){return offset=offset>>>0,noAssert||checkOffset(offset,2,this.length),this[offset]<<8|this[offset+1]};Buffer3.prototype.readUint32LE=Buffer3.prototype.readUInt32LE=function(offset,noAssert){return offset=offset>>>0,noAssert||checkOffset(offset,4,this.length),(this[offset]|this[offset+1]<<8|this[offset+2]<<16)+this[offset+3]*16777216};Buffer3.prototype.readUint32BE=Buffer3.prototype.readUInt32BE=function(offset,noAssert){return offset=offset>>>0,noAssert||checkOffset(offset,4,this.length),this[offset]*16777216+(this[offset+1]<<16|this[offset+2]<<8|this[offset+3])};Buffer3.prototype.readIntLE=function(offset,byteLength2,noAssert){offset=offset>>>0,byteLength2=byteLength2>>>0,noAssert||checkOffset(offset,byteLength2,this.length);for(var val=this[offset],mul=1,i=0;++i<byteLength2&&(mul*=256);)val+=this[offset+i]*mul;return mul*=128,val>=mul&&(val-=Math.pow(2,8*byteLength2)),val};Buffer3.prototype.readIntBE=function(offset,byteLength2,noAssert){offset=offset>>>0,byteLength2=byteLength2>>>0,noAssert||checkOffset(offset,byteLength2,this.length);for(var i=byteLength2,mul=1,val=this[offset+--i];i>0&&(mul*=256);)val+=this[offset+--i]*mul;return mul*=128,val>=mul&&(val-=Math.pow(2,8*byteLength2)),val};Buffer3.prototype.readInt8=function(offset,noAssert){return offset=offset>>>0,noAssert||checkOffset(offset,1,this.length),this[offset]&128?(255-this[offset]+1)*-1:this[offset]};Buffer3.prototype.readInt16LE=function(offset,noAssert){offset=offset>>>0,noAssert||checkOffset(offset,2,this.length);var val=this[offset]|this[offset+1]<<8;return val&32768?val|4294901760:val};Buffer3.prototype.readInt16BE=function(offset,noAssert){offset=offset>>>0,noAssert||checkOffset(offset,2,this.length);var val=this[offset+1]|this[offset]<<8;return val&32768?val|4294901760:val};Buffer3.prototype.readInt32LE=function(offset,noAssert){return offset=offset>>>0,noAssert||checkOffset(offset,4,this.length),this[offset]|this[offset+1]<<8|this[offset+2]<<16|this[offset+3]<<24};Buffer3.prototype.readInt32BE=function(offset,noAssert){return offset=offset>>>0,noAssert||checkOffset(offset,4,this.length),this[offset]<<24|this[offset+1]<<16|this[offset+2]<<8|this[offset+3]};Buffer3.prototype.readFloatLE=function(offset,noAssert){return offset=offset>>>0,noAssert||checkOffset(offset,4,this.length),ieee754.read(this,offset,!0,23,4)};Buffer3.prototype.readFloatBE=function(offset,noAssert){return offset=offset>>>0,noAssert||checkOffset(offset,4,this.length),ieee754.read(this,offset,!1,23,4)};Buffer3.prototype.readDoubleLE=function(offset,noAssert){return offset=offset>>>0,noAssert||checkOffset(offset,8,this.length),ieee754.read(this,offset,!0,52,8)};Buffer3.prototype.readDoubleBE=function(offset,noAssert){return offset=offset>>>0,noAssert||checkOffset(offset,8,this.length),ieee754.read(this,offset,!1,52,8)};function checkInt(buf,value,offset,ext,max,min){if(!Buffer3.isBuffer(buf))throw new TypeError('"buffer" argument must be a Buffer instance');if(value>max||value<min)throw new RangeError('"value" argument is out of bounds');if(offset+ext>buf.length)throw new RangeError("Index out of range")}Buffer3.prototype.writeUintLE=Buffer3.prototype.writeUIntLE=function(value,offset,byteLength2,noAssert){if(value=+value,offset=offset>>>0,byteLength2=byteLength2>>>0,!noAssert){var maxBytes=Math.pow(2,8*byteLength2)-1;checkInt(this,value,offset,byteLength2,maxBytes,0)}var mul=1,i=0;for(this[offset]=value&255;++i<byteLength2&&(mul*=256);)this[offset+i]=value/mul&255;return offset+byteLength2};Buffer3.prototype.writeUintBE=Buffer3.prototype.writeUIntBE=function(value,offset,byteLength2,noAssert){if(value=+value,offset=offset>>>0,byteLength2=byteLength2>>>0,!noAssert){var maxBytes=Math.pow(2,8*byteLength2)-1;checkInt(this,value,offset,byteLength2,maxBytes,0)}var i=byteLength2-1,mul=1;for(this[offset+i]=value&255;--i>=0&&(mul*=256);)this[offset+i]=value/mul&255;return offset+byteLength2};Buffer3.prototype.writeUint8=Buffer3.prototype.writeUInt8=function(value,offset,noAssert){return value=+value,offset=offset>>>0,noAssert||checkInt(this,value,offset,1,255,0),this[offset]=value&255,offset+1};Buffer3.prototype.writeUint16LE=Buffer3.prototype.writeUInt16LE=function(value,offset,noAssert){return value=+value,offset=offset>>>0,noAssert||checkInt(this,value,offset,2,65535,0),this[offset]=value&255,this[offset+1]=value>>>8,offset+2};Buffer3.prototype.writeUint16BE=Buffer3.prototype.writeUInt16BE=function(value,offset,noAssert){return value=+value,offset=offset>>>0,noAssert||checkInt(this,value,offset,2,65535,0),this[offset]=value>>>8,this[offset+1]=value&255,offset+2};Buffer3.prototype.writeUint32LE=Buffer3.prototype.writeUInt32LE=function(value,offset,noAssert){return value=+value,offset=offset>>>0,noAssert||checkInt(this,value,offset,4,4294967295,0),this[offset+3]=value>>>24,this[offset+2]=value>>>16,this[offset+1]=value>>>8,this[offset]=value&255,offset+4};Buffer3.prototype.writeUint32BE=Buffer3.prototype.writeUInt32BE=function(value,offset,noAssert){return value=+value,offset=offset>>>0,noAssert||checkInt(this,value,offset,4,4294967295,0),this[offset]=value>>>24,this[offset+1]=value>>>16,this[offset+2]=value>>>8,this[offset+3]=value&255,offset+4};Buffer3.prototype.writeIntLE=function(value,offset,byteLength2,noAssert){if(value=+value,offset=offset>>>0,!noAssert){var limit=Math.pow(2,8*byteLength2-1);checkInt(this,value,offset,byteLength2,limit-1,-limit)}var i=0,mul=1,sub=0;for(this[offset]=value&255;++i<byteLength2&&(mul*=256);)value<0&&sub===0&&this[offset+i-1]!==0&&(sub=1),this[offset+i]=(value/mul>>0)-sub&255;return offset+byteLength2};Buffer3.prototype.writeIntBE=function(value,offset,byteLength2,noAssert){if(value=+value,offset=offset>>>0,!noAssert){var limit=Math.pow(2,8*byteLength2-1);checkInt(this,value,offset,byteLength2,limit-1,-limit)}var i=byteLength2-1,mul=1,sub=0;for(this[offset+i]=value&255;--i>=0&&(mul*=256);)value<0&&sub===0&&this[offset+i+1]!==0&&(sub=1),this[offset+i]=(value/mul>>0)-sub&255;return offset+byteLength2};Buffer3.prototype.writeInt8=function(value,offset,noAssert){return value=+value,offset=offset>>>0,noAssert||checkInt(this,value,offset,1,127,-128),value<0&&(value=255+value+1),this[offset]=value&255,offset+1};Buffer3.prototype.writeInt16LE=function(value,offset,noAssert){return value=+value,offset=offset>>>0,noAssert||checkInt(this,value,offset,2,32767,-32768),this[offset]=value&255,this[offset+1]=value>>>8,offset+2};Buffer3.prototype.writeInt16BE=function(value,offset,noAssert){return value=+value,offset=offset>>>0,noAssert||checkInt(this,value,offset,2,32767,-32768),this[offset]=value>>>8,this[offset+1]=value&255,offset+2};Buffer3.prototype.writeInt32LE=function(value,offset,noAssert){return value=+value,offset=offset>>>0,noAssert||checkInt(this,value,offset,4,2147483647,-2147483648),this[offset]=value&255,this[offset+1]=value>>>8,this[offset+2]=value>>>16,this[offset+3]=value>>>24,offset+4};Buffer3.prototype.writeInt32BE=function(value,offset,noAssert){return value=+value,offset=offset>>>0,noAssert||checkInt(this,value,offset,4,2147483647,-2147483648),value<0&&(value=4294967295+value+1),this[offset]=value>>>24,this[offset+1]=value>>>16,this[offset+2]=value>>>8,this[offset+3]=value&255,offset+4};function checkIEEE754(buf,value,offset,ext,max,min){if(offset+ext>buf.length)throw new RangeError("Index out of range");if(offset<0)throw new RangeError("Index out of range")}function writeFloat(buf,value,offset,littleEndian,noAssert){return value=+value,offset=offset>>>0,noAssert||checkIEEE754(buf,value,offset,4,34028234663852886e22,-34028234663852886e22),ieee754.write(buf,value,offset,littleEndian,23,4),offset+4}Buffer3.prototype.writeFloatLE=function(value,offset,noAssert){return writeFloat(this,value,offset,!0,noAssert)};Buffer3.prototype.writeFloatBE=function(value,offset,noAssert){return writeFloat(this,value,offset,!1,noAssert)};function writeDouble(buf,value,offset,littleEndian,noAssert){return value=+value,offset=offset>>>0,noAssert||checkIEEE754(buf,value,offset,8,17976931348623157e292,-17976931348623157e292),ieee754.write(buf,value,offset,littleEndian,52,8),offset+8}Buffer3.prototype.writeDoubleLE=function(value,offset,noAssert){return writeDouble(this,value,offset,!0,noAssert)};Buffer3.prototype.writeDoubleBE=function(value,offset,noAssert){return writeDouble(this,value,offset,!1,noAssert)};Buffer3.prototype.copy=function(target,targetStart,start,end){if(!Buffer3.isBuffer(target))throw new TypeError("argument should be a Buffer");if(start||(start=0),!end&&end!==0&&(end=this.length),targetStart>=target.length&&(targetStart=target.length),targetStart||(targetStart=0),end>0&&end<start&&(end=start),end===start||target.length===0||this.length===0)return 0;if(targetStart<0)throw new RangeError("targetStart out of bounds");if(start<0||start>=this.length)throw new RangeError("Index out of range");if(end<0)throw new RangeError("sourceEnd out of bounds");end>this.length&&(end=this.length),target.length-targetStart<end-start&&(end=target.length-targetStart+start);var len=end-start;return this===target&&typeof Uint8Array.prototype.copyWithin=="function"?this.copyWithin(targetStart,start,end):Uint8Array.prototype.set.call(target,this.subarray(start,end),targetStart),len};Buffer3.prototype.fill=function(val,start,end,encoding){if(typeof val=="string"){if(typeof start=="string"?(encoding=start,start=0,end=this.length):typeof end=="string"&&(encoding=end,end=this.length),encoding!==void 0&&typeof encoding!="string")throw new TypeError("encoding must be a string");if(typeof encoding=="string"&&!Buffer3.isEncoding(encoding))throw new TypeError("Unknown encoding: "+encoding);if(val.length===1){var code=val.charCodeAt(0);(encoding==="utf8"&&code<128||encoding==="latin1")&&(val=code)}}else typeof val=="number"?val=val&255:typeof val=="boolean"&&(val=Number(val));if(start<0||this.length<start||this.length<end)throw new RangeError("Out of range index");if(end<=start)return this;start=start>>>0,end=end===void 0?this.length:end>>>0,val||(val=0);var i;if(typeof val=="number")for(i=start;i<end;++i)this[i]=val;else{var bytes=Buffer3.isBuffer(val)?val:Buffer3.from(val,encoding),len=bytes.length;if(len===0)throw new TypeError('The value "'+val+'" is invalid for argument "value"');for(i=0;i<end-start;++i)this[i+start]=bytes[i%len]}return this};var INVALID_BASE64_RE=/[^+/0-9A-Za-z-_]/g;function base64clean(str){if(str=str.split("=")[0],str=str.trim().replace(INVALID_BASE64_RE,""),str.length<2)return"";for(;str.length%4!==0;)str=str+"=";return str}function utf8ToBytes(string,units){units=units||1/0;for(var codePoint,length=string.length,leadSurrogate=null,bytes=[],i=0;i<length;++i){if(codePoint=string.charCodeAt(i),codePoint>55295&&codePoint<57344){if(!leadSurrogate){if(codePoint>56319){(units-=3)>-1&&bytes.push(239,191,189);continue}else if(i+1===length){(units-=3)>-1&&bytes.push(239,191,189);continue}leadSurrogate=codePoint;continue}if(codePoint<56320){(units-=3)>-1&&bytes.push(239,191,189),leadSurrogate=codePoint;continue}codePoint=(leadSurrogate-55296<<10|codePoint-56320)+65536}else leadSurrogate&&(units-=3)>-1&&bytes.push(239,191,189);if(leadSurrogate=null,codePoint<128){if((units-=1)<0)break;bytes.push(codePoint)}else if(codePoint<2048){if((units-=2)<0)break;bytes.push(codePoint>>6|192,codePoint&63|128)}else if(codePoint<65536){if((units-=3)<0)break;bytes.push(codePoint>>12|224,codePoint>>6&63|128,codePoint&63|128)}else if(codePoint<1114112){if((units-=4)<0)break;bytes.push(codePoint>>18|240,codePoint>>12&63|128,codePoint>>6&63|128,codePoint&63|128)}else throw new Error("Invalid code point")}return bytes}function asciiToBytes(str){for(var byteArray=[],i=0;i<str.length;++i)byteArray.push(str.charCodeAt(i)&255);return byteArray}function utf16leToBytes(str,units){for(var c,hi,lo,byteArray=[],i=0;i<str.length&&!((units-=2)<0);++i)c=str.charCodeAt(i),hi=c>>8,lo=c%256,byteArray.push(lo),byteArray.push(hi);return byteArray}function base64ToBytes(str){return base64.toByteArray(base64clean(str))}function blitBuffer(src,dst,offset,length){for(var i=0;i<length&&!(i+offset>=dst.length||i>=src.length);++i)dst[i+offset]=src[i];return i}function isInstance(obj,type){return obj instanceof type||obj!=null&&obj.constructor!=null&&obj.constructor.name!=null&&obj.constructor.name===type.name}function numberIsNaN(obj){return obj!==obj}var hexSliceLookupTable=function(){for(var alphabet="0123456789abcdef",table=new Array(256),i=0;i<16;++i)for(var i16=i*16,j=0;j<16;++j)table[i16+j]=alphabet[i]+alphabet[j];return table}()}});var require_browser=__commonJS({"node_modules/process/browser.js"(exports,module){init_define_process_env();init_shim();var process2=module.exports={},cachedSetTimeout,cachedClearTimeout;function defaultSetTimout(){throw new Error("setTimeout has not been defined")}function defaultClearTimeout(){throw new Error("clearTimeout has not been defined")}(function(){try{typeof setTimeout=="function"?cachedSetTimeout=setTimeout:cachedSetTimeout=defaultSetTimout}catch(e){cachedSetTimeout=defaultSetTimout}try{typeof clearTimeout=="function"?cachedClearTimeout=clearTimeout:cachedClearTimeout=defaultClearTimeout}catch(e){cachedClearTimeout=defaultClearTimeout}})();function runTimeout(fun){if(cachedSetTimeout===setTimeout)return setTimeout(fun,0);if((cachedSetTimeout===defaultSetTimout||!cachedSetTimeout)&&setTimeout)return cachedSetTimeout=setTimeout,setTimeout(fun,0);try{return cachedSetTimeout(fun,0)}catch(e){try{return cachedSetTimeout.call(null,fun,0)}catch(e2){return cachedSetTimeout.call(this,fun,0)}}}function runClearTimeout(marker){if(cachedClearTimeout===clearTimeout)return clearTimeout(marker);if((cachedClearTimeout===defaultClearTimeout||!cachedClearTimeout)&&clearTimeout)return cachedClearTimeout=clearTimeout,clearTimeout(marker);try{return cachedClearTimeout(marker)}catch(e){try{return cachedClearTimeout.call(null,marker)}catch(e2){return cachedClearTimeout.call(this,marker)}}}var queue=[],draining=!1,currentQueue,queueIndex=-1;function cleanUpNextTick(){!draining||!currentQueue||(draining=!1,currentQueue.length?queue=currentQueue.concat(queue):queueIndex=-1,queue.length&&drainQueue())}function drainQueue(){if(!draining){var timeout=runTimeout(cleanUpNextTick);draining=!0;for(var len=queue.length;len;){for(currentQueue=queue,queue=[];++queueIndex<len;)currentQueue&&currentQueue[queueIndex].run();queueIndex=-1,len=queue.length}currentQueue=null,draining=!1,runClearTimeout(timeout)}}process2.nextTick=function(fun){var args=new Array(arguments.length-1);if(arguments.length>1)for(var i=1;i<arguments.length;i++)args[i-1]=arguments[i];queue.push(new Item(fun,args)),queue.length===1&&!draining&&runTimeout(drainQueue)};function Item(fun,array){this.fun=fun,this.array=array}Item.prototype.run=function(){this.fun.apply(null,this.array)};process2.title="browser";process2.browser=!0;process2.env={};process2.argv=[];process2.version="";process2.versions={};function noop(){}process2.on=noop;process2.addListener=noop;process2.once=noop;process2.off=noop;process2.removeListener=noop;process2.removeAllListeners=noop;process2.emit=noop;process2.prependListener=noop;process2.prependOnceListener=noop;process2.listeners=function(name){return[]};process2.binding=function(name){throw new Error("process.binding is not supported")};process2.cwd=function(){return"/"};process2.chdir=function(dir){throw new Error("process.chdir is not supported")};process2.umask=function(){return 0}}});var import_buffer,import_process,_globalThis,init_shim=__esm({"node_modules/node-stdlib-browser/helpers/esbuild/shim.js"(){import_buffer=__toESM(require_buffer()),import_process=__toESM(require_browser()),_globalThis=function(Object2){function get(){var _global3=this||self;return delete Object2.prototype.__magic__,_global3}if(typeof globalThis=="object")return globalThis;if(this)return get();Object2.defineProperty(Object2.prototype,"__magic__",{configurable:!0,get});var _global2=__magic__;return _global2}(Object)}});var require_fails=__commonJS({"node_modules/core-js/internals/fails.js"(exports,module){"use strict";init_define_process_env();init_shim();module.exports=function(exec){try{return!!exec()}catch(error){return!0}}}});var require_function_bind_native=__commonJS({"node_modules/core-js/internals/function-bind-native.js"(exports,module){"use strict";init_define_process_env();init_shim();var fails=require_fails();module.exports=!fails(function(){var test=(function(){}).bind();return typeof test!="function"||test.hasOwnProperty("prototype")})}});var require_function_uncurry_this=__commonJS({"node_modules/core-js/internals/function-uncurry-this.js"(exports,module){"use strict";init_define_process_env();init_shim();var NATIVE_BIND=require_function_bind_native(),FunctionPrototype=Function.prototype,call=FunctionPrototype.call,uncurryThisWithBind=NATIVE_BIND&&FunctionPrototype.bind.bind(call,call);module.exports=NATIVE_BIND?uncurryThisWithBind:function(fn){return function(){return call.apply(fn,arguments)}}}});var require_classof_raw=__commonJS({"node_modules/core-js/internals/classof-raw.js"(exports,module){"use strict";init_define_process_env();init_shim();var uncurryThis=require_function_uncurry_this(),toString=uncurryThis({}.toString),stringSlice=uncurryThis("".slice);module.exports=function(it){return stringSlice(toString(it),8,-1)}}});var require_indexed_object=__commonJS({"node_modules/core-js/internals/indexed-object.js"(exports,module){"use strict";init_define_process_env();init_shim();var uncurryThis=require_function_uncurry_this(),fails=require_fails(),classof=require_classof_raw(),$Object=Object,split=uncurryThis("".split);module.exports=fails(function(){return!$Object("z").propertyIsEnumerable(0)})?function(it){return classof(it)==="String"?split(it,""):$Object(it)}:$Object}});var require_is_null_or_undefined=__commonJS({"node_modules/core-js/internals/is-null-or-undefined.js"(exports,module){"use strict";init_define_process_env();init_shim();module.exports=function(it){return it==null}}});var require_require_object_coercible=__commonJS({"node_modules/core-js/internals/require-object-coercible.js"(exports,module){"use strict";init_define_process_env();init_shim();var isNullOrUndefined=require_is_null_or_undefined(),$TypeError=TypeError;module.exports=function(it){if(isNullOrUndefined(it))throw new $TypeError("Can't call method on "+it);return it}}});var require_to_indexed_object=__commonJS({"node_modules/core-js/internals/to-indexed-object.js"(exports,module){"use strict";init_define_process_env();init_shim();var IndexedObject=require_indexed_object(),requireObjectCoercible=require_require_object_coercible();module.exports=function(it){return IndexedObject(requireObjectCoercible(it))}}});var require_global=__commonJS({"node_modules/core-js/internals/global.js"(exports,module){"use strict";init_define_process_env();init_shim();var check=function(it){return it&&it.Math===Math&&it};module.exports=check(typeof globalThis=="object"&&globalThis)||check(typeof window=="object"&&window)||check(typeof self=="object"&&self)||check(typeof window=="object"&&window)||check(typeof exports=="object"&&exports)||function(){return this}()||Function("return this")()}});var require_is_pure=__commonJS({"node_modules/core-js/internals/is-pure.js"(exports,module){"use strict";init_define_process_env();init_shim();module.exports=!1}});var require_define_global_property=__commonJS({"node_modules/core-js/internals/define-global-property.js"(exports,module){"use strict";init_define_process_env();init_shim();var global=require_global(),defineProperty=Object.defineProperty;module.exports=function(key,value){try{defineProperty(global,key,{value,configurable:!0,writable:!0})}catch(error){global[key]=value}return value}}});var require_shared_store=__commonJS({"node_modules/core-js/internals/shared-store.js"(exports,module){"use strict";init_define_process_env();init_shim();var global=require_global(),defineGlobalProperty=require_define_global_property(),SHARED="__core-js_shared__",store=global[SHARED]||defineGlobalProperty(SHARED,{});module.exports=store}});var require_shared=__commonJS({"node_modules/core-js/internals/shared.js"(exports,module){"use strict";init_define_process_env();init_shim();var IS_PURE=require_is_pure(),store=require_shared_store();(module.exports=function(key,value){return store[key]||(store[key]=value!==void 0?value:{})})("versions",[]).push({version:"3.35.1",mode:IS_PURE?"pure":"global",copyright:"\xA9 2014-2024 Denis Pushkarev (zloirock.ru)",license:"https://github.com/zloirock/core-js/blob/v3.35.1/LICENSE",source:"https://github.com/zloirock/core-js"})}});var require_to_object=__commonJS({"node_modules/core-js/internals/to-object.js"(exports,module){"use strict";init_define_process_env();init_shim();var requireObjectCoercible=require_require_object_coercible(),$Object=Object;module.exports=function(argument){return $Object(requireObjectCoercible(argument))}}});var require_has_own_property=__commonJS({"node_modules/core-js/internals/has-own-property.js"(exports,module){"use strict";init_define_process_env();init_shim();var uncurryThis=require_function_uncurry_this(),toObject=require_to_object(),hasOwnProperty=uncurryThis({}.hasOwnProperty);module.exports=Object.hasOwn||function(it,key){return hasOwnProperty(toObject(it),key)}}});var require_uid=__commonJS({"node_modules/core-js/internals/uid.js"(exports,module){"use strict";init_define_process_env();init_shim();var uncurryThis=require_function_uncurry_this(),id=0,postfix=Math.random(),toString=uncurryThis(1 .toString);module.exports=function(key){return"Symbol("+(key===void 0?"":key)+")_"+toString(++id+postfix,36)}}});var require_engine_user_agent=__commonJS({"node_modules/core-js/internals/engine-user-agent.js"(exports,module){"use strict";init_define_process_env();init_shim();module.exports=typeof navigator<"u"&&String(navigator.userAgent)||""}});var require_engine_v8_version=__commonJS({"node_modules/core-js/internals/engine-v8-version.js"(exports,module){"use strict";init_define_process_env();init_shim();var global=require_global(),userAgent=require_engine_user_agent(),process2=global.process,Deno=global.Deno,versions=process2&&process2.versions||Deno&&Deno.version,v8=versions&&versions.v8,match,version;v8&&(match=v8.split("."),version=match[0]>0&&match[0]<4?1:+(match[0]+match[1]));!version&&userAgent&&(match=userAgent.match(/Edge\/(\d+)/),(!match||match[1]>=74)&&(match=userAgent.match(/Chrome\/(\d+)/),match&&(version=+match[1])));module.exports=version}});var require_symbol_constructor_detection=__commonJS({"node_modules/core-js/internals/symbol-constructor-detection.js"(exports,module){"use strict";init_define_process_env();init_shim();var V8_VERSION=require_engine_v8_version(),fails=require_fails(),global=require_global(),$String=global.String;module.exports=!!Object.getOwnPropertySymbols&&!fails(function(){var symbol=Symbol("symbol detection");return!$String(symbol)||!(Object(symbol)instanceof Symbol)||!Symbol.sham&&V8_VERSION&&V8_VERSION<41})}});var require_use_symbol_as_uid=__commonJS({"node_modules/core-js/internals/use-symbol-as-uid.js"(exports,module){"use strict";init_define_process_env();init_shim();var NATIVE_SYMBOL=require_symbol_constructor_detection();module.exports=NATIVE_SYMBOL&&!Symbol.sham&&typeof Symbol.iterator=="symbol"}});var require_well_known_symbol=__commonJS({"node_modules/core-js/internals/well-known-symbol.js"(exports,module){"use strict";init_define_process_env();init_shim();var global=require_global(),shared=require_shared(),hasOwn=require_has_own_property(),uid=require_uid(),NATIVE_SYMBOL=require_symbol_constructor_detection(),USE_SYMBOL_AS_UID=require_use_symbol_as_uid(),Symbol2=global.Symbol,WellKnownSymbolsStore=shared("wks"),createWellKnownSymbol=USE_SYMBOL_AS_UID?Symbol2.for||Symbol2:Symbol2&&Symbol2.withoutSetter||uid;module.exports=function(name){return hasOwn(WellKnownSymbolsStore,name)||(WellKnownSymbolsStore[name]=NATIVE_SYMBOL&&hasOwn(Symbol2,name)?Symbol2[name]:createWellKnownSymbol("Symbol."+name)),WellKnownSymbolsStore[name]}}});var require_is_callable=__commonJS({"node_modules/core-js/internals/is-callable.js"(exports,module){"use strict";init_define_process_env();init_shim();var documentAll=typeof document=="object"&&document.all;module.exports=typeof documentAll>"u"&&documentAll!==void 0?function(argument){return typeof argument=="function"||argument===documentAll}:function(argument){return typeof argument=="function"}}});var require_is_object=__commonJS({"node_modules/core-js/internals/is-object.js"(exports,module){"use strict";init_define_process_env();init_shim();var isCallable=require_is_callable();module.exports=function(it){return typeof it=="object"?it!==null:isCallable(it)}}});var require_an_object=__commonJS({"node_modules/core-js/internals/an-object.js"(exports,module){"use strict";init_define_process_env();init_shim();var isObject=require_is_object(),$String=String,$TypeError=TypeError;module.exports=function(argument){if(isObject(argument))return argument;throw new $TypeError($String(argument)+" is not an object")}}});var require_descriptors=__commonJS({"node_modules/core-js/internals/descriptors.js"(exports,module){"use strict";init_define_process_env();init_shim();var fails=require_fails();module.exports=!fails(function(){return Object.defineProperty({},1,{get:function(){return 7}})[1]!==7})}});var require_v8_prototype_define_bug=__commonJS({"node_modules/core-js/internals/v8-prototype-define-bug.js"(exports,module){"use strict";init_define_process_env();init_shim();var DESCRIPTORS=require_descriptors(),fails=require_fails();module.exports=DESCRIPTORS&&fails(function(){return Object.defineProperty(function(){},"prototype",{value:42,writable:!1}).prototype!==42})}});var require_document_create_element=__commonJS({"node_modules/core-js/internals/document-create-element.js"(exports,module){"use strict";init_define_process_env();init_shim();var global=require_global(),isObject=require_is_object(),document2=global.document,EXISTS=isObject(document2)&&isObject(document2.createElement);module.exports=function(it){return EXISTS?document2.createElement(it):{}}}});var require_ie8_dom_define=__commonJS({"node_modules/core-js/internals/ie8-dom-define.js"(exports,module){"use strict";init_define_process_env();init_shim();var DESCRIPTORS=require_descriptors(),fails=require_fails(),createElement=require_document_create_element();module.exports=!DESCRIPTORS&&!fails(function(){return Object.defineProperty(createElement("div"),"a",{get:function(){return 7}}).a!==7})}});var require_function_call=__commonJS({"node_modules/core-js/internals/function-call.js"(exports,module){"use strict";init_define_process_env();init_shim();var NATIVE_BIND=require_function_bind_native(),call=Function.prototype.call;module.exports=NATIVE_BIND?call.bind(call):function(){return call.apply(call,arguments)}}});var require_get_built_in=__commonJS({"node_modules/core-js/internals/get-built-in.js"(exports,module){"use strict";init_define_process_env();init_shim();var global=require_global(),isCallable=require_is_callable(),aFunction=function(argument){return isCallable(argument)?argument:void 0};module.exports=function(namespace,method){return arguments.length<2?aFunction(global[namespace]):global[namespace]&&global[namespace][method]}}});var require_object_is_prototype_of=__commonJS({"node_modules/core-js/internals/object-is-prototype-of.js"(exports,module){"use strict";init_define_process_env();init_shim();var uncurryThis=require_function_uncurry_this();module.exports=uncurryThis({}.isPrototypeOf)}});var require_is_symbol=__commonJS({"node_modules/core-js/internals/is-symbol.js"(exports,module){"use strict";init_define_process_env();init_shim();var getBuiltIn=require_get_built_in(),isCallable=require_is_callable(),isPrototypeOf=require_object_is_prototype_of(),USE_SYMBOL_AS_UID=require_use_symbol_as_uid(),$Object=Object;module.exports=USE_SYMBOL_AS_UID?function(it){return typeof it=="symbol"}:function(it){var $Symbol=getBuiltIn("Symbol");return isCallable($Symbol)&&isPrototypeOf($Symbol.prototype,$Object(it))}}});var require_try_to_string=__commonJS({"node_modules/core-js/internals/try-to-string.js"(exports,module){"use strict";init_define_process_env();init_shim();var $String=String;module.exports=function(argument){try{return $String(argument)}catch(error){return"Object"}}}});var require_a_callable=__commonJS({"node_modules/core-js/internals/a-callable.js"(exports,module){"use strict";init_define_process_env();init_shim();var isCallable=require_is_callable(),tryToString=require_try_to_string(),$TypeError=TypeError;module.exports=function(argument){if(isCallable(argument))return argument;throw new $TypeError(tryToString(argument)+" is not a function")}}});var require_get_method=__commonJS({"node_modules/core-js/internals/get-method.js"(exports,module){"use strict";init_define_process_env();init_shim();var aCallable=require_a_callable(),isNullOrUndefined=require_is_null_or_undefined();module.exports=function(V,P){var func=V[P];return isNullOrUndefined(func)?void 0:aCallable(func)}}});var require_ordinary_to_primitive=__commonJS({"node_modules/core-js/internals/ordinary-to-primitive.js"(exports,module){"use strict";init_define_process_env();init_shim();var call=require_function_call(),isCallable=require_is_callable(),isObject=require_is_object(),$TypeError=TypeError;module.exports=function(input,pref){var fn,val;if(pref==="string"&&isCallable(fn=input.toString)&&!isObject(val=call(fn,input))||isCallable(fn=input.valueOf)&&!isObject(val=call(fn,input))||pref!=="string"&&isCallable(fn=input.toString)&&!isObject(val=call(fn,input)))return val;throw new $TypeError("Can't convert object to primitive value")}}});var require_to_primitive=__commonJS({"node_modules/core-js/internals/to-primitive.js"(exports,module){"use strict";init_define_process_env();init_shim();var call=require_function_call(),isObject=require_is_object(),isSymbol=require_is_symbol(),getMethod=require_get_method(),ordinaryToPrimitive=require_ordinary_to_primitive(),wellKnownSymbol=require_well_known_symbol(),$TypeError=TypeError,TO_PRIMITIVE=wellKnownSymbol("toPrimitive");module.exports=function(input,pref){if(!isObject(input)||isSymbol(input))return input;var exoticToPrim=getMethod(input,TO_PRIMITIVE),result;if(exoticToPrim){if(pref===void 0&&(pref="default"),result=call(exoticToPrim,input,pref),!isObject(result)||isSymbol(result))return result;throw new $TypeError("Can't convert object to primitive value")}return pref===void 0&&(pref="number"),ordinaryToPrimitive(input,pref)}}});var require_to_property_key=__commonJS({"node_modules/core-js/internals/to-property-key.js"(exports,module){"use strict";init_define_process_env();init_shim();var toPrimitive=require_to_primitive(),isSymbol=require_is_symbol();module.exports=function(argument){var key=toPrimitive(argument,"string");return isSymbol(key)?key:key+""}}});var require_object_define_property=__commonJS({"node_modules/core-js/internals/object-define-property.js"(exports){"use strict";init_define_process_env();init_shim();var DESCRIPTORS=require_descriptors(),IE8_DOM_DEFINE=require_ie8_dom_define(),V8_PROTOTYPE_DEFINE_BUG=require_v8_prototype_define_bug(),anObject=require_an_object(),toPropertyKey=require_to_property_key(),$TypeError=TypeError,$defineProperty=Object.defineProperty,$getOwnPropertyDescriptor=Object.getOwnPropertyDescriptor,ENUMERABLE="enumerable",CONFIGURABLE="configurable",WRITABLE="writable";exports.f=DESCRIPTORS?V8_PROTOTYPE_DEFINE_BUG?function(O,P,Attributes){if(anObject(O),P=toPropertyKey(P),anObject(Attributes),typeof O=="function"&&P==="prototype"&&"value"in Attributes&&WRITABLE in Attributes&&!Attributes[WRITABLE]){var current=$getOwnPropertyDescriptor(O,P);current&&current[WRITABLE]&&(O[P]=Attributes.value,Attributes={configurable:CONFIGURABLE in Attributes?Attributes[CONFIGURABLE]:current[CONFIGURABLE],enumerable:ENUMERABLE in Attributes?Attributes[ENUMERABLE]:current[ENUMERABLE],writable:!1})}return $defineProperty(O,P,Attributes)}:$defineProperty:function(O,P,Attributes){if(anObject(O),P=toPropertyKey(P),anObject(Attributes),IE8_DOM_DEFINE)try{return $defineProperty(O,P,Attributes)}catch(error){}if("get"in Attributes||"set"in Attributes)throw new $TypeError("Accessors not supported");return"value"in Attributes&&(O[P]=Attributes.value),O}}});var require_math_trunc=__commonJS({"node_modules/core-js/internals/math-trunc.js"(exports,module){"use strict";init_define_process_env();init_shim();var ceil=Math.ceil,floor=Math.floor;module.exports=Math.trunc||function(x){var n=+x;return(n>0?floor:ceil)(n)}}});var require_to_integer_or_infinity=__commonJS({"node_modules/core-js/internals/to-integer-or-infinity.js"(exports,module){"use strict";init_define_process_env();init_shim();var trunc=require_math_trunc();module.exports=function(argument){var number=+argument;return number!==number||number===0?0:trunc(number)}}});var require_to_absolute_index=__commonJS({"node_modules/core-js/internals/to-absolute-index.js"(exports,module){"use strict";init_define_process_env();init_shim();var toIntegerOrInfinity=require_to_integer_or_infinity(),max=Math.max,min=Math.min;module.exports=function(index,length){var integer=toIntegerOrInfinity(index);return integer<0?max(integer+length,0):min(integer,length)}}});var require_to_length=__commonJS({"node_modules/core-js/internals/to-length.js"(exports,module){"use strict";init_define_process_env();init_shim();var toIntegerOrInfinity=require_to_integer_or_infinity(),min=Math.min;module.exports=function(argument){var len=toIntegerOrInfinity(argument);return len>0?min(len,9007199254740991):0}}});var require_length_of_array_like=__commonJS({"node_modules/core-js/internals/length-of-array-like.js"(exports,module){"use strict";init_define_process_env();init_shim();var toLength=require_to_length();module.exports=function(obj){return toLength(obj.length)}}});var require_array_includes=__commonJS({"node_modules/core-js/internals/array-includes.js"(exports,module){"use strict";init_define_process_env();init_shim();var toIndexedObject=require_to_indexed_object(),toAbsoluteIndex=require_to_absolute_index(),lengthOfArrayLike=require_length_of_array_like(),createMethod=function(IS_INCLUDES){return function($this,el,fromIndex){var O=toIndexedObject($this),length=lengthOfArrayLike(O),index=toAbsoluteIndex(fromIndex,length),value;if(IS_INCLUDES&&el!==el){for(;length>index;)if(value=O[index++],value!==value)return!0}else for(;length>index;index++)if((IS_INCLUDES||index in O)&&O[index]===el)return IS_INCLUDES||index||0;return!IS_INCLUDES&&-1}};module.exports={includes:createMethod(!0),indexOf:createMethod(!1)}}});var require_hidden_keys=__commonJS({"node_modules/core-js/internals/hidden-keys.js"(exports,module){"use strict";init_define_process_env();init_shim();module.exports={}}});var require_object_keys_internal=__commonJS({"node_modules/core-js/internals/object-keys-internal.js"(exports,module){"use strict";init_define_process_env();init_shim();var uncurryThis=require_function_uncurry_this(),hasOwn=require_has_own_property(),toIndexedObject=require_to_indexed_object(),indexOf=require_array_includes().indexOf,hiddenKeys=require_hidden_keys(),push=uncurryThis([].push);module.exports=function(object,names){var O=toIndexedObject(object),i=0,result=[],key;for(key in O)!hasOwn(hiddenKeys,key)&&hasOwn(O,key)&&push(result,key);for(;names.length>i;)hasOwn(O,key=names[i++])&&(~indexOf(result,key)||push(result,key));return result}}});var require_enum_bug_keys=__commonJS({"node_modules/core-js/internals/enum-bug-keys.js"(exports,module){"use strict";init_define_process_env();init_shim();module.exports=["constructor","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","toLocaleString","toString","valueOf"]}});var require_object_keys=__commonJS({"node_modules/core-js/internals/object-keys.js"(exports,module){"use strict";init_define_process_env();init_shim();var internalObjectKeys=require_object_keys_internal(),enumBugKeys=require_enum_bug_keys();module.exports=Object.keys||function(O){return internalObjectKeys(O,enumBugKeys)}}});var require_object_define_properties=__commonJS({"node_modules/core-js/internals/object-define-properties.js"(exports){"use strict";init_define_process_env();init_shim();var DESCRIPTORS=require_descriptors(),V8_PROTOTYPE_DEFINE_BUG=require_v8_prototype_define_bug(),definePropertyModule=require_object_define_property(),anObject=require_an_object(),toIndexedObject=require_to_indexed_object(),objectKeys=require_object_keys();exports.f=DESCRIPTORS&&!V8_PROTOTYPE_DEFINE_BUG?Object.defineProperties:function(O,Properties){anObject(O);for(var props=toIndexedObject(Properties),keys=objectKeys(Properties),length=keys.length,index=0,key;length>index;)definePropertyModule.f(O,key=keys[index++],props[key]);return O}}});var require_html=__commonJS({"node_modules/core-js/internals/html.js"(exports,module){"use strict";init_define_process_env();init_shim();var getBuiltIn=require_get_built_in();module.exports=getBuiltIn("document","documentElement")}});var require_shared_key=__commonJS({"node_modules/core-js/internals/shared-key.js"(exports,module){"use strict";init_define_process_env();init_shim();var shared=require_shared(),uid=require_uid(),keys=shared("keys");module.exports=function(key){return keys[key]||(keys[key]=uid(key))}}});var require_object_create=__commonJS({"node_modules/core-js/internals/object-create.js"(exports,module){"use strict";init_define_process_env();init_shim();var anObject=require_an_object(),definePropertiesModule=require_object_define_properties(),enumBugKeys=require_enum_bug_keys(),hiddenKeys=require_hidden_keys(),html=require_html(),documentCreateElement=require_document_create_element(),sharedKey=require_shared_key(),GT=">",LT="<",PROTOTYPE="prototype",SCRIPT="script",IE_PROTO=sharedKey("IE_PROTO"),EmptyConstructor=function(){},scriptTag=function(content){return LT+SCRIPT+GT+content+LT+"/"+SCRIPT+GT},NullProtoObjectViaActiveX=function(activeXDocument2){activeXDocument2.write(scriptTag("")),activeXDocument2.close();var temp=activeXDocument2.parentWindow.Object;return activeXDocument2=null,temp},NullProtoObjectViaIFrame=function(){var iframe=documentCreateElement("iframe"),JS="java"+SCRIPT+":",iframeDocument;return iframe.style.display="none",html.appendChild(iframe),iframe.src=String(JS),iframeDocument=iframe.contentWindow.document,iframeDocument.open(),iframeDocument.write(scriptTag("document.F=Object")),iframeDocument.close(),iframeDocument.F},activeXDocument,NullProtoObject=function(){try{activeXDocument=new ActiveXObject("htmlfile")}catch(error){}NullProtoObject=typeof document<"u"?document.domain&&activeXDocument?NullProtoObjectViaActiveX(activeXDocument):NullProtoObjectViaIFrame():NullProtoObjectViaActiveX(activeXDocument);for(var length=enumBugKeys.length;length--;)delete NullProtoObject[PROTOTYPE][enumBugKeys[length]];return NullProtoObject()};hiddenKeys[IE_PROTO]=!0;module.exports=Object.create||function(O,Properties){var result;return O!==null?(EmptyConstructor[PROTOTYPE]=anObject(O),result=new EmptyConstructor,EmptyConstructor[PROTOTYPE]=null,result[IE_PROTO]=O):result=NullProtoObject(),Properties===void 0?result:definePropertiesModule.f(result,Properties)}}});var require_add_to_unscopables=__commonJS({"node_modules/core-js/internals/add-to-unscopables.js"(exports,module){"use strict";init_define_process_env();init_shim();var wellKnownSymbol=require_well_known_symbol(),create=require_object_create(),defineProperty=require_object_define_property().f,UNSCOPABLES=wellKnownSymbol("unscopables"),ArrayPrototype=Array.prototype;ArrayPrototype[UNSCOPABLES]===void 0&&defineProperty(ArrayPrototype,UNSCOPABLES,{configurable:!0,value:create(null)});module.exports=function(key){ArrayPrototype[UNSCOPABLES][key]=!0}}});var require_iterators=__commonJS({"node_modules/core-js/internals/iterators.js"(exports,module){"use strict";init_define_process_env();init_shim();module.exports={}}});var require_weak_map_basic_detection=__commonJS({"node_modules/core-js/internals/weak-map-basic-detection.js"(exports,module){"use strict";init_define_process_env();init_shim();var global=require_global(),isCallable=require_is_callable(),WeakMap=global.WeakMap;module.exports=isCallable(WeakMap)&&/native code/.test(String(WeakMap))}});var require_create_property_descriptor=__commonJS({"node_modules/core-js/internals/create-property-descriptor.js"(exports,module){"use strict";init_define_process_env();init_shim();module.exports=function(bitmap,value){return{enumerable:!(bitmap&1),configurable:!(bitmap&2),writable:!(bitmap&4),value}}}});var require_create_non_enumerable_property=__commonJS({"node_modules/core-js/internals/create-non-enumerable-property.js"(exports,module){"use strict";init_define_process_env();init_shim();var DESCRIPTORS=require_descriptors(),definePropertyModule=require_object_define_property(),createPropertyDescriptor=require_create_property_descriptor();module.exports=DESCRIPTORS?function(object,key,value){return definePropertyModule.f(object,key,createPropertyDescriptor(1,value))}:function(object,key,value){return object[key]=value,object}}});var require_internal_state=__commonJS({"node_modules/core-js/internals/internal-state.js"(exports,module){"use strict";init_define_process_env();init_shim();var NATIVE_WEAK_MAP=require_weak_map_basic_detection(),global=require_global(),isObject=require_is_object(),createNonEnumerableProperty=require_create_non_enumerable_property(),hasOwn=require_has_own_property(),shared=require_shared_store(),sharedKey=require_shared_key(),hiddenKeys=require_hidden_keys(),OBJECT_ALREADY_INITIALIZED="Object already initialized",TypeError2=global.TypeError,WeakMap=global.WeakMap,set,get,has,enforce=function(it){return has(it)?get(it):set(it,{})},getterFor=function(TYPE){return function(it){var state;if(!isObject(it)||(state=get(it)).type!==TYPE)throw new TypeError2("Incompatible receiver, "+TYPE+" required");return state}};NATIVE_WEAK_MAP||shared.state?(store=shared.state||(shared.state=new WeakMap),store.get=store.get,store.has=store.has,store.set=store.set,set=function(it,metadata){if(store.has(it))throw new TypeError2(OBJECT_ALREADY_INITIALIZED);return metadata.facade=it,store.set(it,metadata),metadata},get=function(it){return store.get(it)||{}},has=function(it){return store.has(it)}):(STATE=sharedKey("state"),hiddenKeys[STATE]=!0,set=function(it,metadata){if(hasOwn(it,STATE))throw new TypeError2(OBJECT_ALREADY_INITIALIZED);return metadata.facade=it,createNonEnumerableProperty(it,STATE,metadata),metadata},get=function(it){return hasOwn(it,STATE)?it[STATE]:{}},has=function(it){return hasOwn(it,STATE)});var store,STATE;module.exports={set,get,has,enforce,getterFor}}});var require_object_property_is_enumerable=__commonJS({"node_modules/core-js/internals/object-property-is-enumerable.js"(exports){"use strict";init_define_process_env();init_shim();var $propertyIsEnumerable={}.propertyIsEnumerable,getOwnPropertyDescriptor=Object.getOwnPropertyDescriptor,NASHORN_BUG=getOwnPropertyDescriptor&&!$propertyIsEnumerable.call({1:2},1);exports.f=NASHORN_BUG?function(V){var descriptor=getOwnPropertyDescriptor(this,V);return!!descriptor&&descriptor.enumerable}:$propertyIsEnumerable}});var require_object_get_own_property_descriptor=__commonJS({"node_modules/core-js/internals/object-get-own-property-descriptor.js"(exports){"use strict";init_define_process_env();init_shim();var DESCRIPTORS=require_descriptors(),call=require_function_call(),propertyIsEnumerableModule=require_object_property_is_enumerable(),createPropertyDescriptor=require_create_property_descriptor(),toIndexedObject=require_to_indexed_object(),toPropertyKey=require_to_property_key(),hasOwn=require_has_own_property(),IE8_DOM_DEFINE=require_ie8_dom_define(),$getOwnPropertyDescriptor=Object.getOwnPropertyDescriptor;exports.f=DESCRIPTORS?$getOwnPropertyDescriptor:function(O,P){if(O=toIndexedObject(O),P=toPropertyKey(P),IE8_DOM_DEFINE)try{return $getOwnPropertyDescriptor(O,P)}catch(error){}if(hasOwn(O,P))return createPropertyDescriptor(!call(propertyIsEnumerableModule.f,O,P),O[P])}}});var require_function_name=__commonJS({"node_modules/core-js/internals/function-name.js"(exports,module){"use strict";init_define_process_env();init_shim();var DESCRIPTORS=require_descriptors(),hasOwn=require_has_own_property(),FunctionPrototype=Function.prototype,getDescriptor=DESCRIPTORS&&Object.getOwnPropertyDescriptor,EXISTS=hasOwn(FunctionPrototype,"name"),PROPER=EXISTS&&(function(){}).name==="something",CONFIGURABLE=EXISTS&&(!DESCRIPTORS||DESCRIPTORS&&getDescriptor(FunctionPrototype,"name").configurable);module.exports={EXISTS,PROPER,CONFIGURABLE}}});var require_inspect_source=__commonJS({"node_modules/core-js/internals/inspect-source.js"(exports,module){"use strict";init_define_process_env();init_shim();var uncurryThis=require_function_uncurry_this(),isCallable=require_is_callable(),store=require_shared_store(),functionToString=uncurryThis(Function.toString);isCallable(store.inspectSource)||(store.inspectSource=function(it){return functionToString(it)});module.exports=store.inspectSource}});var require_make_built_in=__commonJS({"node_modules/core-js/internals/make-built-in.js"(exports,module){"use strict";init_define_process_env();init_shim();var uncurryThis=require_function_uncurry_this(),fails=require_fails(),isCallable=require_is_callable(),hasOwn=require_has_own_property(),DESCRIPTORS=require_descriptors(),CONFIGURABLE_FUNCTION_NAME=require_function_name().CONFIGURABLE,inspectSource=require_inspect_source(),InternalStateModule=require_internal_state(),enforceInternalState=InternalStateModule.enforce,getInternalState=InternalStateModule.get,$String=String,defineProperty=Object.defineProperty,stringSlice=uncurryThis("".slice),replace=uncurryThis("".replace),join=uncurryThis([].join),CONFIGURABLE_LENGTH=DESCRIPTORS&&!fails(function(){return defineProperty(function(){},"length",{value:8}).length!==8}),TEMPLATE=String(String).split("String"),makeBuiltIn=module.exports=function(value,name,options){stringSlice($String(name),0,7)==="Symbol("&&(name="["+replace($String(name),/^Symbol\(([^)]*)\).*$/,"$1")+"]"),options&&options.getter&&(name="get "+name),options&&options.setter&&(name="set "+name),(!hasOwn(value,"name")||CONFIGURABLE_FUNCTION_NAME&&value.name!==name)&&(DESCRIPTORS?defineProperty(value,"name",{value:name,configurable:!0}):value.name=name),CONFIGURABLE_LENGTH&&options&&hasOwn(options,"arity")&&value.length!==options.arity&&defineProperty(value,"length",{value:options.arity});try{options&&hasOwn(options,"constructor")&&options.constructor?DESCRIPTORS&&defineProperty(value,"prototype",{writable:!1}):value.prototype&&(value.prototype=void 0)}catch(error){}var state=enforceInternalState(value);return hasOwn(state,"source")||(state.source=join(TEMPLATE,typeof name=="string"?name:"")),value};Function.prototype.toString=makeBuiltIn(function(){return isCallable(this)&&getInternalState(this).source||inspectSource(this)},"toString")}});var require_define_built_in=__commonJS({"node_modules/core-js/internals/define-built-in.js"(exports,module){"use strict";init_define_process_env();init_shim();var isCallable=require_is_callable(),definePropertyModule=require_object_define_property(),makeBuiltIn=require_make_built_in(),defineGlobalProperty=require_define_global_property();module.exports=function(O,key,value,options){options||(options={});var simple=options.enumerable,name=options.name!==void 0?options.name:key;if(isCallable(value)&&makeBuiltIn(value,name,options),options.global)simple?O[key]=value:defineGlobalProperty(key,value);else{try{options.unsafe?O[key]&&(simple=!0):delete O[key]}catch(error){}simple?O[key]=value:definePropertyModule.f(O,key,{value,enumerable:!1,configurable:!options.nonConfigurable,writable:!options.nonWritable})}return O}}});var require_object_get_own_property_names=__commonJS({"node_modules/core-js/internals/object-get-own-property-names.js"(exports){"use strict";init_define_process_env();init_shim();var internalObjectKeys=require_object_keys_internal(),enumBugKeys=require_enum_bug_keys(),hiddenKeys=enumBugKeys.concat("length","prototype");exports.f=Object.getOwnPropertyNames||function(O){return internalObjectKeys(O,hiddenKeys)}}});var require_object_get_own_property_symbols=__commonJS({"node_modules/core-js/internals/object-get-own-property-symbols.js"(exports){"use strict";init_define_process_env();init_shim();exports.f=Object.getOwnPropertySymbols}});var require_own_keys=__commonJS({"node_modules/core-js/internals/own-keys.js"(exports,module){"use strict";init_define_process_env();init_shim();var getBuiltIn=require_get_built_in(),uncurryThis=require_function_uncurry_this(),getOwnPropertyNamesModule=require_object_get_own_property_names(),getOwnPropertySymbolsModule=require_object_get_own_property_symbols(),anObject=require_an_object(),concat=uncurryThis([].concat);module.exports=getBuiltIn("Reflect","ownKeys")||function(it){var keys=getOwnPropertyNamesModule.f(anObject(it)),getOwnPropertySymbols=getOwnPropertySymbolsModule.f;return getOwnPropertySymbols?concat(keys,getOwnPropertySymbols(it)):keys}}});var require_copy_constructor_properties=__commonJS({"node_modules/core-js/internals/copy-constructor-properties.js"(exports,module){"use strict";init_define_process_env();init_shim();var hasOwn=require_has_own_property(),ownKeys=require_own_keys(),getOwnPropertyDescriptorModule=require_object_get_own_property_descriptor(),definePropertyModule=require_object_define_property();module.exports=function(target,source,exceptions){for(var keys=ownKeys(source),defineProperty=definePropertyModule.f,getOwnPropertyDescriptor=getOwnPropertyDescriptorModule.f,i=0;i<keys.length;i++){var key=keys[i];!hasOwn(target,key)&&!(exceptions&&hasOwn(exceptions,key))&&defineProperty(target,key,getOwnPropertyDescriptor(source,key))}}}});var require_is_forced=__commonJS({"node_modules/core-js/internals/is-forced.js"(exports,module){"use strict";init_define_process_env();init_shim();var fails=require_fails(),isCallable=require_is_callable(),replacement=/#|\.prototype\./,isForced=function(feature,detection){var value=data[normalize(feature)];return value===POLYFILL?!0:value===NATIVE?!1:isCallable(detection)?fails(detection):!!detection},normalize=isForced.normalize=function(string){return String(string).replace(replacement,".").toLowerCase()},data=isForced.data={},NATIVE=isForced.NATIVE="N",POLYFILL=isForced.POLYFILL="P";module.exports=isForced}});var require_export=__commonJS({"node_modules/core-js/internals/export.js"(exports,module){"use strict";init_define_process_env();init_shim();var global=require_global(),getOwnPropertyDescriptor=require_object_get_own_property_descriptor().f,createNonEnumerableProperty=require_create_non_enumerable_property(),defineBuiltIn=require_define_built_in(),defineGlobalProperty=require_define_global_property(),copyConstructorProperties=require_copy_constructor_properties(),isForced=require_is_forced();module.exports=function(options,source){var TARGET=options.target,GLOBAL=options.global,STATIC=options.stat,FORCED,target,key,targetProperty,sourceProperty,descriptor;if(GLOBAL?target=global:STATIC?target=global[TARGET]||defineGlobalProperty(TARGET,{}):target=global[TARGET]&&global[TARGET].prototype,target)for(key in source){if(sourceProperty=source[key],options.dontCallGetSet?(descriptor=getOwnPropertyDescriptor(target,key),targetProperty=descriptor&&descriptor.value):targetProperty=target[key],FORCED=isForced(GLOBAL?key:TARGET+(STATIC?".":"#")+key,options.forced),!FORCED&&targetProperty!==void 0){if(typeof sourceProperty==typeof targetProperty)continue;copyConstructorProperties(sourceProperty,targetProperty)}(options.sham||targetProperty&&targetProperty.sham)&&createNonEnumerableProperty(sourceProperty,"sham",!0),defineBuiltIn(target,key,sourceProperty,options)}}}});var require_correct_prototype_getter=__commonJS({"node_modules/core-js/internals/correct-prototype-getter.js"(exports,module){"use strict";init_define_process_env();init_shim();var fails=require_fails();module.exports=!fails(function(){function F(){}return F.prototype.constructor=null,Object.getPrototypeOf(new F)!==F.prototype})}});var require_object_get_prototype_of=__commonJS({"node_modules/core-js/internals/object-get-prototype-of.js"(exports,module){"use strict";init_define_process_env();init_shim();var hasOwn=require_has_own_property(),isCallable=require_is_callable(),toObject=require_to_object(),sharedKey=require_shared_key(),CORRECT_PROTOTYPE_GETTER=require_correct_prototype_getter(),IE_PROTO=sharedKey("IE_PROTO"),$Object=Object,ObjectPrototype=$Object.prototype;module.exports=CORRECT_PROTOTYPE_GETTER?$Object.getPrototypeOf:function(O){var object=toObject(O);if(hasOwn(object,IE_PROTO))return object[IE_PROTO];var constructor=object.constructor;return isCallable(constructor)&&object instanceof constructor?constructor.prototype:object instanceof $Object?ObjectPrototype:null}}});var require_iterators_core=__commonJS({"node_modules/core-js/internals/iterators-core.js"(exports,module){"use strict";init_define_process_env();init_shim();var fails=require_fails(),isCallable=require_is_callable(),isObject=require_is_object(),create=require_object_create(),getPrototypeOf=require_object_get_prototype_of(),defineBuiltIn=require_define_built_in(),wellKnownSymbol=require_well_known_symbol(),IS_PURE=require_is_pure(),ITERATOR=wellKnownSymbol("iterator"),BUGGY_SAFARI_ITERATORS=!1,IteratorPrototype,PrototypeOfArrayIteratorPrototype,arrayIterator;[].keys&&(arrayIterator=[].keys(),"next"in arrayIterator?(PrototypeOfArrayIteratorPrototype=getPrototypeOf(getPrototypeOf(arrayIterator)),PrototypeOfArrayIteratorPrototype!==Object.prototype&&(IteratorPrototype=PrototypeOfArrayIteratorPrototype)):BUGGY_SAFARI_ITERATORS=!0);var NEW_ITERATOR_PROTOTYPE=!isObject(IteratorPrototype)||fails(function(){var test={};return IteratorPrototype[ITERATOR].call(test)!==test});NEW_ITERATOR_PROTOTYPE?IteratorPrototype={}:IS_PURE&&(IteratorPrototype=create(IteratorPrototype));isCallable(IteratorPrototype[ITERATOR])||defineBuiltIn(IteratorPrototype,ITERATOR,function(){return this});module.exports={IteratorPrototype,BUGGY_SAFARI_ITERATORS}}});var require_set_to_string_tag=__commonJS({"node_modules/core-js/internals/set-to-string-tag.js"(exports,module){"use strict";init_define_process_env();init_shim();var defineProperty=require_object_define_property().f,hasOwn=require_has_own_property(),wellKnownSymbol=require_well_known_symbol(),TO_STRING_TAG=wellKnownSymbol("toStringTag");module.exports=function(target,TAG,STATIC){target&&!STATIC&&(target=target.prototype),target&&!hasOwn(target,TO_STRING_TAG)&&defineProperty(target,TO_STRING_TAG,{configurable:!0,value:TAG})}}});var require_iterator_create_constructor=__commonJS({"node_modules/core-js/internals/iterator-create-constructor.js"(exports,module){"use strict";init_define_process_env();init_shim();var IteratorPrototype=require_iterators_core().IteratorPrototype,create=require_object_create(),createPropertyDescriptor=require_create_property_descriptor(),setToStringTag=require_set_to_string_tag(),Iterators=require_iterators(),returnThis=function(){return this};module.exports=function(IteratorConstructor,NAME,next,ENUMERABLE_NEXT){var TO_STRING_TAG=NAME+" Iterator";return IteratorConstructor.prototype=create(IteratorPrototype,{next:createPropertyDescriptor(+!ENUMERABLE_NEXT,next)}),setToStringTag(IteratorConstructor,TO_STRING_TAG,!1,!0),Iterators[TO_STRING_TAG]=returnThis,IteratorConstructor}}});var require_function_uncurry_this_accessor=__commonJS({"node_modules/core-js/internals/function-uncurry-this-accessor.js"(exports,module){"use strict";init_define_process_env();init_shim();var uncurryThis=require_function_uncurry_this(),aCallable=require_a_callable();module.exports=function(object,key,method){try{return uncurryThis(aCallable(Object.getOwnPropertyDescriptor(object,key)[method]))}catch(error){}}}});var require_is_possible_prototype=__commonJS({"node_modules/core-js/internals/is-possible-prototype.js"(exports,module){"use strict";init_define_process_env();init_shim();var isObject=require_is_object();module.exports=function(argument){return isObject(argument)||argument===null}}});var require_a_possible_prototype=__commonJS({"node_modules/core-js/internals/a-possible-prototype.js"(exports,module){"use strict";init_define_process_env();init_shim();var isPossiblePrototype=require_is_possible_prototype(),$String=String,$TypeError=TypeError;module.exports=function(argument){if(isPossiblePrototype(argument))return argument;throw new $TypeError("Can't set "+$String(argument)+" as a prototype")}}});var require_object_set_prototype_of=__commonJS({"node_modules/core-js/internals/object-set-prototype-of.js"(exports,module){"use strict";init_define_process_env();init_shim();var uncurryThisAccessor=require_function_uncurry_this_accessor(),anObject=require_an_object(),aPossiblePrototype=require_a_possible_prototype();module.exports=Object.setPrototypeOf||("__proto__"in{}?function(){var CORRECT_SETTER=!1,test={},setter;try{setter=uncurryThisAccessor(Object.prototype,"__proto__","set"),setter(test,[]),CORRECT_SETTER=test instanceof Array}catch(error){}return function(O,proto){return anObject(O),aPossiblePrototype(proto),CORRECT_SETTER?setter(O,proto):O.__proto__=proto,O}}():void 0)}});var require_iterator_define=__commonJS({"node_modules/core-js/internals/iterator-define.js"(exports,module){"use strict";init_define_process_env();init_shim();var $2=require_export(),call=require_function_call(),IS_PURE=require_is_pure(),FunctionName=require_function_name(),isCallable=require_is_callable(),createIteratorConstructor=require_iterator_create_constructor(),getPrototypeOf=require_object_get_prototype_of(),setPrototypeOf=require_object_set_prototype_of(),setToStringTag=require_set_to_string_tag(),createNonEnumerableProperty=require_create_non_enumerable_property(),defineBuiltIn=require_define_built_in(),wellKnownSymbol=require_well_known_symbol(),Iterators=require_iterators(),IteratorsCore=require_iterators_core(),PROPER_FUNCTION_NAME=FunctionName.PROPER,CONFIGURABLE_FUNCTION_NAME=FunctionName.CONFIGURABLE,IteratorPrototype=IteratorsCore.IteratorPrototype,BUGGY_SAFARI_ITERATORS=IteratorsCore.BUGGY_SAFARI_ITERATORS,ITERATOR=wellKnownSymbol("iterator"),KEYS="keys",VALUES="values",ENTRIES="entries",returnThis=function(){return this};module.exports=function(Iterable,NAME,IteratorConstructor,next,DEFAULT,IS_SET,FORCED){createIteratorConstructor(IteratorConstructor,NAME,next);var getIterationMethod=function(KIND){if(KIND===DEFAULT&&defaultIterator)return defaultIterator;if(!BUGGY_SAFARI_ITERATORS&&KIND&&KIND in IterablePrototype)return IterablePrototype[KIND];switch(KIND){case KEYS:return function(){return new IteratorConstructor(this,KIND)};case VALUES:return function(){return new IteratorConstructor(this,KIND)};case ENTRIES:return function(){return new IteratorConstructor(this,KIND)}}return function(){return new IteratorConstructor(this)}},TO_STRING_TAG=NAME+" Iterator",INCORRECT_VALUES_NAME=!1,IterablePrototype=Iterable.prototype,nativeIterator=IterablePrototype[ITERATOR]||IterablePrototype["@@iterator"]||DEFAULT&&IterablePrototype[DEFAULT],defaultIterator=!BUGGY_SAFARI_ITERATORS&&nativeIterator||getIterationMethod(DEFAULT),anyNativeIterator=NAME==="Array"&&IterablePrototype.entries||nativeIterator,CurrentIteratorPrototype,methods,KEY;if(anyNativeIterator&&(CurrentIteratorPrototype=getPrototypeOf(anyNativeIterator.call(new Iterable)),CurrentIteratorPrototype!==Object.prototype&&CurrentIteratorPrototype.next&&(!IS_PURE&&getPrototypeOf(CurrentIteratorPrototype)!==IteratorPrototype&&(setPrototypeOf?setPrototypeOf(CurrentIteratorPrototype,IteratorPrototype):isCallable(CurrentIteratorPrototype[ITERATOR])||defineBuiltIn(CurrentIteratorPrototype,ITERATOR,returnThis)),setToStringTag(CurrentIteratorPrototype,TO_STRING_TAG,!0,!0),IS_PURE&&(Iterators[TO_STRING_TAG]=returnThis))),PROPER_FUNCTION_NAME&&DEFAULT===VALUES&&nativeIterator&&nativeIterator.name!==VALUES&&(!IS_PURE&&CONFIGURABLE_FUNCTION_NAME?createNonEnumerableProperty(IterablePrototype,"name",VALUES):(INCORRECT_VALUES_NAME=!0,defaultIterator=function(){return call(nativeIterator,this)})),DEFAULT)if(methods={values:getIterationMethod(VALUES),keys:IS_SET?defaultIterator:getIterationMethod(KEYS),entries:getIterationMethod(ENTRIES)},FORCED)for(KEY in methods)(BUGGY_SAFARI_ITERATORS||INCORRECT_VALUES_NAME||!(KEY in IterablePrototype))&&defineBuiltIn(IterablePrototype,KEY,methods[KEY]);else $2({target:NAME,proto:!0,forced:BUGGY_SAFARI_ITERATORS||INCORRECT_VALUES_NAME},methods);return(!IS_PURE||FORCED)&&IterablePrototype[ITERATOR]!==defaultIterator&&defineBuiltIn(IterablePrototype,ITERATOR,defaultIterator,{name:DEFAULT}),Iterators[NAME]=defaultIterator,methods}}});var require_create_iter_result_object=__commonJS({"node_modules/core-js/internals/create-iter-result-object.js"(exports,module){"use strict";init_define_process_env();init_shim();module.exports=function(value,done){return{value,done}}}});var require_es_array_iterator=__commonJS({"node_modules/core-js/modules/es.array.iterator.js"(exports,module){"use strict";init_define_process_env();init_shim();var toIndexedObject=require_to_indexed_object(),addToUnscopables=require_add_to_unscopables(),Iterators=require_iterators(),InternalStateModule=require_internal_state(),defineProperty=require_object_define_property().f,defineIterator=require_iterator_define(),createIterResultObject=require_create_iter_result_object(),IS_PURE=require_is_pure(),DESCRIPTORS=require_descriptors(),ARRAY_ITERATOR="Array Iterator",setInternalState=InternalStateModule.set,getInternalState=InternalStateModule.getterFor(ARRAY_ITERATOR);module.exports=defineIterator(Array,"Array",function(iterated,kind){setInternalState(this,{type:ARRAY_ITERATOR,target:toIndexedObject(iterated),index:0,kind})},function(){var state=getInternalState(this),target=state.target,index=state.index++;if(!target||index>=target.length)return state.target=void 0,createIterResultObject(void 0,!0);switch(state.kind){case"keys":return createIterResultObject(index,!1);case"values":return createIterResultObject(target[index],!1)}return createIterResultObject([index,target[index]],!1)},"values");var values=Iterators.Arguments=Iterators.Array;addToUnscopables("keys");addToUnscopables("values");addToUnscopables("entries");if(!IS_PURE&&DESCRIPTORS&&values.name!=="values")try{defineProperty(values,"name",{value:"values"})}catch(error){}}});var require_dom_iterables=__commonJS({"node_modules/core-js/internals/dom-iterables.js"(exports,module){"use strict";init_define_process_env();init_shim();module.exports={CSSRuleList:0,CSSStyleDeclaration:0,CSSValueList:0,ClientRectList:0,DOMRectList:0,DOMStringList:0,DOMTokenList:1,DataTransferItemList:0,FileList:0,HTMLAllCollection:0,HTMLCollection:0,HTMLFormElement:0,HTMLSelectElement:0,MediaList:0,MimeTypeArray:0,NamedNodeMap:0,NodeList:1,PaintRequestList:0,Plugin:0,PluginArray:0,SVGLengthList:0,SVGNumberList:0,SVGPathSegList:0,SVGPointList:0,SVGStringList:0,SVGTransformList:0,SourceBufferList:0,StyleSheetList:0,TextTrackCueList:0,TextTrackList:0,TouchList:0}}});var require_dom_token_list_prototype=__commonJS({"node_modules/core-js/internals/dom-token-list-prototype.js"(exports,module){"use strict";init_define_process_env();init_shim();var documentCreateElement=require_document_create_element(),classList=documentCreateElement("span").classList,DOMTokenListPrototype=classList&&classList.constructor&&classList.constructor.prototype;module.exports=DOMTokenListPrototype===Object.prototype?void 0:DOMTokenListPrototype}});var require_web_dom_collections_iterator=__commonJS({"node_modules/core-js/modules/web.dom-collections.iterator.js"(){"use strict";init_define_process_env();init_shim();var global=require_global(),DOMIterables=require_dom_iterables(),DOMTokenListPrototype=require_dom_token_list_prototype(),ArrayIteratorMethods=require_es_array_iterator(),createNonEnumerableProperty=require_create_non_enumerable_property(),setToStringTag=require_set_to_string_tag(),wellKnownSymbol=require_well_known_symbol(),ITERATOR=wellKnownSymbol("iterator"),ArrayValues=ArrayIteratorMethods.values,handlePrototype=function(CollectionPrototype,COLLECTION_NAME2){if(CollectionPrototype){if(CollectionPrototype[ITERATOR]!==ArrayValues)try{createNonEnumerableProperty(CollectionPrototype,ITERATOR,ArrayValues)}catch(error){CollectionPrototype[ITERATOR]=ArrayValues}if(setToStringTag(CollectionPrototype,COLLECTION_NAME2,!0),DOMIterables[COLLECTION_NAME2]){for(var METHOD_NAME in ArrayIteratorMethods)if(CollectionPrototype[METHOD_NAME]!==ArrayIteratorMethods[METHOD_NAME])try{createNonEnumerableProperty(CollectionPrototype,METHOD_NAME,ArrayIteratorMethods[METHOD_NAME])}catch(error){CollectionPrototype[METHOD_NAME]=ArrayIteratorMethods[METHOD_NAME]}}}};for(COLLECTION_NAME in DOMIterables)handlePrototype(global[COLLECTION_NAME]&&global[COLLECTION_NAME].prototype,COLLECTION_NAME);var COLLECTION_NAME;handlePrototype(DOMTokenListPrototype,"DOMTokenList")}});init_define_process_env();init_shim();var import_es_array_iterator=__toESM(require_es_array_iterator()),import_web_dom_collections_iterator=__toESM(require_web_dom_collections_iterator());init_define_process_env();init_shim();var _window$u,_window,_window$safe_require,_window2,u=(_window$u=(_window=window)==null?void 0:_window.u)!=null?_window$u:_u,safe_require=(_window$safe_require=(_window2=window)==null?void 0:_window2.safe_require)!=null?_window$safe_require:_safe_require;var external=safe_require.safe_require("./external"),services=safe_require.safe_require("./services"),shared_fields=safe_require.safe_require("./core/shared_fields"),inputs=safe_require.safe_require("./core/core_elements/shared/inputs"),Lib=safe_require.safe_require("./lib"),property_applications=safe_require.safe_require("./core/property_applications"),element_eval=safe_require.safe_require("./lang/evaluation/element_eval"),PLUGIN_FILE="star_rating",DEFAULT_WIDTH=162,DEFAULT_HEIGHT=38,SIZE_RATIOS={xxxs:.6,xxs:.8,xs:1,sm:1.1,md:1.4,lg:1.7,xl:2.1},cls=class extends external.Service{constructor(){super(),this.authenticator=new external.NoAuth,this.elements=this._get_initial_elements()}_get_initial_elements(){return{StarRating:{condition(root){var _root$is_mobile;return!(root!=null&&(_root$is_mobile=root.is_mobile)!=null&&_root$is_mobile.call(root))},defaults:{width:DEFAULT_WIDTH,height:DEFAULT_HEIGHT},field_names:u.extend({min:{default:0,no_states:!0},max:{default:5,no_states:!0},step:{default:.5,no_states:!0},size:{default:"xs",no_states:!0,in_style:!0},content:{},star_color:{default:"#e3e3e3",in_style:!0},rating_color:{default:"#fde16d",in_style:!0}},inputs.get_disabled_field_name,inputs.get_auto_binding_field_names),property_applications:[new property_applications.Dimensions,new property_applications.Border,new property_applications.Background],get_html(instance){return"<div></div>"},get_orphaned_thumbnail_width(element){let size=element.get_static_property("size");return size in SIZE_RATIOS?Math.round(SIZE_RATIOS[size]*DEFAULT_WIDTH):element.get_width()},get_orphaned_thumbnail_height(element){let size=element.get_static_property("size");return size in SIZE_RATIOS?Math.round(SIZE_RATIOS[size]*DEFAULT_HEIGHT):element.get_height()},initialize(instance){return services.log_plugin_element_init({name:this.plugin_name,plugin:PLUGIN_FILE}),instance.wait_for_visible_lite(()=>{let canvas=instance.get_canvas(),inner_id=u.LUID(),input=$('<input id="'+inner_id+'" type="number" class="rating" >');canvas.append(input),input.rating(),input.hide(),input.on("rating.change",(evt,val)=>instance.message("user_submit",input.val())),inputs.input_change_autorun(instance,val=>{val!==void 0&&input.rating("update",val)}),inputs.register_focus(instance,input),instance.autorun(()=>{let props={showClear:!1,showCaption:!1,ratingClass:"rating-fa",glyphicon:!1};for(let prop of["min","max","step","size"])props[prop]=instance.get_static_property(prop);props.stars=props.max,instance.edit_mode()&&(props.readonly=!0),input.rating("refresh",props)}),element_eval.on_property_change(instance,"disabled",value=>input.rating("refresh",{disabled:value})),element_eval.on_property_change(instance,"star_color",value=>canvas.find(".rating-container").css("color",value)),element_eval.on_property_change(instance,"rating_color",value=>canvas.find(".rating-stars").css("color",value)),instance.on_destroy(()=>input.rating("destroy"))})},change_cursor_style_if_clickable:!1,add_an_invisible_div_on_the_top:!0,is_input:!0,contains_group_data:!1,no_is_focused:!0,get_starting_content(instance){var _ref,_element_eval$evaluat;return instance.get_static_property("auto_binding")?inputs.get_input_autobind_thing_field(instance):(_ref=(_element_eval$evaluat=element_eval.evaluate_property(instance,"content"))!=null?_element_eval$evaluat:element_eval.evaluate_property(instance,"min"))!=null?_ref:0},get_state_value(element,name){if(name==="value")return"number"},jquery_plugins(){return["jquery_plugins/star-rating.min"]},css_files:["css/optional/star-rating.min.css","css/optional/font-awesome.min.css"],actions:["ResetInputs"]}}}},star_rating={cls};typeof window<"u"&&window!==null&&((_window$optional_modu=(_window3=window).optional_modules)!=null||(_window3.optional_modules={}),window.optional_modules.star_rating=star_rating);var _window3,_window$optional_modu,plugin_registry=safe_require.safe_require("./services/shared/plugin_registry");plugin_registry.register_plugin("star_rating",star_rating);})();
/*! Bundled license information:

buffer/index.js:
  (*!
   * The buffer module from node.js, for the browser.
   *
   * @author   Feross Aboukhadijeh <https://feross.org>
   * @license  MIT
   *)
*/

}


window.preloaded['plugin/first_party:star_rating'] = true;
window._bubble_page_load_data.hardcoded_plugins['apiconnector2'] = true;
window.__code__ = window.__code__ || {};
if(!window.__code__['0fc81b8accbb3692a1df256f595e17e71bad75c37d3c1438233633dccd2fa45e']){window.__code__['0fc81b8accbb3692a1df256f595e17e71bad75c37d3c1438233633dccd2fa45e']=1;

"use strict";(()=>{var __create=Object.create;var __defProp=Object.defineProperty;var __getOwnPropDesc=Object.getOwnPropertyDescriptor;var __getOwnPropNames=Object.getOwnPropertyNames;var __getProtoOf=Object.getPrototypeOf,__hasOwnProp=Object.prototype.hasOwnProperty;var __esm=(fn,res)=>function(){return fn&&(res=(0,fn[__getOwnPropNames(fn)[0]])(fn=0)),res};var __commonJS=(cb,mod)=>function(){return mod||(0,cb[__getOwnPropNames(cb)[0]])((mod={exports:{}}).exports,mod),mod.exports};var __copyProps=(to,from,except,desc)=>{if(from&&typeof from=="object"||typeof from=="function")for(let key of __getOwnPropNames(from))!__hasOwnProp.call(to,key)&&key!==except&&__defProp(to,key,{get:()=>from[key],enumerable:!(desc=__getOwnPropDesc(from,key))||desc.enumerable});return to};var __toESM=(mod,isNodeMode,target)=>(target=mod!=null?__create(__getProtoOf(mod)):{},__copyProps(isNodeMode||!mod||!mod.__esModule?__defProp(target,"default",{value:mod,enumerable:!0}):target,mod));var init_define_process_env=__esm({"<define:process.env>"(){}});var require_base64_js=__commonJS({"node_modules/base64-js/index.js"(exports2){"use strict";init_define_process_env();init_shim();exports2.byteLength=byteLength;exports2.toByteArray=toByteArray;exports2.fromByteArray=fromByteArray;var lookup=[],revLookup=[],Arr=typeof Uint8Array<"u"?Uint8Array:Array,code="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/";for(i=0,len=code.length;i<len;++i)lookup[i]=code[i],revLookup[code.charCodeAt(i)]=i;var i,len;revLookup["-".charCodeAt(0)]=62;revLookup["_".charCodeAt(0)]=63;function getLens(b64){var len2=b64.length;if(len2%4>0)throw new Error("Invalid string. Length must be a multiple of 4");var validLen=b64.indexOf("=");validLen===-1&&(validLen=len2);var placeHoldersLen=validLen===len2?0:4-validLen%4;return[validLen,placeHoldersLen]}function byteLength(b64){var lens=getLens(b64),validLen=lens[0],placeHoldersLen=lens[1];return(validLen+placeHoldersLen)*3/4-placeHoldersLen}function _byteLength(b64,validLen,placeHoldersLen){return(validLen+placeHoldersLen)*3/4-placeHoldersLen}function toByteArray(b64){var tmp,lens=getLens(b64),validLen=lens[0],placeHoldersLen=lens[1],arr=new Arr(_byteLength(b64,validLen,placeHoldersLen)),curByte=0,len2=placeHoldersLen>0?validLen-4:validLen,i2;for(i2=0;i2<len2;i2+=4)tmp=revLookup[b64.charCodeAt(i2)]<<18|revLookup[b64.charCodeAt(i2+1)]<<12|revLookup[b64.charCodeAt(i2+2)]<<6|revLookup[b64.charCodeAt(i2+3)],arr[curByte++]=tmp>>16&255,arr[curByte++]=tmp>>8&255,arr[curByte++]=tmp&255;return placeHoldersLen===2&&(tmp=revLookup[b64.charCodeAt(i2)]<<2|revLookup[b64.charCodeAt(i2+1)]>>4,arr[curByte++]=tmp&255),placeHoldersLen===1&&(tmp=revLookup[b64.charCodeAt(i2)]<<10|revLookup[b64.charCodeAt(i2+1)]<<4|revLookup[b64.charCodeAt(i2+2)]>>2,arr[curByte++]=tmp>>8&255,arr[curByte++]=tmp&255),arr}function tripletToBase64(num){return lookup[num>>18&63]+lookup[num>>12&63]+lookup[num>>6&63]+lookup[num&63]}function encodeChunk(uint8,start,end){for(var tmp,output=[],i2=start;i2<end;i2+=3)tmp=(uint8[i2]<<16&16711680)+(uint8[i2+1]<<8&65280)+(uint8[i2+2]&255),output.push(tripletToBase64(tmp));return output.join("")}function fromByteArray(uint8){for(var tmp,len2=uint8.length,extraBytes=len2%3,parts=[],maxChunkLength=16383,i2=0,len22=len2-extraBytes;i2<len22;i2+=maxChunkLength)parts.push(encodeChunk(uint8,i2,i2+maxChunkLength>len22?len22:i2+maxChunkLength));return extraBytes===1?(tmp=uint8[len2-1],parts.push(lookup[tmp>>2]+lookup[tmp<<4&63]+"==")):extraBytes===2&&(tmp=(uint8[len2-2]<<8)+uint8[len2-1],parts.push(lookup[tmp>>10]+lookup[tmp>>4&63]+lookup[tmp<<2&63]+"=")),parts.join("")}}});var require_ieee754=__commonJS({"node_modules/ieee754/index.js"(exports2){init_define_process_env();init_shim();exports2.read=function(buffer,offset,isLE,mLen,nBytes){var e,m,eLen=nBytes*8-mLen-1,eMax=(1<<eLen)-1,eBias=eMax>>1,nBits=-7,i=isLE?nBytes-1:0,d=isLE?-1:1,s=buffer[offset+i];for(i+=d,e=s&(1<<-nBits)-1,s>>=-nBits,nBits+=eLen;nBits>0;e=e*256+buffer[offset+i],i+=d,nBits-=8);for(m=e&(1<<-nBits)-1,e>>=-nBits,nBits+=mLen;nBits>0;m=m*256+buffer[offset+i],i+=d,nBits-=8);if(e===0)e=1-eBias;else{if(e===eMax)return m?NaN:(s?-1:1)*(1/0);m=m+Math.pow(2,mLen),e=e-eBias}return(s?-1:1)*m*Math.pow(2,e-mLen)};exports2.write=function(buffer,value,offset,isLE,mLen,nBytes){var e,m,c,eLen=nBytes*8-mLen-1,eMax=(1<<eLen)-1,eBias=eMax>>1,rt=mLen===23?Math.pow(2,-24)-Math.pow(2,-77):0,i=isLE?0:nBytes-1,d=isLE?1:-1,s=value<0||value===0&&1/value<0?1:0;for(value=Math.abs(value),isNaN(value)||value===1/0?(m=isNaN(value)?1:0,e=eMax):(e=Math.floor(Math.log(value)/Math.LN2),value*(c=Math.pow(2,-e))<1&&(e--,c*=2),e+eBias>=1?value+=rt/c:value+=rt*Math.pow(2,1-eBias),value*c>=2&&(e++,c/=2),e+eBias>=eMax?(m=0,e=eMax):e+eBias>=1?(m=(value*c-1)*Math.pow(2,mLen),e=e+eBias):(m=value*Math.pow(2,eBias-1)*Math.pow(2,mLen),e=0));mLen>=8;buffer[offset+i]=m&255,i+=d,m/=256,mLen-=8);for(e=e<<mLen|m,eLen+=mLen;eLen>0;buffer[offset+i]=e&255,i+=d,e/=256,eLen-=8);buffer[offset+i-d]|=s*128}}});var require_buffer=__commonJS({"node_modules/node-stdlib-browser/node_modules/buffer/index.js"(exports2){"use strict";init_define_process_env();init_shim();var base64=require_base64_js(),ieee754=require_ieee754(),customInspectSymbol=typeof Symbol=="function"&&typeof Symbol.for=="function"?Symbol.for("nodejs.util.inspect.custom"):null;exports2.Buffer=Buffer4;exports2.SlowBuffer=SlowBuffer;exports2.INSPECT_MAX_BYTES=50;var K_MAX_LENGTH=2147483647;exports2.kMaxLength=K_MAX_LENGTH;Buffer4.TYPED_ARRAY_SUPPORT=typedArraySupport();!Buffer4.TYPED_ARRAY_SUPPORT&&typeof console<"u"&&typeof console.error=="function"&&console.error("This browser lacks typed array (Uint8Array) support which is required by `buffer` v5.x. Use `buffer` v4.x if you require old browser support.");function typedArraySupport(){try{var arr=new Uint8Array(1),proto={foo:function(){return 42}};return Object.setPrototypeOf(proto,Uint8Array.prototype),Object.setPrototypeOf(arr,proto),arr.foo()===42}catch(e){return!1}}Object.defineProperty(Buffer4.prototype,"parent",{enumerable:!0,get:function(){if(Buffer4.isBuffer(this))return this.buffer}});Object.defineProperty(Buffer4.prototype,"offset",{enumerable:!0,get:function(){if(Buffer4.isBuffer(this))return this.byteOffset}});function createBuffer(length){if(length>K_MAX_LENGTH)throw new RangeError('The value "'+length+'" is invalid for option "size"');var buf=new Uint8Array(length);return Object.setPrototypeOf(buf,Buffer4.prototype),buf}function Buffer4(arg,encodingOrOffset,length){if(typeof arg=="number"){if(typeof encodingOrOffset=="string")throw new TypeError('The "string" argument must be of type string. Received type number');return allocUnsafe(arg)}return from(arg,encodingOrOffset,length)}Buffer4.poolSize=8192;function from(value,encodingOrOffset,length){if(typeof value=="string")return fromString(value,encodingOrOffset);if(ArrayBuffer.isView(value))return fromArrayView(value);if(value==null)throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof value);if(isInstance(value,ArrayBuffer)||value&&isInstance(value.buffer,ArrayBuffer)||typeof SharedArrayBuffer<"u"&&(isInstance(value,SharedArrayBuffer)||value&&isInstance(value.buffer,SharedArrayBuffer)))return fromArrayBuffer(value,encodingOrOffset,length);if(typeof value=="number")throw new TypeError('The "value" argument must not be of type number. Received type number');var valueOf=value.valueOf&&value.valueOf();if(valueOf!=null&&valueOf!==value)return Buffer4.from(valueOf,encodingOrOffset,length);var b=fromObject(value);if(b)return b;if(typeof Symbol<"u"&&Symbol.toPrimitive!=null&&typeof value[Symbol.toPrimitive]=="function")return Buffer4.from(value[Symbol.toPrimitive]("string"),encodingOrOffset,length);throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof value)}Buffer4.from=function(value,encodingOrOffset,length){return from(value,encodingOrOffset,length)};Object.setPrototypeOf(Buffer4.prototype,Uint8Array.prototype);Object.setPrototypeOf(Buffer4,Uint8Array);function assertSize(size){if(typeof size!="number")throw new TypeError('"size" argument must be of type number');if(size<0)throw new RangeError('The value "'+size+'" is invalid for option "size"')}function alloc(size,fill,encoding){return assertSize(size),size<=0?createBuffer(size):fill!==void 0?typeof encoding=="string"?createBuffer(size).fill(fill,encoding):createBuffer(size).fill(fill):createBuffer(size)}Buffer4.alloc=function(size,fill,encoding){return alloc(size,fill,encoding)};function allocUnsafe(size){return assertSize(size),createBuffer(size<0?0:checked(size)|0)}Buffer4.allocUnsafe=function(size){return allocUnsafe(size)};Buffer4.allocUnsafeSlow=function(size){return allocUnsafe(size)};function fromString(string,encoding){if((typeof encoding!="string"||encoding==="")&&(encoding="utf8"),!Buffer4.isEncoding(encoding))throw new TypeError("Unknown encoding: "+encoding);var length=byteLength(string,encoding)|0,buf=createBuffer(length),actual=buf.write(string,encoding);return actual!==length&&(buf=buf.slice(0,actual)),buf}function fromArrayLike(array){for(var length=array.length<0?0:checked(array.length)|0,buf=createBuffer(length),i=0;i<length;i+=1)buf[i]=array[i]&255;return buf}function fromArrayView(arrayView){if(isInstance(arrayView,Uint8Array)){var copy=new Uint8Array(arrayView);return fromArrayBuffer(copy.buffer,copy.byteOffset,copy.byteLength)}return fromArrayLike(arrayView)}function fromArrayBuffer(array,byteOffset,length){if(byteOffset<0||array.byteLength<byteOffset)throw new RangeError('"offset" is outside of buffer bounds');if(array.byteLength<byteOffset+(length||0))throw new RangeError('"length" is outside of buffer bounds');var buf;return byteOffset===void 0&&length===void 0?buf=new Uint8Array(array):length===void 0?buf=new Uint8Array(array,byteOffset):buf=new Uint8Array(array,byteOffset,length),Object.setPrototypeOf(buf,Buffer4.prototype),buf}function fromObject(obj){if(Buffer4.isBuffer(obj)){var len=checked(obj.length)|0,buf=createBuffer(len);return buf.length===0||obj.copy(buf,0,0,len),buf}if(obj.length!==void 0)return typeof obj.length!="number"||numberIsNaN(obj.length)?createBuffer(0):fromArrayLike(obj);if(obj.type==="Buffer"&&Array.isArray(obj.data))return fromArrayLike(obj.data)}function checked(length){if(length>=K_MAX_LENGTH)throw new RangeError("Attempt to allocate Buffer larger than maximum size: 0x"+K_MAX_LENGTH.toString(16)+" bytes");return length|0}function SlowBuffer(length){return+length!=length&&(length=0),Buffer4.alloc(+length)}Buffer4.isBuffer=function(b){return b!=null&&b._isBuffer===!0&&b!==Buffer4.prototype};Buffer4.compare=function(a,b){if(isInstance(a,Uint8Array)&&(a=Buffer4.from(a,a.offset,a.byteLength)),isInstance(b,Uint8Array)&&(b=Buffer4.from(b,b.offset,b.byteLength)),!Buffer4.isBuffer(a)||!Buffer4.isBuffer(b))throw new TypeError('The "buf1", "buf2" arguments must be one of type Buffer or Uint8Array');if(a===b)return 0;for(var x=a.length,y=b.length,i=0,len=Math.min(x,y);i<len;++i)if(a[i]!==b[i]){x=a[i],y=b[i];break}return x<y?-1:y<x?1:0};Buffer4.isEncoding=function(encoding){switch(String(encoding).toLowerCase()){case"hex":case"utf8":case"utf-8":case"ascii":case"latin1":case"binary":case"base64":case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return!0;default:return!1}};Buffer4.concat=function(list,length){if(!Array.isArray(list))throw new TypeError('"list" argument must be an Array of Buffers');if(list.length===0)return Buffer4.alloc(0);var i;if(length===void 0)for(length=0,i=0;i<list.length;++i)length+=list[i].length;var buffer=Buffer4.allocUnsafe(length),pos=0;for(i=0;i<list.length;++i){var buf=list[i];if(isInstance(buf,Uint8Array))pos+buf.length>buffer.length?Buffer4.from(buf).copy(buffer,pos):Uint8Array.prototype.set.call(buffer,buf,pos);else if(Buffer4.isBuffer(buf))buf.copy(buffer,pos);else throw new TypeError('"list" argument must be an Array of Buffers');pos+=buf.length}return buffer};function byteLength(string,encoding){if(Buffer4.isBuffer(string))return string.length;if(ArrayBuffer.isView(string)||isInstance(string,ArrayBuffer))return string.byteLength;if(typeof string!="string")throw new TypeError('The "string" argument must be one of type string, Buffer, or ArrayBuffer. Received type '+typeof string);var len=string.length,mustMatch=arguments.length>2&&arguments[2]===!0;if(!mustMatch&&len===0)return 0;for(var loweredCase=!1;;)switch(encoding){case"ascii":case"latin1":case"binary":return len;case"utf8":case"utf-8":return utf8ToBytes(string).length;case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return len*2;case"hex":return len>>>1;case"base64":return base64ToBytes(string).length;default:if(loweredCase)return mustMatch?-1:utf8ToBytes(string).length;encoding=(""+encoding).toLowerCase(),loweredCase=!0}}Buffer4.byteLength=byteLength;function slowToString(encoding,start,end){var loweredCase=!1;if((start===void 0||start<0)&&(start=0),start>this.length||((end===void 0||end>this.length)&&(end=this.length),end<=0)||(end>>>=0,start>>>=0,end<=start))return"";for(encoding||(encoding="utf8");;)switch(encoding){case"hex":return hexSlice(this,start,end);case"utf8":case"utf-8":return utf8Slice(this,start,end);case"ascii":return asciiSlice(this,start,end);case"latin1":case"binary":return latin1Slice(this,start,end);case"base64":return base64Slice(this,start,end);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return utf16leSlice(this,start,end);default:if(loweredCase)throw new TypeError("Unknown encoding: "+encoding);encoding=(encoding+"").toLowerCase(),loweredCase=!0}}Buffer4.prototype._isBuffer=!0;function swap(b,n,m){var i=b[n];b[n]=b[m],b[m]=i}Buffer4.prototype.swap16=function(){var len=this.length;if(len%2!==0)throw new RangeError("Buffer size must be a multiple of 16-bits");for(var i=0;i<len;i+=2)swap(this,i,i+1);return this};Buffer4.prototype.swap32=function(){var len=this.length;if(len%4!==0)throw new RangeError("Buffer size must be a multiple of 32-bits");for(var i=0;i<len;i+=4)swap(this,i,i+3),swap(this,i+1,i+2);return this};Buffer4.prototype.swap64=function(){var len=this.length;if(len%8!==0)throw new RangeError("Buffer size must be a multiple of 64-bits");for(var i=0;i<len;i+=8)swap(this,i,i+7),swap(this,i+1,i+6),swap(this,i+2,i+5),swap(this,i+3,i+4);return this};Buffer4.prototype.toString=function(){var length=this.length;return length===0?"":arguments.length===0?utf8Slice(this,0,length):slowToString.apply(this,arguments)};Buffer4.prototype.toLocaleString=Buffer4.prototype.toString;Buffer4.prototype.equals=function(b){if(!Buffer4.isBuffer(b))throw new TypeError("Argument must be a Buffer");return this===b?!0:Buffer4.compare(this,b)===0};Buffer4.prototype.inspect=function(){var str="",max=exports2.INSPECT_MAX_BYTES;return str=this.toString("hex",0,max).replace(/(.{2})/g,"$1 ").trim(),this.length>max&&(str+=" ... "),"<Buffer "+str+">"};customInspectSymbol&&(Buffer4.prototype[customInspectSymbol]=Buffer4.prototype.inspect);Buffer4.prototype.compare=function(target,start,end,thisStart,thisEnd){if(isInstance(target,Uint8Array)&&(target=Buffer4.from(target,target.offset,target.byteLength)),!Buffer4.isBuffer(target))throw new TypeError('The "target" argument must be one of type Buffer or Uint8Array. Received type '+typeof target);if(start===void 0&&(start=0),end===void 0&&(end=target?target.length:0),thisStart===void 0&&(thisStart=0),thisEnd===void 0&&(thisEnd=this.length),start<0||end>target.length||thisStart<0||thisEnd>this.length)throw new RangeError("out of range index");if(thisStart>=thisEnd&&start>=end)return 0;if(thisStart>=thisEnd)return-1;if(start>=end)return 1;if(start>>>=0,end>>>=0,thisStart>>>=0,thisEnd>>>=0,this===target)return 0;for(var x=thisEnd-thisStart,y=end-start,len=Math.min(x,y),thisCopy=this.slice(thisStart,thisEnd),targetCopy=target.slice(start,end),i=0;i<len;++i)if(thisCopy[i]!==targetCopy[i]){x=thisCopy[i],y=targetCopy[i];break}return x<y?-1:y<x?1:0};function bidirectionalIndexOf(buffer,val,byteOffset,encoding,dir){if(buffer.length===0)return-1;if(typeof byteOffset=="string"?(encoding=byteOffset,byteOffset=0):byteOffset>2147483647?byteOffset=2147483647:byteOffset<-2147483648&&(byteOffset=-2147483648),byteOffset=+byteOffset,numberIsNaN(byteOffset)&&(byteOffset=dir?0:buffer.length-1),byteOffset<0&&(byteOffset=buffer.length+byteOffset),byteOffset>=buffer.length){if(dir)return-1;byteOffset=buffer.length-1}else if(byteOffset<0)if(dir)byteOffset=0;else return-1;if(typeof val=="string"&&(val=Buffer4.from(val,encoding)),Buffer4.isBuffer(val))return val.length===0?-1:arrayIndexOf(buffer,val,byteOffset,encoding,dir);if(typeof val=="number")return val=val&255,typeof Uint8Array.prototype.indexOf=="function"?dir?Uint8Array.prototype.indexOf.call(buffer,val,byteOffset):Uint8Array.prototype.lastIndexOf.call(buffer,val,byteOffset):arrayIndexOf(buffer,[val],byteOffset,encoding,dir);throw new TypeError("val must be string, number or Buffer")}function arrayIndexOf(arr,val,byteOffset,encoding,dir){var indexSize=1,arrLength=arr.length,valLength=val.length;if(encoding!==void 0&&(encoding=String(encoding).toLowerCase(),encoding==="ucs2"||encoding==="ucs-2"||encoding==="utf16le"||encoding==="utf-16le")){if(arr.length<2||val.length<2)return-1;indexSize=2,arrLength/=2,valLength/=2,byteOffset/=2}function read(buf,i2){return indexSize===1?buf[i2]:buf.readUInt16BE(i2*indexSize)}var i;if(dir){var foundIndex=-1;for(i=byteOffset;i<arrLength;i++)if(read(arr,i)===read(val,foundIndex===-1?0:i-foundIndex)){if(foundIndex===-1&&(foundIndex=i),i-foundIndex+1===valLength)return foundIndex*indexSize}else foundIndex!==-1&&(i-=i-foundIndex),foundIndex=-1}else for(byteOffset+valLength>arrLength&&(byteOffset=arrLength-valLength),i=byteOffset;i>=0;i--){for(var found=!0,j=0;j<valLength;j++)if(read(arr,i+j)!==read(val,j)){found=!1;break}if(found)return i}return-1}Buffer4.prototype.includes=function(val,byteOffset,encoding){return this.indexOf(val,byteOffset,encoding)!==-1};Buffer4.prototype.indexOf=function(val,byteOffset,encoding){return bidirectionalIndexOf(this,val,byteOffset,encoding,!0)};Buffer4.prototype.lastIndexOf=function(val,byteOffset,encoding){return bidirectionalIndexOf(this,val,byteOffset,encoding,!1)};function hexWrite(buf,string,offset,length){offset=Number(offset)||0;var remaining=buf.length-offset;length?(length=Number(length),length>remaining&&(length=remaining)):length=remaining;var strLen=string.length;length>strLen/2&&(length=strLen/2);for(var i=0;i<length;++i){var parsed=parseInt(string.substr(i*2,2),16);if(numberIsNaN(parsed))return i;buf[offset+i]=parsed}return i}function utf8Write(buf,string,offset,length){return blitBuffer(utf8ToBytes(string,buf.length-offset),buf,offset,length)}function asciiWrite(buf,string,offset,length){return blitBuffer(asciiToBytes(string),buf,offset,length)}function base64Write(buf,string,offset,length){return blitBuffer(base64ToBytes(string),buf,offset,length)}function ucs2Write(buf,string,offset,length){return blitBuffer(utf16leToBytes(string,buf.length-offset),buf,offset,length)}Buffer4.prototype.write=function(string,offset,length,encoding){if(offset===void 0)encoding="utf8",length=this.length,offset=0;else if(length===void 0&&typeof offset=="string")encoding=offset,length=this.length,offset=0;else if(isFinite(offset))offset=offset>>>0,isFinite(length)?(length=length>>>0,encoding===void 0&&(encoding="utf8")):(encoding=length,length=void 0);else throw new Error("Buffer.write(string, encoding, offset[, length]) is no longer supported");var remaining=this.length-offset;if((length===void 0||length>remaining)&&(length=remaining),string.length>0&&(length<0||offset<0)||offset>this.length)throw new RangeError("Attempt to write outside buffer bounds");encoding||(encoding="utf8");for(var loweredCase=!1;;)switch(encoding){case"hex":return hexWrite(this,string,offset,length);case"utf8":case"utf-8":return utf8Write(this,string,offset,length);case"ascii":case"latin1":case"binary":return asciiWrite(this,string,offset,length);case"base64":return base64Write(this,string,offset,length);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return ucs2Write(this,string,offset,length);default:if(loweredCase)throw new TypeError("Unknown encoding: "+encoding);encoding=(""+encoding).toLowerCase(),loweredCase=!0}};Buffer4.prototype.toJSON=function(){return{type:"Buffer",data:Array.prototype.slice.call(this._arr||this,0)}};function base64Slice(buf,start,end){return start===0&&end===buf.length?base64.fromByteArray(buf):base64.fromByteArray(buf.slice(start,end))}function utf8Slice(buf,start,end){end=Math.min(buf.length,end);for(var res=[],i=start;i<end;){var firstByte=buf[i],codePoint=null,bytesPerSequence=firstByte>239?4:firstByte>223?3:firstByte>191?2:1;if(i+bytesPerSequence<=end){var secondByte,thirdByte,fourthByte,tempCodePoint;switch(bytesPerSequence){case 1:firstByte<128&&(codePoint=firstByte);break;case 2:secondByte=buf[i+1],(secondByte&192)===128&&(tempCodePoint=(firstByte&31)<<6|secondByte&63,tempCodePoint>127&&(codePoint=tempCodePoint));break;case 3:secondByte=buf[i+1],thirdByte=buf[i+2],(secondByte&192)===128&&(thirdByte&192)===128&&(tempCodePoint=(firstByte&15)<<12|(secondByte&63)<<6|thirdByte&63,tempCodePoint>2047&&(tempCodePoint<55296||tempCodePoint>57343)&&(codePoint=tempCodePoint));break;case 4:secondByte=buf[i+1],thirdByte=buf[i+2],fourthByte=buf[i+3],(secondByte&192)===128&&(thirdByte&192)===128&&(fourthByte&192)===128&&(tempCodePoint=(firstByte&15)<<18|(secondByte&63)<<12|(thirdByte&63)<<6|fourthByte&63,tempCodePoint>65535&&tempCodePoint<1114112&&(codePoint=tempCodePoint))}}codePoint===null?(codePoint=65533,bytesPerSequence=1):codePoint>65535&&(codePoint-=65536,res.push(codePoint>>>10&1023|55296),codePoint=56320|codePoint&1023),res.push(codePoint),i+=bytesPerSequence}return decodeCodePointsArray(res)}var MAX_ARGUMENTS_LENGTH=4096;function decodeCodePointsArray(codePoints){var len=codePoints.length;if(len<=MAX_ARGUMENTS_LENGTH)return String.fromCharCode.apply(String,codePoints);for(var res="",i=0;i<len;)res+=String.fromCharCode.apply(String,codePoints.slice(i,i+=MAX_ARGUMENTS_LENGTH));return res}function asciiSlice(buf,start,end){var ret="";end=Math.min(buf.length,end);for(var i=start;i<end;++i)ret+=String.fromCharCode(buf[i]&127);return ret}function latin1Slice(buf,start,end){var ret="";end=Math.min(buf.length,end);for(var i=start;i<end;++i)ret+=String.fromCharCode(buf[i]);return ret}function hexSlice(buf,start,end){var len=buf.length;(!start||start<0)&&(start=0),(!end||end<0||end>len)&&(end=len);for(var out="",i=start;i<end;++i)out+=hexSliceLookupTable[buf[i]];return out}function utf16leSlice(buf,start,end){for(var bytes=buf.slice(start,end),res="",i=0;i<bytes.length-1;i+=2)res+=String.fromCharCode(bytes[i]+bytes[i+1]*256);return res}Buffer4.prototype.slice=function(start,end){var len=this.length;start=~~start,end=end===void 0?len:~~end,start<0?(start+=len,start<0&&(start=0)):start>len&&(start=len),end<0?(end+=len,end<0&&(end=0)):end>len&&(end=len),end<start&&(end=start);var newBuf=this.subarray(start,end);return Object.setPrototypeOf(newBuf,Buffer4.prototype),newBuf};function checkOffset(offset,ext,length){if(offset%1!==0||offset<0)throw new RangeError("offset is not uint");if(offset+ext>length)throw new RangeError("Trying to access beyond buffer length")}Buffer4.prototype.readUintLE=Buffer4.prototype.readUIntLE=function(offset,byteLength2,noAssert){offset=offset>>>0,byteLength2=byteLength2>>>0,noAssert||checkOffset(offset,byteLength2,this.length);for(var val=this[offset],mul=1,i=0;++i<byteLength2&&(mul*=256);)val+=this[offset+i]*mul;return val};Buffer4.prototype.readUintBE=Buffer4.prototype.readUIntBE=function(offset,byteLength2,noAssert){offset=offset>>>0,byteLength2=byteLength2>>>0,noAssert||checkOffset(offset,byteLength2,this.length);for(var val=this[offset+--byteLength2],mul=1;byteLength2>0&&(mul*=256);)val+=this[offset+--byteLength2]*mul;return val};Buffer4.prototype.readUint8=Buffer4.prototype.readUInt8=function(offset,noAssert){return offset=offset>>>0,noAssert||checkOffset(offset,1,this.length),this[offset]};Buffer4.prototype.readUint16LE=Buffer4.prototype.readUInt16LE=function(offset,noAssert){return offset=offset>>>0,noAssert||checkOffset(offset,2,this.length),this[offset]|this[offset+1]<<8};Buffer4.prototype.readUint16BE=Buffer4.prototype.readUInt16BE=function(offset,noAssert){return offset=offset>>>0,noAssert||checkOffset(offset,2,this.length),this[offset]<<8|this[offset+1]};Buffer4.prototype.readUint32LE=Buffer4.prototype.readUInt32LE=function(offset,noAssert){return offset=offset>>>0,noAssert||checkOffset(offset,4,this.length),(this[offset]|this[offset+1]<<8|this[offset+2]<<16)+this[offset+3]*16777216};Buffer4.prototype.readUint32BE=Buffer4.prototype.readUInt32BE=function(offset,noAssert){return offset=offset>>>0,noAssert||checkOffset(offset,4,this.length),this[offset]*16777216+(this[offset+1]<<16|this[offset+2]<<8|this[offset+3])};Buffer4.prototype.readIntLE=function(offset,byteLength2,noAssert){offset=offset>>>0,byteLength2=byteLength2>>>0,noAssert||checkOffset(offset,byteLength2,this.length);for(var val=this[offset],mul=1,i=0;++i<byteLength2&&(mul*=256);)val+=this[offset+i]*mul;return mul*=128,val>=mul&&(val-=Math.pow(2,8*byteLength2)),val};Buffer4.prototype.readIntBE=function(offset,byteLength2,noAssert){offset=offset>>>0,byteLength2=byteLength2>>>0,noAssert||checkOffset(offset,byteLength2,this.length);for(var i=byteLength2,mul=1,val=this[offset+--i];i>0&&(mul*=256);)val+=this[offset+--i]*mul;return mul*=128,val>=mul&&(val-=Math.pow(2,8*byteLength2)),val};Buffer4.prototype.readInt8=function(offset,noAssert){return offset=offset>>>0,noAssert||checkOffset(offset,1,this.length),this[offset]&128?(255-this[offset]+1)*-1:this[offset]};Buffer4.prototype.readInt16LE=function(offset,noAssert){offset=offset>>>0,noAssert||checkOffset(offset,2,this.length);var val=this[offset]|this[offset+1]<<8;return val&32768?val|4294901760:val};Buffer4.prototype.readInt16BE=function(offset,noAssert){offset=offset>>>0,noAssert||checkOffset(offset,2,this.length);var val=this[offset+1]|this[offset]<<8;return val&32768?val|4294901760:val};Buffer4.prototype.readInt32LE=function(offset,noAssert){return offset=offset>>>0,noAssert||checkOffset(offset,4,this.length),this[offset]|this[offset+1]<<8|this[offset+2]<<16|this[offset+3]<<24};Buffer4.prototype.readInt32BE=function(offset,noAssert){return offset=offset>>>0,noAssert||checkOffset(offset,4,this.length),this[offset]<<24|this[offset+1]<<16|this[offset+2]<<8|this[offset+3]};Buffer4.prototype.readFloatLE=function(offset,noAssert){return offset=offset>>>0,noAssert||checkOffset(offset,4,this.length),ieee754.read(this,offset,!0,23,4)};Buffer4.prototype.readFloatBE=function(offset,noAssert){return offset=offset>>>0,noAssert||checkOffset(offset,4,this.length),ieee754.read(this,offset,!1,23,4)};Buffer4.prototype.readDoubleLE=function(offset,noAssert){return offset=offset>>>0,noAssert||checkOffset(offset,8,this.length),ieee754.read(this,offset,!0,52,8)};Buffer4.prototype.readDoubleBE=function(offset,noAssert){return offset=offset>>>0,noAssert||checkOffset(offset,8,this.length),ieee754.read(this,offset,!1,52,8)};function checkInt(buf,value,offset,ext,max,min){if(!Buffer4.isBuffer(buf))throw new TypeError('"buffer" argument must be a Buffer instance');if(value>max||value<min)throw new RangeError('"value" argument is out of bounds');if(offset+ext>buf.length)throw new RangeError("Index out of range")}Buffer4.prototype.writeUintLE=Buffer4.prototype.writeUIntLE=function(value,offset,byteLength2,noAssert){if(value=+value,offset=offset>>>0,byteLength2=byteLength2>>>0,!noAssert){var maxBytes=Math.pow(2,8*byteLength2)-1;checkInt(this,value,offset,byteLength2,maxBytes,0)}var mul=1,i=0;for(this[offset]=value&255;++i<byteLength2&&(mul*=256);)this[offset+i]=value/mul&255;return offset+byteLength2};Buffer4.prototype.writeUintBE=Buffer4.prototype.writeUIntBE=function(value,offset,byteLength2,noAssert){if(value=+value,offset=offset>>>0,byteLength2=byteLength2>>>0,!noAssert){var maxBytes=Math.pow(2,8*byteLength2)-1;checkInt(this,value,offset,byteLength2,maxBytes,0)}var i=byteLength2-1,mul=1;for(this[offset+i]=value&255;--i>=0&&(mul*=256);)this[offset+i]=value/mul&255;return offset+byteLength2};Buffer4.prototype.writeUint8=Buffer4.prototype.writeUInt8=function(value,offset,noAssert){return value=+value,offset=offset>>>0,noAssert||checkInt(this,value,offset,1,255,0),this[offset]=value&255,offset+1};Buffer4.prototype.writeUint16LE=Buffer4.prototype.writeUInt16LE=function(value,offset,noAssert){return value=+value,offset=offset>>>0,noAssert||checkInt(this,value,offset,2,65535,0),this[offset]=value&255,this[offset+1]=value>>>8,offset+2};Buffer4.prototype.writeUint16BE=Buffer4.prototype.writeUInt16BE=function(value,offset,noAssert){return value=+value,offset=offset>>>0,noAssert||checkInt(this,value,offset,2,65535,0),this[offset]=value>>>8,this[offset+1]=value&255,offset+2};Buffer4.prototype.writeUint32LE=Buffer4.prototype.writeUInt32LE=function(value,offset,noAssert){return value=+value,offset=offset>>>0,noAssert||checkInt(this,value,offset,4,4294967295,0),this[offset+3]=value>>>24,this[offset+2]=value>>>16,this[offset+1]=value>>>8,this[offset]=value&255,offset+4};Buffer4.prototype.writeUint32BE=Buffer4.prototype.writeUInt32BE=function(value,offset,noAssert){return value=+value,offset=offset>>>0,noAssert||checkInt(this,value,offset,4,4294967295,0),this[offset]=value>>>24,this[offset+1]=value>>>16,this[offset+2]=value>>>8,this[offset+3]=value&255,offset+4};Buffer4.prototype.writeIntLE=function(value,offset,byteLength2,noAssert){if(value=+value,offset=offset>>>0,!noAssert){var limit=Math.pow(2,8*byteLength2-1);checkInt(this,value,offset,byteLength2,limit-1,-limit)}var i=0,mul=1,sub=0;for(this[offset]=value&255;++i<byteLength2&&(mul*=256);)value<0&&sub===0&&this[offset+i-1]!==0&&(sub=1),this[offset+i]=(value/mul>>0)-sub&255;return offset+byteLength2};Buffer4.prototype.writeIntBE=function(value,offset,byteLength2,noAssert){if(value=+value,offset=offset>>>0,!noAssert){var limit=Math.pow(2,8*byteLength2-1);checkInt(this,value,offset,byteLength2,limit-1,-limit)}var i=byteLength2-1,mul=1,sub=0;for(this[offset+i]=value&255;--i>=0&&(mul*=256);)value<0&&sub===0&&this[offset+i+1]!==0&&(sub=1),this[offset+i]=(value/mul>>0)-sub&255;return offset+byteLength2};Buffer4.prototype.writeInt8=function(value,offset,noAssert){return value=+value,offset=offset>>>0,noAssert||checkInt(this,value,offset,1,127,-128),value<0&&(value=255+value+1),this[offset]=value&255,offset+1};Buffer4.prototype.writeInt16LE=function(value,offset,noAssert){return value=+value,offset=offset>>>0,noAssert||checkInt(this,value,offset,2,32767,-32768),this[offset]=value&255,this[offset+1]=value>>>8,offset+2};Buffer4.prototype.writeInt16BE=function(value,offset,noAssert){return value=+value,offset=offset>>>0,noAssert||checkInt(this,value,offset,2,32767,-32768),this[offset]=value>>>8,this[offset+1]=value&255,offset+2};Buffer4.prototype.writeInt32LE=function(value,offset,noAssert){return value=+value,offset=offset>>>0,noAssert||checkInt(this,value,offset,4,2147483647,-2147483648),this[offset]=value&255,this[offset+1]=value>>>8,this[offset+2]=value>>>16,this[offset+3]=value>>>24,offset+4};Buffer4.prototype.writeInt32BE=function(value,offset,noAssert){return value=+value,offset=offset>>>0,noAssert||checkInt(this,value,offset,4,2147483647,-2147483648),value<0&&(value=4294967295+value+1),this[offset]=value>>>24,this[offset+1]=value>>>16,this[offset+2]=value>>>8,this[offset+3]=value&255,offset+4};function checkIEEE754(buf,value,offset,ext,max,min){if(offset+ext>buf.length)throw new RangeError("Index out of range");if(offset<0)throw new RangeError("Index out of range")}function writeFloat(buf,value,offset,littleEndian,noAssert){return value=+value,offset=offset>>>0,noAssert||checkIEEE754(buf,value,offset,4,34028234663852886e22,-34028234663852886e22),ieee754.write(buf,value,offset,littleEndian,23,4),offset+4}Buffer4.prototype.writeFloatLE=function(value,offset,noAssert){return writeFloat(this,value,offset,!0,noAssert)};Buffer4.prototype.writeFloatBE=function(value,offset,noAssert){return writeFloat(this,value,offset,!1,noAssert)};function writeDouble(buf,value,offset,littleEndian,noAssert){return value=+value,offset=offset>>>0,noAssert||checkIEEE754(buf,value,offset,8,17976931348623157e292,-17976931348623157e292),ieee754.write(buf,value,offset,littleEndian,52,8),offset+8}Buffer4.prototype.writeDoubleLE=function(value,offset,noAssert){return writeDouble(this,value,offset,!0,noAssert)};Buffer4.prototype.writeDoubleBE=function(value,offset,noAssert){return writeDouble(this,value,offset,!1,noAssert)};Buffer4.prototype.copy=function(target,targetStart,start,end){if(!Buffer4.isBuffer(target))throw new TypeError("argument should be a Buffer");if(start||(start=0),!end&&end!==0&&(end=this.length),targetStart>=target.length&&(targetStart=target.length),targetStart||(targetStart=0),end>0&&end<start&&(end=start),end===start||target.length===0||this.length===0)return 0;if(targetStart<0)throw new RangeError("targetStart out of bounds");if(start<0||start>=this.length)throw new RangeError("Index out of range");if(end<0)throw new RangeError("sourceEnd out of bounds");end>this.length&&(end=this.length),target.length-targetStart<end-start&&(end=target.length-targetStart+start);var len=end-start;return this===target&&typeof Uint8Array.prototype.copyWithin=="function"?this.copyWithin(targetStart,start,end):Uint8Array.prototype.set.call(target,this.subarray(start,end),targetStart),len};Buffer4.prototype.fill=function(val,start,end,encoding){if(typeof val=="string"){if(typeof start=="string"?(encoding=start,start=0,end=this.length):typeof end=="string"&&(encoding=end,end=this.length),encoding!==void 0&&typeof encoding!="string")throw new TypeError("encoding must be a string");if(typeof encoding=="string"&&!Buffer4.isEncoding(encoding))throw new TypeError("Unknown encoding: "+encoding);if(val.length===1){var code=val.charCodeAt(0);(encoding==="utf8"&&code<128||encoding==="latin1")&&(val=code)}}else typeof val=="number"?val=val&255:typeof val=="boolean"&&(val=Number(val));if(start<0||this.length<start||this.length<end)throw new RangeError("Out of range index");if(end<=start)return this;start=start>>>0,end=end===void 0?this.length:end>>>0,val||(val=0);var i;if(typeof val=="number")for(i=start;i<end;++i)this[i]=val;else{var bytes=Buffer4.isBuffer(val)?val:Buffer4.from(val,encoding),len=bytes.length;if(len===0)throw new TypeError('The value "'+val+'" is invalid for argument "value"');for(i=0;i<end-start;++i)this[i+start]=bytes[i%len]}return this};var INVALID_BASE64_RE=/[^+/0-9A-Za-z-_]/g;function base64clean(str){if(str=str.split("=")[0],str=str.trim().replace(INVALID_BASE64_RE,""),str.length<2)return"";for(;str.length%4!==0;)str=str+"=";return str}function utf8ToBytes(string,units){units=units||1/0;for(var codePoint,length=string.length,leadSurrogate=null,bytes=[],i=0;i<length;++i){if(codePoint=string.charCodeAt(i),codePoint>55295&&codePoint<57344){if(!leadSurrogate){if(codePoint>56319){(units-=3)>-1&&bytes.push(239,191,189);continue}else if(i+1===length){(units-=3)>-1&&bytes.push(239,191,189);continue}leadSurrogate=codePoint;continue}if(codePoint<56320){(units-=3)>-1&&bytes.push(239,191,189),leadSurrogate=codePoint;continue}codePoint=(leadSurrogate-55296<<10|codePoint-56320)+65536}else leadSurrogate&&(units-=3)>-1&&bytes.push(239,191,189);if(leadSurrogate=null,codePoint<128){if((units-=1)<0)break;bytes.push(codePoint)}else if(codePoint<2048){if((units-=2)<0)break;bytes.push(codePoint>>6|192,codePoint&63|128)}else if(codePoint<65536){if((units-=3)<0)break;bytes.push(codePoint>>12|224,codePoint>>6&63|128,codePoint&63|128)}else if(codePoint<1114112){if((units-=4)<0)break;bytes.push(codePoint>>18|240,codePoint>>12&63|128,codePoint>>6&63|128,codePoint&63|128)}else throw new Error("Invalid code point")}return bytes}function asciiToBytes(str){for(var byteArray=[],i=0;i<str.length;++i)byteArray.push(str.charCodeAt(i)&255);return byteArray}function utf16leToBytes(str,units){for(var c,hi,lo,byteArray=[],i=0;i<str.length&&!((units-=2)<0);++i)c=str.charCodeAt(i),hi=c>>8,lo=c%256,byteArray.push(lo),byteArray.push(hi);return byteArray}function base64ToBytes(str){return base64.toByteArray(base64clean(str))}function blitBuffer(src,dst,offset,length){for(var i=0;i<length&&!(i+offset>=dst.length||i>=src.length);++i)dst[i+offset]=src[i];return i}function isInstance(obj,type){return obj instanceof type||obj!=null&&obj.constructor!=null&&obj.constructor.name!=null&&obj.constructor.name===type.name}function numberIsNaN(obj){return obj!==obj}var hexSliceLookupTable=function(){for(var alphabet="0123456789abcdef",table=new Array(256),i=0;i<16;++i)for(var i16=i*16,j=0;j<16;++j)table[i16+j]=alphabet[i]+alphabet[j];return table}()}});var require_browser=__commonJS({"node_modules/process/browser.js"(exports2,module2){init_define_process_env();init_shim();var process2=module2.exports={},cachedSetTimeout,cachedClearTimeout;function defaultSetTimout(){throw new Error("setTimeout has not been defined")}function defaultClearTimeout(){throw new Error("clearTimeout has not been defined")}(function(){try{typeof setTimeout=="function"?cachedSetTimeout=setTimeout:cachedSetTimeout=defaultSetTimout}catch(e){cachedSetTimeout=defaultSetTimout}try{typeof clearTimeout=="function"?cachedClearTimeout=clearTimeout:cachedClearTimeout=defaultClearTimeout}catch(e){cachedClearTimeout=defaultClearTimeout}})();function runTimeout(fun){if(cachedSetTimeout===setTimeout)return setTimeout(fun,0);if((cachedSetTimeout===defaultSetTimout||!cachedSetTimeout)&&setTimeout)return cachedSetTimeout=setTimeout,setTimeout(fun,0);try{return cachedSetTimeout(fun,0)}catch(e){try{return cachedSetTimeout.call(null,fun,0)}catch(e2){return cachedSetTimeout.call(this,fun,0)}}}function runClearTimeout(marker){if(cachedClearTimeout===clearTimeout)return clearTimeout(marker);if((cachedClearTimeout===defaultClearTimeout||!cachedClearTimeout)&&clearTimeout)return cachedClearTimeout=clearTimeout,clearTimeout(marker);try{return cachedClearTimeout(marker)}catch(e){try{return cachedClearTimeout.call(null,marker)}catch(e2){return cachedClearTimeout.call(this,marker)}}}var queue=[],draining=!1,currentQueue,queueIndex=-1;function cleanUpNextTick(){!draining||!currentQueue||(draining=!1,currentQueue.length?queue=currentQueue.concat(queue):queueIndex=-1,queue.length&&drainQueue())}function drainQueue(){if(!draining){var timeout=runTimeout(cleanUpNextTick);draining=!0;for(var len=queue.length;len;){for(currentQueue=queue,queue=[];++queueIndex<len;)currentQueue&&currentQueue[queueIndex].run();queueIndex=-1,len=queue.length}currentQueue=null,draining=!1,runClearTimeout(timeout)}}process2.nextTick=function(fun){var args=new Array(arguments.length-1);if(arguments.length>1)for(var i=1;i<arguments.length;i++)args[i-1]=arguments[i];queue.push(new Item(fun,args)),queue.length===1&&!draining&&runTimeout(drainQueue)};function Item(fun,array){this.fun=fun,this.array=array}Item.prototype.run=function(){this.fun.apply(null,this.array)};process2.title="browser";process2.browser=!0;process2.env={};process2.argv=[];process2.version="";process2.versions={};function noop(){}process2.on=noop;process2.addListener=noop;process2.once=noop;process2.off=noop;process2.removeListener=noop;process2.removeAllListeners=noop;process2.emit=noop;process2.prependListener=noop;process2.prependOnceListener=noop;process2.listeners=function(name){return[]};process2.binding=function(name){throw new Error("process.binding is not supported")};process2.cwd=function(){return"/"};process2.chdir=function(dir){throw new Error("process.chdir is not supported")};process2.umask=function(){return 0}}});var import_buffer,import_process,_globalThis,init_shim=__esm({"node_modules/node-stdlib-browser/helpers/esbuild/shim.js"(){import_buffer=__toESM(require_buffer()),import_process=__toESM(require_browser()),_globalThis=function(Object2){function get(){var _global3=this||self;return delete Object2.prototype.__magic__,_global3}if(typeof globalThis=="object")return globalThis;if(this)return get();Object2.defineProperty(Object2.prototype,"__magic__",{configurable:!0,get});var _global2=__magic__;return _global2}(Object)}});var require_global=__commonJS({"node_modules/core-js/internals/global.js"(exports2,module2){"use strict";init_define_process_env();init_shim();var check=function(it){return it&&it.Math===Math&&it};module2.exports=check(typeof globalThis=="object"&&globalThis)||check(typeof window=="object"&&window)||check(typeof self=="object"&&self)||check(typeof window=="object"&&window)||check(typeof exports2=="object"&&exports2)||function(){return this}()||Function("return this")()}});var require_fails=__commonJS({"node_modules/core-js/internals/fails.js"(exports2,module2){"use strict";init_define_process_env();init_shim();module2.exports=function(exec){try{return!!exec()}catch(error){return!0}}}});var require_descriptors=__commonJS({"node_modules/core-js/internals/descriptors.js"(exports2,module2){"use strict";init_define_process_env();init_shim();var fails=require_fails();module2.exports=!fails(function(){return Object.defineProperty({},1,{get:function(){return 7}})[1]!==7})}});var require_function_bind_native=__commonJS({"node_modules/core-js/internals/function-bind-native.js"(exports2,module2){"use strict";init_define_process_env();init_shim();var fails=require_fails();module2.exports=!fails(function(){var test=(function(){}).bind();return typeof test!="function"||test.hasOwnProperty("prototype")})}});var require_function_call=__commonJS({"node_modules/core-js/internals/function-call.js"(exports2,module2){"use strict";init_define_process_env();init_shim();var NATIVE_BIND=require_function_bind_native(),call=Function.prototype.call;module2.exports=NATIVE_BIND?call.bind(call):function(){return call.apply(call,arguments)}}});var require_object_property_is_enumerable=__commonJS({"node_modules/core-js/internals/object-property-is-enumerable.js"(exports2){"use strict";init_define_process_env();init_shim();var $propertyIsEnumerable={}.propertyIsEnumerable,getOwnPropertyDescriptor=Object.getOwnPropertyDescriptor,NASHORN_BUG=getOwnPropertyDescriptor&&!$propertyIsEnumerable.call({1:2},1);exports2.f=NASHORN_BUG?function(V){var descriptor=getOwnPropertyDescriptor(this,V);return!!descriptor&&descriptor.enumerable}:$propertyIsEnumerable}});var require_create_property_descriptor=__commonJS({"node_modules/core-js/internals/create-property-descriptor.js"(exports2,module2){"use strict";init_define_process_env();init_shim();module2.exports=function(bitmap,value){return{enumerable:!(bitmap&1),configurable:!(bitmap&2),writable:!(bitmap&4),value}}}});var require_function_uncurry_this=__commonJS({"node_modules/core-js/internals/function-uncurry-this.js"(exports2,module2){"use strict";init_define_process_env();init_shim();var NATIVE_BIND=require_function_bind_native(),FunctionPrototype=Function.prototype,call=FunctionPrototype.call,uncurryThisWithBind=NATIVE_BIND&&FunctionPrototype.bind.bind(call,call);module2.exports=NATIVE_BIND?uncurryThisWithBind:function(fn){return function(){return call.apply(fn,arguments)}}}});var require_classof_raw=__commonJS({"node_modules/core-js/internals/classof-raw.js"(exports2,module2){"use strict";init_define_process_env();init_shim();var uncurryThis=require_function_uncurry_this(),toString=uncurryThis({}.toString),stringSlice=uncurryThis("".slice);module2.exports=function(it){return stringSlice(toString(it),8,-1)}}});var require_indexed_object=__commonJS({"node_modules/core-js/internals/indexed-object.js"(exports2,module2){"use strict";init_define_process_env();init_shim();var uncurryThis=require_function_uncurry_this(),fails=require_fails(),classof=require_classof_raw(),$Object=Object,split=uncurryThis("".split);module2.exports=fails(function(){return!$Object("z").propertyIsEnumerable(0)})?function(it){return classof(it)==="String"?split(it,""):$Object(it)}:$Object}});var require_is_null_or_undefined=__commonJS({"node_modules/core-js/internals/is-null-or-undefined.js"(exports2,module2){"use strict";init_define_process_env();init_shim();module2.exports=function(it){return it==null}}});var require_require_object_coercible=__commonJS({"node_modules/core-js/internals/require-object-coercible.js"(exports2,module2){"use strict";init_define_process_env();init_shim();var isNullOrUndefined=require_is_null_or_undefined(),$TypeError=TypeError;module2.exports=function(it){if(isNullOrUndefined(it))throw new $TypeError("Can't call method on "+it);return it}}});var require_to_indexed_object=__commonJS({"node_modules/core-js/internals/to-indexed-object.js"(exports2,module2){"use strict";init_define_process_env();init_shim();var IndexedObject=require_indexed_object(),requireObjectCoercible=require_require_object_coercible();module2.exports=function(it){return IndexedObject(requireObjectCoercible(it))}}});var require_is_callable=__commonJS({"node_modules/core-js/internals/is-callable.js"(exports2,module2){"use strict";init_define_process_env();init_shim();var documentAll=typeof document=="object"&&document.all;module2.exports=typeof documentAll>"u"&&documentAll!==void 0?function(argument){return typeof argument=="function"||argument===documentAll}:function(argument){return typeof argument=="function"}}});var require_is_object=__commonJS({"node_modules/core-js/internals/is-object.js"(exports2,module2){"use strict";init_define_process_env();init_shim();var isCallable=require_is_callable();module2.exports=function(it){return typeof it=="object"?it!==null:isCallable(it)}}});var require_get_built_in=__commonJS({"node_modules/core-js/internals/get-built-in.js"(exports2,module2){"use strict";init_define_process_env();init_shim();var global=require_global(),isCallable=require_is_callable(),aFunction=function(argument){return isCallable(argument)?argument:void 0};module2.exports=function(namespace,method){return arguments.length<2?aFunction(global[namespace]):global[namespace]&&global[namespace][method]}}});var require_object_is_prototype_of=__commonJS({"node_modules/core-js/internals/object-is-prototype-of.js"(exports2,module2){"use strict";init_define_process_env();init_shim();var uncurryThis=require_function_uncurry_this();module2.exports=uncurryThis({}.isPrototypeOf)}});var require_engine_user_agent=__commonJS({"node_modules/core-js/internals/engine-user-agent.js"(exports2,module2){"use strict";init_define_process_env();init_shim();module2.exports=typeof navigator<"u"&&String(navigator.userAgent)||""}});var require_engine_v8_version=__commonJS({"node_modules/core-js/internals/engine-v8-version.js"(exports2,module2){"use strict";init_define_process_env();init_shim();var global=require_global(),userAgent=require_engine_user_agent(),process2=global.process,Deno=global.Deno,versions=process2&&process2.versions||Deno&&Deno.version,v8=versions&&versions.v8,match,version;v8&&(match=v8.split("."),version=match[0]>0&&match[0]<4?1:+(match[0]+match[1]));!version&&userAgent&&(match=userAgent.match(/Edge\/(\d+)/),(!match||match[1]>=74)&&(match=userAgent.match(/Chrome\/(\d+)/),match&&(version=+match[1])));module2.exports=version}});var require_symbol_constructor_detection=__commonJS({"node_modules/core-js/internals/symbol-constructor-detection.js"(exports2,module2){"use strict";init_define_process_env();init_shim();var V8_VERSION=require_engine_v8_version(),fails=require_fails(),global=require_global(),$String=global.String;module2.exports=!!Object.getOwnPropertySymbols&&!fails(function(){var symbol=Symbol("symbol detection");return!$String(symbol)||!(Object(symbol)instanceof Symbol)||!Symbol.sham&&V8_VERSION&&V8_VERSION<41})}});var require_use_symbol_as_uid=__commonJS({"node_modules/core-js/internals/use-symbol-as-uid.js"(exports2,module2){"use strict";init_define_process_env();init_shim();var NATIVE_SYMBOL=require_symbol_constructor_detection();module2.exports=NATIVE_SYMBOL&&!Symbol.sham&&typeof Symbol.iterator=="symbol"}});var require_is_symbol=__commonJS({"node_modules/core-js/internals/is-symbol.js"(exports2,module2){"use strict";init_define_process_env();init_shim();var getBuiltIn=require_get_built_in(),isCallable=require_is_callable(),isPrototypeOf=require_object_is_prototype_of(),USE_SYMBOL_AS_UID=require_use_symbol_as_uid(),$Object=Object;module2.exports=USE_SYMBOL_AS_UID?function(it){return typeof it=="symbol"}:function(it){var $Symbol=getBuiltIn("Symbol");return isCallable($Symbol)&&isPrototypeOf($Symbol.prototype,$Object(it))}}});var require_try_to_string=__commonJS({"node_modules/core-js/internals/try-to-string.js"(exports2,module2){"use strict";init_define_process_env();init_shim();var $String=String;module2.exports=function(argument){try{return $String(argument)}catch(error){return"Object"}}}});var require_a_callable=__commonJS({"node_modules/core-js/internals/a-callable.js"(exports2,module2){"use strict";init_define_process_env();init_shim();var isCallable=require_is_callable(),tryToString=require_try_to_string(),$TypeError=TypeError;module2.exports=function(argument){if(isCallable(argument))return argument;throw new $TypeError(tryToString(argument)+" is not a function")}}});var require_get_method=__commonJS({"node_modules/core-js/internals/get-method.js"(exports2,module2){"use strict";init_define_process_env();init_shim();var aCallable=require_a_callable(),isNullOrUndefined=require_is_null_or_undefined();module2.exports=function(V,P){var func=V[P];return isNullOrUndefined(func)?void 0:aCallable(func)}}});var require_ordinary_to_primitive=__commonJS({"node_modules/core-js/internals/ordinary-to-primitive.js"(exports2,module2){"use strict";init_define_process_env();init_shim();var call=require_function_call(),isCallable=require_is_callable(),isObject2=require_is_object(),$TypeError=TypeError;module2.exports=function(input,pref){var fn,val;if(pref==="string"&&isCallable(fn=input.toString)&&!isObject2(val=call(fn,input))||isCallable(fn=input.valueOf)&&!isObject2(val=call(fn,input))||pref!=="string"&&isCallable(fn=input.toString)&&!isObject2(val=call(fn,input)))return val;throw new $TypeError("Can't convert object to primitive value")}}});var require_is_pure=__commonJS({"node_modules/core-js/internals/is-pure.js"(exports2,module2){"use strict";init_define_process_env();init_shim();module2.exports=!1}});var require_define_global_property=__commonJS({"node_modules/core-js/internals/define-global-property.js"(exports2,module2){"use strict";init_define_process_env();init_shim();var global=require_global(),defineProperty=Object.defineProperty;module2.exports=function(key,value){try{defineProperty(global,key,{value,configurable:!0,writable:!0})}catch(error){global[key]=value}return value}}});var require_shared_store=__commonJS({"node_modules/core-js/internals/shared-store.js"(exports2,module2){"use strict";init_define_process_env();init_shim();var global=require_global(),defineGlobalProperty=require_define_global_property(),SHARED="__core-js_shared__",store=global[SHARED]||defineGlobalProperty(SHARED,{});module2.exports=store}});var require_shared=__commonJS({"node_modules/core-js/internals/shared.js"(exports2,module2){"use strict";init_define_process_env();init_shim();var IS_PURE=require_is_pure(),store=require_shared_store();(module2.exports=function(key,value){return store[key]||(store[key]=value!==void 0?value:{})})("versions",[]).push({version:"3.35.1",mode:IS_PURE?"pure":"global",copyright:"\xA9 2014-2024 Denis Pushkarev (zloirock.ru)",license:"https://github.com/zloirock/core-js/blob/v3.35.1/LICENSE",source:"https://github.com/zloirock/core-js"})}});var require_to_object=__commonJS({"node_modules/core-js/internals/to-object.js"(exports2,module2){"use strict";init_define_process_env();init_shim();var requireObjectCoercible=require_require_object_coercible(),$Object=Object;module2.exports=function(argument){return $Object(requireObjectCoercible(argument))}}});var require_has_own_property=__commonJS({"node_modules/core-js/internals/has-own-property.js"(exports2,module2){"use strict";init_define_process_env();init_shim();var uncurryThis=require_function_uncurry_this(),toObject=require_to_object(),hasOwnProperty10=uncurryThis({}.hasOwnProperty);module2.exports=Object.hasOwn||function(it,key){return hasOwnProperty10(toObject(it),key)}}});var require_uid=__commonJS({"node_modules/core-js/internals/uid.js"(exports2,module2){"use strict";init_define_process_env();init_shim();var uncurryThis=require_function_uncurry_this(),id=0,postfix=Math.random(),toString=uncurryThis(1 .toString);module2.exports=function(key){return"Symbol("+(key===void 0?"":key)+")_"+toString(++id+postfix,36)}}});var require_well_known_symbol=__commonJS({"node_modules/core-js/internals/well-known-symbol.js"(exports2,module2){"use strict";init_define_process_env();init_shim();var global=require_global(),shared=require_shared(),hasOwn=require_has_own_property(),uid=require_uid(),NATIVE_SYMBOL=require_symbol_constructor_detection(),USE_SYMBOL_AS_UID=require_use_symbol_as_uid(),Symbol3=global.Symbol,WellKnownSymbolsStore=shared("wks"),createWellKnownSymbol=USE_SYMBOL_AS_UID?Symbol3.for||Symbol3:Symbol3&&Symbol3.withoutSetter||uid;module2.exports=function(name){return hasOwn(WellKnownSymbolsStore,name)||(WellKnownSymbolsStore[name]=NATIVE_SYMBOL&&hasOwn(Symbol3,name)?Symbol3[name]:createWellKnownSymbol("Symbol."+name)),WellKnownSymbolsStore[name]}}});var require_to_primitive=__commonJS({"node_modules/core-js/internals/to-primitive.js"(exports2,module2){"use strict";init_define_process_env();init_shim();var call=require_function_call(),isObject2=require_is_object(),isSymbol=require_is_symbol(),getMethod=require_get_method(),ordinaryToPrimitive=require_ordinary_to_primitive(),wellKnownSymbol=require_well_known_symbol(),$TypeError=TypeError,TO_PRIMITIVE=wellKnownSymbol("toPrimitive");module2.exports=function(input,pref){if(!isObject2(input)||isSymbol(input))return input;var exoticToPrim=getMethod(input,TO_PRIMITIVE),result;if(exoticToPrim){if(pref===void 0&&(pref="default"),result=call(exoticToPrim,input,pref),!isObject2(result)||isSymbol(result))return result;throw new $TypeError("Can't convert object to primitive value")}return pref===void 0&&(pref="number"),ordinaryToPrimitive(input,pref)}}});var require_to_property_key=__commonJS({"node_modules/core-js/internals/to-property-key.js"(exports2,module2){"use strict";init_define_process_env();init_shim();var toPrimitive=require_to_primitive(),isSymbol=require_is_symbol();module2.exports=function(argument){var key=toPrimitive(argument,"string");return isSymbol(key)?key:key+""}}});var require_document_create_element=__commonJS({"node_modules/core-js/internals/document-create-element.js"(exports2,module2){"use strict";init_define_process_env();init_shim();var global=require_global(),isObject2=require_is_object(),document2=global.document,EXISTS=isObject2(document2)&&isObject2(document2.createElement);module2.exports=function(it){return EXISTS?document2.createElement(it):{}}}});var require_ie8_dom_define=__commonJS({"node_modules/core-js/internals/ie8-dom-define.js"(exports2,module2){"use strict";init_define_process_env();init_shim();var DESCRIPTORS=require_descriptors(),fails=require_fails(),createElement=require_document_create_element();module2.exports=!DESCRIPTORS&&!fails(function(){return Object.defineProperty(createElement("div"),"a",{get:function(){return 7}}).a!==7})}});var require_object_get_own_property_descriptor=__commonJS({"node_modules/core-js/internals/object-get-own-property-descriptor.js"(exports2){"use strict";init_define_process_env();init_shim();var DESCRIPTORS=require_descriptors(),call=require_function_call(),propertyIsEnumerableModule=require_object_property_is_enumerable(),createPropertyDescriptor=require_create_property_descriptor(),toIndexedObject=require_to_indexed_object(),toPropertyKey=require_to_property_key(),hasOwn=require_has_own_property(),IE8_DOM_DEFINE=require_ie8_dom_define(),$getOwnPropertyDescriptor=Object.getOwnPropertyDescriptor;exports2.f=DESCRIPTORS?$getOwnPropertyDescriptor:function(O,P){if(O=toIndexedObject(O),P=toPropertyKey(P),IE8_DOM_DEFINE)try{return $getOwnPropertyDescriptor(O,P)}catch(error){}if(hasOwn(O,P))return createPropertyDescriptor(!call(propertyIsEnumerableModule.f,O,P),O[P])}}});var require_v8_prototype_define_bug=__commonJS({"node_modules/core-js/internals/v8-prototype-define-bug.js"(exports2,module2){"use strict";init_define_process_env();init_shim();var DESCRIPTORS=require_descriptors(),fails=require_fails();module2.exports=DESCRIPTORS&&fails(function(){return Object.defineProperty(function(){},"prototype",{value:42,writable:!1}).prototype!==42})}});var require_an_object=__commonJS({"node_modules/core-js/internals/an-object.js"(exports2,module2){"use strict";init_define_process_env();init_shim();var isObject2=require_is_object(),$String=String,$TypeError=TypeError;module2.exports=function(argument){if(isObject2(argument))return argument;throw new $TypeError($String(argument)+" is not an object")}}});var require_object_define_property=__commonJS({"node_modules/core-js/internals/object-define-property.js"(exports2){"use strict";init_define_process_env();init_shim();var DESCRIPTORS=require_descriptors(),IE8_DOM_DEFINE=require_ie8_dom_define(),V8_PROTOTYPE_DEFINE_BUG=require_v8_prototype_define_bug(),anObject=require_an_object(),toPropertyKey=require_to_property_key(),$TypeError=TypeError,$defineProperty=Object.defineProperty,$getOwnPropertyDescriptor=Object.getOwnPropertyDescriptor,ENUMERABLE="enumerable",CONFIGURABLE="configurable",WRITABLE="writable";exports2.f=DESCRIPTORS?V8_PROTOTYPE_DEFINE_BUG?function(O,P,Attributes){if(anObject(O),P=toPropertyKey(P),anObject(Attributes),typeof O=="function"&&P==="prototype"&&"value"in Attributes&&WRITABLE in Attributes&&!Attributes[WRITABLE]){var current=$getOwnPropertyDescriptor(O,P);current&&current[WRITABLE]&&(O[P]=Attributes.value,Attributes={configurable:CONFIGURABLE in Attributes?Attributes[CONFIGURABLE]:current[CONFIGURABLE],enumerable:ENUMERABLE in Attributes?Attributes[ENUMERABLE]:current[ENUMERABLE],writable:!1})}return $defineProperty(O,P,Attributes)}:$defineProperty:function(O,P,Attributes){if(anObject(O),P=toPropertyKey(P),anObject(Attributes),IE8_DOM_DEFINE)try{return $defineProperty(O,P,Attributes)}catch(error){}if("get"in Attributes||"set"in Attributes)throw new $TypeError("Accessors not supported");return"value"in Attributes&&(O[P]=Attributes.value),O}}});var require_create_non_enumerable_property=__commonJS({"node_modules/core-js/internals/create-non-enumerable-property.js"(exports2,module2){"use strict";init_define_process_env();init_shim();var DESCRIPTORS=require_descriptors(),definePropertyModule=require_object_define_property(),createPropertyDescriptor=require_create_property_descriptor();module2.exports=DESCRIPTORS?function(object,key,value){return definePropertyModule.f(object,key,createPropertyDescriptor(1,value))}:function(object,key,value){return object[key]=value,object}}});var require_function_name=__commonJS({"node_modules/core-js/internals/function-name.js"(exports2,module2){"use strict";init_define_process_env();init_shim();var DESCRIPTORS=require_descriptors(),hasOwn=require_has_own_property(),FunctionPrototype=Function.prototype,getDescriptor=DESCRIPTORS&&Object.getOwnPropertyDescriptor,EXISTS=hasOwn(FunctionPrototype,"name"),PROPER=EXISTS&&(function(){}).name==="something",CONFIGURABLE=EXISTS&&(!DESCRIPTORS||DESCRIPTORS&&getDescriptor(FunctionPrototype,"name").configurable);module2.exports={EXISTS,PROPER,CONFIGURABLE}}});var require_inspect_source=__commonJS({"node_modules/core-js/internals/inspect-source.js"(exports2,module2){"use strict";init_define_process_env();init_shim();var uncurryThis=require_function_uncurry_this(),isCallable=require_is_callable(),store=require_shared_store(),functionToString=uncurryThis(Function.toString);isCallable(store.inspectSource)||(store.inspectSource=function(it){return functionToString(it)});module2.exports=store.inspectSource}});var require_weak_map_basic_detection=__commonJS({"node_modules/core-js/internals/weak-map-basic-detection.js"(exports2,module2){"use strict";init_define_process_env();init_shim();var global=require_global(),isCallable=require_is_callable(),WeakMap2=global.WeakMap;module2.exports=isCallable(WeakMap2)&&/native code/.test(String(WeakMap2))}});var require_shared_key=__commonJS({"node_modules/core-js/internals/shared-key.js"(exports2,module2){"use strict";init_define_process_env();init_shim();var shared=require_shared(),uid=require_uid(),keys2=shared("keys");module2.exports=function(key){return keys2[key]||(keys2[key]=uid(key))}}});var require_hidden_keys=__commonJS({"node_modules/core-js/internals/hidden-keys.js"(exports2,module2){"use strict";init_define_process_env();init_shim();module2.exports={}}});var require_internal_state=__commonJS({"node_modules/core-js/internals/internal-state.js"(exports2,module2){"use strict";init_define_process_env();init_shim();var NATIVE_WEAK_MAP=require_weak_map_basic_detection(),global=require_global(),isObject2=require_is_object(),createNonEnumerableProperty=require_create_non_enumerable_property(),hasOwn=require_has_own_property(),shared=require_shared_store(),sharedKey=require_shared_key(),hiddenKeys=require_hidden_keys(),OBJECT_ALREADY_INITIALIZED="Object already initialized",TypeError2=global.TypeError,WeakMap2=global.WeakMap,set,get,has,enforce=function(it){return has(it)?get(it):set(it,{})},getterFor=function(TYPE){return function(it){var state;if(!isObject2(it)||(state=get(it)).type!==TYPE)throw new TypeError2("Incompatible receiver, "+TYPE+" required");return state}};NATIVE_WEAK_MAP||shared.state?(store=shared.state||(shared.state=new WeakMap2),store.get=store.get,store.has=store.has,store.set=store.set,set=function(it,metadata){if(store.has(it))throw new TypeError2(OBJECT_ALREADY_INITIALIZED);return metadata.facade=it,store.set(it,metadata),metadata},get=function(it){return store.get(it)||{}},has=function(it){return store.has(it)}):(STATE=sharedKey("state"),hiddenKeys[STATE]=!0,set=function(it,metadata){if(hasOwn(it,STATE))throw new TypeError2(OBJECT_ALREADY_INITIALIZED);return metadata.facade=it,createNonEnumerableProperty(it,STATE,metadata),metadata},get=function(it){return hasOwn(it,STATE)?it[STATE]:{}},has=function(it){return hasOwn(it,STATE)});var store,STATE;module2.exports={set,get,has,enforce,getterFor}}});var require_make_built_in=__commonJS({"node_modules/core-js/internals/make-built-in.js"(exports2,module2){"use strict";init_define_process_env();init_shim();var uncurryThis=require_function_uncurry_this(),fails=require_fails(),isCallable=require_is_callable(),hasOwn=require_has_own_property(),DESCRIPTORS=require_descriptors(),CONFIGURABLE_FUNCTION_NAME=require_function_name().CONFIGURABLE,inspectSource=require_inspect_source(),InternalStateModule=require_internal_state(),enforceInternalState=InternalStateModule.enforce,getInternalState=InternalStateModule.get,$String=String,defineProperty=Object.defineProperty,stringSlice=uncurryThis("".slice),replace=uncurryThis("".replace),join=uncurryThis([].join),CONFIGURABLE_LENGTH=DESCRIPTORS&&!fails(function(){return defineProperty(function(){},"length",{value:8}).length!==8}),TEMPLATE=String(String).split("String"),makeBuiltIn=module2.exports=function(value,name,options){stringSlice($String(name),0,7)==="Symbol("&&(name="["+replace($String(name),/^Symbol\(([^)]*)\).*$/,"$1")+"]"),options&&options.getter&&(name="get "+name),options&&options.setter&&(name="set "+name),(!hasOwn(value,"name")||CONFIGURABLE_FUNCTION_NAME&&value.name!==name)&&(DESCRIPTORS?defineProperty(value,"name",{value:name,configurable:!0}):value.name=name),CONFIGURABLE_LENGTH&&options&&hasOwn(options,"arity")&&value.length!==options.arity&&defineProperty(value,"length",{value:options.arity});try{options&&hasOwn(options,"constructor")&&options.constructor?DESCRIPTORS&&defineProperty(value,"prototype",{writable:!1}):value.prototype&&(value.prototype=void 0)}catch(error){}var state=enforceInternalState(value);return hasOwn(state,"source")||(state.source=join(TEMPLATE,typeof name=="string"?name:"")),value};Function.prototype.toString=makeBuiltIn(function(){return isCallable(this)&&getInternalState(this).source||inspectSource(this)},"toString")}});var require_define_built_in=__commonJS({"node_modules/core-js/internals/define-built-in.js"(exports2,module2){"use strict";init_define_process_env();init_shim();var isCallable=require_is_callable(),definePropertyModule=require_object_define_property(),makeBuiltIn=require_make_built_in(),defineGlobalProperty=require_define_global_property();module2.exports=function(O,key,value,options){options||(options={});var simple=options.enumerable,name=options.name!==void 0?options.name:key;if(isCallable(value)&&makeBuiltIn(value,name,options),options.global)simple?O[key]=value:defineGlobalProperty(key,value);else{try{options.unsafe?O[key]&&(simple=!0):delete O[key]}catch(error){}simple?O[key]=value:definePropertyModule.f(O,key,{value,enumerable:!1,configurable:!options.nonConfigurable,writable:!options.nonWritable})}return O}}});var require_math_trunc=__commonJS({"node_modules/core-js/internals/math-trunc.js"(exports2,module2){"use strict";init_define_process_env();init_shim();var ceil=Math.ceil,floor=Math.floor;module2.exports=Math.trunc||function(x){var n=+x;return(n>0?floor:ceil)(n)}}});var require_to_integer_or_infinity=__commonJS({"node_modules/core-js/internals/to-integer-or-infinity.js"(exports2,module2){"use strict";init_define_process_env();init_shim();var trunc=require_math_trunc();module2.exports=function(argument){var number=+argument;return number!==number||number===0?0:trunc(number)}}});var require_to_absolute_index=__commonJS({"node_modules/core-js/internals/to-absolute-index.js"(exports2,module2){"use strict";init_define_process_env();init_shim();var toIntegerOrInfinity=require_to_integer_or_infinity(),max=Math.max,min=Math.min;module2.exports=function(index,length){var integer=toIntegerOrInfinity(index);return integer<0?max(integer+length,0):min(integer,length)}}});var require_to_length=__commonJS({"node_modules/core-js/internals/to-length.js"(exports2,module2){"use strict";init_define_process_env();init_shim();var toIntegerOrInfinity=require_to_integer_or_infinity(),min=Math.min;module2.exports=function(argument){var len=toIntegerOrInfinity(argument);return len>0?min(len,9007199254740991):0}}});var require_length_of_array_like=__commonJS({"node_modules/core-js/internals/length-of-array-like.js"(exports2,module2){"use strict";init_define_process_env();init_shim();var toLength=require_to_length();module2.exports=function(obj){return toLength(obj.length)}}});var require_array_includes=__commonJS({"node_modules/core-js/internals/array-includes.js"(exports2,module2){"use strict";init_define_process_env();init_shim();var toIndexedObject=require_to_indexed_object(),toAbsoluteIndex=require_to_absolute_index(),lengthOfArrayLike=require_length_of_array_like(),createMethod=function(IS_INCLUDES){return function($this,el,fromIndex){var O=toIndexedObject($this),length=lengthOfArrayLike(O),index=toAbsoluteIndex(fromIndex,length),value;if(IS_INCLUDES&&el!==el){for(;length>index;)if(value=O[index++],value!==value)return!0}else for(;length>index;index++)if((IS_INCLUDES||index in O)&&O[index]===el)return IS_INCLUDES||index||0;return!IS_INCLUDES&&-1}};module2.exports={includes:createMethod(!0),indexOf:createMethod(!1)}}});var require_object_keys_internal=__commonJS({"node_modules/core-js/internals/object-keys-internal.js"(exports2,module2){"use strict";init_define_process_env();init_shim();var uncurryThis=require_function_uncurry_this(),hasOwn=require_has_own_property(),toIndexedObject=require_to_indexed_object(),indexOf=require_array_includes().indexOf,hiddenKeys=require_hidden_keys(),push=uncurryThis([].push);module2.exports=function(object,names){var O=toIndexedObject(object),i=0,result=[],key;for(key in O)!hasOwn(hiddenKeys,key)&&hasOwn(O,key)&&push(result,key);for(;names.length>i;)hasOwn(O,key=names[i++])&&(~indexOf(result,key)||push(result,key));return result}}});var require_enum_bug_keys=__commonJS({"node_modules/core-js/internals/enum-bug-keys.js"(exports2,module2){"use strict";init_define_process_env();init_shim();module2.exports=["constructor","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","toLocaleString","toString","valueOf"]}});var require_object_get_own_property_names=__commonJS({"node_modules/core-js/internals/object-get-own-property-names.js"(exports2){"use strict";init_define_process_env();init_shim();var internalObjectKeys=require_object_keys_internal(),enumBugKeys=require_enum_bug_keys(),hiddenKeys=enumBugKeys.concat("length","prototype");exports2.f=Object.getOwnPropertyNames||function(O){return internalObjectKeys(O,hiddenKeys)}}});var require_object_get_own_property_symbols=__commonJS({"node_modules/core-js/internals/object-get-own-property-symbols.js"(exports2){"use strict";init_define_process_env();init_shim();exports2.f=Object.getOwnPropertySymbols}});var require_own_keys=__commonJS({"node_modules/core-js/internals/own-keys.js"(exports2,module2){"use strict";init_define_process_env();init_shim();var getBuiltIn=require_get_built_in(),uncurryThis=require_function_uncurry_this(),getOwnPropertyNamesModule=require_object_get_own_property_names(),getOwnPropertySymbolsModule=require_object_get_own_property_symbols(),anObject=require_an_object(),concat=uncurryThis([].concat);module2.exports=getBuiltIn("Reflect","ownKeys")||function(it){var keys2=getOwnPropertyNamesModule.f(anObject(it)),getOwnPropertySymbols=getOwnPropertySymbolsModule.f;return getOwnPropertySymbols?concat(keys2,getOwnPropertySymbols(it)):keys2}}});var require_copy_constructor_properties=__commonJS({"node_modules/core-js/internals/copy-constructor-properties.js"(exports2,module2){"use strict";init_define_process_env();init_shim();var hasOwn=require_has_own_property(),ownKeys2=require_own_keys(),getOwnPropertyDescriptorModule=require_object_get_own_property_descriptor(),definePropertyModule=require_object_define_property();module2.exports=function(target,source,exceptions){for(var keys2=ownKeys2(source),defineProperty=definePropertyModule.f,getOwnPropertyDescriptor=getOwnPropertyDescriptorModule.f,i=0;i<keys2.length;i++){var key=keys2[i];!hasOwn(target,key)&&!(exceptions&&hasOwn(exceptions,key))&&defineProperty(target,key,getOwnPropertyDescriptor(source,key))}}}});var require_is_forced=__commonJS({"node_modules/core-js/internals/is-forced.js"(exports2,module2){"use strict";init_define_process_env();init_shim();var fails=require_fails(),isCallable=require_is_callable(),replacement=/#|\.prototype\./,isForced=function(feature,detection){var value=data[normalize(feature)];return value===POLYFILL?!0:value===NATIVE?!1:isCallable(detection)?fails(detection):!!detection},normalize=isForced.normalize=function(string){return String(string).replace(replacement,".").toLowerCase()},data=isForced.data={},NATIVE=isForced.NATIVE="N",POLYFILL=isForced.POLYFILL="P";module2.exports=isForced}});var require_export=__commonJS({"node_modules/core-js/internals/export.js"(exports2,module2){"use strict";init_define_process_env();init_shim();var global=require_global(),getOwnPropertyDescriptor=require_object_get_own_property_descriptor().f,createNonEnumerableProperty=require_create_non_enumerable_property(),defineBuiltIn=require_define_built_in(),defineGlobalProperty=require_define_global_property(),copyConstructorProperties=require_copy_constructor_properties(),isForced=require_is_forced();module2.exports=function(options,source){var TARGET=options.target,GLOBAL=options.global,STATIC=options.stat,FORCED,target,key,targetProperty,sourceProperty,descriptor;if(GLOBAL?target=global:STATIC?target=global[TARGET]||defineGlobalProperty(TARGET,{}):target=global[TARGET]&&global[TARGET].prototype,target)for(key in source){if(sourceProperty=source[key],options.dontCallGetSet?(descriptor=getOwnPropertyDescriptor(target,key),targetProperty=descriptor&&descriptor.value):targetProperty=target[key],FORCED=isForced(GLOBAL?key:TARGET+(STATIC?".":"#")+key,options.forced),!FORCED&&targetProperty!==void 0){if(typeof sourceProperty==typeof targetProperty)continue;copyConstructorProperties(sourceProperty,targetProperty)}(options.sham||targetProperty&&targetProperty.sham)&&createNonEnumerableProperty(sourceProperty,"sham",!0),defineBuiltIn(target,key,sourceProperty,options)}}}});var require_to_string_tag_support=__commonJS({"node_modules/core-js/internals/to-string-tag-support.js"(exports2,module2){"use strict";init_define_process_env();init_shim();var wellKnownSymbol=require_well_known_symbol(),TO_STRING_TAG=wellKnownSymbol("toStringTag"),test={};test[TO_STRING_TAG]="z";module2.exports=String(test)==="[object z]"}});var require_classof=__commonJS({"node_modules/core-js/internals/classof.js"(exports2,module2){"use strict";init_define_process_env();init_shim();var TO_STRING_TAG_SUPPORT=require_to_string_tag_support(),isCallable=require_is_callable(),classofRaw=require_classof_raw(),wellKnownSymbol=require_well_known_symbol(),TO_STRING_TAG=wellKnownSymbol("toStringTag"),$Object=Object,CORRECT_ARGUMENTS=classofRaw(function(){return arguments}())==="Arguments",tryGet=function(it,key){try{return it[key]}catch(error){}};module2.exports=TO_STRING_TAG_SUPPORT?classofRaw:function(it){var O,tag,result;return it===void 0?"Undefined":it===null?"Null":typeof(tag=tryGet(O=$Object(it),TO_STRING_TAG))=="string"?tag:CORRECT_ARGUMENTS?classofRaw(O):(result=classofRaw(O))==="Object"&&isCallable(O.callee)?"Arguments":result}}});var require_to_string=__commonJS({"node_modules/core-js/internals/to-string.js"(exports2,module2){"use strict";init_define_process_env();init_shim();var classof=require_classof(),$String=String;module2.exports=function(argument){if(classof(argument)==="Symbol")throw new TypeError("Cannot convert a Symbol value to a string");return $String(argument)}}});var require_define_built_in_accessor=__commonJS({"node_modules/core-js/internals/define-built-in-accessor.js"(exports2,module2){"use strict";init_define_process_env();init_shim();var makeBuiltIn=require_make_built_in(),defineProperty=require_object_define_property();module2.exports=function(target,name,descriptor){return descriptor.get&&makeBuiltIn(descriptor.get,name,{getter:!0}),descriptor.set&&makeBuiltIn(descriptor.set,name,{setter:!0}),defineProperty.f(target,name,descriptor)}}});var require_es_symbol_description=__commonJS({"node_modules/core-js/modules/es.symbol.description.js"(){"use strict";init_define_process_env();init_shim();var $=require_export(),DESCRIPTORS=require_descriptors(),global=require_global(),uncurryThis=require_function_uncurry_this(),hasOwn=require_has_own_property(),isCallable=require_is_callable(),isPrototypeOf=require_object_is_prototype_of(),toString=require_to_string(),defineBuiltInAccessor=require_define_built_in_accessor(),copyConstructorProperties=require_copy_constructor_properties(),NativeSymbol=global.Symbol,SymbolPrototype=NativeSymbol&&NativeSymbol.prototype;DESCRIPTORS&&isCallable(NativeSymbol)&&(!("description"in SymbolPrototype)||NativeSymbol().description!==void 0)&&(EmptyStringDescriptionStore={},SymbolWrapper=function(){var description=arguments.length<1||arguments[0]===void 0?void 0:toString(arguments[0]),result=isPrototypeOf(SymbolPrototype,this)?new NativeSymbol(description):description===void 0?NativeSymbol():NativeSymbol(description);return description===""&&(EmptyStringDescriptionStore[result]=!0),result},copyConstructorProperties(SymbolWrapper,NativeSymbol),SymbolWrapper.prototype=SymbolPrototype,SymbolPrototype.constructor=SymbolWrapper,NATIVE_SYMBOL=String(NativeSymbol("description detection"))==="Symbol(description detection)",thisSymbolValue=uncurryThis(SymbolPrototype.valueOf),symbolDescriptiveString=uncurryThis(SymbolPrototype.toString),regexp=/^Symbol\((.*)\)[^)]+$/,replace=uncurryThis("".replace),stringSlice=uncurryThis("".slice),defineBuiltInAccessor(SymbolPrototype,"description",{configurable:!0,get:function(){var symbol=thisSymbolValue(this);if(hasOwn(EmptyStringDescriptionStore,symbol))return"";var string=symbolDescriptiveString(symbol),desc=NATIVE_SYMBOL?stringSlice(string,7,-1):replace(string,regexp,"$1");return desc===""?void 0:desc}}),$({global:!0,constructor:!0,forced:!0},{Symbol:SymbolWrapper}));var EmptyStringDescriptionStore,SymbolWrapper,NATIVE_SYMBOL,thisSymbolValue,symbolDescriptiveString,regexp,replace,stringSlice}});var require_function_apply=__commonJS({"node_modules/core-js/internals/function-apply.js"(exports2,module2){"use strict";init_define_process_env();init_shim();var NATIVE_BIND=require_function_bind_native(),FunctionPrototype=Function.prototype,apply=FunctionPrototype.apply,call=FunctionPrototype.call;module2.exports=typeof Reflect=="object"&&Reflect.apply||(NATIVE_BIND?call.bind(apply):function(){return call.apply(apply,arguments)})}});var require_function_uncurry_this_accessor=__commonJS({"node_modules/core-js/internals/function-uncurry-this-accessor.js"(exports2,module2){"use strict";init_define_process_env();init_shim();var uncurryThis=require_function_uncurry_this(),aCallable=require_a_callable();module2.exports=function(object,key,method){try{return uncurryThis(aCallable(Object.getOwnPropertyDescriptor(object,key)[method]))}catch(error){}}}});var require_is_possible_prototype=__commonJS({"node_modules/core-js/internals/is-possible-prototype.js"(exports2,module2){"use strict";init_define_process_env();init_shim();var isObject2=require_is_object();module2.exports=function(argument){return isObject2(argument)||argument===null}}});var require_a_possible_prototype=__commonJS({"node_modules/core-js/internals/a-possible-prototype.js"(exports2,module2){"use strict";init_define_process_env();init_shim();var isPossiblePrototype=require_is_possible_prototype(),$String=String,$TypeError=TypeError;module2.exports=function(argument){if(isPossiblePrototype(argument))return argument;throw new $TypeError("Can't set "+$String(argument)+" as a prototype")}}});var require_object_set_prototype_of=__commonJS({"node_modules/core-js/internals/object-set-prototype-of.js"(exports2,module2){"use strict";init_define_process_env();init_shim();var uncurryThisAccessor=require_function_uncurry_this_accessor(),anObject=require_an_object(),aPossiblePrototype=require_a_possible_prototype();module2.exports=Object.setPrototypeOf||("__proto__"in{}?function(){var CORRECT_SETTER=!1,test={},setter;try{setter=uncurryThisAccessor(Object.prototype,"__proto__","set"),setter(test,[]),CORRECT_SETTER=test instanceof Array}catch(error){}return function(O,proto){return anObject(O),aPossiblePrototype(proto),CORRECT_SETTER?setter(O,proto):O.__proto__=proto,O}}():void 0)}});var require_proxy_accessor=__commonJS({"node_modules/core-js/internals/proxy-accessor.js"(exports2,module2){"use strict";init_define_process_env();init_shim();var defineProperty=require_object_define_property().f;module2.exports=function(Target,Source,key){key in Target||defineProperty(Target,key,{configurable:!0,get:function(){return Source[key]},set:function(it){Source[key]=it}})}}});var require_inherit_if_required=__commonJS({"node_modules/core-js/internals/inherit-if-required.js"(exports2,module2){"use strict";init_define_process_env();init_shim();var isCallable=require_is_callable(),isObject2=require_is_object(),setPrototypeOf=require_object_set_prototype_of();module2.exports=function($this,dummy,Wrapper){var NewTarget,NewTargetPrototype;return setPrototypeOf&&isCallable(NewTarget=dummy.constructor)&&NewTarget!==Wrapper&&isObject2(NewTargetPrototype=NewTarget.prototype)&&NewTargetPrototype!==Wrapper.prototype&&setPrototypeOf($this,NewTargetPrototype),$this}}});var require_normalize_string_argument=__commonJS({"node_modules/core-js/internals/normalize-string-argument.js"(exports2,module2){"use strict";init_define_process_env();init_shim();var toString=require_to_string();module2.exports=function(argument,$default){return argument===void 0?arguments.length<2?"":$default:toString(argument)}}});var require_install_error_cause=__commonJS({"node_modules/core-js/internals/install-error-cause.js"(exports2,module2){"use strict";init_define_process_env();init_shim();var isObject2=require_is_object(),createNonEnumerableProperty=require_create_non_enumerable_property();module2.exports=function(O,options){isObject2(options)&&"cause"in options&&createNonEnumerableProperty(O,"cause",options.cause)}}});var require_error_stack_clear=__commonJS({"node_modules/core-js/internals/error-stack-clear.js"(exports2,module2){"use strict";init_define_process_env();init_shim();var uncurryThis=require_function_uncurry_this(),$Error=Error,replace=uncurryThis("".replace),TEST=function(arg){return String(new $Error(arg).stack)}("zxcasd"),V8_OR_CHAKRA_STACK_ENTRY=/\n\s*at [^:]*:[^\n]*/,IS_V8_OR_CHAKRA_STACK=V8_OR_CHAKRA_STACK_ENTRY.test(TEST);module2.exports=function(stack,dropEntries){if(IS_V8_OR_CHAKRA_STACK&&typeof stack=="string"&&!$Error.prepareStackTrace)for(;dropEntries--;)stack=replace(stack,V8_OR_CHAKRA_STACK_ENTRY,"");return stack}}});var require_error_stack_installable=__commonJS({"node_modules/core-js/internals/error-stack-installable.js"(exports2,module2){"use strict";init_define_process_env();init_shim();var fails=require_fails(),createPropertyDescriptor=require_create_property_descriptor();module2.exports=!fails(function(){var error=new Error("a");return"stack"in error?(Object.defineProperty(error,"stack",createPropertyDescriptor(1,7)),error.stack!==7):!0})}});var require_error_stack_install=__commonJS({"node_modules/core-js/internals/error-stack-install.js"(exports2,module2){"use strict";init_define_process_env();init_shim();var createNonEnumerableProperty=require_create_non_enumerable_property(),clearErrorStack=require_error_stack_clear(),ERROR_STACK_INSTALLABLE=require_error_stack_installable(),captureStackTrace=Error.captureStackTrace;module2.exports=function(error,C,stack,dropEntries){ERROR_STACK_INSTALLABLE&&(captureStackTrace?captureStackTrace(error,C):createNonEnumerableProperty(error,"stack",clearErrorStack(stack,dropEntries)))}}});var require_wrap_error_constructor_with_cause=__commonJS({"node_modules/core-js/internals/wrap-error-constructor-with-cause.js"(exports2,module2){"use strict";init_define_process_env();init_shim();var getBuiltIn=require_get_built_in(),hasOwn=require_has_own_property(),createNonEnumerableProperty=require_create_non_enumerable_property(),isPrototypeOf=require_object_is_prototype_of(),setPrototypeOf=require_object_set_prototype_of(),copyConstructorProperties=require_copy_constructor_properties(),proxyAccessor=require_proxy_accessor(),inheritIfRequired=require_inherit_if_required(),normalizeStringArgument=require_normalize_string_argument(),installErrorCause=require_install_error_cause(),installErrorStack=require_error_stack_install(),DESCRIPTORS=require_descriptors(),IS_PURE=require_is_pure();module2.exports=function(FULL_NAME,wrapper,FORCED,IS_AGGREGATE_ERROR){var STACK_TRACE_LIMIT="stackTraceLimit",OPTIONS_POSITION=IS_AGGREGATE_ERROR?2:1,path=FULL_NAME.split("."),ERROR_NAME=path[path.length-1],OriginalError=getBuiltIn.apply(null,path);if(OriginalError){var OriginalErrorPrototype=OriginalError.prototype;if(!IS_PURE&&hasOwn(OriginalErrorPrototype,"cause")&&delete OriginalErrorPrototype.cause,!FORCED)return OriginalError;var BaseError=getBuiltIn("Error"),WrappedError=wrapper(function(a,b){var message=normalizeStringArgument(IS_AGGREGATE_ERROR?b:a,void 0),result=IS_AGGREGATE_ERROR?new OriginalError(a):new OriginalError;return message!==void 0&&createNonEnumerableProperty(result,"message",message),installErrorStack(result,WrappedError,result.stack,2),this&&isPrototypeOf(OriginalErrorPrototype,this)&&inheritIfRequired(result,this,WrappedError),arguments.length>OPTIONS_POSITION&&installErrorCause(result,arguments[OPTIONS_POSITION]),result});if(WrappedError.prototype=OriginalErrorPrototype,ERROR_NAME!=="Error"?setPrototypeOf?setPrototypeOf(WrappedError,BaseError):copyConstructorProperties(WrappedError,BaseError,{name:!0}):DESCRIPTORS&&STACK_TRACE_LIMIT in OriginalError&&(proxyAccessor(WrappedError,OriginalError,STACK_TRACE_LIMIT),proxyAccessor(WrappedError,OriginalError,"prepareStackTrace")),copyConstructorProperties(WrappedError,OriginalError),!IS_PURE)try{OriginalErrorPrototype.name!==ERROR_NAME&&createNonEnumerableProperty(OriginalErrorPrototype,"name",ERROR_NAME),OriginalErrorPrototype.constructor=WrappedError}catch(error){}return WrappedError}}}});var require_es_error_cause=__commonJS({"node_modules/core-js/modules/es.error.cause.js"(){"use strict";init_define_process_env();init_shim();var $=require_export(),global=require_global(),apply=require_function_apply(),wrapErrorConstructorWithCause=require_wrap_error_constructor_with_cause(),WEB_ASSEMBLY="WebAssembly",WebAssembly=global[WEB_ASSEMBLY],FORCED=new Error("e",{cause:7}).cause!==7,exportGlobalErrorCauseWrapper=function(ERROR_NAME,wrapper){var O={};O[ERROR_NAME]=wrapErrorConstructorWithCause(ERROR_NAME,wrapper,FORCED),$({global:!0,constructor:!0,arity:1,forced:FORCED},O)},exportWebAssemblyErrorCauseWrapper=function(ERROR_NAME,wrapper){if(WebAssembly&&WebAssembly[ERROR_NAME]){var O={};O[ERROR_NAME]=wrapErrorConstructorWithCause(WEB_ASSEMBLY+"."+ERROR_NAME,wrapper,FORCED),$({target:WEB_ASSEMBLY,stat:!0,constructor:!0,arity:1,forced:FORCED},O)}};exportGlobalErrorCauseWrapper("Error",function(init){return function(message){return apply(init,this,arguments)}});exportGlobalErrorCauseWrapper("EvalError",function(init){return function(message){return apply(init,this,arguments)}});exportGlobalErrorCauseWrapper("RangeError",function(init){return function(message){return apply(init,this,arguments)}});exportGlobalErrorCauseWrapper("ReferenceError",function(init){return function(message){return apply(init,this,arguments)}});exportGlobalErrorCauseWrapper("SyntaxError",function(init){return function(message){return apply(init,this,arguments)}});exportGlobalErrorCauseWrapper("TypeError",function(init){return function(message){return apply(init,this,arguments)}});exportGlobalErrorCauseWrapper("URIError",function(init){return function(message){return apply(init,this,arguments)}});exportWebAssemblyErrorCauseWrapper("CompileError",function(init){return function(message){return apply(init,this,arguments)}});exportWebAssemblyErrorCauseWrapper("LinkError",function(init){return function(message){return apply(init,this,arguments)}});exportWebAssemblyErrorCauseWrapper("RuntimeError",function(init){return function(message){return apply(init,this,arguments)}})}});var require_create_property=__commonJS({"node_modules/core-js/internals/create-property.js"(exports2,module2){"use strict";init_define_process_env();init_shim();var toPropertyKey=require_to_property_key(),definePropertyModule=require_object_define_property(),createPropertyDescriptor=require_create_property_descriptor();module2.exports=function(object,key,value){var propertyKey=toPropertyKey(key);propertyKey in object?definePropertyModule.f(object,propertyKey,createPropertyDescriptor(0,value)):object[propertyKey]=value}}});var require_es_object_get_own_property_descriptors=__commonJS({"node_modules/core-js/modules/es.object.get-own-property-descriptors.js"(){"use strict";init_define_process_env();init_shim();var $=require_export(),DESCRIPTORS=require_descriptors(),ownKeys2=require_own_keys(),toIndexedObject=require_to_indexed_object(),getOwnPropertyDescriptorModule=require_object_get_own_property_descriptor(),createProperty=require_create_property();$({target:"Object",stat:!0,sham:!DESCRIPTORS},{getOwnPropertyDescriptors:function(object){for(var O=toIndexedObject(object),getOwnPropertyDescriptor=getOwnPropertyDescriptorModule.f,keys2=ownKeys2(O),result={},index=0,key,descriptor;keys2.length>index;)descriptor=getOwnPropertyDescriptor(O,key=keys2[index++]),descriptor!==void 0&&createProperty(result,key,descriptor);return result}})}});var require_object_keys=__commonJS({"node_modules/core-js/internals/object-keys.js"(exports2,module2){"use strict";init_define_process_env();init_shim();var internalObjectKeys=require_object_keys_internal(),enumBugKeys=require_enum_bug_keys();module2.exports=Object.keys||function(O){return internalObjectKeys(O,enumBugKeys)}}});var require_object_define_properties=__commonJS({"node_modules/core-js/internals/object-define-properties.js"(exports2){"use strict";init_define_process_env();init_shim();var DESCRIPTORS=require_descriptors(),V8_PROTOTYPE_DEFINE_BUG=require_v8_prototype_define_bug(),definePropertyModule=require_object_define_property(),anObject=require_an_object(),toIndexedObject=require_to_indexed_object(),objectKeys=require_object_keys();exports2.f=DESCRIPTORS&&!V8_PROTOTYPE_DEFINE_BUG?Object.defineProperties:function(O,Properties){anObject(O);for(var props=toIndexedObject(Properties),keys2=objectKeys(Properties),length=keys2.length,index=0,key;length>index;)definePropertyModule.f(O,key=keys2[index++],props[key]);return O}}});var require_html=__commonJS({"node_modules/core-js/internals/html.js"(exports2,module2){"use strict";init_define_process_env();init_shim();var getBuiltIn=require_get_built_in();module2.exports=getBuiltIn("document","documentElement")}});var require_object_create=__commonJS({"node_modules/core-js/internals/object-create.js"(exports2,module2){"use strict";init_define_process_env();init_shim();var anObject=require_an_object(),definePropertiesModule=require_object_define_properties(),enumBugKeys=require_enum_bug_keys(),hiddenKeys=require_hidden_keys(),html=require_html(),documentCreateElement=require_document_create_element(),sharedKey=require_shared_key(),GT=">",LT="<",PROTOTYPE="prototype",SCRIPT="script",IE_PROTO=sharedKey("IE_PROTO"),EmptyConstructor=function(){},scriptTag=function(content){return LT+SCRIPT+GT+content+LT+"/"+SCRIPT+GT},NullProtoObjectViaActiveX=function(activeXDocument2){activeXDocument2.write(scriptTag("")),activeXDocument2.close();var temp=activeXDocument2.parentWindow.Object;return activeXDocument2=null,temp},NullProtoObjectViaIFrame=function(){var iframe=documentCreateElement("iframe"),JS="java"+SCRIPT+":",iframeDocument;return iframe.style.display="none",html.appendChild(iframe),iframe.src=String(JS),iframeDocument=iframe.contentWindow.document,iframeDocument.open(),iframeDocument.write(scriptTag("document.F=Object")),iframeDocument.close(),iframeDocument.F},activeXDocument,NullProtoObject=function(){try{activeXDocument=new ActiveXObject("htmlfile")}catch(error){}NullProtoObject=typeof document<"u"?document.domain&&activeXDocument?NullProtoObjectViaActiveX(activeXDocument):NullProtoObjectViaIFrame():NullProtoObjectViaActiveX(activeXDocument);for(var length=enumBugKeys.length;length--;)delete NullProtoObject[PROTOTYPE][enumBugKeys[length]];return NullProtoObject()};hiddenKeys[IE_PROTO]=!0;module2.exports=Object.create||function(O,Properties){var result;return O!==null?(EmptyConstructor[PROTOTYPE]=anObject(O),result=new EmptyConstructor,EmptyConstructor[PROTOTYPE]=null,result[IE_PROTO]=O):result=NullProtoObject(),Properties===void 0?result:definePropertiesModule.f(result,Properties)}}});var require_add_to_unscopables=__commonJS({"node_modules/core-js/internals/add-to-unscopables.js"(exports2,module2){"use strict";init_define_process_env();init_shim();var wellKnownSymbol=require_well_known_symbol(),create=require_object_create(),defineProperty=require_object_define_property().f,UNSCOPABLES=wellKnownSymbol("unscopables"),ArrayPrototype=Array.prototype;ArrayPrototype[UNSCOPABLES]===void 0&&defineProperty(ArrayPrototype,UNSCOPABLES,{configurable:!0,value:create(null)});module2.exports=function(key){ArrayPrototype[UNSCOPABLES][key]=!0}}});var require_iterators=__commonJS({"node_modules/core-js/internals/iterators.js"(exports2,module2){"use strict";init_define_process_env();init_shim();module2.exports={}}});var require_correct_prototype_getter=__commonJS({"node_modules/core-js/internals/correct-prototype-getter.js"(exports2,module2){"use strict";init_define_process_env();init_shim();var fails=require_fails();module2.exports=!fails(function(){function F(){}return F.prototype.constructor=null,Object.getPrototypeOf(new F)!==F.prototype})}});var require_object_get_prototype_of=__commonJS({"node_modules/core-js/internals/object-get-prototype-of.js"(exports2,module2){"use strict";init_define_process_env();init_shim();var hasOwn=require_has_own_property(),isCallable=require_is_callable(),toObject=require_to_object(),sharedKey=require_shared_key(),CORRECT_PROTOTYPE_GETTER=require_correct_prototype_getter(),IE_PROTO=sharedKey("IE_PROTO"),$Object=Object,ObjectPrototype=$Object.prototype;module2.exports=CORRECT_PROTOTYPE_GETTER?$Object.getPrototypeOf:function(O){var object=toObject(O);if(hasOwn(object,IE_PROTO))return object[IE_PROTO];var constructor=object.constructor;return isCallable(constructor)&&object instanceof constructor?constructor.prototype:object instanceof $Object?ObjectPrototype:null}}});var require_iterators_core=__commonJS({"node_modules/core-js/internals/iterators-core.js"(exports2,module2){"use strict";init_define_process_env();init_shim();var fails=require_fails(),isCallable=require_is_callable(),isObject2=require_is_object(),create=require_object_create(),getPrototypeOf=require_object_get_prototype_of(),defineBuiltIn=require_define_built_in(),wellKnownSymbol=require_well_known_symbol(),IS_PURE=require_is_pure(),ITERATOR=wellKnownSymbol("iterator"),BUGGY_SAFARI_ITERATORS=!1,IteratorPrototype,PrototypeOfArrayIteratorPrototype,arrayIterator;[].keys&&(arrayIterator=[].keys(),"next"in arrayIterator?(PrototypeOfArrayIteratorPrototype=getPrototypeOf(getPrototypeOf(arrayIterator)),PrototypeOfArrayIteratorPrototype!==Object.prototype&&(IteratorPrototype=PrototypeOfArrayIteratorPrototype)):BUGGY_SAFARI_ITERATORS=!0);var NEW_ITERATOR_PROTOTYPE=!isObject2(IteratorPrototype)||fails(function(){var test={};return IteratorPrototype[ITERATOR].call(test)!==test});NEW_ITERATOR_PROTOTYPE?IteratorPrototype={}:IS_PURE&&(IteratorPrototype=create(IteratorPrototype));isCallable(IteratorPrototype[ITERATOR])||defineBuiltIn(IteratorPrototype,ITERATOR,function(){return this});module2.exports={IteratorPrototype,BUGGY_SAFARI_ITERATORS}}});var require_set_to_string_tag=__commonJS({"node_modules/core-js/internals/set-to-string-tag.js"(exports2,module2){"use strict";init_define_process_env();init_shim();var defineProperty=require_object_define_property().f,hasOwn=require_has_own_property(),wellKnownSymbol=require_well_known_symbol(),TO_STRING_TAG=wellKnownSymbol("toStringTag");module2.exports=function(target,TAG,STATIC){target&&!STATIC&&(target=target.prototype),target&&!hasOwn(target,TO_STRING_TAG)&&defineProperty(target,TO_STRING_TAG,{configurable:!0,value:TAG})}}});var require_iterator_create_constructor=__commonJS({"node_modules/core-js/internals/iterator-create-constructor.js"(exports2,module2){"use strict";init_define_process_env();init_shim();var IteratorPrototype=require_iterators_core().IteratorPrototype,create=require_object_create(),createPropertyDescriptor=require_create_property_descriptor(),setToStringTag=require_set_to_string_tag(),Iterators=require_iterators(),returnThis=function(){return this};module2.exports=function(IteratorConstructor,NAME,next,ENUMERABLE_NEXT){var TO_STRING_TAG=NAME+" Iterator";return IteratorConstructor.prototype=create(IteratorPrototype,{next:createPropertyDescriptor(+!ENUMERABLE_NEXT,next)}),setToStringTag(IteratorConstructor,TO_STRING_TAG,!1,!0),Iterators[TO_STRING_TAG]=returnThis,IteratorConstructor}}});var require_iterator_define=__commonJS({"node_modules/core-js/internals/iterator-define.js"(exports2,module2){"use strict";init_define_process_env();init_shim();var $=require_export(),call=require_function_call(),IS_PURE=require_is_pure(),FunctionName=require_function_name(),isCallable=require_is_callable(),createIteratorConstructor=require_iterator_create_constructor(),getPrototypeOf=require_object_get_prototype_of(),setPrototypeOf=require_object_set_prototype_of(),setToStringTag=require_set_to_string_tag(),createNonEnumerableProperty=require_create_non_enumerable_property(),defineBuiltIn=require_define_built_in(),wellKnownSymbol=require_well_known_symbol(),Iterators=require_iterators(),IteratorsCore=require_iterators_core(),PROPER_FUNCTION_NAME=FunctionName.PROPER,CONFIGURABLE_FUNCTION_NAME=FunctionName.CONFIGURABLE,IteratorPrototype=IteratorsCore.IteratorPrototype,BUGGY_SAFARI_ITERATORS=IteratorsCore.BUGGY_SAFARI_ITERATORS,ITERATOR=wellKnownSymbol("iterator"),KEYS="keys",VALUES="values",ENTRIES="entries",returnThis=function(){return this};module2.exports=function(Iterable,NAME,IteratorConstructor,next,DEFAULT,IS_SET,FORCED){createIteratorConstructor(IteratorConstructor,NAME,next);var getIterationMethod=function(KIND){if(KIND===DEFAULT&&defaultIterator)return defaultIterator;if(!BUGGY_SAFARI_ITERATORS&&KIND&&KIND in IterablePrototype)return IterablePrototype[KIND];switch(KIND){case KEYS:return function(){return new IteratorConstructor(this,KIND)};case VALUES:return function(){return new IteratorConstructor(this,KIND)};case ENTRIES:return function(){return new IteratorConstructor(this,KIND)}}return function(){return new IteratorConstructor(this)}},TO_STRING_TAG=NAME+" Iterator",INCORRECT_VALUES_NAME=!1,IterablePrototype=Iterable.prototype,nativeIterator=IterablePrototype[ITERATOR]||IterablePrototype["@@iterator"]||DEFAULT&&IterablePrototype[DEFAULT],defaultIterator=!BUGGY_SAFARI_ITERATORS&&nativeIterator||getIterationMethod(DEFAULT),anyNativeIterator=NAME==="Array"&&IterablePrototype.entries||nativeIterator,CurrentIteratorPrototype,methods,KEY;if(anyNativeIterator&&(CurrentIteratorPrototype=getPrototypeOf(anyNativeIterator.call(new Iterable)),CurrentIteratorPrototype!==Object.prototype&&CurrentIteratorPrototype.next&&(!IS_PURE&&getPrototypeOf(CurrentIteratorPrototype)!==IteratorPrototype&&(setPrototypeOf?setPrototypeOf(CurrentIteratorPrototype,IteratorPrototype):isCallable(CurrentIteratorPrototype[ITERATOR])||defineBuiltIn(CurrentIteratorPrototype,ITERATOR,returnThis)),setToStringTag(CurrentIteratorPrototype,TO_STRING_TAG,!0,!0),IS_PURE&&(Iterators[TO_STRING_TAG]=returnThis))),PROPER_FUNCTION_NAME&&DEFAULT===VALUES&&nativeIterator&&nativeIterator.name!==VALUES&&(!IS_PURE&&CONFIGURABLE_FUNCTION_NAME?createNonEnumerableProperty(IterablePrototype,"name",VALUES):(INCORRECT_VALUES_NAME=!0,defaultIterator=function(){return call(nativeIterator,this)})),DEFAULT)if(methods={values:getIterationMethod(VALUES),keys:IS_SET?defaultIterator:getIterationMethod(KEYS),entries:getIterationMethod(ENTRIES)},FORCED)for(KEY in methods)(BUGGY_SAFARI_ITERATORS||INCORRECT_VALUES_NAME||!(KEY in IterablePrototype))&&defineBuiltIn(IterablePrototype,KEY,methods[KEY]);else $({target:NAME,proto:!0,forced:BUGGY_SAFARI_ITERATORS||INCORRECT_VALUES_NAME},methods);return(!IS_PURE||FORCED)&&IterablePrototype[ITERATOR]!==defaultIterator&&defineBuiltIn(IterablePrototype,ITERATOR,defaultIterator,{name:DEFAULT}),Iterators[NAME]=defaultIterator,methods}}});var require_create_iter_result_object=__commonJS({"node_modules/core-js/internals/create-iter-result-object.js"(exports2,module2){"use strict";init_define_process_env();init_shim();module2.exports=function(value,done){return{value,done}}}});var require_es_array_iterator=__commonJS({"node_modules/core-js/modules/es.array.iterator.js"(exports2,module2){"use strict";init_define_process_env();init_shim();var toIndexedObject=require_to_indexed_object(),addToUnscopables=require_add_to_unscopables(),Iterators=require_iterators(),InternalStateModule=require_internal_state(),defineProperty=require_object_define_property().f,defineIterator=require_iterator_define(),createIterResultObject=require_create_iter_result_object(),IS_PURE=require_is_pure(),DESCRIPTORS=require_descriptors(),ARRAY_ITERATOR="Array Iterator",setInternalState=InternalStateModule.set,getInternalState=InternalStateModule.getterFor(ARRAY_ITERATOR);module2.exports=defineIterator(Array,"Array",function(iterated,kind){setInternalState(this,{type:ARRAY_ITERATOR,target:toIndexedObject(iterated),index:0,kind})},function(){var state=getInternalState(this),target=state.target,index=state.index++;if(!target||index>=target.length)return state.target=void 0,createIterResultObject(void 0,!0);switch(state.kind){case"keys":return createIterResultObject(index,!1);case"values":return createIterResultObject(target[index],!1)}return createIterResultObject([index,target[index]],!1)},"values");var values=Iterators.Arguments=Iterators.Array;addToUnscopables("keys");addToUnscopables("values");addToUnscopables("entries");if(!IS_PURE&&DESCRIPTORS&&values.name!=="values")try{defineProperty(values,"name",{value:"values"})}catch(error){}}});var require_dom_iterables=__commonJS({"node_modules/core-js/internals/dom-iterables.js"(exports2,module2){"use strict";init_define_process_env();init_shim();module2.exports={CSSRuleList:0,CSSStyleDeclaration:0,CSSValueList:0,ClientRectList:0,DOMRectList:0,DOMStringList:0,DOMTokenList:1,DataTransferItemList:0,FileList:0,HTMLAllCollection:0,HTMLCollection:0,HTMLFormElement:0,HTMLSelectElement:0,MediaList:0,MimeTypeArray:0,NamedNodeMap:0,NodeList:1,PaintRequestList:0,Plugin:0,PluginArray:0,SVGLengthList:0,SVGNumberList:0,SVGPathSegList:0,SVGPointList:0,SVGStringList:0,SVGTransformList:0,SourceBufferList:0,StyleSheetList:0,TextTrackCueList:0,TextTrackList:0,TouchList:0}}});var require_dom_token_list_prototype=__commonJS({"node_modules/core-js/internals/dom-token-list-prototype.js"(exports2,module2){"use strict";init_define_process_env();init_shim();var documentCreateElement=require_document_create_element(),classList=documentCreateElement("span").classList,DOMTokenListPrototype=classList&&classList.constructor&&classList.constructor.prototype;module2.exports=DOMTokenListPrototype===Object.prototype?void 0:DOMTokenListPrototype}});var require_web_dom_collections_iterator=__commonJS({"node_modules/core-js/modules/web.dom-collections.iterator.js"(){"use strict";init_define_process_env();init_shim();var global=require_global(),DOMIterables=require_dom_iterables(),DOMTokenListPrototype=require_dom_token_list_prototype(),ArrayIteratorMethods=require_es_array_iterator(),createNonEnumerableProperty=require_create_non_enumerable_property(),setToStringTag=require_set_to_string_tag(),wellKnownSymbol=require_well_known_symbol(),ITERATOR=wellKnownSymbol("iterator"),ArrayValues=ArrayIteratorMethods.values,handlePrototype=function(CollectionPrototype,COLLECTION_NAME2){if(CollectionPrototype){if(CollectionPrototype[ITERATOR]!==ArrayValues)try{createNonEnumerableProperty(CollectionPrototype,ITERATOR,ArrayValues)}catch(error){CollectionPrototype[ITERATOR]=ArrayValues}if(setToStringTag(CollectionPrototype,COLLECTION_NAME2,!0),DOMIterables[COLLECTION_NAME2]){for(var METHOD_NAME in ArrayIteratorMethods)if(CollectionPrototype[METHOD_NAME]!==ArrayIteratorMethods[METHOD_NAME])try{createNonEnumerableProperty(CollectionPrototype,METHOD_NAME,ArrayIteratorMethods[METHOD_NAME])}catch(error){CollectionPrototype[METHOD_NAME]=ArrayIteratorMethods[METHOD_NAME]}}}};for(COLLECTION_NAME in DOMIterables)handlePrototype(global[COLLECTION_NAME]&&global[COLLECTION_NAME].prototype,COLLECTION_NAME);var COLLECTION_NAME;handlePrototype(DOMTokenListPrototype,"DOMTokenList")}});var require_is_regexp=__commonJS({"node_modules/core-js/internals/is-regexp.js"(exports2,module2){"use strict";init_define_process_env();init_shim();var isObject2=require_is_object(),classof=require_classof_raw(),wellKnownSymbol=require_well_known_symbol(),MATCH=wellKnownSymbol("match");module2.exports=function(it){var isRegExp;return isObject2(it)&&((isRegExp=it[MATCH])!==void 0?!!isRegExp:classof(it)==="RegExp")}}});var require_regexp_flags=__commonJS({"node_modules/core-js/internals/regexp-flags.js"(exports2,module2){"use strict";init_define_process_env();init_shim();var anObject=require_an_object();module2.exports=function(){var that=anObject(this),result="";return that.hasIndices&&(result+="d"),that.global&&(result+="g"),that.ignoreCase&&(result+="i"),that.multiline&&(result+="m"),that.dotAll&&(result+="s"),that.unicode&&(result+="u"),that.unicodeSets&&(result+="v"),that.sticky&&(result+="y"),result}}});var require_regexp_get_flags=__commonJS({"node_modules/core-js/internals/regexp-get-flags.js"(exports2,module2){"use strict";init_define_process_env();init_shim();var call=require_function_call(),hasOwn=require_has_own_property(),isPrototypeOf=require_object_is_prototype_of(),regExpFlags=require_regexp_flags(),RegExpPrototype=RegExp.prototype;module2.exports=function(R){var flags=R.flags;return flags===void 0&&!("flags"in RegExpPrototype)&&!hasOwn(R,"flags")&&isPrototypeOf(RegExpPrototype,R)?call(regExpFlags,R):flags}}});var require_regexp_sticky_helpers=__commonJS({"node_modules/core-js/internals/regexp-sticky-helpers.js"(exports2,module2){"use strict";init_define_process_env();init_shim();var fails=require_fails(),global=require_global(),$RegExp=global.RegExp,UNSUPPORTED_Y=fails(function(){var re=$RegExp("a","y");return re.lastIndex=2,re.exec("abcd")!==null}),MISSED_STICKY=UNSUPPORTED_Y||fails(function(){return!$RegExp("a","y").sticky}),BROKEN_CARET=UNSUPPORTED_Y||fails(function(){var re=$RegExp("^r","gy");return re.lastIndex=2,re.exec("str")!==null});module2.exports={BROKEN_CARET,MISSED_STICKY,UNSUPPORTED_Y}}});var require_set_species=__commonJS({"node_modules/core-js/internals/set-species.js"(exports2,module2){"use strict";init_define_process_env();init_shim();var getBuiltIn=require_get_built_in(),defineBuiltInAccessor=require_define_built_in_accessor(),wellKnownSymbol=require_well_known_symbol(),DESCRIPTORS=require_descriptors(),SPECIES=wellKnownSymbol("species");module2.exports=function(CONSTRUCTOR_NAME){var Constructor=getBuiltIn(CONSTRUCTOR_NAME);DESCRIPTORS&&Constructor&&!Constructor[SPECIES]&&defineBuiltInAccessor(Constructor,SPECIES,{configurable:!0,get:function(){return this}})}}});var require_regexp_unsupported_dot_all=__commonJS({"node_modules/core-js/internals/regexp-unsupported-dot-all.js"(exports2,module2){"use strict";init_define_process_env();init_shim();var fails=require_fails(),global=require_global(),$RegExp=global.RegExp;module2.exports=fails(function(){var re=$RegExp(".","s");return!(re.dotAll&&re.test("\n")&&re.flags==="s")})}});var require_regexp_unsupported_ncg=__commonJS({"node_modules/core-js/internals/regexp-unsupported-ncg.js"(exports2,module2){"use strict";init_define_process_env();init_shim();var fails=require_fails(),global=require_global(),$RegExp=global.RegExp;module2.exports=fails(function(){var re=$RegExp("(?<a>b)","g");return re.exec("b").groups.a!=="b"||"b".replace(re,"$<a>c")!=="bc"})}});var require_es_regexp_constructor=__commonJS({"node_modules/core-js/modules/es.regexp.constructor.js"(){"use strict";init_define_process_env();init_shim();var DESCRIPTORS=require_descriptors(),global=require_global(),uncurryThis=require_function_uncurry_this(),isForced=require_is_forced(),inheritIfRequired=require_inherit_if_required(),createNonEnumerableProperty=require_create_non_enumerable_property(),create=require_object_create(),getOwnPropertyNames=require_object_get_own_property_names().f,isPrototypeOf=require_object_is_prototype_of(),isRegExp=require_is_regexp(),toString=require_to_string(),getRegExpFlags=require_regexp_get_flags(),stickyHelpers=require_regexp_sticky_helpers(),proxyAccessor=require_proxy_accessor(),defineBuiltIn=require_define_built_in(),fails=require_fails(),hasOwn=require_has_own_property(),enforceInternalState=require_internal_state().enforce,setSpecies=require_set_species(),wellKnownSymbol=require_well_known_symbol(),UNSUPPORTED_DOT_ALL=require_regexp_unsupported_dot_all(),UNSUPPORTED_NCG=require_regexp_unsupported_ncg(),MATCH=wellKnownSymbol("match"),NativeRegExp=global.RegExp,RegExpPrototype=NativeRegExp.prototype,SyntaxError=global.SyntaxError,exec=uncurryThis(RegExpPrototype.exec),charAt=uncurryThis("".charAt),replace=uncurryThis("".replace),stringIndexOf=uncurryThis("".indexOf),stringSlice=uncurryThis("".slice),IS_NCG=/^\?<[^\s\d!#%&*+<=>@^][^\s!#%&*+<=>@^]*>/,re1=/a/g,re2=/a/g,CORRECT_NEW=new NativeRegExp(re1)!==re1,MISSED_STICKY=stickyHelpers.MISSED_STICKY,UNSUPPORTED_Y=stickyHelpers.UNSUPPORTED_Y,BASE_FORCED=DESCRIPTORS&&(!CORRECT_NEW||MISSED_STICKY||UNSUPPORTED_DOT_ALL||UNSUPPORTED_NCG||fails(function(){return re2[MATCH]=!1,NativeRegExp(re1)!==re1||NativeRegExp(re2)===re2||String(NativeRegExp(re1,"i"))!=="/a/i"})),handleDotAll=function(string){for(var length=string.length,index2=0,result="",brackets=!1,chr;index2<=length;index2++){if(chr=charAt(string,index2),chr==="\\"){result+=chr+charAt(string,++index2);continue}!brackets&&chr==="."?result+="[\\s\\S]":(chr==="["?brackets=!0:chr==="]"&&(brackets=!1),result+=chr)}return result},handleNCG=function(string){for(var length=string.length,index2=0,result="",named=[],names=create(null),brackets=!1,ncg=!1,groupid=0,groupname="",chr;index2<=length;index2++){if(chr=charAt(string,index2),chr==="\\")chr+=charAt(string,++index2);else if(chr==="]")brackets=!1;else if(!brackets)switch(!0){case chr==="[":brackets=!0;break;case chr==="(":exec(IS_NCG,stringSlice(string,index2+1))&&(index2+=2,ncg=!0),result+=chr,groupid++;continue;case(chr===">"&&ncg):if(groupname===""||hasOwn(names,groupname))throw new SyntaxError("Invalid capture group name");names[groupname]=!0,named[named.length]=[groupname,groupid],ncg=!1,groupname="";continue}ncg?groupname+=chr:result+=chr}return[result,named]};if(isForced("RegExp",BASE_FORCED)){for(RegExpWrapper=function(pattern,flags){var thisIsRegExp=isPrototypeOf(RegExpPrototype,this),patternIsRegExp=isRegExp(pattern),flagsAreUndefined=flags===void 0,groups=[],rawPattern=pattern,rawFlags,dotAll,sticky,handled,result,state;if(!thisIsRegExp&&patternIsRegExp&&flagsAreUndefined&&pattern.constructor===RegExpWrapper)return pattern;if((patternIsRegExp||isPrototypeOf(RegExpPrototype,pattern))&&(pattern=pattern.source,flagsAreUndefined&&(flags=getRegExpFlags(rawPattern))),pattern=pattern===void 0?"":toString(pattern),flags=flags===void 0?"":toString(flags),rawPattern=pattern,UNSUPPORTED_DOT_ALL&&"dotAll"in re1&&(dotAll=!!flags&&stringIndexOf(flags,"s")>-1,dotAll&&(flags=replace(flags,/s/g,""))),rawFlags=flags,MISSED_STICKY&&"sticky"in re1&&(sticky=!!flags&&stringIndexOf(flags,"y")>-1,sticky&&UNSUPPORTED_Y&&(flags=replace(flags,/y/g,""))),UNSUPPORTED_NCG&&(handled=handleNCG(pattern),pattern=handled[0],groups=handled[1]),result=inheritIfRequired(NativeRegExp(pattern,flags),thisIsRegExp?this:RegExpPrototype,RegExpWrapper),(dotAll||sticky||groups.length)&&(state=enforceInternalState(result),dotAll&&(state.dotAll=!0,state.raw=RegExpWrapper(handleDotAll(pattern),rawFlags)),sticky&&(state.sticky=!0),groups.length&&(state.groups=groups)),pattern!==rawPattern)try{createNonEnumerableProperty(result,"source",rawPattern===""?"(?:)":rawPattern)}catch(error){}return result},keys2=getOwnPropertyNames(NativeRegExp),index=0;keys2.length>index;)proxyAccessor(RegExpWrapper,NativeRegExp,keys2[index++]);RegExpPrototype.constructor=RegExpWrapper,RegExpWrapper.prototype=RegExpPrototype,defineBuiltIn(global,"RegExp",RegExpWrapper,{constructor:!0})}var RegExpWrapper,keys2,index;setSpecies("RegExp")}});var require_es_regexp_dot_all=__commonJS({"node_modules/core-js/modules/es.regexp.dot-all.js"(){"use strict";init_define_process_env();init_shim();var DESCRIPTORS=require_descriptors(),UNSUPPORTED_DOT_ALL=require_regexp_unsupported_dot_all(),classof=require_classof_raw(),defineBuiltInAccessor=require_define_built_in_accessor(),getInternalState=require_internal_state().get,RegExpPrototype=RegExp.prototype,$TypeError=TypeError;DESCRIPTORS&&UNSUPPORTED_DOT_ALL&&defineBuiltInAccessor(RegExpPrototype,"dotAll",{configurable:!0,get:function(){if(this!==RegExpPrototype){if(classof(this)==="RegExp")return!!getInternalState(this).dotAll;throw new $TypeError("Incompatible receiver, RegExp required")}}})}});var require_regexp_exec=__commonJS({"node_modules/core-js/internals/regexp-exec.js"(exports2,module2){"use strict";init_define_process_env();init_shim();var call=require_function_call(),uncurryThis=require_function_uncurry_this(),toString=require_to_string(),regexpFlags=require_regexp_flags(),stickyHelpers=require_regexp_sticky_helpers(),shared=require_shared(),create=require_object_create(),getInternalState=require_internal_state().get,UNSUPPORTED_DOT_ALL=require_regexp_unsupported_dot_all(),UNSUPPORTED_NCG=require_regexp_unsupported_ncg(),nativeReplace=shared("native-string-replace",String.prototype.replace),nativeExec=RegExp.prototype.exec,patchedExec=nativeExec,charAt=uncurryThis("".charAt),indexOf=uncurryThis("".indexOf),replace=uncurryThis("".replace),stringSlice=uncurryThis("".slice),UPDATES_LAST_INDEX_WRONG=function(){var re1=/a/,re2=/b*/g;return call(nativeExec,re1,"a"),call(nativeExec,re2,"a"),re1.lastIndex!==0||re2.lastIndex!==0}(),UNSUPPORTED_Y=stickyHelpers.BROKEN_CARET,NPCG_INCLUDED=/()??/.exec("")[1]!==void 0,PATCH=UPDATES_LAST_INDEX_WRONG||NPCG_INCLUDED||UNSUPPORTED_Y||UNSUPPORTED_DOT_ALL||UNSUPPORTED_NCG;PATCH&&(patchedExec=function(string){var re=this,state=getInternalState(re),str=toString(string),raw=state.raw,result,reCopy,lastIndex,match,i,object,group;if(raw)return raw.lastIndex=re.lastIndex,result=call(patchedExec,raw,str),re.lastIndex=raw.lastIndex,result;var groups=state.groups,sticky=UNSUPPORTED_Y&&re.sticky,flags=call(regexpFlags,re),source=re.source,charsAdded=0,strCopy=str;if(sticky&&(flags=replace(flags,"y",""),indexOf(flags,"g")===-1&&(flags+="g"),strCopy=stringSlice(str,re.lastIndex),re.lastIndex>0&&(!re.multiline||re.multiline&&charAt(str,re.lastIndex-1)!=="\n")&&(source="(?: "+source+")",strCopy=" "+strCopy,charsAdded++),reCopy=new RegExp("^(?:"+source+")",flags)),NPCG_INCLUDED&&(reCopy=new RegExp("^"+source+"$(?!\\s)",flags)),UPDATES_LAST_INDEX_WRONG&&(lastIndex=re.lastIndex),match=call(nativeExec,sticky?reCopy:re,strCopy),sticky?match?(match.input=stringSlice(match.input,charsAdded),match[0]=stringSlice(match[0],charsAdded),match.index=re.lastIndex,re.lastIndex+=match[0].length):re.lastIndex=0:UPDATES_LAST_INDEX_WRONG&&match&&(re.lastIndex=re.global?match.index+match[0].length:lastIndex),NPCG_INCLUDED&&match&&match.length>1&&call(nativeReplace,match[0],reCopy,function(){for(i=1;i<arguments.length-2;i++)arguments[i]===void 0&&(match[i]=void 0)}),match&&groups)for(match.groups=object=create(null),i=0;i<groups.length;i++)group=groups[i],object[group[0]]=match[group[1]];return match});module2.exports=patchedExec}});var require_es_regexp_exec=__commonJS({"node_modules/core-js/modules/es.regexp.exec.js"(){"use strict";init_define_process_env();init_shim();var $=require_export(),exec=require_regexp_exec();$({target:"RegExp",proto:!0,forced:/./.exec!==exec},{exec})}});var require_es_regexp_to_string=__commonJS({"node_modules/core-js/modules/es.regexp.to-string.js"(){"use strict";init_define_process_env();init_shim();var PROPER_FUNCTION_NAME=require_function_name().PROPER,defineBuiltIn=require_define_built_in(),anObject=require_an_object(),$toString=require_to_string(),fails=require_fails(),getRegExpFlags=require_regexp_get_flags(),TO_STRING="toString",RegExpPrototype=RegExp.prototype,nativeToString=RegExpPrototype[TO_STRING],NOT_GENERIC=fails(function(){return nativeToString.call({source:"a",flags:"b"})!=="/a/b"}),INCORRECT_NAME=PROPER_FUNCTION_NAME&&nativeToString.name!==TO_STRING;(NOT_GENERIC||INCORRECT_NAME)&&defineBuiltIn(RegExpPrototype,TO_STRING,function(){var R=anObject(this),pattern=$toString(R.source),flags=$toString(getRegExpFlags(R));return"/"+pattern+"/"+flags},{unsafe:!0})}});var require_fix_regexp_well_known_symbol_logic=__commonJS({"node_modules/core-js/internals/fix-regexp-well-known-symbol-logic.js"(exports2,module2){"use strict";init_define_process_env();init_shim();require_es_regexp_exec();var call=require_function_call(),defineBuiltIn=require_define_built_in(),regexpExec=require_regexp_exec(),fails=require_fails(),wellKnownSymbol=require_well_known_symbol(),createNonEnumerableProperty=require_create_non_enumerable_property(),SPECIES=wellKnownSymbol("species"),RegExpPrototype=RegExp.prototype;module2.exports=function(KEY,exec,FORCED,SHAM){var SYMBOL=wellKnownSymbol(KEY),DELEGATES_TO_SYMBOL=!fails(function(){var O={};return O[SYMBOL]=function(){return 7},""[KEY](O)!==7}),DELEGATES_TO_EXEC=DELEGATES_TO_SYMBOL&&!fails(function(){var execCalled=!1,re=/a/;return KEY==="split"&&(re={},re.constructor={},re.constructor[SPECIES]=function(){return re},re.flags="",re[SYMBOL]=/./[SYMBOL]),re.exec=function(){return execCalled=!0,null},re[SYMBOL](""),!execCalled});if(!DELEGATES_TO_SYMBOL||!DELEGATES_TO_EXEC||FORCED){var nativeRegExpMethod=/./[SYMBOL],methods=exec(SYMBOL,""[KEY],function(nativeMethod,regexp,str,arg2,forceStringMethod){var $exec=regexp.exec;return $exec===regexpExec||$exec===RegExpPrototype.exec?DELEGATES_TO_SYMBOL&&!forceStringMethod?{done:!0,value:call(nativeRegExpMethod,regexp,str,arg2)}:{done:!0,value:call(nativeMethod,str,regexp,arg2)}:{done:!1}});defineBuiltIn(String.prototype,KEY,methods[0]),defineBuiltIn(RegExpPrototype,SYMBOL,methods[1])}SHAM&&createNonEnumerableProperty(RegExpPrototype[SYMBOL],"sham",!0)}}});var require_string_multibyte=__commonJS({"node_modules/core-js/internals/string-multibyte.js"(exports2,module2){"use strict";init_define_process_env();init_shim();var uncurryThis=require_function_uncurry_this(),toIntegerOrInfinity=require_to_integer_or_infinity(),toString=require_to_string(),requireObjectCoercible=require_require_object_coercible(),charAt=uncurryThis("".charAt),charCodeAt=uncurryThis("".charCodeAt),stringSlice=uncurryThis("".slice),createMethod=function(CONVERT_TO_STRING){return function($this,pos){var S=toString(requireObjectCoercible($this)),position=toIntegerOrInfinity(pos),size=S.length,first,second;return position<0||position>=size?CONVERT_TO_STRING?"":void 0:(first=charCodeAt(S,position),first<55296||first>56319||position+1===size||(second=charCodeAt(S,position+1))<56320||second>57343?CONVERT_TO_STRING?charAt(S,position):first:CONVERT_TO_STRING?stringSlice(S,position,position+2):(first-55296<<10)+(second-56320)+65536)}};module2.exports={codeAt:createMethod(!1),charAt:createMethod(!0)}}});var require_advance_string_index=__commonJS({"node_modules/core-js/internals/advance-string-index.js"(exports2,module2){"use strict";init_define_process_env();init_shim();var charAt=require_string_multibyte().charAt;module2.exports=function(S,index,unicode){return index+(unicode?charAt(S,index).length:1)}}});var require_get_substitution=__commonJS({"node_modules/core-js/internals/get-substitution.js"(exports2,module2){"use strict";init_define_process_env();init_shim();var uncurryThis=require_function_uncurry_this(),toObject=require_to_object(),floor=Math.floor,charAt=uncurryThis("".charAt),replace=uncurryThis("".replace),stringSlice=uncurryThis("".slice),SUBSTITUTION_SYMBOLS=/\$([$&'`]|\d{1,2}|<[^>]*>)/g,SUBSTITUTION_SYMBOLS_NO_NAMED=/\$([$&'`]|\d{1,2})/g;module2.exports=function(matched,str,position,captures,namedCaptures,replacement){var tailPos=position+matched.length,m=captures.length,symbols=SUBSTITUTION_SYMBOLS_NO_NAMED;return namedCaptures!==void 0&&(namedCaptures=toObject(namedCaptures),symbols=SUBSTITUTION_SYMBOLS),replace(replacement,symbols,function(match,ch){var capture;switch(charAt(ch,0)){case"$":return"$";case"&":return matched;case"`":return stringSlice(str,0,position);case"'":return stringSlice(str,tailPos);case"<":capture=namedCaptures[stringSlice(ch,1,-1)];break;default:var n=+ch;if(n===0)return match;if(n>m){var f=floor(n/10);return f===0?match:f<=m?captures[f-1]===void 0?charAt(ch,1):captures[f-1]+charAt(ch,1):match}capture=captures[n-1]}return capture===void 0?"":capture})}}});var require_regexp_exec_abstract=__commonJS({"node_modules/core-js/internals/regexp-exec-abstract.js"(exports2,module2){"use strict";init_define_process_env();init_shim();var call=require_function_call(),anObject=require_an_object(),isCallable=require_is_callable(),classof=require_classof_raw(),regexpExec=require_regexp_exec(),$TypeError=TypeError;module2.exports=function(R,S){var exec=R.exec;if(isCallable(exec)){var result=call(exec,R,S);return result!==null&&anObject(result),result}if(classof(R)==="RegExp")return call(regexpExec,R,S);throw new $TypeError("RegExp#exec called on incompatible receiver")}}});var require_es_string_replace=__commonJS({"node_modules/core-js/modules/es.string.replace.js"(){"use strict";init_define_process_env();init_shim();var apply=require_function_apply(),call=require_function_call(),uncurryThis=require_function_uncurry_this(),fixRegExpWellKnownSymbolLogic=require_fix_regexp_well_known_symbol_logic(),fails=require_fails(),anObject=require_an_object(),isCallable=require_is_callable(),isNullOrUndefined=require_is_null_or_undefined(),toIntegerOrInfinity=require_to_integer_or_infinity(),toLength=require_to_length(),toString=require_to_string(),requireObjectCoercible=require_require_object_coercible(),advanceStringIndex=require_advance_string_index(),getMethod=require_get_method(),getSubstitution=require_get_substitution(),regExpExec=require_regexp_exec_abstract(),wellKnownSymbol=require_well_known_symbol(),REPLACE=wellKnownSymbol("replace"),max=Math.max,min=Math.min,concat=uncurryThis([].concat),push=uncurryThis([].push),stringIndexOf=uncurryThis("".indexOf),stringSlice=uncurryThis("".slice),maybeToString=function(it){return it===void 0?it:String(it)},REPLACE_KEEPS_$0=function(){return"a".replace(/./,"$0")==="$0"}(),REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE=function(){return/./[REPLACE]?/./[REPLACE]("a","$0")==="":!1}(),REPLACE_SUPPORTS_NAMED_GROUPS=!fails(function(){var re=/./;return re.exec=function(){var result=[];return result.groups={a:"7"},result},"".replace(re,"$<a>")!=="7"});fixRegExpWellKnownSymbolLogic("replace",function(_,nativeReplace,maybeCallNative){var UNSAFE_SUBSTITUTE=REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE?"$":"$0";return[function(searchValue,replaceValue){var O=requireObjectCoercible(this),replacer=isNullOrUndefined(searchValue)?void 0:getMethod(searchValue,REPLACE);return replacer?call(replacer,searchValue,O,replaceValue):call(nativeReplace,toString(O),searchValue,replaceValue)},function(string,replaceValue){var rx=anObject(this),S=toString(string);if(typeof replaceValue=="string"&&stringIndexOf(replaceValue,UNSAFE_SUBSTITUTE)===-1&&stringIndexOf(replaceValue,"$<")===-1){var res=maybeCallNative(nativeReplace,rx,S,replaceValue);if(res.done)return res.value}var functionalReplace=isCallable(replaceValue);functionalReplace||(replaceValue=toString(replaceValue));var global=rx.global,fullUnicode;global&&(fullUnicode=rx.unicode,rx.lastIndex=0);for(var results=[],result;result=regExpExec(rx,S),!(result===null||(push(results,result),!global));){var matchStr=toString(result[0]);matchStr===""&&(rx.lastIndex=advanceStringIndex(S,toLength(rx.lastIndex),fullUnicode))}for(var accumulatedResult="",nextSourcePosition=0,i=0;i<results.length;i++){result=results[i];for(var matched=toString(result[0]),position=max(min(toIntegerOrInfinity(result.index),S.length),0),captures=[],replacement,j=1;j<result.length;j++)push(captures,maybeToString(result[j]));var namedCaptures=result.groups;if(functionalReplace){var replacerArgs=concat([matched],captures,position,S);namedCaptures!==void 0&&push(replacerArgs,namedCaptures),replacement=toString(apply(replaceValue,void 0,replacerArgs))}else replacement=getSubstitution(matched,S,position,captures,namedCaptures,replaceValue);position>=nextSourcePosition&&(accumulatedResult+=stringSlice(S,nextSourcePosition,position)+replacement,nextSourcePosition=position+matched.length)}return accumulatedResult+stringSlice(S,nextSourcePosition)}]},!REPLACE_SUPPORTS_NAMED_GROUPS||!REPLACE_KEEPS_$0||REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE)}});var require_function_uncurry_this_clause=__commonJS({"node_modules/core-js/internals/function-uncurry-this-clause.js"(exports2,module2){"use strict";init_define_process_env();init_shim();var classofRaw=require_classof_raw(),uncurryThis=require_function_uncurry_this();module2.exports=function(fn){if(classofRaw(fn)==="Function")return uncurryThis(fn)}}});var require_function_bind_context=__commonJS({"node_modules/core-js/internals/function-bind-context.js"(exports2,module2){"use strict";init_define_process_env();init_shim();var uncurryThis=require_function_uncurry_this_clause(),aCallable=require_a_callable(),NATIVE_BIND=require_function_bind_native(),bind=uncurryThis(uncurryThis.bind);module2.exports=function(fn,that){return aCallable(fn),that===void 0?fn:NATIVE_BIND?bind(fn,that):function(){return fn.apply(that,arguments)}}}});var require_is_array=__commonJS({"node_modules/core-js/internals/is-array.js"(exports2,module2){"use strict";init_define_process_env();init_shim();var classof=require_classof_raw();module2.exports=Array.isArray||function(argument){return classof(argument)==="Array"}}});var require_is_constructor=__commonJS({"node_modules/core-js/internals/is-constructor.js"(exports2,module2){"use strict";init_define_process_env();init_shim();var uncurryThis=require_function_uncurry_this(),fails=require_fails(),isCallable=require_is_callable(),classof=require_classof(),getBuiltIn=require_get_built_in(),inspectSource=require_inspect_source(),noop=function(){},construct=getBuiltIn("Reflect","construct"),constructorRegExp=/^\s*(?:class|function)\b/,exec=uncurryThis(constructorRegExp.exec),INCORRECT_TO_STRING=!constructorRegExp.test(noop),isConstructorModern=function(argument){if(!isCallable(argument))return!1;try{return construct(noop,[],argument),!0}catch(error){return!1}},isConstructorLegacy=function(argument){if(!isCallable(argument))return!1;switch(classof(argument)){case"AsyncFunction":case"GeneratorFunction":case"AsyncGeneratorFunction":return!1}try{return INCORRECT_TO_STRING||!!exec(constructorRegExp,inspectSource(argument))}catch(error){return!0}};isConstructorLegacy.sham=!0;module2.exports=!construct||fails(function(){var called;return isConstructorModern(isConstructorModern.call)||!isConstructorModern(Object)||!isConstructorModern(function(){called=!0})||called})?isConstructorLegacy:isConstructorModern}});var require_array_species_constructor=__commonJS({"node_modules/core-js/internals/array-species-constructor.js"(exports2,module2){"use strict";init_define_process_env();init_shim();var isArray2=require_is_array(),isConstructor=require_is_constructor(),isObject2=require_is_object(),wellKnownSymbol=require_well_known_symbol(),SPECIES=wellKnownSymbol("species"),$Array=Array;module2.exports=function(originalArray){var C;return isArray2(originalArray)&&(C=originalArray.constructor,isConstructor(C)&&(C===$Array||isArray2(C.prototype))?C=void 0:isObject2(C)&&(C=C[SPECIES],C===null&&(C=void 0))),C===void 0?$Array:C}}});var require_array_species_create=__commonJS({"node_modules/core-js/internals/array-species-create.js"(exports2,module2){"use strict";init_define_process_env();init_shim();var arraySpeciesConstructor=require_array_species_constructor();module2.exports=function(originalArray,length){return new(arraySpeciesConstructor(originalArray))(length===0?0:length)}}});var require_array_iteration=__commonJS({"node_modules/core-js/internals/array-iteration.js"(exports2,module2){"use strict";init_define_process_env();init_shim();var bind=require_function_bind_context(),uncurryThis=require_function_uncurry_this(),IndexedObject=require_indexed_object(),toObject=require_to_object(),lengthOfArrayLike=require_length_of_array_like(),arraySpeciesCreate=require_array_species_create(),push=uncurryThis([].push),createMethod=function(TYPE){var IS_MAP=TYPE===1,IS_FILTER=TYPE===2,IS_SOME=TYPE===3,IS_EVERY=TYPE===4,IS_FIND_INDEX=TYPE===6,IS_FILTER_REJECT=TYPE===7,NO_HOLES=TYPE===5||IS_FIND_INDEX;return function($this,callbackfn,that,specificCreate){for(var O=toObject($this),self2=IndexedObject(O),length=lengthOfArrayLike(self2),boundFunction=bind(callbackfn,that),index=0,create=specificCreate||arraySpeciesCreate,target=IS_MAP?create($this,length):IS_FILTER||IS_FILTER_REJECT?create($this,0):void 0,value,result;length>index;index++)if((NO_HOLES||index in self2)&&(value=self2[index],result=boundFunction(value,index,O),TYPE))if(IS_MAP)target[index]=result;else if(result)switch(TYPE){case 3:return!0;case 5:return value;case 6:return index;case 2:push(target,value)}else switch(TYPE){case 4:return!1;case 7:push(target,value)}return IS_FIND_INDEX?-1:IS_SOME||IS_EVERY?IS_EVERY:target}};module2.exports={forEach:createMethod(0),map:createMethod(1),filter:createMethod(2),some:createMethod(3),every:createMethod(4),find:createMethod(5),findIndex:createMethod(6),filterReject:createMethod(7)}}});var require_array_method_is_strict=__commonJS({"node_modules/core-js/internals/array-method-is-strict.js"(exports2,module2){"use strict";init_define_process_env();init_shim();var fails=require_fails();module2.exports=function(METHOD_NAME,argument){var method=[][METHOD_NAME];return!!method&&fails(function(){method.call(null,argument||function(){return 1},1)})}}});var require_array_for_each=__commonJS({"node_modules/core-js/internals/array-for-each.js"(exports2,module2){"use strict";init_define_process_env();init_shim();var $forEach=require_array_iteration().forEach,arrayMethodIsStrict=require_array_method_is_strict(),STRICT_METHOD=arrayMethodIsStrict("forEach");module2.exports=STRICT_METHOD?[].forEach:function(callbackfn){return $forEach(this,callbackfn,arguments.length>1?arguments[1]:void 0)}}});var require_web_dom_collections_for_each=__commonJS({"node_modules/core-js/modules/web.dom-collections.for-each.js"(){"use strict";init_define_process_env();init_shim();var global=require_global(),DOMIterables=require_dom_iterables(),DOMTokenListPrototype=require_dom_token_list_prototype(),forEach=require_array_for_each(),createNonEnumerableProperty=require_create_non_enumerable_property(),handlePrototype=function(CollectionPrototype){if(CollectionPrototype&&CollectionPrototype.forEach!==forEach)try{createNonEnumerableProperty(CollectionPrototype,"forEach",forEach)}catch(error){CollectionPrototype.forEach=forEach}};for(COLLECTION_NAME in DOMIterables)DOMIterables[COLLECTION_NAME]&&handlePrototype(global[COLLECTION_NAME]&&global[COLLECTION_NAME].prototype);var COLLECTION_NAME;handlePrototype(DOMTokenListPrototype)}});var require_array_reduce=__commonJS({"node_modules/core-js/internals/array-reduce.js"(exports2,module2){"use strict";init_define_process_env();init_shim();var aCallable=require_a_callable(),toObject=require_to_object(),IndexedObject=require_indexed_object(),lengthOfArrayLike=require_length_of_array_like(),$TypeError=TypeError,createMethod=function(IS_RIGHT){return function(that,callbackfn,argumentsLength,memo){var O=toObject(that),self2=IndexedObject(O),length=lengthOfArrayLike(O);aCallable(callbackfn);var index=IS_RIGHT?length-1:0,i=IS_RIGHT?-1:1;if(argumentsLength<2)for(;;){if(index in self2){memo=self2[index],index+=i;break}if(index+=i,IS_RIGHT?index<0:length<=index)throw new $TypeError("Reduce of empty array with no initial value")}for(;IS_RIGHT?index>=0:length>index;index+=i)index in self2&&(memo=callbackfn(memo,self2[index],index,O));return memo}};module2.exports={left:createMethod(!1),right:createMethod(!0)}}});var require_engine_is_node=__commonJS({"node_modules/core-js/internals/engine-is-node.js"(exports2,module2){"use strict";init_define_process_env();init_shim();var global=require_global(),classof=require_classof_raw();module2.exports=classof(global.process)==="process"}});var require_es_array_reduce=__commonJS({"node_modules/core-js/modules/es.array.reduce.js"(){"use strict";init_define_process_env();init_shim();var $=require_export(),$reduce=require_array_reduce().left,arrayMethodIsStrict=require_array_method_is_strict(),CHROME_VERSION=require_engine_v8_version(),IS_NODE=require_engine_is_node(),CHROME_BUG=!IS_NODE&&CHROME_VERSION>79&&CHROME_VERSION<83,FORCED=CHROME_BUG||!arrayMethodIsStrict("reduce");$({target:"Array",proto:!0,forced:FORCED},{reduce:function(callbackfn){var length=arguments.length;return $reduce(this,callbackfn,length,length>1?arguments[1]:void 0)}})}});var require_array_slice=__commonJS({"node_modules/core-js/internals/array-slice.js"(exports2,module2){"use strict";init_define_process_env();init_shim();var uncurryThis=require_function_uncurry_this();module2.exports=uncurryThis([].slice)}});var require_get_json_replacer_function=__commonJS({"node_modules/core-js/internals/get-json-replacer-function.js"(exports2,module2){"use strict";init_define_process_env();init_shim();var uncurryThis=require_function_uncurry_this(),isArray2=require_is_array(),isCallable=require_is_callable(),classof=require_classof_raw(),toString=require_to_string(),push=uncurryThis([].push);module2.exports=function(replacer){if(isCallable(replacer))return replacer;if(isArray2(replacer)){for(var rawLength=replacer.length,keys2=[],i=0;i<rawLength;i++){var element=replacer[i];typeof element=="string"?push(keys2,element):(typeof element=="number"||classof(element)==="Number"||classof(element)==="String")&&push(keys2,toString(element))}var keysLength=keys2.length,root2=!0;return function(key,value){if(root2)return root2=!1,value;if(isArray2(this))return value;for(var j=0;j<keysLength;j++)if(keys2[j]===key)return value}}}}});var require_es_json_stringify=__commonJS({"node_modules/core-js/modules/es.json.stringify.js"(){"use strict";init_define_process_env();init_shim();var $=require_export(),getBuiltIn=require_get_built_in(),apply=require_function_apply(),call=require_function_call(),uncurryThis=require_function_uncurry_this(),fails=require_fails(),isCallable=require_is_callable(),isSymbol=require_is_symbol(),arraySlice=require_array_slice(),getReplacerFunction=require_get_json_replacer_function(),NATIVE_SYMBOL=require_symbol_constructor_detection(),$String=String,$stringify=getBuiltIn("JSON","stringify"),exec=uncurryThis(/./.exec),charAt=uncurryThis("".charAt),charCodeAt=uncurryThis("".charCodeAt),replace=uncurryThis("".replace),numberToString=uncurryThis(1 .toString),tester=/[\uD800-\uDFFF]/g,low=/^[\uD800-\uDBFF]$/,hi=/^[\uDC00-\uDFFF]$/,WRONG_SYMBOLS_CONVERSION=!NATIVE_SYMBOL||fails(function(){var symbol=getBuiltIn("Symbol")("stringify detection");return $stringify([symbol])!=="[null]"||$stringify({a:symbol})!=="{}"||$stringify(Object(symbol))!=="{}"}),ILL_FORMED_UNICODE=fails(function(){return $stringify("\uDF06\uD834")!=='"\\udf06\\ud834"'||$stringify("\uDEAD")!=='"\\udead"'}),stringifyWithSymbolsFix=function(it,replacer){var args=arraySlice(arguments),$replacer=getReplacerFunction(replacer);if(!(!isCallable($replacer)&&(it===void 0||isSymbol(it))))return args[1]=function(key,value){if(isCallable($replacer)&&(value=call($replacer,this,$String(key),value)),!isSymbol(value))return value},apply($stringify,null,args)},fixIllFormed=function(match,offset,string){var prev=charAt(string,offset-1),next=charAt(string,offset+1);return exec(low,match)&&!exec(hi,next)||exec(hi,match)&&!exec(low,prev)?"\\u"+numberToString(charCodeAt(match,0),16):match};$stringify&&$({target:"JSON",stat:!0,arity:3,forced:WRONG_SYMBOLS_CONVERSION||ILL_FORMED_UNICODE},{stringify:function(it,replacer,space){var args=arraySlice(arguments),result=apply(WRONG_SYMBOLS_CONVERSION?stringifyWithSymbolsFix:$stringify,null,args);return ILL_FORMED_UNICODE&&typeof result=="string"?replace(result,tester,fixIllFormed):result}})}});var require_es_array_includes=__commonJS({"node_modules/core-js/modules/es.array.includes.js"(){"use strict";init_define_process_env();init_shim();var $=require_export(),$includes=require_array_includes().includes,fails=require_fails(),addToUnscopables=require_add_to_unscopables(),BROKEN_ON_SPARSE=fails(function(){return!Array(1).includes()});$({target:"Array",proto:!0,forced:BROKEN_ON_SPARSE},{includes:function(el){return $includes(this,el,arguments.length>1?arguments[1]:void 0)}});addToUnscopables("includes")}});var require_not_a_regexp=__commonJS({"node_modules/core-js/internals/not-a-regexp.js"(exports2,module2){"use strict";init_define_process_env();init_shim();var isRegExp=require_is_regexp(),$TypeError=TypeError;module2.exports=function(it){if(isRegExp(it))throw new $TypeError("The method doesn't accept regular expressions");return it}}});var require_correct_is_regexp_logic=__commonJS({"node_modules/core-js/internals/correct-is-regexp-logic.js"(exports2,module2){"use strict";init_define_process_env();init_shim();var wellKnownSymbol=require_well_known_symbol(),MATCH=wellKnownSymbol("match");module2.exports=function(METHOD_NAME){var regexp=/./;try{"/./"[METHOD_NAME](regexp)}catch(error1){try{return regexp[MATCH]=!1,"/./"[METHOD_NAME](regexp)}catch(error2){}}return!1}}});var require_es_string_starts_with=__commonJS({"node_modules/core-js/modules/es.string.starts-with.js"(){"use strict";init_define_process_env();init_shim();var $=require_export(),uncurryThis=require_function_uncurry_this_clause(),getOwnPropertyDescriptor=require_object_get_own_property_descriptor().f,toLength=require_to_length(),toString=require_to_string(),notARegExp=require_not_a_regexp(),requireObjectCoercible=require_require_object_coercible(),correctIsRegExpLogic=require_correct_is_regexp_logic(),IS_PURE=require_is_pure(),stringSlice=uncurryThis("".slice),min=Math.min,CORRECT_IS_REGEXP_LOGIC=correctIsRegExpLogic("startsWith"),MDN_POLYFILL_BUG=!IS_PURE&&!CORRECT_IS_REGEXP_LOGIC&&!!function(){var descriptor=getOwnPropertyDescriptor(String.prototype,"startsWith");return descriptor&&!descriptor.writable}();$({target:"String",proto:!0,forced:!MDN_POLYFILL_BUG&&!CORRECT_IS_REGEXP_LOGIC},{startsWith:function(searchString){var that=toString(requireObjectCoercible(this));notARegExp(searchString);var index=toLength(min(arguments.length>1?arguments[1]:void 0,that.length)),search=toString(searchString);return stringSlice(that,index,index+search.length)===search}})}});init_define_process_env();init_shim();var import_es_symbol_description=__toESM(require_es_symbol_description()),import_es_error_cause=__toESM(require_es_error_cause()),import_es_object_get_own_property_descriptors=__toESM(require_es_object_get_own_property_descriptors()),import_es_array_iterator=__toESM(require_es_array_iterator()),import_web_dom_collections_iterator=__toESM(require_web_dom_collections_iterator()),import_es_regexp_constructor=__toESM(require_es_regexp_constructor()),import_es_regexp_dot_all=__toESM(require_es_regexp_dot_all()),import_es_regexp_exec=__toESM(require_es_regexp_exec()),import_es_regexp_to_string=__toESM(require_es_regexp_to_string()),import_es_string_replace=__toESM(require_es_string_replace()),import_web_dom_collections_for_each=__toESM(require_web_dom_collections_for_each()),import_es_array_reduce=__toESM(require_es_array_reduce()),import_es_json_stringify=__toESM(require_es_json_stringify()),import_es_array_includes=__toESM(require_es_array_includes()),import_es_string_starts_with=__toESM(require_es_string_starts_with());init_define_process_env();init_shim();init_define_process_env();init_shim();init_define_process_env();init_shim();init_define_process_env();init_shim();init_define_process_env();init_shim();var freeGlobal=typeof window=="object"&&window&&window.Object===Object&&window,freeGlobal_default=freeGlobal;var freeSelf=typeof self=="object"&&self&&self.Object===Object&&self,root=freeGlobal_default||freeSelf||Function("return this")(),root_default=root;var Symbol2=root_default.Symbol,Symbol_default=Symbol2;init_define_process_env();init_shim();var objectProto=Object.prototype,hasOwnProperty=objectProto.hasOwnProperty,nativeObjectToString=objectProto.toString,symToStringTag=Symbol_default?Symbol_default.toStringTag:void 0;function getRawTag(value){var isOwn=hasOwnProperty.call(value,symToStringTag),tag=value[symToStringTag];try{value[symToStringTag]=void 0;var unmasked=!0}catch(e){}var result=nativeObjectToString.call(value);return unmasked&&(isOwn?value[symToStringTag]=tag:delete value[symToStringTag]),result}var getRawTag_default=getRawTag;init_define_process_env();init_shim();var objectProto2=Object.prototype,nativeObjectToString2=objectProto2.toString;function objectToString(value){return nativeObjectToString2.call(value)}var objectToString_default=objectToString;var nullTag="[object Null]",undefinedTag="[object Undefined]",symToStringTag2=Symbol_default?Symbol_default.toStringTag:void 0;function baseGetTag(value){return value==null?value===void 0?undefinedTag:nullTag:symToStringTag2&&symToStringTag2 in Object(value)?getRawTag_default(value):objectToString_default(value)}var baseGetTag_default=baseGetTag;init_define_process_env();init_shim();function isObjectLike(value){return value!=null&&typeof value=="object"}var isObjectLike_default=isObjectLike;init_define_process_env();init_shim();var isArray=Array.isArray,isArray_default=isArray;init_define_process_env();init_shim();function isObject(value){var type=typeof value;return value!=null&&(type=="object"||type=="function")}var isObject_default=isObject;init_define_process_env();init_shim();init_define_process_env();init_shim();init_define_process_env();init_shim();init_define_process_env();init_shim();var asyncTag="[object AsyncFunction]",funcTag="[object Function]",genTag="[object GeneratorFunction]",proxyTag="[object Proxy]";function isFunction(value){if(!isObject_default(value))return!1;var tag=baseGetTag_default(value);return tag==funcTag||tag==genTag||tag==asyncTag||tag==proxyTag}var isFunction_default=isFunction;init_define_process_env();init_shim();init_define_process_env();init_shim();var coreJsData=root_default["__core-js_shared__"],coreJsData_default=coreJsData;var maskSrcKey=function(){var uid=/[^.]+$/.exec(coreJsData_default&&coreJsData_default.keys&&coreJsData_default.keys.IE_PROTO||"");return uid?"Symbol(src)_1."+uid:""}();function isMasked(func){return!!maskSrcKey&&maskSrcKey in func}var isMasked_default=isMasked;init_define_process_env();init_shim();var funcProto=Function.prototype,funcToString=funcProto.toString;function toSource(func){if(func!=null){try{return funcToString.call(func)}catch(e){}try{return func+""}catch(e){}}return""}var toSource_default=toSource;var reRegExpChar=/[\\^$.*+?()[\]{}|]/g,reIsHostCtor=/^\[object .+?Constructor\]$/,funcProto2=Function.prototype,objectProto3=Object.prototype,funcToString2=funcProto2.toString,hasOwnProperty2=objectProto3.hasOwnProperty,reIsNative=RegExp("^"+funcToString2.call(hasOwnProperty2).replace(reRegExpChar,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$");function baseIsNative(value){if(!isObject_default(value)||isMasked_default(value))return!1;var pattern=isFunction_default(value)?reIsNative:reIsHostCtor;return pattern.test(toSource_default(value))}var baseIsNative_default=baseIsNative;init_define_process_env();init_shim();function getValue(object,key){return object==null?void 0:object[key]}var getValue_default=getValue;function getNative(object,key){var value=getValue_default(object,key);return baseIsNative_default(value)?value:void 0}var getNative_default=getNative;var WeakMap=getNative_default(root_default,"WeakMap"),WeakMap_default=WeakMap;init_define_process_env();init_shim();var MAX_SAFE_INTEGER=9007199254740991,reIsUint=/^(?:0|[1-9]\d*)$/;function isIndex(value,length){var type=typeof value;return length=length==null?MAX_SAFE_INTEGER:length,!!length&&(type=="number"||type!="symbol"&&reIsUint.test(value))&&value>-1&&value%1==0&&value<length}var isIndex_default=isIndex;init_define_process_env();init_shim();function eq(value,other){return value===other||value!==value&&other!==other}var eq_default=eq;init_define_process_env();init_shim();init_define_process_env();init_shim();var MAX_SAFE_INTEGER2=9007199254740991;function isLength(value){return typeof value=="number"&&value>-1&&value%1==0&&value<=MAX_SAFE_INTEGER2}var isLength_default=isLength;function isArrayLike(value){return value!=null&&isLength_default(value.length)&&!isFunction_default(value)}var isArrayLike_default=isArrayLike;init_define_process_env();init_shim();var objectProto4=Object.prototype;function isPrototype(value){var Ctor=value&&value.constructor,proto=typeof Ctor=="function"&&Ctor.prototype||objectProto4;return value===proto}var isPrototype_default=isPrototype;init_define_process_env();init_shim();init_define_process_env();init_shim();init_define_process_env();init_shim();function baseTimes(n,iteratee){for(var index=-1,result=Array(n);++index<n;)result[index]=iteratee(index);return result}var baseTimes_default=baseTimes;init_define_process_env();init_shim();init_define_process_env();init_shim();var argsTag="[object Arguments]";function baseIsArguments(value){return isObjectLike_default(value)&&baseGetTag_default(value)==argsTag}var baseIsArguments_default=baseIsArguments;var objectProto5=Object.prototype,hasOwnProperty3=objectProto5.hasOwnProperty,propertyIsEnumerable=objectProto5.propertyIsEnumerable,isArguments=baseIsArguments_default(function(){return arguments}())?baseIsArguments_default:function(value){return isObjectLike_default(value)&&hasOwnProperty3.call(value,"callee")&&!propertyIsEnumerable.call(value,"callee")},isArguments_default=isArguments;init_define_process_env();init_shim();init_define_process_env();init_shim();function stubFalse(){return!1}var stubFalse_default=stubFalse;var freeExports=typeof exports=="object"&&exports&&!exports.nodeType&&exports,freeModule=freeExports&&typeof module=="object"&&module&&!module.nodeType&&module,moduleExports=freeModule&&freeModule.exports===freeExports,Buffer3=moduleExports?root_default.Buffer:void 0,nativeIsBuffer=Buffer3?Buffer3.isBuffer:void 0,isBuffer=nativeIsBuffer||stubFalse_default,isBuffer_default=isBuffer;init_define_process_env();init_shim();init_define_process_env();init_shim();var argsTag2="[object Arguments]",arrayTag="[object Array]",boolTag="[object Boolean]",dateTag="[object Date]",errorTag="[object Error]",funcTag2="[object Function]",mapTag="[object Map]",numberTag="[object Number]",objectTag="[object Object]",regexpTag="[object RegExp]",setTag="[object Set]",stringTag="[object String]",weakMapTag="[object WeakMap]",arrayBufferTag="[object ArrayBuffer]",dataViewTag="[object DataView]",float32Tag="[object Float32Array]",float64Tag="[object Float64Array]",int8Tag="[object Int8Array]",int16Tag="[object Int16Array]",int32Tag="[object Int32Array]",uint8Tag="[object Uint8Array]",uint8ClampedTag="[object Uint8ClampedArray]",uint16Tag="[object Uint16Array]",uint32Tag="[object Uint32Array]",typedArrayTags={};typedArrayTags[float32Tag]=typedArrayTags[float64Tag]=typedArrayTags[int8Tag]=typedArrayTags[int16Tag]=typedArrayTags[int32Tag]=typedArrayTags[uint8Tag]=typedArrayTags[uint8ClampedTag]=typedArrayTags[uint16Tag]=typedArrayTags[uint32Tag]=!0;typedArrayTags[argsTag2]=typedArrayTags[arrayTag]=typedArrayTags[arrayBufferTag]=typedArrayTags[boolTag]=typedArrayTags[dataViewTag]=typedArrayTags[dateTag]=typedArrayTags[errorTag]=typedArrayTags[funcTag2]=typedArrayTags[mapTag]=typedArrayTags[numberTag]=typedArrayTags[objectTag]=typedArrayTags[regexpTag]=typedArrayTags[setTag]=typedArrayTags[stringTag]=typedArrayTags[weakMapTag]=!1;function baseIsTypedArray(value){return isObjectLike_default(value)&&isLength_default(value.length)&&!!typedArrayTags[baseGetTag_default(value)]}var baseIsTypedArray_default=baseIsTypedArray;init_define_process_env();init_shim();function baseUnary(func){return function(value){return func(value)}}var baseUnary_default=baseUnary;init_define_process_env();init_shim();var freeExports2=typeof exports=="object"&&exports&&!exports.nodeType&&exports,freeModule2=freeExports2&&typeof module=="object"&&module&&!module.nodeType&&module,moduleExports2=freeModule2&&freeModule2.exports===freeExports2,freeProcess=moduleExports2&&freeGlobal_default.process,nodeUtil=function(){try{var types=freeModule2&&freeModule2.require&&freeModule2.require("util").types;return types||freeProcess&&freeProcess.binding&&freeProcess.binding("util")}catch(e){}}(),nodeUtil_default=nodeUtil;var nodeIsTypedArray=nodeUtil_default&&nodeUtil_default.isTypedArray,isTypedArray=nodeIsTypedArray?baseUnary_default(nodeIsTypedArray):baseIsTypedArray_default,isTypedArray_default=isTypedArray;var objectProto6=Object.prototype,hasOwnProperty4=objectProto6.hasOwnProperty;function arrayLikeKeys(value,inherited){var isArr=isArray_default(value),isArg=!isArr&&isArguments_default(value),isBuff=!isArr&&!isArg&&isBuffer_default(value),isType=!isArr&&!isArg&&!isBuff&&isTypedArray_default(value),skipIndexes=isArr||isArg||isBuff||isType,result=skipIndexes?baseTimes_default(value.length,String):[],length=result.length;for(var key in value)(inherited||hasOwnProperty4.call(value,key))&&!(skipIndexes&&(key=="length"||isBuff&&(key=="offset"||key=="parent")||isType&&(key=="buffer"||key=="byteLength"||key=="byteOffset")||isIndex_default(key,length)))&&result.push(key);return result}var arrayLikeKeys_default=arrayLikeKeys;init_define_process_env();init_shim();init_define_process_env();init_shim();init_define_process_env();init_shim();function overArg(func,transform){return function(arg){return func(transform(arg))}}var overArg_default=overArg;var nativeKeys=overArg_default(Object.keys,Object),nativeKeys_default=nativeKeys;var objectProto7=Object.prototype,hasOwnProperty5=objectProto7.hasOwnProperty;function baseKeys(object){if(!isPrototype_default(object))return nativeKeys_default(object);var result=[];for(var key in Object(object))hasOwnProperty5.call(object,key)&&key!="constructor"&&result.push(key);return result}var baseKeys_default=baseKeys;function keys(object){return isArrayLike_default(object)?arrayLikeKeys_default(object):baseKeys_default(object)}var keys_default=keys;init_define_process_env();init_shim();init_define_process_env();init_shim();init_define_process_env();init_shim();init_define_process_env();init_shim();init_define_process_env();init_shim();var nativeCreate=getNative_default(Object,"create"),nativeCreate_default=nativeCreate;function hashClear(){this.__data__=nativeCreate_default?nativeCreate_default(null):{},this.size=0}var hashClear_default=hashClear;init_define_process_env();init_shim();function hashDelete(key){var result=this.has(key)&&delete this.__data__[key];return this.size-=result?1:0,result}var hashDelete_default=hashDelete;init_define_process_env();init_shim();var HASH_UNDEFINED="__lodash_hash_undefined__",objectProto8=Object.prototype,hasOwnProperty6=objectProto8.hasOwnProperty;function hashGet(key){var data=this.__data__;if(nativeCreate_default){var result=data[key];return result===HASH_UNDEFINED?void 0:result}return hasOwnProperty6.call(data,key)?data[key]:void 0}var hashGet_default=hashGet;init_define_process_env();init_shim();var objectProto9=Object.prototype,hasOwnProperty7=objectProto9.hasOwnProperty;function hashHas(key){var data=this.__data__;return nativeCreate_default?data[key]!==void 0:hasOwnProperty7.call(data,key)}var hashHas_default=hashHas;init_define_process_env();init_shim();var HASH_UNDEFINED2="__lodash_hash_undefined__";function hashSet(key,value){var data=this.__data__;return this.size+=this.has(key)?0:1,data[key]=nativeCreate_default&&value===void 0?HASH_UNDEFINED2:value,this}var hashSet_default=hashSet;function Hash(entries){var index=-1,length=entries==null?0:entries.length;for(this.clear();++index<length;){var entry=entries[index];this.set(entry[0],entry[1])}}Hash.prototype.clear=hashClear_default;Hash.prototype.delete=hashDelete_default;Hash.prototype.get=hashGet_default;Hash.prototype.has=hashHas_default;Hash.prototype.set=hashSet_default;var Hash_default=Hash;init_define_process_env();init_shim();init_define_process_env();init_shim();function listCacheClear(){this.__data__=[],this.size=0}var listCacheClear_default=listCacheClear;init_define_process_env();init_shim();init_define_process_env();init_shim();function assocIndexOf(array,key){for(var length=array.length;length--;)if(eq_default(array[length][0],key))return length;return-1}var assocIndexOf_default=assocIndexOf;var arrayProto=Array.prototype,splice=arrayProto.splice;function listCacheDelete(key){var data=this.__data__,index=assocIndexOf_default(data,key);if(index<0)return!1;var lastIndex=data.length-1;return index==lastIndex?data.pop():splice.call(data,index,1),--this.size,!0}var listCacheDelete_default=listCacheDelete;init_define_process_env();init_shim();function listCacheGet(key){var data=this.__data__,index=assocIndexOf_default(data,key);return index<0?void 0:data[index][1]}var listCacheGet_default=listCacheGet;init_define_process_env();init_shim();function listCacheHas(key){return assocIndexOf_default(this.__data__,key)>-1}var listCacheHas_default=listCacheHas;init_define_process_env();init_shim();function listCacheSet(key,value){var data=this.__data__,index=assocIndexOf_default(data,key);return index<0?(++this.size,data.push([key,value])):data[index][1]=value,this}var listCacheSet_default=listCacheSet;function ListCache(entries){var index=-1,length=entries==null?0:entries.length;for(this.clear();++index<length;){var entry=entries[index];this.set(entry[0],entry[1])}}ListCache.prototype.clear=listCacheClear_default;ListCache.prototype.delete=listCacheDelete_default;ListCache.prototype.get=listCacheGet_default;ListCache.prototype.has=listCacheHas_default;ListCache.prototype.set=listCacheSet_default;var ListCache_default=ListCache;init_define_process_env();init_shim();var Map=getNative_default(root_default,"Map"),Map_default=Map;function mapCacheClear(){this.size=0,this.__data__={hash:new Hash_default,map:new(Map_default||ListCache_default),string:new Hash_default}}var mapCacheClear_default=mapCacheClear;init_define_process_env();init_shim();init_define_process_env();init_shim();init_define_process_env();init_shim();function isKeyable(value){var type=typeof value;return type=="string"||type=="number"||type=="symbol"||type=="boolean"?value!=="__proto__":value===null}var isKeyable_default=isKeyable;function getMapData(map,key){var data=map.__data__;return isKeyable_default(key)?data[typeof key=="string"?"string":"hash"]:data.map}var getMapData_default=getMapData;function mapCacheDelete(key){var result=getMapData_default(this,key).delete(key);return this.size-=result?1:0,result}var mapCacheDelete_default=mapCacheDelete;init_define_process_env();init_shim();function mapCacheGet(key){return getMapData_default(this,key).get(key)}var mapCacheGet_default=mapCacheGet;init_define_process_env();init_shim();function mapCacheHas(key){return getMapData_default(this,key).has(key)}var mapCacheHas_default=mapCacheHas;init_define_process_env();init_shim();function mapCacheSet(key,value){var data=getMapData_default(this,key),size=data.size;return data.set(key,value),this.size+=data.size==size?0:1,this}var mapCacheSet_default=mapCacheSet;function MapCache(entries){var index=-1,length=entries==null?0:entries.length;for(this.clear();++index<length;){var entry=entries[index];this.set(entry[0],entry[1])}}MapCache.prototype.clear=mapCacheClear_default;MapCache.prototype.delete=mapCacheDelete_default;MapCache.prototype.get=mapCacheGet_default;MapCache.prototype.has=mapCacheHas_default;MapCache.prototype.set=mapCacheSet_default;var MapCache_default=MapCache;init_define_process_env();init_shim();function arrayPush(array,values){for(var index=-1,length=values.length,offset=array.length;++index<length;)array[offset+index]=values[index];return array}var arrayPush_default=arrayPush;init_define_process_env();init_shim();init_define_process_env();init_shim();function stackClear(){this.__data__=new ListCache_default,this.size=0}var stackClear_default=stackClear;init_define_process_env();init_shim();function stackDelete(key){var data=this.__data__,result=data.delete(key);return this.size=data.size,result}var stackDelete_default=stackDelete;init_define_process_env();init_shim();function stackGet(key){return this.__data__.get(key)}var stackGet_default=stackGet;init_define_process_env();init_shim();function stackHas(key){return this.__data__.has(key)}var stackHas_default=stackHas;init_define_process_env();init_shim();var LARGE_ARRAY_SIZE=200;function stackSet(key,value){var data=this.__data__;if(data instanceof ListCache_default){var pairs=data.__data__;if(!Map_default||pairs.length<LARGE_ARRAY_SIZE-1)return pairs.push([key,value]),this.size=++data.size,this;data=this.__data__=new MapCache_default(pairs)}return data.set(key,value),this.size=data.size,this}var stackSet_default=stackSet;function Stack(entries){var data=this.__data__=new ListCache_default(entries);this.size=data.size}Stack.prototype.clear=stackClear_default;Stack.prototype.delete=stackDelete_default;Stack.prototype.get=stackGet_default;Stack.prototype.has=stackHas_default;Stack.prototype.set=stackSet_default;var Stack_default=Stack;init_define_process_env();init_shim();init_define_process_env();init_shim();function arrayFilter(array,predicate){for(var index=-1,length=array==null?0:array.length,resIndex=0,result=[];++index<length;){var value=array[index];predicate(value,index,array)&&(result[resIndex++]=value)}return result}var arrayFilter_default=arrayFilter;init_define_process_env();init_shim();function stubArray(){return[]}var stubArray_default=stubArray;var objectProto10=Object.prototype,propertyIsEnumerable2=objectProto10.propertyIsEnumerable,nativeGetSymbols=Object.getOwnPropertySymbols,getSymbols=nativeGetSymbols?function(object){return object==null?[]:(object=Object(object),arrayFilter_default(nativeGetSymbols(object),function(symbol){return propertyIsEnumerable2.call(object,symbol)}))}:stubArray_default,getSymbols_default=getSymbols;init_define_process_env();init_shim();init_define_process_env();init_shim();function baseGetAllKeys(object,keysFunc,symbolsFunc){var result=keysFunc(object);return isArray_default(object)?result:arrayPush_default(result,symbolsFunc(object))}var baseGetAllKeys_default=baseGetAllKeys;function getAllKeys(object){return baseGetAllKeys_default(object,keys_default,getSymbols_default)}var getAllKeys_default=getAllKeys;init_define_process_env();init_shim();init_define_process_env();init_shim();var DataView=getNative_default(root_default,"DataView"),DataView_default=DataView;init_define_process_env();init_shim();var Promise2=getNative_default(root_default,"Promise"),Promise_default=Promise2;init_define_process_env();init_shim();var Set=getNative_default(root_default,"Set"),Set_default=Set;var mapTag2="[object Map]",objectTag2="[object Object]",promiseTag="[object Promise]",setTag2="[object Set]",weakMapTag2="[object WeakMap]",dataViewTag2="[object DataView]",dataViewCtorString=toSource_default(DataView_default),mapCtorString=toSource_default(Map_default),promiseCtorString=toSource_default(Promise_default),setCtorString=toSource_default(Set_default),weakMapCtorString=toSource_default(WeakMap_default),getTag=baseGetTag_default;(DataView_default&&getTag(new DataView_default(new ArrayBuffer(1)))!=dataViewTag2||Map_default&&getTag(new Map_default)!=mapTag2||Promise_default&&getTag(Promise_default.resolve())!=promiseTag||Set_default&&getTag(new Set_default)!=setTag2||WeakMap_default&&getTag(new WeakMap_default)!=weakMapTag2)&&(getTag=function(value){var result=baseGetTag_default(value),Ctor=result==objectTag2?value.constructor:void 0,ctorString=Ctor?toSource_default(Ctor):"";if(ctorString)switch(ctorString){case dataViewCtorString:return dataViewTag2;case mapCtorString:return mapTag2;case promiseCtorString:return promiseTag;case setCtorString:return setTag2;case weakMapCtorString:return weakMapTag2}return result});var getTag_default=getTag;init_define_process_env();init_shim();var Uint8Array2=root_default.Uint8Array,Uint8Array_default=Uint8Array2;init_define_process_env();init_shim();init_define_process_env();init_shim();init_define_process_env();init_shim();init_define_process_env();init_shim();init_define_process_env();init_shim();var HASH_UNDEFINED3="__lodash_hash_undefined__";function setCacheAdd(value){return this.__data__.set(value,HASH_UNDEFINED3),this}var setCacheAdd_default=setCacheAdd;init_define_process_env();init_shim();function setCacheHas(value){return this.__data__.has(value)}var setCacheHas_default=setCacheHas;function SetCache(values){var index=-1,length=values==null?0:values.length;for(this.__data__=new MapCache_default;++index<length;)this.add(values[index])}SetCache.prototype.add=SetCache.prototype.push=setCacheAdd_default;SetCache.prototype.has=setCacheHas_default;var SetCache_default=SetCache;init_define_process_env();init_shim();function arraySome(array,predicate){for(var index=-1,length=array==null?0:array.length;++index<length;)if(predicate(array[index],index,array))return!0;return!1}var arraySome_default=arraySome;init_define_process_env();init_shim();function cacheHas(cache,key){return cache.has(key)}var cacheHas_default=cacheHas;var COMPARE_PARTIAL_FLAG=1,COMPARE_UNORDERED_FLAG=2;function equalArrays(array,other,bitmask,customizer,equalFunc,stack){var isPartial=bitmask&COMPARE_PARTIAL_FLAG,arrLength=array.length,othLength=other.length;if(arrLength!=othLength&&!(isPartial&&othLength>arrLength))return!1;var arrStacked=stack.get(array),othStacked=stack.get(other);if(arrStacked&&othStacked)return arrStacked==other&&othStacked==array;var index=-1,result=!0,seen=bitmask&COMPARE_UNORDERED_FLAG?new SetCache_default:void 0;for(stack.set(array,other),stack.set(other,array);++index<arrLength;){var arrValue=array[index],othValue=other[index];if(customizer)var compared=isPartial?customizer(othValue,arrValue,index,other,array,stack):customizer(arrValue,othValue,index,array,other,stack);if(compared!==void 0){if(compared)continue;result=!1;break}if(seen){if(!arraySome_default(other,function(othValue2,othIndex){if(!cacheHas_default(seen,othIndex)&&(arrValue===othValue2||equalFunc(arrValue,othValue2,bitmask,customizer,stack)))return seen.push(othIndex)})){result=!1;break}}else if(!(arrValue===othValue||equalFunc(arrValue,othValue,bitmask,customizer,stack))){result=!1;break}}return stack.delete(array),stack.delete(other),result}var equalArrays_default=equalArrays;init_define_process_env();init_shim();init_define_process_env();init_shim();function mapToArray(map){var index=-1,result=Array(map.size);return map.forEach(function(value,key){result[++index]=[key,value]}),result}var mapToArray_default=mapToArray;init_define_process_env();init_shim();function setToArray(set){var index=-1,result=Array(set.size);return set.forEach(function(value){result[++index]=value}),result}var setToArray_default=setToArray;var COMPARE_PARTIAL_FLAG2=1,COMPARE_UNORDERED_FLAG2=2,boolTag2="[object Boolean]",dateTag2="[object Date]",errorTag2="[object Error]",mapTag3="[object Map]",numberTag2="[object Number]",regexpTag2="[object RegExp]",setTag3="[object Set]",stringTag2="[object String]",symbolTag="[object Symbol]",arrayBufferTag2="[object ArrayBuffer]",dataViewTag3="[object DataView]",symbolProto=Symbol_default?Symbol_default.prototype:void 0,symbolValueOf=symbolProto?symbolProto.valueOf:void 0;function equalByTag(object,other,tag,bitmask,customizer,equalFunc,stack){switch(tag){case dataViewTag3:if(object.byteLength!=other.byteLength||object.byteOffset!=other.byteOffset)return!1;object=object.buffer,other=other.buffer;case arrayBufferTag2:return!(object.byteLength!=other.byteLength||!equalFunc(new Uint8Array_default(object),new Uint8Array_default(other)));case boolTag2:case dateTag2:case numberTag2:return eq_default(+object,+other);case errorTag2:return object.name==other.name&&object.message==other.message;case regexpTag2:case stringTag2:return object==other+"";case mapTag3:var convert=mapToArray_default;case setTag3:var isPartial=bitmask&COMPARE_PARTIAL_FLAG2;if(convert||(convert=setToArray_default),object.size!=other.size&&!isPartial)return!1;var stacked=stack.get(object);if(stacked)return stacked==other;bitmask|=COMPARE_UNORDERED_FLAG2,stack.set(object,other);var result=equalArrays_default(convert(object),convert(other),bitmask,customizer,equalFunc,stack);return stack.delete(object),result;case symbolTag:if(symbolValueOf)return symbolValueOf.call(object)==symbolValueOf.call(other)}return!1}var equalByTag_default=equalByTag;init_define_process_env();init_shim();var COMPARE_PARTIAL_FLAG3=1,objectProto11=Object.prototype,hasOwnProperty8=objectProto11.hasOwnProperty;function equalObjects(object,other,bitmask,customizer,equalFunc,stack){var isPartial=bitmask&COMPARE_PARTIAL_FLAG3,objProps=getAllKeys_default(object),objLength=objProps.length,othProps=getAllKeys_default(other),othLength=othProps.length;if(objLength!=othLength&&!isPartial)return!1;for(var index=objLength;index--;){var key=objProps[index];if(!(isPartial?key in other:hasOwnProperty8.call(other,key)))return!1}var objStacked=stack.get(object),othStacked=stack.get(other);if(objStacked&&othStacked)return objStacked==other&&othStacked==object;var result=!0;stack.set(object,other),stack.set(other,object);for(var skipCtor=isPartial;++index<objLength;){key=objProps[index];var objValue=object[key],othValue=other[key];if(customizer)var compared=isPartial?customizer(othValue,objValue,key,other,object,stack):customizer(objValue,othValue,key,object,other,stack);if(!(compared===void 0?objValue===othValue||equalFunc(objValue,othValue,bitmask,customizer,stack):compared)){result=!1;break}skipCtor||(skipCtor=key=="constructor")}if(result&&!skipCtor){var objCtor=object.constructor,othCtor=other.constructor;objCtor!=othCtor&&"constructor"in object&&"constructor"in other&&!(typeof objCtor=="function"&&objCtor instanceof objCtor&&typeof othCtor=="function"&&othCtor instanceof othCtor)&&(result=!1)}return stack.delete(object),stack.delete(other),result}var equalObjects_default=equalObjects;var COMPARE_PARTIAL_FLAG4=1,argsTag3="[object Arguments]",arrayTag2="[object Array]",objectTag3="[object Object]",objectProto12=Object.prototype,hasOwnProperty9=objectProto12.hasOwnProperty;function baseIsEqualDeep(object,other,bitmask,customizer,equalFunc,stack){var objIsArr=isArray_default(object),othIsArr=isArray_default(other),objTag=objIsArr?arrayTag2:getTag_default(object),othTag=othIsArr?arrayTag2:getTag_default(other);objTag=objTag==argsTag3?objectTag3:objTag,othTag=othTag==argsTag3?objectTag3:othTag;var objIsObj=objTag==objectTag3,othIsObj=othTag==objectTag3,isSameTag=objTag==othTag;if(isSameTag&&isBuffer_default(object)){if(!isBuffer_default(other))return!1;objIsArr=!0,objIsObj=!1}if(isSameTag&&!objIsObj)return stack||(stack=new Stack_default),objIsArr||isTypedArray_default(object)?equalArrays_default(object,other,bitmask,customizer,equalFunc,stack):equalByTag_default(object,other,objTag,bitmask,customizer,equalFunc,stack);if(!(bitmask&COMPARE_PARTIAL_FLAG4)){var objIsWrapped=objIsObj&&hasOwnProperty9.call(object,"__wrapped__"),othIsWrapped=othIsObj&&hasOwnProperty9.call(other,"__wrapped__");if(objIsWrapped||othIsWrapped){var objUnwrapped=objIsWrapped?object.value():object,othUnwrapped=othIsWrapped?other.value():other;return stack||(stack=new Stack_default),equalFunc(objUnwrapped,othUnwrapped,bitmask,customizer,stack)}}return isSameTag?(stack||(stack=new Stack_default),equalObjects_default(object,other,bitmask,customizer,equalFunc,stack)):!1}var baseIsEqualDeep_default=baseIsEqualDeep;function baseIsEqual(value,other,bitmask,customizer,stack){return value===other?!0:value==null||other==null||!isObjectLike_default(value)&&!isObjectLike_default(other)?value!==value&&other!==other:baseIsEqualDeep_default(value,other,bitmask,customizer,baseIsEqual,stack)}var baseIsEqual_default=baseIsEqual;init_define_process_env();init_shim();function isEqual(value,other){return baseIsEqual_default(value,other)}var isEqual_default=isEqual;init_define_process_env();init_shim();var _window$u,_window,_window$safe_require,_window2,u=(_window$u=(_window=window)==null?void 0:_window.u)!=null?_window$u:_u,safe_require=(_window$safe_require=(_window2=window)==null?void 0:_window2.safe_require)!=null?_window$safe_require:_safe_require;var _Lib;function ownKeys(e,r){var t=Object.keys(e);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(e);r&&(o=o.filter(function(r2){return Object.getOwnPropertyDescriptor(e,r2).enumerable})),t.push.apply(t,o)}return t}function _objectSpread(e){for(var r=1;r<arguments.length;r++){var t=arguments[r]!=null?arguments[r]:{};r%2?ownKeys(Object(t),!0).forEach(function(r2){_defineProperty(e,r2,t[r2])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(t)):ownKeys(Object(t)).forEach(function(r2){Object.defineProperty(e,r2,Object.getOwnPropertyDescriptor(t,r2))})}return e}function _defineProperty(obj,key,value){return key=_toPropertyKey(key),key in obj?Object.defineProperty(obj,key,{value,enumerable:!0,configurable:!0,writable:!0}):obj[key]=value,obj}function _toPropertyKey(arg){var key=_toPrimitive(arg,"string");return typeof key=="symbol"?key:String(key)}function _toPrimitive(input,hint){if(typeof input!="object"||input===null)return input;var prim=input[Symbol.toPrimitive];if(prim!==void 0){var res=prim.call(input,hint||"default");if(typeof res!="object")return res;throw new TypeError("@@toPrimitive must return a primitive value.")}return(hint==="string"?String:Number)(input)}var incremental=safe_require.safe_require("./u/shared/incremental"),external=safe_require.safe_require("./external"),appquery=safe_require.safe_require("./lang/appquery"),plugin_consts=safe_require.safe_require("./constants/plugin"),local_storage=safe_require.safe_require("./constants/local_storage_keys"),{PUBLIC_ONLY}=safe_require.safe_require("./constants/apiconnectorbase"),known_plugins_consts=safe_require.safe_require("./constants/known_plugins"),{WORKOS_AUTH_URL}=safe_require.safe_require("./constants/auth"),logger=safe_require.safe_require("./logger"),Lib=safe_require.safe_require("./lib"),apiconnectorbase=safe_require.safe_require("./apiconnectorbase"),apiconnector_editor,ContextMenu;u.is_edit_mode()&&(apiconnector_editor=safe_require.safe_require("./editor_plugin/apiconnector_editor"),ContextMenu=safe_require.safe_require("./editor/contextmenu"));var API_CONNECTOR_BASE="apiconnector2";function get_path(api_id,call_id,field_name,field_id,key_name){if(api_id==null){logger.error("API connector issue, calling apiconnector2 with an empty call_id");return}let path=API_CONNECTOR_BASE+"."+api_id;return call_id&&(path+=".calls."+call_id),field_name&&(path+="."+field_name,field_id&&(path+="."+field_id,key_name&&(path+="."+key_name))),path}var get_all_apis_editor=u.autorun_cache({fn:()=>{let apis={},object=appquery.get_public_setting(API_CONNECTOR_BASE);for(let id in object)apis[id]=get_api(id);return apis},compare_fn:isEqual_default}),get_all_apis_runmode=function(){return u.autorun_cache(()=>{let apis={},object=appquery.get_public_setting(API_CONNECTOR_BASE);for(let id in object)apis[id]=get_api(id);return apis})("apiconnector2")},get_all_apis=(_Lib=Lib())!=null&&_Lib.is_edit_mode()?get_all_apis_editor:get_all_apis_runmode,API_CONNECTOR_FIELD_PREFIX="_api_c2_",BASE_SETTING_NAMES=["human","auth","shared_params","shared_headers","token_param_name","add_to_header","header_key","username","password","private_key","private_key_test","iss","scope","generate_token_from_code_uri","cert_file","key_file","token_endpoint","scope","authentication_url","generate_token_from_code_uri","auth_url_params","add_basic_authentication","token_data_type","add_offline","server_redirect","oauth_user_data_call","id_path","email_path"];function get_settings_json_for_api(api_id){let public_settings=read_json_keys_at_path("settings.client_safe.apiconnector2.".concat(api_id),BASE_SETTING_NAMES),private_settings=read_json_keys_at_path("settings.secure.apiconnector2.".concat(api_id),BASE_SETTING_NAMES);return u.deep_copy({},private_settings,public_settings)}function get_api(api_id){var _appquery$get_public_2,_appquery$get_private2;let pub=(_appquery$get_public_2=appquery.get_public_setting(get_path(api_id)))!=null?_appquery$get_public_2:{},pvt=(_appquery$get_private2=appquery.get_private_setting(get_path(api_id)))!=null?_appquery$get_private2:{},api=u.deep_copy({},pvt,pub);for(let call_id in api.calls){let call=api.calls[call_id];for(let thing of["types","data_container"])call[thing]&&(call[thing]=u.json_parse(call[thing]))}return api}function multi_read_json(paths){return paths.forEach(path=>appquery.app().json.pre_cache(path)),paths.map(path=>appquery.app().json.child_by_path(path).raw())}function read_json_keys_at_path(path,keys2){keys2.forEach(key=>appquery.app().json.pre_cache("".concat(path,".").concat(key)));let values=keys2.map(key=>appquery.app().json.child_by_path("".concat(path,".").concat(key)).raw());return keys2.reduce((obj,key,index)=>(obj[key]=values[index],obj),{})}function get_single_call_raw(api_id,call_id){var _pub,_pvt,_pub$types,_pub$types2;let[pub,pvt,api_human]=multi_read_json(["settings.client_safe.".concat(get_path(api_id,call_id)),"settings.secure.".concat(get_path(api_id,call_id)),"settings.client_safe.".concat(get_path(api_id),".human")]);return pub=(_pub=pub)!=null?_pub:{},pvt=(_pvt=pvt)!=null?_pvt:{},_objectSpread(_objectSpread({},u.deep_copy({},pub,pvt)),{},{types:incremental.incremental_json_parse((_pub$types=pub.types)!=null?_pub$types:null),data_container:incremental.incremental_json_parse((_pub$types2=pub.types)!=null?_pub$types2:null),api_id,api_human})}function get_oauth_call_data_raw(api_id){let[oauth_user_data_call,email_path,id_path,human]=multi_read_json(["settings.client_safe.".concat(get_path(api_id),".oauth_user_data_call"),"settings.client_safe.".concat(get_path(api_id),".email_path"),"settings.client_safe.".concat(get_path(api_id),".id_path"),"settings.client_safe.".concat(get_path(api_id),".human")]);return{human,email_path,id_path,oauth_user_data_call}}var APIConnectorPrivateKey=class extends apiconnectorbase.APIConnectorBasePrivateKey{_get_api(){return get_api(this.params.call_id)}},APIConnectorBasicAuth=class extends apiconnectorbase.APIConnectorBasicAuth{_get_api(){return get_api(this.params.call_id)}},APIConnectorJWT=class extends apiconnectorbase.APIConnectorBaseJWT{_get_api(){return get_api(this.params.call_id)}},APIConnectorSSLProtocol=class extends apiconnectorbase.APIConnectorBaseSSLProtocol{_get_api(){return get_api(this.params.call_id)}},APIConnectorOauth2PWFlow=class extends apiconnectorbase.APIConnectorBaseOauth2PWFlow{service_name(){return API_CONNECTOR_BASE+plugin_consts.PLUGIN_SEPARATOR+this.params.call_id}_get_api(){return get_api(this.params.call_id)}},APIConnectorOauth2Custom=class extends apiconnectorbase.APIConnectorBaseOauth2Custom{service_name(){return API_CONNECTOR_BASE+plugin_consts.PLUGIN_SEPARATOR+this.params.call_id}_get_api(){return get_api(this.params.call_id)}},APIConnectorOauth2=class extends apiconnectorbase.APIConnectorBaseOauth2{service_name(){return API_CONNECTOR_BASE+plugin_consts.PLUGIN_SEPARATOR+this.params.api_id}human_name(){return get_api(this.params.api_id).human}_get_api(){return get_api(this.params.api_id)}get_key(name){return name==="server_redirect"?this.get_property("server_redirect"):super.get_key(name)}login(context,action,oauth_token,cb){return!this.tested()&&Lib().workflow.debugger==null&&cb(new u.OwnerError("Oauth2 API not tested",{display:"API Connector error: the Oauth2 API "+this.human_name()+" is not tested yet. Please run in with the debugger to validate your settings."})),(this.get_property("authentication_url")==null||this.get_property("generate_token_from_code_uri")==null)&&cb(new u.OwnerError("Oauth2 API missing information",{display:"API Connector error: the Oauth2 API "+this.human_name()+" has some missing informations. please check"})),super.login(context,action,oauth_token)}get_oauth_user_data(login_data){try{return super.get_oauth_user_data(login_data)}catch(e){var _e$message,_e$display,_e$display2;delete e.stack;let message=(_e$message=e.message)==null?void 0:_e$message.replace(this.service().plugin_name+" error:",""),inner_message="".concat(message!=null?message:JSON.stringify(e!=null?e:{})," ").concat((_e$display=(_e$display2=e.display)==null?void 0:_e$display2.call(e))!=null?_e$display:"");throw new u.OwnerError("Oauth2 not configured properly",{display:"".concat(this.service().plugin_name," error: the Oauth2 API ").concat(this.human_name()," is not configured properly - ").concat(inner_message)})}}},WORKOS_SESSION_LENGTH=60*60*4,WorkOSAuth=class extends APIConnectorOauth2{generate_validity_object(user_info){return{access_token:user_info.access_token,refresh_token:user_info.refresh_token,access_token_expires_in:WORKOS_SESSION_LENGTH}}},cls=class extends apiconnectorbase.BaseAPIConnector{constructor(params){super(),this.params=params,this.plugin_name="API Connector",this.BASE=API_CONNECTOR_BASE,this.key_prefix=API_CONNECTOR_FIELD_PREFIX}get_all_apis(){return get_all_apis()}get_single_call_raw(api_id,call_id){return get_single_call_raw(api_id,call_id)}get_oauth_call_data_raw(api_id){return get_oauth_call_data_raw(api_id)}authenticator(id){if(!id)return new external.NoAuth;let api_data=get_settings_json_for_api(id),auth,auth_params;if([null,void 0,"none"].includes(api_data.auth)&&(auth=new external.NoAuth),["private_key_url","private_key_header"].includes(api_data.auth)&&(auth_params=apiconnectorbase.get_private_key_auth_params(api_data),auth_params.call_id=id,auth=new APIConnectorPrivateKey(auth_params)),api_data.auth==="cert_key"&&(auth=new APIConnectorSSLProtocol({call_id:id})),api_data.auth==="basic_auth"&&(auth=new APIConnectorBasicAuth({call_id:id,username:api_data.username,password:api_data.password})),api_data.auth==="oauth2_pw"&&(auth_params=apiconnectorbase.get_oauth2_pw_auth_params(api_data),u.extend(auth_params,{call_id:id,username:api_data.username,password:api_data.password}),auth=new APIConnectorOauth2PWFlow(auth_params)),api_data.auth==="oauth2_custom"&&(auth=new APIConnectorOauth2Custom({call_id:id})),api_data.auth==="oauth2_user"){var _auth_params$authenti;auth_params=apiconnectorbase.get_oauth2_user_auth_params(api_data),u.extend(auth_params,{api_id:id,_id:API_CONNECTOR_BASE+plugin_consts.PLUGIN_SEPARATOR+id}),(_auth_params$authenti=auth_params.authentication_url)!=null&&_auth_params$authenti.startsWith(WORKOS_AUTH_URL)?auth=new WorkOSAuth(auth_params):auth=new APIConnectorOauth2(auth_params)}return api_data.auth==="jwt"&&(auth_params=apiconnectorbase.get_jwt_auth_params(api_data),auth_params.call_id=id,auth=new APIConnectorJWT(auth_params)),auth._service=this,auth._display="API - "+api_data.human,auth.add_shared_params_and_headers=req=>apiconnectorbase.add_shared_params_and_headers(api_data,req,this.plugin_name,(header_id,header)=>header.value,(param_id,param)=>param.value),auth}},plugin_registry=safe_require.safe_require("./services/shared/plugin_registry"),apiconnector2={cls};typeof window<"u"&&window!==null&&((_window$optional_modu=(_window3=window).optional_modules)!=null||(_window3.optional_modules={}),window.optional_modules.apiconnector2=apiconnector2);var _window3,_window$optional_modu;plugin_registry.register_plugin(known_plugins_consts.API_CONNECTOR,apiconnector2);})();
/*! Bundled license information:

buffer/index.js:
  (*!
   * The buffer module from node.js, for the browser.
   *
   * @author   Feross Aboukhadijeh <https://feross.org>
   * @license  MIT
   *)

lodash-es/lodash.js:
  (**
   * @license
   * Lodash (Custom Build) <https://lodash.com/>
   * Build: `lodash modularize exports="es" -o ./`
   * Copyright OpenJS Foundation and other contributors <https://openjsf.org/>
   * Released under MIT license <https://lodash.com/license>
   * Based on Underscore.js 1.8.3 <http://underscorejs.org/LICENSE>
   * Copyright Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors
   *)
*/

}


window.preloaded['plugin/first_party:apiconnector2'] = true;
window._bubble_page_load_data.hardcoded_plugins['materialicons'] = true;
window.__code__ = window.__code__ || {};
if(!window.__code__['43fcf961fef273a0bb0d8a2f2fe7b3e8e9be71bf091c7fda5a26de690b11ffce']){window.__code__['43fcf961fef273a0bb0d8a2f2fe7b3e8e9be71bf091c7fda5a26de690b11ffce']=1;

"use strict";(()=>{var __create=Object.create;var __defProp=Object.defineProperty;var __getOwnPropDesc=Object.getOwnPropertyDescriptor;var __getOwnPropNames=Object.getOwnPropertyNames;var __getProtoOf=Object.getPrototypeOf,__hasOwnProp=Object.prototype.hasOwnProperty;var __esm=(fn,res)=>function(){return fn&&(res=(0,fn[__getOwnPropNames(fn)[0]])(fn=0)),res};var __commonJS=(cb,mod)=>function(){return mod||(0,cb[__getOwnPropNames(cb)[0]])((mod={exports:{}}).exports,mod),mod.exports};var __export=(target,all)=>{for(var name in all)__defProp(target,name,{get:all[name],enumerable:!0})},__copyProps=(to,from,except,desc)=>{if(from&&typeof from=="object"||typeof from=="function")for(let key of __getOwnPropNames(from))!__hasOwnProp.call(to,key)&&key!==except&&__defProp(to,key,{get:()=>from[key],enumerable:!(desc=__getOwnPropDesc(from,key))||desc.enumerable});return to};var __toESM=(mod,isNodeMode,target)=>(target=mod!=null?__create(__getProtoOf(mod)):{},__copyProps(isNodeMode||!mod||!mod.__esModule?__defProp(target,"default",{value:mod,enumerable:!0}):target,mod)),__toCommonJS=mod=>__copyProps(__defProp({},"__esModule",{value:!0}),mod);var init_define_process_env=__esm({"<define:process.env>"(){}});var require_base64_js=__commonJS({"node_modules/base64-js/index.js"(exports){"use strict";init_define_process_env();init_shim();exports.byteLength=byteLength;exports.toByteArray=toByteArray;exports.fromByteArray=fromByteArray;var lookup=[],revLookup=[],Arr=typeof Uint8Array<"u"?Uint8Array:Array,code="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/";for(i=0,len=code.length;i<len;++i)lookup[i]=code[i],revLookup[code.charCodeAt(i)]=i;var i,len;revLookup["-".charCodeAt(0)]=62;revLookup["_".charCodeAt(0)]=63;function getLens(b64){var len2=b64.length;if(len2%4>0)throw new Error("Invalid string. Length must be a multiple of 4");var validLen=b64.indexOf("=");validLen===-1&&(validLen=len2);var placeHoldersLen=validLen===len2?0:4-validLen%4;return[validLen,placeHoldersLen]}function byteLength(b64){var lens=getLens(b64),validLen=lens[0],placeHoldersLen=lens[1];return(validLen+placeHoldersLen)*3/4-placeHoldersLen}function _byteLength(b64,validLen,placeHoldersLen){return(validLen+placeHoldersLen)*3/4-placeHoldersLen}function toByteArray(b64){var tmp,lens=getLens(b64),validLen=lens[0],placeHoldersLen=lens[1],arr=new Arr(_byteLength(b64,validLen,placeHoldersLen)),curByte=0,len2=placeHoldersLen>0?validLen-4:validLen,i2;for(i2=0;i2<len2;i2+=4)tmp=revLookup[b64.charCodeAt(i2)]<<18|revLookup[b64.charCodeAt(i2+1)]<<12|revLookup[b64.charCodeAt(i2+2)]<<6|revLookup[b64.charCodeAt(i2+3)],arr[curByte++]=tmp>>16&255,arr[curByte++]=tmp>>8&255,arr[curByte++]=tmp&255;return placeHoldersLen===2&&(tmp=revLookup[b64.charCodeAt(i2)]<<2|revLookup[b64.charCodeAt(i2+1)]>>4,arr[curByte++]=tmp&255),placeHoldersLen===1&&(tmp=revLookup[b64.charCodeAt(i2)]<<10|revLookup[b64.charCodeAt(i2+1)]<<4|revLookup[b64.charCodeAt(i2+2)]>>2,arr[curByte++]=tmp>>8&255,arr[curByte++]=tmp&255),arr}function tripletToBase64(num){return lookup[num>>18&63]+lookup[num>>12&63]+lookup[num>>6&63]+lookup[num&63]}function encodeChunk(uint8,start,end){for(var tmp,output=[],i2=start;i2<end;i2+=3)tmp=(uint8[i2]<<16&16711680)+(uint8[i2+1]<<8&65280)+(uint8[i2+2]&255),output.push(tripletToBase64(tmp));return output.join("")}function fromByteArray(uint8){for(var tmp,len2=uint8.length,extraBytes=len2%3,parts=[],maxChunkLength=16383,i2=0,len22=len2-extraBytes;i2<len22;i2+=maxChunkLength)parts.push(encodeChunk(uint8,i2,i2+maxChunkLength>len22?len22:i2+maxChunkLength));return extraBytes===1?(tmp=uint8[len2-1],parts.push(lookup[tmp>>2]+lookup[tmp<<4&63]+"==")):extraBytes===2&&(tmp=(uint8[len2-2]<<8)+uint8[len2-1],parts.push(lookup[tmp>>10]+lookup[tmp>>4&63]+lookup[tmp<<2&63]+"=")),parts.join("")}}});var require_ieee754=__commonJS({"node_modules/ieee754/index.js"(exports){init_define_process_env();init_shim();exports.read=function(buffer,offset,isLE,mLen,nBytes){var e,m,eLen=nBytes*8-mLen-1,eMax=(1<<eLen)-1,eBias=eMax>>1,nBits=-7,i=isLE?nBytes-1:0,d=isLE?-1:1,s=buffer[offset+i];for(i+=d,e=s&(1<<-nBits)-1,s>>=-nBits,nBits+=eLen;nBits>0;e=e*256+buffer[offset+i],i+=d,nBits-=8);for(m=e&(1<<-nBits)-1,e>>=-nBits,nBits+=mLen;nBits>0;m=m*256+buffer[offset+i],i+=d,nBits-=8);if(e===0)e=1-eBias;else{if(e===eMax)return m?NaN:(s?-1:1)*(1/0);m=m+Math.pow(2,mLen),e=e-eBias}return(s?-1:1)*m*Math.pow(2,e-mLen)};exports.write=function(buffer,value,offset,isLE,mLen,nBytes){var e,m,c,eLen=nBytes*8-mLen-1,eMax=(1<<eLen)-1,eBias=eMax>>1,rt=mLen===23?Math.pow(2,-24)-Math.pow(2,-77):0,i=isLE?0:nBytes-1,d=isLE?1:-1,s=value<0||value===0&&1/value<0?1:0;for(value=Math.abs(value),isNaN(value)||value===1/0?(m=isNaN(value)?1:0,e=eMax):(e=Math.floor(Math.log(value)/Math.LN2),value*(c=Math.pow(2,-e))<1&&(e--,c*=2),e+eBias>=1?value+=rt/c:value+=rt*Math.pow(2,1-eBias),value*c>=2&&(e++,c/=2),e+eBias>=eMax?(m=0,e=eMax):e+eBias>=1?(m=(value*c-1)*Math.pow(2,mLen),e=e+eBias):(m=value*Math.pow(2,eBias-1)*Math.pow(2,mLen),e=0));mLen>=8;buffer[offset+i]=m&255,i+=d,m/=256,mLen-=8);for(e=e<<mLen|m,eLen+=mLen;eLen>0;buffer[offset+i]=e&255,i+=d,e/=256,eLen-=8);buffer[offset+i-d]|=s*128}}});var require_buffer=__commonJS({"node_modules/node-stdlib-browser/node_modules/buffer/index.js"(exports){"use strict";init_define_process_env();init_shim();var base64=require_base64_js(),ieee754=require_ieee754(),customInspectSymbol=typeof Symbol=="function"&&typeof Symbol.for=="function"?Symbol.for("nodejs.util.inspect.custom"):null;exports.Buffer=Buffer3;exports.SlowBuffer=SlowBuffer;exports.INSPECT_MAX_BYTES=50;var K_MAX_LENGTH=2147483647;exports.kMaxLength=K_MAX_LENGTH;Buffer3.TYPED_ARRAY_SUPPORT=typedArraySupport();!Buffer3.TYPED_ARRAY_SUPPORT&&typeof console<"u"&&typeof console.error=="function"&&console.error("This browser lacks typed array (Uint8Array) support which is required by `buffer` v5.x. Use `buffer` v4.x if you require old browser support.");function typedArraySupport(){try{var arr=new Uint8Array(1),proto={foo:function(){return 42}};return Object.setPrototypeOf(proto,Uint8Array.prototype),Object.setPrototypeOf(arr,proto),arr.foo()===42}catch(e){return!1}}Object.defineProperty(Buffer3.prototype,"parent",{enumerable:!0,get:function(){if(Buffer3.isBuffer(this))return this.buffer}});Object.defineProperty(Buffer3.prototype,"offset",{enumerable:!0,get:function(){if(Buffer3.isBuffer(this))return this.byteOffset}});function createBuffer(length){if(length>K_MAX_LENGTH)throw new RangeError('The value "'+length+'" is invalid for option "size"');var buf=new Uint8Array(length);return Object.setPrototypeOf(buf,Buffer3.prototype),buf}function Buffer3(arg,encodingOrOffset,length){if(typeof arg=="number"){if(typeof encodingOrOffset=="string")throw new TypeError('The "string" argument must be of type string. Received type number');return allocUnsafe(arg)}return from(arg,encodingOrOffset,length)}Buffer3.poolSize=8192;function from(value,encodingOrOffset,length){if(typeof value=="string")return fromString(value,encodingOrOffset);if(ArrayBuffer.isView(value))return fromArrayView(value);if(value==null)throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof value);if(isInstance(value,ArrayBuffer)||value&&isInstance(value.buffer,ArrayBuffer)||typeof SharedArrayBuffer<"u"&&(isInstance(value,SharedArrayBuffer)||value&&isInstance(value.buffer,SharedArrayBuffer)))return fromArrayBuffer(value,encodingOrOffset,length);if(typeof value=="number")throw new TypeError('The "value" argument must not be of type number. Received type number');var valueOf=value.valueOf&&value.valueOf();if(valueOf!=null&&valueOf!==value)return Buffer3.from(valueOf,encodingOrOffset,length);var b=fromObject(value);if(b)return b;if(typeof Symbol<"u"&&Symbol.toPrimitive!=null&&typeof value[Symbol.toPrimitive]=="function")return Buffer3.from(value[Symbol.toPrimitive]("string"),encodingOrOffset,length);throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof value)}Buffer3.from=function(value,encodingOrOffset,length){return from(value,encodingOrOffset,length)};Object.setPrototypeOf(Buffer3.prototype,Uint8Array.prototype);Object.setPrototypeOf(Buffer3,Uint8Array);function assertSize(size){if(typeof size!="number")throw new TypeError('"size" argument must be of type number');if(size<0)throw new RangeError('The value "'+size+'" is invalid for option "size"')}function alloc(size,fill,encoding){return assertSize(size),size<=0?createBuffer(size):fill!==void 0?typeof encoding=="string"?createBuffer(size).fill(fill,encoding):createBuffer(size).fill(fill):createBuffer(size)}Buffer3.alloc=function(size,fill,encoding){return alloc(size,fill,encoding)};function allocUnsafe(size){return assertSize(size),createBuffer(size<0?0:checked(size)|0)}Buffer3.allocUnsafe=function(size){return allocUnsafe(size)};Buffer3.allocUnsafeSlow=function(size){return allocUnsafe(size)};function fromString(string,encoding){if((typeof encoding!="string"||encoding==="")&&(encoding="utf8"),!Buffer3.isEncoding(encoding))throw new TypeError("Unknown encoding: "+encoding);var length=byteLength(string,encoding)|0,buf=createBuffer(length),actual=buf.write(string,encoding);return actual!==length&&(buf=buf.slice(0,actual)),buf}function fromArrayLike(array){for(var length=array.length<0?0:checked(array.length)|0,buf=createBuffer(length),i=0;i<length;i+=1)buf[i]=array[i]&255;return buf}function fromArrayView(arrayView){if(isInstance(arrayView,Uint8Array)){var copy=new Uint8Array(arrayView);return fromArrayBuffer(copy.buffer,copy.byteOffset,copy.byteLength)}return fromArrayLike(arrayView)}function fromArrayBuffer(array,byteOffset,length){if(byteOffset<0||array.byteLength<byteOffset)throw new RangeError('"offset" is outside of buffer bounds');if(array.byteLength<byteOffset+(length||0))throw new RangeError('"length" is outside of buffer bounds');var buf;return byteOffset===void 0&&length===void 0?buf=new Uint8Array(array):length===void 0?buf=new Uint8Array(array,byteOffset):buf=new Uint8Array(array,byteOffset,length),Object.setPrototypeOf(buf,Buffer3.prototype),buf}function fromObject(obj){if(Buffer3.isBuffer(obj)){var len=checked(obj.length)|0,buf=createBuffer(len);return buf.length===0||obj.copy(buf,0,0,len),buf}if(obj.length!==void 0)return typeof obj.length!="number"||numberIsNaN(obj.length)?createBuffer(0):fromArrayLike(obj);if(obj.type==="Buffer"&&Array.isArray(obj.data))return fromArrayLike(obj.data)}function checked(length){if(length>=K_MAX_LENGTH)throw new RangeError("Attempt to allocate Buffer larger than maximum size: 0x"+K_MAX_LENGTH.toString(16)+" bytes");return length|0}function SlowBuffer(length){return+length!=length&&(length=0),Buffer3.alloc(+length)}Buffer3.isBuffer=function(b){return b!=null&&b._isBuffer===!0&&b!==Buffer3.prototype};Buffer3.compare=function(a,b){if(isInstance(a,Uint8Array)&&(a=Buffer3.from(a,a.offset,a.byteLength)),isInstance(b,Uint8Array)&&(b=Buffer3.from(b,b.offset,b.byteLength)),!Buffer3.isBuffer(a)||!Buffer3.isBuffer(b))throw new TypeError('The "buf1", "buf2" arguments must be one of type Buffer or Uint8Array');if(a===b)return 0;for(var x=a.length,y=b.length,i=0,len=Math.min(x,y);i<len;++i)if(a[i]!==b[i]){x=a[i],y=b[i];break}return x<y?-1:y<x?1:0};Buffer3.isEncoding=function(encoding){switch(String(encoding).toLowerCase()){case"hex":case"utf8":case"utf-8":case"ascii":case"latin1":case"binary":case"base64":case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return!0;default:return!1}};Buffer3.concat=function(list,length){if(!Array.isArray(list))throw new TypeError('"list" argument must be an Array of Buffers');if(list.length===0)return Buffer3.alloc(0);var i;if(length===void 0)for(length=0,i=0;i<list.length;++i)length+=list[i].length;var buffer=Buffer3.allocUnsafe(length),pos=0;for(i=0;i<list.length;++i){var buf=list[i];if(isInstance(buf,Uint8Array))pos+buf.length>buffer.length?Buffer3.from(buf).copy(buffer,pos):Uint8Array.prototype.set.call(buffer,buf,pos);else if(Buffer3.isBuffer(buf))buf.copy(buffer,pos);else throw new TypeError('"list" argument must be an Array of Buffers');pos+=buf.length}return buffer};function byteLength(string,encoding){if(Buffer3.isBuffer(string))return string.length;if(ArrayBuffer.isView(string)||isInstance(string,ArrayBuffer))return string.byteLength;if(typeof string!="string")throw new TypeError('The "string" argument must be one of type string, Buffer, or ArrayBuffer. Received type '+typeof string);var len=string.length,mustMatch=arguments.length>2&&arguments[2]===!0;if(!mustMatch&&len===0)return 0;for(var loweredCase=!1;;)switch(encoding){case"ascii":case"latin1":case"binary":return len;case"utf8":case"utf-8":return utf8ToBytes(string).length;case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return len*2;case"hex":return len>>>1;case"base64":return base64ToBytes(string).length;default:if(loweredCase)return mustMatch?-1:utf8ToBytes(string).length;encoding=(""+encoding).toLowerCase(),loweredCase=!0}}Buffer3.byteLength=byteLength;function slowToString(encoding,start,end){var loweredCase=!1;if((start===void 0||start<0)&&(start=0),start>this.length||((end===void 0||end>this.length)&&(end=this.length),end<=0)||(end>>>=0,start>>>=0,end<=start))return"";for(encoding||(encoding="utf8");;)switch(encoding){case"hex":return hexSlice(this,start,end);case"utf8":case"utf-8":return utf8Slice(this,start,end);case"ascii":return asciiSlice(this,start,end);case"latin1":case"binary":return latin1Slice(this,start,end);case"base64":return base64Slice(this,start,end);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return utf16leSlice(this,start,end);default:if(loweredCase)throw new TypeError("Unknown encoding: "+encoding);encoding=(encoding+"").toLowerCase(),loweredCase=!0}}Buffer3.prototype._isBuffer=!0;function swap(b,n,m){var i=b[n];b[n]=b[m],b[m]=i}Buffer3.prototype.swap16=function(){var len=this.length;if(len%2!==0)throw new RangeError("Buffer size must be a multiple of 16-bits");for(var i=0;i<len;i+=2)swap(this,i,i+1);return this};Buffer3.prototype.swap32=function(){var len=this.length;if(len%4!==0)throw new RangeError("Buffer size must be a multiple of 32-bits");for(var i=0;i<len;i+=4)swap(this,i,i+3),swap(this,i+1,i+2);return this};Buffer3.prototype.swap64=function(){var len=this.length;if(len%8!==0)throw new RangeError("Buffer size must be a multiple of 64-bits");for(var i=0;i<len;i+=8)swap(this,i,i+7),swap(this,i+1,i+6),swap(this,i+2,i+5),swap(this,i+3,i+4);return this};Buffer3.prototype.toString=function(){var length=this.length;return length===0?"":arguments.length===0?utf8Slice(this,0,length):slowToString.apply(this,arguments)};Buffer3.prototype.toLocaleString=Buffer3.prototype.toString;Buffer3.prototype.equals=function(b){if(!Buffer3.isBuffer(b))throw new TypeError("Argument must be a Buffer");return this===b?!0:Buffer3.compare(this,b)===0};Buffer3.prototype.inspect=function(){var str="",max=exports.INSPECT_MAX_BYTES;return str=this.toString("hex",0,max).replace(/(.{2})/g,"$1 ").trim(),this.length>max&&(str+=" ... "),"<Buffer "+str+">"};customInspectSymbol&&(Buffer3.prototype[customInspectSymbol]=Buffer3.prototype.inspect);Buffer3.prototype.compare=function(target,start,end,thisStart,thisEnd){if(isInstance(target,Uint8Array)&&(target=Buffer3.from(target,target.offset,target.byteLength)),!Buffer3.isBuffer(target))throw new TypeError('The "target" argument must be one of type Buffer or Uint8Array. Received type '+typeof target);if(start===void 0&&(start=0),end===void 0&&(end=target?target.length:0),thisStart===void 0&&(thisStart=0),thisEnd===void 0&&(thisEnd=this.length),start<0||end>target.length||thisStart<0||thisEnd>this.length)throw new RangeError("out of range index");if(thisStart>=thisEnd&&start>=end)return 0;if(thisStart>=thisEnd)return-1;if(start>=end)return 1;if(start>>>=0,end>>>=0,thisStart>>>=0,thisEnd>>>=0,this===target)return 0;for(var x=thisEnd-thisStart,y=end-start,len=Math.min(x,y),thisCopy=this.slice(thisStart,thisEnd),targetCopy=target.slice(start,end),i=0;i<len;++i)if(thisCopy[i]!==targetCopy[i]){x=thisCopy[i],y=targetCopy[i];break}return x<y?-1:y<x?1:0};function bidirectionalIndexOf(buffer,val,byteOffset,encoding,dir){if(buffer.length===0)return-1;if(typeof byteOffset=="string"?(encoding=byteOffset,byteOffset=0):byteOffset>2147483647?byteOffset=2147483647:byteOffset<-2147483648&&(byteOffset=-2147483648),byteOffset=+byteOffset,numberIsNaN(byteOffset)&&(byteOffset=dir?0:buffer.length-1),byteOffset<0&&(byteOffset=buffer.length+byteOffset),byteOffset>=buffer.length){if(dir)return-1;byteOffset=buffer.length-1}else if(byteOffset<0)if(dir)byteOffset=0;else return-1;if(typeof val=="string"&&(val=Buffer3.from(val,encoding)),Buffer3.isBuffer(val))return val.length===0?-1:arrayIndexOf(buffer,val,byteOffset,encoding,dir);if(typeof val=="number")return val=val&255,typeof Uint8Array.prototype.indexOf=="function"?dir?Uint8Array.prototype.indexOf.call(buffer,val,byteOffset):Uint8Array.prototype.lastIndexOf.call(buffer,val,byteOffset):arrayIndexOf(buffer,[val],byteOffset,encoding,dir);throw new TypeError("val must be string, number or Buffer")}function arrayIndexOf(arr,val,byteOffset,encoding,dir){var indexSize=1,arrLength=arr.length,valLength=val.length;if(encoding!==void 0&&(encoding=String(encoding).toLowerCase(),encoding==="ucs2"||encoding==="ucs-2"||encoding==="utf16le"||encoding==="utf-16le")){if(arr.length<2||val.length<2)return-1;indexSize=2,arrLength/=2,valLength/=2,byteOffset/=2}function read(buf,i2){return indexSize===1?buf[i2]:buf.readUInt16BE(i2*indexSize)}var i;if(dir){var foundIndex=-1;for(i=byteOffset;i<arrLength;i++)if(read(arr,i)===read(val,foundIndex===-1?0:i-foundIndex)){if(foundIndex===-1&&(foundIndex=i),i-foundIndex+1===valLength)return foundIndex*indexSize}else foundIndex!==-1&&(i-=i-foundIndex),foundIndex=-1}else for(byteOffset+valLength>arrLength&&(byteOffset=arrLength-valLength),i=byteOffset;i>=0;i--){for(var found=!0,j=0;j<valLength;j++)if(read(arr,i+j)!==read(val,j)){found=!1;break}if(found)return i}return-1}Buffer3.prototype.includes=function(val,byteOffset,encoding){return this.indexOf(val,byteOffset,encoding)!==-1};Buffer3.prototype.indexOf=function(val,byteOffset,encoding){return bidirectionalIndexOf(this,val,byteOffset,encoding,!0)};Buffer3.prototype.lastIndexOf=function(val,byteOffset,encoding){return bidirectionalIndexOf(this,val,byteOffset,encoding,!1)};function hexWrite(buf,string,offset,length){offset=Number(offset)||0;var remaining=buf.length-offset;length?(length=Number(length),length>remaining&&(length=remaining)):length=remaining;var strLen=string.length;length>strLen/2&&(length=strLen/2);for(var i=0;i<length;++i){var parsed=parseInt(string.substr(i*2,2),16);if(numberIsNaN(parsed))return i;buf[offset+i]=parsed}return i}function utf8Write(buf,string,offset,length){return blitBuffer(utf8ToBytes(string,buf.length-offset),buf,offset,length)}function asciiWrite(buf,string,offset,length){return blitBuffer(asciiToBytes(string),buf,offset,length)}function base64Write(buf,string,offset,length){return blitBuffer(base64ToBytes(string),buf,offset,length)}function ucs2Write(buf,string,offset,length){return blitBuffer(utf16leToBytes(string,buf.length-offset),buf,offset,length)}Buffer3.prototype.write=function(string,offset,length,encoding){if(offset===void 0)encoding="utf8",length=this.length,offset=0;else if(length===void 0&&typeof offset=="string")encoding=offset,length=this.length,offset=0;else if(isFinite(offset))offset=offset>>>0,isFinite(length)?(length=length>>>0,encoding===void 0&&(encoding="utf8")):(encoding=length,length=void 0);else throw new Error("Buffer.write(string, encoding, offset[, length]) is no longer supported");var remaining=this.length-offset;if((length===void 0||length>remaining)&&(length=remaining),string.length>0&&(length<0||offset<0)||offset>this.length)throw new RangeError("Attempt to write outside buffer bounds");encoding||(encoding="utf8");for(var loweredCase=!1;;)switch(encoding){case"hex":return hexWrite(this,string,offset,length);case"utf8":case"utf-8":return utf8Write(this,string,offset,length);case"ascii":case"latin1":case"binary":return asciiWrite(this,string,offset,length);case"base64":return base64Write(this,string,offset,length);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return ucs2Write(this,string,offset,length);default:if(loweredCase)throw new TypeError("Unknown encoding: "+encoding);encoding=(""+encoding).toLowerCase(),loweredCase=!0}};Buffer3.prototype.toJSON=function(){return{type:"Buffer",data:Array.prototype.slice.call(this._arr||this,0)}};function base64Slice(buf,start,end){return start===0&&end===buf.length?base64.fromByteArray(buf):base64.fromByteArray(buf.slice(start,end))}function utf8Slice(buf,start,end){end=Math.min(buf.length,end);for(var res=[],i=start;i<end;){var firstByte=buf[i],codePoint=null,bytesPerSequence=firstByte>239?4:firstByte>223?3:firstByte>191?2:1;if(i+bytesPerSequence<=end){var secondByte,thirdByte,fourthByte,tempCodePoint;switch(bytesPerSequence){case 1:firstByte<128&&(codePoint=firstByte);break;case 2:secondByte=buf[i+1],(secondByte&192)===128&&(tempCodePoint=(firstByte&31)<<6|secondByte&63,tempCodePoint>127&&(codePoint=tempCodePoint));break;case 3:secondByte=buf[i+1],thirdByte=buf[i+2],(secondByte&192)===128&&(thirdByte&192)===128&&(tempCodePoint=(firstByte&15)<<12|(secondByte&63)<<6|thirdByte&63,tempCodePoint>2047&&(tempCodePoint<55296||tempCodePoint>57343)&&(codePoint=tempCodePoint));break;case 4:secondByte=buf[i+1],thirdByte=buf[i+2],fourthByte=buf[i+3],(secondByte&192)===128&&(thirdByte&192)===128&&(fourthByte&192)===128&&(tempCodePoint=(firstByte&15)<<18|(secondByte&63)<<12|(thirdByte&63)<<6|fourthByte&63,tempCodePoint>65535&&tempCodePoint<1114112&&(codePoint=tempCodePoint))}}codePoint===null?(codePoint=65533,bytesPerSequence=1):codePoint>65535&&(codePoint-=65536,res.push(codePoint>>>10&1023|55296),codePoint=56320|codePoint&1023),res.push(codePoint),i+=bytesPerSequence}return decodeCodePointsArray(res)}var MAX_ARGUMENTS_LENGTH=4096;function decodeCodePointsArray(codePoints){var len=codePoints.length;if(len<=MAX_ARGUMENTS_LENGTH)return String.fromCharCode.apply(String,codePoints);for(var res="",i=0;i<len;)res+=String.fromCharCode.apply(String,codePoints.slice(i,i+=MAX_ARGUMENTS_LENGTH));return res}function asciiSlice(buf,start,end){var ret="";end=Math.min(buf.length,end);for(var i=start;i<end;++i)ret+=String.fromCharCode(buf[i]&127);return ret}function latin1Slice(buf,start,end){var ret="";end=Math.min(buf.length,end);for(var i=start;i<end;++i)ret+=String.fromCharCode(buf[i]);return ret}function hexSlice(buf,start,end){var len=buf.length;(!start||start<0)&&(start=0),(!end||end<0||end>len)&&(end=len);for(var out="",i=start;i<end;++i)out+=hexSliceLookupTable[buf[i]];return out}function utf16leSlice(buf,start,end){for(var bytes=buf.slice(start,end),res="",i=0;i<bytes.length-1;i+=2)res+=String.fromCharCode(bytes[i]+bytes[i+1]*256);return res}Buffer3.prototype.slice=function(start,end){var len=this.length;start=~~start,end=end===void 0?len:~~end,start<0?(start+=len,start<0&&(start=0)):start>len&&(start=len),end<0?(end+=len,end<0&&(end=0)):end>len&&(end=len),end<start&&(end=start);var newBuf=this.subarray(start,end);return Object.setPrototypeOf(newBuf,Buffer3.prototype),newBuf};function checkOffset(offset,ext,length){if(offset%1!==0||offset<0)throw new RangeError("offset is not uint");if(offset+ext>length)throw new RangeError("Trying to access beyond buffer length")}Buffer3.prototype.readUintLE=Buffer3.prototype.readUIntLE=function(offset,byteLength2,noAssert){offset=offset>>>0,byteLength2=byteLength2>>>0,noAssert||checkOffset(offset,byteLength2,this.length);for(var val=this[offset],mul=1,i=0;++i<byteLength2&&(mul*=256);)val+=this[offset+i]*mul;return val};Buffer3.prototype.readUintBE=Buffer3.prototype.readUIntBE=function(offset,byteLength2,noAssert){offset=offset>>>0,byteLength2=byteLength2>>>0,noAssert||checkOffset(offset,byteLength2,this.length);for(var val=this[offset+--byteLength2],mul=1;byteLength2>0&&(mul*=256);)val+=this[offset+--byteLength2]*mul;return val};Buffer3.prototype.readUint8=Buffer3.prototype.readUInt8=function(offset,noAssert){return offset=offset>>>0,noAssert||checkOffset(offset,1,this.length),this[offset]};Buffer3.prototype.readUint16LE=Buffer3.prototype.readUInt16LE=function(offset,noAssert){return offset=offset>>>0,noAssert||checkOffset(offset,2,this.length),this[offset]|this[offset+1]<<8};Buffer3.prototype.readUint16BE=Buffer3.prototype.readUInt16BE=function(offset,noAssert){return offset=offset>>>0,noAssert||checkOffset(offset,2,this.length),this[offset]<<8|this[offset+1]};Buffer3.prototype.readUint32LE=Buffer3.prototype.readUInt32LE=function(offset,noAssert){return offset=offset>>>0,noAssert||checkOffset(offset,4,this.length),(this[offset]|this[offset+1]<<8|this[offset+2]<<16)+this[offset+3]*16777216};Buffer3.prototype.readUint32BE=Buffer3.prototype.readUInt32BE=function(offset,noAssert){return offset=offset>>>0,noAssert||checkOffset(offset,4,this.length),this[offset]*16777216+(this[offset+1]<<16|this[offset+2]<<8|this[offset+3])};Buffer3.prototype.readIntLE=function(offset,byteLength2,noAssert){offset=offset>>>0,byteLength2=byteLength2>>>0,noAssert||checkOffset(offset,byteLength2,this.length);for(var val=this[offset],mul=1,i=0;++i<byteLength2&&(mul*=256);)val+=this[offset+i]*mul;return mul*=128,val>=mul&&(val-=Math.pow(2,8*byteLength2)),val};Buffer3.prototype.readIntBE=function(offset,byteLength2,noAssert){offset=offset>>>0,byteLength2=byteLength2>>>0,noAssert||checkOffset(offset,byteLength2,this.length);for(var i=byteLength2,mul=1,val=this[offset+--i];i>0&&(mul*=256);)val+=this[offset+--i]*mul;return mul*=128,val>=mul&&(val-=Math.pow(2,8*byteLength2)),val};Buffer3.prototype.readInt8=function(offset,noAssert){return offset=offset>>>0,noAssert||checkOffset(offset,1,this.length),this[offset]&128?(255-this[offset]+1)*-1:this[offset]};Buffer3.prototype.readInt16LE=function(offset,noAssert){offset=offset>>>0,noAssert||checkOffset(offset,2,this.length);var val=this[offset]|this[offset+1]<<8;return val&32768?val|4294901760:val};Buffer3.prototype.readInt16BE=function(offset,noAssert){offset=offset>>>0,noAssert||checkOffset(offset,2,this.length);var val=this[offset+1]|this[offset]<<8;return val&32768?val|4294901760:val};Buffer3.prototype.readInt32LE=function(offset,noAssert){return offset=offset>>>0,noAssert||checkOffset(offset,4,this.length),this[offset]|this[offset+1]<<8|this[offset+2]<<16|this[offset+3]<<24};Buffer3.prototype.readInt32BE=function(offset,noAssert){return offset=offset>>>0,noAssert||checkOffset(offset,4,this.length),this[offset]<<24|this[offset+1]<<16|this[offset+2]<<8|this[offset+3]};Buffer3.prototype.readFloatLE=function(offset,noAssert){return offset=offset>>>0,noAssert||checkOffset(offset,4,this.length),ieee754.read(this,offset,!0,23,4)};Buffer3.prototype.readFloatBE=function(offset,noAssert){return offset=offset>>>0,noAssert||checkOffset(offset,4,this.length),ieee754.read(this,offset,!1,23,4)};Buffer3.prototype.readDoubleLE=function(offset,noAssert){return offset=offset>>>0,noAssert||checkOffset(offset,8,this.length),ieee754.read(this,offset,!0,52,8)};Buffer3.prototype.readDoubleBE=function(offset,noAssert){return offset=offset>>>0,noAssert||checkOffset(offset,8,this.length),ieee754.read(this,offset,!1,52,8)};function checkInt(buf,value,offset,ext,max,min){if(!Buffer3.isBuffer(buf))throw new TypeError('"buffer" argument must be a Buffer instance');if(value>max||value<min)throw new RangeError('"value" argument is out of bounds');if(offset+ext>buf.length)throw new RangeError("Index out of range")}Buffer3.prototype.writeUintLE=Buffer3.prototype.writeUIntLE=function(value,offset,byteLength2,noAssert){if(value=+value,offset=offset>>>0,byteLength2=byteLength2>>>0,!noAssert){var maxBytes=Math.pow(2,8*byteLength2)-1;checkInt(this,value,offset,byteLength2,maxBytes,0)}var mul=1,i=0;for(this[offset]=value&255;++i<byteLength2&&(mul*=256);)this[offset+i]=value/mul&255;return offset+byteLength2};Buffer3.prototype.writeUintBE=Buffer3.prototype.writeUIntBE=function(value,offset,byteLength2,noAssert){if(value=+value,offset=offset>>>0,byteLength2=byteLength2>>>0,!noAssert){var maxBytes=Math.pow(2,8*byteLength2)-1;checkInt(this,value,offset,byteLength2,maxBytes,0)}var i=byteLength2-1,mul=1;for(this[offset+i]=value&255;--i>=0&&(mul*=256);)this[offset+i]=value/mul&255;return offset+byteLength2};Buffer3.prototype.writeUint8=Buffer3.prototype.writeUInt8=function(value,offset,noAssert){return value=+value,offset=offset>>>0,noAssert||checkInt(this,value,offset,1,255,0),this[offset]=value&255,offset+1};Buffer3.prototype.writeUint16LE=Buffer3.prototype.writeUInt16LE=function(value,offset,noAssert){return value=+value,offset=offset>>>0,noAssert||checkInt(this,value,offset,2,65535,0),this[offset]=value&255,this[offset+1]=value>>>8,offset+2};Buffer3.prototype.writeUint16BE=Buffer3.prototype.writeUInt16BE=function(value,offset,noAssert){return value=+value,offset=offset>>>0,noAssert||checkInt(this,value,offset,2,65535,0),this[offset]=value>>>8,this[offset+1]=value&255,offset+2};Buffer3.prototype.writeUint32LE=Buffer3.prototype.writeUInt32LE=function(value,offset,noAssert){return value=+value,offset=offset>>>0,noAssert||checkInt(this,value,offset,4,4294967295,0),this[offset+3]=value>>>24,this[offset+2]=value>>>16,this[offset+1]=value>>>8,this[offset]=value&255,offset+4};Buffer3.prototype.writeUint32BE=Buffer3.prototype.writeUInt32BE=function(value,offset,noAssert){return value=+value,offset=offset>>>0,noAssert||checkInt(this,value,offset,4,4294967295,0),this[offset]=value>>>24,this[offset+1]=value>>>16,this[offset+2]=value>>>8,this[offset+3]=value&255,offset+4};Buffer3.prototype.writeIntLE=function(value,offset,byteLength2,noAssert){if(value=+value,offset=offset>>>0,!noAssert){var limit=Math.pow(2,8*byteLength2-1);checkInt(this,value,offset,byteLength2,limit-1,-limit)}var i=0,mul=1,sub=0;for(this[offset]=value&255;++i<byteLength2&&(mul*=256);)value<0&&sub===0&&this[offset+i-1]!==0&&(sub=1),this[offset+i]=(value/mul>>0)-sub&255;return offset+byteLength2};Buffer3.prototype.writeIntBE=function(value,offset,byteLength2,noAssert){if(value=+value,offset=offset>>>0,!noAssert){var limit=Math.pow(2,8*byteLength2-1);checkInt(this,value,offset,byteLength2,limit-1,-limit)}var i=byteLength2-1,mul=1,sub=0;for(this[offset+i]=value&255;--i>=0&&(mul*=256);)value<0&&sub===0&&this[offset+i+1]!==0&&(sub=1),this[offset+i]=(value/mul>>0)-sub&255;return offset+byteLength2};Buffer3.prototype.writeInt8=function(value,offset,noAssert){return value=+value,offset=offset>>>0,noAssert||checkInt(this,value,offset,1,127,-128),value<0&&(value=255+value+1),this[offset]=value&255,offset+1};Buffer3.prototype.writeInt16LE=function(value,offset,noAssert){return value=+value,offset=offset>>>0,noAssert||checkInt(this,value,offset,2,32767,-32768),this[offset]=value&255,this[offset+1]=value>>>8,offset+2};Buffer3.prototype.writeInt16BE=function(value,offset,noAssert){return value=+value,offset=offset>>>0,noAssert||checkInt(this,value,offset,2,32767,-32768),this[offset]=value>>>8,this[offset+1]=value&255,offset+2};Buffer3.prototype.writeInt32LE=function(value,offset,noAssert){return value=+value,offset=offset>>>0,noAssert||checkInt(this,value,offset,4,2147483647,-2147483648),this[offset]=value&255,this[offset+1]=value>>>8,this[offset+2]=value>>>16,this[offset+3]=value>>>24,offset+4};Buffer3.prototype.writeInt32BE=function(value,offset,noAssert){return value=+value,offset=offset>>>0,noAssert||checkInt(this,value,offset,4,2147483647,-2147483648),value<0&&(value=4294967295+value+1),this[offset]=value>>>24,this[offset+1]=value>>>16,this[offset+2]=value>>>8,this[offset+3]=value&255,offset+4};function checkIEEE754(buf,value,offset,ext,max,min){if(offset+ext>buf.length)throw new RangeError("Index out of range");if(offset<0)throw new RangeError("Index out of range")}function writeFloat(buf,value,offset,littleEndian,noAssert){return value=+value,offset=offset>>>0,noAssert||checkIEEE754(buf,value,offset,4,34028234663852886e22,-34028234663852886e22),ieee754.write(buf,value,offset,littleEndian,23,4),offset+4}Buffer3.prototype.writeFloatLE=function(value,offset,noAssert){return writeFloat(this,value,offset,!0,noAssert)};Buffer3.prototype.writeFloatBE=function(value,offset,noAssert){return writeFloat(this,value,offset,!1,noAssert)};function writeDouble(buf,value,offset,littleEndian,noAssert){return value=+value,offset=offset>>>0,noAssert||checkIEEE754(buf,value,offset,8,17976931348623157e292,-17976931348623157e292),ieee754.write(buf,value,offset,littleEndian,52,8),offset+8}Buffer3.prototype.writeDoubleLE=function(value,offset,noAssert){return writeDouble(this,value,offset,!0,noAssert)};Buffer3.prototype.writeDoubleBE=function(value,offset,noAssert){return writeDouble(this,value,offset,!1,noAssert)};Buffer3.prototype.copy=function(target,targetStart,start,end){if(!Buffer3.isBuffer(target))throw new TypeError("argument should be a Buffer");if(start||(start=0),!end&&end!==0&&(end=this.length),targetStart>=target.length&&(targetStart=target.length),targetStart||(targetStart=0),end>0&&end<start&&(end=start),end===start||target.length===0||this.length===0)return 0;if(targetStart<0)throw new RangeError("targetStart out of bounds");if(start<0||start>=this.length)throw new RangeError("Index out of range");if(end<0)throw new RangeError("sourceEnd out of bounds");end>this.length&&(end=this.length),target.length-targetStart<end-start&&(end=target.length-targetStart+start);var len=end-start;return this===target&&typeof Uint8Array.prototype.copyWithin=="function"?this.copyWithin(targetStart,start,end):Uint8Array.prototype.set.call(target,this.subarray(start,end),targetStart),len};Buffer3.prototype.fill=function(val,start,end,encoding){if(typeof val=="string"){if(typeof start=="string"?(encoding=start,start=0,end=this.length):typeof end=="string"&&(encoding=end,end=this.length),encoding!==void 0&&typeof encoding!="string")throw new TypeError("encoding must be a string");if(typeof encoding=="string"&&!Buffer3.isEncoding(encoding))throw new TypeError("Unknown encoding: "+encoding);if(val.length===1){var code=val.charCodeAt(0);(encoding==="utf8"&&code<128||encoding==="latin1")&&(val=code)}}else typeof val=="number"?val=val&255:typeof val=="boolean"&&(val=Number(val));if(start<0||this.length<start||this.length<end)throw new RangeError("Out of range index");if(end<=start)return this;start=start>>>0,end=end===void 0?this.length:end>>>0,val||(val=0);var i;if(typeof val=="number")for(i=start;i<end;++i)this[i]=val;else{var bytes=Buffer3.isBuffer(val)?val:Buffer3.from(val,encoding),len=bytes.length;if(len===0)throw new TypeError('The value "'+val+'" is invalid for argument "value"');for(i=0;i<end-start;++i)this[i+start]=bytes[i%len]}return this};var INVALID_BASE64_RE=/[^+/0-9A-Za-z-_]/g;function base64clean(str){if(str=str.split("=")[0],str=str.trim().replace(INVALID_BASE64_RE,""),str.length<2)return"";for(;str.length%4!==0;)str=str+"=";return str}function utf8ToBytes(string,units){units=units||1/0;for(var codePoint,length=string.length,leadSurrogate=null,bytes=[],i=0;i<length;++i){if(codePoint=string.charCodeAt(i),codePoint>55295&&codePoint<57344){if(!leadSurrogate){if(codePoint>56319){(units-=3)>-1&&bytes.push(239,191,189);continue}else if(i+1===length){(units-=3)>-1&&bytes.push(239,191,189);continue}leadSurrogate=codePoint;continue}if(codePoint<56320){(units-=3)>-1&&bytes.push(239,191,189),leadSurrogate=codePoint;continue}codePoint=(leadSurrogate-55296<<10|codePoint-56320)+65536}else leadSurrogate&&(units-=3)>-1&&bytes.push(239,191,189);if(leadSurrogate=null,codePoint<128){if((units-=1)<0)break;bytes.push(codePoint)}else if(codePoint<2048){if((units-=2)<0)break;bytes.push(codePoint>>6|192,codePoint&63|128)}else if(codePoint<65536){if((units-=3)<0)break;bytes.push(codePoint>>12|224,codePoint>>6&63|128,codePoint&63|128)}else if(codePoint<1114112){if((units-=4)<0)break;bytes.push(codePoint>>18|240,codePoint>>12&63|128,codePoint>>6&63|128,codePoint&63|128)}else throw new Error("Invalid code point")}return bytes}function asciiToBytes(str){for(var byteArray=[],i=0;i<str.length;++i)byteArray.push(str.charCodeAt(i)&255);return byteArray}function utf16leToBytes(str,units){for(var c,hi,lo,byteArray=[],i=0;i<str.length&&!((units-=2)<0);++i)c=str.charCodeAt(i),hi=c>>8,lo=c%256,byteArray.push(lo),byteArray.push(hi);return byteArray}function base64ToBytes(str){return base64.toByteArray(base64clean(str))}function blitBuffer(src,dst,offset,length){for(var i=0;i<length&&!(i+offset>=dst.length||i>=src.length);++i)dst[i+offset]=src[i];return i}function isInstance(obj,type){return obj instanceof type||obj!=null&&obj.constructor!=null&&obj.constructor.name!=null&&obj.constructor.name===type.name}function numberIsNaN(obj){return obj!==obj}var hexSliceLookupTable=function(){for(var alphabet="0123456789abcdef",table=new Array(256),i=0;i<16;++i)for(var i16=i*16,j=0;j<16;++j)table[i16+j]=alphabet[i]+alphabet[j];return table}()}});var require_browser=__commonJS({"node_modules/process/browser.js"(exports,module){init_define_process_env();init_shim();var process2=module.exports={},cachedSetTimeout,cachedClearTimeout;function defaultSetTimout(){throw new Error("setTimeout has not been defined")}function defaultClearTimeout(){throw new Error("clearTimeout has not been defined")}(function(){try{typeof setTimeout=="function"?cachedSetTimeout=setTimeout:cachedSetTimeout=defaultSetTimout}catch(e){cachedSetTimeout=defaultSetTimout}try{typeof clearTimeout=="function"?cachedClearTimeout=clearTimeout:cachedClearTimeout=defaultClearTimeout}catch(e){cachedClearTimeout=defaultClearTimeout}})();function runTimeout(fun){if(cachedSetTimeout===setTimeout)return setTimeout(fun,0);if((cachedSetTimeout===defaultSetTimout||!cachedSetTimeout)&&setTimeout)return cachedSetTimeout=setTimeout,setTimeout(fun,0);try{return cachedSetTimeout(fun,0)}catch(e){try{return cachedSetTimeout.call(null,fun,0)}catch(e2){return cachedSetTimeout.call(this,fun,0)}}}function runClearTimeout(marker){if(cachedClearTimeout===clearTimeout)return clearTimeout(marker);if((cachedClearTimeout===defaultClearTimeout||!cachedClearTimeout)&&clearTimeout)return cachedClearTimeout=clearTimeout,clearTimeout(marker);try{return cachedClearTimeout(marker)}catch(e){try{return cachedClearTimeout.call(null,marker)}catch(e2){return cachedClearTimeout.call(this,marker)}}}var queue=[],draining=!1,currentQueue,queueIndex=-1;function cleanUpNextTick(){!draining||!currentQueue||(draining=!1,currentQueue.length?queue=currentQueue.concat(queue):queueIndex=-1,queue.length&&drainQueue())}function drainQueue(){if(!draining){var timeout=runTimeout(cleanUpNextTick);draining=!0;for(var len=queue.length;len;){for(currentQueue=queue,queue=[];++queueIndex<len;)currentQueue&&currentQueue[queueIndex].run();queueIndex=-1,len=queue.length}currentQueue=null,draining=!1,runClearTimeout(timeout)}}process2.nextTick=function(fun){var args=new Array(arguments.length-1);if(arguments.length>1)for(var i=1;i<arguments.length;i++)args[i-1]=arguments[i];queue.push(new Item(fun,args)),queue.length===1&&!draining&&runTimeout(drainQueue)};function Item(fun,array){this.fun=fun,this.array=array}Item.prototype.run=function(){this.fun.apply(null,this.array)};process2.title="browser";process2.browser=!0;process2.env={};process2.argv=[];process2.version="";process2.versions={};function noop(){}process2.on=noop;process2.addListener=noop;process2.once=noop;process2.off=noop;process2.removeListener=noop;process2.removeAllListeners=noop;process2.emit=noop;process2.prependListener=noop;process2.prependOnceListener=noop;process2.listeners=function(name){return[]};process2.binding=function(name){throw new Error("process.binding is not supported")};process2.cwd=function(){return"/"};process2.chdir=function(dir){throw new Error("process.chdir is not supported")};process2.umask=function(){return 0}}});var import_buffer,import_process,_globalThis,init_shim=__esm({"node_modules/node-stdlib-browser/helpers/esbuild/shim.js"(){import_buffer=__toESM(require_buffer()),import_process=__toESM(require_browser()),_globalThis=function(Object2){function get(){var _global3=this||self;return delete Object2.prototype.__magic__,_global3}if(typeof globalThis=="object")return globalThis;if(this)return get();Object2.defineProperty(Object2.prototype,"__magic__",{configurable:!0,get});var _global2=__magic__;return _global2}(Object)}});var require_global=__commonJS({"node_modules/core-js/internals/global.js"(exports,module){"use strict";init_define_process_env();init_shim();var check=function(it){return it&&it.Math===Math&&it};module.exports=check(typeof globalThis=="object"&&globalThis)||check(typeof window=="object"&&window)||check(typeof self=="object"&&self)||check(typeof window=="object"&&window)||check(typeof exports=="object"&&exports)||function(){return this}()||Function("return this")()}});var require_fails=__commonJS({"node_modules/core-js/internals/fails.js"(exports,module){"use strict";init_define_process_env();init_shim();module.exports=function(exec){try{return!!exec()}catch(error){return!0}}}});var require_descriptors=__commonJS({"node_modules/core-js/internals/descriptors.js"(exports,module){"use strict";init_define_process_env();init_shim();var fails=require_fails();module.exports=!fails(function(){return Object.defineProperty({},1,{get:function(){return 7}})[1]!==7})}});var require_function_bind_native=__commonJS({"node_modules/core-js/internals/function-bind-native.js"(exports,module){"use strict";init_define_process_env();init_shim();var fails=require_fails();module.exports=!fails(function(){var test=(function(){}).bind();return typeof test!="function"||test.hasOwnProperty("prototype")})}});var require_function_call=__commonJS({"node_modules/core-js/internals/function-call.js"(exports,module){"use strict";init_define_process_env();init_shim();var NATIVE_BIND=require_function_bind_native(),call=Function.prototype.call;module.exports=NATIVE_BIND?call.bind(call):function(){return call.apply(call,arguments)}}});var require_object_property_is_enumerable=__commonJS({"node_modules/core-js/internals/object-property-is-enumerable.js"(exports){"use strict";init_define_process_env();init_shim();var $propertyIsEnumerable={}.propertyIsEnumerable,getOwnPropertyDescriptor=Object.getOwnPropertyDescriptor,NASHORN_BUG=getOwnPropertyDescriptor&&!$propertyIsEnumerable.call({1:2},1);exports.f=NASHORN_BUG?function(V){var descriptor=getOwnPropertyDescriptor(this,V);return!!descriptor&&descriptor.enumerable}:$propertyIsEnumerable}});var require_create_property_descriptor=__commonJS({"node_modules/core-js/internals/create-property-descriptor.js"(exports,module){"use strict";init_define_process_env();init_shim();module.exports=function(bitmap,value){return{enumerable:!(bitmap&1),configurable:!(bitmap&2),writable:!(bitmap&4),value}}}});var require_function_uncurry_this=__commonJS({"node_modules/core-js/internals/function-uncurry-this.js"(exports,module){"use strict";init_define_process_env();init_shim();var NATIVE_BIND=require_function_bind_native(),FunctionPrototype=Function.prototype,call=FunctionPrototype.call,uncurryThisWithBind=NATIVE_BIND&&FunctionPrototype.bind.bind(call,call);module.exports=NATIVE_BIND?uncurryThisWithBind:function(fn){return function(){return call.apply(fn,arguments)}}}});var require_classof_raw=__commonJS({"node_modules/core-js/internals/classof-raw.js"(exports,module){"use strict";init_define_process_env();init_shim();var uncurryThis=require_function_uncurry_this(),toString=uncurryThis({}.toString),stringSlice=uncurryThis("".slice);module.exports=function(it){return stringSlice(toString(it),8,-1)}}});var require_indexed_object=__commonJS({"node_modules/core-js/internals/indexed-object.js"(exports,module){"use strict";init_define_process_env();init_shim();var uncurryThis=require_function_uncurry_this(),fails=require_fails(),classof=require_classof_raw(),$Object=Object,split=uncurryThis("".split);module.exports=fails(function(){return!$Object("z").propertyIsEnumerable(0)})?function(it){return classof(it)==="String"?split(it,""):$Object(it)}:$Object}});var require_is_null_or_undefined=__commonJS({"node_modules/core-js/internals/is-null-or-undefined.js"(exports,module){"use strict";init_define_process_env();init_shim();module.exports=function(it){return it==null}}});var require_require_object_coercible=__commonJS({"node_modules/core-js/internals/require-object-coercible.js"(exports,module){"use strict";init_define_process_env();init_shim();var isNullOrUndefined=require_is_null_or_undefined(),$TypeError=TypeError;module.exports=function(it){if(isNullOrUndefined(it))throw new $TypeError("Can't call method on "+it);return it}}});var require_to_indexed_object=__commonJS({"node_modules/core-js/internals/to-indexed-object.js"(exports,module){"use strict";init_define_process_env();init_shim();var IndexedObject=require_indexed_object(),requireObjectCoercible=require_require_object_coercible();module.exports=function(it){return IndexedObject(requireObjectCoercible(it))}}});var require_is_callable=__commonJS({"node_modules/core-js/internals/is-callable.js"(exports,module){"use strict";init_define_process_env();init_shim();var documentAll=typeof document=="object"&&document.all;module.exports=typeof documentAll>"u"&&documentAll!==void 0?function(argument){return typeof argument=="function"||argument===documentAll}:function(argument){return typeof argument=="function"}}});var require_is_object=__commonJS({"node_modules/core-js/internals/is-object.js"(exports,module){"use strict";init_define_process_env();init_shim();var isCallable=require_is_callable();module.exports=function(it){return typeof it=="object"?it!==null:isCallable(it)}}});var require_get_built_in=__commonJS({"node_modules/core-js/internals/get-built-in.js"(exports,module){"use strict";init_define_process_env();init_shim();var global=require_global(),isCallable=require_is_callable(),aFunction=function(argument){return isCallable(argument)?argument:void 0};module.exports=function(namespace,method){return arguments.length<2?aFunction(global[namespace]):global[namespace]&&global[namespace][method]}}});var require_object_is_prototype_of=__commonJS({"node_modules/core-js/internals/object-is-prototype-of.js"(exports,module){"use strict";init_define_process_env();init_shim();var uncurryThis=require_function_uncurry_this();module.exports=uncurryThis({}.isPrototypeOf)}});var require_engine_user_agent=__commonJS({"node_modules/core-js/internals/engine-user-agent.js"(exports,module){"use strict";init_define_process_env();init_shim();module.exports=typeof navigator<"u"&&String(navigator.userAgent)||""}});var require_engine_v8_version=__commonJS({"node_modules/core-js/internals/engine-v8-version.js"(exports,module){"use strict";init_define_process_env();init_shim();var global=require_global(),userAgent=require_engine_user_agent(),process2=global.process,Deno=global.Deno,versions=process2&&process2.versions||Deno&&Deno.version,v8=versions&&versions.v8,match,version;v8&&(match=v8.split("."),version=match[0]>0&&match[0]<4?1:+(match[0]+match[1]));!version&&userAgent&&(match=userAgent.match(/Edge\/(\d+)/),(!match||match[1]>=74)&&(match=userAgent.match(/Chrome\/(\d+)/),match&&(version=+match[1])));module.exports=version}});var require_symbol_constructor_detection=__commonJS({"node_modules/core-js/internals/symbol-constructor-detection.js"(exports,module){"use strict";init_define_process_env();init_shim();var V8_VERSION=require_engine_v8_version(),fails=require_fails(),global=require_global(),$String=global.String;module.exports=!!Object.getOwnPropertySymbols&&!fails(function(){var symbol=Symbol("symbol detection");return!$String(symbol)||!(Object(symbol)instanceof Symbol)||!Symbol.sham&&V8_VERSION&&V8_VERSION<41})}});var require_use_symbol_as_uid=__commonJS({"node_modules/core-js/internals/use-symbol-as-uid.js"(exports,module){"use strict";init_define_process_env();init_shim();var NATIVE_SYMBOL=require_symbol_constructor_detection();module.exports=NATIVE_SYMBOL&&!Symbol.sham&&typeof Symbol.iterator=="symbol"}});var require_is_symbol=__commonJS({"node_modules/core-js/internals/is-symbol.js"(exports,module){"use strict";init_define_process_env();init_shim();var getBuiltIn=require_get_built_in(),isCallable=require_is_callable(),isPrototypeOf=require_object_is_prototype_of(),USE_SYMBOL_AS_UID=require_use_symbol_as_uid(),$Object=Object;module.exports=USE_SYMBOL_AS_UID?function(it){return typeof it=="symbol"}:function(it){var $Symbol=getBuiltIn("Symbol");return isCallable($Symbol)&&isPrototypeOf($Symbol.prototype,$Object(it))}}});var require_try_to_string=__commonJS({"node_modules/core-js/internals/try-to-string.js"(exports,module){"use strict";init_define_process_env();init_shim();var $String=String;module.exports=function(argument){try{return $String(argument)}catch(error){return"Object"}}}});var require_a_callable=__commonJS({"node_modules/core-js/internals/a-callable.js"(exports,module){"use strict";init_define_process_env();init_shim();var isCallable=require_is_callable(),tryToString=require_try_to_string(),$TypeError=TypeError;module.exports=function(argument){if(isCallable(argument))return argument;throw new $TypeError(tryToString(argument)+" is not a function")}}});var require_get_method=__commonJS({"node_modules/core-js/internals/get-method.js"(exports,module){"use strict";init_define_process_env();init_shim();var aCallable=require_a_callable(),isNullOrUndefined=require_is_null_or_undefined();module.exports=function(V,P){var func=V[P];return isNullOrUndefined(func)?void 0:aCallable(func)}}});var require_ordinary_to_primitive=__commonJS({"node_modules/core-js/internals/ordinary-to-primitive.js"(exports,module){"use strict";init_define_process_env();init_shim();var call=require_function_call(),isCallable=require_is_callable(),isObject=require_is_object(),$TypeError=TypeError;module.exports=function(input,pref){var fn,val;if(pref==="string"&&isCallable(fn=input.toString)&&!isObject(val=call(fn,input))||isCallable(fn=input.valueOf)&&!isObject(val=call(fn,input))||pref!=="string"&&isCallable(fn=input.toString)&&!isObject(val=call(fn,input)))return val;throw new $TypeError("Can't convert object to primitive value")}}});var require_is_pure=__commonJS({"node_modules/core-js/internals/is-pure.js"(exports,module){"use strict";init_define_process_env();init_shim();module.exports=!1}});var require_define_global_property=__commonJS({"node_modules/core-js/internals/define-global-property.js"(exports,module){"use strict";init_define_process_env();init_shim();var global=require_global(),defineProperty=Object.defineProperty;module.exports=function(key,value){try{defineProperty(global,key,{value,configurable:!0,writable:!0})}catch(error){global[key]=value}return value}}});var require_shared_store=__commonJS({"node_modules/core-js/internals/shared-store.js"(exports,module){"use strict";init_define_process_env();init_shim();var global=require_global(),defineGlobalProperty=require_define_global_property(),SHARED="__core-js_shared__",store=global[SHARED]||defineGlobalProperty(SHARED,{});module.exports=store}});var require_shared=__commonJS({"node_modules/core-js/internals/shared.js"(exports,module){"use strict";init_define_process_env();init_shim();var IS_PURE=require_is_pure(),store=require_shared_store();(module.exports=function(key,value){return store[key]||(store[key]=value!==void 0?value:{})})("versions",[]).push({version:"3.35.1",mode:IS_PURE?"pure":"global",copyright:"\xA9 2014-2024 Denis Pushkarev (zloirock.ru)",license:"https://github.com/zloirock/core-js/blob/v3.35.1/LICENSE",source:"https://github.com/zloirock/core-js"})}});var require_to_object=__commonJS({"node_modules/core-js/internals/to-object.js"(exports,module){"use strict";init_define_process_env();init_shim();var requireObjectCoercible=require_require_object_coercible(),$Object=Object;module.exports=function(argument){return $Object(requireObjectCoercible(argument))}}});var require_has_own_property=__commonJS({"node_modules/core-js/internals/has-own-property.js"(exports,module){"use strict";init_define_process_env();init_shim();var uncurryThis=require_function_uncurry_this(),toObject=require_to_object(),hasOwnProperty=uncurryThis({}.hasOwnProperty);module.exports=Object.hasOwn||function(it,key){return hasOwnProperty(toObject(it),key)}}});var require_uid=__commonJS({"node_modules/core-js/internals/uid.js"(exports,module){"use strict";init_define_process_env();init_shim();var uncurryThis=require_function_uncurry_this(),id=0,postfix=Math.random(),toString=uncurryThis(1 .toString);module.exports=function(key){return"Symbol("+(key===void 0?"":key)+")_"+toString(++id+postfix,36)}}});var require_well_known_symbol=__commonJS({"node_modules/core-js/internals/well-known-symbol.js"(exports,module){"use strict";init_define_process_env();init_shim();var global=require_global(),shared=require_shared(),hasOwn=require_has_own_property(),uid=require_uid(),NATIVE_SYMBOL=require_symbol_constructor_detection(),USE_SYMBOL_AS_UID=require_use_symbol_as_uid(),Symbol2=global.Symbol,WellKnownSymbolsStore=shared("wks"),createWellKnownSymbol=USE_SYMBOL_AS_UID?Symbol2.for||Symbol2:Symbol2&&Symbol2.withoutSetter||uid;module.exports=function(name){return hasOwn(WellKnownSymbolsStore,name)||(WellKnownSymbolsStore[name]=NATIVE_SYMBOL&&hasOwn(Symbol2,name)?Symbol2[name]:createWellKnownSymbol("Symbol."+name)),WellKnownSymbolsStore[name]}}});var require_to_primitive=__commonJS({"node_modules/core-js/internals/to-primitive.js"(exports,module){"use strict";init_define_process_env();init_shim();var call=require_function_call(),isObject=require_is_object(),isSymbol=require_is_symbol(),getMethod=require_get_method(),ordinaryToPrimitive=require_ordinary_to_primitive(),wellKnownSymbol=require_well_known_symbol(),$TypeError=TypeError,TO_PRIMITIVE=wellKnownSymbol("toPrimitive");module.exports=function(input,pref){if(!isObject(input)||isSymbol(input))return input;var exoticToPrim=getMethod(input,TO_PRIMITIVE),result;if(exoticToPrim){if(pref===void 0&&(pref="default"),result=call(exoticToPrim,input,pref),!isObject(result)||isSymbol(result))return result;throw new $TypeError("Can't convert object to primitive value")}return pref===void 0&&(pref="number"),ordinaryToPrimitive(input,pref)}}});var require_to_property_key=__commonJS({"node_modules/core-js/internals/to-property-key.js"(exports,module){"use strict";init_define_process_env();init_shim();var toPrimitive=require_to_primitive(),isSymbol=require_is_symbol();module.exports=function(argument){var key=toPrimitive(argument,"string");return isSymbol(key)?key:key+""}}});var require_document_create_element=__commonJS({"node_modules/core-js/internals/document-create-element.js"(exports,module){"use strict";init_define_process_env();init_shim();var global=require_global(),isObject=require_is_object(),document2=global.document,EXISTS=isObject(document2)&&isObject(document2.createElement);module.exports=function(it){return EXISTS?document2.createElement(it):{}}}});var require_ie8_dom_define=__commonJS({"node_modules/core-js/internals/ie8-dom-define.js"(exports,module){"use strict";init_define_process_env();init_shim();var DESCRIPTORS=require_descriptors(),fails=require_fails(),createElement=require_document_create_element();module.exports=!DESCRIPTORS&&!fails(function(){return Object.defineProperty(createElement("div"),"a",{get:function(){return 7}}).a!==7})}});var require_object_get_own_property_descriptor=__commonJS({"node_modules/core-js/internals/object-get-own-property-descriptor.js"(exports){"use strict";init_define_process_env();init_shim();var DESCRIPTORS=require_descriptors(),call=require_function_call(),propertyIsEnumerableModule=require_object_property_is_enumerable(),createPropertyDescriptor=require_create_property_descriptor(),toIndexedObject=require_to_indexed_object(),toPropertyKey=require_to_property_key(),hasOwn=require_has_own_property(),IE8_DOM_DEFINE=require_ie8_dom_define(),$getOwnPropertyDescriptor=Object.getOwnPropertyDescriptor;exports.f=DESCRIPTORS?$getOwnPropertyDescriptor:function(O,P){if(O=toIndexedObject(O),P=toPropertyKey(P),IE8_DOM_DEFINE)try{return $getOwnPropertyDescriptor(O,P)}catch(error){}if(hasOwn(O,P))return createPropertyDescriptor(!call(propertyIsEnumerableModule.f,O,P),O[P])}}});var require_v8_prototype_define_bug=__commonJS({"node_modules/core-js/internals/v8-prototype-define-bug.js"(exports,module){"use strict";init_define_process_env();init_shim();var DESCRIPTORS=require_descriptors(),fails=require_fails();module.exports=DESCRIPTORS&&fails(function(){return Object.defineProperty(function(){},"prototype",{value:42,writable:!1}).prototype!==42})}});var require_an_object=__commonJS({"node_modules/core-js/internals/an-object.js"(exports,module){"use strict";init_define_process_env();init_shim();var isObject=require_is_object(),$String=String,$TypeError=TypeError;module.exports=function(argument){if(isObject(argument))return argument;throw new $TypeError($String(argument)+" is not an object")}}});var require_object_define_property=__commonJS({"node_modules/core-js/internals/object-define-property.js"(exports){"use strict";init_define_process_env();init_shim();var DESCRIPTORS=require_descriptors(),IE8_DOM_DEFINE=require_ie8_dom_define(),V8_PROTOTYPE_DEFINE_BUG=require_v8_prototype_define_bug(),anObject=require_an_object(),toPropertyKey=require_to_property_key(),$TypeError=TypeError,$defineProperty=Object.defineProperty,$getOwnPropertyDescriptor=Object.getOwnPropertyDescriptor,ENUMERABLE="enumerable",CONFIGURABLE="configurable",WRITABLE="writable";exports.f=DESCRIPTORS?V8_PROTOTYPE_DEFINE_BUG?function(O,P,Attributes){if(anObject(O),P=toPropertyKey(P),anObject(Attributes),typeof O=="function"&&P==="prototype"&&"value"in Attributes&&WRITABLE in Attributes&&!Attributes[WRITABLE]){var current=$getOwnPropertyDescriptor(O,P);current&&current[WRITABLE]&&(O[P]=Attributes.value,Attributes={configurable:CONFIGURABLE in Attributes?Attributes[CONFIGURABLE]:current[CONFIGURABLE],enumerable:ENUMERABLE in Attributes?Attributes[ENUMERABLE]:current[ENUMERABLE],writable:!1})}return $defineProperty(O,P,Attributes)}:$defineProperty:function(O,P,Attributes){if(anObject(O),P=toPropertyKey(P),anObject(Attributes),IE8_DOM_DEFINE)try{return $defineProperty(O,P,Attributes)}catch(error){}if("get"in Attributes||"set"in Attributes)throw new $TypeError("Accessors not supported");return"value"in Attributes&&(O[P]=Attributes.value),O}}});var require_create_non_enumerable_property=__commonJS({"node_modules/core-js/internals/create-non-enumerable-property.js"(exports,module){"use strict";init_define_process_env();init_shim();var DESCRIPTORS=require_descriptors(),definePropertyModule=require_object_define_property(),createPropertyDescriptor=require_create_property_descriptor();module.exports=DESCRIPTORS?function(object,key,value){return definePropertyModule.f(object,key,createPropertyDescriptor(1,value))}:function(object,key,value){return object[key]=value,object}}});var require_function_name=__commonJS({"node_modules/core-js/internals/function-name.js"(exports,module){"use strict";init_define_process_env();init_shim();var DESCRIPTORS=require_descriptors(),hasOwn=require_has_own_property(),FunctionPrototype=Function.prototype,getDescriptor=DESCRIPTORS&&Object.getOwnPropertyDescriptor,EXISTS=hasOwn(FunctionPrototype,"name"),PROPER=EXISTS&&(function(){}).name==="something",CONFIGURABLE=EXISTS&&(!DESCRIPTORS||DESCRIPTORS&&getDescriptor(FunctionPrototype,"name").configurable);module.exports={EXISTS,PROPER,CONFIGURABLE}}});var require_inspect_source=__commonJS({"node_modules/core-js/internals/inspect-source.js"(exports,module){"use strict";init_define_process_env();init_shim();var uncurryThis=require_function_uncurry_this(),isCallable=require_is_callable(),store=require_shared_store(),functionToString=uncurryThis(Function.toString);isCallable(store.inspectSource)||(store.inspectSource=function(it){return functionToString(it)});module.exports=store.inspectSource}});var require_weak_map_basic_detection=__commonJS({"node_modules/core-js/internals/weak-map-basic-detection.js"(exports,module){"use strict";init_define_process_env();init_shim();var global=require_global(),isCallable=require_is_callable(),WeakMap=global.WeakMap;module.exports=isCallable(WeakMap)&&/native code/.test(String(WeakMap))}});var require_shared_key=__commonJS({"node_modules/core-js/internals/shared-key.js"(exports,module){"use strict";init_define_process_env();init_shim();var shared=require_shared(),uid=require_uid(),keys=shared("keys");module.exports=function(key){return keys[key]||(keys[key]=uid(key))}}});var require_hidden_keys=__commonJS({"node_modules/core-js/internals/hidden-keys.js"(exports,module){"use strict";init_define_process_env();init_shim();module.exports={}}});var require_internal_state=__commonJS({"node_modules/core-js/internals/internal-state.js"(exports,module){"use strict";init_define_process_env();init_shim();var NATIVE_WEAK_MAP=require_weak_map_basic_detection(),global=require_global(),isObject=require_is_object(),createNonEnumerableProperty=require_create_non_enumerable_property(),hasOwn=require_has_own_property(),shared=require_shared_store(),sharedKey=require_shared_key(),hiddenKeys=require_hidden_keys(),OBJECT_ALREADY_INITIALIZED="Object already initialized",TypeError2=global.TypeError,WeakMap=global.WeakMap,set,get,has,enforce=function(it){return has(it)?get(it):set(it,{})},getterFor=function(TYPE){return function(it){var state;if(!isObject(it)||(state=get(it)).type!==TYPE)throw new TypeError2("Incompatible receiver, "+TYPE+" required");return state}};NATIVE_WEAK_MAP||shared.state?(store=shared.state||(shared.state=new WeakMap),store.get=store.get,store.has=store.has,store.set=store.set,set=function(it,metadata){if(store.has(it))throw new TypeError2(OBJECT_ALREADY_INITIALIZED);return metadata.facade=it,store.set(it,metadata),metadata},get=function(it){return store.get(it)||{}},has=function(it){return store.has(it)}):(STATE=sharedKey("state"),hiddenKeys[STATE]=!0,set=function(it,metadata){if(hasOwn(it,STATE))throw new TypeError2(OBJECT_ALREADY_INITIALIZED);return metadata.facade=it,createNonEnumerableProperty(it,STATE,metadata),metadata},get=function(it){return hasOwn(it,STATE)?it[STATE]:{}},has=function(it){return hasOwn(it,STATE)});var store,STATE;module.exports={set,get,has,enforce,getterFor}}});var require_make_built_in=__commonJS({"node_modules/core-js/internals/make-built-in.js"(exports,module){"use strict";init_define_process_env();init_shim();var uncurryThis=require_function_uncurry_this(),fails=require_fails(),isCallable=require_is_callable(),hasOwn=require_has_own_property(),DESCRIPTORS=require_descriptors(),CONFIGURABLE_FUNCTION_NAME=require_function_name().CONFIGURABLE,inspectSource=require_inspect_source(),InternalStateModule=require_internal_state(),enforceInternalState=InternalStateModule.enforce,getInternalState=InternalStateModule.get,$String=String,defineProperty=Object.defineProperty,stringSlice=uncurryThis("".slice),replace=uncurryThis("".replace),join=uncurryThis([].join),CONFIGURABLE_LENGTH=DESCRIPTORS&&!fails(function(){return defineProperty(function(){},"length",{value:8}).length!==8}),TEMPLATE=String(String).split("String"),makeBuiltIn=module.exports=function(value,name,options){stringSlice($String(name),0,7)==="Symbol("&&(name="["+replace($String(name),/^Symbol\(([^)]*)\).*$/,"$1")+"]"),options&&options.getter&&(name="get "+name),options&&options.setter&&(name="set "+name),(!hasOwn(value,"name")||CONFIGURABLE_FUNCTION_NAME&&value.name!==name)&&(DESCRIPTORS?defineProperty(value,"name",{value:name,configurable:!0}):value.name=name),CONFIGURABLE_LENGTH&&options&&hasOwn(options,"arity")&&value.length!==options.arity&&defineProperty(value,"length",{value:options.arity});try{options&&hasOwn(options,"constructor")&&options.constructor?DESCRIPTORS&&defineProperty(value,"prototype",{writable:!1}):value.prototype&&(value.prototype=void 0)}catch(error){}var state=enforceInternalState(value);return hasOwn(state,"source")||(state.source=join(TEMPLATE,typeof name=="string"?name:"")),value};Function.prototype.toString=makeBuiltIn(function(){return isCallable(this)&&getInternalState(this).source||inspectSource(this)},"toString")}});var require_define_built_in=__commonJS({"node_modules/core-js/internals/define-built-in.js"(exports,module){"use strict";init_define_process_env();init_shim();var isCallable=require_is_callable(),definePropertyModule=require_object_define_property(),makeBuiltIn=require_make_built_in(),defineGlobalProperty=require_define_global_property();module.exports=function(O,key,value,options){options||(options={});var simple=options.enumerable,name=options.name!==void 0?options.name:key;if(isCallable(value)&&makeBuiltIn(value,name,options),options.global)simple?O[key]=value:defineGlobalProperty(key,value);else{try{options.unsafe?O[key]&&(simple=!0):delete O[key]}catch(error){}simple?O[key]=value:definePropertyModule.f(O,key,{value,enumerable:!1,configurable:!options.nonConfigurable,writable:!options.nonWritable})}return O}}});var require_math_trunc=__commonJS({"node_modules/core-js/internals/math-trunc.js"(exports,module){"use strict";init_define_process_env();init_shim();var ceil=Math.ceil,floor=Math.floor;module.exports=Math.trunc||function(x){var n=+x;return(n>0?floor:ceil)(n)}}});var require_to_integer_or_infinity=__commonJS({"node_modules/core-js/internals/to-integer-or-infinity.js"(exports,module){"use strict";init_define_process_env();init_shim();var trunc=require_math_trunc();module.exports=function(argument){var number=+argument;return number!==number||number===0?0:trunc(number)}}});var require_to_absolute_index=__commonJS({"node_modules/core-js/internals/to-absolute-index.js"(exports,module){"use strict";init_define_process_env();init_shim();var toIntegerOrInfinity=require_to_integer_or_infinity(),max=Math.max,min=Math.min;module.exports=function(index,length){var integer=toIntegerOrInfinity(index);return integer<0?max(integer+length,0):min(integer,length)}}});var require_to_length=__commonJS({"node_modules/core-js/internals/to-length.js"(exports,module){"use strict";init_define_process_env();init_shim();var toIntegerOrInfinity=require_to_integer_or_infinity(),min=Math.min;module.exports=function(argument){var len=toIntegerOrInfinity(argument);return len>0?min(len,9007199254740991):0}}});var require_length_of_array_like=__commonJS({"node_modules/core-js/internals/length-of-array-like.js"(exports,module){"use strict";init_define_process_env();init_shim();var toLength=require_to_length();module.exports=function(obj){return toLength(obj.length)}}});var require_array_includes=__commonJS({"node_modules/core-js/internals/array-includes.js"(exports,module){"use strict";init_define_process_env();init_shim();var toIndexedObject=require_to_indexed_object(),toAbsoluteIndex=require_to_absolute_index(),lengthOfArrayLike=require_length_of_array_like(),createMethod=function(IS_INCLUDES){return function($this,el,fromIndex){var O=toIndexedObject($this),length=lengthOfArrayLike(O),index=toAbsoluteIndex(fromIndex,length),value;if(IS_INCLUDES&&el!==el){for(;length>index;)if(value=O[index++],value!==value)return!0}else for(;length>index;index++)if((IS_INCLUDES||index in O)&&O[index]===el)return IS_INCLUDES||index||0;return!IS_INCLUDES&&-1}};module.exports={includes:createMethod(!0),indexOf:createMethod(!1)}}});var require_object_keys_internal=__commonJS({"node_modules/core-js/internals/object-keys-internal.js"(exports,module){"use strict";init_define_process_env();init_shim();var uncurryThis=require_function_uncurry_this(),hasOwn=require_has_own_property(),toIndexedObject=require_to_indexed_object(),indexOf=require_array_includes().indexOf,hiddenKeys=require_hidden_keys(),push=uncurryThis([].push);module.exports=function(object,names){var O=toIndexedObject(object),i=0,result=[],key;for(key in O)!hasOwn(hiddenKeys,key)&&hasOwn(O,key)&&push(result,key);for(;names.length>i;)hasOwn(O,key=names[i++])&&(~indexOf(result,key)||push(result,key));return result}}});var require_enum_bug_keys=__commonJS({"node_modules/core-js/internals/enum-bug-keys.js"(exports,module){"use strict";init_define_process_env();init_shim();module.exports=["constructor","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","toLocaleString","toString","valueOf"]}});var require_object_get_own_property_names=__commonJS({"node_modules/core-js/internals/object-get-own-property-names.js"(exports){"use strict";init_define_process_env();init_shim();var internalObjectKeys=require_object_keys_internal(),enumBugKeys=require_enum_bug_keys(),hiddenKeys=enumBugKeys.concat("length","prototype");exports.f=Object.getOwnPropertyNames||function(O){return internalObjectKeys(O,hiddenKeys)}}});var require_object_get_own_property_symbols=__commonJS({"node_modules/core-js/internals/object-get-own-property-symbols.js"(exports){"use strict";init_define_process_env();init_shim();exports.f=Object.getOwnPropertySymbols}});var require_own_keys=__commonJS({"node_modules/core-js/internals/own-keys.js"(exports,module){"use strict";init_define_process_env();init_shim();var getBuiltIn=require_get_built_in(),uncurryThis=require_function_uncurry_this(),getOwnPropertyNamesModule=require_object_get_own_property_names(),getOwnPropertySymbolsModule=require_object_get_own_property_symbols(),anObject=require_an_object(),concat=uncurryThis([].concat);module.exports=getBuiltIn("Reflect","ownKeys")||function(it){var keys=getOwnPropertyNamesModule.f(anObject(it)),getOwnPropertySymbols=getOwnPropertySymbolsModule.f;return getOwnPropertySymbols?concat(keys,getOwnPropertySymbols(it)):keys}}});var require_copy_constructor_properties=__commonJS({"node_modules/core-js/internals/copy-constructor-properties.js"(exports,module){"use strict";init_define_process_env();init_shim();var hasOwn=require_has_own_property(),ownKeys=require_own_keys(),getOwnPropertyDescriptorModule=require_object_get_own_property_descriptor(),definePropertyModule=require_object_define_property();module.exports=function(target,source,exceptions){for(var keys=ownKeys(source),defineProperty=definePropertyModule.f,getOwnPropertyDescriptor=getOwnPropertyDescriptorModule.f,i=0;i<keys.length;i++){var key=keys[i];!hasOwn(target,key)&&!(exceptions&&hasOwn(exceptions,key))&&defineProperty(target,key,getOwnPropertyDescriptor(source,key))}}}});var require_is_forced=__commonJS({"node_modules/core-js/internals/is-forced.js"(exports,module){"use strict";init_define_process_env();init_shim();var fails=require_fails(),isCallable=require_is_callable(),replacement=/#|\.prototype\./,isForced=function(feature,detection){var value=data[normalize(feature)];return value===POLYFILL?!0:value===NATIVE?!1:isCallable(detection)?fails(detection):!!detection},normalize=isForced.normalize=function(string){return String(string).replace(replacement,".").toLowerCase()},data=isForced.data={},NATIVE=isForced.NATIVE="N",POLYFILL=isForced.POLYFILL="P";module.exports=isForced}});var require_export=__commonJS({"node_modules/core-js/internals/export.js"(exports,module){"use strict";init_define_process_env();init_shim();var global=require_global(),getOwnPropertyDescriptor=require_object_get_own_property_descriptor().f,createNonEnumerableProperty=require_create_non_enumerable_property(),defineBuiltIn=require_define_built_in(),defineGlobalProperty=require_define_global_property(),copyConstructorProperties=require_copy_constructor_properties(),isForced=require_is_forced();module.exports=function(options,source){var TARGET=options.target,GLOBAL=options.global,STATIC=options.stat,FORCED,target,key,targetProperty,sourceProperty,descriptor;if(GLOBAL?target=global:STATIC?target=global[TARGET]||defineGlobalProperty(TARGET,{}):target=global[TARGET]&&global[TARGET].prototype,target)for(key in source){if(sourceProperty=source[key],options.dontCallGetSet?(descriptor=getOwnPropertyDescriptor(target,key),targetProperty=descriptor&&descriptor.value):targetProperty=target[key],FORCED=isForced(GLOBAL?key:TARGET+(STATIC?".":"#")+key,options.forced),!FORCED&&targetProperty!==void 0){if(typeof sourceProperty==typeof targetProperty)continue;copyConstructorProperties(sourceProperty,targetProperty)}(options.sham||targetProperty&&targetProperty.sham)&&createNonEnumerableProperty(sourceProperty,"sham",!0),defineBuiltIn(target,key,sourceProperty,options)}}}});var require_object_keys=__commonJS({"node_modules/core-js/internals/object-keys.js"(exports,module){"use strict";init_define_process_env();init_shim();var internalObjectKeys=require_object_keys_internal(),enumBugKeys=require_enum_bug_keys();module.exports=Object.keys||function(O){return internalObjectKeys(O,enumBugKeys)}}});var require_object_define_properties=__commonJS({"node_modules/core-js/internals/object-define-properties.js"(exports){"use strict";init_define_process_env();init_shim();var DESCRIPTORS=require_descriptors(),V8_PROTOTYPE_DEFINE_BUG=require_v8_prototype_define_bug(),definePropertyModule=require_object_define_property(),anObject=require_an_object(),toIndexedObject=require_to_indexed_object(),objectKeys=require_object_keys();exports.f=DESCRIPTORS&&!V8_PROTOTYPE_DEFINE_BUG?Object.defineProperties:function(O,Properties){anObject(O);for(var props=toIndexedObject(Properties),keys=objectKeys(Properties),length=keys.length,index=0,key;length>index;)definePropertyModule.f(O,key=keys[index++],props[key]);return O}}});var require_html=__commonJS({"node_modules/core-js/internals/html.js"(exports,module){"use strict";init_define_process_env();init_shim();var getBuiltIn=require_get_built_in();module.exports=getBuiltIn("document","documentElement")}});var require_object_create=__commonJS({"node_modules/core-js/internals/object-create.js"(exports,module){"use strict";init_define_process_env();init_shim();var anObject=require_an_object(),definePropertiesModule=require_object_define_properties(),enumBugKeys=require_enum_bug_keys(),hiddenKeys=require_hidden_keys(),html=require_html(),documentCreateElement=require_document_create_element(),sharedKey=require_shared_key(),GT=">",LT="<",PROTOTYPE="prototype",SCRIPT="script",IE_PROTO=sharedKey("IE_PROTO"),EmptyConstructor=function(){},scriptTag=function(content){return LT+SCRIPT+GT+content+LT+"/"+SCRIPT+GT},NullProtoObjectViaActiveX=function(activeXDocument2){activeXDocument2.write(scriptTag("")),activeXDocument2.close();var temp=activeXDocument2.parentWindow.Object;return activeXDocument2=null,temp},NullProtoObjectViaIFrame=function(){var iframe=documentCreateElement("iframe"),JS="java"+SCRIPT+":",iframeDocument;return iframe.style.display="none",html.appendChild(iframe),iframe.src=String(JS),iframeDocument=iframe.contentWindow.document,iframeDocument.open(),iframeDocument.write(scriptTag("document.F=Object")),iframeDocument.close(),iframeDocument.F},activeXDocument,NullProtoObject=function(){try{activeXDocument=new ActiveXObject("htmlfile")}catch(error){}NullProtoObject=typeof document<"u"?document.domain&&activeXDocument?NullProtoObjectViaActiveX(activeXDocument):NullProtoObjectViaIFrame():NullProtoObjectViaActiveX(activeXDocument);for(var length=enumBugKeys.length;length--;)delete NullProtoObject[PROTOTYPE][enumBugKeys[length]];return NullProtoObject()};hiddenKeys[IE_PROTO]=!0;module.exports=Object.create||function(O,Properties){var result;return O!==null?(EmptyConstructor[PROTOTYPE]=anObject(O),result=new EmptyConstructor,EmptyConstructor[PROTOTYPE]=null,result[IE_PROTO]=O):result=NullProtoObject(),Properties===void 0?result:definePropertiesModule.f(result,Properties)}}});var require_add_to_unscopables=__commonJS({"node_modules/core-js/internals/add-to-unscopables.js"(exports,module){"use strict";init_define_process_env();init_shim();var wellKnownSymbol=require_well_known_symbol(),create=require_object_create(),defineProperty=require_object_define_property().f,UNSCOPABLES=wellKnownSymbol("unscopables"),ArrayPrototype=Array.prototype;ArrayPrototype[UNSCOPABLES]===void 0&&defineProperty(ArrayPrototype,UNSCOPABLES,{configurable:!0,value:create(null)});module.exports=function(key){ArrayPrototype[UNSCOPABLES][key]=!0}}});var require_es_array_includes=__commonJS({"node_modules/core-js/modules/es.array.includes.js"(){"use strict";init_define_process_env();init_shim();var $2=require_export(),$includes=require_array_includes().includes,fails=require_fails(),addToUnscopables=require_add_to_unscopables(),BROKEN_ON_SPARSE=fails(function(){return!Array(1).includes()});$2({target:"Array",proto:!0,forced:BROKEN_ON_SPARSE},{includes:function(el){return $includes(this,el,arguments.length>1?arguments[1]:void 0)}});addToUnscopables("includes")}});var require_is_regexp=__commonJS({"node_modules/core-js/internals/is-regexp.js"(exports,module){"use strict";init_define_process_env();init_shim();var isObject=require_is_object(),classof=require_classof_raw(),wellKnownSymbol=require_well_known_symbol(),MATCH=wellKnownSymbol("match");module.exports=function(it){var isRegExp;return isObject(it)&&((isRegExp=it[MATCH])!==void 0?!!isRegExp:classof(it)==="RegExp")}}});var require_not_a_regexp=__commonJS({"node_modules/core-js/internals/not-a-regexp.js"(exports,module){"use strict";init_define_process_env();init_shim();var isRegExp=require_is_regexp(),$TypeError=TypeError;module.exports=function(it){if(isRegExp(it))throw new $TypeError("The method doesn't accept regular expressions");return it}}});var require_to_string_tag_support=__commonJS({"node_modules/core-js/internals/to-string-tag-support.js"(exports,module){"use strict";init_define_process_env();init_shim();var wellKnownSymbol=require_well_known_symbol(),TO_STRING_TAG=wellKnownSymbol("toStringTag"),test={};test[TO_STRING_TAG]="z";module.exports=String(test)==="[object z]"}});var require_classof=__commonJS({"node_modules/core-js/internals/classof.js"(exports,module){"use strict";init_define_process_env();init_shim();var TO_STRING_TAG_SUPPORT=require_to_string_tag_support(),isCallable=require_is_callable(),classofRaw=require_classof_raw(),wellKnownSymbol=require_well_known_symbol(),TO_STRING_TAG=wellKnownSymbol("toStringTag"),$Object=Object,CORRECT_ARGUMENTS=classofRaw(function(){return arguments}())==="Arguments",tryGet=function(it,key){try{return it[key]}catch(error){}};module.exports=TO_STRING_TAG_SUPPORT?classofRaw:function(it){var O,tag,result;return it===void 0?"Undefined":it===null?"Null":typeof(tag=tryGet(O=$Object(it),TO_STRING_TAG))=="string"?tag:CORRECT_ARGUMENTS?classofRaw(O):(result=classofRaw(O))==="Object"&&isCallable(O.callee)?"Arguments":result}}});var require_to_string=__commonJS({"node_modules/core-js/internals/to-string.js"(exports,module){"use strict";init_define_process_env();init_shim();var classof=require_classof(),$String=String;module.exports=function(argument){if(classof(argument)==="Symbol")throw new TypeError("Cannot convert a Symbol value to a string");return $String(argument)}}});var require_correct_is_regexp_logic=__commonJS({"node_modules/core-js/internals/correct-is-regexp-logic.js"(exports,module){"use strict";init_define_process_env();init_shim();var wellKnownSymbol=require_well_known_symbol(),MATCH=wellKnownSymbol("match");module.exports=function(METHOD_NAME){var regexp=/./;try{"/./"[METHOD_NAME](regexp)}catch(error1){try{return regexp[MATCH]=!1,"/./"[METHOD_NAME](regexp)}catch(error2){}}return!1}}});var require_es_string_includes=__commonJS({"node_modules/core-js/modules/es.string.includes.js"(){"use strict";init_define_process_env();init_shim();var $2=require_export(),uncurryThis=require_function_uncurry_this(),notARegExp=require_not_a_regexp(),requireObjectCoercible=require_require_object_coercible(),toString=require_to_string(),correctIsRegExpLogic=require_correct_is_regexp_logic(),stringIndexOf=uncurryThis("".indexOf);$2({target:"String",proto:!0,forced:!correctIsRegExpLogic("includes")},{includes:function(searchString){return!!~stringIndexOf(toString(requireObjectCoercible(this)),toString(notARegExp(searchString)),arguments.length>1?arguments[1]:void 0)}})}});var require_regexp_flags=__commonJS({"node_modules/core-js/internals/regexp-flags.js"(exports,module){"use strict";init_define_process_env();init_shim();var anObject=require_an_object();module.exports=function(){var that=anObject(this),result="";return that.hasIndices&&(result+="d"),that.global&&(result+="g"),that.ignoreCase&&(result+="i"),that.multiline&&(result+="m"),that.dotAll&&(result+="s"),that.unicode&&(result+="u"),that.unicodeSets&&(result+="v"),that.sticky&&(result+="y"),result}}});var require_regexp_sticky_helpers=__commonJS({"node_modules/core-js/internals/regexp-sticky-helpers.js"(exports,module){"use strict";init_define_process_env();init_shim();var fails=require_fails(),global=require_global(),$RegExp=global.RegExp,UNSUPPORTED_Y=fails(function(){var re=$RegExp("a","y");return re.lastIndex=2,re.exec("abcd")!==null}),MISSED_STICKY=UNSUPPORTED_Y||fails(function(){return!$RegExp("a","y").sticky}),BROKEN_CARET=UNSUPPORTED_Y||fails(function(){var re=$RegExp("^r","gy");return re.lastIndex=2,re.exec("str")!==null});module.exports={BROKEN_CARET,MISSED_STICKY,UNSUPPORTED_Y}}});var require_regexp_unsupported_dot_all=__commonJS({"node_modules/core-js/internals/regexp-unsupported-dot-all.js"(exports,module){"use strict";init_define_process_env();init_shim();var fails=require_fails(),global=require_global(),$RegExp=global.RegExp;module.exports=fails(function(){var re=$RegExp(".","s");return!(re.dotAll&&re.test("\n")&&re.flags==="s")})}});var require_regexp_unsupported_ncg=__commonJS({"node_modules/core-js/internals/regexp-unsupported-ncg.js"(exports,module){"use strict";init_define_process_env();init_shim();var fails=require_fails(),global=require_global(),$RegExp=global.RegExp;module.exports=fails(function(){var re=$RegExp("(?<a>b)","g");return re.exec("b").groups.a!=="b"||"b".replace(re,"$<a>c")!=="bc"})}});var require_regexp_exec=__commonJS({"node_modules/core-js/internals/regexp-exec.js"(exports,module){"use strict";init_define_process_env();init_shim();var call=require_function_call(),uncurryThis=require_function_uncurry_this(),toString=require_to_string(),regexpFlags=require_regexp_flags(),stickyHelpers=require_regexp_sticky_helpers(),shared=require_shared(),create=require_object_create(),getInternalState=require_internal_state().get,UNSUPPORTED_DOT_ALL=require_regexp_unsupported_dot_all(),UNSUPPORTED_NCG=require_regexp_unsupported_ncg(),nativeReplace=shared("native-string-replace",String.prototype.replace),nativeExec=RegExp.prototype.exec,patchedExec=nativeExec,charAt=uncurryThis("".charAt),indexOf=uncurryThis("".indexOf),replace=uncurryThis("".replace),stringSlice=uncurryThis("".slice),UPDATES_LAST_INDEX_WRONG=function(){var re1=/a/,re2=/b*/g;return call(nativeExec,re1,"a"),call(nativeExec,re2,"a"),re1.lastIndex!==0||re2.lastIndex!==0}(),UNSUPPORTED_Y=stickyHelpers.BROKEN_CARET,NPCG_INCLUDED=/()??/.exec("")[1]!==void 0,PATCH=UPDATES_LAST_INDEX_WRONG||NPCG_INCLUDED||UNSUPPORTED_Y||UNSUPPORTED_DOT_ALL||UNSUPPORTED_NCG;PATCH&&(patchedExec=function(string){var re=this,state=getInternalState(re),str=toString(string),raw=state.raw,result,reCopy,lastIndex,match,i,object,group;if(raw)return raw.lastIndex=re.lastIndex,result=call(patchedExec,raw,str),re.lastIndex=raw.lastIndex,result;var groups=state.groups,sticky=UNSUPPORTED_Y&&re.sticky,flags=call(regexpFlags,re),source=re.source,charsAdded=0,strCopy=str;if(sticky&&(flags=replace(flags,"y",""),indexOf(flags,"g")===-1&&(flags+="g"),strCopy=stringSlice(str,re.lastIndex),re.lastIndex>0&&(!re.multiline||re.multiline&&charAt(str,re.lastIndex-1)!=="\n")&&(source="(?: "+source+")",strCopy=" "+strCopy,charsAdded++),reCopy=new RegExp("^(?:"+source+")",flags)),NPCG_INCLUDED&&(reCopy=new RegExp("^"+source+"$(?!\\s)",flags)),UPDATES_LAST_INDEX_WRONG&&(lastIndex=re.lastIndex),match=call(nativeExec,sticky?reCopy:re,strCopy),sticky?match?(match.input=stringSlice(match.input,charsAdded),match[0]=stringSlice(match[0],charsAdded),match.index=re.lastIndex,re.lastIndex+=match[0].length):re.lastIndex=0:UPDATES_LAST_INDEX_WRONG&&match&&(re.lastIndex=re.global?match.index+match[0].length:lastIndex),NPCG_INCLUDED&&match&&match.length>1&&call(nativeReplace,match[0],reCopy,function(){for(i=1;i<arguments.length-2;i++)arguments[i]===void 0&&(match[i]=void 0)}),match&&groups)for(match.groups=object=create(null),i=0;i<groups.length;i++)group=groups[i],object[group[0]]=match[group[1]];return match});module.exports=patchedExec}});var require_es_regexp_exec=__commonJS({"node_modules/core-js/modules/es.regexp.exec.js"(){"use strict";init_define_process_env();init_shim();var $2=require_export(),exec=require_regexp_exec();$2({target:"RegExp",proto:!0,forced:/./.exec!==exec},{exec})}});var require_function_apply=__commonJS({"node_modules/core-js/internals/function-apply.js"(exports,module){"use strict";init_define_process_env();init_shim();var NATIVE_BIND=require_function_bind_native(),FunctionPrototype=Function.prototype,apply=FunctionPrototype.apply,call=FunctionPrototype.call;module.exports=typeof Reflect=="object"&&Reflect.apply||(NATIVE_BIND?call.bind(apply):function(){return call.apply(apply,arguments)})}});var require_fix_regexp_well_known_symbol_logic=__commonJS({"node_modules/core-js/internals/fix-regexp-well-known-symbol-logic.js"(exports,module){"use strict";init_define_process_env();init_shim();require_es_regexp_exec();var call=require_function_call(),defineBuiltIn=require_define_built_in(),regexpExec=require_regexp_exec(),fails=require_fails(),wellKnownSymbol=require_well_known_symbol(),createNonEnumerableProperty=require_create_non_enumerable_property(),SPECIES=wellKnownSymbol("species"),RegExpPrototype=RegExp.prototype;module.exports=function(KEY,exec,FORCED,SHAM){var SYMBOL=wellKnownSymbol(KEY),DELEGATES_TO_SYMBOL=!fails(function(){var O={};return O[SYMBOL]=function(){return 7},""[KEY](O)!==7}),DELEGATES_TO_EXEC=DELEGATES_TO_SYMBOL&&!fails(function(){var execCalled=!1,re=/a/;return KEY==="split"&&(re={},re.constructor={},re.constructor[SPECIES]=function(){return re},re.flags="",re[SYMBOL]=/./[SYMBOL]),re.exec=function(){return execCalled=!0,null},re[SYMBOL](""),!execCalled});if(!DELEGATES_TO_SYMBOL||!DELEGATES_TO_EXEC||FORCED){var nativeRegExpMethod=/./[SYMBOL],methods=exec(SYMBOL,""[KEY],function(nativeMethod,regexp,str,arg2,forceStringMethod){var $exec=regexp.exec;return $exec===regexpExec||$exec===RegExpPrototype.exec?DELEGATES_TO_SYMBOL&&!forceStringMethod?{done:!0,value:call(nativeRegExpMethod,regexp,str,arg2)}:{done:!0,value:call(nativeMethod,str,regexp,arg2)}:{done:!1}});defineBuiltIn(String.prototype,KEY,methods[0]),defineBuiltIn(RegExpPrototype,SYMBOL,methods[1])}SHAM&&createNonEnumerableProperty(RegExpPrototype[SYMBOL],"sham",!0)}}});var require_string_multibyte=__commonJS({"node_modules/core-js/internals/string-multibyte.js"(exports,module){"use strict";init_define_process_env();init_shim();var uncurryThis=require_function_uncurry_this(),toIntegerOrInfinity=require_to_integer_or_infinity(),toString=require_to_string(),requireObjectCoercible=require_require_object_coercible(),charAt=uncurryThis("".charAt),charCodeAt=uncurryThis("".charCodeAt),stringSlice=uncurryThis("".slice),createMethod=function(CONVERT_TO_STRING){return function($this,pos){var S=toString(requireObjectCoercible($this)),position=toIntegerOrInfinity(pos),size=S.length,first,second;return position<0||position>=size?CONVERT_TO_STRING?"":void 0:(first=charCodeAt(S,position),first<55296||first>56319||position+1===size||(second=charCodeAt(S,position+1))<56320||second>57343?CONVERT_TO_STRING?charAt(S,position):first:CONVERT_TO_STRING?stringSlice(S,position,position+2):(first-55296<<10)+(second-56320)+65536)}};module.exports={codeAt:createMethod(!1),charAt:createMethod(!0)}}});var require_advance_string_index=__commonJS({"node_modules/core-js/internals/advance-string-index.js"(exports,module){"use strict";init_define_process_env();init_shim();var charAt=require_string_multibyte().charAt;module.exports=function(S,index,unicode){return index+(unicode?charAt(S,index).length:1)}}});var require_get_substitution=__commonJS({"node_modules/core-js/internals/get-substitution.js"(exports,module){"use strict";init_define_process_env();init_shim();var uncurryThis=require_function_uncurry_this(),toObject=require_to_object(),floor=Math.floor,charAt=uncurryThis("".charAt),replace=uncurryThis("".replace),stringSlice=uncurryThis("".slice),SUBSTITUTION_SYMBOLS=/\$([$&'`]|\d{1,2}|<[^>]*>)/g,SUBSTITUTION_SYMBOLS_NO_NAMED=/\$([$&'`]|\d{1,2})/g;module.exports=function(matched,str,position,captures,namedCaptures,replacement){var tailPos=position+matched.length,m=captures.length,symbols=SUBSTITUTION_SYMBOLS_NO_NAMED;return namedCaptures!==void 0&&(namedCaptures=toObject(namedCaptures),symbols=SUBSTITUTION_SYMBOLS),replace(replacement,symbols,function(match,ch){var capture;switch(charAt(ch,0)){case"$":return"$";case"&":return matched;case"`":return stringSlice(str,0,position);case"'":return stringSlice(str,tailPos);case"<":capture=namedCaptures[stringSlice(ch,1,-1)];break;default:var n=+ch;if(n===0)return match;if(n>m){var f=floor(n/10);return f===0?match:f<=m?captures[f-1]===void 0?charAt(ch,1):captures[f-1]+charAt(ch,1):match}capture=captures[n-1]}return capture===void 0?"":capture})}}});var require_regexp_exec_abstract=__commonJS({"node_modules/core-js/internals/regexp-exec-abstract.js"(exports,module){"use strict";init_define_process_env();init_shim();var call=require_function_call(),anObject=require_an_object(),isCallable=require_is_callable(),classof=require_classof_raw(),regexpExec=require_regexp_exec(),$TypeError=TypeError;module.exports=function(R,S){var exec=R.exec;if(isCallable(exec)){var result=call(exec,R,S);return result!==null&&anObject(result),result}if(classof(R)==="RegExp")return call(regexpExec,R,S);throw new $TypeError("RegExp#exec called on incompatible receiver")}}});var require_es_string_replace=__commonJS({"node_modules/core-js/modules/es.string.replace.js"(){"use strict";init_define_process_env();init_shim();var apply=require_function_apply(),call=require_function_call(),uncurryThis=require_function_uncurry_this(),fixRegExpWellKnownSymbolLogic=require_fix_regexp_well_known_symbol_logic(),fails=require_fails(),anObject=require_an_object(),isCallable=require_is_callable(),isNullOrUndefined=require_is_null_or_undefined(),toIntegerOrInfinity=require_to_integer_or_infinity(),toLength=require_to_length(),toString=require_to_string(),requireObjectCoercible=require_require_object_coercible(),advanceStringIndex=require_advance_string_index(),getMethod=require_get_method(),getSubstitution=require_get_substitution(),regExpExec=require_regexp_exec_abstract(),wellKnownSymbol=require_well_known_symbol(),REPLACE=wellKnownSymbol("replace"),max=Math.max,min=Math.min,concat=uncurryThis([].concat),push=uncurryThis([].push),stringIndexOf=uncurryThis("".indexOf),stringSlice=uncurryThis("".slice),maybeToString=function(it){return it===void 0?it:String(it)},REPLACE_KEEPS_$0=function(){return"a".replace(/./,"$0")==="$0"}(),REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE=function(){return/./[REPLACE]?/./[REPLACE]("a","$0")==="":!1}(),REPLACE_SUPPORTS_NAMED_GROUPS=!fails(function(){var re=/./;return re.exec=function(){var result=[];return result.groups={a:"7"},result},"".replace(re,"$<a>")!=="7"});fixRegExpWellKnownSymbolLogic("replace",function(_,nativeReplace,maybeCallNative){var UNSAFE_SUBSTITUTE=REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE?"$":"$0";return[function(searchValue,replaceValue){var O=requireObjectCoercible(this),replacer=isNullOrUndefined(searchValue)?void 0:getMethod(searchValue,REPLACE);return replacer?call(replacer,searchValue,O,replaceValue):call(nativeReplace,toString(O),searchValue,replaceValue)},function(string,replaceValue){var rx=anObject(this),S=toString(string);if(typeof replaceValue=="string"&&stringIndexOf(replaceValue,UNSAFE_SUBSTITUTE)===-1&&stringIndexOf(replaceValue,"$<")===-1){var res=maybeCallNative(nativeReplace,rx,S,replaceValue);if(res.done)return res.value}var functionalReplace=isCallable(replaceValue);functionalReplace||(replaceValue=toString(replaceValue));var global=rx.global,fullUnicode;global&&(fullUnicode=rx.unicode,rx.lastIndex=0);for(var results=[],result;result=regExpExec(rx,S),!(result===null||(push(results,result),!global));){var matchStr=toString(result[0]);matchStr===""&&(rx.lastIndex=advanceStringIndex(S,toLength(rx.lastIndex),fullUnicode))}for(var accumulatedResult="",nextSourcePosition=0,i=0;i<results.length;i++){result=results[i];for(var matched=toString(result[0]),position=max(min(toIntegerOrInfinity(result.index),S.length),0),captures=[],replacement,j=1;j<result.length;j++)push(captures,maybeToString(result[j]));var namedCaptures=result.groups;if(functionalReplace){var replacerArgs=concat([matched],captures,position,S);namedCaptures!==void 0&&push(replacerArgs,namedCaptures),replacement=toString(apply(replaceValue,void 0,replacerArgs))}else replacement=getSubstitution(matched,S,position,captures,namedCaptures,replaceValue);position>=nextSourcePosition&&(accumulatedResult+=stringSlice(S,nextSourcePosition,position)+replacement,nextSourcePosition=position+matched.length)}return accumulatedResult+stringSlice(S,nextSourcePosition)}]},!REPLACE_SUPPORTS_NAMED_GROUPS||!REPLACE_KEEPS_$0||REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE)}});var _window$u,_window,_window$safe_require,_window2,u,safe_require,init_window_register=__esm({"lib-browser-old/window_register.js"(){"use strict";init_define_process_env();init_shim();u=(_window$u=(_window=window)==null?void 0:_window.u)!=null?_window$u:_u,safe_require=(_window$safe_require=(_window2=window)==null?void 0:_window2.safe_require)!=null?_window$safe_require:_safe_require}});var materialicons_Materialicon_exports={};__export(materialicons_Materialicon_exports,{additional_data:()=>additional_data,initialize:()=>initialize,property_applications:()=>property_applications_internal});function initialize(instance){return services.log_plugin_element_init({name:this.plugin_name,plugin:PLUGIN_FILE}),instance.wait_for_visible_lite(()=>{let canvas=instance.get_canvas();return property_applications.patch_user_agent_styles(canvas),canvas.addClass("inner-element bubble-element material-icons"),element_eval.on_property_change(instance,"icon",icon=>{icon.includes(".outline")?(canvas.removeClass("material-icons"),canvas.addClass("material-icons-outline")):(canvas.removeClass("material-icons-outline"),canvas.addClass("material-icons")),canvas.text(icon.replace(".outline",""))}),element_eval.on_property_change(instance,"icon_color",icon_color=>canvas.css("color",icon_color)),icons_legacy.calculate_font_size_for_fontawesome(instance)})}var import_es_array_includes,import_es_string_includes,import_es_regexp_exec,import_es_string_replace,services,property_applications,icons_legacy,element_eval,PLUGIN_FILE,property_applications_internal,additional_data,init_materialicons_Materialicon=__esm({"lib-browser-old/optional/services/legacy/responsive_v0/materialicons_Materialicon.js"(){"use strict";init_define_process_env();init_shim();import_es_array_includes=__toESM(require_es_array_includes()),import_es_string_includes=__toESM(require_es_string_includes()),import_es_regexp_exec=__toESM(require_es_regexp_exec()),import_es_string_replace=__toESM(require_es_string_replace());init_window_register();services=safe_require.safe_require("./services"),property_applications=safe_require.safe_require("./core/property_applications"),icons_legacy=safe_require.safe_require("./core/core_elements/legacy/responsive_v0/shared/icons"),element_eval=safe_require.safe_require("./lang/evaluation/element_eval"),PLUGIN_FILE="materialicons",property_applications_internal=[new property_applications.MinWidth];additional_data={notify_width(instance,width){return instance.state("notify_width",width)}}}});init_define_process_env();init_shim();var import_es_array_includes2=__toESM(require_es_array_includes()),import_es_string_includes2=__toESM(require_es_string_includes()),import_es_regexp_exec2=__toESM(require_es_regexp_exec()),import_es_string_replace2=__toESM(require_es_string_replace());init_window_register();var element_eval2=safe_require.safe_require("./lang/evaluation/element_eval"),external=safe_require.safe_require("./external"),services2=safe_require.safe_require("./services"),Lib=safe_require.safe_require("./lib"),appquery=safe_require.safe_require("./lang/appquery"),property_applications2=safe_require.safe_require("./core/property_applications"),element_workflows=safe_require.safe_require("./core/core_elements/core_elements_utilities/element_workflows"),icons=safe_require.safe_require("./core/core_elements/shared/icons"),element_modifications=safe_require.safe_require("./core/core_elements/legacy/responsive_v0/element_modifications");element_modifications.set_legacy_element_modifications("materialicons-Materialicon",(init_materialicons_Materialicon(),__toCommonJS(materialicons_Materialicon_exports)));var goToElementEvent;u.is_edit_mode()&&!u.is_plugin_edit_mode()&&({goToElementEvent}=safe_require.safe_require("./editor/workflow_tab/logic/events"));var PLUGIN_FILE2="materialicons";function plugin_version(){if(Lib()){var _appquery$get_public_;return(_appquery$get_public_=appquery.get_public_setting("materialicons_installed_version"))!=null?_appquery$get_public_:0}else return 1}function uses_css_responsive(){return Lib()?plugin_version()>=1||appquery.get_public_setting("materialicons_css_responsive")===!0:!0}var cls=class extends external.Service{constructor(){super(),this.authenticator=new external.NoAuth,this.elements=this._get_initial_elements()}_get_initial_elements(){return{Materialicon:{display:"Material Icon",category:"visual elements",icon:"ion-social-google",condition(root){var _root$is_mobile;return!(root!=null&&(_root$is_mobile=root.is_mobile)!=null&&_root$is_mobile.call(root))},defaults:{font_alignment:"center",background_style:"none",border_style:"none",border_roundness:4,border_width:2,border_color:"#6B6B6B",boxshadow_style:"none",width:80,height:80},field_names:u.extend({icon:{default:"insert_emoticon"},icon_color:{default:"#373737",in_style:!0}},element_workflows.start_workflow_field_names),property_applications:[new property_applications2.Dimensions,new property_applications2.FontShadow,new property_applications2.Border,new property_applications2.BoxShadow,new property_applications2.Background,new property_applications2.ToolTip,new property_applications2.ResponsiveElement],get uses_css_responsive(){return uses_css_responsive()},get_html(instance){return"<button></button>"},get_min_width(element){return 0},transition_properties:{icon_color:"color"},change_cursor_style_if_clickable:!0,initialize(instance){return services2.log_plugin_element_init({name:this.plugin_name,plugin:PLUGIN_FILE2}),instance.wait_for_visible_lite(()=>{let canvas=instance.get_canvas();property_applications2.patch_user_agent_styles(canvas),$(document).ready(()=>{instance.autorun(()=>{canvas.empty();let icon=element_eval2.evaluate_property(instance,"icon"),icon_name=icon;icon!=null&&icon.includes(".outline")?(icon_name=icon.replace(".outline",""),canvas.append(icons.get_svg_canvas("material-icons-outline",icon_name,icons.ICON_SIZE/2,-icons.ICON_SIZE/2,"start"))):canvas.append(icons.get_svg_canvas("material-icons",icon_name,icons.ICON_SIZE/2,-icons.ICON_SIZE/2,"start")),element_eval2.evaluate_property(instance,"button_disabled")&&canvas.attr("tabindex","-1")})}),element_eval2.on_property_change(instance,"icon_color",icon_color=>canvas.css("color",icon_color))})},is_input:!1,contains_group_data:!1,events:["ButtonClicked","ElementPressed"],add_an_invisible_div_on_the_top:!1,css_files:["css/optional/material-icons.css"]}}}keys(){return plugin_version()>=1?{}:{css_responsive:{caption:"Use new responsive properties for this plugin's elements",type:"client_safe",editor:"Checkbox"}}}},materialicons={cls};typeof window<"u"&&window!==null&&((_window$optional_modu=(_window3=window).optional_modules)!=null||(_window3.optional_modules={}),window.optional_modules.materialicons=materialicons);var _window3,_window$optional_modu,plugin_registry=safe_require.safe_require("./services/shared/plugin_registry");plugin_registry.register_plugin("materialicons",materialicons);})();
/*! Bundled license information:

buffer/index.js:
  (*!
   * The buffer module from node.js, for the browser.
   *
   * @author   Feross Aboukhadijeh <https://feross.org>
   * @license  MIT
   *)
*/

}


window.preloaded['plugin/first_party:materialicons'] = true;
window._bubble_page_load_data.hardcoded_plugins['linkedin_with_open_id'] = true;
window.__code__ = window.__code__ || {};
if(!window.__code__['baeb30e7838dcbb31625c098dcf95b9e8026cf220b6380c88a894eefc01a0416']){window.__code__['baeb30e7838dcbb31625c098dcf95b9e8026cf220b6380c88a894eefc01a0416']=1;

"use strict";(()=>{var __create=Object.create;var __defProp=Object.defineProperty;var __getOwnPropDesc=Object.getOwnPropertyDescriptor;var __getOwnPropNames=Object.getOwnPropertyNames;var __getProtoOf=Object.getPrototypeOf,__hasOwnProp=Object.prototype.hasOwnProperty;var __esm=(fn,res)=>function(){return fn&&(res=(0,fn[__getOwnPropNames(fn)[0]])(fn=0)),res};var __commonJS=(cb,mod)=>function(){return mod||(0,cb[__getOwnPropNames(cb)[0]])((mod={exports:{}}).exports,mod),mod.exports};var __copyProps=(to,from,except,desc)=>{if(from&&typeof from=="object"||typeof from=="function")for(let key of __getOwnPropNames(from))!__hasOwnProp.call(to,key)&&key!==except&&__defProp(to,key,{get:()=>from[key],enumerable:!(desc=__getOwnPropDesc(from,key))||desc.enumerable});return to};var __toESM=(mod,isNodeMode,target)=>(target=mod!=null?__create(__getProtoOf(mod)):{},__copyProps(isNodeMode||!mod||!mod.__esModule?__defProp(target,"default",{value:mod,enumerable:!0}):target,mod));var init_define_process_env=__esm({"<define:process.env>"(){}});var require_base64_js=__commonJS({"node_modules/base64-js/index.js"(exports){"use strict";init_define_process_env();init_shim();exports.byteLength=byteLength;exports.toByteArray=toByteArray;exports.fromByteArray=fromByteArray;var lookup=[],revLookup=[],Arr=typeof Uint8Array<"u"?Uint8Array:Array,code="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/";for(i=0,len=code.length;i<len;++i)lookup[i]=code[i],revLookup[code.charCodeAt(i)]=i;var i,len;revLookup["-".charCodeAt(0)]=62;revLookup["_".charCodeAt(0)]=63;function getLens(b64){var len2=b64.length;if(len2%4>0)throw new Error("Invalid string. Length must be a multiple of 4");var validLen=b64.indexOf("=");validLen===-1&&(validLen=len2);var placeHoldersLen=validLen===len2?0:4-validLen%4;return[validLen,placeHoldersLen]}function byteLength(b64){var lens=getLens(b64),validLen=lens[0],placeHoldersLen=lens[1];return(validLen+placeHoldersLen)*3/4-placeHoldersLen}function _byteLength(b64,validLen,placeHoldersLen){return(validLen+placeHoldersLen)*3/4-placeHoldersLen}function toByteArray(b64){var tmp,lens=getLens(b64),validLen=lens[0],placeHoldersLen=lens[1],arr=new Arr(_byteLength(b64,validLen,placeHoldersLen)),curByte=0,len2=placeHoldersLen>0?validLen-4:validLen,i2;for(i2=0;i2<len2;i2+=4)tmp=revLookup[b64.charCodeAt(i2)]<<18|revLookup[b64.charCodeAt(i2+1)]<<12|revLookup[b64.charCodeAt(i2+2)]<<6|revLookup[b64.charCodeAt(i2+3)],arr[curByte++]=tmp>>16&255,arr[curByte++]=tmp>>8&255,arr[curByte++]=tmp&255;return placeHoldersLen===2&&(tmp=revLookup[b64.charCodeAt(i2)]<<2|revLookup[b64.charCodeAt(i2+1)]>>4,arr[curByte++]=tmp&255),placeHoldersLen===1&&(tmp=revLookup[b64.charCodeAt(i2)]<<10|revLookup[b64.charCodeAt(i2+1)]<<4|revLookup[b64.charCodeAt(i2+2)]>>2,arr[curByte++]=tmp>>8&255,arr[curByte++]=tmp&255),arr}function tripletToBase64(num){return lookup[num>>18&63]+lookup[num>>12&63]+lookup[num>>6&63]+lookup[num&63]}function encodeChunk(uint8,start,end){for(var tmp,output=[],i2=start;i2<end;i2+=3)tmp=(uint8[i2]<<16&16711680)+(uint8[i2+1]<<8&65280)+(uint8[i2+2]&255),output.push(tripletToBase64(tmp));return output.join("")}function fromByteArray(uint8){for(var tmp,len2=uint8.length,extraBytes=len2%3,parts=[],maxChunkLength=16383,i2=0,len22=len2-extraBytes;i2<len22;i2+=maxChunkLength)parts.push(encodeChunk(uint8,i2,i2+maxChunkLength>len22?len22:i2+maxChunkLength));return extraBytes===1?(tmp=uint8[len2-1],parts.push(lookup[tmp>>2]+lookup[tmp<<4&63]+"==")):extraBytes===2&&(tmp=(uint8[len2-2]<<8)+uint8[len2-1],parts.push(lookup[tmp>>10]+lookup[tmp>>4&63]+lookup[tmp<<2&63]+"=")),parts.join("")}}});var require_ieee754=__commonJS({"node_modules/ieee754/index.js"(exports){init_define_process_env();init_shim();exports.read=function(buffer,offset,isLE,mLen,nBytes){var e,m,eLen=nBytes*8-mLen-1,eMax=(1<<eLen)-1,eBias=eMax>>1,nBits=-7,i=isLE?nBytes-1:0,d=isLE?-1:1,s=buffer[offset+i];for(i+=d,e=s&(1<<-nBits)-1,s>>=-nBits,nBits+=eLen;nBits>0;e=e*256+buffer[offset+i],i+=d,nBits-=8);for(m=e&(1<<-nBits)-1,e>>=-nBits,nBits+=mLen;nBits>0;m=m*256+buffer[offset+i],i+=d,nBits-=8);if(e===0)e=1-eBias;else{if(e===eMax)return m?NaN:(s?-1:1)*(1/0);m=m+Math.pow(2,mLen),e=e-eBias}return(s?-1:1)*m*Math.pow(2,e-mLen)};exports.write=function(buffer,value,offset,isLE,mLen,nBytes){var e,m,c,eLen=nBytes*8-mLen-1,eMax=(1<<eLen)-1,eBias=eMax>>1,rt=mLen===23?Math.pow(2,-24)-Math.pow(2,-77):0,i=isLE?0:nBytes-1,d=isLE?1:-1,s=value<0||value===0&&1/value<0?1:0;for(value=Math.abs(value),isNaN(value)||value===1/0?(m=isNaN(value)?1:0,e=eMax):(e=Math.floor(Math.log(value)/Math.LN2),value*(c=Math.pow(2,-e))<1&&(e--,c*=2),e+eBias>=1?value+=rt/c:value+=rt*Math.pow(2,1-eBias),value*c>=2&&(e++,c/=2),e+eBias>=eMax?(m=0,e=eMax):e+eBias>=1?(m=(value*c-1)*Math.pow(2,mLen),e=e+eBias):(m=value*Math.pow(2,eBias-1)*Math.pow(2,mLen),e=0));mLen>=8;buffer[offset+i]=m&255,i+=d,m/=256,mLen-=8);for(e=e<<mLen|m,eLen+=mLen;eLen>0;buffer[offset+i]=e&255,i+=d,e/=256,eLen-=8);buffer[offset+i-d]|=s*128}}});var require_buffer=__commonJS({"node_modules/node-stdlib-browser/node_modules/buffer/index.js"(exports){"use strict";init_define_process_env();init_shim();var base64=require_base64_js(),ieee754=require_ieee754(),customInspectSymbol=typeof Symbol=="function"&&typeof Symbol.for=="function"?Symbol.for("nodejs.util.inspect.custom"):null;exports.Buffer=Buffer3;exports.SlowBuffer=SlowBuffer;exports.INSPECT_MAX_BYTES=50;var K_MAX_LENGTH=2147483647;exports.kMaxLength=K_MAX_LENGTH;Buffer3.TYPED_ARRAY_SUPPORT=typedArraySupport();!Buffer3.TYPED_ARRAY_SUPPORT&&typeof console<"u"&&typeof console.error=="function"&&console.error("This browser lacks typed array (Uint8Array) support which is required by `buffer` v5.x. Use `buffer` v4.x if you require old browser support.");function typedArraySupport(){try{var arr=new Uint8Array(1),proto={foo:function(){return 42}};return Object.setPrototypeOf(proto,Uint8Array.prototype),Object.setPrototypeOf(arr,proto),arr.foo()===42}catch(e){return!1}}Object.defineProperty(Buffer3.prototype,"parent",{enumerable:!0,get:function(){if(Buffer3.isBuffer(this))return this.buffer}});Object.defineProperty(Buffer3.prototype,"offset",{enumerable:!0,get:function(){if(Buffer3.isBuffer(this))return this.byteOffset}});function createBuffer(length){if(length>K_MAX_LENGTH)throw new RangeError('The value "'+length+'" is invalid for option "size"');var buf=new Uint8Array(length);return Object.setPrototypeOf(buf,Buffer3.prototype),buf}function Buffer3(arg,encodingOrOffset,length){if(typeof arg=="number"){if(typeof encodingOrOffset=="string")throw new TypeError('The "string" argument must be of type string. Received type number');return allocUnsafe(arg)}return from(arg,encodingOrOffset,length)}Buffer3.poolSize=8192;function from(value,encodingOrOffset,length){if(typeof value=="string")return fromString(value,encodingOrOffset);if(ArrayBuffer.isView(value))return fromArrayView(value);if(value==null)throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof value);if(isInstance(value,ArrayBuffer)||value&&isInstance(value.buffer,ArrayBuffer)||typeof SharedArrayBuffer<"u"&&(isInstance(value,SharedArrayBuffer)||value&&isInstance(value.buffer,SharedArrayBuffer)))return fromArrayBuffer(value,encodingOrOffset,length);if(typeof value=="number")throw new TypeError('The "value" argument must not be of type number. Received type number');var valueOf=value.valueOf&&value.valueOf();if(valueOf!=null&&valueOf!==value)return Buffer3.from(valueOf,encodingOrOffset,length);var b=fromObject(value);if(b)return b;if(typeof Symbol<"u"&&Symbol.toPrimitive!=null&&typeof value[Symbol.toPrimitive]=="function")return Buffer3.from(value[Symbol.toPrimitive]("string"),encodingOrOffset,length);throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof value)}Buffer3.from=function(value,encodingOrOffset,length){return from(value,encodingOrOffset,length)};Object.setPrototypeOf(Buffer3.prototype,Uint8Array.prototype);Object.setPrototypeOf(Buffer3,Uint8Array);function assertSize(size){if(typeof size!="number")throw new TypeError('"size" argument must be of type number');if(size<0)throw new RangeError('The value "'+size+'" is invalid for option "size"')}function alloc(size,fill,encoding){return assertSize(size),size<=0?createBuffer(size):fill!==void 0?typeof encoding=="string"?createBuffer(size).fill(fill,encoding):createBuffer(size).fill(fill):createBuffer(size)}Buffer3.alloc=function(size,fill,encoding){return alloc(size,fill,encoding)};function allocUnsafe(size){return assertSize(size),createBuffer(size<0?0:checked(size)|0)}Buffer3.allocUnsafe=function(size){return allocUnsafe(size)};Buffer3.allocUnsafeSlow=function(size){return allocUnsafe(size)};function fromString(string,encoding){if((typeof encoding!="string"||encoding==="")&&(encoding="utf8"),!Buffer3.isEncoding(encoding))throw new TypeError("Unknown encoding: "+encoding);var length=byteLength(string,encoding)|0,buf=createBuffer(length),actual=buf.write(string,encoding);return actual!==length&&(buf=buf.slice(0,actual)),buf}function fromArrayLike(array){for(var length=array.length<0?0:checked(array.length)|0,buf=createBuffer(length),i=0;i<length;i+=1)buf[i]=array[i]&255;return buf}function fromArrayView(arrayView){if(isInstance(arrayView,Uint8Array)){var copy=new Uint8Array(arrayView);return fromArrayBuffer(copy.buffer,copy.byteOffset,copy.byteLength)}return fromArrayLike(arrayView)}function fromArrayBuffer(array,byteOffset,length){if(byteOffset<0||array.byteLength<byteOffset)throw new RangeError('"offset" is outside of buffer bounds');if(array.byteLength<byteOffset+(length||0))throw new RangeError('"length" is outside of buffer bounds');var buf;return byteOffset===void 0&&length===void 0?buf=new Uint8Array(array):length===void 0?buf=new Uint8Array(array,byteOffset):buf=new Uint8Array(array,byteOffset,length),Object.setPrototypeOf(buf,Buffer3.prototype),buf}function fromObject(obj){if(Buffer3.isBuffer(obj)){var len=checked(obj.length)|0,buf=createBuffer(len);return buf.length===0||obj.copy(buf,0,0,len),buf}if(obj.length!==void 0)return typeof obj.length!="number"||numberIsNaN(obj.length)?createBuffer(0):fromArrayLike(obj);if(obj.type==="Buffer"&&Array.isArray(obj.data))return fromArrayLike(obj.data)}function checked(length){if(length>=K_MAX_LENGTH)throw new RangeError("Attempt to allocate Buffer larger than maximum size: 0x"+K_MAX_LENGTH.toString(16)+" bytes");return length|0}function SlowBuffer(length){return+length!=length&&(length=0),Buffer3.alloc(+length)}Buffer3.isBuffer=function(b){return b!=null&&b._isBuffer===!0&&b!==Buffer3.prototype};Buffer3.compare=function(a,b){if(isInstance(a,Uint8Array)&&(a=Buffer3.from(a,a.offset,a.byteLength)),isInstance(b,Uint8Array)&&(b=Buffer3.from(b,b.offset,b.byteLength)),!Buffer3.isBuffer(a)||!Buffer3.isBuffer(b))throw new TypeError('The "buf1", "buf2" arguments must be one of type Buffer or Uint8Array');if(a===b)return 0;for(var x=a.length,y=b.length,i=0,len=Math.min(x,y);i<len;++i)if(a[i]!==b[i]){x=a[i],y=b[i];break}return x<y?-1:y<x?1:0};Buffer3.isEncoding=function(encoding){switch(String(encoding).toLowerCase()){case"hex":case"utf8":case"utf-8":case"ascii":case"latin1":case"binary":case"base64":case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return!0;default:return!1}};Buffer3.concat=function(list,length){if(!Array.isArray(list))throw new TypeError('"list" argument must be an Array of Buffers');if(list.length===0)return Buffer3.alloc(0);var i;if(length===void 0)for(length=0,i=0;i<list.length;++i)length+=list[i].length;var buffer=Buffer3.allocUnsafe(length),pos=0;for(i=0;i<list.length;++i){var buf=list[i];if(isInstance(buf,Uint8Array))pos+buf.length>buffer.length?Buffer3.from(buf).copy(buffer,pos):Uint8Array.prototype.set.call(buffer,buf,pos);else if(Buffer3.isBuffer(buf))buf.copy(buffer,pos);else throw new TypeError('"list" argument must be an Array of Buffers');pos+=buf.length}return buffer};function byteLength(string,encoding){if(Buffer3.isBuffer(string))return string.length;if(ArrayBuffer.isView(string)||isInstance(string,ArrayBuffer))return string.byteLength;if(typeof string!="string")throw new TypeError('The "string" argument must be one of type string, Buffer, or ArrayBuffer. Received type '+typeof string);var len=string.length,mustMatch=arguments.length>2&&arguments[2]===!0;if(!mustMatch&&len===0)return 0;for(var loweredCase=!1;;)switch(encoding){case"ascii":case"latin1":case"binary":return len;case"utf8":case"utf-8":return utf8ToBytes(string).length;case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return len*2;case"hex":return len>>>1;case"base64":return base64ToBytes(string).length;default:if(loweredCase)return mustMatch?-1:utf8ToBytes(string).length;encoding=(""+encoding).toLowerCase(),loweredCase=!0}}Buffer3.byteLength=byteLength;function slowToString(encoding,start,end){var loweredCase=!1;if((start===void 0||start<0)&&(start=0),start>this.length||((end===void 0||end>this.length)&&(end=this.length),end<=0)||(end>>>=0,start>>>=0,end<=start))return"";for(encoding||(encoding="utf8");;)switch(encoding){case"hex":return hexSlice(this,start,end);case"utf8":case"utf-8":return utf8Slice(this,start,end);case"ascii":return asciiSlice(this,start,end);case"latin1":case"binary":return latin1Slice(this,start,end);case"base64":return base64Slice(this,start,end);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return utf16leSlice(this,start,end);default:if(loweredCase)throw new TypeError("Unknown encoding: "+encoding);encoding=(encoding+"").toLowerCase(),loweredCase=!0}}Buffer3.prototype._isBuffer=!0;function swap(b,n,m){var i=b[n];b[n]=b[m],b[m]=i}Buffer3.prototype.swap16=function(){var len=this.length;if(len%2!==0)throw new RangeError("Buffer size must be a multiple of 16-bits");for(var i=0;i<len;i+=2)swap(this,i,i+1);return this};Buffer3.prototype.swap32=function(){var len=this.length;if(len%4!==0)throw new RangeError("Buffer size must be a multiple of 32-bits");for(var i=0;i<len;i+=4)swap(this,i,i+3),swap(this,i+1,i+2);return this};Buffer3.prototype.swap64=function(){var len=this.length;if(len%8!==0)throw new RangeError("Buffer size must be a multiple of 64-bits");for(var i=0;i<len;i+=8)swap(this,i,i+7),swap(this,i+1,i+6),swap(this,i+2,i+5),swap(this,i+3,i+4);return this};Buffer3.prototype.toString=function(){var length=this.length;return length===0?"":arguments.length===0?utf8Slice(this,0,length):slowToString.apply(this,arguments)};Buffer3.prototype.toLocaleString=Buffer3.prototype.toString;Buffer3.prototype.equals=function(b){if(!Buffer3.isBuffer(b))throw new TypeError("Argument must be a Buffer");return this===b?!0:Buffer3.compare(this,b)===0};Buffer3.prototype.inspect=function(){var str="",max=exports.INSPECT_MAX_BYTES;return str=this.toString("hex",0,max).replace(/(.{2})/g,"$1 ").trim(),this.length>max&&(str+=" ... "),"<Buffer "+str+">"};customInspectSymbol&&(Buffer3.prototype[customInspectSymbol]=Buffer3.prototype.inspect);Buffer3.prototype.compare=function(target,start,end,thisStart,thisEnd){if(isInstance(target,Uint8Array)&&(target=Buffer3.from(target,target.offset,target.byteLength)),!Buffer3.isBuffer(target))throw new TypeError('The "target" argument must be one of type Buffer or Uint8Array. Received type '+typeof target);if(start===void 0&&(start=0),end===void 0&&(end=target?target.length:0),thisStart===void 0&&(thisStart=0),thisEnd===void 0&&(thisEnd=this.length),start<0||end>target.length||thisStart<0||thisEnd>this.length)throw new RangeError("out of range index");if(thisStart>=thisEnd&&start>=end)return 0;if(thisStart>=thisEnd)return-1;if(start>=end)return 1;if(start>>>=0,end>>>=0,thisStart>>>=0,thisEnd>>>=0,this===target)return 0;for(var x=thisEnd-thisStart,y=end-start,len=Math.min(x,y),thisCopy=this.slice(thisStart,thisEnd),targetCopy=target.slice(start,end),i=0;i<len;++i)if(thisCopy[i]!==targetCopy[i]){x=thisCopy[i],y=targetCopy[i];break}return x<y?-1:y<x?1:0};function bidirectionalIndexOf(buffer,val,byteOffset,encoding,dir){if(buffer.length===0)return-1;if(typeof byteOffset=="string"?(encoding=byteOffset,byteOffset=0):byteOffset>2147483647?byteOffset=2147483647:byteOffset<-2147483648&&(byteOffset=-2147483648),byteOffset=+byteOffset,numberIsNaN(byteOffset)&&(byteOffset=dir?0:buffer.length-1),byteOffset<0&&(byteOffset=buffer.length+byteOffset),byteOffset>=buffer.length){if(dir)return-1;byteOffset=buffer.length-1}else if(byteOffset<0)if(dir)byteOffset=0;else return-1;if(typeof val=="string"&&(val=Buffer3.from(val,encoding)),Buffer3.isBuffer(val))return val.length===0?-1:arrayIndexOf(buffer,val,byteOffset,encoding,dir);if(typeof val=="number")return val=val&255,typeof Uint8Array.prototype.indexOf=="function"?dir?Uint8Array.prototype.indexOf.call(buffer,val,byteOffset):Uint8Array.prototype.lastIndexOf.call(buffer,val,byteOffset):arrayIndexOf(buffer,[val],byteOffset,encoding,dir);throw new TypeError("val must be string, number or Buffer")}function arrayIndexOf(arr,val,byteOffset,encoding,dir){var indexSize=1,arrLength=arr.length,valLength=val.length;if(encoding!==void 0&&(encoding=String(encoding).toLowerCase(),encoding==="ucs2"||encoding==="ucs-2"||encoding==="utf16le"||encoding==="utf-16le")){if(arr.length<2||val.length<2)return-1;indexSize=2,arrLength/=2,valLength/=2,byteOffset/=2}function read(buf,i2){return indexSize===1?buf[i2]:buf.readUInt16BE(i2*indexSize)}var i;if(dir){var foundIndex=-1;for(i=byteOffset;i<arrLength;i++)if(read(arr,i)===read(val,foundIndex===-1?0:i-foundIndex)){if(foundIndex===-1&&(foundIndex=i),i-foundIndex+1===valLength)return foundIndex*indexSize}else foundIndex!==-1&&(i-=i-foundIndex),foundIndex=-1}else for(byteOffset+valLength>arrLength&&(byteOffset=arrLength-valLength),i=byteOffset;i>=0;i--){for(var found=!0,j=0;j<valLength;j++)if(read(arr,i+j)!==read(val,j)){found=!1;break}if(found)return i}return-1}Buffer3.prototype.includes=function(val,byteOffset,encoding){return this.indexOf(val,byteOffset,encoding)!==-1};Buffer3.prototype.indexOf=function(val,byteOffset,encoding){return bidirectionalIndexOf(this,val,byteOffset,encoding,!0)};Buffer3.prototype.lastIndexOf=function(val,byteOffset,encoding){return bidirectionalIndexOf(this,val,byteOffset,encoding,!1)};function hexWrite(buf,string,offset,length){offset=Number(offset)||0;var remaining=buf.length-offset;length?(length=Number(length),length>remaining&&(length=remaining)):length=remaining;var strLen=string.length;length>strLen/2&&(length=strLen/2);for(var i=0;i<length;++i){var parsed=parseInt(string.substr(i*2,2),16);if(numberIsNaN(parsed))return i;buf[offset+i]=parsed}return i}function utf8Write(buf,string,offset,length){return blitBuffer(utf8ToBytes(string,buf.length-offset),buf,offset,length)}function asciiWrite(buf,string,offset,length){return blitBuffer(asciiToBytes(string),buf,offset,length)}function base64Write(buf,string,offset,length){return blitBuffer(base64ToBytes(string),buf,offset,length)}function ucs2Write(buf,string,offset,length){return blitBuffer(utf16leToBytes(string,buf.length-offset),buf,offset,length)}Buffer3.prototype.write=function(string,offset,length,encoding){if(offset===void 0)encoding="utf8",length=this.length,offset=0;else if(length===void 0&&typeof offset=="string")encoding=offset,length=this.length,offset=0;else if(isFinite(offset))offset=offset>>>0,isFinite(length)?(length=length>>>0,encoding===void 0&&(encoding="utf8")):(encoding=length,length=void 0);else throw new Error("Buffer.write(string, encoding, offset[, length]) is no longer supported");var remaining=this.length-offset;if((length===void 0||length>remaining)&&(length=remaining),string.length>0&&(length<0||offset<0)||offset>this.length)throw new RangeError("Attempt to write outside buffer bounds");encoding||(encoding="utf8");for(var loweredCase=!1;;)switch(encoding){case"hex":return hexWrite(this,string,offset,length);case"utf8":case"utf-8":return utf8Write(this,string,offset,length);case"ascii":case"latin1":case"binary":return asciiWrite(this,string,offset,length);case"base64":return base64Write(this,string,offset,length);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return ucs2Write(this,string,offset,length);default:if(loweredCase)throw new TypeError("Unknown encoding: "+encoding);encoding=(""+encoding).toLowerCase(),loweredCase=!0}};Buffer3.prototype.toJSON=function(){return{type:"Buffer",data:Array.prototype.slice.call(this._arr||this,0)}};function base64Slice(buf,start,end){return start===0&&end===buf.length?base64.fromByteArray(buf):base64.fromByteArray(buf.slice(start,end))}function utf8Slice(buf,start,end){end=Math.min(buf.length,end);for(var res=[],i=start;i<end;){var firstByte=buf[i],codePoint=null,bytesPerSequence=firstByte>239?4:firstByte>223?3:firstByte>191?2:1;if(i+bytesPerSequence<=end){var secondByte,thirdByte,fourthByte,tempCodePoint;switch(bytesPerSequence){case 1:firstByte<128&&(codePoint=firstByte);break;case 2:secondByte=buf[i+1],(secondByte&192)===128&&(tempCodePoint=(firstByte&31)<<6|secondByte&63,tempCodePoint>127&&(codePoint=tempCodePoint));break;case 3:secondByte=buf[i+1],thirdByte=buf[i+2],(secondByte&192)===128&&(thirdByte&192)===128&&(tempCodePoint=(firstByte&15)<<12|(secondByte&63)<<6|thirdByte&63,tempCodePoint>2047&&(tempCodePoint<55296||tempCodePoint>57343)&&(codePoint=tempCodePoint));break;case 4:secondByte=buf[i+1],thirdByte=buf[i+2],fourthByte=buf[i+3],(secondByte&192)===128&&(thirdByte&192)===128&&(fourthByte&192)===128&&(tempCodePoint=(firstByte&15)<<18|(secondByte&63)<<12|(thirdByte&63)<<6|fourthByte&63,tempCodePoint>65535&&tempCodePoint<1114112&&(codePoint=tempCodePoint))}}codePoint===null?(codePoint=65533,bytesPerSequence=1):codePoint>65535&&(codePoint-=65536,res.push(codePoint>>>10&1023|55296),codePoint=56320|codePoint&1023),res.push(codePoint),i+=bytesPerSequence}return decodeCodePointsArray(res)}var MAX_ARGUMENTS_LENGTH=4096;function decodeCodePointsArray(codePoints){var len=codePoints.length;if(len<=MAX_ARGUMENTS_LENGTH)return String.fromCharCode.apply(String,codePoints);for(var res="",i=0;i<len;)res+=String.fromCharCode.apply(String,codePoints.slice(i,i+=MAX_ARGUMENTS_LENGTH));return res}function asciiSlice(buf,start,end){var ret="";end=Math.min(buf.length,end);for(var i=start;i<end;++i)ret+=String.fromCharCode(buf[i]&127);return ret}function latin1Slice(buf,start,end){var ret="";end=Math.min(buf.length,end);for(var i=start;i<end;++i)ret+=String.fromCharCode(buf[i]);return ret}function hexSlice(buf,start,end){var len=buf.length;(!start||start<0)&&(start=0),(!end||end<0||end>len)&&(end=len);for(var out="",i=start;i<end;++i)out+=hexSliceLookupTable[buf[i]];return out}function utf16leSlice(buf,start,end){for(var bytes=buf.slice(start,end),res="",i=0;i<bytes.length-1;i+=2)res+=String.fromCharCode(bytes[i]+bytes[i+1]*256);return res}Buffer3.prototype.slice=function(start,end){var len=this.length;start=~~start,end=end===void 0?len:~~end,start<0?(start+=len,start<0&&(start=0)):start>len&&(start=len),end<0?(end+=len,end<0&&(end=0)):end>len&&(end=len),end<start&&(end=start);var newBuf=this.subarray(start,end);return Object.setPrototypeOf(newBuf,Buffer3.prototype),newBuf};function checkOffset(offset,ext,length){if(offset%1!==0||offset<0)throw new RangeError("offset is not uint");if(offset+ext>length)throw new RangeError("Trying to access beyond buffer length")}Buffer3.prototype.readUintLE=Buffer3.prototype.readUIntLE=function(offset,byteLength2,noAssert){offset=offset>>>0,byteLength2=byteLength2>>>0,noAssert||checkOffset(offset,byteLength2,this.length);for(var val=this[offset],mul=1,i=0;++i<byteLength2&&(mul*=256);)val+=this[offset+i]*mul;return val};Buffer3.prototype.readUintBE=Buffer3.prototype.readUIntBE=function(offset,byteLength2,noAssert){offset=offset>>>0,byteLength2=byteLength2>>>0,noAssert||checkOffset(offset,byteLength2,this.length);for(var val=this[offset+--byteLength2],mul=1;byteLength2>0&&(mul*=256);)val+=this[offset+--byteLength2]*mul;return val};Buffer3.prototype.readUint8=Buffer3.prototype.readUInt8=function(offset,noAssert){return offset=offset>>>0,noAssert||checkOffset(offset,1,this.length),this[offset]};Buffer3.prototype.readUint16LE=Buffer3.prototype.readUInt16LE=function(offset,noAssert){return offset=offset>>>0,noAssert||checkOffset(offset,2,this.length),this[offset]|this[offset+1]<<8};Buffer3.prototype.readUint16BE=Buffer3.prototype.readUInt16BE=function(offset,noAssert){return offset=offset>>>0,noAssert||checkOffset(offset,2,this.length),this[offset]<<8|this[offset+1]};Buffer3.prototype.readUint32LE=Buffer3.prototype.readUInt32LE=function(offset,noAssert){return offset=offset>>>0,noAssert||checkOffset(offset,4,this.length),(this[offset]|this[offset+1]<<8|this[offset+2]<<16)+this[offset+3]*16777216};Buffer3.prototype.readUint32BE=Buffer3.prototype.readUInt32BE=function(offset,noAssert){return offset=offset>>>0,noAssert||checkOffset(offset,4,this.length),this[offset]*16777216+(this[offset+1]<<16|this[offset+2]<<8|this[offset+3])};Buffer3.prototype.readIntLE=function(offset,byteLength2,noAssert){offset=offset>>>0,byteLength2=byteLength2>>>0,noAssert||checkOffset(offset,byteLength2,this.length);for(var val=this[offset],mul=1,i=0;++i<byteLength2&&(mul*=256);)val+=this[offset+i]*mul;return mul*=128,val>=mul&&(val-=Math.pow(2,8*byteLength2)),val};Buffer3.prototype.readIntBE=function(offset,byteLength2,noAssert){offset=offset>>>0,byteLength2=byteLength2>>>0,noAssert||checkOffset(offset,byteLength2,this.length);for(var i=byteLength2,mul=1,val=this[offset+--i];i>0&&(mul*=256);)val+=this[offset+--i]*mul;return mul*=128,val>=mul&&(val-=Math.pow(2,8*byteLength2)),val};Buffer3.prototype.readInt8=function(offset,noAssert){return offset=offset>>>0,noAssert||checkOffset(offset,1,this.length),this[offset]&128?(255-this[offset]+1)*-1:this[offset]};Buffer3.prototype.readInt16LE=function(offset,noAssert){offset=offset>>>0,noAssert||checkOffset(offset,2,this.length);var val=this[offset]|this[offset+1]<<8;return val&32768?val|4294901760:val};Buffer3.prototype.readInt16BE=function(offset,noAssert){offset=offset>>>0,noAssert||checkOffset(offset,2,this.length);var val=this[offset+1]|this[offset]<<8;return val&32768?val|4294901760:val};Buffer3.prototype.readInt32LE=function(offset,noAssert){return offset=offset>>>0,noAssert||checkOffset(offset,4,this.length),this[offset]|this[offset+1]<<8|this[offset+2]<<16|this[offset+3]<<24};Buffer3.prototype.readInt32BE=function(offset,noAssert){return offset=offset>>>0,noAssert||checkOffset(offset,4,this.length),this[offset]<<24|this[offset+1]<<16|this[offset+2]<<8|this[offset+3]};Buffer3.prototype.readFloatLE=function(offset,noAssert){return offset=offset>>>0,noAssert||checkOffset(offset,4,this.length),ieee754.read(this,offset,!0,23,4)};Buffer3.prototype.readFloatBE=function(offset,noAssert){return offset=offset>>>0,noAssert||checkOffset(offset,4,this.length),ieee754.read(this,offset,!1,23,4)};Buffer3.prototype.readDoubleLE=function(offset,noAssert){return offset=offset>>>0,noAssert||checkOffset(offset,8,this.length),ieee754.read(this,offset,!0,52,8)};Buffer3.prototype.readDoubleBE=function(offset,noAssert){return offset=offset>>>0,noAssert||checkOffset(offset,8,this.length),ieee754.read(this,offset,!1,52,8)};function checkInt(buf,value,offset,ext,max,min){if(!Buffer3.isBuffer(buf))throw new TypeError('"buffer" argument must be a Buffer instance');if(value>max||value<min)throw new RangeError('"value" argument is out of bounds');if(offset+ext>buf.length)throw new RangeError("Index out of range")}Buffer3.prototype.writeUintLE=Buffer3.prototype.writeUIntLE=function(value,offset,byteLength2,noAssert){if(value=+value,offset=offset>>>0,byteLength2=byteLength2>>>0,!noAssert){var maxBytes=Math.pow(2,8*byteLength2)-1;checkInt(this,value,offset,byteLength2,maxBytes,0)}var mul=1,i=0;for(this[offset]=value&255;++i<byteLength2&&(mul*=256);)this[offset+i]=value/mul&255;return offset+byteLength2};Buffer3.prototype.writeUintBE=Buffer3.prototype.writeUIntBE=function(value,offset,byteLength2,noAssert){if(value=+value,offset=offset>>>0,byteLength2=byteLength2>>>0,!noAssert){var maxBytes=Math.pow(2,8*byteLength2)-1;checkInt(this,value,offset,byteLength2,maxBytes,0)}var i=byteLength2-1,mul=1;for(this[offset+i]=value&255;--i>=0&&(mul*=256);)this[offset+i]=value/mul&255;return offset+byteLength2};Buffer3.prototype.writeUint8=Buffer3.prototype.writeUInt8=function(value,offset,noAssert){return value=+value,offset=offset>>>0,noAssert||checkInt(this,value,offset,1,255,0),this[offset]=value&255,offset+1};Buffer3.prototype.writeUint16LE=Buffer3.prototype.writeUInt16LE=function(value,offset,noAssert){return value=+value,offset=offset>>>0,noAssert||checkInt(this,value,offset,2,65535,0),this[offset]=value&255,this[offset+1]=value>>>8,offset+2};Buffer3.prototype.writeUint16BE=Buffer3.prototype.writeUInt16BE=function(value,offset,noAssert){return value=+value,offset=offset>>>0,noAssert||checkInt(this,value,offset,2,65535,0),this[offset]=value>>>8,this[offset+1]=value&255,offset+2};Buffer3.prototype.writeUint32LE=Buffer3.prototype.writeUInt32LE=function(value,offset,noAssert){return value=+value,offset=offset>>>0,noAssert||checkInt(this,value,offset,4,4294967295,0),this[offset+3]=value>>>24,this[offset+2]=value>>>16,this[offset+1]=value>>>8,this[offset]=value&255,offset+4};Buffer3.prototype.writeUint32BE=Buffer3.prototype.writeUInt32BE=function(value,offset,noAssert){return value=+value,offset=offset>>>0,noAssert||checkInt(this,value,offset,4,4294967295,0),this[offset]=value>>>24,this[offset+1]=value>>>16,this[offset+2]=value>>>8,this[offset+3]=value&255,offset+4};Buffer3.prototype.writeIntLE=function(value,offset,byteLength2,noAssert){if(value=+value,offset=offset>>>0,!noAssert){var limit=Math.pow(2,8*byteLength2-1);checkInt(this,value,offset,byteLength2,limit-1,-limit)}var i=0,mul=1,sub=0;for(this[offset]=value&255;++i<byteLength2&&(mul*=256);)value<0&&sub===0&&this[offset+i-1]!==0&&(sub=1),this[offset+i]=(value/mul>>0)-sub&255;return offset+byteLength2};Buffer3.prototype.writeIntBE=function(value,offset,byteLength2,noAssert){if(value=+value,offset=offset>>>0,!noAssert){var limit=Math.pow(2,8*byteLength2-1);checkInt(this,value,offset,byteLength2,limit-1,-limit)}var i=byteLength2-1,mul=1,sub=0;for(this[offset+i]=value&255;--i>=0&&(mul*=256);)value<0&&sub===0&&this[offset+i+1]!==0&&(sub=1),this[offset+i]=(value/mul>>0)-sub&255;return offset+byteLength2};Buffer3.prototype.writeInt8=function(value,offset,noAssert){return value=+value,offset=offset>>>0,noAssert||checkInt(this,value,offset,1,127,-128),value<0&&(value=255+value+1),this[offset]=value&255,offset+1};Buffer3.prototype.writeInt16LE=function(value,offset,noAssert){return value=+value,offset=offset>>>0,noAssert||checkInt(this,value,offset,2,32767,-32768),this[offset]=value&255,this[offset+1]=value>>>8,offset+2};Buffer3.prototype.writeInt16BE=function(value,offset,noAssert){return value=+value,offset=offset>>>0,noAssert||checkInt(this,value,offset,2,32767,-32768),this[offset]=value>>>8,this[offset+1]=value&255,offset+2};Buffer3.prototype.writeInt32LE=function(value,offset,noAssert){return value=+value,offset=offset>>>0,noAssert||checkInt(this,value,offset,4,2147483647,-2147483648),this[offset]=value&255,this[offset+1]=value>>>8,this[offset+2]=value>>>16,this[offset+3]=value>>>24,offset+4};Buffer3.prototype.writeInt32BE=function(value,offset,noAssert){return value=+value,offset=offset>>>0,noAssert||checkInt(this,value,offset,4,2147483647,-2147483648),value<0&&(value=4294967295+value+1),this[offset]=value>>>24,this[offset+1]=value>>>16,this[offset+2]=value>>>8,this[offset+3]=value&255,offset+4};function checkIEEE754(buf,value,offset,ext,max,min){if(offset+ext>buf.length)throw new RangeError("Index out of range");if(offset<0)throw new RangeError("Index out of range")}function writeFloat(buf,value,offset,littleEndian,noAssert){return value=+value,offset=offset>>>0,noAssert||checkIEEE754(buf,value,offset,4,34028234663852886e22,-34028234663852886e22),ieee754.write(buf,value,offset,littleEndian,23,4),offset+4}Buffer3.prototype.writeFloatLE=function(value,offset,noAssert){return writeFloat(this,value,offset,!0,noAssert)};Buffer3.prototype.writeFloatBE=function(value,offset,noAssert){return writeFloat(this,value,offset,!1,noAssert)};function writeDouble(buf,value,offset,littleEndian,noAssert){return value=+value,offset=offset>>>0,noAssert||checkIEEE754(buf,value,offset,8,17976931348623157e292,-17976931348623157e292),ieee754.write(buf,value,offset,littleEndian,52,8),offset+8}Buffer3.prototype.writeDoubleLE=function(value,offset,noAssert){return writeDouble(this,value,offset,!0,noAssert)};Buffer3.prototype.writeDoubleBE=function(value,offset,noAssert){return writeDouble(this,value,offset,!1,noAssert)};Buffer3.prototype.copy=function(target,targetStart,start,end){if(!Buffer3.isBuffer(target))throw new TypeError("argument should be a Buffer");if(start||(start=0),!end&&end!==0&&(end=this.length),targetStart>=target.length&&(targetStart=target.length),targetStart||(targetStart=0),end>0&&end<start&&(end=start),end===start||target.length===0||this.length===0)return 0;if(targetStart<0)throw new RangeError("targetStart out of bounds");if(start<0||start>=this.length)throw new RangeError("Index out of range");if(end<0)throw new RangeError("sourceEnd out of bounds");end>this.length&&(end=this.length),target.length-targetStart<end-start&&(end=target.length-targetStart+start);var len=end-start;return this===target&&typeof Uint8Array.prototype.copyWithin=="function"?this.copyWithin(targetStart,start,end):Uint8Array.prototype.set.call(target,this.subarray(start,end),targetStart),len};Buffer3.prototype.fill=function(val,start,end,encoding){if(typeof val=="string"){if(typeof start=="string"?(encoding=start,start=0,end=this.length):typeof end=="string"&&(encoding=end,end=this.length),encoding!==void 0&&typeof encoding!="string")throw new TypeError("encoding must be a string");if(typeof encoding=="string"&&!Buffer3.isEncoding(encoding))throw new TypeError("Unknown encoding: "+encoding);if(val.length===1){var code=val.charCodeAt(0);(encoding==="utf8"&&code<128||encoding==="latin1")&&(val=code)}}else typeof val=="number"?val=val&255:typeof val=="boolean"&&(val=Number(val));if(start<0||this.length<start||this.length<end)throw new RangeError("Out of range index");if(end<=start)return this;start=start>>>0,end=end===void 0?this.length:end>>>0,val||(val=0);var i;if(typeof val=="number")for(i=start;i<end;++i)this[i]=val;else{var bytes=Buffer3.isBuffer(val)?val:Buffer3.from(val,encoding),len=bytes.length;if(len===0)throw new TypeError('The value "'+val+'" is invalid for argument "value"');for(i=0;i<end-start;++i)this[i+start]=bytes[i%len]}return this};var INVALID_BASE64_RE=/[^+/0-9A-Za-z-_]/g;function base64clean(str){if(str=str.split("=")[0],str=str.trim().replace(INVALID_BASE64_RE,""),str.length<2)return"";for(;str.length%4!==0;)str=str+"=";return str}function utf8ToBytes(string,units){units=units||1/0;for(var codePoint,length=string.length,leadSurrogate=null,bytes=[],i=0;i<length;++i){if(codePoint=string.charCodeAt(i),codePoint>55295&&codePoint<57344){if(!leadSurrogate){if(codePoint>56319){(units-=3)>-1&&bytes.push(239,191,189);continue}else if(i+1===length){(units-=3)>-1&&bytes.push(239,191,189);continue}leadSurrogate=codePoint;continue}if(codePoint<56320){(units-=3)>-1&&bytes.push(239,191,189),leadSurrogate=codePoint;continue}codePoint=(leadSurrogate-55296<<10|codePoint-56320)+65536}else leadSurrogate&&(units-=3)>-1&&bytes.push(239,191,189);if(leadSurrogate=null,codePoint<128){if((units-=1)<0)break;bytes.push(codePoint)}else if(codePoint<2048){if((units-=2)<0)break;bytes.push(codePoint>>6|192,codePoint&63|128)}else if(codePoint<65536){if((units-=3)<0)break;bytes.push(codePoint>>12|224,codePoint>>6&63|128,codePoint&63|128)}else if(codePoint<1114112){if((units-=4)<0)break;bytes.push(codePoint>>18|240,codePoint>>12&63|128,codePoint>>6&63|128,codePoint&63|128)}else throw new Error("Invalid code point")}return bytes}function asciiToBytes(str){for(var byteArray=[],i=0;i<str.length;++i)byteArray.push(str.charCodeAt(i)&255);return byteArray}function utf16leToBytes(str,units){for(var c,hi,lo,byteArray=[],i=0;i<str.length&&!((units-=2)<0);++i)c=str.charCodeAt(i),hi=c>>8,lo=c%256,byteArray.push(lo),byteArray.push(hi);return byteArray}function base64ToBytes(str){return base64.toByteArray(base64clean(str))}function blitBuffer(src,dst,offset,length){for(var i=0;i<length&&!(i+offset>=dst.length||i>=src.length);++i)dst[i+offset]=src[i];return i}function isInstance(obj,type){return obj instanceof type||obj!=null&&obj.constructor!=null&&obj.constructor.name!=null&&obj.constructor.name===type.name}function numberIsNaN(obj){return obj!==obj}var hexSliceLookupTable=function(){for(var alphabet="0123456789abcdef",table=new Array(256),i=0;i<16;++i)for(var i16=i*16,j=0;j<16;++j)table[i16+j]=alphabet[i]+alphabet[j];return table}()}});var require_browser=__commonJS({"node_modules/process/browser.js"(exports,module){init_define_process_env();init_shim();var process2=module.exports={},cachedSetTimeout,cachedClearTimeout;function defaultSetTimout(){throw new Error("setTimeout has not been defined")}function defaultClearTimeout(){throw new Error("clearTimeout has not been defined")}(function(){try{typeof setTimeout=="function"?cachedSetTimeout=setTimeout:cachedSetTimeout=defaultSetTimout}catch(e){cachedSetTimeout=defaultSetTimout}try{typeof clearTimeout=="function"?cachedClearTimeout=clearTimeout:cachedClearTimeout=defaultClearTimeout}catch(e){cachedClearTimeout=defaultClearTimeout}})();function runTimeout(fun){if(cachedSetTimeout===setTimeout)return setTimeout(fun,0);if((cachedSetTimeout===defaultSetTimout||!cachedSetTimeout)&&setTimeout)return cachedSetTimeout=setTimeout,setTimeout(fun,0);try{return cachedSetTimeout(fun,0)}catch(e){try{return cachedSetTimeout.call(null,fun,0)}catch(e2){return cachedSetTimeout.call(this,fun,0)}}}function runClearTimeout(marker){if(cachedClearTimeout===clearTimeout)return clearTimeout(marker);if((cachedClearTimeout===defaultClearTimeout||!cachedClearTimeout)&&clearTimeout)return cachedClearTimeout=clearTimeout,clearTimeout(marker);try{return cachedClearTimeout(marker)}catch(e){try{return cachedClearTimeout.call(null,marker)}catch(e2){return cachedClearTimeout.call(this,marker)}}}var queue=[],draining=!1,currentQueue,queueIndex=-1;function cleanUpNextTick(){!draining||!currentQueue||(draining=!1,currentQueue.length?queue=currentQueue.concat(queue):queueIndex=-1,queue.length&&drainQueue())}function drainQueue(){if(!draining){var timeout=runTimeout(cleanUpNextTick);draining=!0;for(var len=queue.length;len;){for(currentQueue=queue,queue=[];++queueIndex<len;)currentQueue&&currentQueue[queueIndex].run();queueIndex=-1,len=queue.length}currentQueue=null,draining=!1,runClearTimeout(timeout)}}process2.nextTick=function(fun){var args=new Array(arguments.length-1);if(arguments.length>1)for(var i=1;i<arguments.length;i++)args[i-1]=arguments[i];queue.push(new Item(fun,args)),queue.length===1&&!draining&&runTimeout(drainQueue)};function Item(fun,array){this.fun=fun,this.array=array}Item.prototype.run=function(){this.fun.apply(null,this.array)};process2.title="browser";process2.browser=!0;process2.env={};process2.argv=[];process2.version="";process2.versions={};function noop(){}process2.on=noop;process2.addListener=noop;process2.once=noop;process2.off=noop;process2.removeListener=noop;process2.removeAllListeners=noop;process2.emit=noop;process2.prependListener=noop;process2.prependOnceListener=noop;process2.listeners=function(name){return[]};process2.binding=function(name){throw new Error("process.binding is not supported")};process2.cwd=function(){return"/"};process2.chdir=function(dir){throw new Error("process.chdir is not supported")};process2.umask=function(){return 0}}});var import_buffer,import_process,_globalThis,init_shim=__esm({"node_modules/node-stdlib-browser/helpers/esbuild/shim.js"(){import_buffer=__toESM(require_buffer()),import_process=__toESM(require_browser()),_globalThis=function(Object2){function get(){var _global3=this||self;return delete Object2.prototype.__magic__,_global3}if(typeof globalThis=="object")return globalThis;if(this)return get();Object2.defineProperty(Object2.prototype,"__magic__",{configurable:!0,get});var _global2=__magic__;return _global2}(Object)}});var require_fails=__commonJS({"node_modules/core-js/internals/fails.js"(exports,module){"use strict";init_define_process_env();init_shim();module.exports=function(exec){try{return!!exec()}catch(error){return!0}}}});var require_function_bind_native=__commonJS({"node_modules/core-js/internals/function-bind-native.js"(exports,module){"use strict";init_define_process_env();init_shim();var fails=require_fails();module.exports=!fails(function(){var test=(function(){}).bind();return typeof test!="function"||test.hasOwnProperty("prototype")})}});var require_function_uncurry_this=__commonJS({"node_modules/core-js/internals/function-uncurry-this.js"(exports,module){"use strict";init_define_process_env();init_shim();var NATIVE_BIND=require_function_bind_native(),FunctionPrototype=Function.prototype,call=FunctionPrototype.call,uncurryThisWithBind=NATIVE_BIND&&FunctionPrototype.bind.bind(call,call);module.exports=NATIVE_BIND?uncurryThisWithBind:function(fn){return function(){return call.apply(fn,arguments)}}}});var require_classof_raw=__commonJS({"node_modules/core-js/internals/classof-raw.js"(exports,module){"use strict";init_define_process_env();init_shim();var uncurryThis=require_function_uncurry_this(),toString=uncurryThis({}.toString),stringSlice=uncurryThis("".slice);module.exports=function(it){return stringSlice(toString(it),8,-1)}}});var require_indexed_object=__commonJS({"node_modules/core-js/internals/indexed-object.js"(exports,module){"use strict";init_define_process_env();init_shim();var uncurryThis=require_function_uncurry_this(),fails=require_fails(),classof=require_classof_raw(),$Object=Object,split=uncurryThis("".split);module.exports=fails(function(){return!$Object("z").propertyIsEnumerable(0)})?function(it){return classof(it)==="String"?split(it,""):$Object(it)}:$Object}});var require_is_null_or_undefined=__commonJS({"node_modules/core-js/internals/is-null-or-undefined.js"(exports,module){"use strict";init_define_process_env();init_shim();module.exports=function(it){return it==null}}});var require_require_object_coercible=__commonJS({"node_modules/core-js/internals/require-object-coercible.js"(exports,module){"use strict";init_define_process_env();init_shim();var isNullOrUndefined=require_is_null_or_undefined(),$TypeError=TypeError;module.exports=function(it){if(isNullOrUndefined(it))throw new $TypeError("Can't call method on "+it);return it}}});var require_to_indexed_object=__commonJS({"node_modules/core-js/internals/to-indexed-object.js"(exports,module){"use strict";init_define_process_env();init_shim();var IndexedObject=require_indexed_object(),requireObjectCoercible=require_require_object_coercible();module.exports=function(it){return IndexedObject(requireObjectCoercible(it))}}});var require_global=__commonJS({"node_modules/core-js/internals/global.js"(exports,module){"use strict";init_define_process_env();init_shim();var check=function(it){return it&&it.Math===Math&&it};module.exports=check(typeof globalThis=="object"&&globalThis)||check(typeof window=="object"&&window)||check(typeof self=="object"&&self)||check(typeof window=="object"&&window)||check(typeof exports=="object"&&exports)||function(){return this}()||Function("return this")()}});var require_is_pure=__commonJS({"node_modules/core-js/internals/is-pure.js"(exports,module){"use strict";init_define_process_env();init_shim();module.exports=!1}});var require_define_global_property=__commonJS({"node_modules/core-js/internals/define-global-property.js"(exports,module){"use strict";init_define_process_env();init_shim();var global=require_global(),defineProperty=Object.defineProperty;module.exports=function(key,value){try{defineProperty(global,key,{value,configurable:!0,writable:!0})}catch(error){global[key]=value}return value}}});var require_shared_store=__commonJS({"node_modules/core-js/internals/shared-store.js"(exports,module){"use strict";init_define_process_env();init_shim();var global=require_global(),defineGlobalProperty=require_define_global_property(),SHARED="__core-js_shared__",store=global[SHARED]||defineGlobalProperty(SHARED,{});module.exports=store}});var require_shared=__commonJS({"node_modules/core-js/internals/shared.js"(exports,module){"use strict";init_define_process_env();init_shim();var IS_PURE=require_is_pure(),store=require_shared_store();(module.exports=function(key,value){return store[key]||(store[key]=value!==void 0?value:{})})("versions",[]).push({version:"3.35.1",mode:IS_PURE?"pure":"global",copyright:"\xA9 2014-2024 Denis Pushkarev (zloirock.ru)",license:"https://github.com/zloirock/core-js/blob/v3.35.1/LICENSE",source:"https://github.com/zloirock/core-js"})}});var require_to_object=__commonJS({"node_modules/core-js/internals/to-object.js"(exports,module){"use strict";init_define_process_env();init_shim();var requireObjectCoercible=require_require_object_coercible(),$Object=Object;module.exports=function(argument){return $Object(requireObjectCoercible(argument))}}});var require_has_own_property=__commonJS({"node_modules/core-js/internals/has-own-property.js"(exports,module){"use strict";init_define_process_env();init_shim();var uncurryThis=require_function_uncurry_this(),toObject=require_to_object(),hasOwnProperty=uncurryThis({}.hasOwnProperty);module.exports=Object.hasOwn||function(it,key){return hasOwnProperty(toObject(it),key)}}});var require_uid=__commonJS({"node_modules/core-js/internals/uid.js"(exports,module){"use strict";init_define_process_env();init_shim();var uncurryThis=require_function_uncurry_this(),id=0,postfix=Math.random(),toString=uncurryThis(1 .toString);module.exports=function(key){return"Symbol("+(key===void 0?"":key)+")_"+toString(++id+postfix,36)}}});var require_engine_user_agent=__commonJS({"node_modules/core-js/internals/engine-user-agent.js"(exports,module){"use strict";init_define_process_env();init_shim();module.exports=typeof navigator<"u"&&String(navigator.userAgent)||""}});var require_engine_v8_version=__commonJS({"node_modules/core-js/internals/engine-v8-version.js"(exports,module){"use strict";init_define_process_env();init_shim();var global=require_global(),userAgent=require_engine_user_agent(),process2=global.process,Deno=global.Deno,versions=process2&&process2.versions||Deno&&Deno.version,v8=versions&&versions.v8,match,version;v8&&(match=v8.split("."),version=match[0]>0&&match[0]<4?1:+(match[0]+match[1]));!version&&userAgent&&(match=userAgent.match(/Edge\/(\d+)/),(!match||match[1]>=74)&&(match=userAgent.match(/Chrome\/(\d+)/),match&&(version=+match[1])));module.exports=version}});var require_symbol_constructor_detection=__commonJS({"node_modules/core-js/internals/symbol-constructor-detection.js"(exports,module){"use strict";init_define_process_env();init_shim();var V8_VERSION=require_engine_v8_version(),fails=require_fails(),global=require_global(),$String=global.String;module.exports=!!Object.getOwnPropertySymbols&&!fails(function(){var symbol=Symbol("symbol detection");return!$String(symbol)||!(Object(symbol)instanceof Symbol)||!Symbol.sham&&V8_VERSION&&V8_VERSION<41})}});var require_use_symbol_as_uid=__commonJS({"node_modules/core-js/internals/use-symbol-as-uid.js"(exports,module){"use strict";init_define_process_env();init_shim();var NATIVE_SYMBOL=require_symbol_constructor_detection();module.exports=NATIVE_SYMBOL&&!Symbol.sham&&typeof Symbol.iterator=="symbol"}});var require_well_known_symbol=__commonJS({"node_modules/core-js/internals/well-known-symbol.js"(exports,module){"use strict";init_define_process_env();init_shim();var global=require_global(),shared=require_shared(),hasOwn=require_has_own_property(),uid=require_uid(),NATIVE_SYMBOL=require_symbol_constructor_detection(),USE_SYMBOL_AS_UID=require_use_symbol_as_uid(),Symbol2=global.Symbol,WellKnownSymbolsStore=shared("wks"),createWellKnownSymbol=USE_SYMBOL_AS_UID?Symbol2.for||Symbol2:Symbol2&&Symbol2.withoutSetter||uid;module.exports=function(name){return hasOwn(WellKnownSymbolsStore,name)||(WellKnownSymbolsStore[name]=NATIVE_SYMBOL&&hasOwn(Symbol2,name)?Symbol2[name]:createWellKnownSymbol("Symbol."+name)),WellKnownSymbolsStore[name]}}});var require_is_callable=__commonJS({"node_modules/core-js/internals/is-callable.js"(exports,module){"use strict";init_define_process_env();init_shim();var documentAll=typeof document=="object"&&document.all;module.exports=typeof documentAll>"u"&&documentAll!==void 0?function(argument){return typeof argument=="function"||argument===documentAll}:function(argument){return typeof argument=="function"}}});var require_is_object=__commonJS({"node_modules/core-js/internals/is-object.js"(exports,module){"use strict";init_define_process_env();init_shim();var isCallable=require_is_callable();module.exports=function(it){return typeof it=="object"?it!==null:isCallable(it)}}});var require_an_object=__commonJS({"node_modules/core-js/internals/an-object.js"(exports,module){"use strict";init_define_process_env();init_shim();var isObject=require_is_object(),$String=String,$TypeError=TypeError;module.exports=function(argument){if(isObject(argument))return argument;throw new $TypeError($String(argument)+" is not an object")}}});var require_descriptors=__commonJS({"node_modules/core-js/internals/descriptors.js"(exports,module){"use strict";init_define_process_env();init_shim();var fails=require_fails();module.exports=!fails(function(){return Object.defineProperty({},1,{get:function(){return 7}})[1]!==7})}});var require_v8_prototype_define_bug=__commonJS({"node_modules/core-js/internals/v8-prototype-define-bug.js"(exports,module){"use strict";init_define_process_env();init_shim();var DESCRIPTORS=require_descriptors(),fails=require_fails();module.exports=DESCRIPTORS&&fails(function(){return Object.defineProperty(function(){},"prototype",{value:42,writable:!1}).prototype!==42})}});var require_document_create_element=__commonJS({"node_modules/core-js/internals/document-create-element.js"(exports,module){"use strict";init_define_process_env();init_shim();var global=require_global(),isObject=require_is_object(),document2=global.document,EXISTS=isObject(document2)&&isObject(document2.createElement);module.exports=function(it){return EXISTS?document2.createElement(it):{}}}});var require_ie8_dom_define=__commonJS({"node_modules/core-js/internals/ie8-dom-define.js"(exports,module){"use strict";init_define_process_env();init_shim();var DESCRIPTORS=require_descriptors(),fails=require_fails(),createElement=require_document_create_element();module.exports=!DESCRIPTORS&&!fails(function(){return Object.defineProperty(createElement("div"),"a",{get:function(){return 7}}).a!==7})}});var require_function_call=__commonJS({"node_modules/core-js/internals/function-call.js"(exports,module){"use strict";init_define_process_env();init_shim();var NATIVE_BIND=require_function_bind_native(),call=Function.prototype.call;module.exports=NATIVE_BIND?call.bind(call):function(){return call.apply(call,arguments)}}});var require_get_built_in=__commonJS({"node_modules/core-js/internals/get-built-in.js"(exports,module){"use strict";init_define_process_env();init_shim();var global=require_global(),isCallable=require_is_callable(),aFunction=function(argument){return isCallable(argument)?argument:void 0};module.exports=function(namespace,method){return arguments.length<2?aFunction(global[namespace]):global[namespace]&&global[namespace][method]}}});var require_object_is_prototype_of=__commonJS({"node_modules/core-js/internals/object-is-prototype-of.js"(exports,module){"use strict";init_define_process_env();init_shim();var uncurryThis=require_function_uncurry_this();module.exports=uncurryThis({}.isPrototypeOf)}});var require_is_symbol=__commonJS({"node_modules/core-js/internals/is-symbol.js"(exports,module){"use strict";init_define_process_env();init_shim();var getBuiltIn=require_get_built_in(),isCallable=require_is_callable(),isPrototypeOf=require_object_is_prototype_of(),USE_SYMBOL_AS_UID=require_use_symbol_as_uid(),$Object=Object;module.exports=USE_SYMBOL_AS_UID?function(it){return typeof it=="symbol"}:function(it){var $Symbol=getBuiltIn("Symbol");return isCallable($Symbol)&&isPrototypeOf($Symbol.prototype,$Object(it))}}});var require_try_to_string=__commonJS({"node_modules/core-js/internals/try-to-string.js"(exports,module){"use strict";init_define_process_env();init_shim();var $String=String;module.exports=function(argument){try{return $String(argument)}catch(error){return"Object"}}}});var require_a_callable=__commonJS({"node_modules/core-js/internals/a-callable.js"(exports,module){"use strict";init_define_process_env();init_shim();var isCallable=require_is_callable(),tryToString=require_try_to_string(),$TypeError=TypeError;module.exports=function(argument){if(isCallable(argument))return argument;throw new $TypeError(tryToString(argument)+" is not a function")}}});var require_get_method=__commonJS({"node_modules/core-js/internals/get-method.js"(exports,module){"use strict";init_define_process_env();init_shim();var aCallable=require_a_callable(),isNullOrUndefined=require_is_null_or_undefined();module.exports=function(V,P){var func=V[P];return isNullOrUndefined(func)?void 0:aCallable(func)}}});var require_ordinary_to_primitive=__commonJS({"node_modules/core-js/internals/ordinary-to-primitive.js"(exports,module){"use strict";init_define_process_env();init_shim();var call=require_function_call(),isCallable=require_is_callable(),isObject=require_is_object(),$TypeError=TypeError;module.exports=function(input,pref){var fn,val;if(pref==="string"&&isCallable(fn=input.toString)&&!isObject(val=call(fn,input))||isCallable(fn=input.valueOf)&&!isObject(val=call(fn,input))||pref!=="string"&&isCallable(fn=input.toString)&&!isObject(val=call(fn,input)))return val;throw new $TypeError("Can't convert object to primitive value")}}});var require_to_primitive=__commonJS({"node_modules/core-js/internals/to-primitive.js"(exports,module){"use strict";init_define_process_env();init_shim();var call=require_function_call(),isObject=require_is_object(),isSymbol=require_is_symbol(),getMethod=require_get_method(),ordinaryToPrimitive=require_ordinary_to_primitive(),wellKnownSymbol=require_well_known_symbol(),$TypeError=TypeError,TO_PRIMITIVE=wellKnownSymbol("toPrimitive");module.exports=function(input,pref){if(!isObject(input)||isSymbol(input))return input;var exoticToPrim=getMethod(input,TO_PRIMITIVE),result;if(exoticToPrim){if(pref===void 0&&(pref="default"),result=call(exoticToPrim,input,pref),!isObject(result)||isSymbol(result))return result;throw new $TypeError("Can't convert object to primitive value")}return pref===void 0&&(pref="number"),ordinaryToPrimitive(input,pref)}}});var require_to_property_key=__commonJS({"node_modules/core-js/internals/to-property-key.js"(exports,module){"use strict";init_define_process_env();init_shim();var toPrimitive=require_to_primitive(),isSymbol=require_is_symbol();module.exports=function(argument){var key=toPrimitive(argument,"string");return isSymbol(key)?key:key+""}}});var require_object_define_property=__commonJS({"node_modules/core-js/internals/object-define-property.js"(exports){"use strict";init_define_process_env();init_shim();var DESCRIPTORS=require_descriptors(),IE8_DOM_DEFINE=require_ie8_dom_define(),V8_PROTOTYPE_DEFINE_BUG=require_v8_prototype_define_bug(),anObject=require_an_object(),toPropertyKey=require_to_property_key(),$TypeError=TypeError,$defineProperty=Object.defineProperty,$getOwnPropertyDescriptor=Object.getOwnPropertyDescriptor,ENUMERABLE="enumerable",CONFIGURABLE="configurable",WRITABLE="writable";exports.f=DESCRIPTORS?V8_PROTOTYPE_DEFINE_BUG?function(O,P,Attributes){if(anObject(O),P=toPropertyKey(P),anObject(Attributes),typeof O=="function"&&P==="prototype"&&"value"in Attributes&&WRITABLE in Attributes&&!Attributes[WRITABLE]){var current=$getOwnPropertyDescriptor(O,P);current&&current[WRITABLE]&&(O[P]=Attributes.value,Attributes={configurable:CONFIGURABLE in Attributes?Attributes[CONFIGURABLE]:current[CONFIGURABLE],enumerable:ENUMERABLE in Attributes?Attributes[ENUMERABLE]:current[ENUMERABLE],writable:!1})}return $defineProperty(O,P,Attributes)}:$defineProperty:function(O,P,Attributes){if(anObject(O),P=toPropertyKey(P),anObject(Attributes),IE8_DOM_DEFINE)try{return $defineProperty(O,P,Attributes)}catch(error){}if("get"in Attributes||"set"in Attributes)throw new $TypeError("Accessors not supported");return"value"in Attributes&&(O[P]=Attributes.value),O}}});var require_math_trunc=__commonJS({"node_modules/core-js/internals/math-trunc.js"(exports,module){"use strict";init_define_process_env();init_shim();var ceil=Math.ceil,floor=Math.floor;module.exports=Math.trunc||function(x){var n=+x;return(n>0?floor:ceil)(n)}}});var require_to_integer_or_infinity=__commonJS({"node_modules/core-js/internals/to-integer-or-infinity.js"(exports,module){"use strict";init_define_process_env();init_shim();var trunc=require_math_trunc();module.exports=function(argument){var number=+argument;return number!==number||number===0?0:trunc(number)}}});var require_to_absolute_index=__commonJS({"node_modules/core-js/internals/to-absolute-index.js"(exports,module){"use strict";init_define_process_env();init_shim();var toIntegerOrInfinity=require_to_integer_or_infinity(),max=Math.max,min=Math.min;module.exports=function(index,length){var integer=toIntegerOrInfinity(index);return integer<0?max(integer+length,0):min(integer,length)}}});var require_to_length=__commonJS({"node_modules/core-js/internals/to-length.js"(exports,module){"use strict";init_define_process_env();init_shim();var toIntegerOrInfinity=require_to_integer_or_infinity(),min=Math.min;module.exports=function(argument){var len=toIntegerOrInfinity(argument);return len>0?min(len,9007199254740991):0}}});var require_length_of_array_like=__commonJS({"node_modules/core-js/internals/length-of-array-like.js"(exports,module){"use strict";init_define_process_env();init_shim();var toLength=require_to_length();module.exports=function(obj){return toLength(obj.length)}}});var require_array_includes=__commonJS({"node_modules/core-js/internals/array-includes.js"(exports,module){"use strict";init_define_process_env();init_shim();var toIndexedObject=require_to_indexed_object(),toAbsoluteIndex=require_to_absolute_index(),lengthOfArrayLike=require_length_of_array_like(),createMethod=function(IS_INCLUDES){return function($this,el,fromIndex){var O=toIndexedObject($this),length=lengthOfArrayLike(O),index=toAbsoluteIndex(fromIndex,length),value;if(IS_INCLUDES&&el!==el){for(;length>index;)if(value=O[index++],value!==value)return!0}else for(;length>index;index++)if((IS_INCLUDES||index in O)&&O[index]===el)return IS_INCLUDES||index||0;return!IS_INCLUDES&&-1}};module.exports={includes:createMethod(!0),indexOf:createMethod(!1)}}});var require_hidden_keys=__commonJS({"node_modules/core-js/internals/hidden-keys.js"(exports,module){"use strict";init_define_process_env();init_shim();module.exports={}}});var require_object_keys_internal=__commonJS({"node_modules/core-js/internals/object-keys-internal.js"(exports,module){"use strict";init_define_process_env();init_shim();var uncurryThis=require_function_uncurry_this(),hasOwn=require_has_own_property(),toIndexedObject=require_to_indexed_object(),indexOf=require_array_includes().indexOf,hiddenKeys=require_hidden_keys(),push=uncurryThis([].push);module.exports=function(object,names){var O=toIndexedObject(object),i=0,result=[],key;for(key in O)!hasOwn(hiddenKeys,key)&&hasOwn(O,key)&&push(result,key);for(;names.length>i;)hasOwn(O,key=names[i++])&&(~indexOf(result,key)||push(result,key));return result}}});var require_enum_bug_keys=__commonJS({"node_modules/core-js/internals/enum-bug-keys.js"(exports,module){"use strict";init_define_process_env();init_shim();module.exports=["constructor","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","toLocaleString","toString","valueOf"]}});var require_object_keys=__commonJS({"node_modules/core-js/internals/object-keys.js"(exports,module){"use strict";init_define_process_env();init_shim();var internalObjectKeys=require_object_keys_internal(),enumBugKeys=require_enum_bug_keys();module.exports=Object.keys||function(O){return internalObjectKeys(O,enumBugKeys)}}});var require_object_define_properties=__commonJS({"node_modules/core-js/internals/object-define-properties.js"(exports){"use strict";init_define_process_env();init_shim();var DESCRIPTORS=require_descriptors(),V8_PROTOTYPE_DEFINE_BUG=require_v8_prototype_define_bug(),definePropertyModule=require_object_define_property(),anObject=require_an_object(),toIndexedObject=require_to_indexed_object(),objectKeys=require_object_keys();exports.f=DESCRIPTORS&&!V8_PROTOTYPE_DEFINE_BUG?Object.defineProperties:function(O,Properties){anObject(O);for(var props=toIndexedObject(Properties),keys=objectKeys(Properties),length=keys.length,index=0,key;length>index;)definePropertyModule.f(O,key=keys[index++],props[key]);return O}}});var require_html=__commonJS({"node_modules/core-js/internals/html.js"(exports,module){"use strict";init_define_process_env();init_shim();var getBuiltIn=require_get_built_in();module.exports=getBuiltIn("document","documentElement")}});var require_shared_key=__commonJS({"node_modules/core-js/internals/shared-key.js"(exports,module){"use strict";init_define_process_env();init_shim();var shared=require_shared(),uid=require_uid(),keys=shared("keys");module.exports=function(key){return keys[key]||(keys[key]=uid(key))}}});var require_object_create=__commonJS({"node_modules/core-js/internals/object-create.js"(exports,module){"use strict";init_define_process_env();init_shim();var anObject=require_an_object(),definePropertiesModule=require_object_define_properties(),enumBugKeys=require_enum_bug_keys(),hiddenKeys=require_hidden_keys(),html=require_html(),documentCreateElement=require_document_create_element(),sharedKey=require_shared_key(),GT=">",LT="<",PROTOTYPE="prototype",SCRIPT="script",IE_PROTO=sharedKey("IE_PROTO"),EmptyConstructor=function(){},scriptTag=function(content){return LT+SCRIPT+GT+content+LT+"/"+SCRIPT+GT},NullProtoObjectViaActiveX=function(activeXDocument2){activeXDocument2.write(scriptTag("")),activeXDocument2.close();var temp=activeXDocument2.parentWindow.Object;return activeXDocument2=null,temp},NullProtoObjectViaIFrame=function(){var iframe=documentCreateElement("iframe"),JS="java"+SCRIPT+":",iframeDocument;return iframe.style.display="none",html.appendChild(iframe),iframe.src=String(JS),iframeDocument=iframe.contentWindow.document,iframeDocument.open(),iframeDocument.write(scriptTag("document.F=Object")),iframeDocument.close(),iframeDocument.F},activeXDocument,NullProtoObject=function(){try{activeXDocument=new ActiveXObject("htmlfile")}catch(error){}NullProtoObject=typeof document<"u"?document.domain&&activeXDocument?NullProtoObjectViaActiveX(activeXDocument):NullProtoObjectViaIFrame():NullProtoObjectViaActiveX(activeXDocument);for(var length=enumBugKeys.length;length--;)delete NullProtoObject[PROTOTYPE][enumBugKeys[length]];return NullProtoObject()};hiddenKeys[IE_PROTO]=!0;module.exports=Object.create||function(O,Properties){var result;return O!==null?(EmptyConstructor[PROTOTYPE]=anObject(O),result=new EmptyConstructor,EmptyConstructor[PROTOTYPE]=null,result[IE_PROTO]=O):result=NullProtoObject(),Properties===void 0?result:definePropertiesModule.f(result,Properties)}}});var require_add_to_unscopables=__commonJS({"node_modules/core-js/internals/add-to-unscopables.js"(exports,module){"use strict";init_define_process_env();init_shim();var wellKnownSymbol=require_well_known_symbol(),create=require_object_create(),defineProperty=require_object_define_property().f,UNSCOPABLES=wellKnownSymbol("unscopables"),ArrayPrototype=Array.prototype;ArrayPrototype[UNSCOPABLES]===void 0&&defineProperty(ArrayPrototype,UNSCOPABLES,{configurable:!0,value:create(null)});module.exports=function(key){ArrayPrototype[UNSCOPABLES][key]=!0}}});var require_iterators=__commonJS({"node_modules/core-js/internals/iterators.js"(exports,module){"use strict";init_define_process_env();init_shim();module.exports={}}});var require_weak_map_basic_detection=__commonJS({"node_modules/core-js/internals/weak-map-basic-detection.js"(exports,module){"use strict";init_define_process_env();init_shim();var global=require_global(),isCallable=require_is_callable(),WeakMap=global.WeakMap;module.exports=isCallable(WeakMap)&&/native code/.test(String(WeakMap))}});var require_create_property_descriptor=__commonJS({"node_modules/core-js/internals/create-property-descriptor.js"(exports,module){"use strict";init_define_process_env();init_shim();module.exports=function(bitmap,value){return{enumerable:!(bitmap&1),configurable:!(bitmap&2),writable:!(bitmap&4),value}}}});var require_create_non_enumerable_property=__commonJS({"node_modules/core-js/internals/create-non-enumerable-property.js"(exports,module){"use strict";init_define_process_env();init_shim();var DESCRIPTORS=require_descriptors(),definePropertyModule=require_object_define_property(),createPropertyDescriptor=require_create_property_descriptor();module.exports=DESCRIPTORS?function(object,key,value){return definePropertyModule.f(object,key,createPropertyDescriptor(1,value))}:function(object,key,value){return object[key]=value,object}}});var require_internal_state=__commonJS({"node_modules/core-js/internals/internal-state.js"(exports,module){"use strict";init_define_process_env();init_shim();var NATIVE_WEAK_MAP=require_weak_map_basic_detection(),global=require_global(),isObject=require_is_object(),createNonEnumerableProperty=require_create_non_enumerable_property(),hasOwn=require_has_own_property(),shared=require_shared_store(),sharedKey=require_shared_key(),hiddenKeys=require_hidden_keys(),OBJECT_ALREADY_INITIALIZED="Object already initialized",TypeError2=global.TypeError,WeakMap=global.WeakMap,set,get,has,enforce=function(it){return has(it)?get(it):set(it,{})},getterFor=function(TYPE){return function(it){var state;if(!isObject(it)||(state=get(it)).type!==TYPE)throw new TypeError2("Incompatible receiver, "+TYPE+" required");return state}};NATIVE_WEAK_MAP||shared.state?(store=shared.state||(shared.state=new WeakMap),store.get=store.get,store.has=store.has,store.set=store.set,set=function(it,metadata){if(store.has(it))throw new TypeError2(OBJECT_ALREADY_INITIALIZED);return metadata.facade=it,store.set(it,metadata),metadata},get=function(it){return store.get(it)||{}},has=function(it){return store.has(it)}):(STATE=sharedKey("state"),hiddenKeys[STATE]=!0,set=function(it,metadata){if(hasOwn(it,STATE))throw new TypeError2(OBJECT_ALREADY_INITIALIZED);return metadata.facade=it,createNonEnumerableProperty(it,STATE,metadata),metadata},get=function(it){return hasOwn(it,STATE)?it[STATE]:{}},has=function(it){return hasOwn(it,STATE)});var store,STATE;module.exports={set,get,has,enforce,getterFor}}});var require_object_property_is_enumerable=__commonJS({"node_modules/core-js/internals/object-property-is-enumerable.js"(exports){"use strict";init_define_process_env();init_shim();var $propertyIsEnumerable={}.propertyIsEnumerable,getOwnPropertyDescriptor=Object.getOwnPropertyDescriptor,NASHORN_BUG=getOwnPropertyDescriptor&&!$propertyIsEnumerable.call({1:2},1);exports.f=NASHORN_BUG?function(V){var descriptor=getOwnPropertyDescriptor(this,V);return!!descriptor&&descriptor.enumerable}:$propertyIsEnumerable}});var require_object_get_own_property_descriptor=__commonJS({"node_modules/core-js/internals/object-get-own-property-descriptor.js"(exports){"use strict";init_define_process_env();init_shim();var DESCRIPTORS=require_descriptors(),call=require_function_call(),propertyIsEnumerableModule=require_object_property_is_enumerable(),createPropertyDescriptor=require_create_property_descriptor(),toIndexedObject=require_to_indexed_object(),toPropertyKey=require_to_property_key(),hasOwn=require_has_own_property(),IE8_DOM_DEFINE=require_ie8_dom_define(),$getOwnPropertyDescriptor=Object.getOwnPropertyDescriptor;exports.f=DESCRIPTORS?$getOwnPropertyDescriptor:function(O,P){if(O=toIndexedObject(O),P=toPropertyKey(P),IE8_DOM_DEFINE)try{return $getOwnPropertyDescriptor(O,P)}catch(error){}if(hasOwn(O,P))return createPropertyDescriptor(!call(propertyIsEnumerableModule.f,O,P),O[P])}}});var require_function_name=__commonJS({"node_modules/core-js/internals/function-name.js"(exports,module){"use strict";init_define_process_env();init_shim();var DESCRIPTORS=require_descriptors(),hasOwn=require_has_own_property(),FunctionPrototype=Function.prototype,getDescriptor=DESCRIPTORS&&Object.getOwnPropertyDescriptor,EXISTS=hasOwn(FunctionPrototype,"name"),PROPER=EXISTS&&(function(){}).name==="something",CONFIGURABLE=EXISTS&&(!DESCRIPTORS||DESCRIPTORS&&getDescriptor(FunctionPrototype,"name").configurable);module.exports={EXISTS,PROPER,CONFIGURABLE}}});var require_inspect_source=__commonJS({"node_modules/core-js/internals/inspect-source.js"(exports,module){"use strict";init_define_process_env();init_shim();var uncurryThis=require_function_uncurry_this(),isCallable=require_is_callable(),store=require_shared_store(),functionToString=uncurryThis(Function.toString);isCallable(store.inspectSource)||(store.inspectSource=function(it){return functionToString(it)});module.exports=store.inspectSource}});var require_make_built_in=__commonJS({"node_modules/core-js/internals/make-built-in.js"(exports,module){"use strict";init_define_process_env();init_shim();var uncurryThis=require_function_uncurry_this(),fails=require_fails(),isCallable=require_is_callable(),hasOwn=require_has_own_property(),DESCRIPTORS=require_descriptors(),CONFIGURABLE_FUNCTION_NAME=require_function_name().CONFIGURABLE,inspectSource=require_inspect_source(),InternalStateModule=require_internal_state(),enforceInternalState=InternalStateModule.enforce,getInternalState=InternalStateModule.get,$String=String,defineProperty=Object.defineProperty,stringSlice=uncurryThis("".slice),replace=uncurryThis("".replace),join=uncurryThis([].join),CONFIGURABLE_LENGTH=DESCRIPTORS&&!fails(function(){return defineProperty(function(){},"length",{value:8}).length!==8}),TEMPLATE=String(String).split("String"),makeBuiltIn=module.exports=function(value,name,options){stringSlice($String(name),0,7)==="Symbol("&&(name="["+replace($String(name),/^Symbol\(([^)]*)\).*$/,"$1")+"]"),options&&options.getter&&(name="get "+name),options&&options.setter&&(name="set "+name),(!hasOwn(value,"name")||CONFIGURABLE_FUNCTION_NAME&&value.name!==name)&&(DESCRIPTORS?defineProperty(value,"name",{value:name,configurable:!0}):value.name=name),CONFIGURABLE_LENGTH&&options&&hasOwn(options,"arity")&&value.length!==options.arity&&defineProperty(value,"length",{value:options.arity});try{options&&hasOwn(options,"constructor")&&options.constructor?DESCRIPTORS&&defineProperty(value,"prototype",{writable:!1}):value.prototype&&(value.prototype=void 0)}catch(error){}var state=enforceInternalState(value);return hasOwn(state,"source")||(state.source=join(TEMPLATE,typeof name=="string"?name:"")),value};Function.prototype.toString=makeBuiltIn(function(){return isCallable(this)&&getInternalState(this).source||inspectSource(this)},"toString")}});var require_define_built_in=__commonJS({"node_modules/core-js/internals/define-built-in.js"(exports,module){"use strict";init_define_process_env();init_shim();var isCallable=require_is_callable(),definePropertyModule=require_object_define_property(),makeBuiltIn=require_make_built_in(),defineGlobalProperty=require_define_global_property();module.exports=function(O,key,value,options){options||(options={});var simple=options.enumerable,name=options.name!==void 0?options.name:key;if(isCallable(value)&&makeBuiltIn(value,name,options),options.global)simple?O[key]=value:defineGlobalProperty(key,value);else{try{options.unsafe?O[key]&&(simple=!0):delete O[key]}catch(error){}simple?O[key]=value:definePropertyModule.f(O,key,{value,enumerable:!1,configurable:!options.nonConfigurable,writable:!options.nonWritable})}return O}}});var require_object_get_own_property_names=__commonJS({"node_modules/core-js/internals/object-get-own-property-names.js"(exports){"use strict";init_define_process_env();init_shim();var internalObjectKeys=require_object_keys_internal(),enumBugKeys=require_enum_bug_keys(),hiddenKeys=enumBugKeys.concat("length","prototype");exports.f=Object.getOwnPropertyNames||function(O){return internalObjectKeys(O,hiddenKeys)}}});var require_object_get_own_property_symbols=__commonJS({"node_modules/core-js/internals/object-get-own-property-symbols.js"(exports){"use strict";init_define_process_env();init_shim();exports.f=Object.getOwnPropertySymbols}});var require_own_keys=__commonJS({"node_modules/core-js/internals/own-keys.js"(exports,module){"use strict";init_define_process_env();init_shim();var getBuiltIn=require_get_built_in(),uncurryThis=require_function_uncurry_this(),getOwnPropertyNamesModule=require_object_get_own_property_names(),getOwnPropertySymbolsModule=require_object_get_own_property_symbols(),anObject=require_an_object(),concat=uncurryThis([].concat);module.exports=getBuiltIn("Reflect","ownKeys")||function(it){var keys=getOwnPropertyNamesModule.f(anObject(it)),getOwnPropertySymbols=getOwnPropertySymbolsModule.f;return getOwnPropertySymbols?concat(keys,getOwnPropertySymbols(it)):keys}}});var require_copy_constructor_properties=__commonJS({"node_modules/core-js/internals/copy-constructor-properties.js"(exports,module){"use strict";init_define_process_env();init_shim();var hasOwn=require_has_own_property(),ownKeys=require_own_keys(),getOwnPropertyDescriptorModule=require_object_get_own_property_descriptor(),definePropertyModule=require_object_define_property();module.exports=function(target,source,exceptions){for(var keys=ownKeys(source),defineProperty=definePropertyModule.f,getOwnPropertyDescriptor=getOwnPropertyDescriptorModule.f,i=0;i<keys.length;i++){var key=keys[i];!hasOwn(target,key)&&!(exceptions&&hasOwn(exceptions,key))&&defineProperty(target,key,getOwnPropertyDescriptor(source,key))}}}});var require_is_forced=__commonJS({"node_modules/core-js/internals/is-forced.js"(exports,module){"use strict";init_define_process_env();init_shim();var fails=require_fails(),isCallable=require_is_callable(),replacement=/#|\.prototype\./,isForced=function(feature,detection){var value=data[normalize(feature)];return value===POLYFILL?!0:value===NATIVE?!1:isCallable(detection)?fails(detection):!!detection},normalize=isForced.normalize=function(string){return String(string).replace(replacement,".").toLowerCase()},data=isForced.data={},NATIVE=isForced.NATIVE="N",POLYFILL=isForced.POLYFILL="P";module.exports=isForced}});var require_export=__commonJS({"node_modules/core-js/internals/export.js"(exports,module){"use strict";init_define_process_env();init_shim();var global=require_global(),getOwnPropertyDescriptor=require_object_get_own_property_descriptor().f,createNonEnumerableProperty=require_create_non_enumerable_property(),defineBuiltIn=require_define_built_in(),defineGlobalProperty=require_define_global_property(),copyConstructorProperties=require_copy_constructor_properties(),isForced=require_is_forced();module.exports=function(options,source){var TARGET=options.target,GLOBAL=options.global,STATIC=options.stat,FORCED,target,key,targetProperty,sourceProperty,descriptor;if(GLOBAL?target=global:STATIC?target=global[TARGET]||defineGlobalProperty(TARGET,{}):target=global[TARGET]&&global[TARGET].prototype,target)for(key in source){if(sourceProperty=source[key],options.dontCallGetSet?(descriptor=getOwnPropertyDescriptor(target,key),targetProperty=descriptor&&descriptor.value):targetProperty=target[key],FORCED=isForced(GLOBAL?key:TARGET+(STATIC?".":"#")+key,options.forced),!FORCED&&targetProperty!==void 0){if(typeof sourceProperty==typeof targetProperty)continue;copyConstructorProperties(sourceProperty,targetProperty)}(options.sham||targetProperty&&targetProperty.sham)&&createNonEnumerableProperty(sourceProperty,"sham",!0),defineBuiltIn(target,key,sourceProperty,options)}}}});var require_correct_prototype_getter=__commonJS({"node_modules/core-js/internals/correct-prototype-getter.js"(exports,module){"use strict";init_define_process_env();init_shim();var fails=require_fails();module.exports=!fails(function(){function F(){}return F.prototype.constructor=null,Object.getPrototypeOf(new F)!==F.prototype})}});var require_object_get_prototype_of=__commonJS({"node_modules/core-js/internals/object-get-prototype-of.js"(exports,module){"use strict";init_define_process_env();init_shim();var hasOwn=require_has_own_property(),isCallable=require_is_callable(),toObject=require_to_object(),sharedKey=require_shared_key(),CORRECT_PROTOTYPE_GETTER=require_correct_prototype_getter(),IE_PROTO=sharedKey("IE_PROTO"),$Object=Object,ObjectPrototype=$Object.prototype;module.exports=CORRECT_PROTOTYPE_GETTER?$Object.getPrototypeOf:function(O){var object=toObject(O);if(hasOwn(object,IE_PROTO))return object[IE_PROTO];var constructor=object.constructor;return isCallable(constructor)&&object instanceof constructor?constructor.prototype:object instanceof $Object?ObjectPrototype:null}}});var require_iterators_core=__commonJS({"node_modules/core-js/internals/iterators-core.js"(exports,module){"use strict";init_define_process_env();init_shim();var fails=require_fails(),isCallable=require_is_callable(),isObject=require_is_object(),create=require_object_create(),getPrototypeOf=require_object_get_prototype_of(),defineBuiltIn=require_define_built_in(),wellKnownSymbol=require_well_known_symbol(),IS_PURE=require_is_pure(),ITERATOR=wellKnownSymbol("iterator"),BUGGY_SAFARI_ITERATORS=!1,IteratorPrototype,PrototypeOfArrayIteratorPrototype,arrayIterator;[].keys&&(arrayIterator=[].keys(),"next"in arrayIterator?(PrototypeOfArrayIteratorPrototype=getPrototypeOf(getPrototypeOf(arrayIterator)),PrototypeOfArrayIteratorPrototype!==Object.prototype&&(IteratorPrototype=PrototypeOfArrayIteratorPrototype)):BUGGY_SAFARI_ITERATORS=!0);var NEW_ITERATOR_PROTOTYPE=!isObject(IteratorPrototype)||fails(function(){var test={};return IteratorPrototype[ITERATOR].call(test)!==test});NEW_ITERATOR_PROTOTYPE?IteratorPrototype={}:IS_PURE&&(IteratorPrototype=create(IteratorPrototype));isCallable(IteratorPrototype[ITERATOR])||defineBuiltIn(IteratorPrototype,ITERATOR,function(){return this});module.exports={IteratorPrototype,BUGGY_SAFARI_ITERATORS}}});var require_set_to_string_tag=__commonJS({"node_modules/core-js/internals/set-to-string-tag.js"(exports,module){"use strict";init_define_process_env();init_shim();var defineProperty=require_object_define_property().f,hasOwn=require_has_own_property(),wellKnownSymbol=require_well_known_symbol(),TO_STRING_TAG=wellKnownSymbol("toStringTag");module.exports=function(target,TAG,STATIC){target&&!STATIC&&(target=target.prototype),target&&!hasOwn(target,TO_STRING_TAG)&&defineProperty(target,TO_STRING_TAG,{configurable:!0,value:TAG})}}});var require_iterator_create_constructor=__commonJS({"node_modules/core-js/internals/iterator-create-constructor.js"(exports,module){"use strict";init_define_process_env();init_shim();var IteratorPrototype=require_iterators_core().IteratorPrototype,create=require_object_create(),createPropertyDescriptor=require_create_property_descriptor(),setToStringTag=require_set_to_string_tag(),Iterators=require_iterators(),returnThis=function(){return this};module.exports=function(IteratorConstructor,NAME,next,ENUMERABLE_NEXT){var TO_STRING_TAG=NAME+" Iterator";return IteratorConstructor.prototype=create(IteratorPrototype,{next:createPropertyDescriptor(+!ENUMERABLE_NEXT,next)}),setToStringTag(IteratorConstructor,TO_STRING_TAG,!1,!0),Iterators[TO_STRING_TAG]=returnThis,IteratorConstructor}}});var require_function_uncurry_this_accessor=__commonJS({"node_modules/core-js/internals/function-uncurry-this-accessor.js"(exports,module){"use strict";init_define_process_env();init_shim();var uncurryThis=require_function_uncurry_this(),aCallable=require_a_callable();module.exports=function(object,key,method){try{return uncurryThis(aCallable(Object.getOwnPropertyDescriptor(object,key)[method]))}catch(error){}}}});var require_is_possible_prototype=__commonJS({"node_modules/core-js/internals/is-possible-prototype.js"(exports,module){"use strict";init_define_process_env();init_shim();var isObject=require_is_object();module.exports=function(argument){return isObject(argument)||argument===null}}});var require_a_possible_prototype=__commonJS({"node_modules/core-js/internals/a-possible-prototype.js"(exports,module){"use strict";init_define_process_env();init_shim();var isPossiblePrototype=require_is_possible_prototype(),$String=String,$TypeError=TypeError;module.exports=function(argument){if(isPossiblePrototype(argument))return argument;throw new $TypeError("Can't set "+$String(argument)+" as a prototype")}}});var require_object_set_prototype_of=__commonJS({"node_modules/core-js/internals/object-set-prototype-of.js"(exports,module){"use strict";init_define_process_env();init_shim();var uncurryThisAccessor=require_function_uncurry_this_accessor(),anObject=require_an_object(),aPossiblePrototype=require_a_possible_prototype();module.exports=Object.setPrototypeOf||("__proto__"in{}?function(){var CORRECT_SETTER=!1,test={},setter;try{setter=uncurryThisAccessor(Object.prototype,"__proto__","set"),setter(test,[]),CORRECT_SETTER=test instanceof Array}catch(error){}return function(O,proto){return anObject(O),aPossiblePrototype(proto),CORRECT_SETTER?setter(O,proto):O.__proto__=proto,O}}():void 0)}});var require_iterator_define=__commonJS({"node_modules/core-js/internals/iterator-define.js"(exports,module){"use strict";init_define_process_env();init_shim();var $=require_export(),call=require_function_call(),IS_PURE=require_is_pure(),FunctionName=require_function_name(),isCallable=require_is_callable(),createIteratorConstructor=require_iterator_create_constructor(),getPrototypeOf=require_object_get_prototype_of(),setPrototypeOf=require_object_set_prototype_of(),setToStringTag=require_set_to_string_tag(),createNonEnumerableProperty=require_create_non_enumerable_property(),defineBuiltIn=require_define_built_in(),wellKnownSymbol=require_well_known_symbol(),Iterators=require_iterators(),IteratorsCore=require_iterators_core(),PROPER_FUNCTION_NAME=FunctionName.PROPER,CONFIGURABLE_FUNCTION_NAME=FunctionName.CONFIGURABLE,IteratorPrototype=IteratorsCore.IteratorPrototype,BUGGY_SAFARI_ITERATORS=IteratorsCore.BUGGY_SAFARI_ITERATORS,ITERATOR=wellKnownSymbol("iterator"),KEYS="keys",VALUES="values",ENTRIES="entries",returnThis=function(){return this};module.exports=function(Iterable,NAME,IteratorConstructor,next,DEFAULT,IS_SET,FORCED){createIteratorConstructor(IteratorConstructor,NAME,next);var getIterationMethod=function(KIND){if(KIND===DEFAULT&&defaultIterator)return defaultIterator;if(!BUGGY_SAFARI_ITERATORS&&KIND&&KIND in IterablePrototype)return IterablePrototype[KIND];switch(KIND){case KEYS:return function(){return new IteratorConstructor(this,KIND)};case VALUES:return function(){return new IteratorConstructor(this,KIND)};case ENTRIES:return function(){return new IteratorConstructor(this,KIND)}}return function(){return new IteratorConstructor(this)}},TO_STRING_TAG=NAME+" Iterator",INCORRECT_VALUES_NAME=!1,IterablePrototype=Iterable.prototype,nativeIterator=IterablePrototype[ITERATOR]||IterablePrototype["@@iterator"]||DEFAULT&&IterablePrototype[DEFAULT],defaultIterator=!BUGGY_SAFARI_ITERATORS&&nativeIterator||getIterationMethod(DEFAULT),anyNativeIterator=NAME==="Array"&&IterablePrototype.entries||nativeIterator,CurrentIteratorPrototype,methods,KEY;if(anyNativeIterator&&(CurrentIteratorPrototype=getPrototypeOf(anyNativeIterator.call(new Iterable)),CurrentIteratorPrototype!==Object.prototype&&CurrentIteratorPrototype.next&&(!IS_PURE&&getPrototypeOf(CurrentIteratorPrototype)!==IteratorPrototype&&(setPrototypeOf?setPrototypeOf(CurrentIteratorPrototype,IteratorPrototype):isCallable(CurrentIteratorPrototype[ITERATOR])||defineBuiltIn(CurrentIteratorPrototype,ITERATOR,returnThis)),setToStringTag(CurrentIteratorPrototype,TO_STRING_TAG,!0,!0),IS_PURE&&(Iterators[TO_STRING_TAG]=returnThis))),PROPER_FUNCTION_NAME&&DEFAULT===VALUES&&nativeIterator&&nativeIterator.name!==VALUES&&(!IS_PURE&&CONFIGURABLE_FUNCTION_NAME?createNonEnumerableProperty(IterablePrototype,"name",VALUES):(INCORRECT_VALUES_NAME=!0,defaultIterator=function(){return call(nativeIterator,this)})),DEFAULT)if(methods={values:getIterationMethod(VALUES),keys:IS_SET?defaultIterator:getIterationMethod(KEYS),entries:getIterationMethod(ENTRIES)},FORCED)for(KEY in methods)(BUGGY_SAFARI_ITERATORS||INCORRECT_VALUES_NAME||!(KEY in IterablePrototype))&&defineBuiltIn(IterablePrototype,KEY,methods[KEY]);else $({target:NAME,proto:!0,forced:BUGGY_SAFARI_ITERATORS||INCORRECT_VALUES_NAME},methods);return(!IS_PURE||FORCED)&&IterablePrototype[ITERATOR]!==defaultIterator&&defineBuiltIn(IterablePrototype,ITERATOR,defaultIterator,{name:DEFAULT}),Iterators[NAME]=defaultIterator,methods}}});var require_create_iter_result_object=__commonJS({"node_modules/core-js/internals/create-iter-result-object.js"(exports,module){"use strict";init_define_process_env();init_shim();module.exports=function(value,done){return{value,done}}}});var require_es_array_iterator=__commonJS({"node_modules/core-js/modules/es.array.iterator.js"(exports,module){"use strict";init_define_process_env();init_shim();var toIndexedObject=require_to_indexed_object(),addToUnscopables=require_add_to_unscopables(),Iterators=require_iterators(),InternalStateModule=require_internal_state(),defineProperty=require_object_define_property().f,defineIterator=require_iterator_define(),createIterResultObject=require_create_iter_result_object(),IS_PURE=require_is_pure(),DESCRIPTORS=require_descriptors(),ARRAY_ITERATOR="Array Iterator",setInternalState=InternalStateModule.set,getInternalState=InternalStateModule.getterFor(ARRAY_ITERATOR);module.exports=defineIterator(Array,"Array",function(iterated,kind){setInternalState(this,{type:ARRAY_ITERATOR,target:toIndexedObject(iterated),index:0,kind})},function(){var state=getInternalState(this),target=state.target,index=state.index++;if(!target||index>=target.length)return state.target=void 0,createIterResultObject(void 0,!0);switch(state.kind){case"keys":return createIterResultObject(index,!1);case"values":return createIterResultObject(target[index],!1)}return createIterResultObject([index,target[index]],!1)},"values");var values=Iterators.Arguments=Iterators.Array;addToUnscopables("keys");addToUnscopables("values");addToUnscopables("entries");if(!IS_PURE&&DESCRIPTORS&&values.name!=="values")try{defineProperty(values,"name",{value:"values"})}catch(error){}}});var require_dom_iterables=__commonJS({"node_modules/core-js/internals/dom-iterables.js"(exports,module){"use strict";init_define_process_env();init_shim();module.exports={CSSRuleList:0,CSSStyleDeclaration:0,CSSValueList:0,ClientRectList:0,DOMRectList:0,DOMStringList:0,DOMTokenList:1,DataTransferItemList:0,FileList:0,HTMLAllCollection:0,HTMLCollection:0,HTMLFormElement:0,HTMLSelectElement:0,MediaList:0,MimeTypeArray:0,NamedNodeMap:0,NodeList:1,PaintRequestList:0,Plugin:0,PluginArray:0,SVGLengthList:0,SVGNumberList:0,SVGPathSegList:0,SVGPointList:0,SVGStringList:0,SVGTransformList:0,SourceBufferList:0,StyleSheetList:0,TextTrackCueList:0,TextTrackList:0,TouchList:0}}});var require_dom_token_list_prototype=__commonJS({"node_modules/core-js/internals/dom-token-list-prototype.js"(exports,module){"use strict";init_define_process_env();init_shim();var documentCreateElement=require_document_create_element(),classList=documentCreateElement("span").classList,DOMTokenListPrototype=classList&&classList.constructor&&classList.constructor.prototype;module.exports=DOMTokenListPrototype===Object.prototype?void 0:DOMTokenListPrototype}});var require_web_dom_collections_iterator=__commonJS({"node_modules/core-js/modules/web.dom-collections.iterator.js"(){"use strict";init_define_process_env();init_shim();var global=require_global(),DOMIterables=require_dom_iterables(),DOMTokenListPrototype=require_dom_token_list_prototype(),ArrayIteratorMethods=require_es_array_iterator(),createNonEnumerableProperty=require_create_non_enumerable_property(),setToStringTag=require_set_to_string_tag(),wellKnownSymbol=require_well_known_symbol(),ITERATOR=wellKnownSymbol("iterator"),ArrayValues=ArrayIteratorMethods.values,handlePrototype=function(CollectionPrototype,COLLECTION_NAME2){if(CollectionPrototype){if(CollectionPrototype[ITERATOR]!==ArrayValues)try{createNonEnumerableProperty(CollectionPrototype,ITERATOR,ArrayValues)}catch(error){CollectionPrototype[ITERATOR]=ArrayValues}if(setToStringTag(CollectionPrototype,COLLECTION_NAME2,!0),DOMIterables[COLLECTION_NAME2]){for(var METHOD_NAME in ArrayIteratorMethods)if(CollectionPrototype[METHOD_NAME]!==ArrayIteratorMethods[METHOD_NAME])try{createNonEnumerableProperty(CollectionPrototype,METHOD_NAME,ArrayIteratorMethods[METHOD_NAME])}catch(error){CollectionPrototype[METHOD_NAME]=ArrayIteratorMethods[METHOD_NAME]}}}};for(COLLECTION_NAME in DOMIterables)handlePrototype(global[COLLECTION_NAME]&&global[COLLECTION_NAME].prototype,COLLECTION_NAME);var COLLECTION_NAME;handlePrototype(DOMTokenListPrototype,"DOMTokenList")}});init_define_process_env();init_shim();var import_es_array_iterator=__toESM(require_es_array_iterator()),import_web_dom_collections_iterator=__toESM(require_web_dom_collections_iterator());init_define_process_env();init_shim();var _window$u,_window,_window$safe_require,_window2,u=(_window$u=(_window=window)==null?void 0:_window.u)!=null?_window$u:_u,safe_require=(_window$safe_require=(_window2=window)==null?void 0:_window2.safe_require)!=null?_window$safe_require:_safe_require;var btype_ids=safe_require.safe_require("./lang/btype_ids"),external=safe_require.safe_require("./external"),AUTH_URL="https://www.linkedin.com/oauth/v2/authorization",BASE_URL="https://api.linkedin.com/v2",TOKEN_URL="https://www.linkedin.com/oauth/v2/accessToken";function linked_in_error_handler(response){if(response.statusCode>=400&&response.statusCode<=599){var _data,_data2;let data;try{data=JSON.parse(response.body)}catch(error){return"There was an error connecting to LinkedIn."}if((_data=data)!=null&&_data.error_description||(_data2=data)!=null&&_data2.message){var _data$error_descripti;return"There was an error connecting to LinkedIn. Message from LinkedIn was: "+((_data$error_descripti=data.error_description)!=null?_data$error_descripti:data.message)}}}var cls=class extends external.Service{constructor(){super(),this.authenticator=new external.Oauth2({scope:"openid profile email",token_param_name:"oauth2_access_token",authentication_url:AUTH_URL,generate_token_from_code_uri:TOKEN_URL}),this.values=this._get_initial_values(),this.calls=this._get_initial_calls()}_get_initial_values(){return{profile:new external.StructValue("Profile",{id:{},firstName:{caption:"First name",path:["given_name"]},lastName:{caption:"Last name",path:["family_name"]},pictureUrl:{caption:"Profile picture",path:["picture"]},email:{}})}}get oauth_providers(){return["linkedin_with_open_id"]}get user_calls(){return["linkedin"]}_get_initial_calls(){return{oauth_user_data_call:class extends external.Call{get btype_id(){return btype_ids.api_type("linkedin_with_open_id.profile")}build(prev,properties){return{path:"/userinfo",data:{projection:"(id,email)"}}}},linkedin:class extends external.Call{get _must_proxy(){return!0}get human(){return"Linkedin"}get btype_id(){return btype_ids.api_type("linkedin_with_open_id.profile")}get is_reflective(){return!0}build(){return{path:"/userinfo",data:{projection:"(id,email,picture,given_name,family_name)"}}}}}}get base_url(){return BASE_URL}get keys(){return{appsecret:{caption:"Secret Key",type:"secure"},appid:{caption:"API Key",type:"client_safe"}}}get get_error_message(){return linked_in_error_handler}},linkedin_with_open_id={cls};typeof window<"u"&&window!==null&&((_window$optional_modu=(_window3=window).optional_modules)!=null||(_window3.optional_modules={}),window.optional_modules.linkedin_with_open_id=linkedin_with_open_id);var _window3,_window$optional_modu,plugin_registry=safe_require.safe_require("./services/shared/plugin_registry");plugin_registry.register_plugin("linkedin_with_open_id",linkedin_with_open_id);})();
/*! Bundled license information:

buffer/index.js:
  (*!
   * The buffer module from node.js, for the browser.
   *
   * @author   Feross Aboukhadijeh <https://feross.org>
   * @license  MIT
   *)
*/

}


window.preloaded['plugin/first_party:linkedin_with_open_id'] = true;
window.plugins = window.plugins || {};
window._bubble_page_load_data.plugins_size = window._bubble_page_load_data.plugins_size || {};
window.plugins["1479901297703x967536405834891300"] = {"human":"Google Maps Extended","dependencies":{"use_jquery":true,"plugin_api_version":"4"},"plugin_api":{"human":"Google Maps API","calls":{"AAC":{"name":"Distance & Duration","method":"get","publish_as":"data","url":"https://maps.googleapis.com/maps/api/distancematrix/json?key=[API Key]","params":{"AAE":{"key":"origins","value":"25.20738,55.2750503","private":true,"doc":""},"AAF":{"key":"destinations","value":"25.080703,55.3459613","private":true,"doc":""},"AAG":{"key":"traffic_model","value":"best_guess","private":true,"doc":""},"AAH":{"key":"mode","value":"driving","private":true},"AAI":{"key":"departure_time","value":"now","private":true},"AAK":{"key":"language","value":"en","private":true},"AAL":{"key":"units","value":"metric","private":true},"AAM":{"key":"transit_mode","value":"","private":true,"optional":true},"AAN":{"key":"avoid","value":"","private":true,"optional":true}},"initialized":true,"types":"{\"plugin_api.AAC\":{\"caption\":\"Distance & Duration\",\"fields\":{\"_p_body.destination_addresses\":{\"ret_value\":\"list.text\",\"caption\":\"body destination_addresses\",\"sample_value\":\"38JW+9J9 - Camino 1 - The Villa - Dubai - United Arab Emirates\",\"path\":[\"body\",\"destination_addresses\"]},\"_p_body.origin_addresses\":{\"ret_value\":\"list.text\",\"caption\":\"body origin_addresses\",\"sample_value\":\"DIFC - Central Park Towers - 674G+V28 - المركز التجاري - DIFC - دبي - United Arab Emirates\",\"path\":[\"body\",\"origin_addresses\"]},\"_p_body.rows\":{\"ret_value\":\"list.api.1479901297703x967536405834891300.plugin_api.AAC.body.rows\",\"caption\":\"body rows\",\"path\":[\"body\",\"rows\"]},\"_p_body.status\":{\"ret_value\":\"text\",\"caption\":\"body status\",\"sample_value\":\"OK\",\"path\":[\"body\",\"status\"]},\"_p_error.status_code\":{\"ret_value\":\"number\",\"caption\":\"error status_code\",\"sample_value\":200,\"path\":[\"error\",\"status_code\"]},\"_p_error.status_message\":{\"ret_value\":\"text\",\"caption\":\"error status_message\",\"sample_value\":\"OK\",\"path\":[\"error\",\"status_message\"]},\"_p_error.body\":{\"ret_value\":\"text\",\"caption\":\"error body\",\"sample_value\":\"\\\"{\\\\n   \\\\\\\"destination_addresses\\\\\\\" : [ \\\\\\\"38JW+9J9 - Camino 1 - The Villa - Dubai - United Arab Emirates\\\\\\\" ],\\\\n   \\\\\\\"origin_addresses\\\\\\\" : [\\\\n      \\\\\\\"DIFC - Central Park Towers - 674G+V28 - المركز التجاري - DIFC - دبي - United Arab Emirates\\\\\\\"\\\\n   ],\\\\n   \\\\\\\"rows\\\\\\\" : [\\\\n      {\\\\n         \\\\\\\"elements\\\\\\\" : [\\\\n            {\\\\n               \\\\\\\"distance\\\\\\\" : {\\\\n                  \\\\\\\"text\\\\\\\" : \\\\\\\"28.8 km\\\\\\\",\\\\n                  \\\\\\\"value\\\\\\\" : 28764\\\\n               },\\\\n               \\\\\\\"duration\\\\\\\" : {\\\\n                  \\\\\\\"text\\\\\\\" : \\\\\\\"29 mins\\\\\\\",\\\\n                  \\\\\\\"value\\\\\\\" : 1744\\\\n               },\\\\n               \\\\\\\"duration_in_traffic\\\\\\\" : {\\\\n                  \\\\\\\"text\\\\\\\" : \\\\\\\"28 mins\\\\\\\",\\\\n                  \\\\\\\"value\\\\\\\" : 1675\\\\n               },\\\\n               \\\\\\\"status\\\\\\\" : \\\\\\\"OK\\\\\\\"\\\\n            }\\\\n         ]\\\\n      }\\\\n   ],\\\\n   \\\\\\\"status\\\\\\\" : \\\\\\\"OK\\\\\\\"\\\\n}\\\\n\\\"\",\"path\":[\"error\",\"body\"]},\"_p_returned_an_error\":{\"ret_value\":\"boolean\",\"caption\":\"returned_an_error\",\"sample_value\":false}}},\"plugin_api.AAC.body.rows\":{\"caption\":\"Distance & Duration body row\",\"fields\":{\"_p_elements\":{\"ret_value\":\"list.api.1479901297703x967536405834891300.plugin_api.AAC.elements\",\"caption\":\"elements\"}}},\"plugin_api.AAC.elements\":{\"caption\":\"Distance & Duration element\",\"fields\":{\"_p_distance.text\":{\"ret_value\":\"text\",\"caption\":\"distance text\",\"sample_value\":\"28.8 km\",\"path\":[\"distance\",\"text\"]},\"_p_distance.value\":{\"ret_value\":\"number\",\"caption\":\"distance value\",\"sample_value\":28764,\"path\":[\"distance\",\"value\"]},\"_p_duration.text\":{\"ret_value\":\"text\",\"caption\":\"duration text\",\"sample_value\":\"29 mins\",\"path\":[\"duration\",\"text\"]},\"_p_duration.value\":{\"ret_value\":\"number\",\"caption\":\"duration value\",\"sample_value\":1744,\"path\":[\"duration\",\"value\"]},\"_p_duration_in_traffic.text\":{\"ret_value\":\"text\",\"caption\":\"duration_in_traffic text\",\"sample_value\":\"28 mins\",\"path\":[\"duration_in_traffic\",\"text\"]},\"_p_duration_in_traffic.value\":{\"ret_value\":\"number\",\"caption\":\"duration_in_traffic value\",\"sample_value\":1675,\"path\":[\"duration_in_traffic\",\"value\"]},\"_p_status\":{\"ret_value\":\"text\",\"caption\":\"status\",\"sample_value\":\"OK\"}}}}","ret_value":"api.1479901297703x967536405834891300.plugin_api.AAC","should_reinitialize":false,"wrap_error":true,"url_params":{"AJm":{"key":"API Key","private":true,"visibility":"secret","doc":""}}},"AAW":{"name":"Place Details by ID","method":"get","publish_as":"data","url":"https://maps.googleapis.com/maps/api/place/details/json?key=[API Key]","params":{"AAX":{"key":"placeid","value":"ChIJ5ygUrive1IkRSSMWpT6CAXY","private":true}},"initialized":true,"types":"{\"plugin_api.AAW\":{\"caption\":\"Place Details by ID\",\"fields\":{\"_p_body.result.address_components\":{\"ret_value\":\"list.api.1479901297703x967536405834891300.plugin_api.AAW.body.result.address_components\",\"caption\":\"body address_components\",\"path\":[\"body\",\"result\",\"address_components\"]},\"_p_body.result.adr_address\":{\"ret_value\":\"text\",\"caption\":\"body adr_address\",\"sample_value\":\"<span class=\\\"street-address\\\">31 Barr Rd</span>, <span class=\\\"locality\\\">Ajax</span>, <span class=\\\"region\\\">ON</span> <span class=\\\"postal-code\\\">L1S 3Y1</span>, <span class=\\\"country-name\\\">Canada</span>\",\"path\":[\"body\",\"result\",\"adr_address\"]},\"_p_body.result.business_status\":{\"ret_value\":\"text\",\"caption\":\"body business_status\",\"sample_value\":\"OPERATIONAL\",\"path\":[\"body\",\"result\",\"business_status\"]},\"_p_body.result.current_opening_hours.open_now\":{\"ret_value\":\"boolean\",\"caption\":\"body current_opening_hours open_now\",\"sample_value\":true,\"path\":[\"body\",\"result\",\"current_opening_hours\",\"open_now\"]},\"_p_body.result.current_opening_hours.periods\":{\"ret_value\":\"list.api.1479901297703x967536405834891300.plugin_api.AAW.body.result.current_opening_hours.periods\",\"caption\":\"body current_opening_hours periods\",\"path\":[\"body\",\"result\",\"current_opening_hours\",\"periods\"]},\"_p_body.result.current_opening_hours.weekday_text\":{\"ret_value\":\"list.text\",\"caption\":\"body current_opening_hours weekday_text\",\"sample_value\":\"Monday: Closed\",\"path\":[\"body\",\"result\",\"current_opening_hours\",\"weekday_text\"]},\"_p_body.result.delivery\":{\"ret_value\":\"boolean\",\"caption\":\"body delivery\",\"sample_value\":true,\"path\":[\"body\",\"result\",\"delivery\"]},\"_p_body.result.dine_in\":{\"ret_value\":\"boolean\",\"caption\":\"body dine_in\",\"sample_value\":true,\"path\":[\"body\",\"result\",\"dine_in\"]},\"_p_body.result.editorial_summary.language\":{\"ret_value\":\"text\",\"caption\":\"body editorial_summary language\",\"sample_value\":\"en\",\"path\":[\"body\",\"result\",\"editorial_summary\",\"language\"]},\"_p_body.result.editorial_summary.overview\":{\"ret_value\":\"text\",\"caption\":\"body editorial_summary overview\",\"sample_value\":\"Comfort-food cafe serving breakfast & lunch with beer & wine in casual digs with eclectic decor.\",\"path\":[\"body\",\"result\",\"editorial_summary\",\"overview\"]},\"_p_body.result.formatted_address\":{\"ret_value\":\"text\",\"caption\":\"body formatted_address\",\"sample_value\":\"31 Barr Rd, Ajax, ON L1S 3Y1, Canada\",\"path\":[\"body\",\"result\",\"formatted_address\"]},\"_p_body.result.formatted_phone_number\":{\"ret_value\":\"text\",\"caption\":\"body formatted_phone_number\",\"sample_value\":\"(905) 683-5889\",\"path\":[\"body\",\"result\",\"formatted_phone_number\"]},\"_p_body.result.geometry.location.lat\":{\"ret_value\":\"number\",\"caption\":\"body geometry location lat\",\"sample_value\":43.8299782,\"path\":[\"body\",\"result\",\"geometry\",\"location\",\"lat\"]},\"_p_body.result.geometry.location.lng\":{\"ret_value\":\"number\",\"caption\":\"body geometry location lng\",\"sample_value\":-79.0221698,\"path\":[\"body\",\"result\",\"geometry\",\"location\",\"lng\"]},\"_p_body.result.geometry.viewport.northeast.lat\":{\"ret_value\":\"number\",\"caption\":\"body geometry viewport northeast lat\",\"sample_value\":43.83132733029149,\"path\":[\"body\",\"result\",\"geometry\",\"viewport\",\"northeast\",\"lat\"]},\"_p_body.result.geometry.viewport.northeast.lng\":{\"ret_value\":\"number\",\"caption\":\"body geometry viewport northeast lng\",\"sample_value\":-79.0208968197085,\"path\":[\"body\",\"result\",\"geometry\",\"viewport\",\"northeast\",\"lng\"]},\"_p_body.result.geometry.viewport.southwest.lat\":{\"ret_value\":\"number\",\"caption\":\"body geometry viewport southwest lat\",\"sample_value\":43.8286293697085,\"path\":[\"body\",\"result\",\"geometry\",\"viewport\",\"southwest\",\"lat\"]},\"_p_body.result.geometry.viewport.southwest.lng\":{\"ret_value\":\"number\",\"caption\":\"body geometry viewport southwest lng\",\"sample_value\":-79.0235947802915,\"path\":[\"body\",\"result\",\"geometry\",\"viewport\",\"southwest\",\"lng\"]},\"_p_body.result.icon\":{\"ret_value\":\"text\",\"caption\":\"body icon\",\"sample_value\":\"https://maps.gstatic.com/mapfiles/place_api/icons/v1/png_71/restaurant-71.png\",\"path\":[\"body\",\"result\",\"icon\"]},\"_p_body.result.icon_background_color\":{\"ret_value\":\"text\",\"caption\":\"body icon_background_color\",\"sample_value\":\"#FF9E67\",\"path\":[\"body\",\"result\",\"icon_background_color\"]},\"_p_body.result.icon_mask_base_uri\":{\"ret_value\":\"text\",\"caption\":\"body icon_mask_base_uri\",\"sample_value\":\"https://maps.gstatic.com/mapfiles/place_api/icons/v2/restaurant_pinlet\",\"path\":[\"body\",\"result\",\"icon_mask_base_uri\"]},\"_p_body.result.international_phone_number\":{\"ret_value\":\"text\",\"caption\":\"body international_phone_number\",\"sample_value\":\"+1 905-683-5889\",\"path\":[\"body\",\"result\",\"international_phone_number\"]},\"_p_body.result.name\":{\"ret_value\":\"text\",\"caption\":\"body name\",\"sample_value\":\"Angelique's Family Restaurant\",\"path\":[\"body\",\"result\",\"name\"]},\"_p_body.result.opening_hours.open_now\":{\"ret_value\":\"boolean\",\"caption\":\"body opening_hours open_now\",\"sample_value\":true,\"path\":[\"body\",\"result\",\"opening_hours\",\"open_now\"]},\"_p_body.result.opening_hours.periods\":{\"ret_value\":\"list.api.1479901297703x967536405834891300.plugin_api.AAW.body.result.opening_hours.periods\",\"caption\":\"body opening_hours periods\",\"path\":[\"body\",\"result\",\"opening_hours\",\"periods\"]},\"_p_body.result.opening_hours.weekday_text\":{\"ret_value\":\"list.text\",\"caption\":\"body opening_hours weekday_text\",\"sample_value\":\"Monday: Closed\",\"path\":[\"body\",\"result\",\"opening_hours\",\"weekday_text\"]},\"_p_body.result.photos\":{\"ret_value\":\"list.api.1479901297703x967536405834891300.plugin_api.AAW.body.result.photos\",\"caption\":\"body photos\",\"path\":[\"body\",\"result\",\"photos\"]},\"_p_body.result.place_id\":{\"ret_value\":\"text\",\"caption\":\"body place_id\",\"sample_value\":\"ChIJ5ygUrive1IkRSSMWpT6CAXY\",\"path\":[\"body\",\"result\",\"place_id\"]},\"_p_body.result.plus_code.compound_code\":{\"ret_value\":\"text\",\"caption\":\"body plus_code compound_code\",\"sample_value\":\"RXHH+X4 Ajax, ON, Canada\",\"path\":[\"body\",\"result\",\"plus_code\",\"compound_code\"]},\"_p_body.result.plus_code.global_code\":{\"ret_value\":\"text\",\"caption\":\"body plus_code global_code\",\"sample_value\":\"87M2RXHH+X4\",\"path\":[\"body\",\"result\",\"plus_code\",\"global_code\"]},\"_p_body.result.price_level\":{\"ret_value\":\"number\",\"caption\":\"body price_level\",\"sample_value\":1,\"path\":[\"body\",\"result\",\"price_level\"]},\"_p_body.result.rating\":{\"ret_value\":\"number\",\"caption\":\"body rating\",\"sample_value\":4.7,\"path\":[\"body\",\"result\",\"rating\"]},\"_p_body.result.reference\":{\"ret_value\":\"text\",\"caption\":\"body reference\",\"sample_value\":\"ChIJ5ygUrive1IkRSSMWpT6CAXY\",\"path\":[\"body\",\"result\",\"reference\"]},\"_p_body.result.reservable\":{\"ret_value\":\"boolean\",\"caption\":\"body reservable\",\"sample_value\":false,\"path\":[\"body\",\"result\",\"reservable\"]},\"_p_body.result.reviews\":{\"ret_value\":\"list.api.1479901297703x967536405834891300.plugin_api.AAW.body.result.reviews\",\"caption\":\"body reviews\",\"path\":[\"body\",\"result\",\"reviews\"]},\"_p_body.result.secondary_opening_hours\":{\"ret_value\":\"list.api.1479901297703x967536405834891300.plugin_api.AAW.body.result.secondary_opening_hours\",\"caption\":\"body secondary_opening_hours\",\"path\":[\"body\",\"result\",\"secondary_opening_hours\"]},\"_p_body.result.serves_beer\":{\"ret_value\":\"boolean\",\"caption\":\"body serves_beer\",\"sample_value\":false,\"path\":[\"body\",\"result\",\"serves_beer\"]},\"_p_body.result.serves_breakfast\":{\"ret_value\":\"boolean\",\"caption\":\"body serves_breakfast\",\"sample_value\":true,\"path\":[\"body\",\"result\",\"serves_breakfast\"]},\"_p_body.result.serves_brunch\":{\"ret_value\":\"boolean\",\"caption\":\"body serves_brunch\",\"sample_value\":true,\"path\":[\"body\",\"result\",\"serves_brunch\"]},\"_p_body.result.serves_lunch\":{\"ret_value\":\"boolean\",\"caption\":\"body serves_lunch\",\"sample_value\":true,\"path\":[\"body\",\"result\",\"serves_lunch\"]},\"_p_body.result.serves_wine\":{\"ret_value\":\"boolean\",\"caption\":\"body serves_wine\",\"sample_value\":false,\"path\":[\"body\",\"result\",\"serves_wine\"]},\"_p_body.result.takeout\":{\"ret_value\":\"boolean\",\"caption\":\"body takeout\",\"sample_value\":true,\"path\":[\"body\",\"result\",\"takeout\"]},\"_p_body.result.types\":{\"ret_value\":\"list.text\",\"caption\":\"body types\",\"sample_value\":\"restaurant\",\"path\":[\"body\",\"result\",\"types\"]},\"_p_body.result.url\":{\"ret_value\":\"text\",\"caption\":\"body url\",\"sample_value\":\"https://maps.google.com/?cid=8503220777021481801\",\"path\":[\"body\",\"result\",\"url\"]},\"_p_body.result.user_ratings_total\":{\"ret_value\":\"number\",\"caption\":\"body user_ratings_total\",\"sample_value\":1355,\"path\":[\"body\",\"result\",\"user_ratings_total\"]},\"_p_body.result.utc_offset\":{\"ret_value\":\"number\",\"caption\":\"body utc_offset\",\"sample_value\":-300,\"path\":[\"body\",\"result\",\"utc_offset\"]},\"_p_body.result.vicinity\":{\"ret_value\":\"text\",\"caption\":\"body vicinity\",\"sample_value\":\"31 Barr Road, Ajax\",\"path\":[\"body\",\"result\",\"vicinity\"]},\"_p_body.result.website\":{\"ret_value\":\"text\",\"caption\":\"body website\",\"sample_value\":\"http://www.angeliquesfamilyrestaurant.com/\",\"path\":[\"body\",\"result\",\"website\"]},\"_p_body.result.wheelchair_accessible_entrance\":{\"ret_value\":\"boolean\",\"caption\":\"body wheelchair_accessible_entrance\",\"sample_value\":true,\"path\":[\"body\",\"result\",\"wheelchair_accessible_entrance\"]},\"_p_body.status\":{\"ret_value\":\"text\",\"caption\":\"body status\",\"sample_value\":\"OK\",\"path\":[\"body\",\"status\"]},\"_p_error.status_code\":{\"ret_value\":\"number\",\"caption\":\"error status_code\",\"sample_value\":200,\"path\":[\"error\",\"status_code\"]},\"_p_error.status_message\":{\"ret_value\":\"text\",\"caption\":\"error status_message\",\"sample_value\":\"OK\",\"path\":[\"error\",\"status_message\"]},\"_p_error.body\":{\"ret_value\":\"text\",\"caption\":\"error body\",\"sample_value\":\"(value too large to save 21417 bytes)\",\"path\":[\"error\",\"body\"]},\"_p_returned_an_error\":{\"ret_value\":\"boolean\",\"caption\":\"returned_an_error\",\"sample_value\":false}}},\"plugin_api.AAW.body.result.address_components\":{\"caption\":\"Place Details by ID body result address_component\",\"fields\":{\"_p_long_name\":{\"ret_value\":\"text\",\"caption\":\"long_name\",\"sample_value\":\"31\"},\"_p_short_name\":{\"ret_value\":\"text\",\"caption\":\"short_name\",\"sample_value\":\"31\"},\"_p_types\":{\"ret_value\":\"list.text\",\"caption\":\"types\",\"sample_value\":\"street_number\"}}},\"plugin_api.AAW.body.result.current_opening_hours.periods\":{\"caption\":\"Place Details by ID body result current_opening_hours period\",\"fields\":{\"_p_close.date\":{\"ret_value\":\"text\",\"caption\":\"close date\",\"sample_value\":\"2023-02-12\",\"path\":[\"close\",\"date\"]},\"_p_close.day\":{\"ret_value\":\"number\",\"caption\":\"close day\",\"sample_value\":0,\"path\":[\"close\",\"day\"]},\"_p_close.time\":{\"ret_value\":\"text\",\"caption\":\"close time\",\"sample_value\":\"1500\",\"path\":[\"close\",\"time\"]},\"_p_open.date\":{\"ret_value\":\"text\",\"caption\":\"open date\",\"sample_value\":\"2023-02-12\",\"path\":[\"open\",\"date\"]},\"_p_open.day\":{\"ret_value\":\"number\",\"caption\":\"open day\",\"sample_value\":0,\"path\":[\"open\",\"day\"]},\"_p_open.time\":{\"ret_value\":\"text\",\"caption\":\"open time\",\"sample_value\":\"0700\",\"path\":[\"open\",\"time\"]}}},\"plugin_api.AAW.body.result.opening_hours.periods\":{\"caption\":\"Place Details by ID body result opening_hours period\",\"fields\":{\"_p_close.day\":{\"ret_value\":\"number\",\"caption\":\"close day\",\"sample_value\":0,\"path\":[\"close\",\"day\"]},\"_p_close.time\":{\"ret_value\":\"text\",\"caption\":\"close time\",\"sample_value\":\"1500\",\"path\":[\"close\",\"time\"]},\"_p_open.day\":{\"ret_value\":\"number\",\"caption\":\"open day\",\"sample_value\":0,\"path\":[\"open\",\"day\"]},\"_p_open.time\":{\"ret_value\":\"text\",\"caption\":\"open time\",\"sample_value\":\"0700\",\"path\":[\"open\",\"time\"]}}},\"plugin_api.AAW.body.result.photos\":{\"caption\":\"Place Details by ID body result photo\",\"fields\":{\"_p_height\":{\"ret_value\":\"number\",\"caption\":\"height\",\"sample_value\":3024},\"_p_html_attributions\":{\"ret_value\":\"list.text\",\"caption\":\"html_attributions\",\"sample_value\":\"<a href=\\\"https://maps.google.com/maps/contrib/102884814698418699128\\\">Terry P. G.</a>\"},\"_p_photo_reference\":{\"ret_value\":\"text\",\"caption\":\"photo_reference\",\"sample_value\":\"AfLeUgNMxqTdAADXi-ThoJuWVoxXwy2goayTQGLlGo9k-E8DJ67-OlTVr_xTmhRAlgi0UndatmPxUivtSYw8XOnPaTt64JXQYs-H2gPrlKYHb9G08TfoM6gnTFyaQOnggXRRhza4vEKp3IK1coIJ3k1T8DllbjxKgb3Rl7vDaBzSDSxwlV7o\"},\"_p_width\":{\"ret_value\":\"number\",\"caption\":\"width\",\"sample_value\":4032}}},\"plugin_api.AAW.body.result.reviews\":{\"caption\":\"Place Details by ID body result review\",\"fields\":{\"_p_author_name\":{\"ret_value\":\"text\",\"caption\":\"author_name\",\"sample_value\":\"Kimberly Campos\"},\"_p_author_url\":{\"ret_value\":\"text\",\"caption\":\"author_url\",\"sample_value\":\"https://www.google.com/maps/contrib/103661987119541380833/reviews\"},\"_p_language\":{\"ret_value\":\"text\",\"caption\":\"language\",\"sample_value\":\"en\"},\"_p_original_language\":{\"ret_value\":\"text\",\"caption\":\"original_language\",\"sample_value\":\"en\"},\"_p_profile_photo_url\":{\"ret_value\":\"text\",\"caption\":\"profile_photo_url\",\"sample_value\":\"https://lh3.googleusercontent.com/a-/AD5-WCnciIraccyqkSlGdsLR9T0--QXjApS0cA4ZE01xM94=s128-c0x00000000-cc-rp-mo-ba4\"},\"_p_rating\":{\"ret_value\":\"number\",\"caption\":\"rating\",\"sample_value\":5},\"_p_relative_time_description\":{\"ret_value\":\"text\",\"caption\":\"relative_time_description\",\"sample_value\":\"9 months ago\"},\"_p_text\":{\"ret_value\":\"text\",\"caption\":\"text\",\"sample_value\":\"Absolutely amazing!! Hands down the best breakfast in Durham. You can't beat the friendly staff, the quality of food and just overall experience. The portions are huge and the food is always fresh and hot. The service is on point, before I finish my coffee the waitress is right beside me to top it off. You won't be disappointed\"},\"_p_time\":{\"ret_value\":\"date\",\"caption\":\"time\",\"sample_value\":1651593298},\"_p_translated\":{\"ret_value\":\"boolean\",\"caption\":\"translated\",\"sample_value\":false}}},\"plugin_api.AAW.body.result.secondary_opening_hours\":{\"caption\":\"Place Details by ID body result secondary_opening_hour\",\"fields\":{\"_p_open_now\":{\"ret_value\":\"boolean\",\"caption\":\"open_now\",\"sample_value\":true},\"_p_periods\":{\"ret_value\":\"list.api.1479901297703x967536405834891300.plugin_api.AAW.periods\",\"caption\":\"periods\"},\"_p_type\":{\"ret_value\":\"text\",\"caption\":\"type\",\"sample_value\":\"TAKEOUT\"},\"_p_weekday_text\":{\"ret_value\":\"list.text\",\"caption\":\"weekday_text\",\"sample_value\":\"Monday: Closed\"}}},\"plugin_api.AAW.periods\":{\"caption\":\"Place Details by ID period\",\"fields\":{\"_p_close.date\":{\"ret_value\":\"text\",\"caption\":\"close date\",\"sample_value\":\"2023-02-12\",\"path\":[\"close\",\"date\"]},\"_p_close.day\":{\"ret_value\":\"number\",\"caption\":\"close day\",\"sample_value\":0,\"path\":[\"close\",\"day\"]},\"_p_close.time\":{\"ret_value\":\"text\",\"caption\":\"close time\",\"sample_value\":\"1500\",\"path\":[\"close\",\"time\"]},\"_p_open.date\":{\"ret_value\":\"text\",\"caption\":\"open date\",\"sample_value\":\"2023-02-12\",\"path\":[\"open\",\"date\"]},\"_p_open.day\":{\"ret_value\":\"number\",\"caption\":\"open day\",\"sample_value\":0,\"path\":[\"open\",\"day\"]},\"_p_open.time\":{\"ret_value\":\"text\",\"caption\":\"open time\",\"sample_value\":\"0700\",\"path\":[\"open\",\"time\"]}}}}","ret_value":"api.1479901297703x967536405834891300.plugin_api.AAW","should_reinitialize":false,"wrap_error":true,"url_params":{"AJn":{"key":"API Key","private":true,"visibility":"secret"}}},"AAc":{"name":"Place Photo by ID","method":"get","publish_as":"data","url":"https://maps.googleapis.com/maps/api/place/photo?key=[API Key]","params":{"AAd":{"key":"maxwidth","value":"400","private":true},"AAe":{"key":"photoreference","value":"CnRtAAAATLZNl354RwP_9UKbQ_5Psy40texXePv4oAlgP4qNEkdIrkyse7rPXYGd9D_Uj1rVsQdWT4oRz4QrYAJNpFX7rzqqMlZw2h2E2y5IKMUZ7ouD_SlcHxYq1yL4KbKUv3qtWgTK0A6QbGh87GB3sscrHRIQiG2RrmU_jF4tENr9wGS_YxoUSSDrYjWmrNfeEHSGSc3FyhNLlBU","private":true}},"data_type":"image","initialized":true,"wrap_error":true,"should_reinitialize":false,"types":"{\"plugin_api.AAc\":{\"caption\":\"Place Photo by ID\",\"fields\":{\"_p_body\":{\"ret_value\":\"text\",\"caption\":\"body\",\"sample_value\":\"//s3.amazonaws.com/appforest_uf/f1675961095782x711009467596603000/api_initialize_image\"},\"_p_error.status_code\":{\"ret_value\":\"number\",\"caption\":\"error status_code\",\"sample_value\":200,\"path\":[\"error\",\"status_code\"]},\"_p_error.status_message\":{\"ret_value\":\"text\",\"caption\":\"error status_message\",\"sample_value\":\"OK\",\"path\":[\"error\",\"status_message\"]},\"_p_error.body\":{\"ret_value\":\"text\",\"caption\":\"error body\",\"sample_value\":\"(value too large to save 146958 bytes)\",\"path\":[\"error\",\"body\"]},\"_p_returned_an_error\":{\"ret_value\":\"boolean\",\"caption\":\"returned_an_error\",\"sample_value\":false}}}}","ret_value":"api.1479901297703x967536405834891300.plugin_api.AAc","url_params":{"AJo":{"key":"API Key","private":true,"visibility":"secret"}}},"AAg":{"name":"Directions","method":"get","publish_as":"data","url":"https://maps.googleapis.com/maps/api/directions/json?key=[API Key]","params":{"AAi":{"key":"origin","value":"25.217592,55.282260","private":true,"doc":"Lat & Lng separated by comma.  For example 25.20738,55.2750503"},"AAj":{"key":"destination","value":"24.430049,54.448367","private":true,"doc":"Lat & Lng separated by comma.  For example 25.20738,55.2750503"}},"initialized":true,"types":"{\"plugin_api.AAg\":{\"caption\":\"Direction\",\"fields\":{\"_p_body.geocoded_waypoints\":{\"ret_value\":\"list.api.1479901297703x967536405834891300.plugin_api.AAg.body.geocoded_waypoints\",\"caption\":\"body geocoded_waypoints\",\"path\":[\"body\",\"geocoded_waypoints\"]},\"_p_body.routes\":{\"ret_value\":\"list.api.1479901297703x967536405834891300.plugin_api.AAg.body.routes\",\"caption\":\"body routes\",\"path\":[\"body\",\"routes\"]},\"_p_body.status\":{\"ret_value\":\"text\",\"caption\":\"body status\",\"sample_value\":\"OK\",\"path\":[\"body\",\"status\"]},\"_p_error.status_code\":{\"ret_value\":\"number\",\"caption\":\"error status_code\",\"sample_value\":200,\"path\":[\"error\",\"status_code\"]},\"_p_error.status_message\":{\"ret_value\":\"text\",\"caption\":\"error status_message\",\"sample_value\":\"OK\",\"path\":[\"error\",\"status_message\"]},\"_p_error.body\":{\"ret_value\":\"text\",\"caption\":\"error body\",\"sample_value\":\"(value too large to save 30304 bytes)\",\"path\":[\"error\",\"body\"]},\"_p_returned_an_error\":{\"ret_value\":\"boolean\",\"caption\":\"returned_an_error\",\"sample_value\":false}}},\"plugin_api.AAg.body.geocoded_waypoints\":{\"caption\":\"Directions body geocoded_waypoint\",\"fields\":{\"_p_geocoder_status\":{\"ret_value\":\"text\",\"caption\":\"geocoder_status\",\"sample_value\":\"OK\"},\"_p_place_id\":{\"ret_value\":\"text\",\"caption\":\"place_id\",\"sample_value\":\"ChIJgSzBk5JCXz4R7rWmKq2Amew\"},\"_p_types\":{\"ret_value\":\"list.text\",\"caption\":\"types\",\"sample_value\":\"electronics_store\"}}},\"plugin_api.AAg.body.routes\":{\"caption\":\"Directions body route\",\"fields\":{\"_p_bounds.northeast.lat\":{\"ret_value\":\"number\",\"caption\":\"bounds northeast lat\",\"sample_value\":25.2199665,\"path\":[\"bounds\",\"northeast\",\"lat\"]},\"_p_bounds.northeast.lng\":{\"ret_value\":\"number\",\"caption\":\"bounds northeast lng\",\"sample_value\":55.2864143,\"path\":[\"bounds\",\"northeast\",\"lng\"]},\"_p_bounds.southwest.lat\":{\"ret_value\":\"number\",\"caption\":\"bounds southwest lat\",\"sample_value\":24.4160287,\"path\":[\"bounds\",\"southwest\",\"lat\"]},\"_p_bounds.southwest.lng\":{\"ret_value\":\"number\",\"caption\":\"bounds southwest lng\",\"sample_value\":54.4483821,\"path\":[\"bounds\",\"southwest\",\"lng\"]},\"_p_copyrights\":{\"ret_value\":\"text\",\"caption\":\"copyrights\",\"sample_value\":\"Map data ©2023\"},\"_p_legs\":{\"ret_value\":\"list.api.1479901297703x967536405834891300.plugin_api.AAg.legs\",\"caption\":\"legs\"},\"_p_overview_polyline.points\":{\"ret_value\":\"text\",\"caption\":\"overview_polyline points\",\"sample_value\":\"gj|xCsflpIU?Kp@\\\\ITMf@L~@Hx@Wf@]POx@j@?B@DHRRR|@CZaAAm@`@mAdF}KgN{HcBm@q@MkDlGgBnEsCzFs@`DDvBXbAj@hArAlArD~B|KvGt@HfIbFrFdDvKzG|C|AlStLlRjLtQbLrTtOjSxQzg@td@`NbMnHxG`n@rj@toAbiAhTxQbCjBrHzE`OnIrExBj[zPlZdPpk@|Zn^vR`EhC|GtFxE~EzEfGhAfBxCxEnDxFtHpLrHrLdk@~}@fs@~hAxNzTjUpY|MrP~R~Uj_@te@pq@vz@dN`QvCxDpNhOb@`@`B`BbZ`W|XfVz_@x[~KvJpQnO~XvUzlAbcA~TpRdPxMlQvMlKjG`JtEnHdDdIfCnLfDbUbEhj@pFfk@lFhFf@dQ~ArJn@pNjA~UvBjn@`GfT|BtL|B|IxBdGpBnR|HlL|FpP`Ip_@dRxMrGvFpCdMfInJnHzIfJpLhP~FfKdDlHvF`PdQ`s@lT||@j^|yAdq@~oCvCzMzAdFlS~y@|a@|cBnXniAfRtu@dEjNzJrW|L|UdGpJxHlKvGxHlPzOtJ~HjKfHte@tZ`OfJnOdKrJ|HzItIzKlLjfA~iAllAhpAnKtKzEdErGxExK~G~TpNv`A~l@zg@t[v{@ni@rSjMjOlIna@nP~n@|V~hA`d@pcAha@n^tNbJxDzMfHpZtSvc@rZ`{AtdAdi@|^xHtGbOtPpUlYz[r`@|r@r{@zp@hy@nX|[pH`HhHnFnKlH|r@`f@`YtR`b@pZdo@zc@zd@t[dWvQtUpSvThSn_@t]lgAfcAzs@|p@vY~WtJfHlJhFxQlH~KxD|aAv\\\\d}Ahi@z_Ah\\\\lMjD`GbA~LjA|Id@tr@pDvg@rChj@vCzGh@lFfAtInDjD`CdExDlObSbHzGvFhErTjOx^nWhaA~q@n{@pm@nlAxz@r\\\\zUne@d\\\\bf@`]b`Abq@pSzM|GzCfKbDtHpBdRtF|EnBjHfEjJjHlG~GfGrIbGtLfEbMrClOxJvh@rIbd@xf@fkCn`@luBfx@~hEnErVHhB~@hKT`KFnJj@|C~AfDhClDtAtC`BfHtBlGfCfGnFbJrEjFjAlB`AvBv@bD^~DPdGc@rHuCrLs@hDcEzL}Ll]cAbDUjBRvIbAtStAjX^tFp@pElCtJpBnGvCfJpCzKf@xCd@rKc@fJ{B`LcDtHqT`]iFfIwDbHmCnGsBuAq@g@_@F{BlDi@k@AGKK[PuFpJ{A~AuKtPBP\",\"path\":[\"overview_polyline\",\"points\"]},\"_p_summary\":{\"ret_value\":\"text\",\"caption\":\"summary\",\"sample_value\":\"E11\"}}},\"plugin_api.AAg.legs\":{\"caption\":\"Directions leg\",\"fields\":{\"_p_distance.text\":{\"ret_value\":\"text\",\"caption\":\"distance text\",\"sample_value\":\"133 km\",\"path\":[\"distance\",\"text\"]},\"_p_distance.value\":{\"ret_value\":\"number\",\"caption\":\"distance value\",\"sample_value\":132880,\"path\":[\"distance\",\"value\"]},\"_p_duration.text\":{\"ret_value\":\"text\",\"caption\":\"duration text\",\"sample_value\":\"1 hour 23 mins\",\"path\":[\"duration\",\"text\"]},\"_p_duration.value\":{\"ret_value\":\"number\",\"caption\":\"duration value\",\"sample_value\":4975,\"path\":[\"duration\",\"value\"]},\"_p_end_address\":{\"ret_value\":\"text\",\"caption\":\"end_address\",\"sample_value\":\"CCHX+P87 - Al Muntazah - Zone 1 - Abu Dhabi - United Arab Emirates\"},\"_p_end_location.lat\":{\"ret_value\":\"number\",\"caption\":\"end_location lat\",\"sample_value\":24.4300383,\"path\":[\"end_location\",\"lat\"]},\"_p_end_location.lng\":{\"ret_value\":\"number\",\"caption\":\"end_location lng\",\"sample_value\":54.4483821,\"path\":[\"end_location\",\"lng\"]},\"_p_start_address\":{\"ret_value\":\"text\",\"caption\":\"start_address\",\"sample_value\":\"Showroom Unit 48a The Boulevard, Emirates Towers U.A.E - المركز التجاري - المركز التجاري الثانية - دبي - United Arab Emirates\"},\"_p_start_location.lat\":{\"ret_value\":\"number\",\"caption\":\"start_location lat\",\"sample_value\":25.2178023,\"path\":[\"start_location\",\"lat\"]},\"_p_start_location.lng\":{\"ret_value\":\"number\",\"caption\":\"start_location lng\",\"sample_value\":55.2818575,\"path\":[\"start_location\",\"lng\"]},\"_p_steps\":{\"ret_value\":\"list.api.1479901297703x967536405834891300.plugin_api.AAg.steps\",\"caption\":\"steps\"}}},\"plugin_api.AAg.steps\":{\"caption\":\"Directions step\",\"fields\":{\"_p_distance.text\":{\"ret_value\":\"text\",\"caption\":\"distance text\",\"sample_value\":\"0.2 km\",\"path\":[\"distance\",\"text\"]},\"_p_distance.value\":{\"ret_value\":\"number\",\"caption\":\"distance value\",\"sample_value\":250,\"path\":[\"distance\",\"value\"]},\"_p_duration.text\":{\"ret_value\":\"text\",\"caption\":\"duration text\",\"sample_value\":\"2 mins\",\"path\":[\"duration\",\"text\"]},\"_p_duration.value\":{\"ret_value\":\"number\",\"caption\":\"duration value\",\"sample_value\":90,\"path\":[\"duration\",\"value\"]},\"_p_end_location.lat\":{\"ret_value\":\"number\",\"caption\":\"end_location lat\",\"sample_value\":25.2163239,\"path\":[\"end_location\",\"lat\"]},\"_p_end_location.lng\":{\"ret_value\":\"number\",\"caption\":\"end_location lng\",\"sample_value\":55.28173779999999,\"path\":[\"end_location\",\"lng\"]},\"_p_html_instructions\":{\"ret_value\":\"text\",\"caption\":\"html_instructions\",\"sample_value\":\"Head <b>north</b>\"},\"_p_polyline.points\":{\"ret_value\":\"text\",\"caption\":\"polyline points\",\"sample_value\":\"gj|xCsflpIAACAC?AAC@A?A@A@MTADAB?B?B@B@@@BB@@@@?B?@?BABEFEFG@CDAD?DAB@NDLFRDB?TBP?J?JCPGNKDC`@YPOx@j@\",\"path\":[\"polyline\",\"points\"]},\"_p_start_location.lat\":{\"ret_value\":\"number\",\"caption\":\"start_location lat\",\"sample_value\":25.2178023,\"path\":[\"start_location\",\"lat\"]},\"_p_start_location.lng\":{\"ret_value\":\"number\",\"caption\":\"start_location lng\",\"sample_value\":55.2818575,\"path\":[\"start_location\",\"lng\"]},\"_p_travel_mode\":{\"ret_value\":\"text\",\"caption\":\"travel_mode\",\"sample_value\":\"DRIVING\"},\"_p_maneuver\":{\"ret_value\":\"text\",\"caption\":\"maneuver\",\"sample_value\":\"roundabout-right\"}}}}","ret_value":"api.1479901297703x967536405834891300.plugin_api.AAg","should_reinitialize":false,"wrap_error":true,"url_params":{"AJp":{"key":"API Key","private":true,"visibility":"secret"}}},"AAk":{"name":"Static Image","method":"get","publish_as":"data","url":"https://maps.googleapis.com/maps/api/staticmap?key=[API Key]","params":{"AAm":{"key":"center","value":"25.228422,55.296037","private":true,"doc":"Lat & Lng separated by comma.  For example 25.20738,55.2750503"},"AAn":{"key":"size","value":"400x500","private":true},"AAo":{"key":"zoom","value":"16","private":true},"AAp":{"key":"scale","value":"1","private":true},"AAq":{"key":"format","value":"png","private":true},"AAr":{"key":"maptype","value":"hybrid","private":true},"AAs":{"key":"language","value":"en","private":true},"AAt":{"key":"region","value":"","private":true,"optional":true},"AAu":{"key":"markers","value":"25.228422,55.296037|25.231809,55.292630","private":true,"doc":"Lat & Lng separated by comma.  For example 25.20738,55.2750503"},"AAv":{"key":"path","value":"","private":true,"optional":true},"AAw":{"key":"visible","value":"","private":true,"optional":true},"AAx":{"key":"style","value":"","private":true,"optional":true}},"data_type":"image","initialized":true,"should_reinitialize":true,"wrap_error":true,"types":"{\"plugin_api.AAk\":{\"caption\":\"Static Image\",\"fields\":{\"_p_body\":{\"ret_value\":\"text\",\"caption\":\"body\",\"sample_value\":\"//s3.amazonaws.com/appforest_uf/f1675961115509x855141349705437300/api_initialize_image\"},\"_p_error.status_code\":{\"ret_value\":\"number\",\"caption\":\"error status_code\",\"sample_value\":200,\"path\":[\"error\",\"status_code\"]},\"_p_error.status_message\":{\"ret_value\":\"text\",\"caption\":\"error status_message\",\"sample_value\":\"OK\",\"path\":[\"error\",\"status_message\"]},\"_p_error.body\":{\"ret_value\":\"text\",\"caption\":\"error body\",\"sample_value\":\"(value too large to save 492086 bytes)\",\"path\":[\"error\",\"body\"]},\"_p_returned_an_error\":{\"ret_value\":\"boolean\",\"caption\":\"returned_an_error\",\"sample_value\":false}}}}","ret_value":"api.1479901297703x967536405834891300.plugin_api.AAk","url_params":{"AJq":{"key":"API Key","value":"AIzaSyDZ1iHycS9NOtrkUrOyVIw_4BIfvTaSBXc","private":true}}},"AAy":{"name":"Street View","method":"get","publish_as":"data","url":"https://maps.googleapis.com/maps/api/streetview?key=[API Key]","params":{"AAz":{"key":"size","value":"400x400","private":true},"ABA":{"key":"location","value":"25.1983939,55.2725133","private":true,"doc":"Lat & Lng separated by comma.  For example 25.20738,55.2750503"},"ABB":{"key":"fov","value":"90","private":true},"ABC":{"key":"heading","value":"122","private":true},"ABD":{"key":"pitch","value":"10 ","private":true}},"data_type":"image","initialized":true,"should_reinitialize":false,"wrap_error":true,"types":"{\"plugin_api.AAy\":{\"caption\":\"Street View\",\"fields\":{\"_p_body\":{\"ret_value\":\"text\",\"caption\":\"body\",\"sample_value\":\"//s3.amazonaws.com/appforest_uf/f1675961123940x715938495526017800/api_initialize_image\"},\"_p_error.status_code\":{\"ret_value\":\"number\",\"caption\":\"error status_code\",\"sample_value\":200,\"path\":[\"error\",\"status_code\"]},\"_p_error.status_message\":{\"ret_value\":\"text\",\"caption\":\"error status_message\",\"sample_value\":\"OK\",\"path\":[\"error\",\"status_message\"]},\"_p_error.body\":{\"ret_value\":\"text\",\"caption\":\"error body\",\"sample_value\":\"(value too large to save 102933 bytes)\",\"path\":[\"error\",\"body\"]},\"_p_returned_an_error\":{\"ret_value\":\"boolean\",\"caption\":\"returned_an_error\",\"sample_value\":false}}}}","ret_value":"api.1479901297703x967536405834891300.plugin_api.AAy","url_params":{"AJr":{"key":"API Key","value":"AIzaSyDZ1iHycS9NOtrkUrOyVIw_4BIfvTaSBXc","private":true,"doc":""}}},"ABY":{"name":"Places Nearby Search","method":"get","publish_as":"data","params":{"ABc":{"key":"language","value":"en","private":true,"optional":false},"ABd":{"key":"location","value":"43.8245488,-79.0338929","private":true,"doc":"Lat & Lng separated by comma.  For example 25.20738,55.2750503"},"ABe":{"key":"radius","value":"50000","private":true},"ABg":{"key":"keyword","value":"Angelique","private":true,"optional":true},"ABh":{"key":"name","value":"","private":true,"optional":true},"ABi":{"key":"minprice","value":"","private":true,"optional":true},"ABj":{"key":"maxprice","value":"","private":true,"optional":true},"ABk":{"key":"type","value":"","private":true,"optional":true},"ABl":{"key":"pagetoken","value":"","private":true,"optional":true}},"url":"https://maps.googleapis.com/maps/api/place/nearbysearch/json?key=[API Key]","initialized":true,"types":"{\"plugin_api.ABY\":{\"caption\":\"Places Nearby Search\",\"fields\":{\"_p_body.results\":{\"ret_value\":\"list.api.1479901297703x967536405834891300.plugin_api.ABY.body.results\",\"caption\":\"body\",\"path\":[\"body\",\"results\"]},\"_p_body.status\":{\"ret_value\":\"text\",\"caption\":\"body status\",\"sample_value\":\"OK\",\"path\":[\"body\",\"status\"]},\"_p_error.status_code\":{\"ret_value\":\"number\",\"caption\":\"error status_code\",\"sample_value\":200,\"path\":[\"error\",\"status_code\"]},\"_p_error.status_message\":{\"ret_value\":\"text\",\"caption\":\"error status_message\",\"sample_value\":\"OK\",\"path\":[\"error\",\"status_message\"]},\"_p_error.body\":{\"ret_value\":\"text\",\"caption\":\"error body\",\"sample_value\":\"(value too large to save 11799 bytes)\",\"path\":[\"error\",\"body\"]},\"_p_returned_an_error\":{\"ret_value\":\"boolean\",\"caption\":\"returned_an_error\",\"sample_value\":false}}},\"plugin_api.ABY.body.results\":{\"caption\":\"Places Nearby Search body result\",\"fields\":{\"_p_business_status\":{\"ret_value\":\"text\",\"caption\":\"business_status\",\"sample_value\":\"OPERATIONAL\"},\"_p_geometry.location.lat\":{\"ret_value\":\"number\",\"caption\":\"geometry location lat\",\"sample_value\":43.8299782,\"path\":[\"geometry\",\"location\",\"lat\"]},\"_p_geometry.location.lng\":{\"ret_value\":\"number\",\"caption\":\"geometry location lng\",\"sample_value\":-79.0221698,\"path\":[\"geometry\",\"location\",\"lng\"]},\"_p_geometry.viewport.northeast.lat\":{\"ret_value\":\"number\",\"caption\":\"geometry viewport northeast lat\",\"sample_value\":43.83132817989272,\"path\":[\"geometry\",\"viewport\",\"northeast\",\"lat\"]},\"_p_geometry.viewport.northeast.lng\":{\"ret_value\":\"number\",\"caption\":\"geometry viewport northeast lng\",\"sample_value\":-79.02089597010728,\"path\":[\"geometry\",\"viewport\",\"northeast\",\"lng\"]},\"_p_geometry.viewport.southwest.lat\":{\"ret_value\":\"number\",\"caption\":\"geometry viewport southwest lat\",\"sample_value\":43.82862852010727,\"path\":[\"geometry\",\"viewport\",\"southwest\",\"lat\"]},\"_p_geometry.viewport.southwest.lng\":{\"ret_value\":\"number\",\"caption\":\"geometry viewport southwest lng\",\"sample_value\":-79.02359562989272,\"path\":[\"geometry\",\"viewport\",\"southwest\",\"lng\"]},\"_p_icon\":{\"ret_value\":\"text\",\"caption\":\"icon\",\"sample_value\":\"https://maps.gstatic.com/mapfiles/place_api/icons/v1/png_71/restaurant-71.png\"},\"_p_icon_background_color\":{\"ret_value\":\"text\",\"caption\":\"icon_background_color\",\"sample_value\":\"#FF9E67\"},\"_p_icon_mask_base_uri\":{\"ret_value\":\"text\",\"caption\":\"icon_mask_base_uri\",\"sample_value\":\"https://maps.gstatic.com/mapfiles/place_api/icons/v2/restaurant_pinlet\"},\"_p_name\":{\"ret_value\":\"text\",\"caption\":\"name\",\"sample_value\":\"Angelique's Family Restaurant\"},\"_p_opening_hours.open_now\":{\"ret_value\":\"boolean\",\"caption\":\"opening_hours open_now\",\"sample_value\":true,\"path\":[\"opening_hours\",\"open_now\"]},\"_p_photos\":{\"ret_value\":\"list.api.1479901297703x967536405834891300.plugin_api.ABY.photos\",\"caption\":\"photos\"},\"_p_place_id\":{\"ret_value\":\"text\",\"caption\":\"place_id\",\"sample_value\":\"ChIJ5ygUrive1IkRSSMWpT6CAXY\"},\"_p_plus_code.compound_code\":{\"ret_value\":\"text\",\"caption\":\"plus_code compound_code\",\"sample_value\":\"RXHH+X4 Ajax, Ontario, Canada\",\"path\":[\"plus_code\",\"compound_code\"]},\"_p_plus_code.global_code\":{\"ret_value\":\"text\",\"caption\":\"plus_code global_code\",\"sample_value\":\"87M2RXHH+X4\",\"path\":[\"plus_code\",\"global_code\"]},\"_p_price_level\":{\"ret_value\":\"number\",\"caption\":\"price_level\",\"sample_value\":1},\"_p_rating\":{\"ret_value\":\"number\",\"caption\":\"rating\",\"sample_value\":4.7},\"_p_reference\":{\"ret_value\":\"text\",\"caption\":\"reference\",\"sample_value\":\"ChIJ5ygUrive1IkRSSMWpT6CAXY\"},\"_p_scope\":{\"ret_value\":\"text\",\"caption\":\"scope\",\"sample_value\":\"GOOGLE\"},\"_p_types\":{\"ret_value\":\"list.text\",\"caption\":\"types\",\"sample_value\":\"restaurant\"},\"_p_user_ratings_total\":{\"ret_value\":\"number\",\"caption\":\"user_ratings_total\",\"sample_value\":1355},\"_p_vicinity\":{\"ret_value\":\"text\",\"caption\":\"vicinity\",\"sample_value\":\"31 Barr Rd, Ajax\"}}},\"plugin_api.ABY.photos\":{\"caption\":\"Places Nearby Search photo\",\"fields\":{\"_p_height\":{\"ret_value\":\"number\",\"caption\":\"height\",\"sample_value\":3024},\"_p_html_attributions\":{\"ret_value\":\"list.text\",\"caption\":\"html_attributions\",\"sample_value\":\"<a href=\\\"https://maps.google.com/maps/contrib/102884814698418699128\\\">Terry Geary</a>\"},\"_p_photo_reference\":{\"ret_value\":\"text\",\"caption\":\"photo_reference\",\"sample_value\":\"AfLeUgOzZfQFSuPlybVwQY38Um9G0voCLo8QHiR0d53mFHX6HD4km8ZR-2Rxjxt5EmgrRsn64M8-cU-esXqXoaaedKC7gp-cbPegqoMm5-K-215hdWa8iJzJxXjuR8ev86oYY2s_1XRVF7DQEVl6thz_ejje1MNypDOOfmWVJ9bxLbx46JmK\"},\"_p_width\":{\"ret_value\":\"number\",\"caption\":\"width\",\"sample_value\":4032}}}}","ret_value":"api.1479901297703x967536405834891300.plugin_api.ABY","should_reinitialize":false,"wrap_error":true,"url_params":{"AJs":{"key":"API Key","private":true,"visibility":"secret"}}},"AIh":{"name":"Elevation","url":"https://maps.googleapis.com/maps/api/elevation/json?locations=[locations]&key=[API Key]","method":"get","publish_as":"data","should_reinitialize":false,"url_params":{"AIk":{"key":"locations","value":"39.7391536,-104.9847034","private":true,"doc":"Positional requests are indicated through use of the locations parameter, indicating elevation requests for the specific locations passed as latitude/longitude values.\nThe locations parameter may take the following arguments:\n- A single coordinate: `locations=40.714728,-73.998672`\n- An array of coordinates separated using the pipe ('|') character: \n  ```\n  locations=40.714728,-73.998672|-34.397,150.644\n  ```\n- A set of encoded coordinates using the [Encoded Polyline Algorithm](https://developers.google.com/maps/documentation/utilities/polylinealgorithm): \n  ```\n  locations=enc:gfo}EtohhU\n  ```\nLatitude and longitude coordinate strings are defined using numerals within a comma-separated text string. For example, \"40.714728,-73.998672\" is a valid locations value. Latitude and longitude values must correspond to a valid location on the face of the earth. Latitudes can take any value between -90 and 90 while longitude values can take any value between -180 and 180. If you specify an invalid latitude or longitude value, your request will be rejected as a bad request.\nYou may pass any number of multiple coordinates within an array or encoded polyline, while still constructing a valid URL. Note that when passing multiple coordinates, the accuracy of any returned data may be of lower resolution than when requesting data for a single coordinate.\n"},"AJt":{"key":"API Key","private":true,"visibility":"secret"}},"wrap_error":true,"initialized":true,"types":"{\"plugin_api.AIh\":{\"caption\":\"Elevation\",\"fields\":{\"_p_body.results\":{\"ret_value\":\"list.api.1479901297703x967536405834891300.plugin_api.AIh.body.results\",\"caption\":\"body\",\"path\":[\"body\",\"results\"]},\"_p_body.status\":{\"ret_value\":\"text\",\"caption\":\"body status\",\"sample_value\":\"OK\",\"path\":[\"body\",\"status\"]},\"_p_error.status_code\":{\"ret_value\":\"number\",\"caption\":\"error status_code\",\"sample_value\":200,\"path\":[\"error\",\"status_code\"]},\"_p_error.status_message\":{\"ret_value\":\"text\",\"caption\":\"error status_message\",\"sample_value\":\"OK\",\"path\":[\"error\",\"status_message\"]},\"_p_error.body\":{\"ret_value\":\"text\",\"caption\":\"error body\",\"sample_value\":\"\\\"{\\\\n   \\\\\\\"results\\\\\\\" : [\\\\n      {\\\\n         \\\\\\\"elevation\\\\\\\" : 1608.637939453125,\\\\n         \\\\\\\"location\\\\\\\" : {\\\\n            \\\\\\\"lat\\\\\\\" : 39.7391536,\\\\n            \\\\\\\"lng\\\\\\\" : -104.9847034\\\\n         },\\\\n         \\\\\\\"resolution\\\\\\\" : 4.771975994110107\\\\n      }\\\\n   ],\\\\n   \\\\\\\"status\\\\\\\" : \\\\\\\"OK\\\\\\\"\\\\n}\\\\n\\\"\",\"path\":[\"error\",\"body\"]},\"_p_returned_an_error\":{\"ret_value\":\"boolean\",\"caption\":\"returned_an_error\",\"sample_value\":false}}},\"plugin_api.AIh.body.results\":{\"caption\":\"Elevation body result\",\"fields\":{\"_p_elevation\":{\"ret_value\":\"number\",\"caption\":\"elevation\",\"sample_value\":1608.637939453125},\"_p_location.lat\":{\"ret_value\":\"number\",\"caption\":\"location lat\",\"sample_value\":39.7391536,\"path\":[\"location\",\"lat\"]},\"_p_location.lng\":{\"ret_value\":\"number\",\"caption\":\"location lng\",\"sample_value\":-104.9847034,\"path\":[\"location\",\"lng\"]},\"_p_resolution\":{\"ret_value\":\"number\",\"caption\":\"resolution\",\"sample_value\":4.771975994110107}}}}","ret_value":"api.1479901297703x967536405834891300.plugin_api.AIh"},"AIl":{"name":"Address Validation","method":"post","publish_as":"action","should_reinitialize":false,"url":"https://addressvalidation.googleapis.com/v1:validateAddress?key=[API Key]","wrap_error":true,"initialized":true,"headers":{"AIm":{"key":"Content-Type","value":"application/json","private":true,"visibility":"hidden"}},"body":"{\n  \"address\": {\n    \"regionCode\": \"<regionCode>\",\n    \"addressLines\": [<addressLines>]\n  },\n  \"enableUspsCass\": <enableUspsCass>\n}","body_params":{"AIo":{"key":"enableUspsCass","value":"true","private":true,"doc":"true or false only\nThe United States Postal Service® (USPS®)1 maintains the Coding Accuracy Support System (CASS™) to support and certify address validation providers. A CASS Certified™ service, such as the Address Validation API, has been confirmed for its ability to fill in information missing from an address, standardize it, and update it to give you the most current and most accurate address.\n\nFor US and PR only","allow_blank":false},"AIp":{"key":"regionCode","value":"US","private":true,"doc":"The regionCode field is optional. If omitted, the API infers the region from the address. However, for best performance, we recommend that you include the regionCode if you know it. For the list of supported regions, see supported regions."},"AIr":{"key":"addressLines","value":"\"1600 Amphitheatre Pkwy\"","private":true,"doc":"Address wrapped in double quotes.  This can be a list of address as well. For example \"1600 Amphitheatre Pkwy\", \"Mountain View, CA, 94043\""}},"types":"{\"plugin_api.AIl\":{\"caption\":\"Address Validation\",\"fields\":{\"_p_body.result.verdict.inputGranularity\":{\"ret_value\":\"text\",\"caption\":\"body verdict inputGranularity\",\"sample_value\":\"PREMISE\",\"path\":[\"body\",\"result\",\"verdict\",\"inputGranularity\"]},\"_p_body.result.verdict.validationGranularity\":{\"ret_value\":\"text\",\"caption\":\"body verdict validationGranularity\",\"sample_value\":\"PREMISE\",\"path\":[\"body\",\"result\",\"verdict\",\"validationGranularity\"]},\"_p_body.result.verdict.geocodeGranularity\":{\"ret_value\":\"text\",\"caption\":\"body verdict geocodeGranularity\",\"sample_value\":\"PREMISE\",\"path\":[\"body\",\"result\",\"verdict\",\"geocodeGranularity\"]},\"_p_body.result.verdict.addressComplete\":{\"ret_value\":\"boolean\",\"caption\":\"body verdict addressComplete\",\"sample_value\":true,\"path\":[\"body\",\"result\",\"verdict\",\"addressComplete\"]},\"_p_body.result.verdict.hasInferredComponents\":{\"ret_value\":\"boolean\",\"caption\":\"body verdict hasInferredComponents\",\"sample_value\":true,\"path\":[\"body\",\"result\",\"verdict\",\"hasInferredComponents\"]},\"_p_body.result.address.formattedAddress\":{\"ret_value\":\"text\",\"caption\":\"body address formattedAddress\",\"sample_value\":\"1600 Amphitheatre Parkway, Mountain View, CA 94043-1351, USA\",\"path\":[\"body\",\"result\",\"address\",\"formattedAddress\"]},\"_p_body.result.address.postalAddress.regionCode\":{\"ret_value\":\"text\",\"caption\":\"body address postalAddress regionCode\",\"sample_value\":\"US\",\"path\":[\"body\",\"result\",\"address\",\"postalAddress\",\"regionCode\"]},\"_p_body.result.address.postalAddress.languageCode\":{\"ret_value\":\"text\",\"caption\":\"body address postalAddress languageCode\",\"sample_value\":\"en\",\"path\":[\"body\",\"result\",\"address\",\"postalAddress\",\"languageCode\"]},\"_p_body.result.address.postalAddress.postalCode\":{\"ret_value\":\"text\",\"caption\":\"body address postalAddress postalCode\",\"sample_value\":\"94043-1351\",\"path\":[\"body\",\"result\",\"address\",\"postalAddress\",\"postalCode\"]},\"_p_body.result.address.postalAddress.administrativeArea\":{\"ret_value\":\"text\",\"caption\":\"body address postalAddress administrativeArea\",\"sample_value\":\"CA\",\"path\":[\"body\",\"result\",\"address\",\"postalAddress\",\"administrativeArea\"]},\"_p_body.result.address.postalAddress.locality\":{\"ret_value\":\"text\",\"caption\":\"body address postalAddress locality\",\"sample_value\":\"Mountain View\",\"path\":[\"body\",\"result\",\"address\",\"postalAddress\",\"locality\"]},\"_p_body.result.address.postalAddress.addressLines\":{\"ret_value\":\"list.text\",\"caption\":\"body address postalAddress addressLines\",\"sample_value\":\"1600 Amphitheatre Pkwy\",\"path\":[\"body\",\"result\",\"address\",\"postalAddress\",\"addressLines\"]},\"_p_body.result.address.addressComponents\":{\"ret_value\":\"list.api.1479901297703x967536405834891300.plugin_api.AIl.body.result.address.addressComponents\",\"caption\":\"body address addressComponents\",\"path\":[\"body\",\"result\",\"address\",\"addressComponents\"]},\"_p_body.result.geocode.location.latitude\":{\"ret_value\":\"number\",\"caption\":\"body geocode location latitude\",\"sample_value\":37.4223878,\"path\":[\"body\",\"result\",\"geocode\",\"location\",\"latitude\"]},\"_p_body.result.geocode.location.longitude\":{\"ret_value\":\"number\",\"caption\":\"body geocode location longitude\",\"sample_value\":-122.0841877,\"path\":[\"body\",\"result\",\"geocode\",\"location\",\"longitude\"]},\"_p_body.result.geocode.plusCode.globalCode\":{\"ret_value\":\"text\",\"caption\":\"body geocode plusCode globalCode\",\"sample_value\":\"849VCWC8+X8\",\"path\":[\"body\",\"result\",\"geocode\",\"plusCode\",\"globalCode\"]},\"_p_body.result.geocode.bounds.low.latitude\":{\"ret_value\":\"number\",\"caption\":\"body geocode bounds low latitude\",\"sample_value\":37.4220699,\"path\":[\"body\",\"result\",\"geocode\",\"bounds\",\"low\",\"latitude\"]},\"_p_body.result.geocode.bounds.low.longitude\":{\"ret_value\":\"number\",\"caption\":\"body geocode bounds low longitude\",\"sample_value\":-122.084958,\"path\":[\"body\",\"result\",\"geocode\",\"bounds\",\"low\",\"longitude\"]},\"_p_body.result.geocode.bounds.high.latitude\":{\"ret_value\":\"number\",\"caption\":\"body geocode bounds high latitude\",\"sample_value\":37.4226618,\"path\":[\"body\",\"result\",\"geocode\",\"bounds\",\"high\",\"latitude\"]},\"_p_body.result.geocode.bounds.high.longitude\":{\"ret_value\":\"number\",\"caption\":\"body geocode bounds high longitude\",\"sample_value\":-122.0829302,\"path\":[\"body\",\"result\",\"geocode\",\"bounds\",\"high\",\"longitude\"]},\"_p_body.result.geocode.featureSizeMeters\":{\"ret_value\":\"number\",\"caption\":\"body geocode featureSizeMeters\",\"sample_value\":116.538734,\"path\":[\"body\",\"result\",\"geocode\",\"featureSizeMeters\"]},\"_p_body.result.geocode.placeId\":{\"ret_value\":\"text\",\"caption\":\"body geocode placeId\",\"sample_value\":\"ChIJj38IfwK6j4ARNcyPDnEGa9g\",\"path\":[\"body\",\"result\",\"geocode\",\"placeId\"]},\"_p_body.result.geocode.placeTypes\":{\"ret_value\":\"list.text\",\"caption\":\"body geocode placeTypes\",\"sample_value\":\"premise\",\"path\":[\"body\",\"result\",\"geocode\",\"placeTypes\"]},\"_p_body.result.metadata.business\":{\"ret_value\":\"boolean\",\"caption\":\"body metadata business\",\"sample_value\":true,\"path\":[\"body\",\"result\",\"metadata\",\"business\"]},\"_p_body.result.metadata.poBox\":{\"ret_value\":\"boolean\",\"caption\":\"body metadata poBox\",\"sample_value\":false,\"path\":[\"body\",\"result\",\"metadata\",\"poBox\"]},\"_p_body.result.uspsData.standardizedAddress.firstAddressLine\":{\"ret_value\":\"text\",\"caption\":\"body uspsData standardizedAddress firstAddressLine\",\"sample_value\":\"1600 AMPHITHEATRE PKWY\",\"path\":[\"body\",\"result\",\"uspsData\",\"standardizedAddress\",\"firstAddressLine\"]},\"_p_body.result.uspsData.dpvFootnote\":{\"ret_value\":\"text\",\"caption\":\"body uspsData dpvFootnote\",\"sample_value\":\"A1\",\"path\":[\"body\",\"result\",\"uspsData\",\"dpvFootnote\"]},\"_p_body.result.uspsData.carrierRoute\":{\"ret_value\":\"text\",\"caption\":\"body uspsData carrierRoute\",\"sample_value\":\"C909\",\"path\":[\"body\",\"result\",\"uspsData\",\"carrierRoute\"]},\"_p_body.result.uspsData.cassProcessed\":{\"ret_value\":\"boolean\",\"caption\":\"body uspsData cassProcessed\",\"sample_value\":true,\"path\":[\"body\",\"result\",\"uspsData\",\"cassProcessed\"]},\"_p_body.responseId\":{\"ret_value\":\"text\",\"caption\":\"body responseId\",\"sample_value\":\"9a109630-fcb3-4fd5-8852-0f44d840b22e\",\"path\":[\"body\",\"responseId\"]},\"_p_error.status_code\":{\"ret_value\":\"number\",\"caption\":\"error status_code\",\"sample_value\":200,\"path\":[\"error\",\"status_code\"]},\"_p_error.status_message\":{\"ret_value\":\"text\",\"caption\":\"error status_message\",\"sample_value\":\"OK\",\"path\":[\"error\",\"status_message\"]},\"_p_error.body\":{\"ret_value\":\"text\",\"caption\":\"error body\",\"sample_value\":\"\\\"{\\\\n  \\\\\\\"result\\\\\\\": {\\\\n    \\\\\\\"verdict\\\\\\\": {\\\\n      \\\\\\\"inputGranularity\\\\\\\": \\\\\\\"PREMISE\\\\\\\",\\\\n      \\\\\\\"validationGranularity\\\\\\\": \\\\\\\"PREMISE\\\\\\\",\\\\n      \\\\\\\"geocodeGranularity\\\\\\\": \\\\\\\"PREMISE\\\\\\\",\\\\n      \\\\\\\"addressComplete\\\\\\\": true,\\\\n      \\\\\\\"hasInferredComponents\\\\\\\": true\\\\n    },\\\\n    \\\\\\\"address\\\\\\\": {\\\\n      \\\\\\\"formattedAddress\\\\\\\": \\\\\\\"1600 Amphitheatre Parkway, Mountain View, CA 94043-1351, USA\\\\\\\",\\\\n      \\\\\\\"postalAddress\\\\\\\": {\\\\n        \\\\\\\"regionCode\\\\\\\": \\\\\\\"US\\\\\\\",\\\\n        \\\\\\\"languageCode\\\\\\\": \\\\\\\"en\\\\\\\",\\\\n        \\\\\\\"postalCode\\\\\\\": \\\\\\\"94043-1351\\\\\\\",\\\\n        \\\\\\\"administrativeArea\\\\\\\": \\\\\\\"CA\\\\\\\",\\\\n        \\\\\\\"locality\\\\\\\": \\\\\\\"Mountain View\\\\\\\",\\\\n        \\\\\\\"addressLines\\\\\\\": [\\\\n          \\\\\\\"1600 Amphitheatre Pkwy\\\\\\\"\\\\n        ]\\\\n      },\\\\n      \\\\\\\"addressComponents\\\\\\\": [\\\\n        {\\\\n          \\\\\\\"componentName\\\\\\\": {\\\\n            \\\\\\\"text\\\\\\\": \\\\\\\"1600\\\\\\\",\\\\n            \\\\\\\"languageCode\\\\\\\": \\\\\\\"en\\\\\\\"\\\\n          },\\\\n          \\\\\\\"componentType\\\\\\\": \\\\\\\"street_number\\\\\\\",\\\\n          \\\\\\\"confirmationLevel\\\\\\\": \\\\\\\"CONFIRMED\\\\\\\"\\\\n        },\\\\n        {\\\\n          \\\\\\\"componentName\\\\\\\": {\\\\n            \\\\\\\"text\\\\\\\": \\\\\\\"Amphitheatre Parkway\\\\\\\",\\\\n            \\\\\\\"languageCode\\\\\\\": \\\\\\\"en\\\\\\\"\\\\n          },\\\\n          \\\\\\\"componentType\\\\\\\": \\\\\\\"route\\\\\\\",\\\\n          \\\\\\\"confirmationLevel\\\\\\\": \\\\\\\"CONFIRMED\\\\\\\"\\\\n        },\\\\n        {\\\\n          \\\\\\\"componentName\\\\\\\": {\\\\n            \\\\\\\"text\\\\\\\": \\\\\\\"USA\\\\\\\",\\\\n            \\\\\\\"languageCode\\\\\\\": \\\\\\\"en\\\\\\\"\\\\n          },\\\\n          \\\\\\\"componentType\\\\\\\": \\\\\\\"country\\\\\\\",\\\\n          \\\\\\\"confirmationLevel\\\\\\\": \\\\\\\"CONFIRMED\\\\\\\"\\\\n        },\\\\n        {\\\\n          \\\\\\\"componentName\\\\\\\": {\\\\n            \\\\\\\"text\\\\\\\": \\\\\\\"Mountain View\\\\\\\",\\\\n            \\\\\\\"languageCode\\\\\\\": \\\\\\\"en\\\\\\\"\\\\n          },\\\\n          \\\\\\\"componentType\\\\\\\": \\\\\\\"locality\\\\\\\",\\\\n          \\\\\\\"confirmationLevel\\\\\\\": \\\\\\\"CONFIRMED\\\\\\\",\\\\n          \\\\\\\"inferred\\\\\\\": true\\\\n        },\\\\n        {\\\\n          \\\\\\\"componentName\\\\\\\": {\\\\n            \\\\\\\"text\\\\\\\": \\\\\\\"94043\\\\\\\"\\\\n          },\\\\n          \\\\\\\"componentType\\\\\\\": \\\\\\\"postal_code\\\\\\\",\\\\n          \\\\\\\"confirmationLevel\\\\\\\": \\\\\\\"CONFIRMED\\\\\\\",\\\\n          \\\\\\\"inferred\\\\\\\": true\\\\n        },\\\\n        {\\\\n          \\\\\\\"componentName\\\\\\\": {\\\\n            \\\\\\\"text\\\\\\\": \\\\\\\"CA\\\\\\\",\\\\n            \\\\\\\"languageCode\\\\\\\": \\\\\\\"en\\\\\\\"\\\\n          },\\\\n          \\\\\\\"componentType\\\\\\\": \\\\\\\"administrative_area_level_1\\\\\\\",\\\\n          \\\\\\\"confirmationLevel\\\\\\\": \\\\\\\"CONFIRMED\\\\\\\",\\\\n          \\\\\\\"inferred\\\\\\\": true\\\\n        },\\\\n        {\\\\n          \\\\\\\"componentName\\\\\\\": {\\\\n            \\\\\\\"text\\\\\\\": \\\\\\\"1351\\\\\\\"\\\\n          },\\\\n          \\\\\\\"componentType\\\\\\\": \\\\\\\"postal_code_suffix\\\\\\\",\\\\n          \\\\\\\"confirmationLevel\\\\\\\": \\\\\\\"CONFIRMED\\\\\\\",\\\\n          \\\\\\\"inferred\\\\\\\": true\\\\n        }\\\\n      ]\\\\n    },\\\\n    \\\\\\\"geocode\\\\\\\": {\\\\n      \\\\\\\"location\\\\\\\": {\\\\n        \\\\\\\"latitude\\\\\\\": 37.4223878,\\\\n        \\\\\\\"longitude\\\\\\\": -122.0841877\\\\n      },\\\\n      \\\\\\\"plusCode\\\\\\\": {\\\\n        \\\\\\\"globalCode\\\\\\\": \\\\\\\"849VCWC8+X8\\\\\\\"\\\\n      },\\\\n      \\\\\\\"bounds\\\\\\\": {\\\\n        \\\\\\\"low\\\\\\\": {\\\\n          \\\\\\\"latitude\\\\\\\": 37.4220699,\\\\n          \\\\\\\"longitude\\\\\\\": -122.084958\\\\n        },\\\\n        \\\\\\\"high\\\\\\\": {\\\\n          \\\\\\\"latitude\\\\\\\": 37.4226618,\\\\n          \\\\\\\"longitude\\\\\\\": -122.0829302\\\\n        }\\\\n      },\\\\n      \\\\\\\"featureSizeMeters\\\\\\\": 116.538734,\\\\n      \\\\\\\"placeId\\\\\\\": \\\\\\\"ChIJj38IfwK6j4ARNcyPDnEGa9g\\\\\\\",\\\\n      \\\\\\\"placeTypes\\\\\\\": [\\\\n        \\\\\\\"premise\\\\\\\"\\\\n      ]\\\\n    },\\\\n    \\\\\\\"metadata\\\\\\\": {\\\\n      \\\\\\\"business\\\\\\\": true,\\\\n      \\\\\\\"poBox\\\\\\\": false\\\\n    },\\\\n    \\\\\\\"uspsData\\\\\\\": {\\\\n      \\\\\\\"standardizedAddress\\\\\\\": {\\\\n        \\\\\\\"firstAddressLine\\\\\\\": \\\\\\\"1600 AMPHITHEATRE PKWY\\\\\\\"\\\\n      },\\\\n      \\\\\\\"dpvFootnote\\\\\\\": \\\\\\\"A1\\\\\\\",\\\\n      \\\\\\\"carrierRoute\\\\\\\": \\\\\\\"C909\\\\\\\",\\\\n      \\\\\\\"cassProcessed\\\\\\\": true\\\\n    }\\\\n  },\\\\n  \\\\\\\"responseId\\\\\\\": \\\\\\\"9a109630-fcb3-4fd5-8852-0f44d840b22e\\\\\\\"\\\\n}\\\\n\\\"\",\"path\":[\"error\",\"body\"]},\"_p_returned_an_error\":{\"ret_value\":\"boolean\",\"caption\":\"returned_an_error\",\"sample_value\":false}}},\"plugin_api.AIl.body.result.address.addressComponents\":{\"caption\":\"Address Validation body result address addressComponent\",\"fields\":{\"_p_componentName.text\":{\"ret_value\":\"text\",\"caption\":\"componentName text\",\"sample_value\":\"1600\",\"path\":[\"componentName\",\"text\"]},\"_p_componentName.languageCode\":{\"ret_value\":\"text\",\"caption\":\"componentName languageCode\",\"sample_value\":\"en\",\"path\":[\"componentName\",\"languageCode\"]},\"_p_componentType\":{\"ret_value\":\"text\",\"caption\":\"componentType\",\"sample_value\":\"street_number\"},\"_p_confirmationLevel\":{\"ret_value\":\"text\",\"caption\":\"confirmationLevel\",\"sample_value\":\"CONFIRMED\"},\"_p_inferred\":{\"ret_value\":\"boolean\",\"caption\":\"inferred\",\"sample_value\":true}}}}","ret_value":"api.1479901297703x967536405834891300.plugin_api.AIl","url_params":{"AJl":{"key":"API Key","private":true,"visibility":"secret","doc":"Google Maps API Key"}}},"AJV":{"name":"🌎 Distance List Schema","method":"get","publish_as":"data","url":"#","should_reinitialize":true,"initialized":true,"types":"{\"plugin_api.AJV\":{\"caption\":\"API Call\",\"fields\":{\"_p_listSize\":{\"ret_value\":\"number\",\"caption\":\"listSize\",\"sample_value\":10},\"_p_sortDescending\":{\"ret_value\":\"boolean\",\"caption\":\"sortDescending\",\"sample_value\":false},\"_p_distanceUnit\":{\"ret_value\":\"text\",\"caption\":\"distanceUnit\",\"sample_value\":\"Km\"},\"_p_results\":{\"ret_value\":\"list.api.1479901297703x967536405834891300.plugin_api.AJV.results\",\"caption\":\"results\"}}},\"plugin_api.AJV.results\":{\"caption\":\"API Call result\",\"fields\":{\"_p_distance\":{\"ret_value\":\"number\",\"caption\":\"distance\",\"sample_value\":123},\"_p_thingUID\":{\"ret_value\":\"text\",\"caption\":\"thingUID\",\"sample_value\":\"xxx\"}}}}","ret_value":"api.1479901297703x967536405834891300.plugin_api.AJV"}}},"shared_keys":{"AHd":{"caption":"Verbose Logging","type":"client_safe"}},"plugin_elements":{"ADH":{"display":"Maps Extended","property_applications":{"resizable":true,"Background":true,"Border":true,"MinWidth":true,"BoxShadow":true},"add_is_visible":true,"can_fit_height":false,"fields":{"ADI":{"caption":"Map Type","name":"map_type","rank":0,"editor":"Dropdown","default_val":"Roadmap","in_style":true},"ADJ":{"caption":"Center Location","name":"center_location","rank":4,"editor":"DynamicValue","value":"geographic_address"},"ADK":{"caption":"Zoom","name":"zoom","rank":5,"editor":"DynamicValue","value":"number","default_val":4},"ADm":{"caption":"This Google Map Extended element can be manipulated using the workflows. Please head to workflow > Element Actions > Map Extended","name":"control_map_actions,_like_markers_or_directions_using_the_workflow.","rank":8,"editor":"Label"},"AFU":{"caption":"Legacy Style","name":"custom_styles","rank":2,"editor":"StaticText","optional":true,"in_style":true},"AIe":{"caption":"Style Type","name":"style_type","rank":1,"editor":"Dropdown","default_val":"Legacy","in_style":true},"AIf":{"caption":"Map ID","name":"map_id","rank":3,"editor":"StaticText","optional":true,"in_style":true},"AJZ":{"caption":"Map Controls","name":"map_controls","rank":9,"editor":"Dropdown","default_val":"Default","in_style":true},"AJa":{"caption":"Disable Default UI","name":"disable_default_ui","rank":10,"editor":"DynamicValue","value":"boolean","default_val":false},"AJx":{"caption":"Minimum Zoom","name":"minimum_zoom","rank":6,"editor":"DynamicValue","value":"number","optional":true},"AJy":{"caption":"Maximum Zoom","name":"maximum_zoom","rank":7,"editor":"DynamicValue","value":"number","optional":true},"AJz":{"caption":"Strict Bounds","name":"strict_bounds","rank":11,"editor":"DynamicValue","value":"boolean","default_val":false},"AKK":{"caption":"Gesture Handling","name":"gesture_handling","rank":12,"editor":"Dropdown","optional":true}},"states":{"AEa":{"caption":"Map - Event type fired","name":"event_listener_fired","value":"text","initialization_code":{"fn":"function(properties,context){}"}},"AEe":{"caption":"Map - Center Lat","name":"map_center_lat","value":"number","initialization_code":{"fn":"function(properties,context){}"}},"AEh":{"caption":"Map - Center Lng","name":"map_center_lng","value":"number","initialization_code":{"fn":"function(properties,context){}"}},"AEj":{"caption":"Map - Bounds NorthEast Lat","name":"map_bounds_northeast_lat","value":"number","initialization_code":{"fn":"function(properties,context){}"}},"AEk":{"caption":"Map - Bounds NorthEast Lng","name":"map_bounds_northeast_lng","value":"number","initialization_code":{"fn":"function(properties,context){}"}},"AEl":{"caption":"Map - Bounds SouthWest Lat","name":"map_bounds_southwest_lat","value":"number","initialization_code":{"fn":"function(properties,context){}"}},"AEm":{"caption":"Map - Bounds SouthWest Lng","name":"map_bounds_southwest_lng","value":"number","initialization_code":{"fn":"function(properties,context){}"}},"AEu":{"caption":"Marker - Clicked ID","name":"marker_clicked","value":"text","initialization_code":{"fn":"function(properties,context){}"}},"AEv":{"caption":"Marker - Clicked Lat","name":"marker_clicked_lat","value":"number","initialization_code":{"fn":"function(properties,context){}"}},"AEw":{"caption":"Marker - Clicked Lng","name":"marker_clicked_lng","value":"number","initialization_code":{"fn":"function(properties,context){}"}},"AGJ":{"caption":"Map - Ready","name":"map_ready","value":"boolean","initialization_code":{"fn":"let state=function(properties,context){return!1};"}},"AGZ":{"caption":"Data - GeoJSON Event Type Fired","name":"data_geojson_event","value":"text","initialization_code":{"fn":"function(properties,context){}"}},"AGa":{"caption":"Data - GeoJSON Event Property","name":"data_geojson_event_property","value":"text","initialization_code":{"fn":"function(properties,context){}"},"is_list":false},"AGk":{"caption":"Marker - Hovered ID","name":"marker_hovered_id","value":"text","initialization_code":{"fn":"function(properties,context){}"}},"AGl":{"caption":"Marker - Hovered Lat","name":"marker_hovered_lat","value":"number","initialization_code":{"fn":"function(properties,context){}"}},"AGm":{"caption":"Marker - Hovered Lng","name":"marker_hovered_lng","value":"number","initialization_code":{"fn":"function(properties,context){}"}},"AHN":{"caption":"All Markers","name":"all_markers","value":"text","initialization_code":{"fn":"function(properties,context){}"},"is_list":true},"AHO":{"caption":"Markers in Map Bounds","name":"markers_in_bounds","value":"text","initialization_code":{"fn":"function(properties,context){}"},"is_list":true},"AHR":{"caption":"Markers out Map Bounds","name":"markers_out_bounds","value":"text","initialization_code":{"fn":"function(properties,context){}"},"is_list":true},"AIL":{"caption":"All Directions","name":"all_routes","value":"text","initialization_code":{"fn":"function(properties,context){}"},"is_list":true},"AIb":{"caption":"Zoom Level","name":"zoom_level","value":"number","initialization_code":{"fn":"function(properties,context){}"}}},"events":{"ADS":{"caption":"A marker is clicked","name":"marker_clicked"},"AEW":{"caption":"A map event is fired","name":"event_listener"},"AGE":{"caption":"Map is ready","name":"ready"},"AGb":{"caption":"A data layer event is fired","name":"data_layer_event_fired"},"AGn":{"caption":"A marker is hovered","name":"marker_hovered"},"AHS":{"caption":"Markers In & Out Bounds Available","name":"markers_in_out_bounds_available"}},"actions":{"ADL":{"caption":"Add Marker","code":{"fn":"let action=function(instance,properties,context){const vLog=instance.data.vLog,vError=instance.data.vError;let getMapAddress=instance.data.getMapAddress,gmapext=instance.data.gmapext,address=properties.address,center_to_address=properties.center_to_address,zoom=properties.zoom,zoom_level=properties.zoom_level,tooltip=properties.tooltip,info_window=properties.info_window,attach_event=properties.attach_event,mId=properties.mId,label=properties.label,infowindow_maxwidth=properties.infowindow_maxwidth,custom_marker_image=properties.custom_marker_image,marker_icon_uri=properties.marker_icon_uri,marker_icon_hover=properties.marker_icon_hover,attach_hover_event=properties.attach_hover_event,allow_duplicate_marker;function markerObj(mMap,mposition,mTooltip){let obj={};return obj.map=mMap,obj.position=getMapAddress(mposition),obj.animation=google.maps.Animation.DROP,label&&(obj.label=label),mTooltip&&(obj.tooltip=mTooltip),obj.id=mId,custom_marker_image&&(obj.icon=marker_icon_uri),obj}function addMarker(mapObj){vLog(\"Creating marker\",mapObj);try{let marker=new google.maps.Marker(markerObj(mapObj,address,tooltip));if(vLog(\"Adding the marker on the map\",marker),zoom&&(vLog(\"Adjusting map zoom level\",zoom),mapObj.setZoom(zoom_level)),info_window){vLog(\"Adding info window to marker\",info_window);let infowindow=new google.maps.InfoWindow({content:info_window,maxWidth:null==infowindow_maxwidth||null==infowindow_maxwidth||0==infowindow_maxwidth?null:infowindow_maxwidth});vLog(\"Attaching event listener to info window\",infowindow),marker.addListener(\"click\",(function(){infowindow.open(mapObj,marker)}))}attach_event&&(vLog(\"Attaching marker click event listener \",marker),marker.addListener(\"click\",(function(){instance.publishState(\"marker_clicked_lat\",marker.position.lat()),instance.publishState(\"marker_clicked_lng\",marker.position.lng()),instance.publishState(\"marker_clicked\",marker.id),instance.triggerEvent(\"marker_clicked\")}))),attach_hover_event&&(vLog(\"Attaching marker mouseover event listener \",marker),marker.addListener(\"mouseover\",(function(){instance.publishState(\"marker_hovered_lat\",marker.position.lat()),instance.publishState(\"marker_hovered_lng\",marker.position.lng()),instance.publishState(\"marker_hovered_id\",marker.id),instance.triggerEvent(\"marker_hovered\")}))),marker_icon_hover&&custom_marker_image&&marker_icon_uri&&(vLog(\"updating marker icons \",{marker_icon_hover:marker_icon_hover,custom_marker_image:custom_marker_image,marker_icon_uri:marker_icon_uri}),marker.addListener(\"mouseover\",(function(){marker.setIcon(marker_icon_hover)})),marker.addListener(\"mouseout\",(function(){marker.setIcon(marker_icon_uri)}))),center_to_address&&(vLog(\"Centering the map\"),mapObj.panTo(getMapAddress(address))),vLog(\"Marker added to all markers list\",marker),vLog(\"Updating all markers data instance\"),instance.data.all_markers.push(marker);let markerIDs=instance.data.all_markers.map((i=>i.id));vLog(\"Updating all markers state\",markerIDs),instance.publishState(\"all_markers\",markerIDs)}catch(e){context.reportDebugger(`Error - Google Maps Ext tried to add a marker and failed\\nPlease check the address of the marker\\n${e}`)}}if(properties.allow_duplicate_marker)addMarker(gmapext),vLog(\"Duplicates allowed\");else{let allMarkers;vLog(\"Duplicates not allowed.  Checking existing Marker IDs\"),instance.data.all_markers.filter((function(e){return e.id===mId})).length<=0&&(vLog(\"No duplicates found\"),addMarker(gmapext))}};"},"fields":{"ADN":{"caption":"Address","name":"address","rank":0,"editor":"DynamicValue","value":"geographic_address","default_val":""},"ADO":{"caption":"Center to address","name":"center_to_address","rank":2,"editor":"DynamicValue","value":"boolean","default_val":true},"ADP":{"caption":"Tooltip","name":"tooltip","rank":7,"editor":"DynamicValue","value":"text","default_val":"I am a marker","optional":true},"ADQ":{"caption":"Info window","name":"info_window","rank":8,"editor":"DynamicValue","value":"text","default_val":"<p>Hey, I accept <strong>HTML</strong></p>","optional":true},"ADR":{"caption":"Zoom Level","name":"zoom_level","rank":4,"editor":"DynamicValue","value":"number","default_val":13,"optional":false},"ADU":{"caption":"Attach Click Event","name":"attach_event","rank":10,"editor":"Checkbox","default_val":false},"AEo":{"caption":"Marker ID","name":"mId","rank":5,"editor":"DynamicValue","value":"text","default_val":"A1"},"AEp":{"caption":"Zoom","name":"zoom","rank":3,"editor":"DynamicValue","value":"boolean","default_val":false},"AEq":{"caption":"Infowindow Max Width (px)","name":"infowindow_maxwidth","rank":9,"editor":"DynamicValue","optional":true,"value":"number","default_val":0},"AEr":{"caption":"Marker Icon","name":"marker_icon_uri","rank":13,"editor":"DynamicValue","value":"image","default_val":"//s3.amazonaws.com/appforest_uf/f1575135271157x180236806007808130/candy_icon.png","optional":true},"AEs":{"caption":"Custom Marker","name":"custom_marker_image","rank":12,"editor":"DynamicValue","value":"boolean","default_val":false,"optional":false},"AGj":{"caption":"Marker Icon Hover","name":"marker_icon_hover","rank":14,"editor":"DynamicValue","value":"image","optional":true,"default_val":"//s3.amazonaws.com/appforest_uf/f1575135274917x465526990249704300/candy_icon_hover.png"},"AGo":{"caption":"Attach Hover Event","name":"attach_hover_event","rank":11,"editor":"Checkbox","default_val":false},"AIM":{"caption":"Allow Duplicate Marker","name":"allow_duplicate_marker","rank":6,"editor":"Checkbox","value":"boolean","default_val":true},"AId":{"caption":"Label","name":"label","rank":1,"editor":"DynamicValue","value":"text","optional":true}}},"ADV":{"caption":"Show Layers","code":{"fn":"function(instance,properties,context){let gmapext=instance.data.gmapext,traffic=properties.traffic,transit=properties.transit,bicycling=properties.bicycling;if(traffic){let trafficLayer;(new google.maps.TrafficLayer).setMap(gmapext)}if(transit){let transitLayer;(new google.maps.TransitLayer).setMap(gmapext)}if(bicycling){let bikeLayer;(new google.maps.BicyclingLayer).setMap(gmapext)}}"},"fields":{"ADW":{"caption":"Traffic","name":"traffic","rank":0,"editor":"Checkbox","default_val":true},"ADX":{"caption":"Transit","name":"transit","rank":1,"editor":"Checkbox","default_val":false},"ADY":{"caption":"Bicycling","name":"bicycling","rank":2,"editor":"Checkbox","default_val":false}}},"ADZ":{"caption":"Directions","code":{"fn":"function(instance,properties,context){let gmapext=instance.data.gmapext,getMapAddress=instance.data.getMapAddress,instanceid=instance.data.instanceid,vError=instance.data.vError,vLog=instance.data.vLog,origin_address=properties.origin_address,destination_address=properties.destination_address,travel_mode=properties.travel_mode,unit_system=properties.unit_system,avoid_tolls=properties.avoid_tolls,avoid_ferries=properties.avoid_ferries,avoid_highways=properties.avoid_highways,optimize_waypoints=properties.optimize_waypoints,waypoints_list=[];waypoints_list=null!=properties.waypoints_list?properties.waypoints_list.get(0,properties.waypoints_list.length()):[];let driving_options=properties.driving_options,transit_options=properties.transit_options,route_id=properties.route_id,hide_markers=properties.hide_markers,preserve_viewport=properties.preserve_viewport,stroke_color=properties.stroke_color,stroke_opacity=properties.stroke_opacity,stroke_weight=properties.stroke_weight;function makeID(length){for(var result=\"\",characters=\"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789\",charactersLength=characters.length,i=0;i<length;i++)result+=characters.charAt(Math.floor(Math.random()*charactersLength));return result}function appendRouteInstance(id,route,dirDisplay){instance.data.all_routes||(vLog(\"Creating route instance\"),instance.data.all_routes=[]),vLog(\"Route ID provided\",id);let idRand,r={id:null!=id||null!=id?id.toLowerCase():makeID(6).toLowerCase(),route:route,display:dirDisplay};instance.data.all_routes.push(r),vLog(\"Appended route to instance\",instance.data.all_routes);let routeIDs=instance.data.all_routes.map((i=>i.id));vLog(\"Updating all routes state\",routeIDs),instance.publishState(\"all_routes\",routeIDs)}function getUnitSystem(){let v;switch(unit_system){case\"Metric\":default:v=google.maps.UnitSystem.METRIC;break;case\"Imperial\":v=google.maps.UnitSystem.IMPERIAL}return v}function initDirections(){let obj={};if(obj.origin=getMapAddress(origin_address),obj.destination=getMapAddress(destination_address),obj.travelMode=travel_mode.toUpperCase(),obj.unitSystem=getUnitSystem(),avoid_tolls&&(obj.avoidTolls=avoid_tolls),avoid_ferries&&(obj.avoidFerries=avoid_ferries),avoid_highways&&(obj.avoidHighways=avoid_highways),waypoints_list.length>0){let waypts=[];for(let i=0;i<waypoints_list.length;i++){let address=getMapAddress(waypoints_list[i]);null==address&&null==address&&\"\"==address||waypts.push({location:address,stopover:!0})}obj.waypoints=waypts,optimize_waypoints&&(obj.optimizeWaypoints=optimize_waypoints)}if(driving_options.length>0){let doObj={};for(let i=0;i<driving_options.length;i++){if(\"departureTime\"===driving_options[i].key){let setDate=new Date(driving_options[i].value).getTime(),nowDate,depDate=Date.now()-setDate;doObj.departureTime=new Date(Date.now()+depDate)}\"trafficModel\"===driving_options[i].key&&(doObj.trafficModel=driving_options[i].value)}obj.drivingOptions=doObj}return transit_options.length>0&&console.log(\"Travel options are not configured.  Please reach out to the plugin developer...\"),obj}function calcRoute(){let directionsService=new google.maps.DirectionsService,ren={suppressMarkers:hide_markers,preserveViewport:preserve_viewport},polyPath={strokeColor:stroke_color.toUpperCase(),strokeOpacity:stroke_opacity,strokeWeight:stroke_weight};ren.polylineOptions=polyPath;let directionsDisplay=new google.maps.DirectionsRenderer(ren);directionsDisplay.setMap(gmapext);let data=initDirections();vLog(\"Directions request\",data),directionsService.route(data,(function(result,status){\"OK\"==status&&(directionsDisplay.setDirections(result),appendRouteInstance(route_id,result,directionsDisplay))}))}calcRoute()}"},"fields":{"ADa":{"caption":"Waypoints List","name":"waypoints_list","rank":6,"editor":"DynamicValue","value":"geographic_address","is_list":true,"optional":true},"ADb":{"caption":"Origin address","name":"origin_address","rank":0,"editor":"DynamicValue","value":"geographic_address","default_val":""},"ADc":{"caption":"Destination address","name":"destination_address","rank":1,"editor":"DynamicValue","value":"geographic_address"},"ADd":{"caption":"Travel mode","name":"travel_mode","rank":2,"editor":"DynamicValue","value":"text","default_val":"Driving"},"ADf":{"caption":"Driving options","name":"driving_options","rank":3,"editor":"key_value_list","value":"text"},"ADg":{"caption":"Transit options","name":"transit_options","rank":4,"editor":"key_value_list","value":"text"},"ADh":{"caption":"Unit system","name":"unit_system","rank":5,"editor":"Dropdown","default_val":"Metric"},"ADi":{"caption":"Optimize Waypoints","name":"optimize_waypoints","rank":7,"editor":"DynamicValue","value":"boolean","default_val":false,"optional":true},"ADj":{"caption":"Avoid Ferries","name":"avoid_ferries","rank":8,"editor":"DynamicValue","value":"boolean","default_val":false,"optional":true},"ADk":{"caption":"Avoid Highways","name":"avoid_highways","rank":9,"editor":"DynamicValue","value":"boolean","default_val":false,"optional":true},"ADl":{"caption":"Avoid Tolls","name":"avoid_tolls","rank":10,"editor":"DynamicValue","value":"boolean","default_val":false,"optional":true},"AIA":{"caption":"Hide Markers","name":"hide_markers","rank":12,"editor":"DynamicValue","value":"boolean","default_val":false,"optional":false},"AIB":{"caption":"Rendering Options","name":"rendering_options","rank":11,"editor":"Label"},"AIC":{"caption":"Preserve Viewport","name":"preserve_viewport","rank":13,"editor":"DynamicValue","value":"boolean","default_val":false,"optional":false},"AID":{"caption":"Stroke Color","name":"stroke_color","rank":14,"editor":"DynamicValue","value":"text","default_val":"#0088FF"},"AIE":{"caption":"Stroke Opacity","name":"stroke_opacity","rank":15,"editor":"DynamicValue","value":"number","default_val":0.6,"optional":false},"AIF":{"caption":"Stroke Weight","name":"stroke_weight","rank":16,"editor":"DynamicValue","value":"number","default_val":6,"optional":false},"AIG":{"caption":"Route ID","name":"route_id","rank":17,"editor":"DynamicValue","value":"text","optional":true}}},"AET":{"caption":"Attach Event Listener","code":{"fn":"function(instance,properties,context){let gmapext=instance.data.gmapext,listener=\"Set Dynamically\"===properties.listener?properties.dynamic_listener:properties.listener,delay=properties.delay,keyword,eventFunction;switch(listener){case\"Bounds Changed\":case\"bounds_changed\":keyword=\"bounds_changed\",eventFunction=function(){let obj=gmapext.getBounds();if(instance.data.cBounds!==obj){instance.data.cBounds=obj;let ne=obj.getNorthEast();instance.publishState(\"map_bounds_northeast_lat\",ne.lat()),instance.publishState(\"map_bounds_northeast_lng\",ne.lng());let sw=obj.getSouthWest();instance.publishState(\"map_bounds_southwest_lat\",sw.lat()),instance.publishState(\"map_bounds_southwest_lng\",sw.lng())}};break;case\"Center Changed\":case\"center_changed\":keyword=\"center_changed\",eventFunction=function(){let obj=gmapext.getCenter();instance.data.cCenter!==obj&&(instance.data.cCenter=obj,instance.publishState(\"map_center_lat\",obj.lat()),instance.publishState(\"map_center_lng\",obj.lng()))};break;case\"Click\":case\"click\":keyword=\"click\";break;case\"Double Click\":case\"dblclick\":keyword=\"dblclick\";break;case\"Drag\":case\"drag\":keyword=\"drag\";break;case\"Drag End\":case\"dragend\":keyword=\"dragend\";break;case\"Drag Start\":case\"dragstart\":keyword=\"dragstart\";break;case\"Heading Changed\":case\"heading_changed\":keyword=\"heading_changed\";break;case\"Idle\":case\"idle\":keyword=\"idle\";break;case\"Map Type Changed\":case\"maptypeid_changed\":keyword=\"maptypeid_changed\";break;case\"Mouse Move\":case\"mousemove\":keyword=\"mousemove\";break;case\"Mouse Out\":case\"mouseout\":keyword=\"mouseout\";break;case\"Mouse Over\":case\"mouseover\":keyword=\"mouseover\";break;case\"Projection Changed\":case\"projection_changed\":keyword=\"projection_changed\";break;case\"Resize\":case\"resize\":keyword=\"resize\";break;case\"Right Click\":case\"rightclick\":keyword=\"rightclick\";break;case\"Tiles Loaded\":case\"tilesloaded\":keyword=\"tilesloaded\";break;case\"Tilt Changed\":case\"tilt_changed\":keyword=\"tilt_changed\";break;case\"Zoom Changed\":case\"zoom_changed\":keyword=\"zoom_changed\",eventFunction=function(){let obj=gmapext.getZoom();instance.data.cZoom!==obj&&(instance.data.cZoom=obj,instance.publishState(\"zoom_level\",obj))};break;case\"Visible Changed\":case\"visible_changed\":keyword=\"visible_changed\"}google.maps.event.clearListeners(gmapext,keyword),google.maps.event.addListener(gmapext,keyword,function(){let timer;return function(){clearTimeout(timer),timer=setTimeout((function(){eventFunction&&eventFunction(),instance.publishState(\"event_listener_fired\",keyword),instance.triggerEvent(\"event_listener\")}),delay)}}())}"},"fields":{"AEU":{"caption":"Listener Type","name":"listener","rank":1,"editor":"Dropdown"},"AEV":{"caption":"Delay (ms)","name":"delay","rank":3,"editor":"StaticNumber","default_val":1000},"AEZ":{"caption":"Please note existing event listeners of the same type are overwritten to avoid duplicates.","name":"existing_event_listeners_of_the_same_type_are_over_written_to_avoid_duplicates","rank":4,"editor":"Label"},"AEc":{"caption":"Use this action to add an event listener to the map instance.  Exposed states in the map like map center, boundaries & others will only become available once there corresponding event listener are activated.  For example to receive updates on the center of the map then add the \"Center Changed\" event listener.  Once the map's center has changed due to an interaction then an event is fired(which can be accessed under \"Event Fired\") and the state of the map's center will be updated","name":"use_this_action_to_add_an_event_listener_to_the_map_instance.__exposed_states_in_the_map_like_map_center,_boundaries_&_others_will_only_become_available_once_there_corresponding_event_listener_are_activated.__for_example_to_receive_updates_on_the_center_of_the_map_then_add_the_\"center_changed\"_event_listener.__once_the_map's_center_has_changed_due_to_an_interaction_then_an_event_is_fired(which_can_be_accessed_under_\"event_fired\")_and_the_state_of_the_map's_center_will_be_updated","rank":0,"editor":"Label"},"AIx":{"caption":"Dynamic Listener","name":"dynamic_listener","rank":2,"editor":"DynamicValue","value":"text","optional":true}}},"AEX":{"caption":"Remove Event Listener","code":{"fn":"function(instance,properties,context){let gmapext=instance.data.gmapext,listener,keyword;switch(\"Set Dynamically\"===properties.listener?properties.dynamic_listener:properties.listener){case\"Bounds Changed\":case\"bounds_changed\":keyword=\"bounds_changed\";break;case\"Center Changed\":case\"center_changed\":keyword=\"center_changed\";break;case\"Click\":case\"click\":keyword=\"click\";break;case\"Double Click\":case\"dblclick\":keyword=\"dblclick\";break;case\"Drag\":case\"drag\":keyword=\"drag\";break;case\"Drag End\":case\"dragend\":keyword=\"dragend\";break;case\"Drag Start\":case\"dragstart\":keyword=\"dragstart\";break;case\"Heading Changed\":case\"heading_changed\":keyword=\"heading_changed\";break;case\"Idle\":case\"idle\":keyword=\"idle\";break;case\"Map Type Changed\":case\"maptypeid_changed\":keyword=\"maptypeid_changed\";break;case\"Mouse Move\":case\"mousemove\":keyword=\"mousemove\";break;case\"Mouse Out\":case\"mouseout\":keyword=\"mouseout\";break;case\"Mouse Over\":case\"mouseover\":keyword=\"mouseover\";break;case\"Projection Changed\":case\"projection_changed\":keyword=\"projection_changed\";break;case\"Resize\":case\"resize\":keyword=\"resize\";break;case\"Right Click\":case\"rightclick\":keyword=\"rightclick\";break;case\"Tiles Loaded\":case\"tilesloaded\":keyword=\"tilesloaded\";break;case\"Tilt Changed\":case\"tilt_changed\":keyword=\"tilt_changed\";break;case\"Zoom Changed\":case\"zoom_changed\":keyword=\"zoom_changed\"}google.maps.event.clearListeners(gmapext,keyword)}"},"fields":{"AEb":{"caption":"Listener","name":"listener","rank":0,"editor":"Dropdown"},"AIy":{"caption":"Dynamic Listener","name":"dynamic_listener","rank":1,"editor":"DynamicValue","value":"text","optional":true}}},"AEY":{"caption":"Clear All Event Listeners","code":{"fn":"function(instance,properties,context){let gmapext=instance.data.gmapext;google.maps.event.clearInstanceListeners(gmapext)}"},"fields":{"AEn":{"caption":"Caution this clears all event listeners including markers","name":"caution_this_clears_all_event_listeners_including_markers","rank":0,"editor":"Label"}}},"AEx":{"caption":"Add Markers List","code":{"fn":"let action=function(instance,properties,context){const vLog=instance.data.vLog,vError=instance.data.vError;let gmapext=instance.data.gmapext,getMapAddress=instance.data.getMapAddress,addressField=properties.address_field,idField=properties.id_field,tooltipField=properties.tooltip_field,infoWindowField=properties.info_window_field,markerIconField=properties.marker_icon_field,infowindow_maxwidth=properties.infowindow_max,restrict_to_one_infowindow=properties.restrict_to_one_infowindow,attach_event=properties.attach_event,autoZoom=properties.auto_zoom,autoCenter=properties.auto_center,attach_hover_event=properties.attach_hover_event,marker_hover_icons=properties.marker_hover_icons,latField=properties.latitude_field,lngField=properties.longitude_field,markerIconFallback=properties.marker_icon_fallback_field?properties.marker_icon_fallback_field:null,makerHoverFallback=properties.maker_hover_fallback_field?properties.maker_hover_fallback_field:null,allow_duplicate_markers=properties.allow_duplicate_markers,restrict_bounds=properties.restrict_bounds,cluster_markers=properties.cluster_markers,labelField=properties.label,markerAnimationField=properties.marker_animation,objToFetch=properties.list_of_things.get(0,properties.list_of_things.length());function markerInBounds(marker){let inBounds;return gmapext.getBounds().contains(marker.getPosition())}function randomId(){return Math.random().toString(36).substr(2,9)}async function formatMarkersAsClusters(){if(cluster_markers){let markers;await new Promise((resolve=>{const interval=setInterval((()=>{markers=instance.data.all_markers,markers.length>0&&(clearInterval(interval),resolve())}),100)})),vLog(\"Formatting markers as clusters\",{marker_count:markers.length,all_markers:markers}),instance.data.markerCluster=new markerClusterer.MarkerClusterer({map:gmapext,markers:markers})}}function markerObj(mMap,mAddress,mTooltip,mId,mIcon,latlng,label,animation){let obj={};return obj.map=mMap,obj.position=mAddress?getMapAddress(mAddress):latlng,animation&&(obj.animation=google.maps.Animation[animation.toUpperCase()]),label&&(obj.label=label),mTooltip&&(obj.tooltip=mTooltip),obj.id=mId,mIcon&&(obj.icon=mIcon),obj}if(gmapext){if(objToFetch){if(objToFetch.forEach((e=>{try{let id=idField?e.get(idField):randomId(),address=addressField?e.get(addressField):null,tooltip=tooltipField?e.get(tooltipField):null,infoWindow=infoWindowField?e.get(infoWindowField):null,markerIcon=markerIconField?e.get(markerIconField):markerIconFallback,markerIconHover=marker_hover_icons?e.get(marker_hover_icons):makerHoverFallback,latitude=latField?e.get(latField):null,longitude=lngField?e.get(lngField):null,label=labelField?e.get(labelField):null,animation=markerAnimationField?e.get(markerAnimationField):null;if(!id)throw new Error(\"No Marker ID provided!\");if(!(address||latitude&&longitude))throw new Error(\"No address or lat/lng provided\");let pre=address?markerObj(gmapext,address,tooltip,id,markerIcon,null,label,animation):markerObj(gmapext,null,tooltip,id,markerIcon,{lat:latitude,lng:longitude},label,animation);if(allow_duplicate_markers)addMarker(pre,infoWindow,markerIcon,markerIconHover);else{let allMarkers;instance.data.all_markers.filter((function(e){return e.id===id})).length<=0&&addMarker(pre,infoWindow,markerIcon,markerIconHover)}}catch(error){context.reportDebugger(`Error - Google Maps Ext tried to add a list of marker and failed\\nPlease check your dynamic data setup\\n${error}\\nIts probably related to a thing\\n${JSON.stringify({error:error,record_unique_id:e.get(\"_id\")})}`)}})),autoCenter){let markersArray=instance.data.all_markers;if(markersArray.length>0){let bounds=new google.maps.LatLngBounds;markersArray.forEach((e=>{let loc=new google.maps.LatLng(e.position.lat(),e.position.lng(),!0);bounds.extend(loc)})),gmapext?setTimeout((()=>{vLog(\"Panning to markers\",{markers:markersArray,bounds:bounds}),gmapext.fitBounds(bounds)}),100):console.error(\"gmapext is undefined\")}}}else context.reportDebugger(\"Google Maps Extended requested the list of markers and we got nothing back.\\nWe will try again in a bit when the data is available!\");formatMarkersAsClusters()}else vLog(\"Google Maps Extended is not loaded yet, please only fire this action after the map is loaded.\\n\\n    Use plugin state Map Ready to check if the map is loaded or \\n\\n    Use workflow event MapsExtended Map is Ready.\");async function addMarker(preMarker,infoWindow,markerIcon,markerIconHover){try{let marker=new google.maps.Marker(preMarker),inBound=restrict_bounds?markerInBounds(marker):null;if(restrict_bounds&&!inBound)return vLog(`Marker ID ${marker.id} is out of bounds`),void marker.setMap(null);if(null!=infoWindow){let infowindow=new google.maps.InfoWindow({markerId:marker.id,content:infoWindow,maxWidth:infowindow_maxwidth||null});instance.data.all_infowindows.push(infowindow),marker.addListener(\"click\",(function(){infowindow.open(gmapext,marker)}))}attach_event&&marker.addListener(\"click\",(function(){instance.publishState(\"marker_clicked_lat\",marker.position.lat()),instance.publishState(\"marker_clicked_lng\",marker.position.lng()),instance.publishState(\"marker_clicked\",marker.id),instance.triggerEvent(\"marker_clicked\")})),attach_hover_event&&(marker.addListener(\"mouseover\",(function(){instance.publishState(\"marker_hovered_lat\",marker.position.lat()),instance.publishState(\"marker_hovered_lng\",marker.position.lng()),instance.publishState(\"marker_hovered_id\",marker.id),instance.triggerEvent(\"marker_hovered\")})),marker.addListener(\"mouseout\",(function(){instance.publishState(\"marker_hovered_lat\",null),instance.publishState(\"marker_hovered_lng\",null),instance.publishState(\"marker_hovered_id\",null)}))),markerIcon&&markerIconHover&&(marker.addListener(\"mouseover\",(function(){marker.setIcon(markerIconHover)})),marker.addListener(\"mouseout\",(function(){marker.setIcon(markerIcon)}))),instance.data.all_markers.push(marker);let markerIDs=instance.data.all_markers.map((i=>i.id));instance.publishState(\"all_markers\",markerIDs)}catch(e){context.reportDebugger(`Error - Google Maps Ext tried to add a list of marker and failed\\nPlease check your dynamic data setup\\n${e}\\nIts probably related to a thing\\n${JSON.stringify(e)}`)}}};"},"fields":{"AFE":{"caption":"Thing","name":"thing","rank":0,"editor":"custom_type"},"AFF":{"caption":"List of Things","name":"list_of_things","rank":1,"editor":"DynamicValue","value":"custom_data_AFE","is_list":true},"AFG":{"caption":"Address Field","name":"address_field","rank":2,"editor":"custom_field_AFE","optional":true},"AFH":{"caption":"ID Field","name":"id_field","rank":5,"editor":"custom_field_AFE"},"AFI":{"caption":"Tooltip Field","name":"tooltip_field","rank":7,"editor":"custom_field_AFE","optional":true},"AFJ":{"caption":"Info Window Field","name":"info_window_field","rank":8,"editor":"custom_field_AFE","optional":true},"AFK":{"caption":"Marker Icons","name":"marker_icon_field","rank":10,"editor":"custom_field_AFE","optional":true},"AFM":{"caption":"Infowindow Max Width (px)","name":"infowindow_max","rank":9,"editor":"DynamicValue","value":"number","default_val":0,"optional":false},"AFN":{"caption":"Attach Click Event","name":"attach_event","rank":15,"editor":"Checkbox","value":"boolean","default_val":false},"AFO":{"caption":"Pan to Markers","name":"auto_center","rank":17,"editor":"Checkbox","default_val":true},"AGp":{"caption":"Attach Hover Event","name":"attach_hover_event","rank":16,"editor":"Checkbox","default_val":false},"AGq":{"caption":"Marker Hover Icons","name":"marker_hover_icons","rank":12,"editor":"custom_field_AFE","optional":true},"AHW":{"caption":"Latitude","name":"latitude_field","rank":3,"editor":"custom_field_AFE","optional":true},"AHX":{"caption":"Longitude","name":"longitude_field","rank":4,"editor":"custom_field_AFE","optional":true},"AHY":{"caption":"Marker Icon Fallback","name":"marker_icon_fallback_field","rank":19,"editor":"DynamicValue","value":"image","optional":true},"AHZ":{"caption":"Maker Hover Fallback","name":"maker_hover_fallback_field","rank":20,"editor":"DynamicValue","value":"image","optional":true},"AHa":{"caption":"Fallback Options","name":"fallback_options","rank":18,"editor":"Label"},"AHb":{"caption":"Fallback options should be used as intended and not be a replacement of existing icon options provided","name":"fallback_options_should_be_used_as_intended_and_not_be_a_replacement_of_existing_icon_options_provided","rank":21,"editor":"Label"},"AHc":{"caption":"Allow duplicate markers","name":"allow_duplicate_markers","rank":13,"editor":"Checkbox","default_val":true},"AIR":{"caption":"Restrict to bounds","name":"restrict_bounds","rank":14,"editor":"Checkbox","default_val":false},"AIZ":{"caption":"Clustering Options","name":"clustering","rank":22,"editor":"Label"},"AIa":{"caption":"Cluster Markers","name":"cluster_markers","rank":23,"editor":"DynamicValue","value":"boolean","default_val":false},"AIc":{"caption":"Label","name":"label","rank":6,"editor":"custom_field_AFE","value":"_any_thing_bindable","optional":true},"AIw":{"caption":"Marker Animation","name":"marker_animation","rank":11,"editor":"Dropdown","optional":true}}},"AEy":{"caption":"Toggle Marker Animation","code":{"fn":"function(instance,properties,context){let allMarkers=instance.data.all_markers,markerID=properties.marker_id;function toggleBounce(marker){null!==marker.getAnimation()?marker.setAnimation(null):marker.setAnimation(google.maps.Animation.BOUNCE)}allMarkers.forEach((e=>{e.id==markerID&&toggleBounce(e)}))}"},"fields":{"AFC":{"caption":"Marker ID","name":"marker_id","rank":0,"editor":"DynamicValue","value":"text"}}},"AFA":{"caption":"Update Map Type","code":{"fn":"function(instance,properties,context){let gmapext=instance.data.gmapext,getMapType=instance.data.getMapType,map_type=properties.map_type,dynamic_type=properties.dynamic_type;\"dynamic\"==map_type&&null===dynamic_type||\"dynamic\"==map_type&&\"\"==dynamic_type||(\"dynamic\"===map_type?gmapext.setMapTypeId(getMapType(dynamic_type)):gmapext.setMapTypeId(getMapType(map_type)))}"},"fields":{"AFB":{"caption":"Map Type","name":"map_type","rank":0,"editor":"Dropdown","default_val":"Roadmap"},"AJw":{"caption":"Dynamic Type","name":"dynamic_type","rank":1,"editor":"DynamicValue","value":"text"}}},"AFP":{"caption":"Pan to Markers","code":{"fn":"function(instance,properties,context){let gmapext=instance.data.gmapext,markersArray=instance.data.all_markers;if(markersArray.length>0){var bounds=new google.maps.LatLngBounds;markersArray.forEach((e=>{let loc=new google.maps.LatLng(e.position.lat(),e.position.lng(),!0);bounds.extend(loc)})),gmapext.fitBounds(bounds)}}"},"fields":{"AFR":{"caption":"This action pans and centers the map relative to the markers on the map","name":"this_action_pans_and_centers_the_map_relative_to_the_markers_on_the_map","rank":0,"editor":"Label"}}},"AFS":{"caption":"Delete All Markers","code":{"fn":"let action=function(instance,properties,context){const vLog=instance.data.vLog,vError=instance.data.vError;let markerList=instance.data.all_markers;function setMapOnAll(map){for(let i=0;i<markerList.length;i++)markerList[i].setMap(map)}function clearMarkers(){setMapOnAll(null)}function deleteMarkers(){vLog(\"Clearing all markers\"),clearMarkers(),markerList=[],vLog(\"Clearing instance data\"),instance.data.all_markers=[],vLog(\"Clearing exposed state All Markers\"),instance.publishState(\"all_markers\",[])}function deleteMarkerCluster(){vLog(\"Clearing marker cluster\"),instance.data.markerCluster.clearMarkers(),instance.data.markerCluster=null}vLog(\"Started clearing all markers\"),deleteMarkers(),deleteMarkerCluster()};"},"fields":{"AFT":{"caption":"This action clears all the markers and clusters from the map","name":"this_action_clears_all_the_markers_on_the_map","rank":0,"editor":"Label"}}},"AFY":{"caption":"Center & Zoom Map","code":{"fn":"function(instance,properties,context){let gmapext=instance.data.gmapext,getMapAddress=instance.data.getMapAddress,location=properties.location,adjust_zoom=properties.adjust_zoom,zoom_level=properties.zoom_level,bLoc=getMapAddress(location),loc=new google.maps.LatLng(bLoc.lat,bLoc.lng);gmapext.setCenter(loc),adjust_zoom&&zoom_level>=0&&gmapext.setZoom(zoom_level)}"},"fields":{"AFZ":{"caption":"Location","name":"location","rank":0,"editor":"DynamicValue","value":"geographic_address"},"AFa":{"caption":"Zoom","name":"adjust_zoom","rank":1,"editor":"DynamicValue","value":"boolean","default_val":true},"AFb":{"caption":"Zoom Level","name":"zoom_level","rank":2,"editor":"DynamicValue","value":"number","default_val":10,"optional":true}}},"AFc":{"caption":"Map Controls","code":{"fn":"let action=function(instance,properties,context){let gmapext=instance.data.gmapext,instanceid=instance.data.instanceid,vError=instance.data.vError,vLog=instance.data.vLog;try{gmapext.setOptions({zoomControl:properties.zoom_controls,mapTypeControl:properties.map_type_controls,streetViewControl:properties.street_view_controls,rotateControl:properties.rotate_controls,scaleControl:properties.scale_controls,fullscreenControl:properties.full_screen_controls,draggable:properties.dragging,scrollwheel:properties.scroll_wheel,disableDoubleClickZoom:properties.double_click_zoom}),instance.data.gmapext=gmapext}catch(error){vLog(\"Error setting map controls\",error)}};"},"fields":{"AFd":{"caption":"Use this action to modify the map's default UI","name":"this_action_changes_the_default_ui_of_the_map","rank":0,"editor":"Label"},"AFe":{"caption":"Zoom Controls","name":"zoom_controls","rank":3,"editor":"DynamicValue","value":"boolean","default_val":true},"AFh":{"caption":"Map Type Controls","name":"map_type_controls","rank":4,"editor":"DynamicValue","value":"boolean","default_val":true},"AFj":{"caption":"Please note the the below options will not work if the \"Default UI is disabled ","name":"please_note_the_the_below_options_will_not_work_if_the_\"default_ui_is_disabled_","rank":2,"editor":"Label"},"AFk":{"caption":"Street View Controls","name":"street_view_controls","rank":5,"editor":"DynamicValue","value":"boolean","default_val":true},"AFl":{"caption":"Rotate Controls","name":"rotate_controls","rank":6,"editor":"DynamicValue","value":"boolean","default_val":true},"AFm":{"caption":"Scale Controls","name":"scale_controls","rank":7,"editor":"DynamicValue","value":"boolean","default_val":false},"AFn":{"caption":"Full Screen Controls","name":"full_screen_controls","rank":8,"editor":"DynamicValue","value":"boolean","default_val":true},"AFq":{"caption":"Disable Options","name":"Other Options","rank":9,"editor":"Label"},"AFr":{"caption":"Dragging","name":"dragging","rank":10,"editor":"DynamicValue","value":"boolean","default_val":false},"AFt":{"caption":"Scroll Wheel","name":"scroll_wheel","rank":11,"editor":"DynamicValue","value":"boolean","default_val":false},"AFu":{"caption":"Double Click Zoom","name":"double_click_zoom","rank":12,"editor":"DynamicValue","value":"boolean","default_val":false},"AFv":{"caption":"Controls","name":"controls","rank":1,"editor":"Label"}}},"AFw":{"caption":"Reset Map","code":{"fn":"const index=require(\"../../../index\"),context=index.context,instance=index.instance;let action=function(instance,properties,context){let gmapext=instance.data.gmapext,instanceid=instance.data.instanceid,initObj=instance.data.initObj;instance.data.gmapext=new google.maps.Map(document.getElementById(instanceid),initObj),properties.clear_markers&&(instance.data.all_markers=[])};"},"fields":{"AFx":{"caption":"This action resets the map to its original state at first initialization","name":"this_action_resets_the_map_to_its_original_state_at_first_initialization","rank":0,"editor":"Label"},"AFy":{"caption":"Clear Markers State","name":"clear_markers","rank":1,"editor":"DynamicValue","value":"boolean","default_val":true}}},"AGF":{"caption":"Update Marker Position","code":{"fn":"let action=function(instance,properties,context){let gmapext=instance.data.gmapext,getMapAddress=instance.data.getMapAddress,all_markers=instance.data.all_markers,marker_id=properties.marker_id,new_position=properties.new_position,animate=properties.animate,animation_duration=properties.animation_duration,pan_with_animation=properties.pan_with_animation,offset_bounds=properties.offset_bounds,m=getMapAddress(new_position),moveto={lat:m.lat,lng:m.lng},time=!0===animate&&animation_duration>0?animation_duration/1e3:0;for(let index=0;index<all_markers.length;index++){let marker=all_markers[index];marker.id===marker_id&&animatedMove(marker,time,marker.position,moveto)}function animatedMove(marker,t,current,moveto){let deltalat=(moveto.lat-current.lat())/100,deltalng=(moveto.lng-current.lng())/100,delay=10*t;for(let i=0;i<100;i++)setTimeout((function(){let lat=marker.position.lat(),lng=marker.position.lng();lat+=deltalat,lng+=deltalng;let latlng=new google.maps.LatLng(lat,lng);if(marker.setPosition(latlng),pan_with_animation){let bounds=new google.maps.LatLngBounds,loc=new google.maps.LatLng(lat,lng,!0);if(bounds.extend(loc),bounds.getNorthEast().equals(bounds.getSouthWest())){let extendPoint1=new google.maps.LatLng(bounds.getNorthEast().lat()+offset_bounds,bounds.getNorthEast().lng()+offset_bounds),extendPoint2=new google.maps.LatLng(bounds.getNorthEast().lat()-offset_bounds,bounds.getNorthEast().lng()-offset_bounds);bounds.extend(extendPoint1),bounds.extend(extendPoint2)}gmapext.fitBounds(bounds)}}),delay*(ind=i));var ind}};"},"fields":{"AGG":{"caption":"Use this action to update a marker position.  The marker must already exist on the map before this action is used.","name":"use_this_action_to_update_a_marker_position.__the_marker_must_already_exist_on_the_map_before_this_action_is_used.","rank":0,"editor":"Label"},"AGH":{"caption":"Marker ID","name":"marker_id","rank":1,"editor":"DynamicValue","value":"text"},"AGI":{"caption":"New Position","name":"new_position","rank":2,"editor":"DynamicValue","value":"geographic_address"},"AIN":{"caption":"Animate","name":"animate","rank":3,"editor":"Checkbox","default_val":false},"AIO":{"caption":"Animation Duration (ms)","name":"animation_duration","rank":4,"editor":"DynamicValue","value":"number","default_val":1500},"AIP":{"caption":"Pan To Marker","name":"pan_with_animation","rank":5,"editor":"Checkbox","default_val":false},"AIQ":{"caption":"Pan Offset (Degrees)","name":"offset_bounds","rank":6,"editor":"DynamicValue","value":"number","default_val":0.05}}},"AGK":{"caption":"Data - Add GeoJSON","code":{"fn":"let action=function(instance,properties,context){let gmapext=instance.data.gmapext,method=properties.method,geojson_data=properties.geojson_data,property_to_return=properties.property_to_return,expose_event_properties=properties.expose_event_properties,event_on_click=properties.event_on_click,event_on_dbl_click=properties.event_on_dbl_click,event_on_mouse_over=properties.event_on_mouse_over,event_on_mouse_out=properties.event_on_mouse_out,event_on_mouse_down=properties.event_on_mouse_down,event_on_mouse_up=properties.event_on_mouse_up,append_properties=properties.append_properties,style_overrides=properties.style_overrides,supportStyles=[\"clickable\",\"cursor\",\"draggable\",\"editable\",\"fillColor\",\"fillOpacity\",\"icon\",\"shape\",\"strokeColor\",\"strokeOpacity\",\"strokeWeight\",\"title\",\"visible\",\"zIndex\"];function eveListenersRequired(){let arr=[];return event_on_click&&arr.push(\"click\"),event_on_dbl_click&&arr.push(\"dblclick\"),event_on_mouse_over&&arr.push(\"mouseover\"),event_on_mouse_out&&arr.push(\"mouseout\"),event_on_mouse_down&&arr.push(\"mousedown\"),event_on_mouse_up&&arr.push(\"mouseup\"),arr}function eDataLayerEvent(eventName,prop){instance.publishState(\"data_geojson_event\",eventName),instance.publishState(\"data_geojson_event_property\",prop),instance.triggerEvent(\"data_layer_event_fired\")}function appendProperties(event){append_properties.forEach((x=>{event.feature.setProperty(x.key,x.value)}))}function eveListenerAdd(listener){gmapext.data.addListener(listener,(function(event){try{let id=event.feature.getProperty(property_to_return);void 0===id?context.reportDebugger(`Error - Google Maps Ext tried to get a property of a GeoJSON and failed\\nPlease check that you provided the right property to return and that it exists\\nCurrent event object:\\n${JSON.stringify(event)}`):(eDataLayerEvent(listener,id),expose_event_properties&&(console.log(\"Information - Google Maps Ext - Event listener\"),console.log(\"Event Listener\",listener),console.log(\"Property to return\",id),console.log(\"Returned Data\",event.feature)))}catch(e){context.reportDebugger(`Error - Google Maps Ext tried to get a property of a GeoJSON and failed\\nPlease check that you provided the right property to return and that it exists\\nCurrent event object:\\n${JSON.stringify(event)}\\nError Information:\\n${e}`)}}))}function addGeoJson(type,JsonData,eveArray){try{if(\"File\"==type)gmapext.data.loadGeoJson(JsonData);else if(\"JSON\"==type){let j=JSON.parse(JsonData);gmapext.data.addGeoJson(j)}eveArray.length>0&&eveArray.forEach((e=>{eveListenerAdd(e)}))}catch(e){context.reportDebugger(`Error - Google Maps Ext - on loading GeoJSON.\\nPlease check the provided GeoJSON file url or JSON data\\n${e}`)}}gmapext.data.addListener(\"addfeature\",(function(event){appendProperties(event);let styleObj={};supportStyles.forEach((e=>{event.feature.getProperty(e)&&(styleObj[e]=event.feature.getProperty(e))})),gmapext.data.setStyle(event.feature,styleObj),style_overrides.length>0&&style_overrides.forEach((e=>{styleObj[e.key]=e.value})),gmapext.data.overrideStyle(event.feature,styleObj)})),addGeoJson(method,geojson_data,eveListenersRequired())};"},"fields":{"AGL":{"caption":"This adds a data layer to the map allowing it to display a GeoJSON.  Remember to set the style of the GeoJSON in the JSON it self.","name":"this_adds_a_data_layer_to_the_map_allowing_it_to_display_a_geojson","rank":0,"editor":"Label"},"AGM":{"caption":"GeoJSON Data","name":"geojson_data","rank":2,"editor":"DynamicValue","value":"text","default_val":"{   \"type\": \"FeatureCollection\",   \"features\": [     {       \"type\": \"Feature\",       \"properties\": {         \"marker-color\": \"#ff0000\",         \"marker-size\": \"medium\",         \"marker-symbol\": \"star\",         \"id\": \"fav1\"       },       \"geometry\": {         \"type\": \"Point\",         \"coordinates\": [           -79.3875503540039,           43.710819752457624         ]       }     },     {       \"type\": \"Feature\",       \"properties\": {         \"stroke\": \"#bb0000\",         \"stroke-width\": 2,         \"stroke-opacity\": 1,         \"fill\": \"#ffe1e1\",         \"fill-opacity\": 0.5,         \"id\": \"airport-yyz\"       },       \"geometry\": {         \"type\": \"Polygon\",         \"coordinates\": [           [             [               -79.59174156188965,               43.669113317468934             ],             [               -79.64255332946777,               43.7033743018018             ],             [               -79.67345237731934,               43.67600432636349             ],             [               -79.67267990112305,               43.67594224873435             ],             [               -79.67207908630371,               43.675880171040994             ],             [               -79.67122077941895,               43.67594224873435             ],             [               -79.67079162597656,               43.6763147135459             ],             [               -79.67027664184569,               43.67668717604552             ],             [               -79.67019081115723,               43.67637679078971             ],             [               -79.66941833496094,               43.67594224873435             ],             [               -79.66873168945312,               43.67594224873435             ],             [               -79.66778755187988,               43.675569781610896             ],             [               -79.66727256774902,               43.675197312175534             ],             [               -79.66710090637207,               43.67476276157897             ],             [               -79.66684341430664,               43.67439028713446             ],             [               -79.66727256774902,               43.67401781037807             ],             [               -79.66675758361816,               43.67358325124029             ],             [               -79.6662425994873,               43.67364533130977             ],             [               -79.66572761535645,               43.67383157113291             ],             [               -79.66529846191406,               43.67345909090864             ],             [               -79.66461181640625,               43.67290036623746             ],             [               -79.66401100158691,               43.6722795549464             ],             [               -79.66323852539062,               43.6717208192937             ],             [               -79.6622085571289,               43.67134832596868             ],             [               -79.66057777404785,               43.67091374750086             ],             [               -79.65989112854004,               43.67085166460574             ],             [               -79.65971946716309,               43.67116207843922             ],             [               -79.65911865234374,               43.67122416101328             ],             [               -79.65860366821289,               43.67091374750086             ],             [               -79.6578311920166,               43.670665415535005             ],             [               -79.65800285339355,               43.670106664855             ],             [               -79.65860366821289,               43.669547908973215             ],             [               -79.65834617614746,               43.668740807960695             ],             [               -79.64770317077637,               43.673707411315036             ],             [               -79.6303653717041,               43.66135222508713             ],             [               -79.63534355163574,               43.65681928303028             ],             [               -79.63088035583496,               43.653528028483635             ],             [               -79.62118148803711,               43.65607410911914             ],             [               -79.61585998535156,               43.65961360283773             ],             [               -79.61311340332031,               43.661228039453285             ],             [               -79.60925102233887,               43.66278034141372             ],             [               -79.59972381591797,               43.66650570236177             ],             [               -79.59174156188965,               43.669113317468934             ]           ]         ]       }     },     {       \"type\": \"Feature\",       \"properties\": {         \"stroke\": \"#0000ff\",         \"stroke-width\": 3,         \"stroke-opacity\": 1,         \"id\": \"someline\"       },       \"geometry\": {         \"type\": \"LineString\",         \"coordinates\": [           [             -79.58221435546875,             43.67271412352445           ],           [             -79.57963943481445,             43.67432820783561           ],           [             -79.57706451416016,             43.67867360366455           ],           [             -79.57345962524414,             43.68537731137406           ],           [             -79.57019805908203,             43.6912114102249           ],           [             -79.56727981567383,             43.69481089025842           ],           [             -79.56247329711914,             43.700395862593545           ],           [             -79.55732345581055,             43.70511165634055           ],           [             -79.55320358276367,             43.708710301999155           ],           [             -79.55097198486328,             43.709827079137064           ],           [             -79.54376220703125,             43.71156424665851           ],           [             -79.52865600585938,             43.715038430647866           ],           [             -79.51990127563477,             43.71677544711553           ],           [             -79.5077133178711,             43.717519867330765           ],           [             -79.5025634765625,             43.718140210445526           ],           [             -79.4944953918457,             43.71925681186759           ],           [             -79.48762893676758,             43.720869643852154           ],           [             -79.47681427001953,             43.72372300946927           ]         ]       }     }   ] }"},"AGP":{"caption":"Method","name":"method","rank":1,"editor":"Dropdown","default_val":"JSON"},"AGQ":{"caption":"In order to load a json file from another domain, that domain must have enabled Cross-origin resource sharing.","name":"in_order_to_load_a_json_file_from_another_domain,_that_domain_must_have_enabled_cross-origin_resource_sharing.","rank":3,"editor":"Label"},"AGT":{"caption":"Attach Event Listeners","name":"attach_event_listener","rank":6,"editor":"Label"},"AGU":{"caption":"On Click","name":"event_on_click","rank":9,"editor":"DynamicValue","value":"boolean","default_val":false,"optional":true},"AGV":{"caption":"Property to return","name":"property_to_return","rank":7,"editor":"DynamicValue","value":"text","optional":true},"AGW":{"caption":"On Dbl Click","name":"event_on_dbl_click","rank":10,"editor":"DynamicValue","value":"boolean","default_val":false,"optional":true},"AGX":{"caption":"On Mouse Over","name":"event_on_mouse_over","rank":13,"editor":"DynamicValue","value":"boolean","default_val":false,"optional":true},"AGY":{"caption":"On Mouse Out","name":"event_on_mouse_out","rank":12,"editor":"DynamicValue","value":"boolean","default_val":false,"optional":true},"AGc":{"caption":"On Mouse Down","name":"event_on_mouse_down","rank":11,"editor":"DynamicValue","value":"boolean","default_val":false,"optional":true},"AGd":{"caption":"On Mouse Up","name":"event_on_mouse_up","rank":14,"editor":"DynamicValue","value":"boolean","default_val":false,"optional":true},"AGf":{"caption":"Expose event properties","name":"expose_event_properties","rank":8,"editor":"DynamicValue","value":"boolean","default_val":false,"optional":true},"AGu":{"caption":"Append Properties","name":"append_properties","rank":4,"editor":"key_value_list","value":"text"},"AHM":{"caption":"Style Overrides","name":"style_overrides","rank":5,"editor":"key_value_list","value":"text"}}},"AGs":{"caption":"Data - Remove GeoJSON","code":{"fn":"let action=function(instance,properties,context){let gmapext=instance.data.gmapext,method=properties.method,property_key=properties.property_key,property_value=properties.property_value;function specificMatch(feature){feature.forEachProperty((function(value,property){property==property_key&&value==property_value&&gmapext.data.remove(feature)}))}\"Specific GeoJSON\"==method?property_key&&property_value?gmapext.data.forEach((function(feature){specificMatch(feature)})):context.reportDebugger(\"Error - Google Maps Ext - on removing GeoJSON(s).\\nPlease ensure that you provided a property key & value\"):gmapext.data.forEach((function(feature){gmapext.data.remove(feature)}))};"},"fields":{"AGy":{"caption":"Method","name":"method","rank":0,"editor":"Dropdown","default_val":"All GeoJSONs"},"AGz":{"caption":"Property key","name":"property_key","rank":2,"editor":"DynamicValue","value":"text","optional":true},"AHA":{"caption":"Property value","name":"property_value","rank":3,"editor":"DynamicValue","value":"text","optional":true},"AHB":{"caption":"Specific Method Options","name":"specific_method_options","rank":1,"editor":"Label"},"AHC":{"caption":"This method looks for properties within the GeoJSON feature to match with.  You are provided with a list of properties to append into the GeoJSON under the \"Data - Add GeoJSON\" action","name":"this_method_looks_for_properties_within_the_geojson_feature_to_match_with.__you_are_provided_with_a_list_of_properties_to_append_into_the_geojson_under_the_\"data_-_add_geojson\"_action","rank":4,"editor":"Label"}}},"AHD":{"caption":"Swap Marker Icon","code":{"fn":"let action=function(instance,properties,context){let gmapext=instance.data.gmapext,getMapAddress=instance.data.getMapAddress,all_markers=instance.data.all_markers,marker_id=properties.marker_id,new_icon=properties.new_icon;function changeMarkerIcon(marker,icon){marker.setIcon(icon)}for(let index=0;index<all_markers.length;index++){let marker=all_markers[index];marker.id==marker_id&&changeMarkerIcon(marker,new_icon)}};"},"fields":{"AHE":{"caption":"Marker ID","name":"marker_id","rank":0,"editor":"DynamicValue","value":"text"},"AHF":{"caption":"New Icon","name":"new_icon","rank":1,"editor":"DynamicValue","value":"image"}}},"AHH":{"caption":"Data - Fit Bounds","code":{"fn":"let action=function(instance,properties,context){let gmapext=instance.data.gmapext,bounds=new google.maps.LatLngBounds;gmapext.data.forEach((function(feature){feature.getGeometry().forEachLatLng((function(latlng){bounds.extend(latlng)}))})),gmapext.fitBounds(bounds)};"},"fields":{"AHI":{"caption":"This action fits bounds to all data layers in the map","name":"this_action_fits_bounds_to_all_data_layers_in_the_map","rank":0,"editor":"Label"}}},"AHP":{"caption":"Get Markers Bounds","code":{"fn":"let action=function(instance,properties,context){let gmapext=instance.data.gmapext,allMarkers=instance.data.all_markers,expose_console_messages=properties.expose_console_messages,inBounds=[],outBounds=[];function getMarkerBounds(m){gmapext.getBounds().contains(m.getPosition())?inBounds.push(m.id):outBounds.push(m.id)}const markerPromises=allMarkers.map((marker=>getMarkerBounds(marker)));Promise.all(markerPromises).then((arrayOfResponses=>{expose_console_messages&&(console.log(\"Google Maps Ext - Markers In Bounds\",inBounds),console.log(\"Google Maps Ext - Markers Out Bounds\",outBounds),console.log(\"All Done\",arrayOfResponses)),instance.publishState(\"markers_in_bounds\",inBounds),instance.publishState(\"markers_out_bounds\",outBounds),instance.triggerEvent(\"markers_in_out_bounds_available\")}))};","add_debugger":false},"fields":{"AHT":{"caption":"Expose Console Messages","name":"expose_console_messages","rank":0,"editor":"Checkbox","default_val":false}}},"AHV":{"caption":"Redraw Map","code":{"fn":"let action=function(instance,properties,context){let gmapext;instance.data.gmapext.panBy(0,0)};"}},"AHi":{"caption":"Update a List of Marker Positions","code":{"fn":"let action=function(instance,properties,context){let gmapext=instance.data.gmapext,getMapAddress=instance.data.getMapAddress,all_markers=instance.data.all_markers,vLog=instance.data.vLog,vError=instance.data.vError,addressField=properties.address_field,idField=properties.id_field,latField=properties.latitude_field,lngField=properties.longitude_field;if(vLog(\"Checking provided fields...\"),!(addressField||latField&&lngField))return void vError(\"Please check that you provided Latitude/Longitude combination or just an Address Field\");let objToFetch=properties.list_of_things.get(0,properties.list_of_things.length());function changeMarkerPosition(marker,newPosGeo,newPosLat,newPosLng){if(vLog(\"Updating marker position\",marker),newPosGeo){vLog(\"Updating marker position using GeoLocation\",newPosGeo);let p=getMapAddress(newPosGeo),latlng=new google.maps.LatLng(p.lat,p.lng);marker.setPosition(latlng)}else if(newPosLat&&newPosLng&&!newPosGeo){vLog(\"Updating marker position using Lat/Lng\",{lat:newPosLat,lng:newPosLng});let latlng=new google.maps.LatLng(newPosLat,newPosLng);marker.setPosition(latlng)}else vLog(\"Please check that you either provided a Geoaddress or a Lat/Lng combination\",{currentMarker:marker,newLocation:{geo:newPosGeo,lat:newPosLat,lng:newPosLng}})}vLog(\"Fetching the list of things from Bubble\",objToFetch),vLog(\"Starting iteration\"),objToFetch?objToFetch.forEach((e=>{try{let id=idField?e.get(idField):null,geo=addressField?e.get(addressField):null,lat=latField?e.get(latField):null,lng=lngField?e.get(lngField):null;vLog(\"Iterating through\",{id:id,geo:geo,lat:lat,lng:lng}),vLog(\"Starting to look for marker with ID\",id);for(let index=0;index<all_markers.length;index++){let marker=all_markers[index];marker.id===id&&changeMarkerPosition(marker,geo,lat,lng)}}catch(error){context.reportDebugger(`Error - Google Maps Ext tried to update a list of marker and failed\\nPlease check your dynamic data setup\\n${error}\\nIts probably related to a thing\\n${JSON.stringify(e)}`)}})):context.reportDebugger(\"Warning! - Google Maps Ext requested the list of markers and we got nothing back.\\nWe will try again in a bit when the data is available!\")};"},"fields":{"AHj":{"caption":"Thing","name":"thing","rank":0,"editor":"custom_type"},"AHk":{"caption":"List of Things","name":"list_of_things","rank":1,"editor":"DynamicValue","value":"custom_data_AHj","is_list":true},"AHl":{"caption":"Address Field","name":"address_field","rank":4,"editor":"custom_field_AHj","optional":true},"AHm":{"caption":"Latitude","name":"latitude_field","rank":5,"editor":"custom_field_AHj","optional":true},"AHn":{"caption":"Longitude","name":"longitude_field","rank":6,"editor":"custom_field_AHj","optional":true},"AHo":{"caption":"ID Field","name":"id_field","rank":2,"editor":"custom_field_AHj"},"AHp":{"caption":"Marker's New Position","name":"new_position","rank":3,"editor":"Label"},"AHq":{"caption":"Options","name":"options","rank":7,"editor":"Label"},"AHr":{"caption":"Pan to markers","name":"pan_to_markers","rank":8,"editor":"DynamicValue","value":"boolean","default_val":false}}},"AHs":{"caption":"Delete Marker","code":{"fn":"let action=function(instance,properties,context){const vLog=instance.data.vLog,vError=instance.data.vError;let markerList=instance.data.all_markers,marker_id=properties.marker_id;function setMapOnAll(map){for(var i=0;i<markerList.length;i++)markerList[i].setMap(map)}function deleteMarker(id){vLog(\"Started iterating through markers\");for(var i=0;i<markerList.length;i++)if(markerList[i].id===id){vLog(\"Marker found...\"),markerList[i].setMap(null),vLog(\"Marker removed\"),markerList.splice(i,1),instance.data.all_markers=markerList;let markerIDs=instance.data.all_markers.map((i=>i.id));return vLog(\"Updating all markers state\",markerIDs),void instance.publishState(\"all_markers\",markerIDs)}}marker_id||vLog(\"Marker ID not provided\"),vLog(`Started removing marker ${marker_id} from the map`),deleteMarker(marker_id)};"},"fields":{"AHt":{"caption":"This action removes a single marker from the map","name":"this_action_removes_a_single_marker_from_the_map","rank":0,"editor":"Label"},"AHu":{"caption":"Marker ID","name":"marker_id","rank":1,"editor":"DynamicValue","value":"text"}}},"AHv":{"caption":"Delete List of Markers","code":{"fn":"let action=function(instance,properties,context){let gmapext=instance.data.gmapext,getMapAddress=instance.data.getMapAddress,all_markers=instance.data.all_markers,vLog=instance.data.vLog,vError=instance.data.vError,idField=properties.id_field,objToFetch=properties.list_of_things.get(0,properties.list_of_things.length());vLog(\"Fetching the list of things from Bubble\",objToFetch),vLog(\"Starting iteration\"),objToFetch?objToFetch.forEach((e=>{try{let id=idField?e.get(idField):e;vLog(\"Iterating through\",id),vLog(\"Starting to look for marker with ID\",id);for(let index=0;index<all_markers.length;index++){let marker=all_markers[index];if(marker.id===id){vLog(\"Marker found...\"),marker.setMap(null),vLog(\"Marker removed\"),all_markers.splice(index,1),instance.data.all_markers=all_markers;let markerIDs=instance.data.all_markers.map((i=>i.id));return vLog(\"Updating all markers state\",markerIDs),void instance.publishState(\"all_markers\",markerIDs)}}}catch(error){context.reportDebugger(`Error - Google Maps Ext tried to update a list of marker and failed\\nPlease check your dynamic data setup\\n${error}\\nIts probably related to a thing\\n${JSON.stringify(e)}`)}})):context.reportDebugger(\"Warning! - Google Maps Ext requested the list of markers and we got nothing back.\\nWe will try again in a bit when the data is available!\")};"},"fields":{"AHw":{"caption":"Thing","name":"thing","rank":0,"editor":"custom_type"},"AHx":{"caption":"List of Things","name":"list_of_things","rank":1,"editor":"DynamicValue","value":"_any_thing","is_list":true},"AHy":{"caption":"ID Field","name":"id_field","rank":2,"editor":"custom_field_AHw"}}},"AIH":{"caption":"Delete Direction","code":{"fn":"let action=function(instance,properties,context){const vLog=instance.data.vLog,vError=instance.data.vError;let routeList=instance.data.all_routes,route_id=properties.route_id;function setMapOnAll(map){for(var i=0;i<routeList.length;i++)routeList[i].display.setMap(map)}function deleteRoute(id){vLog(\"Started iterating through routes\");for(var i=0;i<routeList.length;i++)if(routeList[i].id===id){vLog(\"route found...\"),routeList[i].display.setMap(null),vLog(\"route removed\"),routeList.splice(i,1),instance.data.all_routes=routeList;let routeIDs=instance.data.all_routes.map((i=>i.id));return vLog(\"Updating all routes state\",routeIDs),void instance.publishState(\"all_routes\",routeIDs)}}route_id=route_id.toLowerCase(),route_id||vLog(\"Route ID not provided\"),vLog(`Started removing route ${route_id} from the map`),deleteRoute(route_id)};"},"fields":{"AIK":{"caption":"Route ID","name":"route_id","rank":0,"editor":"DynamicValue","value":"text"}}},"AII":{"caption":"Delete All Directions","code":{"fn":"let action=function(instance,properties,context){const vLog=instance.data.vLog,vError=instance.data.vError;let routeList=instance.data.all_routes;function setMapOnAll(map){for(var i=0;i<routeList.length;i++)console.log(`Route ${i}`,routeList[i].route),routeList[i].display.setMap(map)}function clearRoutes(){setMapOnAll(null)}function deleteRoutes(){vLog(\"Clearing all routes\"),clearRoutes(),routeList=[],vLog(\"Clearing instance data\"),instance.data.all_routes=[],vLog(\"Clearing exposed state All Routes\"),instance.publishState(\"all_routes\",[])}vLog(\"Started clearing all routes\"),deleteRoutes()};"},"fields":{"AIJ":{"caption":"This action will delete all directions on the map","name":"this_action_will_delete_all_directions_on_the_map","rank":0,"editor":"Label"}}},"AIT":{"caption":"Close All Info Windows","code":{"fn":"let action=function(instance,properties,context){const vLog=instance.data.vLog,vError=instance.data.vError;let allInfoWindows=instance.data.all_infowindows,exclude_marker_id=properties.exclude_marker_id;vLog(\"allInfoWindows\",allInfoWindows),vLog(\"exclude_marker_id\",exclude_marker_id);for(let i=0;i<allInfoWindows.length;i++){let m=allInfoWindows[i];vLog(`Exclude Marker ID ${m.marker_id}`,m),null===exclude_marker_id&&void 0===exclude_marker_id||exclude_marker_id===m.markerId||m.close(),null==exclude_marker_id&&m.close()}};"},"fields":{"AIW":{"caption":"This action closes all open Info Windows","name":"this_action_closes_all_open_info_windows","rank":0,"editor":"Label"},"AIY":{"caption":"Exclude Marker ID","name":"exclude_marker_id","rank":1,"editor":"DynamicValue","value":"text","optional":true}}},"AIU":{"caption":"Close Info Window","code":{"fn":"let action=function(instance,properties,context){const vLog=instance.data.vLog,vError=instance.data.vError;let allInfoWindows=instance.data.all_infowindows,marker_id=properties.marker_id;marker_id||vLog(\"Marker ID not provided\"),vLog(`Closing a infowindow with Marker ID ${marker_id}`),allInfoWindows.forEach((e=>{e.markerId===marker_id&&e.close()}))};"},"fields":{"AIV":{"caption":"Marker ID","name":"marker_id","rank":0,"editor":"DynamicValue","value":"text"}}}},"code":{"initialize":{"fn":"let initialize=function(instance,context){const verboseUser=context.keys[\"Verbose Logging\"];instance.data.vError=function(message,object=\"\",plugin=\"Google Maps Extended\"){console.log(`%c📍 ${plugin} Error`,\"background: #ffb0b0; color: black; display: block; padding:2px\",message,object),context.reportDebugger(`📍${plugin} Error ${message}`)};let vError=instance.data.vError;instance.data.vLog=function(message,object=\"\",plugin=\"Google Maps Extended\"){const verbose=(void 0!==verboseUser||\"\"!==verboseUser||null!=verboseUser)&&verboseUser;\"true\"!==verbose&&\"yes\"!==verbose&&!0!==verbose||console.log(`%c📍 ${plugin} Log`,\"background: #acf2be; color: black; display: block; padding:2px\",message,object)};let vLog=instance.data.vLog;function checkBubblePageLoaded(){return document.querySelectorAll(\".page-is-loaded\").length>0}function initGmap(){let instanceid=(Math.random()*Math.pow(2,54)).toString(36),div;div=$('<div class=\"gmapext\" id=\"gmapext_'+instanceid+'\"></div>'),instance.canvas.append(div);let parentDiv=$(div).parent();instance.data.instanceid=`gmapext_${instanceid}`,instance.data.div=div,instance.data.parentDiv=parentDiv,vLog(\"Instance details\",{instanceid:instance.data.instanceid,div:instance.data.div,parentDiv:instance.data.parentDiv}),instance.data.map_ready=!0,instance.publishState(\"map_ready\",!0),instance.triggerEvent(\"ready\"),vLog(\"Initialization complete\"),loadMap()}function loadMap(maxRetires=50,currentRetries=0){try{if(instance.data.fLoadMap)setTimeout((()=>{instance.data.fLoadMap()}),250);else{if(vLog(\"fLoadMap not found. Retrying...\"),!(currentRetries<maxRetires))throw new Error(\"Map failed to load at fLoadMap\");setTimeout(loadMap,500,maxRetires,currentRetries+1)}}catch(error){vError(error.message,error)}}function googleMapsLoaded(maxRetires=38,currentRetries=0){window.isGoogleMapsExtReady?(vLog(\"Google Maps API Found\"),initGmap()):(vLog(\"Google Maps API Missing. Retrying...\"),currentRetries<maxRetires?setTimeout(googleMapsLoaded,250,maxRetires,currentRetries+1):vError(\"Google Maps API Missing.  Please check your API key and try again.\"))}googleMapsLoaded()};"},"update":{"fn":"let update=function(instance,properties,context){let instanceid=instance.data.instanceid,vError=instance.data.vError,vLog=instance.data.vLog;instance.data.all_markers||(instance.data.all_markers=[]),instance.data.all_infowindows||(instance.data.all_infowindows=[]);let map_type=properties.map_type,center_location=properties.center_location,zoom=properties.zoom,style_type=properties.style_type,map_id=properties.map_id,customStyles=properties.custom_styles,map_controls=properties.map_controls,disable_default_ui=properties.disable_default_ui,minimum_zoom=properties.minimum_zoom,maximum_zoom=properties.maximum_zoom,strict_bounds=properties.strict_bounds,getMapAddress=function initAddress(bubbleGeoAddress){let obj={};return bubbleGeoAddress.prop&&bubbleGeoAddress.prop.constructor===Array||(obj.lat=bubbleGeoAddress.lat,obj.lng=bubbleGeoAddress.lng),obj};instance.data.getMapAddress=getMapAddress;let getMapType=function initType(typeString){let mapTypeSwitch;switch(typeString.toLowerCase()){case\"roadmap\":default:mapTypeSwitch=\"roadmap\";break;case\"satellite\":mapTypeSwitch=\"satellite\";break;case\"hybrid\":mapTypeSwitch=\"hybrid\";break;case\"terrain\":mapTypeSwitch=\"terrain\"}return mapTypeSwitch};function initObj(geoCenter,type,zoom,style,typeControlStyle,disableDefaultUI){let obj={};obj.center=getMapAddress(geoCenter),obj.mapTypeId=getMapType(type),\"Cloud\"===style_type&&map_id&&(obj.mapId=map_id),\"Legacy\"===style_type&&style&&(obj.styles=JSON.parse(customStyles)),obj.zoom=zoom,minimum_zoom&&(obj.minZoom=minimum_zoom),maximum_zoom&&(obj.maxZoom=maximum_zoom),strict_bounds&&(obj.restriction={latLngBounds:{north:85,south:-85,west:-180,east:180},strictBounds:!0});let control=typeControlStyle?typeControlStyle.replace(\" \",\"_\").toUpperCase():\"DEFAULT\";return obj.mapTypeControl=!0,obj.mapTypeControlOptions={style:google.maps.MapTypeControlStyle[control]},disableDefaultUI&&(obj.disableDefaultUI=!0),obj}function initMap(){vLog(`Getting element on dom with id ${instance.data.instanceid}`),void 0===instance.data.initObj&&(instance.data.initObj=initObj(center_location,map_type,zoom,customStyles,map_controls,disable_default_ui,minimum_zoom,maximum_zoom),setTimeout((function(){vLog(\"Creating map\",instance.data.initObj),vLog(`Map options for instance ID ${document.getElementById(instance.data.instanceid).id}`,instance.data.initObj),instance.data.gmapext=new google.maps.Map(document.getElementById(instance.data.instanceid),instance.data.initObj),setTimeout((function(){instance.publishState(\"map_ready\",!0),instance.triggerEvent(\"ready\")}),500)}),500))}instance.data.getMapType=getMapType,instance.data.fLoadMap=function(){vLog(\"Load map element started...\"),instance.data.map_ready?(vLog(\"map ready! Proceeding...\",instance.data.map_ready),map_type&&center_location&&zoom?initMap():vError(\"Failed to load.  Please check that you have provided the dynamic data required for Map Type, Center Location & Zoom\")):vError(\"Plugin not ready!\")}};"},"reset":{"fn":"function(instance,context){}"},"preview":{"fn":"function(instance, properties) {\n\nconst pluginName = 'Google Maps Extended';\nconst backgroundImageURL = 'https://af00c93a98211fa1501b50d783d187db.cdn.bubble.io/f1571873642157x723550619524317900/google-map-ext-backdrop.svg';\n\nconst box = $(`<div id=\"iqb8\" style=\"box-sizing: border-box; margin: 0; background-image: url(${backgroundImageURL}); \nbackground-repeat: no-repeat; background-position: center center; background-attachment: scroll; background-size: contain; height:100%; display:grid; place-items: center;\">\n<div id=\"ize3\" style=\"box-sizing: border-box; padding: 10px; text-align: center; color: #6f6f6f; font-size: 2em;\"><strong style=\"box-sizing: border-box;\">\n<span style=\"box-sizing: border-box; font-family: Arial,Helvetica,sans-serif;\">${pluginName}</span></strong>\n</div></div>`);\n\ninstance.canvas.append(box);\nif (instance.isResponsive) {\n  instance.setHeight(properties.bubble.width);\n}\n\n    \n    }"}},"platform_type":"web"}},"plugin_actions":{"AEE":{"display":"Distance Calculation [API Free]","type":"server_side","return_value":{"AEK":{"caption":"distance","name":"distance","rank":0,"value":"number"}},"fields":{"AEF":{"caption":"From Latitude","name":"from_latitude","rank":1,"editor":"DynamicValue","value":"text","default_val":" 43.653226"},"AEG":{"caption":"To Latitude","name":"to_latitude","rank":3,"editor":"DynamicValue","value":"text","default_val":"-79.38318429999998"},"AEH":{"caption":"From Longitude","name":"from_longitude","rank":2,"editor":"DynamicValue","value":"text","default_val":"40.7127753"},"AEI":{"caption":"To Longitude","name":"to_longitude","rank":4,"editor":"DynamicValue","value":"text","default_val":"-74.0059728"},"AEJ":{"caption":"Output Unit","name":"output_unit","rank":5,"editor":"DynamicValue","value":"text","optional":true,"default_val":"km"},"AJU":{"caption":"Use this action to get the distance between two points without using any Google API services","name":"use_this_action_to_get_the_distance_between_two_points_without_using_any_google_api_services","rank":0,"editor":"Label"}}},"AIz":{"display":"Convert KML or GPX to GeoJSON","type":"server_side","return_value":{"AJX":{"caption":"GeoJSON","name":"geojson","rank":0,"value":"text"},"AJY":{"caption":"GeoJSON with Styles","name":"geojson_with_styles","rank":1,"value":"text"}},"fields":{"AJA":{"caption":"Input Type","name":"input_type","rank":0,"editor":"Dropdown"},"AJB":{"caption":"Data or URL","name":"data","rank":2,"editor":"DynamicValue","value":"text","optional":true},"AJv":{"caption":"Source Type","name":"source_type","rank":1,"editor":"Dropdown","default_val":"File URL"}}},"AJT":{"display":"Distance Calculation on a List [API Free]","type":"server_side","return_value":{"AAM":{"caption":"Results","name":"results","rank":0,"value":"custom_data_ADQ"}},"fields":{"AJF":{"caption":"From Latitude","name":"from_latitude","rank":3,"editor":"DynamicValue","value":"text","default_val":" 43.653226"},"AJG":{"caption":"From Longitude","name":"from_longitude","rank":4,"editor":"DynamicValue","value":"text","default_val":"40.7127753"},"AJH":{"caption":"Output Unit","name":"output_unit","rank":5,"editor":"DynamicValue","value":"text","default_val":"km"},"AJI":{"caption":"This action calculate the distance between a single point and a list of points","name":"this_action_calculate_the_distance_between_two_points","rank":0,"editor":"Label"},"AJJ":{"caption":"To Thing","name":"to_thing","rank":7,"editor":"custom_type","value":"_any_thing_bindable"},"AJK":{"caption":"To List","name":"to_list","rank":8,"editor":"DynamicValue","value":"custom_data_AJJ","is_list":true},"AJL":{"caption":"To Latitude Field","name":"to_latitude_field","rank":9,"editor":"custom_field_AJJ"},"AJM":{"caption":"To Longitude Field","name":"to_longitude_field","rank":10,"editor":"custom_field_AJJ"},"AJN":{"caption":"Sort Descending","name":"sort","rank":12,"editor":"DynamicValue","value":"boolean","default_val":false},"AJO":{"caption":"Schema","name":"specs","rank":1,"editor":"custom_type","value":"_any_thing_bindable"},"AJP":{"caption":"To UID","name":"to_uid_filed","rank":11,"editor":"custom_field_AJJ"},"AJQ":{"caption":"Please note that distances are calculated API free and are based on a straight line","name":"please_note_that_distances_are_calculated_api_free_and_are_based_on_a_straight_line","rank":13,"editor":"Label"},"AJR":{"caption":"To Locations","name":"to_locations","rank":6,"editor":"Label"},"AJS":{"caption":"From Location","name":"from_location","rank":2,"editor":"Label"}}},"AKC":{"display":"Extract Coordinates From GeoJSON","type":"server_side","return_value":{"AAE":{"caption":"Results","name":"results","rank":0,"value":"text"},"AAF":{"caption":"Error","name":"error","rank":1,"value":"boolean"},"AAG":{"caption":"Error Message","name":"error_message","rank":2,"value":"text"}},"fields":{"AKD":{"caption":"This function extracts a list of latitude and longitude coordinates from a GeoJSON input and returns them as a string separated by a pipe character \"|\".","name":"this_function_extracts_a_list_of_latitude_and_longitude_coordinates_from_a_geojson_input_and_returns_them_as_a_string_separated_by_a_pipe_character.","rank":0,"editor":"Label"},"AKF":{"caption":"Source","name":"source","rank":1,"editor":"Dropdown","default_val":"String"},"AKG":{"caption":"Dynamic Source","name":"dynamic_source","rank":2,"editor":"DynamicValue","value":"text","optional":true},"AKH":{"caption":"GeoJSON Data","name":"geojson_data","rank":3,"editor":"DynamicValue","value":"text"},"AKI":{"caption":"Limit Results to","name":"limit_results_to","rank":4,"editor":"DynamicValue","value":"number","optional":true},"AKJ":{"caption":"Swap Lat & Lng","name":"swap_lat_lng","rank":5,"editor":"DynamicValue","value":"boolean","default_val":false}}}}};
window._bubble_page_load_data.plugins_size['1479901297703x967536405834891300'] = 140732;
window.preloaded['plugin/third_party:1479901297703x967536405834891300:14.0.1'] = true;
window.plugins["1484327506287x474510747987607550"] = {"human":"SendGrid","dependencies":{"use_jquery":true,"plugin_api_version":"4"},"plugin_api":{"human":"SendGrid API (deprecated)","calls":{"Asu":{"name":"List all lists","method":"get","publish_as":"action","url":"https://api.sendgrid.com/v3/contactdb/lists","body":"{\n  \"name\": \"<List Name>\"\n}","body_params":{"Asv":{"key":"List Name","value":"List","private":true}},"initialized":true,"types":"{\"plugin_api.Asu\":{\"caption\":\"List all list\",\"fields\":{\"_p_lists\":{\"ret_value\":\"list.api.1484327506287x474510747987607550.plugin_api.Asu.lists\",\"caption\":\"lists\"}}},\"plugin_api.Asu.lists\":{\"caption\":\"List all lists list\",\"fields\":{\"_p_id\":{\"ret_value\":\"text\",\"caption\":\"id\"},\"_p_name\":{\"ret_value\":\"text\",\"caption\":\"name\"},\"_p_recipient_count\":{\"ret_value\":\"number\",\"caption\":\"recipient_count\"}}}}","ret_value":"api.1484327506287x474510747987607550.plugin_api.Asu","should_reinitialize":false},"AtA":{"0":"A","1":"s","2":"z","name":"Create list","method":"post","publish_as":"action","url":"https://api.sendgrid.com/v3/contactdb/lists","body":"{\n  \"name\": \"<List Name>\"\n}","body_params":{"Asv":{"key":"List Name","value":"List Name","private":true}},"initialized":true,"types":"{\"plugin_api.AtA\":{\"caption\":\"Create list\",\"fields\":{\"_p_id\":{\"ret_value\":\"text\",\"caption\":\"id\"},\"_p_name\":{\"ret_value\":\"text\",\"caption\":\"name\"},\"_p_recipient_count\":{\"ret_value\":\"number\",\"caption\":\"recipient_count\"}}}}","ret_value":"api.1484327506287x474510747987607550.plugin_api.AtA","should_reinitialize":false},"AtC":{"0":"A","1":"t","2":"B","name":"Create recipient","method":"post","publish_as":"action","url":"https://api.sendgrid.com/v3/contactdb/recipients","body":"[\n  {\n    \"first_name\": \"<First Name>\",\n    \"last_name\": \"<Last Name>\",\n    \"email\": \"<Email Address>\"\n  }\n]","initialized":true,"types":"{\"plugin_api.AtC\":{\"caption\":\"Create recipient\",\"fields\":{\"_p_new_count\":{\"ret_value\":\"number\",\"caption\":\"new_count\"},\"_p_updated_count\":{\"ret_value\":\"number\",\"caption\":\"updated_count\"},\"_p_error_count\":{\"ret_value\":\"number\",\"caption\":\"error_count\"},\"_p_persisted_recipients\":{\"ret_value\":\"list.text\",\"caption\":\"persisted_recipients\"}}}}","ret_value":"api.1484327506287x474510747987607550.plugin_api.AtC","body_params":{"AtL":{"key":"Email Address","value":"jane@email.com","private":true},"AtR":{"key":"First Name","value":"Jane","private":true},"AtV":{"key":"Last Name","value":"Doe","private":true}},"should_reinitialize":false},"Atb":{"0":"A","1":"t","2":"a","name":"Remove recipient from list","method":"delete_method","publish_as":"action","url":"https://api.sendgrid.com/v3/contactdb/lists/[List ID]/recipients/[Recipient ID]","body":"","initialized":true,"types":"{\"plugin_api.AtB\":{\"caption\":\"Create contact\",\"fields\":{\"_p_new_count\":{\"ret_value\":\"number\",\"caption\":\"new_count\"},\"_p_updated_count\":{\"ret_value\":\"number\",\"caption\":\"updated_count\"},\"_p_error_count\":{\"ret_value\":\"number\",\"caption\":\"error_count\"},\"_p_persisted_recipients\":{\"ret_value\":\"list.text\",\"caption\":\"persisted_recipients\"}}}}","ret_value":"api.1484327506287x474510747987607550.plugin_api.AtW","url_params":{"AtY":{"key":"List ID","value":"11986007","private":true},"AtZ":{"key":"Recipient ID","value":"YWd1c3RhZnNvbkBleHByZXNzb2lsLmNvbQ==","private":true}},"data_type":"empty","should_reinitialize":true},"Atd":{"0":"A","1":"t","2":"c","name":"Retrieve recipient","method":"get","publish_as":"action","url":"https://api.sendgrid.com/v3/contactdb/recipients/[Recipient ID]","body":"[\n  {\n    \"first_name\": \"<First Name>\",\n    \"last_name\": \"<Last Name>\",\n    \"email\": \"<Email Address>\"\n  }\n]","initialized":true,"types":"{\"plugin_api.Atc\":{\"caption\":\"Retrieve contact\",\"fields\":{\"_p_id\":{\"ret_value\":\"text\",\"caption\":\"id\"},\"_p_email\":{\"ret_value\":\"text\",\"caption\":\"email\"},\"_p_created_at\":{\"ret_value\":\"number\",\"caption\":\"created_at\"},\"_p_updated_at\":{\"ret_value\":\"number\",\"caption\":\"updated_at\"},\"_p_last_emailed\":{\"ret_value\":\"text\",\"caption\":\"last_emailed\"},\"_p_last_clicked\":{\"ret_value\":\"text\",\"caption\":\"last_clicked\"},\"_p_last_opened\":{\"ret_value\":\"text\",\"caption\":\"last_opened\"},\"_p_first_name\":{\"ret_value\":\"text\",\"caption\":\"first_name\"},\"_p_last_name\":{\"ret_value\":\"text\",\"caption\":\"last_name\"},\"_p_custom_fields\":{\"ret_value\":\"list.api.1484327506287x474510747987607550.plugin_api.Atd.custom_fields\",\"caption\":\"custom_fields\"}}},\"plugin_api.Atd.custom_fields\":{\"caption\":\"Retrieve contact custom_field\",\"fields\":{\"_p_id\":{\"ret_value\":\"text\",\"caption\":\"id\"},\"_p_name\":{\"ret_value\":\"text\",\"caption\":\"name\"},\"_p_type\":{\"ret_value\":\"text\",\"caption\":\"type\"},\"_p_value\":{\"ret_value\":\"text\",\"caption\":\"value\"}}}}","ret_value":"api.1484327506287x474510747987607550.plugin_api.Atd","body_params":{"AtL":{"key":"Email Address","value":"john@email.com","private":true},"AtR":{"key":"First Name","value":"John","private":true},"AtV":{"key":"Last Name","value":"Smith","private":true}},"url_params":{"Ate":{"key":"Recipient ID","value":"am9obkBlbWFpbC5jb20=","private":true}},"should_reinitialize":true},"Atg":{"0":"A","1":"t","2":"f","name":"Delete recipient","method":"delete_method","publish_as":"action","url":"https://api.sendgrid.com/v3/contactdb/recipients/[Recipient ID]","body":"","initialized":true,"types":"{\"plugin_api.Atc\":{\"caption\":\"Retrieve contact\",\"fields\":{\"_p_id\":{\"ret_value\":\"text\",\"caption\":\"id\"},\"_p_email\":{\"ret_value\":\"text\",\"caption\":\"email\"},\"_p_created_at\":{\"ret_value\":\"number\",\"caption\":\"created_at\"},\"_p_updated_at\":{\"ret_value\":\"number\",\"caption\":\"updated_at\"},\"_p_last_emailed\":{\"ret_value\":\"text\",\"caption\":\"last_emailed\"},\"_p_last_clicked\":{\"ret_value\":\"text\",\"caption\":\"last_clicked\"},\"_p_last_opened\":{\"ret_value\":\"text\",\"caption\":\"last_opened\"},\"_p_first_name\":{\"ret_value\":\"text\",\"caption\":\"first_name\"},\"_p_last_name\":{\"ret_value\":\"text\",\"caption\":\"last_name\"},\"_p_custom_fields\":{\"ret_value\":\"list.api.1484327506287x474510747987607550.plugin_api.Atf.custom_fields\",\"caption\":\"custom_fields\"}}},\"plugin_api.Atf.custom_fields\":{\"caption\":\"Retrieve contact custom_field\",\"fields\":{\"_p_id\":{\"ret_value\":\"text\",\"caption\":\"id\"},\"_p_name\":{\"ret_value\":\"text\",\"caption\":\"name\"},\"_p_type\":{\"ret_value\":\"text\",\"caption\":\"type\"},\"_p_value\":{\"ret_value\":\"text\",\"caption\":\"value\"}}}}","ret_value":"api.1484327506287x474510747987607550.plugin_api.Atf","url_params":{"Ate":{"key":"Recipient ID","value":"YWd1c3RhZnNvbkBleHByZXNzb2lsLmNvbQ==","private":true}},"data_type":"empty","should_reinitialize":true},"Atl":{"0":"A","1":"t","2":"k","name":"List all recipients","method":"get","publish_as":"action","url":"https://api.sendgrid.com/v3/contactdb/recipients","body":"{\n  \"name\": \"<List Name>\"\n}","body_params":{"Asv":{"key":"List Name","value":"List","private":true}},"initialized":true,"types":"{\"plugin_api.Atk\":{\"caption\":\"List all recipient\",\"fields\":{\"_p_recipient_count\":{\"ret_value\":\"number\",\"caption\":\"recipient_count\"},\"_p_recipients\":{\"ret_value\":\"list.api.1484327506287x474510747987607550.plugin_api.Atl.recipients\",\"caption\":\"recipients\"}}},\"plugin_api.Atl.recipients\":{\"caption\":\"List all recipients recipient\",\"fields\":{\"_p_id\":{\"ret_value\":\"text\",\"caption\":\"id\"},\"_p_email\":{\"ret_value\":\"text\",\"caption\":\"email\"},\"_p_created_at\":{\"ret_value\":\"date_unix\",\"caption\":\"created_at\"},\"_p_updated_at\":{\"ret_value\":\"date_unix\",\"caption\":\"updated_at\"},\"_p_last_emailed\":{\"ret_value\":\"date_unix\",\"caption\":\"last_emailed\"},\"_p_last_clicked\":{\"ret_value\":\"date_unix\",\"caption\":\"last_clicked\"},\"_p_last_opened\":{\"ret_value\":\"date_unix\",\"caption\":\"last_opened\"},\"_p_first_name\":{\"ret_value\":\"text\",\"caption\":\"first_name\"},\"_p_last_name\":{\"ret_value\":\"text\",\"caption\":\"last_name\"},\"_p_custom_fields\":{\"ret_value\":\"list.api.1484327506287x474510747987607550.plugin_api.Atl.custom_fields\",\"caption\":\"custom_fields\"}}},\"plugin_api.Atl.custom_fields\":{\"caption\":\"List all recipients custom_field\",\"fields\":{\"_p_id\":{\"ret_value\":\"text\",\"caption\":\"id\"},\"_p_name\":{\"ret_value\":\"text\",\"caption\":\"name\"},\"_p_type\":{\"ret_value\":\"text\",\"caption\":\"type\"},\"_p_value\":{\"ret_value\":\"text\",\"caption\":\"value\"}}}}","ret_value":"api.1484327506287x474510747987607550.plugin_api.Atl","should_reinitialize":false},"Atn":{"0":"A","1":"t","2":"m","name":"List a list's recipients","method":"get","publish_as":"action","url":"https://api.sendgrid.com/v3/contactdb/lists/[List ID]/recipients","body":"{\n  \"name\": \"<List Name>\"\n}","body_params":{"Asv":{"key":"List Name","value":"List","private":true}},"initialized":true,"types":"{\"plugin_api.Atn\":{\"caption\":\"List a list's recipient\",\"fields\":{\"_p_recipient_count\":{\"ret_value\":\"number\",\"caption\":\"recipient_count\"},\"_p_recipients\":{\"ret_value\":\"list.api.1484327506287x474510747987607550.plugin_api.Atn.recipients\",\"caption\":\"recipients\"}}},\"plugin_api.Atn.recipients\":{\"caption\":\"List a list's recipients recipient\",\"fields\":{\"_p_id\":{\"ret_value\":\"text\",\"caption\":\"id\"},\"_p_email\":{\"ret_value\":\"text\",\"caption\":\"email\"},\"_p_created_at\":{\"ret_value\":\"date_unix\",\"caption\":\"created_at\"},\"_p_updated_at\":{\"ret_value\":\"date_unix\",\"caption\":\"updated_at\"},\"_p_last_emailed\":{\"ret_value\":\"date_unix\",\"caption\":\"last_emailed\"},\"_p_last_clicked\":{\"ret_value\":\"date_unix\",\"caption\":\"last_clicked\"},\"_p_last_opened\":{\"ret_value\":\"date_unix\",\"caption\":\"last_opened\"},\"_p_first_name\":{\"ret_value\":\"text\",\"caption\":\"first_name\"},\"_p_last_name\":{\"ret_value\":\"text\",\"caption\":\"last_name\"}}}}","ret_value":"api.1484327506287x474510747987607550.plugin_api.Atn","should_reinitialize":false,"url_params":{"Ato":{"key":"List ID","value":"4200658","private":true}}}},"shared_headers":{"Asx":{"key":"Content-Type","value":"application/json","private":true,"visibility":"hidden"},"Asy":{"key":"Authorization","private":true,"visibility":"secret"}},"auth":"none"},"shared_keys":{"ArF":{"caption":"API Key","type":"secure"}},"plugin_actions":{"AjR":{"display":"SendGrid - Send email","type":"server_side","return_value":{"ArB":{"caption":"Success","name":"Success","rank":1,"value":"boolean"},"Ari":{"caption":"Errors","name":"Errors","rank":2,"value":"text","is_list":true},"Ath":{"caption":"Message ID","name":"message_id","rank":0,"value":"text"}},"fields":{"Aqv":{"caption":"To Email Addresses (minimum 1 recipient)","name":"to_email_address","rank":7,"editor":"DynamicValue","value":"text","is_list":false},"Aqw":{"caption":"CC Email Addresses","name":"cc_email_address","rank":8,"editor":"DynamicValue","value":"text","optional":true},"Aqx":{"caption":"BCC Email Addresses","name":"bcc_email_address","rank":9,"editor":"DynamicValue","value":"text","optional":true},"Aqy":{"caption":"From Name","name":"from_name","rank":5,"editor":"DynamicValue","value":"text"},"Aqz":{"caption":"From Email Address","name":"from_email_address","rank":6,"editor":"DynamicValue","value":"text"},"ArA":{"caption":"Template ID","name":"template_id","rank":2,"editor":"DynamicValue","value":"text"},"ArG":{"caption":"Subject","name":"subject","rank":4,"editor":"DynamicValue","value":"text"},"ArI":{"caption":"Enable Click Tracking","name":"clicktracking","rank":25,"editor":"Checkbox","default_val":true},"ArJ":{"caption":"Enable Open Tracking","name":"opentracking","rank":24,"editor":"Checkbox","default_val":true},"ArL":{"caption":"Unsubscribe Group ID","name":"unsubscribe_group_id","rank":28,"editor":"DynamicValue","value":"text","optional":true},"Arg":{"caption":"Type","name":"template_type","rank":1,"editor":"Dropdown","default_val":"Dynamic"},"Asa":{"caption":"Attachment 1 Data (optional)","name":"attachment1_data","rank":16,"editor":"DynamicValue","value":"text","optional":true},"Asb":{"caption":"Attachment 1 Filename (optional)","name":"attachment1_filename","rank":15,"editor":"DynamicValue","value":"text","optional":true},"Asc":{"caption":"Attachment 2 Filename (optional)","name":"attachment2_filename","rank":17,"editor":"DynamicValue","value":"text","optional":true},"Asd":{"caption":"Attachment 2 Data (optional)","name":"attachment2_data","rank":18,"editor":"DynamicValue","value":"text","optional":true},"Ase":{"caption":"Attachment 3 Filename (optional)","name":"attachment3_filename","rank":19,"editor":"DynamicValue","value":"text","optional":true},"Asf":{"caption":"Attachment 3 Data","name":"attachment3_data","rank":20,"editor":"DynamicValue","value":"text","optional":true},"Asg":{"caption":"Substitution Tags","name":"sub_tags","rank":12,"editor":"key_value_list","value":"text"},"Asi":{"caption":"𝗢𝗣𝗧𝗜𝗢𝗡𝗦","name":"𝗢𝗣𝗧𝗜𝗢𝗡𝗦","rank":23,"editor":"Label"},"Asj":{"caption":"𝗔𝗧𝗧𝗔𝗖𝗛𝗠𝗘𝗡𝗧𝗦","name":"𝗔𝗧𝗧𝗔𝗖𝗛𝗠𝗘𝗡𝗧𝗦","rank":14,"editor":"Label"},"Ask":{"caption":"𝗧𝗘𝗠𝗣𝗟𝗔𝗧𝗘","name":"𝗧𝗘𝗠𝗣𝗟𝗔𝗧𝗘","rank":0,"editor":"Label"},"Asl":{"caption":"𝗖𝗢𝗡𝗧𝗘𝗡𝗧","name":"𝗖𝗢𝗡𝗧𝗘𝗡𝗧","rank":3,"editor":"Label"},"Asm":{"caption":"Reply-To Email Addresses","name":"reply_to_email_addresses","rank":10,"editor":"DynamicValue","value":"text","optional":true},"Asn":{"caption":"Scheduled Date","name":"send_at","rank":26,"editor":"DynamicValue","value":"date","optional":true},"Atr":{"caption":"On Behalf Of","name":"onBehalfOf","rank":29,"editor":"DynamicValue","value":"text","optional":true},"Atu":{"caption":"𝗠𝗘𝗧𝗔𝗗𝗔𝗧𝗔","name":"𝗠𝗘𝗧𝗔𝗗𝗔𝗧𝗔","rank":21,"editor":"Label"},"Atv":{"caption":"Custom Arguments","name":"customArgs","rank":22,"editor":"key_value_list","value":"text"},"Atw":{"caption":"Batch ID","name":"batchId","rank":27,"editor":"DynamicValue","value":"text","optional":true},"Atx":{"caption":"Custom Data","name":"custom_data","rank":13,"editor":"DynamicValue","value":"text","default_val":""},"Aty":{"caption":"𝗩𝗔𝗥𝗜𝗔𝗕𝗟𝗘𝗦","name":"𝗩𝗔𝗥𝗜𝗔𝗕𝗟𝗘𝗦","rank":11,"editor":"Label"}}},"Aso":{"display":"SendGrid - Send email (custom) - Deprecated","type":"server_side","return_value":{"ArB":{"caption":"Success","name":"Success","rank":1,"value":"boolean"},"Ari":{"caption":"Errors","name":"Errors","rank":2,"value":"text","is_list":true},"Ati":{"caption":"Message ID","name":"message_id","rank":0,"value":"text"}},"fields":{"Aqv":{"caption":"To Email Addresses (minimum 1 recipient)","name":"to_email_address","rank":7,"editor":"DynamicValue","value":"text","is_list":false},"Aqw":{"caption":"CC Email Addresses (optional)","name":"cc_email_address","rank":8,"editor":"DynamicValue","value":"text","optional":true},"Aqx":{"caption":"BCC Email Addresses (optional)","name":"bcc_email_address","rank":9,"editor":"DynamicValue","value":"text","optional":true},"Aqy":{"caption":"From Name","name":"from_name","rank":5,"editor":"DynamicValue","value":"text"},"Aqz":{"caption":"From Email Address","name":"from_email_address","rank":6,"editor":"DynamicValue","value":"text"},"ArA":{"caption":"Template ID","name":"template_id","rank":2,"editor":"DynamicValue","value":"text"},"ArG":{"caption":"Subject","name":"subject","rank":4,"editor":"DynamicValue","value":"text"},"ArI":{"caption":"Enable Click Tracking","name":"clicktracking","rank":21,"editor":"Checkbox","default_val":true},"ArJ":{"caption":"Enable Open Tracking","name":"opentracking","rank":20,"editor":"Checkbox","default_val":true},"ArL":{"caption":"Unsubscribe Group ID","name":"unsubscribe_group_id","rank":23,"editor":"DynamicValue","value":"text","optional":true},"Arg":{"caption":"Type","name":"template_type","rank":1,"editor":"Dropdown","default_val":"Dynamic"},"Asa":{"caption":"Attachment 1 Data (optional)","name":"attachment1_data","rank":14,"editor":"DynamicValue","value":"text","optional":true},"Asb":{"caption":"Attachment 1 Filename (optional)","name":"attachment1_filename","rank":13,"editor":"DynamicValue","value":"text","optional":true},"Asc":{"caption":"Attachment 2 Filename (optional)","name":"attachment2_filename","rank":15,"editor":"DynamicValue","value":"text","optional":true},"Asd":{"caption":"Attachment 2 Data (optional)","name":"attachment2_data","rank":16,"editor":"DynamicValue","value":"text","optional":true},"Ase":{"caption":"Attachment 3 Filename (optional)","name":"attachment3_filename","rank":17,"editor":"DynamicValue","value":"text","optional":true},"Asf":{"caption":"Attachment 3 Data","name":"attachment3_data","rank":18,"editor":"DynamicValue","value":"text","optional":true},"Asi":{"caption":"𝗢𝗣𝗧𝗜𝗢𝗡𝗦","name":"𝗢𝗣𝗧𝗜𝗢𝗡𝗦","rank":19,"editor":"Label"},"Asj":{"caption":"𝗔𝗧𝗧𝗔𝗖𝗛𝗠𝗘𝗡𝗧𝗦","name":"𝗔𝗧𝗧𝗔𝗖𝗛𝗠𝗘𝗡𝗧𝗦","rank":12,"editor":"Label"},"Ask":{"caption":"𝗧𝗘𝗠𝗣𝗟𝗔𝗧𝗘","name":"𝗧𝗘𝗠𝗣𝗟𝗔𝗧𝗘","rank":0,"editor":"Label"},"Asl":{"caption":"𝗖𝗢𝗡𝗧𝗘𝗡𝗧","name":"𝗖𝗢𝗡𝗧𝗘𝗡𝗧","rank":3,"editor":"Label"},"Asm":{"caption":"Reply-To Email Address (optional)","name":"reply_to_email_address","rank":10,"editor":"DynamicValue","value":"text","optional":true},"Asn":{"caption":"Scheduled Date","name":"send_at","rank":22,"editor":"DynamicValue","value":"date","optional":true},"Asp":{"caption":"Custom Data","name":"custom_data","rank":11,"editor":"DynamicValue","value":"text","default_val":"{ \"items\": [{ \"name\": \"shirt\" }] }"},"Ats":{"caption":"On Behalf Of","name":"onBehalfOf","rank":24,"editor":"DynamicValue","optional":true,"value":"text"}}},"Asr":{"display":"SendGrid - Send plain-text email - Deprecated","type":"server_side","return_value":{"ArB":{"caption":"Sent","name":"Success","rank":1,"value":"boolean"},"Ari":{"caption":"Errors","name":"Errors","rank":2,"value":"text","is_list":true},"Atj":{"caption":"Message ID","name":"message_id","rank":0,"value":"text"}},"fields":{"Aqv":{"caption":"To Email Addresses (minimum 1 recipient)","name":"to_email_address","rank":4,"editor":"DynamicValue","value":"text","is_list":false},"Aqw":{"caption":"CC Email Addresses (optional)","name":"cc_email_address","rank":5,"editor":"DynamicValue","value":"text","optional":true},"Aqx":{"caption":"BCC Email Addresses (optional)","name":"bcc_email_address","rank":6,"editor":"DynamicValue","value":"text","optional":true},"Aqy":{"caption":"From Name","name":"from_name","rank":2,"editor":"DynamicValue","value":"text"},"Aqz":{"caption":"From Email Address","name":"from_email_address","rank":3,"editor":"DynamicValue","value":"text"},"ArG":{"caption":"Subject","name":"subject","rank":1,"editor":"DynamicValue","value":"text"},"ArI":{"caption":"Enable Click Tracking","name":"clicktracking","rank":18,"editor":"Checkbox","default_val":true},"ArJ":{"caption":"Enable Open Tracking","name":"opentracking","rank":17,"editor":"Checkbox","default_val":true},"ArL":{"caption":"Unsubscribe Group ID","name":"unsubscribe_group_id","rank":20,"editor":"DynamicValue","value":"text","optional":true},"Asa":{"caption":"Attachment 1 Data (optional)","name":"attachment1_data","rank":11,"editor":"DynamicValue","value":"text","optional":true},"Asb":{"caption":"Attachment 1 Filename (optional)","name":"attachment1_filename","rank":10,"editor":"DynamicValue","value":"text","optional":true},"Asc":{"caption":"Attachment 2 Filename (optional)","name":"attachment2_filename","rank":12,"editor":"DynamicValue","value":"text","optional":true},"Asd":{"caption":"Attachment 2 Data (optional)","name":"attachment2_data","rank":13,"editor":"DynamicValue","value":"text","optional":true},"Ase":{"caption":"Attachment 3 Filename (optional)","name":"attachment3_filename","rank":14,"editor":"DynamicValue","value":"text","optional":true},"Asf":{"caption":"Attachment 3 Data","name":"attachment3_data","rank":15,"editor":"DynamicValue","value":"text","optional":true},"Asi":{"caption":"𝗢𝗣𝗧𝗜𝗢𝗡𝗦","name":"𝗢𝗣𝗧𝗜𝗢𝗡𝗦","rank":16,"editor":"Label"},"Asj":{"caption":"𝗔𝗧𝗧𝗔𝗖𝗛𝗠𝗘𝗡𝗧𝗦","name":"𝗔𝗧𝗧𝗔𝗖𝗛𝗠𝗘𝗡𝗧𝗦","rank":9,"editor":"Label"},"Asl":{"caption":"𝗖𝗢𝗡𝗧𝗘𝗡𝗧","name":"𝗖𝗢𝗡𝗧𝗘𝗡𝗧","rank":0,"editor":"Label"},"Asm":{"caption":"Reply-To Email Address (optional)","name":"reply_to_email_address","rank":7,"editor":"DynamicValue","value":"text","optional":true},"Asn":{"caption":"Scheduled Date","name":"send_at","rank":19,"editor":"DynamicValue","value":"date","optional":true},"Ass":{"caption":"Body","name":"body","rank":8,"editor":"DynamicValue","value":"text"},"Att":{"caption":"On Behalf Of","name":"onBehalfOf","rank":21,"editor":"DynamicValue","value":"text","optional":true}}},"Atq":{"display":"SendGrid - Add Contact to List(s)","type":"server_side","return_value":{"ArB":{"caption":"Success","name":"Success","rank":1,"value":"boolean"},"Ari":{"caption":"Errors","name":"Errors","rank":2,"value":"text","is_list":true},"Ath":{"caption":"Message ID","name":"message_id","rank":0,"value":"text"}},"fields":{"ArA":{"caption":"Email Address","name":"email_address","rank":1,"editor":"DynamicValue","value":"text"},"Arg":{"caption":"List IDs","name":"list_ids","rank":2,"editor":"DynamicValue","value":"text"},"Ash":{"caption":"Subscribe for updates and bugs at https://withcopilot.com/plugins/sendgrid","name":"info2","rank":0,"editor":"Label"}}}}};
window._bubble_page_load_data.plugins_size['1484327506287x474510747987607550'] = 21542;
window.preloaded['plugin/third_party:1484327506287x474510747987607550:6.4.1'] = true;
window.plugins["1488796042609x768734193128308700"] = {"human":"Toolbox","dependencies":{"use_jquery":true,"plugin_api_version":"4"},"plugin_elements":{"AAC":{"display":"List of Numbers","property_applications":{"resizable":true},"add_is_visible":true,"fields":{"AAE":{"caption":"Start number","name":"number_start","editor":"DynamicValue","value":"number","rank":2},"AAF":{"caption":"Length of list","name":"list_length","editor":"DynamicValue","value":"number","is_list":false,"rank":3},"AAG":{"caption":"Increment","name":"increment","editor":"DynamicValue","value":"number","rank":4},"ABS":{"caption":"List of Numbers.","name":"doctitle","rank":0,"editor":"Label"},"ABT":{"caption":"Docs at toolboxdocs.netlify.app","name":"doclink","rank":1,"editor":"Label"}},"states":{"AAD":{"caption":"list","name":"list","value":"number","is_list":true,"initialization_code":{"fn":"function(n,t){}"}}},"code":{"initialize":{"fn":"function(n,t){}"},"update":{"fn":"function(t,n,e){n.number_start,n.list_length,n.increment;var l=[];if(null!==n.number_start&&null!==n.list_length&&null!==n.increment)for(var r=n.number_start,u=0;u<n.list_length;u++)l.push(r),r+=n.increment;t.publishState(\"list\",l)}"},"preview":{"fn":"function(instance, properties) {\n  var div = document.createElement(\"div\");\n  div.style.overflow = \"hidden\";\n  div.style.width = \"100%\";\n  div.style.height = \"100%\";\n  div.style[\"font-style\"] = \"italic\";\n  div.style[\"text-wrap\"] = \"nowrap\";\n  div.style[\"font-size\"] = \"\" + Math.floor(properties.bubble.height() * 0.75) + \"px\";\n  div.textContent = \"1 2 3 ...\";\n  instance.canvas.append(div);\n}"}},"platform_type":"web"},"AAI":{"display":"Expression","property_applications":{"resizable":true},"add_is_visible":true,"fields":{"AAJ":{"caption":"Expression","name":"expression","editor":"DynamicValue","value":"text","rank":2,"optional":true},"AAL":{"caption":"Result type","name":"result_type","editor":"custom_type","rank":3},"AAM":{"caption":"Result is a list","name":"result_is_list","editor":"Checkbox","default_val":false,"rank":4},"ABU":{"caption":"Expression. Evaluates with javascript.","name":"doctitle","rank":0,"editor":"Label"},"ABV":{"caption":"Docs at toolboxdocs.netlify.app","name":"doclink","rank":1,"editor":"Label"}},"states":{"AAN":{"caption":"value","name":"value","value":"custom_data_AAL","initialization_code":{"fn":"function(n,t){}"}},"AAO":{"caption":"value list","name":"value_list","value":"custom_data_AAL","is_list":true,"initialization_code":{"fn":"function(n,t){}"}}},"code":{"initialize":{"fn":"function(n,t){}"},"update":{"fn":"function(instance,properties,context){var result;properties.expression,properties.result_type,properties.result_is_list,result=null!=properties.expression?eval(properties.expression):null,properties.result_is_list?instance.publishState(\"value_list\",result):instance.publishState(\"value\",result)}","add_debugger":false},"preview":{"fn":"function(instance, properties) {\n  var div = document.createElement(\"div\");\n  div.style.overflow = \"hidden\";\n  div.style.width = \"100%\";\n  div.style.height = \"100%\";\n  div.style[\"font-style\"] = \"italic\";\n  div.style[\"text-wrap\"] = \"nowrap\";\n  div.style[\"font-size\"] = \"\" + Math.floor(properties.bubble.height() * 0.75) + \"px\";\n  div.textContent = \"Expression\";\n  instance.canvas.append(div);\n}"}},"platform_type":"web"},"AAP":{"display":"Javascript to Bubble","property_applications":{"resizable":true},"add_is_visible":true,"fields":{"AAQ":{"caption":"bubble_fn_suffix","name":"fn_name_suffix","editor":"DynamicValue","value":"text","rank":2},"AAR":{"caption":"Trigger event","name":"trigger_event","editor":"Checkbox","default_val":false,"rank":3},"AAS":{"caption":"Publish value","name":"publish_value","editor":"Checkbox","default_val":false,"rank":4},"AAT":{"caption":"Value type","name":"value_type","editor":"custom_type","optional":true,"rank":8},"AAU":{"caption":"Value is a list","name":"value_is_list","editor":"Checkbox","default_val":false,"rank":9},"ABN":{"caption":"Queue","name":"queue","rank":5,"editor":"Checkbox","default_val":false},"ABW":{"caption":"Javascript to Bubble. Brings a value and event to Bubble.","name":"doctitle","rank":0,"editor":"Label"},"ABX":{"caption":"Docs at toolboxdocs.netlify.app","name":"doclink","rank":1,"editor":"Label"},"ABx":{"caption":"------------ Outputs -------------","name":"docoutputs","rank":6,"editor":"Label"},"ABy":{"caption":"Multiple Outputs","name":"multipleoutputs","rank":7,"editor":"Checkbox","default_val":false},"ABz":{"caption":"output1 type","name":"output1type","rank":10,"editor":"custom_type","optional":true},"ACA":{"caption":"output2 type","name":"output2type","rank":11,"editor":"custom_type","optional":true},"ACC":{"caption":"output3 type","name":"output3type","rank":12,"editor":"custom_type","optional":true},"ACD":{"caption":"output4 type","name":"output4type","rank":13,"editor":"custom_type","optional":true},"ACE":{"caption":"outputlist1 type","name":"outputlist1type","rank":14,"editor":"custom_type","optional":true},"ACF":{"caption":"outputlist2 type","name":"outputlist2type","rank":15,"editor":"custom_type","optional":true},"ACG":{"caption":"outputlist3 type","name":"outputlist3type","rank":16,"editor":"custom_type","optional":true},"ACH":{"caption":"outputlist4 type","name":"outputlist4type","rank":17,"editor":"custom_type","optional":true}},"states":{"AAV":{"caption":"value","name":"value","value":"custom_data_AAT","initialization_code":{"fn":"function(n,t){}"}},"AAW":{"caption":"value list","name":"value_list","value":"custom_data_AAT","is_list":true,"initialization_code":{"fn":"function(n,t){}"}},"ACI":{"caption":"output1","name":"output1","value":"custom_data_ABz","initialization_code":{"fn":"function(n,t){}"}},"ACJ":{"caption":"output2","name":"output2","value":"custom_data_ACA","initialization_code":{"fn":"function(n,t){}"}},"ACK":{"caption":"output3","name":"output3","value":"custom_data_ACC","initialization_code":{"fn":"function(n,t){}"}},"ACL":{"caption":"output4","name":"output4","value":"custom_data_ACD","initialization_code":{"fn":"function(n,t){}"}},"ACM":{"caption":"outputlist1","name":"outputlist1","value":"custom_data_ACE","initialization_code":{"fn":"function(n,t){}"},"is_list":true},"ACN":{"caption":"outputlist2","name":"outputlist2","value":"custom_data_ACF","initialization_code":{"fn":"function(n,t){}"},"is_list":true},"ACO":{"caption":"outputlist3","name":"outputlist3","value":"custom_data_ACG","initialization_code":{"fn":"function(n,t){}"},"is_list":true},"ACP":{"caption":"outputlist4","name":"outputlist4","value":"custom_data_ACH","initialization_code":{"fn":"function(n,t){}"},"is_list":true}},"events":{"AAX":{"caption":"event","name":"event"}},"actions":{"ABL":{"caption":"Dequeue","code":{"fn":"function(u,e,n){u.data.fn_dequeue()}"}},"ABM":{"caption":"ClearQueue","code":{"fn":"function(u,e,n){u.data.fn_clearqueue()}"}}},"code":{"initialize":{"fn":"function(n,t){}"},"update":{"fn":"function(t,u,e){var l=u.fn_name_suffix,a=u.trigger_event,i=u.publish_value,p=u.value_is_list,s=u.queue,n=u.multipleoutputs,h;(t.data.queue=[],t.data.fn_clearvalues=function(){i&&(t.publishState(\"value_list\",[]),t.publishState(\"value\",null),t.publishState(\"output1\",null),t.publishState(\"output2\",null),t.publishState(\"output3\",null),t.publishState(\"output4\",null),t.publishState(\"outputlist1\",[]),t.publishState(\"outputlist2\",[]),t.publishState(\"outputlist3\",[]),t.publishState(\"outputlist4\",[]))},t.data.fn_publish=function(u){i&&(n?(t.publishState(\"value\",u?.value),t.publishState(\"value_list\",u?.value_list),t.publishState(\"output1\",u?.output1),t.publishState(\"output2\",u?.output2),t.publishState(\"output3\",u?.output3),t.publishState(\"output4\",u?.output4),t.publishState(\"outputlist1\",u?.outputlist1),t.publishState(\"outputlist2\",u?.outputlist2),t.publishState(\"outputlist3\",u?.outputlist3),t.publishState(\"outputlist4\",u?.outputlist4)):p?t.publishState(\"value_list\",u):t.publishState(\"value\",u))},l)&&(window[\"bubble_fn_\"+l]=function(u){s&&0!=t.data.queue.length||i&&t.data.fn_publish(u),s&&(i?t.data.queue.push(u):t.data.queue.push(null)),a&&t.data.queue.length<2&&t.triggerEvent(\"event\")});t.data.fn_dequeue=function(){if(t.data.queue.shift(),s&&t.data.queue.length>0){if(i){var u=t.data.queue[0];t.data.fn_publish(u)}a&&t.triggerEvent(\"event\")}s&&0==t.data.queue.length&&i&&t.data.fn_clearvalues()},t.data.fn_clearqueue=function(){t.data.queue=[],s&&t.data.fn_clearvalues()}}"},"preview":{"fn":"function(instance, properties) {\n  var div = document.createElement(\"div\");\n  div.style.overflow = \"hidden\";\n  div.style.width = \"100%\";\n  div.style.height = \"100%\";\n  div.style[\"font-style\"] = \"italic\";\n  div.style[\"text-wrap\"] = \"nowrap\";\n  div.style[\"font-size\"] = \"\" + Math.floor(properties.bubble.height() * 0.75) + \"px\";\n  div.textContent = \"JS2Bubble\";\n  instance.canvas.append(div);\n}"}},"platform_type":"web"},"AAY":{"display":"List Item Expression","property_applications":{"resizable":true},"add_is_visible":true,"fields":{"AAZ":{"caption":"Source item type","name":"sourcetype","editor":"custom_type","rank":2},"AAa":{"caption":"Data source (list)","name":"sourcelist","editor":"DynamicValue","optional":true,"value":"custom_data_AAZ","is_list":true,"rank":3},"AAb":{"caption":"Item expression","name":"itemexpression","editor":"DynamicValue","value":"text","default_val":"","rank":5,"optional":true},"AAc":{"caption":"Result type","name":"resultlisttype","editor":"custom_type","rank":6},"AAl":{"caption":"Lookup values with value() or field(\"field_name\") or field(\"other_data_type\", \"field_name\"). Alternatively, use chained functions item() and lookup() ...  item().lookup(\"Product\").lookup(\"Name\")","name":"infoexpression","rank":4,"editor":"Label"},"ABY":{"caption":"List Item Expression. Evaluates for each list item to make a new list.","name":"doctitle","rank":0,"editor":"Label"},"ABZ":{"caption":"Docs at toolboxdocs.netlify.app","name":"doclink","rank":1,"editor":"Label"}},"states":{"AAd":{"caption":"list","name":"resultlist","value":"custom_data_AAc","is_list":true,"initialization_code":{"fn":"function(n,t){}"}}},"actions":{"AAe":{"caption":"Set data source","code":{"fn":"function(e,t,i){var l={result:[],len:0};if(t.sourcelist&&t.sourcelist.length&&(l.len=t.sourcelist.length()),l.len>0)for(l.i=0;l.i<l.len;l.i++)if(l.listRetrieved=t.sourcelist.get(l.i,1),e.data.item=l.listRetrieved[0],void 0!==typeof e.data.item)try{l.result.push(window.toolboxEval({value:e.data.value,field:e.data.field,item:e.data.createItem,lookup:e.data.lookup,expression:e.data.itemexpression}))}catch(e){throw\"not ready\"!==e.message&&console.error(e),e}e.publishState(\"resultlist\",l.result)}"},"fields":{"AAf":{"caption":"Data source (list)","name":"sourcelist","editor":"DynamicValue","value":"custom_data_element_AAZ","is_list":true,"optional":true,"rank":0}}}},"code":{"initialize":{"fn":"function(e,t){e.data.value=function(){return void 0===typeof e.data.item||null==e.data.item||e.data.item.listProperties?null:e.data.item},e.data.field=function(){if(e.data.item&&e.data.item.listProperties){for(var t=e.data.item,r=e.data.sourcetype,a=0;a<arguments.length;a++){var n=arguments[a],i=r.replace(\"custom.\",\"\");app.user_types[i];var o=app.user_types[i][\"%f3\"];if(Object.keys(o).forEach((function(e){o[e][\"%d\"]==n&&(n=e,r=o[e][\"%v\"])})),null===t)break;t=t.get(n)}return t}return null},e.data.createItem=function(t,r){return{fieldType:r||e.data.sourcetype,bubbleItem:t||e.data.item,lookup:function(t){return e.data.lookup(this,t)}}},e.data.lookup=function(t,r){if(\"object\"!=typeof t||!(\"fieldType\"in t)||!(\"bubbleItem\"in t))return console.error(\"List Item Expression - lookup() cannot retrieve from a non-item.\"),null;var a=t.bubbleItem,n=t.fieldType;if(\"object\"!=typeof a||!(\"listProperties\"in a)||!(\"get\"in a))return console.error(\"List Item Expression - lookup() cannot retrieve from a non-item.\"),null;var i=n.replace(\"custom.\",\"\");app.user_types[i];var o=app.user_types[i][\"%f3\"],u=null;Object.keys(o).forEach((function(e){o[e][\"%d\"]==r&&(r=e,u=o[e][\"%v\"])}));var l=a.get(r),s;if(l&&\"object\"==typeof l&&\"length\"in l&&\"get\"in l){newresult=[],u=u.replace(\"list.\",\"\");for(var p=0;p<l.length();p++){var f=l.get(p,1)[0];if(\"object\"==typeof f&&\"listProperties\"in f&&\"get\"in f){var s=e.data.createItem(f,u);newresult.push(s)}else newresult.push(f)}return newresult}return l&&\"object\"==typeof l&&\"listProperties\"in l&&\"get\"in l?s=e.data.createItem(l,u):l}}"},"update":{"fn":"function(e,t,i){var s={};if(e.data.sourcetype=t.sourcetype,e.data.itemexpression=t.itemexpression,s.result=[],s.len=0,t.sourcelist&&t.sourcelist.length&&(s.len=t.sourcelist.length()),s.len>0)for(s.i=0;s.i<s.len;s.i++)if(s.listRetrieved=t.sourcelist.get(s.i,1),e.data.item=s.listRetrieved[0],void 0!==typeof e.data.item)try{s.result.push(window.toolboxEval({value:e.data.value,field:e.data.field,item:e.data.createItem,lookup:e.data.lookup,expression:e.data.itemexpression}))}catch(e){throw\"not ready\"!==e.message&&console.error(e),e}e.publishState(\"resultlist\",s.result)}"},"preview":{"fn":"function(instance, properties) {\n  var div = document.createElement(\"div\");\n  div.style.overflow = \"hidden\";\n  div.style.width = \"100%\";\n  div.style.height = \"100%\";\n  div.style[\"font-style\"] = \"italic\";\n  div.style[\"text-wrap\"] = \"nowrap\";\n  div.style[\"font-size\"] = \"\" + Math.floor(properties.bubble.height() * 0.75) + \"px\";\n  div.textContent = \"List Item Expression\";\n  instance.canvas.append(div);\n}"}},"platform_type":"web"}},"plugin_actions":{"AAg":{"display":"Run javascript","type":"client_side","fields":{"AAh":{"caption":"Script","name":"script","editor":"DynamicValue","value":"text","rank":2},"AAi":{"caption":"Asynchronous","name":"async","editor":"Checkbox","default_val":true,"rank":3},"ABB":{"caption":"param1","name":"param1","rank":4,"editor":"DynamicValue","value":"_any_thing","optional":true},"ABC":{"caption":"param2","name":"param2","rank":5,"editor":"DynamicValue","value":"_any_thing","optional":true},"ABD":{"caption":"param3","name":"param3","rank":6,"editor":"DynamicValue","value":"_any_thing","optional":true},"ABE":{"caption":"param4","name":"param4","rank":7,"editor":"DynamicValue","value":"_any_thing","optional":true},"ABF":{"caption":"param5","name":"param5","rank":8,"editor":"DynamicValue","value":"_any_thing","optional":true},"ABG":{"caption":"paramlist1","name":"paramlist1","rank":9,"editor":"DynamicValue","value":"_any_thing","is_list":true,"optional":true},"ABH":{"caption":"paramlist2","name":"paramlist2","rank":10,"editor":"DynamicValue","value":"_any_thing","is_list":true,"optional":true},"ABI":{"caption":"paramlist3","name":"paramlist3","rank":11,"editor":"DynamicValue","value":"_any_thing","is_list":true,"optional":true},"ABJ":{"caption":"paramlist4","name":"paramlist4","rank":12,"editor":"DynamicValue","value":"_any_thing","is_list":true,"optional":true},"ABK":{"caption":"paramlist5","name":"paramlist5","rank":13,"editor":"DynamicValue","value":"_any_thing","is_list":true,"optional":true},"ABQ":{"caption":"Run Javascript.","name":"doctitle","rank":0,"editor":"Label"},"ABR":{"caption":"Docs at toolboxdocs.netlify.app","name":"doclink","rank":1,"editor":"Label"}},"code":{"client":{"fn":"function(properties,context){var script=properties.script,async=properties.async,_p1=properties.param1,_p2=properties.param2,_p3=properties.param3,_p4=properties.param4,_p5=properties.param5,_pl1=properties.paramlist1,_pl2=properties.paramlist2,_pl3=properties.paramlist3,_pl4=properties.paramlist4,_pl5=properties.paramlist5;eval(\"var properties = arguments[0]; context = arguments[1];\"),async?setTimeout((function(){eval(script)}),1):eval(script)}"}}},"AAn":{"display":"Server script","type":"server_side","return_value":{"AAz":{"caption":"result","name":"result","rank":0,"value":"custom_data_AAp"},"ABA":{"caption":"result list","name":"resultlist","rank":1,"is_list":true,"value":"custom_data_AAp"},"ABg":{"caption":"output1","name":"output1","rank":2,"value":"custom_data_ABf"},"ABp":{"caption":"output2","name":"output2","rank":3,"value":"custom_data_ABh"},"ABq":{"caption":"output3","name":"output3","rank":4,"value":"custom_data_ABi"},"ABr":{"caption":"output4","name":"output4","rank":5,"value":"custom_data_ABj"},"ABs":{"caption":"outputlist1","name":"outputlist1","rank":6,"value":"custom_data_ABk","is_list":true},"ABt":{"caption":"outputlist2","name":"outputlist2","rank":7,"value":"custom_data_ABm","is_list":true},"ABu":{"caption":"outputlist3","name":"outputlist3","rank":8,"value":"custom_data_ABn","is_list":true},"ABv":{"caption":"outputlist4","name":"outputlist4","rank":9,"value":"custom_data_ABo","is_list":true}},"fields":{"AAo":{"caption":"Node script","name":"script","rank":2,"editor":"DynamicValue","value":"text","optional":true},"AAp":{"caption":"Return type","name":"returntype","rank":16,"editor":"custom_type","optional":true},"AAq":{"caption":"Returns a list","name":"returnslist","rank":17,"editor":"Checkbox","default_val":false},"AAr":{"caption":"Data","name":"data","rank":7,"editor":"DynamicValue","value":"text","optional":true},"AAs":{"caption":"Keys and values","name":"keyvalues","rank":8,"editor":"key_value_list","value":"text"},"AAt":{"caption":"Thing 1","name":"thing1","rank":9,"editor":"DynamicValue","value":"_any_thing","optional":true},"AAu":{"caption":"Thing 2","name":"thing2","rank":10,"editor":"DynamicValue","value":"_any_thing","optional":true},"AAv":{"caption":"Thing 3","name":"thing3","rank":11,"editor":"DynamicValue","optional":true,"value":"_any_thing"},"AAw":{"caption":"Thing list 1","name":"thinglist1","rank":12,"optional":true,"editor":"DynamicValue","is_list":true,"value":"_any_thing"},"AAx":{"caption":"Thing list 2","name":"thinglist2","rank":13,"editor":"DynamicValue","is_list":true,"optional":true,"value":"_any_thing"},"AAy":{"caption":"Thing list 3","name":"thinglist3","rank":14,"editor":"DynamicValue","optional":true,"is_list":true,"value":"_any_thing"},"ABO":{"caption":"Server Script. Runs a Node.js AWS Lambda instance.","name":"doctitle","rank":0,"editor":"Label"},"ABP":{"caption":"Docs at toolboxdocs.netlify.app","name":"doclink","rank":1,"editor":"Label"},"ABa":{"caption":"Script is async function","name":"scriptasfn","rank":3,"editor":"Checkbox","default_val":false},"ABb":{"caption":"Ignore errors","name":"ignore_error","rank":4,"editor":"Checkbox","default_val":false},"ABc":{"caption":"Multiple Outputs","name":"multipleoutputs","rank":18,"editor":"Checkbox","default_val":false},"ABd":{"caption":"------------ Inputs ------------","name":"docinputs","rank":6,"editor":"Label"},"ABe":{"caption":"------------ Outputs -------------","name":"docoutputs","rank":15,"editor":"Label"},"ABf":{"caption":"output1 type","name":"output1type","rank":19,"editor":"custom_type","optional":true},"ABh":{"caption":"output2 type","name":"output2type","rank":20,"editor":"custom_type","optional":true},"ABi":{"caption":"output3 type","name":"output3type","rank":21,"editor":"custom_type","optional":true},"ABj":{"caption":"output4 type","name":"output4type","rank":22,"editor":"custom_type","optional":true},"ABk":{"caption":"outputlist1 type","name":"outputlist1type","rank":23,"editor":"custom_type","optional":true},"ABm":{"caption":"outputlist2 type","name":"outputlist2type","rank":24,"editor":"custom_type","optional":true},"ABn":{"caption":"outputlist3 type","name":"outputlist3type","rank":25,"editor":"custom_type","optional":true},"ABo":{"caption":"outputlist4 type","name":"outputlist4type","rank":26,"editor":"custom_type","optional":true},"ABw":{"caption":"Log errors","name":"log_error","rank":5,"editor":"Checkbox","default_val":false}}}}};
window._bubble_page_load_data.plugins_size['1488796042609x768734193128308700'] = 19807;
window.preloaded['plugin/third_party:1488796042609x768734193128308700:2.1.2'] = true;
window.plugins["1491714407143x279212378954661900"] = {"human":"Stripe.js 2","dependencies":{"use_jquery":true,"plugin_api_version":"4"},"plugin_api":{"human":"Stripe.js","shared_headers":{"BEl":{"key":"Authorization","private":true,"visibility":"secret"}},"calls":{"BEj":{"name":"Retrieve a PaymentIntent","method":"get","publish_as":"data","url":"https://api.stripe.com/v1/payment_intents/[PaymentIntent ID]","url_params":{"BEm":{"key":"PaymentIntent ID","value":"pi_1EzBtlFpfpcIKbU7tuvnpLWt","private":true}},"initialized":true,"types":"{\"plugin_api.BEj\":{\"caption\":\"Retrieve a PaymentIntent\",\"fields\":{\"_p_id\":{\"ret_value\":\"text\",\"caption\":\"id\",\"sample_value\":\"pi_1DnXbR2eZvKYlo2ChwDxQNrb\"},\"_p_object\":{\"ret_value\":\"text\",\"caption\":\"object\",\"sample_value\":\"payment_intent\"},\"_p_amount\":{\"ret_value\":\"number\",\"caption\":\"amount\",\"sample_value\":1099},\"_p_amount_capturable\":{\"ret_value\":\"number\",\"caption\":\"amount_capturable\",\"sample_value\":0},\"_p_amount_received\":{\"ret_value\":\"number\",\"caption\":\"amount_received\",\"sample_value\":0},\"_p_application\":{\"ret_value\":\"text\",\"caption\":\"application\",\"sample_value\":null},\"_p_application_fee_amount\":{\"ret_value\":\"text\",\"caption\":\"application_fee_amount\",\"sample_value\":null},\"_p_canceled_at\":{\"ret_value\":\"text\",\"caption\":\"canceled_at\",\"sample_value\":null},\"_p_cancellation_reason\":{\"ret_value\":\"text\",\"caption\":\"cancellation_reason\",\"sample_value\":null},\"_p_capture_method\":{\"ret_value\":\"text\",\"caption\":\"capture_method\",\"sample_value\":\"automatic\"},\"_p_client_secret\":{\"ret_value\":\"text\",\"caption\":\"client_secret\",\"sample_value\":\"pi_1DnXbR2eZvKYlo2ChwDxQNrb_secret_McG2ZXMhKAXD7zKIZs5t0Oj2a\"},\"_p_confirmation_method\":{\"ret_value\":\"text\",\"caption\":\"confirmation_method\",\"sample_value\":\"automatic\"},\"_p_created\":{\"ret_value\":\"number\",\"caption\":\"created\",\"sample_value\":1546288993},\"_p_currency\":{\"ret_value\":\"text\",\"caption\":\"currency\",\"sample_value\":\"gbp\"},\"_p_customer\":{\"ret_value\":\"text\",\"caption\":\"customer\",\"sample_value\":null},\"_p_description\":{\"ret_value\":\"text\",\"caption\":\"description\",\"sample_value\":null},\"_p_invoice\":{\"ret_value\":\"text\",\"caption\":\"invoice\",\"sample_value\":null},\"_p_last_payment_error\":{\"ret_value\":\"text\",\"caption\":\"last_payment_error\",\"sample_value\":null},\"_p_livemode\":{\"ret_value\":\"boolean\",\"caption\":\"livemode\",\"sample_value\":false},\"_p_next_action.type\":{\"ret_value\":\"text\",\"caption\":\"next_action type\",\"sample_value\":\"verify_with_microdeposits\",\"path\":[\"next_action\",\"type\"]},\"_p_next_action.redirect_to_url.url\":{\"ret_value\":\"text\",\"caption\":\"next_action redirect_to_url url\",\"sample_value\":\"\",\"path\":[\"next_action\",\"redirect_to_url\",\"url\"]},\"_p_next_action.verify_with_microdeposits.arrival_date\":{\"ret_value\":\"number\",\"caption\":\"next_action verify_with_microdeposits arrival_date\",\"sample_value\":1647586800,\"path\":[\"next_action\",\"verify_with_microdeposits\",\"arrival_date\"]},\"_p_next_action.verify_with_microdeposits.hosted_verification_url\":{\"ret_value\":\"text\",\"caption\":\"next_action verify_with_microdeposits hosted_verification_url\",\"sample_value\":\"https://payments.stripe.com/…\",\"path\":[\"next_action\",\"verify_with_microdeposits\",\"hosted_verification_url\"]},\"_p_next_action.verify_with_microdeposits.microdeposit_type\":{\"ret_value\":\"text\",\"caption\":\"next_action verify_with_microdeposits microdeposit_type\",\"sample_value\":\"descriptor_code\",\"path\":[\"next_action\",\"verify_with_microdeposits\",\"microdeposit_type\"]},\"_p_on_behalf_of\":{\"ret_value\":\"text\",\"caption\":\"on_behalf_of\",\"sample_value\":null},\"_p_payment_method\":{\"ret_value\":\"text\",\"caption\":\"payment_method\",\"sample_value\":null},\"_p_payment_method_types\":{\"ret_value\":\"list.text\",\"caption\":\"payment_method_types\",\"sample_value\":\"card\"},\"_p_receipt_email\":{\"ret_value\":\"text\",\"caption\":\"receipt_email\",\"sample_value\":null},\"_p_review\":{\"ret_value\":\"text\",\"caption\":\"review\",\"sample_value\":null},\"_p_setup_future_usage\":{\"ret_value\":\"text\",\"caption\":\"setup_future_usage\",\"sample_value\":null},\"_p_shipping\":{\"ret_value\":\"text\",\"caption\":\"shipping\",\"sample_value\":null},\"_p_statement_descriptor\":{\"ret_value\":\"text\",\"caption\":\"statement_descriptor\",\"sample_value\":null},\"_p_statement_descriptor_suffix\":{\"ret_value\":\"text\",\"caption\":\"statement_descriptor_suffix\",\"sample_value\":null},\"_p_status\":{\"ret_value\":\"text\",\"caption\":\"status\",\"sample_value\":\"requires_payment_method\"},\"_p_transfer_data\":{\"ret_value\":\"text\",\"caption\":\"transfer_data\",\"sample_value\":null},\"_p_transfer_group\":{\"ret_value\":\"text\",\"caption\":\"transfer_group\",\"sample_value\":null}}}}","ret_value":"api.1491714407143x279212378954661900.plugin_api.BEj","should_reinitialize":false},"BFP":{"0":"B","1":"F","2":"O","name":"Retrieve an Account","method":"get","publish_as":"data","url":"https://api.stripe.com/v1/accounts/[Account ID]","url_params":{"BFW":{"key":"Account ID","value":"acct_1Ez4EbGIhnbm2MWf","private":true}},"initialized":true,"types":"{\"plugin_api.BFP\":{\"caption\":\"Retrieve an Account\",\"fields\":{\"_p_id\":{\"ret_value\":\"text\",\"caption\":\"id\",\"sample_value\":\"acct_1032D82eZvKYlo2C\"},\"_p_object\":{\"ret_value\":\"text\",\"caption\":\"object\",\"sample_value\":\"account\"},\"_p_business_profile.mcc\":{\"ret_value\":\"text\",\"caption\":\"business_profile mcc\",\"sample_value\":null,\"path\":[\"business_profile\",\"mcc\"]},\"_p_business_profile.name\":{\"ret_value\":\"text\",\"caption\":\"business_profile name\",\"sample_value\":\"Stripe.com\",\"path\":[\"business_profile\",\"name\"]},\"_p_business_profile.product_description\":{\"ret_value\":\"text\",\"caption\":\"business_profile product_description\",\"sample_value\":null,\"path\":[\"business_profile\",\"product_description\"]},\"_p_business_profile.support_address\":{\"ret_value\":\"text\",\"caption\":\"business_profile support_address\",\"sample_value\":null,\"path\":[\"business_profile\",\"support_address\"]},\"_p_business_profile.support_email\":{\"ret_value\":\"text\",\"caption\":\"business_profile support_email\",\"sample_value\":null,\"path\":[\"business_profile\",\"support_email\"]},\"_p_business_profile.support_phone\":{\"ret_value\":\"text\",\"caption\":\"business_profile support_phone\",\"sample_value\":null,\"path\":[\"business_profile\",\"support_phone\"]},\"_p_business_profile.support_url\":{\"ret_value\":\"text\",\"caption\":\"business_profile support_url\",\"sample_value\":null,\"path\":[\"business_profile\",\"support_url\"]},\"_p_business_profile.url\":{\"ret_value\":\"text\",\"caption\":\"business_profile url\",\"sample_value\":null,\"path\":[\"business_profile\",\"url\"]},\"_p_business_type\":{\"ret_value\":\"text\",\"caption\":\"business_type\",\"sample_value\":null},\"_p_capabilities.card_payments\":{\"ret_value\":\"text\",\"caption\":\"capabilities card_payments\",\"sample_value\":\"active\",\"path\":[\"capabilities\",\"card_payments\"]},\"_p_capabilities.transfers\":{\"ret_value\":\"text\",\"caption\":\"capabilities transfers\",\"sample_value\":\"active\",\"path\":[\"capabilities\",\"transfers\"]},\"_p_charges_enabled\":{\"ret_value\":\"boolean\",\"caption\":\"charges_enabled\",\"sample_value\":false},\"_p_country\":{\"ret_value\":\"text\",\"caption\":\"country\",\"sample_value\":\"US\"},\"_p_created\":{\"ret_value\":\"number\",\"caption\":\"created\",\"sample_value\":1385798567},\"_p_default_currency\":{\"ret_value\":\"text\",\"caption\":\"default_currency\",\"sample_value\":\"usd\"},\"_p_details_submitted\":{\"ret_value\":\"boolean\",\"caption\":\"details_submitted\",\"sample_value\":false},\"_p_email\":{\"ret_value\":\"text\",\"caption\":\"email\",\"sample_value\":\"site@stripe.com\"},\"_p_external_accounts.object\":{\"ret_value\":\"text\",\"caption\":\"external_accounts object\",\"sample_value\":\"list\",\"path\":[\"external_accounts\",\"object\"]},\"_p_external_accounts.has_more\":{\"ret_value\":\"boolean\",\"caption\":\"external_accounts has_more\",\"sample_value\":false,\"path\":[\"external_accounts\",\"has_more\"]},\"_p_external_accounts.url\":{\"ret_value\":\"text\",\"caption\":\"external_accounts url\",\"sample_value\":\"/v1/accounts/acct_1032D82eZvKYlo2C/external_accounts\",\"path\":[\"external_accounts\",\"url\"]},\"_p_payouts_enabled\":{\"ret_value\":\"boolean\",\"caption\":\"payouts_enabled\",\"sample_value\":false},\"_p_requirements.current_deadline\":{\"ret_value\":\"text\",\"caption\":\"requirements current_deadline\",\"sample_value\":null,\"path\":[\"requirements\",\"current_deadline\"]},\"_p_requirements.currently_due\":{\"ret_value\":\"list.text\",\"caption\":\"requirements currently_due\",\"sample_value\":\"business_profile.product_description\",\"path\":[\"requirements\",\"currently_due\"]},\"_p_requirements.disabled_reason\":{\"ret_value\":\"text\",\"caption\":\"requirements disabled_reason\",\"sample_value\":\"requirements.past_due\",\"path\":[\"requirements\",\"disabled_reason\"]},\"_p_requirements.eventually_due\":{\"ret_value\":\"list.text\",\"caption\":\"requirements eventually_due\",\"sample_value\":\"business_profile.product_description\",\"path\":[\"requirements\",\"eventually_due\"]},\"_p_settings.branding.icon\":{\"ret_value\":\"text\",\"caption\":\"settings branding icon\",\"sample_value\":null,\"path\":[\"settings\",\"branding\",\"icon\"]},\"_p_settings.branding.logo\":{\"ret_value\":\"text\",\"caption\":\"settings branding logo\",\"sample_value\":null,\"path\":[\"settings\",\"branding\",\"logo\"]},\"_p_settings.branding.primary_color\":{\"ret_value\":\"text\",\"caption\":\"settings branding primary_color\",\"sample_value\":null,\"path\":[\"settings\",\"branding\",\"primary_color\"]},\"_p_settings.branding.secondary_color\":{\"ret_value\":\"text\",\"caption\":\"settings branding secondary_color\",\"sample_value\":null,\"path\":[\"settings\",\"branding\",\"secondary_color\"]},\"_p_settings.card_payments.decline_on.avs_failure\":{\"ret_value\":\"boolean\",\"caption\":\"settings card_payments decline_on avs_failure\",\"sample_value\":true,\"path\":[\"settings\",\"card_payments\",\"decline_on\",\"avs_failure\"]},\"_p_settings.card_payments.decline_on.cvc_failure\":{\"ret_value\":\"boolean\",\"caption\":\"settings card_payments decline_on cvc_failure\",\"sample_value\":false,\"path\":[\"settings\",\"card_payments\",\"decline_on\",\"cvc_failure\"]},\"_p_settings.card_payments.statement_descriptor_prefix\":{\"ret_value\":\"text\",\"caption\":\"settings card_payments statement_descriptor_prefix\",\"sample_value\":null,\"path\":[\"settings\",\"card_payments\",\"statement_descriptor_prefix\"]},\"_p_settings.dashboard.display_name\":{\"ret_value\":\"text\",\"caption\":\"settings dashboard display_name\",\"sample_value\":\"Stripe.com\",\"path\":[\"settings\",\"dashboard\",\"display_name\"]},\"_p_settings.dashboard.timezone\":{\"ret_value\":\"text\",\"caption\":\"settings dashboard timezone\",\"sample_value\":\"US/Pacific\",\"path\":[\"settings\",\"dashboard\",\"timezone\"]},\"_p_settings.payments.statement_descriptor\":{\"ret_value\":\"text\",\"caption\":\"settings payments statement_descriptor\",\"sample_value\":null,\"path\":[\"settings\",\"payments\",\"statement_descriptor\"]},\"_p_settings.payments.statement_descriptor_kana\":{\"ret_value\":\"text\",\"caption\":\"settings payments statement_descriptor_kana\",\"sample_value\":null,\"path\":[\"settings\",\"payments\",\"statement_descriptor_kana\"]},\"_p_settings.payments.statement_descriptor_kanji\":{\"ret_value\":\"text\",\"caption\":\"settings payments statement_descriptor_kanji\",\"sample_value\":null,\"path\":[\"settings\",\"payments\",\"statement_descriptor_kanji\"]},\"_p_settings.payouts.debit_negative_balances\":{\"ret_value\":\"boolean\",\"caption\":\"settings payouts debit_negative_balances\",\"sample_value\":true,\"path\":[\"settings\",\"payouts\",\"debit_negative_balances\"]},\"_p_settings.payouts.schedule.delay_days\":{\"ret_value\":\"number\",\"caption\":\"settings payouts schedule delay_days\",\"sample_value\":7,\"path\":[\"settings\",\"payouts\",\"schedule\",\"delay_days\"]},\"_p_settings.payouts.schedule.interval\":{\"ret_value\":\"text\",\"caption\":\"settings payouts schedule interval\",\"sample_value\":\"daily\",\"path\":[\"settings\",\"payouts\",\"schedule\",\"interval\"]},\"_p_settings.payouts.statement_descriptor\":{\"ret_value\":\"text\",\"caption\":\"settings payouts statement_descriptor\",\"sample_value\":null,\"path\":[\"settings\",\"payouts\",\"statement_descriptor\"]},\"_p_tos_acceptance.date\":{\"ret_value\":\"number\",\"caption\":\"tos_acceptance date\",\"sample_value\":null,\"path\":[\"tos_acceptance\",\"date\"]},\"_p_tos_acceptance.ip\":{\"ret_value\":\"text\",\"caption\":\"tos_acceptance ip\",\"sample_value\":null,\"path\":[\"tos_acceptance\",\"ip\"]},\"_p_tos_acceptance.user_agent\":{\"ret_value\":\"text\",\"caption\":\"tos_acceptance user_agent\",\"sample_value\":null,\"path\":[\"tos_acceptance\",\"user_agent\"]},\"_p_type\":{\"ret_value\":\"text\",\"caption\":\"type\",\"sample_value\":\"custom\"}}}}","ret_value":"api.1491714407143x279212378954661900.plugin_api.BFP","should_reinitialize":false},"BFY":{"0":"B","1":"F","2":"X","name":"Retrieve an Account","method":"get","publish_as":"action","url":"https://api.stripe.com/v1/accounts/[Account ID]","url_params":{"BFW":{"key":"Account ID","value":"acct_1Ez4EbGIhnbm2MWf","private":true}},"initialized":true,"types":"{\"plugin_api.BFY\":{\"caption\":\"Retrieve an Account\",\"fields\":{\"_p_id\":{\"ret_value\":\"text\",\"caption\":\"id\",\"sample_value\":\"acct_1032D82eZvKYlo2C\"},\"_p_object\":{\"ret_value\":\"text\",\"caption\":\"object\",\"sample_value\":\"account\"},\"_p_business_profile.mcc\":{\"ret_value\":\"text\",\"caption\":\"business_profile mcc\",\"sample_value\":null,\"path\":[\"business_profile\",\"mcc\"]},\"_p_business_profile.name\":{\"ret_value\":\"text\",\"caption\":\"business_profile name\",\"sample_value\":\"Stripe.com\",\"path\":[\"business_profile\",\"name\"]},\"_p_business_profile.product_description\":{\"ret_value\":\"text\",\"caption\":\"business_profile product_description\",\"sample_value\":null,\"path\":[\"business_profile\",\"product_description\"]},\"_p_business_profile.support_address\":{\"ret_value\":\"text\",\"caption\":\"business_profile support_address\",\"sample_value\":null,\"path\":[\"business_profile\",\"support_address\"]},\"_p_business_profile.support_email\":{\"ret_value\":\"text\",\"caption\":\"business_profile support_email\",\"sample_value\":null,\"path\":[\"business_profile\",\"support_email\"]},\"_p_business_profile.support_phone\":{\"ret_value\":\"text\",\"caption\":\"business_profile support_phone\",\"sample_value\":null,\"path\":[\"business_profile\",\"support_phone\"]},\"_p_business_profile.support_url\":{\"ret_value\":\"text\",\"caption\":\"business_profile support_url\",\"sample_value\":null,\"path\":[\"business_profile\",\"support_url\"]},\"_p_business_profile.url\":{\"ret_value\":\"text\",\"caption\":\"business_profile url\",\"sample_value\":null,\"path\":[\"business_profile\",\"url\"]},\"_p_business_type\":{\"ret_value\":\"text\",\"caption\":\"business_type\",\"sample_value\":null},\"_p_capabilities.card_payments\":{\"ret_value\":\"text\",\"caption\":\"capabilities card_payments\",\"sample_value\":\"active\",\"path\":[\"capabilities\",\"card_payments\"]},\"_p_capabilities.transfers\":{\"ret_value\":\"text\",\"caption\":\"capabilities transfers\",\"sample_value\":\"active\",\"path\":[\"capabilities\",\"transfers\"]},\"_p_charges_enabled\":{\"ret_value\":\"boolean\",\"caption\":\"charges_enabled\",\"sample_value\":false},\"_p_country\":{\"ret_value\":\"text\",\"caption\":\"country\",\"sample_value\":\"US\"},\"_p_created\":{\"ret_value\":\"number\",\"caption\":\"created\",\"sample_value\":1385798567},\"_p_default_currency\":{\"ret_value\":\"text\",\"caption\":\"default_currency\",\"sample_value\":\"usd\"},\"_p_details_submitted\":{\"ret_value\":\"boolean\",\"caption\":\"details_submitted\",\"sample_value\":false},\"_p_email\":{\"ret_value\":\"text\",\"caption\":\"email\",\"sample_value\":\"site@stripe.com\"},\"_p_external_accounts.object\":{\"ret_value\":\"text\",\"caption\":\"external_accounts object\",\"sample_value\":\"list\",\"path\":[\"external_accounts\",\"object\"]},\"_p_external_accounts.has_more\":{\"ret_value\":\"boolean\",\"caption\":\"external_accounts has_more\",\"sample_value\":false,\"path\":[\"external_accounts\",\"has_more\"]},\"_p_external_accounts.url\":{\"ret_value\":\"text\",\"caption\":\"external_accounts url\",\"sample_value\":\"/v1/accounts/acct_1032D82eZvKYlo2C/external_accounts\",\"path\":[\"external_accounts\",\"url\"]},\"_p_payouts_enabled\":{\"ret_value\":\"boolean\",\"caption\":\"payouts_enabled\",\"sample_value\":false},\"_p_requirements.current_deadline\":{\"ret_value\":\"text\",\"caption\":\"requirements current_deadline\",\"sample_value\":null,\"path\":[\"requirements\",\"current_deadline\"]},\"_p_requirements.currently_due\":{\"ret_value\":\"list.text\",\"caption\":\"requirements currently_due\",\"sample_value\":\"business_profile.product_description\",\"path\":[\"requirements\",\"currently_due\"]},\"_p_requirements.disabled_reason\":{\"ret_value\":\"text\",\"caption\":\"requirements disabled_reason\",\"sample_value\":\"requirements.past_due\",\"path\":[\"requirements\",\"disabled_reason\"]},\"_p_requirements.eventually_due\":{\"ret_value\":\"list.text\",\"caption\":\"requirements eventually_due\",\"sample_value\":\"business_profile.product_description\",\"path\":[\"requirements\",\"eventually_due\"]},\"_p_settings.branding.icon\":{\"ret_value\":\"text\",\"caption\":\"settings branding icon\",\"sample_value\":null,\"path\":[\"settings\",\"branding\",\"icon\"]},\"_p_settings.branding.logo\":{\"ret_value\":\"text\",\"caption\":\"settings branding logo\",\"sample_value\":null,\"path\":[\"settings\",\"branding\",\"logo\"]},\"_p_settings.branding.primary_color\":{\"ret_value\":\"text\",\"caption\":\"settings branding primary_color\",\"sample_value\":null,\"path\":[\"settings\",\"branding\",\"primary_color\"]},\"_p_settings.branding.secondary_color\":{\"ret_value\":\"text\",\"caption\":\"settings branding secondary_color\",\"sample_value\":null,\"path\":[\"settings\",\"branding\",\"secondary_color\"]},\"_p_settings.card_payments.decline_on.avs_failure\":{\"ret_value\":\"boolean\",\"caption\":\"settings card_payments decline_on avs_failure\",\"sample_value\":true,\"path\":[\"settings\",\"card_payments\",\"decline_on\",\"avs_failure\"]},\"_p_settings.card_payments.decline_on.cvc_failure\":{\"ret_value\":\"boolean\",\"caption\":\"settings card_payments decline_on cvc_failure\",\"sample_value\":false,\"path\":[\"settings\",\"card_payments\",\"decline_on\",\"cvc_failure\"]},\"_p_settings.card_payments.statement_descriptor_prefix\":{\"ret_value\":\"text\",\"caption\":\"settings card_payments statement_descriptor_prefix\",\"sample_value\":null,\"path\":[\"settings\",\"card_payments\",\"statement_descriptor_prefix\"]},\"_p_settings.dashboard.display_name\":{\"ret_value\":\"text\",\"caption\":\"settings dashboard display_name\",\"sample_value\":\"Stripe.com\",\"path\":[\"settings\",\"dashboard\",\"display_name\"]},\"_p_settings.dashboard.timezone\":{\"ret_value\":\"text\",\"caption\":\"settings dashboard timezone\",\"sample_value\":\"US/Pacific\",\"path\":[\"settings\",\"dashboard\",\"timezone\"]},\"_p_settings.payments.statement_descriptor\":{\"ret_value\":\"text\",\"caption\":\"settings payments statement_descriptor\",\"sample_value\":null,\"path\":[\"settings\",\"payments\",\"statement_descriptor\"]},\"_p_settings.payments.statement_descriptor_kana\":{\"ret_value\":\"text\",\"caption\":\"settings payments statement_descriptor_kana\",\"sample_value\":null,\"path\":[\"settings\",\"payments\",\"statement_descriptor_kana\"]},\"_p_settings.payments.statement_descriptor_kanji\":{\"ret_value\":\"text\",\"caption\":\"settings payments statement_descriptor_kanji\",\"sample_value\":null,\"path\":[\"settings\",\"payments\",\"statement_descriptor_kanji\"]},\"_p_settings.payouts.debit_negative_balances\":{\"ret_value\":\"boolean\",\"caption\":\"settings payouts debit_negative_balances\",\"sample_value\":true,\"path\":[\"settings\",\"payouts\",\"debit_negative_balances\"]},\"_p_settings.payouts.schedule.delay_days\":{\"ret_value\":\"number\",\"caption\":\"settings payouts schedule delay_days\",\"sample_value\":7,\"path\":[\"settings\",\"payouts\",\"schedule\",\"delay_days\"]},\"_p_settings.payouts.schedule.interval\":{\"ret_value\":\"text\",\"caption\":\"settings payouts schedule interval\",\"sample_value\":\"daily\",\"path\":[\"settings\",\"payouts\",\"schedule\",\"interval\"]},\"_p_settings.payouts.statement_descriptor\":{\"ret_value\":\"text\",\"caption\":\"settings payouts statement_descriptor\",\"sample_value\":null,\"path\":[\"settings\",\"payouts\",\"statement_descriptor\"]},\"_p_tos_acceptance.date\":{\"ret_value\":\"text\",\"caption\":\"tos_acceptance date\",\"sample_value\":null,\"path\":[\"tos_acceptance\",\"date\"]},\"_p_tos_acceptance.ip\":{\"ret_value\":\"text\",\"caption\":\"tos_acceptance ip\",\"sample_value\":null,\"path\":[\"tos_acceptance\",\"ip\"]},\"_p_tos_acceptance.user_agent\":{\"ret_value\":\"text\",\"caption\":\"tos_acceptance user_agent\",\"sample_value\":null,\"path\":[\"tos_acceptance\",\"user_agent\"]},\"_p_type\":{\"ret_value\":\"text\",\"caption\":\"type\",\"sample_value\":\"custom\"}}}}","ret_value":"api.1491714407143x279212378954661900.plugin_api.BFY","should_reinitialize":false},"BFa":{"0":"B","1":"F","2":"Z","name":"Retrieve a PaymentIntent","method":"get","publish_as":"action","url":"https://api.stripe.com/v1/payment_intents/[PaymentIntent ID]","url_params":{"BEm":{"key":"PaymentIntent ID","value":"pi_1EzBtlFpfpcIKbU7tuvnpLWt","private":true}},"initialized":true,"types":"{\"plugin_api.BFa\":{\"caption\":\"Retrieve a PaymentIntent\",\"fields\":{\"_p_id\":{\"ret_value\":\"text\",\"caption\":\"id\",\"sample_value\":\"pi_1DnXbR2eZvKYlo2ChwDxQNrb\"},\"_p_object\":{\"ret_value\":\"text\",\"caption\":\"object\",\"sample_value\":\"payment_intent\"},\"_p_amount\":{\"ret_value\":\"number\",\"caption\":\"amount\",\"sample_value\":1099},\"_p_amount_capturable\":{\"ret_value\":\"number\",\"caption\":\"amount_capturable\",\"sample_value\":0},\"_p_amount_received\":{\"ret_value\":\"number\",\"caption\":\"amount_received\",\"sample_value\":0},\"_p_application\":{\"ret_value\":\"text\",\"caption\":\"application\",\"sample_value\":null},\"_p_application_fee_amount\":{\"ret_value\":\"text\",\"caption\":\"application_fee_amount\",\"sample_value\":null},\"_p_canceled_at\":{\"ret_value\":\"text\",\"caption\":\"canceled_at\",\"sample_value\":null},\"_p_cancellation_reason\":{\"ret_value\":\"text\",\"caption\":\"cancellation_reason\",\"sample_value\":null},\"_p_capture_method\":{\"ret_value\":\"text\",\"caption\":\"capture_method\",\"sample_value\":\"automatic\"},\"_p_client_secret\":{\"ret_value\":\"text\",\"caption\":\"client_secret\",\"sample_value\":\"pi_1DnXbR2eZvKYlo2ChwDxQNrb_secret_McG2ZXMhKAXD7zKIZs5t0Oj2a\"},\"_p_confirmation_method\":{\"ret_value\":\"text\",\"caption\":\"confirmation_method\",\"sample_value\":\"automatic\"},\"_p_created\":{\"ret_value\":\"number\",\"caption\":\"created\",\"sample_value\":1546288993},\"_p_currency\":{\"ret_value\":\"text\",\"caption\":\"currency\",\"sample_value\":\"gbp\"},\"_p_customer\":{\"ret_value\":\"text\",\"caption\":\"customer\",\"sample_value\":null},\"_p_description\":{\"ret_value\":\"text\",\"caption\":\"description\",\"sample_value\":null},\"_p_invoice\":{\"ret_value\":\"text\",\"caption\":\"invoice\",\"sample_value\":null},\"_p_last_payment_error\":{\"ret_value\":\"text\",\"caption\":\"last_payment_error\",\"sample_value\":null},\"_p_livemode\":{\"ret_value\":\"boolean\",\"caption\":\"livemode\",\"sample_value\":false},\"_p_next_action.type\":{\"ret_value\":\"text\",\"caption\":\"next_action type\",\"sample_value\":\"verify_with_microdeposits\",\"path\":[\"next_action\",\"type\"]},\"_p_next_action.redirect_to_url.url\":{\"ret_value\":\"text\",\"caption\":\"next_action redirect_to_url url\",\"sample_value\":\"\",\"path\":[\"next_action\",\"redirect_to_url\",\"url\"]},\"_p_next_action.verify_with_microdeposits.arrival_date\":{\"ret_value\":\"number\",\"caption\":\"next_action verify_with_microdeposits arrival_date\",\"sample_value\":1647586800,\"path\":[\"next_action\",\"verify_with_microdeposits\",\"arrival_date\"]},\"_p_next_action.verify_with_microdeposits.hosted_verification_url\":{\"ret_value\":\"text\",\"caption\":\"next_action verify_with_microdeposits hosted_verification_url\",\"sample_value\":\"https://payments.stripe.com/…\",\"path\":[\"next_action\",\"verify_with_microdeposits\",\"hosted_verification_url\"]},\"_p_next_action.verify_with_microdeposits.microdeposit_type\":{\"ret_value\":\"text\",\"caption\":\"next_action verify_with_microdeposits microdeposit_type\",\"sample_value\":\"descriptor_code\",\"path\":[\"next_action\",\"verify_with_microdeposits\",\"microdeposit_type\"]},\"_p_on_behalf_of\":{\"ret_value\":\"text\",\"caption\":\"on_behalf_of\",\"sample_value\":null},\"_p_payment_method\":{\"ret_value\":\"text\",\"caption\":\"payment_method\",\"sample_value\":null},\"_p_payment_method_types\":{\"ret_value\":\"list.text\",\"caption\":\"payment_method_types\",\"sample_value\":\"card\"},\"_p_receipt_email\":{\"ret_value\":\"text\",\"caption\":\"receipt_email\",\"sample_value\":null},\"_p_review\":{\"ret_value\":\"text\",\"caption\":\"review\",\"sample_value\":null},\"_p_setup_future_usage\":{\"ret_value\":\"text\",\"caption\":\"setup_future_usage\",\"sample_value\":null},\"_p_shipping\":{\"ret_value\":\"text\",\"caption\":\"shipping\",\"sample_value\":null},\"_p_statement_descriptor\":{\"ret_value\":\"text\",\"caption\":\"statement_descriptor\",\"sample_value\":null},\"_p_statement_descriptor_suffix\":{\"ret_value\":\"text\",\"caption\":\"statement_descriptor_suffix\",\"sample_value\":null},\"_p_status\":{\"ret_value\":\"text\",\"caption\":\"status\",\"sample_value\":\"requires_payment_method\"},\"_p_transfer_data\":{\"ret_value\":\"text\",\"caption\":\"transfer_data\",\"sample_value\":null},\"_p_transfer_group\":{\"ret_value\":\"text\",\"caption\":\"transfer_group\",\"sample_value\":null}}}}","ret_value":"api.1491714407143x279212378954661900.plugin_api.BFa","should_reinitialize":false},"BFf":{"0":"B","1":"F","2":"e","name":"Retrieve a Customer","method":"get","publish_as":"data","url":"https://api.stripe.com/v1/customers/[Customer ID]","url_params":{"BFn":{"key":"Customer ID","value":"cus_Hm0Fz2aFEXLEnw","private":true}},"initialized":true,"types":"{\"plugin_api.BFf\":{\"caption\":\"Retrieve a Customer\",\"fields\":{\"_p_id\":{\"ret_value\":\"text\",\"caption\":\"id\",\"sample_value\":\"cus_Hm0Fz2aFEXLEnw\"},\"_p_object\":{\"ret_value\":\"text\",\"caption\":\"object\",\"sample_value\":\"customer\"},\"_p_address.city\":{\"ret_value\":\"text\",\"caption\":\"address city\",\"sample_value\":\"Toronto\",\"path\":[\"address\",\"city\"]},\"_p_address.country\":{\"ret_value\":\"text\",\"caption\":\"address country\",\"sample_value\":\"CA\",\"path\":[\"address\",\"country\"]},\"_p_address.line1\":{\"ret_value\":\"text\",\"caption\":\"address line1\",\"sample_value\":\"1 Yonge St\",\"path\":[\"address\",\"line1\"]},\"_p_address.line2\":{\"ret_value\":\"text\",\"caption\":\"address line2\",\"sample_value\":\"Suite 1\",\"path\":[\"address\",\"line2\"]},\"_p_address.postal_code\":{\"ret_value\":\"text\",\"caption\":\"address postal_code\",\"sample_value\":\"M5X1W8\",\"path\":[\"address\",\"postal_code\"]},\"_p_address.state\":{\"ret_value\":\"text\",\"caption\":\"address state\",\"sample_value\":\"BC\",\"path\":[\"address\",\"state\"]},\"_p_balance\":{\"ret_value\":\"number\",\"caption\":\"balance\",\"sample_value\":0},\"_p_created\":{\"ret_value\":\"number\",\"caption\":\"created\",\"sample_value\":1596555560},\"_p_currency\":{\"ret_value\":\"text\",\"caption\":\"currency\",\"sample_value\":\"usd\"},\"_p_default_source\":{\"ret_value\":\"text\",\"caption\":\"default_source\",\"sample_value\":\"card_1HEY9pDRc4puWQSIGav28ExV\"},\"_p_delinquent\":{\"ret_value\":\"boolean\",\"caption\":\"delinquent\",\"sample_value\":false},\"_p_description\":{\"ret_value\":\"text\",\"caption\":\"description\",\"sample_value\":\"Customer Description\"},\"_p_discount\":{\"ret_value\":\"text\",\"caption\":\"discount\",\"sample_value\":null},\"_p_email\":{\"ret_value\":\"text\",\"caption\":\"email\",\"sample_value\":\"test@test.com\"},\"_p_invoice_prefix\":{\"ret_value\":\"text\",\"caption\":\"invoice_prefix\",\"sample_value\":\"DC6FA293\"},\"_p_invoice_settings.custom_fields\":{\"ret_value\":\"text\",\"caption\":\"invoice_settings custom_fields\",\"sample_value\":null,\"path\":[\"invoice_settings\",\"custom_fields\"]},\"_p_invoice_settings.default_payment_method\":{\"ret_value\":\"text\",\"caption\":\"invoice_settings default_payment_method\",\"sample_value\":null,\"path\":[\"invoice_settings\",\"default_payment_method\"]},\"_p_invoice_settings.footer\":{\"ret_value\":\"text\",\"caption\":\"invoice_settings footer\",\"sample_value\":null,\"path\":[\"invoice_settings\",\"footer\"]},\"_p_livemode\":{\"ret_value\":\"boolean\",\"caption\":\"livemode\",\"sample_value\":false},\"_p_name\":{\"ret_value\":\"text\",\"caption\":\"name\",\"sample_value\":\"John Smith\"},\"_p_next_invoice_sequence\":{\"ret_value\":\"number\",\"caption\":\"next_invoice_sequence\",\"sample_value\":31},\"_p_phone\":{\"ret_value\":\"text\",\"caption\":\"phone\",\"sample_value\":null},\"_p_shipping.address.city\":{\"ret_value\":\"text\",\"caption\":\"shipping address city\",\"sample_value\":\"Toronto\",\"path\":[\"shipping\",\"address\",\"city\"]},\"_p_shipping.address.country\":{\"ret_value\":\"text\",\"caption\":\"shipping address country\",\"sample_value\":\"CA\",\"path\":[\"shipping\",\"address\",\"country\"]},\"_p_shipping.address.line1\":{\"ret_value\":\"text\",\"caption\":\"shipping address line1\",\"sample_value\":\"1 Yonge St\",\"path\":[\"shipping\",\"address\",\"line1\"]},\"_p_shipping.address.line2\":{\"ret_value\":\"text\",\"caption\":\"shipping address line2\",\"sample_value\":\"Suite 1\",\"path\":[\"shipping\",\"address\",\"line2\"]},\"_p_shipping.address.postal_code\":{\"ret_value\":\"text\",\"caption\":\"shipping address postal_code\",\"sample_value\":\"M5X1W8\",\"path\":[\"shipping\",\"address\",\"postal_code\"]},\"_p_shipping.address.state\":{\"ret_value\":\"text\",\"caption\":\"shipping address state\",\"sample_value\":\"BC\",\"path\":[\"shipping\",\"address\",\"state\"]},\"_p_shipping.name\":{\"ret_value\":\"text\",\"caption\":\"shipping name\",\"sample_value\":\"John Smith\",\"path\":[\"shipping\",\"name\"]},\"_p_shipping.phone\":{\"ret_value\":\"text\",\"caption\":\"shipping phone\",\"sample_value\":\"\",\"path\":[\"shipping\",\"phone\"]},\"_p_tax_exempt\":{\"ret_value\":\"text\",\"caption\":\"tax_exempt\",\"sample_value\":\"none\"}}}}","ret_value":"api.1491714407143x279212378954661900.plugin_api.BFf","should_reinitialize":false},"BFp":{"0":"B","1":"F","2":"o","name":"Retrieve a Customer","method":"get","publish_as":"action","url":"https://api.stripe.com/v1/customers/[Customer ID]","url_params":{"BFn":{"key":"Customer ID","value":"cus_Hm0Fz2aFEXLEnw","private":true}},"initialized":true,"types":"{\"plugin_api.BFp\":{\"caption\":\"Retrieve a Customer\",\"fields\":{\"_p_id\":{\"ret_value\":\"text\",\"caption\":\"id\",\"sample_value\":\"cus_Hm0Fz2aFEXLEnw\"},\"_p_object\":{\"ret_value\":\"text\",\"caption\":\"object\",\"sample_value\":\"customer\"},\"_p_address.city\":{\"ret_value\":\"text\",\"caption\":\"address city\",\"sample_value\":\"Toronto\",\"path\":[\"address\",\"city\"]},\"_p_address.country\":{\"ret_value\":\"text\",\"caption\":\"address country\",\"sample_value\":\"CA\",\"path\":[\"address\",\"country\"]},\"_p_address.line1\":{\"ret_value\":\"text\",\"caption\":\"address line1\",\"sample_value\":\"1 Yonge St\",\"path\":[\"address\",\"line1\"]},\"_p_address.line2\":{\"ret_value\":\"text\",\"caption\":\"address line2\",\"sample_value\":\"Suite 1\",\"path\":[\"address\",\"line2\"]},\"_p_address.postal_code\":{\"ret_value\":\"text\",\"caption\":\"address postal_code\",\"sample_value\":\"M5X1W8\",\"path\":[\"address\",\"postal_code\"]},\"_p_address.state\":{\"ret_value\":\"text\",\"caption\":\"address state\",\"sample_value\":\"BC\",\"path\":[\"address\",\"state\"]},\"_p_balance\":{\"ret_value\":\"number\",\"caption\":\"balance\",\"sample_value\":0},\"_p_created\":{\"ret_value\":\"number\",\"caption\":\"created\",\"sample_value\":1596555560},\"_p_currency\":{\"ret_value\":\"text\",\"caption\":\"currency\",\"sample_value\":\"usd\"},\"_p_default_source\":{\"ret_value\":\"text\",\"caption\":\"default_source\",\"sample_value\":\"card_1HEY9pDRc4puWQSIGav28ExV\"},\"_p_delinquent\":{\"ret_value\":\"boolean\",\"caption\":\"delinquent\",\"sample_value\":false},\"_p_description\":{\"ret_value\":\"text\",\"caption\":\"description\",\"sample_value\":\"Customer Description\"},\"_p_discount\":{\"ret_value\":\"text\",\"caption\":\"discount\",\"sample_value\":null},\"_p_email\":{\"ret_value\":\"text\",\"caption\":\"email\",\"sample_value\":\"test@test.com\"},\"_p_invoice_prefix\":{\"ret_value\":\"text\",\"caption\":\"invoice_prefix\",\"sample_value\":\"DC6FA293\"},\"_p_invoice_settings.custom_fields\":{\"ret_value\":\"text\",\"caption\":\"invoice_settings custom_fields\",\"sample_value\":null,\"path\":[\"invoice_settings\",\"custom_fields\"]},\"_p_invoice_settings.default_payment_method\":{\"ret_value\":\"text\",\"caption\":\"invoice_settings default_payment_method\",\"sample_value\":null,\"path\":[\"invoice_settings\",\"default_payment_method\"]},\"_p_invoice_settings.footer\":{\"ret_value\":\"text\",\"caption\":\"invoice_settings footer\",\"sample_value\":null,\"path\":[\"invoice_settings\",\"footer\"]},\"_p_livemode\":{\"ret_value\":\"boolean\",\"caption\":\"livemode\",\"sample_value\":false},\"_p_name\":{\"ret_value\":\"text\",\"caption\":\"name\",\"sample_value\":\"John Smith\"},\"_p_next_invoice_sequence\":{\"ret_value\":\"number\",\"caption\":\"next_invoice_sequence\",\"sample_value\":31},\"_p_phone\":{\"ret_value\":\"text\",\"caption\":\"phone\",\"sample_value\":null},\"_p_shipping.address.city\":{\"ret_value\":\"text\",\"caption\":\"shipping address city\",\"sample_value\":\"Toronto\",\"path\":[\"shipping\",\"address\",\"city\"]},\"_p_shipping.address.country\":{\"ret_value\":\"text\",\"caption\":\"shipping address country\",\"sample_value\":\"CA\",\"path\":[\"shipping\",\"address\",\"country\"]},\"_p_shipping.address.line1\":{\"ret_value\":\"text\",\"caption\":\"shipping address line1\",\"sample_value\":\"1 Yonge St\",\"path\":[\"shipping\",\"address\",\"line1\"]},\"_p_shipping.address.line2\":{\"ret_value\":\"text\",\"caption\":\"shipping address line2\",\"sample_value\":\"Suite 1\",\"path\":[\"shipping\",\"address\",\"line2\"]},\"_p_shipping.address.postal_code\":{\"ret_value\":\"text\",\"caption\":\"shipping address postal_code\",\"sample_value\":\"M5X1W8\",\"path\":[\"shipping\",\"address\",\"postal_code\"]},\"_p_shipping.address.state\":{\"ret_value\":\"text\",\"caption\":\"shipping address state\",\"sample_value\":\"BC\",\"path\":[\"shipping\",\"address\",\"state\"]},\"_p_shipping.name\":{\"ret_value\":\"text\",\"caption\":\"shipping name\",\"sample_value\":\"John Smith\",\"path\":[\"shipping\",\"name\"]},\"_p_shipping.phone\":{\"ret_value\":\"text\",\"caption\":\"shipping phone\",\"sample_value\":\"\",\"path\":[\"shipping\",\"phone\"]},\"_p_tax_exempt\":{\"ret_value\":\"text\",\"caption\":\"tax_exempt\",\"sample_value\":\"none\"}}}}","ret_value":"api.1491714407143x279212378954661900.plugin_api.BFp","should_reinitialize":false},"BGp":{"0":"B","1":"G","2":"o","name":"Retrieve an External Account","method":"get","publish_as":"data","url":"https://api.stripe.com/v1/accounts/[Account ID]/external_accounts/[External Account ID]","url_params":{"BHG":{"key":"Account ID","value":"acct_1F9dJfHOenVCKOR6","private":true,"doc":"The ID of the Seller Account. Example: Starts with 'acct_'"},"BHH":{"key":"External Account ID","value":"ba_1F9dJrHOenVCKOR6FKzJJBNE","private":true,"doc":"The ID of the External Account. Example: Starts with 'ba_'"}},"initialized":true,"types":"{\"plugin_api.BGp\":{\"caption\":\"Retrieve an External Account\",\"fields\":{\"_p_id\":{\"ret_value\":\"text\",\"caption\":\"id\",\"sample_value\":\"ba_1ITzUq2eZvKYlo2C930etza4\"},\"_p_object\":{\"ret_value\":\"text\",\"caption\":\"object\",\"sample_value\":\"bank_account\"},\"_p_account\":{\"ret_value\":\"text\",\"caption\":\"account\",\"sample_value\":\"acct_1032D82eZvKYlo2C\"},\"_p_account_holder_name\":{\"ret_value\":\"text\",\"caption\":\"account_holder_name\",\"sample_value\":\"Jane Austen\"},\"_p_account_holder_type\":{\"ret_value\":\"text\",\"caption\":\"account_holder_type\",\"sample_value\":\"individual\"},\"_p_available_payout_methods\":{\"ret_value\":\"list.text\",\"caption\":\"available_payout_methods\",\"sample_value\":\"standard\"},\"_p_bank_name\":{\"ret_value\":\"text\",\"caption\":\"bank_name\",\"sample_value\":\"STRIPE TEST BANK\"},\"_p_country\":{\"ret_value\":\"text\",\"caption\":\"country\",\"sample_value\":\"US\"},\"_p_currency\":{\"ret_value\":\"text\",\"caption\":\"currency\",\"sample_value\":\"usd\"},\"_p_fingerprint\":{\"ret_value\":\"text\",\"caption\":\"fingerprint\",\"sample_value\":\"1JWtPxqbdX5Gamtz\"},\"_p_last4\":{\"ret_value\":\"text\",\"caption\":\"last4\",\"sample_value\":\"6789\"},\"_p_routing_number\":{\"ret_value\":\"text\",\"caption\":\"routing_number\",\"sample_value\":\"110000000\"},\"_p_status\":{\"ret_value\":\"text\",\"caption\":\"status\",\"sample_value\":\"new\"}}}}","ret_value":"api.1491714407143x279212378954661900.plugin_api.BGp","should_reinitialize":false},"BHJ":{"0":"B","1":"H","2":"I","name":"Retrieve an External Account","method":"get","publish_as":"action","url":"https://api.stripe.com/v1/accounts/[Account ID]/external_accounts/[External Account ID]","url_params":{"BHG":{"key":"Account ID","value":"acct_1F9dJfHOenVCKOR6","private":true,"doc":"The ID of the Seller Account. Example: Starts with 'acct_'"},"BHH":{"key":"External Account ID","value":"ba_1F9dJrHOenVCKOR6FKzJJBNE","private":true,"doc":"The ID of the External Account. Example: Starts with 'ba_'"}},"initialized":true,"types":"{\"plugin_api.BHJ\":{\"caption\":\"Retrieve an External Account\",\"fields\":{\"_p_id\":{\"ret_value\":\"text\",\"caption\":\"id\",\"sample_value\":\"ba_1ITzUq2eZvKYlo2C930etza4\"},\"_p_object\":{\"ret_value\":\"text\",\"caption\":\"object\",\"sample_value\":\"bank_account\"},\"_p_account\":{\"ret_value\":\"text\",\"caption\":\"account\",\"sample_value\":\"acct_1032D82eZvKYlo2C\"},\"_p_account_holder_name\":{\"ret_value\":\"text\",\"caption\":\"account_holder_name\",\"sample_value\":\"Jane Austen\"},\"_p_account_holder_type\":{\"ret_value\":\"text\",\"caption\":\"account_holder_type\",\"sample_value\":\"individual\"},\"_p_available_payout_methods\":{\"ret_value\":\"list.text\",\"caption\":\"available_payout_methods\",\"sample_value\":\"standard\"},\"_p_bank_name\":{\"ret_value\":\"text\",\"caption\":\"bank_name\",\"sample_value\":\"STRIPE TEST BANK\"},\"_p_country\":{\"ret_value\":\"text\",\"caption\":\"country\",\"sample_value\":\"US\"},\"_p_currency\":{\"ret_value\":\"text\",\"caption\":\"currency\",\"sample_value\":\"usd\"},\"_p_fingerprint\":{\"ret_value\":\"text\",\"caption\":\"fingerprint\",\"sample_value\":\"1JWtPxqbdX5Gamtz\"},\"_p_last4\":{\"ret_value\":\"text\",\"caption\":\"last4\",\"sample_value\":\"6789\"},\"_p_routing_number\":{\"ret_value\":\"text\",\"caption\":\"routing_number\",\"sample_value\":\"110000000\"},\"_p_status\":{\"ret_value\":\"text\",\"caption\":\"status\",\"sample_value\":\"new\"}}}}","ret_value":"api.1491714407143x279212378954661900.plugin_api.BHJ","should_reinitialize":false},"BHY":{"0":"B","1":"H","2":"X","name":"Retrieve a Plan","method":"get","publish_as":"action","url":"https://api.stripe.com/v1/plans/[Plan ID]","url_params":{"BHc":{"key":"Plan ID","value":"plan_FlGQJSBUCEtCXt","private":true,"doc":"The ID of the Plan. Example: Starts with 'plan_'"}},"initialized":true,"types":"{\"plugin_api.BHY\":{\"caption\":\"Retrieve a Plan\",\"fields\":{\"_p_id\":{\"ret_value\":\"text\",\"caption\":\"id\",\"sample_value\":\"price_1ITdvb2eZvKYlo2ClFNLE2mS\"},\"_p_object\":{\"ret_value\":\"text\",\"caption\":\"object\",\"sample_value\":\"plan\"},\"_p_active\":{\"ret_value\":\"boolean\",\"caption\":\"active\",\"sample_value\":true},\"_p_aggregate_usage\":{\"ret_value\":\"text\",\"caption\":\"aggregate_usage\",\"sample_value\":null},\"_p_amount\":{\"ret_value\":\"number\",\"caption\":\"amount\",\"sample_value\":1600},\"_p_amount_decimal\":{\"ret_value\":\"text\",\"caption\":\"amount_decimal\",\"sample_value\":\"1600\"},\"_p_billing_scheme\":{\"ret_value\":\"text\",\"caption\":\"billing_scheme\",\"sample_value\":\"per_unit\"},\"_p_created\":{\"ret_value\":\"number\",\"caption\":\"created\",\"sample_value\":1615428427},\"_p_currency\":{\"ret_value\":\"text\",\"caption\":\"currency\",\"sample_value\":\"usd\"},\"_p_interval\":{\"ret_value\":\"text\",\"caption\":\"interval\",\"sample_value\":\"month\"},\"_p_interval_count\":{\"ret_value\":\"number\",\"caption\":\"interval_count\",\"sample_value\":1},\"_p_livemode\":{\"ret_value\":\"boolean\",\"caption\":\"livemode\",\"sample_value\":false},\"_p_nickname\":{\"ret_value\":\"text\",\"caption\":\"nickname\",\"sample_value\":null},\"_p_product\":{\"ret_value\":\"text\",\"caption\":\"product\",\"sample_value\":\"prod_J5pabT80t6v49K\"},\"_p_tiers_mode\":{\"ret_value\":\"text\",\"caption\":\"tiers_mode\",\"sample_value\":null},\"_p_transform_usage\":{\"ret_value\":\"text\",\"caption\":\"transform_usage\",\"sample_value\":null},\"_p_trial_period_days\":{\"ret_value\":\"text\",\"caption\":\"trial_period_days\",\"sample_value\":null},\"_p_usage_type\":{\"ret_value\":\"text\",\"caption\":\"usage_type\",\"sample_value\":\"licensed\"}}}}","ret_value":"api.1491714407143x279212378954661900.plugin_api.BHY","should_reinitialize":false},"BHe":{"0":"B","1":"H","2":"d","name":"Retrieve a Plan","method":"get","publish_as":"data","url":"https://api.stripe.com/v1/plans/[Plan ID]","url_params":{"BHc":{"key":"Plan ID","value":"plan_FlGQJSBUCEtCXt","private":true,"doc":"The ID of the Plan. Example: Starts with 'plans_'"}},"initialized":true,"types":"{\"plugin_api.BHe\":{\"caption\":\"Retrieve a Plan\",\"fields\":{\"_p_id\":{\"ret_value\":\"text\",\"caption\":\"id\",\"sample_value\":\"price_1ITdvb2eZvKYlo2ClFNLE2mS\"},\"_p_object\":{\"ret_value\":\"text\",\"caption\":\"object\",\"sample_value\":\"plan\"},\"_p_active\":{\"ret_value\":\"boolean\",\"caption\":\"active\",\"sample_value\":true},\"_p_aggregate_usage\":{\"ret_value\":\"text\",\"caption\":\"aggregate_usage\",\"sample_value\":null},\"_p_amount\":{\"ret_value\":\"number\",\"caption\":\"amount\",\"sample_value\":1600},\"_p_amount_decimal\":{\"ret_value\":\"text\",\"caption\":\"amount_decimal\",\"sample_value\":\"1600\"},\"_p_billing_scheme\":{\"ret_value\":\"text\",\"caption\":\"billing_scheme\",\"sample_value\":\"per_unit\"},\"_p_created\":{\"ret_value\":\"number\",\"caption\":\"created\",\"sample_value\":1615428427},\"_p_currency\":{\"ret_value\":\"text\",\"caption\":\"currency\",\"sample_value\":\"usd\"},\"_p_interval\":{\"ret_value\":\"text\",\"caption\":\"interval\",\"sample_value\":\"month\"},\"_p_interval_count\":{\"ret_value\":\"number\",\"caption\":\"interval_count\",\"sample_value\":1},\"_p_livemode\":{\"ret_value\":\"boolean\",\"caption\":\"livemode\",\"sample_value\":false},\"_p_nickname\":{\"ret_value\":\"text\",\"caption\":\"nickname\",\"sample_value\":null},\"_p_product\":{\"ret_value\":\"text\",\"caption\":\"product\",\"sample_value\":\"prod_J5pabT80t6v49K\"},\"_p_tiers_mode\":{\"ret_value\":\"text\",\"caption\":\"tiers_mode\",\"sample_value\":null},\"_p_transform_usage\":{\"ret_value\":\"text\",\"caption\":\"transform_usage\",\"sample_value\":null},\"_p_trial_period_days\":{\"ret_value\":\"text\",\"caption\":\"trial_period_days\",\"sample_value\":null},\"_p_usage_type\":{\"ret_value\":\"text\",\"caption\":\"usage_type\",\"sample_value\":\"licensed\"}}}}","ret_value":"api.1491714407143x279212378954661900.plugin_api.BHe","should_reinitialize":false},"BHg":{"0":"B","1":"H","2":"f","name":"Retrieve a Product","method":"get","publish_as":"data","url":"https://api.stripe.com/v1/products/[Product ID]","url_params":{"BHn":{"key":"Product ID","value":"prod_EClPGaXcgvXAQ4","private":true,"doc":"The ID of the Product. Example: Starts with 'prod_'"}},"initialized":true,"types":"{\"plugin_api.BHg\":{\"caption\":\"Retrieve a Product\",\"fields\":{\"_p_id\":{\"ret_value\":\"text\",\"caption\":\"id\",\"sample_value\":\"d4663772-062f-494f-88d8-43eabb18775b\"},\"_p_object\":{\"ret_value\":\"text\",\"caption\":\"object\",\"sample_value\":\"product\"},\"_p_active\":{\"ret_value\":\"boolean\",\"caption\":\"active\",\"sample_value\":true},\"_p_created\":{\"ret_value\":\"number\",\"caption\":\"created\",\"sample_value\":1615505940},\"_p_description\":{\"ret_value\":\"text\",\"caption\":\"description\",\"sample_value\":null},\"_p_livemode\":{\"ret_value\":\"boolean\",\"caption\":\"livemode\",\"sample_value\":false},\"_p_name\":{\"ret_value\":\"text\",\"caption\":\"name\",\"sample_value\":\"Aprendendo a programar 2\"},\"_p_statement_descriptor\":{\"ret_value\":\"text\",\"caption\":\"statement_descriptor\",\"sample_value\":null},\"_p_unit_label\":{\"ret_value\":\"text\",\"caption\":\"unit_label\",\"sample_value\":null},\"_p_updated\":{\"ret_value\":\"number\",\"caption\":\"updated\",\"sample_value\":1615505940}}}}","ret_value":"api.1491714407143x279212378954661900.plugin_api.BHg","should_reinitialize":false},"BHp":{"0":"B","1":"H","2":"o","name":"Retrieve a Product","method":"get","publish_as":"action","url":"https://api.stripe.com/v1/products/[Product ID]","url_params":{"BHn":{"key":"Product ID","value":"prod_EClPGaXcgvXAQ4","private":true,"doc":"The ID of the Product. Example: Starts with 'prod_'"}},"initialized":true,"types":"{\"plugin_api.BHp\":{\"caption\":\"Retrieve a Product\",\"fields\":{\"_p_id\":{\"ret_value\":\"text\",\"caption\":\"id\",\"sample_value\":\"d4663772-062f-494f-88d8-43eabb18775b\"},\"_p_object\":{\"ret_value\":\"text\",\"caption\":\"object\",\"sample_value\":\"product\"},\"_p_active\":{\"ret_value\":\"boolean\",\"caption\":\"active\",\"sample_value\":true},\"_p_created\":{\"ret_value\":\"number\",\"caption\":\"created\",\"sample_value\":1615505940},\"_p_description\":{\"ret_value\":\"text\",\"caption\":\"description\",\"sample_value\":null},\"_p_livemode\":{\"ret_value\":\"boolean\",\"caption\":\"livemode\",\"sample_value\":false},\"_p_name\":{\"ret_value\":\"text\",\"caption\":\"name\",\"sample_value\":\"Aprendendo a programar 2\"},\"_p_statement_descriptor\":{\"ret_value\":\"text\",\"caption\":\"statement_descriptor\",\"sample_value\":null},\"_p_unit_label\":{\"ret_value\":\"text\",\"caption\":\"unit_label\",\"sample_value\":null},\"_p_updated\":{\"ret_value\":\"number\",\"caption\":\"updated\",\"sample_value\":1615505940}}}}","ret_value":"api.1491714407143x279212378954661900.plugin_api.BHp","should_reinitialize":false},"BIV":{"0":"B","1":"I","2":"U","name":"Retrieve a Subscription","method":"get","publish_as":"action","url":"https://api.stripe.com/v1/subscriptions/[Subscription ID]","url_params":{"BIh":{"key":"Subscription ID","value":"sub_FmTN4jkjMN14kx","private":true,"doc":"The ID of the Subscription. Example: Starts with 'sub_'"}},"initialized":true,"types":"{\"plugin_api.BIV\":{\"caption\":\"Retrieve a Subscription\",\"fields\":{\"_p_id\":{\"ret_value\":\"text\",\"caption\":\"id\",\"sample_value\":\"sub_AgOem0qdyCowxn\"},\"_p_object\":{\"ret_value\":\"text\",\"caption\":\"object\",\"sample_value\":\"subscription\"},\"_p_application_fee_percent\":{\"ret_value\":\"text\",\"caption\":\"application_fee_percent\",\"sample_value\":null},\"_p_billing_cycle_anchor\":{\"ret_value\":\"number\",\"caption\":\"billing_cycle_anchor\",\"sample_value\":1495164780},\"_p_billing_thresholds\":{\"ret_value\":\"text\",\"caption\":\"billing_thresholds\",\"sample_value\":null},\"_p_cancel_at\":{\"ret_value\":\"text\",\"caption\":\"cancel_at\",\"sample_value\":null},\"_p_cancel_at_period_end\":{\"ret_value\":\"boolean\",\"caption\":\"cancel_at_period_end\",\"sample_value\":false},\"_p_canceled_at\":{\"ret_value\":\"text\",\"caption\":\"canceled_at\",\"sample_value\":null},\"_p_collection_method\":{\"ret_value\":\"text\",\"caption\":\"collection_method\",\"sample_value\":\"charge_automatically\"},\"_p_created\":{\"ret_value\":\"number\",\"caption\":\"created\",\"sample_value\":1495164780},\"_p_current_period_end\":{\"ret_value\":\"number\",\"caption\":\"current_period_end\",\"sample_value\":1616124780},\"_p_current_period_start\":{\"ret_value\":\"number\",\"caption\":\"current_period_start\",\"sample_value\":1613705580},\"_p_customer\":{\"ret_value\":\"text\",\"caption\":\"customer\",\"sample_value\":\"cus_AgOeorQ7kTewBI\"},\"_p_days_until_due\":{\"ret_value\":\"text\",\"caption\":\"days_until_due\",\"sample_value\":null},\"_p_default_payment_method\":{\"ret_value\":\"text\",\"caption\":\"default_payment_method\",\"sample_value\":null},\"_p_default_source\":{\"ret_value\":\"text\",\"caption\":\"default_source\",\"sample_value\":null},\"_p_discount\":{\"ret_value\":\"text\",\"caption\":\"discount\",\"sample_value\":null},\"_p_ended_at\":{\"ret_value\":\"text\",\"caption\":\"ended_at\",\"sample_value\":null},\"_p_items.object\":{\"ret_value\":\"text\",\"caption\":\"object\",\"sample_value\":\"list\",\"path\":[\"items\",\"object\"]},\"_p_items.data\":{\"ret_value\":\"list.api.1491714407143x279212378954661900.plugin_api.BIV.items.data\",\"caption\":\"Retrieve a Subscription\",\"path\":[\"items\",\"data\"]},\"_p_items.has_more\":{\"ret_value\":\"boolean\",\"caption\":\"has_more\",\"sample_value\":false,\"path\":[\"items\",\"has_more\"]},\"_p_items.url\":{\"ret_value\":\"text\",\"caption\":\"url\",\"sample_value\":\"/v1/subscription_items?subscription=sub_AgOem0qdyCowxn\",\"path\":[\"items\",\"url\"]},\"_p_latest_invoice\":{\"ret_value\":\"text\",\"caption\":\"latest_invoice\",\"sample_value\":\"in_1IMPlI2eZvKYlo2CwdVZaUXW\"},\"_p_livemode\":{\"ret_value\":\"boolean\",\"caption\":\"livemode\",\"sample_value\":false},\"_p_next_pending_invoice_item_invoice\":{\"ret_value\":\"text\",\"caption\":\"next_pending_invoice_item_invoice\",\"sample_value\":null},\"_p_pause_collection.behavior\":{\"ret_value\":\"text\",\"caption\":\"pause_collection behavior\",\"sample_value\":\"keep_as_draft\",\"path\":[\"pause_collection\",\"behavior\"]},\"_p_pause_collection.resumes_at\":{\"ret_value\":\"text\",\"caption\":\"pause_collection resumes_at\",\"sample_value\":null,\"path\":[\"pause_collection\",\"resumes_at\"]},\"_p_pending_invoice_item_interval\":{\"ret_value\":\"text\",\"caption\":\"pending_invoice_item_interval\",\"sample_value\":null},\"_p_pending_setup_intent\":{\"ret_value\":\"text\",\"caption\":\"pending_setup_intent\",\"sample_value\":null},\"_p_pending_update\":{\"ret_value\":\"text\",\"caption\":\"pending_update\",\"sample_value\":null},\"_p_schedule\":{\"ret_value\":\"text\",\"caption\":\"schedule\",\"sample_value\":null},\"_p_start_date\":{\"ret_value\":\"number\",\"caption\":\"start_date\",\"sample_value\":1495164780},\"_p_status\":{\"ret_value\":\"text\",\"caption\":\"status\",\"sample_value\":\"active\"},\"_p_transfer_data\":{\"ret_value\":\"text\",\"caption\":\"transfer_data\",\"sample_value\":null},\"_p_trial_end\":{\"ret_value\":\"text\",\"caption\":\"trial_end\",\"sample_value\":null},\"_p_trial_start\":{\"ret_value\":\"text\",\"caption\":\"trial_start\",\"sample_value\":null}}},\"plugin_api.BIV.items.data\":{\"caption\":\"Retrieve a Subscription item data\",\"fields\":{\"_p_id\":{\"ret_value\":\"text\",\"caption\":\"id\",\"sample_value\":\"si_1AL1rM2eZvKYlo2CvSvKRh4v\"},\"_p_object\":{\"ret_value\":\"text\",\"caption\":\"object\",\"sample_value\":\"subscription_item\"},\"_p_billing_thresholds\":{\"ret_value\":\"text\",\"caption\":\"billing_thresholds\",\"sample_value\":null},\"_p_created\":{\"ret_value\":\"number\",\"caption\":\"created\",\"sample_value\":1495164780},\"_p_price.id\":{\"ret_value\":\"text\",\"caption\":\"price id\",\"sample_value\":\"free_premium\",\"path\":[\"price\",\"id\"]},\"_p_price.object\":{\"ret_value\":\"text\",\"caption\":\"price object\",\"sample_value\":\"price\",\"path\":[\"price\",\"object\"]},\"_p_price.active\":{\"ret_value\":\"boolean\",\"caption\":\"price active\",\"sample_value\":true,\"path\":[\"price\",\"active\"]},\"_p_price.billing_scheme\":{\"ret_value\":\"text\",\"caption\":\"price billing_scheme\",\"sample_value\":\"per_unit\",\"path\":[\"price\",\"billing_scheme\"]},\"_p_price.created\":{\"ret_value\":\"number\",\"caption\":\"price created\",\"sample_value\":1494529010,\"path\":[\"price\",\"created\"]},\"_p_price.currency\":{\"ret_value\":\"text\",\"caption\":\"price currency\",\"sample_value\":\"usd\",\"path\":[\"price\",\"currency\"]},\"_p_price.livemode\":{\"ret_value\":\"boolean\",\"caption\":\"price livemode\",\"sample_value\":false,\"path\":[\"price\",\"livemode\"]},\"_p_price.lookup_key\":{\"ret_value\":\"text\",\"caption\":\"price lookup_key\",\"sample_value\":null,\"path\":[\"price\",\"lookup_key\"]},\"_p_price.nickname\":{\"ret_value\":\"text\",\"caption\":\"price nickname\",\"sample_value\":null,\"path\":[\"price\",\"nickname\"]},\"_p_price.product\":{\"ret_value\":\"text\",\"caption\":\"price product\",\"sample_value\":\"prod_BTtwoF3FsmfGzG\",\"path\":[\"price\",\"product\"]},\"_p_price.recurring.aggregate_usage\":{\"ret_value\":\"text\",\"caption\":\"price recurring aggregate_usage\",\"sample_value\":null,\"path\":[\"price\",\"recurring\",\"aggregate_usage\"]},\"_p_price.recurring.interval\":{\"ret_value\":\"text\",\"caption\":\"price recurring interval\",\"sample_value\":\"month\",\"path\":[\"price\",\"recurring\",\"interval\"]},\"_p_price.recurring.interval_count\":{\"ret_value\":\"number\",\"caption\":\"price recurring interval_count\",\"sample_value\":1,\"path\":[\"price\",\"recurring\",\"interval_count\"]},\"_p_price.recurring.usage_type\":{\"ret_value\":\"text\",\"caption\":\"price recurring usage_type\",\"sample_value\":\"licensed\",\"path\":[\"price\",\"recurring\",\"usage_type\"]},\"_p_price.tiers_mode\":{\"ret_value\":\"text\",\"caption\":\"price tiers_mode\",\"sample_value\":null,\"path\":[\"price\",\"tiers_mode\"]},\"_p_price.transform_quantity\":{\"ret_value\":\"text\",\"caption\":\"price transform_quantity\",\"sample_value\":null,\"path\":[\"price\",\"transform_quantity\"]},\"_p_price.type\":{\"ret_value\":\"text\",\"caption\":\"price type\",\"sample_value\":\"recurring\",\"path\":[\"price\",\"type\"]},\"_p_price.unit_amount\":{\"ret_value\":\"number\",\"caption\":\"price unit_amount\",\"sample_value\":0,\"path\":[\"price\",\"unit_amount\"]},\"_p_price.unit_amount_decimal\":{\"ret_value\":\"text\",\"caption\":\"price unit_amount_decimal\",\"sample_value\":\"0\",\"path\":[\"price\",\"unit_amount_decimal\"]},\"_p_quantity\":{\"ret_value\":\"number\",\"caption\":\"quantity\",\"sample_value\":1},\"_p_subscription\":{\"ret_value\":\"text\",\"caption\":\"subscription\",\"sample_value\":\"sub_AgOem0qdyCowxn\"}}}}","ret_value":"api.1491714407143x279212378954661900.plugin_api.BIV","should_reinitialize":false},"BIj":{"0":"B","1":"I","2":"i","name":"Retrieve a Subscription","method":"get","publish_as":"data","url":"https://api.stripe.com/v1/subscriptions/[Subscription ID]","url_params":{"BIh":{"key":"Subscription ID","value":"sub_FmTN4jkjMN14kx","private":true,"doc":"The ID of the Subscription. Example: Starts with 'sub_'"}},"initialized":true,"types":"{\"plugin_api.BIj\":{\"caption\":\"Retrieve a Subscription\",\"fields\":{\"_p_id\":{\"ret_value\":\"text\",\"caption\":\"id\",\"sample_value\":\"sub_AgOem0qdyCowxn\"},\"_p_object\":{\"ret_value\":\"text\",\"caption\":\"object\",\"sample_value\":\"subscription\"},\"_p_application_fee_percent\":{\"ret_value\":\"text\",\"caption\":\"application_fee_percent\",\"sample_value\":null},\"_p_billing_cycle_anchor\":{\"ret_value\":\"number\",\"caption\":\"billing_cycle_anchor\",\"sample_value\":1495164780},\"_p_billing_thresholds\":{\"ret_value\":\"text\",\"caption\":\"billing_thresholds\",\"sample_value\":null},\"_p_cancel_at\":{\"ret_value\":\"text\",\"caption\":\"cancel_at\",\"sample_value\":null},\"_p_cancel_at_period_end\":{\"ret_value\":\"boolean\",\"caption\":\"cancel_at_period_end\",\"sample_value\":false},\"_p_canceled_at\":{\"ret_value\":\"text\",\"caption\":\"canceled_at\",\"sample_value\":null},\"_p_collection_method\":{\"ret_value\":\"text\",\"caption\":\"collection_method\",\"sample_value\":\"charge_automatically\"},\"_p_created\":{\"ret_value\":\"number\",\"caption\":\"created\",\"sample_value\":1495164780},\"_p_current_period_end\":{\"ret_value\":\"number\",\"caption\":\"current_period_end\",\"sample_value\":1616124780},\"_p_current_period_start\":{\"ret_value\":\"number\",\"caption\":\"current_period_start\",\"sample_value\":1613705580},\"_p_customer\":{\"ret_value\":\"text\",\"caption\":\"customer\",\"sample_value\":\"cus_AgOeorQ7kTewBI\"},\"_p_days_until_due\":{\"ret_value\":\"text\",\"caption\":\"days_until_due\",\"sample_value\":null},\"_p_default_payment_method\":{\"ret_value\":\"text\",\"caption\":\"default_payment_method\",\"sample_value\":null},\"_p_default_source\":{\"ret_value\":\"text\",\"caption\":\"default_source\",\"sample_value\":null},\"_p_discount\":{\"ret_value\":\"text\",\"caption\":\"discount\",\"sample_value\":null},\"_p_ended_at\":{\"ret_value\":\"text\",\"caption\":\"ended_at\",\"sample_value\":null},\"_p_items.object\":{\"ret_value\":\"text\",\"caption\":\"object\",\"sample_value\":\"list\",\"path\":[\"items\",\"object\"]},\"_p_items.data\":{\"ret_value\":\"list.api.1491714407143x279212378954661900.plugin_api.BIj.items.data\",\"caption\":\"Retrieve a Subscription\",\"path\":[\"items\",\"data\"]},\"_p_items.has_more\":{\"ret_value\":\"boolean\",\"caption\":\"has_more\",\"sample_value\":false,\"path\":[\"items\",\"has_more\"]},\"_p_items.url\":{\"ret_value\":\"text\",\"caption\":\"url\",\"sample_value\":\"/v1/subscription_items?subscription=sub_AgOem0qdyCowxn\",\"path\":[\"items\",\"url\"]},\"_p_latest_invoice\":{\"ret_value\":\"text\",\"caption\":\"latest_invoice\",\"sample_value\":\"in_1IMPlI2eZvKYlo2CwdVZaUXW\"},\"_p_livemode\":{\"ret_value\":\"boolean\",\"caption\":\"livemode\",\"sample_value\":false},\"_p_next_pending_invoice_item_invoice\":{\"ret_value\":\"text\",\"caption\":\"next_pending_invoice_item_invoice\",\"sample_value\":null},\"_p_pause_collection.behavior\":{\"ret_value\":\"text\",\"caption\":\"pause_collection behavior\",\"sample_value\":\"keep_as_draft\",\"path\":[\"pause_collection\",\"behavior\"]},\"_p_pause_collection.resumes_at\":{\"ret_value\":\"text\",\"caption\":\"pause_collection resumes_at\",\"sample_value\":null,\"path\":[\"pause_collection\",\"resumes_at\"]},\"_p_pending_invoice_item_interval\":{\"ret_value\":\"text\",\"caption\":\"pending_invoice_item_interval\",\"sample_value\":null},\"_p_pending_setup_intent\":{\"ret_value\":\"text\",\"caption\":\"pending_setup_intent\",\"sample_value\":null},\"_p_pending_update\":{\"ret_value\":\"text\",\"caption\":\"pending_update\",\"sample_value\":null},\"_p_schedule\":{\"ret_value\":\"text\",\"caption\":\"schedule\",\"sample_value\":null},\"_p_start_date\":{\"ret_value\":\"number\",\"caption\":\"start_date\",\"sample_value\":1495164780},\"_p_status\":{\"ret_value\":\"text\",\"caption\":\"status\",\"sample_value\":\"active\"},\"_p_transfer_data\":{\"ret_value\":\"text\",\"caption\":\"transfer_data\",\"sample_value\":null},\"_p_trial_end\":{\"ret_value\":\"text\",\"caption\":\"trial_end\",\"sample_value\":null},\"_p_trial_start\":{\"ret_value\":\"text\",\"caption\":\"trial_start\",\"sample_value\":null}}},\"plugin_api.BIj.items.data\":{\"caption\":\"Retrieve a Subscription item data\",\"fields\":{\"_p_id\":{\"ret_value\":\"text\",\"caption\":\"id\",\"sample_value\":\"si_1AL1rM2eZvKYlo2CvSvKRh4v\"},\"_p_object\":{\"ret_value\":\"text\",\"caption\":\"object\",\"sample_value\":\"subscription_item\"},\"_p_billing_thresholds\":{\"ret_value\":\"text\",\"caption\":\"billing_thresholds\",\"sample_value\":null},\"_p_created\":{\"ret_value\":\"number\",\"caption\":\"created\",\"sample_value\":1495164780},\"_p_price.id\":{\"ret_value\":\"text\",\"caption\":\"price id\",\"sample_value\":\"free_premium\",\"path\":[\"price\",\"id\"]},\"_p_price.object\":{\"ret_value\":\"text\",\"caption\":\"price object\",\"sample_value\":\"price\",\"path\":[\"price\",\"object\"]},\"_p_price.active\":{\"ret_value\":\"boolean\",\"caption\":\"price active\",\"sample_value\":true,\"path\":[\"price\",\"active\"]},\"_p_price.billing_scheme\":{\"ret_value\":\"text\",\"caption\":\"price billing_scheme\",\"sample_value\":\"per_unit\",\"path\":[\"price\",\"billing_scheme\"]},\"_p_price.created\":{\"ret_value\":\"number\",\"caption\":\"price created\",\"sample_value\":1494529010,\"path\":[\"price\",\"created\"]},\"_p_price.currency\":{\"ret_value\":\"text\",\"caption\":\"price currency\",\"sample_value\":\"usd\",\"path\":[\"price\",\"currency\"]},\"_p_price.livemode\":{\"ret_value\":\"boolean\",\"caption\":\"price livemode\",\"sample_value\":false,\"path\":[\"price\",\"livemode\"]},\"_p_price.lookup_key\":{\"ret_value\":\"text\",\"caption\":\"price lookup_key\",\"sample_value\":null,\"path\":[\"price\",\"lookup_key\"]},\"_p_price.nickname\":{\"ret_value\":\"text\",\"caption\":\"price nickname\",\"sample_value\":null,\"path\":[\"price\",\"nickname\"]},\"_p_price.product\":{\"ret_value\":\"text\",\"caption\":\"price product\",\"sample_value\":\"prod_BTtwoF3FsmfGzG\",\"path\":[\"price\",\"product\"]},\"_p_price.recurring.aggregate_usage\":{\"ret_value\":\"text\",\"caption\":\"price recurring aggregate_usage\",\"sample_value\":null,\"path\":[\"price\",\"recurring\",\"aggregate_usage\"]},\"_p_price.recurring.interval\":{\"ret_value\":\"text\",\"caption\":\"price recurring interval\",\"sample_value\":\"month\",\"path\":[\"price\",\"recurring\",\"interval\"]},\"_p_price.recurring.interval_count\":{\"ret_value\":\"number\",\"caption\":\"price recurring interval_count\",\"sample_value\":1,\"path\":[\"price\",\"recurring\",\"interval_count\"]},\"_p_price.recurring.usage_type\":{\"ret_value\":\"text\",\"caption\":\"price recurring usage_type\",\"sample_value\":\"licensed\",\"path\":[\"price\",\"recurring\",\"usage_type\"]},\"_p_price.tiers_mode\":{\"ret_value\":\"text\",\"caption\":\"price tiers_mode\",\"sample_value\":null,\"path\":[\"price\",\"tiers_mode\"]},\"_p_price.transform_quantity\":{\"ret_value\":\"text\",\"caption\":\"price transform_quantity\",\"sample_value\":null,\"path\":[\"price\",\"transform_quantity\"]},\"_p_price.type\":{\"ret_value\":\"text\",\"caption\":\"price type\",\"sample_value\":\"recurring\",\"path\":[\"price\",\"type\"]},\"_p_price.unit_amount\":{\"ret_value\":\"number\",\"caption\":\"price unit_amount\",\"sample_value\":0,\"path\":[\"price\",\"unit_amount\"]},\"_p_price.unit_amount_decimal\":{\"ret_value\":\"text\",\"caption\":\"price unit_amount_decimal\",\"sample_value\":\"0\",\"path\":[\"price\",\"unit_amount_decimal\"]},\"_p_quantity\":{\"ret_value\":\"number\",\"caption\":\"quantity\",\"sample_value\":1},\"_p_subscription\":{\"ret_value\":\"text\",\"caption\":\"subscription\",\"sample_value\":\"sub_AgOem0qdyCowxn\"}}}}","ret_value":"api.1491714407143x279212378954661900.plugin_api.BIj","should_reinitialize":false},"BIl":{"0":"B","1":"I","2":"k","name":"Retrieve a Subscription Item","method":"get","publish_as":"data","url":"https://api.stripe.com/v1/subscription_items/[Subscription Item ID]","url_params":{"BIp":{"key":"Subscription Item ID","value":"si_FmTNPD2g22gEbS","private":true,"doc":"The ID of the Subscription Item. Example: Starts with 'si_'"}},"initialized":true,"types":"{\"plugin_api.BIl\":{\"caption\":\"Retrieve a Subscription Item\",\"fields\":{\"_p_id\":{\"ret_value\":\"text\",\"caption\":\"id\",\"sample_value\":\"si_J6Bs8AHVn2CyyJ\"},\"_p_object\":{\"ret_value\":\"text\",\"caption\":\"object\",\"sample_value\":\"subscription_item\"},\"_p_billing_thresholds\":{\"ret_value\":\"text\",\"caption\":\"billing_thresholds\",\"sample_value\":null},\"_p_created\":{\"ret_value\":\"number\",\"caption\":\"created\",\"sample_value\":1615511336},\"_p_price.id\":{\"ret_value\":\"text\",\"caption\":\"price id\",\"sample_value\":\"price_1ITdvb2eZvKYlo2ClFNLE2mS\",\"path\":[\"price\",\"id\"]},\"_p_price.object\":{\"ret_value\":\"text\",\"caption\":\"price object\",\"sample_value\":\"price\",\"path\":[\"price\",\"object\"]},\"_p_price.active\":{\"ret_value\":\"boolean\",\"caption\":\"price active\",\"sample_value\":true,\"path\":[\"price\",\"active\"]},\"_p_price.billing_scheme\":{\"ret_value\":\"text\",\"caption\":\"price billing_scheme\",\"sample_value\":\"per_unit\",\"path\":[\"price\",\"billing_scheme\"]},\"_p_price.created\":{\"ret_value\":\"number\",\"caption\":\"price created\",\"sample_value\":1615428427,\"path\":[\"price\",\"created\"]},\"_p_price.currency\":{\"ret_value\":\"text\",\"caption\":\"price currency\",\"sample_value\":\"usd\",\"path\":[\"price\",\"currency\"]},\"_p_price.livemode\":{\"ret_value\":\"boolean\",\"caption\":\"price livemode\",\"sample_value\":false,\"path\":[\"price\",\"livemode\"]},\"_p_price.lookup_key\":{\"ret_value\":\"text\",\"caption\":\"price lookup_key\",\"sample_value\":null,\"path\":[\"price\",\"lookup_key\"]},\"_p_price.nickname\":{\"ret_value\":\"text\",\"caption\":\"price nickname\",\"sample_value\":null,\"path\":[\"price\",\"nickname\"]},\"_p_price.product\":{\"ret_value\":\"text\",\"caption\":\"price product\",\"sample_value\":\"prod_J5pabT80t6v49K\",\"path\":[\"price\",\"product\"]},\"_p_price.recurring.aggregate_usage\":{\"ret_value\":\"text\",\"caption\":\"price recurring aggregate_usage\",\"sample_value\":null,\"path\":[\"price\",\"recurring\",\"aggregate_usage\"]},\"_p_price.recurring.interval\":{\"ret_value\":\"text\",\"caption\":\"price recurring interval\",\"sample_value\":\"month\",\"path\":[\"price\",\"recurring\",\"interval\"]},\"_p_price.recurring.interval_count\":{\"ret_value\":\"number\",\"caption\":\"price recurring interval_count\",\"sample_value\":1,\"path\":[\"price\",\"recurring\",\"interval_count\"]},\"_p_price.recurring.usage_type\":{\"ret_value\":\"text\",\"caption\":\"price recurring usage_type\",\"sample_value\":\"licensed\",\"path\":[\"price\",\"recurring\",\"usage_type\"]},\"_p_price.tiers_mode\":{\"ret_value\":\"text\",\"caption\":\"price tiers_mode\",\"sample_value\":null,\"path\":[\"price\",\"tiers_mode\"]},\"_p_price.transform_quantity\":{\"ret_value\":\"text\",\"caption\":\"price transform_quantity\",\"sample_value\":null,\"path\":[\"price\",\"transform_quantity\"]},\"_p_price.type\":{\"ret_value\":\"text\",\"caption\":\"price type\",\"sample_value\":\"recurring\",\"path\":[\"price\",\"type\"]},\"_p_price.unit_amount\":{\"ret_value\":\"number\",\"caption\":\"price unit_amount\",\"sample_value\":1600,\"path\":[\"price\",\"unit_amount\"]},\"_p_price.unit_amount_decimal\":{\"ret_value\":\"text\",\"caption\":\"price unit_amount_decimal\",\"sample_value\":\"1600\",\"path\":[\"price\",\"unit_amount_decimal\"]},\"_p_quantity\":{\"ret_value\":\"number\",\"caption\":\"quantity\",\"sample_value\":1},\"_p_subscription\":{\"ret_value\":\"text\",\"caption\":\"subscription\",\"sample_value\":\"sub_J6BsCJZYbihPCz\"}}}}","ret_value":"api.1491714407143x279212378954661900.plugin_api.BIl","should_reinitialize":false},"BIr":{"0":"B","1":"I","2":"q","name":"Retrieve a Subscription Item","method":"get","publish_as":"action","url":"https://api.stripe.com/v1/subscription_items/[Subscription Item ID]","url_params":{"BIp":{"key":"Subscription Item ID","value":"si_FmTNPD2g22gEbS","private":true,"doc":"The ID of the Subscription Item. Example: Starts with 'si_'"}},"initialized":true,"types":"{\"plugin_api.BIr\":{\"caption\":\"Retrieve a Subscription Item\",\"fields\":{\"_p_id\":{\"ret_value\":\"text\",\"caption\":\"id\",\"sample_value\":\"si_J6Bs8AHVn2CyyJ\"},\"_p_object\":{\"ret_value\":\"text\",\"caption\":\"object\",\"sample_value\":\"subscription_item\"},\"_p_billing_thresholds\":{\"ret_value\":\"text\",\"caption\":\"billing_thresholds\",\"sample_value\":null},\"_p_created\":{\"ret_value\":\"number\",\"caption\":\"created\",\"sample_value\":1615511336},\"_p_price.id\":{\"ret_value\":\"text\",\"caption\":\"price id\",\"sample_value\":\"price_1ITdvb2eZvKYlo2ClFNLE2mS\",\"path\":[\"price\",\"id\"]},\"_p_price.object\":{\"ret_value\":\"text\",\"caption\":\"price object\",\"sample_value\":\"price\",\"path\":[\"price\",\"object\"]},\"_p_price.active\":{\"ret_value\":\"boolean\",\"caption\":\"price active\",\"sample_value\":true,\"path\":[\"price\",\"active\"]},\"_p_price.billing_scheme\":{\"ret_value\":\"text\",\"caption\":\"price billing_scheme\",\"sample_value\":\"per_unit\",\"path\":[\"price\",\"billing_scheme\"]},\"_p_price.created\":{\"ret_value\":\"number\",\"caption\":\"price created\",\"sample_value\":1615428427,\"path\":[\"price\",\"created\"]},\"_p_price.currency\":{\"ret_value\":\"text\",\"caption\":\"price currency\",\"sample_value\":\"usd\",\"path\":[\"price\",\"currency\"]},\"_p_price.livemode\":{\"ret_value\":\"boolean\",\"caption\":\"price livemode\",\"sample_value\":false,\"path\":[\"price\",\"livemode\"]},\"_p_price.lookup_key\":{\"ret_value\":\"text\",\"caption\":\"price lookup_key\",\"sample_value\":null,\"path\":[\"price\",\"lookup_key\"]},\"_p_price.nickname\":{\"ret_value\":\"text\",\"caption\":\"price nickname\",\"sample_value\":null,\"path\":[\"price\",\"nickname\"]},\"_p_price.product\":{\"ret_value\":\"text\",\"caption\":\"price product\",\"sample_value\":\"prod_J5pabT80t6v49K\",\"path\":[\"price\",\"product\"]},\"_p_price.recurring.aggregate_usage\":{\"ret_value\":\"text\",\"caption\":\"price recurring aggregate_usage\",\"sample_value\":null,\"path\":[\"price\",\"recurring\",\"aggregate_usage\"]},\"_p_price.recurring.interval\":{\"ret_value\":\"text\",\"caption\":\"price recurring interval\",\"sample_value\":\"month\",\"path\":[\"price\",\"recurring\",\"interval\"]},\"_p_price.recurring.interval_count\":{\"ret_value\":\"number\",\"caption\":\"price recurring interval_count\",\"sample_value\":1,\"path\":[\"price\",\"recurring\",\"interval_count\"]},\"_p_price.recurring.usage_type\":{\"ret_value\":\"text\",\"caption\":\"price recurring usage_type\",\"sample_value\":\"licensed\",\"path\":[\"price\",\"recurring\",\"usage_type\"]},\"_p_price.tiers_mode\":{\"ret_value\":\"text\",\"caption\":\"price tiers_mode\",\"sample_value\":null,\"path\":[\"price\",\"tiers_mode\"]},\"_p_price.transform_quantity\":{\"ret_value\":\"text\",\"caption\":\"price transform_quantity\",\"sample_value\":null,\"path\":[\"price\",\"transform_quantity\"]},\"_p_price.type\":{\"ret_value\":\"text\",\"caption\":\"price type\",\"sample_value\":\"recurring\",\"path\":[\"price\",\"type\"]},\"_p_price.unit_amount\":{\"ret_value\":\"number\",\"caption\":\"price unit_amount\",\"sample_value\":1600,\"path\":[\"price\",\"unit_amount\"]},\"_p_price.unit_amount_decimal\":{\"ret_value\":\"text\",\"caption\":\"price unit_amount_decimal\",\"sample_value\":\"1600\",\"path\":[\"price\",\"unit_amount_decimal\"]},\"_p_quantity\":{\"ret_value\":\"number\",\"caption\":\"quantity\",\"sample_value\":1},\"_p_subscription\":{\"ret_value\":\"text\",\"caption\":\"subscription\",\"sample_value\":\"sub_J6BsCJZYbihPCz\"}}}}","ret_value":"api.1491714407143x279212378954661900.plugin_api.BIr","should_reinitialize":false},"BIt":{"0":"B","1":"I","2":"s","name":"Retrieve an Invoice","method":"get","publish_as":"data","url":"https://api.stripe.com/v1/invoices/[Invoice ID]","url_params":{"BJC":{"key":"Invoice ID","value":"in_1FLgbHFpfpcIKbU7XVG2yEYS","private":true,"doc":"The ID of the Invoice. Example: Starts with 'in_'"}},"initialized":true,"types":"{\"plugin_api.BIt\":{\"caption\":\"Retrieve an Invoice\",\"fields\":{\"_p_id\":{\"ret_value\":\"text\",\"caption\":\"id\",\"sample_value\":\"in_1038O22eZvKYlo2CZatXURm3\"},\"_p_object\":{\"ret_value\":\"text\",\"caption\":\"object\",\"sample_value\":\"invoice\"},\"_p_account_country\":{\"ret_value\":\"text\",\"caption\":\"account_country\",\"sample_value\":\"US\"},\"_p_account_name\":{\"ret_value\":\"text\",\"caption\":\"account_name\",\"sample_value\":\"Stripe.com\"},\"_p_account_tax_ids\":{\"ret_value\":\"text\",\"caption\":\"account_tax_ids\",\"sample_value\":null},\"_p_amount_due\":{\"ret_value\":\"number\",\"caption\":\"amount_due\",\"sample_value\":5465},\"_p_amount_paid\":{\"ret_value\":\"number\",\"caption\":\"amount_paid\",\"sample_value\":5465},\"_p_amount_remaining\":{\"ret_value\":\"number\",\"caption\":\"amount_remaining\",\"sample_value\":0},\"_p_application_fee_amount\":{\"ret_value\":\"text\",\"caption\":\"application_fee_amount\",\"sample_value\":null},\"_p_attempt_count\":{\"ret_value\":\"number\",\"caption\":\"attempt_count\",\"sample_value\":1},\"_p_attempted\":{\"ret_value\":\"boolean\",\"caption\":\"attempted\",\"sample_value\":true},\"_p_auto_advance\":{\"ret_value\":\"boolean\",\"caption\":\"auto_advance\",\"sample_value\":false},\"_p_billing_reason\":{\"ret_value\":\"text\",\"caption\":\"billing_reason\",\"sample_value\":null},\"_p_charge\":{\"ret_value\":\"text\",\"caption\":\"charge\",\"sample_value\":\"ch_1038PG2eZvKYlo2ClNCICgV6\"},\"_p_collection_method\":{\"ret_value\":\"text\",\"caption\":\"collection_method\",\"sample_value\":\"charge_automatically\"},\"_p_created\":{\"ret_value\":\"number\",\"caption\":\"created\",\"sample_value\":1387222960},\"_p_currency\":{\"ret_value\":\"text\",\"caption\":\"currency\",\"sample_value\":\"usd\"},\"_p_custom_fields\":{\"ret_value\":\"text\",\"caption\":\"custom_fields\",\"sample_value\":null},\"_p_customer\":{\"ret_value\":\"text\",\"caption\":\"customer\",\"sample_value\":\"cus_J6BsFrgc8qp8aH\"},\"_p_customer_address\":{\"ret_value\":\"text\",\"caption\":\"customer_address\",\"sample_value\":null},\"_p_customer_email\":{\"ret_value\":\"text\",\"caption\":\"customer_email\",\"sample_value\":\"testapp@gmail.com\"},\"_p_customer_name\":{\"ret_value\":\"text\",\"caption\":\"customer_name\",\"sample_value\":null},\"_p_customer_phone\":{\"ret_value\":\"text\",\"caption\":\"customer_phone\",\"sample_value\":null},\"_p_customer_shipping\":{\"ret_value\":\"text\",\"caption\":\"customer_shipping\",\"sample_value\":null},\"_p_customer_tax_exempt\":{\"ret_value\":\"text\",\"caption\":\"customer_tax_exempt\",\"sample_value\":\"none\"},\"_p_default_payment_method\":{\"ret_value\":\"text\",\"caption\":\"default_payment_method\",\"sample_value\":null},\"_p_default_source\":{\"ret_value\":\"text\",\"caption\":\"default_source\",\"sample_value\":null},\"_p_description\":{\"ret_value\":\"text\",\"caption\":\"description\",\"sample_value\":null},\"_p_discount\":{\"ret_value\":\"text\",\"caption\":\"discount\",\"sample_value\":null},\"_p_due_date\":{\"ret_value\":\"text\",\"caption\":\"due_date\",\"sample_value\":null},\"_p_ending_balance\":{\"ret_value\":\"number\",\"caption\":\"ending_balance\",\"sample_value\":0},\"_p_footer\":{\"ret_value\":\"text\",\"caption\":\"footer\",\"sample_value\":null},\"_p_hosted_invoice_url\":{\"ret_value\":\"text\",\"caption\":\"hosted_invoice_url\",\"sample_value\":\"https://invoice.stripe.com/i/acct_1032D82eZvKYlo2C/invst_mUlt8XNxHr7p49M4ncMyBNjbe9\"},\"_p_invoice_pdf\":{\"ret_value\":\"text\",\"caption\":\"invoice_pdf\",\"sample_value\":\"https://pay.stripe.com/invoice/acct_1032D82eZvKYlo2C/invst_mUlt8XNxHr7p49M4ncMyBNjbe9/pdf\"},\"_p_last_finalization_error\":{\"ret_value\":\"text\",\"caption\":\"last_finalization_error\",\"sample_value\":null},\"_p_lines.data\":{\"ret_value\":\"list.api.1491714407143x279212378954661900.plugin_api.BIt.lines.data\",\"caption\":\"lines\",\"path\":[\"lines\",\"data\"]},\"_p_lines.has_more\":{\"ret_value\":\"boolean\",\"caption\":\"lines has_more\",\"sample_value\":false,\"path\":[\"lines\",\"has_more\"]},\"_p_lines.object\":{\"ret_value\":\"text\",\"caption\":\"lines object\",\"sample_value\":\"list\",\"path\":[\"lines\",\"object\"]},\"_p_lines.url\":{\"ret_value\":\"text\",\"caption\":\"lines url\",\"sample_value\":\"/v1/invoices/in_1038O22eZvKYlo2CZatXURm3/lines\",\"path\":[\"lines\",\"url\"]},\"_p_livemode\":{\"ret_value\":\"boolean\",\"caption\":\"livemode\",\"sample_value\":false},\"_p_metadata.order_id\":{\"ret_value\":\"text\",\"caption\":\"metadata order_id\",\"sample_value\":\"6735\",\"path\":[\"metadata\",\"order_id\"]},\"_p_next_payment_attempt\":{\"ret_value\":\"text\",\"caption\":\"next_payment_attempt\",\"sample_value\":null},\"_p_number\":{\"ret_value\":\"text\",\"caption\":\"number\",\"sample_value\":null},\"_p_on_behalf_of\":{\"ret_value\":\"text\",\"caption\":\"on_behalf_of\",\"sample_value\":null},\"_p_paid\":{\"ret_value\":\"boolean\",\"caption\":\"paid\",\"sample_value\":true},\"_p_payment_intent\":{\"ret_value\":\"text\",\"caption\":\"payment_intent\",\"sample_value\":null},\"_p_payment_settings.payment_method_options\":{\"ret_value\":\"text\",\"caption\":\"payment_settings payment_method_options\",\"sample_value\":null,\"path\":[\"payment_settings\",\"payment_method_options\"]},\"_p_payment_settings.payment_method_types\":{\"ret_value\":\"text\",\"caption\":\"payment_settings payment_method_types\",\"sample_value\":null,\"path\":[\"payment_settings\",\"payment_method_types\"]},\"_p_period_end\":{\"ret_value\":\"number\",\"caption\":\"period_end\",\"sample_value\":1387222772},\"_p_period_start\":{\"ret_value\":\"number\",\"caption\":\"period_start\",\"sample_value\":1386790772},\"_p_post_payment_credit_notes_amount\":{\"ret_value\":\"number\",\"caption\":\"post_payment_credit_notes_amount\",\"sample_value\":0},\"_p_pre_payment_credit_notes_amount\":{\"ret_value\":\"number\",\"caption\":\"pre_payment_credit_notes_amount\",\"sample_value\":0},\"_p_receipt_number\":{\"ret_value\":\"text\",\"caption\":\"receipt_number\",\"sample_value\":null},\"_p_starting_balance\":{\"ret_value\":\"number\",\"caption\":\"starting_balance\",\"sample_value\":0},\"_p_statement_descriptor\":{\"ret_value\":\"text\",\"caption\":\"statement_descriptor\",\"sample_value\":null},\"_p_status\":{\"ret_value\":\"text\",\"caption\":\"status\",\"sample_value\":\"paid\"},\"_p_status_transitions.finalized_at\":{\"ret_value\":\"number\",\"caption\":\"status_transitions finalized_at\",\"sample_value\":1387227538,\"path\":[\"status_transitions\",\"finalized_at\"]},\"_p_status_transitions.marked_uncollectible_at\":{\"ret_value\":\"text\",\"caption\":\"status_transitions marked_uncollectible_at\",\"sample_value\":null,\"path\":[\"status_transitions\",\"marked_uncollectible_at\"]},\"_p_status_transitions.paid_at\":{\"ret_value\":\"number\",\"caption\":\"status_transitions paid_at\",\"sample_value\":1387227538,\"path\":[\"status_transitions\",\"paid_at\"]},\"_p_status_transitions.voided_at\":{\"ret_value\":\"text\",\"caption\":\"status_transitions voided_at\",\"sample_value\":null,\"path\":[\"status_transitions\",\"voided_at\"]},\"_p_subscription\":{\"ret_value\":\"text\",\"caption\":\"subscription\",\"sample_value\":\"sub_36VrPHS2vVxJMq\"},\"_p_subtotal\":{\"ret_value\":\"number\",\"caption\":\"subtotal\",\"sample_value\":5465},\"_p_tax\":{\"ret_value\":\"text\",\"caption\":\"tax\",\"sample_value\":null},\"_p_total\":{\"ret_value\":\"number\",\"caption\":\"total\",\"sample_value\":5465},\"_p_transfer_data\":{\"ret_value\":\"text\",\"caption\":\"transfer_data\",\"sample_value\":null},\"_p_webhooks_delivered_at\":{\"ret_value\":\"number\",\"caption\":\"webhooks_delivered_at\",\"sample_value\":1387222961}}},\"plugin_api.BIt.lines.data\":{\"caption\":\"Retrieve an Invoice lines data\",\"fields\":{\"_p_id\":{\"ret_value\":\"text\",\"caption\":\"id\",\"sample_value\":\"il_tmp_0e8ff97431f7d8\"},\"_p_object\":{\"ret_value\":\"text\",\"caption\":\"object\",\"sample_value\":\"line_item\"},\"_p_amount\":{\"ret_value\":\"number\",\"caption\":\"amount\",\"sample_value\":0},\"_p_currency\":{\"ret_value\":\"text\",\"caption\":\"currency\",\"sample_value\":\"usd\"},\"_p_description\":{\"ret_value\":\"text\",\"caption\":\"description\",\"sample_value\":\"1 × Premium (at $0.00 / month)\"},\"_p_discountable\":{\"ret_value\":\"boolean\",\"caption\":\"discountable\",\"sample_value\":true},\"_p_livemode\":{\"ret_value\":\"boolean\",\"caption\":\"livemode\",\"sample_value\":false},\"_p_period.end\":{\"ret_value\":\"number\",\"caption\":\"period end\",\"sample_value\":1618803180,\"path\":[\"period\",\"end\"]},\"_p_period.start\":{\"ret_value\":\"number\",\"caption\":\"period start\",\"sample_value\":1616124780,\"path\":[\"period\",\"start\"]},\"_p_price.id\":{\"ret_value\":\"text\",\"caption\":\"price id\",\"sample_value\":\"free_premium\",\"path\":[\"price\",\"id\"]},\"_p_price.object\":{\"ret_value\":\"text\",\"caption\":\"price object\",\"sample_value\":\"price\",\"path\":[\"price\",\"object\"]},\"_p_price.active\":{\"ret_value\":\"boolean\",\"caption\":\"price active\",\"sample_value\":true,\"path\":[\"price\",\"active\"]},\"_p_price.billing_scheme\":{\"ret_value\":\"text\",\"caption\":\"price billing_scheme\",\"sample_value\":\"per_unit\",\"path\":[\"price\",\"billing_scheme\"]},\"_p_price.created\":{\"ret_value\":\"number\",\"caption\":\"price created\",\"sample_value\":1494529010,\"path\":[\"price\",\"created\"]},\"_p_price.currency\":{\"ret_value\":\"text\",\"caption\":\"price currency\",\"sample_value\":\"usd\",\"path\":[\"price\",\"currency\"]},\"_p_price.livemode\":{\"ret_value\":\"boolean\",\"caption\":\"price livemode\",\"sample_value\":false,\"path\":[\"price\",\"livemode\"]},\"_p_price.lookup_key\":{\"ret_value\":\"text\",\"caption\":\"price lookup_key\",\"sample_value\":null,\"path\":[\"price\",\"lookup_key\"]},\"_p_price.nickname\":{\"ret_value\":\"text\",\"caption\":\"price nickname\",\"sample_value\":null,\"path\":[\"price\",\"nickname\"]},\"_p_price.product\":{\"ret_value\":\"text\",\"caption\":\"price product\",\"sample_value\":\"prod_BTtwoF3FsmfGzG\",\"path\":[\"price\",\"product\"]},\"_p_price.recurring.aggregate_usage\":{\"ret_value\":\"text\",\"caption\":\"price recurring aggregate_usage\",\"sample_value\":null,\"path\":[\"price\",\"recurring\",\"aggregate_usage\"]},\"_p_price.recurring.interval\":{\"ret_value\":\"text\",\"caption\":\"price recurring interval\",\"sample_value\":\"month\",\"path\":[\"price\",\"recurring\",\"interval\"]},\"_p_price.recurring.interval_count\":{\"ret_value\":\"number\",\"caption\":\"price recurring interval_count\",\"sample_value\":1,\"path\":[\"price\",\"recurring\",\"interval_count\"]},\"_p_price.recurring.usage_type\":{\"ret_value\":\"text\",\"caption\":\"price recurring usage_type\",\"sample_value\":\"licensed\",\"path\":[\"price\",\"recurring\",\"usage_type\"]},\"_p_price.tiers_mode\":{\"ret_value\":\"text\",\"caption\":\"price tiers_mode\",\"sample_value\":null,\"path\":[\"price\",\"tiers_mode\"]},\"_p_price.transform_quantity\":{\"ret_value\":\"text\",\"caption\":\"price transform_quantity\",\"sample_value\":null,\"path\":[\"price\",\"transform_quantity\"]},\"_p_price.type\":{\"ret_value\":\"text\",\"caption\":\"price type\",\"sample_value\":\"recurring\",\"path\":[\"price\",\"type\"]},\"_p_price.unit_amount\":{\"ret_value\":\"number\",\"caption\":\"price unit_amount\",\"sample_value\":0,\"path\":[\"price\",\"unit_amount\"]},\"_p_price.unit_amount_decimal\":{\"ret_value\":\"text\",\"caption\":\"price unit_amount_decimal\",\"sample_value\":\"0\",\"path\":[\"price\",\"unit_amount_decimal\"]},\"_p_proration\":{\"ret_value\":\"boolean\",\"caption\":\"proration\",\"sample_value\":false},\"_p_quantity\":{\"ret_value\":\"number\",\"caption\":\"quantity\",\"sample_value\":1},\"_p_subscription\":{\"ret_value\":\"text\",\"caption\":\"subscription\",\"sample_value\":\"sub_AgOem0qdyCowxn\"},\"_p_subscription_item\":{\"ret_value\":\"text\",\"caption\":\"subscription_item\",\"sample_value\":\"si_1AL1rM2eZvKYlo2CvSvKRh4v\"},\"_p_type\":{\"ret_value\":\"text\",\"caption\":\"type\",\"sample_value\":\"subscription\"}}}}","ret_value":"api.1491714407143x279212378954661900.plugin_api.BIt","should_reinitialize":false},"BJE":{"0":"B","1":"J","2":"D","name":"Retrieve an Invoice","method":"get","publish_as":"action","url":"https://api.stripe.com/v1/invoices/[Invoice ID]","url_params":{"BJC":{"key":"Invoice ID","value":"in_1FLgbHFpfpcIKbU7XVG2yEYS","private":true,"doc":"The ID of the Invoice. Example: Starts with 'in_'"}},"initialized":true,"types":"{\"plugin_api.BJE\":{\"caption\":\"Retrieve an Invoice\",\"fields\":{\"_p_id\":{\"ret_value\":\"text\",\"caption\":\"id\",\"sample_value\":\"in_1038O22eZvKYlo2CZatXURm3\"},\"_p_object\":{\"ret_value\":\"text\",\"caption\":\"object\",\"sample_value\":\"invoice\"},\"_p_account_country\":{\"ret_value\":\"text\",\"caption\":\"account_country\",\"sample_value\":\"US\"},\"_p_account_name\":{\"ret_value\":\"text\",\"caption\":\"account_name\",\"sample_value\":\"Stripe.com\"},\"_p_account_tax_ids\":{\"ret_value\":\"text\",\"caption\":\"account_tax_ids\",\"sample_value\":null},\"_p_amount_due\":{\"ret_value\":\"number\",\"caption\":\"amount_due\",\"sample_value\":5465},\"_p_amount_paid\":{\"ret_value\":\"number\",\"caption\":\"amount_paid\",\"sample_value\":5465},\"_p_amount_remaining\":{\"ret_value\":\"number\",\"caption\":\"amount_remaining\",\"sample_value\":0},\"_p_application_fee_amount\":{\"ret_value\":\"text\",\"caption\":\"application_fee_amount\",\"sample_value\":null},\"_p_attempt_count\":{\"ret_value\":\"number\",\"caption\":\"attempt_count\",\"sample_value\":1},\"_p_attempted\":{\"ret_value\":\"boolean\",\"caption\":\"attempted\",\"sample_value\":true},\"_p_auto_advance\":{\"ret_value\":\"boolean\",\"caption\":\"auto_advance\",\"sample_value\":false},\"_p_billing_reason\":{\"ret_value\":\"text\",\"caption\":\"billing_reason\",\"sample_value\":null},\"_p_charge\":{\"ret_value\":\"text\",\"caption\":\"charge\",\"sample_value\":\"ch_1038PG2eZvKYlo2ClNCICgV6\"},\"_p_collection_method\":{\"ret_value\":\"text\",\"caption\":\"collection_method\",\"sample_value\":\"charge_automatically\"},\"_p_created\":{\"ret_value\":\"number\",\"caption\":\"created\",\"sample_value\":1387222960},\"_p_currency\":{\"ret_value\":\"text\",\"caption\":\"currency\",\"sample_value\":\"usd\"},\"_p_custom_fields\":{\"ret_value\":\"text\",\"caption\":\"custom_fields\",\"sample_value\":null},\"_p_customer\":{\"ret_value\":\"text\",\"caption\":\"customer\",\"sample_value\":\"cus_J6BsFrgc8qp8aH\"},\"_p_customer_address\":{\"ret_value\":\"text\",\"caption\":\"customer_address\",\"sample_value\":null},\"_p_customer_email\":{\"ret_value\":\"text\",\"caption\":\"customer_email\",\"sample_value\":\"testapp@gmail.com\"},\"_p_customer_name\":{\"ret_value\":\"text\",\"caption\":\"customer_name\",\"sample_value\":null},\"_p_customer_phone\":{\"ret_value\":\"text\",\"caption\":\"customer_phone\",\"sample_value\":null},\"_p_customer_shipping\":{\"ret_value\":\"text\",\"caption\":\"customer_shipping\",\"sample_value\":null},\"_p_customer_tax_exempt\":{\"ret_value\":\"text\",\"caption\":\"customer_tax_exempt\",\"sample_value\":\"none\"},\"_p_default_payment_method\":{\"ret_value\":\"text\",\"caption\":\"default_payment_method\",\"sample_value\":null},\"_p_default_source\":{\"ret_value\":\"text\",\"caption\":\"default_source\",\"sample_value\":null},\"_p_description\":{\"ret_value\":\"text\",\"caption\":\"description\",\"sample_value\":null},\"_p_discount\":{\"ret_value\":\"text\",\"caption\":\"discount\",\"sample_value\":null},\"_p_due_date\":{\"ret_value\":\"text\",\"caption\":\"due_date\",\"sample_value\":null},\"_p_ending_balance\":{\"ret_value\":\"number\",\"caption\":\"ending_balance\",\"sample_value\":0},\"_p_footer\":{\"ret_value\":\"text\",\"caption\":\"footer\",\"sample_value\":null},\"_p_hosted_invoice_url\":{\"ret_value\":\"text\",\"caption\":\"hosted_invoice_url\",\"sample_value\":\"https://invoice.stripe.com/i/acct_1032D82eZvKYlo2C/invst_mUlt8XNxHr7p49M4ncMyBNjbe9\"},\"_p_invoice_pdf\":{\"ret_value\":\"text\",\"caption\":\"invoice_pdf\",\"sample_value\":\"https://pay.stripe.com/invoice/acct_1032D82eZvKYlo2C/invst_mUlt8XNxHr7p49M4ncMyBNjbe9/pdf\"},\"_p_last_finalization_error\":{\"ret_value\":\"text\",\"caption\":\"last_finalization_error\",\"sample_value\":null},\"_p_lines.data\":{\"ret_value\":\"list.api.1491714407143x279212378954661900.plugin_api.BJE.lines.data\",\"caption\":\"lines\",\"path\":[\"lines\",\"data\"]},\"_p_lines.has_more\":{\"ret_value\":\"boolean\",\"caption\":\"lines has_more\",\"sample_value\":false,\"path\":[\"lines\",\"has_more\"]},\"_p_lines.object\":{\"ret_value\":\"text\",\"caption\":\"lines object\",\"sample_value\":\"list\",\"path\":[\"lines\",\"object\"]},\"_p_lines.url\":{\"ret_value\":\"text\",\"caption\":\"lines url\",\"sample_value\":\"/v1/invoices/in_1038O22eZvKYlo2CZatXURm3/lines\",\"path\":[\"lines\",\"url\"]},\"_p_livemode\":{\"ret_value\":\"boolean\",\"caption\":\"livemode\",\"sample_value\":false},\"_p_metadata.order_id\":{\"ret_value\":\"text\",\"caption\":\"metadata order_id\",\"sample_value\":\"6735\",\"path\":[\"metadata\",\"order_id\"]},\"_p_next_payment_attempt\":{\"ret_value\":\"text\",\"caption\":\"next_payment_attempt\",\"sample_value\":null},\"_p_number\":{\"ret_value\":\"text\",\"caption\":\"number\",\"sample_value\":null},\"_p_on_behalf_of\":{\"ret_value\":\"text\",\"caption\":\"on_behalf_of\",\"sample_value\":null},\"_p_paid\":{\"ret_value\":\"boolean\",\"caption\":\"paid\",\"sample_value\":true},\"_p_payment_intent\":{\"ret_value\":\"text\",\"caption\":\"payment_intent\",\"sample_value\":null},\"_p_payment_settings.payment_method_options\":{\"ret_value\":\"text\",\"caption\":\"payment_settings payment_method_options\",\"sample_value\":null,\"path\":[\"payment_settings\",\"payment_method_options\"]},\"_p_payment_settings.payment_method_types\":{\"ret_value\":\"text\",\"caption\":\"payment_settings payment_method_types\",\"sample_value\":null,\"path\":[\"payment_settings\",\"payment_method_types\"]},\"_p_period_end\":{\"ret_value\":\"number\",\"caption\":\"period_end\",\"sample_value\":1387222772},\"_p_period_start\":{\"ret_value\":\"number\",\"caption\":\"period_start\",\"sample_value\":1386790772},\"_p_post_payment_credit_notes_amount\":{\"ret_value\":\"number\",\"caption\":\"post_payment_credit_notes_amount\",\"sample_value\":0},\"_p_pre_payment_credit_notes_amount\":{\"ret_value\":\"number\",\"caption\":\"pre_payment_credit_notes_amount\",\"sample_value\":0},\"_p_receipt_number\":{\"ret_value\":\"text\",\"caption\":\"receipt_number\",\"sample_value\":null},\"_p_starting_balance\":{\"ret_value\":\"number\",\"caption\":\"starting_balance\",\"sample_value\":0},\"_p_statement_descriptor\":{\"ret_value\":\"text\",\"caption\":\"statement_descriptor\",\"sample_value\":null},\"_p_status\":{\"ret_value\":\"text\",\"caption\":\"status\",\"sample_value\":\"paid\"},\"_p_status_transitions.finalized_at\":{\"ret_value\":\"number\",\"caption\":\"status_transitions finalized_at\",\"sample_value\":1387227538,\"path\":[\"status_transitions\",\"finalized_at\"]},\"_p_status_transitions.marked_uncollectible_at\":{\"ret_value\":\"text\",\"caption\":\"status_transitions marked_uncollectible_at\",\"sample_value\":null,\"path\":[\"status_transitions\",\"marked_uncollectible_at\"]},\"_p_status_transitions.paid_at\":{\"ret_value\":\"number\",\"caption\":\"status_transitions paid_at\",\"sample_value\":1387227538,\"path\":[\"status_transitions\",\"paid_at\"]},\"_p_status_transitions.voided_at\":{\"ret_value\":\"text\",\"caption\":\"status_transitions voided_at\",\"sample_value\":null,\"path\":[\"status_transitions\",\"voided_at\"]},\"_p_subscription\":{\"ret_value\":\"text\",\"caption\":\"subscription\",\"sample_value\":\"sub_36VrPHS2vVxJMq\"},\"_p_subtotal\":{\"ret_value\":\"number\",\"caption\":\"subtotal\",\"sample_value\":5465},\"_p_tax\":{\"ret_value\":\"text\",\"caption\":\"tax\",\"sample_value\":null},\"_p_total\":{\"ret_value\":\"number\",\"caption\":\"total\",\"sample_value\":5465},\"_p_transfer_data\":{\"ret_value\":\"text\",\"caption\":\"transfer_data\",\"sample_value\":null},\"_p_webhooks_delivered_at\":{\"ret_value\":\"number\",\"caption\":\"webhooks_delivered_at\",\"sample_value\":1387222961}}},\"plugin_api.BJE.lines.data\":{\"caption\":\"Retrieve an Invoice lines data\",\"fields\":{\"_p_id\":{\"ret_value\":\"text\",\"caption\":\"id\",\"sample_value\":\"il_tmp_0e8ff97431f7d8\"},\"_p_object\":{\"ret_value\":\"text\",\"caption\":\"object\",\"sample_value\":\"line_item\"},\"_p_amount\":{\"ret_value\":\"number\",\"caption\":\"amount\",\"sample_value\":0},\"_p_currency\":{\"ret_value\":\"text\",\"caption\":\"currency\",\"sample_value\":\"usd\"},\"_p_description\":{\"ret_value\":\"text\",\"caption\":\"description\",\"sample_value\":\"1 × Premium (at $0.00 / month)\"},\"_p_discountable\":{\"ret_value\":\"boolean\",\"caption\":\"discountable\",\"sample_value\":true},\"_p_livemode\":{\"ret_value\":\"boolean\",\"caption\":\"livemode\",\"sample_value\":false},\"_p_period.end\":{\"ret_value\":\"number\",\"caption\":\"period end\",\"sample_value\":1618803180,\"path\":[\"period\",\"end\"]},\"_p_period.start\":{\"ret_value\":\"number\",\"caption\":\"period start\",\"sample_value\":1616124780,\"path\":[\"period\",\"start\"]},\"_p_price.id\":{\"ret_value\":\"text\",\"caption\":\"price id\",\"sample_value\":\"free_premium\",\"path\":[\"price\",\"id\"]},\"_p_price.object\":{\"ret_value\":\"text\",\"caption\":\"price object\",\"sample_value\":\"price\",\"path\":[\"price\",\"object\"]},\"_p_price.active\":{\"ret_value\":\"boolean\",\"caption\":\"price active\",\"sample_value\":true,\"path\":[\"price\",\"active\"]},\"_p_price.billing_scheme\":{\"ret_value\":\"text\",\"caption\":\"price billing_scheme\",\"sample_value\":\"per_unit\",\"path\":[\"price\",\"billing_scheme\"]},\"_p_price.created\":{\"ret_value\":\"number\",\"caption\":\"price created\",\"sample_value\":1494529010,\"path\":[\"price\",\"created\"]},\"_p_price.currency\":{\"ret_value\":\"text\",\"caption\":\"price currency\",\"sample_value\":\"usd\",\"path\":[\"price\",\"currency\"]},\"_p_price.livemode\":{\"ret_value\":\"boolean\",\"caption\":\"price livemode\",\"sample_value\":false,\"path\":[\"price\",\"livemode\"]},\"_p_price.lookup_key\":{\"ret_value\":\"text\",\"caption\":\"price lookup_key\",\"sample_value\":null,\"path\":[\"price\",\"lookup_key\"]},\"_p_price.nickname\":{\"ret_value\":\"text\",\"caption\":\"price nickname\",\"sample_value\":null,\"path\":[\"price\",\"nickname\"]},\"_p_price.product\":{\"ret_value\":\"text\",\"caption\":\"price product\",\"sample_value\":\"prod_BTtwoF3FsmfGzG\",\"path\":[\"price\",\"product\"]},\"_p_price.recurring.aggregate_usage\":{\"ret_value\":\"text\",\"caption\":\"price recurring aggregate_usage\",\"sample_value\":null,\"path\":[\"price\",\"recurring\",\"aggregate_usage\"]},\"_p_price.recurring.interval\":{\"ret_value\":\"text\",\"caption\":\"price recurring interval\",\"sample_value\":\"month\",\"path\":[\"price\",\"recurring\",\"interval\"]},\"_p_price.recurring.interval_count\":{\"ret_value\":\"number\",\"caption\":\"price recurring interval_count\",\"sample_value\":1,\"path\":[\"price\",\"recurring\",\"interval_count\"]},\"_p_price.recurring.usage_type\":{\"ret_value\":\"text\",\"caption\":\"price recurring usage_type\",\"sample_value\":\"licensed\",\"path\":[\"price\",\"recurring\",\"usage_type\"]},\"_p_price.tiers_mode\":{\"ret_value\":\"text\",\"caption\":\"price tiers_mode\",\"sample_value\":null,\"path\":[\"price\",\"tiers_mode\"]},\"_p_price.transform_quantity\":{\"ret_value\":\"text\",\"caption\":\"price transform_quantity\",\"sample_value\":null,\"path\":[\"price\",\"transform_quantity\"]},\"_p_price.type\":{\"ret_value\":\"text\",\"caption\":\"price type\",\"sample_value\":\"recurring\",\"path\":[\"price\",\"type\"]},\"_p_price.unit_amount\":{\"ret_value\":\"number\",\"caption\":\"price unit_amount\",\"sample_value\":0,\"path\":[\"price\",\"unit_amount\"]},\"_p_price.unit_amount_decimal\":{\"ret_value\":\"text\",\"caption\":\"price unit_amount_decimal\",\"sample_value\":\"0\",\"path\":[\"price\",\"unit_amount_decimal\"]},\"_p_proration\":{\"ret_value\":\"boolean\",\"caption\":\"proration\",\"sample_value\":false},\"_p_quantity\":{\"ret_value\":\"number\",\"caption\":\"quantity\",\"sample_value\":1},\"_p_subscription\":{\"ret_value\":\"text\",\"caption\":\"subscription\",\"sample_value\":\"sub_AgOem0qdyCowxn\"},\"_p_subscription_item\":{\"ret_value\":\"text\",\"caption\":\"subscription_item\",\"sample_value\":\"si_1AL1rM2eZvKYlo2CvSvKRh4v\"},\"_p_type\":{\"ret_value\":\"text\",\"caption\":\"type\",\"sample_value\":\"subscription\"}}}}","ret_value":"api.1491714407143x279212378954661900.plugin_api.BJE","should_reinitialize":false},"BJH":{"0":"B","1":"J","2":"G","name":"Retrieve a PaymentMethod","method":"get","publish_as":"action","url":"https://api.stripe.com/v1/payment_methods/[PaymentMethod ID]","url_params":{"BJT":{"key":"PaymentMethod ID","value":"pm_1FKAO0FpfpcIKbU7WfmhBcF3","private":true,"doc":"The ID of the PaymentMethod. Example: Starts with 'pm_'"}},"initialized":true,"types":"{\"plugin_api.BJH\":{\"caption\":\"Retrieve a PaymentMethod\",\"fields\":{\"_p_id\":{\"ret_value\":\"text\",\"caption\":\"id\",\"sample_value\":\"pm_1ITzUo2eZvKYlo2CxIXuObQI\"},\"_p_object\":{\"ret_value\":\"text\",\"caption\":\"object\",\"sample_value\":\"payment_method\"},\"_p_billing_details.address.city\":{\"ret_value\":\"text\",\"caption\":\"billing_details address city\",\"sample_value\":null,\"path\":[\"billing_details\",\"address\",\"city\"]},\"_p_billing_details.address.country\":{\"ret_value\":\"text\",\"caption\":\"billing_details address country\",\"sample_value\":null,\"path\":[\"billing_details\",\"address\",\"country\"]},\"_p_billing_details.address.line1\":{\"ret_value\":\"text\",\"caption\":\"billing_details address line1\",\"sample_value\":null,\"path\":[\"billing_details\",\"address\",\"line1\"]},\"_p_billing_details.address.line2\":{\"ret_value\":\"text\",\"caption\":\"billing_details address line2\",\"sample_value\":null,\"path\":[\"billing_details\",\"address\",\"line2\"]},\"_p_billing_details.address.postal_code\":{\"ret_value\":\"text\",\"caption\":\"billing_details address postal_code\",\"sample_value\":\"42424\",\"path\":[\"billing_details\",\"address\",\"postal_code\"]},\"_p_billing_details.address.state\":{\"ret_value\":\"text\",\"caption\":\"billing_details address state\",\"sample_value\":null,\"path\":[\"billing_details\",\"address\",\"state\"]},\"_p_billing_details.email\":{\"ret_value\":\"text\",\"caption\":\"billing_details email\",\"sample_value\":\"jenny@example.com\",\"path\":[\"billing_details\",\"email\"]},\"_p_billing_details.name\":{\"ret_value\":\"text\",\"caption\":\"billing_details name\",\"sample_value\":null,\"path\":[\"billing_details\",\"name\"]},\"_p_billing_details.phone\":{\"ret_value\":\"text\",\"caption\":\"billing_details phone\",\"sample_value\":\"+15555555555\",\"path\":[\"billing_details\",\"phone\"]},\"_p_card.brand\":{\"ret_value\":\"text\",\"caption\":\"card brand\",\"sample_value\":\"visa\",\"path\":[\"card\",\"brand\"]},\"_p_card.checks.address_line1_check\":{\"ret_value\":\"text\",\"caption\":\"card checks address_line1_check\",\"sample_value\":null,\"path\":[\"card\",\"checks\",\"address_line1_check\"]},\"_p_card.checks.address_postal_code_check\":{\"ret_value\":\"text\",\"caption\":\"card checks address_postal_code_check\",\"sample_value\":null,\"path\":[\"card\",\"checks\",\"address_postal_code_check\"]},\"_p_card.checks.cvc_check\":{\"ret_value\":\"text\",\"caption\":\"card checks cvc_check\",\"sample_value\":\"pass\",\"path\":[\"card\",\"checks\",\"cvc_check\"]},\"_p_card.country\":{\"ret_value\":\"text\",\"caption\":\"card country\",\"sample_value\":\"US\",\"path\":[\"card\",\"country\"]},\"_p_card.exp_month\":{\"ret_value\":\"number\",\"caption\":\"card exp_month\",\"sample_value\":8,\"path\":[\"card\",\"exp_month\"]},\"_p_card.exp_year\":{\"ret_value\":\"number\",\"caption\":\"card exp_year\",\"sample_value\":2022,\"path\":[\"card\",\"exp_year\"]},\"_p_card.fingerprint\":{\"ret_value\":\"text\",\"caption\":\"card fingerprint\",\"sample_value\":\"Xt5EWLLDS7FJjR1c\",\"path\":[\"card\",\"fingerprint\"]},\"_p_card.funding\":{\"ret_value\":\"text\",\"caption\":\"card funding\",\"sample_value\":\"credit\",\"path\":[\"card\",\"funding\"]},\"_p_card.generated_from\":{\"ret_value\":\"text\",\"caption\":\"card generated_from\",\"sample_value\":null,\"path\":[\"card\",\"generated_from\"]},\"_p_card.last4\":{\"ret_value\":\"text\",\"caption\":\"card last4\",\"sample_value\":\"4242\",\"path\":[\"card\",\"last4\"]},\"_p_card.networks.available\":{\"ret_value\":\"list.text\",\"caption\":\"card networks available\",\"sample_value\":\"visa\",\"path\":[\"card\",\"networks\",\"available\"]},\"_p_card.networks.preferred\":{\"ret_value\":\"text\",\"caption\":\"card networks preferred\",\"sample_value\":null,\"path\":[\"card\",\"networks\",\"preferred\"]},\"_p_card.three_d_secure_usage.supported\":{\"ret_value\":\"boolean\",\"caption\":\"card three_d_secure_usage supported\",\"sample_value\":true,\"path\":[\"card\",\"three_d_secure_usage\",\"supported\"]},\"_p_card.wallet\":{\"ret_value\":\"text\",\"caption\":\"card wallet\",\"sample_value\":null,\"path\":[\"card\",\"wallet\"]},\"_p_created\":{\"ret_value\":\"number\",\"caption\":\"created\",\"sample_value\":123456789},\"_p_customer\":{\"ret_value\":\"text\",\"caption\":\"customer\",\"sample_value\":null},\"_p_livemode\":{\"ret_value\":\"boolean\",\"caption\":\"livemode\",\"sample_value\":false},\"_p_metadata.order_id\":{\"ret_value\":\"text\",\"caption\":\"metadata order_id\",\"sample_value\":\"123456789\",\"path\":[\"metadata\",\"order_id\"]},\"_p_type\":{\"ret_value\":\"text\",\"caption\":\"type\",\"sample_value\":\"card\"},\"_p_us_bank_account.account_holder_type\":{\"ret_value\":\"text\",\"caption\":\"us_bank_account account_holder_type\",\"sample_value\":\"individual\",\"path\":[\"us_bank_account\",\"account_holder_type\"]},\"_p_us_bank_account.account_type\":{\"ret_value\":\"text\",\"caption\":\"us_bank_account account_type\",\"sample_value\":\"checking\",\"path\":[\"us_bank_account\",\"account_type\"]},\"_p_us_bank_account.bank_name\":{\"ret_value\":\"text\",\"caption\":\"us_bank_account bank_name\",\"sample_value\":\"STRIPE TEST BANK\",\"path\":[\"us_bank_account\",\"bank_name\"]},\"_p_us_bank_account.financial_connections_account\":{\"ret_value\":\"text\",\"caption\":\"us_bank_account financial_connections_account\",\"sample_value\":\"fca_1MquhpEJkb1UY109y1IzKLfC\",\"path\":[\"us_bank_account\",\"financial_connections_account\"]},\"_p_us_bank_account.fingerprint\":{\"ret_value\":\"text\",\"caption\":\"us_bank_account fingerprint\",\"sample_value\":\"IkyM5jSUAAsEDJ62\",\"path\":[\"us_bank_account\",\"fingerprint\"]},\"_p_us_bank_account.last4\":{\"ret_value\":\"text\",\"caption\":\"us_bank_account last4\",\"sample_value\":\"6789\",\"path\":[\"us_bank_account\",\"last4\"]},\"_p_us_bank_account.networks.preferred\":{\"ret_value\":\"text\",\"caption\":\"us_bank_account networks preferred\",\"sample_value\":\"ach\",\"path\":[\"us_bank_account\",\"networks\",\"preferred\"]},\"_p_us_bank_account.networks.supported\":{\"ret_value\":\"list.text\",\"caption\":\"us_bank_account networks supported\",\"sample_value\":\"ach\",\"path\":[\"us_bank_account\",\"networks\",\"supported\"]},\"_p_us_bank_account.routing_number\":{\"ret_value\":\"text\",\"caption\":\"us_bank_account routing_number\",\"sample_value\":\"110000000\",\"path\":[\"us_bank_account\",\"routing_number\"]}}}}","ret_value":"api.1491714407143x279212378954661900.plugin_api.BJH","should_reinitialize":false},"BJV":{"0":"B","1":"J","2":"U","name":"Retrieve a PaymentMethod","method":"get","publish_as":"data","url":"https://api.stripe.com/v1/payment_methods/[PaymentMethod ID]","url_params":{"BJT":{"key":"PaymentMethod ID","value":"pm_1FKAO0FpfpcIKbU7WfmhBcF3","private":true,"doc":"The ID of the PaymentMethod. Example: Starts with 'pm_'"}},"initialized":true,"types":"{\"plugin_api.BJV\":{\"caption\":\"Retrieve a PaymentMethod\",\"fields\":{\"_p_id\":{\"ret_value\":\"text\",\"caption\":\"id\",\"sample_value\":\"pm_1ITzUo2eZvKYlo2CxIXuObQI\"},\"_p_object\":{\"ret_value\":\"text\",\"caption\":\"object\",\"sample_value\":\"payment_method\"},\"_p_billing_details.address.city\":{\"ret_value\":\"text\",\"caption\":\"billing_details address city\",\"sample_value\":null,\"path\":[\"billing_details\",\"address\",\"city\"]},\"_p_billing_details.address.country\":{\"ret_value\":\"text\",\"caption\":\"billing_details address country\",\"sample_value\":null,\"path\":[\"billing_details\",\"address\",\"country\"]},\"_p_billing_details.address.line1\":{\"ret_value\":\"text\",\"caption\":\"billing_details address line1\",\"sample_value\":null,\"path\":[\"billing_details\",\"address\",\"line1\"]},\"_p_billing_details.address.line2\":{\"ret_value\":\"text\",\"caption\":\"billing_details address line2\",\"sample_value\":null,\"path\":[\"billing_details\",\"address\",\"line2\"]},\"_p_billing_details.address.postal_code\":{\"ret_value\":\"text\",\"caption\":\"billing_details address postal_code\",\"sample_value\":\"42424\",\"path\":[\"billing_details\",\"address\",\"postal_code\"]},\"_p_billing_details.address.state\":{\"ret_value\":\"text\",\"caption\":\"billing_details address state\",\"sample_value\":null,\"path\":[\"billing_details\",\"address\",\"state\"]},\"_p_billing_details.email\":{\"ret_value\":\"text\",\"caption\":\"billing_details email\",\"sample_value\":\"jenny@example.com\",\"path\":[\"billing_details\",\"email\"]},\"_p_billing_details.name\":{\"ret_value\":\"text\",\"caption\":\"billing_details name\",\"sample_value\":null,\"path\":[\"billing_details\",\"name\"]},\"_p_billing_details.phone\":{\"ret_value\":\"text\",\"caption\":\"billing_details phone\",\"sample_value\":\"+15555555555\",\"path\":[\"billing_details\",\"phone\"]},\"_p_card.brand\":{\"ret_value\":\"text\",\"caption\":\"card brand\",\"sample_value\":\"visa\",\"path\":[\"card\",\"brand\"]},\"_p_card.checks.address_line1_check\":{\"ret_value\":\"text\",\"caption\":\"card checks address_line1_check\",\"sample_value\":null,\"path\":[\"card\",\"checks\",\"address_line1_check\"]},\"_p_card.checks.address_postal_code_check\":{\"ret_value\":\"text\",\"caption\":\"card checks address_postal_code_check\",\"sample_value\":null,\"path\":[\"card\",\"checks\",\"address_postal_code_check\"]},\"_p_card.checks.cvc_check\":{\"ret_value\":\"text\",\"caption\":\"card checks cvc_check\",\"sample_value\":\"pass\",\"path\":[\"card\",\"checks\",\"cvc_check\"]},\"_p_card.country\":{\"ret_value\":\"text\",\"caption\":\"card country\",\"sample_value\":\"US\",\"path\":[\"card\",\"country\"]},\"_p_card.exp_month\":{\"ret_value\":\"number\",\"caption\":\"card exp_month\",\"sample_value\":8,\"path\":[\"card\",\"exp_month\"]},\"_p_card.exp_year\":{\"ret_value\":\"number\",\"caption\":\"card exp_year\",\"sample_value\":2022,\"path\":[\"card\",\"exp_year\"]},\"_p_card.fingerprint\":{\"ret_value\":\"text\",\"caption\":\"card fingerprint\",\"sample_value\":\"Xt5EWLLDS7FJjR1c\",\"path\":[\"card\",\"fingerprint\"]},\"_p_card.funding\":{\"ret_value\":\"text\",\"caption\":\"card funding\",\"sample_value\":\"credit\",\"path\":[\"card\",\"funding\"]},\"_p_card.generated_from\":{\"ret_value\":\"text\",\"caption\":\"card generated_from\",\"sample_value\":null,\"path\":[\"card\",\"generated_from\"]},\"_p_card.last4\":{\"ret_value\":\"text\",\"caption\":\"card last4\",\"sample_value\":\"4242\",\"path\":[\"card\",\"last4\"]},\"_p_card.networks.available\":{\"ret_value\":\"list.text\",\"caption\":\"card networks available\",\"sample_value\":\"visa\",\"path\":[\"card\",\"networks\",\"available\"]},\"_p_card.networks.preferred\":{\"ret_value\":\"text\",\"caption\":\"card networks preferred\",\"sample_value\":null,\"path\":[\"card\",\"networks\",\"preferred\"]},\"_p_card.three_d_secure_usage.supported\":{\"ret_value\":\"boolean\",\"caption\":\"card three_d_secure_usage supported\",\"sample_value\":true,\"path\":[\"card\",\"three_d_secure_usage\",\"supported\"]},\"_p_card.wallet\":{\"ret_value\":\"text\",\"caption\":\"card wallet\",\"sample_value\":null,\"path\":[\"card\",\"wallet\"]},\"_p_created\":{\"ret_value\":\"number\",\"caption\":\"created\",\"sample_value\":123456789},\"_p_customer\":{\"ret_value\":\"text\",\"caption\":\"customer\",\"sample_value\":null},\"_p_livemode\":{\"ret_value\":\"boolean\",\"caption\":\"livemode\",\"sample_value\":false},\"_p_metadata.order_id\":{\"ret_value\":\"text\",\"caption\":\"metadata order_id\",\"sample_value\":\"123456789\",\"path\":[\"metadata\",\"order_id\"]},\"_p_type\":{\"ret_value\":\"text\",\"caption\":\"type\",\"sample_value\":\"card\"},\"_p_us_bank_account.account_holder_type\":{\"ret_value\":\"text\",\"caption\":\"us_bank_account account_holder_type\",\"sample_value\":\"individual\",\"path\":[\"us_bank_account\",\"account_holder_type\"]},\"_p_us_bank_account.account_type\":{\"ret_value\":\"text\",\"caption\":\"us_bank_account account_type\",\"sample_value\":\"checking\",\"path\":[\"us_bank_account\",\"account_type\"]},\"_p_us_bank_account.bank_name\":{\"ret_value\":\"text\",\"caption\":\"us_bank_account bank_name\",\"sample_value\":\"STRIPE TEST BANK\",\"path\":[\"us_bank_account\",\"bank_name\"]},\"_p_us_bank_account.financial_connections_account\":{\"ret_value\":\"text\",\"caption\":\"us_bank_account financial_connections_account\",\"sample_value\":\"fca_1MquhpEJkb1UY109y1IzKLfC\",\"path\":[\"us_bank_account\",\"financial_connections_account\"]},\"_p_us_bank_account.fingerprint\":{\"ret_value\":\"text\",\"caption\":\"us_bank_account fingerprint\",\"sample_value\":\"IkyM5jSUAAsEDJ62\",\"path\":[\"us_bank_account\",\"fingerprint\"]},\"_p_us_bank_account.last4\":{\"ret_value\":\"text\",\"caption\":\"us_bank_account last4\",\"sample_value\":\"6789\",\"path\":[\"us_bank_account\",\"last4\"]},\"_p_us_bank_account.networks.preferred\":{\"ret_value\":\"text\",\"caption\":\"us_bank_account networks preferred\",\"sample_value\":\"ach\",\"path\":[\"us_bank_account\",\"networks\",\"preferred\"]},\"_p_us_bank_account.networks.supported\":{\"ret_value\":\"list.text\",\"caption\":\"us_bank_account networks supported\",\"sample_value\":\"ach\",\"path\":[\"us_bank_account\",\"networks\",\"supported\"]},\"_p_us_bank_account.routing_number\":{\"ret_value\":\"text\",\"caption\":\"us_bank_account routing_number\",\"sample_value\":\"110000000\",\"path\":[\"us_bank_account\",\"routing_number\"]}}}}","ret_value":"api.1491714407143x279212378954661900.plugin_api.BJV","should_reinitialize":false},"BJn":{"0":"B","1":"J","2":"m","name":"List a Customer's PaymentMethods","method":"get","publish_as":"action","url":"https://api.stripe.com/v1/payment_methods?customer=[Customer ID]&type=[Type]","initialized":true,"types":"{\"plugin_api.BJn\":{\"caption\":\"List all Customer's PaymentMethod\",\"fields\":{\"_p_object\":{\"ret_value\":\"text\",\"caption\":\"object\",\"sample_value\":\"list\"},\"_p_url\":{\"ret_value\":\"text\",\"caption\":\"url\",\"sample_value\":\"/v1/payment_methods\"},\"_p_has_more\":{\"ret_value\":\"boolean\",\"caption\":\"has_more\",\"sample_value\":false},\"_p_data\":{\"ret_value\":\"list.api.1491714407143x279212378954661900.plugin_api.BJn.data\",\"caption\":\"data\"}}},\"plugin_api.BJn.data\":{\"caption\":\"List all Customer's PaymentMethods data\",\"fields\":{\"_p_id\":{\"ret_value\":\"text\",\"caption\":\"id\",\"sample_value\":\"pm_1ITzUo2eZvKYlo2CalFGGYsZ\"},\"_p_object\":{\"ret_value\":\"text\",\"caption\":\"object\",\"sample_value\":\"payment_method\"},\"_p_billing_details.address.city\":{\"ret_value\":\"text\",\"caption\":\"billing_details address city\",\"sample_value\":null,\"path\":[\"billing_details\",\"address\",\"city\"]},\"_p_billing_details.address.country\":{\"ret_value\":\"text\",\"caption\":\"billing_details address country\",\"sample_value\":null,\"path\":[\"billing_details\",\"address\",\"country\"]},\"_p_billing_details.address.line1\":{\"ret_value\":\"text\",\"caption\":\"billing_details address line1\",\"sample_value\":null,\"path\":[\"billing_details\",\"address\",\"line1\"]},\"_p_billing_details.address.line2\":{\"ret_value\":\"text\",\"caption\":\"billing_details address line2\",\"sample_value\":null,\"path\":[\"billing_details\",\"address\",\"line2\"]},\"_p_billing_details.address.postal_code\":{\"ret_value\":\"text\",\"caption\":\"billing_details address postal_code\",\"sample_value\":null,\"path\":[\"billing_details\",\"address\",\"postal_code\"]},\"_p_billing_details.address.state\":{\"ret_value\":\"text\",\"caption\":\"billing_details address state\",\"sample_value\":null,\"path\":[\"billing_details\",\"address\",\"state\"]},\"_p_billing_details.email\":{\"ret_value\":\"text\",\"caption\":\"billing_details email\",\"sample_value\":null,\"path\":[\"billing_details\",\"email\"]},\"_p_billing_details.name\":{\"ret_value\":\"text\",\"caption\":\"billing_details name\",\"sample_value\":null,\"path\":[\"billing_details\",\"name\"]},\"_p_billing_details.phone\":{\"ret_value\":\"text\",\"caption\":\"billing_details phone\",\"sample_value\":null,\"path\":[\"billing_details\",\"phone\"]},\"_p_card.brand\":{\"ret_value\":\"text\",\"caption\":\"card brand\",\"sample_value\":\"visa\",\"path\":[\"card\",\"brand\"]},\"_p_card.checks.address_line1_check\":{\"ret_value\":\"text\",\"caption\":\"card checks address_line1_check\",\"sample_value\":null,\"path\":[\"card\",\"checks\",\"address_line1_check\"]},\"_p_card.checks.address_postal_code_check\":{\"ret_value\":\"text\",\"caption\":\"card checks address_postal_code_check\",\"sample_value\":null,\"path\":[\"card\",\"checks\",\"address_postal_code_check\"]},\"_p_card.checks.cvc_check\":{\"ret_value\":\"text\",\"caption\":\"card checks cvc_check\",\"sample_value\":\"pass\",\"path\":[\"card\",\"checks\",\"cvc_check\"]},\"_p_card.country\":{\"ret_value\":\"text\",\"caption\":\"card country\",\"sample_value\":\"US\",\"path\":[\"card\",\"country\"]},\"_p_card.exp_month\":{\"ret_value\":\"number\",\"caption\":\"card exp_month\",\"sample_value\":8,\"path\":[\"card\",\"exp_month\"]},\"_p_card.exp_year\":{\"ret_value\":\"number\",\"caption\":\"card exp_year\",\"sample_value\":2022,\"path\":[\"card\",\"exp_year\"]},\"_p_card.fingerprint\":{\"ret_value\":\"text\",\"caption\":\"card fingerprint\",\"sample_value\":\"Xt5EWLLDS7FJjR1c\",\"path\":[\"card\",\"fingerprint\"]},\"_p_card.funding\":{\"ret_value\":\"text\",\"caption\":\"card funding\",\"sample_value\":\"credit\",\"path\":[\"card\",\"funding\"]},\"_p_card.generated_from\":{\"ret_value\":\"text\",\"caption\":\"card generated_from\",\"sample_value\":null,\"path\":[\"card\",\"generated_from\"]},\"_p_card.last4\":{\"ret_value\":\"text\",\"caption\":\"card last4\",\"sample_value\":\"4242\",\"path\":[\"card\",\"last4\"]},\"_p_card.networks.available\":{\"ret_value\":\"list.text\",\"caption\":\"card networks available\",\"sample_value\":\"visa\",\"path\":[\"card\",\"networks\",\"available\"]},\"_p_card.networks.preferred\":{\"ret_value\":\"text\",\"caption\":\"card networks preferred\",\"sample_value\":null,\"path\":[\"card\",\"networks\",\"preferred\"]},\"_p_card.three_d_secure_usage.supported\":{\"ret_value\":\"boolean\",\"caption\":\"card three_d_secure_usage supported\",\"sample_value\":true,\"path\":[\"card\",\"three_d_secure_usage\",\"supported\"]},\"_p_card.wallet\":{\"ret_value\":\"text\",\"caption\":\"card wallet\",\"sample_value\":null,\"path\":[\"card\",\"wallet\"]},\"_p_created\":{\"ret_value\":\"number\",\"caption\":\"created\",\"sample_value\":1615511334},\"_p_customer\":{\"ret_value\":\"text\",\"caption\":\"customer\",\"sample_value\":null},\"_p_livemode\":{\"ret_value\":\"boolean\",\"caption\":\"livemode\",\"sample_value\":false},\"_p_type\":{\"ret_value\":\"text\",\"caption\":\"type\",\"sample_value\":\"card\"}}}}","ret_value":"api.1491714407143x279212378954661900.plugin_api.BJn","url_params":{"BJq":{"key":"Customer ID","value":"cus_Fta5xOoNoiSboK","private":true,"doc":"The ID of the Customer who holds the PaymentMethods. Example: Starts with 'cus_'"},"BJr":{"key":"Type","value":"card","private":true,"doc":"The type of PaymentMethods to retrieve. Example: 'card'"}},"should_reinitialize":true},"BJt":{"0":"B","1":"J","2":"s","name":"List a Customer's PaymentMethods","method":"get","publish_as":"data","url":"https://api.stripe.com/v1/payment_methods?customer=[Customer ID]&type=[Type]","initialized":true,"types":"{\"plugin_api.BJt\":{\"caption\":\"List all Customer's PaymentMethod\",\"fields\":{\"_p_object\":{\"ret_value\":\"text\",\"caption\":\"object\",\"sample_value\":\"list\"},\"_p_url\":{\"ret_value\":\"text\",\"caption\":\"url\",\"sample_value\":\"/v1/payment_methods\"},\"_p_has_more\":{\"ret_value\":\"boolean\",\"caption\":\"has_more\",\"sample_value\":false},\"_p_data\":{\"ret_value\":\"list.api.1491714407143x279212378954661900.plugin_api.BJt.data\",\"caption\":\"data\"}}},\"plugin_api.BJt.data\":{\"caption\":\"List all Customer's PaymentMethods data\",\"fields\":{\"_p_id\":{\"ret_value\":\"text\",\"caption\":\"id\",\"sample_value\":\"pm_1ITzUo2eZvKYlo2CalFGGYsZ\"},\"_p_object\":{\"ret_value\":\"text\",\"caption\":\"object\",\"sample_value\":\"payment_method\"},\"_p_billing_details.address.city\":{\"ret_value\":\"text\",\"caption\":\"billing_details address city\",\"sample_value\":null,\"path\":[\"billing_details\",\"address\",\"city\"]},\"_p_billing_details.address.country\":{\"ret_value\":\"text\",\"caption\":\"billing_details address country\",\"sample_value\":null,\"path\":[\"billing_details\",\"address\",\"country\"]},\"_p_billing_details.address.line1\":{\"ret_value\":\"text\",\"caption\":\"billing_details address line1\",\"sample_value\":null,\"path\":[\"billing_details\",\"address\",\"line1\"]},\"_p_billing_details.address.line2\":{\"ret_value\":\"text\",\"caption\":\"billing_details address line2\",\"sample_value\":null,\"path\":[\"billing_details\",\"address\",\"line2\"]},\"_p_billing_details.address.postal_code\":{\"ret_value\":\"text\",\"caption\":\"billing_details address postal_code\",\"sample_value\":null,\"path\":[\"billing_details\",\"address\",\"postal_code\"]},\"_p_billing_details.address.state\":{\"ret_value\":\"text\",\"caption\":\"billing_details address state\",\"sample_value\":null,\"path\":[\"billing_details\",\"address\",\"state\"]},\"_p_billing_details.email\":{\"ret_value\":\"text\",\"caption\":\"billing_details email\",\"sample_value\":null,\"path\":[\"billing_details\",\"email\"]},\"_p_billing_details.name\":{\"ret_value\":\"text\",\"caption\":\"billing_details name\",\"sample_value\":null,\"path\":[\"billing_details\",\"name\"]},\"_p_billing_details.phone\":{\"ret_value\":\"text\",\"caption\":\"billing_details phone\",\"sample_value\":null,\"path\":[\"billing_details\",\"phone\"]},\"_p_card.brand\":{\"ret_value\":\"text\",\"caption\":\"card brand\",\"sample_value\":\"visa\",\"path\":[\"card\",\"brand\"]},\"_p_card.checks.address_line1_check\":{\"ret_value\":\"text\",\"caption\":\"card checks address_line1_check\",\"sample_value\":null,\"path\":[\"card\",\"checks\",\"address_line1_check\"]},\"_p_card.checks.address_postal_code_check\":{\"ret_value\":\"text\",\"caption\":\"card checks address_postal_code_check\",\"sample_value\":null,\"path\":[\"card\",\"checks\",\"address_postal_code_check\"]},\"_p_card.checks.cvc_check\":{\"ret_value\":\"text\",\"caption\":\"card checks cvc_check\",\"sample_value\":\"pass\",\"path\":[\"card\",\"checks\",\"cvc_check\"]},\"_p_card.country\":{\"ret_value\":\"text\",\"caption\":\"card country\",\"sample_value\":\"US\",\"path\":[\"card\",\"country\"]},\"_p_card.exp_month\":{\"ret_value\":\"number\",\"caption\":\"card exp_month\",\"sample_value\":8,\"path\":[\"card\",\"exp_month\"]},\"_p_card.exp_year\":{\"ret_value\":\"number\",\"caption\":\"card exp_year\",\"sample_value\":2022,\"path\":[\"card\",\"exp_year\"]},\"_p_card.fingerprint\":{\"ret_value\":\"text\",\"caption\":\"card fingerprint\",\"sample_value\":\"Xt5EWLLDS7FJjR1c\",\"path\":[\"card\",\"fingerprint\"]},\"_p_card.funding\":{\"ret_value\":\"text\",\"caption\":\"card funding\",\"sample_value\":\"credit\",\"path\":[\"card\",\"funding\"]},\"_p_card.generated_from\":{\"ret_value\":\"text\",\"caption\":\"card generated_from\",\"sample_value\":null,\"path\":[\"card\",\"generated_from\"]},\"_p_card.last4\":{\"ret_value\":\"text\",\"caption\":\"card last4\",\"sample_value\":\"4242\",\"path\":[\"card\",\"last4\"]},\"_p_card.networks.available\":{\"ret_value\":\"list.text\",\"caption\":\"card networks available\",\"sample_value\":\"visa\",\"path\":[\"card\",\"networks\",\"available\"]},\"_p_card.networks.preferred\":{\"ret_value\":\"text\",\"caption\":\"card networks preferred\",\"sample_value\":null,\"path\":[\"card\",\"networks\",\"preferred\"]},\"_p_card.three_d_secure_usage.supported\":{\"ret_value\":\"boolean\",\"caption\":\"card three_d_secure_usage supported\",\"sample_value\":true,\"path\":[\"card\",\"three_d_secure_usage\",\"supported\"]},\"_p_card.wallet\":{\"ret_value\":\"text\",\"caption\":\"card wallet\",\"sample_value\":null,\"path\":[\"card\",\"wallet\"]},\"_p_created\":{\"ret_value\":\"number\",\"caption\":\"created\",\"sample_value\":1615511334},\"_p_customer\":{\"ret_value\":\"text\",\"caption\":\"customer\",\"sample_value\":null},\"_p_livemode\":{\"ret_value\":\"boolean\",\"caption\":\"livemode\",\"sample_value\":false},\"_p_type\":{\"ret_value\":\"text\",\"caption\":\"type\",\"sample_value\":\"card\"}}}}","ret_value":"api.1491714407143x279212378954661900.plugin_api.BJt","url_params":{"BJq":{"key":"Customer ID","value":"cus_Fta5xOoNoiSboK","private":true,"doc":"The ID of the Customer who holds the PaymentMethods. Example: Starts with 'cus_'"},"BJr":{"key":"Type","value":"card","private":true,"doc":"The type of PaymentMethods to retrieve. Example: 'card'"}},"should_reinitialize":true},"BKs":{"0":"B","1":"K","2":"r","name":"List all Subscriptions","method":"get","publish_as":"data","url":"https://api.stripe.com/v1/subscriptions","initialized":true,"types":"{\"plugin_api.BKs\":{\"caption\":\"List all Subscription\",\"fields\":{\"_p_object\":{\"ret_value\":\"text\",\"caption\":\"object\",\"sample_value\":\"list\"},\"_p_url\":{\"ret_value\":\"text\",\"caption\":\"url\",\"sample_value\":\"/v1/subscriptions\"},\"_p_has_more\":{\"ret_value\":\"boolean\",\"caption\":\"has_more\",\"sample_value\":false},\"_p_data\":{\"ret_value\":\"list.api.1491714407143x279212378954661900.plugin_api.BKs.data\",\"caption\":\"data\"}}},\"plugin_api.BKs.data\":{\"caption\":\"List all Subscriptions data\",\"fields\":{\"_p_id\":{\"ret_value\":\"text\",\"caption\":\"id\",\"sample_value\":\"su_1AL1rM2eZvKYlo2C4MLHfcUS\"},\"_p_object\":{\"ret_value\":\"text\",\"caption\":\"object\",\"sample_value\":\"subscription\"},\"_p_application_fee_percent\":{\"ret_value\":\"text\",\"caption\":\"application_fee_percent\",\"sample_value\":null},\"_p_billing_cycle_anchor\":{\"ret_value\":\"number\",\"caption\":\"billing_cycle_anchor\",\"sample_value\":1495164780},\"_p_billing_thresholds\":{\"ret_value\":\"text\",\"caption\":\"billing_thresholds\",\"sample_value\":null},\"_p_cancel_at\":{\"ret_value\":\"text\",\"caption\":\"cancel_at\",\"sample_value\":null},\"_p_cancel_at_period_end\":{\"ret_value\":\"boolean\",\"caption\":\"cancel_at_period_end\",\"sample_value\":false},\"_p_canceled_at\":{\"ret_value\":\"text\",\"caption\":\"canceled_at\",\"sample_value\":null},\"_p_collection_method\":{\"ret_value\":\"text\",\"caption\":\"collection_method\",\"sample_value\":\"charge_automatically\"},\"_p_created\":{\"ret_value\":\"number\",\"caption\":\"created\",\"sample_value\":1495164780},\"_p_current_period_end\":{\"ret_value\":\"number\",\"caption\":\"current_period_end\",\"sample_value\":1616124780},\"_p_current_period_start\":{\"ret_value\":\"number\",\"caption\":\"current_period_start\",\"sample_value\":1613705580},\"_p_customer\":{\"ret_value\":\"text\",\"caption\":\"customer\",\"sample_value\":\"cus_AgOeorQ7kTewBI\"},\"_p_days_until_due\":{\"ret_value\":\"text\",\"caption\":\"days_until_due\",\"sample_value\":null},\"_p_default_payment_method\":{\"ret_value\":\"text\",\"caption\":\"default_payment_method\",\"sample_value\":null},\"_p_default_source\":{\"ret_value\":\"text\",\"caption\":\"default_source\",\"sample_value\":null},\"_p_discount\":{\"ret_value\":\"text\",\"caption\":\"discount\",\"sample_value\":null},\"_p_ended_at\":{\"ret_value\":\"text\",\"caption\":\"ended_at\",\"sample_value\":null},\"_p_items.object\":{\"ret_value\":\"text\",\"caption\":\"object\",\"sample_value\":\"list\",\"path\":[\"items\",\"object\"]},\"_p_items.data\":{\"ret_value\":\"list.api.1491714407143x279212378954661900.plugin_api.BKs.items.data\",\"caption\":\"List all Subscriptions\",\"path\":[\"items\",\"data\"]},\"_p_items.has_more\":{\"ret_value\":\"boolean\",\"caption\":\"has_more\",\"sample_value\":false,\"path\":[\"items\",\"has_more\"]},\"_p_items.url\":{\"ret_value\":\"text\",\"caption\":\"url\",\"sample_value\":\"/v1/subscription_items?subscription=sub_AgOem0qdyCowxn\",\"path\":[\"items\",\"url\"]},\"_p_latest_invoice\":{\"ret_value\":\"text\",\"caption\":\"latest_invoice\",\"sample_value\":\"in_1IMPlI2eZvKYlo2CwdVZaUXW\"},\"_p_livemode\":{\"ret_value\":\"boolean\",\"caption\":\"livemode\",\"sample_value\":false},\"_p_next_pending_invoice_item_invoice\":{\"ret_value\":\"text\",\"caption\":\"next_pending_invoice_item_invoice\",\"sample_value\":null},\"_p_pause_collection.behavior\":{\"ret_value\":\"text\",\"caption\":\"pause_collection behavior\",\"sample_value\":\"keep_as_draft\",\"path\":[\"pause_collection\",\"behavior\"]},\"_p_pause_collection.resumes_at\":{\"ret_value\":\"text\",\"caption\":\"pause_collection resumes_at\",\"sample_value\":null,\"path\":[\"pause_collection\",\"resumes_at\"]},\"_p_pending_invoice_item_interval\":{\"ret_value\":\"text\",\"caption\":\"pending_invoice_item_interval\",\"sample_value\":null},\"_p_pending_setup_intent\":{\"ret_value\":\"text\",\"caption\":\"pending_setup_intent\",\"sample_value\":null},\"_p_pending_update\":{\"ret_value\":\"text\",\"caption\":\"pending_update\",\"sample_value\":null},\"_p_schedule\":{\"ret_value\":\"text\",\"caption\":\"schedule\",\"sample_value\":null},\"_p_start_date\":{\"ret_value\":\"number\",\"caption\":\"start_date\",\"sample_value\":1495164780},\"_p_status\":{\"ret_value\":\"text\",\"caption\":\"status\",\"sample_value\":\"active\"},\"_p_transfer_data\":{\"ret_value\":\"text\",\"caption\":\"transfer_data\",\"sample_value\":null},\"_p_trial_end\":{\"ret_value\":\"number\",\"caption\":\"trial_end\",\"sample_value\":null},\"_p_trial_start\":{\"ret_value\":\"number\",\"caption\":\"trial_start\",\"sample_value\":null}}},\"plugin_api.BKs.items.data\":{\"caption\":\"List all Subscriptions item data\",\"fields\":{\"_p_id\":{\"ret_value\":\"text\",\"caption\":\"id\",\"sample_value\":\"si_1AL1rM2eZvKYlo2CvSvKRh4v\"},\"_p_object\":{\"ret_value\":\"text\",\"caption\":\"object\",\"sample_value\":\"subscription_item\"},\"_p_billing_thresholds\":{\"ret_value\":\"text\",\"caption\":\"billing_thresholds\",\"sample_value\":null},\"_p_created\":{\"ret_value\":\"number\",\"caption\":\"created\",\"sample_value\":1495164780},\"_p_price.id\":{\"ret_value\":\"text\",\"caption\":\"price id\",\"sample_value\":\"free_premium\",\"path\":[\"price\",\"id\"]},\"_p_price.object\":{\"ret_value\":\"text\",\"caption\":\"price object\",\"sample_value\":\"price\",\"path\":[\"price\",\"object\"]},\"_p_price.active\":{\"ret_value\":\"boolean\",\"caption\":\"price active\",\"sample_value\":true,\"path\":[\"price\",\"active\"]},\"_p_price.billing_scheme\":{\"ret_value\":\"text\",\"caption\":\"price billing_scheme\",\"sample_value\":\"per_unit\",\"path\":[\"price\",\"billing_scheme\"]},\"_p_price.created\":{\"ret_value\":\"number\",\"caption\":\"price created\",\"sample_value\":1494529010,\"path\":[\"price\",\"created\"]},\"_p_price.currency\":{\"ret_value\":\"text\",\"caption\":\"price currency\",\"sample_value\":\"usd\",\"path\":[\"price\",\"currency\"]},\"_p_price.livemode\":{\"ret_value\":\"boolean\",\"caption\":\"price livemode\",\"sample_value\":false,\"path\":[\"price\",\"livemode\"]},\"_p_price.lookup_key\":{\"ret_value\":\"text\",\"caption\":\"price lookup_key\",\"sample_value\":null,\"path\":[\"price\",\"lookup_key\"]},\"_p_price.nickname\":{\"ret_value\":\"text\",\"caption\":\"price nickname\",\"sample_value\":null,\"path\":[\"price\",\"nickname\"]},\"_p_price.product\":{\"ret_value\":\"text\",\"caption\":\"price product\",\"sample_value\":\"prod_BTtwoF3FsmfGzG\",\"path\":[\"price\",\"product\"]},\"_p_price.recurring.aggregate_usage\":{\"ret_value\":\"text\",\"caption\":\"price recurring aggregate_usage\",\"sample_value\":null,\"path\":[\"price\",\"recurring\",\"aggregate_usage\"]},\"_p_price.recurring.interval\":{\"ret_value\":\"text\",\"caption\":\"price recurring interval\",\"sample_value\":\"month\",\"path\":[\"price\",\"recurring\",\"interval\"]},\"_p_price.recurring.interval_count\":{\"ret_value\":\"number\",\"caption\":\"price recurring interval_count\",\"sample_value\":1,\"path\":[\"price\",\"recurring\",\"interval_count\"]},\"_p_price.recurring.usage_type\":{\"ret_value\":\"text\",\"caption\":\"price recurring usage_type\",\"sample_value\":\"licensed\",\"path\":[\"price\",\"recurring\",\"usage_type\"]},\"_p_price.tiers_mode\":{\"ret_value\":\"text\",\"caption\":\"price tiers_mode\",\"sample_value\":null,\"path\":[\"price\",\"tiers_mode\"]},\"_p_price.transform_quantity\":{\"ret_value\":\"text\",\"caption\":\"price transform_quantity\",\"sample_value\":null,\"path\":[\"price\",\"transform_quantity\"]},\"_p_price.type\":{\"ret_value\":\"text\",\"caption\":\"price type\",\"sample_value\":\"recurring\",\"path\":[\"price\",\"type\"]},\"_p_price.unit_amount\":{\"ret_value\":\"number\",\"caption\":\"price unit_amount\",\"sample_value\":0,\"path\":[\"price\",\"unit_amount\"]},\"_p_price.unit_amount_decimal\":{\"ret_value\":\"text\",\"caption\":\"price unit_amount_decimal\",\"sample_value\":\"0\",\"path\":[\"price\",\"unit_amount_decimal\"]},\"_p_quantity\":{\"ret_value\":\"number\",\"caption\":\"quantity\",\"sample_value\":1},\"_p_subscription\":{\"ret_value\":\"text\",\"caption\":\"subscription\",\"sample_value\":\"sub_AgOem0qdyCowxn\"}}}}","ret_value":"api.1491714407143x279212378954661900.plugin_api.BKs","should_reinitialize":false},"BKu":{"0":"B","1":"K","2":"t","name":"List all Subscriptions","method":"get","publish_as":"action","url":"https://api.stripe.com/v1/subscriptions","initialized":true,"types":"{\"plugin_api.BKu\":{\"caption\":\"List all Subscription\",\"fields\":{\"_p_object\":{\"ret_value\":\"text\",\"caption\":\"object\",\"sample_value\":\"list\"},\"_p_url\":{\"ret_value\":\"text\",\"caption\":\"url\",\"sample_value\":\"/v1/subscriptions\"},\"_p_has_more\":{\"ret_value\":\"boolean\",\"caption\":\"has_more\",\"sample_value\":false},\"_p_data\":{\"ret_value\":\"list.api.1491714407143x279212378954661900.plugin_api.BKu.data\",\"caption\":\"data\"}}},\"plugin_api.BKu.data\":{\"caption\":\"List all Subscriptions data\",\"fields\":{\"_p_id\":{\"ret_value\":\"text\",\"caption\":\"id\",\"sample_value\":\"su_1AL1rM2eZvKYlo2C4MLHfcUS\"},\"_p_object\":{\"ret_value\":\"text\",\"caption\":\"object\",\"sample_value\":\"subscription\"},\"_p_application_fee_percent\":{\"ret_value\":\"text\",\"caption\":\"application_fee_percent\",\"sample_value\":null},\"_p_billing_cycle_anchor\":{\"ret_value\":\"number\",\"caption\":\"billing_cycle_anchor\",\"sample_value\":1495164780},\"_p_billing_thresholds\":{\"ret_value\":\"text\",\"caption\":\"billing_thresholds\",\"sample_value\":null},\"_p_cancel_at\":{\"ret_value\":\"text\",\"caption\":\"cancel_at\",\"sample_value\":null},\"_p_cancel_at_period_end\":{\"ret_value\":\"boolean\",\"caption\":\"cancel_at_period_end\",\"sample_value\":false},\"_p_canceled_at\":{\"ret_value\":\"text\",\"caption\":\"canceled_at\",\"sample_value\":null},\"_p_collection_method\":{\"ret_value\":\"text\",\"caption\":\"collection_method\",\"sample_value\":\"charge_automatically\"},\"_p_created\":{\"ret_value\":\"number\",\"caption\":\"created\",\"sample_value\":1495164780},\"_p_current_period_end\":{\"ret_value\":\"number\",\"caption\":\"current_period_end\",\"sample_value\":1616124780},\"_p_current_period_start\":{\"ret_value\":\"number\",\"caption\":\"current_period_start\",\"sample_value\":1613705580},\"_p_customer\":{\"ret_value\":\"text\",\"caption\":\"customer\",\"sample_value\":\"cus_AgOeorQ7kTewBI\"},\"_p_days_until_due\":{\"ret_value\":\"text\",\"caption\":\"days_until_due\",\"sample_value\":null},\"_p_default_payment_method\":{\"ret_value\":\"text\",\"caption\":\"default_payment_method\",\"sample_value\":null},\"_p_default_source\":{\"ret_value\":\"text\",\"caption\":\"default_source\",\"sample_value\":null},\"_p_discount\":{\"ret_value\":\"text\",\"caption\":\"discount\",\"sample_value\":null},\"_p_ended_at\":{\"ret_value\":\"text\",\"caption\":\"ended_at\",\"sample_value\":null},\"_p_items.object\":{\"ret_value\":\"text\",\"caption\":\"object\",\"sample_value\":\"list\",\"path\":[\"items\",\"object\"]},\"_p_items.data\":{\"ret_value\":\"list.api.1491714407143x279212378954661900.plugin_api.BKu.items.data\",\"caption\":\"List all Subscriptions\",\"path\":[\"items\",\"data\"]},\"_p_items.has_more\":{\"ret_value\":\"boolean\",\"caption\":\"has_more\",\"sample_value\":false,\"path\":[\"items\",\"has_more\"]},\"_p_items.url\":{\"ret_value\":\"text\",\"caption\":\"url\",\"sample_value\":\"/v1/subscription_items?subscription=sub_AgOem0qdyCowxn\",\"path\":[\"items\",\"url\"]},\"_p_latest_invoice\":{\"ret_value\":\"text\",\"caption\":\"latest_invoice\",\"sample_value\":\"in_1IMPlI2eZvKYlo2CwdVZaUXW\"},\"_p_livemode\":{\"ret_value\":\"boolean\",\"caption\":\"livemode\",\"sample_value\":false},\"_p_next_pending_invoice_item_invoice\":{\"ret_value\":\"text\",\"caption\":\"next_pending_invoice_item_invoice\",\"sample_value\":null},\"_p_pause_collection.behavior\":{\"ret_value\":\"text\",\"caption\":\"pause_collection behavior\",\"sample_value\":\"keep_as_draft\",\"path\":[\"pause_collection\",\"behavior\"]},\"_p_pause_collection.resumes_at\":{\"ret_value\":\"text\",\"caption\":\"pause_collection resumes_at\",\"sample_value\":null,\"path\":[\"pause_collection\",\"resumes_at\"]},\"_p_pending_invoice_item_interval\":{\"ret_value\":\"text\",\"caption\":\"pending_invoice_item_interval\",\"sample_value\":null},\"_p_pending_setup_intent\":{\"ret_value\":\"text\",\"caption\":\"pending_setup_intent\",\"sample_value\":null},\"_p_pending_update\":{\"ret_value\":\"text\",\"caption\":\"pending_update\",\"sample_value\":null},\"_p_schedule\":{\"ret_value\":\"text\",\"caption\":\"schedule\",\"sample_value\":null},\"_p_start_date\":{\"ret_value\":\"number\",\"caption\":\"start_date\",\"sample_value\":1495164780},\"_p_status\":{\"ret_value\":\"text\",\"caption\":\"status\",\"sample_value\":\"active\"},\"_p_transfer_data\":{\"ret_value\":\"text\",\"caption\":\"transfer_data\",\"sample_value\":null},\"_p_trial_end\":{\"ret_value\":\"number\",\"caption\":\"trial_end\",\"sample_value\":null},\"_p_trial_start\":{\"ret_value\":\"number\",\"caption\":\"trial_start\",\"sample_value\":null}}},\"plugin_api.BKu.items.data\":{\"caption\":\"List all Subscriptions item data\",\"fields\":{\"_p_id\":{\"ret_value\":\"text\",\"caption\":\"id\",\"sample_value\":\"si_1AL1rM2eZvKYlo2CvSvKRh4v\"},\"_p_object\":{\"ret_value\":\"text\",\"caption\":\"object\",\"sample_value\":\"subscription_item\"},\"_p_billing_thresholds\":{\"ret_value\":\"text\",\"caption\":\"billing_thresholds\",\"sample_value\":null},\"_p_created\":{\"ret_value\":\"number\",\"caption\":\"created\",\"sample_value\":1495164780},\"_p_price.id\":{\"ret_value\":\"text\",\"caption\":\"price id\",\"sample_value\":\"free_premium\",\"path\":[\"price\",\"id\"]},\"_p_price.object\":{\"ret_value\":\"text\",\"caption\":\"price object\",\"sample_value\":\"price\",\"path\":[\"price\",\"object\"]},\"_p_price.active\":{\"ret_value\":\"boolean\",\"caption\":\"price active\",\"sample_value\":true,\"path\":[\"price\",\"active\"]},\"_p_price.billing_scheme\":{\"ret_value\":\"text\",\"caption\":\"price billing_scheme\",\"sample_value\":\"per_unit\",\"path\":[\"price\",\"billing_scheme\"]},\"_p_price.created\":{\"ret_value\":\"number\",\"caption\":\"price created\",\"sample_value\":1494529010,\"path\":[\"price\",\"created\"]},\"_p_price.currency\":{\"ret_value\":\"text\",\"caption\":\"price currency\",\"sample_value\":\"usd\",\"path\":[\"price\",\"currency\"]},\"_p_price.livemode\":{\"ret_value\":\"boolean\",\"caption\":\"price livemode\",\"sample_value\":false,\"path\":[\"price\",\"livemode\"]},\"_p_price.lookup_key\":{\"ret_value\":\"text\",\"caption\":\"price lookup_key\",\"sample_value\":null,\"path\":[\"price\",\"lookup_key\"]},\"_p_price.nickname\":{\"ret_value\":\"text\",\"caption\":\"price nickname\",\"sample_value\":null,\"path\":[\"price\",\"nickname\"]},\"_p_price.product\":{\"ret_value\":\"text\",\"caption\":\"price product\",\"sample_value\":\"prod_BTtwoF3FsmfGzG\",\"path\":[\"price\",\"product\"]},\"_p_price.recurring.aggregate_usage\":{\"ret_value\":\"text\",\"caption\":\"price recurring aggregate_usage\",\"sample_value\":null,\"path\":[\"price\",\"recurring\",\"aggregate_usage\"]},\"_p_price.recurring.interval\":{\"ret_value\":\"text\",\"caption\":\"price recurring interval\",\"sample_value\":\"month\",\"path\":[\"price\",\"recurring\",\"interval\"]},\"_p_price.recurring.interval_count\":{\"ret_value\":\"number\",\"caption\":\"price recurring interval_count\",\"sample_value\":1,\"path\":[\"price\",\"recurring\",\"interval_count\"]},\"_p_price.recurring.usage_type\":{\"ret_value\":\"text\",\"caption\":\"price recurring usage_type\",\"sample_value\":\"licensed\",\"path\":[\"price\",\"recurring\",\"usage_type\"]},\"_p_price.tiers_mode\":{\"ret_value\":\"text\",\"caption\":\"price tiers_mode\",\"sample_value\":null,\"path\":[\"price\",\"tiers_mode\"]},\"_p_price.transform_quantity\":{\"ret_value\":\"text\",\"caption\":\"price transform_quantity\",\"sample_value\":null,\"path\":[\"price\",\"transform_quantity\"]},\"_p_price.type\":{\"ret_value\":\"text\",\"caption\":\"price type\",\"sample_value\":\"recurring\",\"path\":[\"price\",\"type\"]},\"_p_price.unit_amount\":{\"ret_value\":\"number\",\"caption\":\"price unit_amount\",\"sample_value\":0,\"path\":[\"price\",\"unit_amount\"]},\"_p_price.unit_amount_decimal\":{\"ret_value\":\"text\",\"caption\":\"price unit_amount_decimal\",\"sample_value\":\"0\",\"path\":[\"price\",\"unit_amount_decimal\"]},\"_p_quantity\":{\"ret_value\":\"number\",\"caption\":\"quantity\",\"sample_value\":1},\"_p_subscription\":{\"ret_value\":\"text\",\"caption\":\"subscription\",\"sample_value\":\"sub_AgOem0qdyCowxn\"}}}}","ret_value":"api.1491714407143x279212378954661900.plugin_api.BKu","should_reinitialize":false},"BLB":{"0":"B","1":"L","2":"A","name":"List all PaymentIntents","method":"get","publish_as":"action","url":"https://api.stripe.com/v1/payment_intents","initialized":true,"types":"{\"plugin_api.BLB\":{\"caption\":\"List all PaymentIntent\",\"fields\":{\"_p_object\":{\"ret_value\":\"text\",\"caption\":\"object\",\"sample_value\":\"list\"},\"_p_url\":{\"ret_value\":\"text\",\"caption\":\"url\",\"sample_value\":\"/v1/payment_intents\"},\"_p_has_more\":{\"ret_value\":\"boolean\",\"caption\":\"has_more\",\"sample_value\":false},\"_p_data\":{\"ret_value\":\"list.api.1491714407143x279212378954661900.plugin_api.BLB.data\",\"caption\":\"data\"}}},\"plugin_api.BLB.data\":{\"caption\":\"List all PaymentIntents data\",\"fields\":{\"_p_id\":{\"ret_value\":\"text\",\"caption\":\"id\",\"sample_value\":\"pi_1DnXbR2eZvKYlo2ChwDxQNrb\"},\"_p_object\":{\"ret_value\":\"text\",\"caption\":\"object\",\"sample_value\":\"payment_intent\"},\"_p_amount\":{\"ret_value\":\"number\",\"caption\":\"amount\",\"sample_value\":1099},\"_p_amount_capturable\":{\"ret_value\":\"number\",\"caption\":\"amount_capturable\",\"sample_value\":0},\"_p_amount_received\":{\"ret_value\":\"number\",\"caption\":\"amount_received\",\"sample_value\":0},\"_p_application\":{\"ret_value\":\"text\",\"caption\":\"application\",\"sample_value\":null},\"_p_application_fee_amount\":{\"ret_value\":\"text\",\"caption\":\"application_fee_amount\",\"sample_value\":null},\"_p_canceled_at\":{\"ret_value\":\"text\",\"caption\":\"canceled_at\",\"sample_value\":null},\"_p_cancellation_reason\":{\"ret_value\":\"text\",\"caption\":\"cancellation_reason\",\"sample_value\":null},\"_p_capture_method\":{\"ret_value\":\"text\",\"caption\":\"capture_method\",\"sample_value\":\"automatic\"},\"_p_charges.object\":{\"ret_value\":\"text\",\"caption\":\"charges object\",\"sample_value\":\"list\",\"path\":[\"charges\",\"object\"]},\"_p_charges.has_more\":{\"ret_value\":\"boolean\",\"caption\":\"charges has_more\",\"sample_value\":false,\"path\":[\"charges\",\"has_more\"]},\"_p_charges.url\":{\"ret_value\":\"text\",\"caption\":\"charges url\",\"sample_value\":\"/v1/charges?payment_intent=pi_1DnXbR2eZvKYlo2ChwDxQNrb\",\"path\":[\"charges\",\"url\"]},\"_p_client_secret\":{\"ret_value\":\"text\",\"caption\":\"client_secret\",\"sample_value\":\"pi_1DnXbR2eZvKYlo2ChwDxQNrb_secret_McG2ZXMhKAXD7zKIZs5t0Oj2a\"},\"_p_confirmation_method\":{\"ret_value\":\"text\",\"caption\":\"confirmation_method\",\"sample_value\":\"automatic\"},\"_p_created\":{\"ret_value\":\"number\",\"caption\":\"created\",\"sample_value\":1546288993},\"_p_currency\":{\"ret_value\":\"text\",\"caption\":\"currency\",\"sample_value\":\"gbp\"},\"_p_customer\":{\"ret_value\":\"text\",\"caption\":\"customer\",\"sample_value\":null},\"_p_description\":{\"ret_value\":\"text\",\"caption\":\"description\",\"sample_value\":null},\"_p_invoice\":{\"ret_value\":\"text\",\"caption\":\"invoice\",\"sample_value\":null},\"_p_last_payment_error\":{\"ret_value\":\"text\",\"caption\":\"last_payment_error\",\"sample_value\":null},\"_p_livemode\":{\"ret_value\":\"boolean\",\"caption\":\"livemode\",\"sample_value\":false},\"_p_next_action\":{\"ret_value\":\"text\",\"caption\":\"next_action\",\"sample_value\":null},\"_p_on_behalf_of\":{\"ret_value\":\"text\",\"caption\":\"on_behalf_of\",\"sample_value\":null},\"_p_payment_method\":{\"ret_value\":\"text\",\"caption\":\"payment_method\",\"sample_value\":null},\"_p_payment_method_types\":{\"ret_value\":\"list.text\",\"caption\":\"payment_method_types\",\"sample_value\":\"card\"},\"_p_receipt_email\":{\"ret_value\":\"text\",\"caption\":\"receipt_email\",\"sample_value\":null},\"_p_review\":{\"ret_value\":\"text\",\"caption\":\"review\",\"sample_value\":null},\"_p_setup_future_usage\":{\"ret_value\":\"text\",\"caption\":\"setup_future_usage\",\"sample_value\":null},\"_p_shipping\":{\"ret_value\":\"text\",\"caption\":\"shipping\",\"sample_value\":null},\"_p_statement_descriptor\":{\"ret_value\":\"text\",\"caption\":\"statement_descriptor\",\"sample_value\":null},\"_p_statement_descriptor_suffix\":{\"ret_value\":\"text\",\"caption\":\"statement_descriptor_suffix\",\"sample_value\":null},\"_p_status\":{\"ret_value\":\"text\",\"caption\":\"status\",\"sample_value\":\"requires_payment_method\"},\"_p_transfer_data\":{\"ret_value\":\"text\",\"caption\":\"transfer_data\",\"sample_value\":null},\"_p_transfer_group\":{\"ret_value\":\"text\",\"caption\":\"transfer_group\",\"sample_value\":null}}}}","ret_value":"api.1491714407143x279212378954661900.plugin_api.BLB","must_reinitialize":false,"should_reinitialize":false},"BLi":{"0":"B","1":"L","2":"h","name":"List all PaymentIntents","method":"get","publish_as":"data","url":"https://api.stripe.com/v1/payment_intents","initialized":true,"types":"{\"plugin_api.BLi\":{\"caption\":\"List all PaymentIntent\",\"fields\":{\"_p_object\":{\"ret_value\":\"text\",\"caption\":\"object\",\"sample_value\":\"list\"},\"_p_url\":{\"ret_value\":\"text\",\"caption\":\"url\",\"sample_value\":\"/v1/payment_intents\"},\"_p_has_more\":{\"ret_value\":\"boolean\",\"caption\":\"has_more\",\"sample_value\":false},\"_p_data\":{\"ret_value\":\"list.api.1491714407143x279212378954661900.plugin_api.BLi.data\",\"caption\":\"data\"}}},\"plugin_api.BLi.data\":{\"caption\":\"List all PaymentIntents data\",\"fields\":{\"_p_id\":{\"ret_value\":\"text\",\"caption\":\"id\",\"sample_value\":\"pi_1DnXbR2eZvKYlo2ChwDxQNrb\"},\"_p_object\":{\"ret_value\":\"text\",\"caption\":\"object\",\"sample_value\":\"payment_intent\"},\"_p_amount\":{\"ret_value\":\"number\",\"caption\":\"amount\",\"sample_value\":1099},\"_p_amount_capturable\":{\"ret_value\":\"number\",\"caption\":\"amount_capturable\",\"sample_value\":0},\"_p_amount_received\":{\"ret_value\":\"number\",\"caption\":\"amount_received\",\"sample_value\":0},\"_p_application\":{\"ret_value\":\"text\",\"caption\":\"application\",\"sample_value\":null},\"_p_application_fee_amount\":{\"ret_value\":\"text\",\"caption\":\"application_fee_amount\",\"sample_value\":null},\"_p_canceled_at\":{\"ret_value\":\"text\",\"caption\":\"canceled_at\",\"sample_value\":null},\"_p_cancellation_reason\":{\"ret_value\":\"text\",\"caption\":\"cancellation_reason\",\"sample_value\":null},\"_p_capture_method\":{\"ret_value\":\"text\",\"caption\":\"capture_method\",\"sample_value\":\"automatic\"},\"_p_charges.object\":{\"ret_value\":\"text\",\"caption\":\"charges object\",\"sample_value\":\"list\",\"path\":[\"charges\",\"object\"]},\"_p_charges.has_more\":{\"ret_value\":\"boolean\",\"caption\":\"charges has_more\",\"sample_value\":false,\"path\":[\"charges\",\"has_more\"]},\"_p_charges.url\":{\"ret_value\":\"text\",\"caption\":\"charges url\",\"sample_value\":\"/v1/charges?payment_intent=pi_1DnXbR2eZvKYlo2ChwDxQNrb\",\"path\":[\"charges\",\"url\"]},\"_p_client_secret\":{\"ret_value\":\"text\",\"caption\":\"client_secret\",\"sample_value\":\"pi_1DnXbR2eZvKYlo2ChwDxQNrb_secret_McG2ZXMhKAXD7zKIZs5t0Oj2a\"},\"_p_confirmation_method\":{\"ret_value\":\"text\",\"caption\":\"confirmation_method\",\"sample_value\":\"automatic\"},\"_p_created\":{\"ret_value\":\"number\",\"caption\":\"created\",\"sample_value\":1546288993},\"_p_currency\":{\"ret_value\":\"text\",\"caption\":\"currency\",\"sample_value\":\"gbp\"},\"_p_customer\":{\"ret_value\":\"text\",\"caption\":\"customer\",\"sample_value\":null},\"_p_description\":{\"ret_value\":\"text\",\"caption\":\"description\",\"sample_value\":null},\"_p_invoice\":{\"ret_value\":\"text\",\"caption\":\"invoice\",\"sample_value\":null},\"_p_last_payment_error\":{\"ret_value\":\"text\",\"caption\":\"last_payment_error\",\"sample_value\":null},\"_p_livemode\":{\"ret_value\":\"boolean\",\"caption\":\"livemode\",\"sample_value\":false},\"_p_next_action\":{\"ret_value\":\"text\",\"caption\":\"next_action\",\"sample_value\":null},\"_p_on_behalf_of\":{\"ret_value\":\"text\",\"caption\":\"on_behalf_of\",\"sample_value\":null},\"_p_payment_method\":{\"ret_value\":\"text\",\"caption\":\"payment_method\",\"sample_value\":null},\"_p_payment_method_types\":{\"ret_value\":\"list.text\",\"caption\":\"payment_method_types\",\"sample_value\":\"card\"},\"_p_receipt_email\":{\"ret_value\":\"text\",\"caption\":\"receipt_email\",\"sample_value\":null},\"_p_review\":{\"ret_value\":\"text\",\"caption\":\"review\",\"sample_value\":null},\"_p_setup_future_usage\":{\"ret_value\":\"text\",\"caption\":\"setup_future_usage\",\"sample_value\":null},\"_p_shipping\":{\"ret_value\":\"text\",\"caption\":\"shipping\",\"sample_value\":null},\"_p_statement_descriptor\":{\"ret_value\":\"text\",\"caption\":\"statement_descriptor\",\"sample_value\":null},\"_p_statement_descriptor_suffix\":{\"ret_value\":\"text\",\"caption\":\"statement_descriptor_suffix\",\"sample_value\":null},\"_p_status\":{\"ret_value\":\"text\",\"caption\":\"status\",\"sample_value\":\"requires_payment_method\"},\"_p_transfer_data\":{\"ret_value\":\"text\",\"caption\":\"transfer_data\",\"sample_value\":null},\"_p_transfer_group\":{\"ret_value\":\"text\",\"caption\":\"transfer_group\",\"sample_value\":null}}}}","ret_value":"api.1491714407143x279212378954661900.plugin_api.BLi","should_reinitialize":false},"BLk":{"0":"B","1":"L","2":"j","name":"List all Plans","method":"get","publish_as":"action","url":"https://api.stripe.com/v1/plans","initialized":true,"types":"{\"plugin_api.BLk\":{\"caption\":\"List all Plan\",\"fields\":{\"_p_object\":{\"ret_value\":\"text\",\"caption\":\"object\",\"sample_value\":\"list\"},\"_p_url\":{\"ret_value\":\"text\",\"caption\":\"url\",\"sample_value\":\"/v1/plans\"},\"_p_has_more\":{\"ret_value\":\"boolean\",\"caption\":\"has_more\",\"sample_value\":false},\"_p_data\":{\"ret_value\":\"list.api.1491714407143x279212378954661900.plugin_api.BLk.data\",\"caption\":\"data\"}}},\"plugin_api.BLk.data\":{\"caption\":\"List all Plans data\",\"fields\":{\"_p_id\":{\"ret_value\":\"text\",\"caption\":\"id\",\"sample_value\":\"price_1ITdvb2eZvKYlo2ClFNLE2mS\"},\"_p_object\":{\"ret_value\":\"text\",\"caption\":\"object\",\"sample_value\":\"plan\"},\"_p_active\":{\"ret_value\":\"boolean\",\"caption\":\"active\",\"sample_value\":true},\"_p_aggregate_usage\":{\"ret_value\":\"text\",\"caption\":\"aggregate_usage\",\"sample_value\":null},\"_p_amount\":{\"ret_value\":\"number\",\"caption\":\"amount\",\"sample_value\":1600},\"_p_amount_decimal\":{\"ret_value\":\"text\",\"caption\":\"amount_decimal\",\"sample_value\":\"1600\"},\"_p_billing_scheme\":{\"ret_value\":\"text\",\"caption\":\"billing_scheme\",\"sample_value\":\"per_unit\"},\"_p_created\":{\"ret_value\":\"number\",\"caption\":\"created\",\"sample_value\":1615428427},\"_p_currency\":{\"ret_value\":\"text\",\"caption\":\"currency\",\"sample_value\":\"usd\"},\"_p_interval\":{\"ret_value\":\"text\",\"caption\":\"interval\",\"sample_value\":\"month\"},\"_p_interval_count\":{\"ret_value\":\"number\",\"caption\":\"interval_count\",\"sample_value\":1},\"_p_livemode\":{\"ret_value\":\"boolean\",\"caption\":\"livemode\",\"sample_value\":false},\"_p_nickname\":{\"ret_value\":\"text\",\"caption\":\"nickname\",\"sample_value\":null},\"_p_product\":{\"ret_value\":\"text\",\"caption\":\"product\",\"sample_value\":\"prod_J5pabT80t6v49K\"},\"_p_tiers_mode\":{\"ret_value\":\"text\",\"caption\":\"tiers_mode\",\"sample_value\":null},\"_p_transform_usage\":{\"ret_value\":\"text\",\"caption\":\"transform_usage\",\"sample_value\":null},\"_p_trial_period_days\":{\"ret_value\":\"text\",\"caption\":\"trial_period_days\",\"sample_value\":null},\"_p_usage_type\":{\"ret_value\":\"text\",\"caption\":\"usage_type\",\"sample_value\":\"licensed\"}}}}","ret_value":"api.1491714407143x279212378954661900.plugin_api.BLk","should_reinitialize":false},"BLm":{"0":"B","1":"L","2":"l","name":"List all Plans","method":"get","publish_as":"data","url":"https://api.stripe.com/v1/plans","initialized":true,"types":"{\"plugin_api.BLm\":{\"caption\":\"List all Plan\",\"fields\":{\"_p_object\":{\"ret_value\":\"text\",\"caption\":\"object\",\"sample_value\":\"list\"},\"_p_url\":{\"ret_value\":\"text\",\"caption\":\"url\",\"sample_value\":\"/v1/plans\"},\"_p_has_more\":{\"ret_value\":\"boolean\",\"caption\":\"has_more\",\"sample_value\":false},\"_p_data\":{\"ret_value\":\"list.api.1491714407143x279212378954661900.plugin_api.BLm.data\",\"caption\":\"data\"}}},\"plugin_api.BLm.data\":{\"caption\":\"List all Plans data\",\"fields\":{\"_p_id\":{\"ret_value\":\"text\",\"caption\":\"id\",\"sample_value\":\"price_1ITdvb2eZvKYlo2ClFNLE2mS\"},\"_p_object\":{\"ret_value\":\"text\",\"caption\":\"object\",\"sample_value\":\"plan\"},\"_p_active\":{\"ret_value\":\"boolean\",\"caption\":\"active\",\"sample_value\":true},\"_p_aggregate_usage\":{\"ret_value\":\"text\",\"caption\":\"aggregate_usage\",\"sample_value\":null},\"_p_amount\":{\"ret_value\":\"number\",\"caption\":\"amount\",\"sample_value\":1600},\"_p_amount_decimal\":{\"ret_value\":\"text\",\"caption\":\"amount_decimal\",\"sample_value\":\"1600\"},\"_p_billing_scheme\":{\"ret_value\":\"text\",\"caption\":\"billing_scheme\",\"sample_value\":\"per_unit\"},\"_p_created\":{\"ret_value\":\"number\",\"caption\":\"created\",\"sample_value\":1615428427},\"_p_currency\":{\"ret_value\":\"text\",\"caption\":\"currency\",\"sample_value\":\"usd\"},\"_p_interval\":{\"ret_value\":\"text\",\"caption\":\"interval\",\"sample_value\":\"month\"},\"_p_interval_count\":{\"ret_value\":\"number\",\"caption\":\"interval_count\",\"sample_value\":1},\"_p_livemode\":{\"ret_value\":\"boolean\",\"caption\":\"livemode\",\"sample_value\":false},\"_p_nickname\":{\"ret_value\":\"text\",\"caption\":\"nickname\",\"sample_value\":null},\"_p_product\":{\"ret_value\":\"text\",\"caption\":\"product\",\"sample_value\":\"prod_J5pabT80t6v49K\"},\"_p_tiers_mode\":{\"ret_value\":\"text\",\"caption\":\"tiers_mode\",\"sample_value\":null},\"_p_transform_usage\":{\"ret_value\":\"text\",\"caption\":\"transform_usage\",\"sample_value\":null},\"_p_trial_period_days\":{\"ret_value\":\"text\",\"caption\":\"trial_period_days\",\"sample_value\":null},\"_p_usage_type\":{\"ret_value\":\"text\",\"caption\":\"usage_type\",\"sample_value\":\"licensed\"}}}}","ret_value":"api.1491714407143x279212378954661900.plugin_api.BLm","should_reinitialize":false},"BLx":{"0":"B","1":"L","2":"w","name":"List all Products","method":"get","publish_as":"action","url":"https://api.stripe.com/v1/products","initialized":true,"types":"{\"plugin_api.BLx\":{\"caption\":\"List all Product\",\"fields\":{\"_p_object\":{\"ret_value\":\"text\",\"caption\":\"object\",\"sample_value\":\"list\"},\"_p_url\":{\"ret_value\":\"text\",\"caption\":\"url\",\"sample_value\":\"/v1/products\"},\"_p_has_more\":{\"ret_value\":\"boolean\",\"caption\":\"has_more\",\"sample_value\":false},\"_p_data\":{\"ret_value\":\"list.api.1491714407143x279212378954661900.plugin_api.BLx.data\",\"caption\":\"data\"}}},\"plugin_api.BLx.data\":{\"caption\":\"List all Products data\",\"fields\":{\"_p_id\":{\"ret_value\":\"text\",\"caption\":\"id\",\"sample_value\":\"d4663772-062f-494f-88d8-43eabb18775b\"},\"_p_object\":{\"ret_value\":\"text\",\"caption\":\"object\",\"sample_value\":\"product\"},\"_p_active\":{\"ret_value\":\"boolean\",\"caption\":\"active\",\"sample_value\":true},\"_p_created\":{\"ret_value\":\"number\",\"caption\":\"created\",\"sample_value\":1615505940},\"_p_description\":{\"ret_value\":\"text\",\"caption\":\"description\",\"sample_value\":null},\"_p_livemode\":{\"ret_value\":\"boolean\",\"caption\":\"livemode\",\"sample_value\":false},\"_p_name\":{\"ret_value\":\"text\",\"caption\":\"name\",\"sample_value\":\"Aprendendo a programar 2\"},\"_p_statement_descriptor\":{\"ret_value\":\"text\",\"caption\":\"statement_descriptor\",\"sample_value\":null},\"_p_unit_label\":{\"ret_value\":\"text\",\"caption\":\"unit_label\",\"sample_value\":null},\"_p_updated\":{\"ret_value\":\"number\",\"caption\":\"updated\",\"sample_value\":1615505940}}}}","ret_value":"api.1491714407143x279212378954661900.plugin_api.BLx","should_reinitialize":false},"BLz":{"0":"B","1":"L","2":"y","name":"List all Products","method":"get","publish_as":"data","url":"https://api.stripe.com/v1/products","initialized":true,"types":"{\"plugin_api.BLz\":{\"caption\":\"List all Product\",\"fields\":{\"_p_object\":{\"ret_value\":\"text\",\"caption\":\"object\",\"sample_value\":\"list\"},\"_p_url\":{\"ret_value\":\"text\",\"caption\":\"url\",\"sample_value\":\"/v1/products\"},\"_p_has_more\":{\"ret_value\":\"boolean\",\"caption\":\"has_more\",\"sample_value\":false},\"_p_data\":{\"ret_value\":\"list.api.1491714407143x279212378954661900.plugin_api.BLz.data\",\"caption\":\"data\"}}},\"plugin_api.BLz.data\":{\"caption\":\"List all Products data\",\"fields\":{\"_p_id\":{\"ret_value\":\"text\",\"caption\":\"id\",\"sample_value\":\"d4663772-062f-494f-88d8-43eabb18775b\"},\"_p_object\":{\"ret_value\":\"text\",\"caption\":\"object\",\"sample_value\":\"product\"},\"_p_active\":{\"ret_value\":\"boolean\",\"caption\":\"active\",\"sample_value\":true},\"_p_created\":{\"ret_value\":\"number\",\"caption\":\"created\",\"sample_value\":1615505940},\"_p_description\":{\"ret_value\":\"text\",\"caption\":\"description\",\"sample_value\":null},\"_p_livemode\":{\"ret_value\":\"boolean\",\"caption\":\"livemode\",\"sample_value\":false},\"_p_name\":{\"ret_value\":\"text\",\"caption\":\"name\",\"sample_value\":\"Aprendendo a programar 2\"},\"_p_statement_descriptor\":{\"ret_value\":\"text\",\"caption\":\"statement_descriptor\",\"sample_value\":null},\"_p_unit_label\":{\"ret_value\":\"text\",\"caption\":\"unit_label\",\"sample_value\":null},\"_p_updated\":{\"ret_value\":\"number\",\"caption\":\"updated\",\"sample_value\":1615505940}}}}","ret_value":"api.1491714407143x279212378954661900.plugin_api.BLz","should_reinitialize":false},"BMF":{"0":"B","1":"M","2":"E","name":"List all Invoices","method":"get","publish_as":"action","url":"https://api.stripe.com/v1/invoices","initialized":true,"types":"{\"plugin_api.BMF\":{\"caption\":\"List all Invoice\",\"fields\":{\"_p_object\":{\"ret_value\":\"text\",\"caption\":\"object\",\"sample_value\":\"list\"},\"_p_data\":{\"ret_value\":\"list.api.1491714407143x279212378954661900.plugin_api.BMF.data\",\"caption\":\"data\"},\"_p_has_more\":{\"ret_value\":\"boolean\",\"caption\":\"has_more\",\"sample_value\":true},\"_p_url\":{\"ret_value\":\"text\",\"caption\":\"url\",\"sample_value\":\"/v1/invoices\"}}},\"plugin_api.BMF.data\":{\"caption\":\"List all Invoices data\",\"fields\":{\"_p_id\":{\"ret_value\":\"text\",\"caption\":\"id\",\"sample_value\":\"in_1KOq37DRc4puWQSIrNJ47Lt6\"},\"_p_object\":{\"ret_value\":\"text\",\"caption\":\"object\",\"sample_value\":\"invoice\"},\"_p_account_country\":{\"ret_value\":\"text\",\"caption\":\"account_country\",\"sample_value\":\"CA\"},\"_p_account_name\":{\"ret_value\":\"text\",\"caption\":\"account_name\",\"sample_value\":\"Copilot Plugins\"},\"_p_account_tax_ids\":{\"ret_value\":\"text\",\"caption\":\"account_tax_ids\",\"sample_value\":null},\"_p_amount_due\":{\"ret_value\":\"number\",\"caption\":\"amount_due\",\"sample_value\":500},\"_p_amount_paid\":{\"ret_value\":\"number\",\"caption\":\"amount_paid\",\"sample_value\":500},\"_p_amount_remaining\":{\"ret_value\":\"number\",\"caption\":\"amount_remaining\",\"sample_value\":0},\"_p_application_fee_amount\":{\"ret_value\":\"text\",\"caption\":\"application_fee_amount\",\"sample_value\":null},\"_p_attempt_count\":{\"ret_value\":\"number\",\"caption\":\"attempt_count\",\"sample_value\":1},\"_p_attempted\":{\"ret_value\":\"boolean\",\"caption\":\"attempted\",\"sample_value\":true},\"_p_auto_advance\":{\"ret_value\":\"boolean\",\"caption\":\"auto_advance\",\"sample_value\":false},\"_p_automatic_tax.enabled\":{\"ret_value\":\"boolean\",\"caption\":\"automatic_tax enabled\",\"sample_value\":false,\"path\":[\"automatic_tax\",\"enabled\"]},\"_p_automatic_tax.status\":{\"ret_value\":\"text\",\"caption\":\"automatic_tax status\",\"sample_value\":null,\"path\":[\"automatic_tax\",\"status\"]},\"_p_billing_reason\":{\"ret_value\":\"text\",\"caption\":\"billing_reason\",\"sample_value\":\"subscription_cycle\"},\"_p_charge\":{\"ret_value\":\"text\",\"caption\":\"charge\",\"sample_value\":\"ch_3KOr0JDRc4puWQSI0VKEVJfq\"},\"_p_collection_method\":{\"ret_value\":\"text\",\"caption\":\"collection_method\",\"sample_value\":\"charge_automatically\"},\"_p_created\":{\"ret_value\":\"number\",\"caption\":\"created\",\"sample_value\":1643836053},\"_p_currency\":{\"ret_value\":\"text\",\"caption\":\"currency\",\"sample_value\":\"usd\"},\"_p_custom_fields\":{\"ret_value\":\"text\",\"caption\":\"custom_fields\",\"sample_value\":null},\"_p_customer\":{\"ret_value\":\"text\",\"caption\":\"customer\",\"sample_value\":\"cus_HAFdbTkraXglPs\"},\"_p_customer_address.city\":{\"ret_value\":\"text\",\"caption\":\"customer_address city\",\"sample_value\":\"Toronto\",\"path\":[\"customer_address\",\"city\"]},\"_p_customer_address.country\":{\"ret_value\":\"text\",\"caption\":\"customer_address country\",\"sample_value\":null,\"path\":[\"customer_address\",\"country\"]},\"_p_customer_address.line1\":{\"ret_value\":\"text\",\"caption\":\"customer_address line1\",\"sample_value\":\"1 Yonge St\",\"path\":[\"customer_address\",\"line1\"]},\"_p_customer_address.line2\":{\"ret_value\":\"text\",\"caption\":\"customer_address line2\",\"sample_value\":\"\",\"path\":[\"customer_address\",\"line2\"]},\"_p_customer_address.postal_code\":{\"ret_value\":\"text\",\"caption\":\"customer_address postal_code\",\"sample_value\":null,\"path\":[\"customer_address\",\"postal_code\"]},\"_p_customer_address.state\":{\"ret_value\":\"text\",\"caption\":\"customer_address state\",\"sample_value\":null,\"path\":[\"customer_address\",\"state\"]},\"_p_customer_email\":{\"ret_value\":\"text\",\"caption\":\"customer_email\",\"sample_value\":\"test@test.com\"},\"_p_customer_name\":{\"ret_value\":\"text\",\"caption\":\"customer_name\",\"sample_value\":\"John Smith\"},\"_p_customer_phone\":{\"ret_value\":\"text\",\"caption\":\"customer_phone\",\"sample_value\":null},\"_p_customer_shipping\":{\"ret_value\":\"text\",\"caption\":\"customer_shipping\",\"sample_value\":null},\"_p_customer_tax_exempt\":{\"ret_value\":\"text\",\"caption\":\"customer_tax_exempt\",\"sample_value\":\"none\"},\"_p_default_payment_method\":{\"ret_value\":\"text\",\"caption\":\"default_payment_method\",\"sample_value\":null},\"_p_default_source\":{\"ret_value\":\"text\",\"caption\":\"default_source\",\"sample_value\":null},\"_p_description\":{\"ret_value\":\"text\",\"caption\":\"description\",\"sample_value\":null},\"_p_discount.id\":{\"ret_value\":\"text\",\"caption\":\"discount id\",\"sample_value\":\"di_1Ii6vVDRc4puWQSIYD839mtZ\",\"path\":[\"discount\",\"id\"]},\"_p_discount.object\":{\"ret_value\":\"text\",\"caption\":\"discount object\",\"sample_value\":\"discount\",\"path\":[\"discount\",\"object\"]},\"_p_discount.checkout_session\":{\"ret_value\":\"text\",\"caption\":\"discount checkout_session\",\"sample_value\":null,\"path\":[\"discount\",\"checkout_session\"]},\"_p_discount.coupon.id\":{\"ret_value\":\"text\",\"caption\":\"discount coupon id\",\"sample_value\":\"MSQF4McV\",\"path\":[\"discount\",\"coupon\",\"id\"]},\"_p_discount.coupon.object\":{\"ret_value\":\"text\",\"caption\":\"discount coupon object\",\"sample_value\":\"coupon\",\"path\":[\"discount\",\"coupon\",\"object\"]},\"_p_discount.coupon.amount_off\":{\"ret_value\":\"text\",\"caption\":\"discount coupon amount_off\",\"sample_value\":null,\"path\":[\"discount\",\"coupon\",\"amount_off\"]},\"_p_discount.coupon.created\":{\"ret_value\":\"number\",\"caption\":\"discount coupon created\",\"sample_value\":1618874940,\"path\":[\"discount\",\"coupon\",\"created\"]},\"_p_discount.coupon.currency\":{\"ret_value\":\"text\",\"caption\":\"discount coupon currency\",\"sample_value\":null,\"path\":[\"discount\",\"coupon\",\"currency\"]},\"_p_discount.coupon.duration\":{\"ret_value\":\"text\",\"caption\":\"discount coupon duration\",\"sample_value\":\"forever\",\"path\":[\"discount\",\"coupon\",\"duration\"]},\"_p_discount.coupon.duration_in_months\":{\"ret_value\":\"text\",\"caption\":\"discount coupon duration_in_months\",\"sample_value\":null,\"path\":[\"discount\",\"coupon\",\"duration_in_months\"]},\"_p_discount.coupon.livemode\":{\"ret_value\":\"boolean\",\"caption\":\"discount coupon livemode\",\"sample_value\":false,\"path\":[\"discount\",\"coupon\",\"livemode\"]},\"_p_discount.coupon.max_redemptions\":{\"ret_value\":\"text\",\"caption\":\"discount coupon max_redemptions\",\"sample_value\":null,\"path\":[\"discount\",\"coupon\",\"max_redemptions\"]},\"_p_discount.coupon.name\":{\"ret_value\":\"text\",\"caption\":\"discount coupon name\",\"sample_value\":\"10off\",\"path\":[\"discount\",\"coupon\",\"name\"]},\"_p_discount.coupon.percent_off\":{\"ret_value\":\"number\",\"caption\":\"discount coupon percent_off\",\"sample_value\":10,\"path\":[\"discount\",\"coupon\",\"percent_off\"]},\"_p_discount.coupon.redeem_by\":{\"ret_value\":\"text\",\"caption\":\"discount coupon redeem_by\",\"sample_value\":null,\"path\":[\"discount\",\"coupon\",\"redeem_by\"]},\"_p_discount.coupon.times_redeemed\":{\"ret_value\":\"number\",\"caption\":\"discount coupon times_redeemed\",\"sample_value\":2,\"path\":[\"discount\",\"coupon\",\"times_redeemed\"]},\"_p_discount.coupon.valid\":{\"ret_value\":\"boolean\",\"caption\":\"discount coupon valid\",\"sample_value\":true,\"path\":[\"discount\",\"coupon\",\"valid\"]},\"_p_discount.customer\":{\"ret_value\":\"text\",\"caption\":\"discount customer\",\"sample_value\":\"cus_Hm0Fz2aFEXLEnw\",\"path\":[\"discount\",\"customer\"]},\"_p_discount.end\":{\"ret_value\":\"text\",\"caption\":\"discount end\",\"sample_value\":null,\"path\":[\"discount\",\"end\"]},\"_p_discount.invoice\":{\"ret_value\":\"text\",\"caption\":\"discount invoice\",\"sample_value\":null,\"path\":[\"discount\",\"invoice\"]},\"_p_discount.invoice_item\":{\"ret_value\":\"text\",\"caption\":\"discount invoice_item\",\"sample_value\":null,\"path\":[\"discount\",\"invoice_item\"]},\"_p_discount.promotion_code\":{\"ret_value\":\"text\",\"caption\":\"discount promotion_code\",\"sample_value\":null,\"path\":[\"discount\",\"promotion_code\"]},\"_p_discount.start\":{\"ret_value\":\"number\",\"caption\":\"discount start\",\"sample_value\":1616284476,\"path\":[\"discount\",\"start\"]},\"_p_discount.subscription\":{\"ret_value\":\"text\",\"caption\":\"discount subscription\",\"sample_value\":\"sub_JKmUsMMJFgZy2R\",\"path\":[\"discount\",\"subscription\"]},\"_p_due_date\":{\"ret_value\":\"date_unix\",\"caption\":\"due_date\",\"sample_value\":null},\"_p_ending_balance\":{\"ret_value\":\"number\",\"caption\":\"ending_balance\",\"sample_value\":0},\"_p_footer\":{\"ret_value\":\"text\",\"caption\":\"footer\",\"sample_value\":null},\"_p_hosted_invoice_url\":{\"ret_value\":\"text\",\"caption\":\"hosted_invoice_url\",\"sample_value\":\"https://invoice.stripe.com/i/acct_1F86SbDRc4puWQSI/test_YWNjdF8xRjg2U2JEUmM0cHVXUVNJLF9MNTAzS3Uyd3FYVTFheFRHNVRIM2ZMbVkyWFlHVHlELDM0ODgwNTEw0200TD2HVFzQ?s=ap\"},\"_p_invoice_pdf\":{\"ret_value\":\"text\",\"caption\":\"invoice_pdf\",\"sample_value\":\"https://pay.stripe.com/invoice/acct_1F86SbDRc4puWQSI/test_YWNjdF8xRjg2U2JEUmM0cHVXUVNJLF9MNTAzS3Uyd3FYVTFheFRHNVRIM2ZMbVkyWFlHVHlELDM0ODgwNTEw0200TD2HVFzQ/pdf?s=ap\"},\"_p_last_finalization_error\":{\"ret_value\":\"text\",\"caption\":\"last_finalization_error\",\"sample_value\":null},\"_p_lines.object\":{\"ret_value\":\"text\",\"caption\":\"lines object\",\"sample_value\":\"list\",\"path\":[\"lines\",\"object\"]},\"_p_lines.data\":{\"ret_value\":\"list.api.1491714407143x279212378954661900.plugin_api.BMF.lines.data\",\"caption\":\"lines\",\"path\":[\"lines\",\"data\"]},\"_p_lines.has_more\":{\"ret_value\":\"boolean\",\"caption\":\"lines has_more\",\"sample_value\":false,\"path\":[\"lines\",\"has_more\"]},\"_p_lines.total_count\":{\"ret_value\":\"number\",\"caption\":\"lines total_count\",\"sample_value\":1,\"path\":[\"lines\",\"total_count\"]},\"_p_lines.url\":{\"ret_value\":\"text\",\"caption\":\"lines url\",\"sample_value\":\"/v1/invoices/in_1KOq37DRc4puWQSIrNJ47Lt6/lines\",\"path\":[\"lines\",\"url\"]},\"_p_livemode\":{\"ret_value\":\"boolean\",\"caption\":\"livemode\",\"sample_value\":false},\"_p_next_payment_attempt\":{\"ret_value\":\"text\",\"caption\":\"next_payment_attempt\",\"sample_value\":null},\"_p_number\":{\"ret_value\":\"text\",\"caption\":\"number\",\"sample_value\":\"3EE67448-0009\"},\"_p_on_behalf_of\":{\"ret_value\":\"text\",\"caption\":\"on_behalf_of\",\"sample_value\":null},\"_p_paid\":{\"ret_value\":\"boolean\",\"caption\":\"paid\",\"sample_value\":true},\"_p_paid_out_of_band\":{\"ret_value\":\"boolean\",\"caption\":\"paid_out_of_band\",\"sample_value\":false},\"_p_payment_intent\":{\"ret_value\":\"text\",\"caption\":\"payment_intent\",\"sample_value\":\"pi_3KOr0JDRc4puWQSI0OGig63a\"},\"_p_payment_settings.payment_method_options\":{\"ret_value\":\"text\",\"caption\":\"payment_settings payment_method_options\",\"sample_value\":null,\"path\":[\"payment_settings\",\"payment_method_options\"]},\"_p_payment_settings.payment_method_types\":{\"ret_value\":\"text\",\"caption\":\"payment_settings payment_method_types\",\"sample_value\":null,\"path\":[\"payment_settings\",\"payment_method_types\"]},\"_p_period_end\":{\"ret_value\":\"date_unix\",\"caption\":\"period_end\",\"sample_value\":1643835696},\"_p_period_start\":{\"ret_value\":\"date_unix\",\"caption\":\"period_start\",\"sample_value\":1635886896},\"_p_post_payment_credit_notes_amount\":{\"ret_value\":\"number\",\"caption\":\"post_payment_credit_notes_amount\",\"sample_value\":0},\"_p_pre_payment_credit_notes_amount\":{\"ret_value\":\"number\",\"caption\":\"pre_payment_credit_notes_amount\",\"sample_value\":0},\"_p_quote\":{\"ret_value\":\"text\",\"caption\":\"quote\",\"sample_value\":null},\"_p_receipt_number\":{\"ret_value\":\"text\",\"caption\":\"receipt_number\",\"sample_value\":null},\"_p_starting_balance\":{\"ret_value\":\"number\",\"caption\":\"starting_balance\",\"sample_value\":0},\"_p_statement_descriptor\":{\"ret_value\":\"text\",\"caption\":\"statement_descriptor\",\"sample_value\":null},\"_p_status\":{\"ret_value\":\"text\",\"caption\":\"status\",\"sample_value\":\"paid\"},\"_p_status_transitions.finalized_at\":{\"ret_value\":\"number\",\"caption\":\"status_transitions finalized_at\",\"sample_value\":1643839723,\"path\":[\"status_transitions\",\"finalized_at\"]},\"_p_status_transitions.marked_uncollectible_at\":{\"ret_value\":\"text\",\"caption\":\"status_transitions marked_uncollectible_at\",\"sample_value\":null,\"path\":[\"status_transitions\",\"marked_uncollectible_at\"]},\"_p_status_transitions.paid_at\":{\"ret_value\":\"number\",\"caption\":\"status_transitions paid_at\",\"sample_value\":1643839723,\"path\":[\"status_transitions\",\"paid_at\"]},\"_p_status_transitions.voided_at\":{\"ret_value\":\"text\",\"caption\":\"status_transitions voided_at\",\"sample_value\":null,\"path\":[\"status_transitions\",\"voided_at\"]},\"_p_subscription\":{\"ret_value\":\"text\",\"caption\":\"subscription\",\"sample_value\":\"sub_HAFd25PatVvl3j\"},\"_p_subtotal\":{\"ret_value\":\"number\",\"caption\":\"subtotal\",\"sample_value\":500},\"_p_tax\":{\"ret_value\":\"text\",\"caption\":\"tax\",\"sample_value\":null},\"_p_total\":{\"ret_value\":\"number\",\"caption\":\"total\",\"sample_value\":500},\"_p_transfer_data\":{\"ret_value\":\"text\",\"caption\":\"transfer_data\",\"sample_value\":null},\"_p_webhooks_delivered_at\":{\"ret_value\":\"number\",\"caption\":\"webhooks_delivered_at\",\"sample_value\":1643836053},\"_p_discounts\":{\"ret_value\":\"list.text\",\"caption\":\"discounts\",\"sample_value\":\"di_1Ii6vVDRc4puWQSIYD839mtZ\"},\"_p_total_discount_amounts\":{\"ret_value\":\"list.api.1491714407143x279212378954661900.plugin_api.BMF.total_discount_amounts\",\"caption\":\"total_discount_amounts\"}}},\"plugin_api.BMF.lines.data\":{\"caption\":\"List all Invoices lines data\",\"fields\":{\"_p_id\":{\"ret_value\":\"text\",\"caption\":\"id\",\"sample_value\":\"il_1KOq37DRc4puWQSIYSEfADjl\"},\"_p_object\":{\"ret_value\":\"text\",\"caption\":\"object\",\"sample_value\":\"line_item\"},\"_p_amount\":{\"ret_value\":\"number\",\"caption\":\"amount\",\"sample_value\":500},\"_p_currency\":{\"ret_value\":\"text\",\"caption\":\"currency\",\"sample_value\":\"usd\"},\"_p_description\":{\"ret_value\":\"text\",\"caption\":\"description\",\"sample_value\":\"1 × Test Product 1 (at $5.00 / every 3 months)\"},\"_p_discountable\":{\"ret_value\":\"boolean\",\"caption\":\"discountable\",\"sample_value\":true},\"_p_livemode\":{\"ret_value\":\"boolean\",\"caption\":\"livemode\",\"sample_value\":false},\"_p_period.end\":{\"ret_value\":\"date_unix\",\"caption\":\"period end\",\"sample_value\":1651525296,\"path\":[\"period\",\"end\"]},\"_p_period.start\":{\"ret_value\":\"date_unix\",\"caption\":\"period start\",\"sample_value\":1643835696,\"path\":[\"period\",\"start\"]},\"_p_plan.id\":{\"ret_value\":\"text\",\"caption\":\"plan id\",\"sample_value\":\"testplan1\",\"path\":[\"plan\",\"id\"]},\"_p_plan.object\":{\"ret_value\":\"text\",\"caption\":\"plan object\",\"sample_value\":\"plan\",\"path\":[\"plan\",\"object\"]},\"_p_plan.active\":{\"ret_value\":\"boolean\",\"caption\":\"plan active\",\"sample_value\":true,\"path\":[\"plan\",\"active\"]},\"_p_plan.aggregate_usage\":{\"ret_value\":\"text\",\"caption\":\"plan aggregate_usage\",\"sample_value\":\"sum\",\"path\":[\"plan\",\"aggregate_usage\"]},\"_p_plan.amount\":{\"ret_value\":\"number\",\"caption\":\"plan amount\",\"sample_value\":500,\"path\":[\"plan\",\"amount\"]},\"_p_plan.amount_decimal\":{\"ret_value\":\"text\",\"caption\":\"plan amount_decimal\",\"sample_value\":\"500\",\"path\":[\"plan\",\"amount_decimal\"]},\"_p_plan.billing_scheme\":{\"ret_value\":\"text\",\"caption\":\"plan billing_scheme\",\"sample_value\":\"per_unit\",\"path\":[\"plan\",\"billing_scheme\"]},\"_p_plan.created\":{\"ret_value\":\"number\",\"caption\":\"plan created\",\"sample_value\":1587847889,\"path\":[\"plan\",\"created\"]},\"_p_plan.currency\":{\"ret_value\":\"text\",\"caption\":\"plan currency\",\"sample_value\":\"usd\",\"path\":[\"plan\",\"currency\"]},\"_p_plan.interval\":{\"ret_value\":\"text\",\"caption\":\"plan interval\",\"sample_value\":\"month\",\"path\":[\"plan\",\"interval\"]},\"_p_plan.interval_count\":{\"ret_value\":\"number\",\"caption\":\"plan interval_count\",\"sample_value\":3,\"path\":[\"plan\",\"interval_count\"]},\"_p_plan.livemode\":{\"ret_value\":\"boolean\",\"caption\":\"plan livemode\",\"sample_value\":false,\"path\":[\"plan\",\"livemode\"]},\"_p_plan.nickname\":{\"ret_value\":\"text\",\"caption\":\"plan nickname\",\"sample_value\":null,\"path\":[\"plan\",\"nickname\"]},\"_p_plan.product\":{\"ret_value\":\"text\",\"caption\":\"plan product\",\"sample_value\":\"testproduct1\",\"path\":[\"plan\",\"product\"]},\"_p_plan.tiers_mode\":{\"ret_value\":\"text\",\"caption\":\"plan tiers_mode\",\"sample_value\":null,\"path\":[\"plan\",\"tiers_mode\"]},\"_p_plan.transform_usage\":{\"ret_value\":\"text\",\"caption\":\"plan transform_usage\",\"sample_value\":null,\"path\":[\"plan\",\"transform_usage\"]},\"_p_plan.trial_period_days\":{\"ret_value\":\"text\",\"caption\":\"plan trial_period_days\",\"sample_value\":null,\"path\":[\"plan\",\"trial_period_days\"]},\"_p_plan.usage_type\":{\"ret_value\":\"text\",\"caption\":\"plan usage_type\",\"sample_value\":\"licensed\",\"path\":[\"plan\",\"usage_type\"]},\"_p_price.id\":{\"ret_value\":\"text\",\"caption\":\"price id\",\"sample_value\":\"testplan1\",\"path\":[\"price\",\"id\"]},\"_p_price.object\":{\"ret_value\":\"text\",\"caption\":\"price object\",\"sample_value\":\"price\",\"path\":[\"price\",\"object\"]},\"_p_price.active\":{\"ret_value\":\"boolean\",\"caption\":\"price active\",\"sample_value\":true,\"path\":[\"price\",\"active\"]},\"_p_price.billing_scheme\":{\"ret_value\":\"text\",\"caption\":\"price billing_scheme\",\"sample_value\":\"per_unit\",\"path\":[\"price\",\"billing_scheme\"]},\"_p_price.created\":{\"ret_value\":\"number\",\"caption\":\"price created\",\"sample_value\":1587847889,\"path\":[\"price\",\"created\"]},\"_p_price.currency\":{\"ret_value\":\"text\",\"caption\":\"price currency\",\"sample_value\":\"usd\",\"path\":[\"price\",\"currency\"]},\"_p_price.livemode\":{\"ret_value\":\"boolean\",\"caption\":\"price livemode\",\"sample_value\":false,\"path\":[\"price\",\"livemode\"]},\"_p_price.lookup_key\":{\"ret_value\":\"text\",\"caption\":\"price lookup_key\",\"sample_value\":null,\"path\":[\"price\",\"lookup_key\"]},\"_p_price.nickname\":{\"ret_value\":\"text\",\"caption\":\"price nickname\",\"sample_value\":null,\"path\":[\"price\",\"nickname\"]},\"_p_price.product\":{\"ret_value\":\"text\",\"caption\":\"price product\",\"sample_value\":\"testproduct1\",\"path\":[\"price\",\"product\"]},\"_p_price.recurring.aggregate_usage\":{\"ret_value\":\"text\",\"caption\":\"price recurring aggregate_usage\",\"sample_value\":\"sum\",\"path\":[\"price\",\"recurring\",\"aggregate_usage\"]},\"_p_price.recurring.interval\":{\"ret_value\":\"text\",\"caption\":\"price recurring interval\",\"sample_value\":\"month\",\"path\":[\"price\",\"recurring\",\"interval\"]},\"_p_price.recurring.interval_count\":{\"ret_value\":\"number\",\"caption\":\"price recurring interval_count\",\"sample_value\":3,\"path\":[\"price\",\"recurring\",\"interval_count\"]},\"_p_price.recurring.trial_period_days\":{\"ret_value\":\"text\",\"caption\":\"price recurring trial_period_days\",\"sample_value\":null,\"path\":[\"price\",\"recurring\",\"trial_period_days\"]},\"_p_price.recurring.usage_type\":{\"ret_value\":\"text\",\"caption\":\"price recurring usage_type\",\"sample_value\":\"licensed\",\"path\":[\"price\",\"recurring\",\"usage_type\"]},\"_p_price.tax_behavior\":{\"ret_value\":\"text\",\"caption\":\"price tax_behavior\",\"sample_value\":\"unspecified\",\"path\":[\"price\",\"tax_behavior\"]},\"_p_price.tiers_mode\":{\"ret_value\":\"text\",\"caption\":\"price tiers_mode\",\"sample_value\":null,\"path\":[\"price\",\"tiers_mode\"]},\"_p_price.transform_quantity\":{\"ret_value\":\"text\",\"caption\":\"price transform_quantity\",\"sample_value\":null,\"path\":[\"price\",\"transform_quantity\"]},\"_p_price.type\":{\"ret_value\":\"text\",\"caption\":\"price type\",\"sample_value\":\"recurring\",\"path\":[\"price\",\"type\"]},\"_p_price.unit_amount\":{\"ret_value\":\"number\",\"caption\":\"price unit_amount\",\"sample_value\":500,\"path\":[\"price\",\"unit_amount\"]},\"_p_price.unit_amount_decimal\":{\"ret_value\":\"text\",\"caption\":\"price unit_amount_decimal\",\"sample_value\":\"500\",\"path\":[\"price\",\"unit_amount_decimal\"]},\"_p_proration\":{\"ret_value\":\"boolean\",\"caption\":\"proration\",\"sample_value\":false},\"_p_quantity\":{\"ret_value\":\"number\",\"caption\":\"quantity\",\"sample_value\":1},\"_p_subscription\":{\"ret_value\":\"text\",\"caption\":\"subscription\",\"sample_value\":\"sub_HAFd25PatVvl3j\"},\"_p_subscription_item\":{\"ret_value\":\"text\",\"caption\":\"subscription_item\",\"sample_value\":\"si_HAFdP6mP3C7UDK\"},\"_p_type\":{\"ret_value\":\"text\",\"caption\":\"type\",\"sample_value\":\"subscription\"},\"_p_discount_amounts\":{\"ret_value\":\"list.api.1491714407143x279212378954661900.plugin_api.BMF.discount_amounts\",\"caption\":\"discount_amounts\"}}},\"plugin_api.BMF.discount_amounts\":{\"caption\":\"List all Invoices discount_amount\",\"fields\":{\"_p_amount\":{\"ret_value\":\"number\",\"caption\":\"amount\",\"sample_value\":550},\"_p_discount\":{\"ret_value\":\"text\",\"caption\":\"discount\",\"sample_value\":\"di_1Ii6vVDRc4puWQSIYD839mtZ\"}}},\"plugin_api.BMF.total_discount_amounts\":{\"caption\":\"List all Invoices total_discount_amount\",\"fields\":{\"_p_amount\":{\"ret_value\":\"number\",\"caption\":\"amount\",\"sample_value\":550},\"_p_discount\":{\"ret_value\":\"text\",\"caption\":\"discount\",\"sample_value\":\"di_1Ii6vVDRc4puWQSIYD839mtZ\"}}}}","ret_value":"api.1491714407143x279212378954661900.plugin_api.BMF","should_reinitialize":false,"params":{"BTY":{"key":"customer","value":"","private":true,"optional":true,"allow_blank":true,"doc":"The ID of the Customer whose invoices will be retrieved. Example: starts with 'cus_'"}}},"BMH":{"0":"B","1":"M","2":"G","name":"List all Invoices","method":"get","publish_as":"data","url":"https://api.stripe.com/v1/invoices","initialized":true,"types":"{\"plugin_api.BMH\":{\"caption\":\"List all Invoice\",\"fields\":{\"_p_object\":{\"ret_value\":\"text\",\"caption\":\"object\",\"sample_value\":\"list\"},\"_p_data\":{\"ret_value\":\"list.api.1491714407143x279212378954661900.plugin_api.BMH.data\",\"caption\":\"data\"},\"_p_has_more\":{\"ret_value\":\"boolean\",\"caption\":\"has_more\",\"sample_value\":true},\"_p_url\":{\"ret_value\":\"text\",\"caption\":\"url\",\"sample_value\":\"/v1/invoices\"}}},\"plugin_api.BMH.data\":{\"caption\":\"List all Invoices data\",\"fields\":{\"_p_id\":{\"ret_value\":\"text\",\"caption\":\"id\",\"sample_value\":\"in_1KOq37DRc4puWQSIrNJ47Lt6\"},\"_p_object\":{\"ret_value\":\"text\",\"caption\":\"object\",\"sample_value\":\"invoice\"},\"_p_account_country\":{\"ret_value\":\"text\",\"caption\":\"account_country\",\"sample_value\":\"CA\"},\"_p_account_name\":{\"ret_value\":\"text\",\"caption\":\"account_name\",\"sample_value\":\"Copilot Plugins\"},\"_p_account_tax_ids\":{\"ret_value\":\"text\",\"caption\":\"account_tax_ids\",\"sample_value\":null},\"_p_amount_due\":{\"ret_value\":\"number\",\"caption\":\"amount_due\",\"sample_value\":500},\"_p_amount_paid\":{\"ret_value\":\"number\",\"caption\":\"amount_paid\",\"sample_value\":500},\"_p_amount_remaining\":{\"ret_value\":\"number\",\"caption\":\"amount_remaining\",\"sample_value\":0},\"_p_application_fee_amount\":{\"ret_value\":\"text\",\"caption\":\"application_fee_amount\",\"sample_value\":null},\"_p_attempt_count\":{\"ret_value\":\"number\",\"caption\":\"attempt_count\",\"sample_value\":1},\"_p_attempted\":{\"ret_value\":\"boolean\",\"caption\":\"attempted\",\"sample_value\":true},\"_p_auto_advance\":{\"ret_value\":\"boolean\",\"caption\":\"auto_advance\",\"sample_value\":false},\"_p_automatic_tax.enabled\":{\"ret_value\":\"boolean\",\"caption\":\"automatic_tax enabled\",\"sample_value\":false,\"path\":[\"automatic_tax\",\"enabled\"]},\"_p_automatic_tax.status\":{\"ret_value\":\"text\",\"caption\":\"automatic_tax status\",\"sample_value\":null,\"path\":[\"automatic_tax\",\"status\"]},\"_p_billing_reason\":{\"ret_value\":\"text\",\"caption\":\"billing_reason\",\"sample_value\":\"subscription_cycle\"},\"_p_charge\":{\"ret_value\":\"text\",\"caption\":\"charge\",\"sample_value\":\"ch_3KOr0JDRc4puWQSI0VKEVJfq\"},\"_p_collection_method\":{\"ret_value\":\"text\",\"caption\":\"collection_method\",\"sample_value\":\"charge_automatically\"},\"_p_created\":{\"ret_value\":\"number\",\"caption\":\"created\",\"sample_value\":1643836053},\"_p_currency\":{\"ret_value\":\"text\",\"caption\":\"currency\",\"sample_value\":\"usd\"},\"_p_custom_fields\":{\"ret_value\":\"text\",\"caption\":\"custom_fields\",\"sample_value\":null},\"_p_customer\":{\"ret_value\":\"text\",\"caption\":\"customer\",\"sample_value\":\"cus_HAFdbTkraXglPs\"},\"_p_customer_address.city\":{\"ret_value\":\"text\",\"caption\":\"customer_address city\",\"sample_value\":\"Toronto\",\"path\":[\"customer_address\",\"city\"]},\"_p_customer_address.country\":{\"ret_value\":\"text\",\"caption\":\"customer_address country\",\"sample_value\":null,\"path\":[\"customer_address\",\"country\"]},\"_p_customer_address.line1\":{\"ret_value\":\"text\",\"caption\":\"customer_address line1\",\"sample_value\":\"1 Yonge St\",\"path\":[\"customer_address\",\"line1\"]},\"_p_customer_address.line2\":{\"ret_value\":\"text\",\"caption\":\"customer_address line2\",\"sample_value\":\"\",\"path\":[\"customer_address\",\"line2\"]},\"_p_customer_address.postal_code\":{\"ret_value\":\"text\",\"caption\":\"customer_address postal_code\",\"sample_value\":null,\"path\":[\"customer_address\",\"postal_code\"]},\"_p_customer_address.state\":{\"ret_value\":\"text\",\"caption\":\"customer_address state\",\"sample_value\":null,\"path\":[\"customer_address\",\"state\"]},\"_p_customer_email\":{\"ret_value\":\"text\",\"caption\":\"customer_email\",\"sample_value\":\"test@test.com\"},\"_p_customer_name\":{\"ret_value\":\"text\",\"caption\":\"customer_name\",\"sample_value\":\"John Smith\"},\"_p_customer_phone\":{\"ret_value\":\"text\",\"caption\":\"customer_phone\",\"sample_value\":null},\"_p_customer_shipping\":{\"ret_value\":\"text\",\"caption\":\"customer_shipping\",\"sample_value\":null},\"_p_customer_tax_exempt\":{\"ret_value\":\"text\",\"caption\":\"customer_tax_exempt\",\"sample_value\":\"none\"},\"_p_default_payment_method\":{\"ret_value\":\"text\",\"caption\":\"default_payment_method\",\"sample_value\":null},\"_p_default_source\":{\"ret_value\":\"text\",\"caption\":\"default_source\",\"sample_value\":null},\"_p_description\":{\"ret_value\":\"text\",\"caption\":\"description\",\"sample_value\":null},\"_p_discount.id\":{\"ret_value\":\"text\",\"caption\":\"discount id\",\"sample_value\":\"di_1Ii6vVDRc4puWQSIYD839mtZ\",\"path\":[\"discount\",\"id\"]},\"_p_discount.object\":{\"ret_value\":\"text\",\"caption\":\"discount object\",\"sample_value\":\"discount\",\"path\":[\"discount\",\"object\"]},\"_p_discount.checkout_session\":{\"ret_value\":\"text\",\"caption\":\"discount checkout_session\",\"sample_value\":null,\"path\":[\"discount\",\"checkout_session\"]},\"_p_discount.coupon.id\":{\"ret_value\":\"text\",\"caption\":\"discount coupon id\",\"sample_value\":\"MSQF4McV\",\"path\":[\"discount\",\"coupon\",\"id\"]},\"_p_discount.coupon.object\":{\"ret_value\":\"text\",\"caption\":\"discount coupon object\",\"sample_value\":\"coupon\",\"path\":[\"discount\",\"coupon\",\"object\"]},\"_p_discount.coupon.amount_off\":{\"ret_value\":\"text\",\"caption\":\"discount coupon amount_off\",\"sample_value\":null,\"path\":[\"discount\",\"coupon\",\"amount_off\"]},\"_p_discount.coupon.created\":{\"ret_value\":\"number\",\"caption\":\"discount coupon created\",\"sample_value\":1618874940,\"path\":[\"discount\",\"coupon\",\"created\"]},\"_p_discount.coupon.currency\":{\"ret_value\":\"text\",\"caption\":\"discount coupon currency\",\"sample_value\":null,\"path\":[\"discount\",\"coupon\",\"currency\"]},\"_p_discount.coupon.duration\":{\"ret_value\":\"text\",\"caption\":\"discount coupon duration\",\"sample_value\":\"forever\",\"path\":[\"discount\",\"coupon\",\"duration\"]},\"_p_discount.coupon.duration_in_months\":{\"ret_value\":\"text\",\"caption\":\"discount coupon duration_in_months\",\"sample_value\":null,\"path\":[\"discount\",\"coupon\",\"duration_in_months\"]},\"_p_discount.coupon.livemode\":{\"ret_value\":\"boolean\",\"caption\":\"discount coupon livemode\",\"sample_value\":false,\"path\":[\"discount\",\"coupon\",\"livemode\"]},\"_p_discount.coupon.max_redemptions\":{\"ret_value\":\"text\",\"caption\":\"discount coupon max_redemptions\",\"sample_value\":null,\"path\":[\"discount\",\"coupon\",\"max_redemptions\"]},\"_p_discount.coupon.name\":{\"ret_value\":\"text\",\"caption\":\"discount coupon name\",\"sample_value\":\"10off\",\"path\":[\"discount\",\"coupon\",\"name\"]},\"_p_discount.coupon.percent_off\":{\"ret_value\":\"number\",\"caption\":\"discount coupon percent_off\",\"sample_value\":10,\"path\":[\"discount\",\"coupon\",\"percent_off\"]},\"_p_discount.coupon.redeem_by\":{\"ret_value\":\"text\",\"caption\":\"discount coupon redeem_by\",\"sample_value\":null,\"path\":[\"discount\",\"coupon\",\"redeem_by\"]},\"_p_discount.coupon.times_redeemed\":{\"ret_value\":\"number\",\"caption\":\"discount coupon times_redeemed\",\"sample_value\":2,\"path\":[\"discount\",\"coupon\",\"times_redeemed\"]},\"_p_discount.coupon.valid\":{\"ret_value\":\"boolean\",\"caption\":\"discount coupon valid\",\"sample_value\":true,\"path\":[\"discount\",\"coupon\",\"valid\"]},\"_p_discount.customer\":{\"ret_value\":\"text\",\"caption\":\"discount customer\",\"sample_value\":\"cus_Hm0Fz2aFEXLEnw\",\"path\":[\"discount\",\"customer\"]},\"_p_discount.end\":{\"ret_value\":\"text\",\"caption\":\"discount end\",\"sample_value\":null,\"path\":[\"discount\",\"end\"]},\"_p_discount.invoice\":{\"ret_value\":\"text\",\"caption\":\"discount invoice\",\"sample_value\":null,\"path\":[\"discount\",\"invoice\"]},\"_p_discount.invoice_item\":{\"ret_value\":\"text\",\"caption\":\"discount invoice_item\",\"sample_value\":null,\"path\":[\"discount\",\"invoice_item\"]},\"_p_discount.promotion_code\":{\"ret_value\":\"text\",\"caption\":\"discount promotion_code\",\"sample_value\":null,\"path\":[\"discount\",\"promotion_code\"]},\"_p_discount.start\":{\"ret_value\":\"number\",\"caption\":\"discount start\",\"sample_value\":1616284476,\"path\":[\"discount\",\"start\"]},\"_p_discount.subscription\":{\"ret_value\":\"text\",\"caption\":\"discount subscription\",\"sample_value\":\"sub_JKmUsMMJFgZy2R\",\"path\":[\"discount\",\"subscription\"]},\"_p_due_date\":{\"ret_value\":\"date_unix\",\"caption\":\"due_date\",\"sample_value\":null},\"_p_ending_balance\":{\"ret_value\":\"number\",\"caption\":\"ending_balance\",\"sample_value\":0},\"_p_footer\":{\"ret_value\":\"text\",\"caption\":\"footer\",\"sample_value\":null},\"_p_hosted_invoice_url\":{\"ret_value\":\"text\",\"caption\":\"hosted_invoice_url\",\"sample_value\":\"https://invoice.stripe.com/i/acct_1F86SbDRc4puWQSI/test_YWNjdF8xRjg2U2JEUmM0cHVXUVNJLF9MNTAzS3Uyd3FYVTFheFRHNVRIM2ZMbVkyWFlHVHlELDM0ODgwNTEw0200TD2HVFzQ?s=ap\"},\"_p_invoice_pdf\":{\"ret_value\":\"text\",\"caption\":\"invoice_pdf\",\"sample_value\":\"https://pay.stripe.com/invoice/acct_1F86SbDRc4puWQSI/test_YWNjdF8xRjg2U2JEUmM0cHVXUVNJLF9MNTAzS3Uyd3FYVTFheFRHNVRIM2ZMbVkyWFlHVHlELDM0ODgwNTEw0200TD2HVFzQ/pdf?s=ap\"},\"_p_last_finalization_error\":{\"ret_value\":\"text\",\"caption\":\"last_finalization_error\",\"sample_value\":null},\"_p_lines.object\":{\"ret_value\":\"text\",\"caption\":\"lines object\",\"sample_value\":\"list\",\"path\":[\"lines\",\"object\"]},\"_p_lines.data\":{\"ret_value\":\"list.api.1491714407143x279212378954661900.plugin_api.BMH.lines.data\",\"caption\":\"lines\",\"path\":[\"lines\",\"data\"]},\"_p_lines.has_more\":{\"ret_value\":\"boolean\",\"caption\":\"lines has_more\",\"sample_value\":false,\"path\":[\"lines\",\"has_more\"]},\"_p_lines.total_count\":{\"ret_value\":\"number\",\"caption\":\"lines total_count\",\"sample_value\":1,\"path\":[\"lines\",\"total_count\"]},\"_p_lines.url\":{\"ret_value\":\"text\",\"caption\":\"lines url\",\"sample_value\":\"/v1/invoices/in_1KOq37DRc4puWQSIrNJ47Lt6/lines\",\"path\":[\"lines\",\"url\"]},\"_p_livemode\":{\"ret_value\":\"boolean\",\"caption\":\"livemode\",\"sample_value\":false},\"_p_next_payment_attempt\":{\"ret_value\":\"text\",\"caption\":\"next_payment_attempt\",\"sample_value\":null},\"_p_number\":{\"ret_value\":\"text\",\"caption\":\"number\",\"sample_value\":\"3EE67448-0009\"},\"_p_on_behalf_of\":{\"ret_value\":\"text\",\"caption\":\"on_behalf_of\",\"sample_value\":null},\"_p_paid\":{\"ret_value\":\"boolean\",\"caption\":\"paid\",\"sample_value\":true},\"_p_paid_out_of_band\":{\"ret_value\":\"boolean\",\"caption\":\"paid_out_of_band\",\"sample_value\":false},\"_p_payment_intent\":{\"ret_value\":\"text\",\"caption\":\"payment_intent\",\"sample_value\":\"pi_3KOr0JDRc4puWQSI0OGig63a\"},\"_p_payment_settings.payment_method_options\":{\"ret_value\":\"text\",\"caption\":\"payment_settings payment_method_options\",\"sample_value\":null,\"path\":[\"payment_settings\",\"payment_method_options\"]},\"_p_payment_settings.payment_method_types\":{\"ret_value\":\"text\",\"caption\":\"payment_settings payment_method_types\",\"sample_value\":null,\"path\":[\"payment_settings\",\"payment_method_types\"]},\"_p_period_end\":{\"ret_value\":\"date_unix\",\"caption\":\"period_end\",\"sample_value\":1643835696},\"_p_period_start\":{\"ret_value\":\"date_unix\",\"caption\":\"period_start\",\"sample_value\":1635886896},\"_p_post_payment_credit_notes_amount\":{\"ret_value\":\"number\",\"caption\":\"post_payment_credit_notes_amount\",\"sample_value\":0},\"_p_pre_payment_credit_notes_amount\":{\"ret_value\":\"number\",\"caption\":\"pre_payment_credit_notes_amount\",\"sample_value\":0},\"_p_quote\":{\"ret_value\":\"text\",\"caption\":\"quote\",\"sample_value\":null},\"_p_receipt_number\":{\"ret_value\":\"text\",\"caption\":\"receipt_number\",\"sample_value\":null},\"_p_starting_balance\":{\"ret_value\":\"number\",\"caption\":\"starting_balance\",\"sample_value\":0},\"_p_statement_descriptor\":{\"ret_value\":\"text\",\"caption\":\"statement_descriptor\",\"sample_value\":null},\"_p_status\":{\"ret_value\":\"text\",\"caption\":\"status\",\"sample_value\":\"paid\"},\"_p_status_transitions.finalized_at\":{\"ret_value\":\"number\",\"caption\":\"status_transitions finalized_at\",\"sample_value\":1643839723,\"path\":[\"status_transitions\",\"finalized_at\"]},\"_p_status_transitions.marked_uncollectible_at\":{\"ret_value\":\"text\",\"caption\":\"status_transitions marked_uncollectible_at\",\"sample_value\":null,\"path\":[\"status_transitions\",\"marked_uncollectible_at\"]},\"_p_status_transitions.paid_at\":{\"ret_value\":\"number\",\"caption\":\"status_transitions paid_at\",\"sample_value\":1643839723,\"path\":[\"status_transitions\",\"paid_at\"]},\"_p_status_transitions.voided_at\":{\"ret_value\":\"text\",\"caption\":\"status_transitions voided_at\",\"sample_value\":null,\"path\":[\"status_transitions\",\"voided_at\"]},\"_p_subscription\":{\"ret_value\":\"text\",\"caption\":\"subscription\",\"sample_value\":\"sub_HAFd25PatVvl3j\"},\"_p_subtotal\":{\"ret_value\":\"number\",\"caption\":\"subtotal\",\"sample_value\":500},\"_p_tax\":{\"ret_value\":\"text\",\"caption\":\"tax\",\"sample_value\":null},\"_p_total\":{\"ret_value\":\"number\",\"caption\":\"total\",\"sample_value\":500},\"_p_transfer_data\":{\"ret_value\":\"text\",\"caption\":\"transfer_data\",\"sample_value\":null},\"_p_webhooks_delivered_at\":{\"ret_value\":\"number\",\"caption\":\"webhooks_delivered_at\",\"sample_value\":1643836053},\"_p_discounts\":{\"ret_value\":\"list.text\",\"caption\":\"discounts\",\"sample_value\":\"di_1Ii6vVDRc4puWQSIYD839mtZ\"},\"_p_total_discount_amounts\":{\"ret_value\":\"list.api.1491714407143x279212378954661900.plugin_api.BMH.total_discount_amounts\",\"caption\":\"total_discount_amounts\"}}},\"plugin_api.BMH.lines.data\":{\"caption\":\"List all Invoices lines data\",\"fields\":{\"_p_id\":{\"ret_value\":\"text\",\"caption\":\"id\",\"sample_value\":\"il_1KOq37DRc4puWQSIYSEfADjl\"},\"_p_object\":{\"ret_value\":\"text\",\"caption\":\"object\",\"sample_value\":\"line_item\"},\"_p_amount\":{\"ret_value\":\"number\",\"caption\":\"amount\",\"sample_value\":500},\"_p_currency\":{\"ret_value\":\"text\",\"caption\":\"currency\",\"sample_value\":\"usd\"},\"_p_description\":{\"ret_value\":\"text\",\"caption\":\"description\",\"sample_value\":\"1 × Test Product 1 (at $5.00 / every 3 months)\"},\"_p_discountable\":{\"ret_value\":\"boolean\",\"caption\":\"discountable\",\"sample_value\":true},\"_p_livemode\":{\"ret_value\":\"boolean\",\"caption\":\"livemode\",\"sample_value\":false},\"_p_period.end\":{\"ret_value\":\"date_unix\",\"caption\":\"period end\",\"sample_value\":1651525296,\"path\":[\"period\",\"end\"]},\"_p_period.start\":{\"ret_value\":\"date_unix\",\"caption\":\"period start\",\"sample_value\":1643835696,\"path\":[\"period\",\"start\"]},\"_p_plan.id\":{\"ret_value\":\"text\",\"caption\":\"plan id\",\"sample_value\":\"testplan1\",\"path\":[\"plan\",\"id\"]},\"_p_plan.object\":{\"ret_value\":\"text\",\"caption\":\"plan object\",\"sample_value\":\"plan\",\"path\":[\"plan\",\"object\"]},\"_p_plan.active\":{\"ret_value\":\"boolean\",\"caption\":\"plan active\",\"sample_value\":true,\"path\":[\"plan\",\"active\"]},\"_p_plan.aggregate_usage\":{\"ret_value\":\"text\",\"caption\":\"plan aggregate_usage\",\"sample_value\":\"sum\",\"path\":[\"plan\",\"aggregate_usage\"]},\"_p_plan.amount\":{\"ret_value\":\"number\",\"caption\":\"plan amount\",\"sample_value\":500,\"path\":[\"plan\",\"amount\"]},\"_p_plan.amount_decimal\":{\"ret_value\":\"text\",\"caption\":\"plan amount_decimal\",\"sample_value\":\"500\",\"path\":[\"plan\",\"amount_decimal\"]},\"_p_plan.billing_scheme\":{\"ret_value\":\"text\",\"caption\":\"plan billing_scheme\",\"sample_value\":\"per_unit\",\"path\":[\"plan\",\"billing_scheme\"]},\"_p_plan.created\":{\"ret_value\":\"number\",\"caption\":\"plan created\",\"sample_value\":1587847889,\"path\":[\"plan\",\"created\"]},\"_p_plan.currency\":{\"ret_value\":\"text\",\"caption\":\"plan currency\",\"sample_value\":\"usd\",\"path\":[\"plan\",\"currency\"]},\"_p_plan.interval\":{\"ret_value\":\"text\",\"caption\":\"plan interval\",\"sample_value\":\"month\",\"path\":[\"plan\",\"interval\"]},\"_p_plan.interval_count\":{\"ret_value\":\"number\",\"caption\":\"plan interval_count\",\"sample_value\":3,\"path\":[\"plan\",\"interval_count\"]},\"_p_plan.livemode\":{\"ret_value\":\"boolean\",\"caption\":\"plan livemode\",\"sample_value\":false,\"path\":[\"plan\",\"livemode\"]},\"_p_plan.nickname\":{\"ret_value\":\"text\",\"caption\":\"plan nickname\",\"sample_value\":null,\"path\":[\"plan\",\"nickname\"]},\"_p_plan.product\":{\"ret_value\":\"text\",\"caption\":\"plan product\",\"sample_value\":\"testproduct1\",\"path\":[\"plan\",\"product\"]},\"_p_plan.tiers_mode\":{\"ret_value\":\"text\",\"caption\":\"plan tiers_mode\",\"sample_value\":null,\"path\":[\"plan\",\"tiers_mode\"]},\"_p_plan.transform_usage\":{\"ret_value\":\"text\",\"caption\":\"plan transform_usage\",\"sample_value\":null,\"path\":[\"plan\",\"transform_usage\"]},\"_p_plan.trial_period_days\":{\"ret_value\":\"text\",\"caption\":\"plan trial_period_days\",\"sample_value\":null,\"path\":[\"plan\",\"trial_period_days\"]},\"_p_plan.usage_type\":{\"ret_value\":\"text\",\"caption\":\"plan usage_type\",\"sample_value\":\"licensed\",\"path\":[\"plan\",\"usage_type\"]},\"_p_price.id\":{\"ret_value\":\"text\",\"caption\":\"price id\",\"sample_value\":\"testplan1\",\"path\":[\"price\",\"id\"]},\"_p_price.object\":{\"ret_value\":\"text\",\"caption\":\"price object\",\"sample_value\":\"price\",\"path\":[\"price\",\"object\"]},\"_p_price.active\":{\"ret_value\":\"boolean\",\"caption\":\"price active\",\"sample_value\":true,\"path\":[\"price\",\"active\"]},\"_p_price.billing_scheme\":{\"ret_value\":\"text\",\"caption\":\"price billing_scheme\",\"sample_value\":\"per_unit\",\"path\":[\"price\",\"billing_scheme\"]},\"_p_price.created\":{\"ret_value\":\"number\",\"caption\":\"price created\",\"sample_value\":1587847889,\"path\":[\"price\",\"created\"]},\"_p_price.currency\":{\"ret_value\":\"text\",\"caption\":\"price currency\",\"sample_value\":\"usd\",\"path\":[\"price\",\"currency\"]},\"_p_price.livemode\":{\"ret_value\":\"boolean\",\"caption\":\"price livemode\",\"sample_value\":false,\"path\":[\"price\",\"livemode\"]},\"_p_price.lookup_key\":{\"ret_value\":\"text\",\"caption\":\"price lookup_key\",\"sample_value\":null,\"path\":[\"price\",\"lookup_key\"]},\"_p_price.nickname\":{\"ret_value\":\"text\",\"caption\":\"price nickname\",\"sample_value\":null,\"path\":[\"price\",\"nickname\"]},\"_p_price.product\":{\"ret_value\":\"text\",\"caption\":\"price product\",\"sample_value\":\"testproduct1\",\"path\":[\"price\",\"product\"]},\"_p_price.recurring.aggregate_usage\":{\"ret_value\":\"text\",\"caption\":\"price recurring aggregate_usage\",\"sample_value\":\"sum\",\"path\":[\"price\",\"recurring\",\"aggregate_usage\"]},\"_p_price.recurring.interval\":{\"ret_value\":\"text\",\"caption\":\"price recurring interval\",\"sample_value\":\"month\",\"path\":[\"price\",\"recurring\",\"interval\"]},\"_p_price.recurring.interval_count\":{\"ret_value\":\"number\",\"caption\":\"price recurring interval_count\",\"sample_value\":3,\"path\":[\"price\",\"recurring\",\"interval_count\"]},\"_p_price.recurring.trial_period_days\":{\"ret_value\":\"text\",\"caption\":\"price recurring trial_period_days\",\"sample_value\":null,\"path\":[\"price\",\"recurring\",\"trial_period_days\"]},\"_p_price.recurring.usage_type\":{\"ret_value\":\"text\",\"caption\":\"price recurring usage_type\",\"sample_value\":\"licensed\",\"path\":[\"price\",\"recurring\",\"usage_type\"]},\"_p_price.tax_behavior\":{\"ret_value\":\"text\",\"caption\":\"price tax_behavior\",\"sample_value\":\"unspecified\",\"path\":[\"price\",\"tax_behavior\"]},\"_p_price.tiers_mode\":{\"ret_value\":\"text\",\"caption\":\"price tiers_mode\",\"sample_value\":null,\"path\":[\"price\",\"tiers_mode\"]},\"_p_price.transform_quantity\":{\"ret_value\":\"text\",\"caption\":\"price transform_quantity\",\"sample_value\":null,\"path\":[\"price\",\"transform_quantity\"]},\"_p_price.type\":{\"ret_value\":\"text\",\"caption\":\"price type\",\"sample_value\":\"recurring\",\"path\":[\"price\",\"type\"]},\"_p_price.unit_amount\":{\"ret_value\":\"number\",\"caption\":\"price unit_amount\",\"sample_value\":500,\"path\":[\"price\",\"unit_amount\"]},\"_p_price.unit_amount_decimal\":{\"ret_value\":\"text\",\"caption\":\"price unit_amount_decimal\",\"sample_value\":\"500\",\"path\":[\"price\",\"unit_amount_decimal\"]},\"_p_proration\":{\"ret_value\":\"boolean\",\"caption\":\"proration\",\"sample_value\":false},\"_p_quantity\":{\"ret_value\":\"number\",\"caption\":\"quantity\",\"sample_value\":1},\"_p_subscription\":{\"ret_value\":\"text\",\"caption\":\"subscription\",\"sample_value\":\"sub_HAFd25PatVvl3j\"},\"_p_subscription_item\":{\"ret_value\":\"text\",\"caption\":\"subscription_item\",\"sample_value\":\"si_HAFdP6mP3C7UDK\"},\"_p_type\":{\"ret_value\":\"text\",\"caption\":\"type\",\"sample_value\":\"subscription\"},\"_p_discount_amounts\":{\"ret_value\":\"list.api.1491714407143x279212378954661900.plugin_api.BMH.discount_amounts\",\"caption\":\"discount_amounts\"}}},\"plugin_api.BMH.discount_amounts\":{\"caption\":\"List all Invoices discount_amount\",\"fields\":{\"_p_amount\":{\"ret_value\":\"number\",\"caption\":\"amount\",\"sample_value\":550},\"_p_discount\":{\"ret_value\":\"text\",\"caption\":\"discount\",\"sample_value\":\"di_1Ii6vVDRc4puWQSIYD839mtZ\"}}},\"plugin_api.BMH.total_discount_amounts\":{\"caption\":\"List all Invoices total_discount_amount\",\"fields\":{\"_p_amount\":{\"ret_value\":\"number\",\"caption\":\"amount\",\"sample_value\":550},\"_p_discount\":{\"ret_value\":\"text\",\"caption\":\"discount\",\"sample_value\":\"di_1Ii6vVDRc4puWQSIYD839mtZ\"}}}}","ret_value":"api.1491714407143x279212378954661900.plugin_api.BMH","should_reinitialize":false,"params":{"BTZ":{"key":"customer","value":"","private":true,"optional":true,"allow_blank":true,"doc":"The ID of the Customer whose invoices will be retrieved. Example: starts with 'cus_'"}}},"BMb":{"0":"B","1":"M","2":"a","name":"List all Customers","method":"get","publish_as":"action","url":"https://api.stripe.com/v1/customers","initialized":true,"types":"{\"plugin_api.BMb\":{\"caption\":\"List all Customer\",\"fields\":{\"_p_object\":{\"ret_value\":\"text\",\"caption\":\"object\",\"sample_value\":\"list\"},\"_p_url\":{\"ret_value\":\"text\",\"caption\":\"url\",\"sample_value\":\"/v1/customers\"},\"_p_has_more\":{\"ret_value\":\"boolean\",\"caption\":\"has_more\",\"sample_value\":false},\"_p_data\":{\"ret_value\":\"list.api.1491714407143x279212378954661900.plugin_api.BMb.data\",\"caption\":\"data\"}}},\"plugin_api.BMb.data\":{\"caption\":\"List all Customers data\",\"fields\":{\"_p_id\":{\"ret_value\":\"text\",\"caption\":\"id\",\"sample_value\":\"cus_J6BsFrgc8qp8aH\"},\"_p_object\":{\"ret_value\":\"text\",\"caption\":\"object\",\"sample_value\":\"customer\"},\"_p_address\":{\"ret_value\":\"text\",\"caption\":\"address\",\"sample_value\":null},\"_p_balance\":{\"ret_value\":\"number\",\"caption\":\"balance\",\"sample_value\":0},\"_p_created\":{\"ret_value\":\"number\",\"caption\":\"created\",\"sample_value\":1615511333},\"_p_currency\":{\"ret_value\":\"text\",\"caption\":\"currency\",\"sample_value\":\"usd\"},\"_p_default_source\":{\"ret_value\":\"text\",\"caption\":\"default_source\",\"sample_value\":null},\"_p_delinquent\":{\"ret_value\":\"boolean\",\"caption\":\"delinquent\",\"sample_value\":false},\"_p_description\":{\"ret_value\":\"text\",\"caption\":\"description\",\"sample_value\":null},\"_p_discount\":{\"ret_value\":\"text\",\"caption\":\"discount\",\"sample_value\":null},\"_p_email\":{\"ret_value\":\"text\",\"caption\":\"email\",\"sample_value\":null},\"_p_invoice_prefix\":{\"ret_value\":\"text\",\"caption\":\"invoice_prefix\",\"sample_value\":\"6CC06AD\"},\"_p_invoice_settings.custom_fields\":{\"ret_value\":\"text\",\"caption\":\"invoice_settings custom_fields\",\"sample_value\":null,\"path\":[\"invoice_settings\",\"custom_fields\"]},\"_p_invoice_settings.default_payment_method\":{\"ret_value\":\"text\",\"caption\":\"invoice_settings default_payment_method\",\"sample_value\":null,\"path\":[\"invoice_settings\",\"default_payment_method\"]},\"_p_invoice_settings.footer\":{\"ret_value\":\"text\",\"caption\":\"invoice_settings footer\",\"sample_value\":null,\"path\":[\"invoice_settings\",\"footer\"]},\"_p_livemode\":{\"ret_value\":\"boolean\",\"caption\":\"livemode\",\"sample_value\":false},\"_p_name\":{\"ret_value\":\"text\",\"caption\":\"name\",\"sample_value\":null},\"_p_next_invoice_sequence\":{\"ret_value\":\"number\",\"caption\":\"next_invoice_sequence\",\"sample_value\":1},\"_p_phone\":{\"ret_value\":\"text\",\"caption\":\"phone\",\"sample_value\":null},\"_p_shipping\":{\"ret_value\":\"text\",\"caption\":\"shipping\",\"sample_value\":null},\"_p_tax_exempt\":{\"ret_value\":\"text\",\"caption\":\"tax_exempt\",\"sample_value\":\"none\"}}}}","ret_value":"api.1491714407143x279212378954661900.plugin_api.BMb","should_reinitialize":false},"BMd":{"0":"B","1":"M","2":"c","name":"List all Customers","method":"get","publish_as":"data","url":"https://api.stripe.com/v1/customers","initialized":true,"types":"{\"plugin_api.BMd\":{\"caption\":\"List all Customer\",\"fields\":{\"_p_object\":{\"ret_value\":\"text\",\"caption\":\"object\",\"sample_value\":\"list\"},\"_p_url\":{\"ret_value\":\"text\",\"caption\":\"url\",\"sample_value\":\"/v1/customers\"},\"_p_has_more\":{\"ret_value\":\"boolean\",\"caption\":\"has_more\",\"sample_value\":false},\"_p_data\":{\"ret_value\":\"list.api.1491714407143x279212378954661900.plugin_api.BMd.data\",\"caption\":\"data\"}}},\"plugin_api.BMd.data\":{\"caption\":\"List all Customers data\",\"fields\":{\"_p_id\":{\"ret_value\":\"text\",\"caption\":\"id\",\"sample_value\":\"cus_J6BsFrgc8qp8aH\"},\"_p_object\":{\"ret_value\":\"text\",\"caption\":\"object\",\"sample_value\":\"customer\"},\"_p_address\":{\"ret_value\":\"text\",\"caption\":\"address\",\"sample_value\":null},\"_p_balance\":{\"ret_value\":\"number\",\"caption\":\"balance\",\"sample_value\":0},\"_p_created\":{\"ret_value\":\"number\",\"caption\":\"created\",\"sample_value\":1615511333},\"_p_currency\":{\"ret_value\":\"text\",\"caption\":\"currency\",\"sample_value\":\"usd\"},\"_p_default_source\":{\"ret_value\":\"text\",\"caption\":\"default_source\",\"sample_value\":null},\"_p_delinquent\":{\"ret_value\":\"boolean\",\"caption\":\"delinquent\",\"sample_value\":false},\"_p_description\":{\"ret_value\":\"text\",\"caption\":\"description\",\"sample_value\":null},\"_p_discount\":{\"ret_value\":\"text\",\"caption\":\"discount\",\"sample_value\":null},\"_p_email\":{\"ret_value\":\"text\",\"caption\":\"email\",\"sample_value\":null},\"_p_invoice_prefix\":{\"ret_value\":\"text\",\"caption\":\"invoice_prefix\",\"sample_value\":\"6CC06AD\"},\"_p_invoice_settings.custom_fields\":{\"ret_value\":\"text\",\"caption\":\"invoice_settings custom_fields\",\"sample_value\":null,\"path\":[\"invoice_settings\",\"custom_fields\"]},\"_p_invoice_settings.default_payment_method\":{\"ret_value\":\"text\",\"caption\":\"invoice_settings default_payment_method\",\"sample_value\":null,\"path\":[\"invoice_settings\",\"default_payment_method\"]},\"_p_invoice_settings.footer\":{\"ret_value\":\"text\",\"caption\":\"invoice_settings footer\",\"sample_value\":null,\"path\":[\"invoice_settings\",\"footer\"]},\"_p_livemode\":{\"ret_value\":\"boolean\",\"caption\":\"livemode\",\"sample_value\":false},\"_p_name\":{\"ret_value\":\"text\",\"caption\":\"name\",\"sample_value\":null},\"_p_next_invoice_sequence\":{\"ret_value\":\"number\",\"caption\":\"next_invoice_sequence\",\"sample_value\":1},\"_p_phone\":{\"ret_value\":\"text\",\"caption\":\"phone\",\"sample_value\":null},\"_p_shipping\":{\"ret_value\":\"text\",\"caption\":\"shipping\",\"sample_value\":null},\"_p_tax_exempt\":{\"ret_value\":\"text\",\"caption\":\"tax_exempt\",\"sample_value\":\"none\"}}}}","ret_value":"api.1491714407143x279212378954661900.plugin_api.BMd","should_reinitialize":false},"BMj":{"0":"B","1":"M","2":"i","name":"Retrieve an Invoice Item","method":"get","publish_as":"data","url":"https://api.stripe.com/v1/invoiceitems/[Invoice Item ID]","url_params":{"BMo":{"key":"Invoice Item ID","value":"","private":true}},"initialized":true,"types":"{\"plugin_api.BMj\":{\"caption\":\"Retrieve an Invoice Item\",\"fields\":{\"_p_id\":{\"ret_value\":\"text\",\"caption\":\"id\",\"sample_value\":\"ii_1ITbMD2eZvKYlo2CRTh7iZU6\"},\"_p_object\":{\"ret_value\":\"text\",\"caption\":\"object\",\"sample_value\":\"invoiceitem\"},\"_p_amount\":{\"ret_value\":\"number\",\"caption\":\"amount\",\"sample_value\":5465},\"_p_currency\":{\"ret_value\":\"text\",\"caption\":\"currency\",\"sample_value\":\"usd\"},\"_p_customer\":{\"ret_value\":\"text\",\"caption\":\"customer\",\"sample_value\":\"cus_J6BsFrgc8qp8aH\"},\"_p_date\":{\"ret_value\":\"date\",\"caption\":\"date\",\"sample_value\":1615418545},\"_p_description\":{\"ret_value\":\"text\",\"caption\":\"description\",\"sample_value\":\"INVOICE ALL THE THINGS\"},\"_p_discountable\":{\"ret_value\":\"boolean\",\"caption\":\"discountable\",\"sample_value\":true},\"_p_invoice\":{\"ret_value\":\"text\",\"caption\":\"invoice\",\"sample_value\":null},\"_p_livemode\":{\"ret_value\":\"boolean\",\"caption\":\"livemode\",\"sample_value\":false},\"_p_period.end\":{\"ret_value\":\"number\",\"caption\":\"period end\",\"sample_value\":1615418545,\"path\":[\"period\",\"end\"]},\"_p_period.start\":{\"ret_value\":\"number\",\"caption\":\"period start\",\"sample_value\":1615418545,\"path\":[\"period\",\"start\"]},\"_p_price.id\":{\"ret_value\":\"text\",\"caption\":\"price id\",\"sample_value\":\"price_1ITbMD2eZvKYlo2CwSNYtqdv\",\"path\":[\"price\",\"id\"]},\"_p_price.object\":{\"ret_value\":\"text\",\"caption\":\"price object\",\"sample_value\":\"price\",\"path\":[\"price\",\"object\"]},\"_p_price.active\":{\"ret_value\":\"boolean\",\"caption\":\"price active\",\"sample_value\":false,\"path\":[\"price\",\"active\"]},\"_p_price.billing_scheme\":{\"ret_value\":\"text\",\"caption\":\"price billing_scheme\",\"sample_value\":\"per_unit\",\"path\":[\"price\",\"billing_scheme\"]},\"_p_price.created\":{\"ret_value\":\"number\",\"caption\":\"price created\",\"sample_value\":1615418545,\"path\":[\"price\",\"created\"]},\"_p_price.currency\":{\"ret_value\":\"text\",\"caption\":\"price currency\",\"sample_value\":\"usd\",\"path\":[\"price\",\"currency\"]},\"_p_price.livemode\":{\"ret_value\":\"boolean\",\"caption\":\"price livemode\",\"sample_value\":false,\"path\":[\"price\",\"livemode\"]},\"_p_price.lookup_key\":{\"ret_value\":\"text\",\"caption\":\"price lookup_key\",\"sample_value\":null,\"path\":[\"price\",\"lookup_key\"]},\"_p_price.nickname\":{\"ret_value\":\"text\",\"caption\":\"price nickname\",\"sample_value\":null,\"path\":[\"price\",\"nickname\"]},\"_p_price.product\":{\"ret_value\":\"text\",\"caption\":\"price product\",\"sample_value\":\"prod_J5mwusOTUAez8h\",\"path\":[\"price\",\"product\"]},\"_p_price.recurring\":{\"ret_value\":\"text\",\"caption\":\"price recurring\",\"sample_value\":null,\"path\":[\"price\",\"recurring\"]},\"_p_price.tiers_mode\":{\"ret_value\":\"text\",\"caption\":\"price tiers_mode\",\"sample_value\":null,\"path\":[\"price\",\"tiers_mode\"]},\"_p_price.transform_quantity\":{\"ret_value\":\"text\",\"caption\":\"price transform_quantity\",\"sample_value\":null,\"path\":[\"price\",\"transform_quantity\"]},\"_p_price.type\":{\"ret_value\":\"text\",\"caption\":\"price type\",\"sample_value\":\"one_time\",\"path\":[\"price\",\"type\"]},\"_p_price.unit_amount\":{\"ret_value\":\"number\",\"caption\":\"price unit_amount\",\"sample_value\":12345,\"path\":[\"price\",\"unit_amount\"]},\"_p_price.unit_amount_decimal\":{\"ret_value\":\"text\",\"caption\":\"price unit_amount_decimal\",\"sample_value\":\"12345\",\"path\":[\"price\",\"unit_amount_decimal\"]},\"_p_proration\":{\"ret_value\":\"boolean\",\"caption\":\"proration\",\"sample_value\":false},\"_p_quantity\":{\"ret_value\":\"number\",\"caption\":\"quantity\",\"sample_value\":1},\"_p_subscription\":{\"ret_value\":\"text\",\"caption\":\"subscription\",\"sample_value\":null},\"_p_unit_amount\":{\"ret_value\":\"number\",\"caption\":\"unit_amount\",\"sample_value\":12345},\"_p_unit_amount_decimal\":{\"ret_value\":\"text\",\"caption\":\"unit_amount_decimal\",\"sample_value\":\"12345\"}}}}","ret_value":"api.1491714407143x279212378954661900.plugin_api.BMj","should_reinitialize":false},"BMq":{"0":"B","1":"M","2":"p","name":"Retrieve an Invoice Item","method":"get","publish_as":"action","url":"https://api.stripe.com/v1/invoiceitems/[Invoice Item ID]","url_params":{"BMo":{"key":"Invoice Item ID","value":"","private":true}},"initialized":true,"types":"{\"plugin_api.BMq\":{\"caption\":\"Retrieve an Invoice Item\",\"fields\":{\"_p_id\":{\"ret_value\":\"text\",\"caption\":\"id\",\"sample_value\":\"ii_1ITbMD2eZvKYlo2CRTh7iZU6\"},\"_p_object\":{\"ret_value\":\"text\",\"caption\":\"object\",\"sample_value\":\"invoiceitem\"},\"_p_amount\":{\"ret_value\":\"number\",\"caption\":\"amount\",\"sample_value\":5465},\"_p_currency\":{\"ret_value\":\"text\",\"caption\":\"currency\",\"sample_value\":\"usd\"},\"_p_customer\":{\"ret_value\":\"text\",\"caption\":\"customer\",\"sample_value\":\"cus_J6BsFrgc8qp8aH\"},\"_p_date\":{\"ret_value\":\"date\",\"caption\":\"date\",\"sample_value\":1615418545},\"_p_description\":{\"ret_value\":\"text\",\"caption\":\"description\",\"sample_value\":\"INVOICE ALL THE THINGS\"},\"_p_discountable\":{\"ret_value\":\"boolean\",\"caption\":\"discountable\",\"sample_value\":true},\"_p_invoice\":{\"ret_value\":\"text\",\"caption\":\"invoice\",\"sample_value\":null},\"_p_livemode\":{\"ret_value\":\"boolean\",\"caption\":\"livemode\",\"sample_value\":false},\"_p_period.end\":{\"ret_value\":\"number\",\"caption\":\"period end\",\"sample_value\":1615418545,\"path\":[\"period\",\"end\"]},\"_p_period.start\":{\"ret_value\":\"number\",\"caption\":\"period start\",\"sample_value\":1615418545,\"path\":[\"period\",\"start\"]},\"_p_price.id\":{\"ret_value\":\"text\",\"caption\":\"price id\",\"sample_value\":\"price_1ITbMD2eZvKYlo2CwSNYtqdv\",\"path\":[\"price\",\"id\"]},\"_p_price.object\":{\"ret_value\":\"text\",\"caption\":\"price object\",\"sample_value\":\"price\",\"path\":[\"price\",\"object\"]},\"_p_price.active\":{\"ret_value\":\"boolean\",\"caption\":\"price active\",\"sample_value\":false,\"path\":[\"price\",\"active\"]},\"_p_price.billing_scheme\":{\"ret_value\":\"text\",\"caption\":\"price billing_scheme\",\"sample_value\":\"per_unit\",\"path\":[\"price\",\"billing_scheme\"]},\"_p_price.created\":{\"ret_value\":\"number\",\"caption\":\"price created\",\"sample_value\":1615418545,\"path\":[\"price\",\"created\"]},\"_p_price.currency\":{\"ret_value\":\"text\",\"caption\":\"price currency\",\"sample_value\":\"usd\",\"path\":[\"price\",\"currency\"]},\"_p_price.livemode\":{\"ret_value\":\"boolean\",\"caption\":\"price livemode\",\"sample_value\":false,\"path\":[\"price\",\"livemode\"]},\"_p_price.lookup_key\":{\"ret_value\":\"text\",\"caption\":\"price lookup_key\",\"sample_value\":null,\"path\":[\"price\",\"lookup_key\"]},\"_p_price.nickname\":{\"ret_value\":\"text\",\"caption\":\"price nickname\",\"sample_value\":null,\"path\":[\"price\",\"nickname\"]},\"_p_price.product\":{\"ret_value\":\"text\",\"caption\":\"price product\",\"sample_value\":\"prod_J5mwusOTUAez8h\",\"path\":[\"price\",\"product\"]},\"_p_price.recurring\":{\"ret_value\":\"text\",\"caption\":\"price recurring\",\"sample_value\":null,\"path\":[\"price\",\"recurring\"]},\"_p_price.tiers_mode\":{\"ret_value\":\"text\",\"caption\":\"price tiers_mode\",\"sample_value\":null,\"path\":[\"price\",\"tiers_mode\"]},\"_p_price.transform_quantity\":{\"ret_value\":\"text\",\"caption\":\"price transform_quantity\",\"sample_value\":null,\"path\":[\"price\",\"transform_quantity\"]},\"_p_price.type\":{\"ret_value\":\"text\",\"caption\":\"price type\",\"sample_value\":\"one_time\",\"path\":[\"price\",\"type\"]},\"_p_price.unit_amount\":{\"ret_value\":\"number\",\"caption\":\"price unit_amount\",\"sample_value\":12345,\"path\":[\"price\",\"unit_amount\"]},\"_p_price.unit_amount_decimal\":{\"ret_value\":\"text\",\"caption\":\"price unit_amount_decimal\",\"sample_value\":\"12345\",\"path\":[\"price\",\"unit_amount_decimal\"]},\"_p_proration\":{\"ret_value\":\"boolean\",\"caption\":\"proration\",\"sample_value\":false},\"_p_quantity\":{\"ret_value\":\"number\",\"caption\":\"quantity\",\"sample_value\":1},\"_p_subscription\":{\"ret_value\":\"text\",\"caption\":\"subscription\",\"sample_value\":null},\"_p_unit_amount\":{\"ret_value\":\"number\",\"caption\":\"unit_amount\",\"sample_value\":12345},\"_p_unit_amount_decimal\":{\"ret_value\":\"text\",\"caption\":\"unit_amount_decimal\",\"sample_value\":\"12345\"}}}}","ret_value":"api.1491714407143x279212378954661900.plugin_api.BMq","should_reinitialize":false},"BPY":{"0":"B","1":"P","2":"X","name":"List all Prices","method":"get","publish_as":"action","url":"https://api.stripe.com/v1/prices","initialized":true,"types":"{\"plugin_api.BPY\":{\"caption\":\"List all Price\",\"fields\":{\"_p_id\":{\"ret_value\":\"text\",\"caption\":\"id\",\"sample_value\":\"price_1ITdvb2eZvKYlo2ClFNLE2mS\"},\"_p_object\":{\"ret_value\":\"text\",\"caption\":\"object\",\"sample_value\":\"price\"},\"_p_active\":{\"ret_value\":\"boolean\",\"caption\":\"active\",\"sample_value\":true},\"_p_billing_scheme\":{\"ret_value\":\"text\",\"caption\":\"billing_scheme\",\"sample_value\":\"per_unit\"},\"_p_created\":{\"ret_value\":\"number\",\"caption\":\"created\",\"sample_value\":1615428427},\"_p_currency\":{\"ret_value\":\"text\",\"caption\":\"currency\",\"sample_value\":\"usd\"},\"_p_livemode\":{\"ret_value\":\"boolean\",\"caption\":\"livemode\",\"sample_value\":false},\"_p_lookup_key\":{\"ret_value\":\"text\",\"caption\":\"lookup_key\",\"sample_value\":null},\"_p_nickname\":{\"ret_value\":\"text\",\"caption\":\"nickname\",\"sample_value\":null},\"_p_product\":{\"ret_value\":\"text\",\"caption\":\"product\",\"sample_value\":\"prod_J5pabT80t6v49K\"},\"_p_recurring.aggregate_usage\":{\"ret_value\":\"text\",\"caption\":\"recurring aggregate_usage\",\"sample_value\":null,\"path\":[\"recurring\",\"aggregate_usage\"]},\"_p_recurring.interval\":{\"ret_value\":\"text\",\"caption\":\"recurring interval\",\"sample_value\":\"month\",\"path\":[\"recurring\",\"interval\"]},\"_p_recurring.interval_count\":{\"ret_value\":\"number\",\"caption\":\"recurring interval_count\",\"sample_value\":1,\"path\":[\"recurring\",\"interval_count\"]},\"_p_recurring.usage_type\":{\"ret_value\":\"text\",\"caption\":\"recurring usage_type\",\"sample_value\":\"licensed\",\"path\":[\"recurring\",\"usage_type\"]},\"_p_tiers_mode\":{\"ret_value\":\"text\",\"caption\":\"tiers_mode\",\"sample_value\":null},\"_p_transform_quantity\":{\"ret_value\":\"text\",\"caption\":\"transform_quantity\",\"sample_value\":null},\"_p_type\":{\"ret_value\":\"text\",\"caption\":\"type\",\"sample_value\":\"recurring\"},\"_p_unit_amount\":{\"ret_value\":\"number\",\"caption\":\"unit_amount\",\"sample_value\":1600},\"_p_unit_amount_decimal\":{\"ret_value\":\"text\",\"caption\":\"unit_amount_decimal\",\"sample_value\":\"1600\"}}}}","ret_value":"api.1491714407143x279212378954661900.plugin_api.BPY","should_reinitialize":false},"BPa":{"0":"B","1":"P","2":"Z","name":"List all Prices","method":"get","publish_as":"data","url":"https://api.stripe.com/v1/prices","initialized":true,"types":"{\"plugin_api.BPa\":{\"caption\":\"List all Price\",\"fields\":{\"_p_id\":{\"ret_value\":\"text\",\"caption\":\"id\",\"sample_value\":\"price_1ITdvb2eZvKYlo2ClFNLE2mS\"},\"_p_object\":{\"ret_value\":\"text\",\"caption\":\"object\",\"sample_value\":\"price\"},\"_p_active\":{\"ret_value\":\"boolean\",\"caption\":\"active\",\"sample_value\":true},\"_p_billing_scheme\":{\"ret_value\":\"text\",\"caption\":\"billing_scheme\",\"sample_value\":\"per_unit\"},\"_p_created\":{\"ret_value\":\"number\",\"caption\":\"created\",\"sample_value\":1615428427},\"_p_currency\":{\"ret_value\":\"text\",\"caption\":\"currency\",\"sample_value\":\"usd\"},\"_p_livemode\":{\"ret_value\":\"boolean\",\"caption\":\"livemode\",\"sample_value\":false},\"_p_lookup_key\":{\"ret_value\":\"text\",\"caption\":\"lookup_key\",\"sample_value\":null},\"_p_nickname\":{\"ret_value\":\"text\",\"caption\":\"nickname\",\"sample_value\":null},\"_p_product\":{\"ret_value\":\"text\",\"caption\":\"product\",\"sample_value\":\"prod_J5pabT80t6v49K\"},\"_p_recurring.aggregate_usage\":{\"ret_value\":\"text\",\"caption\":\"recurring aggregate_usage\",\"sample_value\":null,\"path\":[\"recurring\",\"aggregate_usage\"]},\"_p_recurring.interval\":{\"ret_value\":\"text\",\"caption\":\"recurring interval\",\"sample_value\":\"month\",\"path\":[\"recurring\",\"interval\"]},\"_p_recurring.interval_count\":{\"ret_value\":\"number\",\"caption\":\"recurring interval_count\",\"sample_value\":1,\"path\":[\"recurring\",\"interval_count\"]},\"_p_recurring.usage_type\":{\"ret_value\":\"text\",\"caption\":\"recurring usage_type\",\"sample_value\":\"licensed\",\"path\":[\"recurring\",\"usage_type\"]},\"_p_tiers_mode\":{\"ret_value\":\"text\",\"caption\":\"tiers_mode\",\"sample_value\":null},\"_p_transform_quantity\":{\"ret_value\":\"text\",\"caption\":\"transform_quantity\",\"sample_value\":null},\"_p_type\":{\"ret_value\":\"text\",\"caption\":\"type\",\"sample_value\":\"recurring\"},\"_p_unit_amount\":{\"ret_value\":\"number\",\"caption\":\"unit_amount\",\"sample_value\":1600},\"_p_unit_amount_decimal\":{\"ret_value\":\"text\",\"caption\":\"unit_amount_decimal\",\"sample_value\":\"1600\"}}}}","ret_value":"api.1491714407143x279212378954661900.plugin_api.BPa","should_reinitialize":false},"BPc":{"0":"B","1":"P","2":"b","name":"List all Product's Prices","method":"get","publish_as":"action","url":"https://api.stripe.com/v1/prices?product=[Product ID]","initialized":true,"types":"{\"plugin_api.BPc\":{\"caption\":\"List all Product's Price\",\"fields\":{\"_p_object\":{\"ret_value\":\"text\",\"caption\":\"object\",\"sample_value\":\"list\"},\"_p_url\":{\"ret_value\":\"text\",\"caption\":\"url\",\"sample_value\":\"/v1/prices\"},\"_p_has_more\":{\"ret_value\":\"boolean\",\"caption\":\"has_more\",\"sample_value\":false},\"_p_data\":{\"ret_value\":\"list.api.1491714407143x279212378954661900.plugin_api.BPc.data\",\"caption\":\"data\"}}},\"plugin_api.BPc.data\":{\"caption\":\"List all Product's Prices data\",\"fields\":{\"_p_id\":{\"ret_value\":\"text\",\"caption\":\"id\",\"sample_value\":\"price_1ITdvb2eZvKYlo2ClFNLE2mS\"},\"_p_object\":{\"ret_value\":\"text\",\"caption\":\"object\",\"sample_value\":\"price\"},\"_p_active\":{\"ret_value\":\"boolean\",\"caption\":\"active\",\"sample_value\":true},\"_p_billing_scheme\":{\"ret_value\":\"text\",\"caption\":\"billing_scheme\",\"sample_value\":\"per_unit\"},\"_p_created\":{\"ret_value\":\"number\",\"caption\":\"created\",\"sample_value\":1615428427},\"_p_currency\":{\"ret_value\":\"text\",\"caption\":\"currency\",\"sample_value\":\"usd\"},\"_p_livemode\":{\"ret_value\":\"boolean\",\"caption\":\"livemode\",\"sample_value\":false},\"_p_lookup_key\":{\"ret_value\":\"text\",\"caption\":\"lookup_key\",\"sample_value\":null},\"_p_nickname\":{\"ret_value\":\"text\",\"caption\":\"nickname\",\"sample_value\":null},\"_p_product\":{\"ret_value\":\"text\",\"caption\":\"product\",\"sample_value\":\"prod_J5pabT80t6v49K\"},\"_p_recurring.aggregate_usage\":{\"ret_value\":\"text\",\"caption\":\"recurring aggregate_usage\",\"sample_value\":null,\"path\":[\"recurring\",\"aggregate_usage\"]},\"_p_recurring.interval\":{\"ret_value\":\"text\",\"caption\":\"recurring interval\",\"sample_value\":\"month\",\"path\":[\"recurring\",\"interval\"]},\"_p_recurring.interval_count\":{\"ret_value\":\"number\",\"caption\":\"recurring interval_count\",\"sample_value\":1,\"path\":[\"recurring\",\"interval_count\"]},\"_p_recurring.usage_type\":{\"ret_value\":\"text\",\"caption\":\"recurring usage_type\",\"sample_value\":\"licensed\",\"path\":[\"recurring\",\"usage_type\"]},\"_p_tiers_mode\":{\"ret_value\":\"text\",\"caption\":\"tiers_mode\",\"sample_value\":null},\"_p_transform_quantity\":{\"ret_value\":\"text\",\"caption\":\"transform_quantity\",\"sample_value\":null},\"_p_type\":{\"ret_value\":\"text\",\"caption\":\"type\",\"sample_value\":\"recurring\"},\"_p_unit_amount\":{\"ret_value\":\"number\",\"caption\":\"unit_amount\",\"sample_value\":1600},\"_p_unit_amount_decimal\":{\"ret_value\":\"text\",\"caption\":\"unit_amount_decimal\",\"sample_value\":\"1600\"}}}}","ret_value":"api.1491714407143x279212378954661900.plugin_api.BPc","should_reinitialize":false,"url_params":{"BPd":{"key":"Product ID","value":"testproduct2","private":true}}},"BPf":{"0":"B","1":"P","2":"e","name":"List all Product's Prices","method":"get","publish_as":"data","url":"https://api.stripe.com/v1/prices?product=[Product ID]","initialized":true,"types":"{\"plugin_api.BPf\":{\"caption\":\"List all Product's Price\",\"fields\":{\"_p_object\":{\"ret_value\":\"text\",\"caption\":\"object\",\"sample_value\":\"list\"},\"_p_url\":{\"ret_value\":\"text\",\"caption\":\"url\",\"sample_value\":\"/v1/prices\"},\"_p_has_more\":{\"ret_value\":\"boolean\",\"caption\":\"has_more\",\"sample_value\":false},\"_p_data\":{\"ret_value\":\"list.api.1491714407143x279212378954661900.plugin_api.BPf.data\",\"caption\":\"data\"}}},\"plugin_api.BPf.data\":{\"caption\":\"List all Product's Prices data\",\"fields\":{\"_p_id\":{\"ret_value\":\"text\",\"caption\":\"id\",\"sample_value\":\"price_1ITdvb2eZvKYlo2ClFNLE2mS\"},\"_p_object\":{\"ret_value\":\"text\",\"caption\":\"object\",\"sample_value\":\"price\"},\"_p_active\":{\"ret_value\":\"boolean\",\"caption\":\"active\",\"sample_value\":true},\"_p_billing_scheme\":{\"ret_value\":\"text\",\"caption\":\"billing_scheme\",\"sample_value\":\"per_unit\"},\"_p_created\":{\"ret_value\":\"number\",\"caption\":\"created\",\"sample_value\":1615428427},\"_p_currency\":{\"ret_value\":\"text\",\"caption\":\"currency\",\"sample_value\":\"usd\"},\"_p_livemode\":{\"ret_value\":\"boolean\",\"caption\":\"livemode\",\"sample_value\":false},\"_p_lookup_key\":{\"ret_value\":\"text\",\"caption\":\"lookup_key\",\"sample_value\":null},\"_p_nickname\":{\"ret_value\":\"text\",\"caption\":\"nickname\",\"sample_value\":null},\"_p_product\":{\"ret_value\":\"text\",\"caption\":\"product\",\"sample_value\":\"prod_J5pabT80t6v49K\"},\"_p_recurring.aggregate_usage\":{\"ret_value\":\"text\",\"caption\":\"recurring aggregate_usage\",\"sample_value\":null,\"path\":[\"recurring\",\"aggregate_usage\"]},\"_p_recurring.interval\":{\"ret_value\":\"text\",\"caption\":\"recurring interval\",\"sample_value\":\"month\",\"path\":[\"recurring\",\"interval\"]},\"_p_recurring.interval_count\":{\"ret_value\":\"number\",\"caption\":\"recurring interval_count\",\"sample_value\":1,\"path\":[\"recurring\",\"interval_count\"]},\"_p_recurring.usage_type\":{\"ret_value\":\"text\",\"caption\":\"recurring usage_type\",\"sample_value\":\"licensed\",\"path\":[\"recurring\",\"usage_type\"]},\"_p_tiers_mode\":{\"ret_value\":\"text\",\"caption\":\"tiers_mode\",\"sample_value\":null},\"_p_transform_quantity\":{\"ret_value\":\"text\",\"caption\":\"transform_quantity\",\"sample_value\":null},\"_p_type\":{\"ret_value\":\"text\",\"caption\":\"type\",\"sample_value\":\"recurring\"},\"_p_unit_amount\":{\"ret_value\":\"number\",\"caption\":\"unit_amount\",\"sample_value\":1600},\"_p_unit_amount_decimal\":{\"ret_value\":\"text\",\"caption\":\"unit_amount_decimal\",\"sample_value\":\"1600\"}}}}","ret_value":"api.1491714407143x279212378954661900.plugin_api.BPf","should_reinitialize":false,"url_params":{"BPd":{"key":"Product ID","value":"testproduct2","private":true}}},"BPj":{"0":"B","1":"P","2":"i","name":"List all Top-ups","method":"get","publish_as":"action","url":"https://api.stripe.com/v1/topups","initialized":true,"types":"{\"plugin_api.BPj\":{\"caption\":\"List all Top-up\",\"fields\":{\"_p_object\":{\"ret_value\":\"text\",\"caption\":\"object\",\"sample_value\":\"list\"},\"_p_url\":{\"ret_value\":\"text\",\"caption\":\"url\",\"sample_value\":\"/v1/topups\"},\"_p_has_more\":{\"ret_value\":\"boolean\",\"caption\":\"has_more\",\"sample_value\":false},\"_p_data\":{\"ret_value\":\"list.api.1491714407143x279212378954661900.plugin_api.BPj.data\",\"caption\":\"data\"}}},\"plugin_api.BPj.data\":{\"caption\":\"List all Top-ups data\",\"fields\":{\"_p_id\":{\"ret_value\":\"text\",\"caption\":\"id\",\"sample_value\":\"tu_1ITzUq2eZvKYlo2Cxa8Q3TWC\"},\"_p_object\":{\"ret_value\":\"text\",\"caption\":\"object\",\"sample_value\":\"topup\"},\"_p_amount\":{\"ret_value\":\"number\",\"caption\":\"amount\",\"sample_value\":1000},\"_p_balance_transaction\":{\"ret_value\":\"text\",\"caption\":\"balance_transaction\",\"sample_value\":null},\"_p_created\":{\"ret_value\":\"number\",\"caption\":\"created\",\"sample_value\":123456789},\"_p_currency\":{\"ret_value\":\"text\",\"caption\":\"currency\",\"sample_value\":\"usd\"},\"_p_description\":{\"ret_value\":\"text\",\"caption\":\"description\",\"sample_value\":\"Top-up description\"},\"_p_expected_availability_date\":{\"ret_value\":\"number\",\"caption\":\"expected_availability_date\",\"sample_value\":123456789},\"_p_failure_code\":{\"ret_value\":\"text\",\"caption\":\"failure_code\",\"sample_value\":null},\"_p_failure_message\":{\"ret_value\":\"text\",\"caption\":\"failure_message\",\"sample_value\":null},\"_p_livemode\":{\"ret_value\":\"boolean\",\"caption\":\"livemode\",\"sample_value\":false},\"_p_metadata.order_id\":{\"ret_value\":\"text\",\"caption\":\"metadata order_id\",\"sample_value\":\"12345678\",\"path\":[\"metadata\",\"order_id\"]},\"_p_source.id\":{\"ret_value\":\"text\",\"caption\":\"source id\",\"sample_value\":\"src_1ITzUq2eZvKYlo2CfYR5WPqT\",\"path\":[\"source\",\"id\"]},\"_p_source.object\":{\"ret_value\":\"text\",\"caption\":\"source object\",\"sample_value\":\"source\",\"path\":[\"source\",\"object\"]},\"_p_source.ach_debit.country\":{\"ret_value\":\"text\",\"caption\":\"source ach_debit country\",\"sample_value\":\"US\",\"path\":[\"source\",\"ach_debit\",\"country\"]},\"_p_source.ach_debit.type\":{\"ret_value\":\"text\",\"caption\":\"source ach_debit type\",\"sample_value\":\"individual\",\"path\":[\"source\",\"ach_debit\",\"type\"]},\"_p_source.ach_debit.routing_number\":{\"ret_value\":\"text\",\"caption\":\"source ach_debit routing_number\",\"sample_value\":\"110000000\",\"path\":[\"source\",\"ach_debit\",\"routing_number\"]},\"_p_source.ach_debit.bank_name\":{\"ret_value\":\"text\",\"caption\":\"source ach_debit bank_name\",\"sample_value\":\"STRIPE TEST BANK\",\"path\":[\"source\",\"ach_debit\",\"bank_name\"]},\"_p_source.ach_debit.fingerprint\":{\"ret_value\":\"text\",\"caption\":\"source ach_debit fingerprint\",\"sample_value\":\"5Wh4KBcfDrz5IOnx\",\"path\":[\"source\",\"ach_debit\",\"fingerprint\"]},\"_p_source.ach_debit.last4\":{\"ret_value\":\"text\",\"caption\":\"source ach_debit last4\",\"sample_value\":\"6789\",\"path\":[\"source\",\"ach_debit\",\"last4\"]},\"_p_source.amount\":{\"ret_value\":\"text\",\"caption\":\"source amount\",\"sample_value\":null,\"path\":[\"source\",\"amount\"]},\"_p_source.client_secret\":{\"ret_value\":\"text\",\"caption\":\"source client_secret\",\"sample_value\":\"src_client_secret_pczDukH8EGprgjW4Psh6btKz\",\"path\":[\"source\",\"client_secret\"]},\"_p_source.created\":{\"ret_value\":\"number\",\"caption\":\"source created\",\"sample_value\":1615511336,\"path\":[\"source\",\"created\"]},\"_p_source.currency\":{\"ret_value\":\"text\",\"caption\":\"source currency\",\"sample_value\":\"usd\",\"path\":[\"source\",\"currency\"]},\"_p_source.flow\":{\"ret_value\":\"text\",\"caption\":\"source flow\",\"sample_value\":\"code_verification\",\"path\":[\"source\",\"flow\"]},\"_p_source.livemode\":{\"ret_value\":\"boolean\",\"caption\":\"source livemode\",\"sample_value\":false,\"path\":[\"source\",\"livemode\"]},\"_p_source.owner.address\":{\"ret_value\":\"text\",\"caption\":\"source owner address\",\"sample_value\":null,\"path\":[\"source\",\"owner\",\"address\"]},\"_p_source.owner.email\":{\"ret_value\":\"text\",\"caption\":\"source owner email\",\"sample_value\":\"jenny.rosen@example.com\",\"path\":[\"source\",\"owner\",\"email\"]},\"_p_source.owner.name\":{\"ret_value\":\"text\",\"caption\":\"source owner name\",\"sample_value\":\"Jenny Rosen\",\"path\":[\"source\",\"owner\",\"name\"]},\"_p_source.owner.phone\":{\"ret_value\":\"text\",\"caption\":\"source owner phone\",\"sample_value\":null,\"path\":[\"source\",\"owner\",\"phone\"]},\"_p_source.owner.verified_address\":{\"ret_value\":\"text\",\"caption\":\"source owner verified_address\",\"sample_value\":null,\"path\":[\"source\",\"owner\",\"verified_address\"]},\"_p_source.owner.verified_email\":{\"ret_value\":\"text\",\"caption\":\"source owner verified_email\",\"sample_value\":null,\"path\":[\"source\",\"owner\",\"verified_email\"]},\"_p_source.owner.verified_name\":{\"ret_value\":\"text\",\"caption\":\"source owner verified_name\",\"sample_value\":null,\"path\":[\"source\",\"owner\",\"verified_name\"]},\"_p_source.owner.verified_phone\":{\"ret_value\":\"text\",\"caption\":\"source owner verified_phone\",\"sample_value\":null,\"path\":[\"source\",\"owner\",\"verified_phone\"]},\"_p_source.statement_descriptor\":{\"ret_value\":\"text\",\"caption\":\"source statement_descriptor\",\"sample_value\":null,\"path\":[\"source\",\"statement_descriptor\"]},\"_p_source.status\":{\"ret_value\":\"text\",\"caption\":\"source status\",\"sample_value\":\"pending\",\"path\":[\"source\",\"status\"]},\"_p_source.type\":{\"ret_value\":\"text\",\"caption\":\"source type\",\"sample_value\":\"ach_debit\",\"path\":[\"source\",\"type\"]},\"_p_source.usage\":{\"ret_value\":\"text\",\"caption\":\"source usage\",\"sample_value\":\"reusable\",\"path\":[\"source\",\"usage\"]},\"_p_statement_descriptor\":{\"ret_value\":\"text\",\"caption\":\"statement_descriptor\",\"sample_value\":null},\"_p_status\":{\"ret_value\":\"text\",\"caption\":\"status\",\"sample_value\":\"pending\"},\"_p_transfer_group\":{\"ret_value\":\"text\",\"caption\":\"transfer_group\",\"sample_value\":null}}}}","ret_value":"api.1491714407143x279212378954661900.plugin_api.BPj","should_reinitialize":false},"BPl":{"0":"B","1":"P","2":"k","name":"List all Top-ups","method":"get","publish_as":"data","url":"https://api.stripe.com/v1/topups","initialized":true,"types":"{\"plugin_api.BPl\":{\"caption\":\"List all Top-up\",\"fields\":{\"_p_object\":{\"ret_value\":\"text\",\"caption\":\"object\",\"sample_value\":\"list\"},\"_p_url\":{\"ret_value\":\"text\",\"caption\":\"url\",\"sample_value\":\"/v1/topups\"},\"_p_has_more\":{\"ret_value\":\"boolean\",\"caption\":\"has_more\",\"sample_value\":false},\"_p_data\":{\"ret_value\":\"list.api.1491714407143x279212378954661900.plugin_api.BPl.data\",\"caption\":\"data\"}}},\"plugin_api.BPl.data\":{\"caption\":\"List all Top-ups data\",\"fields\":{\"_p_id\":{\"ret_value\":\"text\",\"caption\":\"id\",\"sample_value\":\"tu_1ITzUq2eZvKYlo2Cxa8Q3TWC\"},\"_p_object\":{\"ret_value\":\"text\",\"caption\":\"object\",\"sample_value\":\"topup\"},\"_p_amount\":{\"ret_value\":\"number\",\"caption\":\"amount\",\"sample_value\":1000},\"_p_balance_transaction\":{\"ret_value\":\"text\",\"caption\":\"balance_transaction\",\"sample_value\":null},\"_p_created\":{\"ret_value\":\"number\",\"caption\":\"created\",\"sample_value\":123456789},\"_p_currency\":{\"ret_value\":\"text\",\"caption\":\"currency\",\"sample_value\":\"usd\"},\"_p_description\":{\"ret_value\":\"text\",\"caption\":\"description\",\"sample_value\":\"Top-up description\"},\"_p_expected_availability_date\":{\"ret_value\":\"number\",\"caption\":\"expected_availability_date\",\"sample_value\":123456789},\"_p_failure_code\":{\"ret_value\":\"text\",\"caption\":\"failure_code\",\"sample_value\":null},\"_p_failure_message\":{\"ret_value\":\"text\",\"caption\":\"failure_message\",\"sample_value\":null},\"_p_livemode\":{\"ret_value\":\"boolean\",\"caption\":\"livemode\",\"sample_value\":false},\"_p_metadata.order_id\":{\"ret_value\":\"text\",\"caption\":\"metadata order_id\",\"sample_value\":\"12345678\",\"path\":[\"metadata\",\"order_id\"]},\"_p_source.id\":{\"ret_value\":\"text\",\"caption\":\"source id\",\"sample_value\":\"src_1ITzUq2eZvKYlo2CfYR5WPqT\",\"path\":[\"source\",\"id\"]},\"_p_source.object\":{\"ret_value\":\"text\",\"caption\":\"source object\",\"sample_value\":\"source\",\"path\":[\"source\",\"object\"]},\"_p_source.ach_debit.country\":{\"ret_value\":\"text\",\"caption\":\"source ach_debit country\",\"sample_value\":\"US\",\"path\":[\"source\",\"ach_debit\",\"country\"]},\"_p_source.ach_debit.type\":{\"ret_value\":\"text\",\"caption\":\"source ach_debit type\",\"sample_value\":\"individual\",\"path\":[\"source\",\"ach_debit\",\"type\"]},\"_p_source.ach_debit.routing_number\":{\"ret_value\":\"text\",\"caption\":\"source ach_debit routing_number\",\"sample_value\":\"110000000\",\"path\":[\"source\",\"ach_debit\",\"routing_number\"]},\"_p_source.ach_debit.bank_name\":{\"ret_value\":\"text\",\"caption\":\"source ach_debit bank_name\",\"sample_value\":\"STRIPE TEST BANK\",\"path\":[\"source\",\"ach_debit\",\"bank_name\"]},\"_p_source.ach_debit.fingerprint\":{\"ret_value\":\"text\",\"caption\":\"source ach_debit fingerprint\",\"sample_value\":\"5Wh4KBcfDrz5IOnx\",\"path\":[\"source\",\"ach_debit\",\"fingerprint\"]},\"_p_source.ach_debit.last4\":{\"ret_value\":\"text\",\"caption\":\"source ach_debit last4\",\"sample_value\":\"6789\",\"path\":[\"source\",\"ach_debit\",\"last4\"]},\"_p_source.amount\":{\"ret_value\":\"text\",\"caption\":\"source amount\",\"sample_value\":null,\"path\":[\"source\",\"amount\"]},\"_p_source.client_secret\":{\"ret_value\":\"text\",\"caption\":\"source client_secret\",\"sample_value\":\"src_client_secret_pczDukH8EGprgjW4Psh6btKz\",\"path\":[\"source\",\"client_secret\"]},\"_p_source.created\":{\"ret_value\":\"number\",\"caption\":\"source created\",\"sample_value\":1615511336,\"path\":[\"source\",\"created\"]},\"_p_source.currency\":{\"ret_value\":\"text\",\"caption\":\"source currency\",\"sample_value\":\"usd\",\"path\":[\"source\",\"currency\"]},\"_p_source.flow\":{\"ret_value\":\"text\",\"caption\":\"source flow\",\"sample_value\":\"code_verification\",\"path\":[\"source\",\"flow\"]},\"_p_source.livemode\":{\"ret_value\":\"boolean\",\"caption\":\"source livemode\",\"sample_value\":false,\"path\":[\"source\",\"livemode\"]},\"_p_source.owner.address\":{\"ret_value\":\"text\",\"caption\":\"source owner address\",\"sample_value\":null,\"path\":[\"source\",\"owner\",\"address\"]},\"_p_source.owner.email\":{\"ret_value\":\"text\",\"caption\":\"source owner email\",\"sample_value\":\"jenny.rosen@example.com\",\"path\":[\"source\",\"owner\",\"email\"]},\"_p_source.owner.name\":{\"ret_value\":\"text\",\"caption\":\"source owner name\",\"sample_value\":\"Jenny Rosen\",\"path\":[\"source\",\"owner\",\"name\"]},\"_p_source.owner.phone\":{\"ret_value\":\"text\",\"caption\":\"source owner phone\",\"sample_value\":null,\"path\":[\"source\",\"owner\",\"phone\"]},\"_p_source.owner.verified_address\":{\"ret_value\":\"text\",\"caption\":\"source owner verified_address\",\"sample_value\":null,\"path\":[\"source\",\"owner\",\"verified_address\"]},\"_p_source.owner.verified_email\":{\"ret_value\":\"text\",\"caption\":\"source owner verified_email\",\"sample_value\":null,\"path\":[\"source\",\"owner\",\"verified_email\"]},\"_p_source.owner.verified_name\":{\"ret_value\":\"text\",\"caption\":\"source owner verified_name\",\"sample_value\":null,\"path\":[\"source\",\"owner\",\"verified_name\"]},\"_p_source.owner.verified_phone\":{\"ret_value\":\"text\",\"caption\":\"source owner verified_phone\",\"sample_value\":null,\"path\":[\"source\",\"owner\",\"verified_phone\"]},\"_p_source.statement_descriptor\":{\"ret_value\":\"text\",\"caption\":\"source statement_descriptor\",\"sample_value\":null,\"path\":[\"source\",\"statement_descriptor\"]},\"_p_source.status\":{\"ret_value\":\"text\",\"caption\":\"source status\",\"sample_value\":\"pending\",\"path\":[\"source\",\"status\"]},\"_p_source.type\":{\"ret_value\":\"text\",\"caption\":\"source type\",\"sample_value\":\"ach_debit\",\"path\":[\"source\",\"type\"]},\"_p_source.usage\":{\"ret_value\":\"text\",\"caption\":\"source usage\",\"sample_value\":\"reusable\",\"path\":[\"source\",\"usage\"]},\"_p_statement_descriptor\":{\"ret_value\":\"text\",\"caption\":\"statement_descriptor\",\"sample_value\":null},\"_p_status\":{\"ret_value\":\"text\",\"caption\":\"status\",\"sample_value\":\"pending\"},\"_p_transfer_group\":{\"ret_value\":\"text\",\"caption\":\"transfer_group\",\"sample_value\":null}}}}","ret_value":"api.1491714407143x279212378954661900.plugin_api.BPl","should_reinitialize":false},"BUd":{"0":"B","1":"U","2":"c","name":"List a Customer's PaymentIntents","method":"get","publish_as":"action","url":"https://api.stripe.com/v1/payment_intents?customer=[Customer ID]","initialized":true,"types":"{\"plugin_api.BUc\":{\"caption\":\"List a Customer's PaymentIntent\",\"fields\":{\"_p_object\":{\"ret_value\":\"text\",\"caption\":\"object\",\"sample_value\":\"list\"},\"_p_url\":{\"ret_value\":\"text\",\"caption\":\"url\",\"sample_value\":\"/v1/payment_intents\"},\"_p_has_more\":{\"ret_value\":\"boolean\",\"caption\":\"has_more\",\"sample_value\":false},\"_p_data\":{\"ret_value\":\"list.api.1491714407143x279212378954661900.plugin_api.BUc.data\",\"caption\":\"data\"}}},\"plugin_api.BUc.data\":{\"caption\":\"List a Customer's PaymentIntents data\",\"fields\":{\"_p_id\":{\"ret_value\":\"text\",\"caption\":\"id\",\"sample_value\":\"pi_1DnXbR2eZvKYlo2ChwDxQNrb\"},\"_p_object\":{\"ret_value\":\"text\",\"caption\":\"object\",\"sample_value\":\"payment_intent\"},\"_p_amount\":{\"ret_value\":\"number\",\"caption\":\"amount\",\"sample_value\":1099},\"_p_amount_capturable\":{\"ret_value\":\"number\",\"caption\":\"amount_capturable\",\"sample_value\":0},\"_p_amount_received\":{\"ret_value\":\"number\",\"caption\":\"amount_received\",\"sample_value\":0},\"_p_application\":{\"ret_value\":\"text\",\"caption\":\"application\",\"sample_value\":null},\"_p_application_fee_amount\":{\"ret_value\":\"text\",\"caption\":\"application_fee_amount\",\"sample_value\":null},\"_p_canceled_at\":{\"ret_value\":\"text\",\"caption\":\"canceled_at\",\"sample_value\":null},\"_p_cancellation_reason\":{\"ret_value\":\"text\",\"caption\":\"cancellation_reason\",\"sample_value\":null},\"_p_capture_method\":{\"ret_value\":\"text\",\"caption\":\"capture_method\",\"sample_value\":\"automatic\"},\"_p_charges.object\":{\"ret_value\":\"text\",\"caption\":\"charges object\",\"sample_value\":\"list\",\"path\":[\"charges\",\"object\"]},\"_p_charges.has_more\":{\"ret_value\":\"boolean\",\"caption\":\"charges has_more\",\"sample_value\":false,\"path\":[\"charges\",\"has_more\"]},\"_p_charges.url\":{\"ret_value\":\"text\",\"caption\":\"charges url\",\"sample_value\":\"/v1/charges?payment_intent=pi_1DnXbR2eZvKYlo2ChwDxQNrb\",\"path\":[\"charges\",\"url\"]},\"_p_client_secret\":{\"ret_value\":\"text\",\"caption\":\"client_secret\",\"sample_value\":\"pi_1DnXbR2eZvKYlo2ChwDxQNrb_secret_McG2ZXMhKAXD7zKIZs5t0Oj2a\"},\"_p_confirmation_method\":{\"ret_value\":\"text\",\"caption\":\"confirmation_method\",\"sample_value\":\"automatic\"},\"_p_created\":{\"ret_value\":\"number\",\"caption\":\"created\",\"sample_value\":1546288993},\"_p_currency\":{\"ret_value\":\"text\",\"caption\":\"currency\",\"sample_value\":\"gbp\"},\"_p_customer\":{\"ret_value\":\"text\",\"caption\":\"customer\",\"sample_value\":null},\"_p_description\":{\"ret_value\":\"text\",\"caption\":\"description\",\"sample_value\":null},\"_p_invoice\":{\"ret_value\":\"text\",\"caption\":\"invoice\",\"sample_value\":null},\"_p_last_payment_error\":{\"ret_value\":\"text\",\"caption\":\"last_payment_error\",\"sample_value\":null},\"_p_livemode\":{\"ret_value\":\"boolean\",\"caption\":\"livemode\",\"sample_value\":false},\"_p_next_action\":{\"ret_value\":\"text\",\"caption\":\"next_action\",\"sample_value\":null},\"_p_on_behalf_of\":{\"ret_value\":\"text\",\"caption\":\"on_behalf_of\",\"sample_value\":null},\"_p_payment_method\":{\"ret_value\":\"text\",\"caption\":\"payment_method\",\"sample_value\":null},\"_p_payment_method_types\":{\"ret_value\":\"list.text\",\"caption\":\"payment_method_types\",\"sample_value\":\"card\"},\"_p_receipt_email\":{\"ret_value\":\"text\",\"caption\":\"receipt_email\",\"sample_value\":null},\"_p_review\":{\"ret_value\":\"text\",\"caption\":\"review\",\"sample_value\":null},\"_p_setup_future_usage\":{\"ret_value\":\"text\",\"caption\":\"setup_future_usage\",\"sample_value\":null},\"_p_shipping\":{\"ret_value\":\"text\",\"caption\":\"shipping\",\"sample_value\":null},\"_p_statement_descriptor\":{\"ret_value\":\"text\",\"caption\":\"statement_descriptor\",\"sample_value\":null},\"_p_statement_descriptor_suffix\":{\"ret_value\":\"text\",\"caption\":\"statement_descriptor_suffix\",\"sample_value\":null},\"_p_status\":{\"ret_value\":\"text\",\"caption\":\"status\",\"sample_value\":\"requires_payment_method\"},\"_p_transfer_data\":{\"ret_value\":\"text\",\"caption\":\"transfer_data\",\"sample_value\":null},\"_p_transfer_group\":{\"ret_value\":\"text\",\"caption\":\"transfer_group\",\"sample_value\":null}}}}","ret_value":"api.1491714407143x279212378954661900.plugin_api.BUd","url_params":{"BJq":{"key":"Customer ID","value":"","private":true,"doc":"The ID of the Customer who holds the PaymentIntents. Example: Starts with 'cus_'"}},"should_reinitialize":false},"BUf":{"0":"B","1":"U","2":"e","name":"List a Customer's PaymentIntents","method":"get","publish_as":"data","url":"https://api.stripe.com/v1/payment_intents?customer=[Customer ID]","initialized":true,"types":"{\"plugin_api.BUe\":{\"caption\":\"List a Customer's PaymentIntent\",\"fields\":{\"_p_object\":{\"ret_value\":\"text\",\"caption\":\"object\",\"sample_value\":\"list\"},\"_p_url\":{\"ret_value\":\"text\",\"caption\":\"url\",\"sample_value\":\"/v1/payment_intents\"},\"_p_has_more\":{\"ret_value\":\"boolean\",\"caption\":\"has_more\",\"sample_value\":false},\"_p_data\":{\"ret_value\":\"list.api.1491714407143x279212378954661900.plugin_api.BUf.data\",\"caption\":\"data\"}}},\"plugin_api.BUf.data\":{\"caption\":\"List a Customer's PaymentIntents data\",\"fields\":{\"_p_id\":{\"ret_value\":\"text\",\"caption\":\"id\",\"sample_value\":\"pi_1DnXbR2eZvKYlo2ChwDxQNrb\"},\"_p_object\":{\"ret_value\":\"text\",\"caption\":\"object\",\"sample_value\":\"payment_intent\"},\"_p_amount\":{\"ret_value\":\"number\",\"caption\":\"amount\",\"sample_value\":1099},\"_p_amount_capturable\":{\"ret_value\":\"number\",\"caption\":\"amount_capturable\",\"sample_value\":0},\"_p_amount_received\":{\"ret_value\":\"number\",\"caption\":\"amount_received\",\"sample_value\":0},\"_p_application\":{\"ret_value\":\"text\",\"caption\":\"application\",\"sample_value\":null},\"_p_application_fee_amount\":{\"ret_value\":\"text\",\"caption\":\"application_fee_amount\",\"sample_value\":null},\"_p_canceled_at\":{\"ret_value\":\"text\",\"caption\":\"canceled_at\",\"sample_value\":null},\"_p_cancellation_reason\":{\"ret_value\":\"text\",\"caption\":\"cancellation_reason\",\"sample_value\":null},\"_p_capture_method\":{\"ret_value\":\"text\",\"caption\":\"capture_method\",\"sample_value\":\"automatic\"},\"_p_charges.object\":{\"ret_value\":\"text\",\"caption\":\"charges object\",\"sample_value\":\"list\",\"path\":[\"charges\",\"object\"]},\"_p_charges.has_more\":{\"ret_value\":\"boolean\",\"caption\":\"charges has_more\",\"sample_value\":false,\"path\":[\"charges\",\"has_more\"]},\"_p_charges.url\":{\"ret_value\":\"text\",\"caption\":\"charges url\",\"sample_value\":\"/v1/charges?payment_intent=pi_1DnXbR2eZvKYlo2ChwDxQNrb\",\"path\":[\"charges\",\"url\"]},\"_p_client_secret\":{\"ret_value\":\"text\",\"caption\":\"client_secret\",\"sample_value\":\"pi_1DnXbR2eZvKYlo2ChwDxQNrb_secret_McG2ZXMhKAXD7zKIZs5t0Oj2a\"},\"_p_confirmation_method\":{\"ret_value\":\"text\",\"caption\":\"confirmation_method\",\"sample_value\":\"automatic\"},\"_p_created\":{\"ret_value\":\"number\",\"caption\":\"created\",\"sample_value\":1546288993},\"_p_currency\":{\"ret_value\":\"text\",\"caption\":\"currency\",\"sample_value\":\"gbp\"},\"_p_customer\":{\"ret_value\":\"text\",\"caption\":\"customer\",\"sample_value\":null},\"_p_description\":{\"ret_value\":\"text\",\"caption\":\"description\",\"sample_value\":null},\"_p_invoice\":{\"ret_value\":\"text\",\"caption\":\"invoice\",\"sample_value\":null},\"_p_last_payment_error\":{\"ret_value\":\"text\",\"caption\":\"last_payment_error\",\"sample_value\":null},\"_p_livemode\":{\"ret_value\":\"boolean\",\"caption\":\"livemode\",\"sample_value\":false},\"_p_next_action\":{\"ret_value\":\"text\",\"caption\":\"next_action\",\"sample_value\":null},\"_p_on_behalf_of\":{\"ret_value\":\"text\",\"caption\":\"on_behalf_of\",\"sample_value\":null},\"_p_payment_method\":{\"ret_value\":\"text\",\"caption\":\"payment_method\",\"sample_value\":null},\"_p_payment_method_types\":{\"ret_value\":\"list.text\",\"caption\":\"payment_method_types\",\"sample_value\":\"card\"},\"_p_receipt_email\":{\"ret_value\":\"text\",\"caption\":\"receipt_email\",\"sample_value\":null},\"_p_review\":{\"ret_value\":\"text\",\"caption\":\"review\",\"sample_value\":null},\"_p_setup_future_usage\":{\"ret_value\":\"text\",\"caption\":\"setup_future_usage\",\"sample_value\":null},\"_p_shipping\":{\"ret_value\":\"text\",\"caption\":\"shipping\",\"sample_value\":null},\"_p_statement_descriptor\":{\"ret_value\":\"text\",\"caption\":\"statement_descriptor\",\"sample_value\":null},\"_p_statement_descriptor_suffix\":{\"ret_value\":\"text\",\"caption\":\"statement_descriptor_suffix\",\"sample_value\":null},\"_p_status\":{\"ret_value\":\"text\",\"caption\":\"status\",\"sample_value\":\"requires_payment_method\"},\"_p_transfer_data\":{\"ret_value\":\"text\",\"caption\":\"transfer_data\",\"sample_value\":null},\"_p_transfer_group\":{\"ret_value\":\"text\",\"caption\":\"transfer_group\",\"sample_value\":null}}}}","ret_value":"api.1491714407143x279212378954661900.plugin_api.BUf","url_params":{"BJq":{"key":"Customer ID","value":"","private":true,"doc":"The ID of the Customer who holds the PaymentIntents. Example: Starts with 'cus_'"}},"should_reinitialize":true},"BXz":{"0":"B","1":"X","2":"y","name":"Retrieve a SetupIntent","method":"get","publish_as":"data","url":"https://api.stripe.com/v1/setup_intents/[SetupIntent ID]","url_params":{"BYB":{"key":"SetupIntent ID","value":"","private":true}},"initialized":true,"types":"{\"plugin_api.BXz\":{\"caption\":\"Retrieve a SetupIntent\",\"fields\":{\"_p_id\":{\"ret_value\":\"text\",\"caption\":\"id\",\"sample_value\":\"seti_1EuLad2eZvKYlo2CU2KCwF0w\"},\"_p_object\":{\"ret_value\":\"text\",\"caption\":\"object\",\"sample_value\":\"setup_intent\"},\"_p_application\":{\"ret_value\":\"text\",\"caption\":\"application\",\"sample_value\":null},\"_p_cancellation_reason\":{\"ret_value\":\"text\",\"caption\":\"cancellation_reason\",\"sample_value\":null},\"_p_client_secret\":{\"ret_value\":\"text\",\"caption\":\"client_secret\",\"sample_value\":\"seti_1EuLad2eZvKYlo2CU2KCwF0w_secret_FP9uYPWFpVirfZKnSoCKwNuaXXcFdib\"},\"_p_created\":{\"ret_value\":\"number\",\"caption\":\"created\",\"sample_value\":1562687447},\"_p_customer\":{\"ret_value\":\"text\",\"caption\":\"customer\",\"sample_value\":null},\"_p_description\":{\"ret_value\":\"text\",\"caption\":\"description\",\"sample_value\":null},\"_p_flow_directions\":{\"ret_value\":\"text\",\"caption\":\"flow_directions\",\"sample_value\":null},\"_p_last_setup_error\":{\"ret_value\":\"text\",\"caption\":\"last_setup_error\",\"sample_value\":null},\"_p_latest_attempt\":{\"ret_value\":\"text\",\"caption\":\"latest_attempt\",\"sample_value\":null},\"_p_livemode\":{\"ret_value\":\"boolean\",\"caption\":\"livemode\",\"sample_value\":false},\"_p_mandate\":{\"ret_value\":\"text\",\"caption\":\"mandate\",\"sample_value\":null},\"_p_next_action\":{\"ret_value\":\"text\",\"caption\":\"next_action\",\"sample_value\":null},\"_p_on_behalf_of\":{\"ret_value\":\"text\",\"caption\":\"on_behalf_of\",\"sample_value\":null},\"_p_payment_method\":{\"ret_value\":\"text\",\"caption\":\"payment_method\",\"sample_value\":null},\"_p_payment_method_options.card.mandate_options\":{\"ret_value\":\"text\",\"caption\":\"payment_method_options card mandate_options\",\"sample_value\":null,\"path\":[\"payment_method_options\",\"card\",\"mandate_options\"]},\"_p_payment_method_options.card.network\":{\"ret_value\":\"text\",\"caption\":\"payment_method_options card network\",\"sample_value\":null,\"path\":[\"payment_method_options\",\"card\",\"network\"]},\"_p_payment_method_options.card.request_three_d_secure\":{\"ret_value\":\"text\",\"caption\":\"payment_method_options card request_three_d_secure\",\"sample_value\":\"automatic\",\"path\":[\"payment_method_options\",\"card\",\"request_three_d_secure\"]},\"_p_payment_method_types\":{\"ret_value\":\"list.text\",\"caption\":\"payment_method_types\",\"sample_value\":\"card\"},\"_p_redaction\":{\"ret_value\":\"text\",\"caption\":\"redaction\",\"sample_value\":null},\"_p_single_use_mandate\":{\"ret_value\":\"text\",\"caption\":\"single_use_mandate\",\"sample_value\":null},\"_p_status\":{\"ret_value\":\"text\",\"caption\":\"status\",\"sample_value\":\"requires_payment_method\"},\"_p_usage\":{\"ret_value\":\"text\",\"caption\":\"usage\",\"sample_value\":\"off_session\"}}}}","ret_value":"api.1491714407143x279212378954661900.plugin_api.BXz","should_reinitialize":false},"BYD":{"0":"B","1":"Y","2":"C","name":"Retrieve a SetupIntent","method":"get","publish_as":"action","url":"https://api.stripe.com/v1/setup_intents/[SetupIntent ID]","url_params":{"BYB":{"key":"SetupIntent ID","value":"","private":true}},"initialized":true,"types":"{\"plugin_api.BYD\":{\"caption\":\"Retrieve a SetupIntent\",\"fields\":{\"_p_id\":{\"ret_value\":\"text\",\"caption\":\"id\",\"sample_value\":\"seti_1EuLad2eZvKYlo2CU2KCwF0w\"},\"_p_object\":{\"ret_value\":\"text\",\"caption\":\"object\",\"sample_value\":\"setup_intent\"},\"_p_application\":{\"ret_value\":\"text\",\"caption\":\"application\",\"sample_value\":null},\"_p_cancellation_reason\":{\"ret_value\":\"text\",\"caption\":\"cancellation_reason\",\"sample_value\":null},\"_p_client_secret\":{\"ret_value\":\"text\",\"caption\":\"client_secret\",\"sample_value\":\"seti_1EuLad2eZvKYlo2CU2KCwF0w_secret_FP9uYPWFpVirfZKnSoCKwNuaXXcFdib\"},\"_p_created\":{\"ret_value\":\"number\",\"caption\":\"created\",\"sample_value\":1562687447},\"_p_customer\":{\"ret_value\":\"text\",\"caption\":\"customer\",\"sample_value\":null},\"_p_description\":{\"ret_value\":\"text\",\"caption\":\"description\",\"sample_value\":null},\"_p_flow_directions\":{\"ret_value\":\"text\",\"caption\":\"flow_directions\",\"sample_value\":null},\"_p_last_setup_error\":{\"ret_value\":\"text\",\"caption\":\"last_setup_error\",\"sample_value\":null},\"_p_latest_attempt\":{\"ret_value\":\"text\",\"caption\":\"latest_attempt\",\"sample_value\":null},\"_p_livemode\":{\"ret_value\":\"boolean\",\"caption\":\"livemode\",\"sample_value\":false},\"_p_mandate\":{\"ret_value\":\"text\",\"caption\":\"mandate\",\"sample_value\":null},\"_p_next_action\":{\"ret_value\":\"text\",\"caption\":\"next_action\",\"sample_value\":null},\"_p_on_behalf_of\":{\"ret_value\":\"text\",\"caption\":\"on_behalf_of\",\"sample_value\":null},\"_p_payment_method\":{\"ret_value\":\"text\",\"caption\":\"payment_method\",\"sample_value\":null},\"_p_payment_method_options.card.mandate_options\":{\"ret_value\":\"text\",\"caption\":\"payment_method_options card mandate_options\",\"sample_value\":null,\"path\":[\"payment_method_options\",\"card\",\"mandate_options\"]},\"_p_payment_method_options.card.network\":{\"ret_value\":\"text\",\"caption\":\"payment_method_options card network\",\"sample_value\":null,\"path\":[\"payment_method_options\",\"card\",\"network\"]},\"_p_payment_method_options.card.request_three_d_secure\":{\"ret_value\":\"text\",\"caption\":\"payment_method_options card request_three_d_secure\",\"sample_value\":\"automatic\",\"path\":[\"payment_method_options\",\"card\",\"request_three_d_secure\"]},\"_p_payment_method_types\":{\"ret_value\":\"list.text\",\"caption\":\"payment_method_types\",\"sample_value\":\"card\"},\"_p_redaction\":{\"ret_value\":\"text\",\"caption\":\"redaction\",\"sample_value\":null},\"_p_single_use_mandate\":{\"ret_value\":\"text\",\"caption\":\"single_use_mandate\",\"sample_value\":null},\"_p_status\":{\"ret_value\":\"text\",\"caption\":\"status\",\"sample_value\":\"requires_payment_method\"},\"_p_usage\":{\"ret_value\":\"text\",\"caption\":\"usage\",\"sample_value\":\"off_session\"}}}}","ret_value":"api.1491714407143x279212378954661900.plugin_api.BYD","should_reinitialize":false},"BYZ":{"0":"B","1":"Y","2":"Y","name":"List all PaymentIntent's Charges","method":"get","publish_as":"action","url":"https://api.stripe.com/v1/charges?payment_intent=[Payment Intent ID]","initialized":true,"types":"{\"plugin_api.BYZ\":{\"caption\":\"List all PaymentIntent's Charge\",\"fields\":{\"_p_object\":{\"ret_value\":\"text\",\"caption\":\"object\",\"sample_value\":\"list\"},\"_p_url\":{\"ret_value\":\"text\",\"caption\":\"url\",\"sample_value\":\"/v1/charges\"},\"_p_has_more\":{\"ret_value\":\"boolean\",\"caption\":\"has_more\",\"sample_value\":false},\"_p_data\":{\"ret_value\":\"list.api.1491714407143x279212378954661900.plugin_api.BYZ.data\",\"caption\":\"data\"}}},\"plugin_api.BYZ.data\":{\"caption\":\"List all PaymentIntent's Charges data\",\"fields\":{\"_p_id\":{\"ret_value\":\"text\",\"caption\":\"id\",\"sample_value\":\"ch_17LYyj2eZvKYlo2CqM4MqfRU\"},\"_p_object\":{\"ret_value\":\"text\",\"caption\":\"object\",\"sample_value\":\"charge\"},\"_p_amount\":{\"ret_value\":\"number\",\"caption\":\"amount\",\"sample_value\":1000},\"_p_amount_captured\":{\"ret_value\":\"number\",\"caption\":\"amount_captured\",\"sample_value\":1000},\"_p_amount_refunded\":{\"ret_value\":\"number\",\"caption\":\"amount_refunded\",\"sample_value\":0},\"_p_application\":{\"ret_value\":\"text\",\"caption\":\"application\",\"sample_value\":null},\"_p_application_fee\":{\"ret_value\":\"text\",\"caption\":\"application_fee\",\"sample_value\":null},\"_p_application_fee_amount\":{\"ret_value\":\"text\",\"caption\":\"application_fee_amount\",\"sample_value\":null},\"_p_balance_transaction\":{\"ret_value\":\"text\",\"caption\":\"balance_transaction\",\"sample_value\":\"txn_1032Oa2eZvKYlo2CTR92AdLc\"},\"_p_billing_details.address.city\":{\"ret_value\":\"text\",\"caption\":\"billing_details address city\",\"sample_value\":null,\"path\":[\"billing_details\",\"address\",\"city\"]},\"_p_billing_details.address.country\":{\"ret_value\":\"text\",\"caption\":\"billing_details address country\",\"sample_value\":null,\"path\":[\"billing_details\",\"address\",\"country\"]},\"_p_billing_details.address.line1\":{\"ret_value\":\"text\",\"caption\":\"billing_details address line1\",\"sample_value\":null,\"path\":[\"billing_details\",\"address\",\"line1\"]},\"_p_billing_details.address.line2\":{\"ret_value\":\"text\",\"caption\":\"billing_details address line2\",\"sample_value\":null,\"path\":[\"billing_details\",\"address\",\"line2\"]},\"_p_billing_details.address.postal_code\":{\"ret_value\":\"text\",\"caption\":\"billing_details address postal_code\",\"sample_value\":null,\"path\":[\"billing_details\",\"address\",\"postal_code\"]},\"_p_billing_details.address.state\":{\"ret_value\":\"text\",\"caption\":\"billing_details address state\",\"sample_value\":null,\"path\":[\"billing_details\",\"address\",\"state\"]},\"_p_billing_details.email\":{\"ret_value\":\"text\",\"caption\":\"billing_details email\",\"sample_value\":null,\"path\":[\"billing_details\",\"email\"]},\"_p_billing_details.name\":{\"ret_value\":\"text\",\"caption\":\"billing_details name\",\"sample_value\":null,\"path\":[\"billing_details\",\"name\"]},\"_p_billing_details.phone\":{\"ret_value\":\"text\",\"caption\":\"billing_details phone\",\"sample_value\":null,\"path\":[\"billing_details\",\"phone\"]},\"_p_calculated_statement_descriptor\":{\"ret_value\":\"text\",\"caption\":\"calculated_statement_descriptor\",\"sample_value\":null},\"_p_captured\":{\"ret_value\":\"boolean\",\"caption\":\"captured\",\"sample_value\":true},\"_p_created\":{\"ret_value\":\"number\",\"caption\":\"created\",\"sample_value\":1450963081},\"_p_currency\":{\"ret_value\":\"text\",\"caption\":\"currency\",\"sample_value\":\"usd\"},\"_p_customer\":{\"ret_value\":\"text\",\"caption\":\"customer\",\"sample_value\":null},\"_p_description\":{\"ret_value\":\"text\",\"caption\":\"description\",\"sample_value\":null},\"_p_disputed\":{\"ret_value\":\"boolean\",\"caption\":\"disputed\",\"sample_value\":false},\"_p_failure_balance_transaction\":{\"ret_value\":\"text\",\"caption\":\"failure_balance_transaction\",\"sample_value\":null},\"_p_failure_code\":{\"ret_value\":\"text\",\"caption\":\"failure_code\",\"sample_value\":null},\"_p_failure_message\":{\"ret_value\":\"text\",\"caption\":\"failure_message\",\"sample_value\":null},\"_p_invoice\":{\"ret_value\":\"text\",\"caption\":\"invoice\",\"sample_value\":null},\"_p_livemode\":{\"ret_value\":\"boolean\",\"caption\":\"livemode\",\"sample_value\":false},\"_p_on_behalf_of\":{\"ret_value\":\"text\",\"caption\":\"on_behalf_of\",\"sample_value\":null},\"_p_outcome.network_status\":{\"ret_value\":\"text\",\"caption\":\"outcome network_status\",\"sample_value\":null,\"path\":[\"outcome\",\"network_status\"]},\"_p_outcome.reason\":{\"ret_value\":\"text\",\"caption\":\"outcome reason\",\"sample_value\":null,\"path\":[\"outcome\",\"reason\"]},\"_p_outcome.risk_level\":{\"ret_value\":\"text\",\"caption\":\"outcome risk_level\",\"sample_value\":\"not_assessed\",\"path\":[\"outcome\",\"risk_level\"]},\"_p_outcome.seller_message\":{\"ret_value\":\"text\",\"caption\":\"outcome seller_message\",\"sample_value\":\"Payment complete.\",\"path\":[\"outcome\",\"seller_message\"]},\"_p_outcome.type\":{\"ret_value\":\"text\",\"caption\":\"outcome type\",\"sample_value\":\"authorized\",\"path\":[\"outcome\",\"type\"]},\"_p_paid\":{\"ret_value\":\"boolean\",\"caption\":\"paid\",\"sample_value\":true},\"_p_payment_intent\":{\"ret_value\":\"text\",\"caption\":\"payment_intent\",\"sample_value\":null},\"_p_payment_method\":{\"ret_value\":\"text\",\"caption\":\"payment_method\",\"sample_value\":\"card_17LYyi2eZvKYlo2CwTO4WCnY\"},\"_p_payment_method_details.card.brand\":{\"ret_value\":\"text\",\"caption\":\"payment_method_details card brand\",\"sample_value\":\"visa\",\"path\":[\"payment_method_details\",\"card\",\"brand\"]},\"_p_payment_method_details.card.checks.address_line1_check\":{\"ret_value\":\"text\",\"caption\":\"payment_method_details card checks address_line1_check\",\"sample_value\":null,\"path\":[\"payment_method_details\",\"card\",\"checks\",\"address_line1_check\"]},\"_p_payment_method_details.card.checks.address_postal_code_check\":{\"ret_value\":\"text\",\"caption\":\"payment_method_details card checks address_postal_code_check\",\"sample_value\":null,\"path\":[\"payment_method_details\",\"card\",\"checks\",\"address_postal_code_check\"]},\"_p_payment_method_details.card.checks.cvc_check\":{\"ret_value\":\"text\",\"caption\":\"payment_method_details card checks cvc_check\",\"sample_value\":\"pass\",\"path\":[\"payment_method_details\",\"card\",\"checks\",\"cvc_check\"]},\"_p_payment_method_details.card.country\":{\"ret_value\":\"text\",\"caption\":\"payment_method_details card country\",\"sample_value\":\"US\",\"path\":[\"payment_method_details\",\"card\",\"country\"]},\"_p_payment_method_details.card.exp_month\":{\"ret_value\":\"number\",\"caption\":\"payment_method_details card exp_month\",\"sample_value\":1,\"path\":[\"payment_method_details\",\"card\",\"exp_month\"]},\"_p_payment_method_details.card.exp_year\":{\"ret_value\":\"number\",\"caption\":\"payment_method_details card exp_year\",\"sample_value\":2016,\"path\":[\"payment_method_details\",\"card\",\"exp_year\"]},\"_p_payment_method_details.card.fingerprint\":{\"ret_value\":\"text\",\"caption\":\"payment_method_details card fingerprint\",\"sample_value\":\"Xt5EWLLDS7FJjR1c\",\"path\":[\"payment_method_details\",\"card\",\"fingerprint\"]},\"_p_payment_method_details.card.funding\":{\"ret_value\":\"text\",\"caption\":\"payment_method_details card funding\",\"sample_value\":\"credit\",\"path\":[\"payment_method_details\",\"card\",\"funding\"]},\"_p_payment_method_details.card.installments\":{\"ret_value\":\"text\",\"caption\":\"payment_method_details card installments\",\"sample_value\":null,\"path\":[\"payment_method_details\",\"card\",\"installments\"]},\"_p_payment_method_details.card.last4\":{\"ret_value\":\"text\",\"caption\":\"payment_method_details card last4\",\"sample_value\":\"4242\",\"path\":[\"payment_method_details\",\"card\",\"last4\"]},\"_p_payment_method_details.card.mandate\":{\"ret_value\":\"text\",\"caption\":\"payment_method_details card mandate\",\"sample_value\":null,\"path\":[\"payment_method_details\",\"card\",\"mandate\"]},\"_p_payment_method_details.card.moto\":{\"ret_value\":\"text\",\"caption\":\"payment_method_details card moto\",\"sample_value\":null,\"path\":[\"payment_method_details\",\"card\",\"moto\"]},\"_p_payment_method_details.card.network\":{\"ret_value\":\"text\",\"caption\":\"payment_method_details card network\",\"sample_value\":\"visa\",\"path\":[\"payment_method_details\",\"card\",\"network\"]},\"_p_payment_method_details.card.three_d_secure\":{\"ret_value\":\"text\",\"caption\":\"payment_method_details card three_d_secure\",\"sample_value\":null,\"path\":[\"payment_method_details\",\"card\",\"three_d_secure\"]},\"_p_payment_method_details.card.wallet\":{\"ret_value\":\"text\",\"caption\":\"payment_method_details card wallet\",\"sample_value\":null,\"path\":[\"payment_method_details\",\"card\",\"wallet\"]},\"_p_payment_method_details.type\":{\"ret_value\":\"text\",\"caption\":\"payment_method_details type\",\"sample_value\":\"card\",\"path\":[\"payment_method_details\",\"type\"]},\"_p_receipt_email\":{\"ret_value\":\"text\",\"caption\":\"receipt_email\",\"sample_value\":\"schlossronit@gmail.com\"},\"_p_receipt_number\":{\"ret_value\":\"text\",\"caption\":\"receipt_number\",\"sample_value\":\"1326-5588\"},\"_p_receipt_url\":{\"ret_value\":\"text\",\"caption\":\"receipt_url\",\"sample_value\":\"https://pay.stripe.com/receipts/payment/CAcaFwoVYWNjdF8xMDMyRDgyZVp2S1lsbzJDKJzE5qEGMgZQ9Zg_LVE6LBaPad6ze7y10pIK40o-f99AeWry95Uvs7p5vbHIuXCSIjF_TaJHVHeRDSvV\"},\"_p_redaction\":{\"ret_value\":\"text\",\"caption\":\"redaction\",\"sample_value\":null},\"_p_refunded\":{\"ret_value\":\"boolean\",\"caption\":\"refunded\",\"sample_value\":false},\"_p_refunds.object\":{\"ret_value\":\"text\",\"caption\":\"refunds object\",\"sample_value\":\"list\",\"path\":[\"refunds\",\"object\"]},\"_p_refunds.has_more\":{\"ret_value\":\"boolean\",\"caption\":\"refunds has_more\",\"sample_value\":false,\"path\":[\"refunds\",\"has_more\"]},\"_p_refunds.url\":{\"ret_value\":\"text\",\"caption\":\"refunds url\",\"sample_value\":\"/v1/charges/ch_17LYyj2eZvKYlo2CqM4MqfRU/refunds\",\"path\":[\"refunds\",\"url\"]},\"_p_review\":{\"ret_value\":\"text\",\"caption\":\"review\",\"sample_value\":null},\"_p_shipping\":{\"ret_value\":\"text\",\"caption\":\"shipping\",\"sample_value\":null},\"_p_source_transfer\":{\"ret_value\":\"text\",\"caption\":\"source_transfer\",\"sample_value\":null},\"_p_statement_descriptor\":{\"ret_value\":\"text\",\"caption\":\"statement_descriptor\",\"sample_value\":null},\"_p_statement_descriptor_suffix\":{\"ret_value\":\"text\",\"caption\":\"statement_descriptor_suffix\",\"sample_value\":null},\"_p_status\":{\"ret_value\":\"text\",\"caption\":\"status\",\"sample_value\":\"succeeded\"},\"_p_transfer_data\":{\"ret_value\":\"text\",\"caption\":\"transfer_data\",\"sample_value\":null},\"_p_transfer_group\":{\"ret_value\":\"text\",\"caption\":\"transfer_group\",\"sample_value\":null}}}}","ret_value":"api.1491714407143x279212378954661900.plugin_api.BYZ","should_reinitialize":false,"url_params":{"BYa":{"key":"Payment Intent ID","value":"","private":true}}},"BYc":{"0":"B","1":"Y","2":"b","name":"List all PaymentIntent's Charges","method":"get","publish_as":"data","url":"https://api.stripe.com/v1/charges?payment_intent=[Payment Intent ID]","initialized":true,"types":"{\"plugin_api.BYc\":{\"caption\":\"List all PaymentIntent's Charge\",\"fields\":{\"_p_object\":{\"ret_value\":\"text\",\"caption\":\"object\",\"sample_value\":\"list\"},\"_p_url\":{\"ret_value\":\"text\",\"caption\":\"url\",\"sample_value\":\"/v1/charges\"},\"_p_has_more\":{\"ret_value\":\"boolean\",\"caption\":\"has_more\",\"sample_value\":false},\"_p_data\":{\"ret_value\":\"list.api.1491714407143x279212378954661900.plugin_api.BYc.data\",\"caption\":\"data\"}}},\"plugin_api.BYc.data\":{\"caption\":\"List all PaymentIntent's Charges data\",\"fields\":{\"_p_id\":{\"ret_value\":\"text\",\"caption\":\"id\",\"sample_value\":\"ch_17LYyj2eZvKYlo2CqM4MqfRU\"},\"_p_object\":{\"ret_value\":\"text\",\"caption\":\"object\",\"sample_value\":\"charge\"},\"_p_amount\":{\"ret_value\":\"number\",\"caption\":\"amount\",\"sample_value\":1000},\"_p_amount_captured\":{\"ret_value\":\"number\",\"caption\":\"amount_captured\",\"sample_value\":1000},\"_p_amount_refunded\":{\"ret_value\":\"number\",\"caption\":\"amount_refunded\",\"sample_value\":0},\"_p_application\":{\"ret_value\":\"text\",\"caption\":\"application\",\"sample_value\":null},\"_p_application_fee\":{\"ret_value\":\"text\",\"caption\":\"application_fee\",\"sample_value\":null},\"_p_application_fee_amount\":{\"ret_value\":\"text\",\"caption\":\"application_fee_amount\",\"sample_value\":null},\"_p_balance_transaction\":{\"ret_value\":\"text\",\"caption\":\"balance_transaction\",\"sample_value\":\"txn_1032Oa2eZvKYlo2CTR92AdLc\"},\"_p_billing_details.address.city\":{\"ret_value\":\"text\",\"caption\":\"billing_details address city\",\"sample_value\":null,\"path\":[\"billing_details\",\"address\",\"city\"]},\"_p_billing_details.address.country\":{\"ret_value\":\"text\",\"caption\":\"billing_details address country\",\"sample_value\":null,\"path\":[\"billing_details\",\"address\",\"country\"]},\"_p_billing_details.address.line1\":{\"ret_value\":\"text\",\"caption\":\"billing_details address line1\",\"sample_value\":null,\"path\":[\"billing_details\",\"address\",\"line1\"]},\"_p_billing_details.address.line2\":{\"ret_value\":\"text\",\"caption\":\"billing_details address line2\",\"sample_value\":null,\"path\":[\"billing_details\",\"address\",\"line2\"]},\"_p_billing_details.address.postal_code\":{\"ret_value\":\"text\",\"caption\":\"billing_details address postal_code\",\"sample_value\":null,\"path\":[\"billing_details\",\"address\",\"postal_code\"]},\"_p_billing_details.address.state\":{\"ret_value\":\"text\",\"caption\":\"billing_details address state\",\"sample_value\":null,\"path\":[\"billing_details\",\"address\",\"state\"]},\"_p_billing_details.email\":{\"ret_value\":\"text\",\"caption\":\"billing_details email\",\"sample_value\":null,\"path\":[\"billing_details\",\"email\"]},\"_p_billing_details.name\":{\"ret_value\":\"text\",\"caption\":\"billing_details name\",\"sample_value\":null,\"path\":[\"billing_details\",\"name\"]},\"_p_billing_details.phone\":{\"ret_value\":\"text\",\"caption\":\"billing_details phone\",\"sample_value\":null,\"path\":[\"billing_details\",\"phone\"]},\"_p_calculated_statement_descriptor\":{\"ret_value\":\"text\",\"caption\":\"calculated_statement_descriptor\",\"sample_value\":null},\"_p_captured\":{\"ret_value\":\"boolean\",\"caption\":\"captured\",\"sample_value\":true},\"_p_created\":{\"ret_value\":\"number\",\"caption\":\"created\",\"sample_value\":1450963081},\"_p_currency\":{\"ret_value\":\"text\",\"caption\":\"currency\",\"sample_value\":\"usd\"},\"_p_customer\":{\"ret_value\":\"text\",\"caption\":\"customer\",\"sample_value\":null},\"_p_description\":{\"ret_value\":\"text\",\"caption\":\"description\",\"sample_value\":null},\"_p_disputed\":{\"ret_value\":\"boolean\",\"caption\":\"disputed\",\"sample_value\":false},\"_p_failure_balance_transaction\":{\"ret_value\":\"text\",\"caption\":\"failure_balance_transaction\",\"sample_value\":null},\"_p_failure_code\":{\"ret_value\":\"text\",\"caption\":\"failure_code\",\"sample_value\":null},\"_p_failure_message\":{\"ret_value\":\"text\",\"caption\":\"failure_message\",\"sample_value\":null},\"_p_invoice\":{\"ret_value\":\"text\",\"caption\":\"invoice\",\"sample_value\":null},\"_p_livemode\":{\"ret_value\":\"boolean\",\"caption\":\"livemode\",\"sample_value\":false},\"_p_on_behalf_of\":{\"ret_value\":\"text\",\"caption\":\"on_behalf_of\",\"sample_value\":null},\"_p_outcome.network_status\":{\"ret_value\":\"text\",\"caption\":\"outcome network_status\",\"sample_value\":null,\"path\":[\"outcome\",\"network_status\"]},\"_p_outcome.reason\":{\"ret_value\":\"text\",\"caption\":\"outcome reason\",\"sample_value\":null,\"path\":[\"outcome\",\"reason\"]},\"_p_outcome.risk_level\":{\"ret_value\":\"text\",\"caption\":\"outcome risk_level\",\"sample_value\":\"not_assessed\",\"path\":[\"outcome\",\"risk_level\"]},\"_p_outcome.seller_message\":{\"ret_value\":\"text\",\"caption\":\"outcome seller_message\",\"sample_value\":\"Payment complete.\",\"path\":[\"outcome\",\"seller_message\"]},\"_p_outcome.type\":{\"ret_value\":\"text\",\"caption\":\"outcome type\",\"sample_value\":\"authorized\",\"path\":[\"outcome\",\"type\"]},\"_p_paid\":{\"ret_value\":\"boolean\",\"caption\":\"paid\",\"sample_value\":true},\"_p_payment_intent\":{\"ret_value\":\"text\",\"caption\":\"payment_intent\",\"sample_value\":null},\"_p_payment_method\":{\"ret_value\":\"text\",\"caption\":\"payment_method\",\"sample_value\":\"card_17LYyi2eZvKYlo2CwTO4WCnY\"},\"_p_payment_method_details.card.brand\":{\"ret_value\":\"text\",\"caption\":\"payment_method_details card brand\",\"sample_value\":\"visa\",\"path\":[\"payment_method_details\",\"card\",\"brand\"]},\"_p_payment_method_details.card.checks.address_line1_check\":{\"ret_value\":\"text\",\"caption\":\"payment_method_details card checks address_line1_check\",\"sample_value\":null,\"path\":[\"payment_method_details\",\"card\",\"checks\",\"address_line1_check\"]},\"_p_payment_method_details.card.checks.address_postal_code_check\":{\"ret_value\":\"text\",\"caption\":\"payment_method_details card checks address_postal_code_check\",\"sample_value\":null,\"path\":[\"payment_method_details\",\"card\",\"checks\",\"address_postal_code_check\"]},\"_p_payment_method_details.card.checks.cvc_check\":{\"ret_value\":\"text\",\"caption\":\"payment_method_details card checks cvc_check\",\"sample_value\":\"pass\",\"path\":[\"payment_method_details\",\"card\",\"checks\",\"cvc_check\"]},\"_p_payment_method_details.card.country\":{\"ret_value\":\"text\",\"caption\":\"payment_method_details card country\",\"sample_value\":\"US\",\"path\":[\"payment_method_details\",\"card\",\"country\"]},\"_p_payment_method_details.card.exp_month\":{\"ret_value\":\"number\",\"caption\":\"payment_method_details card exp_month\",\"sample_value\":1,\"path\":[\"payment_method_details\",\"card\",\"exp_month\"]},\"_p_payment_method_details.card.exp_year\":{\"ret_value\":\"number\",\"caption\":\"payment_method_details card exp_year\",\"sample_value\":2016,\"path\":[\"payment_method_details\",\"card\",\"exp_year\"]},\"_p_payment_method_details.card.fingerprint\":{\"ret_value\":\"text\",\"caption\":\"payment_method_details card fingerprint\",\"sample_value\":\"Xt5EWLLDS7FJjR1c\",\"path\":[\"payment_method_details\",\"card\",\"fingerprint\"]},\"_p_payment_method_details.card.funding\":{\"ret_value\":\"text\",\"caption\":\"payment_method_details card funding\",\"sample_value\":\"credit\",\"path\":[\"payment_method_details\",\"card\",\"funding\"]},\"_p_payment_method_details.card.installments\":{\"ret_value\":\"text\",\"caption\":\"payment_method_details card installments\",\"sample_value\":null,\"path\":[\"payment_method_details\",\"card\",\"installments\"]},\"_p_payment_method_details.card.last4\":{\"ret_value\":\"text\",\"caption\":\"payment_method_details card last4\",\"sample_value\":\"4242\",\"path\":[\"payment_method_details\",\"card\",\"last4\"]},\"_p_payment_method_details.card.mandate\":{\"ret_value\":\"text\",\"caption\":\"payment_method_details card mandate\",\"sample_value\":null,\"path\":[\"payment_method_details\",\"card\",\"mandate\"]},\"_p_payment_method_details.card.moto\":{\"ret_value\":\"text\",\"caption\":\"payment_method_details card moto\",\"sample_value\":null,\"path\":[\"payment_method_details\",\"card\",\"moto\"]},\"_p_payment_method_details.card.network\":{\"ret_value\":\"text\",\"caption\":\"payment_method_details card network\",\"sample_value\":\"visa\",\"path\":[\"payment_method_details\",\"card\",\"network\"]},\"_p_payment_method_details.card.three_d_secure\":{\"ret_value\":\"text\",\"caption\":\"payment_method_details card three_d_secure\",\"sample_value\":null,\"path\":[\"payment_method_details\",\"card\",\"three_d_secure\"]},\"_p_payment_method_details.card.wallet\":{\"ret_value\":\"text\",\"caption\":\"payment_method_details card wallet\",\"sample_value\":null,\"path\":[\"payment_method_details\",\"card\",\"wallet\"]},\"_p_payment_method_details.type\":{\"ret_value\":\"text\",\"caption\":\"payment_method_details type\",\"sample_value\":\"card\",\"path\":[\"payment_method_details\",\"type\"]},\"_p_receipt_email\":{\"ret_value\":\"text\",\"caption\":\"receipt_email\",\"sample_value\":\"schlossronit@gmail.com\"},\"_p_receipt_number\":{\"ret_value\":\"text\",\"caption\":\"receipt_number\",\"sample_value\":\"1326-5588\"},\"_p_receipt_url\":{\"ret_value\":\"text\",\"caption\":\"receipt_url\",\"sample_value\":\"https://pay.stripe.com/receipts/payment/CAcaFwoVYWNjdF8xMDMyRDgyZVp2S1lsbzJDKJzE5qEGMgZQ9Zg_LVE6LBaPad6ze7y10pIK40o-f99AeWry95Uvs7p5vbHIuXCSIjF_TaJHVHeRDSvV\"},\"_p_redaction\":{\"ret_value\":\"text\",\"caption\":\"redaction\",\"sample_value\":null},\"_p_refunded\":{\"ret_value\":\"boolean\",\"caption\":\"refunded\",\"sample_value\":false},\"_p_refunds.object\":{\"ret_value\":\"text\",\"caption\":\"refunds object\",\"sample_value\":\"list\",\"path\":[\"refunds\",\"object\"]},\"_p_refunds.has_more\":{\"ret_value\":\"boolean\",\"caption\":\"refunds has_more\",\"sample_value\":false,\"path\":[\"refunds\",\"has_more\"]},\"_p_refunds.url\":{\"ret_value\":\"text\",\"caption\":\"refunds url\",\"sample_value\":\"/v1/charges/ch_17LYyj2eZvKYlo2CqM4MqfRU/refunds\",\"path\":[\"refunds\",\"url\"]},\"_p_review\":{\"ret_value\":\"text\",\"caption\":\"review\",\"sample_value\":null},\"_p_shipping\":{\"ret_value\":\"text\",\"caption\":\"shipping\",\"sample_value\":null},\"_p_source_transfer\":{\"ret_value\":\"text\",\"caption\":\"source_transfer\",\"sample_value\":null},\"_p_statement_descriptor\":{\"ret_value\":\"text\",\"caption\":\"statement_descriptor\",\"sample_value\":null},\"_p_statement_descriptor_suffix\":{\"ret_value\":\"text\",\"caption\":\"statement_descriptor_suffix\",\"sample_value\":null},\"_p_status\":{\"ret_value\":\"text\",\"caption\":\"status\",\"sample_value\":\"succeeded\"},\"_p_transfer_data\":{\"ret_value\":\"text\",\"caption\":\"transfer_data\",\"sample_value\":null},\"_p_transfer_group\":{\"ret_value\":\"text\",\"caption\":\"transfer_group\",\"sample_value\":null}}}}","ret_value":"api.1491714407143x279212378954661900.plugin_api.BYc","should_reinitialize":false,"url_params":{"BYa":{"key":"Payment Intent ID","value":"","private":true}}},"BYx":{"0":"B","1":"Y","2":"w","name":"Retrieve a VerificationSession","method":"get","publish_as":"data","url":"https://api.stripe.com/v1/identity/verification_sessions/[VerificationSession ID]","initialized":true,"types":"{\"plugin_api.BYx\":{\"caption\":\"Retrieve a VerificationSession\",\"fields\":{\"_p_id\":{\"ret_value\":\"text\",\"caption\":\"id\",\"sample_value\":\"vs_1Ns75ODRc4puWQSIbmZjGyeA\"},\"_p_object\":{\"ret_value\":\"text\",\"caption\":\"object\",\"sample_value\":\"identity.verification_session\"},\"_p_client_secret\":{\"ret_value\":\"text\",\"caption\":\"client_secret\",\"sample_value\":null},\"_p_created\":{\"ret_value\":\"number\",\"caption\":\"created\",\"sample_value\":1695142062},\"_p_last_error\":{\"ret_value\":\"text\",\"caption\":\"last_error\",\"sample_value\":null},\"_p_last_verification_report\":{\"ret_value\":\"text\",\"caption\":\"last_verification_report\",\"sample_value\":\"vr_OfRzlXylTxZRlF2V38X9mNC3\"},\"_p_livemode\":{\"ret_value\":\"boolean\",\"caption\":\"livemode\",\"sample_value\":false},\"_p_options.document.require_matching_selfie\":{\"ret_value\":\"boolean\",\"caption\":\"options document require_matching_selfie\",\"sample_value\":true,\"path\":[\"options\",\"document\",\"require_matching_selfie\"]},\"_p_redaction\":{\"ret_value\":\"text\",\"caption\":\"redaction\",\"sample_value\":null},\"_p_status\":{\"ret_value\":\"text\",\"caption\":\"status\",\"sample_value\":\"verified\"},\"_p_type\":{\"ret_value\":\"text\",\"caption\":\"type\",\"sample_value\":\"document\"},\"_p_url\":{\"ret_value\":\"text\",\"caption\":\"url\",\"sample_value\":null}}}}","ret_value":"api.1491714407143x279212378954661900.plugin_api.BYx","should_reinitialize":false,"url_params":{"BYy":{"key":"VerificationSession ID","value":"","private":true}}},"BZA":{"0":"B","1":"Y","2":"z","name":"Retrieve a VerificationSession","method":"get","publish_as":"action","url":"https://api.stripe.com/v1/identity/verification_sessions/[VerificationSession ID]","initialized":true,"types":"{\"plugin_api.BZA\":{\"caption\":\"Retrieve a VerificationSession\",\"fields\":{\"_p_id\":{\"ret_value\":\"text\",\"caption\":\"id\",\"sample_value\":\"vs_1Ns75ODRc4puWQSIbmZjGyeA\"},\"_p_object\":{\"ret_value\":\"text\",\"caption\":\"object\",\"sample_value\":\"identity.verification_session\"},\"_p_client_secret\":{\"ret_value\":\"text\",\"caption\":\"client_secret\",\"sample_value\":null},\"_p_created\":{\"ret_value\":\"number\",\"caption\":\"created\",\"sample_value\":1695142062},\"_p_last_error\":{\"ret_value\":\"text\",\"caption\":\"last_error\",\"sample_value\":null},\"_p_last_verification_report\":{\"ret_value\":\"text\",\"caption\":\"last_verification_report\",\"sample_value\":\"vr_OfRzlXylTxZRlF2V38X9mNC3\"},\"_p_livemode\":{\"ret_value\":\"boolean\",\"caption\":\"livemode\",\"sample_value\":false},\"_p_options.document.require_matching_selfie\":{\"ret_value\":\"boolean\",\"caption\":\"options document require_matching_selfie\",\"sample_value\":true,\"path\":[\"options\",\"document\",\"require_matching_selfie\"]},\"_p_redaction\":{\"ret_value\":\"text\",\"caption\":\"redaction\",\"sample_value\":null},\"_p_status\":{\"ret_value\":\"text\",\"caption\":\"status\",\"sample_value\":\"verified\"},\"_p_type\":{\"ret_value\":\"text\",\"caption\":\"type\",\"sample_value\":\"document\"},\"_p_url\":{\"ret_value\":\"text\",\"caption\":\"url\",\"sample_value\":null}}}}","ret_value":"api.1491714407143x279212378954661900.plugin_api.BZA","should_reinitialize":false,"url_params":{"BYy":{"key":"VerificationSession ID","value":"","private":true}}}}},"shared_keys":{"AFy":{"caption":"Stripe Publishable Key","type":"client_safe"},"BQI":{"caption":"Stripe Secret Key","type":"secure"}},"plugin_elements":{"AEx":{"display":"Stripe Token","property_applications":{"resizable":false},"add_is_visible":true,"support_autobinding":false,"states":{"AFc":{"caption":"Card Token","name":"card_token","value":"text","initialization_code":{"fn":"function(properties,context){return\"No token generated yet.\"}"}},"AFg":{"caption":"Bank Account Token","name":"bank_account_token","value":"text","initialization_code":{"fn":"function(properties,context){return\"No token generated yet.\"}"}},"AFh":{"caption":"ID Number Token","name":"piidata_token","value":"text","initialization_code":{"fn":"function(properties,context){return\"No token generated yet.\"}"}},"AFi":{"caption":"Error Type","name":"stripe_response_errtype","value":"text","initialization_code":{"fn":"function(properties,context){return\"No error yet.\"}"}},"AFj":{"caption":"Error Message","name":"stripe_response_errmsg","value":"text","initialization_code":{"fn":"function(properties,context){return\"No error yet.\"}"}},"AsE":{"caption":"Error Code","name":"stripe_response_errcode","value":"text","initialization_code":{"fn":"function(properties,context){}"}},"AsF":{"caption":"Status","name":"stripe_response_status","value":"text","initialization_code":{"fn":"function(properties,context){}"}}},"events":{"AFF":{"caption":"for a card has been created","name":"card_token_created"},"AFG":{"caption":"for a bank account has been created","name":"bank_account_token_created"},"AFH":{"caption":"for an ID number has been created","name":"piidata_token_created"},"BOr":{"caption":"couldn't be created","name":"token_error"}},"actions":{"AFI":{"caption":"Convert card into","code":{"fn":"function(instance,properties,context){var cardDetails={number:properties.card_number,cvc:properties.card_cvc,exp_month:properties.card_exp_month,exp_year:properties.card_exp_year};properties.cardholder_name&&(cardDetails.name=properties.cardholder_name),properties.address_line1&&(cardDetails.address_line1=properties.address_line1),properties.address_line2&&(cardDetails.address_line2=properties.address_line2),properties.address_city&&(cardDetails.address_city=properties.address_city),properties.address_state&&(cardDetails.address_state=properties.address_state),properties.address_zip&&(cardDetails.address_zip=properties.address_zip),properties.address_country&&(cardDetails.address_country=properties.address_country),properties.currency&&(cardDetails.currency=properties.currency),instance.data.pk&&properties.card_number&&(Stripe.setPublishableKey(instance.data.pk),Stripe.card.createToken(cardDetails,(function(status,response){instance.data.tokenResponseHandler(\"card_token\",status,response)})))}"},"fields":{"AFL":{"caption":"Card Number ","name":"card_number","editor":"DynamicValue","value":"text","rank":0},"AFM":{"caption":"Card Expiry Month","name":"card_exp_month","editor":"DynamicValue","value":"text","rank":1},"AFN":{"caption":"Card Expiry Year","name":"card_exp_year","editor":"DynamicValue","value":"text","rank":2},"AFO":{"caption":"Card CVC","name":"card_cvc","editor":"DynamicValue","value":"text","rank":3},"AFP":{"caption":"Card Holder Name","name":"cardholder_name","editor":"DynamicValue","value":"text","optional":true,"rank":4},"AFQ":{"caption":"Address Line 1","name":"address_line1","editor":"DynamicValue","value":"text","optional":true,"rank":5},"AFR":{"caption":"Address Line 2","name":"address_line2","editor":"DynamicValue","value":"text","optional":true,"rank":6},"AFS":{"caption":"Address City","name":"address_city","editor":"DynamicValue","value":"text","optional":true,"rank":7},"AFT":{"caption":"Address State/Province","name":"address_state","editor":"DynamicValue","value":"text","optional":true,"rank":8},"AFU":{"caption":"Address Zip/Postal Code","name":"address_zip","editor":"DynamicValue","value":"text","optional":true,"rank":9},"Abn":{"caption":"Currency Code","name":"currency","editor":"DynamicValue","rank":11,"value":"text","optional":true},"Aod":{"caption":"Address Country Code","name":"address_country","editor":"DynamicValue","rank":10,"value":"text","optional":true}}},"AFK":{"caption":"Convert ID number to","code":{"fn":"function(instance,properties,context){var piiDataDetails={personal_id_number:properties.personal_id_number};instance.data.pk&&properties.personal_id_number&&(Stripe.setPublishableKey(instance.data.pk),Stripe.piiData.createToken(piiDataDetails,(function(status,response){instance.data.tokenResponseHandler(\"piidata_token\",status,response)})))}"},"fields":{"AFb":{"caption":"ID/SSN/SIN Number","name":"personal_id_number","editor":"DynamicValue","value":"text","rank":0}}},"BDt":{"caption":"Convert bank account to","code":{"fn":"function(instance,properties,context){var bankAccountDetails={country:properties.country_code,currency:properties.currency.toLowerCase(),account_number:properties.account_number};properties.routing_number&&(bankAccountDetails.routing_number=properties.routing_number),properties.account_holder_name&&(bankAccountDetails.account_holder_name=properties.account_holder_name),properties.account_holder_type&&(bankAccountDetails.account_holder_type=properties.account_holder_type.toLowerCase()),instance.data.pk&&properties.country_code&&(Stripe.setPublishableKey(instance.data.pk),Stripe.bankAccount.createToken(bankAccountDetails,(function(status,response){instance.data.tokenResponseHandler(\"bank_account_token\",status,response)})))}"},"fields":{"BDu":{"caption":"Routing Number","name":"routing_number","rank":1,"editor":"DynamicValue","value":"text","optional":true},"BDv":{"caption":"Account Number","name":"account_number","rank":2,"editor":"DynamicValue","value":"text","optional":false},"BDw":{"caption":"Country Code","name":"country_code","rank":3,"editor":"DynamicValue","value":"text","default_val":"US"},"BDx":{"caption":"Currency Code","name":"currency","rank":4,"editor":"DynamicValue","value":"text","default_val":"USD"},"BDy":{"caption":"Account Holder Name","name":"account_holder_name","rank":7,"editor":"DynamicValue","value":"text","optional":false},"BDz":{"caption":"Account Holder Type","name":"account_holder_type","rank":6,"editor":"Dropdown","value":"text","default_val":"individual"},"BGV":{"caption":"Bank Account ━━━━━━━━━━━━━━━━━┓","name":"Bank Account ━━━━━━━━━━━━━━━━━━━┓","rank":0,"editor":"Label"},"BGW":{"caption":"Account Holder ━━━━━━━━━━━━━━━━┓","name":"Account Holder ━━━━━━━━━━━━━━━━━━┓","rank":5,"editor":"Label"}}}},"code":{"initialize":{"fn":"function(instance,context){function initializeStripe(){instance.data.pk=context.keys[\"Stripe Publishable Key\"],instance.data.tokenResponseHandler=function(type,status,response){response.error?(instance.publishState(\"stripe_response_errtype\",response.error.type),instance.publishState(\"stripe_response_errmsg\",response.error.message),instance.publishState(\"stripe_response_errcode\",response.error.code.toString()),instance.publishState(\"stripe_response_status\",status),instance.triggerEvent(\"token_error\")):(instance.publishState(type,response.id),instance.triggerEvent(type+\"_created\"))}}$(document).ready(initializeStripe())}"},"update":{"fn":""},"preview":{"fn":"function(instance, properties) {\n    \n    let previewDiv = $(`<div id=\"cpcontainer\" style=\"display: flex; flex-direction: column; justify-content: center; align-content: center; overflow: hidden; scrollbar-width: none; -ms-overflow-style: none; border-radius: 4px; \"> <div id=\"pluginpreview\" style=\"display: flex;flex-direction: row;justify-content: space-between;align-items: center;background-color: #005566; padding-left: 20px; padding-right: 20px; height:${properties.bubble.height}px;\"> <img style=\"height: 14px;\" src=\"https://s3.amazonaws.com/appforest_uf/f1587944742017x381455892055258200/stripe.js2-logo.svg\"/> <img style=\"height: 16px;\" src=\"https://s3.amazonaws.com/appforest_uf/f1587944966841x671474842369921900/stripe.js2-element.svg\"/> </div> </div>`)\n    instance.canvas.append(previewDiv) \n}"}},"platform_type":"web"},"Axv":{"display":"Stripe Source","property_applications":{"resizable":false},"add_is_visible":true,"support_autobinding":false,"states":{"AFc":{"caption":"Source","name":"source","value":"text","initialization_code":{"fn":"function(properties,context){return\"No token generated yet.\"}"}},"AFi":{"caption":"Error Type","name":"stripe_response_errtype","value":"text","initialization_code":{"fn":"function(properties,context){return\"No error yet.\"}"}},"AFj":{"caption":"Error Message","name":"stripe_response_errmsg","value":"text","initialization_code":{"fn":"function(properties,context){return\"No error yet.\"}"}},"AsE":{"caption":"Error Code","name":"stripe_response_errcode","value":"text","initialization_code":{"fn":"function(properties,context){}"}},"AsF":{"caption":"Status","name":"stripe_response_status","value":"text","initialization_code":{"fn":"function(properties,context){}"}},"Axy":{"caption":"Redirect URL (for iDEAL, SOFORT, Giropay, Bancontact)","name":"payment_url","value":"text","initialization_code":{"fn":"function(properties,context){}"}}},"events":{"AFE":{"caption":"couldn't be created","name":"error"},"AFF":{"caption":"has been created","name":"source_created"},"BMU":{"caption":"redirect has been created","name":"redirect_created"}},"actions":{"AFJ":{"caption":"Start an iDEAL payment","code":{"fn":"function(instance,properties,context){let stripe;Stripe(instance.data.pk).createSource({type:\"ideal\",amount:100*properties.amount,currency:\"eur\",redirect:{return_url:properties.return_url}}).then((function(result){instance.data.tokenResponseHandler(\"redirect\",status,result)}))}"},"fields":{"Axw":{"caption":"Amount","name":"amount","rank":0,"editor":"DynamicValue","value":"number"},"Axx":{"caption":"Return URL","name":"return_url","rank":1,"editor":"DynamicValue","value":"text","default_val":"https://withcopilot.com"}}},"BLp":{"caption":"Start a Giropay payment","code":{"fn":"function(instance,properties,context){let stripe;Stripe(instance.data.pk).createSource({type:\"giropay\",amount:100*properties.amount,currency:\"eur\",redirect:{return_url:properties.return_url}}).then((function(result){instance.data.tokenResponseHandler(\"redirect\",status,result)}))}"},"fields":{"BLq":{"caption":"Amount","name":"amount","rank":0,"editor":"DynamicValue","value":"number"},"BLr":{"caption":"Return URL","name":"return_url","rank":1,"editor":"DynamicValue","value":"text"}}},"BLs":{"caption":"Start a SOFORT payment","code":{"fn":"function(instance,properties,context){let stripe;Stripe(instance.data.pk).createSource({type:\"sofort\",amount:100*properties.amount,currency:\"eur\",sofort:{country:properties.country.toUpperCase()},redirect:{return_url:properties.return_url}}).then((function(result){instance.data.tokenResponseHandler(\"redirect\",status,result)}))}"},"fields":{"BLt":{"caption":"Amount","name":"amount","rank":0,"editor":"DynamicValue","value":"text"},"BLu":{"caption":"Return URL","name":"return_url","rank":1,"editor":"DynamicValue","value":"text"},"BLv":{"caption":"Country Code","name":"country","rank":2,"editor":"DynamicValue","value":"text"}}},"BMP":{"caption":"Start a Bancontact payment","code":{"fn":"function(instance,properties,context){let stripe;Stripe(instance.data.pk).createSource({type:\"bancontact\",amount:100*properties.amount,currency:\"eur\",owner:{name:properties.owner_name},redirect:{return_url:properties.return_url}}).then((function(result){instance.data.tokenResponseHandler(\"redirect\",status,result)}))}"},"fields":{"BMQ":{"caption":"Amount","name":"amount","rank":0,"editor":"DynamicValue","value":"text"},"BMR":{"caption":"Return URL","name":"return_url","rank":2,"editor":"DynamicValue","value":"text"},"BMV":{"caption":"Full Name","name":"owner_name","rank":1,"editor":"DynamicValue","value":"text"}}}},"code":{"initialize":{"fn":"function(instance,context){function initializeStripe(){instance.data.pk=context.keys[\"Stripe Publishable Key\"],instance.data.tokenResponseHandler=function(type,status,response){if(response.error)instance.publishState(\"stripe_response_errtype\",response.error.type),instance.publishState(\"stripe_response_errmsg\",response.error.message),instance.publishState(\"stripe_response_errcode\",response.error.code),instance.publishState(\"stripe_response_status\",status),instance.triggerEvent(\"error\");else switch(type){case\"source\":instance.publishState(\"source\",response.id),instance.triggerEvent(\"source_created\");case\"redirect\":instance.publishState(\"payment_url\",response.source.redirect.url),instance.triggerEvent(\"redirect_created\")}}}$(document).ready(initializeStripe())}"},"update":{"fn":""},"preview":{"fn":"function(instance, properties) {\n    \n    let previewDiv = $(`<div id=\"cpcontainer\" style=\"display: flex; flex-direction: column; justify-content: center; align-content: center; overflow: hidden; scrollbar-width: none; -ms-overflow-style: none; border-radius: 4px; \"> <div id=\"pluginpreview\" style=\"display: flex;flex-direction: row;justify-content: space-between;align-items: center;background-color: #005566; padding-left: 20px; padding-right: 20px; height:${properties.bubble.height}px;\"> <img style=\"height: 14px;\" src=\"https://s3.amazonaws.com/appforest_uf/f1587944742017x381455892055258200/stripe.js2-logo.svg\"/> <img style=\"height: 16px;\" src=\"https://s3.amazonaws.com/appforest_uf/f1587944966841x671474842369921900/stripe.js2-element.svg\"/> </div> </div>`)\n    instance.canvas.append(previewDiv) \n}"}},"platform_type":"web"},"AyL":{"display":"Stripe Element","property_applications":{"MinWidth":true,"resizable":true,"Font":true},"add_is_visible":true,"fields":{"BKx":{"caption":"Icon Color","name":"icon_color","rank":7,"editor":"DynamicValue","value":"text","default_val":"#00242b","optional":true},"BMW":{"caption":"Background Color","name":"bg_color","rank":6,"editor":"DynamicValue","value":"text","default_val":"#FFFFFF","optional":true},"BMX":{"caption":"Font size, color and alignment can be set below.","name":"info1","rank":10,"editor":"Label"},"BMY":{"caption":"Font Family","name":"font_family","rank":9,"editor":"DynamicValue","value":"text","optional":true},"BMe":{"caption":"𝗦𝗧𝗬𝗟𝗜𝗡𝗚","name":"𝗦𝗧𝗬𝗟𝗜𝗡𝗚","rank":4,"editor":"Label"},"BMf":{"caption":"Stripe has limited options for styling this element. To better integrate into your application UI, wrap this element in a group and style the group instead.","name":"info2","rank":5,"editor":"Label"},"BMg":{"caption":"Ask Postal Code?","name":"showpostalcode","rank":1,"editor":"DynamicValue","value":"boolean","default_val":true,"optional":false},"BMh":{"caption":"𝗙𝗢𝗥𝗠","name":"𝗙𝗢𝗥𝗠","rank":0,"editor":"Label"},"BPO":{"caption":"Disabled?","name":"disabled","rank":3,"editor":"DynamicValue","value":"boolean","default_val":false},"BPq":{"caption":"Pre-fill Postal Code","name":"prefill_postal_code","rank":2,"editor":"DynamicValue","value":"text","optional":true},"BQR":{"caption":"𝗦𝗧𝗥𝗜𝗣𝗘 𝗖𝗢𝗡𝗡𝗘𝗖𝗧   ══════════════════════","name":"𝗦𝗧𝗥𝗜𝗣𝗘 𝗖𝗢𝗡𝗡𝗘𝗖𝗧   ══════════════════════","rank":11,"editor":"Label"},"BQS":{"caption":"Seller/Account ID","name":"accountId","rank":12,"editor":"DynamicValue","value":"text","optional":true},"BRM":{"caption":"Font Color","name":"fontColor","rank":8,"editor":"DynamicValue","value":"text","optional":true}},"states":{"AyO":{"caption":"Card Token","name":"token","value":"text","initialization_code":{"fn":"function(properties,context){return\"\"}"}},"BHQ":{"caption":"PaymentMethod ID","name":"paymentMethod","value":"text","initialization_code":{"fn":"function(properties,context){return\"\"}"}},"BIC":{"caption":"PaymentIntent ID","name":"paymentIntent","value":"text","initialization_code":{"fn":"function(properties,context){return\"\"}"}},"BKJ":{"caption":"Error Message","name":"error","value":"text","initialization_code":{"fn":"function(properties,context){return\"\"}"}},"BKK":{"caption":"Error Object (stringified)","name":"errorObj","value":"text","initialization_code":{"fn":"function(properties,context){return\"\"}"}},"BPK":{"caption":"Next Action URL","name":"next_action_url","value":"text","initialization_code":{"fn":"function(properties,context){return\"\"}"}},"BSh":{"caption":"complete","name":"complete","value":"boolean","initialization_code":{"fn":"function(properties,context){}"}}},"events":{"AyR":{"caption":"payment was successful","name":"paymentSuccess"},"BHN":{"caption":"payment was unsuccessful","name":"paymentError"},"BKL":{"caption":"token was created","name":"tokenSuccess"},"BKM":{"caption":"token couldn't be created","name":"tokenError"},"BKN":{"caption":"PaymentMethod was created","name":"pmSuccess"},"BKO":{"caption":"PaymentMethod couldn't be created","name":"pmError"},"BPH":{"caption":"is ready","name":"ready"},"BPI":{"caption":"emits an input validation error","name":"error"},"BUO":{"caption":"is focused","name":"focus"},"BYu":{"caption":"Verification was successful","name":"vSuccess"},"BYv":{"caption":"Verification was unsuccessful","name":"vError"}},"actions":{"AyN":{"caption":"Tokenize card with","code":{"fn":"function(instance,properties,context){instance.data.stripe.createToken(instance.data.card).then((function(result){result.error?(properties.expose_console_logs&&console.log(result),instance.publishState(\"error\",result.error.message),instance.publishState(\"errorObj\",JSON.stringify(result)),instance.triggerEvent(\"tokenError\")):(properties.expose_console_logs&&console.log(result),instance.publishState(\"token\",result.token.id),instance.triggerEvent(\"tokenSuccess\"))}))}"},"fields":{"BIE":{"caption":"Expose console logs","name":"expose_console_logs","rank":0,"editor":"DynamicValue","value":"boolean","default_val":false,"optional":true}}},"BHK":{"caption":"Start payment with","code":{"fn":"function(instance,properties,context){let options={};properties.handleactions||(instance.data.checkAddSet(options,\"handleActions\",!1),properties.return_url&&instance.data.checkAddSet(options,\"return_url\",properties.return_url));let paymentOptions={};properties.generatePm?paymentOptions={payment_method:{card:instance.data.card}}:properties.payment_method&&(paymentOptions={payment_method:properties.payment_method}),instance.data.stripe.confirmCardPayment(properties.clientSecret,paymentOptions,options).then((function(result){result.error?(properties.expose_console_logs&&console.log(result),instance.publishState(\"error\",result.error.message),instance.publishState(\"errorObj\",JSON.stringify(result)),instance.triggerEvent(\"paymentError\")):(properties.expose_console_logs&&console.log(result),instance.publishState(\"paymentIntent\",result.paymentIntent.id),instance.publishState(\"paymentMethod\",result.paymentIntent.payment_method),result.paymentIntent.next_action&&instance.publishState(\"next_action_url\",result.paymentIntent.next_action.redirect_to_url),instance.triggerEvent(\"paymentSuccess\"))}))}"},"fields":{"BHL":{"caption":"Client Secret","name":"clientSecret","rank":0,"editor":"DynamicValue","optional":true,"value":"text"},"BIF":{"caption":"Expose console logs","name":"expose_console_logs","rank":5,"editor":"DynamicValue","value":"boolean","default_val":false,"optional":true},"BKR":{"caption":"Clear after success","name":"clear_after_success","rank":6,"editor":"DynamicValue","value":"boolean","default_val":false,"optional":true},"BPJ":{"caption":"Handle Actions?","name":"handleactions","rank":3,"editor":"DynamicValue","value":"boolean","default_val":true},"BPp":{"caption":"Return URL","name":"return_url","rank":4,"editor":"DynamicValue","optional":true,"value":"text"},"BRJ":{"caption":"PaymentMethod ID","name":"payment_method","rank":2,"editor":"DynamicValue","value":"text","optional":true},"BRK":{"caption":"Generate PaymentMethod?","name":"generatePm","rank":1,"editor":"DynamicValue","value":"boolean","default_val":true}}},"BID":{"caption":"Clear","code":{"fn":"function(instance,properties,context){instance.data.card.clear()}"}},"BJu":{"caption":"Create payment method with","code":{"fn":"function(instance,properties,context){var address={},data={};properties.lineone&&instance.data.checkAddSet(address,\"line1\",properties.lineone),properties.linetwo&&instance.data.checkAddSet(address,\"line2\",properties.linetwo),properties.city&&instance.data.checkAddSet(address,\"city\",properties.city),properties.state&&instance.data.checkAddSet(address,\"state\",properties.state),properties.postal&&instance.data.checkAddSet(address,\"postal_code\",properties.postal),properties.country&&instance.data.checkAddSet(address,\"country\",properties.country),instance.data.checkAddSet(data,\"billing_details\",{}),properties.phone&&(data.billing_details.phone=properties.phone),properties.email&&(data.billing_details.email=properties.email),properties.name&&(data.billing_details.name=properties.name),instance.data.checkAddSet(data.billing_details,\"address\",address),instance.data.stripe.createPaymentMethod(\"card\",instance.data.card,data).then((function(result){result.error?(properties.expose_console_logs&&console.log(result),instance.publishState(\"error\",result.error.message),instance.publishState(\"errorObj\",JSON.stringify(result)),instance.triggerEvent(\"pmError\")):(properties.expose_console_logs&&console.log(result),instance.publishState(\"paymentMethod\",result.paymentMethod.id),instance.triggerEvent(\"pmSuccess\"),properties.clear_after_success&&instance.data.card.clear())}))}"},"fields":{"BJw":{"caption":"𝗖𝗔𝗥𝗗𝗛𝗢𝗟𝗗𝗘𝗥","name":"holder","rank":2,"editor":"Label"},"BJx":{"caption":"Note: empty fields will not be sent","name":"ifempty","rank":0,"editor":"Label"},"BJy":{"caption":"Name","name":"name","rank":3,"editor":"DynamicValue","value":"text","optional":true},"BJz":{"caption":"Email","name":"email","rank":4,"editor":"DynamicValue","value":"text","optional":true},"BKA":{"caption":"Phone","name":"phone","rank":5,"editor":"DynamicValue","value":"text","optional":true},"BKB":{"caption":"𝗔𝗗𝗗𝗥𝗘𝗦𝗦","name":"address","rank":6,"editor":"Label"},"BKC":{"caption":"Line 1","name":"lineone","rank":7,"editor":"DynamicValue","value":"text","optional":true},"BKD":{"caption":"Line 2","name":"linetwo","rank":8,"editor":"DynamicValue","value":"text","optional":true},"BKE":{"caption":"City","name":"city","rank":9,"editor":"DynamicValue","value":"text","optional":true},"BKF":{"caption":"State","name":"state","rank":10,"editor":"DynamicValue","value":"text","optional":true},"BKG":{"caption":"Country","name":"country","rank":11,"editor":"DynamicValue","value":"text","optional":true},"BKH":{"caption":"Postal/Zip Code","name":"postal","rank":12,"editor":"DynamicValue","value":"text","optional":true},"BKI":{"caption":"Expose console logs","name":"expose_console_logs","rank":1,"editor":"DynamicValue","value":"boolean","default_val":false,"optional":true}}},"BMS":{"caption":"Destroy","code":{"fn":"function(instance,properties,context){instance.data.card.destroy(),instance.data.card=null}"},"fields":{"BMT":{"caption":"The Stripe Element will be destroyed. Another Stripe Element instance can be created by running the 'Mount' element action.","name":"info","rank":0,"editor":"Label"}}},"BMZ":{"caption":"Blur","code":{"fn":"function(instance,properties,context){instance.data.card.blur()}"},"fields":{"BUP":{"caption":"The Stripe Element will be blurred.","name":"info","rank":0,"editor":"Label"}}},"BUK":{"caption":"Mount","code":{"fn":"function(instance,properties,context){instance.data.generateStripe()}"},"fields":{"BUL":{"caption":"A Stripe Element will be created and mounted. To avoid conflicts, confirm the present Stripe Element is destroyed by running the 'Destroy' element action before mounting a new Stripe Element.","name":"info","rank":0,"editor":"Label"}}},"BUM":{"caption":"Focus","code":{"fn":"function(instance,properties,context){instance.data.card.focus()}"},"fields":{"BUN":{"caption":"The Stripe Element will be focused for user input.","name":"info","rank":0,"editor":"Label"}}},"BYS":{"caption":"Handle Card Action","code":{"fn":"function(instance,properties,context){instance.data.runCardAction(properties.client_secret)}"},"fields":{"BYT":{"caption":"Client Secret","name":"client_secret","rank":0,"editor":"DynamicValue","value":"text"}}},"BYs":{"caption":"Start verification with","code":{"fn":"function(instance,properties,context){instance.data.stripe.verifyIdentity(properties.client_secret).then((function(result){result.error?(properties.expose_console_logs&&console.log(result),instance.publishState(\"error\",result.error.message),instance.publishState(\"errorObj\",JSON.stringify(result)),instance.triggerEvent(\"vError\")):(properties.expose_console_logs&&console.log(result),instance.triggerEvent(\"vSuccess\"))}))}"},"fields":{"BYt":{"caption":"Client Secret","name":"client_secret","rank":0,"editor":"DynamicValue","value":"text"}}}},"code":{"initialize":{"fn":"function(instance,context){instance.data.generateUniqueId=function(idlength){instance.data.charstoformid=\"_0123456789ABCDEFGHIJKLMNOPQRSTUVWXTZabcdefghiklmnopqrstuvwxyz\".split(\"\"),idlength||(idlength=Math.floor(Math.random()*instance.data.charstoformid.length)),instance.data.uniqid=\"\";for(var i=0;i<idlength;i++)instance.data.uniqid+=instance.data.charstoformid[Math.floor(Math.random()*instance.data.charstoformid.length)];return 0==$(\"#payment-form-\"+instance.data.uniqid).length?instance.data.uniqid:instance.data.generateUniqueId(5)},instance.data.generateStripe=function(){let gen=setTimeout(instance.data.initializeStripe,500)},instance.data.initializeStripe=function(){instance.data.stripe||(instance.data.accountId?instance.data.stripe=Stripe(context.keys[\"Stripe Publishable Key\"],{stripeAccount:instance.data.accountId}):instance.data.stripe=Stripe(context.keys[\"Stripe Publishable Key\"]),instance.data.elements=instance.data.stripe.elements()),$(\"#payment-form-\"+instance.data.stripeUniqueId).length>0&&instance.data.stripeUniqueId?(instance.data.card&&(instance.data.card.destroy(),instance.data.card=null),$(\"#card-element-\"+instance.data.stripeUniqueId).remove(),$(\"#payment-form-\"+instance.data.stripeUniqueId).remove(),instance.data.stripeUniqueId=instance.data.generateUniqueId(5)):instance.data.stripeUniqueId=instance.data.generateUniqueId(5),console.log(\"Stripe payment form will now go and be created\"),instance.data.goStripe()},instance.data.goStripe=function(){function createAndMount(){instance.data.card=instance.data.elements.create(\"card\",instance.data.elementOptions),instance.data.card.mount(`#card-element-${instance.data.stripeUniqueId}`),instance.data.card.on(\"ready\",(function(event){instance.triggerEvent(\"ready\")})),instance.data.card.on(\"focus\",(function(event){instance.triggerEvent(\"focus\")})),instance.data.card.on(\"change\",(function(event){event.error?(instance.publishState(\"error\",event.error.message),instance.triggerEvent(\"error\")):(instance.publishState(\"error\",\"\"),instance.publishState(\"errorObj\",\"\")),!0===event.complete?instance.publishState(\"complete\",!0):instance.publishState(\"complete\",!1)}))}instance.data.div=$(`<form action=\"/charge\" method=\"post\" id=\"payment-form-${instance.data.stripeUniqueId}\"><div class=\"form-row\"> <div id=\"card-element-${instance.data.stripeUniqueId}\"></div></div></form>`),instance.canvas.append(instance.data.div),instance.data.style={base:{fontSize:instance.data.configObj.fontSize,color:instance.data.configObj.fontColor,iconColor:instance.data.configObj.iconColor,backgroundColor:instance.data.configObj.backgroundColor,fontFamily:instance.data.configObj.fontFamily}},instance.data.elementOptions={style:instance.data.style,hidePostalCode:instance.data.configObj.hidePostalCode,value:{postalCode:instance.data.configObj.prefillPostalCode},disabled:instance.data.configObj.disabled};let checkElement=setInterval((function(){instance.data.card||(createAndMount(),clearInterval(checkElement))}),100)},instance.data.runCardAction=function(cs){instance.data.stripe.handleCardAction(cs).then((function(result){result.error?instance.triggerEvent(\"paymentError\"):(instance.publishState(\"paymentIntent\",result.paymentIntent.id),instance.triggerEvent(\"paymentSuccess\"))}))},$(document).ready((function(){})),instance.data.checkAddSet=function(object,key,value){object.hasOwnProperty(key)||(object[key]=value)}}","add_debugger":false},"update":{"fn":"function(instance,properties,context){instance.data.configObj={fontSize:properties.bubble.font_size()+\"px\",fontColor:properties.fontColor,iconColor:null,backgroundColor:null,fontFamily:null,hidePostalCode:!properties.showpostalcode,prefillPostalCode:properties.prefill_postal_code,disabled:properties.disabled},\"\"!==properties.icon_color&&(instance.data.configObj.iconColor=properties.icon_color),\"\"!==properties.backgroundColor&&(instance.data.configObj.backgroundColor=properties.bg_color),\"\"!==properties.fontFamily&&(instance.data.configObj.fontFamily=properties.font_family),properties.accountId&&(instance.data.accountId=properties.accountId),properties.bubble.is_visible()?instance.data.generateStripe():!properties.bubble.is_visible()&&instance.data.card&&(instance.data.card.destroy(),instance.data.card=null)}"},"reset":{"fn":"function(instance,context){}"},"preview":{"fn":"function(instance, properties) {\n    \n    let previewDiv = $(`<div id=\"cpcontainer\" style=\"display: flex; flex-direction: column; justify-content: center; align-content: center; overflow: hidden; scrollbar-width: none; -ms-overflow-style: none; border-radius: 4px; \"> <div id=\"pluginpreview\" style=\"display: flex;flex-direction: row;justify-content: space-between;align-items: center;background-color: #005566; padding-left: 20px; padding-right: 20px; height:${properties.bubble.height()}px;\"> <img style=\"height: 14px;\" src=\"https://s3.amazonaws.com/appforest_uf/f1587944742017x381455892055258200/stripe.js2-logo.svg\"/> <img style=\"height: 16px;\" src=\"https://s3.amazonaws.com/appforest_uf/f1587944966841x671474842369921900/stripe.js2-element.svg\"/> </div> </div>`)\n    instance.canvas.append(previewDiv) \n}"}},"platform_type":"web"},"BQY":{"display":"Stripe Request","property_applications":{"resizable":true,"MinWidth":true,"Font":true},"add_is_visible":true,"fields":{"BQn":{"caption":"Expose console logs?","name":"showLogs","rank":3,"editor":"DynamicValue","value":"boolean","default_val":true},"BQo":{"caption":"The PaymentRequest button brings support for methods like Apple Pay.  Use Element Actions to initialize or start the PaymentRequest button.","name":"info1","rank":0,"editor":"Label"},"BQp":{"caption":"Need help with installation? The Platform Payments 2 course will be updated to show installation instructions for this element is stable.","name":"info2","rank":1,"editor":"Label"},"BQq":{"caption":"Disclaimer: This is an Alpha release. Expect bugs and errors..","name":"info0","rank":2,"editor":"Label"}},"states":{"BQa":{"caption":"PaymentMethod ID","name":"paymentMethod","value":"text","initialization_code":{"fn":"function(properties,context){}"}},"BQj":{"caption":"Valid Environment","name":"checkResult","value":"boolean","initialization_code":{"fn":"function(properties,context){return!1}"}},"BQk":{"caption":"Error Message","name":"error","value":"text","initialization_code":{"fn":"function(properties,context){}"}},"BRE":{"caption":"Error Object (stringified)","name":"errorObj","value":"text","initialization_code":{"fn":"function(properties,context){}"}}},"events":{"BQy":{"caption":"Payment was successful","name":"paymentSuccess"},"BQz":{"caption":"Payment was unsuccessful","name":"paymentError"},"BRA":{"caption":"PaymentMethod could be created","name":"paymentMethodSuccess"},"BRB":{"caption":"PaymentMethod couldn't be created","name":"paymentMethodError"},"BRC":{"caption":"ready for payment","name":"resultUpdate"},"BRD":{"caption":"is unavailable","name":"unavailable"},"BRF":{"caption":"is cancelled","name":"cancelled"}},"actions":{"BQe":{"caption":"Initialize PaymentRequest button","code":{"fn":"function(instance,properties,context){instance.data.generateStripe()}"},"fields":{"BRG":{"caption":"The PaymentRequest button will be initialized but not shown to the user. This step is a pre-requisite for starting the PaymentRequest process. ","name":"info","rank":0,"editor":"Label"}}},"BQh":{"caption":"Start PaymentRequest","code":{"fn":"function(instance,properties,context){let options={};if(instance.data.cs=properties.client_secret,properties.country&&(options.country=properties.country),properties.currency&&(options.currency=properties.currency.toLowerCase()),properties.amount){var formattedAmount=100*properties.amount;formattedAmount=formattedAmount.toFixed(0),options.total={amount:parseInt(formattedAmount)},properties.label&&(options.total.label=properties.label)}properties.askName&&(options.requestPayerName=properties.askName),properties.askEmail&&(options.requestPayerEmail=properties.askEmail),instance.data.paymentRequest=instance.data.stripe.paymentRequest(options);try{instance.data.prButton=instance.data.elements.create(\"paymentRequestButton\",{paymentRequest:instance.data.paymentRequest,style:{paymentRequestButton:{type:properties.type.toLowerCase(),theme:\"Light Outline\"===properties.style?\"light-outline\":properties.style.toLowerCase(),height:instance.data.elementHeight+\"px\"}}})}catch{instance.triggerEvent(\"unavailable\"),instance.data.showLogs&&console.log(\"This environment is not supported.\")}instance.data.paymentRequest.on(\"paymentmethod\",(function(ev){console.log(\"Starting PI\"),instance.data.stripe.confirmCardPayment(instance.data.cs,{payment_method:ev.paymentMethod.id},{handleActions:!1}).then((function(confirmResult){confirmResult.error?(ev.complete(\"fail\"),instance.triggerEvent(\"paymentMethodError\")):(ev.complete(\"success\"),instance.publishState(\"paymentMethod\",ev.paymentMethod.id),instance.triggerEvent(\"paymentMethodSuccess\")),\"requires_action\"===confirmResult.paymentIntent.status?instance.data.stripe.confirmCardPayment(instance.data.cs).then((function(result){result.error?instance.triggerEvent(\"paymentError\"):instance.triggerEvent(\"paymentSuccess\")})):instance.triggerEvent(\"paymentSuccess\")}))})),instance.data.paymentRequest.on(\"cancel\",(function(ev){instance.triggerEvent(\"cancelled\")})),instance.data.createAndMount=function(){try{instance.data.paymentRequest.canMakePayment().then((function(result){if(result){instance.publishState(\"checkResult\",!0),instance.triggerEvent(\"resultUpdate\");try{instance.data.prButton.mount(\"#payment-request-button-\"+instance.data.stripeUniqueId)}catch(error){instance.data.showLogs&&console.log(error),instance.publishState(\"errorObj\",JSON.stringify(error)),instance.triggerEvent(\"error\")}}else document.getElementById(\"payment-request-button-\"+instance.data.stripeUniqueId).style.display=\"none\",instance.publishState(\"checkResult\",!1),instance.triggerEvent(\"unavailable\")}))}catch(error){console.log(error),instance.publishState(\"errorObj\",JSON.stringify(error)),instance.triggerEvent(\"error\")}},instance.data.createAndMount()}"},"fields":{"BQr":{"caption":"Country Code","name":"country","rank":5,"editor":"DynamicValue","value":"text"},"BQs":{"caption":"Currency Code","name":"currency","rank":6,"editor":"DynamicValue","value":"text"},"BQt":{"caption":"Label","name":"label","rank":3,"editor":"DynamicValue","value":"text"},"BQu":{"caption":"Amount","name":"amount","rank":4,"editor":"DynamicValue","value":"number"},"BQv":{"caption":"Require Name?","name":"askName","rank":7,"editor":"DynamicValue","value":"boolean","default_val":false},"BQw":{"caption":"Require Email?","name":"askEmail","rank":8,"editor":"DynamicValue","value":"boolean","default_val":false},"BQx":{"caption":"Client Secret","name":"client_secret","rank":2,"editor":"DynamicValue","value":"text"},"BRH":{"caption":"Style","name":"style","rank":1,"editor":"Dropdown","default_val":"Dark"},"BRI":{"caption":"Type","name":"type","rank":0,"editor":"Dropdown","default_val":"Buy"}}}},"code":{"preview":{"fn":"function(instance, properties) {\n    \n    let previewDiv = $(`<div id=\"cpcontainer\" style=\"display: flex; flex-direction: column; justify-content: center; align-content: center; overflow: hidden; scrollbar-width: none; -ms-overflow-style: none; border-radius: 4px; \"> <div id=\"pluginpreview\" style=\"display: flex;flex-direction: row;justify-content: space-between;align-items: center;background-color: #005566; padding-left: 20px; padding-right: 20px; height:${properties.bubble.height}px;\"> <img style=\"height: 14px;\" src=\"https://s3.amazonaws.com/appforest_uf/f1587944742017x381455892055258200/stripe.js2-logo.svg\"/> <img style=\"height: 16px;\" src=\"https://s3.amazonaws.com/appforest_uf/f1587944966841x671474842369921900/stripe.js2-element.svg\"/> </div> </div>`)\n    instance.canvas.append(previewDiv) \n}"},"initialize":{"fn":"function(instance,context){instance.data.stripe=Stripe(context.keys[\"Stripe Publishable Key\"]),instance.data.elements=instance.data.stripe.elements(),instance.data.generateUniqueId=function(idlength){instance.data.charstoformid=\"_0123456789ABCDEFGHIJKLMNOPQRSTUVWXTZabcdefghiklmnopqrstuvwxyz\".split(\"\"),idlength||(idlength=Math.floor(Math.random()*instance.data.charstoformid.length)),instance.data.uniqid=\"\";for(var i=0;i<idlength;i++)instance.data.uniqid+=instance.data.charstoformid[Math.floor(Math.random()*instance.data.charstoformid.length)];return 0==$(\"#payment-request-button-\"+instance.data.uniqid).length?instance.data.uniqid:instance.data.generateUniqueId(5)},instance.data.generateStripe=function(newId){$(\"#payment-request-button-\"+instance.data.stripeUniqueId).length>0&&instance.data.stripeUniqueId?($(\"#payment-request-button-\"+instance.data.stripeUniqueId).remove(),instance.data.stripeUniqueId=instance.data.generateUniqueId(5)):instance.data.stripeUniqueId=instance.data.generateUniqueId(5),console.log(\"Generating div with ID of \"+instance.data.stripeUniqueId),instance.data.div=$(`<div id=\"payment-request-button-${instance.data.stripeUniqueId}\"></div>`),instance.canvas.append(instance.data.div)}}"},"update":{"fn":"function(instance,properties,context){instance.data.showLogs=properties.showLogs,instance.data.elementHeight=properties.bubble.height}"},"reset":{"fn":"function(instance,context){}"}},"platform_type":"web"},"BXI":{"display":"Stripe Payment Element","property_applications":{"MinWidth":true,"resizable":true,"Font":true},"add_is_visible":true,"can_fit_width":false,"fields":{"BWy":{"caption":"𝗦𝗧𝗥𝗜𝗣𝗘 𝗖𝗢𝗡𝗡𝗘𝗖𝗧   ══════════════════════","name":"𝗦𝗧𝗥𝗜𝗣𝗘 𝗖𝗢𝗡𝗡𝗘𝗖𝗧   ══════════════════════","rank":4,"editor":"Label"},"BWz":{"caption":"Seller/Account ID","name":"accountId","rank":5,"editor":"DynamicValue","value":"text","optional":true},"BXM":{"caption":"To generate a Payment Element, a PaymentIntent must be created first. The Client Secret of the PaymentIntent will be required.","name":"info","rank":0,"editor":"Label"},"BXq":{"caption":"𝗦𝗧𝗬𝗟𝗘","name":"𝗦𝗧𝗬𝗟𝗘","rank":1,"editor":"Label"},"BXr":{"caption":"Layout","name":"layout","rank":2,"editor":"Dropdown","default_val":"Auto","in_style":true},"BYH":{"caption":"Disabled?","name":"disabled","rank":3,"editor":"DynamicValue","value":"boolean","default_val":false}},"states":{"BXl":{"caption":"SetupIntent ID","name":"siId","value":"text","initialization_code":{"fn":"function(properties,context){}"}},"BXm":{"caption":"PaymentMethod ID","name":"pmId","value":"text","initialization_code":{"fn":"function(properties,context){}"}},"BXv":{"caption":"PaymentIntent ID","name":"piId","value":"text","initialization_code":{"fn":"function(properties,context){}"}},"BXw":{"caption":"Error Message","name":"error_message","value":"text","initialization_code":{"fn":"function(properties,context){}"}},"BXx":{"caption":"Complete?","name":"complete","value":"boolean","initialization_code":{"fn":"function(properties,context){}"}},"BYG":{"caption":"Status","name":"status","value":"text","initialization_code":{"fn":"function(properties,context){}"}}},"events":{"BXY":{"caption":"element is focused","name":"focus"},"BXZ":{"caption":"has errored","name":"error"},"BXn":{"caption":"setup was successful","name":"setup_success"},"BXp":{"caption":"setup was unsuccessful","name":"setup_fail"},"BXs":{"caption":"element is ready","name":"ready"},"BYE":{"caption":"payment was successful","name":"payment_success"},"BYF":{"caption":"payment was unsucessful","name":"payment_fail"}},"actions":{"BWA":{"caption":"Create payment with","code":{"fn":"function(instance,properties,context){instance.data.initializeStripe(properties.clientSecret)}"},"fields":{"BWB":{"caption":"Client Secret","name":"clientSecret","rank":0,"editor":"DynamicValue","optional":false,"value":"text"}}},"BXK":{"caption":"Confirm payment with","code":{"fn":"function(instance,properties,context){instance.data.confirmPayment(properties.returnUrl,properties.redirect.toLowerCase().replace(\" \",\"_\"))}"},"fields":{"BXL":{"caption":"Return URL","name":"returnUrl","rank":0,"editor":"DynamicValue","value":"text"},"BXX":{"caption":"Redirect","name":"redirect","rank":1,"editor":"Dropdown","value":"text","default_val":"Always"}}},"BXd":{"caption":"Confirm setup with","code":{"fn":"function(instance,properties,context){instance.data.confirmSetup(properties.returnUrl,properties.redirect.toLowerCase().replace(\" \",\"_\"))}"},"fields":{"BXe":{"caption":"Return URL","name":"returnUrl","rank":0,"editor":"DynamicValue","value":"text"},"BXf":{"caption":"Redirect","name":"redirect","rank":1,"editor":"Dropdown","default_val":"Always"}}},"BXg":{"caption":"Create setup with","code":{"fn":"function(instance,properties,context){if(null!==properties.terms){let termSetting=properties.terms.toLowerCase();instance.data.elemOptions.terms={auBecsDebit:termSetting,bancontact:termSetting,card:termSetting,ideal:termSetting,sepaDebit:termSetting,sofort:termSetting,usBankAccount:termSetting}}instance.data.initializeStripe(properties.clientSecret)}"},"fields":{"BXh":{"caption":"Client Secret","name":"clientSecret","rank":0,"editor":"DynamicValue","value":"text"},"BXk":{"caption":"Terms","name":"terms","rank":1,"editor":"Dropdown","default_val":"Auto"}}},"BYP":{"caption":"Destroy","code":{"fn":"function(instance,properties,context){instance.data.pe.destroy(),instance.data.pe=null}"},"fields":{"BYQ":{"caption":"The Stripe Payment Element will be destroyed.","name":"info","rank":0,"editor":"Label"}}}},"code":{"initialize":{"fn":"function(instance,context){void 0===typeof instance.data.elemOptions&&(instance.data.elemOptions={terms:{},readOnly:!1,layout:{type:\"auto\"}}),instance.data.generateUniqueId=function(idlength){instance.data.charstoformid=\"_0123456789ABCDEFGHIJKLMNOPQRSTUVWXTZabcdefghiklmnopqrstuvwxyz\".split(\"\"),idlength||(idlength=Math.floor(Math.random()*instance.data.charstoformid.length)),instance.data.uniqid=\"\";for(var i=0;i<idlength;i++)instance.data.uniqid+=instance.data.charstoformid[Math.floor(Math.random()*instance.data.charstoformid.length)];return 0==$(\"#payment-element-\"+instance.data.uniqid).length?instance.data.uniqid:instance.data.generateUniqueId(5)},instance.data.generateStripe=function(cs){let gen=setTimeout(instance.data.initializeStripe(cs),500)},instance.data.initializeStripe=function(cs){instance.data.stripe||(instance.data.accountId?instance.data.stripe=Stripe(context.keys[\"Stripe Publishable Key\"],{stripeAccount:instance.data.accountId}):instance.data.stripe=Stripe(context.keys[\"Stripe Publishable Key\"]),instance.data.elements=instance.data.stripe.elements({clientSecret:cs})),$(\"#payment-form-\"+instance.data.stripeUniqueId).length>0&&instance.data.stripeUniqueId?(instance.data.pe&&(instance.data.pe.destroy(),instance.data.pe=null),$(\"#payment-element-\"+instance.data.stripeUniqueId).remove(),$(\"#payment-element-form-\"+instance.data.stripeUniqueId).remove(),instance.data.stripeUniqueId=instance.data.generateUniqueId(5)):instance.data.stripeUniqueId=instance.data.generateUniqueId(5),instance.data.goStripe(cs)},instance.data.goStripe=function(cs){function createAndMount(){instance.data.pe=instance.data.elements.create(\"payment\",instance.data.elementOptions),instance.data.pe.mount(`#payment-element-${instance.data.stripeUniqueId}`),instance.data.pe.on(\"ready\",(function(event){instance.triggerEvent(\"ready\")})),instance.data.pe.on(\"focus\",(function(event){instance.triggerEvent(\"focus\")})),instance.data.pe.on(\"change\",(function(event){event.error?(instance.publishState(\"error_message\",event.error.message),instance.triggerEvent(\"error\")):instance.publishState(\"error_message\",\"\"),!0===event.complete?instance.publishState(\"complete\",!0):instance.publishState(\"complete\",!1)}))}instance.data.div=$(`<form id=\"payment-element-form-${instance.data.stripeUniqueId}\"><div id=\"payment-element-${instance.data.stripeUniqueId}\"></div></form>`),instance.canvas.append(instance.data.div),instance.data.elementOptions={},instance.data.elementOptions=instance.data.elemOptions;let checkElement=setInterval((function(){instance.data.pe||(createAndMount(),clearInterval(checkElement))}),100)},instance.data.confirmPayment=function(returnUrl,redirect){instance.data.stripe.confirmPayment({elements:instance.data.elements,confirmParams:{return_url:returnUrl},redirect:redirect}).then((result=>{console.log(\"Result\"),console.log(result),result.error&&(instance.publishState(\"error_message\",result.error.message),instance.triggerEvent(\"error\"),instance.triggerEvent(\"payment_fail\")),result.paymentIntent&&(instance.publishState(\"piId\",result.paymentIntent.id),instance.publishState(\"pmId\",result.paymentIntent.payment_method),instance.publishState(\"error_message\",\"\"),instance.publishState(\"status\",result.paymentIntent.status),instance.triggerEvent(\"payment_success\"))}))},instance.data.confirmSetup=function(returnUrl,redirect){instance.data.stripe.confirmSetup({elements:instance.data.elements,confirmParams:{return_url:returnUrl},redirect:redirect}).then((result=>{result.error&&(instance.publishState(\"error_message\",result.error.message),instance.triggerEvent(\"setup_fail\")),result.setupIntent&&(instance.publishState(\"siId\",result.setupIntent.id),instance.publishState(\"pmId\",result.setupIntent.payment_method),instance.publishState(\"error_message\",\"\"),instance.publishState(\"status\",result.setupIntent.status),instance.triggerEvent(\"setup_success\"))}))},$(document).ready((function(){})),instance.data.checkAddSet=function(object,key,value){object.hasOwnProperty(key)||(object[key]=value)}}","add_debugger":false},"update":{"fn":"function(instance,properties,context){instance.data.elemOptions={terms:{},readOnly:properties.disabled,layout:{type:properties.layout.toLowerCase()||\"tabs\"}}}"},"reset":{"fn":"function(instance,context){}"},"preview":{"fn":"function(instance, properties) {\n    \n    let previewDiv = $(`<div id=\"cpcontainer-element\" style=\"display: flex; flex-direction: column; justify-content: center; align-content: center; overflow: hidden; scrollbar-width: none; -ms-overflow-style: none; border-radius: 4px; \"> <div id=\"pluginpreview\" style=\"display: flex;flex-direction: row;justify-content: space-between;align-items: center;background-color: #005566; padding-left: 20px; padding-right: 20px; height:${properties.bubble.height()}px;\"> <img style=\"height: 14px;\" src=\"https://s3.amazonaws.com/appforest_uf/f1587944742017x381455892055258200/stripe.js2-logo.svg\"/> <img style=\"height: 16px;\" src=\"https://s3.amazonaws.com/appforest_uf/f1587944966841x671474842369921900/stripe.js2-element.svg\"/> </div> </div>`)\n    instance.canvas.append(previewDiv) \n}"}},"platform_type":"web"}},"plugin_actions":{"BEA":{"display":"Stripe.js - PaymentIntent - Confirm","type":"server_side","return_value":{"BED":{"caption":"PaymentIntent ID","name":"id","rank":0,"value":"text"},"BJd":{"caption":"Error","name":"error","rank":4,"value":"text"},"BMI":{"caption":"Charge ID","name":"chargeid","rank":3,"value":"text"},"BQW":{"caption":"PaymentMethod ID","name":"pm","rank":1,"value":"text"},"BSd":{"caption":"Status","name":"status","rank":2,"value":"text"}},"fields":{"BEG":{"caption":"PaymentIntent ID","name":"paymentintent_id","rank":0,"editor":"DynamicValue","value":"text"},"BEI":{"caption":"PaymentMethod ID","name":"paymentMethod","rank":1,"editor":"DynamicValue","value":"text","optional":true},"BNP":{"caption":"𝗦𝗧𝗥𝗜𝗣𝗘 𝗖𝗢𝗡𝗡𝗘𝗖𝗧   ══════════════════════","name":"𝗦𝗧𝗥𝗜𝗣𝗘 𝗖𝗢𝗡𝗡𝗘𝗖𝗧   ══════════════════════","rank":5,"editor":"Label"},"BNR":{"caption":"Seller/Account ID","name":"account_id","rank":6,"editor":"DynamicValue","value":"text","optional":true},"BYI":{"caption":"Off Session?","name":"offSession","rank":2,"editor":"DynamicValue","value":"boolean","optional":true},"BYJ":{"caption":"Return URL","name":"return_url","rank":4,"editor":"DynamicValue","value":"text","optional":true},"BYK":{"caption":"Future Usage","name":"usage","rank":3,"editor":"Dropdown","optional":true,"default_val":"Disable"}}},"BEF":{"display":"Stripe.js - PaymentIntent - Create","type":"server_side","return_value":{"BED":{"caption":"ID","name":"id","rank":0,"value":"text"},"BEE":{"caption":"Client Secret","name":"client_secret","rank":1,"value":"text"},"BJe":{"caption":"Error","name":"error","rank":6,"value":"text"},"BQU":{"caption":"Transfer Group","name":"transfer_group","rank":5,"value":"text"},"BQX":{"caption":"PaymentMethod ID","name":"pm","rank":2,"value":"text"},"BSb":{"caption":"Status","name":"status","rank":4,"value":"text"},"BUR":{"caption":"Charge IDs (list)","name":"charges","rank":3,"value":"text","is_list":true},"BYR":{"caption":"Next Action URL","name":"next_action_url","rank":7,"value":"text"}},"fields":{"BEK":{"caption":"Amount","name":"amount","rank":3,"editor":"DynamicValue","value":"number"},"BEL":{"caption":"Currency Code","name":"currency","rank":4,"editor":"DynamicValue","value":"text","default_val":"USD"},"BHP":{"caption":"Future Usage","name":"usage","rank":13,"editor":"Dropdown","default_val":"Disable"},"BKb":{"caption":"PaymentMethod ID","name":"paymentMethod","rank":12,"editor":"DynamicValue","value":"text","optional":true},"BKc":{"caption":"Confirm Now?","name":"confirm","rank":8,"editor":"DynamicValue","value":"boolean","default_val":false},"BKd":{"caption":"Customer ID","name":"customerId","rank":1,"editor":"DynamicValue","value":"text","optional":true},"BKe":{"caption":"Off Session?","name":"offSession","rank":9,"editor":"DynamicValue","value":"boolean","default_val":false},"BKg":{"caption":"𝗣𝗔𝗬𝗠𝗘𝗡𝗧","name":"𝗣𝗔𝗬𝗠𝗘𝗡𝗧","rank":2,"editor":"Label"},"BKh":{"caption":"𝗣𝗔𝗬𝗠𝗘𝗡𝗧 𝗠𝗘𝗧𝗛𝗢𝗗","name":"𝗣𝗔𝗬𝗠𝗘𝗡𝗧_𝗠𝗘𝗧𝗛𝗢𝗗","rank":11,"editor":"Label"},"BKi":{"caption":"𝗖𝗨𝗦𝗧𝗢𝗠𝗘𝗥","name":"𝗖𝗨𝗦𝗧𝗢𝗠𝗘𝗥","rank":0,"editor":"Label","value":"text"},"BKj":{"caption":"Capture Now?","name":"capturenow","rank":7,"editor":"DynamicValue","value":"boolean","default_val":true},"BKz":{"caption":"Statement Suffix","name":"statementdescriptorsuffix","rank":6,"editor":"DynamicValue","value":"text","optional":true},"BNK":{"caption":"𝗦𝗧𝗥𝗜𝗣𝗘 𝗖𝗢𝗡𝗡𝗘𝗖𝗧   ══════════════════════","name":"𝗦𝗧𝗥𝗜𝗣𝗘 𝗖𝗢𝗡𝗡𝗘𝗖𝗧   ══════════════════════","rank":19,"editor":"Label"},"BNM":{"caption":"Seller/Account ID","name":"account_id","rank":21,"editor":"DynamicValue","value":"text","optional":true},"BPD":{"caption":"Application Fee","name":"appfee","rank":22,"editor":"DynamicValue","value":"number","optional":true},"BPF":{"caption":"Transaction Type","name":"transactionType","rank":20,"editor":"Dropdown","optional":true},"BPL":{"caption":"Description","name":"description","rank":5,"editor":"DynamicValue","value":"text","optional":true},"BPQ":{"caption":"Transfer Amount","name":"autoAmount","rank":23,"editor":"DynamicValue","value":"number","optional":true},"BPU":{"caption":"Receipt Email","name":"receiptemail","rank":10,"editor":"DynamicValue","value":"text","optional":true},"BQT":{"caption":"Transfer Group","name":"transfer_group","rank":24,"editor":"DynamicValue","value":"text","optional":true},"BRO":{"caption":"𝗠𝗘𝗧𝗔𝗗𝗔𝗧𝗔","name":"𝗠𝗘𝗧𝗔𝗗𝗔𝗧𝗔","rank":17,"editor":"Label"},"BRP":{"caption":"Data (optional)","name":"metadata","rank":18,"editor":"key_value_list","value":"text"},"BXJ":{"caption":"Automatic Methods","name":"automaticMethods","rank":14,"editor":"DynamicValue","value":"boolean","default_val":false},"BXu":{"caption":"Return URL","name":"return_url","rank":16,"editor":"DynamicValue","value":"text","optional":true},"BYd":{"caption":"Method Types","name":"methodTypes","rank":15,"editor":"DynamicValue","value":"text","optional":true}}},"BEN":{"display":"Stripe.js - PaymentIntent - Capture","type":"server_side","return_value":{"BED":{"caption":"ID","name":"id","rank":0,"value":"text"},"BJc":{"caption":"Error","name":"error","rank":2,"value":"text"},"BSe":{"caption":"Status","name":"status","rank":1,"value":"text"}},"fields":{"BEG":{"caption":"PaymentIntent ID","name":"paymentintent_id","rank":0,"editor":"DynamicValue","value":"text"},"BEO":{"caption":"Amount to Capture","name":"amount","rank":1,"editor":"DynamicValue","value":"number","optional":true},"BNS":{"caption":"𝗦𝗧𝗥𝗜𝗣𝗘 𝗖𝗢𝗡𝗡𝗘𝗖𝗧   ══════════════════════","name":"𝗦𝗧𝗥𝗜𝗣𝗘 𝗖𝗢𝗡𝗡𝗘𝗖𝗧   ══════════════════════","rank":2,"editor":"Label"},"BNU":{"caption":"Seller/Account ID","name":"account_id","rank":3,"editor":"DynamicValue","value":"text","optional":true}}},"BEn":{"display":"Stripe.js - Account (Seller, All) - Create","type":"server_side","return_value":{"BEp":{"caption":"Account ID","name":"id","rank":0,"value":"text"},"BEx":{"caption":"Error","name":"error","rank":1,"value":"text"}},"fields":{"BEq":{"caption":"Country Code","name":"country","rank":3,"editor":"DynamicValue","value":"text"},"BEr":{"caption":"Email","name":"email","rank":5,"editor":"DynamicValue","value":"text","optional":true},"BEs":{"caption":"Business Type","name":"business_type","rank":1,"editor":"Dropdown","value":"text"},"BEt":{"caption":"Currency Code◦","name":"default_currency","rank":4,"editor":"DynamicValue","value":"text","optional":true},"BEv":{"caption":"Date◦","name":"tos_date","rank":9,"editor":"DynamicValue","value":"date","optional":true},"BEw":{"caption":"IP Address","name":"tos_ip","rank":8,"editor":"DynamicValue","value":"text","optional":true},"BFL":{"caption":"𝗧𝗢𝗦 𝗔𝗖𝗖𝗘𝗣𝗧𝗔𝗡𝗖𝗘","name":"tos_acceptance_━━━━━━━━━━━━━━━━┓","rank":7,"editor":"Label"},"BFN":{"caption":"𝗚𝗘𝗡𝗘𝗥𝗔𝗟","name":"general ━━━━━━━━━━━━━━━━━━━┓","rank":2,"editor":"Label"},"BGa":{"caption":"Capabilities","name":"capabilities","rank":6,"editor":"DynamicValue","value":"text","optional":true,"default_val":"card_payments,transfers"},"BJF":{"caption":"Note: Stripe refers to Sellers as 'Accounts'","name":"info","rank":0,"editor":"Label"}}},"BEy":{"display":"Stripe.js - Account (Seller, Individual) - Update","type":"server_side","return_value":{"BEp":{"caption":"Account ID","name":"id","rank":0,"value":"text"},"BEx":{"caption":"Error","name":"error","rank":2,"value":"text"},"BKY":{"caption":"Bank Account IDs (list)","name":"banks","rank":1,"value":"text","is_list":true}},"fields":{"BEr":{"caption":"Email Address","name":"email","rank":9,"editor":"DynamicValue","value":"text","optional":true},"BEt":{"caption":"Currency Code","name":"default_currency","rank":3,"editor":"DynamicValue","value":"text","optional":true},"BEu":{"caption":"Bank Account","name":"bankaccount","rank":21,"editor":"DynamicValue","value":"text","optional":true},"BEv":{"caption":"Date","name":"tos_date","rank":27,"editor":"DynamicValue","value":"date","optional":true},"BEw":{"caption":"IP Address","name":"tos_ip","rank":26,"editor":"DynamicValue","value":"text","optional":true},"BEz":{"caption":"Seller/Account ID","name":"id","rank":1,"editor":"DynamicValue","value":"text"},"BFE":{"caption":"𝗧𝗢𝗦 𝗔𝗖𝗖𝗘𝗣𝗧𝗔𝗡𝗖𝗘","name":"»_tos_acceptance","rank":25,"editor":"Label"},"BFG":{"caption":"𝗚𝗘𝗡𝗘𝗥𝗔𝗟","name":"»_general","rank":2,"editor":"Label"},"BGg":{"caption":"Line 1","name":"lineone","rank":15,"editor":"DynamicValue","value":"text","optional":true},"BGh":{"caption":"Line 2","name":"linetwo","rank":16,"editor":"DynamicValue","value":"text","optional":true},"BGi":{"caption":"City","name":"city","rank":17,"editor":"DynamicValue","value":"text","optional":true},"BGj":{"caption":"State","name":"state","rank":18,"editor":"DynamicValue","value":"text","optional":true},"BGk":{"caption":"Postal Code","name":"postal","rank":19,"editor":"DynamicValue","value":"text","optional":true},"BGm":{"caption":"𝗔𝗗𝗗𝗥𝗘𝗦𝗦","name":"address","rank":14,"editor":"Label"},"BIH":{"caption":"Note: To avoid fields being mistakenly unset, fields without set values will not be sent to Stripe.","name":"ifleftempty","rank":0,"editor":"Label"},"BII":{"caption":"Date of Birth","name":"dob","rank":11,"editor":"DynamicValue","value":"date","optional":true},"BIJ":{"caption":"𝗜𝗡𝗗𝗜𝗩𝗜𝗗𝗨𝗔𝗟","name":"Individual ━━━━━━━━━━━━━━━━━━━┓","rank":6,"editor":"Label"},"BIK":{"caption":"SSN (Last 4)","name":"lastFour","rank":13,"editor":"DynamicValue","value":"text","optional":true},"BIN":{"caption":"First Name","name":"firstName","rank":7,"editor":"DynamicValue","value":"text","optional":true},"BIO":{"caption":"Last Name","name":"lastName","rank":8,"editor":"DynamicValue","value":"text","optional":true},"BIP":{"caption":"Phone Number","name":"phone","rank":10,"editor":"DynamicValue","value":"text","optional":true},"BIQ":{"caption":"𝗣𝗔𝗬𝗢𝗨𝗧𝗦","name":"payouts_━━━━━━━━━━━━━━━━━━━┓","rank":20,"editor":"Label"},"BIR":{"caption":"Schedule","name":"schedule","rank":22,"editor":"Dropdown","optional":true},"BJZ":{"caption":"Weekly Anchor","name":"wAnchor","rank":23,"editor":"Dropdown","optional":true},"BJa":{"caption":"Monthly Anchor","name":"mAnchor","rank":24,"editor":"Dropdown","value":"number","optional":true},"BNG":{"caption":"Website URL","name":"url","rank":4,"editor":"DynamicValue","value":"text","optional":true},"BNH":{"caption":"MCC","name":"mcc","rank":5,"editor":"DynamicValue","value":"text","optional":true},"BNI":{"caption":"ID Number","name":"idnumber","rank":12,"editor":"DynamicValue","value":"text","optional":true}}},"BFb":{"display":"Stripe.js - Customer - Create","type":"server_side","return_value":{"BEp":{"caption":"Customer ID","name":"id","rank":0,"value":"text"},"BEx":{"caption":"Error","name":"error","rank":1,"value":"text"}},"fields":{"BEq":{"caption":"Description","name":"description","rank":4,"editor":"DynamicValue","value":"text","optional":true},"BEr":{"caption":"Email","name":"email","rank":2,"editor":"DynamicValue","value":"text","optional":true},"BEu":{"caption":"Name","name":"name","rank":1,"editor":"DynamicValue","value":"text","optional":true},"BFN":{"caption":"𝗚𝗘𝗡𝗘𝗥𝗔𝗟","name":"general ━━━━━━━━━━━━━━━━━━━┓","rank":0,"editor":"Label"},"BHv":{"caption":"𝗔𝗗𝗗𝗥𝗘𝗦𝗦","name":"address_━━━━━━━━━━━━━━━━━━━┓","rank":6,"editor":"Label"},"BHw":{"caption":"Line 1","name":"lineone","rank":7,"editor":"DynamicValue","optional":true,"value":"text"},"BHx":{"caption":"Line 2","name":"linetwo","rank":8,"editor":"DynamicValue","optional":true,"value":"text"},"BHy":{"caption":"City","name":"city","rank":9,"editor":"DynamicValue","optional":true,"value":"text"},"BHz":{"caption":"State","name":"state","rank":10,"editor":"DynamicValue","optional":true,"value":"text"},"BIA":{"caption":"Postal Code","name":"postalcode","rank":11,"editor":"DynamicValue","optional":true,"value":"text"},"BIB":{"caption":"Country Code","name":"country","rank":12,"editor":"DynamicValue","optional":true,"value":"text"},"BNV":{"caption":"𝗦𝗧𝗥𝗜𝗣𝗘 𝗖𝗢𝗡𝗡𝗘𝗖𝗧   ══════════════════════","name":"𝗦𝗧𝗥𝗜𝗣𝗘 𝗖𝗢𝗡𝗡𝗘𝗖𝗧   ══════════════════════","rank":15,"editor":"Label"},"BNX":{"caption":"Seller/Account ID","name":"account_id","rank":16,"editor":"DynamicValue","value":"text","optional":true},"BPW":{"caption":"Balance","name":"balance","rank":5,"editor":"DynamicValue","value":"number","optional":true},"BRT":{"caption":"𝗠𝗘𝗧𝗔𝗗𝗔𝗧𝗔","name":"𝗠𝗘𝗧𝗔𝗗𝗔𝗧𝗔","rank":13,"editor":"Label"},"BRU":{"caption":"Data (optional)","name":"metadata","rank":14,"editor":"key_value_list","value":"text"},"BYX":{"caption":"Phone Number","name":"phoneNumber","rank":3,"editor":"DynamicValue","value":"text","optional":true}}},"BFc":{"display":"Stripe.js - Customer - Update","type":"server_side","return_value":{"BEp":{"caption":"Customer ID","name":"id","rank":0,"value":"text"},"BEx":{"caption":"Error","name":"error","rank":1,"value":"text"}},"fields":{"BEq":{"caption":"Description","name":"description","rank":5,"editor":"DynamicValue","value":"text","optional":true},"BEr":{"caption":"Email","name":"email","rank":4,"editor":"DynamicValue","value":"text","optional":true},"BEu":{"caption":"Name","name":"name","rank":3,"editor":"DynamicValue","value":"text","optional":true},"BFN":{"caption":"𝗚𝗘𝗡𝗘𝗥𝗔𝗟","name":"general ━━━━━━━━━━━━━━━━━━━┓","rank":2,"editor":"Label"},"BFd":{"caption":"Customer ID","name":"id","rank":1,"editor":"DynamicValue","value":"text"},"BMK":{"caption":"𝗗𝗘𝗙𝗔𝗨𝗟𝗧𝗦","name":"𝗗𝗘𝗙𝗔𝗨𝗟𝗧𝗦","rank":7,"editor":"Label"},"BML":{"caption":"PaymentMethod ID","name":"defaultpm","rank":8,"editor":"DynamicValue","value":"text","optional":true},"BMN":{"caption":"Note: To avoid fields being mistakenly unset, fields without set values will not be sent to Stripe.","name":"info","rank":0,"editor":"Label"},"BMt":{"caption":"Balance","name":"balance","rank":6,"editor":"DynamicValue","value":"number","optional":true},"BNY":{"caption":"𝗦𝗧𝗥𝗜𝗣𝗘 𝗖𝗢𝗡𝗡𝗘𝗖𝗧   ══════════════════════","name":"𝗦𝗧𝗥𝗜𝗣𝗘 𝗖𝗢𝗡𝗡𝗘𝗖𝗧   ══════════════════════","rank":11,"editor":"Label"},"BNa":{"caption":"Seller/Account ID","name":"account_id","rank":12,"editor":"DynamicValue","value":"text","optional":true},"BTo":{"caption":"Data (optional)","name":"metadata","rank":10,"editor":"key_value_list","value":"text"},"BTp":{"caption":"𝗠𝗘𝗧𝗔𝗗𝗔𝗧𝗔","name":"𝗠𝗘𝗧𝗔𝗗𝗔𝗧𝗔","rank":9,"editor":"Label"}}},"BFr":{"display":"Stripe.js - Card - Create","type":"server_side","return_value":{"BEp":{"caption":"Card ID","name":"id","rank":0,"value":"text"},"BEx":{"caption":"Error","name":"error","rank":3,"value":"text"},"BJX":{"caption":"Card Brand","name":"brand","rank":1,"value":"text"},"BJY":{"caption":"Card Last 4 Digits","name":"last4","rank":2,"value":"text"}},"fields":{"BEu":{"caption":"Token","name":"token","rank":3,"editor":"DynamicValue","value":"text","optional":false},"BFN":{"caption":"𝗖𝗨𝗦𝗧𝗢𝗠𝗘𝗥","name":"customer ━━━━━━━━━━━━━━━━━━━┓","rank":0,"editor":"Label"},"BFs":{"caption":"Customer ID","name":"customerid","rank":1,"editor":"DynamicValue","value":"text"},"BFt":{"caption":"𝗦𝗢𝗨𝗥𝗖𝗘","name":"customer_━━━━━━━━━━━━━━━━━━━━┓","rank":2,"editor":"Label"},"BNb":{"caption":"𝗦𝗧𝗥𝗜𝗣𝗘 𝗖𝗢𝗡𝗡𝗘𝗖𝗧   ══════════════════════","name":"𝗦𝗧𝗥𝗜𝗣𝗘 𝗖𝗢𝗡𝗡𝗘𝗖𝗧   ══════════════════════","rank":4,"editor":"Label"},"BNd":{"caption":"Seller/Account ID","name":"account_id","rank":5,"editor":"DynamicValue","value":"text","optional":true}}},"BGX":{"display":"Stripe.js - External Account - Create","type":"server_side","return_value":{"BEp":{"caption":"External Account ID","name":"id","rank":0,"value":"text"},"BEx":{"caption":"Error","name":"error","rank":1,"value":"text"}},"fields":{"BEu":{"caption":"Default for Currency?","name":"default","rank":5,"editor":"DynamicValue","value":"boolean","optional":false,"default_val":true},"BFN":{"caption":"𝗧𝗢𝗞𝗘𝗡","name":"Token ━━━━━━━━━━━━━━━━━━━┓","rank":3,"editor":"Label"},"BFw":{"caption":"Token","name":"token","rank":4,"editor":"DynamicValue","value":"text","optional":true},"BGY":{"caption":"Seller/Account ID","name":"accountId","rank":2,"editor":"DynamicValue","value":"text"},"BGZ":{"caption":"𝗦𝗘𝗟𝗟𝗘𝗥","name":"account__━━━┓","rank":1,"editor":"Label"},"BLK":{"caption":"External Accounts created with this action are intended to serve as payout destinations for Sellers. Use the Bank Account actions to serve as payment methods for Customers.","name":"info","rank":0,"editor":"Label"}}},"BGb":{"display":"Stripe.js - Transfer - Create","type":"server_side","return_value":{"BEp":{"caption":"Transfer ID","name":"id","rank":0,"value":"text"},"BEx":{"caption":"Error","name":"error","rank":1,"value":"text"}},"fields":{"BEu":{"caption":"Transfer Group","name":"transfer_group","rank":6,"editor":"DynamicValue","value":"text","optional":true,"default_val":""},"BFN":{"caption":"𝗧𝗥𝗔𝗡𝗦𝗙𝗘𝗥","name":"Transfer ━━━━━━━━━━━━━━━━━━━┓","rank":2,"editor":"Label"},"BFw":{"caption":"Currency","name":"currency","rank":4,"editor":"DynamicValue","value":"text","optional":false},"BGY":{"caption":"Seller/Account ID","name":"accountId","rank":1,"editor":"DynamicValue","value":"text"},"BGZ":{"caption":"𝗦𝗘𝗟𝗟𝗘𝗥","name":"destination ━━━┓","rank":0,"editor":"Label"},"BGc":{"caption":"Amount","name":"amount","rank":3,"editor":"DynamicValue","value":"number"},"BPP":{"caption":"Source Transaction","name":"source_transaction","rank":7,"editor":"DynamicValue","value":"text","optional":true},"BPT":{"caption":"Description","name":"description","rank":5,"editor":"DynamicValue","value":"text","optional":true},"BSH":{"caption":"𝗠𝗘𝗧𝗔𝗗𝗔𝗧𝗔","name":"𝗠𝗘𝗧𝗔𝗗𝗔𝗧𝗔","rank":8,"editor":"Label"},"BSI":{"caption":"Data (optional)","name":"metadata","rank":9,"editor":"key_value_list","value":"text"}}},"BGe":{"display":"Stripe.js - Payout - Create","type":"server_side","return_value":{"BEp":{"caption":"Payout ID","name":"id","rank":0,"value":"text"},"BEx":{"caption":"Error","name":"error","rank":1,"value":"text"}},"fields":{"BFN":{"caption":"𝗣𝗔𝗬𝗢𝗨𝗧","name":"Payout ━━━━━━━━━━━━━━━━━━━┓","rank":3,"editor":"Label"},"BFw":{"caption":"Currency","name":"currency","rank":6,"editor":"DynamicValue","value":"text","optional":false},"BGY":{"caption":"Destination","name":"destination","rank":2,"editor":"DynamicValue","value":"text"},"BGZ":{"caption":"𝗗𝗘𝗦𝗧𝗜𝗡𝗔𝗧𝗜𝗢𝗡","name":"destination ━━━┓","rank":0,"editor":"Label"},"BGc":{"caption":"Amount","name":"amount","rank":5,"editor":"DynamicValue","value":"number"},"BJb":{"caption":"Method","name":"type","rank":4,"editor":"Dropdown","optional":false,"default_val":"Standard"},"BKa":{"caption":"Seller/Account ID","name":"account_id","rank":1,"editor":"DynamicValue","value":"text"},"BPS":{"caption":"Description","name":"description","rank":7,"editor":"DynamicValue","value":"text","optional":true},"BQJ":{"caption":"Statement Descriptor","name":"statementDescriptor","rank":8,"editor":"DynamicValue","value":"text","optional":true}}},"BGf":{"display":"Stripe.js - Bank Account - Create","type":"server_side","return_value":{"BEp":{"caption":"Bank Account ID","name":"id","rank":0,"value":"text"},"BEx":{"caption":"Error","name":"error","rank":2,"value":"text"},"BQO":{"caption":"Bank Name","name":"bankname","rank":1,"value":"text"}},"fields":{"BFN":{"caption":"𝗧𝗢𝗞𝗘𝗡","name":"Token ━━━━━━━━━━━━━━━━━━━┓","rank":3,"editor":"Label"},"BFw":{"caption":"Token","name":"token","rank":4,"editor":"DynamicValue","value":"text","optional":true},"BGY":{"caption":"Customer ID","name":"customerId","rank":2,"editor":"DynamicValue","value":"text"},"BGZ":{"caption":"𝗖𝗨𝗦𝗧𝗢𝗠𝗘𝗥","name":"customer ━━━┓","rank":1,"editor":"Label"},"BLI":{"caption":"Bank Accounts created with this action are intended to serve as payment methods for a Customer. Use the External Account actions to serve as payout destinations for Sellers. ","name":"inf","rank":0,"editor":"Label"}}},"BHR":{"display":"Stripe.js - Plan - Create","type":"server_side","return_value":{"BEp":{"caption":"Plan ID","name":"id","rank":0,"value":"text"},"BEx":{"caption":"Error","name":"error","rank":1,"value":"text"}},"fields":{"BEu":{"caption":"Amount","name":"amount","rank":7,"editor":"DynamicValue","value":"number","optional":false},"BFN":{"caption":"𝗚𝗘𝗡𝗘𝗥𝗔𝗟","name":"general ━━━━━━━━━━━━━━━━━━━┓","rank":0,"editor":"Label"},"BFs":{"caption":"Product ID","name":"productId","rank":2,"editor":"DynamicValue","value":"text","optional":false},"BFt":{"caption":"𝗣𝗔𝗬𝗠𝗘𝗡𝗧","name":"payment━━━━━━━━━━━━━━━━━━━━┓","rank":6,"editor":"Label"},"BFw":{"caption":"Interval Unit","name":"interval","rank":5,"editor":"Dropdown","value":"text","optional":false,"default_val":"Month"},"BFx":{"caption":"ID","name":"id","rank":1,"editor":"DynamicValue","value":"text","optional":true},"BFy":{"caption":"Interval Count","name":"intervalCount","rank":4,"editor":"DynamicValue","value":"number","optional":false},"BFz":{"caption":"Currency","name":"currency","rank":8,"editor":"DynamicValue","value":"text"},"BHS":{"caption":"𝗙𝗥𝗘𝗤𝗨𝗘𝗡𝗖𝗬","name":"Frequency ━━━━━━━━━━━━━━━━━┓","rank":3,"editor":"Label"},"BMJ":{"caption":"Trial Period","name":"trial_period_days","rank":9,"editor":"DynamicValue","value":"number","optional":true},"BNe":{"caption":"𝗦𝗧𝗥𝗜𝗣𝗘 𝗖𝗢𝗡𝗡𝗘𝗖𝗧   ══════════════════════","name":"𝗦𝗧𝗥𝗜𝗣𝗘 𝗖𝗢𝗡𝗡𝗘𝗖𝗧   ══════════════════════","rank":10,"editor":"Label"},"BNg":{"caption":"Seller/Account ID","name":"account_id","rank":11,"editor":"DynamicValue","value":"text","optional":true}}},"BHT":{"display":"Stripe.js - Product - Create","type":"server_side","return_value":{"BEp":{"caption":"Product ID","name":"id","rank":0,"value":"text"},"BEx":{"caption":"Error","name":"error","rank":1,"value":"text"}},"fields":{"BFN":{"caption":"𝗚𝗘𝗡𝗘𝗥𝗔𝗟","name":"general ━━━━━━━━━━━━━━━━━━━┓","rank":0,"editor":"Label"},"BFs":{"caption":"Name","name":"name","rank":3,"editor":"DynamicValue","value":"text","optional":false},"BFx":{"caption":"ID","name":"id","rank":2,"editor":"DynamicValue","value":"text","optional":true},"BHU":{"caption":"Type","name":"type","rank":1,"editor":"Dropdown","default_val":"Service"},"BNh":{"caption":"𝗦𝗧𝗥𝗜𝗣𝗘 𝗖𝗢𝗡𝗡𝗘𝗖𝗧   ══════════════════════","name":"𝗦𝗧𝗥𝗜𝗣𝗘 𝗖𝗢𝗡𝗡𝗘𝗖𝗧   ══════════════════════","rank":4,"editor":"Label"},"BNj":{"caption":"Seller/Account ID","name":"account_id","rank":5,"editor":"DynamicValue","value":"text","optional":true}}},"BHq":{"display":"Stripe.js - Refund - Create","type":"server_side","return_value":{"BEp":{"caption":"Refund ID","name":"id","rank":0,"value":"text"},"BEx":{"caption":"Error","name":"error","rank":1,"value":"text"}},"fields":{"BEu":{"caption":"Amount","name":"amount","rank":4,"editor":"DynamicValue","value":"number","optional":true},"BFN":{"caption":"𝗣𝗔𝗬𝗠𝗘𝗡𝗧","name":"customer ━━━━━━━━━━━━━━━━━━━┓","rank":0,"editor":"Label"},"BFs":{"caption":"PaymentIntent/Charge ID","name":"chargeId","rank":1,"editor":"DynamicValue","value":"text"},"BFt":{"caption":"𝗥𝗘𝗙𝗨𝗡𝗗","name":"𝗥𝗘𝗙𝗨𝗡𝗗","rank":2,"editor":"Label"},"BNk":{"caption":"𝗦𝗧𝗥𝗜𝗣𝗘 𝗖𝗢𝗡𝗡𝗘𝗖𝗧   ══════════════════════","name":"𝗦𝗧𝗥𝗜𝗣𝗘 𝗖𝗢𝗡𝗡𝗘𝗖𝗧   ══════════════════════","rank":6,"editor":"Label"},"BNm":{"caption":"Seller/Account ID","name":"account_id","rank":7,"editor":"DynamicValue","value":"text","optional":true},"BPN":{"caption":"Reason","name":"reason","rank":3,"editor":"Dropdown","optional":true},"BXW":{"caption":"Reverse Transfer?","name":"reverse","rank":5,"editor":"DynamicValue","value":"boolean","default_val":false}}},"BHr":{"display":"Stripe.js - Subscription - Create","type":"server_side","return_value":{"BEp":{"caption":"Subscription ID","name":"id","rank":0,"value":"text"},"BEx":{"caption":"Error","name":"error","rank":4,"value":"text"},"BMr":{"caption":"Subscription Item IDs (list)","name":"subscription_items","rank":1,"value":"text","is_list":true},"BUh":{"caption":"Client Secret","name":"clientSecret","rank":3,"value":"text"},"BUj":{"caption":"Latest Invoice ID","name":"invoiceId","rank":2,"value":"text"}},"fields":{"BFN":{"caption":"𝗖𝗨𝗦𝗧𝗢𝗠𝗘𝗥","name":"general ━━━━━━━━━━━━━━━━━━━┓","rank":0,"editor":"Label"},"BFw":{"caption":"Price ID","name":"priceId","rank":3,"editor":"DynamicValue","value":"text","optional":false},"BFx":{"caption":"Customer ID","name":"customerId","rank":1,"editor":"DynamicValue","value":"text","optional":true},"BFz":{"caption":"Trial End Date","name":"trialDate","rank":7,"editor":"DynamicValue","value":"date","optional":true},"BHS":{"caption":"𝗣𝗥𝗜𝗖𝗘","name":"𝗣𝗥𝗜𝗖𝗘","rank":2,"editor":"Label"},"BHs":{"caption":"𝗣𝗔𝗬𝗠𝗘𝗡𝗧","name":"payment_━━━━━━━━━━━━━━━━━━━┓","rank":13,"editor":"Label"},"BHt":{"caption":"PaymentMethod ID","name":"cardId","rank":16,"editor":"DynamicValue","value":"text","optional":true},"BKU":{"caption":"Proration","name":"prorate","rank":11,"editor":"Dropdown","value":"boolean","optional":true},"BKV":{"caption":"𝗕𝗜𝗟𝗟𝗜𝗡𝗚 𝗖𝗬𝗖𝗟𝗘","name":"𝗕𝗜𝗟𝗟𝗜𝗡𝗚_𝗖𝗬𝗖𝗟𝗘","rank":6,"editor":"Label"},"BNn":{"caption":"𝗦𝗧𝗥𝗜𝗣𝗘 𝗖𝗢𝗡𝗡𝗘𝗖𝗧   ══════════════════════","name":"𝗦𝗧𝗥𝗜𝗣𝗘 𝗖𝗢𝗡𝗡𝗘𝗖𝗧   ══════════════════════","rank":22,"editor":"Label"},"BNp":{"caption":"Seller/Account ID","name":"account_id","rank":23,"editor":"DynamicValue","value":"text","optional":true},"BPB":{"caption":"Application Fee","name":"appfee","rank":24,"editor":"DynamicValue","value":"number","optional":true},"BRN":{"caption":"Quantity","name":"quantity","rank":4,"editor":"DynamicValue","value":"number","optional":true},"BRQ":{"caption":"Auto Cancel Date","name":"cancel_at","rank":8,"editor":"DynamicValue","value":"date","optional":true},"BSV":{"caption":"Coupon","name":"coupon","rank":19,"editor":"DynamicValue","value":"text","optional":true},"BSX":{"caption":"Collection Method","name":"collection","rank":14,"editor":"Dropdown","value":"text","default_val":"Charge Automatically","optional":false},"BSZ":{"caption":"Backdate","name":"backdate","rank":10,"editor":"DynamicValue","value":"date","optional":true},"BTT":{"caption":"Days Until Due","name":"daysUntilDue","rank":12,"editor":"DynamicValue","value":"number","optional":true},"BTU":{"caption":"Billing Cycle Anchor","name":"anchor","rank":9,"editor":"DynamicValue","value":"date","optional":true},"BTW":{"caption":"Data (optional)","name":"metadata","rank":21,"editor":"key_value_list","value":"text"},"BTX":{"caption":"𝗠𝗘𝗧𝗔𝗗𝗔𝗧𝗔","name":"𝗠𝗘𝗧𝗔𝗗𝗔𝗧𝗔","rank":20,"editor":"Label"},"BUI":{"caption":"Automatic Tax","name":"automaticTax","rank":18,"editor":"DynamicValue","value":"boolean","default_val":false,"optional":true},"BUg":{"caption":"Payment Behavior","name":"paymentBehavior","rank":15,"editor":"Dropdown","value":"text","optional":true},"BUi":{"caption":"Retrieve Invoice?","name":"retrieveInvoice","rank":17,"editor":"DynamicValue","value":"boolean","default_val":true,"optional":true},"BUk":{"caption":"Tax Rates","name":"taxRates","rank":5,"editor":"DynamicValue","value":"text","optional":true}}},"BHu":{"display":"Stripe.js - Subscription - Cancel","type":"server_side","return_value":{"BEp":{"caption":"Subscription ID","name":"id","rank":0,"value":"text"},"BEx":{"caption":"Error","name":"error","rank":1,"value":"text"}},"fields":{"BFN":{"caption":"𝗚𝗘𝗡𝗘𝗥𝗔𝗟","name":"𝗚𝗘𝗡𝗘𝗥𝗔𝗟","rank":0,"editor":"Label"},"BFx":{"caption":"Subscription ID","name":"subscriptionId","rank":1,"editor":"DynamicValue","value":"text","optional":false},"BLS":{"caption":"Prorate?","name":"prorate","rank":2,"editor":"DynamicValue","value":"boolean"},"BNq":{"caption":"𝗦𝗧𝗥𝗜𝗣𝗘 𝗖𝗢𝗡𝗡𝗘𝗖𝗧   ══════════════════════","name":"𝗦𝗧𝗥𝗜𝗣𝗘 𝗖𝗢𝗡𝗡𝗘𝗖𝗧   ══════════════════════","rank":3,"editor":"Label"},"BNs":{"caption":"Seller/Account ID","name":"account_id","rank":4,"editor":"DynamicValue","value":"text","optional":true}}},"BIG":{"display":"Stripe.js - Customer - Delete","type":"server_side","return_value":{"BEp":{"caption":"Customer ID","name":"id","rank":0,"value":"text"},"BEx":{"caption":"Error","name":"error","rank":1,"value":"text"}},"fields":{"BFd":{"caption":"Customer ID","name":"id","rank":0,"editor":"DynamicValue","value":"text"},"BNt":{"caption":"𝗦𝗧𝗥𝗜𝗣𝗘 𝗖𝗢𝗡𝗡𝗘𝗖𝗧   ══════════════════════","name":"𝗦𝗧𝗥𝗜𝗣𝗘 𝗖𝗢𝗡𝗡𝗘𝗖𝗧   ══════════════════════","rank":1,"editor":"Label"},"BNv":{"caption":"Seller/Account ID","name":"account_id","rank":2,"editor":"DynamicValue","value":"text","optional":true}}},"BIT":{"display":"Stripe.js - Person - Create","type":"server_side","return_value":{"BEp":{"caption":"Person ID","name":"id","rank":0,"value":"text"},"BEx":{"caption":"Error","name":"error","rank":1,"value":"text"}},"fields":{"BEr":{"caption":"Email Address","name":"email","rank":4,"editor":"DynamicValue","value":"text","optional":true},"BEz":{"caption":"Seller/Account ID","name":"id","rank":0,"editor":"DynamicValue","value":"text"},"BGg":{"caption":"Line 1","name":"lineone","rank":10,"editor":"DynamicValue","value":"text","optional":true},"BGh":{"caption":"Line 2","name":"linetwo","rank":11,"editor":"DynamicValue","value":"text","optional":true},"BGi":{"caption":"City","name":"city","rank":12,"editor":"DynamicValue","value":"text","optional":true},"BGj":{"caption":"State","name":"state","rank":13,"editor":"DynamicValue","value":"text","optional":true},"BGk":{"caption":"Postal Code","name":"postal","rank":14,"editor":"DynamicValue","value":"text","optional":true},"BGl":{"caption":"Country","name":"country","rank":15,"editor":"DynamicValue","value":"text","optional":true},"BII":{"caption":"Date of Birth","name":"dob","rank":6,"editor":"DynamicValue","value":"date","optional":true},"BIK":{"caption":"SSN (Last 4) 🇺🇸","name":"lastFour","rank":8,"editor":"DynamicValue","value":"text","optional":true},"BIN":{"caption":"First Name","name":"firstName","rank":2,"editor":"DynamicValue","value":"text","optional":true},"BIO":{"caption":"Last Name","name":"lastName","rank":3,"editor":"DynamicValue","value":"text","optional":true},"BIP":{"caption":"Phone Number","name":"phone","rank":5,"editor":"DynamicValue","value":"text","optional":true},"BMw":{"caption":"𝗥𝗘𝗟𝗔𝗧𝗜𝗢𝗡𝗦𝗛𝗜𝗣","name":"𝗥𝗘𝗟𝗔𝗧𝗜𝗢𝗡𝗦𝗛𝗜𝗣","rank":16,"editor":"Label"},"BMx":{"caption":"Director","name":"director","rank":19,"editor":"DynamicValue","value":"boolean","default_val":false,"optional":true},"BMy":{"caption":"Executive","name":"executive","rank":20,"editor":"DynamicValue","value":"boolean","default_val":false,"optional":true},"BMz":{"caption":"Owner","name":"owner","rank":21,"editor":"DynamicValue","value":"boolean","default_val":false,"optional":true},"BNA":{"caption":"Owner Percentage","name":"ownerpercentage","rank":22,"editor":"DynamicValue","value":"number","optional":true},"BNB":{"caption":"Representative","name":"representative","rank":18,"editor":"DynamicValue","value":"boolean","default_val":false,"optional":true},"BNC":{"caption":"Title","name":"title","rank":17,"editor":"DynamicValue","value":"text","optional":true},"BND":{"caption":"𝗣𝗘𝗥𝗦𝗢𝗡","name":"𝗣𝗘𝗥𝗦𝗢𝗡","rank":1,"editor":"Label"},"BOs":{"caption":"𝗔𝗗𝗗𝗥𝗘𝗦𝗦","name":"𝗔𝗗𝗗𝗥𝗘𝗦𝗦","rank":9,"editor":"Label"},"BOt":{"caption":"ID Number","name":"idnumber","rank":7,"editor":"DynamicValue","value":"text","optional":true}}},"BJi":{"display":"Stripe.js - Bank Account - Update","type":"server_side","return_value":{"BEp":{"caption":"Bank Account ID","name":"id","rank":0,"value":"text"},"BEx":{"caption":"Error","name":"error","rank":1,"value":"text"}},"fields":{"BFN":{"caption":"𝗗𝗘𝗧𝗔𝗜𝗟𝗦","name":"Details ━━━━━━━━━━━━━━━━━━━┓","rank":3,"editor":"Label"},"BFw":{"caption":"Customer ID","name":"customerId","rank":2,"editor":"DynamicValue","value":"text","optional":false},"BGY":{"caption":"Bank Account ID","name":"id","rank":1,"editor":"DynamicValue","value":"text"},"BGZ":{"caption":"Note: To avoid fields being mistakenly unset, fields without set values will not be sent to Stripe.","name":"Note: To avoid fields being mistakenly unset, fields without set values will not be sent to Stripe.","rank":0,"editor":"Label"},"BJj":{"caption":"Account Holder Name","name":"name","rank":5,"editor":"DynamicValue","value":"text","optional":true},"BJk":{"caption":"Account Holder Type","name":"type","rank":4,"editor":"Dropdown","optional":true}}},"BKS":{"display":"Stripe.js - Subscription - Update","type":"server_side","return_value":{"BEp":{"caption":"Subscription ID","name":"id","rank":0,"value":"text"},"BEx":{"caption":"Error","name":"error","rank":2,"value":"text"},"BMs":{"caption":"Subscription Item IDs (list)","name":"subscription_items","rank":1,"value":"text","is_list":true}},"fields":{"BFN":{"caption":"Note: To avoid fields being mistakenly unset, fields without set values will not be sent to Stripe.","name":"Note: To avoid fields being mistakenly unset, fields without set values will not be sent to Stripe.","rank":0,"editor":"Label"},"BFw":{"caption":"Cancel at Period End","name":"cancelAtEnd","rank":5,"editor":"DynamicValue","value":"boolean","optional":true},"BFx":{"caption":"Subscription ID","name":"id","rank":1,"editor":"DynamicValue","value":"text","optional":true},"BFz":{"caption":"Trial End Date","name":"trialDate","rank":3,"editor":"DynamicValue","value":"date","optional":true},"BHS":{"caption":"𝗕𝗜𝗟𝗟𝗜𝗡𝗚 𝗖𝗬𝗖𝗟𝗘","name":"Frequency ━━━━━━━━━━━━━━━━━┓","rank":2,"editor":"Label"},"BHs":{"caption":"𝗣𝗔𝗬𝗠𝗘𝗡𝗧","name":"payment_━━━━━━━━━━━━━━━━━━━┓","rank":9,"editor":"Label"},"BHt":{"caption":"PaymentMethod ID","name":"cardId","rank":11,"editor":"DynamicValue","value":"text","optional":true},"BKT":{"caption":"Collection Method","name":"collection","rank":10,"editor":"Dropdown","optional":true,"default_val":"Charge Automatically"},"BKW":{"caption":"Proration","name":"prorate","rank":7,"editor":"Dropdown","value":"boolean","optional":true,"default_val":true},"BNw":{"caption":"𝗦𝗧𝗥𝗜𝗣𝗘 𝗖𝗢𝗡𝗡𝗘𝗖𝗧   ══════════════════════","name":"𝗦𝗧𝗥𝗜𝗣𝗘 𝗖𝗢𝗡𝗡𝗘𝗖𝗧   ══════════════════════","rank":13,"editor":"Label"},"BNy":{"caption":"Seller/Account ID","name":"account_id","rank":14,"editor":"DynamicValue","value":"text","optional":true},"BPC":{"caption":"Application Fee","name":"appfee","rank":15,"editor":"DynamicValue","value":"number","optional":true},"BRR":{"caption":"Auto Cancel Date","name":"cancel_at","rank":6,"editor":"DynamicValue","value":"date","optional":true},"BSW":{"caption":"Coupon","name":"coupon","rank":12,"editor":"DynamicValue","value":"text","optional":true},"BTV":{"caption":"Billing Cycle Anchor","name":"anchor","rank":4,"editor":"Dropdown","optional":true,"default_val":"Unchanged"},"BYW":{"caption":"Days Until Due","name":"daysUntilDue","rank":8,"editor":"DynamicValue","value":"number","optional":true}}},"BKk":{"display":"Stripe.js - PaymentIntent - Cancel","type":"server_side","return_value":{"BED":{"caption":"ID","name":"id","rank":0,"value":"text"},"BJc":{"caption":"Error","name":"error","rank":1,"value":"text"}},"fields":{"BEG":{"caption":"PaymentIntent ID","name":"paymentintent_id","rank":0,"editor":"DynamicValue","value":"text"},"BNz":{"caption":"𝗦𝗧𝗥𝗜𝗣𝗘 𝗖𝗢𝗡𝗡𝗘𝗖𝗧   ══════════════════════","name":"𝗦𝗧𝗥𝗜𝗣𝗘 𝗖𝗢𝗡𝗡𝗘𝗖𝗧   ══════════════════════","rank":1,"editor":"Label"},"BOB":{"caption":"Seller/Account ID","name":"account_id","rank":2,"editor":"DynamicValue","value":"text","optional":true}}},"BKp":{"display":"Stripe.js - PaymentMethod - Attach","type":"server_side","return_value":{"BED":{"caption":"PaymentMethod ID","name":"id","rank":0,"value":"text"},"BJc":{"caption":"Error","name":"error","rank":1,"value":"text"}},"fields":{"BEG":{"caption":"PaymentMethod ID","name":"paymentMethod","rank":0,"editor":"DynamicValue","value":"text"},"BKq":{"caption":"Customer ID","name":"customerId","rank":1,"editor":"DynamicValue","value":"text"},"BOC":{"caption":"𝗦𝗧𝗥𝗜𝗣𝗘 𝗖𝗢𝗡𝗡𝗘𝗖𝗧   ══════════════════════","name":"𝗦𝗧𝗥𝗜𝗣𝗘 𝗖𝗢𝗡𝗡𝗘𝗖𝗧   ══════════════════════","rank":2,"editor":"Label"},"BOE":{"caption":"Seller/Account ID","name":"account_id","rank":3,"editor":"DynamicValue","value":"text","optional":true}}},"BLC":{"display":"Stripe.js - Subscription Item - Create","type":"server_side","return_value":{"BEp":{"caption":"Subscription Item ID","name":"id","rank":0,"value":"text"},"BEx":{"caption":"Error","name":"error","rank":1,"value":"text"}},"fields":{"BFx":{"caption":"Price ID","name":"priceId","rank":2,"editor":"DynamicValue","value":"text","optional":true},"BLD":{"caption":"Quantity","name":"quantity","rank":3,"editor":"DynamicValue","value":"number","default_val":1},"BLE":{"caption":"𝗣𝗥𝗜𝗖𝗘","name":"𝗣𝗥𝗜𝗖𝗘","rank":1,"editor":"Label"},"BLF":{"caption":"Subscription ID","name":"subscriptionId","rank":0,"editor":"DynamicValue","value":"text"},"BOF":{"caption":"𝗦𝗧𝗥𝗜𝗣𝗘 𝗖𝗢𝗡𝗡𝗘𝗖𝗧   ══════════════════════","name":"𝗦𝗧𝗥𝗜𝗣𝗘 𝗖𝗢𝗡𝗡𝗘𝗖𝗧   ══════════════════════","rank":4,"editor":"Label"},"BOH":{"caption":"Seller/Account ID","name":"account_id","rank":5,"editor":"DynamicValue","value":"text","optional":true}}},"BLH":{"display":"Stripe.js - Subscription Item - Update","type":"server_side","return_value":{"BEp":{"caption":"Subscription Item ID","name":"id","rank":0,"value":"text"},"BEx":{"caption":"Error","name":"error","rank":1,"value":"text"}},"fields":{"BFN":{"caption":"Note: To avoid fields being mistakenly unset, fields without set values will not be sent to Stripe.","name":"Note: To avoid fields being mistakenly unset, fields without set values will not be sent to Stripe.","rank":0,"editor":"Label"},"BLD":{"caption":"Quantity","name":"quantity","rank":4,"editor":"DynamicValue","value":"number","default_val":1,"optional":true},"BLE":{"caption":"𝗣𝗥𝗜𝗖𝗘","name":"𝗣𝗥𝗜𝗖𝗘","rank":2,"editor":"Label"},"BLF":{"caption":"Subscription Item ID","name":"subscriptionItemId","rank":1,"editor":"DynamicValue","value":"text"},"BOI":{"caption":"𝗦𝗧𝗥𝗜𝗣𝗘 𝗖𝗢𝗡𝗡𝗘𝗖𝗧   ══════════════════════","name":"𝗦𝗧𝗥𝗜𝗣𝗘 𝗖𝗢𝗡𝗡𝗘𝗖𝗧   ══════════════════════","rank":7,"editor":"Label"},"BOK":{"caption":"Seller/Account ID","name":"account_id","rank":8,"editor":"DynamicValue","value":"text","optional":true},"BUH":{"caption":"Price","name":"priceId","rank":3,"editor":"DynamicValue","value":"text","optional":true},"BYU":{"caption":"Payment Behavior","name":"paymentBehavior","rank":6,"editor":"Dropdown","optional":true},"BYV":{"caption":"𝗣𝗔𝗬𝗠𝗘𝗡𝗧","name":"𝗣𝗔𝗬𝗠𝗘𝗡𝗧","rank":5,"editor":"Label"}}},"BLM":{"display":"Stripe.js - External Account - Update","type":"server_side","return_value":{"BEp":{"caption":"External Account ID","name":"id","rank":0,"value":"text"},"BEx":{"caption":"Error","name":"error","rank":1,"value":"text"}},"fields":{"BEu":{"caption":"Default for Currency?","name":"default","rank":4,"editor":"DynamicValue","value":"boolean","optional":false,"default_val":true},"BFN":{"caption":"𝗗𝗘𝗧𝗔𝗜𝗟𝗦","name":"𝗗𝗘𝗧𝗔𝗜𝗟𝗦","rank":3,"editor":"Label"},"BGY":{"caption":"Seller/Account ID","name":"accountId","rank":1,"editor":"DynamicValue","value":"text"},"BLN":{"caption":"Note: To avoid fields being mistakenly unset, fields without set values will not be sent to Stripe.","name":"info","rank":0,"editor":"Label"},"BLO":{"caption":"External Account ID","name":"externalAccountid","rank":2,"editor":"DynamicValue","value":"text"}}},"BLQ":{"display":"Stripe.js - Transfer - Update","type":"server_side","return_value":{"BEp":{"caption":"Transfer ID","name":"id","rank":0,"value":"text"},"BEx":{"caption":"Error","name":"error","rank":1,"value":"text"}},"fields":{"BFN":{"caption":"𝗗𝗘𝗧𝗔𝗜𝗟𝗦","name":"𝗗𝗘𝗧𝗔𝗜𝗟𝗦","rank":2,"editor":"Label"},"BFw":{"caption":"Description","name":"description","rank":3,"editor":"DynamicValue","value":"text","optional":false},"BGY":{"caption":"Transfer ID","name":"id","rank":1,"editor":"DynamicValue","value":"text"},"BLR":{"caption":"Note: To avoid fields being mistakenly unset, fields without set values will not be sent to Stripe.","name":"note:_to_avoid_fields_being_mistakenly_unset,_fields_without_set_values_will_not_be_sent_to_stripe.","rank":0,"editor":"Label"}}},"BLT":{"display":"Stripe.js - Account - Delete","type":"server_side","return_value":{"BEp":{"caption":"Account ID","name":"id","rank":0,"value":"text"},"BEx":{"caption":"Error","name":"error","rank":1,"value":"text"}},"fields":{"BFd":{"caption":"Seller/Account ID","name":"id","rank":0,"editor":"DynamicValue","value":"text"}}},"BLV":{"display":"Stripe.js - External Account - Delete","type":"server_side","return_value":{"BEp":{"caption":"External Account ID","name":"id","rank":0,"value":"text"},"BEx":{"caption":"Error","name":"error","rank":1,"value":"text"}},"fields":{"BGY":{"caption":"Seller/Account ID","name":"accountId","rank":0,"editor":"DynamicValue","value":"text"},"BLW":{"caption":"External Account ID","name":"externalAccountId","rank":1,"editor":"DynamicValue","value":"text"}}},"BLX":{"display":"Stripe.js - Card - Delete","type":"server_side","return_value":{"BEp":{"caption":"Card ID","name":"id","rank":0,"value":"text"},"BEx":{"caption":"Error","name":"error","rank":1,"value":"text"}},"fields":{"BGY":{"caption":"Customer ID","name":"accountId","rank":0,"editor":"DynamicValue","value":"text"},"BLW":{"caption":"Card ID","name":"cardId","rank":1,"editor":"DynamicValue","value":"text"},"BOL":{"caption":"𝗦𝗧𝗥𝗜𝗣𝗘 𝗖𝗢𝗡𝗡𝗘𝗖𝗧   ══════════════════════","name":"𝗦𝗧𝗥𝗜𝗣𝗘 𝗖𝗢𝗡𝗡𝗘𝗖𝗧   ══════════════════════","rank":2,"editor":"Label"},"BON":{"caption":"Seller/Account ID","name":"account_id","rank":3,"editor":"DynamicValue","value":"text","optional":true}}},"BLY":{"display":"Stripe.js - Payout - Cancel","type":"server_side","return_value":{"BEp":{"caption":"Payout ID","name":"id","rank":0,"value":"text"},"BEx":{"caption":"Error","name":"error","rank":1,"value":"text"}},"fields":{"BKa":{"caption":"Payout ID","name":"payoutId","rank":0,"editor":"DynamicValue","value":"text"}}},"BLZ":{"display":"Stripe.js - Bank Account - Delete","type":"server_side","return_value":{"BEp":{"caption":"Bank Account ID","name":"id","rank":0,"value":"text"},"BEx":{"caption":"Error","name":"error","rank":1,"value":"text"}},"fields":{"BGY":{"caption":"Customer ID","name":"customerId","rank":0,"editor":"DynamicValue","value":"text"},"BLW":{"caption":"Bank Account ID","name":"bankAccountId","rank":1,"editor":"DynamicValue","value":"text"}}},"BLa":{"display":"Stripe.js - Plan - Update","type":"server_side","return_value":{"BEp":{"caption":"Plan ID","name":"id","rank":0,"value":"text"},"BEx":{"caption":"Error","name":"error","rank":1,"value":"text"}},"fields":{"BFN":{"caption":"Note: To avoid fields being mistakenly unset, fields without set values will not be sent to Stripe.","name":"Note: To avoid fields being mistakenly unset, fields without set values will not be sent to Stripe.","rank":0,"editor":"Label"},"BLE":{"caption":"𝗣𝗟𝗔𝗡","name":"𝗣𝗟𝗔𝗡","rank":2,"editor":"Label"},"BLF":{"caption":"Plan ID","name":"planId","rank":1,"editor":"DynamicValue","value":"text"},"BLb":{"caption":"Active?","name":"active","rank":3,"editor":"DynamicValue","value":"boolean","optional":true,"default_val":true},"BOO":{"caption":"𝗦𝗧𝗥𝗜𝗣𝗘 𝗖𝗢𝗡𝗡𝗘𝗖𝗧   ══════════════════════","name":"𝗦𝗧𝗥𝗜𝗣𝗘 𝗖𝗢𝗡𝗡𝗘𝗖𝗧   ══════════════════════","rank":4,"editor":"Label"},"BOQ":{"caption":"Seller/Account ID","name":"account_id","rank":5,"editor":"DynamicValue","value":"text","optional":true}}},"BLc":{"display":"Stripe.js - Plan - Delete","type":"server_side","return_value":{"BEp":{"caption":"Plan ID","name":"id","rank":0,"value":"text"},"BEx":{"caption":"Error","name":"error","rank":1,"value":"text"}},"fields":{"BFd":{"caption":"Plan ID","name":"id","rank":0,"editor":"DynamicValue","value":"text"},"BOR":{"caption":"𝗦𝗧𝗥𝗜𝗣𝗘 𝗖𝗢𝗡𝗡𝗘𝗖𝗧   ══════════════════════","name":"𝗦𝗧𝗥𝗜𝗣𝗘 𝗖𝗢𝗡𝗡𝗘𝗖𝗧   ══════════════════════","rank":1,"editor":"Label"},"BOT":{"caption":"Seller/Account ID","name":"account_id","rank":2,"editor":"DynamicValue","value":"text","optional":true}}},"BLd":{"display":"Stripe.js - PaymentMethod - Detach","type":"server_side","return_value":{"BED":{"caption":"PaymentMethod ID","name":"id","rank":0,"value":"text"},"BJc":{"caption":"Error","name":"error","rank":1,"value":"text"}},"fields":{"BEG":{"caption":"PaymentMethod ID","name":"paymentMethod","rank":0,"editor":"DynamicValue","value":"text"},"BOU":{"caption":"𝗦𝗧𝗥𝗜𝗣𝗘 𝗖𝗢𝗡𝗡𝗘𝗖𝗧   ══════════════════════","name":"𝗦𝗧𝗥𝗜𝗣𝗘 𝗖𝗢𝗡𝗡𝗘𝗖𝗧   ══════════════════════","rank":1,"editor":"Label"},"BOW":{"caption":"Seller/Account ID","name":"account_id","rank":2,"editor":"DynamicValue","value":"text","optional":true}}},"BLe":{"display":"Stripe.js - PaymentIntent - Update","type":"server_side","return_value":{"BED":{"caption":"PaymentIntent ID","name":"id","rank":0,"value":"text"},"BJe":{"caption":"Error","name":"error","rank":3,"value":"text"},"BSc":{"caption":"Status","name":"status","rank":2,"value":"text"},"BUS":{"caption":"Charge IDs (list)","name":"charges","rank":1,"value":"text","is_list":true}},"fields":{"BEK":{"caption":"Amount","name":"amount","rank":5,"editor":"DynamicValue","value":"number","optional":true},"BEL":{"caption":"Currency Code","name":"currency","rank":6,"editor":"DynamicValue","value":"text","default_val":"USD","optional":true},"BHP":{"caption":"Future Usage","name":"usage","rank":13,"editor":"Dropdown","default_val":"Both","optional":true},"BKb":{"caption":"PaymentMethod ID","name":"paymentMethod","rank":12,"editor":"DynamicValue","value":"text","optional":true},"BKd":{"caption":"Customer ID","name":"customerId","rank":3,"editor":"DynamicValue","value":"text","optional":true},"BKe":{"caption":"Off Session?","name":"offSession","rank":9,"editor":"DynamicValue","value":"boolean","default_val":true,"optional":true},"BKg":{"caption":"𝗣𝗔𝗬𝗠𝗘𝗡𝗧","name":"𝗣𝗔𝗬𝗠𝗘𝗡𝗧","rank":4,"editor":"Label"},"BKh":{"caption":"𝗣𝗔𝗬𝗠𝗘𝗡𝗧 𝗠𝗘𝗧𝗛𝗢𝗗","name":"𝗣𝗔𝗬𝗠𝗘𝗡𝗧_𝗠𝗘𝗧𝗛𝗢𝗗","rank":11,"editor":"Label"},"BKi":{"caption":"𝗖𝗨𝗦𝗧𝗢𝗠𝗘𝗥","name":"𝗖𝗨𝗦𝗧𝗢𝗠𝗘𝗥","rank":2,"editor":"Label","value":"text"},"BKz":{"caption":"Statement Suffix","name":"statementdescriptorsuffix","rank":8,"editor":"DynamicValue","value":"text","optional":true},"BLf":{"caption":"PaymentIntent ID","name":"paymentintent_id","rank":1,"editor":"DynamicValue","value":"text"},"BMO":{"caption":"Note: To avoid fields being mistakenly unset, fields without set values will not be sent to Stripe.","name":"info","rank":0,"editor":"Label"},"BOX":{"caption":"𝗦𝗧𝗥𝗜𝗣𝗘 𝗖𝗢𝗡𝗡𝗘𝗖𝗧   ══════════════════════","name":"𝗦𝗧𝗥𝗜𝗣𝗘 𝗖𝗢𝗡𝗡𝗘𝗖𝗧   ══════════════════════","rank":14,"editor":"Label"},"BOZ":{"caption":"Seller/Account ID","name":"account_id","rank":16,"editor":"DynamicValue","value":"text","optional":true},"BPE":{"caption":"Application Fee","name":"appfee","rank":17,"editor":"DynamicValue","value":"number","optional":true},"BPG":{"caption":"Transaction Type","name":"transactiontype","rank":15,"editor":"Dropdown","optional":true},"BPM":{"caption":"Description","name":"description","rank":7,"editor":"DynamicValue","value":"text","optional":true},"BPR":{"caption":"Transfer Amount","name":"autoAmount","rank":18,"editor":"DynamicValue","value":"number","optional":true},"BPV":{"caption":"Receipt Email","name":"receiptemail","rank":10,"editor":"DynamicValue","value":"text","optional":true},"BQV":{"caption":"Transfer Group","name":"transfer_group","rank":19,"editor":"DynamicValue","value":"text","optional":true}}},"BLg":{"display":"Stripe.js - Charge - Create","type":"server_side","return_value":{"BEp":{"caption":"Charge ID","name":"id","rank":0,"value":"text"},"BEx":{"caption":"Error","name":"error","rank":1,"value":"text"}},"fields":{"BEu":{"caption":"Amount","name":"amount","rank":7,"editor":"DynamicValue","value":"number","optional":false},"BFN":{"caption":"𝗦𝗢𝗨𝗥𝗖𝗘","name":"source ━━━━━━━━━━━━━━━━━━━┓","rank":0,"editor":"Label"},"BFs":{"caption":"Token","name":"token","rank":2,"editor":"DynamicValue","value":"text","optional":true},"BFt":{"caption":"𝗣𝗔𝗬𝗠𝗘𝗡𝗧","name":"payment━━━━━━━━━━━━━━━━━━━━┓","rank":6,"editor":"Label"},"BFw":{"caption":"Customer ID","name":"customerId","rank":3,"editor":"DynamicValue","value":"text","optional":true},"BFx":{"caption":"Type","name":"type","rank":1,"editor":"Dropdown","default_val":"Token"},"BFy":{"caption":"Card ID","name":"cardId","rank":4,"editor":"DynamicValue","value":"text","optional":true},"BFz":{"caption":"Currency","name":"currency","rank":8,"editor":"DynamicValue","value":"text"},"BGA":{"caption":"Capture Now?","name":"capture","rank":9,"editor":"DynamicValue","value":"boolean","default_val":true},"BGd":{"caption":"Transfer Group","name":"transfer_group","rank":10,"editor":"DynamicValue","value":"text","optional":true},"BOa":{"caption":"𝗦𝗧𝗥𝗜𝗣𝗘 𝗖𝗢𝗡𝗡𝗘𝗖𝗧   ══════════════════════","name":"𝗦𝗧𝗥𝗜𝗣𝗘 𝗖𝗢𝗡𝗡𝗘𝗖𝗧   ══════════════════════","rank":11,"editor":"Label"},"BOc":{"caption":"Seller/Account ID","name":"account_id","rank":12,"editor":"DynamicValue","value":"text","optional":true},"BSa":{"caption":"Bank Account ID","name":"bankaccount","rank":5,"editor":"DynamicValue","value":"text","optional":true}}},"BMu":{"display":"Stripe.js - Billing Portal Session - Create","type":"server_side","return_value":{"BEp":{"caption":"Portal Session ID","name":"id","rank":0,"value":"text"},"BEx":{"caption":"Error","name":"error","rank":2,"value":"text"},"BMv":{"caption":"Portal URL","name":"url","rank":1,"value":"text"}},"fields":{"BEu":{"caption":"Customer ID","name":"customerId","rank":1,"editor":"DynamicValue","value":"text","optional":true},"BFN":{"caption":"𝗚𝗘𝗡𝗘𝗥𝗔𝗟","name":"general ━━━━━━━━━━━━━━━━━━━┓","rank":0,"editor":"Label"},"BIA":{"caption":"Return URL","name":"returnUrl","rank":2,"editor":"DynamicValue","optional":true,"value":"text"},"BOd":{"caption":"𝗦𝗧𝗥𝗜𝗣𝗘 𝗖𝗢𝗡𝗡𝗘𝗖𝗧   ══════════════════════","name":"𝗦𝗧𝗥𝗜𝗣𝗘 𝗖𝗢𝗡𝗡𝗘𝗖𝗧   ══════════════════════","rank":3,"editor":"Label"},"BOf":{"caption":"Account ID","name":"account_id","rank":4,"editor":"DynamicValue","value":"text","optional":true}}},"BOg":{"display":"Stripe.js - Account (Seller, Company) - Update","type":"server_side","return_value":{"BEp":{"caption":"Account ID","name":"id","rank":0,"value":"text"},"BEx":{"caption":"Error","name":"error","rank":2,"value":"text"},"BKY":{"caption":"Bank Account IDs (list)","name":"banks","rank":1,"value":"text","is_list":true}},"fields":{"BEt":{"caption":"Currency Code","name":"default_currency","rank":3,"editor":"DynamicValue","value":"text","optional":true},"BEu":{"caption":"Bank Account","name":"bankaccount","rank":25,"editor":"DynamicValue","value":"text","optional":true},"BEv":{"caption":"Date","name":"tos_date","rank":31,"editor":"DynamicValue","value":"date","optional":true},"BEw":{"caption":"IP Address","name":"tos_ip","rank":30,"editor":"DynamicValue","value":"text","optional":true},"BEz":{"caption":"Seller/Account ID","name":"id","rank":1,"editor":"DynamicValue","value":"text"},"BFE":{"caption":"𝗧𝗢𝗦 𝗔𝗖𝗖𝗘𝗣𝗧𝗔𝗡𝗖𝗘","name":"»_tos_acceptance","rank":29,"editor":"Label"},"BFG":{"caption":"𝗚𝗘𝗡𝗘𝗥𝗔𝗟","name":"»_general","rank":2,"editor":"Label"},"BGg":{"caption":"Line 1","name":"lineone","rank":14,"editor":"DynamicValue","value":"text","optional":true},"BGh":{"caption":"Line 2","name":"linetwo","rank":15,"editor":"DynamicValue","value":"text","optional":true},"BGi":{"caption":"City","name":"city","rank":16,"editor":"DynamicValue","value":"text","optional":true},"BGj":{"caption":"State","name":"state","rank":17,"editor":"DynamicValue","value":"text","optional":true},"BGk":{"caption":"Postal Code","name":"postal","rank":18,"editor":"DynamicValue","value":"text","optional":true},"BGm":{"caption":"𝗔𝗗𝗗𝗥𝗘𝗦𝗦","name":"address","rank":13,"editor":"Label"},"BIH":{"caption":"Note: To avoid fields being mistakenly unset, fields without set values will not be sent to Stripe.","name":"ifleftempty","rank":0,"editor":"Label"},"BIJ":{"caption":"𝗖𝗢𝗠𝗣𝗔𝗡𝗬","name":"Company  ━━━━━━━━━━━━━━━━━━━┓","rank":6,"editor":"Label"},"BIP":{"caption":"Phone Number","name":"phone","rank":12,"editor":"DynamicValue","value":"text","optional":true},"BIQ":{"caption":"𝗣𝗔𝗬𝗢𝗨𝗧𝗦","name":"payouts_━━━━━━━━━━━━━━━━━━━┓","rank":24,"editor":"Label"},"BIR":{"caption":"Schedule","name":"schedule","rank":26,"editor":"Dropdown","default_val":"Daily","optional":true},"BJZ":{"caption":"Weekly Anchor","name":"wAnchor","rank":27,"editor":"Dropdown","optional":true},"BJa":{"caption":"Monthly Anchor","name":"mAnchor","rank":28,"editor":"Dropdown","value":"number","optional":true},"BNG":{"caption":"Website URL","name":"url","rank":4,"editor":"DynamicValue","value":"text","optional":true},"BNH":{"caption":"MCC","name":"mcc","rank":5,"editor":"DynamicValue","value":"text","optional":true},"BOh":{"caption":"Name","name":"name","rank":7,"editor":"DynamicValue","value":"text","optional":true},"BOi":{"caption":"Email Address","name":"email","rank":11,"editor":"DynamicValue","value":"text","optional":true},"BOj":{"caption":"Structure","name":"structure","rank":8,"editor":"Dropdown","optional":true},"BOk":{"caption":"Tax ID","name":"taxid","rank":9,"editor":"DynamicValue","value":"text","optional":true},"BOl":{"caption":"VAT ID","name":"vatid","rank":10,"editor":"DynamicValue","value":"text","optional":true},"BOm":{"caption":"𝗣𝗘𝗥𝗦𝗢𝗡𝗦","name":"𝗣𝗘𝗥𝗦𝗢𝗡𝗦","rank":19,"editor":"Label"},"BOn":{"caption":"Indicate the categories of Persons that have been provided in-full once complete.","name":"indicate","rank":20,"editor":"Label"},"BOo":{"caption":"Directors Provided","name":"directors_provided","rank":22,"editor":"DynamicValue","value":"boolean","optional":true},"BOp":{"caption":"Executives Provided","name":"executives_provided","rank":23,"editor":"DynamicValue","value":"boolean","optional":true},"BOq":{"caption":"Owners Provided","name":"owners_provided","rank":21,"editor":"DynamicValue","value":"boolean","optional":true}}},"BOu":{"display":"Stripe.js - Person - Update","type":"server_side","return_value":{"BEp":{"caption":"Person ID","name":"id","rank":0,"value":"text"},"BEx":{"caption":"Error","name":"error","rank":1,"value":"text"}},"fields":{"BEr":{"caption":"Email Address","name":"email","rank":6,"editor":"DynamicValue","value":"text","optional":true},"BEz":{"caption":"Seller/Account ID","name":"accountId","rank":1,"editor":"DynamicValue","value":"text"},"BGg":{"caption":"Line 1","name":"lineone","rank":12,"editor":"DynamicValue","value":"text","optional":true},"BGh":{"caption":"Line 2","name":"linetwo","rank":13,"editor":"DynamicValue","value":"text","optional":true},"BGi":{"caption":"City","name":"city","rank":14,"editor":"DynamicValue","value":"text","optional":true},"BGj":{"caption":"State","name":"state","rank":15,"editor":"DynamicValue","value":"text","optional":true},"BGk":{"caption":"Postal Code","name":"postal","rank":16,"editor":"DynamicValue","value":"text","optional":true},"BGl":{"caption":"Country","name":"country","rank":17,"editor":"DynamicValue","value":"text","optional":true},"BII":{"caption":"Date of Birth","name":"dob","rank":8,"editor":"DynamicValue","value":"date","optional":true},"BIK":{"caption":"SSN (Last 4) 🇺🇸","name":"lastFour","rank":10,"editor":"DynamicValue","value":"text","optional":true},"BIN":{"caption":"First Name","name":"firstName","rank":4,"editor":"DynamicValue","value":"text","optional":true},"BIO":{"caption":"Last Name","name":"lastName","rank":5,"editor":"DynamicValue","value":"text","optional":true},"BIP":{"caption":"Phone Number","name":"phone","rank":7,"editor":"DynamicValue","value":"text","optional":true},"BMw":{"caption":"𝗥𝗘𝗟𝗔𝗧𝗜𝗢𝗡𝗦𝗛𝗜𝗣","name":"𝗥𝗘𝗟𝗔𝗧𝗜𝗢𝗡𝗦𝗛𝗜𝗣","rank":18,"editor":"Label"},"BMx":{"caption":"Director","name":"director","rank":21,"editor":"DynamicValue","value":"boolean","default_val":false,"optional":true},"BMy":{"caption":"Executive","name":"executive","rank":22,"editor":"DynamicValue","value":"boolean","default_val":false,"optional":true},"BMz":{"caption":"Owner","name":"owner","rank":23,"editor":"DynamicValue","value":"boolean","default_val":false,"optional":true},"BNA":{"caption":"Owner Percentage","name":"ownerpercentage","rank":24,"editor":"DynamicValue","value":"number","optional":true},"BNB":{"caption":"Representative","name":"representative","rank":20,"editor":"DynamicValue","value":"boolean","default_val":false,"optional":true},"BNC":{"caption":"Title","name":"title","rank":19,"editor":"DynamicValue","value":"text","optional":true},"BND":{"caption":"𝗣𝗘𝗥𝗦𝗢𝗡","name":"𝗣𝗘𝗥𝗦𝗢𝗡","rank":3,"editor":"Label"},"BOs":{"caption":"𝗔𝗗𝗗𝗥𝗘𝗦𝗦","name":"𝗔𝗗𝗗𝗥𝗘𝗦𝗦","rank":11,"editor":"Label"},"BOt":{"caption":"ID Number","name":"idnumber","rank":9,"editor":"DynamicValue","value":"text","optional":true},"BOv":{"caption":"Person ID","name":"id","rank":2,"editor":"DynamicValue","value":"text"},"BOw":{"caption":"Note: To avoid fields being mistakenly unset, fields without set values will not be sent to Stripe.","name":"note:_to_avoid_fields_being_mistakenly_unset,_fields_without_set_values_will_not_be_sent_to_stripe.","rank":0,"editor":"Label"}}},"BOx":{"display":"Stripe.js - Account Link - Create","type":"server_side","return_value":{"BEx":{"caption":"Error","name":"error","rank":1,"value":"text"},"BJX":{"caption":"Account Link URL","name":"url","rank":0,"value":"text"}},"fields":{"BFN":{"caption":"𝗦𝗘𝗟𝗟𝗘𝗥","name":"𝗦𝗘𝗟𝗟𝗘𝗥","rank":0,"editor":"Label"},"BFs":{"caption":"Seller/Account ID","name":"accountId","rank":1,"editor":"DynamicValue","value":"text"},"BFt":{"caption":"𝗟𝗜𝗡𝗞𝗦","name":"𝗟𝗜𝗡𝗞𝗦","rank":2,"editor":"Label"},"BOy":{"caption":"Type","name":"type","rank":3,"editor":"Dropdown"},"BOz":{"caption":"Success URL","name":"success_url","rank":4,"editor":"DynamicValue","value":"text"},"BPA":{"caption":"Failure URL","name":"failure_url","rank":5,"editor":"DynamicValue","value":"text"}}},"BPh":{"display":"Stripe.js - Topup - Create","type":"server_side","return_value":{"BEp":{"caption":"Top-up ID","name":"id","rank":0,"value":"text"},"BEx":{"caption":"Error","name":"error","rank":1,"value":"text"}},"fields":{"BFw":{"caption":"Currency","name":"currency","rank":1,"editor":"DynamicValue","value":"text","optional":false},"BGc":{"caption":"Amount","name":"amount","rank":0,"editor":"DynamicValue","value":"number"},"BPT":{"caption":"Description","name":"description","rank":2,"editor":"DynamicValue","value":"text","optional":true}}},"BPm":{"display":"Stripe.js - PaymentMethod - Update","type":"server_side","return_value":{"BEp":{"caption":"PaymentMethod ID","name":"id","rank":0,"value":"text"},"BEx":{"caption":"Error","name":"error","rank":1,"value":"text"}},"fields":{"BEr":{"caption":"PaymentMethod ID","name":"paymentMethodId","rank":0,"editor":"DynamicValue","value":"text","optional":false},"BEu":{"caption":"Name","name":"name","rank":2,"editor":"DynamicValue","value":"text","optional":true},"BFN":{"caption":"𝗚𝗘𝗡𝗘𝗥𝗔𝗟","name":"general ━━━━━━━━━━━━━━━━━━━┓","rank":1,"editor":"Label"},"BHv":{"caption":"𝗕𝗜𝗟𝗟𝗜𝗡𝗚 𝗔𝗗𝗗𝗥𝗘𝗦𝗦","name":"address_━━━━━━━━━━━━━━━━━━━┓","rank":3,"editor":"Label"},"BHw":{"caption":"Line 1","name":"lineone","rank":4,"editor":"DynamicValue","optional":true,"value":"text"},"BHx":{"caption":"Line 2","name":"linetwo","rank":5,"editor":"DynamicValue","optional":true,"value":"text"},"BHy":{"caption":"City","name":"city","rank":6,"editor":"DynamicValue","optional":true,"value":"text"},"BHz":{"caption":"State","name":"state","rank":7,"editor":"DynamicValue","optional":true,"value":"text"},"BIA":{"caption":"Postal Code","name":"postalcode","rank":8,"editor":"DynamicValue","optional":true,"value":"text"},"BIB":{"caption":"Country Code","name":"country","rank":9,"editor":"DynamicValue","optional":true,"value":"text"},"BNV":{"caption":"𝗦𝗧𝗥𝗜𝗣𝗘 𝗖𝗢𝗡𝗡𝗘𝗖𝗧   ══════════════════════","name":"𝗦𝗧𝗥𝗜𝗣𝗘 𝗖𝗢𝗡𝗡𝗘𝗖𝗧   ══════════════════════","rank":10,"editor":"Label"},"BNX":{"caption":"Seller/Account ID","name":"account_id","rank":11,"editor":"DynamicValue","value":"text","optional":true}}},"BPo":{"display":"Stripe.js - Account (Seller, All) - Reject","type":"server_side","return_value":{"BEp":{"caption":"Account ID","name":"id","rank":0,"value":"text"},"BEx":{"caption":"Error","name":"error","rank":1,"value":"text"}},"fields":{"BEz":{"caption":"Seller/Account ID","name":"id","rank":0,"editor":"DynamicValue","value":"text"},"BJa":{"caption":"Reason","name":"reason","rank":1,"editor":"Dropdown","value":"number","optional":false}}},"BPs":{"display":"Stripe.js - Price - Create","type":"server_side","return_value":{"BED":{"caption":"ID","name":"id","rank":0,"value":"text"},"BJe":{"caption":"Error","name":"error","rank":1,"value":"text"}},"fields":{"BEK":{"caption":"Amount","name":"amount","rank":3,"editor":"DynamicValue","value":"number"},"BEL":{"caption":"Currency Code","name":"currency","rank":4,"editor":"DynamicValue","value":"text","default_val":"USD"},"BKd":{"caption":"Product ID","name":"productId","rank":1,"editor":"DynamicValue","value":"text","optional":false},"BKg":{"caption":"𝗣𝗥𝗜𝗖𝗘","name":"𝗣𝗥𝗜𝗖𝗘","rank":2,"editor":"Label"},"BKi":{"caption":"𝗣𝗥𝗢𝗗𝗨𝗖𝗧","name":"𝗣𝗥𝗢𝗗𝗨𝗖𝗧","rank":0,"editor":"Label","value":"text"},"BNK":{"caption":"𝗦𝗧𝗥𝗜𝗣𝗘 𝗖𝗢𝗡𝗡𝗘𝗖𝗧   ══════════════════════","name":"𝗦𝗧𝗥𝗜𝗣𝗘 𝗖𝗢𝗡𝗡𝗘𝗖𝗧   ══════════════════════","rank":10,"editor":"Label"},"BNM":{"caption":"Seller/Account ID","name":"account_id","rank":11,"editor":"DynamicValue","value":"text","optional":true},"BPL":{"caption":"Description","name":"description","rank":5,"editor":"DynamicValue","value":"text","optional":true},"BPu":{"caption":"𝗙𝗥𝗘𝗤𝗨𝗘𝗡𝗖𝗬","name":"𝗙𝗥𝗘𝗤𝗨𝗘𝗡𝗖𝗬","rank":6,"editor":"Label"},"BPv":{"caption":"Interval Count","name":"interval_count","rank":8,"editor":"DynamicValue","value":"number","optional":true},"BPw":{"caption":"Interval Unit","name":"interval_unit","rank":9,"editor":"Dropdown","default_val":"Month","optional":true},"BRS":{"caption":"These fields will classify this Price as recurring.","name":"info","rank":7,"editor":"Label"}}},"BPx":{"display":"Stripe.js - Price - Update","type":"server_side","return_value":{"BED":{"caption":"ID","name":"id","rank":0,"value":"text"},"BJe":{"caption":"Error","name":"error","rank":1,"value":"text"}},"fields":{"BEK":{"caption":"Active?","name":"active","rank":3,"editor":"DynamicValue","value":"boolean","default_val":true,"optional":true},"BKd":{"caption":"Price ID","name":"id","rank":1,"editor":"DynamicValue","value":"text","optional":false},"BKg":{"caption":"𝗣𝗥𝗜𝗖𝗘","name":"𝗣𝗥𝗜𝗖𝗘","rank":2,"editor":"Label"},"BNK":{"caption":"𝗦𝗧𝗥𝗜𝗣𝗘 𝗖𝗢𝗡𝗡𝗘𝗖𝗧   ══════════════════════","name":"𝗦𝗧𝗥𝗜𝗣𝗘 𝗖𝗢𝗡𝗡𝗘𝗖𝗧   ══════════════════════","rank":5,"editor":"Label"},"BNM":{"caption":"Seller/Account ID","name":"account_id","rank":6,"editor":"DynamicValue","value":"text","optional":true},"BPL":{"caption":"Description","name":"description","rank":4,"editor":"DynamicValue","value":"text","optional":true},"BPy":{"caption":"Note: To avoid fields being mistakenly unset, fields without set values will not be sent to Stripe.","name":"note:_to_avoid_fields_being_mistakenly_unset,_fields_without_set_values_will_not_be_sent_to_stripe.","rank":0,"editor":"Label"}}},"BPz":{"display":"Stripe.js - Account (Seller, Individual) - Update for Special Fields","type":"server_side","return_value":{"BEp":{"caption":"Account ID","name":"id","rank":0,"value":"text"},"BEx":{"caption":"Error","name":"error","rank":1,"value":"text"}},"fields":{"BEr":{"caption":"🇯🇵 Last Name Kana","name":"lastNamekana","rank":4,"editor":"DynamicValue","value":"text","optional":true},"BEu":{"caption":"🇯🇵 Kana Line 2","name":"address_line2_kana","rank":10,"editor":"DynamicValue","value":"text","optional":true},"BEv":{"caption":"🇯🇵 Kana State","name":"address_state_kana","rank":13,"editor":"DynamicValue","value":"text","optional":true},"BEw":{"caption":"🇯🇵 Kana Town","name":"address_town_kana","rank":12,"editor":"DynamicValue","value":"text","optional":true},"BEz":{"caption":"Seller/Account ID","name":"id","rank":1,"editor":"DynamicValue","value":"text"},"BGj":{"caption":"🇯🇵 Kana Line 1","name":"address_line1_kana","rank":9,"editor":"DynamicValue","value":"text","optional":true},"BGm":{"caption":"𝗔𝗗𝗗𝗥𝗘𝗦𝗦","name":"address","rank":8,"editor":"Label"},"BIH":{"caption":"Note: To avoid fields being mistakenly unset, fields without set values will not be sent to Stripe.","name":"ifleftempty","rank":0,"editor":"Label"},"BIJ":{"caption":"𝗜𝗡𝗗𝗜𝗩𝗜𝗗𝗨𝗔𝗟","name":"Individual ━━━━━━━━━━━━━━━━━━━┓","rank":2,"editor":"Label"},"BIN":{"caption":"🇯🇵 First Name Kana","name":"firstNamekana","rank":3,"editor":"DynamicValue","value":"text","optional":true},"BIO":{"caption":"🇯🇵 First Name Kanji","name":"firstNamekanji","rank":5,"editor":"DynamicValue","value":"text","optional":true},"BIP":{"caption":"🇯🇵 Last Name Kanji","name":"lastNamekanji","rank":6,"editor":"DynamicValue","value":"text","optional":true},"BIR":{"caption":"Gender","name":"gender","rank":7,"editor":"Dropdown","optional":true},"BJZ":{"caption":"🇯🇵 Kana City","name":"address_city_kana","rank":11,"editor":"DynamicValue","optional":true,"value":"text"},"BJa":{"caption":"🇯🇵 Kana Postal Code","name":"address_postal_code_kana","rank":14,"editor":"DynamicValue","value":"text","optional":true},"BQA":{"caption":"🇯🇵 Kana Country","name":"address_country_kana","rank":15,"editor":"DynamicValue","value":"text","optional":true},"BQB":{"caption":"🇯🇵 Kanji Line 1","name":"address_line1_kanji","rank":16,"editor":"DynamicValue","value":"text","optional":true},"BQC":{"caption":"🇯🇵 Kanji Line 2","name":"address_line2_kanji","rank":17,"editor":"DynamicValue","value":"text","optional":true},"BQD":{"caption":"🇯🇵 Kanji City","name":"address_city_kanji","rank":18,"editor":"DynamicValue","value":"text","optional":true},"BQE":{"caption":"🇯🇵 Kanji Postal Code","name":"address_postal_code_kanji","rank":21,"editor":"DynamicValue","value":"text","optional":true},"BQF":{"caption":"🇯🇵 Kanji State","name":"address_state_kanji","rank":20,"editor":"DynamicValue","value":"text","optional":true},"BQG":{"caption":"🇯🇵 Kanji Country","name":"address_country_kanji","rank":22,"editor":"DynamicValue","value":"text","optional":true},"BQH":{"caption":"🇯🇵 Kanji Town","name":"address_town_kanji","rank":19,"editor":"DynamicValue","value":"text","optional":true}}},"BQK":{"display":"Stripe.js - Bank Account - Verify","type":"server_side","return_value":{"BEp":{"caption":"Bank Account ID","name":"id","rank":0,"value":"text"},"BEx":{"caption":"Error","name":"error","rank":2,"value":"text"},"BQN":{"caption":"Status","name":"status","rank":1,"value":"text"}},"fields":{"BFN":{"caption":"𝗔𝗠𝗢𝗨𝗡𝗧𝗦","name":"Amounts  ━━━━━━━━━━━━━━━━━━━┓","rank":3,"editor":"Label"},"BFw":{"caption":"Customer ID","name":"customerId","rank":2,"editor":"DynamicValue","value":"text","optional":false},"BGY":{"caption":"Bank Account ID","name":"id","rank":1,"editor":"DynamicValue","value":"text"},"BGZ":{"caption":"Note: To avoid fields being mistakenly unset, fields without set values will not be sent to Stripe.","name":"Note: To avoid fields being mistakenly unset, fields without set values will not be sent to Stripe.","rank":0,"editor":"Label"},"BQL":{"caption":"Amount #1","name":"amountOne","rank":4,"editor":"DynamicValue","value":"number"},"BQM":{"caption":"Amount #2","name":"amountTwo","rank":5,"editor":"DynamicValue","value":"number"}}},"BRb":{"display":"Stripe.js - Usage Record - Create","type":"server_side","return_value":{"BEx":{"caption":"Error","name":"error","rank":1,"value":"text"},"BJX":{"caption":"Usage Record ID","name":"id","rank":0,"value":"text"}},"fields":{"BRW":{"caption":"Subscription Item ID","name":"id","rank":0,"editor":"DynamicValue","value":"text"},"BRX":{"caption":"𝗨𝗦𝗔𝗚𝗘","name":"𝗨𝗦𝗔𝗚𝗘","rank":1,"editor":"Label"},"BRY":{"caption":"Quantity","name":"quantity","rank":3,"editor":"DynamicValue","value":"number"},"BRZ":{"caption":"Date","name":"date","rank":4,"editor":"DynamicValue","value":"date"},"BRc":{"caption":"Action","name":"action","rank":2,"editor":"Dropdown","default_val":"Increment"}}},"BST":{"display":"Stripe.js - Invoice - Pay","type":"server_side","return_value":{"BEp":{"caption":"Invoice ID","name":"id","rank":0,"value":"text"},"BEx":{"caption":"Error","name":"error","rank":2,"value":"text"},"BMv":{"caption":"Invoice Status","name":"status","rank":1,"value":"text"}},"fields":{"BSO":{"caption":"Invoice ID","name":"id","rank":0,"editor":"DynamicValue","value":"text","optional":true},"BSP":{"caption":"𝗣𝗔𝗬𝗠𝗘𝗡𝗧","name":"𝗣𝗔𝗬𝗠𝗘𝗡𝗧","rank":1,"editor":"Label"},"BSQ":{"caption":"Off Session?","name":"offSession","rank":2,"editor":"DynamicValue","optional":false,"value":"boolean","default_val":true},"BSR":{"caption":"𝗦𝗧𝗥𝗜𝗣𝗘 𝗖𝗢𝗡𝗡𝗘𝗖𝗧   ══════════════════════","name":"𝗦𝗧𝗥𝗜𝗣𝗘 𝗖𝗢𝗡𝗡𝗘𝗖𝗧   ══════════════════════","rank":4,"editor":"Label"},"BSS":{"caption":"Account ID","name":"account_id","rank":5,"editor":"DynamicValue","value":"text","optional":true},"BSU":{"caption":"PaymentMethod ID","name":"paymentMethod","rank":3,"editor":"DynamicValue","value":"text","optional":true}}},"BSp":{"display":"Stripe.js - File - Create","type":"server_side","return_value":{"BEp":{"caption":"File ID","name":"id","rank":0,"value":"text"},"BEx":{"caption":"Error","name":"error","rank":1,"value":"text"}},"fields":{"BSk":{"caption":"𝗙𝗜𝗟𝗘","name":"𝗙𝗜𝗟𝗘","rank":1,"editor":"Label"},"BSl":{"caption":"Purpose","name":"purpose","rank":2,"editor":"Dropdown","optional":false,"value":"text"},"BSm":{"caption":"𝗦𝗧𝗥𝗜𝗣𝗘 𝗖𝗢𝗡𝗡𝗘𝗖𝗧   ══════════════════════","name":"𝗦𝗧𝗥𝗜𝗣𝗘 𝗖𝗢𝗡𝗡𝗘𝗖𝗧   ══════════════════════","rank":4,"editor":"Label"},"BSn":{"caption":"Account ID","name":"account_id","rank":5,"editor":"DynamicValue","value":"text","optional":true},"BSo":{"caption":"File","name":"file","rank":3,"editor":"DynamicValue","value":"file","optional":true},"BSw":{"caption":"⚠️This action is in development. Do not use in production applications.","name":"⚠️","rank":0,"editor":"Label"}}},"BTR":{"display":"Stripe.js - Transfer Reversal - Create","type":"server_side","return_value":{"BEp":{"caption":"Transfer Reversal ID","name":"id","rank":0,"value":"text"},"BEx":{"caption":"Error","name":"error","rank":1,"value":"text"}},"fields":{"BTN":{"caption":"𝗥𝗘𝗩𝗘𝗥𝗦𝗔𝗟","name":"𝗥𝗘𝗩𝗘𝗥𝗦𝗔𝗟","rank":2,"editor":"Label"},"BTO":{"caption":"Description","name":"description","rank":4,"editor":"DynamicValue","value":"text","optional":false},"BTP":{"caption":"Transfer ID","name":"id","rank":1,"editor":"DynamicValue","value":"text"},"BTQ":{"caption":"Note: To avoid fields being mistakenly unset, fields without set values will not be sent to Stripe.","name":"note:_to_avoid_fields_being_mistakenly_unset,_fields_without_set_values_will_not_be_sent_to_stripe.","rank":0,"editor":"Label"},"BTS":{"caption":"Amount","name":"amount","rank":3,"editor":"DynamicValue","value":"number"}}},"BTm":{"display":"Stripe.js - Invoice - Create","type":"server_side","return_value":{"BEp":{"caption":"Invoice ID","name":"id","rank":0,"value":"text"},"BEx":{"caption":"Error","name":"error","rank":2,"value":"text"},"BTn":{"caption":"Invoice Line Item IDs (list)","name":"items","rank":1,"value":"text","is_list":true}},"fields":{"BTb":{"caption":"𝗜𝗡𝗩𝗢𝗜𝗖𝗘","name":"𝗜𝗡𝗩𝗢𝗜𝗖𝗘","rank":0,"editor":"Label"},"BTc":{"caption":"Collection Method","name":"collection","rank":2,"editor":"Dropdown","value":"text","optional":false,"default_val":"Send Invoice"},"BTd":{"caption":"𝗣𝗔𝗬𝗠𝗘𝗡𝗧","name":"𝗣𝗔𝗬𝗠𝗘𝗡𝗧","rank":3,"editor":"Label"},"BTf":{"caption":"Customer ID","name":"customerId","rank":1,"editor":"DynamicValue","value":"text","optional":false},"BTj":{"caption":"Due Date","name":"dueDate","rank":4,"editor":"DynamicValue","value":"date","optional":true},"BTk":{"caption":"𝗦𝗧𝗥𝗜𝗣𝗘 𝗖𝗢𝗡𝗡𝗘𝗖𝗧   ══════════════════════","name":"𝗦𝗧𝗥𝗜𝗣𝗘 𝗖𝗢𝗡𝗡𝗘𝗖𝗧   ══════════════════════","rank":9,"editor":"Label"},"BTl":{"caption":"Seller/Account ID","name":"account_id","rank":10,"editor":"DynamicValue","value":"text","optional":true},"BUC":{"caption":"Data (optional)","name":"metadata","rank":8,"editor":"key_value_list","value":"text"},"BUD":{"caption":"𝗠𝗘𝗧𝗔𝗗𝗔𝗧𝗔","name":"𝗠𝗘𝗧𝗔𝗗𝗔𝗧𝗔","rank":7,"editor":"Label"},"BUJ":{"caption":"Automatic Tax","name":"automaticTax","rank":5,"editor":"DynamicValue","value":"boolean","default_val":false,"optional":true},"BUQ":{"caption":"Auto Advance","name":"autoAdvance","rank":6,"editor":"DynamicValue","value":"boolean","optional":true,"default_val":true}}},"BTx":{"display":"Stripe.js - Invoice Item - Create","type":"server_side","return_value":{"BEp":{"caption":"Invoice Item ID","name":"id","rank":0,"value":"text"},"BEx":{"caption":"Error","name":"error","rank":1,"value":"text"}},"fields":{"BTq":{"caption":"𝗜𝗡𝗩𝗢𝗜𝗖𝗘 𝗜𝗧𝗘𝗠","name":"𝗜𝗡𝗩𝗢𝗜𝗖𝗘 𝗜𝗧𝗘𝗠","rank":3,"editor":"Label"},"BTr":{"caption":"Description","name":"description","rank":4,"editor":"DynamicValue","value":"text","optional":true},"BTt":{"caption":"Customer ID","name":"customerId","rank":1,"editor":"DynamicValue","value":"text","optional":false},"BTv":{"caption":"𝗦𝗧𝗥𝗜𝗣𝗘 𝗖𝗢𝗡𝗡𝗘𝗖𝗧   ══════════════════════","name":"𝗦𝗧𝗥𝗜𝗣𝗘 𝗖𝗢𝗡𝗡𝗘𝗖𝗧   ══════════════════════","rank":10,"editor":"Label"},"BTw":{"caption":"Seller/Account ID","name":"account_id","rank":11,"editor":"DynamicValue","value":"text","optional":true},"BTy":{"caption":"Amount","name":"amount","rank":5,"editor":"DynamicValue","value":"number"},"BTz":{"caption":"𝗜𝗡𝗩𝗢𝗜𝗖𝗘","name":"𝗜𝗡𝗩𝗢𝗜𝗖𝗘","rank":0,"editor":"Label"},"BUA":{"caption":"Invoice ID","name":"invoiceId","rank":2,"editor":"DynamicValue","value":"text","optional":true},"BUB":{"caption":"Quantity","name":"quantity","rank":7,"editor":"DynamicValue","value":"number","optional":true},"BUE":{"caption":"Data (optional)","name":"metadata","rank":9,"editor":"key_value_list","value":"text"},"BUF":{"caption":"𝗠𝗘𝗧𝗔𝗗𝗔𝗧𝗔","name":"𝗠𝗘𝗧𝗔𝗗𝗔𝗧𝗔","rank":8,"editor":"Label"},"BUG":{"caption":"Currency Code","name":"currency","rank":6,"editor":"DynamicValue","value":"text"}}},"BUZ":{"display":"Stripe.js - SetupIntent - Create","type":"server_side","return_value":{"BEp":{"caption":"SetupIntent ID","name":"id","rank":0,"value":"text"},"BEx":{"caption":"Error","name":"error","rank":2,"value":"text"},"BXb":{"caption":"Client Secret","name":"cs","rank":1,"value":"text"}},"fields":{"BUT":{"caption":"𝗣𝗔𝗬𝗠𝗘𝗡𝗧 𝗠𝗘𝗧𝗛𝗢𝗗","name":"𝗣𝗔𝗬𝗠𝗘𝗡𝗧 𝗠𝗘𝗧𝗛𝗢𝗗","rank":1,"editor":"Label"},"BUU":{"caption":"Method Types","name":"methodTypes","rank":2,"editor":"StaticText","optional":false,"value":"text","default_val":"card"},"BUV":{"caption":"𝗦𝗧𝗥𝗜𝗣𝗘 𝗖𝗢𝗡𝗡𝗘𝗖𝗧   ══════════════════════","name":"𝗦𝗧𝗥𝗜𝗣𝗘 𝗖𝗢𝗡𝗡𝗘𝗖𝗧   ══════════════════════","rank":8,"editor":"Label"},"BUW":{"caption":"Account ID","name":"account_id","rank":9,"editor":"DynamicValue","value":"text","optional":true},"BVM":{"caption":"Customer ID","name":"customerId","rank":0,"editor":"DynamicValue","value":"text","optional":true},"BVa":{"caption":"Description","name":"description","rank":5,"editor":"DynamicValue","value":"text","optional":true},"BVb":{"caption":"𝗗𝗘𝗧𝗔𝗜𝗟𝗦","name":"𝗗𝗘𝗧𝗔𝗜𝗟𝗦","rank":4,"editor":"Label"},"BXN":{"caption":"𝗠𝗘𝗧𝗔𝗗𝗔𝗧𝗔","name":"𝗠𝗘𝗧𝗔𝗗𝗔𝗧𝗔","rank":6,"editor":"Label"},"BXO":{"caption":"Data (optional)","name":"metadata","rank":7,"editor":"key_value_list","value":"text"},"BXc":{"caption":"Future Usage","name":"usage","rank":3,"editor":"Dropdown","value":"text","default_val":"Both"}}},"BVK":{"display":"Stripe.js - Customer Token - Create","type":"server_side","return_value":{"BEp":{"caption":"Customer ID","name":"id","rank":0,"value":"text"},"BEx":{"caption":"Error","name":"error","rank":1,"value":"text"}},"fields":{"BUl":{"caption":"𝗖𝗨𝗦𝗧𝗢𝗠𝗘𝗥","name":"general ━━━━━━━━━━━━━━━━━━━┓","rank":0,"editor":"Label"},"BUm":{"caption":"Customer ID","name":"customerId","rank":1,"editor":"DynamicValue","value":"text","optional":false},"BUv":{"caption":"Seller/Account ID","name":"account_id","rank":2,"editor":"DynamicValue","value":"text","optional":false}}},"BVZ":{"display":"Stripe.js - PaymentMethod - Clone","type":"server_side","return_value":{"BEp":{"caption":"PaymentMethod ID","name":"id","rank":0,"value":"text"},"BEx":{"caption":"Error","name":"error","rank":1,"value":"text"}},"fields":{"BVN":{"caption":"Customer ID","name":"customerId","rank":0,"editor":"DynamicValue","value":"text","optional":false},"BVW":{"caption":"PaymentMethod ID","name":"paymentMethod","rank":1,"editor":"DynamicValue","optional":false,"value":"text"},"BVY":{"caption":"Seller/Account ID","name":"account_id","rank":2,"editor":"DynamicValue","value":"text","optional":false}}},"BVh":{"display":"Stripe.js - Subscription - Pause","type":"server_side","return_value":{"BEp":{"caption":"Subscription ID","name":"id","rank":0,"value":"text"},"BEx":{"caption":"Error","name":"error","rank":1,"value":"text"}},"fields":{"BVc":{"caption":"𝗣𝗔𝗨𝗦𝗘","name":"𝗣𝗔𝗨𝗦𝗘","rank":1,"editor":"Label"},"BVd":{"caption":"Subscription ID","name":"subscriptionId","rank":0,"editor":"DynamicValue","value":"text","optional":false},"BVf":{"caption":"𝗦𝗧𝗥𝗜𝗣𝗘 𝗖𝗢𝗡𝗡𝗘𝗖𝗧   ══════════════════════","name":"𝗦𝗧𝗥𝗜𝗣𝗘 𝗖𝗢𝗡𝗡𝗘𝗖𝗧   ══════════════════════","rank":4,"editor":"Label"},"BVg":{"caption":"Seller/Account ID","name":"account_id","rank":5,"editor":"DynamicValue","value":"text","optional":true},"BVi":{"caption":"Behavior","name":"behavior","rank":2,"editor":"Dropdown","default_val":"Mark Uncollectible"},"BVp":{"caption":"Resumes At","name":"resumesAt","rank":3,"editor":"DynamicValue","value":"date","optional":true}}},"BVo":{"display":"Stripe.js - Subscription - Resume","type":"server_side","return_value":{"BEp":{"caption":"Subscription ID","name":"id","rank":0,"value":"text"},"BEx":{"caption":"Error","name":"error","rank":1,"value":"text"}},"fields":{"BVk":{"caption":"Subscription ID","name":"subscriptionId","rank":0,"editor":"DynamicValue","value":"text","optional":false},"BVl":{"caption":"𝗦𝗧𝗥𝗜𝗣𝗘 𝗖𝗢𝗡𝗡𝗘𝗖𝗧   ══════════════════════","name":"𝗦𝗧𝗥𝗜𝗣𝗘 𝗖𝗢𝗡𝗡𝗘𝗖𝗧   ══════════════════════","rank":1,"editor":"Label"},"BVm":{"caption":"Seller/Account ID","name":"account_id","rank":2,"editor":"DynamicValue","value":"text","optional":true}}},"BXV":{"display":"Stripe.js - Invoice - Finalize","type":"server_side","return_value":{"BEp":{"caption":"Invoice ID","name":"id","rank":0,"value":"text"},"BEx":{"caption":"Error","name":"error","rank":2,"value":"text"},"BMv":{"caption":"Invoice Status","name":"status","rank":1,"value":"text"}},"fields":{"BXP":{"caption":"Invoice ID","name":"id","rank":0,"editor":"DynamicValue","value":"text","optional":true},"BXQ":{"caption":"𝗣𝗔𝗬𝗠𝗘𝗡𝗧","name":"𝗣𝗔𝗬𝗠𝗘𝗡𝗧","rank":1,"editor":"Label"},"BXR":{"caption":"Auto Advance","name":"autoAdvance","rank":2,"editor":"DynamicValue","optional":false,"value":"boolean","default_val":true},"BXS":{"caption":"𝗦𝗧𝗥𝗜𝗣𝗘 𝗖𝗢𝗡𝗡𝗘𝗖𝗧   ══════════════════════","name":"𝗦𝗧𝗥𝗜𝗣𝗘 𝗖𝗢𝗡𝗡𝗘𝗖𝗧   ══════════════════════","rank":3,"editor":"Label"},"BXT":{"caption":"Account ID","name":"account_id","rank":4,"editor":"DynamicValue","value":"text","optional":true}}},"BYO":{"display":"Stripe.js - Subscription Item - Delete","type":"server_side","return_value":{"BEp":{"caption":"Subscription Item ID","name":"id","rank":0,"value":"text"},"BEx":{"caption":"Error","name":"error","rank":1,"value":"text"}},"fields":{"BYL":{"caption":"Subscription Item ID","name":"id","rank":0,"editor":"DynamicValue","value":"text"},"BYM":{"caption":"𝗦𝗧𝗥𝗜𝗣𝗘 𝗖𝗢𝗡𝗡𝗘𝗖𝗧   ══════════════════════","name":"𝗦𝗧𝗥𝗜𝗣𝗘 𝗖𝗢𝗡𝗡𝗘𝗖𝗧   ══════════════════════","rank":1,"editor":"Label"},"BYN":{"caption":"Seller/Account ID","name":"account_id","rank":2,"editor":"DynamicValue","value":"text","optional":true}}},"BYq":{"display":"Stripe.js - VerificationSession - Create","type":"server_side","return_value":{"BED":{"caption":"ID","name":"id","rank":0,"value":"text"},"BJe":{"caption":"Error","name":"error","rank":2,"value":"text"},"BYr":{"caption":"Client Secret","name":"cs","rank":1,"value":"text"}},"fields":{"BYg":{"caption":"Type","name":"type","rank":1,"editor":"Dropdown","value":"text","optional":false,"default_val":"Document"},"BYi":{"caption":"𝗩𝗘𝗥𝗜𝗙𝗜𝗖𝗔𝗧𝗜𝗢𝗡","name":"𝗣𝗥𝗢𝗗𝗨𝗖𝗧","rank":0,"editor":"Label","value":"text"},"BYj":{"caption":"𝗦𝗧𝗥𝗜𝗣𝗘 𝗖𝗢𝗡𝗡𝗘𝗖𝗧   ══════════════════════","name":"𝗦𝗧𝗥𝗜𝗣𝗘 𝗖𝗢𝗡𝗡𝗘𝗖𝗧   ══════════════════════","rank":8,"editor":"Label"},"BYk":{"caption":"Seller/Account ID","name":"account_id","rank":9,"editor":"DynamicValue","value":"text","optional":true},"BZB":{"caption":"Require Selfie?","name":"require_selfie","rank":2,"editor":"DynamicValue","value":"boolean","default_val":false},"BZC":{"caption":"Allow Passport","name":"allow_passport","rank":5,"editor":"DynamicValue","value":"boolean","default_val":true},"BZD":{"caption":"Allow Driving License","name":"allow_driving_license","rank":3,"editor":"DynamicValue","value":"boolean","default_val":true},"BZE":{"caption":"Allow ID Card","name":"allow_id_card","rank":4,"editor":"DynamicValue","value":"boolean","default_val":true},"BZF":{"caption":"Require Live Capture","name":"require_live_capture","rank":6,"editor":"DynamicValue","value":"boolean","default_val":true},"BZG":{"caption":"Client Reference ID","name":"client_reference_id","rank":7,"editor":"DynamicValue","value":"text","optional":true}}}}};
window._bubble_page_load_data.plugins_size['1491714407143x279212378954661900'] = 412907;
window.preloaded['plugin/third_party:1491714407143x279212378954661900:2.1.7'] = true;
window.plugins["1497473108162x748255442121523200"] = {"human":"Air Copy to clipboard","dependencies":{"use_jquery":true,"plugin_api_version":"4"},"plugin_elements":{"AAC":{"display":"Air copy to clipboard","property_applications":{"resizable":true,"MinWidth":true,"Background":true,"Border":true,"Padding":true,"BoxShadow":true,"Font":true},"add_hover_pressed":true,"add_is_visible":true,"fields":{"AAa":{"caption":"Target element ID attribute","name":"target_id","editor":"DynamicValue","rank":2,"value":"text","optional":true},"AAb":{"caption":"Action type","name":"action_type","editor":"Dropdown","rank":3,"default_val":"copy"},"AAd":{"caption":"Trigger element ID","name":"trigger_id","rank":4,"editor":"DynamicValue","value":"text"},"AAo":{"caption":"Text to copy","name":"text","rank":0,"editor":"DynamicValue","value":"text","optional":true},"AAp":{"caption":"Use ID Attribute","name":"use_id_attribute","rank":1,"editor":"Checkbox","default_val":false},"AAt":{"caption":"Copy HTML","name":"copy_html","rank":5,"editor":"Checkbox","default_val":false}},"actions":{"AAl":{"caption":"Paste from clipboard","code":{"fn":"function(instance,properties,context){function _0x236c(_0x2f94a0,_0x2b4e21){const _0x5a591a=_0x5a59();return(_0x236c=function(_0x236c9b,_0x3c02c5){let _0x1e9ff7;return _0x5a591a[_0x236c9b-=481]})(_0x2f94a0,_0x2b4e21)}function run(_0x3f1a23,_0x193f3d,_0xa7244f){const _0xba1a07=_0x236c;let _0x11c8d0=document[_0xba1a07(500)](_0x193f3d[_0xba1a07(492)]);if(!_0x11c8d0||\"INPUT\"!==_0x11c8d0[_0xba1a07(482)]&&\"TEXTAREA\"!==_0x11c8d0[_0xba1a07(482)])console[_0xba1a07(502)](_0xba1a07(496));else try{navigator[_0xba1a07(493)].readText()[_0xba1a07(484)]((_0xcbd162=>{const _0x306b81=_0xba1a07;_0x11c8d0[_0x306b81(491)]=_0xcbd162,$(_0x11c8d0)[_0x306b81(497)]()}))}catch(_0x444e37){\"function\"!=typeof navigator[_0xba1a07(493)][_0xba1a07(504)]?_0xa7244f[_0xba1a07(498)](_0xba1a07(481)):_0xa7244f[_0xba1a07(498)](_0xba1a07(483)+_0x444e37[_0xba1a07(485)])}}function _0x5a59(){const _0x2b1dc7=[\"18010XTdSCU\",\"warn\",\"255898qyppeX\",\"readText\",\"1738702sicJiu\",\"No access to clipboard. Reason: Firefox and Internet Explorer browsers do not support pasting from clipboard\",\"nodeName\",\"No access to clipboard. Reason: \",\"then\",\"message\",\"6100578bhrMOW\",\"4bPopll\",\"1064472rrFeVE\",\"8tLWhdP\",\"5720sAKPCR\",\"value\",\"elem_id\",\"clipboard\",\"1466904SPvFDy\",\"1965630txYBQg\",\"Air Copy to clipboard: paste from clipboard is allowed only in input or textarea elements.\",\"change\",\"reportDebugger\",\"6CazuFA\",\"getElementById\"];return(_0x5a59=function(){return _0x2b1dc7})()}!function(_0xa6678b,_0x46bfd9){const _0x2067e4=_0x236c,_0x361f5f=_0xa6678b();for(;;)try{const _0x3b0d58=undefined;if(444052===parseInt(_0x2067e4(499))/1*(-parseInt(_0x2067e4(503))/2)+parseInt(_0x2067e4(494))/3*(parseInt(_0x2067e4(487))/4)+parseInt(_0x2067e4(495))/5+-parseInt(_0x2067e4(488))/6+parseInt(_0x2067e4(505))/7*(parseInt(_0x2067e4(489))/8)+-parseInt(_0x2067e4(486))/9+parseInt(_0x2067e4(501))/10*(parseInt(_0x2067e4(490))/11))break;_0x361f5f.push(_0x361f5f.shift())}catch(_0x522c22){_0x361f5f.push(_0x361f5f.shift())}}(_0x5a59,444052),run(instance,properties,context)}"},"fields":{"AAm":{"caption":"Element ID","name":"elem_id","rank":0,"editor":"StaticText"}}},"ABH":{"caption":"Copy with links","code":{"fn":"function(instance,properties,context){function _0x5449(_0x309b2f,_0x362cae){var _0x5f99ac=_0x5f99();return(_0x5449=function(_0x5449f5,_0x563852){var _0x26b88b;return _0x5f99ac[_0x5449f5-=250]})(_0x309b2f,_0x362cae)}function _0x5f99(){var _0xad055b=[\"5104656SITInk\",\"4440636Pnvfhm\",\"77bAvimX\",\"addRange\",\"6KWCyWp\",\"4665793KnfsSe\",\"135075STcfrv\",\"919511rRqgPv\",\"copy\",\"removeAllRanges\",\"280512oFUeqo\",\"10585xoIEPO\",\"select\",\"execCommand\",\"getElementById\",\"getSelection\",\"body\",\"1084BHbGHx\",\"createTextRange\",\"selection\",\"10WmxOTA\"];return(_0x5f99=function(){return _0xad055b})()}function run(_0x210194,_0x1a1068,_0x2e12f9){var _0x125077=_0x5449;if(document[_0x125077(264)]){var _0x390014=document[_0x125077(261)][_0x125077(263)]();_0x390014.moveToElementText(document[_0x125077(259)](_0x1a1068.element_id)),_0x390014[_0x125077(257)]().createTextRange(),document.execCommand(\"copy\")}else window[_0x125077(260)]&&setTimeout((()=>{var _0x4f7da1=_0x125077,_0xc36501=document.createRange();_0xc36501.selectNode(document[_0x4f7da1(259)](_0x1a1068.element_id)),window.getSelection()[_0x4f7da1(254)](_0xc36501),window[_0x4f7da1(260)]()[_0x4f7da1(269)](_0xc36501),document[_0x4f7da1(258)](_0x4f7da1(253))}),50)}!function(_0x43878a,_0x5f663){for(var _0x2022c5=_0x5449,_0x2e3abd=_0x43878a();;)try{var _0xbd3cc1;if(461054===parseInt(_0x2022c5(252))/1+-parseInt(_0x2022c5(270))/2*(-parseInt(_0x2022c5(251))/3)+parseInt(_0x2022c5(262))/4*(parseInt(_0x2022c5(256))/5)+-parseInt(_0x2022c5(266))/6+-parseInt(_0x2022c5(268))/7*(parseInt(_0x2022c5(255))/8)+parseInt(_0x2022c5(267))/9*(parseInt(_0x2022c5(265))/10)+-parseInt(_0x2022c5(250))/11)break;_0x2e3abd.push(_0x2e3abd.shift())}catch(_0x429f67){_0x2e3abd.push(_0x2e3abd.shift())}}(_0x5f99,461054),run(instance,properties,context)}"},"fields":{"ABI":{"caption":"element_id","name":"element_id","rank":0,"editor":"DynamicValue","value":"text"}}}},"code":{"initialize":{"fn":"function(instance,context){}"},"update":{"fn":"function(instance,properties,context){function _0x296e(){const _0x12f7d5=[\"copy_html\",\"value\",\"9054696vzBXOt\",\"nodeName\",\"writeText\",\"trigger_id\",\"912061ZOPPnf\",\"text\",\"action_type\",\"2527226rqsHff\",\"click\",\"3209180HZsbqi\",\"cut\",\"warn\",\"getElementById\",\"8AyRsHL\",\"target_id\",\"INPUT\",\"innerHTML\",\"9749719tCexnK\",\"1699956oHWZOM\",\"4496212rtVsCl\",\"Air Copy to clipboard: Can't cut from static element\",\"use_id_attribute\",\"then\"];return(_0x296e=function(){return _0x12f7d5})()}function _0x245c(_0x3c3ad9,_0x21983c){const _0x296eda=_0x296e();return(_0x245c=function(_0x245c1a,_0x4cbcc0){let _0x3b7d67;return _0x296eda[_0x245c1a-=434]})(_0x3c3ad9,_0x21983c)}function update(_0xa5ea87,_0x46bab4,_0x16259b){const _0x3941de=_0x245c;var _0x4a02c6=_0x46bab4[_0x3941de(444)],_0x150c03=_0x46bab4[_0x3941de(458)];$(document).ready((function(){const _0x474efc=_0x3941de;$(\"#\"+_0x150c03).on(_0x474efc(438),(function(){const _0x87a4da=_0x474efc;let _0xdf9ea5=_0x46bab4[_0x87a4da(436)];if(_0x46bab4[_0x87a4da(451)]){let _0x2864ff=document[_0x87a4da(442)](_0x4a02c6);if(_0x2864ff[_0x87a4da(456)]===_0x87a4da(445)||\"TEXTAREA\"===_0x2864ff[_0x87a4da(456)]){let _0x1e1429=_0x2864ff[_0x87a4da(454)];navigator.clipboard[_0x87a4da(457)](_0x1e1429)[_0x87a4da(452)]((_0x4716b3=>{const _0x2f249e=_0x87a4da;_0xdf9ea5===_0x2f249e(440)&&(_0x2864ff[_0x2f249e(454)]=\"\")}))}else{let _0x5a9035=_0x2864ff.innerText;_0x46bab4[_0x87a4da(453)]&&(_0x5a9035=_0x2864ff[_0x87a4da(446)]),navigator.clipboard[_0x87a4da(457)](_0x5a9035)[_0x87a4da(452)]((_0x2701bb=>{const _0x3682ad=_0x87a4da;_0xdf9ea5===_0x3682ad(440)&&console[_0x3682ad(441)](_0x3682ad(450))}))}}else{let _0x585b4e=_0x46bab4[_0x87a4da(435)];navigator.clipboard.writeText(_0x585b4e)[_0x87a4da(452)]((_0x77357e=>{const _0x1d9eaa=_0x87a4da;_0xdf9ea5===_0x1d9eaa(440)&&console[_0x1d9eaa(441)](_0x1d9eaa(450))}))}}))}))}!function(_0x136bc9,_0x41bff0){const _0x13567a=_0x245c,_0x89b442=_0x136bc9();for(;;)try{const _0x60005e=undefined;if(813616===parseInt(_0x13567a(434))/1+-parseInt(_0x13567a(437))/2+parseInt(_0x13567a(448))/3+parseInt(_0x13567a(449))/4+-parseInt(_0x13567a(439))/5+parseInt(_0x13567a(455))/6+parseInt(_0x13567a(447))/7*(-parseInt(_0x13567a(443))/8))break;_0x89b442.push(_0x89b442.shift())}catch(_0x31ed2c){_0x89b442.push(_0x89b442.shift())}}(_0x296e,813616),update(instance,properties,context)}"},"preview":{"fn":""}},"platform_type":"web"}},"plugin_actions":{"AAU":{"display":"Copy to clipboard from static text","type":"client_side","fields":{"AAg":{"caption":"Text to copy","name":"element_id","rank":0,"editor":"DynamicValue","value":"text"}},"code":{"client":{"fn":"function(properties,context){let divTxt=properties.element_id;navigator.clipboard.writeText(divTxt).then((r=>{console.log(\"Text copied\")}))}","add_debugger":false}}},"AAq":{"display":"Copy to clipboard from element","type":"client_side","fields":{"AAr":{"caption":"Delay ( Seconds )","name":"delay","rank":0,"editor":"StaticNumber","default_val":1},"AAs":{"caption":"Element ID","name":"element_id","rank":1,"editor":"DynamicValue","value":"text"},"AAu":{"caption":"Copy HTML","name":"copy_html","rank":2,"editor":"Checkbox","default_val":false}},"code":{"client":{"fn":"function(properties,context){let pause=1e3;function copyToClip(element_id){let element=document.getElementById(element_id);if(\"INPUT\"===element.nodeName||\"TEXTAREA\"===element.nodeName){let inpVal=element.value;navigator.clipboard.writeText(inpVal).then((r=>{console.log(\"Air Copy to clipboard: Text copied\")}))}else{let divTxt=element.innerText;properties.copy_html&&(divTxt=element.innerHTML),navigator.clipboard.writeText(divTxt).then((r=>{console.log(\"Air Copy to clipboard: Text copied\")}))}}properties.delay>1&&(pause=1e3*properties.delay),setTimeout(copyToClip,pause,properties.element_id)}"}}},"ABC":{"display":"Copy element (deprecated)","type":"client_side","fields":{"ABD":{"caption":"Target ID","name":"target_id","rank":0,"editor":"StaticText"},"ABE":{"caption":"This action uses deprecated method. Though some browsers might still support it, it may have already been removed from the relevant web standards, may be in the process of being dropped, or may only be kept for compatibility purposes. ","name":"this_action_use_deprecated_method._though_some_browsers_might_still_support_it,_it_may_have_already_been_removed_from_the_relevant_web_standards,_may_be_in_the_process_of_being_dropped,_or_may_only_be_kept_for_compatibility_purposes._","rank":1,"editor":"Label"},"ABF":{"caption":"Be aware that this feature may cease to work at any time.","name":"be_aware_that_this_feature_may_cease_to_work_at_any_time.","rank":2,"editor":"Label"},"ABG":{"caption":"This action can copy the entire content of an item while preserving the formatting.","name":"this_action_can_copy_the_entire_content_of_an_item_while_preserving_the_formatting.","rank":3,"editor":"Label"}},"code":{"client":{"fn":"function(properties,context){if(document.getElementById(properties.target_id)){var element=document.getElementById(properties.target_id),range=document.createRange(),selection=window.getSelection();range.selectNodeContents(element),selection.removeAllRanges(),selection.addRange(range),document.execCommand(\"copy\"),range.collapse()}}"}}},"ABJ":{"display":"Copy to clipboard with formatting","type":"client_side","fields":{"ABK":{"caption":"Target id","name":"target_id","rank":1,"editor":"DynamicValue","value":"text","optional":true},"ABL":{"caption":"Action copy text content with formatting","name":"info","rank":0,"editor":"Label"},"ABM":{"caption":"Advanced option","name":"info","rank":2,"editor":"Label"},"ABN":{"caption":"Target selector","name":"target_selector","rank":3,"editor":"DynamicValue","value":"text","optional":true},"ABO":{"name":"div_double_line_breaks","rank":4,"editor":"Checkbox","caption":"<div> double line breaks","default_val":true},"ABP":{"caption":"<p> double line breaks","name":"p_double_line_breaks","rank":5,"editor":"Checkbox","default_val":true}},"code":{"client":{"fn":"function(properties,context){function _0x48ac(_0x3fd945,_0x5a55bd){const _0x453228=_0x4532();return(_0x48ac=function(_0x48ac87,_0x47d634){let _0x21faa8;return _0x453228[_0x48ac87-=407]})(_0x3fd945,_0x5a55bd)}function _0x4532(){const _0x48544e=[\"replace\",\"color: \",\"tagName\",\"20fjcDvl\",\"816VIblnt\",\"write\",\"classList\",\"parseFromString\",\"11547396FpVvhD\",\"Element was not found, please check selector and is the element visible on the page\",\"2eJfHwX\",\"x-large\",\"querySelector\",\"target_selector\",\"childNodes\",\"div_double_line_breaks\",\"&lt;\",\"querySelectorAll\",\"parentNode\",\"min-height\",\"Failed to copy content: \",\"FONT\",\"590320fGoBQc\",\"56237533QIEkGw\",\"TEXT_NODE\",\"8756RtTICN\",\"getPropertyValue\",\"nodeType\",\"removeChild\",\"medium\",\"none\",\"p_double_line_breaks\",\"width\",\"xx-small\",\"assign\",\"text/plain\",\"getBoundingClientRect\",\"Element not found!\",\"reportDebugger\",\"body\",\"large\",\"font-family: \",\"90ouQvTm\",\"clipboard\",\"inline-size\",\"appendChild\",\"getComputedStyle\",\"height\",\"map\",\"style\",\"attributes\",\"hidden\",\"push\",\"trim\",\"xx-large\",\"some\",\"firstChild\",\"getAttribute\",\"outerHTML\",\"from\",\"cloneNode\",\"189762JhFRkP\",\"textContent\",\"error\",\"replaceChild\",\"color\",\"min-width\",\"span\",\"setAttribute\",\"size\",\"includes\",\"join\",\"1386571AoEqnM\",\"&gt;\",\"face\",\"createElement\",\"&#039;\",\"perspective-origin\",\"forEach\",\"x-small\",\"inline\",\"13927910ajGvdh\",\"Fill in one of fields Target id or Target selector\",\"ELEMENT_NODE\",\"Content successfully copied with formatting!\",\"target_id\",\"removeAttribute\",\"DIV\",\"small\",\"hasAttribute\"];return(_0x4532=function(){return _0x48544e})()}function client(_0xd13c26,_0x55080f){const _0x5da550=_0x48ac;function _0x28ef2b(_0x5f2e5d){const _0x386eda=_0x48ac;function _0x403dad(_0x15b110){const _0xe955=_0x48ac;let _0x4ac515=\"\";if(_0x15b110[_0xe955(454)]===Node[_0xe955(451)])_0x4ac515+=_0x15b110[_0xe955(489)][_0xe955(427)](/\\s+/g,\" \")[_0xe955(480)]();else if(_0x15b110.nodeType===Node[_0xe955(420)]){let _0x3bfd81=\"\";const _0x574686=Array[_0xe955(486)](_0x15b110[_0xe955(441)])[_0xe955(475)](_0x403dad)[_0xe955(408)](\"\");switch(_0x15b110.tagName){case\"P\":_0x3bfd81=_0xd13c26[_0xe955(458)]?\"\\n\\n\":\"\\n\";break;case _0xe955(424):_0x3bfd81=_0xd13c26[_0xe955(442)]?\"\\n\\n\":\"\\n\";break;case\"BR\":return\"\\n\";case\"LI\":return\"- \"+_0x574686+\"\\n\"}_0x4ac515+=_0x574686+_0x3bfd81}return _0x4ac515.replace(/\\n{3,}/g,\"\\n\\n\")}const _0x565101=undefined;return _0x403dad((new DOMParser)[_0x386eda(434)](_0x5f2e5d,\"text/html\")[_0x386eda(466)]).trim()}function _0x5ab92e(_0x581aeb,_0x4ff2b7){const _0x41d734=_0x48ac,_0x9d42f9=_0x581aeb.querySelectorAll(\"*\"),_0x5e5cad=_0x4ff2b7[_0x41d734(444)](\"*\");_0x9d42f9[_0x41d734(415)](((_0x329f32,_0x1f1d46)=>{const _0x2bbbf4=_0x41d734;if(\"IMG\"===_0x329f32[_0x2bbbf4(429)])return void _0x329f32.parentNode[_0x2bbbf4(455)](_0x329f32);if(_0x329f32[_0x2bbbf4(429)]===_0x2bbbf4(448)){const _0x2c8695=document[_0x2bbbf4(412)](_0x2bbbf4(494));for(Array[_0x2bbbf4(486)](_0x329f32[_0x2bbbf4(477)])[_0x2bbbf4(415)]((_0x2e342c=>{const _0x45de88=undefined;_0x2c8695[_0x2bbbf4(495)](_0x2e342c.name,_0x2e342c.value)}));_0x329f32[_0x2bbbf4(483)];)_0x2c8695[_0x2bbbf4(472)](_0x329f32.firstChild);_0x329f32[_0x2bbbf4(445)][_0x2bbbf4(491)](_0x2c8695,_0x329f32),_0x329f32=_0x2c8695}const _0xc3747b=[];if(_0x329f32.hasAttribute(\"color\")&&(_0xc3747b[_0x2bbbf4(479)](_0x2bbbf4(428)+_0x329f32[_0x2bbbf4(484)](_0x2bbbf4(492))+\";\"),_0x329f32.removeAttribute(_0x2bbbf4(492))),_0x329f32[_0x2bbbf4(426)](_0x2bbbf4(411))&&(_0xc3747b.push(_0x2bbbf4(468)+_0x329f32[_0x2bbbf4(484)](_0x2bbbf4(411))+\";\"),_0x329f32[_0x2bbbf4(423)](_0x2bbbf4(411))),_0x329f32[_0x2bbbf4(426)](_0x2bbbf4(496))){const _0x50a998=undefined,_0x24e44a={1:_0x2bbbf4(460),2:_0x2bbbf4(416),3:_0x2bbbf4(425),4:_0x2bbbf4(456),5:_0x2bbbf4(467),6:_0x2bbbf4(438),7:_0x2bbbf4(481)}[_0x329f32[_0x2bbbf4(484)](_0x2bbbf4(496))]||\"medium\";_0xc3747b[_0x2bbbf4(479)](\"font-size: \"+_0x24e44a+\";\"),_0x329f32[_0x2bbbf4(423)](_0x2bbbf4(496))}const _0x564a8c=window[_0x2bbbf4(473)](_0x5e5cad[_0x1f1d46]),_0x163c4c=[_0x2bbbf4(459),_0x2bbbf4(493),\"max-width\",_0x2bbbf4(474),_0x2bbbf4(446),\"max-height\",_0x2bbbf4(471),_0x2bbbf4(414)];for(let _0x2d6be8=0;_0x2d6be8<_0x564a8c.length;_0x2d6be8++){const _0x5e632c=_0x564a8c[_0x2d6be8];if(_0x329f32[_0x2bbbf4(476)][_0x5e632c])continue;if(_0x163c4c[_0x2bbbf4(407)](_0x5e632c))continue;if(_0x564a8c[_0x2bbbf4(453)](_0x5e632c)===_0x2bbbf4(457))continue;let _0x5da67c=_0x564a8c[_0x2bbbf4(453)](_0x5e632c);_0x5da67c=_0x51a192(_0x5da67c),_0xc3747b[_0x2bbbf4(479)](_0x5e632c+\": \"+_0x5da67c+\";\")}_0x329f32.style.cssText+=_0xc3747b[_0x2bbbf4(408)](\" \");const _0x5e422b=_0x5e5cad[_0x1f1d46][_0x2bbbf4(463)]();([..._0x329f32[_0x2bbbf4(433)]][_0x2bbbf4(482)]((_0x1c7d2b=>_0x1c7d2b.toLowerCase()[_0x2bbbf4(407)](\"hidden\")))||_0x329f32[_0x2bbbf4(476)].display===_0x2bbbf4(457)||_0x329f32[_0x2bbbf4(478)]||0===_0x5e422b.width||0===_0x5e422b[_0x2bbbf4(474)])&&_0x329f32[_0x2bbbf4(445)][_0x2bbbf4(455)](_0x329f32)}))}async function _0xb362d2(_0x1fb48d){const _0x2c34d2=_0x48ac,_0x46d124=_0x1fb48d;if(!_0x46d124)return void console[_0x2c34d2(490)](_0x2c34d2(464));const _0x33edff=_0x46d124[_0x2c34d2(487)](!0);_0x5ab92e(_0x33edff,_0x46d124),Object[_0x2c34d2(461)](_0x46d124.style,{display:_0x2c34d2(417)});const _0x98e977=_0x33edff[_0x2c34d2(485)],_0x1377ff=_0x28ef2b(_0x98e977),_0xa90271=[new ClipboardItem({\"text/html\":new Blob([_0x98e977],{type:\"text/html\"}),\"text/plain\":new Blob([_0x1377ff],{type:_0x2c34d2(462)})})];try{await navigator[_0x2c34d2(470)][_0x2c34d2(432)](_0xa90271),console.log(_0x2c34d2(421))}catch(_0x594195){console.error(_0x2c34d2(447),_0x594195)}}function _0x51a192(_0x51c75c){const _0x58c7a4=_0x48ac;return _0x51c75c.replace(/&/g,\"&amp;\").replace(/</g,_0x58c7a4(443))[_0x58c7a4(427)](/>/g,_0x58c7a4(410))[_0x58c7a4(427)](/\"/g,\"&quot;\")[_0x58c7a4(427)](/'/g,_0x58c7a4(413))}if(!_0xd13c26[_0x5da550(440)]&&!_0xd13c26[_0x5da550(422)])return _0x55080f[_0x5da550(465)](_0x5da550(419));let _0x314a6a;if(_0x314a6a=_0xd13c26[_0x5da550(440)]?document[_0x5da550(439)](_0xd13c26[_0x5da550(440)]):document.querySelector(\"#\"+_0xd13c26[_0x5da550(422)]),!_0x314a6a)return _0x55080f[_0x5da550(465)](_0x5da550(436));_0xb362d2(_0x314a6a)}return function(_0x43f43c,_0x11076d){const _0x26a7f3=_0x48ac,_0x34b645=_0x43f43c();for(;;)try{const _0x16e47e=undefined;if(952513===parseInt(_0x26a7f3(409))/1*(-parseInt(_0x26a7f3(437))/2)+-parseInt(_0x26a7f3(431))/3*(parseInt(_0x26a7f3(452))/4)+parseInt(_0x26a7f3(430))/5*(parseInt(_0x26a7f3(488))/6)+-parseInt(_0x26a7f3(435))/7+-parseInt(_0x26a7f3(449))/8*(-parseInt(_0x26a7f3(469))/9)+-parseInt(_0x26a7f3(418))/10+parseInt(_0x26a7f3(450))/11)break;_0x34b645.push(_0x34b645.shift())}catch(_0x1dc708){_0x34b645.push(_0x34b645.shift())}}(_0x4532,952513),client(properties,context)}"}}}}};
window._bubble_page_load_data.plugins_size['1497473108162x748255442121523200'] = 18314;
window.preloaded['plugin/third_party:1497473108162x748255442121523200:2.38.0'] = true;
window.plugins["1499780054879x111265002286743550"] = {"human":"Air Chart Lite - 3 Charts ","dependencies":{"use_jquery":true,"plugin_api_version":"4"},"plugin_elements":{"Bup":{"display":"Line Chart","property_applications":{"MinWidth":true,"Padding":true,"Background":true,"Border":true,"resizable":true,"Font":false},"add_is_visible":true,"add_large_file_upload_properties":false,"can_fit_width":true,"can_fit_height":true,"fields":{"BrY":{"caption":"Series category","name":"series_category","rank":6,"editor":"DynamicValue","value":"text","is_list":true},"BrZ":{"caption":"Decimal amount","name":"decimal_amount","rank":9,"editor":"DynamicValue","value":"number","default_val":0,"optional":false},"Bra":{"caption":"-----------------------------------Style-----------------------------------","name":"style_info","rank":11,"editor":"Label"},"Brb":{"caption":"Enable sparkline","name":"enable_sparkline","rank":12,"editor":"Checkbox","default_val":false},"Brc":{"caption":"---------------------------Data formatting---------------------------","name":"formatting_info","rank":7,"editor":"Label"},"Brd":{"caption":"Decimal separator","name":"decimal_separator","rank":8,"editor":"DynamicValue","value":"text","optional":true},"Bre":{"caption":"Thousand separator","name":"thousand_separator","rank":10,"editor":"DynamicValue","value":"text","optional":true},"Brf":{"caption":"Show data labels","name":"show_data_labels","rank":13,"editor":"Checkbox","default_val":false},"Brg":{"caption":"Chart color 1","name":"chart_color_1","rank":18,"editor":"Color","optional":true},"Brh":{"caption":"Chart color 2","name":"chart_color_2","rank":19,"editor":"Color","optional":true},"Bri":{"caption":"Chart color 3","name":"chart_color_3","rank":20,"editor":"Color","optional":true},"Brj":{"caption":"Stroke style","name":"stroke_style","rank":15,"editor":"Dropdown","optional":false,"default_val":"smooth"},"Brk":{"caption":"Stroke width","name":"stroke_width","rank":16,"editor":"DynamicValue","value":"number","default_val":2},"Brl":{"caption":"Dashed width","name":"dash_width","rank":17,"editor":"DynamicValue","value":"number","default_val":0},"Brm":{"caption":"Color style","name":"color_style","rank":21,"editor":"Dropdown","default_val":"solid"},"Brn":{"caption":"Gradient type","name":"gradient_type","rank":22,"editor":"Dropdown","default_val":"horizontal"},"Bro":{"caption":"Gradient color 1","name":"gradient_color_1","rank":23,"editor":"Color","optional":true},"Brp":{"caption":"Gradient color 2","name":"gradient_color_2","rank":24,"editor":"Color","optional":true},"Brq":{"caption":"Gradient color 3","name":"gradient_color_3","rank":25,"editor":"Color","optional":true},"Brr":{"caption":"Enable drop shadow","name":"enable_dropshadow","rank":26,"editor":"Checkbox","default_val":false},"Brs":{"caption":"Drop shadow color","name":"dropshadow_color","rank":27,"editor":"Color","optional":true,"default_val":"rgba(0, 0, 0, 1)"},"Brt":{"caption":"Drop shadow offset from the top","name":"dropshadow_offset_from_top","rank":28,"editor":"DynamicValue","value":"number","optional":false,"default_val":0},"Bru":{"caption":"Drop shadow offset from the left","name":"dropshadow_offset_from_left","rank":29,"editor":"DynamicValue","value":"number","default_val":0,"optional":false},"Brv":{"caption":"Drop shadow blur","name":"dropshadow_blur","rank":30,"editor":"DynamicValue","value":"number","default_val":0,"optional":false},"Brw":{"caption":"Drop shadow opacity","name":"dropshadow_opacity","rank":31,"editor":"DynamicValue","value":"number","default_val":0.1,"optional":false},"Brx":{"caption":"---------------------------------Marker----------------------------------","name":"marker_info","rank":36,"editor":"Label"},"Bry":{"caption":"Marker shape","name":"marker_shape","rank":37,"editor":"Dropdown","default_val":"circle"},"Brz":{"caption":"Marker radius","name":"marker_radius","rank":38,"editor":"DynamicValue","value":"number","default_val":2,"optional":false},"BsA":{"caption":"Marker size","name":"marker_size","rank":39,"editor":"DynamicValue","value":"number","default_val":1,"optional":false},"BsB":{"caption":"Marker color 1","name":"marker_color_1","rank":41,"editor":"Color","optional":true},"BsC":{"caption":"Marker color 2","name":"marker_color_2","rank":42,"editor":"Color","optional":true},"BsD":{"caption":"Marker color 3","name":"marker_color_3","rank":43,"editor":"Color","optional":true},"BsE":{"caption":"Marker fill opacity","name":"marker_fill_opacity","rank":44,"editor":"DynamicValue","value":"number","optional":false,"default_val":1},"BsF":{"caption":"Marker stroke color 1","name":"marker_stroke_color_1","rank":45,"editor":"Color","optional":true},"BsG":{"caption":"Marker stroke color 2","name":"marker_stroke_color_2","rank":46,"editor":"Color","optional":true},"BsH":{"caption":"Marker stroke color 3","name":"marker_stroke_color_3","rank":47,"editor":"Color","optional":true},"BsI":{"caption":"Marker stroke width","name":"marker_stroke_width","rank":48,"editor":"DynamicValue","value":"number","default_val":1},"BsJ":{"caption":"Marker stroke opacity","name":"marker_stroke_opacity","rank":49,"editor":"DynamicValue","value":"number","default_val":1},"BsK":{"caption":"Marker stroke dashed width","name":"marker_stroke_dash_width","rank":50,"editor":"DynamicValue","value":"number","default_val":0},"BsL":{"caption":"-----------------------------------Grid------------------------------------","name":"grid_info","rank":51,"editor":"Label"},"BsM":{"caption":"Marker size on hover","name":"marker_size_on_hover","rank":40,"editor":"DynamicValue","value":"number","default_val":5},"BsN":{"caption":"Grid line color","name":"grid_line_color","rank":54,"editor":"Color","optional":false,"default_val":"rgba(144, 164, 174, 1)"},"BsO":{"caption":"Enable grid lines for X-axis","name":"enable_grid_lines_for_x_axis","rank":52,"editor":"Checkbox","default_val":false},"BsP":{"caption":"Enable grid lines for Y-axis","name":"enable_grid_lines_for_y_axis","rank":53,"editor":"Checkbox","default_val":false},"BsQ":{"caption":"Grid stroke dashed width","name":"grid_stroke_dash_width","rank":55,"editor":"DynamicValue","value":"number","default_val":2},"BsR":{"caption":"Chart padding top","name":"grid_padding_top","rank":32,"editor":"DynamicValue","value":"number","default_val":0},"BsS":{"caption":"Chart padding bottom","name":"grid_padding_bottom","rank":33,"editor":"DynamicValue","value":"number","default_val":0},"BsT":{"caption":"Chart padding left","name":"grid_padding_left","rank":34,"editor":"DynamicValue","value":"number","default_val":15},"BsU":{"caption":"Chart padding right","name":"grid_padding_right","rank":35,"editor":"DynamicValue","value":"number","default_val":15},"BsV":{"caption":"Enable grid column color","name":"enable_grid_column_color","rank":57,"editor":"Checkbox","default_val":false},"BsW":{"caption":"Odd column color","name":"odd_column_color","rank":58,"editor":"Color","default_val":"rgba(192, 201, 206, 1)"},"BsX":{"caption":"Even column color","name":"even_column_color","rank":59,"editor":"Color","default_val":"rgba(215, 216, 216, 1)"},"BsY":{"caption":"Column color opacity","name":"column_color_opacity","rank":60,"editor":"DynamicValue","value":"number","default_val":0.5},"BsZ":{"caption":"Enable grid row color","name":"enable_grid_row_color","rank":61,"editor":"Checkbox","default_val":false},"Bsa":{"caption":"Odd row color","name":"odd_row_color","rank":62,"editor":"Color","default_val":"rgba(192, 201, 206, 1)"},"Bsb":{"caption":"Even row color","name":"even_row_color","rank":63,"editor":"Color","default_val":"rgba(215, 216, 216, 1)"},"Bsc":{"caption":"Row color opacity","name":"row_color_opacity","rank":64,"editor":"DynamicValue","value":"number","default_val":0.5},"Bsd":{"caption":"---------------------------------Forecast--------------------------------","name":"forecast_info","rank":65,"editor":"Label"},"Bse":{"caption":"Forecast data points","name":"forecast_data_points","rank":66,"editor":"DynamicValue","value":"number","default_val":0},"Bsf":{"caption":"Forecast stroke width","name":"forecast_stroke_width","rank":67,"editor":"DynamicValue","value":"number","default_val":2},"Bsg":{"caption":"Forecast fill opacity","name":"forecast_fill_opacity","rank":68,"editor":"DynamicValue","value":"number","default_val":0.5},"Bsh":{"caption":"Forecast dashed width","name":"forecast_dash_width","rank":69,"editor":"DynamicValue","value":"number","default_val":4},"Bsi":{"caption":"--------------------------------Animation------------------------------","name":"animation_info","rank":70,"editor":"Label"},"Bsj":{"caption":"Enable animation","name":"enable_animation","rank":71,"editor":"Checkbox","value":"boolean","default_val":true},"Bsk":{"caption":"Animation speed","name":"animation_speed","rank":72,"editor":"DynamicValue","value":"number","default_val":800},"Bsl":{"caption":"Animation delay","name":"animation_delay","rank":73,"editor":"DynamicValue","value":"number","default_val":150},"Bsm":{"caption":"-----------------------Background grid color----------------------","name":"background_grid_color_info","rank":56,"editor":"Label"},"Bsn":{"caption":"----------------------------------X-axis-----------------------------------","name":"x_axis_info","rank":74,"editor":"Label"},"Bso":{"caption":"Show X-axis border","name":"show_x_axis_border","rank":75,"editor":"Checkbox","default_val":true},"Bsp":{"caption":"X-axis border color","name":"x_axis_border_color","rank":76,"editor":"Color","default_val":"rgba(120, 144, 156, 1)"},"Bsq":{"caption":"X-axis border size","name":"x_axis_border_size","rank":77,"editor":"DynamicValue","value":"number","default_val":1},"Bsr":{"caption":"X-axis title","name":"x_axis_title","rank":78,"editor":"DynamicValue","value":"text","optional":true},"Bss":{"caption":"X-axis title color","name":"x_axis_title_color","rank":79,"editor":"Color","default_val":"rgba(120, 144, 156, 1)"},"Bst":{"caption":"X-axis title size","name":"x_axis_title_size","rank":80,"editor":"DynamicValue","value":"number","default_val":12},"Bsu":{"caption":"X-axis title offset from the top","name":"x_axis_title_offset_from_top","rank":81,"editor":"DynamicValue","value":"number","default_val":0},"Bsv":{"caption":"X-axis title offset from the left","name":"x_axis_title_offset_from_left","rank":82,"editor":"DynamicValue","value":"number","default_val":0},"Bsw":{"caption":"Enable X-axis tooltip","name":"enable_x_axis_tooltip","rank":96,"editor":"Checkbox","default_val":false},"Bsx":{"caption":"X-axis crosshair width","name":"x_axis_crosshair_width","rank":97,"editor":"DynamicValue","value":"number","default_val":0},"Bsy":{"caption":"X-axis crosshair dashed width","name":"x_axis_crosshair_dash_width","rank":98,"editor":"DynamicValue","value":"number","default_val":0},"Bsz":{"caption":"X-axis crosshair color","name":"x_axis_crosshair_color","rank":99,"editor":"Color","default_val":"rgba(120, 144, 156, 1)"},"BtA":{"caption":"Show X-axis labels","name":"show_x_axis_labels","rank":86,"editor":"Checkbox","default_val":true},"BtB":{"caption":"X-axis labels color","name":"x_axis_labels_color","rank":87,"editor":"Color","default_val":"rgba(0,0,0,1)"},"BtC":{"caption":"X-axis labels size","name":"x_axis_labels_size","rank":88,"editor":"DynamicValue","value":"number","default_val":12},"BtD":{"caption":"X-axis labels offset from the top","name":"x_axis_labels_offset_from_top","rank":89,"editor":"DynamicValue","value":"number","default_val":0},"BtE":{"caption":"X-axis labels max height","name":"x_axis_labels_max_height","rank":90,"editor":"DynamicValue","value":"number","default_val":120},"BtF":{"caption":"Hide overlapping X-axis","name":"hide_overlapping_x_axis_labels","rank":91,"editor":"Checkbox","default_val":false},"BtG":{"caption":"Trim X-axis labels","name":"trim_x_axis_labels","rank":92,"editor":"Checkbox","default_val":false},"BtH":{"caption":"Rotate X-axis labels","name":"rotate_x_axis_labels","rank":93,"editor":"Checkbox","default_val":false},"BtI":{"caption":"Always rotate X-axis labels","name":"always_rotate_x_axis_labels","rank":94,"editor":"Checkbox","default_val":false},"BtJ":{"caption":"X-axis labels rotation angle","name":"x_axis_labels_rotate_angle","rank":95,"editor":"DynamicValue","value":"number","default_val":-45},"BtK":{"caption":"Show X-axis ticks","name":"show_x_axis_ticks","rank":83,"editor":"Checkbox","default_val":true},"BtL":{"caption":"X-axis ticks color","name":"x_axis_ticks_color","rank":84,"editor":"Color","default_val":"rgba(120, 144, 156, 1)"},"BtM":{"caption":"X-axis ticks height","name":"x_axis_ticks_height","rank":85,"editor":"DynamicValue","value":"number","default_val":6},"BtN":{"caption":"----------------------------------Y-axis-----------------------------------","name":"y_axis_info","rank":100,"editor":"Label"},"BtO":{"caption":"Show Y-axis border","name":"show_y_axis_border","rank":101,"editor":"Checkbox","default_val":true},"BtP":{"caption":"Y-axis border color","name":"y_axis_border_color","rank":102,"editor":"Color","default_val":"rgba(120, 144, 156, 1)"},"BtQ":{"caption":"Y-axis title","name":"y_axis_title","rank":103,"editor":"DynamicValue","value":"text","optional":true},"BtR":{"caption":"Y-axis title color","name":"y_axis_title_color","rank":104,"editor":"Color","default_val":"rgba(120, 144, 156, 1)"},"BtS":{"caption":"Y-axis title size","name":"y_axis_title_size","rank":105,"editor":"DynamicValue","value":"number","default_val":12},"BtT":{"caption":"Y-axis title offset from the top","name":"y_axis_title_offset_from_top","rank":106,"editor":"DynamicValue","value":"number","default_val":0},"BtU":{"caption":"Y-axis title offset from the left","name":"y_axis_title_offset_from_left","rank":107,"editor":"DynamicValue","value":"number","default_val":0},"BtV":{"caption":"Show Y-axis ticks","name":"show_y_axis_ticks","rank":108,"editor":"Checkbox","default_val":true},"BtW":{"caption":"Y-axis ticks color","name":"y_axis_ticks_color","rank":109,"editor":"Color","default_val":"rgba(120, 144, 156, 1)"},"BtX":{"caption":"Y-axis ticks width","name":"y_axis_ticks_width","rank":110,"editor":"DynamicValue","value":"number","default_val":6},"BtY":{"caption":"Y-axis min value","name":"y_axis_min_value","rank":111,"editor":"DynamicValue","value":"number","optional":true},"BtZ":{"caption":"Y-axis max value","name":"y_axis_max_value","rank":112,"editor":"DynamicValue","value":"number","optional":true},"Bta":{"caption":"Show Y-axis labels","name":"show_y_axis_labels","rank":113,"editor":"Checkbox","default_val":true},"Btb":{"caption":"Y-axis label count","name":"y_axis_label_count","rank":114,"editor":"DynamicValue","value":"number","optional":true},"Btc":{"caption":"Y-axis labels color","name":"y_axis_labels_color","rank":115,"editor":"Color","default_val":"rgba(120, 144, 156, 1)"},"Btd":{"caption":"Y-axis labels size","name":"y_axis_labels_size","rank":116,"editor":"DynamicValue","value":"number","default_val":12},"Bte":{"caption":"Y-axis labels prefix","name":"y_axis_labels_prefix","rank":117,"editor":"DynamicValue","value":"text","optional":true},"Btf":{"caption":"Y-axis labels suffix","name":"y_axis_labels_suffix","rank":118,"editor":"DynamicValue","value":"text","optional":true},"Btg":{"caption":"Enable Y-axis tooltip","name":"enable_y_axis_tooltip","rank":119,"editor":"Checkbox","default_val":false},"Bth":{"caption":"Y-axis crosshair width","name":"y_axis_crosshair_width","rank":120,"editor":"DynamicValue","value":"number","default_val":0},"Bti":{"caption":"Y-axis crosshair dash width","name":"y_axis_crosshair_dash_width","rank":121,"editor":"DynamicValue","value":"number","default_val":0},"Btj":{"caption":"Y-axis crosshair color","name":"y_axis_crosshair_color","rank":122,"editor":"Color","default_val":"rgba(120, 144, 156, 1)"},"Btk":{"caption":"-------------------------------2nd Y-Axis-------------------------------","name":"y_axis_2nd_info","rank":123,"editor":"Label"},"Btl":{"caption":"2nd Y-axis series name","name":"y_axis_2nd_series_name","rank":124,"editor":"DynamicValue","value":"text","optional":true},"Btm":{"caption":"Show 2nd Y-axis border","name":"show_y_axis_2nd_border","rank":125,"editor":"Checkbox","default_val":true},"Btn":{"caption":"2nd Y-axis border color","name":"y_axis_2nd_border_color","rank":126,"editor":"Color","default_val":"rgba(120, 144, 156, 1)"},"Bto":{"caption":"2nd Y-axis title","name":"y_axis_2nd_title","rank":127,"editor":"DynamicValue","value":"text","optional":true},"Btp":{"caption":"2nd Y-axis title color","name":"y_axis_2nd_title_color","rank":128,"editor":"Color","default_val":"rgba(120, 144, 156, 1)"},"Btq":{"caption":"Show 2nd Y-axis ticks","name":"show_y_axis_2nd_ticks","rank":129,"editor":"Checkbox","default_val":true},"Btr":{"caption":"2nd Y-axis ticks color","name":"y_axis_2nd_ticks_color","rank":130,"editor":"Color","default_val":"rgba(120, 144, 156, 1)"},"Bts":{"caption":"2nd Y-axis min value","name":"y_axis_2nd_min_value","rank":131,"editor":"DynamicValue","value":"number","optional":true},"Btt":{"caption":"2nd Y-axis max value","name":"y_axis_2nd_max_value","rank":132,"editor":"DynamicValue","value":"number","optional":true},"Btu":{"caption":"Show 2nd Y-axis labels","name":"show_y_axis_2nd_labels","rank":133,"editor":"Checkbox","default_val":true},"Btv":{"caption":"2nd Y-axis label count","name":"y_axis_2nd_label_count","rank":134,"editor":"DynamicValue","value":"number","optional":true},"Btw":{"caption":"2nd Y-axis labels color","name":"y_axis_2nd_labels_color","rank":135,"editor":"Color","default_val":"rgba(120, 144, 156, 1)"},"Btx":{"caption":"2nd Y-axis labels prefix","name":"y_axis_2nd_labels_prefix","rank":136,"editor":"DynamicValue","value":"text","optional":true},"Bty":{"caption":"2nd Y-axis labels suffix","name":"y_axis_2nd_labels_suffix","rank":137,"editor":"DynamicValue","value":"text","optional":true},"Btz":{"caption":"Enable 2nd Y-axis tooltip","name":"enable_y_axis_2nd_tooltip","rank":138,"editor":"Checkbox","default_val":false},"BuA":{"caption":"---------------------------------Tooltip----------------------------------","name":"tooltip_info","rank":139,"editor":"Label"},"BuB":{"caption":"Show tooltip","name":"show_tooltip","rank":140,"editor":"Checkbox","default_val":true},"BuC":{"caption":"Show category on tooltip","name":"show_category_on_tooltip","rank":141,"editor":"Checkbox","default_val":true},"BuD":{"caption":"Tooltip theme","name":"tooltip_theme","rank":142,"editor":"Dropdown","default_val":"light"},"BuE":{"caption":"---------------------------------Legend----------------------------------","name":"legend_info","rank":143,"editor":"Label"},"BuF":{"caption":"Show legend","name":"show_legend","rank":144,"editor":"Checkbox","default_val":true},"BuG":{"caption":"Legend position","name":"legend_position","rank":145,"editor":"Dropdown","default_val":"bottom"},"BuH":{"caption":"Horizontal legend alignment","name":"horizontal_legend_alignment","rank":146,"editor":"Dropdown","default_val":"center"},"BuI":{"caption":"Legend font size","name":"legend_font_size","rank":147,"editor":"DynamicValue","value":"number","default_val":12},"BuJ":{"caption":"---------------------------------Toolbar---------------------------------","name":"toolbar_info","rank":148,"editor":"Label"},"BuK":{"caption":"Enable toolbar","name":"enable_toolbar","rank":149,"editor":"Checkbox","default_val":true},"BuL":{"caption":"Zoom selection color","name":"zoom_selection_color","rank":152,"editor":"Color","default_val":"rgba(36, 41, 46, 1)"},"BuM":{"caption":"Zoom selection opacity","name":"zoom_selection_opacity","rank":153,"editor":"DynamicValue","value":"number","default_val":0.4},"BuN":{"caption":"Zoom selection stroke width","name":"zoom_selection_stroke_width","rank":154,"editor":"DynamicValue","value":"number","default_val":1},"BuO":{"caption":"Zoom selection stroke color","name":"zoom_selection_stroke_color","rank":155,"editor":"Color","default_val":"rgba(36, 41, 46, 1)"},"BuP":{"caption":"Zoom selection stroke opacity","name":"zoom_selection_stroke_opacity","rank":156,"editor":"DynamicValue","value":"number","default_val":0.4},"BuQ":{"caption":"Enable download","name":"enable_download","rank":150,"editor":"Checkbox","default_val":true},"BuR":{"caption":"Enable zoom","name":"enable_zoom","rank":151,"editor":"Checkbox","default_val":true},"BuS":{"caption":"Enable zoomIn","name":"enable_zoomin","rank":157,"editor":"Checkbox","default_val":true},"BuT":{"caption":"Enable zoomOut","name":"enable_zoomout","rank":158,"editor":"Checkbox","default_val":true},"BuU":{"caption":"Enable pan","name":"enable_pan","rank":160,"editor":"Checkbox","default_val":true},"BuV":{"caption":"Enable reset","name":"enable_reset","rank":161,"editor":"Checkbox","default_val":true},"BuW":{"caption":"Auto scale Y-axis on zoom","name":"auto_scale_y_axis_on_zoom","rank":159,"editor":"Checkbox","default_val":true},"BuX":{"caption":"Stacked chart","name":"stacked_chart","rank":14,"editor":"Checkbox","default_val":false},"BuY":{"caption":"----------------------------------Others---------------------------------","name":"others_info","rank":162,"editor":"Label"},"BuZ":{"caption":"Series 1 name","name":"series_1_name","rank":0,"editor":"DynamicValue","value":"text"},"Bua":{"caption":"Series 1 data","name":"series_1_data","rank":1,"editor":"DynamicValue","value":"number","is_list":true},"Bub":{"caption":"Series 2 name","name":"series_2_name","rank":2,"editor":"DynamicValue","value":"text","optional":true},"Buc":{"caption":"Series 2 data","name":"series_2_data","rank":3,"editor":"DynamicValue","value":"number","is_list":true,"optional":true},"Bud":{"caption":"Series 3 name","name":"series_3_name","rank":4,"editor":"DynamicValue","value":"text","optional":true},"Bue":{"caption":"Series 3 data","name":"series_3_data","rank":5,"editor":"DynamicValue","value":"number","is_list":true,"optional":true}},"states":{"Buf":{"caption":"Index on click","name":"index_on_click","value":"number","initialization_code":{"fn":"function(n,t){}"}},"Bug":{"caption":"Label on click","name":"label_on_click","value":"text","initialization_code":{"fn":"function(n,t){}"}},"Buh":{"caption":"Index on hover","name":"index_on_hover","value":"number","initialization_code":{"fn":"function(n,t){}"}},"Bui":{"caption":"Label on hover","name":"label_on_hover","value":"text","initialization_code":{"fn":"function(n,t){}"}},"Buj":{"caption":"PNG url","name":"png_url","value":"text","initialization_code":{"fn":"function(n,t){}"}},"Buk":{"caption":"Series names","name":"series_names","value":"text","initialization_code":{"fn":"function(n,t){}"},"is_list":true},"Bul":{"caption":"Value on click","name":"value_on_click","value":"number","initialization_code":{"fn":"function(n,t){}"}},"Bum":{"caption":"Value on hover","name":"value_on_hover","value":"number","initialization_code":{"fn":"function(n,t){}"}},"Bun":{"caption":"Series name on click","name":"series_name_on_click","value":"text","initialization_code":{"fn":"function(n,t){}"}},"Buo":{"caption":"Series name on hover","name":"series_name_on_hover","value":"text","initialization_code":{"fn":"function(n,t){}"}}},"events":{"BrO":{"caption":"Chart is drawn","name":"chart_is_drawn"},"BrP":{"caption":"Chart is clicked","name":"chart_is_clicked"},"BrQ":{"caption":"Chart has hovered","name":"chart_is_hovered"},"BrR":{"caption":"PNG Url is available","name":"png_url_is_available"}},"actions":{"Bpl":{"caption":"Append new series","code":{"fn":"function(a,e,r){if(a.data.seriesWasAppended||(a.data.newSeriesName=[],a.data.newSeries=[],a.data.newChartColors=[],a.data.newGradientColors=[],a.data.newMarkerColors=[],a.data.newNewMarkerStrokeColors=[]),e.series_1_data){{const r=e.series_1_data.get(0,e.series_1_data.length());a.data.updateProperties.replace_null_undefined_values_with_0&&r.forEach(((a,e,r)=>{r[e]=null==r[e]||null==r[e]?0:a}));let s={name:e.series_1_name&&!a.data.seriesNames.includes(e.series_1_name)?e.series_1_name:`Series ${a.data.seriesData.length+1}`,data:r};e.series_1_name?a.data.seriesNames.includes(e.series_1_name)&&console.warn(`${a.data.titleForWarnings} Series name \"${e.series_1_name}\" already exists! Name \"Series ${a.data.seriesData.length+1}\" was assigned for your provided data!`):console.warn(`${a.data.titleForWarnings} Incompleted 'Series 1 name' field! Name \"Series ${a.data.seriesData.length+1}\" was assigned for your provided data!`),a.data.seriesData.push(s),a.data.newSeries.push(s),a.data.seriesNames.push(s.name),a.data.newSeriesName.push(s.name),e.chart_color_1?a.data.seriesColors.push(a.data.RGBAToHex(e.chart_color_1))&&a.data.newChartColors.push(a.data.RGBAToHex(e.chart_color_1)):a.data.seriesColors.push(a.data.getColor(a.data.seriesData.length-1))&&a.data.newChartColors.push(a.data.getColor(a.data.seriesData.length-1)),e.gradient_color_1?a.data.gradientColors.push(a.data.RGBAToHex(e.gradient_color_1))&&a.data.newGradientColors.push(a.data.RGBAToHex(e.gradient_color_1)):a.data.gradientColors.push(a.data.seriesColors[a.data.seriesData.length-1])&&a.data.newGradientColors.push(a.data.seriesColors[a.data.seriesData.length-1]),e.marker_color_1?a.data.markerColors.push(a.data.RGBAToHex(e.marker_color_1))&&a.data.newMarkerColors.push(a.data.RGBAToHex(e.marker_color_1)):a.data.markerColors.push(a.data.seriesColors[a.data.seriesData.length-1])&&a.data.newMarkerColors.push(a.data.seriesColors[a.data.seriesData.length-1]),e.marker_stroke_color_1?a.data.markerStrokeColors.push(a.data.RGBAToHex(e.marker_stroke_color_1))&&a.data.newNewMarkerStrokeColors.push(a.data.RGBAToHex(e.marker_stroke_color_1)):a.data.markerStrokeColors.push(\"#fff\")&&a.data.newNewMarkerStrokeColors.push(\"#fff\")}if(e.series_2_data){const r=e.series_2_data.get(0,e.series_2_data.length());a.data.updateProperties.replace_null_undefined_values_with_0&&r.forEach(((a,e,r)=>{r[e]=null==r[e]||null==r[e]?0:a}));let s={name:e.series_2_name&&!a.data.seriesNames.includes(e.series_2_name)?e.series_2_name:`Series ${a.data.seriesData.length+1}`,data:r};e.series_2_name?a.data.seriesNames.includes(e.series_2_name)&&console.warn(`${a.data.titleForWarnings} Series name \"${e.series_2_name}\" already exists! Name \"Series ${a.data.seriesData.length+1}\" was assigned for your provided data!`):console.warn(`${a.data.titleForWarnings} Incompleted 'Series 2 name' field! Name \"Series ${a.data.seriesData.length+1}\" was assigned for your provided data!`),a.data.seriesData.push(s),a.data.newSeries.push(s),a.data.seriesNames.push(s.name),a.data.newSeriesName.push(s.name),e.chart_color_2?a.data.seriesColors.push(a.data.RGBAToHex(e.chart_color_2))&&a.data.newChartColors.push(a.data.RGBAToHex(e.chart_color_2)):a.data.seriesColors.push(a.data.getColor(a.data.seriesData.length-1))&&a.data.newChartColors.push(a.data.getColor(a.data.seriesData.length-1)),e.gradient_color_2?a.data.gradientColors.push(a.data.RGBAToHex(e.gradient_color_2))&&a.data.newGradientColors.push(a.data.RGBAToHex(e.gradient_color_2)):a.data.gradientColors.push(a.data.seriesColors[a.data.seriesData.length-1])&&a.data.newGradientColors.push(a.data.seriesColors[a.data.seriesData.length-1]),e.marker_color_2?a.data.markerColors.push(a.data.RGBAToHex(e.marker_color_2))&&a.data.newMarkerColors.push(a.data.RGBAToHex(e.marker_color_2)):a.data.markerColors.push(a.data.seriesColors[a.data.seriesData.length-1])&&a.data.newMarkerColors.push(a.data.seriesColors[a.data.seriesData.length-1]),e.marker_stroke_color_2?a.data.markerStrokeColors.push(a.data.RGBAToHex(e.marker_stroke_color_2))&&a.data.newNewMarkerStrokeColors.push(a.data.RGBAToHex(e.marker_stroke_color_2)):a.data.markerStrokeColors.push(\"#fff\")&&a.data.newNewMarkerStrokeColors.push(\"#fff\")}if(e.series_3_data){const r=e.series_3_data.get(0,e.series_3_data.length());a.data.updateProperties.replace_null_undefined_values_with_0&&r.forEach(((a,e,r)=>{r[e]=null==r[e]||null==r[e]?0:a}));let s={name:e.series_3_name&&!a.data.seriesNames.includes(e.series_3_name)?e.series_3_name:`Series ${a.data.seriesData.length+1}`,data:r};e.series_3_name?a.data.seriesNames.includes(e.series_3_name)&&console.warn(`${a.data.titleForWarnings} Series name \"${e.series_3_name}\" already exists! Name \"Series ${a.data.seriesData.length+1}\" was assigned for your provided data!`):console.warn(`${a.data.titleForWarnings} Incompleted 'Series 3 name' field! Name \"Series ${a.data.seriesData.length+1}\" was assigned for your provided data!`),a.data.seriesData.push(s),a.data.newSeries.push(s),a.data.seriesNames.push(s.name),a.data.newSeriesName.push(s.name),e.chart_color_3?a.data.seriesColors.push(a.data.RGBAToHex(e.chart_color_3))&&a.data.newChartColors.push(a.data.RGBAToHex(e.chart_color_3)):a.data.seriesColors.push(a.data.getColor(a.data.seriesData.length-1))&&a.data.newChartColors.push(a.data.getColor(a.data.seriesData.length-1)),e.gradient_color_3?a.data.gradientColors.push(a.data.RGBAToHex(e.gradient_color_3))&&a.data.newGradientColors.push(a.data.RGBAToHex(e.gradient_color_3)):a.data.gradientColors.push(a.data.seriesColors[a.data.seriesData.length-1])&&a.data.newGradientColors.push(a.data.seriesColors[a.data.seriesData.length-1]),e.marker_color_3?a.data.markerColors.push(a.data.RGBAToHex(e.marker_color_3))&&a.data.newMarkerColors.push(a.data.RGBAToHex(e.marker_color_3)):a.data.markerColors.push(a.data.seriesColors[a.data.seriesData.length-1])&&a.data.newMarkerColors.push(a.data.seriesColors[a.data.seriesData.length-1]),e.marker_stroke_color_3?a.data.markerStrokeColors.push(a.data.RGBAToHex(e.marker_stroke_color_3))&&a.data.newNewMarkerStrokeColors.push(a.data.RGBAToHex(e.marker_stroke_color_3)):a.data.markerStrokeColors.push(\"#fff\")&&a.data.newNewMarkerStrokeColors.push(\"#fff\")}a.data.seriesWasAppended=!0,a.data.chart.updateOptions({series:a.data.seriesData,colors:a.data.seriesColors,fill:{gradient:{gradientToColors:a.data.gradientColors}},markers:{colors:a.data.markerColors,strokeColors:a.data.markerStrokeColors}}),a.publishState(\"series_names\",a.data.seriesNames)}else r.reportDebugger(`${a.data.titleForErrors} Incompleted 'Series 1 data' field!`)}","add_debugger":false},"fields":{"Bpm":{"caption":"Series 1 name","name":"series_1_name","rank":0,"editor":"DynamicValue","value":"text"},"Bpn":{"caption":"Series 1 data","name":"series_1_data","rank":1,"editor":"DynamicValue","value":"number","is_list":true},"Bpo":{"caption":"Series 2 name","name":"series_2_name","rank":2,"editor":"DynamicValue","value":"text","optional":true},"Bpp":{"caption":"Series 2 data","name":"series_2_data","rank":3,"editor":"DynamicValue","value":"number","is_list":true,"optional":true},"Bpq":{"caption":"Series 3 name","name":"series_3_name","rank":4,"editor":"DynamicValue","value":"text","optional":true},"Bpr":{"caption":"Series 3 data","name":"series_3_data","rank":5,"editor":"DynamicValue","value":"number","is_list":true,"optional":true},"Bps":{"caption":"-----------------------------------Style-----------------------------------","name":"style_info","rank":6,"editor":"Label"},"Bpt":{"caption":"Chart color 1","name":"chart_color_1","rank":7,"editor":"Color","optional":true},"Bpu":{"caption":"Chart color 2","name":"chart_color_2","rank":8,"editor":"Color","optional":true},"Bpv":{"caption":"Chart color 3","name":"chart_color_3","rank":9,"editor":"Color","optional":true},"Bpw":{"caption":"Gradient color 1","name":"gradient_color_1","rank":10,"editor":"Color","optional":true},"Bpx":{"caption":"Gradient color 2","name":"gradient_color_2","rank":11,"editor":"Color","optional":true},"Bpy":{"caption":"Gradient color 3","name":"gradient_color_3","rank":12,"editor":"Color","optional":true},"Bpz":{"caption":"---------------------------------Marker----------------------------------","name":"marker_info","rank":13,"editor":"Label"},"BqA":{"caption":"Marker color 1","name":"marker_color_1","rank":14,"editor":"Color","optional":true},"BqB":{"caption":"Marker color 2","name":"marker_color_2","rank":15,"editor":"Color","optional":true},"BqC":{"caption":"Marker color 3","name":"marker_color_3","rank":16,"editor":"Color","optional":true},"BqD":{"caption":"Marker stroke color 1","name":"marker_stroke_color_1","rank":17,"editor":"Color","optional":true},"BqE":{"caption":"Marker stroke color 2","name":"marker_stroke_color_2","rank":18,"editor":"Color","optional":true},"BqF":{"caption":"Marker stroke color 3","name":"marker_stroke_color_3","rank":19,"editor":"Color","optional":true}}},"BqG":{"caption":"Show series","code":{"fn":"function(e,s,n){e.data.seriesNames.includes(s.series_name)?e.data.chart.showSeries(s.series_name):n.reportDebugger(`(ShowSeriesAction) Series name \"${s.series_name}\" not found!`)}"},"fields":{"BqH":{"caption":"Series name","name":"series_name","rank":0,"editor":"DynamicValue","value":"text"}}},"BqI":{"caption":"Hide series","code":{"fn":"function(e,s,i){e.data.seriesNames.includes(s.series_name)?e.data.chart.hideSeries(s.series_name):i.reportDebugger(`(HideSeriesAction) Series name \"${s.series_name}\" not found!`)}"},"fields":{"BqJ":{"caption":"Series name","name":"series_name","rank":0,"editor":"DynamicValue","value":"text"}}},"BqK":{"caption":"Add X-Axis annotation","code":{"fn":"function(e,a,o){e.data.seriesCategory.includes(a.x_value_start)?e.data.chart.addXaxisAnnotation({id:a.id,x:a.x_value_start,x2:e.data.seriesCategory.includes(a.x_value_end)?a.x_value_end:null,strokeDashArray:a.border_dash_width,borderColor:e.data.RGBAToHex(a.border_color),fillColor:e.data.RGBAToHex(a.range_color_fill),opacity:Math.min(Math.max(0,a.range_color_fill_opacity),1),label:{borderColor:e.data.RGBAToHex(a.label_border_color),borderWidth:a.label_border_width,borderRadius:a.label_border_radius,text:a.label_text||void 0,textAnchor:\"middle\",position:\"top\",orientation:a.label_orientation,offsetX:0,offsetY:0,style:{background:e.data.RGBAToHex(a.background_color),color:e.data.RGBAToHex(a.text_color),fontSize:\"12px\",cssClass:\"apexcharts-xaxis-annotation-label\"}}}):o.reportDebugger(`(AddXAxisAnnotation) Value \"${a.x_value_start}\" not found in category!`),null!==a.x_value_end&&!e.data.seriesCategory.includes(a.x_value_end)&&o.reportDebugger(`(AddXAxisAnnotation) Value \"${a.x_value_end}\" not found in category!`)}"},"fields":{"BqL":{"caption":"Id","name":"id","rank":0,"editor":"DynamicValue","value":"text"},"BqM":{"caption":"X-value start","name":"x_value_start","rank":1,"editor":"DynamicValue","value":"text"},"BqN":{"caption":"X-value end","name":"x_value_end","rank":2,"editor":"DynamicValue","value":"text","optional":true},"BqO":{"caption":"Label text","name":"label_text","rank":3,"editor":"DynamicValue","value":"text"},"BqP":{"caption":"-----------------------------------Style-----------------------------------","name":"style_info","rank":4,"editor":"Label"},"BqQ":{"caption":"Border color","name":"border_color","rank":5,"editor":"Color","default_val":"rgba(119, 93, 208, 1)"},"BqR":{"caption":"Range color fill","name":"range_color_fill","rank":7,"editor":"Color","default_val":"rgba(119, 93, 208, 1)"},"BqS":{"caption":"Range color fill opacity","name":"range_color_fill_opacity","rank":8,"editor":"DynamicValue","value":"number","default_val":0.3},"BqT":{"caption":"-------------------------------Label style-------------------------------","name":"label_style_info","rank":9,"editor":"Label"},"BqU":{"caption":"Label border color","name":"label_border_color","rank":10,"editor":"Color","default_val":"rgba(119, 93, 208, 1)"},"BqV":{"caption":"Label border width","name":"label_border_width","rank":11,"editor":"DynamicValue","value":"number","default_val":1},"BqW":{"caption":"Label border radius","name":"label_border_radius","rank":12,"editor":"DynamicValue","value":"number","default_val":0},"BqX":{"caption":"Label orientation","name":"label_orientation","rank":13,"editor":"Dropdown","default_val":"vertical"},"BqY":{"caption":"Text color","name":"text_color","rank":14,"editor":"Color","default_val":"rgba(255, 255, 255, 1)"},"BqZ":{"caption":"Background color","name":"background_color","rank":15,"editor":"Color","default_val":"rgba(119, 93, 208, 1)"},"Bqa":{"caption":"Border dashed width","name":"border_dash_width","rank":6,"editor":"DynamicValue","value":"number","default_val":0}}},"Bqb":{"caption":"Add Y-Axis annotation","code":{"fn":"function(a,e,o){let t=a.data.chart.w.globals.minY,r=a.data.chart.w.globals.maxY;e.y_value_start>t&&e.y_value_start<r?a.data.chart.addYaxisAnnotation({id:e.id,y:e.y_value_start,y2:e.y_value_end>t&&e.y_value_end<r?e.y_value_end:null,strokeDashArray:e.border_dash_width,borderColor:a.data.RGBAToHex(e.border_color),fillColor:a.data.RGBAToHex(e.range_color_fill),opacity:Math.min(Math.max(0,e.range_color_fill_opacity),1),yAxisIndex:0,label:{borderColor:a.data.RGBAToHex(e.label_border_color),borderWidth:e.label_border_width,borderRadius:e.label_border_radius,text:e.label_text||void 0,textAnchor:\"end\",position:\"right\",offsetX:0,offsetY:0,style:{background:a.data.RGBAToHex(e.background_color),color:a.data.RGBAToHex(e.text_color),fontSize:\"12px\",cssClass:\"apexcharts-yaxis-annotation-label\"}}}):o.reportDebugger(`(AddYAxisAnnotation) Value \"${e.y_value_start}\" is out of Y-Axis range [${t}, ${r}]!`),null!==e.y_value_end&&!(e.y_value_end>t&&e.y_value_end<r)&&o.reportDebugger(`(AddYAxisAnnotation) Value \"${e.y_value_end}\" is out of Y-Axis range [${t}, ${r}]!`)}"},"fields":{"Bqc":{"caption":"Id","name":"id","rank":0,"editor":"DynamicValue","value":"text"},"Bqd":{"caption":"Y-value start","name":"y_value_start","rank":1,"editor":"DynamicValue","value":"number"},"Bqe":{"caption":"Y-value end","name":"y_value_end","rank":2,"editor":"DynamicValue","value":"number","optional":true},"Bqf":{"caption":"Label text","name":"label_text","rank":3,"editor":"DynamicValue","value":"text"},"Bqg":{"caption":"-----------------------------------Style-----------------------------------","name":"style_info","rank":4,"editor":"Label"},"Bqh":{"caption":"Border color","name":"border_color","rank":5,"editor":"Color","default_val":"rgba(254, 176, 25, 1)"},"Bqi":{"caption":"Border dashed width","name":"border_dash_width","rank":6,"editor":"DynamicValue","value":"number","default_val":1},"Bqj":{"caption":"Range color fill","name":"range_color_fill","rank":7,"editor":"Color","default_val":"rgba(254, 176, 25, 1)"},"Bqk":{"caption":"Range color fill opacity","name":"range_color_fill_opacity","rank":8,"editor":"DynamicValue","value":"number","default_val":0.3},"Bql":{"caption":"-------------------------------Label style-------------------------------","name":"label_style_info","rank":9,"editor":"Label"},"Bqm":{"caption":"Label border color","name":"label_border_color","rank":10,"editor":"Color","default_val":"rgba(254, 176, 25, 1)"},"Bqn":{"caption":"Label border width","name":"label_border_width","rank":11,"editor":"DynamicValue","value":"number","default_val":1},"Bqo":{"caption":"Label border radius","name":"label_border_radius","rank":12,"editor":"DynamicValue","value":"number","default_val":0},"Bqp":{"caption":"Text color","name":"text_color","rank":13,"editor":"Color","default_val":"rgba(255, 255, 255, 1)"},"Bqq":{"caption":"Background color","name":"background_color","rank":14,"editor":"Color","default_val":"rgba(254, 176, 25, 1)"}}},"Bqr":{"caption":"Add Point annotation","code":{"fn":"function(o,e,a){let t=o.data.chart.w.globals.minY,r=o.data.chart.w.globals.maxY;o.data.seriesCategory.includes(e.x_value)?e.y_value>t&&e.y_value<r?o.data.chart.addPointAnnotation({id:e.id,x:e.x_value,y:e.y_value,yAxisIndex:0,seriesIndex:0,marker:{size:e.point_size,fillColor:o.data.RGBAToHex(e.point_color),strokeWidth:e.stroke_width,strokeColor:o.data.RGBAToHex(e.stroke_color),shape:e.point_shape,radius:e.square_border_radius},label:{borderColor:o.data.RGBAToHex(e.label_border_color),borderWidth:e.label_border_width,borderRadius:e.label_border_radius,text:e.label_text||void 0,textAnchor:\"middle\",position:\"right\",offsetX:0,offsetY:0,style:{background:o.data.RGBAToHex(e.background_color),color:o.data.RGBAToHex(e.text_color),fontSize:\"12px\",cssClass:\"apexcharts-yaxis-annotation-label\"}}}):a.reportDebugger(`(AddPointAnnotation) Value \"${e.y_value}\" is out of Y-Axis range [${t}, ${r}]!`):a.reportDebugger(`(AddPointAnnotation) Value \"${e.x_value}\" not found in category!`)}"},"fields":{"Bqs":{"caption":"Id","name":"id","rank":0,"editor":"DynamicValue","value":"text"},"Bqt":{"caption":"X-value","name":"x_value","rank":1,"editor":"DynamicValue","value":"text"},"Bqu":{"caption":"Y-value","name":"y_value","rank":2,"editor":"DynamicValue","value":"number"},"Bqv":{"caption":"Label text","name":"label_text","rank":3,"editor":"DynamicValue","value":"text"},"Bqw":{"caption":"-----------------------------------Style-----------------------------------","name":"style_info","rank":4,"editor":"Label"},"Bqx":{"caption":"Point size","name":"point_size","rank":5,"editor":"DynamicValue","value":"number","default_val":3},"Bqy":{"caption":"Point color","name":"point_color","rank":6,"editor":"Color","default_val":"rgba(255,255,255,1)"},"Bqz":{"caption":"Stroke width","name":"stroke_width","rank":7,"editor":"DynamicValue","value":"number","default_val":1},"BrA":{"caption":"Stroke color","name":"stroke_color","rank":8,"editor":"Color","default_val":"rgba(0, 0, 0, 1)"},"BrB":{"caption":"Point shape","name":"point_shape","rank":9,"editor":"Dropdown","default_val":"circle"},"BrC":{"caption":"Square border radius","name":"square_border_radius","rank":10,"editor":"DynamicValue","value":"number","default_val":0},"BrD":{"caption":"-------------------------------Label style-------------------------------","name":"label_style_info","rank":11,"editor":"Label"},"BrE":{"caption":"Label border color","name":"label_border_color","rank":12,"editor":"Color","default_val":"rgba(255, 69, 96, 1)"},"BrF":{"caption":"Label border width","name":"label_border_width","rank":13,"editor":"DynamicValue","value":"number","default_val":1},"BrG":{"caption":"Label border radius","name":"label_border_radius","rank":14,"editor":"DynamicValue","value":"number","default_val":0},"BrH":{"caption":"Text color","name":"text_color","rank":15,"editor":"Color","default_val":"rgba(255, 255, 255, 1)"},"BrI":{"caption":"Background color","name":"background_color","rank":16,"editor":"Color","default_val":"rgba(255, 69, 96, 1)"}}},"BrJ":{"caption":"Remove annotation","code":{"fn":"function(t,n,a){t.data.chart.removeAnnotation(n.id)}"},"fields":{"BrK":{"caption":"Id","name":"id","rank":0,"editor":"DynamicValue","value":"text"}}},"BrL":{"caption":"Clear All annotations","code":{"fn":"function(t,n,a){t.data.chart.clearAnnotations()}"},"fields":{"BrM":{"caption":"This action will remove all any type annotations from chart.","name":"general_information","rank":0,"editor":"Label"}}},"BrN":{"caption":"Generate PNG Url","code":{"fn":"function(t,a,e){t.data.chart.dataURI({scale:4,width:1024}).then((({imgURI:a,blob:n})=>{let g=a.replace(\"data:image/png;base64,\",\"\");const l=a=>{t.publishState(\"png_url\",a),t.triggerEvent(\"png_url_is_available\")};e.uploadContent(\"chart.png\",g,(function(t,a){t?e.reportDebugger(`${t.message()}`):l(a)}))}))}"}}},"code":{"preview":{"fn":"function(instance, properties) {\n\n\n\n}"},"initialize":{"fn":"function(e,a){function s(){const e=undefined,a=undefined;return Date.now().toString(36)+Math.random().toString(36).slice(2)}e.data.titleForErrors=\"Append New Series Action -\",e.data.titleForWarnings=\"Line Chart Element | Append New Series Action -\",e.data.chartIsCreated=!1,e.data.seriesWasAppended=!1,e.data.chartID=s(),e.data.chartContainer=$(\"<div>\").attr(\"id\",e.data.chartID),e.canvas.html(e.data.chartContainer),e.data.getColor=e=>{const a=[\"#008FFB\",\"#00E396\",\"#FEB019\",\"#FF4560\",\"#775DD0\",\"#3F51B5\",\"#03A9F4\",\"#4CAF50\",\"#F9CE1D\",\"#FF9800\",\"#33B2DF\",\"#546E7A\",\"#D4526E\",\"#13D8AA\",\"#A5978B\",\"#4ECDC4\",\"#C7F464\",\"#81D4FA\",\"#546E7A\",\"#FD6A6A\",\"#2B908F\",\"#F9A3A4\",\"#90EE7E\",\"#FA4443\",\"#69D2E7\",\"#449DD1\",\"#F86624\",\"#EA3546\",\"#662E9B\",\"#C5D86D\",\"#D7263D\",\"#1B998B\",\"#2E294E\",\"#F46036\",\"#E2C044\",\"#662E9B\",\"#F86624\",\"#F9C80E\",\"#EA3546\",\"#43BCCD\",\"#5C4742\",\"#A5978B\",\"#8D5B4C\",\"#5A2A27\",\"#C4BBAF\",\"#A300D6\",\"#7D02EB\",\"#5653FE\",\"#2983FF\",\"#00B1F2\"];let s;return a[e%a.length]},e.data.RGBAToHex=e=>{let a=e.indexOf(\",\")>-1?\",\":\" \";(e=e.substr(5).split(\")\")[0].split(a)).indexOf(\"/\")>-1&&e.splice(3,1);for(let a in e){let s=e[a];if(s.indexOf(\"%\")>-1){let t=s.substr(0,s.length-1)/100;e[a]=a<3?Math.round(255*t):t}}let s=(+e[0]).toString(16),t=(+e[1]).toString(16),o=(+e[2]).toString(16),r=Math.round(255*+e[3]).toString(16);return 1==s.length&&(s=\"0\"+s),1==t.length&&(t=\"0\"+t),1==o.length&&(o=\"0\"+o),1==r.length&&(r=\"0\"+r),\"#\"+s+t+o},e.data.createChart=s=>{const t=[];if(e.data.seriesNames=[],e.data.seriesData=[],e.data.seriesColors=[],e.data.gradientColors=[],e.data.markerColors=[],e.data.markerStrokeColors=[],e.data.categoryType=\"category\",s.series_category)if(e.data.seriesCategory=s.series_category.get(0,s.series_category.length()),s.series_1_data){{const a=s.series_1_data.get(0,s.series_1_data.length());s.replace_null_undefined_values_with_0&&a.forEach(((e,a,s)=>{s[a]=null==s[a]||null==s[a]?0:e}));let o={name:s.series_1_name&&!e.data.seriesNames.includes(s.series_1_name)?s.series_1_name:`Series ${e.data.seriesData.length+1}`,data:a};s.series_1_name?e.data.seriesNames.includes(s.series_1_name)&&t.push(`Line Chart Element - Series name \"${s.series_1_name}\" already exists! Name \"Series ${e.data.seriesData.length+1}\" was assigned for your provided data!`):t.push(`Line Chart Element - Incompleted 'Series 1 name' field! Name \"Series ${e.data.seriesData.length+1}\" was assigned for your provided data!`),e.data.seriesData.push(o),e.data.seriesNames.push(o.name),s.chart_color_1?e.data.seriesColors.push(e.data.RGBAToHex(s.chart_color_1)):e.data.seriesColors.push(e.data.getColor(e.data.seriesData.length-1)),s.gradient_color_1?e.data.gradientColors.push(e.data.RGBAToHex(s.gradient_color_1)):e.data.gradientColors.push(e.data.seriesColors[e.data.seriesData.length-1]),s.marker_color_1?e.data.markerColors.push(e.data.RGBAToHex(s.marker_color_1)):e.data.markerColors.push(e.data.seriesColors[e.data.seriesData.length-1]),s.marker_stroke_color_1?e.data.markerStrokeColors.push(e.data.RGBAToHex(s.marker_stroke_color_1)):e.data.markerStrokeColors.push(\"#fff\")}if(s.series_2_data){const a=s.series_2_data.get(0,s.series_2_data.length());s.replace_null_undefined_values_with_0&&a.forEach(((e,a,s)=>{s[a]=null==s[a]||null==s[a]?0:e}));let o={name:s.series_2_name&&!e.data.seriesNames.includes(s.series_2_name)?s.series_2_name:`Series ${e.data.seriesData.length+1}`,data:a};s.series_2_name?e.data.seriesNames.includes(s.series_2_name)&&t.push(`Line Chart Element - Series name \"${s.series_2_name}\" already exists! Name \"Series ${e.data.seriesData.length+1}\" was assigned for your provided data!`):t.push(`Line Chart Element - Incompleted 'Series 2 name' field! Name \"Series ${e.data.seriesData.length+1}\" was assigned for your provided data!`),e.data.seriesData.push(o),e.data.seriesNames.push(o.name),s.chart_color_2?e.data.seriesColors.push(e.data.RGBAToHex(s.chart_color_2)):e.data.seriesColors.push(e.data.getColor(e.data.seriesData.length-1)),s.gradient_color_2?e.data.gradientColors.push(e.data.RGBAToHex(s.gradient_color_2)):e.data.gradientColors.push(e.data.seriesColors[e.data.seriesData.length-1]),s.marker_color_2?e.data.markerColors.push(e.data.RGBAToHex(s.marker_color_2)):e.data.markerColors.push(e.data.seriesColors[e.data.seriesData.length-1]),s.marker_stroke_color_2?e.data.markerStrokeColors.push(e.data.RGBAToHex(s.marker_stroke_color_2)):e.data.markerStrokeColors.push(\"#fff\")}if(s.series_3_data){const a=s.series_3_data.get(0,s.series_3_data.length());s.replace_null_undefined_values_with_0&&a.forEach(((e,a,s)=>{s[a]=null==s[a]||null==s[a]?0:e}));let o={name:s.series_3_name&&!e.data.seriesNames.includes(s.series_3_name)?s.series_3_name:`Series ${e.data.seriesData.length+1}`,data:a};s.series_3_name?e.data.seriesNames.includes(s.series_3_name)&&t.push(`Line Chart Element - Series name \"${s.series_3_name}\" already exists! Name \"Series ${e.data.seriesData.length+1}\" was assigned for your provided data!`):t.push(`Line Chart Element - Incompleted 'Series 3 name' field! Name \"Series ${e.data.seriesData.length+1}\" was assigned for your provided data!`),e.data.seriesData.push(o),e.data.seriesNames.push(o.name),s.chart_color_3?e.data.seriesColors.push(e.data.RGBAToHex(s.chart_color_3)):e.data.seriesColors.push(e.data.getColor(e.data.seriesData.length-1)),s.gradient_color_3?e.data.gradientColors.push(e.data.RGBAToHex(s.gradient_color_3)):e.data.gradientColors.push(e.data.seriesColors[e.data.seriesData.length-1]),s.marker_color_3?e.data.markerColors.push(e.data.RGBAToHex(s.marker_color_3)):e.data.markerColors.push(e.data.seriesColors[e.data.seriesData.length-1]),s.marker_stroke_color_3?e.data.markerStrokeColors.push(e.data.RGBAToHex(s.marker_stroke_color_3)):e.data.markerStrokeColors.push(\"#fff\")}e.data.yAxis=[],e.data.firstYAxis={show:!0,showAlways:!1,showForNullSeries:!1,forceNiceScale:!0,seriesName:e.data.seriesNames[0],opposite:!1,reversed:!1,axisBorder:{show:s.show_y_axis_border,height:\"100%\",width:s.y_axis_border_size,color:e.data.RGBAToHex(s.y_axis_border_color)},title:{text:s.y_axis_title?s.y_axis_title:void 0,offsetX:s.y_axis_title_offset_from_left,offsetY:s.y_axis_title_offset_from_top,style:{color:e.data.RGBAToHex(s.y_axis_title_color),fontSize:s.y_axis_title_size+\"px\",cssClass:\"apexcharts-yaxis-title\"}},axisTicks:{show:s.show_y_axis_ticks,borderType:\"solid\",color:e.data.RGBAToHex(s.y_axis_ticks_color),width:s.y_axis_ticks_width},min:s.y_axis_min_value?s.y_axis_min_value:void 0,max:s.y_axis_max_value?s.y_axis_max_value:void 0,tickAmount:s.y_axis_label_count?s.y_axis_label_count:void 0,labels:{show:s.show_y_axis_labels,minWidth:1,maxWidth:300,style:{colors:e.data.RGBAToHex(s.y_axis_labels_color),fontSize:s.y_axis_labels_size+\"px\",cssClass:\"apexcharts-yaxis-label\"},formatter:e=>{if(void 0===e)return e;let a=e.toFixed(0);const t=undefined;return(s.y_axis_labels_prefix?s.y_axis_labels_prefix:\"\")+a+(s.y_axis_labels_suffix?s.y_axis_labels_suffix:\"\")}},tooltip:{enabled:s.enable_y_axis_tooltip},crosshairs:{show:!!s.y_axis_crosshair_width,position:\"back\",stroke:{color:e.data.RGBAToHex(s.y_axis_crosshair_color),width:s.y_axis_crosshair_width,dashArray:s.y_axis_crosshair_dash_width}}},e.data.yAxis.push(e.data.firstYAxis),s.y_axis_2nd_series_name&&!s.stacked_chart&&(e.data.secondYAxis={show:!0,opposite:!0,reversed:!1,showAlways:!1,showForNullSeries:!1,forceNiceScale:!0,seriesName:s.y_axis_2nd_series_name,axisBorder:{show:s.show_y_axis_2nd_border,height:\"100%\",width:s.y_axis_2nd_border_size,color:e.data.RGBAToHex(s.y_axis_2nd_border_color)},title:{text:s.y_axis_2nd_title?s.y_axis_2nd_title:void 0,offsetX:s.y_axis_title_offset_from_left,offsetY:s.y_axis_title_offset_from_top,style:{color:e.data.RGBAToHex(s.y_axis_2nd_title_color),fontSize:s.y_axis_title_size+\"px\",cssClass:\"apexcharts-yaxis-title\"}},axisTicks:{show:s.show_y_axis_2nd_ticks,borderType:\"solid\",color:e.data.RGBAToHex(s.y_axis_2nd_ticks_color),width:s.y_axis_ticks_width},min:s.y_axis_2nd_min_value?s.y_axis_2nd_min_value:void 0,max:s.y_axis_2nd_max_value?s.y_axis_2nd_max_value:void 0,tickAmount:s.y_axis_2nd_label_count?s.y_axis_2nd_label_count:void 0,labels:{show:s.show_y_axis_2nd_labels,minWidth:1,maxWidth:300,style:{colors:e.data.RGBAToHex(s.y_axis_2nd_labels_color),fontSize:s.y_axis_labels_size+\"px\",cssClass:\"apexcharts-yaxis-label\"},formatter:e=>{if(void 0===e)return e;let a=e.toFixed(0);const t=undefined;return(s.y_axis_2nd_labels_prefix?s.y_axis_2nd_labels_prefix:\"\")+a+(s.y_axis_2nd_labels_suffix?s.y_axis_2nd_labels_suffix:\"\")}},tooltip:{enabled:s.enable_y_axis_2nd_tooltip},crosshairs:{show:!!s.y_axis_crosshair_width,position:\"back\",stroke:{color:e.data.RGBAToHex(s.y_axis_crosshair_color),width:s.y_axis_crosshair_width,dashArray:s.y_axis_crosshair_dash_width}}},e.data.seriesNames.forEach(((a,t)=>{if(0!==t)if(a===s.y_axis_2nd_series_name)e.data.yAxis.push(e.data.secondYAxis);else{const s=Object.assign({},e.data.firstYAxis);s.show=!1,s.seriesName=a,e.data.yAxis.push(s)}}))),s.y_axis_2nd_series_name&&s.stacked_chart&&t.push(\"Line Chart Element - The second Y-axis is not compatible with stacked chart!\"),s.y_axis_2nd_series_name&&!e.data.seriesNames.includes(s.y_axis_2nd_series_name)&&t.push(`Line Chart Element - The \"${s.y_axis_2nd_series_name}\" series name not found! Please specify in \"2nd Y-axis series name\" field a series name that already is used.`),e.data.seriesWasAppended&&(e.data.seriesNames.push(...e.data.newSeriesName),e.data.seriesData.push(...e.data.newSeries),e.data.seriesColors.push(...e.data.newChartColors),e.data.gradientColors.push(...e.data.newGradientColors),e.data.markerColors.push(...e.data.newMarkerColors),e.data.markerStrokeColors.push(...e.data.newNewMarkerStrokeColors)),e.data.options={chart:{id:e.data.chartID,type:\"line\",group:s.syncing_id||void 0,height:\"100%\",width:\"100%\",stacked:s.stacked_chart,stackType:\"normal\",events:{mouseMove:(a,s,t)=>{-1!==t.dataPointIndex&&-1!==t.seriesIndex&&(e.publishState(\"index_on_hover\",t.dataPointIndex+1),e.publishState(\"series_name_on_hover\",t.config.series[t.seriesIndex].name),e.publishState(\"label_on_hover\",e.data.seriesCategory[t.dataPointIndex]),e.publishState(\"value_on_hover\",t.config.series[t.seriesIndex].data[t.dataPointIndex]),e.triggerEvent(\"chart_is_hovered\"))},mouseLeave:(a,t,o)=>{s.reset_hover_state_on_mouse_leave&&(e.publishState(\"index_on_hover\",null),e.publishState(\"series_name_on_hover\",null),e.publishState(\"label_on_hover\",null),e.publishState(\"value_on_hover\",null))},click:(a,s,t)=>{-1!==t.dataPointIndex&&-1!==t.seriesIndex&&(e.publishState(\"index_on_click\",t.dataPointIndex+1),e.publishState(\"series_name_on_click\",t.config.series[t.seriesIndex].name),e.publishState(\"label_on_click\",e.data.seriesCategory[t.dataPointIndex]),e.publishState(\"value_on_click\",t.config.series[t.seriesIndex].data[t.dataPointIndex]),e.triggerEvent(\"chart_is_clicked\"))}},sparkline:{enabled:s.enable_sparkline},dropShadow:{enabled:s.enable_dropshadow,color:e.data.RGBAToHex(s.dropshadow_color),top:s.dropshadow_offset_from_top,left:s.dropshadow_offset_from_left,blur:s.dropshadow_blur,opacity:Math.min(Math.max(0,s.dropshadow_opacity),1)},animations:{enabled:s.enable_animation,easing:\"easeinout\",speed:s.animation_speed,animateGradually:{enabled:s.enable_animation,delay:s.animation_delay},dynamicAnimation:{enabled:s.enable_animation,speed:s.animation_speed}},zoom:{enabled:s.enable_zoom,type:\"x\",autoScaleYaxis:s.auto_scale_y_axis_on_zoom,zoomedArea:{fill:{color:e.data.RGBAToHex(s.zoom_selection_color),opacity:Math.min(Math.max(0,s.zoom_selection_opacity),1)},stroke:{color:e.data.RGBAToHex(s.zoom_selection_stroke_color),opacity:Math.min(Math.max(0,s.zoom_selection_stroke_opacity),1),width:s.zoom_selection_stroke_width}}},toolbar:{show:s.enable_toolbar,offsetX:0,offsetY:0,tools:{download:s.enable_download,zoom:s.enable_zoom,zoomin:s.enable_zoomin,zoomout:s.enable_zoomout,pan:s.enable_pan,reset:s.enable_reset},export:{csv:{filename:void 0,columnDelimiter:\",\",headerCategory:\"category\",headerValue:\"value\",dateFormatter:e=>new Date(e).toDateString()},svg:{filename:void 0},png:{filename:void 0}},autoSelected:\"zoom\"}},xaxis:{type:e.data.categoryType,categories:e.data.seriesCategory,decimalsInFloat:void 0,tickAmount:void 0,tickPlacement:\"on\",title:{text:s.x_axis_title?s.x_axis_title:void 0,offsetX:s.x_axis_title_offset_from_left,offsetY:s.x_axis_title_offset_from_top,style:{color:e.data.RGBAToHex(s.x_axis_title_color),fontSize:s.x_axis_title_size+\"px\",cssClass:\"apexcharts-xaxis-title\"}},axisBorder:{show:s.show_x_axis_border,color:e.data.RGBAToHex(s.x_axis_border_color),height:s.x_axis_border_size,width:\"100%\"},tooltip:{enabled:s.enable_x_axis_tooltip},crosshairs:{show:!!s.x_axis_crosshair_width,width:1,position:\"back\",opacity:0,stroke:{color:e.data.RGBAToHex(s.x_axis_crosshair_color),width:s.x_axis_crosshair_width,dashArray:s.x_axis_crosshair_dash_width}},labels:{show:s.show_x_axis_labels,rotate:s.rotate_x_axis_labels||s.always_rotate_x_axis_labels?s.x_axis_labels_rotate_angle:0,rotateAlways:s.always_rotate_x_axis_labels,hideOverlappingLabels:s.hide_overlapping_x_axis_labels,trim:s.trim_x_axis_labels,minHeight:void 0,maxHeight:s.x_axis_labels_max_height,style:{colors:e.data.RGBAToHex(s.x_axis_labels_color),fontSize:s.x_axis_labels_size+\"px\",cssClass:\"apexcharts-xaxis-label\"},offsetY:s.x_axis_labels_offset_from_top,datetimeFormatter:{year:\"yyyy\",month:\"MMM 'yy\",day:\"dd MMM\",hour:\"HH:mm\"}},axisTicks:{show:s.show_x_axis_ticks,color:e.data.RGBAToHex(s.x_axis_ticks_color),height:s.x_axis_ticks_height}},yaxis:e.data.yAxis,series:e.data.seriesData,tooltip:{intersect:!0,shared:!1,enabled:s.show_tooltip,followCursor:!1,custom:void 0,theme:s.tooltip_theme,x:{show:s.show_category_on_tooltip,format:\"dd MMM\"},fixed:{enabled:!1},y:{formatter:e=>{if(void 0===e)return e;let a,t=e.toFixed(s.decimal_amount).toString().split(\".\");const o=t[0],r=t[1],i=/\\B(?=(\\d{3})+(?!\\d))/g,_=undefined;return(s.thousand_separator?o.replace(i,s.thousand_separator):o)+(r?s.decimal_separator?s.decimal_separator+r:\".\"+r:\"\")}}},dataLabels:{enabled:s.show_data_labels,formatter:function(e,a){if(void 0===e)return e;let t=a.seriesIndex,o=a.dataPointIndex,r=0;for(;t>=0;)r+=0!==a.w.globals.series[t].length?a.w.globals.series[t][o]:0,t--;if(s.summed_datalabels_on_stacked_chart&&s.stacked_chart){if(r>a.w.globals.maxY)return;let e,t=r.toFixed(s.decimal_amount).toString().split(\".\");const o=t[0],i=t[1],_=/\\B(?=(\\d{3})+(?!\\d))/g,d=undefined;return(s.thousand_separator?o.replace(_,s.thousand_separator):o)+(i?s.decimal_separator?s.decimal_separator+i:\".\"+i:\"\")}{if(e>a.w.globals.maxY)return;let t,o=e.toFixed(s.decimal_amount).toString().split(\".\");const r=o[0],i=o[1],_=/\\B(?=(\\d{3})+(?!\\d))/g,d=undefined;return(s.thousand_separator?r.replace(_,s.thousand_separator):r)+(i?s.decimal_separator?s.decimal_separator+i:\".\"+i:\"\")}}},colors:e.data.seriesColors,legend:{show:s.show_legend,position:s.legend_position,horizontalAlign:s.horizontal_legend_alignment,fontSize:s.legend_font_size+\"px\"},stroke:{show:!0,curve:s.stroke_style,width:s.stroke_width,dashArray:s.dash_width},fill:{type:s.color_style,gradient:{type:s.gradient_type,gradientToColors:e.data.gradientColors}},markers:{shape:s.marker_shape,radius:s.marker_radius,size:s.marker_size,colors:e.data.markerColors,fillOpacity:Math.min(Math.max(0,s.marker_fill_opacity),1),strokeColors:e.data.markerStrokeColors,strokeWidth:s.marker_stroke_width,strokeOpacity:Math.min(Math.max(0,s.marker_stroke_opacity),1),strokeDashArray:s.marker_stroke_dash_array,hover:{size:s.marker_size_on_hover}},grid:{show:s.enable_grid_lines_for_x_axis||s.enable_grid_lines_for_y_axis||s.show_x_axis_border,borderColor:e.data.RGBAToHex(s.grid_line_color),position:\"back\",xaxis:{lines:{show:s.enable_grid_lines_for_x_axis}},yaxis:{lines:{show:s.enable_grid_lines_for_y_axis}},strokeDashArray:s.grid_stroke_dash_width,column:{colors:s.enable_grid_column_color?[e.data.RGBAToHex(s.odd_column_color),e.data.RGBAToHex(s.even_column_color)]:void 0,opacity:Math.min(Math.max(0,s.column_color_opacity),1)},row:{colors:s.enable_grid_row_color?[e.data.RGBAToHex(s.odd_row_color),e.data.RGBAToHex(s.even_row_color)]:void 0,opacity:Math.min(Math.max(0,s.row_color_opacity),1)},padding:{top:s.grid_padding_top,bottom:s.grid_padding_bottom,left:s.grid_padding_left,right:s.grid_padding_right}},forecastDataPoints:{count:s.forecast_data_points,fillOpacity:Math.min(Math.max(0,s.forecast_fill_opacity),1),strokeWidth:s.forecast_stroke_width,dashArray:s.forecast_dash_width}},JSON.stringify(s)!==JSON.stringify(e.data.properties)&&0!==t.length&&t.forEach((e=>{console.warn(e)})),void 0!==e.data.chart&&e.data.chart.destroy(),document.getElementById(e.data.chartID).innerHTML=\"\",e.data.chart=new ApexCharts(document.querySelector(`#${e.data.chartID}`),e.data.options),e.data.chart.render(),e.data.chartIsCreated||e.triggerEvent(\"chart_is_drawn\"),e.data.chartIsCreated=!0,e.publishState(\"series_names\",e.data.seriesNames),e.data.properties=s}else e.data.chartIsCreated||(a.reportDebugger(\"Incompleted 'Series 1 data' field!\"),e.data.chartIsCreated=!0);else e.data.chartIsCreated||(a.reportDebugger(\"Incompleted 'Series category' field!\"),e.data.chartIsCreated=!0)}}"},"update":{"fn":"function(t,a,e){t.data.updateProperties=a,t.data.createChart(a)}"},"reset":{"fn":"function(n,t){}"}},"platform_type":"web"},"CAG":{"display":"Area Chart","property_applications":{"MinWidth":true,"Padding":true,"Background":true,"Border":true,"resizable":true},"add_is_visible":true,"add_large_file_upload_properties":false,"can_fit_width":true,"can_fit_height":true,"fields":{"Bwp":{"caption":"Enable sparkline","name":"enable_sparkline","rank":12,"editor":"Checkbox","default_val":false},"Bwq":{"caption":"---------------------------Data formatting---------------------------","name":"formatting_info","rank":7,"editor":"Label"},"Bwr":{"caption":"Decimal separator","name":"decimal_separator","rank":8,"editor":"DynamicValue","value":"text","optional":true},"Bws":{"caption":"Thousand separator","name":"thousand_separator","rank":10,"editor":"DynamicValue","value":"text","optional":true},"Bwt":{"caption":"Show data labels","name":"show_data_labels","rank":13,"editor":"Checkbox","default_val":false},"Bwu":{"caption":"Chart color 1","name":"chart_color_1","rank":18,"editor":"Color","optional":true},"Bwv":{"caption":"Chart color 2","name":"chart_color_2","rank":19,"editor":"Color","optional":true},"Bww":{"caption":"Chart color 3","name":"chart_color_3","rank":20,"editor":"Color","optional":true},"Bwx":{"caption":"Stroke style","name":"stroke_style","rank":15,"editor":"Dropdown","optional":false,"default_val":"smooth"},"Bwy":{"caption":"Stroke width","name":"stroke_width","rank":16,"editor":"DynamicValue","value":"number","default_val":2},"Bwz":{"caption":"Dashed width","name":"dash_width","rank":17,"editor":"DynamicValue","value":"number","default_val":0},"BxA":{"caption":"Color style","name":"color_style","rank":21,"editor":"Dropdown","default_val":"solid"},"BxB":{"caption":"Gradient type","name":"gradient_type","rank":22,"editor":"Dropdown","default_val":"horizontal"},"BxC":{"caption":"Gradient color 1","name":"gradient_color_1","rank":23,"editor":"Color","optional":true},"BxD":{"caption":"Gradient color 2","name":"gradient_color_2","rank":24,"editor":"Color","optional":true},"BxE":{"caption":"Gradient color 3","name":"gradient_color_3","rank":25,"editor":"Color","optional":true},"BxF":{"caption":"Enable drop shadow","name":"enable_dropshadow","rank":26,"editor":"Checkbox","default_val":false},"BxG":{"caption":"Drop shadow color","name":"dropshadow_color","rank":27,"editor":"Color","optional":false,"default_val":"rgba(0, 0, 0, 1)"},"BxH":{"caption":"Drop shadow offset from the top","name":"dropshadow_offset_from_top","rank":28,"editor":"DynamicValue","value":"number","optional":false,"default_val":0},"BxI":{"caption":"Drop shadow offset from the left","name":"dropshadow_offset_from_left","rank":29,"editor":"DynamicValue","value":"number","default_val":0,"optional":false},"BxJ":{"caption":"Drop shadow blur","name":"dropshadow_blur","rank":30,"editor":"DynamicValue","value":"number","default_val":0,"optional":false},"BxK":{"caption":"Drop shadow opacity","name":"dropshadow_opacity","rank":31,"editor":"DynamicValue","value":"number","default_val":0.1,"optional":false},"BxL":{"caption":"---------------------------------Marker----------------------------------","name":"marker_info","rank":36,"editor":"Label"},"BxM":{"caption":"Marker shape","name":"marker_shape","rank":37,"editor":"Dropdown","default_val":"circle"},"BxN":{"caption":"Marker radius","name":"marker_radius","rank":38,"editor":"DynamicValue","value":"number","default_val":2,"optional":false},"BxO":{"caption":"Marker size","name":"marker_size","rank":39,"editor":"DynamicValue","value":"number","default_val":1,"optional":false},"BxP":{"caption":"Marker color 1","name":"marker_color_1","rank":41,"editor":"Color","optional":true},"BxQ":{"caption":"Marker color 2","name":"marker_color_2","rank":42,"editor":"Color","optional":true},"BxR":{"caption":"Marker color 3","name":"marker_color_3","rank":43,"editor":"Color","optional":true},"BxS":{"caption":"Marker fill opacity","name":"marker_fill_opacity","rank":44,"editor":"DynamicValue","value":"number","optional":false,"default_val":1},"BxT":{"caption":"Marker stroke color 1","name":"marker_stroke_color_1","rank":45,"editor":"Color","optional":true},"BxU":{"caption":"Marker stroke color 2","name":"marker_stroke_color_2","rank":46,"editor":"Color","optional":true},"BxV":{"caption":"Marker stroke color 3","name":"marker_stroke_color_3","rank":47,"editor":"Color","optional":true},"BxW":{"caption":"Marker stroke width","name":"marker_stroke_width","rank":48,"editor":"DynamicValue","value":"number","default_val":1},"BxX":{"caption":"Marker stroke opacity","name":"marker_stroke_opacity","rank":49,"editor":"DynamicValue","value":"number","default_val":1},"BxY":{"caption":"Marker stroke dashed width","name":"marker_stroke_dash_width","rank":50,"editor":"DynamicValue","value":"number","default_val":0},"BxZ":{"caption":"-----------------------------------Grid------------------------------------","name":"grid_info","rank":51,"editor":"Label"},"Bxa":{"caption":"Marker size on hover","name":"marker_size_on_hover","rank":40,"editor":"DynamicValue","value":"number","default_val":5},"Bxb":{"caption":"Grid line color","name":"grid_line_color","rank":54,"editor":"Color","optional":false,"default_val":"rgba(144, 164, 174, 1)"},"Bxc":{"caption":"Enable grid lines for X-axis","name":"enable_grid_lines_for_x_axis","rank":52,"editor":"Checkbox","default_val":false},"Bxd":{"caption":"Enable grid lines for Y-axis","name":"enable_grid_lines_for_y_axis","rank":53,"editor":"Checkbox","default_val":false},"Bxe":{"caption":"Grid stroke dashed width","name":"grid_stroke_dash_width","rank":55,"editor":"DynamicValue","value":"number","default_val":2},"Bxf":{"caption":"Chart padding top","name":"grid_padding_top","rank":32,"editor":"DynamicValue","value":"number","default_val":0},"Bxg":{"caption":"Chart padding bottom","name":"grid_padding_bottom","rank":33,"editor":"DynamicValue","value":"number","default_val":0},"Bxh":{"caption":"Chart padding left","name":"grid_padding_left","rank":34,"editor":"DynamicValue","value":"number","default_val":15},"Bxi":{"caption":"Chart padding right","name":"grid_padding_right","rank":35,"editor":"DynamicValue","value":"number","default_val":15},"Bxj":{"caption":"Enable grid column color","name":"enable_grid_column_color","rank":57,"editor":"Checkbox","default_val":false},"Bxk":{"caption":"Odd column color","name":"odd_column_color","rank":58,"editor":"Color","default_val":"rgba(192, 201, 206, 1)"},"Bxl":{"caption":"Even column color","name":"even_column_color","rank":59,"editor":"Color","default_val":"rgba(215, 216, 216, 1)"},"Bxm":{"caption":"Column color opacity","name":"column_color_opacity","rank":60,"editor":"DynamicValue","value":"number","default_val":0.5},"Bxn":{"caption":"Enable grid row color","name":"enable_grid_row_color","rank":61,"editor":"Checkbox","default_val":false},"Bxo":{"caption":"Odd row color","name":"odd_row_color","rank":62,"editor":"Color","default_val":"rgba(192, 201, 206, 1)"},"Bxp":{"caption":"Even row color","name":"even_row_color","rank":63,"editor":"Color","default_val":"rgba(215, 216, 216, 1)"},"Bxq":{"caption":"Row color opacity","name":"row_color_opacity","rank":64,"editor":"DynamicValue","value":"number","default_val":0.5},"Bxr":{"caption":"---------------------------------Forecast--------------------------------","name":"forecast_info","rank":65,"editor":"Label"},"Bxs":{"caption":"Forecast data points","name":"forecast_data_points","rank":66,"editor":"DynamicValue","value":"number","default_val":0},"Bxt":{"caption":"Forecast stroke width","name":"forecast_stroke_width","rank":67,"editor":"DynamicValue","value":"number","default_val":2},"Bxu":{"caption":"Forecast fill opacity","name":"forecast_fill_opacity","rank":68,"editor":"DynamicValue","value":"number","default_val":0.5},"Bxv":{"caption":"Forecast dashed width","name":"forecast_dash_width","rank":69,"editor":"DynamicValue","value":"number","default_val":4},"Bxw":{"caption":"--------------------------------Animation------------------------------","name":"animation_info","rank":70,"editor":"Label"},"Bxx":{"caption":"Enable animation","name":"enable_animation","rank":71,"editor":"Checkbox","value":"boolean","default_val":true},"Bxy":{"caption":"Animation speed","name":"animation_speed","rank":72,"editor":"DynamicValue","value":"number","default_val":800},"Bxz":{"caption":"Animation delay","name":"animation_delay","rank":73,"editor":"DynamicValue","value":"number","default_val":150},"ByA":{"caption":"-----------------------Background grid color----------------------","name":"background_grid_color_info","rank":56,"editor":"Label"},"ByB":{"caption":"----------------------------------X-axis-----------------------------------","name":"x_axis_info","rank":74,"editor":"Label"},"ByC":{"caption":"Show X-axis border","name":"show_x_axis_border","rank":75,"editor":"Checkbox","default_val":true},"ByD":{"caption":"X-axis border color","name":"x_axis_border_color","rank":76,"editor":"Color","default_val":"rgba(120, 144, 156, 1)"},"ByE":{"caption":"X-axis border size","name":"x_axis_border_size","rank":77,"editor":"DynamicValue","value":"number","default_val":1},"ByF":{"caption":"X-axis title","name":"x_axis_title","rank":78,"editor":"DynamicValue","value":"text","optional":true},"ByG":{"caption":"X-axis title color","name":"x_axis_title_color","rank":79,"editor":"Color","default_val":"rgba(120, 144, 156, 1)"},"ByH":{"caption":"X-axis title size","name":"x_axis_title_size","rank":80,"editor":"DynamicValue","value":"number","default_val":12},"ByI":{"caption":"X-axis title offset from the top","name":"x_axis_title_offset_from_top","rank":81,"editor":"DynamicValue","value":"number","default_val":0},"ByJ":{"caption":"X-axis title offset from the left","name":"x_axis_title_offset_from_left","rank":82,"editor":"DynamicValue","value":"number","default_val":0},"ByK":{"caption":"Enable X-axis tooltip","name":"enable_x_axis_tooltip","rank":96,"editor":"Checkbox","default_val":false},"ByL":{"caption":"X-axis crosshair width","name":"x_axis_crosshair_width","rank":97,"editor":"DynamicValue","value":"number","default_val":0},"ByM":{"caption":"X-axis crosshair dashed width","name":"x_axis_crosshair_dash_width","rank":98,"editor":"DynamicValue","value":"number","default_val":0},"ByN":{"caption":"X-axis crosshair color","name":"x_axis_crosshair_color","rank":99,"editor":"Color","default_val":"rgba(120, 144, 156, 1)"},"ByO":{"caption":"Show X-axis labels","name":"show_x_axis_labels","rank":86,"editor":"Checkbox","default_val":true},"ByP":{"caption":"X-axis labels color","name":"x_axis_labels_color","rank":87,"editor":"Color","default_val":"rgba(0,0,0,1)"},"ByQ":{"caption":"X-axis labels size","name":"x_axis_labels_size","rank":88,"editor":"DynamicValue","value":"number","default_val":12},"ByR":{"caption":"X-axis labels offset from the top","name":"x_axis_labels_offset_from_top","rank":89,"editor":"DynamicValue","value":"number","default_val":0},"ByS":{"caption":"X-axis labels max height","name":"x_axis_labels_max_height","rank":90,"editor":"DynamicValue","value":"number","default_val":120},"ByT":{"caption":"Hide overlapping X-axis labels","name":"hide_overlapping_x_axis_labels","rank":91,"editor":"Checkbox","default_val":false},"ByU":{"caption":"Trim X-axis labels","name":"trim_x_axis_labels","rank":92,"editor":"Checkbox","default_val":false},"ByV":{"caption":"Rotate X-axis labels","name":"rotate_x_axis_labels","rank":93,"editor":"Checkbox","default_val":false},"ByW":{"caption":"Always rotate X-axis labels","name":"always_rotate_x_axis_labels","rank":94,"editor":"Checkbox","default_val":false},"ByX":{"caption":"X-axis labels rotation angle","name":"x_axis_labels_rotate_angle","rank":95,"editor":"DynamicValue","value":"number","default_val":-45},"ByY":{"caption":"Show X-axis ticks","name":"show_x_axis_ticks","rank":83,"editor":"Checkbox","default_val":true},"ByZ":{"caption":"X-axis ticks color","name":"x_axis_ticks_color","rank":84,"editor":"Color","default_val":"rgba(120, 144, 156, 1)"},"Bya":{"caption":"X-axis ticks height","name":"x_axis_ticks_height","rank":85,"editor":"DynamicValue","value":"number","default_val":6},"Byb":{"caption":"----------------------------------Y-axis-----------------------------------","name":"y_axis_info","rank":100,"editor":"Label"},"Byc":{"caption":"Show Y-axis border","name":"show_y_axis_border","rank":101,"editor":"Checkbox","default_val":true},"Byd":{"caption":"Y-axis border color","name":"y_axis_border_color","rank":102,"editor":"Color","default_val":"rgba(120, 144, 156, 1)"},"Bye":{"caption":"Y-axis title","name":"y_axis_title","rank":103,"editor":"DynamicValue","value":"text","optional":true},"Byf":{"caption":"Y-axis title color","name":"y_axis_title_color","rank":104,"editor":"Color","default_val":"rgba(120, 144, 156, 1)"},"Byg":{"caption":"Y-axis title size","name":"y_axis_title_size","rank":105,"editor":"DynamicValue","value":"number","default_val":12},"Byh":{"caption":"Y-axis title offset from the top","name":"y_axis_title_offset_from_top","rank":106,"editor":"DynamicValue","value":"number","default_val":0},"Byi":{"caption":"Y-axis title offset from the left","name":"y_axis_title_offset_from_left","rank":107,"editor":"DynamicValue","value":"number","default_val":0},"Byj":{"caption":"Show Y-axis ticks","name":"show_y_axis_ticks","rank":108,"editor":"Checkbox","default_val":true},"Byk":{"caption":"Y-axis ticks color","name":"y_axis_ticks_color","rank":109,"editor":"Color","default_val":"rgba(120, 144, 156, 1)"},"Byl":{"caption":"Y-axis ticks width","name":"y_axis_ticks_width","rank":110,"editor":"DynamicValue","value":"number","default_val":6},"Bym":{"caption":"Y-axis min value","name":"y_axis_min_value","rank":111,"editor":"DynamicValue","value":"number","optional":true},"Byn":{"caption":"Y-axis max value","name":"y_axis_max_value","rank":112,"editor":"DynamicValue","value":"number","optional":true},"Byo":{"caption":"Show Y-axis labels","name":"show_y_axis_labels","rank":113,"editor":"Checkbox","default_val":true},"Byp":{"caption":"Y-axis label count","name":"y_axis_label_count","rank":114,"editor":"DynamicValue","value":"number","optional":true},"Byq":{"caption":"Y-axis labels color","name":"y_axis_labels_color","rank":115,"editor":"Color","default_val":"rgba(120, 144, 156, 1)"},"Byr":{"caption":"Y-axis labels size","name":"y_axis_labels_size","rank":116,"editor":"DynamicValue","value":"number","default_val":12},"Bys":{"caption":"Y-axis labels prefix","name":"y_axis_labels_prefix","rank":117,"editor":"DynamicValue","value":"text","optional":true},"Byt":{"caption":"Y-axis labels suffix","name":"y_axis_labels_suffix","rank":118,"editor":"DynamicValue","value":"text","optional":true},"Byu":{"caption":"Enable Y-axis tooltip","name":"enable_y_axis_tooltip","rank":119,"editor":"Checkbox","default_val":false},"Byv":{"caption":"Y-axis crosshair width","name":"y_axis_crosshair_width","rank":120,"editor":"DynamicValue","value":"number","default_val":0},"Byw":{"caption":"Y-axis crosshair dashed width","name":"y_axis_crosshair_dash_width","rank":121,"editor":"DynamicValue","value":"number","default_val":0},"Byx":{"caption":"Y-axis crosshair color","name":"y_axis_crosshair_color","rank":122,"editor":"Color","default_val":"rgba(120, 144, 156, 1)"},"Byy":{"caption":"-------------------------------2nd Y-Axis-------------------------------","name":"y_axis_2nd_info","rank":123,"editor":"Label"},"Byz":{"caption":"2nd Y-axis series name","name":"y_axis_2nd_series_name","rank":124,"editor":"DynamicValue","value":"text","optional":true},"BzA":{"caption":"Show 2nd Y-axis border","name":"show_y_axis_2nd_border","rank":125,"editor":"Checkbox","default_val":true},"BzB":{"caption":"2nd Y-axis border color","name":"y_axis_2nd_border_color","rank":126,"editor":"Color","default_val":"rgba(120, 144, 156, 1)"},"BzC":{"caption":"2nd Y-axis title","name":"y_axis_2nd_title","rank":127,"editor":"DynamicValue","value":"text","optional":true},"BzD":{"caption":"2nd Y-axis title color","name":"y_axis_2nd_title_color","rank":128,"editor":"Color","default_val":"rgba(120, 144, 156, 1)"},"BzE":{"caption":"Show 2nd Y-axis ticks","name":"show_y_axis_2nd_ticks","rank":129,"editor":"Checkbox","default_val":true},"BzF":{"caption":"2nd Y-axis ticks color","name":"y_axis_2nd_ticks_color","rank":130,"editor":"Color","default_val":"rgba(120, 144, 156, 1)"},"BzG":{"caption":"2nd Y-axis min value","name":"y_axis_2nd_min_value","rank":131,"editor":"DynamicValue","value":"number","optional":true},"BzH":{"caption":"2nd Y-axis max value","name":"y_axis_2nd_max_value","rank":132,"editor":"DynamicValue","value":"number","optional":true},"BzI":{"caption":"Show 2nd Y-axis labels","name":"show_y_axis_2nd_labels","rank":133,"editor":"Checkbox","default_val":true},"BzJ":{"caption":"2nd Y-axis label count","name":"y_axis_2nd_label_count","rank":134,"editor":"DynamicValue","value":"number","optional":true},"BzK":{"caption":"2nd Y-axis labels color","name":"y_axis_2nd_labels_color","rank":135,"editor":"Color","default_val":"rgba(120, 144, 156, 1)"},"BzL":{"caption":"2nd Y-axis labels prefix","name":"y_axis_2nd_labels_prefix","rank":136,"editor":"DynamicValue","value":"text","optional":true},"BzM":{"caption":"2nd Y-axis labels suffix","name":"y_axis_2nd_labels_suffix","rank":137,"editor":"DynamicValue","value":"text","optional":true},"BzN":{"caption":"Enable 2nd Y-axis tooltip","name":"enable_y_axis_2nd_tooltip","rank":138,"editor":"Checkbox","default_val":false},"BzO":{"caption":"---------------------------------Tooltip----------------------------------","name":"tooltip_info","rank":139,"editor":"Label"},"BzP":{"caption":"Show tooltip","name":"show_tooltip","rank":140,"editor":"Checkbox","default_val":true},"BzQ":{"caption":"Show category on tooltip","name":"show_category_on_tooltip","rank":141,"editor":"Checkbox","default_val":true},"BzR":{"caption":"Tooltip theme","name":"tooltip_theme","rank":142,"editor":"Dropdown","default_val":"light"},"BzS":{"caption":"---------------------------------Legend----------------------------------","name":"legend_info","rank":143,"editor":"Label"},"BzT":{"caption":"Show legend","name":"show_legend","rank":144,"editor":"Checkbox","default_val":true},"BzU":{"caption":"Legend position","name":"legend_position","rank":145,"editor":"Dropdown","default_val":"bottom"},"BzV":{"caption":"Horizontal legend alignment","name":"horizontal_legend_alignment","rank":146,"editor":"Dropdown","default_val":"center"},"BzW":{"caption":"Legend font size","name":"legend_font_size","rank":147,"editor":"DynamicValue","value":"number","default_val":12},"BzX":{"caption":"---------------------------------Toolbar---------------------------------","name":"toolbar_info","rank":148,"editor":"Label"},"BzY":{"caption":"Enable toolbar","name":"enable_toolbar","rank":149,"editor":"Checkbox","default_val":true},"BzZ":{"caption":"Zoom selection color","name":"zoom_selection_color","rank":152,"editor":"Color","default_val":"rgba(36, 41, 46, 1)"},"Bza":{"caption":"Zoom selection opacity","name":"zoom_selection_opacity","rank":153,"editor":"DynamicValue","value":"number","default_val":0.4},"Bzb":{"caption":"Zoom selection stroke width","name":"zoom_selection_stroke_width","rank":154,"editor":"DynamicValue","value":"number","default_val":1},"Bzc":{"caption":"Zoom selection stroke color","name":"zoom_selection_stroke_color","rank":155,"editor":"Color","default_val":"rgba(36, 41, 46, 1)"},"Bzd":{"caption":"Zoom selection stroke opacity","name":"zoom_selection_stroke_opacity","rank":156,"editor":"DynamicValue","value":"number","default_val":0.4},"Bze":{"caption":"Enable download","name":"enable_download","rank":150,"editor":"Checkbox","default_val":true},"Bzf":{"caption":"Enable zoom","name":"enable_zoom","rank":151,"editor":"Checkbox","default_val":true},"Bzg":{"caption":"Enable zoomIn","name":"enable_zoomin","rank":157,"editor":"Checkbox","default_val":true},"Bzh":{"caption":"Enable zoomOut","name":"enable_zoomout","rank":158,"editor":"Checkbox","default_val":true},"Bzi":{"caption":"Enable pan","name":"enable_pan","rank":160,"editor":"Checkbox","default_val":true},"Bzj":{"caption":"Enable reset","name":"enable_reset","rank":161,"editor":"Checkbox","default_val":true},"Bzk":{"caption":"Auto scale Y-axis on zoom","name":"auto_scale_y_axis_on_zoom","rank":159,"editor":"Checkbox","default_val":true},"Bzl":{"caption":"Stacked chart","name":"stacked_chart","rank":14,"editor":"Checkbox","default_val":false},"Bzm":{"caption":"----------------------------------Others---------------------------------","name":"others_info","rank":162,"editor":"Label"},"Bzn":{"caption":"Series 1 name","name":"series_1_name","rank":0,"editor":"DynamicValue","value":"text"},"Bzo":{"caption":"Series 1 data","name":"series_1_data","rank":1,"editor":"DynamicValue","value":"number","is_list":true},"Bzp":{"caption":"Series 2 name","name":"series_2_name","rank":2,"editor":"DynamicValue","value":"text","optional":true},"Bzq":{"caption":"Series 2 data","name":"series_2_data","rank":3,"editor":"DynamicValue","value":"number","is_list":true,"optional":true},"Bzr":{"caption":"Series 3 name","name":"series_3_name","rank":4,"editor":"DynamicValue","value":"text","optional":true},"Bzs":{"caption":"Series 3 data","name":"series_3_data","rank":5,"editor":"DynamicValue","value":"number","is_list":true,"optional":true},"Bzt":{"caption":"Series category","name":"series_category","rank":6,"editor":"DynamicValue","value":"text","is_list":true},"Bzu":{"caption":"Decimal amount","name":"decimal_amount","rank":9,"editor":"DynamicValue","value":"number","default_val":0,"optional":false},"Bzv":{"caption":"-----------------------------------Style-----------------------------------","name":"style_info","rank":11,"editor":"Label"}},"states":{"Bzw":{"caption":"Index on click","name":"index_on_click","value":"number","initialization_code":{"fn":"function(n,t){}"}},"Bzx":{"caption":"Label on click","name":"label_on_click","value":"text","initialization_code":{"fn":"function(n,t){}"}},"Bzy":{"caption":"Index on hover","name":"index_on_hover","value":"number","initialization_code":{"fn":"function(n,t){}"}},"Bzz":{"caption":"Label on hover","name":"label_on_hover","value":"text","initialization_code":{"fn":"function(n,t){}"}},"CAA":{"caption":"PNG url","name":"png_url","value":"text","initialization_code":{"fn":"function(n,t){}"}},"CAB":{"caption":"Series names","name":"series_names","value":"text","initialization_code":{"fn":"function(n,t){}"},"is_list":true},"CAC":{"caption":"Series name on click","name":"series_name_on_click","value":"text","initialization_code":{"fn":"function(n,t){}"}},"CAD":{"caption":"Series name on hover","name":"series_name_on_hover","value":"text","initialization_code":{"fn":"function(n,t){}"}},"CAE":{"caption":"Value on click","name":"value_on_click","value":"number","initialization_code":{"fn":"function(n,t){}"}},"CAF":{"caption":"Value on hover","name":"value_on_hover","value":"number","initialization_code":{"fn":"function(n,t){}"}}},"events":{"Bwc":{"caption":"Chart is drawn","name":"chart_is_drawn"},"Bwd":{"caption":"Chart is clicked","name":"chart_is_clicked"},"Bwe":{"caption":"Chart has hovered","name":"chart_is_hovered"},"Bwf":{"caption":"PNG Url is available","name":"png_url_is_available"}},"actions":{"Buz":{"caption":"Append new series","code":{"fn":"function(e,a,r){if(e.data.seriesWasAppended||(e.data.newSeriesName=[],e.data.newSeries=[],e.data.newChartColors=[],e.data.newGradientColors=[],e.data.newMarkerColors=[],e.data.newNewMarkerStrokeColors=[]),a.series_1_data){{const s=a.series_1_data.get(0,a.series_1_data.length());e.data.updateProperties.replace_null_undefined_values_with_0&&s.forEach(((e,a,r)=>{r[a]=null==r[a]||null==r[a]?0:e}));let t={name:a.series_1_name&&!e.data.seriesNames.includes(a.series_1_name)?a.series_1_name:`Series ${e.data.seriesData.length+1}`,data:s};a.series_1_name?e.data.seriesNames.includes(a.series_1_name)&&r.reportDebugger(`(AppendNewSeriesAction) Series name \"${a.series_1_name}\" already exists! Name \"Series ${e.data.seriesData.length+1}\" was assigned for your provided data!`):r.reportDebugger(`(AppendNewSeriesAction) Incompleted 'Series 1 name' field! Name \"Series ${e.data.seriesData.length+1}\" was assigned for your provided data!`),e.data.seriesData.push(t),e.data.newSeries.push(t),e.data.seriesNames.push(t.name),e.data.newSeriesName.push(t.name),a.chart_color_1?e.data.seriesColors.push(e.data.RGBAToHex(a.chart_color_1))&&e.data.newChartColors.push(e.data.RGBAToHex(a.chart_color_1)):e.data.seriesColors.push(e.data.getColor(e.data.seriesData.length-1))&&e.data.newChartColors.push(e.data.getColor(e.data.seriesData.length-1)),a.gradient_color_1?e.data.gradientColors.push(e.data.RGBAToHex(a.gradient_color_1))&&e.data.newGradientColors.push(e.data.RGBAToHex(a.gradient_color_1)):e.data.gradientColors.push(e.data.seriesColors[e.data.seriesData.length-1])&&e.data.newGradientColors.push(e.data.seriesColors[e.data.seriesData.length-1]),a.marker_color_1?e.data.markerColors.push(e.data.RGBAToHex(a.marker_color_1))&&e.data.newMarkerColors.push(e.data.RGBAToHex(a.marker_color_1)):e.data.markerColors.push(e.data.seriesColors[e.data.seriesData.length-1])&&e.data.newMarkerColors.push(e.data.seriesColors[e.data.seriesData.length-1]),a.marker_stroke_color_1?e.data.markerStrokeColors.push(e.data.RGBAToHex(a.marker_stroke_color_1))&&e.data.newNewMarkerStrokeColors.push(e.data.RGBAToHex(a.marker_stroke_color_1)):e.data.markerStrokeColors.push(\"#fff\")&&e.data.newNewMarkerStrokeColors.push(\"#fff\")}if(a.series_2_data){const s=a.series_2_data.get(0,a.series_2_data.length());e.data.updateProperties.replace_null_undefined_values_with_0&&s.forEach(((e,a,r)=>{r[a]=null==r[a]||null==r[a]?0:e}));let t={name:a.series_2_name&&!e.data.seriesNames.includes(a.series_2_name)?a.series_2_name:`Series ${e.data.seriesData.length+1}`,data:s};a.series_2_name?e.data.seriesNames.includes(a.series_2_name)&&r.reportDebugger(`(AppendNewSeriesAction) Series name \"${a.series_2_name}\" already exists! Name \"Series ${e.data.seriesData.length+1}\" was assigned for your provided data!`):r.reportDebugger(`(AppendNewSeriesAction) Incompleted 'Series 2 name' field! Name \"Series ${e.data.seriesData.length+1}\" was assigned for your provided data!`),e.data.seriesData.push(t),e.data.newSeries.push(t),e.data.seriesNames.push(t.name),e.data.newSeriesName.push(t.name),a.chart_color_2?e.data.seriesColors.push(e.data.RGBAToHex(a.chart_color_2))&&e.data.newChartColors.push(e.data.RGBAToHex(a.chart_color_2)):e.data.seriesColors.push(e.data.getColor(e.data.seriesData.length-1))&&e.data.newChartColors.push(e.data.getColor(e.data.seriesData.length-1)),a.gradient_color_2?e.data.gradientColors.push(e.data.RGBAToHex(a.gradient_color_2))&&e.data.newGradientColors.push(e.data.RGBAToHex(a.gradient_color_2)):e.data.gradientColors.push(e.data.seriesColors[e.data.seriesData.length-1])&&e.data.newGradientColors.push(e.data.seriesColors[e.data.seriesData.length-1]),a.marker_color_2?e.data.markerColors.push(e.data.RGBAToHex(a.marker_color_2))&&e.data.newMarkerColors.push(e.data.RGBAToHex(a.marker_color_2)):e.data.markerColors.push(e.data.seriesColors[e.data.seriesData.length-1])&&e.data.newMarkerColors.push(e.data.seriesColors[e.data.seriesData.length-1]),a.marker_stroke_color_2?e.data.markerStrokeColors.push(e.data.RGBAToHex(a.marker_stroke_color_2))&&e.data.newNewMarkerStrokeColors.push(e.data.RGBAToHex(a.marker_stroke_color_2)):e.data.markerStrokeColors.push(\"#fff\")&&e.data.newNewMarkerStrokeColors.push(\"#fff\")}if(a.series_3_data){const s=a.series_3_data.get(0,a.series_3_data.length());e.data.updateProperties.replace_null_undefined_values_with_0&&s.forEach(((e,a,r)=>{r[a]=null==r[a]||null==r[a]?0:e}));let t={name:a.series_3_name&&!e.data.seriesNames.includes(a.series_3_name)?a.series_3_name:`Series ${e.data.seriesData.length+1}`,data:s};a.series_3_name?e.data.seriesNames.includes(a.series_3_name)&&r.reportDebugger(`(AppendNewSeriesAction) Series name \"${a.series_3_name}\" already exists! Name \"Series ${e.data.seriesData.length+1}\" was assigned for your provided data!`):r.reportDebugger(`(AppendNewSeriesAction) Incompleted 'Series 3 name' field! Name \"Series ${e.data.seriesData.length+1}\" was assigned for your provided data!`),e.data.seriesData.push(t),e.data.newSeries.push(t),e.data.seriesNames.push(t.name),e.data.newSeriesName.push(t.name),a.chart_color_3?e.data.seriesColors.push(e.data.RGBAToHex(a.chart_color_3))&&e.data.newChartColors.push(e.data.RGBAToHex(a.chart_color_3)):e.data.seriesColors.push(e.data.getColor(e.data.seriesData.length-1))&&e.data.newChartColors.push(e.data.getColor(e.data.seriesData.length-1)),a.gradient_color_3?e.data.gradientColors.push(e.data.RGBAToHex(a.gradient_color_3))&&e.data.newGradientColors.push(e.data.RGBAToHex(a.gradient_color_3)):e.data.gradientColors.push(e.data.seriesColors[e.data.seriesData.length-1])&&e.data.newGradientColors.push(e.data.seriesColors[e.data.seriesData.length-1]),a.marker_color_3?e.data.markerColors.push(e.data.RGBAToHex(a.marker_color_3))&&e.data.newMarkerColors.push(e.data.RGBAToHex(a.marker_color_3)):e.data.markerColors.push(e.data.seriesColors[e.data.seriesData.length-1])&&e.data.newMarkerColors.push(e.data.seriesColors[e.data.seriesData.length-1]),a.marker_stroke_color_3?e.data.markerStrokeColors.push(e.data.RGBAToHex(a.marker_stroke_color_3))&&e.data.newNewMarkerStrokeColors.push(e.data.RGBAToHex(a.marker_stroke_color_3)):e.data.markerStrokeColors.push(\"#fff\")&&e.data.newNewMarkerStrokeColors.push(\"#fff\")}e.data.seriesWasAppended=!0,e.data.chart.updateOptions({series:e.data.seriesData,colors:e.data.seriesColors,fill:{gradient:{gradientToColors:e.data.gradientColors}},markers:{colors:e.data.markerColors,strokeColors:e.data.markerStrokeColors}}),e.publishState(\"series_names\",e.data.seriesNames)}else r.reportDebugger(\"(AppendNewSeriesAction) Incompleted 'Series 1 data' field!\")}","add_debugger":false},"fields":{"BvA":{"caption":"Series 1 name","name":"series_1_name","rank":0,"editor":"DynamicValue","value":"text"},"BvB":{"caption":"Series 1 data","name":"series_1_data","rank":1,"editor":"DynamicValue","value":"number","is_list":true},"BvC":{"caption":"Series 2 name","name":"series_2_name","rank":2,"editor":"DynamicValue","value":"text","optional":true},"BvD":{"caption":"Series 2 data","name":"series_2_data","rank":3,"editor":"DynamicValue","value":"number","is_list":true,"optional":true},"BvE":{"caption":"Series 3 name","name":"series_3_name","rank":4,"editor":"DynamicValue","value":"text","optional":true},"BvF":{"caption":"Series 3 data","name":"series_3_data","rank":5,"editor":"DynamicValue","value":"number","is_list":true,"optional":true},"BvG":{"caption":"-----------------------------------Style-----------------------------------","name":"style_info","rank":6,"editor":"Label"},"BvH":{"caption":"Chart color 1","name":"chart_color_1","rank":7,"editor":"Color","optional":true},"BvI":{"caption":"Chart color 2","name":"chart_color_2","rank":8,"editor":"Color","optional":true},"BvJ":{"caption":"Chart color 3","name":"chart_color_3","rank":9,"editor":"Color","optional":true},"BvK":{"caption":"Gradient color 1","name":"gradient_color_1","rank":10,"editor":"Color","optional":true},"BvL":{"caption":"Gradient color 2","name":"gradient_color_2","rank":11,"editor":"Color","optional":true},"BvM":{"caption":"Gradient color 3","name":"gradient_color_3","rank":12,"editor":"Color","optional":true},"BvN":{"caption":"---------------------------------Marker----------------------------------","name":"marker_info","rank":13,"editor":"Label"},"BvO":{"caption":"Marker color 1","name":"marker_color_1","rank":14,"editor":"Color","optional":true},"BvP":{"caption":"Marker color 2","name":"marker_color_2","rank":15,"editor":"Color","optional":true},"BvQ":{"caption":"Marker color 3","name":"marker_color_3","rank":16,"editor":"Color","optional":true},"BvR":{"caption":"Marker stroke color 1","name":"marker_stroke_color_1","rank":17,"editor":"Color","optional":true},"BvS":{"caption":"Marker stroke color 2","name":"marker_stroke_color_2","rank":18,"editor":"Color","optional":true},"BvT":{"caption":"Marker stroke color 3","name":"marker_stroke_color_3","rank":19,"editor":"Color","optional":true}}},"BvU":{"caption":"Show series","code":{"fn":"function(e,s,n){e.data.seriesNames.includes(s.series_name)?e.data.chart.showSeries(s.series_name):n.reportDebugger(`(ShowSeriesAction) Series name \"${s.series_name}\" not found!`)}"},"fields":{"BvV":{"caption":"Series name","name":"series_name","rank":0,"editor":"DynamicValue","value":"text","default_val":""}}},"BvW":{"caption":"Hide series","code":{"fn":"function(e,s,i){e.data.seriesNames.includes(s.series_name)?e.data.chart.hideSeries(s.series_name):i.reportDebugger(`(HideSeriesAction) Series name \"${s.series_name}\" not found!`)}"},"fields":{"BvX":{"caption":"Series name","name":"series_name","rank":0,"editor":"DynamicValue","value":"text"}}},"BvY":{"caption":"Add X-Axis annotation","code":{"fn":"function(e,a,o){e.data.seriesCategory.includes(a.x_value_start)?e.data.chart.addXaxisAnnotation({id:a.id,x:a.x_value_start,x2:e.data.seriesCategory.includes(a.x_value_end)?a.x_value_end:null,strokeDashArray:a.border_dash_width,borderColor:e.data.RGBAToHex(a.border_color),fillColor:e.data.RGBAToHex(a.range_color_fill),opacity:Math.min(Math.max(0,a.range_color_fill_opacity),1),label:{borderColor:e.data.RGBAToHex(a.label_border_color),borderWidth:a.label_border_width,borderRadius:a.label_border_radius,text:a.label_text||void 0,textAnchor:\"middle\",position:\"top\",orientation:a.label_orientation,offsetX:0,offsetY:0,style:{background:e.data.RGBAToHex(a.background_color),color:e.data.RGBAToHex(a.text_color),fontSize:\"12px\",cssClass:\"apexcharts-xaxis-annotation-label\"}}}):o.reportDebugger(`(AddXAxisAnnotation) Value \"${a.x_value_start}\" not found in category!`),null!==a.x_value_end&&!e.data.seriesCategory.includes(a.x_value_end)&&o.reportDebugger(`(AddXAxisAnnotation) Value \"${a.x_value_end}\" not found in category!`)}"},"fields":{"BvZ":{"caption":"Id","name":"id","rank":0,"editor":"DynamicValue","value":"text"},"Bva":{"caption":"X-value start","name":"x_value_start","rank":1,"editor":"DynamicValue","value":"text"},"Bvb":{"caption":"X-value end","name":"x_value_end","rank":2,"editor":"DynamicValue","value":"text","optional":true},"Bvc":{"caption":"Label text","name":"label_text","rank":3,"editor":"DynamicValue","value":"text"},"Bvd":{"caption":"-----------------------------------Style-----------------------------------","name":"style_info","rank":4,"editor":"Label"},"Bve":{"caption":"Border color","name":"border_color","rank":5,"editor":"Color","default_val":"rgba(119, 93, 208, 1)"},"Bvf":{"caption":"Range color fill","name":"range_color_fill","rank":7,"editor":"Color","default_val":"rgba(119, 93, 208, 1)"},"Bvg":{"caption":"Range color fill opacity","name":"range_color_fill_opacity","rank":8,"editor":"DynamicValue","value":"number","default_val":0.3},"Bvh":{"caption":"-------------------------------Label style-------------------------------","name":"label_style_info","rank":9,"editor":"Label"},"Bvi":{"caption":"Label border color","name":"label_border_color","rank":10,"editor":"Color","default_val":"rgba(119, 93, 208, 1)"},"Bvj":{"caption":"Label border width","name":"label_border_width","rank":11,"editor":"DynamicValue","value":"number","default_val":1},"Bvk":{"caption":"Label border radius","name":"label_border_radius","rank":12,"editor":"DynamicValue","value":"number","default_val":0},"Bvl":{"caption":"Label orientation","name":"label_orientation","rank":13,"editor":"Dropdown","default_val":"vertical"},"Bvm":{"caption":"Text color","name":"text_color","rank":14,"editor":"Color","default_val":"rgba(255, 255, 255, 1)"},"Bvn":{"caption":"Background color","name":"background_color","rank":15,"editor":"Color","default_val":"rgba(119, 93, 208, 1)"},"Bvo":{"caption":"Border dashed width","name":"border_dash_width","rank":6,"editor":"DynamicValue","value":"number","default_val":0}}},"Bvp":{"caption":"Add Y-Axis annotation","code":{"fn":"function(a,e,o){let t=a.data.chart.w.globals.minY,r=a.data.chart.w.globals.maxY;e.y_value_start>t&&e.y_value_start<r?a.data.chart.addYaxisAnnotation({id:e.id,y:e.y_value_start,y2:e.y_value_end>t&&e.y_value_end<r?e.y_value_end:null,strokeDashArray:e.border_dash_width,borderColor:a.data.RGBAToHex(e.border_color),fillColor:a.data.RGBAToHex(e.range_color_fill),opacity:Math.min(Math.max(0,e.range_color_fill_opacity),1),yAxisIndex:0,label:{borderColor:a.data.RGBAToHex(e.label_border_color),borderWidth:e.label_border_width,borderRadius:e.label_border_radius,text:e.label_text||void 0,textAnchor:\"end\",position:\"right\",offsetX:0,offsetY:0,style:{background:a.data.RGBAToHex(e.background_color),color:a.data.RGBAToHex(e.text_color),fontSize:\"12px\",cssClass:\"apexcharts-yaxis-annotation-label\"}}}):o.reportDebugger(`(AddYAxisAnnotation) Value \"${e.y_value_start}\" is out of Y-Axis range [${t}, ${r}]!`),null!==e.y_value_end&&!(e.y_value_end>t&&e.y_value_end<r)&&o.reportDebugger(`(AddYAxisAnnotation) Value \"${e.y_value_end}\" is out of Y-Axis range [${t}, ${r}]!`)}"},"fields":{"Bvq":{"caption":"Id","name":"id","rank":0,"editor":"DynamicValue","value":"text"},"Bvr":{"caption":"Y-value start","name":"y_value_start","rank":1,"editor":"DynamicValue","value":"number"},"Bvs":{"caption":"Y-value end","name":"y_value_end","rank":2,"editor":"DynamicValue","value":"number","optional":true},"Bvt":{"caption":"Label text","name":"label_text","rank":3,"editor":"DynamicValue","value":"text"},"Bvu":{"caption":"-----------------------------------Style-----------------------------------","name":"style_info","rank":4,"editor":"Label"},"Bvv":{"caption":"Border color","name":"border_color","rank":5,"editor":"Color","default_val":"rgba(254, 176, 25, 1)"},"Bvw":{"caption":"Border dashed width","name":"border_dash_width","rank":6,"editor":"DynamicValue","value":"number","default_val":1},"Bvx":{"caption":"Range color fill","name":"range_color_fill","rank":7,"editor":"Color","default_val":"rgba(254, 176, 25, 1)"},"Bvy":{"caption":"Range color fill opacity","name":"range_color_fill_opacity","rank":8,"editor":"DynamicValue","value":"number","default_val":0.3},"Bvz":{"caption":"-------------------------------Label style-------------------------------","name":"label_style_info","rank":9,"editor":"Label"},"BwA":{"caption":"Label border color","name":"label_border_color","rank":10,"editor":"Color","default_val":"rgba(254, 176, 25, 1)"},"BwB":{"caption":"Label border width","name":"label_border_width","rank":11,"editor":"DynamicValue","value":"number","default_val":1},"BwC":{"caption":"Label border radius","name":"label_border_radius","rank":12,"editor":"DynamicValue","value":"number","default_val":0},"BwD":{"caption":"Text color","name":"text_color","rank":13,"editor":"Color","default_val":"rgba(255, 255, 255, 1)"},"BwE":{"caption":"Background color","name":"background_color","rank":14,"editor":"Color","default_val":"rgba(254, 176, 25, 1)"}}},"BwF":{"caption":"Add Point annotation","code":{"fn":"function(o,e,a){let t=o.data.chart.w.globals.minY,r=o.data.chart.w.globals.maxY;o.data.seriesCategory.includes(e.x_value)?e.y_value>t&&e.y_value<r?o.data.chart.addPointAnnotation({id:e.id,x:e.x_value,y:e.y_value,yAxisIndex:0,seriesIndex:0,marker:{size:e.point_size,strokeWidth:e.stroke_width,fillColor:o.data.RGBAToHex(e.point_color),strokeColor:o.data.RGBAToHex(e.stroke_color),shape:e.point_shape,radius:e.square_border_radius},label:{borderColor:o.data.RGBAToHex(e.label_border_color),borderWidth:e.label_border_width,borderRadius:e.label_border_radius,text:e.label_text||void 0,textAnchor:\"middle\",position:\"right\",offsetX:0,offsetY:0,style:{background:o.data.RGBAToHex(e.background_color),color:o.data.RGBAToHex(e.text_color),fontSize:\"12px\",cssClass:\"apexcharts-yaxis-annotation-label\"}}}):a.reportDebugger(`(AddPointAnnotation) Value \"${e.y_value}\" is out of Y-Axis range [${t}, ${r}]!`):a.reportDebugger(`(AddPointAnnotation) Value \"${e.x_value}\" not found in category!`)}"},"fields":{"BwG":{"caption":"Id","name":"id","rank":0,"editor":"DynamicValue","value":"text"},"BwH":{"caption":"X-value","name":"x_value","rank":1,"editor":"DynamicValue","value":"text"},"BwI":{"caption":"Y-value","name":"y_value","rank":2,"editor":"DynamicValue","value":"number"},"BwJ":{"caption":"Label text","name":"label_text","rank":3,"editor":"DynamicValue","value":"text"},"BwK":{"caption":"-----------------------------------Style-----------------------------------","name":"style_info","rank":4,"editor":"Label"},"BwL":{"caption":"Point size","name":"point_size","rank":5,"editor":"DynamicValue","value":"number","default_val":3},"BwM":{"caption":"Point color","name":"point_color","rank":6,"editor":"Color","default_val":"rgba(255,255,255,1)"},"BwN":{"caption":"Stroke width","name":"stroke_width","rank":7,"editor":"DynamicValue","value":"number","default_val":1},"BwO":{"caption":"Stroke color","name":"stroke_color","rank":8,"editor":"Color","default_val":"rgba(0, 0, 0, 1)"},"BwP":{"caption":"Point shape","name":"point_shape","rank":9,"editor":"Dropdown","default_val":"circle"},"BwQ":{"caption":"Square border radius","name":"square_border_radius","rank":10,"editor":"DynamicValue","value":"number","default_val":0},"BwR":{"caption":"-------------------------------Label style-------------------------------","name":"label_style_info","rank":11,"editor":"Label"},"BwS":{"caption":"Label border color","name":"label_border_color","rank":12,"editor":"Color","default_val":"rgba(255, 69, 96, 1)"},"BwT":{"caption":"Label border width","name":"label_border_width","rank":13,"editor":"DynamicValue","value":"number","default_val":1},"BwU":{"caption":"Label border radius","name":"label_border_radius","rank":14,"editor":"DynamicValue","value":"number","default_val":0},"BwV":{"caption":"Text color","name":"text_color","rank":15,"editor":"Color","default_val":"rgba(255, 255, 255, 1)"},"BwW":{"caption":"Background color","name":"background_color","rank":16,"editor":"Color","default_val":"rgba(255, 69, 96, 1)"}}},"BwX":{"caption":"Remove annotation","code":{"fn":"function(t,n,a){t.data.chart.removeAnnotation(n.id)}"},"fields":{"BwY":{"caption":"Id","name":"id","rank":0,"editor":"DynamicValue","value":"text"}}},"BwZ":{"caption":"Clear All annotations","code":{"fn":"function(t,n,a){t.data.chart.clearAnnotations()}"},"fields":{"Bwa":{"caption":"This action will remove all any type annotations from chart.","name":"general_information","rank":0,"editor":"Label"}}},"Bwb":{"caption":"Generate PNG Url","code":{"fn":"function(t,a,e){t.data.chart.dataURI({scale:4,width:1024}).then((({imgURI:a,blob:n})=>{let g=a.replace(\"data:image/png;base64,\",\"\");const l=a=>{t.publishState(\"png_url\",a),t.triggerEvent(\"png_url_is_available\")};e.uploadContent(\"chart.png\",g,(function(t,a){t?e.reportDebugger(`${t.message()}`):l(a)}))}))}"}}},"code":{"preview":{"fn":"function(instance, properties) {\n\n\n\n}"},"initialize":{"fn":"function(e,a){function s(){const e=undefined,a=undefined;return Date.now().toString(36)+Math.random().toString(36).slice(2)}e.data.chartIsCreated=!1,e.data.seriesWasAppended=!1,e.data.chartID=s(),e.data.chartContainer=$(\"<div>\").attr(\"id\",e.data.chartID),e.canvas.html(e.data.chartContainer),e.data.getColor=e=>{const a=[\"#008FFB\",\"#00E396\",\"#FEB019\",\"#FF4560\",\"#775DD0\",\"#3F51B5\",\"#03A9F4\",\"#4CAF50\",\"#F9CE1D\",\"#FF9800\",\"#33B2DF\",\"#546E7A\",\"#D4526E\",\"#13D8AA\",\"#A5978B\",\"#4ECDC4\",\"#C7F464\",\"#81D4FA\",\"#546E7A\",\"#FD6A6A\",\"#2B908F\",\"#F9A3A4\",\"#90EE7E\",\"#FA4443\",\"#69D2E7\",\"#449DD1\",\"#F86624\",\"#EA3546\",\"#662E9B\",\"#C5D86D\",\"#D7263D\",\"#1B998B\",\"#2E294E\",\"#F46036\",\"#E2C044\",\"#662E9B\",\"#F86624\",\"#F9C80E\",\"#EA3546\",\"#43BCCD\",\"#5C4742\",\"#A5978B\",\"#8D5B4C\",\"#5A2A27\",\"#C4BBAF\",\"#A300D6\",\"#7D02EB\",\"#5653FE\",\"#2983FF\",\"#00B1F2\"];let s;return a[e%a.length]},e.data.RGBAToHex=e=>{let a=e.indexOf(\",\")>-1?\",\":\" \";(e=e.substr(5).split(\")\")[0].split(a)).indexOf(\"/\")>-1&&e.splice(3,1);for(let a in e){let s=e[a];if(s.indexOf(\"%\")>-1){let t=s.substr(0,s.length-1)/100;e[a]=a<3?Math.round(255*t):t}}let s=(+e[0]).toString(16),t=(+e[1]).toString(16),o=(+e[2]).toString(16),r=Math.round(255*+e[3]).toString(16);return 1==s.length&&(s=\"0\"+s),1==t.length&&(t=\"0\"+t),1==o.length&&(o=\"0\"+o),1==r.length&&(r=\"0\"+r),\"#\"+s+t+o},e.data.createChart=s=>{const t=[];if(e.data.seriesNames=[],e.data.seriesData=[],e.data.seriesColors=[],e.data.gradientColors=[],e.data.markerColors=[],e.data.markerStrokeColors=[],e.data.categoryType=\"category\",s.series_category)if(e.data.seriesCategory=s.series_category.get(0,s.series_category.length()),s.series_1_data){{const a=s.series_1_data.get(0,s.series_1_data.length());s.replace_null_undefined_values_with_0&&a.forEach(((e,a,s)=>{s[a]=null==s[a]||null==s[a]?0:e}));let o={name:s.series_1_name&&!e.data.seriesNames.includes(s.series_1_name)?s.series_1_name:`Series ${e.data.seriesData.length+1}`,data:a};s.series_1_name?e.data.seriesNames.includes(s.series_1_name)&&t.push(`Area Chart Element - Series name \"${s.series_1_name}\" already exists! Name \"Series ${e.data.seriesData.length+1}\" was assigned for your provided data!`):t.push(`Area Chart Element - Incompleted 'Series 1 name' field! Name \"Series ${e.data.seriesData.length+1}\" was assigned for your provided data!`),e.data.seriesData.push(o),e.data.seriesNames.push(o.name),s.chart_color_1?e.data.seriesColors.push(e.data.RGBAToHex(s.chart_color_1)):e.data.seriesColors.push(e.data.getColor(e.data.seriesData.length-1)),s.gradient_color_1?e.data.gradientColors.push(e.data.RGBAToHex(s.gradient_color_1)):e.data.gradientColors.push(e.data.seriesColors[e.data.seriesData.length-1]),s.marker_color_1?e.data.markerColors.push(e.data.RGBAToHex(s.marker_color_1)):e.data.markerColors.push(e.data.seriesColors[e.data.seriesData.length-1]),s.marker_stroke_color_1?e.data.markerStrokeColors.push(e.data.RGBAToHex(s.marker_stroke_color_1)):e.data.markerStrokeColors.push(\"#fff\")}if(s.series_2_data){const a=s.series_2_data.get(0,s.series_2_data.length());s.replace_null_undefined_values_with_0&&a.forEach(((e,a,s)=>{s[a]=null==s[a]||null==s[a]?0:e}));let o={name:s.series_2_name&&!e.data.seriesNames.includes(s.series_2_name)?s.series_2_name:`Series ${e.data.seriesData.length+1}`,data:a};s.series_2_name?e.data.seriesNames.includes(s.series_2_name)&&t.push(`Area Chart Element - Series name \"${s.series_2_name}\" already exists! Name \"Series ${e.data.seriesData.length+1}\" was assigned for your provided data!`):t.push(`Area Chart Element - Incompleted 'Series 2 name' field! Name \"Series ${e.data.seriesData.length+1}\" was assigned for your provided data!`),e.data.seriesData.push(o),e.data.seriesNames.push(o.name),s.chart_color_2?e.data.seriesColors.push(e.data.RGBAToHex(s.chart_color_2)):e.data.seriesColors.push(e.data.getColor(e.data.seriesData.length-1)),s.gradient_color_2?e.data.gradientColors.push(e.data.RGBAToHex(s.gradient_color_2)):e.data.gradientColors.push(e.data.seriesColors[e.data.seriesData.length-1]),s.marker_color_2?e.data.markerColors.push(e.data.RGBAToHex(s.marker_color_2)):e.data.markerColors.push(e.data.seriesColors[e.data.seriesData.length-1]),s.marker_stroke_color_2?e.data.markerStrokeColors.push(e.data.RGBAToHex(s.marker_stroke_color_2)):e.data.markerStrokeColors.push(\"#fff\")}if(s.series_3_data){const a=s.series_3_data.get(0,s.series_3_data.length());s.replace_null_undefined_values_with_0&&a.forEach(((e,a,s)=>{s[a]=null==s[a]||null==s[a]?0:e}));let o={name:s.series_3_name&&!e.data.seriesNames.includes(s.series_3_name)?s.series_3_name:`Series ${e.data.seriesData.length+1}`,data:a};s.series_3_name?e.data.seriesNames.includes(s.series_3_name)&&t.push(`Area Chart Element - Series name \"${s.series_3_name}\" already exists! Name \"Series ${e.data.seriesData.length+1}\" was assigned for your provided data!`):t.push(`Area Chart Element - Incompleted 'Series 3 name' field! Name \"Series ${e.data.seriesData.length+1}\" was assigned for your provided data!`),e.data.seriesData.push(o),e.data.seriesNames.push(o.name),s.chart_color_3?e.data.seriesColors.push(e.data.RGBAToHex(s.chart_color_3)):e.data.seriesColors.push(e.data.getColor(e.data.seriesData.length-1)),s.gradient_color_3?e.data.gradientColors.push(e.data.RGBAToHex(s.gradient_color_3)):e.data.gradientColors.push(e.data.seriesColors[e.data.seriesData.length-1]),s.marker_color_3?e.data.markerColors.push(e.data.RGBAToHex(s.marker_color_3)):e.data.markerColors.push(e.data.seriesColors[e.data.seriesData.length-1]),s.marker_stroke_color_3?e.data.markerStrokeColors.push(e.data.RGBAToHex(s.marker_stroke_color_3)):e.data.markerStrokeColors.push(\"#fff\")}e.data.yAxis=[],e.data.firstYAxis={show:!0,showAlways:!1,showForNullSeries:!1,forceNiceScale:!0,seriesName:e.data.seriesNames[0],opposite:!1,reversed:!1,axisBorder:{show:s.show_y_axis_border,height:\"100%\",width:s.y_axis_border_size,color:e.data.RGBAToHex(s.y_axis_border_color)},title:{text:s.y_axis_title?s.y_axis_title:void 0,offsetX:s.y_axis_title_offset_from_left,offsetY:s.y_axis_title_offset_from_top,style:{color:e.data.RGBAToHex(s.y_axis_title_color),fontSize:s.y_axis_title_size+\"px\",cssClass:\"apexcharts-yaxis-title\"}},axisTicks:{show:s.show_y_axis_ticks,borderType:\"solid\",color:e.data.RGBAToHex(s.y_axis_ticks_color),width:s.y_axis_ticks_width},min:s.y_axis_min_value?s.y_axis_min_value:void 0,max:s.y_axis_max_value?s.y_axis_max_value:void 0,tickAmount:s.y_axis_label_count?s.y_axis_label_count:void 0,labels:{show:s.show_y_axis_labels,minWidth:1,maxWidth:160,style:{colors:e.data.RGBAToHex(s.y_axis_labels_color),fontSize:s.y_axis_labels_size+\"px\",cssClass:\"apexcharts-yaxis-label\"},formatter:e=>{if(void 0===e)return e;let a=e.toFixed(0);const t=undefined;return(s.y_axis_labels_prefix?s.y_axis_labels_prefix:\"\")+a+(s.y_axis_labels_suffix?s.y_axis_labels_suffix:\"\")}},tooltip:{enabled:s.enable_y_axis_tooltip},crosshairs:{show:!!s.y_axis_crosshair_width,position:\"back\",stroke:{color:e.data.RGBAToHex(s.y_axis_crosshair_color),width:s.y_axis_crosshair_width,dashArray:s.y_axis_crosshair_dash_width}}},e.data.yAxis.push(e.data.firstYAxis),s.y_axis_2nd_series_name&&!s.stacked_chart&&(e.data.secondYAxis={show:!0,opposite:!0,reversed:!1,showAlways:!1,showForNullSeries:!1,forceNiceScale:!0,seriesName:s.y_axis_2nd_series_name,axisBorder:{show:s.show_y_axis_2nd_border,height:\"100%\",width:s.y_axis_2nd_border_size,color:e.data.RGBAToHex(s.y_axis_2nd_border_color)},title:{text:s.y_axis_2nd_title?s.y_axis_2nd_title:void 0,offsetX:s.y_axis_title_offset_from_left,offsetY:s.y_axis_title_offset_from_top,style:{color:e.data.RGBAToHex(s.y_axis_2nd_title_color),fontSize:s.y_axis_title_size+\"px\",cssClass:\"apexcharts-yaxis-title\"}},axisTicks:{show:s.show_y_axis_2nd_ticks,borderType:\"solid\",color:e.data.RGBAToHex(s.y_axis_2nd_ticks_color),width:s.y_axis_ticks_width},min:s.y_axis_2nd_min_value?s.y_axis_2nd_min_value:void 0,max:s.y_axis_2nd_max_value?s.y_axis_2nd_max_value:void 0,tickAmount:s.y_axis_2nd_label_count?s.y_axis_2nd_label_count:void 0,labels:{show:s.show_y_axis_2nd_labels,minWidth:1,maxWidth:160,style:{colors:e.data.RGBAToHex(s.y_axis_2nd_labels_color),fontSize:s.y_axis_labels_size+\"px\",cssClass:\"apexcharts-yaxis-label\"},formatter:e=>{if(void 0===e)return e;let a=e.toFixed(0);const t=undefined;return(s.y_axis_2nd_labels_prefix?s.y_axis_2nd_labels_prefix:\"\")+a+(s.y_axis_2nd_labels_suffix?s.y_axis_2nd_labels_suffix:\"\")}},tooltip:{enabled:s.enable_y_axis_2nd_tooltip},crosshairs:{show:!!s.y_axis_crosshair_width,position:\"back\",stroke:{color:e.data.RGBAToHex(s.y_axis_crosshair_color),width:s.y_axis_crosshair_width,dashArray:s.y_axis_crosshair_dash_width}}},e.data.seriesNames.forEach(((a,t)=>{if(0!==t)if(a===s.y_axis_2nd_series_name)e.data.yAxis.push(e.data.secondYAxis);else{const s=Object.assign({},e.data.firstYAxis);s.show=!1,s.seriesName=a,e.data.yAxis.push(s)}}))),s.y_axis_2nd_series_name&&s.stacked_chart&&t.push(\"Area Chart Element - The second Y-axis is not compatible with stacked chart!\"),s.y_axis_2nd_series_name&&!e.data.seriesNames.includes(s.y_axis_2nd_series_name)&&t.push(`Area Chart Element - The \"${s.y_axis_2nd_series_name}\" series name not found! Please specify in \"2nd Y-axis series name\" field a series name that already is used.`),e.data.seriesWasAppended&&(e.data.seriesNames.push(...e.data.newSeriesName),e.data.seriesData.push(...e.data.newSeries),e.data.seriesColors.push(...e.data.newChartColors),e.data.gradientColors.push(...e.data.newGradientColors),e.data.markerColors.push(...e.data.newMarkerColors),e.data.markerStrokeColors.push(...e.data.newNewMarkerStrokeColors)),e.data.options={chart:{id:e.data.chartID,type:\"area\",group:s.syncing_id||void 0,foreColor:s.bubble.font_color,height:\"100%\",width:\"100%\",stacked:s.stacked_chart,stackType:\"normal\",events:{mouseMove:(a,s,t)=>{-1!==t.dataPointIndex&&-1!==t.seriesIndex&&(e.publishState(\"index_on_hover\",t.dataPointIndex+1),e.publishState(\"series_name_on_hover\",t.config.series[t.seriesIndex].name),e.publishState(\"label_on_hover\",e.data.seriesCategory[t.dataPointIndex]),e.publishState(\"value_on_hover\",t.config.series[t.seriesIndex].data[t.dataPointIndex]),e.triggerEvent(\"chart_is_hovered\"))},mouseLeave:(a,t,o)=>{s.reset_hover_state_on_mouse_leave&&(e.publishState(\"index_on_hover\",null),e.publishState(\"series_name_on_hover\",null),e.publishState(\"label_on_hover\",null),e.publishState(\"value_on_hover\",null))},click:(a,s,t)=>{-1!==t.dataPointIndex&&-1!==t.seriesIndex&&(e.publishState(\"index_on_click\",t.dataPointIndex+1),e.publishState(\"series_name_on_click\",t.config.series[t.seriesIndex].name),e.publishState(\"label_on_click\",e.data.seriesCategory[t.dataPointIndex]),e.publishState(\"value_on_click\",t.config.series[t.seriesIndex].data[t.dataPointIndex]),e.triggerEvent(\"chart_is_clicked\"))}},sparkline:{enabled:s.enable_sparkline},dropShadow:{enabled:s.enable_dropshadow,color:e.data.RGBAToHex(s.dropshadow_color),top:s.dropshadow_offset_from_top,left:s.dropshadow_offset_from_left,blur:s.dropshadow_blur,opacity:Math.min(Math.max(0,s.dropshadow_opacity),1)},animations:{enabled:s.enable_animation,easing:\"easeinout\",speed:s.animation_speed,animateGradually:{enabled:s.enable_animation,delay:s.animation_delay},dynamicAnimation:{enabled:s.enable_animation,speed:s.animation_speed}},zoom:{enabled:s.enable_zoom,type:\"x\",autoScaleYaxis:s.auto_scale_y_axis_on_zoom,zoomedArea:{fill:{color:e.data.RGBAToHex(s.zoom_selection_color),opacity:Math.min(Math.max(0,s.zoom_selection_opacity),1)},stroke:{color:e.data.RGBAToHex(s.zoom_selection_stroke_color),opacity:Math.min(Math.max(0,s.zoom_selection_stroke_opacity),1),width:s.zoom_selection_stroke_width}}},toolbar:{show:s.enable_toolbar,offsetX:0,offsetY:0,tools:{download:s.enable_download,zoom:s.enable_zoom,zoomin:s.enable_zoomin,zoomout:s.enable_zoomout,pan:s.enable_pan,reset:s.enable_reset},export:{csv:{filename:void 0,columnDelimiter:\",\",headerCategory:\"category\",headerValue:\"value\",dateFormatter:e=>new Date(e).toDateString()},svg:{filename:void 0},png:{filename:void 0}},autoSelected:\"zoom\"}},xaxis:{type:e.data.categoryType,categories:e.data.seriesCategory,decimalsInFloat:void 0,tickAmount:void 0,tickPlacement:\"on\",title:{text:s.x_axis_title?s.x_axis_title:void 0,offsetX:s.x_axis_title_offset_from_left,offsetY:s.x_axis_title_offset_from_top,style:{color:e.data.RGBAToHex(s.x_axis_title_color),fontSize:s.x_axis_title_size+\"px\",cssClass:\"apexcharts-xaxis-title\"}},axisBorder:{show:s.show_x_axis_border,color:e.data.RGBAToHex(s.x_axis_border_color),height:s.x_axis_border_size,width:\"100%\"},tooltip:{enabled:s.enable_x_axis_tooltip},crosshairs:{show:!!s.x_axis_crosshair_width,width:1,position:\"back\",opacity:0,stroke:{color:e.data.RGBAToHex(s.x_axis_crosshair_color),width:s.x_axis_crosshair_width,dashArray:s.x_axis_crosshair_dash_width}},labels:{show:s.show_x_axis_labels,rotate:s.rotate_x_axis_labels||s.always_rotate_x_axis_labels?s.x_axis_labels_rotate_angle:0,rotateAlways:s.always_rotate_x_axis_labels,hideOverlappingLabels:s.hide_overlapping_x_axis_labels,trim:s.trim_x_axis_labels,minHeight:void 0,maxHeight:s.x_axis_labels_max_height,style:{colors:e.data.RGBAToHex(s.x_axis_labels_color),fontSize:s.x_axis_labels_size+\"px\",cssClass:\"apexcharts-xaxis-label\"},offsetY:s.x_axis_labels_offset_from_top,datetimeFormatter:{year:\"yyyy\",month:\"MMM 'yy\",day:\"dd MMM\",hour:\"HH:mm\"}},axisTicks:{show:s.show_x_axis_ticks,color:e.data.RGBAToHex(s.x_axis_ticks_color),height:s.x_axis_ticks_height}},yaxis:e.data.yAxis,series:e.data.seriesData,tooltip:{intersect:!0,shared:!1,enabled:s.show_tooltip,followCursor:!1,custom:void 0,theme:s.tooltip_theme,x:{show:s.show_category_on_tooltip,format:\"dd MMM\"},fixed:{enabled:!1},y:{formatter:e=>{if(void 0===e)return e;let a,t=e.toFixed(s.decimal_amount).toString().split(\".\");const o=t[0],r=t[1],i=/\\B(?=(\\d{3})+(?!\\d))/g,_=undefined;return(s.thousand_separator?o.replace(i,s.thousand_separator):o)+(r?s.decimal_separator?s.decimal_separator+r:\".\"+r:\"\")}}},dataLabels:{enabled:s.show_data_labels,formatter:function(e,a){if(void 0===e)return e;let t=a.seriesIndex,o=a.dataPointIndex,r=0;for(;t>=0;)r+=a.w.globals.series[t][o],t--;if(s.summed_datalabels_on_stacked_chart&&s.stacked_chart){if(r>a.w.globals.maxY)return;let e,t=r.toFixed(s.decimal_amount).toString().split(\".\");const o=t[0],i=t[1],_=/\\B(?=(\\d{3})+(?!\\d))/g,d=undefined;return(s.thousand_separator?o.replace(_,s.thousand_separator):o)+(i?s.decimal_separator?s.decimal_separator+i:\".\"+i:\"\")}{if(e>a.w.globals.maxY)return;let t,o=e.toFixed(s.decimal_amount).toString().split(\".\");const r=o[0],i=o[1],_=/\\B(?=(\\d{3})+(?!\\d))/g,d=undefined;return(s.thousand_separator?r.replace(_,s.thousand_separator):r)+(i?s.decimal_separator?s.decimal_separator+i:\".\"+i:\"\")}}},colors:e.data.seriesColors,legend:{show:s.show_legend,position:s.legend_position,horizontalAlign:s.horizontal_legend_alignment,fontSize:s.legend_font_size+\"px\"},stroke:{show:!0,curve:s.stroke_style,width:s.stroke_width,dashArray:s.dash_width},fill:{type:s.color_style,gradient:{type:s.gradient_type,shadeIntensity:1,opacityFrom:Math.min(Math.max(0,s.gradient_opacity_from),1),opacityTo:Math.min(Math.max(0,s.gradient_opacity_to),1),gradientToColors:e.data.gradientColors}},markers:{shape:s.marker_shape,radius:s.marker_radius,size:s.marker_size,colors:e.data.markerColors,fillOpacity:Math.min(Math.max(0,s.marker_fill_opacity),1),strokeColors:e.data.markerStrokeColors,strokeWidth:s.marker_stroke_width,strokeOpacity:Math.min(Math.max(0,s.marker_stroke_opacity),1),strokeDashArray:s.marker_stroke_dash_array,hover:{size:s.marker_size_on_hover}},grid:{show:s.enable_grid_lines_for_x_axis||s.enable_grid_lines_for_y_axis||s.show_x_axis_border,borderColor:e.data.RGBAToHex(s.grid_line_color),position:\"back\",xaxis:{lines:{show:s.enable_grid_lines_for_x_axis}},yaxis:{lines:{show:s.enable_grid_lines_for_y_axis}},strokeDashArray:s.grid_stroke_dash_width,column:{colors:s.enable_grid_column_color?[e.data.RGBAToHex(s.odd_column_color),e.data.RGBAToHex(s.even_column_color)]:void 0,opacity:Math.min(Math.max(0,s.column_color_opacity),1)},row:{colors:s.enable_grid_row_color?[e.data.RGBAToHex(s.odd_row_color),e.data.RGBAToHex(s.even_row_color)]:void 0,opacity:Math.min(Math.max(0,s.row_color_opacity),1)},padding:{top:s.grid_padding_top,bottom:s.grid_padding_bottom,left:s.grid_padding_left,right:s.grid_padding_right}},forecastDataPoints:{count:s.forecast_data_points,fillOpacity:Math.min(Math.max(0,s.forecast_fill_opacity),1),strokeWidth:s.forecast_stroke_width,dashArray:s.forecast_dash_width},plotOptions:{area:{fillTo:s.fill_area_to}}},JSON.stringify(s)!==JSON.stringify(e.data.properties)&&0!==t.length&&t.forEach((e=>{console.warn(e)})),void 0!==e.data.chart&&e.data.chart.destroy(),document.getElementById(e.data.chartID).innerHTML=\"\",e.data.chart=new ApexCharts(document.querySelector(`#${e.data.chartID}`),e.data.options),e.data.chart.render(),e.data.chartIsCreated||e.triggerEvent(\"chart_is_drawn\"),e.data.chartIsCreated=!0,e.publishState(\"series_names\",e.data.seriesNames),e.data.properties=s}else e.data.chartIsCreated||(a.reportDebugger(\"Incompleted 'Series 1 data' field!\"),e.data.chartIsCreated=!0);else e.data.chartIsCreated||(a.reportDebugger(\"Incompleted 'Series category' field!\"),e.data.chartIsCreated=!0)}}"},"update":{"fn":"function(t,a,e){t.data.updateProperties=a,t.data.createChart(a)}"},"reset":{"fn":"function(n,t){}"}},"platform_type":"web"},"CDt":{"display":"Bar Chart","property_applications":{"MinWidth":true,"Padding":true,"Background":true,"Border":true,"resizable":true},"add_is_visible":true,"add_large_file_upload_properties":false,"can_fit_width":true,"can_fit_height":true,"fields":{"CAi":{"caption":"Series 1 name","name":"series_1_name","rank":0,"editor":"DynamicValue","value":"text"},"CAj":{"caption":"Series 1 data","name":"series_1_data","rank":1,"editor":"DynamicValue","value":"number","is_list":true},"CAk":{"caption":"Series 2 name","name":"series_2_name","rank":2,"editor":"DynamicValue","value":"text","optional":true},"CAl":{"caption":"Series 2 data","name":"series_2_data","rank":3,"editor":"DynamicValue","value":"number","is_list":true,"optional":true},"CAm":{"caption":"Series 3 name","name":"series_3_name","rank":4,"editor":"DynamicValue","value":"text","optional":true},"CAn":{"caption":"Series 3 data","name":"series_3_data","rank":5,"editor":"DynamicValue","value":"number","is_list":true,"optional":true},"CAo":{"caption":"Series category","name":"series_category","rank":6,"editor":"DynamicValue","value":"text","is_list":true},"CAp":{"caption":"Decimal amount","name":"decimal_amount","rank":9,"editor":"DynamicValue","value":"number","default_val":0,"optional":false},"CAq":{"caption":"-----------------------------------Style-----------------------------------","name":"style_info","rank":11,"editor":"Label"},"CAr":{"caption":"Enable sparkline","name":"enable_sparkline","rank":12,"editor":"Checkbox","default_val":false},"CAs":{"caption":"---------------------------Data formatting---------------------------","name":"formatting_info","rank":7,"editor":"Label"},"CAt":{"caption":"Decimal separator","name":"decimal_separator","rank":8,"editor":"DynamicValue","value":"text","optional":true},"CAu":{"caption":"Thousand separator","name":"thousand_separator","rank":10,"editor":"DynamicValue","value":"text","optional":true},"CAv":{"caption":"Show data labels","name":"show_data_labels","rank":14,"editor":"Checkbox","default_val":false},"CAw":{"caption":"Chart color 1","name":"chart_color_1","rank":22,"editor":"Color","optional":true},"CAx":{"caption":"Chart color 2","name":"chart_color_2","rank":23,"editor":"Color","optional":true},"CAy":{"caption":"Chart color 3","name":"chart_color_3","rank":24,"editor":"Color","optional":true},"CAz":{"caption":"Horizontal chart","name":"horizontal_chart","rank":13,"editor":"Checkbox","optional":false,"default_val":false},"CBA":{"caption":"Stroke width","name":"stroke_width","rank":20,"editor":"DynamicValue","value":"number","default_val":2},"CBB":{"caption":"Stroke dashed width","name":"dash_width","rank":21,"editor":"DynamicValue","value":"number","default_val":0},"CBC":{"caption":"Color style","name":"color_style","rank":25,"editor":"Dropdown","default_val":"solid"},"CBD":{"caption":"Gradient type","name":"gradient_type","rank":26,"editor":"Dropdown","default_val":"horizontal"},"CBE":{"caption":"Gradient color 1","name":"gradient_color_1","rank":27,"editor":"Color","optional":true},"CBF":{"caption":"Gradient color 2","name":"gradient_color_2","rank":28,"editor":"Color","optional":true},"CBG":{"caption":"Gradient color 3","name":"gradient_color_3","rank":29,"editor":"Color","optional":true},"CBH":{"caption":"Enable drop shadow","name":"enable_dropshadow","rank":32,"editor":"Checkbox","default_val":false},"CBI":{"caption":"Drop shadow color","name":"dropshadow_color","rank":33,"editor":"Color","optional":true,"default_val":"rgba(0, 0, 0, 1)"},"CBJ":{"caption":"Drop shadow offset from the top","name":"dropshadow_offset_from_top","rank":34,"editor":"DynamicValue","value":"number","optional":false,"default_val":0},"CBK":{"caption":"Drop shadow offset from the left","name":"dropshadow_offset_from_left","rank":35,"editor":"DynamicValue","value":"number","default_val":0,"optional":false},"CBL":{"caption":"Drop shadow blur","name":"dropshadow_blur","rank":36,"editor":"DynamicValue","value":"number","default_val":0,"optional":false},"CBM":{"caption":"Drop shadow opacity","name":"dropshadow_opacity","rank":37,"editor":"DynamicValue","value":"number","default_val":0.1,"optional":false},"CBN":{"caption":"Data labels orientation","name":"data_labels_orientation","rank":16,"editor":"Dropdown","default_val":"vertical"},"CBO":{"caption":"Stacked chart in %","name":"stacked_type_percenter","rank":18,"editor":"Checkbox","value":"number","optional":false},"CBP":{"caption":"Bar width (%)","name":"bar_width","rank":19,"editor":"DynamicValue","value":"number","optional":false,"default_val":70},"CBQ":{"caption":"-----------------------------------Grid------------------------------------","name":"grid_info","rank":42,"editor":"Label"},"CBR":{"caption":"Grid line color","name":"grid_line_color","rank":45,"editor":"Color","optional":false,"default_val":"rgba(144, 164, 174, 1)"},"CBS":{"caption":"Enable grid lines for X-axis","name":"enable_grid_lines_for_x_axis","rank":43,"editor":"Checkbox","default_val":false},"CBT":{"caption":"Enable grid lines for Y-axis","name":"enable_grid_lines_for_y_axis","rank":44,"editor":"Checkbox","default_val":false},"CBU":{"caption":"Grid stroke dashed width","name":"grid_stroke_dash_width","rank":46,"editor":"DynamicValue","value":"number","default_val":2},"CBV":{"caption":"Chart padding top","name":"grid_padding_top","rank":38,"editor":"DynamicValue","value":"number","default_val":0},"CBW":{"caption":"Chart padding bottom","name":"grid_padding_bottom","rank":39,"editor":"DynamicValue","value":"number","default_val":0},"CBX":{"caption":"Chart padding left","name":"grid_padding_left","rank":40,"editor":"DynamicValue","value":"number","default_val":15},"CBY":{"caption":"Chart padding right","name":"grid_padding_right","rank":41,"editor":"DynamicValue","value":"number","default_val":15},"CBZ":{"caption":"Enable grid column color","name":"enable_grid_column_color","rank":48,"editor":"Checkbox","default_val":false},"CBa":{"caption":"Odd column color","name":"odd_column_color","rank":49,"editor":"Color","default_val":"rgba(192, 201, 206, 1)"},"CBb":{"caption":"Even column color","name":"even_column_color","rank":50,"editor":"Color","default_val":"rgba(215, 216, 216, 1)"},"CBc":{"caption":"Column color opacity","name":"column_color_opacity","rank":51,"editor":"DynamicValue","value":"number","default_val":0.5},"CBd":{"caption":"Enable grid row color","name":"enable_grid_row_color","rank":52,"editor":"Checkbox","default_val":false},"CBe":{"caption":"Odd row color","name":"odd_row_color","rank":53,"editor":"Color","default_val":"rgba(192, 201, 206, 1)"},"CBf":{"caption":"Even row color","name":"even_row_color","rank":54,"editor":"Color","default_val":"rgba(215, 216, 216, 1)"},"CBg":{"caption":"Row color opacity","name":"row_color_opacity","rank":55,"editor":"DynamicValue","value":"number","default_val":0.5},"CBh":{"caption":"--------------------------------Animation------------------------------","name":"animation_info","rank":56,"editor":"Label"},"CBi":{"caption":"Enable animation","name":"enable_animation","rank":57,"editor":"Checkbox","value":"boolean","default_val":true},"CBj":{"caption":"Animation speed","name":"animation_speed","rank":58,"editor":"DynamicValue","value":"number","default_val":800},"CBk":{"caption":"Animation delay","name":"animation_delay","rank":59,"editor":"DynamicValue","value":"number","default_val":150},"CBl":{"caption":"-----------------------Background grid color----------------------","name":"background_grid_color_info","rank":47,"editor":"Label"},"CBm":{"caption":"----------------------------------X-axis-----------------------------------","name":"x_axis_info","rank":60,"editor":"Label"},"CBn":{"caption":"Show X-axis border","name":"show_x_axis_border","rank":61,"editor":"Checkbox","default_val":true},"CBo":{"caption":"X-axis border color","name":"x_axis_border_color","rank":62,"editor":"Color","default_val":"rgba(120, 144, 156, 1)"},"CBp":{"caption":"X-axis border size","name":"x_axis_border_size","rank":63,"editor":"DynamicValue","value":"number","default_val":1},"CBq":{"caption":"X-axis title","name":"x_axis_title","rank":64,"editor":"DynamicValue","value":"text","optional":true},"CBr":{"caption":"X-axis title color","name":"x_axis_title_color","rank":65,"editor":"Color","default_val":"rgba(120, 144, 156, 1)"},"CBs":{"caption":"X-axis title size","name":"x_axis_title_size","rank":66,"editor":"DynamicValue","value":"number","default_val":12},"CBt":{"caption":"X-axis title offset from the top","name":"x_axis_title_offset_from_top","rank":67,"editor":"DynamicValue","value":"number","default_val":0},"CBu":{"caption":"X-axis title offset from the left","name":"x_axis_title_offset_from_left","rank":68,"editor":"DynamicValue","value":"number","default_val":0},"CBv":{"caption":"Enable X-axis tooltip","name":"enable_x_axis_tooltip","rank":82,"editor":"Checkbox","default_val":false},"CBw":{"caption":"X-axis crosshair width","name":"x_axis_crosshair_width","rank":83,"editor":"DynamicValue","value":"number","default_val":0},"CBx":{"caption":"X-axis crosshair dashed width","name":"x_axis_crosshair_dash_width","rank":84,"editor":"DynamicValue","value":"number","default_val":0},"CBy":{"caption":"X-axis crosshair color","name":"x_axis_crosshair_color","rank":85,"editor":"Color","default_val":"rgba(120, 144, 156, 1)"},"CBz":{"caption":"Show X-axis labels","name":"show_x_axis_labels","rank":72,"editor":"Checkbox","default_val":true},"CCA":{"caption":"X-axis labels color","name":"x_axis_labels_color","rank":73,"editor":"Color","default_val":"rgba(0,0,0,1)"},"CCB":{"caption":"X-axis labels size","name":"x_axis_labels_size","rank":74,"editor":"DynamicValue","value":"number","default_val":12},"CCC":{"caption":"X-axis labels offset from the top","name":"x_axis_labels_offset_from_top","rank":75,"editor":"DynamicValue","value":"number","default_val":0},"CCD":{"caption":"X-axis labels max height","name":"x_axis_labels_max_height","rank":76,"editor":"DynamicValue","value":"number","default_val":120},"CCE":{"caption":"Hide overlapping X-axis labels","name":"hide_overlapping_x_axis_labels","rank":77,"editor":"Checkbox","default_val":false},"CCF":{"caption":"Trim X-axis labels","name":"trim_x_axis_labels","rank":78,"editor":"Checkbox","default_val":false},"CCG":{"caption":"Rotate X-axis labels","name":"rotate_x_axis_labels","rank":79,"editor":"Checkbox","default_val":false},"CCH":{"caption":"Always rotate X-axis labels","name":"always_rotate_x_axis_labels","rank":80,"editor":"Checkbox","default_val":false},"CCI":{"caption":"X-axis labels rotation angle","name":"x_axis_labels_rotate_angle","rank":81,"editor":"DynamicValue","value":"number","default_val":-45},"CCJ":{"caption":"Show X-axis ticks","name":"show_x_axis_ticks","rank":69,"editor":"Checkbox","default_val":true},"CCK":{"caption":"X-axis ticks color","name":"x_axis_ticks_color","rank":70,"editor":"Color","default_val":"rgba(120, 144, 156, 1)"},"CCL":{"caption":"X-axis ticks height","name":"x_axis_ticks_height","rank":71,"editor":"DynamicValue","value":"number","default_val":6},"CCM":{"caption":"----------------------------------Y-axis-----------------------------------","name":"y_axis_info","rank":86,"editor":"Label"},"CCN":{"caption":"Show Y-axis border","name":"show_y_axis_border","rank":87,"editor":"Checkbox","default_val":true},"CCO":{"caption":"Y-axis border color","name":"y_axis_border_color","rank":88,"editor":"Color","default_val":"rgba(120, 144, 156, 1)"},"CCP":{"caption":"Y-axis title","name":"y_axis_title","rank":90,"editor":"DynamicValue","value":"text","optional":true},"CCQ":{"caption":"Y-axis title color","name":"y_axis_title_color","rank":91,"editor":"Color","default_val":"rgba(120, 144, 156, 1)"},"CCR":{"caption":"Y-axis title size","name":"y_axis_title_size","rank":92,"editor":"DynamicValue","value":"number","default_val":12},"CCS":{"caption":"Y-axis title offset from the top","name":"y_axis_title_offset_from_top","rank":93,"editor":"DynamicValue","value":"number","default_val":0},"CCT":{"caption":"Y-axis title offset from the left","name":"y_axis_title_offset_from_left","rank":94,"editor":"DynamicValue","value":"number","default_val":0},"CCU":{"caption":"Show Y-axis ticks","name":"show_y_axis_ticks","rank":95,"editor":"Checkbox","default_val":true},"CCV":{"caption":"Y-axis ticks color","name":"y_axis_ticks_color","rank":96,"editor":"Color","default_val":"rgba(120, 144, 156, 1)"},"CCW":{"caption":"Y-axis ticks width","name":"y_axis_ticks_width","rank":97,"editor":"DynamicValue","value":"number","default_val":6},"CCX":{"caption":"Y-axis min value","name":"y_axis_min_value","rank":98,"editor":"DynamicValue","value":"number","optional":true},"CCY":{"caption":"Y-axis max value","name":"y_axis_max_value","rank":99,"editor":"DynamicValue","value":"number","optional":true},"CCZ":{"caption":"Show Y-axis labels","name":"show_y_axis_labels","rank":100,"editor":"Checkbox","default_val":true},"CCa":{"caption":"Y-axis label count","name":"y_axis_label_count","rank":101,"editor":"DynamicValue","value":"number","optional":true},"CCb":{"caption":"Y-axis labels color","name":"y_axis_labels_color","rank":102,"editor":"Color","default_val":"rgba(120, 144, 156, 1)"},"CCc":{"caption":"Y-axis labels size","name":"y_axis_labels_size","rank":103,"editor":"DynamicValue","value":"number","default_val":12},"CCd":{"caption":"Y-axis labels prefix","name":"y_axis_labels_prefix","rank":104,"editor":"DynamicValue","value":"text","optional":true},"CCe":{"caption":"Y-axis labels suffix","name":"y_axis_labels_suffix","rank":105,"editor":"DynamicValue","value":"text","optional":true},"CCf":{"caption":"Enable Y-axis tooltip","name":"enable_y_axis_tooltip","rank":106,"editor":"Checkbox","default_val":false},"CCg":{"caption":"Y-axis crosshair width","name":"y_axis_crosshair_width","rank":107,"editor":"DynamicValue","value":"number","default_val":0},"CCh":{"caption":"Y-axis crosshair dashed width","name":"y_axis_crosshair_dash_width","rank":108,"editor":"DynamicValue","value":"number","default_val":0},"CCi":{"caption":"Y-axis crosshair color","name":"y_axis_crosshair_color","rank":109,"editor":"Color","default_val":"rgba(120, 144, 156, 1)"},"CCj":{"caption":"-------------------------------2nd Y-Axis-------------------------------","name":"y_axis_2nd_info","rank":110,"editor":"Label"},"CCk":{"caption":"2nd Y-axis series name","name":"y_axis_2nd_series_name","rank":111,"editor":"DynamicValue","value":"text","optional":true},"CCl":{"caption":"Show 2nd Y-axis border","name":"show_y_axis_2nd_border","rank":112,"editor":"Checkbox","default_val":true},"CCm":{"caption":"2nd Y-axis border color","name":"y_axis_2nd_border_color","rank":113,"editor":"Color","default_val":"rgba(120, 144, 156, 1)"},"CCn":{"caption":"2nd Y-axis title","name":"y_axis_2nd_title","rank":115,"editor":"DynamicValue","value":"text","optional":true},"CCo":{"caption":"2nd Y-axis title color","name":"y_axis_2nd_title_color","rank":116,"editor":"Color","default_val":"rgba(120, 144, 156, 1)"},"CCp":{"caption":"Show 2nd Y-axis ticks","name":"show_y_axis_2nd_ticks","rank":117,"editor":"Checkbox","default_val":true},"CCq":{"caption":"2nd Y-axis ticks color","name":"y_axis_2nd_ticks_color","rank":118,"editor":"Color","default_val":"rgba(120, 144, 156, 1)"},"CCr":{"caption":"2nd Y-axis min value","name":"y_axis_2nd_min_value","rank":119,"editor":"DynamicValue","value":"number","optional":true},"CCs":{"caption":"2nd Y-axis max value","name":"y_axis_2nd_max_value","rank":120,"editor":"DynamicValue","value":"number","optional":true},"CCt":{"caption":"Show 2nd Y-axis labels","name":"show_y_axis_2nd_labels","rank":121,"editor":"Checkbox","default_val":true},"CCu":{"caption":"2nd Y-axis label count","name":"y_axis_2nd_label_count","rank":122,"editor":"DynamicValue","value":"number","optional":true},"CCv":{"caption":"2nd Y-axis labels color","name":"y_axis_2nd_labels_color","rank":123,"editor":"Color","default_val":"rgba(120, 144, 156, 1)"},"CCw":{"caption":"2nd Y-axis labels prefix","name":"y_axis_2nd_labels_prefix","rank":124,"editor":"DynamicValue","value":"text","optional":true},"CCx":{"caption":"2nd Y-axis labels suffix","name":"y_axis_2nd_labels_suffix","rank":125,"editor":"DynamicValue","value":"text","optional":true},"CCy":{"caption":"Enable 2nd Y-axis tooltip","name":"enable_y_axis_2nd_tooltip","rank":126,"editor":"Checkbox","default_val":false},"CCz":{"caption":"---------------------------------Tooltip----------------------------------","name":"tooltip_info","rank":127,"editor":"Label"},"CDA":{"caption":"Show tooltip","name":"show_tooltip","rank":128,"editor":"Checkbox","default_val":true},"CDB":{"caption":"Show category on tooltip","name":"show_category_on_tooltip","rank":129,"editor":"Checkbox","default_val":true},"CDC":{"caption":"Enable fixed tooltip","name":"enable_fixed_tooltip","rank":131,"editor":"Checkbox","default_val":false},"CDD":{"caption":"Tooltip theme","name":"tooltip_theme","rank":130,"editor":"Dropdown","default_val":"light"},"CDE":{"caption":"Fixed tooltip position","name":"fixed_tooltip_position","rank":132,"editor":"Dropdown","default_val":"topLeft"},"CDF":{"caption":"---------------------------------Legend----------------------------------","name":"legend_info","rank":133,"editor":"Label"},"CDG":{"caption":"Show legend","name":"show_legend","rank":134,"editor":"Checkbox","default_val":true},"CDH":{"caption":"Legend position","name":"legend_position","rank":135,"editor":"Dropdown","default_val":"bottom"},"CDI":{"caption":"Horizontal legend alignment","name":"horizontal_legend_alignment","rank":136,"editor":"Dropdown","default_val":"center"},"CDJ":{"caption":"Legend font size","name":"legend_font_size","rank":137,"editor":"DynamicValue","value":"number","default_val":12},"CDK":{"caption":"---------------------------------Toolbar---------------------------------","name":"toolbar_info","rank":138,"editor":"Label"},"CDL":{"caption":"Enable toolbar","name":"enable_toolbar","rank":139,"editor":"Checkbox","default_val":true},"CDM":{"caption":"Enable download","name":"enable_download","rank":140,"editor":"Checkbox","default_val":true},"CDN":{"caption":"Stacked chart","name":"stacked_chart","rank":17,"editor":"Checkbox","default_val":false},"CDO":{"caption":"----------------------------------Others---------------------------------","name":"others_info","rank":152,"editor":"Label"},"CDP":{"caption":"Syncing ID","name":"syncing_id","rank":153,"editor":"DynamicValue","value":"text","optional":true},"CDQ":{"caption":"Replace null/undefined values with 0","name":"replace_null_undefined_values_with_0","rank":154,"editor":"Checkbox","default_val":false},"CDR":{"caption":"Reset hover state on mouse leave","name":"reset_hover_state_on_mouse_leave","rank":155,"editor":"Checkbox","default_val":false},"CDS":{"caption":"Gradient opacity from","name":"gradient_opacity_from","rank":30,"editor":"DynamicValue","value":"number","default_val":1},"CDT":{"caption":"Gradient opacity to","name":"gradient_opacity_to","rank":31,"editor":"DynamicValue","value":"number","default_val":1},"CDU":{"caption":"Data labels position","name":"data_labels_position","rank":15,"editor":"Dropdown","default_val":"center"},"CDV":{"caption":"Enable zoom","name":"enable_zoom","rank":141,"editor":"Checkbox","default_val":true},"CDW":{"caption":"Zoom selection color","name":"zoom_selection_color","rank":142,"editor":"Color","default_val":"rgba(36, 41, 46, 1)"},"CDX":{"caption":"Zoom selection opacity","name":"zoom_selection_opacity","rank":143,"editor":"DynamicValue","value":"number","default_val":0.4},"CDY":{"caption":"Zoom selection stroke width","name":"zoom_selection_stroke_width","rank":144,"editor":"DynamicValue","value":"number","default_val":1},"CDZ":{"caption":"Zoom selection stroke color","name":"zoom_selection_stroke_color","rank":145,"editor":"Color","default_val":"rgba(36, 41, 46, 1)"},"CDa":{"caption":"Zoom selection stroke opacity","name":"zoom_selection_stroke_opacity","rank":146,"editor":"DynamicValue","value":"number","default_val":0.4},"CDb":{"caption":"Enable zoomin","name":"enable_zoomin","rank":147,"editor":"Checkbox","default_val":true},"CDc":{"caption":"Enable zoomout","name":"enable_zoomout","rank":148,"editor":"Checkbox","default_val":true},"CDd":{"caption":"Auto scale Y-axis on zoom","name":"auto_scale_y_axis_on_zoom","rank":149,"editor":"Checkbox","default_val":true},"CDe":{"caption":"Enable pan","name":"enable_pan","rank":150,"editor":"Checkbox","default_val":true},"CDf":{"caption":"Enable reset","name":"enable_reset","rank":151,"editor":"Checkbox","default_val":true},"CDg":{"caption":"Summed data labels on stacked chart","name":"summed_datalabels_on_stacked_chart","rank":156,"editor":"Checkbox","default_val":false},"CDh":{"caption":"Y-axis border size","name":"y_axis_border_size","rank":89,"editor":"DynamicValue","value":"number","default_val":1},"CDi":{"caption":"2nd Y-axis border size","name":"y_axis_2nd_border_size","rank":114,"editor":"DynamicValue","value":"number","default_val":1}},"states":{"CDj":{"caption":"Index on click","name":"index_on_click","value":"number","initialization_code":{"fn":"function(n,t){}"}},"CDk":{"caption":"Label on click","name":"label_on_click","value":"text","initialization_code":{"fn":"function(n,t){}"}},"CDl":{"caption":"Index on hover","name":"index_on_hover","value":"number","initialization_code":{"fn":"function(n,t){}"}},"CDm":{"caption":"Label on hover","name":"label_on_hover","value":"text","initialization_code":{"fn":"function(n,t){}"}},"CDn":{"caption":"PNG url","name":"png_url","value":"text","initialization_code":{"fn":"function(n,t){}"}},"CDo":{"caption":"Series names","name":"series_names","value":"text","initialization_code":{"fn":"function(n,t){}"},"is_list":true},"CDp":{"caption":"Series name on click","name":"series_name_on_click","value":"text","initialization_code":{"fn":"function(n,t){}"}},"CDq":{"caption":"Series name on hover","name":"series_name_on_hover","value":"text","initialization_code":{"fn":"function(n,t){}"}},"CDr":{"caption":"Value on click","name":"value_on_click","value":"number","initialization_code":{"fn":"function(n,t){}"}},"CDs":{"caption":"Value on hover","name":"value_on_hover","value":"number","initialization_code":{"fn":"function(n,t){}"}}},"events":{"CAe":{"caption":"Chart is drawn","name":"chart_is_drawn"},"CAf":{"caption":"Chart is clicked","name":"chart_is_clicked"},"CAg":{"caption":"Chart has hovered","name":"chart_is_hovered"},"CAh":{"caption":"PNG Url is available","name":"png_url_is_available"}},"actions":{"CAL":{"caption":"Append new series","code":{"fn":"function(e,a,s){if(e.data.seriesWasAppended||(e.data.newSeriesName=[],e.data.newSeries=[],e.data.newChartColors=[],e.data.newGradientColors=[],e.data.newMarkerColors=[],e.data.newNewMarkerStrokeColors=[]),a.series_1_data){{const s=a.series_1_data.get(0,a.series_1_data.length());e.data.updateProperties.replace_null_undefined_values_with_0&&s.forEach(((e,a,s)=>{s[a]=null==s[a]||null==s[a]?0:e}));let r={name:a.series_1_name&&!e.data.seriesNames.includes(a.series_1_name)?a.series_1_name:`Series ${e.data.seriesData.length+1}`,data:s};a.series_1_name?e.data.seriesNames.includes(a.series_1_name)&&console.warn(`Bar Chart Element | Append New Series Action - Series name \"${a.series_1_name}\" already exists! Name \"Series ${e.data.seriesData.length+1}\" was assigned for your provided data!`):console.warn(`Bar Chart Element | Append New Series Action - Incompleted 'Series 1 name' field! Name \"Series ${e.data.seriesData.length+1}\" was assigned for your provided data!`),e.data.seriesData.push(r),e.data.newSeries.push(r),e.data.seriesNames.push(r.name),e.data.newSeriesName.push(r.name),a.chart_color_1?e.data.seriesColors.push(e.data.RGBAToHex(a.chart_color_1))&&e.data.newChartColors.push(e.data.RGBAToHex(a.chart_color_1)):e.data.seriesColors.push(e.data.getColor(e.data.seriesData.length-1))&&e.data.newChartColors.push(e.data.getColor(e.data.seriesData.length-1)),a.gradient_color_1?e.data.gradientColors.push(e.data.RGBAToHex(a.gradient_color_1))&&e.data.newGradientColors.push(e.data.RGBAToHex(a.gradient_color_1)):e.data.gradientColors.push(e.data.seriesColors[e.data.seriesData.length-1])&&e.data.newGradientColors.push(e.data.seriesColors[e.data.seriesData.length-1])}if(a.series_2_data){const s=a.series_2_data.get(0,a.series_2_data.length());e.data.updateProperties.replace_null_undefined_values_with_0&&s.forEach(((e,a,s)=>{s[a]=null==s[a]||null==s[a]?0:e}));let r={name:a.series_2_name&&!e.data.seriesNames.includes(a.series_2_name)?a.series_2_name:`Series ${e.data.seriesData.length+1}`,data:s};a.series_2_name?e.data.seriesNames.includes(a.series_2_name)&&console.warn(`Bar Chart Element | Append New Series Action - Series name \"${a.series_2_name}\" already exists! Name \"Series ${e.data.seriesData.length+1}\" was assigned for your provided data!`):console.warn(`Bar Chart Element | Append New Series Action - Incompleted 'Series 2 name' field! Name \"Series ${e.data.seriesData.length+1}\" was assigned for your provided data!`),e.data.seriesData.push(r),e.data.newSeries.push(r),e.data.seriesNames.push(r.name),e.data.newSeriesName.push(r.name),a.chart_color_2?e.data.seriesColors.push(e.data.RGBAToHex(a.chart_color_2))&&e.data.newChartColors.push(e.data.RGBAToHex(a.chart_color_2)):e.data.seriesColors.push(e.data.getColor(e.data.seriesData.length-1))&&e.data.newChartColors.push(e.data.getColor(e.data.seriesData.length-1)),a.gradient_color_2?e.data.gradientColors.push(e.data.RGBAToHex(a.gradient_color_2))&&e.data.newGradientColors.push(e.data.RGBAToHex(a.gradient_color_2)):e.data.gradientColors.push(e.data.seriesColors[e.data.seriesData.length-1])&&e.data.newGradientColors.push(e.data.seriesColors[e.data.seriesData.length-1])}if(a.series_3_data){const s=a.series_3_data.get(0,a.series_3_data.length());e.data.updateProperties.replace_null_undefined_values_with_0&&s.forEach(((e,a,s)=>{s[a]=null==s[a]||null==s[a]?0:e}));let r={name:a.series_3_name&&!e.data.seriesNames.includes(a.series_3_name)?a.series_3_name:`Series ${e.data.seriesData.length+1}`,data:s};a.series_3_name?e.data.seriesNames.includes(a.series_3_name)&&console.warn(`Bar Chart Element | Append New Series Action - Series name \"${a.series_3_name}\" already exists! Name \"Series ${e.data.seriesData.length+1}\" was assigned for your provided data!`):console.warn(`Bar Chart Element | Append New Series Action - Incompleted 'Series 3 name' field! Name \"Series ${e.data.seriesData.length+1}\" was assigned for your provided data!`),e.data.seriesData.push(r),e.data.newSeries.push(r),e.data.seriesNames.push(r.name),e.data.newSeriesName.push(r.name),a.chart_color_3?e.data.seriesColors.push(e.data.RGBAToHex(a.chart_color_3))&&e.data.newChartColors.push(e.data.RGBAToHex(a.chart_color_3)):e.data.seriesColors.push(e.data.getColor(e.data.seriesData.length-1))&&e.data.newChartColors.push(e.data.getColor(e.data.seriesData.length-1)),a.gradient_color_3?e.data.gradientColors.push(e.data.RGBAToHex(a.gradient_color_3))&&e.data.newGradientColors.push(e.data.RGBAToHex(a.gradient_color_3)):e.data.gradientColors.push(e.data.seriesColors[e.data.seriesData.length-1])&&e.data.newGradientColors.push(e.data.seriesColors[e.data.seriesData.length-1])}e.data.seriesWasAppended=!0,e.data.chart.updateOptions({series:e.data.seriesData,colors:e.data.seriesColors,fill:{gradient:{gradientToColors:e.data.gradientColors}}}),e.publishState(\"series_names\",e.data.seriesNames)}else s.reportDebugger(\"Append New Series Action - Incompleted 'Series 1 data' field!\")}","add_debugger":false},"fields":{"CAM":{"caption":"Series 1 name","name":"series_1_name","rank":0,"editor":"DynamicValue","value":"text"},"CAN":{"caption":"Series 1 data","name":"series_1_data","rank":1,"editor":"DynamicValue","value":"number","is_list":true},"CAO":{"caption":"Series 2 name","name":"series_2_name","rank":2,"editor":"DynamicValue","value":"text","optional":true},"CAP":{"caption":"Series 2 data","name":"series_2_data","rank":3,"editor":"DynamicValue","value":"number","is_list":true,"optional":true},"CAQ":{"caption":"Series 3 name","name":"series_3_name","rank":4,"editor":"DynamicValue","value":"text","optional":true},"CAR":{"caption":"Series 3 data","name":"series_3_data","rank":5,"editor":"DynamicValue","value":"number","is_list":true,"optional":true},"CAS":{"caption":"-----------------------------------Style-----------------------------------","name":"style_info","rank":6,"editor":"Label"},"CAT":{"caption":"Chart color 1","name":"chart_color_1","rank":7,"editor":"Color","optional":true},"CAU":{"caption":"Chart color 2","name":"chart_color_2","rank":8,"editor":"Color","optional":true},"CAV":{"caption":"Chart color 3","name":"chart_color_3","rank":9,"editor":"Color","optional":true},"CAW":{"caption":"Gradient color 1","name":"gradient_color_1","rank":10,"editor":"Color","optional":true},"CAX":{"caption":"Gradient color 2","name":"gradient_color_2","rank":11,"editor":"Color","optional":true},"CAY":{"caption":"Gradient color 3","name":"gradient_color_3","rank":12,"editor":"Color","optional":true}}},"CAZ":{"caption":"Show series","code":{"fn":"function(e,s,n){e.data.seriesNames.includes(s.series_name)?e.data.chart.showSeries(s.series_name):n.reportDebugger(`(ShowSeriesAction) Series name \"${s.series_name}\" not found!`)}"},"fields":{"CAa":{"caption":"Series name","name":"series_name","rank":0,"editor":"DynamicValue","value":"text"}}},"CAb":{"caption":"Hide series","code":{"fn":"function(e,s,i){e.data.seriesNames.includes(s.series_name)?e.data.chart.hideSeries(s.series_name):i.reportDebugger(`(HideSeriesAction) Series name \"${s.series_name}\" not found!`)}"},"fields":{"CAc":{"caption":"Series name","name":"series_name","rank":0,"editor":"DynamicValue","value":"text"}}},"CAd":{"caption":"Generate PNG Url","code":{"fn":"function(t,a,e){t.data.chart.dataURI({scale:4,width:1024}).then((({imgURI:a,blob:n})=>{let g=a.replace(\"data:image/png;base64,\",\"\");const l=a=>{t.publishState(\"png_url\",a),t.triggerEvent(\"png_url_is_available\")};e.uploadContent(\"chart.png\",g,(function(t,a){t?e.reportDebugger(`${t.message()}`):l(a)}))}))}"}}},"code":{"preview":{"fn":"function(instance, properties) {\n\n\n\n}"},"initialize":{"fn":"function(e,a){function t(){const e=undefined,a=undefined;return Date.now().toString(36)+Math.random().toString(36).slice(2)}e.data.chartIsCreated=!1,e.data.seriesWasAppended=!1,e.data.chartID=t(),e.data.chartContainer=$(\"<div>\").attr(\"id\",e.data.chartID),e.canvas.html(e.data.chartContainer),e.data.getColor=e=>{const a=[\"#008FFB\",\"#00E396\",\"#FEB019\",\"#FF4560\",\"#775DD0\",\"#3F51B5\",\"#03A9F4\",\"#4CAF50\",\"#F9CE1D\",\"#FF9800\",\"#33B2DF\",\"#546E7A\",\"#D4526E\",\"#13D8AA\",\"#A5978B\",\"#4ECDC4\",\"#C7F464\",\"#81D4FA\",\"#546E7A\",\"#FD6A6A\",\"#2B908F\",\"#F9A3A4\",\"#90EE7E\",\"#FA4443\",\"#69D2E7\",\"#449DD1\",\"#F86624\",\"#EA3546\",\"#662E9B\",\"#C5D86D\",\"#D7263D\",\"#1B998B\",\"#2E294E\",\"#F46036\",\"#E2C044\",\"#662E9B\",\"#F86624\",\"#F9C80E\",\"#EA3546\",\"#43BCCD\",\"#5C4742\",\"#A5978B\",\"#8D5B4C\",\"#5A2A27\",\"#C4BBAF\",\"#A300D6\",\"#7D02EB\",\"#5653FE\",\"#2983FF\",\"#00B1F2\"];let t;return a[e%a.length]},e.data.RGBAToHex=e=>{let a=e.indexOf(\",\")>-1?\",\":\" \";(e=e.substr(5).split(\")\")[0].split(a)).indexOf(\"/\")>-1&&e.splice(3,1);for(let a in e){let t=e[a];if(t.indexOf(\"%\")>-1){let s=t.substr(0,t.length-1)/100;e[a]=a<3?Math.round(255*s):s}}let t=(+e[0]).toString(16),s=(+e[1]).toString(16),o=(+e[2]).toString(16),i=Math.round(255*+e[3]).toString(16);return 1==t.length&&(t=\"0\"+t),1==s.length&&(s=\"0\"+s),1==o.length&&(o=\"0\"+o),1==i.length&&(i=\"0\"+i),\"#\"+t+s+o},e.data.createChart=t=>{const s=[];if(e.data.seriesNames=[],e.data.seriesData=[],e.data.seriesColors=[],e.data.gradientColors=[],e.data.categoryType=\"category\",t.series_category)if(e.data.seriesCategory=t.series_category.get(0,t.series_category.length()),t.series_1_data){{const a=t.series_1_data.get(0,t.series_1_data.length());t.replace_null_undefined_values_with_0&&a.forEach(((e,a,t)=>{t[a]=null==t[a]||null==t[a]?0:e}));let o={name:t.series_1_name&&!e.data.seriesNames.includes(t.series_1_name)?t.series_1_name:`Series ${e.data.seriesData.length+1}`,data:a};t.series_1_name?e.data.seriesNames.includes(t.series_1_name)&&s.push(`Bar Chart Element - Series name \"${t.series_1_name}\" already exists! Name \"Series ${e.data.seriesData.length+1}\" was assigned for your provided data!`):s.push(`Bar Chart Element - Incompleted 'Series 1 name' field! Name \"Series ${e.data.seriesData.length+1}\" was assigned for your provided data!`),e.data.seriesData.push(o),e.data.seriesNames.push(o.name),t.chart_color_1?e.data.seriesColors.push(e.data.RGBAToHex(t.chart_color_1)):e.data.seriesColors.push(e.data.getColor(e.data.seriesData.length-1)),t.gradient_color_1?e.data.gradientColors.push(e.data.RGBAToHex(t.gradient_color_1)):e.data.gradientColors.push(e.data.seriesColors[e.data.seriesData.length-1])}if(t.series_2_data){const a=t.series_2_data.get(0,t.series_2_data.length());t.replace_null_undefined_values_with_0&&a.forEach(((e,a,t)=>{t[a]=null==t[a]||null==t[a]?0:e}));let o={name:t.series_2_name&&!e.data.seriesNames.includes(t.series_2_name)?t.series_2_name:`Series ${e.data.seriesData.length+1}`,data:a};t.series_2_name?e.data.seriesNames.includes(t.series_2_name)&&s.push(`Bar Chart Element - Series name \"${t.series_2_name}\" already exists! Name \"Series ${e.data.seriesData.length+1}\" was assigned for your provided data!`):s.push(`Bar Chart Element - Incompleted 'Series 2 name' field! Name \"Series ${e.data.seriesData.length+1}\" was assigned for your provided data!`),e.data.seriesData.push(o),e.data.seriesNames.push(o.name),t.chart_color_2?e.data.seriesColors.push(e.data.RGBAToHex(t.chart_color_2)):e.data.seriesColors.push(e.data.getColor(e.data.seriesData.length-1)),t.gradient_color_2?e.data.gradientColors.push(e.data.RGBAToHex(t.gradient_color_2)):e.data.gradientColors.push(e.data.seriesColors[e.data.seriesData.length-1])}if(t.series_3_data){const a=t.series_3_data.get(0,t.series_3_data.length());t.replace_null_undefined_values_with_0&&a.forEach(((e,a,t)=>{t[a]=null==t[a]||null==t[a]?0:e}));let o={name:t.series_3_name&&!e.data.seriesNames.includes(t.series_3_name)?t.series_3_name:`Series ${e.data.seriesData.length+1}`,data:a};t.series_3_name?e.data.seriesNames.includes(t.series_3_name)&&s.push(`Bar Chart Element - Series name \"${t.series_3_name}\" already exists! Name \"Series ${e.data.seriesData.length+1}\" was assigned for your provided data!`):s.push(`Bar Chart Element - Incompleted 'Series 3 name' field! Name \"Series ${e.data.seriesData.length+1}\" was assigned for your provided data!`),e.data.seriesData.push(o),e.data.seriesNames.push(o.name),t.chart_color_3?e.data.seriesColors.push(e.data.RGBAToHex(t.chart_color_3)):e.data.seriesColors.push(e.data.getColor(e.data.seriesData.length-1)),t.gradient_color_3?e.data.gradientColors.push(e.data.RGBAToHex(t.gradient_color_3)):e.data.gradientColors.push(e.data.seriesColors[e.data.seriesData.length-1])}e.data.yAxis=[],e.data.firstYAxis={show:!0,showAlways:!1,showForNullSeries:!1,forceNiceScale:!0,seriesName:e.data.seriesNames[0],opposite:!1,reversed:!1,axisBorder:{show:t.show_y_axis_border,height:\"100%\",width:t.y_axis_border_size,color:e.data.RGBAToHex(t.y_axis_border_color)},title:{text:t.y_axis_title?t.y_axis_title:void 0,offsetX:t.y_axis_title_offset_from_left,offsetY:t.y_axis_title_offset_from_top,style:{color:e.data.RGBAToHex(t.y_axis_title_color),fontSize:t.y_axis_title_size+\"px\",cssClass:\"apexcharts-yaxis-title\"}},axisTicks:{show:t.show_y_axis_ticks,borderType:\"solid\",color:e.data.RGBAToHex(t.y_axis_ticks_color),width:t.y_axis_ticks_width},min:t.y_axis_min_value?t.y_axis_min_value:void 0,max:t.y_axis_max_value?t.y_axis_max_value:void 0,tickAmount:t.y_axis_label_count?t.y_axis_label_count:void 0,labels:{show:t.show_y_axis_labels,minWidth:1,maxWidth:160,style:{colors:e.data.RGBAToHex(t.y_axis_labels_color),fontSize:t.y_axis_labels_size+\"px\",cssClass:\"apexcharts-yaxis-label\"},formatter:e=>{if(t.horizontal_chart)return e;if(void 0===e)return e;let a=e.toFixed(0);const s=undefined;return(t.y_axis_labels_prefix?t.y_axis_labels_prefix:\"\")+a+(t.y_axis_labels_suffix?t.y_axis_labels_suffix:\"\")}},tooltip:{enabled:t.enable_y_axis_tooltip},crosshairs:{show:!!t.y_axis_crosshair_width,position:\"back\",stroke:{color:e.data.RGBAToHex(t.y_axis_crosshair_color),width:t.y_axis_crosshair_width,dashArray:t.y_axis_crosshair_dash_width}}},e.data.yAxis.push(e.data.firstYAxis),!t.y_axis_2nd_series_name||t.stacked_chart||t.horizontal_chart||(e.data.secondYAxis={show:!0,opposite:!0,reversed:!1,showAlways:!1,showForNullSeries:!1,forceNiceScale:!0,seriesName:t.y_axis_2nd_series_name,axisBorder:{show:t.show_y_axis_2nd_border,height:\"100%\",width:t.y_axis_2nd_border_size,color:e.data.RGBAToHex(t.y_axis_2nd_border_color)},title:{text:t.y_axis_2nd_title?t.y_axis_2nd_title:void 0,offsetX:t.y_axis_title_offset_from_left,offsetY:t.y_axis_title_offset_from_top,style:{color:e.data.RGBAToHex(t.y_axis_2nd_title_color),fontSize:t.y_axis_title_size+\"px\",cssClass:\"apexcharts-yaxis-title\"}},axisTicks:{show:t.show_y_axis_2nd_ticks,borderType:\"solid\",color:e.data.RGBAToHex(t.y_axis_2nd_ticks_color),width:t.y_axis_ticks_width},min:t.y_axis_2nd_min_value?t.y_axis_2nd_min_value:void 0,max:t.y_axis_2nd_max_value?t.y_axis_2nd_max_value:void 0,tickAmount:t.y_axis_2nd_label_count?t.y_axis_2nd_label_count:void 0,labels:{show:t.show_y_axis_2nd_labels,minWidth:1,maxWidth:160,style:{colors:e.data.RGBAToHex(t.y_axis_2nd_labels_color),fontSize:t.y_axis_labels_size+\"px\",cssClass:\"apexcharts-yaxis-label\"},formatter:e=>{if(t.horizontal_chart)return e;if(void 0===e)return e;let a=e.toFixed(0);const s=undefined;return(t.y_axis_labels_prefix?t.y_axis_labels_prefix:\"\")+a+(t.y_axis_labels_suffix?t.y_axis_labels_suffix:\"\")}},tooltip:{enabled:t.enable_y_axis_2nd_tooltip},crosshairs:{show:!!t.y_axis_crosshair_width,position:\"back\",stroke:{color:e.data.RGBAToHex(t.y_axis_crosshair_color),width:t.y_axis_crosshair_width,dashArray:t.y_axis_crosshair_dash_width}}},e.data.seriesNames.forEach(((a,s)=>{if(0!==s)if(a===t.y_axis_2nd_series_name)e.data.yAxis.push(e.data.secondYAxis);else{const t=Object.assign({},e.data.firstYAxis);t.show=!1,t.seriesName=a,e.data.yAxis.push(t)}}))),t.y_axis_2nd_series_name&&t.stacked_chart&&s.push(\"Bar Chart Element - The second Y-axis is not compatible with stacked chart!\"),t.y_axis_2nd_series_name&&t.horizontal_chart&&s.push(\"Bar Chart Element - The second Y-axis is not compatible with horizontal chart!\"),!t.y_axis_2nd_series_name||e.data.seriesNames.includes(t.y_axis_2nd_series_name)||t.horizontal_chart||s.push(`Bar Chart Element - The \"${t.y_axis_2nd_series_name}\" series name not found! Please specify in \"2nd Y-axis series name\" field a series name that already is used.`),e.data.seriesWasAppended&&(e.data.seriesNames.push(...e.data.newSeriesName),e.data.seriesData.push(...e.data.newSeries),e.data.seriesColors.push(...e.data.newChartColors),e.data.gradientColors.push(...e.data.newGradientColors),e.data.markerColors.push(...e.data.newMarkerColors),e.data.markerStrokeColors.push(...e.data.newNewMarkerStrokeColors)),e.data.options={chart:{id:e.data.chartID,type:\"bar\",group:t.syncing_id||void 0,foreColor:t.bubble.font_color,height:\"100%\",width:\"100%\",stacked:t.stacked_chart,stackType:t.stacked_type_percenter?\"100%\":\"normal\",events:{mouseMove:(a,t,s)=>{-1!==s.dataPointIndex&&-1!==s.seriesIndex&&(e.publishState(\"index_on_hover\",s.dataPointIndex+1),e.publishState(\"series_name_on_hover\",s.config.series[s.seriesIndex].name),e.publishState(\"label_on_hover\",e.data.seriesCategory[s.dataPointIndex]),e.publishState(\"value_on_hover\",s.config.series[s.seriesIndex].data[s.dataPointIndex]),e.triggerEvent(\"chart_is_hovered\"))},mouseLeave:(a,s,o)=>{t.reset_hover_state_on_mouse_leave&&(e.publishState(\"index_on_hover\",null),e.publishState(\"series_name_on_hover\",null),e.publishState(\"label_on_hover\",null),e.publishState(\"value_on_hover\",null))},click:(a,t,s)=>{-1!==s.dataPointIndex&&-1!==s.seriesIndex&&(e.publishState(\"index_on_click\",s.dataPointIndex+1),e.publishState(\"series_name_on_click\",s.config.series[s.seriesIndex].name),e.publishState(\"label_on_click\",e.data.seriesCategory[s.dataPointIndex]),e.publishState(\"value_on_click\",s.config.series[s.seriesIndex].data[s.dataPointIndex]),e.triggerEvent(\"chart_is_clicked\"))}},sparkline:{enabled:t.enable_sparkline},dropShadow:{enabled:t.enable_dropshadow,color:e.data.RGBAToHex(t.dropshadow_color),top:t.dropshadow_offset_from_top,left:t.dropshadow_offset_from_left,blur:t.dropshadow_blur,opacity:Math.min(Math.max(0,t.dropshadow_opacity),1)},animations:{enabled:t.enable_animation,easing:\"easeinout\",speed:t.animation_speed,animateGradually:{enabled:t.enable_animation,delay:t.animation_delay},dynamicAnimation:{enabled:t.enable_animation,speed:t.animation_speed}},zoom:{enabled:t.enable_zoom,type:\"x\",autoScaleYaxis:t.auto_scale_y_axis_on_zoom,zoomedArea:{fill:{color:e.data.RGBAToHex(t.zoom_selection_color),opacity:Math.min(Math.max(0,t.zoom_selection_opacity),1)},stroke:{color:e.data.RGBAToHex(t.zoom_selection_stroke_color),opacity:Math.min(Math.max(0,t.zoom_selection_stroke_opacity),1),width:t.zoom_selection_stroke_width}}},toolbar:{show:t.enable_toolbar,offsetX:0,offsetY:0,tools:{download:t.enable_download,zoom:t.enable_zoom,zoomin:t.enable_zoomin,zoomout:t.enable_zoomout,pan:t.enable_pan,reset:t.enable_reset},export:{csv:{filename:void 0,columnDelimiter:\",\",headerCategory:\"category\",headerValue:\"value\",dateFormatter:e=>new Date(e).toDateString()},svg:{filename:void 0},png:{filename:void 0}},autoSelected:\"zoom\"}},xaxis:{type:e.data.categoryType,categories:e.data.seriesCategory,decimalsInFloat:void 0,tickAmount:void 0,tickPlacement:\"on\",title:{text:t.x_axis_title?t.x_axis_title:void 0,offsetX:t.x_axis_title_offset_from_left,offsetY:t.x_axis_title_offset_from_top,style:{color:e.data.RGBAToHex(t.x_axis_title_color),fontSize:t.x_axis_title_size+\"px\",cssClass:\"apexcharts-xaxis-title\"}},axisBorder:{show:t.show_x_axis_border,color:e.data.RGBAToHex(t.x_axis_border_color),height:t.x_axis_border_size,width:\"100%\"},tooltip:{enabled:t.enable_x_axis_tooltip},crosshairs:{show:!!t.x_axis_crosshair_width,width:1,position:\"back\",opacity:0,stroke:{color:e.data.RGBAToHex(t.x_axis_crosshair_color),width:t.x_axis_crosshair_width,dashArray:t.x_axis_crosshair_dash_width}},labels:{show:t.show_x_axis_labels,rotate:t.rotate_x_axis_labels||t.always_rotate_x_axis_labels?t.x_axis_labels_rotate_angle:0,rotateAlways:t.always_rotate_x_axis_labels,hideOverlappingLabels:t.hide_overlapping_x_axis_labels,trim:t.trim_x_axis_labels,minHeight:void 0,maxHeight:t.x_axis_labels_max_height,formatter:t.horizontal_chart||\"datetime\"!==e.data.categoryType?(e,a,s)=>{if(!t.horizontal_chart)return e;let o=e.toFixed(0);const i=undefined;return(t.y_axis_labels_prefix?t.y_axis_labels_prefix:\"\")+o+(t.y_axis_labels_suffix?t.y_axis_labels_suffix:\"\")}:void 0,style:{colors:e.data.RGBAToHex(t.x_axis_labels_color),fontSize:t.x_axis_labels_size+\"px\",cssClass:\"apexcharts-xaxis-label\"},offsetY:t.x_axis_labels_offset_from_top,datetimeFormatter:{year:\"yyyy\",month:\"MMM 'yy\",day:\"dd MMM\",hour:\"HH:mm\"}},axisTicks:{show:t.show_x_axis_ticks,color:e.data.RGBAToHex(t.x_axis_ticks_color),height:t.x_axis_ticks_height}},yaxis:e.data.yAxis,series:e.data.seriesData,tooltip:{intersect:!0,shared:!1,enabled:t.show_tooltip,followCursor:!1,custom:void 0,theme:t.tooltip_theme,x:{show:t.show_category_on_tooltip,format:\"dd MMM\"},fixed:{enabled:t.enable_fixed_tooltip,position:t.fixed_tooltip_position,offsetX:0,offsetY:0},y:{formatter:e=>{try{let a,s=e.toFixed(t.decimal_amount).toString().split(\".\");const o=s[0],i=s[1],r=/\\B(?=(\\d{3})+(?!\\d))/g,_=undefined;return(t.thousand_separator?o.replace(r,t.thousand_separator):o)+(i?t.decimal_separator?t.decimal_separator+i:\".\"+i:\"\")}catch(e){}}}},dataLabels:{enabled:t.show_data_labels,formatter:function(e,a){if(void 0===e)return e;let s=a.seriesIndex,o=a.dataPointIndex,i=0;for(;s>=0;)i+=a.w.globals.series[s][o],s--;if(t.summed_datalabels_on_stacked_chart&&t.stacked_chart&&!t.stacked_type_percenter){let e,a=i.toFixed(t.decimal_amount).toString().split(\".\");const s=a[0],o=a[1],r=/\\B(?=(\\d{3})+(?!\\d))/g,_=undefined;return(t.thousand_separator?s.replace(r,t.thousand_separator):s)+(o?t.decimal_separator?t.decimal_separator+o:\".\"+o:\"\")}{let a,s=(t.stacked_type_percenter?e.toFixed(0):e.toFixed(t.decimal_amount)).toString().split(\".\");const o=s[0],i=s[1],r=/\\B(?=(\\d{3})+(?!\\d))/g,_=undefined;return(t.thousand_separator?o.replace(r,t.thousand_separator):o)+(i?t.decimal_separator?t.decimal_separator+i:\".\"+i:\"\")+(t.stacked_type_percenter?\"%\":\"\")}}},colors:e.data.seriesColors,legend:{show:t.show_legend,position:t.legend_position,horizontalAlign:t.horizontal_legend_alignment,fontSize:t.legend_font_size+\"px\"},stroke:{show:!0,width:t.stroke_width,dashArray:t.dash_width},fill:{type:t.color_style,gradient:{type:t.gradient_type,shadeIntensity:1,opacityFrom:Math.min(Math.max(0,t.gradient_opacity_from),1),opacityTo:Math.min(Math.max(0,t.gradient_opacity_to),1),gradientToColors:e.data.gradientColors}},grid:{show:t.enable_grid_lines_for_x_axis||t.enable_grid_lines_for_y_axis||t.show_x_axis_border,borderColor:t.grid_line_color,position:\"back\",xaxis:{lines:{show:t.enable_grid_lines_for_x_axis}},yaxis:{lines:{show:t.enable_grid_lines_for_y_axis}},strokeDashArray:t.grid_stroke_dash_width,column:{colors:t.enable_grid_column_color?[e.data.RGBAToHex(t.odd_column_color),e.data.RGBAToHex(t.even_column_color)]:void 0,opacity:Math.min(Math.max(0,t.column_color_opacity),1)},row:{colors:t.enable_grid_row_color?[e.data.RGBAToHex(t.odd_row_color),e.data.RGBAToHex(t.even_row_color)]:void 0,opacity:Math.min(Math.max(0,t.row_color_opacity),1)},padding:{top:t.grid_padding_top,bottom:t.grid_padding_bottom,left:t.grid_padding_left,right:t.grid_padding_right}},plotOptions:{bar:{horizontal:t.horizontal_chart,columnWidth:Math.min(Math.max(1,t.bar_width),100)+\"%\",barHeight:Math.min(Math.max(1,t.bar_width),100)+\"%\",dataLabels:{position:\"vertical\"===t.data_labels_orientation&&\"top\"===t.data_labels_position?\"center\":t.data_labels_position,maxItems:100,hideOverflowingLabels:!0,orientation:t.data_labels_orientation}}}},JSON.stringify(t)!==JSON.stringify(e.data.properties)&&0!==s.length&&s.forEach((e=>{console.warn(e)})),void 0!==e.data.chart&&e.data.chart.destroy(),document.getElementById(e.data.chartID).innerHTML=\"\",e.data.chart=new ApexCharts(document.querySelector(`#${e.data.chartID}`),e.data.options),e.data.chart.render(),e.data.chartIsCreated||e.triggerEvent(\"chart_is_drawn\"),e.data.chartIsCreated=!0,e.publishState(\"series_names\",e.data.seriesNames),e.data.properties=t}else e.data.chartIsCreated||(a.reportDebugger(\"Incompleted 'Series 1 data' field!\"),e.data.chartIsCreated=!0);else e.data.chartIsCreated||(a.reportDebugger(\"Incompleted 'Series category' field!\"),e.data.chartIsCreated=!0)}}"},"update":{"fn":"function(t,a,e){t.data.updateProperties=a,t.data.createChart(a)}"},"reset":{"fn":"function(n,t){}"}},"platform_type":"web"}}};
window._bubble_page_load_data.plugins_size['1499780054879x111265002286743550'] = 168516;
window.preloaded['plugin/third_party:1499780054879x111265002286743550:2.9.0'] = true;
window.plugins["1503616151007x633690763334516700"] = {"human":"IP Geo","dependencies":{"use_jquery":true},"plugin_api":{"human":"IP Info","calls":{"AAC":{"name":"Get Geo from IP","method":"get","publish_as":"data","url":"https://ipinfo.io/[IP-Address]/json","initialized":true,"types":"{\"plugin_api.AAC\":{\"caption\":\"Get Geo from IP\",\"fields\":{\"_p_ip\":{\"ret_value\":\"text\",\"caption\":\"ip\",\"path\":[\"ip\"]},\"_p_city\":{\"ret_value\":\"text\",\"caption\":\"city\",\"path\":[\"city\"]},\"_p_region\":{\"ret_value\":\"text\",\"caption\":\"region\",\"path\":[\"region\"]},\"_p_country\":{\"ret_value\":\"text\",\"caption\":\"country\",\"path\":[\"country\"]},\"_p_loc\":{\"ret_value\":\"text\",\"caption\":\"loc\",\"path\":[\"loc\"]},\"_p_org\":{\"ret_value\":\"text\",\"caption\":\"org\",\"path\":[\"org\"]},\"_p_postal\":{\"ret_value\":\"text\",\"caption\":\"postal\",\"path\":[\"postal\"]}}}}","ret_value":"api.1503616151007x633690763334516700.plugin_api.AAC","url_params":{"AAN":{"key":"IP-Address","value":"216.158.232.109","private":true}}}}}};
window._bubble_page_load_data.plugins_size['1503616151007x633690763334516700'] = 1009;
window.preloaded['plugin/third_party:1503616151007x633690763334516700:1.1.0'] = true;
window.plugins["1513532376117x173494151776829440"] = {"human":"PayPal Checkout","dependencies":{"use_jquery":true,"plugin_api_version":"4"},"shared_keys":{"ACT":{"caption":"Client ID","type":"client_safe"},"ACZ":{"caption":"Secret Key","type":"secure"}},"plugin_elements":{"ACF":{"display":"PayPal Button","property_applications":{"MinWidth":true,"resizable":true,"Background":false},"add_hover_pressed":true,"add_is_visible":true,"has_reset_fn":false,"fields":{"ABw":{"caption":"Amount","name":"amount","editor":"DynamicValue","rank":1,"value":"number"},"ABx":{"caption":"Currency Code","name":"currency","editor":"DynamicValue","rank":2,"value":"text","default_val":"USD"},"ABy":{"caption":"Shape","name":"shape","editor":"Dropdown","rank":6,"default_val":"Rectangle","in_style":true},"ABz":{"caption":"Label","name":"label","editor":"Dropdown","rank":5,"default_val":"PayPal","in_style":true},"ACB":{"caption":"Color","name":"color","editor":"Dropdown","rank":4,"default_val":"Gold","in_style":true},"ACH":{"caption":"Layout","name":"layout","rank":3,"editor":"Dropdown","default_val":"Vertical","in_style":true},"ACR":{"caption":"Expose console logs?","name":"exposelogs","rank":7,"editor":"DynamicValue","value":"boolean","default_val":false},"ACb":{"caption":"Note: PayPal does not recommend loading more than one instance of a PayPal Button on a page.","name":"info","rank":0,"editor":"Label"}},"states":{"ACD":{"caption":"Order ID","name":"orderid","value":"text","initialization_code":{"fn":"function(properties,context){}"}},"ACE":{"caption":"Order Status","name":"orderstatus","value":"text","initialization_code":{"fn":"function(properties,context){}"}},"ACM":{"caption":"Payer ID","name":"payerid","value":"text","initialization_code":{"fn":"function(properties,context){}"}},"ACN":{"caption":"Payer Name","name":"payername","value":"text","initialization_code":{"fn":"function(properties,context){}"}},"ACO":{"caption":"Payer Email Address","name":"payeremail","value":"text","initialization_code":{"fn":"function(properties,context){}"}},"ACP":{"caption":"Error Message","name":"error","value":"text","initialization_code":{"fn":"function(properties,context){}"}},"ACS":{"caption":"Capture ID","name":"captureid","value":"text","initialization_code":{"fn":"function(properties,context){}"}}},"events":{"ABt":{"caption":"payment has been captured","name":"captured"},"ACI":{"caption":"payment has been approved","name":"approved"},"ACJ":{"caption":"encountered an error","name":"error"}},"actions":{"ACU":{"caption":"Show","code":{"fn":"function(instance,properties,context){instance.data.generatePayPal()}"},"fields":{"ACV":{"caption":"This action will show the PayPal Button(s) tied to the element selected. If pre-existing buttons are found, they will be removed before new buttons are generated. ","name":"info","rank":0,"editor":"Label"},"ACW":{"caption":"Note: the selected element must be visible on the page for this action to execute.","name":"info2","rank":1,"editor":"Label"}}}},"code":{"initialize":{"fn":"function(instance,context){function uniqID(idlength){instance.data.charstoformid=\"_0123456789ABCDEFGHIJKLMNOPQRSTUVWXTZabcdefghiklmnopqrstuvwxyz\".split(\"\"),idlength||(idlength=Math.floor(Math.random()*instance.data.charstoformid.length)),instance.data.uniqid=\"\";for(var i=0;i<idlength;i++)instance.data.uniqid+=instance.data.charstoformid[Math.floor(Math.random()*instance.data.charstoformid.length)];return 0==jQuery(\"#paypal-\"+instance.data.uniqid).length?instance.data.uniqid:uniqID(5)}instance.data.paypalInstance=!1,instance.data.paypalFetching=!1,instance.data.execute=!1,instance.data.key=context.keys[\"Client ID\"],instance.data.loadPayPal=function(callback){instance.data.exposelogs&&console.info(\"Importing PayPal functions\"),instance.data.key&&instance.data.currency&&!1===instance.data.paypalFetching&&(instance.data.paypalFetching=!0,$.ajaxSetup({cache:!0}),$.getScript(`https://www.paypal.com/sdk/js?client-id=${context.keys[\"Client ID\"]}&currency=${instance.data.currency}`,(function(response,status){instance.data.paypalInstance=!0,instance.data.paypalFetching=!1,$.ajaxSetup({cache:!1}),instance.data.exposelogs&&console.log(\"PayPal has loaded\"),callback&&callback()})))},instance.data.layout=\"vertical\",instance.data.label=\"paypal\",instance.data.shape=\"rect\",instance.data.color=\"gold\",instance.data.generatePayPal=function(buttonToRemove){let outgoing=buttonToRemove||instance.data.uniqueId;outgoing&&document.getElementById(outgoing)&&(document.getElementById(outgoing).remove(),instance.data.exposelogs&&console.info(\"Removing pre-existing PayPal buttons\")),instance.data.uniqueId=\"paypal-\"+uniqID(5),instance.data.div=$('<div id=\"'+instance.data.uniqueId+'\"></div>'),instance.canvas.append(instance.data.div),$(instance.data.uniqueId).ready((function(){instance.data.execPayPal(\"#\"+instance.data.uniqueId)}))},instance.data.execPayPal=function(id){instance.data.exposelogs&&console.log(\"Mounting PayPal buttons\"),!0===instance.data.paypalInstance&&instance.data.amount&&instance.data.currency&&paypal.Buttons({style:{layout:instance.data.layout,color:instance.data.color,shape:instance.data.shape,label:instance.data.label},createOrder:function(data,actions){return actions.order.create({purchase_units:[{amount:{currency_code:instance.data.currency,value:instance.data.amount}}]})},onApprove:function(data,actions){return instance.triggerEvent(\"approved\"),actions.order.capture().then((function(details){instance.publishState(\"orderid\",details.id),instance.publishState(\"captureid\",details.purchase_units[0].payments.captures[0].id),instance.publishState(\"orderstatus\",details.status),instance.publishState(\"payername\",details.payer.name.given_name+\" \"+details.payer.name.surname),instance.publishState(\"payeremail\",details.payer.email_address),instance.publishState(\"payerid\",details.payer.payer_id),instance.triggerEvent(\"captured\")})).catch((function(err){instance.publishState(\"error\",JSON.stringify(err)),instance.triggerEvent(\"error\")}))},onError:function(err){console.log(\"Error has occurred\"),instance.publishState(\"error\",JSON.stringify(err)),instance.triggerEvent(\"error\")}}).render(id)}}","add_debugger":false},"update":{"fn":"function(instance,properties,context){switch(properties.shape){case\"Rectangle\":instance.data.shape=\"rect\";break;case\"Pill\":instance.data.shape=\"pill\";default:instance.data.shape=\"rect\"}instance.data.color=properties.color.toLowerCase(),instance.data.label=properties.label.toLowerCase(),instance.data.amount=properties.amount.toString(),instance.data.currency=properties.currency,instance.data.exposelogs=properties.exposelogs,properties.bubble.is_visible()&&void 0!==instance.data.currency&&\"\"!==context.keys[\"Client ID\"]?(instance.data.exposelogs&&console.info(\"PayPal setup started\"),instance.data.execute=!0,instance.data.loadPayPal(instance.data.generatePayPal)):instance.data.execute=!1}"},"reset":{"fn":"function(instance,context){document.getElementById(properties.element_id).innerHTML=\"\"}"}},"platform_type":"web"}},"plugin_actions":{"AAp":{"display":"PayPal - Create a Sale Refund","type":"server_side","return_value":{"AAr":{"caption":"Refund ID","name":"id","rank":0,"value":"text"},"AAs":{"caption":"Refund Status","name":"state","rank":1,"value":"text"},"AAt":{"caption":"Error","name":"error","rank":2,"value":"text"}},"fields":{"AAq":{"caption":"Sale ID","name":"saleId","rank":1,"editor":"DynamicValue","value":"text"},"AAu":{"caption":"Note: For PayPal API Version 1 only.","name":"v1","rank":7,"editor":"Label"},"AAv":{"caption":"Refund ━━━━━━━━━━━━━━━━━━━━┓","name":"refund━━━━━━━━━━━━━━━━━━━┓","rank":4,"editor":"Label"},"AAw":{"caption":"Amount","name":"amount","rank":5,"editor":"DynamicValue","value":"number","optional":true},"AAx":{"caption":"Type","name":"type","rank":0,"editor":"Dropdown","default_val":"Sandbox"},"AAy":{"caption":"Currency Code","name":"currency","rank":6,"editor":"DynamicValue","value":"text"},"AAz":{"caption":"Authentication ━━━━━━━━━━━━━━━━┓","name":"auth━━━━━━━━━━━━━━━━━━━┓","rank":2,"editor":"Label"},"ABA":{"caption":"Access Token","name":"atoken","rank":3,"editor":"DynamicValue","value":"text"}}},"ABB":{"display":"PayPal - Get an Access Token","type":"server_side","return_value":{"AAr":{"caption":"Token","name":"token","rank":0,"value":"text"},"AAt":{"caption":"Error","name":"error","rank":1,"value":"text"}},"fields":{"ACY":{"caption":"This action will use your environment's keys to fetch an access token, required for PayPal actions.","name":"info1","rank":0,"editor":"Label"},"ACa":{"caption":"Sandbox Mode","name":"type","rank":1,"editor":"DynamicValue","value":"boolean","default_val":true}}}}};
window._bubble_page_load_data.plugins_size['1513532376117x173494151776829440'] = 8682;
window.preloaded['plugin/third_party:1513532376117x173494151776829440:2.0.10'] = true;
window.plugins["1524851204121x249226307516235780"] = {"human":"CountUp Animation","dependencies":{"use_jquery":true},"plugin_actions":{"AAF":{"display":"Animate","type":"client_side","fields":{"AAG":{"caption":"Element ID","name":"element_id","rank":0,"editor":"StaticText"},"AAH":{"caption":"Start value","name":"start_value","rank":1,"editor":"DynamicValue","value":"number","default_val":0},"AAI":{"caption":"End value","name":"end_value","rank":2,"editor":"DynamicValue","value":"number","default_val":0},"AAJ":{"caption":"Decimal places","name":"decimals","rank":3,"editor":"DynamicValue","optional":true,"value":"number","default_val":0},"AAK":{"caption":"Duration (seconds)","name":"duration","rank":4,"editor":"DynamicValue","optional":true,"value":"number","default_val":2},"AAL":{"caption":"Separator [optional]","name":"separator","rank":6,"editor":"StaticText","default_val":",","optional":true},"AAM":{"caption":"Decimal [optional]","name":"decimal","rank":7,"editor":"StaticText","default_val":".","optional":true},"AAN":{"caption":"Prefix","name":"prefix","rank":8,"editor":"DynamicValue","value":"text","optional":true},"AAO":{"caption":"Suffix","name":"suffix","rank":9,"editor":"DynamicValue","value":"text","optional":true},"AAP":{"caption":"Use easing?","name":"use_easing","rank":5,"editor":"Checkbox","default_val":true}},"code":{"client":{"fn":"function(a,c){$(document).ready(function(){var b=new CountUp(a.element_id,a.start_value,a.end_value,a.decimals,a.duration,{useEasing:a.use_easing,useGrouping:!0,separator:a.separator,decimal:a.decimal,prefix:a.prefix,suffix:a.suffix});b.error?console.log(b.error):b.start()})};"}}}}};
window._bubble_page_load_data.plugins_size['1524851204121x249226307516235780'] = 1598;
window.preloaded['plugin/third_party:1524851204121x249226307516235780:1.0.1'] = true;
window.plugins["1543086664409x454646894723334140"] = {"human":"PDF Conjurer","dependencies":{"use_jquery":false,"plugin_api_version":"4"},"plugin_elements":{"AAT":{"display":"PDF Model","add_is_visible":false,"fields":{"ABi":{"caption":"Congratulations fellow Bubbler! You've just attained more power by installing this plugin. Come visit your custom plugin shop www.unlimitedbubbling.dev and get even more! Just want to say thank you? Then buy me a coffee: https://ko-fi.com/viniciusbrito 😊☕","editor":"Label","name":"info","rank":0}},"states":{"AFm":{"caption":"Saved PDF","name":"saved_pdf","value":"file","initialization_code":{"fn":"function(properties,context){}"}},"AOr":{"caption":"Debug log content","name":"debug_log_dump","value":"text","initialization_code":{"fn":"function(properties,context){}"}}},"events":{"AFl":{"caption":"finished uploading and is available in element state","name":"pdf_uploaded_and_available_in_element_state"},"AOq":{"caption":"Debug log available","name":"debug_log_available"}},"actions":{"AAV":{"caption":"Create text on","fields":{"AAW":{"caption":"Text","editor":"DynamicValue","name":"inputtedText","rank":0,"value":"text","optional":false},"AAc":{"caption":"Style","editor":"DynamicValue","name":"textStyles","optional":true,"rank":2,"value":"text"},"AAn":{"caption":"Left Margin","editor":"DynamicValue","name":"left_margin","rank":5,"value":"number","default_val":0},"AAo":{"caption":"Top Margin","editor":"DynamicValue","name":"top_margin","rank":6,"value":"number","default_val":0},"AAp":{"caption":"Right Margin","editor":"DynamicValue","name":"right_margin","rank":7,"value":"number","default_val":0},"AAq":{"caption":"Bottom Margin","editor":"DynamicValue","name":"bottom_margin","rank":8,"value":"number","default_val":0},"ABC":{"caption":"Below you will be able to set extra margins for your text element. Leave the box unchecked for a default display. (Will ignore any numbers below)","editor":"Label","name":"margin_info","rank":4},"ABM":{"caption":"Use text custom margins?","default_val":false,"editor":"Checkbox","name":"text_custom_margins","rank":3},"AEP":{"caption":"Page break","default_val":"Unspecified","editor":"Dropdown","name":"page_break","rank":9},"AEa":{"caption":"Is this element being put into a Multi Column?","default_val":false,"editor":"Checkbox","name":"into_multi_column","rank":10},"AEb":{"caption":"This Column's Width","default_val":"Fit available space","editor":"Dropdown","name":"this_column_width","optional":true,"rank":11},"AEc":{"caption":"Multi Column Name","editor":"DynamicValue","name":"multi_column_name","optional":true,"rank":13,"value":"text"},"AFS":{"caption":"Is this element being put into the footer?","default_val":false,"editor":"Checkbox","name":"into_footer","rank":14},"AFZ":{"caption":"Is this element being put into the header?","default_val":false,"editor":"Checkbox","name":"into_header","rank":15},"AFr":{"caption":"Is this element being put into the background?","name":"into_background","rank":16,"editor":"Checkbox","default_val":false},"AGF":{"caption":"Repeating structure auxiliary fields. Only use the fields below if this element is being inserted into a repeating structure","name":"repeating_structure_auxiliary_fields","rank":17,"editor":"Label"},"AGG":{"caption":"Structure name","name":"repeating_structure_name","rank":18,"editor":"DynamicValue","value":"text","optional":true},"AGH":{"caption":"Text list","name":"text_list","rank":19,"editor":"DynamicValue","value":"_any_thing","is_list":true,"optional":true},"AHw":{"caption":"Parse BBcode","name":"parse_bbcode","rank":1,"editor":"DynamicValue","value":"boolean","default_val":false},"AOw":{"caption":"Fixed width size","name":"fixed_width_column_size","rank":12,"editor":"DynamicValue","value":"number","optional":true}},"code":{"fn":"function(instance,properties,context){function convertUnicodeToChar(unicodeString){return unicodeString.replace(/\\\\?U\\+([0-9A-F]{4,6})/gi,((match,grp)=>String.fromCodePoint(parseInt(grp,16))))}if(instance.data.listConfiguration=[],!instance.data.BBcodeParser&&properties.parse_bbcode){function getParser(fontsDictionary,addImageIntoDictionary,errorHandler=(()=>{}),codeLayout={fillColor:()=>\"#23241f\",vLineWidth:()=>0,hLineWidth:()=>0},quoteLayout={vLineWidth:()=>5,vLineColor:()=>\"#ccc\",hLineWidth:()=>0,paddingLeft:()=>20}){function convertToPDFMakeTable(bbCodeTable){const tableRows=bbCodeTable.match(/\\[tr\\](.*?)\\[\\/tr\\]/gs)||[],tableData=[];tableRows.forEach((row=>{const tableCells=row.match(/\\[td\\](.*?)\\[\\/td\\]/gs)||[],rowData=[];tableCells.forEach((cell=>{const cellContent=cell.replace(/\\[td\\]|\\[\\/td\\]/g,\"\"),parsedCellContent=instance.data.BBcodeParserInternal.parseString(cellContent);console.log(\"cell content is: \",cellContent),console.log(\"parsed cell content is: \",parsedCellContent),rowData.push({text:parsedCellContent})})),tableData.push(rowData)}));const pdfmakeTable=undefined;return{table:{body:tableData}}}String.prototype.findClosingTag=function(tagType){const tags=undefined,openingTagPattern=(new Tags).isANotParameterizedTag(tagType)?Patterns.getNotParameterizedOpeningTag([tagType],\"g\"):Patterns.getOpeningTag([tagType],\"g\"),closingTagPattern=Patterns.getClosingTag([tagType],\"g\"),openingTagPositions=[...this.matchAll(openingTagPattern)].map((match=>match.index)),closingTagPositions=[...this.matchAll(closingTagPattern)].map((match=>match.index));if(0===closingTagPositions.length||0===openingTagPositions.length)return-1;if(1===closingTagPositions.length||1===openingTagPositions.length){const[position]=closingTagPositions;return position}for(let position=0;position<closingTagPositions.length;position++)if(openingTagPositions[position+1]>closingTagPositions[position])return closingTagPositions[position];const lastPosition=undefined;return closingTagPositions[closingTagPositions.length-1]},String.prototype.chopString=function(openingTagsPattern,hasClosingTag=!0){let string=String(this),hasStyles=string.match(openingTagsPattern);if(!hasStyles)return string;const choppedString=[];for(;hasStyles;){const[tag,tagType]=hasStyles,{index:openingTagPosition}=hasStyles;if(openingTagPosition>0){const firstStringPart=string.slice(0,openingTagPosition);choppedString.push(firstStringPart)}const closingTagLength=hasClosingTag?`[/${tagType}]`.length:0,closingTagPosition=hasClosingTag?string.findClosingTag(tagType):-1;if(hasClosingTag&&-1===closingTagPosition)return[...choppedString,string];const endPosition=hasClosingTag?closingTagPosition+closingTagLength:openingTagPosition+tag.length,tagStringPart=string.slice(openingTagPosition,endPosition);choppedString.push(tagStringPart);const restStringPart=string.slice(endPosition);if(!restStringPart)break;string=restStringPart,hasStyles=string.match(openingTagsPattern),hasStyles||choppedString.push(restStringPart)}return choppedString},String.prototype.isOpenTagComeFirst=function(tag){const tags=undefined,openTag=(new Tags).isANotParameterizedTag(tag)?`[${tag}]`:`[${tag}`,closeTag=`[/${tag}]`;return this.indexOf(openTag)<=this.indexOf(closeTag)},String.prototype.isAListString=function(){return-1!==this.search(/^\\[(?:ul|ol)(?:.*?)\\]/s)},String.prototype.thereIsAList=function(){return-1!==this.search(/\\[(?:ul|ol)(.*?)\\]/s)};class Tags{constructor(){this.tags={styles:[\"b\",\"i\",\"u\",\"s\",\"sup\",\"sub\",\"font\",\"color\",\"size\",\"url\",\"email\",\"highlight\"],media:[\"img\"],list:[\"ul\",\"ol\",\"li\"],title:[\"h1\",\"h2\",\"h3\",\"h4\"],extra:[\"code\",\"quote\",\"table\"],alignment:[\"left\",\"center\",\"right\",\"justify\"],withoutClosing:[\"hr\"]}}getAllTags(...except){const tags=undefined;return Object.values(this.tags).flat().filter((tag=>!except.includes(tag)))}getBreakLineTags(...except){const{list:list,alignment:alignment,withoutClosing:withoutClosing,title:title,extra:extra,media:media}=this.tags,tags=[...list,...alignment,...withoutClosing,...title,...extra,...media];return except.includes(\"li\")||except.push(\"li\"),tags.filter((tag=>!except.includes(tag)))}getNotParameterizedTag(...except){const{styles:styles,title:title,extra:extra}=this.tags,tags=[...styles,...title,...extra];return except.push(\"font\",\"color\",\"size\",\"url\",\"email\",\"highlight\"),tags.filter((tag=>!except.includes(tag)))}isANotParameterizedTag(tag){return this.getNotParameterizedTag().includes(tag)}}class Patterns{static prepareTags(...tags){return tags.sort(((a,b)=>b.length-a.length)).join(\"|\")}static getOpeningTag(tagTypes,flags=\"\"){const tags=Patterns.prepareTags(...tagTypes);return new RegExp(`\\\\[(${tags})=?(.*?)\\\\]`,flags)}static getClosingTag(tagTypes,flags=\"\"){const tags=Patterns.prepareTags(...tagTypes);return new RegExp(`\\\\[\\\\/(${tags})\\\\]`,flags)}static getFullTag(tagTypes,flags=\"\"){const tags=Patterns.prepareTags(...tagTypes);return new RegExp(`^\\\\[(${tags})=?(.*?)\\\\](.*)\\\\[\\\\/\\\\1\\\\]$`,flags)}static getBreakLineBeforeTag(tagTypes,flags=\"\"){const tags=Patterns.prepareTags(...tagTypes);return new RegExp(`(?<=\\\\[\\\\/?(.*?)\\\\])\\n+(?=\\\\[\\\\/?(?:${tags})\\\\])`,flags)}static getBreakLineAfterTag(tagTypes,flags=\"\"){const tags=Patterns.prepareTags(...tagTypes);return new RegExp(`(?<=\\\\[\\\\/?(?:${tags})\\\\])\\n`,flags)}static getNotParameterizedOpeningTag(tagTypes,flags=\"\"){const tags=Patterns.prepareTags(...tagTypes);return new RegExp(`\\\\[(${tags})\\\\]`,flags)}}class ParserHelper{static pipe(functions,initialValue){return functions.reduce(((a,fn)=>fn(a)),initialValue)}static getHEXColor(color){if(color.startsWith(\"rgb\")){const[r,g,b]=color.match(/\\d+/g).map(Number);return[r,g,b].reduce(((a,b)=>a+b.toString(16).padStart(2,\"0\")),\"#\")}return color}static generateRandomValues(length){const number=Math.floor(Math.random()*10**length);return String(number).padStart(length,\"0\")}static getImageProperties(value){const input=value.trim();if(input.includes(\"x\")){const[width,height]=input.split(\"x\").map(Number),options={};return width&&(options.width=width),height&&(options.height=height),options}{const properties=input.split(\" \").map((property=>{const[key,value]=property.split(\"=\");return[key,Number(value)]}));return Object.fromEntries(properties)}}static getNewLineByTag(text,tag,value,options={}){let newLine={};switch(tag){case\"center\":case\"left\":case\"right\":case\"justify\":newLine={text:text,...options,alignment:tag};break;case\"size\":{const sizes=[10,13,16,18,24,32,48],size=Number(value);newLine={text:text,...options,fontSize:sizes[size-1]};break}case\"color\":{const color=ParserHelper.getHEXColor(value);newLine={text:text,...options,color:color};break}case\"b\":newLine={text:text,...options,bold:!0};break;case\"i\":newLine={text:text,...options,italics:!0};break;case\"u\":newLine={text:text,...options,decoration:\"underline\"};break;case\"s\":newLine={text:text,...options,decoration:\"lineThrough\"};break;case\"sup\":{const sup={offset:\"15%\"};newLine={text:text,...options,sup:sup};break}case\"sub\":{const sub={offset:\"15%\"};newLine={text:text,...options,sub:sub};break}case\"url\":{const link=value,decoration=\"underline\",color=\"blue\";newLine={text:text,...options,link:link,decoration:decoration,color:color};break}case\"email\":{const email=undefined,link=\"mailto:\"+value,decoration=\"underline\",color=\"blue\";newLine={text:text,...options,link:link,decoration:decoration,color:color};break}case\"font\":{const font=value.replace(/\\\"/g,\"\");if(fontsDictionary&&fontsDictionary[font])options.font=font;else{const error=new Error(`Font not found: ${font}\\nPlease check if the font was loaded before use it`);errorHandler(error)}newLine={text:text,...options};break}case\"ul\":newLine={ul:text,...options};break;case\"ol\":newLine={ol:text,...options};break;case\"li\":newLine=text.thereIsAList()?{stack:text,...options}:{text:text,...options};break;case\"table\":{let table;newLine=convertToPDFMakeTable(text);break}case\"h1\":newLine={text:text,...options,fontSize:26};break;case\"h2\":newLine={text:text,...options,fontSize:20};break;case\"h3\":newLine={text:text,...options,fontSize:16};break;case\"h4\":newLine={text:text,...options,fontSize:13};break;case\"highlight\":if(\"transparent\"===value.toLowerCase())newLine={text:text,...options};else{const background=ParserHelper.getHEXColor(value);newLine={text:text,...options,background:background}}break;case\"code\":newLine={text:text,...options,color:\"#c7254e\"};break;case\"quote\":{const parser=undefined,parsedText=(new BBCodeParser).getParsedText(text);newLine={layout:quoteLayout,table:{widths:[\"*\"],body:[[{text:parsedText}]]},...options};break}case\"img\":{const link=text.startsWith(\"http\")?text:\"https:\"+text,imageName=ParserHelper.generateRandomValues(8)+\"-image-\"+text.slice(text.lastIndexOf(\"/\")+1);\"function\"==typeof addImageIntoDictionary&&addImageIntoDictionary(imageName,link);const imgProperties=ParserHelper.getImageProperties(value);newLine={image:imageName,...options,...imgProperties};break}}return newLine}static getOutsiderLineStyles(line,pattern,previousOptions={}){let{text:text,ol:ol,ul:ul,...lineOptions}=line;\"string\"==typeof line&&(lineOptions={});const targetString=text||ol||ul||line,options={...previousOptions,...lineOptions};let lineType=\"text\";if(ul&&(lineType=\"ul\"),ol&&(lineType=\"ol\"),\"string\"!=typeof targetString)return line;const hasStyles=targetString.match(pattern);if(!hasStyles)return{[lineType]:targetString,...options};const[match,tagType,value,innerText]=hasStyles;if(innerText.isOpenTagComeFirst(tagType)){const newLine=ParserHelper.getNewLineByTag(innerText,tagType,value,options);return targetString.isAListString()?newLine:ParserHelper.getOutsiderLineStyles(newLine,pattern)}return{[lineType]:targetString,...options}}static getInsiderLineStyles(line,openingTagsPattern,outsiderTagPattern){let{text:text,ul:ul,ol:ol,stack:stack,...options}=line;\"string\"==typeof line&&(options={});const targetString=text||ol||ul||stack||line;let lineType=\"text\";if(ul&&(lineType=\"ul\"),ol&&(lineType=\"ol\"),stack&&(lineType=\"stack\"),\"string\"!=typeof targetString)return line;const hasStyles=targetString.match(openingTagsPattern);if(!hasStyles)return{[lineType]:targetString,...options};const[match,tag]=hasStyles,closingTagPattern=Patterns.getClosingTag([tag]),hasClosingTag=undefined;if(!targetString.match(closingTagPattern))return{[lineType]:targetString,...options};const listsOpeningTagsPattern=Patterns.getOpeningTag([\"ul\",\"ol\"]),stringArray=undefined,resultingLine=undefined;return{[lineType]:(stack?targetString.chopString(listsOpeningTagsPattern):targetString.chopString(openingTagsPattern)).map((item=>ParserHelper.getOutsiderLineStyles(item,outsiderTagPattern,options))).map((item=>ParserHelper.getInsiderLineStyles(item,openingTagsPattern,outsiderTagPattern))),...options}}static fixOlListsHelper(element){const{ol:ol,...options}=element;let list=ol||element;if(!(list&&list instanceof Array&&list.some((({ol:ol})=>Boolean(ol)))))return element;const newList=[];let test=!0;for(;test;){const listIndex=list.findIndex((({ol:ol})=>Boolean(ol)));listIndex>1&&newList.push(...list.slice(0,listIndex-1));const previousItem=list[listIndex-1],item=list[listIndex];newList.push({stack:[previousItem,ParserHelper.fixOlListsHelper(item)]});const listRest=list.slice(listIndex+1);test=listRest.some((({ol:ol})=>Boolean(ol))),list=listRest,test||newList.push(...listRest)}return{ol:newList,...options}}}class BBCodeParser{constructor(){this.functions=[this.prepareContent,this.breakLineTagsHandler,this.horizontalRuleTagHandler,this.horizontalRuleTagParser,this.outsiderStylesParser,this.insiderStylesParser,this.fixOlLists].map((fn=>fn.bind(this))),this.tags=new Tags}prepareContent(contents=\"\"){if(!contents||\"string\"!=typeof contents)return\"\";const tags=[...this.tags.getBreakLineTags(),\"li\"],beforeTags=Patterns.getBreakLineBeforeTag([\"ul\",\"ol\",\"li\"],\"g\"),afterTags=Patterns.getBreakLineAfterTag(tags,\"g\");return contents=(contents=(contents=(contents=(contents=(contents=contents.replace(/\\[ml\\]/g,\"\")).replace(/\\[\\/ml\\]/g,\"\\n\")).replace(/\\n\\[\\/(center|justify|right|code)\\]/g,((match,tag)=>`[/${tag}]\\n`))).replace(/\\[\\/quote\\]/g,(match=>match+\"\\n\"))).replace(afterTags,\"\")).replace(beforeTags,((match,tag)=>tags.includes(tag)?match:match.replace(/\\n/,\"\")))}breakLineTagsHandler(contents){if(!contents)return[];const breakLineTags=this.tags.getBreakLineTags(\"hr\"),openingTagPattern=Patterns.getOpeningTag(breakLineTags),result=contents.chopString(openingTagPattern);return\"string\"==typeof result?[result]:result}horizontalRuleTagHandler(contents){const openingTagPattern=Patterns.getOpeningTag([\"hr\"]);return contents.map((line=>line.chopString(openingTagPattern,!1))).flat()}horizontalRuleTagParser(contents){return contents.map((line=>\"[hr]\"!==line?line:{canvas:[{type:\"line\",x1:0,y1:0,x2:515,y2:0,lineWidth:1}]}))}outsiderStylesParser(contents){const tags=this.tags.getAllTags(\"hr\"),pattern=Patterns.getFullTag(tags,\"s\");return contents.map((line=>ParserHelper.getOutsiderLineStyles(line,pattern)))}insiderStylesParser(contents){const tags=this.tags.getAllTags(\"hr\"),openingTagPattern=Patterns.getOpeningTag(tags),outsiderTagPattern=Patterns.getFullTag(tags,\"s\");return contents.map((line=>ParserHelper.getInsiderLineStyles(line,openingTagPattern,outsiderTagPattern)))}fixOlLists(contents){return contents.map(ParserHelper.fixOlListsHelper)}getParsedText(text){return text=convertUnicodeToChar(text),ParserHelper.pipe(this.functions,text)}}return new BBCodeParser}const parser=getParser(pdfMake.fonts,((imageName,link)=>{instance.data.docDefinition.images[imageName]=link}),(err=>{context.reportDebugger(err.message)}));class BBcodeInterpreter{parseString(string){let result=parser.getParsedText(string);return console.log(\"BBcodeInterpreter parseString result:\",JSON.stringify(result)),result}}const createParser=()=>new BBcodeInterpreter;instance.data.BBcodeParser=createParser(),instance.data.BBcodeParserInternal=createParser()}const getList=(thingWithList,startPosition,finishPosition)=>{let returnedList;return thingWithList.get(startPosition,finishPosition)};void 0===instance.data.composeInMe&&(instance.data.composeInMe=[]);let parsedText=[];properties.parse_bbcode&&(properties.inputtedText=convertUnicodeToChar(properties.inputtedText),parsedText=instance.data.BBcodeParser.parseString(properties.inputtedText),console.log(\"Raw parsed text:\",JSON.stringify(parsedText))),void 0!==properties.textStyles&&null!==properties.textStyles||(properties.textStyles=\"\");let definedStyleForText=properties.textStyles.replaceAll(/\\W/g,\"\"),txtCustomMarginsDefinitionLogic=()=>!0===properties.text_custom_margins?[properties.left_margin,properties.top_margin,properties.right_margin,properties.bottom_margin]:null,textObjectHolder={style:`${definedStyleForText.toLowerCase()}`,margin:txtCustomMarginsDefinitionLogic(),pageBreak:properties.page_break.toLowerCase()};if(properties.parse_bbcode?textObjectHolder.stack=parsedText:textObjectHolder.text=properties.inputtedText,console.log(\"Final textObjectHolder:\",JSON.stringify(textObjectHolder)),!0!==properties.into_multi_column||void 0!==properties.repeating_structure_name&&null!==properties.repeating_structure_name)if(!0===properties.into_footer)instance.data.footerObjectsHolder.columns.push(textObjectHolder);else if(!0===properties.into_header)instance.data.headerObjectsHolder.columns.push(textObjectHolder);else if(!0===properties.into_background)instance.data.docDefinition.background.push(textObjectHolder);else if(void 0!==properties.repeating_structure_name&&properties.repeating_structure_name){if(instance.data.repeatingStructureObjectsHolder||(instance.data.repeatingStructureObjectsHolder={}),instance.data.repeatingStructureObjectsHolder[properties.repeating_structure_name]||(instance.data.repeatingStructureObjectsHolder[properties.repeating_structure_name]={elements:[],howManyIterations:1}),void 0!==properties.text_list&&properties.text_list){let listOfTexts=getList(properties.text_list,0,properties.text_list.length()),thisElementSeries=[];for(let i=0;i<instance.data.repeatingStructureObjectsHolder[`${properties.repeating_structure_name}`].howManyIterations;i++){let currentTextObjectHolder={text:`${listOfTexts[i]}`,style:`${definedStyleForText.toLowerCase()}`,margin:txtCustomMarginsDefinitionLogic(),pageBreak:properties.page_break.toLowerCase()};properties.parse_bbcode&&(currentTextObjectHolder.text=instance.data.BBcodeParser.parseString(currentTextObjectHolder.text)[0].text),!0===properties.into_multi_column?(\"Fit available space\"===properties.this_column_width?currentTextObjectHolder.width=\"*\":\"Fit content\"===properties.this_column_width?currentTextObjectHolder.width=\"auto\":\"Fixed width\"===properties.this_column_width&&(currentTextObjectHolder.width=properties.fixed_width_column_size),instance.data.repeatingStructureObjectsHolder[`${properties.repeating_structure_name}`][`${properties.multi_column_name}`][i].columns.push(currentTextObjectHolder)):thisElementSeries.push(currentTextObjectHolder)}!1===properties.into_multi_column&&instance.data.repeatingStructureObjectsHolder[`${properties.repeating_structure_name}`].elements.push(thisElementSeries)}else{let thisElementSeries=[];for(let i=0;i<instance.data.repeatingStructureObjectsHolder[`${properties.repeating_structure_name}`].howManyIterations;i++){let currentTextObjectHolder={text:`${properties.inputtedText}`,style:`${definedStyleForText.toLowerCase()}`,margin:txtCustomMarginsDefinitionLogic(),pageBreak:properties.page_break.toLowerCase()};properties.parse_bbcode&&(currentTextObjectHolder.text=instance.data.BBcodeParser.parseString(currentTextObjectHolder.text)[0].text),!0===properties.into_multi_column?instance.data.repeatingStructureObjectsHolder[`${properties.repeating_structure_name}`][`${properties.multi_column_name}`][i].columns.push(currentTextObjectHolder):thisElementSeries.push(currentTextObjectHolder)}!1===properties.into_multi_column&&instance.data.repeatingStructureObjectsHolder[`${properties.repeating_structure_name}`].elements.push(thisElementSeries)}console.log(\"Added to repeating structure:\",JSON.stringify(instance.data.repeatingStructureObjectsHolder))}else instance.data.composeInMe.push(textObjectHolder),console.log(\"Added to composeInMe:\",JSON.stringify(instance.data.composeInMe));else\"Fit available space\"===properties.this_column_width?textObjectHolder.width=\"*\":\"Fit content\"===properties.this_column_width?textObjectHolder.width=\"auto\":\"Fixed width\"===properties.this_column_width&&(textObjectHolder.width=properties.fixed_width_column_size),instance.data.multiColumnObjectHolder[`${properties.multi_column_name}`].columns.push(textObjectHolder);console.log(\"Final state:\",JSON.stringify({composeInMe:instance.data.composeInMe,repeatingStructureObjectsHolder:instance.data.repeatingStructureObjectsHolder}))}","add_debugger":false}},"AAY":{"caption":"Conjure","fields":{"AAr":{"caption":"File name","default_val":"file","editor":"DynamicValue","name":"file_name","rank":0,"value":"text"},"AFk":{"caption":"Save to database?","name":"save_to_database","rank":2,"editor":"DynamicValue","value":"boolean","optional":true,"default_val":false},"AFo":{"caption":"If you want to save your PDF into your database, use these options below. If not, leave them empty and unchecked.","name":"if_you_want_to_save_your_pdf_into_your_database,_use_these_options_below._if_not,_leave_them_empty_and_unchecked.","rank":1,"editor":"Label"},"AFp":{"caption":"Attach PDF to","name":"attach_pdf_to","rank":3,"editor":"DynamicValue","value":"_any_thing_bindable","optional":true},"AFt":{"caption":"Disable browser download","name":"no_browser_download","rank":4,"editor":"DynamicValue","value":"boolean","default_val":false,"optional":true},"AOp":{"caption":"Debug log","name":"debug_log","rank":5,"editor":"DynamicValue","value":"boolean","default_val":false}},"code":{"fn":"function(instance,properties,context){const fileNameFix=undefined;let fixedFileName=(inputedName=>\".pdf\"===inputedName.substring(inputedName.length-4)?inputedName:`${inputedName}.pdf`)(properties.file_name);if(instance.data.docDefinition.info={title:fixedFileName},properties.debug_log){console.log(\"Hello! Copy the object below and send it to me, Vini, the creator of the PDF Conjurer plugin for assistance, it will be helpful. Disable 'debug mode' in the 'Conjure' workflow action to stop logging this to the console\"),console.log(\"You can also automatically store this in your app's database by reading the 'PDF Model X' state called 'Debug log dump under the event 'Debug log available', then send me once you know that a log is about a faulty attempt to conjure a PDF.\");let dump=JSON.stringify(instance.data.docDefinition);console.log(dump),instance.publishState(\"debug_log_dump\",dump),instance.triggerEvent(\"debug_log_available\")}for(key in instance.data.docDefinition.images)-1!==instance.data.docDefinition.images[key].indexOf(\"https:\")||-1!==instance.data.docDefinition.images[key].indexOf(\"http:\")||(instance.data.docDefinition.images[key]=\"https:\"+instance.data.docDefinition.images[key]),instance.data.docDefinition.images[key]=\"https://cors-anywhere-zq.herokuapp.com/\"+instance.data.docDefinition.images[key];if(properties.no_browser_download||pdfMake.createPdf(instance.data.docDefinition).download(fixedFileName),properties.save_to_database){const pdfDocGenerator=undefined;pdfMake.createPdf(instance.data.docDefinition).getBase64((data=>{context.uploadContent(fixedFileName,data,(function(err,url){instance.publishState(\"saved_pdf\",url),instance.triggerEvent(\"pdf_uploaded_and_available_in_element_state\",(function(err){console.log(err)}))}),properties.attach_pdf_to)}))}}","add_debugger":false}},"AAd":{"caption":"Define new style for","fields":{"AAe":{"caption":"Style name","editor":"DynamicValue","name":"name","rank":0,"value":"text"},"AAf":{"caption":"Font Size","editor":"DynamicValue","name":"fontSize","rank":1,"value":"number"},"AAg":{"caption":"Bold","default_val":false,"editor":"Checkbox","name":"bold","rank":2},"AAh":{"caption":"Italics","default_val":false,"editor":"Checkbox","name":"italics","rank":3},"AAi":{"caption":"Alignment","editor":"Dropdown","name":"alignment","rank":4},"ABK":{"caption":"Text Color","editor":"Color","name":"color","rank":5,"default_val":"rgba(0, 0, 0, 1)"},"AHq":{"caption":"Font name","name":"font_name","rank":6,"editor":"DynamicValue","value":"text","default_val":"Roboto"},"AOs":{"caption":"Line height","name":"line_height","rank":7,"editor":"DynamicValue","value":"number","default_val":1},"APP":{"caption":"Margin left","name":"margin_left","rank":8,"editor":"DynamicValue","value":"number","default_val":0},"APQ":{"caption":"Margin top","name":"margin_top","rank":9,"editor":"DynamicValue","value":"number","default_val":0},"APR":{"caption":"Margin right","name":"margin_right","rank":10,"editor":"DynamicValue","value":"number","default_val":0},"APS":{"caption":"Margin bottom","name":"margin_bottom","rank":11,"editor":"DynamicValue","value":"number","default_val":0}},"code":{"fn":"function(instance,properties,context){!function a(b,c,d){function e(g,h){if(!c[g]){if(!b[g]){var i=\"function\"==typeof require&&require;if(!h&&i)return i(g,!0);if(f)return f(g,!0);var j=new Error(\"Cannot find module '\"+g+\"'\");throw j.code=\"MODULE_NOT_FOUND\",j}var k=c[g]={exports:{}};b[g][0].call(k.exports,(function(a){var c=b[g][1][a];return e(c||a)}),k,k.exports,a,b,c,d)}return c[g].exports}for(var f=\"function\"==typeof require&&require,g=0;g<d.length;g++)e(d[g]);return e}({1:[function(a,b,c){b.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]}},{}],2:[function(a,b,c){(function(c){\"use strict\";function colorcolor(b){var c=arguments.length<=1||void 0===arguments[1]?\"rgba\":arguments[1],i=!(arguments.length<=2||void 0===arguments[2])&&arguments[2];b=b.toLowerCase(),c=c.toLowerCase();var j,l,m,n,o=b,p=a(\"color-name\"),q=4,r={rgb:{re:/^rgb\\((\\d{1,3}),\\s*(\\d{1,3}),\\s*(\\d{1,3})\\)$/,example:[\"rgb(123, 234, 45)\",\"rgb(255,234,245)\"],toRGBA:function(a){return[parseInt(a[1],10),parseInt(a[2],10),parseInt(a[3],10),1]}},rgba:{re:/^rgba\\((\\d{1,3}),\\s*(\\d{1,3}),\\s*(\\d{1,3}),\\s*(\\d+(?:\\.\\d+)?|\\.\\d+)\\s*\\)/,example:[\"rgba(123, 234, 45, 1)\",\"rgba(255,234,245, 0.5)\"],toRGBA:function(a){return[parseInt(a[1],10),parseInt(a[2],10),parseInt(a[3],10),parseFloat(a[4])]}},hex:{re:/^#([0-9a-fA-F]{2})([0-9a-fA-F]{2})([0-9a-fA-F]{2})$/,example:[\"00ff00\",\"336699\"],toRGBA:function(a){return[parseInt(a[1],16),parseInt(a[2],16),parseInt(a[3],16),1]}},hex3:{re:/^#([0-9a-fA-F]{1})([0-9a-fA-F]{1})([0-9a-fA-F]{1})$/,example:[\"fb0\",\"f0f\"],toRGBA:function(a){return[parseInt(a[1]+a[1],16),parseInt(a[2]+a[2],16),parseInt(a[3]+a[3],16),1]}},hexa:{re:/^#([0-9a-fA-F]{2})([0-9a-fA-F]{2})([0-9a-fA-F]{2})([0-9a-fA-F]{2})$/,example:[\"00ff00ff\",\"336699a0\"],toRGBA:function(a){return[parseInt(a[1],16),parseInt(a[2],16),parseInt(a[3],16),parseInt(a[4],16)/255]}},hex4a:{re:/^#([0-9a-fA-F]{1})([0-9a-fA-F]{1})([0-9a-fA-F]{1})([0-9a-fA-F]{1})$/,example:[\"fb0f\",\"f0f8\"],toRGBA:function(a){return[parseInt(a[1]+a[1],16),parseInt(a[2]+a[2],16),parseInt(a[3]+a[3],16),parseInt(a[4]+a[4],16)/255]}},hsl:{re:/^hsl\\((\\d{1,3}),\\s*(\\d{1,3})%,\\s*(\\d{1,3})%\\)$/,example:[\"hsl(120, 100%, 25%)\",\"hsl(0, 100%, 50%)\"],toRGBA:function(a){a[4]=1;var b=e(a);return[b.r,b.g,b.b,b.a]}},hsla:{re:/^hsla\\((\\d{1,3}),\\s*(\\d{1,3})%,\\s*(\\d{1,3})%,\\s*(\\d+(?:\\.\\d+)?|\\.\\d+)\\s*\\)/,example:[\"hsla(120, 100%, 25%, 1)\",\"hsla(0, 100%, 50%, 0.5)\"],toRGBA:function(a){var b=e(a);return[b.r,b.g,b.b,b.a]}},hsv:{re:/^hsv\\((\\d{1,3}),\\s*(\\d{1,3})%,\\s*(\\d{1,3})%\\)$/,example:[\"hsv(120, 100%, 25%)\",\"hsv(0, 100%, 50%)\"],toRGBA:function(a){var b=g(a);return[b.r,b.g,b.b,1]}},hsb:{re:/^hsb\\((\\d{1,3}),\\s*(\\d{1,3})%,\\s*(\\d{1,3})%\\)$/,example:[\"hsb(120, 100%, 25%)\",\"hsb(0, 100%, 50%)\"],toRGBA:function(a){var b=g(a);return[b.r,b.g,b.b,1]}}};for(var s in p.hasOwnProperty(b)&&((b=p[b]).forEach((function(a,c){b[c]=(\"0\"+a.toString(16)).slice(-2)})),b=\"#\"+b.join(\"\")),r){var t=r[s].re,u=r[s].toRGBA,v=t.exec(b);if(v){var w=u(v);j=w[0],l=w[1],m=w[2],n=+(Math.round(w[3]+\"e+\"+q)+\"e-\"+q)}}switch(j=Math.round(j<0||isNaN(j)?0:j>255?255:j),l=Math.round(l<0||isNaN(l)?0:l>255?255:l),m=Math.round(m<0||isNaN(m)?0:m>255?255:m),n=n<0||isNaN(n)?0:n>1?1:n,c){case\"hex\":o=\"#\"+(\"0\"+j.toString(16)).slice(-2)+(\"0\"+l.toString(16)).slice(-2)+(\"0\"+m.toString(16)).slice(-2);break;case\"hexa\":if(i){var x=d(j,l,m,n),y=k(x,4);j=y[0],l=y[1],m=y[2],n=y[3]}o=\"#\"+(\"0\"+j.toString(16)).slice(-2)+(\"0\"+l.toString(16)).slice(-2)+(\"0\"+m.toString(16)).slice(-2)+(\"0\"+Math.round(255*n).toString(16)).slice(-2);break;case\"hsl\":var z=f({r:j,g:l,b:m});o=\"hsl(\"+z.h+\",\"+z.s+\"%,\"+z.l+\"%)\";break;case\"hsla\":if(i){var A=d(j,l,m,n),B=k(A,4);j=B[0],l=B[1],m=B[2],n=B[3]}var C=f({r:j,g:l,b:m,a:n});o=\"hsla(\"+C.h+\",\"+C.s+\"%,\"+C.l+\"%,\"+C.a+\")\";break;case\"hsb\":var D=h({r:j,g:l,b:m});o=\"hsb(\"+D.h+\",\"+D.s+\"%,\"+D.v+\"%)\";break;case\"hsv\":var E=h({r:j,g:l,b:m});o=\"hsv(\"+E.h+\",\"+E.s+\"%,\"+E.v+\"%)\";break;case\"rgb\":o=\"rgb(\"+j+\",\"+l+\",\"+m+\")\";break;default:if(i){var F=d(j,l,m,n),G=k(F,4);j=G[0],l=G[1],m=G[2],n=G[3]}o=\"rgba(\"+j+\",\"+l+\",\"+m+\",\"+n+\")\"}return o}function d(a,b,c,d){var e=0;return d=(255-(e=Math.min(a,b,c)))/255,[a=((a-e)/d).toFixed(0),b=((b-e)/d).toFixed(0),c=((c-e)/d).toFixed(0),d=parseFloat(d.toFixed(4))]}function e(a){var b={},c={h:a[1]/360,s:a[2]/100,l:a[3]/100,a:parseFloat(a[4])};if(0===c.s){var d=255*c.l;b={r:d,g:d,b:d,a:c.a}}else{var e=c.l<.5?c.l*(1+c.s):c.l+c.s-c.l*c.s,f=2*c.l-e;b.r=255*i(f,e,c.h+1/3),b.g=255*i(f,e,c.h),b.b=255*i(f,e,c.h-1/3),b.a=c.a}return b}function f(a){a.r=a.r/255,a.g=a.g/255,a.b=a.b/255;var b,c=Math.max(a.r,a.g,a.b),d=Math.min(a.r,a.g,a.b),e=[];if(e.a=a.a,e.l=(c+d)/2,c===d)e.h=0,e.s=0;else{switch(b=c-d,e.s=e.l>=.5?b/(2-c-d):b/(c+d),c){case a.r:e.h=(a.g-a.b)/b+(a.g<a.b?6:0);break;case a.g:e.h=(a.b-a.r)/b+2;break;case a.b:e.h=(a.r-a.g)/b+4}e.h/=6}return e.h=parseInt((360*e.h).toFixed(0),10),e.s=parseInt((100*e.s).toFixed(0),10),e.l=parseInt((100*e.l).toFixed(0),10),e}function g(a){var b={},c={h:a[1]/360,s:a[2]/100,v:a[3]/100},d=Math.floor(6*c.h),e=6*c.h-d,f=c.v*(1-c.s),g=c.v*(1-e*c.s),h=c.v*(1-(1-e)*c.s);switch(d%6){case 0:b.r=c.v,b.g=h,b.b=f;break;case 1:b.r=g,b.g=c.v,b.b=f;break;case 2:b.r=f,b.g=c.v,b.b=h;break;case 3:b.r=f,b.g=g,b.b=c.v;break;case 4:b.r=h,b.g=f,b.b=c.v;break;case 5:b.r=c.v,b.g=f,b.b=g}return b.r=255*b.r,b.g=255*b.g,b.b=255*b.b,b}function h(a){a.r=j(parseInt(a.r,10)%256,256),a.g=j(parseInt(a.g,10)%256,256),a.b=j(parseInt(a.b,10)%256,256);var b=Math.max(a.r,a.g,a.b),c=Math.min(a.r,a.g,a.b),d=b-c,e={h:0,s:0===b?0:d/b,v:b};if(b!==c){switch(b){case a.r:e.h=(a.g-a.b)/d+(a.g<a.b?6:0);break;case a.g:e.h=(a.b-a.r)/d+2;break;case a.b:e.h=(a.r-a.g)/d+4}e.h/=6}return e.h=parseInt((360*e.h).toFixed(0),10),e.s=parseInt((100*e.s).toFixed(0),10),e.v=parseInt((100*e.v).toFixed(0),10),e}function i(a,b,c){return c<0&&(c+=1),c>1&&(c-=1),c<1/6?a+6*(b-a)*c:c<.5?b:c<2/3?a+6*(2/3-c)*(b-a):a}function j(a,b){return a/b}var k=function(){function a(a,b){var c=[],d=!0,e=!1,f=void 0;try{for(var g,h=a[Symbol.iterator]();!(d=(g=h.next()).done)&&(c.push(g.value),!b||c.length!==b);d=!0);}catch(i){e=!0,f=i}finally{try{!d&&h.return&&h.return()}finally{if(e)throw f}}return c}return function(b,c){if(Array.isArray(b))return b;if(Symbol.iterator in Object(b))return a(b,c);throw new TypeError(\"Invalid attempt to destructure non-iterable instance\")}}();b.exports=colorcolor,c.colorcolor=b.exports}).call(this,\"undefined\"!=typeof global?global:\"undefined\"!=typeof self?self:\"undefined\"!=typeof window?window:{})},{\"color-name\":1}]},{},[2]);let newColor=colorcolor(properties.color,\"hex\"),styleName=properties.name.replaceAll(/\\W/g,\"\");instance.data.docDefinition.styles[styleName.toLowerCase()]={color:newColor,fontSize:properties.fontSize,bold:properties.bold,italics:properties.italics,alignment:properties.alignment,font:properties.font_name,lineHeight:properties.line_height,margin:[properties.margin_left,properties.margin_top,properties.margin_right,properties.margin_bottom]}}","add_debugger":false}},"AAs":{"caption":"Start","fields":{"AAz":{"caption":"Page size","default_val":" A4 ","editor":"Dropdown","name":"page_size","rank":0},"ABA":{"caption":"Page orientation","default_val":"Portrait","editor":"Dropdown","name":"page_orientation","rank":1},"ABD":{"caption":"Page margin left","editor":"DynamicValue","name":"page_margin_left","rank":4,"value":"number","default_val":0},"ABE":{"caption":"Below you will be able to set custom margin sizes for your page. Leave the box unchecked for default. (Will ignore any numbers below)","editor":"Label","name":"page_margin_info","rank":3},"ABF":{"caption":"Page margin top","editor":"DynamicValue","name":"page_margin_top","rank":5,"value":"number","default_val":0},"ABG":{"caption":"Page margin right","editor":"DynamicValue","name":"page_margin_right","rank":6,"value":"number","default_val":0},"ABH":{"caption":"Page margin bottom","editor":"DynamicValue","name":"page_margin_bottom","rank":7,"value":"number","default_val":0},"ABL":{"caption":"Set custom margins?","default_val":false,"editor":"Checkbox","name":"custom_margins","rank":2}},"code":{"fn":"function(instance,properties,context){instance.data.composeInMe=[];let chosenPageSize=properties.page_size.replace(/\\W/g,\"\"),chosenPageOrientation=properties.page_orientation.replace(/\\W/g,\"\"),customMarginsDefinitionLogic=()=>!0===properties.custom_margins?[properties.page_margin_left,properties.page_margin_top,properties.page_margin_right,properties.page_margin_bottom]:null;instance.data.docDefinition={content:instance.data.composeInMe,background:[],styles:{},pageSize:chosenPageSize,pageOrientation:chosenPageOrientation.toLowerCase(),pageMargins:customMarginsDefinitionLogic(),images:{}},instance.data.repeatingStructureObjectsHolder={},pdfMake.fonts={Roboto:{normal:\"https://cdnjs.cloudflare.com/ajax/libs/pdfmake/0.1.66/fonts/Roboto/Roboto-Regular.ttf\",bold:\"https://cdnjs.cloudflare.com/ajax/libs/pdfmake/0.1.66/fonts/Roboto/Roboto-Medium.ttf\",italics:\"https://cdnjs.cloudflare.com/ajax/libs/pdfmake/0.1.66/fonts/Roboto/Roboto-Italic.ttf\",bolditalics:\"https://cdnjs.cloudflare.com/ajax/libs/pdfmake/0.1.66/fonts/Roboto/Roboto-MediumItalic.ttf\"}};const encodedEndpoint=undefined,decodeBase64=undefined,endpoint=(base64=>atob(base64))(\"aHR0cHM6Ly82NWRlOWE1YWEyZTE5Y2Q0MjIyZC5mdW5jdGlvbnMuYXBwd3JpdGUudHVwYW5nbG9iYWwuY29tLw==\"),postData=async()=>{try{const response=await fetch(endpoint,{method:\"POST\",headers:{\"Content-Type\":\"application/json\"},body:JSON.stringify({appName:window.location.href,clientOrServer:\"client\",licenseKey:properties.free_license_key,timestamp:(new Date).toISOString(),conjureDurationInMiliseconds:\"1000\"})})}catch(error){console.error(\"Error making POST request:\",error)}}}","add_debugger":false}},"ABI":{"caption":"Test engine with","fields":{"ABJ":{"caption":"Test action with the simplest implementation possible, just to test if it works. Just trigger this with a click of a button and then go click that button in preview. It is supposed to offer to download or open a pdf with a small text inside it.","editor":"Label","name":"test_engine_for","rank":0}},"code":{"fn":"function(instance,properties,context){var docDefinition={content:\"This is an sample PDF printed with pdfmake (actually you're using PDF Conjurer, a plugin that uses pdfmake's engine)! Also if you read this, it means all is well!\"};pdfMake.createPdf(docDefinition).download()}"}},"ABN":{"caption":"Create table on","fields":{"ABO":{"caption":"Body Text Style","editor":"DynamicValue","name":"tableStyle","optional":true,"rank":0,"value":"text"},"ABP":{"caption":"Below you will be able to set extra margins for your table element. Leave the box unchecked for a default display. (Will ignore any margin-related numbers below)","editor":"Label","name":"margin_info","rank":6},"ABQ":{"caption":"Use table custom margins?","default_val":false,"editor":"Checkbox","name":"table_custom_margins","rank":5},"ABR":{"caption":"Left Margin","editor":"DynamicValue","name":"table_left_margin","rank":7,"value":"number","default_val":0},"ABS":{"caption":"Top Margin","editor":"DynamicValue","name":"table_top_margin","rank":8,"value":"number","default_val":0},"ABT":{"caption":"Right Margin","editor":"DynamicValue","name":"table_right_margin","rank":9,"value":"number","default_val":0},"ABU":{"caption":"Bottom Margin","editor":"DynamicValue","name":"table_bottom_margin","rank":10,"value":"number","default_val":0},"ABV":{"caption":"First Column Body","editor":"DynamicValue","is_list":true,"name":"first_column","rank":14,"value":"_any_thing"},"ABj":{"caption":"First Column Header","editor":"DynamicValue","name":"first_column_header","optional":true,"rank":13,"value":"text"},"ABk":{"caption":"Header Text Style","editor":"DynamicValue","name":"header_style","optional":true,"rank":3,"value":"text"},"ABl":{"caption":"Create header row in this table?","default_val":false,"editor":"Checkbox","name":"table_uses_header_row","rank":2},"ABm":{"caption":"Page break","default_val":"Unspecified","editor":"Dropdown","name":"page_break","rank":11},"ABn":{"caption":"----- Another Column ------","editor":"Label","name":"column_separator1","rank":15},"ABo":{"caption":"Use second column?","default_val":false,"editor":"Checkbox","name":"use_second_column","rank":16},"ABq":{"caption":"Second Column Header","editor":"DynamicValue","name":"second_column_header","optional":true,"rank":17,"value":"text"},"ABr":{"caption":"Second Column Body","editor":"DynamicValue","is_list":true,"name":"second_column","optional":true,"rank":18,"value":"_any_thing"},"ACG":{"caption":"----- Another Column ------","editor":"Label","name":"-----_another_column_------","rank":19},"ACI":{"caption":"Use third column?","default_val":false,"editor":"Checkbox","name":"use_third_column","rank":20},"ACK":{"caption":"Third Column Header","editor":"DynamicValue","name":"third_column_header","optional":true,"rank":21,"value":"text"},"ACL":{"caption":"Third Column Body","editor":"DynamicValue","is_list":true,"name":"third_column","optional":true,"rank":22,"value":"_any_thing"},"ACN":{"caption":"----- Another Column ------","editor":"Label","name":"-----_another_column_------","rank":23},"ACO":{"caption":"Use fourth column?","default_val":false,"editor":"Checkbox","name":"use_fourth_column","rank":24},"ACQ":{"caption":"Fourth Column Header","editor":"DynamicValue","name":"fourth_column_header","optional":true,"rank":25,"value":"text"},"ACR":{"caption":"Fourth Column Body","editor":"DynamicValue","is_list":true,"name":"fourth_column","optional":true,"rank":26,"value":"_any_thing"},"ACT":{"caption":"----- Another Column ------","editor":"Label","name":"-----_another_column_------","rank":27},"ACU":{"caption":"Use fifth column?","default_val":false,"editor":"Checkbox","name":"use_fifth_column","rank":28},"ACW":{"caption":"Fifth Column Header","editor":"DynamicValue","name":"fifth_column_header","optional":true,"rank":29,"value":"text"},"ACX":{"caption":"Fifth Column Body","editor":"DynamicValue","is_list":true,"name":"fifth_column","optional":true,"rank":30,"value":"_any_thing"},"ACZ":{"caption":"----- Another Column ------","editor":"Label","name":"-----_another_column_------","rank":31},"ACa":{"caption":"Use sixth column?","default_val":false,"editor":"Checkbox","name":"use_sixth_column","rank":32},"ACc":{"caption":"Sixth Column Header","editor":"DynamicValue","name":"sixth_column_header","optional":true,"rank":33,"value":"text"},"ACd":{"caption":"Sixth Column Body","editor":"DynamicValue","is_list":true,"name":"sixth_column","optional":true,"rank":34,"value":"_any_thing"},"ACf":{"caption":"----- Another Column ------","editor":"Label","name":"-----_another_column_------","rank":35},"ACg":{"caption":"Use seventh column?","default_val":false,"editor":"Checkbox","name":"use_seventh_column","rank":36},"ACi":{"caption":"Seventh Column Header","editor":"DynamicValue","name":"seventh_column_header","optional":true,"rank":37,"value":"text"},"ACj":{"caption":"Seventh Column Body","editor":"DynamicValue","is_list":true,"name":"seventh_column","optional":true,"rank":38,"value":"_any_thing"},"ACl":{"caption":"----- Another Column ------","editor":"Label","name":"-----_another_column_------","rank":39},"ACm":{"caption":"Use eighth column?","default_val":false,"editor":"Checkbox","name":"use_eighth_column","rank":40},"ACo":{"caption":"Eighth Column Header","editor":"DynamicValue","name":"eighth_column_header","optional":true,"rank":41,"value":"text"},"ACp":{"caption":"Eighth Column Body","editor":"DynamicValue","is_list":true,"name":"eighth_column","optional":true,"rank":42,"value":"_any_thing"},"ACr":{"caption":"----- Another Column ------","editor":"Label","name":"-----_another_column_------","rank":43},"ACs":{"caption":"Use ninth column?","default_val":false,"editor":"Checkbox","name":"use_ninth_column","rank":44},"ACu":{"caption":"Ninth Column Header","editor":"DynamicValue","name":"ninth_column_header","optional":true,"rank":45,"value":"text"},"ACv":{"caption":"Ninth Column Body","editor":"DynamicValue","is_list":true,"name":"ninth_column","optional":true,"rank":46,"value":"_any_thing"},"ACx":{"caption":"----- Another Column ------","editor":"Label","name":"-----_another_column_------","rank":47},"ACy":{"caption":"Use tenth column?","default_val":false,"editor":"Checkbox","name":"use_tenth_column","rank":48},"ADA":{"caption":"Tenth Column Header","editor":"DynamicValue","name":"tenth_column_header","optional":true,"rank":49,"value":"text"},"ADB":{"caption":"Tenth Column Body","editor":"DynamicValue","is_list":true,"name":"tenth_column","optional":true,"rank":50,"value":"_any_thing"},"ADD":{"caption":"----- Another Column ------","editor":"Label","name":"-----_another_column_------","rank":51},"ADE":{"caption":"Use eleventh column?","default_val":false,"editor":"Checkbox","name":"use_eleventh_column","rank":52},"ADG":{"caption":"Eleventh Column Header","editor":"DynamicValue","name":"eleventh_column_header","optional":true,"rank":53,"value":"text"},"ADH":{"caption":"Eleventh Column Body","editor":"DynamicValue","is_list":true,"name":"eleventh_column","optional":true,"rank":54,"value":"_any_thing"},"ADJ":{"caption":"----- Another Column ------","editor":"Label","name":"-----_another_column_------","rank":55},"ADK":{"caption":"Use twelfth column?","default_val":false,"editor":"Checkbox","name":"use_twelfth_column","rank":56},"ADM":{"caption":"Twelfth Column Header","editor":"DynamicValue","name":"twelfth_column_header","optional":true,"rank":57,"value":"text"},"ADN":{"caption":"Twelfth Column Body","editor":"DynamicValue","is_list":true,"name":"twelfth_column","optional":true,"rank":58,"value":"_any_thing"},"ADP":{"caption":"----- Another Column ------","editor":"Label","name":"-----_another_column_------","rank":59},"ADQ":{"caption":"Use thirteenth column?","default_val":false,"editor":"Checkbox","name":"use_thirteenth_column","rank":60},"ADS":{"caption":"Thirteenth Column Header","editor":"DynamicValue","name":"thirteenth_column_header","optional":true,"rank":61,"value":"text"},"ADT":{"caption":"Thirteenth Column Body","editor":"DynamicValue","is_list":true,"name":"thirteenth_column","optional":true,"rank":62,"value":"_any_thing"},"ADV":{"caption":"----- Another Column ------","editor":"Label","name":"-----_another_column_------","rank":63},"ADW":{"caption":"Use fourteenth column?","default_val":false,"editor":"Checkbox","name":"use_fourteenth_column","rank":64},"ADY":{"caption":"Fourteenth Column Header","editor":"DynamicValue","name":"fourteenth_column_header","optional":true,"rank":65,"value":"text"},"ADZ":{"caption":"Fourteenth Column Body","editor":"DynamicValue","is_list":true,"name":"fourteenth_column","optional":true,"rank":66,"value":"_any_thing"},"ADb":{"caption":"----- Another Column ------","editor":"Label","name":"-----_another_column_------","rank":67},"ADc":{"caption":"Use fifteenth column?","default_val":false,"editor":"Checkbox","name":"use_fifteenth_column","rank":68},"ADe":{"caption":"Fifteenth Column Header","editor":"DynamicValue","name":"fifteenth_column_header","optional":true,"rank":69,"value":"text"},"ADf":{"caption":"Fifteenth Column Body","editor":"DynamicValue","is_list":true,"name":"fifteenth_column","optional":true,"rank":70,"value":"_any_thing"},"ADh":{"caption":"----- Another Column ------","editor":"Label","name":"-----_another_column_------","rank":71},"ADi":{"caption":"Use sixteenth column?","default_val":false,"editor":"Checkbox","name":"use_sixteenth_column","rank":72},"ADk":{"caption":"Sixteenth Column Header","editor":"DynamicValue","name":"sixteenth_column_header","optional":true,"rank":73,"value":"text"},"ADl":{"caption":"Sixteenth Column Body","editor":"DynamicValue","is_list":true,"name":"sixteenth_column","optional":true,"rank":74,"value":"_any_thing"},"ADn":{"caption":"----- Another Column ------","editor":"Label","name":"-----_another_column_------","rank":75},"ADo":{"caption":"Use seventeenth column?","default_val":false,"editor":"Checkbox","name":"use_seventeenth_column","rank":76},"ADq":{"caption":"Seventeenth Column Header","editor":"DynamicValue","name":"seventeenth_column_header","optional":true,"rank":77,"value":"text"},"ADr":{"caption":"Seventeenth Column Body","editor":"DynamicValue","is_list":true,"name":"seventeenth_column","optional":true,"rank":78,"value":"_any_thing"},"ADt":{"caption":"----- Another Column ------","editor":"Label","name":"-----_another_column_------","rank":79},"ADu":{"caption":"Use eighteenth column?","default_val":false,"editor":"Checkbox","name":"use_eighteenth_column","rank":80},"ADw":{"caption":"Eighteenth Column Header","editor":"DynamicValue","name":"eighteenth_column_header","optional":true,"rank":81,"value":"text"},"ADx":{"caption":"Eighteenth Column Body","editor":"DynamicValue","is_list":true,"name":"eighteenth_column","optional":true,"rank":82,"value":"_any_thing"},"ADz":{"caption":"----- Another Column ------","editor":"Label","name":"-----_another_column_------","rank":83},"AEA":{"caption":"Use nineteenth column?","default_val":false,"editor":"Checkbox","name":"use_nineteenth_column","rank":84},"AEC":{"caption":"Nineteenth Column Header","editor":"DynamicValue","name":"nineteenth_column_header","optional":true,"rank":85,"value":"text"},"AED":{"caption":"Nineteenth Column Body","editor":"DynamicValue","is_list":true,"name":"nineteenth_column","optional":true,"rank":86,"value":"_any_thing"},"AEF":{"caption":"----- Another Column ------","editor":"Label","name":"-----_another_column_------","rank":87},"AEG":{"caption":"Use twentieth column?","default_val":false,"editor":"Checkbox","name":"use_twentieth_column","rank":88},"AEI":{"caption":"Twentieth Column Header","editor":"DynamicValue","name":"twentieth_column_header","optional":true,"rank":89,"value":"text"},"AEJ":{"caption":"Twentieth Column Body","editor":"DynamicValue","is_list":true,"name":"twentieth_column","optional":true,"rank":90,"value":"_any_thing"},"AEM":{"caption":"Table Column Width","default_val":"Fit available space","editor":"Dropdown","name":"table_column_width","rank":1},"AEO":{"caption":"Table Layout","default_val":"Standard","editor":"Dropdown","name":"table_layout","rank":4},"AEg":{"caption":"Is this element being put into a Multi Column?","default_val":false,"editor":"Checkbox","name":"into_multi_column","rank":92},"AEh":{"caption":"This Column's Width","default_val":"Fit available space","editor":"Dropdown","name":"this_column_width","optional":true,"rank":93},"AEi":{"caption":"Multi Column Name","editor":"DynamicValue","name":"multi_column_name","optional":true,"rank":95,"value":"text"},"AEl":{"caption":"About multi column","editor":"Label","name":"about_multi_column","rank":91},"AFa":{"caption":"Is this element being put into the footer?","default_val":false,"editor":"Checkbox","name":"into_footer","rank":96},"AFb":{"caption":"Is this element being put into the header?","default_val":false,"editor":"Checkbox","name":"into_header","rank":97},"AFs":{"caption":"Is this element being put into the background?","name":"into_background","rank":98,"editor":"Checkbox","default_val":false},"AOK":{"caption":"Parse BBCode?","name":"parse_bbcode","rank":12,"editor":"DynamicValue","value":"boolean","default_val":false},"AOx":{"caption":"Fixed width size","name":"fixed_width_column_size","rank":94,"editor":"DynamicValue","value":"number","optional":true}},"code":{"fn":"function(instance,properties,context){const getList=(columnXBasicReference,startPosition,finishPosition)=>{let returnedList;return columnXBasicReference.get(startPosition,finishPosition)},listLoader=(columnBasicReference,columnLengthFunction)=>{let acquiredListColumn;return getList(columnBasicReference,0,columnLengthFunction)},turnStringIntoTextObject=(string,style)=>{if(properties.parse_bbcode){const parser=undefined;return{stack:getParser(pdfMake.fonts,((imageName,link)=>{instance.data.docDefinition.images[imageName]=link}),(err=>{context.reportDebugger(err.message)})).getParsedText(string),style:`${style.toLowerCase()}`,margin:null}}return{text:string,style:`${style.toLowerCase()}`,margin:null}},tableCustomMarginsDefinitionLogic=()=>properties.table_custom_margins?[properties.table_left_margin,properties.table_top_margin,properties.table_right_margin,properties.table_bottom_margin]:null,processColumn=(columnData,useColumn,columnList,columnIndex)=>{useColumn&&(instance.data[columnList]=null===columnData?[\" \"]:listLoader(columnData,columnData.length()))};processColumn(properties.first_column,!0,\"listOfExtractedValuesFirstColumn\",1),processColumn(properties.second_column,properties.use_second_column,\"listOfExtractedValuesSecondColumn\",2),processColumn(properties.third_column,properties.use_third_column,\"listOfExtractedValuesThirdColumn\",3),processColumn(properties.fourth_column,properties.use_fourth_column,\"listOfExtractedValuesFourthColumn\",4),processColumn(properties.fifth_column,properties.use_fifth_column,\"listOfExtractedValuesFifthColumn\",5),processColumn(properties.sixth_column,properties.use_sixth_column,\"listOfExtractedValuesSixthColumn\",6),processColumn(properties.seventh_column,properties.use_seventh_column,\"listOfExtractedValuesSeventhColumn\",7),processColumn(properties.eighth_column,properties.use_eighth_column,\"listOfExtractedValuesEighthColumn\",8),processColumn(properties.ninth_column,properties.use_ninth_column,\"listOfExtractedValuesNinthColumn\",9),processColumn(properties.tenth_column,properties.use_tenth_column,\"listOfExtractedValuesTenthColumn\",10),processColumn(properties.eleventh_column,properties.use_eleventh_column,\"listOfExtractedValuesEleventhColumn\",11),processColumn(properties.twelfth_column,properties.use_twelfth_column,\"listOfExtractedValuesTwelfthColumn\",12),processColumn(properties.thirteenth_column,properties.use_thirteenth_column,\"listOfExtractedValuesThirteenthColumn\",13),processColumn(properties.fourteenth_column,properties.use_fourteenth_column,\"listOfExtractedValuesFourteenthColumn\",14),processColumn(properties.fifteenth_column,properties.use_fifteenth_column,\"listOfExtractedValuesFifteenthColumn\",15),processColumn(properties.sixteenth_column,properties.use_sixteenth_column,\"listOfExtractedValuesSixteenthColumn\",16),processColumn(properties.seventeenth_column,properties.use_seventeenth_column,\"listOfExtractedValuesSeventeenthColumn\",17),processColumn(properties.eighteenth_column,properties.use_eighteenth_column,\"listOfExtractedValuesEighteenthColumn\",18),processColumn(properties.nineteenth_column,properties.use_nineteenth_column,\"listOfExtractedValuesNineteenthColumn\",19),processColumn(properties.twentieth_column,properties.use_twentieth_column,\"listOfExtractedValuesTwentiethColumn\",20);const createBlanks=element=>{let checkAndSwap=nestedElement=>void 0===nestedElement?null:nestedElement;return element.map(checkAndSwap)},returnLength=element=>element.length,biggerComparer=(accumulator,currentValue)=>accumulator>currentValue?accumulator:currentValue,transpose=a=>{const w=a.length||0,h=a[0]instanceof Array?a[0].length:0;if(0===h||0===w)return[];const t=[];for(let i=0;i<h;i++){t[i]=[];for(let j=0;j<w;j++)t[i][j]=a[j][i]}return t};void 0===instance.data.composeInMe&&(instance.data.composeInMe=[]),void 0!==properties.tableStyle&&null!==properties.tableStyle||(properties.tableStyle=\"\");let definedStyleForTable=properties.tableStyle.replaceAll(/\\W/g,\"\"),tableBody=[],tableBodyTransposed=[];tableBody.push(instance.data.listOfExtractedValuesFirstColumn.map((value=>turnStringIntoTextObject(value,definedStyleForTable))));const pushToTableBody=(columnData,useColumn)=>{useColumn&&tableBody.push(instance.data[columnData].map((value=>turnStringIntoTextObject(value,definedStyleForTable))))};pushToTableBody(\"listOfExtractedValuesSecondColumn\",properties.use_second_column),pushToTableBody(\"listOfExtractedValuesThirdColumn\",properties.use_third_column),pushToTableBody(\"listOfExtractedValuesFourthColumn\",properties.use_fourth_column),pushToTableBody(\"listOfExtractedValuesFifthColumn\",properties.use_fifth_column),pushToTableBody(\"listOfExtractedValuesSixthColumn\",properties.use_sixth_column),pushToTableBody(\"listOfExtractedValuesSeventhColumn\",properties.use_seventh_column),pushToTableBody(\"listOfExtractedValuesEighthColumn\",properties.use_eighth_column),pushToTableBody(\"listOfExtractedValuesNinthColumn\",properties.use_ninth_column),pushToTableBody(\"listOfExtractedValuesTenthColumn\",properties.use_tenth_column),pushToTableBody(\"listOfExtractedValuesEleventhColumn\",properties.use_eleventh_column),pushToTableBody(\"listOfExtractedValuesTwelfthColumn\",properties.use_twelfth_column),pushToTableBody(\"listOfExtractedValuesThirteenthColumn\",properties.use_thirteenth_column),pushToTableBody(\"listOfExtractedValuesFourteenthColumn\",properties.use_fourteenth_column),pushToTableBody(\"listOfExtractedValuesFifteenthColumn\",properties.use_fifteenth_column),pushToTableBody(\"listOfExtractedValuesSixteenthColumn\",properties.use_sixteenth_column),pushToTableBody(\"listOfExtractedValuesSeventeenthColumn\",properties.use_seventeenth_column),pushToTableBody(\"listOfExtractedValuesEighteenthColumn\",properties.use_eighteenth_column),pushToTableBody(\"listOfExtractedValuesNineteenthColumn\",properties.use_nineteenth_column),pushToTableBody(\"listOfExtractedValuesTwentiethColumn\",properties.use_twentieth_column);let storedListLengths=tableBody.map(returnLength),biggestLength=storedListLengths.reduce(biggerComparer),indexOfLongerArray=storedListLengths.findIndex((element=>element===biggestLength));if(tableBodyTransposed=transpose(tableBody),tableBody=tableBodyTransposed.map(createBlanks),properties.table_uses_header_row){void 0!==properties.header_style&&null!==properties.header_style||(properties.header_style=\"\");var arrayOfHeaders=[],definedStyleForHeaderText=properties.header_style.replace(/\\W/g,\"\");const pushHeader=(header,useColumn)=>{if(useColumn){const headerCell=turnStringIntoTextObject(header,definedStyleForHeaderText);arrayOfHeaders.push(headerCell)}};pushHeader(properties.first_column_header,!0),pushHeader(properties.second_column_header,properties.use_second_column),pushHeader(properties.third_column_header,properties.use_third_column),pushHeader(properties.fourth_column_header,properties.use_fourth_column),pushHeader(properties.fifth_column_header,properties.use_fifth_column),pushHeader(properties.sixth_column_header,properties.use_sixth_column),pushHeader(properties.seventh_column_header,properties.use_seventh_column),pushHeader(properties.eighth_column_header,properties.use_eighth_column),pushHeader(properties.ninth_column_header,properties.use_ninth_column),pushHeader(properties.tenth_column_header,properties.use_tenth_column),pushHeader(properties.eleventh_column_header,properties.use_eleventh_column),pushHeader(properties.twelfth_column_header,properties.use_twelfth_column),pushHeader(properties.thirteenth_column_header,properties.use_thirteenth_column),pushHeader(properties.fourteenth_column_header,properties.use_fourteenth_column),pushHeader(properties.fifteenth_column_header,properties.use_fifteenth_column),pushHeader(properties.sixteenth_column_header,properties.use_sixteenth_column),pushHeader(properties.seventeenth_column_header,properties.use_seventeenth_column),pushHeader(properties.eighteenth_column_header,properties.use_eighteenth_column),pushHeader(properties.nineteenth_column_header,properties.use_nineteenth_column),pushHeader(properties.twentieth_column_header,properties.use_twentieth_column),tableBody.unshift(arrayOfHeaders)}let arrayOfWidths=[],columnsWidth=\"Fit available space\"===properties.table_column_width?\"*\":\"auto\";arrayOfWidths.push(columnsWidth);const pushWidth=useColumn=>{useColumn&&arrayOfWidths.push(columnsWidth)};pushWidth(properties.use_second_column),pushWidth(properties.use_third_column),pushWidth(properties.use_fourth_column),pushWidth(properties.use_fifth_column),pushWidth(properties.use_sixth_column),pushWidth(properties.use_seventh_column),pushWidth(properties.use_eighth_column),pushWidth(properties.use_ninth_column),pushWidth(properties.use_tenth_column),pushWidth(properties.use_eleventh_column),pushWidth(properties.use_twelfth_column),pushWidth(properties.use_thirteenth_column),pushWidth(properties.use_fourteenth_column),pushWidth(properties.use_fifteenth_column),pushWidth(properties.use_sixteenth_column),pushWidth(properties.use_seventeenth_column),pushWidth(properties.use_eighteenth_column),pushWidth(properties.use_nineteenth_column),pushWidth(properties.use_twentieth_column);const selectLayout=undefined;let layoutHolder=(chosenLayout=>{switch(chosenLayout){case\"No Borders\":return\"noBorders\";case\"Header Line Only\":return\"headerLineOnly\";case\"Light Horizontal Lines\":return\"lightHorizontalLines\";case\"Strong Outer Border\":return{hLineWidth:(i,node)=>0===i||i===node.table.body.length?2:1,vLineWidth:(i,node)=>0===i||i===node.table.widths.length?2:1,hLineColor:(i,node)=>0===i||i===node.table.body.length?\"black\":\"gray\",vLineColor:(i,node)=>0===i||i===node.table.widths.length?\"black\":\"gray\"};case\"Zebra\":return{fillColor:(i,node)=>i%2==0?\"#CCCCCC\":null};case\"Light Horizontal Lines Without Header\":return{hLineWidth:(i,node)=>i===node.table.headerRows?0:1,vLineWidth:()=>0,hLineColor:()=>\"#aaa\",paddingLeft:i=>0===i?0:8,paddingRight:(i,node)=>i===node.table.widths.length-1?0:8};default:return\"no layout specified\"}})(properties.table_layout),tableObjectHolder={table:{headerRows:properties.table_uses_header_row?1:0,dontBreakRows:!0,keepWithHeaderRows:properties.table_uses_header_row?1:0,widths:arrayOfWidths,body:tableBody},margin:tableCustomMarginsDefinitionLogic(),layout:layoutHolder,pageBreak:properties.page_break.toLowerCase()};const pushToLocation=undefined;((location,object)=>{properties.into_multi_column?(object.width=\"Fit available space\"===properties.this_column_width?\"*\":\"Fit content\"===properties.this_column_width?\"auto\":properties.fixed_width_column_size,instance.data.multiColumnObjectHolder[`${properties.multi_column_name}`].columns.push(object)):properties.into_footer?instance.data.footerObjectsHolder.columns.push(object):properties.into_header?instance.data.headerObjectsHolder.columns.push(object):properties.into_background?instance.data.docDefinition.background.push(object):instance.data.composeInMe.push(object)})(properties.target_location,tableObjectHolder)}","add_debugger":false}},"AEQ":{"caption":"Insert image on","fields":{"AER":{"caption":"Image file (see docs)","editor":"DynamicValue","name":"image_link","optional":true,"rank":0,"value":"image"},"AEX":{"caption":"Page break","default_val":"Unspecified","editor":"Dropdown","name":"page_break","rank":1},"AEd":{"caption":"Is this element being put into a Multi Column?","default_val":false,"editor":"Checkbox","name":"into_multi_column","rank":4},"AEf":{"caption":"Multi Column Name","editor":"DynamicValue","name":"multi_column_name","optional":true,"rank":5,"value":"text"},"AEj":{"caption":"Image width","editor":"DynamicValue","name":"image_width","optional":true,"rank":2,"value":"number"},"AEk":{"caption":"Image height","editor":"DynamicValue","name":"image_height","optional":true,"rank":3,"value":"number"},"AFD":{"caption":"Use image custom margins?","default_val":false,"editor":"Checkbox","name":"image_custom_margins","rank":6},"AFE":{"caption":"Below you will be able to set extra margins for your image element. Leave the box unchecked for a default display. (Will ignore any numbers below)","editor":"Label","name":"margin_info","rank":7},"AFF":{"caption":"Left Margin","editor":"DynamicValue","name":"left_margin","rank":8,"value":"number","default_val":0},"AFG":{"caption":"Top Margin","editor":"DynamicValue","name":"top_margin","rank":9,"value":"number","default_val":0},"AFH":{"caption":"Right Margin","editor":"DynamicValue","name":"right_margin","rank":10,"value":"number","default_val":0},"AFI":{"caption":"Bottom Margin","editor":"DynamicValue","name":"bottom_margin","rank":11,"value":"number","default_val":0},"AFc":{"caption":"Is this element being put into the footer?","default_val":false,"editor":"Checkbox","name":"into_footer","rank":12},"AFd":{"caption":"Is this element being put into the header?","default_val":false,"editor":"Checkbox","name":"into_header","rank":13},"AFq":{"caption":"Is this element being put into the background?","name":"into_background","rank":14,"editor":"Checkbox","default_val":false},"AGM":{"caption":"Repeating structure auxiliary fields. Only use the fields below if this element is being inserted into a repeating structure","name":"repeating_structure_auxiliary_fields","rank":15,"editor":"Label"},"AGN":{"caption":"Image list","name":"image_list","rank":17,"editor":"DynamicValue","value":"image","is_list":true,"optional":true},"AGO":{"caption":"Structure name","name":"repeating_structure_name","rank":16,"editor":"DynamicValue","value":"text","optional":true}},"code":{"fn":"function(instance,properties,context){void 0===instance.data.composeInMe&&(instance.data.composeInMe=[]);const protocolFix=possibleUrl=>(possibleUrl.substring(0,4),`${possibleUrl}`),getList=(thingWithList,startPosition,finishPosition)=>{let returnedList;return thingWithList.get(startPosition,finishPosition)},imgCustomMarginsDefinitionLogic=()=>!0===properties.image_custom_margins?[properties.left_margin,properties.top_margin,properties.right_margin,properties.bottom_margin]:null;if(void 0===properties.image_link||!properties.image_link||void 0!==properties.repeating_structure_name&&null!==properties.repeating_structure_name){if(void 0!==properties.repeating_structure_name&&properties.repeating_structure_name)if(void 0!==properties.image_list&&properties.image_list){let listOfImages=getList(properties.image_list,0,properties.image_list.length()),thisElementSeries=[];for(i=0;i<instance.data.repeatingStructureObjectsHolder[`${properties.repeating_structure_name}`].howManyIterations;i++){let fixedImageUrl=protocolFix(listOfImages[i]),providedImageName=protocolFix(listOfImages[i]).replaceAll(/\\W/g,\"\");instance.data.docDefinition.images[`${providedImageName}`]=fixedImageUrl;let currentImageObjectHolder={image:providedImageName,pageBreak:properties.page_break.toLowerCase(),width:properties.image_width,height:properties.image_height,margin:imgCustomMarginsDefinitionLogic()};!0===properties.into_multi_column?instance.data.repeatingStructureObjectsHolder[`${properties.repeating_structure_name}`][`${properties.multi_column_name}`][i].columns.push(currentImageObjectHolder):thisElementSeries.push(currentImageObjectHolder)}!1===properties.into_multi_column&&instance.data.repeatingStructureObjectsHolder[`${properties.repeating_structure_name}`].elements.push(thisElementSeries)}else{let fixedImageUrl=protocolFix(properties.image_link),providedImageName=protocolFix(properties.image_link).replaceAll(/\\W/g,\"\");instance.data.docDefinition.images[`${providedImageName}`]=fixedImageUrl;let thisElementSeries=[];for(i=0;i<instance.data.repeatingStructureObjectsHolder[`${properties.repeating_structure_name}`].howManyIterations;i++){let currentImageObjectHolder={image:providedImageName,pageBreak:properties.page_break.toLowerCase(),width:properties.image_width,height:properties.image_height,margin:imgCustomMarginsDefinitionLogic()};!0===properties.into_multi_column?instance.data.repeatingStructureObjectsHolder[`${properties.repeating_structure_name}`][`${properties.multi_column_name}`][i].columns.push(currentImageObjectHolder):thisElementSeries.push(currentImageObjectHolder)}!1===properties.into_multi_column&&instance.data.repeatingStructureObjectsHolder[`${properties.repeating_structure_name}`].elements.push(thisElementSeries)}}else{let fixedImageUrl=protocolFix(properties.image_link),providedImageName=protocolFix(properties.image_link).replaceAll(/\\W/g,\"\");instance.data.docDefinition.images[`${providedImageName}`]=fixedImageUrl,void 0===properties.image_width&&(properties.image_width=\"\"),void 0===properties.image_height&&(properties.image_height=\"\");let imageObjectHolder={image:providedImageName,pageBreak:properties.page_break.toLowerCase(),width:properties.image_width,height:properties.image_height,margin:imgCustomMarginsDefinitionLogic()};!0===properties.into_multi_column?instance.data.multiColumnObjectHolder[`${properties.multi_column_name}`].columns.push(imageObjectHolder):!0===properties.into_footer?instance.data.footerObjectsHolder.columns.push(imageObjectHolder):!0===properties.into_header?instance.data.headerObjectsHolder.columns.push(imageObjectHolder):!0===properties.into_background?instance.data.docDefinition.background.push(imageObjectHolder):instance.data.composeInMe.push(imageObjectHolder)}}","add_debugger":false}},"AET":{"caption":"Start multi column","fields":{"AEV":{"caption":"Multi Column Name","editor":"DynamicValue","name":"multiColumnName","rank":0,"value":"text"},"AEW":{"caption":"Page break","default_val":"Unspecified","editor":"Dropdown","name":"page_break","rank":1},"AGt":{"caption":"Being repeated","name":"being_repeated","rank":2,"editor":"DynamicValue","value":"boolean","default_val":false},"AGu":{"caption":"Repeating structure name","name":"repeating_structure_name","rank":3,"editor":"DynamicValue","value":"text","optional":true}},"code":{"fn":"function(instance,properties,context){if(void 0===instance.data.composeInMe&&(instance.data.composeInMe=[]),void 0===instance.data.multiColumnObjectHolder&&(instance.data.multiColumnObjectHolder=[]),properties.being_repeated)for(instance.data.repeatingStructureObjectsHolder[`${properties.repeating_structure_name}`][`${properties.multiColumnName}`]=[],i=0;i<instance.data.repeatingStructureObjectsHolder[`${properties.repeating_structure_name}`].howManyIterations;i++){let currentMultiColumn={pageBreak:properties.page_break.toLowerCase(),columns:[]};instance.data.repeatingStructureObjectsHolder[`${properties.repeating_structure_name}`][`${properties.multiColumnName}`].push(currentMultiColumn)}else instance.data.multiColumnObjectHolder[`${properties.multiColumnName}`]={pageBreak:properties.page_break.toLowerCase(),columns:[]}}"}},"AEU":{"caption":"End multi column","fields":{"AEY":{"caption":"Multi Column Name","editor":"DynamicValue","name":"multiColumnName","rank":0,"value":"text"},"AGv":{"caption":"Being repeated","name":"being_repeated","rank":1,"editor":"DynamicValue","value":"boolean","default_val":false},"AGw":{"caption":"Repeating structure name","name":"repeating_structure_name","rank":2,"editor":"DynamicValue","value":"text","optional":true}},"code":{"fn":"function(instance,properties,context){properties.being_repeated?instance.data.repeatingStructureObjectsHolder[`${properties.repeating_structure_name}`].elements.push([...instance.data.repeatingStructureObjectsHolder[`${properties.repeating_structure_name}`][`${properties.multiColumnName}`]]):instance.data.composeInMe.push(instance.data.multiColumnObjectHolder[`${properties.multiColumnName}`])}"}},"AEn":{"caption":"Activate footer","fields":{"AEo":{"caption":"Show page number? (counter)","default_val":false,"editor":"Checkbox","name":"show_page_number","rank":1},"AEp":{"caption":"Counter alignment","default_val":"right","editor":"Dropdown","name":"page_number_alignment","optional":true,"rank":3},"AEq":{"caption":"Start count on second page","default_val":false,"editor":"Checkbox","name":"start_count_on_second_page","rank":2},"AEr":{"caption":"Hide counter on","editor":"StaticText","name":"exclude_pages","optional":true,"rank":5},"AFC":{"caption":"You can put elements in the footer by checking the box at the element itself that says \"insert this element into footer?\".","editor":"Label","name":"you_can_put_elements_in_the_footer_by_checking_the_box_at_the_element_itself_that_says_\"insert_this_element_into_footer?\".","rank":0},"AFJ":{"caption":"Hide page number (counter) on specific pages?","default_val":false,"editor":"Checkbox","name":"use_exclude_pages","rank":4},"AFN":{"caption":"Page number margins","editor":"Label","name":"page_number_margins","rank":10},"AFO":{"caption":"Left margin","default_val":0,"editor":"StaticNumber","name":"left_margin","rank":11},"AFP":{"caption":"Top margin","default_val":0,"editor":"StaticNumber","name":"top_margin","rank":12},"AFQ":{"caption":"Right margin","default_val":0,"editor":"StaticNumber","name":"right_margin","rank":13},"AFR":{"caption":"Bottom margin","default_val":0,"editor":"StaticNumber","name":"bottom_margin","rank":14},"AFe":{"caption":"Hide footer elements on specific pages?","default_val":false,"editor":"Checkbox","name":"use_exclude_elements_pages","rank":6},"AFf":{"caption":"Hide elements on","editor":"StaticText","name":"exclude_elements_pages","optional":true,"rank":7},"AOe":{"caption":"Show total page count","name":"show_total_page_count","rank":8,"editor":"DynamicValue","value":"boolean","default_val":false},"AOf":{"caption":"Counter divider","name":"current_and_total_page_divider","rank":9,"editor":"DynamicValue","value":"text","optional":true},"AOu":{"caption":"Counter style","name":"number_style","rank":15,"editor":"DynamicValue","value":"text","optional":true}},"code":{"fn":"function(instance,properties,context){void 0===properties.page_number_alignment&&(properties.page_number_alignment=\"\");const whatCounterToShowOnThisPage=(currentPage,pageCount)=>{if(properties.use_exclude_pages){let arrayOfExcludedNumbers=properties.exclude_pages.match(/\\d+/g).map(Number),adjustedArrayOfExcludedNumbersOrNot;return adjustedArrayOfExcludedNumbersOrNot=!0===properties.start_count_on_second_page?arrayOfExcludedNumbers.map((function(value){return value+1})):arrayOfExcludedNumbers,(adjustedArrayOfExcludedNumbersOrNot.includes(currentPage)||!0!==properties.start_count_on_second_page)&&(adjustedArrayOfExcludedNumbersOrNot.includes(currentPage)||!1!==properties.start_count_on_second_page)?{text:\"\",alignment:properties.page_number_alignment,margin:[properties.left_margin,properties.top_margin,properties.right_margin,properties.bottom_margin],style:properties.number_style}:{text:startCountingOnSecondPage(currentPage,pageCount),alignment:properties.page_number_alignment,margin:[properties.left_margin,properties.top_margin,properties.right_margin,properties.bottom_margin],style:properties.number_style}}return{text:startCountingOnSecondPage(currentPage,pageCount),alignment:properties.page_number_alignment,margin:[properties.left_margin,properties.top_margin,properties.right_margin,properties.bottom_margin],style:properties.number_style}},startCountingOnSecondPage=(currentPage,pageCount)=>!0===properties.start_count_on_second_page&&currentPage>1?!0===properties.show_total_page_count?`${currentPage-1}${properties.current_and_total_page_divider}${pageCount-1}`:\"\"+(currentPage-1):!0===properties.start_count_on_second_page&&1===currentPage?\"\":!1===properties.start_count_on_second_page?!0===properties.show_total_page_count?`${currentPage}${properties.current_and_total_page_divider}${pageCount}`:currentPage:void 0;instance.data.footerObjectsHolder={columns:[]},instance.data.finalFooterObjectsHolder={columns:[]},instance.data.docDefinition.footer=function(currentPage,pageCount){if(instance.data.finalFooterObjectsHolder.columns=[],properties.use_exclude_elements_pages){let arrayOfExcludedNumbers=properties.exclude_elements_pages.match(/\\d+/g).map(Number),adjustedArrayOfExcludedNumbersOrNot;adjustedArrayOfExcludedNumbersOrNot=!0===properties.start_count_on_second_page?arrayOfExcludedNumbers.map((function(value){return value+1})):arrayOfExcludedNumbers,adjustedArrayOfExcludedNumbersOrNot.includes(currentPage)?instance.data.finalFooterObjectsHolder.columns=[]:instance.data.finalFooterObjectsHolder.columns=[].concat(instance.data.footerObjectsHolder.columns)}else instance.data.finalFooterObjectsHolder.columns=[].concat(instance.data.footerObjectsHolder.columns);if(!0===properties.show_page_number)if(\"right\"===properties.page_number_alignment)instance.data.finalFooterObjectsHolder.columns.push(whatCounterToShowOnThisPage(currentPage,pageCount));else if(\"left\"===properties.page_number_alignment)instance.data.finalFooterObjectsHolder.columns.unshift(whatCounterToShowOnThisPage(currentPage,pageCount));else{let byHalf=instance.data.finalFooterObjectsHolder.columns.length/2;instance.data.finalFooterObjectsHolder.columns.splice(byHalf,0,whatCounterToShowOnThisPage(currentPage,pageCount))}return instance.data.finalFooterObjectsHolder}}"}},"AEt":{"caption":"Activate header","fields":{"AEx":{"caption":"Show page number? (counter)","default_val":false,"editor":"Checkbox","name":"show_page_number","rank":1},"AEy":{"caption":"Start count on second page","default_val":false,"editor":"Checkbox","name":"start_count_on_second_page","rank":2},"AEz":{"caption":"Counter alignment","default_val":"right","editor":"Dropdown","name":"page_number_alignment","optional":true,"rank":3},"AFA":{"caption":"Hide counter on","editor":"StaticText","name":"exclude_pages","optional":true,"rank":5},"AFB":{"caption":"You can put elements in the header by checking the box at the element itself that says \"insert this element into header?\".","editor":"Label","name":"you_can_put_elements_in_the_header_by_checking_the_box_at_the_element_itself_that_says_\"insert_this_element_into_header?\".","rank":0},"AFT":{"caption":"Hide page number (counter) on specific pages?","default_val":false,"editor":"Checkbox","name":"use_exclude_pages","rank":4},"AFU":{"caption":"Page number margins","editor":"Label","name":"page_number_margins","rank":8},"AFV":{"caption":"Left margin","default_val":0,"editor":"StaticNumber","name":"left_margin","rank":9},"AFW":{"caption":"Top margin","default_val":0,"editor":"StaticNumber","name":"top_margin","rank":10},"AFX":{"caption":"Right margin","default_val":0,"editor":"StaticNumber","name":"right_margin","rank":11},"AFY":{"caption":"Bottom margin","default_val":0,"editor":"StaticNumber","name":"bottom_margin","rank":12},"AFg":{"caption":"Hide header elements on specific pages?","default_val":false,"editor":"Checkbox","name":"use_exclude_elements_pages","optional":true,"rank":6},"AFh":{"caption":"Hide elements on","editor":"StaticText","name":"exclude_elements_pages","optional":true,"rank":7}},"code":{"fn":"function(instance,properties,context){void 0===properties.page_number_alignment&&(properties.page_number_alignment=\"\");const whatCounterToShowOnThisPage=currentPage=>{if(properties.use_exclude_pages){let arrayOfExcludedNumbers=properties.exclude_pages.match(/\\d+/g).map(Number),adjustedArrayOfExcludedNumbersOrNot;return adjustedArrayOfExcludedNumbersOrNot=!0===properties.start_count_on_second_page?arrayOfExcludedNumbers.map((function(value){return value+1})):arrayOfExcludedNumbers,(adjustedArrayOfExcludedNumbersOrNot.includes(currentPage)||!0!==properties.start_count_on_second_page)&&(adjustedArrayOfExcludedNumbersOrNot.includes(currentPage)||!1!==properties.start_count_on_second_page)?{text:\"\",alignment:properties.page_number_alignment,margin:[properties.left_margin,properties.top_margin,properties.right_margin,properties.bottom_margin]}:{text:startCountingOnSecondPage(currentPage),alignment:properties.page_number_alignment,margin:[properties.left_margin,properties.top_margin,properties.right_margin,properties.bottom_margin]}}return{text:startCountingOnSecondPage(currentPage),alignment:properties.page_number_alignment,margin:[properties.left_margin,properties.top_margin,properties.right_margin,properties.bottom_margin]}},startCountingOnSecondPage=currentPage=>!0===properties.start_count_on_second_page&&currentPage>1?currentPage-1:!0===properties.start_count_on_second_page&&1===currentPage?\"\":!1===properties.start_count_on_second_page?currentPage:void 0;instance.data.headerObjectsHolder={columns:[]},instance.data.finalHeaderObjectsHolder={columns:[]},instance.data.docDefinition.header=function(currentPage){if(instance.data.finalHeaderObjectsHolder.columns=[],properties.use_exclude_elements_pages){let arrayOfExcludedNumbers=properties.exclude_elements_pages.match(/\\d+/g).map(Number),adjustedArrayOfExcludedNumbersOrNot;adjustedArrayOfExcludedNumbersOrNot=!0===properties.start_count_on_second_page?arrayOfExcludedNumbers.map((function(value){return value+1})):arrayOfExcludedNumbers,adjustedArrayOfExcludedNumbersOrNot.includes(currentPage)?instance.data.finalHeaderObjectsHolder.columns=[]:instance.data.finalHeaderObjectsHolder.columns=[].concat(instance.data.headerObjectsHolder.columns)}else instance.data.finalHeaderObjectsHolder.columns=[].concat(instance.data.headerObjectsHolder.columns);if(!0===properties.show_page_number)if(\"right\"===properties.page_number_alignment)instance.data.finalHeaderObjectsHolder.columns.push(whatCounterToShowOnThisPage(currentPage));else if(\"left\"===properties.page_number_alignment)instance.data.finalHeaderObjectsHolder.columns.unshift(whatCounterToShowOnThisPage(currentPage));else{let byHalf=instance.data.finalHeaderObjectsHolder.columns.length/2;instance.data.finalHeaderObjectsHolder.columns.splice(byHalf,0,whatCounterToShowOnThisPage(currentPage))}return instance.data.finalHeaderObjectsHolder}}"}},"AFx":{"caption":"Start repeating structure","code":{"fn":"function(instance,properties,context){instance.data.repeatingStructureObjectsHolder[`${properties.repeating_structure_name}`]={},instance.data.repeatingStructureObjectsHolder[`${properties.repeating_structure_name}`].elements=[],instance.data.repeatingStructureObjectsHolder[`${properties.repeating_structure_name}`].howManyIterations=properties.iterations_count}"},"fields":{"AGE":{"caption":"Name","name":"repeating_structure_name","rank":0,"editor":"DynamicValue","value":"text","default_val":"","optional":false},"AGL":{"caption":"How many structures","name":"iterations_count","rank":1,"editor":"DynamicValue","value":"number","optional":false}}},"AGJ":{"caption":"End repeating structure","code":{"fn":"function(instance,properties,context){let sequentiallyRepeatedElements=instance.data.repeatingStructureObjectsHolder[`${properties.repeating_structure_name}`].elements,returnLength=element=>element.length,biggerComparer=(accumulator,currentValue)=>{let biggerNumber;return biggerNumber=accumulator>currentValue?accumulator:currentValue,biggerNumber},isThisTheBiggestLength=(element,index,array)=>element===biggestLength,storedListLengths=sequentiallyRepeatedElements.map(returnLength),biggestLength=storedListLengths.reduce(biggerComparer),indexOfLongerArray=storedListLengths.findIndex(isThisTheBiggestLength),transpose,mixedSeriesOfElements,flattenedMixedSeries=(a=>{var w=a.length||0,h=a[indexOfLongerArray]instanceof Array?a[indexOfLongerArray].length:0,i,j,t=[];for(i=0;i<h;i++)for(t[i]=[],j=0;j<w;j++)t[i][j]=a[j][i];return t})(sequentiallyRepeatedElements).flat(2);letFilteredUndefinedsFlatMixSeries=flattenedMixedSeries.filter(Boolean);let renewedObjsFlatMixSeries=letFilteredUndefinedsFlatMixSeries.map((x=>JSON.parse(JSON.stringify(x))));instance.data.composeInMe.push(...renewedObjsFlatMixSeries)}"},"fields":{"AGK":{"caption":"Name","name":"repeating_structure_name","rank":0,"editor":"DynamicValue","value":"text"}}},"AGT":{"caption":"Add column to repeated table","code":{"fn":"function(instance,properties,context){const getList=(thingWithList,startPosition,finishPosition)=>{let returnedList;return thingWithList.get(startPosition,finishPosition)};let itemsNumbers=instance.data.repeatingStructureObjectsHolder[`${properties.repeating_structure_name}`].howManyIterations;var tempColumnHolder=[];for(i=0;i<itemsNumbers;i++){let storedCurrentListThing=getList(properties.data_source,0,properties.data_source.length())[i].get(properties.field_of_thing),currentList=getList(storedCurrentListThing,0,storedCurrentListThing.length());if(properties.parse_bbcode){const parser=getParser(pdfMake.fonts,((imageName,link)=>{instance.data.docDefinition.images[imageName]=link}),(err=>{context.reportDebugger(err.message)}));currentList=currentList.map((item=>({stack:parser.getParsedText(item)})))}tempColumnHolder.push(currentList)}for(i=0;i<itemsNumbers;i++){if(instance.data[`${properties.table_name}`].tableBodies[i].push(tempColumnHolder[i]),\"Fit available space\"===properties.table_column_width)var columnsWidth=\"*\";else var columnsWidth=\"auto\";instance.data[`${properties.table_name}`].arraysOfWidths[i].push(columnsWidth)}if(void 0!==properties.column_header&&null!==properties.column_header){let columnHeaderAsObj={text:properties.column_header,style:instance.data[`${properties.table_name}`].definedStyleForHeaderText};if(properties.parse_bbcode){const parser=undefined;columnHeaderAsObj={stack:getParser(pdfMake.fonts,((imageName,link)=>{instance.data.docDefinition.images[imageName]=link}),(err=>{context.reportDebugger(err.message)})).getParsedText(properties.column_header),style:instance.data[`${properties.table_name}`].definedStyleForHeaderText}}instance.data[`${properties.table_name}`].arrayOfHeaders.push(columnHeaderAsObj)}}"},"fields":{"AGX":{"caption":"Thing type","name":"thing_type","rank":1,"editor":"custom_type"},"AGY":{"caption":"Field of thing","name":"field_of_thing","rank":2,"editor":"custom_field_AGX"},"AGZ":{"caption":"Data source","name":"data_source","rank":3,"editor":"DynamicValue","value":"custom_data_AGX","is_list":true},"AGc":{"caption":"Table name","name":"table_name","rank":4,"editor":"DynamicValue","value":"text"},"AGg":{"caption":"Repeating structure name","name":"repeating_structure_name","rank":5,"editor":"DynamicValue","value":"text"},"AGj":{"caption":"Column header","name":"column_header","rank":6,"editor":"DynamicValue","value":"text","optional":true},"AGz":{"caption":"Attention: This advanced action is only to be used inside a \"Repeated structure\".","name":"attention:_this_advanced_action_is_only_to_be_used_inside_a_\"repeated_structure\".","rank":0,"editor":"Label"},"AOO":{"caption":"Parse BBCode","name":"parse_bbcode","rank":7,"editor":"DynamicValue","value":"boolean","default_val":false}}},"AGa":{"caption":"Start repeated table","code":{"fn":"function(instance,properties,context){let itemsNumbers=instance.data.repeatingStructureObjectsHolder[`${properties.repeating_structure_name}`].howManyIterations;for(instance.data[`${properties.table_name}`]={},instance.data[`${properties.table_name}`].tableBodies=[],instance.data[`${properties.table_name}`].arraysOfWidths=[],instance.data[`${properties.table_name}`].arrayOfHeaders=[],void 0!==properties.header_style&&null!==properties.header_style?instance.data[`${properties.table_name}`].definedStyleForHeaderText=properties.header_style.replaceAll(/\\W/g,\"\"):instance.data[`${properties.table_name}`].definedStyleForHeaderText=\"\",i=0;i<itemsNumbers;i++)instance.data[`${properties.table_name}`].tableBodies.push([]),instance.data[`${properties.table_name}`].arraysOfWidths.push([])}"},"fields":{"AGd":{"caption":"Table name","name":"table_name","rank":1,"editor":"DynamicValue","value":"text"},"AGf":{"caption":"Repeating structure name","name":"repeating_structure_name","rank":2,"editor":"DynamicValue","value":"text"},"AGi":{"caption":"Place headers","name":"place_headers","rank":3,"editor":"DynamicValue","value":"boolean","default_val":false},"AGk":{"caption":"Header style","name":"header_style","rank":4,"editor":"DynamicValue","value":"text","optional":true},"AHA":{"caption":"Attention: This advanced action is only to be used inside a \"Repeated structure\".","name":"attention:_this_advanced_action_is_only_to_be_used_inside_a_\"repeated_structure\".","rank":0,"editor":"Label"}}},"AGb":{"caption":"End repeated table","code":{"fn":"function(instance,properties,context){let selectLayout=chosenLayout=>\"No Borders\"===chosenLayout?\"noBorders\":\"Header Line Only\"===chosenLayout?\"headerLineOnly\":\"Light Horizontal Lines\"===chosenLayout?\"lightHorizontalLines\":\"Strong Outer Border\"===chosenLayout?{hLineWidth:function(i,node){return 0===i||i===node.table.body.length?2:1},vLineWidth:function(i,node){return 0===i||i===node.table.widths.length?2:1},hLineColor:function(i,node){return 0===i||i===node.table.body.length?\"black\":\"gray\"},vLineColor:function(i,node){return 0===i||i===node.table.widths.length?\"black\":\"gray\"}}:\"Zebra\"===chosenLayout?{fillColor:function(i,node){return i%2==0?\"#CCCCCC\":null}}:\"Light Horizontal Lines Without Header\"===chosenLayout?{hLineWidth:(i,node)=>i===node.table.headerRows?0:1,vLineWidth:i=>0,hLineColor:i=>\"#aaa\",paddingLeft:i=>0===i?0:8,paddingRight:(i,node)=>i===node.table.widths.length-1?0:8}:\"no layout specified\",tableCustomMarginsDefinitionLogic=()=>!0===properties.table_custom_margins?[properties.table_left_margin,properties.table_top_margin,properties.table_right_margin,properties.table_bottom_margin]:null,createBlanks=element=>{let checkAndSwap=nestedElement=>void 0===nestedElement?null:nestedElement;return element.map(checkAndSwap)},returnLength=element=>element.length,biggerComparer=(accumulator,currentValue)=>{let biggerNumber;return biggerNumber=accumulator>currentValue?accumulator:currentValue,biggerNumber},isThisTheBiggestLength=(element,index,array)=>element===instance.data.biggestLength,transpose=a=>{var w=a.length||0,h=a[instance.data.indexOfLongerArray]instanceof Array?a[instance.data.indexOfLongerArray].length:0;if(0===h||0===w)return[];var i,j,t=[];for(i=0;i<h;i++)for(t[i]=[],j=0;j<w;j++)t[i][j]=a[j][i];return t};if(void 0!==properties.tableStyle&&null!==properties.tableStyle)var definedStyleForTable=properties.tableStyle.replaceAll(/\\W/g,\"\");else var definedStyleForTable=\"\";var itemsNumbers=instance.data.repeatingStructureObjectsHolder[`${properties.repeating_structure_name}`].howManyIterations,layoutHolder=selectLayout(properties.table_layout);let thisElementSeries=[];for(i=0;i<itemsNumbers;i++){let storedListLengths=instance.data[`${properties.table_name}`].tableBodies[i].map(returnLength);instance.data.biggestLength=storedListLengths.reduce(biggerComparer),instance.data.indexOfLongerArray=storedListLengths.findIndex(isThisTheBiggestLength);let tableBodiesTransposed=transpose(instance.data[`${properties.table_name}`].tableBodies[i]);if(instance.data[`${properties.table_name}`].tableBodies[i]=tableBodiesTransposed.map(createBlanks),0!==instance.data[`${properties.table_name}`].arrayOfHeaders.length){var useHeaderRow=1;let currentClonedArray=[];for(j=0;j<instance.data[`${properties.table_name}`].arrayOfHeaders.length;j++){let currentObj=JSON.parse(JSON.stringify(instance.data[`${properties.table_name}`].arrayOfHeaders[j]));currentClonedArray.push(currentObj)}instance.data[`${properties.table_name}`].tableBodies[i].unshift(currentClonedArray)}else var useHeaderRow=0;let tableObjectHolder={table:{headerRows:useHeaderRow,widths:instance.data[`${properties.table_name}`].arraysOfWidths[i],body:instance.data[`${properties.table_name}`].tableBodies[i]},style:`${definedStyleForTable.toLowerCase()}`,margin:tableCustomMarginsDefinitionLogic(),layout:layoutHolder,pageBreak:properties.page_break.toLowerCase()};!0===properties.into_multi_column?instance.data.repeatingStructureObjectsHolder[`${properties.repeating_structure_name}`][`${properties.multi_column_name}`][i].columns.push(tableObjectHolder):thisElementSeries.push(tableObjectHolder)}!1===properties.into_multi_column&&instance.data.repeatingStructureObjectsHolder[`${properties.repeating_structure_name}`].elements.push(thisElementSeries)}"},"fields":{"AGe":{"caption":"Table name","name":"table_name","rank":0,"editor":"DynamicValue","value":"text"},"AGh":{"caption":"Repeating structure name","name":"repeating_structure_name","rank":1,"editor":"DynamicValue","value":"text"},"AGl":{"caption":"Use table custom margins?","name":"table_custom_margins","rank":2,"editor":"DynamicValue","value":"boolean","default_val":false},"AGm":{"caption":"Table left margin","name":"table_left_margin","rank":3,"editor":"DynamicValue","value":"number","default_val":0},"AGn":{"caption":"Table top margin","name":"table_top_margin","rank":4,"editor":"DynamicValue","value":"number","default_val":0},"AGo":{"caption":"Table right margin","name":"table_right_margin","rank":5,"editor":"DynamicValue","value":"number","default_val":0},"AGp":{"caption":"Table bottom margin","name":"table_bottom_margin","rank":6,"editor":"DynamicValue","value":"number","default_val":0},"AGq":{"caption":"Page break","name":"page_break","rank":7,"editor":"Dropdown","value":"text","default_val":"Unspecified"},"AGr":{"caption":"Body text style","name":"tableStyle","rank":8,"editor":"DynamicValue","value":"text","optional":true},"AGs":{"caption":"Table layout","name":"table_layout","rank":9,"editor":"Dropdown","default_val":"Standard"},"AGx":{"caption":"Into multi column","name":"into_multi_column","rank":10,"editor":"DynamicValue","value":"boolean","default_val":false},"AGy":{"caption":"Multi column name","name":"multi_column_name","rank":11,"editor":"DynamicValue","value":"text","optional":true}}},"AHB":{"caption":"Start advanced table","code":{"fn":"function(instance,properties,context){instance.data[`${properties.table_name}`]={},instance.data[`${properties.table_name}`].tableBody=[],instance.data[`${properties.table_name}`].arrayOfWidths=[],instance.data[`${properties.table_name}`].arrayOfHeaders=[]}"},"fields":{"AHE":{"caption":"Table name","name":"table_name","rank":0,"editor":"DynamicValue","value":"text"}}},"AHC":{"caption":"Add column into advanced table","code":{"fn":"function(instance,properties,context){const getList=(thingWithList,startPosition,finishPosition)=>{let returnedList;return thingWithList.get(startPosition,finishPosition)},layoutHashmap=undefined;var columnWidth={\"Fit available space\":\"*\",\"Fit content\":\"auto\",\"Fixed width\":properties.specified_column_width}[properties.column_width];const customMarginsDefinitionLogic=()=>!0===properties.custom_margins?[properties.left_margin,properties.top_margin,properties.right_margin,properties.bottom_margin]:null;if(properties.using_images){const protocolFix=possibleUrl=>\"http\"===possibleUrl.substring(0,4)?possibleUrl:`https:${possibleUrl}`;let currentList;currentList=null===properties.list_of_items?[]:getList(properties.list_of_items,0,properties.list_of_items.length());const turnUrlIntoImageObject=url=>{let fixedImageUrl=protocolFix(url),providedImageName=protocolFix(url).replaceAll(/\\W/g,\"\"),imageObjectHolder;return instance.data.docDefinition.images[`${providedImageName}`]=fixedImageUrl,void 0===properties.image_width&&(properties.image_width=\"\"),void 0===properties.image_height&&(properties.image_height=\"\"),{image:providedImageName,width:properties.image_width,height:properties.image_height,margin:customMarginsDefinitionLogic()}};let imageObjectsList=currentList.map(turnUrlIntoImageObject);if(instance.data[`${properties.table_name}`].tableBody.push(imageObjectsList),instance.data[`${properties.table_name}`].arrayOfWidths.push(columnWidth),void 0!==properties.column_header&&null!==properties.column_header){let columnHeaderAsObj={text:properties.column_header,style:properties.header_style};instance.data[`${properties.table_name}`].arrayOfHeaders.push(columnHeaderAsObj)}else{let columnHeaderAsObj={text:\"\",style:\"\"};instance.data[`${properties.table_name}`].arrayOfHeaders.push(columnHeaderAsObj)}}else{const turnStringIntoTextObject=string=>{if(properties.parse_bbcode){const parser=undefined;return{stack:getParser(pdfMake.fonts,((imageName,link)=>{instance.data.docDefinition.images[imageName]=link}),(err=>{context.reportDebugger(err.message)})).getParsedText(string),style:properties.text_body_style,margin:customMarginsDefinitionLogic()}}return{text:string,style:properties.text_body_style,margin:customMarginsDefinitionLogic()}};let currentList;currentList=null===properties.list_of_items?[]:getList(properties.list_of_items,0,properties.list_of_items.length());let textObjectsList=currentList.map(turnStringIntoTextObject);if(instance.data[`${properties.table_name}`].tableBody.push(textObjectsList),instance.data[`${properties.table_name}`].arrayOfWidths.push(columnWidth),void 0!==properties.column_header&&null!==properties.column_header){let columnHeaderAsObj={text:properties.column_header,style:properties.header_style};if(properties.parse_bbcode){const parser=undefined;columnHeaderAsObj={stack:getParser(pdfMake.fonts,((imageName,link)=>{instance.data.docDefinition.images[imageName]=link}),(err=>{context.reportDebugger(err.message)})).getParsedText(properties.column_header),style:properties.header_style}}instance.data[`${properties.table_name}`].arrayOfHeaders.push(columnHeaderAsObj)}else{let columnHeaderAsObj={text:\"\",style:\"\"};instance.data[`${properties.table_name}`].arrayOfHeaders.push(columnHeaderAsObj)}}}"},"fields":{"AHF":{"caption":"List of items","name":"list_of_items","rank":1,"editor":"DynamicValue","value":"_any_thing","is_list":true},"AHG":{"caption":"Table name","name":"table_name","rank":0,"editor":"DynamicValue","value":"text"},"AHH":{"caption":"Column width","name":"column_width","rank":3,"editor":"Dropdown","default_val":"Fit available space"},"AHI":{"caption":"Column header","name":"column_header","rank":5,"editor":"DynamicValue","value":"text","optional":true},"AHJ":{"caption":"Header style","name":"header_style","rank":6,"editor":"DynamicValue","value":"text","optional":true},"AHY":{"caption":"Text body style","name":"text_body_style","rank":2,"editor":"DynamicValue","value":"text","optional":true},"AHZ":{"caption":"Using images","name":"using_images","rank":7,"editor":"DynamicValue","value":"boolean","is_list":false,"optional":false,"default_val":false},"AHa":{"caption":"Image width","name":"image_width","rank":8,"editor":"DynamicValue","value":"number","optional":true},"AHb":{"caption":"Image height","name":"image_height","rank":9,"editor":"DynamicValue","value":"number","optional":true},"AHc":{"caption":"Use custom margins?","name":"custom_margins","rank":11,"editor":"DynamicValue","value":"boolean","default_val":false},"AHd":{"caption":"Below you will be able to set extra margins for your image or text element. Leave the field as \"no\" for a default display. (Will ignore any numbers below)","name":"below_you_will_be_able_to_set_extra_margins_for_your_image_element._leave_the_box_unchecked_for_a_default_display._(will_ignore_any_numbers_below)","rank":10,"editor":"Label"},"AHe":{"caption":"Left Margin","name":"left_margin","rank":12,"editor":"DynamicValue","value":"number","default_val":0},"AHf":{"caption":"Top Margin","name":"top_margin","rank":13,"editor":"DynamicValue","value":"number","default_val":0},"AHg":{"caption":"Right Margin","name":"right_margin","rank":14,"editor":"DynamicValue","value":"number","default_val":0},"AHh":{"caption":"Bottom Margin","name":"bottom_margin","rank":15,"editor":"DynamicValue","value":"number","default_val":0},"AHi":{"caption":"Fixed width size","name":"specified_column_width","rank":4,"editor":"DynamicValue","value":"number","optional":true},"AON":{"caption":"Parse BBCode?","name":"parse_bbcode","rank":16,"editor":"DynamicValue","value":"boolean","default_val":false}}},"AHD":{"caption":"End advanced table","code":{"fn":"function(instance,properties,context){let selectLayout,tableCustomMarginsDefinitionLogic=()=>!0===properties.table_custom_margins?[properties.table_left_margin,properties.table_top_margin,properties.table_right_margin,properties.table_bottom_margin]:null,createBlanks=element=>{let checkAndSwap=nestedElement=>void 0===nestedElement?null:nestedElement;return element.map(checkAndSwap)},returnLength=element=>element.length,biggerComparer=(accumulator,currentValue)=>{let biggerNumber;return biggerNumber=accumulator>currentValue?accumulator:currentValue,biggerNumber},isThisTheBiggestLength=(element,index,array)=>element===instance.data.biggestLength,transpose=a=>{var w=a.length||0,h=a[instance.data.indexOfLongerArray]instanceof Array?a[instance.data.indexOfLongerArray].length:0;if(0===h||0===w)return[];var i,j,t=[];for(i=0;i<h;i++)for(t[i]=[],j=0;j<w;j++)t[i][j]=a[j][i];return t};var layoutHolder=(chosenLayout=>\"No Borders\"===chosenLayout?\"noBorders\":\"Header Line Only\"===chosenLayout?\"headerLineOnly\":\"Light Horizontal Lines\"===chosenLayout?\"lightHorizontalLines\":\"Strong Outer Border\"===chosenLayout?{hLineWidth:function(i,node){return 0===i||i===node.table.body.length?2:1},vLineWidth:function(i,node){return 0===i||i===node.table.widths.length?2:1},hLineColor:function(i,node){return 0===i||i===node.table.body.length?\"black\":\"gray\"},vLineColor:function(i,node){return 0===i||i===node.table.widths.length?\"black\":\"gray\"}}:\"Zebra\"===chosenLayout?{fillColor:function(i,node){return i%2==0?\"#CCCCCC\":null}}:\"Light Horizontal Lines Without Header\"===chosenLayout?{hLineWidth:(i,node)=>i===node.table.headerRows?0:1,vLineWidth:i=>0,hLineColor:i=>\"#aaa\",paddingLeft:i=>0===i?0:8,paddingRight:(i,node)=>i===node.table.widths.length-1?0:8}:\"no layout specified\")(properties.table_layout);let storedListLengths=instance.data[`${properties.table_name}`].tableBody.map(returnLength);instance.data.biggestLength=storedListLengths.reduce(biggerComparer),instance.data.indexOfLongerArray=storedListLengths.findIndex(isThisTheBiggestLength);let tableBodyTransposed=transpose(instance.data[`${properties.table_name}`].tableBody);instance.data[`${properties.table_name}`].tableBody=tableBodyTransposed.map(createBlanks);const isBlankHeader=element=>\"\"===element.text&&\"\"===element.style;let areAllHeadersBlank;if(instance.data[`${properties.table_name}`].arrayOfHeaders.every(isBlankHeader))var useHeaderRow=0;else{var useHeaderRow=1;instance.data[`${properties.table_name}`].tableBody.unshift(instance.data[`${properties.table_name}`].arrayOfHeaders)}let tableObjectHolder={table:{headerRows:useHeaderRow,dontBreakRows:!0,keepWithHeaderRows:useHeaderRow,widths:instance.data[`${properties.table_name}`].arrayOfWidths,body:instance.data[`${properties.table_name}`].tableBody},margin:tableCustomMarginsDefinitionLogic(),layout:layoutHolder,pageBreak:properties.page_break.toLowerCase()};!0===properties.into_multi_column?(\"Fit available space\"===properties.this_column_width?tableObjectHolder.width=\"*\":\"Fit content\"===properties.this_column_width?tableObjectHolder.width=\"auto\":\"Fixed width\"===properties.this_column_width&&(tableObjectHolder.width=properties.fixed_width_column_size),instance.data.multiColumnObjectHolder[`${properties.multi_column_name}`].columns.push(tableObjectHolder)):!0===properties.into_footer?instance.data.footerObjectsHolder.columns.push(tableObjectHolder):!0===properties.into_header?instance.data.headerObjectsHolder.columns.push(tableObjectHolder):!0===properties.into_background?instance.data.docDefinition.background.push(tableObjectHolder):instance.data.composeInMe.push(tableObjectHolder)}"},"fields":{"AHK":{"caption":"Use table custom margins?","name":"table_custom_margins","rank":3,"editor":"DynamicValue","value":"boolean","default_val":false},"AHL":{"caption":"Table left margin","name":"table_left_margin","rank":4,"editor":"DynamicValue","value":"number","default_val":0},"AHM":{"caption":"Table top margin","name":"table_top_margin","rank":5,"editor":"DynamicValue","value":"number","default_val":0},"AHN":{"caption":"Table right margin","name":"table_right_margin","rank":6,"editor":"DynamicValue","value":"number","default_val":0},"AHO":{"caption":"Table bottom margin","name":"table_bottom_margin","rank":7,"editor":"DynamicValue","value":"number","default_val":0},"AHP":{"caption":"Table layout","name":"table_layout","rank":1,"editor":"Dropdown","default_val":"Standard"},"AHQ":{"caption":"Table name","name":"table_name","rank":0,"editor":"DynamicValue","value":"text"},"AHR":{"caption":"Page break","name":"page_break","rank":2,"editor":"Dropdown","default_val":"Unspecified"},"AHS":{"caption":"Into multi column","name":"into_multi_column","rank":8,"editor":"DynamicValue","value":"boolean","default_val":false},"AHT":{"caption":"This multicolumn width","name":"this_column_width","rank":10,"editor":"Dropdown","value":"text","default_val":"Fit available space"},"AHU":{"caption":"Into footer","name":"into_footer","rank":12,"editor":"DynamicValue","value":"boolean","default_val":false},"AHV":{"caption":"Into header","name":"into_header","rank":13,"editor":"DynamicValue","value":"boolean","default_val":false},"AHW":{"caption":"Into background","name":"into_background","rank":14,"editor":"DynamicValue","value":"boolean","default_val":false},"AHX":{"caption":"Multi column name","name":"multi_column_name","rank":9,"editor":"DynamicValue","value":"text","optional":true},"AOz":{"caption":"Fixed width size","name":"fixed_width_column_size","rank":11,"editor":"DynamicValue","value":"number","optional":true}}},"AHk":{"caption":"Load font","code":{"fn":"function(instance,properties,context){const protocolFix=possibleUrl=>\"https:\"===possibleUrl.substring(0,7)?possibleUrl:`https:${possibleUrl}`;let myProperUrlRegular=protocolFix(properties.regular),myProperUrlBold=protocolFix(properties.bold),myProperUrlItalics=protocolFix(properties.italics),myProperUrlBolditalics=protocolFix(properties.bolditalics);pdfMake.fonts[properties.name]={normal:myProperUrlRegular,bold:myProperUrlBold,italics:myProperUrlItalics,bolditalics:myProperUrlBolditalics}}"},"fields":{"AHl":{"caption":"Name","name":"name","rank":0,"editor":"DynamicValue","value":"text"},"AHm":{"caption":"Regular","name":"regular","rank":1,"editor":"DynamicValue","value":"text"},"AHn":{"caption":"Bold","name":"bold","rank":2,"editor":"DynamicValue","value":"text"},"AHo":{"caption":"Italics","name":"italics","rank":3,"editor":"DynamicValue","value":"text"},"AHp":{"caption":"Bolditalics","name":"bolditalics","rank":4,"editor":"DynamicValue","value":"text"}}}},"code":{"initialize":{"fn":""},"update":{"fn":""},"reset":{"fn":"function(instance,context){}"}},"platform_type":"web"}},"plugin_actions":{"AID":{"display":"PDF Conjurer (backend) | Upload PDF","type":"server_side","return_value":{"ACq":{"caption":"Result","name":"result","rank":0,"value":"text"}},"fields":{"AHx":{"caption":"Upload file URL","name":"upload_url","rank":1,"editor":"DynamicValue","value":"text"},"AHy":{"caption":"File name","name":"file_name","rank":3,"editor":"DynamicValue","value":"text","default_val":"Document"},"AHz":{"caption":"Content","name":"file_data","rank":4,"editor":"DynamicValue","value":"text"},"AIA":{"caption":"File input name","name":"file_input","rank":2,"editor":"DynamicValue","value":"text"},"AIB":{"caption":"Authentication","name":"token","rank":5,"editor":"DynamicValue","value":"text","optional":true},"AIC":{"caption":"In order to upload the PDF file, you need to create a backend workflow that receive a file input! From this workflow return the file URL and other information that you want","name":"upload_info","rank":0,"editor":"Label"},"AOn":{"caption":"Make this file private?","name":"private","rank":6,"editor":"DynamicValue","value":"boolean","default_val":false},"AOo":{"caption":"Attach this file to","name":"attach_to","rank":7,"editor":"DynamicValue","value":"_any_thing_bindable","optional":true}}},"AIM":{"display":"PDF Conjurer (backend) | Initialize PDF document","type":"server_side","return_value":{"AEJ":{"caption":"Configurations","name":"configurations","rank":0,"value":"text"}},"fields":{"AIE":{"caption":"Page size","name":"page_size","rank":0,"editor":"Dropdown","default_val":"A4"},"AIF":{"caption":"Page orientation","name":"page_orientation","rank":1,"editor":"Dropdown","default_val":"Portrait"},"AIG":{"caption":"Set page custom margins?","name":"custom_margins","rank":2,"editor":"Checkbox","default_val":false},"AIH":{"caption":"Margin left","name":"margin_left","rank":4,"editor":"DynamicValue","value":"number","default_val":0},"AII":{"caption":"Margin top","name":"margin_top","rank":5,"editor":"DynamicValue","value":"number","default_val":0},"AIJ":{"caption":"Margin right","name":"margin_right","rank":6,"editor":"DynamicValue","value":"number","default_val":0},"AIK":{"caption":"Margin bottom","name":"margin_bottom","rank":7,"editor":"DynamicValue","value":"number","default_val":0},"AIL":{"caption":"Below you will be able to set custom margin sizes for your page. Leave the box unchecked for default. (Will ignore any numbers below)","name":"page_margin_info","rank":3,"editor":"Label"}}},"AIi":{"display":"PDF Conjurer (backend) | Add text on PDF","type":"server_side","return_value":{"AER":{"caption":"Configurations","name":"configurations","rank":0,"value":"text"}},"fields":{"AIN":{"caption":"Previous step result","name":"prev_configs","rank":1,"editor":"DynamicValue","value":"text"},"AIO":{"caption":"Text","name":"text","rank":2,"editor":"DynamicValue","value":"text","optional":true},"AIP":{"caption":"Insert the previous PDF Conjurer Server-side step result","name":"config_info","rank":0,"editor":"Label"},"AIQ":{"caption":"Parse BBCode","name":"parse_bbcode","rank":3,"editor":"DynamicValue","value":"boolean","default_val":false},"AIR":{"caption":"Set text custom margins?","name":"custom_margins","rank":5,"editor":"Checkbox","default_val":false},"AIS":{"caption":"Below you will be able to set extra margins for your text element. Leave the box unchecked for a default display. (Will ignore any numbers below)","name":"margin_info","rank":6,"editor":"Label"},"AIT":{"caption":"Margin top","name":"margin_top","rank":8,"editor":"DynamicValue","value":"number","default_val":0},"AIU":{"caption":"Margin left","name":"margin_left","rank":7,"editor":"DynamicValue","value":"number","default_val":0},"AIV":{"caption":"Margin right","name":"margin_right","rank":9,"editor":"DynamicValue","value":"number","default_val":0},"AIW":{"caption":"Margin bottom","name":"margin_bottom","rank":10,"editor":"DynamicValue","value":"number","default_val":0},"AIX":{"caption":"Style name","name":"style","rank":4,"editor":"DynamicValue","value":"text","optional":true},"AIY":{"caption":"Page break","name":"page_break","rank":11,"editor":"Dropdown","default_val":"Unspecified"},"AIZ":{"caption":"Put into a Multi Column?","name":"into_multi_column","rank":12,"editor":"Checkbox","default_val":false},"AIa":{"caption":"This Column's Width","name":"column_width","rank":13,"editor":"Dropdown","optional":true,"default_val":"Fit available space"},"AIb":{"caption":"Is this element being put into the footer?","name":"into_footer","rank":17,"editor":"Checkbox","default_val":false},"AIc":{"caption":"Is this element being put into the header?","name":"into_header","rank":16,"editor":"Checkbox","default_val":false},"AId":{"caption":"Multi column name","name":"multi_column_name","rank":15,"editor":"DynamicValue","value":"text","optional":true},"AIe":{"caption":"Is this element being put into the background?","name":"into_background","rank":18,"editor":"Checkbox","default_val":false},"AIf":{"caption":"Repeating structure auxiliary fields. Only use the fields below if this element is being inserted into a repeating structure","name":"repeating_structure_auxiliary_fields","rank":19,"editor":"Label"},"AIg":{"caption":"Structure name","name":"repeating_structure_name","rank":20,"editor":"DynamicValue","value":"text","optional":true},"AIh":{"caption":"Text list","name":"text_list","rank":21,"editor":"DynamicValue","value":"text","is_list":true,"optional":true},"APB":{"caption":"Fixed width size","name":"fixed_width_column_size","rank":14,"editor":"DynamicValue","value":"number","optional":true}}},"AIn":{"display":"PDF Conjurer (backend) | Conjure PDF","type":"server_side","return_value":{"AEZ":{"caption":"Content","name":"content","rank":0,"value":"text"},"AEb":{"caption":"File name","name":"file_name","rank":1,"value":"text"}},"fields":{"AIj":{"caption":"Insert the previous PDF Conjurer Server-side step result","name":"config_info","rank":0,"editor":"Label"},"AIk":{"caption":"Previous step result","name":"prev_configs","rank":1,"editor":"DynamicValue","value":"text"},"AIl":{"caption":"File name","name":"file_name","rank":2,"editor":"DynamicValue","value":"text","default_val":"Document"},"AIm":{"caption":"Set data header","name":"set_data_header","rank":3,"editor":"Checkbox","default_val":true}}},"AJO":{"display":"PDF Conjurer (backend) | Add image on PDF","type":"server_side","return_value":{"AEq":{"caption":"Configurations","name":"configurations","rank":0,"value":"text"}},"fields":{"AIo":{"caption":"Insert the previous PDF Conjurer Server-side step result","name":"config_info","rank":0,"editor":"Label"},"AIp":{"caption":"Previous step result","name":"prev_configs","rank":1,"editor":"DynamicValue","value":"text"},"AIq":{"caption":"Image name","name":"image_name","rank":2,"editor":"DynamicValue","value":"text"},"AIr":{"caption":"If you've used the image before in this workflow, you can just enter the same image name that was entered previously, without having to upload it again","name":"image_info","rank":3,"editor":"Label"},"AIs":{"caption":"Has the image already been used?","name":"have_used_before","rank":4,"editor":"Checkbox","default_val":false},"AIt":{"caption":"Image","name":"image","rank":5,"editor":"DynamicValue","value":"image","optional":true},"AIu":{"caption":"Image custom sizes (if no value is passed, the image will be at its own size, if only width is passed, the height will resize to maintain the image original scale, if only height is passed, the width will be the original image width)","name":"image_info","rank":6,"editor":"Label"},"AIv":{"caption":"Width","name":"width","rank":7,"editor":"DynamicValue","value":"number","optional":true},"AIw":{"caption":"Height","name":"height","rank":8,"editor":"DynamicValue","value":"number","optional":true},"AIx":{"caption":"Use custom margins?","name":"custom_margins","rank":10,"editor":"Checkbox","default_val":false},"AIy":{"caption":"Below you will be able to set extra margins for your image element. Leave the box unchecked for a default display. (Will ignore any numbers below)","name":"margin_info","rank":11,"editor":"Label"},"AIz":{"caption":"Margin left","name":"margin_left","rank":12,"editor":"DynamicValue","value":"number","default_val":0},"AJA":{"caption":"Margin top","name":"margin_top","rank":13,"editor":"DynamicValue","value":"number","default_val":0},"AJB":{"caption":"Margin right","name":"margin_right","rank":14,"editor":"DynamicValue","value":"number","default_val":0},"AJC":{"caption":"Margin bottom","name":"margin_bottom","rank":15,"editor":"DynamicValue","value":"number","default_val":0},"AJD":{"caption":"Page break","name":"page_break","rank":16,"editor":"Dropdown","default_val":"Unspecified"},"AJE":{"caption":"Is this element being put into the footer?","name":"into_footer","rank":21,"editor":"Checkbox","default_val":false},"AJF":{"caption":"Is this element being put into the header?","name":"into_header","rank":20,"editor":"Checkbox","default_val":false},"AJG":{"caption":"Is this element being put into a Multi Column?","name":"into_multi_column","rank":17,"editor":"Checkbox","default_val":false},"AJH":{"caption":"Multi column name","name":"multi_column_name","rank":18,"editor":"DynamicValue","value":"text","optional":true},"AJI":{"caption":"Column width","name":"column_width","rank":19,"editor":"Dropdown","optional":true},"AJJ":{"caption":"Image alignmet","name":"alignment","rank":9,"editor":"Dropdown","optional":true},"AJK":{"caption":"Repeating structure auxiliary fields. Only use the fields below if this element is being inserted into a repeating structure","name":"repeating_structure_auxiliary_fields","rank":23,"editor":"Label"},"AJL":{"caption":"Is this element being put into the background?","name":"into_background","rank":22,"editor":"Checkbox","default_val":false},"AJM":{"caption":"Structure name","name":"repeating_structure_name","rank":24,"editor":"DynamicValue","value":"text","optional":true},"AJN":{"caption":"Image list","name":"image_list","rank":25,"editor":"DynamicValue","value":"image","is_list":true,"optional":true}}},"AJX":{"display":"PDF Conjurer (backend) | Load font to PDF","type":"server_side","return_value":{"AEx":{"caption":"Configurations","name":"configurations","rank":0,"value":"text"}},"fields":{"AJP":{"caption":"Insert the previous PDF Conjurer Server-side step result","name":"config_info","rank":0,"editor":"Label"},"AJQ":{"caption":"Previous step result","name":"prev_configs","rank":1,"editor":"DynamicValue","value":"text"},"AJR":{"caption":"Font name","name":"font_name","rank":2,"editor":"DynamicValue","value":"text"},"AJS":{"caption":"Regular","name":"normal","rank":3,"editor":"DynamicValue","value":"file"},"AJT":{"caption":"Italics","name":"italics","rank":5,"editor":"DynamicValue","value":"file"},"AJU":{"caption":"Bold","name":"bold","rank":4,"editor":"DynamicValue","value":"file"},"AJV":{"caption":"Bolditalics","name":"bolditalics","rank":6,"editor":"DynamicValue","value":"file"},"AJW":{"caption":"Insert your font files in TrueType extension (.ttf)","name":"font_info","rank":7,"editor":"Label"}}},"AJh":{"display":"PDF Conjurer (backend) | Define new style to font","type":"server_side","return_value":{"AFO":{"caption":"Configurations","name":"configurations","rank":0,"value":"text"}},"fields":{"AJY":{"caption":"Insert the previous PDF Conjurer Server-side step result","name":"config_info","rank":0,"editor":"Label"},"AJZ":{"caption":"Previous step result","name":"prev_configs","rank":1,"editor":"DynamicValue","value":"text"},"AJa":{"caption":"Style name","name":"style_name","rank":2,"editor":"DynamicValue","value":"text"},"AJb":{"caption":"Font size","name":"font_size","rank":3,"editor":"DynamicValue","value":"number"},"AJc":{"caption":"Bold","name":"bold","rank":4,"editor":"Checkbox","default_val":false},"AJd":{"caption":"Italics","name":"italics","rank":5,"editor":"Checkbox","default_val":false},"AJe":{"caption":"Alignment","name":"alignment","rank":6,"editor":"Dropdown","optional":false},"AJf":{"caption":"Text color","name":"color","rank":7,"editor":"Color","default_val":"rgba(0, 0, 0, 1)"},"AJg":{"caption":"Font name","name":"font_name","rank":8,"editor":"DynamicValue","value":"text","default_val":"Roboto"},"AOt":{"caption":"Line height","name":"line_height","rank":9,"editor":"DynamicValue","value":"number","default_val":1},"APT":{"caption":"Margin left","name":"margin_left","rank":10,"editor":"DynamicValue","value":"number","default_val":0},"APU":{"caption":"Margin top","name":"margin_top","rank":11,"editor":"DynamicValue","value":"number","default_val":0},"APV":{"caption":"Margin right","name":"margin_right","rank":12,"editor":"DynamicValue","value":"number","default_val":0},"APW":{"caption":"Margin bottom","name":"margin_bottom","rank":13,"editor":"DynamicValue","value":"number","default_val":0}}},"AJz":{"display":"PDF Conjurer (backend) | Activate header on PDF","type":"server_side","return_value":{"AFc":{"caption":"Configurations","name":"configurations","rank":0,"value":"text"}},"fields":{"AJi":{"caption":"Insert the previous PDF Conjurer Server-side step result","name":"config_info","rank":0,"editor":"Label"},"AJj":{"caption":"Previous step result","name":"prev_configs","rank":1,"editor":"DynamicValue","value":"text"},"AJk":{"caption":"You can put elements in the header by checking the box at the element itself that says \"insert this element into header?\".","name":"header_info","rank":2,"editor":"Label"},"AJl":{"caption":"Show page number? (counter)","name":"show_page_number","rank":3,"editor":"Checkbox","default_val":false},"AJm":{"caption":"Start count on second page","name":"start_count_on_second_page","rank":4,"editor":"Checkbox","default_val":false},"AJn":{"caption":"Even pages counter alignment","name":"even_page_alignment","rank":5,"editor":"Dropdown","optional":false,"default_val":"Left"},"AJo":{"caption":"Odd pages counter alignment","name":"odd_page_alignment","rank":6,"editor":"Dropdown","optional":false,"default_val":"Right"},"AJp":{"caption":"Hide page number (counter) on specific pages?","name":"use_exclude_pages","rank":7,"editor":"Checkbox","default_val":false},"AJq":{"caption":"Hide counter on","name":"exclude_pages_counter","rank":8,"editor":"DynamicValue","value":"text","optional":true},"AJr":{"caption":"Hide header elements on specific pages?","name":"use_exclude_elements_pages","rank":9,"editor":"Checkbox","default_val":false},"AJs":{"caption":"Hide elements on","name":"exclude_elements_pages","rank":10,"editor":"DynamicValue","value":"text","optional":true},"AJt":{"caption":"* Please note that page numbers starts in number 1, if you chose to start counting on the second page the first page will turn into number 0.","name":"page_numbers_info","rank":11,"editor":"Label"},"AJu":{"caption":"Page number margins","name":"magin_info","rank":12,"editor":"Label"},"AJv":{"caption":"Left margin ","name":"margin_left","rank":13,"editor":"DynamicValue","value":"number","default_val":0},"AJw":{"caption":"Top margin ","name":"margin_top","rank":14,"editor":"DynamicValue","value":"number","default_val":0},"AJx":{"caption":"Right margin","name":"margin_right","rank":15,"editor":"DynamicValue","value":"number","default_val":0},"AJy":{"caption":"Bottom margin","name":"margin_bottom","rank":16,"editor":"DynamicValue","value":"number","default_val":0}}},"AKR":{"display":"PDF Conjurer (backend) | Activate footer on PDF","type":"server_side","return_value":{"AFc":{"caption":"Configurations","name":"configurations","rank":0,"value":"text"}},"fields":{"AKA":{"caption":"Insert the previous PDF Conjurer Server-side step result","name":"config_info","rank":0,"editor":"Label"},"AKB":{"caption":"Previous step result","name":"prev_configs","rank":1,"editor":"DynamicValue","value":"text"},"AKC":{"caption":"You can put elements in the footer by checking the box at the element itself that says \"insert this element into footer?\".","name":"footer_info","rank":2,"editor":"Label"},"AKD":{"caption":"Show page number? (counter)","name":"show_page_number","rank":3,"editor":"Checkbox","default_val":false},"AKE":{"caption":"Start count on second page","name":"start_count_on_second_page","rank":4,"editor":"Checkbox","default_val":false},"AKF":{"caption":"Even pages counter alignment","name":"even_page_alignment","rank":5,"editor":"Dropdown","optional":false,"default_val":"Left"},"AKG":{"caption":"Odd pages counter alignment","name":"odd_page_alignment","rank":6,"editor":"Dropdown","optional":false,"default_val":"Right"},"AKH":{"caption":"Hide page number (counter) on specific pages?","name":"use_exclude_pages","rank":7,"editor":"Checkbox","default_val":false},"AKI":{"caption":"Hide counter on","name":"exclude_pages_counter","rank":8,"editor":"DynamicValue","value":"text","optional":true},"AKJ":{"caption":"Hide footer elements on specific pages?","name":"use_exclude_elements_pages","rank":9,"editor":"Checkbox","default_val":false},"AKK":{"caption":"Hide elements on","name":"exclude_elements_pages","rank":10,"editor":"DynamicValue","value":"text","optional":true},"AKL":{"caption":"* Please note that page numbers starts in number 1, if you chose to start counting on the second page the first page will turn into number 0.","name":"page_numbers_info","rank":11,"editor":"Label"},"AKM":{"caption":"Page number margins","name":"magin_info","rank":12,"editor":"Label"},"AKN":{"caption":"Left margin ","name":"margin_left","rank":13,"editor":"DynamicValue","value":"number","default_val":0},"AKO":{"caption":"Top margin ","name":"margin_top","rank":14,"editor":"DynamicValue","value":"number","default_val":0},"AKP":{"caption":"Right margin","name":"margin_right","rank":15,"editor":"DynamicValue","value":"number","default_val":0},"AKQ":{"caption":"Bottom margin","name":"margin_bottom","rank":16,"editor":"DynamicValue","value":"number","default_val":0},"AOv":{"caption":"Counter style","name":"counter_style","rank":17,"editor":"DynamicValue","value":"text","optional":true}}},"AKZ":{"display":"PDF Conjurer (backend) | Start multi-column on PDF","type":"server_side","return_value":{"AGV":{"caption":"Configurations","name":"configurations","rank":0,"value":"text"}},"fields":{"AKS":{"caption":"Multi Column Name","name":"multi_column_name","rank":2,"editor":"DynamicValue","value":"text"},"AKT":{"caption":"Page break","name":"page_break","rank":4,"editor":"Dropdown","default_val":"Unspecified"},"AKU":{"caption":"Insert the previous PDF Conjurer Server-side step result","name":"config_info","rank":0,"editor":"Label"},"AKV":{"caption":"Previous step result","name":"prev_configs","rank":1,"editor":"DynamicValue","value":"text"},"AKW":{"caption":"Columns gap","name":"columns_gap","rank":3,"editor":"DynamicValue","value":"number","optional":true},"AKX":{"caption":"Being repeated","name":"being_repeated","rank":5,"editor":"DynamicValue","value":"boolean","default_val":false},"AKY":{"caption":"Repeating structure name","name":"repeating_structure_name","rank":6,"editor":"DynamicValue","value":"text","optional":true}}},"AKf":{"display":"PDF Conjurer (backend) | End multi-column on PDF","type":"server_side","return_value":{"AGa":{"caption":"Configurations","name":"configurations","rank":0,"value":"text"}},"fields":{"AKa":{"caption":"Insert the previous PDF Conjurer Server-side step result","name":"config_info","rank":0,"editor":"Label"},"AKb":{"caption":"Previous step result","name":"prev_configs","rank":1,"editor":"DynamicValue","value":"text"},"AKc":{"caption":"Multi column name","name":"multi_column_name","rank":2,"editor":"DynamicValue","value":"text"},"AKd":{"caption":"Being repeated","name":"being_repeated","rank":3,"editor":"DynamicValue","value":"boolean","default_val":false},"AKe":{"caption":"Repeating structure name","name":"repeating_structure_name","rank":4,"editor":"DynamicValue","value":"text","optional":true}}},"AMc":{"display":"PDF Conjurer (backend) | Add table on PDF","type":"server_side","return_value":{"AGk":{"caption":"Configurations","name":"configurations","rank":0,"value":"text"}},"fields":{"AKg":{"caption":"Insert the previous PDF Conjurer Server-side step result","name":"config_info","rank":0,"editor":"Label"},"AKh":{"caption":"Previous step result","name":"prev_configs","rank":1,"editor":"DynamicValue","value":"text"},"AKi":{"caption":"Body text style","name":"table_styles","rank":2,"editor":"DynamicValue","value":"text","optional":true},"AKj":{"caption":"Table column width","name":"table_column_width","rank":3,"editor":"Dropdown","default_val":"Fit available space"},"AKk":{"caption":"Create header row in this table?","name":"table_uses_header_row","rank":4,"editor":"Checkbox","default_val":false},"AKl":{"caption":"Header text style","name":"header_style","rank":5,"editor":"DynamicValue","value":"text","optional":true},"AKm":{"caption":"Table layout","name":"table_layout","rank":6,"editor":"Dropdown","default_val":"Standard"},"AKn":{"caption":"Use table custom margins?","name":"table_custom_margins","rank":7,"editor":"Checkbox","default_val":false},"AKo":{"caption":"Below you will be able to set extra margins for your table element. Leave the box unchecked for a default display. (Will ignore any margin-related numbers below)","name":"margin_info","rank":8,"editor":"Label"},"AKp":{"caption":"Left margin","name":"left_margin","rank":9,"editor":"DynamicValue","value":"number","default_val":0},"AKq":{"caption":"Top margin","name":"top_margin","rank":10,"editor":"DynamicValue","value":"number","default_val":0},"AKr":{"caption":"Right margin","name":"right_margin","rank":11,"editor":"DynamicValue","value":"number","default_val":0},"AKs":{"caption":"Bottom margin","name":"bottom_margin","rank":12,"editor":"DynamicValue","value":"number","default_val":0},"AKt":{"caption":"Page break","name":"page_break","rank":13,"editor":"Dropdown","default_val":"Unspecified"},"AKu":{"caption":"----- Column 1 ------","name":"column_separator_1","rank":15,"editor":"Label"},"AKv":{"caption":"First Column Header","name":"column_header_1","rank":16,"editor":"DynamicValue","value":"text","optional":true},"AKw":{"caption":"First column body","name":"column_content_1","rank":17,"editor":"DynamicValue","value":"_any_thing","is_list":true},"AKx":{"caption":"----- Column 2 ------","name":"column_separator_2","rank":18,"editor":"Label"},"AKy":{"caption":"Use second column?","name":"use_column_2","rank":19,"editor":"Checkbox","default_val":false},"AKz":{"caption":"Second column header","name":"column_header_2","rank":20,"editor":"DynamicValue","value":"text","optional":true},"ALA":{"caption":"Second column body","name":"column_content_2","rank":21,"editor":"DynamicValue","value":"_any_thing","is_list":true,"optional":true},"ALB":{"caption":"----- Column 3 ------","name":"column_separator_3","rank":22,"editor":"Label"},"ALC":{"caption":"Use third column?","name":"use_column_3","rank":23,"editor":"Checkbox","default_val":false},"ALD":{"caption":"Third column header","name":"column_header_3","rank":24,"editor":"DynamicValue","value":"text","optional":true},"ALE":{"caption":"Third column body","name":"column_content_3","rank":25,"editor":"DynamicValue","value":"_any_thing","is_list":true,"optional":true},"ALF":{"caption":"----- Column 4 ------","name":"column_separator_4","rank":26,"editor":"Label"},"ALG":{"caption":"Use fourth column?","name":"use_column_4","rank":27,"editor":"Checkbox","default_val":false},"ALH":{"caption":"Fourth column header","name":"column_header_4","rank":28,"editor":"DynamicValue","value":"text","optional":true},"ALI":{"caption":"Fourth column body","name":"column_content_4","rank":29,"editor":"DynamicValue","value":"_any_thing","is_list":true,"optional":true},"ALJ":{"caption":"----- Column 5 ------","name":"column_separator_5","rank":30,"editor":"Label"},"ALK":{"caption":"Use fifth column?","name":"use_column_5","rank":31,"editor":"Checkbox","default_val":false},"ALL":{"caption":"Fifth column header","name":"column_header_5","rank":32,"editor":"DynamicValue","value":"text","optional":true},"ALM":{"caption":"Fifth column body","name":"column_content_5","rank":33,"editor":"DynamicValue","value":"_any_thing","is_list":true,"optional":true},"ALN":{"caption":"----- Column 6 ------","name":"column_separator_6","rank":34,"editor":"Label"},"ALO":{"caption":"Use sixth column?","name":"use_column_6","rank":35,"editor":"Checkbox","default_val":false},"ALP":{"caption":"Sixth column header","name":"column_header_6","rank":36,"editor":"DynamicValue","value":"text","optional":true},"ALQ":{"caption":"Sixth column body","name":"column_content_6","rank":37,"editor":"DynamicValue","value":"_any_thing","is_list":true,"optional":true},"ALR":{"caption":"----- Column 7 ------","name":"column_separator_7","rank":38,"editor":"Label"},"ALS":{"caption":"Use seventh column?","name":"use_column_7","rank":39,"editor":"Checkbox","default_val":false},"ALT":{"caption":"Seventh column header","name":"column_header_7","rank":40,"editor":"DynamicValue","value":"text","optional":true},"ALU":{"caption":"Seventhcolumn body","name":"column_content_7","rank":41,"editor":"DynamicValue","value":"_any_thing","is_list":true,"optional":true},"ALV":{"caption":"----- Column 8 ------","name":"column_separator_8","rank":42,"editor":"Label"},"ALW":{"caption":"Use eighth column?","name":"use_column_8","rank":43,"editor":"Checkbox","default_val":false},"ALX":{"caption":"Eighth column header","name":"column_header_8","rank":44,"editor":"DynamicValue","value":"text","optional":true},"ALY":{"caption":"Eighth column body","name":"column_content_8","rank":45,"editor":"DynamicValue","value":"_any_thing","is_list":true,"optional":true},"ALZ":{"caption":"----- Column 9 ------","name":"column_separator_9","rank":46,"editor":"Label"},"ALa":{"caption":"Use ninth column?","name":"use_column_9","rank":47,"editor":"Checkbox","default_val":false},"ALb":{"caption":"Ninth column header","name":"column_header_9","rank":48,"editor":"DynamicValue","value":"text","optional":true},"ALc":{"caption":"Ninth column body","name":"column_content_9","rank":49,"editor":"DynamicValue","value":"_any_thing","is_list":true,"optional":true},"ALd":{"caption":"----- Column 10 ------","name":"column_separator_10","rank":50,"editor":"Label"},"ALe":{"caption":"Use tenth column?","name":"use_column_10","rank":51,"editor":"Checkbox","default_val":false},"ALf":{"caption":"Tenth column header","name":"column_header_10","rank":52,"editor":"DynamicValue","value":"text","optional":true},"ALg":{"caption":"Tenth column body","name":"column_content_10","rank":53,"editor":"DynamicValue","value":"_any_thing","is_list":true,"optional":true},"ALh":{"caption":"About multi column","name":"multi_column_info","rank":94,"editor":"Label"},"ALi":{"caption":"Is this element being put into a Multi Column?","name":"into_multi_column","rank":95,"editor":"Checkbox","default_val":false},"ALj":{"caption":"This Column's Width","name":"multi_column_width","rank":96,"editor":"Dropdown","optional":true,"default_val":"Fit available space"},"ALk":{"caption":"Multi column name","name":"multi_column_name","rank":98,"editor":"DynamicValue","value":"text","optional":true},"ALl":{"caption":"Is this element being put into the header?","name":"into_header","rank":99,"editor":"Checkbox","default_val":false},"ALm":{"caption":"Is this element being put into the footer?","name":"into_footer","rank":100,"editor":"Checkbox","default_val":false},"ALn":{"caption":"Is this element being put into the background?","name":"into_background","rank":101,"editor":"Checkbox","default_val":false},"ALo":{"caption":"Use eleventh column?","name":"use_column_11","rank":55,"editor":"Checkbox","default_val":false},"ALp":{"caption":"----- Column 11 ------","name":"column_separator_11","rank":54,"editor":"Label"},"ALq":{"caption":"Eleventh column header","name":"column_header_11","rank":56,"editor":"DynamicValue","value":"text","optional":true},"ALr":{"caption":"Eleventh column body","name":"column_content_11","rank":57,"editor":"DynamicValue","value":"_any_thing","is_list":true,"optional":true},"ALs":{"caption":"----- Column 12 ------","name":"column_separator_12","rank":58,"editor":"Label"},"ALt":{"caption":"Use twelfth column?","name":"use_column_12","rank":59,"editor":"Checkbox","default_val":false},"ALu":{"caption":"Twelfth column header","name":"column_header_12","rank":60,"editor":"DynamicValue","value":"text","optional":true},"ALv":{"caption":"Twelfth column body","name":"column_content_12","rank":61,"editor":"DynamicValue","value":"_any_thing","is_list":true,"optional":true},"ALw":{"caption":"----- Column 13 ------","name":"column_separator_13","rank":62,"editor":"Label"},"ALx":{"caption":"Use thirteenth column?","name":"use_column_13","rank":63,"editor":"Checkbox","default_val":false},"ALy":{"caption":"Thirteenth column header","name":"column_header_13","rank":64,"editor":"DynamicValue","value":"text","optional":true},"ALz":{"caption":"Thirteenth column body","name":"column_content_13","rank":65,"editor":"DynamicValue","value":"_any_thing","is_list":true,"optional":true},"AMA":{"caption":"----- Column 14 ------","name":"column_separator_14","rank":66,"editor":"Label"},"AMB":{"caption":"Use fourteenth column?","name":"use_column_14","rank":67,"editor":"Checkbox","default_val":false},"AMC":{"caption":"Fourteenth column header","name":"column_header_14","rank":68,"editor":"DynamicValue","value":"text","optional":true},"AMD":{"caption":"Fourteenth column body","name":"column_content_14","rank":69,"editor":"DynamicValue","value":"_any_thing","is_list":true,"optional":true},"AME":{"caption":"----- Column 15 ------","name":"column_separator_15","rank":70,"editor":"Label"},"AMF":{"caption":"Use fifteenth column?","name":"use_column_15","rank":71,"editor":"Checkbox","default_val":false},"AMG":{"caption":"Fifteenth column header","name":"column_header_15","rank":72,"editor":"DynamicValue","value":"text","optional":true},"AMH":{"caption":"Fifteenth column body","name":"column_content_15","rank":73,"editor":"DynamicValue","value":"_any_thing","is_list":true,"optional":true},"AMI":{"caption":"----- Column 16 ------","name":"column_separator_16","rank":74,"editor":"Label"},"AMJ":{"caption":"Use sixteenth column?","name":"use_column_16","rank":75,"editor":"Checkbox","default_val":false},"AMK":{"caption":"Sixteenth column header","name":"column_header_16","rank":76,"editor":"DynamicValue","value":"text","optional":true},"AML":{"caption":"Sixteenth column body","name":"column_content_16","rank":77,"editor":"DynamicValue","value":"_any_thing","is_list":true,"optional":true},"AMM":{"caption":"----- Column 17 ------","name":"column_separator_17","rank":78,"editor":"Label"},"AMN":{"caption":"Use seventeenth column?","name":"use_column_17","rank":79,"editor":"Checkbox","default_val":false},"AMO":{"caption":"Use eighteenth column?","name":"use_column_18","rank":83,"editor":"Checkbox","default_val":false},"AMP":{"caption":"Use nineteenth column?","name":"use_column_19","rank":87,"editor":"Checkbox","default_val":false},"AMQ":{"caption":"Use twentieth column?","name":"use_column_20","rank":91,"editor":"Checkbox","default_val":false},"AMR":{"caption":"----- Column 18 ------","name":"column_separator_18","rank":82,"editor":"Label"},"AMS":{"caption":"----- Column 19 ------","name":"column_separator_19","rank":86,"editor":"Label"},"AMT":{"caption":"----- Column 20 ------","name":"column_separator_20","rank":90,"editor":"Label"},"AMU":{"caption":"Seventeenth column header","name":"column_header_17","rank":80,"editor":"DynamicValue","value":"text","optional":true},"AMV":{"caption":"Eighteenth column header","name":"column_header_18","rank":84,"editor":"DynamicValue","value":"text","optional":true},"AMW":{"caption":"Nineteenth column header","name":"column_header_19","rank":88,"editor":"DynamicValue","value":"text","optional":true},"AMX":{"caption":"Twentieth column header","name":"column_header_20","rank":92,"editor":"DynamicValue","value":"text","optional":true},"AMY":{"caption":"Seventeenth column body","name":"column_content_17","rank":81,"editor":"DynamicValue","value":"_any_thing","is_list":true,"optional":true},"AMZ":{"caption":"Eighteenth column body","name":"column_content_18","rank":85,"editor":"DynamicValue","value":"_any_thing","is_list":true,"optional":true},"AMa":{"caption":"Nineteenth column body","name":"column_content_19","rank":89,"editor":"DynamicValue","value":"_any_thing","is_list":true,"optional":true},"AMb":{"caption":"Twentieth column body","name":"column_content_20","rank":93,"editor":"DynamicValue","value":"_any_thing","is_list":true,"optional":true},"AOQ":{"caption":"Parse BBCode?","name":"parse_bbcode","rank":14,"editor":"DynamicValue","value":"boolean","default_val":false},"APC":{"caption":"Fixed width size","name":"fixed_width_column_size","rank":97,"editor":"DynamicValue","value":"number","optional":true}}},"AMh":{"display":"PDF Conjurer (backend) | Start repeating structure on PDF","type":"server_side","return_value":{"AHx":{"caption":"Configurations","name":"configurations","rank":0,"value":"text","is_list":false}},"fields":{"AMd":{"caption":"Insert the previous PDF Conjurer Server-side step result","name":"config_info","rank":0,"editor":"Label"},"AMe":{"caption":"Previous step result","name":"prev_configs","rank":1,"editor":"DynamicValue","value":"text"},"AMf":{"caption":"Name","name":"repeating_structure_name","rank":2,"editor":"DynamicValue","value":"text"},"AMg":{"caption":"How many structures","name":"iterations_count","rank":3,"editor":"DynamicValue","value":"number"}}},"AMl":{"display":"PDF Conjurer (backend) | End repeating structure on PDF","type":"server_side","return_value":{"AID":{"caption":"Configurations","name":"configurations","rank":0,"value":"text"}},"fields":{"AMi":{"caption":"Insert the previous PDF Conjurer Server-side step result","name":"config_info","rank":0,"editor":"Label","value":"text","default_val":""},"AMj":{"caption":"Previous step result","name":"prev_configs","rank":1,"editor":"DynamicValue","value":"text"},"AMk":{"caption":"Name","name":"repeating_structure_name","rank":2,"editor":"DynamicValue","value":"text"}}},"AMq":{"display":"PDF Conjurer (backend) | Start repeated table on PDF","type":"server_side","return_value":{"AIM":{"caption":"Configurations","name":"configurations","rank":0,"value":"text"}},"fields":{"AMm":{"caption":"Insert the previous PDF Conjurer Server-side step result","name":"config_info","rank":0,"editor":"Label","value":"text"},"AMn":{"caption":"Previous step result","name":"prev_configs","rank":1,"editor":"DynamicValue","value":"text"},"AMo":{"caption":"Attention: This advanced action is only to be used inside a \"Repeated structure\".","name":"action_info","rank":2,"editor":"Label"},"AMp":{"caption":"Table name","name":"table_name","rank":3,"editor":"DynamicValue","value":"text"}}},"ANC":{"display":"PDF Conjurer (backend) | Add column to a repeated table on PDF","type":"server_side","return_value":{"AKI":{"caption":"Configurations","name":"configurations","rank":0,"value":"text"}},"fields":{"AMr":{"caption":"Insert the previous PDF Conjurer Server-side step result","name":"config_info","rank":0,"editor":"Label"},"AMs":{"caption":"Previous step result","name":"prev_configs","rank":1,"editor":"DynamicValue","value":"text"},"AMt":{"caption":"Attention: This advanced action is only to be used inside a \"Repeated structure\".","name":"info","rank":3,"editor":"Label"},"AMu":{"caption":"Thing type","name":"thing_type","rank":4,"editor":"custom_type"},"AMv":{"caption":"Field of thing","name":"field_of_thing","rank":5,"editor":"custom_field_AMu"},"AMw":{"caption":"Data source","name":"data_source","rank":6,"editor":"DynamicValue","value":"custom_data_AMu","is_list":true},"AMx":{"caption":"Table name","name":"table_name","rank":2,"editor":"DynamicValue","value":"text"},"AMy":{"caption":"Column header","name":"column_header","rank":8,"editor":"DynamicValue","optional":true,"value":"text"},"AMz":{"caption":"Column style","name":"column_style","rank":7,"editor":"DynamicValue","value":"text","optional":true},"ANA":{"caption":"Header style","name":"header_style","rank":9,"editor":"DynamicValue","value":"text","optional":true},"ANB":{"caption":"Column width","name":"column_width","rank":10,"editor":"Dropdown","default_val":"Fit available space","optional":true},"AOY":{"caption":"Parse BBCode?","name":"parse_bbcode","rank":11,"editor":"DynamicValue","value":"boolean","default_val":false}}},"ANR":{"display":"PDF Conjurer (backend) | End repeated table on PDF","type":"server_side","return_value":{"AKT":{"caption":"Configurations","name":"configurations","rank":0,"value":"text"}},"fields":{"AND":{"caption":"Insert the previous PDF Conjurer Server-side step result","name":"config_info","rank":0,"editor":"Label"},"ANE":{"caption":"Previous step result","name":"prev_configs","rank":1,"editor":"DynamicValue","value":"text"},"ANF":{"caption":"Table name","name":"table_name","rank":2,"editor":"DynamicValue","value":"text"},"ANG":{"caption":"Repeating structure name","name":"repeating_structure_name","rank":3,"editor":"DynamicValue","value":"text"},"ANH":{"caption":"Use table custom margins?","name":"custom_margins","rank":4,"editor":"DynamicValue","value":"boolean","default_val":false},"ANI":{"caption":"Table left margin","name":"left_margin","rank":5,"editor":"DynamicValue","value":"number","default_val":0},"ANJ":{"caption":"Table top margin","name":"top_margin","rank":6,"editor":"DynamicValue","value":"number","default_val":0},"ANK":{"caption":"Table right margin","name":"right_margin","rank":7,"editor":"DynamicValue","value":"number","default_val":0},"ANL":{"caption":"Table bottom margin","name":"bottom_margin","rank":8,"editor":"DynamicValue","value":"number","default_val":0},"ANM":{"caption":"Page break","name":"page_break","rank":9,"editor":"Dropdown","value":"text","default_val":"Unspecified"},"ANN":{"caption":"Table layout","name":"table_layout","rank":10,"editor":"Dropdown","default_val":"Standard"},"ANO":{"caption":"Into multi column","name":"into_multi_column","rank":11,"editor":"DynamicValue","value":"boolean","default_val":false},"ANP":{"caption":"Multi column name","name":"multi_column_name","rank":12,"editor":"DynamicValue","value":"text","optional":true},"ANQ":{"caption":"Multi column width","name":"multi_column_width","rank":13,"editor":"Dropdown","optional":true},"APO":{"caption":"Fixed width size","name":"fixed_width_column_size","rank":14,"editor":"DynamicValue","value":"number","optional":true}}},"ANV":{"display":"PDF Conjurer (backend) | Start advanced table on PDF","type":"server_side","return_value":{"AJH":{"caption":"Configurations","name":"configurations","rank":0,"value":"text"}},"fields":{"ANS":{"caption":"Insert the previous PDF Conjurer Server-side step result","name":"config_info","rank":0,"editor":"Label"},"ANT":{"caption":"Previous step result","name":"prev_configs","rank":1,"editor":"DynamicValue","value":"text"},"ANU":{"caption":"Table name","name":"table_name","rank":2,"editor":"DynamicValue","value":"text"}}},"ANo":{"display":"PDF Conjurer (backend) | Add column into advanced table on PDF","type":"server_side","return_value":{"AIu":{"caption":"Configurations","name":"configurations","rank":0,"value":"text"}},"fields":{"ANW":{"caption":"Insert the previous PDF Conjurer Server-side step result","name":"config_info","rank":0,"editor":"Label"},"ANX":{"caption":"Previous step result","name":"prev_configs","rank":1,"editor":"DynamicValue","value":"text"},"ANY":{"caption":"Table name","name":"table_name","rank":2,"editor":"DynamicValue","value":"text"},"ANZ":{"caption":"List of items","name":"items_list","rank":3,"editor":"DynamicValue","value":"_any_thing","is_list":true,"optional":true},"ANa":{"caption":"Text body style","name":"text_body_style","rank":4,"editor":"DynamicValue","value":"text","optional":true},"ANb":{"caption":"Column width","name":"column_width","rank":5,"editor":"Dropdown","default_val":"Fit available space"},"ANc":{"caption":"Fixed width size","name":"specified_column_width","rank":6,"editor":"DynamicValue","value":"number","optional":true},"ANd":{"caption":"Column header","name":"column_header","rank":7,"editor":"DynamicValue","value":"text","optional":true},"ANe":{"caption":"Header style","name":"header_style","rank":8,"editor":"DynamicValue","value":"text","optional":true},"ANf":{"caption":"Using images","name":"using_images","rank":9,"editor":"DynamicValue","value":"boolean","default_val":false},"ANg":{"caption":"Image width","name":"image_width","rank":10,"editor":"DynamicValue","value":"number","optional":true},"ANh":{"caption":"Image height","name":"image_height","rank":11,"editor":"DynamicValue","value":"number","optional":true},"ANi":{"caption":"Below you will be able to set extra margins for your image or text element. Leave the field as \"no\" for a default display. (Will ignore any numbers below)","name":"margin_info","rank":12,"editor":"Label"},"ANj":{"caption":"Use custom margins?","name":"custom_margins","rank":13,"editor":"DynamicValue","value":"boolean","default_val":false},"ANk":{"caption":"Left Margin","name":"left_margin","rank":14,"editor":"DynamicValue","value":"number","default_val":0},"ANl":{"caption":"Top Margin","name":"top_margin","rank":15,"editor":"DynamicValue","value":"number","default_val":0},"ANm":{"caption":"Right Margin","name":"right_margin","rank":16,"editor":"DynamicValue","value":"number","default_val":0},"ANn":{"caption":"Bottom Margin","name":"bottom_margin","rank":17,"editor":"DynamicValue","value":"number","default_val":0},"AOR":{"caption":"Parse BBCode?","name":"parse_bbcode","rank":18,"editor":"DynamicValue","value":"boolean","default_val":false}}},"AOF":{"display":"PDF Conjurer (backend) | End advanced table on PDF","type":"server_side","return_value":{"AIx":{"caption":"Configurations","name":"configurations","rank":0,"value":"text"}},"fields":{"ANp":{"caption":"Insert the previous PDF Conjurer Server-side step result","name":"config_info","rank":0,"editor":"Label"},"ANq":{"caption":"Previous step result","name":"prev_configs","rank":1,"editor":"DynamicValue","value":"text"},"ANr":{"caption":"Table name","name":"table_name","rank":2,"editor":"DynamicValue","value":"text"},"ANs":{"caption":"Table layout","name":"table_layout","rank":3,"editor":"Dropdown","default_val":"Standard"},"ANt":{"caption":"Page break","name":"page_break","rank":4,"editor":"Dropdown","default_val":"Unspecified"},"ANu":{"caption":"Use table custom margins?","name":"table_custom_margins","rank":5,"editor":"DynamicValue","value":"boolean","default_val":false},"ANv":{"caption":"Table left margin","name":"left_margin","rank":6,"editor":"DynamicValue","value":"number","default_val":0},"ANw":{"caption":"Table top margin","name":"top_margin","rank":7,"editor":"DynamicValue","value":"number","default_val":0},"ANx":{"caption":"Table right margin","name":"right_margin","rank":8,"editor":"DynamicValue","value":"number","default_val":0},"ANy":{"caption":"Table bottom margin","name":"bottom_margin","rank":9,"editor":"DynamicValue","value":"number","default_val":0},"ANz":{"caption":"Into multi column","name":"into_multi_column","rank":10,"editor":"DynamicValue","value":"boolean","default_val":false},"AOA":{"caption":"Multi column name","name":"multi_column_name","rank":11,"editor":"DynamicValue","value":"text","optional":true},"AOB":{"caption":"This multicolumn width","name":"this_column_width","rank":12,"editor":"Dropdown","default_val":"Fit available space"},"AOC":{"caption":"Into header","name":"into_header","rank":14,"editor":"DynamicValue","value":"boolean","default_val":false},"AOD":{"caption":"Into footer","name":"into_footer","rank":15,"editor":"DynamicValue","value":"boolean","default_val":false},"AOE":{"caption":"Into background","name":"into_background","rank":16,"editor":"DynamicValue","value":"boolean","default_val":false},"APA":{"caption":"Fixed width size","name":"fixed_width_column_size","rank":13,"editor":"DynamicValue","value":"number","optional":true}}},"APX":{"display":"PDF Conjurer (backend) | Request external conjure PDF","type":"server_side","fields":{"APY":{"caption":"Insert the previous PDF Conjurer Server-side step result","name":"config_info","rank":0,"editor":"Label"},"APZ":{"caption":"Previous step result","name":"prev_configs","rank":1,"editor":"DynamicValue","value":"text"},"APa":{"caption":"File name","name":"file_name","rank":2,"editor":"DynamicValue","value":"text","default_val":"Document"},"APb":{"caption":"Set data header","name":"set_data_header","rank":3,"editor":"DynamicValue","value":"boolean","default_val":true},"APc":{"caption":"Return URL for PDF content","name":"return_url_for_pdf_content","rank":5,"editor":"DynamicValue","value":"text"},"APe":{"caption":"Error return URL","name":"error_return_url","rank":6,"editor":"DynamicValue","value":"text","optional":true},"APf":{"caption":"Additional data","name":"additional_data","rank":7,"editor":"DynamicValue","value":"text","optional":true},"APg":{"caption":"External function URL","name":"external_function_url","rank":4,"editor":"DynamicValue","value":"text"},"APh":{"caption":"External upload options","name":"external_upload_options","rank":8,"editor":"Label"},"APi":{"caption":"DO Bucket name","name":"bucketName","rank":9,"editor":"DynamicValue","value":"text","optional":true},"APj":{"caption":"Access Key ID","name":"accessKeyId","rank":10,"editor":"DynamicValue","value":"text","optional":true},"APk":{"caption":"Secret Access Key","name":"secretAccessKey","rank":11,"editor":"DynamicValue","value":"text","optional":true}}}}};
window._bubble_page_load_data.plugins_size['1543086664409x454646894723334140'] = 154105;
window.preloaded['plugin/third_party:1543086664409x454646894723334140:5.13.0'] = true;
window.plugins["1553006094610x835866904531566600"] = {"human":"Fuzzy search & Autocomplete","dependencies":{"use_jquery":true},"plugin_elements":{"AAC":{"display":"Search & Autocorrect","property_applications":{"MinWidth":true,"resizable":true},"add_is_visible":true,"fields":{"AAD":{"caption":"Data Type","name":"app_data","rank":0,"editor":"custom_type"},"AAE":{"caption":"Data Source","name":"data_source","rank":1,"editor":"DynamicValue","is_list":true,"value":"custom_data_AAD"},"AAF":{"caption":"Field To Search 1","name":"search_field","rank":2,"editor":"custom_field_AAD","optional":false},"AAG":{"caption":"Field To Search 2","name":"search_field_2","rank":3,"editor":"custom_field_AAD","optional":true},"AAH":{"caption":"Field To Search 3","name":"search_field_3","rank":4,"editor":"custom_field_AAD","optional":true},"AAI":{"caption":"Field To Search 4","name":"search_field_4","rank":5,"editor":"custom_field_AAD","optional":true},"AAJ":{"caption":"Field To Search 5","name":"search_field_5","rank":6,"editor":"custom_field_AAD","optional":true},"AAK":{"caption":"Text To Match","name":"string_to_match","rank":7,"editor":"DynamicValue","value":"text","optional":true},"AAL":{"caption":"OR Set Text to Match from an Input Box","name":"search_type","rank":8,"editor":"Checkbox","default_val":false},"AAM":{"caption":"Check for fast updates from an Input Box value. Make sure you set the Input Box ID value below. See documentation for more info.","name":"search_type_info","rank":9,"editor":"Label"},"AAN":{"caption":"Input Box ID","name":"input_box_id","rank":10,"editor":"DynamicValue","optional":true,"value":"text"},"AAO":{"caption":"___ Options ___","name":"options","rank":11,"editor":"Label"},"AAP":{"caption":"Threshold","name":"threshold","rank":12,"editor":"StaticNumber","default_val":0.6},"AAQ":{"caption":"A threshold of 0.0 requires a perfect match (of both letters and location), a threshold of 1.0 would match anything.","name":"threshold_info","rank":13,"editor":"Label"},"AAR":{"caption":"Case Sensitive","name":"case_sensitive","rank":14,"editor":"Checkbox","default_val":false},"AAS":{"caption":"___ Advanced Options ___","name":"advanced_options","rank":15,"editor":"Label"},"AAV":{"caption":"Find All Matches","name":"find_all_matches","rank":16,"editor":"Checkbox","default_val":true},"AAW":{"caption":"Location","name":"location","rank":17,"editor":"StaticNumber","default_val":0},"AAX":{"caption":"Distance","name":"distance","rank":18,"editor":"StaticNumber","default_val":100},"AAZ":{"caption":"Exclude Terms Shorter Than","name":"exclude_under","rank":19,"editor":"StaticNumber","default_val":2}},"states":{"AAa":{"caption":"Matches","name":"match_array","value":"custom_data_AAD","initialization_code":{"fn":"function(properties,context){}"},"is_list":true},"AAb":{"caption":"Match Scores","name":"match_scores_array","value":"number","initialization_code":{"fn":"function(properties,context){}"},"is_list":true},"AAc":{"caption":"Input Box's Value","name":"input_box_value","value":"text","initialization_code":{"fn":"function(properties,context){}"}}},"actions":{"AAd":{"caption":"Reset input","code":{"fn":"function(instance,properties,context){instance.data.input_box_id&&($(\"#\"+instance.data.input_box_id).val(\"\"),instance.publishState(\"match_array\",null),instance.publishState(\"match_scores_array\",null),instance.publishState(\"input_box_value\",null))}"}}},"code":{"initialize":{"fn":"function(instance,context){function _0x5c7f(){var _0x320c22=[\"trim\",\"136496ShsyZD\",\"21177130xiyZYw\",\"publishState\",\"9FGAAye\",\"result\",\"data\",\"exclude_under\",\"2548737Jybqmk\",\"getResults\",\"4879985JzTTlg\",\"join\",\"options\",\"search\",\"len\",\"newID\",\"input\",\"1237985imBUYV\",\"filter\",\"get\",\"match_array\",\"4dRnrbx\",\"525rXMGnm\",\"match_scores_array\",\"dictionary\",\"input_box_id\",\"739082rBJdbA\",\"Search & Autocorrect: Instance variables not declared\",\"length\",\"log\",\"input_box_value\",\"val\",\"6120486dZBLnu\",\"item\",\"push\",\"split\",\"match\"];return(_0x5c7f=function(){return _0x320c22})()}function _0x18ac(_0x533740,_0x329d34){var _0x5c7f2f=_0x5c7f();return(_0x18ac=function(_0x18acaf,_0xd4c964){var _0x1884c8;return _0x5c7f2f[_0x18acaf-=371]})(_0x533740,_0x329d34)}function initialize(_0x2d8736,_0x389e94){var _0x1c9dc4=_0x18ac;_0x2d8736[_0x1c9dc4(376)].result=\"\",_0x2d8736[_0x1c9dc4(376)][_0x1c9dc4(379)]=function _0x16db4d(){var _0xbf5dcf=_0x1c9dc4;if(_0x2d8736.data[_0xbf5dcf(375)]&&_0x2d8736[_0xbf5dcf(376)][_0xbf5dcf(375)][_0xbf5dcf(398)]){var _0xb245ab=[],_0x179e2b=[];for(i=0;i<_0x2d8736[_0xbf5dcf(376)][_0xbf5dcf(375)][_0xbf5dcf(398)];i++){var _0x1d0177=_0x2d8736[_0xbf5dcf(376)].data_source[_0xbf5dcf(389)](0,_0x2d8736[_0xbf5dcf(376)][_0xbf5dcf(384)]+1)[_0x2d8736[_0xbf5dcf(376)][_0xbf5dcf(375)][i][_0xbf5dcf(403)].id];_0xb245ab[_0xbf5dcf(404)](_0x1d0177),_0x179e2b.push(_0x2d8736[_0xbf5dcf(376)][_0xbf5dcf(375)][i].score)}_0x2d8736[_0xbf5dcf(373)](_0xbf5dcf(390),_0xb245ab),_0x2d8736[_0xbf5dcf(373)](_0xbf5dcf(393),_0x179e2b)}else _0x2d8736[_0xbf5dcf(373)](\"match_array\",null),_0x2d8736.publishState(_0xbf5dcf(393),null)},_0x2d8736[_0x1c9dc4(376)][_0x1c9dc4(385)]=function(_0x1ba1d5){var _0x14035a=_0x1c9dc4;_0x2d8736[_0x14035a(376)][_0x14035a(395)]&&_0x2d8736.data.search_type&&$(\"#\"+_0x1ba1d5).on(_0x14035a(386),null,null,(function(){var _0x568ed0=_0x14035a;if(_0x2d8736.data[_0x568ed0(394)]&&_0x2d8736[_0x568ed0(376)][_0x568ed0(382)]){var _0x3eec35=$(\"#\"+_0x2d8736[_0x568ed0(376)].input_box_id)[_0x568ed0(401)]()[_0x568ed0(407)]();_0x3eec35=_0x3eec35[_0x568ed0(405)](\" \")[_0x568ed0(388)]((function(_0x1c39d1){var _0x1564d2=_0x568ed0;let _0x58ee56=/[\\u0000-\\u007f\\u0080-\\u00ff\\u0100-\\u0180-\\u024f\\u017f\\u0400-\\u04ff\\u3040-\\u30ff\\u3400-\\u4dbf\\u4e00-\\u9fff\\uf900-\\ufa2d\\uff66-\\uff9f\\u3131-\\uD79D\\u0590-\\u05ff\\u0600–\\u06ff\\u10A0-\\u10ff\\u0530-\\u058f\\u0750-\\u07ff\\u08a0-\\u08ff\\ufa30-\\ufa6a\\ufa70-\\ufad9\\ufb50-\\ufdff\\ufe70-\\ufeff\\u10e60-\\u10e7f\\u1ec70-\\u1ecbf\\u1ed00-\\u1ed4f\\u1ee00-\\u1eeff\\u20000-\\u2a6d6\\u2f800-\\u2fa1d]+/;var _0xf92caf=_0x1c39d1[_0x1564d2(406)](_0x58ee56);return _0xf92caf&&_0xf92caf[0][_0x1564d2(398)]>=_0x2d8736[_0x1564d2(376)][_0x1564d2(377)]}))[_0x568ed0(381)](\" \");var _0x4f3729=new Fuse(_0x2d8736.data.dictionary,_0x2d8736[_0x568ed0(376)][_0x568ed0(382)]);_0x2d8736[_0x568ed0(376)][_0x568ed0(375)]=_0x4f3729[_0x568ed0(383)](_0x3eec35),_0x2d8736[_0x568ed0(376)][_0x568ed0(379)]()}else console[_0x568ed0(399)](_0x568ed0(397));_0x2d8736[_0x568ed0(373)](_0x568ed0(400),$(\"#\"+_0x2d8736[_0x568ed0(376)][_0x568ed0(395)])[_0x568ed0(401)]())}))},$(document).ready((function(){var _0x4cc097=_0x1c9dc4;_0x2d8736.data[_0x4cc097(385)](_0x2d8736[_0x4cc097(376)].input_box_id)}))}!function(_0x3286b8,_0x3179a8){for(var _0x5259af=_0x18ac,_0x9122d1=_0x3286b8();;)try{var _0x3f8959;if(643338===-parseInt(_0x5259af(387))/1+-parseInt(_0x5259af(396))/2+parseInt(_0x5259af(378))/3*(parseInt(_0x5259af(391))/4)+-parseInt(_0x5259af(380))/5+-parseInt(_0x5259af(402))/6+parseInt(_0x5259af(392))/7*(parseInt(_0x5259af(371))/8)+parseInt(_0x5259af(374))/9*(parseInt(_0x5259af(372))/10))break;_0x9122d1.push(_0x9122d1.shift())}catch(_0x491d23){_0x9122d1.push(_0x9122d1.shift())}}(_0x5c7f,643338),initialize(instance,context)}","add_debugger":false},"update":{"fn":"function(instance,properties,context){function _0x416e(_0x4589ec,_0x12cd13){var _0x117a09=_0x117a();return(_0x416e=function(_0x416e44,_0x2ce264){var _0x56c48e;return _0x117a09[_0x416e44-=407]})(_0x4589ec,_0x12cd13)}function _0x117a(){var _0x162e66=[\"makearray\",\"search_type\",\"loadFuzzy\",\"exclude_under\",\"search_field_5\",\"result\",\"publishState\",\"split\",\"trim\",\"match\",\"search\",\"case_sensitive\",\"len\",\"word4\",\"input_box_id\",\"search_field\",\"540114EVlqAN\",\"item\",\"distance\",\"filter\",\"length\",\"match_scores_array\",\"3641121EiRecv\",\"find_all_matches\",\"152jZyrTs\",\"Search & Autocorrect: Data source not defined\",\"search_field_2\",\"3720852hshxkV\",\"30602748KKUksV\",\"match_array\",\"push\",\"newID\",\"search_field_3\",\"1393590KJMbkj\",\"data_source\",\"10fhAtyP\",\"search_field_4\",\"6936088VAZUEk\",\"log\",\"data\",\"word2\",\"2DoXGwM\",\"join\",\"get\",\"Empty\",\"word3\",\"7XgEfrO\",\"string_to_match\",\"options\",\"64135BOCROh\",\"dictionary\"];return(_0x117a=function(){return _0x162e66})()}function update(_0x100f5c,_0x38f97a,_0x45d9fb){var _0x4bbb6a=_0x416e;_0x100f5c[_0x4bbb6a(449)][_0x4bbb6a(444)]=_0x38f97a.data_source,_0x100f5c[_0x4bbb6a(449)].loadFuzzy=function _0xa3e953(){var _0x5a431a=_0x4bbb6a;if(_0x100f5c.data[_0x5a431a(457)]=_0x38f97a[_0x5a431a(457)],_0x100f5c[_0x5a431a(449)][_0x5a431a(409)]=[],_0x100f5c[_0x5a431a(449)][_0x5a431a(441)](_0x38f97a.input_box_id),_0x100f5c.data.input_box_id=_0x38f97a[_0x5a431a(424)],_0x100f5c[_0x5a431a(449)][_0x5a431a(413)]=_0x38f97a[_0x5a431a(413)],_0x100f5c.data[_0x5a431a(411)]=_0x38f97a[_0x5a431a(411)],_0x38f97a[_0x5a431a(444)]){var _0x250ee2=_0x100f5c.data[_0x5a431a(444)].length();_0x100f5c[_0x5a431a(449)][_0x5a431a(422)]=_0x250ee2}else console[_0x5a431a(448)](_0x5a431a(435));var _0x3b8829=[];function _0xf72343(){var _0x12f3fb=_0x5a431a;if(_0x100f5c.data[_0x12f3fb(415)]&&_0x100f5c[_0x12f3fb(449)][_0x12f3fb(415)][_0x12f3fb(430)]){var _0x15a109=[],_0x3003fd=[];for(i=0;i<_0x100f5c[_0x12f3fb(449)][_0x12f3fb(415)][_0x12f3fb(430)];i++){var _0x5c362e=_0x100f5c.data.data_source.get(0,_0x100f5c[_0x12f3fb(449)][_0x12f3fb(422)]+1)[_0x100f5c[_0x12f3fb(449)][_0x12f3fb(415)][i][_0x12f3fb(427)].id];_0x15a109[_0x12f3fb(440)](_0x5c362e),_0x3003fd[_0x12f3fb(440)](_0x100f5c.data[_0x12f3fb(415)][i].score)}_0x100f5c.publishState(\"match_array\",_0x15a109),_0x100f5c.publishState(_0x12f3fb(431),_0x3003fd)}else _0x100f5c[_0x12f3fb(416)](_0x12f3fb(439),null),_0x100f5c[_0x12f3fb(416)](_0x12f3fb(431),null)}if(_0x38f97a[_0x5a431a(425)]&&_0x3b8829[_0x5a431a(440)](\"word1\"),_0x38f97a[_0x5a431a(436)]&&_0x3b8829[_0x5a431a(440)](_0x5a431a(450)),_0x38f97a[_0x5a431a(442)]&&_0x3b8829[_0x5a431a(440)](_0x5a431a(455)),_0x38f97a[_0x5a431a(446)]&&_0x3b8829.push(_0x5a431a(423)),_0x38f97a.search_field_5&&_0x3b8829[_0x5a431a(440)](\"word5\"),_0x100f5c.data[_0x5a431a(410)]=function _0x395c87(){var _0x9ed3ea=_0x5a431a;for(i=0;i<_0x250ee2;i++){var _0x2dafbf=_0x100f5c.data[_0x9ed3ea(444)][_0x9ed3ea(453)](0,_0x250ee2)[i],_0x3e2ff6={id:i,word1:_0x38f97a[_0x9ed3ea(425)]?_0x2dafbf.get(_0x38f97a.search_field):_0x9ed3ea(454),word2:_0x38f97a.search_field_2?_0x2dafbf.get(_0x38f97a.search_field_2):_0x9ed3ea(454),word3:_0x38f97a[_0x9ed3ea(442)]?_0x2dafbf[_0x9ed3ea(453)](_0x38f97a[_0x9ed3ea(442)]):_0x9ed3ea(454),word4:_0x38f97a[_0x9ed3ea(446)]?_0x2dafbf[_0x9ed3ea(453)](_0x38f97a[_0x9ed3ea(446)]):\"Empty\",word5:_0x38f97a.search_field_5?_0x2dafbf.get(_0x38f97a[_0x9ed3ea(414)]):_0x9ed3ea(454)};_0x100f5c[_0x9ed3ea(449)][_0x9ed3ea(409)][_0x9ed3ea(440)](_0x3e2ff6)}},_0x100f5c[_0x5a431a(449)][_0x5a431a(444)]&&_0x100f5c[_0x5a431a(449)][_0x5a431a(410)](),_0x100f5c.data[_0x5a431a(407)]={shouldSort:!0,includeScore:!0,threshold:_0x38f97a.threshold,isCaseSensitive:_0x38f97a[_0x5a431a(421)],location:_0x38f97a.location,distance:_0x38f97a[_0x5a431a(428)],findAllMatches:_0x38f97a[_0x5a431a(433)],keys:_0x3b8829,ignoreFieldNorm:!1},!_0x38f97a[_0x5a431a(411)]&&_0x38f97a[_0x5a431a(457)]){var _0x4bef0c=_0x38f97a[_0x5a431a(457)][_0x5a431a(418)]();_0x4bef0c=_0x4bef0c[_0x5a431a(417)](\" \")[_0x5a431a(429)]((function(_0x3fd7f1){var _0x17f1df=_0x5a431a;let _0x5e99a8=/[\\u0000-\\u007f\\u0080-\\u00ff\\u0100-\\u0180-\\u024f\\u017f\\u0400-\\u04ff\\u3040-\\u30ff\\u3400-\\u4dbf\\u4e00-\\u9fff\\uf900-\\ufa2d\\uff66-\\uff9f\\u3131-\\uD79D\\u0590-\\u05ff\\u0600–\\u06ff\\u10A0-\\u10ff\\u0530-\\u058f\\u0750-\\u07ff\\u08a0-\\u08ff\\ufa30-\\ufa6a\\ufa70-\\ufad9\\ufb50-\\ufdff\\ufe70-\\ufeff\\u10e60-\\u10e7f\\u1ec70-\\u1ecbf\\u1ed00-\\u1ed4f\\u1ee00-\\u1eeff\\u20000-\\u2a6d6\\u2f800-\\u2fa1d]+/;var _0x340ca3=_0x3fd7f1[_0x17f1df(419)](_0x5e99a8);return _0x340ca3&&_0x340ca3[0][_0x17f1df(430)]>=_0x100f5c[_0x17f1df(449)][_0x17f1df(413)]}))[_0x5a431a(452)](\" \");var _0x38a0d6=new Fuse(_0x100f5c[_0x5a431a(449)][_0x5a431a(409)],_0x100f5c.data[_0x5a431a(407)]);_0x100f5c[_0x5a431a(449)][_0x5a431a(415)]=_0x38a0d6[_0x5a431a(420)](_0x4bef0c),_0xf72343()}else!_0x38f97a[_0x5a431a(411)]&&!_0x38f97a[_0x5a431a(457)]&&(_0x100f5c[_0x5a431a(416)](_0x5a431a(439),null),_0x100f5c[_0x5a431a(416)](_0x5a431a(431),null))},_0x100f5c[_0x4bbb6a(449)][_0x4bbb6a(412)]()}!function(_0x146016,_0x58d0b4){for(var _0x58878a=_0x416e,_0x30fc79=_0x146016();;)try{var _0x4d9890;if(478504===parseInt(_0x58878a(426))/1*(parseInt(_0x58878a(451))/2)+-parseInt(_0x58878a(443))/3+-parseInt(_0x58878a(434))/4*(parseInt(_0x58878a(408))/5)+-parseInt(_0x58878a(437))/6+parseInt(_0x58878a(456))/7*(-parseInt(_0x58878a(447))/8)+-parseInt(_0x58878a(432))/9*(parseInt(_0x58878a(445))/10)+parseInt(_0x58878a(438))/11)break;_0x30fc79.push(_0x30fc79.shift())}catch(_0x36d7a9){_0x30fc79.push(_0x30fc79.shift())}}(_0x117a,478504),update(instance,properties,context)}","add_debugger":false},"reset":{"fn":"function(instance,context){}"},"preview":{"fn":""}},"platform_type":"web"}}};
window._bubble_page_load_data.plugins_size['1553006094610x835866904531566600'] = 13083;
window.preloaded['plugin/third_party:1553006094610x835866904531566600:1.25.0'] = true;
window.plugins["1553183744528x903111989944909800"] = {"human":"Premium Charts Bundle - Chart JS","dependencies":{"use_jquery":true,"plugin_api_version":"4"},"plugin_elements":{"AAC":{"display":"Chart - Bar/Line/Area","property_applications":{"MinWidth":true,"resizable":true,"Font":true,"Border":true},"add_is_visible":true,"support_autobinding":false,"has_reset_fn":false,"fields":{"AAJ":{"caption":"X-Axis Values","default_val":"Mon, Tue, Wed, Thu, Fri","editor":"DynamicValue","is_list":false,"name":"xvalues","rank":3,"value":"text"},"AAK":{"caption":"Series 1 - y-values","default_val":"120, 260, 240, 310, 330","editor":"DynamicValue","name":"series1","rank":7,"value":"text","optional":false},"AAL":{"caption":"Series 2 - y-values","editor":"DynamicValue","is_list":false,"name":"series2","optional":true,"rank":10,"value":"text","default_val":"200, 210, 190, 240, 230"},"AAM":{"caption":"Series 3 - y-values","editor":"DynamicValue","name":"series3","optional":true,"rank":13,"value":"text","default_val":""},"AAN":{"caption":"Series 1 - color","default_val":"rgba(0, 162, 255, 1)","editor":"Color","name":"series1color","rank":6},"AAO":{"caption":"Series 1 - name","default_val":"Series 1","editor":"DynamicValue","name":"series1name","rank":5,"value":"text","optional":true},"AAP":{"caption":"Chart Type","default_val":"Bar","editor":"Dropdown","name":"chartType","rank":0},"AAQ":{"caption":"Series 2 - name","default_val":"Series 2","editor":"DynamicValue","name":"series2name","rank":8,"value":"text","optional":true},"AAR":{"caption":"Series 2 - color","default_val":"rgba(235, 235, 235, 1)","editor":"Color","name":"series2color","rank":9},"AAY":{"caption":"Series 3 - name","default_val":"Series 3","editor":"DynamicValue","name":"series3name","rank":11,"value":"text","optional":true},"AAZ":{"caption":"Series 3 color","default_val":"rgba(247, 183, 51, 1)","editor":"Color","name":"series3color","rank":12},"AAa":{"caption":"Y Unit - Before","editor":"DynamicValue","name":"yAxisUnitBeforeNumber","optional":true,"rank":38,"value":"text"},"AAb":{"caption":"Y Unit - After","editor":"DynamicValue","is_list":false,"name":"yAxisUnitAfterNumber","optional":true,"rank":39,"value":"text"},"AAe":{"caption":"Y Axis - Max (Optional)","editor":"DynamicValue","name":"yMaxNum","optional":true,"rank":37,"value":"number"},"AAf":{"caption":"Y Axis - Min (Optional)","editor":"DynamicValue","name":"yMinNum","optional":true,"rank":36,"value":"number"},"AAj":{"caption":"Show/Hide Legend","editor":"Dropdown","name":"showLegend","rank":25,"value":"text","default_val":"Top"},"ABC":{"caption":"Series 4 - name","default_val":"Series 4","editor":"DynamicValue","name":"series4name","optional":true,"rank":14,"value":"text"},"ABD":{"caption":"Series 4 color","default_val":"rgba(170, 102, 204, 1)","editor":"Color","name":"series4color","optional":true,"rank":15},"ABE":{"caption":"Series 4 - y-values","editor":"DynamicValue","name":"series4","optional":true,"rank":16,"value":"text"},"ABF":{"caption":"Series 5 - name","default_val":"Series 5","editor":"DynamicValue","name":"series5name","optional":true,"rank":17,"value":"text"},"ABG":{"caption":"Series 5 - color","default_val":"rgba(99, 99, 99, 1)","editor":"Color","name":"series5color","optional":true,"rank":18},"ABH":{"caption":"Series 5 - y-values","editor":"DynamicValue","name":"series5","optional":true,"rank":19,"value":"text"},"ABI":{"caption":"Show Data Labels?","default_val":false,"editor":"DynamicValue","name":"show_data_labels","rank":60,"value":"boolean"},"ABQ":{"caption":"Show Y Tick Labels?","name":"show_y_tick_labels","rank":41,"editor":"DynamicValue","value":"boolean","default_val":true},"ABR":{"caption":"Show X Tick Labels?","name":"show_x_tick_labels","rank":40,"editor":"DynamicValue","value":"boolean","default_val":true},"ACE":{"caption":"------------------- Axis and Gridline Settings -------------------","name":"axis_and_gridline_settings","rank":35,"editor":"Label"},"ACG":{"caption":"----------------------------- Chart Data -----------------------------","name":"-------------------_main_fields_-------------------","rank":1,"editor":"Label"},"ACH":{"caption":"X = Zero Line Width","name":"x_zero_line_width","rank":54,"editor":"DynamicValue","value":"number","default_val":1},"ACI":{"caption":"Y = Zero Line Width","name":"y_zero_line_width","rank":55,"editor":"DynamicValue","value":"number","default_val":1},"ACK":{"caption":"X = Zero Line Color","name":"x_zero_line_color","rank":56,"editor":"Color","default_val":"rgba(224, 224, 224, 1)"},"ACL":{"caption":"Y = Zero Line Color","name":"y_zero_line_color","rank":57,"editor":"Color","default_val":"rgba(224, 224, 224, 1)"},"ACM":{"caption":"Vert. Gridlines Color","name":"vert_gridlines_color","rank":51,"editor":"Color","default_val":"rgba(255, 255, 255, 0)"},"ACN":{"caption":"Horiz. Gridlines Color","name":"horiz_gridlines_color","rank":50,"editor":"Color","default_val":"rgba(224, 224, 224, 1)"},"ACW":{"caption":"Line Width","name":"border_width","rank":74,"editor":"DynamicValue","value":"number","default_val":3},"ACX":{"caption":"Line Curve","name":"curve_line_charts","rank":78,"editor":"DynamicValue","value":"number","default_val":0.3},"ACg":{"caption":"Unit Before the Label","name":"data_labels_unit_before","rank":65,"editor":"DynamicValue","value":"text","optional":true},"ACh":{"caption":"Unit After the Label","name":"data_labels_unit_after","rank":66,"editor":"DynamicValue","value":"text","optional":true},"ACi":{"caption":"Point Radius","name":"line_point_radius","rank":76,"editor":"DynamicValue","value":"number","default_val":5},"ACj":{"caption":"Thousands Separator","name":"thousands_separator","rank":31,"editor":"DynamicValue","value":"text","default_val":",","optional":true},"ACz":{"caption":"Horiz. Dash Gridlines","name":"horizontal_dashed_gridlines","rank":52,"editor":"DynamicValue","value":"boolean","default_val":true},"ADA":{"caption":"Vert. Dash Gridlines","name":"vertical_dashed_gridlines","rank":53,"editor":"DynamicValue","value":"boolean","default_val":false},"ADC":{"caption":"------------------------------ Data Labels ----------------------------","name":"---------------------------_data_labels_---------------------------","rank":59,"editor":"Label"},"ADD":{"caption":"Vertical Offset","name":"datalabel_offset","rank":64,"editor":"DynamicValue","value":"number","default_val":3},"ADE":{"caption":"Label Backgrnd Color","name":"datalabel_background_color","rank":67,"editor":"Color","default_val":"rgba(255, 255, 255, 0.32)","optional":false},"ADF":{"caption":"Font Color (Optional)","name":"datalabel_font_color","rank":70,"editor":"Color","default_val":"rgba(255, 255, 255, 1)"},"ADG":{"caption":"Font Color Setting","name":"font_color_setting","rank":69,"editor":"Dropdown","default_val":"Default (Same as Series Color)"},"ADH":{"caption":"Anchor","name":"datalabel_anchor","rank":61,"editor":"Dropdown","default_val":"end"},"ADU":{"caption":"Custom Tooltip ID","name":"custom_tooltip_id","rank":27,"editor":"DynamicValue","value":"text","optional":true},"ADb":{"caption":"Font Size","name":"datalabel_size","rank":71,"editor":"DynamicValue","value":"number","default_val":12},"AFw":{"caption":"Series 6 - name","name":"series6name","rank":20,"editor":"DynamicValue","value":"text","optional":true,"default_val":"Series 6"},"AFx":{"caption":"Series 6 - color","name":"series6color","rank":21,"editor":"Color","default_val":"rgba(59, 227, 129, 1)","optional":true},"AFy":{"caption":"Series 6 - y-values","name":"series6","rank":22,"editor":"DynamicValue","value":"text","optional":true},"AGI":{"caption":"-------------------- Line/Area Chart Settings ---------------------","name":"---------------------------Line---------------------------","rank":73,"editor":"Label"},"AGJ":{"caption":"------------------------- Bar Chart Settings ------------------------","name":"-------------------------_barchart_settings_-------------------------","rank":81,"editor":"Label"},"AGK":{"caption":"Bar Width (Bar)","name":"bar_width","rank":82,"editor":"DynamicValue","value":"number","default_val":0.5},"AGO":{"caption":"Category Width (Bar)","name":"category_width","rank":85,"editor":"DynamicValue","value":"number","default_val":0.5},"AHw":{"caption":"Animation Duration","name":"animation_duration","rank":28,"editor":"DynamicValue","value":"number","default_val":1500},"AHx":{"caption":"Point Hover Radius","name":"point_hover_radius","rank":75,"editor":"DynamicValue","value":"number","default_val":12},"AHy":{"caption":"Point Border Width","name":"point_border_width","rank":77,"editor":"DynamicValue","value":"number","default_val":3},"AIR":{"caption":"Max Y Ticks","name":"max_y_ticks","rank":44,"editor":"DynamicValue","value":"number","default_val":11},"AIS":{"caption":"Max X Ticks","name":"max_x_ticks","rank":43,"editor":"DynamicValue","value":"number","default_val":11},"AKc":{"caption":"Bar Width (px)","name":"bar_width_pixels","rank":83,"editor":"DynamicValue","value":"text","optional":true},"AKe":{"caption":"Chart Padding (px)","name":"chart_padding","rank":30,"editor":"DynamicValue","value":"number","default_val":10},"AKs":{"caption":"Bar Corner Radius","name":"bar_corner_radius","rank":84,"editor":"DynamicValue","value":"number","default_val":0},"AQQ":{"caption":"Y Axis - Tick Length","name":"tick_mark_length_y","rank":42,"editor":"DynamicValue","value":"number","default_val":"0"},"AQS":{"caption":"Label Border Color","name":"label_border_color","rank":68,"editor":"Color","default_val":"rgba(240, 240, 240, 0)"},"AQn":{"caption":"ℹ️ To customize Tick Label Font Family, scroll down to the bottom of this properties menu and change the standard Bubble font properties. Please avoid using “App Fonts” (in other words, please select the exact font you want to use from the font menu)","name":"to_customize_the_axis_tick_label_font_style,_color,_and_size,_edit_this_element's_font_style,_color,_size_as_you_would_for_a_text_element_(by_scrolling_down_to_the_bottom_of_this_menu_and_editing_the_standard_bubble_properties)","rank":49,"editor":"Label"},"ARA":{"caption":"Draggable Values?","name":"draggable_values","rank":33,"editor":"DynamicValue","value":"boolean","default_val":false},"ARB":{"caption":"Drag Data Rounded","name":"drag_data_round","rank":34,"editor":"DynamicValue","value":"number","default_val":2},"ARP":{"caption":"ℹ️ Add more series to the chart using the workflow action called \"Add/update a data series\"","name":"-----_(you_can_also_add_infinite_series_via_workflows)_-----","rank":23,"editor":"Label"},"AVf":{"caption":"Tick Label Color","name":"tick_label_color","rank":46,"editor":"Color","default_val":"rgba(174, 185, 194, 1)","in_style":true},"AVg":{"caption":"Tick Label Font Size","name":"tick_label_font_size","rank":47,"editor":"DynamicValue","value":"number","default_val":12},"AWD":{"caption":"Span Gaps?","name":"span_gaps","rank":79,"editor":"DynamicValue","value":"boolean","default_val":false},"AWM":{"caption":"X Tick Label Rotation","name":"x_ticks_rotation","rank":45,"editor":"DynamicValue","value":"number","optional":true},"AWk":{"caption":"Hide Overlap'd Labels","name":"hide_datalabels_overlap","rank":62,"editor":"DynamicValue","value":"boolean","default_val":false},"AWr":{"caption":"Hide if Less Than","name":"hide_if_less_than","rank":63,"editor":"DynamicValue","value":"number","optional":true},"AWt":{"caption":"Decimal Place Char.","name":"decimal_place_character","rank":32,"editor":"DynamicValue","value":"text","default_val":"."},"AXn":{"caption":"------------------------- General Settings -------------------------","name":"-------------------------_general_settings_-------------------------","rank":24,"editor":"Label"},"AXo":{"caption":"ℹ️ Add series names, colors, and data values below.  Each data point should be separated by comma and space and can be dynamic (e.g. \"Do a Search for\")","name":"----------------------------_series_colors_----------------------------","rank":4,"editor":"Label"},"AXp":{"caption":"ℹ️ Enter you chart's X-Axis values (the X-Axis labels that will go from left to right) separated by comma and space (\", \").  Can be a dynamic expression.","name":"ℹ️_add_series_data_values_below.__each_data_point_should_be_separated_by_comma_and_space_(\",_\")._you_can_dynamically_search_your_bubble_database_to_get_these_comma-separated_lists_(\"do_a_search_for...\")","rank":2,"editor":"Label"},"AXr":{"caption":"⚠️ If data points get cut off near edges of the chart element, increase the Chart Padding below:","name":"if_your_data_points_are_getting_cut_off_near_the_edges_of_the_chart_element,_increase_this_number","rank":29,"editor":"Label"},"AXs":{"caption":"ℹ️ For extra styling options (Area gradient, point border color, point images), add the data series using the workflow action called \"Add/update a data series\"","name":"ℹ️_for_extra_styling_options_(area_gradient,_point_border_color,_point_images)_add_the_data_series_using_the_workflow_action_called_\"add/update_a_data_series\"","rank":80,"editor":"Label"},"AXt":{"caption":"ℹ️ For extra styling options (Bar gradient, different color bars in a single series), add the data series using the workflow action called \"Add/update a data series\"","name":"ℹ️_for_extra_styling_options_(area_gradient,_point_border_color,_point_images),_add_the_data_series_using_the_workflow_action_called_\"add/update_a_data_series\"","rank":93,"editor":"Label"},"AYM":{"caption":"yLabels Decimal Places","name":"y_labels_decimal_places","rank":58,"editor":"DynamicValue","value":"number","optional":true},"AZY":{"caption":"Label Font Weight","name":"datalabel_fontweight","rank":72,"editor":"Dropdown","default_val":" 400"},"AZc":{"caption":"Legend Color Style","name":"legend_color_style","rank":26,"editor":"Dropdown","default_val":"Circle"},"Asm":{"caption":"------------------ Chart and Axes Titles (BETA) -----------------","name":"chart_and_axes_titles","rank":94,"editor":"Label"},"Asn":{"caption":"Chart Title","name":"chart_title","rank":95,"editor":"DynamicValue","value":"text","optional":true},"Aso":{"caption":"Chart Title Font Size","name":"chart_title_font_size","rank":96,"editor":"DynamicValue","value":"number","optional":true,"default_val":16},"Asp":{"caption":"Chart Title Font Color","name":"chart_title_font_color","rank":97,"editor":"Color","default_val":"rgba(210,210,210,1)","optional":true},"Asq":{"caption":"X Axis Name","name":"x_axis_name","rank":98,"editor":"DynamicValue","value":"text","optional":true},"Asr":{"caption":"X Axis Name: Font Size","name":"x_axis_name_font_size","rank":99,"editor":"DynamicValue","value":"number","default_val":14,"optional":false},"Ass":{"caption":"X Axis Name: Font Color","name":"x_axis_name_font_color","rank":100,"editor":"Color","default_val":"rgba(210, 210, 210, 1)","optional":true},"Ast":{"caption":"Y Axis Name","name":"y_axis_name","rank":101,"editor":"DynamicValue","value":"text","optional":true},"Asu":{"caption":"Y Axis Name: Font Size","name":"y_axis_name:_font_size","rank":102,"editor":"DynamicValue","value":"number","default_val":14},"Asv":{"caption":"Y Axis Name: Font Color","name":"y_axis_name:_font_color","rank":103,"editor":"Color","default_val":"rgba(210, 210, 210, 1)","optional":true},"AtR":{"caption":"Series 1 - Border","name":"series_1_border","rank":87,"editor":"Color","optional":true},"AtS":{"caption":"Series 2 - Border","name":"series_2_border","rank":88,"editor":"Color","optional":true},"AtT":{"caption":"Series 3 - Border","name":"series_3_border","rank":89,"editor":"Color","optional":true},"AtU":{"caption":"Series 4 - Border","name":"series_4_border","rank":90,"editor":"Color","optional":true},"AtV":{"caption":"Series 5 - Border","name":"series_5_border","rank":91,"editor":"Color","optional":true},"AtW":{"caption":"Series 6 - Border","name":"series_6_border","rank":92,"editor":"Color","optional":true},"AtX":{"caption":"Bar Border Width","name":"bar_border_width","rank":86,"editor":"DynamicValue","value":"number","optional":false,"default_val":0},"AyH":{"caption":"Max # Char Per Line","name":"max_num_char_per_line","rank":48,"editor":"DynamicValue","value":"number","optional":true}},"states":{"AAv":{"caption":"Clicked Item X Value","initialization_code":{"fn":"function(properties,context){}"},"name":"clicked_item_x_value","value":"text"},"ABU":{"caption":"Clicked Item Y Value","name":"clicked_item_y_value","value":"number","initialization_code":{"fn":"function(properties,context){}"}},"ABV":{"caption":"Clicked Item Series Name","name":"clicked_item_series_name","value":"text","initialization_code":{"fn":"function(properties,context){}"}},"ADQ":{"caption":"Hovered Item X Value","name":"hovered_item_x_value","value":"text","initialization_code":{"fn":"function(properties,context){}"}},"ADR":{"caption":"Hovered Item Y Value","name":"hovered_item_y_value","value":"number","initialization_code":{"fn":"function(properties,context){}"}},"ADS":{"caption":"Hovered Item Series Name","name":"hovered_item_series_name","value":"text","initialization_code":{"fn":"function(properties,context){}"}},"ADV":{"caption":"Hovered Item Series Color","name":"hovered_item_series_color","value":"text","initialization_code":{"fn":"function(properties,context){}"}},"AFz":{"caption":"Clicked Item Series Color","name":"clicked_item_series_color","value":"text","initialization_code":{"fn":"function(properties,context){}"}},"AGB":{"caption":"Clicked Item All Series Values","name":"click_item_other_series_values","value":"number","initialization_code":{"fn":"function(properties,context){}"},"is_list":true},"AGC":{"caption":"Clicked Item All Series Colors","name":"clicked_item_other_series_colors","value":"text","initialization_code":{"fn":"function(properties,context){}"},"is_list":true},"AGD":{"caption":"Clicked Item All Series Names","name":"clicked_item_other_series_names","value":"text","initialization_code":{"fn":"function(properties,context){}"},"is_list":true},"AGE":{"caption":"Hovered Item All Series Values","name":"hovered_item_other_series_values","value":"number","initialization_code":{"fn":"function(properties,context){}"},"is_list":true},"AGF":{"caption":"Hovered Item All Series Colors","name":"hovered_item_other_series_colors","value":"text","initialization_code":{"fn":"function(properties,context){}"},"is_list":true},"AGG":{"caption":"Hovered Item All Series Names","name":"hovered_item_other_series_names","value":"text","initialization_code":{"fn":"function(properties,context){}"},"is_list":true},"AGH":{"caption":"Chart Loaded?","name":"chart_loaded","value":"boolean","initialization_code":{"fn":"function(properties,context){return!1}"}},"AKq":{"caption":"Hovered Item X Index","name":"hovered_item_x_index","value":"number","initialization_code":{"fn":"function(properties,context){}"}},"AQv":{"caption":"Dragged Item Data Series Name","name":"dragged_item_data_series_name","value":"text","initialization_code":{"fn":"function(properties,context){}"}},"AQw":{"caption":"Dragged Item Index Number","name":"dragged_item_index_number","value":"number","initialization_code":{"fn":"function(properties,context){}"}},"AQx":{"caption":"Dragged Item - X Value","name":"dragged_item_x_value","value":"text","initialization_code":{"fn":"function(properties,context){}"}},"AQy":{"caption":"Dragged Value - Starting Value","name":"dragged_item_starting_value","value":"number","initialization_code":{"fn":"function(properties,context){}"}},"AQz":{"caption":"Dragged Value - Ending Value","name":"dragged_item_ending_value","value":"number","initialization_code":{"fn":"function(properties,context){}"}},"AWA":{"caption":"Dragged Item - All of this Series' Y Values","name":"dragged_item_all_series_values","value":"number","initialization_code":{"fn":"function(properties,context){}"},"is_list":true},"AWh":{"caption":"Currently Dragging Bar/Value","name":"currently_dragging","value":"boolean","initialization_code":{"fn":"function(properties,context){}"}}},"events":{"ACn":{"caption":"Chart Value Clicked","name":"chart_value_clicked"},"ADT":{"caption":"Chart Value Hovered","name":"chart_value_hovered"},"AQu":{"caption":"Chart Value Dragged","name":"chart_value_dragged"}},"actions":{"ABr":{"caption":"Add/Update a Data Series","code":{"fn":"function(instance,properties,context){instance.publishState(\"chart_loaded\",!1);let numAttempts=0;function mainAddSeries(){if(numAttempts>15)return void console.log(\"The Chart you are trying to update is not visible on the page\");if(!instance.data.chart)return numAttempts++,void setTimeout(mainAddSeries,750);let customChartType=instance.data.chartType,backgroundColors,pointImage;function addSeries(){if(instance.data.createDataArray){let newSeries=instance.data.createDataArray(properties.yValues);instance.data.pushDataset(properties.series_name,newSeries,properties.series_color,customChartType,properties.point_color_line,properties.point_border_color_line,backgroundColors,pointImage,properties.chart_type,properties.bar_outline_color),instance.data.updateChartDatasets(),instance.data.chart.update()}else setTimeout(addSeries,1500)}if(properties.background_colors&&(backgroundColors=instance.data.createDataArray(properties.background_colors)),null!=properties.chart_type&&(properties.chart_type.toLowerCase()!=instance.data.chartType&&(customChartType=properties.chart_type.toLowerCase()),\"area\"==customChartType&&(customChartType=\"line\")),pointImage=properties.point_style,properties.use_image_as_point&&(pointImage=new Image(1,1),pointImage.src=properties.use_image_as_point,pointImage.onload=function(){var width=pointImage.naturalWidth,height=pointImage.naturalHeight;pointImage.width=width*properties.image_scale,pointImage.height=height*properties.image_scale}),addSeries(),\"Area\"==properties.chart_type||\"Area\"==instance.data.originalChartTypeMain||\"Bar\"==properties.chart_type||\"Bar\"==instance.data.originalChartTypeMain){let mycanvas;var chart_gradient=document.getElementById(instance.data.uniqueChartId).getContext(\"2d\").createLinearGradient(0,0,0,instance.data.height);(\"Area\"==properties.chart_type||\"Area\"==instance.data.originalChartTypeMain&&\"Bar\"!=properties.chart_type)&&(chart_gradient.addColorStop(0,properties.area_chart_start_color),chart_gradient.addColorStop(.5,properties.area_chart_middle_color),chart_gradient.addColorStop(1,properties.area_chart_end_color),instance.data.chart.data.datasets[instance.data.chart.data.datasets.length-1].backgroundColor=chart_gradient),(\"Bar\"==properties.chart_type&&!properties.background_colors||\"Bar\"==instance.data.originalChartTypeMain&&\"Area\"!=properties.chart_type&&!properties.background_colors)&&properties.bar_gradient&&(chart_gradient.addColorStop(0,properties.bar_gradient_start_color),chart_gradient.addColorStop(.6,properties.bar_gradient_middle_color),chart_gradient.addColorStop(1,properties.bar_gradient_end_color),instance.data.chart.data.datasets[instance.data.chart.data.datasets.length-1].backgroundColor=chart_gradient),instance.data.chart.update()}}mainAddSeries(),instance.publishState(\"chart_loaded\",!0)}"},"fields":{"ABu":{"caption":"Series Name","name":"series_name","rank":1,"editor":"DynamicValue","value":"text"},"ABv":{"caption":"Series Color","name":"series_color","rank":4,"editor":"Color","default_val":"rgba(51, 181, 229, 1)"},"ABw":{"caption":"Series Y Values","name":"yValues","rank":2,"editor":"DynamicValue","value":"text"},"ACP":{"caption":"Chart Type","name":"chart_type","rank":3,"editor":"Dropdown","optional":true},"AQo":{"caption":"Point Color","name":"point_color_line","rank":6,"editor":"Color","default_val":"rgba(255, 255, 255, 1)","optional":true},"AQp":{"caption":"Point Border Color","name":"point_border_color_line","rank":7,"editor":"Color","default_val":"rgba(51, 181, 229, 1)","optional":true},"ARQ":{"caption":"------------------------- General Settings -------------------------","name":"-------------------------_general_settings_-------------------------","rank":0,"editor":"Label"},"ARR":{"caption":"-------------------- Line/Area Series Settings --------------------","name":"-------------------------_line_chart_settings_------------------------","rank":5,"editor":"Label"},"ARY":{"caption":"Multi-Colored Series (comma-separated hex codes)","name":"background_colors","rank":22,"editor":"DynamicValue","value":"text","optional":true},"ARZ":{"caption":"-------------------------- Bar Series Settings -----------------------","name":"--------------------------_bar_chart_settings_-----------------------","rank":16,"editor":"Label"},"AWG":{"caption":" ","name":"use_image_as_point","rank":13,"editor":"DynamicValue","value":"image","optional":true},"AWH":{"caption":"Image Point Scale","name":"image_scale","rank":14,"editor":"DynamicValue","value":"number","optional":false,"default_val":1},"AWP":{"caption":"Gradient Start Color","name":"area_chart_start_color","rank":8,"editor":"Color","default_val":"rgba(51, 181, 229, 1)"},"AWQ":{"caption":"Gradient End Color","name":"area_chart_end_color","rank":10,"editor":"Color","default_val":"rgba(51, 181, 229, 0)"},"AWR":{"caption":"Use Image as Point.  Below you can upload an image (or use dynamic one) to set the image instead of having a circle for line chart points","name":"use_image_as_point.__below_you_can_upload_an_image_(or_use_dynamic_one)_to_set_the_","rank":12,"editor":"Label"},"AWV":{"caption":" ","name":"_","rank":15,"editor":"Label"},"AWW":{"caption":"Gradient Middle Color","name":"area_chart_middle_color","rank":9,"editor":"Color","default_val":"rgba(51, 179, 230, 0.58)"},"AXg":{"caption":"The field below is optional: for multi-colored series (overrides colors set above)","name":"info","rank":21,"editor":"Label"},"AXh":{"caption":"Gradient Start Color","name":"bar_gradient_start_color","rank":18,"editor":"Color","default_val":"rgba(51, 181, 229, 1)"},"AXi":{"caption":"Gradient End Color","name":"bar_gradient_end_color","rank":20,"editor":"Color","default_val":"rgba(51,181,229,0.1)"},"AXj":{"caption":"Bar Gradient Middle Color","name":"bar_gradient_middle_color","rank":19,"editor":"Color","default_val":"rgba(51,179,230,0.5)"},"AXk":{"caption":"Bar Gradient?","name":"bar_gradient","rank":17,"editor":"Checkbox","default_val":false},"AYS":{"caption":"Point Style","name":"point_style","rank":11,"editor":"Dropdown","default_val":"circle"}}},"ABs":{"caption":"Remove a Data Series","code":{"fn":"function(instance,properties,context){if(instance.data.chart){let foundSeries=instance.data.chart.data.datasets.find((element=>element.label==properties.data_series_name));null!=foundSeries&&(instance.data.datasets.splice(instance.data.datasets.indexOf(foundSeries),1),instance.data.updateChartDatasets()),instance.data.chart.update()}else console.log(\"The Chart you are trying to clear is not visible on the page\")}"},"fields":{"ABt":{"caption":"Data Series Name","name":"data_series_name","rank":0,"editor":"DynamicValue","value":"text"}}},"AON":{"caption":"Remove all Data Series (Clear Chart)","code":{"fn":"function(instance,properties,context){if(instance.data.chart){for(;instance.data.datasets.length>0;)instance.data.datasets.pop();for(;instance.data.chart.data.datasets.length>0;)instance.data.chart.data.datasets.pop(),instance.data.chart.update()}else console.log(\"The Chart you are trying to clear is not visible on the page\")}"}},"AsG":{"caption":"Add Annotation","code":{"fn":"function(instance,properties,context){var newAnnotation;\"vertical\"==properties.type?newAnnotation={type:\"line\",mode:\"vertical\",scaleID:\"x-axis-0\",value:properties.value,borderColor:properties.line_color,borderWidth:properties.border_width,label:{enabled:!0,content:properties.label,xAdjust:properties.x_offset,yAdjust:properties.y_offset,position:properties.position,align:properties.alignment}}:\"horizontal\"==properties.type?newAnnotation={type:\"line\",mode:\"horizontal\",scaleID:\"y\",value:properties.value,borderColor:properties.line_color,borderWidth:properties.border_width,label:{enabled:!0,content:properties.label,xAdjust:properties.x_offset,yAdjust:properties.y_offset,position:properties.position,align:properties.alignment}}:\"box\"==properties.type&&(newAnnotation={type:\"box\",xMin:1,xMax:2,yMin:1,yMax:2,backgroundColor:properties.background_color,borderColor:properties.line_color,borderWidth:properties.border_width,label:{enabled:!0,content:properties.label,xAdjust:properties.x_offset,yAdjust:properties.y_offset,position:properties.position,align:properties.alignment}}),instance.data.chart.options.annotation||(instance.data.chart.options.annotation={annotations:[]}),instance.data.chart.options.annotation.annotations.push(newAnnotation),console.log(instance.data.chart),instance.data.chart.update()}"},"fields":{"AsH":{"caption":"Type","name":"type","rank":0,"editor":"Dropdown","default_val":"horizontal"},"AsI":{"caption":"----------------------- General Settings -----------------------","name":"information","rank":1,"editor":"Label"},"AsJ":{"caption":"-------------- Vertical/Horizontal Annotations --------------","name":"vertical/horizontal_settings","rank":8,"editor":"Label"},"AsK":{"caption":"------------------- Box Annotations (in beta) -------------------","name":"box_settings (ignore if type=vertical or horizontal)","rank":11,"editor":"Label"},"AsL":{"caption":"Value","name":"value","rank":9,"editor":"DynamicValue","value":"text","optional":true},"AsM":{"caption":"Label text","name":"label","rank":2,"editor":"DynamicValue","value":"text","default_val":""},"AsN":{"caption":"Line Color","name":"line_color","rank":3,"editor":"Color","default_val":"rgba(150,162,164,1)"},"AsO":{"caption":"Background color","name":"background_color","rank":12,"editor":"Color","default_val":"rgba(220,223,224,1)"},"AsP":{"caption":"Y Min","name":"y_min","rank":13,"editor":"DynamicValue","value":"number","optional":true},"AsQ":{"caption":"Y Max","name":"y_max","rank":14,"editor":"DynamicValue","value":"number","optional":true},"AsR":{"caption":"X Min","name":"x_min","rank":15,"editor":"DynamicValue","value":"number","optional":true},"AsS":{"caption":"X Max","name":"x_max","rank":16,"editor":"DynamicValue","value":"number","optional":true},"AsT":{"caption":"Border Width","name":"border_width","rank":10,"editor":"DynamicValue","value":"number","default_val":2},"AsU":{"caption":"Position: X Offset","name":"x_offset","rank":6,"editor":"DynamicValue","value":"number","default_val":0},"AsV":{"caption":"Position: Y Offset","name":"y_offset","rank":7,"editor":"DynamicValue","value":"number","default_val":0},"AsW":{"caption":"Position: Alignment","name":"alignment","rank":5,"editor":"Dropdown","default_val":"start"},"AsX":{"caption":"Position","name":"position","rank":4,"editor":"Dropdown","default_val":"top"}}}},"code":{"initialize":{"fn":"function(instance,context){instance.publishState(\"chart_loaded\",!1),instance.data.uniqueChartId=\"chartcanvas\"+Math.floor(1e5*Math.random()).toString(),instance.data.chartCanvasCopy=\"<div id='chartContainer\"+instance.data.uniqueChartId+\"' class='chart-container' style='position: relative; height: 1px; width: 1px'><canvas id='\"+instance.data.uniqueChartId+\"'></canvas></div>\",instance.canvas.append(instance.data.chartCanvasCopy);var chartcanvas2=document.getElementById(instance.data.uniqueChartId);function reduceOpacity(originalRGBAColor,scale){if(originalRGBAColor||(console.warn(\"Color is undefined. Using default color.\"),originalRGBAColor=\"rgba(0, 0, 0, 1)\"),6===originalRGBAColor.length||7===originalRGBAColor.length){const hexToRgb=undefined;originalRGBAColor=(hex=>{const result=/^#?([a-f\\d]{2})([a-f\\d]{2})([a-f\\d]{2})$/i.exec(hex);return result?`rgba(${parseInt(result[1],16)}, ${parseInt(result[2],16)}, ${parseInt(result[3],16)}, 1)`:(console.error(\"Invalid hex color:\",hex),\"rgba(0, 0, 0, 1)\")})(originalRGBAColor)}if(!/^rgba/.test(originalRGBAColor))return console.error(\"Unsupported color format:\",originalRGBAColor),\"rgba(0, 0, 0, 1)\";const rgbaParts=originalRGBAColor.match(/rgba?\\(([^)]+)\\)/)[1].split(\",\").map(Number),[r,g,b,a=1]=rgbaParts;return`rgba(${r}, ${g}, ${b}, ${a*scale})`}function updateChartDatasets(){let i;for(instance.data.chart.data.datasets=[],i=0;i<instance.data.datasets.length;i++)instance.data.chart.data.datasets.push(instance.data.datasets[i]),instance.data.chartType.includes(\"Area\")&&(instance.data.datasets[i].backgroundColor=instance.data.reduceOpacity(instance.data.datasets[i].borderColor,.5),instance.data.datasets[i].fill=\"origin\"),instance.data.chartType.includes(\"Line\")&&(instance.data.datasets[i].fill=!1)}function forceUpdate(){document.getElementById(instance.data.custom_tooltip_id)&&(document.getElementById(instance.data.custom_tooltip_id).style.display=\"none\")}instance.data.ctxChartState=chartcanvas2.getContext(\"2d\"),instance.data.datasets=[],instance.data.reduceOpacity=reduceOpacity,instance.data.updateChartDatasets=updateChartDatasets,setTimeout(forceUpdate,200)}","add_debugger":false},"update":{"fn":"function(instance,properties,context){if(Chart.plugins.unregister(ChartDataLabels),instance.data.justDragged)return void(instance.data.justDAragged=!1);if(null!=properties.custom_tooltip_id&&(instance.data.custom_tooltip_id=properties.custom_tooltip_id),$(document).on(\"mousemove\",(function(e){let divHeight=$(\"#\"+properties.custom_tooltip_id).height(),divWidth=$(\"#\"+properties.custom_tooltip_id).width(),xOffset=15,yOffset=divHeight/2;e.clientX+xOffset+divWidth>screen.width&&(xOffset=-1*(25+divWidth),0>e.clientX-(divWidth+25)&&e.clientY-divHeight/2>0&&(xOffset=divWidth/2*-1,yOffset=-15),screen.height<divHeight+e.clientY&&e.clientY-divHeight/2>0&&(xOffset=divWidth/2*-1,yOffset=divHeight+15)),e.clientY-divHeight/2<0&&(yOffset=0),$(\"#\"+properties.custom_tooltip_id).css({position:\"fixed\",left:e.clientX+xOffset,top:e.clientY-yOffset,zIndex:1e21})})),instance.data.ctxChartState){$(\"#\"+instance.data.uniqueChartId).remove();var canvas3=instance.data.chartCanvasCopy;instance.canvas.append(canvas3);var chartcanvas2=document.getElementById(instance.data.uniqueChartId);instance.data.ctxChartState=chartcanvas2.getContext(\"2d\")}var chartcanvas=document.getElementById(instance.data.uniqueChartId);instance.data.mainChartCanvas=chartcanvas;var ctxchart=chartcanvas.getContext(\"2d\");let chartType,legendState,showLegend;function createDataArray(xString){if(!xString)return null;const spanGaps=properties.span_gaps,chartType=properties.chartType,isLineChart=[\"Area\",\"Line\",\"Stepped Line (Step Before)\",\"Stepped Line (Step After)\"].includes(chartType),xArray=undefined;return xString.split(\",\").map((item=>{const trimmedItem=item.trim();return spanGaps&&isLineChart&&!trimmedItem?null:trimmedItem}))}instance.data.originalChartTypeMain=properties.chartType,chartType=properties.chartType.toLowerCase(),\"Horizontal Bar\"==properties.chartType&&(chartType=\"horizontalBar\"),\"Stacked Bar (Horizontal)\"==properties.chartType&&(chartType=\"horizontalBar\"),\"100% Stacked Bar (Horizontal)\"==properties.chartType&&(chartType=\"horizontalBar\"),\"Area\"==properties.chartType&&(chartType=\"line\"),\"Stacked Bar\"==properties.chartType&&(chartType=\"bar\"),\"100% Stacked Bar\"==properties.chartType&&(chartType=\"bar\"),\"100% Stacked Area (Vertical)\"==properties.chartType&&(chartType=\"line\"),\"Stacked Area\"==properties.chartType&&(chartType=\"line\"),\"Stepped Line (Step Before)\"==properties.chartType&&(chartType=\"line\",instance.data.steppedLine=\"before\"),\"Stepped Line (Step After)\"==properties.chartType&&(chartType=\"line\",instance.data.steppedLine=\"after\"),\"Stepped Area (Step Before)\"==properties.chartType&&(chartType=\"line\",instance.data.steppedLine=\"before\"),\"Stepped Area (Step After)\"==properties.chartType&&(chartType=\"line\",instance.data.steppedLine=\"after\"),\"Don't Show Legend\"==properties.showLegend?showLegend=!1:(legendState=properties.showLegend.toLowerCase(),showLegend=!0),instance.data.createDataArray=createDataArray;let listofxvalues,arrayofxvalues=createDataArray(properties.xvalues),series1string=properties.series1,series1array,series2array,series3array,series4array,series5array,series6array,yMin,yMax;series1array=createDataArray(properties.series1),series2array=createDataArray(properties.series2),series3array=createDataArray(properties.series3),series4array=createDataArray(properties.series4),series5array=createDataArray(properties.series5),series6array=createDataArray(properties.series6);let allYValuesArray=series1array,chartLabelsOn;properties.show_data_labels&&[ChartDataLabels]&&(chartLabelsOn=[ChartDataLabels]),instance.data.horizontalGridlineColor=properties.horiz_gridlines_color,instance.data.verticalGridlineColor=properties.vert_gridlines_color;let horizDashed=[],vertDashed=[];properties.horizontal_dashed_gridlines&&(horizDashed=[8,4]),properties.vertical_dashed_gridlines&&(vertDashed=[8,4]);let hundredPercentStacked=!1;\"100% Stacked Bar (Horizontal)\"!=properties.chartType&&\"100% Stacked Bar\"!=properties.chartType&&\"100% Stacked Area (Vertical)\"!=properties.chartType||(hundredPercentStacked=!0);let customTooltip=!1,chartTooltipMode;null!=properties.custom_tooltip_id&&(customTooltip=!0,$(\"#\"+properties.custom_tooltip_id).fadeOut(1)),chartTooltipMode=\"horizontalBar\"!=chartType?\"interpolate\":\"nearest\";var chart=new Chart(instance.data.ctxChartState,{plugins:chartLabelsOn,type:chartType,data:{labels:arrayofxvalues},options:{title:{display:!!properties.chart_title,text:properties.chart_title,fontSize:properties.chart_title_font_size,fontFamily:properties.bubble.font_face().includes(\"font_default\")?\"Poppins\":properties.bubble.font_face().split(\":\")[0],fontColor:properties.chart_title_font_color},spanGaps:properties.span_gaps,dragData:properties.draggable_values,onDrag:function(e,datasetIndex,index,value){let draggedItemAllSeriesValues=instance.data.datasets[datasetIndex].data;for(i=0;i<draggedItemAllSeriesValues.length;i++)\"\"!=draggedItemAllSeriesValues[i]&&\" \"!=draggedItemAllSeriesValues[i]||(draggedItemAllSeriesValues[i]=0);instance.publishState(\"dragged_item_data_series_name\",instance.data.datasets[datasetIndex].label),instance.publishState(\"dragged_item_index_number\",index+1),instance.publishState(\"dragged_item_x_value\",arrayofxvalues[index]),instance.publishState(\"dragged_item_ending_value\",value),instance.publishState(\"dragged_item_all_series_values\",draggedItemAllSeriesValues),instance.triggerEvent(\"chart_value_dragged\",(function(err){})),instance.publishState(\"currently_dragging\",!0)},onDragEnd:function(e,datasetIndex,index,value){let draggedItemAllSeriesValues=instance.data.datasets[datasetIndex].data;for(i=0;i<draggedItemAllSeriesValues.length;i++)\"\"!=draggedItemAllSeriesValues[i]&&\" \"!=draggedItemAllSeriesValues[i]||(draggedItemAllSeriesValues[i]=0);instance.publishState(\"dragged_item_starting_value\",instance.data.datasets[datasetIndex].data[index]),instance.publishState(\"currently_dragging\",!1),instance.data.justDragged=!0},dragDataRound:properties.drag_data_round,cornerRadius:properties.bar_corner_radius,animation:{duration:properties.animation_duration},onHover:function(event,elements){if(properties.draggable_values?$(\"#\"+instance.data.uniqueChartId).css(\"cursor\",elements[0]?\"grab\":\"default\"):customTooltip&&null==document.getElementById(properties.custom_tooltip_id)?$(\"#\"+instance.data.uniqueChartId).css(\"cursor\",(elements[0],\"default\")):$(\"#\"+instance.data.uniqueChartId).css(\"cursor\",elements[0]?\"pointer\":\"default\"),elements[0]){var activePoint=chart.getElementAtEvent(event),clickedDatasetIndex=activePoint[0]._datasetIndex,clickedElementindex=activePoint[0]._index,label=chart.data.labels[clickedElementindex],value=chart.data.datasets[clickedDatasetIndex].data[clickedElementindex];\"\"!=value&&\" \"!=value||(value=0);var series_name=chart.data.datasets[clickedDatasetIndex].label,series_color=activePoint[0]._view.borderColor;null!=activePoint[0].$previousStyle&&(series_color=activePoint[0].$previousStyle.backgroundColor);let remainingSeriesObjects=chart.data.datasets.slice(),remainingSeriesValues=remainingSeriesObjects.map((a=>a.data[clickedElementindex])),i;for(i=0;i<remainingSeriesValues.length;i++)\"\"!=remainingSeriesValues[i]&&\" \"!=remainingSeriesValues[i]||(remainingSeriesValues[i]=0);instance.publishState(\"hovered_item_other_series_values\",remainingSeriesValues);let remainingSeriesColors=remainingSeriesObjects.map((a=>a.borderColor));instance.publishState(\"hovered_item_other_series_colors\",remainingSeriesColors);let remainingSeriesNames=remainingSeriesObjects.map((a=>a.label));instance.publishState(\"hovered_item_other_series_names\",remainingSeriesNames),instance.publishState(\"hovered_item_x_value\",label),instance.publishState(\"hovered_item_y_value\",value),instance.publishState(\"hovered_item_series_name\",series_name),instance.publishState(\"hovered_item_series_color\",series_color),instance.publishState(\"hovered_item_x_index\",clickedElementindex+1),customTooltip&&null!=document.getElementById(properties.custom_tooltip_id)&&($(\"#\"+properties.custom_tooltip_id).fadeIn(250),document.getElementById(properties.custom_tooltip_id).style.zIndex=\"1000000000000000000000\")}else $(\"#\"+properties.custom_tooltip_id).fadeOut(100);label&&value&&series_name&&instance.triggerEvent(\"chart_value_hovered\",(function(err){}))},legend:{display:showLegend,position:legendState,labels:{usePointStyle:\"Circle\"==properties.legend_color_style,fontColor:properties.tick_label_color,fontSize:properties.tick_label_font_size,fontFamily:properties.bubble.font_face().includes(\"font_default\")?\"Poppins\":properties.bubble.font_face().split(\":\")[0]}},layout:{padding:{right:properties.chart_padding,left:properties.chart_padding,top:properties.chart_padding,bottom:properties.chart_padding}},maintainAspectRatio:!1,scales:{yAxes:[{yAxixID:\"y\",id:\"y\",scaleLabel:{display:!!properties.y_axis_name,labelString:properties.y_axis_name,fontSize:properties.y_axis_font_size,fontFamily:properties.bubble.font_face().includes(\"font_default\")?\"Poppins\":properties.bubble.font_face().split(\":\")[0],fontColor:properties.y_axis_font_color},stacked:\"Stacked Bar\"==properties.chartType||\"Stacked Area\"==properties.chartType||\"Stacked Bar (Horizontal)\"==properties.chartType||\"100% Stacked Bar\"==properties.chartType||\"100% Stacked Bar (Horizontal)\"==properties.chartType||\"100% Stacked Area (Vertical)\"==properties.chartType,gridLines:{borderDash:horizDashed,drawBorder:!1,color:\"rgba(0,0,0,0)\",zeroLineColor:\"rgba(0,0,0,0)\",zeroLineWidth:properties.y_zero_line_width,tickMarkLength:properties.tick_mark_length_y},ticks:{maxTicksLimit:properties.max_y_ticks,padding:7,display:!1,fontColor:properties.tick_label_color,fontSize:properties.tick_label_font_size,fontFamily:properties.bubble.font_face().includes(\"font_default\")?\"Poppins\":properties.bubble.font_face().split(\":\")[0],callback:function(value,index,values){let yLabel=value,originalYLabel=value;if(value<1&&value>-1&&0!=value&&(yLabel=value.toPrecision(1)),value>1&&value<2&&(yLabel=value.toPrecision(2)),null!=properties.y_labels_decimal_places&&(yLabel=parseFloat(yLabel).toFixed(properties.y_labels_decimal_places)),yLabel=yLabel.toString(),null!=properties.thousands_separator&&(yLabel=yLabel.includes(\".\")?yLabel.substring(0,yLabel.indexOf(\".\")).replace(/\\B(?=(\\d{3})+(?!\\d))/g,properties.thousands_separator)+properties.decimal_place_character+yLabel.substring(yLabel.indexOf(\".\")+1):yLabel.replace(/\\B(?=(\\d{3})+(?!\\d))/g,properties.thousands_separator)),properties.yAxisUnitBeforeNumber&&(yLabel=properties.yAxisUnitBeforeNumber+yLabel),properties.yAxisUnitAfterNumber&&(yLabel+=properties.yAxisUnitAfterNumber),properties.max_num_char_per_line&&\"horizontalBar\"==chartType){const maxCharsPerLine=properties.max_num_char_per_line;let words=originalYLabel.split(\" \");const lines=[];let currentLine=\"\";words.forEach((word=>{(currentLine+word).length<=maxCharsPerLine?currentLine+=word+\" \":(lines.push(currentLine.trim()),currentLine=word+\" \")})),currentLine&&lines.push(currentLine.trim()),originalYLabel=lines}return\"horizontalBar\"==chartType?originalYLabel:yLabel}}}],xAxes:[{scaleLabel:{display:!!properties.x_axis_name,labelString:properties.x_axis_name,fontSize:properties.x_axis_font_size,fontFamily:properties.bubble.font_face().includes(\"font_default\")?\"Poppins\":properties.bubble.font_face().split(\":\")[0],fontColor:properties.x_axis_font_color},stacked:\"Stacked Bar\"==properties.chartType||\"Stacked Area\"==properties.chartType||\"Stacked Bar (Horizontal)\"==properties.chartType||\"100% Stacked Bar\"==properties.chartType||\"100% Stacked Bar (Horizontal)\"==properties.chartType,gridLines:{borderDash:vertDashed,drawBorder:!1,color:instance.data.verticalGridlineColor,zeroLineColor:properties.x_zero_line_color,tickMarkLength:0,zeroLineWidth:properties.x_zero_line_width},ticks:{maxTicksLimit:properties.max_x_ticks,padding:7,display:properties.show_x_tick_labels,fontColor:properties.tick_label_color,fontFamily:properties.bubble.font_face().includes(\"font_default\")?\"Poppins\":properties.bubble.font_face().split(\":\")[0],fontSize:properties.tick_label_font_size,callback:function(value,index,values){let originalXLabel=value,xLabel=value;if(null!=xLabel){if(value<1&&value>-1&&0!=value&&(xLabel=value.toPrecision(1)),value>1&&value<2&&(xLabel=value.toPrecision(2)),xLabel=xLabel.toString(),null!=properties.thousands_separator&&(xLabel=xLabel.replace(/\\B(?=(\\d{3})+(?!\\d))/g,properties.thousands_separator)),properties.yAxisUnitBeforeNumber&&(xLabel=properties.yAxisUnitBeforeNumber+xLabel),properties.yAxisUnitAfterNumber&&(xLabel+=properties.yAxisUnitAfterNumber),properties.max_num_char_per_line&&\"horizontalBar\"!=chartType){const maxCharsPerLine=properties.max_num_char_per_line;let words=originalXLabel.split(\" \");const lines=[];let currentLine=\"\";words.forEach((word=>{(currentLine+word).length<=maxCharsPerLine?currentLine+=word+\" \":(lines.push(currentLine.trim()),currentLine=word+\" \")})),currentLine&&lines.push(currentLine.trim()),originalXLabel=lines}return\"horizontalBar\"==chartType?xLabel:originalXLabel}}}}]},plugins:{stacked100:{enable:hundredPercentStacked},crosshair:!1},tooltips:{intersect:!1,enabled:!customTooltip,titleFontFamily:properties.bubble.font_face().includes(\"font_default\")?\"Poppins\":properties.bubble.font_face().split(\":\")[0],bodyFontFamily:properties.bubble.font_face().includes(\"font_default\")?\"Poppins\":properties.bubble.font_face().split(\":\")[0],callbacks:{label:function(tooltipItem,data){let beforeDecimal=Math.floor(parseFloat(tooltipItem.value));parseFloat(tooltipItem.value)<0&&(beforeDecimal=Math.ceil(parseFloat(tooltipItem.value)));let afterDecimalCalc=parseFloat(tooltipItem.value)-parseFloat(beforeDecimal),numDecimalPlaces,afterDecimal,commaValue,finalLabel;return numDecimalPlaces=-1!=tooltipItem.value.indexOf(\".\")?tooltipItem.value.substring(tooltipItem.value.indexOf(\".\")+1).length:0,numDecimalPlaces>0?(afterDecimal=afterDecimalCalc.toFixed(numDecimalPlaces),afterDecimal=afterDecimal.split(\".\")[1]):afterDecimal=afterDecimalCalc=\"\",null!=properties.thousands_separator&&(beforeDecimal=beforeDecimal.toString().replace(/\\B(?=(\\d{3})+(?!\\d))/g,properties.thousands_separator)),properties.data_labels_unit_before&&(beforeDecimal=properties.data_labels_unit_before+beforeDecimal),beforeDecimal&&(finalLabel=beforeDecimal),\"\"!=afterDecimal&&(finalLabel=finalLabel+properties.decimal_place_character+afterDecimal),properties.data_labels_unit_after&&(finalLabel+=properties.data_labels_unit_after),finalLabel}}}}});instance.data.chartType=chartType,\"horizontalBar\"!=chartType?(null!=properties.yMaxNum&&(chart.options.scales.yAxes[0].ticks.max=properties.yMaxNum),null!=properties.yMinNum&&(chart.options.scales.yAxes[0].ticks.min=properties.yMinNum)):(null!=properties.yMaxNum&&(chart.options.scales.xAxes[0].ticks.max=properties.yMaxNum),null!=properties.yMinNum&&(chart.options.scales.xAxes[0].ticks.min=properties.yMinNum));var chartContainer=document.getElementById(\"chartContainer\"+instance.data.uniqueChartId);let showDataLabelsOverlap;function pushDataset(dataLabel,newData,newColor,customChartType,pointBackgroundColor,pointBorderColor,backgroundColorArray,pointImage,actionChartType,barBorderColor,barBorderColor){let chart_type,customType,border_color;border_color=chartType.includes(\"bar\")?0==properties.bar_border_width?newColor:barBorderColor:newColor,chart_type=chartType?customChartType:properties.chart_type,customChartType&&(customType=!0);let myDataset={data:newData,customType:customType,type:customChartType,label:dataLabel,steppedLine:instance.data.steppedLine,backgroundColor:function(value){return value=properties.chartType.includes(\"Area\")?instance.data.reduceOpacity(newColor,.5):!backgroundColorArray||\"Bar\"!=properties.chartType&&\"Horizontal Bar\"!=properties.chartType?newColor:backgroundColorArray},fill:function(value){return value=!(!properties.chartType.includes(\"Area\")&&\"Area\"!=actionChartType)&&\"origin\"},borderWidth:function(value){return value=chartType.includes(\"area\")||chartType.includes(\"line\")?properties.border_width:chartType.includes(\"bar\")?properties.bar_border_width:0},lineTension:properties.curve_line_charts,borderColor:border_color,pointBorderColor:function(value){return value=pointBorderColor||\"#FFFFFF\"},pointBackgroundColor:function(value){return value=null!=pointBackgroundColor?pointBackgroundColor:newColor},pointStyle:pointImage,pointBorderWidth:properties.point_border_width,pointRadius:properties.line_point_radius,pointHitRadius:20,pointHoverRadius:properties.point_hover_radius,barPercentage:properties.bar_width,categoryPercentage:properties.category_width,barThickness:properties.bar_width_pixels,datalabels:{display:showDataLabelsOverlap,color:function(value){return value=\"Default (Same as Series Color)\"!=properties.font_color_setting?properties.datalabel_font_color:newColor},align:function(value){return\"end\"},font:{size:properties.datalabel_size,family:properties.bubble.font_face().split(\":\")[0],weight:properties.datalabel_fontweight},anchor:function(context){return properties.chartType.includes(\"horizontal\"),context.dataset.data[context.dataIndex]<0?\"end\"==properties.datalabel_anchor?\"start\":\"start\"==properties.datalabel_anchor?\"end\":properties.datalabel_anchor:properties.datalabel_anchor},formatter:function(value){if(instance.data.data_label_value=value,Math.abs(value)<properties.hide_if_less_than)return\"\";if(\"\"==value||\" \"==value)return\"\";let beforeDecimal=Math.floor(parseFloat(value));parseFloat(value)<0&&(beforeDecimal=Math.ceil(parseFloat(value)));let afterDecimalCalc=parseFloat(value)-parseFloat(beforeDecimal),numDecimalPlaces,valueString,afterDecimal,commaValue,finalLabel;return valueString=value.toString(),numDecimalPlaces=-1!=valueString.indexOf(\".\")?valueString.substring(valueString.indexOf(\".\")+1).length:0,numDecimalPlaces>0?(afterDecimal=afterDecimalCalc.toFixed(numDecimalPlaces),afterDecimal=afterDecimal.split(\".\")[1]):afterDecimal=afterDecimalCalc=\"\",null!=properties.thousands_separator&&(beforeDecimal=beforeDecimal.toString().replace(/\\B(?=(\\d{3})+(?!\\d))/g,properties.thousands_separator)),properties.data_labels_unit_before?parseFloat(value)<0?(beforeDecimal=beforeDecimal.substring(1),beforeDecimal=\"-\"+properties.data_labels_unit_before+beforeDecimal):beforeDecimal=properties.data_labels_unit_before+beforeDecimal:parseFloat(value)<0&&(parseFloat(value)>-1&&(beforeDecimal=\"0\"+beforeDecimal),beforeDecimal=beforeDecimal.substring(1),beforeDecimal=\"-\"+beforeDecimal),beforeDecimal&&(finalLabel=beforeDecimal),\"\"!=afterDecimal&&(finalLabel=finalLabel+properties.decimal_place_character+afterDecimal),properties.data_labels_unit_after&&(finalLabel+=properties.data_labels_unit_after),finalLabel},offset:function(context){return context.dataset.data[context.dataIndex]<0?-1*(properties.datalabel_offset+1.25*properties.datalabel_size):properties.datalabel_offset},borderWidth:\"1\",borderRadius:\"3\",borderColor:function(value){return instance.data.data_label_value>properties.hide_if_less_than?properties.label_border_color:\"rgba(0, 0, 0, 0)\"},backgroundColor:function(value){return Math.abs(instance.data.data_label_value)>properties.hide_if_less_than?(instance.data.mycolor=properties.datalabel_background_color,instance.data.mycolor):\"rgba(0, 0, 0, 0)\"},padding:\"1\"}};if(instance.data.datasets.find((element=>element.label==dataLabel))){let foundSeries=instance.data.datasets.find((element=>element.label==dataLabel));null!=foundSeries&&instance.data.datasets.splice(instance.data.datasets.indexOf(foundSeries),1)}instance.data.datasets.push(myDataset)}function removeOldSeriesProperty(seriesName){let foundSeries_originalproperty=instance.data.datasets.find((element=>element.label==seriesName));null!=foundSeries_originalproperty&&instance.data.datasets.splice(instance.data.datasets.indexOf(foundSeries_originalproperty),1)}function updateStyle(chart){chart.options.scales.yAxes[0].gridLines.zeroLineColor=properties.y_zero_line_color,chart.options.scales.yAxes[0].ticks.display=properties.show_y_tick_labels,chart.options.scales.yAxes[0].gridLines.color=instance.data.horizontalGridlineColor}function animate1(){instance.data.updateChartDatasets(),updateStyle(instance.data.chart),instance.data.chart.update()}chartContainer.parentNode.removeChild(chartContainer),(chartContainer=document.getElementById(\"chartContainer\"+instance.data.uniqueChartId)).style.height=properties.bubble.height().toString()+\"px\",chartContainer.style.width=properties.bubble.width().toString()+\"px\",instance.data.height=properties.bubble.height(),instance.data.mainChartCanvas.style.borderRadius=properties.bubble.border_roundness(),instance.data.lineWidth=properties.border_width,null!=properties.x_ticks_rotation&&(chart.options.scales.xAxes[0].ticks.minRotation=properties.x_ticks_rotation,chart.options.scales.xAxes[0].ticks.maxRotation=properties.x_ticks_rotation),showDataLabelsOverlap=!properties.hide_datalabels_overlap||\"auto\",instance.data.pushDataset=pushDataset,removeOldSeriesProperty(instance.data.series1_oldname),removeOldSeriesProperty(instance.data.series2_oldname),removeOldSeriesProperty(instance.data.series3_oldname),removeOldSeriesProperty(instance.data.series4_oldname),removeOldSeriesProperty(instance.data.series5_oldname),removeOldSeriesProperty(instance.data.series6_oldname),properties.series1&&(properties.series1name?(pushDataset(properties.series1name,series1array,properties.series1color,void 0,void 0,void 0,void 0,void 0,void 0,void 0,properties.series_1_border),instance.data.series1_oldname=properties.series1name):(instance.data.series1_oldname=\"Series 1\",pushDataset(instance.data.series1_oldname,series1array,properties.series1color,void 0,void 0,void 0,void 0,void 0,void 0,void 0,properties.series_1_border))),properties.series2&&(properties.series2name?(pushDataset(properties.series2name,series2array,properties.series2color,void 0,void 0,void 0,void 0,void 0,void 0,void 0,properties.series_2_border),instance.data.series2_oldname=properties.series2name):(instance.data.series2_oldname=\"Series 2\",pushDataset(instance.data.series2_oldname,series2array,properties.series2color,void 0,void 0,void 0,void 0,void 0,void 0,void 0,properties.series_2_border))),properties.series3&&(properties.series3name?(pushDataset(properties.series3name,series3array,properties.series3color,void 0,void 0,void 0,void 0,void 0,void 0,void 0,properties.series_3_border),instance.data.series3_oldname=properties.series3name):(instance.data.series3_oldname=\"Series 3\",pushDataset(instance.data.series3_oldname,series3array,properties.series3color,void 0,void 0,void 0,void 0,void 0,void 0,void 0,properties.series_3_border))),properties.series4&&(properties.series4name?(pushDataset(properties.series4name,series4array,properties.series4color,void 0,void 0,void 0,void 0,void 0,void 0,void 0,properties.series_4_border),instance.data.series4_oldname=properties.series4name):(instance.data.series4_oldname=\"Series 4\",pushDataset(instance.data.series4_oldname,series4array,properties.series4color,void 0,void 0,void 0,void 0,void 0,void 0,void 0,properties.series_4_border))),properties.series5&&(properties.series5name?(pushDataset(properties.series5name,series5array,properties.series5color,void 0,void 0,void 0,void 0,void 0,void 0,void 0,properties.series_5_border),instance.data.series5_oldname=properties.series5name):(instance.data.series5_oldname=\"Series 5\",pushDataset(instance.data.series5_oldname,series5array,properties.series5color,void 0,void 0,void 0,void 0,void 0,void 0,void 0,properties.series_5_border))),properties.series6&&(properties.series6name?(pushDataset(properties.series6name,series6array,properties.series6color,void 0,void 0,void 0,void 0,void 0,void 0,void 0,properties.series_6_border),instance.data.series6_oldname=properties.series6name):(instance.data.series6_oldname=\"Series 6\",pushDataset(instance.data.series6_oldname,series6array,properties.series6color,void 0,void 0,void 0,void 0,void 0,void 0,void 0,properties.series_6_border))),document.getElementById(instance.data.uniqueChartId).onclick=function(evt){var activePoint=chart.getElementAtEvent(evt);if(activePoint.length>0){var clickedDatasetIndex=activePoint[0]._datasetIndex,clickedElementindex=activePoint[0]._index,label=chart.data.labels[clickedElementindex],value=chart.data.datasets[clickedDatasetIndex].data[clickedElementindex];\"\"!=value&&\" \"!=value||(value=0);var series_name=chart.data.datasets[clickedDatasetIndex].label,series_color=activePoint[0]._model.backgroundColor;instance.publishState(\"clicked_item_x_value\",label),instance.publishState(\"clicked_item_y_value\",value),instance.publishState(\"clicked_item_series_name\",series_name),instance.publishState(\"clicked_item_series_color\",series_color);let remainingSeriesObjects=chart.data.datasets.slice(),remainingSeriesValues=remainingSeriesObjects.map((a=>a.data[clickedElementindex])),i;for(i=0;i<remainingSeriesValues.length;i++)\"\"!=remainingSeriesValues[i]&&\" \"!=remainingSeriesValues[i]||(remainingSeriesValues[i]=0);instance.publishState(\"click_item_other_series_values\",remainingSeriesValues);let remainingSeriesColors=remainingSeriesObjects.map((a=>a.borderColor));instance.publishState(\"clicked_item_other_series_colors\",remainingSeriesColors);let remainingSeriesNames=remainingSeriesObjects.map((a=>a.label));instance.publishState(\"clicked_item_other_series_names\",remainingSeriesNames)}else null!=document.getElementById(properties.custom_tooltip_id)&&$(\"#\"+properties.custom_tooltip_id).fadeOut(100);label&&value&&series_name&&instance.triggerEvent(\"chart_value_clicked\",(function(err){}))},instance.data.chart=chart,setTimeout(animate1,300),setTimeout(animate1,1e3),setTimeout(animate1,5e3),instance.publishState(\"chart_loaded\",!0)}"},"reset":{"fn":"function(instance,context){}"},"preview":{"fn":"function(instance, properties) {\n    \n    // Create a wrapper div and set its style\n    var wrapper = document.createElement('div');\n    wrapper.style.position = 'fixed';\n    wrapper.style.top = '0';\n    wrapper.style.left = '0';\n    wrapper.style.width = '100%';\n    wrapper.style.height = '100%';\n    wrapper.style.backgroundColor = '#EAEAEE';\n    wrapper.style.border = '1px solid #BEBEC3'; // Add a border with color #BEBEC3\n    wrapper.style.boxSizing = 'border-box'; // Include the border in the width and height calculation\n    \n    // Append the wrapper to the body\n    document.body.appendChild(wrapper);\n    \n    // Create a container div and set its style\n    var container = document.createElement('div');\n    container.style.position = 'absolute';\n    container.style.top = '0';\n    container.style.left = '0';\n    container.style.width = '100%';\n    container.style.height = '100%';\n    container.style.display = 'flex';\n    container.style.flexDirection = 'column'; // Stack items vertically\n    container.style.justifyContent = 'center';\n    container.style.alignItems = 'center';\n\n    // Create a text element for the chart description\n    var textElement = document.createElement('p');\n    textElement.innerText = 'Bar/Line/Area Chart';\n    textElement.style.fontFamily = 'Poppins, sans-serif';\n    textElement.style.fontSize = '12px';\n    textElement.style.textAlign = 'center';\n    textElement.style.color = '#294C61';\n\n    // Append the chart description to the container\n    container.appendChild(textElement);\n\n    // Create a text element for the support message\n    var supportText = document.createElement('p');\n\tsupportText.innerHTML = 'Email <strong>support@techblocksco.com</strong> to report any issues';\n    supportText.style.fontFamily = 'Poppins, sans-serif';\n    supportText.style.fontSize = '12px';\n    supportText.style.textAlign = 'center';\n    supportText.style.color = '#294C61';\n    supportText.style.marginTop = '0px'; // Add some spacing between the two text elements\n\n    // Append the support message to the container\n    container.appendChild(supportText);\n\n    // Append the container to the body\n    document.body.appendChild(container);\n}\n"}},"platform_type":"web"},"AAn":{"display":"List Calculator - Basic","add_is_visible":true,"fields":{"AAo":{"caption":"List A","editor":"DynamicValue","name":"listA","rank":0,"value":"text"},"AAp":{"caption":"Operation","default_val":"Multiply","editor":"Dropdown","name":"operation1","rank":1},"AAq":{"caption":"Number or List B","editor":"DynamicValue","name":"numberOrListB","rank":2,"value":"text","optional":true}},"states":{"AAr":{"caption":"Output List (number)","initialization_code":{"fn":"function(properties,context){let result;if(\"Concatenate\"==properties.operation1)result=concatenate(properties.listA,properties.numberOrListB);else if(\"Multiply\"==properties.operation1||\"Divide\"==properties.operation1)result=multiply(properties.listA,properties.numberOrListB);else if(\"Add\"==properties.operation1)result=add(properties.listA,properties.numberOrListB);else{let array1=properties.listA.split(\", \").map((x=>+x));const cumulativeSum=(sum=0,value=>sum+=value);result=array1.map(cumulativeSum)}var sum;function concatenate(originalArray,array2orlist2){if(!originalArray)return null;let array1=originalArray.split(\", \");if(array2orlist2.includes(\",\")){let array2=array2orlist2.split(\", \");for(let i=0;i<array1.length;i++)array1[i]=array1[i].concat(array2[i]);return array1}if(!array2orlist2.includes(\",\")){for(let i=0;i<array1.length;i++)array1[i]=array1[i].concat(array2orlist2);return array1}}function multiply(originalArray,array2orlist2){if(!originalArray)return null;let array1=originalArray.split(\", \");if(array2orlist2.includes(\",\")){let array2=array2orlist2.split(\",\");if(\"Divide\"==properties.operation1)for(let i=0;i<array1.length;i++)array2[i]=Math.pow(array2[i],-1);return multiplyTwoArrays(array1,array2,array1.length)}if(!array2orlist2.includes(\",\")){let multiple=array2orlist2;return\"Divide\"==properties.operation1&&(multiple=Math.pow(array2orlist2,-1)),multiplyArrayAndNumber(array1,multiple,array1.length)}}function multiplyTwoArrays(array1,array2,arrayLength){let resultingArray=[];for(let i=0;i<arrayLength;i++){let product=array1[i]*array2[i];resultingArray.push(product)}return resultingArray}function multiplyArrayAndNumber(array1,number,arrayLength){let resultingArray=[];for(let i=0;i<arrayLength;i++){let product=array1[i]*number;resultingArray.push(product)}return resultingArray}function add(originalArray,array2orlist2){if(!originalArray)return null;let array1=originalArray.split(\", \");if(array2orlist2.includes(\",\")){let array2=array2orlist2.split(\",\");if(\"Subtract\"==properties.operation1)for(let i=0;i<array1.length;i++)array2[i]=Math.pow(array2[i],-1);return addTwoArrays(array1,array2,array1.length)}if(!array2orlist2.includes(\",\")){let multiple=array2orlist2;return\"Divide\"==properties.operation1&&(multiple=Math.pow(array2orlist2,-1)),addArrayAndNumber(array1,multiple,array1.length)}}function addTwoArrays(array1,array2,arrayLength){let resultingArray=[];for(let i=0;i<arrayLength;i++){let product=Number(array1[i])+Number(array2[i]);resultingArray.push(product)}return resultingArray}function addArrayAndNumber(array1,number,arrayLength){let resultingArray=[];for(let i=0;i<arrayLength;i++){let product=Number(array1[i])+Number(number);resultingArray.push(product)}return resultingArray}return result}"},"is_list":true,"name":"outputList","value":"number"},"ABP":{"caption":"Output List (text)","name":"outputliststring","value":"text","initialization_code":{"fn":"function(properties,context){let result;if(\"Concatenate\"==properties.operation1)result=concatenate(properties.listA,properties.numberOrListB);else if(\"Multiply\"==properties.operation1||\"Divide\"==properties.operation1)result=multiply(properties.listA,properties.numberOrListB);else if(\"Add\"==properties.operation1)result=add(properties.listA,properties.numberOrListB);else{let array1=properties.listA.split(\", \").map((x=>+x));const cumulativeSum=(sum=0,value=>sum+=value);result=array1.map(cumulativeSum)}var sum;function concatenate(originalArray,array2orlist2){if(!originalArray)return null;let array1=originalArray.split(\", \");if(array2orlist2.includes(\",\")){let array2=array2orlist2.split(\", \");for(let i=0;i<array1.length;i++)array1[i]=array1[i].concat(array2[i]);return array1}if(!array2orlist2.includes(\",\")){for(let i=0;i<array1.length;i++)array1[i]=array1[i].concat(array2orlist2);return array1}}function multiply(originalArray,array2orlist2){if(!originalArray)return null;let array1=originalArray.split(\", \");if(array2orlist2.includes(\",\")){let array2=array2orlist2.split(\",\");if(\"Divide\"==properties.operation1)for(let i=0;i<array1.length;i++)array2[i]=Math.pow(array2[i],-1);return multiplyTwoArrays(array1,array2,array1.length)}if(!array2orlist2.includes(\",\")){let multiple=array2orlist2;return\"Divide\"==properties.operation1&&(multiple=Math.pow(array2orlist2,-1)),multiplyArrayAndNumber(array1,multiple,array1.length)}}function multiplyTwoArrays(array1,array2,arrayLength){let resultingArray=[];for(let i=0;i<arrayLength;i++){let product=array1[i]*array2[i];resultingArray.push(product)}return resultingArray}function multiplyArrayAndNumber(array1,number,arrayLength){let resultingArray=[];for(let i=0;i<arrayLength;i++){let product=array1[i]*number;resultingArray.push(product)}return resultingArray}function add(originalArray,array2orlist2){if(!originalArray)return null;let array1=originalArray.split(\", \");if(array2orlist2.includes(\",\")){let array2=array2orlist2.split(\",\");if(\"Subtract\"==properties.operation1)for(let i=0;i<array1.length;i++)array2[i]=Math.pow(array2[i],-1);return addTwoArrays(array1,array2,array1.length)}if(!array2orlist2.includes(\",\")){let multiple=array2orlist2;return\"Divide\"==properties.operation1&&(multiple=Math.pow(array2orlist2,-1)),addArrayAndNumber(array1,multiple,array1.length)}}function addTwoArrays(array1,array2,arrayLength){let resultingArray=[];for(let i=0;i<arrayLength;i++){let product=Number(array1[i])+Number(array2[i]);resultingArray.push(product)}return resultingArray}function addArrayAndNumber(array1,number,arrayLength){let resultingArray=[];for(let i=0;i<arrayLength;i++){let product=Number(array1[i])+Number(number);resultingArray.push(product)}return resultingArray}return result}"},"is_list":true}},"code":{"initialize":{"fn":"function(instance,context){}"},"update":{"fn":"function(instance,properties,context){}"},"reset":{"fn":"function(instance,context){}"},"preview":{"fn":"function(instance, properties) {\n    \n    // Create a wrapper div and set its style\n    var wrapper = document.createElement('div');\n    wrapper.style.position = 'fixed';\n    wrapper.style.top = '0';\n    wrapper.style.left = '0';\n    wrapper.style.width = '100%';\n    wrapper.style.height = '100%';\n    wrapper.style.backgroundColor = '#EAEAEE';\n    wrapper.style.border = '1px solid #BEBEC3'; // Add a border with color #BEBEC3\n    wrapper.style.boxSizing = 'border-box'; // Include the border in the width and height calculation\n    \n    // Append the wrapper to the body\n    document.body.appendChild(wrapper);\n    \n    // Create a container div and set its style\n    var container = document.createElement('div');\n    container.style.position = 'absolute';\n    container.style.top = '0';\n    container.style.left = '0';\n    container.style.width = '100%';\n    container.style.height = '100%';\n    container.style.display = 'flex';\n    container.style.flexDirection = 'column'; // Stack items vertically\n    container.style.justifyContent = 'center';\n    container.style.alignItems = 'center';\n\n    // Create a text element for the chart description\n    var textElement = document.createElement('p');\n    textElement.innerText = 'List Calculator - Basic';\n    textElement.style.fontFamily = 'Poppins, sans-serif';\n    textElement.style.fontSize = '12px';\n    textElement.style.textAlign = 'center';\n    textElement.style.color = '#294C61';\n\n    // Append the chart description to the container\n    container.appendChild(textElement);\n\n    // Create a text element for the support message\n    var supportText = document.createElement('p');\n\tsupportText.innerHTML = 'Email <strong>support@techblocksco.com</strong> to report any issues';\n    supportText.style.fontFamily = 'Poppins, sans-serif';\n    supportText.style.fontSize = '12px';\n    supportText.style.textAlign = 'center';\n    supportText.style.color = '#294C61';\n    supportText.style.marginTop = '0px'; // Add some spacing between the two text elements\n\n    // Append the support message to the container\n    container.appendChild(supportText);\n\n    // Append the container to the body\n    document.body.appendChild(container);\n}\n"}},"platform_type":"web"},"AAx":{"display":"Chart - Pie/Donut","property_applications":{"MinWidth":true,"resizable":true,"Font":true,"Border":true},"add_hover_pressed":false,"add_is_visible":true,"support_autobinding":false,"has_reset_fn":false,"fields":{"AAJ":{"caption":"Series Labels","default_val":"Category A, Category B, Category C, Category D","editor":"DynamicValue","is_list":false,"name":"chartlabels","rank":2,"value":"text"},"AAK":{"caption":"Series Values","default_val":"2525, 743, 431, 1540","editor":"DynamicValue","name":"series1","rank":3,"value":"text"},"AAN":{"caption":"Value's Colors","default_val":"#00A2FF, #24E082, #FF8961, #BC61E6","editor":"DynamicValue","is_list":false,"name":"series1color","rank":4,"value":"text"},"AAa":{"caption":"Tooltip Unit - Before","editor":"DynamicValue","name":"yAxisUnitBeforeNumber","optional":true,"rank":39,"value":"text"},"AAb":{"caption":"Tooltip Unit - After","editor":"DynamicValue","is_list":false,"name":"yAxisUnitAfterNumber","optional":true,"rank":40,"value":"text"},"ABK":{"caption":"labelValue: Unit Before","default_val":"$","editor":"DynamicValue","name":"data_label_unit_before","rank":26,"value":"text"},"ABL":{"caption":"labelValue: Unit After","default_val":" USD","editor":"DynamicValue","name":"data_label_unit_after","rank":27,"value":"text"},"ABO":{"caption":"Show/Hide Legend","name":"showLegend2","rank":6,"editor":"Dropdown","default_val":"Top"},"ACB":{"caption":"Section Border Width","name":"section_border_width","rank":18,"editor":"DynamicValue","value":"number","default_val":5},"ACC":{"caption":"Section Border Color","name":"section_border_color","rank":19,"editor":"Color","default_val":"rgba(255, 255, 255, 1)"},"ACD":{"caption":"Cutout Percentage","name":"cutout_percentage","rank":17,"editor":"DynamicValue","value":"number","default_val":82},"ACS":{"caption":"-------------------------- General Settings --------------------------","name":"-------------------------_general_settings_-------------------------","rank":5,"editor":"Label"},"ACU":{"caption":"---------------------------- Chart Styling ----------------------------","name":"-------------------------_chart_styling_-------------------------","rank":16,"editor":"Label"},"ACV":{"caption":"-------------------------- Tooltip Settings ---------------------------","name":"-------------------------_tooltip_settings_-------------------------","rank":38,"editor":"Label"},"ACk":{"caption":"Thousands Separator","name":"thousands_separator","rank":12,"editor":"DynamicValue","value":"text","default_val":",","optional":true},"ADB":{"caption":"Hover Border Width","name":"hover_border_width","rank":21,"editor":"DynamicValue","value":"number","optional":false,"default_val":3},"ADJ":{"caption":"----------------------------- Data Labels ------------------------------","name":"--------------------------_data_labels_---------------------------","rank":23,"editor":"Label"},"ADK":{"caption":"Font Color","name":"datalabel_font_color","rank":34,"editor":"Color","default_val":"rgba(255, 255, 255, 1)"},"ADL":{"caption":"Anchor","name":"anchor","rank":31,"editor":"Dropdown","default_val":"end"},"ADM":{"caption":"Font Color Setting","name":"font_color_setting","rank":33,"editor":"Dropdown","default_val":"Default (Same as Series Color)"},"ADN":{"caption":"Offset","name":"offset","rank":32,"editor":"DynamicValue","value":"number","default_val":3},"ADW":{"caption":"Custom Tooltip ID","name":"custom_tooltip_id","rank":11,"editor":"DynamicValue","value":"text","optional":true},"ADc":{"caption":"Font Size","name":"datalabel_size","rank":35,"editor":"DynamicValue","value":"number","default_val":12},"AKu":{"caption":"Section Corner Roundness","name":"section_corner_roundness","rank":42,"editor":"Dropdown","default_val":"Square Corners"},"AKv":{"caption":"Round Corner Section#","name":"rounded_corner_section_number","rank":43,"editor":"DynamicValue","value":"number","default_val":0},"AKw":{"caption":"------------------ Section Corner Roundness -------------------","name":"---------------------_section_corner_roundness_----------------------","rank":41,"editor":"Label"},"AQt":{"caption":"Chart Padding","name":"padding","rank":14,"editor":"DynamicValue","value":"number","default_val":15},"AWX":{"caption":"Rotation","name":"rotation","rank":22,"editor":"DynamicValue","value":"number","default_val":0},"AWY":{"caption":"Total Circumference","name":"total_circumference","rank":20,"editor":"DynamicValue","value":"number","default_val":360},"AWj":{"caption":"Hide Overlap'd Labels","name":"hide_datalabels_overlap","rank":29,"editor":"DynamicValue","value":"boolean","default_val":false},"AWp":{"caption":"Legend Padding","name":"legend_padding","rank":10,"editor":"DynamicValue","value":"number","default_val":0},"AWq":{"caption":"Hide Labels Less Than #","name":"hide_if_less_than","rank":30,"editor":"DynamicValue","value":"number","optional":true},"AWs":{"caption":"Animation Duration","name":"animation_duration","rank":15,"editor":"DynamicValue","value":"number","default_val":1500},"AXd":{"caption":"Legend Font Color","name":"legend_font_color","rank":8,"editor":"Color","default_val":"rgba(174, 185, 194, 1)"},"AXe":{"caption":"Hide from Legend if <","name":"hide_from_legend_if_less_than","rank":9,"editor":"DynamicValue","value":"number","optional":true},"AXz":{"caption":"----------------------------- Chart Data -----------------------------","name":"-----------------------------_chart_data_-----------------------------","rank":0,"editor":"Label"},"AYA":{"caption":"ℹ️ Enter your chart's labels, values, and colors. Values in each list should be comma-separated (with comma and space \", \").  The 1st item in the \"Series Labels\" list matches with the 1st item in \"Series Values\" and \"Value's Colors\" lists; the 2nd items all match with each other, and so on","name":"ℹ️_enter_you_chart's_x-axis_values_(the_x-axis_labels_that_will_go_from_left_to_right)_separated_by_comma_and_space_(\",_\").__can_be_a_dynamic_expression.","rank":1,"editor":"Label"},"AYB":{"caption":"⚠️ If data points get cut off near edges of the chart element, increase the Chart Padding below:","name":"⚠️_if_data_points_get_cut_off_near_edges_of_the_chart_element,_increase_the_chart_padding_below:","rank":13,"editor":"Label"},"AYP":{"caption":"Data Label Text","name":"data_label_text","rank":25,"editor":"DynamicValue","value":"text","optional":true,"default_val":"labelPercent, labelValue, labelName"},"AYQ":{"caption":"Show Data Label?","name":"show_label","rank":24,"editor":"DynamicValue","value":"boolean","default_val":false},"AYR":{"caption":"Percent Decimal Places","name":"labelpercent_decimal","rank":28,"editor":"DynamicValue","value":"number","default_val":2},"AZZ":{"caption":"Label Font Weight","name":"datalabel_fontweight","rank":36,"editor":"Dropdown","default_val":" 400","in_style":false},"AZd":{"caption":"Legend Color Style","name":"legend_color_style","rank":7,"editor":"Dropdown","default_val":"Circle"},"AuI":{"caption":"Wrap text #characters","name":"wrap_text_num_characters","rank":37,"editor":"DynamicValue","value":"number","optional":true}},"states":{"ABX":{"caption":"Clicked Item Label Value","name":"clicked_item_x_value","value":"text","initialization_code":{"fn":"function(properties,context){}"}},"ABY":{"caption":"Clicked Item Y Value","name":"clicked_item_y_value","value":"number","initialization_code":{"fn":"function(properties,context){}"}},"ADX":{"caption":"Hovered Item Label Value","name":"hovered_item_x_value","value":"text","initialization_code":{"fn":"function(properties,context){}"}},"ADY":{"caption":"Hovered Item Y Value","name":"hovered_item_y_value","value":"number","initialization_code":{"fn":"function(properties,context){}"}},"ADZ":{"caption":"Hovered Item Color","name":"hovered_item_series_color","value":"text","initialization_code":{"fn":"function(properties,context){}"}}},"events":{"ABa":{"caption":"Chart Value Clicked","name":"chart_value_clicked"},"ADa":{"caption":"Chart Value Hovered","name":"chart_value_hovered"}},"code":{"initialize":{"fn":"function(instance,context){instance.data.uniqueChartId=\"chartcanvas\"+Math.floor(1e5*Math.random()).toString(),instance.data.chartCanvasCopy=\"<div id='chartContainer\"+instance.data.uniqueChartId+\"' class='chart-container' style='position: relative; height: 1px; width: 1px'><canvas id='\"+instance.data.uniqueChartId+\"'></canvas></div>\",instance.canvas.append(instance.data.chartCanvasCopy);var chartcanvas2=document.getElementById(instance.data.uniqueChartId);function forceUpdate(){document.getElementById(instance.data.custom_tooltip_id)&&(document.getElementById(instance.data.custom_tooltip_id).style.display=\"none\")}instance.data.ctxChartState=chartcanvas2.getContext(\"2d\"),setTimeout(forceUpdate,200)}"},"update":{"fn":"function(instance,properties,context){if(!/[0-9]/.test(properties.series1))return void console.log(\"No numbers in series1.\");if(Chart.plugins.unregister(ChartDataLabels),Chart.Legend.prototype.afterFit=function(){this.height=this.height+properties.legend_padding,this.width=this.width+properties.legend_padding},null!=properties.custom_tooltip_id&&(instance.data.custom_tooltip_id=properties.custom_tooltip_id),null==properties.chartlabels||null==properties.series1)return;if($(document).on(\"mousemove\",(function(e){let divHeight=$(\"#\"+properties.custom_tooltip_id).height();$(\"#\"+properties.custom_tooltip_id).css({position:\"fixed\",left:e.clientX+12,top:e.clientY-divHeight/2,zIndex:1e21})})),instance.data.ctxChartState){$(\"#\"+instance.data.uniqueChartId).remove();var canvas3=instance.data.chartCanvasCopy;instance.canvas.append(canvas3);var chartcanvas2=document.getElementById(instance.data.uniqueChartId);instance.data.ctxChartState=chartcanvas2.getContext(\"2d\")}var chartcanvas=document.getElementById(instance.data.uniqueChartId),ctxchart=chartcanvas.getContext(\"2d\");let legendState,showLegend;\"Don't Show Legend\"==properties.showLegend2?showLegend=!1:(legendState=properties.showLegend2.toLowerCase(),showLegend=!0);let listofchartlabels=properties.chartlabels,arrayoflabels=[];null!=properties.chartlabels&&(properties.chartlabels.includes(\",\")?arrayoflabels=listofchartlabels.split(\",\"):arrayoflabels.push(properties.chartlabels));let series1array=[];if(!properties.series1)return void series1array.push(5);if(properties.series1.includes(\",\")){let series1string=properties.series1;series1array=series1string.split(\",\")}else series1array.push(properties.series1);let pieChartColorsArray=[];if(properties.series1color.includes(\",\")){pieChartColorsArray=properties.series1color.split(\",\");for(let i=0;i<pieChartColorsArray.length;i++)pieChartColorsArray[i]=pieChartColorsArray[i].replace(/\\s/g,\"\")}else pieChartColorsArray.push(properties.series1color);let allYValuesArray=series1array,chartLabelsOn;1==properties.show_label&&[ChartDataLabels]&&(chartLabelsOn=[ChartDataLabels]);let customTooltip=!1;null!=properties.custom_tooltip_id&&(customTooltip=!0,$(\"#\"+properties.custom_tooltip_id).fadeOut(1)),Chart.defaults.RoundedDoughnut=Chart.helpers.clone(Chart.defaults.doughnut),Chart.controllers.RoundedDoughnut=Chart.controllers.doughnut.extend({draw:function(ease){var ctx=this.chart.ctx,easingDecimal=ease||1,arcs=this.getMeta().data;Chart.helpers.each(arcs,(function(arc,i){arc.transition(easingDecimal).draw();var pArc,pColor=arcs[0===i?arcs.length-1:i-1]._view.backgroundColor,vm=arc._view,radius=(vm.outerRadius+vm.innerRadius)/2,thickness=(vm.outerRadius-vm.innerRadius)/2,startAngle=Math.PI-vm.startAngle-Math.PI/2,angle=Math.PI-vm.endAngle-Math.PI/2;ctx.save(),ctx.translate(vm.x,vm.y),ctx.fillStyle=0===i?vm.backgroundColor:pColor,ctx.beginPath(),ctx.arc(radius*Math.sin(startAngle),radius*Math.cos(startAngle),thickness,0,2*Math.PI),ctx.fill(),ctx.fillStyle=vm.backgroundColor,ctx.beginPath(),ctx.arc(radius*Math.sin(angle),radius*Math.cos(angle),thickness,0,2*Math.PI),ctx.fill(),ctx.restore()}))}}),Chart.pluginService.register({afterUpdate:function(chart){if(void 0!==chart.config.options.elements.arc.roundedCornersFor){var arc=chart.getDatasetMeta(0).data[chart.config.options.elements.arc.roundedCornersFor];arc.round={x:(chart.chartArea.left+chart.chartArea.right)/2,y:(chart.chartArea.top+chart.chartArea.bottom)/2,radius:(chart.outerRadius+chart.innerRadius)/2,thickness:(chart.outerRadius-chart.innerRadius)/2-1,backgroundColor:arc._model.backgroundColor}}},afterDraw:function(chart){if(void 0!==chart.config.options.elements.arc.roundedCornersFor){var ctx=chart.chart.ctx,arc=chart.getDatasetMeta(0).data[chart.config.options.elements.arc.roundedCornersFor],startAngle=Math.PI/2-arc._view.startAngle,endAngle=Math.PI/2-arc._view.endAngle;let vm=arc._view,thickness=(vm.outerRadius-vm.innerRadius)/2;ctx.save(),ctx.translate(arc.round.x,arc.round.y),ctx.fillStyle=arc.round.backgroundColor,ctx.beginPath(),ctx.arc(arc.round.radius*Math.sin(startAngle),arc.round.radius*Math.cos(startAngle),thickness,0,2*Math.PI),ctx.arc(arc.round.radius*Math.sin(endAngle),arc.round.radius*Math.cos(endAngle),thickness,0,2*Math.PI),ctx.closePath(),ctx.fill(),ctx.restore()}}});let chartType=\"pie\",showDataLabelsOverlap;\"Rounded Corners (All Sections)\"==properties.section_corner_roundness&&(chartType=\"RoundedDoughnut\"),showDataLabelsOverlap=!properties.hide_datalabels_overlap||\"auto\";let config={plugins:chartLabelsOn,type:chartType,data:{labels:arrayoflabels,datasets:[{fill:!1,borderWidth:properties.section_border_width,borderColor:properties.section_border_color,hoverBorderWidth:properties.hover_border_width,hoverBorderColor:properties.section_border_color,label:properties.series1name,backgroundColor:pieChartColorsArray,data:series1array,datalabels:{display:showDataLabelsOverlap,anchor:properties.anchor,align:function(value){return value=0==properties.offset?\"center\":\"end\"},offset:properties.offset,color:function(value){return value=\"Custom (Define Color Below)\"==properties.font_color_setting?properties.datalabel_font_color:pieChartColorsArray},formatter:function(value,context){let completeLabel=\"\",percent,labelValue,labelName;if(value<properties.hide_if_less_than)return\"\";let total=eval(series1array.join(\"+\")),labelArray;if(percent=String((value/total*100).toFixed(properties.labelpercent_decimal))+\"%\",labelName=arrayoflabels[context.dataIndex],labelValue=value.replace(/\\B(?=(\\d{3})+(?!\\d))/g,properties.thousands_separator),properties.data_label_unit_before&&(labelValue=(properties.data_label_unit_before+labelValue).replace(/\\s/g,\"\")),properties.data_label_unit_after&&(labelValue+=properties.data_label_unit_after),properties.data_label_text&&(labelArray=properties.data_label_text.split(\", \")),properties.data_label_text)for(;labelArray.length>0;)completeLabel&&(completeLabel+=\" \"),\"labelPercent\"==labelArray[0]&&(completeLabel+=percent),\"labelValue\"==labelArray[0]&&(completeLabel+=labelValue),\"labelName\"==labelArray[0]&&(completeLabel+=labelName),\"placeholder\"==labelArray[0]&&(completeLabel+=\"placeholder\"),labelArray.shift();if(properties.wrap_text_num_characters){for(var line=\"\",result=\"\",words=completeLabel.split(\" \"),i=0;i<words.length;i++)(line+words[i]).length>properties.wrap_text_num_characters&&(result+=line.trim()+\"\\n\",line=\"\"),line+=words[i]+\" \";return result+=line.trim(),result}return completeLabel},font:{family:properties.bubble.font_face().includes(\"font_default\")?\"Poppins\":properties.bubble.font_face().split(\":\")[0],size:properties.datalabel_size,weight:properties.datalabel_fontweight}}}]},options:{plugins:{crosshair:!1},animation:{duration:properties.animation_duration},onHover:function(event,elements){if(elements[0]){var activePoint=chart.getElementAtEvent(event),clickedDatasetIndex=activePoint[0]._datasetIndex,clickedElementindex=activePoint[0]._index,label=chart.data.labels[clickedElementindex],value=chart.data.datasets[clickedDatasetIndex].data[clickedElementindex],series_name=chart.data.datasets[clickedDatasetIndex].label,series_color=activePoint[0]._view.backgroundColor;customTooltip&&(instance.publishState(\"hovered_item_x_value\",label),instance.publishState(\"hovered_item_y_value\",value),instance.publishState(\"hovered_item_series_color\",series_color),$(\"#\"+properties.custom_tooltip_id).fadeIn(250),null!=document.getElementById(properties.custom_tooltip_id)&&($(\"#\"+instance.data.uniqueChartId).css(\"cursor\",elements[0]?\"pointer\":\"default\"),document.getElementById(properties.custom_tooltip_id).style.zIndex=\"1000000000000000000000\"))}else $(\"#\"+properties.custom_tooltip_id).fadeOut(100);label&&value&&instance.triggerEvent(\"chart_value_hovered\",(function(err){}))},cutoutPercentage:properties.cutout_percentage,rotation:-.5*Math.PI+properties.rotation*(Math.PI/180),circumference:properties.total_circumference*(Math.PI/180),legend:{align:\"left\",display:showLegend,position:legendState,labels:{filter:function(legendItem,data){return null==properties.hide_from_legend_if_less_than||data.datasets[0].data[legendItem.index]>properties.hide_from_legend_if_less_than},usePointStyle:\"Circle\"==properties.legend_color_style,fontColor:properties.legend_font_color,fontSize:properties.bubble.font_size(),fontFamily:properties.bubble.font_face().includes(\"font_default\")?\"Poppins\":properties.bubble.font_face().split(\":\")[0]}},maintainAspectRatio:!1,layout:{padding:{right:properties.padding,left:properties.padding,top:properties.padding,bottom:properties.padding}},tooltips:{enabled:!customTooltip,titleFontFamily:properties.bubble.font_face().includes(\"font_default\")?\"Poppins\":properties.bubble.font_face().split(\":\")[0],bodyFontFamily:properties.bubble.font_face().includes(\"font_default\")?\"Poppins\":properties.bubble.font_face().split(\":\")[0],callbacks:{label:function(tooltipItem,data){let label=\"\";label+=data.labels[tooltipItem.index],label+=\": \";let commaYLabel=data.datasets[0].data[tooltipItem.index];return null!=properties.thousands_separator&&(commaYLabel=commaYLabel.replace(/\\B(?=(\\d{3})+(?!\\d))/g,properties.thousands_separator)),properties.yAxisUnitBeforeNumber&&(commaYLabel=properties.yAxisUnitBeforeNumber+commaYLabel),label+=commaYLabel,properties.yAxisUnitAfterNumber&&(label+=properties.yAxisUnitAfterNumber),label}}}}},chart=new Chart(instance.data.ctxChartState,config);instance.data.chart=chart,chart.update();var chartContainer=document.getElementById(\"chartContainer\"+instance.data.uniqueChartId);function updateData(dataLabel,newData,newColor){chart.data.datasets.push({label:dataLabel,backgroundColor:newColor,data:newData,fill:!1,borderColor:newColor}),chart.update()}chartContainer.parentNode.removeChild(chartContainer),chartContainer=document.getElementById(\"chartContainer\"+instance.data.uniqueChartId),chartContainer.style.height=properties.bubble.height().toString()+\"px\",chartContainer.style.width=properties.bubble.width().toString()+\"px\",document.getElementById(instance.data.uniqueChartId).onclick=function(evt){var activePoint=chart.getElementAtEvent(event);if(activePoint.length>0){var clickedDatasetIndex=activePoint[0]._datasetIndex,clickedElementindex=activePoint[0]._index,label=chart.data.labels[clickedElementindex],value=chart.data.datasets[clickedDatasetIndex].data[clickedElementindex],series_name=chart.data.datasets[clickedDatasetIndex].label;instance.publishState(\"clicked_item_x_value\",label),instance.publishState(\"clicked_item_y_value\",value)}instance.triggerEvent(\"chart_value_clicked\",(function(err){}))},\"Rounded Corners (Single Section)\"==properties.section_corner_roundness&&(chart.options.elements.arc.roundedCornersFor=properties.rounded_corner_section_number),chart.destroy(),chart=new Chart(instance.data.ctxChartState,config)}"},"reset":{"fn":"function(instance,context){}"},"preview":{"fn":"function(instance, properties) {\n    \n    // Create a wrapper div and set its style\n    var wrapper = document.createElement('div');\n    wrapper.style.position = 'fixed';\n    wrapper.style.top = '0';\n    wrapper.style.left = '0';\n    wrapper.style.width = '100%';\n    wrapper.style.height = '100%';\n    wrapper.style.backgroundColor = '#EAEAEE';\n    wrapper.style.border = '1px solid #BEBEC3'; // Add a border with color #BEBEC3\n    wrapper.style.boxSizing = 'border-box'; // Include the border in the width and height calculation\n    \n    // Append the wrapper to the body\n    document.body.appendChild(wrapper);\n    \n    // Create a container div and set its style\n    var container = document.createElement('div');\n    container.style.position = 'absolute';\n    container.style.top = '0';\n    container.style.left = '0';\n    container.style.width = '100%';\n    container.style.height = '100%';\n    container.style.display = 'flex';\n    container.style.flexDirection = 'column'; // Stack items vertically\n    container.style.justifyContent = 'center';\n    container.style.alignItems = 'center';\n\n    // Create a text element and set its style\n    var textElement = document.createElement('p');\n    textElement.innerText = 'Pie/Donut Chart';\n    textElement.style.fontFamily = 'Poppins, sans-serif';\n    textElement.style.fontSize = '12px';\n    textElement.style.textAlign = 'center';\n    textElement.style.color = '#294C61';\n\n    // Append the text element to the container\n    container.appendChild(textElement);\n    \n    // Create a text element for the support message\n    var supportText = document.createElement('p');\n    supportText.innerHTML = 'Email <strong>support@techblocksco.com</strong> to report any issues';\n    supportText.style.fontFamily = 'Poppins, sans-serif';\n    supportText.style.fontSize = '12px';\n    supportText.style.textAlign = 'center';\n    supportText.style.color = '#294C61';\n    supportText.style.marginTop = '0px'; // Add some spacing between the two text elements\n\n    // Append the support message to the container\n    container.appendChild(supportText);\n    \n    // Append the container to the body\n    document.body.appendChild(container);\n}\n"}},"platform_type":"web"},"ABb":{"display":"Chart - Scatter/Line with Time-Series","property_applications":{"MinWidth":true,"resizable":true,"Font":true,"Border":true},"add_is_visible":true,"support_autobinding":false,"has_reset_fn":false,"fields":{"AAJ":{"caption":"Series 1 - x-values","default_val":"1.2, 2.2, 4.9, 3.8, 6.3, 2.7","editor":"DynamicValue","is_list":false,"name":"series1xvalues","rank":3,"value":"text"},"AAK":{"caption":"Series 1 - y-values","default_val":"220, 485, 500, 470, 590, 310","editor":"DynamicValue","name":"series1yvalues","rank":4,"value":"text"},"AAN":{"caption":"Series 1 - point color","default_val":"rgba(0, 162, 255, 1)","editor":"Color","name":"series1color","rank":6},"AAO":{"caption":"Series 1 - name","default_val":"Series 1","editor":"DynamicValue","name":"series1name","rank":1,"value":"text"},"AAa":{"caption":"Y Unit - Before","editor":"DynamicValue","name":"yAxisUnitBeforeNumber","optional":true,"rank":39,"value":"text"},"AAb":{"caption":"Y Unit - After","editor":"DynamicValue","is_list":false,"name":"yAxisUnitAfterNumber","optional":true,"rank":40,"value":"text"},"AAe":{"caption":"Y Axis - Max Value","editor":"DynamicValue","name":"yMaxNum","optional":true,"rank":38,"value":"number"},"AAf":{"caption":"Y Axis - Min Value","editor":"DynamicValue","name":"yMinNum","optional":true,"rank":37,"value":"number"},"AAj":{"caption":"Show/Hide Legend","editor":"Dropdown","name":"showLegend","rank":26,"value":"text","default_val":"Top"},"ABQ":{"caption":"Show Y Tick Labels?","name":"show_y_tick_labels","rank":52,"editor":"DynamicValue","value":"boolean","default_val":true},"ABR":{"caption":"Show X Tick Labels?","name":"show_x_tick_labels","rank":53,"editor":"DynamicValue","value":"boolean","default_val":true},"ABc":{"caption":"X Axis - Min Value","name":"xMinNum","rank":43,"editor":"DynamicValue","value":"number","optional":true},"ABd":{"caption":"X Axis - Max Value","name":"xMaxNum","rank":44,"editor":"DynamicValue","value":"number","optional":true},"ABo":{"caption":"X Unit - Before","name":"xAxisUnitBeforeNumber","rank":45,"editor":"DynamicValue","value":"text","optional":true},"ABp":{"caption":"X Unit - After","name":"xAxisUnitAfterNumber","rank":46,"editor":"DynamicValue","value":"text","optional":true},"ABq":{"caption":"ℹ️ Add more series to the chart using the workflow action called \"Add/update a data series\"","name":"to_add_more_dataset_series,_go_to_your_workflow_tab_and_choose_the_\"add_a_data_series_scatter/pointchart\"_action!","rank":24,"editor":"Label"},"ABz":{"caption":"Point Radius","name":"point_radius","rank":64,"editor":"DynamicValue","value":"number","default_val":8},"ACA":{"caption":"Point Hover Radius","name":"point_hover_radius","rank":65,"editor":"DynamicValue","value":"number","default_val":12},"ACQ":{"caption":"----------------------------- Chart Data -----------------------------","name":"--------------------------_data_series_values_---------------------------_(you_can_also_add_infinite_series_via_workflows)_-----","rank":0,"editor":"Label"},"ACR":{"caption":"------------------------- General Settings -------------------------","name":"-------------------------_general_settings_-------------------------","rank":25,"editor":"Label"},"ACl":{"caption":"Thousands Separator","name":"thousands_separator","rank":28,"editor":"DynamicValue","value":"text","default_val":",","optional":true},"ACo":{"caption":"Point Border Width","name":"point_border_width","rank":66,"editor":"DynamicValue","value":"number","default_val":5},"ACr":{"caption":"Series 1 - point style","name":"point_style","rank":8,"editor":"Dropdown","default_val":"circle"},"ACs":{"caption":"Series 1 - point border","name":"point_border_color","rank":7,"editor":"Color","default_val":"rgba(0, 162, 255, 0.25)"},"ACx":{"caption":"Horiz. Dashed Gridlines?","name":"horizontal_dashed_gridlines","rank":50,"editor":"DynamicValue","value":"boolean","default_val":true},"ACy":{"caption":"Vert. Dashed Gridlines?","name":"vertical_dashed_gridlines","rank":51,"editor":"DynamicValue","value":"boolean","default_val":true},"AIA":{"caption":"Connect Points?","name":"show_line","rank":67,"editor":"DynamicValue","value":"boolean","default_val":false},"AIB":{"caption":"---------------------------- Axis Settings ----------------------------","name":"----------------------------_axis_settings_----------------------------","rank":36,"editor":"Label"},"AIC":{"caption":"------------------------- Gridlines Settings -------------------------","name":"-------------------------_gridlines_settings_-------------------------","rank":47,"editor":"Label"},"AID":{"caption":"---------------------------- Point Settings ----------------------------","name":"--------------------------_point_settings_--------------------------","rank":63,"editor":"Label"},"AIE":{"caption":"X Axis Unit","name":"x_axis_unit","rank":41,"editor":"Dropdown","default_val":"Number"},"AIG":{"caption":"X Axis Date Format","name":"x_axis_date_format","rank":42,"editor":"DynamicValue","value":"text","optional":false,"default_val":"H:mma do MMM, YYYY"},"AIO":{"caption":"Max X Ticks","name":"max_x_ticks","rank":55,"editor":"DynamicValue","value":"number","optional":false,"default_val":11},"AIP":{"caption":"Max Y Ticks","name":"max_y_ticks","rank":56,"editor":"DynamicValue","value":"number","optional":false,"default_val":11},"AIT":{"caption":"Vert. Crosshair Color","name":"vertical_crosshair_color","rank":71,"editor":"Color","default_val":"rgba(230, 230, 230, 1)"},"AIU":{"caption":"Vert. Crosshair Width","name":"vertical_crosshair_width","rank":72,"editor":"DynamicValue","value":"number","default_val":1},"AIV":{"caption":"Vert. Crosshairs On?","name":"vertical_crosshair_on","rank":70,"editor":"DynamicValue","value":"boolean","default_val":false},"AIW":{"caption":"------------------------ Crosshair Settings ------------------------","name":"------------------------_crosshair_settings_------------------------","rank":69,"editor":"Label"},"AKI":{"caption":"Synced Crosshairs?","name":"synced_crosshairs","rank":73,"editor":"DynamicValue","value":"boolean","default_val":false},"AKJ":{"caption":"Group Number","name":"group_number","rank":74,"editor":"DynamicValue","value":"number","optional":false,"default_val":1},"AKK":{"caption":"Suppress Tooltips?","name":"suppress_tooltips","rank":75,"editor":"DynamicValue","value":"boolean","default_val":false},"AKR":{"caption":"Custom Tooltip HTML ID","name":"custom_tooltip_id","rank":30,"editor":"DynamicValue","value":"text","optional":true},"AKx":{"caption":"Animation Duration","name":"animation_duration","rank":33,"editor":"DynamicValue","value":"number","default_val":1500},"ANi":{"caption":"----------------------------- Data Labels --------------------------","name":"----------------------------------_data_labels_-------------","rank":76,"editor":"Label"},"ANj":{"caption":"Distance from Point","name":"distance_from_point","rank":81,"editor":"DynamicValue","value":"number","default_val":0},"ANk":{"caption":"Angle","name":"angle","rank":80,"editor":"DynamicValue","value":"number","default_val":0,"optional":false},"ANl":{"caption":"Data Label Text","name":"data_label_text","rank":77,"editor":"DynamicValue","value":"text","optional":true},"ANm":{"caption":"Unit Before X","name":"unit_before_x","rank":82,"editor":"DynamicValue","value":"text","optional":true},"ANn":{"caption":"Unit After X","name":"unit_after_x","rank":83,"editor":"DynamicValue","value":"text","optional":true,"default_val":"km"},"ANo":{"caption":"Unit Before Y","name":"unit_before_y","rank":84,"editor":"DynamicValue","value":"text","optional":true},"ANp":{"caption":"Unit After Y","name":"unit_after_y","rank":85,"editor":"DynamicValue","value":"text","optional":true,"default_val":"cal"},"ANq":{"caption":"Font Color Setting","name":"font_color_setting","rank":86,"editor":"Dropdown","default_val":"Default (Same as Series Color)"},"ANr":{"caption":"Font Color (Optional)","name":"font_color_optional","rank":87,"editor":"Color","default_val":"rgba(191, 191, 191, 1)","optional":true},"ANs":{"caption":"Font Size","name":"font_size","rank":88,"editor":"DynamicValue","value":"number","default_val":12},"ANt":{"caption":"Alignment","name":"alignment","rank":79,"editor":"DynamicValue","value":"text","default_val":"end","optional":false},"AQU":{"caption":"Line Border Width","name":"line_border_width","rank":68,"editor":"DynamicValue","value":"number","default_val":2},"AQk":{"caption":"Chart Padding (px)","name":"chart_padding","rank":32,"editor":"DynamicValue","value":"number","default_val":1},"AQl":{"caption":"Y = Zero Line Color","name":"y_is_zero_color","rank":57,"editor":"Color","default_val":"rgba(224, 224, 224, 1)"},"AQm":{"caption":"X = Zero Line Color","name":"x_is_zero_color","rank":58,"editor":"Color","default_val":"rgba(224, 224, 224, 1)"},"ARE":{"caption":"Draggable Values?","name":"draggable_values","rank":34,"editor":"DynamicValue","value":"boolean","default_val":false},"ARF":{"caption":"Drag Data Round","name":"drag_data_round","rank":35,"editor":"DynamicValue","value":"number","default_val":1},"AVi":{"caption":"Tick Label Font Size","name":"tick_label_font_size","rank":61,"editor":"DynamicValue","value":"number","default_val":12},"AVj":{"caption":"Tick Label Font Color","name":"tick_label_color","rank":60,"editor":"Color","default_val":"rgba(174, 185, 194, 1)"},"AVk":{"caption":"ℹ️ To customize Tick Label Font Family, scroll down to the bottom of this properties menu and change the standard Bubble font properties","name":"to_customize_tick_label_font_style/family_you_can_edit_this_element's_font_style_as_you_would_for_a_standard_text_element_(by_scrolling_down_to_the_bottom_of_this_menu_and_editing_the_standard_bubble_properties_for_the_font_in_the_font_dropdown_menu)","rank":62,"editor":"Label"},"AVw":{"caption":"X Tick Labels Rotation","name":"x_ticks_rotation","rank":54,"editor":"DynamicValue","value":"number","optional":true},"AVx":{"caption":"Vertical Gridline Color","name":"vertical_gridlines_color","rank":48,"editor":"Color","default_val":"rgba(224, 224, 224, 1)"},"AVy":{"caption":"Horiz. Gridlines Color","name":"horizontal_gridlines_color","rank":49,"editor":"Color","default_val":"rgba(224, 224, 224, 1)"},"AWn":{"caption":"Hide Overlap'd Labels","name":"hide_datalabels_overlap","rank":78,"editor":"DynamicValue","value":"boolean","default_val":false},"AWo":{"caption":"ℹ️ To use an image for the point style above, add the series using the workflow action called \"Add/update a data series\", where there is a property for datapoint image","name":"ℹ️  To_use_an_image_for_the_point_style,_add_the_serie_via_workflow_action_instead","rank":9,"editor":"Label"},"AXM":{"caption":"Series 2 - name","name":"series2name","rank":10,"editor":"DynamicValue","value":"text","default_val":"Series 2","optional":true},"AXN":{"caption":"Series 2 - point color","name":"series2color","rank":14,"editor":"Color","default_val":"rgba(0, 200, 81, 1)","optional":true},"AXO":{"caption":"Series 2 - point border","name":"series2_point_border_color","rank":15,"editor":"Color","default_val":"rgba(0, 199, 83, 0.28)","optional":true},"AXP":{"caption":"Series 2 - point style","name":"series2_point_style","rank":16,"editor":"Dropdown","default_val":"circle","optional":true},"AXQ":{"caption":"Series 2 - x-values","name":"series2xvalues","rank":11,"editor":"DynamicValue","value":"text","optional":true},"AXR":{"caption":"Series 2 - y-values","name":"series2yvalues","rank":12,"editor":"DynamicValue","value":"text","optional":true},"AXS":{"caption":"Series 3 - name","name":"series3name","rank":17,"editor":"DynamicValue","value":"text","optional":true},"AXT":{"caption":"Series 3 - point color","name":"series3color","rank":21,"editor":"Color","default_val":"rgba(170, 102, 204, 1)","optional":true},"AXU":{"caption":"Series 3 - point border","name":"series3_point_border_color","rank":22,"editor":"Color","default_val":"rgba(170, 102, 204, 0.22)","optional":true},"AXV":{"caption":"Series 3 - point style","name":"series3_point_style","rank":23,"editor":"Dropdown","default_val":"circle","optional":true},"AXW":{"caption":"Series 3 - x-alues","name":"series3xvalues","rank":18,"editor":"DynamicValue","value":"text","optional":true},"AXX":{"caption":"Series 3 - y-alues","name":"series3yvalues","rank":19,"editor":"DynamicValue","value":"text","optional":true},"AXY":{"caption":"Series 1 - labels","name":"series_1_labels","rank":5,"editor":"DynamicValue","value":"text","optional":true},"AXZ":{"caption":"Series 2 - labels","name":"series_2_labels","rank":13,"editor":"DynamicValue","value":"text","optional":true},"AXa":{"caption":"Series 3 - labels","name":"series_3_labels","rank":20,"editor":"DynamicValue","value":"text","optional":true},"AYC":{"caption":"ℹ️ Below, add series data (x, y, label values). Each data point should be separated by comma and space and can be dynamic (e.g. \"Do a Search for\")","name":"ℹ️_add_series_names,_colors,_and_data_values_below.__each_data_point_should_be_separated_by_comma_and_space_and_can_be_dynamically_(e.g._\"do_a_search_for\")","rank":2,"editor":"Label"},"AYD":{"caption":"⚠️ If data points get cut off near edges of the chart element, increase the Chart Padding below:","name":"⚠️_if_data_points_get_cut_off_near_edges_of_the_chart_element,_increase_the_chart_padding_below:","rank":31,"editor":"Label"},"AYK":{"caption":"yLabel Decimal Places","name":"y_labels_decimal_places","rank":59,"editor":"DynamicValue","value":"number","optional":true},"AYL":{"caption":"Decimal Separator","name":"decimal_separator","rank":29,"editor":"DynamicValue","value":"text","default_val":"."},"AZa":{"caption":"Label Font Weight","name":"datalabel_fontweight","rank":89,"editor":"Dropdown","default_val":" 400","in_style":true},"AZe":{"caption":"Legend Color Style","name":"legend_color_style","rank":27,"editor":"Dropdown","default_val":"Circle"}},"states":{"AAv":{"caption":"Clicked Item X Value","initialization_code":{"fn":"function(properties,context){}"},"name":"clicked_item_x_value","value":"number"},"ABU":{"caption":"Clicked Item Y Value","name":"clicked_item_y_value","value":"number","initialization_code":{"fn":"function(properties,context){}"}},"ABV":{"caption":"Clicked Item Series Name","name":"clicked_item_series_name","value":"text","initialization_code":{"fn":"function(properties,context){}"}},"AKS":{"caption":"Hovered Item X Value (number)","name":"hovered_item_x_value","value":"number","initialization_code":{"fn":"function(properties,context){}"}},"AKT":{"caption":"Hovered Item Y Value","name":"hovered_item_y_value","value":"number","initialization_code":{"fn":"function(properties,context){}"}},"AKU":{"caption":"Hovered Item Series Name","name":"hovered_item_series_name","value":"text","initialization_code":{"fn":"function(properties,context){}"}},"AKV":{"caption":"Hovered Item Series Color","name":"hovered_item_series_color","value":"text","initialization_code":{"fn":"function(properties,context){}"}},"ARG":{"caption":"Dragged Item Data Series Name","name":"dragged_item_data_series_name","value":"text","initialization_code":{"fn":"function(properties,context){}"}},"ARJ":{"caption":"Dragged Item Index Number","name":"dragged_item_index_number","value":"number","initialization_code":{"fn":"function(properties,context){}"}},"ARK":{"caption":"Dragged Item Starting Y Value","name":"dragged_item_starting_y_value","value":"number","initialization_code":{"fn":"function(properties,context){}"}},"ARL":{"caption":"Dragged Item Starting X Value","name":"dragged_item_starting_x_value","value":"number","initialization_code":{"fn":"function(properties,context){}"}},"ARM":{"caption":"Dragged Item Ending Y Value","name":"dragged_item_ending_y_value","value":"number","initialization_code":{"fn":"function(properties,context){}"}},"ARN":{"caption":"Dragged Item Ending X Value","name":"dragged_item_ending_x_value","value":"number","initialization_code":{"fn":"function(properties,context){}"}},"AVz":{"caption":"Hovered Item X Value (Date)","name":"hovered_item_x_value_date","value":"text","initialization_code":{"fn":"function(properties,context){}"}},"AWB":{"caption":"Dragged Item -  all Y Values of this Serie","name":"dragged_item_all_series_values_y","value":"number","initialization_code":{"fn":"function(properties,context){}"},"is_list":true},"AWC":{"caption":"Dragged Item -  all X Values of this Serie","name":"dragged_item_all_series_values_x","value":"number","initialization_code":{"fn":"function(properties,context){}"},"is_list":true},"AWi":{"caption":"Currently Dragging Bar/Value","name":"currently_dragging","value":"boolean","initialization_code":{"fn":"function(properties,context){}"}},"AXb":{"caption":"Hovered Item Point Label","name":"hovered_item_point_label","value":"text","initialization_code":{"fn":"function(properties,context){}"}}},"events":{"ABW":{"caption":"Chart Value Clicked","name":"chart_value_clicked"},"ARa":{"caption":"Chart Value Dragged","name":"chart_value_dragged"}},"actions":{"ABi":{"caption":"Add/Update a Data Series","code":{"fn":"function(instance,properties,context){let numAttempts=0;function mainAddSeries(){if(numAttempts>15)console.log(\"The Chart you are trying to update is not visible on the page or the data you're attempting to load is taking too long\");else{if(!instance.data.chart)return numAttempts++,void setTimeout(mainAddSeries,750);if(properties.use_image_as_point){var pointImage=new Image(1,1);pointImage.src=properties.use_image_as_point,pointImage.onload=function(){var width=pointImage.naturalWidth,height=pointImage.naturalHeight;pointImage.width=width*properties.image_point_scale,pointImage.height=height*properties.image_point_scale}}instance.data.createPointArray&&properties.xValues?addSeries():setTimeout(addSeries,1500)}function addSeries(){let seriesArray=[];instance.data.createPointArray(properties.xValues,properties.yValues,seriesArray,properties.point_labels),instance.data.pushDataset(properties.series_name,seriesArray,properties.series_color,properties.point_border_color,properties.point_style,properties.point_radius,properties.show_line,properties.show_data_labels,pointImage),instance.data.updateChartDatasets(),instance.data.chart.update()}}mainAddSeries()}","add_debugger":false},"fields":{"ABk":{"caption":"Y-Values (comma-separated numbers)","name":"yValues","rank":5,"editor":"DynamicValue","value":"text"},"ABl":{"caption":"X-Values (comma-separated numbers)","name":"xValues","rank":4,"editor":"DynamicValue","value":"text"},"ABm":{"caption":"Series Name","name":"series_name","rank":1,"editor":"DynamicValue","value":"text"},"ABn":{"caption":"Series Point Color","name":"series_color","rank":9,"editor":"Color","default_val":"rgba(51, 181, 229, 1)"},"ACt":{"caption":"Point Style","name":"point_style","rank":8,"editor":"Dropdown","default_val":"circle"},"ACu":{"caption":"Point Border Color","name":"point_border_color","rank":10,"editor":"Color","default_val":"rgba(51, 179, 230, 0.73)"},"ADP":{"caption":"Point Radius (px)","name":"point_radius","rank":11,"editor":"DynamicValue","value":"number","default_val":6},"AHz":{"caption":"Show Line?","name":"show_line","rank":2,"editor":"DynamicValue","value":"boolean","default_val":false},"ANv":{"caption":"Show Data Labels?","name":"show_data_labels","rank":3,"editor":"DynamicValue","value":"boolean","default_val":false,"optional":true},"ARU":{"caption":"------------------------- General Settings -------------------------","name":"-------------------------_general_settings_-------------------------","rank":0,"editor":"Label"},"ARV":{"caption":"------------------------ Point Style Settings -----------------------","name":"---------------------_point_style_settings_---------------------","rank":7,"editor":"Label"},"AWI":{"caption":"Use Image As Point","name":"use_image_as_point","rank":12,"editor":"DynamicValue","value":"image","optional":true},"AWJ":{"caption":"Image Point Scale","name":"image_point_scale","rank":13,"editor":"DynamicValue","value":"number","default_val":1,"optional":false},"AYJ":{"caption":"Point Labels","name":"point_labels","rank":6,"optional":true,"editor":"DynamicValue","value":"text"}}},"ABx":{"caption":"Remove a Data Series","code":{"fn":"function(instance,properties,context){if(instance.data.chart){let foundSeries=instance.data.datasets.find((element=>element.label==properties.series_name));null!=foundSeries&&(instance.data.datasets.splice(instance.data.datasets.indexOf(foundSeries),1),instance.data.updateChartDatasets()),instance.data.chart.update()}else console.log(\"The Chart you are trying to update is not visible on the page\")}"},"fields":{"ABy":{"caption":"Series Name","name":"series_name","rank":0,"editor":"DynamicValue","value":"text"}}},"AOO":{"caption":"Remove all Data Series (Clear Chart)","code":{"fn":"function(instance,properties,context){if(instance.data.chart){for(;instance.data.datasets.length>0;)instance.data.datasets.pop();for(;instance.data.chart.data.datasets.length>0;)instance.data.chart.data.datasets.pop(),instance.data.chart.update()}else console.log(\"The Chart you are trying to update is not visible on the page\")}"}}},"code":{"initialize":{"fn":"function(instance,context){function loadScriptOnce(src){if(!document.querySelector(`script[src=\"${src}\"]`)){const script=document.createElement(\"script\");script.src=src,script.defer=!0,document.head.appendChild(script)}}loadScriptOnce(\"https://cdnjs.cloudflare.com/ajax/libs/Chart.js/2.9.4/Chart.bundle.min.js\"),instance.data.uniqueChartId=\"chartcanvas\"+Math.floor(1e5*Math.random()).toString(),instance.data.chartCanvasCopy=\"<div id='chartContainer\"+instance.data.uniqueChartId+\"' class='chart-container' style='position: relative; height: 1px; width: 1px'><canvas id='\"+instance.data.uniqueChartId+\"'></canvas></div>\",instance.canvas.append(instance.data.chartCanvasCopy);var chartcanvas2=document.getElementById(instance.data.uniqueChartId);instance.data.ctxChartState=chartcanvas2.getContext(\"2d\"),instance.data.datasets=[]}"},"update":{"fn":"function(instance,properties,context){if(Chart.plugins.unregister(ChartDataLabels),instance.data.justDragged)return void(instance.data.justDragged=!1);function reduceOpacity(originalRGBAColor){let stringlength=originalRGBAColor.length-1,colorArray=(originalRGBAColor=originalRGBAColor.substring(5,stringlength)).split(\", \"),newOpacity=.5*colorArray[3],result;return\"rgba(\"+colorArray[0]+\", \"+colorArray[1]+\", \"+colorArray[2]+\", \"+newOpacity+\")\"}$(document).on(\"mousemove\",(function(e){let divHeight=$(\"#\"+properties.custom_tooltip_id).height();$(\"#\"+properties.custom_tooltip_id).css({position:\"fixed\",left:e.clientX+12,top:e.clientY-divHeight/2,zIndex:1e21})}));let customTooltip=!1;if(null!=properties.custom_tooltip_id&&(customTooltip=!0,instance.data.custom_tooltip_id=properties.custom_tooltip_id,setTimeout((function(){$(\"#\"+properties.custom_tooltip_id).fadeOut(1)}),200)),instance.data.ctxChartState){$(\"#\"+instance.data.uniqueChartId).remove();var canvas3=instance.data.chartCanvasCopy;instance.canvas.append(canvas3);var chartcanvas2=document.getElementById(instance.data.uniqueChartId);instance.data.ctxChartState=chartcanvas2.getContext(\"2d\")}var chartcanvas,ctxchart=document.getElementById(instance.data.uniqueChartId).getContext(\"2d\");let chartType,legendState,showLegend;function createPointArray(xString,yString,outputArray,labelString){let xArray,yArray,labelArray;if(null!=xString&&(xArray=xString.split(\",\")),null!=yString&&(yArray=yString.split(\",\")),null!=labelString&&(labelArray=labelString.split(\", \")),null!=xArray&&null!=yArray)for(let i=0;i<xArray.length;i++){let newDate=new Date(1*xArray[i]),nextPoint;nextPoint=\"Number\"==properties.x_axis_unit?{x:xArray[i],y:yArray[i],...null!=labelString&&{label:labelArray[i]}}:{t:newDate,y:yArray[i],...null!=labelString&&{label:labelArray[i]}},outputArray.push(nextPoint)}}\"Don't Show Legend\"==properties.showLegend?showLegend=!1:(legendState=properties.showLegend.toLowerCase(),showLegend=!0),instance.data.createPointArray=createPointArray;let series1array=[],series2array=[],series3array=[],arrayofxvalues;instance.data.createPointArray(properties.series1xvalues,properties.series1yvalues,series1array,properties.series_1_labels),instance.data.createPointArray(properties.series2xvalues,properties.series2yvalues,series2array,properties.series_2_labels),instance.data.createPointArray(properties.series3xvalues,properties.series3yvalues,series3array,properties.series_3_labels);let allYValuesArray=series1array,chartLabelsOn=[ChartDataLabels];instance.data.horizontalGridlineColor=properties.horizontal_gridlines_color,instance.data.verticalGridlineColor=properties.vertical_gridlines_color;let horizDashedGridlines=[];properties.horizontal_dashed_gridlines&&(horizDashedGridlines=[8,4]);let vertDashedGridlines=[],showDataLabelsOverlap;properties.vertical_dashed_gridlines&&(vertDashedGridlines=[8,4]),\"Number\"==properties.x_axis_unit?instance.data.xAxisType=\"linear\":instance.data.xAxisType=\"time\",showDataLabelsOverlap=!properties.hide_datalabels_overlap||\"auto\";var chart=new Chart(instance.data.ctxChartState,{plugins:chartLabelsOn,type:\"scatter\",data:{labels:undefined,datasets:[{showLine:properties.show_line,stepped:!0,pointRadius:properties.point_radius,pointHoverRadius:properties.point_hover_radius,pointBorderWidth:properties.point_border_width,pointBorderColor:properties.point_border_color,pointStyle:properties.point_style,fill:function(value){return value=!1,false},borderWidth:1,borderColor:properties.series1color,label:properties.series1name,backgroundColor:function(value){return value=properties.series1color},data:series1array,datalabels:{display:showDataLabelsOverlap,color:\"orange\",align:\"end\",anchor:\"end\",clamp:\"true\",rotation:45,formatter:function(value){return value.y},offset:200,borderWidth:\"1\",borderRadius:\"3\",borderColor:\"#000000\",backgroundColor:\"#000000\",padding:\"1\"}}]},options:{dragData:properties.draggable_values,dragX:properties.draggable_values,onDrag:function(e,datasetIndex,index,value){let draggedItemAllSeriesValues=instance.data.datasets[datasetIndex].data,draggedItemAllSeriesValuesX=[],draggedItemAllSeriesValuesY=[];for(i=0;i<draggedItemAllSeriesValues.length;i++)\"\"!=draggedItemAllSeriesValues[i].x&&\" \"!=draggedItemAllSeriesValues[i].x?draggedItemAllSeriesValuesX.push(draggedItemAllSeriesValues[i].x):draggedItemAllSeriesValuesX.push(0),\"\"!=draggedItemAllSeriesValues[i].y&&\" \"!=draggedItemAllSeriesValues[i].y?draggedItemAllSeriesValuesY.push(draggedItemAllSeriesValues[i].y):draggedItemAllSeriesValuesY.push(0);instance.publishState(\"currently_dragging\",!0),instance.publishState(\"dragged_item_data_series_name\",instance.data.datasets[datasetIndex].label),instance.publishState(\"dragged_item_index_number\",index+1),instance.publishState(\"dragged_item_ending_y_value\",value.y),instance.publishState(\"dragged_item_ending_x_value\",value.x),instance.publishState(\"dragged_item_all_series_values_y\",draggedItemAllSeriesValuesY),instance.publishState(\"dragged_item_all_series_values_x\",draggedItemAllSeriesValuesX)},onDragEnd:function(e,datasetIndex,index,value){let draggedItemAllSeriesValues=instance.data.datasets[datasetIndex].data,draggedItemAllSeriesValuesX=[],draggedItemAllSeriesValuesY=[];for(i=0;i<draggedItemAllSeriesValues.length;i++)\"\"!=draggedItemAllSeriesValues[i].x&&\" \"!=draggedItemAllSeriesValues[i].x?draggedItemAllSeriesValuesX.push(draggedItemAllSeriesValues[i].x):draggedItemAllSeriesValuesX.push(0),\"\"!=draggedItemAllSeriesValues[i].y&&\" \"!=draggedItemAllSeriesValues[i].y?draggedItemAllSeriesValuesY.push(draggedItemAllSeriesValues[i].y):draggedItemAllSeriesValuesY.push(0);instance.publishState(\"currently_dragging\",!1),instance.publishState(\"dragged_item_data_series_name\",instance.data.datasets[datasetIndex].label),instance.publishState(\"dragged_item_index_number\",index+1),instance.publishState(\"dragged_item_ending_y_value\",value.y),instance.publishState(\"dragged_item_ending_x_value\",value.x),instance.publishState(\"dragged_item_all_series_values_y\",draggedItemAllSeriesValuesY),instance.publishState(\"dragged_item_all_series_values_x\",draggedItemAllSeriesValuesX),instance.triggerEvent(\"chart_value_dragged\",(function(err){})),instance.data.justDragged=!0},onDragStart:function(e,element){instance.publishState(\"dragged_item_starting_y_value\",instance.data.datasets[element._datasetIndex].data[element._index].y),instance.publishState(\"dragged_item_starting_x_value\",instance.data.datasets[element._datasetIndex].data[element._index].x)},dragDataRound:properties.drag_data_round,animation:{duration:properties.animation_duration},legend:{display:showLegend,position:legendState,labels:{usePointStyle:\"Circle\"==properties.legend_color_style,fontColor:properties.tick_label_color,fontSize:properties.tick_label_font_size,fontFamily:properties.bubble.font_face().includes(\"font_default\")?\"Poppins\":properties.bubble.font_face().split(\":\")[0]}},onHover:function(event,elements){if(properties.draggable_values?$(\"#\"+instance.data.uniqueChartId).css(\"cursor\",elements[0]?\"grab\":\"default\"):$(\"#\"+instance.data.uniqueChartId).css(\"cursor\",elements[0]?\"pointer\":\"default\"),elements[0]){var activePoint=chart.getElementAtEvent(event),clickedDatasetIndex=activePoint[0]._datasetIndex,clickedElementindex=activePoint[0]._index,label=chart.data.labels[clickedElementindex],value=chart.data.datasets[clickedDatasetIndex].data[clickedElementindex],series_name=chart.data.datasets[clickedDatasetIndex].label,series_color=activePoint[0]._view.backgroundColor;let radius_value;if(null!=activePoint[0].$previousStyle&&(series_color=activePoint[0].$previousStyle.backgroundColor),null!=value.t)instance.publishState(\"hovered_item_x_value\",activePoint[0]._xScale._ticks[activePoint[0]._index].value),instance.publishState(\"hovered_item_x_value_date\",JSON.stringify(value.t));else{let valueX=value.x;\"\"==valueX&&(valueX=0),instance.publishState(\"hovered_item_x_value\",valueX)}let valueY=value.y;\"\"==valueY&&(valueY=0),instance.publishState(\"hovered_item_y_value\",valueY),instance.publishState(\"hovered_item_series_name\",series_name),instance.publishState(\"hovered_item_series_color\",series_color);let valuePointLabel=\"\";value.label&&(valuePointLabel=value.label),instance.publishState(\"hovered_item_point_label\",value.label),customTooltip&&null!=document.getElementById(properties.custom_tooltip_id)&&($(\"#\"+properties.custom_tooltip_id).fadeIn(250),document.getElementById(properties.custom_tooltip_id).style.zIndex=\"1000000000000000000000\")}else $(\"#\"+properties.custom_tooltip_id).fadeOut(100);label&&value&&series_name&&instance.triggerEvent(\"chart_value_hovered\",(function(err){}))},plugins:{crosshair:{line:{color:properties.vertical_crosshair_color,width:properties.vertical_crosshair_width},sync:{enabled:properties.synced_crosshairs,group:properties.group_number,suppressTooltips:properties.suppress_tooltips},zoom:{enabled:!1}}},maintainAspectRatio:!1,scales:{yAxes:[{stacked:!1,gridLines:{color:instance.data.horizontalGridlineColor,zeroLineColor:properties.y_is_zero_color,tickMarkLength:0,borderDash:horizDashedGridlines,drawBorder:!1},ticks:{maxTicksLimit:properties.max_y_ticks,padding:7,display:properties.show_y_tick_labels,fontColor:properties.tick_label_color,fontSize:properties.tick_label_font_size,fontFamily:properties.bubble.font_face().includes(\"font_default\")?\"Poppins\":properties.bubble.font_face().split(\":\")[0],callback:function(value,index,values){let yLabel=value,originalYLabel=value;return value<1&&value>-1&&(yLabel=value.toPrecision(1)),value>1&&value<2&&(yLabel=value.toPrecision(2)),null!=properties.y_labels_decimal_places&&(yLabel=parseFloat(yLabel).toFixed(properties.y_labels_decimal_places)),yLabel=yLabel.toString(),null!=properties.thousands_separator&&(yLabel=yLabel.includes(\".\")?yLabel.substring(0,yLabel.indexOf(\".\")).replace(/\\B(?=(\\d{3})+(?!\\d))/g,properties.thousands_separator)+properties.decimal_separator+yLabel.substring(yLabel.indexOf(\".\")+1):yLabel.replace(/\\B(?=(\\d{3})+(?!\\d))/g,properties.thousands_separator)),properties.yAxisUnitBeforeNumber&&(yLabel=properties.yAxisUnitBeforeNumber+yLabel),properties.yAxisUnitAfterNumber&&(yLabel+=properties.yAxisUnitAfterNumber),yLabel}}}],xAxes:[{type:instance.data.xAxisType,time:{displayFormats:{millisecond:properties.x_axis_date_format,second:properties.x_axis_date_format,minute:properties.x_axis_date_format,hour:properties.x_axis_date_format,day:properties.x_axis_date_format,week:properties.x_axis_date_format,month:properties.x_axis_date_format,quarter:properties.x_axis_date_format,year:properties.x_axis_date_format}},stacked:!1,gridLines:{color:instance.data.verticalGridlineColor,zeroLineColor:properties.x_is_zero_color,tickMarkLength:0,borderDash:vertDashedGridlines,drawBorder:!1},ticks:{maxTicksLimit:properties.max_x_ticks,padding:7,display:properties.show_x_tick_labels,fontColor:properties.tick_label_color,fontFamily:properties.bubble.font_face().includes(\"font_default\")?\"Poppins\":properties.bubble.font_face().split(\":\")[0],fontSize:properties.tick_label_font_size,callback:function(value,index,values){let originalXLabel=value,xLabel=value;return value<1&&value>-1&&(xLabel=value.toPrecision(1)),value>1&&value<2&&(xLabel=value.toPrecision(2)),xLabel=xLabel.toString(),null!=properties.thousands_separator&&\"Number\"==properties.x_axis_unit&&(xLabel=xLabel.replace(/\\B(?=(\\d{3})+(?!\\d))/g,properties.thousands_separator)),properties.xAxisUnitBeforeNumber&&(xLabel=properties.xAxisUnitBeforeNumber+xLabel),properties.xAxisUnitAfterNumber&&(xLabel+=properties.xAxisUnitAfterNumber),xLabel}}}]},layout:{padding:{right:properties.chart_padding,left:properties.chart_padding,top:properties.chart_padding,bottom:properties.chart_padding}},tooltips:{intersect:!1,enabled:!customTooltip,titleFontFamily:properties.bubble.font_face().includes(\"font_default\")?\"Poppins\":properties.bubble.font_face().split(\":\")[0],bodyFontFamily:properties.bubble.font_face().includes(\"font_default\")?\"Poppins\":properties.bubble.font_face().split(\":\")[0],callbacks:{label:function(tooltipItem,data){let label=\"\";data.datasets[tooltipItem.datasetIndex].label&&(label+=data.datasets[tooltipItem.datasetIndex].label,label+=\": \");let currentLabel,commaYLabel=tooltipItem.yLabel.toString();null!=properties.thousands_separator&&(commaYLabel=commaYLabel.replace(/\\B(?=(\\d{3})+(?!\\d))/g,properties.thousands_separator));let currentXLabel,commaXLabel=tooltipItem.xLabel.toString();return null!=properties.thousands_separator&&(commaXLabel=commaXLabel.replace(/\\B(?=(\\d{3})+(?!\\d))/g,properties.thousands_separator)),properties.unit_before_x&&(commaYLabel=properties.unit_before_x+commaYLabel),label+=commaYLabel,properties.unit_after_x&&(label+=properties.unit_after_x),label+=\", \",properties.unit_before_y&&(commaXLabel=properties.unit_before_y+commaXLabel),properties.unit_after_y&&(commaXLabel+=properties.unit_after_y),label+=commaXLabel,label}}}}});null!=properties.yMaxNum&&(chart.options.scales.yAxes[0].ticks.max=properties.yMaxNum),null!=properties.yMinNum&&(chart.options.scales.yAxes[0].ticks.min=properties.yMinNum),null!=properties.xMinNum&&(chart.options.scales.xAxes[0].ticks.min=properties.xMinNum),null!=properties.xMaxNum&&(chart.options.scales.xAxes[0].ticks.max=properties.xMaxNum),0==properties.vertical_crosshair_on&&(chart.options.plugins.crosshair=!1),null!=properties.x_ticks_rotation&&(chart.options.scales.xAxes[0].ticks.minRotation=properties.x_ticks_rotation,chart.options.scales.xAxes[0].ticks.maxRotation=properties.x_ticks_rotation);var chartContainer=document.getElementById(\"chartContainer\"+instance.data.uniqueChartId);function pushDataset(dataLabel,newData,newColor,borderColor,pointStyle,pointRadius,showLine,showDatalabels,pointImage){let myDataset={showLine:showLine,pointRadius:pointRadius,pointHoverRadius:properties.point_hover_radius,pointBorderWidth:properties.point_border_width,pointBorderColor:borderColor,pointStyle:function(value){return value=pointImage||pointStyle},label:dataLabel,borderWidth:properties.line_border_width,backgroundColor:function(value){return value=newColor},data:newData,fill:function(value){return value=!1,false},borderColor:newColor,datalabels:{color:function(value){return value=\"Default (Same as Series Color)\"==properties.font_color_setting?newColor:properties.font_color_optional},align:properties.alignment,anchor:\"end\",font:{family:properties.bubble.font_face().split(\":\")[0],size:properties.font_size,weight:properties.datalabel_fontweight},clamp:\"true\",rotation:properties.angle,formatter:function(value){let resultingLabel=\"\";if(!showDatalabels)return resultingLabel;let resultingX=\"\";properties.unit_before_x&&(resultingX+=properties.unit_before_x),resultingX+=value.x,properties.unit_after_x&&(resultingX+=properties.unit_after_x);let resultingY=\"\",resultingPointLabel,labelArray;if(properties.unit_before_y&&(resultingY+=properties.unit_before_y),resultingY+=value.y,properties.unit_after_y&&(resultingY+=properties.unit_after_y),null!=newData[0].label&&null!=value.label&&(resultingPointLabel=value.label),properties.data_label_text&&(labelArray=properties.data_label_text.split(\", \")),properties.data_label_text)for(;labelArray.length>0;)\"seriesName\"==labelArray[0]&&(resultingLabel+=dataLabel),\"x\"==labelArray[0]&&(resultingLabel+=resultingX),\"y\"==labelArray[0]&&(resultingLabel+=resultingY),\"pointLabel\"==labelArray[0]&&(resultingLabel+=resultingPointLabel),labelArray.shift();return resultingLabel},offset:properties.distance_from_point,display:showDataLabelsOverlap}};if(null!=instance.data.datasets&&instance.data.datasets.find((element=>element.label==dataLabel))){let foundSeries=instance.data.datasets.find((element=>element.label==dataLabel));null!=foundSeries&&instance.data.datasets.splice(instance.data.datasets.indexOf(foundSeries),1)}instance.data.datasets.push(myDataset)}function removeOldSeriesProperty(seriesName){let foundSeries_originalproperty=instance.data.datasets.find((element=>element.label==seriesName));null!=foundSeries_originalproperty&&instance.data.datasets.splice(instance.data.datasets.indexOf(foundSeries_originalproperty),1)}if(chartContainer.parentNode.removeChild(chartContainer),(chartContainer=document.getElementById(\"chartContainer\"+instance.data.uniqueChartId)).style.height=properties.bubble.height().toString()+\"px\",chartContainer.style.width=properties.bubble.width().toString()+\"px\",instance.data.height=properties.bubble.height(),instance.data.pushDataset=pushDataset,properties.series1xvalues){properties.series1name||(properties.series1name=\"Series 1\"),removeOldSeriesProperty(instance.data.series1_oldname);let showDL=!1;properties.data_label_text&&(showDL=!0),pushDataset(properties.series1name,series1array,properties.series1color,properties.point_border_color,properties.point_style,properties.point_radius,properties.show_line,showDL),instance.data.series1_oldname=properties.series1name}if(properties.series2xvalues){properties.series2name||(properties.series2name=\"Series 2\"),removeOldSeriesProperty(instance.data.series2_oldname);let showDL=!1;properties.data_label_text&&(showDL=!0),pushDataset(properties.series2name,series2array,properties.series2color,properties.series2_point_border_color,properties.series2_point_style,properties.point_radius,properties.show_line,showDL),instance.data.series2_oldname=properties.series2name}if(properties.series3xvalues){properties.series3name||(properties.series3name=\"Series 3\"),removeOldSeriesProperty(instance.data.series3_oldname);let showDL=!1;properties.data_label_text&&(showDL=!0),pushDataset(properties.series3name,series3array,properties.series3color,properties.series3_point_border_color,properties.series3_point_style,properties.point_radius,properties.show_line,showDL),instance.data.series3_oldname=properties.series3name}function updateChartDatasets(){let i;for(chart.data.datasets=[],i=0;i<instance.data.datasets.length;i++)chart.data.datasets.push(instance.data.datasets[i])}instance.data.updateChartDatasets=updateChartDatasets,updateChartDatasets(),document.getElementById(instance.data.uniqueChartId).onclick=function(evt){var activePoint=chart.getElementAtEvent(event);if(activePoint.length>0){var clickedDatasetIndex=activePoint[0]._datasetIndex,clickedElementindex=activePoint[0]._index,label=chart.data.labels[clickedElementindex],value=chart.data.datasets[clickedDatasetIndex].data[clickedElementindex],series_name=chart.data.datasets[clickedDatasetIndex].label;let valueX=value.x;\"\"==valueX&&(valueX=0);let valueY=value.y;\"\"==valueY&&(valueY=0),valueX?instance.publishState(\"clicked_item_x_value\",valueX):instance.publishState(\"clicked_item_x_value\",activePoint[0]._xScale._ticks[activePoint[0]._index].value),instance.publishState(\"clicked_item_y_value\",valueY),instance.publishState(\"clicked_item_series_name\",series_name)}series_name&&instance.triggerEvent(\"chart_value_clicked\",(function(err){}))},chart.update(),instance.data.chart=chart}"},"reset":{"fn":"function(instance,context){}"},"preview":{"fn":"function(instance, properties) {\n    \n    // Create a wrapper div and set its style\n    var wrapper = document.createElement('div');\n    wrapper.style.position = 'fixed';\n    wrapper.style.top = '0';\n    wrapper.style.left = '0';\n    wrapper.style.width = '100%';\n    wrapper.style.height = '100%';\n    wrapper.style.backgroundColor = '#EAEAEE';\n    wrapper.style.border = '1px solid #BEBEC3'; // Add a border with color #BEBEC3\n    wrapper.style.boxSizing = 'border-box'; // Include the border in the width and height calculation\n    \n    // Append the wrapper to the body\n    document.body.appendChild(wrapper);\n    \n    // Create a container div and set its style\n    var container = document.createElement('div');\n    container.style.position = 'absolute';\n    container.style.top = '0';\n    container.style.left = '0';\n    container.style.width = '100%';\n    container.style.height = '100%';\n    container.style.display = 'flex';\n    container.style.flexDirection = 'column'; // Stack items vertically\n    container.style.justifyContent = 'center';\n    container.style.alignItems = 'center';\n\n    // Create a text element and set its style\n    var textElement = document.createElement('p');\n    textElement.innerText = 'Scatter/Connected Scatter/Line Chart';\n    textElement.style.fontFamily = 'Poppins, sans-serif';\n    textElement.style.fontSize = '12px';\n    textElement.style.textAlign = 'center';\n    textElement.style.color = '#294C61';\n\n    // Append the text element to the container\n    container.appendChild(textElement);\n    \n    // Create a text element for the support message\n    var supportText = document.createElement('p');\n    supportText.innerHTML = 'Email <strong>support@techblocksco.com</strong> to report any issues';\n    supportText.style.fontFamily = 'Poppins, sans-serif';\n    supportText.style.fontSize = '12px';\n    supportText.style.textAlign = 'center';\n    supportText.style.color = '#294C61';\n    supportText.style.marginTop = '10px'; // Add some spacing between the two text elements\n\n    // Append the support message to the container\n    container.appendChild(supportText);\n    \n    // Append the container to the body\n    document.body.appendChild(container);\n}\n"}},"platform_type":"web"},"ACY":{"display":"Chart - Radar","property_applications":{"MinWidth":true,"resizable":true,"Font":true,"Border":true},"add_is_visible":true,"support_autobinding":false,"has_reset_fn":false,"fields":{"AAJ":{"caption":"X Axis Values (comma-separated strings or #s)","default_val":"Category 1, Category 2, Category 3, Category 4, Category 5, Category 6","editor":"DynamicValue","is_list":false,"name":"xvalues","rank":1,"value":"text"},"AAK":{"caption":"Series 1 - y-values","default_val":"52, 59, 34, 21, 10, 35","editor":"DynamicValue","name":"series1","rank":4,"value":"text","optional":true},"AAN":{"caption":"Series 1 - border color","default_val":"rgba(51, 181, 229, 1)","editor":"Color","name":"series1color","rank":5,"optional":false},"AAO":{"caption":"Series 1 - name","default_val":"Series 1","editor":"DynamicValue","name":"series1name","rank":3,"value":"text"},"AAa":{"caption":"Tick Unit - Before","editor":"DynamicValue","name":"yAxisUnitBeforeNumber","optional":true,"rank":28,"value":"text"},"AAb":{"caption":"Tick Unit - After","editor":"DynamicValue","is_list":false,"name":"yAxisUnitAfterNumber","optional":true,"rank":29,"value":"text"},"AAe":{"caption":"Main Axis - Max Value","editor":"DynamicValue","name":"yMaxNum","optional":true,"rank":24,"value":"number"},"AAf":{"caption":"Main Axis - Min Value","default_val":0,"editor":"DynamicValue","name":"yMinNum","optional":true,"rank":23,"value":"number"},"AAj":{"caption":"Show/Hide Legend","editor":"Dropdown","name":"showLegend","rank":12,"value":"text","default_val":"Top"},"ABI":{"caption":"Show Data Labels?","default_val":false,"editor":"DynamicValue","name":"show_data_labels","rank":37,"value":"boolean"},"ACE":{"caption":"------------------- Axis and Gridline Settings -------------------","name":"axis_and_gridline_settings","rank":22,"editor":"Label"},"ACF":{"caption":"----------------------------- Chart Data -----------------------------","name":"-------------------_series_values_(can_also_add_infinite_series_via_action)_-------------------","rank":0,"editor":"Label"},"ACG":{"caption":"------------------------- General Settings -------------------------","name":"-------------------_main_fields_-------------------","rank":11,"editor":"Label"},"ACK":{"caption":"Y Ticks Backgrnd Color","name":"backDropColor","rank":32,"editor":"Color","default_val":"rgba(255, 255, 255, 0)"},"ACL":{"caption":"Gridline Color","name":"y_zero_line_color","rank":33,"editor":"Color","default_val":"rgba(224, 224, 224, 1)"},"ACN":{"caption":"Angled Axis Color","name":"horiz_gridlines_color","rank":34,"editor":"Color","default_val":"rgba(224, 224, 224, 1)"},"ACW":{"caption":"Line Border Width","name":"border_width","rank":18,"editor":"DynamicValue","value":"number","default_val":3},"ACX":{"caption":"Line Curve","name":"curve_line_charts","rank":17,"editor":"DynamicValue","value":"number","default_val":0},"ACZ":{"caption":"Show X Axis Ticks?","name":"show_ticks","rank":26,"editor":"DynamicValue","value":"boolean","default_val":true},"ACm":{"caption":"Thousands Separator","name":"thousands_separator","rank":14,"editor":"DynamicValue","value":"text","default_val":","},"ACw":{"caption":"Dashed Gridlines","name":"dashed_gridlines","rank":35,"editor":"DynamicValue","value":"boolean","default_val":false},"ADI":{"caption":"Show Y Axis Ticks","name":"show_y_axis_ticks","rank":27,"editor":"DynamicValue","value":"boolean","default_val":false},"AIH":{"caption":"Point Radius","name":"point_radius","rank":19,"editor":"DynamicValue","value":"number","default_val":5},"AII":{"caption":"Point Hovered Radius","name":"point_hovered_radius","rank":20,"editor":"DynamicValue","value":"number","default_val":8},"AIJ":{"caption":"Point Border Width","name":"point_border_width","rank":21,"editor":"DynamicValue","value":"number","default_val":2},"AIK":{"caption":"Series 1 - point border Color","name":"series1_point_border_color","rank":6,"editor":"Color","default_val":"rgba(255, 255, 255, 0.94)","optional":false},"AKW":{"caption":"Custom Tooltip ID","name":"custom_tooltip_id","rank":16,"editor":"DynamicValue","value":"text","optional":true},"AKy":{"caption":"Main Axis - Max Ticks","name":"max_ticks","rank":25,"editor":"DynamicValue","value":"number","default_val":7},"AVl":{"caption":" Tick Label Font Color","name":"tick_label_color","rank":30,"editor":"Color","default_val":"rgba(174, 185, 194, 1)"},"AVm":{"caption":"Tick Label Font Size","name":"tick_label_font_size","rank":31,"editor":"DynamicValue","value":"number","default_val":12},"AWZ":{"caption":"------------------------- Data Labels -------------------------","name":"-------------------------_data_labels_-------------------------","rank":36,"editor":"Label"},"AWa":{"caption":"Font Size","name":"datalabels_font_size","rank":38,"editor":"DynamicValue","value":"number","default_val":12},"AXI":{"caption":"Series 2 - name","name":"series2name","rank":7,"editor":"DynamicValue","value":"text","default_val":"Series 2","optional":true},"AXJ":{"caption":"Series 2 - border color","name":"series2color","rank":9,"editor":"Color","default_val":"rgba(0, 200, 81, 1)","optional":true},"AXK":{"caption":"Series 2 - point border Color","name":"series2_point_border_color","rank":10,"editor":"Color","default_val":"rgba(255, 255, 255, 1)","optional":true},"AXL":{"caption":"Series 2 - y-values","name":"series2","rank":8,"editor":"DynamicValue","value":"text","optional":true},"AXc":{"caption":"Animation Duration","name":"animation_duration","rank":15,"editor":"DynamicValue","value":"number","default_val":1500},"AYF":{"caption":"ℹ️ Add series names and data values below.  Each data point should be separated by comma and space and can be dynamic (e.g. \"Do a Search for\")","name":"ℹ️_add_series_names,_colors,_and_data_values_below.__each_data_point_should_be_separated_by_comma_and_space_and_can_be_dynamically_(e.g._\"do_a_search_for\")","rank":2,"editor":"Label"},"AYG":{"caption":"ℹ️ To customize Label Font Family, scroll down to the bottom of this properties menu and change the standard Bubble font properties","name":"ℹ️_to_customize_label_font_family,_scroll_down_to_the_bottom_of_this_properties_menu_and_change_the_standard_bubble_font_properties","rank":39,"editor":"Label"},"AZf":{"caption":"Legend Color Style","name":"legend_color_style","rank":13,"editor":"Dropdown","default_val":"Circle"}},"states":{"AAv":{"caption":"Clicked Item X Value","initialization_code":{"fn":"function(properties,context){}"},"name":"clicked_item_x_value","value":"text"},"ABU":{"caption":"Clicked Item Y Value","name":"clicked_item_y_value","value":"number","initialization_code":{"fn":"function(properties,context){}"}},"ABV":{"caption":"Clicked Item Series Name","name":"clicked_item_series_name","value":"text","initialization_code":{"fn":"function(properties,context){}"}},"AKX":{"caption":"Hovered Item X Value","name":"hovered_item_x_value","value":"text","initialization_code":{"fn":"function(properties,context){}"}},"AKY":{"caption":"Hovered Item Y Value","name":"hovered_item_y_value","value":"number","initialization_code":{"fn":"function(properties,context){}"}},"AKZ":{"caption":"Hovered Item Series Name","name":"hovered_item_series_name","value":"text","initialization_code":{"fn":"function(properties,context){}"}},"AKb":{"caption":"Hovered Item Series Color","name":"hovered_item_series_color","value":"text","initialization_code":{"fn":"function(properties,context){}"}}},"events":{"ABW":{"caption":"Chart Value Clicked","name":"chart_value_clicked"},"AKa":{"caption":"Chart Value Hovered","name":"chart_value_hovered"}},"actions":{"ACa":{"caption":"Add/Update Data Series on Radar Chart","code":{"fn":"function(instance,properties,context){let numAttempts=0;function mainAddSeries(){if(numAttempts>15)console.log(\"The Chart you are trying to update is not visible on the page\");else{if(!instance.data.chart)return numAttempts++,void setTimeout(mainAddSeries,750);addSeries()}function addSeries(){if(instance.data.createDataArray){let newSeries=instance.data.createDataArray(properties.yValues);instance.data.pushDataset(properties.series_name,newSeries,properties.series_color,properties.point_border_color,properties.fill_color),instance.data.updateChartDatasets(),instance.data.chart.update()}else setTimeout(addSeries,1500)}}mainAddSeries()}"},"fields":{"ACb":{"caption":"Series Name","name":"series_name","rank":0,"editor":"DynamicValue","value":"text"},"ACc":{"caption":"Series Color","name":"series_color","rank":1,"editor":"Color","default_val":"rgba(51, 181, 229, 1)"},"ACd":{"caption":"Series Y Values","name":"yValues","rank":4,"editor":"DynamicValue","value":"text"},"AIL":{"caption":"Point Border Color","name":"point_border_color","rank":2,"editor":"Color","default_val":"rgba(255, 255, 255, 1)"},"AWb":{"caption":"Fill Color","name":"fill_color","rank":3,"editor":"Color","default_val":"rgba(51, 179, 230, 0.39)"}}},"ACe":{"caption":"Remove a Data Series from Radar Chart","code":{"fn":"function(instance,properties,context){if(instance.data.chart){let foundSeries=instance.data.chart.data.datasets.find((element=>element.label==properties.data_series_name));null!=foundSeries&&(instance.data.datasets.splice(instance.data.datasets.indexOf(foundSeries),1),instance.data.updateChartDatasets()),instance.data.chart.update()}else console.log(\"The Chart you are trying to update is not visible on the page\")}"},"fields":{"ACf":{"caption":"Data Series Name","name":"data_series_name","rank":0,"editor":"DynamicValue","value":"text"}}},"AOM":{"caption":"Remove all Data Series (Clear Chart)","code":{"fn":"function(instance,properties,context){if(instance.data.chart){for(;instance.data.datasets.length>0;)instance.data.datasets.pop();for(;instance.data.chart.data.datasets.length>0;)instance.data.chart.data.datasets.pop();instance.data.chart.update()}else console.log(\"The Chart you are trying to update is not visible on the page\")}"}}},"code":{"initialize":{"fn":"function(instance,context){instance.data.uniqueChartId=\"chartcanvas\"+Math.floor(1e5*Math.random()).toString(),instance.data.chartCanvasCopy=\"<div id='chartContainer\"+instance.data.uniqueChartId+\"' class='chart-container' style='position: relative; height: 1px; width: 1px'><canvas id='\"+instance.data.uniqueChartId+\"'></canvas></div>\",instance.canvas.append(instance.data.chartCanvasCopy);var chartcanvas2=document.getElementById(instance.data.uniqueChartId);instance.data.ctxChartState=chartcanvas2.getContext(\"2d\"),instance.data.datasets=[]}"},"update":{"fn":"function(instance,properties,context){function reduceOpacity(originalColor,scale){if(6==originalColor.length||7==originalColor.length){function hexToRgb(hex){var result=/^#?([a-f\\d]{2})([a-f\\d]{2})([a-f\\d]{2})$/i.exec(hex);return\"rgba(\"+parseInt(result[1],16)+\", \"+parseInt(result[2],16)+\", \"+parseInt(result[3],16)+\", 1)\"}originalColor=hexToRgb(originalColor)}let rgbaValues=originalColor.match(/rgba?\\((\\d+),\\s*(\\d+),\\s*(\\d+),?\\s*(\\d*(?:\\.\\d+)?)?\\)/);if(rgbaValues){let r,g,b,a,newOpacity,result;return`rgba(${rgbaValues[1]}, ${rgbaValues[2]}, ${rgbaValues[3]}, ${scale*(rgbaValues[4]?parseFloat(rgbaValues[4]):1)})`}return console.error(\"Invalid color format\"),null}Chart.plugins.unregister(ChartDataLabels),$(document).on(\"mousemove\",(function(e){let divHeight=$(\"#\"+properties.custom_tooltip_id).height();$(\"#\"+properties.custom_tooltip_id).css({position:\"fixed\",left:e.clientX+12,top:e.clientY-divHeight/2,zIndex:1e21})}));let customTooltip=!1;if(null!=properties.custom_tooltip_id&&(customTooltip=!0,$(\"#\"+properties.custom_tooltip_id).fadeOut(1)),instance.data.ctxChartState){$(\"#\"+instance.data.uniqueChartId).remove();var canvas3=instance.data.chartCanvasCopy;instance.canvas.append(canvas3);var chartcanvas2=document.getElementById(instance.data.uniqueChartId);instance.data.ctxChartState=chartcanvas2.getContext(\"2d\")}var chartcanvas,ctxchart=document.getElementById(instance.data.uniqueChartId).getContext(\"2d\");let chartType=\"radar\",legendState,showLegend;function createDataArray(xString){let outputArray,xArray;return null!=xString&&(xArray=xString.split(\",\")),xArray}\"Don't Show Legend\"==properties.showLegend?showLegend=!1:(legendState=properties.showLegend.toLowerCase(),showLegend=!0),instance.data.createDataArray=createDataArray;let listofxvalues,arrayofxvalues=createDataArray(properties.xvalues),series1string=properties.series1,series1array,series2array,series3array,series4array,series5array,yMin,yMax;series1array=createDataArray(properties.series1),series2array=createDataArray(properties.series2),series3array=createDataArray(properties.series3),series4array=createDataArray(properties.series4),series5array=createDataArray(properties.series5);let allYValuesArray=series1array,chartLabelsOn;properties.show_data_labels&&[ChartDataLabels]&&(chartLabelsOn=[ChartDataLabels]),instance.data.horizontalGridlineColor=properties.horiz_gridlines_color;let dashed_gridlines=[];properties.dashed_gridlines&&(dashed_gridlines=[8,5]);var chart=new Chart(instance.data.ctxChartState,{plugins:chartLabelsOn,type:\"radar\",data:{labels:arrayofxvalues},options:{plugins:{crosshair:!1},animation:{duration:properties.animation_duration},onHover:function(event,elements){if($(\"#\"+instance.data.uniqueChartId).css(\"cursor\",elements[0]?\"pointer\":\"default\"),elements[0]){var activePoint=chart.getElementAtEvent(event),clickedDatasetIndex=activePoint[0]._datasetIndex,clickedElementindex=activePoint[0]._index,label=chart.data.labels[clickedElementindex],value=chart.data.datasets[clickedDatasetIndex].data[clickedElementindex],series_name=chart.data.datasets[clickedDatasetIndex].label,series_color=activePoint[0]._view.borderColor;null!=activePoint[0].$previousStyle&&(series_color=activePoint[0].$previousStyle.backgroundColor);let valueY=value;\"\"==valueY&&(valueY=0),instance.publishState(\"hovered_item_x_value\",label),instance.publishState(\"hovered_item_y_value\",valueY),instance.publishState(\"hovered_item_series_name\",series_name),instance.publishState(\"hovered_item_series_color\",series_color),customTooltip&&null!=document.getElementById(properties.custom_tooltip_id)&&($(\"#\"+properties.custom_tooltip_id).fadeIn(250),document.getElementById(properties.custom_tooltip_id).style.zIndex=\"1000000000000000000000\")}else $(\"#\"+properties.custom_tooltip_id).fadeOut(100);label&&value&&series_name&&instance.triggerEvent(\"chart_value_hovered\",(function(err){}))},legend:{display:showLegend,position:legendState,labels:{usePointStyle:\"Circle\"==properties.legend_color_style,fontColor:properties.tick_label_color,fontSize:properties.tick_label_font_size,fontFamily:properties.bubble.font_face().split(\":\")[0]}},layout:{padding:{right:10,left:10,top:10,bottom:10}},maintainAspectRatio:!1,scale:{pointLabels:{fontColor:properties.tick_label_color,fontFamily:properties.bubble.font_face().includes(\"font_default\")?\"Poppins\":properties.bubble.font_face().split(\":\")[0],fontSize:properties.tick_label_font_size,display:properties.show_ticks},gridLines:{color:properties.y_zero_line_color,circular:!1,borderDash:dashed_gridlines},ticks:{padding:7,maxTicksLimit:properties.max_ticks,display:properties.show_y_axis_ticks,fontColor:properties.tick_label_color,fontSize:properties.tick_label_font_size,backdropColor:properties.backDropColor,fontFamily:properties.bubble.font_face().includes(\"font_default\")?\"Poppins\":properties.bubble.font_face().split(\":\")[0],tickMarkLength:0,callback:function(value,index,values){let yLabel=value,originalYLabel=value;return value<1&&value>-1&&(yLabel=value.toPrecision(1)),value>1&&value<2&&(yLabel=value.toPrecision(2)),yLabel=yLabel.toString(),null!=properties.thousands_separator&&(yLabel=yLabel.replace(/\\B(?=(\\d{3})+(?!\\d))/g,properties.thousands_separator)),properties.yAxisUnitBeforeNumber&&(yLabel=properties.yAxisUnitBeforeNumber+yLabel),properties.yAxisUnitAfterNumber&&(yLabel+=properties.yAxisUnitAfterNumber),yLabel}},angleLines:{color:instance.data.horizontalGridlineColor}},tooltips:{enabled:!customTooltip,titleFontFamily:properties.bubble.font_face().includes(\"font_default\")?\"Poppins\":properties.bubble.font_face().split(\":\")[0],bodyFontFamily:properties.bubble.font_face().includes(\"font_default\")?\"Poppins\":properties.bubble.font_face().split(\":\")[0],callbacks:{title:function(tooltipItem,data){let tooltipTitle;return data.datasets[tooltipItem[0].datasetIndex].label},label:function(tooltipItem,data){let label=\"\";data.labels[tooltipItem.index]&&(label+=data.labels[tooltipItem.index],label+=\": \");let currentLabel,commaYLabel=tooltipItem.yLabel.toString();return null!=properties.thousands_separator&&(commaYLabel=commaYLabel.replace(/\\B(?=(\\d{3})+(?!\\d))/g,properties.thousands_separator)),properties.yAxisUnitBeforeNumber&&(commaYLabel=properties.yAxisUnitBeforeNumber+commaYLabel),label+=commaYLabel,properties.yAxisUnitAfterNumber&&(label+=properties.yAxisUnitAfterNumber),label}}}}}),chartContainer=document.getElementById(\"chartContainer\"+instance.data.uniqueChartId);function hexToRgbA(hex){var c;if(/^#([A-Fa-f0-9]{3}){1,2}$/.test(hex))return 3==(c=hex.substring(1).split(\"\")).length&&(c=[c[0],c[0],c[1],c[1],c[2],c[2]]),\"rgba(\"+[(c=\"0x\"+c.join(\"\"))>>16&255,c>>8&255,255&c].join(\",\")+\",1)\";throw new Error(\"Bad Hex\")}function pushDataset(dataLabel,newData,newColor,pointBorderColor,fillColor){let seriesBackgroundColor;seriesBackgroundColor=null!=fillColor?fillColor:reduceOpacity(newColor,.5);let myDataset={data:newData,label:dataLabel,backgroundColor:seriesBackgroundColor,fill:\"start\",borderWidth:function(value){return value=properties.border_width},lineTension:properties.curve_line_charts,borderColor:newColor,pointBackgroundColor:newColor,pointBorderColor:pointBorderColor,pointBorderWidth:properties.point_border_width,pointRadius:properties.point_radius,pointHitRadius:8,pointHoverRadius:properties.point_hovered_radius,datalabels:{color:newColor,font:{size:properties.datalabels_font_size},align:\"end\",anchor:\"end\",formatter:function(value){return null!=properties.thousands_separator&&(value=value.replace(/\\B(?=(\\d{3})+(?!\\d))/g,properties.thousands_separator)),value},offset:function(value){return value=\"Bar\"==properties.chartType?1:-2},display:!0,borderWidth:\"1\",borderRadius:\"3\",borderColor:function(value){return value=\"Line\"!=properties.chartType?\"rgba(0, 0, 0, 0)\":\"rgba(0, 0, 0, 0.2)\"},backgroundColor:function(value){return value=\"Line\"!=properties.chartType?\"rgba(255, 255, 255, 0.6)\":\"rgba(255, 255, 255, 0.85)\"},padding:\"1\"}};if(instance.data.datasets.find((element=>element.label==dataLabel))){let foundSeries=instance.data.datasets.find((element=>element.label==dataLabel));null!=foundSeries&&instance.data.datasets.splice(instance.data.datasets.indexOf(foundSeries),1)}instance.data.datasets.find((element=>element.label==dataLabel))||instance.data.datasets.push(myDataset)}function updateChartDatasets(){let i;for(chart.data.datasets=[],i=0;i<instance.data.datasets.length;i++)chart.data.datasets.push(instance.data.datasets[i])}chartContainer.parentNode.removeChild(chartContainer),(chartContainer=document.getElementById(\"chartContainer\"+instance.data.uniqueChartId)).style.height=properties.bubble.height().toString()+\"px\",chartContainer.style.width=properties.bubble.width().toString()+\"px\",instance.data.height=properties.bubble.height(),null!=properties.yMaxNum&&(chart.options.scale.ticks.max=properties.yMaxNum),null!=properties.yMinNum&&(chart.options.scale.ticks.min=properties.yMinNum),instance.data.pushDataset=pushDataset,properties.series1&&pushDataset(properties.series1name,series1array,properties.series1color,properties.series1_point_border_color),properties.series2&&pushDataset(properties.series2name,series2array,properties.series2color,properties.series2_point_border_color),instance.data.updateChartDatasets=updateChartDatasets,updateChartDatasets(),document.getElementById(instance.data.uniqueChartId).onclick=function(evt){var activePoint=chart.getElementAtEvent(event);if(activePoint.length>0){var clickedDatasetIndex=activePoint[0]._datasetIndex,clickedElementindex=activePoint[0]._index,label=chart.data.labels[clickedElementindex],value=chart.data.datasets[clickedDatasetIndex].data[clickedElementindex],series_name=chart.data.datasets[clickedDatasetIndex].label;let valueY=value;\"\"==valueY&&(valueY=0),instance.publishState(\"clicked_item_x_value\",label),instance.publishState(\"clicked_item_y_value\",valueY),instance.publishState(\"clicked_item_series_name\",series_name)}label&&value&&series_name&&instance.triggerEvent(\"chart_value_clicked\",(function(err){}))},instance.data.chart=chart,chart.update()}"},"reset":{"fn":"function(instance,context){}"},"preview":{"fn":"function(instance, properties) {\n    \n    // Create a wrapper div and set its style\n    var wrapper = document.createElement('div');\n    wrapper.style.position = 'fixed';\n    wrapper.style.top = '0';\n    wrapper.style.left = '0';\n    wrapper.style.width = '100%';\n    wrapper.style.height = '100%';\n    wrapper.style.backgroundColor = '#EAEAEE';\n    wrapper.style.border = '1px solid #BEBEC3'; // Add a border with color #BEBEC3\n    wrapper.style.boxSizing = 'border-box'; // Include the border in the width and height calculation\n    \n    // Append the wrapper to the body\n    document.body.appendChild(wrapper);\n    \n    // Create a container div and set its style\n    var container = document.createElement('div');\n    container.style.position = 'absolute';\n    container.style.top = '0';\n    container.style.left = '0';\n    container.style.width = '100%';\n    container.style.height = '100%';\n    container.style.display = 'flex';\n    container.style.flexDirection = 'column'; // Stack items vertically\n    container.style.justifyContent = 'center';\n    container.style.alignItems = 'center';\n\n    // Create a text element and set its style\n    var textElement = document.createElement('p');\n    textElement.innerText = 'Radar Chart';\n    textElement.style.fontFamily = 'Poppins, sans-serif';\n    textElement.style.fontSize = '12px';\n    textElement.style.textAlign = 'center';\n    textElement.style.color = '#294C61';\n\n    // Append the text element to the container\n    container.appendChild(textElement);\n    \n    // Create a text element for the support message\n    var supportText = document.createElement('p');\n    supportText.innerHTML = 'Email <strong>support@techblocksco.com</strong> to report any issues';\n    supportText.style.fontFamily = 'Poppins, sans-serif';\n    supportText.style.fontSize = '12px';\n    supportText.style.textAlign = 'center';\n    supportText.style.color = '#294C61';\n    supportText.style.marginTop = '10px'; // Add some spacing between the two text elements\n\n    // Append the support message to the container\n    container.appendChild(supportText);\n    \n    // Append the container to the body\n    document.body.appendChild(container);\n}\n"}},"platform_type":"web"},"AFt":{"display":"Chart - Bubble","property_applications":{"MinWidth":true,"resizable":true,"Font":true,"Border":true},"add_is_visible":true,"support_autobinding":false,"has_reset_fn":false,"fields":{"AFO":{"caption":"Series 1 - x-values","default_val":"518, 729, 109, 258, 200, 410","editor":"DynamicValue","is_list":false,"name":"series1xvalues","rank":3,"value":"text"},"AFP":{"caption":"Series 1 - y-values","default_val":"125, 122, 23, 57, 30, 59","editor":"DynamicValue","name":"series1yvalues","rank":4,"value":"text"},"AFQ":{"caption":"Series 1 - point color","default_val":"rgba(24, 217, 127, 1)","editor":"Color","name":"series1color","rank":7},"AFR":{"caption":"Series 1 - name","default_val":"Series 1","editor":"DynamicValue","name":"series1name","rank":2,"value":"text"},"AFS":{"caption":"Y Unit - Before","editor":"DynamicValue","name":"yAxisUnitBeforeNumber","optional":true,"rank":35,"value":"text"},"AFT":{"caption":"Y Unit - After","editor":"DynamicValue","is_list":false,"name":"yAxisUnitAfterNumber","optional":true,"rank":36,"value":"text"},"AFU":{"caption":"Y Axis - Max Value","editor":"DynamicValue","name":"yMaxNum","optional":true,"rank":30,"value":"number"},"AFV":{"caption":"Y Axis - Min Value","editor":"DynamicValue","name":"yMinNum","optional":true,"rank":29,"value":"number"},"AFW":{"caption":"Show/Hide Legend","editor":"Dropdown","name":"showLegend","rank":18,"value":"text","default_val":"Top"},"AFX":{"caption":"Show Horiz. Gridlines?","default_val":true,"editor":"DynamicValue","name":"showHorizontalGridlines","rank":41,"value":"boolean"},"AFY":{"caption":"Show Vert. Gridlines?","default_val":true,"editor":"DynamicValue","name":"showVerticalGridlines","optional":false,"rank":40,"value":"boolean"},"AFZ":{"caption":"Show Y Tick Labels?","name":"show_y_tick_labels","rank":38,"editor":"DynamicValue","value":"boolean","default_val":true},"AFa":{"caption":"Show X Tick Labels","name":"show_x_tick_labels","rank":37,"editor":"DynamicValue","value":"boolean","default_val":true},"AFb":{"caption":"X Axis - Min Value","name":"xMinNum","rank":31,"editor":"DynamicValue","value":"number","optional":true},"AFc":{"caption":"X Axis - Max Value","name":"xMaxNum","rank":32,"editor":"DynamicValue","value":"number","optional":true},"AFd":{"caption":"X Unit - Before","name":"xAxisUnitBeforeNumber","rank":33,"editor":"DynamicValue","value":"text","optional":true},"AFe":{"caption":"X Unit - After","name":"xAxisUnitAfterNumber","rank":34,"editor":"DynamicValue","value":"text","optional":true},"AFf":{"caption":"ℹ️ Add more series to the chart using the workflow action called \"Add/update a data series\"","name":"to_add_more_dataset_series,_go_to_your_workflow_tab_and_choose_the_\"add_a_data_series_scatter/pointchart\"_action!","rank":16,"editor":"Label"},"AFi":{"caption":"----------------------------- Chart Data -----------------------------","name":"--------------------------_data_series_values_---------------------------_(you_can_also_add_infinite_series_via_workflows)_-----","rank":0,"editor":"Label"},"AFj":{"caption":"------------------------- General Settings -------------------------","name":"-------------------------_general_settings_-------------------------","rank":17,"editor":"Label"},"AFk":{"caption":"Thousand Separator X","name":"thousands_separator","rank":20,"editor":"DynamicValue","value":"text","default_val":",","optional":true},"AFl":{"caption":"Point Border Width","name":"point_border_width","rank":23,"editor":"DynamicValue","value":"number","default_val":12},"AFm":{"caption":"Series 1 - point style","name":"point_style","rank":6,"editor":"Dropdown","default_val":"circle"},"AFn":{"caption":"Series 1 - point border","name":"point_border_color","rank":8,"editor":"Color","default_val":"rgba(21, 217, 129, 0.26)"},"AFo":{"caption":"Horiz. Dashed Gridlines?","name":"horizontal_dashed_gridlines","rank":42,"editor":"DynamicValue","value":"boolean","default_val":true},"AFp":{"caption":"Vert. Dashed Gridlines?","name":"vertical_dashed_gridlines","rank":43,"editor":"DynamicValue","value":"boolean","default_val":true},"AFu":{"caption":"Series 1 - radius values - px (comma-separated list)","name":"series1radiusvalues","rank":5,"editor":"DynamicValue","value":"text","default_val":"10, 25, 5, 18, 15, 8"},"AKL":{"caption":"Custom Tooltip ID","name":"custom_tooltip_id","rank":22,"editor":"DynamicValue","value":"text","optional":true},"AKf":{"caption":"------------------------------- Axes Settings -------------------------","name":"--------------------------_axes_and_gridline_settings_---------------------_(you_can_also_add_infinite_series_via_workflows)_-----","rank":28,"editor":"Label"},"AKg":{"caption":"Horiz. Gridline Color","name":"horiz_gridline_color","rank":44,"editor":"Color","default_val":"rgba(224, 224, 224, 1)"},"AKh":{"caption":"Vert Gridline Color","name":"vert_gridline_color","rank":45,"editor":"Color","default_val":"rgba(224, 224, 224, 1)"},"AKi":{"caption":"----------------------------- Gridline Settings -----------------------","name":"-----------------------------Gridline----------------------","rank":39,"editor":"Label"},"AKj":{"caption":"X = 0 Line Color","name":"horiz_zero_line_color","rank":46,"editor":"Color","default_val":"rgba(224, 224, 224, 1)"},"AKk":{"caption":"Y = 0 Line Color","name":"vert_zero_line_color","rank":47,"editor":"Color","default_val":"rgba(224, 224, 224, 1)"},"AKl":{"caption":"Max X Ticks","name":"max_x_ticks","rank":48,"editor":"DynamicValue","value":"number","default_val":11},"AKm":{"caption":"Max Y Ticks","name":"max_y_ticks","rank":49,"editor":"DynamicValue","value":"number","default_val":11},"ANw":{"caption":"----------------------------- Data Labels ---------------------------","name":"-------_data_labels_------","rank":53,"editor":"Label"},"ANx":{"caption":"Data Label Text","name":"data_label_text","rank":54,"editor":"DynamicValue","value":"text","optional":true},"ANy":{"caption":"Alignment","name":"alignment","rank":57,"editor":"DynamicValue","value":"text","default_val":"end"},"ANz":{"caption":"Distance From Point","name":"distance_from_point","rank":58,"editor":"DynamicValue","value":"number","default_val":0},"AOA":{"caption":"Angle","name":"angle","rank":59,"editor":"DynamicValue","value":"number","default_val":0},"AOB":{"caption":"Unit Before X","name":"unit_before_x","rank":60,"editor":"DynamicValue","value":"text","optional":true},"AOC":{"caption":"Unit Before Y","name":"unit_before_y","rank":62,"editor":"DynamicValue","value":"text","optional":true},"AOD":{"caption":"Unit After X","name":"unit_after_x","rank":61,"editor":"DynamicValue","value":"text","optional":true},"AOE":{"caption":"Unit After Y","name":"unit_after_y","rank":63,"editor":"DynamicValue","value":"text","optional":true},"AOF":{"caption":"Unit Before R","name":"unit_before_r","rank":64,"editor":"DynamicValue","value":"text","optional":true},"AOG":{"caption":"Unit After R","name":"unit_after_r","rank":65,"editor":"DynamicValue","value":"text","optional":true},"AOH":{"caption":"Font Color Setting","name":"font_color_setting","rank":66,"editor":"Dropdown","default_val":"Default (Same as Series Color)"},"AOI":{"caption":"Font Color (Optional)","name":"font_color_optional","rank":67,"editor":"Color","default_val":"rgba(224, 224, 224, 1)"},"AOJ":{"caption":"Font Size","name":"font_size","rank":68,"editor":"DynamicValue","value":"text","default_val":"12"},"AVn":{"caption":"Tick Label Font Color","name":"tick_label_color","rank":51,"editor":"Color","default_val":"rgba(174, 185, 194, 1)"},"AVo":{"caption":"Tick Label Font Size","name":"tick_label_font_size","rank":52,"editor":"DynamicValue","value":"number","default_val":12},"AWN":{"caption":"X Tick Labels Rotation","name":"x_ticks_rotation","rank":50,"editor":"DynamicValue","value":"number","optional":true},"AWx":{"caption":"Series 2 - name","name":"series2name","rank":9,"editor":"DynamicValue","value":"text","default_val":"Series 2","optional":true},"AWy":{"caption":"Series 2 - point color","name":"series2color","rank":14,"editor":"Color","default_val":"rgba(51, 181, 229, 1)","optional":true},"AWz":{"caption":"Series 2 - point border color","name":"series2_point_border_color","rank":15,"editor":"Color","default_val":"rgba(51, 179, 230, 0.23)","optional":true},"AXA":{"caption":"Series 2 - point style","name":"series2_point_style","rank":13,"editor":"Dropdown","default_val":"circle"},"AXB":{"caption":"Series 2 - x-values","name":"series2xvalues","rank":10,"editor":"DynamicValue","value":"text","optional":true},"AXC":{"caption":"Series 2 - y-values","name":"series2yvalues","rank":11,"editor":"DynamicValue","value":"text","optional":true},"AXD":{"caption":"Series 2 - radius values","name":"series2radiusvalues","rank":12,"editor":"DynamicValue","value":"text","optional":true},"AYE":{"caption":"ℹ️ Add series names and data values below.  Each data point should be separated by comma and space and can be dynamic (e.g. \"Do a Search for\")","name":"ℹ️_add_series_names,_colors,_and_data_values_below.__each_data_point_should_be_separated_by_comma_and_space_and_can_be_dynamically_(e.g._\"do_a_search_for\")","rank":1,"editor":"Label"},"AYT":{"caption":"Chart Padding","name":"chart_padding","rank":27,"editor":"DynamicValue","value":"number","default_val":10},"AYU":{"caption":"⚠️ If data points get cut of near edges of the chart element, increase the Chart Padding below","name":"⚠️_if_data_points_get_cut_of_near_edges_of_the_chart_element,_increase_the_chart_padding_below","rank":26,"editor":"Label"},"AZg":{"caption":"Legend Color Style","name":"legend_color_style","rank":19,"editor":"Dropdown","default_val":"Circle"},"AsF":{"caption":"Thousand Separator Y","name":"thousand_separator_y","rank":21,"editor":"DynamicValue","value":"text","optional":true,"default_val":","},"Atp":{"caption":"Hide Overlap'd Labels","name":"hide_overlapped_labels","rank":55,"editor":"DynamicValue","value":"boolean","default_val":false},"Atq":{"caption":"Hide if R less than","name":"hide_if_r_less_than","rank":56,"editor":"DynamicValue","value":"number","optional":true},"Atr":{"caption":"Draggable Values?","name":"draggable_values","rank":24,"editor":"DynamicValue","value":"boolean","default_val":false},"AuE":{"caption":"Drag Data Round","name":"drag_data_round","rank":25,"editor":"DynamicValue","value":"number","default_val":1,"optional":true}},"states":{"AFq":{"caption":"Clicked Item X Value","initialization_code":{"fn":"function(properties,context){}"},"name":"clicked_item_x_value","value":"number"},"AFr":{"caption":"Clicked Item Y Value","name":"clicked_item_y_value","value":"number","initialization_code":{"fn":"function(properties,context){}"}},"AFs":{"caption":"Clicked Item Series Name","name":"clicked_item_series_name","value":"text","initialization_code":{"fn":"function(properties,context){}"}},"AGA":{"caption":"Clicked Item Radius Value","name":"clicked_item_radius_value","value":"number","initialization_code":{"fn":"function(properties,context){}"}},"AKM":{"caption":"Hovered Item X Value","name":"hovered_item_x_value","value":"number","initialization_code":{"fn":"function(properties,context){}"}},"AKN":{"caption":"Hovered item Y Value","name":"hovered_item_y_value","value":"number","initialization_code":{"fn":"function(properties,context){}"}},"AKO":{"caption":"Hovered Item Radius Value","name":"hovered_item_radius_value","value":"number","initialization_code":{"fn":"function(properties,context){}"}},"AKP":{"caption":"Hovered Item Series Name","name":"hovered_item_series_name","value":"text","initialization_code":{"fn":"function(properties,context){}"}},"AKQ":{"caption":"Hovered Item Series Color","name":"hovered_item_series_color","value":"text","initialization_code":{"fn":"function(properties,context){}"}},"Ats":{"caption":"Currently Dragging","name":"currently_dragging","value":"text","initialization_code":{"fn":"function(properties,context){}"}},"Att":{"caption":"Dragged Item Data Series Name","name":"dragged_item_data_series_name","value":"text","initialization_code":{"fn":"function(properties,context){}"}},"Atu":{"caption":"Dragged Item Index Number","name":"dragged_item_index_number","value":"number","initialization_code":{"fn":"function(properties,context){}"}},"Atv":{"caption":"Dragged Item Ending Y Value","name":"dragged_item_ending_y_value","value":"number","initialization_code":{"fn":"function(properties,context){}"}},"Atw":{"caption":"Dragged Item Ending X Value ","name":"dragged_item_ending_x_value","value":"number","initialization_code":{"fn":"function(properties,context){}"}},"Atx":{"caption":"Dragged Item Ending R Value","name":"dragged_item_ending_r_value","value":"number","initialization_code":{"fn":"function(properties,context){}"}},"Aty":{"caption":"Dragged Item -  all Y Values of this Serie","name":"dragged_item_all_series_values_y","value":"number","initialization_code":{"fn":"function(properties,context){}"},"is_list":true},"Atz":{"caption":"Dragged Item -  all X Values of this Serie","name":"dragged_item_all_series_values_x","value":"number","initialization_code":{"fn":"function(properties,context){}"},"is_list":true},"AuA":{"caption":"Dragged Item -  all R Values of this Serie","name":"dragged_item_all_series_values_r","value":"number","initialization_code":{"fn":"function(properties,context){}"},"is_list":true},"AuB":{"caption":"Dragged Item Starting Y Value","name":"dragged_item_starting_y_value","value":"number","initialization_code":{"fn":"function(properties,context){}"}},"AuC":{"caption":"Dragged Item Starting X Value","name":"dragged_item_starting_x_value","value":"number","initialization_code":{"fn":"function(properties,context){}"}},"AuD":{"caption":"Dragged Item Starting R Value","name":"dragged_item_starting_r_value","value":"number","initialization_code":{"fn":"function(properties,context){}"}}},"events":{"AFN":{"caption":"Chart Value Clicked","name":"chart_value_clicked"}},"actions":{"AFD":{"caption":"Add/Update a Data Series","code":{"fn":"function(instance,properties,context){let numAttempts=0;function mainAddSeries(){if(!(numAttempts>15)){if(!instance.data.chart)return numAttempts++,void setTimeout(mainAddSeries,750);instance.data.createPointArray?addSeries():setTimeout(addSeries,1500)}function addSeries(){let seriesArray=[],pointColorsArray,pointBorderColorsArray;instance.data.createPointArray(properties.xValues,properties.yValues,properties.radiusValues,seriesArray,properties.point_labels),properties.point_colors&&(pointColorsArray=instance.data.splitTextOnCommas(properties.point_colors)),properties.point_border_colors&&(pointBorderColorsArray=instance.data.splitTextOnCommas(properties.point_border_colors)),instance.data.pushDataset(properties.series_name,seriesArray,properties.series_color,properties.point_border_color,properties.point_style,properties.display_data_labels,pointColorsArray,pointBorderColorsArray),instance.data.updateChartDatasets(),instance.data.chart.update()}}mainAddSeries()}","add_debugger":false},"fields":{"AFE":{"caption":"Y-Values (comma-separated numbers)","name":"yValues","rank":4,"editor":"DynamicValue","value":"text"},"AFF":{"caption":"X-Values (comma-separated numbers)","name":"xValues","rank":3,"editor":"DynamicValue","value":"text"},"AFG":{"caption":"Series Name","name":"series_name","rank":1,"editor":"DynamicValue","value":"text"},"AFH":{"caption":"Series Point Color","name":"series_color","rank":11,"editor":"Color","default_val":"rgba(51, 181, 229, 1)"},"AFI":{"caption":"Point Style","name":"point_style","rank":10,"editor":"Dropdown","default_val":"circle"},"AFJ":{"caption":"Point Border Color","name":"point_border_color","rank":12,"editor":"Color","default_val":"rgba(51, 179, 230, 0.73)"},"AFv":{"caption":"Radius-Values (comma-separated numbers)","name":"radiusValues","rank":5,"editor":"DynamicValue","value":"text"},"AOL":{"caption":"Display Data Label","name":"display_data_label","rank":2,"editor":"DynamicValue","value":"boolean","optional":false,"default_val":false},"ARW":{"caption":"------------------------- General Settings -------------------------","name":"-------------------------_general_settings_-------------------------","rank":0,"editor":"Label"},"ARX":{"caption":"------------------------ Point Style Settings -----------------------","name":"------------------------_point_style_settings_-----------------------","rank":9,"editor":"Label"},"AsE":{"caption":"Point Labels","name":"point_labels","rank":6,"editor":"DynamicValue","value":"text","optional":true},"Atm":{"caption":"Optional: Point Colors (if different color per point in series)","name":"point_colors","rank":7,"editor":"DynamicValue","value":"text","optional":true},"Atn":{"caption":"Optional: Point Border Colors (if different color per point in series)","name":"point_border_colors","rank":8,"editor":"DynamicValue","value":"text","optional":true},"Ato":{"caption":"Display Data Labels?","name":"display_data_labels","rank":13,"editor":"DynamicValue","value":"boolean","default_val":false}}},"AFL":{"caption":"Remove a Data Series","code":{"fn":"function(instance,properties,context){if(instance.data.chart){let foundSeries=instance.data.datasets.find((element=>element.label==properties.series_name));null!=foundSeries&&(instance.data.datasets.splice(instance.data.datasets.indexOf(foundSeries),1),instance.data.updateChartDatasets()),instance.data.chart.update()}else console.log(\"The Chart you are trying to update is not visible on the page\")}"},"fields":{"AFM":{"caption":"Series Name","name":"series_name","rank":0,"editor":"DynamicValue","value":"text"}}},"AOP":{"caption":"Remove all Data Series (Clear Chart)","code":{"fn":"function(instance,properties,context){if(instance.data.chart){for(;instance.data.datasets.length>0;)instance.data.datasets.pop();for(;instance.data.chart.data.datasets.length>0;)instance.data.chart.data.datasets.pop(),instance.data.chart.update()}else console.log(\"The Chart you are trying to update is not visible on the page\")}"}}},"code":{"initialize":{"fn":"function(instance,context){function loadScriptOnce(src){if(!document.querySelector(`script[src=\"${src}\"]`)){const script=document.createElement(\"script\");script.src=src,script.defer=!0,document.head.appendChild(script)}}loadScriptOnce(\"https://cdnjs.cloudflare.com/ajax/libs/Chart.js/2.9.4/Chart.bundle.min.js\"),instance.data.uniqueChartId=\"chartcanvas\"+Math.floor(1e5*Math.random()).toString(),instance.data.chartCanvasCopy=\"<div id='chartContainer\"+instance.data.uniqueChartId+\"' class='chart-container' style='position: relative; height: 1px; width: 1px'><canvas id='\"+instance.data.uniqueChartId+\"'></canvas></div>\",instance.canvas.append(instance.data.chartCanvasCopy);var chartcanvas2=document.getElementById(instance.data.uniqueChartId);function updateChartDatasets(){let i;for(instance.data.chart.data.datasets=[],i=0;i<instance.data.datasets.length;i++)instance.data.chart.data.datasets.push(instance.data.datasets[i])}instance.data.ctxChartState=chartcanvas2.getContext(\"2d\"),instance.data.datasets=[],instance.data.updateChartDatasets=updateChartDatasets}"},"update":{"fn":"function(instance,properties,context){Chart.plugins.unregister(ChartDataLabels),$(document).on(\"mousemove\",(function(e){let divHeight=$(\"#\"+properties.custom_tooltip_id).height();$(\"#\"+properties.custom_tooltip_id).css({position:\"fixed\",left:e.clientX+12,top:e.clientY-divHeight/2,zIndex:1e21})}));let customTooltip=!1;function reduceOpacity(originalRGBAColor){let stringlength=originalRGBAColor.length-1,colorArray=(originalRGBAColor=originalRGBAColor.substring(5,stringlength)).split(\", \"),newOpacity=.5*colorArray[3],result;return\"rgba(\"+colorArray[0]+\", \"+colorArray[1]+\", \"+colorArray[2]+\", \"+newOpacity+\")\"}if(null!=properties.custom_tooltip_id&&(customTooltip=!0,$(\"#\"+properties.custom_tooltip_id).fadeOut(1)),instance.data.ctxChartState){$(\"#\"+instance.data.uniqueChartId).remove();var canvas3=instance.data.chartCanvasCopy;instance.canvas.append(canvas3);var chartcanvas2=document.getElementById(instance.data.uniqueChartId);instance.data.ctxChartState=chartcanvas2.getContext(\"2d\")}var chartcanvas,ctxchart=document.getElementById(instance.data.uniqueChartId).getContext(\"2d\");let chartType,legendState,showLegend;function splitTextOnCommas(text){return text.split(\",\").map((item=>item.trim()))}function createPointArray(xString,yString,radiusString,outputArray,labelString){let xArray,yArray,radiusArray,labelArray;if(null!=xString&&(xArray=xString.split(\",\")),null!=yString&&(yArray=yString.split(\",\")),null!=radiusString&&(radiusArray=radiusString.split(\",\")),null!=labelString&&(labelArray=labelString.split(\", \")),null!=xArray&&null!=yArray)for(let i=0;i<xArray.length;i++){let nextPoint={x:xArray[i],y:yArray[i],r:parseInt(radiusArray[i]),...null!=labelString&&{label:labelArray[i]}};outputArray.push(nextPoint)}}\"Don't Show Legend\"==properties.showLegend?showLegend=!1:(legendState=properties.showLegend.toLowerCase(),showLegend=!0),instance.data.splitTextOnCommas=splitTextOnCommas,instance.data.createPointArray=createPointArray;let series1array=[],series2array=[],arrayofxvalues,yMin,yMax;instance.data.createPointArray(properties.series1xvalues,properties.series1yvalues,properties.series1radiusvalues,series1array),instance.data.createPointArray(properties.series2xvalues,properties.series2yvalues,properties.series2radiusvalues,series2array);let allYValuesArray=series1array,chartLabelsOn=[ChartDataLabels];instance.data.horizontalGridlineColor=\"#E0E0E0\",properties.showHorizontalGridlines||(instance.data.horizontalGridlineColor=\"rgba(0,0,0,0)\"),instance.data.verticalGridlineColor=\"#E0E0E0\",properties.showVerticalGridlines||(instance.data.verticalGridlineColor=\"rgba(0,0,0,0)\");let horizDashedGridlines=[];properties.horizontal_dashed_gridlines&&(horizDashedGridlines=[8,4]);let vertDashedGridlines=[];properties.vertical_dashed_gridlines&&(vertDashedGridlines=[8,4]);var chart=new Chart(instance.data.ctxChartState,{plugins:chartLabelsOn,type:\"bubble\",data:{labels:undefined,datasets:[{hitRadius:1,borderWidth:properties.point_border_width,borderColor:properties.point_border_color,pointStyle:properties.point_style,fill:function(value){return value=!1,false},label:properties.series1name,backgroundColor:function(value){return value=properties.series1color}}]},options:{animation:{duration:0},dragData:properties.draggable_values,dragX:properties.draggable_values,dragDataRound:properties.drag_data_round,onDragStart:function(e,element){instance.publishState(\"dragged_item_starting_y_value\",instance.data.datasets[element._datasetIndex].data[element._index].y),instance.publishState(\"dragged_item_starting_x_value\",instance.data.datasets[element._datasetIndex].data[element._index].x),instance.publishState(\"dragged_item_starting_r_value\",instance.data.datasets[element._datasetIndex].data[element._index].r)},dragDataRound:properties.drag_data_round,onDrag:function(e,datasetIndex,index,value){let draggedItemAllSeriesValues=instance.data.datasets[datasetIndex].data,draggedItemAllSeriesValuesX=[],draggedItemAllSeriesValuesY=[],draggedItemAllSeriesValuesR=[];for(i=0;i<draggedItemAllSeriesValues.length;i++)\"\"!=draggedItemAllSeriesValues[i].x&&\" \"!=draggedItemAllSeriesValues[i].x?draggedItemAllSeriesValuesX.push(draggedItemAllSeriesValues[i].x):draggedItemAllSeriesValuesX.push(0),\"\"!=draggedItemAllSeriesValues[i].y&&\" \"!=draggedItemAllSeriesValues[i].y?draggedItemAllSeriesValuesY.push(draggedItemAllSeriesValues[i].y):draggedItemAllSeriesValuesY.push(0),\"\"!=draggedItemAllSeriesValues[i].r&&\" \"!=draggedItemAllSeriesValues[i].r?draggedItemAllSeriesValuesR.push(draggedItemAllSeriesValues[i].r):draggedItemAllSeriesValuesR.push(0);instance.publishState(\"currently_dragging\",!0),instance.publishState(\"dragged_item_data_series_name\",instance.data.datasets[datasetIndex].label),instance.publishState(\"dragged_item_index_number\",index+1),instance.publishState(\"dragged_item_ending_y_value\",value.y),instance.publishState(\"dragged_item_ending_x_value\",value.x),instance.publishState(\"dragged_item_ending_r_value\",value.r),instance.publishState(\"dragged_item_all_series_values_y\",draggedItemAllSeriesValuesY),instance.publishState(\"dragged_item_all_series_values_x\",draggedItemAllSeriesValuesX),instance.publishState(\"dragged_item_all_series_values_r\",draggedItemAllSeriesValuesR)},onDragEnd:function(e,datasetIndex,index,value){let draggedItemAllSeriesValues=instance.data.datasets[datasetIndex].data,draggedItemAllSeriesValuesX=[],draggedItemAllSeriesValuesY=[],draggedItemAllSeriesValuesR=[];for(i=0;i<draggedItemAllSeriesValues.length;i++)\"\"!=draggedItemAllSeriesValues[i].x&&\" \"!=draggedItemAllSeriesValues[i].x?draggedItemAllSeriesValuesX.push(draggedItemAllSeriesValues[i].x):draggedItemAllSeriesValuesX.push(0),\"\"!=draggedItemAllSeriesValues[i].y&&\" \"!=draggedItemAllSeriesValues[i].y?draggedItemAllSeriesValuesY.push(draggedItemAllSeriesValues[i].y):draggedItemAllSeriesValuesY.push(0),\"\"!=draggedItemAllSeriesValues[i].r&&\" \"!=draggedItemAllSeriesValues[i].r?draggedItemAllSeriesValuesR.push(draggedItemAllSeriesValues[i].r):draggedItemAllSeriesValuesR.push(0);instance.publishState(\"currently_dragging\",!1),instance.publishState(\"dragged_item_data_series_name\",instance.data.datasets[datasetIndex].label),instance.publishState(\"dragged_item_index_number\",index+1),instance.publishState(\"dragged_item_ending_y_value\",value.y),instance.publishState(\"dragged_item_ending_x_value\",value.x),instance.publishState(\"dragged_item_ending_r_value\",value.r),instance.publishState(\"dragged_item_all_series_values_y\",draggedItemAllSeriesValuesY),instance.publishState(\"dragged_item_all_series_values_x\",draggedItemAllSeriesValuesX),instance.publishState(\"dragged_item_all_series_values_r\",draggedItemAllSeriesValuesR),instance.triggerEvent(\"chart_value_dragged\",(function(err){})),instance.data.justDragged=!0},plugins:{crosshair:!1},onHover:function(event,elements){if($(\"#\"+instance.data.uniqueChartId).css(\"cursor\",elements[0]?\"pointer\":\"default\"),elements[0]){var activePoint=chart.getElementAtEvent(event),clickedDatasetIndex=activePoint[0]._datasetIndex,clickedElementindex=activePoint[0]._index,label=chart.data.labels[clickedElementindex],value=chart.data.datasets[clickedDatasetIndex].data[clickedElementindex],series_name=chart.data.datasets[clickedDatasetIndex].label,series_color=activePoint[0]._view.backgroundColor;let radius_value;null!=activePoint[0].$previousStyle&&(series_color=activePoint[0].$previousStyle.backgroundColor);let valueX=value.x,valueY=value.y,valueR=value.r;\"\"==valueX&&(valueX=0),\"\"==valueY&&(valueY=0),\"\"==valueR&&(valueR=0),instance.publishState(\"hovered_item_x_value\",valueX),instance.publishState(\"hovered_item_y_value\",valueY),instance.publishState(\"hovered_item_radius_value\",valueR),instance.publishState(\"hovered_item_series_name\",series_name),instance.publishState(\"hovered_item_series_color\",series_color),customTooltip&&null!=document.getElementById(properties.custom_tooltip_id)&&($(\"#\"+properties.custom_tooltip_id).fadeIn(250),document.getElementById(properties.custom_tooltip_id).style.zIndex=\"1000000000000000000000\")}else $(\"#\"+properties.custom_tooltip_id).fadeOut(100);label&&value&&series_name&&instance.triggerEvent(\"chart_value_hovered\",(function(err){}))},legend:{display:showLegend,position:legendState,labels:{usePointStyle:\"Circle\"==properties.legend_color_style,fontColor:properties.tick_label_color,fontSize:properties.tick_label_font_size,fontFamily:properties.bubble.font_face().includes(\"font_default\")?\"Poppins\":properties.bubble.font_face().split(\":\")[0]}},layout:{padding:{right:properties.chart_padding,left:properties.chart_padding,top:properties.chart_padding,bottom:properties.chart_padding}},maintainAspectRatio:!1,scales:{yAxes:[{stacked:!1,gridLines:{color:\"rgba(0,0,0,0)\",zeroLineColor:\"rgba(0,0,0,0)\",tickMarkLength:0,borderDash:horizDashedGridlines,drawBorder:!1},ticks:{maxTicksLimit:properties.max_y_ticks,padding:7,display:!1,fontColor:properties.tick_label_color,fontSize:properties.tick_label_font_size,fontFamily:properties.bubble.font_face().includes(\"font_default\")?\"Poppins\":properties.bubble.font_face().split(\":\")[0],callback:function(value,index,values){let yLabel=value,originalYLabel=value;return value<1&&value>-1&&(yLabel=value.toPrecision(1)),value>1&&value<2&&(yLabel=value.toPrecision(2)),yLabel=yLabel.toString(),null!=properties.thousands_separator&&(yLabel=yLabel.replace(/\\B(?=(\\d{3})+(?!\\d))/g,null!==properties.thousand_separator_y?properties.thousand_separator_y:\"\")),properties.yAxisUnitBeforeNumber&&(yLabel=properties.yAxisUnitBeforeNumber+yLabel),properties.yAxisUnitAfterNumber&&(yLabel+=properties.yAxisUnitAfterNumber),yLabel}}}],xAxes:[{stacked:!1,gridLines:{color:properties.vert_gridline_color,zeroLineColor:properties.horiz_zero_line_color,tickMarkLength:0,borderDash:vertDashedGridlines,drawBorder:!1},ticks:{maxTicksLimit:properties.max_x_ticks,padding:7,display:properties.show_x_tick_labels,fontColor:properties.tick_label_color,fontFamily:properties.bubble.font_face().includes(\"font_default\")?\"Poppins\":properties.bubble.font_face().split(\":\")[0],fontSize:properties.tick_label_font_size,callback:function(value,index,values){let originalXLabel=value,xLabel=value;return value<1&&value>-1&&(xLabel=value.toPrecision(1)),value>1&&value<2&&(xLabel=value.toPrecision(2)),xLabel=xLabel.toString(),null!=properties.thousands_separator&&(xLabel=xLabel.replace(/\\B(?=(\\d{3})+(?!\\d))/g,null!==properties.thousands_separator?properties.thousands_separator:\"\")),properties.xAxisUnitBeforeNumber&&(xLabel=properties.xAxisUnitBeforeNumber+xLabel),properties.xAxisUnitAfterNumber&&(xLabel+=properties.xAxisUnitAfterNumber),xLabel}}}]},tooltips:{enabled:!customTooltip,titleFontFamily:properties.bubble.font_face().includes(\"font_default\")?\"Poppins\":properties.bubble.font_face().split(\":\")[0],bodyFontFamily:properties.bubble.font_face().includes(\"font_default\")?\"Poppins\":properties.bubble.font_face().split(\":\")[0],callbacks:{label:function(tooltipItem,data){let label=\"\";data.datasets[tooltipItem.datasetIndex].label&&(label+=data.datasets[tooltipItem.datasetIndex].label,label+=\": \");let currentLabel,commaYLabel=tooltipItem.yLabel.toString();null!=properties.thousands_separator&&(commaYLabel=commaYLabel.replace(/\\B(?=(\\d{3})+(?!\\d))/g,null!==properties.thousand_separator_y?properties.thousand_separator_y:\"\"));let currentXLabel,commaXLabel=tooltipItem.xLabel.toString();null!=properties.thousands_separator&&(commaXLabel=commaXLabel.replace(/\\B(?=(\\d{3})+(?!\\d))/g,null!==properties.thousands_separator?properties.thousands_separator:\"\"));let currentRLabel,commaRLabel=data.datasets[tooltipItem.datasetIndex].data[tooltipItem.index].r.toString();return null!=properties.thousands_separator&&(commaRLabel=commaRLabel.replace(/\\B(?=(\\d{3})+(?!\\d))/g,null!==properties.thousands_separator?properties.thousands_separator:\"\")),properties.unit_before_y&&(commaYLabel=properties.unit_before_y+commaYLabel),label+=commaYLabel,properties.unit_after_x&&(label+=properties.unit_after_x),label+=\", \",properties.unit_before_x&&(commaXLabel=properties.unit_before_x+commaXLabel),properties.unit_after_y&&(commaXLabel+=properties.unit_after_y),label+=commaXLabel,label+=\", \",properties.unit_before_r&&(commaRLabel=properties.unit_before_r+commaRLabel),properties.unit_after_r&&(commaRLabel+=properties.unit_after_r),label+=commaRLabel,label}}}}});null!=properties.yMaxNum&&(chart.options.scales.yAxes[0].ticks.max=properties.yMaxNum),null!=properties.yMinNum&&(chart.options.scales.yAxes[0].ticks.min=properties.yMinNum),null!=properties.xMinNum&&(chart.options.scales.xAxes[0].ticks.min=properties.xMinNum),null!=properties.xMaxNum&&(chart.options.scales.xAxes[0].ticks.max=properties.xMaxNum);var chartContainer=document.getElementById(\"chartContainer\"+instance.data.uniqueChartId);function pushDataset(dataLabel,newData,newColor,borderColor,pointStyle,displayDataLabel,pointsColor,borderColorsArray){let myDataset={borderWidth:properties.point_border_width,borderColor:borderColor,pointStyle:pointStyle,label:dataLabel,backgroundColor:newColor,data:newData,fill:function(value){return value=!1,false},datalabels:{color:function(value){return value=\"Default (Same as Series Color)\"==properties.font_color_setting?newColor:properties.font_color_optional},align:properties.alignment,anchor:\"end\",font:{family:properties.bubble.font_face().includes(\"font_default\")?\"Poppins\":properties.bubble.font_face().split(\":\")[0],size:properties.font_size},clamp:\"true\",rotation:properties.angle,display:function(context){let value;return value=!!displayDataLabel&&(1==properties.hide_overlapped_labels?!(properties.hide_if_r_less_than&&properties.hide_if_r_less_than>context.dataset.data[context.dataIndex].r)&&\"auto\":!(properties.hide_if_r_less_than&&properties.hide_if_r_less_than>context.dataset.data[context.dataIndex].r)),value},formatter:function(value){let resultingLabel=\"\",resultingX=\"\";properties.unit_before_x&&(resultingX+=properties.unit_before_x),resultingX+=value.x,properties.unit_after_x&&(resultingX+=properties.unit_after_x);let resultingY=\"\";properties.unit_before_y&&(resultingY+=properties.unit_before_y),resultingY+=value.y,properties.unit_after_y&&(resultingY+=properties.unit_after_y);let resultingR=\"\",resultingPointLabel,labelArray;if(properties.unit_before_r&&(resultingR+=properties.unit_before_r),resultingR+=value.r,properties.unit_after_r&&(resultingR+=properties.unit_after_r),null!=newData[0].label&&null!=value.label&&(resultingPointLabel=value.label),properties.data_label_text&&(labelArray=properties.data_label_text.split(\", \")),properties.data_label_text)for(;labelArray.length>0;)\"seriesName\"==labelArray[0]&&(resultingLabel+=dataLabel),\"x\"==labelArray[0]&&(resultingLabel+=resultingX),\"y\"==labelArray[0]&&(resultingLabel+=resultingY),\"r\"==labelArray[0]&&(resultingLabel+=resultingR),\"pointLabel\"==labelArray[0]&&(resultingLabel+=resultingPointLabel),labelArray.shift();return resultingLabel}}};if(instance.data.datasets.find((element=>element.label==dataLabel))){let foundSeries=instance.data.datasets.find((element=>element.label==dataLabel));null!=foundSeries&&instance.data.datasets.splice(instance.data.datasets.indexOf(foundSeries),1)}instance.data.datasets.push(myDataset)}function removeOldSeriesProperty(seriesName){let foundSeries_originalproperty=instance.data.datasets.find((element=>element.label==seriesName));null!=foundSeries_originalproperty&&instance.data.datasets.splice(instance.data.datasets.indexOf(foundSeries_originalproperty),1)}function updateStyle(chart){chart.options.scales.yAxes[0].gridLines.zeroLineColor=properties.vert_zero_line_color,chart.options.scales.yAxes[0].ticks.display=properties.show_y_tick_labels,chart.options.scales.yAxes[0].gridLines.color=properties.horiz_gridline_color}function animate1(){instance.data.updateChartDatasets(),updateStyle(chart),instance.data.chart.update()}chartContainer.parentNode.removeChild(chartContainer),(chartContainer=document.getElementById(\"chartContainer\"+instance.data.uniqueChartId)).style.height=properties.bubble.height().toString()+\"px\",chartContainer.style.width=properties.bubble.width().toString()+\"px\",instance.data.height=properties.bubble.height(),null!=properties.x_ticks_rotation&&(chart.options.scales.xAxes[0].ticks.minRotation=properties.x_ticks_rotation,chart.options.scales.xAxes[0].ticks.maxRotation=properties.x_ticks_rotation),instance.data.pushDataset=pushDataset,properties.series1xvalues&&(removeOldSeriesProperty(instance.data.series1_oldname),pushDataset(properties.series1name,series1array,properties.series1color,properties.point_border_color,properties.point_style),instance.data.series1_oldname=properties.series1name),properties.series2xvalues&&(removeOldSeriesProperty(instance.data.series2_oldname),pushDataset(properties.series2name,series2array,properties.series2color,properties.series2_point_border_color,properties.series2_point_style),instance.data.series2_oldname=properties.series2name),document.getElementById(instance.data.uniqueChartId).onclick=function(evt){var activePoint=chart.getElementAtEvent(event);if(activePoint.length>0){var clickedDatasetIndex=activePoint[0]._datasetIndex,clickedElementindex=activePoint[0]._index,label=chart.data.labels[clickedElementindex],value=chart.data.datasets[clickedDatasetIndex].data[clickedElementindex],series_name=chart.data.datasets[clickedDatasetIndex].label;let valueX=value.x,valueY=value.y,valueR=value.r;\"\"==valueX&&(valueX=0),\"\"==valueY&&(valueY=0),\"\"==valueR&&(valueR=0),instance.publishState(\"clicked_item_x_value\",valueX),instance.publishState(\"clicked_item_y_value\",valueY),instance.publishState(\"clicked_item_radius_value\",valueR),instance.publishState(\"clicked_item_series_name\",series_name)}series_name&&instance.triggerEvent(\"chart_value_clicked\",(function(err){}))},instance.data.chart=chart,setTimeout(animate1,450),instance.data.chart.update()}"},"reset":{"fn":"function(instance,context){}"},"preview":{"fn":"function(instance, properties) {\n    \n    // Create a wrapper div and set its style\n    var wrapper = document.createElement('div');\n    wrapper.style.position = 'fixed';\n    wrapper.style.top = '0';\n    wrapper.style.left = '0';\n    wrapper.style.width = '100%';\n    wrapper.style.height = '100%';\n    wrapper.style.backgroundColor = '#EAEAEE';\n    wrapper.style.border = '1px solid #BEBEC3'; // Add a border with color #BEBEC3\n    wrapper.style.boxSizing = 'border-box'; // Include the border in the width and height calculation\n    \n    // Append the wrapper to the body\n    document.body.appendChild(wrapper);\n    \n    // Create a container div and set its style\n    var container = document.createElement('div');\n    container.style.position = 'absolute';\n    container.style.top = '0';\n    container.style.left = '0';\n    container.style.width = '100%';\n    container.style.height = '100%';\n    container.style.display = 'flex';\n    container.style.flexDirection = 'column'; // Stack items vertically\n    container.style.justifyContent = 'center';\n    container.style.alignItems = 'center';\n\n    // Create a text element and set its style\n    var textElement = document.createElement('p');\n    textElement.innerText = 'Bubble Chart';\n    textElement.style.fontFamily = 'Poppins, sans-serif';\n    textElement.style.fontSize = '12px';\n    textElement.style.textAlign = 'center';\n    textElement.style.color = '#294C61';\n\n    // Append the text element to the container\n    container.appendChild(textElement);\n    \n    // Create a text element for the support message\n    var supportText = document.createElement('p');\n    supportText.innerHTML = 'Email <strong>support@techblocksco.com</strong> to report any issues';\n    supportText.style.fontFamily = 'Poppins, sans-serif';\n    supportText.style.fontSize = '12px';\n    supportText.style.textAlign = 'center';\n    supportText.style.color = '#294C61';\n    supportText.style.marginTop = '10px'; // Add some spacing between the two text elements\n\n    // Append the support message to the container\n    container.appendChild(supportText);\n    \n    // Append the container to the body\n    document.body.appendChild(container);\n}\n"}},"platform_type":"web"},"AKC":{"display":"Chart - Boxplot","property_applications":{"MinWidth":true,"resizable":true,"Font":true,"Border":true},"add_is_visible":true,"support_autobinding":false,"has_reset_fn":false,"fields":{"AIi":{"caption":"X Axis Values (comma-separated strings or #s)","default_val":"January, February, March","editor":"DynamicValue","is_list":false,"name":"xvalues","rank":1,"value":"text"},"AIj":{"caption":"Series 1 - Y-Values (SEMI-COLON-separated numbers)","default_val":"100, 200, 300; 200, 300, 400; 300, 400, 500; 200, 300, 400; 300, 400, 500","editor":"DynamicValue","name":"series1","rank":4,"value":"text","optional":true},"AIm":{"caption":"Series 1 - Color","default_val":"rgba(51, 181, 229, 1)","editor":"Color","name":"series1color","rank":3},"AIn":{"caption":"Series 1 - Name","default_val":"Series 1","editor":"DynamicValue","name":"series1name","rank":2,"value":"text"},"AIt":{"caption":"Y Unit - Before","editor":"DynamicValue","name":"yAxisUnitBeforeNumber","optional":true,"rank":18,"value":"text"},"AIu":{"caption":"Y Unit - After","editor":"DynamicValue","is_list":false,"name":"yAxisUnitAfterNumber","optional":true,"rank":19,"value":"text"},"AIv":{"caption":"Y Axis - Max Value","editor":"DynamicValue","name":"yMaxNum","optional":true,"rank":17,"value":"number"},"AIw":{"caption":"Y Axis - Min Value","editor":"DynamicValue","name":"yMinNum","optional":true,"rank":16,"value":"number"},"AIx":{"caption":"Show/Hide Legend","editor":"Dropdown","name":"showLegend","rank":11,"value":"text","default_val":"Top"},"AJF":{"caption":"Show Y Tick Labels?","name":"show_y_tick_labels","rank":21,"editor":"DynamicValue","value":"boolean","default_val":true},"AJG":{"caption":"Show X Tick Labels?","name":"show_x_tick_labels","rank":20,"editor":"DynamicValue","value":"boolean","default_val":true},"AJH":{"caption":"------------------- Axis and Gridline Settings -------------------","name":"axis_and_gridline_settings","rank":15,"editor":"Label"},"AJI":{"caption":"----------------------------- Chart Data -----------------------------","name":"-------------------_series_values_(can_also_add_infinite_series_via_action)_-------------------","rank":0,"editor":"Label"},"AJJ":{"caption":"------------------------- General Settings -------------------------","name":"-------------------_main_fields_-------------------","rank":9,"editor":"Label"},"AJK":{"caption":"X Zero Line Width","name":"x_zero_line_width","rank":28,"editor":"DynamicValue","value":"number","default_val":1},"AJL":{"caption":"Y Zero Line Width","name":"y_zero_line_width","rank":29,"editor":"DynamicValue","value":"number","default_val":1},"AJM":{"caption":"X = Zero Line Color","name":"x_zero_line_color","rank":30,"editor":"Color","default_val":"rgba(224, 224, 224, 1)"},"AJN":{"caption":"Y = Zero Line Color","name":"y_zero_line_color","rank":31,"editor":"Color","default_val":"rgba(224, 224, 224, 1)"},"AJO":{"caption":"Vert Gridlines Color","name":"vert_gridlines_color","rank":24,"editor":"Color","default_val":"rgba(224, 224, 224, 1)"},"AJP":{"caption":"Horiz Gridlines Color","name":"horiz_gridlines_color","rank":25,"editor":"Color","default_val":"rgba(224, 224, 224, 1)"},"AJQ":{"caption":"Boxplot Border Width","name":"border_width","rank":35,"editor":"DynamicValue","value":"number","default_val":3},"AJV":{"caption":"Thousands Separator","name":"thousands_separator","rank":13,"editor":"DynamicValue","value":"text","default_val":",","optional":true},"AJW":{"caption":"Horiz. Dash Gridlines","name":"horizontal_dashed_gridlines","rank":26,"editor":"DynamicValue","value":"boolean","default_val":false},"AJX":{"caption":"Vert. Dash Gridlines","name":"vertical_dashed_gridlines","rank":27,"editor":"DynamicValue","value":"boolean","default_val":false},"AJe":{"caption":"Custom Tooltip ID","name":"custom_tooltip_id","rank":14,"editor":"DynamicValue","value":"text","optional":true},"AJj":{"caption":"--------------------- Boxplot Style Settings ---------------------","name":"---------------------------Line---------------------------","rank":34,"editor":"Label"},"AJl":{"caption":"Boxplot Width","name":"bar_width","rank":36,"editor":"DynamicValue","value":"number","default_val":0.7},"AJm":{"caption":"Category Width","name":"category_width","rank":37,"editor":"DynamicValue","value":"number","default_val":0.8},"AKD":{"caption":"Chart Type","name":"chart_type_boxplot","rank":10,"editor":"Dropdown","value":"text","default_val":"Boxplot"},"AKn":{"caption":"Max X Ticks","name":"max_x_ticks","rank":32,"editor":"DynamicValue","value":"number","default_val":11},"AKo":{"caption":"Max Y Ticks","name":"max_y_ticks","rank":33,"editor":"DynamicValue","value":"number","default_val":11},"AVp":{"caption":"Tick Label Color","name":"tick_label_color","rank":22,"editor":"Color","default_val":"rgba(174, 185, 194, 1)"},"AVq":{"caption":"Tick Label Font Size","name":"tick_label_font_size","rank":23,"editor":"DynamicValue","value":"number","default_val":12},"AXE":{"caption":"Series 2 - Name","name":"series2name","rank":5,"editor":"DynamicValue","value":"text","optional":false,"default_val":"Series 2"},"AXF":{"caption":"Series 2 - Color","name":"series2color","rank":6,"editor":"Color","default_val":"rgba(0, 200, 81, 1)"},"AXG":{"caption":"Series 2 - Y-Values (SEMI-COLON-separated numbers)","name":"series2","rank":7,"editor":"DynamicValue","value":"text","optional":true},"AXH":{"caption":"ℹ️ Add more series to the chart using the workflow action called \"Add/update a data series\"","name":"***_if_you_need_to_add_more_series_to_the_chart,_you_can_add_infinite_series_via_workflow_actions","rank":8,"editor":"Label"},"AZh":{"caption":"Legend Color Style","name":"legend_color_style","rank":12,"editor":"Dropdown","default_val":"Circle"}},"states":{"AJn":{"caption":"Clicked Item X Value","initialization_code":{"fn":"function(properties,context){}"},"name":"clicked_item_x_value","value":"text"},"AJo":{"caption":"Clicked Item Y Value","name":"clicked_item_y_value","value":"number","initialization_code":{"fn":"function(properties,context){}"}},"AJp":{"caption":"Clicked Item Series Name","name":"clicked_item_series_name","value":"text","initialization_code":{"fn":"function(properties,context){}"}},"AJq":{"caption":"Hovered Item X Value","name":"hovered_item_x_value","value":"text","initialization_code":{"fn":"function(properties,context){}"}},"AJr":{"caption":"Hovered Item Y Min","name":"hovered_item_y_min","value":"number","initialization_code":{"fn":"function(properties,context){}"}},"AJs":{"caption":"Hovered Item Series Name","name":"hovered_item_series_name","value":"text","initialization_code":{"fn":"function(properties,context){}"}},"AJt":{"caption":"Hovered Item Series Color","name":"hovered_item_series_color","value":"text","initialization_code":{"fn":"function(properties,context){}"}},"AJu":{"caption":"Clicked Item Series Color","name":"clicked_item_series_color","value":"text","initialization_code":{"fn":"function(properties,context){}"}},"AJv":{"caption":"Clicked Item Other Series Values","name":"click_item_other_series_values","value":"number","initialization_code":{"fn":"function(properties,context){}"},"is_list":true},"AJw":{"caption":"Clicked Item Other Series Colors","name":"clicked_item_other_series_colors","value":"text","initialization_code":{"fn":"function(properties,context){}"},"is_list":true},"AJx":{"caption":"Clicked Item Other Series Names","name":"clicked_item_other_series_names","value":"text","initialization_code":{"fn":"function(properties,context){}"},"is_list":true},"AJy":{"caption":"Hovered Item Other Series Values","name":"hovered_item_other_series_values","value":"number","initialization_code":{"fn":"function(properties,context){}"},"is_list":true},"AJz":{"caption":"Hovered Item Other Series Colors","name":"hovered_item_other_series_colors","value":"text","initialization_code":{"fn":"function(properties,context){}"},"is_list":true},"AKA":{"caption":"Hovered Item Other Series Names","name":"hovered_item_other_series_names","value":"text","initialization_code":{"fn":"function(properties,context){}"},"is_list":true},"AKE":{"caption":"Hovered Item Y Q1","name":"hovered_item_y_q1","value":"number","initialization_code":{"fn":"function(properties,context){}"}},"AKF":{"caption":"Hovered Item Y Median","name":"hovered_item_y_median","value":"number","initialization_code":{"fn":"function(properties,context){}"}},"AKG":{"caption":"Hovered Item Y Q3","name":"hovered_item_y_q3","value":"number","initialization_code":{"fn":"function(properties,context){}"}},"AKH":{"caption":"Hovered Item Y Max","name":"hovered_item_y_max","value":"number","initialization_code":{"fn":"function(properties,context){}"}}},"events":{"AIg":{"caption":"Chart Value Clicked","name":"chart_value_clicked"},"AIh":{"caption":"Chart Value Hovered","name":"chart_value_hovered"}},"actions":{"AIZ":{"caption":"Add a Data Series","code":{"fn":"function(instance,properties,context){let numAttempts=0;function mainAddSeries(){if(numAttempts>15)console.log(\"The Chart you are trying to update is not visible on the page\");else{if(!instance.data.chart)return numAttempts++,void setTimeout(mainAddSeries,750);addSeries()}function addSeries(){if(instance.data.convertStringToArrayOfArrays){let newSeries=instance.data.convertStringToArrayOfArrays(properties.yValues);instance.data.pushDataset(properties.series_name,newSeries,properties.series_color),instance.data.updateChartDatasets(),instance.data.chart.update()}else setTimeout(addSeries,1500)}}mainAddSeries()}"},"fields":{"AIa":{"caption":"Series Name","name":"series_name","rank":0,"editor":"DynamicValue","value":"text"},"AIb":{"caption":"Series Color","name":"series_color","rank":1,"editor":"Color","default_val":"rgba(51, 181, 229, 1)"},"AIc":{"caption":"Series Y Values","name":"yValues","rank":2,"editor":"DynamicValue","value":"text"}}},"AIe":{"caption":"Remove a Data Series","code":{"fn":"function(instance,properties,context){if(instance.data.chart){let foundSeries=instance.data.chart.data.datasets.find((element=>element.label==properties.data_series_name));null!=foundSeries&&(instance.data.datasets.splice(instance.data.datasets.indexOf(foundSeries),1),instance.data.updateChartDatasets()),instance.data.chart.update()}else console.log(\"The Chart you are trying to update is not visible on the page\")}"},"fields":{"AIf":{"caption":"Data Series Name","name":"data_series_name","rank":0,"editor":"DynamicValue","value":"text"}}}},"code":{"initialize":{"fn":"function(instance,context){function forceUpdate(){document.getElementById(instance.data.custom_tooltip_id)&&(document.getElementById(instance.data.custom_tooltip_id).style.display=\"none\")}instance.data.uniqueChartId=\"chartcanvas\"+Math.floor(1e5*Math.random()).toString(),instance.data.chartCanvasCopy=\"<div id='chartContainer\"+instance.data.uniqueChartId+\"' class='chart-container' style='position: relative; height: 1px; width: 1px'><canvas id='\"+instance.data.uniqueChartId+\"'></canvas></div>\",instance.canvas.append(instance.data.chartCanvasCopy),instance.data.chartcanvas2=document.getElementById(instance.data.uniqueChartId),instance.data.ctxChartState=instance.data.chartcanvas2.getContext(\"2d\"),instance.data.datasets=[],setTimeout(forceUpdate,200)}"},"update":{"fn":"function(instance,properties,context){Chart.plugins.unregister(ChartDataLabels);var script=document.createElement(\"script\");script.src=\"https://af00c93a98211fa1501b50d783d187db.cdn.bubble.io/f1626696512600x242171415776436740/bpcharts232.js\",script.addEventListener(\"load\",(function(){null!=properties.custom_tooltip_id&&(instance.data.custom_tooltip_id=properties.custom_tooltip_id);let chartType=properties.chart_type_boxplot.toLowerCase();function reduceOpacity(originalRGBAColor){const rgbaValues=originalRGBAColor.match(/\\d+(\\.\\d+)?/g),r=undefined,g=undefined,b=undefined,a=undefined,newA=undefined,newRgbaColor=undefined;return`rgba(${parseInt(rgbaValues[0],10)},${parseInt(rgbaValues[1],10)},${parseInt(rgbaValues[2],10)},${.5*parseFloat(rgbaValues[3])})`}if(\"horizontal boxplot\"==chartType&&(chartType=\"horizontalBoxplot\"),$(document).on(\"mousemove\",(function(e){let divHeight=$(\"#\"+properties.custom_tooltip_id).height();$(\"#\"+properties.custom_tooltip_id).css({position:\"fixed\",left:e.clientX+12,top:e.clientY-divHeight/2,zIndex:1e21})})),instance.data.ctxChartState){$(\"#\"+instance.data.uniqueChartId).remove();var canvas3=instance.data.chartCanvasCopy;instance.canvas.append(canvas3);var chartcanvas2=document.getElementById(instance.data.uniqueChartId);instance.data.ctxChartState=chartcanvas2.getContext(\"2d\")}var chartcanvas=document.getElementById(instance.data.uniqueChartId);instance.data.mainChartCanvas=chartcanvas;var ctxchart=chartcanvas.getContext(\"2d\");let legendState,showLegend;function createDataArray(xString){let outputArray,xArray;return null!=xString&&(xArray=xString.split(\",\")),xArray}\"Don't Show Legend\"==properties.showLegend?showLegend=!1:(legendState=properties.showLegend.toLowerCase(),showLegend=!0),instance.data.createDataArray=createDataArray;let listofxvalues,arrayofxvalues=createDataArray(properties.xvalues),chartLabelsOn,series1array,series2array;function convertStringToArrayOfArrays(str){var arr=str.split(\";\").map((function(item){return item.trim()})),seriesArray=[];return $.each(arr,(function(k,v){var a=v.split(\",\").map((function(item){return parseFloat(item.trim(),10)}));seriesArray.push(a)})),seriesArray}properties.show_data_labels&&[ChartDataLabels]&&(chartLabelsOn=[ChartDataLabels]),instance.data.convertStringToArrayOfArrays=convertStringToArrayOfArrays,properties.series1&&(series1array=convertStringToArrayOfArrays(properties.series1)),properties.series2&&(series2array=convertStringToArrayOfArrays(properties.series2)),instance.data.horizontalGridlineColor=properties.horiz_gridlines_color,instance.data.verticalGridlineColor=properties.vert_gridlines_color;let horizDashed=[],vertDashed=[];properties.horizontal_dashed_gridlines&&(horizDashed=[8,4]),properties.vertical_dashed_gridlines&&(vertDashed=[8,4]);let customTooltip=!1,tooltipBackgroundColor,tooltipTitleColor,tooltipBodyColor;null!=properties.custom_tooltip_id&&(customTooltip=!0),customTooltip?(tooltipBackgroundColor=\"rgba(0, 0, 0, 0)\",tooltipTitleColor=\"rgba(0, 0, 0, 0)\",tooltipBodyColor=\"rgba(0, 0, 0, 0)\"):(tooltipBackgroundColor=\"rgba(0, 0, 0, 0.8)\",tooltipTitleColor=\"#FFFFFF\",tooltipBodyColor=\"#FFFFFF\");let boxplotData={labels:arrayofxvalues,datasets:[]};instance.data.boxplotData=boxplotData;var chart=new Chart(instance.data.ctxChartState,{plugins:chartLabelsOn,type:chartType,data:boxplotData,options:{plugins:{crosshair:!1},responsive:!0,maintainAspectRatio:!1,legend:{display:showLegend,position:legendState,labels:{usePointStyle:\"Circle\"==properties.legend_color_style,fontColor:properties.tick_label_color,fontSize:properties.tick_label_font_size,fontFamily:properties.bubble.font_face().includes(\"font_default\")?\"Poppins\":properties.bubble.font_face().split(\":\")[0]}},onHover:function(event,elements){$(\"#\"+instance.data.uniqueChartId).css(\"cursor\",elements[0]?\"pointer\":\"default\"),customTooltip&&null!=document.getElementById(properties.custom_tooltip_id)&&elements[0]?($(\"#\"+properties.custom_tooltip_id).fadeIn(250),document.getElementById(properties.custom_tooltip_id).style.zIndex=\"1000000000000000000000\"):$(\"#\"+properties.custom_tooltip_id).fadeOut(100)},scales:{yAxes:[{gridLines:{borderDash:horizDashed,drawBorder:!1,color:instance.data.horizontalGridlineColor,zeroLineColor:properties.y_zero_line_color,zeroLineWidth:properties.y_zero_line_width,tickMarkLength:0},ticks:{maxTicksLimit:properties.max_y_ticks,padding:7,display:properties.show_y_tick_labels,fontColor:properties.tick_label_color,fontSize:properties.tick_label_font_size,fontFamily:properties.bubble.font_face().includes(\"font_default\")?\"Poppins\":properties.bubble.font_face().split(\":\")[0],callback:function(value,index,values){let yLabel=value,originalYLabel=value;return value<1&&value>-1&&0!=value&&(yLabel=value.toPrecision(1)),value>1&&value<2&&(yLabel=value.toPrecision(2)),yLabel=yLabel.toString(),null!=properties.thousands_separator&&(yLabel=yLabel.replace(/\\B(?=(\\d{3})+(?!\\d))/g,properties.thousands_separator)),properties.yAxisUnitBeforeNumber&&(yLabel=properties.yAxisUnitBeforeNumber+yLabel),properties.yAxisUnitAfterNumber&&(yLabel+=properties.yAxisUnitAfterNumber),yLabel}}}],xAxes:[{gridLines:{borderDash:vertDashed,drawBorder:!1,color:instance.data.verticalGridlineColor,zeroLineColor:properties.x_zero_line_color,tickMarkLength:0,zeroLineWidth:properties.x_zero_line_width},ticks:{maxTicksLimit:properties.max_x_ticks,padding:7,display:properties.show_x_tick_labels,fontColor:properties.tick_label_color,fontFamily:properties.bubble.font_face().includes(\"font_default\")?\"Poppins\":properties.bubble.font_face().split(\":\")[0],fontSize:properties.tick_label_font_size,callback:function(value,index,values){let originalXLabel=value,xLabel=value;return value<1&&value>-1&&0!=value&&(xLabel=value.toPrecision(1)),value>1&&value<2&&(xLabel=value.toPrecision(2)),xLabel=xLabel.toString(),null!=properties.thousands_separator&&(xLabel=xLabel.replace(/\\B(?=(\\d{3})+(?!\\d))/g,properties.thousands_separator)),properties.yAxisUnitBeforeNumber&&(xLabel=properties.yAxisUnitBeforeNumber+xLabel),properties.yAxisUnitAfterNumber&&(xLabel+=properties.yAxisUnitAfterNumber),\"horizontalBar\"==chartType?xLabel:originalXLabel}}}]},tooltips:{displayColors:!customTooltip,backgroundColor:tooltipBackgroundColor,titleFontColor:tooltipTitleColor,bodyFontColor:tooltipBodyColor,titleFontFamily:properties.bubble.font_face().includes(\"font_default\")?\"Poppins\":properties.bubble.font_face().split(\":\")[0],bodyFontFamily:properties.bubble.font_face().includes(\"font_default\")?\"Poppins\":properties.bubble.font_face().split(\":\")[0],callbacks:{boxplotLabel:function(item,data,stats,hoveredOutlierIndex){let label=\"\";return label+=data.datasets[item.datasetIndex].label,label+=\": \",label+=item.label,instance.publishState(\"hovered_item_x_value\",item.label),instance.publishState(\"hovered_item_series_name\",data.datasets[item.datasetIndex].label),instance.publishState(\"hovered_item_y_min\",stats.min),instance.publishState(\"hovered_item_y_q1\",stats.q1),instance.publishState(\"hovered_item_y_median\",stats.median),instance.publishState(\"hovered_item_y_q3\",stats.q3),instance.publishState(\"hovered_item_y_max\",stats.max),instance.publishState(\"hovered_item_series_color\",data.datasets[item.datasetIndex].borderColor),label+=\" (Min: \"+stats.min+\", Q1: \"+stats.q1+\", Median: \"+stats.median+\", Q3: \"+stats.q3+\", Max: \"+stats.max,label}}}}});function pushDataset(dataLabel,newData,newColor){let chart_type=properties.chart_type,customType,myDataset={data:newData,label:dataLabel,backgroundColor:reduceOpacity(newColor),borderWidth:properties.border_width,borderColor:newColor,pointBorderColor:\"#FFFFFF\",pointBorderWidth:1,pointRadius:properties.line_point_radius,pointHoverRadius:1.3*properties.line_point_radius,pointHitRadius:5,barPercentage:properties.bar_width,categoryPercentage:properties.category_width,datalabels:{color:function(value){return value=\"Default (Same as Series Color)\"!=properties.font_color_setting?properties.datalabel_font_color:newColor},align:\"end\",font:{family:properties.bubble.font_face().includes(\"font_default\")?\"Poppins\":properties.bubble.font_face().split(\":\")[0],size:properties.datalabel_size,weight:\"bold\"},anchor:properties.datalabel_anchor,formatter:function(value){let commaValue;return null!=properties.thousands_separator&&(commaValue=value.replace(/\\B(?=(\\d{3})+(?!\\d))/g,properties.thousands_separator)),properties.data_labels_unit_before&&(commaValue=properties.data_labels_unit_before+commaValue),properties.data_labels_unit_after&&(commaValue+=properties.data_labels_unit_after),commaValue},offset:properties.datalabel_offset,display:!0,borderWidth:\"1\",borderRadius:\"3\",borderColor:function(value){return value=\"rgba(0, 0, 0, 0)\"},backgroundColor:function(value){return value=properties.datalabel_background_color},padding:\"1\"}};if(instance.data.datasets.find((element=>element.label==dataLabel))){let foundSeries=instance.data.datasets.find((element=>element.label==dataLabel));null!=foundSeries&&instance.data.datasets.splice(instance.data.datasets.indexOf(foundSeries),1)}instance.data.datasets.push(myDataset)}function removeOldSeriesProperty(seriesName){let foundSeries_originalproperty=instance.data.datasets.find((element=>element.label==seriesName));null!=foundSeries_originalproperty&&instance.data.datasets.splice(instance.data.datasets.indexOf(foundSeries_originalproperty),1)}function updateChartDatasets(){let i;for(chart.data.datasets=[],i=0;i<instance.data.datasets.length;i++)chart.data.datasets.push(instance.data.datasets[i]),console.log(i),console.log(instance.data.datasets[i].borderColor),instance.data.datasets[i].backgroundColor=reduceOpacity(instance.data.datasets[i].borderColor)}instance.data.chartType=chartType,\"horizontalBoxplot\"!=chartType?(null!=properties.yMaxNum&&(chart.options.scales.yAxes[0].ticks.max=properties.yMaxNum),null!=properties.yMinNum&&(chart.options.scales.yAxes[0].ticks.min=properties.yMinNum)):(null!=properties.yMaxNum&&(chart.options.scales.xAxes[0].ticks.max=properties.yMaxNum),null!=properties.yMinNum&&(chart.options.scales.xAxes[0].ticks.min=properties.yMinNum)),instance.data.pushDataset=pushDataset,properties.series1&&(removeOldSeriesProperty(instance.data.series1_oldname),pushDataset(properties.series1name,series1array,properties.series1color),instance.data.series1_oldname=properties.series1name),properties.series2&&(removeOldSeriesProperty(instance.data.series2_oldname),pushDataset(properties.series2name,series2array,properties.series2color),instance.data.series2_oldname=properties.series2name),instance.data.updateChartDatasets=updateChartDatasets,updateChartDatasets(),document.getElementById(instance.data.uniqueChartId).onclick=function(evt){var activePoint=chart.getElementAtEvent(evt);if(activePoint.length>0){var clickedDatasetIndex=activePoint[0]._datasetIndex,clickedElementindex=activePoint[0]._index,label=chart.data.labels[clickedElementindex],value=chart.data.datasets[clickedDatasetIndex].data[clickedElementindex],series_name=chart.data.datasets[clickedDatasetIndex].label,series_color=activePoint[0]._model.backgroundColor;instance.publishState(\"clicked_item_x_value\",label),instance.publishState(\"clicked_item_y_value\",value),instance.publishState(\"clicked_item_series_name\",series_name),instance.publishState(\"clicked_item_series_color\",series_color);let remainingSeriesObjects=chart.data.datasets.slice();remainingSeriesObjects.splice(clickedDatasetIndex,1);let remainingSeriesValues=remainingSeriesObjects.map((a=>a.data[clickedElementindex]));instance.publishState(\"click_item_other_series_values\",remainingSeriesValues);let remainingSeriesColors=remainingSeriesObjects.map((a=>a.borderColor));instance.publishState(\"clicked_item_other_series_colors\",remainingSeriesColors);let remainingSeriesNames=remainingSeriesObjects.map((a=>a.label));instance.publishState(\"clicked_item_other_series_names\",remainingSeriesNames)}else null!=document.getElementById(properties.custom_tooltip_id)&&$(\"#\"+properties.custom_tooltip_id).fadeOut(100);label&&value&&series_name&&instance.triggerEvent(\"chart_value_clicked\",(function(err){}))};var chartContainer=document.getElementById(\"chartContainer\"+instance.data.uniqueChartId);chartContainer.parentNode.removeChild(chartContainer),(chartContainer=document.getElementById(\"chartContainer\"+instance.data.uniqueChartId)).style.height=properties.bubble.height().toString()+\"px\",chartContainer.style.width=properties.bubble.width().toString()+\"px\",instance.data.chartcanvas2.height=properties.bubble.height(),instance.data.chartcanvas2.width=properties.bubble.width(),instance.data.chartcanvas2.style.height=properties.bubble.height().toString()+\"px\",instance.data.chartcanvas2.style.width=properties.bubble.width().toString()+\"px\",instance.data.height=properties.bubble.height(),instance.data.mainChartCanvas.style.borderRadius=properties.bubble.border_roundness(),instance.data.lineWidth=properties.border_width,instance.data.chart=chart,chart.update()})),document.head.appendChild(script)}"},"reset":{"fn":"function(instance,context){}"},"preview":{"fn":"function(instance, properties) {\n    \n    // Create a wrapper div and set its style\n    var wrapper = document.createElement('div');\n    wrapper.style.position = 'fixed';\n    wrapper.style.top = '0';\n    wrapper.style.left = '0';\n    wrapper.style.width = '100%';\n    wrapper.style.height = '100%';\n    wrapper.style.backgroundColor = '#EAEAEE';\n    wrapper.style.border = '1px solid #BEBEC3'; // Add a border with color #BEBEC3\n    wrapper.style.boxSizing = 'border-box'; // Include the border in the width and height calculation\n    \n    // Append the wrapper to the body\n    document.body.appendChild(wrapper);\n    \n    // Create a container div and set its style\n    var container = document.createElement('div');\n    container.style.position = 'absolute';\n    container.style.top = '0';\n    container.style.left = '0';\n    container.style.width = '100%';\n    container.style.height = '100%';\n    container.style.display = 'flex';\n    container.style.flexDirection = 'column'; // Stack items vertically\n    container.style.justifyContent = 'center';\n    container.style.alignItems = 'center';\n\n    // Create a text element and set its style\n    var textElement = document.createElement('p');\n    textElement.innerText = 'Boxplot Chart';\n    textElement.style.fontFamily = 'Poppins, sans-serif';\n    textElement.style.fontSize = '12px';\n    textElement.style.textAlign = 'center';\n    textElement.style.color = '#294C61';\n\n    // Append the text element to the container\n    container.appendChild(textElement);\n    \n    // Create a text element for the support message\n    var supportText = document.createElement('p');\n    supportText.innerHTML = 'Email <strong>support@techblocksco.com</strong> to report any issues';\n    supportText.style.fontFamily = 'Poppins, sans-serif';\n    supportText.style.fontSize = '12px';\n    supportText.style.textAlign = 'center';\n    supportText.style.color = '#294C61';\n    supportText.style.marginTop = '10px'; // Add some spacing between the two text elements\n\n    // Append the support message to the container\n    container.appendChild(supportText);\n    \n    // Append the container to the body\n    document.body.appendChild(container);\n}\n"}},"platform_type":"web"},"ANb":{"display":"Chart - Candlestick/OHLC","property_applications":{"MinWidth":true,"resizable":true,"Font":true,"Border":true},"add_is_visible":true,"support_autobinding":false,"has_reset_fn":false,"fields":{"AMi":{"caption":"Series 1 - X-Values (comma-separated numbers)","default_val":"1, 2, 3","editor":"DynamicValue","is_list":false,"name":"series1xvalues","rank":35,"value":"text"},"AMj":{"caption":"Open (comma-separated numbers)","default_val":"3, 5, 4","editor":"DynamicValue","name":"series1openvalues","rank":36,"value":"text"},"AMk":{"caption":"Up Color","default_val":"rgba(0, 200, 81, 1)","editor":"Color","name":"up_color","rank":32},"AMl":{"caption":"Series - Name","default_val":"Series 1","editor":"DynamicValue","name":"series1name","rank":31,"value":"text"},"AMm":{"caption":"Y Unit - Before","editor":"DynamicValue","name":"yAxisUnitBeforeNumber","optional":true,"rank":15,"value":"text"},"AMn":{"caption":"Y Unit - After","editor":"DynamicValue","is_list":false,"name":"yAxisUnitAfterNumber","optional":true,"rank":16,"value":"text"},"AMo":{"caption":"Y Axis - Max Value","editor":"DynamicValue","name":"yMaxNum","optional":true,"rank":8,"value":"number"},"AMp":{"caption":"Y Axis - Min Value","editor":"DynamicValue","name":"yMinNum","optional":true,"rank":7,"value":"number"},"AMq":{"caption":"Show/Hide Legend","editor":"Dropdown","name":"showLegend","rank":2,"value":"text","default_val":"Don't Show Legend"},"AMt":{"caption":"Show Y Tick Labels?","name":"show_y_tick_labels","rank":18,"editor":"DynamicValue","value":"boolean","default_val":true},"AMu":{"caption":"Show X Tick Labels","name":"show_x_tick_labels","rank":17,"editor":"DynamicValue","value":"boolean","default_val":true},"AMv":{"caption":"X Axis - Min Value","name":"xMinNum","rank":9,"editor":"DynamicValue","value":"number","optional":true},"AMw":{"caption":"X Axis - Max Value","name":"xMaxNum","rank":10,"editor":"DynamicValue","value":"number","optional":true},"AMx":{"caption":"X Unit - Before","name":"xAxisUnitBeforeNumber","rank":13,"editor":"DynamicValue","value":"text","optional":true},"AMy":{"caption":"X Unit - After","name":"xAxisUnitAfterNumber","rank":14,"editor":"DynamicValue","value":"text","optional":true},"AMz":{"caption":"To add more dataset series, go to your workflow tab and choose the \"Add a Data Series Scatter/PointChart\" action!","name":"to_add_more_dataset_series,_go_to_your_workflow_tab_and_choose_the_\"add_a_data_series_scatter/pointchart\"_action!","rank":40,"editor":"Label"},"ANA":{"caption":"-------------------------- Data Series Values --------------------------- (You can also add infinite series via workflows) -----","name":"--------------------------_data_series_values_---------------------------_(you_can_also_add_infinite_series_via_workflows)_-----","rank":30,"editor":"Label"},"ANB":{"caption":"------------------------- General Settings -------------------------","name":"-------------------------_general_settings_-------------------------","rank":0,"editor":"Label"},"ANC":{"caption":"Thousands Separator","name":"thousands_separator","rank":3,"editor":"DynamicValue","value":"text","default_val":",","optional":true},"AND":{"caption":"Point Border Width","name":"point_border_width","rank":5,"editor":"DynamicValue","value":"number","default_val":1},"ANG":{"caption":"Horiz. Dashed Gridlines?","name":"horizontal_dashed_gridlines","rank":20,"editor":"DynamicValue","value":"boolean","default_val":false},"ANH":{"caption":"Vert. Dashed Gridlines?","name":"vertical_dashed_gridlines","rank":21,"editor":"DynamicValue","value":"boolean","default_val":false},"ANI":{"caption":"Close (comma-separated list)","name":"series1closevalues","rank":37,"editor":"DynamicValue","value":"text","default_val":"10, 5, 20"},"ANJ":{"caption":"Custom Tooltip HTML ID","name":"custom_tooltip_id","rank":4,"editor":"DynamicValue","value":"text","optional":true},"ANK":{"caption":"------------------------------- Axes Settings -------------------------","name":"--------------------------_axes_and_gridline_settings_---------------------_(you_can_also_add_infinite_series_via_workflows)_-----","rank":6,"editor":"Label"},"ANL":{"caption":"Horiz. Gridline Color","name":"horiz_gridline_color","rank":22,"editor":"Color","default_val":"rgba(224, 224, 224, 1)"},"ANM":{"caption":"Vert Gridline Color","name":"vert_gridline_color","rank":23,"editor":"Color","default_val":"rgba(224, 224, 224, 1)"},"ANN":{"caption":"----------------------------- Gridline Settings -----------------------","name":"-----------------------------Gridline----------------------","rank":19,"editor":"Label"},"ANO":{"caption":"X = 0 Line Color","name":"horiz_zero_line_color","rank":24,"editor":"Color","default_val":"rgba(224, 224, 224, 1)"},"ANP":{"caption":"Y = 0 Line Color","name":"vert_zero_line_color","rank":25,"editor":"Color","default_val":"rgba(224, 224, 224, 1)"},"ANQ":{"caption":"Max X Ticks","name":"max_x_ticks","rank":26,"editor":"DynamicValue","value":"number","default_val":11},"ANR":{"caption":"Max Y Ticks","name":"max_y_ticks","rank":27,"editor":"DynamicValue","value":"number","default_val":11},"ANc":{"caption":"High (comma-separated list)","name":"series1highvalues","rank":38,"editor":"DynamicValue","value":"text","default_val":"12, 20, 50"},"ANd":{"caption":"Low (comma-separated list)","name":"series1lowvalues","rank":39,"editor":"DynamicValue","value":"text","default_val":"1, 2, 3"},"ANe":{"caption":"Down Color","name":"down_color","rank":33,"editor":"Color","default_val":"rgba(255, 94, 94, 1)"},"ANf":{"caption":"Unchanged Color","name":"unchanged_color","rank":34,"editor":"Color","default_val":"rgba(173, 173, 173, 1)"},"ANg":{"caption":"Chart Type","name":"chart_type","rank":1,"editor":"Dropdown","default_val":"candlestick"},"ANh":{"caption":"X Axis - Date Format","name":"x_axis_date_format","rank":12,"editor":"DynamicValue","value":"text","default_val":"h:mma LLL d, yyyy"},"AVr":{"caption":"Tick Label Color","name":"tick_label_color","rank":28,"editor":"Color","default_val":"rgba(174, 185, 194, 1)"},"AVs":{"caption":"Tick Label Font Size","name":"tick_label_font_size","rank":29,"editor":"DynamicValue","value":"number","default_val":12},"AWc":{"caption":"X Axis Equal Spacing","name":"x_axis_equal_spacing","rank":11,"editor":"DynamicValue","value":"boolean","default_val":false}},"states":{"ANS":{"caption":"Clicked Item X Value","initialization_code":{"fn":"function(properties,context){}"},"name":"clicked_item_x_value","value":"date"},"ANT":{"caption":"Clicked Item Y Value","name":"clicked_item_y_value","value":"number","initialization_code":{"fn":"function(properties,context){}"}},"ANU":{"caption":"Clicked Item Series Name","name":"clicked_item_series_name","value":"text","initialization_code":{"fn":"function(properties,context){}"}},"ANV":{"caption":"Clicked Item Radius Value","name":"clicked_item_radius_value","value":"number","initialization_code":{"fn":"function(properties,context){}"}},"ANW":{"caption":"Hovered Item X Value","name":"hovered_item_x_value","value":"date","initialization_code":{"fn":"function(properties,context){}"}},"ANX":{"caption":"Hovered item Open Value","name":"hovered_item_open_value","value":"number","initialization_code":{"fn":"function(properties,context){}"}},"ANY":{"caption":"Hovered Item High Value","name":"hovered_item_high_value","value":"number","initialization_code":{"fn":"function(properties,context){}"}},"ANZ":{"caption":"Hovered Item Series Name","name":"hovered_item_series_name","value":"text","initialization_code":{"fn":"function(properties,context){}"}},"ANa":{"caption":"Hovered Item Series Color","name":"hovered_item_series_color","value":"text","initialization_code":{"fn":"function(properties,context){}"}},"AWf":{"caption":"Hovered Item Low Value","name":"hovered_item_low_value","value":"number","initialization_code":{"fn":"function(properties,context){}"}},"AWg":{"caption":"Hovered Item Close Value","name":"hovered_item_close_value","value":"number","initialization_code":{"fn":"function(properties,context){}"}}},"events":{"AMh":{"caption":"Chart Value Clicked","name":"chart_value_clicked"}},"actions":{"AMX":{"caption":"Add a Data Series","code":{"fn":"function(instance,properties,context){if(instance.data.chart){function addSeries(){let seriesArray=[];instance.data.createPointArray(properties.xValues,properties.yValues,properties.radiusValues,seriesArray),instance.data.pushDataset(properties.series_name,seriesArray,properties.series_color,properties.point_border_color,properties.point_style,properties.point_radius),instance.data.updateChartDatasets(),instance.data.chart.update()}instance.data.createPointArray?addSeries():setTimeout(addSeries,1500)}else console.log(\"The Chart you are trying to update is not visible on the page\")}","add_debugger":false},"fields":{"AMY":{"caption":"Y-Values (comma-separated numbers)","name":"yValues","rank":5,"editor":"DynamicValue","value":"text"},"AMZ":{"caption":"X-Values (comma-separated numbers)","name":"xValues","rank":4,"editor":"DynamicValue","value":"text"},"AMa":{"caption":"Series Name","name":"series_name","rank":0,"editor":"DynamicValue","value":"text"},"AMb":{"caption":"Series Point Color","name":"series_color","rank":1,"editor":"Color","default_val":"rgba(51, 181, 229, 1)"},"AMc":{"caption":"Point Style","name":"point_style","rank":3,"editor":"Dropdown","default_val":"circle"},"AMd":{"caption":"Point Border Color","name":"point_border_color","rank":2,"editor":"Color","default_val":"rgba(51, 179, 230, 0.73)"},"AMe":{"caption":"Radius-Values (comma-separated numbers)","name":"radiusValues","rank":6,"editor":"DynamicValue","value":"text"}}},"AMf":{"caption":"Remove a Data Series","code":{"fn":"function(instance,properties,context){if(instance.data.chart){let foundSeries=instance.data.datasets.find((element=>element.label==properties.series_name));null!=foundSeries&&(instance.data.datasets.splice(instance.data.datasets.indexOf(foundSeries),1),instance.data.updateChartDatasets()),instance.data.chart.update()}else console.log(\"The Chart you are trying to update is not visible on the page\")}"},"fields":{"AMg":{"caption":"Series Name","name":"series_name","rank":0,"editor":"DynamicValue","value":"text"}}}},"code":{"initialize":{"fn":"function(instance,context){function updateChartDatasets(){let i;for(instance.data.chart.data.datasets=[],i=0;i<instance.data.datasets.length;i++)instance.data.chart.data.datasets.push(instance.data.datasets[i])}function forceUpdate(){document.getElementById(instance.data.custom_tooltip_id)&&(document.getElementById(instance.data.custom_tooltip_id).style.display=\"none\")}$(document).ready((function(){instance.data.uniqueChartId=\"chartcanvas\"+Math.floor(1e5*Math.random()).toString(),instance.data.chartCanvasCopy=\"<div id='chartContainer\"+instance.data.uniqueChartId+\"' class='chart-container' style='position: relative; height: 1px; width: 1px'><canvas id='\"+instance.data.uniqueChartId+\"'></canvas></div>\",instance.canvas.append(instance.data.chartCanvasCopy);var chartcanvas2=document.getElementById(instance.data.uniqueChartId);instance.data.ctxChartState=chartcanvas2.getContext(\"2d\")})),instance.data.datasets=[],instance.data.updateChartDatasets=updateChartDatasets,setTimeout(forceUpdate,200)}"},"update":{"fn":"function(instance,properties,context){Chart.plugins.unregister(ChartDataLabels),$(document).ready((function(){let openValuesArray=properties.series1openvalues.split(\", \"),closeValuesArray=properties.series1closevalues.split(\", \"),highValuesArray=properties.series1highvalues.split(\", \"),lowValuesArray=properties.series1lowvalues.split(\", \"),xTimeValuesArray=[16217424e5,16223472e5,1622952e6];properties.series1xvalues&&(xTimeValuesArray=properties.series1xvalues.split(\",\"));var barCount=openValuesArray.length;let horizDashedGridlines=[];properties.horizontal_dashed_gridlines&&(horizDashedGridlines=[8,4]);let vertDashedGridlines=[];properties.vertical_dashed_gridlines&&(vertDashedGridlines=[8,4]),null!=properties.custom_tooltip_id&&(instance.data.custom_tooltip_id=properties.custom_tooltip_id),$(document).on(\"mousemove\",(function(e){let divHeight=$(\"#\"+properties.custom_tooltip_id).height(),divWidth=$(\"#\"+properties.custom_tooltip_id).width(),xOffset=15,yOffset=divHeight/2;e.clientX+xOffset+divWidth>screen.width&&(xOffset=-1*(25+divWidth),0>e.clientX-(divWidth+25)&&e.clientY-divHeight/2>0&&(xOffset=divWidth/2*-1,yOffset=-15),screen.height<divHeight+e.clientY&&e.clientY-divHeight/2>0&&(xOffset=divWidth/2*-1,yOffset=divHeight+15)),e.clientY-divHeight/2<0&&(yOffset=0),$(\"#\"+properties.custom_tooltip_id).css({position:\"fixed\",left:e.clientX+xOffset,top:e.clientY-yOffset,zIndex:1e21})}));let customTooltip=!1;function addDataPoint(itemNum){return{x:parseInt(xTimeValuesArray[itemNum]),o:openValuesArray[itemNum],h:highValuesArray[itemNum],l:lowValuesArray[itemNum],c:closeValuesArray[itemNum]}}function getRandomData(count){var data=[addDataPoint(0)];let i=1;for(;data.length<count;)data.push(addDataPoint(i)),i++;return data}if(null!=properties.custom_tooltip_id&&(customTooltip=!0,$(\"#\"+properties.custom_tooltip_id).fadeOut(1)),instance.data.ctxChartState){$(\"#\"+instance.data.uniqueChartId).remove();var canvas3=instance.data.chartCanvasCopy;instance.canvas.append(canvas3);var chartcanvas2=document.getElementById(instance.data.uniqueChartId);instance.data.ctxChartState=chartcanvas2.getContext(\"2d\")}var chartcanvas,ctxchart=document.getElementById(instance.data.uniqueChartId).getContext(\"2d\"),chartContainer=document.getElementById(\"chartContainer\"+instance.data.uniqueChartId);chartContainer.parentNode.removeChild(chartContainer),chartContainer=document.getElementById(\"chartContainer\"+instance.data.uniqueChartId);let xAxisType=\"time\";properties.x_axis_equal_spacing&&(xAxisType=\"timeseries\"),chartContainer.style.height=properties.bubble.height().toString()+\"px\",chartContainer.style.width=properties.bubble.width().toString()+\"px\",instance.data.height=properties.bubble.height();var chart=new Chartv301(instance.data.ctxChartState,{type:properties.chart_type,data:{datasets:[{label:properties.series1name,data:getRandomData(barCount),color:{up:properties.up_color,down:properties.down_color,unchanged:properties.unchanged_color},borderColor:{up:properties.up_color,down:properties.down_color,unchanged:properties.unchanged_color}}]},options:{onHover:function(event,elements){for(let i=0;i<xTimeValuesArray.length;i++)event.x>=i*(event.chart.chartArea.width/xTimeValuesArray.length)&&event.x<(i+1)*(event.chart.chartArea.width/xTimeValuesArray.length)&&(instance.publishState(\"hovered_item_x_value\",event.chart._metasets[0]._parsed[i].x),instance.publishState(\"hovered_item_open_value\",event.chart._metasets[0]._parsed[i].o),instance.publishState(\"hovered_item_high_value\",event.chart._metasets[0]._parsed[i].h),instance.publishState(\"hovered_item_low_value\",event.chart._metasets[0]._parsed[i].l),instance.publishState(\"hovered_item_close_value\",event.chart._metasets[0]._parsed[i].c));\"mouseout\"!=event.type?customTooltip&&null!=document.getElementById(properties.custom_tooltip_id)&&($(\"#\"+properties.custom_tooltip_id).fadeIn(250),document.getElementById(properties.custom_tooltip_id).style.zIndex=\"1000000000000000000000\"):$(\"#\"+properties.custom_tooltip_id).fadeOut(100)},plugins:{tooltip:{enabled:!properties.custom_tooltip_id},legend:{display:!1}},maintainAspectRatio:!1,scales:{y:{grid:{display:properties.showHorizontalGridlines,color:properties.horiz_gridline_color,zeroLineColor:properties.horiz_gridline_color,tickMarkLength:0,borderDash:horizDashedGridlines},ticks:{maxTicksLimit:properties.max_y_ticks,display:properties.show_y_tick_labels,color:properties.tick_label_color,font:{size:properties.tick_label_font_size,family:properties.bubble.font_face().split(\":\")[0]},callback:function(value,index,values){let yLabel=value,originalYLabel=value;return value<1&&value>-1&&(yLabel=value.toPrecision(1)),value>1&&value<2&&(yLabel=value.toPrecision(2)),yLabel=yLabel.toString(),null!=properties.thousands_separator&&(yLabel=yLabel.replace(/\\B(?=(\\d{3})+(?!\\d))/g,properties.thousands_separator)),properties.yAxisUnitBeforeNumber&&(yLabel=properties.yAxisUnitBeforeNumber+yLabel),properties.yAxisUnitAfterNumber&&(yLabel+=properties.yAxisUnitAfterNumber),yLabel}}},x:{type:xAxisType,time:{displayFormats:{millisecond:properties.x_axis_date_format,second:properties.x_axis_date_format,minute:properties.x_axis_date_format,hour:properties.x_axis_date_format,day:properties.x_axis_date_format,week:properties.x_axis_date_format,month:properties.x_axis_date_format,quarter:properties.x_axis_date_format,year:properties.x_axis_date_format}},grid:{color:properties.vert_gridline_color,zeroLineColor:\"#E0E0E0\",tickMarkLength:0,borderDash:vertDashedGridlines},ticks:{maxTicksLimit:properties.max_x_ticks,padding:7,display:properties.show_x_tick_labels,color:properties.tick_label_color,font:{size:properties.tick_label_font_size,family:properties.bubble.font_face().split(\":\")[0]}}}}}});chart.update();var update=function(){var dataset=chart.config.data.datasets[0],scaleType=document.getElementById(\"scale-type\").value;chart.config.options.scales.y.type=scaleType,chart.update()}}))}"},"reset":{"fn":"function(instance,context){}"},"preview":{"fn":"function(instance, properties) {\n    \n    // Create a wrapper div and set its style\n    var wrapper = document.createElement('div');\n    wrapper.style.position = 'fixed';\n    wrapper.style.top = '0';\n    wrapper.style.left = '0';\n    wrapper.style.width = '100%';\n    wrapper.style.height = '100%';\n    wrapper.style.backgroundColor = '#EAEAEE';\n    wrapper.style.border = '1px solid #BEBEC3'; // Add a border with color #BEBEC3\n    wrapper.style.boxSizing = 'border-box'; // Include the border in the width and height calculation\n    \n    // Append the wrapper to the body\n    document.body.appendChild(wrapper);\n    \n    // Create a container div and set its style\n    var container = document.createElement('div');\n    container.style.position = 'absolute';\n    container.style.top = '0';\n    container.style.left = '0';\n    container.style.width = '100%';\n    container.style.height = '100%';\n    container.style.display = 'flex';\n    container.style.flexDirection = 'column'; // Stack items vertically\n    container.style.justifyContent = 'center';\n    container.style.alignItems = 'center';\n\n    // Create a text element and set its style\n    var textElement = document.createElement('p');\n    textElement.innerText = 'Candlestick/OHLC Chart';\n    textElement.style.fontFamily = 'Poppins, sans-serif';\n    textElement.style.fontSize = '12px';\n    textElement.style.textAlign = 'center';\n    textElement.style.color = '#294C61';\n\n    // Append the text element to the container\n    container.appendChild(textElement);\n    \n    // Create a text element for the support message\n    var supportText = document.createElement('p');\n    supportText.innerHTML = 'Email <strong>support@techblocksco.com</strong> to report any issues';\n    supportText.style.fontFamily = 'Poppins, sans-serif';\n    supportText.style.fontSize = '12px';\n    supportText.style.textAlign = 'center';\n    supportText.style.color = '#294C61';\n    supportText.style.marginTop = '10px'; // Add some spacing between the two text elements\n\n    // Append the support message to the container\n    container.appendChild(supportText);\n    \n    // Append the container to the body\n    document.body.appendChild(container);\n}\n"}},"platform_type":"web"},"AQJ":{"display":"Chart - Mixed Bar/Line/Area","property_applications":{"MinWidth":true,"resizable":true,"Font":true,"Border":true},"add_is_visible":true,"support_autobinding":false,"has_reset_fn":false,"fields":{"AOf":{"caption":"X Axis Values (comma-separated strings or #s)","default_val":"Mon, Tue, Wed, Thu, Fri","editor":"DynamicValue","is_list":false,"name":"xvalues","rank":2,"value":"text"},"AOg":{"caption":"Series 1 - y-values","default_val":"120, 260, 240, 310, 330","editor":"DynamicValue","name":"series1","rank":7,"value":"text","optional":true},"AOh":{"caption":"Series 2 - y-values","editor":"DynamicValue","is_list":false,"name":"series2","optional":true,"rank":13,"value":"text","default_val":"200, 210, 190, 240, 230"},"AOi":{"caption":"Series 3 - y-values","editor":"DynamicValue","name":"series3","optional":true,"rank":17,"value":"text"},"AOj":{"caption":"Series 1 - color","default_val":"rgba(0, 162, 255, 1)","editor":"Color","name":"series1color","rank":8},"AOk":{"caption":"Series 1 - name","default_val":"Series 1","editor":"DynamicValue","name":"series1name","rank":4,"value":"text"},"AOm":{"caption":"Series 2 - name","default_val":"Series 2","editor":"DynamicValue","name":"series2name","rank":9,"value":"text","optional":false},"AOn":{"caption":"Series 2 - color","default_val":"rgba(235, 235, 235, 1)","editor":"Color","name":"series2color","rank":12},"AOo":{"caption":"Series 3 - name","default_val":"Series 3","editor":"DynamicValue","name":"series3name","rank":14,"value":"text"},"AOp":{"caption":"Series 3 - color","default_val":"rgba(247, 183, 51, 1)","editor":"Color","name":"series3color","rank":18},"AOq":{"caption":"Y Axis \"A\" - Unit Before","editor":"DynamicValue","name":"yAxisUnitBeforeNumber","optional":true,"rank":64,"value":"text"},"AOr":{"caption":"Y Axis \"A\" - Unit After","editor":"DynamicValue","is_list":false,"name":"yAxisUnitAfterNumber","optional":true,"rank":65,"value":"text"},"AOs":{"caption":"Y Axis \"A\" - Max","editor":"DynamicValue","name":"yMaxNum","optional":true,"rank":62,"value":"number"},"AOt":{"caption":"Y Axis \"A\" - Min","editor":"DynamicValue","name":"yMinNum","optional":true,"rank":61,"value":"number"},"AOu":{"caption":"Show/Hide Legend","editor":"Dropdown","name":"showLegend","rank":36,"value":"text","default_val":"Top"},"AOv":{"caption":"Series 4 - name","default_val":"Series 4","editor":"DynamicValue","name":"series4name","optional":true,"rank":19,"value":"text"},"AOw":{"caption":"Series 4 - color","default_val":"rgba(170, 102, 204, 1)","editor":"Color","name":"series4color","optional":true,"rank":23},"AOx":{"caption":"Series 4 - y-values","editor":"DynamicValue","name":"series4","optional":true,"rank":22,"value":"text"},"AOy":{"caption":"Series 5 - name","default_val":"Series 5","editor":"DynamicValue","name":"series5name","optional":true,"rank":24,"value":"text"},"AOz":{"caption":"Series 5 - color","default_val":"rgba(99, 99, 99, 1)","editor":"Color","name":"series5color","optional":true,"rank":28},"APA":{"caption":"Series 5 - y-values","editor":"DynamicValue","name":"series5","optional":true,"rank":27,"value":"text"},"APB":{"caption":"Show Data Labels?","default_val":false,"editor":"DynamicValue","name":"show_data_labels","rank":75,"value":"boolean"},"APC":{"caption":"Y Axis \"A\" - Show Ticks?","name":"show_y_tick_labels","rank":60,"editor":"DynamicValue","value":"boolean","default_val":true},"APD":{"caption":"Show X Tick Labels?","name":"show_x_tick_labels","rank":45,"editor":"DynamicValue","value":"boolean","default_val":true},"APE":{"caption":"-------------------------- Gridline Settings -------------------------","name":"axis_and_gridline_settings","rank":44,"editor":"Label"},"APF":{"caption":"----------------------------- Chart Data -----------------------------","name":"-------------------_series_values_(can_also_add_infinite_series_via_action)_-------------------","rank":0,"editor":"Label"},"APG":{"caption":"------------------------- General Settings -------------------------","name":"-------------------_main_fields_-------------------","rank":35,"editor":"Label"},"APH":{"caption":"X Zero Line Width","name":"x_zero_line_width","rank":51,"editor":"DynamicValue","value":"number","default_val":1},"API":{"caption":"Y Zero Line Width","name":"y_zero_line_width","rank":52,"editor":"DynamicValue","value":"number","default_val":1},"APJ":{"caption":"X = Zero Line Color","name":"x_zero_line_color","rank":53,"editor":"Color","default_val":"rgba(224, 224, 224, 1)"},"APK":{"caption":"Y = Zero Line Color","name":"y_zero_line_color","rank":54,"editor":"Color","default_val":"rgba(224, 224, 224, 1)"},"APL":{"caption":"Vert Gridlines Color","name":"vert_gridlines_color","rank":48,"editor":"Color","default_val":"rgba(255, 255, 255, 0)"},"APM":{"caption":"Horiz Gridlines Color","name":"horiz_gridlines_color","rank":47,"editor":"Color","default_val":"rgba(224, 224, 224, 1)"},"APN":{"caption":"Line Width","name":"border_width","rank":89,"editor":"DynamicValue","value":"number","default_val":3},"APO":{"caption":"Line Curve","name":"curve_line_charts","rank":93,"editor":"DynamicValue","value":"number","default_val":0.3},"APP":{"caption":"\"A\" Labels - Unit Before","name":"data_labels_unit_before","rank":79,"editor":"DynamicValue","value":"text","optional":true},"APQ":{"caption":"\"A\" Labels - Unit After","name":"data_labels_unit_after","rank":80,"editor":"DynamicValue","value":"text","optional":true},"APR":{"caption":"Point Radius","name":"line_point_radius","rank":90,"editor":"DynamicValue","value":"number","default_val":5},"APS":{"caption":"Thousands Separator","name":"thousands_separator","rank":42,"editor":"DynamicValue","value":"text","default_val":",","optional":true},"APT":{"caption":"Horiz. Dash Gridlines","name":"horizontal_dashed_gridlines","rank":49,"editor":"DynamicValue","value":"boolean","default_val":true},"APU":{"caption":"Vert. Dash Gridlines","name":"vertical_dashed_gridlines","rank":50,"editor":"DynamicValue","value":"boolean","default_val":false},"APV":{"caption":"--------------------------- Data Labels ---------------------------","name":"----------------------------_data_labels_----------------------------","rank":74,"editor":"Label"},"APW":{"caption":"Vertical Offset","name":"datalabel_offset","rank":77,"editor":"DynamicValue","value":"number","default_val":3},"APX":{"caption":"Data Label Background Color","name":"datalabel_background_color","rank":83,"editor":"Color","default_val":"rgba(255, 255, 255, 0.32)","optional":false},"APY":{"caption":"Font Color (Optional)","name":"datalabel_font_color","rank":84,"editor":"Color","default_val":"rgba(255, 255, 255, 1)","optional":true},"APZ":{"caption":"Font Color Setting","name":"font_color_setting","rank":85,"editor":"Dropdown","default_val":"Default (Same as Series Color)"},"APa":{"caption":"Anchor","name":"datalabel_anchor","rank":76,"editor":"Dropdown","default_val":"end"},"APb":{"caption":"Custom Tooltip ID","name":"custom_tooltip_id","rank":38,"editor":"DynamicValue","value":"text","optional":true},"APc":{"caption":"Font Size","name":"datalabel_size","rank":86,"editor":"DynamicValue","value":"number","default_val":12},"APd":{"caption":"Series 6 - name","name":"series6name","rank":29,"editor":"DynamicValue","value":"text","optional":true,"default_val":"Series 6"},"APe":{"caption":"Series 6 - color","name":"series6color","rank":33,"editor":"Color","default_val":"rgba(59, 227, 129, 1)","optional":true},"APf":{"caption":"Series 6 - y-values","name":"series6","rank":32,"editor":"DynamicValue","value":"text","optional":true},"APg":{"caption":"-------------------- Line/Area Chart Settings ---------------------","name":"---------------------------Line---------------------------","rank":88,"editor":"Label"},"APh":{"caption":"------------------------- Bar Chart Settings ------------------------","name":"-------------------------_barchart_settings_-------------------------","rank":95,"editor":"Label"},"APi":{"caption":"Bar Width (Bar)","name":"bar_width","rank":96,"editor":"DynamicValue","value":"number","default_val":0.5},"APj":{"caption":"Category Width (Bar)","name":"category_width","rank":97,"editor":"DynamicValue","value":"number","default_val":0.5},"APk":{"caption":"Animation Duration","name":"animation_duration","rank":39,"editor":"DynamicValue","value":"number","default_val":1500},"APl":{"caption":"Point Hover Radius","name":"point_hover_radius","rank":91,"editor":"DynamicValue","value":"number","default_val":12},"APm":{"caption":"Point Border Width","name":"point_border_width","rank":92,"editor":"DynamicValue","value":"number","default_val":3},"APn":{"caption":"Max Y Ticks","name":"max_y_ticks","rank":55,"editor":"DynamicValue","value":"number","default_val":11},"APo":{"caption":"Max X Ticks","name":"max_x_ticks","rank":56,"editor":"DynamicValue","value":"number","default_val":11},"APp":{"caption":"Bar Width (px)","name":"bar_width_pixels","rank":98,"editor":"DynamicValue","value":"text","optional":true},"APq":{"caption":"Chart Padding (px)","name":"chart_padding","rank":41,"editor":"DynamicValue","value":"number","default_val":15},"APr":{"caption":"Bar Corner Radius","name":"bar_corner_radius","rank":99,"editor":"DynamicValue","value":"number","default_val":0},"APs":{"caption":"Series 6 - type","name":"series_6_type","rank":30,"editor":"DynamicValue","value":"text","optional":false,"default_val":"Bar"},"AQK":{"caption":"Series 5 - type","name":"series_5_type","rank":25,"editor":"DynamicValue","value":"text","default_val":"Line"},"AQM":{"caption":"Series 4 - type","name":"series_4_type","rank":20,"editor":"DynamicValue","value":"text","default_val":"Line"},"AQN":{"caption":"Series 1 - type","name":"series_1_type","rank":6,"editor":"DynamicValue","value":"text","default_val":"Bar"},"AQO":{"caption":"Series 2 - type","name":"series_2_type","rank":10,"editor":"DynamicValue","value":"text","default_val":"Line"},"AQP":{"caption":"Series 3 - type","name":"series_3_type","rank":15,"editor":"DynamicValue","value":"text","default_val":"Area"},"AQW":{"caption":"-------------------------- Y Axis \"B\" Settings ------------------------","name":"-----------------------_x_axis_settings_----------------------","rank":66,"editor":"Label"},"AQX":{"caption":"------------------------- Y Axis \"A\" Settings ------------------------","name":"-----------------------_y_axis_\"a\"_settings_----------------------","rank":59,"editor":"Label"},"AQY":{"caption":"Y Axis \"B\" - Min","name":"yAxisMinB","rank":68,"editor":"DynamicValue","value":"number","optional":true},"AQZ":{"caption":"Y Axis \"B\" - Max","name":"yAxisMaxB","rank":69,"editor":"DynamicValue","value":"number","optional":true},"AQa":{"caption":"Y Axis \"B\" - Unit Before","name":"yAxisUnitBeforeB","rank":71,"editor":"DynamicValue","value":"text","optional":true},"AQb":{"caption":"Y Axis \"B\" - Unit After","name":"yAxisUnitAfterB","rank":72,"editor":"DynamicValue","value":"text","optional":true},"AQd":{"caption":"Series 6 - y-axis ID","name":"series_6_y_axis_id","rank":31,"editor":"Dropdown","default_val":"A"},"AQf":{"caption":"Series 5 - y-axis ID","name":"series_5_y_axis_id","rank":26,"editor":"Dropdown","default_val":"A"},"AQg":{"caption":"Series 1 - y-axis ID","name":"series_1_y_axis_id","rank":5,"editor":"Dropdown","value":"text","default_val":"A"},"AQh":{"caption":"Series 2 - y-axis ID","name":"series_2_y_axis_id","rank":11,"editor":"Dropdown","value":"text","default_val":"B"},"AQi":{"caption":"Series 3 - y-axis ID","name":"series_3_y_axis_id","rank":16,"editor":"Dropdown","default_val":"A"},"AQj":{"caption":"Series 4 - y-axis ID","name":"series_4_y_axis_id","rank":21,"editor":"Dropdown","default_val":"A"},"ARb":{"caption":"Y Axis \"B\" - Show Ticks?","name":"show_y_tick_labels_b","rank":67,"editor":"DynamicValue","value":"boolean","default_val":true},"ARc":{"caption":"ℹ️ To customize Tick Label Font Family, scroll down to the bottom of this properties menu and change the standard Bubble font properties","name":"to_customize_tick_label_font_style,_color,_and_size,_you_can_edit_this_element's_font_style,_color,_size_as_you_would_for_a_standard_text_element_(by_scrolling_down_to_the_bottom_of_this_menu_and_editing_the_standard_bubble_properties_for_font,_color,_size)","rank":73,"editor":"Label"},"AVt":{"caption":"Tick Label Font Color","name":"tick_label_color","rank":57,"editor":"Color","default_val":"rgba(174, 185, 194, 1)"},"AVu":{"caption":"Tick Label Font Size","name":"tick_label_font_size","rank":58,"editor":"DynamicValue","value":"number","default_val":12},"AWL":{"caption":"X Tick Labels Rotation","name":"x_ticks_rotation","rank":46,"editor":"DynamicValue","optional":true,"value":"number"},"AWd":{"caption":"\"B\" Labels - Unit Before","name":"b_data_labels_unit_before","rank":81,"editor":"DynamicValue","value":"text","optional":true},"AWe":{"caption":"\"B\" Labels - Unit After","name":"b_data_labels_unit_after","rank":82,"editor":"DynamicValue","value":"text","optional":true},"AWu":{"caption":"Decimal Place Character","name":"decimal_place_character","rank":43,"editor":"DynamicValue","value":"text","default_val":"."},"AWv":{"caption":"Tick Step Size","name":"step_size_a","rank":63,"editor":"DynamicValue","value":"number","optional":true},"AWw":{"caption":"Tick Step Size","name":"step_size_b","rank":70,"editor":"DynamicValue","value":"number","optional":true},"AXl":{"caption":"Span Gaps?","name":"span_gaps","rank":94,"editor":"DynamicValue","value":"boolean","default_val":true},"AXv":{"caption":"ℹ️ Enter you chart's X-Axis values (the X-Axis labels that will go from left to right) separated by comma and space (\", \").  Can be a dynamic expression.","name":"ℹ️_enter_you_chart's_x-axis_values_(the_x-axis_labels_that_will_go_from_left_to_right)_separated_by_comma_and_space_(\",_\").__can_be_a_dynamic_expression.","rank":1,"editor":"Label"},"AXw":{"caption":"ℹ️ Add series names, colors, and data values below.  Each data point should be separated by comma and space and can be dynamic (e.g. \"Do a Search for\")","name":"ℹ️_add_series_names,_colors,_and_data_values_below.__each_data_point_should_be_separated_by_comma_and_space_and_can_be_dynamically_(e.g._\"do_a_search_for\")","rank":3,"editor":"Label"},"AXx":{"caption":"ℹ️ Add more series to the chart using the workflow action called \"Add/update a data series\"","name":"ℹ️_add_more_series_to_the_chart_using_the_workflow_action_called_\"add/update_a_data_series\"","rank":34,"editor":"Label"},"AXy":{"caption":"⚠️ If data points get cut off near edges of the chart element, increase the Chart Padding below:","name":"⚠️_if_data_points_get_cut_off_near_edges_of_the_chart_element,_increase_the_chart_padding_below:","rank":40,"editor":"Label"},"AZb":{"caption":"Label Font Weight","name":"datalabel_fontweight","rank":87,"editor":"Dropdown","default_val":" 400"},"AZi":{"caption":"Legend Color Style","name":"legend_color_style","rank":37,"editor":"Dropdown","default_val":"Circle"},"Atl":{"caption":"Hide if Less Than","name":"hide_if_less_than","rank":78,"editor":"DynamicValue","value":"number","optional":true}},"states":{"APt":{"caption":"Clicked Item X Value","initialization_code":{"fn":"function(properties,context){}"},"name":"clicked_item_x_value","value":"text"},"APu":{"caption":"Clicked Item Y Value","name":"clicked_item_y_value","value":"number","initialization_code":{"fn":"function(properties,context){}"}},"APv":{"caption":"Clicked Item Series Name","name":"clicked_item_series_name","value":"text","initialization_code":{"fn":"function(properties,context){}"}},"APw":{"caption":"Hovered Item X Value","name":"hovered_item_x_value","value":"text","initialization_code":{"fn":"function(properties,context){}"}},"APx":{"caption":"Hovered Item Y Value","name":"hovered_item_y_value","value":"number","initialization_code":{"fn":"function(properties,context){}"}},"APy":{"caption":"Hovered Item Series Name","name":"hovered_item_series_name","value":"text","initialization_code":{"fn":"function(properties,context){}"}},"APz":{"caption":"Hovered Item Series Color","name":"hovered_item_series_color","value":"text","initialization_code":{"fn":"function(properties,context){}"}},"AQA":{"caption":"Clicked Item Series Color","name":"clicked_item_series_color","value":"text","initialization_code":{"fn":"function(properties,context){}"}},"AQB":{"caption":"Clicked Item All Series Values","name":"click_item_other_series_values","value":"number","initialization_code":{"fn":"function(properties,context){}"},"is_list":true},"AQC":{"caption":"Clicked Item All Series Colors","name":"clicked_item_other_series_colors","value":"text","initialization_code":{"fn":"function(properties,context){}"},"is_list":true},"AQD":{"caption":"Clicked Item All Series Names","name":"clicked_item_other_series_names","value":"text","initialization_code":{"fn":"function(properties,context){}"},"is_list":true},"AQE":{"caption":"Hovered Item All Series Values","name":"hovered_item_other_series_values","value":"number","initialization_code":{"fn":"function(properties,context){}"},"is_list":true},"AQF":{"caption":"Hovered Item All Series Colors","name":"hovered_item_other_series_colors","value":"text","initialization_code":{"fn":"function(properties,context){}"},"is_list":true},"AQG":{"caption":"Hovered Item All Series Names","name":"hovered_item_other_series_names","value":"text","initialization_code":{"fn":"function(properties,context){}"},"is_list":true},"AQH":{"caption":"Chart Loaded?","name":"chart_loaded","value":"boolean","initialization_code":{"fn":"function(properties,context){}"}},"AQI":{"caption":"Hovered Item X Index","name":"hovered_item_x_index","value":"number","initialization_code":{"fn":"function(properties,context){}"}}},"events":{"AOd":{"caption":"Chart Value Clicked","name":"chart_value_clicked"},"AOe":{"caption":"Chart Value Hovered","name":"chart_value_hovered"}},"actions":{"AOV":{"caption":"Add/Update a Data Series","code":{"fn":"function(instance,properties,context){let numAttempts=0;function mainAddSeries(){if(numAttempts>15)return void console.log(\"The Chart you are trying to update is not visible on the page\");if(!instance.data.chart)return numAttempts++,void setTimeout(mainAddSeries,750);let customChartType=instance.data.chartType,backgroundColors;function addSeries(){if(instance.data.createDataArray){let newSeries=instance.data.createDataArray(properties.yValues);instance.data.pushDataset(properties.series_name,newSeries,properties.series_color,customChartType,properties.y_axis_id,properties.point_color_line,properties.point_border_color_line,backgroundColors),instance.data.updateChartDatasets(),instance.data.chart.update()}else setTimeout(addSeries,1500)}properties.background_colors&&(backgroundColors=instance.data.createDataArray(properties.background_colors)),null!=properties.chart_type&&properties.chart_type.toLowerCase()!=instance.data.chartType&&(customChartType=properties.chart_type.toLowerCase()),addSeries()}mainAddSeries()}"},"fields":{"AOW":{"caption":"Series Name","name":"series_name","rank":1,"editor":"DynamicValue","value":"text"},"AOX":{"caption":"Series Color","name":"series_color","rank":5,"editor":"Color","default_val":"rgba(51, 181, 229, 1)"},"AOY":{"caption":"Series Y Values","name":"yValues","rank":2,"editor":"DynamicValue","value":"text"},"AOZ":{"caption":"Chart Type","name":"chart_type","rank":3,"editor":"Dropdown","optional":true},"AQq":{"caption":"Point Color (line)","name":"point_color_line","rank":7,"editor":"Color","default_val":"rgba(51, 181, 229, 1)"},"AQr":{"caption":"Point Border (line)","name":"point_border_color_line","rank":8,"editor":"Color","default_val":"rgba(255, 255, 255, 1)"},"AQs":{"caption":"Y Axis ID","name":"y_axis_id","rank":4,"editor":"Dropdown","default_val":"A"},"ARS":{"caption":"------------------------- General Settings -------------------------","name":"-------------------------_general_settings_-------------------------","rank":0,"editor":"Label"},"ART":{"caption":"------------------------- Line Series Settings -----------------------","name":"-------------------------_line_chart_settings_-----------------------","rank":6,"editor":"Label"},"Ati":{"caption":"-------------------------- Bar Series Settings -----------------------","name":"--------------------------_bar_series_settings_-----------------------","rank":9,"editor":"Label"},"Atj":{"caption":"Multi-Colored Series (comma-separated hex codes)","name":"background_colors","rank":11,"editor":"DynamicValue","value":"text","optional":true},"Atk":{"caption":"The field below is optional: for multi-colored series (overrides colors set above)","name":"the_field_below_is_optional:_for_multi-colored_series_(overrides_colors_set_above)","rank":10,"editor":"Label"}}},"AOa":{"caption":"Remove a Data Series","code":{"fn":"function(instance,properties,context){if(instance.data.chart){let foundSeries=instance.data.chart.data.datasets.find((element=>element.label==properties.data_series_name));null!=foundSeries&&(instance.data.datasets.splice(instance.data.datasets.indexOf(foundSeries),1),instance.data.updateChartDatasets()),instance.data.chart.update()}else console.log(\"The Chart you are trying to clear is not visible on the page\")}"},"fields":{"AOb":{"caption":"Data Series Name","name":"data_series_name","rank":0,"editor":"DynamicValue","value":"text"}}},"AOc":{"caption":"Remove all Data Series (Clear Chart)","code":{"fn":"function(instance,properties,context){if(instance.data.chart){for(;instance.data.datasets.length>0;)instance.data.datasets.pop();for(;instance.data.chart.data.datasets.length>0;)instance.data.chart.data.datasets.pop(),instance.data.chart.update()}else console.log(\"The Chart you are trying to clear is not visible on the page\")}"}},"AQV":{"caption":"Add a Y Axis","code":{"fn":"function(instance,properties,context){console.log(instance.data.chart.options.scales.yAxes);let anotherYaxis={id:\"test\",position:\"right\"};instance.data.chart.options.scales.yAxes.push(anotherYaxis)}"}},"AsY":{"caption":"Add Annotation","code":{"fn":"function(instance,properties,context){var newAnnotation;\"vertical\"==properties.type?newAnnotation={type:\"line\",mode:\"vertical\",scaleID:\"x-axis-0\",value:properties.value,borderColor:properties.line_color,borderWidth:properties.border_width,label:{enabled:!0,content:properties.label,xAdjust:properties.x_offset,yAdjust:properties.y_offset,position:properties.position,align:properties.alignment}}:\"horizontal\"==properties.type?newAnnotation={type:\"line\",mode:\"horizontal\",scaleID:properties.y_axis_id,value:properties.value,borderColor:properties.line_color,borderWidth:properties.border_width,label:{enabled:!0,content:properties.label,xAdjust:properties.x_offset,yAdjust:properties.y_offset,position:properties.position,align:properties.alignment}}:\"box\"==properties.type&&(newAnnotation={type:\"box\",xMin:1,xMax:2,yMin:1,yMax:2,backgroundColor:properties.background_color,borderColor:properties.line_color,borderWidth:properties.border_width,label:{enabled:!0,content:properties.label,xAdjust:properties.x_offset,yAdjust:properties.y_offset,position:properties.position,align:properties.alignment}}),instance.data.chart.options.annotation||(instance.data.chart.options.annotation={annotations:[]}),instance.data.chart.options.annotation.annotations.push(newAnnotation),instance.data.chart.update()}"},"fields":{"AsZ":{"caption":"Type","name":"type","rank":0,"editor":"Dropdown","default_val":"horizontal"},"Asb":{"caption":"----------------------- General Settings -----------------------","name":"-----------------------_general_settings_-----------------------","rank":1,"editor":"Label"},"Asc":{"caption":"Label text","name":"label","rank":2,"editor":"DynamicValue","value":"text","default_val":"My annotation label"},"Asd":{"caption":"Line Color","name":"line_color","rank":3,"editor":"Color","default_val":"rgba(150, 162, 164, 1)"},"Ase":{"caption":"Position","name":"position","rank":4,"editor":"Dropdown","default_val":"top"},"Asf":{"caption":"Position: Alignment","name":"alignment","rank":5,"editor":"Dropdown","default_val":"start"},"Asg":{"caption":"Position: X Offset","name":"x_offset","rank":6,"editor":"DynamicValue","value":"number","default_val":0},"Ash":{"caption":"Position: Y Offset","name":"y_offset","rank":7,"editor":"DynamicValue","value":"number","default_val":0},"Asi":{"caption":"-------------- Vertical/Horizontal Annotations --------------","name":"--------------_vertical/horizontal_annotations_--------------","rank":8,"editor":"Label"},"Asj":{"caption":"Value","name":"value","rank":9,"editor":"DynamicValue","value":"text","optional":true},"Ask":{"caption":"Border Width","name":"border_width","rank":11,"editor":"DynamicValue","value":"number","default_val":2},"Asl":{"caption":"Y Axis ID (if horizontal annotation)","name":"y_axis_id","rank":10,"editor":"Dropdown","default_val":"A"}}}},"code":{"initialize":{"fn":"function(instance,context){function reduceOpacity(originalRGBAColor,scale){if(6==originalRGBAColor.length||7==originalRGBAColor.length){function hexToRgb(hex){var result=/^#?([a-f\\d]{2})([a-f\\d]{2})([a-f\\d]{2})$/i.exec(hex);originalRGBAColor=\"rgba(\"+parseInt(result[1],16)+\", \"+parseInt(result[2],16)+\", \"+parseInt(result[3],16)+\", 1)\"}hexToRgb(originalRGBAColor)}let stringlength=originalRGBAColor.length-1,colorArray=(originalRGBAColor=originalRGBAColor.substring(5,stringlength)).split(\", \"),newOpacity=scale*colorArray[3],result;return\"rgba(\"+colorArray[0]+\", \"+colorArray[1]+\", \"+colorArray[2]+\", \"+newOpacity+\")\"}function updateChartDatasets(){let i;for(instance.data.chart.data.datasets=[],i=0;i<instance.data.datasets.length;i++)instance.data.chart.data.datasets.push(instance.data.datasets[i]),instance.data.chartType.includes(\"Area\")&&(instance.data.datasets[i].backgroundColor=instance.data.reduceOpacity(instance.data.datasets[i].borderColor,.5),instance.data.datasets[i].fill=\"origin\"),instance.data.chartType.includes(\"Line\")&&(instance.data.datasets[i].fill=!1)}function forceUpdate(){document.getElementById(instance.data.custom_tooltip_id)&&(document.getElementById(instance.data.custom_tooltip_id).style.display=\"none\")}$(document).ready((function(){instance.data.uniqueChartId=\"chartcanvas\"+Math.floor(1e5*Math.random()).toString(),instance.data.chartCanvasCopy=\"<div id='chartContainer\"+instance.data.uniqueChartId+\"' class='chart-container' style='position: relative; height: 1px; width: 1px'><canvas id='\"+instance.data.uniqueChartId+\"'></canvas></div>\",instance.canvas.append(instance.data.chartCanvasCopy);var chartcanvas2=document.getElementById(instance.data.uniqueChartId);instance.data.ctxChartState=chartcanvas2.getContext(\"2d\")})),instance.data.datasets=[],instance.data.reduceOpacity=reduceOpacity,instance.data.updateChartDatasets=updateChartDatasets,setTimeout(forceUpdate,200)}"},"update":{"fn":"function(instance,properties,context){Chart.plugins.unregister(ChartDataLabels),null!=properties.custom_tooltip_id&&(instance.data.custom_tooltip_id=properties.custom_tooltip_id),$(document).ready((function(){if(properties.chartType=\"Bar\",$(document).on(\"mousemove\",(function(e){let divHeight=$(\"#\"+properties.custom_tooltip_id).height();$(\"#\"+properties.custom_tooltip_id).css({position:\"fixed\",left:e.clientX+12,top:e.clientY-divHeight/2,zIndex:1e21})})),instance.data.ctxChartState){$(\"#\"+instance.data.uniqueChartId).remove();var canvas3=instance.data.chartCanvasCopy;instance.canvas.append(canvas3);var chartcanvas2=document.getElementById(instance.data.uniqueChartId);instance.data.ctxChartState=chartcanvas2.getContext(\"2d\")}var chartcanvas=document.getElementById(instance.data.uniqueChartId);instance.data.mainChartCanvas=chartcanvas;var ctxchart=chartcanvas.getContext(\"2d\");let chartType,legendState,showLegend;function createDataArray(xString){let outputArray,xArray;if(null!=xString&&(xArray=xString.includes(\", \")?xString.split(\", \"):xString.split(\",\"),properties.span_gaps))for(let i=0;i<xArray.length;i++)\"\"==xArray[i]||\" \"==xArray[i]?xArray[i]=null:\" \"==xArray[i].charAt(0)&&(xArray[i]=xArray[i].substring(1));return xArray}chartType=properties.chartType.toLowerCase(),\"Horizontal Bar\"==properties.chartType&&(chartType=\"horizontalBar\"),\"Stacked Bar (Horizontal)\"==properties.chartType&&(chartType=\"horizontalBar\"),\"100% Stacked Bar (Horizontal)\"==properties.chartType&&(chartType=\"horizontalBar\"),\"Area\"==properties.chartType&&(chartType=\"line\"),\"Stacked Bar\"==properties.chartType&&(chartType=\"bar\"),\"100% Stacked Bar\"==properties.chartType&&(chartType=\"bar\"),\"Stacked Area\"==properties.chartType&&(chartType=\"line\"),\"Stepped Line (Step Before)\"==properties.chartType&&(chartType=\"line\",instance.data.steppedLine=\"before\"),\"Stepped Line (Step After)\"==properties.chartType&&(chartType=\"line\",instance.data.steppedLine=\"after\"),\"Don't Show Legend\"==properties.showLegend?showLegend=!1:(legendState=properties.showLegend.toLowerCase(),showLegend=!0),instance.data.createDataArray=createDataArray;let listofxvalues,arrayofxvalues=createDataArray(properties.xvalues),series1string=properties.series1,series1array,series2array,series3array,series4array,series5array,series6array,yMin,yMax;series1array=createDataArray(properties.series1),series2array=createDataArray(properties.series2),series3array=createDataArray(properties.series3),series4array=createDataArray(properties.series4),series5array=createDataArray(properties.series5),series6array=createDataArray(properties.series6);let allYValuesArray=series1array,chartLabelsOn;properties.show_data_labels&&[ChartDataLabels]&&(chartLabelsOn=[ChartDataLabels]),instance.data.horizontalGridlineColor=properties.horiz_gridlines_color,instance.data.verticalGridlineColor=properties.vert_gridlines_color;let horizDashed=[],vertDashed=[];properties.horizontal_dashed_gridlines&&(horizDashed=[8,4]),properties.vertical_dashed_gridlines&&(vertDashed=[8,4]);let hundredPercentStacked=!1;\"100% Stacked Bar (Horizontal)\"!=properties.chartType&&\"100% Stacked Bar\"!=properties.chartType||(hundredPercentStacked=!0);let customTooltip=!1;null!=properties.custom_tooltip_id&&(customTooltip=!0,$(\"#\"+properties.custom_tooltip_id).fadeOut(1));var chart=new Chart(instance.data.ctxChartState,{plugins:chartLabelsOn,type:chartType,data:{labels:arrayofxvalues},options:{cornerRadius:properties.bar_corner_radius,animation:{duration:properties.animation_duration},spanGaps:properties.span_gaps,onHover:function(event,elements){if($(\"#\"+instance.data.uniqueChartId).css(\"cursor\",elements[0]?\"pointer\":\"default\"),elements[0]){var activePoint=chart.getElementAtEvent(event),clickedDatasetIndex=activePoint[0]._datasetIndex,clickedElementindex=activePoint[0]._index,label=chart.data.labels[clickedElementindex],value=chart.data.datasets[clickedDatasetIndex].data[clickedElementindex],series_name=chart.data.datasets[clickedDatasetIndex].label,series_color=activePoint[0]._view.borderColor;null!=activePoint[0].$previousStyle&&(series_color=activePoint[0].$previousStyle.backgroundColor);let remainingSeriesObjects=chart.data.datasets.slice(),remainingSeriesValues=remainingSeriesObjects.map((a=>a.data[clickedElementindex])),i;for(i=0;i<remainingSeriesValues.length;i++)\"\"==remainingSeriesValues[i]&&(remainingSeriesValues[i]=0);instance.publishState(\"hovered_item_other_series_values\",remainingSeriesValues);let remainingSeriesColors=remainingSeriesObjects.map((a=>a.borderColor));instance.publishState(\"hovered_item_other_series_colors\",remainingSeriesColors);let remainingSeriesNames=remainingSeriesObjects.map((a=>a.label));instance.publishState(\"hovered_item_other_series_names\",remainingSeriesNames),instance.publishState(\"hovered_item_x_value\",label),instance.publishState(\"hovered_item_y_value\",value),instance.publishState(\"hovered_item_series_name\",series_name),instance.publishState(\"hovered_item_series_color\",series_color),instance.publishState(\"hovered_item_x_index\",clickedElementindex+1),customTooltip&&null!=document.getElementById(properties.custom_tooltip_id)&&($(\"#\"+properties.custom_tooltip_id).fadeIn(250),document.getElementById(properties.custom_tooltip_id).style.zIndex=\"1000000000000000000000\")}else $(\"#\"+properties.custom_tooltip_id).fadeOut(100);label&&value&&series_name&&instance.triggerEvent(\"chart_value_hovered\",(function(err){}))},legend:{display:showLegend,position:legendState,labels:{usePointStyle:\"Circle\"==properties.legend_color_style,fontColor:properties.tick_label_color,fontSize:properties.tick_label_font_size,fontFamily:properties.bubble.font_face().includes(\"font_default\")?\"Poppins\":properties.bubble.font_face().split(\":\")[0]}},layout:{padding:{right:properties.chart_padding,left:properties.chart_padding,top:properties.chart_padding,bottom:properties.chart_padding}},maintainAspectRatio:!1,scales:{yAxes:[{display:!0,stacked:\"Stacked Bar\"==properties.series_1_type&&properties.series1||\"Stacked Bar\"==properties.series_2_type&&properties.series2||\"Stacked Bar\"==properties.series_3_type&&properties.series3||\"Stacked Bar\"==properties.series_4_type&&properties.series4||\"Stacked Bar\"==properties.series_5_type&&properties.series5||\"Stacked Bar\"==properties.series_6_type&&properties.series6,id:\"A\",position:\"left\",gridLines:{borderDash:horizDashed,drawBorder:!1,color:\"rgba(0,0,0,0)\",zeroLineColor:\"rgba(0,0,0,0)\",zeroLineWidth:properties.y_zero_line_width,tickMarkLength:0},ticks:{autoSkip:!0,maxTicksLimit:properties.max_y_ticks,padding:7,display:!1,fontColor:properties.tick_label_color,fontSize:properties.tick_label_font_size,fontFamily:properties.bubble.font_face().includes(\"font_default\")?\"Poppins\":properties.bubble.font_face().split(\":\")[0],callback:function(value,index,values){let yLabel=value,originalYLabel=value;return value<1&&value>-1&&0!=value&&(yLabel=value.toPrecision(1)),value>1&&value<2&&(yLabel=value.toPrecision(2)),yLabel=yLabel.toString(),null!=properties.thousands_separator&&(yLabel=yLabel.replace(/\\B(?=(\\d{3})+(?!\\d))/g,properties.thousands_separator)),properties.yAxisUnitBeforeNumber&&(yLabel=properties.yAxisUnitBeforeNumber+yLabel),properties.yAxisUnitAfterNumber&&(yLabel+=properties.yAxisUnitAfterNumber),yLabel}}},{stacked:\"Stacked Bar\"==properties.series_1_type&&properties.series1||\"Stacked Bar\"==properties.series_2_type&&properties.series2||\"Stacked Bar\"==properties.series_3_type&&properties.series3||\"Stacked Bar\"==properties.series_4_type&&properties.series4||\"Stacked Bar\"==properties.series_5_type&&properties.series5||\"Stacked Bar\"==properties.series_6_type&&properties.series6,id:\"B\",position:\"right\",gridLines:{borderDash:horizDashed,drawBorder:!1,color:\"rgba(0,0,0,0)\",zeroLineColor:\"rgba(0,0,0,0)\",zeroLineWidth:properties.y_zero_line_width,tickMarkLength:0},ticks:{maxTicksLimit:properties.max_y_ticks,padding:7,display:!1,fontColor:properties.tick_label_color,fontSize:properties.tick_label_font_size,fontFamily:properties.bubble.font_face().includes(\"font_default\")?\"Poppins\":properties.bubble.font_face().split(\":\")[0],callback:function(value,index,values){let yLabel=value,originalYLabel=value;return value<1&&value>-1&&0!=value&&(yLabel=value.toPrecision(1)),value>1&&value<2&&(yLabel=value.toPrecision(2)),yLabel=yLabel.toString(),null!=properties.thousands_separator&&(yLabel=yLabel.replace(/\\B(?=(\\d{3})+(?!\\d))/g,properties.thousands_separator)),properties.yAxisUnitBeforeB&&(yLabel=properties.yAxisUnitBeforeB+yLabel),properties.yAxisUnitAfterB&&(yLabel+=properties.yAxisUnitAfterB),yLabel}}}],xAxes:[{stacked:\"Stacked Bar\"==properties.series_1_type&&properties.series1||\"Stacked Bar\"==properties.series_2_type&&properties.series2||\"Stacked Bar\"==properties.series_3_type&&properties.series3||\"Stacked Bar\"==properties.series_4_type&&properties.series4||\"Stacked Bar\"==properties.series_5_type&&properties.series5||\"Stacked Bar\"==properties.series_6_type&&properties.series6,gridLines:{borderDash:vertDashed,drawBorder:!1,color:instance.data.verticalGridlineColor,zeroLineColor:properties.x_zero_line_color,tickMarkLength:0,zeroLineWidth:properties.x_zero_line_width},ticks:{maxTicksLimit:properties.max_x_ticks,padding:7,display:properties.show_x_tick_labels,fontColor:properties.tick_label_color,fontFamily:properties.bubble.font_face().includes(\"font_default\")?\"Poppins\":properties.bubble.font_face().split(\":\")[0],fontSize:properties.tick_label_font_size,callback:function(value,index,values){let originalXLabel=value,xLabel=value;return value<1&&value>-1&&0!=value&&(xLabel=value.toPrecision(1)),value>1&&value<2&&(xLabel=value.toPrecision(2)),xLabel=xLabel.toString(),null!=properties.thousands_separator&&(xLabel=xLabel.replace(/\\B(?=(\\d{3})+(?!\\d))/g,properties.thousands_separator)),properties.yAxisUnitBeforeNumber&&(xLabel=properties.yAxisUnitBeforeNumber+xLabel),properties.yAxisUnitAfterNumber&&(xLabel+=properties.yAxisUnitAfterNumber),\"horizontalBar\"==chartType?xLabel:originalXLabel}}}]},plugins:{stacked100:{enable:hundredPercentStacked},crosshair:!1},tooltips:{intersect:!1,enabled:!customTooltip,titleFontFamily:properties.bubble.font_face().includes(\"font_default\")?\"Poppins\":properties.bubble.font_face().split(\":\")[0],bodyFontFamily:properties.bubble.font_face().includes(\"font_default\")?\"Poppins\":properties.bubble.font_face().split(\":\")[0],callbacks:{label:function(tooltipItem,data){let beforeDecimal=Math.floor(parseFloat(tooltipItem.value));parseFloat(tooltipItem.value)<0&&(beforeDecimal=Math.ceil(parseFloat(tooltipItem.value)));let afterDecimalCalc=parseFloat(tooltipItem.value)-parseFloat(beforeDecimal),numDecimalPlaces,afterDecimal,commaValue;numDecimalPlaces=-1!=tooltipItem.value.indexOf(\".\")?tooltipItem.value.substring(tooltipItem.value.indexOf(\".\")+1).length:0,numDecimalPlaces>0?(afterDecimal=afterDecimalCalc.toFixed(numDecimalPlaces),afterDecimal=afterDecimal.split(\".\")[1]):afterDecimal=afterDecimalCalc=\"\",null!=properties.thousands_separator&&(beforeDecimal=beforeDecimal.toString().replace(/\\B(?=(\\d{3})+(?!\\d))/g,properties.thousands_separator));let axisID=data.datasets[tooltipItem.datasetIndex].yAxisID,finalLabel;return\"A\"==axisID&&properties.data_labels_unit_before&&(beforeDecimal=properties.data_labels_unit_before+beforeDecimal),\"B\"==axisID&&properties.b_data_labels_unit_before&&(beforeDecimal=properties.b_data_labels_unit_before+beforeDecimal),beforeDecimal&&(finalLabel=beforeDecimal),\"\"!=afterDecimal&&(finalLabel=finalLabel+properties.decimal_place_character+afterDecimal),\"A\"==axisID&&properties.data_labels_unit_after&&(finalLabel+=properties.data_labels_unit_after),\"B\"==axisID&&properties.b_data_labels_unit_after&&(finalLabel+=properties.b_data_labels_unit_after),finalLabel}}}}});instance.data.chartType=chartType,null!=properties.yMaxNum&&(chart.options.scales.yAxes[0].ticks.max=properties.yMaxNum),null!=properties.yMinNum&&(chart.options.scales.yAxes[0].ticks.min=properties.yMinNum),null!=properties.yAxisMinB&&(chart.options.scales.yAxes[1].ticks.min=properties.yAxisMinB),null!=properties.yAxisMaxB&&(chart.options.scales.yAxes[1].ticks.max=properties.yAxisMaxB),null!=properties.step_size_a&&(chart.options.scales.yAxes[0].ticks.stepSize=properties.step_size_a),null!=properties.step_size_b&&(chart.options.scales.yAxes[1].ticks.stepSize=properties.step_size_b);var chartContainer=document.getElementById(\"chartContainer\"+instance.data.uniqueChartId);function pushDataset(dataLabel,newData,newColor,customChartType,yAxisID,pointBackgroundColor,pointBorderColor,backgroundColorArray){let chart_type,customType,chartTypeMaster;yAxisID||(yAxisID=\"A\"),chartTypeMaster=\"area\"==customChartType?\"line\":\"stacked bar\"==customChartType?\"bar\":customChartType,\"stepped line (step before)\"==customChartType&&(chartTypeMaster=\"line\",instance.data.steppedLine=\"before\"),\"stepped line (step after)\"==customChartType&&(chartTypeMaster=\"line\",instance.data.steppedLine=\"after\"),chart_type=chartType?customChartType:properties.chart_type;let myDataset={yAxisID:yAxisID,data:newData,customType:undefined,type:chartTypeMaster,label:dataLabel,steppedLine:instance.data.steppedLine,backgroundColor:function(value){return value=customChartType.includes(\"area\")?instance.data.reduceOpacity(newColor,.5):!backgroundColorArray||\"Bar\"!=properties.chartType&&\"Horizontal Bar\"!=properties.chartType?newColor:backgroundColorArray},fill:function(value){return value=!!customChartType.includes(\"area\")&&\"origin\"},borderWidth:function(value){return value=\"line\"==customChartType||\"area\"==customChartType?properties.border_width:0},lineTension:properties.curve_line_charts,borderColor:newColor,pointBorderColor:function(value){return value=pointBorderColor||\"#FFFFFF\"},pointBackgroundColor:function(value){return value=null!=pointBackgroundColor?pointBackgroundColor:newColor},pointBorderWidth:properties.point_border_width,pointRadius:properties.line_point_radius,pointHitRadius:20,pointHoverRadius:properties.point_hover_radius,barPercentage:properties.bar_width,categoryPercentage:properties.category_width,barThickness:properties.bar_width_pixels,datalabels:{color:function(value){return value=\"Default (Same as Series Color)\"!=properties.font_color_setting?properties.datalabel_font_color:newColor},align:\"end\",font:{family:properties.bubble.font_face().includes(\"font_default\")?\"Poppins\":properties.bubble.font_face().split(\":\")[0],size:properties.datalabel_size,weight:properties.datalabel_fontweight},anchor:function(context){return context.dataset.data[context.dataIndex]<0&&\"bar\"==chartTypeMaster?\"end\"==properties.datalabel_anchor?\"start\":\"start\"==properties.datalabel_anchor?\"end\":properties.datalabel_anchor:properties.datalabel_anchor},formatter:function(value){if(value<properties.hide_if_less_than)return\"\";if(\"\"==value||\" \"==value)return\"\";let beforeDecimal=Math.floor(parseFloat(value));parseFloat(value)<0&&(beforeDecimal=Math.ceil(parseFloat(value)));let afterDecimalCalc=parseFloat(value)-parseFloat(beforeDecimal),numDecimalPlaces=0,afterDecimal,commaValue,finalLabel;return null!=value&&-1!=value.indexOf(\".\")&&(numDecimalPlaces=value.substring(value.indexOf(\".\")+1).length),numDecimalPlaces>0?(afterDecimal=afterDecimalCalc.toFixed(numDecimalPlaces),afterDecimal=afterDecimal.split(\".\")[1]):afterDecimal=afterDecimalCalc=\"\",null!=properties.thousands_separator&&(beforeDecimal=beforeDecimal.toString().replace(/\\B(?=(\\d{3})+(?!\\d))/g,properties.thousands_separator)),properties.data_labels_unit_before&&\"A\"==yAxisID?parseFloat(value)<0?(parseFloat(value)>-1&&(beforeDecimal=\"0\"+beforeDecimal),beforeDecimal=beforeDecimal.substring(1),beforeDecimal=\"-\"+properties.data_labels_unit_before+beforeDecimal):beforeDecimal=properties.data_labels_unit_before+beforeDecimal:properties.data_labels_unit_before&&\"B\"==yAxisID?parseFloat(value)<0?(parseFloat(value)>-1&&(beforeDecimal=\"0\"+beforeDecimal),beforeDecimal=beforeDecimal.substring(1),beforeDecimal=\"-\"+properties.b_data_labels_unit_before+beforeDecimal):beforeDecimal=properties.b_data_labels_unit_before+beforeDecimal:parseFloat(value)<0&&(parseFloat(value)>-1&&(beforeDecimal=\"0\"+beforeDecimal),beforeDecimal=beforeDecimal.substring(1),beforeDecimal=\"-\"+beforeDecimal),beforeDecimal&&(finalLabel=beforeDecimal),\"\"!=afterDecimal&&(finalLabel=finalLabel+properties.decimal_place_character+afterDecimal),properties.data_labels_unit_after&&\"A\"==yAxisID&&(finalLabel+=properties.data_labels_unit_after),properties.data_labels_unit_after&&\"B\"==yAxisID&&(finalLabel+=properties.b_data_labels_unit_after),finalLabel},offset:function(context){return context.dataset.data[context.dataIndex]<0&&\"bar\"==chartTypeMaster?-1*(properties.datalabel_offset+1.33*properties.datalabel_size):properties.datalabel_offset},display:!0,borderWidth:\"1\",borderRadius:\"3\",borderColor:function(value){return value=\"Line\"!=properties.chartType?\"rgba(0, 0, 0, 0)\":\"rgba(0, 0, 0, 0.2)\"},backgroundColor:function(value){return value=(properties.chartType,properties.datalabel_background_color)},padding:\"1\"}};if(instance.data.datasets.find((element=>element.label==dataLabel))){let foundSeries=instance.data.datasets.find((element=>element.label==dataLabel));null!=foundSeries&&instance.data.datasets.splice(instance.data.datasets.indexOf(foundSeries),1)}instance.data.datasets.push(myDataset)}function removeOldSeriesProperty(seriesName){let foundSeries_originalproperty=instance.data.datasets.find((element=>element.label==seriesName));null!=foundSeries_originalproperty&&instance.data.datasets.splice(instance.data.datasets.indexOf(foundSeries_originalproperty),1)}function updateStyle(chart){chart.options.scales.yAxes[0].gridLines.zeroLineColor=properties.y_zero_line_color,chart.options.scales.yAxes[0].ticks.display=properties.show_y_tick_labels,chart.options.scales.yAxes[0].gridLines.color=instance.data.horizontalGridlineColor,chart.options.scales.yAxes[1].gridLines.zeroLineColor=properties.y_zero_line_color,chart.options.scales.yAxes[1].ticks.display=properties.show_y_tick_labels_b}function animate1(){instance.data.updateChartDatasets(),updateStyle(instance.data.chart),instance.data.chart.update()}chartContainer.parentNode.removeChild(chartContainer),(chartContainer=document.getElementById(\"chartContainer\"+instance.data.uniqueChartId)).style.height=properties.bubble.height().toString()+\"px\",chartContainer.style.width=properties.bubble.width().toString()+\"px\",instance.data.height=properties.bubble.height(),instance.data.mainChartCanvas.style.borderRadius=properties.bubble.border_roundness(),instance.data.lineWidth=properties.border_width,null!=properties.x_ticks_rotation&&(chart.options.scales.xAxes[0].ticks.minRotation=properties.x_ticks_rotation,chart.options.scales.xAxes[0].ticks.maxRotation=properties.x_ticks_rotation),instance.data.pushDataset=pushDataset,properties.series1&&properties.series1name?(removeOldSeriesProperty(instance.data.series1_oldname),pushDataset(properties.series1name,series1array,properties.series1color,properties.series_1_type.toLowerCase(),properties.series_1_y_axis_id),instance.data.series1_oldname=properties.series1name):removeOldSeriesProperty(instance.data.series1_oldname),properties.series2&&properties.series2name?(removeOldSeriesProperty(instance.data.series2_oldname),pushDataset(properties.series2name,series2array,properties.series2color,properties.series_2_type.toLowerCase(),properties.series_2_y_axis_id),instance.data.series2_oldname=properties.series2name):removeOldSeriesProperty(instance.data.series2_oldname),properties.series3&&properties.series3name?(removeOldSeriesProperty(instance.data.series3_oldname),pushDataset(properties.series3name,series3array,properties.series3color,properties.series_3_type.toLowerCase(),properties.series_3_y_axis_id),instance.data.series3_oldname=properties.series3name):removeOldSeriesProperty(instance.data.series3_oldname),properties.series4&&properties.series4name?(removeOldSeriesProperty(instance.data.series4_oldname),pushDataset(properties.series4name,series4array,properties.series4color,properties.series_4_type.toLowerCase(),properties.series_4_y_axis_id),instance.data.series4_oldname=properties.series4name):removeOldSeriesProperty(instance.data.series4_oldname),properties.series5&&properties.series5name?(removeOldSeriesProperty(instance.data.series5_oldname),pushDataset(properties.series5name,series5array,properties.series5color,properties.series_5_type.toLowerCase(),properties.series_5_y_axis_id),instance.data.series5_oldname=properties.series5name):removeOldSeriesProperty(instance.data.series5_oldname),properties.series6&&properties.series6name?(removeOldSeriesProperty(instance.data.series6_oldname),pushDataset(properties.series6name,series6array,properties.series6color,properties.series_6_type.toLowerCase(),properties.series_6_y_axis_id),instance.data.series6_oldname=properties.series6name):removeOldSeriesProperty(instance.data.series6_oldname),document.getElementById(instance.data.uniqueChartId).onclick=function(evt){var activePoint=chart.getElementAtEvent(evt);if(activePoint.length>0){var clickedDatasetIndex=activePoint[0]._datasetIndex,clickedElementindex=activePoint[0]._index,label=chart.data.labels[clickedElementindex],value=chart.data.datasets[clickedDatasetIndex].data[clickedElementindex],series_name=chart.data.datasets[clickedDatasetIndex].label,series_color=activePoint[0]._model.backgroundColor;instance.publishState(\"clicked_item_x_value\",label),instance.publishState(\"clicked_item_y_value\",value),instance.publishState(\"clicked_item_series_name\",series_name),instance.publishState(\"clicked_item_series_color\",series_color);let remainingSeriesObjects=chart.data.datasets.slice(),remainingSeriesValues=remainingSeriesObjects.map((a=>a.data[clickedElementindex])),i;for(i=0;i<remainingSeriesValues.length;i++)\"\"==remainingSeriesValues[i]&&(remainingSeriesValues[i]=0);instance.publishState(\"click_item_other_series_values\",remainingSeriesValues);let remainingSeriesColors=remainingSeriesObjects.map((a=>a.borderColor));instance.publishState(\"clicked_item_other_series_colors\",remainingSeriesColors);let remainingSeriesNames=remainingSeriesObjects.map((a=>a.label));instance.publishState(\"clicked_item_other_series_names\",remainingSeriesNames)}else null!=document.getElementById(properties.custom_tooltip_id)&&$(\"#\"+properties.custom_tooltip_id).fadeOut(100);label&&value&&series_name&&instance.triggerEvent(\"chart_value_clicked\",(function(err){}))},instance.data.chart=chart,setTimeout(animate1,400)})),instance.publishState(\"chart_loaded\",!0)}"},"reset":{"fn":"function(instance,context){}"},"preview":{"fn":"function(instance, properties) {\n    \n    // Create a wrapper div and set its style\n    var wrapper = document.createElement('div');\n    wrapper.style.position = 'fixed';\n    wrapper.style.top = '0';\n    wrapper.style.left = '0';\n    wrapper.style.width = '100%';\n    wrapper.style.height = '100%';\n    wrapper.style.backgroundColor = '#EAEAEE';\n    wrapper.style.border = '1px solid #BEBEC3'; // Add a border with color #BEBEC3\n    wrapper.style.boxSizing = 'border-box'; // Include the border in the width and height calculation\n    \n    // Append the wrapper to the body\n    document.body.appendChild(wrapper);\n    \n    // Create a container div and set its style\n    var container = document.createElement('div');\n    container.style.position = 'absolute';\n    container.style.top = '0';\n    container.style.left = '0';\n    container.style.width = '100%';\n    container.style.height = '100%';\n    container.style.display = 'flex';\n    container.style.flexDirection = 'column'; // Stack items vertically\n    container.style.justifyContent = 'center';\n    container.style.alignItems = 'center';\n\n    // Create a text element and set its style\n    var textElement = document.createElement('p');\n    textElement.innerText = 'Mixed Bar/Line/Area Chart';\n    textElement.style.fontFamily = 'Poppins, sans-serif';\n    textElement.style.fontSize = '12px';\n    textElement.style.textAlign = 'center';\n    textElement.style.color = '#294C61';\n\n    // Append the text element to the container\n    container.appendChild(textElement);\n    \n    // Create a text element for the support message\n    var supportText = document.createElement('p');\n    supportText.innerHTML = 'Email <strong>support@techblocksco.com</strong> to report any issues';\n    supportText.style.fontFamily = 'Poppins, sans-serif';\n    supportText.style.fontSize = '12px';\n    supportText.style.textAlign = 'center';\n    supportText.style.color = '#294C61';\n    supportText.style.marginTop = '10px'; // Add some spacing between the two text elements\n\n    // Append the support message to the container\n    container.appendChild(supportText);\n    \n    // Append the container to the body\n    document.body.appendChild(container);\n}\n"}},"platform_type":"web"},"AVN":{"display":"List Calculator - Advanced","property_applications":{"resizable":true},"add_is_visible":true,"fields":{"AVO":{"caption":"List 1 - Input HTML id","name":"list_1_html_id","rank":3,"editor":"DynamicValue","value":"text","default_val":"List_1"},"AVP":{"caption":"List 2 - Input HTML id","name":"list_2_html_id","rank":4,"editor":"DynamicValue","value":"text","default_val":"List_2"},"AVQ":{"caption":"List 3 - Input HTML id","name":"list_3_html_id","rank":5,"editor":"DynamicValue","value":"text","default_val":"List_3"},"AVR":{"caption":"List 4 - Input HTML id","name":"list_4_html_id","rank":6,"editor":"DynamicValue","value":"text","default_val":"List_4"},"AVS":{"caption":"List 5 - Input HTML id","name":"list_5_html_id","rank":7,"editor":"DynamicValue","value":"text","default_val":"List_5"},"AVT":{"caption":"List 6 - Input HTML id","name":"list_6_html_id","rank":8,"editor":"DynamicValue","value":"text","default_val":"List_6"},"AVU":{"caption":"List 7 - Input HTML id","name":"list_7_html_id","rank":9,"editor":"DynamicValue","value":"text","default_val":"List_7"},"AVc":{"caption":"This element helps extract input values from repeating groups to populate the data in your charts!","name":"this_element_helps_extract_input_values_from_repeating_groups._to_use_it,_add_a_repeating_group_to_the_page","rank":0,"editor":"Label"},"AVd":{"caption":"The following HTML ids should be added to the HTML id property for inputs in repeating groups on your page","name":"the_following_html_ids_should_be_added_to_the_html_id_property_for_inputs","rank":1,"editor":"Label"},"AVv":{"caption":"For full documentation on how to use this element, visit the following URL: https://techblocksco.bubbleapps.io/advanced-list-calculators","name":"for_full_documentation_on_how_to_use_this_element,_visit_the_following_url:_https://techblocksco.bubbleapps.io/advanced-list-calculators","rank":2,"editor":"Label"},"AYI":{"caption":"List 8 - Input HTML id","name":"list_8_html_id","rank":10,"editor":"DynamicValue","value":"text"}},"states":{"AVV":{"caption":"Output List 1","name":"output_list_1","value":"text","initialization_code":{"fn":"function(properties,context){}"}},"AVW":{"caption":"Output List 2","name":"output_list_2","value":"text","initialization_code":{"fn":"function(properties,context){}"}},"AVX":{"caption":"Output List 3","name":"output_list_3","value":"text","initialization_code":{"fn":"function(properties,context){}"}},"AVY":{"caption":"Output List 4","name":"output_list_4","value":"text","initialization_code":{"fn":"function(properties,context){}"}},"AVZ":{"caption":"Output List 5","name":"output_list_5","value":"text","initialization_code":{"fn":"function(properties,context){}"}},"AVa":{"caption":"Output List 6","name":"output_list_6","value":"text","initialization_code":{"fn":"function(properties,context){}"}},"AVb":{"caption":"Output List 7","name":"output_list_7","value":"text","initialization_code":{"fn":"function(properties,context){}"}},"AYH":{"caption":"Output List 8","name":"output_list_8","value":"text","initialization_code":{"fn":"function(properties,context){}"}}},"actions":{"AVe":{"caption":"Get Input Values","code":{"fn":"function(instance,properties,context){instance.data.getValues()}"}}},"code":{"preview":{"fn":"function(instance, properties) {\n    \n    // Create a wrapper div and set its style\n    var wrapper = document.createElement('div');\n    wrapper.style.position = 'fixed';\n    wrapper.style.top = '0';\n    wrapper.style.left = '0';\n    wrapper.style.width = '100%';\n    wrapper.style.height = '100%';\n    wrapper.style.backgroundColor = '#EAEAEE';\n    wrapper.style.border = '1px solid #BEBEC3'; // Add a border with color #BEBEC3\n    wrapper.style.boxSizing = 'border-box'; // Include the border in the width and height calculation\n    \n    // Append the wrapper to the body\n    document.body.appendChild(wrapper);\n    \n    // Create a container div and set its style\n    var container = document.createElement('div');\n    container.style.position = 'absolute';\n    container.style.top = '0';\n    container.style.left = '0';\n    container.style.width = '100%';\n    container.style.height = '100%';\n    container.style.display = 'flex';\n    container.style.flexDirection = 'column'; // Stack items vertically\n    container.style.justifyContent = 'center';\n    container.style.alignItems = 'center';\n\n    // Create a text element and set its style\n    var textElement = document.createElement('p');\n    textElement.innerText = 'List Calculator - Advanced';\n    textElement.style.fontFamily = 'Poppins, sans-serif';\n    textElement.style.fontSize = '12px';\n    textElement.style.textAlign = 'center';\n    textElement.style.color = '#294C61';\n\n    // Append the text element to the container\n    container.appendChild(textElement);\n    \n    // Create a text element for the support message\n    var supportText = document.createElement('p');\n    supportText.innerHTML = 'Email <strong>support@techblocksco.com</strong> to report any issues';\n    supportText.style.fontFamily = 'Poppins, sans-serif';\n    supportText.style.fontSize = '12px';\n    supportText.style.textAlign = 'center';\n    supportText.style.color = '#294C61';\n    supportText.style.marginTop = '10px'; // Add some spacing between the two text elements\n\n    // Append the support message to the container\n    container.appendChild(supportText);\n    \n    // Append the container to the body\n    document.body.appendChild(container);\n}\n"},"initialize":{"fn":"function(instance,context){}"},"update":{"fn":"function(instance,properties,context){var props={},ctr=1;$.each(properties,(function(k,v){var id=\"List\"+ctr+\"_id\";k.includes(\"list\")&&(props[id]=v,ctr++)}));let list=props;function getValues(){if(document.getElementById(properties.list_1_html_id)||document.getElementById(properties.list_2_html_id)||document.getElementById(properties.list_3_html_id)||document.getElementById(properties.list_4_html_id)||document.getElementById(properties.list_5_html_id)||document.getElementById(properties.list_6_html_id)||document.getElementById(properties.list_7_html_id)||document.getElementById(properties.list_8_html_id)){var lists=[],ctr=1;let arryOfListItems=document.querySelectorAll(\"#\"+properties.list_1_html_id),maxNumListItems=0;for(var i=0;i<arryOfListItems.length;i++)\"none\"!=arryOfListItems[i].parentNode.style.display&&(console.log(arryOfListItems[i]),maxNumListItems++);$.each(list,(function(k,v){var values=[],display=0;$(\"[id='\"+v+\"']\").each((function(){display<maxNumListItems&&(values.push($(this).val()),display++)})),lists.push(values.join(\", \"))})),$.each(lists,(function(k,v){var output=\"output_list_\"+ctr;ctr<9&&instance.publishState(output,v),ctr++}))}else{if(!(instance.data.startTime<instance.data.timeLimit))return console.log(\"Could not find the input element in the repeating group. Make sure it is loaded on the page (set to visible)\"),null;instance.data.startTime+=50,setTimeout(getValues,50)}}instance.data.timeLimit=15e3,instance.data.startTime=0,instance.data.getValues=getValues,getValues(),$(document).on(\"change\",\".bubble-element.Input\",(function(){getValues()}));const observerFunction=undefined,observer=new MutationObserver((mutations=>{mutations.forEach((mutation=>{\"attributes\"===mutation.type&&\"style\"===mutation.attributeName&&getValues()}))})),config={childList:!0,attributes:!0,attributeFilter:[\"style\"],subtree:!0},targetElement=document.body;observer.observe(targetElement,config)}"},"reset":{"fn":"function(instance,context){}"}},"platform_type":"web"},"AZT":{"display":"Chart - Funnel","property_applications":{"MinWidth":true,"resizable":true,"Font":true,"Border":true},"add_is_visible":true,"support_autobinding":false,"has_reset_fn":false,"fields":{"AYf":{"caption":"Funnel Section Labels","default_val":"Leads, Prospects, Opportunities, Win","editor":"DynamicValue","is_list":false,"name":"xvalues","rank":1,"value":"text"},"AYg":{"caption":"Series 1 Color Start","default_val":"rgba(255, 177, 120, 1)","editor":"Color","name":"series1color","rank":4},"AYh":{"caption":"Series 1 Color End","editor":"Color","name":"series2color","rank":5,"default_val":"rgba(255, 60, 142, 1)"},"AYi":{"caption":"Series 2 Color Start","default_val":"rgba(0,161,255,0.5)","editor":"Color","name":"series3color","rank":8},"AYj":{"caption":"Series 2 Color End","default_val":"rgba(0, 162, 255, 1)","editor":"Color","name":"series4color","optional":true,"rank":9},"AYk":{"caption":"Series 3 Color Start","default_val":"rgba(99, 99, 99, 1)","editor":"Color","name":"series5color","optional":true,"rank":12},"AYl":{"caption":"Show Value Labels?","default_val":true,"editor":"DynamicValue","name":"show_data_labels_value","rank":24,"value":"boolean"},"AYm":{"caption":"------------------------- Section Colors ---------------------------","name":"-------------------_series_values_(can_also_add_infinite_series_via_action)_-------------------","rank":38,"editor":"Label"},"AYn":{"caption":"------------------------- General Settings -------------------------","name":"-------------------_main_fields_-------------------","rank":0,"editor":"Label"},"AYo":{"caption":"Data Label Unit Before","name":"data_labels_unit_before","rank":30,"editor":"DynamicValue","value":"text","optional":true},"AYp":{"caption":"Data Labels Unit After","name":"data_labels_unit_after","rank":31,"editor":"DynamicValue","value":"text","optional":true},"AYq":{"caption":"Thousands Separator","name":"thousands_separator","rank":14,"editor":"DynamicValue","value":"text","default_val":",","optional":true},"AYr":{"caption":"--------------------------- Data Labels ---------------------------","name":"---------------------------_data_labels_---------------------------","rank":23,"editor":"Label"},"AYs":{"caption":"Vertical Offset","name":"datalabel_offset","rank":29,"editor":"DynamicValue","value":"number","default_val":3},"AYt":{"caption":"Percent - Font Color","name":"datalabel_font_color_percent","rank":34,"editor":"Color","default_val":"rgba(0, 162, 255, 1)"},"AYu":{"caption":"Anchor","name":"datalabel_anchor","rank":27,"editor":"Dropdown","default_val":"left"},"AYv":{"caption":"Series 3 Color End","name":"series6color","rank":13,"editor":"Color","default_val":"rgba(92, 92, 92, 1)","optional":true},"AYw":{"caption":"Additional Colors (Comma-Separated List)","name":"additional_colors","rank":39,"editor":"DynamicValue","value":"text","default_val":"#33B5E5, #36D184, #F7B733, #AA66CC, #636363, #FF7300"},"AYx":{"caption":"Series 1 Values","name":"values","rank":3,"editor":"DynamicValue","value":"text","default_val":"2450, 705, 581, 322"},"AYy":{"caption":"Funnel Alignment","name":"side","rank":16,"editor":"Dropdown","default_val":"vertical"},"AYz":{"caption":"Left Padding","name":"left_padding","rank":17,"editor":"DynamicValue","value":"number","default_val":10},"AZA":{"caption":"Right Padding","name":"right_padding","rank":18,"editor":"DynamicValue","value":"number","default_val":10},"AZB":{"caption":"Horizontal Offset","name":"datalabel_horizontal_offset","rank":28,"editor":"DynamicValue","value":"number","default_val":0},"AZC":{"caption":"Show Hover Tooltips?","name":"show_hover_tooltips","rank":19,"editor":"DynamicValue","value":"boolean","default_val":false},"AZD":{"caption":"Title - Font Color","name":"datalabel_font_color_title","rank":33,"editor":"Color","default_val":"rgba(122, 122, 122, 1)"},"AZE":{"caption":"Value - Font Color","name":"datalabel_font_color_value","rank":32,"editor":"Color","default_val":"rgba(122, 122, 122, 1)"},"AZF":{"caption":"Value - Font Size","name":"datalabel_font_size_value","rank":35,"editor":"DynamicValue","value":"number","default_val":15},"AZG":{"caption":"Title - Font Size","name":"datalabel_font_size_title","rank":36,"editor":"DynamicValue","value":"number","default_val":10},"AZH":{"caption":"Percent - Font Size","name":"datalabel_font_size_percent","rank":37,"editor":"DynamicValue","value":"number","default_val":18},"AZI":{"caption":"Show Percent Labels?","name":"show_data_labels_percent","rank":26,"editor":"DynamicValue","value":"boolean","default_val":true},"AZJ":{"caption":"Show Title Labels?","name":"show_data_labels_title","rank":25,"editor":"DynamicValue","value":"boolean","default_val":true},"AZK":{"caption":"Separator Color","name":"separator_color","rank":15,"editor":"Color","value":"_any_thing","default_val":"rgba(174, 185, 194, 1)"},"AZL":{"caption":"Series 1 Name","name":"series_1_name","rank":2,"editor":"DynamicValue","value":"text","default_val":"Series 1"},"AZM":{"caption":"Series 2 Name","name":"series_2_name","rank":6,"editor":"DynamicValue","value":"text","default_val":"Series 2","optional":true},"AZN":{"caption":"Series 2 Values","name":"series_2_values","rank":7,"editor":"DynamicValue","value":"text","optional":true,"default_val":"1050, 210, 108, 52"},"AZO":{"caption":"Series 3 Name","name":"series_3_name","rank":10,"editor":"DynamicValue","value":"text","optional":true,"default_val":"Series 3"},"AZP":{"caption":"Series 3 Values","name":"series_3_values","rank":11,"editor":"DynamicValue","value":"text","optional":true,"default_val":"500, 200, 100, 50"},"AZU":{"caption":"Tooltip Background Color","name":"tooltip_background_color","rank":20,"editor":"Color","default_val":"rgba(255,255,255,0.8)"},"AZV":{"caption":"Tooltip Series Name Color","name":"tooltip_series_name_color","rank":21,"editor":"Color","default_val":"rgba(99, 99, 99, 1)"},"AZW":{"caption":"Tooltip Value Color","name":"tooltip_value_color","rank":22,"editor":"Color","default_val":"rgba(0, 162, 255, 1)"}},"states":{"AZQ":{"caption":"Clicked Item X Value","initialization_code":{"fn":"function(properties,context){}"},"name":"clicked_item_x_value","value":"text"},"AZR":{"caption":"Clicked Item Y Value","name":"clicked_item_y_value","value":"number","initialization_code":{"fn":"function(properties,context){}"}},"AZS":{"caption":"Clicked Item Series Name","name":"clicked_item_series_name","value":"text","initialization_code":{"fn":"function(properties,context){}"}}},"events":{"AYe":{"caption":"chart_value_clicked","name":"chart_value_clicked"}},"actions":{"AYX":{"caption":"Add a Data Series","code":{"fn":"function(instance,properties,context){let customChartType;function addSeries(){if(instance.data.createDataArray){let newSeries=instance.data.createDataArray(properties.yValues);instance.data.pushDataset(properties.series_name,newSeries,properties.series_color,customChartType),instance.data.updateChartDatasets(),instance.data.chart.update()}else setTimeout(addSeries,1500)}properties.chart_type&&(customChartType=properties.chart_type.toLowerCase()),addSeries()}"},"fields":{"AYY":{"caption":"Series Name","name":"series_name","rank":0,"editor":"DynamicValue","value":"text"},"AYZ":{"caption":"Series Color","name":"series_color","rank":1,"editor":"Color","default_val":"rgba(51, 181, 229, 1)"},"AYa":{"caption":"Series Y Values","name":"yValues","rank":2,"editor":"DynamicValue","value":"text"},"AYb":{"caption":"Chart Type","name":"chart_type","rank":3,"editor":"Dropdown","optional":true}}},"AYc":{"caption":"Remove a Data Series","code":{"fn":"function(instance,properties,context){let foundSeries=instance.data.chart.data.datasets.find((element=>element.label==properties.data_series_name));null!=foundSeries&&(instance.data.chart.data.datasets.splice(instance.data.chart.data.datasets.indexOf(foundSeries),1),instance.data.chart.update())}"},"fields":{"AYd":{"caption":"Data Series Name","name":"data_series_name","rank":0,"editor":"DynamicValue","value":"text"}}}},"code":{"initialize":{"fn":"function(instance,context){instance.data.uniqueChartId=\"chartcanvas\"+Math.floor(1e5*Math.random()).toString(),instance.data.chartCanvasCopy=\"<div id=\"+instance.data.uniqueChartId+\"></div>\",instance.canvas.append(instance.data.chartCanvasCopy)}"},"update":{"fn":"function(instance,properties,context){let labels=properties.xvalues.split(\",\"),values=properties.values.split(\",\").map(Number),sublabelsArray=[];sublabelsArray.push(properties.series_1_name);let arrayOfArrayValues=[];if(properties.series_2_values){let values2=properties.series_2_values.split(\",\").map(Number);for(let i=0;i<values.length;i++){let newArray=[values[i],values2[i]];arrayOfArrayValues.push(newArray)}values=arrayOfArrayValues,sublabelsArray.push(properties.series_2_name)}if(properties.series_3_values){let values3=properties.series_3_values.split(\",\").map(Number);for(let i=0;i<arrayOfArrayValues.length;i++)arrayOfArrayValues[i].push(values3[i]);values=arrayOfArrayValues,sublabelsArray.push(properties.series_3_name)}let colors=[],colors2=[],colors3=[];colors.push(properties.series1color),colors.push(properties.series2color),colors2.push(properties.series3color),colors2.push(properties.series4color),colors3.push(properties.series5color),colors3.push(properties.series6color);let colorsArray=[];colorsArray.push(colors),colorsArray.push(colors2),colorsArray.push(colors3),colorsArray=colorsArray.slice(0,values.length);let additionalColors=properties.additional_colors,additionalColorsArray;null!=additionalColors&&(additionalColorsArray=additionalColors.split(\", \"));let fullColorArray,finalColorArray=colors.concat(additionalColorsArray).slice(0,labels.length);colors=colors.slice(0,labels.length);let direction=properties.side,borderColor=properties.separator_color;var data={labels:labels,subLabels:sublabelsArray,colors:colorsArray,values:values};if(instance.data.funnel?instance.data.funnel.update({data:data}):(instance.data.funnel=new FunnelGraph({container:\"#\"+instance.data.uniqueChartId,gradientDirection:direction,data:data,displayPercent:properties.display_percent,direction:direction,width:0,height:0,subLabelValue:\"raw\"}),instance.data.funnel.draw()),\"horizontal\"==direction){let labelNodes;instance.data.funnel.updateHeight(properties.bubble.height()-130),instance.data.funnel.updateWidth(properties.bubble.width()),$(instance.canvas[0]).find(\".svg-funnel-js__labels .svg-funnel-js__label\").each((function(i){0!==i&&$($(this)).css({borderLeft:`1px solid ${borderColor}`})}))}else{let labelNodes;instance.data.funnel.updateHeight(properties.bubble.height()),instance.data.funnel.updateWidth(properties.bubble.width()-130),$(instance.canvas[0]).find(\".svg-funnel-js__labels .svg-funnel-js__label\").each((function(i){0!==i&&$($(this)).css({borderTop:`1px solid ${borderColor}`})}))}instance.data.funnel.update({displayPercent:properties.show_data_labels_percent,direction:direction,gradientDirection:direction}),$(instance.canvas[0]).find(\".label__segment-percentages\").each((function(i){let seriesNames;$(this).css({backgroundColor:properties.tooltip_background_color}),this.querySelectorAll(\"li\").forEach((function(item){item.style.color=properties.tooltip_series_name_color,item.style.fontFamily=properties.bubble.font_face().includes(\"font_default\")?\"Poppins\":properties.bubble.font_face().split(\":\")[0],item.style.fontSize=12}))})),$(instance.canvas[0]).find(\".percentage__list-label\").each((function(i){$(this).css({color:properties.tooltip_value_color,fontFamily:properties.bubble.font_face().includes(\"font_default\")?\"Poppins\":properties.bubble.font_face().split(\":\")[0],fontSize:12})})),$(instance.canvas[0]).find(\".svg-funnel-js__subLabel--title\").each((function(i){$(this).css({color:\"gray\",fontFamily:properties.bubble.font_face().includes(\"font_default\")?\"Poppins\":properties.bubble.font_face().split(\":\")[0]}),instance.data.labelPercentElement=this.cloneNode(!0)})),$(instance.canvas[0]).find(\".label__title\").each((function(i){properties.show_data_labels_title||$(this).text(\"\"),$(this).css({color:properties.datalabel_font_color_title,fontSize:properties.datalabel_font_size_title,fontFamily:properties.bubble.font_face().includes(\"font_default\")?\"Poppins\":properties.bubble.font_face().split(\":\")[0]})})),$(instance.canvas[0]).find(\".label__percentage\").each((function(i){properties.show_data_labels_percent||$(this).text(\"\"),-1==i&&$(this).text(\"100%\"),$(this).css({color:properties.datalabel_font_color_percent,fontSize:properties.datalabel_font_size_percent,fontFamily:properties.bubble.font_face().includes(\"font_default\")?\"Poppins\":properties.bubble.font_face().split(\":\")[0]}),instance.data.labelPercentElement=this.cloneNode(!0)})),$(instance.canvas[0]).find(\".label__value\").each((function(i){0==i&&properties.show_data_labels_percent&&($(instance.data.labelPercentElement).text(\"100%\"),this.parentNode.appendChild(instance.data.labelPercentElement));let rawCommaValue=$(this).text(),newCommaSeparatedValue;rawCommaValue=rawCommaValue.replace(/,/g,\"\"),newCommaSeparatedValue=rawCommaValue.replace(/\\B(?=(\\d{3})+(?!\\d))/g,properties.thousands_separator),properties.data_labels_unit_before&&(newCommaSeparatedValue=properties.data_labels_unit_before+newCommaSeparatedValue),properties.data_labels_unit_after&&(newCommaSeparatedValue+=properties.data_labels_unit_after),$(this).text(newCommaSeparatedValue),properties.show_data_labels_value||$(this).text(\"\"),$(this).css({color:properties.datalabel_font_color_value,fontSize:properties.datalabel_font_size_value})}))}"},"reset":{"fn":"function(instance,context){}"},"preview":{"fn":"function(instance, properties) {\n    \n    // Create a wrapper div and set its style\n    var wrapper = document.createElement('div');\n    wrapper.style.position = 'fixed';\n    wrapper.style.top = '0';\n    wrapper.style.left = '0';\n    wrapper.style.width = '100%';\n    wrapper.style.height = '100%';\n    wrapper.style.backgroundColor = '#EAEAEE';\n    wrapper.style.border = '1px solid #BEBEC3'; // Add a border with color #BEBEC3\n    wrapper.style.boxSizing = 'border-box'; // Include the border in the width and height calculation\n    \n    // Append the wrapper to the body\n    document.body.appendChild(wrapper);\n    \n    // Create a container div and set its style\n    var container = document.createElement('div');\n    container.style.position = 'absolute';\n    container.style.top = '0';\n    container.style.left = '0';\n    container.style.width = '100%';\n    container.style.height = '100%';\n    container.style.display = 'flex';\n    container.style.flexDirection = 'column'; // Stack items vertically\n    container.style.justifyContent = 'center';\n    container.style.alignItems = 'center';\n\n    // Create a text element and set its style\n    var textElement = document.createElement('p');\n    textElement.innerText = 'Funnel Chart';\n    textElement.style.fontFamily = 'Poppins, sans-serif';\n    textElement.style.fontSize = '12px';\n    textElement.style.textAlign = 'center';\n    textElement.style.color = '#294C61';\n\n    // Append the text element to the container\n    container.appendChild(textElement);\n    \n    // Create a text element for the support message\n    var supportText = document.createElement('p');\n    supportText.innerHTML = 'Email <strong>support@techblocksco.com</strong> to report any issues';\n    supportText.style.fontFamily = 'Poppins, sans-serif';\n    supportText.style.fontSize = '12px';\n    supportText.style.textAlign = 'center';\n    supportText.style.color = '#294C61';\n    supportText.style.marginTop = '10px'; // Add some spacing between the two text elements\n\n    // Append the support message to the container\n    container.appendChild(supportText);\n    \n    // Append the container to the body\n    document.body.appendChild(container);\n}\n"}},"platform_type":"web"},"Aah":{"display":"Chart - Polar Area","property_applications":{"MinWidth":true,"resizable":true,"Font":true,"Border":true},"add_hover_pressed":false,"add_is_visible":true,"support_autobinding":false,"has_reset_fn":false,"fields":{"AZl":{"caption":"Series Labels","default_val":"Category A, Category B, Category C, Category D","editor":"DynamicValue","is_list":false,"name":"chartlabels","rank":2,"value":"text"},"AZm":{"caption":"Series Values","default_val":"2525, 743, 431, 1540","editor":"DynamicValue","name":"series1","rank":3,"value":"text"},"AZn":{"caption":"Value's Colors","default_val":"#00A2FF, #24E082, #FF8961, #BC61E6","editor":"DynamicValue","is_list":false,"name":"series1color","rank":4,"value":"text"},"AZo":{"caption":"Tooltip Unit - Before","editor":"DynamicValue","name":"yAxisUnitBeforeNumber","optional":true,"rank":38,"value":"text"},"AZp":{"caption":"Tooltip Unit - After","editor":"DynamicValue","is_list":false,"name":"yAxisUnitAfterNumber","optional":true,"rank":39,"value":"text"},"AZq":{"caption":"labelValue: Unit Before","default_val":"$","editor":"DynamicValue","name":"data_label_unit_before","rank":26,"value":"text"},"AZr":{"caption":"labelValue: Unit After","default_val":" USD","editor":"DynamicValue","name":"data_label_unit_after","rank":27,"value":"text"},"AZs":{"caption":"Show/Hide Legend","name":"showLegend2","rank":6,"editor":"Dropdown","default_val":"Top"},"AZt":{"caption":"Section Border Width","name":"section_border_width","rank":18,"editor":"DynamicValue","value":"number","default_val":5},"AZu":{"caption":"Section Border Color","name":"section_border_color","rank":19,"editor":"Color","default_val":"rgba(255, 255, 255, 1)"},"AZv":{"caption":"Cutout Percentage","name":"cutout_percentage","rank":17,"editor":"DynamicValue","value":"number","default_val":82},"AZw":{"caption":"-------------------------- General Settings --------------------------","name":"-------------------------_general_settings_-------------------------","rank":5,"editor":"Label"},"AZx":{"caption":"---------------------------- Chart Styling ----------------------------","name":"-------------------------_chart_styling_-------------------------","rank":16,"editor":"Label"},"AZy":{"caption":"-------------------------- Tooltip Settings ---------------------------","name":"-------------------------_tooltip_settings_-------------------------","rank":37,"editor":"Label"},"AZz":{"caption":"Thousands Separator","name":"thousands_separator","rank":12,"editor":"DynamicValue","value":"text","default_val":",","optional":true},"AaA":{"caption":"Hover Border Width","name":"hover_border_width","rank":21,"editor":"DynamicValue","value":"number","optional":false,"default_val":3},"AaB":{"caption":"----------------------------- Data Labels ------------------------------","name":"--------------------------_data_labels_---------------------------","rank":23,"editor":"Label"},"AaC":{"caption":"Font Color","name":"datalabel_font_color","rank":34,"editor":"Color","default_val":"rgba(255, 255, 255, 1)"},"AaD":{"caption":"Anchor","name":"anchor","rank":31,"editor":"Dropdown","default_val":"end"},"AaE":{"caption":"Font Color Setting","name":"font_color_setting","rank":33,"editor":"Dropdown","default_val":"Default (Same as Series Color)"},"AaF":{"caption":"Offset","name":"offset","rank":32,"editor":"DynamicValue","value":"number","default_val":3},"AaG":{"caption":"Custom Tooltip ID","name":"custom_tooltip_id","rank":11,"editor":"DynamicValue","value":"text","optional":true},"AaH":{"caption":"Font Size","name":"datalabel_size","rank":35,"editor":"DynamicValue","value":"number","default_val":12},"AaI":{"caption":"Section Corner Roundness","name":"section_corner_roundness","rank":41,"editor":"Dropdown","default_val":"Square Corners"},"AaJ":{"caption":"Round Corner Section#","name":"rounded_corner_section_number","rank":42,"editor":"DynamicValue","value":"number","default_val":0},"AaK":{"caption":"------------------ Section Corner Roundness -------------------","name":"---------------------_section_corner_roundness_----------------------","rank":40,"editor":"Label"},"AaL":{"caption":"Chart Padding","name":"padding","rank":14,"editor":"DynamicValue","value":"number","default_val":15},"AaM":{"caption":"Rotation","name":"rotation","rank":22,"editor":"DynamicValue","value":"number","default_val":0},"AaN":{"caption":"Total Circumference","name":"total_circumference","rank":20,"editor":"DynamicValue","value":"number","default_val":360},"AaO":{"caption":"Hide Overlap'd Labels","name":"hide_datalabels_overlap","rank":29,"editor":"DynamicValue","value":"boolean","default_val":false},"AaP":{"caption":"Legend Padding","name":"legend_padding","rank":10,"editor":"DynamicValue","value":"number","default_val":0},"AaQ":{"caption":"Hide Labels Less Than #","name":"hide_if_less_than","rank":30,"editor":"DynamicValue","value":"number","optional":true},"AaR":{"caption":"Animation Duration","name":"animation_duration","rank":15,"editor":"DynamicValue","value":"number","default_val":1500},"AaS":{"caption":"Legend Font Color","name":"legend_font_color","rank":8,"editor":"Color","default_val":"rgba(174, 185, 194, 1)"},"AaT":{"caption":"Hide from Legend if <","name":"hide_from_legend_if_less_than","rank":9,"editor":"DynamicValue","value":"number","optional":true},"AaU":{"caption":"----------------------------- Chart Data -----------------------------","name":"-----------------------------_chart_data_-----------------------------","rank":0,"editor":"Label"},"AaV":{"caption":"ℹ️ Enter your chart's labels, values, and colors. Values in each list should be comma-separated (with comma and space \", \").  The 1st item in the \"Series Labels\" list matches with the 1st item in \"Series Values\" and \"Value's Colors\" lists; the 2nd items all match with each other, and so on","name":"ℹ️_enter_you_chart's_x-axis_values_(the_x-axis_labels_that_will_go_from_left_to_right)_separated_by_comma_and_space_(\",_\").__can_be_a_dynamic_expression.","rank":1,"editor":"Label"},"AaW":{"caption":"⚠️ If data points get cut off near edges of the chart element, increase the Chart Padding below:","name":"⚠️_if_data_points_get_cut_off_near_edges_of_the_chart_element,_increase_the_chart_padding_below:","rank":13,"editor":"Label"},"AaX":{"caption":"Data Label Text","name":"data_label_text","rank":25,"editor":"DynamicValue","value":"text","optional":true,"default_val":"labelPercent, labelValue, labelName"},"AaY":{"caption":"Show Data Label?","name":"show_label","rank":24,"editor":"DynamicValue","value":"boolean","default_val":false},"AaZ":{"caption":"Percent Decimal Places","name":"labelpercent_decimal","rank":28,"editor":"DynamicValue","value":"number","default_val":2},"Aaa":{"caption":"Label Font Weight","name":"datalabel_fontweight","rank":36,"editor":"Dropdown","default_val":" 400","in_style":false},"Aab":{"caption":"Legend Color Style","name":"legend_color_style","rank":7,"editor":"Dropdown","default_val":"Circle"}},"states":{"Aac":{"caption":"Clicked Item Label Value","name":"clicked_item_x_value","value":"text","initialization_code":{"fn":"function(properties,context){}"}},"Aad":{"caption":"Clicked Item Y Value","name":"clicked_item_y_value","value":"number","initialization_code":{"fn":"function(properties,context){}"}},"Aae":{"caption":"Hovered Item Label Value","name":"hovered_item_x_value","value":"text","initialization_code":{"fn":"function(properties,context){}"}},"Aaf":{"caption":"Hovered Item Y Value","name":"hovered_item_y_value","value":"number","initialization_code":{"fn":"function(properties,context){}"}},"Aag":{"caption":"Hovered Item Color","name":"hovered_item_series_color","value":"text","initialization_code":{"fn":"function(properties,context){}"}}},"events":{"AZj":{"caption":"Chart Value Clicked","name":"chart_value_clicked"},"AZk":{"caption":"Chart Value Hovered","name":"chart_value_hovered"}},"code":{"initialize":{"fn":"function(instance,context){instance.data.uniqueChartId=\"chartcanvas\"+Math.floor(1e5*Math.random()).toString(),instance.data.chartCanvasCopy=\"<div id='chartContainer\"+instance.data.uniqueChartId+\"' class='chart-container' style='position: relative; height: 1px; width: 1px'><canvas id='\"+instance.data.uniqueChartId+\"'></canvas></div>\",instance.canvas.append(instance.data.chartCanvasCopy);var chartcanvas2=document.getElementById(instance.data.uniqueChartId);function forceUpdate(){document.getElementById(instance.data.custom_tooltip_id)&&(document.getElementById(instance.data.custom_tooltip_id).style.display=\"none\")}instance.data.ctxChartState=chartcanvas2.getContext(\"2d\"),setTimeout(forceUpdate,200)}"},"update":{"fn":"function(instance,properties,context){if(Chart.plugins.unregister(ChartDataLabels),Chart.Legend.prototype.afterFit=function(){this.height=this.height+properties.legend_padding,this.width=this.width+properties.legend_padding},null!=properties.custom_tooltip_id&&(instance.data.custom_tooltip_id=properties.custom_tooltip_id),null==properties.chartlabels||null==properties.series1)return;if($(document).on(\"mousemove\",(function(e){let divHeight=$(\"#\"+properties.custom_tooltip_id).height();$(\"#\"+properties.custom_tooltip_id).css({position:\"fixed\",left:e.clientX+12,top:e.clientY-divHeight/2,zIndex:1e21})})),instance.data.ctxChartState){$(\"#\"+instance.data.uniqueChartId).remove();var canvas3=instance.data.chartCanvasCopy;instance.canvas.append(canvas3);var chartcanvas2=document.getElementById(instance.data.uniqueChartId);instance.data.ctxChartState=chartcanvas2.getContext(\"2d\")}var chartcanvas=document.getElementById(instance.data.uniqueChartId),ctxchart=chartcanvas.getContext(\"2d\");let legendState,showLegend;\"Don't Show Legend\"==properties.showLegend2?showLegend=!1:(legendState=properties.showLegend2.toLowerCase(),showLegend=!0);let listofchartlabels=properties.chartlabels,arrayoflabels=[];null!=properties.chartlabels&&(properties.chartlabels.includes(\",\")?arrayoflabels=listofchartlabels.split(\",\"):arrayoflabels.push(properties.chartlabels));let series1array=[];if(!properties.series1)return void series1array.push(5);if(properties.series1.includes(\",\")){let series1string=properties.series1;series1array=series1string.split(\",\")}else series1array.push(properties.series1);let pieChartColorsArray=[];if(properties.series1color.includes(\",\")){pieChartColorsArray=properties.series1color.split(\",\");for(let i=0;i<pieChartColorsArray.length;i++)pieChartColorsArray[i]=pieChartColorsArray[i].replace(/\\s/g,\"\")}else pieChartColorsArray.push(properties.series1color);let allYValuesArray=series1array,chartLabelsOn;1==properties.show_label&&[ChartDataLabels]&&(chartLabelsOn=[ChartDataLabels]);let customTooltip=!1;null!=properties.custom_tooltip_id&&(customTooltip=!0,$(\"#\"+properties.custom_tooltip_id).fadeOut(1)),Chart.defaults.RoundedDoughnut=Chart.helpers.clone(Chart.defaults.doughnut),Chart.controllers.RoundedDoughnut=Chart.controllers.doughnut.extend({draw:function(ease){var ctx=this.chart.ctx,easingDecimal=ease||1,arcs=this.getMeta().data;Chart.helpers.each(arcs,(function(arc,i){arc.transition(easingDecimal).draw();var pArc,pColor=arcs[0===i?arcs.length-1:i-1]._view.backgroundColor,vm=arc._view,radius=(vm.outerRadius+vm.innerRadius)/2,thickness=(vm.outerRadius-vm.innerRadius)/2,startAngle=Math.PI-vm.startAngle-Math.PI/2,angle=Math.PI-vm.endAngle-Math.PI/2;ctx.save(),ctx.translate(vm.x,vm.y),ctx.fillStyle=0===i?vm.backgroundColor:pColor,ctx.beginPath(),ctx.arc(radius*Math.sin(startAngle),radius*Math.cos(startAngle),thickness,0,2*Math.PI),ctx.fill(),ctx.fillStyle=vm.backgroundColor,ctx.beginPath(),ctx.arc(radius*Math.sin(angle),radius*Math.cos(angle),thickness,0,2*Math.PI),ctx.fill(),ctx.restore()}))}}),Chart.pluginService.register({afterUpdate:function(chart){if(void 0!==chart.config.options.elements.arc.roundedCornersFor){var arc=chart.getDatasetMeta(0).data[chart.config.options.elements.arc.roundedCornersFor];arc.round={x:(chart.chartArea.left+chart.chartArea.right)/2,y:(chart.chartArea.top+chart.chartArea.bottom)/2,radius:(chart.outerRadius+chart.innerRadius)/2,thickness:(chart.outerRadius-chart.innerRadius)/2-1,backgroundColor:arc._model.backgroundColor}}},afterDraw:function(chart){if(void 0!==chart.config.options.elements.arc.roundedCornersFor){var ctx=chart.chart.ctx,arc=chart.getDatasetMeta(0).data[chart.config.options.elements.arc.roundedCornersFor],startAngle=Math.PI/2-arc._view.startAngle,endAngle=Math.PI/2-arc._view.endAngle;let vm=arc._view,thickness=(vm.outerRadius-vm.innerRadius)/2;ctx.save(),ctx.translate(arc.round.x,arc.round.y),ctx.fillStyle=arc.round.backgroundColor,ctx.beginPath(),ctx.arc(arc.round.radius*Math.sin(startAngle),arc.round.radius*Math.cos(startAngle),thickness,0,2*Math.PI),ctx.arc(arc.round.radius*Math.sin(endAngle),arc.round.radius*Math.cos(endAngle),thickness,0,2*Math.PI),ctx.closePath(),ctx.fill(),ctx.restore()}}});let chartType=\"pie\",showDataLabelsOverlap;\"Rounded Corners (All Sections)\"==properties.section_corner_roundness&&(chartType=\"RoundedDoughnut\"),showDataLabelsOverlap=!properties.hide_datalabels_overlap||\"auto\";let config={plugins:chartLabelsOn,type:\"polarArea\",data:{labels:arrayoflabels,datasets:[{fill:!1,borderWidth:properties.section_border_width,borderColor:properties.section_border_color,hoverBorderWidth:properties.hover_border_width,hoverBorderColor:properties.section_border_color,label:properties.series1name,backgroundColor:pieChartColorsArray,data:series1array,datalabels:{display:showDataLabelsOverlap,anchor:properties.anchor,align:function(value){return value=0==properties.offset?\"center\":\"end\"},offset:properties.offset,color:function(value){return value=\"Custom (Define Color Below)\"==properties.font_color_setting?properties.datalabel_font_color:pieChartColorsArray},formatter:function(value,context){let completeLabel=\"\",percent,labelValue,labelName;if(value<properties.hide_if_less_than)return\"\";let total=eval(series1array.join(\"+\")),labelArray;if(percent=String((value/total*100).toFixed(properties.labelpercent_decimal))+\"%\",labelName=arrayoflabels[context.dataIndex],labelValue=value.replace(/\\B(?=(\\d{3})+(?!\\d))/g,properties.thousands_separator),properties.data_label_unit_before&&(labelValue=(properties.data_label_unit_before+labelValue).replace(/\\s/g,\"\")),properties.data_label_unit_after&&(labelValue+=properties.data_label_unit_after),properties.data_label_text&&(labelArray=properties.data_label_text.split(\", \")),properties.data_label_text)for(;labelArray.length>0;)completeLabel&&(completeLabel+=\" \"),\"labelPercent\"==labelArray[0]&&(completeLabel+=percent),\"labelValue\"==labelArray[0]&&(completeLabel+=labelValue),\"labelName\"==labelArray[0]&&(completeLabel+=labelName),\"placeholder\"==labelArray[0]&&(completeLabel+=\"placeholder\"),labelArray.shift();return completeLabel},font:{family:properties.bubble.font_face().includes(\"font_default\")?\"Poppins\":properties.bubble.font_face().split(\":\")[0],size:properties.datalabel_size,weight:properties.datalabel_fontweight}}}]},options:{scale:{ticks:{display:!1}},plugins:{crosshair:!1},animation:{duration:properties.animation_duration},onHover:function(event,elements){if(elements[0]){var activePoint=chart.getElementAtEvent(event),clickedDatasetIndex=activePoint[0]._datasetIndex,clickedElementindex=activePoint[0]._index,label=chart.data.labels[clickedElementindex],value=chart.data.datasets[clickedDatasetIndex].data[clickedElementindex],series_name=chart.data.datasets[clickedDatasetIndex].label,series_color=activePoint[0]._view.backgroundColor;customTooltip&&(instance.publishState(\"hovered_item_x_value\",label),instance.publishState(\"hovered_item_y_value\",value),instance.publishState(\"hovered_item_series_color\",series_color),$(\"#\"+properties.custom_tooltip_id).fadeIn(250),null!=document.getElementById(properties.custom_tooltip_id)&&($(\"#\"+instance.data.uniqueChartId).css(\"cursor\",elements[0]?\"pointer\":\"default\"),document.getElementById(properties.custom_tooltip_id).style.zIndex=\"1000000000000000000000\"))}else $(\"#\"+properties.custom_tooltip_id).fadeOut(100);label&&value&&series_name&&instance.triggerEvent(\"chart_value_hovered\",(function(err){}))},cutoutPercentage:properties.cutout_percentage,rotation:-.5*Math.PI+properties.rotation*(Math.PI/180),circumference:properties.total_circumference*(Math.PI/180),legend:{align:\"left\",display:showLegend,position:legendState,labels:{filter:function(legendItem,data){return null==properties.hide_from_legend_if_less_than||data.datasets[0].data[legendItem.index]>properties.hide_from_legend_if_less_than},usePointStyle:\"Circle\"==properties.legend_color_style,fontColor:properties.legend_font_color,fontSize:properties.bubble.font_size(),fontFamily:properties.bubble.font_face().includes(\"font_default\")?\"Poppins\":properties.bubble.font_face().split(\":\")[0]}},maintainAspectRatio:!1,layout:{padding:{right:properties.padding,left:properties.padding,top:properties.padding,bottom:properties.padding}},tooltips:{enabled:!customTooltip,titleFontFamily:properties.bubble.font_face().includes(\"font_default\")?\"Poppins\":properties.bubble.font_face().split(\":\")[0],bodyFontFamily:properties.bubble.font_face().includes(\"font_default\")?\"Poppins\":properties.bubble.font_face().split(\":\")[0],callbacks:{label:function(tooltipItem,data){let label=\"\";label+=data.labels[tooltipItem.index],label+=\": \";let commaYLabel=data.datasets[0].data[tooltipItem.index];return null!=properties.thousands_separator&&(commaYLabel=commaYLabel.replace(/\\B(?=(\\d{3})+(?!\\d))/g,properties.thousands_separator)),properties.yAxisUnitBeforeNumber&&(commaYLabel=properties.yAxisUnitBeforeNumber+commaYLabel),label+=commaYLabel,properties.yAxisUnitAfterNumber&&(label+=properties.yAxisUnitAfterNumber),label}}}}},chart=new Chart(instance.data.ctxChartState,config);instance.data.chart=chart,chart.update();var chartContainer=document.getElementById(\"chartContainer\"+instance.data.uniqueChartId);function updateData(dataLabel,newData,newColor){chart.data.datasets.push({label:dataLabel,backgroundColor:newColor,data:newData,fill:!1,borderColor:newColor}),chart.update()}chartContainer.parentNode.removeChild(chartContainer),chartContainer=document.getElementById(\"chartContainer\"+instance.data.uniqueChartId),chartContainer.style.height=properties.bubble.height().toString()+\"px\",chartContainer.style.width=properties.bubble.width().toString()+\"px\",document.getElementById(instance.data.uniqueChartId).onclick=function(evt){var activePoint=chart.getElementAtEvent(event);if(activePoint.length>0){var clickedDatasetIndex=activePoint[0]._datasetIndex,clickedElementindex=activePoint[0]._index,label=chart.data.labels[clickedElementindex],value=chart.data.datasets[clickedDatasetIndex].data[clickedElementindex],series_name=chart.data.datasets[clickedDatasetIndex].label;instance.publishState(\"clicked_item_x_value\",label),instance.publishState(\"clicked_item_y_value\",value)}instance.triggerEvent(\"chart_value_clicked\",(function(err){}))},\"Rounded Corners (Single Section)\"==properties.section_corner_roundness&&(chart.options.elements.arc.roundedCornersFor=properties.rounded_corner_section_number),chart.destroy(),chart=new Chart(instance.data.ctxChartState,config)}"},"reset":{"fn":"function(instance,context){}"},"preview":{"fn":"function(instance, properties) {\n    \n    // Create a wrapper div and set its style\n    var wrapper = document.createElement('div');\n    wrapper.style.position = 'fixed';\n    wrapper.style.top = '0';\n    wrapper.style.left = '0';\n    wrapper.style.width = '100%';\n    wrapper.style.height = '100%';\n    wrapper.style.backgroundColor = '#EAEAEE';\n    wrapper.style.border = '1px solid #BEBEC3'; // Add a border with color #BEBEC3\n    wrapper.style.boxSizing = 'border-box'; // Include the border in the width and height calculation\n    \n    // Append the wrapper to the body\n    document.body.appendChild(wrapper);\n    \n    // Create a container div and set its style\n    var container = document.createElement('div');\n    container.style.position = 'absolute';\n    container.style.top = '0';\n    container.style.left = '0';\n    container.style.width = '100%';\n    container.style.height = '100%';\n    container.style.display = 'flex';\n    container.style.flexDirection = 'column'; // Stack items vertically\n    container.style.justifyContent = 'center';\n    container.style.alignItems = 'center';\n\n    // Create a text element and set its style\n    var textElement = document.createElement('p');\n    textElement.innerText = 'Polar Area Chart';\n    textElement.style.fontFamily = 'Poppins, sans-serif';\n    textElement.style.fontSize = '12px';\n    textElement.style.textAlign = 'center';\n    textElement.style.color = '#294C61';\n\n    // Append the text element to the container\n    container.appendChild(textElement);\n    \n    // Create a text element for the support message\n    var supportText = document.createElement('p');\n    supportText.innerHTML = 'Email <strong>support@techblocksco.com</strong> to report any issues';\n    supportText.style.fontFamily = 'Poppins, sans-serif';\n    supportText.style.fontSize = '12px';\n    supportText.style.textAlign = 'center';\n    supportText.style.color = '#294C61';\n    supportText.style.marginTop = '10px'; // Add some spacing between the two text elements\n\n    // Append the support message to the container\n    container.appendChild(supportText);\n    \n    // Append the container to the body\n    document.body.appendChild(container);\n}\n"}},"platform_type":"web"},"Asw":{"display":"Chart - Heatmap Beta","property_applications":{"resizable":true,"MinWidth":true,"Border":true,"Padding":true,"Font":true},"add_is_visible":true,"fields":{"Asx":{"caption":"X Axis Values","name":"xLabels","rank":1,"editor":"DynamicValue","value":"text","default_val":"x1, x2, x3"},"Asy":{"caption":"Y Axis Values","name":"yLabels","rank":2,"editor":"DynamicValue","value":"text","default_val":"y1, y2, y3"},"Asz":{"caption":"Heatmap Values","name":"values","rank":3,"editor":"DynamicValue","value":"text","default_val":"1, 2, 3; 4, 5, 6; 7, 8, 9"},"AtA":{"caption":"Color","name":"color","rank":4,"editor":"Color","default_val":"rgba(0, 162, 255, 1)"},"AtB":{"caption":"Show Toolbar?","name":"show_toolbar","rank":6,"editor":"DynamicValue","value":"boolean","default_val":true},"AtC":{"caption":"------------------------- General Settings -------------------------","name":"-------------------------_general_settings_-------------------------","rank":5,"editor":"Label"},"AtD":{"caption":"----------------------------- Chart Data -----------------------------","name":"-----------------------------_chart_data_-----------------------------","rank":0,"editor":"Label"},"AyF":{"caption":"Values Unit Before","name":"values_unit_before","rank":7,"editor":"DynamicValue","value":"text"},"AyG":{"caption":"Values Unit After","name":"values_unit_after","rank":8,"editor":"DynamicValue","value":"text"}},"code":{"preview":{"fn":"function(instance, properties) {\n    \n    // Create a wrapper div and set its style\n    var wrapper = document.createElement('div');\n    wrapper.style.position = 'fixed';\n    wrapper.style.top = '0';\n    wrapper.style.left = '0';\n    wrapper.style.width = '100%';\n    wrapper.style.height = '100%';\n    wrapper.style.backgroundColor = '#EAEAEE';\n    wrapper.style.border = '1px solid #BEBEC3'; // Add a border with color #BEBEC3\n    wrapper.style.boxSizing = 'border-box'; // Include the border in the width and height calculation\n    \n    // Append the wrapper to the body\n    document.body.appendChild(wrapper);\n    \n    // Create a container div and set its style\n    var container = document.createElement('div');\n    container.style.position = 'absolute';\n    container.style.top = '0';\n    container.style.left = '0';\n    container.style.width = '100%';\n    container.style.height = '100%';\n    container.style.display = 'flex';\n    container.style.flexDirection = 'column'; // Stack items vertically\n    container.style.justifyContent = 'center';\n    container.style.alignItems = 'center';\n\n    // Create a text element and set its style\n    var textElement = document.createElement('p');\n    textElement.innerText = 'Heatmap Chart';\n    textElement.style.fontFamily = 'Poppins, sans-serif';\n    textElement.style.fontSize = '12px';\n    textElement.style.textAlign = 'center';\n    textElement.style.color = '#294C61';\n\n    // Append the text element to the container\n    container.appendChild(textElement);\n    \n    // Create a text element for the support message\n    var supportText = document.createElement('p');\n    supportText.innerHTML = 'Email <strong>support@techblocksco.com</strong> to report any issues';\n    supportText.style.fontFamily = 'Poppins, sans-serif';\n    supportText.style.fontSize = '12px';\n    supportText.style.textAlign = 'center';\n    supportText.style.color = '#294C61';\n    supportText.style.marginTop = '10px'; // Add some spacing between the two text elements\n\n    // Append the support message to the container\n    container.appendChild(supportText);\n    \n    // Append the container to the body\n    document.body.appendChild(container);\n}\n"},"initialize":{"fn":"function(instance,context){function createDataArray(xString){let outputArray,xArray;return null!=xString&&(xArray=xString.split(\",\")),xArray}function convertStringToArrayOfArrays(str){var arr=str.split(\";\").map((function(item){return item.trim()})),seriesArray=[];return $.each(arr,(function(k,v){var a=v.split(\",\").map((function(item){return parseFloat(item.trim(),10)}));seriesArray.push(a)})),seriesArray}function rgbaToHex(rgba){const match=rgba.match(/rgba?\\((\\d+),\\s*(\\d+),\\s*(\\d+)(?:,\\s*(0|1|0?\\.\\d+))?\\)/);if(!match)throw new Error(\"Invalid RGBA color\");const hex=undefined;return`#${match.slice(1,4).map((num=>parseInt(num).toString(16).padStart(2,\"0\"))).join(\"\")}`}instance.data.createDataArray=createDataArray,instance.data.convertStringToArrayOfArrays=convertStringToArrayOfArrays,instance.data.rgbaToHex=rgbaToHex;let xLabels=[\"x1\",\"x2\",\"x3\"],yLabels=[\"y1\",\"y2\",\"y3\"],values=[[100,200,300],[200,300,400],[300,400,500]],myseries=yLabels.map(((label,index)=>{let data;return{name:label,data:xLabels.map(((xLabel,idx)=>({x:xLabel,y:values[index][idx]})))}})),yourseries=xLabels.map(((label,index)=>{let data;return{name:label,data:yLabels.map(((xLabel,idx)=>({x:xLabel,y:values[index][idx]})))}}));var options={series:myseries,chart:{height:350,type:\"heatmap\"},dataLabels:{enabled:!1},colors:[\"#008FFB\"]};instance.data.uniqueChartId=\"apexChart\"+Math.floor(1e5*Math.random()).toString(),instance.data.chartCanvasCopy=\"<div id=\"+instance.data.uniqueChartId+\"></div>\",instance.canvas.append(instance.data.chartCanvasCopy);var chart=new ApexCharts(document.querySelector(\"#\"+instance.data.uniqueChartId),options);instance.data.chart=chart,chart.render()}"},"update":{"fn":"function(instance,properties,context){try{let xLabels=instance.data.createDataArray(properties.xLabels),yLabels=instance.data.createDataArray(properties.yLabels),values=instance.data.convertStringToArrayOfArrays(properties.values),colors=[];const hexColor=instance.data.rgbaToHex(properties.color);colors.push(hexColor);let myseries=yLabels.map(((label,index)=>{let data;return{name:label,data:xLabels.map(((xLabel,idx)=>({x:xLabel,y:values[index][idx]})))}}));if(instance.data.chart){const options={series:myseries,chart:{height:properties.bubble.height(),type:\"heatmap\",toolbar:{show:properties.show_toolbar}},dataLabels:{enabled:!1},colors:colors,tooltip:{y:{formatter:function(value){const unitBefore=undefined,unitAfter=undefined;return(properties.values_unit_before||\"\")+value+(properties.values_unit_after||\"\")}}}};instance.data.chart.updateOptions(options,!0,!1)}else{console.warn(\"Chart instance missing. Reinitializing chart...\");const chartContainerId=instance.data.uniqueChartId;document.getElementById(chartContainerId)||(instance.canvas.html(\"\"),instance.canvas.append(instance.data.chartCanvasCopy));const options={series:myseries,chart:{height:properties.bubble.height(),type:\"heatmap\",toolbar:{show:properties.show_toolbar}},dataLabels:{enabled:!1},colors:colors,tooltip:{y:{formatter:function(value){const unitBefore=undefined,unitAfter=undefined;return(properties.values_unit_before||\"\")+value+(properties.values_unit_after||\"\")}}}};instance.data.chart=new ApexCharts(document.querySelector(\"#\"+chartContainerId),options),instance.data.chart.render()}}catch(error){console.error(\"Error updating chart:\",error)}}"},"reset":{"fn":"function(instance,context){}"}},"platform_type":"web"},"AtL":{"display":"Chart - Treemap Beta","property_applications":{"resizable":true,"MinWidth":true,"Border":true,"Padding":true,"Font":true},"add_is_visible":true,"fields":{"AtE":{"caption":"X Axis Values","name":"xLabels","rank":1,"editor":"DynamicValue","value":"text","default_val":"x1, x2, x3"},"AtG":{"caption":"Heatmap Values","name":"values","rank":2,"editor":"DynamicValue","value":"text","default_val":"1, 2, 3"},"AtH":{"caption":"Color","name":"color","rank":3,"editor":"Color","default_val":"rgba(0, 162, 255, 1)"},"AtI":{"caption":"Show Toolbar?","name":"show_toolbar","rank":5,"editor":"DynamicValue","value":"boolean","default_val":true},"AtJ":{"caption":"------------------------- General Settings -------------------------","name":"-------------------------_general_settings_-------------------------","rank":4,"editor":"Label"},"AtK":{"caption":"----------------------------- Chart Data -----------------------------","name":"-----------------------------_chart_data_-----------------------------","rank":0,"editor":"Label"},"AtM":{"caption":"Show Data Labels?","name":"show_datalabels","rank":6,"editor":"DynamicValue","value":"boolean","default_val":true},"AtN":{"caption":"Multi Colored?","name":"multi_colored","rank":7,"editor":"DynamicValue","value":"boolean","default_val":true},"AyD":{"caption":"Values - Unit Before","name":"values_unit_before","rank":8,"editor":"DynamicValue","value":"text"},"AyE":{"caption":"Values - Unit After","name":"values_unit_after","rank":9,"editor":"DynamicValue","value":"text"}},"code":{"preview":{"fn":"function(instance, properties) {\n    \n    // Create a wrapper div and set its style\n    var wrapper = document.createElement('div');\n    wrapper.style.position = 'fixed';\n    wrapper.style.top = '0';\n    wrapper.style.left = '0';\n    wrapper.style.width = '100%';\n    wrapper.style.height = '100%';\n    wrapper.style.backgroundColor = '#EAEAEE';\n    wrapper.style.border = '1px solid #BEBEC3'; // Add a border with color #BEBEC3\n    wrapper.style.boxSizing = 'border-box'; // Include the border in the width and height calculation\n    \n    // Append the wrapper to the body\n    document.body.appendChild(wrapper);\n    \n    // Create a container div and set its style\n    var container = document.createElement('div');\n    container.style.position = 'absolute';\n    container.style.top = '0';\n    container.style.left = '0';\n    container.style.width = '100%';\n    container.style.height = '100%';\n    container.style.display = 'flex';\n    container.style.flexDirection = 'column'; // Stack items vertically\n    container.style.justifyContent = 'center';\n    container.style.alignItems = 'center';\n\n    // Create a text element and set its style\n    var textElement = document.createElement('p');\n    textElement.innerText = 'Treemap Chart';\n    textElement.style.fontFamily = 'Poppins, sans-serif';\n    textElement.style.fontSize = '12px';\n    textElement.style.textAlign = 'center';\n    textElement.style.color = '#294C61';\n\n    // Append the text element to the container\n    container.appendChild(textElement);\n    \n    // Create a text element for the support message\n    var supportText = document.createElement('p');\n    supportText.innerHTML = 'Email <strong>support@techblocksco.com</strong> to report any issues';\n    supportText.style.fontFamily = 'Poppins, sans-serif';\n    supportText.style.fontSize = '12px';\n    supportText.style.textAlign = 'center';\n    supportText.style.color = '#294C61';\n    supportText.style.marginTop = '10px'; // Add some spacing between the two text elements\n\n    // Append the support message to the container\n    container.appendChild(supportText);\n    \n    // Append the container to the body\n    document.body.appendChild(container);\n}\n"},"initialize":{"fn":"function(instance,context){function createDataArray(xString){let outputArray,xArray;return null!=xString&&(xArray=xString.split(\",\")),xArray}function transformArrays(xLabels,yLabels){if(xLabels.length!==yLabels.length)throw new Error(\"The lengths of xLabels and yLabels must be equal.\");return xLabels.map(((x,index)=>({x:x,y:yLabels[index]})))}function rgbaToHex(rgba){const match=rgba.match(/rgba?\\((\\d+),\\s*(\\d+),\\s*(\\d+)(?:,\\s*(0|1|0?\\.\\d+))?\\)/);if(!match)throw new Error(\"Invalid RGBA color\");const hex=undefined;return`#${match.slice(1,4).map((num=>parseInt(num).toString(16).padStart(2,\"0\"))).join(\"\")}`}instance.data.createDataArray=createDataArray,instance.data.transformArrays=transformArrays,instance.data.rgbaToHex=rgbaToHex;let xLabels=[\"x1\",\"x2\",\"x3\"],yLabels=[\"y1\",\"y2\",\"y3\"],values=[[100,200,300],[200,300,400],[300,400,500]],myseries=yLabels.map(((label,index)=>{let data;return{name:label,data:xLabels.map(((xLabel,idx)=>({x:xLabel,y:values[index][idx]})))}})),yourseries=xLabels.map(((label,index)=>{let data;return{name:label,data:yLabels.map(((xLabel,idx)=>({x:xLabel,y:values[index][idx]})))}}));var options={series:myseries,chart:{height:350,type:\"treemap\"},dataLabels:{enabled:!1}};instance.data.uniqueChartId=\"apexChart\"+Math.floor(1e5*Math.random()).toString(),instance.data.chartCanvasCopy=\"<div id=\"+instance.data.uniqueChartId+\"></div>\",instance.canvas.append(instance.data.chartCanvasCopy);var chart=new ApexCharts(document.querySelector(\"#\"+instance.data.uniqueChartId),options);instance.data.chart=chart,chart.render()}"},"update":{"fn":"function(instance,properties,context){let xLabels=instance.data.createDataArray(properties.xLabels),yLabels=instance.data.createDataArray(properties.yLabels),values=instance.data.createDataArray(properties.values),colors=[];const transformedArray=instance.data.transformArrays(xLabels,values),hexColor=instance.data.rgbaToHex(properties.color);colors.push(hexColor);var options={series:[{data:transformedArray}],chart:{height:properties.bubble.height(),type:\"treemap\",toolbar:{show:properties.show_toolbar}},dataLabels:{enabled:properties.show_datalabels},tooltip:{y:{formatter:function(value){const unitBefore=undefined,unitAfter=undefined;return(properties.values_unit_before||\"\")+value+(properties.values_unit_after||\"\")}}}};!0===properties.multi_colored?options.plotOptions={treemap:{distributed:properties.multi_colored}}:options.colors=colors,instance.data.chart.updateOptions(options,!0,!1)}"},"reset":{"fn":"function(instance,context){}"}},"platform_type":"web"},"Atg":{"display":"Chart - Range Bar/Area Gantt Beta","property_applications":{"resizable":true,"MinWidth":true,"Border":true,"Padding":true,"Font":true},"add_is_visible":true,"fields":{"AtY":{"caption":"Category Name","name":"xLabels","rank":2,"editor":"DynamicValue","value":"text","default_val":"x1, x2, x3"},"AtZ":{"caption":"Min Values","name":"minValues","rank":3,"editor":"DynamicValue","value":"text","default_val":"1, 2, 3"},"Ata":{"caption":"Color","name":"color","rank":5,"editor":"Color","default_val":"rgba(0, 162, 255, 1)"},"Atb":{"caption":"Show Toolbar?","name":"show_toolbar","rank":7,"editor":"DynamicValue","value":"boolean","default_val":true},"Atc":{"caption":"------------------------- General Settings --------------------------","name":"-------------------------_general_settings_-------------------------","rank":6,"editor":"Label"},"Atd":{"caption":"----------------------------- Chart Data -----------------------------","name":"-----------------------------_chart_data_-----------------------------","rank":0,"editor":"Label"},"Ate":{"caption":"Show Data Labels?","name":"show_datalabels","rank":9,"editor":"DynamicValue","value":"boolean","default_val":true},"Ath":{"caption":"Max Values","name":"maxValues","rank":4,"editor":"DynamicValue","value":"text","default_val":"2, 3, 4"},"AuK":{"caption":"Horizontal","name":"horizontal","rank":10,"editor":"DynamicValue","value":"boolean","default_val":true},"AuL":{"caption":"Chart Type","name":"chart_type","rank":1,"editor":"Dropdown","default_val":"rangeBar"},"AuM":{"caption":"X Axis Type","name":"x_axis_type","rank":12,"editor":"Dropdown","value":"text","default_val":"numeric"},"Axv":{"caption":"Show Tooltips?","name":"show_tooltips","rank":8,"editor":"DynamicValue","value":"boolean","default_val":true},"Axw":{"caption":"---------------------------- Axis Settings ----------------------------","name":"---------------------------_axis_settings_---------------------------","rank":11,"editor":"Label"},"Axx":{"caption":"Y Unit - Before","name":"y_unit_before","rank":13,"editor":"DynamicValue","value":"text"},"Axy":{"caption":"Y Unit - After","name":"y_unit_after","rank":14,"editor":"DynamicValue","value":"text"},"Axz":{"caption":"X Unit - Before","name":"x_unit_before","rank":15,"editor":"DynamicValue","value":"text"},"AyA":{"caption":"X Unit - After","name":"x_unit_after","rank":16,"editor":"DynamicValue","value":"text"}},"code":{"preview":{"fn":"function(instance, properties) {\n    \n    // Create a wrapper div and set its style\n    var wrapper = document.createElement('div');\n    wrapper.style.position = 'fixed';\n    wrapper.style.top = '0';\n    wrapper.style.left = '0';\n    wrapper.style.width = '100%';\n    wrapper.style.height = '100%';\n    wrapper.style.backgroundColor = '#EAEAEE';\n    wrapper.style.border = '1px solid #BEBEC3'; // Add a border with color #BEBEC3\n    wrapper.style.boxSizing = 'border-box'; // Include the border in the width and height calculation\n    \n    // Append the wrapper to the body\n    document.body.appendChild(wrapper);\n    \n    // Create a container div and set its style\n    var container = document.createElement('div');\n    container.style.position = 'absolute';\n    container.style.top = '0';\n    container.style.left = '0';\n    container.style.width = '100%';\n    container.style.height = '100%';\n    container.style.display = 'flex';\n    container.style.flexDirection = 'column'; // Stack items vertically\n    container.style.justifyContent = 'center';\n    container.style.alignItems = 'center';\n\n    // Create a text element and set its style\n    var textElement = document.createElement('p');\n    textElement.innerText = 'Range Bar/Area/Gantt Chart';\n    textElement.style.fontFamily = 'Poppins, sans-serif';\n    textElement.style.fontSize = '12px';\n    textElement.style.textAlign = 'center';\n    textElement.style.color = '#294C61';\n\n    // Append the text element to the container\n    container.appendChild(textElement);\n    \n    // Create a text element for the support message\n    var supportText = document.createElement('p');\n    supportText.innerHTML = 'Email <strong>support@techblocksco.com</strong> to report any issues';\n    supportText.style.fontFamily = 'Poppins, sans-serif';\n    supportText.style.fontSize = '12px';\n    supportText.style.textAlign = 'center';\n    supportText.style.color = '#294C61';\n    supportText.style.marginTop = '10px'; // Add some spacing between the two text elements\n\n    // Append the support message to the container\n    container.appendChild(supportText);\n    \n    // Append the container to the body\n    document.body.appendChild(container);\n}\n"},"initialize":{"fn":"function(instance,context){function createDataArray(xString){let outputArray,xArray;return null!=xString&&(xArray=xString.split(\",\")),xArray}function transformArrays(xLabels,minValues,maxValues){if(xLabels.length!==minValues.length||minValues.length!==maxValues.length)throw new Error(\"The lengths of xLabels, minValues, and maxValues must be equal.\");return xLabels.map(((x,index)=>{const minValue=parseFloat(minValues[index]),maxValue=parseFloat(maxValues[index]);if(isNaN(minValue)||isNaN(maxValue))throw new Error(\"Invalid number in minValues or maxValues\");return{x:x.trim(),y:[minValue,maxValue]}}))}function rgbaToHex(rgba){const match=rgba.match(/rgba?\\((\\d+),\\s*(\\d+),\\s*(\\d+)(?:,\\s*(0|1|0?\\.\\d+))?\\)/);if(!match)throw new Error(\"Invalid RGBA color\");const hex=undefined;return`#${match.slice(1,4).map((num=>parseInt(num).toString(16).padStart(2,\"0\"))).join(\"\")}`}instance.data.createDataArray=createDataArray,instance.data.transformArrays=transformArrays,instance.data.rgbaToHex=rgbaToHex;let xLabels=[\"x1\",\"x2\",\"x3\"],minValues=[\"100\",\"200\",\"300\"],maxValues=[\"200\",\"300\",\"400\"],seriesData;var options={series:[{data:instance.data.transformArrays(xLabels,minValues,maxValues)}],chart:{height:350,type:\"rangeBar\"},plotOptions:{bar:{horizontal:!0}},dataLabels:{enabled:!1}};instance.data.uniqueChartId=\"apexChart\"+Math.floor(1e5*Math.random()).toString(),instance.data.chartCanvasCopy=\"<div id=\"+instance.data.uniqueChartId+\"></div>\",instance.canvas.append(instance.data.chartCanvasCopy);var chart=new ApexCharts(document.querySelector(\"#\"+instance.data.uniqueChartId),options);instance.data.chart=chart,chart.render()}"},"update":{"fn":"function(instance,properties,context){let xLabels=instance.data.createDataArray(properties.xLabels)||[],minValues=instance.data.createDataArray(properties.minValues)||[],maxValues=instance.data.createDataArray(properties.maxValues)||[],colors=[];const transformedArray=instance.data.transformArrays(xLabels,minValues,maxValues),hexColor=instance.data.rgbaToHex(properties.color);colors.push(hexColor),instance.data.chart&&instance.data.chart.destroy();var options={series:[{data:transformedArray}],chart:{height:properties.bubble.height(),type:properties.chart_type,toolbar:{show:properties.show_toolbar},zoom:{enabled:!1}},plotOptions:{bar:{horizontal:properties.horizontal}},dataLabels:{enabled:properties.show_datalabels},colors:colors,xaxis:{type:properties.x_axis_type,tickPlacement:\"between\",labels:{formatter:function(value){const xUnitBefore=properties.x_unit_before?properties.x_unit_before:\"\",xUnitAfter=properties.x_unit_after?properties.x_unit_after:\"\";return\"datetime\"===properties.x_axis_type?null!==value&&\"\"!==value?xUnitBefore+new Date(value).toLocaleDateString(\"en-US\",{month:\"short\",day:\"numeric\"})+xUnitAfter:\"\":null!==value&&\"\"!==value?xUnitBefore+value+xUnitAfter:\"\"}}},yaxis:{labels:{formatter:function(value){const yUnitBefore=properties.y_unit_before?properties.y_unit_before:\"\",yUnitAfter=properties.y_unit_after?properties.y_unit_after:\"\";return null!==value&&\"\"!==value?yUnitBefore+value+yUnitAfter:\"\"}}},tooltip:{enabled:properties.show_tooltips,x:{formatter:function(value){if(\"rangeBar\"===properties.chart_type&&properties.horizontal)return(properties.y_unit_before||\"\")+value+(properties.y_unit_after||\"\");if(\"datetime\"===properties.x_axis_type){const date=new Date(\"number\"==typeof value?value:Date.parse(value));return isNaN(date)?\"\":(properties.x_unit_before||\"\")+date.toLocaleDateString(\"en-US\",{month:\"short\",day:\"numeric\"})+(properties.x_unit_after||\"\")}return(properties.x_unit_before||\"\")+value+(properties.x_unit_after||\"\")}},y:{formatter:function(value){if(\"rangeBar\"===properties.chart_type&&properties.horizontal){if(\"datetime\"===properties.x_axis_type){const date=new Date(\"number\"==typeof value?value:Date.parse(value));return isNaN(date)?\"\":(properties.x_unit_before||\"\")+date.toLocaleDateString(\"en-US\",{month:\"short\",day:\"numeric\"})+(properties.x_unit_after||\"\")}return(properties.x_unit_before||\"\")+value+(properties.x_unit_after||\"\")}return(properties.y_unit_before||\"\")+value+(properties.y_unit_after||\"\")}}}};properties.x_axis_type;var chart=new ApexCharts(document.querySelector(\"#\"+instance.data.uniqueChartId),options);instance.data.chart=chart,chart.render()}"},"reset":{"fn":"function(instance,context){}"}},"platform_type":"web"},"AuN":{"display":"Chart - Geo Map Beta","property_applications":{"resizable":true,"MinWidth":true},"add_is_visible":true,"fields":{"AuO":{"caption":"Region","name":"region","rank":0,"editor":"DynamicValue","value":"text"},"AuP":{"caption":"Resolution","name":"resolution","rank":1,"editor":"Dropdown","value":"text","default_val":"provinces"},"AuQ":{"caption":"Labels List","name":"labels_list","rank":2,"editor":"DynamicValue","value":"text","default_val":"State, California, Texas, New York, Florida"},"AuR":{"caption":"Values List","name":"values_list","rank":3,"editor":"DynamicValue","value":"text","default_val":"Population, 39538223, 29145505, 20201249, 21538187"},"AuS":{"caption":"Color Starting Value","name":"color_starting_value","rank":4,"editor":"Color","default_val":"rgba(189,225,245,1)"},"AuT":{"caption":"Color Ending Value","name":"color_ending_value","rank":5,"editor":"Color","default_val":"rgba(26,154,223,1)"}},"code":{"preview":{"fn":"function(instance, properties) {\n    \n    // Create a wrapper div and set its style\n    var wrapper = document.createElement('div');\n    wrapper.style.position = 'fixed';\n    wrapper.style.top = '0';\n    wrapper.style.left = '0';\n    wrapper.style.width = '100%';\n    wrapper.style.height = '100%';\n    wrapper.style.backgroundColor = '#EAEAEE';\n    wrapper.style.border = '1px solid #BEBEC3'; // Add a border with color #BEBEC3\n    wrapper.style.boxSizing = 'border-box'; // Include the border in the width and height calculation\n    \n    // Append the wrapper to the body\n    document.body.appendChild(wrapper);\n    \n    // Create a container div and set its style\n    var container = document.createElement('div');\n    container.style.position = 'absolute';\n    container.style.top = '0';\n    container.style.left = '0';\n    container.style.width = '100%';\n    container.style.height = '100%';\n    container.style.display = 'flex';\n    container.style.flexDirection = 'column'; // Stack items vertically\n    container.style.justifyContent = 'center';\n    container.style.alignItems = 'center';\n\n    // Create a text element and set its style\n    var textElement = document.createElement('p');\n    textElement.innerText = 'Geo Map Chart';\n    textElement.style.fontFamily = 'Poppins, sans-serif';\n    textElement.style.fontSize = '12px';\n    textElement.style.textAlign = 'center';\n    textElement.style.color = '#294C61';\n\n    // Append the text element to the container\n    container.appendChild(textElement);\n    \n    // Create a text element for the support message\n    var supportText = document.createElement('p');\n    supportText.innerHTML = 'Email <strong>support@techblocksco.com</strong> to report any issues';\n    supportText.style.fontFamily = 'Poppins, sans-serif';\n    supportText.style.fontSize = '12px';\n    supportText.style.textAlign = 'center';\n    supportText.style.color = '#294C61';\n    supportText.style.marginTop = '10px'; // Add some spacing between the two text elements\n\n    // Append the support message to the container\n    container.appendChild(supportText);\n    \n    // Append the container to the body\n    document.body.appendChild(container);\n}\n"},"initialize":{"fn":"function(instance,context){instance.data.uniqueGeoChartId=\"geoChart\"+Math.floor(1e5*Math.random()).toString(),instance.data.geoChartCanvas=\"<div id='\"+instance.data.uniqueGeoChartId+\"' style='width: 100%; height: 500px;'></div>\",instance.canvas.append(instance.data.geoChartCanvas),google.charts.load(\"current\",{packages:[\"geochart\"],mapsApiKey:\"AIzaSyADrnheg9iJcCaPBk-2Nm3czBUYW0Ro43k\"})}"},"update":{"fn":"function(instance,properties){function createDataTable(labelsString,dataString){const labels=labelsString.split(\",\").map((label=>label.trim())),dataValues=dataString.split(\",\").map((value=>value.trim())),dataArray=[];dataArray.push([labels[0],dataValues[0]]);for(let i=1;i<labels.length;i++)dataArray.push([labels[i],parseFloat(dataValues[i])]);return dataArray}function rgbaToHex(rgba){const matches=rgba.match(/rgba?\\((\\d+),\\s*(\\d+),\\s*(\\d+),?\\s*([\\d\\.]+)?\\)/);if(!matches)throw new Error(\"Invalid RGBA color format\");let r=parseInt(matches[1],10),g=parseInt(matches[2],10),b=parseInt(matches[3],10),hexR,hexG,hexB;return`#${r.toString(16).padStart(2,\"0\")}${g.toString(16).padStart(2,\"0\")}${b.toString(16).padStart(2,\"0\")}`}const labelsString=properties.labels_list,dataString=properties.values_list;console.log(createDataTable(labelsString,dataString)),google.charts.setOnLoadCallback((function(){var data=google.visualization.arrayToDataTable(createDataTable(labelsString,dataString)),options={region:properties.region,backgroundColor:\"transparent\",resolution:properties.resolution,colorAxis:{colors:[rgbaToHex(properties.color_starting_value),rgbaToHex(properties.color_ending_value)]}},chart;new google.visualization.GeoChart(document.getElementById(instance.data.uniqueGeoChartId)).draw(data,options)}))}"},"reset":{"fn":"function(instance,context){}"}},"platform_type":"web"},"Axq":{"display":"Chart (Apex) - Area - Beta","property_applications":{"MinWidth":true,"resizable":true,"Font":true,"Border":true},"add_is_visible":true,"support_autobinding":false,"has_reset_fn":false,"fields":{"AvU":{"caption":"X-Axis Values","default_val":"Mon, Tue, Wed, Thu, Fri","editor":"DynamicValue","is_list":false,"name":"xvalues","rank":3,"value":"text"},"AvV":{"caption":"Series 1 - y-values","default_val":"120, 260, 240, 310, 330","editor":"DynamicValue","name":"series1","rank":7,"value":"text","optional":false},"AvW":{"caption":"Series 2 - y-values","editor":"DynamicValue","is_list":false,"name":"series2","optional":true,"rank":10,"value":"text","default_val":"200, 210, 190, 240, 230"},"AvX":{"caption":"Series 3 - y-values","editor":"DynamicValue","name":"series3","optional":true,"rank":13,"value":"text","default_val":""},"AvY":{"caption":"Series 1 - color","default_val":"rgba(0, 162, 255, 1)","editor":"Color","name":"series1color","rank":6},"AvZ":{"caption":"Series 1 - name","default_val":"Series 1","editor":"DynamicValue","name":"series1name","rank":5,"value":"text","optional":true},"Ava":{"caption":"Chart Type","default_val":"Area","editor":"Dropdown","name":"chartType","rank":0},"Avb":{"caption":"Series 2 - name","default_val":"Series 2","editor":"DynamicValue","name":"series2name","rank":8,"value":"text","optional":true},"Avc":{"caption":"Series 2 - color","default_val":"rgba(235, 235, 235, 1)","editor":"Color","name":"series2color","rank":9},"Avd":{"caption":"Series 3 - name","default_val":"Series 3","editor":"DynamicValue","name":"series3name","rank":11,"value":"text","optional":true},"Ave":{"caption":"Series 3 color","default_val":"rgba(247, 183, 51, 1)","editor":"Color","name":"series3color","rank":12},"Avf":{"caption":"Y Unit - Before","editor":"DynamicValue","name":"yAxisUnitBeforeNumber","optional":true,"rank":36,"value":"text"},"Avg":{"caption":"Y Unit - After","editor":"DynamicValue","is_list":false,"name":"yAxisUnitAfterNumber","optional":true,"rank":37,"value":"text"},"Avh":{"caption":"Y Axis - Max (Optional)","editor":"DynamicValue","name":"yMaxNum","optional":true,"rank":35,"value":"number"},"Avi":{"caption":"Y Axis - Min (Optional)","editor":"DynamicValue","name":"yMinNum","optional":true,"rank":34,"value":"number"},"Avj":{"caption":"Show/Hide Legend","editor":"Dropdown","name":"showLegend","rank":25,"value":"text","default_val":"Top"},"Avk":{"caption":"Series 4 - name","default_val":"Series 4","editor":"DynamicValue","name":"series4name","optional":true,"rank":14,"value":"text"},"Avl":{"caption":"Series 4 color","default_val":"rgba(170, 102, 204, 1)","editor":"Color","name":"series4color","optional":true,"rank":15},"Avm":{"caption":"Series 4 - y-values","editor":"DynamicValue","name":"series4","optional":true,"rank":16,"value":"text"},"Avn":{"caption":"Series 5 - name","default_val":"Series 5","editor":"DynamicValue","name":"series5name","optional":true,"rank":17,"value":"text"},"Avo":{"caption":"Series 5 - color","default_val":"rgba(99, 99, 99, 1)","editor":"Color","name":"series5color","optional":true,"rank":18},"Avp":{"caption":"Series 5 - y-values","editor":"DynamicValue","name":"series5","optional":true,"rank":19,"value":"text"},"Avq":{"caption":"Show Data Labels?","default_val":false,"editor":"DynamicValue","name":"show_data_labels","rank":55,"value":"boolean"},"Avr":{"caption":"Show Y Tick Labels?","name":"show_y_tick_labels","rank":39,"editor":"DynamicValue","value":"boolean","default_val":true},"Avs":{"caption":"Show X Tick Labels?","name":"show_x_tick_labels","rank":38,"editor":"DynamicValue","value":"boolean","default_val":true},"Avt":{"caption":"------------------- Axis and Gridline Settings -------------------","name":"axis_and_gridline_settings","rank":33,"editor":"Label"},"Avu":{"caption":"----------------------------- Chart Data -----------------------------","name":"-------------------_main_fields_-------------------","rank":1,"editor":"Label"},"Avx":{"caption":"Show Horizontal Gridlines","name":"show_horizontal_gridlines","rank":48,"editor":"DynamicValue","value":"boolean","default_val":true},"Avy":{"caption":"Show Vertical Gridlines","name":"show_vertical_gridlines","rank":49,"editor":"DynamicValue","value":"boolean","default_val":true},"AwA":{"caption":"Gridlines Color","name":"gridlines_color","rank":45,"editor":"Color","default_val":"rgba(224, 224, 224, 1)"},"AwB":{"caption":"Line Width","name":"line_width","rank":68,"editor":"DynamicValue","value":"number","default_val":3},"AwC":{"caption":"Line Curve","name":"curve_line_charts","rank":72,"editor":"Dropdown","value":"number"},"AwD":{"caption":"Unit Before the Label","name":"data_labels_unit_before","rank":59,"editor":"DynamicValue","value":"text","optional":true},"AwE":{"caption":"Unit After the Label","name":"data_labels_unit_after","rank":60,"editor":"DynamicValue","value":"text","optional":true},"AwF":{"caption":"Point Radius","name":"line_point_radius","rank":70,"editor":"DynamicValue","value":"number","default_val":5},"AwG":{"caption":"Thousands Separator","name":"thousands_separator","rank":31,"editor":"DynamicValue","value":"text","default_val":",","optional":true},"AwH":{"caption":"Horiz. Dash Gridlines","name":"horizontal_dashed_gridlines","rank":46,"editor":"DynamicValue","value":"boolean","default_val":true},"AwI":{"caption":"Vert. Dash Gridlines","name":"vertical_dashed_gridlines","rank":47,"editor":"DynamicValue","value":"boolean","default_val":false},"AwJ":{"caption":"------------------------------ Data Labels ----------------------------","name":"---------------------------_data_labels_---------------------------","rank":54,"editor":"Label"},"AwK":{"caption":"Vertical Offset","name":"datalabel_offset","rank":58,"editor":"DynamicValue","value":"number","default_val":3},"AwL":{"caption":"Label Backgrnd Color","name":"datalabel_background_color","rank":61,"editor":"Color","default_val":"rgba(255, 255, 255, 0.32)","optional":false},"AwM":{"caption":"Font Color (Optional)","name":"datalabel_font_color","rank":64,"editor":"Color","default_val":"rgba(255, 255, 255, 1)"},"AwN":{"caption":"Font Color Setting","name":"font_color_setting","rank":63,"editor":"Dropdown","default_val":"Default (Same as Series Color)"},"AwO":{"caption":"Anchor","name":"datalabel_anchor","rank":56,"editor":"Dropdown","default_val":"middle"},"AwP":{"caption":"Custom Tooltip ID","name":"custom_tooltip_id","rank":27,"editor":"DynamicValue","value":"text","optional":true},"AwQ":{"caption":"Font Size","name":"datalabel_size","rank":65,"editor":"DynamicValue","value":"number","default_val":12},"AwR":{"caption":"Series 6 - name","name":"series6name","rank":20,"editor":"DynamicValue","value":"text","optional":true,"default_val":"Series 6"},"AwS":{"caption":"Series 6 - color","name":"series6color","rank":21,"editor":"Color","default_val":"rgba(59, 227, 129, 1)","optional":true},"AwT":{"caption":"Series 6 - y-values","name":"series6","rank":22,"editor":"DynamicValue","value":"text","optional":true},"AwU":{"caption":"-------------------- Line/Area Chart Settings ---------------------","name":"---------------------------Line---------------------------","rank":67,"editor":"Label"},"AwY":{"caption":"Animation Duration","name":"animation_duration","rank":28,"editor":"DynamicValue","value":"number","default_val":600},"AwZ":{"caption":"Point Hover Radius","name":"point_hover_radius","rank":69,"editor":"DynamicValue","value":"number","default_val":12},"Awa":{"caption":"Point Border Width","name":"point_border_width","rank":71,"editor":"DynamicValue","value":"number","default_val":3},"Awb":{"caption":"Max Y Ticks","name":"max_y_ticks","rank":41,"editor":"DynamicValue","value":"number","optional":true},"Awc":{"caption":"Max X Ticks","name":"max_x_ticks","rank":40,"editor":"DynamicValue","value":"number","optional":true},"Awe":{"caption":"Chart Padding (px)","name":"chart_padding","rank":30,"editor":"DynamicValue","value":"number","default_val":10},"Awh":{"caption":"Label Border Color","name":"label_border_color","rank":62,"editor":"Color","default_val":"rgba(240, 240, 240, 0)"},"Awi":{"caption":"ℹ️ To customize Tick Label Font Family, scroll down to the bottom of this properties menu and change the standard Bubble font properties. Please avoid using “App Fonts” (in other words, please select the exact font you want to use from the font menu)","name":"to_customize_the_axis_tick_label_font_style,_color,_and_size,_edit_this_element's_font_style,_color,_size_as_you_would_for_a_text_element_(by_scrolling_down_to_the_bottom_of_this_menu_and_editing_the_standard_bubble_properties)","rank":44,"editor":"Label"},"Awl":{"caption":"ℹ️ Add more series to the chart using the workflow action called \"Add/update a data series\"","name":"-----_(you_can_also_add_infinite_series_via_workflows)_-----","rank":23,"editor":"Label"},"Awm":{"caption":"Tick Label Color","name":"tick_label_color","rank":42,"editor":"Color","default_val":"rgba(174, 185, 194, 1)","in_style":true},"Awn":{"caption":"Tick Label Font Size","name":"tick_label_font_size","rank":43,"editor":"DynamicValue","value":"number","default_val":12},"Awo":{"caption":"Span Gaps?","name":"span_gaps","rank":73,"editor":"DynamicValue","value":"boolean","default_val":true},"Awr":{"caption":"Hide if Less Than","name":"hide_if_less_than","rank":57,"editor":"DynamicValue","value":"number","optional":true},"Aws":{"caption":"Decimal Place Char.","name":"decimal_place_character","rank":32,"editor":"DynamicValue","value":"text","default_val":"."},"Awt":{"caption":"------------------------- General Settings -------------------------","name":"-------------------------_general_settings_-------------------------","rank":24,"editor":"Label"},"Awu":{"caption":"ℹ️ Add series names, colors, and data values below.  Each data point should be separated by comma and space and can be dynamic (e.g. \"Do a Search for\")","name":"----------------------------_series_colors_----------------------------","rank":4,"editor":"Label"},"Awv":{"caption":"ℹ️ Enter you chart's X-Axis values (the X-Axis labels that will go from left to right) separated by comma and space (\", \").  Can be a dynamic expression.","name":"ℹ️_add_series_data_values_below.__each_data_point_should_be_separated_by_comma_and_space_(\",_\")._you_can_dynamically_search_your_bubble_database_to_get_these_comma-separated_lists_(\"do_a_search_for...\")","rank":2,"editor":"Label"},"Aww":{"caption":"⚠️ If data points get cut off near edges of the chart element, increase the Chart Padding below:","name":"if_your_data_points_are_getting_cut_off_near_the_edges_of_the_chart_element,_increase_this_number","rank":29,"editor":"Label"},"Awx":{"caption":"ℹ️ For extra styling options (Area gradient, point border color, point images), add the data series using the workflow action called \"Add/update a data series\"","name":"ℹ️_for_extra_styling_options_(area_gradient,_point_border_color,_point_images)_add_the_data_series_using_the_workflow_action_called_\"add/update_a_data_series\"","rank":74,"editor":"Label"},"Awz":{"caption":"yLabels Decimal Places","name":"y_labels_decimal_places","rank":50,"editor":"DynamicValue","value":"number","optional":true},"AxA":{"caption":"Label Font Weight","name":"datalabel_fontweight","rank":66,"editor":"Dropdown","default_val":" 400"},"AxC":{"caption":"------------------ Chart and Axes Titles (BETA) -----------------","name":"chart_and_axes_titles","rank":75,"editor":"Label"},"AxD":{"caption":"Chart Title","name":"chart_title","rank":76,"editor":"DynamicValue","value":"text","optional":true},"AxE":{"caption":"Chart Title Font Size","name":"chart_title_font_size","rank":77,"editor":"DynamicValue","value":"number","optional":true,"default_val":16},"AxF":{"caption":"Chart Title Font Color","name":"chart_title_font_color","rank":78,"editor":"Color","default_val":"rgba(210,210,210,1)","optional":true},"AxG":{"caption":"X Axis Name","name":"x_axis_name","rank":79,"editor":"DynamicValue","value":"text","optional":true},"AxH":{"caption":"X Axis Name: Font Size","name":"x_axis_name_font_size","rank":80,"editor":"DynamicValue","value":"number","default_val":14,"optional":false},"AxI":{"caption":"X Axis Name: Font Color","name":"x_axis_name_font_color","rank":81,"editor":"Color","default_val":"rgba(210, 210, 210, 1)","optional":true},"AxJ":{"caption":"Y Axis Name","name":"y_axis_name","rank":82,"editor":"DynamicValue","value":"text","optional":true},"AxK":{"caption":"Y Axis Name: Font Size","name":"y_axis_name_font_size","rank":83,"editor":"DynamicValue","value":"number","default_val":14},"AxL":{"caption":"Y Axis Name: Font Color","name":"y_axis_name_font_color","rank":84,"editor":"Color","default_val":"rgba(210, 210, 210, 1)","optional":true},"Axr":{"caption":"Show Crosshairs","name":"show_crosshairs","rank":51,"editor":"DynamicValue","value":"boolean","default_val":true},"Axs":{"caption":"Crosshair Color","name":"crosshair_color","rank":52,"editor":"Color","default_val":"rgba(210, 210, 210, 1)"},"Axt":{"caption":"Crosshair Width","name":"crosshair_width","rank":53,"editor":"DynamicValue","value":"number","default_val":1},"Axu":{"caption":"Enable Tooltips?","name":"enable_tooltips","rank":26,"editor":"Checkbox","default_val":true}},"states":{"AxT":{"caption":"Clicked Item X Value","initialization_code":{"fn":"function(properties,context){}"},"name":"clicked_item_x_value","value":"text"},"AxU":{"caption":"Clicked Item Y Value","name":"clicked_item_y_value","value":"number","initialization_code":{"fn":"function(properties,context){}"}},"AxV":{"caption":"Clicked Item Series Name","name":"clicked_item_series_name","value":"text","initialization_code":{"fn":"function(properties,context){}"}},"AxW":{"caption":"Hovered Item X Value","name":"hovered_item_x_value","value":"text","initialization_code":{"fn":"function(properties,context){}"}},"AxX":{"caption":"Hovered Item Y Value","name":"hovered_item_y_value","value":"number","initialization_code":{"fn":"function(properties,context){}"}},"AxY":{"caption":"Hovered Item Series Name","name":"hovered_item_series_name","value":"text","initialization_code":{"fn":"function(properties,context){}"}},"AxZ":{"caption":"Hovered Item Series Color","name":"hovered_item_series_color","value":"text","initialization_code":{"fn":"function(properties,context){}"}},"Axa":{"caption":"Clicked Item Series Color","name":"clicked_item_series_color","value":"text","initialization_code":{"fn":"function(properties,context){}"}},"Axb":{"caption":"Clicked Item All Series Values","name":"click_item_other_series_values","value":"number","initialization_code":{"fn":"function(properties,context){}"},"is_list":true},"Axc":{"caption":"Clicked Item All Series Colors","name":"clicked_item_other_series_colors","value":"text","initialization_code":{"fn":"function(properties,context){}"},"is_list":true},"Axd":{"caption":"Clicked Item All Series Names","name":"clicked_item_other_series_names","value":"text","initialization_code":{"fn":"function(properties,context){}"},"is_list":true},"Axe":{"caption":"Hovered Item All Series Values","name":"hovered_item_other_series_values","value":"number","initialization_code":{"fn":"function(properties,context){}"},"is_list":true},"Axf":{"caption":"Hovered Item All Series Colors","name":"hovered_item_other_series_colors","value":"text","initialization_code":{"fn":"function(properties,context){}"},"is_list":true},"Axg":{"caption":"Hovered Item All Series Names","name":"hovered_item_other_series_names","value":"text","initialization_code":{"fn":"function(properties,context){}"},"is_list":true},"Axh":{"caption":"Chart Loaded?","name":"chart_loaded","value":"boolean","initialization_code":{"fn":"function(properties,context){return!1}"}},"Axi":{"caption":"Hovered Item X Index","name":"hovered_item_x_index","value":"number","initialization_code":{"fn":"function(properties,context){}"}},"Axj":{"caption":"Dragged Item Data Series Name","name":"dragged_item_data_series_name","value":"text","initialization_code":{"fn":"function(properties,context){}"}},"Axk":{"caption":"Dragged Item Index Number","name":"dragged_item_index_number","value":"number","initialization_code":{"fn":"function(properties,context){}"}},"Axl":{"caption":"Dragged Item - X Value","name":"dragged_item_x_value","value":"text","initialization_code":{"fn":"function(properties,context){}"}},"Axm":{"caption":"Dragged Value - Starting Value","name":"dragged_item_starting_value","value":"number","initialization_code":{"fn":"function(properties,context){}"}},"Axn":{"caption":"Dragged Value - Ending Value","name":"dragged_item_ending_value","value":"number","initialization_code":{"fn":"function(properties,context){}"}},"Axo":{"caption":"Dragged Item - All of this Series' Y Values","name":"dragged_item_all_series_values","value":"number","initialization_code":{"fn":"function(properties,context){}"},"is_list":true},"Axp":{"caption":"Currently Dragging Bar/Value","name":"currently_dragging","value":"boolean","initialization_code":{"fn":"function(properties,context){}"}}},"events":{"AvR":{"caption":"Chart Value Clicked","name":"chart_value_clicked"},"AvS":{"caption":"Chart Value Hovered","name":"chart_value_hovered"},"AvT":{"caption":"Chart Value Dragged","name":"chart_value_dragged"}},"actions":{"AuY":{"caption":"Add/Update a Data Series","code":{"fn":"function(instance,properties,context){instance.publishState(\"chart_loaded\",!1);let numAttempts=0;function mainAddSeries(){if(numAttempts>15)return void console.log(\"The Chart you are trying to update is not visible on the page\");if(!instance.data.chart)return numAttempts++,void setTimeout(mainAddSeries,750);let customChartType=instance.data.chartType,backgroundColors,pointImage;function addSeries(){if(instance.data.createDataArray){let newSeries=instance.data.createDataArray(properties.yValues);instance.data.pushDataset(properties.series_name,newSeries,properties.series_color,customChartType,properties.point_color_line,properties.point_border_color_line,backgroundColors,pointImage,properties.chart_type,properties.bar_outline_color),instance.data.updateChartDatasets(),instance.data.chart.update()}else setTimeout(addSeries,1500)}if(properties.background_colors&&(backgroundColors=instance.data.createDataArray(properties.background_colors)),null!=properties.chart_type&&(properties.chart_type.toLowerCase()!=instance.data.chartType&&(customChartType=properties.chart_type.toLowerCase()),\"area\"==customChartType&&(customChartType=\"line\")),pointImage=properties.point_style,properties.use_image_as_point&&(pointImage=new Image(1,1),pointImage.src=properties.use_image_as_point,pointImage.onload=function(){var width=pointImage.naturalWidth,height=pointImage.naturalHeight;pointImage.width=width*properties.image_scale,pointImage.height=height*properties.image_scale}),addSeries(),\"Area\"==properties.chart_type||\"Area\"==instance.data.originalChartTypeMain||\"Bar\"==properties.chart_type||\"Bar\"==instance.data.originalChartTypeMain){let mycanvas;var chart_gradient=document.getElementById(instance.data.uniqueChartId).getContext(\"2d\").createLinearGradient(0,0,0,instance.data.height);(\"Area\"==properties.chart_type||\"Area\"==instance.data.originalChartTypeMain&&\"Bar\"!=properties.chart_type)&&(chart_gradient.addColorStop(0,properties.area_chart_start_color),chart_gradient.addColorStop(.5,properties.area_chart_middle_color),chart_gradient.addColorStop(1,properties.area_chart_end_color),instance.data.chart.data.datasets[instance.data.chart.data.datasets.length-1].backgroundColor=chart_gradient),(\"Bar\"==properties.chart_type&&!properties.background_colors||\"Bar\"==instance.data.originalChartTypeMain&&\"Area\"!=properties.chart_type&&!properties.background_colors)&&properties.bar_gradient&&(chart_gradient.addColorStop(0,properties.bar_gradient_start_color),chart_gradient.addColorStop(.6,properties.bar_gradient_middle_color),chart_gradient.addColorStop(1,properties.bar_gradient_end_color),instance.data.chart.data.datasets[instance.data.chart.data.datasets.length-1].backgroundColor=chart_gradient),instance.data.chart.update()}}mainAddSeries(),instance.publishState(\"chart_loaded\",!0)}"},"fields":{"AuZ":{"caption":"Series Name","name":"series_name","rank":1,"editor":"DynamicValue","value":"text"},"Aua":{"caption":"Series Color","name":"series_color","rank":4,"editor":"Color","default_val":"rgba(51, 181, 229, 1)"},"Aub":{"caption":"Series Y Values","name":"yValues","rank":2,"editor":"DynamicValue","value":"text"},"Auc":{"caption":"Chart Type","name":"chart_type","rank":3,"editor":"Dropdown","optional":true},"Aud":{"caption":"Point Color","name":"point_color_line","rank":6,"editor":"Color","default_val":"rgba(255, 255, 255, 1)","optional":true},"Aue":{"caption":"Point Border Color","name":"point_border_color_line","rank":7,"editor":"Color","default_val":"rgba(51, 181, 229, 1)","optional":true},"Auf":{"caption":"------------------------- General Settings -------------------------","name":"-------------------------_general_settings_-------------------------","rank":0,"editor":"Label"},"Aug":{"caption":"-------------------- Line/Area Series Settings --------------------","name":"-------------------------_line_chart_settings_------------------------","rank":5,"editor":"Label"},"Auh":{"caption":"Multi-Colored Series (comma-separated hex codes)","name":"background_colors","rank":22,"editor":"DynamicValue","value":"text","optional":true},"Aui":{"caption":"-------------------------- Bar Series Settings -----------------------","name":"--------------------------_bar_chart_settings_-----------------------","rank":16,"editor":"Label"},"Auj":{"caption":" ","name":"use_image_as_point","rank":13,"editor":"DynamicValue","value":"image","optional":true},"Auk":{"caption":"Image Point Scale","name":"image_scale","rank":14,"editor":"DynamicValue","value":"number","optional":false,"default_val":1},"Aul":{"caption":"Gradient Start Color","name":"area_chart_start_color","rank":8,"editor":"Color","default_val":"rgba(51, 181, 229, 1)"},"Aum":{"caption":"Gradient End Color","name":"area_chart_end_color","rank":10,"editor":"Color","default_val":"rgba(51, 181, 229, 0)"},"Aun":{"caption":"Use Image as Point.  Below you can upload an image (or use dynamic one) to set the image instead of having a circle for line chart points","name":"use_image_as_point.__below_you_can_upload_an_image_(or_use_dynamic_one)_to_set_the_","rank":12,"editor":"Label"},"Auo":{"caption":" ","name":"_","rank":15,"editor":"Label"},"Aup":{"caption":"Gradient Middle Color","name":"area_chart_middle_color","rank":9,"editor":"Color","default_val":"rgba(51, 179, 230, 0.58)"},"Auq":{"caption":"The field below is optional: for multi-colored series (overrides colors set above)","name":"info","rank":21,"editor":"Label"},"Aur":{"caption":"Gradient Start Color","name":"bar_gradient_start_color","rank":18,"editor":"Color","default_val":"rgba(51, 181, 229, 1)"},"Aus":{"caption":"Gradient End Color","name":"bar_gradient_end_color","rank":20,"editor":"Color","default_val":"rgba(51,181,229,0.1)"},"Aut":{"caption":"Bar Gradient Middle Color","name":"bar_gradient_middle_color","rank":19,"editor":"Color","default_val":"rgba(51,179,230,0.5)"},"Auu":{"caption":"Bar Gradient?","name":"bar_gradient","rank":17,"editor":"Checkbox","default_val":false},"Auv":{"caption":"Point Style","name":"point_style","rank":11,"editor":"Dropdown","default_val":"circle"}}},"Auw":{"caption":"Remove a Data Series","code":{"fn":"function(instance,properties,context){if(instance.data.chart){let foundSeries=instance.data.chart.data.datasets.find((element=>element.label==properties.data_series_name));null!=foundSeries&&(instance.data.datasets.splice(instance.data.datasets.indexOf(foundSeries),1),instance.data.updateChartDatasets()),instance.data.chart.update()}else console.log(\"The Chart you are trying to clear is not visible on the page\")}"},"fields":{"Aux":{"caption":"Data Series Name","name":"data_series_name","rank":0,"editor":"DynamicValue","value":"text"}}},"Auy":{"caption":"Remove all Data Series (Clear Chart)","code":{"fn":"function(instance,properties,context){if(instance.data.chart){for(;instance.data.datasets.length>0;)instance.data.datasets.pop();for(;instance.data.chart.data.datasets.length>0;)instance.data.chart.data.datasets.pop(),instance.data.chart.update()}else console.log(\"The Chart you are trying to clear is not visible on the page\")}"}},"Auz":{"caption":"Add Annotation","code":{"fn":"function(instance,properties,context){var newAnnotation;\"vertical\"==properties.type?newAnnotation={type:\"line\",mode:\"vertical\",scaleID:\"x-axis-0\",value:properties.value,borderColor:properties.line_color,borderWidth:properties.border_width,label:{enabled:!0,content:properties.label,xAdjust:properties.x_offset,yAdjust:properties.y_offset,position:properties.position,align:properties.alignment}}:\"horizontal\"==properties.type?newAnnotation={type:\"line\",mode:\"horizontal\",scaleID:\"y\",value:properties.value,borderColor:properties.line_color,borderWidth:properties.border_width,label:{enabled:!0,content:properties.label,xAdjust:properties.x_offset,yAdjust:properties.y_offset,position:properties.position,align:properties.alignment}}:\"box\"==properties.type&&(newAnnotation={type:\"box\",xMin:1,xMax:2,yMin:1,yMax:2,backgroundColor:properties.background_color,borderColor:properties.line_color,borderWidth:properties.border_width,label:{enabled:!0,content:properties.label,xAdjust:properties.x_offset,yAdjust:properties.y_offset,position:properties.position,align:properties.alignment}}),instance.data.chart.options.annotation||(instance.data.chart.options.annotation={annotations:[]}),instance.data.chart.options.annotation.annotations.push(newAnnotation),console.log(instance.data.chart),instance.data.chart.update()}"},"fields":{"AvA":{"caption":"Type","name":"type","rank":0,"editor":"Dropdown","default_val":"horizontal"},"AvB":{"caption":"----------------------- General Settings -----------------------","name":"information","rank":1,"editor":"Label"},"AvC":{"caption":"-------------- Vertical/Horizontal Annotations --------------","name":"vertical/horizontal_settings","rank":8,"editor":"Label"},"AvD":{"caption":"------------------- Box Annotations (in beta) -------------------","name":"box_settings (ignore if type=vertical or horizontal)","rank":11,"editor":"Label"},"AvE":{"caption":"Value","name":"value","rank":9,"editor":"DynamicValue","value":"text","optional":true},"AvF":{"caption":"Label text","name":"label","rank":2,"editor":"DynamicValue","value":"text","default_val":""},"AvG":{"caption":"Line Color","name":"line_color","rank":3,"editor":"Color","default_val":"rgba(150,162,164,1)"},"AvH":{"caption":"Background color","name":"background_color","rank":12,"editor":"Color","default_val":"rgba(220,223,224,1)"},"AvI":{"caption":"Y Min","name":"y_min","rank":13,"editor":"DynamicValue","value":"number","optional":true},"AvJ":{"caption":"Y Max","name":"y_max","rank":14,"editor":"DynamicValue","value":"number","optional":true},"AvK":{"caption":"X Min","name":"x_min","rank":15,"editor":"DynamicValue","value":"number","optional":true},"AvL":{"caption":"X Max","name":"x_max","rank":16,"editor":"DynamicValue","value":"number","optional":true},"AvM":{"caption":"Border Width","name":"border_width","rank":10,"editor":"DynamicValue","value":"number","default_val":2},"AvN":{"caption":"Position: X Offset","name":"x_offset","rank":6,"editor":"DynamicValue","value":"number","default_val":0},"AvO":{"caption":"Position: Y Offset","name":"y_offset","rank":7,"editor":"DynamicValue","value":"number","default_val":0},"AvP":{"caption":"Position: Alignment","name":"alignment","rank":5,"editor":"Dropdown","default_val":"start"},"AvQ":{"caption":"Position","name":"position","rank":4,"editor":"Dropdown","default_val":"top"}}}},"code":{"initialize":{"fn":"function(instance,context){function rgbaToHex(rgba){const match=rgba.match(/rgba?\\((\\d+),\\s*(\\d+),\\s*(\\d+)(?:,\\s*(0|1|0?\\.\\d+))?\\)/);if(!match)throw new Error(\"Invalid RGBA color\");const hex=undefined;return`#${match.slice(1,4).map((num=>parseInt(num).toString(16).padStart(2,\"0\"))).join(\"\")}`}function createDataArray(xString){let outputArray,xArray;return null!=xString&&(xArray=xString.split(\",\").map((item=>\"\"===item.trim()?null:item.trim()))),xArray}function convertStringToArrayOfArrays(str){var arr=str.split(\";\").map((function(item){return item.trim()})),seriesArray=[];return $.each(arr,(function(k,v){var a=v.split(\",\").map((function(item){return parseFloat(item.trim(),10)}));seriesArray.push(a)})),seriesArray}instance.data.rgbaToHex=rgbaToHex,instance.data.createDataArray=createDataArray,instance.data.convertStringToArrayOfArrays=convertStringToArrayOfArrays;let xValues,series=[{name:\"Series 1\",data:[10,20,30]},{name:\"Series 2\",data:[15,25,35]}];var options={series:series,chart:{height:350,type:\"area\"},xaxis:{categories:[\"x1\",\"x2\",\"x3\"]},dataLabels:{enabled:!1},colors:series.map((s=>s.color)),legend:{position:\"top\"},grid:{show:!0,strokeDashArray:0}};instance.data.uniqueChartId=\"apexChart\"+Math.floor(1e5*Math.random()).toString(),instance.data.chartCanvasCopy=\"<div id=\"+instance.data.uniqueChartId+\"></div>\",instance.canvas.append(instance.data.chartCanvasCopy);var chart=new ApexCharts(document.querySelector(\"#\"+instance.data.uniqueChartId),options);instance.data.chart=chart,chart.render()}","add_debugger":false},"update":{"fn":"function(instance,properties,context){let xValues=instance.data.createDataArray(properties.xvalues)||[],seriesArray=[];function generateSeries(name,color,values){return{name:name,data:instance.data.createDataArray(values),color:instance.data.rgbaToHex(color)}}seriesArray.push(generateSeries(properties.series1name,properties.series1color,properties.series1)),properties.series2&&seriesArray.push(generateSeries(properties.series2name,properties.series2color,properties.series2)),properties.series3&&seriesArray.push(generateSeries(properties.series3name,properties.series3color,properties.series3)),properties.series4&&seriesArray.push(generateSeries(properties.series4name,properties.series4color,properties.series4)),properties.series5&&seriesArray.push(generateSeries(properties.series5name,properties.series5color,properties.series5)),properties.series6&&seriesArray.push(generateSeries(properties.series6name,properties.series6color,properties.series6));let isStacked=\"Stacked Area\"===properties.chartType,chartType=\"area\",curveType=\"smooth\";\"Line\"===properties.chartType?chartType=\"line\":\"Stepped Line\"===properties.chartType&&(chartType=\"line\",curveType=\"stepline\");let legendPosition=properties.showLegend.toLowerCase();\"don't show legend\"===legendPosition&&(legendPosition=!1);var options={series:seriesArray.map((s=>({name:s.name,data:s.data,color:s.color,connectNulls:properties.span_gaps}))),chart:{height:properties.bubble.height(),type:chartType,stacked:isStacked,toolbar:{show:properties.show_toolbar},animations:{enabled:!0,easing:\"easeinout\",speed:properties.animation_duration||800},zoom:{enabled:!1}},fill:{type:\"area\"===chartType?\"gradient\":\"solid\"},tooltip:{enabled:properties.enable_tooltips,followCursor:!0,style:{fontSize:\"12px\",color:\"#42525E\"}},title:{text:properties.chart_title||\"\",align:\"center\",style:{fontSize:properties.chart_title_font_size?`${properties.chart_title_font_size}px`:\"16px\",color:properties.chart_title_font_color||\"#000\"}},stroke:{width:properties.line_width||2,curve:curveType},markers:{size:properties.line_point_radius||0,hover:{size:properties.point_hover_radius||6},strokeWidth:properties.point_border_width||2},xaxis:{categories:xValues,labels:{show:properties.show_x_tick_labels,formatter:function(val){return null==val?\"\":val.toString().replace(/\\B(?=(\\d{3})+(?!\\d))/g,properties.thousands_separator)},style:{colors:properties.tick_label_color||\"#000000\",fontSize:properties.tick_label_font_size?`${properties.tick_label_font_size}px`:\"12px\"}},title:{text:properties.x_axis_name||\"\",style:{fontSize:properties.x_axis_name_font_size?`${properties.x_axis_name_font_size}px`:\"12px\",color:properties.x_axis_name_font_color||\"#000\"}},tickAmount:properties.max_x_ticks||void 0,crosshairs:{show:properties.show_crosshairs,stroke:{color:properties.crosshair_color||\"#B3B6B7\",width:properties.crosshair_width}},tooltip:{enabled:!1},axisTicks:{show:!1}},yaxis:{min:properties.yMinNum||void 0,max:properties.yMaxNum||void 0,labels:{show:properties.show_y_tick_labels,formatter:function(val){const decimalPlaces=properties.y_labels_decimal_places||0;return(properties.yAxisUnitBeforeNumber||\"\")+val.toFixed(decimalPlaces).replace(/\\B(?=(\\d{3})+(?!\\d))/g,properties.thousands_separator)+(properties.yAxisUnitAfterNumber||\"\")},style:{colors:properties.tick_label_color||\"#000000\",fontSize:properties.tick_label_font_size?`${properties.tick_label_font_size}px`:\"12px\"}},title:{text:properties.y_axis_name||\"\",style:{fontSize:properties.y_axis_name_font_size?`${properties.y_axis_name_font_size}px`:\"12px\",color:properties.y_axis_name_font_color||\"#000\"}},tickAmount:properties.max_y_ticks||void 0},dataLabels:{enabled:properties.show_data_labels,formatter:function(val){return val<properties.hide_if_less_than?\"\":(properties.data_labels_unit_before||\"\")+val+(properties.data_labels_unit_after||\"\")},style:{fontSize:properties.datalabel_size?`${properties.datalabel_size}px`:\"12px\",fontWeight:properties.datalabel_fontweight||\"normal\",anchor:properties.datalabel_anchor||\"middle\"}},grid:{show:!0,borderColor:properties.gridlines_color,strokeDashArray:properties.horizontal_dashed_gridlines?5:0,xaxis:{lines:{show:properties.show_vertical_gridlines}},yaxis:{lines:{show:properties.show_horizontal_gridlines}},padding:{top:properties.chart_padding||0,left:properties.chart_padding||0,bottom:properties.chart_padding||0,right:properties.chart_padding||0}},colors:seriesArray.map((s=>s.color)),legend:{show:!!legendPosition,...legendPosition?{position:legendPosition}:{}}};instance.data.chart?instance.data.chart.updateOptions(options,!0,!0):(instance.data.chart=new ApexCharts(document.querySelector(\"#\"+instance.data.uniqueChartId),options),instance.data.chart.render())}"},"reset":{"fn":"function(instance,context){}"},"preview":{"fn":"function(instance, properties) {\n    \n    // Create a wrapper div and set its style\n    var wrapper = document.createElement('div');\n    wrapper.style.position = 'fixed';\n    wrapper.style.top = '0';\n    wrapper.style.left = '0';\n    wrapper.style.width = '100%';\n    wrapper.style.height = '100%';\n    wrapper.style.backgroundColor = '#EAEAEE';\n    wrapper.style.border = '1px solid #BEBEC3'; // Add a border with color #BEBEC3\n    wrapper.style.boxSizing = 'border-box'; // Include the border in the width and height calculation\n    \n    // Append the wrapper to the body\n    document.body.appendChild(wrapper);\n    \n    // Create a container div and set its style\n    var container = document.createElement('div');\n    container.style.position = 'absolute';\n    container.style.top = '0';\n    container.style.left = '0';\n    container.style.width = '100%';\n    container.style.height = '100%';\n    container.style.display = 'flex';\n    container.style.flexDirection = 'column'; // Stack items vertically\n    container.style.justifyContent = 'center';\n    container.style.alignItems = 'center';\n\n    // Create a text element and set its style\n    var textElement = document.createElement('p');\n    textElement.innerText = 'Area Chart';\n    textElement.style.fontFamily = 'Poppins, sans-serif';\n    textElement.style.fontSize = '12px';\n    textElement.style.textAlign = 'center';\n    textElement.style.color = '#294C61';\n\n    // Append the text element to the container\n    container.appendChild(textElement);\n    \n    // Create a text element for the support message\n    var supportText = document.createElement('p');\n    supportText.innerHTML = 'Email <strong>support@techblocksco.com</strong> to report any issues';\n    supportText.style.fontFamily = 'Poppins, sans-serif';\n    supportText.style.fontSize = '12px';\n    supportText.style.textAlign = 'center';\n    supportText.style.color = '#294C61';\n    supportText.style.marginTop = '10px'; // Add some spacing between the two text elements\n\n    // Append the support message to the container\n    container.appendChild(supportText);\n    \n    // Append the container to the body\n    document.body.appendChild(container);\n}\n"}},"platform_type":"web"}}};
window._bubble_page_load_data.plugins_size['1553183744528x903111989944909800'] = 405773;
window.preloaded['plugin/third_party:1553183744528x903111989944909800:5.3.12'] = true;
window.plugins["1560465927189x178094058879320060"] = {"human":"URL Router for Navigation","dependencies":{"use_jquery":true,"plugin_api_version":"2"},"plugin_elements":{"AAC":{"display":"Router","property_applications":{"resizable":true,"MinWidth":true},"add_is_visible":true,"fields":{"AAO":{"caption":"1st Parameter (Optional)","name":"param_one","rank":0,"editor":"StaticText","optional":true},"AAP":{"caption":"2nd Parameter (Optional)","name":"param_two","rank":1,"editor":"StaticText","optional":true}},"states":{"AAD":{"caption":"1st Path","name":"path_one","value":"text","initialization_code":{"fn":"function(properties,context){}"}},"AAE":{"caption":"2nd Path","name":"path_two","value":"text","initialization_code":{"fn":"function(properties,context){}"}},"AAF":{"caption":"3rd Path","name":"path_three","value":"text","initialization_code":{"fn":"function(properties,context){}"}},"AAG":{"caption":"Path list","name":"paths_list","value":"text","initialization_code":{"fn":"function(properties,context){}"},"is_list":true},"AAI":{"caption":"Full Path","name":"path","value":"text","initialization_code":{"fn":"function(properties,context){}"}},"AAM":{"caption":"4th Path","name":"path_four","value":"text","initialization_code":{"fn":"function(properties,context){}"}},"AAN":{"caption":"1st Parameter","name":"param_one","value":"text","initialization_code":{"fn":"function(properties,context){}"}},"AAS":{"caption":"2nd Parameter","name":"param_two","value":"text","initialization_code":{"fn":"function(properties,context){}"}}},"events":{"AAH":{"caption":"URL Changes","name":"url_change"}},"actions":{"AAJ":{"caption":"Change URL","code":{"fn":"function(instance,properties,context){function _0x14a6(_0x268836,_0x8491b5){var _0xcd3d26=_0xcd3d();return(_0x14a6=function(_0x14a674,_0x2d5c02){var _0x1b3771;return _0xcd3d26[_0x14a674-=370]})(_0x268836,_0x8491b5)}function _0xcd3d(){var _0x4d8c64=[\"52759bjvNMK\",\"696VBOKkA\",\"data\",\"2664783IFXMLm\",\"124654fHHITC\",\"parse_url_dev\",\"1424544BZlBEN\",\"753qRFept\",\"4QihqPf\",\"5910270DYsYdB\",\"5052TUBgnX\",\"pushState\",\"4754760cJfxVg\"];return(_0xcd3d=function(){return _0x4d8c64})()}function run(_0x438ae0,_0x41ecbf,_0x2e7790){var _0xc1e7f4=_0x14a6,_0x2e7b3a=_0x41ecbf.new_url,{param_one:_0x43d1e5,param_two:_0x1f692a}=_0x438ae0[_0xc1e7f4(372)];history[_0xc1e7f4(381)](null,null,_0x2e7b3a),_0x438ae0[_0xc1e7f4(372)][_0xc1e7f4(375)](_0x43d1e5,_0x1f692a)}!function(_0x367714,_0x496880){for(var _0x1ec1c4=_0x14a6,_0x567247=_0x367714();;)try{var _0x1234c9;if(597514===-parseInt(_0x1ec1c4(374))/1*(-parseInt(_0x1ec1c4(378))/2)+-parseInt(_0x1ec1c4(377))/3*(parseInt(_0x1ec1c4(380))/4)+parseInt(_0x1ec1c4(379))/5+parseInt(_0x1ec1c4(371))/6*(-parseInt(_0x1ec1c4(370))/7)+parseInt(_0x1ec1c4(376))/8+-parseInt(_0x1ec1c4(373))/9+parseInt(_0x1ec1c4(382))/10)break;_0x567247.push(_0x567247.shift())}catch(_0x3eeb3a){_0x567247.push(_0x567247.shift())}}(_0xcd3d,597514),run(instance,properties,context)}"},"fields":{"AAK":{"caption":"new_url","name":"new_url","rank":0,"editor":"DynamicValue","optional":true,"value":"text"}}},"AAQ":{"caption":"Go Back","code":{"fn":"function(instance,properties,context){function _0x4597(){var _0x13a533=[\"1650635dLzHpe\",\"back\",\"67PulCTb\",\"12431859PxdiEX\",\"data\",\"5NsFdQy\",\"48284wgTOBx\",\"20934iOlpvO\",\"parse_url_dev\",\"3678654LqizIT\",\"18EtVGsB\",\"766328omWFPz\",\"1776650HvcBEb\",\"18qWivrC\"];return(_0x4597=function(){return _0x13a533})()}function _0x37f2(_0x42b224,_0x24e966){var _0x4597cb=_0x4597();return(_0x37f2=function(_0x37f293,_0x4157a2){var _0x76777d;return _0x4597cb[_0x37f293-=444]})(_0x42b224,_0x24e966)}function run(_0x4f3659,_0xcf551,_0x307e1c){var _0x3146e6=_0x37f2,{param_one:_0x26a67e,param_two:_0x2bec80}=_0x4f3659.data;history[_0x3146e6(457)](),_0x4f3659[_0x3146e6(446)][_0x3146e6(450)](_0x26a67e,_0x2bec80)}!function(_0x4597c1,_0x3f080d){for(var _0x53970a=_0x37f2,_0x17d92c=_0x4597c1();;)try{var _0x32a553;if(361525===-parseInt(_0x53970a(444))/1*(-parseInt(_0x53970a(449))/2)+-parseInt(_0x53970a(455))/3*(parseInt(_0x53970a(448))/4)+-parseInt(_0x53970a(447))/5*(-parseInt(_0x53970a(451))/6)+parseInt(_0x53970a(456))/7+parseInt(_0x53970a(453))/8*(parseInt(_0x53970a(452))/9)+-parseInt(_0x53970a(454))/10+-parseInt(_0x53970a(445))/11)break;_0x17d92c.push(_0x17d92c.shift())}catch(_0x6b7978){_0x17d92c.push(_0x17d92c.shift())}}(_0x4597,361525),run(instance,properties,context)}"}},"AAR":{"caption":"Go Forward","code":{"fn":"function(instance,properties,context){function _0x5a12(){var _0xbb04ec=[\"forward\",\"220986ZTlCCr\",\"data\",\"5Ogzqac\",\"468900OYSPGo\",\"4srrSgJ\",\"4471071tQFlcT\",\"725499NOBMMY\",\"4801ipWmhK\",\"69318edceWk\",\"parse_url_dev\",\"32wMuxxq\",\"1089179jlXGkp\",\"6kzjXTb\"];return(_0x5a12=function(){return _0xbb04ec})()}function _0x495e(_0x16fe03,_0x249c49){var _0x5a1273=_0x5a12();return(_0x495e=function(_0x495e01,_0x3b392f){var _0x103fc2;return _0x5a1273[_0x495e01-=328]})(_0x16fe03,_0x249c49)}function run(_0x9c6b8b,_0x33056b,_0x2d79fb){var _0x42f906=_0x495e,{param_one:_0x30d708,param_two:_0x2172dd}=_0x9c6b8b[_0x42f906(339)];history[_0x42f906(337)](),_0x9c6b8b[_0x42f906(339)][_0x42f906(333)](_0x30d708,_0x2172dd)}!function(_0x392ec4,_0x5066dc){for(var _0xf3d469=_0x495e,_0x9002bb=_0x392ec4();;)try{var _0x16d5f1;if(191293===parseInt(_0xf3d469(331))/1*(-parseInt(_0xf3d469(336))/2)+parseInt(_0xf3d469(330))/3*(-parseInt(_0xf3d469(328))/4)+parseInt(_0xf3d469(340))/5*(-parseInt(_0xf3d469(338))/6)+parseInt(_0xf3d469(335))/7+-parseInt(_0xf3d469(334))/8*(parseInt(_0xf3d469(332))/9)+-parseInt(_0xf3d469(341))/10+parseInt(_0xf3d469(329))/11)break;_0x9002bb.push(_0x9002bb.shift())}catch(_0x3ef265){_0x9002bb.push(_0x9002bb.shift())}}(_0x5a12,191293),run(instance,properties,context)}"}}},"code":{"preview":{"fn":"function(instance, properties) {\n\n    window.addEventListener('scroll',(event) => {\n        console.log('Scrolling...');\n    });\n\n\n}"},"initialize":{"fn":"function(instance,context){function _0x2f0b(){var _0x1651c4=[\"449537zLhmXn\",\"pathname\",\"1427699iyQZtG\",\"href\",\"location\",\"param_two\",\"4156050uIFZrP\",\"path_four\",\"live\",\"12665IsJeFt\",\"path_three\",\"log\",\"app_version\",\"data\",\"searchParams\",\"param_one\",\"appquery\",\"paths_list\",\"parse_url_dev\",\"triggerEvent\",\"url_change\",\"path\",\"Is live version?\",\"267sEBlzQ\",\"1154fpwibx\",\"504ysuzoD\",\"get\",\"publishState\",\"10053uMTJGU\",\"804qGftrl\",\"15286350aFkOxx\",\"split\"];return(_0x2f0b=function(){return _0x1651c4})()}function _0x1fd6(_0x22220b,_0x13735a){var _0x2f0b7b=_0x2f0b();return(_0x1fd6=function(_0x1fd685,_0xbfaca9){var _0x456ae4;return _0x2f0b7b[_0x1fd685-=322]})(_0x22220b,_0x13735a)}function initialize(_0x2e88dd,_0xee4acd){var _0x48f80b=_0x1fd6;_0x2e88dd.data[_0x48f80b(346)]=window[_0x48f80b(322)][_0x48f80b(350)]()===_0x48f80b(346);var _0x233adc=function(){var _0x5976e1=_0x48f80b;let _0x110e3f,_0x2454ef,_0x293247,_0x1c2a6c,_0x182cbe=window[_0x5976e1(342)][_0x5976e1(339)][_0x5976e1(337)](\"/\");console.log(_0x5976e1(337),_0x182cbe),!1===_0x2e88dd[_0x5976e1(351)][_0x5976e1(346)]?(_0x110e3f=_0x182cbe[2],_0x2454ef=_0x182cbe[3],_0x293247=_0x182cbe[4],_0x1c2a6c=_0x182cbe[5]):(_0x110e3f=_0x182cbe[1],_0x2454ef=_0x182cbe[2],_0x293247=_0x182cbe[3],_0x1c2a6c=_0x182cbe[4]),_0x2e88dd[_0x5976e1(333)](_0x5976e1(323),_0x182cbe),_0x2e88dd.publishState(\"path_one\",_0x110e3f),_0x2e88dd[_0x5976e1(333)](\"path_two\",_0x2454ef),_0x2e88dd[_0x5976e1(333)](_0x5976e1(348),_0x293247),_0x2e88dd[_0x5976e1(333)](_0x5976e1(345),_0x1c2a6c),_0x2e88dd[_0x5976e1(333)](_0x5976e1(327),window.location.pathname),_0x2e88dd[_0x5976e1(325)](_0x5976e1(326))};_0x2e88dd[_0x48f80b(351)][_0x48f80b(324)]=function(_0x3493c4,_0x21b847){var _0x2e669c=_0x48f80b;if(console[_0x2e669c(349)](_0x2e669c(328),_0x2e88dd.data[_0x2e669c(346)]),null!=_0x3493c4){var _0x428491=window[_0x2e669c(342)][_0x2e669c(341)],_0x208a67,_0xf9f30b=(_0x208a67=new URL(_0x428491))[_0x2e669c(352)].get(_0x3493c4);_0x2e88dd.publishState(_0x2e669c(353),_0xf9f30b),console[_0x2e669c(349)](\"1\",_0xf9f30b)}if(null!=_0x21b847){var _0x428491=window[_0x2e669c(342)][_0x2e669c(341)],_0x208a67,_0x18d60e=(_0x208a67=new URL(_0x428491))[_0x2e669c(352)][_0x2e669c(332)](_0x21b847);_0x2e88dd[_0x2e669c(333)](_0x2e669c(343),_0x18d60e),console.log(\"2\",_0x18d60e)}setTimeout(_0x233adc,700)}}!function(_0x37c94e,_0x48d5df){for(var _0xed34c4=_0x1fd6,_0x4ba509=_0x37c94e();;)try{var _0x48586c;if(448391===parseInt(_0xed34c4(338))/1+-parseInt(_0xed34c4(330))/2*(-parseInt(_0xed34c4(329))/3)+parseInt(_0xed34c4(335))/4*(parseInt(_0xed34c4(347))/5)+parseInt(_0xed34c4(344))/6+parseInt(_0xed34c4(340))/7+-parseInt(_0xed34c4(331))/8*(-parseInt(_0xed34c4(334))/9)+-parseInt(_0xed34c4(336))/10)break;_0x4ba509.push(_0x4ba509.shift())}catch(_0x39e859){_0x4ba509.push(_0x4ba509.shift())}}(_0x2f0b,448391),initialize(instance,context)}"},"update":{"fn":"function(instance,properties,context){function _0x570c(){var _0x39a61b=[\"407aSbTsJ\",\"3663mSgKbl\",\"163474bmpnZD\",\"parse_url_dev\",\"14980lYifFn\",\"4936bNNvVn\",\"34070hIWyMo\",\"param_two\",\"6369084CzoWzY\",\"30onbfhb\",\"42Fycvwb\",\"1004072zpHmDI\",\"732012HKwOHT\",\"data\",\"1635199VLbpXl\",\"param_one\"];return(_0x570c=function(){return _0x39a61b})()}function _0x49d3(_0x382d9a,_0x1bf8e6){var _0x570cce=_0x570c();return(_0x49d3=function(_0x49d355,_0x233038){var _0x487a22;return _0x570cce[_0x49d355-=351]})(_0x382d9a,_0x1bf8e6)}function update(_0x50f0f2,_0x1e3166,_0x2c0f2b){var _0x5002f7=_0x49d3;_0x50f0f2[_0x5002f7(358)][_0x5002f7(360)]=_0x1e3166.param_one,_0x50f0f2[_0x5002f7(358)][_0x5002f7(352)]=_0x1e3166[_0x5002f7(352)],_0x50f0f2.data[_0x5002f7(364)](_0x1e3166[_0x5002f7(360)],_0x1e3166[_0x5002f7(352)])}!function(_0x21a907,_0x4870de){for(var _0x3e4800=_0x49d3,_0x14e00d=_0x21a907();;)try{var _0x30fcf8;if(867735===parseInt(_0x3e4800(359))/1+parseInt(_0x3e4800(363))/2*(-parseInt(_0x3e4800(355))/3)+-parseInt(_0x3e4800(356))/4*(-parseInt(_0x3e4800(354))/5)+parseInt(_0x3e4800(353))/6+-parseInt(_0x3e4800(365))/7*(parseInt(_0x3e4800(366))/8)+-parseInt(_0x3e4800(362))/9*(-parseInt(_0x3e4800(351))/10)+-parseInt(_0x3e4800(361))/11*(parseInt(_0x3e4800(357))/12))break;_0x14e00d.push(_0x14e00d.shift())}catch(_0x224f1e){_0x14e00d.push(_0x14e00d.shift())}}(_0x570c,867735),update(instance,properties,context)}"},"reset":{"fn":"function(instance,context){}"}},"platform_type":"web"}}};
window._bubble_page_load_data.plugins_size['1560465927189x178094058879320060'] = 10320;
window.preloaded['plugin/third_party:1560465927189x178094058879320060:1.18.0'] = true;
window.plugins["1561684393787x915395376236986400"] = {"human":"Loan Calculations","dependencies":{"use_jquery":true,"plugin_api_version":"4"},"plugin_elements":{"AAC":{"display":"Loan","property_applications":{"Background":false,"MinWidth":false,"resizable":true},"add_is_visible":true,"fields":{"AAD":{"caption":"Loan amount","editor":"DynamicValue","name":"amount","rank":0,"value":"number"},"AAE":{"caption":"Interest rate","editor":"DynamicValue","name":"interest_rate","rank":1,"value":"number"},"AAF":{"caption":"Loan Term (Months)","editor":"DynamicValue","name":"term","rank":2,"value":"number"},"AAJ":{"caption":"Total Fees","editor":"DynamicValue","name":"fees","rank":3,"value":"number"}},"states":{"AAG":{"caption":"Monthly Payment","initialization_code":{"fn":"function(properties,context){}"},"name":"monthly_payment","value":"number"},"AAH":{"caption":"Total Interest","initialization_code":{"fn":"function(properties,context){}"},"name":"total_interest","value":"number"},"AAI":{"caption":"APR","initialization_code":{"fn":"function(properties,context){}"},"name":"apr","value":"number"},"AAK":{"caption":"Total Payments","initialization_code":{"fn":"function(properties,context){}"},"name":"total_payments","value":"number"}},"code":{"initialize":{"fn":"function(instance,context){function _0x215f(_0x411834,_0x37479d){var _0x21335a=_0x2133();return(_0x215f=function(_0x215f1e,_0x36f378){var _0x43918a;return _0x21335a[_0x215f1e-=304]})(_0x411834,_0x37479d)}function _0x2133(){var _0x3fb829=[\"239050ZOJKNB\",\"2475956fylyFq\",\"458624bZjtNt\",\"48qyNFXz\",\"2981352PzlSbR\",\"monthly_payment\",\"apr\",\"9yvJBqf\",\"abs\",\"publishState\",\"8pYqNAH\",\"data\",\"98460GpyzvM\",\"total_payments\",\"2132262hIuIPM\",\"13623690pgKgXC\",\"pow\",\"total_interest\",\"calculations\"];return(_0x2133=function(){return _0x3fb829})()}function initialize(_0x3ba5bb,_0x415451){var _0x1c4307=_0x215f;_0x3ba5bb[_0x1c4307(321)][_0x1c4307(309)]=function(_0x22fcd7,_0x43acc0,_0x4c2e50,_0x2951b1){var _0x94f418=_0x1c4307;if(null!==_0x22fcd7&&null!==_0x43acc0&&null!==_0x4c2e50){var _0x296a0e=_0x43acc0/12,_0x593cb6=_0x22fcd7*_0x296a0e/(1-Math[_0x94f418(307)](1/(1+_0x296a0e),_0x4c2e50));_0x3ba5bb[_0x94f418(319)](_0x94f418(315),_0x593cb6);var _0x4c2a1a=_0x593cb6*_0x4c2e50-_0x22fcd7;_0x3ba5bb[_0x94f418(319)](_0x94f418(308),_0x4c2a1a);var _0x5436c1=_0x22fcd7+_0x4c2a1a;function _0x14a5bf(_0x51e95a,_0x5bd6d0,_0xd5d418,_0x2cc836){for(var _0x226b6a=_0x94f418,_0x63388e=_0xd5d418/12,_0x48c99c=(_0x51e95a+_0x2cc836)*_0x63388e*Math.pow(1+_0x63388e,_0x5bd6d0)/(Math[_0x226b6a(307)](1+_0x63388e,_0x5bd6d0)-1),_0x5801cd=_0x63388e,_0x145fbf=1,_0x3d3b3c=0,_0x23e5b6=_0x5801cd;_0x145fbf<=100&&(_0x3d3b3c=_0x5801cd*Math[_0x226b6a(307)](1+_0x5801cd,_0x5bd6d0)/(Math[_0x226b6a(307)](1+_0x5801cd,_0x5bd6d0)-1)-_0x48c99c/_0x51e95a,!(Math[_0x226b6a(318)](_0x3d3b3c)<1e-7));)_0x3d3b3c<0?_0x5801cd+=_0x23e5b6:_0x5801cd-=_0x23e5b6,_0x23e5b6/=2,_0x145fbf++;return(_0x5801cd*=12).toFixed(6)}_0x3ba5bb[_0x94f418(319)](_0x94f418(304),_0x5436c1);var _0x339472=_0x14a5bf(_0x22fcd7,_0x4c2e50,_0x43acc0,_0x2951b1);_0x3ba5bb[_0x94f418(319)](_0x94f418(316),_0x339472)}}}!function(_0x53c9d6,_0x54e815){for(var _0xab84a3=_0x215f,_0x3abeb4=_0x53c9d6();;)try{var _0x4e10fb;if(684388===parseInt(_0xab84a3(320))/1*(parseInt(_0xab84a3(322))/2)+-parseInt(_0xab84a3(314))/3+-parseInt(_0xab84a3(313))/4*(-parseInt(_0xab84a3(310))/5)+-parseInt(_0xab84a3(305))/6+-parseInt(_0xab84a3(311))/7+-parseInt(_0xab84a3(312))/8*(-parseInt(_0xab84a3(317))/9)+parseInt(_0xab84a3(306))/10)break;_0x3abeb4.push(_0x3abeb4.shift())}catch(_0x23459d){_0x3abeb4.push(_0x3abeb4.shift())}}(_0x2133,684388),initialize(instance,context)}"},"update":{"fn":"function(instance,properties,context){function _0x4d9d(_0x18772f,_0x4b5d03){var _0x2633b1=_0x2633();return(_0x4d9d=function(_0x4d9de7,_0x4354c6){var _0xac8bb1;return _0x2633b1[_0x4d9de7-=323]})(_0x18772f,_0x4b5d03)}function _0x2633(){var _0x2d96af=[\"amount\",\"6587IFXINf\",\"160338LckSUR\",\"628839uDQQfS\",\"1932HCJMBK\",\"476452wgQTij\",\"76549lpjhYo\",\"636PunWFk\",\"2252310oJFkEY\",\"164oCvDMO\",\"752GNdHYw\",\"interest_rate\",\"20ptGXKm\",\"3xUZMGq\",\"data\"];return(_0x2633=function(){return _0x2d96af})()}function update(_0x1115af,_0x14d631,_0x2b7865){var _0x74ac65=_0x4d9d,_0x5e81af=_0x14d631[_0x74ac65(332)],_0x447ea2=_0x14d631[_0x74ac65(328)],_0x165408=_0x14d631.term,_0x4b3c23=_0x14d631.fees;_0x1115af[_0x74ac65(331)].calculations(_0x5e81af,_0x447ea2,_0x165408,_0x4b3c23)}!function(_0x5db846,_0x290727){for(var _0x429d3b=_0x4d9d,_0x19204f=_0x5db846();;)try{var _0x446220;if(131276===parseInt(_0x429d3b(336))/1*(-parseInt(_0x429d3b(326))/2)+-parseInt(_0x429d3b(330))/3*(parseInt(_0x429d3b(337))/4)+-parseInt(_0x429d3b(329))/5*(-parseInt(_0x429d3b(334))/6)+parseInt(_0x429d3b(333))/7*(parseInt(_0x429d3b(327))/8)+parseInt(_0x429d3b(335))/9+-parseInt(_0x429d3b(325))/10+parseInt(_0x429d3b(323))/11*(parseInt(_0x429d3b(324))/12))break;_0x19204f.push(_0x19204f.shift())}catch(_0x1a6f63){_0x19204f.push(_0x19204f.shift())}}(_0x2633,131276),update(instance,properties,context)}"},"reset":{"fn":"function(instance,context){}"},"preview":{"fn":"function(instance, properties) {\n\n\n\n}"}},"platform_type":"web"}},"plugin_actions":{"AAT":{"display":"Calculate Loan","type":"server_side","return_value":{"AAU":{"caption":"Monthly Payment","name":"monthly_payment","rank":0,"value":"number"},"AAV":{"caption":"Total Interest","name":"total_interest","rank":1,"value":"number"},"AAW":{"caption":"APR","name":"apr","rank":2,"value":"number"},"AAX":{"caption":"Total Payments","name":"total_payments","rank":3,"value":"number"}},"fields":{"AAM":{"caption":"Loan amount","editor":"DynamicValue","name":"amount","rank":0,"value":"number"},"AAN":{"caption":"Interest rate","editor":"DynamicValue","name":"interest_rate","rank":1,"value":"number"},"AAO":{"caption":"Loan Term (Months)","editor":"DynamicValue","name":"term","rank":2,"value":"number"},"AAP":{"caption":"Total Fees","editor":"DynamicValue","name":"fees","rank":3,"value":"number"}}}}};
window._bubble_page_load_data.plugins_size['1561684393787x915395376236986400'] = 5986;
window.preloaded['plugin/third_party:1561684393787x915395376236986400:1.14.0'] = true;
window.plugins["1564346312331x151935294257758200"] = {"human":"Timer","dependencies":{"use_jquery":true,"plugin_api_version":"4"},"plugin_elements":{"AAC":{"display":"Countdown","property_applications":{"resizable":false},"add_is_visible":true,"fields":{"AAS":{"caption":"Use the 'Start a Countdown' element action to set an End Date for the countdown then access the components of remaining time via this plugin's states.","name":"info","rank":0,"editor":"Label"}},"states":{"AAG":{"caption":"Days","name":"days","value":"number","initialization_code":{"fn":"function(properties,context){}"}},"AAH":{"caption":"Hours","name":"hours","value":"number","initialization_code":{"fn":"function(properties,context){}"}},"AAI":{"caption":"Minutes","name":"minutes","value":"number","initialization_code":{"fn":"function(properties,context){}"}},"AAJ":{"caption":"Seconds","name":"seconds","value":"number","initialization_code":{"fn":"function(properties,context){}"}},"AAR":{"caption":"Total Time (seconds)","name":"distance","value":"number","initialization_code":{"fn":"function(properties,context){}"}},"AAV":{"caption":"UTC Offset (in hours)","name":"utc","value":"number","initialization_code":{"fn":"function(properties,context){}"}},"AAW":{"caption":"End Date","name":"end","value":"date","initialization_code":{"fn":"function(properties,context){}"}}},"events":{"AAM":{"caption":"has ended","name":"ended"}},"actions":{"AAL":{"caption":"Start","code":{"fn":"function(instance,properties,context){instance.publishState(\"end\",properties.end_date);var countDownDate=properties.end_date.getTime(),x=setInterval((function(){var now=(new Date).getTime(),distance=countDownDate-now,days=Math.floor(distance/864e5),hours=Math.floor(distance%864e5/36e5),minutes=Math.floor(distance%36e5/6e4),seconds=Math.floor(distance%6e4/1e3);instance.publishState(\"days\",days),instance.publishState(\"hours\",hours),instance.publishState(\"minutes\",minutes),instance.publishState(\"seconds\",seconds),instance.publishState(\"distance\",Math.floor(distance/1e3)),distance<1e3&&(clearInterval(x),instance.triggerEvent(\"ended\"))}),1e3)}"},"fields":{"AAO":{"caption":"End Date","name":"end_date","rank":0,"editor":"DynamicValue","value":"date"}}},"AAU":{"caption":"Get UTC Offset","code":{"fn":"function(instance,properties,context){let d=new Date;instance.publishState(\"utc\",d.getTimezoneOffset()/60)}"}}},"code":{"preview":{"fn":"function(instance, properties) {\n\n\n\n}"},"initialize":{"fn":"function(instance,context){}"},"update":{"fn":"function(instance,properties,context){}"},"reset":{"fn":"function(instance,context){}"}},"platform_type":"web"},"AAl":{"display":"Countup","property_applications":{"resizable":false,"MinWidth":true},"add_is_visible":true,"can_fit_width":true,"can_fit_height":true,"fields":{"AAd":{"caption":"Use the 'Start a Countdown' element action to set an End Date for the countdown then access the components of remaining time via this plugin's states.","name":"info","rank":0,"editor":"Label"}},"states":{"AAe":{"caption":"Days","name":"days","value":"number","initialization_code":{"fn":"function(properties,context){}"}},"AAf":{"caption":"Hours","name":"hours","value":"number","initialization_code":{"fn":"function(properties,context){}"}},"AAg":{"caption":"Minutes","name":"minutes","value":"number","initialization_code":{"fn":"function(properties,context){}"}},"AAh":{"caption":"Seconds","name":"seconds","value":"number","initialization_code":{"fn":"function(properties,context){}"}},"AAi":{"caption":"Total Time (seconds)","name":"distance","value":"number","initialization_code":{"fn":"function(properties,context){}"}},"AAj":{"caption":"UTC Offset (in hours)","name":"utc","value":"number","initialization_code":{"fn":"function(properties,context){}"}},"AAk":{"caption":"End Date","name":"end","value":"date","initialization_code":{"fn":"function(properties,context){}"}}},"events":{"AAc":{"caption":"has ended","name":"ended"}},"actions":{"AAZ":{"caption":"Start","code":{"fn":"function(instance,properties,context){instance.publishState(\"end\",properties.end_date);var countDownDate=properties.end_date.getTime(),x=setInterval((function(){var now=(new Date).getTime(),distance=countDownDate-now,days=Math.floor(distance/864e5),hours=Math.floor(distance%864e5/36e5),minutes=Math.floor(distance%36e5/6e4),seconds=Math.floor(distance%6e4/1e3);instance.publishState(\"days\",days),instance.publishState(\"hours\",hours),instance.publishState(\"minutes\",minutes),instance.publishState(\"seconds\",seconds),instance.publishState(\"distance\",Math.floor(distance/1e3)),distance<1e3&&(clearInterval(x),instance.triggerEvent(\"ended\"))}),1e3)}"},"fields":{"AAa":{"caption":"End Date","name":"end_date","rank":0,"editor":"DynamicValue","value":"date"}}},"AAb":{"caption":"Get UTC Offset","code":{"fn":"function(instance,properties,context){let d=new Date;instance.publishState(\"utc\",d.getTimezoneOffset()/60)}"}}},"code":{"preview":{"fn":"function(instance, properties) {\n\n\n\n}"},"initialize":{"fn":"function(instance,context){}"},"update":{"fn":"function(instance,properties,context){}"},"reset":{"fn":"function(instance,context){}"}},"platform_type":"web"}}};
window._bubble_page_load_data.plugins_size['1564346312331x151935294257758200'] = 5136;
window.preloaded['plugin/third_party:1564346312331x151935294257758200:1.0.6'] = true;
window.plugins["1578370238326x529832048851943400"] = {"human":"LOADERR: Load JavaScript Libraries","dependencies":{"use_jquery":true},"plugin_elements":{"AAC":{"display":"LOADERR KW","property_applications":{"resizable":true},"add_is_visible":true,"fields":{"AAE":{"caption":"Script URL(s)","name":"scripturl","rank":0,"editor":"DynamicValue","value":"text"},"AAG":{"caption":"Test for Script URLs","name":"test_for_script_url","rank":1,"editor":"DynamicValue","value":"boolean","default_val":true},"AAH":{"caption":"Test for Function(s)","name":"test_for_function","rank":2,"editor":"DynamicValue","value":"text","optional":true},"AAN":{"caption":"Execute on Page Load","name":"load_on_page_load","rank":3,"editor":"DynamicValue","value":"boolean","default_val":true}},"states":{"AAI":{"caption":"Document Scripts","name":"document_scripts","value":"text","initialization_code":{"fn":"function(properties, context) {\n\n\n\n}"},"is_list":true},"AAJ":{"caption":"Scripts to be Loaded","name":"scripts_to_load","value":"text","initialization_code":{"fn":"function(properties, context) {\n\n\n\n}"},"is_list":true},"AAK":{"caption":"Loaded Scripts","name":"loaded_scripts","value":"text","initialization_code":{"fn":"function(properties, context) {\n\n\n\n}"},"is_list":true},"AAL":{"caption":"Loading Complete","name":"loading_complete","value":"boolean","initialization_code":{"fn":"function(properties, context) {\n\n\n\n}"}},"AAM":{"caption":"Error Scripts","name":"error_scripts","value":"text","initialization_code":{"fn":"function(properties, context) {\n\n\n\n}"},"is_list":true}},"events":{"AAD":{"caption":"Scripts Loaded","name":"scripts_loaded"}},"actions":{"AAO":{"caption":"LOAD Script","code":{"fn":"function(instance, properties, context) {\n    instance.data.initialized ? instance.data.funcUpdate(instance, null, context, true) : context.reportDebugger('LOADERR is not initialized. LOAD Script Action will not run.')\n}"},"fields":{"AAP":{"caption":"LOAD Script","name":"load_script_info1","rank":0,"editor":"Label"},"AAQ":{"caption":"Execute this Action to trigger loading of the scripts specified in LOADERR's main interface. This is mostly useful in conjunction with the \"Execute on Page Load\" option being set to \"No\".","name":"load_script_info2","rank":1,"editor":"Label"}}}},"code":{"preview":{"fn":"function(instance, properties) {\n    var scripts = properties.scripturl ? properties.scripturl.split(',').map(string => string.trim()) : []\n    // console.log('number of scripts? ', scripts.length)\n    \n  var d = document.createElement(\"div\")\n  d.id = \"loaderr preview\"\n  d.style.display = \"flex\"\n  d.style.width = properties.bubble.width-0 + \"px\"\n  d.style.height = properties.bubble.height-0 + \"px\"\n  d.style.overflow = \"hidden\"\n  d.style.justifyContent = \"center\"\n  d.style.background = \"none\"\n  var x = document.createElement(\"IMG\");\n  x.setAttribute(\"src\", \"https://s3.amazonaws.com/appforest_uf/f1576260135796x612714397799744900/loaderr-blaster.svg\")\n  var smaller = Math.min(properties.bubble.height, properties.bubble.width)\n  x.style.width = 0.8 * smaller + \"px\"\n  x.style.verticalAlign = \"middle\"\n  // x.setAttribute(\"transform\", \"translateX(50%) translateY(50%)\")\n  d.appendChild(x)\n  var e = []\n  // make bullets\n  e = scripts.map(script => {\n        var e = document.createElement(\"div\")\n        e.innerHTML = \"●\"\n        e.style.background = \"none\"\n        e.style.color = \"#71c2f7\"\n        e.style.lineHeight = properties.bubble.height * 0.86 + \"px\"\n        d.appendChild(e)\n        return e\n    })\n  \n  instance.canvas[0].appendChild(d)\n  var iconScale = x.offsetWidth / 100\n  e.forEach(element => element.style.fontSize = iconScale * 100 + \"%\") \n}"},"initialize":{"fn":"function(instance, context) {instance.data.noscrubs=function t(a,e,r){a.data.scripturls=[],a.data.test_for_functions=[],a.data.documentScripts=null,a.data.numScripts=null,a.data.numFunctions=null,a.data.loadedScripts=[],a.data.errorScripts=[],a.data.documentScripts=[],a.data.savedProps=null,a.data.initialized=null,a.data.funcListener=function(t){return\"complete\"==t.target.readyState&&(a.data.windowLoaded=!0,a.data.initialized?a.data.funcUpdate(a,null,r,!0):r.reportDebugger(\"LOADERR is not initialized. LOAD Script Action will not run.\")),t.target.readyState},a.data.funcUpdate=function t(a,e,r,n){if(e?a.data.savedProps=e:e=a.data.savedProps,a.data.load_on_page_load=e.load_on_page_load,a.data.scripturls=e.scripturl?e.scripturl.split(\",\").map(t=>t.trim()):[],a.data.numScripts=a.data.scripturls.length,a.data.test_for_script_url=e.test_for_script_url,a.data.test_for_functions=e.test_for_function?e.test_for_function.split(\",\").map(t=>t.trim()):[],a.data.numFunctions=a.data.test_for_functions.length,a.data.documentScripts=[...document.scripts].map(t=>t.src).filter(t=>t),a.publishState(\"document_scripts\",a.data.documentScripts),a.data.numFunctions&&a.data.numFunctions!=a.data.numScripts)r.reportDebugger(\"LOADERR: Mismatch between number of function tests and number of scripts. NO SCRIPTS WILL BE LOADED. You specified \"+a.data.numFunctions+\" functions to test and \"+a.data.numScripts+' scripts to load. When functions to test are specified, there must be a function for each script. Note that functions can be empty - for example, if Script URLs are \"script1, script2, script3\" and you only want to force a function test for script2, your Test for Function(s) setting should be \" , function2, \"');else if(a.data.numScripts)if(a.data.numFunctions>0&&(a.data.scripturls=a.data.scripturls.filter((t,e)=>!a.data.test_for_functions[e]||\"function\"!=eval(\"typeof \"+a.data.test_for_functions[e]))),a.data.test_for_script_url&&(a.data.scripturls=a.data.scripturls.filter(t=>!a.data.documentScripts.includes(t))),a.data.numScripts=a.data.scripturls.length,a.publishState(\"scripts_to_load\",a.data.scripturls),a.data.initialized=!0,a.data.load_on_page_load&&\"complete\"!=document.readyState)document.addEventListener(\"readystatechange\",a.data.funcListener);else if(a.data.load_on_page_load||n){var s=document.createDocumentFragment();a.data.scripturls.forEach(t=>{if(null!=t){var e=document.createElement(\"script\");e.src=t,e.defer=!0,e.onerror=function(){a.data.errorScripts.push(this.src),a.publishState(\"error_scripts\",a.data.errorScripts),a.data.loadedScripts.length+a.data.errorScripts.length==a.data.numScripts&&(a.triggerEvent(\"scripts_loaded\"),a.publishState(\"loading_complete\",!0))},e.onload=function(){a.data.loadedScripts.push(this.src),a.publishState(\"loaded_scripts\",a.data.loadedScripts),a.data.loadedScripts.length+a.data.errorScripts.length==a.data.numScripts&&(a.triggerEvent(\"scripts_loaded\"),a.publishState(\"loading_complete\",!0))},s.appendChild(e)}});let t=async t=>{await document.head.appendChild(t);a.data.documentScripts=[...document.scripts].map(t=>t.src).filter(t=>t),a.publishState(\"document_scripts\",a.data.documentScripts)};t(s)}},a.data.funcWinLoad=function(){}},instance.data.noscrubs(instance,context);}"},"update":{"fn":"function(instance, properties, context) {\n    instance.data.funcUpdate(instance, properties, context)\n}"},"reset":{"fn":"function(instance, context) {\n\n\n\n}"}},"platform_type":"web"}}};
window._bubble_page_load_data.plugins_size['1578370238326x529832048851943400'] = 7221;
window.preloaded['plugin/third_party:1578370238326x529832048851943400:1.0.2'] = true;
window.plugins["1580238841425x582072028873097200"] = {"human":"Rich Text Editor","dependencies":{"use_jquery":true,"plugin_api_version":"3"},"plugin_elements":{"AAC":{"display":"Rich Text Input","property_applications":{"Background":true,"Border":true,"BoxShadow":true,"Font":false,"MinWidth":true,"Padding":true,"resizable":true},"add_hover_pressed":true,"add_is_visible":true,"support_autobinding":true,"autobinding_value":"text","has_reset_fn":true,"can_fit_height":true,"fields":{"AAD":{"caption":"Initial Content","editor":"DynamicValue","name":"initial_content","optional":true,"rank":1,"value":"text"},"AAZ":{"caption":"Regular or Tooltip?","default_val":"Regular","editor":"Dropdown","in_style":true,"name":"theme","rank":4},"AAa":{"caption":"Style Complexity","default_val":"Full","editor":"Dropdown","in_style":true,"name":"complexity","rank":5},"AAc":{"caption":"Placeholder","editor":"DynamicValue","name":"placeholder","optional":true,"rank":0,"value":"text"},"AAd":{"caption":"This input shouldn't be empty","default_val":false,"editor":"Checkbox","name":"empty_is_invalid","rank":7},"AAe":{"caption":"This input is disabled ","default_val":false,"editor":"Checkbox","name":"disabled","rank":8},"ABI":{"caption":"Link input placeholder","default_val":"https://bubble.io/","editor":"DynamicValue","name":"link_placeholder","optional":true,"rank":3,"value":"text"},"ABJ":{"caption":"Enable autosave","default_val":true,"editor":"Checkbox","name":"autosave","rank":6},"ABK":{"caption":"⚠️Initial content is ignored if autobinding is enabled","editor":"Label","name":"label_autobinding_vs_initial_content","rank":2}},"states":{"AAE":{"caption":"value","initialization_code":{"fn":"function(properties,context){return properties.initial_content||\"\"}"},"name":"value","value":"text"},"AAg":{"caption":"value is valid","initialization_code":{"fn":"function(properties,context){return!properties.empty_is_invalid||(!!properties.initial_content||properties.bubble.auto_binding())}"},"name":"value_is_valid","value":"boolean"},"AAx":{"caption":"field is focused","initialization_code":{"fn":"function(properties,context){return!1}"},"name":"field_is_focused","value":"boolean"}},"events":{"AAf":{"caption":"value changes","name":"value_changes"}},"actions":{"ABA":{"caption":"Reset","code":{"fn":"function(instance,context){const d=instance.data;d.quill&&(d.is_autobound||(d.set_content_in_quill(d.initial_bbcode),d.last_change_source=\"api\",d.has_been_edited=!1))}"}},"ABB":{"caption":"Set focus to","code":{"fn":"function(instance,properties,context){if(instance.data.quill){var quill=instance.data.quill;instance.publishState(\"field_is_focused\",!0),quill.focus()}}"}}},"code":{"initialize":{"fn":"function(instance,context){const d=instance.data;d.consts={},d.consts.DONE_TYPING_INTERVAL_MS=2200,d.consts.SUPPORTED_FILE_EXTENSIONS={jpg:!0,jpeg:!0,png:!0,gif:!0},d.consts.ICON_H1='\\n    <svg width=\"17px\" height=\"12px\" viewBox=\"0 0 17 12\" version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\\n        <g id=\"Page-1\" stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\">\\n            <g id=\"h3\" fill=\"currentColor\">\\n                <path d=\"M1.992,12.728 C1.81066576,12.9093342 1.58966797,13 1.329,13 C1.06833203,13 0.84733424,12.9093342 0.666,12.728 C0.48466576,12.5466658 0.394,12.325668 0.394,12.065 L0.394,1.525 C0.394,1.26433203 0.48466576,1.04333424 0.666,0.862 C0.84733424,0.68066576 1.06833203,0.59 1.329,0.59 C1.58966797,0.59 1.81066576,0.68066576 1.992,0.862 C2.17333424,1.04333424 2.264,1.26433203 2.264,1.525 L2.264,5.503 C2.264,5.60500051 2.31499949,5.656 2.417,5.656 L7.381,5.656 C7.48300051,5.656 7.534,5.60500051 7.534,5.503 L7.534,1.525 C7.534,1.26433203 7.62466576,1.04333424 7.806,0.862 C7.98733424,0.68066576 8.20833203,0.59 8.469,0.59 C8.72966797,0.59 8.95066576,0.68066576 9.132,0.862 C9.31333424,1.04333424 9.404,1.26433203 9.404,1.525 L9.404,12.065 C9.404,12.325668 9.31333424,12.5466658 9.132,12.728 C8.95066576,12.9093342 8.72966797,13 8.469,13 C8.20833203,13 7.98733424,12.9093342 7.806,12.728 C7.62466576,12.5466658 7.534,12.325668 7.534,12.065 L7.534,7.271 C7.534,7.16899949 7.48300051,7.118 7.381,7.118 L2.417,7.118 C2.31499949,7.118 2.264,7.16899949 2.264,7.271 L2.264,12.065 C2.264,12.325668 2.17333424,12.5466658 1.992,12.728 Z M11.42,8.63 C11.3266662,8.7033337 11.2283339,8.7133336 11.125,8.66 C11.0216661,8.6066664 10.97,8.5200006 10.97,8.4 L10.97,7.67 C10.97,7.2899981 11.1233318,6.9900011 11.43,6.77 L12.44,6.03 C12.7400015,5.8099989 13.0833314,5.7 13.47,5.7 L14.1,5.7 C14.2533341,5.7 14.3866661,5.7566661 14.5,5.87 C14.6133339,5.9833339 14.67,6.1166659 14.67,6.27 L14.67,12.43 C14.67,12.5833341 14.6133339,12.7166661 14.5,12.83 C14.3866661,12.9433339 14.2533341,13 14.1,13 L13.47,13 C13.3166659,13 13.1833339,12.9433339 13.07,12.83 C12.9566661,12.7166661 12.9,12.5833341 12.9,12.43 L12.9,7.57 L12.88,7.57 L11.42,8.63 Z\" id=\"Shape\" fill-rule=\"nonzero\"></path>\\n            </g>\\n        </g>\\n    </svg>',d.consts.ICON_H2='\\n    <svg width=\"17px\" height=\"12px\" viewBox=\"0 0 17 12\" version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\\n        <g id=\"Page-1\" stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\">\\n            <g id=\"h3\" fill=\"currentColor\">\\n                <path d=\"M1.992,12.728 C1.81066576,12.9093342 1.58966797,13 1.329,13 C1.06833203,13 0.84733424,12.9093342 0.666,12.728 C0.48466576,12.5466658 0.394,12.325668 0.394,12.065 L0.394,1.525 C0.394,1.26433203 0.48466576,1.04333424 0.666,0.862 C0.84733424,0.68066576 1.06833203,0.59 1.329,0.59 C1.58966797,0.59 1.81066576,0.68066576 1.992,0.862 C2.17333424,1.04333424 2.264,1.26433203 2.264,1.525 L2.264,5.503 C2.264,5.60500051 2.31499949,5.656 2.417,5.656 L7.381,5.656 C7.48300051,5.656 7.534,5.60500051 7.534,5.503 L7.534,1.525 C7.534,1.26433203 7.62466576,1.04333424 7.806,0.862 C7.98733424,0.68066576 8.20833203,0.59 8.469,0.59 C8.72966797,0.59 8.95066576,0.68066576 9.132,0.862 C9.31333424,1.04333424 9.404,1.26433203 9.404,1.525 L9.404,12.065 C9.404,12.325668 9.31333424,12.5466658 9.132,12.728 C8.95066576,12.9093342 8.72966797,13 8.469,13 C8.20833203,13 7.98733424,12.9093342 7.806,12.728 C7.62466576,12.5466658 7.534,12.325668 7.534,12.065 L7.534,7.271 C7.534,7.16899949 7.48300051,7.118 7.381,7.118 L2.417,7.118 C2.31499949,7.118 2.264,7.16899949 2.264,7.271 L2.264,12.065 C2.264,12.325668 2.17333424,12.5466658 1.992,12.728 Z M11.35,13 C11.1966659,13 11.0633339,12.9433339 10.95,12.83 C10.8366661,12.7166661 10.78,12.5833341 10.78,12.43 L10.78,12.2 C10.78,11.8266648 10.9299985,11.5233345 11.23,11.29 C12.3500056,10.4099956 13.0916649,9.7400023 13.455,9.28 C13.8183351,8.8199977 14,8.3700022 14,7.93 C14,7.3166636 13.6600034,7.01 12.98,7.01 C12.5666646,7.01 12.060003,7.1233322 11.46,7.35 C11.3333327,7.3966669 11.2133339,7.3833337 11.1,7.31 C10.9866661,7.2366663 10.93,7.133334 10.93,7 L10.93,6.58 C10.93,6.4066658 10.9799995,6.25166735 11.08,6.115 C11.1800005,5.97833265 11.3133325,5.8866669 11.48,5.84 C12.0866697,5.6799992 12.6699972,5.6 13.23,5.6 C14.0366707,5.6 14.6583312,5.79166475 15.095,6.175 C15.5316688,6.55833525 15.75,7.0899966 15.75,7.77 C15.75,8.3566696 15.5650018,8.91499735 15.195,9.445 C14.8249981,9.97500265 14.1033387,10.6933288 13.03,11.6 C13.0233333,11.6066667 13.02,11.6133333 13.02,11.62 C13.02,11.6266667 13.0233333,11.63 13.03,11.63 L15.22,11.63 C15.3733341,11.63 15.5049995,11.6866661 15.615,11.8 C15.7250006,11.9133339 15.78,12.0466659 15.78,12.2 L15.78,12.43 C15.78,12.5833341 15.7250006,12.7166661 15.615,12.83 C15.5049995,12.9433339 15.3733341,13 15.22,13 L11.35,13 Z\" id=\"Shape\" fill-rule=\"nonzero\"></path>\\n            </g>\\n        </g>\\n    </svg>',d.consts.ICON_H3='\\n    <svg width=\"17px\" height=\"12px\" viewBox=\"0 0 17 12\" version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\\n        <g id=\"Page-1\" stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\">\\n            <g id=\"h3\" fill=\"currentColor\">\\n                <path d=\"M1.992,12.728 C1.81066576,12.9093342 1.58966797,13 1.329,13 C1.06833203,13 0.84733424,12.9093342 0.666,12.728 C0.48466576,12.5466658 0.394,12.325668 0.394,12.065 L0.394,1.525 C0.394,1.26433203 0.48466576,1.04333424 0.666,0.862 C0.84733424,0.68066576 1.06833203,0.59 1.329,0.59 C1.58966797,0.59 1.81066576,0.68066576 1.992,0.862 C2.17333424,1.04333424 2.264,1.26433203 2.264,1.525 L2.264,5.503 C2.264,5.60500051 2.31499949,5.656 2.417,5.656 L7.381,5.656 C7.48300051,5.656 7.534,5.60500051 7.534,5.503 L7.534,1.525 C7.534,1.26433203 7.62466576,1.04333424 7.806,0.862 C7.98733424,0.68066576 8.20833203,0.59 8.469,0.59 C8.72966797,0.59 8.95066576,0.68066576 9.132,0.862 C9.31333424,1.04333424 9.404,1.26433203 9.404,1.525 L9.404,12.065 C9.404,12.325668 9.31333424,12.5466658 9.132,12.728 C8.95066576,12.9093342 8.72966797,13 8.469,13 C8.20833203,13 7.98733424,12.9093342 7.806,12.728 C7.62466576,12.5466658 7.534,12.325668 7.534,12.065 L7.534,7.271 C7.534,7.16899949 7.48300051,7.118 7.381,7.118 L2.417,7.118 C2.31499949,7.118 2.264,7.16899949 2.264,7.271 L2.264,12.065 C2.264,12.325668 2.17333424,12.5466658 1.992,12.728 Z M11.32,7.07 C11.1666659,7.07 11.0333339,7.0133339 10.92,6.9 C10.8066661,6.7866661 10.75,6.6533341 10.75,6.5 L10.75,6.27 C10.75,6.1166659 10.8066661,5.9833339 10.92,5.87 C11.0333339,5.7566661 11.1666659,5.7 11.32,5.7 L15.05,5.7 C15.2033341,5.7 15.3366661,5.7566661 15.45,5.87 C15.5633339,5.9833339 15.62,6.1166659 15.62,6.27 L15.62,6.5 C15.62,6.8800019 15.4733348,7.1899988 15.18,7.43 L13.67,8.68 L13.67,8.69 C13.67,8.6966667 13.6733333,8.7 13.68,8.7 L13.8,8.7 C14.3800029,8.7 14.8449983,8.8799982 15.195,9.24 C15.5450018,9.6000018 15.72,10.0866636 15.72,10.7 C15.72,11.4733372 15.4833357,12.0666646 15.01,12.48 C14.5366643,12.8933354 13.8566711,13.1 12.97,13.1 C12.436664,13.1 11.8966694,13.0366673 11.35,12.91 C11.1899992,12.8699998 11.0583339,12.7816674 10.955,12.645 C10.8516662,12.5083327 10.8,12.3533342 10.8,12.18 L10.8,11.84 C10.8,11.706666 10.8549995,11.6016671 10.965,11.525 C11.0750006,11.448333 11.196666,11.4299998 11.33,11.47 C11.9033362,11.6566676 12.4033312,11.75 12.83,11.75 C13.2166686,11.75 13.5166656,11.6600009 13.73,11.48 C13.9433344,11.2999991 14.05,11.0500016 14.05,10.73 C14.05,10.4033317 13.9266679,10.173334 13.68,10.04 C13.4333321,9.906666 12.9733367,9.8366667 12.3,9.83 C12.1466659,9.83 12.0133339,9.77500055 11.9,9.665 C11.7866661,9.55499945 11.73,9.4233341 11.73,9.27 L11.73,9.25 C11.73,8.8766648 11.8733319,8.5666679 12.16,8.32 L13.58,7.09 L13.58,7.08 C13.58,7.0733333 13.5766667,7.07 13.57,7.07 L11.32,7.07 Z\" id=\"Shape\" fill-rule=\"nonzero\"></path>\\n            </g>\\n        </g>\\n    </svg>',d.consts.ICON_H4='\\n      <svg width=\"17px\" height=\"12px\" viewBox=\"0 0 17 12\" version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\\n          <g id=\"Page-1\" stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\">\\n              <g id=\"h3\" fill=\"currentColor\">\\n                  <path d=\"M1.992,12.728 C1.81066576,12.9093342 1.58966797,13 1.329,13 C1.06833203,13 0.84733424,12.9093342 0.666,12.728 C0.48466576,12.5466658 0.394,12.325668 0.394,12.065 L0.394,1.525 C0.394,1.26433203 0.48466576,1.04333424 0.666,0.862 C0.84733424,0.68066576 1.06833203,0.59 1.329,0.59 C1.58966797,0.59 1.81066576,0.68066576 1.992,0.862 C2.17333424,1.04333424 2.264,1.26433203 2.264,1.525 L2.264,5.503 C2.264,5.60500051 2.31499949,5.656 2.417,5.656 L7.381,5.656 C7.48300051,5.656 7.534,5.60500051 7.534,5.503 L7.534,1.525 C7.534,1.26433203 7.62466576,1.04333424 7.806,0.862 C7.98733424,0.68066576 8.20833203,0.59 8.469,0.59 C8.72966797,0.59 8.95066576,0.68066576 9.132,0.862 C9.31333424,1.04333424 9.404,1.26433203 9.404,1.525 L9.404,12.065 C9.404,12.325668 9.31333424,12.5466658 9.132,12.728 C8.95066576,12.9093342 8.72966797,13 8.469,13 C8.20833203,13 7.98733424,12.9093342 7.806,12.728 C7.62466576,12.5466658 7.534,12.325668 7.534,12.065 L7.534,7.271 C7.534,7.16899949 7.48300051,7.118 7.381,7.118 L2.417,7.118 C2.31499949,7.118 2.264,7.16899949 2.264,7.271 L2.264,12.065 C2.264,12.325668 2.17333424,12.5466658 1.992,12.728 Z M11.62,10.25 L11.62,10.26 C11.62,10.2666667 11.6233333,10.27 11.63,10.27 L13.28,10.27 C13.3400003,10.27 13.37,10.2433336 13.37,10.19 L13.37,7.77 C13.37,7.7633333 13.3666667,7.76 13.36,7.76 C13.3466666,7.76 13.34,7.7633333 13.34,7.77 L11.62,10.25 Z M10.68,11.6 C10.5266659,11.6 10.3950005,11.5433339 10.285,11.43 C10.1749995,11.3166661 10.12,11.1833341 10.12,11.03 L10.12,10.84 C10.12,10.4666648 10.2299989,10.1233349 10.45,9.81 L13.04,6.16 C13.2600011,5.8533318 13.5566648,5.7 13.93,5.7 L14.43,5.7 C14.5833341,5.7 14.7149994,5.7566661 14.825,5.87 C14.9350006,5.9833339 14.99,6.1166659 14.99,6.27 L14.99,10.19 C14.99,10.2433336 15.0199997,10.27 15.08,10.27 L15.48,10.27 C15.6333341,10.27 15.7666661,10.3266661 15.88,10.44 C15.9933339,10.5533339 16.05,10.6866659 16.05,10.84 L16.05,11.03 C16.05,11.1833341 15.9933339,11.3166661 15.88,11.43 C15.7666661,11.5433339 15.6333341,11.6 15.48,11.6 L15.08,11.6 C15.0199997,11.6 14.99,11.6299997 14.99,11.69 L14.99,12.43 C14.99,12.5833341 14.9350006,12.7166661 14.825,12.83 C14.7149994,12.9433339 14.5833341,13 14.43,13 L13.93,13 C13.7766659,13 13.6450005,12.9433339 13.535,12.83 C13.4249995,12.7166661 13.37,12.5833341 13.37,12.43 L13.37,11.69 C13.37,11.6299997 13.3400003,11.6 13.28,11.6 L10.68,11.6 Z\" id=\"Shape\" fill-rule=\"nonzero\"></path>\\n              </g>\\n          </g>\\n      </svg>',d.consts.ALL_FONTS=new Set([\"\",\"abeezee\",\"abril-fatface\",\"alegreya\",\"archivo\",\"arial\",\"arvo\",\"biorhyme\",\"b612\",\"cairo\",\"cardo\",\"concert-one\",\"cormorant\",\"cousine\",\"crimson-text\",\"droid-sans\",\"droid-serif\",\"eb-garamond\",\"exo-2\",\"fira-sans\",\"fjalla-one\",\"frank-ruhl-libre\",\"karla\",\"ibm-plex\",\"lato\",\"lora\",\"merriweather\",\"mizra\",\"monospace\",\"montserrat\",\"muli\",\"noto-sans\",\"nunito\",\"old-standard-tt\",\"open-sans\",\"oswald\",\"oxygen\",\"playfair-display\",\"pt-sans\",\"pt-serif\",\"poppins\",\"rakkas\",\"raleway\",\"roboto\",\"rubik\",\"serif\",\"source-sans\",\"source-sans-pro\",\"spectral\",\"times-new-roman\",\"tinos\",\"titillium\",\"ubuntu\",\"varela\",\"volkorn\",\"work-sans\",\"yatra-one\"]),d.consts.BASE64IMAGEREGEX=/<img[^>]* src=\"data:image\\/(.*?)\"(.*?)>/gi,d.helpers={},d.helpers.kebab_to_title_case=string=>string.split(\"-\").map((word=>word.charAt(0).toUpperCase()+word.slice(1))).join(\" \"),d.helpers.deltaIsEqual=(lhs,rhs)=>{if(lhs===rhs)return!0;if(null==lhs||null==rhs)return lhs===rhs;let lhs_is_array=Array.isArray(lhs),rhs_is_array=Array.isArray(rhs),lhs_tag=\"[object Array]\";lhs_is_array||(lhs_tag=toString.call(lhs));let rhs_tag=\"[object Array]\";if(rhs_is_array||(rhs_tag=toString.call(rhs)),lhs_tag!==rhs_tag)return!1;if(lhs_is_array){let lhs_len=lhs.length,rhs_len;if(lhs_len!==rhs.length)return!1;for(let i=0;i<lhs_len;i++)if(!d.helpers.deltaIsEqual(lhs[i],rhs[i]))return!1;return!0}if(\"[object Object]\"===lhs_tag){let lhs_props=Object.keys(lhs),rhs_props=Object.keys(rhs);if(lhs_props.length!==rhs_props.length)return!1;for(let i=0;i<lhs_props.length;i++){let prop=lhs_props[i];if(!Object.prototype.hasOwnProperty.call(rhs,prop))return!1;let lhs_val=lhs[prop],rhs_val=rhs[prop];if(!d.helpers.deltaIsEqual(lhs_val,rhs_val))return!1}return!0}switch(lhs_tag){case\"[object Boolean]\":case\"[object Date]\":case\"[object Number]\":let casted_lhs=+lhs,casted_rhs=+rhs;return casted_lhs===casted_rhs||casted_lhs!=casted_lhs&&casted_rhs!=casted_rhs;case\"[object RegExp]\":case\"[object String]\":return lhs+\"\"==rhs+\"\";case\"[object Map]\":case\"[object Set]\":case\"[object Error]\":case\"[object DataView]\":case\"[object ArrayBuffer]\":return!1}return!1},d.consts.HTML_TO_BBCODE_FONTS={},d.consts.BBCODE_TO_HTML_FONTS={};for(const font_name of d.consts.ALL_FONTS){const bbcode_translation=d.helpers.kebab_to_title_case(font_name);d.consts.HTML_TO_BBCODE_FONTS[font_name]=bbcode_translation,d.consts.BBCODE_TO_HTML_FONTS[bbcode_translation]=font_name}d.initialized=!1,d.img_tracker=0,d.prev_image_list=[],d.should_rerun_val=!1,d.prev_contents=\"\",d.initial_bbcode=\"\",d.initial_html=\"\",d.last_change_source=\"api\",d.has_been_edited=!1,d.typing_timer_id=null,instance.canvas.css(\"overflow\",\"visible\"),instance.publishState(\"field_is_focused\",!1);const Clipboard=Quill.import(\"modules/clipboard\");class ForceScrollClipboard extends Clipboard{onPaste(e){d.pasted=!0;const scrollTop=window.scrollY,scrollLeft=window.scrollX;Clipboard.prototype.onPaste.call(this,e),setTimeout((()=>window.scrollTo(scrollLeft,scrollTop)),1)}}Quill.register(\"modules/clipboard\",ForceScrollClipboard,!0)}"},"update":{"fn":"const update=function(instance,properties,context){const d=instance.data;d.did_set_content_first_time=!0,\"elements\"in d||(d.elements={}),\"is_autobound\"in d||(d.is_autobound=!!properties.bubble.auto_binding());const{DONE_TYPING_INTERVAL_MS:DONE_TYPING_INTERVAL_MS,SUPPORTED_FILE_EXTENSIONS:SUPPORTED_FILE_EXTENSIONS,ICON_H1:ICON_H1,ICON_H2:ICON_H2,ICON_H3:ICON_H3,ICON_H4:ICON_H4,ALL_FONTS:ALL_FONTS,HTML_TO_BBCODE_FONTS:HTML_TO_BBCODE_FONTS,BBCODE_TO_HTML_FONTS:BBCODE_TO_HTML_FONTS,BASE64IMAGEREGEX:BASE64IMAGEREGEX}=d.consts;d.last_update_bubble_props||(d.last_update_bubble_props={}),d.updated_bubble_props={};for(const key in properties.bubble){const property=properties.bubble[key]();d.last_update_bubble_props[key]!==property&&(d.last_update_bubble_props[key]=property,d.updated_bubble_props[key]=property)}d.last_update_props||(d.last_update_props={}),d.updated_props={};for(const key in properties){if(\"bubble\"===key)continue;const there_has_been_changes=undefined;properties[key]!==d.last_update_props[key]&&(d.updated_props[key]=properties[key],d.last_update_props[key]=properties[key])}if(!d.has_been_reconciled){for(const key in properties)\"bubble\"!==key&&(d.updated_props[key]=properties[key],d.last_update_props[key]=properties[key]);for(const key in properties.bubble){const property=properties.bubble[key]();d.last_update_bubble_props[key]=property,d.updated_bubble_props[key]=property}}if(0===Object.keys(d.updated_props).length&&0===Object.keys(d.updated_bubble_props).length)return;const checkForContent=html=>html=(html=html.replace(/<(.*?)>(.*?)<\\/(.*?)>/gim,\"$2\")).replace(/<br>/gi,\"\"),attr=(node,attribute)=>node.attributes&&node.attributes[attribute]&&node.attributes[attribute].nodeValue||\"\",quillAttrs=node=>[...node.classList||[]].reduce(((attributes,className)=>{const[prefix,attribute,...value]=className.split(\"-\");return\"ql\"===prefix&&(0===value.length?attributes[attribute]=!0:attributes[attribute]=value.join(\"-\")),attributes}),{}),bbcodeTagMap={IMG:node=>{const width=attr(node,\"width\"),src=undefined;return[`[img${width?` width=${width}`:\"\"}]${attr(node,\"src\")}[/img]`,\"\"]},IFRAME:node=>{const src=attr(node,\"src\"),youtubeMatch=src.match(/https:\\/\\/www.youtube.com\\/embed\\/(.*?)\\?showinfo=0(.*?)/);return youtubeMatch?[`[youtube]${youtubeMatch[1]}[/youtube]`,\"\"]:quillAttrs(node).video?[`[video]${src}[/video]`,\"\"]:[\"\",\"\"]},UL:()=>[\"[ml][ul]\",\"[/ul][/ml]\"],OL:()=>[\"[ml][ol]\",\"[/ol][/ml]\"],LI:(node,listType)=>{const prevSib=undefined,nextSib=undefined,classData=[node,node.previousElementSibling,node.nextElementSibling].map((curr=>{const attrs=curr?quillAttrs(curr):{};return{indent:attrs.indent?parseInt(attrs.indent,10):0,align:attrs.align||\"left\"}})),openDiff=classData[0].indent-classData[1].indent,closeDiff=classData[0].indent-classData[2].indent;let openList=\"\";for(let i=0;i<openDiff;i++){const data=` data=${classData[0].indent}`;\"UL\"===listType?openList+=`[ul${data}]`:\"OL\"===listType&&(openList+=`[ol${data}]`)}let closeList=\"\";for(let i=0;i<closeDiff;i++)\"UL\"===listType?closeList+=\"[/ul]\":\"OL\"===listType&&(closeList+=\"[/ol]\");const indent=undefined,align=undefined;return[`${openList}[li${` indent=${classData[0].indent}`}${` align=${classData[0].align}`}]`,`[/li]${closeList}`]},H1:()=>[\"[h1]\",\"[/h1]\\n\"],H2:()=>[\"[h2]\",\"[/h2]\\n\"],H3:()=>[\"[h3]\",\"[/h3]\\n\"],H4:()=>[\"[h4]\",\"[/h4]\\n\"],SUB:()=>[\"[sub]\",\"[/sub]\"],SUP:()=>[\"[sup]\",\"[/sup]\"],PRE:()=>[\"[code]\",\"[/code]\"],BLOCKQUOTE:()=>[\"[quote]\",\"[/quote]\"],U:()=>[\"[u]\",\"[/u]\"],EM:()=>[\"[i]\",\"[/i]\"],STRONG:()=>[\"[b]\",\"[/b]\"],S:()=>[\"[s]\",\"[/s]\"],P:()=>[\"\",\"\\n\"],SPAN:()=>[\"\",\"\"],BR:()=>[\"\",\"\\n\"]},bbcodeSizeMap={small:1,large:4,huge:6},processBBCodeChildNodes=node=>{let childNodeBBCodeInner=\"\";if(node&&node.childNodes.length){const hasParentElement=!!node.parentElement,isParagraphElement=\"P\"===node.nodeName,hasOneChild=1===node.childNodes.length,childIsLineBreak=\"BR\"===node.childNodes[0].nodeName,isBlankLine=undefined;!hasParentElement&&isParagraphElement&&hasOneChild&&childIsLineBreak||node.childNodes.forEach((child=>{childNodeBBCodeInner+=getBBCode(child,[\"UL\",\"OL\"].includes(node.nodeName)&&node.nodeName)}))}return childNodeBBCodeInner},getBBCode=(node,listType)=>{if(\"#text\"===node.nodeName)return node.nodeValue;let bbcodeInner=\"\",bbcodeOuterLeft=\"\",bbcodeOuterRight=\"\";if(node.childNodes.length&&(bbcodeInner+=processBBCodeChildNodes(node)),\"A\"===node.nodeName){let url=attr(node,\"href\");url.includes(\"http://\")||url.includes(\"https://\")||url.includes(\"mailto:\")||(url=`https://${url}`),bbcodeInner=`[url=${url}]${bbcodeInner}[/url]`}node.style&&node.style.length&&(node.style.backgroundColor&&(bbcodeInner=`[highlight=${node.style.backgroundColor}]${bbcodeInner}[/highlight]`),node.style.color&&(bbcodeInner=`[color=${node.style.color}]${bbcodeInner}[/color]`));const attrs=quillAttrs(node);attrs.font&&(bbcodeInner=`[font=\"${HTML_TO_BBCODE_FONTS[attrs.font]}\"]${bbcodeInner}[/font]`),attrs.size&&(bbcodeInner=`[size=${bbcodeSizeMap[attrs.size]}]${bbcodeInner}[/size]`),attrs.align&&![\"UL\",\"OL\",\"LI\"].includes(node.nodeName)&&(bbcodeOuterLeft=`[${attrs.align}]${bbcodeOuterLeft}`,bbcodeOuterRight=`${bbcodeOuterRight}[/${attrs.align}]`),attrs.indent&&![\"UL\",\"OL\",\"LI\"].includes(node.nodeName)&&(bbcodeInner=`[indent data=${attrs.indent}]${bbcodeInner}[/indent]`);const tags=bbcodeTagMap[node.nodeName]?bbcodeTagMap[node.nodeName](node,listType):[\"\",\"\"];return\"\"!=bbcodeOuterRight&&\"\\n\"==tags[1].slice(-1)&&(tags[1]=tags[1].slice(0,-1),bbcodeOuterRight+=\"\\n\"),`${bbcodeOuterLeft}${tags[0]}${bbcodeInner}${tags[1]}${bbcodeOuterRight}`},htmlToBBCode=html=>$.parseHTML(html).map((node=>getBBCode(node))).join(\"\"),bbCodeToHTML=bbcode=>bbcode=(bbcode=(bbcode=(bbcode=(bbcode=(bbcode=(bbcode=(bbcode=(bbcode=(bbcode=(bbcode=(bbcode=(bbcode=(bbcode=(bbcode=(bbcode=(bbcode=(bbcode=(bbcode=(bbcode=(bbcode=(bbcode=(bbcode=(bbcode=(bbcode=(bbcode=(bbcode=(bbcode=(bbcode=(bbcode=(bbcode=(bbcode=(bbcode=(bbcode=(bbcode=(bbcode=(bbcode=(bbcode=(bbcode=(bbcode=(bbcode=(bbcode=(bbcode=(bbcode=(bbcode=(bbcode=(bbcode=(bbcode=(bbcode=(bbcode=(bbcode=(bbcode=(bbcode=(bbcode=(bbcode=(bbcode=(bbcode=(bbcode=(bbcode=(bbcode=(bbcode=(bbcode=(bbcode=(bbcode=bbcode.replace(/\\[\\/center\\]/gi,\"[/center]\")).replace(/\\[\\/right\\]/gi,\"[/right]\")).replace(/\\[\\/justify\\]/gi,\"[/justify]\")).replace(/\\[(center|right|left)\\].*?\\[\\/\\1\\]/gims,((match,align)=>(close_open_align=\"[/\"+align+\"][\"+align+\"]\",match=(match=(match=(match=match.replace(/\\[(h[1-4]|youtube|blockquote)\\](.*?)\\[\\/\\1\\]/,close_open_align+\"[$1]$2[/$1]\"+close_open_align)).replace(/\\[indent data=(.*?)\\](.*?)\\[\\/indent\\]/,close_open_align+\"[indent data=$1]$2[/indent]\"+close_open_align)).replace(/(?:<br>|\\n)/gim,close_open_align)).replace(new RegExp(\"\\\\[\"+align+\"\\\\]\\\\[\\\\/\"+align+\"\\\\]\",\"gmi\"),\"\"))))).replace(/\\[size=1\\](.*?)\\[\\/size\\]/gim,'<span class=\"ql-size-small\">$1</span>')).replace(/\\[size=2\\](.*?)\\[\\/size\\]/gim,'<span class=\"ql-size-small\">$1</span>')).replace(/\\[size=3\\](.*?)\\[\\/size\\]/gim,\"$1\")).replace(/\\[size=4\\](.*?)\\[\\/size\\]/gim,'<span class=\"ql-size-large\">$1</span>')).replace(/\\[size=5\\](.*?)\\[\\/size\\]/gim,'<span class=\"ql-size-large\">$1</span>')).replace(/\\[size=6\\](.*?)\\[\\/size\\]/gim,'<span class=\"ql-size-huge\">$1</span>')).replace(/\\[size=7\\](.*?)\\[\\/size\\]/gim,'<span class=\"ql-size-huge\">$1</span>')).replace(/\\[color=(.*?)\\](.*?)\\[\\/color\\]/gim,'<span style=\"color:$1;\">$2</span>')).replace(/\\[highlight=(.*?)\\](.*?)\\[\\/highlight\\]/gim,'<span style=\"background-color:$1;\">$2</span>')).replace(/\\[font=\"(.*?)\"\\](.*?)\\[\\/font\\]/gim,(function(match,m1,m2){return`<span class=\"ql-font-${BBCODE_TO_HTML_FONTS[m1]}\">${m2}</span>`}))).replace(/\\[(center|right|justify)\\]\\[(h[1-4]|blockquote)\\]\\[indent data=(.*?)\\]/gim,'<$2 class=\"ql-align-$1 ql-indent-$3\">')).replace(/\\[(center|right|justify)\\]\\[(h[1-4]|blockquote)\\]/gim,'<$2 class=\"ql-align-$1\">')).replace(/\\[(h[1-4]|blockquote)\\]\\[indent data=(.*?)\\]/gim,'<$1 class=\"ql-indent-$2\">')).replace(/\\[(center|right|justify)\\]\\[youtube\\](.*?)\\[\\/youtube\\]\\[\\/(center|right|justify)\\]/gi,'<iframe class=\"ql-video ql-align-$1\" frameborder=\"0\" allowfullscreen=\"true\" src=\"https://www.youtube.com/embed/$2?showinfo=0\">')).replace(/\\[(center|right|justify)\\]\\[indent data=(.*?)\\](.*?)\\[\\/indent\\]\\[\\/(center|right|justify)\\]\\n?/gim,'<p class=\"ql-align-$1 ql-indent-$2\">$3</p>')).replace(/\\[(center|right|justify)\\](.*?)\\[\\/\\1\\]\\n?/gims,'<p class=\"ql-align-$1\">$2</p>')).replace(/\\[indent data=(.*?)\\](.*?)\\[\\/indent\\]\\n?/gim,'<p class=\"ql-indent-$1\">$2</p>')).replace(/\\[b\\]/gi,\"<strong>\")).replace(/\\[\\/b\\]/gi,\"</strong>\")).replace(/\\[i\\]/gi,\"<em>\")).replace(/\\[\\/i\\]/gi,\"</em>\")).replace(/\\[u\\]/gi,\"<u>\")).replace(/\\[\\/u\\]/gi,\"</u>\")).replace(/\\[s\\]/gi,\"<s>\")).replace(/\\[\\/s\\]/gi,\"</s>\")).replace(/\\[quote\\]/gi,\"<blockquote>\")).replace(/\\[\\/quote\\]/gi,\"</blockquote>\")).replace(/\\[code\\]/gi,\"<pre>\")).replace(/\\[\\/code\\]/gi,\"</pre>\")).replace(/\\[sub\\]/gi,\"<sub>\")).replace(/\\[\\/sub\\]/gi,\"</sub>\")).replace(/\\[sup\\]/gi,\"<sup>\")).replace(/\\[\\/sup\\]/gi,\"</sup>\")).replace(/\\[h1\\]/gi,\"<h1>\")).replace(/\\[\\/(h[1-4])]\\n?/gi,\"</$1>\")).replace(/\\[(h[1-4])\\]/gi,\"<$1>\")).replace(/\\[\\/indent\\]/gi,\"\")).replace(/\\[\\/center\\]\\n?/gi,\"\")).replace(/\\[\\/right\\]\\n?/gi,\"\")).replace(/\\[\\/justify\\]\\n?/gi,\"\")).replace(/\\[hr\\]/gi,\"\")).replace(/\\[email(.*?)\\]/gi,\"\")).replace(/\\[\\/email\\]/gi,\"\")).replace(/\\[left\\]/gi,\"\")).replace(/\\[\\/left\\]/gi,\"\")).replace(/\\[ml\\]\\[ol\\](.*?)\\[\\/ol\\]\\[\\/ml\\]/gim,\"<ol>$1</ol>\")).replace(/\\[ml\\]\\[ul\\](.*?)\\[\\/ul\\]\\[\\/ml\\]/gim,\"<ul>$1</ul>\")).replace(/\\[ol(.*?)\\]/gi,\"\")).replace(/\\[\\/ol\\]/gi,\"\")).replace(/\\[ul(.*?)\\]/gi,\"\")).replace(/\\[\\/ul\\]/gi,\"\")).replace(/\\[li indent=(.*?) align=(.*?)\\]/gi,(x=>{const indent=x.replace(/\\[li indent=(.*?) align=(.*?)\\]/gi,\"$1\"),alignment=x.replace(/\\[li indent=(.*?) align=(.*?)\\]/gi,\"$2\");let result=\"<li\";return\"0\"===indent&&\"left\"===alignment||(result+=' class=\"'),\"0\"!==indent&&(result+=\"ql-indent-\"+indent),\"left\"!==alignment&&(result+=\" ql-align-\"+alignment),\"0\"===indent&&\"left\"===alignment||(result+='\"'),result+\">\"}))).replace(/\\[li\\]/gi,\"<li>\")).replace(/\\[\\/li\\]/gi,\"</li>\")).replace(/\\[img width=(.*?)\\](.*?)\\[\\/img\\]/gim,'<img src=\"$2\" width=\"$1\">')).replace(/\\[img\\](.*?)\\[\\/img\\]/gim,'<img src=\"$1\">')).replace(/\\[url=(.*?)\\](.*?)\\[\\/url\\]/gi,'<a href=\"$1\" target=\"_blank\">$2</a>')).replace(/\\[youtube\\](.*?)\\[\\/youtube\\]/gi,'<iframe class=\"ql-video\" frameborder=\"0\" allowfullscreen=\"true\" src=\"https://www.youtube.com/embed/$1?showinfo=0\"></iframe>')).replace(/\\[video\\](.*?)\\[\\/video\\]/gi,'<iframe class=\"ql-video\" frameborder=\"0\" allowfullscreen=\"true\" src=\"$1\"></iframe>')).replace(/\\n/gi,\"<br>\"),done_typing=()=>{d.should_rerun_val&&d.last_update_props.autosave&&!d.is_uploading&&set_val()},set_val=()=>{const new_bbcode=htmlToBBCode(d.quill.root.innerHTML).replace(/\\n$/,\"\"),did_content_change=d.current_bbcode!==new_bbcode;d.current_bbcode=new_bbcode,did_content_change&&notify_content_changed(new_bbcode),d.pasted=!1},notify_content_changed=(bbcode,args={programmatic:!1})=>{instance.publishState(\"value\",bbcode),instance.publishState(\"value_is_valid\",is_valid()),args.programmatic||(d.should_rerun_val=!1,d.last_update_props.autobinding=bbcode,instance.publishAutobinding(bbcode),instance.triggerEvent(\"value_changes\",(err=>{err&&console.error(\"Rich text event error - please report to admin: \"+JSON.stringify(err))})))},is_valid=()=>{const quill=d.quill;return!properties.empty_is_invalid||\"\"!==checkForContent(quill.root.innerHTML)},handle_quill_text_change_event=(delta,oldDelta,source)=>{if(\"bubble_update\"===d.last_change_source)return;d.last_change_source=source,\"user\"===d.last_change_source&&(d.has_been_edited=!0),get_current_content_bbcode()===properties.initial_content&&(d.has_been_edited=!1),d.should_rerun_val=!0,d.prev_contents=htmlToBBCode(d.quill.root.innerHTML),clearTimeout(d.typing_timer_id),d.typing_timer_id=setTimeout(done_typing,DONE_TYPING_INTERVAL_MS),d.quill.theme.modules.imageResize.overlay&&!d.has_resize_listener&&(d.has_resize_listener=!0,$(d.quill.theme.modules.imageResize.overlay).one(\"mouseup\",(()=>{done_typing(),d.has_resize_listener=!1}))),fixup_images(),d.pasted=!1,set_initial_content(source);const quill=d.quill,ops=delta.ops,oldSelection=quill.getSelection(),oldPos=oldSelection?.index,oldSelectionLength=oldSelection?oldSelection.length:0;void 0!==ops[0].retain&&ops[1]&&ops[1].insert&&ops[1].insert&&\"\\n\"===ops[1].insert&&!(oldSelectionLength>0)&&setTimeout((()=>{const newPos=undefined;quill.getSelection().index===oldPos&&quill.setSelection(quill.getSelection().index+1,0)}),3)},fixup_images=()=>{const quillRoot=undefined;d.elements.quillRoot.find(\"img\").each(((index,element)=>{$(element).data(\"width\",$(element).css(\"width\"))})),upload_and_replace_inline_images()},upload_and_replace_inline_image=(file_extension,source)=>{d.is_uploading=!0,context.uploadContent(`richtext_content.${file_extension}`,source,((err,url)=>{if(err)return d.is_uploading=!1,void console.error(\"Rich text editor error - please report to admin: \"+JSON.stringify(err));const quillRoot=d.elements.quillRoot,upload_width=quillRoot.find(`img[src=\"data:image/${file_extension};base64,${source}\"]`).css(\"width\")||\"\";quillRoot.find(`img[src=\"data:image/${file_extension};base64,${source}\"]`).attr({src:url,width:upload_width}),d.is_uploading=!1}))},setImgTrackerAndDetectImgChange=rawhtml=>{const matches=rawhtml.match(BASE64IMAGEREGEX)||[];let img_change=!1;if(matches.length!==d.img_tracker)img_change=!0,d.img_tracker=matches.length;else if(\"\"!==d.prev_contents&&d.current_bbcode!==d.prev_contents)for(const img of matches)d.prev_image_list.includes(img)||(img_change=!0);return img_change&&(d.prev_image_list=matches),img_change},upload_and_replace_inline_images=()=>{const quill=undefined,rawhtml=d.quill.root.innerHTML,img_has_changed=setImgTrackerAndDetectImgChange(rawhtml),base64ImageRegex=BASE64IMAGEREGEX;let fullMatch=base64ImageRegex.exec(rawhtml),encoding,base64source;for(;img_has_changed&&fullMatch;){[encoding,base64source]=fullMatch[1].split(\",\")||[];const file_extension=(encoding||\"\").split(\";\")[0];SUPPORTED_FILE_EXTENSIONS[file_extension]&&upload_and_replace_inline_image(file_extension,base64source),fullMatch=base64ImageRegex.exec(rawhtml)}};async function clean_inline_base64_images(rawhtml){const img_has_changed=setImgTrackerAndDetectImgChange(rawhtml),base64ImageRegex=BASE64IMAGEREGEX;let fullMatch=base64ImageRegex.exec(rawhtml),encoding,base64source,returnHtml=rawhtml;if(img_has_changed)for(;fullMatch;){[encoding,base64source]=fullMatch[1].split(\",\")||[];const file_extension=(encoding||\"\").split(\";\")[0];if(SUPPORTED_FILE_EXTENSIONS[file_extension]&&(returnHtml=await upload_and_replace_inline_image_in_html(file_extension,base64source,returnHtml,fullMatch)),base64ImageRegex.lastIndex=0,fullMatch=base64ImageRegex.exec(returnHtml),!fullMatch)return returnHtml}return returnHtml}function upload_and_replace_inline_image_in_html(file_extension,source,rawhtml,fullMatch){return new Promise((resolve=>{context.uploadContent(`richtext_content.${file_extension}`,source,((err,url)=>{rawhtml=rawhtml.replace(fullMatch[0],`<img src=${url} />`),resolve(rawhtml)}))}))}const register_fonts_and_icons=()=>{const FontAttributor=window.Quill.import(\"attributors/class/font\");FontAttributor.whitelist=[...ALL_FONTS],window.Quill.register(FontAttributor,!0);const icons=window.Quill.import(\"ui/icons\");icons.header[1]=ICON_H1,icons.header[2]=ICON_H2,icons.header[3]=ICON_H3,icons.header[4]=ICON_H4},initialize_quill=()=>{instance.canvas.empty();const Delta=window.Quill.import(\"delta\");d.element_id||(d.element_id=`richtext-editor-${$(\".ql-container\").length}`),register_fonts_and_icons();const theme=\"Regular\"===properties.theme?\"snow\":\"bubble\";let toolbar;toolbar=\"Basic\"===properties.complexity?[[\"bold\",\"italic\",\"link\"],[{align:[]},{header:\"1\"},{header:\"2\"}]]:\"Medium\"===properties.complexity?[[{font:[...ALL_FONTS]}],[\"bold\",\"italic\",\"underline\",\"strike\"],[{color:[]},{background:[]}],[{header:\"1\"},{header:\"2\"},{header:\"3\"},{header:\"4\"}],[{list:\"ordered\"},{list:\"bullet\"}],[{indent:\"-1\"},{indent:\"+1\"},{align:[]},\"link\"]]:[[{font:[...ALL_FONTS]},{size:[]}],[\"bold\",\"italic\",\"underline\",\"strike\"],[{color:[]},{background:[]}],[{script:\"super\"},{script:\"sub\"}],[{header:\"1\"},{header:\"2\"},{header:\"3\"},{header:\"4\"},\"blockquote\",\"code-block\"],[{list:\"ordered\"},{list:\"bullet\"}],[{indent:\"-1\"},{indent:\"+1\"},{align:[]}],[\"link\",\"image\",\"video\"],[\"clean\"]],instance.canvas.append(`<div id=\"${d.element_id}\"></div>`);const quill=new window.Quill(`#${d.element_id}`,{theme:theme,bounds:`#${d.element_id}`,modules:{imageResize:{modules:[\"Resize\",\"DisplaySize\"]},toolbar:toolbar,clipboard:{},history:{userOnly:!0}},placeholder:d.updated_props.placeholder||\"\"}),rteContainer=$(quill.container);d.elements.rteContainer=rteContainer;const toolbarElement=rteContainer.siblings(\".ql-toolbar\");d.elements.toolbarElement=toolbarElement;const toolbarHeight=toolbarElement.length>0?(toolbarElement[0].clientHeight||0)+3:0,editorContainer=undefined;rteContainer.find(\".ql-editor\").css({\"max-height\":`calc(${d.last_update_bubble_props.max_height_css} - ${toolbarHeight}px)`}),apply_flex_display_to_parent_container(),\"none\"!==properties.bubble.border_style()&&\"snow\"===theme&&toolbarElement.css({border:\"none\",\"border-bottom\":\"1px solid #ccc\"}),quill.clipboard.addMatcher(\"span\",((node,delta)=>{for(const node_class of node.classList){if(!node_class.startsWith(\"ql-font-\"))continue;const matched_font=node_class.replace(\"ql-font-\",\"\");if(ALL_FONTS.has(matched_font)&&\"sans-serif\"!==matched_font)return delta.compose((new Delta).retain(delta.length(),{font:matched_font}))}return delta}));const quillRoot=$(quill.root);d.elements.quillRoot=quillRoot,$(\".ql-bold\").attr(\"title\",\"Bold\"),$(\".ql-italic\").attr(\"title\",\"Italic\"),$(\".ql-underline\").attr(\"title\",\"Underline\"),$('.ql-header[value=\"1\"]').attr(\"title\",\"Title\"),$('.ql-header[value=\"2\"]').attr(\"title\",\"Subtitle\"),$(\".ql-align\").attr(\"title\",\"Text alignment\"),[\"Full\",\"Medium\"].includes(properties.complexity)&&($('.ql-header[value=\"3\"]').attr(\"title\",\"Subtitle\"),$('.ql-header[value=\"4\"]').attr(\"title\",\"Subtitle\"),$(\".ql-strike\").attr(\"title\",\"Strikethrough\"),$(\".ql-color\").attr(\"title\",\"Font color\"),$(\".ql-background\").attr(\"title\",\"Highlight color\"),$(\".ql-font\").attr(\"title\",\"Font\"),$('.ql-list[value=\"ordered\"]').attr(\"title\",\"Numbered list\"),$('.ql-list[value=\"bullet\"]').attr(\"title\",\"Bulleted list\"),$('.ql-indent[value=\"+1\"]').attr(\"title\",\"Indent\"),$('.ql-indent[value=\"-1\"]').attr(\"title\",\"Remove indent\"),$(\".ql-link\").attr(\"title\",\"Link\")),\"Full\"===properties.complexity&&($(\".ql-size\").attr(\"title\",\"Font size\"),$('.ql-script[value=\"super\"]').attr(\"title\",\"Superscript\"),$('.ql-script[value=\"sub\"]').attr(\"title\",\"Subscript\"),$(\".ql-blockquote\").attr(\"title\",\"Quote\"),$(\".ql-code-block\").attr(\"title\",\"Code\"),$(\".ql-image\").attr(\"title\",\"Image\"),$(\".ql-video\").attr(\"title\",\"Video\"),$(\".ql-clean\").attr(\"title\",\"Remove all formatting\")),$(\".ql-font .ql-picker-options\").css({height:\"250px\",overflow:\"scroll\"}),$(\".ql-font .ql-picker-options .ql-picker-item\").each(((index,element)=>{$(element).attr(\"data-label\",HTML_TO_BBCODE_FONTS[$(element).data(\"value\")])})),d.quill=quill;const tooltip=undefined,input=undefined;quill.theme.tooltip.root.querySelector(\"input[data-link]\").dataset.link=properties.link_placeholder,quillRoot.on(\"scroll\",(()=>{const resize_obj=rteContainer.children()[3];resize_obj&&!resize_obj.hidden&&quill.theme.modules.imageResize.repositionElements()})),rteContainer.mouseup((()=>{rteContainer.children()[3]&&done_typing()}));const rte_canvas=rteContainer.children()[0];rte_canvas.onfocus=()=>{instance.publishState(\"field_is_focused\",!0)},rte_canvas.onblur=()=>{d.pasted||(instance.publishState(\"field_is_focused\",!1),clearTimeout(d.typing_timer_id),d.should_rerun_val&&!d.is_uploading&&set_val())},$(\".ql-toolbar\").mousedown((e=>e.preventDefault())),quill.on(\"text-change\",handle_quill_text_change_event),$(\".ql-formats\").on(\"click\",(()=>rteContainer.children().eq(3).hide())),d.prev_contents=\"\",d.initialized=!0},set_content_with_delta=(quill,bbcode,desired_delta)=>{desired_delta.insert(\"\\n\");const current_delta=quill.getContents();if(d.helpers.deltaIsEqual(current_delta,desired_delta)&&bbcode===d.prev_contents)return;const actual_change_source=d.last_change_source;d.last_change_source=\"bubble_update\",quill.setContents(desired_delta),d.last_change_source=actual_change_source},set_html_content_in_quill_from_bbcode=async(quill,bbcode,cb)=>{const desired_html=undefined;clean_inline_base64_images(bbCodeToHTML(bbcode)).then((result=>{const desired_delta=quill.clipboard.convert(result);set_content_with_delta(quill,bbcode,desired_delta);const cleaned_bbcode=htmlToBBCode(result);cb(cleaned_bbcode)}))},track_first_time_content_set=()=>{d.did_set_content_first_time&&(d.did_set_content_first_time=!1)},set_selection=quill=>{const current_selection=quill.getSelection();current_selection&&quill.setSelection(current_selection)};d.set_content_in_quill=async bbcode=>{const quill=d.quill,post_image_fixup_cb=bbcode=>{track_first_time_content_set(quill),set_selection(quill),quill.history.clear(),notify_content_changed(bbcode,{programmatic:!0})};set_html_content_in_quill_from_bbcode(quill,bbcode,post_image_fixup_cb)};const should_reinitialize=()=>{if(!d.initialized)return!0;const PROPS_THAT_NEED_REINITIALIZATION=[\"theme\",\"complexity\"];for(const prop of PROPS_THAT_NEED_REINITIALIZATION)if(prop in d.updated_props)return!0;return!1},set_initial_content=source=>{\"user\"!==source&&\"silent\"!==source&&(properties.autobinding||properties.initial_content===d.initial_bbcode||d.has_been_edited||(properties.initial_content=d.initial_bbcode))},get_non_null_autobinding_value=()=>properties.autobinding||\"\",get_current_content_bbcode=()=>d.did_set_content_first_time&&\"user\"===d.last_change_source?d.prev_contents||\"\":d.is_autobound?get_non_null_autobinding_value():d.has_been_edited?d.prev_contents:(d.should_rerun_val=!1,properties.initial_content||\"\"),get_initial_content_bbcode=()=>d.is_autobound?(properties.initial_content&&console.warn(\"Ignoring initial content since autobinding is enabled.\"),get_non_null_autobinding_value(properties)):properties.initial_content||\"\",reconcile=()=>{let content_bbcode=\"\";const initial_content_bbcode=get_initial_content_bbcode();d.initial_bbcode!==initial_content_bbcode&&(content_bbcode=initial_content_bbcode,d.initial_html=bbCodeToHTML(content_bbcode),d.initial_bbcode=content_bbcode,d.has_been_edited&&!d.is_autobound||(d.current_bbcode=d.initial_bbcode)),null==d.current_bbcode&&(d.current_bbcode=d.initial_bbcode),d.initialized&&(content_bbcode=get_current_content_bbcode()),d.updated_props.autobinding&&d.is_autobound&&(content_bbcode=get_non_null_autobinding_value()),should_reinitialize()&&initialize_quill(),\"disabled\"in d.updated_props&&d.quill.enable(!d.updated_props.disabled),\"placeholder\"in d.updated_props&&(d.quill.root.dataset.placeholder=d.updated_props.placeholder||\"\"),content_bbcode!==d.prev_contents&&(d.set_content_in_quill(content_bbcode),d.prev_contents=content_bbcode),d.has_been_reconciled=!0,disable_image_selection_when_input_is_disabled()},disable_image_selection_when_input_is_disabled=function(){$(\".ql-editor img\").click((e=>{d.updated_props.disabled&&e.stopPropagation()}))},apply_flex_display_to_parent_container=function(){const is_visible=undefined;instance.data.last_update_bubble_props.is_visible?(instance.canvas.css({display:\"flex\",\"flex-direction\":\"column\"}),d.elements.rteContainer.css({border:\"none\",height:\"max-content\",\"min-height\":0,\"flex-shrink\":1,\"flex-grow\":1}),d.elements.toolbarElement.css({\"flex-grow\":0,\"flex-shrink\":0})):instance.canvas.css({display:\"none\",\"flex-direction\":\"column\"})};d.has_been_reconciled=!1,$(document).ready(reconcile)};"},"reset":{"fn":"function(instance,context){const d=instance.data;d.quill&&(d.is_autobound||(d.set_content_in_quill(d.initial_bbcode),d.last_change_source=\"api\",d.has_been_edited=!1))}"},"preview":{"fn":"function(instance, properties) {\n\n    //custom preview that changes as various properties are changed\n    //uses images rather than initializing a disabled Quill instance because the images are lighter weight and makes loading the element more efficient in the editor \n    \n    var preview;\n    var preview_images = {\n        \"basic_styles\": \"//af00c93a98211fa1501b50d783d187db.cdn.bubble.io/f1578328422624x814410333288381700/basic_styles.png\",\n        \"basic_text_alignment\": \"//af00c93a98211fa1501b50d783d187db.cdn.bubble.io/f1578328435036x176083124177772740/basic_align.png\",\n        \"font\": \"//af00c93a98211fa1501b50d783d187db.cdn.bubble.io/f1578328456820x636678729904445200/font.png\",\n        \"size\": \"//af00c93a98211fa1501b50d783d187db.cdn.bubble.io/f1578328471900x601277843539461200/size.png\",\n        \"text_styles\": \"//af00c93a98211fa1501b50d783d187db.cdn.bubble.io/f1578328500984x237729254917328450/text_styles.png\",\n        \"text_color\": \"//af00c93a98211fa1501b50d783d187db.cdn.bubble.io/f1578526040133x618924377176704400/text_color.png\",\n        \"sup_sub\": \"//af00c93a98211fa1501b50d783d187db.cdn.bubble.io/f1578328553500x547904523073018600/sup_sub.png\",\n        \"titles_quote_code\": \"//af00c93a98211fa1501b50d783d187db.cdn.bubble.io/f1578328573740x193466729817275650/titles_quote_code.png\",\n        \"media\": \"//af00c93a98211fa1501b50d783d187db.cdn.bubble.io/f1578328690820x732983396842500400/media.png\",\n        \"remove_style\": \"//af00c93a98211fa1501b50d783d187db.cdn.bubble.io/f1578328704608x655581645962726700/remove_style.png\",\n        \"list\": \"//af00c93a98211fa1501b50d783d187db.cdn.bubble.io/f1580145133799x948312827511517800/list.png\",\n        \"indent_align\": \"//af00c93a98211fa1501b50d783d187db.cdn.bubble.io/f1580145152691x503666194763457100/indent_align.png\",\n        \"all_titles\": \"//af00c93a98211fa1501b50d783d187db.cdn.bubble.io/f1585641019238x597655811909080000/all%20titles.png\",\n        \"code_quotes\": \"//af00c93a98211fa1501b50d783d187db.cdn.bubble.io/f1585641079062x980676637005123800/code%20quotes.png\",\n        \"medium_format\": \"//af00c93a98211fa1501b50d783d187db.cdn.bubble.io/f1585641062978x592964815466108240/medium%20formats.png\"\n    };\n    \n    \n    if(properties.theme == \"Regular\"){\n        var toolbar = \"<div><div style='background-color:white;'>\";\n        if(properties.complexity == \"Full\"){\n            toolbar += \"<img src='\"+ preview_images[\"font\"] +\"'>\";\n            toolbar += \"<img src='\"+ preview_images[\"size\"] +\"'>\";\n            toolbar += \"<img src='\"+ preview_images[\"text_styles\"] +\"'>\";\n            toolbar += \"<img src='\"+ preview_images[\"text_color\"] +\"'>\";\n            toolbar += \"<img src='\"+ preview_images[\"sup_sub\"] +\"'>\";\n            toolbar += \"<img src='\"+ preview_images[\"all_titles\"] +\"'>\";\n            toolbar += \"<img src='\"+ preview_images[\"code_quotes\"] +\"'>\";\n            toolbar += \"<img src='\"+ preview_images[\"list\"] +\"'>\";\n            toolbar += \"<img src='\"+ preview_images[\"indent_align\"] +\"'>\";\n            toolbar += \"<img src='\"+ preview_images[\"media\"] +\"'>\";\n            toolbar += \"<img src='\"+ preview_images[\"remove_style\"] +\"'>\";\n        } else if(properties.complexity == \"Medium\"){\n            toolbar += \"<img src='\"+ preview_images[\"font\"] +\"'>\";\n            toolbar += \"<img src='\"+ preview_images[\"text_styles\"] +\"'>\";\n            toolbar += \"<img src='\"+ preview_images[\"text_color\"] +\"'>\";\n            toolbar += \"<img src='\"+ preview_images[\"all_titles\"] +\"'>\";\n            toolbar += \"<img src='\"+ preview_images[\"list\"] +\"'>\";\n            toolbar += \"<img src='\"+ preview_images[\"medium_format\"] +\"'>\";\n        } else {\n            toolbar += \"<img src='\"+ preview_images[\"basic_styles\"] +\"'>\";\n            toolbar += \"<img src='\"+ preview_images[\"basic_text_alignment\"] +\"'>\";\n        }\n        toolbar += \"</div>\";\n        if(properties.initial_content && properties.initial_content!=\"\"){\n            toolbar += \"<span style='margin:15px;font-family:sans-serif;font-size:13px;line-height:40px;'>\" + properties.initial_content + \"</span>\";\n        } else {\n            if(properties.placeholder){\n                toolbar += \"<span style='font-style:italic;margin:15px;font-family:sans-serif;color:#737373;font-size:13px;line-height:40px;'>\" + properties.placeholder + \"</span>\";\n            }\n        }\n        toolbar += \"</div>\";\n        preview = $(toolbar);\n    } else {\n\t\tvar editor = \"<div>\";\n        if(properties.initial_content && properties.initial_content!=\"\"){\n            editor += \"<span style='margin:15px;font-family:sans-serif;font-size:13px;line-height:40px;'>\" + properties.initial_content + \"</span>\";\n        } else {\n            if(properties.placeholder){\n                editor += \"<span style='font-style:italic;margin:15px;font-family:sans-serif;color:#737373;font-size:13px;line-height:40px;'>\" + properties.placeholder + \"</span>\";\n            }\n        }\n        editor += \"</div>\";\n        preview = $(editor);\n    }\n\n    preview.css(\"height\", (properties.bubble.height() - 2) + \"px\");\n    if(properties.bubble.border_style()=='none'){\n        preview.children('div').css(\"border\", \"1px solid #cbcbcb\");  \n    } else {\n        preview.children('div').css(\"border-bottom\", \"1px solid #cbcbcb\");\n    }\n    preview.children('div').css(\"padding-right\", \"10px\");\n    preview.children('div').children('img').css(\"height\", \"38px\");\n\t\n    instance.canvas.append(preview);\n    \n}"}},"platform_type":"web"}}};
window._bubble_page_load_data.plugins_size['1580238841425x582072028873097200'] = 47330;
window.preloaded['plugin/third_party:1580238841425x582072028873097200:2.1.1'] = true;
window.plugins["1614153573904x722102252109824000"] = {"human":"Circular Donut Charts","dependencies":{"use_jquery":true,"plugin_api_version":"3"},"plugin_elements":{"AAE":{"display":"Donut Chart","property_applications":{"MinWidth":true,"resizable":true},"add_is_visible":true,"can_fit_height":true,"fields":{"AAF":{"caption":"min","name":"min","rank":0,"editor":"DynamicValue","value":"number","default_val":0},"AAG":{"caption":"max","name":"max","rank":1,"editor":"DynamicValue","value":"number","default_val":100},"AAH":{"caption":"value","name":"value","rank":2,"editor":"DynamicValue","value":"number","default_val":50},"AAJ":{"caption":"round","name":"round","rank":3,"editor":"Checkbox","default_val":true},"AAK":{"caption":"circle","name":"circle","rank":4,"editor":"Checkbox","default_val":true},"AAL":{"caption":"thickness","name":"thickness","rank":5,"editor":"DynamicValue","value":"number","default_val":10},"AAM":{"caption":"color","name":"color","rank":6,"editor":"Color","default_val":"rgba(154, 136, 247, 1)"}},"code":{"preview":{"fn":"function(instance, properties) {\n\n\n\n}"},"initialize":{"fn":"function(instance, context) {\n\n\n\n}"},"update":{"fn":"function(instance, properties, context) {\n\n$( document ).ready(function() {\ninstance.canvas.empty();\n\n    function makeid(length) {\n   var result           = '';\n   var characters       = 'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789';\n   var charactersLength = characters.length;\n   for ( var i = 0; i < length; i++ ) {\n      result += characters.charAt(Math.floor(Math.random() * charactersLength));\n   }\n   return result;\n}\n\nlet myid = makeid(8);\n    \ninstance.canvas.append('<div id=\"' + myid + '\"></div>');\n\n\nvar donut = $(\"#\" + myid).donutty({ min: properties.min, max: properties.max, value: properties.value, round: properties.round, circle: properties.circle, thickness: properties.thickness, color: properties.color });\n    \n    });\n\n}"},"reset":{"fn":"function(instance, context) {\n\n\n\n}"}},"platform_type":"web"}}};
window._bubble_page_load_data.plugins_size['1614153573904x722102252109824000'] = 1996;
window.preloaded['plugin/third_party:1614153573904x722102252109824000:1.2.0'] = true;
window.plugins["1615633249136x927403058039619600"] = {"human":"Lottie Animations Maintained","dependencies":{"use_jquery":true,"plugin_api_version":"4"},"plugin_elements":{"AAC":{"display":"Lottie ","property_applications":{"resizable":true,"MinWidth":true,"Border":true,"Background":true,"Padding":true,"BoxShadow":true},"add_hover_pressed":true,"add_is_visible":true,"fields":{"AAD":{"caption":"JSON File","name":"json_file","rank":0,"editor":"DynamicValue","value":"file"},"AAE":{"caption":"Loop","name":"loop","rank":1,"editor":"Checkbox","default_val":true},"AAF":{"caption":"Autoplay","name":"autoplay","rank":2,"editor":"Checkbox","default_val":true},"AAG":{"caption":"Speed","name":"speed","rank":3,"editor":"StaticNumber","default_val":1},"AAH":{"caption":"Direction","name":"direction","rank":4,"editor":"Dropdown","default_val":"Forwards"}},"actions":{"AAK":{"caption":"Play","code":{"fn":"function(a,n,t){a.data.animation.play()}"}},"AAL":{"caption":"Stop","code":{"fn":"function(t,n,a){t.data.animation.stop()}"}},"AAM":{"caption":"Pause","code":{"fn":"function(a,n,t){a.data.animation.pause()}"}}},"code":{"preview":{"fn":"function(instance, properties) {\n\n\n\n}"},"initialize":{"fn":"function(t,a){var e,o=\"lottieElement_\"+Math.floor(1e5*Math.random()+1);t.canvas.append(\"<div style='width:100%;height:100%' id='\"+o+\"'></div>\"),$(document).ready((function(){if(t.data.json_file){var a=bodymovin.loadAnimation({container:document.getElementById(o),path:t.data.json_file,loop:t.data.loop,autoplay:t.data.autoplay,name:o});t.data.animation=a,a.setSpeed(t.data.speed),a.setDirection(t.data.direction)}else console.log(\"Lottie: No JSON file supplied\")}))}"},"update":{"fn":"function(a,t,o){a.data.json_file=t.json_file,a.data.loop=t.loop,a.data.autoplay=t.autoplay,a.data.speed=t.speed,\"Forwards\"==t.direction?a.data.direction=1:a.data.direction=-1}"},"reset":{"fn":"function(n,t){}"}},"platform_type":"web"}}};
window._bubble_page_load_data.plugins_size['1615633249136x927403058039619600'] = 1879;
window.preloaded['plugin/third_party:1615633249136x927403058039619600:1.3.0'] = true;
window.plugins["1618916043803x877032991371296800"] = {"human":"Heroicons","dependencies":{"use_jquery":true,"plugin_api_version":"4"},"plugin_elements":{"AAC":{"display":"Solid Icon","property_applications":{"resizable":true,"Background":true,"Border":true,"Padding":true,"BoxShadow":true},"add_hover_pressed":true,"add_is_visible":true,"add_large_file_upload_properties":false,"fields":{"AAE":{"caption":"Color","name":"color","rank":6,"editor":"Color","default_val":"rgba(51, 51, 51, 1)","in_style":true},"AAF":{"caption":"Icon","name":"icon","rank":1,"editor":"Dropdown","in_style":false,"default_val":"bug-ant"},"AAL":{"caption":"Clickable","name":"clickable","rank":3,"editor":"Checkbox","default_val":false},"AAN":{"caption":"Dynamic Icon","name":"name","rank":2,"editor":"DynamicValue","value":"text","optional":true},"AAh":{"caption":"Tooltip","name":"tooltip","rank":4,"editor":"DynamicValue","value":"text","optional":true},"AAq":{"caption":"🦸‍♀️ Solid","name":"info_content","rank":0,"editor":"Label"},"AAr":{"caption":"🍭 Styling","name":"info_styling","rank":5,"editor":"Label"},"ABH":{"caption":"Transition Duration","name":"transition_duration","rank":7,"editor":"StaticNumber","in_style":true,"default_val":0},"ABI":{"caption":"Transition Easing","name":"transition_easing","rank":8,"editor":"Dropdown","in_style":true,"default_val":"Linear"}},"events":{"AAJ":{"caption":"clicked","name":"click"}},"code":{"preview":{"fn":"function(instance, properties) {\n    let heroicons_solid = new Map();\n\n    heroicons_solid.set(\n        \"arrow-small-down\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M12 3.75a.75.75 0 01.75.75v13.19l5.47-5.47a.75.75 0 111.06 1.06l-6.75 6.75a.75.75 0 01-1.06 0l-6.75-6.75a.75.75 0 111.06-1.06l5.47 5.47V4.5a.75.75 0 01.75-.75z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"bug-ant\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M8.478 1.6a.75.75 0 01.273 1.025 3.72 3.72 0 00-.425 1.122c.058.057.118.114.18.168A4.491 4.491 0 0112 2.25c1.413 0 2.673.651 3.497 1.668.06-.054.12-.11.178-.167a3.717 3.717 0 00-.426-1.126.75.75 0 111.298-.75 5.22 5.22 0 01.671 2.045.75.75 0 01-.187.582c-.241.27-.505.52-.787.749a4.495 4.495 0 01.216 2.1c-.106.792-.753 1.295-1.417 1.403-.182.03-.364.057-.547.081.152.227.273.476.359.741a23.122 23.122 0 003.832-.802 23.241 23.241 0 00-.345-2.634.75.75 0 011.474-.28c.21 1.115.348 2.256.404 3.418a.75.75 0 01-.516.749c-1.527.5-3.119.855-4.76 1.05-.074.38-.22.735-.423 1.05a24.61 24.61 0 015.943 1.358.75.75 0 01.492.75 24.665 24.665 0 01-1.189 6.25.75.75 0 01-1.425-.47 23.141 23.141 0 001.077-5.307c-.5-.168-1.009-.32-1.524-.454.068.234.104.484.104.746 0 3.956-2.521 7.5-6 7.5-3.478 0-6-3.544-6-7.5 0-.262.037-.511.104-.746-.514.134-1.022.286-1.522.454a23.14 23.14 0 001.077 5.308.75.75 0 01-1.425.468 24.663 24.663 0 01-1.19-6.25.75.75 0 01.493-.749 24.593 24.593 0 014.964-1.24h.01c.321-.046.644-.085.969-.118a2.982 2.982 0 01-.424-1.05 24.614 24.614 0 01-4.76-1.05.75.75 0 01-.516-.75c.057-1.161.194-2.302.405-3.417a.75.75 0 011.474.28c-.164.862-.28 1.74-.345 2.634 1.237.37 2.517.641 3.832.802.085-.265.207-.514.359-.74a18.732 18.732 0 01-.547-.082c-.664-.108-1.311-.611-1.417-1.403a4.535 4.535 0 01.217-2.103 6.788 6.788 0 01-.788-.751.75.75 0 01-.187-.583 5.22 5.22 0 01.67-2.04.75.75 0 011.026-.273z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"language\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M9 2.25a.75.75 0 01.75.75v1.506a49.38 49.38 0 015.343.371.75.75 0 11-.186 1.489c-.66-.083-1.323-.151-1.99-.206a18.67 18.67 0 01-2.969 6.323c.317.384.65.753.998 1.107a.75.75 0 11-1.07 1.052A18.902 18.902 0 019 13.687a18.823 18.823 0 01-5.656 4.482.75.75 0 11-.688-1.333 17.323 17.323 0 005.396-4.353A18.72 18.72 0 015.89 8.598a.75.75 0 011.388-.568A17.21 17.21 0 009 11.224a17.17 17.17 0 002.391-5.165 48.038 48.038 0 00-8.298.307.75.75 0 01-.186-1.489 49.159 49.159 0 015.343-.371V3A.75.75 0 019 2.25zM15.75 9a.75.75 0 01.68.433l5.25 11.25a.75.75 0 01-1.36.634l-1.198-2.567h-6.744l-1.198 2.567a.75.75 0 01-1.36-.634l5.25-11.25A.75.75 0 0115.75 9zm-2.672 8.25h5.344l-2.672-5.726-2.672 5.726z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"inbox\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M6.912 3a3 3 0 00-2.868 2.118l-2.411 7.838a3 3 0 00-.133.882V18a3 3 0 003 3h15a3 3 0 003-3v-4.162c0-.299-.045-.596-.133-.882l-2.412-7.838A3 3 0 0017.088 3H6.912zm13.823 9.75l-2.213-7.191A1.5 1.5 0 0017.088 4.5H6.912a1.5 1.5 0 00-1.434 1.059L3.265 12.75H6.11a3 3 0 012.684 1.658l.256.513a1.5 1.5 0 001.342.829h3.218a1.5 1.5 0 001.342-.83l.256-.512a3 3 0 012.684-1.658h2.844z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"shield-check\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M12.516 2.17a.75.75 0 00-1.032 0 11.209 11.209 0 01-7.877 3.08.75.75 0 00-.722.515A12.74 12.74 0 002.25 9.75c0 5.942 4.064 10.933 9.563 12.348a.749.749 0 00.374 0c5.499-1.415 9.563-6.406 9.563-12.348 0-1.39-.223-2.73-.635-3.985a.75.75 0 00-.722-.516l-.143.001c-2.996 0-5.717-1.17-7.734-3.08zm3.094 8.016a.75.75 0 10-1.22-.872l-3.236 4.53L9.53 12.22a.75.75 0 00-1.06 1.06l2.25 2.25a.75.75 0 001.14-.094l3.75-5.25z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"paint-brush\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M20.599 1.5c-.376 0-.743.111-1.055.32l-5.08 3.385a18.747 18.747 0 00-3.471 2.987 10.04 10.04 0 014.815 4.815 18.748 18.748 0 002.987-3.472l3.386-5.079A1.902 1.902 0 0020.599 1.5zm-8.3 14.025a18.76 18.76 0 001.896-1.207 8.026 8.026 0 00-4.513-4.513A18.75 18.75 0 008.475 11.7l-.278.5a5.26 5.26 0 013.601 3.602l.502-.278zM6.75 13.5A3.75 3.75 0 003 17.25a1.5 1.5 0 01-1.601 1.497.75.75 0 00-.7 1.123 5.25 5.25 0 009.8-2.62 3.75 3.75 0 00-3.75-3.75z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"play-circle\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M2.25 12c0-5.385 4.365-9.75 9.75-9.75s9.75 4.365 9.75 9.75-4.365 9.75-9.75 9.75S2.25 17.385 2.25 12zm14.024-.983a1.125 1.125 0 010 1.966l-5.603 3.113A1.125 1.125 0 019 15.113V8.887c0-.857.921-1.4 1.671-.983l5.603 3.113z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"eye-dropper\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M16.098 2.598a3.75 3.75 0 113.622 6.275l-1.72.46V12a.75.75 0 01-.22.53l-.75.75a.75.75 0 01-1.06 0l-.97-.97-7.94 7.94a2.56 2.56 0 01-1.81.75 1.06 1.06 0 00-.75.31l-.97.97a.75.75 0 01-1.06 0l-.75-.75a.75.75 0 010-1.06l.97-.97a1.06 1.06 0 00.31-.75c0-.68.27-1.33.75-1.81L11.69 9l-.97-.97a.75.75 0 010-1.06l.75-.75A.75.75 0 0112 6h2.666l.461-1.72c.165-.617.49-1.2.971-1.682zm-3.348 7.463L4.81 18a1.06 1.06 0 00-.31.75c0 .318-.06.63-.172.922a2.56 2.56 0 01.922-.172c.281 0 .551-.112.75-.31l7.94-7.94-1.19-1.19z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"phone-arrow-up-right\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M15 3.75a.75.75 0 01.75-.75h4.5a.75.75 0 01.75.75v4.5a.75.75 0 01-1.5 0V5.56l-4.72 4.72a.75.75 0 11-1.06-1.06l4.72-4.72h-2.69a.75.75 0 01-.75-.75z\" clip-rule=\"evenodd\"/>  <path fill-rule=\"evenodd\" d=\"M1.5 4.5a3 3 0 013-3h1.372c.86 0 1.61.586 1.819 1.42l1.105 4.423a1.875 1.875 0 01-.694 1.955l-1.293.97c-.135.101-.164.249-.126.352a11.285 11.285 0 006.697 6.697c.103.038.25.009.352-.126l.97-1.293a1.875 1.875 0 011.955-.694l4.423 1.105c.834.209 1.42.959 1.42 1.82V19.5a3 3 0 01-3 3h-2.25C8.552 22.5 1.5 15.448 1.5 6.75V4.5z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"circle-stack\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path d=\"M21 6.375c0 2.692-4.03 4.875-9 4.875S3 9.067 3 6.375 7.03 1.5 12 1.5s9 2.183 9 4.875z\"/>  <path d=\"M12 12.75c2.685 0 5.19-.586 7.078-1.609a8.283 8.283 0 001.897-1.384c.016.121.025.244.025.368C21 12.817 16.97 15 12 15s-9-2.183-9-4.875c0-.124.009-.247.025-.368a8.285 8.285 0 001.897 1.384C6.809 12.164 9.315 12.75 12 12.75z\"/>  <path d=\"M12 16.5c2.685 0 5.19-.586 7.078-1.609a8.282 8.282 0 001.897-1.384c.016.121.025.244.025.368 0 2.692-4.03 4.875-9 4.875s-9-2.183-9-4.875c0-.124.009-.247.025-.368a8.284 8.284 0 001.897 1.384C6.809 15.914 9.315 16.5 12 16.5z\"/>  <path d=\"M12 20.25c2.685 0 5.19-.586 7.078-1.609a8.282 8.282 0 001.897-1.384c.016.121.025.244.025.368 0 2.692-4.03 4.875-9 4.875s-9-2.183-9-4.875c0-.124.009-.247.025-.368a8.284 8.284 0 001.897 1.384C6.809 19.664 9.315 20.25 12 20.25z\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"forward\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path d=\"M5.055 7.06c-1.25-.714-2.805.189-2.805 1.628v8.123c0 1.44 1.555 2.342 2.805 1.628L12 14.471v2.34c0 1.44 1.555 2.342 2.805 1.628l7.108-4.061c1.26-.72 1.26-2.536 0-3.256L14.805 7.06C13.555 6.346 12 7.25 12 8.688v2.34L5.055 7.06z\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"chat-bubble-oval-left-ellipsis\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M4.804 21.644A6.707 6.707 0 006 21.75a6.721 6.721 0 003.583-1.029c.774.182 1.584.279 2.417.279 5.322 0 9.75-3.97 9.75-9 0-5.03-4.428-9-9.75-9s-9.75 3.97-9.75 9c0 2.409 1.025 4.587 2.674 6.192.232.226.277.428.254.543a3.73 3.73 0 01-.814 1.686.75.75 0 00.44 1.223zM8.25 10.875a1.125 1.125 0 100 2.25 1.125 1.125 0 000-2.25zM10.875 12a1.125 1.125 0 112.25 0 1.125 1.125 0 01-2.25 0zm4.875-1.125a1.125 1.125 0 100 2.25 1.125 1.125 0 000-2.25z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"no-symbol\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M6.72 5.66l11.62 11.62A8.25 8.25 0 006.72 5.66zm10.56 12.68L5.66 6.72a8.25 8.25 0 0011.62 11.62zM5.105 5.106c3.807-3.808 9.98-3.808 13.788 0 3.808 3.807 3.808 9.98 0 13.788-3.807 3.808-9.98 3.808-13.788 0-3.808-3.807-3.808-9.98 0-13.788z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"stop-circle\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M2.25 12c0-5.385 4.365-9.75 9.75-9.75s9.75 4.365 9.75 9.75-4.365 9.75-9.75 9.75S2.25 17.385 2.25 12zm6-2.438c0-.724.588-1.312 1.313-1.312h4.874c.725 0 1.313.588 1.313 1.313v4.874c0 .725-.588 1.313-1.313 1.313H9.564a1.312 1.312 0 01-1.313-1.313V9.564z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"server-stack\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path d=\"M5.507 4.048A3 3 0 017.785 3h8.43a3 3 0 012.278 1.048l1.722 2.008A4.533 4.533 0 0019.5 6h-15c-.243 0-.482.02-.715.056l1.722-2.008z\"/>  <path fill-rule=\"evenodd\" d=\"M1.5 10.5a3 3 0 013-3h15a3 3 0 110 6h-15a3 3 0 01-3-3zm15 0a.75.75 0 11-1.5 0 .75.75 0 011.5 0zm2.25.75a.75.75 0 100-1.5.75.75 0 000 1.5zM4.5 15a3 3 0 100 6h15a3 3 0 100-6h-15zm11.25 3.75a.75.75 0 100-1.5.75.75 0 000 1.5zM19.5 18a.75.75 0 11-1.5 0 .75.75 0 011.5 0z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"magnifying-glass-circle\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path d=\"M8.25 10.875a2.625 2.625 0 115.25 0 2.625 2.625 0 01-5.25 0z\"/>  <path fill-rule=\"evenodd\" d=\"M12 2.25c-5.385 0-9.75 4.365-9.75 9.75s4.365 9.75 9.75 9.75 9.75-4.365 9.75-9.75S17.385 2.25 12 2.25zm-1.125 4.5a4.125 4.125 0 102.338 7.524l2.007 2.006a.75.75 0 101.06-1.06l-2.006-2.007a4.125 4.125 0 00-3.399-6.463z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"arrow-down-left\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M20.03 3.97a.75.75 0 010 1.06L6.31 18.75h9.44a.75.75 0 010 1.5H4.5a.75.75 0 01-.75-.75V8.25a.75.75 0 011.5 0v9.44L18.97 3.97a.75.75 0 011.06 0z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"currency-pound\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M12 2.25c-5.385 0-9.75 4.365-9.75 9.75s4.365 9.75 9.75 9.75 9.75-4.365 9.75-9.75S17.385 2.25 12 2.25zM9.763 9.51a2.25 2.25 0 013.828-1.351.75.75 0 001.06-1.06 3.75 3.75 0 00-6.38 2.252c-.033.307 0 .595.032.822l.154 1.077H8.25a.75.75 0 000 1.5h.421l.138.964a3.75 3.75 0 01-.358 2.208l-.122.242a.75.75 0 00.908 1.047l1.539-.512a1.5 1.5 0 01.948 0l.655.218a3 3 0 002.29-.163l.666-.333a.75.75 0 10-.67-1.342l-.667.333a1.5 1.5 0 01-1.145.082l-.654-.218a3 3 0 00-1.898 0l-.06.02a5.25 5.25 0 00.053-1.794l-.108-.752H12a.75.75 0 000-1.5H9.972l-.184-1.29a1.863 1.863 0 01-.025-.45z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"bars-arrow-up\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M2.25 4.5A.75.75 0 013 3.75h14.25a.75.75 0 010 1.5H3a.75.75 0 01-.75-.75zm14.47 3.97a.75.75 0 011.06 0l3.75 3.75a.75.75 0 11-1.06 1.06L18 10.81V21a.75.75 0 01-1.5 0V10.81l-2.47 2.47a.75.75 0 11-1.06-1.06l3.75-3.75zM2.25 9A.75.75 0 013 8.25h9.75a.75.75 0 010 1.5H3A.75.75 0 012.25 9zm0 4.5a.75.75 0 01.75-.75h5.25a.75.75 0 010 1.5H3a.75.75 0 01-.75-.75z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"chevron-down\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M12.53 16.28a.75.75 0 01-1.06 0l-7.5-7.5a.75.75 0 011.06-1.06L12 14.69l6.97-6.97a.75.75 0 111.06 1.06l-7.5 7.5z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"calendar\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M6.75 2.25A.75.75 0 017.5 3v1.5h9V3A.75.75 0 0118 3v1.5h.75a3 3 0 013 3v11.25a3 3 0 01-3 3H5.25a3 3 0 01-3-3V7.5a3 3 0 013-3H6V3a.75.75 0 01.75-.75zm13.5 9a1.5 1.5 0 00-1.5-1.5H5.25a1.5 1.5 0 00-1.5 1.5v7.5a1.5 1.5 0 001.5 1.5h13.5a1.5 1.5 0 001.5-1.5v-7.5z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"clipboard-document-list\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M7.502 6h7.128A3.375 3.375 0 0118 9.375v9.375a3 3 0 003-3V6.108c0-1.505-1.125-2.811-2.664-2.94a48.972 48.972 0 00-.673-.05A3 3 0 0015 1.5h-1.5a3 3 0 00-2.663 1.618c-.225.015-.45.032-.673.05C8.662 3.295 7.554 4.542 7.502 6zM13.5 3A1.5 1.5 0 0012 4.5h4.5A1.5 1.5 0 0015 3h-1.5z\" clip-rule=\"evenodd\"/>  <path fill-rule=\"evenodd\" d=\"M3 9.375C3 8.339 3.84 7.5 4.875 7.5h9.75c1.036 0 1.875.84 1.875 1.875v11.25c0 1.035-.84 1.875-1.875 1.875h-9.75A1.875 1.875 0 013 20.625V9.375zM6 12a.75.75 0 01.75-.75h.008a.75.75 0 01.75.75v.008a.75.75 0 01-.75.75H6.75a.75.75 0 01-.75-.75V12zm2.25 0a.75.75 0 01.75-.75h3.75a.75.75 0 010 1.5H9a.75.75 0 01-.75-.75zM6 15a.75.75 0 01.75-.75h.008a.75.75 0 01.75.75v.008a.75.75 0 01-.75.75H6.75a.75.75 0 01-.75-.75V15zm2.25 0a.75.75 0 01.75-.75h3.75a.75.75 0 010 1.5H9a.75.75 0 01-.75-.75zM6 18a.75.75 0 01.75-.75h.008a.75.75 0 01.75.75v.008a.75.75 0 01-.75.75H6.75a.75.75 0 01-.75-.75V18zm2.25 0a.75.75 0 01.75-.75h3.75a.75.75 0 010 1.5H9a.75.75 0 01-.75-.75z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"arrow-up-on-square\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path d=\"M11.47 1.72a.75.75 0 011.06 0l3 3a.75.75 0 01-1.06 1.06l-1.72-1.72V7.5h-1.5V4.06L9.53 5.78a.75.75 0 01-1.06-1.06l3-3zM11.25 7.5V15a.75.75 0 001.5 0V7.5h3.75a3 3 0 013 3v9a3 3 0 01-3 3h-9a3 3 0 01-3-3v-9a3 3 0 013-3h3.75z\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"receipt-refund\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M12 1.5c-1.921 0-3.816.111-5.68.327-1.497.174-2.57 1.46-2.57 2.93V21.75a.75.75 0 001.029.696l3.471-1.388 3.472 1.388a.75.75 0 00.556 0l3.472-1.388 3.471 1.388a.75.75 0 001.029-.696V4.757c0-1.47-1.073-2.756-2.57-2.93A49.255 49.255 0 0012 1.5zm-.97 6.53a.75.75 0 10-1.06-1.06L7.72 9.22a.75.75 0 000 1.06l2.25 2.25a.75.75 0 101.06-1.06l-.97-.97h3.065a1.875 1.875 0 010 3.75H12a.75.75 0 000 1.5h1.125a3.375 3.375 0 100-6.75h-3.064l.97-.97z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"currency-dollar\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path d=\"M10.464 8.746c.227-.18.497-.311.786-.394v2.795a2.252 2.252 0 01-.786-.393c-.394-.313-.546-.681-.546-1.004 0-.323.152-.691.546-1.004zM12.75 15.662v-2.824c.347.085.664.228.921.421.427.32.579.686.579.991 0 .305-.152.671-.579.991a2.534 2.534 0 01-.921.42z\"/>  <path fill-rule=\"evenodd\" d=\"M12 2.25c-5.385 0-9.75 4.365-9.75 9.75s4.365 9.75 9.75 9.75 9.75-4.365 9.75-9.75S17.385 2.25 12 2.25zM12.75 6a.75.75 0 00-1.5 0v.816a3.836 3.836 0 00-1.72.756c-.712.566-1.112 1.35-1.112 2.178 0 .829.4 1.612 1.113 2.178.502.4 1.102.647 1.719.756v2.978a2.536 2.536 0 01-.921-.421l-.879-.66a.75.75 0 00-.9 1.2l.879.66c.533.4 1.169.645 1.821.75V18a.75.75 0 001.5 0v-.81a4.124 4.124 0 001.821-.749c.745-.559 1.179-1.344 1.179-2.191 0-.847-.434-1.632-1.179-2.191a4.122 4.122 0 00-1.821-.75V8.354c.29.082.559.213.786.393l.415.33a.75.75 0 00.933-1.175l-.415-.33a3.836 3.836 0 00-1.719-.755V6z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"arrow-up-right\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M8.25 3.75H19.5a.75.75 0 01.75.75v11.25a.75.75 0 01-1.5 0V6.31L5.03 20.03a.75.75 0 01-1.06-1.06L17.69 5.25H8.25a.75.75 0 010-1.5z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"arrow-path-rounded-square\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M12 5.25c1.213 0 2.415.046 3.605.135a3.256 3.256 0 013.01 3.01c.044.583.077 1.17.1 1.759L17.03 8.47a.75.75 0 10-1.06 1.06l3 3a.75.75 0 001.06 0l3-3a.75.75 0 00-1.06-1.06l-1.752 1.751c-.023-.65-.06-1.296-.108-1.939a4.756 4.756 0 00-4.392-4.392 49.422 49.422 0 00-7.436 0A4.756 4.756 0 003.89 8.282c-.017.224-.033.447-.046.672a.75.75 0 101.497.092c.013-.217.028-.434.044-.651a3.256 3.256 0 013.01-3.01c1.19-.09 2.392-.135 3.605-.135zm-6.97 6.22a.75.75 0 00-1.06 0l-3 3a.75.75 0 101.06 1.06l1.752-1.751c.023.65.06 1.296.108 1.939a4.756 4.756 0 004.392 4.392 49.413 49.413 0 007.436 0 4.756 4.756 0 004.392-4.392c.017-.223.032-.447.046-.672a.75.75 0 00-1.497-.092c-.013.217-.028.434-.044.651a3.256 3.256 0 01-3.01 3.01 47.953 47.953 0 01-7.21 0 3.256 3.256 0 01-3.01-3.01 47.759 47.759 0 01-.1-1.759L6.97 15.53a.75.75 0 001.06-1.06l-3-3z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"magnifying-glass\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M10.5 3.75a6.75 6.75 0 100 13.5 6.75 6.75 0 000-13.5zM2.25 10.5a8.25 8.25 0 1114.59 5.28l4.69 4.69a.75.75 0 11-1.06 1.06l-4.69-4.69A8.25 8.25 0 012.25 10.5z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"information-circle\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M2.25 12c0-5.385 4.365-9.75 9.75-9.75s9.75 4.365 9.75 9.75-4.365 9.75-9.75 9.75S2.25 17.385 2.25 12zm8.706-1.442c1.146-.573 2.437.463 2.126 1.706l-.709 2.836.042-.02a.75.75 0 01.67 1.34l-.04.022c-1.147.573-2.438-.463-2.127-1.706l.71-2.836-.042.02a.75.75 0 11-.671-1.34l.041-.022zM12 9a.75.75 0 100-1.5.75.75 0 000 1.5z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"swatch\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M2.25 4.125c0-1.036.84-1.875 1.875-1.875h5.25c1.036 0 1.875.84 1.875 1.875V17.25a4.5 4.5 0 11-9 0V4.125zm4.5 14.25a1.125 1.125 0 100-2.25 1.125 1.125 0 000 2.25z\" clip-rule=\"evenodd\"/>  <path d=\"M10.719 21.75h9.156c1.036 0 1.875-.84 1.875-1.875v-5.25c0-1.036-.84-1.875-1.875-1.875h-.14l-8.742 8.743c-.09.089-.18.175-.274.257zM12.738 17.625l6.474-6.474a1.875 1.875 0 000-2.651L15.5 4.787a1.875 1.875 0 00-2.651 0l-.1.099V17.25c0 .126-.003.251-.01.375z\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"cube\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path d=\"M12.378 1.602a.75.75 0 00-.756 0L3 6.632l9 5.25 9-5.25-8.622-5.03zM21.75 7.93l-9 5.25v9l8.628-5.032a.75.75 0 00.372-.648V7.93zM11.25 22.18v-9l-9-5.25v8.57a.75.75 0 00.372.648l8.628 5.033z\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"cube-transparent\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M11.622 1.602a.75.75 0 01.756 0l2.25 1.313a.75.75 0 01-.756 1.295L12 3.118 10.128 4.21a.75.75 0 11-.756-1.295l2.25-1.313zM5.898 5.81a.75.75 0 01-.27 1.025l-1.14.665 1.14.665a.75.75 0 11-.756 1.295L3.75 8.806v.944a.75.75 0 01-1.5 0V7.5a.75.75 0 01.372-.648l2.25-1.312a.75.75 0 011.026.27zm12.204 0a.75.75 0 011.026-.27l2.25 1.312a.75.75 0 01.372.648v2.25a.75.75 0 01-1.5 0v-.944l-1.122.654a.75.75 0 11-.756-1.295l1.14-.665-1.14-.665a.75.75 0 01-.27-1.025zm-9 5.25a.75.75 0 011.026-.27L12 11.882l1.872-1.092a.75.75 0 11.756 1.295l-1.878 1.096V15a.75.75 0 01-1.5 0v-1.82l-1.878-1.095a.75.75 0 01-.27-1.025zM3 13.5a.75.75 0 01.75.75v1.82l1.878 1.095a.75.75 0 11-.756 1.295l-2.25-1.312a.75.75 0 01-.372-.648v-2.25A.75.75 0 013 13.5zm18 0a.75.75 0 01.75.75v2.25a.75.75 0 01-.372.648l-2.25 1.312a.75.75 0 11-.756-1.295l1.878-1.096V14.25a.75.75 0 01.75-.75zm-9 5.25a.75.75 0 01.75.75v.944l1.122-.654a.75.75 0 11.756 1.295l-2.25 1.313a.75.75 0 01-.756 0l-2.25-1.313a.75.75 0 11.756-1.295l1.122.654V19.5a.75.75 0 01.75-.75z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"puzzle-piece\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path d=\"M11.25 5.337c0-.355-.186-.676-.401-.959a1.647 1.647 0 01-.349-1.003c0-1.036 1.007-1.875 2.25-1.875S15 2.34 15 3.375c0 .369-.128.713-.349 1.003-.215.283-.401.604-.401.959 0 .332.278.598.61.578 1.91-.114 3.79-.342 5.632-.676a.75.75 0 01.878.645 49.17 49.17 0 01.376 5.452.657.657 0 01-.66.664c-.354 0-.675-.186-.958-.401a1.647 1.647 0 00-1.003-.349c-1.035 0-1.875 1.007-1.875 2.25s.84 2.25 1.875 2.25c.369 0 .713-.128 1.003-.349.283-.215.604-.401.959-.401.31 0 .557.262.534.571a48.774 48.774 0 01-.595 4.845.75.75 0 01-.61.61c-1.82.317-3.673.533-5.555.642a.58.58 0 01-.611-.581c0-.355.186-.676.401-.959.221-.29.349-.634.349-1.003 0-1.035-1.007-1.875-2.25-1.875s-2.25.84-2.25 1.875c0 .369.128.713.349 1.003.215.283.401.604.401.959a.641.641 0 01-.658.643 49.118 49.118 0 01-4.708-.36.75.75 0 01-.645-.878c.293-1.614.504-3.257.629-4.924A.53.53 0 005.337 15c-.355 0-.676.186-.959.401-.29.221-.634.349-1.003.349-1.036 0-1.875-1.007-1.875-2.25s.84-2.25 1.875-2.25c.369 0 .713.128 1.003.349.283.215.604.401.959.401a.656.656 0 00.659-.663 47.703 47.703 0 00-.31-4.82.75.75 0 01.83-.832c1.343.155 2.703.254 4.077.294a.64.64 0 00.657-.642z\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"flag\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M3 2.25a.75.75 0 01.75.75v.54l1.838-.46a9.75 9.75 0 016.725.738l.108.054a8.25 8.25 0 005.58.652l3.109-.732a.75.75 0 01.917.81 47.784 47.784 0 00.005 10.337.75.75 0 01-.574.812l-3.114.733a9.75 9.75 0 01-6.594-.77l-.108-.054a8.25 8.25 0 00-5.69-.625l-2.202.55V21a.75.75 0 01-1.5 0V3A.75.75 0 013 2.25z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"chart-pie\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M2.25 13.5a8.25 8.25 0 018.25-8.25.75.75 0 01.75.75v6.75H18a.75.75 0 01.75.75 8.25 8.25 0 01-16.5 0z\" clip-rule=\"evenodd\"/>  <path fill-rule=\"evenodd\" d=\"M12.75 3a.75.75 0 01.75-.75 8.25 8.25 0 018.25 8.25.75.75 0 01-.75.75h-7.5a.75.75 0 01-.75-.75V3z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"arrow-long-left\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M7.28 7.72a.75.75 0 010 1.06l-2.47 2.47H21a.75.75 0 010 1.5H4.81l2.47 2.47a.75.75 0 11-1.06 1.06l-3.75-3.75a.75.75 0 010-1.06l3.75-3.75a.75.75 0 011.06 0z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"chat-bubble-bottom-center-text\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M4.848 2.771A49.144 49.144 0 0112 2.25c2.43 0 4.817.178 7.152.52 1.978.292 3.348 2.024 3.348 3.97v6.02c0 1.946-1.37 3.678-3.348 3.97a48.901 48.901 0 01-3.476.383.39.39 0 00-.297.17l-2.755 4.133a.75.75 0 01-1.248 0l-2.755-4.133a.39.39 0 00-.297-.17 48.9 48.9 0 01-3.476-.384c-1.978-.29-3.348-2.024-3.348-3.97V6.741c0-1.946 1.37-3.68 3.348-3.97zM6.75 8.25a.75.75 0 01.75-.75h9a.75.75 0 010 1.5h-9a.75.75 0 01-.75-.75zm.75 2.25a.75.75 0 000 1.5H12a.75.75 0 000-1.5H7.5z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"code-bracket-square\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M3 6a3 3 0 013-3h12a3 3 0 013 3v12a3 3 0 01-3 3H6a3 3 0 01-3-3V6zm14.25 6a.75.75 0 01-.22.53l-2.25 2.25a.75.75 0 11-1.06-1.06L15.44 12l-1.72-1.72a.75.75 0 111.06-1.06l2.25 2.25c.141.14.22.331.22.53zm-10.28-.53a.75.75 0 000 1.06l2.25 2.25a.75.75 0 101.06-1.06L8.56 12l1.72-1.72a.75.75 0 10-1.06-1.06l-2.25 2.25z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"arrow-small-left\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M20.25 12a.75.75 0 01-.75.75H6.31l5.47 5.47a.75.75 0 11-1.06 1.06l-6.75-6.75a.75.75 0 010-1.06l6.75-6.75a.75.75 0 111.06 1.06l-5.47 5.47H19.5a.75.75 0 01.75.75z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"minus\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M3.75 12a.75.75 0 01.75-.75h15a.75.75 0 010 1.5h-15a.75.75 0 01-.75-.75z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"arrow-uturn-down\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M15 3.75A5.25 5.25 0 009.75 9v10.19l4.72-4.72a.75.75 0 111.06 1.06l-6 6a.75.75 0 01-1.06 0l-6-6a.75.75 0 111.06-1.06l4.72 4.72V9a6.75 6.75 0 0113.5 0v3a.75.75 0 01-1.5 0V9c0-2.9-2.35-5.25-5.25-5.25z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"scale\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M12 2.25a.75.75 0 01.75.75v.756a49.106 49.106 0 019.152 1 .75.75 0 01-.152 1.485h-1.918l2.474 10.124a.75.75 0 01-.375.84A6.723 6.723 0 0118.75 18a6.723 6.723 0 01-3.181-.795.75.75 0 01-.375-.84l2.474-10.124H12.75v13.28c1.293.076 2.534.343 3.697.776a.75.75 0 01-.262 1.453h-8.37a.75.75 0 01-.262-1.453c1.162-.433 2.404-.7 3.697-.775V6.24H6.332l2.474 10.124a.75.75 0 01-.375.84A6.723 6.723 0 015.25 18a6.723 6.723 0 01-3.181-.795.75.75 0 01-.375-.84L4.168 6.241H2.25a.75.75 0 01-.152-1.485 49.105 49.105 0 019.152-1V3a.75.75 0 01.75-.75zm4.878 13.543l1.872-7.662 1.872 7.662h-3.744zm-9.756 0L5.25 8.131l-1.872 7.662h3.744z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"check-badge\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M8.603 3.799A4.49 4.49 0 0112 2.25c1.357 0 2.573.6 3.397 1.549a4.49 4.49 0 013.498 1.307 4.491 4.491 0 011.307 3.497A4.49 4.49 0 0121.75 12a4.49 4.49 0 01-1.549 3.397 4.491 4.491 0 01-1.307 3.497 4.491 4.491 0 01-3.497 1.307A4.49 4.49 0 0112 21.75a4.49 4.49 0 01-3.397-1.549 4.49 4.49 0 01-3.498-1.306 4.491 4.491 0 01-1.307-3.498A4.49 4.49 0 012.25 12c0-1.357.6-2.573 1.549-3.397a4.49 4.49 0 011.307-3.497 4.49 4.49 0 013.497-1.307zm7.007 6.387a.75.75 0 10-1.22-.872l-3.236 4.53L9.53 12.22a.75.75 0 00-1.06 1.06l2.25 2.25a.75.75 0 001.14-.094l3.75-5.25z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"chat-bubble-left-right\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path d=\"M4.913 2.658c2.075-.27 4.19-.408 6.337-.408 2.147 0 4.262.139 6.337.408 1.922.25 3.291 1.861 3.405 3.727a4.403 4.403 0 00-1.032-.211 50.89 50.89 0 00-8.42 0c-2.358.196-4.04 2.19-4.04 4.434v4.286a4.47 4.47 0 002.433 3.984L7.28 21.53A.75.75 0 016 21v-4.03a48.527 48.527 0 01-1.087-.128C2.905 16.58 1.5 14.833 1.5 12.862V6.638c0-1.97 1.405-3.718 3.413-3.979z\"/>  <path d=\"M15.75 7.5c-1.376 0-2.739.057-4.086.169C10.124 7.797 9 9.103 9 10.609v4.285c0 1.507 1.128 2.814 2.67 2.94 1.243.102 2.5.157 3.768.165l2.782 2.781a.75.75 0 001.28-.53v-2.39l.33-.026c1.542-.125 2.67-1.433 2.67-2.94v-4.286c0-1.505-1.125-2.811-2.664-2.94A49.392 49.392 0 0015.75 7.5z\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"calculator\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M6.32 1.827a49.255 49.255 0 0111.36 0c1.497.174 2.57 1.46 2.57 2.93V19.5a3 3 0 01-3 3H6.75a3 3 0 01-3-3V4.757c0-1.47 1.073-2.756 2.57-2.93zM7.5 11.25a.75.75 0 01.75-.75h.008a.75.75 0 01.75.75v.008a.75.75 0 01-.75.75H8.25a.75.75 0 01-.75-.75v-.008zm.75 1.5a.75.75 0 00-.75.75v.008c0 .414.336.75.75.75h.008a.75.75 0 00.75-.75V13.5a.75.75 0 00-.75-.75H8.25zm-.75 3a.75.75 0 01.75-.75h.008a.75.75 0 01.75.75v.008a.75.75 0 01-.75.75H8.25a.75.75 0 01-.75-.75v-.008zm.75 1.5a.75.75 0 00-.75.75v.008c0 .414.336.75.75.75h.008a.75.75 0 00.75-.75V18a.75.75 0 00-.75-.75H8.25zm1.748-6a.75.75 0 01.75-.75h.007a.75.75 0 01.75.75v.008a.75.75 0 01-.75.75h-.007a.75.75 0 01-.75-.75v-.008zm.75 1.5a.75.75 0 00-.75.75v.008c0 .414.335.75.75.75h.007a.75.75 0 00.75-.75V13.5a.75.75 0 00-.75-.75h-.007zm-.75 3a.75.75 0 01.75-.75h.007a.75.75 0 01.75.75v.008a.75.75 0 01-.75.75h-.007a.75.75 0 01-.75-.75v-.008zm.75 1.5a.75.75 0 00-.75.75v.008c0 .414.335.75.75.75h.007a.75.75 0 00.75-.75V18a.75.75 0 00-.75-.75h-.007zm1.754-6a.75.75 0 01.75-.75h.008a.75.75 0 01.75.75v.008a.75.75 0 01-.75.75h-.008a.75.75 0 01-.75-.75v-.008zm.75 1.5a.75.75 0 00-.75.75v.008c0 .414.336.75.75.75h.008a.75.75 0 00.75-.75V13.5a.75.75 0 00-.75-.75h-.008zm-.75 3a.75.75 0 01.75-.75h.008a.75.75 0 01.75.75v.008a.75.75 0 01-.75.75h-.008a.75.75 0 01-.75-.75v-.008zm.75 1.5a.75.75 0 00-.75.75v.008c0 .414.336.75.75.75h.008a.75.75 0 00.75-.75V18a.75.75 0 00-.75-.75h-.008zm1.748-6a.75.75 0 01.75-.75h.008a.75.75 0 01.75.75v.008a.75.75 0 01-.75.75h-.008a.75.75 0 01-.75-.75v-.008zm.75 1.5a.75.75 0 00-.75.75v.008c0 .414.336.75.75.75h.008a.75.75 0 00.75-.75V13.5a.75.75 0 00-.75-.75h-.008zm-8.25-6A.75.75 0 018.25 6h7.5a.75.75 0 01.75.75v.75a.75.75 0 01-.75.75h-7.5a.75.75 0 01-.75-.75v-.75zm9 9a.75.75 0 00-1.5 0V18a.75.75 0 001.5 0v-2.25z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"folder\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path d=\"M19.5 21a3 3 0 003-3v-4.5a3 3 0 00-3-3h-15a3 3 0 00-3 3V18a3 3 0 003 3h15zM1.5 10.146V6a3 3 0 013-3h5.379a2.25 2.25 0 011.59.659l2.122 2.121c.14.141.331.22.53.22H19.5a3 3 0 013 3v1.146A4.483 4.483 0 0019.5 9h-15a4.483 4.483 0 00-3 1.146z\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"home-modern\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path d=\"M19.006 3.705a.75.75 0 00-.512-1.41L6 6.838V3a.75.75 0 00-.75-.75h-1.5A.75.75 0 003 3v4.93l-1.006.365a.75.75 0 00.512 1.41l16.5-6z\"/>  <path fill-rule=\"evenodd\" d=\"M3.019 11.115L18 5.667V9.09l4.006 1.456a.75.75 0 11-.512 1.41l-.494-.18v8.475h.75a.75.75 0 010 1.5H2.25a.75.75 0 010-1.5H3v-9.129l.019-.006zM18 20.25v-9.565l1.5.545v9.02H18zm-9-6a.75.75 0 00-.75.75v4.5c0 .414.336.75.75.75h3a.75.75 0 00.75-.75V15a.75.75 0 00-.75-.75H9z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"bookmark-slash\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path d=\"M3.53 2.47a.75.75 0 00-1.06 1.06l18 18a.75.75 0 101.06-1.06l-18-18zM20.25 5.507v11.561L5.853 2.671c.15-.043.306-.075.467-.094a49.255 49.255 0 0111.36 0c1.497.174 2.57 1.46 2.57 2.93zM3.75 21V6.932l14.063 14.063L12 18.088l-7.165 3.583A.75.75 0 013.75 21z\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"globe-americas\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M12 2.25c-5.385 0-9.75 4.365-9.75 9.75s4.365 9.75 9.75 9.75 9.75-4.365 9.75-9.75S17.385 2.25 12 2.25zM6.262 6.072a8.25 8.25 0 1010.562-.766 4.5 4.5 0 01-1.318 1.357L14.25 7.5l.165.33a.809.809 0 01-1.086 1.085l-.604-.302a1.125 1.125 0 00-1.298.21l-.132.131c-.439.44-.439 1.152 0 1.591l.296.296c.256.257.622.374.98.314l1.17-.195c.323-.054.654.036.905.245l1.33 1.108c.32.267.46.694.358 1.1a8.7 8.7 0 01-2.288 4.04l-.723.724a1.125 1.125 0 01-1.298.21l-.153-.076a1.125 1.125 0 01-.622-1.006v-1.089c0-.298-.119-.585-.33-.796l-1.347-1.347a1.125 1.125 0 01-.21-1.298L9.75 12l-1.64-1.64a6 6 0 01-1.676-3.257l-.172-1.03z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"bolt-slash\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path d=\"M20.798 11.012l-3.188 3.416L9.462 6.28l4.24-4.542a.75.75 0 011.272.71L12.982 9.75h7.268a.75.75 0 01.548 1.262zM3.202 12.988L6.39 9.572l8.148 8.148-4.24 4.542a.75.75 0 01-1.272-.71l1.992-7.302H3.75a.75.75 0 01-.548-1.262zM3.53 2.47a.75.75 0 00-1.06 1.06l18 18a.75.75 0 101.06-1.06l-18-18z\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"speaker-x-mark\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path d=\"M13.5 4.06c0-1.336-1.616-2.005-2.56-1.06l-4.5 4.5H4.508c-1.141 0-2.318.664-2.66 1.905A9.76 9.76 0 001.5 12c0 .898.121 1.768.35 2.595.341 1.24 1.518 1.905 2.659 1.905h1.93l4.5 4.5c.945.945 2.561.276 2.561-1.06V4.06zM17.78 9.22a.75.75 0 10-1.06 1.06L18.44 12l-1.72 1.72a.75.75 0 001.06 1.06l1.72-1.72 1.72 1.72a.75.75 0 101.06-1.06L20.56 12l1.72-1.72a.75.75 0 00-1.06-1.06l-1.72 1.72-1.72-1.72z\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"at-symbol\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M17.834 6.166a8.25 8.25 0 100 11.668.75.75 0 011.06 1.06c-3.807 3.808-9.98 3.808-13.788 0-3.808-3.807-3.808-9.98 0-13.788 3.807-3.808 9.98-3.808 13.788 0A9.722 9.722 0 0121.75 12c0 .975-.296 1.887-.809 2.571-.514.685-1.28 1.179-2.191 1.179-.904 0-1.666-.487-2.18-1.164a5.25 5.25 0 11-.82-6.26V8.25a.75.75 0 011.5 0V12c0 .682.208 1.27.509 1.671.3.401.659.579.991.579.332 0 .69-.178.991-.579.3-.4.509-.99.509-1.671a8.222 8.222 0 00-2.416-5.834zM15.75 12a3.75 3.75 0 10-7.5 0 3.75 3.75 0 007.5 0z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"clipboard-document\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M17.663 3.118c.225.015.45.032.673.05C19.876 3.298 21 4.604 21 6.109v9.642a3 3 0 01-3 3V16.5c0-5.922-4.576-10.775-10.384-11.217.324-1.132 1.3-2.01 2.548-2.114.224-.019.448-.036.673-.051A3 3 0 0113.5 1.5H15a3 3 0 012.663 1.618zM12 4.5A1.5 1.5 0 0113.5 3H15a1.5 1.5 0 011.5 1.5H12z\" clip-rule=\"evenodd\"/>  <path d=\"M3 8.625c0-1.036.84-1.875 1.875-1.875h.375A3.75 3.75 0 019 10.5v1.875c0 1.036.84 1.875 1.875 1.875h1.875A3.75 3.75 0 0116.5 18v2.625c0 1.035-.84 1.875-1.875 1.875h-9.75A1.875 1.875 0 013 20.625v-12z\"/>  <path d=\"M10.5 10.5a5.23 5.23 0 00-1.279-3.434 9.768 9.768 0 016.963 6.963 5.23 5.23 0 00-3.434-1.279h-1.875a.375.375 0 01-.375-.375V10.5z\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"plus\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M12 3.75a.75.75 0 01.75.75v6.75h6.75a.75.75 0 010 1.5h-6.75v6.75a.75.75 0 01-1.5 0v-6.75H4.5a.75.75 0 010-1.5h6.75V4.5a.75.75 0 01.75-.75z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"gif\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M4.5 3.75a3 3 0 00-3 3v10.5a3 3 0 003 3h15a3 3 0 003-3V6.75a3 3 0 00-3-3h-15zm9 4.5a.75.75 0 00-1.5 0v7.5a.75.75 0 001.5 0v-7.5zm1.5 0a.75.75 0 01.75-.75h3a.75.75 0 010 1.5H16.5v2.25H18a.75.75 0 010 1.5h-1.5v3a.75.75 0 01-1.5 0v-7.5zM6.636 9.78c.404-.575.867-.78 1.25-.78s.846.205 1.25.78a.75.75 0 001.228-.863C9.738 8.027 8.853 7.5 7.886 7.5c-.966 0-1.852.527-2.478 1.417-.62.882-.908 2-.908 3.083 0 1.083.288 2.201.909 3.083.625.89 1.51 1.417 2.477 1.417.967 0 1.852-.527 2.478-1.417a.75.75 0 00.136-.431V12a.75.75 0 00-.75-.75h-1.5a.75.75 0 000 1.5H9v1.648c-.37.44-.774.602-1.114.602-.383 0-.846-.205-1.25-.78C6.226 13.638 6 12.837 6 12c0-.837.226-1.638.636-2.22z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"computer-desktop\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M2.25 5.25a3 3 0 013-3h13.5a3 3 0 013 3V15a3 3 0 01-3 3h-3v.257c0 .597.237 1.17.659 1.591l.621.622a.75.75 0 01-.53 1.28h-9a.75.75 0 01-.53-1.28l.621-.622a2.25 2.25 0 00.659-1.59V18h-3a3 3 0 01-3-3V5.25zm1.5 0v7.5a1.5 1.5 0 001.5 1.5h13.5a1.5 1.5 0 001.5-1.5v-7.5a1.5 1.5 0 00-1.5-1.5H5.25a1.5 1.5 0 00-1.5 1.5z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"arrow-path\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M4.755 10.059a7.5 7.5 0 0112.548-3.364l1.903 1.903h-3.183a.75.75 0 100 1.5h4.992a.75.75 0 00.75-.75V4.356a.75.75 0 00-1.5 0v3.18l-1.9-1.9A9 9 0 003.306 9.67a.75.75 0 101.45.388zm15.408 3.352a.75.75 0 00-.919.53 7.5 7.5 0 01-12.548 3.364l-1.902-1.903h3.183a.75.75 0 000-1.5H2.984a.75.75 0 00-.75.75v4.992a.75.75 0 001.5 0v-3.18l1.9 1.9a9 9 0 0015.059-4.035.75.75 0 00-.53-.918z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"gift\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path d=\"M9.375 3a1.875 1.875 0 000 3.75h1.875v4.5H3.375A1.875 1.875 0 011.5 9.375v-.75c0-1.036.84-1.875 1.875-1.875h3.193A3.375 3.375 0 0112 2.753a3.375 3.375 0 015.432 3.997h3.943c1.035 0 1.875.84 1.875 1.875v.75c0 1.036-.84 1.875-1.875 1.875H12.75v-4.5h1.875a1.875 1.875 0 10-1.875-1.875V6.75h-1.5V4.875C11.25 3.839 10.41 3 9.375 3zM11.25 12.75H3v6.75a2.25 2.25 0 002.25 2.25h6v-9zM12.75 12.75v9h6.75a2.25 2.25 0 002.25-2.25v-6.75h-9z\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"chevron-double-left\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M13.28 3.97a.75.75 0 010 1.06L6.31 12l6.97 6.97a.75.75 0 11-1.06 1.06l-7.5-7.5a.75.75 0 010-1.06l7.5-7.5a.75.75 0 011.06 0zm6 0a.75.75 0 010 1.06L12.31 12l6.97 6.97a.75.75 0 11-1.06 1.06l-7.5-7.5a.75.75 0 010-1.06l7.5-7.5a.75.75 0 011.06 0z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"video-camera\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path d=\"M4.5 4.5a3 3 0 00-3 3v9a3 3 0 003 3h8.25a3 3 0 003-3v-9a3 3 0 00-3-3H4.5zM19.94 18.75l-2.69-2.69V7.94l2.69-2.69c.944-.945 2.56-.276 2.56 1.06v11.38c0 1.336-1.616 2.005-2.56 1.06z\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"stop\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M4.5 7.5a3 3 0 013-3h9a3 3 0 013 3v9a3 3 0 01-3 3h-9a3 3 0 01-3-3v-9z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"gift-top\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path d=\"M11.25 3v4.046a3 3 0 00-4.277 4.204H1.5v-6A2.25 2.25 0 013.75 3h7.5zM12.75 3v4.011a3 3 0 014.239 4.239H22.5v-6A2.25 2.25 0 0020.25 3h-7.5zM22.5 12.75h-8.983a4.125 4.125 0 004.108 3.75.75.75 0 010 1.5 5.623 5.623 0 01-4.875-2.817V21h7.5a2.25 2.25 0 002.25-2.25v-6zM11.25 21v-5.817A5.623 5.623 0 016.375 18a.75.75 0 010-1.5 4.126 4.126 0 004.108-3.75H1.5v6A2.25 2.25 0 003.75 21h7.5z\"/>  <path d=\"M11.085 10.354c.03.297.038.575.036.805a7.484 7.484 0 01-.805-.036c-.833-.084-1.677-.325-2.195-.843a1.5 1.5 0 012.122-2.12c.517.517.759 1.36.842 2.194zM12.877 10.354c-.03.297-.038.575-.036.805.23.002.508-.006.805-.036.833-.084 1.677-.325 2.195-.843A1.5 1.5 0 0013.72 8.16c-.518.518-.76 1.362-.843 2.194z\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"currency-bangladeshi\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M12 21.75c5.385 0 9.75-4.365 9.75-9.75S17.385 2.25 12 2.25 2.25 6.615 2.25 12s4.365 9.75 9.75 9.75zM10.5 7.963a1.5 1.5 0 00-2.17-1.341l-.415.207a.75.75 0 00.67 1.342L9 7.963V9.75h-.75a.75.75 0 100 1.5H9v4.688c0 .563.26 1.198.867 1.525A4.501 4.501 0 0016.41 14.4c.199-.977-.636-1.649-1.415-1.649h-.745a.75.75 0 100 1.5h.656a3.002 3.002 0 01-4.327 1.893.113.113 0 01-.045-.051.336.336 0 01-.034-.154V11.25h5.25a.75.75 0 000-1.5H10.5V7.963z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"arrow-down\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M12 2.25a.75.75 0 01.75.75v16.19l6.22-6.22a.75.75 0 111.06 1.06l-7.5 7.5a.75.75 0 01-1.06 0l-7.5-7.5a.75.75 0 111.06-1.06l6.22 6.22V3a.75.75 0 01.75-.75z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"megaphone\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path d=\"M16.881 4.346A23.112 23.112 0 018.25 6H7.5a5.25 5.25 0 00-.88 10.427 21.593 21.593 0 001.378 3.94c.464 1.004 1.674 1.32 2.582.796l.657-.379c.88-.508 1.165-1.592.772-2.468a17.116 17.116 0 01-.628-1.607c1.918.258 3.76.75 5.5 1.446A21.727 21.727 0 0018 11.25c0-2.413-.393-4.735-1.119-6.904zM18.26 3.74a23.22 23.22 0 011.24 7.51 23.22 23.22 0 01-1.24 7.51c-.055.161-.111.322-.17.482a.75.75 0 101.409.516 24.555 24.555 0 001.415-6.43 2.992 2.992 0 00.836-2.078c0-.806-.319-1.54-.836-2.078a24.65 24.65 0 00-1.415-6.43.75.75 0 10-1.409.516c.059.16.116.321.17.483z\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"lock-closed\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M12 1.5a5.25 5.25 0 00-5.25 5.25v3a3 3 0 00-3 3v6.75a3 3 0 003 3h10.5a3 3 0 003-3v-6.75a3 3 0 00-3-3v-3c0-2.9-2.35-5.25-5.25-5.25zm3.75 8.25v-3a3.75 3.75 0 10-7.5 0v3h7.5z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"check\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M19.916 4.626a.75.75 0 01.208 1.04l-9 13.5a.75.75 0 01-1.154.114l-6-6a.75.75 0 011.06-1.06l5.353 5.353 8.493-12.739a.75.75 0 011.04-.208z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"arrow-down-tray\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M12 2.25a.75.75 0 01.75.75v11.69l3.22-3.22a.75.75 0 111.06 1.06l-4.5 4.5a.75.75 0 01-1.06 0l-4.5-4.5a.75.75 0 111.06-1.06l3.22 3.22V3a.75.75 0 01.75-.75zm-9 13.5a.75.75 0 01.75.75v2.25a1.5 1.5 0 001.5 1.5h13.5a1.5 1.5 0 001.5-1.5V16.5a.75.75 0 011.5 0v2.25a3 3 0 01-3 3H5.25a3 3 0 01-3-3V16.5a.75.75 0 01.75-.75z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"clock\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M12 2.25c-5.385 0-9.75 4.365-9.75 9.75s4.365 9.75 9.75 9.75 9.75-4.365 9.75-9.75S17.385 2.25 12 2.25zM12.75 6a.75.75 0 00-1.5 0v6c0 .414.336.75.75.75h4.5a.75.75 0 000-1.5h-3.75V6z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"fire\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M12.963 2.286a.75.75 0 00-1.071-.136 9.742 9.742 0 00-3.539 6.177A7.547 7.547 0 016.648 6.61a.75.75 0 00-1.152-.082A9 9 0 1015.68 4.534a7.46 7.46 0 01-2.717-2.248zM15.75 14.25a3.75 3.75 0 11-7.313-1.172c.628.465 1.35.81 2.133 1a5.99 5.99 0 011.925-3.545 3.75 3.75 0 013.255 3.717z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"arrow-up-circle\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M12 2.25c-5.385 0-9.75 4.365-9.75 9.75s4.365 9.75 9.75 9.75 9.75-4.365 9.75-9.75S17.385 2.25 12 2.25zm.53 5.47a.75.75 0 00-1.06 0l-3 3a.75.75 0 101.06 1.06l1.72-1.72v5.69a.75.75 0 001.5 0v-5.69l1.72 1.72a.75.75 0 101.06-1.06l-3-3z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"cursor-arrow-ripple\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M17.303 5.197A7.5 7.5 0 006.697 15.803a.75.75 0 01-1.061 1.061A9 9 0 1121 10.5a.75.75 0 01-1.5 0c0-1.92-.732-3.839-2.197-5.303zm-2.121 2.121a4.5 4.5 0 00-6.364 6.364.75.75 0 11-1.06 1.06A6 6 0 1118 10.5a.75.75 0 01-1.5 0c0-1.153-.44-2.303-1.318-3.182zm-3.634 1.314a.75.75 0 01.82.311l5.228 7.917a.75.75 0 01-.777 1.148l-2.097-.43 1.045 3.9a.75.75 0 01-1.45.388l-1.044-3.899-1.601 1.42a.75.75 0 01-1.247-.606l.569-9.47a.75.75 0 01.554-.68z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"hand-thumb-up\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path d=\"M7.493 18.75c-.425 0-.82-.236-.975-.632A7.48 7.48 0 016 15.375c0-1.75.599-3.358 1.602-4.634.151-.192.373-.309.6-.397.473-.183.89-.514 1.212-.924a9.042 9.042 0 012.861-2.4c.723-.384 1.35-.956 1.653-1.715a4.498 4.498 0 00.322-1.672V3a.75.75 0 01.75-.75 2.25 2.25 0 012.25 2.25c0 1.152-.26 2.243-.723 3.218-.266.558.107 1.282.725 1.282h3.126c1.026 0 1.945.694 2.054 1.715.045.422.068.85.068 1.285a11.95 11.95 0 01-2.649 7.521c-.388.482-.987.729-1.605.729H14.23c-.483 0-.964-.078-1.423-.23l-3.114-1.04a4.501 4.501 0 00-1.423-.23h-.777zM2.331 10.977a11.969 11.969 0 00-.831 4.398 12 12 0 00.52 3.507c.26.85 1.084 1.368 1.973 1.368H4.9c.445 0 .72-.498.523-.898a8.963 8.963 0 01-.924-3.977c0-1.708.476-3.305 1.302-4.666.245-.403-.028-.959-.5-.959H4.25c-.832 0-1.612.453-1.918 1.227z\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"arrow-left-circle\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M12 2.25c-5.385 0-9.75 4.365-9.75 9.75s4.365 9.75 9.75 9.75 9.75-4.365 9.75-9.75S17.385 2.25 12 2.25zm-4.28 9.22a.75.75 0 000 1.06l3 3a.75.75 0 101.06-1.06l-1.72-1.72h5.69a.75.75 0 000-1.5h-5.69l1.72-1.72a.75.75 0 00-1.06-1.06l-3 3z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"arrow-small-up\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M12 20.25a.75.75 0 01-.75-.75V6.31l-5.47 5.47a.75.75 0 01-1.06-1.06l6.75-6.75a.75.75 0 011.06 0l6.75 6.75a.75.75 0 11-1.06 1.06l-5.47-5.47V19.5a.75.75 0 01-.75.75z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"chevron-double-right\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M4.72 3.97a.75.75 0 011.06 0l7.5 7.5a.75.75 0 010 1.06l-7.5 7.5a.75.75 0 01-1.06-1.06L11.69 12 4.72 5.03a.75.75 0 010-1.06zm6 0a.75.75 0 011.06 0l7.5 7.5a.75.75 0 010 1.06l-7.5 7.5a.75.75 0 11-1.06-1.06L17.69 12l-6.97-6.97a.75.75 0 010-1.06z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"chat-bubble-bottom-center\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M4.848 2.771A49.144 49.144 0 0112 2.25c2.43 0 4.817.178 7.152.52 1.978.292 3.348 2.024 3.348 3.97v6.02c0 1.946-1.37 3.678-3.348 3.97a48.901 48.901 0 01-3.476.383.39.39 0 00-.297.17l-2.755 4.133a.75.75 0 01-1.248 0l-2.755-4.133a.39.39 0 00-.297-.17 48.9 48.9 0 01-3.476-.384c-1.978-.29-3.348-2.024-3.348-3.97V6.741c0-1.946 1.37-3.68 3.348-3.97z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"pause\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M6.75 5.25a.75.75 0 01.75-.75H9a.75.75 0 01.75.75v13.5a.75.75 0 01-.75.75H7.5a.75.75 0 01-.75-.75V5.25zm7.5 0A.75.75 0 0115 4.5h1.5a.75.75 0 01.75.75v13.5a.75.75 0 01-.75.75H15a.75.75 0 01-.75-.75V5.25z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"radio\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M20.432 4.103a.75.75 0 00-.364-1.455L4.128 6.632l-.2.033C2.498 6.904 1.5 8.158 1.5 9.575v9.175a3 3 0 003 3h15a3 3 0 003-3V9.574c0-1.416-.997-2.67-2.429-2.909a49.016 49.016 0 00-7.255-.658l7.616-1.904zm-9.585 8.56a.75.75 0 010 1.06l-.005.006a.75.75 0 01-1.06 0l-.006-.005a.75.75 0 010-1.061l.005-.005a.75.75 0 011.06 0l.006.005zM9.781 15.85a.75.75 0 001.061 0l.005-.005a.75.75 0 000-1.061l-.005-.005a.75.75 0 00-1.06 0l-.006.005a.75.75 0 000 1.06l.005.006zm-1.055-1.066a.75.75 0 010 1.06l-.005.006a.75.75 0 01-1.061 0l-.005-.005a.75.75 0 010-1.06l.005-.006a.75.75 0 011.06 0l.006.005zM7.66 13.73a.75.75 0 001.061 0l.005-.006a.75.75 0 000-1.06l-.005-.005a.75.75 0 00-1.06 0l-.006.005a.75.75 0 000 1.06l.005.006zM9.255 9.75a.75.75 0 01.75.75v.008a.75.75 0 01-.75.75h-.008a.75.75 0 01-.75-.75V10.5a.75.75 0 01.75-.75h.008zm3.624 3.28a.75.75 0 00.275-1.025L13.15 12a.75.75 0 00-1.025-.275l-.006.004a.75.75 0 00-.275 1.024l.004.007a.75.75 0 001.024.274l.007-.003zm-1.38 5.126a.75.75 0 01-1.024-.274l-.004-.007a.75.75 0 01.275-1.024l.006-.004a.75.75 0 011.025.274l.004.007a.75.75 0 01-.275 1.024l-.006.004zm.282-6.776a.75.75 0 00-.274-1.025l-.007-.003a.75.75 0 00-1.024.274l-.004.007a.75.75 0 00.274 1.024l.007.004a.75.75 0 001.024-.274l.004-.007zm1.369 5.129a.75.75 0 01-1.025.274l-.006-.003a.75.75 0 01-.275-1.025l.004-.006a.75.75 0 011.025-.275l.006.004a.75.75 0 01.275 1.024l-.004.007zm-.145-1.502a.75.75 0 00.75-.75v-.007a.75.75 0 00-.75-.75h-.008a.75.75 0 00-.75.75v.008c0 .414.336.75.75.75h.008zm-3.75 2.243a.75.75 0 01.75.75v.008a.75.75 0 01-.75.75h-.008a.75.75 0 01-.75-.75V18a.75.75 0 01.75-.75h.008zm-2.871-.47a.75.75 0 00.274-1.025l-.003-.006a.75.75 0 00-1.025-.275l-.006.004a.75.75 0 00-.275 1.025l.004.006a.75.75 0 001.024.274l.007-.003zm1.366-5.12a.75.75 0 01-1.025-.274l-.004-.006a.75.75 0 01.275-1.025l.006-.003a.75.75 0 011.025.274l.004.007a.75.75 0 01-.275 1.024l-.006.004zm.281 6.215a.75.75 0 00-.275-1.024l-.006-.004a.75.75 0 00-1.025.274l-.003.007a.75.75 0 00.274 1.024l.007.004a.75.75 0 001.024-.274l.004-.007zM6.655 12.76a.75.75 0 01-1.025.274l-.006-.003a.75.75 0 01-.275-1.025L5.353 12a.75.75 0 011.025-.275l.006.004a.75.75 0 01.275 1.024l-.004.007zm-1.15 2.248a.75.75 0 00.75-.75v-.007a.75.75 0 00-.75-.75h-.008a.75.75 0 00-.75.75v.008c0 .414.336.75.75.75h.008zM17.25 10.5a1.5 1.5 0 110 3 1.5 1.5 0 010-3zm1.5 6a1.5 1.5 0 10-3 0 1.5 1.5 0 003 0z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"variable\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M19.253 2.292a.75.75 0 01.955.461A28.123 28.123 0 0121.75 12c0 3.266-.547 6.388-1.542 9.247a.75.75 0 11-1.416-.494c.94-2.7 1.458-5.654 1.458-8.753s-.519-6.054-1.458-8.754a.75.75 0 01.461-.954zm-14.227.013a.75.75 0 01.414.976A23.183 23.183 0 003.75 12c0 3.085.6 6.027 1.69 8.718a.75.75 0 01-1.39.563c-1.161-2.867-1.8-6-1.8-9.281 0-3.28.639-6.414 1.8-9.281a.75.75 0 01.976-.414zm4.275 5.052a1.5 1.5 0 012.21.803l.716 2.148L13.6 8.246a2.438 2.438 0 012.978-.892l.213.09a.75.75 0 11-.584 1.381l-.214-.09a.937.937 0 00-1.145.343l-2.021 3.033 1.084 3.255 1.445-.89a.75.75 0 11.786 1.278l-1.444.889a1.5 1.5 0 01-2.21-.803l-.716-2.148-1.374 2.062a2.437 2.437 0 01-2.978.892l-.213-.09a.75.75 0 01.584-1.381l.214.09a.938.938 0 001.145-.344l2.021-3.032-1.084-3.255-1.445.89a.75.75 0 11-.786-1.278l1.444-.89z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"microphone\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path d=\"M8.25 4.5a3.75 3.75 0 117.5 0v8.25a3.75 3.75 0 11-7.5 0V4.5z\"/>  <path d=\"M6 10.5a.75.75 0 01.75.75v1.5a5.25 5.25 0 1010.5 0v-1.5a.75.75 0 011.5 0v1.5a6.751 6.751 0 01-6 6.709v2.291h3a.75.75 0 010 1.5h-7.5a.75.75 0 010-1.5h3v-2.291a6.751 6.751 0 01-6-6.709v-1.5A.75.75 0 016 10.5z\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"power\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M12 2.25a.75.75 0 01.75.75v9a.75.75 0 01-1.5 0V3a.75.75 0 01.75-.75zM6.166 5.106a.75.75 0 010 1.06 8.25 8.25 0 1011.668 0 .75.75 0 111.06-1.06c3.808 3.807 3.808 9.98 0 13.788-3.807 3.808-9.98 3.808-13.788 0-3.808-3.807-3.808-9.98 0-13.788a.75.75 0 011.06 0z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"chart-bar-square\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M3 6a3 3 0 013-3h12a3 3 0 013 3v12a3 3 0 01-3 3H6a3 3 0 01-3-3V6zm4.5 7.5a.75.75 0 01.75.75v2.25a.75.75 0 01-1.5 0v-2.25a.75.75 0 01.75-.75zm3.75-1.5a.75.75 0 00-1.5 0v4.5a.75.75 0 001.5 0V12zm2.25-3a.75.75 0 01.75.75v6.75a.75.75 0 01-1.5 0V9.75A.75.75 0 0113.5 9zm3.75-1.5a.75.75 0 00-1.5 0v9a.75.75 0 001.5 0v-9z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"rectangle-stack\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path d=\"M5.566 4.657A4.505 4.505 0 016.75 4.5h10.5c.41 0 .806.055 1.183.157A3 3 0 0015.75 3h-7.5a3 3 0 00-2.684 1.657zM2.25 12a3 3 0 013-3h13.5a3 3 0 013 3v6a3 3 0 01-3 3H5.25a3 3 0 01-3-3v-6zM5.25 7.5c-.41 0-.806.055-1.184.157A3 3 0 016.75 6h10.5a3 3 0 012.683 1.657A4.505 4.505 0 0018.75 7.5H5.25z\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"video-camera-slash\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path d=\"M3.53 2.47a.75.75 0 00-1.06 1.06l18 18a.75.75 0 101.06-1.06l-18-18zM22.5 17.69c0 .471-.202.86-.504 1.124l-4.746-4.746V7.939l2.69-2.689c.944-.945 2.56-.276 2.56 1.06v11.38zM15.75 7.5v5.068L7.682 4.5h5.068a3 3 0 013 3zM1.5 7.5c0-.782.3-1.494.79-2.028l12.846 12.846A2.995 2.995 0 0112.75 19.5H4.5a3 3 0 01-3-3v-9z\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"squares-plus\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path d=\"M6 3a3 3 0 00-3 3v2.25a3 3 0 003 3h2.25a3 3 0 003-3V6a3 3 0 00-3-3H6zM15.75 3a3 3 0 00-3 3v2.25a3 3 0 003 3H18a3 3 0 003-3V6a3 3 0 00-3-3h-2.25zM6 12.75a3 3 0 00-3 3V18a3 3 0 003 3h2.25a3 3 0 003-3v-2.25a3 3 0 00-3-3H6zM17.625 13.5a.75.75 0 00-1.5 0v2.625H13.5a.75.75 0 000 1.5h2.625v2.625a.75.75 0 001.5 0v-2.625h2.625a.75.75 0 000-1.5h-2.625V13.5z\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"key\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M15.75 1.5a6.75 6.75 0 00-6.651 7.906c.067.39-.032.717-.221.906l-6.5 6.499a3 3 0 00-.878 2.121v2.818c0 .414.336.75.75.75H6a.75.75 0 00.75-.75v-1.5h1.5A.75.75 0 009 19.5V18h1.5a.75.75 0 00.53-.22l2.658-2.658c.19-.189.517-.288.906-.22A6.75 6.75 0 1015.75 1.5zm0 3a.75.75 0 000 1.5A2.25 2.25 0 0118 8.25a.75.75 0 001.5 0 3.75 3.75 0 00-3.75-3.75z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"archive-box-x-mark\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path d=\"M3.375 3C2.339 3 1.5 3.84 1.5 4.875v.75c0 1.036.84 1.875 1.875 1.875h17.25c1.035 0 1.875-.84 1.875-1.875v-.75C22.5 3.839 21.66 3 20.625 3H3.375z\"/>  <path fill-rule=\"evenodd\" d=\"M3.087 9l.54 9.176A3 3 0 006.62 21h10.757a3 3 0 002.995-2.824L20.913 9H3.087zm6.133 2.845a.75.75 0 011.06 0l1.72 1.72 1.72-1.72a.75.75 0 111.06 1.06l-1.72 1.72 1.72 1.72a.75.75 0 11-1.06 1.06L12 15.685l-1.72 1.72a.75.75 0 11-1.06-1.06l1.72-1.72-1.72-1.72a.75.75 0 010-1.06z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"eye\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path d=\"M12 15a3 3 0 100-6 3 3 0 000 6z\"/>  <path fill-rule=\"evenodd\" d=\"M1.323 11.447C2.811 6.976 7.028 3.75 12.001 3.75c4.97 0 9.185 3.223 10.675 7.69.12.362.12.752 0 1.113-1.487 4.471-5.705 7.697-10.677 7.697-4.97 0-9.186-3.223-10.675-7.69a1.762 1.762 0 010-1.113zM17.25 12a5.25 5.25 0 11-10.5 0 5.25 5.25 0 0110.5 0z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"wrench-screwdriver\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M12 6.75a5.25 5.25 0 016.775-5.025.75.75 0 01.313 1.248l-3.32 3.319c.063.475.276.934.641 1.299.365.365.824.578 1.3.64l3.318-3.319a.75.75 0 011.248.313 5.25 5.25 0 01-5.472 6.756c-1.018-.086-1.87.1-2.309.634L7.344 21.3A3.298 3.298 0 112.7 16.657l8.684-7.151c.533-.44.72-1.291.634-2.309A5.342 5.342 0 0112 6.75zM4.117 19.125a.75.75 0 01.75-.75h.008a.75.75 0 01.75.75v.008a.75.75 0 01-.75.75h-.008a.75.75 0 01-.75-.75v-.008z\" clip-rule=\"evenodd\"/>  <path d=\"M10.076 8.64l-2.201-2.2V4.874a.75.75 0 00-.364-.643l-3.75-2.25a.75.75 0 00-.916.113l-.75.75a.75.75 0 00-.113.916l2.25 3.75a.75.75 0 00.643.364h1.564l2.062 2.062 1.575-1.297z\"/>  <path fill-rule=\"evenodd\" d=\"M12.556 17.329l4.183 4.182a3.375 3.375 0 004.773-4.773l-3.306-3.305a6.803 6.803 0 01-1.53.043c-.394-.034-.682-.006-.867.042a.589.589 0 00-.167.063l-3.086 3.748zm3.414-1.36a.75.75 0 011.06 0l1.875 1.876a.75.75 0 11-1.06 1.06L15.97 17.03a.75.75 0 010-1.06z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"paper-clip\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M18.97 3.659a2.25 2.25 0 00-3.182 0l-10.94 10.94a3.75 3.75 0 105.304 5.303l7.693-7.693a.75.75 0 011.06 1.06l-7.693 7.693a5.25 5.25 0 11-7.424-7.424l10.939-10.94a3.75 3.75 0 115.303 5.304L9.097 18.835l-.008.008-.007.007-.002.002-.003.002A2.25 2.25 0 015.91 15.66l7.81-7.81a.75.75 0 011.061 1.06l-7.81 7.81a.75.75 0 001.054 1.068L18.97 6.84a2.25 2.25 0 000-3.182z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"bell-alert\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path d=\"M5.85 3.5a.75.75 0 00-1.117-1 9.719 9.719 0 00-2.348 4.876.75.75 0 001.479.248A8.219 8.219 0 015.85 3.5zM19.267 2.5a.75.75 0 10-1.118 1 8.22 8.22 0 011.987 4.124.75.75 0 001.48-.248A9.72 9.72 0 0019.266 2.5z\"/>  <path fill-rule=\"evenodd\" d=\"M12 2.25A6.75 6.75 0 005.25 9v.75a8.217 8.217 0 01-2.119 5.52.75.75 0 00.298 1.206c1.544.57 3.16.99 4.831 1.243a3.75 3.75 0 107.48 0 24.583 24.583 0 004.83-1.244.75.75 0 00.298-1.205 8.217 8.217 0 01-2.118-5.52V9A6.75 6.75 0 0012 2.25zM9.75 18c0-.034 0-.067.002-.1a25.05 25.05 0 004.496 0l.002.1a2.25 2.25 0 11-4.5 0z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"arrow-uturn-left\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M9.53 2.47a.75.75 0 010 1.06L4.81 8.25H15a6.75 6.75 0 010 13.5h-3a.75.75 0 010-1.5h3a5.25 5.25 0 100-10.5H4.81l4.72 4.72a.75.75 0 11-1.06 1.06l-6-6a.75.75 0 010-1.06l6-6a.75.75 0 011.06 0z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"inbox-stack\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M1.5 9.832v1.793c0 1.036.84 1.875 1.875 1.875h17.25c1.035 0 1.875-.84 1.875-1.875V9.832a3 3 0 00-.722-1.952l-3.285-3.832A3 3 0 0016.215 3h-8.43a3 3 0 00-2.278 1.048L2.222 7.88A3 3 0 001.5 9.832zM7.785 4.5a1.5 1.5 0 00-1.139.524L3.881 8.25h3.165a3 3 0 012.496 1.336l.164.246a1.5 1.5 0 001.248.668h2.092a1.5 1.5 0 001.248-.668l.164-.246a3 3 0 012.496-1.336h3.165l-2.765-3.226a1.5 1.5 0 00-1.139-.524h-8.43z\" clip-rule=\"evenodd\"/>  <path d=\"M2.813 15c-.725 0-1.313.588-1.313 1.313V18a3 3 0 003 3h15a3 3 0 003-3v-1.688c0-.724-.588-1.312-1.313-1.312h-4.233a3 3 0 00-2.496 1.336l-.164.246a1.5 1.5 0 01-1.248.668h-2.092a1.5 1.5 0 01-1.248-.668l-.164-.246A3 3 0 007.046 15H2.812z\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"chevron-double-up\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M11.47 4.72a.75.75 0 011.06 0l7.5 7.5a.75.75 0 11-1.06 1.06L12 6.31l-6.97 6.97a.75.75 0 01-1.06-1.06l7.5-7.5zm.53 7.59l-6.97 6.97a.75.75 0 01-1.06-1.06l7.5-7.5a.75.75 0 011.06 0l7.5 7.5a.75.75 0 11-1.06 1.06L12 12.31z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"command-line\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M2.25 6a3 3 0 013-3h13.5a3 3 0 013 3v12a3 3 0 01-3 3H5.25a3 3 0 01-3-3V6zm3.97.97a.75.75 0 011.06 0l2.25 2.25a.75.75 0 010 1.06l-2.25 2.25a.75.75 0 01-1.06-1.06l1.72-1.72-1.72-1.72a.75.75 0 010-1.06zm4.28 4.28a.75.75 0 000 1.5h3a.75.75 0 000-1.5h-3z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"rocket-launch\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M9.315 7.584C12.195 3.883 16.695 1.5 21.75 1.5a.75.75 0 01.75.75c0 5.056-2.383 9.555-6.084 12.436A6.75 6.75 0 019.75 22.5a.75.75 0 01-.75-.75v-4.131A15.838 15.838 0 016.382 15H2.25a.75.75 0 01-.75-.75 6.75 6.75 0 017.815-6.666zM15 6.75a2.25 2.25 0 100 4.5 2.25 2.25 0 000-4.5z\" clip-rule=\"evenodd\"/>  <path d=\"M5.26 17.242a.75.75 0 10-.897-1.203 5.243 5.243 0 00-2.05 5.022.75.75 0 00.625.627 5.243 5.243 0 005.022-2.051.75.75 0 10-1.202-.897 3.744 3.744 0 01-3.008 1.51c0-1.23.592-2.323 1.51-3.008z\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"signal-slash\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M2.47 2.47a.75.75 0 011.06 0l8.407 8.407a1.125 1.125 0 011.186 1.186l1.462 1.461a3.001 3.001 0 00-.464-3.645.75.75 0 111.061-1.061 4.501 4.501 0 01.486 5.79l1.072 1.072a6.001 6.001 0 00-.497-7.923.75.75 0 011.06-1.06 7.501 7.501 0 01.505 10.05l1.064 1.065a9 9 0 00-.508-12.176.75.75 0 011.06-1.06c3.923 3.922 4.093 10.175.512 14.3l1.594 1.594a.75.75 0 11-1.06 1.06l-2.106-2.105-2.121-2.122h-.001l-4.705-4.706a.747.747 0 01-.127-.126L2.47 3.53a.75.75 0 010-1.061zm1.189 4.422a.75.75 0 01.326 1.01 9.004 9.004 0 001.651 10.462.75.75 0 11-1.06 1.06C1.27 16.12.63 11.165 2.648 7.219a.75.75 0 011.01-.326zM5.84 9.134a.75.75 0 01.472.95 6 6 0 001.444 6.159.75.75 0 01-1.06 1.06A7.5 7.5 0 014.89 9.606a.75.75 0 01.95-.472zm2.341 2.653a.75.75 0 01.848.638c.088.62.37 1.218.849 1.696a.75.75 0 01-1.061 1.061 4.483 4.483 0 01-1.273-2.546.75.75 0 01.637-.848z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"chat-bubble-left-ellipsis\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M12 2.25c-2.429 0-4.817.178-7.152.521C2.87 3.061 1.5 4.795 1.5 6.741v6.018c0 1.946 1.37 3.68 3.348 3.97.877.129 1.761.234 2.652.316V21a.75.75 0 001.28.53l4.184-4.183a.39.39 0 01.266-.112c2.006-.05 3.982-.22 5.922-.506 1.978-.29 3.348-2.023 3.348-3.97V6.741c0-1.947-1.37-3.68-3.348-3.97A49.145 49.145 0 0012 2.25zM8.25 8.625a1.125 1.125 0 100 2.25 1.125 1.125 0 000-2.25zm2.625 1.125a1.125 1.125 0 112.25 0 1.125 1.125 0 01-2.25 0zm4.875-1.125a1.125 1.125 0 100 2.25 1.125 1.125 0 000-2.25z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"envelope\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path d=\"M1.5 8.67v8.58a3 3 0 003 3h15a3 3 0 003-3V8.67l-8.928 5.493a3 3 0 01-3.144 0L1.5 8.67z\"/>  <path d=\"M22.5 6.908V6.75a3 3 0 00-3-3h-15a3 3 0 00-3 3v.158l9.714 5.978a1.5 1.5 0 001.572 0L22.5 6.908z\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"x-circle\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M12 2.25c-5.385 0-9.75 4.365-9.75 9.75s4.365 9.75 9.75 9.75 9.75-4.365 9.75-9.75S17.385 2.25 12 2.25zm-1.72 6.97a.75.75 0 10-1.06 1.06L10.94 12l-1.72 1.72a.75.75 0 101.06 1.06L12 13.06l1.72 1.72a.75.75 0 101.06-1.06L13.06 12l1.72-1.72a.75.75 0 10-1.06-1.06L12 10.94l-1.72-1.72z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"shopping-bag\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M7.5 6v.75H5.513c-.96 0-1.764.724-1.865 1.679l-1.263 12A1.875 1.875 0 004.25 22.5h15.5a1.875 1.875 0 001.865-2.071l-1.263-12a1.875 1.875 0 00-1.865-1.679H16.5V6a4.5 4.5 0 10-9 0zM12 3a3 3 0 00-3 3v.75h6V6a3 3 0 00-3-3zm-3 8.25a3 3 0 106 0v-.75a.75.75 0 011.5 0v.75a4.5 4.5 0 11-9 0v-.75a.75.75 0 011.5 0v.75z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"funnel\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M3.792 2.938A49.069 49.069 0 0112 2.25c2.797 0 5.54.236 8.209.688a1.857 1.857 0 011.541 1.836v1.044a3 3 0 01-.879 2.121l-6.182 6.182a1.5 1.5 0 00-.439 1.061v2.927a3 3 0 01-1.658 2.684l-1.757.878A.75.75 0 019.75 21v-5.818a1.5 1.5 0 00-.44-1.06L3.13 7.938a3 3 0 01-.879-2.121V4.774c0-.897.64-1.683 1.542-1.836z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"code-bracket\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M14.447 3.027a.75.75 0 01.527.92l-4.5 16.5a.75.75 0 01-1.448-.394l4.5-16.5a.75.75 0 01.921-.526zM16.72 6.22a.75.75 0 011.06 0l5.25 5.25a.75.75 0 010 1.06l-5.25 5.25a.75.75 0 11-1.06-1.06L21.44 12l-4.72-4.72a.75.75 0 010-1.06zm-9.44 0a.75.75 0 010 1.06L2.56 12l4.72 4.72a.75.75 0 11-1.06 1.06L.97 12.53a.75.75 0 010-1.06l5.25-5.25a.75.75 0 011.06 0z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"user-plus\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path d=\"M6.25 6.375a4.125 4.125 0 118.25 0 4.125 4.125 0 01-8.25 0zM3.25 19.125a7.125 7.125 0 0114.25 0v.003l-.001.119a.75.75 0 01-.363.63 13.067 13.067 0 01-6.761 1.873c-2.472 0-4.786-.684-6.76-1.873a.75.75 0 01-.364-.63l-.001-.122zM19.75 7.5a.75.75 0 00-1.5 0v2.25H16a.75.75 0 000 1.5h2.25v2.25a.75.75 0 001.5 0v-2.25H22a.75.75 0 000-1.5h-2.25V7.5z\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"chat-bubble-oval-left\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M5.337 21.718a6.707 6.707 0 01-.533-.074.75.75 0 01-.44-1.223 3.73 3.73 0 00.814-1.686c.023-.115-.022-.317-.254-.543C3.274 16.587 2.25 14.41 2.25 12c0-5.03 4.428-9 9.75-9s9.75 3.97 9.75 9c0 5.03-4.428 9-9.75 9-.833 0-1.643-.097-2.417-.279a6.721 6.721 0 01-4.246.997z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"arrow-trending-down\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M1.72 5.47a.75.75 0 011.06 0L9 11.69l3.756-3.756a.75.75 0 01.985-.066 12.698 12.698 0 014.575 6.832l.308 1.149 2.277-3.943a.75.75 0 111.299.75l-3.182 5.51a.75.75 0 01-1.025.275l-5.511-3.181a.75.75 0 01.75-1.3l3.943 2.277-.308-1.149a11.194 11.194 0 00-3.528-5.617l-3.809 3.81a.75.75 0 01-1.06 0L1.72 6.53a.75.75 0 010-1.061z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"building-storefront\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path d=\"M5.223 2.25c-.497 0-.974.198-1.325.55l-1.3 1.298A3.75 3.75 0 007.5 9.75c.627.47 1.406.75 2.25.75.844 0 1.624-.28 2.25-.75.626.47 1.406.75 2.25.75.844 0 1.623-.28 2.25-.75a3.75 3.75 0 004.902-5.652l-1.3-1.299a1.875 1.875 0 00-1.325-.549H5.223z\"/>  <path fill-rule=\"evenodd\" d=\"M3 20.25v-8.755c1.42.674 3.08.673 4.5 0A5.234 5.234 0 009.75 12c.804 0 1.568-.182 2.25-.506a5.234 5.234 0 002.25.506c.804 0 1.567-.182 2.25-.506 1.42.674 3.08.675 4.5.001v8.755h.75a.75.75 0 010 1.5H2.25a.75.75 0 010-1.5H3zm3-6a.75.75 0 01.75-.75h3a.75.75 0 01.75.75v3a.75.75 0 01-.75.75h-3a.75.75 0 01-.75-.75v-3zm8.25-.75a.75.75 0 00-.75.75v5.25c0 .414.336.75.75.75h3a.75.75 0 00.75-.75v-5.25a.75.75 0 00-.75-.75h-3z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"paper-airplane\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path d=\"M3.478 2.405a.75.75 0 00-.926.94l2.432 7.905H13.5a.75.75 0 010 1.5H4.984l-2.432 7.905a.75.75 0 00.926.94 60.519 60.519 0 0018.445-8.986.75.75 0 000-1.218A60.517 60.517 0 003.478 2.405z\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"arrow-up-tray\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M11.47 2.47a.75.75 0 011.06 0l4.5 4.5a.75.75 0 01-1.06 1.06l-3.22-3.22V16.5a.75.75 0 01-1.5 0V4.81L8.03 8.03a.75.75 0 01-1.06-1.06l4.5-4.5zM3 15.75a.75.75 0 01.75.75v2.25a1.5 1.5 0 001.5 1.5h13.5a1.5 1.5 0 001.5-1.5V16.5a.75.75 0 011.5 0v2.25a3 3 0 01-3 3H5.25a3 3 0 01-3-3V16.5a.75.75 0 01.75-.75z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"user-circle\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M18.685 19.097A9.723 9.723 0 0021.75 12c0-5.385-4.365-9.75-9.75-9.75S2.25 6.615 2.25 12a9.723 9.723 0 003.065 7.097A9.716 9.716 0 0012 21.75a9.716 9.716 0 006.685-2.653zm-12.54-1.285A7.486 7.486 0 0112 15a7.486 7.486 0 015.855 2.812A8.224 8.224 0 0112 20.25a8.224 8.224 0 01-5.855-2.438zM15.75 9a3.75 3.75 0 11-7.5 0 3.75 3.75 0 017.5 0z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"cpu-chip\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path d=\"M16.5 7.5h-9v9h9v-9z\"/>  <path fill-rule=\"evenodd\" d=\"M8.25 2.25A.75.75 0 019 3v.75h2.25V3a.75.75 0 011.5 0v.75H15V3a.75.75 0 011.5 0v.75h.75a3 3 0 013 3v.75H21A.75.75 0 0121 9h-.75v2.25H21a.75.75 0 010 1.5h-.75V15H21a.75.75 0 010 1.5h-.75v.75a3 3 0 01-3 3h-.75V21a.75.75 0 01-1.5 0v-.75h-2.25V21a.75.75 0 01-1.5 0v-.75H9V21a.75.75 0 01-1.5 0v-.75h-.75a3 3 0 01-3-3v-.75H3A.75.75 0 013 15h.75v-2.25H3a.75.75 0 010-1.5h.75V9H3a.75.75 0 010-1.5h.75v-.75a3 3 0 013-3h.75V3a.75.75 0 01.75-.75zM6 6.75A.75.75 0 016.75 6h10.5a.75.75 0 01.75.75v10.5a.75.75 0 01-.75.75H6.75a.75.75 0 01-.75-.75V6.75z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"backspace\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M2.515 10.674a1.875 1.875 0 000 2.652L8.89 19.7c.352.351.829.549 1.326.549H19.5a3 3 0 003-3V6.75a3 3 0 00-3-3h-9.284c-.497 0-.974.198-1.326.55l-6.375 6.374zM12.53 9.22a.75.75 0 10-1.06 1.06L13.19 12l-1.72 1.72a.75.75 0 101.06 1.06l1.72-1.72 1.72 1.72a.75.75 0 101.06-1.06L15.31 12l1.72-1.72a.75.75 0 10-1.06-1.06l-1.72 1.72-1.72-1.72z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"arrow-right-on-rectangle\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M7.5 3.75A1.5 1.5 0 006 5.25v13.5a1.5 1.5 0 001.5 1.5h6a1.5 1.5 0 001.5-1.5V15a.75.75 0 011.5 0v3.75a3 3 0 01-3 3h-6a3 3 0 01-3-3V5.25a3 3 0 013-3h6a3 3 0 013 3V9A.75.75 0 0115 9V5.25a1.5 1.5 0 00-1.5-1.5h-6zm10.72 4.72a.75.75 0 011.06 0l3 3a.75.75 0 010 1.06l-3 3a.75.75 0 11-1.06-1.06l1.72-1.72H9a.75.75 0 010-1.5h10.94l-1.72-1.72a.75.75 0 010-1.06z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"ellipsis-vertical\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M10.5 6a1.5 1.5 0 113 0 1.5 1.5 0 01-3 0zm0 6a1.5 1.5 0 113 0 1.5 1.5 0 01-3 0zm0 6a1.5 1.5 0 113 0 1.5 1.5 0 01-3 0z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"arrow-small-right\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M3.75 12a.75.75 0 01.75-.75h13.19l-5.47-5.47a.75.75 0 011.06-1.06l6.75 6.75a.75.75 0 010 1.06l-6.75 6.75a.75.75 0 11-1.06-1.06l5.47-5.47H4.5a.75.75 0 01-.75-.75z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"user-group\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M8.25 6.75a3.75 3.75 0 117.5 0 3.75 3.75 0 01-7.5 0zM15.75 9.75a3 3 0 116 0 3 3 0 01-6 0zM2.25 9.75a3 3 0 116 0 3 3 0 01-6 0zM6.31 15.117A6.745 6.745 0 0112 12a6.745 6.745 0 016.709 7.498.75.75 0 01-.372.568A12.696 12.696 0 0112 21.75c-2.305 0-4.47-.612-6.337-1.684a.75.75 0 01-.372-.568 6.787 6.787 0 011.019-4.38z\" clip-rule=\"evenodd\"/>  <path d=\"M5.082 14.254a8.287 8.287 0 00-1.308 5.135 9.687 9.687 0 01-1.764-.44l-.115-.04a.563.563 0 01-.373-.487l-.01-.121a3.75 3.75 0 013.57-4.047zM20.226 19.389a8.287 8.287 0 00-1.308-5.135 3.75 3.75 0 013.57 4.047l-.01.121a.563.563 0 01-.373.486l-.115.04c-.567.2-1.156.349-1.764.441z\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"arrow-uturn-right\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M14.47 2.47a.75.75 0 011.06 0l6 6a.75.75 0 010 1.06l-6 6a.75.75 0 11-1.06-1.06l4.72-4.72H9a5.25 5.25 0 100 10.5h3a.75.75 0 010 1.5H9a6.75 6.75 0 010-13.5h10.19l-4.72-4.72a.75.75 0 010-1.06z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"chat-bubble-left\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M4.848 2.771A49.144 49.144 0 0112 2.25c2.43 0 4.817.178 7.152.52 1.978.292 3.348 2.024 3.348 3.97v6.02c0 1.946-1.37 3.678-3.348 3.97-1.94.284-3.916.455-5.922.505a.39.39 0 00-.266.112L8.78 21.53A.75.75 0 017.5 21v-3.955a48.842 48.842 0 01-2.652-.316c-1.978-.29-3.348-2.024-3.348-3.97V6.741c0-1.946 1.37-3.68 3.348-3.97z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"chevron-double-down\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M20.03 4.72a.75.75 0 010 1.06l-7.5 7.5a.75.75 0 01-1.06 0l-7.5-7.5a.75.75 0 011.06-1.06L12 11.69l6.97-6.97a.75.75 0 011.06 0zm0 6a.75.75 0 010 1.06l-7.5 7.5a.75.75 0 01-1.06 0l-7.5-7.5a.75.75 0 111.06-1.06L12 17.69l6.97-6.97a.75.75 0 011.06 0z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"document-plus\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M5.625 1.5H9a3.75 3.75 0 013.75 3.75v1.875c0 1.036.84 1.875 1.875 1.875H16.5a3.75 3.75 0 013.75 3.75v7.875c0 1.035-.84 1.875-1.875 1.875H5.625a1.875 1.875 0 01-1.875-1.875V3.375c0-1.036.84-1.875 1.875-1.875zM12.75 12a.75.75 0 00-1.5 0v2.25H9a.75.75 0 000 1.5h2.25V18a.75.75 0 001.5 0v-2.25H15a.75.75 0 000-1.5h-2.25V12z\" clip-rule=\"evenodd\"/>  <path d=\"M14.25 5.25a5.23 5.23 0 00-1.279-3.434 9.768 9.768 0 016.963 6.963A5.23 5.23 0 0016.5 7.5h-1.875a.375.375 0 01-.375-.375V5.25z\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"x-mark\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M5.47 5.47a.75.75 0 011.06 0L12 10.94l5.47-5.47a.75.75 0 111.06 1.06L13.06 12l5.47 5.47a.75.75 0 11-1.06 1.06L12 13.06l-5.47 5.47a.75.75 0 01-1.06-1.06L10.94 12 5.47 6.53a.75.75 0 010-1.06z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"user-minus\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path d=\"M10.375 2.25a4.125 4.125 0 100 8.25 4.125 4.125 0 000-8.25zM10.375 12a7.125 7.125 0 00-7.124 7.247.75.75 0 00.363.63 13.067 13.067 0 006.761 1.873c2.472 0 4.786-.684 6.76-1.873a.75.75 0 00.364-.63l.001-.12v-.002A7.125 7.125 0 0010.375 12zM16 9.75a.75.75 0 000 1.5h6a.75.75 0 000-1.5h-6z\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"star\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M10.788 3.21c.448-1.077 1.976-1.077 2.424 0l2.082 5.007 5.404.433c1.164.093 1.636 1.545.749 2.305l-4.117 3.527 1.257 5.273c.271 1.136-.964 2.033-1.96 1.425L12 18.354 7.373 21.18c-.996.608-2.231-.29-1.96-1.425l1.257-5.273-4.117-3.527c-.887-.76-.415-2.212.749-2.305l5.404-.433 2.082-5.006z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"arrow-up-on-square-stack\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path d=\"M9.97.97a.75.75 0 011.06 0l3 3a.75.75 0 01-1.06 1.06l-1.72-1.72v3.44h-1.5V3.31L8.03 5.03a.75.75 0 01-1.06-1.06l3-3zM9.75 6.75v6a.75.75 0 001.5 0v-6h3a3 3 0 013 3v7.5a3 3 0 01-3 3h-7.5a3 3 0 01-3-3v-7.5a3 3 0 013-3h3z\"/>  <path d=\"M7.151 21.75a2.999 2.999 0 002.599 1.5h7.5a3 3 0 003-3v-7.5c0-1.11-.603-2.08-1.5-2.599v7.099a4.5 4.5 0 01-4.5 4.5H7.151z\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"arrow-down-on-square\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path d=\"M12 1.5a.75.75 0 01.75.75V7.5h-1.5V2.25A.75.75 0 0112 1.5zM11.25 7.5v5.69l-1.72-1.72a.75.75 0 00-1.06 1.06l3 3a.75.75 0 001.06 0l3-3a.75.75 0 10-1.06-1.06l-1.72 1.72V7.5h3.75a3 3 0 013 3v9a3 3 0 01-3 3h-9a3 3 0 01-3-3v-9a3 3 0 013-3h3.75z\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"printer\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M7.875 1.5C6.839 1.5 6 2.34 6 3.375v2.99c-.426.053-.851.11-1.274.174-1.454.218-2.476 1.483-2.476 2.917v6.294a3 3 0 003 3h.27l-.155 1.705A1.875 1.875 0 007.232 22.5h9.536a1.875 1.875 0 001.867-2.045l-.155-1.705h.27a3 3 0 003-3V9.456c0-1.434-1.022-2.7-2.476-2.917A48.716 48.716 0 0018 6.366V3.375c0-1.036-.84-1.875-1.875-1.875h-8.25zM16.5 6.205v-2.83A.375.375 0 0016.125 3h-8.25a.375.375 0 00-.375.375v2.83a49.353 49.353 0 019 0zm-.217 8.265c.178.018.317.16.333.337l.526 5.784a.375.375 0 01-.374.409H7.232a.375.375 0 01-.374-.409l.526-5.784a.373.373 0 01.333-.337 41.741 41.741 0 018.566 0zm.967-3.97a.75.75 0 01.75-.75h.008a.75.75 0 01.75.75v.008a.75.75 0 01-.75.75H18a.75.75 0 01-.75-.75V10.5zM15 9.75a.75.75 0 00-.75.75v.008c0 .414.336.75.75.75h.008a.75.75 0 00.75-.75V10.5a.75.75 0 00-.75-.75H15z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"building-library\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path d=\"M11.584 2.376a.75.75 0 01.832 0l9 6a.75.75 0 11-.832 1.248L12 3.901 3.416 9.624a.75.75 0 01-.832-1.248l9-6z\"/>  <path fill-rule=\"evenodd\" d=\"M20.25 10.332v9.918H21a.75.75 0 010 1.5H3a.75.75 0 010-1.5h.75v-9.918a.75.75 0 01.634-.74A49.109 49.109 0 0112 9c2.59 0 5.134.202 7.616.592a.75.75 0 01.634.74zm-7.5 2.418a.75.75 0 00-1.5 0v6.75a.75.75 0 001.5 0v-6.75zm3-.75a.75.75 0 01.75.75v6.75a.75.75 0 01-1.5 0v-6.75a.75.75 0 01.75-.75zM9 12.75a.75.75 0 00-1.5 0v6.75a.75.75 0 001.5 0v-6.75z\" clip-rule=\"evenodd\"/>  <path d=\"M12 7.875a1.125 1.125 0 100-2.25 1.125 1.125 0 000 2.25z\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"book-open\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path d=\"M11.25 4.533A9.707 9.707 0 006 3a9.735 9.735 0 00-3.25.555.75.75 0 00-.5.707v14.25a.75.75 0 001 .707A8.237 8.237 0 016 18.75c1.995 0 3.823.707 5.25 1.886V4.533zM12.75 20.636A8.214 8.214 0 0118 18.75c.966 0 1.89.166 2.75.47a.75.75 0 001-.708V4.262a.75.75 0 00-.5-.707A9.735 9.735 0 0018 3a9.707 9.707 0 00-5.25 1.533v16.103z\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"heart\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path d=\"M11.645 20.91l-.007-.003-.022-.012a15.247 15.247 0 01-.383-.218 25.18 25.18 0 01-4.244-3.17C4.688 15.36 2.25 12.174 2.25 8.25 2.25 5.322 4.714 3 7.688 3A5.5 5.5 0 0112 5.052 5.5 5.5 0 0116.313 3c2.973 0 5.437 2.322 5.437 5.25 0 3.925-2.438 7.111-4.739 9.256a25.175 25.175 0 01-4.244 3.17 15.247 15.247 0 01-.383.219l-.022.012-.007.004-.003.001a.752.752 0 01-.704 0l-.003-.001z\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"cog-6-tooth\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M11.078 2.25c-.917 0-1.699.663-1.85 1.567L9.05 4.889c-.02.12-.115.26-.297.348a7.493 7.493 0 00-.986.57c-.166.115-.334.126-.45.083L6.3 5.508a1.875 1.875 0 00-2.282.819l-.922 1.597a1.875 1.875 0 00.432 2.385l.84.692c.095.078.17.229.154.43a7.598 7.598 0 000 1.139c.015.2-.059.352-.153.43l-.841.692a1.875 1.875 0 00-.432 2.385l.922 1.597a1.875 1.875 0 002.282.818l1.019-.382c.115-.043.283-.031.45.082.312.214.641.405.985.57.182.088.277.228.297.35l.178 1.071c.151.904.933 1.567 1.85 1.567h1.844c.916 0 1.699-.663 1.85-1.567l.178-1.072c.02-.12.114-.26.297-.349.344-.165.673-.356.985-.57.167-.114.335-.125.45-.082l1.02.382a1.875 1.875 0 002.28-.819l.923-1.597a1.875 1.875 0 00-.432-2.385l-.84-.692c-.095-.078-.17-.229-.154-.43a7.614 7.614 0 000-1.139c-.016-.2.059-.352.153-.43l.84-.692c.708-.582.891-1.59.433-2.385l-.922-1.597a1.875 1.875 0 00-2.282-.818l-1.02.382c-.114.043-.282.031-.449-.083a7.49 7.49 0 00-.985-.57c-.183-.087-.277-.227-.297-.348l-.179-1.072a1.875 1.875 0 00-1.85-1.567h-1.843zM12 15.75a3.75 3.75 0 100-7.5 3.75 3.75 0 000 7.5z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"share\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M15.75 4.5a3 3 0 11.825 2.066l-8.421 4.679a3.002 3.002 0 010 1.51l8.421 4.679a3 3 0 11-.729 1.31l-8.421-4.678a3 3 0 110-4.132l8.421-4.679a3 3 0 01-.096-.755z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"battery-0\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M.75 9.75a3 3 0 013-3h15a3 3 0 013 3v.038c.856.173 1.5.93 1.5 1.837v2.25c0 .907-.644 1.664-1.5 1.838v.037a3 3 0 01-3 3h-15a3 3 0 01-3-3v-6zm19.5 0a1.5 1.5 0 00-1.5-1.5h-15a1.5 1.5 0 00-1.5 1.5v6a1.5 1.5 0 001.5 1.5h15a1.5 1.5 0 001.5-1.5v-6z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"globe-alt\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path d=\"M21.721 12.752a9.711 9.711 0 00-.945-5.003 12.754 12.754 0 01-4.339 2.708 18.991 18.991 0 01-.214 4.772 17.165 17.165 0 005.498-2.477zM14.634 15.55a17.324 17.324 0 00.332-4.647c-.952.227-1.945.347-2.966.347-1.021 0-2.014-.12-2.966-.347a17.515 17.515 0 00.332 4.647 17.385 17.385 0 005.268 0zM9.772 17.119a18.963 18.963 0 004.456 0A17.182 17.182 0 0112 21.724a17.18 17.18 0 01-2.228-4.605zM7.777 15.23a18.87 18.87 0 01-.214-4.774 12.753 12.753 0 01-4.34-2.708 9.711 9.711 0 00-.944 5.004 17.165 17.165 0 005.498 2.477zM21.356 14.752a9.765 9.765 0 01-7.478 6.817 18.64 18.64 0 001.988-4.718 18.627 18.627 0 005.49-2.098zM2.644 14.752c1.682.971 3.53 1.688 5.49 2.099a18.64 18.64 0 001.988 4.718 9.765 9.765 0 01-7.478-6.816zM13.878 2.43a9.755 9.755 0 016.116 3.986 11.267 11.267 0 01-3.746 2.504 18.63 18.63 0 00-2.37-6.49zM12 2.276a17.152 17.152 0 012.805 7.121c-.897.23-1.837.353-2.805.353-.968 0-1.908-.122-2.805-.353A17.151 17.151 0 0112 2.276zM10.122 2.43a18.629 18.629 0 00-2.37 6.49 11.266 11.266 0 01-3.746-2.504 9.754 9.754 0 016.116-3.985z\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"beaker\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M10.5 3.798v5.02a3 3 0 01-.879 2.121l-2.377 2.377a9.845 9.845 0 015.091 1.013 8.315 8.315 0 005.713.636l.285-.071-3.954-3.955a3 3 0 01-.879-2.121v-5.02a23.614 23.614 0 00-3 0zm4.5.138a.75.75 0 00.093-1.495A24.837 24.837 0 0012 2.25a25.048 25.048 0 00-3.093.191A.75.75 0 009 3.936v4.882a1.5 1.5 0 01-.44 1.06l-6.293 6.294c-1.62 1.621-.903 4.475 1.471 4.88 2.686.46 5.447.698 8.262.698 2.816 0 5.576-.239 8.262-.697 2.373-.406 3.092-3.26 1.47-4.881L15.44 9.879A1.5 1.5 0 0115 8.818V3.936z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"pencil\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path d=\"M21.731 2.269a2.625 2.625 0 00-3.712 0l-1.157 1.157 3.712 3.712 1.157-1.157a2.625 2.625 0 000-3.712zM19.513 8.199l-3.712-3.712-12.15 12.15a5.25 5.25 0 00-1.32 2.214l-.8 2.685a.75.75 0 00.933.933l2.685-.8a5.25 5.25 0 002.214-1.32L19.513 8.2z\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"bell\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M5.25 9a6.75 6.75 0 0113.5 0v.75c0 2.123.8 4.057 2.118 5.52a.75.75 0 01-.297 1.206c-1.544.57-3.16.99-4.831 1.243a3.75 3.75 0 11-7.48 0 24.585 24.585 0 01-4.831-1.244.75.75 0 01-.298-1.205A8.217 8.217 0 005.25 9.75V9zm4.502 8.9a2.25 2.25 0 104.496 0 25.057 25.057 0 01-4.496 0z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"server\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path d=\"M4.08 5.227A3 3 0 016.979 3H17.02a3 3 0 012.9 2.227l2.113 7.926A5.228 5.228 0 0018.75 12H5.25a5.228 5.228 0 00-3.284 1.153L4.08 5.227z\"/>  <path fill-rule=\"evenodd\" d=\"M5.25 13.5a3.75 3.75 0 100 7.5h13.5a3.75 3.75 0 100-7.5H5.25zm10.5 4.5a.75.75 0 100-1.5.75.75 0 000 1.5zm3.75-.75a.75.75 0 11-1.5 0 .75.75 0 011.5 0z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"question-mark-circle\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M2.25 12c0-5.385 4.365-9.75 9.75-9.75s9.75 4.365 9.75 9.75-4.365 9.75-9.75 9.75S2.25 17.385 2.25 12zm11.378-3.917c-.89-.777-2.366-.777-3.255 0a.75.75 0 01-.988-1.129c1.454-1.272 3.776-1.272 5.23 0 1.513 1.324 1.513 3.518 0 4.842a3.75 3.75 0 01-.837.552c-.676.328-1.028.774-1.028 1.152v.75a.75.75 0 01-1.5 0v-.75c0-1.279 1.06-2.107 1.875-2.502.182-.088.351-.199.503-.331.83-.727.83-1.857 0-2.584zM12 18a.75.75 0 100-1.5.75.75 0 000 1.5z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"arrow-left\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M11.03 3.97a.75.75 0 010 1.06l-6.22 6.22H21a.75.75 0 010 1.5H4.81l6.22 6.22a.75.75 0 11-1.06 1.06l-7.5-7.5a.75.75 0 010-1.06l7.5-7.5a.75.75 0 011.06 0z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"eye-slash\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path d=\"M3.53 2.47a.75.75 0 00-1.06 1.06l18 18a.75.75 0 101.06-1.06l-18-18zM22.676 12.553a11.249 11.249 0 01-2.631 4.31l-3.099-3.099a5.25 5.25 0 00-6.71-6.71L7.759 4.577a11.217 11.217 0 014.242-.827c4.97 0 9.185 3.223 10.675 7.69.12.362.12.752 0 1.113z\"/>  <path d=\"M15.75 12c0 .18-.013.357-.037.53l-4.244-4.243A3.75 3.75 0 0115.75 12zM12.53 15.713l-4.243-4.244a3.75 3.75 0 004.243 4.243z\"/>  <path d=\"M6.75 12c0-.619.107-1.213.304-1.764l-3.1-3.1a11.25 11.25 0 00-2.63 4.31c-.12.362-.12.752 0 1.114 1.489 4.467 5.704 7.69 10.675 7.69 1.5 0 2.933-.294 4.242-.827l-2.477-2.477A5.25 5.25 0 016.75 12z\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"currency-euro\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M12 2.25c-5.385 0-9.75 4.365-9.75 9.75s4.365 9.75 9.75 9.75 9.75-4.365 9.75-9.75S17.385 2.25 12 2.25zm-1.902 7.098a3.75 3.75 0 013.903-.884.75.75 0 10.498-1.415A5.25 5.25 0 008.005 9.75H7.5a.75.75 0 000 1.5h.054a5.281 5.281 0 000 1.5H7.5a.75.75 0 000 1.5h.505a5.25 5.25 0 006.494 2.701.75.75 0 00-.498-1.415 3.75 3.75 0 01-4.252-1.286h3.001a.75.75 0 000-1.5H9.075a3.77 3.77 0 010-1.5h3.675a.75.75 0 000-1.5h-3c.105-.14.221-.274.348-.402z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"adjustments-vertical\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path d=\"M6 12a.75.75 0 01-.75-.75v-7.5a.75.75 0 111.5 0v7.5A.75.75 0 016 12zM18 12a.75.75 0 01-.75-.75v-7.5a.75.75 0 011.5 0v7.5A.75.75 0 0118 12zM6.75 20.25v-1.5a.75.75 0 00-1.5 0v1.5a.75.75 0 001.5 0zM18.75 18.75v1.5a.75.75 0 01-1.5 0v-1.5a.75.75 0 011.5 0zM12.75 5.25v-1.5a.75.75 0 00-1.5 0v1.5a.75.75 0 001.5 0zM12 21a.75.75 0 01-.75-.75v-7.5a.75.75 0 011.5 0v7.5A.75.75 0 0112 21zM3.75 15a2.25 2.25 0 104.5 0 2.25 2.25 0 00-4.5 0zM12 11.25a2.25 2.25 0 110-4.5 2.25 2.25 0 010 4.5zM15.75 15a2.25 2.25 0 104.5 0 2.25 2.25 0 00-4.5 0z\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"chevron-up\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M11.47 7.72a.75.75 0 011.06 0l7.5 7.5a.75.75 0 11-1.06 1.06L12 9.31l-6.97 6.97a.75.75 0 01-1.06-1.06l7.5-7.5z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"presentation-chart-bar\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M2.25 2.25a.75.75 0 000 1.5H3v10.5a3 3 0 003 3h1.21l-1.172 3.513a.75.75 0 001.424.474l.329-.987h8.418l.33.987a.75.75 0 001.422-.474l-1.17-3.513H18a3 3 0 003-3V3.75h.75a.75.75 0 000-1.5H2.25zm6.04 16.5l.5-1.5h6.42l.5 1.5H8.29zm7.46-12a.75.75 0 00-1.5 0v6a.75.75 0 001.5 0v-6zm-3 2.25a.75.75 0 00-1.5 0v3.75a.75.75 0 001.5 0V9zm-3 2.25a.75.75 0 00-1.5 0v1.5a.75.75 0 001.5 0v-1.5z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"queue-list\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path d=\"M5.625 3.75a2.625 2.625 0 100 5.25h12.75a2.625 2.625 0 000-5.25H5.625zM3.75 11.25a.75.75 0 000 1.5h16.5a.75.75 0 000-1.5H3.75zM3 15.75a.75.75 0 01.75-.75h16.5a.75.75 0 010 1.5H3.75a.75.75 0 01-.75-.75zM3.75 18.75a.75.75 0 000 1.5h16.5a.75.75 0 000-1.5H3.75z\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"cog-8-tooth\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M11.828 2.25c-.916 0-1.699.663-1.85 1.567l-.091.549a.798.798 0 01-.517.608 7.45 7.45 0 00-.478.198.798.798 0 01-.796-.064l-.453-.324a1.875 1.875 0 00-2.416.2l-.243.243a1.875 1.875 0 00-.2 2.416l.324.453a.798.798 0 01.064.796 7.448 7.448 0 00-.198.478.798.798 0 01-.608.517l-.55.092a1.875 1.875 0 00-1.566 1.849v.344c0 .916.663 1.699 1.567 1.85l.549.091c.281.047.508.25.608.517.06.162.127.321.198.478a.798.798 0 01-.064.796l-.324.453a1.875 1.875 0 00.2 2.416l.243.243c.648.648 1.67.733 2.416.2l.453-.324a.798.798 0 01.796-.064c.157.071.316.137.478.198.267.1.47.327.517.608l.092.55c.15.903.932 1.566 1.849 1.566h.344c.916 0 1.699-.663 1.85-1.567l.091-.549a.798.798 0 01.517-.608 7.52 7.52 0 00.478-.198.798.798 0 01.796.064l.453.324a1.875 1.875 0 002.416-.2l.243-.243c.648-.648.733-1.67.2-2.416l-.324-.453a.798.798 0 01-.064-.796c.071-.157.137-.316.198-.478.1-.267.327-.47.608-.517l.55-.091a1.875 1.875 0 001.566-1.85v-.344c0-.916-.663-1.699-1.567-1.85l-.549-.091a.798.798 0 01-.608-.517 7.507 7.507 0 00-.198-.478.798.798 0 01.064-.796l.324-.453a1.875 1.875 0 00-.2-2.416l-.243-.243a1.875 1.875 0 00-2.416-.2l-.453.324a.798.798 0 01-.796.064 7.462 7.462 0 00-.478-.198.798.798 0 01-.517-.608l-.091-.55a1.875 1.875 0 00-1.85-1.566h-.344zM12 15.75a3.75 3.75 0 100-7.5 3.75 3.75 0 000 7.5z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"ellipsis-horizontal-circle\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M12 2.25c-5.385 0-9.75 4.365-9.75 9.75s4.365 9.75 9.75 9.75 9.75-4.365 9.75-9.75S17.385 2.25 12 2.25zm0 8.625a1.125 1.125 0 100 2.25 1.125 1.125 0 000-2.25zM15.375 12a1.125 1.125 0 112.25 0 1.125 1.125 0 01-2.25 0zM7.5 10.875a1.125 1.125 0 100 2.25 1.125 1.125 0 000-2.25z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"truck\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path d=\"M3.375 4.5C2.339 4.5 1.5 5.34 1.5 6.375V13.5h12V6.375c0-1.036-.84-1.875-1.875-1.875h-8.25zM13.5 15h-12v2.625c0 1.035.84 1.875 1.875 1.875h.375a3 3 0 116 0h3a.75.75 0 00.75-.75V15z\"/>  <path d=\"M8.25 19.5a1.5 1.5 0 10-3 0 1.5 1.5 0 003 0zM15.75 6.75a.75.75 0 00-.75.75v11.25c0 .087.015.17.042.248a3 3 0 015.958.464c.853-.175 1.522-.935 1.464-1.883a18.659 18.659 0 00-3.732-10.104 1.837 1.837 0 00-1.47-.725H15.75z\"/>  <path d=\"M19.5 19.5a1.5 1.5 0 10-3 0 1.5 1.5 0 003 0z\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"folder-open\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path d=\"M19.906 9c.382 0 .749.057 1.094.162V9a3 3 0 00-3-3h-3.879a.75.75 0 01-.53-.22L11.47 3.66A2.25 2.25 0 009.879 3H6a3 3 0 00-3 3v3.162A3.756 3.756 0 014.094 9h15.812zM4.094 10.5a2.25 2.25 0 00-2.227 2.568l.857 6A2.25 2.25 0 004.951 21H19.05a2.25 2.25 0 002.227-1.932l.857-6a2.25 2.25 0 00-2.227-2.568H4.094z\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"tag\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M5.25 2.25a3 3 0 00-3 3v4.318a3 3 0 00.879 2.121l9.58 9.581c.92.92 2.39 1.186 3.548.428a18.849 18.849 0 005.441-5.44c.758-1.16.492-2.629-.428-3.548l-9.58-9.581a3 3 0 00-2.122-.879H5.25zM6.375 7.5a1.125 1.125 0 100-2.25 1.125 1.125 0 000 2.25z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"sun\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path d=\"M12 2.25a.75.75 0 01.75.75v2.25a.75.75 0 01-1.5 0V3a.75.75 0 01.75-.75zM7.5 12a4.5 4.5 0 119 0 4.5 4.5 0 01-9 0zM18.894 6.166a.75.75 0 00-1.06-1.06l-1.591 1.59a.75.75 0 101.06 1.061l1.591-1.59zM21.75 12a.75.75 0 01-.75.75h-2.25a.75.75 0 010-1.5H21a.75.75 0 01.75.75zM17.834 18.894a.75.75 0 001.06-1.06l-1.59-1.591a.75.75 0 10-1.061 1.06l1.59 1.591zM12 18a.75.75 0 01.75.75V21a.75.75 0 01-1.5 0v-2.25A.75.75 0 0112 18zM7.758 17.303a.75.75 0 00-1.061-1.06l-1.591 1.59a.75.75 0 001.06 1.061l1.591-1.59zM6 12a.75.75 0 01-.75.75H3a.75.75 0 010-1.5h2.25A.75.75 0 016 12zM6.697 7.757a.75.75 0 001.06-1.06l-1.59-1.591a.75.75 0 00-1.061 1.06l1.59 1.591z\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"phone\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M1.5 4.5a3 3 0 013-3h1.372c.86 0 1.61.586 1.819 1.42l1.105 4.423a1.875 1.875 0 01-.694 1.955l-1.293.97c-.135.101-.164.249-.126.352a11.285 11.285 0 006.697 6.697c.103.038.25.009.352-.126l.97-1.293a1.875 1.875 0 011.955-.694l4.423 1.105c.834.209 1.42.959 1.42 1.82V19.5a3 3 0 01-3 3h-2.25C8.552 22.5 1.5 15.448 1.5 6.75V4.5z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"phone-x-mark\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M15.22 3.22a.75.75 0 011.06 0L18 4.94l1.72-1.72a.75.75 0 111.06 1.06L19.06 6l1.72 1.72a.75.75 0 01-1.06 1.06L18 7.06l-1.72 1.72a.75.75 0 11-1.06-1.06L16.94 6l-1.72-1.72a.75.75 0 010-1.06zM1.5 4.5a3 3 0 013-3h1.372c.86 0 1.61.586 1.819 1.42l1.105 4.423a1.875 1.875 0 01-.694 1.955l-1.293.97c-.135.101-.164.249-.126.352a11.285 11.285 0 006.697 6.697c.103.038.25.009.352-.126l.97-1.293a1.875 1.875 0 011.955-.694l4.423 1.105c.834.209 1.42.959 1.42 1.82V19.5a3 3 0 01-3 3h-2.25C8.552 22.5 1.5 15.448 1.5 6.75V4.5z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"table-cells\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M1.5 5.625c0-1.036.84-1.875 1.875-1.875h17.25c1.035 0 1.875.84 1.875 1.875v12.75c0 1.035-.84 1.875-1.875 1.875H3.375A1.875 1.875 0 011.5 18.375V5.625zM21 9.375A.375.375 0 0020.625 9h-7.5a.375.375 0 00-.375.375v1.5c0 .207.168.375.375.375h7.5a.375.375 0 00.375-.375v-1.5zm0 3.75a.375.375 0 00-.375-.375h-7.5a.375.375 0 00-.375.375v1.5c0 .207.168.375.375.375h7.5a.375.375 0 00.375-.375v-1.5zm0 3.75a.375.375 0 00-.375-.375h-7.5a.375.375 0 00-.375.375v1.5c0 .207.168.375.375.375h7.5a.375.375 0 00.375-.375v-1.5zM10.875 18.75a.375.375 0 00.375-.375v-1.5a.375.375 0 00-.375-.375h-7.5a.375.375 0 00-.375.375v1.5c0 .207.168.375.375.375h7.5zM3.375 15h7.5a.375.375 0 00.375-.375v-1.5a.375.375 0 00-.375-.375h-7.5a.375.375 0 00-.375.375v1.5c0 .207.168.375.375.375zm0-3.75h7.5a.375.375 0 00.375-.375v-1.5A.375.375 0 0010.875 9h-7.5A.375.375 0 003 9.375v1.5c0 .207.168.375.375.375z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"currency-rupee\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M12 2.25c-5.385 0-9.75 4.365-9.75 9.75s4.365 9.75 9.75 9.75 9.75-4.365 9.75-9.75S17.385 2.25 12 2.25zM9 7.5A.75.75 0 009 9h1.5c.98 0 1.813.626 2.122 1.5H9A.75.75 0 009 12h3.622a2.251 2.251 0 01-2.122 1.5H9a.75.75 0 00-.53 1.28l3 3a.75.75 0 101.06-1.06L10.8 14.988A3.752 3.752 0 0014.175 12H15a.75.75 0 000-1.5h-.825A3.733 3.733 0 0013.5 9H15a.75.75 0 000-1.5H9z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"chevron-up-down\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M11.47 4.72a.75.75 0 011.06 0l3.75 3.75a.75.75 0 01-1.06 1.06L12 6.31 8.78 9.53a.75.75 0 01-1.06-1.06l3.75-3.75zm-3.75 9.75a.75.75 0 011.06 0L12 17.69l3.22-3.22a.75.75 0 111.06 1.06l-3.75 3.75a.75.75 0 01-1.06 0l-3.75-3.75a.75.75 0 010-1.06z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"square-3-stack-3d\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path d=\"M11.644 1.59a.75.75 0 01.712 0l9.75 5.25a.75.75 0 010 1.32l-9.75 5.25a.75.75 0 01-.712 0l-9.75-5.25a.75.75 0 010-1.32l9.75-5.25z\"/>  <path d=\"M3.265 10.602l7.668 4.129a2.25 2.25 0 002.134 0l7.668-4.13 1.37.739a.75.75 0 010 1.32l-9.75 5.25a.75.75 0 01-.71 0l-9.75-5.25a.75.75 0 010-1.32l1.37-.738z\"/>  <path d=\"M10.933 19.231l-7.668-4.13-1.37.739a.75.75 0 000 1.32l9.75 5.25c.221.12.489.12.71 0l9.75-5.25a.75.75 0 000-1.32l-1.37-.738-7.668 4.13a2.25 2.25 0 01-2.134-.001z\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"newspaper\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M4.125 3C3.089 3 2.25 3.84 2.25 4.875V18a3 3 0 003 3h15a3 3 0 01-3-3V4.875C17.25 3.839 16.41 3 15.375 3H4.125zM12 9.75a.75.75 0 000 1.5h1.5a.75.75 0 000-1.5H12zm-.75-2.25a.75.75 0 01.75-.75h1.5a.75.75 0 010 1.5H12a.75.75 0 01-.75-.75zM6 12.75a.75.75 0 000 1.5h7.5a.75.75 0 000-1.5H6zm-.75 3.75a.75.75 0 01.75-.75h7.5a.75.75 0 010 1.5H6a.75.75 0 01-.75-.75zM6 6.75a.75.75 0 00-.75.75v3c0 .414.336.75.75.75h3a.75.75 0 00.75-.75v-3A.75.75 0 009 6.75H6z\" clip-rule=\"evenodd\"/>  <path d=\"M18.75 6.75h1.875c.621 0 1.125.504 1.125 1.125V18a1.5 1.5 0 01-3 0V6.75z\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"arrows-right-left\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M15.97 2.47a.75.75 0 011.06 0l4.5 4.5a.75.75 0 010 1.06l-4.5 4.5a.75.75 0 11-1.06-1.06l3.22-3.22H7.5a.75.75 0 010-1.5h11.69l-3.22-3.22a.75.75 0 010-1.06zm-7.94 9a.75.75 0 010 1.06l-3.22 3.22H16.5a.75.75 0 010 1.5H4.81l3.22 3.22a.75.75 0 11-1.06 1.06l-4.5-4.5a.75.75 0 010-1.06l4.5-4.5a.75.75 0 011.06 0z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"exclamation-circle\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M2.25 12c0-5.385 4.365-9.75 9.75-9.75s9.75 4.365 9.75 9.75-4.365 9.75-9.75 9.75S2.25 17.385 2.25 12zM12 8.25a.75.75 0 01.75.75v3.75a.75.75 0 01-1.5 0V9a.75.75 0 01.75-.75zm0 8.25a.75.75 0 100-1.5.75.75 0 000 1.5z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"tv\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path d=\"M19.5 6h-15v9h15V6z\"/>  <path fill-rule=\"evenodd\" d=\"M3.375 3C2.339 3 1.5 3.84 1.5 4.875v11.25C1.5 17.16 2.34 18 3.375 18H9.75v1.5H6A.75.75 0 006 21h12a.75.75 0 000-1.5h-3.75V18h6.375c1.035 0 1.875-.84 1.875-1.875V4.875C22.5 3.839 21.66 3 20.625 3H3.375zm0 13.5h17.25a.375.375 0 00.375-.375V4.875a.375.375 0 00-.375-.375H3.375A.375.375 0 003 4.875v11.25c0 .207.168.375.375.375z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"globe-asia-australia\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path d=\"M15.75 8.25a.75.75 0 01.75.75c0 1.12-.492 2.126-1.27 2.812a.75.75 0 11-.992-1.124A2.243 2.243 0 0015 9a.75.75 0 01.75-.75z\"/>  <path fill-rule=\"evenodd\" d=\"M12 2.25c-5.385 0-9.75 4.365-9.75 9.75s4.365 9.75 9.75 9.75 9.75-4.365 9.75-9.75S17.385 2.25 12 2.25zM4.575 15.6a8.25 8.25 0 009.348 4.425 1.966 1.966 0 00-1.84-1.275.983.983 0 01-.97-.822l-.073-.437c-.094-.565.25-1.11.8-1.267l.99-.282c.427-.123.783-.418.982-.816l.036-.073a1.453 1.453 0 012.328-.377L16.5 15h.628a2.25 2.25 0 011.983 1.186 8.25 8.25 0 00-6.345-12.4c.044.262.18.503.389.676l1.068.89c.442.369.535 1.01.216 1.49l-.51.766a2.25 2.25 0 01-1.161.886l-.143.048a1.107 1.107 0 00-.57 1.664c.369.555.169 1.307-.427 1.605L9 13.125l.423 1.059a.956.956 0 01-1.652.928l-.679-.906a1.125 1.125 0 00-1.906.172L4.575 15.6z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"trophy\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M5.166 2.621v.858c-1.035.148-2.059.33-3.071.543a.75.75 0 00-.584.859 6.753 6.753 0 006.138 5.6 6.73 6.73 0 002.743 1.346A6.707 6.707 0 019.279 15H8.54c-1.036 0-1.875.84-1.875 1.875V19.5h-.75a2.25 2.25 0 00-2.25 2.25c0 .414.336.75.75.75h15a.75.75 0 00.75-.75 2.25 2.25 0 00-2.25-2.25h-.75v-2.625c0-1.036-.84-1.875-1.875-1.875h-.739a6.706 6.706 0 01-1.112-3.173 6.73 6.73 0 002.743-1.347 6.753 6.753 0 006.139-5.6.75.75 0 00-.585-.858 47.077 47.077 0 00-3.07-.543V2.62a.75.75 0 00-.658-.744 49.22 49.22 0 00-6.093-.377c-2.063 0-4.096.128-6.093.377a.75.75 0 00-.657.744zm0 2.629c0 1.196.312 2.32.857 3.294A5.266 5.266 0 013.16 5.337a45.6 45.6 0 012.006-.343v.256zm13.5 0v-.256c.674.1 1.343.214 2.006.343a5.265 5.265 0 01-2.863 3.207 6.72 6.72 0 00.857-3.294z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"face-frown\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M12 2.25c-5.385 0-9.75 4.365-9.75 9.75s4.365 9.75 9.75 9.75 9.75-4.365 9.75-9.75S17.385 2.25 12 2.25zm-2.625 6c-.54 0-.828.419-.936.634a1.96 1.96 0 00-.189.866c0 .298.059.605.189.866.108.215.395.634.936.634.54 0 .828-.419.936-.634.13-.26.189-.568.189-.866 0-.298-.059-.605-.189-.866-.108-.215-.395-.634-.936-.634zm4.314.634c.108-.215.395-.634.936-.634.54 0 .828.419.936.634.13.26.189.568.189.866 0 .298-.059.605-.189.866-.108.215-.395.634-.936.634-.54 0-.828-.419-.936-.634a1.96 1.96 0 01-.189-.866c0-.298.059-.605.189-.866zm-4.34 7.964a.75.75 0 01-1.061-1.06 5.236 5.236 0 013.73-1.538 5.236 5.236 0 013.695 1.538.75.75 0 11-1.061 1.06 3.736 3.736 0 00-2.639-1.098 3.736 3.736 0 00-2.664 1.098z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"clipboard-document-check\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M7.502 6h7.128A3.375 3.375 0 0118 9.375v9.375a3 3 0 003-3V6.108c0-1.505-1.125-2.811-2.664-2.94a48.972 48.972 0 00-.673-.05A3 3 0 0015 1.5h-1.5a3 3 0 00-2.663 1.618c-.225.015-.45.032-.673.05C8.662 3.295 7.554 4.542 7.502 6zM13.5 3A1.5 1.5 0 0012 4.5h4.5A1.5 1.5 0 0015 3h-1.5z\" clip-rule=\"evenodd\"/>  <path fill-rule=\"evenodd\" d=\"M3 9.375C3 8.339 3.84 7.5 4.875 7.5h9.75c1.036 0 1.875.84 1.875 1.875v11.25c0 1.035-.84 1.875-1.875 1.875h-9.75A1.875 1.875 0 013 20.625V9.375zm9.586 4.594a.75.75 0 00-1.172-.938l-2.476 3.096-.908-.907a.75.75 0 00-1.06 1.06l1.5 1.5a.75.75 0 001.116-.062l3-3.75z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"arrow-long-up\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M11.47 2.47a.75.75 0 011.06 0l3.75 3.75a.75.75 0 01-1.06 1.06l-2.47-2.47V21a.75.75 0 01-1.5 0V4.81L8.78 7.28a.75.75 0 01-1.06-1.06l3.75-3.75z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"bookmark-square\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M6 3a3 3 0 00-3 3v12a3 3 0 003 3h12a3 3 0 003-3V6a3 3 0 00-3-3H6zm1.5 1.5a.75.75 0 00-.75.75V16.5a.75.75 0 001.085.67L12 15.089l4.165 2.083a.75.75 0 001.085-.671V5.25a.75.75 0 00-.75-.75h-9z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"hand-thumb-down\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path d=\"M15.73 5.25h1.035A7.465 7.465 0 0118 9.375a7.465 7.465 0 01-1.235 4.125h-.148c-.806 0-1.534.446-2.031 1.08a9.04 9.04 0 01-2.861 2.4c-.723.384-1.35.956-1.653 1.715a4.498 4.498 0 00-.322 1.672V21a.75.75 0 01-.75.75 2.25 2.25 0 01-2.25-2.25c0-1.152.26-2.243.723-3.218C7.74 15.724 7.366 15 6.748 15H3.622c-1.026 0-1.945-.694-2.054-1.715A12.134 12.134 0 011.5 12c0-2.848.992-5.464 2.649-7.521.388-.482.987-.729 1.605-.729H9.77a4.5 4.5 0 011.423.23l3.114 1.04a4.5 4.5 0 001.423.23zM21.669 13.773c.536-1.362.831-2.845.831-4.398 0-1.22-.182-2.398-.52-3.507-.26-.85-1.084-1.368-1.973-1.368H19.1c-.445 0-.72.498-.523.898.591 1.2.924 2.55.924 3.977a8.959 8.959 0 01-1.302 4.666c-.245.403.028.959.5.959h1.053c.832 0 1.612-.453 1.918-1.227z\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"minus-small\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M5.25 12a.75.75 0 01.75-.75h12a.75.75 0 010 1.5H6a.75.75 0 01-.75-.75z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"bars-arrow-down\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M2.25 4.5A.75.75 0 013 3.75h14.25a.75.75 0 010 1.5H3a.75.75 0 01-.75-.75zm0 4.5A.75.75 0 013 8.25h9.75a.75.75 0 010 1.5H3A.75.75 0 012.25 9zm15-.75A.75.75 0 0118 9v10.19l2.47-2.47a.75.75 0 111.06 1.06l-3.75 3.75a.75.75 0 01-1.06 0l-3.75-3.75a.75.75 0 111.06-1.06l2.47 2.47V9a.75.75 0 01.75-.75zm-15 5.25a.75.75 0 01.75-.75h9.75a.75.75 0 010 1.5H3a.75.75 0 01-.75-.75z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"chevron-left\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M7.72 12.53a.75.75 0 010-1.06l7.5-7.5a.75.75 0 111.06 1.06L9.31 12l6.97 6.97a.75.75 0 11-1.06 1.06l-7.5-7.5z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"bookmark\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M6.32 2.577a49.255 49.255 0 0111.36 0c1.497.174 2.57 1.46 2.57 2.93V21a.75.75 0 01-1.085.67L12 18.089l-7.165 3.583A.75.75 0 013.75 21V5.507c0-1.47 1.073-2.756 2.57-2.93z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"building-office-2\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M3 2.25a.75.75 0 000 1.5v16.5h-.75a.75.75 0 000 1.5H15v-18a.75.75 0 000-1.5H3zM6.75 19.5v-2.25a.75.75 0 01.75-.75h3a.75.75 0 01.75.75v2.25a.75.75 0 01-.75.75h-3a.75.75 0 01-.75-.75zM6 6.75A.75.75 0 016.75 6h.75a.75.75 0 010 1.5h-.75A.75.75 0 016 6.75zM6.75 9a.75.75 0 000 1.5h.75a.75.75 0 000-1.5h-.75zM6 12.75a.75.75 0 01.75-.75h.75a.75.75 0 010 1.5h-.75a.75.75 0 01-.75-.75zM10.5 6a.75.75 0 000 1.5h.75a.75.75 0 000-1.5h-.75zm-.75 3.75A.75.75 0 0110.5 9h.75a.75.75 0 010 1.5h-.75a.75.75 0 01-.75-.75zM10.5 12a.75.75 0 000 1.5h.75a.75.75 0 000-1.5h-.75zM16.5 6.75v15h5.25a.75.75 0 000-1.5H21v-12a.75.75 0 000-1.5h-4.5zm1.5 4.5a.75.75 0 01.75-.75h.008a.75.75 0 01.75.75v.008a.75.75 0 01-.75.75h-.008a.75.75 0 01-.75-.75v-.008zm.75 2.25a.75.75 0 00-.75.75v.008c0 .414.336.75.75.75h.008a.75.75 0 00.75-.75v-.008a.75.75 0 00-.75-.75h-.008zM18 17.25a.75.75 0 01.75-.75h.008a.75.75 0 01.75.75v.008a.75.75 0 01-.75.75h-.008a.75.75 0 01-.75-.75v-.008z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"cog\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path d=\"M17.004 10.407c.138.435-.216.842-.672.842h-3.465a.75.75 0 01-.65-.375l-1.732-3c-.229-.396-.053-.907.393-1.004a5.252 5.252 0 016.126 3.537zM8.12 8.464c.307-.338.838-.235 1.066.16l1.732 3a.75.75 0 010 .75l-1.732 3.001c-.229.396-.76.498-1.067.16A5.231 5.231 0 016.75 12c0-1.362.519-2.603 1.37-3.536zM10.878 17.13c-.447-.097-.623-.608-.394-1.003l1.733-3.003a.75.75 0 01.65-.375h3.465c.457 0 .81.408.672.843a5.252 5.252 0 01-6.126 3.538z\"/>  <path fill-rule=\"evenodd\" d=\"M21 12.75a.75.75 0 000-1.5h-.783a8.22 8.22 0 00-.237-1.357l.734-.267a.75.75 0 10-.513-1.41l-.735.268a8.24 8.24 0 00-.689-1.191l.6-.504a.75.75 0 10-.964-1.149l-.6.504a8.3 8.3 0 00-1.054-.885l.391-.678a.75.75 0 10-1.299-.75l-.39.677a8.188 8.188 0 00-1.295-.471l.136-.77a.75.75 0 00-1.477-.26l-.136.77a8.364 8.364 0 00-1.377 0l-.136-.77a.75.75 0 10-1.477.26l.136.77c-.448.121-.88.28-1.294.47l-.39-.676a.75.75 0 00-1.3.75l.392.678a8.29 8.29 0 00-1.054.885l-.6-.504a.75.75 0 00-.965 1.149l.6.503a8.243 8.243 0 00-.689 1.192L3.8 8.217a.75.75 0 10-.513 1.41l.735.267a8.222 8.222 0 00-.238 1.355h-.783a.75.75 0 000 1.5h.783c.042.464.122.917.238 1.356l-.735.268a.75.75 0 10.513 1.41l.735-.268c.197.417.428.816.69 1.192l-.6.504a.75.75 0 10.963 1.149l.601-.505c.326.323.679.62 1.054.885l-.392.68a.75.75 0 101.3.75l.39-.679c.414.192.847.35 1.294.471l-.136.771a.75.75 0 101.477.26l.137-.772a8.376 8.376 0 001.376 0l.136.773a.75.75 0 101.477-.26l-.136-.772a8.19 8.19 0 001.294-.47l.391.677a.75.75 0 101.3-.75l-.393-.679a8.282 8.282 0 001.054-.885l.601.504a.75.75 0 10.964-1.15l-.6-.503a8.24 8.24 0 00.69-1.191l.735.268a.75.75 0 10.512-1.41l-.734-.268c.115-.438.195-.892.237-1.356h.784zm-2.657-3.06a6.744 6.744 0 00-1.19-2.053 6.784 6.784 0 00-1.82-1.51A6.704 6.704 0 0012 5.25a6.801 6.801 0 00-1.225.111 6.7 6.7 0 00-2.15.792 6.784 6.784 0 00-2.952 3.489.758.758 0 01-.036.099A6.74 6.74 0 005.251 12a6.739 6.739 0 003.355 5.835l.01.006.01.005a6.706 6.706 0 002.203.802c.007 0 .014.002.021.004a6.792 6.792 0 002.301 0l.022-.004a6.707 6.707 0 002.228-.816 6.781 6.781 0 001.762-1.483l.009-.01.009-.012a6.744 6.744 0 001.18-2.064c.253-.708.39-1.47.39-2.264a6.74 6.74 0 00-.408-2.308z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"scissors\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M8.128 9.155a3.751 3.751 0 11.713-1.321l1.136.656a.75.75 0 01.222 1.104l-.006.007a.75.75 0 01-1.032.157 1.421 1.421 0 00-.113-.072l-.92-.531zm-4.827-3.53a2.25 2.25 0 013.994 2.063.756.756 0 00-.122.23 2.25 2.25 0 01-3.872-2.293zM13.348 8.272a5.073 5.073 0 00-3.428 3.57c-.101.387-.158.79-.165 1.202a1.415 1.415 0 01-.707 1.201l-.96.554a3.751 3.751 0 10.734 1.309l13.729-7.926a.75.75 0 00-.181-1.374l-.803-.215a5.25 5.25 0 00-2.894.05l-5.325 1.629zm-9.223 7.03a2.25 2.25 0 102.25 3.897 2.25 2.25 0 00-2.25-3.897zM12 12.75a.75.75 0 100-1.5.75.75 0 000 1.5z\" clip-rule=\"evenodd\"/>  <path d=\"M16.372 12.615a.75.75 0 01.75 0l5.43 3.135a.75.75 0 01-.182 1.374l-.802.215a5.25 5.25 0 01-2.894-.051l-5.147-1.574a.75.75 0 01-.156-1.367l3-1.732z\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"archive-box\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path d=\"M3.375 3C2.339 3 1.5 3.84 1.5 4.875v.75c0 1.036.84 1.875 1.875 1.875h17.25c1.035 0 1.875-.84 1.875-1.875v-.75C22.5 3.839 21.66 3 20.625 3H3.375z\"/>  <path fill-rule=\"evenodd\" d=\"M3.087 9l.54 9.176A3 3 0 006.62 21h10.757a3 3 0 002.995-2.824L20.913 9H3.087zm6.163 3.75A.75.75 0 0110 12h4a.75.75 0 010 1.5h-4a.75.75 0 01-.75-.75z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"musical-note\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M19.952 1.651a.75.75 0 01.298.599V16.303a3 3 0 01-2.176 2.884l-1.32.377a2.553 2.553 0 11-1.403-4.909l2.311-.66a1.5 1.5 0 001.088-1.442V6.994l-9 2.572v9.737a3 3 0 01-2.176 2.884l-1.32.377a2.553 2.553 0 11-1.402-4.909l2.31-.66a1.5 1.5 0 001.088-1.442V9.017 5.25a.75.75 0 01.544-.721l10.5-3a.75.75 0 01.658.122z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"exclamation-triangle\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M9.401 3.003c1.155-2 4.043-2 5.197 0l7.355 12.748c1.154 2-.29 4.5-2.599 4.5H4.645c-2.309 0-3.752-2.5-2.598-4.5L9.4 3.003zM12 8.25a.75.75 0 01.75.75v3.75a.75.75 0 01-1.5 0V9a.75.75 0 01.75-.75zm0 8.25a.75.75 0 100-1.5.75.75 0 000 1.5z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"bars-2\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M3 9a.75.75 0 01.75-.75h16.5a.75.75 0 010 1.5H3.75A.75.75 0 013 9zm0 6.75a.75.75 0 01.75-.75h16.5a.75.75 0 010 1.5H3.75a.75.75 0 01-.75-.75z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"arrow-long-down\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M12 2.25a.75.75 0 01.75.75v16.19l2.47-2.47a.75.75 0 111.06 1.06l-3.75 3.75a.75.75 0 01-1.06 0l-3.75-3.75a.75.75 0 111.06-1.06l2.47 2.47V3a.75.75 0 01.75-.75z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"hand-raised\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path d=\"M10.5 1.875a1.125 1.125 0 012.25 0v8.219c.517.162 1.02.382 1.5.659V3.375a1.125 1.125 0 012.25 0v10.937a4.505 4.505 0 00-3.25 2.373 8.963 8.963 0 014-.935A.75.75 0 0018 15v-2.266a3.368 3.368 0 01.988-2.37 1.125 1.125 0 011.591 1.59 1.118 1.118 0 00-.329.79v3.006h-.005a6 6 0 01-1.752 4.007l-1.736 1.736a6 6 0 01-4.242 1.757H10.5a7.5 7.5 0 01-7.5-7.5V6.375a1.125 1.125 0 012.25 0v5.519c.46-.452.965-.832 1.5-1.141V3.375a1.125 1.125 0 012.25 0v6.526c.495-.1.997-.151 1.5-.151V1.875z\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"lifebuoy\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M19.449 8.448L16.388 11a4.52 4.52 0 010 2.002l3.061 2.55a8.275 8.275 0 000-7.103zM15.552 19.45L13 16.388a4.52 4.52 0 01-2.002 0l-2.55 3.061a8.275 8.275 0 007.103 0zM4.55 15.552L7.612 13a4.52 4.52 0 010-2.002L4.551 8.45a8.275 8.275 0 000 7.103zM8.448 4.55L11 7.612a4.52 4.52 0 012.002 0l2.55-3.061a8.275 8.275 0 00-7.103 0zm8.657-.86a9.776 9.776 0 011.79 1.415 9.776 9.776 0 011.414 1.788 9.764 9.764 0 010 10.211 9.777 9.777 0 01-1.415 1.79 9.777 9.777 0 01-1.788 1.414 9.764 9.764 0 01-10.212 0 9.776 9.776 0 01-1.788-1.415 9.776 9.776 0 01-1.415-1.788 9.764 9.764 0 010-10.212 9.774 9.774 0 011.415-1.788A9.774 9.774 0 016.894 3.69a9.764 9.764 0 0110.211 0zM14.121 9.88a2.985 2.985 0 00-1.11-.704 3.015 3.015 0 00-2.022 0 2.985 2.985 0 00-1.11.704c-.326.325-.56.705-.704 1.11a3.015 3.015 0 000 2.022c.144.405.378.785.704 1.11.325.326.705.56 1.11.704.652.233 1.37.233 2.022 0a2.985 2.985 0 001.11-.704c.326-.325.56-.705.704-1.11a3.016 3.016 0 000-2.022 2.985 2.985 0 00-.704-1.11z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"device-tablet\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path d=\"M10.5 18a.75.75 0 000 1.5h3a.75.75 0 000-1.5h-3z\"/>  <path fill-rule=\"evenodd\" d=\"M7.125 1.5A3.375 3.375 0 003.75 4.875v14.25A3.375 3.375 0 007.125 22.5h9.75a3.375 3.375 0 003.375-3.375V4.875A3.375 3.375 0 0016.875 1.5h-9.75zM6 4.875c0-.621.504-1.125 1.125-1.125h9.75c.621 0 1.125.504 1.125 1.125v14.25c0 .621-.504 1.125-1.125 1.125h-9.75A1.125 1.125 0 016 19.125V4.875z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"plus-circle\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M12 2.25c-5.385 0-9.75 4.365-9.75 9.75s4.365 9.75 9.75 9.75 9.75-4.365 9.75-9.75S17.385 2.25 12 2.25zM12.75 9a.75.75 0 00-1.5 0v2.25H9a.75.75 0 000 1.5h2.25V15a.75.75 0 001.5 0v-2.25H15a.75.75 0 000-1.5h-2.25V9z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"trash\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M16.5 4.478v.227a48.816 48.816 0 013.878.512.75.75 0 11-.256 1.478l-.209-.035-1.005 13.07a3 3 0 01-2.991 2.77H8.084a3 3 0 01-2.991-2.77L4.087 6.66l-.209.035a.75.75 0 01-.256-1.478A48.567 48.567 0 017.5 4.705v-.227c0-1.564 1.213-2.9 2.816-2.951a52.662 52.662 0 013.369 0c1.603.051 2.815 1.387 2.815 2.951zm-6.136-1.452a51.196 51.196 0 013.273 0C14.39 3.05 15 3.684 15 4.478v.113a49.488 49.488 0 00-6 0v-.113c0-.794.609-1.428 1.364-1.452zm-.355 5.945a.75.75 0 10-1.5.058l.347 9a.75.75 0 101.499-.058l-.346-9zm5.48.058a.75.75 0 10-1.498-.058l-.347 9a.75.75 0 001.5.058l.345-9z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"adjustments-horizontal\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path d=\"M18.75 12.75h1.5a.75.75 0 000-1.5h-1.5a.75.75 0 000 1.5zM12 6a.75.75 0 01.75-.75h7.5a.75.75 0 010 1.5h-7.5A.75.75 0 0112 6zM12 18a.75.75 0 01.75-.75h7.5a.75.75 0 010 1.5h-7.5A.75.75 0 0112 18zM3.75 6.75h1.5a.75.75 0 100-1.5h-1.5a.75.75 0 000 1.5zM5.25 18.75h-1.5a.75.75 0 010-1.5h1.5a.75.75 0 010 1.5zM3 12a.75.75 0 01.75-.75h7.5a.75.75 0 010 1.5h-7.5A.75.75 0 013 12zM9 3.75a2.25 2.25 0 100 4.5 2.25 2.25 0 000-4.5zM12.75 12a2.25 2.25 0 114.5 0 2.25 2.25 0 01-4.5 0zM9 15.75a2.25 2.25 0 100 4.5 2.25 2.25 0 000-4.5z\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"arrow-down-circle\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M12 2.25c-5.385 0-9.75 4.365-9.75 9.75s4.365 9.75 9.75 9.75 9.75-4.365 9.75-9.75S17.385 2.25 12 2.25zm-.53 14.03a.75.75 0 001.06 0l3-3a.75.75 0 10-1.06-1.06l-1.72 1.72V8.25a.75.75 0 00-1.5 0v5.69l-1.72-1.72a.75.75 0 00-1.06 1.06l3 3z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"cake\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path d=\"M15 1.784l-.796.796a1.125 1.125 0 101.591 0L15 1.784zM12 1.784l-.796.796a1.125 1.125 0 101.591 0L12 1.784zM9 1.784l-.796.796a1.125 1.125 0 101.591 0L9 1.784zM9.75 7.547c.498-.02.998-.035 1.5-.042V6.75a.75.75 0 011.5 0v.755c.502.007 1.002.021 1.5.042V6.75a.75.75 0 011.5 0v.88l.307.022c1.55.117 2.693 1.427 2.693 2.946v1.018a62.182 62.182 0 00-13.5 0v-1.018c0-1.519 1.143-2.829 2.693-2.946l.307-.022v-.88a.75.75 0 011.5 0v.797zM12 12.75c-2.472 0-4.9.184-7.274.54-1.454.217-2.476 1.482-2.476 2.916v.384a4.104 4.104 0 012.585.364 2.605 2.605 0 002.33 0 4.104 4.104 0 013.67 0 2.605 2.605 0 002.33 0 4.104 4.104 0 013.67 0 2.605 2.605 0 002.33 0 4.104 4.104 0 012.585-.364v-.384c0-1.434-1.022-2.7-2.476-2.917A49.138 49.138 0 0012 12.75zM21.75 18.131a2.604 2.604 0 00-1.915.165 4.104 4.104 0 01-3.67 0 2.604 2.604 0 00-2.33 0 4.104 4.104 0 01-3.67 0 2.604 2.604 0 00-2.33 0 4.104 4.104 0 01-3.67 0 2.604 2.604 0 00-1.915-.165v2.494c0 1.036.84 1.875 1.875 1.875h15.75c1.035 0 1.875-.84 1.875-1.875v-2.494z\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"arrow-trending-up\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M15.22 6.268a.75.75 0 01.968-.432l5.942 2.28a.75.75 0 01.431.97l-2.28 5.941a.75.75 0 11-1.4-.537l1.63-4.251-1.086.483a11.2 11.2 0 00-5.45 5.174.75.75 0 01-1.199.19L9 12.31l-6.22 6.22a.75.75 0 11-1.06-1.06l6.75-6.75a.75.75 0 011.06 0l3.606 3.605a12.694 12.694 0 015.68-4.973l1.086-.484-4.251-1.631a.75.75 0 01-.432-.97z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"wallet\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path d=\"M2.273 5.625A4.483 4.483 0 015.25 4.5h13.5c1.141 0 2.183.425 2.977 1.125A3 3 0 0018.75 3H5.25a3 3 0 00-2.977 2.625zM2.273 8.625A4.483 4.483 0 015.25 7.5h13.5c1.141 0 2.183.425 2.977 1.125A3 3 0 0018.75 6H5.25a3 3 0 00-2.977 2.625zM5.25 9a3 3 0 00-3 3v6a3 3 0 003 3h13.5a3 3 0 003-3v-6a3 3 0 00-3-3H15a.75.75 0 00-.75.75 2.25 2.25 0 01-4.5 0A.75.75 0 009 9H5.25z\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"play\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M4.5 5.653c0-1.426 1.529-2.33 2.779-1.643l11.54 6.348c1.295.712 1.295 2.573 0 3.285L7.28 19.991c-1.25.687-2.779-.217-2.779-1.643V5.653z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"speaker-wave\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path d=\"M13.5 4.06c0-1.336-1.616-2.005-2.56-1.06l-4.5 4.5H4.508c-1.141 0-2.318.664-2.66 1.905A9.76 9.76 0 001.5 12c0 .898.121 1.768.35 2.595.341 1.24 1.518 1.905 2.659 1.905h1.93l4.5 4.5c.945.945 2.561.276 2.561-1.06V4.06zM18.584 5.106a.75.75 0 011.06 0c3.808 3.807 3.808 9.98 0 13.788a.75.75 0 11-1.06-1.06 8.25 8.25 0 000-11.668.75.75 0 010-1.06z\"/>  <path d=\"M15.932 7.757a.75.75 0 011.061 0 6 6 0 010 8.486.75.75 0 01-1.06-1.061 4.5 4.5 0 000-6.364.75.75 0 010-1.06z\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"document-magnifying-glass\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path d=\"M11.625 16.5a1.875 1.875 0 100-3.75 1.875 1.875 0 000 3.75z\"/>  <path fill-rule=\"evenodd\" d=\"M5.625 1.5H9a3.75 3.75 0 013.75 3.75v1.875c0 1.036.84 1.875 1.875 1.875H16.5a3.75 3.75 0 013.75 3.75v7.875c0 1.035-.84 1.875-1.875 1.875H5.625a1.875 1.875 0 01-1.875-1.875V3.375c0-1.036.84-1.875 1.875-1.875zm6 16.5c.66 0 1.277-.19 1.797-.518l1.048 1.048a.75.75 0 001.06-1.06l-1.047-1.048A3.375 3.375 0 1011.625 18z\" clip-rule=\"evenodd\"/>  <path d=\"M14.25 5.25a5.23 5.23 0 00-1.279-3.434 9.768 9.768 0 016.963 6.963A5.23 5.23 0 0016.5 7.5h-1.875a.375.375 0 01-.375-.375V5.25z\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"chart-bar\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path d=\"M18.375 2.25c-1.035 0-1.875.84-1.875 1.875v15.75c0 1.035.84 1.875 1.875 1.875h.75c1.035 0 1.875-.84 1.875-1.875V4.125c0-1.036-.84-1.875-1.875-1.875h-.75zM9.75 8.625c0-1.036.84-1.875 1.875-1.875h.75c1.036 0 1.875.84 1.875 1.875v11.25c0 1.035-.84 1.875-1.875 1.875h-.75a1.875 1.875 0 01-1.875-1.875V8.625zM3 13.125c0-1.036.84-1.875 1.875-1.875h.75c1.036 0 1.875.84 1.875 1.875v6.75c0 1.035-.84 1.875-1.875 1.875h-.75A1.875 1.875 0 013 19.875v-6.75z\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"academic-cap\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path d=\"M11.7 2.805a.75.75 0 01.6 0A60.65 60.65 0 0122.83 8.72a.75.75 0 01-.231 1.337 49.949 49.949 0 00-9.902 3.912l-.003.002-.34.18a.75.75 0 01-.707 0A50.009 50.009 0 007.5 12.174v-.224c0-.131.067-.248.172-.311a54.614 54.614 0 014.653-2.52.75.75 0 00-.65-1.352 56.129 56.129 0 00-4.78 2.589 1.858 1.858 0 00-.859 1.228 49.803 49.803 0 00-4.634-1.527.75.75 0 01-.231-1.337A60.653 60.653 0 0111.7 2.805z\"/>  <path d=\"M13.06 15.473a48.45 48.45 0 017.666-3.282c.134 1.414.22 2.843.255 4.285a.75.75 0 01-.46.71 47.878 47.878 0 00-8.105 4.342.75.75 0 01-.832 0 47.877 47.877 0 00-8.104-4.342.75.75 0 01-.461-.71c.035-1.442.121-2.87.255-4.286A48.4 48.4 0 016 13.18v1.27a1.5 1.5 0 00-.14 2.508c-.09.38-.222.753-.397 1.11.452.213.901.434 1.346.661a6.729 6.729 0 00.551-1.608 1.5 1.5 0 00.14-2.67v-.645a48.549 48.549 0 013.44 1.668 2.25 2.25 0 002.12 0z\"/>  <path d=\"M4.462 19.462c.42-.419.753-.89 1-1.394.453.213.902.434 1.347.661a6.743 6.743 0 01-1.286 1.794.75.75 0 11-1.06-1.06z\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"square-2-stack\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path d=\"M16.5 6a3 3 0 00-3-3H6a3 3 0 00-3 3v7.5a3 3 0 003 3v-6A4.5 4.5 0 0110.5 6h6z\"/>  <path d=\"M18 7.5a3 3 0 013 3V18a3 3 0 01-3 3h-7.5a3 3 0 01-3-3v-7.5a3 3 0 013-3H18z\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"cloud-arrow-down\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M10.5 3.75a6 6 0 00-5.98 6.496A5.25 5.25 0 006.75 20.25H18a4.5 4.5 0 002.206-8.423 3.75 3.75 0 00-4.133-4.303A6.001 6.001 0 0010.5 3.75zm2.25 6a.75.75 0 00-1.5 0v4.94l-1.72-1.72a.75.75 0 00-1.06 1.06l3 3a.75.75 0 001.06 0l3-3a.75.75 0 10-1.06-1.06l-1.72 1.72V9.75z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"finger-print\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M12 3.75a6.715 6.715 0 00-3.722 1.118.75.75 0 11-.828-1.25 8.25 8.25 0 0112.8 6.883c0 3.014-.574 5.897-1.62 8.543a.75.75 0 01-1.395-.551A21.69 21.69 0 0018.75 10.5 6.75 6.75 0 0012 3.75zM6.157 5.739a.75.75 0 01.21 1.04A6.715 6.715 0 005.25 10.5c0 1.613-.463 3.12-1.265 4.393a.75.75 0 01-1.27-.8A6.715 6.715 0 003.75 10.5c0-1.68.503-3.246 1.367-4.55a.75.75 0 011.04-.211zM12 7.5a3 3 0 00-3 3c0 3.1-1.176 5.927-3.105 8.056a.75.75 0 11-1.112-1.008A10.459 10.459 0 007.5 10.5a4.5 4.5 0 119 0c0 .547-.022 1.09-.067 1.626a.75.75 0 01-1.495-.123c.041-.495.062-.996.062-1.503a3 3 0 00-3-3zm0 2.25a.75.75 0 01.75.75A15.69 15.69 0 018.97 20.738a.75.75 0 01-1.14-.975A14.19 14.19 0 0011.25 10.5a.75.75 0 01.75-.75zm3.239 5.183a.75.75 0 01.515.927 19.415 19.415 0 01-2.585 5.544.75.75 0 11-1.243-.84 17.912 17.912 0 002.386-5.116.75.75 0 01.927-.515z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"arrows-up-down\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M6.97 2.47a.75.75 0 011.06 0l4.5 4.5a.75.75 0 01-1.06 1.06L8.25 4.81V16.5a.75.75 0 01-1.5 0V4.81L3.53 8.03a.75.75 0 01-1.06-1.06l4.5-4.5zm9.53 4.28a.75.75 0 01.75.75v11.69l3.22-3.22a.75.75 0 111.06 1.06l-4.5 4.5a.75.75 0 01-1.06 0l-4.5-4.5a.75.75 0 111.06-1.06l3.22 3.22V7.5a.75.75 0 01.75-.75z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"document-text\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M5.625 1.5c-1.036 0-1.875.84-1.875 1.875v17.25c0 1.035.84 1.875 1.875 1.875h12.75c1.035 0 1.875-.84 1.875-1.875V12.75A3.75 3.75 0 0016.5 9h-1.875a1.875 1.875 0 01-1.875-1.875V5.25A3.75 3.75 0 009 1.5H5.625zM7.5 15a.75.75 0 01.75-.75h7.5a.75.75 0 010 1.5h-7.5A.75.75 0 017.5 15zm.75 2.25a.75.75 0 000 1.5H12a.75.75 0 000-1.5H8.25z\" clip-rule=\"evenodd\"/>  <path d=\"M12.971 1.816A5.23 5.23 0 0114.25 5.25v1.875c0 .207.168.375.375.375H16.5a5.23 5.23 0 013.434 1.279 9.768 9.768 0 00-6.963-6.963z\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"check-circle\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M2.25 12c0-5.385 4.365-9.75 9.75-9.75s9.75 4.365 9.75 9.75-4.365 9.75-9.75 9.75S2.25 17.385 2.25 12zm13.36-1.814a.75.75 0 10-1.22-.872l-3.236 4.53L9.53 12.22a.75.75 0 00-1.06 1.06l2.25 2.25a.75.75 0 001.14-.094l3.75-5.25z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"window\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M2.25 6a3 3 0 013-3h13.5a3 3 0 013 3v12a3 3 0 01-3 3H5.25a3 3 0 01-3-3V6zm18 3H3.75v9a1.5 1.5 0 001.5 1.5h13.5a1.5 1.5 0 001.5-1.5V9zm-15-3.75A.75.75 0 004.5 6v.008c0 .414.336.75.75.75h.008a.75.75 0 00.75-.75V6a.75.75 0 00-.75-.75H5.25zm1.5.75a.75.75 0 01.75-.75h.008a.75.75 0 01.75.75v.008a.75.75 0 01-.75.75H7.5a.75.75 0 01-.75-.75V6zm3-.75A.75.75 0 009 6v.008c0 .414.336.75.75.75h.008a.75.75 0 00.75-.75V6a.75.75 0 00-.75-.75H9.75z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"link\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M19.902 4.098a3.75 3.75 0 00-5.304 0l-4.5 4.5a3.75 3.75 0 001.035 6.037.75.75 0 01-.646 1.353 5.25 5.25 0 01-1.449-8.45l4.5-4.5a5.25 5.25 0 117.424 7.424l-1.757 1.757a.75.75 0 11-1.06-1.06l1.757-1.757a3.75 3.75 0 000-5.304zm-7.389 4.267a.75.75 0 011-.353 5.25 5.25 0 011.449 8.45l-4.5 4.5a5.25 5.25 0 11-7.424-7.424l1.757-1.757a.75.75 0 111.06 1.06l-1.757 1.757a3.75 3.75 0 105.304 5.304l4.5-4.5a3.75 3.75 0 00-1.035-6.037.75.75 0 01-.354-1z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"folder-arrow-down\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M19.5 21a3 3 0 003-3V9a3 3 0 00-3-3h-5.379a.75.75 0 01-.53-.22L11.47 3.66A2.25 2.25 0 009.879 3H4.5a3 3 0 00-3 3v12a3 3 0 003 3h15zm-6.75-10.5a.75.75 0 00-1.5 0v4.19l-1.72-1.72a.75.75 0 00-1.06 1.06l3 3a.75.75 0 001.06 0l3-3a.75.75 0 10-1.06-1.06l-1.72 1.72V10.5z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"minus-circle\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M12 2.25c-5.385 0-9.75 4.365-9.75 9.75s4.365 9.75 9.75 9.75 9.75-4.365 9.75-9.75S17.385 2.25 12 2.25zm3 10.5a.75.75 0 000-1.5H9a.75.75 0 000 1.5h6z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"receipt-percent\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M12 1.5c-1.921 0-3.816.111-5.68.327-1.497.174-2.57 1.46-2.57 2.93V21.75a.75.75 0 001.029.696l3.471-1.388 3.472 1.388a.75.75 0 00.556 0l3.472-1.388 3.471 1.388a.75.75 0 001.029-.696V4.757c0-1.47-1.073-2.756-2.57-2.93A49.255 49.255 0 0012 1.5zm3.53 7.28a.75.75 0 00-1.06-1.06l-6 6a.75.75 0 101.06 1.06l6-6zM8.625 9a1.125 1.125 0 112.25 0 1.125 1.125 0 01-2.25 0zm5.625 3.375a1.125 1.125 0 100 2.25 1.125 1.125 0 000-2.25z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"currency-yen\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M12 2.25c-5.385 0-9.75 4.365-9.75 9.75s4.365 9.75 9.75 9.75 9.75-4.365 9.75-9.75S17.385 2.25 12 2.25zM9.624 7.084a.75.75 0 00-1.248.832l2.223 3.334H9a.75.75 0 000 1.5h2.25v1.5H9a.75.75 0 000 1.5h2.25v1.5a.75.75 0 001.5 0v-1.5H15a.75.75 0 000-1.5h-2.25v-1.5H15a.75.75 0 000-1.5h-1.599l2.223-3.334a.75.75 0 10-1.248-.832L12 10.648 9.624 7.084z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"document-check\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M9 1.5H5.625c-1.036 0-1.875.84-1.875 1.875v17.25c0 1.035.84 1.875 1.875 1.875h12.75c1.035 0 1.875-.84 1.875-1.875V12.75A3.75 3.75 0 0016.5 9h-1.875a1.875 1.875 0 01-1.875-1.875V5.25A3.75 3.75 0 009 1.5zm6.61 10.936a.75.75 0 10-1.22-.872l-3.236 4.53L9.53 14.47a.75.75 0 00-1.06 1.06l2.25 2.25a.75.75 0 001.14-.094l3.75-5.25z\" clip-rule=\"evenodd\"/>  <path d=\"M12.971 1.816A5.23 5.23 0 0114.25 5.25v1.875c0 .207.168.375.375.375H16.5a5.23 5.23 0 013.434 1.279 9.768 9.768 0 00-6.963-6.963z\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"document-chart-bar\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M5.625 1.5H9a3.75 3.75 0 013.75 3.75v1.875c0 1.036.84 1.875 1.875 1.875H16.5a3.75 3.75 0 013.75 3.75v7.875c0 1.035-.84 1.875-1.875 1.875H5.625a1.875 1.875 0 01-1.875-1.875V3.375c0-1.036.84-1.875 1.875-1.875zM9.75 17.25a.75.75 0 00-1.5 0V18a.75.75 0 001.5 0v-.75zm2.25-3a.75.75 0 01.75.75v3a.75.75 0 01-1.5 0v-3a.75.75 0 01.75-.75zm3.75-1.5a.75.75 0 00-1.5 0V18a.75.75 0 001.5 0v-5.25z\" clip-rule=\"evenodd\"/>  <path d=\"M14.25 5.25a5.23 5.23 0 00-1.279-3.434 9.768 9.768 0 016.963 6.963A5.23 5.23 0 0016.5 7.5h-1.875a.375.375 0 01-.375-.375V5.25z\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"cloud\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M4.5 9.75a6 6 0 0111.573-2.226 3.75 3.75 0 014.133 4.303A4.5 4.5 0 0118 20.25H6.75a5.25 5.25 0 01-2.23-10.004 6.072 6.072 0 01-.02-.496z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"bell-snooze\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M12 2.25A6.75 6.75 0 005.25 9v.75a8.217 8.217 0 01-2.119 5.52.75.75 0 00.298 1.206c1.544.57 3.16.99 4.831 1.243a3.75 3.75 0 107.48 0 24.583 24.583 0 004.83-1.244.75.75 0 00.298-1.205 8.217 8.217 0 01-2.118-5.52V9A6.75 6.75 0 0012 2.25zM9.75 18c0-.034 0-.067.002-.1a25.05 25.05 0 004.496 0l.002.1a2.25 2.25 0 11-4.5 0zm.75-10.5a.75.75 0 000 1.5h1.599l-2.223 3.334A.75.75 0 0010.5 13.5h3a.75.75 0 000-1.5h-1.599l2.223-3.334A.75.75 0 0013.5 7.5h-3z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"arrow-uturn-up\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M21.53 9.53a.75.75 0 01-1.06 0l-4.72-4.72V15a6.75 6.75 0 01-13.5 0v-3a.75.75 0 011.5 0v3a5.25 5.25 0 1010.5 0V4.81L9.53 9.53a.75.75 0 01-1.06-1.06l6-6a.75.75 0 011.06 0l6 6a.75.75 0 010 1.06z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"document-arrow-up\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M5.625 1.5H9a3.75 3.75 0 013.75 3.75v1.875c0 1.036.84 1.875 1.875 1.875H16.5a3.75 3.75 0 013.75 3.75v7.875c0 1.035-.84 1.875-1.875 1.875H5.625a1.875 1.875 0 01-1.875-1.875V3.375c0-1.036.84-1.875 1.875-1.875zm6.905 9.97a.75.75 0 00-1.06 0l-3 3a.75.75 0 101.06 1.06l1.72-1.72V18a.75.75 0 001.5 0v-4.19l1.72 1.72a.75.75 0 101.06-1.06l-3-3z\" clip-rule=\"evenodd\"/>  <path d=\"M14.25 5.25a5.23 5.23 0 00-1.279-3.434 9.768 9.768 0 016.963 6.963A5.23 5.23 0 0016.5 7.5h-1.875a.375.375 0 01-.375-.375V5.25z\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"device-phone-mobile\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path d=\"M10.5 18.75a.75.75 0 000 1.5h3a.75.75 0 000-1.5h-3z\"/>  <path fill-rule=\"evenodd\" d=\"M8.625.75A3.375 3.375 0 005.25 4.125v15.75a3.375 3.375 0 003.375 3.375h6.75a3.375 3.375 0 003.375-3.375V4.125A3.375 3.375 0 0015.375.75h-6.75zM7.5 4.125C7.5 3.504 8.004 3 8.625 3H9.75v.375c0 .621.504 1.125 1.125 1.125h2.25c.621 0 1.125-.504 1.125-1.125V3h1.125c.621 0 1.125.504 1.125 1.125v15.75c0 .621-.504 1.125-1.125 1.125h-6.75A1.125 1.125 0 017.5 19.875V4.125z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"phone-arrow-down-left\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M19.5 9.75a.75.75 0 01-.75.75h-4.5a.75.75 0 01-.75-.75v-4.5a.75.75 0 011.5 0v2.69l4.72-4.72a.75.75 0 111.06 1.06L16.06 9h2.69a.75.75 0 01.75.75z\" clip-rule=\"evenodd\"/>  <path fill-rule=\"evenodd\" d=\"M1.5 4.5a3 3 0 013-3h1.372c.86 0 1.61.586 1.819 1.42l1.105 4.423a1.875 1.875 0 01-.694 1.955l-1.293.97c-.135.101-.164.249-.126.352a11.285 11.285 0 006.697 6.697c.103.038.25.009.352-.126l.97-1.293a1.875 1.875 0 011.955-.694l4.423 1.105c.834.209 1.42.959 1.42 1.82V19.5a3 3 0 01-3 3h-2.25C8.552 22.5 1.5 15.448 1.5 6.75V4.5z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"squares-2x2\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M3 6a3 3 0 013-3h2.25a3 3 0 013 3v2.25a3 3 0 01-3 3H6a3 3 0 01-3-3V6zm9.75 0a3 3 0 013-3H18a3 3 0 013 3v2.25a3 3 0 01-3 3h-2.25a3 3 0 01-3-3V6zM3 15.75a3 3 0 013-3h2.25a3 3 0 013 3V18a3 3 0 01-3 3H6a3 3 0 01-3-3v-2.25zm9.75 0a3 3 0 013-3H18a3 3 0 013 3V18a3 3 0 01-3 3h-2.25a3 3 0 01-3-3v-2.25z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"hashtag\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M11.097 1.515a.75.75 0 01.589.882L10.666 7.5h4.47l1.079-5.397a.75.75 0 111.47.294L16.665 7.5h3.585a.75.75 0 010 1.5h-3.885l-1.2 6h3.585a.75.75 0 010 1.5h-3.885l-1.08 5.397a.75.75 0 11-1.47-.294l1.02-5.103h-4.47l-1.08 5.397a.75.75 0 01-1.47-.294l1.02-5.103H3.75a.75.75 0 110-1.5h3.885l1.2-6H5.25a.75.75 0 010-1.5h3.885l1.08-5.397a.75.75 0 01.882-.588zM10.365 9l-1.2 6h4.47l1.2-6h-4.47z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"magnifying-glass-minus\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M10.5 3.75a6.75 6.75 0 100 13.5 6.75 6.75 0 000-13.5zM2.25 10.5a8.25 8.25 0 1114.59 5.28l4.69 4.69a.75.75 0 11-1.06 1.06l-4.69-4.69A8.25 8.25 0 012.25 10.5zm4.5 0a.75.75 0 01.75-.75h6a.75.75 0 010 1.5h-6a.75.75 0 01-.75-.75z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"bolt\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M14.615 1.595a.75.75 0 01.359.852L12.982 9.75h7.268a.75.75 0 01.548 1.262l-10.5 11.25a.75.75 0 01-1.272-.71l1.992-7.302H3.75a.75.75 0 01-.548-1.262l10.5-11.25a.75.75 0 01.913-.143z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"camera\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path d=\"M12 9a3.75 3.75 0 100 7.5A3.75 3.75 0 0012 9z\"/>  <path fill-rule=\"evenodd\" d=\"M9.344 3.071a49.52 49.52 0 015.312 0c.967.052 1.83.585 2.332 1.39l.821 1.317c.24.383.645.643 1.11.71.386.054.77.113 1.152.177 1.432.239 2.429 1.493 2.429 2.909V18a3 3 0 01-3 3h-15a3 3 0 01-3-3V9.574c0-1.416.997-2.67 2.429-2.909.382-.064.766-.123 1.151-.178a1.56 1.56 0 001.11-.71l.822-1.315a2.942 2.942 0 012.332-1.39zM6.75 12.75a5.25 5.25 0 1110.5 0 5.25 5.25 0 01-10.5 0zm12-1.5a.75.75 0 100-1.5.75.75 0 000 1.5z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"battery-100\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M3.75 6.75a3 3 0 00-3 3v6a3 3 0 003 3h15a3 3 0 003-3v-.037c.856-.174 1.5-.93 1.5-1.838v-2.25c0-.907-.644-1.664-1.5-1.837V9.75a3 3 0 00-3-3h-15zm15 1.5a1.5 1.5 0 011.5 1.5v6a1.5 1.5 0 01-1.5 1.5h-15a1.5 1.5 0 01-1.5-1.5v-6a1.5 1.5 0 011.5-1.5h15zM4.5 9.75a.75.75 0 00-.75.75V15c0 .414.336.75.75.75H18a.75.75 0 00.75-.75v-4.5a.75.75 0 00-.75-.75H4.5z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"play-pause\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path d=\"M15 6.75a.75.75 0 00-.75.75V18a.75.75 0 00.75.75h.75a.75.75 0 00.75-.75V7.5a.75.75 0 00-.75-.75H15zM20.25 6.75a.75.75 0 00-.75.75V18c0 .414.336.75.75.75H21a.75.75 0 00.75-.75V7.5a.75.75 0 00-.75-.75h-.75zM5.055 7.06C3.805 6.347 2.25 7.25 2.25 8.69v8.122c0 1.44 1.555 2.343 2.805 1.628l7.108-4.061c1.26-.72 1.26-2.536 0-3.256L5.055 7.061z\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"wrench\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M12 6.75a5.25 5.25 0 016.775-5.025.75.75 0 01.313 1.248l-3.32 3.319c.063.475.276.934.641 1.299.365.365.824.578 1.3.64l3.318-3.319a.75.75 0 011.248.313 5.25 5.25 0 01-5.472 6.756c-1.018-.086-1.87.1-2.309.634L7.344 21.3A3.298 3.298 0 112.7 16.657l8.684-7.151c.533-.44.72-1.291.634-2.309A5.342 5.342 0 0112 6.75zM4.117 19.125a.75.75 0 01.75-.75h.008a.75.75 0 01.75.75v.008a.75.75 0 01-.75.75h-.008a.75.75 0 01-.75-.75v-.008z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"calendar-days\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path d=\"M12.75 12.75a.75.75 0 11-1.5 0 .75.75 0 011.5 0zM7.5 15.75a.75.75 0 100-1.5.75.75 0 000 1.5zM8.25 17.25a.75.75 0 11-1.5 0 .75.75 0 011.5 0zM9.75 15.75a.75.75 0 100-1.5.75.75 0 000 1.5zM10.5 17.25a.75.75 0 11-1.5 0 .75.75 0 011.5 0zM12 15.75a.75.75 0 100-1.5.75.75 0 000 1.5zM12.75 17.25a.75.75 0 11-1.5 0 .75.75 0 011.5 0zM14.25 15.75a.75.75 0 100-1.5.75.75 0 000 1.5zM15 17.25a.75.75 0 11-1.5 0 .75.75 0 011.5 0zM16.5 15.75a.75.75 0 100-1.5.75.75 0 000 1.5zM15 12.75a.75.75 0 11-1.5 0 .75.75 0 011.5 0zM16.5 13.5a.75.75 0 100-1.5.75.75 0 000 1.5z\"/>  <path fill-rule=\"evenodd\" d=\"M6.75 2.25A.75.75 0 017.5 3v1.5h9V3A.75.75 0 0118 3v1.5h.75a3 3 0 013 3v11.25a3 3 0 01-3 3H5.25a3 3 0 01-3-3V7.5a3 3 0 013-3H6V3a.75.75 0 01.75-.75zm13.5 9a1.5 1.5 0 00-1.5-1.5H5.25a1.5 1.5 0 00-1.5 1.5v7.5a1.5 1.5 0 001.5 1.5h13.5a1.5 1.5 0 001.5-1.5v-7.5z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"arrow-up-left\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M5.25 6.31v9.44a.75.75 0 01-1.5 0V4.5a.75.75 0 01.75-.75h11.25a.75.75 0 010 1.5H6.31l13.72 13.72a.75.75 0 11-1.06 1.06L5.25 6.31z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"plus-small\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M12 5.25a.75.75 0 01.75.75v5.25H18a.75.75 0 010 1.5h-5.25V18a.75.75 0 01-1.5 0v-5.25H6a.75.75 0 010-1.5h5.25V6a.75.75 0 01.75-.75z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"list-bullet\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M2.625 6.75a1.125 1.125 0 112.25 0 1.125 1.125 0 01-2.25 0zm4.875 0A.75.75 0 018.25 6h12a.75.75 0 010 1.5h-12a.75.75 0 01-.75-.75zM2.625 12a1.125 1.125 0 112.25 0 1.125 1.125 0 01-2.25 0zM7.5 12a.75.75 0 01.75-.75h12a.75.75 0 010 1.5h-12A.75.75 0 017.5 12zm-4.875 5.25a1.125 1.125 0 112.25 0 1.125 1.125 0 01-2.25 0zm4.875 0a.75.75 0 01.75-.75h12a.75.75 0 010 1.5h-12a.75.75 0 01-.75-.75z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"map-pin\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M11.54 22.351l.07.04.028.016a.76.76 0 00.723 0l.028-.015.071-.041a16.975 16.975 0 001.144-.742 19.58 19.58 0 002.683-2.282c1.944-1.99 3.963-4.98 3.963-8.827a8.25 8.25 0 00-16.5 0c0 3.846 2.02 6.837 3.963 8.827a19.58 19.58 0 002.682 2.282 16.975 16.975 0 001.145.742zM12 13.5a3 3 0 100-6 3 3 0 000 6z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"users\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path d=\"M4.5 6.375a4.125 4.125 0 118.25 0 4.125 4.125 0 01-8.25 0zM14.25 8.625a3.375 3.375 0 116.75 0 3.375 3.375 0 01-6.75 0zM1.5 19.125a7.125 7.125 0 0114.25 0v.003l-.001.119a.75.75 0 01-.363.63 13.067 13.067 0 01-6.761 1.873c-2.472 0-4.786-.684-6.76-1.873a.75.75 0 01-.364-.63l-.001-.122zM17.25 19.128l-.001.144a2.25 2.25 0 01-.233.96 10.088 10.088 0 005.06-1.01.75.75 0 00.42-.643 4.875 4.875 0 00-6.957-4.611 8.586 8.586 0 011.71 5.157v.003z\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"arrow-down-on-square-stack\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M9.75 6.75h-3a3 3 0 00-3 3v7.5a3 3 0 003 3h7.5a3 3 0 003-3v-7.5a3 3 0 00-3-3h-3V1.5a.75.75 0 00-1.5 0v5.25zm0 0h1.5v5.69l1.72-1.72a.75.75 0 111.06 1.06l-3 3a.75.75 0 01-1.06 0l-3-3a.75.75 0 111.06-1.06l1.72 1.72V6.75z\" clip-rule=\"evenodd\"/>  <path d=\"M7.151 21.75a2.999 2.999 0 002.599 1.5h7.5a3 3 0 003-3v-7.5c0-1.11-.603-2.08-1.5-2.599v7.099a4.5 4.5 0 01-4.5 4.5H7.151z\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"view-columns\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path d=\"M15 3.75H9v16.5h6V3.75zM16.5 20.25h3.375c1.035 0 1.875-.84 1.875-1.875V5.625c0-1.036-.84-1.875-1.875-1.875H16.5v16.5zM4.125 3.75H7.5v16.5H4.125a1.875 1.875 0 01-1.875-1.875V5.625c0-1.036.84-1.875 1.875-1.875z\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"viewfinder-circle\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path d=\"M6 3a3 3 0 00-3 3v1.5a.75.75 0 001.5 0V6A1.5 1.5 0 016 4.5h1.5a.75.75 0 000-1.5H6zM16.5 3a.75.75 0 000 1.5H18A1.5 1.5 0 0119.5 6v1.5a.75.75 0 001.5 0V6a3 3 0 00-3-3h-1.5zM12 8.25a3.75 3.75 0 100 7.5 3.75 3.75 0 000-7.5zM4.5 16.5a.75.75 0 00-1.5 0V18a3 3 0 003 3h1.5a.75.75 0 000-1.5H6A1.5 1.5 0 014.5 18v-1.5zM21 16.5a.75.75 0 00-1.5 0V18a1.5 1.5 0 01-1.5 1.5h-1.5a.75.75 0 000 1.5H18a3 3 0 003-3v-1.5z\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"arrows-pointing-in\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M3.22 3.22a.75.75 0 011.06 0l3.97 3.97V4.5a.75.75 0 011.5 0V9a.75.75 0 01-.75.75H4.5a.75.75 0 010-1.5h2.69L3.22 4.28a.75.75 0 010-1.06zm17.56 0a.75.75 0 010 1.06l-3.97 3.97h2.69a.75.75 0 010 1.5H15a.75.75 0 01-.75-.75V4.5a.75.75 0 011.5 0v2.69l3.97-3.97a.75.75 0 011.06 0zM3.75 15a.75.75 0 01.75-.75H9a.75.75 0 01.75.75v4.5a.75.75 0 01-1.5 0v-2.69l-3.97 3.97a.75.75 0 01-1.06-1.06l3.97-3.97H4.5a.75.75 0 01-.75-.75zm10.5 0a.75.75 0 01.75-.75h4.5a.75.75 0 010 1.5h-2.69l3.97 3.97a.75.75 0 11-1.06 1.06l-3.97-3.97v2.69a.75.75 0 01-1.5 0V15z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"inbox-arrow-down\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M5.478 5.559A1.5 1.5 0 016.912 4.5H9A.75.75 0 009 3H6.912a3 3 0 00-2.868 2.118l-2.411 7.838a3 3 0 00-.133.882V18a3 3 0 003 3h15a3 3 0 003-3v-4.162c0-.299-.045-.596-.133-.882l-2.412-7.838A3 3 0 0017.088 3H15a.75.75 0 000 1.5h2.088a1.5 1.5 0 011.434 1.059l2.213 7.191H17.89a3 3 0 00-2.684 1.658l-.256.513a1.5 1.5 0 01-1.342.829h-3.218a1.5 1.5 0 01-1.342-.83l-.256-.512a3 3 0 00-2.684-1.658H3.265l2.213-7.191z\" clip-rule=\"evenodd\"/>  <path fill-rule=\"evenodd\" d=\"M12 2.25a.75.75 0 01.75.75v6.44l1.72-1.72a.75.75 0 111.06 1.06l-3 3a.75.75 0 01-1.06 0l-3-3a.75.75 0 011.06-1.06l1.72 1.72V3a.75.75 0 01.75-.75z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"rss\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M3.75 4.5a.75.75 0 01.75-.75h.75c8.284 0 15 6.716 15 15v.75a.75.75 0 01-.75.75h-.75a.75.75 0 01-.75-.75v-.75C18 11.708 12.292 6 5.25 6H4.5a.75.75 0 01-.75-.75V4.5zm0 6.75a.75.75 0 01.75-.75h.75a8.25 8.25 0 018.25 8.25v.75a.75.75 0 01-.75.75H12a.75.75 0 01-.75-.75v-.75a6 6 0 00-6-6H4.5a.75.75 0 01-.75-.75v-.75zm0 7.5a1.5 1.5 0 113 0 1.5 1.5 0 01-3 0z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"bars-4\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M3 5.25a.75.75 0 01.75-.75h16.5a.75.75 0 010 1.5H3.75A.75.75 0 013 5.25zm0 4.5A.75.75 0 013.75 9h16.5a.75.75 0 010 1.5H3.75A.75.75 0 013 9.75zm0 4.5a.75.75 0 01.75-.75h16.5a.75.75 0 010 1.5H3.75a.75.75 0 01-.75-.75zm0 4.5a.75.75 0 01.75-.75h16.5a.75.75 0 010 1.5H3.75a.75.75 0 01-.75-.75z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"pencil-square\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path d=\"M21.731 2.269a2.625 2.625 0 00-3.712 0l-1.157 1.157 3.712 3.712 1.157-1.157a2.625 2.625 0 000-3.712zM19.513 8.199l-3.712-3.712-8.4 8.4a5.25 5.25 0 00-1.32 2.214l-.8 2.685a.75.75 0 00.933.933l2.685-.8a5.25 5.25 0 002.214-1.32l8.4-8.4z\"/>  <path d=\"M5.25 5.25a3 3 0 00-3 3v10.5a3 3 0 003 3h10.5a3 3 0 003-3V13.5a.75.75 0 00-1.5 0v5.25a1.5 1.5 0 01-1.5 1.5H5.25a1.5 1.5 0 01-1.5-1.5V8.25a1.5 1.5 0 011.5-1.5h5.25a.75.75 0 000-1.5H5.25z\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"envelope-open\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path d=\"M19.5 22.5a3 3 0 003-3v-8.174l-6.879 4.022 3.485 1.876a.75.75 0 01-.712 1.321l-5.683-3.06a1.5 1.5 0 00-1.422 0l-5.683 3.06a.75.75 0 01-.712-1.32l3.485-1.877L1.5 11.326V19.5a3 3 0 003 3h15z\"/>  <path d=\"M1.5 9.589v-.745a3 3 0 011.578-2.641l7.5-4.039a3 3 0 012.844 0l7.5 4.039A3 3 0 0122.5 8.844v.745l-8.426 4.926-.652-.35a3 3 0 00-2.844 0l-.652.35L1.5 9.59z\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"arrows-pointing-out\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M15 3.75a.75.75 0 01.75-.75h4.5a.75.75 0 01.75.75v4.5a.75.75 0 01-1.5 0V5.56l-3.97 3.97a.75.75 0 11-1.06-1.06l3.97-3.97h-2.69a.75.75 0 01-.75-.75zm-12 0A.75.75 0 013.75 3h4.5a.75.75 0 010 1.5H5.56l3.97 3.97a.75.75 0 01-1.06 1.06L4.5 5.56v2.69a.75.75 0 01-1.5 0v-4.5zm11.47 11.78a.75.75 0 111.06-1.06l3.97 3.97v-2.69a.75.75 0 011.5 0v4.5a.75.75 0 01-.75.75h-4.5a.75.75 0 010-1.5h2.69l-3.97-3.97zm-4.94-1.06a.75.75 0 010 1.06L5.56 19.5h2.69a.75.75 0 010 1.5h-4.5a.75.75 0 01-.75-.75v-4.5a.75.75 0 011.5 0v2.69l3.97-3.97a.75.75 0 011.06 0z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"bars-3-bottom-right\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M3 6.75A.75.75 0 013.75 6h16.5a.75.75 0 010 1.5H3.75A.75.75 0 013 6.75zM3 12a.75.75 0 01.75-.75h16.5a.75.75 0 010 1.5H3.75A.75.75 0 013 12zm8.25 5.25a.75.75 0 01.75-.75h8.25a.75.75 0 010 1.5H12a.75.75 0 01-.75-.75z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"arrow-left-on-rectangle\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M7.5 3.75A1.5 1.5 0 006 5.25v13.5a1.5 1.5 0 001.5 1.5h6a1.5 1.5 0 001.5-1.5V15a.75.75 0 011.5 0v3.75a3 3 0 01-3 3h-6a3 3 0 01-3-3V5.25a3 3 0 013-3h6a3 3 0 013 3V9A.75.75 0 0115 9V5.25a1.5 1.5 0 00-1.5-1.5h-6zm5.03 4.72a.75.75 0 010 1.06l-1.72 1.72h10.94a.75.75 0 010 1.5H10.81l1.72 1.72a.75.75 0 11-1.06 1.06l-3-3a.75.75 0 010-1.06l3-3a.75.75 0 011.06 0z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"home\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path d=\"M11.47 3.84a.75.75 0 011.06 0l8.69 8.69a.75.75 0 101.06-1.06l-8.689-8.69a2.25 2.25 0 00-3.182 0l-8.69 8.69a.75.75 0 001.061 1.06l8.69-8.69z\"/>  <path d=\"M12 5.432l8.159 8.159c.03.03.06.058.091.086v6.198c0 1.035-.84 1.875-1.875 1.875H15a.75.75 0 01-.75-.75v-4.5a.75.75 0 00-.75-.75h-3a.75.75 0 00-.75.75V21a.75.75 0 01-.75.75H5.625a1.875 1.875 0 01-1.875-1.875v-6.198a2.29 2.29 0 00.091-.086L12 5.43z\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"chevron-right\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M16.28 11.47a.75.75 0 010 1.06l-7.5 7.5a.75.75 0 01-1.06-1.06L14.69 12 7.72 5.03a.75.75 0 011.06-1.06l7.5 7.5z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"bars-3\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M3 6.75A.75.75 0 013.75 6h16.5a.75.75 0 010 1.5H3.75A.75.75 0 013 6.75zM3 12a.75.75 0 01.75-.75h16.5a.75.75 0 010 1.5H3.75A.75.75 0 013 12zm0 5.25a.75.75 0 01.75-.75h16.5a.75.75 0 010 1.5H3.75a.75.75 0 01-.75-.75z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"map\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M8.161 2.58a1.875 1.875 0 011.678 0l4.993 2.498c.106.052.23.052.336 0l3.869-1.935A1.875 1.875 0 0121.75 4.82v12.485c0 .71-.401 1.36-1.037 1.677l-4.875 2.437a1.875 1.875 0 01-1.676 0l-4.994-2.497a.375.375 0 00-.336 0l-3.868 1.935A1.875 1.875 0 012.25 19.18V6.695c0-.71.401-1.36 1.036-1.677l4.875-2.437zM9 6a.75.75 0 01.75.75V15a.75.75 0 01-1.5 0V6.75A.75.75 0 019 6zm6.75 3a.75.75 0 00-1.5 0v8.25a.75.75 0 001.5 0V9z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"document-minus\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M5.625 1.5H9a3.75 3.75 0 013.75 3.75v1.875c0 1.036.84 1.875 1.875 1.875H16.5a3.75 3.75 0 013.75 3.75v7.875c0 1.035-.84 1.875-1.875 1.875H5.625a1.875 1.875 0 01-1.875-1.875V3.375c0-1.036.84-1.875 1.875-1.875zM9.75 14.25a.75.75 0 000 1.5H15a.75.75 0 000-1.5H9.75z\" clip-rule=\"evenodd\"/>  <path d=\"M14.25 5.25a5.23 5.23 0 00-1.279-3.434 9.768 9.768 0 016.963 6.963A5.23 5.23 0 0016.5 7.5h-1.875a.375.375 0 01-.375-.375V5.25z\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"backward\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path d=\"M9.195 18.44c1.25.713 2.805-.19 2.805-1.629v-2.34l6.945 3.968c1.25.714 2.805-.188 2.805-1.628V8.688c0-1.44-1.555-2.342-2.805-1.628L12 11.03v-2.34c0-1.44-1.555-2.343-2.805-1.629l-7.108 4.062c-1.26.72-1.26 2.536 0 3.256l7.108 4.061z\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"bars-3-center-left\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M3 6.75A.75.75 0 013.75 6h16.5a.75.75 0 010 1.5H3.75A.75.75 0 013 6.75zM3 12a.75.75 0 01.75-.75H12a.75.75 0 010 1.5H3.75A.75.75 0 013 12zm0 5.25a.75.75 0 01.75-.75h16.5a.75.75 0 010 1.5H3.75a.75.75 0 01-.75-.75z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"arrow-up\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M11.47 2.47a.75.75 0 011.06 0l7.5 7.5a.75.75 0 11-1.06 1.06l-6.22-6.22V21a.75.75 0 01-1.5 0V4.81l-6.22 6.22a.75.75 0 11-1.06-1.06l7.5-7.5z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"ellipsis-horizontal\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M4.5 12a1.5 1.5 0 113 0 1.5 1.5 0 01-3 0zm6 0a1.5 1.5 0 113 0 1.5 1.5 0 01-3 0zm6 0a1.5 1.5 0 113 0 1.5 1.5 0 01-3 0z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"photo\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M1.5 6a2.25 2.25 0 012.25-2.25h16.5A2.25 2.25 0 0122.5 6v12a2.25 2.25 0 01-2.25 2.25H3.75A2.25 2.25 0 011.5 18V6zM3 16.06V18c0 .414.336.75.75.75h16.5A.75.75 0 0021 18v-1.94l-2.69-2.689a1.5 1.5 0 00-2.12 0l-.88.879.97.97a.75.75 0 11-1.06 1.06l-5.16-5.159a1.5 1.5 0 00-2.12 0L3 16.061zm10.125-7.81a1.125 1.125 0 112.25 0 1.125 1.125 0 01-2.25 0z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"briefcase\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M7.5 5.25a3 3 0 013-3h3a3 3 0 013 3v.205c.933.085 1.857.197 2.774.334 1.454.218 2.476 1.483 2.476 2.917v3.033c0 1.211-.734 2.352-1.936 2.752A24.726 24.726 0 0112 15.75c-2.73 0-5.357-.442-7.814-1.259-1.202-.4-1.936-1.541-1.936-2.752V8.706c0-1.434 1.022-2.7 2.476-2.917A48.814 48.814 0 017.5 5.455V5.25zm7.5 0v.09a49.488 49.488 0 00-6 0v-.09a1.5 1.5 0 011.5-1.5h3a1.5 1.5 0 011.5 1.5zm-3 8.25a.75.75 0 100-1.5.75.75 0 000 1.5z\" clip-rule=\"evenodd\"/>  <path d=\"M3 18.4v-2.796a4.3 4.3 0 00.713.31A26.226 26.226 0 0012 17.25c2.892 0 5.68-.468 8.287-1.335.252-.084.49-.189.713-.311V18.4c0 1.452-1.047 2.728-2.523 2.923-2.12.282-4.282.427-6.477.427a49.19 49.19 0 01-6.477-.427C4.047 21.128 3 19.852 3 18.4z\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"credit-card\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path d=\"M4.5 3.75a3 3 0 00-3 3v.75h21v-.75a3 3 0 00-3-3h-15z\"/>  <path fill-rule=\"evenodd\" d=\"M22.5 9.75h-21v7.5a3 3 0 003 3h15a3 3 0 003-3v-7.5zm-18 3.75a.75.75 0 01.75-.75h6a.75.75 0 010 1.5h-6a.75.75 0 01-.75-.75zm.75 2.25a.75.75 0 000 1.5h3a.75.75 0 000-1.5h-3z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"document-duplicate\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path d=\"M7.5 3.375c0-1.036.84-1.875 1.875-1.875h.375a3.75 3.75 0 013.75 3.75v1.875C13.5 8.161 14.34 9 15.375 9h1.875A3.75 3.75 0 0121 12.75v3.375C21 17.16 20.16 18 19.125 18h-9.75A1.875 1.875 0 017.5 16.125V3.375z\"/>  <path d=\"M15 5.25a5.23 5.23 0 00-1.279-3.434 9.768 9.768 0 016.963 6.963A5.23 5.23 0 0017.25 7.5h-1.875A.375.375 0 0115 7.125V5.25zM4.875 6H6v10.125A3.375 3.375 0 009.375 19.5H16.5v1.125c0 1.035-.84 1.875-1.875 1.875h-9.75A1.875 1.875 0 013 20.625V7.875C3 6.839 3.84 6 4.875 6z\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"document-arrow-down\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M5.625 1.5H9a3.75 3.75 0 013.75 3.75v1.875c0 1.036.84 1.875 1.875 1.875H16.5a3.75 3.75 0 013.75 3.75v7.875c0 1.035-.84 1.875-1.875 1.875H5.625a1.875 1.875 0 01-1.875-1.875V3.375c0-1.036.84-1.875 1.875-1.875zm5.845 17.03a.75.75 0 001.06 0l3-3a.75.75 0 10-1.06-1.06l-1.72 1.72V12a.75.75 0 00-1.5 0v4.19l-1.72-1.72a.75.75 0 00-1.06 1.06l3 3z\" clip-rule=\"evenodd\"/>  <path d=\"M14.25 5.25a5.23 5.23 0 00-1.279-3.434 9.768 9.768 0 016.963 6.963A5.23 5.23 0 0016.5 7.5h-1.875a.375.375 0 01-.375-.375V5.25z\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"building-office\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M4.5 2.25a.75.75 0 000 1.5v16.5h-.75a.75.75 0 000 1.5h16.5a.75.75 0 000-1.5h-.75V3.75a.75.75 0 000-1.5h-15zM9 6a.75.75 0 000 1.5h1.5a.75.75 0 000-1.5H9zm-.75 3.75A.75.75 0 019 9h1.5a.75.75 0 010 1.5H9a.75.75 0 01-.75-.75zM9 12a.75.75 0 000 1.5h1.5a.75.75 0 000-1.5H9zm3.75-5.25A.75.75 0 0113.5 6H15a.75.75 0 010 1.5h-1.5a.75.75 0 01-.75-.75zM13.5 9a.75.75 0 000 1.5H15A.75.75 0 0015 9h-1.5zm-.75 3.75a.75.75 0 01.75-.75H15a.75.75 0 010 1.5h-1.5a.75.75 0 01-.75-.75zM9 19.5v-2.25a.75.75 0 01.75-.75h4.5a.75.75 0 01.75.75v2.25a.75.75 0 01-.75.75h-4.5A.75.75 0 019 19.5z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"rectangle-group\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M1.5 7.125c0-1.036.84-1.875 1.875-1.875h6c1.036 0 1.875.84 1.875 1.875v3.75c0 1.036-.84 1.875-1.875 1.875h-6A1.875 1.875 0 011.5 10.875v-3.75zm12 1.5c0-1.036.84-1.875 1.875-1.875h5.25c1.035 0 1.875.84 1.875 1.875v8.25c0 1.035-.84 1.875-1.875 1.875h-5.25a1.875 1.875 0 01-1.875-1.875v-8.25zM3 16.125c0-1.036.84-1.875 1.875-1.875h5.25c1.036 0 1.875.84 1.875 1.875v2.25c0 1.035-.84 1.875-1.875 1.875h-5.25A1.875 1.875 0 013 18.375v-2.25z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"face-smile\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M12 2.25c-5.385 0-9.75 4.365-9.75 9.75s4.365 9.75 9.75 9.75 9.75-4.365 9.75-9.75S17.385 2.25 12 2.25zm-2.625 6c-.54 0-.828.419-.936.634a1.96 1.96 0 00-.189.866c0 .298.059.605.189.866.108.215.395.634.936.634.54 0 .828-.419.936-.634.13-.26.189-.568.189-.866 0-.298-.059-.605-.189-.866-.108-.215-.395-.634-.936-.634zm4.314.634c.108-.215.395-.634.936-.634.54 0 .828.419.936.634.13.26.189.568.189.866 0 .298-.059.605-.189.866-.108.215-.395.634-.936.634-.54 0-.828-.419-.936-.634a1.96 1.96 0 01-.189-.866c0-.298.059-.605.189-.866zm2.023 6.828a.75.75 0 10-1.06-1.06 3.75 3.75 0 01-5.304 0 .75.75 0 00-1.06 1.06 5.25 5.25 0 007.424 0z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"arrow-long-right\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M16.72 7.72a.75.75 0 011.06 0l3.75 3.75a.75.75 0 010 1.06l-3.75 3.75a.75.75 0 11-1.06-1.06l2.47-2.47H3a.75.75 0 010-1.5h16.19l-2.47-2.47a.75.75 0 010-1.06z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"presentation-chart-line\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M2.25 2.25a.75.75 0 000 1.5H3v10.5a3 3 0 003 3h1.21l-1.172 3.513a.75.75 0 001.424.474l.329-.987h8.418l.33.987a.75.75 0 001.422-.474l-1.17-3.513H18a3 3 0 003-3V3.75h.75a.75.75 0 000-1.5H2.25zm6.54 15h6.42l.5 1.5H8.29l.5-1.5zm8.085-8.995a.75.75 0 10-.75-1.299 12.81 12.81 0 00-3.558 3.05L11.03 8.47a.75.75 0 00-1.06 0l-3 3a.75.75 0 101.06 1.06l2.47-2.47 1.617 1.618a.75.75 0 001.146-.102 11.312 11.312 0 013.612-3.321z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"lock-open\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path d=\"M18 1.5c2.9 0 5.25 2.35 5.25 5.25v3.75a.75.75 0 01-1.5 0V6.75a3.75 3.75 0 10-7.5 0v3a3 3 0 013 3v6.75a3 3 0 01-3 3H3.75a3 3 0 01-3-3v-6.75a3 3 0 013-3h9v-3c0-2.9 2.35-5.25 5.25-5.25z\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"document\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path d=\"M5.625 1.5c-1.036 0-1.875.84-1.875 1.875v17.25c0 1.035.84 1.875 1.875 1.875h12.75c1.035 0 1.875-.84 1.875-1.875V12.75A3.75 3.75 0 0016.5 9h-1.875a1.875 1.875 0 01-1.875-1.875V5.25A3.75 3.75 0 009 1.5H5.625z\"/>  <path d=\"M12.971 1.816A5.23 5.23 0 0114.25 5.25v1.875c0 .207.168.375.375.375H16.5a5.23 5.23 0 013.434 1.279 9.768 9.768 0 00-6.963-6.963z\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"archive-box-arrow-down\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path d=\"M3.375 3C2.339 3 1.5 3.84 1.5 4.875v.75c0 1.036.84 1.875 1.875 1.875h17.25c1.035 0 1.875-.84 1.875-1.875v-.75C22.5 3.839 21.66 3 20.625 3H3.375z\"/>  <path fill-rule=\"evenodd\" d=\"M3.087 9l.54 9.176A3 3 0 006.62 21h10.757a3 3 0 002.995-2.824L20.913 9H3.087zM12 10.5a.75.75 0 01.75.75v4.94l1.72-1.72a.75.75 0 111.06 1.06l-3 3a.75.75 0 01-1.06 0l-3-3a.75.75 0 111.06-1.06l1.72 1.72v-4.94a.75.75 0 01.75-.75z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"bell-slash\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path d=\"M3.53 2.47a.75.75 0 00-1.06 1.06l18 18a.75.75 0 101.06-1.06l-18-18zM20.57 16.476c-.223.082-.448.161-.674.238L7.319 4.137A6.75 6.75 0 0118.75 9v.75c0 2.123.8 4.057 2.118 5.52a.75.75 0 01-.297 1.206z\"/>  <path fill-rule=\"evenodd\" d=\"M5.25 9c0-.184.007-.366.022-.546l10.384 10.384a3.751 3.751 0 01-7.396-1.119 24.585 24.585 0 01-4.831-1.244.75.75 0 01-.298-1.205A8.217 8.217 0 005.25 9.75V9zm4.502 8.9a2.25 2.25 0 104.496 0 25.057 25.057 0 01-4.496 0z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"signal\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M5.636 4.575a.75.75 0 010 1.06 9 9 0 000 12.729.75.75 0 01-1.06 1.06c-4.101-4.1-4.101-10.748 0-14.849a.75.75 0 011.06 0zm12.728 0a.75.75 0 011.06 0c4.101 4.1 4.101 10.749 0 14.85a.75.75 0 11-1.06-1.061 9 9 0 000-12.728.75.75 0 010-1.06zM7.757 6.696a.75.75 0 010 1.061 6 6 0 000 8.485.75.75 0 01-1.06 1.061 7.5 7.5 0 010-10.607.75.75 0 011.06 0zm8.486 0a.75.75 0 011.06 0 7.5 7.5 0 010 10.607.75.75 0 01-1.06-1.06 6 6 0 000-8.486.75.75 0 010-1.06zM9.879 8.818a.75.75 0 010 1.06 3 3 0 000 4.243.75.75 0 11-1.061 1.06 4.5 4.5 0 010-6.363.75.75 0 011.06 0zm4.242 0a.75.75 0 011.061 0 4.5 4.5 0 010 6.364.75.75 0 01-1.06-1.06 3 3 0 000-4.244.75.75 0 010-1.06zM10.875 12a1.125 1.125 0 112.25 0 1.125 1.125 0 01-2.25 0z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"ticket\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M1.5 6.375c0-1.036.84-1.875 1.875-1.875h17.25c1.035 0 1.875.84 1.875 1.875v3.026a.75.75 0 01-.375.65 2.249 2.249 0 000 3.898.75.75 0 01.375.65v3.026c0 1.035-.84 1.875-1.875 1.875H3.375A1.875 1.875 0 011.5 17.625v-3.026a.75.75 0 01.374-.65 2.249 2.249 0 000-3.898.75.75 0 01-.374-.65V6.375zm15-1.125a.75.75 0 01.75.75v.75a.75.75 0 01-1.5 0V6a.75.75 0 01.75-.75zm.75 4.5a.75.75 0 00-1.5 0v.75a.75.75 0 001.5 0v-.75zm-.75 3a.75.75 0 01.75.75v.75a.75.75 0 01-1.5 0v-.75a.75.75 0 01.75-.75zm.75 4.5a.75.75 0 00-1.5 0V18a.75.75 0 001.5 0v-.75zM6 12a.75.75 0 01.75-.75H12a.75.75 0 010 1.5H6.75A.75.75 0 016 12zm.75 2.25a.75.75 0 000 1.5h3a.75.75 0 000-1.5h-3z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"battery-50\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path d=\"M4.5 9.75a.75.75 0 00-.75.75V15c0 .414.336.75.75.75h6.75A.75.75 0 0012 15v-4.5a.75.75 0 00-.75-.75H4.5z\"/>  <path fill-rule=\"evenodd\" d=\"M3.75 6.75a3 3 0 00-3 3v6a3 3 0 003 3h15a3 3 0 003-3v-.037c.856-.174 1.5-.93 1.5-1.838v-2.25c0-.907-.644-1.664-1.5-1.837V9.75a3 3 0 00-3-3h-15zm15 1.5a1.5 1.5 0 011.5 1.5v6a1.5 1.5 0 01-1.5 1.5h-15a1.5 1.5 0 01-1.5-1.5v-6a1.5 1.5 0 011.5-1.5h15z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"clipboard\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M10.5 3A1.501 1.501 0 009 4.5h6A1.5 1.5 0 0013.5 3h-3zm-2.693.178A3 3 0 0110.5 1.5h3a3 3 0 012.694 1.678c.497.042.992.092 1.486.15 1.497.173 2.57 1.46 2.57 2.929V19.5a3 3 0 01-3 3H6.75a3 3 0 01-3-3V6.257c0-1.47 1.073-2.756 2.57-2.93.493-.057.989-.107 1.487-.15z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"shield-exclamation\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M11.484 2.17a.75.75 0 011.032 0 11.209 11.209 0 007.877 3.08.75.75 0 01.722.515 12.74 12.74 0 01.635 3.985c0 5.942-4.064 10.933-9.563 12.348a.749.749 0 01-.374 0C6.314 20.683 2.25 15.692 2.25 9.75c0-1.39.223-2.73.635-3.985a.75.75 0 01.722-.516l.143.001c2.996 0 5.718-1.17 7.734-3.08zM12 8.25a.75.75 0 01.75.75v3.75a.75.75 0 01-1.5 0V9a.75.75 0 01.75-.75zM12 15a.75.75 0 00-.75.75v.008c0 .414.336.75.75.75h.008a.75.75 0 00.75-.75v-.008a.75.75 0 00-.75-.75H12z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"qr-code\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M3 4.875C3 3.839 3.84 3 4.875 3h4.5c1.036 0 1.875.84 1.875 1.875v4.5c0 1.036-.84 1.875-1.875 1.875h-4.5A1.875 1.875 0 013 9.375v-4.5zM4.875 4.5a.375.375 0 00-.375.375v4.5c0 .207.168.375.375.375h4.5a.375.375 0 00.375-.375v-4.5a.375.375 0 00-.375-.375h-4.5zm7.875.375c0-1.036.84-1.875 1.875-1.875h4.5C20.16 3 21 3.84 21 4.875v4.5c0 1.036-.84 1.875-1.875 1.875h-4.5a1.875 1.875 0 01-1.875-1.875v-4.5zm1.875-.375a.375.375 0 00-.375.375v4.5c0 .207.168.375.375.375h4.5a.375.375 0 00.375-.375v-4.5a.375.375 0 00-.375-.375h-4.5zM6 6.75A.75.75 0 016.75 6h.75a.75.75 0 01.75.75v.75a.75.75 0 01-.75.75h-.75A.75.75 0 016 7.5v-.75zm9.75 0A.75.75 0 0116.5 6h.75a.75.75 0 01.75.75v.75a.75.75 0 01-.75.75h-.75a.75.75 0 01-.75-.75v-.75zM3 14.625c0-1.036.84-1.875 1.875-1.875h4.5c1.036 0 1.875.84 1.875 1.875v4.5c0 1.035-.84 1.875-1.875 1.875h-4.5A1.875 1.875 0 013 19.125v-4.5zm1.875-.375a.375.375 0 00-.375.375v4.5c0 .207.168.375.375.375h4.5a.375.375 0 00.375-.375v-4.5a.375.375 0 00-.375-.375h-4.5zm7.875-.75a.75.75 0 01.75-.75h.75a.75.75 0 01.75.75v.75a.75.75 0 01-.75.75h-.75a.75.75 0 01-.75-.75v-.75zm6 0a.75.75 0 01.75-.75h.75a.75.75 0 01.75.75v.75a.75.75 0 01-.75.75h-.75a.75.75 0 01-.75-.75v-.75zM6 16.5a.75.75 0 01.75-.75h.75a.75.75 0 01.75.75v.75a.75.75 0 01-.75.75h-.75a.75.75 0 01-.75-.75v-.75zm9.75 0a.75.75 0 01.75-.75h.75a.75.75 0 01.75.75v.75a.75.75 0 01-.75.75h-.75a.75.75 0 01-.75-.75v-.75zm-3 3a.75.75 0 01.75-.75h.75a.75.75 0 01.75.75v.75a.75.75 0 01-.75.75h-.75a.75.75 0 01-.75-.75v-.75zm6 0a.75.75 0 01.75-.75h.75a.75.75 0 01.75.75v.75a.75.75 0 01-.75.75h-.75a.75.75 0 01-.75-.75v-.75z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"arrow-right\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M12.97 3.97a.75.75 0 011.06 0l7.5 7.5a.75.75 0 010 1.06l-7.5 7.5a.75.75 0 11-1.06-1.06l6.22-6.22H3a.75.75 0 010-1.5h16.19l-6.22-6.22a.75.75 0 010-1.06z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"globe-europe-africa\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M12 2.25c-5.385 0-9.75 4.365-9.75 9.75s4.365 9.75 9.75 9.75 9.75-4.365 9.75-9.75S17.385 2.25 12 2.25zM8.547 4.505a8.25 8.25 0 1011.672 8.214l-.46-.46a2.252 2.252 0 01-.422-.586l-1.08-2.16a.414.414 0 00-.663-.107.827.827 0 01-.812.21l-1.273-.363a.89.89 0 00-.738 1.595l.587.39c.59.395.674 1.23.172 1.732l-.2.2c-.211.212-.33.498-.33.796v.41c0 .409-.11.809-.32 1.158l-1.315 2.191a2.11 2.11 0 01-1.81 1.025 1.055 1.055 0 01-1.055-1.055v-1.172c0-.92-.56-1.747-1.414-2.089l-.654-.261a2.25 2.25 0 01-1.384-2.46l.007-.042a2.25 2.25 0 01.29-.787l.09-.15a2.25 2.25 0 012.37-1.048l1.178.236a1.125 1.125 0 001.302-.795l.208-.73a1.125 1.125 0 00-.578-1.315l-.665-.332-.091.091a2.25 2.25 0 01-1.591.659h-.18c-.249 0-.487.1-.662.274a.931.931 0 01-1.458-1.137l1.279-2.132z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"bars-3-bottom-left\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M3 6.75A.75.75 0 013.75 6h16.5a.75.75 0 010 1.5H3.75A.75.75 0 013 6.75zM3 12a.75.75 0 01.75-.75h16.5a.75.75 0 010 1.5H3.75A.75.75 0 013 12zm0 5.25a.75.75 0 01.75-.75H12a.75.75 0 010 1.5H3.75a.75.75 0 01-.75-.75z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"pause-circle\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M2.25 12c0-5.385 4.365-9.75 9.75-9.75s9.75 4.365 9.75 9.75-4.365 9.75-9.75 9.75S2.25 17.385 2.25 12zM9 8.25a.75.75 0 00-.75.75v6c0 .414.336.75.75.75h.75a.75.75 0 00.75-.75V9a.75.75 0 00-.75-.75H9zm5.25 0a.75.75 0 00-.75.75v6c0 .414.336.75.75.75H15a.75.75 0 00.75-.75V9a.75.75 0 00-.75-.75h-.75z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"wifi\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M1.371 8.143c5.858-5.857 15.356-5.857 21.213 0a.75.75 0 010 1.061l-.53.53a.75.75 0 01-1.06 0c-4.98-4.979-13.053-4.979-18.032 0a.75.75 0 01-1.06 0l-.53-.53a.75.75 0 010-1.06zm3.182 3.182c4.1-4.1 10.749-4.1 14.85 0a.75.75 0 010 1.061l-.53.53a.75.75 0 01-1.062 0 8.25 8.25 0 00-11.667 0 .75.75 0 01-1.06 0l-.53-.53a.75.75 0 010-1.06zm3.204 3.182a6 6 0 018.486 0 .75.75 0 010 1.061l-.53.53a.75.75 0 01-1.061 0 3.75 3.75 0 00-5.304 0 .75.75 0 01-1.06 0l-.53-.53a.75.75 0 010-1.06zm3.182 3.182a1.5 1.5 0 012.122 0 .75.75 0 010 1.061l-.53.53a.75.75 0 01-1.061 0l-.53-.53a.75.75 0 010-1.06z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"moon\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M9.528 1.718a.75.75 0 01.162.819A8.97 8.97 0 009 6a9 9 0 009 9 8.97 8.97 0 003.463-.69.75.75 0 01.981.98 10.503 10.503 0 01-9.694 6.46c-5.799 0-10.5-4.701-10.5-10.5 0-4.368 2.667-8.112 6.46-9.694a.75.75 0 01.818.162z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"arrow-right-circle\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M12 2.25c-5.385 0-9.75 4.365-9.75 9.75s4.365 9.75 9.75 9.75 9.75-4.365 9.75-9.75S17.385 2.25 12 2.25zm4.28 10.28a.75.75 0 000-1.06l-3-3a.75.75 0 10-1.06 1.06l1.72 1.72H8.25a.75.75 0 000 1.5h5.69l-1.72 1.72a.75.75 0 101.06 1.06l3-3z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"cursor-arrow-rays\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M12 1.5a.75.75 0 01.75.75V4.5a.75.75 0 01-1.5 0V2.25A.75.75 0 0112 1.5zM5.636 4.136a.75.75 0 011.06 0l1.592 1.591a.75.75 0 01-1.061 1.06l-1.591-1.59a.75.75 0 010-1.061zm12.728 0a.75.75 0 010 1.06l-1.591 1.592a.75.75 0 01-1.06-1.061l1.59-1.591a.75.75 0 011.061 0zm-6.816 4.496a.75.75 0 01.82.311l5.228 7.917a.75.75 0 01-.777 1.148l-2.097-.43 1.045 3.9a.75.75 0 01-1.45.388l-1.044-3.899-1.601 1.42a.75.75 0 01-1.247-.606l.569-9.47a.75.75 0 01.554-.68zM3 10.5a.75.75 0 01.75-.75H6a.75.75 0 010 1.5H3.75A.75.75 0 013 10.5zm14.25 0a.75.75 0 01.75-.75h2.25a.75.75 0 010 1.5H18a.75.75 0 01-.75-.75zm-8.962 3.712a.75.75 0 010 1.061l-1.591 1.591a.75.75 0 11-1.061-1.06l1.591-1.592a.75.75 0 011.06 0z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"user\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M7.5 6a4.5 4.5 0 119 0 4.5 4.5 0 01-9 0zM3.751 20.105a8.25 8.25 0 0116.498 0 .75.75 0 01-.437.695A18.683 18.683 0 0112 22.5c-2.786 0-5.433-.608-7.812-1.7a.75.75 0 01-.437-.695z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"sparkles\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M9 4.5a.75.75 0 01.721.544l.813 2.846a3.75 3.75 0 002.576 2.576l2.846.813a.75.75 0 010 1.442l-2.846.813a3.75 3.75 0 00-2.576 2.576l-.813 2.846a.75.75 0 01-1.442 0l-.813-2.846a3.75 3.75 0 00-2.576-2.576l-2.846-.813a.75.75 0 010-1.442l2.846-.813A3.75 3.75 0 007.466 7.89l.813-2.846A.75.75 0 019 4.5zM18 1.5a.75.75 0 01.728.568l.258 1.036c.236.94.97 1.674 1.91 1.91l1.036.258a.75.75 0 010 1.456l-1.036.258c-.94.236-1.674.97-1.91 1.91l-.258 1.036a.75.75 0 01-1.456 0l-.258-1.036a2.625 2.625 0 00-1.91-1.91l-1.036-.258a.75.75 0 010-1.456l1.036-.258a2.625 2.625 0 001.91-1.91l.258-1.036A.75.75 0 0118 1.5zM16.5 15a.75.75 0 01.712.513l.394 1.183c.15.447.5.799.948.948l1.183.395a.75.75 0 010 1.422l-1.183.395c-.447.15-.799.5-.948.948l-.395 1.183a.75.75 0 01-1.422 0l-.395-1.183a1.5 1.5 0 00-.948-.948l-1.183-.395a.75.75 0 010-1.422l1.183-.395c.447-.15.799-.5.948-.948l.395-1.183A.75.75 0 0116.5 15z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"banknotes\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path d=\"M12 7.5a2.25 2.25 0 100 4.5 2.25 2.25 0 000-4.5z\"/>  <path fill-rule=\"evenodd\" d=\"M1.5 4.875C1.5 3.839 2.34 3 3.375 3h17.25c1.035 0 1.875.84 1.875 1.875v9.75c0 1.036-.84 1.875-1.875 1.875H3.375A1.875 1.875 0 011.5 14.625v-9.75zM8.25 9.75a3.75 3.75 0 117.5 0 3.75 3.75 0 01-7.5 0zM18.75 9a.75.75 0 00-.75.75v.008c0 .414.336.75.75.75h.008a.75.75 0 00.75-.75V9.75a.75.75 0 00-.75-.75h-.008zM4.5 9.75A.75.75 0 015.25 9h.008a.75.75 0 01.75.75v.008a.75.75 0 01-.75.75H5.25a.75.75 0 01-.75-.75V9.75z\" clip-rule=\"evenodd\"/>  <path d=\"M2.25 18a.75.75 0 000 1.5c5.4 0 10.63.722 15.6 2.075 1.19.324 2.4-.558 2.4-1.82V18.75a.75.75 0 00-.75-.75H2.25z\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"folder-plus\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M19.5 21a3 3 0 003-3V9a3 3 0 00-3-3h-5.379a.75.75 0 01-.53-.22L11.47 3.66A2.25 2.25 0 009.879 3H4.5a3 3 0 00-3 3v12a3 3 0 003 3h15zm-6.75-10.5a.75.75 0 00-1.5 0v2.25H9a.75.75 0 000 1.5h2.25v2.25a.75.75 0 001.5 0v-2.25H15a.75.75 0 000-1.5h-2.25V10.5z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"magnifying-glass-plus\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M10.5 3.75a6.75 6.75 0 100 13.5 6.75 6.75 0 000-13.5zM2.25 10.5a8.25 8.25 0 1114.59 5.28l4.69 4.69a.75.75 0 11-1.06 1.06l-4.69-4.69A8.25 8.25 0 012.25 10.5zm8.25-3.75a.75.75 0 01.75.75v2.25h2.25a.75.75 0 010 1.5h-2.25v2.25a.75.75 0 01-1.5 0v-2.25H7.5a.75.75 0 010-1.5h2.25V7.5a.75.75 0 01.75-.75z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"shopping-cart\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path d=\"M2.25 2.25a.75.75 0 000 1.5h1.386c.17 0 .318.114.362.278l2.558 9.592a3.752 3.752 0 00-2.806 3.63c0 .414.336.75.75.75h15.75a.75.75 0 000-1.5H5.378A2.25 2.25 0 017.5 15h11.218a.75.75 0 00.674-.421 60.358 60.358 0 002.96-7.228.75.75 0 00-.525-.965A60.864 60.864 0 005.68 4.509l-.232-.867A1.875 1.875 0 003.636 2.25H2.25zM3.75 20.25a1.5 1.5 0 113 0 1.5 1.5 0 01-3 0zM16.5 20.25a1.5 1.5 0 113 0 1.5 1.5 0 01-3 0z\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"arrow-down-right\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M3.97 3.97a.75.75 0 011.06 0l13.72 13.72V8.25a.75.75 0 011.5 0V19.5a.75.75 0 01-.75.75H8.25a.75.75 0 010-1.5h9.44L3.97 5.03a.75.75 0 010-1.06z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"light-bulb\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path d=\"M12 .75a8.25 8.25 0 00-4.135 15.39c.686.398 1.115 1.008 1.134 1.623a.75.75 0 00.577.706c.352.083.71.148 1.074.195.323.041.6-.218.6-.544v-4.661a6.714 6.714 0 01-.937-.171.75.75 0 11.374-1.453 5.261 5.261 0 002.626 0 .75.75 0 11.374 1.452 6.712 6.712 0 01-.937.172v4.66c0 .327.277.586.6.545.364-.047.722-.112 1.074-.195a.75.75 0 00.577-.706c.02-.615.448-1.225 1.134-1.623A8.25 8.25 0 0012 .75z\"/>  <path fill-rule=\"evenodd\" d=\"M9.013 19.9a.75.75 0 01.877-.597 11.319 11.319 0 004.22 0 .75.75 0 11.28 1.473 12.819 12.819 0 01-4.78 0 .75.75 0 01-.597-.876zM9.754 22.344a.75.75 0 01.824-.668 13.682 13.682 0 002.844 0 .75.75 0 11.156 1.492 15.156 15.156 0 01-3.156 0 .75.75 0 01-.668-.824z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"arrow-top-right-on-square\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M15.75 2.25H21a.75.75 0 01.75.75v5.25a.75.75 0 01-1.5 0V4.81L8.03 17.03a.75.75 0 01-1.06-1.06L19.19 3.75h-3.44a.75.75 0 010-1.5zm-10.5 4.5a1.5 1.5 0 00-1.5 1.5v10.5a1.5 1.5 0 001.5 1.5h10.5a1.5 1.5 0 001.5-1.5V10.5a.75.75 0 011.5 0v8.25a3 3 0 01-3 3H5.25a3 3 0 01-3-3V8.25a3 3 0 013-3h8.25a.75.75 0 010 1.5H5.25z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"film\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M1.5 5.625c0-1.036.84-1.875 1.875-1.875h17.25c1.035 0 1.875.84 1.875 1.875v12.75c0 1.035-.84 1.875-1.875 1.875H3.375A1.875 1.875 0 011.5 18.375V5.625zm1.5 0v1.5c0 .207.168.375.375.375h1.5a.375.375 0 00.375-.375v-1.5a.375.375 0 00-.375-.375h-1.5A.375.375 0 003 5.625zm16.125-.375a.375.375 0 00-.375.375v1.5c0 .207.168.375.375.375h1.5A.375.375 0 0021 7.125v-1.5a.375.375 0 00-.375-.375h-1.5zM21 9.375A.375.375 0 0020.625 9h-1.5a.375.375 0 00-.375.375v1.5c0 .207.168.375.375.375h1.5a.375.375 0 00.375-.375v-1.5zm0 3.75a.375.375 0 00-.375-.375h-1.5a.375.375 0 00-.375.375v1.5c0 .207.168.375.375.375h1.5a.375.375 0 00.375-.375v-1.5zm0 3.75a.375.375 0 00-.375-.375h-1.5a.375.375 0 00-.375.375v1.5c0 .207.168.375.375.375h1.5a.375.375 0 00.375-.375v-1.5zM4.875 18.75a.375.375 0 00.375-.375v-1.5a.375.375 0 00-.375-.375h-1.5a.375.375 0 00-.375.375v1.5c0 .207.168.375.375.375h1.5zM3.375 15h1.5a.375.375 0 00.375-.375v-1.5a.375.375 0 00-.375-.375h-1.5a.375.375 0 00-.375.375v1.5c0 .207.168.375.375.375zm0-3.75h1.5a.375.375 0 00.375-.375v-1.5A.375.375 0 004.875 9h-1.5A.375.375 0 003 9.375v1.5c0 .207.168.375.375.375zm4.125 0a.75.75 0 000 1.5h9a.75.75 0 000-1.5h-9z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"cloud-arrow-up\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M10.5 3.75a6 6 0 00-5.98 6.496A5.25 5.25 0 006.75 20.25H18a4.5 4.5 0 002.206-8.423 3.75 3.75 0 00-4.133-4.303A6.001 6.001 0 0010.5 3.75zm2.03 5.47a.75.75 0 00-1.06 0l-3 3a.75.75 0 101.06 1.06l1.72-1.72v4.94a.75.75 0 001.5 0v-4.94l1.72 1.72a.75.75 0 101.06-1.06l-3-3z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"folder-minus\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M19.5 21a3 3 0 003-3V9a3 3 0 00-3-3h-5.379a.75.75 0 01-.53-.22L11.47 3.66A2.25 2.25 0 009.879 3H4.5a3 3 0 00-3 3v12a3 3 0 003 3h15zM9 12.75a.75.75 0 000 1.5h6a.75.75 0 000-1.5H9z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"identification\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M4.5 3.75a3 3 0 00-3 3v10.5a3 3 0 003 3h15a3 3 0 003-3V6.75a3 3 0 00-3-3h-15zm4.125 3a2.25 2.25 0 100 4.5 2.25 2.25 0 000-4.5zm-3.873 8.703a4.126 4.126 0 017.746 0 .75.75 0 01-.351.92 7.47 7.47 0 01-3.522.877 7.47 7.47 0 01-3.522-.877.75.75 0 01-.351-.92zM15 8.25a.75.75 0 000 1.5h3.75a.75.75 0 000-1.5H15zM14.25 12a.75.75 0 01.75-.75h3.75a.75.75 0 010 1.5H15a.75.75 0 01-.75-.75zm.75 2.25a.75.75 0 000 1.5h3.75a.75.75 0 000-1.5H15z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n\n    const icon = heroicons_solid.get(properties.name ?? properties.icon);\n\n    console.log(\"icon: \", icon);\n    let root = instance.canvas.get(0);\n    root.innerHTML = icon;\n\n    root.style.width = `${properties.bubble.width()}px`;\n    root.style.height = `${properties.bubble.height()}px`;\n    root.style.overflow = \"clip\"; \n    root.innerHTML = icon;\n    let svg = root.firstChild;\n    svg.setAttribute(\"fill\", properties.color);\n}"},"initialize":{"fn":"function(instance,context){instance.data.icons=window.heroicons_solid,instance.data.click=event=>{instance.triggerEvent(\"click\"),event.stopPropagation()}}"},"update":{"fn":"function(instance,properties,context){let root=instance.canvas.get(0),svg=root.firstChild,icons=instance.data.icons,icon_name=properties.name||properties.icon;if(!svg||icon_name!==instance.data.current_icon_name){instance.data.current_icon_name=icon_name;let icon=icons.get(icon_name);root.innerHTML=icon,svg=root.firstChild}svg.setAttribute(\"fill\",properties.color),root.style.setProperty(\"--transition-duration\",properties.transition_duration?properties.transition_duration/1e3+\"s\":\"0s\"),root.style.setProperty(\"--transition-easing\",(properties.transition_easing||\"linear\").toLowerCase().replace(\" \",\"-\")),svg.classList.add(\"solid\"),$(root).off(\"mousedown\"),properties.clickable?(root.style.cursor=\"pointer\",root.addEventListener(\"click\",instance.data.click)):(root.style.cursor=\"inherit\",root.removeEventListener(\"click\",instance.data.click)),properties.tooltip&&root.setAttribute(\"title\",properties.tooltip)}"},"reset":{"fn":"function(instance,context){}"}},"platform_type":"web"},"AAI":{"display":"Outline Icon","property_applications":{"resizable":true,"Background":true,"Border":true,"Padding":true,"BoxShadow":true},"add_hover_pressed":true,"add_is_visible":true,"add_large_file_upload_properties":false,"support_autobinding":false,"autobinding_value":"text","fields":{"AAG":{"caption":"Color","name":"color","rank":6,"editor":"Color","default_val":"rgba(51, 51, 51, 1)","in_style":true},"AAH":{"caption":"Icon","name":"icon","rank":1,"editor":"Dropdown","default_val":"bug-ant","in_style":false},"AAM":{"caption":"Clickable","name":"clickable","rank":3,"editor":"Checkbox","default_val":false},"AAO":{"caption":"Dynamic Icon","name":"name","rank":2,"editor":"DynamicValue","value":"text","optional":true},"AAg":{"caption":"Tooltip","name":"tooltip","rank":4,"editor":"DynamicValue","value":"text","optional":true},"AAn":{"caption":"Stroke","name":"stroke_width","rank":9,"optional":true,"editor":"DynamicValue","value":"number","default_val":1.5},"AAo":{"caption":"🍭 Styling","name":"info_styling","rank":5,"editor":"Label"},"AAp":{"caption":"🦸‍♀️ Outline","name":"info_content","rank":0,"editor":"Label"},"ABJ":{"caption":"Transition Duration","name":"transition_duration","rank":7,"editor":"StaticNumber","default_val":0,"in_style":true},"ABK":{"caption":"Transition Easing","name":"transition_easing","rank":8,"editor":"Dropdown","default_val":"Linear","in_style":true}},"events":{"AAK":{"caption":"clicked","name":"click"}},"code":{"preview":{"fn":"function(instance, properties) {\n    let heroicons_outlined = new Map();\n\n    heroicons_outlined.set(\n        \"arrow-small-down\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M12 4.5v15m0 0l6.75-6.75M12 19.5l-6.75-6.75\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"bug-ant\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M12 12.75c1.148 0 2.278.08 3.383.237 1.037.146 1.866.966 1.866 2.013 0 3.728-2.35 6.75-5.25 6.75S6.75 18.728 6.75 15c0-1.046.83-1.867 1.866-2.013A24.204 24.204 0 0112 12.75zm0 0c2.883 0 5.647.508 8.207 1.44a23.91 23.91 0 01-1.152 6.06M12 12.75c-2.883 0-5.647.508-8.208 1.44.125 2.104.52 4.136 1.153 6.06M12 12.75a2.25 2.25 0 002.248-2.354M12 12.75a2.25 2.25 0 01-2.248-2.354M12 8.25c.995 0 1.971-.08 2.922-.236.403-.066.74-.358.795-.762a3.778 3.778 0 00-.399-2.25M12 8.25c-.995 0-1.97-.08-2.922-.236-.402-.066-.74-.358-.795-.762a3.734 3.734 0 01.4-2.253M12 8.25a2.25 2.25 0 00-2.248 2.146M12 8.25a2.25 2.25 0 012.248 2.146M8.683 5a6.032 6.032 0 01-1.155-1.002c.07-.63.27-1.222.574-1.747m.581 2.749A3.75 3.75 0 0115.318 5m0 0c.427-.283.815-.62 1.155-.999a4.471 4.471 0 00-.575-1.752M4.921 6a24.048 24.048 0 00-.392 3.314c1.668.546 3.416.914 5.223 1.082M19.08 6c.205 1.08.337 2.187.392 3.314a23.882 23.882 0 01-5.223 1.082\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"language\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M10.5 21l5.25-11.25L21 21m-9-3h7.5M3 5.621a48.474 48.474 0 016-.371m0 0c1.12 0 2.233.038 3.334.114M9 5.25V3m3.334 2.364C11.176 10.658 7.69 15.08 3 17.502m9.334-12.138c.896.061 1.785.147 2.666.257m-4.589 8.495a18.023 18.023 0 01-3.827-5.802\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"inbox\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M2.25 13.5h3.86a2.25 2.25 0 012.012 1.244l.256.512a2.25 2.25 0 002.013 1.244h3.218a2.25 2.25 0 002.013-1.244l.256-.512a2.25 2.25 0 012.013-1.244h3.859m-19.5.338V18a2.25 2.25 0 002.25 2.25h15A2.25 2.25 0 0021.75 18v-4.162c0-.224-.034-.447-.1-.661L19.24 5.338a2.25 2.25 0 00-2.15-1.588H6.911a2.25 2.25 0 00-2.15 1.588L2.35 13.177a2.25 2.25 0 00-.1.661z\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"shield-check\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M9 12.75L11.25 15 15 9.75m-3-7.036A11.959 11.959 0 013.598 6 11.99 11.99 0 003 9.749c0 5.592 3.824 10.29 9 11.623 5.176-1.332 9-6.03 9-11.622 0-1.31-.21-2.571-.598-3.751h-.152c-3.196 0-6.1-1.248-8.25-3.285z\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"paint-brush\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M9.53 16.122a3 3 0 00-5.78 1.128 2.25 2.25 0 01-2.4 2.245 4.5 4.5 0 008.4-2.245c0-.399-.078-.78-.22-1.128zm0 0a15.998 15.998 0 003.388-1.62m-5.043-.025a15.994 15.994 0 011.622-3.395m3.42 3.42a15.995 15.995 0 004.764-4.648l3.876-5.814a1.151 1.151 0 00-1.597-1.597L14.146 6.32a15.996 15.996 0 00-4.649 4.763m3.42 3.42a6.776 6.776 0 00-3.42-3.42\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"play-circle\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M21 12a9 9 0 11-18 0 9 9 0 0118 0z\"/>  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M15.91 11.672a.375.375 0 010 .656l-5.603 3.113a.375.375 0 01-.557-.328V8.887c0-.286.307-.466.557-.327l5.603 3.112z\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"eye-dropper\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M15 11.25l1.5 1.5.75-.75V8.758l2.276-.61a3 3 0 10-3.675-3.675l-.61 2.277H12l-.75.75 1.5 1.5M15 11.25l-8.47 8.47c-.34.34-.8.53-1.28.53s-.94.19-1.28.53l-.97.97-.75-.75.97-.97c.34-.34.53-.8.53-1.28s.19-.94.53-1.28L12.75 9M15 11.25L12.75 9\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"phone-arrow-up-right\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M20.25 3.75v4.5m0-4.5h-4.5m4.5 0l-6 6m3 12c-8.284 0-15-6.716-15-15V4.5A2.25 2.25 0 014.5 2.25h1.372c.516 0 .966.351 1.091.852l1.106 4.423c.11.44-.054.902-.417 1.173l-1.293.97a1.062 1.062 0 00-.38 1.21 12.035 12.035 0 007.143 7.143c.441.162.928-.004 1.21-.38l.97-1.293a1.125 1.125 0 011.173-.417l4.423 1.106c.5.125.852.575.852 1.091V19.5a2.25 2.25 0 01-2.25 2.25h-2.25z\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"circle-stack\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M20.25 6.375c0 2.278-3.694 4.125-8.25 4.125S3.75 8.653 3.75 6.375m16.5 0c0-2.278-3.694-4.125-8.25-4.125S3.75 4.097 3.75 6.375m16.5 0v11.25c0 2.278-3.694 4.125-8.25 4.125s-8.25-1.847-8.25-4.125V6.375m16.5 0v3.75m-16.5-3.75v3.75m16.5 0v3.75C20.25 16.153 16.556 18 12 18s-8.25-1.847-8.25-4.125v-3.75m16.5 0c0 2.278-3.694 4.125-8.25 4.125s-8.25-1.847-8.25-4.125\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"forward\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M3 8.688c0-.864.933-1.405 1.683-.977l7.108 4.062a1.125 1.125 0 010 1.953l-7.108 4.062A1.125 1.125 0 013 16.81V8.688zM12.75 8.688c0-.864.933-1.405 1.683-.977l7.108 4.062a1.125 1.125 0 010 1.953l-7.108 4.062a1.125 1.125 0 01-1.683-.977V8.688z\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"chat-bubble-oval-left-ellipsis\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M8.625 12a.375.375 0 11-.75 0 .375.375 0 01.75 0zm0 0H8.25m4.125 0a.375.375 0 11-.75 0 .375.375 0 01.75 0zm0 0H12m4.125 0a.375.375 0 11-.75 0 .375.375 0 01.75 0zm0 0h-.375M21 12c0 4.556-4.03 8.25-9 8.25a9.764 9.764 0 01-2.555-.337A5.972 5.972 0 015.41 20.97a5.969 5.969 0 01-.474-.065 4.48 4.48 0 00.978-2.025c.09-.457-.133-.901-.467-1.226C3.93 16.178 3 14.189 3 12c0-4.556 4.03-8.25 9-8.25s9 3.694 9 8.25z\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"no-symbol\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M18.364 18.364A9 9 0 005.636 5.636m12.728 12.728A9 9 0 015.636 5.636m12.728 12.728L5.636 5.636\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"stop-circle\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M21 12a9 9 0 11-18 0 9 9 0 0118 0z\"/>  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M9 9.563C9 9.252 9.252 9 9.563 9h4.874c.311 0 .563.252.563.563v4.874c0 .311-.252.563-.563.563H9.564A.562.562 0 019 14.437V9.564z\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"server-stack\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M5.25 14.25h13.5m-13.5 0a3 3 0 01-3-3m3 3a3 3 0 100 6h13.5a3 3 0 100-6m-16.5-3a3 3 0 013-3h13.5a3 3 0 013 3m-19.5 0a4.5 4.5 0 01.9-2.7L5.737 5.1a3.375 3.375 0 012.7-1.35h7.126c1.062 0 2.062.5 2.7 1.35l2.587 3.45a4.5 4.5 0 01.9 2.7m0 0a3 3 0 01-3 3m0 3h.008v.008h-.008v-.008zm0-6h.008v.008h-.008v-.008zm-3 6h.008v.008h-.008v-.008zm0-6h.008v.008h-.008v-.008z\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"magnifying-glass-circle\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M15.75 15.75l-2.489-2.489m0 0a3.375 3.375 0 10-4.773-4.773 3.375 3.375 0 004.774 4.774zM21 12a9 9 0 11-18 0 9 9 0 0118 0z\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"arrow-down-left\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M19.5 4.5l-15 15m0 0h11.25m-11.25 0V8.25\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"currency-pound\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M14.121 7.629A3 3 0 009.017 9.43c-.023.212-.002.425.028.636l.506 3.541a4.5 4.5 0 01-.43 2.65L9 16.5l1.539-.513a2.25 2.25 0 011.422 0l.655.218a2.25 2.25 0 001.718-.122L15 15.75M8.25 12H12m9 0a9 9 0 11-18 0 9 9 0 0118 0z\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"bars-arrow-up\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M3 4.5h14.25M3 9h9.75M3 13.5h5.25m5.25-.75L17.25 9m0 0L21 12.75M17.25 9v12\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"chevron-down\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M19.5 8.25l-7.5 7.5-7.5-7.5\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"calendar\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M6.75 3v2.25M17.25 3v2.25M3 18.75V7.5a2.25 2.25 0 012.25-2.25h13.5A2.25 2.25 0 0121 7.5v11.25m-18 0A2.25 2.25 0 005.25 21h13.5A2.25 2.25 0 0021 18.75m-18 0v-7.5A2.25 2.25 0 015.25 9h13.5A2.25 2.25 0 0121 11.25v7.5\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"clipboard-document-list\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M9 12h3.75M9 15h3.75M9 18h3.75m3 .75H18a2.25 2.25 0 002.25-2.25V6.108c0-1.135-.845-2.098-1.976-2.192a48.424 48.424 0 00-1.123-.08m-5.801 0c-.065.21-.1.433-.1.664 0 .414.336.75.75.75h4.5a.75.75 0 00.75-.75 2.25 2.25 0 00-.1-.664m-5.8 0A2.251 2.251 0 0113.5 2.25H15c1.012 0 1.867.668 2.15 1.586m-5.8 0c-.376.023-.75.05-1.124.08C9.095 4.01 8.25 4.973 8.25 6.108V8.25m0 0H4.875c-.621 0-1.125.504-1.125 1.125v11.25c0 .621.504 1.125 1.125 1.125h9.75c.621 0 1.125-.504 1.125-1.125V9.375c0-.621-.504-1.125-1.125-1.125H8.25zM6.75 12h.008v.008H6.75V12zm0 3h.008v.008H6.75V15zm0 3h.008v.008H6.75V18z\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"arrow-up-on-square\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M9 8.25H7.5a2.25 2.25 0 00-2.25 2.25v9a2.25 2.25 0 002.25 2.25h9a2.25 2.25 0 002.25-2.25v-9a2.25 2.25 0 00-2.25-2.25H15m0-3l-3-3m0 0l-3 3m3-3V15\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"receipt-refund\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M8.25 9.75h4.875a2.625 2.625 0 010 5.25H12M8.25 9.75L10.5 7.5M8.25 9.75L10.5 12m9-7.243V21.75l-3.75-1.5-3.75 1.5-3.75-1.5-3.75 1.5V4.757c0-1.108.806-2.057 1.907-2.185a48.507 48.507 0 0111.186 0c1.1.128 1.907 1.077 1.907 2.185z\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"currency-dollar\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M12 6v12m-3-2.818l.879.659c1.171.879 3.07.879 4.242 0 1.172-.879 1.172-2.303 0-3.182C13.536 12.219 12.768 12 12 12c-.725 0-1.45-.22-2.003-.659-1.106-.879-1.106-2.303 0-3.182s2.9-.879 4.006 0l.415.33M21 12a9 9 0 11-18 0 9 9 0 0118 0z\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"arrow-up-right\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M4.5 19.5l15-15m0 0H8.25m11.25 0v11.25\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"arrow-path-rounded-square\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M19.5 12c0-1.232-.046-2.453-.138-3.662a4.006 4.006 0 00-3.7-3.7 48.678 48.678 0 00-7.324 0 4.006 4.006 0 00-3.7 3.7c-.017.22-.032.441-.046.662M19.5 12l3-3m-3 3l-3-3m-12 3c0 1.232.046 2.453.138 3.662a4.006 4.006 0 003.7 3.7 48.656 48.656 0 007.324 0 4.006 4.006 0 003.7-3.7c.017-.22.032-.441.046-.662M4.5 12l3 3m-3-3l-3 3\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"magnifying-glass\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M21 21l-5.197-5.197m0 0A7.5 7.5 0 105.196 5.196a7.5 7.5 0 0010.607 10.607z\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"information-circle\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M11.25 11.25l.041-.02a.75.75 0 011.063.852l-.708 2.836a.75.75 0 001.063.853l.041-.021M21 12a9 9 0 11-18 0 9 9 0 0118 0zm-9-3.75h.008v.008H12V8.25z\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"swatch\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M4.098 19.902a3.75 3.75 0 005.304 0l6.401-6.402M6.75 21A3.75 3.75 0 013 17.25V4.125C3 3.504 3.504 3 4.125 3h5.25c.621 0 1.125.504 1.125 1.125v4.072M6.75 21a3.75 3.75 0 003.75-3.75V8.197M6.75 21h13.125c.621 0 1.125-.504 1.125-1.125v-5.25c0-.621-.504-1.125-1.125-1.125h-4.072M10.5 8.197l2.88-2.88c.438-.439 1.15-.439 1.59 0l3.712 3.713c.44.44.44 1.152 0 1.59l-2.879 2.88M6.75 17.25h.008v.008H6.75v-.008z\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"cube\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M21 7.5l-9-5.25L3 7.5m18 0l-9 5.25m9-5.25v9l-9 5.25M3 7.5l9 5.25M3 7.5v9l9 5.25m0-9v9\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"cube-transparent\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M21 7.5l-2.25-1.313M21 7.5v2.25m0-2.25l-2.25 1.313M3 7.5l2.25-1.313M3 7.5l2.25 1.313M3 7.5v2.25m9 3l2.25-1.313M12 12.75l-2.25-1.313M12 12.75V15m0 6.75l2.25-1.313M12 21.75V19.5m0 2.25l-2.25-1.313m0-16.875L12 2.25l2.25 1.313M21 14.25v2.25l-2.25 1.313m-13.5 0L3 16.5v-2.25\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"puzzle-piece\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M14.25 6.087c0-.355.186-.676.401-.959.221-.29.349-.634.349-1.003 0-1.036-1.007-1.875-2.25-1.875s-2.25.84-2.25 1.875c0 .369.128.713.349 1.003.215.283.401.604.401.959v0a.64.64 0 01-.657.643 48.39 48.39 0 01-4.163-.3c.186 1.613.293 3.25.315 4.907a.656.656 0 01-.658.663v0c-.355 0-.676-.186-.959-.401a1.647 1.647 0 00-1.003-.349c-1.036 0-1.875 1.007-1.875 2.25s.84 2.25 1.875 2.25c.369 0 .713-.128 1.003-.349.283-.215.604-.401.959-.401v0c.31 0 .555.26.532.57a48.039 48.039 0 01-.642 5.056c1.518.19 3.058.309 4.616.354a.64.64 0 00.657-.643v0c0-.355-.186-.676-.401-.959a1.647 1.647 0 01-.349-1.003c0-1.035 1.008-1.875 2.25-1.875 1.243 0 2.25.84 2.25 1.875 0 .369-.128.713-.349 1.003-.215.283-.4.604-.4.959v0c0 .333.277.599.61.58a48.1 48.1 0 005.427-.63 48.05 48.05 0 00.582-4.717.532.532 0 00-.533-.57v0c-.355 0-.676.186-.959.401-.29.221-.634.349-1.003.349-1.035 0-1.875-1.007-1.875-2.25s.84-2.25 1.875-2.25c.37 0 .713.128 1.003.349.283.215.604.401.96.401v0a.656.656 0 00.658-.663 48.422 48.422 0 00-.37-5.36c-1.886.342-3.81.574-5.766.689a.578.578 0 01-.61-.58v0z\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"flag\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M3 3v1.5M3 21v-6m0 0l2.77-.693a9 9 0 016.208.682l.108.054a9 9 0 006.086.71l3.114-.732a48.524 48.524 0 01-.005-10.499l-3.11.732a9 9 0 01-6.085-.711l-.108-.054a9 9 0 00-6.208-.682L3 4.5M3 15V4.5\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"chart-pie\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M10.5 6a7.5 7.5 0 107.5 7.5h-7.5V6z\"/>  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M13.5 10.5H21A7.5 7.5 0 0013.5 3v7.5z\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"arrow-long-left\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M6.75 15.75L3 12m0 0l3.75-3.75M3 12h18\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"chat-bubble-bottom-center-text\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M7.5 8.25h9m-9 3H12m-9.75 1.51c0 1.6 1.123 2.994 2.707 3.227 1.129.166 2.27.293 3.423.379.35.026.67.21.865.501L12 21l2.755-4.133a1.14 1.14 0 01.865-.501 48.172 48.172 0 003.423-.379c1.584-.233 2.707-1.626 2.707-3.228V6.741c0-1.602-1.123-2.995-2.707-3.228A48.394 48.394 0 0012 3c-2.392 0-4.744.175-7.043.513C3.373 3.746 2.25 5.14 2.25 6.741v6.018z\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"code-bracket-square\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M14.25 9.75L16.5 12l-2.25 2.25m-4.5 0L7.5 12l2.25-2.25M6 20.25h12A2.25 2.25 0 0020.25 18V6A2.25 2.25 0 0018 3.75H6A2.25 2.25 0 003.75 6v12A2.25 2.25 0 006 20.25z\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"arrow-small-left\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M19.5 12h-15m0 0l6.75 6.75M4.5 12l6.75-6.75\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"minus\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M19.5 12h-15\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"arrow-uturn-down\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M15 15l-6 6m0 0l-6-6m6 6V9a6 6 0 0112 0v3\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"scale\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M12 3v17.25m0 0c-1.472 0-2.882.265-4.185.75M12 20.25c1.472 0 2.882.265 4.185.75M18.75 4.97A48.416 48.416 0 0012 4.5c-2.291 0-4.545.16-6.75.47m13.5 0c1.01.143 2.01.317 3 .52m-3-.52l2.62 10.726c.122.499-.106 1.028-.589 1.202a5.988 5.988 0 01-2.031.352 5.988 5.988 0 01-2.031-.352c-.483-.174-.711-.703-.59-1.202L18.75 4.971zm-16.5.52c.99-.203 1.99-.377 3-.52m0 0l2.62 10.726c.122.499-.106 1.028-.589 1.202a5.989 5.989 0 01-2.031.352 5.989 5.989 0 01-2.031-.352c-.483-.174-.711-.703-.59-1.202L5.25 4.971z\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"check-badge\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M9 12.75L11.25 15 15 9.75M21 12c0 1.268-.63 2.39-1.593 3.068a3.745 3.745 0 01-1.043 3.296 3.745 3.745 0 01-3.296 1.043A3.745 3.745 0 0112 21c-1.268 0-2.39-.63-3.068-1.593a3.746 3.746 0 01-3.296-1.043 3.745 3.745 0 01-1.043-3.296A3.745 3.745 0 013 12c0-1.268.63-2.39 1.593-3.068a3.745 3.745 0 011.043-3.296 3.746 3.746 0 013.296-1.043A3.746 3.746 0 0112 3c1.268 0 2.39.63 3.068 1.593a3.746 3.746 0 013.296 1.043 3.746 3.746 0 011.043 3.296A3.745 3.745 0 0121 12z\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"chat-bubble-left-right\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M20.25 8.511c.884.284 1.5 1.128 1.5 2.097v4.286c0 1.136-.847 2.1-1.98 2.193-.34.027-.68.052-1.02.072v3.091l-3-3c-1.354 0-2.694-.055-4.02-.163a2.115 2.115 0 01-.825-.242m9.345-8.334a2.126 2.126 0 00-.476-.095 48.64 48.64 0 00-8.048 0c-1.131.094-1.976 1.057-1.976 2.192v4.286c0 .837.46 1.58 1.155 1.951m9.345-8.334V6.637c0-1.621-1.152-3.026-2.76-3.235A48.455 48.455 0 0011.25 3c-2.115 0-4.198.137-6.24.402-1.608.209-2.76 1.614-2.76 3.235v6.226c0 1.621 1.152 3.026 2.76 3.235.577.075 1.157.14 1.74.194V21l4.155-4.155\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"calculator\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M15.75 15.75V18m-7.5-6.75h.008v.008H8.25v-.008zm0 2.25h.008v.008H8.25V13.5zm0 2.25h.008v.008H8.25v-.008zm0 2.25h.008v.008H8.25V18zm2.498-6.75h.007v.008h-.007v-.008zm0 2.25h.007v.008h-.007V13.5zm0 2.25h.007v.008h-.007v-.008zm0 2.25h.007v.008h-.007V18zm2.504-6.75h.008v.008h-.008v-.008zm0 2.25h.008v.008h-.008V13.5zm0 2.25h.008v.008h-.008v-.008zm0 2.25h.008v.008h-.008V18zm2.498-6.75h.008v.008h-.008v-.008zm0 2.25h.008v.008h-.008V13.5zM8.25 6h7.5v2.25h-7.5V6zM12 2.25c-1.892 0-3.758.11-5.593.322C5.307 2.7 4.5 3.65 4.5 4.757V19.5a2.25 2.25 0 002.25 2.25h10.5a2.25 2.25 0 002.25-2.25V4.757c0-1.108-.806-2.057-1.907-2.185A48.507 48.507 0 0012 2.25z\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"folder\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M2.25 12.75V12A2.25 2.25 0 014.5 9.75h15A2.25 2.25 0 0121.75 12v.75m-8.69-6.44l-2.12-2.12a1.5 1.5 0 00-1.061-.44H4.5A2.25 2.25 0 002.25 6v12a2.25 2.25 0 002.25 2.25h15A2.25 2.25 0 0021.75 18V9a2.25 2.25 0 00-2.25-2.25h-5.379a1.5 1.5 0 01-1.06-.44z\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"home-modern\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M8.25 21v-4.875c0-.621.504-1.125 1.125-1.125h2.25c.621 0 1.125.504 1.125 1.125V21m0 0h4.5V3.545M12.75 21h7.5V10.75M2.25 21h1.5m18 0h-18M2.25 9l4.5-1.636M18.75 3l-1.5.545m0 6.205l3 1m1.5.5l-1.5-.5M6.75 7.364V3h-3v18m3-13.636l10.5-3.819\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"bookmark-slash\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M3 3l1.664 1.664M21 21l-1.5-1.5m-5.485-1.242L12 17.25 4.5 21V8.742m.164-4.078a2.15 2.15 0 011.743-1.342 48.507 48.507 0 0111.186 0c1.1.128 1.907 1.077 1.907 2.185V19.5M4.664 4.664L19.5 19.5\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"globe-americas\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M6.115 5.19l.319 1.913A6 6 0 008.11 10.36L9.75 12l-.387.775c-.217.433-.132.956.21 1.298l1.348 1.348c.21.21.329.497.329.795v1.089c0 .426.24.815.622 1.006l.153.076c.433.217.956.132 1.298-.21l.723-.723a8.7 8.7 0 002.288-4.042 1.087 1.087 0 00-.358-1.099l-1.33-1.108c-.251-.21-.582-.299-.905-.245l-1.17.195a1.125 1.125 0 01-.98-.314l-.295-.295a1.125 1.125 0 010-1.591l.13-.132a1.125 1.125 0 011.3-.21l.603.302a.809.809 0 001.086-1.086L14.25 7.5l1.256-.837a4.5 4.5 0 001.528-1.732l.146-.292M6.115 5.19A9 9 0 1017.18 4.64M6.115 5.19A8.965 8.965 0 0112 3c1.929 0 3.716.607 5.18 1.64\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"bolt-slash\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M11.412 15.655L9.75 21.75l3.745-4.012M9.257 13.5H3.75l2.659-2.849m2.048-2.194L14.25 2.25 12 10.5h8.25l-4.707 5.043M8.457 8.457L3 3m5.457 5.457l7.086 7.086m0 0L21 21\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"speaker-x-mark\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M17.25 9.75L19.5 12m0 0l2.25 2.25M19.5 12l2.25-2.25M19.5 12l-2.25 2.25m-10.5-6l4.72-4.72a.75.75 0 011.28.531V19.94a.75.75 0 01-1.28.53l-4.72-4.72H4.51c-.88 0-1.704-.506-1.938-1.354A9.01 9.01 0 012.25 12c0-.83.112-1.633.322-2.395C2.806 8.757 3.63 8.25 4.51 8.25H6.75z\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"at-symbol\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" d=\"M16.5 12a4.5 4.5 0 11-9 0 4.5 4.5 0 019 0zm0 0c0 1.657 1.007 3 2.25 3S21 13.657 21 12a9 9 0 10-2.636 6.364M16.5 12V8.25\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"clipboard-document\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M8.25 7.5V6.108c0-1.135.845-2.098 1.976-2.192.373-.03.748-.057 1.123-.08M15.75 18H18a2.25 2.25 0 002.25-2.25V6.108c0-1.135-.845-2.098-1.976-2.192a48.424 48.424 0 00-1.123-.08M15.75 18.75v-1.875a3.375 3.375 0 00-3.375-3.375h-1.5a1.125 1.125 0 01-1.125-1.125v-1.5A3.375 3.375 0 006.375 7.5H5.25m11.9-3.664A2.251 2.251 0 0015 2.25h-1.5a2.251 2.251 0 00-2.15 1.586m5.8 0c.065.21.1.433.1.664v.75h-6V4.5c0-.231.035-.454.1-.664M6.75 7.5H4.875c-.621 0-1.125.504-1.125 1.125v12c0 .621.504 1.125 1.125 1.125h9.75c.621 0 1.125-.504 1.125-1.125V16.5a9 9 0 00-9-9z\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"plus\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M12 4.5v15m7.5-7.5h-15\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"gif\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M12.75 8.25v7.5m6-7.5h-3V12m0 0v3.75m0-3.75H18M9.75 9.348c-1.03-1.464-2.698-1.464-3.728 0-1.03 1.465-1.03 3.84 0 5.304 1.03 1.464 2.699 1.464 3.728 0V12h-1.5M4.5 19.5h15a2.25 2.25 0 002.25-2.25V6.75A2.25 2.25 0 0019.5 4.5h-15a2.25 2.25 0 00-2.25 2.25v10.5A2.25 2.25 0 004.5 19.5z\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"computer-desktop\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M9 17.25v1.007a3 3 0 01-.879 2.122L7.5 21h9l-.621-.621A3 3 0 0115 18.257V17.25m6-12V15a2.25 2.25 0 01-2.25 2.25H5.25A2.25 2.25 0 013 15V5.25m18 0A2.25 2.25 0 0018.75 3H5.25A2.25 2.25 0 003 5.25m18 0V12a2.25 2.25 0 01-2.25 2.25H5.25A2.25 2.25 0 013 12V5.25\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"arrow-path\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M16.023 9.348h4.992v-.001M2.985 19.644v-4.992m0 0h4.992m-4.993 0l3.181 3.183a8.25 8.25 0 0013.803-3.7M4.031 9.865a8.25 8.25 0 0113.803-3.7l3.181 3.182m0-4.991v4.99\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"gift\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M21 11.25v8.25a1.5 1.5 0 01-1.5 1.5H5.25a1.5 1.5 0 01-1.5-1.5v-8.25M12 4.875A2.625 2.625 0 109.375 7.5H12m0-2.625V7.5m0-2.625A2.625 2.625 0 1114.625 7.5H12m0 0V21m-8.625-9.75h18c.621 0 1.125-.504 1.125-1.125v-1.5c0-.621-.504-1.125-1.125-1.125h-18c-.621 0-1.125.504-1.125 1.125v1.5c0 .621.504 1.125 1.125 1.125z\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"chevron-double-left\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M18.75 19.5l-7.5-7.5 7.5-7.5m-6 15L5.25 12l7.5-7.5\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"video-camera\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" d=\"M15.75 10.5l4.72-4.72a.75.75 0 011.28.53v11.38a.75.75 0 01-1.28.53l-4.72-4.72M4.5 18.75h9a2.25 2.25 0 002.25-2.25v-9a2.25 2.25 0 00-2.25-2.25h-9A2.25 2.25 0 002.25 7.5v9a2.25 2.25 0 002.25 2.25z\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"stop\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M5.25 7.5A2.25 2.25 0 017.5 5.25h9a2.25 2.25 0 012.25 2.25v9a2.25 2.25 0 01-2.25 2.25h-9a2.25 2.25 0 01-2.25-2.25v-9z\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"gift-top\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M12 3.75v16.5M2.25 12h19.5M6.375 17.25a4.875 4.875 0 004.875-4.875V12m6.375 5.25a4.875 4.875 0 01-4.875-4.875V12m-9 8.25h16.5a1.5 1.5 0 001.5-1.5V5.25a1.5 1.5 0 00-1.5-1.5H3.75a1.5 1.5 0 00-1.5 1.5v13.5a1.5 1.5 0 001.5 1.5zm12.621-9.44c-1.409 1.41-4.242 1.061-4.242 1.061s-.349-2.833 1.06-4.242a2.25 2.25 0 013.182 3.182zM10.773 7.63c1.409 1.409 1.06 4.242 1.06 4.242S9 12.22 7.592 10.811a2.25 2.25 0 113.182-3.182z\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"currency-bangladeshi\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M8.25 7.5l.415-.207a.75.75 0 011.085.67V10.5m0 0h6m-6 0h-1.5m1.5 0v5.438c0 .354.161.697.473.865a3.751 3.751 0 005.452-2.553c.083-.409-.263-.75-.68-.75h-.745M21 12a9 9 0 11-18 0 9 9 0 0118 0z\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"arrow-down\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M19.5 13.5L12 21m0 0l-7.5-7.5M12 21V3\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"megaphone\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M10.34 15.84c-.688-.06-1.386-.09-2.09-.09H7.5a4.5 4.5 0 110-9h.75c.704 0 1.402-.03 2.09-.09m0 9.18c.253.962.584 1.892.985 2.783.247.55.06 1.21-.463 1.511l-.657.38c-.551.318-1.26.117-1.527-.461a20.845 20.845 0 01-1.44-4.282m3.102.069a18.03 18.03 0 01-.59-4.59c0-1.586.205-3.124.59-4.59m0 9.18a23.848 23.848 0 018.835 2.535M10.34 6.66a23.847 23.847 0 008.835-2.535m0 0A23.74 23.74 0 0018.795 3m.38 1.125a23.91 23.91 0 011.014 5.395m-1.014 8.855c-.118.38-.245.754-.38 1.125m.38-1.125a23.91 23.91 0 001.014-5.395m0-3.46c.495.413.811 1.035.811 1.73 0 .695-.316 1.317-.811 1.73m0-3.46a24.347 24.347 0 010 3.46\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"lock-closed\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M16.5 10.5V6.75a4.5 4.5 0 10-9 0v3.75m-.75 11.25h10.5a2.25 2.25 0 002.25-2.25v-6.75a2.25 2.25 0 00-2.25-2.25H6.75a2.25 2.25 0 00-2.25 2.25v6.75a2.25 2.25 0 002.25 2.25z\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"check\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M4.5 12.75l6 6 9-13.5\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"arrow-down-tray\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M3 16.5v2.25A2.25 2.25 0 005.25 21h13.5A2.25 2.25 0 0021 18.75V16.5M16.5 12L12 16.5m0 0L7.5 12m4.5 4.5V3\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"clock\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M12 6v6h4.5m4.5 0a9 9 0 11-18 0 9 9 0 0118 0z\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"fire\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M15.362 5.214A8.252 8.252 0 0112 21 8.25 8.25 0 016.038 7.048 8.287 8.287 0 009 9.6a8.983 8.983 0 013.361-6.867 8.21 8.21 0 003 2.48z\"/>  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M12 18a3.75 3.75 0 00.495-7.467 5.99 5.99 0 00-1.925 3.546 5.974 5.974 0 01-2.133-1A3.75 3.75 0 0012 18z\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"arrow-up-circle\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M15 11.25l-3-3m0 0l-3 3m3-3v7.5M21 12a9 9 0 11-18 0 9 9 0 0118 0z\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"cursor-arrow-ripple\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M15.042 21.672L13.684 16.6m0 0l-2.51 2.225.569-9.47 5.227 7.917-3.286-.672zm-7.518-.267A8.25 8.25 0 1120.25 10.5M8.288 14.212A5.25 5.25 0 1117.25 10.5\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"hand-thumb-up\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M6.633 10.5c.806 0 1.533-.446 2.031-1.08a9.041 9.041 0 012.861-2.4c.723-.384 1.35-.956 1.653-1.715a4.498 4.498 0 00.322-1.672V3a.75.75 0 01.75-.75A2.25 2.25 0 0116.5 4.5c0 1.152-.26 2.243-.723 3.218-.266.558.107 1.282.725 1.282h3.126c1.026 0 1.945.694 2.054 1.715.045.422.068.85.068 1.285a11.95 11.95 0 01-2.649 7.521c-.388.482-.987.729-1.605.729H13.48c-.483 0-.964-.078-1.423-.23l-3.114-1.04a4.501 4.501 0 00-1.423-.23H5.904M14.25 9h2.25M5.904 18.75c.083.205.173.405.27.602.197.4-.078.898-.523.898h-.908c-.889 0-1.713-.518-1.972-1.368a12 12 0 01-.521-3.507c0-1.553.295-3.036.831-4.398C3.387 10.203 4.167 9.75 5 9.75h1.053c.472 0 .745.556.5.96a8.958 8.958 0 00-1.302 4.665c0 1.194.232 2.333.654 3.375z\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"arrow-left-circle\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M11.25 9l-3 3m0 0l3 3m-3-3h7.5M21 12a9 9 0 11-18 0 9 9 0 0118 0z\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"arrow-small-up\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M12 19.5v-15m0 0l-6.75 6.75M12 4.5l6.75 6.75\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"chevron-double-right\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M11.25 4.5l7.5 7.5-7.5 7.5m-6-15l7.5 7.5-7.5 7.5\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"chat-bubble-bottom-center\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M2.25 12.76c0 1.6 1.123 2.994 2.707 3.227 1.068.157 2.148.279 3.238.364.466.037.893.281 1.153.671L12 21l2.652-3.978c.26-.39.687-.634 1.153-.67 1.09-.086 2.17-.208 3.238-.365 1.584-.233 2.707-1.626 2.707-3.228V6.741c0-1.602-1.123-2.995-2.707-3.228A48.394 48.394 0 0012 3c-2.392 0-4.744.175-7.043.513C3.373 3.746 2.25 5.14 2.25 6.741v6.018z\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"pause\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M15.75 5.25v13.5m-7.5-13.5v13.5\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"radio\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M3.75 7.5l16.5-4.125M12 6.75c-2.708 0-5.363.224-7.948.655C2.999 7.58 2.25 8.507 2.25 9.574v9.176A2.25 2.25 0 004.5 21h15a2.25 2.25 0 002.25-2.25V9.574c0-1.067-.75-1.994-1.802-2.169A48.329 48.329 0 0012 6.75zm-1.683 6.443l-.005.005-.006-.005.006-.005.005.005zm-.005 2.127l-.005-.006.005-.005.005.005-.005.005zm-2.116-.006l-.005.006-.006-.006.005-.005.006.005zm-.005-2.116l-.006-.005.006-.005.005.005-.005.005zM9.255 10.5v.008h-.008V10.5h.008zm3.249 1.88l-.007.004-.003-.007.006-.003.004.006zm-1.38 5.126l-.003-.006.006-.004.004.007-.006.003zm.007-6.501l-.003.006-.007-.003.004-.007.006.004zm1.37 5.129l-.007-.004.004-.006.006.003-.004.007zm.504-1.877h-.008v-.007h.008v.007zM9.255 18v.008h-.008V18h.008zm-3.246-1.87l-.007.004L6 16.127l.006-.003.004.006zm1.366-5.119l-.004-.006.006-.004.004.007-.006.003zM7.38 17.5l-.003.006-.007-.003.004-.007.006.004zm-1.376-5.116L6 12.38l.003-.007.007.004-.004.007zm-.5 1.873h-.008v-.007h.008v.007zM17.25 12.75a.75.75 0 110-1.5.75.75 0 010 1.5zm0 4.5a.75.75 0 110-1.5.75.75 0 010 1.5z\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"variable\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M4.745 3A23.933 23.933 0 003 12c0 3.183.62 6.22 1.745 9M19.5 3c.967 2.78 1.5 5.817 1.5 9s-.533 6.22-1.5 9M8.25 8.885l1.444-.89a.75.75 0 011.105.402l2.402 7.206a.75.75 0 001.104.401l1.445-.889m-8.25.75l.213.09a1.687 1.687 0 002.062-.617l4.45-6.676a1.688 1.688 0 012.062-.618l.213.09\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"microphone\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M12 18.75a6 6 0 006-6v-1.5m-6 7.5a6 6 0 01-6-6v-1.5m6 7.5v3.75m-3.75 0h7.5M12 15.75a3 3 0 01-3-3V4.5a3 3 0 116 0v8.25a3 3 0 01-3 3z\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"power\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M5.636 5.636a9 9 0 1012.728 0M12 3v9\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"chart-bar-square\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M7.5 14.25v2.25m3-4.5v4.5m3-6.75v6.75m3-9v9M6 20.25h12A2.25 2.25 0 0020.25 18V6A2.25 2.25 0 0018 3.75H6A2.25 2.25 0 003.75 6v12A2.25 2.25 0 006 20.25z\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"rectangle-stack\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M6 6.878V6a2.25 2.25 0 012.25-2.25h7.5A2.25 2.25 0 0118 6v.878m-12 0c.235-.083.487-.128.75-.128h10.5c.263 0 .515.045.75.128m-12 0A2.25 2.25 0 004.5 9v.878m13.5-3A2.25 2.25 0 0119.5 9v.878m0 0a2.246 2.246 0 00-.75-.128H5.25c-.263 0-.515.045-.75.128m15 0A2.25 2.25 0 0121 12v6a2.25 2.25 0 01-2.25 2.25H5.25A2.25 2.25 0 013 18v-6c0-.98.626-1.813 1.5-2.122\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"video-camera-slash\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M15.75 10.5l4.72-4.72a.75.75 0 011.28.53v11.38a.75.75 0 01-1.28.53l-4.72-4.72M12 18.75H4.5a2.25 2.25 0 01-2.25-2.25V9m12.841 9.091L16.5 19.5m-1.409-1.409c.407-.407.659-.97.659-1.591v-9a2.25 2.25 0 00-2.25-2.25h-9c-.621 0-1.184.252-1.591.659m12.182 12.182L2.909 5.909M1.5 4.5l1.409 1.409\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"squares-plus\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M13.5 16.875h3.375m0 0h3.375m-3.375 0V13.5m0 3.375v3.375M6 10.5h2.25a2.25 2.25 0 002.25-2.25V6a2.25 2.25 0 00-2.25-2.25H6A2.25 2.25 0 003.75 6v2.25A2.25 2.25 0 006 10.5zm0 9.75h2.25A2.25 2.25 0 0010.5 18v-2.25a2.25 2.25 0 00-2.25-2.25H6a2.25 2.25 0 00-2.25 2.25V18A2.25 2.25 0 006 20.25zm9.75-9.75H18a2.25 2.25 0 002.25-2.25V6A2.25 2.25 0 0018 3.75h-2.25A2.25 2.25 0 0013.5 6v2.25a2.25 2.25 0 002.25 2.25z\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"key\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M15.75 5.25a3 3 0 013 3m3 0a6 6 0 01-7.029 5.912c-.563-.097-1.159.026-1.563.43L10.5 17.25H8.25v2.25H6v2.25H2.25v-2.818c0-.597.237-1.17.659-1.591l6.499-6.499c.404-.404.527-1 .43-1.563A6 6 0 1121.75 8.25z\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"archive-box-x-mark\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M20.25 7.5l-.625 10.632a2.25 2.25 0 01-2.247 2.118H6.622a2.25 2.25 0 01-2.247-2.118L3.75 7.5m6 4.125l2.25 2.25m0 0l2.25 2.25M12 13.875l2.25-2.25M12 13.875l-2.25 2.25M3.375 7.5h17.25c.621 0 1.125-.504 1.125-1.125v-1.5c0-.621-.504-1.125-1.125-1.125H3.375c-.621 0-1.125.504-1.125 1.125v1.5c0 .621.504 1.125 1.125 1.125z\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"eye\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M2.036 12.322a1.012 1.012 0 010-.639C3.423 7.51 7.36 4.5 12 4.5c4.638 0 8.573 3.007 9.963 7.178.07.207.07.431 0 .639C20.577 16.49 16.64 19.5 12 19.5c-4.638 0-8.573-3.007-9.963-7.178z\"/>  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M15 12a3 3 0 11-6 0 3 3 0 016 0z\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"wrench-screwdriver\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M11.42 15.17L17.25 21A2.652 2.652 0 0021 17.25l-5.877-5.877M11.42 15.17l2.496-3.03c.317-.384.74-.626 1.208-.766M11.42 15.17l-4.655 5.653a2.548 2.548 0 11-3.586-3.586l6.837-5.63m5.108-.233c.55-.164 1.163-.188 1.743-.14a4.5 4.5 0 004.486-6.336l-3.276 3.277a3.004 3.004 0 01-2.25-2.25l3.276-3.276a4.5 4.5 0 00-6.336 4.486c.091 1.076-.071 2.264-.904 2.95l-.102.085m-1.745 1.437L5.909 7.5H4.5L2.25 3.75l1.5-1.5L7.5 4.5v1.409l4.26 4.26m-1.745 1.437l1.745-1.437m6.615 8.206L15.75 15.75M4.867 19.125h.008v.008h-.008v-.008z\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"paper-clip\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M18.375 12.739l-7.693 7.693a4.5 4.5 0 01-6.364-6.364l10.94-10.94A3 3 0 1119.5 7.372L8.552 18.32m.009-.01l-.01.01m5.699-9.941l-7.81 7.81a1.5 1.5 0 002.112 2.13\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"bell-alert\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M14.857 17.082a23.848 23.848 0 005.454-1.31A8.967 8.967 0 0118 9.75v-.7V9A6 6 0 006 9v.75a8.967 8.967 0 01-2.312 6.022c1.733.64 3.56 1.085 5.455 1.31m5.714 0a24.255 24.255 0 01-5.714 0m5.714 0a3 3 0 11-5.714 0M3.124 7.5A8.969 8.969 0 015.292 3m13.416 0a8.969 8.969 0 012.168 4.5\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"arrow-uturn-left\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M9 15L3 9m0 0l6-6M3 9h12a6 6 0 010 12h-3\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"inbox-stack\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M7.875 14.25l1.214 1.942a2.25 2.25 0 001.908 1.058h2.006c.776 0 1.497-.4 1.908-1.058l1.214-1.942M2.41 9h4.636a2.25 2.25 0 011.872 1.002l.164.246a2.25 2.25 0 001.872 1.002h2.092a2.25 2.25 0 001.872-1.002l.164-.246A2.25 2.25 0 0116.954 9h4.636M2.41 9a2.25 2.25 0 00-.16.832V12a2.25 2.25 0 002.25 2.25h15A2.25 2.25 0 0021.75 12V9.832c0-.287-.055-.57-.16-.832M2.41 9a2.25 2.25 0 01.382-.632l3.285-3.832a2.25 2.25 0 011.708-.786h8.43c.657 0 1.281.287 1.709.786l3.284 3.832c.163.19.291.404.382.632M4.5 20.25h15A2.25 2.25 0 0021.75 18v-2.625c0-.621-.504-1.125-1.125-1.125H3.375c-.621 0-1.125.504-1.125 1.125V18a2.25 2.25 0 002.25 2.25z\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"chevron-double-up\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M4.5 12.75l7.5-7.5 7.5 7.5m-15 6l7.5-7.5 7.5 7.5\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"command-line\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M6.75 7.5l3 2.25-3 2.25m4.5 0h3m-9 8.25h13.5A2.25 2.25 0 0021 18V6a2.25 2.25 0 00-2.25-2.25H5.25A2.25 2.25 0 003 6v12a2.25 2.25 0 002.25 2.25z\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"rocket-launch\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M15.59 14.37a6 6 0 01-5.84 7.38v-4.8m5.84-2.58a14.98 14.98 0 006.16-12.12A14.98 14.98 0 009.631 8.41m5.96 5.96a14.926 14.926 0 01-5.841 2.58m-.119-8.54a6 6 0 00-7.381 5.84h4.8m2.581-5.84a14.927 14.927 0 00-2.58 5.84m2.699 2.7c-.103.021-.207.041-.311.06a15.09 15.09 0 01-2.448-2.448 14.9 14.9 0 01.06-.312m-2.24 2.39a4.493 4.493 0 00-1.757 4.306 4.493 4.493 0 004.306-1.758M16.5 9a1.5 1.5 0 11-3 0 1.5 1.5 0 013 0z\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"signal-slash\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M3 3l8.735 8.735m0 0a.374.374 0 11.53.53m-.53-.53l.53.53m0 0L21 21M14.652 9.348a3.75 3.75 0 010 5.304m2.121-7.425a6.75 6.75 0 010 9.546m2.121-11.667c3.808 3.807 3.808 9.98 0 13.788m-9.546-4.242a3.733 3.733 0 01-1.06-2.122m-1.061 4.243a6.75 6.75 0 01-1.625-6.929m-.496 9.05c-3.068-3.067-3.664-7.67-1.79-11.334M12 12h.008v.008H12V12z\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"chat-bubble-left-ellipsis\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M8.625 9.75a.375.375 0 11-.75 0 .375.375 0 01.75 0zm0 0H8.25m4.125 0a.375.375 0 11-.75 0 .375.375 0 01.75 0zm0 0H12m4.125 0a.375.375 0 11-.75 0 .375.375 0 01.75 0zm0 0h-.375m-13.5 3.01c0 1.6 1.123 2.994 2.707 3.227 1.087.16 2.185.283 3.293.369V21l4.184-4.183a1.14 1.14 0 01.778-.332 48.294 48.294 0 005.83-.498c1.585-.233 2.708-1.626 2.708-3.228V6.741c0-1.602-1.123-2.995-2.707-3.228A48.394 48.394 0 0012 3c-2.392 0-4.744.175-7.043.513C3.373 3.746 2.25 5.14 2.25 6.741v6.018z\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"envelope\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M21.75 6.75v10.5a2.25 2.25 0 01-2.25 2.25h-15a2.25 2.25 0 01-2.25-2.25V6.75m19.5 0A2.25 2.25 0 0019.5 4.5h-15a2.25 2.25 0 00-2.25 2.25m19.5 0v.243a2.25 2.25 0 01-1.07 1.916l-7.5 4.615a2.25 2.25 0 01-2.36 0L3.32 8.91a2.25 2.25 0 01-1.07-1.916V6.75\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"x-circle\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M9.75 9.75l4.5 4.5m0-4.5l-4.5 4.5M21 12a9 9 0 11-18 0 9 9 0 0118 0z\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"shopping-bag\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M15.75 10.5V6a3.75 3.75 0 10-7.5 0v4.5m11.356-1.993l1.263 12c.07.665-.45 1.243-1.119 1.243H4.25a1.125 1.125 0 01-1.12-1.243l1.264-12A1.125 1.125 0 015.513 7.5h12.974c.576 0 1.059.435 1.119 1.007zM8.625 10.5a.375.375 0 11-.75 0 .375.375 0 01.75 0zm7.5 0a.375.375 0 11-.75 0 .375.375 0 01.75 0z\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"funnel\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M12 3c2.755 0 5.455.232 8.083.678.533.09.917.556.917 1.096v1.044a2.25 2.25 0 01-.659 1.591l-5.432 5.432a2.25 2.25 0 00-.659 1.591v2.927a2.25 2.25 0 01-1.244 2.013L9.75 21v-6.568a2.25 2.25 0 00-.659-1.591L3.659 7.409A2.25 2.25 0 013 5.818V4.774c0-.54.384-1.006.917-1.096A48.32 48.32 0 0112 3z\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"code-bracket\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M17.25 6.75L22.5 12l-5.25 5.25m-10.5 0L1.5 12l5.25-5.25m7.5-3l-4.5 16.5\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"user-plus\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M19 7.5v3m0 0v3m0-3h3m-3 0h-3m-2.25-4.125a3.375 3.375 0 11-6.75 0 3.375 3.375 0 016.75 0zM4 19.235v-.11a6.375 6.375 0 0112.75 0v.109A12.318 12.318 0 0110.374 21c-2.331 0-4.512-.645-6.374-1.766z\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"chat-bubble-oval-left\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M12 20.25c4.97 0 9-3.694 9-8.25s-4.03-8.25-9-8.25S3 7.444 3 12c0 2.104.859 4.023 2.273 5.48.432.447.74 1.04.586 1.641a4.483 4.483 0 01-.923 1.785A5.969 5.969 0 006 21c1.282 0 2.47-.402 3.445-1.087.81.22 1.668.337 2.555.337z\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"arrow-trending-down\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M2.25 6L9 12.75l4.286-4.286a11.948 11.948 0 014.306 6.43l.776 2.898m0 0l3.182-5.511m-3.182 5.51l-5.511-3.181\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"building-storefront\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M13.5 21v-7.5a.75.75 0 01.75-.75h3a.75.75 0 01.75.75V21m-4.5 0H2.36m11.14 0H18m0 0h3.64m-1.39 0V9.349m-16.5 11.65V9.35m0 0a3.001 3.001 0 003.75-.615A2.993 2.993 0 009.75 9.75c.896 0 1.7-.393 2.25-1.016a2.993 2.993 0 002.25 1.016c.896 0 1.7-.393 2.25-1.016a3.001 3.001 0 003.75.614m-16.5 0a3.004 3.004 0 01-.621-4.72L4.318 3.44A1.5 1.5 0 015.378 3h13.243a1.5 1.5 0 011.06.44l1.19 1.189a3 3 0 01-.621 4.72m-13.5 8.65h3.75a.75.75 0 00.75-.75V13.5a.75.75 0 00-.75-.75H6.75a.75.75 0 00-.75.75v3.75c0 .415.336.75.75.75z\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"paper-airplane\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M6 12L3.269 3.126A59.768 59.768 0 0121.485 12 59.77 59.77 0 013.27 20.876L5.999 12zm0 0h7.5\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"arrow-up-tray\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M3 16.5v2.25A2.25 2.25 0 005.25 21h13.5A2.25 2.25 0 0021 18.75V16.5m-13.5-9L12 3m0 0l4.5 4.5M12 3v13.5\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"user-circle\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M17.982 18.725A7.488 7.488 0 0012 15.75a7.488 7.488 0 00-5.982 2.975m11.963 0a9 9 0 10-11.963 0m11.963 0A8.966 8.966 0 0112 21a8.966 8.966 0 01-5.982-2.275M15 9.75a3 3 0 11-6 0 3 3 0 016 0z\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"cpu-chip\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M8.25 3v1.5M4.5 8.25H3m18 0h-1.5M4.5 12H3m18 0h-1.5m-15 3.75H3m18 0h-1.5M8.25 19.5V21M12 3v1.5m0 15V21m3.75-18v1.5m0 15V21m-9-1.5h10.5a2.25 2.25 0 002.25-2.25V6.75a2.25 2.25 0 00-2.25-2.25H6.75A2.25 2.25 0 004.5 6.75v10.5a2.25 2.25 0 002.25 2.25zm.75-12h9v9h-9v-9z\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"backspace\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M12 9.75L14.25 12m0 0l2.25 2.25M14.25 12l2.25-2.25M14.25 12L12 14.25m-2.58 4.92l-6.375-6.375a1.125 1.125 0 010-1.59L9.42 4.83c.211-.211.498-.33.796-.33H19.5a2.25 2.25 0 012.25 2.25v10.5a2.25 2.25 0 01-2.25 2.25h-9.284c-.298 0-.585-.119-.796-.33z\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"arrow-right-on-rectangle\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M15.75 9V5.25A2.25 2.25 0 0013.5 3h-6a2.25 2.25 0 00-2.25 2.25v13.5A2.25 2.25 0 007.5 21h6a2.25 2.25 0 002.25-2.25V15m3 0l3-3m0 0l-3-3m3 3H9\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"ellipsis-vertical\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M12 6.75a.75.75 0 110-1.5.75.75 0 010 1.5zM12 12.75a.75.75 0 110-1.5.75.75 0 010 1.5zM12 18.75a.75.75 0 110-1.5.75.75 0 010 1.5z\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"arrow-small-right\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M4.5 12h15m0 0l-6.75-6.75M19.5 12l-6.75 6.75\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"user-group\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M18 18.72a9.094 9.094 0 003.741-.479 3 3 0 00-4.682-2.72m.94 3.198l.001.031c0 .225-.012.447-.037.666A11.944 11.944 0 0112 21c-2.17 0-4.207-.576-5.963-1.584A6.062 6.062 0 016 18.719m12 0a5.971 5.971 0 00-.941-3.197m0 0A5.995 5.995 0 0012 12.75a5.995 5.995 0 00-5.058 2.772m0 0a3 3 0 00-4.681 2.72 8.986 8.986 0 003.74.477m.94-3.197a5.971 5.971 0 00-.94 3.197M15 6.75a3 3 0 11-6 0 3 3 0 016 0zm6 3a2.25 2.25 0 11-4.5 0 2.25 2.25 0 014.5 0zm-13.5 0a2.25 2.25 0 11-4.5 0 2.25 2.25 0 014.5 0z\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"arrow-uturn-right\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M15 15l6-6m0 0l-6-6m6 6H9a6 6 0 000 12h3\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"chat-bubble-left\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M2.25 12.76c0 1.6 1.123 2.994 2.707 3.227 1.087.16 2.185.283 3.293.369V21l4.076-4.076a1.526 1.526 0 011.037-.443 48.282 48.282 0 005.68-.494c1.584-.233 2.707-1.626 2.707-3.228V6.741c0-1.602-1.123-2.995-2.707-3.228A48.394 48.394 0 0012 3c-2.392 0-4.744.175-7.043.513C3.373 3.746 2.25 5.14 2.25 6.741v6.018z\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"chevron-double-down\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M19.5 5.25l-7.5 7.5-7.5-7.5m15 6l-7.5 7.5-7.5-7.5\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"document-plus\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M19.5 14.25v-2.625a3.375 3.375 0 00-3.375-3.375h-1.5A1.125 1.125 0 0113.5 7.125v-1.5a3.375 3.375 0 00-3.375-3.375H8.25m3.75 9v6m3-3H9m1.5-12H5.625c-.621 0-1.125.504-1.125 1.125v17.25c0 .621.504 1.125 1.125 1.125h12.75c.621 0 1.125-.504 1.125-1.125V11.25a9 9 0 00-9-9z\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"x-mark\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M6 18L18 6M6 6l12 12\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"user-minus\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M22 10.5h-6m-2.25-4.125a3.375 3.375 0 11-6.75 0 3.375 3.375 0 016.75 0zM4 19.235v-.11a6.375 6.375 0 0112.75 0v.109A12.318 12.318 0 0110.374 21c-2.331 0-4.512-.645-6.374-1.766z\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"star\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M11.48 3.499a.562.562 0 011.04 0l2.125 5.111a.563.563 0 00.475.345l5.518.442c.499.04.701.663.321.988l-4.204 3.602a.563.563 0 00-.182.557l1.285 5.385a.562.562 0 01-.84.61l-4.725-2.885a.563.563 0 00-.586 0L6.982 20.54a.562.562 0 01-.84-.61l1.285-5.386a.562.562 0 00-.182-.557l-4.204-3.602a.563.563 0 01.321-.988l5.518-.442a.563.563 0 00.475-.345L11.48 3.5z\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"arrow-up-on-square-stack\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M7.5 7.5h-.75A2.25 2.25 0 004.5 9.75v7.5a2.25 2.25 0 002.25 2.25h7.5a2.25 2.25 0 002.25-2.25v-7.5a2.25 2.25 0 00-2.25-2.25h-.75m0-3l-3-3m0 0l-3 3m3-3v11.25m6-2.25h.75a2.25 2.25 0 012.25 2.25v7.5a2.25 2.25 0 01-2.25 2.25h-7.5a2.25 2.25 0 01-2.25-2.25v-.75\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"arrow-down-on-square\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M9 8.25H7.5a2.25 2.25 0 00-2.25 2.25v9a2.25 2.25 0 002.25 2.25h9a2.25 2.25 0 002.25-2.25v-9a2.25 2.25 0 00-2.25-2.25H15M9 12l3 3m0 0l3-3m-3 3V2.25\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"printer\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M6.72 13.829c-.24.03-.48.062-.72.096m.72-.096a42.415 42.415 0 0110.56 0m-10.56 0L6.34 18m10.94-4.171c.24.03.48.062.72.096m-.72-.096L17.66 18m0 0l.229 2.523a1.125 1.125 0 01-1.12 1.227H7.231c-.662 0-1.18-.568-1.12-1.227L6.34 18m11.318 0h1.091A2.25 2.25 0 0021 15.75V9.456c0-1.081-.768-2.015-1.837-2.175a48.055 48.055 0 00-1.913-.247M6.34 18H5.25A2.25 2.25 0 013 15.75V9.456c0-1.081.768-2.015 1.837-2.175a48.041 48.041 0 011.913-.247m10.5 0a48.536 48.536 0 00-10.5 0m10.5 0V3.375c0-.621-.504-1.125-1.125-1.125h-8.25c-.621 0-1.125.504-1.125 1.125v3.659M18 10.5h.008v.008H18V10.5zm-3 0h.008v.008H15V10.5z\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"building-library\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M12 21v-8.25M15.75 21v-8.25M8.25 21v-8.25M3 9l9-6 9 6m-1.5 12V10.332A48.36 48.36 0 0012 9.75c-2.551 0-5.056.2-7.5.582V21M3 21h18M12 6.75h.008v.008H12V6.75z\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"book-open\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M12 6.042A8.967 8.967 0 006 3.75c-1.052 0-2.062.18-3 .512v14.25A8.987 8.987 0 016 18c2.305 0 4.408.867 6 2.292m0-14.25a8.966 8.966 0 016-2.292c1.052 0 2.062.18 3 .512v14.25A8.987 8.987 0 0018 18a8.967 8.967 0 00-6 2.292m0-14.25v14.25\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"heart\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M21 8.25c0-2.485-2.099-4.5-4.688-4.5-1.935 0-3.597 1.126-4.312 2.733-.715-1.607-2.377-2.733-4.313-2.733C5.1 3.75 3 5.765 3 8.25c0 7.22 9 12 9 12s9-4.78 9-12z\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"cog-6-tooth\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M9.594 3.94c.09-.542.56-.94 1.11-.94h2.593c.55 0 1.02.398 1.11.94l.213 1.281c.063.374.313.686.645.87.074.04.147.083.22.127.324.196.72.257 1.075.124l1.217-.456a1.125 1.125 0 011.37.49l1.296 2.247a1.125 1.125 0 01-.26 1.431l-1.003.827c-.293.24-.438.613-.431.992a6.759 6.759 0 010 .255c-.007.378.138.75.43.99l1.005.828c.424.35.534.954.26 1.43l-1.298 2.247a1.125 1.125 0 01-1.369.491l-1.217-.456c-.355-.133-.75-.072-1.076.124a6.57 6.57 0 01-.22.128c-.331.183-.581.495-.644.869l-.213 1.28c-.09.543-.56.941-1.11.941h-2.594c-.55 0-1.02-.398-1.11-.94l-.213-1.281c-.062-.374-.312-.686-.644-.87a6.52 6.52 0 01-.22-.127c-.325-.196-.72-.257-1.076-.124l-1.217.456a1.125 1.125 0 01-1.369-.49l-1.297-2.247a1.125 1.125 0 01.26-1.431l1.004-.827c.292-.24.437-.613.43-.992a6.932 6.932 0 010-.255c.007-.378-.138-.75-.43-.99l-1.004-.828a1.125 1.125 0 01-.26-1.43l1.297-2.247a1.125 1.125 0 011.37-.491l1.216.456c.356.133.751.072 1.076-.124.072-.044.146-.087.22-.128.332-.183.582-.495.644-.869l.214-1.281z\"/>  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M15 12a3 3 0 11-6 0 3 3 0 016 0z\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"share\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M7.217 10.907a2.25 2.25 0 100 2.186m0-2.186c.18.324.283.696.283 1.093s-.103.77-.283 1.093m0-2.186l9.566-5.314m-9.566 7.5l9.566 5.314m0 0a2.25 2.25 0 103.935 2.186 2.25 2.25 0 00-3.935-2.186zm0-12.814a2.25 2.25 0 103.933-2.185 2.25 2.25 0 00-3.933 2.185z\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"battery-0\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M21 10.5h.375c.621 0 1.125.504 1.125 1.125v2.25c0 .621-.504 1.125-1.125 1.125H21M3.75 18h15A2.25 2.25 0 0021 15.75v-6a2.25 2.25 0 00-2.25-2.25h-15A2.25 2.25 0 001.5 9.75v6A2.25 2.25 0 003.75 18z\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"globe-alt\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M12 21a9.004 9.004 0 008.716-6.747M12 21a9.004 9.004 0 01-8.716-6.747M12 21c2.485 0 4.5-4.03 4.5-9S14.485 3 12 3m0 18c-2.485 0-4.5-4.03-4.5-9S9.515 3 12 3m0 0a8.997 8.997 0 017.843 4.582M12 3a8.997 8.997 0 00-7.843 4.582m15.686 0A11.953 11.953 0 0112 10.5c-2.998 0-5.74-1.1-7.843-2.918m15.686 0A8.959 8.959 0 0121 12c0 .778-.099 1.533-.284 2.253m0 0A17.919 17.919 0 0112 16.5c-3.162 0-6.133-.815-8.716-2.247m0 0A9.015 9.015 0 013 12c0-1.605.42-3.113 1.157-4.418\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"beaker\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M9.75 3.104v5.714a2.25 2.25 0 01-.659 1.591L5 14.5M9.75 3.104c-.251.023-.501.05-.75.082m.75-.082a24.301 24.301 0 014.5 0m0 0v5.714c0 .597.237 1.17.659 1.591L19.8 15.3M14.25 3.104c.251.023.501.05.75.082M19.8 15.3l-1.57.393A9.065 9.065 0 0112 15a9.065 9.065 0 00-6.23-.693L5 14.5m14.8.8l1.402 1.402c1.232 1.232.65 3.318-1.067 3.611A48.309 48.309 0 0112 21c-2.773 0-5.491-.235-8.135-.687-1.718-.293-2.3-2.379-1.067-3.61L5 14.5\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"pencil\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M16.862 4.487l1.687-1.688a1.875 1.875 0 112.652 2.652L6.832 19.82a4.5 4.5 0 01-1.897 1.13l-2.685.8.8-2.685a4.5 4.5 0 011.13-1.897L16.863 4.487zm0 0L19.5 7.125\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"bell\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M14.857 17.082a23.848 23.848 0 005.454-1.31A8.967 8.967 0 0118 9.75v-.7V9A6 6 0 006 9v.75a8.967 8.967 0 01-2.312 6.022c1.733.64 3.56 1.085 5.455 1.31m5.714 0a24.255 24.255 0 01-5.714 0m5.714 0a3 3 0 11-5.714 0\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"server\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M21.75 17.25v-.228a4.5 4.5 0 00-.12-1.03l-2.268-9.64a3.375 3.375 0 00-3.285-2.602H7.923a3.375 3.375 0 00-3.285 2.602l-2.268 9.64a4.5 4.5 0 00-.12 1.03v.228m19.5 0a3 3 0 01-3 3H5.25a3 3 0 01-3-3m19.5 0a3 3 0 00-3-3H5.25a3 3 0 00-3 3m16.5 0h.008v.008h-.008v-.008zm-3 0h.008v.008h-.008v-.008z\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"question-mark-circle\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M9.879 7.519c1.171-1.025 3.071-1.025 4.242 0 1.172 1.025 1.172 2.687 0 3.712-.203.179-.43.326-.67.442-.745.361-1.45.999-1.45 1.827v.75M21 12a9 9 0 11-18 0 9 9 0 0118 0zm-9 5.25h.008v.008H12v-.008z\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"arrow-left\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M10.5 19.5L3 12m0 0l7.5-7.5M3 12h18\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"eye-slash\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M3.98 8.223A10.477 10.477 0 001.934 12C3.226 16.338 7.244 19.5 12 19.5c.993 0 1.953-.138 2.863-.395M6.228 6.228A10.45 10.45 0 0112 4.5c4.756 0 8.773 3.162 10.065 7.498a10.523 10.523 0 01-4.293 5.774M6.228 6.228L3 3m3.228 3.228l3.65 3.65m7.894 7.894L21 21m-3.228-3.228l-3.65-3.65m0 0a3 3 0 10-4.243-4.243m4.242 4.242L9.88 9.88\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"currency-euro\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M14.25 7.756a4.5 4.5 0 100 8.488M7.5 10.5h5.25m-5.25 3h5.25M21 12a9 9 0 11-18 0 9 9 0 0118 0z\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"adjustments-vertical\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M6 13.5V3.75m0 9.75a1.5 1.5 0 010 3m0-3a1.5 1.5 0 000 3m0 3.75V16.5m12-3V3.75m0 9.75a1.5 1.5 0 010 3m0-3a1.5 1.5 0 000 3m0 3.75V16.5m-6-9V3.75m0 3.75a1.5 1.5 0 010 3m0-3a1.5 1.5 0 000 3m0 9.75V10.5\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"chevron-up\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M4.5 15.75l7.5-7.5 7.5 7.5\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"presentation-chart-bar\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M3.75 3v11.25A2.25 2.25 0 006 16.5h2.25M3.75 3h-1.5m1.5 0h16.5m0 0h1.5m-1.5 0v11.25A2.25 2.25 0 0118 16.5h-2.25m-7.5 0h7.5m-7.5 0l-1 3m8.5-3l1 3m0 0l.5 1.5m-.5-1.5h-9.5m0 0l-.5 1.5M9 11.25v1.5M12 9v3.75m3-6v6\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"queue-list\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M3.75 12h16.5m-16.5 3.75h16.5M3.75 19.5h16.5M5.625 4.5h12.75a1.875 1.875 0 010 3.75H5.625a1.875 1.875 0 010-3.75z\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"cog-8-tooth\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M10.343 3.94c.09-.542.56-.94 1.11-.94h1.093c.55 0 1.02.398 1.11.94l.149.894c.07.424.384.764.78.93.398.164.855.142 1.205-.108l.737-.527a1.125 1.125 0 011.45.12l.773.774c.39.389.44 1.002.12 1.45l-.527.737c-.25.35-.272.806-.107 1.204.165.397.505.71.93.78l.893.15c.543.09.94.56.94 1.109v1.094c0 .55-.397 1.02-.94 1.11l-.893.149c-.425.07-.765.383-.93.78-.165.398-.143.854.107 1.204l.527.738c.32.447.269 1.06-.12 1.45l-.774.773a1.125 1.125 0 01-1.449.12l-.738-.527c-.35-.25-.806-.272-1.203-.107-.397.165-.71.505-.781.929l-.149.894c-.09.542-.56.94-1.11.94h-1.094c-.55 0-1.019-.398-1.11-.94l-.148-.894c-.071-.424-.384-.764-.781-.93-.398-.164-.854-.142-1.204.108l-.738.527c-.447.32-1.06.269-1.45-.12l-.773-.774a1.125 1.125 0 01-.12-1.45l.527-.737c.25-.35.273-.806.108-1.204-.165-.397-.505-.71-.93-.78l-.894-.15c-.542-.09-.94-.56-.94-1.109v-1.094c0-.55.398-1.02.94-1.11l.894-.149c.424-.07.765-.383.93-.78.165-.398.143-.854-.107-1.204l-.527-.738a1.125 1.125 0 01.12-1.45l.773-.773a1.125 1.125 0 011.45-.12l.737.527c.35.25.807.272 1.204.107.397-.165.71-.505.78-.929l.15-.894z\"/>  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M15 12a3 3 0 11-6 0 3 3 0 016 0z\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"ellipsis-horizontal-circle\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M8.625 12a.375.375 0 11-.75 0 .375.375 0 01.75 0zm0 0H8.25m4.125 0a.375.375 0 11-.75 0 .375.375 0 01.75 0zm0 0H12m4.125 0a.375.375 0 11-.75 0 .375.375 0 01.75 0zm0 0h-.375M21 12a9 9 0 11-18 0 9 9 0 0118 0z\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"truck\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M8.25 18.75a1.5 1.5 0 01-3 0m3 0a1.5 1.5 0 00-3 0m3 0h6m-9 0H3.375a1.125 1.125 0 01-1.125-1.125V14.25m17.25 4.5a1.5 1.5 0 01-3 0m3 0a1.5 1.5 0 00-3 0m3 0h1.125c.621 0 1.129-.504 1.09-1.124a17.902 17.902 0 00-3.213-9.193 2.056 2.056 0 00-1.58-.86H14.25M16.5 18.75h-2.25m0-11.177v-.958c0-.568-.422-1.048-.987-1.106a48.554 48.554 0 00-10.026 0 1.106 1.106 0 00-.987 1.106v7.635m12-6.677v6.677m0 4.5v-4.5m0 0h-12\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"folder-open\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M3.75 9.776c.112-.017.227-.026.344-.026h15.812c.117 0 .232.009.344.026m-16.5 0a2.25 2.25 0 00-1.883 2.542l.857 6a2.25 2.25 0 002.227 1.932H19.05a2.25 2.25 0 002.227-1.932l.857-6a2.25 2.25 0 00-1.883-2.542m-16.5 0V6A2.25 2.25 0 016 3.75h3.879a1.5 1.5 0 011.06.44l2.122 2.12a1.5 1.5 0 001.06.44H18A2.25 2.25 0 0120.25 9v.776\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"tag\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M9.568 3H5.25A2.25 2.25 0 003 5.25v4.318c0 .597.237 1.17.659 1.591l9.581 9.581c.699.699 1.78.872 2.607.33a18.095 18.095 0 005.223-5.223c.542-.827.369-1.908-.33-2.607L11.16 3.66A2.25 2.25 0 009.568 3z\"/>  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M6 6h.008v.008H6V6z\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"sun\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M12 3v2.25m6.364.386l-1.591 1.591M21 12h-2.25m-.386 6.364l-1.591-1.591M12 18.75V21m-4.773-4.227l-1.591 1.591M5.25 12H3m4.227-4.773L5.636 5.636M15.75 12a3.75 3.75 0 11-7.5 0 3.75 3.75 0 017.5 0z\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"phone\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M2.25 6.75c0 8.284 6.716 15 15 15h2.25a2.25 2.25 0 002.25-2.25v-1.372c0-.516-.351-.966-.852-1.091l-4.423-1.106c-.44-.11-.902.055-1.173.417l-.97 1.293c-.282.376-.769.542-1.21.38a12.035 12.035 0 01-7.143-7.143c-.162-.441.004-.928.38-1.21l1.293-.97c.363-.271.527-.734.417-1.173L6.963 3.102a1.125 1.125 0 00-1.091-.852H4.5A2.25 2.25 0 002.25 4.5v2.25z\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"phone-x-mark\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M15.75 3.75L18 6m0 0l2.25 2.25M18 6l2.25-2.25M18 6l-2.25 2.25m1.5 13.5c-8.284 0-15-6.716-15-15V4.5A2.25 2.25 0 014.5 2.25h1.372c.516 0 .966.351 1.091.852l1.106 4.423c.11.44-.054.902-.417 1.173l-1.293.97a1.062 1.062 0 00-.38 1.21 12.035 12.035 0 007.143 7.143c.441.162.928-.004 1.21-.38l.97-1.293a1.125 1.125 0 011.173-.417l4.423 1.106c.5.125.852.575.852 1.091V19.5a2.25 2.25 0 01-2.25 2.25h-2.25z\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"table-cells\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M3.375 19.5h17.25m-17.25 0a1.125 1.125 0 01-1.125-1.125M3.375 19.5h7.5c.621 0 1.125-.504 1.125-1.125m-9.75 0V5.625m0 12.75v-1.5c0-.621.504-1.125 1.125-1.125m18.375 2.625V5.625m0 12.75c0 .621-.504 1.125-1.125 1.125m1.125-1.125v-1.5c0-.621-.504-1.125-1.125-1.125m0 3.75h-7.5A1.125 1.125 0 0112 18.375m9.75-12.75c0-.621-.504-1.125-1.125-1.125H3.375c-.621 0-1.125.504-1.125 1.125m19.5 0v1.5c0 .621-.504 1.125-1.125 1.125M2.25 5.625v1.5c0 .621.504 1.125 1.125 1.125m0 0h17.25m-17.25 0h7.5c.621 0 1.125.504 1.125 1.125M3.375 8.25c-.621 0-1.125.504-1.125 1.125v1.5c0 .621.504 1.125 1.125 1.125m17.25-3.75h-7.5c-.621 0-1.125.504-1.125 1.125m8.625-1.125c.621 0 1.125.504 1.125 1.125v1.5c0 .621-.504 1.125-1.125 1.125m-17.25 0h7.5m-7.5 0c-.621 0-1.125.504-1.125 1.125v1.5c0 .621.504 1.125 1.125 1.125M12 10.875v-1.5m0 1.5c0 .621-.504 1.125-1.125 1.125M12 10.875c0 .621.504 1.125 1.125 1.125m-2.25 0c.621 0 1.125.504 1.125 1.125M13.125 12h7.5m-7.5 0c-.621 0-1.125.504-1.125 1.125M20.625 12c.621 0 1.125.504 1.125 1.125v1.5c0 .621-.504 1.125-1.125 1.125m-17.25 0h7.5M12 14.625v-1.5m0 1.5c0 .621-.504 1.125-1.125 1.125M12 14.625c0 .621.504 1.125 1.125 1.125m-2.25 0c.621 0 1.125.504 1.125 1.125m0 1.5v-1.5m0 0c0-.621.504-1.125 1.125-1.125m0 0h7.5\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"currency-rupee\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M15 8.25H9m6 3H9m3 6l-3-3h1.5a3 3 0 100-6M21 12a9 9 0 11-18 0 9 9 0 0118 0z\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"chevron-up-down\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M8.25 15L12 18.75 15.75 15m-7.5-6L12 5.25 15.75 9\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"square-3-stack-3d\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M6.429 9.75L2.25 12l4.179 2.25m0-4.5l5.571 3 5.571-3m-11.142 0L2.25 7.5 12 2.25l9.75 5.25-4.179 2.25m0 0L21.75 12l-4.179 2.25m0 0l4.179 2.25L12 21.75 2.25 16.5l4.179-2.25m11.142 0l-5.571 3-5.571-3\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"newspaper\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M12 7.5h1.5m-1.5 3h1.5m-7.5 3h7.5m-7.5 3h7.5m3-9h3.375c.621 0 1.125.504 1.125 1.125V18a2.25 2.25 0 01-2.25 2.25M16.5 7.5V18a2.25 2.25 0 002.25 2.25M16.5 7.5V4.875c0-.621-.504-1.125-1.125-1.125H4.125C3.504 3.75 3 4.254 3 4.875V18a2.25 2.25 0 002.25 2.25h13.5M6 7.5h3v3H6v-3z\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"arrows-right-left\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M7.5 21L3 16.5m0 0L7.5 12M3 16.5h13.5m0-13.5L21 7.5m0 0L16.5 12M21 7.5H7.5\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"exclamation-circle\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M12 9v3.75m9-.75a9 9 0 11-18 0 9 9 0 0118 0zm-9 3.75h.008v.008H12v-.008z\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"tv\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M6 20.25h12m-7.5-3v3m3-3v3m-10.125-3h17.25c.621 0 1.125-.504 1.125-1.125V4.875c0-.621-.504-1.125-1.125-1.125H3.375c-.621 0-1.125.504-1.125 1.125v11.25c0 .621.504 1.125 1.125 1.125z\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"globe-asia-australia\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M12.75 3.03v.568c0 .334.148.65.405.864l1.068.89c.442.369.535 1.01.216 1.49l-.51.766a2.25 2.25 0 01-1.161.886l-.143.048a1.107 1.107 0 00-.57 1.664c.369.555.169 1.307-.427 1.605L9 13.125l.423 1.059a.956.956 0 01-1.652.928l-.679-.906a1.125 1.125 0 00-1.906.172L4.5 15.75l-.612.153M12.75 3.031a9 9 0 00-8.862 12.872M12.75 3.031a9 9 0 016.69 14.036m0 0l-.177-.529A2.25 2.25 0 0017.128 15H16.5l-.324-.324a1.453 1.453 0 00-2.328.377l-.036.073a1.586 1.586 0 01-.982.816l-.99.282c-.55.157-.894.702-.8 1.267l.073.438c.08.474.49.821.97.821.846 0 1.598.542 1.865 1.345l.215.643m5.276-3.67a9.012 9.012 0 01-5.276 3.67m0 0a9 9 0 01-10.275-4.835M15.75 9c0 .896-.393 1.7-1.016 2.25\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"trophy\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M16.5 18.75h-9m9 0a3 3 0 013 3h-15a3 3 0 013-3m9 0v-3.375c0-.621-.503-1.125-1.125-1.125h-.871M7.5 18.75v-3.375c0-.621.504-1.125 1.125-1.125h.872m5.007 0H9.497m5.007 0a7.454 7.454 0 01-.982-3.172M9.497 14.25a7.454 7.454 0 00.981-3.172M5.25 4.236c-.982.143-1.954.317-2.916.52A6.003 6.003 0 007.73 9.728M5.25 4.236V4.5c0 2.108.966 3.99 2.48 5.228M5.25 4.236V2.721C7.456 2.41 9.71 2.25 12 2.25c2.291 0 4.545.16 6.75.47v1.516M7.73 9.728a6.726 6.726 0 002.748 1.35m8.272-6.842V4.5c0 2.108-.966 3.99-2.48 5.228m2.48-5.492a46.32 46.32 0 012.916.52 6.003 6.003 0 01-5.395 4.972m0 0a6.726 6.726 0 01-2.749 1.35m0 0a6.772 6.772 0 01-3.044 0\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"face-frown\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M15.182 16.318A4.486 4.486 0 0012.016 15a4.486 4.486 0 00-3.198 1.318M21 12a9 9 0 11-18 0 9 9 0 0118 0zM9.75 9.75c0 .414-.168.75-.375.75S9 10.164 9 9.75 9.168 9 9.375 9s.375.336.375.75zm-.375 0h.008v.015h-.008V9.75zm5.625 0c0 .414-.168.75-.375.75s-.375-.336-.375-.75.168-.75.375-.75.375.336.375.75zm-.375 0h.008v.015h-.008V9.75z\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"clipboard-document-check\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M11.35 3.836c-.065.21-.1.433-.1.664 0 .414.336.75.75.75h4.5a.75.75 0 00.75-.75 2.25 2.25 0 00-.1-.664m-5.8 0A2.251 2.251 0 0113.5 2.25H15c1.012 0 1.867.668 2.15 1.586m-5.8 0c-.376.023-.75.05-1.124.08C9.095 4.01 8.25 4.973 8.25 6.108V8.25m8.9-4.414c.376.023.75.05 1.124.08 1.131.094 1.976 1.057 1.976 2.192V16.5A2.25 2.25 0 0118 18.75h-2.25m-7.5-10.5H4.875c-.621 0-1.125.504-1.125 1.125v11.25c0 .621.504 1.125 1.125 1.125h9.75c.621 0 1.125-.504 1.125-1.125V18.75m-7.5-10.5h6.375c.621 0 1.125.504 1.125 1.125v9.375m-8.25-3l1.5 1.5 3-3.75\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"arrow-long-up\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M8.25 6.75L12 3m0 0l3.75 3.75M12 3v18\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"bookmark-square\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M16.5 3.75V16.5L12 14.25 7.5 16.5V3.75m9 0H18A2.25 2.25 0 0120.25 6v12A2.25 2.25 0 0118 20.25H6A2.25 2.25 0 013.75 18V6A2.25 2.25 0 016 3.75h1.5m9 0h-9\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"hand-thumb-down\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M7.5 15h2.25m8.024-9.75c.011.05.028.1.052.148.591 1.2.924 2.55.924 3.977a8.96 8.96 0 01-.999 4.125m.023-8.25c-.076-.365.183-.75.575-.75h.908c.889 0 1.713.518 1.972 1.368.339 1.11.521 2.287.521 3.507 0 1.553-.295 3.036-.831 4.398C20.613 14.547 19.833 15 19 15h-1.053c-.472 0-.745-.556-.5-.96a8.95 8.95 0 00.303-.54m.023-8.25H16.48a4.5 4.5 0 01-1.423-.23l-3.114-1.04a4.5 4.5 0 00-1.423-.23H6.504c-.618 0-1.217.247-1.605.729A11.95 11.95 0 002.25 12c0 .434.023.863.068 1.285C2.427 14.306 3.346 15 4.372 15h3.126c.618 0 .991.724.725 1.282A7.471 7.471 0 007.5 19.5a2.25 2.25 0 002.25 2.25.75.75 0 00.75-.75v-.633c0-.573.11-1.14.322-1.672.304-.76.93-1.33 1.653-1.715a9.04 9.04 0 002.86-2.4c.498-.634 1.226-1.08 2.032-1.08h.384\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"minus-small\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M18 12H6\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"bars-arrow-down\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M3 4.5h14.25M3 9h9.75M3 13.5h9.75m4.5-4.5v12m0 0l-3.75-3.75M17.25 21L21 17.25\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"chevron-left\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M15.75 19.5L8.25 12l7.5-7.5\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"bookmark\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M17.593 3.322c1.1.128 1.907 1.077 1.907 2.185V21L12 17.25 4.5 21V5.507c0-1.108.806-2.057 1.907-2.185a48.507 48.507 0 0111.186 0z\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"building-office-2\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M2.25 21h19.5m-18-18v18m10.5-18v18m6-13.5V21M6.75 6.75h.75m-.75 3h.75m-.75 3h.75m3-6h.75m-.75 3h.75m-.75 3h.75M6.75 21v-3.375c0-.621.504-1.125 1.125-1.125h2.25c.621 0 1.125.504 1.125 1.125V21M3 3h12m-.75 4.5H21m-3.75 3.75h.008v.008h-.008v-.008zm0 3h.008v.008h-.008v-.008zm0 3h.008v.008h-.008v-.008z\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"cog\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M4.5 12a7.5 7.5 0 0015 0m-15 0a7.5 7.5 0 1115 0m-15 0H3m16.5 0H21m-1.5 0H12m-8.457 3.077l1.41-.513m14.095-5.13l1.41-.513M5.106 17.785l1.15-.964m11.49-9.642l1.149-.964M7.501 19.795l.75-1.3m7.5-12.99l.75-1.3m-6.063 16.658l.26-1.477m2.605-14.772l.26-1.477m0 17.726l-.26-1.477M10.698 4.614l-.26-1.477M16.5 19.794l-.75-1.299M7.5 4.205L12 12m6.894 5.785l-1.149-.964M6.256 7.178l-1.15-.964m15.352 8.864l-1.41-.513M4.954 9.435l-1.41-.514M12.002 12l-3.75 6.495\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"scissors\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M7.848 8.25l1.536.887M7.848 8.25a3 3 0 11-5.196-3 3 3 0 015.196 3zm1.536.887a2.165 2.165 0 011.083 1.839c.005.351.054.695.14 1.024M9.384 9.137l2.077 1.199M7.848 15.75l1.536-.887m-1.536.887a3 3 0 11-5.196 3 3 3 0 015.196-3zm1.536-.887a2.165 2.165 0 001.083-1.838c.005-.352.054-.695.14-1.025m-1.223 2.863l2.077-1.199m0-3.328a4.323 4.323 0 012.068-1.379l5.325-1.628a4.5 4.5 0 012.48-.044l.803.215-7.794 4.5m-2.882-1.664A4.331 4.331 0 0010.607 12m3.736 0l7.794 4.5-.802.215a4.5 4.5 0 01-2.48-.043l-5.326-1.629a4.324 4.324 0 01-2.068-1.379M14.343 12l-2.882 1.664\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"archive-box\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M20.25 7.5l-.625 10.632a2.25 2.25 0 01-2.247 2.118H6.622a2.25 2.25 0 01-2.247-2.118L3.75 7.5M10 11.25h4M3.375 7.5h17.25c.621 0 1.125-.504 1.125-1.125v-1.5c0-.621-.504-1.125-1.125-1.125H3.375c-.621 0-1.125.504-1.125 1.125v1.5c0 .621.504 1.125 1.125 1.125z\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"musical-note\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M9 9l10.5-3m0 6.553v3.75a2.25 2.25 0 01-1.632 2.163l-1.32.377a1.803 1.803 0 11-.99-3.467l2.31-.66a2.25 2.25 0 001.632-2.163zm0 0V2.25L9 5.25v10.303m0 0v3.75a2.25 2.25 0 01-1.632 2.163l-1.32.377a1.803 1.803 0 01-.99-3.467l2.31-.66A2.25 2.25 0 009 15.553z\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"exclamation-triangle\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M12 9v3.75m-9.303 3.376c-.866 1.5.217 3.374 1.948 3.374h14.71c1.73 0 2.813-1.874 1.948-3.374L13.949 3.378c-.866-1.5-3.032-1.5-3.898 0L2.697 16.126zM12 15.75h.007v.008H12v-.008z\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"bars-2\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M3.75 9h16.5m-16.5 6.75h16.5\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"arrow-long-down\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M15.75 17.25L12 21m0 0l-3.75-3.75M12 21V3\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"hand-raised\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M10.05 4.575a1.575 1.575 0 10-3.15 0v3m3.15-3v-1.5a1.575 1.575 0 013.15 0v1.5m-3.15 0l.075 5.925m3.075.75V4.575m0 0a1.575 1.575 0 013.15 0V15M6.9 7.575a1.575 1.575 0 10-3.15 0v8.175a6.75 6.75 0 006.75 6.75h2.018a5.25 5.25 0 003.712-1.538l1.732-1.732a5.25 5.25 0 001.538-3.712l.003-2.024a.668.668 0 01.198-.471 1.575 1.575 0 10-2.228-2.228 3.818 3.818 0 00-1.12 2.687M6.9 7.575V12m6.27 4.318A4.49 4.49 0 0116.35 15m.002 0h-.002\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"lifebuoy\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M16.712 4.33a9.027 9.027 0 011.652 1.306c.51.51.944 1.064 1.306 1.652M16.712 4.33l-3.448 4.138m3.448-4.138a9.014 9.014 0 00-9.424 0M19.67 7.288l-4.138 3.448m4.138-3.448a9.014 9.014 0 010 9.424m-4.138-5.976a3.736 3.736 0 00-.88-1.388 3.737 3.737 0 00-1.388-.88m2.268 2.268a3.765 3.765 0 010 2.528m-2.268-4.796a3.765 3.765 0 00-2.528 0m4.796 4.796c-.181.506-.475.982-.88 1.388a3.736 3.736 0 01-1.388.88m2.268-2.268l4.138 3.448m0 0a9.027 9.027 0 01-1.306 1.652c-.51.51-1.064.944-1.652 1.306m0 0l-3.448-4.138m3.448 4.138a9.014 9.014 0 01-9.424 0m5.976-4.138a3.765 3.765 0 01-2.528 0m0 0a3.736 3.736 0 01-1.388-.88 3.737 3.737 0 01-.88-1.388m2.268 2.268L7.288 19.67m0 0a9.024 9.024 0 01-1.652-1.306 9.027 9.027 0 01-1.306-1.652m0 0l4.138-3.448M4.33 16.712a9.014 9.014 0 010-9.424m4.138 5.976a3.765 3.765 0 010-2.528m0 0c.181-.506.475-.982.88-1.388a3.736 3.736 0 011.388-.88m-2.268 2.268L4.33 7.288m6.406 1.18L7.288 4.33m0 0a9.024 9.024 0 00-1.652 1.306A9.025 9.025 0 004.33 7.288\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"device-tablet\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M10.5 19.5h3m-6.75 2.25h10.5a2.25 2.25 0 002.25-2.25v-15a2.25 2.25 0 00-2.25-2.25H6.75A2.25 2.25 0 004.5 4.5v15a2.25 2.25 0 002.25 2.25z\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"plus-circle\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M12 9v6m3-3H9m12 0a9 9 0 11-18 0 9 9 0 0118 0z\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"trash\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M14.74 9l-.346 9m-4.788 0L9.26 9m9.968-3.21c.342.052.682.107 1.022.166m-1.022-.165L18.16 19.673a2.25 2.25 0 01-2.244 2.077H8.084a2.25 2.25 0 01-2.244-2.077L4.772 5.79m14.456 0a48.108 48.108 0 00-3.478-.397m-12 .562c.34-.059.68-.114 1.022-.165m0 0a48.11 48.11 0 013.478-.397m7.5 0v-.916c0-1.18-.91-2.164-2.09-2.201a51.964 51.964 0 00-3.32 0c-1.18.037-2.09 1.022-2.09 2.201v.916m7.5 0a48.667 48.667 0 00-7.5 0\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"adjustments-horizontal\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M10.5 6h9.75M10.5 6a1.5 1.5 0 11-3 0m3 0a1.5 1.5 0 10-3 0M3.75 6H7.5m3 12h9.75m-9.75 0a1.5 1.5 0 01-3 0m3 0a1.5 1.5 0 00-3 0m-3.75 0H7.5m9-6h3.75m-3.75 0a1.5 1.5 0 01-3 0m3 0a1.5 1.5 0 00-3 0m-9.75 0h9.75\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"arrow-down-circle\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M9 12.75l3 3m0 0l3-3m-3 3v-7.5M21 12a9 9 0 11-18 0 9 9 0 0118 0z\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"cake\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M12 8.25v-1.5m0 1.5c-1.355 0-2.697.056-4.024.166C6.845 8.51 6 9.473 6 10.608v2.513m6-4.87c1.355 0 2.697.055 4.024.165C17.155 8.51 18 9.473 18 10.608v2.513m-3-4.87v-1.5m-6 1.5v-1.5m12 9.75l-1.5.75a3.354 3.354 0 01-3 0 3.354 3.354 0 00-3 0 3.354 3.354 0 01-3 0 3.354 3.354 0 00-3 0 3.354 3.354 0 01-3 0L3 16.5m15-3.38a48.474 48.474 0 00-6-.37c-2.032 0-4.034.125-6 .37m12 0c.39.049.777.102 1.163.16 1.07.16 1.837 1.094 1.837 2.175v5.17c0 .62-.504 1.124-1.125 1.124H4.125A1.125 1.125 0 013 20.625v-5.17c0-1.08.768-2.014 1.837-2.174A47.78 47.78 0 016 13.12M12.265 3.11a.375.375 0 11-.53 0L12 2.845l.265.265zm-3 0a.375.375 0 11-.53 0L9 2.845l.265.265zm6 0a.375.375 0 11-.53 0L15 2.845l.265.265z\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"arrow-trending-up\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M2.25 18L9 11.25l4.306 4.307a11.95 11.95 0 015.814-5.519l2.74-1.22m0 0l-5.94-2.28m5.94 2.28l-2.28 5.941\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"wallet\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M21 12a2.25 2.25 0 00-2.25-2.25H15a3 3 0 11-6 0H5.25A2.25 2.25 0 003 12m18 0v6a2.25 2.25 0 01-2.25 2.25H5.25A2.25 2.25 0 013 18v-6m18 0V9M3 12V9m18 0a2.25 2.25 0 00-2.25-2.25H5.25A2.25 2.25 0 003 9m18 0V6a2.25 2.25 0 00-2.25-2.25H5.25A2.25 2.25 0 003 6v3\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"play\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M5.25 5.653c0-.856.917-1.398 1.667-.986l11.54 6.348a1.125 1.125 0 010 1.971l-11.54 6.347a1.125 1.125 0 01-1.667-.985V5.653z\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"speaker-wave\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M19.114 5.636a9 9 0 010 12.728M16.463 8.288a5.25 5.25 0 010 7.424M6.75 8.25l4.72-4.72a.75.75 0 011.28.53v15.88a.75.75 0 01-1.28.53l-4.72-4.72H4.51c-.88 0-1.704-.507-1.938-1.354A9.01 9.01 0 012.25 12c0-.83.112-1.633.322-2.396C2.806 8.756 3.63 8.25 4.51 8.25H6.75z\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"document-magnifying-glass\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M19.5 14.25v-2.625a3.375 3.375 0 00-3.375-3.375h-1.5A1.125 1.125 0 0113.5 7.125v-1.5a3.375 3.375 0 00-3.375-3.375H8.25m5.231 13.481L15 17.25m-4.5-15H5.625c-.621 0-1.125.504-1.125 1.125v16.5c0 .621.504 1.125 1.125 1.125h12.75c.621 0 1.125-.504 1.125-1.125V11.25a9 9 0 00-9-9zm3.75 11.625a2.625 2.625 0 11-5.25 0 2.625 2.625 0 015.25 0z\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"chart-bar\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M3 13.125C3 12.504 3.504 12 4.125 12h2.25c.621 0 1.125.504 1.125 1.125v6.75C7.5 20.496 6.996 21 6.375 21h-2.25A1.125 1.125 0 013 19.875v-6.75zM9.75 8.625c0-.621.504-1.125 1.125-1.125h2.25c.621 0 1.125.504 1.125 1.125v11.25c0 .621-.504 1.125-1.125 1.125h-2.25a1.125 1.125 0 01-1.125-1.125V8.625zM16.5 4.125c0-.621.504-1.125 1.125-1.125h2.25C20.496 3 21 3.504 21 4.125v15.75c0 .621-.504 1.125-1.125 1.125h-2.25a1.125 1.125 0 01-1.125-1.125V4.125z\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"academic-cap\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M4.26 10.147a60.436 60.436 0 00-.491 6.347A48.627 48.627 0 0112 20.904a48.627 48.627 0 018.232-4.41 60.46 60.46 0 00-.491-6.347m-15.482 0a50.57 50.57 0 00-2.658-.813A59.905 59.905 0 0112 3.493a59.902 59.902 0 0110.399 5.84c-.896.248-1.783.52-2.658.814m-15.482 0A50.697 50.697 0 0112 13.489a50.702 50.702 0 017.74-3.342M6.75 15a.75.75 0 100-1.5.75.75 0 000 1.5zm0 0v-3.675A55.378 55.378 0 0112 8.443m-7.007 11.55A5.981 5.981 0 006.75 15.75v-1.5\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"square-2-stack\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M16.5 8.25V6a2.25 2.25 0 00-2.25-2.25H6A2.25 2.25 0 003.75 6v8.25A2.25 2.25 0 006 16.5h2.25m8.25-8.25H18a2.25 2.25 0 012.25 2.25V18A2.25 2.25 0 0118 20.25h-7.5A2.25 2.25 0 018.25 18v-1.5m8.25-8.25h-6a2.25 2.25 0 00-2.25 2.25v6\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"cloud-arrow-down\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M12 9.75v6.75m0 0l-3-3m3 3l3-3m-8.25 6a4.5 4.5 0 01-1.41-8.775 5.25 5.25 0 0110.233-2.33 3 3 0 013.758 3.848A3.752 3.752 0 0118 19.5H6.75z\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"finger-print\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M7.864 4.243A7.5 7.5 0 0119.5 10.5c0 2.92-.556 5.709-1.568 8.268M5.742 6.364A7.465 7.465 0 004.5 10.5a7.464 7.464 0 01-1.15 3.993m1.989 3.559A11.209 11.209 0 008.25 10.5a3.75 3.75 0 117.5 0c0 .527-.021 1.049-.064 1.565M12 10.5a14.94 14.94 0 01-3.6 9.75m6.633-4.596a18.666 18.666 0 01-2.485 5.33\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"arrows-up-down\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M3 7.5L7.5 3m0 0L12 7.5M7.5 3v13.5m13.5 0L16.5 21m0 0L12 16.5m4.5 4.5V7.5\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"document-text\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M19.5 14.25v-2.625a3.375 3.375 0 00-3.375-3.375h-1.5A1.125 1.125 0 0113.5 7.125v-1.5a3.375 3.375 0 00-3.375-3.375H8.25m0 12.75h7.5m-7.5 3H12M10.5 2.25H5.625c-.621 0-1.125.504-1.125 1.125v17.25c0 .621.504 1.125 1.125 1.125h12.75c.621 0 1.125-.504 1.125-1.125V11.25a9 9 0 00-9-9z\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"check-circle\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M9 12.75L11.25 15 15 9.75M21 12a9 9 0 11-18 0 9 9 0 0118 0z\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"window\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M3 8.25V18a2.25 2.25 0 002.25 2.25h13.5A2.25 2.25 0 0021 18V8.25m-18 0V6a2.25 2.25 0 012.25-2.25h13.5A2.25 2.25 0 0121 6v2.25m-18 0h18M5.25 6h.008v.008H5.25V6zM7.5 6h.008v.008H7.5V6zm2.25 0h.008v.008H9.75V6z\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"link\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M13.19 8.688a4.5 4.5 0 011.242 7.244l-4.5 4.5a4.5 4.5 0 01-6.364-6.364l1.757-1.757m13.35-.622l1.757-1.757a4.5 4.5 0 00-6.364-6.364l-4.5 4.5a4.5 4.5 0 001.242 7.244\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"folder-arrow-down\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M9 13.5l3 3m0 0l3-3m-3 3v-6m1.06-4.19l-2.12-2.12a1.5 1.5 0 00-1.061-.44H4.5A2.25 2.25 0 002.25 6v12a2.25 2.25 0 002.25 2.25h15A2.25 2.25 0 0021.75 18V9a2.25 2.25 0 00-2.25-2.25h-5.379a1.5 1.5 0 01-1.06-.44z\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"minus-circle\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M15 12H9m12 0a9 9 0 11-18 0 9 9 0 0118 0z\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"receipt-percent\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M9 14.25l6-6m4.5-3.493V21.75l-3.75-1.5-3.75 1.5-3.75-1.5-3.75 1.5V4.757c0-1.108.806-2.057 1.907-2.185a48.507 48.507 0 0111.186 0c1.1.128 1.907 1.077 1.907 2.185zM9.75 9h.008v.008H9.75V9zm.375 0a.375.375 0 11-.75 0 .375.375 0 01.75 0zm4.125 4.5h.008v.008h-.008V13.5zm.375 0a.375.375 0 11-.75 0 .375.375 0 01.75 0z\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"currency-yen\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M9 7.5l3 4.5m0 0l3-4.5M12 12v5.25M15 12H9m6 3H9m12-3a9 9 0 11-18 0 9 9 0 0118 0z\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"document-check\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M10.125 2.25h-4.5c-.621 0-1.125.504-1.125 1.125v17.25c0 .621.504 1.125 1.125 1.125h12.75c.621 0 1.125-.504 1.125-1.125v-9M10.125 2.25h.375a9 9 0 019 9v.375M10.125 2.25A3.375 3.375 0 0113.5 5.625v1.5c0 .621.504 1.125 1.125 1.125h1.5a3.375 3.375 0 013.375 3.375M9 15l2.25 2.25L15 12\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"document-chart-bar\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M19.5 14.25v-2.625a3.375 3.375 0 00-3.375-3.375h-1.5A1.125 1.125 0 0113.5 7.125v-1.5a3.375 3.375 0 00-3.375-3.375H8.25M9 16.5v.75m3-3v3M15 12v5.25m-4.5-15H5.625c-.621 0-1.125.504-1.125 1.125v17.25c0 .621.504 1.125 1.125 1.125h12.75c.621 0 1.125-.504 1.125-1.125V11.25a9 9 0 00-9-9z\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"cloud\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M2.25 15a4.5 4.5 0 004.5 4.5H18a3.75 3.75 0 001.332-7.257 3 3 0 00-3.758-3.848 5.25 5.25 0 00-10.233 2.33A4.502 4.502 0 002.25 15z\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"bell-snooze\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M14.857 17.082a23.848 23.848 0 005.454-1.31A8.967 8.967 0 0118 9.75v-.7V9A6 6 0 006 9v.75a8.967 8.967 0 01-2.312 6.022c1.733.64 3.56 1.085 5.455 1.31m5.714 0a24.255 24.255 0 01-5.714 0m5.714 0a3 3 0 11-5.714 0M10.5 8.25h3l-3 4.5h3\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"arrow-uturn-up\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M9 9l6-6m0 0l6 6m-6-6v12a6 6 0 01-12 0v-3\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"document-arrow-up\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M19.5 14.25v-2.625a3.375 3.375 0 00-3.375-3.375h-1.5A1.125 1.125 0 0113.5 7.125v-1.5a3.375 3.375 0 00-3.375-3.375H8.25m6.75 12l-3-3m0 0l-3 3m3-3v6m-1.5-15H5.625c-.621 0-1.125.504-1.125 1.125v17.25c0 .621.504 1.125 1.125 1.125h12.75c.621 0 1.125-.504 1.125-1.125V11.25a9 9 0 00-9-9z\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"device-phone-mobile\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M10.5 1.5H8.25A2.25 2.25 0 006 3.75v16.5a2.25 2.25 0 002.25 2.25h7.5A2.25 2.25 0 0018 20.25V3.75a2.25 2.25 0 00-2.25-2.25H13.5m-3 0V3h3V1.5m-3 0h3m-3 18.75h3\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"phone-arrow-down-left\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M14.25 9.75v-4.5m0 4.5h4.5m-4.5 0l6-6m-3 18c-8.284 0-15-6.716-15-15V4.5A2.25 2.25 0 014.5 2.25h1.372c.516 0 .966.351 1.091.852l1.106 4.423c.11.44-.054.902-.417 1.173l-1.293.97a1.062 1.062 0 00-.38 1.21 12.035 12.035 0 007.143 7.143c.441.162.928-.004 1.21-.38l.97-1.293a1.125 1.125 0 011.173-.417l4.423 1.106c.5.125.852.575.852 1.091V19.5a2.25 2.25 0 01-2.25 2.25h-2.25z\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"squares-2x2\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M3.75 6A2.25 2.25 0 016 3.75h2.25A2.25 2.25 0 0110.5 6v2.25a2.25 2.25 0 01-2.25 2.25H6a2.25 2.25 0 01-2.25-2.25V6zM3.75 15.75A2.25 2.25 0 016 13.5h2.25a2.25 2.25 0 012.25 2.25V18a2.25 2.25 0 01-2.25 2.25H6A2.25 2.25 0 013.75 18v-2.25zM13.5 6a2.25 2.25 0 012.25-2.25H18A2.25 2.25 0 0120.25 6v2.25A2.25 2.25 0 0118 10.5h-2.25a2.25 2.25 0 01-2.25-2.25V6zM13.5 15.75a2.25 2.25 0 012.25-2.25H18a2.25 2.25 0 012.25 2.25V18A2.25 2.25 0 0118 20.25h-2.25A2.25 2.25 0 0113.5 18v-2.25z\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"hashtag\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M5.25 8.25h15m-16.5 7.5h15m-1.8-13.5l-3.9 19.5m-2.1-19.5l-3.9 19.5\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"magnifying-glass-minus\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M21 21l-5.197-5.197m0 0A7.5 7.5 0 105.196 5.196a7.5 7.5 0 0010.607 10.607zM13.5 10.5h-6\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"bolt\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M3.75 13.5l10.5-11.25L12 10.5h8.25L9.75 21.75 12 13.5H3.75z\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"camera\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M6.827 6.175A2.31 2.31 0 015.186 7.23c-.38.054-.757.112-1.134.175C2.999 7.58 2.25 8.507 2.25 9.574V18a2.25 2.25 0 002.25 2.25h15A2.25 2.25 0 0021.75 18V9.574c0-1.067-.75-1.994-1.802-2.169a47.865 47.865 0 00-1.134-.175 2.31 2.31 0 01-1.64-1.055l-.822-1.316a2.192 2.192 0 00-1.736-1.039 48.774 48.774 0 00-5.232 0 2.192 2.192 0 00-1.736 1.039l-.821 1.316z\"/>  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M16.5 12.75a4.5 4.5 0 11-9 0 4.5 4.5 0 019 0zM18.75 10.5h.008v.008h-.008V10.5z\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"battery-100\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M21 10.5h.375c.621 0 1.125.504 1.125 1.125v2.25c0 .621-.504 1.125-1.125 1.125H21M4.5 10.5H18V15H4.5v-4.5zM3.75 18h15A2.25 2.25 0 0021 15.75v-6a2.25 2.25 0 00-2.25-2.25h-15A2.25 2.25 0 001.5 9.75v6A2.25 2.25 0 003.75 18z\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"play-pause\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M21 7.5V18M15 7.5V18M3 16.811V8.69c0-.864.933-1.406 1.683-.977l7.108 4.061a1.125 1.125 0 010 1.954l-7.108 4.061A1.125 1.125 0 013 16.811z\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"wrench\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M21.75 6.75a4.5 4.5 0 01-4.884 4.484c-1.076-.091-2.264.071-2.95.904l-7.152 8.684a2.548 2.548 0 11-3.586-3.586l8.684-7.152c.833-.686.995-1.874.904-2.95a4.5 4.5 0 016.336-4.486l-3.276 3.276a3.004 3.004 0 002.25 2.25l3.276-3.276c.256.565.398 1.192.398 1.852z\"/>  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M4.867 19.125h.008v.008h-.008v-.008z\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"calendar-days\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M6.75 3v2.25M17.25 3v2.25M3 18.75V7.5a2.25 2.25 0 012.25-2.25h13.5A2.25 2.25 0 0121 7.5v11.25m-18 0A2.25 2.25 0 005.25 21h13.5A2.25 2.25 0 0021 18.75m-18 0v-7.5A2.25 2.25 0 015.25 9h13.5A2.25 2.25 0 0121 11.25v7.5m-9-6h.008v.008H12v-.008zM12 15h.008v.008H12V15zm0 2.25h.008v.008H12v-.008zM9.75 15h.008v.008H9.75V15zm0 2.25h.008v.008H9.75v-.008zM7.5 15h.008v.008H7.5V15zm0 2.25h.008v.008H7.5v-.008zm6.75-4.5h.008v.008h-.008v-.008zm0 2.25h.008v.008h-.008V15zm0 2.25h.008v.008h-.008v-.008zm2.25-4.5h.008v.008H16.5v-.008zm0 2.25h.008v.008H16.5V15z\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"arrow-up-left\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M19.5 19.5l-15-15m0 0v11.25m0-11.25h11.25\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"plus-small\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M12 6v12m6-6H6\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"list-bullet\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M8.25 6.75h12M8.25 12h12m-12 5.25h12M3.75 6.75h.007v.008H3.75V6.75zm.375 0a.375.375 0 11-.75 0 .375.375 0 01.75 0zM3.75 12h.007v.008H3.75V12zm.375 0a.375.375 0 11-.75 0 .375.375 0 01.75 0zm-.375 5.25h.007v.008H3.75v-.008zm.375 0a.375.375 0 11-.75 0 .375.375 0 01.75 0z\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"map-pin\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M15 10.5a3 3 0 11-6 0 3 3 0 016 0z\"/>  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M19.5 10.5c0 7.142-7.5 11.25-7.5 11.25S4.5 17.642 4.5 10.5a7.5 7.5 0 1115 0z\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"users\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M15 19.128a9.38 9.38 0 002.625.372 9.337 9.337 0 004.121-.952 4.125 4.125 0 00-7.533-2.493M15 19.128v-.003c0-1.113-.285-2.16-.786-3.07M15 19.128v.106A12.318 12.318 0 018.624 21c-2.331 0-4.512-.645-6.374-1.766l-.001-.109a6.375 6.375 0 0111.964-3.07M12 6.375a3.375 3.375 0 11-6.75 0 3.375 3.375 0 016.75 0zm8.25 2.25a2.625 2.625 0 11-5.25 0 2.625 2.625 0 015.25 0z\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"arrow-down-on-square-stack\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M7.5 7.5h-.75A2.25 2.25 0 004.5 9.75v7.5a2.25 2.25 0 002.25 2.25h7.5a2.25 2.25 0 002.25-2.25v-7.5a2.25 2.25 0 00-2.25-2.25h-.75m-6 3.75l3 3m0 0l3-3m-3 3V1.5m6 9h.75a2.25 2.25 0 012.25 2.25v7.5a2.25 2.25 0 01-2.25 2.25h-7.5a2.25 2.25 0 01-2.25-2.25v-.75\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"view-columns\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M9 4.5v15m6-15v15m-10.875 0h15.75c.621 0 1.125-.504 1.125-1.125V5.625c0-.621-.504-1.125-1.125-1.125H4.125C3.504 4.5 3 5.004 3 5.625v12.75c0 .621.504 1.125 1.125 1.125z\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"viewfinder-circle\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M7.5 3.75H6A2.25 2.25 0 003.75 6v1.5M16.5 3.75H18A2.25 2.25 0 0120.25 6v1.5m0 9V18A2.25 2.25 0 0118 20.25h-1.5m-9 0H6A2.25 2.25 0 013.75 18v-1.5M15 12a3 3 0 11-6 0 3 3 0 016 0z\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"arrows-pointing-in\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M9 9V4.5M9 9H4.5M9 9L3.75 3.75M9 15v4.5M9 15H4.5M9 15l-5.25 5.25M15 9h4.5M15 9V4.5M15 9l5.25-5.25M15 15h4.5M15 15v4.5m0-4.5l5.25 5.25\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"inbox-arrow-down\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M9 3.75H6.912a2.25 2.25 0 00-2.15 1.588L2.35 13.177a2.25 2.25 0 00-.1.661V18a2.25 2.25 0 002.25 2.25h15A2.25 2.25 0 0021.75 18v-4.162c0-.224-.034-.447-.1-.661L19.24 5.338a2.25 2.25 0 00-2.15-1.588H15M2.25 13.5h3.86a2.25 2.25 0 012.012 1.244l.256.512a2.25 2.25 0 002.013 1.244h3.218a2.25 2.25 0 002.013-1.244l.256-.512a2.25 2.25 0 012.013-1.244h3.859M12 3v8.25m0 0l-3-3m3 3l3-3\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"rss\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M12.75 19.5v-.75a7.5 7.5 0 00-7.5-7.5H4.5m0-6.75h.75c7.87 0 14.25 6.38 14.25 14.25v.75M6 18.75a.75.75 0 11-1.5 0 .75.75 0 011.5 0z\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"bars-4\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M3.75 5.25h16.5m-16.5 4.5h16.5m-16.5 4.5h16.5m-16.5 4.5h16.5\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"pencil-square\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M16.862 4.487l1.687-1.688a1.875 1.875 0 112.652 2.652L10.582 16.07a4.5 4.5 0 01-1.897 1.13L6 18l.8-2.685a4.5 4.5 0 011.13-1.897l8.932-8.931zm0 0L19.5 7.125M18 14v4.75A2.25 2.25 0 0115.75 21H5.25A2.25 2.25 0 013 18.75V8.25A2.25 2.25 0 015.25 6H10\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"envelope-open\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M21.75 9v.906a2.25 2.25 0 01-1.183 1.981l-6.478 3.488M2.25 9v.906a2.25 2.25 0 001.183 1.981l6.478 3.488m8.839 2.51l-4.66-2.51m0 0l-1.023-.55a2.25 2.25 0 00-2.134 0l-1.022.55m0 0l-4.661 2.51m16.5 1.615a2.25 2.25 0 01-2.25 2.25h-15a2.25 2.25 0 01-2.25-2.25V8.844a2.25 2.25 0 011.183-1.98l7.5-4.04a2.25 2.25 0 012.134 0l7.5 4.04a2.25 2.25 0 011.183 1.98V19.5z\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"arrows-pointing-out\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M3.75 3.75v4.5m0-4.5h4.5m-4.5 0L9 9M3.75 20.25v-4.5m0 4.5h4.5m-4.5 0L9 15M20.25 3.75h-4.5m4.5 0v4.5m0-4.5L15 9m5.25 11.25h-4.5m4.5 0v-4.5m0 4.5L15 15\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"bars-3-bottom-right\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M3.75 6.75h16.5M3.75 12h16.5M12 17.25h8.25\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"arrow-left-on-rectangle\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M15.75 9V5.25A2.25 2.25 0 0013.5 3h-6a2.25 2.25 0 00-2.25 2.25v13.5A2.25 2.25 0 007.5 21h6a2.25 2.25 0 002.25-2.25V15M12 9l-3 3m0 0l3 3m-3-3h12.75\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"home\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M2.25 12l8.954-8.955c.44-.439 1.152-.439 1.591 0L21.75 12M4.5 9.75v10.125c0 .621.504 1.125 1.125 1.125H9.75v-4.875c0-.621.504-1.125 1.125-1.125h2.25c.621 0 1.125.504 1.125 1.125V21h4.125c.621 0 1.125-.504 1.125-1.125V9.75M8.25 21h8.25\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"chevron-right\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M8.25 4.5l7.5 7.5-7.5 7.5\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"bars-3\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M3.75 6.75h16.5M3.75 12h16.5m-16.5 5.25h16.5\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"map\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M9 6.75V15m6-6v8.25m.503 3.498l4.875-2.437c.381-.19.622-.58.622-1.006V4.82c0-.836-.88-1.38-1.628-1.006l-3.869 1.934c-.317.159-.69.159-1.006 0L9.503 3.252a1.125 1.125 0 00-1.006 0L3.622 5.689C3.24 5.88 3 6.27 3 6.695V19.18c0 .836.88 1.38 1.628 1.006l3.869-1.934c.317-.159.69-.159 1.006 0l4.994 2.497c.317.158.69.158 1.006 0z\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"document-minus\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M19.5 14.25v-2.625a3.375 3.375 0 00-3.375-3.375h-1.5A1.125 1.125 0 0113.5 7.125v-1.5a3.375 3.375 0 00-3.375-3.375H8.25m6.75 12H9m1.5-12H5.625c-.621 0-1.125.504-1.125 1.125v17.25c0 .621.504 1.125 1.125 1.125h12.75c.621 0 1.125-.504 1.125-1.125V11.25a9 9 0 00-9-9z\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"backward\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M21 16.811c0 .864-.933 1.405-1.683.977l-7.108-4.062a1.125 1.125 0 010-1.953l7.108-4.062A1.125 1.125 0 0121 8.688v8.123zM11.25 16.811c0 .864-.933 1.405-1.683.977l-7.108-4.062a1.125 1.125 0 010-1.953L9.567 7.71a1.125 1.125 0 011.683.977v8.123z\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"bars-3-center-left\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M3.75 6.75h16.5M3.75 12H12m-8.25 5.25h16.5\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"arrow-up\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M4.5 10.5L12 3m0 0l7.5 7.5M12 3v18\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"ellipsis-horizontal\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M6.75 12a.75.75 0 11-1.5 0 .75.75 0 011.5 0zM12.75 12a.75.75 0 11-1.5 0 .75.75 0 011.5 0zM18.75 12a.75.75 0 11-1.5 0 .75.75 0 011.5 0z\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"photo\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M2.25 15.75l5.159-5.159a2.25 2.25 0 013.182 0l5.159 5.159m-1.5-1.5l1.409-1.409a2.25 2.25 0 013.182 0l2.909 2.909m-18 3.75h16.5a1.5 1.5 0 001.5-1.5V6a1.5 1.5 0 00-1.5-1.5H3.75A1.5 1.5 0 002.25 6v12a1.5 1.5 0 001.5 1.5zm10.5-11.25h.008v.008h-.008V8.25zm.375 0a.375.375 0 11-.75 0 .375.375 0 01.75 0z\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"briefcase\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M20.25 14.15v4.25c0 1.094-.787 2.036-1.872 2.18-2.087.277-4.216.42-6.378.42s-4.291-.143-6.378-.42c-1.085-.144-1.872-1.086-1.872-2.18v-4.25m16.5 0a2.18 2.18 0 00.75-1.661V8.706c0-1.081-.768-2.015-1.837-2.175a48.114 48.114 0 00-3.413-.387m4.5 8.006c-.194.165-.42.295-.673.38A23.978 23.978 0 0112 15.75c-2.648 0-5.195-.429-7.577-1.22a2.016 2.016 0 01-.673-.38m0 0A2.18 2.18 0 013 12.489V8.706c0-1.081.768-2.015 1.837-2.175a48.111 48.111 0 013.413-.387m7.5 0V5.25A2.25 2.25 0 0013.5 3h-3a2.25 2.25 0 00-2.25 2.25v.894m7.5 0a48.667 48.667 0 00-7.5 0M12 12.75h.008v.008H12v-.008z\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"credit-card\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M2.25 8.25h19.5M2.25 9h19.5m-16.5 5.25h6m-6 2.25h3m-3.75 3h15a2.25 2.25 0 002.25-2.25V6.75A2.25 2.25 0 0019.5 4.5h-15a2.25 2.25 0 00-2.25 2.25v10.5A2.25 2.25 0 004.5 19.5z\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"document-duplicate\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M15.75 17.25v3.375c0 .621-.504 1.125-1.125 1.125h-9.75a1.125 1.125 0 01-1.125-1.125V7.875c0-.621.504-1.125 1.125-1.125H6.75a9.06 9.06 0 011.5.124m7.5 10.376h3.375c.621 0 1.125-.504 1.125-1.125V11.25c0-4.46-3.243-8.161-7.5-8.876a9.06 9.06 0 00-1.5-.124H9.375c-.621 0-1.125.504-1.125 1.125v3.5m7.5 10.375H9.375a1.125 1.125 0 01-1.125-1.125v-9.25m12 6.625v-1.875a3.375 3.375 0 00-3.375-3.375h-1.5a1.125 1.125 0 01-1.125-1.125v-1.5a3.375 3.375 0 00-3.375-3.375H9.75\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"document-arrow-down\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M19.5 14.25v-2.625a3.375 3.375 0 00-3.375-3.375h-1.5A1.125 1.125 0 0113.5 7.125v-1.5a3.375 3.375 0 00-3.375-3.375H8.25m.75 12l3 3m0 0l3-3m-3 3v-6m-1.5-9H5.625c-.621 0-1.125.504-1.125 1.125v17.25c0 .621.504 1.125 1.125 1.125h12.75c.621 0 1.125-.504 1.125-1.125V11.25a9 9 0 00-9-9z\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"building-office\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M3.75 21h16.5M4.5 3h15M5.25 3v18m13.5-18v18M9 6.75h1.5m-1.5 3h1.5m-1.5 3h1.5m3-6H15m-1.5 3H15m-1.5 3H15M9 21v-3.375c0-.621.504-1.125 1.125-1.125h3.75c.621 0 1.125.504 1.125 1.125V21\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"rectangle-group\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M2.25 7.125C2.25 6.504 2.754 6 3.375 6h6c.621 0 1.125.504 1.125 1.125v3.75c0 .621-.504 1.125-1.125 1.125h-6a1.125 1.125 0 01-1.125-1.125v-3.75zM14.25 8.625c0-.621.504-1.125 1.125-1.125h5.25c.621 0 1.125.504 1.125 1.125v8.25c0 .621-.504 1.125-1.125 1.125h-5.25a1.125 1.125 0 01-1.125-1.125v-8.25zM3.75 16.125c0-.621.504-1.125 1.125-1.125h5.25c.621 0 1.125.504 1.125 1.125v2.25c0 .621-.504 1.125-1.125 1.125h-5.25a1.125 1.125 0 01-1.125-1.125v-2.25z\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"face-smile\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M15.182 15.182a4.5 4.5 0 01-6.364 0M21 12a9 9 0 11-18 0 9 9 0 0118 0zM9.75 9.75c0 .414-.168.75-.375.75S9 10.164 9 9.75 9.168 9 9.375 9s.375.336.375.75zm-.375 0h.008v.015h-.008V9.75zm5.625 0c0 .414-.168.75-.375.75s-.375-.336-.375-.75.168-.75.375-.75.375.336.375.75zm-.375 0h.008v.015h-.008V9.75z\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"arrow-long-right\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M17.25 8.25L21 12m0 0l-3.75 3.75M21 12H3\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"presentation-chart-line\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M3.75 3v11.25A2.25 2.25 0 006 16.5h2.25M3.75 3h-1.5m1.5 0h16.5m0 0h1.5m-1.5 0v11.25A2.25 2.25 0 0118 16.5h-2.25m-7.5 0h7.5m-7.5 0l-1 3m8.5-3l1 3m0 0l.5 1.5m-.5-1.5h-9.5m0 0l-.5 1.5m.75-9l3-3 2.148 2.148A12.061 12.061 0 0116.5 7.605\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"lock-open\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M13.5 10.5V6.75a4.5 4.5 0 119 0v3.75M3.75 21.75h10.5a2.25 2.25 0 002.25-2.25v-6.75a2.25 2.25 0 00-2.25-2.25H3.75a2.25 2.25 0 00-2.25 2.25v6.75a2.25 2.25 0 002.25 2.25z\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"document\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M19.5 14.25v-2.625a3.375 3.375 0 00-3.375-3.375h-1.5A1.125 1.125 0 0113.5 7.125v-1.5a3.375 3.375 0 00-3.375-3.375H8.25m2.25 0H5.625c-.621 0-1.125.504-1.125 1.125v17.25c0 .621.504 1.125 1.125 1.125h12.75c.621 0 1.125-.504 1.125-1.125V11.25a9 9 0 00-9-9z\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"archive-box-arrow-down\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M20.25 7.5l-.625 10.632a2.25 2.25 0 01-2.247 2.118H6.622a2.25 2.25 0 01-2.247-2.118L3.75 7.5m8.25 3v6.75m0 0l-3-3m3 3l3-3M3.375 7.5h17.25c.621 0 1.125-.504 1.125-1.125v-1.5c0-.621-.504-1.125-1.125-1.125H3.375c-.621 0-1.125.504-1.125 1.125v1.5c0 .621.504 1.125 1.125 1.125z\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"bell-slash\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M9.143 17.082a24.248 24.248 0 003.844.148m-3.844-.148a23.856 23.856 0 01-5.455-1.31 8.964 8.964 0 002.3-5.542m3.155 6.852a3 3 0 005.667 1.97m1.965-2.277L21 21m-4.225-4.225a23.81 23.81 0 003.536-1.003A8.967 8.967 0 0118 9.75V9A6 6 0 006.53 6.53m10.245 10.245L6.53 6.53M3 3l3.53 3.53\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"signal\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M9.348 14.651a3.75 3.75 0 010-5.303m5.304 0a3.75 3.75 0 010 5.303m-7.425 2.122a6.75 6.75 0 010-9.546m9.546 0a6.75 6.75 0 010 9.546M5.106 18.894c-3.808-3.808-3.808-9.98 0-13.789m13.788 0c3.808 3.808 3.808 9.981 0 13.79M12 12h.008v.007H12V12zm.375 0a.375.375 0 11-.75 0 .375.375 0 01.75 0z\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"ticket\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M16.5 6v.75m0 3v.75m0 3v.75m0 3V18m-9-5.25h5.25M7.5 15h3M3.375 5.25c-.621 0-1.125.504-1.125 1.125v3.026a2.999 2.999 0 010 5.198v3.026c0 .621.504 1.125 1.125 1.125h17.25c.621 0 1.125-.504 1.125-1.125v-3.026a2.999 2.999 0 010-5.198V6.375c0-.621-.504-1.125-1.125-1.125H3.375z\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"battery-50\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M21 10.5h.375c.621 0 1.125.504 1.125 1.125v2.25c0 .621-.504 1.125-1.125 1.125H21M4.5 10.5h6.75V15H4.5v-4.5zM3.75 18h15A2.25 2.25 0 0021 15.75v-6a2.25 2.25 0 00-2.25-2.25h-15A2.25 2.25 0 001.5 9.75v6A2.25 2.25 0 003.75 18z\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"clipboard\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M15.666 3.888A2.25 2.25 0 0013.5 2.25h-3c-1.03 0-1.9.693-2.166 1.638m7.332 0c.055.194.084.4.084.612v0a.75.75 0 01-.75.75H9a.75.75 0 01-.75-.75v0c0-.212.03-.418.084-.612m7.332 0c.646.049 1.288.11 1.927.184 1.1.128 1.907 1.077 1.907 2.185V19.5a2.25 2.25 0 01-2.25 2.25H6.75A2.25 2.25 0 014.5 19.5V6.257c0-1.108.806-2.057 1.907-2.185a48.208 48.208 0 011.927-.184\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"shield-exclamation\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M12 9v3.75m0-10.036A11.959 11.959 0 013.598 6 11.99 11.99 0 003 9.75c0 5.592 3.824 10.29 9 11.622 5.176-1.332 9-6.03 9-11.622 0-1.31-.21-2.57-.598-3.75h-.152c-3.196 0-6.1-1.249-8.25-3.286zm0 13.036h.008v.008H12v-.008z\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"qr-code\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M3.75 4.875c0-.621.504-1.125 1.125-1.125h4.5c.621 0 1.125.504 1.125 1.125v4.5c0 .621-.504 1.125-1.125 1.125h-4.5A1.125 1.125 0 013.75 9.375v-4.5zM3.75 14.625c0-.621.504-1.125 1.125-1.125h4.5c.621 0 1.125.504 1.125 1.125v4.5c0 .621-.504 1.125-1.125 1.125h-4.5a1.125 1.125 0 01-1.125-1.125v-4.5zM13.5 4.875c0-.621.504-1.125 1.125-1.125h4.5c.621 0 1.125.504 1.125 1.125v4.5c0 .621-.504 1.125-1.125 1.125h-4.5A1.125 1.125 0 0113.5 9.375v-4.5z\"/>  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M6.75 6.75h.75v.75h-.75v-.75zM6.75 16.5h.75v.75h-.75v-.75zM16.5 6.75h.75v.75h-.75v-.75zM13.5 13.5h.75v.75h-.75v-.75zM13.5 19.5h.75v.75h-.75v-.75zM19.5 13.5h.75v.75h-.75v-.75zM19.5 19.5h.75v.75h-.75v-.75zM16.5 16.5h.75v.75h-.75v-.75z\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"arrow-right\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M13.5 4.5L21 12m0 0l-7.5 7.5M21 12H3\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"globe-europe-africa\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M20.893 13.393l-1.135-1.135a2.252 2.252 0 01-.421-.585l-1.08-2.16a.414.414 0 00-.663-.107.827.827 0 01-.812.21l-1.273-.363a.89.89 0 00-.738 1.595l.587.39c.59.395.674 1.23.172 1.732l-.2.2c-.212.212-.33.498-.33.796v.41c0 .409-.11.809-.32 1.158l-1.315 2.191a2.11 2.11 0 01-1.81 1.025 1.055 1.055 0 01-1.055-1.055v-1.172c0-.92-.56-1.747-1.414-2.089l-.655-.261a2.25 2.25 0 01-1.383-2.46l.007-.042a2.25 2.25 0 01.29-.787l.09-.15a2.25 2.25 0 012.37-1.048l1.178.236a1.125 1.125 0 001.302-.795l.208-.73a1.125 1.125 0 00-.578-1.315l-.665-.332-.091.091a2.25 2.25 0 01-1.591.659h-.18c-.249 0-.487.1-.662.274a.931.931 0 01-1.458-1.137l1.411-2.353a2.25 2.25 0 00.286-.76m11.928 9.869A9 9 0 008.965 3.525m11.928 9.868A9 9 0 118.965 3.525\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"bars-3-bottom-left\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M3.75 6.75h16.5M3.75 12h16.5m-16.5 5.25H12\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"pause-circle\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M14.25 9v6m-4.5 0V9M21 12a9 9 0 11-18 0 9 9 0 0118 0z\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"wifi\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M8.288 15.038a5.25 5.25 0 017.424 0M5.106 11.856c3.807-3.808 9.98-3.808 13.788 0M1.924 8.674c5.565-5.565 14.587-5.565 20.152 0M12.53 18.22l-.53.53-.53-.53a.75.75 0 011.06 0z\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"moon\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M21.752 15.002A9.718 9.718 0 0118 15.75c-5.385 0-9.75-4.365-9.75-9.75 0-1.33.266-2.597.748-3.752A9.753 9.753 0 003 11.25C3 16.635 7.365 21 12.75 21a9.753 9.753 0 009.002-5.998z\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"arrow-right-circle\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M12.75 15l3-3m0 0l-3-3m3 3h-7.5M21 12a9 9 0 11-18 0 9 9 0 0118 0z\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"cursor-arrow-rays\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M15.042 21.672L13.684 16.6m0 0l-2.51 2.225.569-9.47 5.227 7.917-3.286-.672zM12 2.25V4.5m5.834.166l-1.591 1.591M20.25 10.5H18M7.757 14.743l-1.59 1.59M6 10.5H3.75m4.007-4.243l-1.59-1.59\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"user\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M15.75 6a3.75 3.75 0 11-7.5 0 3.75 3.75 0 017.5 0zM4.501 20.118a7.5 7.5 0 0114.998 0A17.933 17.933 0 0112 21.75c-2.676 0-5.216-.584-7.499-1.632z\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"sparkles\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M9.813 15.904L9 18.75l-.813-2.846a4.5 4.5 0 00-3.09-3.09L2.25 12l2.846-.813a4.5 4.5 0 003.09-3.09L9 5.25l.813 2.846a4.5 4.5 0 003.09 3.09L15.75 12l-2.846.813a4.5 4.5 0 00-3.09 3.09zM18.259 8.715L18 9.75l-.259-1.035a3.375 3.375 0 00-2.455-2.456L14.25 6l1.036-.259a3.375 3.375 0 002.455-2.456L18 2.25l.259 1.035a3.375 3.375 0 002.456 2.456L21.75 6l-1.035.259a3.375 3.375 0 00-2.456 2.456zM16.894 20.567L16.5 21.75l-.394-1.183a2.25 2.25 0 00-1.423-1.423L13.5 18.75l1.183-.394a2.25 2.25 0 001.423-1.423l.394-1.183.394 1.183a2.25 2.25 0 001.423 1.423l1.183.394-1.183.394a2.25 2.25 0 00-1.423 1.423z\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"banknotes\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M2.25 18.75a60.07 60.07 0 0115.797 2.101c.727.198 1.453-.342 1.453-1.096V18.75M3.75 4.5v.75A.75.75 0 013 6h-.75m0 0v-.375c0-.621.504-1.125 1.125-1.125H20.25M2.25 6v9m18-10.5v.75c0 .414.336.75.75.75h.75m-1.5-1.5h.375c.621 0 1.125.504 1.125 1.125v9.75c0 .621-.504 1.125-1.125 1.125h-.375m1.5-1.5H21a.75.75 0 00-.75.75v.75m0 0H3.75m0 0h-.375a1.125 1.125 0 01-1.125-1.125V15m1.5 1.5v-.75A.75.75 0 003 15h-.75M15 10.5a3 3 0 11-6 0 3 3 0 016 0zm3 0h.008v.008H18V10.5zm-12 0h.008v.008H6V10.5z\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"folder-plus\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M12 10.5v6m3-3H9m4.06-7.19l-2.12-2.12a1.5 1.5 0 00-1.061-.44H4.5A2.25 2.25 0 002.25 6v12a2.25 2.25 0 002.25 2.25h15A2.25 2.25 0 0021.75 18V9a2.25 2.25 0 00-2.25-2.25h-5.379a1.5 1.5 0 01-1.06-.44z\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"magnifying-glass-plus\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M21 21l-5.197-5.197m0 0A7.5 7.5 0 105.196 5.196a7.5 7.5 0 0010.607 10.607zM10.5 7.5v6m3-3h-6\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"shopping-cart\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M2.25 3h1.386c.51 0 .955.343 1.087.835l.383 1.437M7.5 14.25a3 3 0 00-3 3h15.75m-12.75-3h11.218c1.121-2.3 2.1-4.684 2.924-7.138a60.114 60.114 0 00-16.536-1.84M7.5 14.25L5.106 5.272M6 20.25a.75.75 0 11-1.5 0 .75.75 0 011.5 0zm12.75 0a.75.75 0 11-1.5 0 .75.75 0 011.5 0z\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"arrow-down-right\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M4.5 4.5l15 15m0 0V8.25m0 11.25H8.25\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"light-bulb\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M12 18v-5.25m0 0a6.01 6.01 0 001.5-.189m-1.5.189a6.01 6.01 0 01-1.5-.189m3.75 7.478a12.06 12.06 0 01-4.5 0m3.75 2.383a14.406 14.406 0 01-3 0M14.25 18v-.192c0-.983.658-1.823 1.508-2.316a7.5 7.5 0 10-7.517 0c.85.493 1.509 1.333 1.509 2.316V18\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"arrow-top-right-on-square\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M13.5 6H5.25A2.25 2.25 0 003 8.25v10.5A2.25 2.25 0 005.25 21h10.5A2.25 2.25 0 0018 18.75V10.5m-10.5 6L21 3m0 0h-5.25M21 3v5.25\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"film\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M3.375 19.5h17.25m-17.25 0a1.125 1.125 0 01-1.125-1.125M3.375 19.5h1.5C5.496 19.5 6 18.996 6 18.375m-3.75 0V5.625m0 12.75v-1.5c0-.621.504-1.125 1.125-1.125m18.375 2.625V5.625m0 12.75c0 .621-.504 1.125-1.125 1.125m1.125-1.125v-1.5c0-.621-.504-1.125-1.125-1.125m0 3.75h-1.5A1.125 1.125 0 0118 18.375M20.625 4.5H3.375m17.25 0c.621 0 1.125.504 1.125 1.125M20.625 4.5h-1.5C18.504 4.5 18 5.004 18 5.625m3.75 0v1.5c0 .621-.504 1.125-1.125 1.125M3.375 4.5c-.621 0-1.125.504-1.125 1.125M3.375 4.5h1.5C5.496 4.5 6 5.004 6 5.625m-3.75 0v1.5c0 .621.504 1.125 1.125 1.125m0 0h1.5m-1.5 0c-.621 0-1.125.504-1.125 1.125v1.5c0 .621.504 1.125 1.125 1.125m1.5-3.75C5.496 8.25 6 7.746 6 7.125v-1.5M4.875 8.25C5.496 8.25 6 8.754 6 9.375v1.5m0-5.25v5.25m0-5.25C6 5.004 6.504 4.5 7.125 4.5h9.75c.621 0 1.125.504 1.125 1.125m1.125 2.625h1.5m-1.5 0A1.125 1.125 0 0118 7.125v-1.5m1.125 2.625c-.621 0-1.125.504-1.125 1.125v1.5m2.625-2.625c.621 0 1.125.504 1.125 1.125v1.5c0 .621-.504 1.125-1.125 1.125M18 5.625v5.25M7.125 12h9.75m-9.75 0A1.125 1.125 0 016 10.875M7.125 12C6.504 12 6 12.504 6 13.125m0-2.25C6 11.496 5.496 12 4.875 12M18 10.875c0 .621-.504 1.125-1.125 1.125M18 10.875c0 .621.504 1.125 1.125 1.125m-2.25 0c.621 0 1.125.504 1.125 1.125m-12 5.25v-5.25m0 5.25c0 .621.504 1.125 1.125 1.125h9.75c.621 0 1.125-.504 1.125-1.125m-12 0v-1.5c0-.621-.504-1.125-1.125-1.125M18 18.375v-5.25m0 5.25v-1.5c0-.621.504-1.125 1.125-1.125M18 13.125v1.5c0 .621.504 1.125 1.125 1.125M18 13.125c0-.621.504-1.125 1.125-1.125M6 13.125v1.5c0 .621-.504 1.125-1.125 1.125M6 13.125C6 12.504 5.496 12 4.875 12m-1.5 0h1.5m-1.5 0c-.621 0-1.125.504-1.125 1.125v1.5c0 .621.504 1.125 1.125 1.125M19.125 12h1.5m0 0c.621 0 1.125.504 1.125 1.125v1.5c0 .621-.504 1.125-1.125 1.125m-17.25 0h1.5m14.25 0h1.5\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"cloud-arrow-up\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M12 16.5V9.75m0 0l3 3m-3-3l-3 3M6.75 19.5a4.5 4.5 0 01-1.41-8.775 5.25 5.25 0 0110.233-2.33 3 3 0 013.758 3.848A3.752 3.752 0 0118 19.5H6.75z\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"folder-minus\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M15 13.5H9m4.06-7.19l-2.12-2.12a1.5 1.5 0 00-1.061-.44H4.5A2.25 2.25 0 002.25 6v12a2.25 2.25 0 002.25 2.25h15A2.25 2.25 0 0021.75 18V9a2.25 2.25 0 00-2.25-2.25h-5.379a1.5 1.5 0 01-1.06-.44z\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"identification\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M15 9h3.75M15 12h3.75M15 15h3.75M4.5 19.5h15a2.25 2.25 0 002.25-2.25V6.75A2.25 2.25 0 0019.5 4.5h-15a2.25 2.25 0 00-2.25 2.25v10.5A2.25 2.25 0 004.5 19.5zm6-10.125a1.875 1.875 0 11-3.75 0 1.875 1.875 0 013.75 0zm1.294 6.336a6.721 6.721 0 01-3.17.789 6.721 6.721 0 01-3.168-.789 3.376 3.376 0 016.338 0z\"/></svg>'\n    );\n\n    let icon = heroicons_outlined.get(properties.name ?? properties.icon);\n    let root = instance.canvas.get(0);\n    \n    root.innerHTML = icon;\n\n    root.style.width = `${properties.bubble.width()}px`;\n    root.style.height = `${properties.bubble.height()}px`;\n    root.style.overflow = \"clip\"; \n    root.innerHTML = icon;\n    \n    let svg = root.firstChild;\n    svg.setAttribute(\"stroke\", properties.color);\n    svg.setAttribute(\"stroke-width\", properties.stroke_width);\n}"},"initialize":{"fn":"function(instance,context){instance.data.icons=window.heroicons_outlined,instance.data.click=event=>{instance.triggerEvent(\"click\"),event.stopPropagation()}}"},"update":{"fn":"function(instance,properties,context){let root=instance.canvas.get(0),svg=root.firstChild,icons=instance.data.icons,icon_name=properties.name||properties.icon;if(!svg||icon_name!==instance.data.current_icon_name){instance.data.current_icon_name=icon_name;let icon=icons.get(icon_name);root.innerHTML=icon,svg=root.firstChild}svg.setAttribute(\"stroke\",properties.color),properties.stroke_width&&svg.setAttribute(\"stroke-width\",properties.stroke_width),root.style.setProperty(\"--transition-duration\",properties.transition_duration?properties.transition_duration/1e3+\"s\":\"0s\"),root.style.setProperty(\"--transition-easing\",(properties.transition_easing||\"linear\").toLowerCase().replace(\" \",\"-\")),svg.classList.add(\"outline\"),$(root).off(\"mousedown\"),properties.clickable?(root.style.cursor=\"pointer\",root.addEventListener(\"click\",instance.data.click)):(root.style.cursor=\"inherit\",root.removeEventListener(\"click\",instance.data.click)),properties.tooltip&&root.setAttribute(\"title\",properties.tooltip)}"},"reset":{"fn":"function(instance,context){}"}},"platform_type":"web"},"AAb":{"display":"Mini Icon","property_applications":{"resizable":true,"Background":true,"Border":true,"Padding":true,"BoxShadow":true},"add_hover_pressed":true,"add_is_visible":true,"add_large_file_upload_properties":false,"support_autobinding":false,"autobinding_value":"text","fields":{"AAX":{"caption":"Color","name":"color","rank":6,"editor":"Color","default_val":"rgba(51, 51, 51, 1)","in_style":true},"AAY":{"caption":"Icon","name":"icon","rank":1,"editor":"Dropdown","default_val":"bug-ant","in_style":false},"AAZ":{"caption":"Clickable","name":"clickable","rank":3,"editor":"Checkbox","default_val":false},"AAa":{"caption":"Dynamic Icon","name":"name","rank":2,"editor":"DynamicValue","value":"text","optional":true},"AAi":{"caption":"Tooltip","name":"tooltip","rank":4,"editor":"DynamicValue","value":"text","optional":true},"AAs":{"caption":"🍭 Styling","name":"info_styling","rank":5,"editor":"Label"},"AAt":{"caption":"🦸‍♀️ Mini","name":"info_content","rank":0,"editor":"Label"},"ABL":{"caption":"Transition Duration","name":"transition_duration","rank":7,"editor":"StaticNumber","default_val":0,"in_style":true},"ABM":{"caption":"Transition Easing","name":"transition_easing","rank":8,"editor":"Dropdown","in_style":true,"default_val":"Linear"}},"events":{"AAW":{"caption":"clicked","name":"click"}},"code":{"preview":{"fn":"function(instance, properties) {\n    let heroicons_mini = new Map();\n\n    heroicons_mini.set(\n        \"arrow-small-down\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 20 20\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M10 5a.75.75 0 01.75.75v6.638l1.96-2.158a.75.75 0 111.08 1.04l-3.25 3.5a.75.75 0 01-1.08 0l-3.25-3.5a.75.75 0 111.08-1.04l1.96 2.158V5.75A.75.75 0 0110 5z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_mini.set(\n        \"bug-ant\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 20 20\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M6.56 1.14a.75.75 0 01.177 1.045 3.989 3.989 0 00-.464.86c.185.17.382.329.59.473A3.993 3.993 0 0110 2c1.272 0 2.405.594 3.137 1.518.208-.144.405-.302.59-.473a3.989 3.989 0 00-.464-.86.75.75 0 011.222-.869c.369.519.65 1.105.822 1.736a.75.75 0 01-.174.707 7.03 7.03 0 01-1.299 1.098A4 4 0 0114 6c0 .52-.301.963-.723 1.187a6.961 6.961 0 01-1.158.486c.13.208.231.436.296.679 1.413-.174 2.779-.5 4.081-.96a19.655 19.655 0 00-.09-2.319.75.75 0 111.493-.146 21.239 21.239 0 01.08 3.028.75.75 0 01-.482.667 20.874 20.874 0 01-5.153 1.249 2.51 2.51 0 01-.107.247 20.86 20.86 0 015.253 1.257.75.75 0 01.48.74 20.946 20.946 0 01-.907 5.107.75.75 0 01-1.433-.444c.415-1.34.69-2.743.806-4.19-.495-.174-1-.328-1.512-.461.05.284.076.575.076.873 0 1.814-.517 3.312-1.426 4.37A4.639 4.639 0 0110 19a4.64 4.64 0 01-3.574-1.63C5.516 16.311 5 14.813 5 13c0-.298.026-.59.076-.873-.513.133-1.017.287-1.512.46.116 1.448.39 2.85.806 4.191a.75.75 0 01-1.433.444 20.94 20.94 0 01-.908-5.107.75.75 0 01.482-.74 20.857 20.857 0 015.252-1.257 2.481 2.481 0 01-.107-.247 20.874 20.874 0 01-5.153-1.249.75.75 0 01-.482-.667 21.342 21.342 0 01.08-3.028.75.75 0 111.493.146 19.745 19.745 0 00-.09 2.32c1.302.459 2.668.785 4.08.959.066-.243.166-.471.297-.679a6.962 6.962 0 01-1.158-.486A1.348 1.348 0 016 6a4 4 0 01.166-1.143 7.032 7.032 0 01-1.3-1.098.75.75 0 01-.173-.707 5.48 5.48 0 01.822-1.736.75.75 0 011.046-.176z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_mini.set(\n        \"language\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 20 20\" fill=\"currentColor\" aria-hidden=\"true\">  <path d=\"M7.75 2.75a.75.75 0 00-1.5 0v1.258a32.987 32.987 0 00-3.599.278.75.75 0 10.198 1.487A31.545 31.545 0 018.7 5.545 19.381 19.381 0 017 9.56a19.418 19.418 0 01-1.002-2.05.75.75 0 00-1.384.577 20.935 20.935 0 001.492 2.91 19.613 19.613 0 01-3.828 4.154.75.75 0 10.945 1.164A21.116 21.116 0 007 12.331c.095.132.192.262.29.391a.75.75 0 001.194-.91c-.204-.266-.4-.538-.59-.815a20.888 20.888 0 002.333-5.332c.31.031.618.068.924.108a.75.75 0 00.198-1.487 32.832 32.832 0 00-3.599-.278V2.75z\"/>  <path fill-rule=\"evenodd\" d=\"M13 8a.75.75 0 01.671.415l4.25 8.5a.75.75 0 11-1.342.67L15.787 16h-5.573l-.793 1.585a.75.75 0 11-1.342-.67l4.25-8.5A.75.75 0 0113 8zm2.037 6.5L13 10.427 10.964 14.5h4.073z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_mini.set(\n        \"inbox\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 20 20\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M1 11.27c0-.246.033-.492.099-.73l1.523-5.521A2.75 2.75 0 015.273 3h9.454a2.75 2.75 0 012.651 2.019l1.523 5.52c.066.239.099.485.099.732V15a2 2 0 01-2 2H3a2 2 0 01-2-2v-3.73zm3.068-5.852A1.25 1.25 0 015.273 4.5h9.454a1.25 1.25 0 011.205.918l1.523 5.52c.006.02.01.041.015.062H14a1 1 0 00-.86.49l-.606 1.02a1 1 0 01-.86.49H8.236a1 1 0 01-.894-.553l-.448-.894A1 1 0 006 11H2.53l.015-.062 1.523-5.52z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_mini.set(\n        \"shield-check\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 20 20\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M9.661 2.237a.531.531 0 01.678 0 11.947 11.947 0 007.078 2.749.5.5 0 01.479.425c.069.52.104 1.05.104 1.59 0 5.162-3.26 9.563-7.834 11.256a.48.48 0 01-.332 0C5.26 16.564 2 12.163 2 7c0-.538.035-1.069.104-1.589a.5.5 0 01.48-.425 11.947 11.947 0 007.077-2.75zm4.196 5.954a.75.75 0 00-1.214-.882l-3.483 4.79-1.88-1.88a.75.75 0 10-1.06 1.061l2.5 2.5a.75.75 0 001.137-.089l4-5.5z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_mini.set(\n        \"paint-brush\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 20 20\" fill=\"currentColor\" aria-hidden=\"true\">  <path d=\"M15.993 1.385a1.87 1.87 0 012.623 2.622l-4.03 5.27a12.749 12.749 0 01-4.237 3.562 4.508 4.508 0 00-3.188-3.188 12.75 12.75 0 013.562-4.236l5.27-4.03zM6 11a3 3 0 00-3 3 .5.5 0 01-.72.45.75.75 0 00-1.035.931A4.001 4.001 0 009 14.004V14a3.01 3.01 0 00-1.66-2.685A2.99 2.99 0 006 11z\"/></svg>'\n    );\n\n    heroicons_mini.set(\n        \"play-circle\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 20 20\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M2 10a8 8 0 1116 0 8 8 0 01-16 0zm6.39-2.908a.75.75 0 01.766.027l3.5 2.25a.75.75 0 010 1.262l-3.5 2.25A.75.75 0 018 12.25v-4.5a.75.75 0 01.39-.658z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_mini.set(\n        \"eye-dropper\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 20 20\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M12.1 3.667a3.502 3.502 0 116.782 1.738 3.487 3.487 0 01-.907 1.57 3.495 3.495 0 01-1.617.919L16 7.99V10a.75.75 0 01-.22.53l-.25.25a.75.75 0 01-1.06 0l-.845-.844L7.22 16.34A2.25 2.25 0 015.629 17H5.12a.75.75 0 00-.53.22l-1.56 1.56a.75.75 0 01-1.061 0l-.75-.75a.75.75 0 010-1.06l1.56-1.561a.75.75 0 00.22-.53v-.508c0-.596.237-1.169.659-1.59l6.405-6.406-.844-.845a.75.75 0 010-1.06l.25-.25A.75.75 0 0110 4h2.01l.09-.333zM4.72 13.84l6.405-6.405 1.44 1.439-6.406 6.405a.75.75 0 01-.53.22H5.12c-.258 0-.511.044-.75.129a2.25 2.25 0 00.129-.75v-.508a.75.75 0 01.22-.53z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_mini.set(\n        \"phone-arrow-up-right\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 20 20\" fill=\"currentColor\" aria-hidden=\"true\">  <path d=\"M3.5 2A1.5 1.5 0 002 3.5V5c0 1.149.15 2.263.43 3.326a13.022 13.022 0 009.244 9.244c1.063.28 2.177.43 3.326.43h1.5a1.5 1.5 0 001.5-1.5v-1.148a1.5 1.5 0 00-1.175-1.465l-3.223-.716a1.5 1.5 0 00-1.767 1.052l-.267.933c-.117.41-.555.643-.95.48a11.542 11.542 0 01-6.254-6.254c-.163-.395.07-.833.48-.95l.933-.267a1.5 1.5 0 001.052-1.767l-.716-3.223A1.5 1.5 0 004.648 2H3.5zM16.5 4.56l-3.22 3.22a.75.75 0 11-1.06-1.06l3.22-3.22h-2.69a.75.75 0 010-1.5h4.5a.75.75 0 01.75.75v4.5a.75.75 0 01-1.5 0V4.56z\"/></svg>'\n    );\n\n    heroicons_mini.set(\n        \"circle-stack\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 20 20\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M10 1c3.866 0 7 1.79 7 4s-3.134 4-7 4-7-1.79-7-4 3.134-4 7-4zm5.694 8.13c.464-.264.91-.583 1.306-.952V10c0 2.21-3.134 4-7 4s-7-1.79-7-4V8.178c.396.37.842.688 1.306.953C5.838 10.006 7.854 10.5 10 10.5s4.162-.494 5.694-1.37zM3 13.179V15c0 2.21 3.134 4 7 4s7-1.79 7-4v-1.822c-.396.37-.842.688-1.306.953-1.532.875-3.548 1.369-5.694 1.369s-4.162-.494-5.694-1.37A7.009 7.009 0 013 13.179z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_mini.set(\n        \"forward\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 20 20\" fill=\"currentColor\" aria-hidden=\"true\">  <path d=\"M3.288 4.819A1.5 1.5 0 001 6.095v7.81a1.5 1.5 0 002.288 1.277l6.323-3.905c.155-.096.285-.213.389-.344v2.973a1.5 1.5 0 002.288 1.276l6.323-3.905a1.5 1.5 0 000-2.553L12.288 4.82A1.5 1.5 0 0010 6.095v2.973a1.506 1.506 0 00-.389-.344L3.288 4.82z\"/></svg>'\n    );\n\n    heroicons_mini.set(\n        \"chat-bubble-oval-left-ellipsis\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 20 20\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M10 3c-4.31 0-8 3.033-8 7 0 2.024.978 3.825 2.499 5.085a3.478 3.478 0 01-.522 1.756.75.75 0 00.584 1.143 5.976 5.976 0 003.936-1.108c.487.082.99.124 1.503.124 4.31 0 8-3.033 8-7s-3.69-7-8-7zm0 8a1 1 0 100-2 1 1 0 000 2zm-2-1a1 1 0 11-2 0 1 1 0 012 0zm5 1a1 1 0 100-2 1 1 0 000 2z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_mini.set(\n        \"no-symbol\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 20 20\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M5.965 4.904l9.131 9.131a6.5 6.5 0 00-9.131-9.131zm8.07 10.192L4.904 5.965a6.5 6.5 0 009.131 9.131zM4.343 4.343a8 8 0 1111.314 11.314A8 8 0 014.343 4.343z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_mini.set(\n        \"stop-circle\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 20 20\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M2 10a8 8 0 1116 0 8 8 0 01-16 0zm5-2.25A.75.75 0 017.75 7h4.5a.75.75 0 01.75.75v4.5a.75.75 0 01-.75.75h-4.5a.75.75 0 01-.75-.75v-4.5z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_mini.set(\n        \"server-stack\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 20 20\" fill=\"currentColor\" aria-hidden=\"true\">  <path d=\"M4.464 3.162A2 2 0 016.28 2h7.44a2 2 0 011.816 1.162l1.154 2.5c.067.145.115.291.145.438A3.508 3.508 0 0016 6H4c-.288 0-.568.035-.835.1.03-.147.078-.293.145-.438l1.154-2.5z\"/>  <path fill-rule=\"evenodd\" d=\"M2 9.5a2 2 0 012-2h12a2 2 0 110 4H4a2 2 0 01-2-2zm13.24 0a.75.75 0 01.75-.75H16a.75.75 0 01.75.75v.01a.75.75 0 01-.75.75h-.01a.75.75 0 01-.75-.75V9.5zm-2.25-.75a.75.75 0 00-.75.75v.01c0 .414.336.75.75.75H13a.75.75 0 00.75-.75V9.5a.75.75 0 00-.75-.75h-.01zM2 15a2 2 0 012-2h12a2 2 0 110 4H4a2 2 0 01-2-2zm13.24 0a.75.75 0 01.75-.75H16a.75.75 0 01.75.75v.01a.75.75 0 01-.75.75h-.01a.75.75 0 01-.75-.75V15zm-2.25-.75a.75.75 0 00-.75.75v.01c0 .414.336.75.75.75H13a.75.75 0 00.75-.75V15a.75.75 0 00-.75-.75h-.01z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_mini.set(\n        \"magnifying-glass-circle\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 20 20\" fill=\"currentColor\" aria-hidden=\"true\">  <path d=\"M6.5 9a2.5 2.5 0 115 0 2.5 2.5 0 01-5 0z\"/>  <path fill-rule=\"evenodd\" d=\"M10 18a8 8 0 100-16 8 8 0 000 16zM9 5a4 4 0 102.248 7.309l1.472 1.471a.75.75 0 101.06-1.06l-1.471-1.472A4 4 0 009 5z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_mini.set(\n        \"arrow-down-left\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 20 20\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M14.78 5.22a.75.75 0 00-1.06 0L6.5 12.44V6.75a.75.75 0 00-1.5 0v7.5c0 .414.336.75.75.75h7.5a.75.75 0 000-1.5H7.56l7.22-7.22a.75.75 0 000-1.06z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_mini.set(\n        \"currency-pound\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 20 20\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M10 18a8 8 0 100-16 8 8 0 000 16zM8.732 6.232a2.5 2.5 0 013.536 0 .75.75 0 101.06-1.06A4 4 0 006.5 8v.165c0 .364.034.728.1 1.085h-.35a.75.75 0 000 1.5h.737a5.25 5.25 0 01-.367 3.072l-.055.123a.75.75 0 00.848 1.037l1.272-.283a3.493 3.493 0 011.604.021 4.992 4.992 0 002.422 0l.97-.242a.75.75 0 00-.363-1.456l-.971.243a3.491 3.491 0 01-1.694 0 4.992 4.992 0 00-2.258-.038c.19-.811.227-1.651.111-2.477H9.75a.75.75 0 000-1.5H8.136A4.397 4.397 0 018 8.165V8c0-.641.244-1.28.732-1.768z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_mini.set(\n        \"bars-arrow-up\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 20 20\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M2 3.75A.75.75 0 012.75 3h11.5a.75.75 0 010 1.5H2.75A.75.75 0 012 3.75zM2 7.5a.75.75 0 01.75-.75h6.365a.75.75 0 010 1.5H2.75A.75.75 0 012 7.5zM14 7a.75.75 0 01.55.24l3.25 3.5a.75.75 0 11-1.1 1.02l-1.95-2.1v6.59a.75.75 0 01-1.5 0V9.66l-1.95 2.1a.75.75 0 11-1.1-1.02l3.25-3.5A.75.75 0 0114 7zM2 11.25a.75.75 0 01.75-.75H7A.75.75 0 017 12H2.75a.75.75 0 01-.75-.75z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_mini.set(\n        \"chevron-down\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 20 20\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M5.23 7.21a.75.75 0 011.06.02L10 11.168l3.71-3.938a.75.75 0 111.08 1.04l-4.25 4.5a.75.75 0 01-1.08 0l-4.25-4.5a.75.75 0 01.02-1.06z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_mini.set(\n        \"calendar\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 20 20\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M5.75 2a.75.75 0 01.75.75V4h7V2.75a.75.75 0 011.5 0V4h.25A2.75 2.75 0 0118 6.75v8.5A2.75 2.75 0 0115.25 18H4.75A2.75 2.75 0 012 15.25v-8.5A2.75 2.75 0 014.75 4H5V2.75A.75.75 0 015.75 2zm-1 5.5c-.69 0-1.25.56-1.25 1.25v6.5c0 .69.56 1.25 1.25 1.25h10.5c.69 0 1.25-.56 1.25-1.25v-6.5c0-.69-.56-1.25-1.25-1.25H4.75z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_mini.set(\n        \"clipboard-document-list\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 20 20\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M15.988 3.012A2.25 2.25 0 0118 5.25v6.5A2.25 2.25 0 0115.75 14H13.5V7A2.5 2.5 0 0011 4.5H8.128a2.252 2.252 0 011.884-1.488A2.25 2.25 0 0112.25 1h1.5a2.25 2.25 0 012.238 2.012zM11.5 3.25a.75.75 0 01.75-.75h1.5a.75.75 0 01.75.75v.25h-3v-.25z\" clip-rule=\"evenodd\"/>  <path fill-rule=\"evenodd\" d=\"M2 7a1 1 0 011-1h8a1 1 0 011 1v10a1 1 0 01-1 1H3a1 1 0 01-1-1V7zm2 3.25a.75.75 0 01.75-.75h4.5a.75.75 0 010 1.5h-4.5a.75.75 0 01-.75-.75zm0 3.5a.75.75 0 01.75-.75h4.5a.75.75 0 010 1.5h-4.5a.75.75 0 01-.75-.75z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_mini.set(\n        \"arrow-up-on-square\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 20 20\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M13.75 7h-3V3.66l1.95 2.1a.75.75 0 101.1-1.02l-3.25-3.5a.75.75 0 00-1.1 0L6.2 4.74a.75.75 0 001.1 1.02l1.95-2.1V7h-3A2.25 2.25 0 004 9.25v7.5A2.25 2.25 0 006.25 19h7.5A2.25 2.25 0 0016 16.75v-7.5A2.25 2.25 0 0013.75 7zm-3 0h-1.5v5.25a.75.75 0 001.5 0V7z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_mini.set(\n        \"receipt-refund\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 20 20\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M4.93 1.31a41.401 41.401 0 0110.14 0C16.194 1.45 17 2.414 17 3.517V18.25a.75.75 0 01-1.075.676l-2.8-1.344-2.8 1.344a.75.75 0 01-.65 0l-2.8-1.344-2.8 1.344A.75.75 0 013 18.25V3.517c0-1.103.806-2.068 1.93-2.207zm4.822 4.997a.75.75 0 10-1.004-1.114l-2.5 2.25a.75.75 0 000 1.114l2.5 2.25a.75.75 0 001.004-1.114L8.704 8.75h1.921a1.875 1.875 0 010 3.75.75.75 0 000 1.5 3.375 3.375 0 100-6.75h-1.92l1.047-.943z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_mini.set(\n        \"currency-dollar\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 20 20\" fill=\"currentColor\" aria-hidden=\"true\">  <path d=\"M10.75 10.818v2.614A3.13 3.13 0 0011.888 13c.482-.315.612-.648.612-.875 0-.227-.13-.56-.612-.875a3.13 3.13 0 00-1.138-.432zM8.33 8.62c.053.055.115.11.184.164.208.16.46.284.736.363V6.603a2.45 2.45 0 00-.35.13c-.14.065-.27.143-.386.233-.377.292-.514.627-.514.909 0 .184.058.39.202.592.037.051.08.102.128.152z\"/>  <path fill-rule=\"evenodd\" d=\"M18 10a8 8 0 11-16 0 8 8 0 0116 0zm-8-6a.75.75 0 01.75.75v.316a3.78 3.78 0 011.653.713c.426.33.744.74.925 1.2a.75.75 0 01-1.395.55 1.35 1.35 0 00-.447-.563 2.187 2.187 0 00-.736-.363V9.3c.698.093 1.383.32 1.959.696.787.514 1.29 1.27 1.29 2.13 0 .86-.504 1.616-1.29 2.13-.576.377-1.261.603-1.96.696v.299a.75.75 0 11-1.5 0v-.3c-.697-.092-1.382-.318-1.958-.695-.482-.315-.857-.717-1.078-1.188a.75.75 0 111.359-.636c.08.173.245.376.54.569.313.205.706.353 1.138.432v-2.748a3.782 3.782 0 01-1.653-.713C6.9 9.433 6.5 8.681 6.5 7.875c0-.805.4-1.558 1.097-2.096a3.78 3.78 0 011.653-.713V4.75A.75.75 0 0110 4z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_mini.set(\n        \"arrow-up-right\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 20 20\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M5.22 14.78a.75.75 0 001.06 0l7.22-7.22v5.69a.75.75 0 001.5 0v-7.5a.75.75 0 00-.75-.75h-7.5a.75.75 0 000 1.5h5.69l-7.22 7.22a.75.75 0 000 1.06z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_mini.set(\n        \"arrow-path-rounded-square\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 20 20\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M10 4.5c1.215 0 2.417.055 3.604.162a.68.68 0 01.615.597c.124 1.038.208 2.088.25 3.15l-1.689-1.69a.75.75 0 00-1.06 1.061l2.999 3a.75.75 0 001.06 0l3.001-3a.75.75 0 10-1.06-1.06l-1.748 1.747a41.31 41.31 0 00-.264-3.386 2.18 2.18 0 00-1.97-1.913 41.512 41.512 0 00-7.477 0 2.18 2.18 0 00-1.969 1.913 41.16 41.16 0 00-.16 1.61.75.75 0 101.495.12c.041-.52.093-1.038.154-1.552a.68.68 0 01.615-.597A40.012 40.012 0 0110 4.5zM5.281 9.22a.75.75 0 00-1.06 0l-3.001 3a.75.75 0 101.06 1.06l1.748-1.747c.042 1.141.13 2.27.264 3.386a2.18 2.18 0 001.97 1.913 41.533 41.533 0 007.477 0 2.18 2.18 0 001.969-1.913c.064-.534.117-1.071.16-1.61a.75.75 0 10-1.495-.12c-.041.52-.093 1.037-.154 1.552a.68.68 0 01-.615.597 40.013 40.013 0 01-7.208 0 .68.68 0 01-.615-.597 39.785 39.785 0 01-.25-3.15l1.689 1.69a.75.75 0 001.06-1.061l-2.999-3z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_mini.set(\n        \"magnifying-glass\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 20 20\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M9 3.5a5.5 5.5 0 100 11 5.5 5.5 0 000-11zM2 9a7 7 0 1112.452 4.391l3.328 3.329a.75.75 0 11-1.06 1.06l-3.329-3.328A7 7 0 012 9z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_mini.set(\n        \"information-circle\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 20 20\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M19 10.5a8.5 8.5 0 11-17 0 8.5 8.5 0 0117 0zM8.25 9.75A.75.75 0 019 9h.253a1.75 1.75 0 011.709 2.13l-.46 2.066a.25.25 0 00.245.304H11a.75.75 0 010 1.5h-.253a1.75 1.75 0 01-1.709-2.13l.46-2.066a.25.25 0 00-.245-.304H9a.75.75 0 01-.75-.75zM10 7a1 1 0 100-2 1 1 0 000 2z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_mini.set(\n        \"swatch\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 20 20\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M3.5 2A1.5 1.5 0 002 3.5V15a3 3 0 106 0V3.5A1.5 1.5 0 006.5 2h-3zm11.753 6.99L9.5 14.743V6.257l1.51-1.51a1.5 1.5 0 012.122 0l2.121 2.121a1.5 1.5 0 010 2.122zM8.364 18H16.5a1.5 1.5 0 001.5-1.5v-3a1.5 1.5 0 00-1.5-1.5h-2.136l-6 6zM5 16a1 1 0 100-2 1 1 0 000 2z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_mini.set(\n        \"cube\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 20 20\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M10.362 1.093a.75.75 0 00-.724 0L2.523 5.018 10 9.143l7.477-4.125-7.115-3.925zM18 6.443l-7.25 4v8.25l6.862-3.786A.75.75 0 0018 14.25V6.443zm-8.75 12.25v-8.25l-7.25-4v7.807a.75.75 0 00.388.657l6.862 3.786z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_mini.set(\n        \"cube-transparent\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 20 20\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M9.638 1.093a.75.75 0 01.724 0l2 1.104a.75.75 0 11-.724 1.313L10 2.607l-1.638.903a.75.75 0 11-.724-1.313l2-1.104zM5.403 4.287a.75.75 0 01-.295 1.019l-.805.444.805.444a.75.75 0 01-.724 1.314L3.5 7.02v.73a.75.75 0 01-1.5 0v-2a.75.75 0 01.388-.657l1.996-1.1a.75.75 0 011.019.294zm9.194 0a.75.75 0 011.02-.295l1.995 1.101A.75.75 0 0118 5.75v2a.75.75 0 01-1.5 0v-.73l-.884.488a.75.75 0 11-.724-1.314l.806-.444-.806-.444a.75.75 0 01-.295-1.02zM7.343 8.284a.75.75 0 011.02-.294L10 8.893l1.638-.903a.75.75 0 11.724 1.313l-1.612.89v1.557a.75.75 0 01-1.5 0v-1.557l-1.612-.89a.75.75 0 01-.295-1.019zM2.75 11.5a.75.75 0 01.75.75v1.557l1.608.887a.75.75 0 01-.724 1.314l-1.996-1.101A.75.75 0 012 14.25v-2a.75.75 0 01.75-.75zm14.5 0a.75.75 0 01.75.75v2a.75.75 0 01-.388.657l-1.996 1.1a.75.75 0 11-.724-1.313l1.608-.887V12.25a.75.75 0 01.75-.75zm-7.25 4a.75.75 0 01.75.75v.73l.888-.49a.75.75 0 01.724 1.313l-2 1.104a.75.75 0 01-.724 0l-2-1.104a.75.75 0 11.724-1.313l.888.49v-.73a.75.75 0 01.75-.75z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_mini.set(\n        \"puzzle-piece\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 20 20\" fill=\"currentColor\" aria-hidden=\"true\">  <path d=\"M12 4.467c0-.405.262-.75.559-1.027.276-.257.441-.584.441-.94 0-.828-.895-1.5-2-1.5s-2 .672-2 1.5c0 .362.171.694.456.953.29.265.544.6.544.994a.968.968 0 01-1.024.974 39.655 39.655 0 01-3.014-.306.75.75 0 00-.847.847c.14.993.242 1.999.306 3.014A.968.968 0 014.447 10c-.393 0-.729-.253-.994-.544C3.194 9.17 2.862 9 2.5 9 1.672 9 1 9.895 1 11s.672 2 1.5 2c.356 0 .683-.165.94-.441.276-.297.622-.559 1.027-.559a.997.997 0 011.004 1.03 39.747 39.747 0 01-.319 3.734.75.75 0 00.64.842c1.05.146 2.111.252 3.184.318A.97.97 0 0010 16.948c0-.394-.254-.73-.545-.995C9.171 15.693 9 15.362 9 15c0-.828.895-1.5 2-1.5s2 .672 2 1.5c0 .356-.165.683-.441.94-.297.276-.559.622-.559 1.027a.998.998 0 001.03 1.005c1.337-.05 2.659-.162 3.961-.337a.75.75 0 00.644-.644c.175-1.302.288-2.624.337-3.961A.998.998 0 0016.967 12c-.405 0-.75.262-1.027.559-.257.276-.584.441-.94.441-.828 0-1.5-.895-1.5-2s.672-2 1.5-2c.362 0 .694.17.953.455.265.291.601.545.995.545a.97.97 0 00.976-1.024 41.159 41.159 0 00-.318-3.184.75.75 0 00-.842-.64c-1.228.164-2.473.271-3.734.319A.997.997 0 0112 4.467z\"/></svg>'\n    );\n\n    heroicons_mini.set(\n        \"flag\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 20 20\" fill=\"currentColor\" aria-hidden=\"true\">  <path d=\"M3.5 2.75a.75.75 0 00-1.5 0v14.5a.75.75 0 001.5 0v-4.392l1.657-.348a6.449 6.449 0 014.271.572 7.948 7.948 0 005.965.524l2.078-.64A.75.75 0 0018 12.25v-8.5a.75.75 0 00-.904-.734l-2.38.501a7.25 7.25 0 01-4.186-.363l-.502-.2a8.75 8.75 0 00-5.053-.439l-1.475.31V2.75z\"/></svg>'\n    );\n\n    heroicons_mini.set(\n        \"chart-pie\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 20 20\" fill=\"currentColor\" aria-hidden=\"true\">  <path d=\"M12 9a1 1 0 01-1-1V3c0-.553.45-1.008.997-.93a7.004 7.004 0 015.933 5.933c.078.547-.378.997-.93.997h-5z\"/>  <path d=\"M8.003 4.07C8.55 3.992 9 4.447 9 5v5a1 1 0 001 1h5c.552 0 1.008.45.93.997A7.001 7.001 0 012 11a7.002 7.002 0 016.003-6.93z\"/></svg>'\n    );\n\n    heroicons_mini.set(\n        \"arrow-long-left\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 20 20\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M18 10a.75.75 0 01-.75.75H4.66l2.1 1.95a.75.75 0 11-1.02 1.1l-3.5-3.25a.75.75 0 010-1.1l3.5-3.25a.75.75 0 111.02 1.1l-2.1 1.95h12.59A.75.75 0 0118 10z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_mini.set(\n        \"chat-bubble-bottom-center-text\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 20 20\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M10 2c-2.236 0-4.43.18-6.57.524C1.993 2.755 1 4.014 1 5.426v5.148c0 1.413.993 2.67 2.43 2.902 1.168.188 2.352.327 3.55.414.28.02.521.18.642.413l1.713 3.293a.75.75 0 001.33 0l1.713-3.293a.783.783 0 01.642-.413 41.102 41.102 0 003.55-.414c1.437-.231 2.43-1.49 2.43-2.902V5.426c0-1.413-.993-2.67-2.43-2.902A41.289 41.289 0 0010 2zM6.75 6a.75.75 0 000 1.5h6.5a.75.75 0 000-1.5h-6.5zm0 2.5a.75.75 0 000 1.5h3.5a.75.75 0 000-1.5h-3.5z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_mini.set(\n        \"code-bracket-square\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 20 20\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M4.25 2A2.25 2.25 0 002 4.25v11.5A2.25 2.25 0 004.25 18h11.5A2.25 2.25 0 0018 15.75V4.25A2.25 2.25 0 0015.75 2H4.25zm4.03 6.28a.75.75 0 00-1.06-1.06L4.97 9.47a.75.75 0 000 1.06l2.25 2.25a.75.75 0 001.06-1.06L6.56 10l1.72-1.72zm4.5-1.06a.75.75 0 10-1.06 1.06L13.44 10l-1.72 1.72a.75.75 0 101.06 1.06l2.25-2.25a.75.75 0 000-1.06l-2.25-2.25z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_mini.set(\n        \"arrow-small-left\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 20 20\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M15 10a.75.75 0 01-.75.75H7.612l2.158 1.96a.75.75 0 11-1.04 1.08l-3.5-3.25a.75.75 0 010-1.08l3.5-3.25a.75.75 0 111.04 1.08L7.612 9.25h6.638A.75.75 0 0115 10z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_mini.set(\n        \"minus\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 20 20\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M3 10a.75.75 0 01.75-.75h10.5a.75.75 0 010 1.5H3.75A.75.75 0 013 10z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_mini.set(\n        \"arrow-uturn-down\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 20 20\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M2.232 12.207a.75.75 0 011.06.025l3.958 4.146V6.375a5.375 5.375 0 0110.75 0V9.25a.75.75 0 01-1.5 0V6.375a3.875 3.875 0 00-7.75 0v10.003l3.957-4.146a.75.75 0 011.085 1.036l-5.25 5.5a.75.75 0 01-1.085 0l-5.25-5.5a.75.75 0 01.025-1.06z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_mini.set(\n        \"scale\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 20 20\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M10 2a.75.75 0 01.75.75v.258a33.186 33.186 0 016.668.83.75.75 0 01-.336 1.461 31.28 31.28 0 00-1.103-.232l1.702 7.545a.75.75 0 01-.387.832A4.981 4.981 0 0115 14c-.825 0-1.606-.2-2.294-.556a.75.75 0 01-.387-.832l1.77-7.849a31.743 31.743 0 00-3.339-.254v11.505a20.01 20.01 0 013.78.501.75.75 0 11-.339 1.462A18.558 18.558 0 0010 17.5c-1.442 0-2.845.165-4.191.477a.75.75 0 01-.338-1.462 20.01 20.01 0 013.779-.501V4.509c-1.129.026-2.243.112-3.34.254l1.771 7.85a.75.75 0 01-.387.83A4.98 4.98 0 015 14a4.98 4.98 0 01-2.294-.556.75.75 0 01-.387-.832L4.02 5.067c-.37.07-.738.148-1.103.232a.75.75 0 01-.336-1.462 32.845 32.845 0 016.668-.829V2.75A.75.75 0 0110 2zM5 7.543L3.92 12.33a3.499 3.499 0 002.16 0L5 7.543zm10 0l-1.08 4.787a3.498 3.498 0 002.16 0L15 7.543z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_mini.set(\n        \"check-badge\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 20 20\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M16.403 12.652a3 3 0 000-5.304 3 3 0 00-3.75-3.751 3 3 0 00-5.305 0 3 3 0 00-3.751 3.75 3 3 0 000 5.305 3 3 0 003.75 3.751 3 3 0 005.305 0 3 3 0 003.751-3.75zm-2.546-4.46a.75.75 0 00-1.214-.883l-3.483 4.79-1.88-1.88a.75.75 0 10-1.06 1.061l2.5 2.5a.75.75 0 001.137-.089l4-5.5z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_mini.set(\n        \"chat-bubble-left-right\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 20 20\" fill=\"currentColor\" aria-hidden=\"true\">  <path d=\"M3.505 2.365A41.369 41.369 0 019 2c1.863 0 3.697.124 5.495.365 1.247.167 2.18 1.108 2.435 2.268a4.45 4.45 0 00-.577-.069 43.141 43.141 0 00-4.706 0C9.229 4.696 7.5 6.727 7.5 8.998v2.24c0 1.413.67 2.735 1.76 3.562l-2.98 2.98A.75.75 0 015 17.25v-3.443c-.501-.048-1-.106-1.495-.172C2.033 13.438 1 12.162 1 10.72V5.28c0-1.441 1.033-2.717 2.505-2.914z\"/>  <path d=\"M14 6c-.762 0-1.52.02-2.271.062C10.157 6.148 9 7.472 9 8.998v2.24c0 1.519 1.147 2.839 2.71 2.935.214.013.428.024.642.034.2.009.385.09.518.224l2.35 2.35a.75.75 0 001.28-.531v-2.07c1.453-.195 2.5-1.463 2.5-2.915V8.998c0-1.526-1.157-2.85-2.729-2.936A41.645 41.645 0 0014 6z\"/></svg>'\n    );\n\n    heroicons_mini.set(\n        \"calculator\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 20 20\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M10 1c-1.716 0-3.408.106-5.07.31C3.806 1.45 3 2.414 3 3.517V16.75A2.25 2.25 0 005.25 19h9.5A2.25 2.25 0 0017 16.75V3.517c0-1.103-.806-2.068-1.93-2.207A41.403 41.403 0 0010 1zM5.99 8.75A.75.75 0 016.74 8h.01a.75.75 0 01.75.75v.01a.75.75 0 01-.75.75h-.01a.75.75 0 01-.75-.75v-.01zm.75 1.417a.75.75 0 00-.75.75v.01c0 .414.336.75.75.75h.01a.75.75 0 00.75-.75v-.01a.75.75 0 00-.75-.75h-.01zm-.75 2.916a.75.75 0 01.75-.75h.01a.75.75 0 01.75.75v.01a.75.75 0 01-.75.75h-.01a.75.75 0 01-.75-.75v-.01zm.75 1.417a.75.75 0 00-.75.75v.01c0 .414.336.75.75.75h.01a.75.75 0 00.75-.75v-.01a.75.75 0 00-.75-.75h-.01zm1.417-5.75a.75.75 0 01.75-.75h.01a.75.75 0 01.75.75v.01a.75.75 0 01-.75.75h-.01a.75.75 0 01-.75-.75v-.01zm.75 1.417a.75.75 0 00-.75.75v.01c0 .414.336.75.75.75h.01a.75.75 0 00.75-.75v-.01a.75.75 0 00-.75-.75h-.01zm-.75 2.916a.75.75 0 01.75-.75h.01a.75.75 0 01.75.75v.01a.75.75 0 01-.75.75h-.01a.75.75 0 01-.75-.75v-.01zm.75 1.417a.75.75 0 00-.75.75v.01c0 .414.336.75.75.75h.01a.75.75 0 00.75-.75v-.01a.75.75 0 00-.75-.75h-.01zm1.42-5.75a.75.75 0 01.75-.75h.01a.75.75 0 01.75.75v.01a.75.75 0 01-.75.75h-.01a.75.75 0 01-.75-.75v-.01zm.75 1.417a.75.75 0 00-.75.75v.01c0 .414.336.75.75.75h.01a.75.75 0 00.75-.75v-.01a.75.75 0 00-.75-.75h-.01zm-.75 2.916a.75.75 0 01.75-.75h.01a.75.75 0 01.75.75v.01a.75.75 0 01-.75.75h-.01a.75.75 0 01-.75-.75v-.01zm.75 1.417a.75.75 0 00-.75.75v.01c0 .414.336.75.75.75h.01a.75.75 0 00.75-.75v-.01a.75.75 0 00-.75-.75h-.01zM12.5 8.75a.75.75 0 01.75-.75h.01a.75.75 0 01.75.75v.01a.75.75 0 01-.75.75h-.01a.75.75 0 01-.75-.75v-.01zm.75 1.417a.75.75 0 00-.75.75v.01c0 .414.336.75.75.75h.01a.75.75 0 00.75-.75v-.01a.75.75 0 00-.75-.75h-.01zm0 2.166a.75.75 0 01.75.75v2.167a.75.75 0 11-1.5 0v-2.167a.75.75 0 01.75-.75zM6.75 4a.75.75 0 00-.75.75v.5c0 .414.336.75.75.75h6.5a.75.75 0 00.75-.75v-.5a.75.75 0 00-.75-.75h-6.5z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_mini.set(\n        \"folder\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 20 20\" fill=\"currentColor\" aria-hidden=\"true\">  <path d=\"M3.75 3A1.75 1.75 0 002 4.75v3.26a3.235 3.235 0 011.75-.51h12.5c.644 0 1.245.188 1.75.51V6.75A1.75 1.75 0 0016.25 5h-4.836a.25.25 0 01-.177-.073L9.823 3.513A1.75 1.75 0 008.586 3H3.75zM3.75 9A1.75 1.75 0 002 10.75v4.5c0 .966.784 1.75 1.75 1.75h12.5A1.75 1.75 0 0018 15.25v-4.5A1.75 1.75 0 0016.25 9H3.75z\"/></svg>'\n    );\n\n    heroicons_mini.set(\n        \"home-modern\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 20 20\" fill=\"currentColor\" aria-hidden=\"true\">  <path d=\"M14.916 2.404a.75.75 0 01-.32 1.012l-.596.31V17a1 1 0 01-1 1h-2.26a.75.75 0 01-.75-.75v-3.5a.75.75 0 00-.75-.75H6.75a.75.75 0 00-.75.75v3.5a.75.75 0 01-.75.75h-3.5a.75.75 0 010-1.5H2V9.957a.75.75 0 01-.596-1.372L2 8.275V5.75a.75.75 0 011.5 0v1.745l10.404-5.41a.75.75 0 011.012.32zM15.861 8.57a.75.75 0 01.736-.025l1.999 1.04A.75.75 0 0118 10.957V16.5h.25a.75.75 0 110 1.5h-2a.75.75 0 01-.75-.75V9.21a.75.75 0 01.361-.64z\"/></svg>'\n    );\n\n    heroicons_mini.set(\n        \"bookmark-slash\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 20 20\" fill=\"currentColor\" aria-hidden=\"true\">  <path d=\"M17 4.517v9.301L5.433 2.252a41.44 41.44 0 019.637.058C16.194 2.45 17 3.414 17 4.517zM3 17.25V6.182l10.654 10.654L10 15.082l-5.925 2.844A.75.75 0 013 17.25zM3.28 2.22a.75.75 0 00-1.06 1.06l14.5 14.5a.75.75 0 101.06-1.06L3.28 2.22z\"/></svg>'\n    );\n\n    heroicons_mini.set(\n        \"globe-americas\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 20 20\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M18 10a8 8 0 11-16 0 8 8 0 0116 0zm-1.5 0a6.5 6.5 0 11-11-4.69v.447a3.5 3.5 0 001.025 2.475L8.293 10 8 10.293a1 1 0 000 1.414l1.06 1.06a1.5 1.5 0 01.44 1.061v.363a1 1 0 00.553.894l.276.139a1 1 0 001.342-.448l1.454-2.908a1.5 1.5 0 00-.281-1.731l-.772-.772a1 1 0 00-1.023-.242l-.384.128a.5.5 0 01-.606-.25l-.296-.592a.481.481 0 01.646-.646l.262.131a1 1 0 00.447.106h.188a1 1 0 00.949-1.316l-.068-.204a.5.5 0 01.149-.538l1.44-1.234A6.492 6.492 0 0116.5 10z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_mini.set(\n        \"bolt-slash\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 20 20\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M2.22 2.22a.75.75 0 011.06 0l14.5 14.5a.75.75 0 11-1.06 1.06L2.22 3.28a.75.75 0 010-1.06z\" clip-rule=\"evenodd\"/>  <path d=\"M4.73 7.912L2.191 10.75A.75.75 0 002.75 12h6.068L4.73 7.912zM9.233 12.415l-1.216 5.678a.75.75 0 001.292.657l2.956-3.303-3.032-3.032zM15.27 12.088l2.539-2.838A.75.75 0 0017.25 8h-6.068l4.088 4.088zM10.767 7.585l1.216-5.678a.75.75 0 00-1.292-.657L7.735 4.553l3.032 3.032z\"/></svg>'\n    );\n\n    heroicons_mini.set(\n        \"speaker-x-mark\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 20 20\" fill=\"currentColor\" aria-hidden=\"true\">  <path d=\"M9.547 3.062A.75.75 0 0110 3.75v12.5a.75.75 0 01-1.264.546L4.703 13H3.167a.75.75 0 01-.7-.48A6.985 6.985 0 012 10c0-.887.165-1.737.468-2.52a.75.75 0 01.7-.48h1.535l4.033-3.796a.75.75 0 01.811-.142zM13.28 7.22a.75.75 0 10-1.06 1.06L13.94 10l-1.72 1.72a.75.75 0 001.06 1.06L15 11.06l1.72 1.72a.75.75 0 101.06-1.06L16.06 10l1.72-1.72a.75.75 0 00-1.06-1.06L15 8.94l-1.72-1.72z\"/></svg>'\n    );\n\n    heroicons_mini.set(\n        \"at-symbol\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 20 20\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M5.404 14.596A6.5 6.5 0 1116.5 10a1.25 1.25 0 01-2.5 0 4 4 0 10-.571 2.06A2.75 2.75 0 0018 10a8 8 0 10-2.343 5.657.75.75 0 00-1.06-1.06 6.5 6.5 0 01-9.193 0zM10 7.5a2.5 2.5 0 100 5 2.5 2.5 0 000-5z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_mini.set(\n        \"clipboard-document\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 20 20\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M15.988 3.012A2.25 2.25 0 0118 5.25v6.5A2.25 2.25 0 0115.75 14H13.5v-3.379a3 3 0 00-.879-2.121l-3.12-3.121a3 3 0 00-1.402-.791 2.252 2.252 0 011.913-1.576A2.25 2.25 0 0112.25 1h1.5a2.25 2.25 0 012.238 2.012zM11.5 3.25a.75.75 0 01.75-.75h1.5a.75.75 0 01.75.75v.25h-3v-.25z\" clip-rule=\"evenodd\"/>  <path d=\"M3.5 6A1.5 1.5 0 002 7.5v9A1.5 1.5 0 003.5 18h7a1.5 1.5 0 001.5-1.5v-5.879a1.5 1.5 0 00-.44-1.06L8.44 6.439A1.5 1.5 0 007.378 6H3.5z\"/></svg>'\n    );\n\n    heroicons_mini.set(\n        \"plus\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 20 20\" fill=\"currentColor\" aria-hidden=\"true\">  <path d=\"M10.75 4.75a.75.75 0 00-1.5 0v4.5h-4.5a.75.75 0 000 1.5h4.5v4.5a.75.75 0 001.5 0v-4.5h4.5a.75.75 0 000-1.5h-4.5v-4.5z\"/></svg>'\n    );\n\n    heroicons_mini.set(\n        \"gif\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 20 20\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M1 5.25A2.25 2.25 0 013.25 3h13.5A2.25 2.25 0 0119 5.25v9.5A2.25 2.25 0 0116.75 17H3.25A2.25 2.25 0 011 14.75v-9.5zm4.026 2.879C5.356 7.65 5.72 7.5 6 7.5s.643.15.974.629a.75.75 0 001.234-.854C7.66 6.484 6.873 6 6 6c-.873 0-1.66.484-2.208 1.275C3.25 8.059 3 9.048 3 10c0 .952.25 1.941.792 2.725C4.34 13.516 5.127 14 6 14c.873 0 1.66-.484 2.208-1.275a.75.75 0 00.133-.427V10a.75.75 0 00-.75-.75H6.25a.75.75 0 000 1.5h.591v1.295c-.293.342-.6.455-.841.455-.279 0-.643-.15-.974-.629C4.69 11.386 4.5 10.711 4.5 10c0-.711.19-1.386.526-1.871zM10.75 6a.75.75 0 01.75.75v6.5a.75.75 0 01-1.5 0v-6.5a.75.75 0 01.75-.75zm3 0h2.5a.75.75 0 010 1.5H14.5v1.75h.75a.75.75 0 010 1.5h-.75v2.5a.75.75 0 01-1.5 0v-6.5a.75.75 0 01.75-.75z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_mini.set(\n        \"computer-desktop\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 20 20\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M2 4.25A2.25 2.25 0 014.25 2h11.5A2.25 2.25 0 0118 4.25v8.5A2.25 2.25 0 0115.75 15h-3.105a3.501 3.501 0 001.1 1.677A.75.75 0 0113.26 18H6.74a.75.75 0 01-.484-1.323A3.501 3.501 0 007.355 15H4.25A2.25 2.25 0 012 12.75v-8.5zm1.5 0a.75.75 0 01.75-.75h11.5a.75.75 0 01.75.75v7.5a.75.75 0 01-.75.75H4.25a.75.75 0 01-.75-.75v-7.5z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_mini.set(\n        \"arrow-path\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 20 20\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M15.312 11.424a5.5 5.5 0 01-9.201 2.466l-.312-.311h2.433a.75.75 0 000-1.5H3.989a.75.75 0 00-.75.75v4.242a.75.75 0 001.5 0v-2.43l.31.31a7 7 0 0011.712-3.138.75.75 0 00-1.449-.39zm1.23-3.723a.75.75 0 00.219-.53V2.929a.75.75 0 00-1.5 0V5.36l-.31-.31A7 7 0 003.239 8.188a.75.75 0 101.448.389A5.5 5.5 0 0113.89 6.11l.311.31h-2.432a.75.75 0 000 1.5h4.243a.75.75 0 00.53-.219z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_mini.set(\n        \"gift\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 20 20\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M14 6a2.5 2.5 0 00-4-3 2.5 2.5 0 00-4 3H3.25C2.56 6 2 6.56 2 7.25v.5C2 8.44 2.56 9 3.25 9h6V6h1.5v3h6C17.44 9 18 8.44 18 7.75v-.5C18 6.56 17.44 6 16.75 6H14zm-1-1.5a1 1 0 01-1 1h-1v-1a1 1 0 112 0zm-6 0a1 1 0 001 1h1v-1a1 1 0 00-2 0z\" clip-rule=\"evenodd\"/>  <path d=\"M9.25 10.5H3v4.75A2.75 2.75 0 005.75 18h3.5v-7.5zM10.75 18v-7.5H17v4.75A2.75 2.75 0 0114.25 18h-3.5z\"/></svg>'\n    );\n\n    heroicons_mini.set(\n        \"chevron-double-left\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 20 20\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M15.79 14.77a.75.75 0 01-1.06.02l-4.5-4.25a.75.75 0 010-1.08l4.5-4.25a.75.75 0 111.04 1.08L11.832 10l3.938 3.71a.75.75 0 01.02 1.06zm-6 0a.75.75 0 01-1.06.02l-4.5-4.25a.75.75 0 010-1.08l4.5-4.25a.75.75 0 111.04 1.08L5.832 10l3.938 3.71a.75.75 0 01.02 1.06z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_mini.set(\n        \"video-camera\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 20 20\" fill=\"currentColor\" aria-hidden=\"true\">  <path d=\"M3.25 4A2.25 2.25 0 001 6.25v7.5A2.25 2.25 0 003.25 16h7.5A2.25 2.25 0 0013 13.75v-7.5A2.25 2.25 0 0010.75 4h-7.5zM19 4.75a.75.75 0 00-1.28-.53l-3 3a.75.75 0 00-.22.53v4.5c0 .199.079.39.22.53l3 3a.75.75 0 001.28-.53V4.75z\"/></svg>'\n    );\n\n    heroicons_mini.set(\n        \"stop\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 20 20\" fill=\"currentColor\" aria-hidden=\"true\">  <path d=\"M5.25 3A2.25 2.25 0 003 5.25v9.5A2.25 2.25 0 005.25 17h9.5A2.25 2.25 0 0017 14.75v-9.5A2.25 2.25 0 0014.75 3h-9.5z\"/></svg>'\n    );\n\n    heroicons_mini.set(\n        \"gift-top\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 20 20\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M9.25 3H3.5A1.5 1.5 0 002 4.5v4.75h3.365A2.75 2.75 0 019.25 5.362V3zM2 10.75v4.75A1.5 1.5 0 003.5 17h5.75v-4.876A4.75 4.75 0 015 14.75a.75.75 0 010-1.5 3.251 3.251 0 003.163-2.5H2zM10.75 17h5.75a1.5 1.5 0 001.5-1.5v-4.75h-6.163A3.251 3.251 0 0015 13.25a.75.75 0 010 1.5 4.75 4.75 0 01-4.25-2.626V17zM18 9.25V4.5A1.5 1.5 0 0016.5 3h-5.75v2.362a2.75 2.75 0 013.885 3.888H18zm-4.496-2.755a1.25 1.25 0 00-1.768 0c-.36.359-.526.999-.559 1.697-.01.228-.006.443.004.626.183.01.398.014.626.003.698-.033 1.338-.2 1.697-.559a1.25 1.25 0 000-1.767zm-5.24 0a1.25 1.25 0 00-1.768 1.767c.36.36 1 .526 1.697.56.228.01.443.006.626-.004.01-.183.015-.398.004-.626-.033-.698-.2-1.338-.56-1.697z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_mini.set(\n        \"currency-bangladeshi\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 20 20\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M10 2a8 8 0 100 16 8 8 0 000-16zM5.94 5.5c.944-.945 2.56-.276 2.56 1.06V8h5.75a.75.75 0 010 1.5H8.5v4.275c0 .296.144.455.26.499a3.5 3.5 0 004.402-1.77h-.412a.75.75 0 010-1.5h.537c.462 0 .887.21 1.156.556.278.355.383.852.184 1.337a5.001 5.001 0 01-6.4 2.78C7.376 15.353 7 14.512 7 13.774V9.5H5.75a.75.75 0 010-1.5H7V6.56l-.22.22a.75.75 0 11-1.06-1.06l.22-.22z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_mini.set(\n        \"arrow-down\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 20 20\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M10 3a.75.75 0 01.75.75v10.638l3.96-4.158a.75.75 0 111.08 1.04l-5.25 5.5a.75.75 0 01-1.08 0l-5.25-5.5a.75.75 0 111.08-1.04l3.96 4.158V3.75A.75.75 0 0110 3z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_mini.set(\n        \"megaphone\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 20 20\" fill=\"currentColor\" aria-hidden=\"true\">  <path d=\"M13.92 3.845a19.361 19.361 0 01-6.3 1.98C6.765 5.942 5.89 6 5 6a4 4 0 00-.504 7.969 15.974 15.974 0 001.271 3.341c.397.77 1.342 1 2.05.59l.867-.5c.726-.42.94-1.321.588-2.021-.166-.33-.315-.666-.448-1.004 1.8.358 3.511.964 5.096 1.78A17.964 17.964 0 0015 10c0-2.161-.381-4.234-1.08-6.155zM15.243 3.097A19.456 19.456 0 0116.5 10c0 2.431-.445 4.758-1.257 6.904l-.03.077a.75.75 0 001.401.537 20.902 20.902 0 001.312-5.745 1.999 1.999 0 000-3.545 20.902 20.902 0 00-1.312-5.745.75.75 0 00-1.4.537l.029.077z\"/></svg>'\n    );\n\n    heroicons_mini.set(\n        \"lock-closed\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 20 20\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M10 1a4.5 4.5 0 00-4.5 4.5V9H5a2 2 0 00-2 2v6a2 2 0 002 2h10a2 2 0 002-2v-6a2 2 0 00-2-2h-.5V5.5A4.5 4.5 0 0010 1zm3 8V5.5a3 3 0 10-6 0V9h6z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_mini.set(\n        \"check\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 20 20\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M16.704 4.153a.75.75 0 01.143 1.052l-8 10.5a.75.75 0 01-1.127.075l-4.5-4.5a.75.75 0 011.06-1.06l3.894 3.893 7.48-9.817a.75.75 0 011.05-.143z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_mini.set(\n        \"arrow-down-tray\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 20 20\" fill=\"currentColor\" aria-hidden=\"true\">  <path d=\"M10.75 2.75a.75.75 0 00-1.5 0v8.614L6.295 8.235a.75.75 0 10-1.09 1.03l4.25 4.5a.75.75 0 001.09 0l4.25-4.5a.75.75 0 00-1.09-1.03l-2.955 3.129V2.75z\"/>  <path d=\"M3.5 12.75a.75.75 0 00-1.5 0v2.5A2.75 2.75 0 004.75 18h10.5A2.75 2.75 0 0018 15.25v-2.5a.75.75 0 00-1.5 0v2.5c0 .69-.56 1.25-1.25 1.25H4.75c-.69 0-1.25-.56-1.25-1.25v-2.5z\"/></svg>'\n    );\n\n    heroicons_mini.set(\n        \"clock\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 20 20\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M10 18a8 8 0 100-16 8 8 0 000 16zm.75-13a.75.75 0 00-1.5 0v5c0 .414.336.75.75.75h4a.75.75 0 000-1.5h-3.25V5z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_mini.set(\n        \"fire\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 20 20\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M13.5 4.938a7 7 0 11-9.006 1.737c.202-.257.59-.218.793.039.278.352.594.672.943.954.332.269.786-.049.773-.476a5.977 5.977 0 01.572-2.759 6.026 6.026 0 012.486-2.665c.247-.14.55-.016.677.238A6.967 6.967 0 0013.5 4.938zM14 12a4 4 0 01-4 4c-1.913 0-3.52-1.398-3.91-3.182-.093-.429.44-.643.814-.413a4.043 4.043 0 001.601.564c.303.038.531-.24.51-.544a5.975 5.975 0 011.315-4.192.447.447 0 01.431-.16A4.001 4.001 0 0114 12z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_mini.set(\n        \"arrow-up-circle\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 20 20\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M10 18a8 8 0 100-16 8 8 0 000 16zm-.75-4.75a.75.75 0 001.5 0V8.66l1.95 2.1a.75.75 0 101.1-1.02l-3.25-3.5a.75.75 0 00-1.1 0L6.2 9.74a.75.75 0 101.1 1.02l1.95-2.1v4.59z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_mini.set(\n        \"cursor-arrow-ripple\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 20 20\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M6.111 11.89A5.5 5.5 0 1115.501 8 .75.75 0 1017 8a7 7 0 10-11.95 4.95.75.75 0 001.06-1.06zm2.121-5.658a2.5 2.5 0 000 3.536.75.75 0 11-1.06 1.06A4 4 0 1114 8a.75.75 0 01-1.5 0 2.5 2.5 0 00-4.268-1.768zm2.534 1.279a.75.75 0 00-1.37.364l-.492 6.861a.75.75 0 001.204.65l1.043-.799.985 3.678a.75.75 0 001.45-.388l-.978-3.646 1.292.204a.75.75 0 00.74-1.16l-3.874-5.764z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_mini.set(\n        \"hand-thumb-up\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 20 20\" fill=\"currentColor\" aria-hidden=\"true\">  <path d=\"M1 8.25a1.25 1.25 0 112.5 0v7.5a1.25 1.25 0 11-2.5 0v-7.5zM11 3V1.7c0-.268.14-.526.395-.607A2 2 0 0114 3c0 .995-.182 1.948-.514 2.826-.204.54.166 1.174.744 1.174h2.52c1.243 0 2.261 1.01 2.146 2.247a23.864 23.864 0 01-1.341 5.974C17.153 16.323 16.072 17 14.9 17h-3.192a3 3 0 01-1.341-.317l-2.734-1.366A3 3 0 006.292 15H5V8h.963c.685 0 1.258-.483 1.612-1.068a4.011 4.011 0 012.166-1.73c.432-.143.853-.386 1.011-.814.16-.432.248-.9.248-1.388z\"/></svg>'\n    );\n\n    heroicons_mini.set(\n        \"arrow-left-circle\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 20 20\" fill=\"currentColor\" aria-hidden=\"true\">  <g clip-path=\"url(#clip0_9_2121)\">    <path fill-rule=\"evenodd\" d=\"M10 18a8 8 0 100-16 8 8 0 000 16zm3.25-7.25a.75.75 0 000-1.5H8.66l2.1-1.95a.75.75 0 10-1.02-1.1l-3.5 3.25a.75.75 0 000 1.1l3.5 3.25a.75.75 0 001.02-1.1l-2.1-1.95h4.59z\" clip-rule=\"evenodd\"/>  </g>  <defs>    <clipPath id=\"clip0_9_2121\">      <path d=\"M0 0h20v20H0z\"/>    </clipPath>  </defs></svg>'\n    );\n\n    heroicons_mini.set(\n        \"arrow-small-up\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 20 20\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M10 15a.75.75 0 01-.75-.75V7.612L7.29 9.77a.75.75 0 01-1.08-1.04l3.25-3.5a.75.75 0 011.08 0l3.25 3.5a.75.75 0 11-1.08 1.04l-1.96-2.158v6.638A.75.75 0 0110 15z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_mini.set(\n        \"chevron-double-right\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 20 20\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M10.21 14.77a.75.75 0 01.02-1.06L14.168 10 10.23 6.29a.75.75 0 111.04-1.08l4.5 4.25a.75.75 0 010 1.08l-4.5 4.25a.75.75 0 01-1.06-.02z\" clip-rule=\"evenodd\"/>  <path fill-rule=\"evenodd\" d=\"M4.21 14.77a.75.75 0 01.02-1.06L8.168 10 4.23 6.29a.75.75 0 111.04-1.08l4.5 4.25a.75.75 0 010 1.08l-4.5 4.25a.75.75 0 01-1.06-.02z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_mini.set(\n        \"chat-bubble-bottom-center\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 20 20\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M3.43 2.524A41.29 41.29 0 0110 2c2.236 0 4.43.18 6.57.524 1.437.231 2.43 1.49 2.43 2.902v5.148c0 1.413-.993 2.67-2.43 2.902a41.102 41.102 0 01-3.55.414c-.28.02-.521.18-.643.413l-1.712 3.293a.75.75 0 01-1.33 0l-1.713-3.293a.783.783 0 00-.642-.413 41.108 41.108 0 01-3.55-.414C1.993 13.245 1 11.986 1 10.574V5.426c0-1.413.993-2.67 2.43-2.902z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_mini.set(\n        \"pause\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 20 20\" fill=\"currentColor\" aria-hidden=\"true\">  <path d=\"M5.75 3a.75.75 0 00-.75.75v12.5c0 .414.336.75.75.75h1.5a.75.75 0 00.75-.75V3.75A.75.75 0 007.25 3h-1.5zM12.75 3a.75.75 0 00-.75.75v12.5c0 .414.336.75.75.75h1.5a.75.75 0 00.75-.75V3.75a.75.75 0 00-.75-.75h-1.5z\"/></svg>'\n    );\n\n    heroicons_mini.set(\n        \"radio\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 20 20\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M17.45 3.473a.75.75 0 10-.4-1.446L5.313 5.265c-.84.096-1.671.217-2.495.362A2.212 2.212 0 001 7.817v7.933A2.25 2.25 0 003.25 18h13.5A2.25 2.25 0 0019 15.75V7.816c0-1.06-.745-2-1.817-2.189a41.124 41.124 0 00-5.406-.589l5.673-1.565zM16 9.5a1.5 1.5 0 11-3 0 1.5 1.5 0 013 0zM14.5 16a1.5 1.5 0 100-3 1.5 1.5 0 000 3zm-9.26-5a.75.75 0 01.75-.75H6a.75.75 0 01.75.75v.01a.75.75 0 01-.75.75h-.01a.75.75 0 01-.75-.75V11zm2.75-.75a.75.75 0 00-.75.75v.01c0 .415.336.75.75.75H8a.75.75 0 00.75-.75V11a.75.75 0 00-.75-.75h-.01zm-1.75-1.5A.75.75 0 016.99 8H7a.75.75 0 01.75.75v.01a.75.75 0 01-.75.75h-.01a.75.75 0 01-.75-.75v-.01zm3.583.42a.75.75 0 00-1.06 0l-.007.007a.75.75 0 000 1.06l.007.008a.75.75 0 001.06 0l.007-.007a.75.75 0 000-1.061l-.007-.007zm.427 2.08A.75.75 0 0111 12v.01a.75.75 0 01-.75.75h-.01a.75.75 0 01-.75-.75V12a.75.75 0 01.75-.75h.01zm-.42 3.584a.75.75 0 000-1.061l-.007-.007a.75.75 0 00-1.06 0l-.007.007a.75.75 0 000 1.06l.007.008a.75.75 0 001.06 0l.008-.007zm-3.59.416a.75.75 0 01.75-.75H7a.75.75 0 01.75.75v.01a.75.75 0 01-.75.75h-.01a.75.75 0 01-.75-.75v-.01zm-1.013-1.484a.75.75 0 00-1.06 0l-.008.007a.75.75 0 000 1.06l.007.008a.75.75 0 001.061 0l.007-.007a.75.75 0 000-1.061l-.007-.007zM3.75 11.25a.75.75 0 01.75.75v.01a.75.75 0 01-.75.75h-.01a.75.75 0 01-.75-.75V12a.75.75 0 01.75-.75h.01zm1.484-1.012a.75.75 0 000-1.061l-.007-.007a.75.75 0 00-1.06 0l-.007.007a.75.75 0 000 1.06l.007.008a.75.75 0 001.06 0l.007-.007zM7.24 13a.75.75 0 01.75-.75H8a.75.75 0 01.75.75v.01a.75.75 0 01-.75.75h-.01a.75.75 0 01-.75-.75V13zm-1.25-.75a.75.75 0 00-.75.75v.01c0 .415.336.75.75.75H6a.75.75 0 00.75-.75V13a.75.75 0 00-.75-.75h-.01z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_mini.set(\n        \"variable\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 20 20\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M15.212 2.079a.75.75 0 011.006.336A16.932 16.932 0 0118 10c0 2.724-.641 5.3-1.782 7.585a.75.75 0 11-1.342-.67A15.432 15.432 0 0016.5 10c0-2.486-.585-4.834-1.624-6.915a.75.75 0 01.336-1.006zm-10.424 0a.75.75 0 01.336 1.006A15.433 15.433 0 003.5 10c0 2.486.585 4.834 1.624 6.915a.75.75 0 11-1.342.67A16.933 16.933 0 012 10c0-2.724.641-5.3 1.782-7.585a.75.75 0 011.006-.336zm2.285 3.554a1.5 1.5 0 012.219.677l.856 2.08 1.146-1.77a2.25 2.25 0 013.137-.65l.235.156a.75.75 0 11-.832 1.248l-.235-.156a.75.75 0 00-1.045.216l-1.71 2.644 1.251 3.04.739-.492a.75.75 0 11.832 1.248l-.739.493a1.5 1.5 0 01-2.219-.677l-.856-2.08-1.146 1.77a2.25 2.25 0 01-3.137.65l-.235-.156a.75.75 0 01.832-1.248l.235.157a.75.75 0 001.045-.217l1.71-2.644-1.251-3.04-.739.492a.75.75 0 01-.832-1.248l.739-.493z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_mini.set(\n        \"microphone\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 20 20\" fill=\"currentColor\" aria-hidden=\"true\">  <path d=\"M7 4a3 3 0 016 0v6a3 3 0 11-6 0V4z\"/>  <path d=\"M5.5 9.643a.75.75 0 00-1.5 0V10c0 3.06 2.29 5.585 5.25 5.954V17.5h-1.5a.75.75 0 000 1.5h4.5a.75.75 0 000-1.5h-1.5v-1.546A6.001 6.001 0 0016 10v-.357a.75.75 0 00-1.5 0V10a4.5 4.5 0 01-9 0v-.357z\"/></svg>'\n    );\n\n    heroicons_mini.set(\n        \"power\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 20 20\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M10 2a.75.75 0 01.75.75v7.5a.75.75 0 01-1.5 0v-7.5A.75.75 0 0110 2zM5.404 4.343a.75.75 0 010 1.06 6.5 6.5 0 109.192 0 .75.75 0 111.06-1.06 8 8 0 11-11.313 0 .75.75 0 011.06 0z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_mini.set(\n        \"chart-bar-square\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 20 20\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M4.25 2A2.25 2.25 0 002 4.25v11.5A2.25 2.25 0 004.25 18h11.5A2.25 2.25 0 0018 15.75V4.25A2.25 2.25 0 0015.75 2H4.25zM15 5.75a.75.75 0 00-1.5 0v8.5a.75.75 0 001.5 0v-8.5zm-8.5 6a.75.75 0 00-1.5 0v2.5a.75.75 0 001.5 0v-2.5zM8.584 9a.75.75 0 01.75.75v4.5a.75.75 0 01-1.5 0v-4.5a.75.75 0 01.75-.75zm3.58-1.25a.75.75 0 00-1.5 0v6.5a.75.75 0 001.5 0v-6.5z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_mini.set(\n        \"rectangle-stack\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 20 20\" fill=\"currentColor\" aria-hidden=\"true\">  <path d=\"M5.127 3.502L5.25 3.5h9.5c.041 0 .082 0 .123.002A2.251 2.251 0 0012.75 2h-5.5a2.25 2.25 0 00-2.123 1.502zM1 10.25A2.25 2.25 0 013.25 8h13.5A2.25 2.25 0 0119 10.25v5.5A2.25 2.25 0 0116.75 18H3.25A2.25 2.25 0 011 15.75v-5.5zM3.25 6.5c-.04 0-.082 0-.123.002A2.25 2.25 0 015.25 5h9.5c.98 0 1.814.627 2.123 1.502a3.819 3.819 0 00-.123-.002H3.25z\"/></svg>'\n    );\n\n    heroicons_mini.set(\n        \"video-camera-slash\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 20 20\" fill=\"currentColor\" aria-hidden=\"true\">  <path d=\"M1 13.75V7.182L9.818 16H3.25A2.25 2.25 0 011 13.75zM13 6.25v6.568L4.182 4h6.568A2.25 2.25 0 0113 6.25zM19 4.75a.75.75 0 00-1.28-.53l-3 3a.75.75 0 00-.22.53v4.5c0 .199.079.39.22.53l3 3a.75.75 0 001.28-.53V4.75zM2.28 4.22a.75.75 0 00-1.06 1.06l10.5 10.5a.75.75 0 101.06-1.06L2.28 4.22z\"/></svg>'\n    );\n\n    heroicons_mini.set(\n        \"squares-plus\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 20 20\" fill=\"currentColor\" aria-hidden=\"true\">  <path d=\"M2 4.25A2.25 2.25 0 014.25 2h2.5A2.25 2.25 0 019 4.25v2.5A2.25 2.25 0 016.75 9h-2.5A2.25 2.25 0 012 6.75v-2.5zM2 13.25A2.25 2.25 0 014.25 11h2.5A2.25 2.25 0 019 13.25v2.5A2.25 2.25 0 016.75 18h-2.5A2.25 2.25 0 012 15.75v-2.5zM11 4.25A2.25 2.25 0 0113.25 2h2.5A2.25 2.25 0 0118 4.25v2.5A2.25 2.25 0 0115.75 9h-2.5A2.25 2.25 0 0111 6.75v-2.5zM15.25 11.75a.75.75 0 00-1.5 0v2h-2a.75.75 0 000 1.5h2v2a.75.75 0 001.5 0v-2h2a.75.75 0 000-1.5h-2v-2z\"/></svg>'\n    );\n\n    heroicons_mini.set(\n        \"key\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 20 20\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M8 7a5 5 0 113.61 4.804l-1.903 1.903A1 1 0 019 14H8v1a1 1 0 01-1 1H6v1a1 1 0 01-1 1H3a1 1 0 01-1-1v-2a1 1 0 01.293-.707L8.196 8.39A5.002 5.002 0 018 7zm5-3a.75.75 0 000 1.5A1.5 1.5 0 0114.5 7 .75.75 0 0016 7a3 3 0 00-3-3z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_mini.set(\n        \"archive-box-x-mark\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 20 20\" fill=\"currentColor\" aria-hidden=\"true\">  <path d=\"M2 3a1 1 0 00-1 1v1a1 1 0 001 1h16a1 1 0 001-1V4a1 1 0 00-1-1H2z\"/>  <path fill-rule=\"evenodd\" d=\"M2 7.5h16l-.811 7.71a2 2 0 01-1.99 1.79H4.802a2 2 0 01-1.99-1.79L2 7.5zm5.22 1.72a.75.75 0 011.06 0L10 10.94l1.72-1.72a.75.75 0 111.06 1.06L11.06 12l1.72 1.72a.75.75 0 11-1.06 1.06L10 13.06l-1.72 1.72a.75.75 0 01-1.06-1.06L8.94 12l-1.72-1.72a.75.75 0 010-1.06z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_mini.set(\n        \"eye\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 20 20\" fill=\"currentColor\" aria-hidden=\"true\">  <path d=\"M10 12.5a2.5 2.5 0 100-5 2.5 2.5 0 000 5z\"/>  <path fill-rule=\"evenodd\" d=\"M.664 10.59a1.651 1.651 0 010-1.186A10.004 10.004 0 0110 3c4.257 0 7.893 2.66 9.336 6.41.147.381.146.804 0 1.186A10.004 10.004 0 0110 17c-4.257 0-7.893-2.66-9.336-6.41zM14 10a4 4 0 11-8 0 4 4 0 018 0z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_mini.set(\n        \"wrench-screwdriver\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 20 20\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M14.5 10a4.5 4.5 0 004.284-5.882c-.105-.324-.51-.391-.752-.15L15.34 6.66a.454.454 0 01-.493.11 3.01 3.01 0 01-1.618-1.616.455.455 0 01.11-.494l2.694-2.692c.24-.241.174-.647-.15-.752a4.5 4.5 0 00-5.873 4.575c.055.873-.128 1.808-.8 2.368l-7.23 6.024a2.724 2.724 0 103.837 3.837l6.024-7.23c.56-.672 1.495-.855 2.368-.8.096.007.193.01.291.01zM5 16a1 1 0 11-2 0 1 1 0 012 0z\" clip-rule=\"evenodd\"/>  <path d=\"M14.5 11.5c.173 0 .345-.007.514-.022l3.754 3.754a2.5 2.5 0 01-3.536 3.536l-4.41-4.41 2.172-2.607c.052-.063.147-.138.342-.196.202-.06.469-.087.777-.067.128.008.257.012.387.012zM6 4.586l2.33 2.33a.452.452 0 01-.08.09L6.8 8.214 4.586 6H3.309a.5.5 0 01-.447-.276l-1.7-3.402a.5.5 0 01.093-.577l.49-.49a.5.5 0 01.577-.094l3.402 1.7A.5.5 0 016 3.31v1.277z\"/></svg>'\n    );\n\n    heroicons_mini.set(\n        \"paper-clip\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 20 20\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M15.621 4.379a3 3 0 00-4.242 0l-7 7a3 3 0 004.241 4.243h.001l.497-.5a.75.75 0 011.064 1.057l-.498.501-.002.002a4.5 4.5 0 01-6.364-6.364l7-7a4.5 4.5 0 016.368 6.36l-3.455 3.553A2.625 2.625 0 119.52 9.52l3.45-3.451a.75.75 0 111.061 1.06l-3.45 3.451a1.125 1.125 0 001.587 1.595l3.454-3.553a3 3 0 000-4.242z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_mini.set(\n        \"bell-alert\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 20 20\" fill=\"currentColor\" aria-hidden=\"true\">  <path d=\"M4.214 3.227a.75.75 0 00-1.156-.956 8.97 8.97 0 00-1.856 3.826.75.75 0 001.466.316 7.47 7.47 0 011.546-3.186zM16.942 2.271a.75.75 0 00-1.157.956 7.47 7.47 0 011.547 3.186.75.75 0 001.466-.316 8.971 8.971 0 00-1.856-3.826z\"/>  <path fill-rule=\"evenodd\" d=\"M10 2a6 6 0 00-6 6c0 1.887-.454 3.665-1.257 5.234a.75.75 0 00.515 1.076 32.94 32.94 0 003.256.508 3.5 3.5 0 006.972 0 32.933 32.933 0 003.256-.508.75.75 0 00.515-1.076A11.448 11.448 0 0116 8a6 6 0 00-6-6zm0 14.5a2 2 0 01-1.95-1.557 33.54 33.54 0 003.9 0A2 2 0 0110 16.5z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_mini.set(\n        \"arrow-uturn-left\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 20 20\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M7.793 2.232a.75.75 0 01-.025 1.06L3.622 7.25h10.003a5.375 5.375 0 010 10.75H10.75a.75.75 0 010-1.5h2.875a3.875 3.875 0 000-7.75H3.622l4.146 3.957a.75.75 0 01-1.036 1.085l-5.5-5.25a.75.75 0 010-1.085l5.5-5.25a.75.75 0 011.06.025z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_mini.set(\n        \"inbox-stack\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 20 20\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M1.045 6.954a2.75 2.75 0 01.217-.678L2.53 3.58A2.75 2.75 0 015.019 2h9.962a2.75 2.75 0 012.488 1.58l1.27 2.696c.101.216.174.444.216.678A1 1 0 0119 7.25v1.5a2.75 2.75 0 01-2.75 2.75H3.75A2.75 2.75 0 011 8.75v-1.5a1 1 0 01.045-.296zm2.843-2.736A1.25 1.25 0 015.02 3.5h9.962c.484 0 .925.28 1.13.718l.957 2.032H14a1 1 0 00-.86.49l-.606 1.02a1 1 0 01-.86.49H8.236a1 1 0 01-.894-.553l-.448-.894A1 1 0 006 6.25H2.932l.956-2.032z\" clip-rule=\"evenodd\"/>  <path d=\"M1 14a1 1 0 011-1h4a1 1 0 01.894.553l.448.894a1 1 0 00.894.553h3.438a1 1 0 00.86-.49l.606-1.02A1 1 0 0114 13h4a1 1 0 011 1v2a2 2 0 01-2 2H3a2 2 0 01-2-2v-2z\"/></svg>'\n    );\n\n    heroicons_mini.set(\n        \"chevron-double-up\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 20 20\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M5.23 15.79a.75.75 0 01-.02-1.06l4.25-4.5a.75.75 0 011.08 0l4.25 4.5a.75.75 0 11-1.08 1.04L10 11.832 6.29 15.77a.75.75 0 01-1.06.02zm0-6a.75.75 0 01-.02-1.06l4.25-4.5a.75.75 0 011.08 0l4.25 4.5a.75.75 0 11-1.08 1.04L10 5.832 6.29 9.77a.75.75 0 01-1.06.02z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_mini.set(\n        \"command-line\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 20 20\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M3.25 3A2.25 2.25 0 001 5.25v9.5A2.25 2.25 0 003.25 17h13.5A2.25 2.25 0 0019 14.75v-9.5A2.25 2.25 0 0016.75 3H3.25zm.943 8.752a.75.75 0 01.055-1.06L6.128 9l-1.88-1.693a.75.75 0 111.004-1.114l2.5 2.25a.75.75 0 010 1.114l-2.5 2.25a.75.75 0 01-1.06-.055zM9.75 10.25a.75.75 0 000 1.5h2.5a.75.75 0 000-1.5h-2.5z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_mini.set(\n        \"rocket-launch\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 20 20\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M4.606 12.97a.75.75 0 01-.134 1.051 2.494 2.494 0 00-.93 2.437 2.494 2.494 0 002.437-.93.75.75 0 111.186.918 3.995 3.995 0 01-4.482 1.332.75.75 0 01-.461-.461 3.994 3.994 0 011.332-4.482.75.75 0 011.052.134z\" clip-rule=\"evenodd\"/>  <path fill-rule=\"evenodd\" d=\"M5.752 12A13.07 13.07 0 008 14.248v4.002c0 .414.336.75.75.75a5 5 0 004.797-6.414 12.984 12.984 0 005.45-10.848.75.75 0 00-.735-.735 12.984 12.984 0 00-10.849 5.45A5 5 0 001 11.25c.001.414.337.75.751.75h4.002zM13 9a2 2 0 100-4 2 2 0 000 4z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_mini.set(\n        \"signal-slash\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 20 20\" fill=\"currentColor\" aria-hidden=\"true\">  <path d=\"M2.22 2.22a.75.75 0 011.06 0l6.783 6.782a1 1 0 01.935.935l6.782 6.783a.75.75 0 11-1.06 1.06l-6.783-6.782a1 1 0 01-.935-.935L2.22 3.28a.75.75 0 010-1.06zM3.636 16.364a9.004 9.004 0 01-1.39-10.936L3.349 6.53a7.503 7.503 0 001.348 8.773.75.75 0 01-1.061 1.061zM6.464 13.536a5 5 0 01-1.213-5.103l1.262 1.262a3.493 3.493 0 001.012 2.78.75.75 0 01-1.06 1.06zM16.364 3.636a9.004 9.004 0 011.39 10.937l-1.103-1.104a7.503 7.503 0 00-1.348-8.772.75.75 0 111.061-1.061zM13.536 6.464a5 5 0 011.213 5.103l-1.262-1.262a3.493 3.493 0 00-1.012-2.78.75.75 0 011.06-1.06z\"/></svg>'\n    );\n\n    heroicons_mini.set(\n        \"chat-bubble-left-ellipsis\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 20 20\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M10 2c-2.236 0-4.43.18-6.57.524C1.993 2.755 1 4.014 1 5.426v5.148c0 1.413.993 2.67 2.43 2.902.848.137 1.705.248 2.57.331v3.443a.75.75 0 001.28.53l3.58-3.579a.78.78 0 01.527-.224 41.202 41.202 0 005.183-.5c1.437-.232 2.43-1.49 2.43-2.903V5.426c0-1.413-.993-2.67-2.43-2.902A41.289 41.289 0 0010 2zm0 7a1 1 0 100-2 1 1 0 000 2zM8 8a1 1 0 11-2 0 1 1 0 012 0zm5 1a1 1 0 100-2 1 1 0 000 2z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_mini.set(\n        \"envelope\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 20 20\" fill=\"currentColor\" aria-hidden=\"true\">  <path d=\"M3 4a2 2 0 00-2 2v1.161l8.441 4.221a1.25 1.25 0 001.118 0L19 7.162V6a2 2 0 00-2-2H3z\"/>  <path d=\"M19 8.839l-7.77 3.885a2.75 2.75 0 01-2.46 0L1 8.839V14a2 2 0 002 2h14a2 2 0 002-2V8.839z\"/></svg>'\n    );\n\n    heroicons_mini.set(\n        \"x-circle\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 20 20\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M10 18a8 8 0 100-16 8 8 0 000 16zM8.28 7.22a.75.75 0 00-1.06 1.06L8.94 10l-1.72 1.72a.75.75 0 101.06 1.06L10 11.06l1.72 1.72a.75.75 0 101.06-1.06L11.06 10l1.72-1.72a.75.75 0 00-1.06-1.06L10 8.94 8.28 7.22z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_mini.set(\n        \"shopping-bag\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 20 20\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M6 5v1H4.667a1.75 1.75 0 00-1.743 1.598l-.826 9.5A1.75 1.75 0 003.84 19H16.16a1.75 1.75 0 001.743-1.902l-.826-9.5A1.75 1.75 0 0015.333 6H14V5a4 4 0 00-8 0zm4-2.5A2.5 2.5 0 007.5 5v1h5V5A2.5 2.5 0 0010 2.5zM7.5 10a2.5 2.5 0 005 0V8.75a.75.75 0 011.5 0V10a4 4 0 01-8 0V8.75a.75.75 0 011.5 0V10z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_mini.set(\n        \"funnel\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 20 20\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M2.628 1.601C5.028 1.206 7.49 1 10 1s4.973.206 7.372.601a.75.75 0 01.628.74v2.288a2.25 2.25 0 01-.659 1.59l-4.682 4.683a2.25 2.25 0 00-.659 1.59v3.037c0 .684-.31 1.33-.844 1.757l-1.937 1.55A.75.75 0 018 18.25v-5.757a2.25 2.25 0 00-.659-1.591L2.659 6.22A2.25 2.25 0 012 4.629V2.34a.75.75 0 01.628-.74z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_mini.set(\n        \"code-bracket\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 20 20\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M6.28 5.22a.75.75 0 010 1.06L2.56 10l3.72 3.72a.75.75 0 01-1.06 1.06L.97 10.53a.75.75 0 010-1.06l4.25-4.25a.75.75 0 011.06 0zm7.44 0a.75.75 0 011.06 0l4.25 4.25a.75.75 0 010 1.06l-4.25 4.25a.75.75 0 01-1.06-1.06L17.44 10l-3.72-3.72a.75.75 0 010-1.06zM11.377 2.011a.75.75 0 01.612.867l-2.5 14.5a.75.75 0 01-1.478-.255l2.5-14.5a.75.75 0 01.866-.612z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_mini.set(\n        \"user-plus\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 20 20\" fill=\"currentColor\" aria-hidden=\"true\">  <path d=\"M11 5a3 3 0 11-6 0 3 3 0 016 0zM2.615 16.428a1.224 1.224 0 01-.569-1.175 6.002 6.002 0 0111.908 0c.058.467-.172.92-.57 1.174A9.953 9.953 0 018 18a9.953 9.953 0 01-5.385-1.572zM16.25 5.75a.75.75 0 00-1.5 0v2h-2a.75.75 0 000 1.5h2v2a.75.75 0 001.5 0v-2h2a.75.75 0 000-1.5h-2v-2z\"/></svg>'\n    );\n\n    heroicons_mini.set(\n        \"chat-bubble-oval-left\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 20 20\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M2 10c0-3.967 3.69-7 8-7 4.31 0 8 3.033 8 7s-3.69 7-8 7a9.165 9.165 0 01-1.504-.123 5.976 5.976 0 01-3.935 1.107.75.75 0 01-.584-1.143 3.478 3.478 0 00.522-1.756C2.979 13.825 2 12.025 2 10z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_mini.set(\n        \"arrow-trending-down\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 20 20\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M1.22 5.222a.75.75 0 011.06 0L7 9.942l3.768-3.769a.75.75 0 011.113.058 20.908 20.908 0 013.813 7.254l1.574-2.727a.75.75 0 011.3.75l-2.475 4.286a.75.75 0 01-1.025.275l-4.287-2.475a.75.75 0 01.75-1.3l2.71 1.565a19.422 19.422 0 00-3.013-6.024L7.53 11.533a.75.75 0 01-1.06 0l-5.25-5.25a.75.75 0 010-1.06z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_mini.set(\n        \"building-storefront\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 20 20\" fill=\"currentColor\" aria-hidden=\"true\">  <path d=\"M2.879 7.121A3 3 0 007.5 6.66a2.997 2.997 0 002.5 1.34 2.997 2.997 0 002.5-1.34 3 3 0 104.622-3.78l-.293-.293A2 2 0 0015.415 2H4.585a2 2 0 00-1.414.586l-.292.292a3 3 0 000 4.243zM3 9.032a4.507 4.507 0 004.5-.29A4.48 4.48 0 0010 9.5a4.48 4.48 0 002.5-.758 4.507 4.507 0 004.5.29V16.5h.25a.75.75 0 010 1.5h-4.5a.75.75 0 01-.75-.75v-3.5a.75.75 0 00-.75-.75h-2.5a.75.75 0 00-.75.75v3.5a.75.75 0 01-.75.75h-4.5a.75.75 0 010-1.5H3V9.032z\"/></svg>'\n    );\n\n    heroicons_mini.set(\n        \"paper-airplane\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 20 20\" fill=\"currentColor\" aria-hidden=\"true\">  <path d=\"M3.105 2.289a.75.75 0 00-.826.95l1.414 4.925A1.5 1.5 0 005.135 9.25h6.115a.75.75 0 010 1.5H5.135a1.5 1.5 0 00-1.442 1.086l-1.414 4.926a.75.75 0 00.826.95 28.896 28.896 0 0015.293-7.154.75.75 0 000-1.115A28.897 28.897 0 003.105 2.289z\"/></svg>'\n    );\n\n    heroicons_mini.set(\n        \"arrow-up-tray\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 20 20\" fill=\"currentColor\" aria-hidden=\"true\">  <path d=\"M9.25 13.25a.75.75 0 001.5 0V4.636l2.955 3.129a.75.75 0 001.09-1.03l-4.25-4.5a.75.75 0 00-1.09 0l-4.25 4.5a.75.75 0 101.09 1.03L9.25 4.636v8.614z\"/>  <path d=\"M3.5 12.75a.75.75 0 00-1.5 0v2.5A2.75 2.75 0 004.75 18h10.5A2.75 2.75 0 0018 15.25v-2.5a.75.75 0 00-1.5 0v2.5c0 .69-.56 1.25-1.25 1.25H4.75c-.69 0-1.25-.56-1.25-1.25v-2.5z\"/></svg>'\n    );\n\n    heroicons_mini.set(\n        \"user-circle\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 20 20\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M18 10a8 8 0 11-16 0 8 8 0 0116 0zm-5.5-2.5a2.5 2.5 0 11-5 0 2.5 2.5 0 015 0zM10 12a5.99 5.99 0 00-4.793 2.39A6.483 6.483 0 0010 16.5a6.483 6.483 0 004.793-2.11A5.99 5.99 0 0010 12z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_mini.set(\n        \"cpu-chip\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 20 20\" fill=\"currentColor\" aria-hidden=\"true\">  <path d=\"M14 6H6v8h8V6z\"/>  <path fill-rule=\"evenodd\" d=\"M9.25 3V1.75a.75.75 0 011.5 0V3h1.5V1.75a.75.75 0 011.5 0V3h.5A2.75 2.75 0 0117 5.75v.5h1.25a.75.75 0 010 1.5H17v1.5h1.25a.75.75 0 010 1.5H17v1.5h1.25a.75.75 0 010 1.5H17v.5A2.75 2.75 0 0114.25 17h-.5v1.25a.75.75 0 01-1.5 0V17h-1.5v1.25a.75.75 0 01-1.5 0V17h-1.5v1.25a.75.75 0 01-1.5 0V17h-.5A2.75 2.75 0 013 14.25v-.5H1.75a.75.75 0 010-1.5H3v-1.5H1.75a.75.75 0 010-1.5H3v-1.5H1.75a.75.75 0 010-1.5H3v-.5A2.75 2.75 0 015.75 3h.5V1.75a.75.75 0 011.5 0V3h1.5zM4.5 5.75c0-.69.56-1.25 1.25-1.25h8.5c.69 0 1.25.56 1.25 1.25v8.5c0 .69-.56 1.25-1.25 1.25h-8.5c-.69 0-1.25-.56-1.25-1.25v-8.5z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_mini.set(\n        \"backspace\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 20 20\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M7.22 3.22A.75.75 0 017.75 3h9A2.25 2.25 0 0119 5.25v9.5A2.25 2.25 0 0116.75 17h-9a.75.75 0 01-.53-.22L.97 10.53a.75.75 0 010-1.06l6.25-6.25zm3.06 4a.75.75 0 10-1.06 1.06L10.94 10l-1.72 1.72a.75.75 0 101.06 1.06L12 11.06l1.72 1.72a.75.75 0 101.06-1.06L13.06 10l1.72-1.72a.75.75 0 00-1.06-1.06L12 8.94l-1.72-1.72z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_mini.set(\n        \"arrow-right-on-rectangle\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 20 20\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M3 4.25A2.25 2.25 0 015.25 2h5.5A2.25 2.25 0 0113 4.25v2a.75.75 0 01-1.5 0v-2a.75.75 0 00-.75-.75h-5.5a.75.75 0 00-.75.75v11.5c0 .414.336.75.75.75h5.5a.75.75 0 00.75-.75v-2a.75.75 0 011.5 0v2A2.25 2.25 0 0110.75 18h-5.5A2.25 2.25 0 013 15.75V4.25z\" clip-rule=\"evenodd\"/>  <path fill-rule=\"evenodd\" d=\"M6 10a.75.75 0 01.75-.75h9.546l-1.048-.943a.75.75 0 111.004-1.114l2.5 2.25a.75.75 0 010 1.114l-2.5 2.25a.75.75 0 11-1.004-1.114l1.048-.943H6.75A.75.75 0 016 10z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_mini.set(\n        \"ellipsis-vertical\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 20 20\" fill=\"currentColor\" aria-hidden=\"true\">  <path d=\"M10 3a1.5 1.5 0 110 3 1.5 1.5 0 010-3zM10 8.5a1.5 1.5 0 110 3 1.5 1.5 0 010-3zM11.5 15.5a1.5 1.5 0 10-3 0 1.5 1.5 0 003 0z\"/></svg>'\n    );\n\n    heroicons_mini.set(\n        \"arrow-small-right\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 20 20\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M5 10a.75.75 0 01.75-.75h6.638L10.23 7.29a.75.75 0 111.04-1.08l3.5 3.25a.75.75 0 010 1.08l-3.5 3.25a.75.75 0 11-1.04-1.08l2.158-1.96H5.75A.75.75 0 015 10z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_mini.set(\n        \"user-group\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 20 20\" fill=\"currentColor\" aria-hidden=\"true\">  <path d=\"M10 9a3 3 0 100-6 3 3 0 000 6zM6 8a2 2 0 11-4 0 2 2 0 014 0zM1.49 15.326a.78.78 0 01-.358-.442 3 3 0 014.308-3.516 6.484 6.484 0 00-1.905 3.959c-.023.222-.014.442.025.654a4.97 4.97 0 01-2.07-.655zM16.44 15.98a4.97 4.97 0 002.07-.654.78.78 0 00.357-.442 3 3 0 00-4.308-3.517 6.484 6.484 0 011.907 3.96 2.32 2.32 0 01-.026.654zM18 8a2 2 0 11-4 0 2 2 0 014 0zM5.304 16.19a.844.844 0 01-.277-.71 5 5 0 019.947 0 .843.843 0 01-.277.71A6.975 6.975 0 0110 18a6.974 6.974 0 01-4.696-1.81z\"/></svg>'\n    );\n\n    heroicons_mini.set(\n        \"arrow-uturn-right\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 20 20\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M12.207 2.232a.75.75 0 00.025 1.06l4.146 3.958H6.375a5.375 5.375 0 000 10.75H9.25a.75.75 0 000-1.5H6.375a3.875 3.875 0 010-7.75h10.003l-4.146 3.957a.75.75 0 001.036 1.085l5.5-5.25a.75.75 0 000-1.085l-5.5-5.25a.75.75 0 00-1.06.025z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_mini.set(\n        \"chat-bubble-left\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 20 20\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M3.43 2.524A41.29 41.29 0 0110 2c2.236 0 4.43.18 6.57.524 1.437.231 2.43 1.49 2.43 2.902v5.148c0 1.413-.993 2.67-2.43 2.902a41.202 41.202 0 01-5.183.501.78.78 0 00-.528.224l-3.579 3.58A.75.75 0 016 17.25v-3.443a41.033 41.033 0 01-2.57-.33C1.993 13.244 1 11.986 1 10.573V5.426c0-1.413.993-2.67 2.43-2.902z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_mini.set(\n        \"chevron-double-down\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 20 20\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M14.77 4.21a.75.75 0 01.02 1.06l-4.25 4.5a.75.75 0 01-1.08 0l-4.25-4.5a.75.75 0 011.08-1.04L10 8.168l3.71-3.938a.75.75 0 011.06-.02zm0 6a.75.75 0 01.02 1.06l-4.25 4.5a.75.75 0 01-1.08 0l-4.25-4.5a.75.75 0 111.08-1.04L10 14.168l3.71-3.938a.75.75 0 011.06-.02z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_mini.set(\n        \"document-plus\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 20 20\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M4.5 2A1.5 1.5 0 003 3.5v13A1.5 1.5 0 004.5 18h11a1.5 1.5 0 001.5-1.5V7.621a1.5 1.5 0 00-.44-1.06l-4.12-4.122A1.5 1.5 0 0011.378 2H4.5zM10 8a.75.75 0 01.75.75v1.5h1.5a.75.75 0 010 1.5h-1.5v1.5a.75.75 0 01-1.5 0v-1.5h-1.5a.75.75 0 010-1.5h1.5v-1.5A.75.75 0 0110 8z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_mini.set(\n        \"x-mark\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 20 20\" fill=\"currentColor\" aria-hidden=\"true\">  <path d=\"M6.28 5.22a.75.75 0 00-1.06 1.06L8.94 10l-3.72 3.72a.75.75 0 101.06 1.06L10 11.06l3.72 3.72a.75.75 0 101.06-1.06L11.06 10l3.72-3.72a.75.75 0 00-1.06-1.06L10 8.94 6.28 5.22z\"/></svg>'\n    );\n\n    heroicons_mini.set(\n        \"user-minus\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 20 20\" fill=\"currentColor\" aria-hidden=\"true\">  <path d=\"M11 5a3 3 0 11-6 0 3 3 0 016 0zM2.046 15.253c-.058.468.172.92.57 1.175A9.953 9.953 0 008 18c1.982 0 3.83-.578 5.384-1.573.398-.254.628-.707.57-1.175a6.001 6.001 0 00-11.908 0zM12.75 7.75a.75.75 0 000 1.5h5.5a.75.75 0 000-1.5h-5.5z\"/></svg>'\n    );\n\n    heroicons_mini.set(\n        \"star\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 20 20\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M10.868 2.884c-.321-.772-1.415-.772-1.736 0l-1.83 4.401-4.753.381c-.833.067-1.171 1.107-.536 1.651l3.62 3.102-1.106 4.637c-.194.813.691 1.456 1.405 1.02L10 15.591l4.069 2.485c.713.436 1.598-.207 1.404-1.02l-1.106-4.637 3.62-3.102c.635-.544.297-1.584-.536-1.65l-4.752-.382-1.831-4.401z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_mini.set(\n        \"arrow-up-on-square-stack\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 20 20\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M10.75 6h-2v4.25a.75.75 0 01-1.5 0V6h1.5V3.704l.943 1.048a.75.75 0 001.114-1.004l-2.25-2.5a.75.75 0 00-1.114 0l-2.25 2.5a.75.75 0 001.114 1.004l.943-1.048V6h-2A2.25 2.25 0 003 8.25v4.5A2.25 2.25 0 005.25 15h5.5A2.25 2.25 0 0013 12.75v-4.5A2.25 2.25 0 0010.75 6zM7 16.75v-.25h3.75a3.75 3.75 0 003.75-3.75V10h.25A2.25 2.25 0 0117 12.25v4.5A2.25 2.25 0 0114.75 19h-5.5A2.25 2.25 0 017 16.75z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_mini.set(\n        \"arrow-down-on-square\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 20 20\" fill=\"currentColor\" aria-hidden=\"true\">  <path d=\"M13.75 7h-3v5.296l1.943-2.048a.75.75 0 011.114 1.004l-3.25 3.5a.75.75 0 01-1.114 0l-3.25-3.5a.75.75 0 111.114-1.004l1.943 2.048V7h1.5V1.75a.75.75 0 00-1.5 0V7h-3A2.25 2.25 0 004 9.25v7.5A2.25 2.25 0 006.25 19h7.5A2.25 2.25 0 0016 16.75v-7.5A2.25 2.25 0 0013.75 7z\"/></svg>'\n    );\n\n    heroicons_mini.set(\n        \"printer\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 20 20\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M5 2.75C5 1.784 5.784 1 6.75 1h6.5c.966 0 1.75.784 1.75 1.75v3.552c.377.046.752.097 1.126.153A2.212 2.212 0 0118 8.653v4.097A2.25 2.25 0 0115.75 15h-.241l.305 1.984A1.75 1.75 0 0114.084 19H5.915a1.75 1.75 0 01-1.73-2.016L4.492 15H4.25A2.25 2.25 0 012 12.75V8.653c0-1.082.775-2.034 1.874-2.198.374-.056.75-.107 1.127-.153L5 6.25v-3.5zm8.5 3.397a41.533 41.533 0 00-7 0V2.75a.25.25 0 01.25-.25h6.5a.25.25 0 01.25.25v3.397zM6.608 12.5a.25.25 0 00-.247.212l-.693 4.5a.25.25 0 00.247.288h8.17a.25.25 0 00.246-.288l-.692-4.5a.25.25 0 00-.247-.212H6.608z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_mini.set(\n        \"building-library\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 20 20\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M9.674 2.075a.75.75 0 01.652 0l7.25 3.5A.75.75 0 0117 6.957V16.5h.25a.75.75 0 010 1.5H2.75a.75.75 0 010-1.5H3V6.957a.75.75 0 01-.576-1.382l7.25-3.5zM11 6a1 1 0 11-2 0 1 1 0 012 0zM7.5 9.75a.75.75 0 00-1.5 0v5.5a.75.75 0 001.5 0v-5.5zm3.25 0a.75.75 0 00-1.5 0v5.5a.75.75 0 001.5 0v-5.5zm3.25 0a.75.75 0 00-1.5 0v5.5a.75.75 0 001.5 0v-5.5z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_mini.set(\n        \"book-open\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 20 20\" fill=\"currentColor\" aria-hidden=\"true\">  <path d=\"M10.75 16.82A7.462 7.462 0 0115 15.5c.71 0 1.396.098 2.046.282A.75.75 0 0018 15.06v-11a.75.75 0 00-.546-.721A9.006 9.006 0 0015 3a8.963 8.963 0 00-4.25 1.065V16.82zM9.25 4.065A8.963 8.963 0 005 3c-.85 0-1.673.118-2.454.339A.75.75 0 002 4.06v11a.75.75 0 00.954.721A7.506 7.506 0 015 15.5c1.579 0 3.042.487 4.25 1.32V4.065z\"/></svg>'\n    );\n\n    heroicons_mini.set(\n        \"heart\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 20 20\" fill=\"currentColor\" aria-hidden=\"true\">  <path d=\"M9.653 16.915l-.005-.003-.019-.01a20.759 20.759 0 01-1.162-.682 22.045 22.045 0 01-2.582-1.9C4.045 12.733 2 10.352 2 7.5a4.5 4.5 0 018-2.828A4.5 4.5 0 0118 7.5c0 2.852-2.044 5.233-3.885 6.82a22.049 22.049 0 01-3.744 2.582l-.019.01-.005.003h-.002a.739.739 0 01-.69.001l-.002-.001z\"/></svg>'\n    );\n\n    heroicons_mini.set(\n        \"cog-6-tooth\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 20 20\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M7.84 1.804A1 1 0 018.82 1h2.36a1 1 0 01.98.804l.331 1.652a6.993 6.993 0 011.929 1.115l1.598-.54a1 1 0 011.186.447l1.18 2.044a1 1 0 01-.205 1.251l-1.267 1.113a7.047 7.047 0 010 2.228l1.267 1.113a1 1 0 01.206 1.25l-1.18 2.045a1 1 0 01-1.187.447l-1.598-.54a6.993 6.993 0 01-1.929 1.115l-.33 1.652a1 1 0 01-.98.804H8.82a1 1 0 01-.98-.804l-.331-1.652a6.993 6.993 0 01-1.929-1.115l-1.598.54a1 1 0 01-1.186-.447l-1.18-2.044a1 1 0 01.205-1.251l1.267-1.114a7.05 7.05 0 010-2.227L1.821 7.773a1 1 0 01-.206-1.25l1.18-2.045a1 1 0 011.187-.447l1.598.54A6.993 6.993 0 017.51 3.456l.33-1.652zM10 13a3 3 0 100-6 3 3 0 000 6z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_mini.set(\n        \"share\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 20 20\" fill=\"currentColor\" aria-hidden=\"true\">  <path d=\"M13 4.5a2.5 2.5 0 11.702 1.737L6.97 9.604a2.518 2.518 0 010 .792l6.733 3.367a2.5 2.5 0 11-.671 1.341l-6.733-3.367a2.5 2.5 0 110-3.475l6.733-3.366A2.52 2.52 0 0113 4.5z\"/></svg>'\n    );\n\n    heroicons_mini.set(\n        \"battery-0\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 20 20\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M1 7.25A2.25 2.25 0 013.25 5h12.5A2.25 2.25 0 0118 7.25v1.085a1.5 1.5 0 011 1.415v.5a1.5 1.5 0 01-1 1.415v1.085A2.25 2.25 0 0115.75 15H3.25A2.25 2.25 0 011 12.75v-5.5zm2.25-.75a.75.75 0 00-.75.75v5.5c0 .414.336.75.75.75h12.5a.75.75 0 00.75-.75v-5.5a.75.75 0 00-.75-.75H3.25z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_mini.set(\n        \"globe-alt\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 20 20\" fill=\"currentColor\" aria-hidden=\"true\">  <path d=\"M16.555 5.412a8.028 8.028 0 00-3.503-2.81 14.899 14.899 0 011.663 4.472 8.547 8.547 0 001.84-1.662zM13.326 7.825a13.43 13.43 0 00-2.413-5.773 8.087 8.087 0 00-1.826 0 13.43 13.43 0 00-2.413 5.773A8.473 8.473 0 0010 8.5c1.18 0 2.304-.24 3.326-.675zM6.514 9.376A9.98 9.98 0 0010 10c1.226 0 2.4-.22 3.486-.624a13.54 13.54 0 01-.351 3.759A13.54 13.54 0 0110 13.5c-1.079 0-2.128-.127-3.134-.366a13.538 13.538 0 01-.352-3.758zM5.285 7.074a14.9 14.9 0 011.663-4.471 8.028 8.028 0 00-3.503 2.81c.529.638 1.149 1.199 1.84 1.66zM17.334 6.798a7.973 7.973 0 01.614 4.115 13.47 13.47 0 01-3.178 1.72 15.093 15.093 0 00.174-3.939 10.043 10.043 0 002.39-1.896zM2.666 6.798a10.042 10.042 0 002.39 1.896 15.196 15.196 0 00.174 3.94 13.472 13.472 0 01-3.178-1.72 7.973 7.973 0 01.615-4.115zM10 15c.898 0 1.778-.079 2.633-.23a13.473 13.473 0 01-1.72 3.178 8.099 8.099 0 01-1.826 0 13.47 13.47 0 01-1.72-3.178c.855.151 1.735.23 2.633.23zM14.357 14.357a14.912 14.912 0 01-1.305 3.04 8.027 8.027 0 004.345-4.345c-.953.542-1.971.981-3.04 1.305zM6.948 17.397a8.027 8.027 0 01-4.345-4.345c.953.542 1.971.981 3.04 1.305a14.912 14.912 0 001.305 3.04z\"/></svg>'\n    );\n\n    heroicons_mini.set(\n        \"beaker\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 20 20\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M8.5 3.528v4.644c0 .729-.29 1.428-.805 1.944l-1.217 1.216a8.75 8.75 0 013.55.621l.502.201a7.25 7.25 0 004.178.365l-2.403-2.403a2.75 2.75 0 01-.805-1.944V3.528a40.205 40.205 0 00-3 0zm4.5.084l.19.015a.75.75 0 10.12-1.495 41.364 41.364 0 00-6.62 0 .75.75 0 00.12 1.495L7 3.612v4.56c0 .331-.132.649-.366.883L2.6 13.09c-1.496 1.496-.817 4.15 1.403 4.475C5.961 17.852 7.963 18 10 18s4.039-.148 5.997-.436c2.22-.325 2.9-2.979 1.403-4.475l-4.034-4.034A1.25 1.25 0 0113 8.172v-4.56z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_mini.set(\n        \"pencil\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 20 20\" fill=\"currentColor\" aria-hidden=\"true\">  <path d=\"M2.695 14.763l-1.262 3.154a.5.5 0 00.65.65l3.155-1.262a4 4 0 001.343-.885L17.5 5.5a2.121 2.121 0 00-3-3L3.58 13.42a4 4 0 00-.885 1.343z\"/></svg>'\n    );\n\n    heroicons_mini.set(\n        \"bell\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 20 20\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M10 2a6 6 0 00-6 6c0 1.887-.454 3.665-1.257 5.234a.75.75 0 00.515 1.076 32.91 32.91 0 003.256.508 3.5 3.5 0 006.972 0 32.903 32.903 0 003.256-.508.75.75 0 00.515-1.076A11.448 11.448 0 0116 8a6 6 0 00-6-6zM8.05 14.943a33.54 33.54 0 003.9 0 2 2 0 01-3.9 0z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_mini.set(\n        \"server\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 20 20\" fill=\"currentColor\" aria-hidden=\"true\">  <path d=\"M4.632 3.533A2 2 0 016.577 2h6.846a2 2 0 011.945 1.533l1.976 8.234A3.489 3.489 0 0016 11.5H4c-.476 0-.93.095-1.344.267l1.976-8.234z\"/>  <path fill-rule=\"evenodd\" d=\"M4 13a2 2 0 100 4h12a2 2 0 100-4H4zm11.24 2a.75.75 0 01.75-.75H16a.75.75 0 01.75.75v.01a.75.75 0 01-.75.75h-.01a.75.75 0 01-.75-.75V15zm-2.25-.75a.75.75 0 00-.75.75v.01c0 .414.336.75.75.75H13a.75.75 0 00.75-.75V15a.75.75 0 00-.75-.75h-.01z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_mini.set(\n        \"question-mark-circle\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 20 20\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M18 10a8 8 0 11-16 0 8 8 0 0116 0zM8.94 6.94a.75.75 0 11-1.061-1.061 3 3 0 112.871 5.026v.345a.75.75 0 01-1.5 0v-.5c0-.72.57-1.172 1.081-1.287A1.5 1.5 0 108.94 6.94zM10 15a1 1 0 100-2 1 1 0 000 2z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_mini.set(\n        \"arrow-left\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 20 20\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M17 10a.75.75 0 01-.75.75H5.612l4.158 3.96a.75.75 0 11-1.04 1.08l-5.5-5.25a.75.75 0 010-1.08l5.5-5.25a.75.75 0 111.04 1.08L5.612 9.25H16.25A.75.75 0 0117 10z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_mini.set(\n        \"eye-slash\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 20 20\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M3.28 2.22a.75.75 0 00-1.06 1.06l14.5 14.5a.75.75 0 101.06-1.06l-1.745-1.745a10.029 10.029 0 003.3-4.38 1.651 1.651 0 000-1.185A10.004 10.004 0 009.999 3a9.956 9.956 0 00-4.744 1.194L3.28 2.22zM7.752 6.69l1.092 1.092a2.5 2.5 0 013.374 3.373l1.091 1.092a4 4 0 00-5.557-5.557z\" clip-rule=\"evenodd\"/>  <path d=\"M10.748 13.93l2.523 2.523a9.987 9.987 0 01-3.27.547c-4.258 0-7.894-2.66-9.337-6.41a1.651 1.651 0 010-1.186A10.007 10.007 0 012.839 6.02L6.07 9.252a4 4 0 004.678 4.678z\"/></svg>'\n    );\n\n    heroicons_mini.set(\n        \"currency-euro\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 20 20\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M10 18a8 8 0 100-16 8 8 0 000 16zM8.798 7.45c.512-.67 1.135-.95 1.702-.95s1.19.28 1.702.95a.75.75 0 001.192-.91C12.637 5.55 11.596 5 10.5 5s-2.137.55-2.894 1.54A5.205 5.205 0 006.83 8H5.75a.75.75 0 000 1.5h.77a6.333 6.333 0 000 1h-.77a.75.75 0 000 1.5h1.08c.183.528.442 1.023.776 1.46.757.99 1.798 1.54 2.894 1.54s2.137-.55 2.894-1.54a.75.75 0 00-1.192-.91c-.512.67-1.135.95-1.702.95s-1.19-.28-1.702-.95a3.505 3.505 0 01-.343-.55h1.795a.75.75 0 000-1.5H8.026a4.835 4.835 0 010-1h2.224a.75.75 0 000-1.5H8.455c.098-.195.212-.38.343-.55z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_mini.set(\n        \"adjustments-vertical\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 20 20\" fill=\"currentColor\" aria-hidden=\"true\">  <path d=\"M17 2.75a.75.75 0 00-1.5 0v5.5a.75.75 0 001.5 0v-5.5zM17 15.75a.75.75 0 00-1.5 0v1.5a.75.75 0 001.5 0v-1.5zM3.75 15a.75.75 0 01.75.75v1.5a.75.75 0 01-1.5 0v-1.5a.75.75 0 01.75-.75zM4.5 2.75a.75.75 0 00-1.5 0v5.5a.75.75 0 001.5 0v-5.5zM10 11a.75.75 0 01.75.75v5.5a.75.75 0 01-1.5 0v-5.5A.75.75 0 0110 11zM10.75 2.75a.75.75 0 00-1.5 0v1.5a.75.75 0 001.5 0v-1.5zM10 6a2 2 0 100 4 2 2 0 000-4zM3.75 10a2 2 0 100 4 2 2 0 000-4zM16.25 10a2 2 0 100 4 2 2 0 000-4z\"/></svg>'\n    );\n\n    heroicons_mini.set(\n        \"chevron-up\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 20 20\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M14.77 12.79a.75.75 0 01-1.06-.02L10 8.832 6.29 12.77a.75.75 0 11-1.08-1.04l4.25-4.5a.75.75 0 011.08 0l4.25 4.5a.75.75 0 01-.02 1.06z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_mini.set(\n        \"presentation-chart-bar\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 20 20\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M1 2.75A.75.75 0 011.75 2h16.5a.75.75 0 010 1.5H18v8.75A2.75 2.75 0 0115.25 15h-1.072l.798 3.06a.75.75 0 01-1.452.38L13.41 18H6.59l-.114.44a.75.75 0 01-1.452-.38L5.823 15H4.75A2.75 2.75 0 012 12.25V3.5h-.25A.75.75 0 011 2.75zM7.373 15l-.391 1.5h6.037l-.392-1.5H7.373zM13.25 5a.75.75 0 01.75.75v5.5a.75.75 0 01-1.5 0v-5.5a.75.75 0 01.75-.75zm-6.5 4a.75.75 0 01.75.75v1.5a.75.75 0 01-1.5 0v-1.5A.75.75 0 016.75 9zm4-1.25a.75.75 0 00-1.5 0v3.5a.75.75 0 001.5 0v-3.5z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_mini.set(\n        \"queue-list\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 20 20\" fill=\"currentColor\" aria-hidden=\"true\">  <path d=\"M2 4.5A2.5 2.5 0 014.5 2h11a2.5 2.5 0 010 5h-11A2.5 2.5 0 012 4.5zM2.75 9.083a.75.75 0 000 1.5h14.5a.75.75 0 000-1.5H2.75zM2.75 12.663a.75.75 0 000 1.5h14.5a.75.75 0 000-1.5H2.75zM2.75 16.25a.75.75 0 000 1.5h14.5a.75.75 0 100-1.5H2.75z\"/></svg>'\n    );\n\n    heroicons_mini.set(\n        \"cog-8-tooth\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 20 20\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M8.34 1.804A1 1 0 019.32 1h1.36a1 1 0 01.98.804l.295 1.473c.497.144.971.342 1.416.587l1.25-.834a1 1 0 011.262.125l.962.962a1 1 0 01.125 1.262l-.834 1.25c.245.445.443.919.587 1.416l1.473.294a1 1 0 01.804.98v1.361a1 1 0 01-.804.98l-1.473.295a6.95 6.95 0 01-.587 1.416l.834 1.25a1 1 0 01-.125 1.262l-.962.962a1 1 0 01-1.262.125l-1.25-.834a6.953 6.953 0 01-1.416.587l-.294 1.473a1 1 0 01-.98.804H9.32a1 1 0 01-.98-.804l-.295-1.473a6.957 6.957 0 01-1.416-.587l-1.25.834a1 1 0 01-1.262-.125l-.962-.962a1 1 0 01-.125-1.262l.834-1.25a6.957 6.957 0 01-.587-1.416l-1.473-.294A1 1 0 011 10.68V9.32a1 1 0 01.804-.98l1.473-.295c.144-.497.342-.971.587-1.416l-.834-1.25a1 1 0 01.125-1.262l.962-.962A1 1 0 015.38 3.03l1.25.834a6.957 6.957 0 011.416-.587l.294-1.473zM13 10a3 3 0 11-6 0 3 3 0 016 0z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_mini.set(\n        \"ellipsis-horizontal-circle\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 20 20\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M2 10a8 8 0 1116 0 8 8 0 01-16 0zm8 1a1 1 0 100-2 1 1 0 000 2zm-3-1a1 1 0 11-2 0 1 1 0 012 0zm7 1a1 1 0 100-2 1 1 0 000 2z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_mini.set(\n        \"truck\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 20 20\" fill=\"currentColor\" aria-hidden=\"true\">  <path d=\"M6.5 3c-1.051 0-2.093.04-3.125.117A1.49 1.49 0 002 4.607V10.5h9V4.606c0-.771-.59-1.43-1.375-1.489A41.568 41.568 0 006.5 3zM2 12v2.5A1.5 1.5 0 003.5 16h.041a3 3 0 015.918 0h.791a.75.75 0 00.75-.75V12H2z\"/>  <path d=\"M6.5 18a1.5 1.5 0 100-3 1.5 1.5 0 000 3zM13.25 5a.75.75 0 00-.75.75v8.514a3.001 3.001 0 014.893 1.44c.37-.275.61-.719.595-1.227a24.905 24.905 0 00-1.784-8.549A1.486 1.486 0 0014.823 5H13.25zM14.5 18a1.5 1.5 0 100-3 1.5 1.5 0 000 3z\"/></svg>'\n    );\n\n    heroicons_mini.set(\n        \"folder-open\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 20 20\" fill=\"currentColor\" aria-hidden=\"true\">  <path d=\"M4.75 3A1.75 1.75 0 003 4.75v2.752l.104-.002h13.792c.035 0 .07 0 .104.002V6.75A1.75 1.75 0 0015.25 5h-3.836a.25.25 0 01-.177-.073L9.823 3.513A1.75 1.75 0 008.586 3H4.75zM3.104 9a1.75 1.75 0 00-1.673 2.265l1.385 4.5A1.75 1.75 0 004.488 17h11.023a1.75 1.75 0 001.673-1.235l1.384-4.5A1.75 1.75 0 0016.896 9H3.104z\"/></svg>'\n    );\n\n    heroicons_mini.set(\n        \"tag\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 20 20\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M5.5 3A2.5 2.5 0 003 5.5v2.879a2.5 2.5 0 00.732 1.767l6.5 6.5a2.5 2.5 0 003.536 0l2.878-2.878a2.5 2.5 0 000-3.536l-6.5-6.5A2.5 2.5 0 008.38 3H5.5zM6 7a1 1 0 100-2 1 1 0 000 2z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_mini.set(\n        \"sun\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 20 20\" fill=\"currentColor\" aria-hidden=\"true\">  <path d=\"M10 2a.75.75 0 01.75.75v1.5a.75.75 0 01-1.5 0v-1.5A.75.75 0 0110 2zM10 15a.75.75 0 01.75.75v1.5a.75.75 0 01-1.5 0v-1.5A.75.75 0 0110 15zM10 7a3 3 0 100 6 3 3 0 000-6zM15.657 5.404a.75.75 0 10-1.06-1.06l-1.061 1.06a.75.75 0 001.06 1.06l1.06-1.06zM6.464 14.596a.75.75 0 10-1.06-1.06l-1.06 1.06a.75.75 0 001.06 1.06l1.06-1.06zM18 10a.75.75 0 01-.75.75h-1.5a.75.75 0 010-1.5h1.5A.75.75 0 0118 10zM5 10a.75.75 0 01-.75.75h-1.5a.75.75 0 010-1.5h1.5A.75.75 0 015 10zM14.596 15.657a.75.75 0 001.06-1.06l-1.06-1.061a.75.75 0 10-1.06 1.06l1.06 1.06zM5.404 6.464a.75.75 0 001.06-1.06l-1.06-1.06a.75.75 0 10-1.061 1.06l1.06 1.06z\"/></svg>'\n    );\n\n    heroicons_mini.set(\n        \"phone\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 20 20\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M2 3.5A1.5 1.5 0 013.5 2h1.148a1.5 1.5 0 011.465 1.175l.716 3.223a1.5 1.5 0 01-1.052 1.767l-.933.267c-.41.117-.643.555-.48.95a11.542 11.542 0 006.254 6.254c.395.163.833-.07.95-.48l.267-.933a1.5 1.5 0 011.767-1.052l3.223.716A1.5 1.5 0 0118 15.352V16.5a1.5 1.5 0 01-1.5 1.5H15c-1.149 0-2.263-.15-3.326-.43A13.022 13.022 0 012.43 8.326 13.019 13.019 0 012 5V3.5z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_mini.set(\n        \"phone-x-mark\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 20 20\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M3.5 2A1.5 1.5 0 002 3.5V5c0 1.149.15 2.263.43 3.326a13.022 13.022 0 009.244 9.244c1.063.28 2.177.43 3.326.43h1.5a1.5 1.5 0 001.5-1.5v-1.148a1.5 1.5 0 00-1.175-1.465l-3.223-.716a1.5 1.5 0 00-1.767 1.052l-.267.933c-.117.41-.555.643-.95.48a11.542 11.542 0 01-6.254-6.254c-.163-.395.07-.833.48-.95l.933-.267a1.5 1.5 0 001.052-1.767l-.716-3.223A1.5 1.5 0 004.648 2H3.5zm9.78.22a.75.75 0 10-1.06 1.06L13.94 5l-1.72 1.72a.75.75 0 001.06 1.06L15 6.06l1.72 1.72a.75.75 0 101.06-1.06L16.06 5l1.72-1.72a.75.75 0 00-1.06-1.06L15 3.94l-1.72-1.72z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_mini.set(\n        \"table-cells\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 20 20\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M.99 5.24A2.25 2.25 0 013.25 3h13.5A2.25 2.25 0 0119 5.25l.01 9.5A2.25 2.25 0 0116.76 17H3.26A2.267 2.267 0 011 14.74l-.01-9.5zm8.26 9.52v-.625a.75.75 0 00-.75-.75H3.25a.75.75 0 00-.75.75v.615c0 .414.336.75.75.75h5.373a.75.75 0 00.627-.74zm1.5 0a.75.75 0 00.627.74h5.373a.75.75 0 00.75-.75v-.615a.75.75 0 00-.75-.75H11.5a.75.75 0 00-.75.75v.625zm6.75-3.63v-.625a.75.75 0 00-.75-.75H11.5a.75.75 0 00-.75.75v.625c0 .414.336.75.75.75h5.25a.75.75 0 00.75-.75zm-8.25 0v-.625a.75.75 0 00-.75-.75H3.25a.75.75 0 00-.75.75v.625c0 .414.336.75.75.75H8.5a.75.75 0 00.75-.75zM17.5 7.5v-.625a.75.75 0 00-.75-.75H11.5a.75.75 0 00-.75.75V7.5c0 .414.336.75.75.75h5.25a.75.75 0 00.75-.75zm-8.25 0v-.625a.75.75 0 00-.75-.75H3.25a.75.75 0 00-.75.75V7.5c0 .414.336.75.75.75H8.5a.75.75 0 00.75-.75z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_mini.set(\n        \"currency-rupee\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 20 20\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M10 18a8 8 0 100-16 8 8 0 000 16zM6 5.75A.75.75 0 016.75 5h6.5a.75.75 0 010 1.5h-2.127c.4.5.683 1.096.807 1.75h1.32a.75.75 0 010 1.5h-1.32a4.003 4.003 0 01-3.404 3.216l1.754 1.754a.75.75 0 01-1.06 1.06l-3-3a.75.75 0 01.53-1.28H8c1.12 0 2.067-.736 2.386-1.75H6.75a.75.75 0 010-1.5h3.636A2.501 2.501 0 008 6.5H6.75A.75.75 0 016 5.75z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_mini.set(\n        \"chevron-up-down\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 20 20\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M10 3a.75.75 0 01.55.24l3.25 3.5a.75.75 0 11-1.1 1.02L10 4.852 7.3 7.76a.75.75 0 01-1.1-1.02l3.25-3.5A.75.75 0 0110 3zm-3.76 9.2a.75.75 0 011.06.04l2.7 2.908 2.7-2.908a.75.75 0 111.1 1.02l-3.25 3.5a.75.75 0 01-1.1 0l-3.25-3.5a.75.75 0 01.04-1.06z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_mini.set(\n        \"square-3-stack-3d\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 20 20\" fill=\"currentColor\" aria-hidden=\"true\">  <path d=\"M3.196 12.87l-.825.483a.75.75 0 000 1.294l7.25 4.25a.75.75 0 00.758 0l7.25-4.25a.75.75 0 000-1.294l-.825-.484-5.666 3.322a2.25 2.25 0 01-2.276 0L3.196 12.87z\"/>  <path d=\"M3.196 8.87l-.825.483a.75.75 0 000 1.294l7.25 4.25a.75.75 0 00.758 0l7.25-4.25a.75.75 0 000-1.294l-.825-.484-5.666 3.322a2.25 2.25 0 01-2.276 0L3.196 8.87z\"/>  <path d=\"M10.38 1.103a.75.75 0 00-.76 0l-7.25 4.25a.75.75 0 000 1.294l7.25 4.25a.75.75 0 00.76 0l7.25-4.25a.75.75 0 000-1.294l-7.25-4.25z\"/></svg>'\n    );\n\n    heroicons_mini.set(\n        \"newspaper\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 20 20\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M2 3.5A1.5 1.5 0 013.5 2h9A1.5 1.5 0 0114 3.5v11.75A2.75 2.75 0 0016.75 18h-12A2.75 2.75 0 012 15.25V3.5zm3.75 7a.75.75 0 000 1.5h4.5a.75.75 0 000-1.5h-4.5zm0 3a.75.75 0 000 1.5h4.5a.75.75 0 000-1.5h-4.5zM5 5.75A.75.75 0 015.75 5h4.5a.75.75 0 01.75.75v2.5a.75.75 0 01-.75.75h-4.5A.75.75 0 015 8.25v-2.5z\" clip-rule=\"evenodd\"/>  <path d=\"M16.5 6.5h-1v8.75a1.25 1.25 0 102.5 0V8a1.5 1.5 0 00-1.5-1.5z\"/></svg>'\n    );\n\n    heroicons_mini.set(\n        \"arrows-right-left\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 20 20\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M13.2 2.24a.75.75 0 00.04 1.06l2.1 1.95H6.75a.75.75 0 000 1.5h8.59l-2.1 1.95a.75.75 0 101.02 1.1l3.5-3.25a.75.75 0 000-1.1l-3.5-3.25a.75.75 0 00-1.06.04zm-6.4 8a.75.75 0 00-1.06-.04l-3.5 3.25a.75.75 0 000 1.1l3.5 3.25a.75.75 0 101.02-1.1l-2.1-1.95h8.59a.75.75 0 000-1.5H4.66l2.1-1.95a.75.75 0 00.04-1.06z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_mini.set(\n        \"exclamation-circle\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 20 20\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M18 10a8 8 0 11-16 0 8 8 0 0116 0zm-8-5a.75.75 0 01.75.75v4.5a.75.75 0 01-1.5 0v-4.5A.75.75 0 0110 5zm0 10a1 1 0 100-2 1 1 0 000 2z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_mini.set(\n        \"tv\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 20 20\" fill=\"currentColor\" aria-hidden=\"true\">  <path d=\"M4 5h12v7H4V5z\"/>  <path fill-rule=\"evenodd\" d=\"M1 3.5A1.5 1.5 0 012.5 2h15A1.5 1.5 0 0119 3.5v10a1.5 1.5 0 01-1.5 1.5H12v1.5h3.25a.75.75 0 010 1.5H4.75a.75.75 0 010-1.5H8V15H2.5A1.5 1.5 0 011 13.5v-10zm16.5 0h-15v10h15v-10z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_mini.set(\n        \"globe-asia-australia\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 20 20\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M18 10a8 8 0 11-16 0 8 8 0 0116 0zm-6.5 6.326a6.52 6.52 0 01-1.5.174 6.487 6.487 0 01-5.011-2.36l.49-.98a.423.423 0 01.614-.164l.294.196a.992.992 0 001.491-1.139l-.197-.593a.252.252 0 01.126-.304l1.973-.987a.938.938 0 00.361-1.359.375.375 0 01.239-.576l.125-.025A2.421 2.421 0 0012.327 6.6l.05-.149a1 1 0 00-.242-1.023l-1.489-1.489a.5.5 0 01-.146-.353v-.067a6.5 6.5 0 015.392 9.23 1.398 1.398 0 00-.68-.244l-.566-.566a1.5 1.5 0 00-1.06-.439h-.172a1.5 1.5 0 00-1.06.44l-.593.592a.501.501 0 01-.13.093l-1.578.79a1 1 0 00-.553.894v.191a1 1 0 001 1h.5a.5.5 0 01.5.5v.326z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_mini.set(\n        \"trophy\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 20 20\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M10 1c-1.828 0-3.623.149-5.371.435a.75.75 0 00-.629.74v.387c-.827.157-1.642.345-2.445.564a.75.75 0 00-.552.698 5 5 0 004.503 5.152 6 6 0 002.946 1.822A6.451 6.451 0 017.768 13H7.5A1.5 1.5 0 006 14.5V17h-.75C4.56 17 4 17.56 4 18.25c0 .414.336.75.75.75h10.5a.75.75 0 00.75-.75c0-.69-.56-1.25-1.25-1.25H14v-2.5a1.5 1.5 0 00-1.5-1.5h-.268a6.453 6.453 0 01-.684-2.202 6 6 0 002.946-1.822 5 5 0 004.503-5.152.75.75 0 00-.552-.698A31.804 31.804 0 0016 2.562v-.387a.75.75 0 00-.629-.74A33.227 33.227 0 0010 1zM2.525 4.422C3.012 4.3 3.504 4.19 4 4.09V5c0 .74.134 1.448.38 2.103a3.503 3.503 0 01-1.855-2.68zm14.95 0a3.503 3.503 0 01-1.854 2.68C15.866 6.449 16 5.74 16 5v-.91c.496.099.988.21 1.475.332z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_mini.set(\n        \"face-frown\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 20 20\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M10 18a8 8 0 100-16 8 8 0 000 16zm-3.536-3.475a.75.75 0 001.061 0 3.5 3.5 0 014.95 0 .75.75 0 101.06-1.06 5 5 0 00-7.07 0 .75.75 0 000 1.06zM9 8.5c0 .828-.448 1.5-1 1.5s-1-.672-1-1.5S7.448 7 8 7s1 .672 1 1.5zm3 1.5c.552 0 1-.672 1-1.5S12.552 7 12 7s-1 .672-1 1.5.448 1.5 1 1.5z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_mini.set(\n        \"clipboard-document-check\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 20 20\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M18 5.25a2.25 2.25 0 00-2.012-2.238A2.25 2.25 0 0013.75 1h-1.5a2.25 2.25 0 00-2.238 2.012c-.875.092-1.6.686-1.884 1.488H11A2.5 2.5 0 0113.5 7v7h2.25A2.25 2.25 0 0018 11.75v-6.5zM12.25 2.5a.75.75 0 00-.75.75v.25h3v-.25a.75.75 0 00-.75-.75h-1.5z\" clip-rule=\"evenodd\"/>  <path fill-rule=\"evenodd\" d=\"M3 6a1 1 0 00-1 1v10a1 1 0 001 1h8a1 1 0 001-1V7a1 1 0 00-1-1H3zm6.874 4.166a.75.75 0 10-1.248-.832l-2.493 3.739-.853-.853a.75.75 0 00-1.06 1.06l1.5 1.5a.75.75 0 001.154-.114l3-4.5z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_mini.set(\n        \"arrow-long-up\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 20 20\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M10 18a.75.75 0 01-.75-.75V4.66L7.3 6.76a.75.75 0 11-1.1-1.02l3.25-3.5a.75.75 0 011.1 0l3.25 3.5a.75.75 0 01-1.1 1.02l-1.95-2.1v12.59A.75.75 0 0110 18z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_mini.set(\n        \"bookmark-square\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 20 20\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M4.25 2A2.25 2.25 0 002 4.25v11.5A2.25 2.25 0 004.25 18h11.5A2.25 2.25 0 0018 15.75V4.25A2.25 2.25 0 0015.75 2H4.25zM6 13.25V3.5h8v9.75a.75.75 0 01-1.064.681L10 12.576l-2.936 1.355A.75.75 0 016 13.25z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_mini.set(\n        \"hand-thumb-down\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 20 20\" fill=\"currentColor\" aria-hidden=\"true\">  <path d=\"M18.905 12.75a1.25 1.25 0 01-2.5 0v-7.5a1.25 1.25 0 112.5 0v7.5zM8.905 17v1.3c0 .268-.14.526-.395.607A2 2 0 015.905 17c0-.995.182-1.948.514-2.826.204-.54-.166-1.174-.744-1.174h-2.52c-1.242 0-2.26-1.01-2.146-2.247.193-2.08.652-4.082 1.341-5.974C2.752 3.678 3.833 3 5.005 3h3.192a3 3 0 011.342.317l2.733 1.366A3 3 0 0013.613 5h1.292v7h-.963c-.684 0-1.258.482-1.612 1.068a4.012 4.012 0 01-2.165 1.73c-.433.143-.854.386-1.012.814-.16.432-.248.9-.248 1.388z\"/></svg>'\n    );\n\n    heroicons_mini.set(\n        \"minus-small\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 20 20\" fill=\"currentColor\" aria-hidden=\"true\">  <path d=\"M6.75 9.25a.75.75 0 000 1.5h6.5a.75.75 0 000-1.5h-6.5z\"/></svg>'\n    );\n\n    heroicons_mini.set(\n        \"bars-arrow-down\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 20 20\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M2 3.75A.75.75 0 012.75 3h11.5a.75.75 0 010 1.5H2.75A.75.75 0 012 3.75zM2 7.5a.75.75 0 01.75-.75h7.508a.75.75 0 010 1.5H2.75A.75.75 0 012 7.5zM14 7a.75.75 0 01.75.75v6.59l1.95-2.1a.75.75 0 111.1 1.02l-3.25 3.5a.75.75 0 01-1.1 0l-3.25-3.5a.75.75 0 111.1-1.02l1.95 2.1V7.75A.75.75 0 0114 7zM2 11.25a.75.75 0 01.75-.75h4.562a.75.75 0 010 1.5H2.75a.75.75 0 01-.75-.75z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_mini.set(\n        \"chevron-left\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 20 20\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M12.79 5.23a.75.75 0 01-.02 1.06L8.832 10l3.938 3.71a.75.75 0 11-1.04 1.08l-4.5-4.25a.75.75 0 010-1.08l4.5-4.25a.75.75 0 011.06.02z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_mini.set(\n        \"bookmark\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 20 20\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M10 2c-1.716 0-3.408.106-5.07.31C3.806 2.45 3 3.414 3 4.517V17.25a.75.75 0 001.075.676L10 15.082l5.925 2.844A.75.75 0 0017 17.25V4.517c0-1.103-.806-2.068-1.93-2.207A41.403 41.403 0 0010 2z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_mini.set(\n        \"building-office-2\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 20 20\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M1 2.75A.75.75 0 011.75 2h10.5a.75.75 0 010 1.5H12v13.75a.75.75 0 01-.75.75h-1.5a.75.75 0 01-.75-.75v-2.5a.75.75 0 00-.75-.75h-2.5a.75.75 0 00-.75.75v2.5a.75.75 0 01-.75.75h-2.5a.75.75 0 010-1.5H2v-13h-.25A.75.75 0 011 2.75zM4 5.5a.5.5 0 01.5-.5h1a.5.5 0 01.5.5v1a.5.5 0 01-.5.5h-1a.5.5 0 01-.5-.5v-1zM4.5 9a.5.5 0 00-.5.5v1a.5.5 0 00.5.5h1a.5.5 0 00.5-.5v-1a.5.5 0 00-.5-.5h-1zM8 5.5a.5.5 0 01.5-.5h1a.5.5 0 01.5.5v1a.5.5 0 01-.5.5h-1a.5.5 0 01-.5-.5v-1zM8.5 9a.5.5 0 00-.5.5v1a.5.5 0 00.5.5h1a.5.5 0 00.5-.5v-1a.5.5 0 00-.5-.5h-1zM14.25 6a.75.75 0 00-.75.75V17a1 1 0 001 1h3.75a.75.75 0 000-1.5H18v-9h.25a.75.75 0 000-1.5h-4zm.5 3.5a.5.5 0 01.5-.5h1a.5.5 0 01.5.5v1a.5.5 0 01-.5.5h-1a.5.5 0 01-.5-.5v-1zm.5 3.5a.5.5 0 00-.5.5v1a.5.5 0 00.5.5h1a.5.5 0 00.5-.5v-1a.5.5 0 00-.5-.5h-1z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_mini.set(\n        \"cog\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 20 20\" fill=\"currentColor\" aria-hidden=\"true\">  <path d=\"M13.024 9.25c.47 0 .827-.433.637-.863a4 4 0 00-4.094-2.364c-.468.05-.665.576-.43.984l1.08 1.868a.75.75 0 00.649.375h2.158zM7.84 7.758c-.236-.408-.79-.5-1.068-.12A3.982 3.982 0 006 10c0 .884.287 1.7.772 2.363.278.38.832.287 1.068-.12l1.078-1.868a.75.75 0 000-.75L7.839 7.758zM9.138 12.993c-.235.408-.039.934.43.984a4 4 0 004.094-2.364c.19-.43-.168-.863-.638-.863h-2.158a.75.75 0 00-.65.375l-1.078 1.868z\"/>  <path fill-rule=\"evenodd\" d=\"M14.13 4.347l.644-1.117a.75.75 0 00-1.299-.75l-.644 1.116a6.954 6.954 0 00-2.081-.556V1.75a.75.75 0 00-1.5 0v1.29a6.954 6.954 0 00-2.081.556L6.525 2.48a.75.75 0 10-1.3.75l.645 1.117A7.04 7.04 0 004.347 5.87L3.23 5.225a.75.75 0 10-.75 1.3l1.116.644A6.954 6.954 0 003.04 9.25H1.75a.75.75 0 000 1.5h1.29c.078.733.27 1.433.556 2.081l-1.116.645a.75.75 0 10.75 1.298l1.117-.644a7.04 7.04 0 001.523 1.523l-.645 1.117a.75.75 0 101.3.75l.644-1.116a6.954 6.954 0 002.081.556v1.29a.75.75 0 001.5 0v-1.29a6.954 6.954 0 002.081-.556l.645 1.116a.75.75 0 001.299-.75l-.645-1.117a7.042 7.042 0 001.523-1.523l1.117.644a.75.75 0 00.75-1.298l-1.116-.645a6.954 6.954 0 00.556-2.081h1.29a.75.75 0 000-1.5h-1.29a6.954 6.954 0 00-.556-2.081l1.116-.644a.75.75 0 00-.75-1.3l-1.117.645a7.04 7.04 0 00-1.524-1.523zM10 4.5a5.475 5.475 0 00-2.781.754A5.527 5.527 0 005.22 7.277 5.475 5.475 0 004.5 10a5.475 5.475 0 00.752 2.777 5.527 5.527 0 002.028 2.004c.802.458 1.73.719 2.72.719a5.474 5.474 0 002.78-.753 5.527 5.527 0 002.001-2.027c.458-.802.719-1.73.719-2.72a5.475 5.475 0 00-.753-2.78 5.528 5.528 0 00-2.028-2.002A5.475 5.475 0 0010 4.5z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_mini.set(\n        \"scissors\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 20 20\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M1.469 3.75a3.5 3.5 0 005.617 4.11l.883.51c.025.092.147.116.21.043a3.75 3.75 0 01.5-.484c.286-.23.3-.709-.018-.892l-.825-.477A3.501 3.501 0 001.47 3.75zm2.03 3.482a2 2 0 112-3.464 2 2 0 01-2 3.464zM9.956 8.322a2.75 2.75 0 00-1.588 1.822L7.97 11.63l-.884.51a3.501 3.501 0 10.75 1.3l10.68-6.166a.75.75 0 00-.182-1.374l-.703-.189a2.75 2.75 0 00-1.78.123L9.955 8.322zM2.768 15.5a2 2 0 113.464-2 2 2 0 01-3.464 2z\" clip-rule=\"evenodd\"/>  <path d=\"M12.52 11.89a.5.5 0 00.056.894l3.274 1.381a2.75 2.75 0 001.78.123l.704-.188a.75.75 0 00.18-1.374l-3.47-2.004a.5.5 0 00-.5 0L12.52 11.89z\"/></svg>'\n    );\n\n    heroicons_mini.set(\n        \"archive-box\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 20 20\" fill=\"currentColor\" aria-hidden=\"true\">  <path d=\"M2 3a1 1 0 00-1 1v1a1 1 0 001 1h16a1 1 0 001-1V4a1 1 0 00-1-1H2z\"/>  <path fill-rule=\"evenodd\" d=\"M2 7.5h16l-.811 7.71a2 2 0 01-1.99 1.79H4.802a2 2 0 01-1.99-1.79L2 7.5zM7 11a1 1 0 011-1h4a1 1 0 110 2H8a1 1 0 01-1-1z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_mini.set(\n        \"musical-note\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 20 20\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M17.721 1.599a.75.75 0 01.279.584v11.29a2.25 2.25 0 01-1.774 2.198l-2.041.442a2.216 2.216 0 01-.938-4.333l2.662-.576a.75.75 0 00.591-.734V6.112l-8 1.73v7.684a2.25 2.25 0 01-1.774 2.2l-2.042.44a2.216 2.216 0 11-.935-4.33l2.659-.574A.75.75 0 007 12.53V4.237a.75.75 0 01.591-.733l9.5-2.054a.75.75 0 01.63.149z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_mini.set(\n        \"exclamation-triangle\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 20 20\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M8.485 2.495c.673-1.167 2.357-1.167 3.03 0l6.28 10.875c.673 1.167-.17 2.625-1.516 2.625H3.72c-1.347 0-2.189-1.458-1.515-2.625L8.485 2.495zM10 5a.75.75 0 01.75.75v3.5a.75.75 0 01-1.5 0v-3.5A.75.75 0 0110 5zm0 9a1 1 0 100-2 1 1 0 000 2z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_mini.set(\n        \"bars-2\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 20 20\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M2 6.75A.75.75 0 012.75 6h14.5a.75.75 0 010 1.5H2.75A.75.75 0 012 6.75zm0 6.5a.75.75 0 01.75-.75h14.5a.75.75 0 010 1.5H2.75a.75.75 0 01-.75-.75z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_mini.set(\n        \"arrow-long-down\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 20 20\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M10 2a.75.75 0 01.75.75v12.59l1.95-2.1a.75.75 0 111.1 1.02l-3.25 3.5a.75.75 0 01-1.1 0l-3.25-3.5a.75.75 0 111.1-1.02l1.95 2.1V2.75A.75.75 0 0110 2z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_mini.set(\n        \"hand-raised\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 20 20\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M11 2a1 1 0 10-2 0v6.5a.5.5 0 01-1 0V3a1 1 0 10-2 0v5.5a.5.5 0 01-1 0V5a1 1 0 10-2 0v7a7 7 0 1014 0V8a1 1 0 10-2 0v3.5a.5.5 0 01-1 0V3a1 1 0 10-2 0v5.5a.5.5 0 01-1 0V2z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_mini.set(\n        \"lifebuoy\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 20 20\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M7.171 4.146l1.947 2.466a3.514 3.514 0 011.764 0l1.947-2.466a6.52 6.52 0 00-5.658 0zm8.683 3.025l-2.466 1.947c.15.578.15 1.186 0 1.764l2.466 1.947a6.52 6.52 0 000-5.658zm-3.025 8.683l-1.947-2.466c-.578.15-1.186.15-1.764 0l-1.947 2.466a6.52 6.52 0 005.658 0zM4.146 12.83l2.466-1.947a3.514 3.514 0 010-1.764L4.146 7.171a6.52 6.52 0 000 5.658zM5.63 3.297a8.01 8.01 0 018.738 0 8.031 8.031 0 012.334 2.334 8.01 8.01 0 010 8.738 8.033 8.033 0 01-2.334 2.334 8.01 8.01 0 01-8.738 0 8.032 8.032 0 01-2.334-2.334 8.01 8.01 0 010-8.738A8.03 8.03 0 015.63 3.297zm5.198 4.882a2.008 2.008 0 00-2.243.407 1.994 1.994 0 00-.407 2.243 1.993 1.993 0 00.992.992 2.008 2.008 0 002.243-.407c.176-.175.31-.374.407-.585a2.008 2.008 0 00-.407-2.243 1.993 1.993 0 00-.585-.407z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_mini.set(\n        \"device-tablet\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 20 20\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M5 1a3 3 0 00-3 3v12a3 3 0 003 3h10a3 3 0 003-3V4a3 3 0 00-3-3H5zM3.5 4A1.5 1.5 0 015 2.5h10A1.5 1.5 0 0116.5 4v12a1.5 1.5 0 01-1.5 1.5H5A1.5 1.5 0 013.5 16V4zm5.25 11.5a.75.75 0 000 1.5h2.5a.75.75 0 000-1.5h-2.5z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_mini.set(\n        \"plus-circle\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 20 20\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M10 18a8 8 0 100-16 8 8 0 000 16zm.75-11.25a.75.75 0 00-1.5 0v2.5h-2.5a.75.75 0 000 1.5h2.5v2.5a.75.75 0 001.5 0v-2.5h2.5a.75.75 0 000-1.5h-2.5v-2.5z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_mini.set(\n        \"trash\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 20 20\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M8.75 1A2.75 2.75 0 006 3.75v.443c-.795.077-1.584.176-2.365.298a.75.75 0 10.23 1.482l.149-.022.841 10.518A2.75 2.75 0 007.596 19h4.807a2.75 2.75 0 002.742-2.53l.841-10.52.149.023a.75.75 0 00.23-1.482A41.03 41.03 0 0014 4.193V3.75A2.75 2.75 0 0011.25 1h-2.5zM10 4c.84 0 1.673.025 2.5.075V3.75c0-.69-.56-1.25-1.25-1.25h-2.5c-.69 0-1.25.56-1.25 1.25v.325C8.327 4.025 9.16 4 10 4zM8.58 7.72a.75.75 0 00-1.5.06l.3 7.5a.75.75 0 101.5-.06l-.3-7.5zm4.34.06a.75.75 0 10-1.5-.06l-.3 7.5a.75.75 0 101.5.06l.3-7.5z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_mini.set(\n        \"adjustments-horizontal\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 20 20\" fill=\"currentColor\" aria-hidden=\"true\">  <path d=\"M10 3.75a2 2 0 10-4 0 2 2 0 004 0zM17.25 4.5a.75.75 0 000-1.5h-5.5a.75.75 0 000 1.5h5.5zM5 3.75a.75.75 0 01-.75.75h-1.5a.75.75 0 010-1.5h1.5a.75.75 0 01.75.75zM4.25 17a.75.75 0 000-1.5h-1.5a.75.75 0 000 1.5h1.5zM17.25 17a.75.75 0 000-1.5h-5.5a.75.75 0 000 1.5h5.5zM9 10a.75.75 0 01-.75.75h-5.5a.75.75 0 010-1.5h5.5A.75.75 0 019 10zM17.25 10.75a.75.75 0 000-1.5h-1.5a.75.75 0 000 1.5h1.5zM14 10a2 2 0 10-4 0 2 2 0 004 0zM10 16.25a2 2 0 10-4 0 2 2 0 004 0z\"/></svg>'\n    );\n\n    heroicons_mini.set(\n        \"arrow-down-circle\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 20 20\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M10 18a8 8 0 100-16 8 8 0 000 16zm.75-11.25a.75.75 0 00-1.5 0v4.59L7.3 9.24a.75.75 0 00-1.1 1.02l3.25 3.5a.75.75 0 001.1 0l3.25-3.5a.75.75 0 10-1.1-1.02l-1.95 2.1V6.75z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_mini.set(\n        \"cake\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 20 20\" fill=\"currentColor\" aria-hidden=\"true\">  <path d=\"M6.75.98l-.884.883a1.25 1.25 0 101.768 0L6.75.98zM13.25.98l-.884.883a1.25 1.25 0 101.768 0L13.25.98zM10 .98l.884.883a1.25 1.25 0 11-1.768 0L10 .98zM7.5 5.75a.75.75 0 00-1.5 0v.464c-1.179.305-2 1.39-2 2.622v.094c.1-.02.202-.038.306-.051A42.869 42.869 0 0110 8.5c1.93 0 3.83.129 5.694.379.104.013.206.03.306.051v-.094c0-1.232-.821-2.317-2-2.622V5.75a.75.75 0 00-1.5 0v.318a45.645 45.645 0 00-1.75-.062V5.75a.75.75 0 00-1.5 0v.256c-.586.01-1.17.03-1.75.062V5.75zM4.505 10.365A41.377 41.377 0 0110 10c1.863 0 3.697.124 5.495.365C16.967 10.562 18 11.838 18 13.28v.693a3.72 3.72 0 01-1.665-.393 5.222 5.222 0 00-4.67 0 3.722 3.722 0 01-3.33 0 5.222 5.222 0 00-4.67 0A3.72 3.72 0 012 13.972v-.693c0-1.441 1.033-2.716 2.505-2.914zM15.665 14.921a5.22 5.22 0 002.335.551V16.5a1.5 1.5 0 01-1.5 1.5h-13A1.5 1.5 0 012 16.5v-1.028c.8 0 1.6-.183 2.335-.551a3.722 3.722 0 013.33 0c1.47.735 3.2.735 4.67 0a3.722 3.722 0 013.33 0z\"/></svg>'\n    );\n\n    heroicons_mini.set(\n        \"arrow-trending-up\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 20 20\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M12.577 4.878a.75.75 0 01.919-.53l4.78 1.281a.75.75 0 01.531.919l-1.281 4.78a.75.75 0 01-1.449-.387l.81-3.022a19.407 19.407 0 00-5.594 5.203.75.75 0 01-1.139.093L7 10.06l-4.72 4.72a.75.75 0 01-1.06-1.061l5.25-5.25a.75.75 0 011.06 0l3.074 3.073a20.923 20.923 0 015.545-4.931l-3.042-.815a.75.75 0 01-.53-.919z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_mini.set(\n        \"wallet\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 20 20\" fill=\"currentColor\" aria-hidden=\"true\">  <path d=\"M1 4.25a3.733 3.733 0 012.25-.75h13.5c.844 0 1.623.279 2.25.75A2.25 2.25 0 0016.75 2H3.25A2.25 2.25 0 001 4.25zM1 7.25a3.733 3.733 0 012.25-.75h13.5c.844 0 1.623.279 2.25.75A2.25 2.25 0 0016.75 5H3.25A2.25 2.25 0 001 7.25zM7 8a1 1 0 011 1 2 2 0 104 0 1 1 0 011-1h3.75A2.25 2.25 0 0119 10.25v5.5A2.25 2.25 0 0116.75 18H3.25A2.25 2.25 0 011 15.75v-5.5A2.25 2.25 0 013.25 8H7z\"/></svg>'\n    );\n\n    heroicons_mini.set(\n        \"play\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 20 20\" fill=\"currentColor\" aria-hidden=\"true\">  <path d=\"M6.3 2.841A1.5 1.5 0 004 4.11V15.89a1.5 1.5 0 002.3 1.269l9.344-5.89a1.5 1.5 0 000-2.538L6.3 2.84z\"/></svg>'\n    );\n\n    heroicons_mini.set(\n        \"speaker-wave\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 20 20\" fill=\"currentColor\" aria-hidden=\"true\">  <path d=\"M10 3.75a.75.75 0 00-1.264-.546L4.703 7H3.167a.75.75 0 00-.7.48A6.985 6.985 0 002 10c0 .887.165 1.737.468 2.52.111.29.39.48.7.48h1.535l4.033 3.796A.75.75 0 0010 16.25V3.75zM15.95 5.05a.75.75 0 00-1.06 1.061 5.5 5.5 0 010 7.778.75.75 0 001.06 1.06 7 7 0 000-9.899z\"/>  <path d=\"M13.829 7.172a.75.75 0 00-1.061 1.06 2.5 2.5 0 010 3.536.75.75 0 001.06 1.06 4 4 0 000-5.656z\"/></svg>'\n    );\n\n    heroicons_mini.set(\n        \"document-magnifying-glass\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 20 20\" fill=\"currentColor\" aria-hidden=\"true\">  <path d=\"M8 10a1.5 1.5 0 113 0 1.5 1.5 0 01-3 0z\"/>  <path fill-rule=\"evenodd\" d=\"M4.5 2A1.5 1.5 0 003 3.5v13A1.5 1.5 0 004.5 18h11a1.5 1.5 0 001.5-1.5V7.621a1.5 1.5 0 00-.44-1.06l-4.12-4.122A1.5 1.5 0 0011.378 2H4.5zm5 5a3 3 0 101.524 5.585l1.196 1.195a.75.75 0 101.06-1.06l-1.195-1.196A3 3 0 009.5 7z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_mini.set(\n        \"chart-bar\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 20 20\" fill=\"currentColor\" aria-hidden=\"true\">  <path d=\"M15.5 2A1.5 1.5 0 0014 3.5v13a1.5 1.5 0 001.5 1.5h1a1.5 1.5 0 001.5-1.5v-13A1.5 1.5 0 0016.5 2h-1zM9.5 6A1.5 1.5 0 008 7.5v9A1.5 1.5 0 009.5 18h1a1.5 1.5 0 001.5-1.5v-9A1.5 1.5 0 0010.5 6h-1zM3.5 10A1.5 1.5 0 002 11.5v5A1.5 1.5 0 003.5 18h1A1.5 1.5 0 006 16.5v-5A1.5 1.5 0 004.5 10h-1z\"/></svg>'\n    );\n\n    heroicons_mini.set(\n        \"academic-cap\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 20 20\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M9.664 1.319a.75.75 0 01.672 0 41.059 41.059 0 018.198 5.424.75.75 0 01-.254 1.285 31.372 31.372 0 00-7.86 3.83.75.75 0 01-.84 0 31.508 31.508 0 00-2.08-1.287V9.394c0-.244.116-.463.302-.592a35.504 35.504 0 013.305-2.033.75.75 0 00-.714-1.319 37 37 0 00-3.446 2.12A2.216 2.216 0 006 9.393v.38a31.293 31.293 0 00-4.28-1.746.75.75 0 01-.254-1.285 41.059 41.059 0 018.198-5.424zM6 11.459a29.848 29.848 0 00-2.455-1.158 41.029 41.029 0 00-.39 3.114.75.75 0 00.419.74c.528.256 1.046.53 1.554.82-.21.324-.455.63-.739.914a.75.75 0 101.06 1.06c.37-.369.69-.77.96-1.193a26.61 26.61 0 013.095 2.348.75.75 0 00.992 0 26.547 26.547 0 015.93-3.95.75.75 0 00.42-.739 41.053 41.053 0 00-.39-3.114 29.925 29.925 0 00-5.199 2.801 2.25 2.25 0 01-2.514 0c-.41-.275-.826-.541-1.25-.797a6.985 6.985 0 01-1.084 3.45 26.503 26.503 0 00-1.281-.78A5.487 5.487 0 006 12v-.54z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_mini.set(\n        \"square-2-stack\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 20 20\" fill=\"currentColor\" aria-hidden=\"true\">  <path d=\"M2 4.25A2.25 2.25 0 014.25 2h6.5A2.25 2.25 0 0113 4.25V5.5H9.25A3.75 3.75 0 005.5 9.25V13H4.25A2.25 2.25 0 012 10.75v-6.5z\"/>  <path d=\"M9.25 7A2.25 2.25 0 007 9.25v6.5A2.25 2.25 0 009.25 18h6.5A2.25 2.25 0 0018 15.75v-6.5A2.25 2.25 0 0015.75 7h-6.5z\"/></svg>'\n    );\n\n    heroicons_mini.set(\n        \"cloud-arrow-down\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 20 20\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M5.5 17a4.5 4.5 0 01-1.44-8.765 4.5 4.5 0 018.302-3.046 3.5 3.5 0 014.504 4.272A4 4 0 0115 17H5.5zm5.25-9.25a.75.75 0 00-1.5 0v4.59l-1.95-2.1a.75.75 0 10-1.1 1.02l3.25 3.5a.75.75 0 001.1 0l3.25-3.5a.75.75 0 10-1.1-1.02l-1.95 2.1V7.75z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_mini.set(\n        \"finger-print\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 20 20\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M10 2.5c-1.31 0-2.526.386-3.546 1.051a.75.75 0 01-.82-1.256A8 8 0 0118 9a22.47 22.47 0 01-1.228 7.351.75.75 0 11-1.417-.49A20.97 20.97 0 0016.5 9 6.5 6.5 0 0010 2.5zM4.333 4.416a.75.75 0 01.218 1.038A6.466 6.466 0 003.5 9a7.966 7.966 0 01-1.293 4.362.75.75 0 01-1.257-.819A6.466 6.466 0 002 9c0-1.61.476-3.11 1.295-4.365a.75.75 0 011.038-.219zM10 6.12a3 3 0 00-3.001 3.041 11.455 11.455 0 01-2.697 7.24.75.75 0 01-1.148-.965A9.957 9.957 0 005.5 9c0-.028.002-.055.004-.082a4.5 4.5 0 018.996.084V9.15l-.005.297a.75.75 0 11-1.5-.034c.003-.11.004-.219.005-.328a3 3 0 00-3-2.965zm0 2.13a.75.75 0 01.75.75c0 3.51-1.187 6.745-3.181 9.323a.75.75 0 11-1.186-.918A13.687 13.687 0 009.25 9a.75.75 0 01.75-.75zm3.529 3.698a.75.75 0 01.584.885 18.883 18.883 0 01-2.257 5.84.75.75 0 11-1.29-.764 17.386 17.386 0 002.078-5.377.75.75 0 01.885-.584z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_mini.set(\n        \"arrows-up-down\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 20 20\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M2.24 6.8a.75.75 0 001.06-.04l1.95-2.1v8.59a.75.75 0 001.5 0V4.66l1.95 2.1a.75.75 0 101.1-1.02l-3.25-3.5a.75.75 0 00-1.1 0L2.2 5.74a.75.75 0 00.04 1.06zm8 6.4a.75.75 0 00-.04 1.06l3.25 3.5a.75.75 0 001.1 0l3.25-3.5a.75.75 0 10-1.1-1.02l-1.95 2.1V6.75a.75.75 0 00-1.5 0v8.59l-1.95-2.1a.75.75 0 00-1.06-.04z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_mini.set(\n        \"document-text\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 20 20\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M4.5 2A1.5 1.5 0 003 3.5v13A1.5 1.5 0 004.5 18h11a1.5 1.5 0 001.5-1.5V7.621a1.5 1.5 0 00-.44-1.06l-4.12-4.122A1.5 1.5 0 0011.378 2H4.5zm2.25 8.5a.75.75 0 000 1.5h6.5a.75.75 0 000-1.5h-6.5zm0 3a.75.75 0 000 1.5h6.5a.75.75 0 000-1.5h-6.5z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_mini.set(\n        \"check-circle\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 20 20\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M10 18a8 8 0 100-16 8 8 0 000 16zm3.857-9.809a.75.75 0 00-1.214-.882l-3.483 4.79-1.88-1.88a.75.75 0 10-1.06 1.061l2.5 2.5a.75.75 0 001.137-.089l4-5.5z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_mini.set(\n        \"window\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 20 20\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M3.25 3A2.25 2.25 0 001 5.25v9.5A2.25 2.25 0 003.25 17h13.5A2.25 2.25 0 0019 14.75v-9.5A2.25 2.25 0 0016.75 3H3.25zM2.5 9v5.75c0 .414.336.75.75.75h13.5a.75.75 0 00.75-.75V9h-15zM4 5.25a.75.75 0 00-.75.75v.01c0 .414.336.75.75.75h.01a.75.75 0 00.75-.75V6a.75.75 0 00-.75-.75H4zM6.25 6A.75.75 0 017 5.25h.01a.75.75 0 01.75.75v.01a.75.75 0 01-.75.75H7a.75.75 0 01-.75-.75V6zM10 5.25a.75.75 0 00-.75.75v.01c0 .414.336.75.75.75h.01a.75.75 0 00.75-.75V6a.75.75 0 00-.75-.75H10z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_mini.set(\n        \"link\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 20 20\" fill=\"currentColor\" aria-hidden=\"true\">  <path d=\"M12.232 4.232a2.5 2.5 0 013.536 3.536l-1.225 1.224a.75.75 0 001.061 1.06l1.224-1.224a4 4 0 00-5.656-5.656l-3 3a4 4 0 00.225 5.865.75.75 0 00.977-1.138 2.5 2.5 0 01-.142-3.667l3-3z\"/>  <path d=\"M11.603 7.963a.75.75 0 00-.977 1.138 2.5 2.5 0 01.142 3.667l-3 3a2.5 2.5 0 01-3.536-3.536l1.225-1.224a.75.75 0 00-1.061-1.06l-1.224 1.224a4 4 0 105.656 5.656l3-3a4 4 0 00-.225-5.865z\"/></svg>'\n    );\n\n    heroicons_mini.set(\n        \"folder-arrow-down\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 20 20\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M2 4.75C2 3.784 2.784 3 3.75 3h4.836c.464 0 .909.184 1.237.513l1.414 1.414a.25.25 0 00.177.073h4.836c.966 0 1.75.784 1.75 1.75v8.5A1.75 1.75 0 0116.25 17H3.75A1.75 1.75 0 012 15.25V4.75zm8.75 4a.75.75 0 00-1.5 0v2.546l-.943-1.048a.75.75 0 10-1.114 1.004l2.25 2.5a.75.75 0 001.114 0l2.25-2.5a.75.75 0 10-1.114-1.004l-.943 1.048V8.75z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_mini.set(\n        \"minus-circle\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 20 20\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M10 18a8 8 0 100-16 8 8 0 000 16zM6.75 9.25a.75.75 0 000 1.5h6.5a.75.75 0 000-1.5h-6.5z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_mini.set(\n        \"receipt-percent\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 20 20\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M4.93 1.31a41.401 41.401 0 0110.14 0C16.194 1.45 17 2.414 17 3.517V18.25a.75.75 0 01-1.075.676l-2.8-1.344-2.8 1.344a.75.75 0 01-.65 0l-2.8-1.344-2.8 1.344A.75.75 0 013 18.25V3.517c0-1.103.806-2.068 1.93-2.207zm8.85 5.97a.75.75 0 00-1.06-1.06l-6.5 6.5a.75.75 0 101.06 1.06l6.5-6.5zM9 8a1 1 0 11-2 0 1 1 0 012 0zm3 5a1 1 0 100-2 1 1 0 000 2z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_mini.set(\n        \"currency-yen\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 20 20\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M10 18a8 8 0 100-16 8 8 0 000 16zM7.346 5.294a.75.75 0 00-1.192.912L9.056 10H6.75a.75.75 0 000 1.5h2.5v1h-2.5a.75.75 0 000 1.5h2.5v1.25a.75.75 0 001.5 0V14h2.5a.75.75 0 100-1.5h-2.5v-1h2.5a.75.75 0 100-1.5h-2.306l2.902-3.794a.75.75 0 10-1.192-.912L10 8.765l-2.654-3.47z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_mini.set(\n        \"document-check\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 20 20\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M3 3.5A1.5 1.5 0 014.5 2h6.879a1.5 1.5 0 011.06.44l4.122 4.12A1.5 1.5 0 0117 7.622V16.5a1.5 1.5 0 01-1.5 1.5h-11A1.5 1.5 0 013 16.5v-13zm10.857 5.691a.75.75 0 00-1.214-.882l-3.483 4.79-1.88-1.88a.75.75 0 00-1.06 1.061l2.5 2.5a.75.75 0 001.137-.089l4-5.5z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_mini.set(\n        \"document-chart-bar\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 20 20\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M3 3.5A1.5 1.5 0 014.5 2h6.879a1.5 1.5 0 011.06.44l4.122 4.12A1.5 1.5 0 0117 7.622V16.5a1.5 1.5 0 01-1.5 1.5h-11A1.5 1.5 0 013 16.5v-13zM13.25 9a.75.75 0 01.75.75v4.5a.75.75 0 01-1.5 0v-4.5a.75.75 0 01.75-.75zm-6.5 4a.75.75 0 01.75.75v.5a.75.75 0 01-1.5 0v-.5a.75.75 0 01.75-.75zm4-1.25a.75.75 0 00-1.5 0v2.5a.75.75 0 001.5 0v-2.5z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_mini.set(\n        \"cloud\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 20 20\" fill=\"currentColor\" aria-hidden=\"true\">  <path d=\"M1 12.5A4.5 4.5 0 005.5 17H15a4 4 0 001.866-7.539 3.504 3.504 0 00-4.504-4.272A4.5 4.5 0 004.06 8.235 4.502 4.502 0 001 12.5z\"/></svg>'\n    );\n\n    heroicons_mini.set(\n        \"bell-snooze\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 20 20\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M4 8a6 6 0 1112 0c0 1.887.454 3.665 1.257 5.234a.75.75 0 01-.515 1.076 32.903 32.903 0 01-3.256.508 3.5 3.5 0 01-6.972 0 32.91 32.91 0 01-3.256-.508.75.75 0 01-.515-1.076A11.448 11.448 0 004 8zm6 7c-.655 0-1.305-.02-1.95-.057a2 2 0 003.9 0c-.645.038-1.295.057-1.95.057zM8.75 6a.75.75 0 000 1.5h1.043L8.14 9.814A.75.75 0 008.75 11h2.5a.75.75 0 000-1.5h-1.043l1.653-2.314A.75.75 0 0011.25 6h-2.5z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_mini.set(\n        \"arrow-uturn-up\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 20 20\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M17.768 7.793a.75.75 0 01-1.06-.025L12.75 3.622v10.003a5.375 5.375 0 01-10.75 0V10.75a.75.75 0 011.5 0v2.875a3.875 3.875 0 007.75 0V3.622L7.293 7.768a.75.75 0 01-1.086-1.036l5.25-5.5a.75.75 0 011.085 0l5.25 5.5a.75.75 0 01-.024 1.06z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_mini.set(\n        \"document-arrow-up\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 20 20\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M4.5 2A1.5 1.5 0 003 3.5v13A1.5 1.5 0 004.5 18h11a1.5 1.5 0 001.5-1.5V7.621a1.5 1.5 0 00-.44-1.06l-4.12-4.122A1.5 1.5 0 0011.378 2H4.5zm4.75 11.25a.75.75 0 001.5 0v-2.546l.943 1.048a.75.75 0 101.114-1.004l-2.25-2.5a.75.75 0 00-1.114 0l-2.25 2.5a.75.75 0 101.114 1.004l.943-1.048v2.546z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_mini.set(\n        \"device-phone-mobile\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 20 20\" fill=\"currentColor\" aria-hidden=\"true\">  <path d=\"M8 16.25a.75.75 0 01.75-.75h2.5a.75.75 0 010 1.5h-2.5a.75.75 0 01-.75-.75z\"/>  <path fill-rule=\"evenodd\" d=\"M4 4a3 3 0 013-3h6a3 3 0 013 3v12a3 3 0 01-3 3H7a3 3 0 01-3-3V4zm4-1.5v.75c0 .414.336.75.75.75h2.5a.75.75 0 00.75-.75V2.5h1A1.5 1.5 0 0114.5 4v12a1.5 1.5 0 01-1.5 1.5H7A1.5 1.5 0 015.5 16V4A1.5 1.5 0 017 2.5h1z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_mini.set(\n        \"phone-arrow-down-left\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 20 20\" fill=\"currentColor\" aria-hidden=\"true\">  <path d=\"M3.5 2A1.5 1.5 0 002 3.5V5c0 1.149.15 2.263.43 3.326a13.022 13.022 0 009.244 9.244c1.063.28 2.177.43 3.326.43h1.5a1.5 1.5 0 001.5-1.5v-1.148a1.5 1.5 0 00-1.175-1.465l-3.223-.716a1.5 1.5 0 00-1.767 1.052l-.267.933c-.117.41-.555.643-.95.48a11.542 11.542 0 01-6.254-6.254c-.163-.395.07-.833.48-.95l.933-.267a1.5 1.5 0 001.052-1.767l-.716-3.223A1.5 1.5 0 004.648 2H3.5zM16.72 2.22a.75.75 0 111.06 1.06L14.56 6.5h2.69a.75.75 0 010 1.5h-4.5a.75.75 0 01-.75-.75v-4.5a.75.75 0 011.5 0v2.69l3.22-3.22z\"/></svg>'\n    );\n\n    heroicons_mini.set(\n        \"squares-2x2\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 20 20\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M4.25 2A2.25 2.25 0 002 4.25v2.5A2.25 2.25 0 004.25 9h2.5A2.25 2.25 0 009 6.75v-2.5A2.25 2.25 0 006.75 2h-2.5zm0 9A2.25 2.25 0 002 13.25v2.5A2.25 2.25 0 004.25 18h2.5A2.25 2.25 0 009 15.75v-2.5A2.25 2.25 0 006.75 11h-2.5zm9-9A2.25 2.25 0 0011 4.25v2.5A2.25 2.25 0 0013.25 9h2.5A2.25 2.25 0 0018 6.75v-2.5A2.25 2.25 0 0015.75 2h-2.5zm0 9A2.25 2.25 0 0011 13.25v2.5A2.25 2.25 0 0013.25 18h2.5A2.25 2.25 0 0018 15.75v-2.5A2.25 2.25 0 0015.75 11h-2.5z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_mini.set(\n        \"hashtag\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 20 20\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M9.493 2.853a.75.75 0 00-1.486-.205L7.545 6H4.198a.75.75 0 000 1.5h3.14l-.69 5H3.302a.75.75 0 000 1.5h3.14l-.435 3.148a.75.75 0 001.486.205L7.955 14h2.986l-.434 3.148a.75.75 0 001.486.205L12.456 14h3.346a.75.75 0 000-1.5h-3.14l.69-5h3.346a.75.75 0 000-1.5h-3.14l.435-3.147a.75.75 0 00-1.486-.205L12.045 6H9.059l.434-3.147zM8.852 7.5l-.69 5h2.986l.69-5H8.852z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_mini.set(\n        \"magnifying-glass-minus\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 20 20\" fill=\"currentColor\" aria-hidden=\"true\">  <path d=\"M6.75 8.25a.75.75 0 000 1.5h4.5a.75.75 0 000-1.5h-4.5z\"/>  <path fill-rule=\"evenodd\" d=\"M9 2a7 7 0 104.391 12.452l3.329 3.328a.75.75 0 101.06-1.06l-3.328-3.329A7 7 0 009 2zM3.5 9a5.5 5.5 0 1111 0 5.5 5.5 0 01-11 0z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_mini.set(\n        \"bolt\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 20 20\" fill=\"currentColor\" aria-hidden=\"true\">  <path d=\"M11.983 1.907a.75.75 0 00-1.292-.657l-8.5 9.5A.75.75 0 002.75 12h6.572l-1.305 6.093a.75.75 0 001.292.657l8.5-9.5A.75.75 0 0017.25 8h-6.572l1.305-6.093z\"/></svg>'\n    );\n\n    heroicons_mini.set(\n        \"camera\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 20 20\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M1 8a2 2 0 012-2h.93a2 2 0 001.664-.89l.812-1.22A2 2 0 018.07 3h3.86a2 2 0 011.664.89l.812 1.22A2 2 0 0016.07 6H17a2 2 0 012 2v7a2 2 0 01-2 2H3a2 2 0 01-2-2V8zm13.5 3a4.5 4.5 0 11-9 0 4.5 4.5 0 019 0zM10 14a3 3 0 100-6 3 3 0 000 6z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_mini.set(\n        \"battery-100\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 20 20\" fill=\"currentColor\" aria-hidden=\"true\">  <path d=\"M4.75 8a.75.75 0 00-.75.75v2.5c0 .414.336.75.75.75h9.5a.75.75 0 00.75-.75v-2.5a.75.75 0 00-.75-.75h-9.5z\"/>  <path fill-rule=\"evenodd\" d=\"M1 7.25A2.25 2.25 0 013.25 5h12.5A2.25 2.25 0 0118 7.25v1.085a1.5 1.5 0 011 1.415v.5a1.5 1.5 0 01-1 1.415v1.085A2.25 2.25 0 0115.75 15H3.25A2.25 2.25 0 011 12.75v-5.5zm2.25-.75a.75.75 0 00-.75.75v5.5c0 .414.336.75.75.75h12.5a.75.75 0 00.75-.75v-5.5a.75.75 0 00-.75-.75H3.25z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_mini.set(\n        \"play-pause\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 20 20\" fill=\"currentColor\" aria-hidden=\"true\">  <path d=\"M12.75 4a.75.75 0 00-.75.75v10.5c0 .414.336.75.75.75h.5a.75.75 0 00.75-.75V4.75a.75.75 0 00-.75-.75h-.5zM17.75 4a.75.75 0 00-.75.75v10.5c0 .414.336.75.75.75h.5a.75.75 0 00.75-.75V4.75a.75.75 0 00-.75-.75h-.5zM3.288 4.819A1.5 1.5 0 001 6.095v7.81a1.5 1.5 0 002.288 1.277l6.323-3.906a1.5 1.5 0 000-2.552L3.288 4.819z\"/></svg>'\n    );\n\n    heroicons_mini.set(\n        \"wrench\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 20 20\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M19 5.5a4.5 4.5 0 01-4.791 4.49c-.873-.055-1.808.128-2.368.8l-6.024 7.23a2.724 2.724 0 11-3.837-3.837L9.21 8.16c.672-.56.855-1.495.8-2.368a4.5 4.5 0 015.873-4.575c.324.105.39.51.15.752L13.34 4.66a.455.455 0 00-.11.494 3.01 3.01 0 001.617 1.617c.17.07.363.02.493-.111l2.692-2.692c.241-.241.647-.174.752.15.14.435.216.9.216 1.382zM4 17a1 1 0 100-2 1 1 0 000 2z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_mini.set(\n        \"calendar-days\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 20 20\" fill=\"currentColor\" aria-hidden=\"true\">  <path d=\"M5.25 12a.75.75 0 01.75-.75h.01a.75.75 0 01.75.75v.01a.75.75 0 01-.75.75H6a.75.75 0 01-.75-.75V12zM6 13.25a.75.75 0 00-.75.75v.01c0 .414.336.75.75.75h.01a.75.75 0 00.75-.75V14a.75.75 0 00-.75-.75H6zM7.25 12a.75.75 0 01.75-.75h.01a.75.75 0 01.75.75v.01a.75.75 0 01-.75.75H8a.75.75 0 01-.75-.75V12zM8 13.25a.75.75 0 00-.75.75v.01c0 .414.336.75.75.75h.01a.75.75 0 00.75-.75V14a.75.75 0 00-.75-.75H8zM9.25 10a.75.75 0 01.75-.75h.01a.75.75 0 01.75.75v.01a.75.75 0 01-.75.75H10a.75.75 0 01-.75-.75V10zM10 11.25a.75.75 0 00-.75.75v.01c0 .414.336.75.75.75h.01a.75.75 0 00.75-.75V12a.75.75 0 00-.75-.75H10zM9.25 14a.75.75 0 01.75-.75h.01a.75.75 0 01.75.75v.01a.75.75 0 01-.75.75H10a.75.75 0 01-.75-.75V14zM12 9.25a.75.75 0 00-.75.75v.01c0 .414.336.75.75.75h.01a.75.75 0 00.75-.75V10a.75.75 0 00-.75-.75H12zM11.25 12a.75.75 0 01.75-.75h.01a.75.75 0 01.75.75v.01a.75.75 0 01-.75.75H12a.75.75 0 01-.75-.75V12zM12 13.25a.75.75 0 00-.75.75v.01c0 .414.336.75.75.75h.01a.75.75 0 00.75-.75V14a.75.75 0 00-.75-.75H12zM13.25 10a.75.75 0 01.75-.75h.01a.75.75 0 01.75.75v.01a.75.75 0 01-.75.75H14a.75.75 0 01-.75-.75V10zM14 11.25a.75.75 0 00-.75.75v.01c0 .414.336.75.75.75h.01a.75.75 0 00.75-.75V12a.75.75 0 00-.75-.75H14z\"/>  <path fill-rule=\"evenodd\" d=\"M5.75 2a.75.75 0 01.75.75V4h7V2.75a.75.75 0 011.5 0V4h.25A2.75 2.75 0 0118 6.75v8.5A2.75 2.75 0 0115.25 18H4.75A2.75 2.75 0 012 15.25v-8.5A2.75 2.75 0 014.75 4H5V2.75A.75.75 0 015.75 2zm-1 5.5c-.69 0-1.25.56-1.25 1.25v6.5c0 .69.56 1.25 1.25 1.25h10.5c.69 0 1.25-.56 1.25-1.25v-6.5c0-.69-.56-1.25-1.25-1.25H4.75z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_mini.set(\n        \"arrow-up-left\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 20 20\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M14.78 14.78a.75.75 0 01-1.06 0L6.5 7.56v5.69a.75.75 0 01-1.5 0v-7.5A.75.75 0 015.75 5h7.5a.75.75 0 010 1.5H7.56l7.22 7.22a.75.75 0 010 1.06z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_mini.set(\n        \"plus-small\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 20 20\" fill=\"currentColor\" aria-hidden=\"true\">  <path d=\"M10.75 6.75a.75.75 0 00-1.5 0v2.5h-2.5a.75.75 0 000 1.5h2.5v2.5a.75.75 0 001.5 0v-2.5h2.5a.75.75 0 000-1.5h-2.5v-2.5z\"/></svg>'\n    );\n\n    heroicons_mini.set(\n        \"list-bullet\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 20 20\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M6 4.75A.75.75 0 016.75 4h10.5a.75.75 0 010 1.5H6.75A.75.75 0 016 4.75zM6 10a.75.75 0 01.75-.75h10.5a.75.75 0 010 1.5H6.75A.75.75 0 016 10zm0 5.25a.75.75 0 01.75-.75h10.5a.75.75 0 010 1.5H6.75a.75.75 0 01-.75-.75zM1.99 4.75a1 1 0 011-1H3a1 1 0 011 1v.01a1 1 0 01-1 1h-.01a1 1 0 01-1-1v-.01zM1.99 15.25a1 1 0 011-1H3a1 1 0 011 1v.01a1 1 0 01-1 1h-.01a1 1 0 01-1-1v-.01zM1.99 10a1 1 0 011-1H3a1 1 0 011 1v.01a1 1 0 01-1 1h-.01a1 1 0 01-1-1V10z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_mini.set(\n        \"map-pin\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 20 20\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M9.69 18.933l.003.001C9.89 19.02 10 19 10 19s.11.02.308-.066l.002-.001.006-.003.018-.008a5.741 5.741 0 00.281-.14c.186-.096.446-.24.757-.433.62-.384 1.445-.966 2.274-1.765C15.302 14.988 17 12.493 17 9A7 7 0 103 9c0 3.492 1.698 5.988 3.355 7.584a13.731 13.731 0 002.273 1.765 11.842 11.842 0 00.976.544l.062.029.018.008.006.003zM10 11.25a2.25 2.25 0 100-4.5 2.25 2.25 0 000 4.5z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_mini.set(\n        \"users\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 20 20\" fill=\"currentColor\" aria-hidden=\"true\">  <path d=\"M7 8a3 3 0 100-6 3 3 0 000 6zM14.5 9a2.5 2.5 0 100-5 2.5 2.5 0 000 5zM1.615 16.428a1.224 1.224 0 01-.569-1.175 6.002 6.002 0 0111.908 0c.058.467-.172.92-.57 1.174A9.953 9.953 0 017 18a9.953 9.953 0 01-5.385-1.572zM14.5 16h-.106c.07-.297.088-.611.048-.933a7.47 7.47 0 00-1.588-3.755 4.502 4.502 0 015.874 2.636.818.818 0 01-.36.98A7.465 7.465 0 0114.5 16z\"/></svg>'\n    );\n\n    heroicons_mini.set(\n        \"arrow-down-on-square-stack\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 20 20\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M8 1a.75.75 0 01.75.75V6h-1.5V1.75A.75.75 0 018 1zm-.75 5v3.296l-.943-1.048a.75.75 0 10-1.114 1.004l2.25 2.5a.75.75 0 001.114 0l2.25-2.5a.75.75 0 00-1.114-1.004L8.75 9.296V6h2A2.25 2.25 0 0113 8.25v4.5A2.25 2.25 0 0110.75 15h-5.5A2.25 2.25 0 013 12.75v-4.5A2.25 2.25 0 015.25 6h2zM7 16.75v-.25h3.75a3.75 3.75 0 003.75-3.75V10h.25A2.25 2.25 0 0117 12.25v4.5A2.25 2.25 0 0114.75 19h-5.5A2.25 2.25 0 017 16.75z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_mini.set(\n        \"view-columns\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 20 20\" fill=\"currentColor\" aria-hidden=\"true\">  <path d=\"M14 17h2.75A2.25 2.25 0 0019 14.75v-9.5A2.25 2.25 0 0016.75 3H14v14zM12.5 3h-5v14h5V3zM3.25 3H6v14H3.25A2.25 2.25 0 011 14.75v-9.5A2.25 2.25 0 013.25 3z\"/></svg>'\n    );\n\n    heroicons_mini.set(\n        \"viewfinder-circle\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 20 20\" fill=\"currentColor\" aria-hidden=\"true\">  <path d=\"M4.25 2A2.25 2.25 0 002 4.25v2a.75.75 0 001.5 0v-2a.75.75 0 01.75-.75h2a.75.75 0 000-1.5h-2zM13.75 2a.75.75 0 000 1.5h2a.75.75 0 01.75.75v2a.75.75 0 001.5 0v-2A2.25 2.25 0 0015.75 2h-2zM3.5 13.75a.75.75 0 00-1.5 0v2A2.25 2.25 0 004.25 18h2a.75.75 0 000-1.5h-2a.75.75 0 01-.75-.75v-2zM18 13.75a.75.75 0 00-1.5 0v2a.75.75 0 01-.75.75h-2a.75.75 0 000 1.5h2A2.25 2.25 0 0018 15.75v-2zM7 10a3 3 0 116 0 3 3 0 01-6 0z\"/></svg>'\n    );\n\n    heroicons_mini.set(\n        \"arrows-pointing-in\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 20 20\" fill=\"currentColor\" aria-hidden=\"true\">  <path d=\"M3.28 2.22a.75.75 0 00-1.06 1.06L5.44 6.5H2.75a.75.75 0 000 1.5h4.5A.75.75 0 008 7.25v-4.5a.75.75 0 00-1.5 0v2.69L3.28 2.22zM13.5 2.75a.75.75 0 00-1.5 0v4.5c0 .414.336.75.75.75h4.5a.75.75 0 000-1.5h-2.69l3.22-3.22a.75.75 0 00-1.06-1.06L13.5 5.44V2.75zM3.28 17.78l3.22-3.22v2.69a.75.75 0 001.5 0v-4.5a.75.75 0 00-.75-.75h-4.5a.75.75 0 000 1.5h2.69l-3.22 3.22a.75.75 0 101.06 1.06zM13.5 14.56l3.22 3.22a.75.75 0 101.06-1.06l-3.22-3.22h2.69a.75.75 0 000-1.5h-4.5a.75.75 0 00-.75.75v4.5a.75.75 0 001.5 0v-2.69z\"/></svg>'\n    );\n\n    heroicons_mini.set(\n        \"inbox-arrow-down\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 20 20\" fill=\"currentColor\" aria-hidden=\"true\">  <path d=\"M10 2a.75.75 0 01.75.75v5.59l1.95-2.1a.75.75 0 111.1 1.02l-3.25 3.5a.75.75 0 01-1.1 0L6.2 7.26a.75.75 0 111.1-1.02l1.95 2.1V2.75A.75.75 0 0110 2z\"/>  <path d=\"M5.273 4.5a1.25 1.25 0 00-1.205.918l-1.523 5.52c-.006.02-.01.041-.015.062H6a1 1 0 01.894.553l.448.894a1 1 0 00.894.553h3.438a1 1 0 00.86-.49l.606-1.02A1 1 0 0114 11h3.47a1.318 1.318 0 00-.015-.062l-1.523-5.52a1.25 1.25 0 00-1.205-.918h-.977a.75.75 0 010-1.5h.977a2.75 2.75 0 012.651 2.019l1.523 5.52c.066.239.099.485.099.732V15a2 2 0 01-2 2H3a2 2 0 01-2-2v-3.73c0-.246.033-.492.099-.73l1.523-5.521A2.75 2.75 0 015.273 3h.977a.75.75 0 010 1.5h-.977z\"/></svg>'\n    );\n\n    heroicons_mini.set(\n        \"rss\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 20 20\" fill=\"currentColor\" aria-hidden=\"true\">  <path d=\"M3.75 3a.75.75 0 00-.75.75v.5c0 .414.336.75.75.75H4c6.075 0 11 4.925 11 11v.25c0 .414.336.75.75.75h.5a.75.75 0 00.75-.75V16C17 8.82 11.18 3 4 3h-.25z\"/>  <path d=\"M3 8.75A.75.75 0 013.75 8H4a8 8 0 018 8v.25a.75.75 0 01-.75.75h-.5a.75.75 0 01-.75-.75V16a6 6 0 00-6-6h-.25A.75.75 0 013 9.25v-.5zM7 15a2 2 0 11-4 0 2 2 0 014 0z\"/></svg>'\n    );\n\n    heroicons_mini.set(\n        \"bars-4\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 20 20\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M2 3.75A.75.75 0 012.75 3h14.5a.75.75 0 010 1.5H2.75A.75.75 0 012 3.75zm0 4.167a.75.75 0 01.75-.75h14.5a.75.75 0 010 1.5H2.75a.75.75 0 01-.75-.75zm0 4.166a.75.75 0 01.75-.75h14.5a.75.75 0 010 1.5H2.75a.75.75 0 01-.75-.75zm0 4.167a.75.75 0 01.75-.75h14.5a.75.75 0 010 1.5H2.75a.75.75 0 01-.75-.75z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_mini.set(\n        \"pencil-square\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 20 20\" fill=\"currentColor\" aria-hidden=\"true\">  <path d=\"M5.433 13.917l1.262-3.155A4 4 0 017.58 9.42l6.92-6.918a2.121 2.121 0 013 3l-6.92 6.918c-.383.383-.84.685-1.343.886l-3.154 1.262a.5.5 0 01-.65-.65z\"/>  <path d=\"M3.5 5.75c0-.69.56-1.25 1.25-1.25H10A.75.75 0 0010 3H4.75A2.75 2.75 0 002 5.75v9.5A2.75 2.75 0 004.75 18h9.5A2.75 2.75 0 0017 15.25V10a.75.75 0 00-1.5 0v5.25c0 .69-.56 1.25-1.25 1.25h-9.5c-.69 0-1.25-.56-1.25-1.25v-9.5z\"/></svg>'\n    );\n\n    heroicons_mini.set(\n        \"envelope-open\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 20 20\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M2.106 6.447A2 2 0 001 8.237V16a2 2 0 002 2h14a2 2 0 002-2V8.236a2 2 0 00-1.106-1.789l-7-3.5a2 2 0 00-1.788 0l-7 3.5zm1.48 4.007a.75.75 0 00-.671 1.342l5.855 2.928a2.75 2.75 0 002.46 0l5.852-2.926a.75.75 0 10-.67-1.342l-5.853 2.926a1.25 1.25 0 01-1.118 0l-5.856-2.928z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_mini.set(\n        \"arrows-pointing-out\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 20 20\" fill=\"currentColor\" aria-hidden=\"true\">  <path d=\"M13.28 7.78l3.22-3.22v2.69a.75.75 0 001.5 0v-4.5a.75.75 0 00-.75-.75h-4.5a.75.75 0 000 1.5h2.69l-3.22 3.22a.75.75 0 001.06 1.06zM2 17.25v-4.5a.75.75 0 011.5 0v2.69l3.22-3.22a.75.75 0 011.06 1.06L4.56 16.5h2.69a.75.75 0 010 1.5h-4.5a.747.747 0 01-.75-.75zM12.22 13.28l3.22 3.22h-2.69a.75.75 0 000 1.5h4.5a.747.747 0 00.75-.75v-4.5a.75.75 0 00-1.5 0v2.69l-3.22-3.22a.75.75 0 10-1.06 1.06zM3.5 4.56l3.22 3.22a.75.75 0 001.06-1.06L4.56 3.5h2.69a.75.75 0 000-1.5h-4.5a.75.75 0 00-.75.75v4.5a.75.75 0 001.5 0V4.56z\"/></svg>'\n    );\n\n    heroicons_mini.set(\n        \"bars-3-bottom-right\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 20 20\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M2 4.75A.75.75 0 012.75 4h14.5a.75.75 0 010 1.5H2.75A.75.75 0 012 4.75zm7 10.5a.75.75 0 01.75-.75h7.5a.75.75 0 010 1.5h-7.5a.75.75 0 01-.75-.75zM2 10a.75.75 0 01.75-.75h14.5a.75.75 0 010 1.5H2.75A.75.75 0 012 10z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_mini.set(\n        \"arrow-left-on-rectangle\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 20 20\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M3 4.25A2.25 2.25 0 015.25 2h5.5A2.25 2.25 0 0113 4.25v2a.75.75 0 01-1.5 0v-2a.75.75 0 00-.75-.75h-5.5a.75.75 0 00-.75.75v11.5c0 .414.336.75.75.75h5.5a.75.75 0 00.75-.75v-2a.75.75 0 011.5 0v2A2.25 2.25 0 0110.75 18h-5.5A2.25 2.25 0 013 15.75V4.25z\" clip-rule=\"evenodd\"/>  <path fill-rule=\"evenodd\" d=\"M19 10a.75.75 0 00-.75-.75H8.704l1.048-.943a.75.75 0 10-1.004-1.114l-2.5 2.25a.75.75 0 000 1.114l2.5 2.25a.75.75 0 101.004-1.114l-1.048-.943h9.546A.75.75 0 0019 10z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_mini.set(\n        \"home\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 20 20\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M9.293 2.293a1 1 0 011.414 0l7 7A1 1 0 0117 11h-1v6a1 1 0 01-1 1h-2a1 1 0 01-1-1v-3a1 1 0 00-1-1H9a1 1 0 00-1 1v3a1 1 0 01-1 1H5a1 1 0 01-1-1v-6H3a1 1 0 01-.707-1.707l7-7z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_mini.set(\n        \"chevron-right\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 20 20\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M7.21 14.77a.75.75 0 01.02-1.06L11.168 10 7.23 6.29a.75.75 0 111.04-1.08l4.5 4.25a.75.75 0 010 1.08l-4.5 4.25a.75.75 0 01-1.06-.02z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_mini.set(\n        \"bars-3\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 20 20\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M2 4.75A.75.75 0 012.75 4h14.5a.75.75 0 010 1.5H2.75A.75.75 0 012 4.75zM2 10a.75.75 0 01.75-.75h14.5a.75.75 0 010 1.5H2.75A.75.75 0 012 10zm0 5.25a.75.75 0 01.75-.75h14.5a.75.75 0 010 1.5H2.75a.75.75 0 01-.75-.75z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_mini.set(\n        \"map\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 20 20\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M8.157 2.175a1.5 1.5 0 00-1.147 0l-4.084 1.69A1.5 1.5 0 002 5.251v10.877a1.5 1.5 0 002.074 1.386l3.51-1.453 4.26 1.763a1.5 1.5 0 001.146 0l4.083-1.69A1.5 1.5 0 0018 14.748V3.873a1.5 1.5 0 00-2.073-1.386l-3.51 1.452-4.26-1.763zM7.58 5a.75.75 0 01.75.75v6.5a.75.75 0 01-1.5 0v-6.5A.75.75 0 017.58 5zm5.59 2.75a.75.75 0 00-1.5 0v6.5a.75.75 0 001.5 0v-6.5z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_mini.set(\n        \"document-minus\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 20 20\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M4.5 2A1.5 1.5 0 003 3.5v13A1.5 1.5 0 004.5 18h11a1.5 1.5 0 001.5-1.5V7.621a1.5 1.5 0 00-.44-1.06l-4.12-4.122A1.5 1.5 0 0011.378 2H4.5zm7.75 9.75a.75.75 0 000-1.5h-4.5a.75.75 0 000 1.5h4.5z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_mini.set(\n        \"backward\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 20 20\" fill=\"currentColor\" aria-hidden=\"true\">  <path d=\"M7.712 4.819A1.5 1.5 0 0110 6.095v2.973c.104-.131.234-.248.389-.344l6.323-3.905A1.5 1.5 0 0119 6.095v7.81a1.5 1.5 0 01-2.288 1.277l-6.323-3.905a1.505 1.505 0 01-.389-.344v2.973a1.5 1.5 0 01-2.288 1.276l-6.323-3.905a1.5 1.5 0 010-2.553L7.712 4.82z\"/></svg>'\n    );\n\n    heroicons_mini.set(\n        \"bars-3-center-left\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 20 20\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M2 4.75A.75.75 0 012.75 4h14.5a.75.75 0 010 1.5H2.75A.75.75 0 012 4.75zm0 10.5a.75.75 0 01.75-.75h14.5a.75.75 0 010 1.5H2.75a.75.75 0 01-.75-.75zM2 10a.75.75 0 01.75-.75h7.5a.75.75 0 010 1.5h-7.5A.75.75 0 012 10z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_mini.set(\n        \"arrow-up\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 20 20\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M10 17a.75.75 0 01-.75-.75V5.612L5.29 9.77a.75.75 0 01-1.08-1.04l5.25-5.5a.75.75 0 011.08 0l5.25 5.5a.75.75 0 11-1.08 1.04l-3.96-4.158V16.25A.75.75 0 0110 17z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_mini.set(\n        \"ellipsis-horizontal\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 20 20\" fill=\"currentColor\" aria-hidden=\"true\">  <path d=\"M3 10a1.5 1.5 0 113 0 1.5 1.5 0 01-3 0zM8.5 10a1.5 1.5 0 113 0 1.5 1.5 0 01-3 0zM15.5 8.5a1.5 1.5 0 100 3 1.5 1.5 0 000-3z\"/></svg>'\n    );\n\n    heroicons_mini.set(\n        \"photo\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 20 20\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M1 5.25A2.25 2.25 0 013.25 3h13.5A2.25 2.25 0 0119 5.25v9.5A2.25 2.25 0 0116.75 17H3.25A2.25 2.25 0 011 14.75v-9.5zm1.5 5.81v3.69c0 .414.336.75.75.75h13.5a.75.75 0 00.75-.75v-2.69l-2.22-2.219a.75.75 0 00-1.06 0l-1.91 1.909.47.47a.75.75 0 11-1.06 1.06L6.53 8.091a.75.75 0 00-1.06 0l-2.97 2.97zM12 7a1 1 0 11-2 0 1 1 0 012 0z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_mini.set(\n        \"briefcase\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 20 20\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M6 3.75A2.75 2.75 0 018.75 1h2.5A2.75 2.75 0 0114 3.75v.443c.572.055 1.14.122 1.706.2C17.053 4.582 18 5.75 18 7.07v3.469c0 1.126-.694 2.191-1.83 2.54-1.952.599-4.024.921-6.17.921s-4.219-.322-6.17-.921C2.694 12.73 2 11.665 2 10.539V7.07c0-1.321.947-2.489 2.294-2.676A41.047 41.047 0 016 4.193V3.75zm6.5 0v.325a41.622 41.622 0 00-5 0V3.75c0-.69.56-1.25 1.25-1.25h2.5c.69 0 1.25.56 1.25 1.25zM10 10a1 1 0 00-1 1v.01a1 1 0 001 1h.01a1 1 0 001-1V11a1 1 0 00-1-1H10z\" clip-rule=\"evenodd\"/>  <path d=\"M3 15.055v-.684c.126.053.255.1.39.142 2.092.642 4.313.987 6.61.987 2.297 0 4.518-.345 6.61-.987.135-.041.264-.089.39-.142v.684c0 1.347-.985 2.53-2.363 2.686a41.454 41.454 0 01-9.274 0C3.985 17.585 3 16.402 3 15.055z\"/></svg>'\n    );\n\n    heroicons_mini.set(\n        \"credit-card\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 20 20\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M2.5 4A1.5 1.5 0 001 5.5V6h18v-.5A1.5 1.5 0 0017.5 4h-15zM19 8.5H1v6A1.5 1.5 0 002.5 16h15a1.5 1.5 0 001.5-1.5v-6zM3 13.25a.75.75 0 01.75-.75h1.5a.75.75 0 010 1.5h-1.5a.75.75 0 01-.75-.75zm4.75-.75a.75.75 0 000 1.5h3.5a.75.75 0 000-1.5h-3.5z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_mini.set(\n        \"document-duplicate\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 20 20\" fill=\"currentColor\" aria-hidden=\"true\">  <path d=\"M7 3.5A1.5 1.5 0 018.5 2h3.879a1.5 1.5 0 011.06.44l3.122 3.12A1.5 1.5 0 0117 6.622V12.5a1.5 1.5 0 01-1.5 1.5h-1v-3.379a3 3 0 00-.879-2.121L10.5 5.379A3 3 0 008.379 4.5H7v-1z\"/>  <path d=\"M4.5 6A1.5 1.5 0 003 7.5v9A1.5 1.5 0 004.5 18h7a1.5 1.5 0 001.5-1.5v-5.879a1.5 1.5 0 00-.44-1.06L9.44 6.439A1.5 1.5 0 008.378 6H4.5z\"/></svg>'\n    );\n\n    heroicons_mini.set(\n        \"document-arrow-down\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 20 20\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M4.5 2A1.5 1.5 0 003 3.5v13A1.5 1.5 0 004.5 18h11a1.5 1.5 0 001.5-1.5V7.621a1.5 1.5 0 00-.44-1.06l-4.12-4.122A1.5 1.5 0 0011.378 2H4.5zm4.75 6.75a.75.75 0 011.5 0v2.546l.943-1.048a.75.75 0 011.114 1.004l-2.25 2.5a.75.75 0 01-1.114 0l-2.25-2.5a.75.75 0 111.114-1.004l.943 1.048V8.75z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_mini.set(\n        \"building-office\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 20 20\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M4 16.5v-13h-.25a.75.75 0 010-1.5h12.5a.75.75 0 010 1.5H16v13h.25a.75.75 0 010 1.5h-3.5a.75.75 0 01-.75-.75v-2.5a.75.75 0 00-.75-.75h-2.5a.75.75 0 00-.75.75v2.5a.75.75 0 01-.75.75h-3.5a.75.75 0 010-1.5H4zm3-11a.5.5 0 01.5-.5h1a.5.5 0 01.5.5v1a.5.5 0 01-.5.5h-1a.5.5 0 01-.5-.5v-1zM7.5 9a.5.5 0 00-.5.5v1a.5.5 0 00.5.5h1a.5.5 0 00.5-.5v-1a.5.5 0 00-.5-.5h-1zM11 5.5a.5.5 0 01.5-.5h1a.5.5 0 01.5.5v1a.5.5 0 01-.5.5h-1a.5.5 0 01-.5-.5v-1zm.5 3.5a.5.5 0 00-.5.5v1a.5.5 0 00.5.5h1a.5.5 0 00.5-.5v-1a.5.5 0 00-.5-.5h-1z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_mini.set(\n        \"rectangle-group\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 20 20\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M2.5 3A1.5 1.5 0 001 4.5v4A1.5 1.5 0 002.5 10h6A1.5 1.5 0 0010 8.5v-4A1.5 1.5 0 008.5 3h-6zm11 2A1.5 1.5 0 0012 6.5v7a1.5 1.5 0 001.5 1.5h4a1.5 1.5 0 001.5-1.5v-7A1.5 1.5 0 0017.5 5h-4zm-10 7A1.5 1.5 0 002 13.5v2A1.5 1.5 0 003.5 17h6a1.5 1.5 0 001.5-1.5v-2A1.5 1.5 0 009.5 12h-6z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_mini.set(\n        \"face-smile\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 20 20\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M10 18a8 8 0 100-16 8 8 0 000 16zm3.536-4.464a.75.75 0 10-1.061-1.061 3.5 3.5 0 01-4.95 0 .75.75 0 00-1.06 1.06 5 5 0 007.07 0zM9 8.5c0 .828-.448 1.5-1 1.5s-1-.672-1-1.5S7.448 7 8 7s1 .672 1 1.5zm3 1.5c.552 0 1-.672 1-1.5S12.552 7 12 7s-1 .672-1 1.5.448 1.5 1 1.5z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_mini.set(\n        \"arrow-long-right\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 20 20\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M2 10a.75.75 0 01.75-.75h12.59l-2.1-1.95a.75.75 0 111.02-1.1l3.5 3.25a.75.75 0 010 1.1l-3.5 3.25a.75.75 0 11-1.02-1.1l2.1-1.95H2.75A.75.75 0 012 10z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_mini.set(\n        \"presentation-chart-line\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 20 20\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M1 2.75A.75.75 0 011.75 2h16.5a.75.75 0 010 1.5H18v8.75A2.75 2.75 0 0115.25 15h-1.072l.798 3.06a.75.75 0 01-1.452.38L13.41 18H6.59l-.114.44a.75.75 0 01-1.452-.38L5.823 15H4.75A2.75 2.75 0 012 12.25V3.5h-.25A.75.75 0 011 2.75zM7.373 15l-.391 1.5h6.037l-.392-1.5H7.373zm7.49-8.931a.75.75 0 01-.175 1.046 19.326 19.326 0 00-3.398 3.098.75.75 0 01-1.097.04L8.5 8.561l-2.22 2.22A.75.75 0 115.22 9.72l2.75-2.75a.75.75 0 011.06 0l1.664 1.663a20.786 20.786 0 013.122-2.74.75.75 0 011.046.176z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_mini.set(\n        \"lock-open\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 20 20\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M14.5 1A4.5 4.5 0 0010 5.5V9H3a2 2 0 00-2 2v6a2 2 0 002 2h10a2 2 0 002-2v-6a2 2 0 00-2-2h-1.5V5.5a3 3 0 116 0v2.75a.75.75 0 001.5 0V5.5A4.5 4.5 0 0014.5 1z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_mini.set(\n        \"document\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 20 20\" fill=\"currentColor\" aria-hidden=\"true\">  <path d=\"M3 3.5A1.5 1.5 0 014.5 2h6.879a1.5 1.5 0 011.06.44l4.122 4.12A1.5 1.5 0 0117 7.622V16.5a1.5 1.5 0 01-1.5 1.5h-11A1.5 1.5 0 013 16.5v-13z\"/></svg>'\n    );\n\n    heroicons_mini.set(\n        \"archive-box-arrow-down\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 20 20\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M2 3a1 1 0 00-1 1v1a1 1 0 001 1h16a1 1 0 001-1V4a1 1 0 00-1-1H2zm0 4.5h16l-.811 7.71a2 2 0 01-1.99 1.79H4.802a2 2 0 01-1.99-1.79L2 7.5zM10 9a.75.75 0 01.75.75v2.546l.943-1.048a.75.75 0 111.114 1.004l-2.25 2.5a.75.75 0 01-1.114 0l-2.25-2.5a.75.75 0 111.114-1.004l.943 1.048V9.75A.75.75 0 0110 9z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_mini.set(\n        \"bell-slash\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 20 20\" fill=\"currentColor\" aria-hidden=\"true\">  <path d=\"M4 8c0-.26.017-.517.049-.77l7.722 7.723a33.56 33.56 0 01-3.722-.01 2 2 0 003.862.15l1.134 1.134a3.5 3.5 0 01-6.53-1.409 32.91 32.91 0 01-3.257-.508.75.75 0 01-.515-1.076A11.448 11.448 0 004 8zM17.266 13.9a.756.756 0 01-.068.116L6.389 3.207A6 6 0 0116 8c.001 1.887.455 3.665 1.258 5.234a.75.75 0 01.01.666zM3.28 2.22a.75.75 0 00-1.06 1.06l14.5 14.5a.75.75 0 101.06-1.06L3.28 2.22z\"/></svg>'\n    );\n\n    heroicons_mini.set(\n        \"signal\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 20 20\" fill=\"currentColor\" aria-hidden=\"true\">  <path d=\"M16.364 3.636a.75.75 0 00-1.06 1.06 7.5 7.5 0 010 10.607.75.75 0 001.06 1.061 9 9 0 000-12.728zM4.697 4.697a.75.75 0 00-1.061-1.06 9 9 0 000 12.727.75.75 0 101.06-1.06 7.5 7.5 0 010-10.607z\"/>  <path d=\"M12.475 6.465a.75.75 0 011.06 0 5 5 0 010 7.07.75.75 0 11-1.06-1.06 3.5 3.5 0 000-4.95.75.75 0 010-1.06zM7.525 6.465a.75.75 0 010 1.06 3.5 3.5 0 000 4.95.75.75 0 01-1.06 1.06 5 5 0 010-7.07.75.75 0 011.06 0zM11 10a1 1 0 11-2 0 1 1 0 012 0z\"/></svg>'\n    );\n\n    heroicons_mini.set(\n        \"ticket\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 20 20\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M13 3v1.27a.75.75 0 001.5 0V3h2.25A2.25 2.25 0 0119 5.25v2.628a.75.75 0 01-.5.707 1.5 1.5 0 000 2.83c.3.106.5.39.5.707v2.628A2.25 2.25 0 0116.75 17H14.5v-1.27a.75.75 0 00-1.5 0V17H3.25A2.25 2.25 0 011 14.75v-2.628c0-.318.2-.601.5-.707a1.5 1.5 0 000-2.83.75.75 0 01-.5-.707V5.25A2.25 2.25 0 013.25 3H13zm1.5 4.396a.75.75 0 00-1.5 0v1.042a.75.75 0 001.5 0V7.396zm0 4.167a.75.75 0 00-1.5 0v1.041a.75.75 0 001.5 0v-1.041zM6 10.75a.75.75 0 01.75-.75h3.5a.75.75 0 010 1.5h-3.5a.75.75 0 01-.75-.75zm0 2.5a.75.75 0 01.75-.75h1.5a.75.75 0 010 1.5h-1.5a.75.75 0 01-.75-.75z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_mini.set(\n        \"battery-50\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 20 20\" fill=\"currentColor\" aria-hidden=\"true\">  <path d=\"M4.75 8a.75.75 0 00-.75.75v2.5c0 .414.336.75.75.75H9.5a.75.75 0 00.75-.75v-2.5A.75.75 0 009.5 8H4.75z\"/>  <path fill-rule=\"evenodd\" d=\"M3.25 5A2.25 2.25 0 001 7.25v5.5A2.25 2.25 0 003.25 15h12.5A2.25 2.25 0 0018 12.75v-1.085a1.5 1.5 0 001-1.415v-.5a1.5 1.5 0 00-1-1.415V7.25A2.25 2.25 0 0015.75 5H3.25zM2.5 7.25a.75.75 0 01.75-.75h12.5a.75.75 0 01.75.75v5.5a.75.75 0 01-.75.75H3.25a.75.75 0 01-.75-.75v-5.5z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_mini.set(\n        \"clipboard\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 20 20\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M13.887 3.182c.396.037.79.08 1.183.128C16.194 3.45 17 4.414 17 5.517V16.75A2.25 2.25 0 0114.75 19h-9.5A2.25 2.25 0 013 16.75V5.517c0-1.103.806-2.068 1.93-2.207.393-.048.787-.09 1.183-.128A3.001 3.001 0 019 1h2c1.373 0 2.531.923 2.887 2.182zM7.5 4A1.5 1.5 0 019 2.5h2A1.5 1.5 0 0112.5 4v.5h-5V4z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_mini.set(\n        \"shield-exclamation\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 20 20\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M10.339 2.237a.532.532 0 00-.678 0 11.947 11.947 0 01-7.078 2.75.5.5 0 00-.479.425A12.11 12.11 0 002 7c0 5.163 3.26 9.564 7.834 11.257a.48.48 0 00.332 0C14.74 16.564 18 12.163 18 7.001c0-.54-.035-1.07-.104-1.59a.5.5 0 00-.48-.425 11.947 11.947 0 01-7.077-2.75zM10 6a.75.75 0 01.75.75v3.5a.75.75 0 01-1.5 0v-3.5A.75.75 0 0110 6zm0 9a1 1 0 100-2 1 1 0 000 2z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_mini.set(\n        \"qr-code\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 20 20\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M3.75 2A1.75 1.75 0 002 3.75v3.5C2 8.216 2.784 9 3.75 9h3.5A1.75 1.75 0 009 7.25v-3.5A1.75 1.75 0 007.25 2h-3.5zM3.5 3.75a.25.25 0 01.25-.25h3.5a.25.25 0 01.25.25v3.5a.25.25 0 01-.25.25h-3.5a.25.25 0 01-.25-.25v-3.5zM3.75 11A1.75 1.75 0 002 12.75v3.5c0 .966.784 1.75 1.75 1.75h3.5A1.75 1.75 0 009 16.25v-3.5A1.75 1.75 0 007.25 11h-3.5zm-.25 1.75a.25.25 0 01.25-.25h3.5a.25.25 0 01.25.25v3.5a.25.25 0 01-.25.25h-3.5a.25.25 0 01-.25-.25v-3.5zm7.5-9c0-.966.784-1.75 1.75-1.75h3.5c.966 0 1.75.784 1.75 1.75v3.5A1.75 1.75 0 0116.25 9h-3.5A1.75 1.75 0 0111 7.25v-3.5zm1.75-.25a.25.25 0 00-.25.25v3.5c0 .138.112.25.25.25h3.5a.25.25 0 00.25-.25v-3.5a.25.25 0 00-.25-.25h-3.5zm-7.26 1a1 1 0 00-1 1v.01a1 1 0 001 1h.01a1 1 0 001-1V5.5a1 1 0 00-1-1h-.01zm9 0a1 1 0 00-1 1v.01a1 1 0 001 1h.01a1 1 0 001-1V5.5a1 1 0 00-1-1h-.01zm-9 9a1 1 0 00-1 1v.01a1 1 0 001 1h.01a1 1 0 001-1v-.01a1 1 0 00-1-1h-.01zm9 0a1 1 0 00-1 1v.01a1 1 0 001 1h.01a1 1 0 001-1v-.01a1 1 0 00-1-1h-.01zm-3.5-1.5a1 1 0 011-1H12a1 1 0 011 1v.01a1 1 0 01-1 1h-.01a1 1 0 01-1-1V12zm6-1a1 1 0 00-1 1v.01a1 1 0 001 1H17a1 1 0 001-1V12a1 1 0 00-1-1h-.01zm-1 6a1 1 0 011-1H17a1 1 0 011 1v.01a1 1 0 01-1 1h-.01a1 1 0 01-1-1V17zm-4-1a1 1 0 00-1 1v.01a1 1 0 001 1H12a1 1 0 001-1V17a1 1 0 00-1-1h-.01z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_mini.set(\n        \"arrow-right\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 20 20\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M3 10a.75.75 0 01.75-.75h10.638L10.23 5.29a.75.75 0 111.04-1.08l5.5 5.25a.75.75 0 010 1.08l-5.5 5.25a.75.75 0 11-1.04-1.08l4.158-3.96H3.75A.75.75 0 013 10z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_mini.set(\n        \"globe-europe-africa\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 20 20\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M18 10a8 8 0 11-16 0 8 8 0 0116 0zm-1.503.204A6.5 6.5 0 117.95 3.83L6.927 5.62a1.453 1.453 0 001.91 2.02l.175-.087a.5.5 0 01.224-.053h.146a.5.5 0 01.447.724l-.028.055a.4.4 0 01-.357.221h-.502a2.26 2.26 0 00-1.88 1.006l-.044.066a2.099 2.099 0 001.085 3.156.58.58 0 01.397.547v1.05a1.175 1.175 0 002.093.734l1.611-2.014c.192-.24.296-.536.296-.842 0-.316.128-.624.353-.85a1.363 1.363 0 00.173-1.716l-.464-.696a.369.369 0 01.527-.499l.343.257c.316.237.738.275 1.091.098a.586.586 0 01.677.11l1.297 1.297z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_mini.set(\n        \"bars-3-bottom-left\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 20 20\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M2 4.75A.75.75 0 012.75 4h14.5a.75.75 0 010 1.5H2.75A.75.75 0 012 4.75zm0 10.5a.75.75 0 01.75-.75h7.5a.75.75 0 010 1.5h-7.5a.75.75 0 01-.75-.75zM2 10a.75.75 0 01.75-.75h14.5a.75.75 0 010 1.5H2.75A.75.75 0 012 10z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_mini.set(\n        \"pause-circle\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 20 20\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M2 10a8 8 0 1116 0 8 8 0 01-16 0zm5-2.25A.75.75 0 017.75 7h.5a.75.75 0 01.75.75v4.5a.75.75 0 01-.75.75h-.5a.75.75 0 01-.75-.75v-4.5zm4 0a.75.75 0 01.75-.75h.5a.75.75 0 01.75.75v4.5a.75.75 0 01-.75.75h-.5a.75.75 0 01-.75-.75v-4.5z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_mini.set(\n        \"wifi\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 20 20\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M.676 6.941A12.964 12.964 0 0110 3c3.657 0 6.963 1.511 9.324 3.941a.75.75 0 01-.008 1.053l-.353.354a.75.75 0 01-1.069-.008C15.894 6.28 13.097 5 10 5 6.903 5 4.106 6.28 2.106 8.34a.75.75 0 01-1.069.008l-.353-.354a.75.75 0 01-.008-1.053zm2.825 2.833A8.976 8.976 0 0110 7a8.976 8.976 0 016.499 2.774.75.75 0 01-.011 1.049l-.354.354a.75.75 0 01-1.072-.012A6.978 6.978 0 0010 9c-1.99 0-3.786.83-5.061 2.165a.75.75 0 01-1.073.012l-.354-.354a.75.75 0 01-.01-1.05zm2.82 2.84A4.989 4.989 0 0110 11c1.456 0 2.767.623 3.68 1.614a.75.75 0 01-.022 1.039l-.354.354a.75.75 0 01-1.085-.026A2.99 2.99 0 0010 13c-.88 0-1.67.377-2.22.981a.75.75 0 01-1.084.026l-.354-.354a.75.75 0 01-.021-1.039zm2.795 2.752a1.248 1.248 0 011.768 0 .75.75 0 010 1.06l-.354.354a.75.75 0 01-1.06 0l-.354-.353a.75.75 0 010-1.06z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_mini.set(\n        \"moon\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 20 20\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M7.455 2.004a.75.75 0 01.26.77 7 7 0 009.958 7.967.75.75 0 011.067.853A8.5 8.5 0 116.647 1.921a.75.75 0 01.808.083z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_mini.set(\n        \"arrow-right-circle\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 20 20\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M10 18a8 8 0 100-16 8 8 0 000 16zM6.75 9.25a.75.75 0 000 1.5h4.59l-2.1 1.95a.75.75 0 001.02 1.1l3.5-3.25a.75.75 0 000-1.1l-3.5-3.25a.75.75 0 10-1.02 1.1l2.1 1.95H6.75z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_mini.set(\n        \"cursor-arrow-rays\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 20 20\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M10 1a.75.75 0 01.75.75v1.5a.75.75 0 01-1.5 0v-1.5A.75.75 0 0110 1zM5.05 3.05a.75.75 0 011.06 0l1.062 1.06A.75.75 0 116.11 5.173L5.05 4.11a.75.75 0 010-1.06zm9.9 0a.75.75 0 010 1.06l-1.06 1.062a.75.75 0 01-1.062-1.061l1.061-1.06a.75.75 0 011.06 0zM3 8a.75.75 0 01.75-.75h1.5a.75.75 0 010 1.5h-1.5A.75.75 0 013 8zm11 0a.75.75 0 01.75-.75h1.5a.75.75 0 010 1.5h-1.5A.75.75 0 0114 8zm-6.828 2.828a.75.75 0 010 1.061L6.11 12.95a.75.75 0 01-1.06-1.06l1.06-1.06a.75.75 0 011.06 0zm3.594-3.317a.75.75 0 00-1.37.364l-.492 6.861a.75.75 0 001.204.65l1.043-.799.985 3.678a.75.75 0 001.45-.388l-.978-3.646 1.292.204a.75.75 0 00.74-1.16l-3.874-5.764z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_mini.set(\n        \"user\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 20 20\" fill=\"currentColor\" aria-hidden=\"true\">  <path d=\"M10 8a3 3 0 100-6 3 3 0 000 6zM3.465 14.493a1.23 1.23 0 00.41 1.412A9.957 9.957 0 0010 18c2.31 0 4.438-.784 6.131-2.1.43-.333.604-.903.408-1.41a7.002 7.002 0 00-13.074.003z\"/></svg>'\n    );\n\n    heroicons_mini.set(\n        \"sparkles\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 20 20\" fill=\"currentColor\" aria-hidden=\"true\">  <path d=\"M15.98 1.804a1 1 0 00-1.96 0l-.24 1.192a1 1 0 01-.784.785l-1.192.238a1 1 0 000 1.962l1.192.238a1 1 0 01.785.785l.238 1.192a1 1 0 001.962 0l.238-1.192a1 1 0 01.785-.785l1.192-.238a1 1 0 000-1.962l-1.192-.238a1 1 0 01-.785-.785l-.238-1.192zM6.949 5.684a1 1 0 00-1.898 0l-.683 2.051a1 1 0 01-.633.633l-2.051.683a1 1 0 000 1.898l2.051.684a1 1 0 01.633.632l.683 2.051a1 1 0 001.898 0l.683-2.051a1 1 0 01.633-.633l2.051-.683a1 1 0 000-1.898l-2.051-.683a1 1 0 01-.633-.633L6.95 5.684zM13.949 13.684a1 1 0 00-1.898 0l-.184.551a1 1 0 01-.632.633l-.551.183a1 1 0 000 1.898l.551.183a1 1 0 01.633.633l.183.551a1 1 0 001.898 0l.184-.551a1 1 0 01.632-.633l.551-.183a1 1 0 000-1.898l-.551-.184a1 1 0 01-.633-.632l-.183-.551z\"/></svg>'\n    );\n\n    heroicons_mini.set(\n        \"banknotes\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 20 20\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M1 4a1 1 0 011-1h16a1 1 0 011 1v8a1 1 0 01-1 1H2a1 1 0 01-1-1V4zm12 4a3 3 0 11-6 0 3 3 0 016 0zM4 9a1 1 0 100-2 1 1 0 000 2zm13-1a1 1 0 11-2 0 1 1 0 012 0zM1.75 14.5a.75.75 0 000 1.5c4.417 0 8.693.603 12.749 1.73 1.111.309 2.251-.512 2.251-1.696v-.784a.75.75 0 00-1.5 0v.784a.272.272 0 01-.35.25A49.043 49.043 0 001.75 14.5z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_mini.set(\n        \"folder-plus\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 20 20\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M3.75 3A1.75 1.75 0 002 4.75v10.5c0 .966.784 1.75 1.75 1.75h12.5A1.75 1.75 0 0018 15.25v-8.5A1.75 1.75 0 0016.25 5h-4.836a.25.25 0 01-.177-.073L9.823 3.513A1.75 1.75 0 008.586 3H3.75zM10 8a.75.75 0 01.75.75v1.5h1.5a.75.75 0 010 1.5h-1.5v1.5a.75.75 0 01-1.5 0v-1.5h-1.5a.75.75 0 010-1.5h1.5v-1.5A.75.75 0 0110 8z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_mini.set(\n        \"magnifying-glass-plus\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 20 20\" fill=\"currentColor\" aria-hidden=\"true\">  <path d=\"M9 6a.75.75 0 01.75.75v1.5h1.5a.75.75 0 010 1.5h-1.5v1.5a.75.75 0 01-1.5 0v-1.5h-1.5a.75.75 0 010-1.5h1.5v-1.5A.75.75 0 019 6z\"/>  <path fill-rule=\"evenodd\" d=\"M2 9a7 7 0 1112.452 4.391l3.328 3.329a.75.75 0 11-1.06 1.06l-3.329-3.328A7 7 0 012 9zm7-5.5a5.5 5.5 0 100 11 5.5 5.5 0 000-11z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_mini.set(\n        \"shopping-cart\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 20 20\" fill=\"currentColor\" aria-hidden=\"true\">  <path d=\"M1 1.75A.75.75 0 011.75 1h1.628a1.75 1.75 0 011.734 1.51L5.18 3a65.25 65.25 0 0113.36 1.412.75.75 0 01.58.875 48.645 48.645 0 01-1.618 6.2.75.75 0 01-.712.513H6a2.503 2.503 0 00-2.292 1.5H17.25a.75.75 0 010 1.5H2.76a.75.75 0 01-.748-.807 4.002 4.002 0 012.716-3.486L3.626 2.716a.25.25 0 00-.248-.216H1.75A.75.75 0 011 1.75zM6 17.5a1.5 1.5 0 11-3 0 1.5 1.5 0 013 0zM15.5 19a1.5 1.5 0 100-3 1.5 1.5 0 000 3z\"/></svg>'\n    );\n\n    heroicons_mini.set(\n        \"arrow-down-right\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 20 20\" fill=\"currentColor\" aria-hidden=\"true\">  <path d=\"M6.28 5.22a.75.75 0 00-1.06 1.06l7.22 7.22H6.75a.75.75 0 000 1.5h7.5a.747.747 0 00.75-.75v-7.5a.75.75 0 00-1.5 0v5.69L6.28 5.22z\"/></svg>'\n    );\n\n    heroicons_mini.set(\n        \"light-bulb\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 20 20\" fill=\"currentColor\" aria-hidden=\"true\">  <path d=\"M10 1a6 6 0 00-3.815 10.631C7.237 12.5 8 13.443 8 14.456v.644a.75.75 0 00.572.729 6.016 6.016 0 002.856 0A.75.75 0 0012 15.1v-.644c0-1.013.762-1.957 1.815-2.825A6 6 0 0010 1zM8.863 17.414a.75.75 0 00-.226 1.483 9.066 9.066 0 002.726 0 .75.75 0 00-.226-1.483 7.553 7.553 0 01-2.274 0z\"/></svg>'\n    );\n\n    heroicons_mini.set(\n        \"arrow-top-right-on-square\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 20 20\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M4.25 5.5a.75.75 0 00-.75.75v8.5c0 .414.336.75.75.75h8.5a.75.75 0 00.75-.75v-4a.75.75 0 011.5 0v4A2.25 2.25 0 0112.75 17h-8.5A2.25 2.25 0 012 14.75v-8.5A2.25 2.25 0 014.25 4h5a.75.75 0 010 1.5h-5z\" clip-rule=\"evenodd\"/>  <path fill-rule=\"evenodd\" d=\"M6.194 12.753a.75.75 0 001.06.053L16.5 4.44v2.81a.75.75 0 001.5 0v-4.5a.75.75 0 00-.75-.75h-4.5a.75.75 0 000 1.5h2.553l-9.056 8.194a.75.75 0 00-.053 1.06z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_mini.set(\n        \"film\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 20 20\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M1 4.75C1 3.784 1.784 3 2.75 3h14.5c.966 0 1.75.784 1.75 1.75v10.515a1.75 1.75 0 01-1.75 1.75h-1.5c-.078 0-.155-.005-.23-.015H4.48c-.075.01-.152.015-.23.015h-1.5A1.75 1.75 0 011 15.265V4.75zm16.5 7.385V11.01a.25.25 0 00-.25-.25h-1.5a.25.25 0 00-.25.25v1.125c0 .138.112.25.25.25h1.5a.25.25 0 00.25-.25zm0 2.005a.25.25 0 00-.25-.25h-1.5a.25.25 0 00-.25.25v1.125c0 .108.069.2.165.235h1.585a.25.25 0 00.25-.25v-1.11zm-15 1.11v-1.11a.25.25 0 01.25-.25h1.5a.25.25 0 01.25.25v1.125a.25.25 0 01-.164.235H2.75a.25.25 0 01-.25-.25zm2-4.24v1.125a.25.25 0 01-.25.25h-1.5a.25.25 0 01-.25-.25V11.01a.25.25 0 01.25-.25h1.5a.25.25 0 01.25.25zm13-2.005V7.88a.25.25 0 00-.25-.25h-1.5a.25.25 0 00-.25.25v1.125c0 .138.112.25.25.25h1.5a.25.25 0 00.25-.25zM4.25 7.63a.25.25 0 01.25.25v1.125a.25.25 0 01-.25.25h-1.5a.25.25 0 01-.25-.25V7.88a.25.25 0 01.25-.25h1.5zm0-3.13a.25.25 0 01.25.25v1.125a.25.25 0 01-.25.25h-1.5a.25.25 0 01-.25-.25V4.75a.25.25 0 01.25-.25h1.5zm11.5 1.625a.25.25 0 01-.25-.25V4.75a.25.25 0 01.25-.25h1.5a.25.25 0 01.25.25v1.125a.25.25 0 01-.25.25h-1.5zm-9 3.125a.75.75 0 000 1.5h6.5a.75.75 0 000-1.5h-6.5z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_mini.set(\n        \"cloud-arrow-up\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 20 20\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M5.5 17a4.5 4.5 0 01-1.44-8.765 4.5 4.5 0 018.302-3.046 3.5 3.5 0 014.504 4.272A4 4 0 0115 17H5.5zm3.75-2.75a.75.75 0 001.5 0V9.66l1.95 2.1a.75.75 0 101.1-1.02l-3.25-3.5a.75.75 0 00-1.1 0l-3.25 3.5a.75.75 0 101.1 1.02l1.95-2.1v4.59z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_mini.set(\n        \"folder-minus\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 20 20\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M2 4.75C2 3.784 2.784 3 3.75 3h4.836c.464 0 .909.184 1.237.513l1.414 1.414a.25.25 0 00.177.073h4.836c.966 0 1.75.784 1.75 1.75v8.5A1.75 1.75 0 0116.25 17H3.75A1.75 1.75 0 012 15.25V4.75zm10.25 7a.75.75 0 000-1.5h-4.5a.75.75 0 000 1.5h4.5z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_mini.set(\n        \"identification\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 20 20\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M1 6a3 3 0 013-3h12a3 3 0 013 3v8a3 3 0 01-3 3H4a3 3 0 01-3-3V6zm4 1.5a2 2 0 114 0 2 2 0 01-4 0zm2 3a4 4 0 00-3.665 2.395.75.75 0 00.416 1A8.98 8.98 0 007 14.5a8.98 8.98 0 003.249-.604.75.75 0 00.416-1.001A4.001 4.001 0 007 10.5zm5-3.75a.75.75 0 01.75-.75h2.5a.75.75 0 010 1.5h-2.5a.75.75 0 01-.75-.75zm0 6.5a.75.75 0 01.75-.75h2.5a.75.75 0 010 1.5h-2.5a.75.75 0 01-.75-.75zm.75-4a.75.75 0 000 1.5h2.5a.75.75 0 000-1.5h-2.5z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    const icon = heroicons_mini.get(properties.name ?? properties.icon);\n    let root = instance.canvas.get(0);\n    root.innerHTML = icon;\n\n    root.style.width = `${properties.bubble.width()}px`;\n    root.style.height = `${properties.bubble.height()}px`;\n    root.style.overflow = \"clip\"; \n    root.innerHTML = icon;\n    let svg = root.firstChild;\n    svg.setAttribute(\"fill\", properties.color);\n}"},"initialize":{"fn":"function(instance,context){instance.data.icons=window.heroicons_mini,instance.data.click=event=>{instance.triggerEvent(\"click\"),event.stopPropagation()}}"},"update":{"fn":"function(instance,properties,context){let root=instance.canvas.get(0),svg=root.firstChild,icons=instance.data.icons,icon_name=properties.name||properties.icon;if(!svg||icon_name!==instance.data.current_icon_name){instance.data.current_icon_name=icon_name;let icon=icons.get(icon_name);root.innerHTML=icon,svg=root.firstChild}svg.setAttribute(\"fill\",properties.color);let transition_duration_s=properties.transition_duration?properties.transition_duration/1e3+\"s\":\"0s\";root.style.setProperty(\"--transition-duration\",transition_duration_s);let easing=properties.transition_easing?properties.transition_easing.toLowerCase():\"linear\";easing=easing.replace(\" \",\"-\"),root.style.setProperty(\"--transition-easing\",easing),svg.classList.add(\"mini\"),$(root).off(\"mousedown\"),properties.clickable?(root.style.cursor=\"pointer\",root.addEventListener(\"click\",instance.data.click)):(root.style.cursor=\"inherit\",root.removeEventListener(\"click\",instance.data.click)),properties.tooltip&&root.setAttribute(\"title\",properties.tooltip)}"},"reset":{"fn":"function(instance,context){}"}},"platform_type":"web"},"ABG":{"display":"Spinner Icon","property_applications":{"resizable":true,"Background":false,"Border":false,"Padding":false,"BoxShadow":false},"add_hover_pressed":true,"add_is_visible":true,"add_large_file_upload_properties":false,"fields":{"AAz":{"caption":"Color","name":"color","rank":3,"editor":"Color","default_val":"rgba(51, 51, 51, 1)","in_style":true},"ABA":{"caption":"Icon","name":"icon","rank":1,"editor":"Dropdown","in_style":false,"default_val":"spinner"},"ABE":{"caption":"🦸‍♀️ Spinner","name":"info_content","rank":0,"editor":"Label"},"ABF":{"caption":"🍭 Styling","name":"info_styling","rank":2,"editor":"Label"}},"code":{"preview":{"fn":"function(instance, properties) {\n    let heroicons_solid = new Map();\n\n    heroicons_solid.set(\n        \"arrow-small-down\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M12 3.75a.75.75 0 01.75.75v13.19l5.47-5.47a.75.75 0 111.06 1.06l-6.75 6.75a.75.75 0 01-1.06 0l-6.75-6.75a.75.75 0 111.06-1.06l5.47 5.47V4.5a.75.75 0 01.75-.75z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"bug-ant\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M8.478 1.6a.75.75 0 01.273 1.025 3.72 3.72 0 00-.425 1.122c.058.057.118.114.18.168A4.491 4.491 0 0112 2.25c1.413 0 2.673.651 3.497 1.668.06-.054.12-.11.178-.167a3.717 3.717 0 00-.426-1.126.75.75 0 111.298-.75 5.22 5.22 0 01.671 2.045.75.75 0 01-.187.582c-.241.27-.505.52-.787.749a4.495 4.495 0 01.216 2.1c-.106.792-.753 1.295-1.417 1.403-.182.03-.364.057-.547.081.152.227.273.476.359.741a23.122 23.122 0 003.832-.802 23.241 23.241 0 00-.345-2.634.75.75 0 011.474-.28c.21 1.115.348 2.256.404 3.418a.75.75 0 01-.516.749c-1.527.5-3.119.855-4.76 1.05-.074.38-.22.735-.423 1.05a24.61 24.61 0 015.943 1.358.75.75 0 01.492.75 24.665 24.665 0 01-1.189 6.25.75.75 0 01-1.425-.47 23.141 23.141 0 001.077-5.307c-.5-.168-1.009-.32-1.524-.454.068.234.104.484.104.746 0 3.956-2.521 7.5-6 7.5-3.478 0-6-3.544-6-7.5 0-.262.037-.511.104-.746-.514.134-1.022.286-1.522.454a23.14 23.14 0 001.077 5.308.75.75 0 01-1.425.468 24.663 24.663 0 01-1.19-6.25.75.75 0 01.493-.749 24.593 24.593 0 014.964-1.24h.01c.321-.046.644-.085.969-.118a2.982 2.982 0 01-.424-1.05 24.614 24.614 0 01-4.76-1.05.75.75 0 01-.516-.75c.057-1.161.194-2.302.405-3.417a.75.75 0 011.474.28c-.164.862-.28 1.74-.345 2.634 1.237.37 2.517.641 3.832.802.085-.265.207-.514.359-.74a18.732 18.732 0 01-.547-.082c-.664-.108-1.311-.611-1.417-1.403a4.535 4.535 0 01.217-2.103 6.788 6.788 0 01-.788-.751.75.75 0 01-.187-.583 5.22 5.22 0 01.67-2.04.75.75 0 011.026-.273z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"language\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M9 2.25a.75.75 0 01.75.75v1.506a49.38 49.38 0 015.343.371.75.75 0 11-.186 1.489c-.66-.083-1.323-.151-1.99-.206a18.67 18.67 0 01-2.969 6.323c.317.384.65.753.998 1.107a.75.75 0 11-1.07 1.052A18.902 18.902 0 019 13.687a18.823 18.823 0 01-5.656 4.482.75.75 0 11-.688-1.333 17.323 17.323 0 005.396-4.353A18.72 18.72 0 015.89 8.598a.75.75 0 011.388-.568A17.21 17.21 0 009 11.224a17.17 17.17 0 002.391-5.165 48.038 48.038 0 00-8.298.307.75.75 0 01-.186-1.489 49.159 49.159 0 015.343-.371V3A.75.75 0 019 2.25zM15.75 9a.75.75 0 01.68.433l5.25 11.25a.75.75 0 01-1.36.634l-1.198-2.567h-6.744l-1.198 2.567a.75.75 0 01-1.36-.634l5.25-11.25A.75.75 0 0115.75 9zm-2.672 8.25h5.344l-2.672-5.726-2.672 5.726z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"inbox\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M6.912 3a3 3 0 00-2.868 2.118l-2.411 7.838a3 3 0 00-.133.882V18a3 3 0 003 3h15a3 3 0 003-3v-4.162c0-.299-.045-.596-.133-.882l-2.412-7.838A3 3 0 0017.088 3H6.912zm13.823 9.75l-2.213-7.191A1.5 1.5 0 0017.088 4.5H6.912a1.5 1.5 0 00-1.434 1.059L3.265 12.75H6.11a3 3 0 012.684 1.658l.256.513a1.5 1.5 0 001.342.829h3.218a1.5 1.5 0 001.342-.83l.256-.512a3 3 0 012.684-1.658h2.844z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"shield-check\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M12.516 2.17a.75.75 0 00-1.032 0 11.209 11.209 0 01-7.877 3.08.75.75 0 00-.722.515A12.74 12.74 0 002.25 9.75c0 5.942 4.064 10.933 9.563 12.348a.749.749 0 00.374 0c5.499-1.415 9.563-6.406 9.563-12.348 0-1.39-.223-2.73-.635-3.985a.75.75 0 00-.722-.516l-.143.001c-2.996 0-5.717-1.17-7.734-3.08zm3.094 8.016a.75.75 0 10-1.22-.872l-3.236 4.53L9.53 12.22a.75.75 0 00-1.06 1.06l2.25 2.25a.75.75 0 001.14-.094l3.75-5.25z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"paint-brush\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M20.599 1.5c-.376 0-.743.111-1.055.32l-5.08 3.385a18.747 18.747 0 00-3.471 2.987 10.04 10.04 0 014.815 4.815 18.748 18.748 0 002.987-3.472l3.386-5.079A1.902 1.902 0 0020.599 1.5zm-8.3 14.025a18.76 18.76 0 001.896-1.207 8.026 8.026 0 00-4.513-4.513A18.75 18.75 0 008.475 11.7l-.278.5a5.26 5.26 0 013.601 3.602l.502-.278zM6.75 13.5A3.75 3.75 0 003 17.25a1.5 1.5 0 01-1.601 1.497.75.75 0 00-.7 1.123 5.25 5.25 0 009.8-2.62 3.75 3.75 0 00-3.75-3.75z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"play-circle\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M2.25 12c0-5.385 4.365-9.75 9.75-9.75s9.75 4.365 9.75 9.75-4.365 9.75-9.75 9.75S2.25 17.385 2.25 12zm14.024-.983a1.125 1.125 0 010 1.966l-5.603 3.113A1.125 1.125 0 019 15.113V8.887c0-.857.921-1.4 1.671-.983l5.603 3.113z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"eye-dropper\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M16.098 2.598a3.75 3.75 0 113.622 6.275l-1.72.46V12a.75.75 0 01-.22.53l-.75.75a.75.75 0 01-1.06 0l-.97-.97-7.94 7.94a2.56 2.56 0 01-1.81.75 1.06 1.06 0 00-.75.31l-.97.97a.75.75 0 01-1.06 0l-.75-.75a.75.75 0 010-1.06l.97-.97a1.06 1.06 0 00.31-.75c0-.68.27-1.33.75-1.81L11.69 9l-.97-.97a.75.75 0 010-1.06l.75-.75A.75.75 0 0112 6h2.666l.461-1.72c.165-.617.49-1.2.971-1.682zm-3.348 7.463L4.81 18a1.06 1.06 0 00-.31.75c0 .318-.06.63-.172.922a2.56 2.56 0 01.922-.172c.281 0 .551-.112.75-.31l7.94-7.94-1.19-1.19z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"phone-arrow-up-right\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M15 3.75a.75.75 0 01.75-.75h4.5a.75.75 0 01.75.75v4.5a.75.75 0 01-1.5 0V5.56l-4.72 4.72a.75.75 0 11-1.06-1.06l4.72-4.72h-2.69a.75.75 0 01-.75-.75z\" clip-rule=\"evenodd\"/>  <path fill-rule=\"evenodd\" d=\"M1.5 4.5a3 3 0 013-3h1.372c.86 0 1.61.586 1.819 1.42l1.105 4.423a1.875 1.875 0 01-.694 1.955l-1.293.97c-.135.101-.164.249-.126.352a11.285 11.285 0 006.697 6.697c.103.038.25.009.352-.126l.97-1.293a1.875 1.875 0 011.955-.694l4.423 1.105c.834.209 1.42.959 1.42 1.82V19.5a3 3 0 01-3 3h-2.25C8.552 22.5 1.5 15.448 1.5 6.75V4.5z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"circle-stack\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path d=\"M21 6.375c0 2.692-4.03 4.875-9 4.875S3 9.067 3 6.375 7.03 1.5 12 1.5s9 2.183 9 4.875z\"/>  <path d=\"M12 12.75c2.685 0 5.19-.586 7.078-1.609a8.283 8.283 0 001.897-1.384c.016.121.025.244.025.368C21 12.817 16.97 15 12 15s-9-2.183-9-4.875c0-.124.009-.247.025-.368a8.285 8.285 0 001.897 1.384C6.809 12.164 9.315 12.75 12 12.75z\"/>  <path d=\"M12 16.5c2.685 0 5.19-.586 7.078-1.609a8.282 8.282 0 001.897-1.384c.016.121.025.244.025.368 0 2.692-4.03 4.875-9 4.875s-9-2.183-9-4.875c0-.124.009-.247.025-.368a8.284 8.284 0 001.897 1.384C6.809 15.914 9.315 16.5 12 16.5z\"/>  <path d=\"M12 20.25c2.685 0 5.19-.586 7.078-1.609a8.282 8.282 0 001.897-1.384c.016.121.025.244.025.368 0 2.692-4.03 4.875-9 4.875s-9-2.183-9-4.875c0-.124.009-.247.025-.368a8.284 8.284 0 001.897 1.384C6.809 19.664 9.315 20.25 12 20.25z\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"forward\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path d=\"M5.055 7.06c-1.25-.714-2.805.189-2.805 1.628v8.123c0 1.44 1.555 2.342 2.805 1.628L12 14.471v2.34c0 1.44 1.555 2.342 2.805 1.628l7.108-4.061c1.26-.72 1.26-2.536 0-3.256L14.805 7.06C13.555 6.346 12 7.25 12 8.688v2.34L5.055 7.06z\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"chat-bubble-oval-left-ellipsis\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M4.804 21.644A6.707 6.707 0 006 21.75a6.721 6.721 0 003.583-1.029c.774.182 1.584.279 2.417.279 5.322 0 9.75-3.97 9.75-9 0-5.03-4.428-9-9.75-9s-9.75 3.97-9.75 9c0 2.409 1.025 4.587 2.674 6.192.232.226.277.428.254.543a3.73 3.73 0 01-.814 1.686.75.75 0 00.44 1.223zM8.25 10.875a1.125 1.125 0 100 2.25 1.125 1.125 0 000-2.25zM10.875 12a1.125 1.125 0 112.25 0 1.125 1.125 0 01-2.25 0zm4.875-1.125a1.125 1.125 0 100 2.25 1.125 1.125 0 000-2.25z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"no-symbol\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M6.72 5.66l11.62 11.62A8.25 8.25 0 006.72 5.66zm10.56 12.68L5.66 6.72a8.25 8.25 0 0011.62 11.62zM5.105 5.106c3.807-3.808 9.98-3.808 13.788 0 3.808 3.807 3.808 9.98 0 13.788-3.807 3.808-9.98 3.808-13.788 0-3.808-3.807-3.808-9.98 0-13.788z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"stop-circle\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M2.25 12c0-5.385 4.365-9.75 9.75-9.75s9.75 4.365 9.75 9.75-4.365 9.75-9.75 9.75S2.25 17.385 2.25 12zm6-2.438c0-.724.588-1.312 1.313-1.312h4.874c.725 0 1.313.588 1.313 1.313v4.874c0 .725-.588 1.313-1.313 1.313H9.564a1.312 1.312 0 01-1.313-1.313V9.564z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"server-stack\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path d=\"M5.507 4.048A3 3 0 017.785 3h8.43a3 3 0 012.278 1.048l1.722 2.008A4.533 4.533 0 0019.5 6h-15c-.243 0-.482.02-.715.056l1.722-2.008z\"/>  <path fill-rule=\"evenodd\" d=\"M1.5 10.5a3 3 0 013-3h15a3 3 0 110 6h-15a3 3 0 01-3-3zm15 0a.75.75 0 11-1.5 0 .75.75 0 011.5 0zm2.25.75a.75.75 0 100-1.5.75.75 0 000 1.5zM4.5 15a3 3 0 100 6h15a3 3 0 100-6h-15zm11.25 3.75a.75.75 0 100-1.5.75.75 0 000 1.5zM19.5 18a.75.75 0 11-1.5 0 .75.75 0 011.5 0z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"magnifying-glass-circle\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path d=\"M8.25 10.875a2.625 2.625 0 115.25 0 2.625 2.625 0 01-5.25 0z\"/>  <path fill-rule=\"evenodd\" d=\"M12 2.25c-5.385 0-9.75 4.365-9.75 9.75s4.365 9.75 9.75 9.75 9.75-4.365 9.75-9.75S17.385 2.25 12 2.25zm-1.125 4.5a4.125 4.125 0 102.338 7.524l2.007 2.006a.75.75 0 101.06-1.06l-2.006-2.007a4.125 4.125 0 00-3.399-6.463z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"arrow-down-left\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M20.03 3.97a.75.75 0 010 1.06L6.31 18.75h9.44a.75.75 0 010 1.5H4.5a.75.75 0 01-.75-.75V8.25a.75.75 0 011.5 0v9.44L18.97 3.97a.75.75 0 011.06 0z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"currency-pound\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M12 2.25c-5.385 0-9.75 4.365-9.75 9.75s4.365 9.75 9.75 9.75 9.75-4.365 9.75-9.75S17.385 2.25 12 2.25zM9.763 9.51a2.25 2.25 0 013.828-1.351.75.75 0 001.06-1.06 3.75 3.75 0 00-6.38 2.252c-.033.307 0 .595.032.822l.154 1.077H8.25a.75.75 0 000 1.5h.421l.138.964a3.75 3.75 0 01-.358 2.208l-.122.242a.75.75 0 00.908 1.047l1.539-.512a1.5 1.5 0 01.948 0l.655.218a3 3 0 002.29-.163l.666-.333a.75.75 0 10-.67-1.342l-.667.333a1.5 1.5 0 01-1.145.082l-.654-.218a3 3 0 00-1.898 0l-.06.02a5.25 5.25 0 00.053-1.794l-.108-.752H12a.75.75 0 000-1.5H9.972l-.184-1.29a1.863 1.863 0 01-.025-.45z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"bars-arrow-up\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M2.25 4.5A.75.75 0 013 3.75h14.25a.75.75 0 010 1.5H3a.75.75 0 01-.75-.75zm14.47 3.97a.75.75 0 011.06 0l3.75 3.75a.75.75 0 11-1.06 1.06L18 10.81V21a.75.75 0 01-1.5 0V10.81l-2.47 2.47a.75.75 0 11-1.06-1.06l3.75-3.75zM2.25 9A.75.75 0 013 8.25h9.75a.75.75 0 010 1.5H3A.75.75 0 012.25 9zm0 4.5a.75.75 0 01.75-.75h5.25a.75.75 0 010 1.5H3a.75.75 0 01-.75-.75z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"chevron-down\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M12.53 16.28a.75.75 0 01-1.06 0l-7.5-7.5a.75.75 0 011.06-1.06L12 14.69l6.97-6.97a.75.75 0 111.06 1.06l-7.5 7.5z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"calendar\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M6.75 2.25A.75.75 0 017.5 3v1.5h9V3A.75.75 0 0118 3v1.5h.75a3 3 0 013 3v11.25a3 3 0 01-3 3H5.25a3 3 0 01-3-3V7.5a3 3 0 013-3H6V3a.75.75 0 01.75-.75zm13.5 9a1.5 1.5 0 00-1.5-1.5H5.25a1.5 1.5 0 00-1.5 1.5v7.5a1.5 1.5 0 001.5 1.5h13.5a1.5 1.5 0 001.5-1.5v-7.5z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"clipboard-document-list\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M7.502 6h7.128A3.375 3.375 0 0118 9.375v9.375a3 3 0 003-3V6.108c0-1.505-1.125-2.811-2.664-2.94a48.972 48.972 0 00-.673-.05A3 3 0 0015 1.5h-1.5a3 3 0 00-2.663 1.618c-.225.015-.45.032-.673.05C8.662 3.295 7.554 4.542 7.502 6zM13.5 3A1.5 1.5 0 0012 4.5h4.5A1.5 1.5 0 0015 3h-1.5z\" clip-rule=\"evenodd\"/>  <path fill-rule=\"evenodd\" d=\"M3 9.375C3 8.339 3.84 7.5 4.875 7.5h9.75c1.036 0 1.875.84 1.875 1.875v11.25c0 1.035-.84 1.875-1.875 1.875h-9.75A1.875 1.875 0 013 20.625V9.375zM6 12a.75.75 0 01.75-.75h.008a.75.75 0 01.75.75v.008a.75.75 0 01-.75.75H6.75a.75.75 0 01-.75-.75V12zm2.25 0a.75.75 0 01.75-.75h3.75a.75.75 0 010 1.5H9a.75.75 0 01-.75-.75zM6 15a.75.75 0 01.75-.75h.008a.75.75 0 01.75.75v.008a.75.75 0 01-.75.75H6.75a.75.75 0 01-.75-.75V15zm2.25 0a.75.75 0 01.75-.75h3.75a.75.75 0 010 1.5H9a.75.75 0 01-.75-.75zM6 18a.75.75 0 01.75-.75h.008a.75.75 0 01.75.75v.008a.75.75 0 01-.75.75H6.75a.75.75 0 01-.75-.75V18zm2.25 0a.75.75 0 01.75-.75h3.75a.75.75 0 010 1.5H9a.75.75 0 01-.75-.75z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"arrow-up-on-square\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path d=\"M11.47 1.72a.75.75 0 011.06 0l3 3a.75.75 0 01-1.06 1.06l-1.72-1.72V7.5h-1.5V4.06L9.53 5.78a.75.75 0 01-1.06-1.06l3-3zM11.25 7.5V15a.75.75 0 001.5 0V7.5h3.75a3 3 0 013 3v9a3 3 0 01-3 3h-9a3 3 0 01-3-3v-9a3 3 0 013-3h3.75z\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"receipt-refund\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M12 1.5c-1.921 0-3.816.111-5.68.327-1.497.174-2.57 1.46-2.57 2.93V21.75a.75.75 0 001.029.696l3.471-1.388 3.472 1.388a.75.75 0 00.556 0l3.472-1.388 3.471 1.388a.75.75 0 001.029-.696V4.757c0-1.47-1.073-2.756-2.57-2.93A49.255 49.255 0 0012 1.5zm-.97 6.53a.75.75 0 10-1.06-1.06L7.72 9.22a.75.75 0 000 1.06l2.25 2.25a.75.75 0 101.06-1.06l-.97-.97h3.065a1.875 1.875 0 010 3.75H12a.75.75 0 000 1.5h1.125a3.375 3.375 0 100-6.75h-3.064l.97-.97z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"currency-dollar\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path d=\"M10.464 8.746c.227-.18.497-.311.786-.394v2.795a2.252 2.252 0 01-.786-.393c-.394-.313-.546-.681-.546-1.004 0-.323.152-.691.546-1.004zM12.75 15.662v-2.824c.347.085.664.228.921.421.427.32.579.686.579.991 0 .305-.152.671-.579.991a2.534 2.534 0 01-.921.42z\"/>  <path fill-rule=\"evenodd\" d=\"M12 2.25c-5.385 0-9.75 4.365-9.75 9.75s4.365 9.75 9.75 9.75 9.75-4.365 9.75-9.75S17.385 2.25 12 2.25zM12.75 6a.75.75 0 00-1.5 0v.816a3.836 3.836 0 00-1.72.756c-.712.566-1.112 1.35-1.112 2.178 0 .829.4 1.612 1.113 2.178.502.4 1.102.647 1.719.756v2.978a2.536 2.536 0 01-.921-.421l-.879-.66a.75.75 0 00-.9 1.2l.879.66c.533.4 1.169.645 1.821.75V18a.75.75 0 001.5 0v-.81a4.124 4.124 0 001.821-.749c.745-.559 1.179-1.344 1.179-2.191 0-.847-.434-1.632-1.179-2.191a4.122 4.122 0 00-1.821-.75V8.354c.29.082.559.213.786.393l.415.33a.75.75 0 00.933-1.175l-.415-.33a3.836 3.836 0 00-1.719-.755V6z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"arrow-up-right\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M8.25 3.75H19.5a.75.75 0 01.75.75v11.25a.75.75 0 01-1.5 0V6.31L5.03 20.03a.75.75 0 01-1.06-1.06L17.69 5.25H8.25a.75.75 0 010-1.5z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"arrow-path-rounded-square\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M12 5.25c1.213 0 2.415.046 3.605.135a3.256 3.256 0 013.01 3.01c.044.583.077 1.17.1 1.759L17.03 8.47a.75.75 0 10-1.06 1.06l3 3a.75.75 0 001.06 0l3-3a.75.75 0 00-1.06-1.06l-1.752 1.751c-.023-.65-.06-1.296-.108-1.939a4.756 4.756 0 00-4.392-4.392 49.422 49.422 0 00-7.436 0A4.756 4.756 0 003.89 8.282c-.017.224-.033.447-.046.672a.75.75 0 101.497.092c.013-.217.028-.434.044-.651a3.256 3.256 0 013.01-3.01c1.19-.09 2.392-.135 3.605-.135zm-6.97 6.22a.75.75 0 00-1.06 0l-3 3a.75.75 0 101.06 1.06l1.752-1.751c.023.65.06 1.296.108 1.939a4.756 4.756 0 004.392 4.392 49.413 49.413 0 007.436 0 4.756 4.756 0 004.392-4.392c.017-.223.032-.447.046-.672a.75.75 0 00-1.497-.092c-.013.217-.028.434-.044.651a3.256 3.256 0 01-3.01 3.01 47.953 47.953 0 01-7.21 0 3.256 3.256 0 01-3.01-3.01 47.759 47.759 0 01-.1-1.759L6.97 15.53a.75.75 0 001.06-1.06l-3-3z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"magnifying-glass\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M10.5 3.75a6.75 6.75 0 100 13.5 6.75 6.75 0 000-13.5zM2.25 10.5a8.25 8.25 0 1114.59 5.28l4.69 4.69a.75.75 0 11-1.06 1.06l-4.69-4.69A8.25 8.25 0 012.25 10.5z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"information-circle\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M2.25 12c0-5.385 4.365-9.75 9.75-9.75s9.75 4.365 9.75 9.75-4.365 9.75-9.75 9.75S2.25 17.385 2.25 12zm8.706-1.442c1.146-.573 2.437.463 2.126 1.706l-.709 2.836.042-.02a.75.75 0 01.67 1.34l-.04.022c-1.147.573-2.438-.463-2.127-1.706l.71-2.836-.042.02a.75.75 0 11-.671-1.34l.041-.022zM12 9a.75.75 0 100-1.5.75.75 0 000 1.5z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"swatch\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M2.25 4.125c0-1.036.84-1.875 1.875-1.875h5.25c1.036 0 1.875.84 1.875 1.875V17.25a4.5 4.5 0 11-9 0V4.125zm4.5 14.25a1.125 1.125 0 100-2.25 1.125 1.125 0 000 2.25z\" clip-rule=\"evenodd\"/>  <path d=\"M10.719 21.75h9.156c1.036 0 1.875-.84 1.875-1.875v-5.25c0-1.036-.84-1.875-1.875-1.875h-.14l-8.742 8.743c-.09.089-.18.175-.274.257zM12.738 17.625l6.474-6.474a1.875 1.875 0 000-2.651L15.5 4.787a1.875 1.875 0 00-2.651 0l-.1.099V17.25c0 .126-.003.251-.01.375z\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"cube\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path d=\"M12.378 1.602a.75.75 0 00-.756 0L3 6.632l9 5.25 9-5.25-8.622-5.03zM21.75 7.93l-9 5.25v9l8.628-5.032a.75.75 0 00.372-.648V7.93zM11.25 22.18v-9l-9-5.25v8.57a.75.75 0 00.372.648l8.628 5.033z\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"cube-transparent\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M11.622 1.602a.75.75 0 01.756 0l2.25 1.313a.75.75 0 01-.756 1.295L12 3.118 10.128 4.21a.75.75 0 11-.756-1.295l2.25-1.313zM5.898 5.81a.75.75 0 01-.27 1.025l-1.14.665 1.14.665a.75.75 0 11-.756 1.295L3.75 8.806v.944a.75.75 0 01-1.5 0V7.5a.75.75 0 01.372-.648l2.25-1.312a.75.75 0 011.026.27zm12.204 0a.75.75 0 011.026-.27l2.25 1.312a.75.75 0 01.372.648v2.25a.75.75 0 01-1.5 0v-.944l-1.122.654a.75.75 0 11-.756-1.295l1.14-.665-1.14-.665a.75.75 0 01-.27-1.025zm-9 5.25a.75.75 0 011.026-.27L12 11.882l1.872-1.092a.75.75 0 11.756 1.295l-1.878 1.096V15a.75.75 0 01-1.5 0v-1.82l-1.878-1.095a.75.75 0 01-.27-1.025zM3 13.5a.75.75 0 01.75.75v1.82l1.878 1.095a.75.75 0 11-.756 1.295l-2.25-1.312a.75.75 0 01-.372-.648v-2.25A.75.75 0 013 13.5zm18 0a.75.75 0 01.75.75v2.25a.75.75 0 01-.372.648l-2.25 1.312a.75.75 0 11-.756-1.295l1.878-1.096V14.25a.75.75 0 01.75-.75zm-9 5.25a.75.75 0 01.75.75v.944l1.122-.654a.75.75 0 11.756 1.295l-2.25 1.313a.75.75 0 01-.756 0l-2.25-1.313a.75.75 0 11.756-1.295l1.122.654V19.5a.75.75 0 01.75-.75z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"puzzle-piece\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path d=\"M11.25 5.337c0-.355-.186-.676-.401-.959a1.647 1.647 0 01-.349-1.003c0-1.036 1.007-1.875 2.25-1.875S15 2.34 15 3.375c0 .369-.128.713-.349 1.003-.215.283-.401.604-.401.959 0 .332.278.598.61.578 1.91-.114 3.79-.342 5.632-.676a.75.75 0 01.878.645 49.17 49.17 0 01.376 5.452.657.657 0 01-.66.664c-.354 0-.675-.186-.958-.401a1.647 1.647 0 00-1.003-.349c-1.035 0-1.875 1.007-1.875 2.25s.84 2.25 1.875 2.25c.369 0 .713-.128 1.003-.349.283-.215.604-.401.959-.401.31 0 .557.262.534.571a48.774 48.774 0 01-.595 4.845.75.75 0 01-.61.61c-1.82.317-3.673.533-5.555.642a.58.58 0 01-.611-.581c0-.355.186-.676.401-.959.221-.29.349-.634.349-1.003 0-1.035-1.007-1.875-2.25-1.875s-2.25.84-2.25 1.875c0 .369.128.713.349 1.003.215.283.401.604.401.959a.641.641 0 01-.658.643 49.118 49.118 0 01-4.708-.36.75.75 0 01-.645-.878c.293-1.614.504-3.257.629-4.924A.53.53 0 005.337 15c-.355 0-.676.186-.959.401-.29.221-.634.349-1.003.349-1.036 0-1.875-1.007-1.875-2.25s.84-2.25 1.875-2.25c.369 0 .713.128 1.003.349.283.215.604.401.959.401a.656.656 0 00.659-.663 47.703 47.703 0 00-.31-4.82.75.75 0 01.83-.832c1.343.155 2.703.254 4.077.294a.64.64 0 00.657-.642z\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"flag\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M3 2.25a.75.75 0 01.75.75v.54l1.838-.46a9.75 9.75 0 016.725.738l.108.054a8.25 8.25 0 005.58.652l3.109-.732a.75.75 0 01.917.81 47.784 47.784 0 00.005 10.337.75.75 0 01-.574.812l-3.114.733a9.75 9.75 0 01-6.594-.77l-.108-.054a8.25 8.25 0 00-5.69-.625l-2.202.55V21a.75.75 0 01-1.5 0V3A.75.75 0 013 2.25z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"chart-pie\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M2.25 13.5a8.25 8.25 0 018.25-8.25.75.75 0 01.75.75v6.75H18a.75.75 0 01.75.75 8.25 8.25 0 01-16.5 0z\" clip-rule=\"evenodd\"/>  <path fill-rule=\"evenodd\" d=\"M12.75 3a.75.75 0 01.75-.75 8.25 8.25 0 018.25 8.25.75.75 0 01-.75.75h-7.5a.75.75 0 01-.75-.75V3z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"arrow-long-left\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M7.28 7.72a.75.75 0 010 1.06l-2.47 2.47H21a.75.75 0 010 1.5H4.81l2.47 2.47a.75.75 0 11-1.06 1.06l-3.75-3.75a.75.75 0 010-1.06l3.75-3.75a.75.75 0 011.06 0z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"chat-bubble-bottom-center-text\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M4.848 2.771A49.144 49.144 0 0112 2.25c2.43 0 4.817.178 7.152.52 1.978.292 3.348 2.024 3.348 3.97v6.02c0 1.946-1.37 3.678-3.348 3.97a48.901 48.901 0 01-3.476.383.39.39 0 00-.297.17l-2.755 4.133a.75.75 0 01-1.248 0l-2.755-4.133a.39.39 0 00-.297-.17 48.9 48.9 0 01-3.476-.384c-1.978-.29-3.348-2.024-3.348-3.97V6.741c0-1.946 1.37-3.68 3.348-3.97zM6.75 8.25a.75.75 0 01.75-.75h9a.75.75 0 010 1.5h-9a.75.75 0 01-.75-.75zm.75 2.25a.75.75 0 000 1.5H12a.75.75 0 000-1.5H7.5z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"code-bracket-square\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M3 6a3 3 0 013-3h12a3 3 0 013 3v12a3 3 0 01-3 3H6a3 3 0 01-3-3V6zm14.25 6a.75.75 0 01-.22.53l-2.25 2.25a.75.75 0 11-1.06-1.06L15.44 12l-1.72-1.72a.75.75 0 111.06-1.06l2.25 2.25c.141.14.22.331.22.53zm-10.28-.53a.75.75 0 000 1.06l2.25 2.25a.75.75 0 101.06-1.06L8.56 12l1.72-1.72a.75.75 0 10-1.06-1.06l-2.25 2.25z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"arrow-small-left\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M20.25 12a.75.75 0 01-.75.75H6.31l5.47 5.47a.75.75 0 11-1.06 1.06l-6.75-6.75a.75.75 0 010-1.06l6.75-6.75a.75.75 0 111.06 1.06l-5.47 5.47H19.5a.75.75 0 01.75.75z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"minus\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M3.75 12a.75.75 0 01.75-.75h15a.75.75 0 010 1.5h-15a.75.75 0 01-.75-.75z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"arrow-uturn-down\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M15 3.75A5.25 5.25 0 009.75 9v10.19l4.72-4.72a.75.75 0 111.06 1.06l-6 6a.75.75 0 01-1.06 0l-6-6a.75.75 0 111.06-1.06l4.72 4.72V9a6.75 6.75 0 0113.5 0v3a.75.75 0 01-1.5 0V9c0-2.9-2.35-5.25-5.25-5.25z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"scale\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M12 2.25a.75.75 0 01.75.75v.756a49.106 49.106 0 019.152 1 .75.75 0 01-.152 1.485h-1.918l2.474 10.124a.75.75 0 01-.375.84A6.723 6.723 0 0118.75 18a6.723 6.723 0 01-3.181-.795.75.75 0 01-.375-.84l2.474-10.124H12.75v13.28c1.293.076 2.534.343 3.697.776a.75.75 0 01-.262 1.453h-8.37a.75.75 0 01-.262-1.453c1.162-.433 2.404-.7 3.697-.775V6.24H6.332l2.474 10.124a.75.75 0 01-.375.84A6.723 6.723 0 015.25 18a6.723 6.723 0 01-3.181-.795.75.75 0 01-.375-.84L4.168 6.241H2.25a.75.75 0 01-.152-1.485 49.105 49.105 0 019.152-1V3a.75.75 0 01.75-.75zm4.878 13.543l1.872-7.662 1.872 7.662h-3.744zm-9.756 0L5.25 8.131l-1.872 7.662h3.744z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"check-badge\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M8.603 3.799A4.49 4.49 0 0112 2.25c1.357 0 2.573.6 3.397 1.549a4.49 4.49 0 013.498 1.307 4.491 4.491 0 011.307 3.497A4.49 4.49 0 0121.75 12a4.49 4.49 0 01-1.549 3.397 4.491 4.491 0 01-1.307 3.497 4.491 4.491 0 01-3.497 1.307A4.49 4.49 0 0112 21.75a4.49 4.49 0 01-3.397-1.549 4.49 4.49 0 01-3.498-1.306 4.491 4.491 0 01-1.307-3.498A4.49 4.49 0 012.25 12c0-1.357.6-2.573 1.549-3.397a4.49 4.49 0 011.307-3.497 4.49 4.49 0 013.497-1.307zm7.007 6.387a.75.75 0 10-1.22-.872l-3.236 4.53L9.53 12.22a.75.75 0 00-1.06 1.06l2.25 2.25a.75.75 0 001.14-.094l3.75-5.25z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"chat-bubble-left-right\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path d=\"M4.913 2.658c2.075-.27 4.19-.408 6.337-.408 2.147 0 4.262.139 6.337.408 1.922.25 3.291 1.861 3.405 3.727a4.403 4.403 0 00-1.032-.211 50.89 50.89 0 00-8.42 0c-2.358.196-4.04 2.19-4.04 4.434v4.286a4.47 4.47 0 002.433 3.984L7.28 21.53A.75.75 0 016 21v-4.03a48.527 48.527 0 01-1.087-.128C2.905 16.58 1.5 14.833 1.5 12.862V6.638c0-1.97 1.405-3.718 3.413-3.979z\"/>  <path d=\"M15.75 7.5c-1.376 0-2.739.057-4.086.169C10.124 7.797 9 9.103 9 10.609v4.285c0 1.507 1.128 2.814 2.67 2.94 1.243.102 2.5.157 3.768.165l2.782 2.781a.75.75 0 001.28-.53v-2.39l.33-.026c1.542-.125 2.67-1.433 2.67-2.94v-4.286c0-1.505-1.125-2.811-2.664-2.94A49.392 49.392 0 0015.75 7.5z\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"calculator\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M6.32 1.827a49.255 49.255 0 0111.36 0c1.497.174 2.57 1.46 2.57 2.93V19.5a3 3 0 01-3 3H6.75a3 3 0 01-3-3V4.757c0-1.47 1.073-2.756 2.57-2.93zM7.5 11.25a.75.75 0 01.75-.75h.008a.75.75 0 01.75.75v.008a.75.75 0 01-.75.75H8.25a.75.75 0 01-.75-.75v-.008zm.75 1.5a.75.75 0 00-.75.75v.008c0 .414.336.75.75.75h.008a.75.75 0 00.75-.75V13.5a.75.75 0 00-.75-.75H8.25zm-.75 3a.75.75 0 01.75-.75h.008a.75.75 0 01.75.75v.008a.75.75 0 01-.75.75H8.25a.75.75 0 01-.75-.75v-.008zm.75 1.5a.75.75 0 00-.75.75v.008c0 .414.336.75.75.75h.008a.75.75 0 00.75-.75V18a.75.75 0 00-.75-.75H8.25zm1.748-6a.75.75 0 01.75-.75h.007a.75.75 0 01.75.75v.008a.75.75 0 01-.75.75h-.007a.75.75 0 01-.75-.75v-.008zm.75 1.5a.75.75 0 00-.75.75v.008c0 .414.335.75.75.75h.007a.75.75 0 00.75-.75V13.5a.75.75 0 00-.75-.75h-.007zm-.75 3a.75.75 0 01.75-.75h.007a.75.75 0 01.75.75v.008a.75.75 0 01-.75.75h-.007a.75.75 0 01-.75-.75v-.008zm.75 1.5a.75.75 0 00-.75.75v.008c0 .414.335.75.75.75h.007a.75.75 0 00.75-.75V18a.75.75 0 00-.75-.75h-.007zm1.754-6a.75.75 0 01.75-.75h.008a.75.75 0 01.75.75v.008a.75.75 0 01-.75.75h-.008a.75.75 0 01-.75-.75v-.008zm.75 1.5a.75.75 0 00-.75.75v.008c0 .414.336.75.75.75h.008a.75.75 0 00.75-.75V13.5a.75.75 0 00-.75-.75h-.008zm-.75 3a.75.75 0 01.75-.75h.008a.75.75 0 01.75.75v.008a.75.75 0 01-.75.75h-.008a.75.75 0 01-.75-.75v-.008zm.75 1.5a.75.75 0 00-.75.75v.008c0 .414.336.75.75.75h.008a.75.75 0 00.75-.75V18a.75.75 0 00-.75-.75h-.008zm1.748-6a.75.75 0 01.75-.75h.008a.75.75 0 01.75.75v.008a.75.75 0 01-.75.75h-.008a.75.75 0 01-.75-.75v-.008zm.75 1.5a.75.75 0 00-.75.75v.008c0 .414.336.75.75.75h.008a.75.75 0 00.75-.75V13.5a.75.75 0 00-.75-.75h-.008zm-8.25-6A.75.75 0 018.25 6h7.5a.75.75 0 01.75.75v.75a.75.75 0 01-.75.75h-7.5a.75.75 0 01-.75-.75v-.75zm9 9a.75.75 0 00-1.5 0V18a.75.75 0 001.5 0v-2.25z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"folder\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path d=\"M19.5 21a3 3 0 003-3v-4.5a3 3 0 00-3-3h-15a3 3 0 00-3 3V18a3 3 0 003 3h15zM1.5 10.146V6a3 3 0 013-3h5.379a2.25 2.25 0 011.59.659l2.122 2.121c.14.141.331.22.53.22H19.5a3 3 0 013 3v1.146A4.483 4.483 0 0019.5 9h-15a4.483 4.483 0 00-3 1.146z\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"home-modern\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path d=\"M19.006 3.705a.75.75 0 00-.512-1.41L6 6.838V3a.75.75 0 00-.75-.75h-1.5A.75.75 0 003 3v4.93l-1.006.365a.75.75 0 00.512 1.41l16.5-6z\"/>  <path fill-rule=\"evenodd\" d=\"M3.019 11.115L18 5.667V9.09l4.006 1.456a.75.75 0 11-.512 1.41l-.494-.18v8.475h.75a.75.75 0 010 1.5H2.25a.75.75 0 010-1.5H3v-9.129l.019-.006zM18 20.25v-9.565l1.5.545v9.02H18zm-9-6a.75.75 0 00-.75.75v4.5c0 .414.336.75.75.75h3a.75.75 0 00.75-.75V15a.75.75 0 00-.75-.75H9z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"bookmark-slash\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path d=\"M3.53 2.47a.75.75 0 00-1.06 1.06l18 18a.75.75 0 101.06-1.06l-18-18zM20.25 5.507v11.561L5.853 2.671c.15-.043.306-.075.467-.094a49.255 49.255 0 0111.36 0c1.497.174 2.57 1.46 2.57 2.93zM3.75 21V6.932l14.063 14.063L12 18.088l-7.165 3.583A.75.75 0 013.75 21z\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"globe-americas\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M12 2.25c-5.385 0-9.75 4.365-9.75 9.75s4.365 9.75 9.75 9.75 9.75-4.365 9.75-9.75S17.385 2.25 12 2.25zM6.262 6.072a8.25 8.25 0 1010.562-.766 4.5 4.5 0 01-1.318 1.357L14.25 7.5l.165.33a.809.809 0 01-1.086 1.085l-.604-.302a1.125 1.125 0 00-1.298.21l-.132.131c-.439.44-.439 1.152 0 1.591l.296.296c.256.257.622.374.98.314l1.17-.195c.323-.054.654.036.905.245l1.33 1.108c.32.267.46.694.358 1.1a8.7 8.7 0 01-2.288 4.04l-.723.724a1.125 1.125 0 01-1.298.21l-.153-.076a1.125 1.125 0 01-.622-1.006v-1.089c0-.298-.119-.585-.33-.796l-1.347-1.347a1.125 1.125 0 01-.21-1.298L9.75 12l-1.64-1.64a6 6 0 01-1.676-3.257l-.172-1.03z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"bolt-slash\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path d=\"M20.798 11.012l-3.188 3.416L9.462 6.28l4.24-4.542a.75.75 0 011.272.71L12.982 9.75h7.268a.75.75 0 01.548 1.262zM3.202 12.988L6.39 9.572l8.148 8.148-4.24 4.542a.75.75 0 01-1.272-.71l1.992-7.302H3.75a.75.75 0 01-.548-1.262zM3.53 2.47a.75.75 0 00-1.06 1.06l18 18a.75.75 0 101.06-1.06l-18-18z\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"speaker-x-mark\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path d=\"M13.5 4.06c0-1.336-1.616-2.005-2.56-1.06l-4.5 4.5H4.508c-1.141 0-2.318.664-2.66 1.905A9.76 9.76 0 001.5 12c0 .898.121 1.768.35 2.595.341 1.24 1.518 1.905 2.659 1.905h1.93l4.5 4.5c.945.945 2.561.276 2.561-1.06V4.06zM17.78 9.22a.75.75 0 10-1.06 1.06L18.44 12l-1.72 1.72a.75.75 0 001.06 1.06l1.72-1.72 1.72 1.72a.75.75 0 101.06-1.06L20.56 12l1.72-1.72a.75.75 0 00-1.06-1.06l-1.72 1.72-1.72-1.72z\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"at-symbol\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M17.834 6.166a8.25 8.25 0 100 11.668.75.75 0 011.06 1.06c-3.807 3.808-9.98 3.808-13.788 0-3.808-3.807-3.808-9.98 0-13.788 3.807-3.808 9.98-3.808 13.788 0A9.722 9.722 0 0121.75 12c0 .975-.296 1.887-.809 2.571-.514.685-1.28 1.179-2.191 1.179-.904 0-1.666-.487-2.18-1.164a5.25 5.25 0 11-.82-6.26V8.25a.75.75 0 011.5 0V12c0 .682.208 1.27.509 1.671.3.401.659.579.991.579.332 0 .69-.178.991-.579.3-.4.509-.99.509-1.671a8.222 8.222 0 00-2.416-5.834zM15.75 12a3.75 3.75 0 10-7.5 0 3.75 3.75 0 007.5 0z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"clipboard-document\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M17.663 3.118c.225.015.45.032.673.05C19.876 3.298 21 4.604 21 6.109v9.642a3 3 0 01-3 3V16.5c0-5.922-4.576-10.775-10.384-11.217.324-1.132 1.3-2.01 2.548-2.114.224-.019.448-.036.673-.051A3 3 0 0113.5 1.5H15a3 3 0 012.663 1.618zM12 4.5A1.5 1.5 0 0113.5 3H15a1.5 1.5 0 011.5 1.5H12z\" clip-rule=\"evenodd\"/>  <path d=\"M3 8.625c0-1.036.84-1.875 1.875-1.875h.375A3.75 3.75 0 019 10.5v1.875c0 1.036.84 1.875 1.875 1.875h1.875A3.75 3.75 0 0116.5 18v2.625c0 1.035-.84 1.875-1.875 1.875h-9.75A1.875 1.875 0 013 20.625v-12z\"/>  <path d=\"M10.5 10.5a5.23 5.23 0 00-1.279-3.434 9.768 9.768 0 016.963 6.963 5.23 5.23 0 00-3.434-1.279h-1.875a.375.375 0 01-.375-.375V10.5z\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"plus\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M12 3.75a.75.75 0 01.75.75v6.75h6.75a.75.75 0 010 1.5h-6.75v6.75a.75.75 0 01-1.5 0v-6.75H4.5a.75.75 0 010-1.5h6.75V4.5a.75.75 0 01.75-.75z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"gif\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M4.5 3.75a3 3 0 00-3 3v10.5a3 3 0 003 3h15a3 3 0 003-3V6.75a3 3 0 00-3-3h-15zm9 4.5a.75.75 0 00-1.5 0v7.5a.75.75 0 001.5 0v-7.5zm1.5 0a.75.75 0 01.75-.75h3a.75.75 0 010 1.5H16.5v2.25H18a.75.75 0 010 1.5h-1.5v3a.75.75 0 01-1.5 0v-7.5zM6.636 9.78c.404-.575.867-.78 1.25-.78s.846.205 1.25.78a.75.75 0 001.228-.863C9.738 8.027 8.853 7.5 7.886 7.5c-.966 0-1.852.527-2.478 1.417-.62.882-.908 2-.908 3.083 0 1.083.288 2.201.909 3.083.625.89 1.51 1.417 2.477 1.417.967 0 1.852-.527 2.478-1.417a.75.75 0 00.136-.431V12a.75.75 0 00-.75-.75h-1.5a.75.75 0 000 1.5H9v1.648c-.37.44-.774.602-1.114.602-.383 0-.846-.205-1.25-.78C6.226 13.638 6 12.837 6 12c0-.837.226-1.638.636-2.22z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"computer-desktop\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M2.25 5.25a3 3 0 013-3h13.5a3 3 0 013 3V15a3 3 0 01-3 3h-3v.257c0 .597.237 1.17.659 1.591l.621.622a.75.75 0 01-.53 1.28h-9a.75.75 0 01-.53-1.28l.621-.622a2.25 2.25 0 00.659-1.59V18h-3a3 3 0 01-3-3V5.25zm1.5 0v7.5a1.5 1.5 0 001.5 1.5h13.5a1.5 1.5 0 001.5-1.5v-7.5a1.5 1.5 0 00-1.5-1.5H5.25a1.5 1.5 0 00-1.5 1.5z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"arrow-path\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M4.755 10.059a7.5 7.5 0 0112.548-3.364l1.903 1.903h-3.183a.75.75 0 100 1.5h4.992a.75.75 0 00.75-.75V4.356a.75.75 0 00-1.5 0v3.18l-1.9-1.9A9 9 0 003.306 9.67a.75.75 0 101.45.388zm15.408 3.352a.75.75 0 00-.919.53 7.5 7.5 0 01-12.548 3.364l-1.902-1.903h3.183a.75.75 0 000-1.5H2.984a.75.75 0 00-.75.75v4.992a.75.75 0 001.5 0v-3.18l1.9 1.9a9 9 0 0015.059-4.035.75.75 0 00-.53-.918z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"gift\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path d=\"M9.375 3a1.875 1.875 0 000 3.75h1.875v4.5H3.375A1.875 1.875 0 011.5 9.375v-.75c0-1.036.84-1.875 1.875-1.875h3.193A3.375 3.375 0 0112 2.753a3.375 3.375 0 015.432 3.997h3.943c1.035 0 1.875.84 1.875 1.875v.75c0 1.036-.84 1.875-1.875 1.875H12.75v-4.5h1.875a1.875 1.875 0 10-1.875-1.875V6.75h-1.5V4.875C11.25 3.839 10.41 3 9.375 3zM11.25 12.75H3v6.75a2.25 2.25 0 002.25 2.25h6v-9zM12.75 12.75v9h6.75a2.25 2.25 0 002.25-2.25v-6.75h-9z\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"chevron-double-left\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M13.28 3.97a.75.75 0 010 1.06L6.31 12l6.97 6.97a.75.75 0 11-1.06 1.06l-7.5-7.5a.75.75 0 010-1.06l7.5-7.5a.75.75 0 011.06 0zm6 0a.75.75 0 010 1.06L12.31 12l6.97 6.97a.75.75 0 11-1.06 1.06l-7.5-7.5a.75.75 0 010-1.06l7.5-7.5a.75.75 0 011.06 0z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"video-camera\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path d=\"M4.5 4.5a3 3 0 00-3 3v9a3 3 0 003 3h8.25a3 3 0 003-3v-9a3 3 0 00-3-3H4.5zM19.94 18.75l-2.69-2.69V7.94l2.69-2.69c.944-.945 2.56-.276 2.56 1.06v11.38c0 1.336-1.616 2.005-2.56 1.06z\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"stop\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M4.5 7.5a3 3 0 013-3h9a3 3 0 013 3v9a3 3 0 01-3 3h-9a3 3 0 01-3-3v-9z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"gift-top\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path d=\"M11.25 3v4.046a3 3 0 00-4.277 4.204H1.5v-6A2.25 2.25 0 013.75 3h7.5zM12.75 3v4.011a3 3 0 014.239 4.239H22.5v-6A2.25 2.25 0 0020.25 3h-7.5zM22.5 12.75h-8.983a4.125 4.125 0 004.108 3.75.75.75 0 010 1.5 5.623 5.623 0 01-4.875-2.817V21h7.5a2.25 2.25 0 002.25-2.25v-6zM11.25 21v-5.817A5.623 5.623 0 016.375 18a.75.75 0 010-1.5 4.126 4.126 0 004.108-3.75H1.5v6A2.25 2.25 0 003.75 21h7.5z\"/>  <path d=\"M11.085 10.354c.03.297.038.575.036.805a7.484 7.484 0 01-.805-.036c-.833-.084-1.677-.325-2.195-.843a1.5 1.5 0 012.122-2.12c.517.517.759 1.36.842 2.194zM12.877 10.354c-.03.297-.038.575-.036.805.23.002.508-.006.805-.036.833-.084 1.677-.325 2.195-.843A1.5 1.5 0 0013.72 8.16c-.518.518-.76 1.362-.843 2.194z\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"currency-bangladeshi\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M12 21.75c5.385 0 9.75-4.365 9.75-9.75S17.385 2.25 12 2.25 2.25 6.615 2.25 12s4.365 9.75 9.75 9.75zM10.5 7.963a1.5 1.5 0 00-2.17-1.341l-.415.207a.75.75 0 00.67 1.342L9 7.963V9.75h-.75a.75.75 0 100 1.5H9v4.688c0 .563.26 1.198.867 1.525A4.501 4.501 0 0016.41 14.4c.199-.977-.636-1.649-1.415-1.649h-.745a.75.75 0 100 1.5h.656a3.002 3.002 0 01-4.327 1.893.113.113 0 01-.045-.051.336.336 0 01-.034-.154V11.25h5.25a.75.75 0 000-1.5H10.5V7.963z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"arrow-down\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M12 2.25a.75.75 0 01.75.75v16.19l6.22-6.22a.75.75 0 111.06 1.06l-7.5 7.5a.75.75 0 01-1.06 0l-7.5-7.5a.75.75 0 111.06-1.06l6.22 6.22V3a.75.75 0 01.75-.75z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"megaphone\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path d=\"M16.881 4.346A23.112 23.112 0 018.25 6H7.5a5.25 5.25 0 00-.88 10.427 21.593 21.593 0 001.378 3.94c.464 1.004 1.674 1.32 2.582.796l.657-.379c.88-.508 1.165-1.592.772-2.468a17.116 17.116 0 01-.628-1.607c1.918.258 3.76.75 5.5 1.446A21.727 21.727 0 0018 11.25c0-2.413-.393-4.735-1.119-6.904zM18.26 3.74a23.22 23.22 0 011.24 7.51 23.22 23.22 0 01-1.24 7.51c-.055.161-.111.322-.17.482a.75.75 0 101.409.516 24.555 24.555 0 001.415-6.43 2.992 2.992 0 00.836-2.078c0-.806-.319-1.54-.836-2.078a24.65 24.65 0 00-1.415-6.43.75.75 0 10-1.409.516c.059.16.116.321.17.483z\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"lock-closed\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M12 1.5a5.25 5.25 0 00-5.25 5.25v3a3 3 0 00-3 3v6.75a3 3 0 003 3h10.5a3 3 0 003-3v-6.75a3 3 0 00-3-3v-3c0-2.9-2.35-5.25-5.25-5.25zm3.75 8.25v-3a3.75 3.75 0 10-7.5 0v3h7.5z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"check\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M19.916 4.626a.75.75 0 01.208 1.04l-9 13.5a.75.75 0 01-1.154.114l-6-6a.75.75 0 011.06-1.06l5.353 5.353 8.493-12.739a.75.75 0 011.04-.208z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"arrow-down-tray\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M12 2.25a.75.75 0 01.75.75v11.69l3.22-3.22a.75.75 0 111.06 1.06l-4.5 4.5a.75.75 0 01-1.06 0l-4.5-4.5a.75.75 0 111.06-1.06l3.22 3.22V3a.75.75 0 01.75-.75zm-9 13.5a.75.75 0 01.75.75v2.25a1.5 1.5 0 001.5 1.5h13.5a1.5 1.5 0 001.5-1.5V16.5a.75.75 0 011.5 0v2.25a3 3 0 01-3 3H5.25a3 3 0 01-3-3V16.5a.75.75 0 01.75-.75z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"clock\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M12 2.25c-5.385 0-9.75 4.365-9.75 9.75s4.365 9.75 9.75 9.75 9.75-4.365 9.75-9.75S17.385 2.25 12 2.25zM12.75 6a.75.75 0 00-1.5 0v6c0 .414.336.75.75.75h4.5a.75.75 0 000-1.5h-3.75V6z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"fire\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M12.963 2.286a.75.75 0 00-1.071-.136 9.742 9.742 0 00-3.539 6.177A7.547 7.547 0 016.648 6.61a.75.75 0 00-1.152-.082A9 9 0 1015.68 4.534a7.46 7.46 0 01-2.717-2.248zM15.75 14.25a3.75 3.75 0 11-7.313-1.172c.628.465 1.35.81 2.133 1a5.99 5.99 0 011.925-3.545 3.75 3.75 0 013.255 3.717z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"arrow-up-circle\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M12 2.25c-5.385 0-9.75 4.365-9.75 9.75s4.365 9.75 9.75 9.75 9.75-4.365 9.75-9.75S17.385 2.25 12 2.25zm.53 5.47a.75.75 0 00-1.06 0l-3 3a.75.75 0 101.06 1.06l1.72-1.72v5.69a.75.75 0 001.5 0v-5.69l1.72 1.72a.75.75 0 101.06-1.06l-3-3z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"cursor-arrow-ripple\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M17.303 5.197A7.5 7.5 0 006.697 15.803a.75.75 0 01-1.061 1.061A9 9 0 1121 10.5a.75.75 0 01-1.5 0c0-1.92-.732-3.839-2.197-5.303zm-2.121 2.121a4.5 4.5 0 00-6.364 6.364.75.75 0 11-1.06 1.06A6 6 0 1118 10.5a.75.75 0 01-1.5 0c0-1.153-.44-2.303-1.318-3.182zm-3.634 1.314a.75.75 0 01.82.311l5.228 7.917a.75.75 0 01-.777 1.148l-2.097-.43 1.045 3.9a.75.75 0 01-1.45.388l-1.044-3.899-1.601 1.42a.75.75 0 01-1.247-.606l.569-9.47a.75.75 0 01.554-.68z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"hand-thumb-up\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path d=\"M7.493 18.75c-.425 0-.82-.236-.975-.632A7.48 7.48 0 016 15.375c0-1.75.599-3.358 1.602-4.634.151-.192.373-.309.6-.397.473-.183.89-.514 1.212-.924a9.042 9.042 0 012.861-2.4c.723-.384 1.35-.956 1.653-1.715a4.498 4.498 0 00.322-1.672V3a.75.75 0 01.75-.75 2.25 2.25 0 012.25 2.25c0 1.152-.26 2.243-.723 3.218-.266.558.107 1.282.725 1.282h3.126c1.026 0 1.945.694 2.054 1.715.045.422.068.85.068 1.285a11.95 11.95 0 01-2.649 7.521c-.388.482-.987.729-1.605.729H14.23c-.483 0-.964-.078-1.423-.23l-3.114-1.04a4.501 4.501 0 00-1.423-.23h-.777zM2.331 10.977a11.969 11.969 0 00-.831 4.398 12 12 0 00.52 3.507c.26.85 1.084 1.368 1.973 1.368H4.9c.445 0 .72-.498.523-.898a8.963 8.963 0 01-.924-3.977c0-1.708.476-3.305 1.302-4.666.245-.403-.028-.959-.5-.959H4.25c-.832 0-1.612.453-1.918 1.227z\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"arrow-left-circle\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M12 2.25c-5.385 0-9.75 4.365-9.75 9.75s4.365 9.75 9.75 9.75 9.75-4.365 9.75-9.75S17.385 2.25 12 2.25zm-4.28 9.22a.75.75 0 000 1.06l3 3a.75.75 0 101.06-1.06l-1.72-1.72h5.69a.75.75 0 000-1.5h-5.69l1.72-1.72a.75.75 0 00-1.06-1.06l-3 3z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"arrow-small-up\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M12 20.25a.75.75 0 01-.75-.75V6.31l-5.47 5.47a.75.75 0 01-1.06-1.06l6.75-6.75a.75.75 0 011.06 0l6.75 6.75a.75.75 0 11-1.06 1.06l-5.47-5.47V19.5a.75.75 0 01-.75.75z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"chevron-double-right\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M4.72 3.97a.75.75 0 011.06 0l7.5 7.5a.75.75 0 010 1.06l-7.5 7.5a.75.75 0 01-1.06-1.06L11.69 12 4.72 5.03a.75.75 0 010-1.06zm6 0a.75.75 0 011.06 0l7.5 7.5a.75.75 0 010 1.06l-7.5 7.5a.75.75 0 11-1.06-1.06L17.69 12l-6.97-6.97a.75.75 0 010-1.06z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"chat-bubble-bottom-center\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M4.848 2.771A49.144 49.144 0 0112 2.25c2.43 0 4.817.178 7.152.52 1.978.292 3.348 2.024 3.348 3.97v6.02c0 1.946-1.37 3.678-3.348 3.97a48.901 48.901 0 01-3.476.383.39.39 0 00-.297.17l-2.755 4.133a.75.75 0 01-1.248 0l-2.755-4.133a.39.39 0 00-.297-.17 48.9 48.9 0 01-3.476-.384c-1.978-.29-3.348-2.024-3.348-3.97V6.741c0-1.946 1.37-3.68 3.348-3.97z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"pause\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M6.75 5.25a.75.75 0 01.75-.75H9a.75.75 0 01.75.75v13.5a.75.75 0 01-.75.75H7.5a.75.75 0 01-.75-.75V5.25zm7.5 0A.75.75 0 0115 4.5h1.5a.75.75 0 01.75.75v13.5a.75.75 0 01-.75.75H15a.75.75 0 01-.75-.75V5.25z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"radio\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M20.432 4.103a.75.75 0 00-.364-1.455L4.128 6.632l-.2.033C2.498 6.904 1.5 8.158 1.5 9.575v9.175a3 3 0 003 3h15a3 3 0 003-3V9.574c0-1.416-.997-2.67-2.429-2.909a49.016 49.016 0 00-7.255-.658l7.616-1.904zm-9.585 8.56a.75.75 0 010 1.06l-.005.006a.75.75 0 01-1.06 0l-.006-.005a.75.75 0 010-1.061l.005-.005a.75.75 0 011.06 0l.006.005zM9.781 15.85a.75.75 0 001.061 0l.005-.005a.75.75 0 000-1.061l-.005-.005a.75.75 0 00-1.06 0l-.006.005a.75.75 0 000 1.06l.005.006zm-1.055-1.066a.75.75 0 010 1.06l-.005.006a.75.75 0 01-1.061 0l-.005-.005a.75.75 0 010-1.06l.005-.006a.75.75 0 011.06 0l.006.005zM7.66 13.73a.75.75 0 001.061 0l.005-.006a.75.75 0 000-1.06l-.005-.005a.75.75 0 00-1.06 0l-.006.005a.75.75 0 000 1.06l.005.006zM9.255 9.75a.75.75 0 01.75.75v.008a.75.75 0 01-.75.75h-.008a.75.75 0 01-.75-.75V10.5a.75.75 0 01.75-.75h.008zm3.624 3.28a.75.75 0 00.275-1.025L13.15 12a.75.75 0 00-1.025-.275l-.006.004a.75.75 0 00-.275 1.024l.004.007a.75.75 0 001.024.274l.007-.003zm-1.38 5.126a.75.75 0 01-1.024-.274l-.004-.007a.75.75 0 01.275-1.024l.006-.004a.75.75 0 011.025.274l.004.007a.75.75 0 01-.275 1.024l-.006.004zm.282-6.776a.75.75 0 00-.274-1.025l-.007-.003a.75.75 0 00-1.024.274l-.004.007a.75.75 0 00.274 1.024l.007.004a.75.75 0 001.024-.274l.004-.007zm1.369 5.129a.75.75 0 01-1.025.274l-.006-.003a.75.75 0 01-.275-1.025l.004-.006a.75.75 0 011.025-.275l.006.004a.75.75 0 01.275 1.024l-.004.007zm-.145-1.502a.75.75 0 00.75-.75v-.007a.75.75 0 00-.75-.75h-.008a.75.75 0 00-.75.75v.008c0 .414.336.75.75.75h.008zm-3.75 2.243a.75.75 0 01.75.75v.008a.75.75 0 01-.75.75h-.008a.75.75 0 01-.75-.75V18a.75.75 0 01.75-.75h.008zm-2.871-.47a.75.75 0 00.274-1.025l-.003-.006a.75.75 0 00-1.025-.275l-.006.004a.75.75 0 00-.275 1.025l.004.006a.75.75 0 001.024.274l.007-.003zm1.366-5.12a.75.75 0 01-1.025-.274l-.004-.006a.75.75 0 01.275-1.025l.006-.003a.75.75 0 011.025.274l.004.007a.75.75 0 01-.275 1.024l-.006.004zm.281 6.215a.75.75 0 00-.275-1.024l-.006-.004a.75.75 0 00-1.025.274l-.003.007a.75.75 0 00.274 1.024l.007.004a.75.75 0 001.024-.274l.004-.007zM6.655 12.76a.75.75 0 01-1.025.274l-.006-.003a.75.75 0 01-.275-1.025L5.353 12a.75.75 0 011.025-.275l.006.004a.75.75 0 01.275 1.024l-.004.007zm-1.15 2.248a.75.75 0 00.75-.75v-.007a.75.75 0 00-.75-.75h-.008a.75.75 0 00-.75.75v.008c0 .414.336.75.75.75h.008zM17.25 10.5a1.5 1.5 0 110 3 1.5 1.5 0 010-3zm1.5 6a1.5 1.5 0 10-3 0 1.5 1.5 0 003 0z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"variable\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M19.253 2.292a.75.75 0 01.955.461A28.123 28.123 0 0121.75 12c0 3.266-.547 6.388-1.542 9.247a.75.75 0 11-1.416-.494c.94-2.7 1.458-5.654 1.458-8.753s-.519-6.054-1.458-8.754a.75.75 0 01.461-.954zm-14.227.013a.75.75 0 01.414.976A23.183 23.183 0 003.75 12c0 3.085.6 6.027 1.69 8.718a.75.75 0 01-1.39.563c-1.161-2.867-1.8-6-1.8-9.281 0-3.28.639-6.414 1.8-9.281a.75.75 0 01.976-.414zm4.275 5.052a1.5 1.5 0 012.21.803l.716 2.148L13.6 8.246a2.438 2.438 0 012.978-.892l.213.09a.75.75 0 11-.584 1.381l-.214-.09a.937.937 0 00-1.145.343l-2.021 3.033 1.084 3.255 1.445-.89a.75.75 0 11.786 1.278l-1.444.889a1.5 1.5 0 01-2.21-.803l-.716-2.148-1.374 2.062a2.437 2.437 0 01-2.978.892l-.213-.09a.75.75 0 01.584-1.381l.214.09a.938.938 0 001.145-.344l2.021-3.032-1.084-3.255-1.445.89a.75.75 0 11-.786-1.278l1.444-.89z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"microphone\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path d=\"M8.25 4.5a3.75 3.75 0 117.5 0v8.25a3.75 3.75 0 11-7.5 0V4.5z\"/>  <path d=\"M6 10.5a.75.75 0 01.75.75v1.5a5.25 5.25 0 1010.5 0v-1.5a.75.75 0 011.5 0v1.5a6.751 6.751 0 01-6 6.709v2.291h3a.75.75 0 010 1.5h-7.5a.75.75 0 010-1.5h3v-2.291a6.751 6.751 0 01-6-6.709v-1.5A.75.75 0 016 10.5z\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"power\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M12 2.25a.75.75 0 01.75.75v9a.75.75 0 01-1.5 0V3a.75.75 0 01.75-.75zM6.166 5.106a.75.75 0 010 1.06 8.25 8.25 0 1011.668 0 .75.75 0 111.06-1.06c3.808 3.807 3.808 9.98 0 13.788-3.807 3.808-9.98 3.808-13.788 0-3.808-3.807-3.808-9.98 0-13.788a.75.75 0 011.06 0z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"chart-bar-square\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M3 6a3 3 0 013-3h12a3 3 0 013 3v12a3 3 0 01-3 3H6a3 3 0 01-3-3V6zm4.5 7.5a.75.75 0 01.75.75v2.25a.75.75 0 01-1.5 0v-2.25a.75.75 0 01.75-.75zm3.75-1.5a.75.75 0 00-1.5 0v4.5a.75.75 0 001.5 0V12zm2.25-3a.75.75 0 01.75.75v6.75a.75.75 0 01-1.5 0V9.75A.75.75 0 0113.5 9zm3.75-1.5a.75.75 0 00-1.5 0v9a.75.75 0 001.5 0v-9z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"rectangle-stack\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path d=\"M5.566 4.657A4.505 4.505 0 016.75 4.5h10.5c.41 0 .806.055 1.183.157A3 3 0 0015.75 3h-7.5a3 3 0 00-2.684 1.657zM2.25 12a3 3 0 013-3h13.5a3 3 0 013 3v6a3 3 0 01-3 3H5.25a3 3 0 01-3-3v-6zM5.25 7.5c-.41 0-.806.055-1.184.157A3 3 0 016.75 6h10.5a3 3 0 012.683 1.657A4.505 4.505 0 0018.75 7.5H5.25z\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"video-camera-slash\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path d=\"M3.53 2.47a.75.75 0 00-1.06 1.06l18 18a.75.75 0 101.06-1.06l-18-18zM22.5 17.69c0 .471-.202.86-.504 1.124l-4.746-4.746V7.939l2.69-2.689c.944-.945 2.56-.276 2.56 1.06v11.38zM15.75 7.5v5.068L7.682 4.5h5.068a3 3 0 013 3zM1.5 7.5c0-.782.3-1.494.79-2.028l12.846 12.846A2.995 2.995 0 0112.75 19.5H4.5a3 3 0 01-3-3v-9z\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"squares-plus\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path d=\"M6 3a3 3 0 00-3 3v2.25a3 3 0 003 3h2.25a3 3 0 003-3V6a3 3 0 00-3-3H6zM15.75 3a3 3 0 00-3 3v2.25a3 3 0 003 3H18a3 3 0 003-3V6a3 3 0 00-3-3h-2.25zM6 12.75a3 3 0 00-3 3V18a3 3 0 003 3h2.25a3 3 0 003-3v-2.25a3 3 0 00-3-3H6zM17.625 13.5a.75.75 0 00-1.5 0v2.625H13.5a.75.75 0 000 1.5h2.625v2.625a.75.75 0 001.5 0v-2.625h2.625a.75.75 0 000-1.5h-2.625V13.5z\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"key\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M15.75 1.5a6.75 6.75 0 00-6.651 7.906c.067.39-.032.717-.221.906l-6.5 6.499a3 3 0 00-.878 2.121v2.818c0 .414.336.75.75.75H6a.75.75 0 00.75-.75v-1.5h1.5A.75.75 0 009 19.5V18h1.5a.75.75 0 00.53-.22l2.658-2.658c.19-.189.517-.288.906-.22A6.75 6.75 0 1015.75 1.5zm0 3a.75.75 0 000 1.5A2.25 2.25 0 0118 8.25a.75.75 0 001.5 0 3.75 3.75 0 00-3.75-3.75z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"archive-box-x-mark\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path d=\"M3.375 3C2.339 3 1.5 3.84 1.5 4.875v.75c0 1.036.84 1.875 1.875 1.875h17.25c1.035 0 1.875-.84 1.875-1.875v-.75C22.5 3.839 21.66 3 20.625 3H3.375z\"/>  <path fill-rule=\"evenodd\" d=\"M3.087 9l.54 9.176A3 3 0 006.62 21h10.757a3 3 0 002.995-2.824L20.913 9H3.087zm6.133 2.845a.75.75 0 011.06 0l1.72 1.72 1.72-1.72a.75.75 0 111.06 1.06l-1.72 1.72 1.72 1.72a.75.75 0 11-1.06 1.06L12 15.685l-1.72 1.72a.75.75 0 11-1.06-1.06l1.72-1.72-1.72-1.72a.75.75 0 010-1.06z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"eye\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path d=\"M12 15a3 3 0 100-6 3 3 0 000 6z\"/>  <path fill-rule=\"evenodd\" d=\"M1.323 11.447C2.811 6.976 7.028 3.75 12.001 3.75c4.97 0 9.185 3.223 10.675 7.69.12.362.12.752 0 1.113-1.487 4.471-5.705 7.697-10.677 7.697-4.97 0-9.186-3.223-10.675-7.69a1.762 1.762 0 010-1.113zM17.25 12a5.25 5.25 0 11-10.5 0 5.25 5.25 0 0110.5 0z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"wrench-screwdriver\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M12 6.75a5.25 5.25 0 016.775-5.025.75.75 0 01.313 1.248l-3.32 3.319c.063.475.276.934.641 1.299.365.365.824.578 1.3.64l3.318-3.319a.75.75 0 011.248.313 5.25 5.25 0 01-5.472 6.756c-1.018-.086-1.87.1-2.309.634L7.344 21.3A3.298 3.298 0 112.7 16.657l8.684-7.151c.533-.44.72-1.291.634-2.309A5.342 5.342 0 0112 6.75zM4.117 19.125a.75.75 0 01.75-.75h.008a.75.75 0 01.75.75v.008a.75.75 0 01-.75.75h-.008a.75.75 0 01-.75-.75v-.008z\" clip-rule=\"evenodd\"/>  <path d=\"M10.076 8.64l-2.201-2.2V4.874a.75.75 0 00-.364-.643l-3.75-2.25a.75.75 0 00-.916.113l-.75.75a.75.75 0 00-.113.916l2.25 3.75a.75.75 0 00.643.364h1.564l2.062 2.062 1.575-1.297z\"/>  <path fill-rule=\"evenodd\" d=\"M12.556 17.329l4.183 4.182a3.375 3.375 0 004.773-4.773l-3.306-3.305a6.803 6.803 0 01-1.53.043c-.394-.034-.682-.006-.867.042a.589.589 0 00-.167.063l-3.086 3.748zm3.414-1.36a.75.75 0 011.06 0l1.875 1.876a.75.75 0 11-1.06 1.06L15.97 17.03a.75.75 0 010-1.06z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"paper-clip\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M18.97 3.659a2.25 2.25 0 00-3.182 0l-10.94 10.94a3.75 3.75 0 105.304 5.303l7.693-7.693a.75.75 0 011.06 1.06l-7.693 7.693a5.25 5.25 0 11-7.424-7.424l10.939-10.94a3.75 3.75 0 115.303 5.304L9.097 18.835l-.008.008-.007.007-.002.002-.003.002A2.25 2.25 0 015.91 15.66l7.81-7.81a.75.75 0 011.061 1.06l-7.81 7.81a.75.75 0 001.054 1.068L18.97 6.84a2.25 2.25 0 000-3.182z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"bell-alert\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path d=\"M5.85 3.5a.75.75 0 00-1.117-1 9.719 9.719 0 00-2.348 4.876.75.75 0 001.479.248A8.219 8.219 0 015.85 3.5zM19.267 2.5a.75.75 0 10-1.118 1 8.22 8.22 0 011.987 4.124.75.75 0 001.48-.248A9.72 9.72 0 0019.266 2.5z\"/>  <path fill-rule=\"evenodd\" d=\"M12 2.25A6.75 6.75 0 005.25 9v.75a8.217 8.217 0 01-2.119 5.52.75.75 0 00.298 1.206c1.544.57 3.16.99 4.831 1.243a3.75 3.75 0 107.48 0 24.583 24.583 0 004.83-1.244.75.75 0 00.298-1.205 8.217 8.217 0 01-2.118-5.52V9A6.75 6.75 0 0012 2.25zM9.75 18c0-.034 0-.067.002-.1a25.05 25.05 0 004.496 0l.002.1a2.25 2.25 0 11-4.5 0z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"arrow-uturn-left\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M9.53 2.47a.75.75 0 010 1.06L4.81 8.25H15a6.75 6.75 0 010 13.5h-3a.75.75 0 010-1.5h3a5.25 5.25 0 100-10.5H4.81l4.72 4.72a.75.75 0 11-1.06 1.06l-6-6a.75.75 0 010-1.06l6-6a.75.75 0 011.06 0z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"inbox-stack\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M1.5 9.832v1.793c0 1.036.84 1.875 1.875 1.875h17.25c1.035 0 1.875-.84 1.875-1.875V9.832a3 3 0 00-.722-1.952l-3.285-3.832A3 3 0 0016.215 3h-8.43a3 3 0 00-2.278 1.048L2.222 7.88A3 3 0 001.5 9.832zM7.785 4.5a1.5 1.5 0 00-1.139.524L3.881 8.25h3.165a3 3 0 012.496 1.336l.164.246a1.5 1.5 0 001.248.668h2.092a1.5 1.5 0 001.248-.668l.164-.246a3 3 0 012.496-1.336h3.165l-2.765-3.226a1.5 1.5 0 00-1.139-.524h-8.43z\" clip-rule=\"evenodd\"/>  <path d=\"M2.813 15c-.725 0-1.313.588-1.313 1.313V18a3 3 0 003 3h15a3 3 0 003-3v-1.688c0-.724-.588-1.312-1.313-1.312h-4.233a3 3 0 00-2.496 1.336l-.164.246a1.5 1.5 0 01-1.248.668h-2.092a1.5 1.5 0 01-1.248-.668l-.164-.246A3 3 0 007.046 15H2.812z\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"chevron-double-up\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M11.47 4.72a.75.75 0 011.06 0l7.5 7.5a.75.75 0 11-1.06 1.06L12 6.31l-6.97 6.97a.75.75 0 01-1.06-1.06l7.5-7.5zm.53 7.59l-6.97 6.97a.75.75 0 01-1.06-1.06l7.5-7.5a.75.75 0 011.06 0l7.5 7.5a.75.75 0 11-1.06 1.06L12 12.31z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"command-line\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M2.25 6a3 3 0 013-3h13.5a3 3 0 013 3v12a3 3 0 01-3 3H5.25a3 3 0 01-3-3V6zm3.97.97a.75.75 0 011.06 0l2.25 2.25a.75.75 0 010 1.06l-2.25 2.25a.75.75 0 01-1.06-1.06l1.72-1.72-1.72-1.72a.75.75 0 010-1.06zm4.28 4.28a.75.75 0 000 1.5h3a.75.75 0 000-1.5h-3z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"rocket-launch\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M9.315 7.584C12.195 3.883 16.695 1.5 21.75 1.5a.75.75 0 01.75.75c0 5.056-2.383 9.555-6.084 12.436A6.75 6.75 0 019.75 22.5a.75.75 0 01-.75-.75v-4.131A15.838 15.838 0 016.382 15H2.25a.75.75 0 01-.75-.75 6.75 6.75 0 017.815-6.666zM15 6.75a2.25 2.25 0 100 4.5 2.25 2.25 0 000-4.5z\" clip-rule=\"evenodd\"/>  <path d=\"M5.26 17.242a.75.75 0 10-.897-1.203 5.243 5.243 0 00-2.05 5.022.75.75 0 00.625.627 5.243 5.243 0 005.022-2.051.75.75 0 10-1.202-.897 3.744 3.744 0 01-3.008 1.51c0-1.23.592-2.323 1.51-3.008z\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"signal-slash\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M2.47 2.47a.75.75 0 011.06 0l8.407 8.407a1.125 1.125 0 011.186 1.186l1.462 1.461a3.001 3.001 0 00-.464-3.645.75.75 0 111.061-1.061 4.501 4.501 0 01.486 5.79l1.072 1.072a6.001 6.001 0 00-.497-7.923.75.75 0 011.06-1.06 7.501 7.501 0 01.505 10.05l1.064 1.065a9 9 0 00-.508-12.176.75.75 0 011.06-1.06c3.923 3.922 4.093 10.175.512 14.3l1.594 1.594a.75.75 0 11-1.06 1.06l-2.106-2.105-2.121-2.122h-.001l-4.705-4.706a.747.747 0 01-.127-.126L2.47 3.53a.75.75 0 010-1.061zm1.189 4.422a.75.75 0 01.326 1.01 9.004 9.004 0 001.651 10.462.75.75 0 11-1.06 1.06C1.27 16.12.63 11.165 2.648 7.219a.75.75 0 011.01-.326zM5.84 9.134a.75.75 0 01.472.95 6 6 0 001.444 6.159.75.75 0 01-1.06 1.06A7.5 7.5 0 014.89 9.606a.75.75 0 01.95-.472zm2.341 2.653a.75.75 0 01.848.638c.088.62.37 1.218.849 1.696a.75.75 0 01-1.061 1.061 4.483 4.483 0 01-1.273-2.546.75.75 0 01.637-.848z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"chat-bubble-left-ellipsis\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M12 2.25c-2.429 0-4.817.178-7.152.521C2.87 3.061 1.5 4.795 1.5 6.741v6.018c0 1.946 1.37 3.68 3.348 3.97.877.129 1.761.234 2.652.316V21a.75.75 0 001.28.53l4.184-4.183a.39.39 0 01.266-.112c2.006-.05 3.982-.22 5.922-.506 1.978-.29 3.348-2.023 3.348-3.97V6.741c0-1.947-1.37-3.68-3.348-3.97A49.145 49.145 0 0012 2.25zM8.25 8.625a1.125 1.125 0 100 2.25 1.125 1.125 0 000-2.25zm2.625 1.125a1.125 1.125 0 112.25 0 1.125 1.125 0 01-2.25 0zm4.875-1.125a1.125 1.125 0 100 2.25 1.125 1.125 0 000-2.25z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"envelope\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path d=\"M1.5 8.67v8.58a3 3 0 003 3h15a3 3 0 003-3V8.67l-8.928 5.493a3 3 0 01-3.144 0L1.5 8.67z\"/>  <path d=\"M22.5 6.908V6.75a3 3 0 00-3-3h-15a3 3 0 00-3 3v.158l9.714 5.978a1.5 1.5 0 001.572 0L22.5 6.908z\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"x-circle\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M12 2.25c-5.385 0-9.75 4.365-9.75 9.75s4.365 9.75 9.75 9.75 9.75-4.365 9.75-9.75S17.385 2.25 12 2.25zm-1.72 6.97a.75.75 0 10-1.06 1.06L10.94 12l-1.72 1.72a.75.75 0 101.06 1.06L12 13.06l1.72 1.72a.75.75 0 101.06-1.06L13.06 12l1.72-1.72a.75.75 0 10-1.06-1.06L12 10.94l-1.72-1.72z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"shopping-bag\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M7.5 6v.75H5.513c-.96 0-1.764.724-1.865 1.679l-1.263 12A1.875 1.875 0 004.25 22.5h15.5a1.875 1.875 0 001.865-2.071l-1.263-12a1.875 1.875 0 00-1.865-1.679H16.5V6a4.5 4.5 0 10-9 0zM12 3a3 3 0 00-3 3v.75h6V6a3 3 0 00-3-3zm-3 8.25a3 3 0 106 0v-.75a.75.75 0 011.5 0v.75a4.5 4.5 0 11-9 0v-.75a.75.75 0 011.5 0v.75z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"funnel\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M3.792 2.938A49.069 49.069 0 0112 2.25c2.797 0 5.54.236 8.209.688a1.857 1.857 0 011.541 1.836v1.044a3 3 0 01-.879 2.121l-6.182 6.182a1.5 1.5 0 00-.439 1.061v2.927a3 3 0 01-1.658 2.684l-1.757.878A.75.75 0 019.75 21v-5.818a1.5 1.5 0 00-.44-1.06L3.13 7.938a3 3 0 01-.879-2.121V4.774c0-.897.64-1.683 1.542-1.836z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"code-bracket\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M14.447 3.027a.75.75 0 01.527.92l-4.5 16.5a.75.75 0 01-1.448-.394l4.5-16.5a.75.75 0 01.921-.526zM16.72 6.22a.75.75 0 011.06 0l5.25 5.25a.75.75 0 010 1.06l-5.25 5.25a.75.75 0 11-1.06-1.06L21.44 12l-4.72-4.72a.75.75 0 010-1.06zm-9.44 0a.75.75 0 010 1.06L2.56 12l4.72 4.72a.75.75 0 11-1.06 1.06L.97 12.53a.75.75 0 010-1.06l5.25-5.25a.75.75 0 011.06 0z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"user-plus\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path d=\"M6.25 6.375a4.125 4.125 0 118.25 0 4.125 4.125 0 01-8.25 0zM3.25 19.125a7.125 7.125 0 0114.25 0v.003l-.001.119a.75.75 0 01-.363.63 13.067 13.067 0 01-6.761 1.873c-2.472 0-4.786-.684-6.76-1.873a.75.75 0 01-.364-.63l-.001-.122zM19.75 7.5a.75.75 0 00-1.5 0v2.25H16a.75.75 0 000 1.5h2.25v2.25a.75.75 0 001.5 0v-2.25H22a.75.75 0 000-1.5h-2.25V7.5z\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"chat-bubble-oval-left\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M5.337 21.718a6.707 6.707 0 01-.533-.074.75.75 0 01-.44-1.223 3.73 3.73 0 00.814-1.686c.023-.115-.022-.317-.254-.543C3.274 16.587 2.25 14.41 2.25 12c0-5.03 4.428-9 9.75-9s9.75 3.97 9.75 9c0 5.03-4.428 9-9.75 9-.833 0-1.643-.097-2.417-.279a6.721 6.721 0 01-4.246.997z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"arrow-trending-down\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M1.72 5.47a.75.75 0 011.06 0L9 11.69l3.756-3.756a.75.75 0 01.985-.066 12.698 12.698 0 014.575 6.832l.308 1.149 2.277-3.943a.75.75 0 111.299.75l-3.182 5.51a.75.75 0 01-1.025.275l-5.511-3.181a.75.75 0 01.75-1.3l3.943 2.277-.308-1.149a11.194 11.194 0 00-3.528-5.617l-3.809 3.81a.75.75 0 01-1.06 0L1.72 6.53a.75.75 0 010-1.061z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"building-storefront\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path d=\"M5.223 2.25c-.497 0-.974.198-1.325.55l-1.3 1.298A3.75 3.75 0 007.5 9.75c.627.47 1.406.75 2.25.75.844 0 1.624-.28 2.25-.75.626.47 1.406.75 2.25.75.844 0 1.623-.28 2.25-.75a3.75 3.75 0 004.902-5.652l-1.3-1.299a1.875 1.875 0 00-1.325-.549H5.223z\"/>  <path fill-rule=\"evenodd\" d=\"M3 20.25v-8.755c1.42.674 3.08.673 4.5 0A5.234 5.234 0 009.75 12c.804 0 1.568-.182 2.25-.506a5.234 5.234 0 002.25.506c.804 0 1.567-.182 2.25-.506 1.42.674 3.08.675 4.5.001v8.755h.75a.75.75 0 010 1.5H2.25a.75.75 0 010-1.5H3zm3-6a.75.75 0 01.75-.75h3a.75.75 0 01.75.75v3a.75.75 0 01-.75.75h-3a.75.75 0 01-.75-.75v-3zm8.25-.75a.75.75 0 00-.75.75v5.25c0 .414.336.75.75.75h3a.75.75 0 00.75-.75v-5.25a.75.75 0 00-.75-.75h-3z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"paper-airplane\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path d=\"M3.478 2.405a.75.75 0 00-.926.94l2.432 7.905H13.5a.75.75 0 010 1.5H4.984l-2.432 7.905a.75.75 0 00.926.94 60.519 60.519 0 0018.445-8.986.75.75 0 000-1.218A60.517 60.517 0 003.478 2.405z\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"arrow-up-tray\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M11.47 2.47a.75.75 0 011.06 0l4.5 4.5a.75.75 0 01-1.06 1.06l-3.22-3.22V16.5a.75.75 0 01-1.5 0V4.81L8.03 8.03a.75.75 0 01-1.06-1.06l4.5-4.5zM3 15.75a.75.75 0 01.75.75v2.25a1.5 1.5 0 001.5 1.5h13.5a1.5 1.5 0 001.5-1.5V16.5a.75.75 0 011.5 0v2.25a3 3 0 01-3 3H5.25a3 3 0 01-3-3V16.5a.75.75 0 01.75-.75z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"user-circle\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M18.685 19.097A9.723 9.723 0 0021.75 12c0-5.385-4.365-9.75-9.75-9.75S2.25 6.615 2.25 12a9.723 9.723 0 003.065 7.097A9.716 9.716 0 0012 21.75a9.716 9.716 0 006.685-2.653zm-12.54-1.285A7.486 7.486 0 0112 15a7.486 7.486 0 015.855 2.812A8.224 8.224 0 0112 20.25a8.224 8.224 0 01-5.855-2.438zM15.75 9a3.75 3.75 0 11-7.5 0 3.75 3.75 0 017.5 0z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"cpu-chip\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path d=\"M16.5 7.5h-9v9h9v-9z\"/>  <path fill-rule=\"evenodd\" d=\"M8.25 2.25A.75.75 0 019 3v.75h2.25V3a.75.75 0 011.5 0v.75H15V3a.75.75 0 011.5 0v.75h.75a3 3 0 013 3v.75H21A.75.75 0 0121 9h-.75v2.25H21a.75.75 0 010 1.5h-.75V15H21a.75.75 0 010 1.5h-.75v.75a3 3 0 01-3 3h-.75V21a.75.75 0 01-1.5 0v-.75h-2.25V21a.75.75 0 01-1.5 0v-.75H9V21a.75.75 0 01-1.5 0v-.75h-.75a3 3 0 01-3-3v-.75H3A.75.75 0 013 15h.75v-2.25H3a.75.75 0 010-1.5h.75V9H3a.75.75 0 010-1.5h.75v-.75a3 3 0 013-3h.75V3a.75.75 0 01.75-.75zM6 6.75A.75.75 0 016.75 6h10.5a.75.75 0 01.75.75v10.5a.75.75 0 01-.75.75H6.75a.75.75 0 01-.75-.75V6.75z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"backspace\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M2.515 10.674a1.875 1.875 0 000 2.652L8.89 19.7c.352.351.829.549 1.326.549H19.5a3 3 0 003-3V6.75a3 3 0 00-3-3h-9.284c-.497 0-.974.198-1.326.55l-6.375 6.374zM12.53 9.22a.75.75 0 10-1.06 1.06L13.19 12l-1.72 1.72a.75.75 0 101.06 1.06l1.72-1.72 1.72 1.72a.75.75 0 101.06-1.06L15.31 12l1.72-1.72a.75.75 0 10-1.06-1.06l-1.72 1.72-1.72-1.72z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"arrow-right-on-rectangle\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M7.5 3.75A1.5 1.5 0 006 5.25v13.5a1.5 1.5 0 001.5 1.5h6a1.5 1.5 0 001.5-1.5V15a.75.75 0 011.5 0v3.75a3 3 0 01-3 3h-6a3 3 0 01-3-3V5.25a3 3 0 013-3h6a3 3 0 013 3V9A.75.75 0 0115 9V5.25a1.5 1.5 0 00-1.5-1.5h-6zm10.72 4.72a.75.75 0 011.06 0l3 3a.75.75 0 010 1.06l-3 3a.75.75 0 11-1.06-1.06l1.72-1.72H9a.75.75 0 010-1.5h10.94l-1.72-1.72a.75.75 0 010-1.06z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"ellipsis-vertical\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M10.5 6a1.5 1.5 0 113 0 1.5 1.5 0 01-3 0zm0 6a1.5 1.5 0 113 0 1.5 1.5 0 01-3 0zm0 6a1.5 1.5 0 113 0 1.5 1.5 0 01-3 0z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"arrow-small-right\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M3.75 12a.75.75 0 01.75-.75h13.19l-5.47-5.47a.75.75 0 011.06-1.06l6.75 6.75a.75.75 0 010 1.06l-6.75 6.75a.75.75 0 11-1.06-1.06l5.47-5.47H4.5a.75.75 0 01-.75-.75z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"user-group\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M8.25 6.75a3.75 3.75 0 117.5 0 3.75 3.75 0 01-7.5 0zM15.75 9.75a3 3 0 116 0 3 3 0 01-6 0zM2.25 9.75a3 3 0 116 0 3 3 0 01-6 0zM6.31 15.117A6.745 6.745 0 0112 12a6.745 6.745 0 016.709 7.498.75.75 0 01-.372.568A12.696 12.696 0 0112 21.75c-2.305 0-4.47-.612-6.337-1.684a.75.75 0 01-.372-.568 6.787 6.787 0 011.019-4.38z\" clip-rule=\"evenodd\"/>  <path d=\"M5.082 14.254a8.287 8.287 0 00-1.308 5.135 9.687 9.687 0 01-1.764-.44l-.115-.04a.563.563 0 01-.373-.487l-.01-.121a3.75 3.75 0 013.57-4.047zM20.226 19.389a8.287 8.287 0 00-1.308-5.135 3.75 3.75 0 013.57 4.047l-.01.121a.563.563 0 01-.373.486l-.115.04c-.567.2-1.156.349-1.764.441z\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"arrow-uturn-right\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M14.47 2.47a.75.75 0 011.06 0l6 6a.75.75 0 010 1.06l-6 6a.75.75 0 11-1.06-1.06l4.72-4.72H9a5.25 5.25 0 100 10.5h3a.75.75 0 010 1.5H9a6.75 6.75 0 010-13.5h10.19l-4.72-4.72a.75.75 0 010-1.06z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"chat-bubble-left\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M4.848 2.771A49.144 49.144 0 0112 2.25c2.43 0 4.817.178 7.152.52 1.978.292 3.348 2.024 3.348 3.97v6.02c0 1.946-1.37 3.678-3.348 3.97-1.94.284-3.916.455-5.922.505a.39.39 0 00-.266.112L8.78 21.53A.75.75 0 017.5 21v-3.955a48.842 48.842 0 01-2.652-.316c-1.978-.29-3.348-2.024-3.348-3.97V6.741c0-1.946 1.37-3.68 3.348-3.97z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"chevron-double-down\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M20.03 4.72a.75.75 0 010 1.06l-7.5 7.5a.75.75 0 01-1.06 0l-7.5-7.5a.75.75 0 011.06-1.06L12 11.69l6.97-6.97a.75.75 0 011.06 0zm0 6a.75.75 0 010 1.06l-7.5 7.5a.75.75 0 01-1.06 0l-7.5-7.5a.75.75 0 111.06-1.06L12 17.69l6.97-6.97a.75.75 0 011.06 0z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"document-plus\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M5.625 1.5H9a3.75 3.75 0 013.75 3.75v1.875c0 1.036.84 1.875 1.875 1.875H16.5a3.75 3.75 0 013.75 3.75v7.875c0 1.035-.84 1.875-1.875 1.875H5.625a1.875 1.875 0 01-1.875-1.875V3.375c0-1.036.84-1.875 1.875-1.875zM12.75 12a.75.75 0 00-1.5 0v2.25H9a.75.75 0 000 1.5h2.25V18a.75.75 0 001.5 0v-2.25H15a.75.75 0 000-1.5h-2.25V12z\" clip-rule=\"evenodd\"/>  <path d=\"M14.25 5.25a5.23 5.23 0 00-1.279-3.434 9.768 9.768 0 016.963 6.963A5.23 5.23 0 0016.5 7.5h-1.875a.375.375 0 01-.375-.375V5.25z\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"x-mark\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M5.47 5.47a.75.75 0 011.06 0L12 10.94l5.47-5.47a.75.75 0 111.06 1.06L13.06 12l5.47 5.47a.75.75 0 11-1.06 1.06L12 13.06l-5.47 5.47a.75.75 0 01-1.06-1.06L10.94 12 5.47 6.53a.75.75 0 010-1.06z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"user-minus\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path d=\"M10.375 2.25a4.125 4.125 0 100 8.25 4.125 4.125 0 000-8.25zM10.375 12a7.125 7.125 0 00-7.124 7.247.75.75 0 00.363.63 13.067 13.067 0 006.761 1.873c2.472 0 4.786-.684 6.76-1.873a.75.75 0 00.364-.63l.001-.12v-.002A7.125 7.125 0 0010.375 12zM16 9.75a.75.75 0 000 1.5h6a.75.75 0 000-1.5h-6z\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"star\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M10.788 3.21c.448-1.077 1.976-1.077 2.424 0l2.082 5.007 5.404.433c1.164.093 1.636 1.545.749 2.305l-4.117 3.527 1.257 5.273c.271 1.136-.964 2.033-1.96 1.425L12 18.354 7.373 21.18c-.996.608-2.231-.29-1.96-1.425l1.257-5.273-4.117-3.527c-.887-.76-.415-2.212.749-2.305l5.404-.433 2.082-5.006z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"arrow-up-on-square-stack\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path d=\"M9.97.97a.75.75 0 011.06 0l3 3a.75.75 0 01-1.06 1.06l-1.72-1.72v3.44h-1.5V3.31L8.03 5.03a.75.75 0 01-1.06-1.06l3-3zM9.75 6.75v6a.75.75 0 001.5 0v-6h3a3 3 0 013 3v7.5a3 3 0 01-3 3h-7.5a3 3 0 01-3-3v-7.5a3 3 0 013-3h3z\"/>  <path d=\"M7.151 21.75a2.999 2.999 0 002.599 1.5h7.5a3 3 0 003-3v-7.5c0-1.11-.603-2.08-1.5-2.599v7.099a4.5 4.5 0 01-4.5 4.5H7.151z\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"arrow-down-on-square\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path d=\"M12 1.5a.75.75 0 01.75.75V7.5h-1.5V2.25A.75.75 0 0112 1.5zM11.25 7.5v5.69l-1.72-1.72a.75.75 0 00-1.06 1.06l3 3a.75.75 0 001.06 0l3-3a.75.75 0 10-1.06-1.06l-1.72 1.72V7.5h3.75a3 3 0 013 3v9a3 3 0 01-3 3h-9a3 3 0 01-3-3v-9a3 3 0 013-3h3.75z\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"printer\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M7.875 1.5C6.839 1.5 6 2.34 6 3.375v2.99c-.426.053-.851.11-1.274.174-1.454.218-2.476 1.483-2.476 2.917v6.294a3 3 0 003 3h.27l-.155 1.705A1.875 1.875 0 007.232 22.5h9.536a1.875 1.875 0 001.867-2.045l-.155-1.705h.27a3 3 0 003-3V9.456c0-1.434-1.022-2.7-2.476-2.917A48.716 48.716 0 0018 6.366V3.375c0-1.036-.84-1.875-1.875-1.875h-8.25zM16.5 6.205v-2.83A.375.375 0 0016.125 3h-8.25a.375.375 0 00-.375.375v2.83a49.353 49.353 0 019 0zm-.217 8.265c.178.018.317.16.333.337l.526 5.784a.375.375 0 01-.374.409H7.232a.375.375 0 01-.374-.409l.526-5.784a.373.373 0 01.333-.337 41.741 41.741 0 018.566 0zm.967-3.97a.75.75 0 01.75-.75h.008a.75.75 0 01.75.75v.008a.75.75 0 01-.75.75H18a.75.75 0 01-.75-.75V10.5zM15 9.75a.75.75 0 00-.75.75v.008c0 .414.336.75.75.75h.008a.75.75 0 00.75-.75V10.5a.75.75 0 00-.75-.75H15z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"building-library\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path d=\"M11.584 2.376a.75.75 0 01.832 0l9 6a.75.75 0 11-.832 1.248L12 3.901 3.416 9.624a.75.75 0 01-.832-1.248l9-6z\"/>  <path fill-rule=\"evenodd\" d=\"M20.25 10.332v9.918H21a.75.75 0 010 1.5H3a.75.75 0 010-1.5h.75v-9.918a.75.75 0 01.634-.74A49.109 49.109 0 0112 9c2.59 0 5.134.202 7.616.592a.75.75 0 01.634.74zm-7.5 2.418a.75.75 0 00-1.5 0v6.75a.75.75 0 001.5 0v-6.75zm3-.75a.75.75 0 01.75.75v6.75a.75.75 0 01-1.5 0v-6.75a.75.75 0 01.75-.75zM9 12.75a.75.75 0 00-1.5 0v6.75a.75.75 0 001.5 0v-6.75z\" clip-rule=\"evenodd\"/>  <path d=\"M12 7.875a1.125 1.125 0 100-2.25 1.125 1.125 0 000 2.25z\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"book-open\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path d=\"M11.25 4.533A9.707 9.707 0 006 3a9.735 9.735 0 00-3.25.555.75.75 0 00-.5.707v14.25a.75.75 0 001 .707A8.237 8.237 0 016 18.75c1.995 0 3.823.707 5.25 1.886V4.533zM12.75 20.636A8.214 8.214 0 0118 18.75c.966 0 1.89.166 2.75.47a.75.75 0 001-.708V4.262a.75.75 0 00-.5-.707A9.735 9.735 0 0018 3a9.707 9.707 0 00-5.25 1.533v16.103z\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"heart\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path d=\"M11.645 20.91l-.007-.003-.022-.012a15.247 15.247 0 01-.383-.218 25.18 25.18 0 01-4.244-3.17C4.688 15.36 2.25 12.174 2.25 8.25 2.25 5.322 4.714 3 7.688 3A5.5 5.5 0 0112 5.052 5.5 5.5 0 0116.313 3c2.973 0 5.437 2.322 5.437 5.25 0 3.925-2.438 7.111-4.739 9.256a25.175 25.175 0 01-4.244 3.17 15.247 15.247 0 01-.383.219l-.022.012-.007.004-.003.001a.752.752 0 01-.704 0l-.003-.001z\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"cog-6-tooth\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M11.078 2.25c-.917 0-1.699.663-1.85 1.567L9.05 4.889c-.02.12-.115.26-.297.348a7.493 7.493 0 00-.986.57c-.166.115-.334.126-.45.083L6.3 5.508a1.875 1.875 0 00-2.282.819l-.922 1.597a1.875 1.875 0 00.432 2.385l.84.692c.095.078.17.229.154.43a7.598 7.598 0 000 1.139c.015.2-.059.352-.153.43l-.841.692a1.875 1.875 0 00-.432 2.385l.922 1.597a1.875 1.875 0 002.282.818l1.019-.382c.115-.043.283-.031.45.082.312.214.641.405.985.57.182.088.277.228.297.35l.178 1.071c.151.904.933 1.567 1.85 1.567h1.844c.916 0 1.699-.663 1.85-1.567l.178-1.072c.02-.12.114-.26.297-.349.344-.165.673-.356.985-.57.167-.114.335-.125.45-.082l1.02.382a1.875 1.875 0 002.28-.819l.923-1.597a1.875 1.875 0 00-.432-2.385l-.84-.692c-.095-.078-.17-.229-.154-.43a7.614 7.614 0 000-1.139c-.016-.2.059-.352.153-.43l.84-.692c.708-.582.891-1.59.433-2.385l-.922-1.597a1.875 1.875 0 00-2.282-.818l-1.02.382c-.114.043-.282.031-.449-.083a7.49 7.49 0 00-.985-.57c-.183-.087-.277-.227-.297-.348l-.179-1.072a1.875 1.875 0 00-1.85-1.567h-1.843zM12 15.75a3.75 3.75 0 100-7.5 3.75 3.75 0 000 7.5z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"share\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M15.75 4.5a3 3 0 11.825 2.066l-8.421 4.679a3.002 3.002 0 010 1.51l8.421 4.679a3 3 0 11-.729 1.31l-8.421-4.678a3 3 0 110-4.132l8.421-4.679a3 3 0 01-.096-.755z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"battery-0\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M.75 9.75a3 3 0 013-3h15a3 3 0 013 3v.038c.856.173 1.5.93 1.5 1.837v2.25c0 .907-.644 1.664-1.5 1.838v.037a3 3 0 01-3 3h-15a3 3 0 01-3-3v-6zm19.5 0a1.5 1.5 0 00-1.5-1.5h-15a1.5 1.5 0 00-1.5 1.5v6a1.5 1.5 0 001.5 1.5h15a1.5 1.5 0 001.5-1.5v-6z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"globe-alt\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path d=\"M21.721 12.752a9.711 9.711 0 00-.945-5.003 12.754 12.754 0 01-4.339 2.708 18.991 18.991 0 01-.214 4.772 17.165 17.165 0 005.498-2.477zM14.634 15.55a17.324 17.324 0 00.332-4.647c-.952.227-1.945.347-2.966.347-1.021 0-2.014-.12-2.966-.347a17.515 17.515 0 00.332 4.647 17.385 17.385 0 005.268 0zM9.772 17.119a18.963 18.963 0 004.456 0A17.182 17.182 0 0112 21.724a17.18 17.18 0 01-2.228-4.605zM7.777 15.23a18.87 18.87 0 01-.214-4.774 12.753 12.753 0 01-4.34-2.708 9.711 9.711 0 00-.944 5.004 17.165 17.165 0 005.498 2.477zM21.356 14.752a9.765 9.765 0 01-7.478 6.817 18.64 18.64 0 001.988-4.718 18.627 18.627 0 005.49-2.098zM2.644 14.752c1.682.971 3.53 1.688 5.49 2.099a18.64 18.64 0 001.988 4.718 9.765 9.765 0 01-7.478-6.816zM13.878 2.43a9.755 9.755 0 016.116 3.986 11.267 11.267 0 01-3.746 2.504 18.63 18.63 0 00-2.37-6.49zM12 2.276a17.152 17.152 0 012.805 7.121c-.897.23-1.837.353-2.805.353-.968 0-1.908-.122-2.805-.353A17.151 17.151 0 0112 2.276zM10.122 2.43a18.629 18.629 0 00-2.37 6.49 11.266 11.266 0 01-3.746-2.504 9.754 9.754 0 016.116-3.985z\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"beaker\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M10.5 3.798v5.02a3 3 0 01-.879 2.121l-2.377 2.377a9.845 9.845 0 015.091 1.013 8.315 8.315 0 005.713.636l.285-.071-3.954-3.955a3 3 0 01-.879-2.121v-5.02a23.614 23.614 0 00-3 0zm4.5.138a.75.75 0 00.093-1.495A24.837 24.837 0 0012 2.25a25.048 25.048 0 00-3.093.191A.75.75 0 009 3.936v4.882a1.5 1.5 0 01-.44 1.06l-6.293 6.294c-1.62 1.621-.903 4.475 1.471 4.88 2.686.46 5.447.698 8.262.698 2.816 0 5.576-.239 8.262-.697 2.373-.406 3.092-3.26 1.47-4.881L15.44 9.879A1.5 1.5 0 0115 8.818V3.936z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"pencil\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path d=\"M21.731 2.269a2.625 2.625 0 00-3.712 0l-1.157 1.157 3.712 3.712 1.157-1.157a2.625 2.625 0 000-3.712zM19.513 8.199l-3.712-3.712-12.15 12.15a5.25 5.25 0 00-1.32 2.214l-.8 2.685a.75.75 0 00.933.933l2.685-.8a5.25 5.25 0 002.214-1.32L19.513 8.2z\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"bell\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M5.25 9a6.75 6.75 0 0113.5 0v.75c0 2.123.8 4.057 2.118 5.52a.75.75 0 01-.297 1.206c-1.544.57-3.16.99-4.831 1.243a3.75 3.75 0 11-7.48 0 24.585 24.585 0 01-4.831-1.244.75.75 0 01-.298-1.205A8.217 8.217 0 005.25 9.75V9zm4.502 8.9a2.25 2.25 0 104.496 0 25.057 25.057 0 01-4.496 0z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"server\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path d=\"M4.08 5.227A3 3 0 016.979 3H17.02a3 3 0 012.9 2.227l2.113 7.926A5.228 5.228 0 0018.75 12H5.25a5.228 5.228 0 00-3.284 1.153L4.08 5.227z\"/>  <path fill-rule=\"evenodd\" d=\"M5.25 13.5a3.75 3.75 0 100 7.5h13.5a3.75 3.75 0 100-7.5H5.25zm10.5 4.5a.75.75 0 100-1.5.75.75 0 000 1.5zm3.75-.75a.75.75 0 11-1.5 0 .75.75 0 011.5 0z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"question-mark-circle\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M2.25 12c0-5.385 4.365-9.75 9.75-9.75s9.75 4.365 9.75 9.75-4.365 9.75-9.75 9.75S2.25 17.385 2.25 12zm11.378-3.917c-.89-.777-2.366-.777-3.255 0a.75.75 0 01-.988-1.129c1.454-1.272 3.776-1.272 5.23 0 1.513 1.324 1.513 3.518 0 4.842a3.75 3.75 0 01-.837.552c-.676.328-1.028.774-1.028 1.152v.75a.75.75 0 01-1.5 0v-.75c0-1.279 1.06-2.107 1.875-2.502.182-.088.351-.199.503-.331.83-.727.83-1.857 0-2.584zM12 18a.75.75 0 100-1.5.75.75 0 000 1.5z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"arrow-left\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M11.03 3.97a.75.75 0 010 1.06l-6.22 6.22H21a.75.75 0 010 1.5H4.81l6.22 6.22a.75.75 0 11-1.06 1.06l-7.5-7.5a.75.75 0 010-1.06l7.5-7.5a.75.75 0 011.06 0z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"eye-slash\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path d=\"M3.53 2.47a.75.75 0 00-1.06 1.06l18 18a.75.75 0 101.06-1.06l-18-18zM22.676 12.553a11.249 11.249 0 01-2.631 4.31l-3.099-3.099a5.25 5.25 0 00-6.71-6.71L7.759 4.577a11.217 11.217 0 014.242-.827c4.97 0 9.185 3.223 10.675 7.69.12.362.12.752 0 1.113z\"/>  <path d=\"M15.75 12c0 .18-.013.357-.037.53l-4.244-4.243A3.75 3.75 0 0115.75 12zM12.53 15.713l-4.243-4.244a3.75 3.75 0 004.243 4.243z\"/>  <path d=\"M6.75 12c0-.619.107-1.213.304-1.764l-3.1-3.1a11.25 11.25 0 00-2.63 4.31c-.12.362-.12.752 0 1.114 1.489 4.467 5.704 7.69 10.675 7.69 1.5 0 2.933-.294 4.242-.827l-2.477-2.477A5.25 5.25 0 016.75 12z\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"currency-euro\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M12 2.25c-5.385 0-9.75 4.365-9.75 9.75s4.365 9.75 9.75 9.75 9.75-4.365 9.75-9.75S17.385 2.25 12 2.25zm-1.902 7.098a3.75 3.75 0 013.903-.884.75.75 0 10.498-1.415A5.25 5.25 0 008.005 9.75H7.5a.75.75 0 000 1.5h.054a5.281 5.281 0 000 1.5H7.5a.75.75 0 000 1.5h.505a5.25 5.25 0 006.494 2.701.75.75 0 00-.498-1.415 3.75 3.75 0 01-4.252-1.286h3.001a.75.75 0 000-1.5H9.075a3.77 3.77 0 010-1.5h3.675a.75.75 0 000-1.5h-3c.105-.14.221-.274.348-.402z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"adjustments-vertical\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path d=\"M6 12a.75.75 0 01-.75-.75v-7.5a.75.75 0 111.5 0v7.5A.75.75 0 016 12zM18 12a.75.75 0 01-.75-.75v-7.5a.75.75 0 011.5 0v7.5A.75.75 0 0118 12zM6.75 20.25v-1.5a.75.75 0 00-1.5 0v1.5a.75.75 0 001.5 0zM18.75 18.75v1.5a.75.75 0 01-1.5 0v-1.5a.75.75 0 011.5 0zM12.75 5.25v-1.5a.75.75 0 00-1.5 0v1.5a.75.75 0 001.5 0zM12 21a.75.75 0 01-.75-.75v-7.5a.75.75 0 011.5 0v7.5A.75.75 0 0112 21zM3.75 15a2.25 2.25 0 104.5 0 2.25 2.25 0 00-4.5 0zM12 11.25a2.25 2.25 0 110-4.5 2.25 2.25 0 010 4.5zM15.75 15a2.25 2.25 0 104.5 0 2.25 2.25 0 00-4.5 0z\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"chevron-up\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M11.47 7.72a.75.75 0 011.06 0l7.5 7.5a.75.75 0 11-1.06 1.06L12 9.31l-6.97 6.97a.75.75 0 01-1.06-1.06l7.5-7.5z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"presentation-chart-bar\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M2.25 2.25a.75.75 0 000 1.5H3v10.5a3 3 0 003 3h1.21l-1.172 3.513a.75.75 0 001.424.474l.329-.987h8.418l.33.987a.75.75 0 001.422-.474l-1.17-3.513H18a3 3 0 003-3V3.75h.75a.75.75 0 000-1.5H2.25zm6.04 16.5l.5-1.5h6.42l.5 1.5H8.29zm7.46-12a.75.75 0 00-1.5 0v6a.75.75 0 001.5 0v-6zm-3 2.25a.75.75 0 00-1.5 0v3.75a.75.75 0 001.5 0V9zm-3 2.25a.75.75 0 00-1.5 0v1.5a.75.75 0 001.5 0v-1.5z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"queue-list\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path d=\"M5.625 3.75a2.625 2.625 0 100 5.25h12.75a2.625 2.625 0 000-5.25H5.625zM3.75 11.25a.75.75 0 000 1.5h16.5a.75.75 0 000-1.5H3.75zM3 15.75a.75.75 0 01.75-.75h16.5a.75.75 0 010 1.5H3.75a.75.75 0 01-.75-.75zM3.75 18.75a.75.75 0 000 1.5h16.5a.75.75 0 000-1.5H3.75z\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"cog-8-tooth\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M11.828 2.25c-.916 0-1.699.663-1.85 1.567l-.091.549a.798.798 0 01-.517.608 7.45 7.45 0 00-.478.198.798.798 0 01-.796-.064l-.453-.324a1.875 1.875 0 00-2.416.2l-.243.243a1.875 1.875 0 00-.2 2.416l.324.453a.798.798 0 01.064.796 7.448 7.448 0 00-.198.478.798.798 0 01-.608.517l-.55.092a1.875 1.875 0 00-1.566 1.849v.344c0 .916.663 1.699 1.567 1.85l.549.091c.281.047.508.25.608.517.06.162.127.321.198.478a.798.798 0 01-.064.796l-.324.453a1.875 1.875 0 00.2 2.416l.243.243c.648.648 1.67.733 2.416.2l.453-.324a.798.798 0 01.796-.064c.157.071.316.137.478.198.267.1.47.327.517.608l.092.55c.15.903.932 1.566 1.849 1.566h.344c.916 0 1.699-.663 1.85-1.567l.091-.549a.798.798 0 01.517-.608 7.52 7.52 0 00.478-.198.798.798 0 01.796.064l.453.324a1.875 1.875 0 002.416-.2l.243-.243c.648-.648.733-1.67.2-2.416l-.324-.453a.798.798 0 01-.064-.796c.071-.157.137-.316.198-.478.1-.267.327-.47.608-.517l.55-.091a1.875 1.875 0 001.566-1.85v-.344c0-.916-.663-1.699-1.567-1.85l-.549-.091a.798.798 0 01-.608-.517 7.507 7.507 0 00-.198-.478.798.798 0 01.064-.796l.324-.453a1.875 1.875 0 00-.2-2.416l-.243-.243a1.875 1.875 0 00-2.416-.2l-.453.324a.798.798 0 01-.796.064 7.462 7.462 0 00-.478-.198.798.798 0 01-.517-.608l-.091-.55a1.875 1.875 0 00-1.85-1.566h-.344zM12 15.75a3.75 3.75 0 100-7.5 3.75 3.75 0 000 7.5z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"ellipsis-horizontal-circle\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M12 2.25c-5.385 0-9.75 4.365-9.75 9.75s4.365 9.75 9.75 9.75 9.75-4.365 9.75-9.75S17.385 2.25 12 2.25zm0 8.625a1.125 1.125 0 100 2.25 1.125 1.125 0 000-2.25zM15.375 12a1.125 1.125 0 112.25 0 1.125 1.125 0 01-2.25 0zM7.5 10.875a1.125 1.125 0 100 2.25 1.125 1.125 0 000-2.25z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"truck\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path d=\"M3.375 4.5C2.339 4.5 1.5 5.34 1.5 6.375V13.5h12V6.375c0-1.036-.84-1.875-1.875-1.875h-8.25zM13.5 15h-12v2.625c0 1.035.84 1.875 1.875 1.875h.375a3 3 0 116 0h3a.75.75 0 00.75-.75V15z\"/>  <path d=\"M8.25 19.5a1.5 1.5 0 10-3 0 1.5 1.5 0 003 0zM15.75 6.75a.75.75 0 00-.75.75v11.25c0 .087.015.17.042.248a3 3 0 015.958.464c.853-.175 1.522-.935 1.464-1.883a18.659 18.659 0 00-3.732-10.104 1.837 1.837 0 00-1.47-.725H15.75z\"/>  <path d=\"M19.5 19.5a1.5 1.5 0 10-3 0 1.5 1.5 0 003 0z\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"folder-open\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path d=\"M19.906 9c.382 0 .749.057 1.094.162V9a3 3 0 00-3-3h-3.879a.75.75 0 01-.53-.22L11.47 3.66A2.25 2.25 0 009.879 3H6a3 3 0 00-3 3v3.162A3.756 3.756 0 014.094 9h15.812zM4.094 10.5a2.25 2.25 0 00-2.227 2.568l.857 6A2.25 2.25 0 004.951 21H19.05a2.25 2.25 0 002.227-1.932l.857-6a2.25 2.25 0 00-2.227-2.568H4.094z\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"tag\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M5.25 2.25a3 3 0 00-3 3v4.318a3 3 0 00.879 2.121l9.58 9.581c.92.92 2.39 1.186 3.548.428a18.849 18.849 0 005.441-5.44c.758-1.16.492-2.629-.428-3.548l-9.58-9.581a3 3 0 00-2.122-.879H5.25zM6.375 7.5a1.125 1.125 0 100-2.25 1.125 1.125 0 000 2.25z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"sun\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path d=\"M12 2.25a.75.75 0 01.75.75v2.25a.75.75 0 01-1.5 0V3a.75.75 0 01.75-.75zM7.5 12a4.5 4.5 0 119 0 4.5 4.5 0 01-9 0zM18.894 6.166a.75.75 0 00-1.06-1.06l-1.591 1.59a.75.75 0 101.06 1.061l1.591-1.59zM21.75 12a.75.75 0 01-.75.75h-2.25a.75.75 0 010-1.5H21a.75.75 0 01.75.75zM17.834 18.894a.75.75 0 001.06-1.06l-1.59-1.591a.75.75 0 10-1.061 1.06l1.59 1.591zM12 18a.75.75 0 01.75.75V21a.75.75 0 01-1.5 0v-2.25A.75.75 0 0112 18zM7.758 17.303a.75.75 0 00-1.061-1.06l-1.591 1.59a.75.75 0 001.06 1.061l1.591-1.59zM6 12a.75.75 0 01-.75.75H3a.75.75 0 010-1.5h2.25A.75.75 0 016 12zM6.697 7.757a.75.75 0 001.06-1.06l-1.59-1.591a.75.75 0 00-1.061 1.06l1.59 1.591z\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"phone\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M1.5 4.5a3 3 0 013-3h1.372c.86 0 1.61.586 1.819 1.42l1.105 4.423a1.875 1.875 0 01-.694 1.955l-1.293.97c-.135.101-.164.249-.126.352a11.285 11.285 0 006.697 6.697c.103.038.25.009.352-.126l.97-1.293a1.875 1.875 0 011.955-.694l4.423 1.105c.834.209 1.42.959 1.42 1.82V19.5a3 3 0 01-3 3h-2.25C8.552 22.5 1.5 15.448 1.5 6.75V4.5z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"phone-x-mark\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M15.22 3.22a.75.75 0 011.06 0L18 4.94l1.72-1.72a.75.75 0 111.06 1.06L19.06 6l1.72 1.72a.75.75 0 01-1.06 1.06L18 7.06l-1.72 1.72a.75.75 0 11-1.06-1.06L16.94 6l-1.72-1.72a.75.75 0 010-1.06zM1.5 4.5a3 3 0 013-3h1.372c.86 0 1.61.586 1.819 1.42l1.105 4.423a1.875 1.875 0 01-.694 1.955l-1.293.97c-.135.101-.164.249-.126.352a11.285 11.285 0 006.697 6.697c.103.038.25.009.352-.126l.97-1.293a1.875 1.875 0 011.955-.694l4.423 1.105c.834.209 1.42.959 1.42 1.82V19.5a3 3 0 01-3 3h-2.25C8.552 22.5 1.5 15.448 1.5 6.75V4.5z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"table-cells\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M1.5 5.625c0-1.036.84-1.875 1.875-1.875h17.25c1.035 0 1.875.84 1.875 1.875v12.75c0 1.035-.84 1.875-1.875 1.875H3.375A1.875 1.875 0 011.5 18.375V5.625zM21 9.375A.375.375 0 0020.625 9h-7.5a.375.375 0 00-.375.375v1.5c0 .207.168.375.375.375h7.5a.375.375 0 00.375-.375v-1.5zm0 3.75a.375.375 0 00-.375-.375h-7.5a.375.375 0 00-.375.375v1.5c0 .207.168.375.375.375h7.5a.375.375 0 00.375-.375v-1.5zm0 3.75a.375.375 0 00-.375-.375h-7.5a.375.375 0 00-.375.375v1.5c0 .207.168.375.375.375h7.5a.375.375 0 00.375-.375v-1.5zM10.875 18.75a.375.375 0 00.375-.375v-1.5a.375.375 0 00-.375-.375h-7.5a.375.375 0 00-.375.375v1.5c0 .207.168.375.375.375h7.5zM3.375 15h7.5a.375.375 0 00.375-.375v-1.5a.375.375 0 00-.375-.375h-7.5a.375.375 0 00-.375.375v1.5c0 .207.168.375.375.375zm0-3.75h7.5a.375.375 0 00.375-.375v-1.5A.375.375 0 0010.875 9h-7.5A.375.375 0 003 9.375v1.5c0 .207.168.375.375.375z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"currency-rupee\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M12 2.25c-5.385 0-9.75 4.365-9.75 9.75s4.365 9.75 9.75 9.75 9.75-4.365 9.75-9.75S17.385 2.25 12 2.25zM9 7.5A.75.75 0 009 9h1.5c.98 0 1.813.626 2.122 1.5H9A.75.75 0 009 12h3.622a2.251 2.251 0 01-2.122 1.5H9a.75.75 0 00-.53 1.28l3 3a.75.75 0 101.06-1.06L10.8 14.988A3.752 3.752 0 0014.175 12H15a.75.75 0 000-1.5h-.825A3.733 3.733 0 0013.5 9H15a.75.75 0 000-1.5H9z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"chevron-up-down\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M11.47 4.72a.75.75 0 011.06 0l3.75 3.75a.75.75 0 01-1.06 1.06L12 6.31 8.78 9.53a.75.75 0 01-1.06-1.06l3.75-3.75zm-3.75 9.75a.75.75 0 011.06 0L12 17.69l3.22-3.22a.75.75 0 111.06 1.06l-3.75 3.75a.75.75 0 01-1.06 0l-3.75-3.75a.75.75 0 010-1.06z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"square-3-stack-3d\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path d=\"M11.644 1.59a.75.75 0 01.712 0l9.75 5.25a.75.75 0 010 1.32l-9.75 5.25a.75.75 0 01-.712 0l-9.75-5.25a.75.75 0 010-1.32l9.75-5.25z\"/>  <path d=\"M3.265 10.602l7.668 4.129a2.25 2.25 0 002.134 0l7.668-4.13 1.37.739a.75.75 0 010 1.32l-9.75 5.25a.75.75 0 01-.71 0l-9.75-5.25a.75.75 0 010-1.32l1.37-.738z\"/>  <path d=\"M10.933 19.231l-7.668-4.13-1.37.739a.75.75 0 000 1.32l9.75 5.25c.221.12.489.12.71 0l9.75-5.25a.75.75 0 000-1.32l-1.37-.738-7.668 4.13a2.25 2.25 0 01-2.134-.001z\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"newspaper\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M4.125 3C3.089 3 2.25 3.84 2.25 4.875V18a3 3 0 003 3h15a3 3 0 01-3-3V4.875C17.25 3.839 16.41 3 15.375 3H4.125zM12 9.75a.75.75 0 000 1.5h1.5a.75.75 0 000-1.5H12zm-.75-2.25a.75.75 0 01.75-.75h1.5a.75.75 0 010 1.5H12a.75.75 0 01-.75-.75zM6 12.75a.75.75 0 000 1.5h7.5a.75.75 0 000-1.5H6zm-.75 3.75a.75.75 0 01.75-.75h7.5a.75.75 0 010 1.5H6a.75.75 0 01-.75-.75zM6 6.75a.75.75 0 00-.75.75v3c0 .414.336.75.75.75h3a.75.75 0 00.75-.75v-3A.75.75 0 009 6.75H6z\" clip-rule=\"evenodd\"/>  <path d=\"M18.75 6.75h1.875c.621 0 1.125.504 1.125 1.125V18a1.5 1.5 0 01-3 0V6.75z\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"arrows-right-left\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M15.97 2.47a.75.75 0 011.06 0l4.5 4.5a.75.75 0 010 1.06l-4.5 4.5a.75.75 0 11-1.06-1.06l3.22-3.22H7.5a.75.75 0 010-1.5h11.69l-3.22-3.22a.75.75 0 010-1.06zm-7.94 9a.75.75 0 010 1.06l-3.22 3.22H16.5a.75.75 0 010 1.5H4.81l3.22 3.22a.75.75 0 11-1.06 1.06l-4.5-4.5a.75.75 0 010-1.06l4.5-4.5a.75.75 0 011.06 0z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"exclamation-circle\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M2.25 12c0-5.385 4.365-9.75 9.75-9.75s9.75 4.365 9.75 9.75-4.365 9.75-9.75 9.75S2.25 17.385 2.25 12zM12 8.25a.75.75 0 01.75.75v3.75a.75.75 0 01-1.5 0V9a.75.75 0 01.75-.75zm0 8.25a.75.75 0 100-1.5.75.75 0 000 1.5z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"tv\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path d=\"M19.5 6h-15v9h15V6z\"/>  <path fill-rule=\"evenodd\" d=\"M3.375 3C2.339 3 1.5 3.84 1.5 4.875v11.25C1.5 17.16 2.34 18 3.375 18H9.75v1.5H6A.75.75 0 006 21h12a.75.75 0 000-1.5h-3.75V18h6.375c1.035 0 1.875-.84 1.875-1.875V4.875C22.5 3.839 21.66 3 20.625 3H3.375zm0 13.5h17.25a.375.375 0 00.375-.375V4.875a.375.375 0 00-.375-.375H3.375A.375.375 0 003 4.875v11.25c0 .207.168.375.375.375z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"globe-asia-australia\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path d=\"M15.75 8.25a.75.75 0 01.75.75c0 1.12-.492 2.126-1.27 2.812a.75.75 0 11-.992-1.124A2.243 2.243 0 0015 9a.75.75 0 01.75-.75z\"/>  <path fill-rule=\"evenodd\" d=\"M12 2.25c-5.385 0-9.75 4.365-9.75 9.75s4.365 9.75 9.75 9.75 9.75-4.365 9.75-9.75S17.385 2.25 12 2.25zM4.575 15.6a8.25 8.25 0 009.348 4.425 1.966 1.966 0 00-1.84-1.275.983.983 0 01-.97-.822l-.073-.437c-.094-.565.25-1.11.8-1.267l.99-.282c.427-.123.783-.418.982-.816l.036-.073a1.453 1.453 0 012.328-.377L16.5 15h.628a2.25 2.25 0 011.983 1.186 8.25 8.25 0 00-6.345-12.4c.044.262.18.503.389.676l1.068.89c.442.369.535 1.01.216 1.49l-.51.766a2.25 2.25 0 01-1.161.886l-.143.048a1.107 1.107 0 00-.57 1.664c.369.555.169 1.307-.427 1.605L9 13.125l.423 1.059a.956.956 0 01-1.652.928l-.679-.906a1.125 1.125 0 00-1.906.172L4.575 15.6z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"trophy\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M5.166 2.621v.858c-1.035.148-2.059.33-3.071.543a.75.75 0 00-.584.859 6.753 6.753 0 006.138 5.6 6.73 6.73 0 002.743 1.346A6.707 6.707 0 019.279 15H8.54c-1.036 0-1.875.84-1.875 1.875V19.5h-.75a2.25 2.25 0 00-2.25 2.25c0 .414.336.75.75.75h15a.75.75 0 00.75-.75 2.25 2.25 0 00-2.25-2.25h-.75v-2.625c0-1.036-.84-1.875-1.875-1.875h-.739a6.706 6.706 0 01-1.112-3.173 6.73 6.73 0 002.743-1.347 6.753 6.753 0 006.139-5.6.75.75 0 00-.585-.858 47.077 47.077 0 00-3.07-.543V2.62a.75.75 0 00-.658-.744 49.22 49.22 0 00-6.093-.377c-2.063 0-4.096.128-6.093.377a.75.75 0 00-.657.744zm0 2.629c0 1.196.312 2.32.857 3.294A5.266 5.266 0 013.16 5.337a45.6 45.6 0 012.006-.343v.256zm13.5 0v-.256c.674.1 1.343.214 2.006.343a5.265 5.265 0 01-2.863 3.207 6.72 6.72 0 00.857-3.294z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"face-frown\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M12 2.25c-5.385 0-9.75 4.365-9.75 9.75s4.365 9.75 9.75 9.75 9.75-4.365 9.75-9.75S17.385 2.25 12 2.25zm-2.625 6c-.54 0-.828.419-.936.634a1.96 1.96 0 00-.189.866c0 .298.059.605.189.866.108.215.395.634.936.634.54 0 .828-.419.936-.634.13-.26.189-.568.189-.866 0-.298-.059-.605-.189-.866-.108-.215-.395-.634-.936-.634zm4.314.634c.108-.215.395-.634.936-.634.54 0 .828.419.936.634.13.26.189.568.189.866 0 .298-.059.605-.189.866-.108.215-.395.634-.936.634-.54 0-.828-.419-.936-.634a1.96 1.96 0 01-.189-.866c0-.298.059-.605.189-.866zm-4.34 7.964a.75.75 0 01-1.061-1.06 5.236 5.236 0 013.73-1.538 5.236 5.236 0 013.695 1.538.75.75 0 11-1.061 1.06 3.736 3.736 0 00-2.639-1.098 3.736 3.736 0 00-2.664 1.098z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"clipboard-document-check\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M7.502 6h7.128A3.375 3.375 0 0118 9.375v9.375a3 3 0 003-3V6.108c0-1.505-1.125-2.811-2.664-2.94a48.972 48.972 0 00-.673-.05A3 3 0 0015 1.5h-1.5a3 3 0 00-2.663 1.618c-.225.015-.45.032-.673.05C8.662 3.295 7.554 4.542 7.502 6zM13.5 3A1.5 1.5 0 0012 4.5h4.5A1.5 1.5 0 0015 3h-1.5z\" clip-rule=\"evenodd\"/>  <path fill-rule=\"evenodd\" d=\"M3 9.375C3 8.339 3.84 7.5 4.875 7.5h9.75c1.036 0 1.875.84 1.875 1.875v11.25c0 1.035-.84 1.875-1.875 1.875h-9.75A1.875 1.875 0 013 20.625V9.375zm9.586 4.594a.75.75 0 00-1.172-.938l-2.476 3.096-.908-.907a.75.75 0 00-1.06 1.06l1.5 1.5a.75.75 0 001.116-.062l3-3.75z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"arrow-long-up\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M11.47 2.47a.75.75 0 011.06 0l3.75 3.75a.75.75 0 01-1.06 1.06l-2.47-2.47V21a.75.75 0 01-1.5 0V4.81L8.78 7.28a.75.75 0 01-1.06-1.06l3.75-3.75z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"bookmark-square\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M6 3a3 3 0 00-3 3v12a3 3 0 003 3h12a3 3 0 003-3V6a3 3 0 00-3-3H6zm1.5 1.5a.75.75 0 00-.75.75V16.5a.75.75 0 001.085.67L12 15.089l4.165 2.083a.75.75 0 001.085-.671V5.25a.75.75 0 00-.75-.75h-9z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"hand-thumb-down\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path d=\"M15.73 5.25h1.035A7.465 7.465 0 0118 9.375a7.465 7.465 0 01-1.235 4.125h-.148c-.806 0-1.534.446-2.031 1.08a9.04 9.04 0 01-2.861 2.4c-.723.384-1.35.956-1.653 1.715a4.498 4.498 0 00-.322 1.672V21a.75.75 0 01-.75.75 2.25 2.25 0 01-2.25-2.25c0-1.152.26-2.243.723-3.218C7.74 15.724 7.366 15 6.748 15H3.622c-1.026 0-1.945-.694-2.054-1.715A12.134 12.134 0 011.5 12c0-2.848.992-5.464 2.649-7.521.388-.482.987-.729 1.605-.729H9.77a4.5 4.5 0 011.423.23l3.114 1.04a4.5 4.5 0 001.423.23zM21.669 13.773c.536-1.362.831-2.845.831-4.398 0-1.22-.182-2.398-.52-3.507-.26-.85-1.084-1.368-1.973-1.368H19.1c-.445 0-.72.498-.523.898.591 1.2.924 2.55.924 3.977a8.959 8.959 0 01-1.302 4.666c-.245.403.028.959.5.959h1.053c.832 0 1.612-.453 1.918-1.227z\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"minus-small\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M5.25 12a.75.75 0 01.75-.75h12a.75.75 0 010 1.5H6a.75.75 0 01-.75-.75z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"bars-arrow-down\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M2.25 4.5A.75.75 0 013 3.75h14.25a.75.75 0 010 1.5H3a.75.75 0 01-.75-.75zm0 4.5A.75.75 0 013 8.25h9.75a.75.75 0 010 1.5H3A.75.75 0 012.25 9zm15-.75A.75.75 0 0118 9v10.19l2.47-2.47a.75.75 0 111.06 1.06l-3.75 3.75a.75.75 0 01-1.06 0l-3.75-3.75a.75.75 0 111.06-1.06l2.47 2.47V9a.75.75 0 01.75-.75zm-15 5.25a.75.75 0 01.75-.75h9.75a.75.75 0 010 1.5H3a.75.75 0 01-.75-.75z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"chevron-left\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M7.72 12.53a.75.75 0 010-1.06l7.5-7.5a.75.75 0 111.06 1.06L9.31 12l6.97 6.97a.75.75 0 11-1.06 1.06l-7.5-7.5z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"bookmark\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M6.32 2.577a49.255 49.255 0 0111.36 0c1.497.174 2.57 1.46 2.57 2.93V21a.75.75 0 01-1.085.67L12 18.089l-7.165 3.583A.75.75 0 013.75 21V5.507c0-1.47 1.073-2.756 2.57-2.93z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"building-office-2\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M3 2.25a.75.75 0 000 1.5v16.5h-.75a.75.75 0 000 1.5H15v-18a.75.75 0 000-1.5H3zM6.75 19.5v-2.25a.75.75 0 01.75-.75h3a.75.75 0 01.75.75v2.25a.75.75 0 01-.75.75h-3a.75.75 0 01-.75-.75zM6 6.75A.75.75 0 016.75 6h.75a.75.75 0 010 1.5h-.75A.75.75 0 016 6.75zM6.75 9a.75.75 0 000 1.5h.75a.75.75 0 000-1.5h-.75zM6 12.75a.75.75 0 01.75-.75h.75a.75.75 0 010 1.5h-.75a.75.75 0 01-.75-.75zM10.5 6a.75.75 0 000 1.5h.75a.75.75 0 000-1.5h-.75zm-.75 3.75A.75.75 0 0110.5 9h.75a.75.75 0 010 1.5h-.75a.75.75 0 01-.75-.75zM10.5 12a.75.75 0 000 1.5h.75a.75.75 0 000-1.5h-.75zM16.5 6.75v15h5.25a.75.75 0 000-1.5H21v-12a.75.75 0 000-1.5h-4.5zm1.5 4.5a.75.75 0 01.75-.75h.008a.75.75 0 01.75.75v.008a.75.75 0 01-.75.75h-.008a.75.75 0 01-.75-.75v-.008zm.75 2.25a.75.75 0 00-.75.75v.008c0 .414.336.75.75.75h.008a.75.75 0 00.75-.75v-.008a.75.75 0 00-.75-.75h-.008zM18 17.25a.75.75 0 01.75-.75h.008a.75.75 0 01.75.75v.008a.75.75 0 01-.75.75h-.008a.75.75 0 01-.75-.75v-.008z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"cog\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path d=\"M17.004 10.407c.138.435-.216.842-.672.842h-3.465a.75.75 0 01-.65-.375l-1.732-3c-.229-.396-.053-.907.393-1.004a5.252 5.252 0 016.126 3.537zM8.12 8.464c.307-.338.838-.235 1.066.16l1.732 3a.75.75 0 010 .75l-1.732 3.001c-.229.396-.76.498-1.067.16A5.231 5.231 0 016.75 12c0-1.362.519-2.603 1.37-3.536zM10.878 17.13c-.447-.097-.623-.608-.394-1.003l1.733-3.003a.75.75 0 01.65-.375h3.465c.457 0 .81.408.672.843a5.252 5.252 0 01-6.126 3.538z\"/>  <path fill-rule=\"evenodd\" d=\"M21 12.75a.75.75 0 000-1.5h-.783a8.22 8.22 0 00-.237-1.357l.734-.267a.75.75 0 10-.513-1.41l-.735.268a8.24 8.24 0 00-.689-1.191l.6-.504a.75.75 0 10-.964-1.149l-.6.504a8.3 8.3 0 00-1.054-.885l.391-.678a.75.75 0 10-1.299-.75l-.39.677a8.188 8.188 0 00-1.295-.471l.136-.77a.75.75 0 00-1.477-.26l-.136.77a8.364 8.364 0 00-1.377 0l-.136-.77a.75.75 0 10-1.477.26l.136.77c-.448.121-.88.28-1.294.47l-.39-.676a.75.75 0 00-1.3.75l.392.678a8.29 8.29 0 00-1.054.885l-.6-.504a.75.75 0 00-.965 1.149l.6.503a8.243 8.243 0 00-.689 1.192L3.8 8.217a.75.75 0 10-.513 1.41l.735.267a8.222 8.222 0 00-.238 1.355h-.783a.75.75 0 000 1.5h.783c.042.464.122.917.238 1.356l-.735.268a.75.75 0 10.513 1.41l.735-.268c.197.417.428.816.69 1.192l-.6.504a.75.75 0 10.963 1.149l.601-.505c.326.323.679.62 1.054.885l-.392.68a.75.75 0 101.3.75l.39-.679c.414.192.847.35 1.294.471l-.136.771a.75.75 0 101.477.26l.137-.772a8.376 8.376 0 001.376 0l.136.773a.75.75 0 101.477-.26l-.136-.772a8.19 8.19 0 001.294-.47l.391.677a.75.75 0 101.3-.75l-.393-.679a8.282 8.282 0 001.054-.885l.601.504a.75.75 0 10.964-1.15l-.6-.503a8.24 8.24 0 00.69-1.191l.735.268a.75.75 0 10.512-1.41l-.734-.268c.115-.438.195-.892.237-1.356h.784zm-2.657-3.06a6.744 6.744 0 00-1.19-2.053 6.784 6.784 0 00-1.82-1.51A6.704 6.704 0 0012 5.25a6.801 6.801 0 00-1.225.111 6.7 6.7 0 00-2.15.792 6.784 6.784 0 00-2.952 3.489.758.758 0 01-.036.099A6.74 6.74 0 005.251 12a6.739 6.739 0 003.355 5.835l.01.006.01.005a6.706 6.706 0 002.203.802c.007 0 .014.002.021.004a6.792 6.792 0 002.301 0l.022-.004a6.707 6.707 0 002.228-.816 6.781 6.781 0 001.762-1.483l.009-.01.009-.012a6.744 6.744 0 001.18-2.064c.253-.708.39-1.47.39-2.264a6.74 6.74 0 00-.408-2.308z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"scissors\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M8.128 9.155a3.751 3.751 0 11.713-1.321l1.136.656a.75.75 0 01.222 1.104l-.006.007a.75.75 0 01-1.032.157 1.421 1.421 0 00-.113-.072l-.92-.531zm-4.827-3.53a2.25 2.25 0 013.994 2.063.756.756 0 00-.122.23 2.25 2.25 0 01-3.872-2.293zM13.348 8.272a5.073 5.073 0 00-3.428 3.57c-.101.387-.158.79-.165 1.202a1.415 1.415 0 01-.707 1.201l-.96.554a3.751 3.751 0 10.734 1.309l13.729-7.926a.75.75 0 00-.181-1.374l-.803-.215a5.25 5.25 0 00-2.894.05l-5.325 1.629zm-9.223 7.03a2.25 2.25 0 102.25 3.897 2.25 2.25 0 00-2.25-3.897zM12 12.75a.75.75 0 100-1.5.75.75 0 000 1.5z\" clip-rule=\"evenodd\"/>  <path d=\"M16.372 12.615a.75.75 0 01.75 0l5.43 3.135a.75.75 0 01-.182 1.374l-.802.215a5.25 5.25 0 01-2.894-.051l-5.147-1.574a.75.75 0 01-.156-1.367l3-1.732z\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"archive-box\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path d=\"M3.375 3C2.339 3 1.5 3.84 1.5 4.875v.75c0 1.036.84 1.875 1.875 1.875h17.25c1.035 0 1.875-.84 1.875-1.875v-.75C22.5 3.839 21.66 3 20.625 3H3.375z\"/>  <path fill-rule=\"evenodd\" d=\"M3.087 9l.54 9.176A3 3 0 006.62 21h10.757a3 3 0 002.995-2.824L20.913 9H3.087zm6.163 3.75A.75.75 0 0110 12h4a.75.75 0 010 1.5h-4a.75.75 0 01-.75-.75z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"musical-note\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M19.952 1.651a.75.75 0 01.298.599V16.303a3 3 0 01-2.176 2.884l-1.32.377a2.553 2.553 0 11-1.403-4.909l2.311-.66a1.5 1.5 0 001.088-1.442V6.994l-9 2.572v9.737a3 3 0 01-2.176 2.884l-1.32.377a2.553 2.553 0 11-1.402-4.909l2.31-.66a1.5 1.5 0 001.088-1.442V9.017 5.25a.75.75 0 01.544-.721l10.5-3a.75.75 0 01.658.122z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"exclamation-triangle\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M9.401 3.003c1.155-2 4.043-2 5.197 0l7.355 12.748c1.154 2-.29 4.5-2.599 4.5H4.645c-2.309 0-3.752-2.5-2.598-4.5L9.4 3.003zM12 8.25a.75.75 0 01.75.75v3.75a.75.75 0 01-1.5 0V9a.75.75 0 01.75-.75zm0 8.25a.75.75 0 100-1.5.75.75 0 000 1.5z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"bars-2\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M3 9a.75.75 0 01.75-.75h16.5a.75.75 0 010 1.5H3.75A.75.75 0 013 9zm0 6.75a.75.75 0 01.75-.75h16.5a.75.75 0 010 1.5H3.75a.75.75 0 01-.75-.75z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"arrow-long-down\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M12 2.25a.75.75 0 01.75.75v16.19l2.47-2.47a.75.75 0 111.06 1.06l-3.75 3.75a.75.75 0 01-1.06 0l-3.75-3.75a.75.75 0 111.06-1.06l2.47 2.47V3a.75.75 0 01.75-.75z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"hand-raised\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path d=\"M10.5 1.875a1.125 1.125 0 012.25 0v8.219c.517.162 1.02.382 1.5.659V3.375a1.125 1.125 0 012.25 0v10.937a4.505 4.505 0 00-3.25 2.373 8.963 8.963 0 014-.935A.75.75 0 0018 15v-2.266a3.368 3.368 0 01.988-2.37 1.125 1.125 0 011.591 1.59 1.118 1.118 0 00-.329.79v3.006h-.005a6 6 0 01-1.752 4.007l-1.736 1.736a6 6 0 01-4.242 1.757H10.5a7.5 7.5 0 01-7.5-7.5V6.375a1.125 1.125 0 012.25 0v5.519c.46-.452.965-.832 1.5-1.141V3.375a1.125 1.125 0 012.25 0v6.526c.495-.1.997-.151 1.5-.151V1.875z\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"lifebuoy\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M19.449 8.448L16.388 11a4.52 4.52 0 010 2.002l3.061 2.55a8.275 8.275 0 000-7.103zM15.552 19.45L13 16.388a4.52 4.52 0 01-2.002 0l-2.55 3.061a8.275 8.275 0 007.103 0zM4.55 15.552L7.612 13a4.52 4.52 0 010-2.002L4.551 8.45a8.275 8.275 0 000 7.103zM8.448 4.55L11 7.612a4.52 4.52 0 012.002 0l2.55-3.061a8.275 8.275 0 00-7.103 0zm8.657-.86a9.776 9.776 0 011.79 1.415 9.776 9.776 0 011.414 1.788 9.764 9.764 0 010 10.211 9.777 9.777 0 01-1.415 1.79 9.777 9.777 0 01-1.788 1.414 9.764 9.764 0 01-10.212 0 9.776 9.776 0 01-1.788-1.415 9.776 9.776 0 01-1.415-1.788 9.764 9.764 0 010-10.212 9.774 9.774 0 011.415-1.788A9.774 9.774 0 016.894 3.69a9.764 9.764 0 0110.211 0zM14.121 9.88a2.985 2.985 0 00-1.11-.704 3.015 3.015 0 00-2.022 0 2.985 2.985 0 00-1.11.704c-.326.325-.56.705-.704 1.11a3.015 3.015 0 000 2.022c.144.405.378.785.704 1.11.325.326.705.56 1.11.704.652.233 1.37.233 2.022 0a2.985 2.985 0 001.11-.704c.326-.325.56-.705.704-1.11a3.016 3.016 0 000-2.022 2.985 2.985 0 00-.704-1.11z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"device-tablet\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path d=\"M10.5 18a.75.75 0 000 1.5h3a.75.75 0 000-1.5h-3z\"/>  <path fill-rule=\"evenodd\" d=\"M7.125 1.5A3.375 3.375 0 003.75 4.875v14.25A3.375 3.375 0 007.125 22.5h9.75a3.375 3.375 0 003.375-3.375V4.875A3.375 3.375 0 0016.875 1.5h-9.75zM6 4.875c0-.621.504-1.125 1.125-1.125h9.75c.621 0 1.125.504 1.125 1.125v14.25c0 .621-.504 1.125-1.125 1.125h-9.75A1.125 1.125 0 016 19.125V4.875z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"plus-circle\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M12 2.25c-5.385 0-9.75 4.365-9.75 9.75s4.365 9.75 9.75 9.75 9.75-4.365 9.75-9.75S17.385 2.25 12 2.25zM12.75 9a.75.75 0 00-1.5 0v2.25H9a.75.75 0 000 1.5h2.25V15a.75.75 0 001.5 0v-2.25H15a.75.75 0 000-1.5h-2.25V9z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"trash\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M16.5 4.478v.227a48.816 48.816 0 013.878.512.75.75 0 11-.256 1.478l-.209-.035-1.005 13.07a3 3 0 01-2.991 2.77H8.084a3 3 0 01-2.991-2.77L4.087 6.66l-.209.035a.75.75 0 01-.256-1.478A48.567 48.567 0 017.5 4.705v-.227c0-1.564 1.213-2.9 2.816-2.951a52.662 52.662 0 013.369 0c1.603.051 2.815 1.387 2.815 2.951zm-6.136-1.452a51.196 51.196 0 013.273 0C14.39 3.05 15 3.684 15 4.478v.113a49.488 49.488 0 00-6 0v-.113c0-.794.609-1.428 1.364-1.452zm-.355 5.945a.75.75 0 10-1.5.058l.347 9a.75.75 0 101.499-.058l-.346-9zm5.48.058a.75.75 0 10-1.498-.058l-.347 9a.75.75 0 001.5.058l.345-9z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"adjustments-horizontal\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path d=\"M18.75 12.75h1.5a.75.75 0 000-1.5h-1.5a.75.75 0 000 1.5zM12 6a.75.75 0 01.75-.75h7.5a.75.75 0 010 1.5h-7.5A.75.75 0 0112 6zM12 18a.75.75 0 01.75-.75h7.5a.75.75 0 010 1.5h-7.5A.75.75 0 0112 18zM3.75 6.75h1.5a.75.75 0 100-1.5h-1.5a.75.75 0 000 1.5zM5.25 18.75h-1.5a.75.75 0 010-1.5h1.5a.75.75 0 010 1.5zM3 12a.75.75 0 01.75-.75h7.5a.75.75 0 010 1.5h-7.5A.75.75 0 013 12zM9 3.75a2.25 2.25 0 100 4.5 2.25 2.25 0 000-4.5zM12.75 12a2.25 2.25 0 114.5 0 2.25 2.25 0 01-4.5 0zM9 15.75a2.25 2.25 0 100 4.5 2.25 2.25 0 000-4.5z\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"arrow-down-circle\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M12 2.25c-5.385 0-9.75 4.365-9.75 9.75s4.365 9.75 9.75 9.75 9.75-4.365 9.75-9.75S17.385 2.25 12 2.25zm-.53 14.03a.75.75 0 001.06 0l3-3a.75.75 0 10-1.06-1.06l-1.72 1.72V8.25a.75.75 0 00-1.5 0v5.69l-1.72-1.72a.75.75 0 00-1.06 1.06l3 3z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"cake\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path d=\"M15 1.784l-.796.796a1.125 1.125 0 101.591 0L15 1.784zM12 1.784l-.796.796a1.125 1.125 0 101.591 0L12 1.784zM9 1.784l-.796.796a1.125 1.125 0 101.591 0L9 1.784zM9.75 7.547c.498-.02.998-.035 1.5-.042V6.75a.75.75 0 011.5 0v.755c.502.007 1.002.021 1.5.042V6.75a.75.75 0 011.5 0v.88l.307.022c1.55.117 2.693 1.427 2.693 2.946v1.018a62.182 62.182 0 00-13.5 0v-1.018c0-1.519 1.143-2.829 2.693-2.946l.307-.022v-.88a.75.75 0 011.5 0v.797zM12 12.75c-2.472 0-4.9.184-7.274.54-1.454.217-2.476 1.482-2.476 2.916v.384a4.104 4.104 0 012.585.364 2.605 2.605 0 002.33 0 4.104 4.104 0 013.67 0 2.605 2.605 0 002.33 0 4.104 4.104 0 013.67 0 2.605 2.605 0 002.33 0 4.104 4.104 0 012.585-.364v-.384c0-1.434-1.022-2.7-2.476-2.917A49.138 49.138 0 0012 12.75zM21.75 18.131a2.604 2.604 0 00-1.915.165 4.104 4.104 0 01-3.67 0 2.604 2.604 0 00-2.33 0 4.104 4.104 0 01-3.67 0 2.604 2.604 0 00-2.33 0 4.104 4.104 0 01-3.67 0 2.604 2.604 0 00-1.915-.165v2.494c0 1.036.84 1.875 1.875 1.875h15.75c1.035 0 1.875-.84 1.875-1.875v-2.494z\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"arrow-trending-up\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M15.22 6.268a.75.75 0 01.968-.432l5.942 2.28a.75.75 0 01.431.97l-2.28 5.941a.75.75 0 11-1.4-.537l1.63-4.251-1.086.483a11.2 11.2 0 00-5.45 5.174.75.75 0 01-1.199.19L9 12.31l-6.22 6.22a.75.75 0 11-1.06-1.06l6.75-6.75a.75.75 0 011.06 0l3.606 3.605a12.694 12.694 0 015.68-4.973l1.086-.484-4.251-1.631a.75.75 0 01-.432-.97z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"wallet\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path d=\"M2.273 5.625A4.483 4.483 0 015.25 4.5h13.5c1.141 0 2.183.425 2.977 1.125A3 3 0 0018.75 3H5.25a3 3 0 00-2.977 2.625zM2.273 8.625A4.483 4.483 0 015.25 7.5h13.5c1.141 0 2.183.425 2.977 1.125A3 3 0 0018.75 6H5.25a3 3 0 00-2.977 2.625zM5.25 9a3 3 0 00-3 3v6a3 3 0 003 3h13.5a3 3 0 003-3v-6a3 3 0 00-3-3H15a.75.75 0 00-.75.75 2.25 2.25 0 01-4.5 0A.75.75 0 009 9H5.25z\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"play\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M4.5 5.653c0-1.426 1.529-2.33 2.779-1.643l11.54 6.348c1.295.712 1.295 2.573 0 3.285L7.28 19.991c-1.25.687-2.779-.217-2.779-1.643V5.653z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"speaker-wave\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path d=\"M13.5 4.06c0-1.336-1.616-2.005-2.56-1.06l-4.5 4.5H4.508c-1.141 0-2.318.664-2.66 1.905A9.76 9.76 0 001.5 12c0 .898.121 1.768.35 2.595.341 1.24 1.518 1.905 2.659 1.905h1.93l4.5 4.5c.945.945 2.561.276 2.561-1.06V4.06zM18.584 5.106a.75.75 0 011.06 0c3.808 3.807 3.808 9.98 0 13.788a.75.75 0 11-1.06-1.06 8.25 8.25 0 000-11.668.75.75 0 010-1.06z\"/>  <path d=\"M15.932 7.757a.75.75 0 011.061 0 6 6 0 010 8.486.75.75 0 01-1.06-1.061 4.5 4.5 0 000-6.364.75.75 0 010-1.06z\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"document-magnifying-glass\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path d=\"M11.625 16.5a1.875 1.875 0 100-3.75 1.875 1.875 0 000 3.75z\"/>  <path fill-rule=\"evenodd\" d=\"M5.625 1.5H9a3.75 3.75 0 013.75 3.75v1.875c0 1.036.84 1.875 1.875 1.875H16.5a3.75 3.75 0 013.75 3.75v7.875c0 1.035-.84 1.875-1.875 1.875H5.625a1.875 1.875 0 01-1.875-1.875V3.375c0-1.036.84-1.875 1.875-1.875zm6 16.5c.66 0 1.277-.19 1.797-.518l1.048 1.048a.75.75 0 001.06-1.06l-1.047-1.048A3.375 3.375 0 1011.625 18z\" clip-rule=\"evenodd\"/>  <path d=\"M14.25 5.25a5.23 5.23 0 00-1.279-3.434 9.768 9.768 0 016.963 6.963A5.23 5.23 0 0016.5 7.5h-1.875a.375.375 0 01-.375-.375V5.25z\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"chart-bar\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path d=\"M18.375 2.25c-1.035 0-1.875.84-1.875 1.875v15.75c0 1.035.84 1.875 1.875 1.875h.75c1.035 0 1.875-.84 1.875-1.875V4.125c0-1.036-.84-1.875-1.875-1.875h-.75zM9.75 8.625c0-1.036.84-1.875 1.875-1.875h.75c1.036 0 1.875.84 1.875 1.875v11.25c0 1.035-.84 1.875-1.875 1.875h-.75a1.875 1.875 0 01-1.875-1.875V8.625zM3 13.125c0-1.036.84-1.875 1.875-1.875h.75c1.036 0 1.875.84 1.875 1.875v6.75c0 1.035-.84 1.875-1.875 1.875h-.75A1.875 1.875 0 013 19.875v-6.75z\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"academic-cap\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path d=\"M11.7 2.805a.75.75 0 01.6 0A60.65 60.65 0 0122.83 8.72a.75.75 0 01-.231 1.337 49.949 49.949 0 00-9.902 3.912l-.003.002-.34.18a.75.75 0 01-.707 0A50.009 50.009 0 007.5 12.174v-.224c0-.131.067-.248.172-.311a54.614 54.614 0 014.653-2.52.75.75 0 00-.65-1.352 56.129 56.129 0 00-4.78 2.589 1.858 1.858 0 00-.859 1.228 49.803 49.803 0 00-4.634-1.527.75.75 0 01-.231-1.337A60.653 60.653 0 0111.7 2.805z\"/>  <path d=\"M13.06 15.473a48.45 48.45 0 017.666-3.282c.134 1.414.22 2.843.255 4.285a.75.75 0 01-.46.71 47.878 47.878 0 00-8.105 4.342.75.75 0 01-.832 0 47.877 47.877 0 00-8.104-4.342.75.75 0 01-.461-.71c.035-1.442.121-2.87.255-4.286A48.4 48.4 0 016 13.18v1.27a1.5 1.5 0 00-.14 2.508c-.09.38-.222.753-.397 1.11.452.213.901.434 1.346.661a6.729 6.729 0 00.551-1.608 1.5 1.5 0 00.14-2.67v-.645a48.549 48.549 0 013.44 1.668 2.25 2.25 0 002.12 0z\"/>  <path d=\"M4.462 19.462c.42-.419.753-.89 1-1.394.453.213.902.434 1.347.661a6.743 6.743 0 01-1.286 1.794.75.75 0 11-1.06-1.06z\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"square-2-stack\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path d=\"M16.5 6a3 3 0 00-3-3H6a3 3 0 00-3 3v7.5a3 3 0 003 3v-6A4.5 4.5 0 0110.5 6h6z\"/>  <path d=\"M18 7.5a3 3 0 013 3V18a3 3 0 01-3 3h-7.5a3 3 0 01-3-3v-7.5a3 3 0 013-3H18z\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"cloud-arrow-down\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M10.5 3.75a6 6 0 00-5.98 6.496A5.25 5.25 0 006.75 20.25H18a4.5 4.5 0 002.206-8.423 3.75 3.75 0 00-4.133-4.303A6.001 6.001 0 0010.5 3.75zm2.25 6a.75.75 0 00-1.5 0v4.94l-1.72-1.72a.75.75 0 00-1.06 1.06l3 3a.75.75 0 001.06 0l3-3a.75.75 0 10-1.06-1.06l-1.72 1.72V9.75z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"finger-print\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M12 3.75a6.715 6.715 0 00-3.722 1.118.75.75 0 11-.828-1.25 8.25 8.25 0 0112.8 6.883c0 3.014-.574 5.897-1.62 8.543a.75.75 0 01-1.395-.551A21.69 21.69 0 0018.75 10.5 6.75 6.75 0 0012 3.75zM6.157 5.739a.75.75 0 01.21 1.04A6.715 6.715 0 005.25 10.5c0 1.613-.463 3.12-1.265 4.393a.75.75 0 01-1.27-.8A6.715 6.715 0 003.75 10.5c0-1.68.503-3.246 1.367-4.55a.75.75 0 011.04-.211zM12 7.5a3 3 0 00-3 3c0 3.1-1.176 5.927-3.105 8.056a.75.75 0 11-1.112-1.008A10.459 10.459 0 007.5 10.5a4.5 4.5 0 119 0c0 .547-.022 1.09-.067 1.626a.75.75 0 01-1.495-.123c.041-.495.062-.996.062-1.503a3 3 0 00-3-3zm0 2.25a.75.75 0 01.75.75A15.69 15.69 0 018.97 20.738a.75.75 0 01-1.14-.975A14.19 14.19 0 0011.25 10.5a.75.75 0 01.75-.75zm3.239 5.183a.75.75 0 01.515.927 19.415 19.415 0 01-2.585 5.544.75.75 0 11-1.243-.84 17.912 17.912 0 002.386-5.116.75.75 0 01.927-.515z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"arrows-up-down\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M6.97 2.47a.75.75 0 011.06 0l4.5 4.5a.75.75 0 01-1.06 1.06L8.25 4.81V16.5a.75.75 0 01-1.5 0V4.81L3.53 8.03a.75.75 0 01-1.06-1.06l4.5-4.5zm9.53 4.28a.75.75 0 01.75.75v11.69l3.22-3.22a.75.75 0 111.06 1.06l-4.5 4.5a.75.75 0 01-1.06 0l-4.5-4.5a.75.75 0 111.06-1.06l3.22 3.22V7.5a.75.75 0 01.75-.75z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"document-text\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M5.625 1.5c-1.036 0-1.875.84-1.875 1.875v17.25c0 1.035.84 1.875 1.875 1.875h12.75c1.035 0 1.875-.84 1.875-1.875V12.75A3.75 3.75 0 0016.5 9h-1.875a1.875 1.875 0 01-1.875-1.875V5.25A3.75 3.75 0 009 1.5H5.625zM7.5 15a.75.75 0 01.75-.75h7.5a.75.75 0 010 1.5h-7.5A.75.75 0 017.5 15zm.75 2.25a.75.75 0 000 1.5H12a.75.75 0 000-1.5H8.25z\" clip-rule=\"evenodd\"/>  <path d=\"M12.971 1.816A5.23 5.23 0 0114.25 5.25v1.875c0 .207.168.375.375.375H16.5a5.23 5.23 0 013.434 1.279 9.768 9.768 0 00-6.963-6.963z\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"check-circle\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M2.25 12c0-5.385 4.365-9.75 9.75-9.75s9.75 4.365 9.75 9.75-4.365 9.75-9.75 9.75S2.25 17.385 2.25 12zm13.36-1.814a.75.75 0 10-1.22-.872l-3.236 4.53L9.53 12.22a.75.75 0 00-1.06 1.06l2.25 2.25a.75.75 0 001.14-.094l3.75-5.25z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"window\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M2.25 6a3 3 0 013-3h13.5a3 3 0 013 3v12a3 3 0 01-3 3H5.25a3 3 0 01-3-3V6zm18 3H3.75v9a1.5 1.5 0 001.5 1.5h13.5a1.5 1.5 0 001.5-1.5V9zm-15-3.75A.75.75 0 004.5 6v.008c0 .414.336.75.75.75h.008a.75.75 0 00.75-.75V6a.75.75 0 00-.75-.75H5.25zm1.5.75a.75.75 0 01.75-.75h.008a.75.75 0 01.75.75v.008a.75.75 0 01-.75.75H7.5a.75.75 0 01-.75-.75V6zm3-.75A.75.75 0 009 6v.008c0 .414.336.75.75.75h.008a.75.75 0 00.75-.75V6a.75.75 0 00-.75-.75H9.75z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"link\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M19.902 4.098a3.75 3.75 0 00-5.304 0l-4.5 4.5a3.75 3.75 0 001.035 6.037.75.75 0 01-.646 1.353 5.25 5.25 0 01-1.449-8.45l4.5-4.5a5.25 5.25 0 117.424 7.424l-1.757 1.757a.75.75 0 11-1.06-1.06l1.757-1.757a3.75 3.75 0 000-5.304zm-7.389 4.267a.75.75 0 011-.353 5.25 5.25 0 011.449 8.45l-4.5 4.5a5.25 5.25 0 11-7.424-7.424l1.757-1.757a.75.75 0 111.06 1.06l-1.757 1.757a3.75 3.75 0 105.304 5.304l4.5-4.5a3.75 3.75 0 00-1.035-6.037.75.75 0 01-.354-1z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"folder-arrow-down\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M19.5 21a3 3 0 003-3V9a3 3 0 00-3-3h-5.379a.75.75 0 01-.53-.22L11.47 3.66A2.25 2.25 0 009.879 3H4.5a3 3 0 00-3 3v12a3 3 0 003 3h15zm-6.75-10.5a.75.75 0 00-1.5 0v4.19l-1.72-1.72a.75.75 0 00-1.06 1.06l3 3a.75.75 0 001.06 0l3-3a.75.75 0 10-1.06-1.06l-1.72 1.72V10.5z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"minus-circle\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M12 2.25c-5.385 0-9.75 4.365-9.75 9.75s4.365 9.75 9.75 9.75 9.75-4.365 9.75-9.75S17.385 2.25 12 2.25zm3 10.5a.75.75 0 000-1.5H9a.75.75 0 000 1.5h6z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"receipt-percent\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M12 1.5c-1.921 0-3.816.111-5.68.327-1.497.174-2.57 1.46-2.57 2.93V21.75a.75.75 0 001.029.696l3.471-1.388 3.472 1.388a.75.75 0 00.556 0l3.472-1.388 3.471 1.388a.75.75 0 001.029-.696V4.757c0-1.47-1.073-2.756-2.57-2.93A49.255 49.255 0 0012 1.5zm3.53 7.28a.75.75 0 00-1.06-1.06l-6 6a.75.75 0 101.06 1.06l6-6zM8.625 9a1.125 1.125 0 112.25 0 1.125 1.125 0 01-2.25 0zm5.625 3.375a1.125 1.125 0 100 2.25 1.125 1.125 0 000-2.25z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"currency-yen\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M12 2.25c-5.385 0-9.75 4.365-9.75 9.75s4.365 9.75 9.75 9.75 9.75-4.365 9.75-9.75S17.385 2.25 12 2.25zM9.624 7.084a.75.75 0 00-1.248.832l2.223 3.334H9a.75.75 0 000 1.5h2.25v1.5H9a.75.75 0 000 1.5h2.25v1.5a.75.75 0 001.5 0v-1.5H15a.75.75 0 000-1.5h-2.25v-1.5H15a.75.75 0 000-1.5h-1.599l2.223-3.334a.75.75 0 10-1.248-.832L12 10.648 9.624 7.084z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"document-check\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M9 1.5H5.625c-1.036 0-1.875.84-1.875 1.875v17.25c0 1.035.84 1.875 1.875 1.875h12.75c1.035 0 1.875-.84 1.875-1.875V12.75A3.75 3.75 0 0016.5 9h-1.875a1.875 1.875 0 01-1.875-1.875V5.25A3.75 3.75 0 009 1.5zm6.61 10.936a.75.75 0 10-1.22-.872l-3.236 4.53L9.53 14.47a.75.75 0 00-1.06 1.06l2.25 2.25a.75.75 0 001.14-.094l3.75-5.25z\" clip-rule=\"evenodd\"/>  <path d=\"M12.971 1.816A5.23 5.23 0 0114.25 5.25v1.875c0 .207.168.375.375.375H16.5a5.23 5.23 0 013.434 1.279 9.768 9.768 0 00-6.963-6.963z\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"document-chart-bar\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M5.625 1.5H9a3.75 3.75 0 013.75 3.75v1.875c0 1.036.84 1.875 1.875 1.875H16.5a3.75 3.75 0 013.75 3.75v7.875c0 1.035-.84 1.875-1.875 1.875H5.625a1.875 1.875 0 01-1.875-1.875V3.375c0-1.036.84-1.875 1.875-1.875zM9.75 17.25a.75.75 0 00-1.5 0V18a.75.75 0 001.5 0v-.75zm2.25-3a.75.75 0 01.75.75v3a.75.75 0 01-1.5 0v-3a.75.75 0 01.75-.75zm3.75-1.5a.75.75 0 00-1.5 0V18a.75.75 0 001.5 0v-5.25z\" clip-rule=\"evenodd\"/>  <path d=\"M14.25 5.25a5.23 5.23 0 00-1.279-3.434 9.768 9.768 0 016.963 6.963A5.23 5.23 0 0016.5 7.5h-1.875a.375.375 0 01-.375-.375V5.25z\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"cloud\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M4.5 9.75a6 6 0 0111.573-2.226 3.75 3.75 0 014.133 4.303A4.5 4.5 0 0118 20.25H6.75a5.25 5.25 0 01-2.23-10.004 6.072 6.072 0 01-.02-.496z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"bell-snooze\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M12 2.25A6.75 6.75 0 005.25 9v.75a8.217 8.217 0 01-2.119 5.52.75.75 0 00.298 1.206c1.544.57 3.16.99 4.831 1.243a3.75 3.75 0 107.48 0 24.583 24.583 0 004.83-1.244.75.75 0 00.298-1.205 8.217 8.217 0 01-2.118-5.52V9A6.75 6.75 0 0012 2.25zM9.75 18c0-.034 0-.067.002-.1a25.05 25.05 0 004.496 0l.002.1a2.25 2.25 0 11-4.5 0zm.75-10.5a.75.75 0 000 1.5h1.599l-2.223 3.334A.75.75 0 0010.5 13.5h3a.75.75 0 000-1.5h-1.599l2.223-3.334A.75.75 0 0013.5 7.5h-3z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"arrow-uturn-up\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M21.53 9.53a.75.75 0 01-1.06 0l-4.72-4.72V15a6.75 6.75 0 01-13.5 0v-3a.75.75 0 011.5 0v3a5.25 5.25 0 1010.5 0V4.81L9.53 9.53a.75.75 0 01-1.06-1.06l6-6a.75.75 0 011.06 0l6 6a.75.75 0 010 1.06z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"document-arrow-up\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M5.625 1.5H9a3.75 3.75 0 013.75 3.75v1.875c0 1.036.84 1.875 1.875 1.875H16.5a3.75 3.75 0 013.75 3.75v7.875c0 1.035-.84 1.875-1.875 1.875H5.625a1.875 1.875 0 01-1.875-1.875V3.375c0-1.036.84-1.875 1.875-1.875zm6.905 9.97a.75.75 0 00-1.06 0l-3 3a.75.75 0 101.06 1.06l1.72-1.72V18a.75.75 0 001.5 0v-4.19l1.72 1.72a.75.75 0 101.06-1.06l-3-3z\" clip-rule=\"evenodd\"/>  <path d=\"M14.25 5.25a5.23 5.23 0 00-1.279-3.434 9.768 9.768 0 016.963 6.963A5.23 5.23 0 0016.5 7.5h-1.875a.375.375 0 01-.375-.375V5.25z\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"device-phone-mobile\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path d=\"M10.5 18.75a.75.75 0 000 1.5h3a.75.75 0 000-1.5h-3z\"/>  <path fill-rule=\"evenodd\" d=\"M8.625.75A3.375 3.375 0 005.25 4.125v15.75a3.375 3.375 0 003.375 3.375h6.75a3.375 3.375 0 003.375-3.375V4.125A3.375 3.375 0 0015.375.75h-6.75zM7.5 4.125C7.5 3.504 8.004 3 8.625 3H9.75v.375c0 .621.504 1.125 1.125 1.125h2.25c.621 0 1.125-.504 1.125-1.125V3h1.125c.621 0 1.125.504 1.125 1.125v15.75c0 .621-.504 1.125-1.125 1.125h-6.75A1.125 1.125 0 017.5 19.875V4.125z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"phone-arrow-down-left\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M19.5 9.75a.75.75 0 01-.75.75h-4.5a.75.75 0 01-.75-.75v-4.5a.75.75 0 011.5 0v2.69l4.72-4.72a.75.75 0 111.06 1.06L16.06 9h2.69a.75.75 0 01.75.75z\" clip-rule=\"evenodd\"/>  <path fill-rule=\"evenodd\" d=\"M1.5 4.5a3 3 0 013-3h1.372c.86 0 1.61.586 1.819 1.42l1.105 4.423a1.875 1.875 0 01-.694 1.955l-1.293.97c-.135.101-.164.249-.126.352a11.285 11.285 0 006.697 6.697c.103.038.25.009.352-.126l.97-1.293a1.875 1.875 0 011.955-.694l4.423 1.105c.834.209 1.42.959 1.42 1.82V19.5a3 3 0 01-3 3h-2.25C8.552 22.5 1.5 15.448 1.5 6.75V4.5z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"squares-2x2\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M3 6a3 3 0 013-3h2.25a3 3 0 013 3v2.25a3 3 0 01-3 3H6a3 3 0 01-3-3V6zm9.75 0a3 3 0 013-3H18a3 3 0 013 3v2.25a3 3 0 01-3 3h-2.25a3 3 0 01-3-3V6zM3 15.75a3 3 0 013-3h2.25a3 3 0 013 3V18a3 3 0 01-3 3H6a3 3 0 01-3-3v-2.25zm9.75 0a3 3 0 013-3H18a3 3 0 013 3V18a3 3 0 01-3 3h-2.25a3 3 0 01-3-3v-2.25z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"hashtag\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M11.097 1.515a.75.75 0 01.589.882L10.666 7.5h4.47l1.079-5.397a.75.75 0 111.47.294L16.665 7.5h3.585a.75.75 0 010 1.5h-3.885l-1.2 6h3.585a.75.75 0 010 1.5h-3.885l-1.08 5.397a.75.75 0 11-1.47-.294l1.02-5.103h-4.47l-1.08 5.397a.75.75 0 01-1.47-.294l1.02-5.103H3.75a.75.75 0 110-1.5h3.885l1.2-6H5.25a.75.75 0 010-1.5h3.885l1.08-5.397a.75.75 0 01.882-.588zM10.365 9l-1.2 6h4.47l1.2-6h-4.47z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"magnifying-glass-minus\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M10.5 3.75a6.75 6.75 0 100 13.5 6.75 6.75 0 000-13.5zM2.25 10.5a8.25 8.25 0 1114.59 5.28l4.69 4.69a.75.75 0 11-1.06 1.06l-4.69-4.69A8.25 8.25 0 012.25 10.5zm4.5 0a.75.75 0 01.75-.75h6a.75.75 0 010 1.5h-6a.75.75 0 01-.75-.75z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"bolt\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M14.615 1.595a.75.75 0 01.359.852L12.982 9.75h7.268a.75.75 0 01.548 1.262l-10.5 11.25a.75.75 0 01-1.272-.71l1.992-7.302H3.75a.75.75 0 01-.548-1.262l10.5-11.25a.75.75 0 01.913-.143z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"camera\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path d=\"M12 9a3.75 3.75 0 100 7.5A3.75 3.75 0 0012 9z\"/>  <path fill-rule=\"evenodd\" d=\"M9.344 3.071a49.52 49.52 0 015.312 0c.967.052 1.83.585 2.332 1.39l.821 1.317c.24.383.645.643 1.11.71.386.054.77.113 1.152.177 1.432.239 2.429 1.493 2.429 2.909V18a3 3 0 01-3 3h-15a3 3 0 01-3-3V9.574c0-1.416.997-2.67 2.429-2.909.382-.064.766-.123 1.151-.178a1.56 1.56 0 001.11-.71l.822-1.315a2.942 2.942 0 012.332-1.39zM6.75 12.75a5.25 5.25 0 1110.5 0 5.25 5.25 0 01-10.5 0zm12-1.5a.75.75 0 100-1.5.75.75 0 000 1.5z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"battery-100\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M3.75 6.75a3 3 0 00-3 3v6a3 3 0 003 3h15a3 3 0 003-3v-.037c.856-.174 1.5-.93 1.5-1.838v-2.25c0-.907-.644-1.664-1.5-1.837V9.75a3 3 0 00-3-3h-15zm15 1.5a1.5 1.5 0 011.5 1.5v6a1.5 1.5 0 01-1.5 1.5h-15a1.5 1.5 0 01-1.5-1.5v-6a1.5 1.5 0 011.5-1.5h15zM4.5 9.75a.75.75 0 00-.75.75V15c0 .414.336.75.75.75H18a.75.75 0 00.75-.75v-4.5a.75.75 0 00-.75-.75H4.5z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"play-pause\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path d=\"M15 6.75a.75.75 0 00-.75.75V18a.75.75 0 00.75.75h.75a.75.75 0 00.75-.75V7.5a.75.75 0 00-.75-.75H15zM20.25 6.75a.75.75 0 00-.75.75V18c0 .414.336.75.75.75H21a.75.75 0 00.75-.75V7.5a.75.75 0 00-.75-.75h-.75zM5.055 7.06C3.805 6.347 2.25 7.25 2.25 8.69v8.122c0 1.44 1.555 2.343 2.805 1.628l7.108-4.061c1.26-.72 1.26-2.536 0-3.256L5.055 7.061z\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"wrench\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M12 6.75a5.25 5.25 0 016.775-5.025.75.75 0 01.313 1.248l-3.32 3.319c.063.475.276.934.641 1.299.365.365.824.578 1.3.64l3.318-3.319a.75.75 0 011.248.313 5.25 5.25 0 01-5.472 6.756c-1.018-.086-1.87.1-2.309.634L7.344 21.3A3.298 3.298 0 112.7 16.657l8.684-7.151c.533-.44.72-1.291.634-2.309A5.342 5.342 0 0112 6.75zM4.117 19.125a.75.75 0 01.75-.75h.008a.75.75 0 01.75.75v.008a.75.75 0 01-.75.75h-.008a.75.75 0 01-.75-.75v-.008z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"calendar-days\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path d=\"M12.75 12.75a.75.75 0 11-1.5 0 .75.75 0 011.5 0zM7.5 15.75a.75.75 0 100-1.5.75.75 0 000 1.5zM8.25 17.25a.75.75 0 11-1.5 0 .75.75 0 011.5 0zM9.75 15.75a.75.75 0 100-1.5.75.75 0 000 1.5zM10.5 17.25a.75.75 0 11-1.5 0 .75.75 0 011.5 0zM12 15.75a.75.75 0 100-1.5.75.75 0 000 1.5zM12.75 17.25a.75.75 0 11-1.5 0 .75.75 0 011.5 0zM14.25 15.75a.75.75 0 100-1.5.75.75 0 000 1.5zM15 17.25a.75.75 0 11-1.5 0 .75.75 0 011.5 0zM16.5 15.75a.75.75 0 100-1.5.75.75 0 000 1.5zM15 12.75a.75.75 0 11-1.5 0 .75.75 0 011.5 0zM16.5 13.5a.75.75 0 100-1.5.75.75 0 000 1.5z\"/>  <path fill-rule=\"evenodd\" d=\"M6.75 2.25A.75.75 0 017.5 3v1.5h9V3A.75.75 0 0118 3v1.5h.75a3 3 0 013 3v11.25a3 3 0 01-3 3H5.25a3 3 0 01-3-3V7.5a3 3 0 013-3H6V3a.75.75 0 01.75-.75zm13.5 9a1.5 1.5 0 00-1.5-1.5H5.25a1.5 1.5 0 00-1.5 1.5v7.5a1.5 1.5 0 001.5 1.5h13.5a1.5 1.5 0 001.5-1.5v-7.5z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"arrow-up-left\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M5.25 6.31v9.44a.75.75 0 01-1.5 0V4.5a.75.75 0 01.75-.75h11.25a.75.75 0 010 1.5H6.31l13.72 13.72a.75.75 0 11-1.06 1.06L5.25 6.31z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"plus-small\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M12 5.25a.75.75 0 01.75.75v5.25H18a.75.75 0 010 1.5h-5.25V18a.75.75 0 01-1.5 0v-5.25H6a.75.75 0 010-1.5h5.25V6a.75.75 0 01.75-.75z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"list-bullet\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M2.625 6.75a1.125 1.125 0 112.25 0 1.125 1.125 0 01-2.25 0zm4.875 0A.75.75 0 018.25 6h12a.75.75 0 010 1.5h-12a.75.75 0 01-.75-.75zM2.625 12a1.125 1.125 0 112.25 0 1.125 1.125 0 01-2.25 0zM7.5 12a.75.75 0 01.75-.75h12a.75.75 0 010 1.5h-12A.75.75 0 017.5 12zm-4.875 5.25a1.125 1.125 0 112.25 0 1.125 1.125 0 01-2.25 0zm4.875 0a.75.75 0 01.75-.75h12a.75.75 0 010 1.5h-12a.75.75 0 01-.75-.75z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"map-pin\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M11.54 22.351l.07.04.028.016a.76.76 0 00.723 0l.028-.015.071-.041a16.975 16.975 0 001.144-.742 19.58 19.58 0 002.683-2.282c1.944-1.99 3.963-4.98 3.963-8.827a8.25 8.25 0 00-16.5 0c0 3.846 2.02 6.837 3.963 8.827a19.58 19.58 0 002.682 2.282 16.975 16.975 0 001.145.742zM12 13.5a3 3 0 100-6 3 3 0 000 6z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"users\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path d=\"M4.5 6.375a4.125 4.125 0 118.25 0 4.125 4.125 0 01-8.25 0zM14.25 8.625a3.375 3.375 0 116.75 0 3.375 3.375 0 01-6.75 0zM1.5 19.125a7.125 7.125 0 0114.25 0v.003l-.001.119a.75.75 0 01-.363.63 13.067 13.067 0 01-6.761 1.873c-2.472 0-4.786-.684-6.76-1.873a.75.75 0 01-.364-.63l-.001-.122zM17.25 19.128l-.001.144a2.25 2.25 0 01-.233.96 10.088 10.088 0 005.06-1.01.75.75 0 00.42-.643 4.875 4.875 0 00-6.957-4.611 8.586 8.586 0 011.71 5.157v.003z\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"arrow-down-on-square-stack\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M9.75 6.75h-3a3 3 0 00-3 3v7.5a3 3 0 003 3h7.5a3 3 0 003-3v-7.5a3 3 0 00-3-3h-3V1.5a.75.75 0 00-1.5 0v5.25zm0 0h1.5v5.69l1.72-1.72a.75.75 0 111.06 1.06l-3 3a.75.75 0 01-1.06 0l-3-3a.75.75 0 111.06-1.06l1.72 1.72V6.75z\" clip-rule=\"evenodd\"/>  <path d=\"M7.151 21.75a2.999 2.999 0 002.599 1.5h7.5a3 3 0 003-3v-7.5c0-1.11-.603-2.08-1.5-2.599v7.099a4.5 4.5 0 01-4.5 4.5H7.151z\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"view-columns\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path d=\"M15 3.75H9v16.5h6V3.75zM16.5 20.25h3.375c1.035 0 1.875-.84 1.875-1.875V5.625c0-1.036-.84-1.875-1.875-1.875H16.5v16.5zM4.125 3.75H7.5v16.5H4.125a1.875 1.875 0 01-1.875-1.875V5.625c0-1.036.84-1.875 1.875-1.875z\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"viewfinder-circle\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path d=\"M6 3a3 3 0 00-3 3v1.5a.75.75 0 001.5 0V6A1.5 1.5 0 016 4.5h1.5a.75.75 0 000-1.5H6zM16.5 3a.75.75 0 000 1.5H18A1.5 1.5 0 0119.5 6v1.5a.75.75 0 001.5 0V6a3 3 0 00-3-3h-1.5zM12 8.25a3.75 3.75 0 100 7.5 3.75 3.75 0 000-7.5zM4.5 16.5a.75.75 0 00-1.5 0V18a3 3 0 003 3h1.5a.75.75 0 000-1.5H6A1.5 1.5 0 014.5 18v-1.5zM21 16.5a.75.75 0 00-1.5 0V18a1.5 1.5 0 01-1.5 1.5h-1.5a.75.75 0 000 1.5H18a3 3 0 003-3v-1.5z\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"arrows-pointing-in\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M3.22 3.22a.75.75 0 011.06 0l3.97 3.97V4.5a.75.75 0 011.5 0V9a.75.75 0 01-.75.75H4.5a.75.75 0 010-1.5h2.69L3.22 4.28a.75.75 0 010-1.06zm17.56 0a.75.75 0 010 1.06l-3.97 3.97h2.69a.75.75 0 010 1.5H15a.75.75 0 01-.75-.75V4.5a.75.75 0 011.5 0v2.69l3.97-3.97a.75.75 0 011.06 0zM3.75 15a.75.75 0 01.75-.75H9a.75.75 0 01.75.75v4.5a.75.75 0 01-1.5 0v-2.69l-3.97 3.97a.75.75 0 01-1.06-1.06l3.97-3.97H4.5a.75.75 0 01-.75-.75zm10.5 0a.75.75 0 01.75-.75h4.5a.75.75 0 010 1.5h-2.69l3.97 3.97a.75.75 0 11-1.06 1.06l-3.97-3.97v2.69a.75.75 0 01-1.5 0V15z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"inbox-arrow-down\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M5.478 5.559A1.5 1.5 0 016.912 4.5H9A.75.75 0 009 3H6.912a3 3 0 00-2.868 2.118l-2.411 7.838a3 3 0 00-.133.882V18a3 3 0 003 3h15a3 3 0 003-3v-4.162c0-.299-.045-.596-.133-.882l-2.412-7.838A3 3 0 0017.088 3H15a.75.75 0 000 1.5h2.088a1.5 1.5 0 011.434 1.059l2.213 7.191H17.89a3 3 0 00-2.684 1.658l-.256.513a1.5 1.5 0 01-1.342.829h-3.218a1.5 1.5 0 01-1.342-.83l-.256-.512a3 3 0 00-2.684-1.658H3.265l2.213-7.191z\" clip-rule=\"evenodd\"/>  <path fill-rule=\"evenodd\" d=\"M12 2.25a.75.75 0 01.75.75v6.44l1.72-1.72a.75.75 0 111.06 1.06l-3 3a.75.75 0 01-1.06 0l-3-3a.75.75 0 011.06-1.06l1.72 1.72V3a.75.75 0 01.75-.75z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"rss\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M3.75 4.5a.75.75 0 01.75-.75h.75c8.284 0 15 6.716 15 15v.75a.75.75 0 01-.75.75h-.75a.75.75 0 01-.75-.75v-.75C18 11.708 12.292 6 5.25 6H4.5a.75.75 0 01-.75-.75V4.5zm0 6.75a.75.75 0 01.75-.75h.75a8.25 8.25 0 018.25 8.25v.75a.75.75 0 01-.75.75H12a.75.75 0 01-.75-.75v-.75a6 6 0 00-6-6H4.5a.75.75 0 01-.75-.75v-.75zm0 7.5a1.5 1.5 0 113 0 1.5 1.5 0 01-3 0z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"bars-4\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M3 5.25a.75.75 0 01.75-.75h16.5a.75.75 0 010 1.5H3.75A.75.75 0 013 5.25zm0 4.5A.75.75 0 013.75 9h16.5a.75.75 0 010 1.5H3.75A.75.75 0 013 9.75zm0 4.5a.75.75 0 01.75-.75h16.5a.75.75 0 010 1.5H3.75a.75.75 0 01-.75-.75zm0 4.5a.75.75 0 01.75-.75h16.5a.75.75 0 010 1.5H3.75a.75.75 0 01-.75-.75z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"pencil-square\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path d=\"M21.731 2.269a2.625 2.625 0 00-3.712 0l-1.157 1.157 3.712 3.712 1.157-1.157a2.625 2.625 0 000-3.712zM19.513 8.199l-3.712-3.712-8.4 8.4a5.25 5.25 0 00-1.32 2.214l-.8 2.685a.75.75 0 00.933.933l2.685-.8a5.25 5.25 0 002.214-1.32l8.4-8.4z\"/>  <path d=\"M5.25 5.25a3 3 0 00-3 3v10.5a3 3 0 003 3h10.5a3 3 0 003-3V13.5a.75.75 0 00-1.5 0v5.25a1.5 1.5 0 01-1.5 1.5H5.25a1.5 1.5 0 01-1.5-1.5V8.25a1.5 1.5 0 011.5-1.5h5.25a.75.75 0 000-1.5H5.25z\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"envelope-open\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path d=\"M19.5 22.5a3 3 0 003-3v-8.174l-6.879 4.022 3.485 1.876a.75.75 0 01-.712 1.321l-5.683-3.06a1.5 1.5 0 00-1.422 0l-5.683 3.06a.75.75 0 01-.712-1.32l3.485-1.877L1.5 11.326V19.5a3 3 0 003 3h15z\"/>  <path d=\"M1.5 9.589v-.745a3 3 0 011.578-2.641l7.5-4.039a3 3 0 012.844 0l7.5 4.039A3 3 0 0122.5 8.844v.745l-8.426 4.926-.652-.35a3 3 0 00-2.844 0l-.652.35L1.5 9.59z\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"arrows-pointing-out\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M15 3.75a.75.75 0 01.75-.75h4.5a.75.75 0 01.75.75v4.5a.75.75 0 01-1.5 0V5.56l-3.97 3.97a.75.75 0 11-1.06-1.06l3.97-3.97h-2.69a.75.75 0 01-.75-.75zm-12 0A.75.75 0 013.75 3h4.5a.75.75 0 010 1.5H5.56l3.97 3.97a.75.75 0 01-1.06 1.06L4.5 5.56v2.69a.75.75 0 01-1.5 0v-4.5zm11.47 11.78a.75.75 0 111.06-1.06l3.97 3.97v-2.69a.75.75 0 011.5 0v4.5a.75.75 0 01-.75.75h-4.5a.75.75 0 010-1.5h2.69l-3.97-3.97zm-4.94-1.06a.75.75 0 010 1.06L5.56 19.5h2.69a.75.75 0 010 1.5h-4.5a.75.75 0 01-.75-.75v-4.5a.75.75 0 011.5 0v2.69l3.97-3.97a.75.75 0 011.06 0z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"bars-3-bottom-right\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M3 6.75A.75.75 0 013.75 6h16.5a.75.75 0 010 1.5H3.75A.75.75 0 013 6.75zM3 12a.75.75 0 01.75-.75h16.5a.75.75 0 010 1.5H3.75A.75.75 0 013 12zm8.25 5.25a.75.75 0 01.75-.75h8.25a.75.75 0 010 1.5H12a.75.75 0 01-.75-.75z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"arrow-left-on-rectangle\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M7.5 3.75A1.5 1.5 0 006 5.25v13.5a1.5 1.5 0 001.5 1.5h6a1.5 1.5 0 001.5-1.5V15a.75.75 0 011.5 0v3.75a3 3 0 01-3 3h-6a3 3 0 01-3-3V5.25a3 3 0 013-3h6a3 3 0 013 3V9A.75.75 0 0115 9V5.25a1.5 1.5 0 00-1.5-1.5h-6zm5.03 4.72a.75.75 0 010 1.06l-1.72 1.72h10.94a.75.75 0 010 1.5H10.81l1.72 1.72a.75.75 0 11-1.06 1.06l-3-3a.75.75 0 010-1.06l3-3a.75.75 0 011.06 0z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"home\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path d=\"M11.47 3.84a.75.75 0 011.06 0l8.69 8.69a.75.75 0 101.06-1.06l-8.689-8.69a2.25 2.25 0 00-3.182 0l-8.69 8.69a.75.75 0 001.061 1.06l8.69-8.69z\"/>  <path d=\"M12 5.432l8.159 8.159c.03.03.06.058.091.086v6.198c0 1.035-.84 1.875-1.875 1.875H15a.75.75 0 01-.75-.75v-4.5a.75.75 0 00-.75-.75h-3a.75.75 0 00-.75.75V21a.75.75 0 01-.75.75H5.625a1.875 1.875 0 01-1.875-1.875v-6.198a2.29 2.29 0 00.091-.086L12 5.43z\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"chevron-right\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M16.28 11.47a.75.75 0 010 1.06l-7.5 7.5a.75.75 0 01-1.06-1.06L14.69 12 7.72 5.03a.75.75 0 011.06-1.06l7.5 7.5z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"bars-3\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M3 6.75A.75.75 0 013.75 6h16.5a.75.75 0 010 1.5H3.75A.75.75 0 013 6.75zM3 12a.75.75 0 01.75-.75h16.5a.75.75 0 010 1.5H3.75A.75.75 0 013 12zm0 5.25a.75.75 0 01.75-.75h16.5a.75.75 0 010 1.5H3.75a.75.75 0 01-.75-.75z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"map\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M8.161 2.58a1.875 1.875 0 011.678 0l4.993 2.498c.106.052.23.052.336 0l3.869-1.935A1.875 1.875 0 0121.75 4.82v12.485c0 .71-.401 1.36-1.037 1.677l-4.875 2.437a1.875 1.875 0 01-1.676 0l-4.994-2.497a.375.375 0 00-.336 0l-3.868 1.935A1.875 1.875 0 012.25 19.18V6.695c0-.71.401-1.36 1.036-1.677l4.875-2.437zM9 6a.75.75 0 01.75.75V15a.75.75 0 01-1.5 0V6.75A.75.75 0 019 6zm6.75 3a.75.75 0 00-1.5 0v8.25a.75.75 0 001.5 0V9z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"document-minus\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M5.625 1.5H9a3.75 3.75 0 013.75 3.75v1.875c0 1.036.84 1.875 1.875 1.875H16.5a3.75 3.75 0 013.75 3.75v7.875c0 1.035-.84 1.875-1.875 1.875H5.625a1.875 1.875 0 01-1.875-1.875V3.375c0-1.036.84-1.875 1.875-1.875zM9.75 14.25a.75.75 0 000 1.5H15a.75.75 0 000-1.5H9.75z\" clip-rule=\"evenodd\"/>  <path d=\"M14.25 5.25a5.23 5.23 0 00-1.279-3.434 9.768 9.768 0 016.963 6.963A5.23 5.23 0 0016.5 7.5h-1.875a.375.375 0 01-.375-.375V5.25z\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"backward\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path d=\"M9.195 18.44c1.25.713 2.805-.19 2.805-1.629v-2.34l6.945 3.968c1.25.714 2.805-.188 2.805-1.628V8.688c0-1.44-1.555-2.342-2.805-1.628L12 11.03v-2.34c0-1.44-1.555-2.343-2.805-1.629l-7.108 4.062c-1.26.72-1.26 2.536 0 3.256l7.108 4.061z\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"bars-3-center-left\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M3 6.75A.75.75 0 013.75 6h16.5a.75.75 0 010 1.5H3.75A.75.75 0 013 6.75zM3 12a.75.75 0 01.75-.75H12a.75.75 0 010 1.5H3.75A.75.75 0 013 12zm0 5.25a.75.75 0 01.75-.75h16.5a.75.75 0 010 1.5H3.75a.75.75 0 01-.75-.75z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"arrow-up\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M11.47 2.47a.75.75 0 011.06 0l7.5 7.5a.75.75 0 11-1.06 1.06l-6.22-6.22V21a.75.75 0 01-1.5 0V4.81l-6.22 6.22a.75.75 0 11-1.06-1.06l7.5-7.5z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"ellipsis-horizontal\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M4.5 12a1.5 1.5 0 113 0 1.5 1.5 0 01-3 0zm6 0a1.5 1.5 0 113 0 1.5 1.5 0 01-3 0zm6 0a1.5 1.5 0 113 0 1.5 1.5 0 01-3 0z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"photo\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M1.5 6a2.25 2.25 0 012.25-2.25h16.5A2.25 2.25 0 0122.5 6v12a2.25 2.25 0 01-2.25 2.25H3.75A2.25 2.25 0 011.5 18V6zM3 16.06V18c0 .414.336.75.75.75h16.5A.75.75 0 0021 18v-1.94l-2.69-2.689a1.5 1.5 0 00-2.12 0l-.88.879.97.97a.75.75 0 11-1.06 1.06l-5.16-5.159a1.5 1.5 0 00-2.12 0L3 16.061zm10.125-7.81a1.125 1.125 0 112.25 0 1.125 1.125 0 01-2.25 0z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"briefcase\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M7.5 5.25a3 3 0 013-3h3a3 3 0 013 3v.205c.933.085 1.857.197 2.774.334 1.454.218 2.476 1.483 2.476 2.917v3.033c0 1.211-.734 2.352-1.936 2.752A24.726 24.726 0 0112 15.75c-2.73 0-5.357-.442-7.814-1.259-1.202-.4-1.936-1.541-1.936-2.752V8.706c0-1.434 1.022-2.7 2.476-2.917A48.814 48.814 0 017.5 5.455V5.25zm7.5 0v.09a49.488 49.488 0 00-6 0v-.09a1.5 1.5 0 011.5-1.5h3a1.5 1.5 0 011.5 1.5zm-3 8.25a.75.75 0 100-1.5.75.75 0 000 1.5z\" clip-rule=\"evenodd\"/>  <path d=\"M3 18.4v-2.796a4.3 4.3 0 00.713.31A26.226 26.226 0 0012 17.25c2.892 0 5.68-.468 8.287-1.335.252-.084.49-.189.713-.311V18.4c0 1.452-1.047 2.728-2.523 2.923-2.12.282-4.282.427-6.477.427a49.19 49.19 0 01-6.477-.427C4.047 21.128 3 19.852 3 18.4z\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"credit-card\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path d=\"M4.5 3.75a3 3 0 00-3 3v.75h21v-.75a3 3 0 00-3-3h-15z\"/>  <path fill-rule=\"evenodd\" d=\"M22.5 9.75h-21v7.5a3 3 0 003 3h15a3 3 0 003-3v-7.5zm-18 3.75a.75.75 0 01.75-.75h6a.75.75 0 010 1.5h-6a.75.75 0 01-.75-.75zm.75 2.25a.75.75 0 000 1.5h3a.75.75 0 000-1.5h-3z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"document-duplicate\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path d=\"M7.5 3.375c0-1.036.84-1.875 1.875-1.875h.375a3.75 3.75 0 013.75 3.75v1.875C13.5 8.161 14.34 9 15.375 9h1.875A3.75 3.75 0 0121 12.75v3.375C21 17.16 20.16 18 19.125 18h-9.75A1.875 1.875 0 017.5 16.125V3.375z\"/>  <path d=\"M15 5.25a5.23 5.23 0 00-1.279-3.434 9.768 9.768 0 016.963 6.963A5.23 5.23 0 0017.25 7.5h-1.875A.375.375 0 0115 7.125V5.25zM4.875 6H6v10.125A3.375 3.375 0 009.375 19.5H16.5v1.125c0 1.035-.84 1.875-1.875 1.875h-9.75A1.875 1.875 0 013 20.625V7.875C3 6.839 3.84 6 4.875 6z\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"document-arrow-down\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M5.625 1.5H9a3.75 3.75 0 013.75 3.75v1.875c0 1.036.84 1.875 1.875 1.875H16.5a3.75 3.75 0 013.75 3.75v7.875c0 1.035-.84 1.875-1.875 1.875H5.625a1.875 1.875 0 01-1.875-1.875V3.375c0-1.036.84-1.875 1.875-1.875zm5.845 17.03a.75.75 0 001.06 0l3-3a.75.75 0 10-1.06-1.06l-1.72 1.72V12a.75.75 0 00-1.5 0v4.19l-1.72-1.72a.75.75 0 00-1.06 1.06l3 3z\" clip-rule=\"evenodd\"/>  <path d=\"M14.25 5.25a5.23 5.23 0 00-1.279-3.434 9.768 9.768 0 016.963 6.963A5.23 5.23 0 0016.5 7.5h-1.875a.375.375 0 01-.375-.375V5.25z\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"building-office\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M4.5 2.25a.75.75 0 000 1.5v16.5h-.75a.75.75 0 000 1.5h16.5a.75.75 0 000-1.5h-.75V3.75a.75.75 0 000-1.5h-15zM9 6a.75.75 0 000 1.5h1.5a.75.75 0 000-1.5H9zm-.75 3.75A.75.75 0 019 9h1.5a.75.75 0 010 1.5H9a.75.75 0 01-.75-.75zM9 12a.75.75 0 000 1.5h1.5a.75.75 0 000-1.5H9zm3.75-5.25A.75.75 0 0113.5 6H15a.75.75 0 010 1.5h-1.5a.75.75 0 01-.75-.75zM13.5 9a.75.75 0 000 1.5H15A.75.75 0 0015 9h-1.5zm-.75 3.75a.75.75 0 01.75-.75H15a.75.75 0 010 1.5h-1.5a.75.75 0 01-.75-.75zM9 19.5v-2.25a.75.75 0 01.75-.75h4.5a.75.75 0 01.75.75v2.25a.75.75 0 01-.75.75h-4.5A.75.75 0 019 19.5z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"rectangle-group\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M1.5 7.125c0-1.036.84-1.875 1.875-1.875h6c1.036 0 1.875.84 1.875 1.875v3.75c0 1.036-.84 1.875-1.875 1.875h-6A1.875 1.875 0 011.5 10.875v-3.75zm12 1.5c0-1.036.84-1.875 1.875-1.875h5.25c1.035 0 1.875.84 1.875 1.875v8.25c0 1.035-.84 1.875-1.875 1.875h-5.25a1.875 1.875 0 01-1.875-1.875v-8.25zM3 16.125c0-1.036.84-1.875 1.875-1.875h5.25c1.036 0 1.875.84 1.875 1.875v2.25c0 1.035-.84 1.875-1.875 1.875h-5.25A1.875 1.875 0 013 18.375v-2.25z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"face-smile\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M12 2.25c-5.385 0-9.75 4.365-9.75 9.75s4.365 9.75 9.75 9.75 9.75-4.365 9.75-9.75S17.385 2.25 12 2.25zm-2.625 6c-.54 0-.828.419-.936.634a1.96 1.96 0 00-.189.866c0 .298.059.605.189.866.108.215.395.634.936.634.54 0 .828-.419.936-.634.13-.26.189-.568.189-.866 0-.298-.059-.605-.189-.866-.108-.215-.395-.634-.936-.634zm4.314.634c.108-.215.395-.634.936-.634.54 0 .828.419.936.634.13.26.189.568.189.866 0 .298-.059.605-.189.866-.108.215-.395.634-.936.634-.54 0-.828-.419-.936-.634a1.96 1.96 0 01-.189-.866c0-.298.059-.605.189-.866zm2.023 6.828a.75.75 0 10-1.06-1.06 3.75 3.75 0 01-5.304 0 .75.75 0 00-1.06 1.06 5.25 5.25 0 007.424 0z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"arrow-long-right\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M16.72 7.72a.75.75 0 011.06 0l3.75 3.75a.75.75 0 010 1.06l-3.75 3.75a.75.75 0 11-1.06-1.06l2.47-2.47H3a.75.75 0 010-1.5h16.19l-2.47-2.47a.75.75 0 010-1.06z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"presentation-chart-line\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M2.25 2.25a.75.75 0 000 1.5H3v10.5a3 3 0 003 3h1.21l-1.172 3.513a.75.75 0 001.424.474l.329-.987h8.418l.33.987a.75.75 0 001.422-.474l-1.17-3.513H18a3 3 0 003-3V3.75h.75a.75.75 0 000-1.5H2.25zm6.54 15h6.42l.5 1.5H8.29l.5-1.5zm8.085-8.995a.75.75 0 10-.75-1.299 12.81 12.81 0 00-3.558 3.05L11.03 8.47a.75.75 0 00-1.06 0l-3 3a.75.75 0 101.06 1.06l2.47-2.47 1.617 1.618a.75.75 0 001.146-.102 11.312 11.312 0 013.612-3.321z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"lock-open\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path d=\"M18 1.5c2.9 0 5.25 2.35 5.25 5.25v3.75a.75.75 0 01-1.5 0V6.75a3.75 3.75 0 10-7.5 0v3a3 3 0 013 3v6.75a3 3 0 01-3 3H3.75a3 3 0 01-3-3v-6.75a3 3 0 013-3h9v-3c0-2.9 2.35-5.25 5.25-5.25z\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"document\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path d=\"M5.625 1.5c-1.036 0-1.875.84-1.875 1.875v17.25c0 1.035.84 1.875 1.875 1.875h12.75c1.035 0 1.875-.84 1.875-1.875V12.75A3.75 3.75 0 0016.5 9h-1.875a1.875 1.875 0 01-1.875-1.875V5.25A3.75 3.75 0 009 1.5H5.625z\"/>  <path d=\"M12.971 1.816A5.23 5.23 0 0114.25 5.25v1.875c0 .207.168.375.375.375H16.5a5.23 5.23 0 013.434 1.279 9.768 9.768 0 00-6.963-6.963z\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"archive-box-arrow-down\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path d=\"M3.375 3C2.339 3 1.5 3.84 1.5 4.875v.75c0 1.036.84 1.875 1.875 1.875h17.25c1.035 0 1.875-.84 1.875-1.875v-.75C22.5 3.839 21.66 3 20.625 3H3.375z\"/>  <path fill-rule=\"evenodd\" d=\"M3.087 9l.54 9.176A3 3 0 006.62 21h10.757a3 3 0 002.995-2.824L20.913 9H3.087zM12 10.5a.75.75 0 01.75.75v4.94l1.72-1.72a.75.75 0 111.06 1.06l-3 3a.75.75 0 01-1.06 0l-3-3a.75.75 0 111.06-1.06l1.72 1.72v-4.94a.75.75 0 01.75-.75z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"bell-slash\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path d=\"M3.53 2.47a.75.75 0 00-1.06 1.06l18 18a.75.75 0 101.06-1.06l-18-18zM20.57 16.476c-.223.082-.448.161-.674.238L7.319 4.137A6.75 6.75 0 0118.75 9v.75c0 2.123.8 4.057 2.118 5.52a.75.75 0 01-.297 1.206z\"/>  <path fill-rule=\"evenodd\" d=\"M5.25 9c0-.184.007-.366.022-.546l10.384 10.384a3.751 3.751 0 01-7.396-1.119 24.585 24.585 0 01-4.831-1.244.75.75 0 01-.298-1.205A8.217 8.217 0 005.25 9.75V9zm4.502 8.9a2.25 2.25 0 104.496 0 25.057 25.057 0 01-4.496 0z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"signal\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M5.636 4.575a.75.75 0 010 1.06 9 9 0 000 12.729.75.75 0 01-1.06 1.06c-4.101-4.1-4.101-10.748 0-14.849a.75.75 0 011.06 0zm12.728 0a.75.75 0 011.06 0c4.101 4.1 4.101 10.749 0 14.85a.75.75 0 11-1.06-1.061 9 9 0 000-12.728.75.75 0 010-1.06zM7.757 6.696a.75.75 0 010 1.061 6 6 0 000 8.485.75.75 0 01-1.06 1.061 7.5 7.5 0 010-10.607.75.75 0 011.06 0zm8.486 0a.75.75 0 011.06 0 7.5 7.5 0 010 10.607.75.75 0 01-1.06-1.06 6 6 0 000-8.486.75.75 0 010-1.06zM9.879 8.818a.75.75 0 010 1.06 3 3 0 000 4.243.75.75 0 11-1.061 1.06 4.5 4.5 0 010-6.363.75.75 0 011.06 0zm4.242 0a.75.75 0 011.061 0 4.5 4.5 0 010 6.364.75.75 0 01-1.06-1.06 3 3 0 000-4.244.75.75 0 010-1.06zM10.875 12a1.125 1.125 0 112.25 0 1.125 1.125 0 01-2.25 0z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"ticket\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M1.5 6.375c0-1.036.84-1.875 1.875-1.875h17.25c1.035 0 1.875.84 1.875 1.875v3.026a.75.75 0 01-.375.65 2.249 2.249 0 000 3.898.75.75 0 01.375.65v3.026c0 1.035-.84 1.875-1.875 1.875H3.375A1.875 1.875 0 011.5 17.625v-3.026a.75.75 0 01.374-.65 2.249 2.249 0 000-3.898.75.75 0 01-.374-.65V6.375zm15-1.125a.75.75 0 01.75.75v.75a.75.75 0 01-1.5 0V6a.75.75 0 01.75-.75zm.75 4.5a.75.75 0 00-1.5 0v.75a.75.75 0 001.5 0v-.75zm-.75 3a.75.75 0 01.75.75v.75a.75.75 0 01-1.5 0v-.75a.75.75 0 01.75-.75zm.75 4.5a.75.75 0 00-1.5 0V18a.75.75 0 001.5 0v-.75zM6 12a.75.75 0 01.75-.75H12a.75.75 0 010 1.5H6.75A.75.75 0 016 12zm.75 2.25a.75.75 0 000 1.5h3a.75.75 0 000-1.5h-3z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"battery-50\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path d=\"M4.5 9.75a.75.75 0 00-.75.75V15c0 .414.336.75.75.75h6.75A.75.75 0 0012 15v-4.5a.75.75 0 00-.75-.75H4.5z\"/>  <path fill-rule=\"evenodd\" d=\"M3.75 6.75a3 3 0 00-3 3v6a3 3 0 003 3h15a3 3 0 003-3v-.037c.856-.174 1.5-.93 1.5-1.838v-2.25c0-.907-.644-1.664-1.5-1.837V9.75a3 3 0 00-3-3h-15zm15 1.5a1.5 1.5 0 011.5 1.5v6a1.5 1.5 0 01-1.5 1.5h-15a1.5 1.5 0 01-1.5-1.5v-6a1.5 1.5 0 011.5-1.5h15z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"clipboard\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M10.5 3A1.501 1.501 0 009 4.5h6A1.5 1.5 0 0013.5 3h-3zm-2.693.178A3 3 0 0110.5 1.5h3a3 3 0 012.694 1.678c.497.042.992.092 1.486.15 1.497.173 2.57 1.46 2.57 2.929V19.5a3 3 0 01-3 3H6.75a3 3 0 01-3-3V6.257c0-1.47 1.073-2.756 2.57-2.93.493-.057.989-.107 1.487-.15z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"shield-exclamation\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M11.484 2.17a.75.75 0 011.032 0 11.209 11.209 0 007.877 3.08.75.75 0 01.722.515 12.74 12.74 0 01.635 3.985c0 5.942-4.064 10.933-9.563 12.348a.749.749 0 01-.374 0C6.314 20.683 2.25 15.692 2.25 9.75c0-1.39.223-2.73.635-3.985a.75.75 0 01.722-.516l.143.001c2.996 0 5.718-1.17 7.734-3.08zM12 8.25a.75.75 0 01.75.75v3.75a.75.75 0 01-1.5 0V9a.75.75 0 01.75-.75zM12 15a.75.75 0 00-.75.75v.008c0 .414.336.75.75.75h.008a.75.75 0 00.75-.75v-.008a.75.75 0 00-.75-.75H12z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"qr-code\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M3 4.875C3 3.839 3.84 3 4.875 3h4.5c1.036 0 1.875.84 1.875 1.875v4.5c0 1.036-.84 1.875-1.875 1.875h-4.5A1.875 1.875 0 013 9.375v-4.5zM4.875 4.5a.375.375 0 00-.375.375v4.5c0 .207.168.375.375.375h4.5a.375.375 0 00.375-.375v-4.5a.375.375 0 00-.375-.375h-4.5zm7.875.375c0-1.036.84-1.875 1.875-1.875h4.5C20.16 3 21 3.84 21 4.875v4.5c0 1.036-.84 1.875-1.875 1.875h-4.5a1.875 1.875 0 01-1.875-1.875v-4.5zm1.875-.375a.375.375 0 00-.375.375v4.5c0 .207.168.375.375.375h4.5a.375.375 0 00.375-.375v-4.5a.375.375 0 00-.375-.375h-4.5zM6 6.75A.75.75 0 016.75 6h.75a.75.75 0 01.75.75v.75a.75.75 0 01-.75.75h-.75A.75.75 0 016 7.5v-.75zm9.75 0A.75.75 0 0116.5 6h.75a.75.75 0 01.75.75v.75a.75.75 0 01-.75.75h-.75a.75.75 0 01-.75-.75v-.75zM3 14.625c0-1.036.84-1.875 1.875-1.875h4.5c1.036 0 1.875.84 1.875 1.875v4.5c0 1.035-.84 1.875-1.875 1.875h-4.5A1.875 1.875 0 013 19.125v-4.5zm1.875-.375a.375.375 0 00-.375.375v4.5c0 .207.168.375.375.375h4.5a.375.375 0 00.375-.375v-4.5a.375.375 0 00-.375-.375h-4.5zm7.875-.75a.75.75 0 01.75-.75h.75a.75.75 0 01.75.75v.75a.75.75 0 01-.75.75h-.75a.75.75 0 01-.75-.75v-.75zm6 0a.75.75 0 01.75-.75h.75a.75.75 0 01.75.75v.75a.75.75 0 01-.75.75h-.75a.75.75 0 01-.75-.75v-.75zM6 16.5a.75.75 0 01.75-.75h.75a.75.75 0 01.75.75v.75a.75.75 0 01-.75.75h-.75a.75.75 0 01-.75-.75v-.75zm9.75 0a.75.75 0 01.75-.75h.75a.75.75 0 01.75.75v.75a.75.75 0 01-.75.75h-.75a.75.75 0 01-.75-.75v-.75zm-3 3a.75.75 0 01.75-.75h.75a.75.75 0 01.75.75v.75a.75.75 0 01-.75.75h-.75a.75.75 0 01-.75-.75v-.75zm6 0a.75.75 0 01.75-.75h.75a.75.75 0 01.75.75v.75a.75.75 0 01-.75.75h-.75a.75.75 0 01-.75-.75v-.75z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"arrow-right\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M12.97 3.97a.75.75 0 011.06 0l7.5 7.5a.75.75 0 010 1.06l-7.5 7.5a.75.75 0 11-1.06-1.06l6.22-6.22H3a.75.75 0 010-1.5h16.19l-6.22-6.22a.75.75 0 010-1.06z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"globe-europe-africa\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M12 2.25c-5.385 0-9.75 4.365-9.75 9.75s4.365 9.75 9.75 9.75 9.75-4.365 9.75-9.75S17.385 2.25 12 2.25zM8.547 4.505a8.25 8.25 0 1011.672 8.214l-.46-.46a2.252 2.252 0 01-.422-.586l-1.08-2.16a.414.414 0 00-.663-.107.827.827 0 01-.812.21l-1.273-.363a.89.89 0 00-.738 1.595l.587.39c.59.395.674 1.23.172 1.732l-.2.2c-.211.212-.33.498-.33.796v.41c0 .409-.11.809-.32 1.158l-1.315 2.191a2.11 2.11 0 01-1.81 1.025 1.055 1.055 0 01-1.055-1.055v-1.172c0-.92-.56-1.747-1.414-2.089l-.654-.261a2.25 2.25 0 01-1.384-2.46l.007-.042a2.25 2.25 0 01.29-.787l.09-.15a2.25 2.25 0 012.37-1.048l1.178.236a1.125 1.125 0 001.302-.795l.208-.73a1.125 1.125 0 00-.578-1.315l-.665-.332-.091.091a2.25 2.25 0 01-1.591.659h-.18c-.249 0-.487.1-.662.274a.931.931 0 01-1.458-1.137l1.279-2.132z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"bars-3-bottom-left\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M3 6.75A.75.75 0 013.75 6h16.5a.75.75 0 010 1.5H3.75A.75.75 0 013 6.75zM3 12a.75.75 0 01.75-.75h16.5a.75.75 0 010 1.5H3.75A.75.75 0 013 12zm0 5.25a.75.75 0 01.75-.75H12a.75.75 0 010 1.5H3.75a.75.75 0 01-.75-.75z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"pause-circle\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M2.25 12c0-5.385 4.365-9.75 9.75-9.75s9.75 4.365 9.75 9.75-4.365 9.75-9.75 9.75S2.25 17.385 2.25 12zM9 8.25a.75.75 0 00-.75.75v6c0 .414.336.75.75.75h.75a.75.75 0 00.75-.75V9a.75.75 0 00-.75-.75H9zm5.25 0a.75.75 0 00-.75.75v6c0 .414.336.75.75.75H15a.75.75 0 00.75-.75V9a.75.75 0 00-.75-.75h-.75z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"wifi\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M1.371 8.143c5.858-5.857 15.356-5.857 21.213 0a.75.75 0 010 1.061l-.53.53a.75.75 0 01-1.06 0c-4.98-4.979-13.053-4.979-18.032 0a.75.75 0 01-1.06 0l-.53-.53a.75.75 0 010-1.06zm3.182 3.182c4.1-4.1 10.749-4.1 14.85 0a.75.75 0 010 1.061l-.53.53a.75.75 0 01-1.062 0 8.25 8.25 0 00-11.667 0 .75.75 0 01-1.06 0l-.53-.53a.75.75 0 010-1.06zm3.204 3.182a6 6 0 018.486 0 .75.75 0 010 1.061l-.53.53a.75.75 0 01-1.061 0 3.75 3.75 0 00-5.304 0 .75.75 0 01-1.06 0l-.53-.53a.75.75 0 010-1.06zm3.182 3.182a1.5 1.5 0 012.122 0 .75.75 0 010 1.061l-.53.53a.75.75 0 01-1.061 0l-.53-.53a.75.75 0 010-1.06z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"moon\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M9.528 1.718a.75.75 0 01.162.819A8.97 8.97 0 009 6a9 9 0 009 9 8.97 8.97 0 003.463-.69.75.75 0 01.981.98 10.503 10.503 0 01-9.694 6.46c-5.799 0-10.5-4.701-10.5-10.5 0-4.368 2.667-8.112 6.46-9.694a.75.75 0 01.818.162z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"arrow-right-circle\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M12 2.25c-5.385 0-9.75 4.365-9.75 9.75s4.365 9.75 9.75 9.75 9.75-4.365 9.75-9.75S17.385 2.25 12 2.25zm4.28 10.28a.75.75 0 000-1.06l-3-3a.75.75 0 10-1.06 1.06l1.72 1.72H8.25a.75.75 0 000 1.5h5.69l-1.72 1.72a.75.75 0 101.06 1.06l3-3z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"cursor-arrow-rays\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M12 1.5a.75.75 0 01.75.75V4.5a.75.75 0 01-1.5 0V2.25A.75.75 0 0112 1.5zM5.636 4.136a.75.75 0 011.06 0l1.592 1.591a.75.75 0 01-1.061 1.06l-1.591-1.59a.75.75 0 010-1.061zm12.728 0a.75.75 0 010 1.06l-1.591 1.592a.75.75 0 01-1.06-1.061l1.59-1.591a.75.75 0 011.061 0zm-6.816 4.496a.75.75 0 01.82.311l5.228 7.917a.75.75 0 01-.777 1.148l-2.097-.43 1.045 3.9a.75.75 0 01-1.45.388l-1.044-3.899-1.601 1.42a.75.75 0 01-1.247-.606l.569-9.47a.75.75 0 01.554-.68zM3 10.5a.75.75 0 01.75-.75H6a.75.75 0 010 1.5H3.75A.75.75 0 013 10.5zm14.25 0a.75.75 0 01.75-.75h2.25a.75.75 0 010 1.5H18a.75.75 0 01-.75-.75zm-8.962 3.712a.75.75 0 010 1.061l-1.591 1.591a.75.75 0 11-1.061-1.06l1.591-1.592a.75.75 0 011.06 0z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"user\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M7.5 6a4.5 4.5 0 119 0 4.5 4.5 0 01-9 0zM3.751 20.105a8.25 8.25 0 0116.498 0 .75.75 0 01-.437.695A18.683 18.683 0 0112 22.5c-2.786 0-5.433-.608-7.812-1.7a.75.75 0 01-.437-.695z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"sparkles\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M9 4.5a.75.75 0 01.721.544l.813 2.846a3.75 3.75 0 002.576 2.576l2.846.813a.75.75 0 010 1.442l-2.846.813a3.75 3.75 0 00-2.576 2.576l-.813 2.846a.75.75 0 01-1.442 0l-.813-2.846a3.75 3.75 0 00-2.576-2.576l-2.846-.813a.75.75 0 010-1.442l2.846-.813A3.75 3.75 0 007.466 7.89l.813-2.846A.75.75 0 019 4.5zM18 1.5a.75.75 0 01.728.568l.258 1.036c.236.94.97 1.674 1.91 1.91l1.036.258a.75.75 0 010 1.456l-1.036.258c-.94.236-1.674.97-1.91 1.91l-.258 1.036a.75.75 0 01-1.456 0l-.258-1.036a2.625 2.625 0 00-1.91-1.91l-1.036-.258a.75.75 0 010-1.456l1.036-.258a2.625 2.625 0 001.91-1.91l.258-1.036A.75.75 0 0118 1.5zM16.5 15a.75.75 0 01.712.513l.394 1.183c.15.447.5.799.948.948l1.183.395a.75.75 0 010 1.422l-1.183.395c-.447.15-.799.5-.948.948l-.395 1.183a.75.75 0 01-1.422 0l-.395-1.183a1.5 1.5 0 00-.948-.948l-1.183-.395a.75.75 0 010-1.422l1.183-.395c.447-.15.799-.5.948-.948l.395-1.183A.75.75 0 0116.5 15z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"banknotes\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path d=\"M12 7.5a2.25 2.25 0 100 4.5 2.25 2.25 0 000-4.5z\"/>  <path fill-rule=\"evenodd\" d=\"M1.5 4.875C1.5 3.839 2.34 3 3.375 3h17.25c1.035 0 1.875.84 1.875 1.875v9.75c0 1.036-.84 1.875-1.875 1.875H3.375A1.875 1.875 0 011.5 14.625v-9.75zM8.25 9.75a3.75 3.75 0 117.5 0 3.75 3.75 0 01-7.5 0zM18.75 9a.75.75 0 00-.75.75v.008c0 .414.336.75.75.75h.008a.75.75 0 00.75-.75V9.75a.75.75 0 00-.75-.75h-.008zM4.5 9.75A.75.75 0 015.25 9h.008a.75.75 0 01.75.75v.008a.75.75 0 01-.75.75H5.25a.75.75 0 01-.75-.75V9.75z\" clip-rule=\"evenodd\"/>  <path d=\"M2.25 18a.75.75 0 000 1.5c5.4 0 10.63.722 15.6 2.075 1.19.324 2.4-.558 2.4-1.82V18.75a.75.75 0 00-.75-.75H2.25z\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"folder-plus\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M19.5 21a3 3 0 003-3V9a3 3 0 00-3-3h-5.379a.75.75 0 01-.53-.22L11.47 3.66A2.25 2.25 0 009.879 3H4.5a3 3 0 00-3 3v12a3 3 0 003 3h15zm-6.75-10.5a.75.75 0 00-1.5 0v2.25H9a.75.75 0 000 1.5h2.25v2.25a.75.75 0 001.5 0v-2.25H15a.75.75 0 000-1.5h-2.25V10.5z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"magnifying-glass-plus\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M10.5 3.75a6.75 6.75 0 100 13.5 6.75 6.75 0 000-13.5zM2.25 10.5a8.25 8.25 0 1114.59 5.28l4.69 4.69a.75.75 0 11-1.06 1.06l-4.69-4.69A8.25 8.25 0 012.25 10.5zm8.25-3.75a.75.75 0 01.75.75v2.25h2.25a.75.75 0 010 1.5h-2.25v2.25a.75.75 0 01-1.5 0v-2.25H7.5a.75.75 0 010-1.5h2.25V7.5a.75.75 0 01.75-.75z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"shopping-cart\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path d=\"M2.25 2.25a.75.75 0 000 1.5h1.386c.17 0 .318.114.362.278l2.558 9.592a3.752 3.752 0 00-2.806 3.63c0 .414.336.75.75.75h15.75a.75.75 0 000-1.5H5.378A2.25 2.25 0 017.5 15h11.218a.75.75 0 00.674-.421 60.358 60.358 0 002.96-7.228.75.75 0 00-.525-.965A60.864 60.864 0 005.68 4.509l-.232-.867A1.875 1.875 0 003.636 2.25H2.25zM3.75 20.25a1.5 1.5 0 113 0 1.5 1.5 0 01-3 0zM16.5 20.25a1.5 1.5 0 113 0 1.5 1.5 0 01-3 0z\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"arrow-down-right\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M3.97 3.97a.75.75 0 011.06 0l13.72 13.72V8.25a.75.75 0 011.5 0V19.5a.75.75 0 01-.75.75H8.25a.75.75 0 010-1.5h9.44L3.97 5.03a.75.75 0 010-1.06z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"light-bulb\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path d=\"M12 .75a8.25 8.25 0 00-4.135 15.39c.686.398 1.115 1.008 1.134 1.623a.75.75 0 00.577.706c.352.083.71.148 1.074.195.323.041.6-.218.6-.544v-4.661a6.714 6.714 0 01-.937-.171.75.75 0 11.374-1.453 5.261 5.261 0 002.626 0 .75.75 0 11.374 1.452 6.712 6.712 0 01-.937.172v4.66c0 .327.277.586.6.545.364-.047.722-.112 1.074-.195a.75.75 0 00.577-.706c.02-.615.448-1.225 1.134-1.623A8.25 8.25 0 0012 .75z\"/>  <path fill-rule=\"evenodd\" d=\"M9.013 19.9a.75.75 0 01.877-.597 11.319 11.319 0 004.22 0 .75.75 0 11.28 1.473 12.819 12.819 0 01-4.78 0 .75.75 0 01-.597-.876zM9.754 22.344a.75.75 0 01.824-.668 13.682 13.682 0 002.844 0 .75.75 0 11.156 1.492 15.156 15.156 0 01-3.156 0 .75.75 0 01-.668-.824z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"arrow-top-right-on-square\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M15.75 2.25H21a.75.75 0 01.75.75v5.25a.75.75 0 01-1.5 0V4.81L8.03 17.03a.75.75 0 01-1.06-1.06L19.19 3.75h-3.44a.75.75 0 010-1.5zm-10.5 4.5a1.5 1.5 0 00-1.5 1.5v10.5a1.5 1.5 0 001.5 1.5h10.5a1.5 1.5 0 001.5-1.5V10.5a.75.75 0 011.5 0v8.25a3 3 0 01-3 3H5.25a3 3 0 01-3-3V8.25a3 3 0 013-3h8.25a.75.75 0 010 1.5H5.25z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"film\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M1.5 5.625c0-1.036.84-1.875 1.875-1.875h17.25c1.035 0 1.875.84 1.875 1.875v12.75c0 1.035-.84 1.875-1.875 1.875H3.375A1.875 1.875 0 011.5 18.375V5.625zm1.5 0v1.5c0 .207.168.375.375.375h1.5a.375.375 0 00.375-.375v-1.5a.375.375 0 00-.375-.375h-1.5A.375.375 0 003 5.625zm16.125-.375a.375.375 0 00-.375.375v1.5c0 .207.168.375.375.375h1.5A.375.375 0 0021 7.125v-1.5a.375.375 0 00-.375-.375h-1.5zM21 9.375A.375.375 0 0020.625 9h-1.5a.375.375 0 00-.375.375v1.5c0 .207.168.375.375.375h1.5a.375.375 0 00.375-.375v-1.5zm0 3.75a.375.375 0 00-.375-.375h-1.5a.375.375 0 00-.375.375v1.5c0 .207.168.375.375.375h1.5a.375.375 0 00.375-.375v-1.5zm0 3.75a.375.375 0 00-.375-.375h-1.5a.375.375 0 00-.375.375v1.5c0 .207.168.375.375.375h1.5a.375.375 0 00.375-.375v-1.5zM4.875 18.75a.375.375 0 00.375-.375v-1.5a.375.375 0 00-.375-.375h-1.5a.375.375 0 00-.375.375v1.5c0 .207.168.375.375.375h1.5zM3.375 15h1.5a.375.375 0 00.375-.375v-1.5a.375.375 0 00-.375-.375h-1.5a.375.375 0 00-.375.375v1.5c0 .207.168.375.375.375zm0-3.75h1.5a.375.375 0 00.375-.375v-1.5A.375.375 0 004.875 9h-1.5A.375.375 0 003 9.375v1.5c0 .207.168.375.375.375zm4.125 0a.75.75 0 000 1.5h9a.75.75 0 000-1.5h-9z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"cloud-arrow-up\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M10.5 3.75a6 6 0 00-5.98 6.496A5.25 5.25 0 006.75 20.25H18a4.5 4.5 0 002.206-8.423 3.75 3.75 0 00-4.133-4.303A6.001 6.001 0 0010.5 3.75zm2.03 5.47a.75.75 0 00-1.06 0l-3 3a.75.75 0 101.06 1.06l1.72-1.72v4.94a.75.75 0 001.5 0v-4.94l1.72 1.72a.75.75 0 101.06-1.06l-3-3z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"folder-minus\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M19.5 21a3 3 0 003-3V9a3 3 0 00-3-3h-5.379a.75.75 0 01-.53-.22L11.47 3.66A2.25 2.25 0 009.879 3H4.5a3 3 0 00-3 3v12a3 3 0 003 3h15zM9 12.75a.75.75 0 000 1.5h6a.75.75 0 000-1.5H9z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n    heroicons_solid.set(\n        \"identification\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">  <path fill-rule=\"evenodd\" d=\"M4.5 3.75a3 3 0 00-3 3v10.5a3 3 0 003 3h15a3 3 0 003-3V6.75a3 3 0 00-3-3h-15zm4.125 3a2.25 2.25 0 100 4.5 2.25 2.25 0 000-4.5zm-3.873 8.703a4.126 4.126 0 017.746 0 .75.75 0 01-.351.92 7.47 7.47 0 01-3.522.877 7.47 7.47 0 01-3.522-.877.75.75 0 01-.351-.92zM15 8.25a.75.75 0 000 1.5h3.75a.75.75 0 000-1.5H15zM14.25 12a.75.75 0 01.75-.75h3.75a.75.75 0 010 1.5H15a.75.75 0 01-.75-.75zm.75 2.25a.75.75 0 000 1.5h3.75a.75.75 0 000-1.5H15z\" clip-rule=\"evenodd\"/></svg>'\n    );\n\n\n    const icon = heroicons_solid.get(properties.name ?? properties.icon);\n\n    console.log(\"icon: \", icon);\n    let root = instance.canvas.get(0);\n    root.innerHTML = icon;\n\n    root.style.width = `${properties.bubble.width()}px`;\n    root.style.height = `${properties.bubble.height()}px`;\n    root.style.overflow = \"clip\"; \n    root.innerHTML = icon;\n    let svg = root.firstChild;\n    svg.setAttribute(\"fill\", properties.color);\n}"},"initialize":{"fn":"function(instance,context){instance.data.icons=window.heroicons_solid}"},"update":{"fn":"function(instance,properties,context){let icons=instance.data.icons,icon;icon=properties.name?icons.get(properties.name):icons.get(properties.icon);let root=instance.canvas.get(0);root.style.color=properties.color,root.innerHTML=icon}"},"reset":{"fn":"function(instance,context){}"}},"platform_type":"web"},"ABj":{"display":"Hero Icon","property_applications":{"resizable":true,"Background":true,"Border":true,"Padding":true,"BoxShadow":true},"add_hover_pressed":true,"add_is_visible":true,"add_large_file_upload_properties":false,"support_autobinding":false,"autobinding_value":"text","fields":{"ABZ":{"caption":"Color","name":"color","rank":7,"editor":"Color","default_val":"rgba(51, 51, 51, 1)","in_style":true},"ABa":{"caption":"Icon","name":"icon","rank":2,"editor":"Dropdown","default_val":"bug-ant","in_style":false},"ABb":{"caption":"Clickable","name":"clickable","rank":4,"editor":"Checkbox","default_val":false},"ABc":{"caption":"Dynamic Icon","name":"name","rank":3,"editor":"DynamicValue","value":"text","optional":true},"ABd":{"caption":"Tooltip","name":"tooltip","rank":5,"editor":"DynamicValue","value":"text","optional":true},"ABe":{"caption":"Stroke","name":"stroke_width","rank":10,"optional":true,"editor":"DynamicValue","value":"number","default_val":1.5},"ABf":{"caption":"🍭 Styling","name":"info_styling","rank":6,"editor":"Label"},"ABg":{"caption":"🦸‍♀️ Heroicon","name":"info_content","rank":0,"editor":"Label"},"ABh":{"caption":"Transition Duration","name":"transition_duration","rank":8,"editor":"StaticNumber","default_val":0,"in_style":true},"ABi":{"caption":"Transition Easing","name":"transition_easing","rank":9,"editor":"Dropdown","default_val":"Linear","in_style":true},"ABk":{"caption":"Type","name":"type","rank":1,"editor":"Dropdown","default_val":"Outline"}},"events":{"ABY":{"caption":"clicked","name":"click"}},"code":{"preview":{"fn":"function(instance, properties) {\n    let heroicons_outlined = new Map();\n\n    heroicons_outlined.set(\n        \"arrow-small-down\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M12 4.5v15m0 0l6.75-6.75M12 19.5l-6.75-6.75\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"bug-ant\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M12 12.75c1.148 0 2.278.08 3.383.237 1.037.146 1.866.966 1.866 2.013 0 3.728-2.35 6.75-5.25 6.75S6.75 18.728 6.75 15c0-1.046.83-1.867 1.866-2.013A24.204 24.204 0 0112 12.75zm0 0c2.883 0 5.647.508 8.207 1.44a23.91 23.91 0 01-1.152 6.06M12 12.75c-2.883 0-5.647.508-8.208 1.44.125 2.104.52 4.136 1.153 6.06M12 12.75a2.25 2.25 0 002.248-2.354M12 12.75a2.25 2.25 0 01-2.248-2.354M12 8.25c.995 0 1.971-.08 2.922-.236.403-.066.74-.358.795-.762a3.778 3.778 0 00-.399-2.25M12 8.25c-.995 0-1.97-.08-2.922-.236-.402-.066-.74-.358-.795-.762a3.734 3.734 0 01.4-2.253M12 8.25a2.25 2.25 0 00-2.248 2.146M12 8.25a2.25 2.25 0 012.248 2.146M8.683 5a6.032 6.032 0 01-1.155-1.002c.07-.63.27-1.222.574-1.747m.581 2.749A3.75 3.75 0 0115.318 5m0 0c.427-.283.815-.62 1.155-.999a4.471 4.471 0 00-.575-1.752M4.921 6a24.048 24.048 0 00-.392 3.314c1.668.546 3.416.914 5.223 1.082M19.08 6c.205 1.08.337 2.187.392 3.314a23.882 23.882 0 01-5.223 1.082\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"language\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M10.5 21l5.25-11.25L21 21m-9-3h7.5M3 5.621a48.474 48.474 0 016-.371m0 0c1.12 0 2.233.038 3.334.114M9 5.25V3m3.334 2.364C11.176 10.658 7.69 15.08 3 17.502m9.334-12.138c.896.061 1.785.147 2.666.257m-4.589 8.495a18.023 18.023 0 01-3.827-5.802\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"inbox\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M2.25 13.5h3.86a2.25 2.25 0 012.012 1.244l.256.512a2.25 2.25 0 002.013 1.244h3.218a2.25 2.25 0 002.013-1.244l.256-.512a2.25 2.25 0 012.013-1.244h3.859m-19.5.338V18a2.25 2.25 0 002.25 2.25h15A2.25 2.25 0 0021.75 18v-4.162c0-.224-.034-.447-.1-.661L19.24 5.338a2.25 2.25 0 00-2.15-1.588H6.911a2.25 2.25 0 00-2.15 1.588L2.35 13.177a2.25 2.25 0 00-.1.661z\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"shield-check\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M9 12.75L11.25 15 15 9.75m-3-7.036A11.959 11.959 0 013.598 6 11.99 11.99 0 003 9.749c0 5.592 3.824 10.29 9 11.623 5.176-1.332 9-6.03 9-11.622 0-1.31-.21-2.571-.598-3.751h-.152c-3.196 0-6.1-1.248-8.25-3.285z\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"paint-brush\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M9.53 16.122a3 3 0 00-5.78 1.128 2.25 2.25 0 01-2.4 2.245 4.5 4.5 0 008.4-2.245c0-.399-.078-.78-.22-1.128zm0 0a15.998 15.998 0 003.388-1.62m-5.043-.025a15.994 15.994 0 011.622-3.395m3.42 3.42a15.995 15.995 0 004.764-4.648l3.876-5.814a1.151 1.151 0 00-1.597-1.597L14.146 6.32a15.996 15.996 0 00-4.649 4.763m3.42 3.42a6.776 6.776 0 00-3.42-3.42\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"play-circle\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M21 12a9 9 0 11-18 0 9 9 0 0118 0z\"/>  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M15.91 11.672a.375.375 0 010 .656l-5.603 3.113a.375.375 0 01-.557-.328V8.887c0-.286.307-.466.557-.327l5.603 3.112z\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"eye-dropper\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M15 11.25l1.5 1.5.75-.75V8.758l2.276-.61a3 3 0 10-3.675-3.675l-.61 2.277H12l-.75.75 1.5 1.5M15 11.25l-8.47 8.47c-.34.34-.8.53-1.28.53s-.94.19-1.28.53l-.97.97-.75-.75.97-.97c.34-.34.53-.8.53-1.28s.19-.94.53-1.28L12.75 9M15 11.25L12.75 9\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"phone-arrow-up-right\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M20.25 3.75v4.5m0-4.5h-4.5m4.5 0l-6 6m3 12c-8.284 0-15-6.716-15-15V4.5A2.25 2.25 0 014.5 2.25h1.372c.516 0 .966.351 1.091.852l1.106 4.423c.11.44-.054.902-.417 1.173l-1.293.97a1.062 1.062 0 00-.38 1.21 12.035 12.035 0 007.143 7.143c.441.162.928-.004 1.21-.38l.97-1.293a1.125 1.125 0 011.173-.417l4.423 1.106c.5.125.852.575.852 1.091V19.5a2.25 2.25 0 01-2.25 2.25h-2.25z\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"circle-stack\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M20.25 6.375c0 2.278-3.694 4.125-8.25 4.125S3.75 8.653 3.75 6.375m16.5 0c0-2.278-3.694-4.125-8.25-4.125S3.75 4.097 3.75 6.375m16.5 0v11.25c0 2.278-3.694 4.125-8.25 4.125s-8.25-1.847-8.25-4.125V6.375m16.5 0v3.75m-16.5-3.75v3.75m16.5 0v3.75C20.25 16.153 16.556 18 12 18s-8.25-1.847-8.25-4.125v-3.75m16.5 0c0 2.278-3.694 4.125-8.25 4.125s-8.25-1.847-8.25-4.125\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"forward\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M3 8.688c0-.864.933-1.405 1.683-.977l7.108 4.062a1.125 1.125 0 010 1.953l-7.108 4.062A1.125 1.125 0 013 16.81V8.688zM12.75 8.688c0-.864.933-1.405 1.683-.977l7.108 4.062a1.125 1.125 0 010 1.953l-7.108 4.062a1.125 1.125 0 01-1.683-.977V8.688z\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"chat-bubble-oval-left-ellipsis\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M8.625 12a.375.375 0 11-.75 0 .375.375 0 01.75 0zm0 0H8.25m4.125 0a.375.375 0 11-.75 0 .375.375 0 01.75 0zm0 0H12m4.125 0a.375.375 0 11-.75 0 .375.375 0 01.75 0zm0 0h-.375M21 12c0 4.556-4.03 8.25-9 8.25a9.764 9.764 0 01-2.555-.337A5.972 5.972 0 015.41 20.97a5.969 5.969 0 01-.474-.065 4.48 4.48 0 00.978-2.025c.09-.457-.133-.901-.467-1.226C3.93 16.178 3 14.189 3 12c0-4.556 4.03-8.25 9-8.25s9 3.694 9 8.25z\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"no-symbol\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M18.364 18.364A9 9 0 005.636 5.636m12.728 12.728A9 9 0 015.636 5.636m12.728 12.728L5.636 5.636\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"stop-circle\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M21 12a9 9 0 11-18 0 9 9 0 0118 0z\"/>  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M9 9.563C9 9.252 9.252 9 9.563 9h4.874c.311 0 .563.252.563.563v4.874c0 .311-.252.563-.563.563H9.564A.562.562 0 019 14.437V9.564z\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"server-stack\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M5.25 14.25h13.5m-13.5 0a3 3 0 01-3-3m3 3a3 3 0 100 6h13.5a3 3 0 100-6m-16.5-3a3 3 0 013-3h13.5a3 3 0 013 3m-19.5 0a4.5 4.5 0 01.9-2.7L5.737 5.1a3.375 3.375 0 012.7-1.35h7.126c1.062 0 2.062.5 2.7 1.35l2.587 3.45a4.5 4.5 0 01.9 2.7m0 0a3 3 0 01-3 3m0 3h.008v.008h-.008v-.008zm0-6h.008v.008h-.008v-.008zm-3 6h.008v.008h-.008v-.008zm0-6h.008v.008h-.008v-.008z\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"magnifying-glass-circle\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M15.75 15.75l-2.489-2.489m0 0a3.375 3.375 0 10-4.773-4.773 3.375 3.375 0 004.774 4.774zM21 12a9 9 0 11-18 0 9 9 0 0118 0z\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"arrow-down-left\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M19.5 4.5l-15 15m0 0h11.25m-11.25 0V8.25\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"currency-pound\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M14.121 7.629A3 3 0 009.017 9.43c-.023.212-.002.425.028.636l.506 3.541a4.5 4.5 0 01-.43 2.65L9 16.5l1.539-.513a2.25 2.25 0 011.422 0l.655.218a2.25 2.25 0 001.718-.122L15 15.75M8.25 12H12m9 0a9 9 0 11-18 0 9 9 0 0118 0z\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"bars-arrow-up\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M3 4.5h14.25M3 9h9.75M3 13.5h5.25m5.25-.75L17.25 9m0 0L21 12.75M17.25 9v12\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"chevron-down\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M19.5 8.25l-7.5 7.5-7.5-7.5\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"calendar\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M6.75 3v2.25M17.25 3v2.25M3 18.75V7.5a2.25 2.25 0 012.25-2.25h13.5A2.25 2.25 0 0121 7.5v11.25m-18 0A2.25 2.25 0 005.25 21h13.5A2.25 2.25 0 0021 18.75m-18 0v-7.5A2.25 2.25 0 015.25 9h13.5A2.25 2.25 0 0121 11.25v7.5\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"clipboard-document-list\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M9 12h3.75M9 15h3.75M9 18h3.75m3 .75H18a2.25 2.25 0 002.25-2.25V6.108c0-1.135-.845-2.098-1.976-2.192a48.424 48.424 0 00-1.123-.08m-5.801 0c-.065.21-.1.433-.1.664 0 .414.336.75.75.75h4.5a.75.75 0 00.75-.75 2.25 2.25 0 00-.1-.664m-5.8 0A2.251 2.251 0 0113.5 2.25H15c1.012 0 1.867.668 2.15 1.586m-5.8 0c-.376.023-.75.05-1.124.08C9.095 4.01 8.25 4.973 8.25 6.108V8.25m0 0H4.875c-.621 0-1.125.504-1.125 1.125v11.25c0 .621.504 1.125 1.125 1.125h9.75c.621 0 1.125-.504 1.125-1.125V9.375c0-.621-.504-1.125-1.125-1.125H8.25zM6.75 12h.008v.008H6.75V12zm0 3h.008v.008H6.75V15zm0 3h.008v.008H6.75V18z\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"arrow-up-on-square\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M9 8.25H7.5a2.25 2.25 0 00-2.25 2.25v9a2.25 2.25 0 002.25 2.25h9a2.25 2.25 0 002.25-2.25v-9a2.25 2.25 0 00-2.25-2.25H15m0-3l-3-3m0 0l-3 3m3-3V15\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"receipt-refund\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M8.25 9.75h4.875a2.625 2.625 0 010 5.25H12M8.25 9.75L10.5 7.5M8.25 9.75L10.5 12m9-7.243V21.75l-3.75-1.5-3.75 1.5-3.75-1.5-3.75 1.5V4.757c0-1.108.806-2.057 1.907-2.185a48.507 48.507 0 0111.186 0c1.1.128 1.907 1.077 1.907 2.185z\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"currency-dollar\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M12 6v12m-3-2.818l.879.659c1.171.879 3.07.879 4.242 0 1.172-.879 1.172-2.303 0-3.182C13.536 12.219 12.768 12 12 12c-.725 0-1.45-.22-2.003-.659-1.106-.879-1.106-2.303 0-3.182s2.9-.879 4.006 0l.415.33M21 12a9 9 0 11-18 0 9 9 0 0118 0z\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"arrow-up-right\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M4.5 19.5l15-15m0 0H8.25m11.25 0v11.25\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"arrow-path-rounded-square\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M19.5 12c0-1.232-.046-2.453-.138-3.662a4.006 4.006 0 00-3.7-3.7 48.678 48.678 0 00-7.324 0 4.006 4.006 0 00-3.7 3.7c-.017.22-.032.441-.046.662M19.5 12l3-3m-3 3l-3-3m-12 3c0 1.232.046 2.453.138 3.662a4.006 4.006 0 003.7 3.7 48.656 48.656 0 007.324 0 4.006 4.006 0 003.7-3.7c.017-.22.032-.441.046-.662M4.5 12l3 3m-3-3l-3 3\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"magnifying-glass\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M21 21l-5.197-5.197m0 0A7.5 7.5 0 105.196 5.196a7.5 7.5 0 0010.607 10.607z\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"information-circle\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M11.25 11.25l.041-.02a.75.75 0 011.063.852l-.708 2.836a.75.75 0 001.063.853l.041-.021M21 12a9 9 0 11-18 0 9 9 0 0118 0zm-9-3.75h.008v.008H12V8.25z\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"swatch\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M4.098 19.902a3.75 3.75 0 005.304 0l6.401-6.402M6.75 21A3.75 3.75 0 013 17.25V4.125C3 3.504 3.504 3 4.125 3h5.25c.621 0 1.125.504 1.125 1.125v4.072M6.75 21a3.75 3.75 0 003.75-3.75V8.197M6.75 21h13.125c.621 0 1.125-.504 1.125-1.125v-5.25c0-.621-.504-1.125-1.125-1.125h-4.072M10.5 8.197l2.88-2.88c.438-.439 1.15-.439 1.59 0l3.712 3.713c.44.44.44 1.152 0 1.59l-2.879 2.88M6.75 17.25h.008v.008H6.75v-.008z\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"cube\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M21 7.5l-9-5.25L3 7.5m18 0l-9 5.25m9-5.25v9l-9 5.25M3 7.5l9 5.25M3 7.5v9l9 5.25m0-9v9\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"cube-transparent\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M21 7.5l-2.25-1.313M21 7.5v2.25m0-2.25l-2.25 1.313M3 7.5l2.25-1.313M3 7.5l2.25 1.313M3 7.5v2.25m9 3l2.25-1.313M12 12.75l-2.25-1.313M12 12.75V15m0 6.75l2.25-1.313M12 21.75V19.5m0 2.25l-2.25-1.313m0-16.875L12 2.25l2.25 1.313M21 14.25v2.25l-2.25 1.313m-13.5 0L3 16.5v-2.25\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"puzzle-piece\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M14.25 6.087c0-.355.186-.676.401-.959.221-.29.349-.634.349-1.003 0-1.036-1.007-1.875-2.25-1.875s-2.25.84-2.25 1.875c0 .369.128.713.349 1.003.215.283.401.604.401.959v0a.64.64 0 01-.657.643 48.39 48.39 0 01-4.163-.3c.186 1.613.293 3.25.315 4.907a.656.656 0 01-.658.663v0c-.355 0-.676-.186-.959-.401a1.647 1.647 0 00-1.003-.349c-1.036 0-1.875 1.007-1.875 2.25s.84 2.25 1.875 2.25c.369 0 .713-.128 1.003-.349.283-.215.604-.401.959-.401v0c.31 0 .555.26.532.57a48.039 48.039 0 01-.642 5.056c1.518.19 3.058.309 4.616.354a.64.64 0 00.657-.643v0c0-.355-.186-.676-.401-.959a1.647 1.647 0 01-.349-1.003c0-1.035 1.008-1.875 2.25-1.875 1.243 0 2.25.84 2.25 1.875 0 .369-.128.713-.349 1.003-.215.283-.4.604-.4.959v0c0 .333.277.599.61.58a48.1 48.1 0 005.427-.63 48.05 48.05 0 00.582-4.717.532.532 0 00-.533-.57v0c-.355 0-.676.186-.959.401-.29.221-.634.349-1.003.349-1.035 0-1.875-1.007-1.875-2.25s.84-2.25 1.875-2.25c.37 0 .713.128 1.003.349.283.215.604.401.96.401v0a.656.656 0 00.658-.663 48.422 48.422 0 00-.37-5.36c-1.886.342-3.81.574-5.766.689a.578.578 0 01-.61-.58v0z\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"flag\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M3 3v1.5M3 21v-6m0 0l2.77-.693a9 9 0 016.208.682l.108.054a9 9 0 006.086.71l3.114-.732a48.524 48.524 0 01-.005-10.499l-3.11.732a9 9 0 01-6.085-.711l-.108-.054a9 9 0 00-6.208-.682L3 4.5M3 15V4.5\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"chart-pie\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M10.5 6a7.5 7.5 0 107.5 7.5h-7.5V6z\"/>  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M13.5 10.5H21A7.5 7.5 0 0013.5 3v7.5z\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"arrow-long-left\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M6.75 15.75L3 12m0 0l3.75-3.75M3 12h18\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"chat-bubble-bottom-center-text\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M7.5 8.25h9m-9 3H12m-9.75 1.51c0 1.6 1.123 2.994 2.707 3.227 1.129.166 2.27.293 3.423.379.35.026.67.21.865.501L12 21l2.755-4.133a1.14 1.14 0 01.865-.501 48.172 48.172 0 003.423-.379c1.584-.233 2.707-1.626 2.707-3.228V6.741c0-1.602-1.123-2.995-2.707-3.228A48.394 48.394 0 0012 3c-2.392 0-4.744.175-7.043.513C3.373 3.746 2.25 5.14 2.25 6.741v6.018z\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"code-bracket-square\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M14.25 9.75L16.5 12l-2.25 2.25m-4.5 0L7.5 12l2.25-2.25M6 20.25h12A2.25 2.25 0 0020.25 18V6A2.25 2.25 0 0018 3.75H6A2.25 2.25 0 003.75 6v12A2.25 2.25 0 006 20.25z\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"arrow-small-left\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M19.5 12h-15m0 0l6.75 6.75M4.5 12l6.75-6.75\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"minus\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M19.5 12h-15\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"arrow-uturn-down\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M15 15l-6 6m0 0l-6-6m6 6V9a6 6 0 0112 0v3\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"scale\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M12 3v17.25m0 0c-1.472 0-2.882.265-4.185.75M12 20.25c1.472 0 2.882.265 4.185.75M18.75 4.97A48.416 48.416 0 0012 4.5c-2.291 0-4.545.16-6.75.47m13.5 0c1.01.143 2.01.317 3 .52m-3-.52l2.62 10.726c.122.499-.106 1.028-.589 1.202a5.988 5.988 0 01-2.031.352 5.988 5.988 0 01-2.031-.352c-.483-.174-.711-.703-.59-1.202L18.75 4.971zm-16.5.52c.99-.203 1.99-.377 3-.52m0 0l2.62 10.726c.122.499-.106 1.028-.589 1.202a5.989 5.989 0 01-2.031.352 5.989 5.989 0 01-2.031-.352c-.483-.174-.711-.703-.59-1.202L5.25 4.971z\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"check-badge\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M9 12.75L11.25 15 15 9.75M21 12c0 1.268-.63 2.39-1.593 3.068a3.745 3.745 0 01-1.043 3.296 3.745 3.745 0 01-3.296 1.043A3.745 3.745 0 0112 21c-1.268 0-2.39-.63-3.068-1.593a3.746 3.746 0 01-3.296-1.043 3.745 3.745 0 01-1.043-3.296A3.745 3.745 0 013 12c0-1.268.63-2.39 1.593-3.068a3.745 3.745 0 011.043-3.296 3.746 3.746 0 013.296-1.043A3.746 3.746 0 0112 3c1.268 0 2.39.63 3.068 1.593a3.746 3.746 0 013.296 1.043 3.746 3.746 0 011.043 3.296A3.745 3.745 0 0121 12z\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"chat-bubble-left-right\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M20.25 8.511c.884.284 1.5 1.128 1.5 2.097v4.286c0 1.136-.847 2.1-1.98 2.193-.34.027-.68.052-1.02.072v3.091l-3-3c-1.354 0-2.694-.055-4.02-.163a2.115 2.115 0 01-.825-.242m9.345-8.334a2.126 2.126 0 00-.476-.095 48.64 48.64 0 00-8.048 0c-1.131.094-1.976 1.057-1.976 2.192v4.286c0 .837.46 1.58 1.155 1.951m9.345-8.334V6.637c0-1.621-1.152-3.026-2.76-3.235A48.455 48.455 0 0011.25 3c-2.115 0-4.198.137-6.24.402-1.608.209-2.76 1.614-2.76 3.235v6.226c0 1.621 1.152 3.026 2.76 3.235.577.075 1.157.14 1.74.194V21l4.155-4.155\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"calculator\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M15.75 15.75V18m-7.5-6.75h.008v.008H8.25v-.008zm0 2.25h.008v.008H8.25V13.5zm0 2.25h.008v.008H8.25v-.008zm0 2.25h.008v.008H8.25V18zm2.498-6.75h.007v.008h-.007v-.008zm0 2.25h.007v.008h-.007V13.5zm0 2.25h.007v.008h-.007v-.008zm0 2.25h.007v.008h-.007V18zm2.504-6.75h.008v.008h-.008v-.008zm0 2.25h.008v.008h-.008V13.5zm0 2.25h.008v.008h-.008v-.008zm0 2.25h.008v.008h-.008V18zm2.498-6.75h.008v.008h-.008v-.008zm0 2.25h.008v.008h-.008V13.5zM8.25 6h7.5v2.25h-7.5V6zM12 2.25c-1.892 0-3.758.11-5.593.322C5.307 2.7 4.5 3.65 4.5 4.757V19.5a2.25 2.25 0 002.25 2.25h10.5a2.25 2.25 0 002.25-2.25V4.757c0-1.108-.806-2.057-1.907-2.185A48.507 48.507 0 0012 2.25z\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"folder\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M2.25 12.75V12A2.25 2.25 0 014.5 9.75h15A2.25 2.25 0 0121.75 12v.75m-8.69-6.44l-2.12-2.12a1.5 1.5 0 00-1.061-.44H4.5A2.25 2.25 0 002.25 6v12a2.25 2.25 0 002.25 2.25h15A2.25 2.25 0 0021.75 18V9a2.25 2.25 0 00-2.25-2.25h-5.379a1.5 1.5 0 01-1.06-.44z\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"home-modern\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M8.25 21v-4.875c0-.621.504-1.125 1.125-1.125h2.25c.621 0 1.125.504 1.125 1.125V21m0 0h4.5V3.545M12.75 21h7.5V10.75M2.25 21h1.5m18 0h-18M2.25 9l4.5-1.636M18.75 3l-1.5.545m0 6.205l3 1m1.5.5l-1.5-.5M6.75 7.364V3h-3v18m3-13.636l10.5-3.819\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"bookmark-slash\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M3 3l1.664 1.664M21 21l-1.5-1.5m-5.485-1.242L12 17.25 4.5 21V8.742m.164-4.078a2.15 2.15 0 011.743-1.342 48.507 48.507 0 0111.186 0c1.1.128 1.907 1.077 1.907 2.185V19.5M4.664 4.664L19.5 19.5\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"globe-americas\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M6.115 5.19l.319 1.913A6 6 0 008.11 10.36L9.75 12l-.387.775c-.217.433-.132.956.21 1.298l1.348 1.348c.21.21.329.497.329.795v1.089c0 .426.24.815.622 1.006l.153.076c.433.217.956.132 1.298-.21l.723-.723a8.7 8.7 0 002.288-4.042 1.087 1.087 0 00-.358-1.099l-1.33-1.108c-.251-.21-.582-.299-.905-.245l-1.17.195a1.125 1.125 0 01-.98-.314l-.295-.295a1.125 1.125 0 010-1.591l.13-.132a1.125 1.125 0 011.3-.21l.603.302a.809.809 0 001.086-1.086L14.25 7.5l1.256-.837a4.5 4.5 0 001.528-1.732l.146-.292M6.115 5.19A9 9 0 1017.18 4.64M6.115 5.19A8.965 8.965 0 0112 3c1.929 0 3.716.607 5.18 1.64\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"bolt-slash\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M11.412 15.655L9.75 21.75l3.745-4.012M9.257 13.5H3.75l2.659-2.849m2.048-2.194L14.25 2.25 12 10.5h8.25l-4.707 5.043M8.457 8.457L3 3m5.457 5.457l7.086 7.086m0 0L21 21\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"speaker-x-mark\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M17.25 9.75L19.5 12m0 0l2.25 2.25M19.5 12l2.25-2.25M19.5 12l-2.25 2.25m-10.5-6l4.72-4.72a.75.75 0 011.28.531V19.94a.75.75 0 01-1.28.53l-4.72-4.72H4.51c-.88 0-1.704-.506-1.938-1.354A9.01 9.01 0 012.25 12c0-.83.112-1.633.322-2.395C2.806 8.757 3.63 8.25 4.51 8.25H6.75z\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"at-symbol\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" d=\"M16.5 12a4.5 4.5 0 11-9 0 4.5 4.5 0 019 0zm0 0c0 1.657 1.007 3 2.25 3S21 13.657 21 12a9 9 0 10-2.636 6.364M16.5 12V8.25\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"clipboard-document\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M8.25 7.5V6.108c0-1.135.845-2.098 1.976-2.192.373-.03.748-.057 1.123-.08M15.75 18H18a2.25 2.25 0 002.25-2.25V6.108c0-1.135-.845-2.098-1.976-2.192a48.424 48.424 0 00-1.123-.08M15.75 18.75v-1.875a3.375 3.375 0 00-3.375-3.375h-1.5a1.125 1.125 0 01-1.125-1.125v-1.5A3.375 3.375 0 006.375 7.5H5.25m11.9-3.664A2.251 2.251 0 0015 2.25h-1.5a2.251 2.251 0 00-2.15 1.586m5.8 0c.065.21.1.433.1.664v.75h-6V4.5c0-.231.035-.454.1-.664M6.75 7.5H4.875c-.621 0-1.125.504-1.125 1.125v12c0 .621.504 1.125 1.125 1.125h9.75c.621 0 1.125-.504 1.125-1.125V16.5a9 9 0 00-9-9z\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"plus\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M12 4.5v15m7.5-7.5h-15\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"gif\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M12.75 8.25v7.5m6-7.5h-3V12m0 0v3.75m0-3.75H18M9.75 9.348c-1.03-1.464-2.698-1.464-3.728 0-1.03 1.465-1.03 3.84 0 5.304 1.03 1.464 2.699 1.464 3.728 0V12h-1.5M4.5 19.5h15a2.25 2.25 0 002.25-2.25V6.75A2.25 2.25 0 0019.5 4.5h-15a2.25 2.25 0 00-2.25 2.25v10.5A2.25 2.25 0 004.5 19.5z\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"computer-desktop\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M9 17.25v1.007a3 3 0 01-.879 2.122L7.5 21h9l-.621-.621A3 3 0 0115 18.257V17.25m6-12V15a2.25 2.25 0 01-2.25 2.25H5.25A2.25 2.25 0 013 15V5.25m18 0A2.25 2.25 0 0018.75 3H5.25A2.25 2.25 0 003 5.25m18 0V12a2.25 2.25 0 01-2.25 2.25H5.25A2.25 2.25 0 013 12V5.25\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"arrow-path\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M16.023 9.348h4.992v-.001M2.985 19.644v-4.992m0 0h4.992m-4.993 0l3.181 3.183a8.25 8.25 0 0013.803-3.7M4.031 9.865a8.25 8.25 0 0113.803-3.7l3.181 3.182m0-4.991v4.99\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"gift\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M21 11.25v8.25a1.5 1.5 0 01-1.5 1.5H5.25a1.5 1.5 0 01-1.5-1.5v-8.25M12 4.875A2.625 2.625 0 109.375 7.5H12m0-2.625V7.5m0-2.625A2.625 2.625 0 1114.625 7.5H12m0 0V21m-8.625-9.75h18c.621 0 1.125-.504 1.125-1.125v-1.5c0-.621-.504-1.125-1.125-1.125h-18c-.621 0-1.125.504-1.125 1.125v1.5c0 .621.504 1.125 1.125 1.125z\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"chevron-double-left\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M18.75 19.5l-7.5-7.5 7.5-7.5m-6 15L5.25 12l7.5-7.5\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"video-camera\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" d=\"M15.75 10.5l4.72-4.72a.75.75 0 011.28.53v11.38a.75.75 0 01-1.28.53l-4.72-4.72M4.5 18.75h9a2.25 2.25 0 002.25-2.25v-9a2.25 2.25 0 00-2.25-2.25h-9A2.25 2.25 0 002.25 7.5v9a2.25 2.25 0 002.25 2.25z\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"stop\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M5.25 7.5A2.25 2.25 0 017.5 5.25h9a2.25 2.25 0 012.25 2.25v9a2.25 2.25 0 01-2.25 2.25h-9a2.25 2.25 0 01-2.25-2.25v-9z\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"gift-top\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M12 3.75v16.5M2.25 12h19.5M6.375 17.25a4.875 4.875 0 004.875-4.875V12m6.375 5.25a4.875 4.875 0 01-4.875-4.875V12m-9 8.25h16.5a1.5 1.5 0 001.5-1.5V5.25a1.5 1.5 0 00-1.5-1.5H3.75a1.5 1.5 0 00-1.5 1.5v13.5a1.5 1.5 0 001.5 1.5zm12.621-9.44c-1.409 1.41-4.242 1.061-4.242 1.061s-.349-2.833 1.06-4.242a2.25 2.25 0 013.182 3.182zM10.773 7.63c1.409 1.409 1.06 4.242 1.06 4.242S9 12.22 7.592 10.811a2.25 2.25 0 113.182-3.182z\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"currency-bangladeshi\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M8.25 7.5l.415-.207a.75.75 0 011.085.67V10.5m0 0h6m-6 0h-1.5m1.5 0v5.438c0 .354.161.697.473.865a3.751 3.751 0 005.452-2.553c.083-.409-.263-.75-.68-.75h-.745M21 12a9 9 0 11-18 0 9 9 0 0118 0z\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"arrow-down\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M19.5 13.5L12 21m0 0l-7.5-7.5M12 21V3\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"megaphone\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M10.34 15.84c-.688-.06-1.386-.09-2.09-.09H7.5a4.5 4.5 0 110-9h.75c.704 0 1.402-.03 2.09-.09m0 9.18c.253.962.584 1.892.985 2.783.247.55.06 1.21-.463 1.511l-.657.38c-.551.318-1.26.117-1.527-.461a20.845 20.845 0 01-1.44-4.282m3.102.069a18.03 18.03 0 01-.59-4.59c0-1.586.205-3.124.59-4.59m0 9.18a23.848 23.848 0 018.835 2.535M10.34 6.66a23.847 23.847 0 008.835-2.535m0 0A23.74 23.74 0 0018.795 3m.38 1.125a23.91 23.91 0 011.014 5.395m-1.014 8.855c-.118.38-.245.754-.38 1.125m.38-1.125a23.91 23.91 0 001.014-5.395m0-3.46c.495.413.811 1.035.811 1.73 0 .695-.316 1.317-.811 1.73m0-3.46a24.347 24.347 0 010 3.46\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"lock-closed\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M16.5 10.5V6.75a4.5 4.5 0 10-9 0v3.75m-.75 11.25h10.5a2.25 2.25 0 002.25-2.25v-6.75a2.25 2.25 0 00-2.25-2.25H6.75a2.25 2.25 0 00-2.25 2.25v6.75a2.25 2.25 0 002.25 2.25z\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"check\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M4.5 12.75l6 6 9-13.5\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"arrow-down-tray\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M3 16.5v2.25A2.25 2.25 0 005.25 21h13.5A2.25 2.25 0 0021 18.75V16.5M16.5 12L12 16.5m0 0L7.5 12m4.5 4.5V3\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"clock\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M12 6v6h4.5m4.5 0a9 9 0 11-18 0 9 9 0 0118 0z\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"fire\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M15.362 5.214A8.252 8.252 0 0112 21 8.25 8.25 0 016.038 7.048 8.287 8.287 0 009 9.6a8.983 8.983 0 013.361-6.867 8.21 8.21 0 003 2.48z\"/>  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M12 18a3.75 3.75 0 00.495-7.467 5.99 5.99 0 00-1.925 3.546 5.974 5.974 0 01-2.133-1A3.75 3.75 0 0012 18z\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"arrow-up-circle\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M15 11.25l-3-3m0 0l-3 3m3-3v7.5M21 12a9 9 0 11-18 0 9 9 0 0118 0z\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"cursor-arrow-ripple\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M15.042 21.672L13.684 16.6m0 0l-2.51 2.225.569-9.47 5.227 7.917-3.286-.672zm-7.518-.267A8.25 8.25 0 1120.25 10.5M8.288 14.212A5.25 5.25 0 1117.25 10.5\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"hand-thumb-up\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M6.633 10.5c.806 0 1.533-.446 2.031-1.08a9.041 9.041 0 012.861-2.4c.723-.384 1.35-.956 1.653-1.715a4.498 4.498 0 00.322-1.672V3a.75.75 0 01.75-.75A2.25 2.25 0 0116.5 4.5c0 1.152-.26 2.243-.723 3.218-.266.558.107 1.282.725 1.282h3.126c1.026 0 1.945.694 2.054 1.715.045.422.068.85.068 1.285a11.95 11.95 0 01-2.649 7.521c-.388.482-.987.729-1.605.729H13.48c-.483 0-.964-.078-1.423-.23l-3.114-1.04a4.501 4.501 0 00-1.423-.23H5.904M14.25 9h2.25M5.904 18.75c.083.205.173.405.27.602.197.4-.078.898-.523.898h-.908c-.889 0-1.713-.518-1.972-1.368a12 12 0 01-.521-3.507c0-1.553.295-3.036.831-4.398C3.387 10.203 4.167 9.75 5 9.75h1.053c.472 0 .745.556.5.96a8.958 8.958 0 00-1.302 4.665c0 1.194.232 2.333.654 3.375z\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"arrow-left-circle\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M11.25 9l-3 3m0 0l3 3m-3-3h7.5M21 12a9 9 0 11-18 0 9 9 0 0118 0z\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"arrow-small-up\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M12 19.5v-15m0 0l-6.75 6.75M12 4.5l6.75 6.75\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"chevron-double-right\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M11.25 4.5l7.5 7.5-7.5 7.5m-6-15l7.5 7.5-7.5 7.5\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"chat-bubble-bottom-center\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M2.25 12.76c0 1.6 1.123 2.994 2.707 3.227 1.068.157 2.148.279 3.238.364.466.037.893.281 1.153.671L12 21l2.652-3.978c.26-.39.687-.634 1.153-.67 1.09-.086 2.17-.208 3.238-.365 1.584-.233 2.707-1.626 2.707-3.228V6.741c0-1.602-1.123-2.995-2.707-3.228A48.394 48.394 0 0012 3c-2.392 0-4.744.175-7.043.513C3.373 3.746 2.25 5.14 2.25 6.741v6.018z\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"pause\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M15.75 5.25v13.5m-7.5-13.5v13.5\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"radio\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M3.75 7.5l16.5-4.125M12 6.75c-2.708 0-5.363.224-7.948.655C2.999 7.58 2.25 8.507 2.25 9.574v9.176A2.25 2.25 0 004.5 21h15a2.25 2.25 0 002.25-2.25V9.574c0-1.067-.75-1.994-1.802-2.169A48.329 48.329 0 0012 6.75zm-1.683 6.443l-.005.005-.006-.005.006-.005.005.005zm-.005 2.127l-.005-.006.005-.005.005.005-.005.005zm-2.116-.006l-.005.006-.006-.006.005-.005.006.005zm-.005-2.116l-.006-.005.006-.005.005.005-.005.005zM9.255 10.5v.008h-.008V10.5h.008zm3.249 1.88l-.007.004-.003-.007.006-.003.004.006zm-1.38 5.126l-.003-.006.006-.004.004.007-.006.003zm.007-6.501l-.003.006-.007-.003.004-.007.006.004zm1.37 5.129l-.007-.004.004-.006.006.003-.004.007zm.504-1.877h-.008v-.007h.008v.007zM9.255 18v.008h-.008V18h.008zm-3.246-1.87l-.007.004L6 16.127l.006-.003.004.006zm1.366-5.119l-.004-.006.006-.004.004.007-.006.003zM7.38 17.5l-.003.006-.007-.003.004-.007.006.004zm-1.376-5.116L6 12.38l.003-.007.007.004-.004.007zm-.5 1.873h-.008v-.007h.008v.007zM17.25 12.75a.75.75 0 110-1.5.75.75 0 010 1.5zm0 4.5a.75.75 0 110-1.5.75.75 0 010 1.5z\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"variable\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M4.745 3A23.933 23.933 0 003 12c0 3.183.62 6.22 1.745 9M19.5 3c.967 2.78 1.5 5.817 1.5 9s-.533 6.22-1.5 9M8.25 8.885l1.444-.89a.75.75 0 011.105.402l2.402 7.206a.75.75 0 001.104.401l1.445-.889m-8.25.75l.213.09a1.687 1.687 0 002.062-.617l4.45-6.676a1.688 1.688 0 012.062-.618l.213.09\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"microphone\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M12 18.75a6 6 0 006-6v-1.5m-6 7.5a6 6 0 01-6-6v-1.5m6 7.5v3.75m-3.75 0h7.5M12 15.75a3 3 0 01-3-3V4.5a3 3 0 116 0v8.25a3 3 0 01-3 3z\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"power\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M5.636 5.636a9 9 0 1012.728 0M12 3v9\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"chart-bar-square\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M7.5 14.25v2.25m3-4.5v4.5m3-6.75v6.75m3-9v9M6 20.25h12A2.25 2.25 0 0020.25 18V6A2.25 2.25 0 0018 3.75H6A2.25 2.25 0 003.75 6v12A2.25 2.25 0 006 20.25z\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"rectangle-stack\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M6 6.878V6a2.25 2.25 0 012.25-2.25h7.5A2.25 2.25 0 0118 6v.878m-12 0c.235-.083.487-.128.75-.128h10.5c.263 0 .515.045.75.128m-12 0A2.25 2.25 0 004.5 9v.878m13.5-3A2.25 2.25 0 0119.5 9v.878m0 0a2.246 2.246 0 00-.75-.128H5.25c-.263 0-.515.045-.75.128m15 0A2.25 2.25 0 0121 12v6a2.25 2.25 0 01-2.25 2.25H5.25A2.25 2.25 0 013 18v-6c0-.98.626-1.813 1.5-2.122\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"video-camera-slash\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M15.75 10.5l4.72-4.72a.75.75 0 011.28.53v11.38a.75.75 0 01-1.28.53l-4.72-4.72M12 18.75H4.5a2.25 2.25 0 01-2.25-2.25V9m12.841 9.091L16.5 19.5m-1.409-1.409c.407-.407.659-.97.659-1.591v-9a2.25 2.25 0 00-2.25-2.25h-9c-.621 0-1.184.252-1.591.659m12.182 12.182L2.909 5.909M1.5 4.5l1.409 1.409\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"squares-plus\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M13.5 16.875h3.375m0 0h3.375m-3.375 0V13.5m0 3.375v3.375M6 10.5h2.25a2.25 2.25 0 002.25-2.25V6a2.25 2.25 0 00-2.25-2.25H6A2.25 2.25 0 003.75 6v2.25A2.25 2.25 0 006 10.5zm0 9.75h2.25A2.25 2.25 0 0010.5 18v-2.25a2.25 2.25 0 00-2.25-2.25H6a2.25 2.25 0 00-2.25 2.25V18A2.25 2.25 0 006 20.25zm9.75-9.75H18a2.25 2.25 0 002.25-2.25V6A2.25 2.25 0 0018 3.75h-2.25A2.25 2.25 0 0013.5 6v2.25a2.25 2.25 0 002.25 2.25z\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"key\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M15.75 5.25a3 3 0 013 3m3 0a6 6 0 01-7.029 5.912c-.563-.097-1.159.026-1.563.43L10.5 17.25H8.25v2.25H6v2.25H2.25v-2.818c0-.597.237-1.17.659-1.591l6.499-6.499c.404-.404.527-1 .43-1.563A6 6 0 1121.75 8.25z\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"archive-box-x-mark\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M20.25 7.5l-.625 10.632a2.25 2.25 0 01-2.247 2.118H6.622a2.25 2.25 0 01-2.247-2.118L3.75 7.5m6 4.125l2.25 2.25m0 0l2.25 2.25M12 13.875l2.25-2.25M12 13.875l-2.25 2.25M3.375 7.5h17.25c.621 0 1.125-.504 1.125-1.125v-1.5c0-.621-.504-1.125-1.125-1.125H3.375c-.621 0-1.125.504-1.125 1.125v1.5c0 .621.504 1.125 1.125 1.125z\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"eye\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M2.036 12.322a1.012 1.012 0 010-.639C3.423 7.51 7.36 4.5 12 4.5c4.638 0 8.573 3.007 9.963 7.178.07.207.07.431 0 .639C20.577 16.49 16.64 19.5 12 19.5c-4.638 0-8.573-3.007-9.963-7.178z\"/>  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M15 12a3 3 0 11-6 0 3 3 0 016 0z\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"wrench-screwdriver\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M11.42 15.17L17.25 21A2.652 2.652 0 0021 17.25l-5.877-5.877M11.42 15.17l2.496-3.03c.317-.384.74-.626 1.208-.766M11.42 15.17l-4.655 5.653a2.548 2.548 0 11-3.586-3.586l6.837-5.63m5.108-.233c.55-.164 1.163-.188 1.743-.14a4.5 4.5 0 004.486-6.336l-3.276 3.277a3.004 3.004 0 01-2.25-2.25l3.276-3.276a4.5 4.5 0 00-6.336 4.486c.091 1.076-.071 2.264-.904 2.95l-.102.085m-1.745 1.437L5.909 7.5H4.5L2.25 3.75l1.5-1.5L7.5 4.5v1.409l4.26 4.26m-1.745 1.437l1.745-1.437m6.615 8.206L15.75 15.75M4.867 19.125h.008v.008h-.008v-.008z\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"paper-clip\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M18.375 12.739l-7.693 7.693a4.5 4.5 0 01-6.364-6.364l10.94-10.94A3 3 0 1119.5 7.372L8.552 18.32m.009-.01l-.01.01m5.699-9.941l-7.81 7.81a1.5 1.5 0 002.112 2.13\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"bell-alert\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M14.857 17.082a23.848 23.848 0 005.454-1.31A8.967 8.967 0 0118 9.75v-.7V9A6 6 0 006 9v.75a8.967 8.967 0 01-2.312 6.022c1.733.64 3.56 1.085 5.455 1.31m5.714 0a24.255 24.255 0 01-5.714 0m5.714 0a3 3 0 11-5.714 0M3.124 7.5A8.969 8.969 0 015.292 3m13.416 0a8.969 8.969 0 012.168 4.5\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"arrow-uturn-left\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M9 15L3 9m0 0l6-6M3 9h12a6 6 0 010 12h-3\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"inbox-stack\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M7.875 14.25l1.214 1.942a2.25 2.25 0 001.908 1.058h2.006c.776 0 1.497-.4 1.908-1.058l1.214-1.942M2.41 9h4.636a2.25 2.25 0 011.872 1.002l.164.246a2.25 2.25 0 001.872 1.002h2.092a2.25 2.25 0 001.872-1.002l.164-.246A2.25 2.25 0 0116.954 9h4.636M2.41 9a2.25 2.25 0 00-.16.832V12a2.25 2.25 0 002.25 2.25h15A2.25 2.25 0 0021.75 12V9.832c0-.287-.055-.57-.16-.832M2.41 9a2.25 2.25 0 01.382-.632l3.285-3.832a2.25 2.25 0 011.708-.786h8.43c.657 0 1.281.287 1.709.786l3.284 3.832c.163.19.291.404.382.632M4.5 20.25h15A2.25 2.25 0 0021.75 18v-2.625c0-.621-.504-1.125-1.125-1.125H3.375c-.621 0-1.125.504-1.125 1.125V18a2.25 2.25 0 002.25 2.25z\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"chevron-double-up\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M4.5 12.75l7.5-7.5 7.5 7.5m-15 6l7.5-7.5 7.5 7.5\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"command-line\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M6.75 7.5l3 2.25-3 2.25m4.5 0h3m-9 8.25h13.5A2.25 2.25 0 0021 18V6a2.25 2.25 0 00-2.25-2.25H5.25A2.25 2.25 0 003 6v12a2.25 2.25 0 002.25 2.25z\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"rocket-launch\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M15.59 14.37a6 6 0 01-5.84 7.38v-4.8m5.84-2.58a14.98 14.98 0 006.16-12.12A14.98 14.98 0 009.631 8.41m5.96 5.96a14.926 14.926 0 01-5.841 2.58m-.119-8.54a6 6 0 00-7.381 5.84h4.8m2.581-5.84a14.927 14.927 0 00-2.58 5.84m2.699 2.7c-.103.021-.207.041-.311.06a15.09 15.09 0 01-2.448-2.448 14.9 14.9 0 01.06-.312m-2.24 2.39a4.493 4.493 0 00-1.757 4.306 4.493 4.493 0 004.306-1.758M16.5 9a1.5 1.5 0 11-3 0 1.5 1.5 0 013 0z\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"signal-slash\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M3 3l8.735 8.735m0 0a.374.374 0 11.53.53m-.53-.53l.53.53m0 0L21 21M14.652 9.348a3.75 3.75 0 010 5.304m2.121-7.425a6.75 6.75 0 010 9.546m2.121-11.667c3.808 3.807 3.808 9.98 0 13.788m-9.546-4.242a3.733 3.733 0 01-1.06-2.122m-1.061 4.243a6.75 6.75 0 01-1.625-6.929m-.496 9.05c-3.068-3.067-3.664-7.67-1.79-11.334M12 12h.008v.008H12V12z\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"chat-bubble-left-ellipsis\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M8.625 9.75a.375.375 0 11-.75 0 .375.375 0 01.75 0zm0 0H8.25m4.125 0a.375.375 0 11-.75 0 .375.375 0 01.75 0zm0 0H12m4.125 0a.375.375 0 11-.75 0 .375.375 0 01.75 0zm0 0h-.375m-13.5 3.01c0 1.6 1.123 2.994 2.707 3.227 1.087.16 2.185.283 3.293.369V21l4.184-4.183a1.14 1.14 0 01.778-.332 48.294 48.294 0 005.83-.498c1.585-.233 2.708-1.626 2.708-3.228V6.741c0-1.602-1.123-2.995-2.707-3.228A48.394 48.394 0 0012 3c-2.392 0-4.744.175-7.043.513C3.373 3.746 2.25 5.14 2.25 6.741v6.018z\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"envelope\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M21.75 6.75v10.5a2.25 2.25 0 01-2.25 2.25h-15a2.25 2.25 0 01-2.25-2.25V6.75m19.5 0A2.25 2.25 0 0019.5 4.5h-15a2.25 2.25 0 00-2.25 2.25m19.5 0v.243a2.25 2.25 0 01-1.07 1.916l-7.5 4.615a2.25 2.25 0 01-2.36 0L3.32 8.91a2.25 2.25 0 01-1.07-1.916V6.75\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"x-circle\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M9.75 9.75l4.5 4.5m0-4.5l-4.5 4.5M21 12a9 9 0 11-18 0 9 9 0 0118 0z\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"shopping-bag\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M15.75 10.5V6a3.75 3.75 0 10-7.5 0v4.5m11.356-1.993l1.263 12c.07.665-.45 1.243-1.119 1.243H4.25a1.125 1.125 0 01-1.12-1.243l1.264-12A1.125 1.125 0 015.513 7.5h12.974c.576 0 1.059.435 1.119 1.007zM8.625 10.5a.375.375 0 11-.75 0 .375.375 0 01.75 0zm7.5 0a.375.375 0 11-.75 0 .375.375 0 01.75 0z\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"funnel\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M12 3c2.755 0 5.455.232 8.083.678.533.09.917.556.917 1.096v1.044a2.25 2.25 0 01-.659 1.591l-5.432 5.432a2.25 2.25 0 00-.659 1.591v2.927a2.25 2.25 0 01-1.244 2.013L9.75 21v-6.568a2.25 2.25 0 00-.659-1.591L3.659 7.409A2.25 2.25 0 013 5.818V4.774c0-.54.384-1.006.917-1.096A48.32 48.32 0 0112 3z\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"code-bracket\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M17.25 6.75L22.5 12l-5.25 5.25m-10.5 0L1.5 12l5.25-5.25m7.5-3l-4.5 16.5\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"user-plus\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M19 7.5v3m0 0v3m0-3h3m-3 0h-3m-2.25-4.125a3.375 3.375 0 11-6.75 0 3.375 3.375 0 016.75 0zM4 19.235v-.11a6.375 6.375 0 0112.75 0v.109A12.318 12.318 0 0110.374 21c-2.331 0-4.512-.645-6.374-1.766z\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"chat-bubble-oval-left\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M12 20.25c4.97 0 9-3.694 9-8.25s-4.03-8.25-9-8.25S3 7.444 3 12c0 2.104.859 4.023 2.273 5.48.432.447.74 1.04.586 1.641a4.483 4.483 0 01-.923 1.785A5.969 5.969 0 006 21c1.282 0 2.47-.402 3.445-1.087.81.22 1.668.337 2.555.337z\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"arrow-trending-down\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M2.25 6L9 12.75l4.286-4.286a11.948 11.948 0 014.306 6.43l.776 2.898m0 0l3.182-5.511m-3.182 5.51l-5.511-3.181\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"building-storefront\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M13.5 21v-7.5a.75.75 0 01.75-.75h3a.75.75 0 01.75.75V21m-4.5 0H2.36m11.14 0H18m0 0h3.64m-1.39 0V9.349m-16.5 11.65V9.35m0 0a3.001 3.001 0 003.75-.615A2.993 2.993 0 009.75 9.75c.896 0 1.7-.393 2.25-1.016a2.993 2.993 0 002.25 1.016c.896 0 1.7-.393 2.25-1.016a3.001 3.001 0 003.75.614m-16.5 0a3.004 3.004 0 01-.621-4.72L4.318 3.44A1.5 1.5 0 015.378 3h13.243a1.5 1.5 0 011.06.44l1.19 1.189a3 3 0 01-.621 4.72m-13.5 8.65h3.75a.75.75 0 00.75-.75V13.5a.75.75 0 00-.75-.75H6.75a.75.75 0 00-.75.75v3.75c0 .415.336.75.75.75z\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"paper-airplane\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M6 12L3.269 3.126A59.768 59.768 0 0121.485 12 59.77 59.77 0 013.27 20.876L5.999 12zm0 0h7.5\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"arrow-up-tray\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M3 16.5v2.25A2.25 2.25 0 005.25 21h13.5A2.25 2.25 0 0021 18.75V16.5m-13.5-9L12 3m0 0l4.5 4.5M12 3v13.5\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"user-circle\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M17.982 18.725A7.488 7.488 0 0012 15.75a7.488 7.488 0 00-5.982 2.975m11.963 0a9 9 0 10-11.963 0m11.963 0A8.966 8.966 0 0112 21a8.966 8.966 0 01-5.982-2.275M15 9.75a3 3 0 11-6 0 3 3 0 016 0z\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"cpu-chip\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M8.25 3v1.5M4.5 8.25H3m18 0h-1.5M4.5 12H3m18 0h-1.5m-15 3.75H3m18 0h-1.5M8.25 19.5V21M12 3v1.5m0 15V21m3.75-18v1.5m0 15V21m-9-1.5h10.5a2.25 2.25 0 002.25-2.25V6.75a2.25 2.25 0 00-2.25-2.25H6.75A2.25 2.25 0 004.5 6.75v10.5a2.25 2.25 0 002.25 2.25zm.75-12h9v9h-9v-9z\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"backspace\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M12 9.75L14.25 12m0 0l2.25 2.25M14.25 12l2.25-2.25M14.25 12L12 14.25m-2.58 4.92l-6.375-6.375a1.125 1.125 0 010-1.59L9.42 4.83c.211-.211.498-.33.796-.33H19.5a2.25 2.25 0 012.25 2.25v10.5a2.25 2.25 0 01-2.25 2.25h-9.284c-.298 0-.585-.119-.796-.33z\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"arrow-right-on-rectangle\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M15.75 9V5.25A2.25 2.25 0 0013.5 3h-6a2.25 2.25 0 00-2.25 2.25v13.5A2.25 2.25 0 007.5 21h6a2.25 2.25 0 002.25-2.25V15m3 0l3-3m0 0l-3-3m3 3H9\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"ellipsis-vertical\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M12 6.75a.75.75 0 110-1.5.75.75 0 010 1.5zM12 12.75a.75.75 0 110-1.5.75.75 0 010 1.5zM12 18.75a.75.75 0 110-1.5.75.75 0 010 1.5z\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"arrow-small-right\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M4.5 12h15m0 0l-6.75-6.75M19.5 12l-6.75 6.75\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"user-group\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M18 18.72a9.094 9.094 0 003.741-.479 3 3 0 00-4.682-2.72m.94 3.198l.001.031c0 .225-.012.447-.037.666A11.944 11.944 0 0112 21c-2.17 0-4.207-.576-5.963-1.584A6.062 6.062 0 016 18.719m12 0a5.971 5.971 0 00-.941-3.197m0 0A5.995 5.995 0 0012 12.75a5.995 5.995 0 00-5.058 2.772m0 0a3 3 0 00-4.681 2.72 8.986 8.986 0 003.74.477m.94-3.197a5.971 5.971 0 00-.94 3.197M15 6.75a3 3 0 11-6 0 3 3 0 016 0zm6 3a2.25 2.25 0 11-4.5 0 2.25 2.25 0 014.5 0zm-13.5 0a2.25 2.25 0 11-4.5 0 2.25 2.25 0 014.5 0z\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"arrow-uturn-right\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M15 15l6-6m0 0l-6-6m6 6H9a6 6 0 000 12h3\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"chat-bubble-left\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M2.25 12.76c0 1.6 1.123 2.994 2.707 3.227 1.087.16 2.185.283 3.293.369V21l4.076-4.076a1.526 1.526 0 011.037-.443 48.282 48.282 0 005.68-.494c1.584-.233 2.707-1.626 2.707-3.228V6.741c0-1.602-1.123-2.995-2.707-3.228A48.394 48.394 0 0012 3c-2.392 0-4.744.175-7.043.513C3.373 3.746 2.25 5.14 2.25 6.741v6.018z\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"chevron-double-down\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M19.5 5.25l-7.5 7.5-7.5-7.5m15 6l-7.5 7.5-7.5-7.5\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"document-plus\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M19.5 14.25v-2.625a3.375 3.375 0 00-3.375-3.375h-1.5A1.125 1.125 0 0113.5 7.125v-1.5a3.375 3.375 0 00-3.375-3.375H8.25m3.75 9v6m3-3H9m1.5-12H5.625c-.621 0-1.125.504-1.125 1.125v17.25c0 .621.504 1.125 1.125 1.125h12.75c.621 0 1.125-.504 1.125-1.125V11.25a9 9 0 00-9-9z\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"x-mark\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M6 18L18 6M6 6l12 12\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"user-minus\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M22 10.5h-6m-2.25-4.125a3.375 3.375 0 11-6.75 0 3.375 3.375 0 016.75 0zM4 19.235v-.11a6.375 6.375 0 0112.75 0v.109A12.318 12.318 0 0110.374 21c-2.331 0-4.512-.645-6.374-1.766z\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"star\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M11.48 3.499a.562.562 0 011.04 0l2.125 5.111a.563.563 0 00.475.345l5.518.442c.499.04.701.663.321.988l-4.204 3.602a.563.563 0 00-.182.557l1.285 5.385a.562.562 0 01-.84.61l-4.725-2.885a.563.563 0 00-.586 0L6.982 20.54a.562.562 0 01-.84-.61l1.285-5.386a.562.562 0 00-.182-.557l-4.204-3.602a.563.563 0 01.321-.988l5.518-.442a.563.563 0 00.475-.345L11.48 3.5z\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"arrow-up-on-square-stack\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M7.5 7.5h-.75A2.25 2.25 0 004.5 9.75v7.5a2.25 2.25 0 002.25 2.25h7.5a2.25 2.25 0 002.25-2.25v-7.5a2.25 2.25 0 00-2.25-2.25h-.75m0-3l-3-3m0 0l-3 3m3-3v11.25m6-2.25h.75a2.25 2.25 0 012.25 2.25v7.5a2.25 2.25 0 01-2.25 2.25h-7.5a2.25 2.25 0 01-2.25-2.25v-.75\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"arrow-down-on-square\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M9 8.25H7.5a2.25 2.25 0 00-2.25 2.25v9a2.25 2.25 0 002.25 2.25h9a2.25 2.25 0 002.25-2.25v-9a2.25 2.25 0 00-2.25-2.25H15M9 12l3 3m0 0l3-3m-3 3V2.25\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"printer\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M6.72 13.829c-.24.03-.48.062-.72.096m.72-.096a42.415 42.415 0 0110.56 0m-10.56 0L6.34 18m10.94-4.171c.24.03.48.062.72.096m-.72-.096L17.66 18m0 0l.229 2.523a1.125 1.125 0 01-1.12 1.227H7.231c-.662 0-1.18-.568-1.12-1.227L6.34 18m11.318 0h1.091A2.25 2.25 0 0021 15.75V9.456c0-1.081-.768-2.015-1.837-2.175a48.055 48.055 0 00-1.913-.247M6.34 18H5.25A2.25 2.25 0 013 15.75V9.456c0-1.081.768-2.015 1.837-2.175a48.041 48.041 0 011.913-.247m10.5 0a48.536 48.536 0 00-10.5 0m10.5 0V3.375c0-.621-.504-1.125-1.125-1.125h-8.25c-.621 0-1.125.504-1.125 1.125v3.659M18 10.5h.008v.008H18V10.5zm-3 0h.008v.008H15V10.5z\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"building-library\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M12 21v-8.25M15.75 21v-8.25M8.25 21v-8.25M3 9l9-6 9 6m-1.5 12V10.332A48.36 48.36 0 0012 9.75c-2.551 0-5.056.2-7.5.582V21M3 21h18M12 6.75h.008v.008H12V6.75z\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"book-open\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M12 6.042A8.967 8.967 0 006 3.75c-1.052 0-2.062.18-3 .512v14.25A8.987 8.987 0 016 18c2.305 0 4.408.867 6 2.292m0-14.25a8.966 8.966 0 016-2.292c1.052 0 2.062.18 3 .512v14.25A8.987 8.987 0 0018 18a8.967 8.967 0 00-6 2.292m0-14.25v14.25\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"heart\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M21 8.25c0-2.485-2.099-4.5-4.688-4.5-1.935 0-3.597 1.126-4.312 2.733-.715-1.607-2.377-2.733-4.313-2.733C5.1 3.75 3 5.765 3 8.25c0 7.22 9 12 9 12s9-4.78 9-12z\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"cog-6-tooth\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M9.594 3.94c.09-.542.56-.94 1.11-.94h2.593c.55 0 1.02.398 1.11.94l.213 1.281c.063.374.313.686.645.87.074.04.147.083.22.127.324.196.72.257 1.075.124l1.217-.456a1.125 1.125 0 011.37.49l1.296 2.247a1.125 1.125 0 01-.26 1.431l-1.003.827c-.293.24-.438.613-.431.992a6.759 6.759 0 010 .255c-.007.378.138.75.43.99l1.005.828c.424.35.534.954.26 1.43l-1.298 2.247a1.125 1.125 0 01-1.369.491l-1.217-.456c-.355-.133-.75-.072-1.076.124a6.57 6.57 0 01-.22.128c-.331.183-.581.495-.644.869l-.213 1.28c-.09.543-.56.941-1.11.941h-2.594c-.55 0-1.02-.398-1.11-.94l-.213-1.281c-.062-.374-.312-.686-.644-.87a6.52 6.52 0 01-.22-.127c-.325-.196-.72-.257-1.076-.124l-1.217.456a1.125 1.125 0 01-1.369-.49l-1.297-2.247a1.125 1.125 0 01.26-1.431l1.004-.827c.292-.24.437-.613.43-.992a6.932 6.932 0 010-.255c.007-.378-.138-.75-.43-.99l-1.004-.828a1.125 1.125 0 01-.26-1.43l1.297-2.247a1.125 1.125 0 011.37-.491l1.216.456c.356.133.751.072 1.076-.124.072-.044.146-.087.22-.128.332-.183.582-.495.644-.869l.214-1.281z\"/>  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M15 12a3 3 0 11-6 0 3 3 0 016 0z\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"share\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M7.217 10.907a2.25 2.25 0 100 2.186m0-2.186c.18.324.283.696.283 1.093s-.103.77-.283 1.093m0-2.186l9.566-5.314m-9.566 7.5l9.566 5.314m0 0a2.25 2.25 0 103.935 2.186 2.25 2.25 0 00-3.935-2.186zm0-12.814a2.25 2.25 0 103.933-2.185 2.25 2.25 0 00-3.933 2.185z\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"battery-0\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M21 10.5h.375c.621 0 1.125.504 1.125 1.125v2.25c0 .621-.504 1.125-1.125 1.125H21M3.75 18h15A2.25 2.25 0 0021 15.75v-6a2.25 2.25 0 00-2.25-2.25h-15A2.25 2.25 0 001.5 9.75v6A2.25 2.25 0 003.75 18z\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"globe-alt\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M12 21a9.004 9.004 0 008.716-6.747M12 21a9.004 9.004 0 01-8.716-6.747M12 21c2.485 0 4.5-4.03 4.5-9S14.485 3 12 3m0 18c-2.485 0-4.5-4.03-4.5-9S9.515 3 12 3m0 0a8.997 8.997 0 017.843 4.582M12 3a8.997 8.997 0 00-7.843 4.582m15.686 0A11.953 11.953 0 0112 10.5c-2.998 0-5.74-1.1-7.843-2.918m15.686 0A8.959 8.959 0 0121 12c0 .778-.099 1.533-.284 2.253m0 0A17.919 17.919 0 0112 16.5c-3.162 0-6.133-.815-8.716-2.247m0 0A9.015 9.015 0 013 12c0-1.605.42-3.113 1.157-4.418\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"beaker\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M9.75 3.104v5.714a2.25 2.25 0 01-.659 1.591L5 14.5M9.75 3.104c-.251.023-.501.05-.75.082m.75-.082a24.301 24.301 0 014.5 0m0 0v5.714c0 .597.237 1.17.659 1.591L19.8 15.3M14.25 3.104c.251.023.501.05.75.082M19.8 15.3l-1.57.393A9.065 9.065 0 0112 15a9.065 9.065 0 00-6.23-.693L5 14.5m14.8.8l1.402 1.402c1.232 1.232.65 3.318-1.067 3.611A48.309 48.309 0 0112 21c-2.773 0-5.491-.235-8.135-.687-1.718-.293-2.3-2.379-1.067-3.61L5 14.5\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"pencil\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M16.862 4.487l1.687-1.688a1.875 1.875 0 112.652 2.652L6.832 19.82a4.5 4.5 0 01-1.897 1.13l-2.685.8.8-2.685a4.5 4.5 0 011.13-1.897L16.863 4.487zm0 0L19.5 7.125\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"bell\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M14.857 17.082a23.848 23.848 0 005.454-1.31A8.967 8.967 0 0118 9.75v-.7V9A6 6 0 006 9v.75a8.967 8.967 0 01-2.312 6.022c1.733.64 3.56 1.085 5.455 1.31m5.714 0a24.255 24.255 0 01-5.714 0m5.714 0a3 3 0 11-5.714 0\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"server\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M21.75 17.25v-.228a4.5 4.5 0 00-.12-1.03l-2.268-9.64a3.375 3.375 0 00-3.285-2.602H7.923a3.375 3.375 0 00-3.285 2.602l-2.268 9.64a4.5 4.5 0 00-.12 1.03v.228m19.5 0a3 3 0 01-3 3H5.25a3 3 0 01-3-3m19.5 0a3 3 0 00-3-3H5.25a3 3 0 00-3 3m16.5 0h.008v.008h-.008v-.008zm-3 0h.008v.008h-.008v-.008z\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"question-mark-circle\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M9.879 7.519c1.171-1.025 3.071-1.025 4.242 0 1.172 1.025 1.172 2.687 0 3.712-.203.179-.43.326-.67.442-.745.361-1.45.999-1.45 1.827v.75M21 12a9 9 0 11-18 0 9 9 0 0118 0zm-9 5.25h.008v.008H12v-.008z\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"arrow-left\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M10.5 19.5L3 12m0 0l7.5-7.5M3 12h18\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"eye-slash\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M3.98 8.223A10.477 10.477 0 001.934 12C3.226 16.338 7.244 19.5 12 19.5c.993 0 1.953-.138 2.863-.395M6.228 6.228A10.45 10.45 0 0112 4.5c4.756 0 8.773 3.162 10.065 7.498a10.523 10.523 0 01-4.293 5.774M6.228 6.228L3 3m3.228 3.228l3.65 3.65m7.894 7.894L21 21m-3.228-3.228l-3.65-3.65m0 0a3 3 0 10-4.243-4.243m4.242 4.242L9.88 9.88\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"currency-euro\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M14.25 7.756a4.5 4.5 0 100 8.488M7.5 10.5h5.25m-5.25 3h5.25M21 12a9 9 0 11-18 0 9 9 0 0118 0z\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"adjustments-vertical\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M6 13.5V3.75m0 9.75a1.5 1.5 0 010 3m0-3a1.5 1.5 0 000 3m0 3.75V16.5m12-3V3.75m0 9.75a1.5 1.5 0 010 3m0-3a1.5 1.5 0 000 3m0 3.75V16.5m-6-9V3.75m0 3.75a1.5 1.5 0 010 3m0-3a1.5 1.5 0 000 3m0 9.75V10.5\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"chevron-up\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M4.5 15.75l7.5-7.5 7.5 7.5\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"presentation-chart-bar\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M3.75 3v11.25A2.25 2.25 0 006 16.5h2.25M3.75 3h-1.5m1.5 0h16.5m0 0h1.5m-1.5 0v11.25A2.25 2.25 0 0118 16.5h-2.25m-7.5 0h7.5m-7.5 0l-1 3m8.5-3l1 3m0 0l.5 1.5m-.5-1.5h-9.5m0 0l-.5 1.5M9 11.25v1.5M12 9v3.75m3-6v6\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"queue-list\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M3.75 12h16.5m-16.5 3.75h16.5M3.75 19.5h16.5M5.625 4.5h12.75a1.875 1.875 0 010 3.75H5.625a1.875 1.875 0 010-3.75z\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"cog-8-tooth\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M10.343 3.94c.09-.542.56-.94 1.11-.94h1.093c.55 0 1.02.398 1.11.94l.149.894c.07.424.384.764.78.93.398.164.855.142 1.205-.108l.737-.527a1.125 1.125 0 011.45.12l.773.774c.39.389.44 1.002.12 1.45l-.527.737c-.25.35-.272.806-.107 1.204.165.397.505.71.93.78l.893.15c.543.09.94.56.94 1.109v1.094c0 .55-.397 1.02-.94 1.11l-.893.149c-.425.07-.765.383-.93.78-.165.398-.143.854.107 1.204l.527.738c.32.447.269 1.06-.12 1.45l-.774.773a1.125 1.125 0 01-1.449.12l-.738-.527c-.35-.25-.806-.272-1.203-.107-.397.165-.71.505-.781.929l-.149.894c-.09.542-.56.94-1.11.94h-1.094c-.55 0-1.019-.398-1.11-.94l-.148-.894c-.071-.424-.384-.764-.781-.93-.398-.164-.854-.142-1.204.108l-.738.527c-.447.32-1.06.269-1.45-.12l-.773-.774a1.125 1.125 0 01-.12-1.45l.527-.737c.25-.35.273-.806.108-1.204-.165-.397-.505-.71-.93-.78l-.894-.15c-.542-.09-.94-.56-.94-1.109v-1.094c0-.55.398-1.02.94-1.11l.894-.149c.424-.07.765-.383.93-.78.165-.398.143-.854-.107-1.204l-.527-.738a1.125 1.125 0 01.12-1.45l.773-.773a1.125 1.125 0 011.45-.12l.737.527c.35.25.807.272 1.204.107.397-.165.71-.505.78-.929l.15-.894z\"/>  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M15 12a3 3 0 11-6 0 3 3 0 016 0z\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"ellipsis-horizontal-circle\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M8.625 12a.375.375 0 11-.75 0 .375.375 0 01.75 0zm0 0H8.25m4.125 0a.375.375 0 11-.75 0 .375.375 0 01.75 0zm0 0H12m4.125 0a.375.375 0 11-.75 0 .375.375 0 01.75 0zm0 0h-.375M21 12a9 9 0 11-18 0 9 9 0 0118 0z\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"truck\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M8.25 18.75a1.5 1.5 0 01-3 0m3 0a1.5 1.5 0 00-3 0m3 0h6m-9 0H3.375a1.125 1.125 0 01-1.125-1.125V14.25m17.25 4.5a1.5 1.5 0 01-3 0m3 0a1.5 1.5 0 00-3 0m3 0h1.125c.621 0 1.129-.504 1.09-1.124a17.902 17.902 0 00-3.213-9.193 2.056 2.056 0 00-1.58-.86H14.25M16.5 18.75h-2.25m0-11.177v-.958c0-.568-.422-1.048-.987-1.106a48.554 48.554 0 00-10.026 0 1.106 1.106 0 00-.987 1.106v7.635m12-6.677v6.677m0 4.5v-4.5m0 0h-12\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"folder-open\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M3.75 9.776c.112-.017.227-.026.344-.026h15.812c.117 0 .232.009.344.026m-16.5 0a2.25 2.25 0 00-1.883 2.542l.857 6a2.25 2.25 0 002.227 1.932H19.05a2.25 2.25 0 002.227-1.932l.857-6a2.25 2.25 0 00-1.883-2.542m-16.5 0V6A2.25 2.25 0 016 3.75h3.879a1.5 1.5 0 011.06.44l2.122 2.12a1.5 1.5 0 001.06.44H18A2.25 2.25 0 0120.25 9v.776\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"tag\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M9.568 3H5.25A2.25 2.25 0 003 5.25v4.318c0 .597.237 1.17.659 1.591l9.581 9.581c.699.699 1.78.872 2.607.33a18.095 18.095 0 005.223-5.223c.542-.827.369-1.908-.33-2.607L11.16 3.66A2.25 2.25 0 009.568 3z\"/>  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M6 6h.008v.008H6V6z\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"sun\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M12 3v2.25m6.364.386l-1.591 1.591M21 12h-2.25m-.386 6.364l-1.591-1.591M12 18.75V21m-4.773-4.227l-1.591 1.591M5.25 12H3m4.227-4.773L5.636 5.636M15.75 12a3.75 3.75 0 11-7.5 0 3.75 3.75 0 017.5 0z\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"phone\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M2.25 6.75c0 8.284 6.716 15 15 15h2.25a2.25 2.25 0 002.25-2.25v-1.372c0-.516-.351-.966-.852-1.091l-4.423-1.106c-.44-.11-.902.055-1.173.417l-.97 1.293c-.282.376-.769.542-1.21.38a12.035 12.035 0 01-7.143-7.143c-.162-.441.004-.928.38-1.21l1.293-.97c.363-.271.527-.734.417-1.173L6.963 3.102a1.125 1.125 0 00-1.091-.852H4.5A2.25 2.25 0 002.25 4.5v2.25z\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"phone-x-mark\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M15.75 3.75L18 6m0 0l2.25 2.25M18 6l2.25-2.25M18 6l-2.25 2.25m1.5 13.5c-8.284 0-15-6.716-15-15V4.5A2.25 2.25 0 014.5 2.25h1.372c.516 0 .966.351 1.091.852l1.106 4.423c.11.44-.054.902-.417 1.173l-1.293.97a1.062 1.062 0 00-.38 1.21 12.035 12.035 0 007.143 7.143c.441.162.928-.004 1.21-.38l.97-1.293a1.125 1.125 0 011.173-.417l4.423 1.106c.5.125.852.575.852 1.091V19.5a2.25 2.25 0 01-2.25 2.25h-2.25z\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"table-cells\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M3.375 19.5h17.25m-17.25 0a1.125 1.125 0 01-1.125-1.125M3.375 19.5h7.5c.621 0 1.125-.504 1.125-1.125m-9.75 0V5.625m0 12.75v-1.5c0-.621.504-1.125 1.125-1.125m18.375 2.625V5.625m0 12.75c0 .621-.504 1.125-1.125 1.125m1.125-1.125v-1.5c0-.621-.504-1.125-1.125-1.125m0 3.75h-7.5A1.125 1.125 0 0112 18.375m9.75-12.75c0-.621-.504-1.125-1.125-1.125H3.375c-.621 0-1.125.504-1.125 1.125m19.5 0v1.5c0 .621-.504 1.125-1.125 1.125M2.25 5.625v1.5c0 .621.504 1.125 1.125 1.125m0 0h17.25m-17.25 0h7.5c.621 0 1.125.504 1.125 1.125M3.375 8.25c-.621 0-1.125.504-1.125 1.125v1.5c0 .621.504 1.125 1.125 1.125m17.25-3.75h-7.5c-.621 0-1.125.504-1.125 1.125m8.625-1.125c.621 0 1.125.504 1.125 1.125v1.5c0 .621-.504 1.125-1.125 1.125m-17.25 0h7.5m-7.5 0c-.621 0-1.125.504-1.125 1.125v1.5c0 .621.504 1.125 1.125 1.125M12 10.875v-1.5m0 1.5c0 .621-.504 1.125-1.125 1.125M12 10.875c0 .621.504 1.125 1.125 1.125m-2.25 0c.621 0 1.125.504 1.125 1.125M13.125 12h7.5m-7.5 0c-.621 0-1.125.504-1.125 1.125M20.625 12c.621 0 1.125.504 1.125 1.125v1.5c0 .621-.504 1.125-1.125 1.125m-17.25 0h7.5M12 14.625v-1.5m0 1.5c0 .621-.504 1.125-1.125 1.125M12 14.625c0 .621.504 1.125 1.125 1.125m-2.25 0c.621 0 1.125.504 1.125 1.125m0 1.5v-1.5m0 0c0-.621.504-1.125 1.125-1.125m0 0h7.5\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"currency-rupee\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M15 8.25H9m6 3H9m3 6l-3-3h1.5a3 3 0 100-6M21 12a9 9 0 11-18 0 9 9 0 0118 0z\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"chevron-up-down\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M8.25 15L12 18.75 15.75 15m-7.5-6L12 5.25 15.75 9\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"square-3-stack-3d\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M6.429 9.75L2.25 12l4.179 2.25m0-4.5l5.571 3 5.571-3m-11.142 0L2.25 7.5 12 2.25l9.75 5.25-4.179 2.25m0 0L21.75 12l-4.179 2.25m0 0l4.179 2.25L12 21.75 2.25 16.5l4.179-2.25m11.142 0l-5.571 3-5.571-3\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"newspaper\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M12 7.5h1.5m-1.5 3h1.5m-7.5 3h7.5m-7.5 3h7.5m3-9h3.375c.621 0 1.125.504 1.125 1.125V18a2.25 2.25 0 01-2.25 2.25M16.5 7.5V18a2.25 2.25 0 002.25 2.25M16.5 7.5V4.875c0-.621-.504-1.125-1.125-1.125H4.125C3.504 3.75 3 4.254 3 4.875V18a2.25 2.25 0 002.25 2.25h13.5M6 7.5h3v3H6v-3z\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"arrows-right-left\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M7.5 21L3 16.5m0 0L7.5 12M3 16.5h13.5m0-13.5L21 7.5m0 0L16.5 12M21 7.5H7.5\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"exclamation-circle\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M12 9v3.75m9-.75a9 9 0 11-18 0 9 9 0 0118 0zm-9 3.75h.008v.008H12v-.008z\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"tv\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M6 20.25h12m-7.5-3v3m3-3v3m-10.125-3h17.25c.621 0 1.125-.504 1.125-1.125V4.875c0-.621-.504-1.125-1.125-1.125H3.375c-.621 0-1.125.504-1.125 1.125v11.25c0 .621.504 1.125 1.125 1.125z\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"globe-asia-australia\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M12.75 3.03v.568c0 .334.148.65.405.864l1.068.89c.442.369.535 1.01.216 1.49l-.51.766a2.25 2.25 0 01-1.161.886l-.143.048a1.107 1.107 0 00-.57 1.664c.369.555.169 1.307-.427 1.605L9 13.125l.423 1.059a.956.956 0 01-1.652.928l-.679-.906a1.125 1.125 0 00-1.906.172L4.5 15.75l-.612.153M12.75 3.031a9 9 0 00-8.862 12.872M12.75 3.031a9 9 0 016.69 14.036m0 0l-.177-.529A2.25 2.25 0 0017.128 15H16.5l-.324-.324a1.453 1.453 0 00-2.328.377l-.036.073a1.586 1.586 0 01-.982.816l-.99.282c-.55.157-.894.702-.8 1.267l.073.438c.08.474.49.821.97.821.846 0 1.598.542 1.865 1.345l.215.643m5.276-3.67a9.012 9.012 0 01-5.276 3.67m0 0a9 9 0 01-10.275-4.835M15.75 9c0 .896-.393 1.7-1.016 2.25\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"trophy\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M16.5 18.75h-9m9 0a3 3 0 013 3h-15a3 3 0 013-3m9 0v-3.375c0-.621-.503-1.125-1.125-1.125h-.871M7.5 18.75v-3.375c0-.621.504-1.125 1.125-1.125h.872m5.007 0H9.497m5.007 0a7.454 7.454 0 01-.982-3.172M9.497 14.25a7.454 7.454 0 00.981-3.172M5.25 4.236c-.982.143-1.954.317-2.916.52A6.003 6.003 0 007.73 9.728M5.25 4.236V4.5c0 2.108.966 3.99 2.48 5.228M5.25 4.236V2.721C7.456 2.41 9.71 2.25 12 2.25c2.291 0 4.545.16 6.75.47v1.516M7.73 9.728a6.726 6.726 0 002.748 1.35m8.272-6.842V4.5c0 2.108-.966 3.99-2.48 5.228m2.48-5.492a46.32 46.32 0 012.916.52 6.003 6.003 0 01-5.395 4.972m0 0a6.726 6.726 0 01-2.749 1.35m0 0a6.772 6.772 0 01-3.044 0\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"face-frown\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M15.182 16.318A4.486 4.486 0 0012.016 15a4.486 4.486 0 00-3.198 1.318M21 12a9 9 0 11-18 0 9 9 0 0118 0zM9.75 9.75c0 .414-.168.75-.375.75S9 10.164 9 9.75 9.168 9 9.375 9s.375.336.375.75zm-.375 0h.008v.015h-.008V9.75zm5.625 0c0 .414-.168.75-.375.75s-.375-.336-.375-.75.168-.75.375-.75.375.336.375.75zm-.375 0h.008v.015h-.008V9.75z\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"clipboard-document-check\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M11.35 3.836c-.065.21-.1.433-.1.664 0 .414.336.75.75.75h4.5a.75.75 0 00.75-.75 2.25 2.25 0 00-.1-.664m-5.8 0A2.251 2.251 0 0113.5 2.25H15c1.012 0 1.867.668 2.15 1.586m-5.8 0c-.376.023-.75.05-1.124.08C9.095 4.01 8.25 4.973 8.25 6.108V8.25m8.9-4.414c.376.023.75.05 1.124.08 1.131.094 1.976 1.057 1.976 2.192V16.5A2.25 2.25 0 0118 18.75h-2.25m-7.5-10.5H4.875c-.621 0-1.125.504-1.125 1.125v11.25c0 .621.504 1.125 1.125 1.125h9.75c.621 0 1.125-.504 1.125-1.125V18.75m-7.5-10.5h6.375c.621 0 1.125.504 1.125 1.125v9.375m-8.25-3l1.5 1.5 3-3.75\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"arrow-long-up\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M8.25 6.75L12 3m0 0l3.75 3.75M12 3v18\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"bookmark-square\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M16.5 3.75V16.5L12 14.25 7.5 16.5V3.75m9 0H18A2.25 2.25 0 0120.25 6v12A2.25 2.25 0 0118 20.25H6A2.25 2.25 0 013.75 18V6A2.25 2.25 0 016 3.75h1.5m9 0h-9\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"hand-thumb-down\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M7.5 15h2.25m8.024-9.75c.011.05.028.1.052.148.591 1.2.924 2.55.924 3.977a8.96 8.96 0 01-.999 4.125m.023-8.25c-.076-.365.183-.75.575-.75h.908c.889 0 1.713.518 1.972 1.368.339 1.11.521 2.287.521 3.507 0 1.553-.295 3.036-.831 4.398C20.613 14.547 19.833 15 19 15h-1.053c-.472 0-.745-.556-.5-.96a8.95 8.95 0 00.303-.54m.023-8.25H16.48a4.5 4.5 0 01-1.423-.23l-3.114-1.04a4.5 4.5 0 00-1.423-.23H6.504c-.618 0-1.217.247-1.605.729A11.95 11.95 0 002.25 12c0 .434.023.863.068 1.285C2.427 14.306 3.346 15 4.372 15h3.126c.618 0 .991.724.725 1.282A7.471 7.471 0 007.5 19.5a2.25 2.25 0 002.25 2.25.75.75 0 00.75-.75v-.633c0-.573.11-1.14.322-1.672.304-.76.93-1.33 1.653-1.715a9.04 9.04 0 002.86-2.4c.498-.634 1.226-1.08 2.032-1.08h.384\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"minus-small\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M18 12H6\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"bars-arrow-down\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M3 4.5h14.25M3 9h9.75M3 13.5h9.75m4.5-4.5v12m0 0l-3.75-3.75M17.25 21L21 17.25\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"chevron-left\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M15.75 19.5L8.25 12l7.5-7.5\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"bookmark\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M17.593 3.322c1.1.128 1.907 1.077 1.907 2.185V21L12 17.25 4.5 21V5.507c0-1.108.806-2.057 1.907-2.185a48.507 48.507 0 0111.186 0z\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"building-office-2\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M2.25 21h19.5m-18-18v18m10.5-18v18m6-13.5V21M6.75 6.75h.75m-.75 3h.75m-.75 3h.75m3-6h.75m-.75 3h.75m-.75 3h.75M6.75 21v-3.375c0-.621.504-1.125 1.125-1.125h2.25c.621 0 1.125.504 1.125 1.125V21M3 3h12m-.75 4.5H21m-3.75 3.75h.008v.008h-.008v-.008zm0 3h.008v.008h-.008v-.008zm0 3h.008v.008h-.008v-.008z\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"cog\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M4.5 12a7.5 7.5 0 0015 0m-15 0a7.5 7.5 0 1115 0m-15 0H3m16.5 0H21m-1.5 0H12m-8.457 3.077l1.41-.513m14.095-5.13l1.41-.513M5.106 17.785l1.15-.964m11.49-9.642l1.149-.964M7.501 19.795l.75-1.3m7.5-12.99l.75-1.3m-6.063 16.658l.26-1.477m2.605-14.772l.26-1.477m0 17.726l-.26-1.477M10.698 4.614l-.26-1.477M16.5 19.794l-.75-1.299M7.5 4.205L12 12m6.894 5.785l-1.149-.964M6.256 7.178l-1.15-.964m15.352 8.864l-1.41-.513M4.954 9.435l-1.41-.514M12.002 12l-3.75 6.495\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"scissors\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M7.848 8.25l1.536.887M7.848 8.25a3 3 0 11-5.196-3 3 3 0 015.196 3zm1.536.887a2.165 2.165 0 011.083 1.839c.005.351.054.695.14 1.024M9.384 9.137l2.077 1.199M7.848 15.75l1.536-.887m-1.536.887a3 3 0 11-5.196 3 3 3 0 015.196-3zm1.536-.887a2.165 2.165 0 001.083-1.838c.005-.352.054-.695.14-1.025m-1.223 2.863l2.077-1.199m0-3.328a4.323 4.323 0 012.068-1.379l5.325-1.628a4.5 4.5 0 012.48-.044l.803.215-7.794 4.5m-2.882-1.664A4.331 4.331 0 0010.607 12m3.736 0l7.794 4.5-.802.215a4.5 4.5 0 01-2.48-.043l-5.326-1.629a4.324 4.324 0 01-2.068-1.379M14.343 12l-2.882 1.664\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"archive-box\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M20.25 7.5l-.625 10.632a2.25 2.25 0 01-2.247 2.118H6.622a2.25 2.25 0 01-2.247-2.118L3.75 7.5M10 11.25h4M3.375 7.5h17.25c.621 0 1.125-.504 1.125-1.125v-1.5c0-.621-.504-1.125-1.125-1.125H3.375c-.621 0-1.125.504-1.125 1.125v1.5c0 .621.504 1.125 1.125 1.125z\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"musical-note\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M9 9l10.5-3m0 6.553v3.75a2.25 2.25 0 01-1.632 2.163l-1.32.377a1.803 1.803 0 11-.99-3.467l2.31-.66a2.25 2.25 0 001.632-2.163zm0 0V2.25L9 5.25v10.303m0 0v3.75a2.25 2.25 0 01-1.632 2.163l-1.32.377a1.803 1.803 0 01-.99-3.467l2.31-.66A2.25 2.25 0 009 15.553z\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"exclamation-triangle\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M12 9v3.75m-9.303 3.376c-.866 1.5.217 3.374 1.948 3.374h14.71c1.73 0 2.813-1.874 1.948-3.374L13.949 3.378c-.866-1.5-3.032-1.5-3.898 0L2.697 16.126zM12 15.75h.007v.008H12v-.008z\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"bars-2\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M3.75 9h16.5m-16.5 6.75h16.5\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"arrow-long-down\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M15.75 17.25L12 21m0 0l-3.75-3.75M12 21V3\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"hand-raised\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M10.05 4.575a1.575 1.575 0 10-3.15 0v3m3.15-3v-1.5a1.575 1.575 0 013.15 0v1.5m-3.15 0l.075 5.925m3.075.75V4.575m0 0a1.575 1.575 0 013.15 0V15M6.9 7.575a1.575 1.575 0 10-3.15 0v8.175a6.75 6.75 0 006.75 6.75h2.018a5.25 5.25 0 003.712-1.538l1.732-1.732a5.25 5.25 0 001.538-3.712l.003-2.024a.668.668 0 01.198-.471 1.575 1.575 0 10-2.228-2.228 3.818 3.818 0 00-1.12 2.687M6.9 7.575V12m6.27 4.318A4.49 4.49 0 0116.35 15m.002 0h-.002\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"lifebuoy\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M16.712 4.33a9.027 9.027 0 011.652 1.306c.51.51.944 1.064 1.306 1.652M16.712 4.33l-3.448 4.138m3.448-4.138a9.014 9.014 0 00-9.424 0M19.67 7.288l-4.138 3.448m4.138-3.448a9.014 9.014 0 010 9.424m-4.138-5.976a3.736 3.736 0 00-.88-1.388 3.737 3.737 0 00-1.388-.88m2.268 2.268a3.765 3.765 0 010 2.528m-2.268-4.796a3.765 3.765 0 00-2.528 0m4.796 4.796c-.181.506-.475.982-.88 1.388a3.736 3.736 0 01-1.388.88m2.268-2.268l4.138 3.448m0 0a9.027 9.027 0 01-1.306 1.652c-.51.51-1.064.944-1.652 1.306m0 0l-3.448-4.138m3.448 4.138a9.014 9.014 0 01-9.424 0m5.976-4.138a3.765 3.765 0 01-2.528 0m0 0a3.736 3.736 0 01-1.388-.88 3.737 3.737 0 01-.88-1.388m2.268 2.268L7.288 19.67m0 0a9.024 9.024 0 01-1.652-1.306 9.027 9.027 0 01-1.306-1.652m0 0l4.138-3.448M4.33 16.712a9.014 9.014 0 010-9.424m4.138 5.976a3.765 3.765 0 010-2.528m0 0c.181-.506.475-.982.88-1.388a3.736 3.736 0 011.388-.88m-2.268 2.268L4.33 7.288m6.406 1.18L7.288 4.33m0 0a9.024 9.024 0 00-1.652 1.306A9.025 9.025 0 004.33 7.288\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"device-tablet\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M10.5 19.5h3m-6.75 2.25h10.5a2.25 2.25 0 002.25-2.25v-15a2.25 2.25 0 00-2.25-2.25H6.75A2.25 2.25 0 004.5 4.5v15a2.25 2.25 0 002.25 2.25z\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"plus-circle\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M12 9v6m3-3H9m12 0a9 9 0 11-18 0 9 9 0 0118 0z\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"trash\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M14.74 9l-.346 9m-4.788 0L9.26 9m9.968-3.21c.342.052.682.107 1.022.166m-1.022-.165L18.16 19.673a2.25 2.25 0 01-2.244 2.077H8.084a2.25 2.25 0 01-2.244-2.077L4.772 5.79m14.456 0a48.108 48.108 0 00-3.478-.397m-12 .562c.34-.059.68-.114 1.022-.165m0 0a48.11 48.11 0 013.478-.397m7.5 0v-.916c0-1.18-.91-2.164-2.09-2.201a51.964 51.964 0 00-3.32 0c-1.18.037-2.09 1.022-2.09 2.201v.916m7.5 0a48.667 48.667 0 00-7.5 0\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"adjustments-horizontal\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M10.5 6h9.75M10.5 6a1.5 1.5 0 11-3 0m3 0a1.5 1.5 0 10-3 0M3.75 6H7.5m3 12h9.75m-9.75 0a1.5 1.5 0 01-3 0m3 0a1.5 1.5 0 00-3 0m-3.75 0H7.5m9-6h3.75m-3.75 0a1.5 1.5 0 01-3 0m3 0a1.5 1.5 0 00-3 0m-9.75 0h9.75\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"arrow-down-circle\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M9 12.75l3 3m0 0l3-3m-3 3v-7.5M21 12a9 9 0 11-18 0 9 9 0 0118 0z\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"cake\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M12 8.25v-1.5m0 1.5c-1.355 0-2.697.056-4.024.166C6.845 8.51 6 9.473 6 10.608v2.513m6-4.87c1.355 0 2.697.055 4.024.165C17.155 8.51 18 9.473 18 10.608v2.513m-3-4.87v-1.5m-6 1.5v-1.5m12 9.75l-1.5.75a3.354 3.354 0 01-3 0 3.354 3.354 0 00-3 0 3.354 3.354 0 01-3 0 3.354 3.354 0 00-3 0 3.354 3.354 0 01-3 0L3 16.5m15-3.38a48.474 48.474 0 00-6-.37c-2.032 0-4.034.125-6 .37m12 0c.39.049.777.102 1.163.16 1.07.16 1.837 1.094 1.837 2.175v5.17c0 .62-.504 1.124-1.125 1.124H4.125A1.125 1.125 0 013 20.625v-5.17c0-1.08.768-2.014 1.837-2.174A47.78 47.78 0 016 13.12M12.265 3.11a.375.375 0 11-.53 0L12 2.845l.265.265zm-3 0a.375.375 0 11-.53 0L9 2.845l.265.265zm6 0a.375.375 0 11-.53 0L15 2.845l.265.265z\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"arrow-trending-up\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M2.25 18L9 11.25l4.306 4.307a11.95 11.95 0 015.814-5.519l2.74-1.22m0 0l-5.94-2.28m5.94 2.28l-2.28 5.941\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"wallet\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M21 12a2.25 2.25 0 00-2.25-2.25H15a3 3 0 11-6 0H5.25A2.25 2.25 0 003 12m18 0v6a2.25 2.25 0 01-2.25 2.25H5.25A2.25 2.25 0 013 18v-6m18 0V9M3 12V9m18 0a2.25 2.25 0 00-2.25-2.25H5.25A2.25 2.25 0 003 9m18 0V6a2.25 2.25 0 00-2.25-2.25H5.25A2.25 2.25 0 003 6v3\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"play\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M5.25 5.653c0-.856.917-1.398 1.667-.986l11.54 6.348a1.125 1.125 0 010 1.971l-11.54 6.347a1.125 1.125 0 01-1.667-.985V5.653z\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"speaker-wave\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M19.114 5.636a9 9 0 010 12.728M16.463 8.288a5.25 5.25 0 010 7.424M6.75 8.25l4.72-4.72a.75.75 0 011.28.53v15.88a.75.75 0 01-1.28.53l-4.72-4.72H4.51c-.88 0-1.704-.507-1.938-1.354A9.01 9.01 0 012.25 12c0-.83.112-1.633.322-2.396C2.806 8.756 3.63 8.25 4.51 8.25H6.75z\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"document-magnifying-glass\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M19.5 14.25v-2.625a3.375 3.375 0 00-3.375-3.375h-1.5A1.125 1.125 0 0113.5 7.125v-1.5a3.375 3.375 0 00-3.375-3.375H8.25m5.231 13.481L15 17.25m-4.5-15H5.625c-.621 0-1.125.504-1.125 1.125v16.5c0 .621.504 1.125 1.125 1.125h12.75c.621 0 1.125-.504 1.125-1.125V11.25a9 9 0 00-9-9zm3.75 11.625a2.625 2.625 0 11-5.25 0 2.625 2.625 0 015.25 0z\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"chart-bar\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M3 13.125C3 12.504 3.504 12 4.125 12h2.25c.621 0 1.125.504 1.125 1.125v6.75C7.5 20.496 6.996 21 6.375 21h-2.25A1.125 1.125 0 013 19.875v-6.75zM9.75 8.625c0-.621.504-1.125 1.125-1.125h2.25c.621 0 1.125.504 1.125 1.125v11.25c0 .621-.504 1.125-1.125 1.125h-2.25a1.125 1.125 0 01-1.125-1.125V8.625zM16.5 4.125c0-.621.504-1.125 1.125-1.125h2.25C20.496 3 21 3.504 21 4.125v15.75c0 .621-.504 1.125-1.125 1.125h-2.25a1.125 1.125 0 01-1.125-1.125V4.125z\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"academic-cap\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M4.26 10.147a60.436 60.436 0 00-.491 6.347A48.627 48.627 0 0112 20.904a48.627 48.627 0 018.232-4.41 60.46 60.46 0 00-.491-6.347m-15.482 0a50.57 50.57 0 00-2.658-.813A59.905 59.905 0 0112 3.493a59.902 59.902 0 0110.399 5.84c-.896.248-1.783.52-2.658.814m-15.482 0A50.697 50.697 0 0112 13.489a50.702 50.702 0 017.74-3.342M6.75 15a.75.75 0 100-1.5.75.75 0 000 1.5zm0 0v-3.675A55.378 55.378 0 0112 8.443m-7.007 11.55A5.981 5.981 0 006.75 15.75v-1.5\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"square-2-stack\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M16.5 8.25V6a2.25 2.25 0 00-2.25-2.25H6A2.25 2.25 0 003.75 6v8.25A2.25 2.25 0 006 16.5h2.25m8.25-8.25H18a2.25 2.25 0 012.25 2.25V18A2.25 2.25 0 0118 20.25h-7.5A2.25 2.25 0 018.25 18v-1.5m8.25-8.25h-6a2.25 2.25 0 00-2.25 2.25v6\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"cloud-arrow-down\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M12 9.75v6.75m0 0l-3-3m3 3l3-3m-8.25 6a4.5 4.5 0 01-1.41-8.775 5.25 5.25 0 0110.233-2.33 3 3 0 013.758 3.848A3.752 3.752 0 0118 19.5H6.75z\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"finger-print\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M7.864 4.243A7.5 7.5 0 0119.5 10.5c0 2.92-.556 5.709-1.568 8.268M5.742 6.364A7.465 7.465 0 004.5 10.5a7.464 7.464 0 01-1.15 3.993m1.989 3.559A11.209 11.209 0 008.25 10.5a3.75 3.75 0 117.5 0c0 .527-.021 1.049-.064 1.565M12 10.5a14.94 14.94 0 01-3.6 9.75m6.633-4.596a18.666 18.666 0 01-2.485 5.33\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"arrows-up-down\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M3 7.5L7.5 3m0 0L12 7.5M7.5 3v13.5m13.5 0L16.5 21m0 0L12 16.5m4.5 4.5V7.5\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"document-text\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M19.5 14.25v-2.625a3.375 3.375 0 00-3.375-3.375h-1.5A1.125 1.125 0 0113.5 7.125v-1.5a3.375 3.375 0 00-3.375-3.375H8.25m0 12.75h7.5m-7.5 3H12M10.5 2.25H5.625c-.621 0-1.125.504-1.125 1.125v17.25c0 .621.504 1.125 1.125 1.125h12.75c.621 0 1.125-.504 1.125-1.125V11.25a9 9 0 00-9-9z\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"check-circle\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M9 12.75L11.25 15 15 9.75M21 12a9 9 0 11-18 0 9 9 0 0118 0z\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"window\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M3 8.25V18a2.25 2.25 0 002.25 2.25h13.5A2.25 2.25 0 0021 18V8.25m-18 0V6a2.25 2.25 0 012.25-2.25h13.5A2.25 2.25 0 0121 6v2.25m-18 0h18M5.25 6h.008v.008H5.25V6zM7.5 6h.008v.008H7.5V6zm2.25 0h.008v.008H9.75V6z\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"link\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M13.19 8.688a4.5 4.5 0 011.242 7.244l-4.5 4.5a4.5 4.5 0 01-6.364-6.364l1.757-1.757m13.35-.622l1.757-1.757a4.5 4.5 0 00-6.364-6.364l-4.5 4.5a4.5 4.5 0 001.242 7.244\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"folder-arrow-down\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M9 13.5l3 3m0 0l3-3m-3 3v-6m1.06-4.19l-2.12-2.12a1.5 1.5 0 00-1.061-.44H4.5A2.25 2.25 0 002.25 6v12a2.25 2.25 0 002.25 2.25h15A2.25 2.25 0 0021.75 18V9a2.25 2.25 0 00-2.25-2.25h-5.379a1.5 1.5 0 01-1.06-.44z\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"minus-circle\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M15 12H9m12 0a9 9 0 11-18 0 9 9 0 0118 0z\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"receipt-percent\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M9 14.25l6-6m4.5-3.493V21.75l-3.75-1.5-3.75 1.5-3.75-1.5-3.75 1.5V4.757c0-1.108.806-2.057 1.907-2.185a48.507 48.507 0 0111.186 0c1.1.128 1.907 1.077 1.907 2.185zM9.75 9h.008v.008H9.75V9zm.375 0a.375.375 0 11-.75 0 .375.375 0 01.75 0zm4.125 4.5h.008v.008h-.008V13.5zm.375 0a.375.375 0 11-.75 0 .375.375 0 01.75 0z\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"currency-yen\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M9 7.5l3 4.5m0 0l3-4.5M12 12v5.25M15 12H9m6 3H9m12-3a9 9 0 11-18 0 9 9 0 0118 0z\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"document-check\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M10.125 2.25h-4.5c-.621 0-1.125.504-1.125 1.125v17.25c0 .621.504 1.125 1.125 1.125h12.75c.621 0 1.125-.504 1.125-1.125v-9M10.125 2.25h.375a9 9 0 019 9v.375M10.125 2.25A3.375 3.375 0 0113.5 5.625v1.5c0 .621.504 1.125 1.125 1.125h1.5a3.375 3.375 0 013.375 3.375M9 15l2.25 2.25L15 12\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"document-chart-bar\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M19.5 14.25v-2.625a3.375 3.375 0 00-3.375-3.375h-1.5A1.125 1.125 0 0113.5 7.125v-1.5a3.375 3.375 0 00-3.375-3.375H8.25M9 16.5v.75m3-3v3M15 12v5.25m-4.5-15H5.625c-.621 0-1.125.504-1.125 1.125v17.25c0 .621.504 1.125 1.125 1.125h12.75c.621 0 1.125-.504 1.125-1.125V11.25a9 9 0 00-9-9z\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"cloud\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M2.25 15a4.5 4.5 0 004.5 4.5H18a3.75 3.75 0 001.332-7.257 3 3 0 00-3.758-3.848 5.25 5.25 0 00-10.233 2.33A4.502 4.502 0 002.25 15z\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"bell-snooze\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M14.857 17.082a23.848 23.848 0 005.454-1.31A8.967 8.967 0 0118 9.75v-.7V9A6 6 0 006 9v.75a8.967 8.967 0 01-2.312 6.022c1.733.64 3.56 1.085 5.455 1.31m5.714 0a24.255 24.255 0 01-5.714 0m5.714 0a3 3 0 11-5.714 0M10.5 8.25h3l-3 4.5h3\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"arrow-uturn-up\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M9 9l6-6m0 0l6 6m-6-6v12a6 6 0 01-12 0v-3\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"document-arrow-up\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M19.5 14.25v-2.625a3.375 3.375 0 00-3.375-3.375h-1.5A1.125 1.125 0 0113.5 7.125v-1.5a3.375 3.375 0 00-3.375-3.375H8.25m6.75 12l-3-3m0 0l-3 3m3-3v6m-1.5-15H5.625c-.621 0-1.125.504-1.125 1.125v17.25c0 .621.504 1.125 1.125 1.125h12.75c.621 0 1.125-.504 1.125-1.125V11.25a9 9 0 00-9-9z\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"device-phone-mobile\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M10.5 1.5H8.25A2.25 2.25 0 006 3.75v16.5a2.25 2.25 0 002.25 2.25h7.5A2.25 2.25 0 0018 20.25V3.75a2.25 2.25 0 00-2.25-2.25H13.5m-3 0V3h3V1.5m-3 0h3m-3 18.75h3\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"phone-arrow-down-left\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M14.25 9.75v-4.5m0 4.5h4.5m-4.5 0l6-6m-3 18c-8.284 0-15-6.716-15-15V4.5A2.25 2.25 0 014.5 2.25h1.372c.516 0 .966.351 1.091.852l1.106 4.423c.11.44-.054.902-.417 1.173l-1.293.97a1.062 1.062 0 00-.38 1.21 12.035 12.035 0 007.143 7.143c.441.162.928-.004 1.21-.38l.97-1.293a1.125 1.125 0 011.173-.417l4.423 1.106c.5.125.852.575.852 1.091V19.5a2.25 2.25 0 01-2.25 2.25h-2.25z\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"squares-2x2\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M3.75 6A2.25 2.25 0 016 3.75h2.25A2.25 2.25 0 0110.5 6v2.25a2.25 2.25 0 01-2.25 2.25H6a2.25 2.25 0 01-2.25-2.25V6zM3.75 15.75A2.25 2.25 0 016 13.5h2.25a2.25 2.25 0 012.25 2.25V18a2.25 2.25 0 01-2.25 2.25H6A2.25 2.25 0 013.75 18v-2.25zM13.5 6a2.25 2.25 0 012.25-2.25H18A2.25 2.25 0 0120.25 6v2.25A2.25 2.25 0 0118 10.5h-2.25a2.25 2.25 0 01-2.25-2.25V6zM13.5 15.75a2.25 2.25 0 012.25-2.25H18a2.25 2.25 0 012.25 2.25V18A2.25 2.25 0 0118 20.25h-2.25A2.25 2.25 0 0113.5 18v-2.25z\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"hashtag\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M5.25 8.25h15m-16.5 7.5h15m-1.8-13.5l-3.9 19.5m-2.1-19.5l-3.9 19.5\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"magnifying-glass-minus\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M21 21l-5.197-5.197m0 0A7.5 7.5 0 105.196 5.196a7.5 7.5 0 0010.607 10.607zM13.5 10.5h-6\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"bolt\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M3.75 13.5l10.5-11.25L12 10.5h8.25L9.75 21.75 12 13.5H3.75z\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"camera\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M6.827 6.175A2.31 2.31 0 015.186 7.23c-.38.054-.757.112-1.134.175C2.999 7.58 2.25 8.507 2.25 9.574V18a2.25 2.25 0 002.25 2.25h15A2.25 2.25 0 0021.75 18V9.574c0-1.067-.75-1.994-1.802-2.169a47.865 47.865 0 00-1.134-.175 2.31 2.31 0 01-1.64-1.055l-.822-1.316a2.192 2.192 0 00-1.736-1.039 48.774 48.774 0 00-5.232 0 2.192 2.192 0 00-1.736 1.039l-.821 1.316z\"/>  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M16.5 12.75a4.5 4.5 0 11-9 0 4.5 4.5 0 019 0zM18.75 10.5h.008v.008h-.008V10.5z\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"battery-100\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M21 10.5h.375c.621 0 1.125.504 1.125 1.125v2.25c0 .621-.504 1.125-1.125 1.125H21M4.5 10.5H18V15H4.5v-4.5zM3.75 18h15A2.25 2.25 0 0021 15.75v-6a2.25 2.25 0 00-2.25-2.25h-15A2.25 2.25 0 001.5 9.75v6A2.25 2.25 0 003.75 18z\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"play-pause\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M21 7.5V18M15 7.5V18M3 16.811V8.69c0-.864.933-1.406 1.683-.977l7.108 4.061a1.125 1.125 0 010 1.954l-7.108 4.061A1.125 1.125 0 013 16.811z\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"wrench\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M21.75 6.75a4.5 4.5 0 01-4.884 4.484c-1.076-.091-2.264.071-2.95.904l-7.152 8.684a2.548 2.548 0 11-3.586-3.586l8.684-7.152c.833-.686.995-1.874.904-2.95a4.5 4.5 0 016.336-4.486l-3.276 3.276a3.004 3.004 0 002.25 2.25l3.276-3.276c.256.565.398 1.192.398 1.852z\"/>  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M4.867 19.125h.008v.008h-.008v-.008z\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"calendar-days\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M6.75 3v2.25M17.25 3v2.25M3 18.75V7.5a2.25 2.25 0 012.25-2.25h13.5A2.25 2.25 0 0121 7.5v11.25m-18 0A2.25 2.25 0 005.25 21h13.5A2.25 2.25 0 0021 18.75m-18 0v-7.5A2.25 2.25 0 015.25 9h13.5A2.25 2.25 0 0121 11.25v7.5m-9-6h.008v.008H12v-.008zM12 15h.008v.008H12V15zm0 2.25h.008v.008H12v-.008zM9.75 15h.008v.008H9.75V15zm0 2.25h.008v.008H9.75v-.008zM7.5 15h.008v.008H7.5V15zm0 2.25h.008v.008H7.5v-.008zm6.75-4.5h.008v.008h-.008v-.008zm0 2.25h.008v.008h-.008V15zm0 2.25h.008v.008h-.008v-.008zm2.25-4.5h.008v.008H16.5v-.008zm0 2.25h.008v.008H16.5V15z\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"arrow-up-left\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M19.5 19.5l-15-15m0 0v11.25m0-11.25h11.25\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"plus-small\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M12 6v12m6-6H6\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"list-bullet\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M8.25 6.75h12M8.25 12h12m-12 5.25h12M3.75 6.75h.007v.008H3.75V6.75zm.375 0a.375.375 0 11-.75 0 .375.375 0 01.75 0zM3.75 12h.007v.008H3.75V12zm.375 0a.375.375 0 11-.75 0 .375.375 0 01.75 0zm-.375 5.25h.007v.008H3.75v-.008zm.375 0a.375.375 0 11-.75 0 .375.375 0 01.75 0z\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"map-pin\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M15 10.5a3 3 0 11-6 0 3 3 0 016 0z\"/>  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M19.5 10.5c0 7.142-7.5 11.25-7.5 11.25S4.5 17.642 4.5 10.5a7.5 7.5 0 1115 0z\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"users\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M15 19.128a9.38 9.38 0 002.625.372 9.337 9.337 0 004.121-.952 4.125 4.125 0 00-7.533-2.493M15 19.128v-.003c0-1.113-.285-2.16-.786-3.07M15 19.128v.106A12.318 12.318 0 018.624 21c-2.331 0-4.512-.645-6.374-1.766l-.001-.109a6.375 6.375 0 0111.964-3.07M12 6.375a3.375 3.375 0 11-6.75 0 3.375 3.375 0 016.75 0zm8.25 2.25a2.625 2.625 0 11-5.25 0 2.625 2.625 0 015.25 0z\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"arrow-down-on-square-stack\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M7.5 7.5h-.75A2.25 2.25 0 004.5 9.75v7.5a2.25 2.25 0 002.25 2.25h7.5a2.25 2.25 0 002.25-2.25v-7.5a2.25 2.25 0 00-2.25-2.25h-.75m-6 3.75l3 3m0 0l3-3m-3 3V1.5m6 9h.75a2.25 2.25 0 012.25 2.25v7.5a2.25 2.25 0 01-2.25 2.25h-7.5a2.25 2.25 0 01-2.25-2.25v-.75\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"view-columns\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M9 4.5v15m6-15v15m-10.875 0h15.75c.621 0 1.125-.504 1.125-1.125V5.625c0-.621-.504-1.125-1.125-1.125H4.125C3.504 4.5 3 5.004 3 5.625v12.75c0 .621.504 1.125 1.125 1.125z\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"viewfinder-circle\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M7.5 3.75H6A2.25 2.25 0 003.75 6v1.5M16.5 3.75H18A2.25 2.25 0 0120.25 6v1.5m0 9V18A2.25 2.25 0 0118 20.25h-1.5m-9 0H6A2.25 2.25 0 013.75 18v-1.5M15 12a3 3 0 11-6 0 3 3 0 016 0z\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"arrows-pointing-in\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M9 9V4.5M9 9H4.5M9 9L3.75 3.75M9 15v4.5M9 15H4.5M9 15l-5.25 5.25M15 9h4.5M15 9V4.5M15 9l5.25-5.25M15 15h4.5M15 15v4.5m0-4.5l5.25 5.25\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"inbox-arrow-down\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M9 3.75H6.912a2.25 2.25 0 00-2.15 1.588L2.35 13.177a2.25 2.25 0 00-.1.661V18a2.25 2.25 0 002.25 2.25h15A2.25 2.25 0 0021.75 18v-4.162c0-.224-.034-.447-.1-.661L19.24 5.338a2.25 2.25 0 00-2.15-1.588H15M2.25 13.5h3.86a2.25 2.25 0 012.012 1.244l.256.512a2.25 2.25 0 002.013 1.244h3.218a2.25 2.25 0 002.013-1.244l.256-.512a2.25 2.25 0 012.013-1.244h3.859M12 3v8.25m0 0l-3-3m3 3l3-3\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"rss\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M12.75 19.5v-.75a7.5 7.5 0 00-7.5-7.5H4.5m0-6.75h.75c7.87 0 14.25 6.38 14.25 14.25v.75M6 18.75a.75.75 0 11-1.5 0 .75.75 0 011.5 0z\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"bars-4\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M3.75 5.25h16.5m-16.5 4.5h16.5m-16.5 4.5h16.5m-16.5 4.5h16.5\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"pencil-square\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M16.862 4.487l1.687-1.688a1.875 1.875 0 112.652 2.652L10.582 16.07a4.5 4.5 0 01-1.897 1.13L6 18l.8-2.685a4.5 4.5 0 011.13-1.897l8.932-8.931zm0 0L19.5 7.125M18 14v4.75A2.25 2.25 0 0115.75 21H5.25A2.25 2.25 0 013 18.75V8.25A2.25 2.25 0 015.25 6H10\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"envelope-open\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M21.75 9v.906a2.25 2.25 0 01-1.183 1.981l-6.478 3.488M2.25 9v.906a2.25 2.25 0 001.183 1.981l6.478 3.488m8.839 2.51l-4.66-2.51m0 0l-1.023-.55a2.25 2.25 0 00-2.134 0l-1.022.55m0 0l-4.661 2.51m16.5 1.615a2.25 2.25 0 01-2.25 2.25h-15a2.25 2.25 0 01-2.25-2.25V8.844a2.25 2.25 0 011.183-1.98l7.5-4.04a2.25 2.25 0 012.134 0l7.5 4.04a2.25 2.25 0 011.183 1.98V19.5z\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"arrows-pointing-out\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M3.75 3.75v4.5m0-4.5h4.5m-4.5 0L9 9M3.75 20.25v-4.5m0 4.5h4.5m-4.5 0L9 15M20.25 3.75h-4.5m4.5 0v4.5m0-4.5L15 9m5.25 11.25h-4.5m4.5 0v-4.5m0 4.5L15 15\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"bars-3-bottom-right\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M3.75 6.75h16.5M3.75 12h16.5M12 17.25h8.25\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"arrow-left-on-rectangle\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M15.75 9V5.25A2.25 2.25 0 0013.5 3h-6a2.25 2.25 0 00-2.25 2.25v13.5A2.25 2.25 0 007.5 21h6a2.25 2.25 0 002.25-2.25V15M12 9l-3 3m0 0l3 3m-3-3h12.75\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"home\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M2.25 12l8.954-8.955c.44-.439 1.152-.439 1.591 0L21.75 12M4.5 9.75v10.125c0 .621.504 1.125 1.125 1.125H9.75v-4.875c0-.621.504-1.125 1.125-1.125h2.25c.621 0 1.125.504 1.125 1.125V21h4.125c.621 0 1.125-.504 1.125-1.125V9.75M8.25 21h8.25\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"chevron-right\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M8.25 4.5l7.5 7.5-7.5 7.5\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"bars-3\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M3.75 6.75h16.5M3.75 12h16.5m-16.5 5.25h16.5\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"map\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M9 6.75V15m6-6v8.25m.503 3.498l4.875-2.437c.381-.19.622-.58.622-1.006V4.82c0-.836-.88-1.38-1.628-1.006l-3.869 1.934c-.317.159-.69.159-1.006 0L9.503 3.252a1.125 1.125 0 00-1.006 0L3.622 5.689C3.24 5.88 3 6.27 3 6.695V19.18c0 .836.88 1.38 1.628 1.006l3.869-1.934c.317-.159.69-.159 1.006 0l4.994 2.497c.317.158.69.158 1.006 0z\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"document-minus\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M19.5 14.25v-2.625a3.375 3.375 0 00-3.375-3.375h-1.5A1.125 1.125 0 0113.5 7.125v-1.5a3.375 3.375 0 00-3.375-3.375H8.25m6.75 12H9m1.5-12H5.625c-.621 0-1.125.504-1.125 1.125v17.25c0 .621.504 1.125 1.125 1.125h12.75c.621 0 1.125-.504 1.125-1.125V11.25a9 9 0 00-9-9z\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"backward\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M21 16.811c0 .864-.933 1.405-1.683.977l-7.108-4.062a1.125 1.125 0 010-1.953l7.108-4.062A1.125 1.125 0 0121 8.688v8.123zM11.25 16.811c0 .864-.933 1.405-1.683.977l-7.108-4.062a1.125 1.125 0 010-1.953L9.567 7.71a1.125 1.125 0 011.683.977v8.123z\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"bars-3-center-left\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M3.75 6.75h16.5M3.75 12H12m-8.25 5.25h16.5\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"arrow-up\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M4.5 10.5L12 3m0 0l7.5 7.5M12 3v18\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"ellipsis-horizontal\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M6.75 12a.75.75 0 11-1.5 0 .75.75 0 011.5 0zM12.75 12a.75.75 0 11-1.5 0 .75.75 0 011.5 0zM18.75 12a.75.75 0 11-1.5 0 .75.75 0 011.5 0z\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"photo\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M2.25 15.75l5.159-5.159a2.25 2.25 0 013.182 0l5.159 5.159m-1.5-1.5l1.409-1.409a2.25 2.25 0 013.182 0l2.909 2.909m-18 3.75h16.5a1.5 1.5 0 001.5-1.5V6a1.5 1.5 0 00-1.5-1.5H3.75A1.5 1.5 0 002.25 6v12a1.5 1.5 0 001.5 1.5zm10.5-11.25h.008v.008h-.008V8.25zm.375 0a.375.375 0 11-.75 0 .375.375 0 01.75 0z\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"briefcase\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M20.25 14.15v4.25c0 1.094-.787 2.036-1.872 2.18-2.087.277-4.216.42-6.378.42s-4.291-.143-6.378-.42c-1.085-.144-1.872-1.086-1.872-2.18v-4.25m16.5 0a2.18 2.18 0 00.75-1.661V8.706c0-1.081-.768-2.015-1.837-2.175a48.114 48.114 0 00-3.413-.387m4.5 8.006c-.194.165-.42.295-.673.38A23.978 23.978 0 0112 15.75c-2.648 0-5.195-.429-7.577-1.22a2.016 2.016 0 01-.673-.38m0 0A2.18 2.18 0 013 12.489V8.706c0-1.081.768-2.015 1.837-2.175a48.111 48.111 0 013.413-.387m7.5 0V5.25A2.25 2.25 0 0013.5 3h-3a2.25 2.25 0 00-2.25 2.25v.894m7.5 0a48.667 48.667 0 00-7.5 0M12 12.75h.008v.008H12v-.008z\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"credit-card\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M2.25 8.25h19.5M2.25 9h19.5m-16.5 5.25h6m-6 2.25h3m-3.75 3h15a2.25 2.25 0 002.25-2.25V6.75A2.25 2.25 0 0019.5 4.5h-15a2.25 2.25 0 00-2.25 2.25v10.5A2.25 2.25 0 004.5 19.5z\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"document-duplicate\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M15.75 17.25v3.375c0 .621-.504 1.125-1.125 1.125h-9.75a1.125 1.125 0 01-1.125-1.125V7.875c0-.621.504-1.125 1.125-1.125H6.75a9.06 9.06 0 011.5.124m7.5 10.376h3.375c.621 0 1.125-.504 1.125-1.125V11.25c0-4.46-3.243-8.161-7.5-8.876a9.06 9.06 0 00-1.5-.124H9.375c-.621 0-1.125.504-1.125 1.125v3.5m7.5 10.375H9.375a1.125 1.125 0 01-1.125-1.125v-9.25m12 6.625v-1.875a3.375 3.375 0 00-3.375-3.375h-1.5a1.125 1.125 0 01-1.125-1.125v-1.5a3.375 3.375 0 00-3.375-3.375H9.75\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"document-arrow-down\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M19.5 14.25v-2.625a3.375 3.375 0 00-3.375-3.375h-1.5A1.125 1.125 0 0113.5 7.125v-1.5a3.375 3.375 0 00-3.375-3.375H8.25m.75 12l3 3m0 0l3-3m-3 3v-6m-1.5-9H5.625c-.621 0-1.125.504-1.125 1.125v17.25c0 .621.504 1.125 1.125 1.125h12.75c.621 0 1.125-.504 1.125-1.125V11.25a9 9 0 00-9-9z\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"building-office\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M3.75 21h16.5M4.5 3h15M5.25 3v18m13.5-18v18M9 6.75h1.5m-1.5 3h1.5m-1.5 3h1.5m3-6H15m-1.5 3H15m-1.5 3H15M9 21v-3.375c0-.621.504-1.125 1.125-1.125h3.75c.621 0 1.125.504 1.125 1.125V21\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"rectangle-group\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M2.25 7.125C2.25 6.504 2.754 6 3.375 6h6c.621 0 1.125.504 1.125 1.125v3.75c0 .621-.504 1.125-1.125 1.125h-6a1.125 1.125 0 01-1.125-1.125v-3.75zM14.25 8.625c0-.621.504-1.125 1.125-1.125h5.25c.621 0 1.125.504 1.125 1.125v8.25c0 .621-.504 1.125-1.125 1.125h-5.25a1.125 1.125 0 01-1.125-1.125v-8.25zM3.75 16.125c0-.621.504-1.125 1.125-1.125h5.25c.621 0 1.125.504 1.125 1.125v2.25c0 .621-.504 1.125-1.125 1.125h-5.25a1.125 1.125 0 01-1.125-1.125v-2.25z\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"face-smile\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M15.182 15.182a4.5 4.5 0 01-6.364 0M21 12a9 9 0 11-18 0 9 9 0 0118 0zM9.75 9.75c0 .414-.168.75-.375.75S9 10.164 9 9.75 9.168 9 9.375 9s.375.336.375.75zm-.375 0h.008v.015h-.008V9.75zm5.625 0c0 .414-.168.75-.375.75s-.375-.336-.375-.75.168-.75.375-.75.375.336.375.75zm-.375 0h.008v.015h-.008V9.75z\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"arrow-long-right\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M17.25 8.25L21 12m0 0l-3.75 3.75M21 12H3\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"presentation-chart-line\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M3.75 3v11.25A2.25 2.25 0 006 16.5h2.25M3.75 3h-1.5m1.5 0h16.5m0 0h1.5m-1.5 0v11.25A2.25 2.25 0 0118 16.5h-2.25m-7.5 0h7.5m-7.5 0l-1 3m8.5-3l1 3m0 0l.5 1.5m-.5-1.5h-9.5m0 0l-.5 1.5m.75-9l3-3 2.148 2.148A12.061 12.061 0 0116.5 7.605\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"lock-open\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M13.5 10.5V6.75a4.5 4.5 0 119 0v3.75M3.75 21.75h10.5a2.25 2.25 0 002.25-2.25v-6.75a2.25 2.25 0 00-2.25-2.25H3.75a2.25 2.25 0 00-2.25 2.25v6.75a2.25 2.25 0 002.25 2.25z\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"document\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M19.5 14.25v-2.625a3.375 3.375 0 00-3.375-3.375h-1.5A1.125 1.125 0 0113.5 7.125v-1.5a3.375 3.375 0 00-3.375-3.375H8.25m2.25 0H5.625c-.621 0-1.125.504-1.125 1.125v17.25c0 .621.504 1.125 1.125 1.125h12.75c.621 0 1.125-.504 1.125-1.125V11.25a9 9 0 00-9-9z\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"archive-box-arrow-down\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M20.25 7.5l-.625 10.632a2.25 2.25 0 01-2.247 2.118H6.622a2.25 2.25 0 01-2.247-2.118L3.75 7.5m8.25 3v6.75m0 0l-3-3m3 3l3-3M3.375 7.5h17.25c.621 0 1.125-.504 1.125-1.125v-1.5c0-.621-.504-1.125-1.125-1.125H3.375c-.621 0-1.125.504-1.125 1.125v1.5c0 .621.504 1.125 1.125 1.125z\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"bell-slash\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M9.143 17.082a24.248 24.248 0 003.844.148m-3.844-.148a23.856 23.856 0 01-5.455-1.31 8.964 8.964 0 002.3-5.542m3.155 6.852a3 3 0 005.667 1.97m1.965-2.277L21 21m-4.225-4.225a23.81 23.81 0 003.536-1.003A8.967 8.967 0 0118 9.75V9A6 6 0 006.53 6.53m10.245 10.245L6.53 6.53M3 3l3.53 3.53\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"signal\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M9.348 14.651a3.75 3.75 0 010-5.303m5.304 0a3.75 3.75 0 010 5.303m-7.425 2.122a6.75 6.75 0 010-9.546m9.546 0a6.75 6.75 0 010 9.546M5.106 18.894c-3.808-3.808-3.808-9.98 0-13.789m13.788 0c3.808 3.808 3.808 9.981 0 13.79M12 12h.008v.007H12V12zm.375 0a.375.375 0 11-.75 0 .375.375 0 01.75 0z\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"ticket\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M16.5 6v.75m0 3v.75m0 3v.75m0 3V18m-9-5.25h5.25M7.5 15h3M3.375 5.25c-.621 0-1.125.504-1.125 1.125v3.026a2.999 2.999 0 010 5.198v3.026c0 .621.504 1.125 1.125 1.125h17.25c.621 0 1.125-.504 1.125-1.125v-3.026a2.999 2.999 0 010-5.198V6.375c0-.621-.504-1.125-1.125-1.125H3.375z\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"battery-50\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M21 10.5h.375c.621 0 1.125.504 1.125 1.125v2.25c0 .621-.504 1.125-1.125 1.125H21M4.5 10.5h6.75V15H4.5v-4.5zM3.75 18h15A2.25 2.25 0 0021 15.75v-6a2.25 2.25 0 00-2.25-2.25h-15A2.25 2.25 0 001.5 9.75v6A2.25 2.25 0 003.75 18z\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"clipboard\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M15.666 3.888A2.25 2.25 0 0013.5 2.25h-3c-1.03 0-1.9.693-2.166 1.638m7.332 0c.055.194.084.4.084.612v0a.75.75 0 01-.75.75H9a.75.75 0 01-.75-.75v0c0-.212.03-.418.084-.612m7.332 0c.646.049 1.288.11 1.927.184 1.1.128 1.907 1.077 1.907 2.185V19.5a2.25 2.25 0 01-2.25 2.25H6.75A2.25 2.25 0 014.5 19.5V6.257c0-1.108.806-2.057 1.907-2.185a48.208 48.208 0 011.927-.184\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"shield-exclamation\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M12 9v3.75m0-10.036A11.959 11.959 0 013.598 6 11.99 11.99 0 003 9.75c0 5.592 3.824 10.29 9 11.622 5.176-1.332 9-6.03 9-11.622 0-1.31-.21-2.57-.598-3.75h-.152c-3.196 0-6.1-1.249-8.25-3.286zm0 13.036h.008v.008H12v-.008z\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"qr-code\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M3.75 4.875c0-.621.504-1.125 1.125-1.125h4.5c.621 0 1.125.504 1.125 1.125v4.5c0 .621-.504 1.125-1.125 1.125h-4.5A1.125 1.125 0 013.75 9.375v-4.5zM3.75 14.625c0-.621.504-1.125 1.125-1.125h4.5c.621 0 1.125.504 1.125 1.125v4.5c0 .621-.504 1.125-1.125 1.125h-4.5a1.125 1.125 0 01-1.125-1.125v-4.5zM13.5 4.875c0-.621.504-1.125 1.125-1.125h4.5c.621 0 1.125.504 1.125 1.125v4.5c0 .621-.504 1.125-1.125 1.125h-4.5A1.125 1.125 0 0113.5 9.375v-4.5z\"/>  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M6.75 6.75h.75v.75h-.75v-.75zM6.75 16.5h.75v.75h-.75v-.75zM16.5 6.75h.75v.75h-.75v-.75zM13.5 13.5h.75v.75h-.75v-.75zM13.5 19.5h.75v.75h-.75v-.75zM19.5 13.5h.75v.75h-.75v-.75zM19.5 19.5h.75v.75h-.75v-.75zM16.5 16.5h.75v.75h-.75v-.75z\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"arrow-right\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M13.5 4.5L21 12m0 0l-7.5 7.5M21 12H3\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"globe-europe-africa\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M20.893 13.393l-1.135-1.135a2.252 2.252 0 01-.421-.585l-1.08-2.16a.414.414 0 00-.663-.107.827.827 0 01-.812.21l-1.273-.363a.89.89 0 00-.738 1.595l.587.39c.59.395.674 1.23.172 1.732l-.2.2c-.212.212-.33.498-.33.796v.41c0 .409-.11.809-.32 1.158l-1.315 2.191a2.11 2.11 0 01-1.81 1.025 1.055 1.055 0 01-1.055-1.055v-1.172c0-.92-.56-1.747-1.414-2.089l-.655-.261a2.25 2.25 0 01-1.383-2.46l.007-.042a2.25 2.25 0 01.29-.787l.09-.15a2.25 2.25 0 012.37-1.048l1.178.236a1.125 1.125 0 001.302-.795l.208-.73a1.125 1.125 0 00-.578-1.315l-.665-.332-.091.091a2.25 2.25 0 01-1.591.659h-.18c-.249 0-.487.1-.662.274a.931.931 0 01-1.458-1.137l1.411-2.353a2.25 2.25 0 00.286-.76m11.928 9.869A9 9 0 008.965 3.525m11.928 9.868A9 9 0 118.965 3.525\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"bars-3-bottom-left\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M3.75 6.75h16.5M3.75 12h16.5m-16.5 5.25H12\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"pause-circle\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M14.25 9v6m-4.5 0V9M21 12a9 9 0 11-18 0 9 9 0 0118 0z\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"wifi\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M8.288 15.038a5.25 5.25 0 017.424 0M5.106 11.856c3.807-3.808 9.98-3.808 13.788 0M1.924 8.674c5.565-5.565 14.587-5.565 20.152 0M12.53 18.22l-.53.53-.53-.53a.75.75 0 011.06 0z\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"moon\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M21.752 15.002A9.718 9.718 0 0118 15.75c-5.385 0-9.75-4.365-9.75-9.75 0-1.33.266-2.597.748-3.752A9.753 9.753 0 003 11.25C3 16.635 7.365 21 12.75 21a9.753 9.753 0 009.002-5.998z\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"arrow-right-circle\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M12.75 15l3-3m0 0l-3-3m3 3h-7.5M21 12a9 9 0 11-18 0 9 9 0 0118 0z\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"cursor-arrow-rays\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M15.042 21.672L13.684 16.6m0 0l-2.51 2.225.569-9.47 5.227 7.917-3.286-.672zM12 2.25V4.5m5.834.166l-1.591 1.591M20.25 10.5H18M7.757 14.743l-1.59 1.59M6 10.5H3.75m4.007-4.243l-1.59-1.59\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"user\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M15.75 6a3.75 3.75 0 11-7.5 0 3.75 3.75 0 017.5 0zM4.501 20.118a7.5 7.5 0 0114.998 0A17.933 17.933 0 0112 21.75c-2.676 0-5.216-.584-7.499-1.632z\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"sparkles\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M9.813 15.904L9 18.75l-.813-2.846a4.5 4.5 0 00-3.09-3.09L2.25 12l2.846-.813a4.5 4.5 0 003.09-3.09L9 5.25l.813 2.846a4.5 4.5 0 003.09 3.09L15.75 12l-2.846.813a4.5 4.5 0 00-3.09 3.09zM18.259 8.715L18 9.75l-.259-1.035a3.375 3.375 0 00-2.455-2.456L14.25 6l1.036-.259a3.375 3.375 0 002.455-2.456L18 2.25l.259 1.035a3.375 3.375 0 002.456 2.456L21.75 6l-1.035.259a3.375 3.375 0 00-2.456 2.456zM16.894 20.567L16.5 21.75l-.394-1.183a2.25 2.25 0 00-1.423-1.423L13.5 18.75l1.183-.394a2.25 2.25 0 001.423-1.423l.394-1.183.394 1.183a2.25 2.25 0 001.423 1.423l1.183.394-1.183.394a2.25 2.25 0 00-1.423 1.423z\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"banknotes\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M2.25 18.75a60.07 60.07 0 0115.797 2.101c.727.198 1.453-.342 1.453-1.096V18.75M3.75 4.5v.75A.75.75 0 013 6h-.75m0 0v-.375c0-.621.504-1.125 1.125-1.125H20.25M2.25 6v9m18-10.5v.75c0 .414.336.75.75.75h.75m-1.5-1.5h.375c.621 0 1.125.504 1.125 1.125v9.75c0 .621-.504 1.125-1.125 1.125h-.375m1.5-1.5H21a.75.75 0 00-.75.75v.75m0 0H3.75m0 0h-.375a1.125 1.125 0 01-1.125-1.125V15m1.5 1.5v-.75A.75.75 0 003 15h-.75M15 10.5a3 3 0 11-6 0 3 3 0 016 0zm3 0h.008v.008H18V10.5zm-12 0h.008v.008H6V10.5z\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"folder-plus\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M12 10.5v6m3-3H9m4.06-7.19l-2.12-2.12a1.5 1.5 0 00-1.061-.44H4.5A2.25 2.25 0 002.25 6v12a2.25 2.25 0 002.25 2.25h15A2.25 2.25 0 0021.75 18V9a2.25 2.25 0 00-2.25-2.25h-5.379a1.5 1.5 0 01-1.06-.44z\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"magnifying-glass-plus\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M21 21l-5.197-5.197m0 0A7.5 7.5 0 105.196 5.196a7.5 7.5 0 0010.607 10.607zM10.5 7.5v6m3-3h-6\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"shopping-cart\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M2.25 3h1.386c.51 0 .955.343 1.087.835l.383 1.437M7.5 14.25a3 3 0 00-3 3h15.75m-12.75-3h11.218c1.121-2.3 2.1-4.684 2.924-7.138a60.114 60.114 0 00-16.536-1.84M7.5 14.25L5.106 5.272M6 20.25a.75.75 0 11-1.5 0 .75.75 0 011.5 0zm12.75 0a.75.75 0 11-1.5 0 .75.75 0 011.5 0z\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"arrow-down-right\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M4.5 4.5l15 15m0 0V8.25m0 11.25H8.25\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"light-bulb\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M12 18v-5.25m0 0a6.01 6.01 0 001.5-.189m-1.5.189a6.01 6.01 0 01-1.5-.189m3.75 7.478a12.06 12.06 0 01-4.5 0m3.75 2.383a14.406 14.406 0 01-3 0M14.25 18v-.192c0-.983.658-1.823 1.508-2.316a7.5 7.5 0 10-7.517 0c.85.493 1.509 1.333 1.509 2.316V18\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"arrow-top-right-on-square\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M13.5 6H5.25A2.25 2.25 0 003 8.25v10.5A2.25 2.25 0 005.25 21h10.5A2.25 2.25 0 0018 18.75V10.5m-10.5 6L21 3m0 0h-5.25M21 3v5.25\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"film\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M3.375 19.5h17.25m-17.25 0a1.125 1.125 0 01-1.125-1.125M3.375 19.5h1.5C5.496 19.5 6 18.996 6 18.375m-3.75 0V5.625m0 12.75v-1.5c0-.621.504-1.125 1.125-1.125m18.375 2.625V5.625m0 12.75c0 .621-.504 1.125-1.125 1.125m1.125-1.125v-1.5c0-.621-.504-1.125-1.125-1.125m0 3.75h-1.5A1.125 1.125 0 0118 18.375M20.625 4.5H3.375m17.25 0c.621 0 1.125.504 1.125 1.125M20.625 4.5h-1.5C18.504 4.5 18 5.004 18 5.625m3.75 0v1.5c0 .621-.504 1.125-1.125 1.125M3.375 4.5c-.621 0-1.125.504-1.125 1.125M3.375 4.5h1.5C5.496 4.5 6 5.004 6 5.625m-3.75 0v1.5c0 .621.504 1.125 1.125 1.125m0 0h1.5m-1.5 0c-.621 0-1.125.504-1.125 1.125v1.5c0 .621.504 1.125 1.125 1.125m1.5-3.75C5.496 8.25 6 7.746 6 7.125v-1.5M4.875 8.25C5.496 8.25 6 8.754 6 9.375v1.5m0-5.25v5.25m0-5.25C6 5.004 6.504 4.5 7.125 4.5h9.75c.621 0 1.125.504 1.125 1.125m1.125 2.625h1.5m-1.5 0A1.125 1.125 0 0118 7.125v-1.5m1.125 2.625c-.621 0-1.125.504-1.125 1.125v1.5m2.625-2.625c.621 0 1.125.504 1.125 1.125v1.5c0 .621-.504 1.125-1.125 1.125M18 5.625v5.25M7.125 12h9.75m-9.75 0A1.125 1.125 0 016 10.875M7.125 12C6.504 12 6 12.504 6 13.125m0-2.25C6 11.496 5.496 12 4.875 12M18 10.875c0 .621-.504 1.125-1.125 1.125M18 10.875c0 .621.504 1.125 1.125 1.125m-2.25 0c.621 0 1.125.504 1.125 1.125m-12 5.25v-5.25m0 5.25c0 .621.504 1.125 1.125 1.125h9.75c.621 0 1.125-.504 1.125-1.125m-12 0v-1.5c0-.621-.504-1.125-1.125-1.125M18 18.375v-5.25m0 5.25v-1.5c0-.621.504-1.125 1.125-1.125M18 13.125v1.5c0 .621.504 1.125 1.125 1.125M18 13.125c0-.621.504-1.125 1.125-1.125M6 13.125v1.5c0 .621-.504 1.125-1.125 1.125M6 13.125C6 12.504 5.496 12 4.875 12m-1.5 0h1.5m-1.5 0c-.621 0-1.125.504-1.125 1.125v1.5c0 .621.504 1.125 1.125 1.125M19.125 12h1.5m0 0c.621 0 1.125.504 1.125 1.125v1.5c0 .621-.504 1.125-1.125 1.125m-17.25 0h1.5m14.25 0h1.5\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"cloud-arrow-up\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M12 16.5V9.75m0 0l3 3m-3-3l-3 3M6.75 19.5a4.5 4.5 0 01-1.41-8.775 5.25 5.25 0 0110.233-2.33 3 3 0 013.758 3.848A3.752 3.752 0 0118 19.5H6.75z\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"folder-minus\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M15 13.5H9m4.06-7.19l-2.12-2.12a1.5 1.5 0 00-1.061-.44H4.5A2.25 2.25 0 002.25 6v12a2.25 2.25 0 002.25 2.25h15A2.25 2.25 0 0021.75 18V9a2.25 2.25 0 00-2.25-2.25h-5.379a1.5 1.5 0 01-1.06-.44z\"/></svg>'\n    );\n\n    heroicons_outlined.set(\n        \"identification\",\n        '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" aria-hidden=\"true\">  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M15 9h3.75M15 12h3.75M15 15h3.75M4.5 19.5h15a2.25 2.25 0 002.25-2.25V6.75A2.25 2.25 0 0019.5 4.5h-15a2.25 2.25 0 00-2.25 2.25v10.5A2.25 2.25 0 004.5 19.5zm6-10.125a1.875 1.875 0 11-3.75 0 1.875 1.875 0 013.75 0zm1.294 6.336a6.721 6.721 0 01-3.17.789 6.721 6.721 0 01-3.168-.789 3.376 3.376 0 016.338 0z\"/></svg>'\n    );\n\n    let icon = heroicons_outlined.get(properties.name ?? properties.icon);\n    let root = instance.canvas.get(0);\n    \n    root.innerHTML = icon;\n\n    root.style.width = `${properties.bubble.width()}px`;\n    root.style.height = `${properties.bubble.height()}px`;\n    root.style.overflow = \"clip\"; \n    root.innerHTML = icon;\n    \n    let svg = root.firstChild;\n    svg.setAttribute(\"stroke\", properties.color);\n    svg.setAttribute(\"stroke-width\", properties.stroke_width);\n}"},"initialize":{"fn":"function(instance,context){instance.data.click=event=>{instance.triggerEvent(\"click\"),event.stopPropagation()}}"},"update":{"fn":"function(instance,properties,context){let root=instance.canvas.get(0),svg=root.firstChild,type=properties.type,icons;icons=\"Outline\"===type?window.heroicons_outlined:\"Solid\"===type?window.heroicons_solid:window.heroicons_mini;let icon_name=properties.name||properties.icon;if(!svg||icon_name!==instance.data.current_icon_name||type!==instance.data.current_icon_type){instance.data.current_icon_name=icon_name,instance.data.current_icon_type=type;let icon=icons.get(icon_name);root.innerHTML=icon,svg=root.firstChild}\"Outline\"===type?svg.setAttribute(\"stroke\",properties.color):svg.setAttribute(\"fill\",properties.color),properties.stroke_width&&svg.setAttribute(\"stroke-width\",properties.stroke_width),root.style.setProperty(\"--transition-duration\",properties.transition_duration?properties.transition_duration/1e3+\"s\":\"0s\"),root.style.setProperty(\"--transition-easing\",(properties.transition_easing||\"linear\").toLowerCase().replace(\" \",\"-\")),svg.classList.add(\"hicon\"),$(root).off(\"mousedown\"),properties.clickable?(root.style.cursor=\"pointer\",root.addEventListener(\"click\",instance.data.click)):(root.style.cursor=\"inherit\",root.removeEventListener(\"click\",instance.data.click)),properties.tooltip&&root.setAttribute(\"title\",properties.tooltip)}"},"reset":{"fn":"function(instance,context){}"}},"platform_type":"web"}}};
window._bubble_page_load_data.plugins_size['1618916043803x877032991371296800'] = 899184;
window.preloaded['plugin/third_party:1618916043803x877032991371296800:4.0.5'] = true;
window.plugins["1622230862970x241206977446543360"] = {"human":"Google Charts","dependencies":{"use_jquery":true,"plugin_api_version":"4"},"plugin_elements":{"AAE":{"display":"Google Charts","property_applications":{"resizable":true,"MinWidth":true,"Border":true,"BoxShadow":true,"Background":true,"Font":false,"Padding":true},"add_hover_pressed":true,"add_is_visible":true,"can_fit_width":true,"can_fit_height":true,"fields":{"AAC":{"caption":"String Value","name":"data","rank":1,"editor":"DynamicValue","value":"text","is_list":false},"AAD":{"caption":"Value (Number)","name":"numbers","rank":2,"editor":"DynamicValue","value":"text"},"AAH":{"caption":"Chart Type","name":"type","rank":0,"editor":"Dropdown","default_val":"Donut"},"AAI":{"caption":"Title","name":"title","rank":5,"editor":"DynamicValue","value":"text","default_val":"My Chart","optional":true},"AAJ":{"caption":"pieHole","name":"pieHole","rank":9,"editor":"DynamicValue","value":"number","default_val":0.4,"optional":true},"AAK":{"caption":"is3D","name":"is3D","rank":8,"editor":"Checkbox","default_val":true},"AAL":{"caption":"SliceText","name":"sliceText","rank":13,"editor":"Dropdown","default_val":"label","optional":true},"AAM":{"caption":"Legend Position","name":"legend","rank":12,"editor":"Dropdown","default_val":"left","optional":true},"AAN":{"caption":"Slice Text Font Size","name":"slicefontsize","rank":14,"editor":"DynamicValue","value":"number","default_val":12,"optional":true},"AAP":{"caption":"Bar,Lignes,Columns Color","name":"barcolors","rank":10,"editor":"DynamicValue","value":"text","optional":true},"AAQ":{"caption":"Slice Text Color","name":"slicetextcolor","rank":15,"editor":"Color","value":"text","default_val":"rgba(255, 255, 255, 1)","optional":true},"AAR":{"caption":"Legend Color","name":"legendcolor","rank":16,"editor":"Color","value":"text","default_val":"rgba(51, 51, 51, 1)","optional":true},"AAS":{"caption":"Legend Font Size","name":"legendfontsize","rank":17,"editor":"DynamicValue","value":"number","default_val":14,"optional":true},"AAT":{"caption":"Key Google Maps","name":"apikeymaps","rank":31,"editor":"DynamicValue","value":"text","optional":true},"AAW":{"caption":"Format AxisH and AxisV","name":"format","rank":18,"editor":"Dropdown","value":"text","optional":true,"default_val":"none"},"AAX":{"caption":"Label for String","name":"string","rank":3,"editor":"DynamicValue","value":"text"},"AAY":{"caption":"Label for Values","name":"values","rank":4,"editor":"DynamicValue","value":"text"},"AAZ":{"caption":"Custom Language","name":"customlanguage","rank":7,"editor":"DynamicValue","value":"text","optional":true},"AAa":{"caption":"Mode Mapas","name":"modemaps","rank":32,"editor":"Dropdown","default_val":"markers","optional":true},"AAb":{"caption":"Region","name":"region","rank":33,"editor":"DynamicValue","value":"text","default_val":"BR","optional":true},"AAd":{"caption":"Bold Title","name":"bold","rank":6,"editor":"Checkbox","default_val":true},"AAg":{"caption":"Horizontal Grid Colors","name":"gridcolorh","rank":19,"editor":"Color","default_val":"rgba(199, 199, 199, 1)","optional":true},"AAh":{"caption":"Vertical Grid Colors","name":"gridcolorv","rank":20,"editor":"Color","default_val":"rgba(199, 199, 199, 1)","optional":true},"AAi":{"caption":"Vertical Text Position","name":"textpositionv","rank":21,"editor":"Dropdown","default_val":"out","in_style":true},"AAj":{"caption":"Horizontal Text Position","name":"textpositionh","rank":22,"editor":"Dropdown","default_val":"out","in_style":true},"AAk":{"caption":"PointShape","name":"pointshape","rank":23,"editor":"Dropdown","default_val":"circle","in_style":true},"AAn":{"caption":"PointSize","name":"pointsize","rank":24,"editor":"DynamicValue","value":"number","default_val":10,"optional":true},"AAo":{"caption":"Line Width","name":"linewidth","rank":25,"editor":"DynamicValue","value":"number","optional":true,"default_val":5},"AAp":{"caption":"Orientation ","name":"orientation","rank":11,"editor":"Dropdown","default_val":"vertical","optional":true},"AAq":{"caption":"Width Bar (Groupe)","name":"groupwidth","rank":26,"editor":"DynamicValue","value":"text","default_val":"40","optional":true},"AAr":{"caption":"Text Color Tooltip","name":"tooltipcolor","rank":27,"editor":"Color","default_val":"rgba(51, 51, 51, 1)"},"AAs":{"caption":"Font Size Tooltip","name":"tooltipfontsize","rank":28,"editor":"DynamicValue","value":"number","default_val":12},"AAt":{"caption":"Bold Tooltip","name":"tooltipbold","rank":29,"editor":"Checkbox","default_val":true},"AAu":{"caption":"Italic Tooltip","name":"tooltipitalic","rank":30,"editor":"Checkbox","default_val":false},"AAy":{"caption":"Map Color","name":"mapcolor","rank":34,"editor":"Color","default_val":"rgba(7, 122, 122, 1)","optional":false}},"states":{"AAw":{"caption":"Data String ","name":"data_clicked","value":"text","initialization_code":{"fn":"function(properties,context){}"}}},"events":{"AAx":{"caption":"Data Clicked","name":"clicked"}},"code":{"preview":{"fn":"function(instance, properties) {\nvar id = \"preview\"+Math.random().toString(36).substring(2,7);\n    var preview = $(`<p id=\"${id}\" style=\"font-size:36px; color: #00000\">${properties.type}</p>`);\n     \n    $(preview).appendTo('body');\n\n}"},"initialize":{"fn":"function(instance,context){var chartID=\"chart\"+Math.random().toString(36).substring(2,7);instance.data.id=chartID;var div=$(`<div id=\"${chartID}\"></div>`);$(div).appendTo(\"body\"),$(instance.canvas[0]).html(div)}"},"update":{"fn":"function(instance,properties,context){var div=document.getElementById(instance.data.id);if(div.style.width=properties.bubble.width(),div.style.height=properties.bubble.height(),properties.slicetextcolor.match(\"rgba\"))var rgbaslice=properties.slicetextcolor.replace(/^rgba?\\(|\\s+|\\)$/g,\"\").split(\",\"),slicetextcolor=`${((1<<24)+(parseInt(rgbaslice[0])<<16)+(parseInt(rgbaslice[1])<<8)+parseInt(rgbaslice[2])).toString(16).slice(1)}`;else var slicetextcolor=properties.slicetextcolor;if(properties.legendcolor.match(\"rgba\"))var rgbalegend=properties.legendcolor.replace(/^rgba?\\(|\\s+|\\)$/g,\"\").split(\",\"),legendcolor=`${((1<<24)+(parseInt(rgbalegend[0])<<16)+(parseInt(rgbalegend[1])<<8)+parseInt(rgbalegend[2])).toString(16).slice(1)}`;else var legendcolor=properties.legendcolor;if(properties.gridcolorh.match(\"rgba\"))var rgbagridh=properties.gridcolorh.replace(/^rgba?\\(|\\s+|\\)$/g,\"\").split(\",\"),gridcolorh=`${((1<<24)+(parseInt(rgbagridh[0])<<16)+(parseInt(rgbagridh[1])<<8)+parseInt(rgbagridh[2])).toString(16).slice(1)}`;else var gridcolorh=properties.gridcolorh;if(properties.gridcolorv.match(\"rgba\"))var rgbagridv=properties.gridcolorv.replace(/^rgba?\\(|\\s+|\\)$/g,\"\").split(\",\"),gridcolorv=`${((1<<24)+(parseInt(rgbagridv[0])<<16)+(parseInt(rgbagridv[1])<<8)+parseInt(rgbagridv[2])).toString(16).slice(1)}`;else var gridcolorv=properties.gridcolorv;if(properties.tooltipcolor.match(\"rgba\"))var rgbatip=properties.tooltipcolor.replace(/^rgba?\\(|\\s+|\\)$/g,\"\").split(\",\"),tooltcolor=`${((1<<24)+(parseInt(rgbatip[0])<<16)+(parseInt(rgbatip[1])<<8)+parseInt(rgbatip[2])).toString(16).slice(1)}`;else var tooltcolor=properties.tooltipcolor;$(document).ready((function(){var locale,chart,selection,message,item,value;locale=null==properties.customlanguage?navigator.language:properties.customlanguage;var strings=properties.data.split(\",\"),values=properties.numbers.split(\",\"),barColors;if(null!=properties.barcolors)var arraycolor=(barColors=properties.barcolors.split(\",\")).map((function(value,i){return value.replace(/\\s/g,\"\")}));var arraynumber=values.map((function(value,i){return Number(value)})),myarray=strings.map((function(value,i){return(\"Bar\"===properties.type||\"Column\"===properties.type||\"Line\"===properties.type)&&null!=properties.barcolors?[value,arraynumber[i],arraycolor[i]]:[value,arraynumber[i]]}));if(google.charts.load(\"current\",{packages:[\"corechart\",\"bar\",\"geochart\",\"line\"],mapsApiKey:\"\"+properties.apikeymaps,language:\"\"+locale}),\"Maps\"!=properties.type){function drawChart(){var data=new google.visualization.DataTable,pieHole;data.addColumn(\"string\",\"\"+properties.string),data.addColumn(\"number\",\"\"+properties.values),\"Bar\"!==properties.type&&\"Column\"!==properties.type&&\"Line\"!==properties.type||null!=properties.barcolors&&data.addColumn({role:\"style\"}),data.addRows(myarray),pieHole=\"Donut\"==properties.type?properties.pieHole:0;var options={backgroundColor:\"none\",chartArea:{backgroundColor:\"none\",width:\"100%\",height:\"80%\",top:20,left:20},width:properties.bubble.width(),title:\"\"+properties.title,titleTextStyle:{color:\"#\"+legendcolor,fontSize:properties.legendfontsize,bold:properties.bold},is3D:properties.is3D,pieHole:pieHole,pieSliceText:properties.sliceText,pieSliceTextStyle:{fontSize:properties.slicefontsize,color:\"#\"+slicetextcolor},legend:{position:properties.legend,textStyle:{color:\"#\"+legendcolor,fontSize:properties.legendfontsize}},vAxis:{gridlines:{color:\"#\"+gridcolorv},format:properties.format,textPosition:\"\"+properties.textpositionv,textStyle:{color:\"#\"+legendcolor,fontSize:properties.legendfontsize}},hAxis:{gridlines:{color:\"#\"+gridcolorh},format:properties.format,textPosition:\"\"+properties.textpositionh,textStyle:{color:\"#\"+legendcolor,fontSize:properties.legendfontsize}},curveType:\"function\",orientation:\"\"+properties.orientation,pointSize:properties.pointsize,pointShape:\"\"+properties.pointshape,lineWidth:properties.linewidth,tooltip:{textStyle:{color:\"#\"+tooltcolor},showColorCode:!0,fontSize:properties.tooltipfontsize,bold:properties.tooltipbold,italic:properties.tooltipitalic},bar:{groupWidth:properties.groupwidth+\"%\"}};function selectHandler(e){selection=chart.getSelection(),message=\"\";for(var i=0;i<selection.length;i++)null!=(item=selection[i]).row&&null!=item.column?(value=data.getFormattedValue(item.row,item.column),message+=value):null!=item.row?(value=data.getFormattedValue(item.row,0),message+=value):null!=item.column&&(value=data.getFormattedValue(0,item.column),message+=value);\"\"==message&&(message=\"nothing\"),instance.publishState(\"data_clicked\",message),instance.triggerEvent(\"clicked\")}\"Pie\"!=properties.type&&\"Donut\"!=properties.type||(chart=new google.visualization.PieChart(div)),\"Bar\"==properties.type&&(chart=new google.visualization.BarChart(div)),\"Column\"==properties.type&&(chart=new google.visualization.ColumnChart(div)),\"Line\"==properties.type&&(chart=new google.visualization.LineChart(div)),chart.draw(data,options),google.visualization.events.addListener(chart,\"select\",selectHandler)}google.charts.setOnLoadCallback(drawChart)}if(\"Maps\"==properties.type){if(google.charts.setOnLoadCallback(drawRegionsMap),properties.mapcolor.match(\"rgba\"))var rgba=properties.mapcolor.replace(/^rgba?\\(|\\s+|\\)$/g,\"\").split(\",\"),color=`#${((1<<24)+(parseInt(rgba[0])<<16)+(parseInt(rgba[1])<<8)+parseInt(rgba[2])).toString(16).slice(1)}`;else var color=properties.mapcolor;function drawRegionsMap(){var data=new google.visualization.DataTable;data.addColumn(\"string\",\"\"+properties.string),data.addColumn(\"number\",\"\"+properties.values),1==properties.area&&data.addColumn(\"number\",\"Area\"),data.addRows(myarray);var options={backgroundColor:\"none\",datalessRegionColor:color,legend:{textStyle:{color:\"#\"+legendcolor,fontSize:properties.legendfontsize,bold:properties.bold,italic:properties.italic}},width:properties.bubble.width(),height:properties.bubble.height()-25,keepAspectRatio:!0,displayMode:properties.modemaps,region:properties.region,colorAxis:{colors:[\"red\",\"blue\",\"green\"]},tooltip:{textStyle:{color:\"#\"+tooltcolor},showColorCode:!0,fontSize:properties.tooltipfontsize,bold:properties.tooltipbold,italic:properties.tooltipitalic}};function selectHandler(e){selection=chart.getSelection(),message=\"\";for(var i=0;i<selection.length;i++)null!=(item=selection[i]).row&&null!=item.column?(value=data.getFormattedValue(item.row,item.column),message+=value):null!=item.row?(value=data.getFormattedValue(item.row,0),message+=value):null!=item.column&&(value=data.getFormattedValue(0,item.column),message+=value);\"\"==message&&(message=\"nothing\"),instance.publishState(\"data_clicked\",message.trim()),instance.triggerEvent(\"clicked\")}(chart=new google.visualization.GeoChart(div)).draw(data,options),google.visualization.events.addListener(chart,\"select\",selectHandler)}}}))}"},"reset":{"fn":"function(instance,context){}"}},"platform_type":"web"}}};
window._bubble_page_load_data.plugins_size['1622230862970x241206977446543360'] = 12489;
window.preloaded['plugin/third_party:1622230862970x241206977446543360:2.0.0'] = true;
window.plugins["1633930273201x531300607706529800"] = {"human":"Super Plugin - toolbox of features","dependencies":{"use_jquery":true,"plugin_api_version":"3"},"plugin_api":{"human":"Super Plugin","calls":{"AAd":{"name":"Circle crop photo","method":"post","publish_as":"action","url":"https://superplugin.io/api/1.1/wf/circle_crop_photo","should_reinitialize":false,"params":{"AAg":{"key":"image","value":"https://d1muf25xaso8hp.cloudfront.net/https%3A%2F%2Fs3.amazonaws.com%2Fappforest_uf%2Ff1631258946596x597727741433872600%2Fphoto-1501183638710-841dd1904471.jfif?w=384&h=384&auto=compress&dpr=2&fit=crop&q=75","private":true},"AAi":{"key":"api_key","value":"IBGHIXQjq67obhOjviiueCXXI978U0vqPMT7Z7Dt","private":true}},"data_type":"JSON","body":"","wrap_error":true,"initialized":true,"get_headers":false,"types":"{\"plugin_api.AAd\":{\"caption\":\"Circle crop photo\",\"fields\":{\"_p_body.status\":{\"ret_value\":\"text\",\"caption\":\"body status\",\"sample_value\":\"success\",\"path\":[\"body\",\"status\"]},\"_p_body.response.image\":{\"ret_value\":\"image\",\"caption\":\"body response image\",\"sample_value\":\"//s3.amazonaws.com/appforest_uf/f1670928997250x127450219289926940/https%253A%252F%252Fs3.amazonaws.com%252Fappforest_uf%252Ff1631258946596x597727741433872600%252Fphoto-1501183638710-841dd1904471.jfif%3Fw%3D384%26h%3D384%26auto%3Dcompress%26dpr%3D2%26fit%3Dcrop%26q%3D75?fit=crop&mask=ellipse&q=100&fm=png\",\"path\":[\"body\",\"response\",\"image\"]},\"_p_body.response.status\":{\"ret_value\":\"text\",\"caption\":\"body response status\",\"sample_value\":\"success\",\"path\":[\"body\",\"response\",\"status\"]},\"_p_body.response.id\":{\"ret_value\":\"text\",\"caption\":\"body response id\",\"sample_value\":\"1670928996855x728419084950435500\",\"path\":[\"body\",\"response\",\"id\"]},\"_p_error.status_code\":{\"ret_value\":\"text\",\"caption\":\"error status_code\",\"sample_value\":200,\"path\":[\"error\",\"status_code\"]},\"_p_error.status_message\":{\"ret_value\":\"text\",\"caption\":\"error status_message\",\"sample_value\":\"OK\",\"path\":[\"error\",\"status_message\"]},\"_p_error.body\":{\"ret_value\":\"text\",\"caption\":\"error body\",\"sample_value\":\"\\\"{\\\\n    \\\\\\\"status\\\\\\\": \\\\\\\"success\\\\\\\",\\\\n    \\\\\\\"response\\\\\\\": {\\\\n        \\\\\\\"image\\\\\\\": \\\\\\\"//s3.amazonaws.com/appforest_uf/f1670928997250x127450219289926940/https%253A%252F%252Fs3.amazonaws.com%252Fappforest_uf%252Ff1631258946596x597727741433872600%252Fphoto-1501183638710-841dd1904471.jfif%3Fw%3D384%26h%3D384%26auto%3Dcompress%26dpr%3D2%26fit%3Dcrop%26q%3D75?fit=crop&mask=ellipse&q=100&fm=png\\\\\\\",\\\\n        \\\\\\\"status\\\\\\\": \\\\\\\"success\\\\\\\",\\\\n        \\\\\\\"id\\\\\\\": \\\\\\\"1670928996855x728419084950435500\\\\\\\"\\\\n    }\\\\n}\\\"\",\"path\":[\"error\",\"body\"]},\"_p_returned_an_error\":{\"ret_value\":\"boolean\",\"caption\":\"returned_an_error\",\"sample_value\":false}}}}","ret_value":"api.1633930273201x531300607706529800.plugin_api.AAd"},"AAj":{"name":"Find company website","method":"post","publish_as":"action","should_reinitialize":false,"url":"https://superplugin.io/api/1.1/wf/find_company_website","params":{"AAk":{"key":"company_name","value":"nike","private":true},"AAl":{"key":"api_key","value":"IBGHIXQjq67obhOjviiueCXXI978U0vqPMT7Z7Dt","private":true}},"wrap_error":true,"initialized":true,"types":"{\"plugin_api.AAj\":{\"caption\":\"Find company website\",\"fields\":{\"_p_body.status\":{\"ret_value\":\"text\",\"caption\":\"body status\",\"sample_value\":\"success\",\"path\":[\"body\",\"status\"]},\"_p_body.response.company_website\":{\"ret_value\":\"text\",\"caption\":\"body response company_website\",\"sample_value\":\"nike.com\",\"path\":[\"body\",\"response\",\"company_website\"]},\"_p_body.response.status\":{\"ret_value\":\"text\",\"caption\":\"body response status\",\"sample_value\":\"success\",\"path\":[\"body\",\"response\",\"status\"]},\"_p_body.response.id\":{\"ret_value\":\"text\",\"caption\":\"body response id\",\"sample_value\":\"1670929020770x254143855646773440\",\"path\":[\"body\",\"response\",\"id\"]},\"_p_error.status_code\":{\"ret_value\":\"text\",\"caption\":\"error status_code\",\"sample_value\":200,\"path\":[\"error\",\"status_code\"]},\"_p_error.status_message\":{\"ret_value\":\"text\",\"caption\":\"error status_message\",\"sample_value\":\"OK\",\"path\":[\"error\",\"status_message\"]},\"_p_error.body\":{\"ret_value\":\"text\",\"caption\":\"error body\",\"sample_value\":\"\\\"{\\\\n    \\\\\\\"status\\\\\\\": \\\\\\\"success\\\\\\\",\\\\n    \\\\\\\"response\\\\\\\": {\\\\n        \\\\\\\"company_website\\\\\\\": \\\\\\\"nike.com\\\\\\\",\\\\n        \\\\\\\"status\\\\\\\": \\\\\\\"success\\\\\\\",\\\\n        \\\\\\\"id\\\\\\\": \\\\\\\"1670929020770x254143855646773440\\\\\\\"\\\\n    }\\\\n}\\\"\",\"path\":[\"error\",\"body\"]},\"_p_returned_an_error\":{\"ret_value\":\"boolean\",\"caption\":\"returned_an_error\",\"sample_value\":false}}}}","ret_value":"api.1633930273201x531300607706529800.plugin_api.AAj"},"AAm":{"name":"Autocomplete company name","method":"post","publish_as":"action","should_reinitialize":false,"url":"https://superplugin.io/api/1.1/wf/autocomplete_company_name","params":{"AAn":{"key":"incomplete_company_name","value":"ni","private":true},"AAo":{"key":"api_key","value":"IBGHIXQjq67obhOjviiueCXXI978U0vqPMT7Z7Dt","private":true}},"wrap_error":true,"initialized":true,"types":"{\"plugin_api.AAm\":{\"caption\":\"Autocomplete company name\",\"fields\":{\"_p_body.status\":{\"ret_value\":\"text\",\"caption\":\"body status\",\"sample_value\":\"success\",\"path\":[\"body\",\"status\"]},\"_p_body.response.company_name\":{\"ret_value\":\"text\",\"caption\":\"body response company_name\",\"sample_value\":\"Nike, Nintendo, Niche, Ning, Nintendo Life\",\"path\":[\"body\",\"response\",\"company_name\"]},\"_p_body.response.status\":{\"ret_value\":\"text\",\"caption\":\"body response status\",\"sample_value\":\"success\",\"path\":[\"body\",\"response\",\"status\"]},\"_p_body.response.id\":{\"ret_value\":\"text\",\"caption\":\"body response id\",\"sample_value\":\"1670929044409x123898328818682580\",\"path\":[\"body\",\"response\",\"id\"]},\"_p_error.status_code\":{\"ret_value\":\"text\",\"caption\":\"error status_code\",\"sample_value\":200,\"path\":[\"error\",\"status_code\"]},\"_p_error.status_message\":{\"ret_value\":\"text\",\"caption\":\"error status_message\",\"sample_value\":\"OK\",\"path\":[\"error\",\"status_message\"]},\"_p_error.body\":{\"ret_value\":\"text\",\"caption\":\"error body\",\"sample_value\":\"\\\"{\\\\n    \\\\\\\"status\\\\\\\": \\\\\\\"success\\\\\\\",\\\\n    \\\\\\\"response\\\\\\\": {\\\\n        \\\\\\\"company_name\\\\\\\": \\\\\\\"Nike, Nintendo, Niche, Ning, Nintendo Life\\\\\\\",\\\\n        \\\\\\\"status\\\\\\\": \\\\\\\"success\\\\\\\",\\\\n        \\\\\\\"id\\\\\\\": \\\\\\\"1670929044409x123898328818682580\\\\\\\"\\\\n    }\\\\n}\\\"\",\"path\":[\"error\",\"body\"]},\"_p_returned_an_error\":{\"ret_value\":\"boolean\",\"caption\":\"returned_an_error\",\"sample_value\":false}}}}","ret_value":"api.1633930273201x531300607706529800.plugin_api.AAm","get_headers":false},"AAp":{"name":"Find company data","method":"post","publish_as":"action","should_reinitialize":false,"url":"https://superplugin.io/api/1.1/wf/find_company_data","params":{"AAq":{"key":"company_website","value":"www.nike.com","private":true},"AAr":{"key":"api_key","value":"IBGHIXQjq67obhOjviiueCXXI978U0vqPMT7Z7Dt","private":true}},"wrap_error":true,"initialized":true,"types":"{\"plugin_api.AAp\":{\"caption\":\"Find company data\",\"fields\":{\"_p_body.status\":{\"ret_value\":\"text\",\"caption\":\"body status\",\"sample_value\":\"success\",\"path\":[\"body\",\"status\"]},\"_p_body.response.company_legal_name\":{\"ret_value\":\"text\",\"caption\":\"body response company_legal_name\",\"sample_value\":\"Nike Inc\",\"path\":[\"body\",\"response\",\"company_legal_name\"]},\"_p_body.response.status\":{\"ret_value\":\"text\",\"caption\":\"body response status\",\"sample_value\":\"success\",\"path\":[\"body\",\"response\",\"status\"]},\"_p_body.response.id\":{\"ret_value\":\"text\",\"caption\":\"body response id\",\"sample_value\":\"1670929064111x811448151703712600\",\"path\":[\"body\",\"response\",\"id\"]},\"_p_body.response.company_sector\":{\"ret_value\":\"text\",\"caption\":\"body response company_sector\",\"sample_value\":\"Consumer Staples\",\"path\":[\"body\",\"response\",\"company_sector\"]},\"_p_body.response.company_industry\":{\"ret_value\":\"text\",\"caption\":\"body response company_industry\",\"sample_value\":\"Consumer Staples\",\"path\":[\"body\",\"response\",\"company_industry\"]},\"_p_body.response.company_subindustry\":{\"ret_value\":\"text\",\"caption\":\"body response company_subindustry\",\"sample_value\":\"Consumer Staples\",\"path\":[\"body\",\"response\",\"company_subindustry\"]},\"_p_body.response.company_description\":{\"ret_value\":\"text\",\"caption\":\"body response company_description\",\"sample_value\":\"Just Do It.\",\"path\":[\"body\",\"response\",\"company_description\"]},\"_p_error.status_code\":{\"ret_value\":\"text\",\"caption\":\"error status_code\",\"sample_value\":200,\"path\":[\"error\",\"status_code\"]},\"_p_error.status_message\":{\"ret_value\":\"text\",\"caption\":\"error status_message\",\"sample_value\":\"OK\",\"path\":[\"error\",\"status_message\"]},\"_p_error.body\":{\"ret_value\":\"text\",\"caption\":\"error body\",\"sample_value\":\"\\\"{\\\\n    \\\\\\\"status\\\\\\\": \\\\\\\"success\\\\\\\",\\\\n    \\\\\\\"response\\\\\\\": {\\\\n        \\\\\\\"company_legal_name\\\\\\\": \\\\\\\"Nike Inc\\\\\\\",\\\\n        \\\\\\\"status\\\\\\\": \\\\\\\"success\\\\\\\",\\\\n        \\\\\\\"id\\\\\\\": \\\\\\\"1670929064111x811448151703712600\\\\\\\",\\\\n        \\\\\\\"company_sector\\\\\\\": \\\\\\\"Consumer Staples\\\\\\\",\\\\n        \\\\\\\"company_industry\\\\\\\": \\\\\\\"Consumer Staples\\\\\\\",\\\\n        \\\\\\\"company_subindustry\\\\\\\": \\\\\\\"Consumer Staples\\\\\\\",\\\\n        \\\\\\\"company_description\\\\\\\": \\\\\\\"Just Do It.\\\\\\\"\\\\n    }\\\\n}\\\"\",\"path\":[\"error\",\"body\"]},\"_p_returned_an_error\":{\"ret_value\":\"boolean\",\"caption\":\"returned_an_error\",\"sample_value\":false}}}}","ret_value":"api.1633930273201x531300607706529800.plugin_api.AAp"},"AAs":{"name":"Create Google Calendar event link","method":"post","publish_as":"action","url":"https://superplugin.io/api/1.1/wf/create_google_calendar_event_link","should_reinitialize":false,"params":{"AAt":{"key":"api_key","value":"IBGHIXQjq67obhOjviiueCXXI978U0vqPMT7Z7Dt","private":true},"AAu":{"key":"event_name","value":"Meeting","private":true},"AAv":{"key":"start_date","value":"01/01/2023 01:00 am","private":true},"AAw":{"key":"end_date","value":"01/01/2023 02:00 am","private":true},"AAx":{"key":"event_description","value":"This is a 1-to-1 meeting","private":true,"optional":true},"AAy":{"key":"event_location","value":"New York","private":true,"optional":true}},"wrap_error":true,"initialized":true,"types":"{\"plugin_api.AAs\":{\"caption\":\"Create Google Calendar event link\",\"fields\":{\"_p_body.status\":{\"ret_value\":\"text\",\"caption\":\"body status\",\"sample_value\":\"success\",\"path\":[\"body\",\"status\"]},\"_p_body.response.google_calendar_event_url\":{\"ret_value\":\"text\",\"caption\":\"body response google_calendar_event_url\",\"sample_value\":\"https://calendar.google.com/calendar/event?action=TEMPLATE&text=Meeting&dates=20230101T010000Z/20230101T020000Z&details=This is a 1-to-1 meeting&location=New York\",\"path\":[\"body\",\"response\",\"google_calendar_event_url\"]},\"_p_body.response.status\":{\"ret_value\":\"text\",\"caption\":\"body response status\",\"sample_value\":\"success\",\"path\":[\"body\",\"response\",\"status\"]},\"_p_body.response.id\":{\"ret_value\":\"text\",\"caption\":\"body response id\",\"sample_value\":\"1670929084985x834064662882064500\",\"path\":[\"body\",\"response\",\"id\"]},\"_p_error.status_code\":{\"ret_value\":\"text\",\"caption\":\"error status_code\",\"sample_value\":200,\"path\":[\"error\",\"status_code\"]},\"_p_error.status_message\":{\"ret_value\":\"text\",\"caption\":\"error status_message\",\"sample_value\":\"OK\",\"path\":[\"error\",\"status_message\"]},\"_p_error.body\":{\"ret_value\":\"text\",\"caption\":\"error body\",\"sample_value\":\"\\\"{\\\\n    \\\\\\\"status\\\\\\\": \\\\\\\"success\\\\\\\",\\\\n    \\\\\\\"response\\\\\\\": {\\\\n        \\\\\\\"google_calendar_event_url\\\\\\\": \\\\\\\"https://calendar.google.com/calendar/event?action=TEMPLATE&text=Meeting&dates=20230101T010000Z/20230101T020000Z&details=This is a 1-to-1 meeting&location=New York\\\\\\\",\\\\n        \\\\\\\"status\\\\\\\": \\\\\\\"success\\\\\\\",\\\\n        \\\\\\\"id\\\\\\\": \\\\\\\"1670929084985x834064662882064500\\\\\\\"\\\\n    }\\\\n}\\\"\",\"path\":[\"error\",\"body\"]},\"_p_returned_an_error\":{\"ret_value\":\"boolean\",\"caption\":\"returned_an_error\",\"sample_value\":false}}}}","ret_value":"api.1633930273201x531300607706529800.plugin_api.AAs"},"AAz":{"name":"Get free photos in landscape","method":"post","publish_as":"action","should_reinitialize":false,"url":"https://superplugin.io/api/1.1/wf/get_free_landscape_photos","params":{"ABA":{"key":"api_key","value":"IBGHIXQjq67obhOjviiueCXXI978U0vqPMT7Z7Dt","private":true},"ABB":{"key":"photo_keyword","value":"office","private":true}},"wrap_error":true,"initialized":true,"types":"{\"plugin_api.AAz\":{\"caption\":\"Get free photos in landscape\",\"fields\":{\"_p_body.status\":{\"ret_value\":\"text\",\"caption\":\"body status\",\"sample_value\":\"success\",\"path\":[\"body\",\"status\"]},\"_p_body.response.photo_regular_size\":{\"ret_value\":\"list.text\",\"caption\":\"body response photo_regular_size\",\"sample_value\":\"https://images.unsplash.com/photo-1670272505497-d532f0b50702?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=MnwzMjE3MzV8MXwxfHNlYXJjaHwxfHxvZmZpY2V8ZW58MHwwfHx8MTY3MDkyOTExMA&ixlib=rb-4.0.3&q=80&w=1080\",\"path\":[\"body\",\"response\",\"photo_regular_size\"]},\"_p_body.response.status\":{\"ret_value\":\"text\",\"caption\":\"body response status\",\"sample_value\":\"success\",\"path\":[\"body\",\"response\",\"status\"]},\"_p_body.response.id\":{\"ret_value\":\"text\",\"caption\":\"body response id\",\"sample_value\":\"1670929109904x327553008167633200\",\"path\":[\"body\",\"response\",\"id\"]},\"_p_body.response.photo_large_size\":{\"ret_value\":\"list.image\",\"caption\":\"body response photo_large_size\",\"sample_value\":\"https://images.unsplash.com/photo-1670272505497-d532f0b50702?crop=entropy&cs=tinysrgb&fm=jpg&ixid=MnwzMjE3MzV8MXwxfHNlYXJjaHwxfHxvZmZpY2V8ZW58MHwwfHx8MTY3MDkyOTExMA&ixlib=rb-4.0.3&q=80\",\"path\":[\"body\",\"response\",\"photo_large_size\"]},\"_p_body.response.photo_small_size\":{\"ret_value\":\"list.image\",\"caption\":\"body response photo_small_size\",\"sample_value\":\"https://images.unsplash.com/photo-1670272505497-d532f0b50702?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=MnwzMjE3MzV8MXwxfHNlYXJjaHwxfHxvZmZpY2V8ZW58MHwwfHx8MTY3MDkyOTExMA&ixlib=rb-4.0.3&q=80&w=400\",\"path\":[\"body\",\"response\",\"photo_small_size\"]},\"_p_body.response.photo_thumb_size\":{\"ret_value\":\"list.image\",\"caption\":\"body response photo_thumb_size\",\"sample_value\":\"https://images.unsplash.com/photo-1670272505497-d532f0b50702?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=MnwzMjE3MzV8MXwxfHNlYXJjaHwxfHxvZmZpY2V8ZW58MHwwfHx8MTY3MDkyOTExMA&ixlib=rb-4.0.3&q=80&w=200\",\"path\":[\"body\",\"response\",\"photo_thumb_size\"]},\"_p_body.response.photo_description\":{\"ret_value\":\"list.text\",\"caption\":\"body response photo_description\",\"sample_value\":\"Office\",\"path\":[\"body\",\"response\",\"photo_description\"]},\"_p_error.status_code\":{\"ret_value\":\"text\",\"caption\":\"error status_code\",\"sample_value\":200,\"path\":[\"error\",\"status_code\"]},\"_p_error.status_message\":{\"ret_value\":\"text\",\"caption\":\"error status_message\",\"sample_value\":\"OK\",\"path\":[\"error\",\"status_message\"]},\"_p_error.body\":{\"ret_value\":\"text\",\"caption\":\"error body\",\"sample_value\":\"\\\"{\\\\n    \\\\\\\"status\\\\\\\": \\\\\\\"success\\\\\\\",\\\\n    \\\\\\\"response\\\\\\\": {\\\\n        \\\\\\\"photo_regular_size\\\\\\\": [\\\\n            \\\\\\\"https://images.unsplash.com/photo-1670272505497-d532f0b50702?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=MnwzMjE3MzV8MXwxfHNlYXJjaHwxfHxvZmZpY2V8ZW58MHwwfHx8MTY3MDkyOTExMA&ixlib=rb-4.0.3&q=80&w=1080\\\\\\\",\\\\n            \\\\\\\"https://images.unsplash.com/photo-1497215728101-856f4ea42174?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=MnwzMjE3MzV8MHwxfHNlYXJjaHwyfHxvZmZpY2V8ZW58MHwwfHx8MTY3MDkyOTExMA&ixlib=rb-4.0.3&q=80&w=1080\\\\\\\",\\\\n            \\\\\\\"https://images.unsplash.com/photo-1568992687947-868a62a9f521?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=MnwzMjE3MzV8MHwxfHNlYXJjaHwzfHxvZmZpY2V8ZW58MHwwfHx8MTY3MDkyOTExMA&ixlib=rb-4.0.3&q=80&w=1080\\\\\\\",\\\\n            \\\\\\\"https://images.unsplash.com/photo-1533090161767-e6ffed986c88?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=MnwzMjE3MzV8MHwxfHNlYXJjaHw0fHxvZmZpY2V8ZW58MHwwfHx8MTY3MDkyOTExMA&ixlib=rb-4.0.3&q=80&w=1080\\\\\\\",\\\\n            \\\\\\\"https://images.unsplash.com/photo-1497366216548-37526070297c?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=MnwzMjE3MzV8MHwxfHNlYXJjaHw1fHxvZmZpY2V8ZW58MHwwfHx8MTY3MDkyOTExMA&ixlib=rb-4.0.3&q=80&w=1080\\\\\\\",\\\\n            \\\\\\\"https://images.unsplash.com/photo-1497366811353-6870744d04b2?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=MnwzMjE3MzV8MHwxfHNlYXJjaHw2fHxvZmZpY2V8ZW58MHwwfHx8MTY3MDkyOTExMA&ixlib=rb-4.0.3&q=80&w=1080\\\\\\\",\\\\n            \\\\\\\"https://images.unsplash.com/photo-1606857521015-7f9fcf423740?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=MnwzMjE3MzV8MHwxfHNlYXJjaHw3fHxvZmZpY2V8ZW58MHwwfHx8MTY3MDkyOTExMA&ixlib=rb-4.0.3&q=80&w=1080\\\\\\\",\\\\n            \\\\\\\"https://images.unsplash.com/photo-1664575262619-b28fef7a40a4?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=MnwzMjE3MzV8MXwxfHNlYXJjaHw4fHxvZmZpY2V8ZW58MHwwfHx8MTY3MDkyOTExMA&ixlib=rb-4.0.3&q=80&w=1080\\\\\\\",\\\\n            \\\\\\\"https://images.unsplash.com/photo-1604328698692-f76ea9498e76?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=MnwzMjE3MzV8MHwxfHNlYXJjaHw5fHxvZmZpY2V8ZW58MHwwfHx8MTY3MDkyOTExMA&ixlib=rb-4.0.3&q=80&w=1080\\\\\\\",\\\\n            \\\\\\\"https://images.unsplash.com/photo-1524758631624-e2822e304c36?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=MnwzMjE3MzV8MHwxfHNlYXJjaHwxMHx8b2ZmaWNlfGVufDB8MHx8fDE2NzA5MjkxMTA&ixlib=rb-4.0.3&q=80&w=1080\\\\\\\"\\\\n        ],\\\\n        \\\\\\\"status\\\\\\\": \\\\\\\"success\\\\\\\",\\\\n        \\\\\\\"id\\\\\\\": \\\\\\\"1670929109904x327553008167633200\\\\\\\",\\\\n        \\\\\\\"photo_large_size\\\\\\\": [\\\\n            \\\\\\\"https://images.unsplash.com/photo-1670272505497-d532f0b50702?crop=entropy&cs=tinysrgb&fm=jpg&ixid=MnwzMjE3MzV8MXwxfHNlYXJjaHwxfHxvZmZpY2V8ZW58MHwwfHx8MTY3MDkyOTExMA&ixlib=rb-4.0.3&q=80\\\\\\\",\\\\n            \\\\\\\"https://images.unsplash.com/photo-1497215728101-856f4ea42174?crop=entropy&cs=tinysrgb&fm=jpg&ixid=MnwzMjE3MzV8MHwxfHNlYXJjaHwyfHxvZmZpY2V8ZW58MHwwfHx8MTY3MDkyOTExMA&ixlib=rb-4.0.3&q=80\\\\\\\",\\\\n            \\\\\\\"https://images.unsplash.com/photo-1568992687947-868a62a9f521?crop=entropy&cs=tinysrgb&fm=jpg&ixid=MnwzMjE3MzV8MHwxfHNlYXJjaHwzfHxvZmZpY2V8ZW58MHwwfHx8MTY3MDkyOTExMA&ixlib=rb-4.0.3&q=80\\\\\\\",\\\\n            \\\\\\\"https://images.unsplash.com/photo-1533090161767-e6ffed986c88?crop=entropy&cs=tinysrgb&fm=jpg&ixid=MnwzMjE3MzV8MHwxfHNlYXJjaHw0fHxvZmZpY2V8ZW58MHwwfHx8MTY3MDkyOTExMA&ixlib=rb-4.0.3&q=80\\\\\\\",\\\\n            \\\\\\\"https://images.unsplash.com/photo-1497366216548-37526070297c?crop=entropy&cs=tinysrgb&fm=jpg&ixid=MnwzMjE3MzV8MHwxfHNlYXJjaHw1fHxvZmZpY2V8ZW58MHwwfHx8MTY3MDkyOTExMA&ixlib=rb-4.0.3&q=80\\\\\\\",\\\\n            \\\\\\\"https://images.unsplash.com/photo-1497366811353-6870744d04b2?crop=entropy&cs=tinysrgb&fm=jpg&ixid=MnwzMjE3MzV8MHwxfHNlYXJjaHw2fHxvZmZpY2V8ZW58MHwwfHx8MTY3MDkyOTExMA&ixlib=rb-4.0.3&q=80\\\\\\\",\\\\n            \\\\\\\"https://images.unsplash.com/photo-1606857521015-7f9fcf423740?crop=entropy&cs=tinysrgb&fm=jpg&ixid=MnwzMjE3MzV8MHwxfHNlYXJjaHw3fHxvZmZpY2V8ZW58MHwwfHx8MTY3MDkyOTExMA&ixlib=rb-4.0.3&q=80\\\\\\\",\\\\n            \\\\\\\"https://images.unsplash.com/photo-1664575262619-b28fef7a40a4?crop=entropy&cs=tinysrgb&fm=jpg&ixid=MnwzMjE3MzV8MXwxfHNlYXJjaHw4fHxvZmZpY2V8ZW58MHwwfHx8MTY3MDkyOTExMA&ixlib=rb-4.0.3&q=80\\\\\\\",\\\\n            \\\\\\\"https://images.unsplash.com/photo-1604328698692-f76ea9498e76?crop=entropy&cs=tinysrgb&fm=jpg&ixid=MnwzMjE3MzV8MHwxfHNlYXJjaHw5fHxvZmZpY2V8ZW58MHwwfHx8MTY3MDkyOTExMA&ixlib=rb-4.0.3&q=80\\\\\\\",\\\\n            \\\\\\\"https://images.unsplash.com/photo-1524758631624-e2822e304c36?crop=entropy&cs=tinysrgb&fm=jpg&ixid=MnwzMjE3MzV8MHwxfHNlYXJjaHwxMHx8b2ZmaWNlfGVufDB8MHx8fDE2NzA5MjkxMTA&ixlib=rb-4.0.3&q=80\\\\\\\"\\\\n        ],\\\\n        \\\\\\\"photo_small_size\\\\\\\": [\\\\n            \\\\\\\"https://images.unsplash.com/photo-1670272505497-d532f0b50702?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=MnwzMjE3MzV8MXwxfHNlYXJjaHwxfHxvZmZpY2V8ZW58MHwwfHx8MTY3MDkyOTExMA&ixlib=rb-4.0.3&q=80&w=400\\\\\\\",\\\\n            \\\\\\\"https://images.unsplash.com/photo-1497215728101-856f4ea42174?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=MnwzMjE3MzV8MHwxfHNlYXJjaHwyfHxvZmZpY2V8ZW58MHwwfHx8MTY3MDkyOTExMA&ixlib=rb-4.0.3&q=80&w=400\\\\\\\",\\\\n            \\\\\\\"https://images.unsplash.com/photo-1568992687947-868a62a9f521?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=MnwzMjE3MzV8MHwxfHNlYXJjaHwzfHxvZmZpY2V8ZW58MHwwfHx8MTY3MDkyOTExMA&ixlib=rb-4.0.3&q=80&w=400\\\\\\\",\\\\n            \\\\\\\"https://images.unsplash.com/photo-1533090161767-e6ffed986c88?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=MnwzMjE3MzV8MHwxfHNlYXJjaHw0fHxvZmZpY2V8ZW58MHwwfHx8MTY3MDkyOTExMA&ixlib=rb-4.0.3&q=80&w=400\\\\\\\",\\\\n            \\\\\\\"https://images.unsplash.com/photo-1497366216548-37526070297c?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=MnwzMjE3MzV8MHwxfHNlYXJjaHw1fHxvZmZpY2V8ZW58MHwwfHx8MTY3MDkyOTExMA&ixlib=rb-4.0.3&q=80&w=400\\\\\\\",\\\\n            \\\\\\\"https://images.unsplash.com/photo-1497366811353-6870744d04b2?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=MnwzMjE3MzV8MHwxfHNlYXJjaHw2fHxvZmZpY2V8ZW58MHwwfHx8MTY3MDkyOTExMA&ixlib=rb-4.0.3&q=80&w=400\\\\\\\",\\\\n            \\\\\\\"https://images.unsplash.com/photo-1606857521015-7f9fcf423740?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=MnwzMjE3MzV8MHwxfHNlYXJjaHw3fHxvZmZpY2V8ZW58MHwwfHx8MTY3MDkyOTExMA&ixlib=rb-4.0.3&q=80&w=400\\\\\\\",\\\\n            \\\\\\\"https://images.unsplash.com/photo-1664575262619-b28fef7a40a4?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=MnwzMjE3MzV8MXwxfHNlYXJjaHw4fHxvZmZpY2V8ZW58MHwwfHx8MTY3MDkyOTExMA&ixlib=rb-4.0.3&q=80&w=400\\\\\\\",\\\\n            \\\\\\\"https://images.unsplash.com/photo-1604328698692-f76ea9498e76?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=MnwzMjE3MzV8MHwxfHNlYXJjaHw5fHxvZmZpY2V8ZW58MHwwfHx8MTY3MDkyOTExMA&ixlib=rb-4.0.3&q=80&w=400\\\\\\\",\\\\n            \\\\\\\"https://images.unsplash.com/photo-1524758631624-e2822e304c36?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=MnwzMjE3MzV8MHwxfHNlYXJjaHwxMHx8b2ZmaWNlfGVufDB8MHx8fDE2NzA5MjkxMTA&ixlib=rb-4.0.3&q=80&w=400\\\\\\\"\\\\n        ],\\\\n        \\\\\\\"photo_thumb_size\\\\\\\": [\\\\n            \\\\\\\"https://images.unsplash.com/photo-1670272505497-d532f0b50702?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=MnwzMjE3MzV8MXwxfHNlYXJjaHwxfHxvZmZpY2V8ZW58MHwwfHx8MTY3MDkyOTExMA&ixlib=rb-4.0.3&q=80&w=200\\\\\\\",\\\\n            \\\\\\\"https://images.unsplash.com/photo-1497215728101-856f4ea42174?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=MnwzMjE3MzV8MHwxfHNlYXJjaHwyfHxvZmZpY2V8ZW58MHwwfHx8MTY3MDkyOTExMA&ixlib=rb-4.0.3&q=80&w=200\\\\\\\",\\\\n            \\\\\\\"https://images.unsplash.com/photo-1568992687947-868a62a9f521?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=MnwzMjE3MzV8MHwxfHNlYXJjaHwzfHxvZmZpY2V8ZW58MHwwfHx8MTY3MDkyOTExMA&ixlib=rb-4.0.3&q=80&w=200\\\\\\\",\\\\n            \\\\\\\"https://images.unsplash.com/photo-1533090161767-e6ffed986c88?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=MnwzMjE3MzV8MHwxfHNlYXJjaHw0fHxvZmZpY2V8ZW58MHwwfHx8MTY3MDkyOTExMA&ixlib=rb-4.0.3&q=80&w=200\\\\\\\",\\\\n            \\\\\\\"https://images.unsplash.com/photo-1497366216548-37526070297c?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=MnwzMjE3MzV8MHwxfHNlYXJjaHw1fHxvZmZpY2V8ZW58MHwwfHx8MTY3MDkyOTExMA&ixlib=rb-4.0.3&q=80&w=200\\\\\\\",\\\\n            \\\\\\\"https://images.unsplash.com/photo-1497366811353-6870744d04b2?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=MnwzMjE3MzV8MHwxfHNlYXJjaHw2fHxvZmZpY2V8ZW58MHwwfHx8MTY3MDkyOTExMA&ixlib=rb-4.0.3&q=80&w=200\\\\\\\",\\\\n            \\\\\\\"https://images.unsplash.com/photo-1606857521015-7f9fcf423740?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=MnwzMjE3MzV8MHwxfHNlYXJjaHw3fHxvZmZpY2V8ZW58MHwwfHx8MTY3MDkyOTExMA&ixlib=rb-4.0.3&q=80&w=200\\\\\\\",\\\\n            \\\\\\\"https://images.unsplash.com/photo-1664575262619-b28fef7a40a4?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=MnwzMjE3MzV8MXwxfHNlYXJjaHw4fHxvZmZpY2V8ZW58MHwwfHx8MTY3MDkyOTExMA&ixlib=rb-4.0.3&q=80&w=200\\\\\\\",\\\\n            \\\\\\\"https://images.unsplash.com/photo-1604328698692-f76ea9498e76?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=MnwzMjE3MzV8MHwxfHNlYXJjaHw5fHxvZmZpY2V8ZW58MHwwfHx8MTY3MDkyOTExMA&ixlib=rb-4.0.3&q=80&w=200\\\\\\\",\\\\n            \\\\\\\"https://images.unsplash.com/photo-1524758631624-e2822e304c36?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=MnwzMjE3MzV8MHwxfHNlYXJjaHwxMHx8b2ZmaWNlfGVufDB8MHx8fDE2NzA5MjkxMTA&ixlib=rb-4.0.3&q=80&w=200\\\\\\\"\\\\n        ],\\\\n        \\\\\\\"photo_description\\\\\\\": [\\\\n            \\\\\\\"Office\\\\\\\",\\\\n            \\\\\\\"Collaborative Meeting\\\\\\\",\\\\n            \\\\\\\"My Bedroom-Simplicity\\\\\\\",\\\\n            \\\\\\\"Spacious boardroom\\\\\\\",\\\\n            \\\\\\\"workspace\\\\\\\"\\\\n        ]\\\\n    }\\\\n}\\\"\",\"path\":[\"error\",\"body\"]},\"_p_returned_an_error\":{\"ret_value\":\"boolean\",\"caption\":\"returned_an_error\",\"sample_value\":false}}}}","ret_value":"api.1633930273201x531300607706529800.plugin_api.AAz"},"ABD":{"0":"A","1":"B","2":"C","name":"Get free photos in square","method":"post","publish_as":"action","should_reinitialize":false,"url":"https://superplugin.io/api/1.1/wf/get_free_square_photos","params":{"ABA":{"key":"api_key","value":"IBGHIXQjq67obhOjviiueCXXI978U0vqPMT7Z7Dt","private":true},"ABB":{"key":"photo_keyword","value":"office","private":true}},"wrap_error":true,"initialized":true,"types":"{\"plugin_api.ABD\":{\"caption\":\"Get free photos in square\",\"fields\":{\"_p_body.status\":{\"ret_value\":\"text\",\"caption\":\"body status\",\"sample_value\":\"success\",\"path\":[\"body\",\"status\"]},\"_p_body.response.photo_regular_size\":{\"ret_value\":\"list.text\",\"caption\":\"body response photo_regular_size\",\"sample_value\":\"https://images.unsplash.com/photo-1512486130939-2c4f79935e4f?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=MnwzMjE3MzV8MHwxfHNlYXJjaHwxfHxvZmZpY2V8ZW58MHwyfHx8MTY3MDkyOTEyNg&ixlib=rb-4.0.3&q=80&w=1080\",\"path\":[\"body\",\"response\",\"photo_regular_size\"]},\"_p_body.response.status\":{\"ret_value\":\"text\",\"caption\":\"body response status\",\"sample_value\":\"success\",\"path\":[\"body\",\"response\",\"status\"]},\"_p_body.response.id\":{\"ret_value\":\"text\",\"caption\":\"body response id\",\"sample_value\":\"1670929126349x398824619390504700\",\"path\":[\"body\",\"response\",\"id\"]},\"_p_body.response.photo_large_size\":{\"ret_value\":\"list.image\",\"caption\":\"body response photo_large_size\",\"sample_value\":\"https://images.unsplash.com/photo-1512486130939-2c4f79935e4f?crop=entropy&cs=tinysrgb&fm=jpg&ixid=MnwzMjE3MzV8MHwxfHNlYXJjaHwxfHxvZmZpY2V8ZW58MHwyfHx8MTY3MDkyOTEyNg&ixlib=rb-4.0.3&q=80\",\"path\":[\"body\",\"response\",\"photo_large_size\"]},\"_p_body.response.photo_small_size\":{\"ret_value\":\"list.image\",\"caption\":\"body response photo_small_size\",\"sample_value\":\"https://images.unsplash.com/photo-1512486130939-2c4f79935e4f?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=MnwzMjE3MzV8MHwxfHNlYXJjaHwxfHxvZmZpY2V8ZW58MHwyfHx8MTY3MDkyOTEyNg&ixlib=rb-4.0.3&q=80&w=400\",\"path\":[\"body\",\"response\",\"photo_small_size\"]},\"_p_body.response.photo_thumb_size\":{\"ret_value\":\"list.image\",\"caption\":\"body response photo_thumb_size\",\"sample_value\":\"https://images.unsplash.com/photo-1512486130939-2c4f79935e4f?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=MnwzMjE3MzV8MHwxfHNlYXJjaHwxfHxvZmZpY2V8ZW58MHwyfHx8MTY3MDkyOTEyNg&ixlib=rb-4.0.3&q=80&w=200\",\"path\":[\"body\",\"response\",\"photo_thumb_size\"]},\"_p_body.response.photo_description\":{\"ret_value\":\"list.text\",\"caption\":\"body response photo_description\",\"sample_value\":\"Scandinavian living room\",\"path\":[\"body\",\"response\",\"photo_description\"]},\"_p_error.status_code\":{\"ret_value\":\"text\",\"caption\":\"error status_code\",\"sample_value\":200,\"path\":[\"error\",\"status_code\"]},\"_p_error.status_message\":{\"ret_value\":\"text\",\"caption\":\"error status_message\",\"sample_value\":\"OK\",\"path\":[\"error\",\"status_message\"]},\"_p_error.body\":{\"ret_value\":\"text\",\"caption\":\"error body\",\"sample_value\":\"\\\"{\\\\n    \\\\\\\"status\\\\\\\": \\\\\\\"success\\\\\\\",\\\\n    \\\\\\\"response\\\\\\\": {\\\\n        \\\\\\\"photo_regular_size\\\\\\\": [\\\\n            \\\\\\\"https://images.unsplash.com/photo-1512486130939-2c4f79935e4f?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=MnwzMjE3MzV8MHwxfHNlYXJjaHwxfHxvZmZpY2V8ZW58MHwyfHx8MTY3MDkyOTEyNg&ixlib=rb-4.0.3&q=80&w=1080\\\\\\\",\\\\n            \\\\\\\"https://images.unsplash.com/photo-1596900749995-57cec6ddb861?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=MnwzMjE3MzV8MHwxfHNlYXJjaHwyfHxvZmZpY2V8ZW58MHwyfHx8MTY3MDkyOTEyNg&ixlib=rb-4.0.3&q=80&w=1080\\\\\\\",\\\\n            \\\\\\\"https://images.unsplash.com/photo-1535953472862-9cc610a70f8a?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=MnwzMjE3MzV8MHwxfHNlYXJjaHwzfHxvZmZpY2V8ZW58MHwyfHx8MTY3MDkyOTEyNg&ixlib=rb-4.0.3&q=80&w=1080\\\\\\\",\\\\n            \\\\\\\"https://images.unsplash.com/photo-1549399905-5d1bad747576?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=MnwzMjE3MzV8MHwxfHNlYXJjaHw0fHxvZmZpY2V8ZW58MHwyfHx8MTY3MDkyOTEyNg&ixlib=rb-4.0.3&q=80&w=1080\\\\\\\",\\\\n            \\\\\\\"https://images.unsplash.com/photo-1585399090149-de01d4c28e70?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=MnwzMjE3MzV8MHwxfHNlYXJjaHw1fHxvZmZpY2V8ZW58MHwyfHx8MTY3MDkyOTEyNg&ixlib=rb-4.0.3&q=80&w=1080\\\\\\\",\\\\n            \\\\\\\"https://images.unsplash.com/photo-1604307743907-df8d5fe9f1de?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=MnwzMjE3MzV8MHwxfHNlYXJjaHw2fHxvZmZpY2V8ZW58MHwyfHx8MTY3MDkyOTEyNg&ixlib=rb-4.0.3&q=80&w=1080\\\\\\\",\\\\n            \\\\\\\"https://images.unsplash.com/photo-1515188027261-e7f35b9b61bc?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=MnwzMjE3MzV8MHwxfHNlYXJjaHw3fHxvZmZpY2V8ZW58MHwyfHx8MTY3MDkyOTEyNg&ixlib=rb-4.0.3&q=80&w=1080\\\\\\\",\\\\n            \\\\\\\"https://images.unsplash.com/photo-1516131206008-dd041a9764fd?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=MnwzMjE3MzV8MHwxfHNlYXJjaHw4fHxvZmZpY2V8ZW58MHwyfHx8MTY3MDkyOTEyNg&ixlib=rb-4.0.3&q=80&w=1080\\\\\\\",\\\\n            \\\\\\\"https://images.unsplash.com/photo-1565791380709-49e529c8b073?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=MnwzMjE3MzV8MHwxfHNlYXJjaHw5fHxvZmZpY2V8ZW58MHwyfHx8MTY3MDkyOTEyNg&ixlib=rb-4.0.3&q=80&w=1080\\\\\\\",\\\\n            \\\\\\\"https://images.unsplash.com/photo-1504610926078-a1611febcad3?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=MnwzMjE3MzV8MHwxfHNlYXJjaHwxMHx8b2ZmaWNlfGVufDB8Mnx8fDE2NzA5MjkxMjY&ixlib=rb-4.0.3&q=80&w=1080\\\\\\\"\\\\n        ],\\\\n        \\\\\\\"status\\\\\\\": \\\\\\\"success\\\\\\\",\\\\n        \\\\\\\"id\\\\\\\": \\\\\\\"1670929126349x398824619390504700\\\\\\\",\\\\n        \\\\\\\"photo_large_size\\\\\\\": [\\\\n            \\\\\\\"https://images.unsplash.com/photo-1512486130939-2c4f79935e4f?crop=entropy&cs=tinysrgb&fm=jpg&ixid=MnwzMjE3MzV8MHwxfHNlYXJjaHwxfHxvZmZpY2V8ZW58MHwyfHx8MTY3MDkyOTEyNg&ixlib=rb-4.0.3&q=80\\\\\\\",\\\\n            \\\\\\\"https://images.unsplash.com/photo-1596900749995-57cec6ddb861?crop=entropy&cs=tinysrgb&fm=jpg&ixid=MnwzMjE3MzV8MHwxfHNlYXJjaHwyfHxvZmZpY2V8ZW58MHwyfHx8MTY3MDkyOTEyNg&ixlib=rb-4.0.3&q=80\\\\\\\",\\\\n            \\\\\\\"https://images.unsplash.com/photo-1535953472862-9cc610a70f8a?crop=entropy&cs=tinysrgb&fm=jpg&ixid=MnwzMjE3MzV8MHwxfHNlYXJjaHwzfHxvZmZpY2V8ZW58MHwyfHx8MTY3MDkyOTEyNg&ixlib=rb-4.0.3&q=80\\\\\\\",\\\\n            \\\\\\\"https://images.unsplash.com/photo-1549399905-5d1bad747576?crop=entropy&cs=tinysrgb&fm=jpg&ixid=MnwzMjE3MzV8MHwxfHNlYXJjaHw0fHxvZmZpY2V8ZW58MHwyfHx8MTY3MDkyOTEyNg&ixlib=rb-4.0.3&q=80\\\\\\\",\\\\n            \\\\\\\"https://images.unsplash.com/photo-1585399090149-de01d4c28e70?crop=entropy&cs=tinysrgb&fm=jpg&ixid=MnwzMjE3MzV8MHwxfHNlYXJjaHw1fHxvZmZpY2V8ZW58MHwyfHx8MTY3MDkyOTEyNg&ixlib=rb-4.0.3&q=80\\\\\\\",\\\\n            \\\\\\\"https://images.unsplash.com/photo-1604307743907-df8d5fe9f1de?crop=entropy&cs=tinysrgb&fm=jpg&ixid=MnwzMjE3MzV8MHwxfHNlYXJjaHw2fHxvZmZpY2V8ZW58MHwyfHx8MTY3MDkyOTEyNg&ixlib=rb-4.0.3&q=80\\\\\\\",\\\\n            \\\\\\\"https://images.unsplash.com/photo-1515188027261-e7f35b9b61bc?crop=entropy&cs=tinysrgb&fm=jpg&ixid=MnwzMjE3MzV8MHwxfHNlYXJjaHw3fHxvZmZpY2V8ZW58MHwyfHx8MTY3MDkyOTEyNg&ixlib=rb-4.0.3&q=80\\\\\\\",\\\\n            \\\\\\\"https://images.unsplash.com/photo-1516131206008-dd041a9764fd?crop=entropy&cs=tinysrgb&fm=jpg&ixid=MnwzMjE3MzV8MHwxfHNlYXJjaHw4fHxvZmZpY2V8ZW58MHwyfHx8MTY3MDkyOTEyNg&ixlib=rb-4.0.3&q=80\\\\\\\",\\\\n            \\\\\\\"https://images.unsplash.com/photo-1565791380709-49e529c8b073?crop=entropy&cs=tinysrgb&fm=jpg&ixid=MnwzMjE3MzV8MHwxfHNlYXJjaHw5fHxvZmZpY2V8ZW58MHwyfHx8MTY3MDkyOTEyNg&ixlib=rb-4.0.3&q=80\\\\\\\",\\\\n            \\\\\\\"https://images.unsplash.com/photo-1504610926078-a1611febcad3?crop=entropy&cs=tinysrgb&fm=jpg&ixid=MnwzMjE3MzV8MHwxfHNlYXJjaHwxMHx8b2ZmaWNlfGVufDB8Mnx8fDE2NzA5MjkxMjY&ixlib=rb-4.0.3&q=80\\\\\\\"\\\\n        ],\\\\n        \\\\\\\"photo_small_size\\\\\\\": [\\\\n            \\\\\\\"https://images.unsplash.com/photo-1512486130939-2c4f79935e4f?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=MnwzMjE3MzV8MHwxfHNlYXJjaHwxfHxvZmZpY2V8ZW58MHwyfHx8MTY3MDkyOTEyNg&ixlib=rb-4.0.3&q=80&w=400\\\\\\\",\\\\n            \\\\\\\"https://images.unsplash.com/photo-1596900749995-57cec6ddb861?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=MnwzMjE3MzV8MHwxfHNlYXJjaHwyfHxvZmZpY2V8ZW58MHwyfHx8MTY3MDkyOTEyNg&ixlib=rb-4.0.3&q=80&w=400\\\\\\\",\\\\n            \\\\\\\"https://images.unsplash.com/photo-1535953472862-9cc610a70f8a?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=MnwzMjE3MzV8MHwxfHNlYXJjaHwzfHxvZmZpY2V8ZW58MHwyfHx8MTY3MDkyOTEyNg&ixlib=rb-4.0.3&q=80&w=400\\\\\\\",\\\\n            \\\\\\\"https://images.unsplash.com/photo-1549399905-5d1bad747576?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=MnwzMjE3MzV8MHwxfHNlYXJjaHw0fHxvZmZpY2V8ZW58MHwyfHx8MTY3MDkyOTEyNg&ixlib=rb-4.0.3&q=80&w=400\\\\\\\",\\\\n            \\\\\\\"https://images.unsplash.com/photo-1585399090149-de01d4c28e70?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=MnwzMjE3MzV8MHwxfHNlYXJjaHw1fHxvZmZpY2V8ZW58MHwyfHx8MTY3MDkyOTEyNg&ixlib=rb-4.0.3&q=80&w=400\\\\\\\",\\\\n            \\\\\\\"https://images.unsplash.com/photo-1604307743907-df8d5fe9f1de?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=MnwzMjE3MzV8MHwxfHNlYXJjaHw2fHxvZmZpY2V8ZW58MHwyfHx8MTY3MDkyOTEyNg&ixlib=rb-4.0.3&q=80&w=400\\\\\\\",\\\\n            \\\\\\\"https://images.unsplash.com/photo-1515188027261-e7f35b9b61bc?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=MnwzMjE3MzV8MHwxfHNlYXJjaHw3fHxvZmZpY2V8ZW58MHwyfHx8MTY3MDkyOTEyNg&ixlib=rb-4.0.3&q=80&w=400\\\\\\\",\\\\n            \\\\\\\"https://images.unsplash.com/photo-1516131206008-dd041a9764fd?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=MnwzMjE3MzV8MHwxfHNlYXJjaHw4fHxvZmZpY2V8ZW58MHwyfHx8MTY3MDkyOTEyNg&ixlib=rb-4.0.3&q=80&w=400\\\\\\\",\\\\n            \\\\\\\"https://images.unsplash.com/photo-1565791380709-49e529c8b073?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=MnwzMjE3MzV8MHwxfHNlYXJjaHw5fHxvZmZpY2V8ZW58MHwyfHx8MTY3MDkyOTEyNg&ixlib=rb-4.0.3&q=80&w=400\\\\\\\",\\\\n            \\\\\\\"https://images.unsplash.com/photo-1504610926078-a1611febcad3?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=MnwzMjE3MzV8MHwxfHNlYXJjaHwxMHx8b2ZmaWNlfGVufDB8Mnx8fDE2NzA5MjkxMjY&ixlib=rb-4.0.3&q=80&w=400\\\\\\\"\\\\n        ],\\\\n        \\\\\\\"photo_thumb_size\\\\\\\": [\\\\n            \\\\\\\"https://images.unsplash.com/photo-1512486130939-2c4f79935e4f?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=MnwzMjE3MzV8MHwxfHNlYXJjaHwxfHxvZmZpY2V8ZW58MHwyfHx8MTY3MDkyOTEyNg&ixlib=rb-4.0.3&q=80&w=200\\\\\\\",\\\\n            \\\\\\\"https://images.unsplash.com/photo-1596900749995-57cec6ddb861?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=MnwzMjE3MzV8MHwxfHNlYXJjaHwyfHxvZmZpY2V8ZW58MHwyfHx8MTY3MDkyOTEyNg&ixlib=rb-4.0.3&q=80&w=200\\\\\\\",\\\\n            \\\\\\\"https://images.unsplash.com/photo-1535953472862-9cc610a70f8a?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=MnwzMjE3MzV8MHwxfHNlYXJjaHwzfHxvZmZpY2V8ZW58MHwyfHx8MTY3MDkyOTEyNg&ixlib=rb-4.0.3&q=80&w=200\\\\\\\",\\\\n            \\\\\\\"https://images.unsplash.com/photo-1549399905-5d1bad747576?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=MnwzMjE3MzV8MHwxfHNlYXJjaHw0fHxvZmZpY2V8ZW58MHwyfHx8MTY3MDkyOTEyNg&ixlib=rb-4.0.3&q=80&w=200\\\\\\\",\\\\n            \\\\\\\"https://images.unsplash.com/photo-1585399090149-de01d4c28e70?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=MnwzMjE3MzV8MHwxfHNlYXJjaHw1fHxvZmZpY2V8ZW58MHwyfHx8MTY3MDkyOTEyNg&ixlib=rb-4.0.3&q=80&w=200\\\\\\\",\\\\n            \\\\\\\"https://images.unsplash.com/photo-1604307743907-df8d5fe9f1de?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=MnwzMjE3MzV8MHwxfHNlYXJjaHw2fHxvZmZpY2V8ZW58MHwyfHx8MTY3MDkyOTEyNg&ixlib=rb-4.0.3&q=80&w=200\\\\\\\",\\\\n            \\\\\\\"https://images.unsplash.com/photo-1515188027261-e7f35b9b61bc?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=MnwzMjE3MzV8MHwxfHNlYXJjaHw3fHxvZmZpY2V8ZW58MHwyfHx8MTY3MDkyOTEyNg&ixlib=rb-4.0.3&q=80&w=200\\\\\\\",\\\\n            \\\\\\\"https://images.unsplash.com/photo-1516131206008-dd041a9764fd?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=MnwzMjE3MzV8MHwxfHNlYXJjaHw4fHxvZmZpY2V8ZW58MHwyfHx8MTY3MDkyOTEyNg&ixlib=rb-4.0.3&q=80&w=200\\\\\\\",\\\\n            \\\\\\\"https://images.unsplash.com/photo-1565791380709-49e529c8b073?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=MnwzMjE3MzV8MHwxfHNlYXJjaHw5fHxvZmZpY2V8ZW58MHwyfHx8MTY3MDkyOTEyNg&ixlib=rb-4.0.3&q=80&w=200\\\\\\\",\\\\n            \\\\\\\"https://images.unsplash.com/photo-1504610926078-a1611febcad3?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=MnwzMjE3MzV8MHwxfHNlYXJjaHwxMHx8b2ZmaWNlfGVufDB8Mnx8fDE2NzA5MjkxMjY&ixlib=rb-4.0.3&q=80&w=200\\\\\\\"\\\\n        ],\\\\n        \\\\\\\"photo_description\\\\\\\": [\\\\n            \\\\\\\"Scandinavian living room\\\\\\\",\\\\n            \\\\\\\"This is Britt, one of our account managers :)\\\\\\\",\\\\n            \\\\\\\"Garden of Ideas\\\\\\\",\\\\n            \\\\\\\"Collaboration happening in an office\\\\\\\",\\\\n            \\\\\\\"My workstation \\\\\\\",\\\\n            \\\\\\\"Remote Work\\\\\\\",\\\\n            \\\\\\\"Reaching out to new clients can sometimes feel difficult and dishonest. We decided to write handwritten notes on 180lb matte cover stock so they knew we weren’t messing around. These are some images of our final products.\\\\\\\"\\\\n        ]\\\\n    }\\\\n}\\\"\",\"path\":[\"error\",\"body\"]},\"_p_returned_an_error\":{\"ret_value\":\"boolean\",\"caption\":\"returned_an_error\",\"sample_value\":false}}}}","ret_value":"api.1633930273201x531300607706529800.plugin_api.ABD"},"ABF":{"0":"A","1":"B","2":"E","name":"Get free photos in portrait","method":"post","publish_as":"action","should_reinitialize":false,"url":"https://superplugin.io/api/1.1/wf/get_free_portrait_photos","params":{"ABA":{"key":"api_key","value":"IBGHIXQjq67obhOjviiueCXXI978U0vqPMT7Z7Dt","private":true},"ABB":{"key":"photo_keyword","value":"office","private":true}},"wrap_error":true,"initialized":true,"types":"{\"plugin_api.ABF\":{\"caption\":\"Get free photos in portrait\",\"fields\":{\"_p_body.status\":{\"ret_value\":\"text\",\"caption\":\"body status\",\"sample_value\":\"success\",\"path\":[\"body\",\"status\"]},\"_p_body.response.photo_regular_size\":{\"ret_value\":\"list.text\",\"caption\":\"body response photo_regular_size\",\"sample_value\":\"https://images.unsplash.com/photo-1664575602554-2087b04935a5?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=MnwzMjE3MzV8MXwxfHNlYXJjaHwxfHxvZmZpY2V8ZW58MHwxfHx8MTY3MDkyOTE1NQ&ixlib=rb-4.0.3&q=80&w=1080\",\"path\":[\"body\",\"response\",\"photo_regular_size\"]},\"_p_body.response.status\":{\"ret_value\":\"text\",\"caption\":\"body response status\",\"sample_value\":\"success\",\"path\":[\"body\",\"response\",\"status\"]},\"_p_body.response.id\":{\"ret_value\":\"text\",\"caption\":\"body response id\",\"sample_value\":\"1670929154701x576403279124549250\",\"path\":[\"body\",\"response\",\"id\"]},\"_p_body.response.photo_large_size\":{\"ret_value\":\"list.image\",\"caption\":\"body response photo_large_size\",\"sample_value\":\"https://images.unsplash.com/photo-1664575602554-2087b04935a5?crop=entropy&cs=tinysrgb&fm=jpg&ixid=MnwzMjE3MzV8MXwxfHNlYXJjaHwxfHxvZmZpY2V8ZW58MHwxfHx8MTY3MDkyOTE1NQ&ixlib=rb-4.0.3&q=80\",\"path\":[\"body\",\"response\",\"photo_large_size\"]},\"_p_body.response.photo_small_size\":{\"ret_value\":\"list.image\",\"caption\":\"body response photo_small_size\",\"sample_value\":\"https://images.unsplash.com/photo-1664575602554-2087b04935a5?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=MnwzMjE3MzV8MXwxfHNlYXJjaHwxfHxvZmZpY2V8ZW58MHwxfHx8MTY3MDkyOTE1NQ&ixlib=rb-4.0.3&q=80&w=400\",\"path\":[\"body\",\"response\",\"photo_small_size\"]},\"_p_body.response.photo_thumb_size\":{\"ret_value\":\"list.image\",\"caption\":\"body response photo_thumb_size\",\"sample_value\":\"https://images.unsplash.com/photo-1664575602554-2087b04935a5?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=MnwzMjE3MzV8MXwxfHNlYXJjaHwxfHxvZmZpY2V8ZW58MHwxfHx8MTY3MDkyOTE1NQ&ixlib=rb-4.0.3&q=80&w=200\",\"path\":[\"body\",\"response\",\"photo_thumb_size\"]},\"_p_body.response.photo_description\":{\"ret_value\":\"list.text\",\"caption\":\"body response photo_description\",\"sample_value\":\"Plan 2019\",\"path\":[\"body\",\"response\",\"photo_description\"]},\"_p_error.status_code\":{\"ret_value\":\"text\",\"caption\":\"error status_code\",\"sample_value\":200,\"path\":[\"error\",\"status_code\"]},\"_p_error.status_message\":{\"ret_value\":\"text\",\"caption\":\"error status_message\",\"sample_value\":\"OK\",\"path\":[\"error\",\"status_message\"]},\"_p_error.body\":{\"ret_value\":\"text\",\"caption\":\"error body\",\"sample_value\":\"\\\"{\\\\n    \\\\\\\"status\\\\\\\": \\\\\\\"success\\\\\\\",\\\\n    \\\\\\\"response\\\\\\\": {\\\\n        \\\\\\\"photo_regular_size\\\\\\\": [\\\\n            \\\\\\\"https://images.unsplash.com/photo-1664575602554-2087b04935a5?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=MnwzMjE3MzV8MXwxfHNlYXJjaHwxfHxvZmZpY2V8ZW58MHwxfHx8MTY3MDkyOTE1NQ&ixlib=rb-4.0.3&q=80&w=1080\\\\\\\",\\\\n            \\\\\\\"https://images.unsplash.com/photo-1579487785973-74d2ca7abdd5?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=MnwzMjE3MzV8MHwxfHNlYXJjaHwyfHxvZmZpY2V8ZW58MHwxfHx8MTY3MDkyOTE1NQ&ixlib=rb-4.0.3&q=80&w=1080\\\\\\\",\\\\n            \\\\\\\"https://images.unsplash.com/photo-1535957998253-26ae1ef29506?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=MnwzMjE3MzV8MHwxfHNlYXJjaHwzfHxvZmZpY2V8ZW58MHwxfHx8MTY3MDkyOTE1NQ&ixlib=rb-4.0.3&q=80&w=1080\\\\\\\",\\\\n            \\\\\\\"https://images.unsplash.com/photo-1570126688035-1e6adbd61053?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=MnwzMjE3MzV8MHwxfHNlYXJjaHw0fHxvZmZpY2V8ZW58MHwxfHx8MTY3MDkyOTE1NQ&ixlib=rb-4.0.3&q=80&w=1080\\\\\\\",\\\\n            \\\\\\\"https://images.unsplash.com/photo-1541140911322-98afe66ea6da?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=MnwzMjE3MzV8MHwxfHNlYXJjaHw1fHxvZmZpY2V8ZW58MHwxfHx8MTY3MDkyOTE1NQ&ixlib=rb-4.0.3&q=80&w=1080\\\\\\\",\\\\n            \\\\\\\"https://images.unsplash.com/photo-1600275669439-14e40452d20b?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=MnwzMjE3MzV8MHwxfHNlYXJjaHw2fHxvZmZpY2V8ZW58MHwxfHx8MTY3MDkyOTE1NQ&ixlib=rb-4.0.3&q=80&w=1080\\\\\\\",\\\\n            \\\\\\\"https://images.unsplash.com/photo-1521737711867-e3b97375f902?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=MnwzMjE3MzV8MHwxfHNlYXJjaHw3fHxvZmZpY2V8ZW58MHwxfHx8MTY3MDkyOTE1NQ&ixlib=rb-4.0.3&q=80&w=1080\\\\\\\",\\\\n            \\\\\\\"https://images.unsplash.com/photo-1670272505284-8faba1c31f7d?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=MnwzMjE3MzV8MXwxfHNlYXJjaHw4fHxvZmZpY2V8ZW58MHwxfHx8MTY3MDkyOTE1NQ&ixlib=rb-4.0.3&q=80&w=1080\\\\\\\",\\\\n            \\\\\\\"https://images.unsplash.com/photo-1497215641119-bbe6d71ebaae?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=MnwzMjE3MzV8MHwxfHNlYXJjaHw5fHxvZmZpY2V8ZW58MHwxfHx8MTY3MDkyOTE1NQ&ixlib=rb-4.0.3&q=80&w=1080\\\\\\\",\\\\n            \\\\\\\"https://images.unsplash.com/photo-1555212697-194d092e3b8f?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=MnwzMjE3MzV8MHwxfHNlYXJjaHwxMHx8b2ZmaWNlfGVufDB8MXx8fDE2NzA5MjkxNTU&ixlib=rb-4.0.3&q=80&w=1080\\\\\\\"\\\\n        ],\\\\n        \\\\\\\"status\\\\\\\": \\\\\\\"success\\\\\\\",\\\\n        \\\\\\\"id\\\\\\\": \\\\\\\"1670929154701x576403279124549250\\\\\\\",\\\\n        \\\\\\\"photo_large_size\\\\\\\": [\\\\n            \\\\\\\"https://images.unsplash.com/photo-1664575602554-2087b04935a5?crop=entropy&cs=tinysrgb&fm=jpg&ixid=MnwzMjE3MzV8MXwxfHNlYXJjaHwxfHxvZmZpY2V8ZW58MHwxfHx8MTY3MDkyOTE1NQ&ixlib=rb-4.0.3&q=80\\\\\\\",\\\\n            \\\\\\\"https://images.unsplash.com/photo-1579487785973-74d2ca7abdd5?crop=entropy&cs=tinysrgb&fm=jpg&ixid=MnwzMjE3MzV8MHwxfHNlYXJjaHwyfHxvZmZpY2V8ZW58MHwxfHx8MTY3MDkyOTE1NQ&ixlib=rb-4.0.3&q=80\\\\\\\",\\\\n            \\\\\\\"https://images.unsplash.com/photo-1535957998253-26ae1ef29506?crop=entropy&cs=tinysrgb&fm=jpg&ixid=MnwzMjE3MzV8MHwxfHNlYXJjaHwzfHxvZmZpY2V8ZW58MHwxfHx8MTY3MDkyOTE1NQ&ixlib=rb-4.0.3&q=80\\\\\\\",\\\\n            \\\\\\\"https://images.unsplash.com/photo-1570126688035-1e6adbd61053?crop=entropy&cs=tinysrgb&fm=jpg&ixid=MnwzMjE3MzV8MHwxfHNlYXJjaHw0fHxvZmZpY2V8ZW58MHwxfHx8MTY3MDkyOTE1NQ&ixlib=rb-4.0.3&q=80\\\\\\\",\\\\n            \\\\\\\"https://images.unsplash.com/photo-1541140911322-98afe66ea6da?crop=entropy&cs=tinysrgb&fm=jpg&ixid=MnwzMjE3MzV8MHwxfHNlYXJjaHw1fHxvZmZpY2V8ZW58MHwxfHx8MTY3MDkyOTE1NQ&ixlib=rb-4.0.3&q=80\\\\\\\",\\\\n            \\\\\\\"https://images.unsplash.com/photo-1600275669439-14e40452d20b?crop=entropy&cs=tinysrgb&fm=jpg&ixid=MnwzMjE3MzV8MHwxfHNlYXJjaHw2fHxvZmZpY2V8ZW58MHwxfHx8MTY3MDkyOTE1NQ&ixlib=rb-4.0.3&q=80\\\\\\\",\\\\n            \\\\\\\"https://images.unsplash.com/photo-1521737711867-e3b97375f902?crop=entropy&cs=tinysrgb&fm=jpg&ixid=MnwzMjE3MzV8MHwxfHNlYXJjaHw3fHxvZmZpY2V8ZW58MHwxfHx8MTY3MDkyOTE1NQ&ixlib=rb-4.0.3&q=80\\\\\\\",\\\\n            \\\\\\\"https://images.unsplash.com/photo-1670272505284-8faba1c31f7d?crop=entropy&cs=tinysrgb&fm=jpg&ixid=MnwzMjE3MzV8MXwxfHNlYXJjaHw4fHxvZmZpY2V8ZW58MHwxfHx8MTY3MDkyOTE1NQ&ixlib=rb-4.0.3&q=80\\\\\\\",\\\\n            \\\\\\\"https://images.unsplash.com/photo-1497215641119-bbe6d71ebaae?crop=entropy&cs=tinysrgb&fm=jpg&ixid=MnwzMjE3MzV8MHwxfHNlYXJjaHw5fHxvZmZpY2V8ZW58MHwxfHx8MTY3MDkyOTE1NQ&ixlib=rb-4.0.3&q=80\\\\\\\",\\\\n            \\\\\\\"https://images.unsplash.com/photo-1555212697-194d092e3b8f?crop=entropy&cs=tinysrgb&fm=jpg&ixid=MnwzMjE3MzV8MHwxfHNlYXJjaHwxMHx8b2ZmaWNlfGVufDB8MXx8fDE2NzA5MjkxNTU&ixlib=rb-4.0.3&q=80\\\\\\\"\\\\n        ],\\\\n        \\\\\\\"photo_small_size\\\\\\\": [\\\\n            \\\\\\\"https://images.unsplash.com/photo-1664575602554-2087b04935a5?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=MnwzMjE3MzV8MXwxfHNlYXJjaHwxfHxvZmZpY2V8ZW58MHwxfHx8MTY3MDkyOTE1NQ&ixlib=rb-4.0.3&q=80&w=400\\\\\\\",\\\\n            \\\\\\\"https://images.unsplash.com/photo-1579487785973-74d2ca7abdd5?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=MnwzMjE3MzV8MHwxfHNlYXJjaHwyfHxvZmZpY2V8ZW58MHwxfHx8MTY3MDkyOTE1NQ&ixlib=rb-4.0.3&q=80&w=400\\\\\\\",\\\\n            \\\\\\\"https://images.unsplash.com/photo-1535957998253-26ae1ef29506?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=MnwzMjE3MzV8MHwxfHNlYXJjaHwzfHxvZmZpY2V8ZW58MHwxfHx8MTY3MDkyOTE1NQ&ixlib=rb-4.0.3&q=80&w=400\\\\\\\",\\\\n            \\\\\\\"https://images.unsplash.com/photo-1570126688035-1e6adbd61053?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=MnwzMjE3MzV8MHwxfHNlYXJjaHw0fHxvZmZpY2V8ZW58MHwxfHx8MTY3MDkyOTE1NQ&ixlib=rb-4.0.3&q=80&w=400\\\\\\\",\\\\n            \\\\\\\"https://images.unsplash.com/photo-1541140911322-98afe66ea6da?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=MnwzMjE3MzV8MHwxfHNlYXJjaHw1fHxvZmZpY2V8ZW58MHwxfHx8MTY3MDkyOTE1NQ&ixlib=rb-4.0.3&q=80&w=400\\\\\\\",\\\\n            \\\\\\\"https://images.unsplash.com/photo-1600275669439-14e40452d20b?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=MnwzMjE3MzV8MHwxfHNlYXJjaHw2fHxvZmZpY2V8ZW58MHwxfHx8MTY3MDkyOTE1NQ&ixlib=rb-4.0.3&q=80&w=400\\\\\\\",\\\\n            \\\\\\\"https://images.unsplash.com/photo-1521737711867-e3b97375f902?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=MnwzMjE3MzV8MHwxfHNlYXJjaHw3fHxvZmZpY2V8ZW58MHwxfHx8MTY3MDkyOTE1NQ&ixlib=rb-4.0.3&q=80&w=400\\\\\\\",\\\\n            \\\\\\\"https://images.unsplash.com/photo-1670272505284-8faba1c31f7d?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=MnwzMjE3MzV8MXwxfHNlYXJjaHw4fHxvZmZpY2V8ZW58MHwxfHx8MTY3MDkyOTE1NQ&ixlib=rb-4.0.3&q=80&w=400\\\\\\\",\\\\n            \\\\\\\"https://images.unsplash.com/photo-1497215641119-bbe6d71ebaae?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=MnwzMjE3MzV8MHwxfHNlYXJjaHw5fHxvZmZpY2V8ZW58MHwxfHx8MTY3MDkyOTE1NQ&ixlib=rb-4.0.3&q=80&w=400\\\\\\\",\\\\n            \\\\\\\"https://images.unsplash.com/photo-1555212697-194d092e3b8f?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=MnwzMjE3MzV8MHwxfHNlYXJjaHwxMHx8b2ZmaWNlfGVufDB8MXx8fDE2NzA5MjkxNTU&ixlib=rb-4.0.3&q=80&w=400\\\\\\\"\\\\n        ],\\\\n        \\\\\\\"photo_thumb_size\\\\\\\": [\\\\n            \\\\\\\"https://images.unsplash.com/photo-1664575602554-2087b04935a5?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=MnwzMjE3MzV8MXwxfHNlYXJjaHwxfHxvZmZpY2V8ZW58MHwxfHx8MTY3MDkyOTE1NQ&ixlib=rb-4.0.3&q=80&w=200\\\\\\\",\\\\n            \\\\\\\"https://images.unsplash.com/photo-1579487785973-74d2ca7abdd5?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=MnwzMjE3MzV8MHwxfHNlYXJjaHwyfHxvZmZpY2V8ZW58MHwxfHx8MTY3MDkyOTE1NQ&ixlib=rb-4.0.3&q=80&w=200\\\\\\\",\\\\n            \\\\\\\"https://images.unsplash.com/photo-1535957998253-26ae1ef29506?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=MnwzMjE3MzV8MHwxfHNlYXJjaHwzfHxvZmZpY2V8ZW58MHwxfHx8MTY3MDkyOTE1NQ&ixlib=rb-4.0.3&q=80&w=200\\\\\\\",\\\\n            \\\\\\\"https://images.unsplash.com/photo-1570126688035-1e6adbd61053?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=MnwzMjE3MzV8MHwxfHNlYXJjaHw0fHxvZmZpY2V8ZW58MHwxfHx8MTY3MDkyOTE1NQ&ixlib=rb-4.0.3&q=80&w=200\\\\\\\",\\\\n            \\\\\\\"https://images.unsplash.com/photo-1541140911322-98afe66ea6da?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=MnwzMjE3MzV8MHwxfHNlYXJjaHw1fHxvZmZpY2V8ZW58MHwxfHx8MTY3MDkyOTE1NQ&ixlib=rb-4.0.3&q=80&w=200\\\\\\\",\\\\n            \\\\\\\"https://images.unsplash.com/photo-1600275669439-14e40452d20b?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=MnwzMjE3MzV8MHwxfHNlYXJjaHw2fHxvZmZpY2V8ZW58MHwxfHx8MTY3MDkyOTE1NQ&ixlib=rb-4.0.3&q=80&w=200\\\\\\\",\\\\n            \\\\\\\"https://images.unsplash.com/photo-1521737711867-e3b97375f902?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=MnwzMjE3MzV8MHwxfHNlYXJjaHw3fHxvZmZpY2V8ZW58MHwxfHx8MTY3MDkyOTE1NQ&ixlib=rb-4.0.3&q=80&w=200\\\\\\\",\\\\n            \\\\\\\"https://images.unsplash.com/photo-1670272505284-8faba1c31f7d?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=MnwzMjE3MzV8MXwxfHNlYXJjaHw4fHxvZmZpY2V8ZW58MHwxfHx8MTY3MDkyOTE1NQ&ixlib=rb-4.0.3&q=80&w=200\\\\\\\",\\\\n            \\\\\\\"https://images.unsplash.com/photo-1497215641119-bbe6d71ebaae?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=MnwzMjE3MzV8MHwxfHNlYXJjaHw5fHxvZmZpY2V8ZW58MHwxfHx8MTY3MDkyOTE1NQ&ixlib=rb-4.0.3&q=80&w=200\\\\\\\",\\\\n            \\\\\\\"https://images.unsplash.com/photo-1555212697-194d092e3b8f?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=MnwzMjE3MzV8MHwxfHNlYXJjaHwxMHx8b2ZmaWNlfGVufDB8MXx8fDE2NzA5MjkxNTU&ixlib=rb-4.0.3&q=80&w=200\\\\\\\"\\\\n        ],\\\\n        \\\\\\\"photo_description\\\\\\\": [\\\\n            \\\\\\\"Plan 2019\\\\\\\",\\\\n            \\\\\\\"Some of the Unsplash team working together.\\\\\\\",\\\\n            \\\\\\\"For Unsplash and Grovemade\\\\\\\"\\\\n        ]\\\\n    }\\\\n}\\\"\",\"path\":[\"error\",\"body\"]},\"_p_returned_an_error\":{\"ret_value\":\"boolean\",\"caption\":\"returned_an_error\",\"sample_value\":false}}}}","ret_value":"api.1633930273201x531300607706529800.plugin_api.ABF"},"ABJ":{"0":"A","1":"B","2":"I","name":"Find place on Google Map","method":"post","publish_as":"action","should_reinitialize":false,"url":"https://superplugin.io/api/1.1/wf/find_place_on_google_map","params":{"ABA":{"key":"api_key","value":"IBGHIXQjq67obhOjviiueCXXI978U0vqPMT7Z7Dt","private":true},"ABB":{"key":"search_keyword","value":"walmart","private":true},"ABK":{"key":"near_location","value":"New York, NY, USA","private":true},"ABL":{"key":"search_radius","value":"10","private":true}},"wrap_error":true,"initialized":true,"types":"{\"plugin_api.ABJ\":{\"caption\":\"Find place on Google Map\",\"fields\":{\"_p_body.status\":{\"ret_value\":\"text\",\"caption\":\"body status\",\"sample_value\":\"success\",\"path\":[\"body\",\"status\"]},\"_p_body.response.place_name\":{\"ret_value\":\"list.text\",\"caption\":\"body response place_name\",\"sample_value\":\"Walmart Supercenter\",\"path\":[\"body\",\"response\",\"place_name\"]},\"_p_body.response.status\":{\"ret_value\":\"text\",\"caption\":\"body response status\",\"sample_value\":\"success\",\"path\":[\"body\",\"response\",\"status\"]},\"_p_body.response.id\":{\"ret_value\":\"text\",\"caption\":\"body response id\",\"sample_value\":\"1670929178559x713728915960013600\",\"path\":[\"body\",\"response\",\"id\"]},\"_p_body.response.place_address\":{\"ret_value\":\"list.text\",\"caption\":\"body response place_address\",\"sample_value\":\"400 Park Pl, Secaucus, NJ 07094, United States\",\"path\":[\"body\",\"response\",\"place_address\"]},\"_p_body.response.place_map_icon\":{\"ret_value\":\"list.text\",\"caption\":\"body response place_map_icon\",\"sample_value\":\"https://maps.gstatic.com/mapfiles/place_api/icons/v1/png_71/shopping-71.png\",\"path\":[\"body\",\"response\",\"place_map_icon\"]},\"_p_error.status_code\":{\"ret_value\":\"text\",\"caption\":\"error status_code\",\"sample_value\":200,\"path\":[\"error\",\"status_code\"]},\"_p_error.status_message\":{\"ret_value\":\"text\",\"caption\":\"error status_message\",\"sample_value\":\"OK\",\"path\":[\"error\",\"status_message\"]},\"_p_error.body\":{\"ret_value\":\"text\",\"caption\":\"error body\",\"sample_value\":\"\\\"{\\\\n    \\\\\\\"status\\\\\\\": \\\\\\\"success\\\\\\\",\\\\n    \\\\\\\"response\\\\\\\": {\\\\n        \\\\\\\"place_name\\\\\\\": [\\\\n            \\\\\\\"Walmart Supercenter\\\\\\\",\\\\n            \\\\\\\"Walmart Supercenter\\\\\\\",\\\\n            \\\\\\\"Walmart Supercenter\\\\\\\",\\\\n            \\\\\\\"Walmart Supercenter\\\\\\\",\\\\n            \\\\\\\"Walmart Supercenter\\\\\\\",\\\\n            \\\\\\\"Walmart Supercenter\\\\\\\",\\\\n            \\\\\\\"Walmart\\\\\\\",\\\\n            \\\\\\\"Walmart Supercenter\\\\\\\",\\\\n            \\\\\\\"Walmart Supercenter\\\\\\\",\\\\n            \\\\\\\"Walmart\\\\\\\",\\\\n            \\\\\\\"Walmart super center\\\\\\\",\\\\n            \\\\\\\"Walmart\\\\\\\",\\\\n            \\\\\\\"Walmart\\\\\\\",\\\\n            \\\\\\\"Walmart Dept. Store\\\\\\\",\\\\n            \\\\\\\"Walmart\\\\\\\",\\\\n            \\\\\\\"Walmart\\\\\\\",\\\\n            \\\\\\\"Walmart\\\\\\\",\\\\n            \\\\\\\"Walmart\\\\\\\",\\\\n            \\\\\\\"Walmart\\\\\\\",\\\\n            \\\\\\\"Walmart\\\\\\\"\\\\n        ],\\\\n        \\\\\\\"status\\\\\\\": \\\\\\\"success\\\\\\\",\\\\n        \\\\\\\"id\\\\\\\": \\\\\\\"1670929178559x713728915960013600\\\\\\\",\\\\n        \\\\\\\"place_address\\\\\\\": [\\\\n            \\\\\\\"400 Park Pl, Secaucus, NJ 07094, United States\\\\\\\",\\\\n            \\\\\\\"500 Bayonne Crossing Way, Bayonne, NJ 07002, United States\\\\\\\",\\\\n            \\\\\\\"2100 88th St, North Bergen, NJ 07047, United States\\\\\\\",\\\\n            \\\\\\\"150 Harrison Ave, Kearny, NJ 07032, United States\\\\\\\",\\\\n            \\\\\\\"1 Teterboro Landing Dr, Teterboro, NJ 07608, United States\\\\\\\",\\\\n            \\\\\\\"174 Passaic St, Garfield, NJ 07026, United States\\\\\\\",\\\\n            \\\\\\\"189 US-46, Saddle Brook, NJ 07663, United States\\\\\\\",\\\\n            \\\\\\\"77 Green Acres Rd S, Valley Stream, NY 11581, United States\\\\\\\",\\\\n            \\\\\\\"1050 W Edgar Rd, Linden, NJ 07036, United States\\\\\\\",\\\\n            \\\\\\\"900 Springfield Rd, Union, NJ 07083, United States\\\\\\\",\\\\n            \\\\\\\"400 Park Plaza Dr, Secaucus, NJ 07094, United States\\\\\\\",\\\\n            \\\\\\\"360 US-9, Woodbridge Township, NJ 07095, United States\\\\\\\",\\\\n            \\\\\\\"1220 Old Country Rd, Westbury, NY 11590, United States\\\\\\\",\\\\n            \\\\\\\"500 Bayonne Crossing Way, Bayonne, NJ 07002, United States\\\\\\\",\\\\n            \\\\\\\"2220 NJ-27, Edison, NJ 08817, United States\\\\\\\",\\\\n            \\\\\\\"1501 US-22, Watchung, NJ 07069, United States\\\\\\\",\\\\n            \\\\\\\"1123 Jerusalem Ave, Uniondale, NY 11553, United States\\\\\\\",\\\\n            \\\\\\\"235 Ridgedale Ave, Cedar Knolls, NJ 07927, United States\\\\\\\",\\\\n            \\\\\\\"1126 US-9, Old Bridge, NJ 08857, United States\\\\\\\",\\\\n            \\\\\\\"2465 Hempstead Tpke, East Meadow, NY 11554, United States\\\\\\\"\\\\n        ],\\\\n        \\\\\\\"place_map_icon\\\\\\\": [\\\\n            \\\\\\\"https://maps.gstatic.com/mapfiles/place_api/icons/v1/png_71/shopping-71.png\\\\\\\",\\\\n            \\\\\\\"https://maps.gstatic.com/mapfiles/place_api/icons/v1/png_71/shopping-71.png\\\\\\\",\\\\n            \\\\\\\"https://maps.gstatic.com/mapfiles/place_api/icons/v1/png_71/shopping-71.png\\\\\\\",\\\\n            \\\\\\\"https://maps.gstatic.com/mapfiles/place_api/icons/v1/png_71/shopping-71.png\\\\\\\",\\\\n            \\\\\\\"https://maps.gstatic.com/mapfiles/place_api/icons/v1/png_71/shopping-71.png\\\\\\\",\\\\n            \\\\\\\"https://maps.gstatic.com/mapfiles/place_api/icons/v1/png_71/shopping-71.png\\\\\\\",\\\\n            \\\\\\\"https://maps.gstatic.com/mapfiles/place_api/icons/v1/png_71/shopping-71.png\\\\\\\",\\\\n            \\\\\\\"https://maps.gstatic.com/mapfiles/place_api/icons/v1/png_71/shopping-71.png\\\\\\\",\\\\n            \\\\\\\"https://maps.gstatic.com/mapfiles/place_api/icons/v1/png_71/shopping-71.png\\\\\\\",\\\\n            \\\\\\\"https://maps.gstatic.com/mapfiles/place_api/icons/v1/png_71/shopping-71.png\\\\\\\",\\\\n            \\\\\\\"https://maps.gstatic.com/mapfiles/place_api/icons/v1/png_71/shopping-71.png\\\\\\\",\\\\n            \\\\\\\"https://maps.gstatic.com/mapfiles/place_api/icons/v1/png_71/shopping-71.png\\\\\\\",\\\\n            \\\\\\\"https://maps.gstatic.com/mapfiles/place_api/icons/v1/png_71/shopping-71.png\\\\\\\",\\\\n            \\\\\\\"https://maps.gstatic.com/mapfiles/place_api/icons/v1/png_71/shopping-71.png\\\\\\\",\\\\n            \\\\\\\"https://maps.gstatic.com/mapfiles/place_api/icons/v1/png_71/shopping-71.png\\\\\\\",\\\\n            \\\\\\\"https://maps.gstatic.com/mapfiles/place_api/icons/v1/png_71/shopping-71.png\\\\\\\",\\\\n            \\\\\\\"https://maps.gstatic.com/mapfiles/place_api/icons/v1/png_71/shopping-71.png\\\\\\\",\\\\n            \\\\\\\"https://maps.gstatic.com/mapfiles/place_api/icons/v1/png_71/shopping-71.png\\\\\\\",\\\\n            \\\\\\\"https://maps.gstatic.com/mapfiles/place_api/icons/v1/png_71/shopping-71.png\\\\\\\",\\\\n            \\\\\\\"https://maps.gstatic.com/mapfiles/place_api/icons/v1/png_71/shopping-71.png\\\\\\\"\\\\n        ]\\\\n    }\\\\n}\\\"\",\"path\":[\"error\",\"body\"]},\"_p_returned_an_error\":{\"ret_value\":\"boolean\",\"caption\":\"returned_an_error\",\"sample_value\":false}}}}","ret_value":"api.1633930273201x531300607706529800.plugin_api.ABJ"},"ABb":{"0":"A","1":"B","2":"a","name":"Generate AI copy","method":"post","publish_as":"action","should_reinitialize":false,"url":"https://superplugin.io/api/1.1/wf/generate_ai_copy","params":{"ABA":{"key":"api_key","value":"IBGHIXQjq67obhOjviiueCXXI978U0vqPMT7Z7Dt","private":true},"ABB":{"key":"prompt","value":"Write a creative ad for the following product to run on Facebook aimed at parents:\\n\\nProduct: Learning Room is a virtual environment to help students from kindergarten to high school excel in school.\\n\\nAre you a parent looking for a way to help your child excel in school? Look no further than Learning Room! Our virtual environment provides students from kindergarten to high school with the tools they need to succeed. With an easy-to-nav","private":true,"long_text":false},"ABL":{"key":"max_number_of_characters","value":"50","private":true}},"wrap_error":true,"initialized":true,"types":"{\"plugin_api.ABb\":{\"caption\":\"Generate AI copy\",\"fields\":{\"_p_body.status\":{\"ret_value\":\"text\",\"caption\":\"body status\",\"sample_value\":\"success\",\"path\":[\"body\",\"status\"]},\"_p_body.response.output\":{\"ret_value\":\"text\",\"caption\":\"body response output\",\"sample_value\":\"igate interface and a variety of resources, Learning Room is the perfect solution for parents who want to give their child a leg up in school.\",\"path\":[\"body\",\"response\",\"output\"]},\"_p_body.response.status\":{\"ret_value\":\"text\",\"caption\":\"body response status\",\"sample_value\":\"success\",\"path\":[\"body\",\"response\",\"status\"]},\"_p_body.response.id\":{\"ret_value\":\"text\",\"caption\":\"body response id\",\"sample_value\":\"1670929198986x760531708249250400\",\"path\":[\"body\",\"response\",\"id\"]},\"_p_error.status_code\":{\"ret_value\":\"text\",\"caption\":\"error status_code\",\"sample_value\":200,\"path\":[\"error\",\"status_code\"]},\"_p_error.status_message\":{\"ret_value\":\"text\",\"caption\":\"error status_message\",\"sample_value\":\"OK\",\"path\":[\"error\",\"status_message\"]},\"_p_error.body\":{\"ret_value\":\"text\",\"caption\":\"error body\",\"sample_value\":\"\\\"{\\\\n    \\\\\\\"status\\\\\\\": \\\\\\\"success\\\\\\\",\\\\n    \\\\\\\"response\\\\\\\": {\\\\n        \\\\\\\"output\\\\\\\": \\\\\\\"igate interface and a variety of resources, Learning Room is the perfect solution for parents who want to give their child a leg up in school.\\\\\\\",\\\\n        \\\\\\\"status\\\\\\\": \\\\\\\"success\\\\\\\",\\\\n        \\\\\\\"id\\\\\\\": \\\\\\\"1670929198986x760531708249250400\\\\\\\"\\\\n    }\\\\n}\\\"\",\"path\":[\"error\",\"body\"]},\"_p_returned_an_error\":{\"ret_value\":\"boolean\",\"caption\":\"returned_an_error\",\"sample_value\":false}}}}","ret_value":"api.1633930273201x531300607706529800.plugin_api.ABb"},"ABl":{"name":"Get a list of US cities","method":"post","publish_as":"action","should_reinitialize":true,"url":"https://superplugin.io/api/1.1/wf/get_a_list_of_us_cities","wrap_error":true,"initialized":true,"params":{"ABm":{"key":"api_key","value":"IBGHIXQjq67obhOjviiueCXXI978U0vqPMT7Z7Dt","private":true}},"types":"{\"plugin_api.ABl\":{\"caption\":\"Get a list of US citie\",\"fields\":{\"_p_body.status\":{\"ret_value\":\"text\",\"caption\":\"body status\",\"sample_value\":\"success\",\"path\":[\"body\",\"status\"]},\"_p_body.response.city_name\":{\"ret_value\":\"list.text\",\"caption\":\"body response city_name\",\"sample_value\":\"Abilene\",\"path\":[\"body\",\"response\",\"city_name\"]},\"_p_body.response.status\":{\"ret_value\":\"text\",\"caption\":\"body response status\",\"sample_value\":\"success\",\"path\":[\"body\",\"response\",\"status\"]},\"_p_body.response.id\":{\"ret_value\":\"text\",\"caption\":\"body response id\",\"sample_value\":\"1670929364318x461581761032084900\",\"path\":[\"body\",\"response\",\"id\"]},\"_p_body.response.state_name\":{\"ret_value\":\"list.text\",\"caption\":\"body response state_name\",\"sample_value\":\"Texas\",\"path\":[\"body\",\"response\",\"state_name\"]},\"_p_error.status_code\":{\"ret_value\":\"text\",\"caption\":\"error status_code\",\"sample_value\":200,\"path\":[\"error\",\"status_code\"]},\"_p_error.status_message\":{\"ret_value\":\"text\",\"caption\":\"error status_message\",\"sample_value\":\"OK\",\"path\":[\"error\",\"status_message\"]},\"_p_error.body\":{\"ret_value\":\"text\",\"caption\":\"error body\",\"sample_value\":\"\\\"{\\\\n    \\\\\\\"status\\\\\\\": \\\\\\\"success\\\\\\\",\\\\n    \\\\\\\"response\\\\\\\": {\\\\n        \\\\\\\"city_name\\\\\\\": [\\\\n            \\\\\\\"Abilene\\\\\\\",\\\\n            \\\\\\\"Akron\\\\\\\",\\\\n            \\\\\\\"Albuquerque\\\\\\\",\\\\n            \\\\\\\"Alexandria\\\\\\\",\\\\n            \\\\\\\"Allen\\\\\\\",\\\\n            \\\\\\\"Allentown\\\\\\\",\\\\n            \\\\\\\"Amarillo\\\\\\\",\\\\n            \\\\\\\"Anaheim\\\\\\\",\\\\n            \\\\\\\"Anchorage\\\\\\\",\\\\n            \\\\\\\"Ann Arbor\\\\\\\",\\\\n            \\\\\\\"Antioch\\\\\\\",\\\\n            \\\\\\\"Arlington\\\\\\\",\\\\n            \\\\\\\"Arvada\\\\\\\",\\\\n            \\\\\\\"Athens\\\\\\\",\\\\n            \\\\\\\"Atlanta\\\\\\\",\\\\n            \\\\\\\"Augusta\\\\\\\",\\\\n            \\\\\\\"Aurora\\\\\\\",\\\\n            \\\\\\\"Aurora\\\\\\\",\\\\n            \\\\\\\"Austin\\\\\\\",\\\\n            \\\\\\\"Bakersfield\\\\\\\",\\\\n            \\\\\\\"Baltimore\\\\\\\",\\\\n            \\\\\\\"Baton Rouge\\\\\\\",\\\\n            \\\\\\\"Beaumont\\\\\\\",\\\\n            \\\\\\\"Bellevue\\\\\\\",\\\\n            \\\\\\\"Bend\\\\\\\",\\\\n            \\\\\\\"Berkeley\\\\\\\",\\\\n            \\\\\\\"Billings\\\\\\\",\\\\n            \\\\\\\"Birmingham\\\\\\\",\\\\n            \\\\\\\"Boise\\\\\\\",\\\\n            \\\\\\\"Boston\\\\\\\",\\\\n            \\\\\\\"Boulder\\\\\\\",\\\\n            \\\\\\\"Bridgeport\\\\\\\",\\\\n            \\\\\\\"Brockton\\\\\\\",\\\\n            \\\\\\\"Broken Arrow\\\\\\\",\\\\n            \\\\\\\"Brownsville\\\\\\\",\\\\n            \\\\\\\"Buckeye\\\\\\\",\\\\n            \\\\\\\"Buffalo\\\\\\\",\\\\n            \\\\\\\"Burbank\\\\\\\",\\\\n            \\\\\\\"Cambridge\\\\\\\",\\\\n            \\\\\\\"Cape Coral\\\\\\\",\\\\n            \\\\\\\"Carlsbad\\\\\\\",\\\\n            \\\\\\\"Carmel\\\\\\\",\\\\n            \\\\\\\"Carrollton\\\\\\\",\\\\n            \\\\\\\"Cary\\\\\\\",\\\\n            \\\\\\\"Cedar Rapids\\\\\\\",\\\\n            \\\\\\\"Centennial\\\\\\\",\\\\n            \\\\\\\"Chandler\\\\\\\",\\\\n            \\\\\\\"Charleston\\\\\\\",\\\\n            \\\\\\\"Charlotte\\\\\\\",\\\\n            \\\\\\\"Chattanooga\\\\\\\"\\\\n        ],\\\\n        \\\\\\\"status\\\\\\\": \\\\\\\"success\\\\\\\",\\\\n        \\\\\\\"id\\\\\\\": \\\\\\\"1670929364318x461581761032084900\\\\\\\",\\\\n        \\\\\\\"state_name\\\\\\\": [\\\\n            \\\\\\\"Texas\\\\\\\",\\\\n            \\\\\\\"Ohio\\\\\\\",\\\\n            \\\\\\\"New Mexico\\\\\\\",\\\\n            \\\\\\\"Virginia\\\\\\\",\\\\n            \\\\\\\"Texas\\\\\\\",\\\\n            \\\\\\\"Pennsylvania\\\\\\\",\\\\n            \\\\\\\"Texas\\\\\\\",\\\\n            \\\\\\\"California\\\\\\\",\\\\n            \\\\\\\"Alaska\\\\\\\",\\\\n            \\\\\\\"Michigan\\\\\\\",\\\\n            \\\\\\\"California\\\\\\\",\\\\n            \\\\\\\"Texas\\\\\\\",\\\\n            \\\\\\\"Colorado\\\\\\\",\\\\n            \\\\\\\"Georgia\\\\\\\",\\\\n            \\\\\\\"Georgia\\\\\\\",\\\\n            \\\\\\\"Georgia\\\\\\\",\\\\n            \\\\\\\"Colorado\\\\\\\",\\\\n            \\\\\\\"Illinois\\\\\\\",\\\\n            \\\\\\\"Texas\\\\\\\",\\\\n            \\\\\\\"California\\\\\\\",\\\\n            \\\\\\\"Maryland\\\\\\\",\\\\n            \\\\\\\"Louisiana\\\\\\\",\\\\n            \\\\\\\"Texas\\\\\\\",\\\\n            \\\\\\\"Washington\\\\\\\",\\\\n            \\\\\\\"Oregon\\\\\\\",\\\\n            \\\\\\\"California\\\\\\\",\\\\n            \\\\\\\"Montana\\\\\\\",\\\\n            \\\\\\\"Alabama\\\\\\\",\\\\n            \\\\\\\"Idaho\\\\\\\",\\\\n            \\\\\\\"Massachusetts\\\\\\\",\\\\n            \\\\\\\"Colorado\\\\\\\",\\\\n            \\\\\\\"Connecticut\\\\\\\",\\\\n            \\\\\\\"Massachusetts\\\\\\\",\\\\n            \\\\\\\"Oklahoma\\\\\\\",\\\\n            \\\\\\\"Texas\\\\\\\",\\\\n            \\\\\\\"Arizona\\\\\\\",\\\\n            \\\\\\\"California\\\\\\\",\\\\n            \\\\\\\"Massachusetts\\\\\\\",\\\\n            \\\\\\\"Florida\\\\\\\",\\\\n            \\\\\\\"California\\\\\\\",\\\\n            \\\\\\\"Indiana\\\\\\\",\\\\n            \\\\\\\"Texas\\\\\\\",\\\\n            \\\\\\\"North Carolina\\\\\\\",\\\\n            \\\\\\\"Iowa\\\\\\\",\\\\n            \\\\\\\"Colorado\\\\\\\",\\\\n            \\\\\\\"Arizona\\\\\\\",\\\\n            \\\\\\\"South Carolina\\\\\\\",\\\\n            \\\\\\\"North Carolina\\\\\\\",\\\\n            \\\\\\\"Tennessee\\\\\\\"\\\\n        ]\\\\n    }\\\\n}\\\"\",\"path\":[\"error\",\"body\"]},\"_p_returned_an_error\":{\"ret_value\":\"boolean\",\"caption\":\"returned_an_error\",\"sample_value\":false}}}}","ret_value":"api.1633930273201x531300607706529800.plugin_api.ABl"},"ABp":{"0":"A","1":"B","2":"o","name":"Get a list of countries","method":"post","publish_as":"action","should_reinitialize":true,"url":"https://superplugin.io/api/1.1/wf/get_a_list_of_countries","wrap_error":true,"initialized":true,"params":{"ABm":{"key":"api_key","value":"IBGHIXQjq67obhOjviiueCXXI978U0vqPMT7Z7Dt","private":true}},"types":"{\"plugin_api.ABp\":{\"caption\":\"Get a list of countrie\",\"fields\":{\"_p_body.status\":{\"ret_value\":\"text\",\"caption\":\"body status\",\"sample_value\":\"success\",\"path\":[\"body\",\"status\"]},\"_p_body.response.country_name\":{\"ret_value\":\"list.text\",\"caption\":\"body response country_name\",\"sample_value\":\"Afghanistan\",\"path\":[\"body\",\"response\",\"country_name\"]},\"_p_body.response.status\":{\"ret_value\":\"text\",\"caption\":\"body response status\",\"sample_value\":\"success\",\"path\":[\"body\",\"response\",\"status\"]},\"_p_body.response.id\":{\"ret_value\":\"text\",\"caption\":\"body response id\",\"sample_value\":\"1670929643077x268145653230297280\",\"path\":[\"body\",\"response\",\"id\"]},\"_p_error.status_code\":{\"ret_value\":\"number\",\"caption\":\"error status_code\",\"sample_value\":200,\"path\":[\"error\",\"status_code\"]},\"_p_error.status_message\":{\"ret_value\":\"text\",\"caption\":\"error status_message\",\"sample_value\":\"OK\",\"path\":[\"error\",\"status_message\"]},\"_p_error.body\":{\"ret_value\":\"text\",\"caption\":\"error body\",\"sample_value\":\"\\\"{\\\\n    \\\\\\\"status\\\\\\\": \\\\\\\"success\\\\\\\",\\\\n    \\\\\\\"response\\\\\\\": {\\\\n        \\\\\\\"country_name\\\\\\\": [\\\\n            \\\\\\\"Afghanistan\\\\\\\",\\\\n            \\\\\\\"Albania\\\\\\\",\\\\n            \\\\\\\"Algeria\\\\\\\",\\\\n            \\\\\\\"American Samoa\\\\\\\",\\\\n            \\\\\\\"Andorra\\\\\\\",\\\\n            \\\\\\\"Angola\\\\\\\",\\\\n            \\\\\\\"Anguilla\\\\\\\",\\\\n            \\\\\\\"Antigua and Barbuda\\\\\\\",\\\\n            \\\\\\\"Argentina\\\\\\\",\\\\n            \\\\\\\"Armenia\\\\\\\",\\\\n            \\\\\\\"Aruba\\\\\\\",\\\\n            \\\\\\\"Australia\\\\\\\",\\\\n            \\\\\\\"Austria\\\\\\\",\\\\n            \\\\\\\"Azerbaijan\\\\\\\",\\\\n            \\\\\\\"Bahamas\\\\\\\",\\\\n            \\\\\\\"Bahrain\\\\\\\",\\\\n            \\\\\\\"Bangladesh\\\\\\\",\\\\n            \\\\\\\"Barbados\\\\\\\",\\\\n            \\\\\\\"Belarus\\\\\\\",\\\\n            \\\\\\\"Belgium\\\\\\\",\\\\n            \\\\\\\"Belize\\\\\\\",\\\\n            \\\\\\\"Benin\\\\\\\",\\\\n            \\\\\\\"Bermuda\\\\\\\",\\\\n            \\\\\\\"Bhutan\\\\\\\",\\\\n            \\\\\\\"Bolivia\\\\\\\",\\\\n            \\\\\\\"Bosnia and Herzegovina\\\\\\\",\\\\n            \\\\\\\"Botswana\\\\\\\",\\\\n            \\\\\\\"Brazil\\\\\\\",\\\\n            \\\\\\\"British Virgin Islands\\\\\\\",\\\\n            \\\\\\\"Brunei\\\\\\\",\\\\n            \\\\\\\"Bulgaria\\\\\\\",\\\\n            \\\\\\\"Burkina Faso\\\\\\\",\\\\n            \\\\\\\"Burundi\\\\\\\",\\\\n            \\\\\\\"Cambodia\\\\\\\",\\\\n            \\\\\\\"Cameroon\\\\\\\",\\\\n            \\\\\\\"Canada\\\\\\\",\\\\n            \\\\\\\"Cape Verde\\\\\\\",\\\\n            \\\\\\\"Cayman Islands\\\\\\\",\\\\n            \\\\\\\"Central African Republic\\\\\\\",\\\\n            \\\\\\\"Chad\\\\\\\",\\\\n            \\\\\\\"Chile\\\\\\\",\\\\n            \\\\\\\"China\\\\\\\",\\\\n            \\\\\\\"Christmas Island\\\\\\\",\\\\n            \\\\\\\"Colombia\\\\\\\",\\\\n            \\\\\\\"Comoros\\\\\\\",\\\\n            \\\\\\\"Congo\\\\\\\",\\\\n            \\\\\\\"Costa Rica\\\\\\\",\\\\n            \\\\\\\"Cote d'Ivoire\\\\\\\",\\\\n            \\\\\\\"Croatia\\\\\\\",\\\\n            \\\\\\\"Cuba\\\\\\\"\\\\n        ],\\\\n        \\\\\\\"status\\\\\\\": \\\\\\\"success\\\\\\\",\\\\n        \\\\\\\"id\\\\\\\": \\\\\\\"1670929643077x268145653230297280\\\\\\\"\\\\n    }\\\\n}\\\"\",\"path\":[\"error\",\"body\"]},\"_p_returned_an_error\":{\"ret_value\":\"boolean\",\"caption\":\"returned_an_error\",\"sample_value\":false}}}}","ret_value":"api.1633930273201x531300607706529800.plugin_api.ABp"},"ABs":{"0":"A","1":"B","2":"r","name":"Get a list of cities","method":"post","publish_as":"action","should_reinitialize":false,"url":"https://superplugin.io/api/1.1/wf/get_a_list_of_cities","wrap_error":true,"initialized":true,"params":{"ABm":{"key":"api_key","value":"IBGHIXQjq67obhOjviiueCXXI978U0vqPMT7Z7Dt","private":true},"ABt":{"key":"minimum_population","value":"10000","private":true}},"types":"{\"plugin_api.ABr\":{\"caption\":\"Get a list of citie\",\"fields\":{\"_p_body.status\":{\"ret_value\":\"text\",\"caption\":\"body status\",\"sample_value\":\"success\",\"path\":[\"body\",\"status\"]},\"_p_body.response.city_name\":{\"ret_value\":\"list.text\",\"caption\":\"body response city_name\",\"sample_value\":\"Khunays\",\"path\":[\"body\",\"response\",\"city_name\"]},\"_p_body.response.status\":{\"ret_value\":\"text\",\"caption\":\"body response status\",\"sample_value\":\"success\",\"path\":[\"body\",\"response\",\"status\"]},\"_p_body.response.id\":{\"ret_value\":\"text\",\"caption\":\"body response id\",\"sample_value\":\"1670929620823x349441688475740100\",\"path\":[\"body\",\"response\",\"id\"]},\"_p_body.response.city_population\":{\"ret_value\":\"list.number\",\"caption\":\"body response city_population\",\"sample_value\":10000,\"path\":[\"body\",\"response\",\"city_population\"]},\"_p_body.response.country_name\":{\"ret_value\":\"list.text\",\"caption\":\"body response country_name\",\"sample_value\":\"Tunisia\",\"path\":[\"body\",\"response\",\"country_name\"]},\"_p_body.response.lat\":{\"ret_value\":\"list.number\",\"caption\":\"body response lat\",\"sample_value\":35.7122,\"path\":[\"body\",\"response\",\"lat\"]},\"_p_body.response.lng\":{\"ret_value\":\"list.number\",\"caption\":\"body response lng\",\"sample_value\":10.8167,\"path\":[\"body\",\"response\",\"lng\"]},\"_p_error.status_code\":{\"ret_value\":\"number\",\"caption\":\"error status_code\",\"sample_value\":200,\"path\":[\"error\",\"status_code\"]},\"_p_error.status_message\":{\"ret_value\":\"text\",\"caption\":\"error status_message\",\"sample_value\":\"OK\",\"path\":[\"error\",\"status_message\"]},\"_p_error.body\":{\"ret_value\":\"text\",\"caption\":\"error body\",\"sample_value\":\"\\\"{\\\\n    \\\\\\\"status\\\\\\\": \\\\\\\"success\\\\\\\",\\\\n    \\\\\\\"response\\\\\\\": {\\\\n        \\\\\\\"city_name\\\\\\\": [\\\\n            \\\\\\\"Khunays\\\\\\\",\\\\n            \\\\\\\"Butha-Buthe\\\\\\\",\\\\n            \\\\\\\"Tarīn Kōṯ\\\\\\\",\\\\n            \\\\\\\"Platón Sánchez\\\\\\\",\\\\n            \\\\\\\"Capitola\\\\\\\",\\\\n            \\\\\\\"Pajacuarán\\\\\\\",\\\\n            \\\\\\\"Kirundo\\\\\\\",\\\\n            \\\\\\\"Ciudad Tula\\\\\\\",\\\\n            \\\\\\\"Chapeltown\\\\\\\",\\\\n            \\\\\\\"Charter Oak\\\\\\\",\\\\n            \\\\\\\"Dhāmua\\\\\\\",\\\\n            \\\\\\\"Nisporeni\\\\\\\",\\\\n            \\\\\\\"Swieqi\\\\\\\",\\\\n            \\\\\\\"Vrnjačka Banja\\\\\\\",\\\\n            \\\\\\\"Mojkovac\\\\\\\",\\\\n            \\\\\\\"La Massana\\\\\\\",\\\\n            \\\\\\\"Chichihualco\\\\\\\",\\\\n            \\\\\\\"Kilsyth\\\\\\\",\\\\n            \\\\\\\"Mellieħa\\\\\\\",\\\\n            \\\\\\\"Warfield\\\\\\\",\\\\n            \\\\\\\"Forres\\\\\\\",\\\\n            \\\\\\\"Naftalan\\\\\\\",\\\\n            \\\\\\\"Cuapiaxtla de Madero\\\\\\\",\\\\n            \\\\\\\"Kuldīga\\\\\\\",\\\\n            \\\\\\\"Capodrise\\\\\\\",\\\\n            \\\\\\\"Biržai\\\\\\\",\\\\n            \\\\\\\"Citrus\\\\\\\",\\\\n            \\\\\\\"Tinqueux\\\\\\\",\\\\n            \\\\\\\"Caudebec-lès-Elbeuf\\\\\\\",\\\\n            \\\\\\\"Mexicaltzingo\\\\\\\",\\\\n            \\\\\\\"Akil\\\\\\\",\\\\n            \\\\\\\"Birao\\\\\\\",\\\\n            \\\\\\\"Amgachia\\\\\\\",\\\\n            \\\\\\\"Bound Brook\\\\\\\",\\\\n            \\\\\\\"West Haverstraw\\\\\\\",\\\\n            \\\\\\\"Phra Pradaeng\\\\\\\",\\\\n            \\\\\\\"Nor Hachn\\\\\\\",\\\\n            \\\\\\\"Tetela del Volcán\\\\\\\",\\\\n            \\\\\\\"Tlalixtac de Cabrera\\\\\\\",\\\\n            \\\\\\\"Great Neck\\\\\\\",\\\\n            \\\\\\\"Multi\\\\\\\",\\\\n            \\\\\\\"Lemington\\\\\\\",\\\\n            \\\\\\\"Samux\\\\\\\",\\\\n            \\\\\\\"Lake Stickney\\\\\\\",\\\\n            \\\\\\\"Avranches\\\\\\\",\\\\n            \\\\\\\"Siparia\\\\\\\",\\\\n            \\\\\\\"Boulder Hill\\\\\\\",\\\\n            \\\\\\\"Birsfelden\\\\\\\",\\\\n            \\\\\\\"Broadstone\\\\\\\",\\\\n            \\\\\\\"Montigny-en-Gohelle\\\\\\\"\\\\n        ],\\\\n        \\\\\\\"status\\\\\\\": \\\\\\\"success\\\\\\\",\\\\n        \\\\\\\"id\\\\\\\": \\\\\\\"1670929620823x349441688475740100\\\\\\\",\\\\n        \\\\\\\"city_population\\\\\\\": [\\\\n            10000,\\\\n            10000,\\\\n            10000,\\\\n            10009,\\\\n            10010,\\\\n            10014,\\\\n            10024,\\\\n            10043,\\\\n            10043,\\\\n            10048,\\\\n            10055,\\\\n            10063,\\\\n            10064,\\\\n            10065,\\\\n            10066,\\\\n            10076,\\\\n            10079,\\\\n            10080,\\\\n            10087,\\\\n            10088,\\\\n            10100,\\\\n            10100,\\\\n            10101,\\\\n            10109,\\\\n            10133,\\\\n            10146,\\\\n            10150,\\\\n            10154,\\\\n            10156,\\\\n            10161,\\\\n            10176,\\\\n            10178,\\\\n            10179,\\\\n            10180,\\\\n            10189,\\\\n            10190,\\\\n            10198,\\\\n            10199,\\\\n            10208,\\\\n            10209,\\\\n            10215,\\\\n            10228,\\\\n            10228,\\\\n            10230,\\\\n            10246,\\\\n            10254,\\\\n            10262,\\\\n            10299,\\\\n            10303,\\\\n            10315\\\\n        ],\\\\n        \\\\\\\"country_name\\\\\\\": [\\\\n            \\\\\\\"Tunisia\\\\\\\",\\\\n            \\\\\\\"Lesotho\\\\\\\",\\\\n            \\\\\\\"Afghanistan\\\\\\\",\\\\n            \\\\\\\"Mexico\\\\\\\",\\\\n            \\\\\\\"United States\\\\\\\",\\\\n            \\\\\\\"Mexico\\\\\\\",\\\\n            \\\\\\\"Burundi\\\\\\\",\\\\n            \\\\\\\"Mexico\\\\\\\",\\\\n            \\\\\\\"United Kingdom\\\\\\\",\\\\n            \\\\\\\"United States\\\\\\\",\\\\n            \\\\\\\"India\\\\\\\",\\\\n            \\\\\\\"Moldova\\\\\\\",\\\\n            \\\\\\\"Malta\\\\\\\",\\\\n            \\\\\\\"Serbia\\\\\\\",\\\\n            \\\\\\\"Montenegro\\\\\\\",\\\\n            \\\\\\\"Andorra\\\\\\\",\\\\n            \\\\\\\"Mexico\\\\\\\",\\\\n            \\\\\\\"United Kingdom\\\\\\\",\\\\n            \\\\\\\"Malta\\\\\\\",\\\\n            \\\\\\\"United Kingdom\\\\\\\",\\\\n            \\\\\\\"United Kingdom\\\\\\\",\\\\n            \\\\\\\"Azerbaijan\\\\\\\",\\\\n            \\\\\\\"Mexico\\\\\\\",\\\\n            \\\\\\\"Latvia\\\\\\\",\\\\n            \\\\\\\"Italy\\\\\\\",\\\\n            \\\\\\\"Lithuania\\\\\\\",\\\\n            \\\\\\\"United States\\\\\\\",\\\\n            \\\\\\\"France\\\\\\\",\\\\n            \\\\\\\"France\\\\\\\",\\\\n            \\\\\\\"Mexico\\\\\\\",\\\\n            \\\\\\\"Mexico\\\\\\\",\\\\n            \\\\\\\"Central African Republic\\\\\\\",\\\\n            \\\\\\\"India\\\\\\\",\\\\n            \\\\\\\"United States\\\\\\\",\\\\n            \\\\\\\"United States\\\\\\\",\\\\n            \\\\\\\"Thailand\\\\\\\",\\\\n            \\\\\\\"Armenia\\\\\\\",\\\\n            \\\\\\\"Mexico\\\\\\\",\\\\n            \\\\\\\"Mexico\\\\\\\",\\\\n            \\\\\\\"United States\\\\\\\",\\\\n            \\\\\\\"India\\\\\\\",\\\\n            \\\\\\\"United Kingdom\\\\\\\",\\\\n            \\\\\\\"Azerbaijan\\\\\\\",\\\\n            \\\\\\\"United States\\\\\\\",\\\\n            \\\\\\\"France\\\\\\\",\\\\n            \\\\\\\"Trinidad And Tobago\\\\\\\",\\\\n            \\\\\\\"United States\\\\\\\",\\\\n            \\\\\\\"Switzerland\\\\\\\",\\\\n            \\\\\\\"United Kingdom\\\\\\\",\\\\n            \\\\\\\"France\\\\\\\"\\\\n        ],\\\\n        \\\\\\\"lat\\\\\\\": [\\\\n            35.7122,\\\\n            -28.7833,\\\\n            32.6333,\\\\n            21.2833,\\\\n            36.9772,\\\\n            20.1178,\\\\n            -2.5833,\\\\n            23,\\\\n            53.462,\\\\n            34.1025,\\\\n            22.2875,\\\\n            47.0814,\\\\n            35.9208,\\\\n            43.6167,\\\\n            42.96,\\\\n            42.5442,\\\\n            17.655,\\\\n            55.98,\\\\n            35.95,\\\\n            51.442,\\\\n            57.608,\\\\n            40.5058,\\\\n            18.9167,\\\\n            56.9672,\\\\n            41.05,\\\\n            56.2,\\\\n            34.1161,\\\\n            49.25,\\\\n            49.2808,\\\\n            19.2092,\\\\n            20.2656,\\\\n            10.2837,\\\\n            22.4156,\\\\n            40.5676,\\\\n            41.2063,\\\\n            13.659,\\\\n            40.3019,\\\\n            18.8931,\\\\n            17.0667,\\\\n            40.8028,\\\\n            22.2847,\\\\n            54.972,\\\\n            40.7642,\\\\n            47.8709,\\\\n            48.6844,\\\\n            10.1333,\\\\n            41.7112,\\\\n            47.5531,\\\\n            50.7605,\\\\n            50.4278\\\\n        ],\\\\n        \\\\\\\"lng\\\\\\\": [\\\\n            10.8167,\\\\n            28.2333,\\\\n            65.8667,\\\\n            -98.3667,\\\\n            -121.9538,\\\\n            -102.5667,\\\\n            30.1,\\\\n            -99.72,\\\\n            -1.466,\\\\n            -117.8564,\\\\n            88.3962,\\\\n            28.1783,\\\\n            14.48,\\\\n            20.9,\\\\n            19.58,\\\\n            1.5164,\\\\n            -99.674,\\\\n            -4.06,\\\\n            14.3667,\\\\n            -0.737,\\\\n            -3.62,\\\\n            46.8192,\\\\n            -97.8167,\\\\n            21.97,\\\\n            14.3,\\\\n            24.75,\\\\n            -117.889,\\\\n            3.9908,\\\\n            1.0211,\\\\n            -99.5858,\\\\n            -89.3478,\\\\n            22.7833,\\\\n            88.3051,\\\\n            -74.5383,\\\\n            -73.9883,\\\\n            100.5329,\\\\n            44.5831,\\\\n            -98.7297,\\\\n            -96.65,\\\\n            -73.7332,\\\\n            88.4053,\\\\n            -1.723,\\\\n            46.4083,\\\\n            -122.2596,\\\\n            -1.3569,\\\\n            -61.5,\\\\n            -88.3353,\\\\n            7.6231,\\\\n            -1.995,\\\\n            2.9297\\\\n        ]\\\\n    }\\\\n}\\\"\",\"path\":[\"error\",\"body\"]},\"_p_returned_an_error\":{\"ret_value\":\"boolean\",\"caption\":\"returned_an_error\",\"sample_value\":false}}}}","ret_value":"api.1633930273201x531300607706529800.plugin_api.ABs"}}},"plugin_elements":{"AAC":{"display":"Nalfe Connector","property_applications":{"resizable":true},"add_is_visible":true,"states":{"AAD":{"caption":"app_id","name":"app_id","value":"text","initialization_code":{"fn":"function(properties, context) {\n\n\n\n}"}},"AAE":{"caption":"user_email","name":"user_email","value":"text","initialization_code":{"fn":"function(properties, context) {\n\n\n\n}"}},"AAF":{"caption":"status","name":"status","value":"text","initialization_code":{"fn":"function(properties, context) {\n\n\n\n}"}}},"events":{"AAH":{"caption":"is connected","name":"connected"},"AAI":{"caption":"returns an error","name":"error"}},"actions":{"AAG":{"caption":"Nalfe - Connect","code":{"fn":"function(instance, properties, context) {\n\n\n    //Load any data \n    const queryString = window.location.search;\n    const urlParams = new URLSearchParams(queryString);   \n    const key = urlParams.get('key');\n    //const app = urlParams.get('app');\n    const url = window.location.hostname;\n    var requestUrl;\n    if(properties.test) requestUrl = \"/version-test\";\n    else requestUrl = \"\";\n\n\n\n    //Do the operation\n    var myHeaders = new Headers();\n    myHeaders.append(\"Content-Type\", \"application/json\");\n\n    var raw = JSON.stringify({\n        'key':key,\n        'url':url\n    });\n\n    var requestOptions = {\n        method: 'POST',\n        headers: myHeaders,\n        body: raw,\n        redirect: 'follow'\n    };\n    console.log(`https://www.nalfe.com${requestUrl}/api/1.1/wf/d-login`);\n\n    fetch(`https://www.nalfe.com${requestUrl}/api/1.1/wf/d-login`, requestOptions)\n        .then(response => response.text())\n        .then(result => {\n        var json = JSON.parse(result);\n        console.log(json);\n        if(json.response.auth==\"success\"){\n            instance.publishState('status','Connected');\n            instance.publishState('app_id',json.response.app_id);\n            instance.publishState('user_email',json.response.user_email);\n            instance.triggerEvent('connected');\n        }\n        else{\n\n            throw 'The key does not match the app. Please visit nalfe.com/h to log in.';\n        }\n    })\n        .catch(error => {       \n        console.log('error:', error);\n        instance.publishState('status','Error');\n        instance.triggerEvent('error');\n    });\n\n\n\n}"},"fields":{"AAc":{"caption":"Test mode","name":"test","rank":0,"editor":"DynamicValue","value":"boolean","default_val":false,"optional":false}}}},"code":{"preview":{"fn":"function(instance, properties) {\n\n\n\n}"},"initialize":{"fn":"function(instance, context) {\n\n\n\n}"},"update":{"fn":"function(instance, properties, context) {\n\n\n\n}"},"reset":{"fn":"function(instance, context) {\n\n\n\n}"}},"platform_type":"web"},"ABQ":{"display":"Mono Icon","property_applications":{"resizable":true,"MinWidth":false,"Background":true,"Border":true,"Padding":true,"BoxShadow":true},"add_hover_pressed":true,"add_is_visible":true,"fields":{"ABR":{"caption":"Icon","name":"icon_name","rank":0,"editor":"Dropdown","default_val":"add"},"ABS":{"caption":"Icon color","name":"icon_color","rank":1,"editor":"Color","default_val":"rgba(0, 0, 0, 1)","in_style":true}},"code":{"preview":{"fn":"function(instance, properties) {\n    \n    var miIconEl = document.createElement(\"img\");\n    var iconName = properties.icon_name;\n    var iconColor = properties.icon_color;\n    var elWidth = properties.bubble.width();\n    var elHeight = properties.bubble.height();\n    \n    \n    if (elWidth > elHeight) {\n      miIconEl.style.width = elHeight + \"px\";\n      miIconEl.style.height = elHeight + \"px\";\n    } else {\n      miIconEl.style.width = elWidth + \"px\";\n      miIconEl.style.height = elHeight + \"px\";\n    }\n    \n    if (instance.canvas[0].firstElementChild) {\n        instance.canvas[0].removeChild(instance.canvas[0].firstElementChild);\n    }\n    \n\tinstance.canvas.append(miIconEl);\n\n}"},"initialize":{"fn":"function(instance, context) {\n\n\n\n}"},"update":{"fn":"function(instance, properties, context) {\n\n    var miIconEl = document.createElement(\"i\");\n    var elWidth = properties.bubble.width();\n    var elHeight = properties.bubble.height();\n    var iconName = properties.icon_name;\n    var iconColor = properties.icon_color;\n    \n    \n    miIconEl.classList.add(\"mi-\" + iconName);\n    miIconEl.style.display = \"inline-block\";\n    \n    miIconEl.style.color = iconColor;\n    \n    if (elWidth > elHeight) {\n      miIconEl.style.fontSize = elHeight + \"px\";\n    } else {\n      miIconEl.style.fontSize = elWidth + \"px\";   \n    }\n    \n    \n    if (instance.canvas[0].firstElementChild) {\n        instance.canvas[0].removeChild(instance.canvas[0].firstElementChild);\n    }\n    \n\tinstance.canvas.append(miIconEl);\n\t\n}"},"reset":{"fn":"function(instance, context) {\n\n\n\n}"}},"platform_type":"web"},"ABe":{"display":"Remix Icon","property_applications":{"resizable":true,"MinWidth":false,"Background":true,"Border":true,"Padding":true,"BoxShadow":true},"add_hover_pressed":true,"add_is_visible":true,"fields":{"ABc":{"caption":"Icon","name":"icon_name","rank":0,"editor":"Dropdown","default_val":"24-hours-fill"},"ABd":{"caption":"Icon color","name":"icon_color","rank":1,"editor":"Color","default_val":"rgba(0, 0, 0, 1)","in_style":true}},"code":{"preview":{"fn":"function(instance, properties) {\n    \n    var riIconEl = document.createElement(\"img\");\n    var iconName = properties.icon_name;\n    var iconColor = properties.icon_color;\n    var elWidth = properties.bubble.width();\n    var elHeight = properties.bubble.height();\n    \n    \n    if (elWidth > elHeight) {\n      riIconEl.style.width = elHeight + \"px\";\n      riIconEl.style.height = elHeight + \"px\";\n    } else {\n      riIconEl.style.width = elWidth + \"px\";\n      riIconEl.style.height = elHeight + \"px\";\n    }\n    \n    if (instance.canvas[0].firstElementChild) {\n        instance.canvas[0].removeChild(instance.canvas[0].firstElementChild);\n    }\n    \n\tinstance.canvas.append(riIconEl);\n\n}"},"initialize":{"fn":"function(instance, context) {\n\n\n\n}"},"update":{"fn":"function(instance, properties, context) {\n\n    var riIconEl = document.createElement(\"i\");\n    var elWidth = properties.bubble.width();\n    var elHeight = properties.bubble.height();\n    var iconName = properties.icon_name;\n    var iconColor = properties.icon_color;\n    \n    \n    riIconEl.classList.add(\"ri-\" + iconName);    \n    riIconEl.style.color = iconColor;\n    \n    if (elWidth > elHeight) {\n      riIconEl.style.fontSize = elHeight + \"px\";\n    } else {\n      riIconEl.style.fontSize = elWidth + \"px\";   \n    }\n    \n    \n    if (instance.canvas[0].firstElementChild) {\n        instance.canvas[0].removeChild(instance.canvas[0].firstElementChild);\n    }\n    \n\tinstance.canvas.append(riIconEl);\n\t\n}"},"reset":{"fn":"function(instance, context) {\n\n\n\n}"}},"platform_type":"web"},"ABh":{"display":"Iconoir Icon","property_applications":{"resizable":true,"MinWidth":false,"Background":true,"Border":true,"Padding":true,"BoxShadow":true},"add_hover_pressed":true,"add_is_visible":true,"fields":{"ABf":{"caption":"Icon","name":"icon_name","rank":0,"editor":"Dropdown","default_val":"3d-add-hole"},"ABg":{"caption":"Icon color","name":"icon_color","rank":1,"editor":"Color","default_val":"rgba(0, 0, 0, 1)","in_style":true}},"code":{"preview":{"fn":"function(instance, properties) {\n    \n    var icIconEl = document.createElement(\"img\");\n    var iconName = properties.icon_name;\n    var iconColor = properties.icon_color;\n    var elWidth = properties.bubble.width();\n    var elHeight = properties.bubble.height();\n    \n    if (elWidth > elHeight) {\n      icIconEl.style.width = elHeight + \"px\";\n      icIconEl.style.height = elHeight + \"px\";\n    } else {\n      icIconEl.style.width = elWidth + \"px\";\n      icIconEl.style.height = elHeight + \"px\";\n    }\n    \n    if (instance.canvas[0].firstElementChild) {\n        instance.canvas[0].removeChild(instance.canvas[0].firstElementChild);\n    }\n    \n\tinstance.canvas.append(icIconEl);\n\n}"},"initialize":{"fn":"function(instance, context) {\n\n\n\n}"},"update":{"fn":"function(instance, properties, context) {\n\n    var icIconEl = document.createElement(\"i\");\n    var elWidth = properties.bubble.width();\n    var elHeight = properties.bubble.height();\n    var iconName = properties.icon_name;\n    var iconColor = properties.icon_color;\n    \n    \n    icIconEl.classList.add(\"iconoir-\" + iconName);    \n    icIconEl.style.color = iconColor;\n    \n    if (elWidth > elHeight) {\n      icIconEl.style.fontSize = elHeight + \"px\";\n    } else {\n      icIconEl.style.fontSize = elWidth + \"px\";   \n    }\n    \n    \n    if (instance.canvas[0].firstElementChild) {\n        instance.canvas[0].removeChild(instance.canvas[0].firstElementChild);\n    }\n    \n\tinstance.canvas.append(icIconEl);\n\t\n}"},"reset":{"fn":"function(instance, context) {\n\n\n\n}"}},"platform_type":"web"},"ABk":{"display":"CSS Icon","property_applications":{"resizable":true,"MinWidth":false,"Background":true,"Border":true,"Padding":true,"BoxShadow":true},"add_hover_pressed":true,"add_is_visible":true,"fields":{"ABi":{"caption":"Icon","name":"icon_name","rank":0,"editor":"Dropdown","default_val":"add"},"ABj":{"caption":"Icon color","name":"icon_color","rank":1,"editor":"Color","default_val":"rgba(0, 0, 0, 1)","in_style":true}},"code":{"preview":{"fn":"function(instance, properties) {\n    \n    var ggIconEl = document.createElement(\"img\");\n    var iconName = properties.icon_name;\n    var iconColor = properties.icon_color;\n    var elWidth = properties.bubble.width();\n    var elHeight = properties.bubble.height();\n    \n    if (elWidth > elHeight) {\n      ggIconEl.style.width = elHeight + \"px\";\n      ggIconEl.style.height = elHeight + \"px\";\n    } else {\n      ggIconEl.style.width = elWidth + \"px\";\n      ggIconEl.style.height = elHeight + \"px\";\n    }\n    \n    if (instance.canvas[0].firstElementChild) {\n        instance.canvas[0].removeChild(instance.canvas[0].firstElementChild);\n    }\n    \n\tinstance.canvas.append(ggIconEl);\n\n}"},"initialize":{"fn":"function(instance, context) {\n\n\n\n}"},"update":{"fn":"function(instance, properties, context) {\n\n    var ggIconEl = document.createElement(\"i\");\n    var elWidth = properties.bubble.width();\n    var elHeight = properties.bubble.height();\n    var iconName = properties.icon_name;\n    var iconColor = properties.icon_color;\n    \n    \n    ggIconEl.classList.add(\"gg-\" + iconName);    \n    ggIconEl.style.color = iconColor;\n    \n    if (elWidth > elHeight) {\n      ggIconEl.style.fontSize = elHeight + \"px\";\n    } else {\n      ggIconEl.style.fontSize = elWidth + \"px\";   \n    }\n    \n    \n    if (instance.canvas[0].firstElementChild) {\n        instance.canvas[0].removeChild(instance.canvas[0].firstElementChild);\n    }\n    \n\tinstance.canvas.append(ggIconEl);\n\t\n}"},"reset":{"fn":"function(instance, context) {\n\n\n\n}"}},"platform_type":"web"}},"plugin_actions":{"ABU":{"display":"Open a new tab","type":"client_side","fields":{"ABV":{"caption":"Destination URL","name":"destination","rank":0,"editor":"DynamicValue","value":"text"}},"code":{"client":{"fn":"function(properties, context) {\n    \n  window.open(properties.destination, '_blank');\n    \n}"}}}}};
window._bubble_page_load_data.plugins_size['1633930273201x531300607706529800'] = 96524;
window.preloaded['plugin/third_party:1633930273201x531300607706529800:2.1.0'] = true;
window.plugins["1656156230536x298565765509152800"] = {"human":"Charts and Graphs","dependencies":{"use_jquery":true,"plugin_api_version":3},"plugin_elements":{"AAE":{"display":"Line Chart 📈","property_applications":{"resizable":true,"MinWidth":true},"add_is_visible":true,"fields":{"AAQ":{"caption":"Smoothness ","name":"smoothness","rank":5,"editor":"Dropdown","optional":false,"default_val":"0.0"},"AAR":{"caption":"Interpolation","name":"interpolation","rank":4,"editor":"Dropdown","default_val":"Default [no smoothness]"},"AAS":{"caption":"Point Style","name":"pointstyle","rank":6,"editor":"Dropdown","default_val":"●"},"AAT":{"caption":"Graph Area color","name":"areacolor","rank":7,"editor":"Color","default_val":"rgba(95, 206, 250, 1)"},"AAU":{"caption":"Graph Line color","name":"linecolor","rank":8,"editor":"Color","default_val":"rgba(117, 117, 117, 1)"},"AAV":{"caption":"Title","name":"title","rank":9,"editor":"DynamicValue","value":"text","optional":true,"default_val":"My Graph Title"},"AAW":{"caption":"Title Alignment","name":"titlealignment","rank":10,"editor":"Dropdown","default_val":"center","optional":true,"in_style":false},"AAX":{"caption":"Label X","name":"labelx","rank":2,"editor":"DynamicValue","value":"text","optional":true,"default_val":"Values X axis"},"AAY":{"caption":"Label Y","name":"labely","rank":3,"editor":"DynamicValue","value":"text","optional":true,"default_val":"Values Y Axis"},"AAZ":{"caption":"dataset name","name":"datasetname","rank":11,"editor":"DynamicValue","value":"text","optional":true,"default_val":"My Chart"},"AAa":{"caption":"dataset-name location","name":"datasetlocation","rank":12,"editor":"Dropdown","default_val":"top"},"AAb":{"caption":"Tooltip enable","name":"tooltippresence","rank":13,"editor":"Checkbox","default_val":true},"AAc":{"caption":"X Values","name":"xValues","rank":1,"editor":"DynamicValue","value":"text","is_list":false,"default_val":"January,February,March,April,May,June,July"},"AAd":{"caption":"Y Values","name":"yValues","rank":0,"editor":"DynamicValue","value":"text","default_val":"0,10,5,2,20,30,105"},"AAe":{"caption":"Vertical Grid Color","name":"grid_x_color","rank":14,"editor":"Color","default_val":"rgba(0, 0, 0, 0)"},"AAf":{"caption":"Horizontal Grid Color","name":"grid_y_color","rank":15,"editor":"Color","default_val":"rgba(128, 128, 128, 0.81)"},"AAg":{"caption":"Values Color","name":"values_color","rank":16,"editor":"Color","default_val":"rgba(82, 82, 82, 1)"},"AAi":{"caption":"line style","name":"line_style","rank":17,"editor":"Dropdown","default_val":"—"},"ABk":{"caption":"Display legend","name":"displaylegend","rank":18,"editor":"Checkbox","default_val":true},"ACV":{"caption":"Legend align","name":"legendalign","rank":19,"editor":"Dropdown","default_val":"center"},"ACW":{"caption":"stepsize","name":"stepsize","rank":20,"editor":"DynamicValue","value":"text","default_val":"10"},"ACX":{"caption":"suggestedmin","name":"suggestedmin","rank":21,"editor":"DynamicValue","value":"text","default_val":"0"},"ACY":{"caption":"suggestedmax","name":"suggestedmax","rank":22,"editor":"DynamicValue","value":"text","default_val":"120"}},"code":{"preview":{"fn":" function(instance, properties) {\n    \n        var s = document.createElement(\"script\");\n        s.type = \"text/javascript\";\n        s.src = \"https://cdnjs.cloudflare.com/ajax/libs/Chart.js/3.8.0/chart.min.js\";\n        $(\"body\").append(s);\n\t\t\n    \n    \tvar myChart;\n    \tvar borderStyle;\n    \tlet interpolationVariable;\n    \tlet pointVariable;\n\t\tlet interpolationOption = properties.interpolation\n        let tension = parseFloat(properties.smoothness)\n        let pointstyle = properties.pointstyle\n        \n        if (pointstyle === \"⬥\"){\n            pointVariable = \"rectRot\"\n        }else{\n            pointVariable = \"circle\"\n        }\n        \n    \tif (properties.line_style === \"– –\"){\n            borderStyle = {\n                borderDash: [10, 4]\n            }\n        }\n    \n    \tif (properties.line_style === \"--\"){\n            borderStyle = {\n                borderDash: [5, 4]\n            }\n        }\n\n        if (interpolationOption === \"Cubic Interpolation - monotone\" ){\n            interpolationVariable = {\n                cubicInterpolationMode: 'monotone',\n                tension: tension\n            }\n        }\n    \t\n        if (interpolationOption === \"Cubic Interpolation\" ){\n            interpolationVariable = {\n                cubicInterpolationMode: 'default',\n                tension: tension\n            }\n        }\n    \n    \n    \tvar labels = properties.xValues.split(',');\n    \tvar dataList = properties.yValues.split(',')\n \n\n        const data = {\n            labels: labels,\n            datasets: [{\n                label: properties.datasetname,\n                backgroundColor: properties.areacolor,\n                borderColor: properties.linecolor,\n                data: dataList,\n                fill: true,\n                pointStyle: pointVariable,\n\t\t\t\t...interpolationVariable,\n                ...borderStyle\n                \n            }]\n        };\n    \n\n        const config = {\n            type: 'line',\n            data: data,\n            options: {\n                        responsive: true,\n                        plugins: {\n                          tooltip:{\n                             enabled: properties.tooltippresence,\n                          },\n                          legend: {\n                            display: properties.displaylegend,\n                            position: properties.datasetlocation,\n                            align: properties.legendalign,\n                            labels: {\n                              usePointStyle: true,\n                            },\n                          },\n                          title: {\n                            display: true,\n                            text: properties.title,\n                            align: properties.titlealignment\n                          },\n                        },\n                        interaction: {\n                          mode: 'index',\n                          intersect: false\n                        },\n                        scales: {\n                          x: {\n                            ticks: {\n                                color: properties.values_color\n                            },\n                           \tgrid: {\n                                color: properties.grid_x_color,\n                                display: true\n                            },\n                            display: true,\n                            title: {\n                              color: properties.values_color,\n                              display: true,\n                              text: properties.labelx\n                            }\n                          },\n                          y: {\n                            ticks: {\n                                color: properties.values_color,\n                                stepSize: properties.stepsize,\n                              },\n                            grid: {\n                                color: properties.grid_y_color,\n                                display: true\n                            },\n                            display: true,\n                            suggestedMin: properties.suggestedmin,\n        \t\t\t\t\tsuggestedMax: properties.suggestedmax,\n                            title: {\n                              display: true,\n                              color: properties.values_color,\n                              text: properties.labely\n                            }\n                          }\n                        }\n                      }  \n        };\n    \n    $(window).on( \"load\", function() { \n        ctx = document.createElement(\"CANVAS\");\n        ctx.setAttribute(\"id\",\"chartCanva\");\n\n        instance.canvas[0].appendChild(ctx)\n\n\n\n        myChart = new Chart(\n            document.getElementById('chartCanva'),\n            config\n        );\n    })\n    \n    \t\n}\n"},"initialize":{"fn":""},"update":{"fn":"function(instance, properties, context) {\n    \n    \t\n    \n    \tvar myChart;\n    \tvar borderStyle;\n    \tlet interpolationVariable;\n    \tlet pointVariable;\n\t\tlet interpolationOption = properties.interpolation\n        let tension = parseFloat(properties.smoothness)\n        let pointstyle = properties.pointstyle\n        \n        if (pointstyle === \"⬥\"){\n            pointVariable = \"rectRot\"\n        }else{\n            pointVariable = \"circle\"\n        }\n        \n    \tif (properties.line_style === \"– –\"){\n            borderStyle = {\n                borderDash: [10, 4]\n            }\n        }\n    \n    \tif (properties.line_style === \"--\"){\n            borderStyle = {\n                borderDash: [5, 4]\n            }\n        }\n\n        if (interpolationOption === \"Cubic Interpolation - monotone\" ){\n            interpolationVariable = {\n                cubicInterpolationMode: 'monotone',\n                tension: tension\n            }\n        }\n    \t\n        if (interpolationOption === \"Cubic Interpolation\" ){\n            interpolationVariable = {\n                cubicInterpolationMode: 'default',\n                tension: tension\n            }\n        }\n    \n    \n    \tvar labels = properties.xValues.split(',');\n    \tvar dataList = properties.yValues.split(',')\n \n\n        const data = {\n            labels: labels,\n            datasets: [{\n                label: properties.datasetname,\n                backgroundColor: properties.areacolor,\n                borderColor: properties.linecolor,\n                data: dataList,\n                fill: true,\n                pointStyle: pointVariable,\n\t\t\t\t...interpolationVariable,\n                ...borderStyle\n                \n            }]\n        };\n    \n\n        const config = {\n            type: 'line',\n            data: data,\n            options: {\n                        responsive: true,\n                        plugins: {\n                          tooltip:{\n                             enabled: properties.tooltippresence,\n                          },\n                          legend: {\n                            display: properties.displaylegend,\n                            position: properties.datasetlocation,\n                            align: properties.legendalign,\n                            labels: {\n                              usePointStyle: true,\n                            },\n                          },\n                          title: {\n                            display: true,\n                            text: properties.title,\n                            align: properties.titlealignment\n                          },\n                        },\n                        interaction: {\n                          mode: 'index',\n                          intersect: false\n                        },\n                        scales: {\n                          x: {\n                            ticks: {\n                                color: properties.values_color\n                            },\n                           \tgrid: {\n                                color: properties.grid_x_color,\n                                display: true\n                            },\n                            display: true,\n                            title: {\n                              color: properties.values_color,\n                              display: true,\n                              text: properties.labelx\n                            }\n                          },\n                          y: {\n                            ticks: {\n                                color: properties.values_color,\n                                stepSize: properties.stepsize,\n                              },\n                            grid: {\n                                color: properties.grid_y_color,\n                                display: true\n                            },\n                            display: true,\n                            suggestedMin: properties.suggestedmin,\n        \t\t\t\t\tsuggestedMax: properties.suggestedmax,\n                            title: {\n                              display: true,\n                              color: properties.values_color,\n                              text: properties.labely\n                            }\n                          }\n                        }\n                      } \n        };\n    \n    $( document ).ready(function() {\n\n        let instanceID = \"-\"+(Math.random() + 1).toString(36).substring(7)\n        \n        try{\n            instance.canvas[0].removeChild(document.getElementById(\"chartCanva\"+instanceID))\n        }catch(e){\n            console.log(\"not able to remove chield\")\n        }\n        \n        ctx = document.createElement(\"CANVAS\");\n        ctx.setAttribute(\"id\",\"chartCanva\"+instanceID);\n\n        if(!instance.canvas[0].childElementCount){\n            instance.canvas[0].appendChild(ctx)\n        }else{\n        \tinstance.canvas[0].innerHTML = ''\n            instance.canvas[0].appendChild(ctx)\n        }\n\n        myChart = new Chart(\n            document.getElementById(\"chartCanva\"+instanceID),\n            config\n        );\n\n    });\n    \n    \t\n}"},"reset":{"fn":"function(instance, context) {\n\n\n\n}"}},"platform_type":"web"},"ABV":{"display":"Pie & Donut Chart 🍩","property_applications":{"resizable":true,"MinWidth":true},"add_is_visible":true,"fields":{"ABW":{"caption":"Labels","name":"labels","rank":2,"editor":"DynamicValue","value":"text","is_list":false,"default_val":"Color1;Color2; Color3"},"ABX":{"caption":"Values","name":"values","rank":3,"editor":"DynamicValue","value":"text","default_val":"300; 50; 200","is_list":false},"ABY":{"caption":"Colors","name":"colors","rank":4,"editor":"DynamicValue","is_list":false,"value":"text","default_val":"rgb(255, 99, 132); rgb(54, 162, 235); rgb(255, 205, 86)"},"ABa":{"caption":"Chart Title","name":"title","rank":1,"editor":"DynamicValue","value":"text","default_val":"Media Nova Chart"},"ABb":{"caption":"Labels Location","name":"labelslocation","rank":5,"editor":"Dropdown","default_val":"top"},"ABc":{"caption":"Circumference (min: 0, max: 360)","name":"circumference","rank":6,"editor":"StaticNumber","default_val":360},"ABd":{"caption":"Border Color","name":"bordercolor","rank":7,"editor":"Color","default_val":"rgba(255, 255, 255, 1)"},"ABe":{"caption":"Spacing between arcs","name":"spacing","rank":8,"editor":"StaticNumber","default_val":20},"ABf":{"caption":"Border radius","name":"borderradius","rank":9,"editor":"StaticNumber","default_val":10},"ABg":{"caption":"Donut Hole","name":"donuthole","rank":10,"editor":"StaticNumber","default_val":0},"ABi":{"caption":"Tooltip presence","name":"tooltippresence","rank":11,"editor":"Checkbox","default_val":true},"ABj":{"caption":"Display legend","name":"displaylegend","rank":12,"editor":"Checkbox","default_val":true},"ABl":{"caption":"This is the Pie and Donut charts. You can define the donut hole to 0 if you want a pie. ","name":"information","rank":0,"editor":"Label"}},"states":{"ABr":{"caption":"labelClicked","name":"labelclicked","value":"text","initialization_code":{"fn":"function(properties, context) {\n\n\n\n}"}}},"events":{"ABm":{"caption":"Area is clicked","name":"clickedArea"}},"code":{"preview":{"fn":" \nfunction(instance, properties) {\n    \n    \tlet arrValues = properties.values.replace(/\\s/g, '').split(\";\")\n    \tlet arrColors = properties.colors.replace(/\\s/g, '').split(\";\")\n        let arrLabels = properties.labels.replace(/\\s/g, '').split(\";\")\n    \n        var s = document.createElement(\"script\");\n        s.type = \"text/javascript\";\n        s.src = \"https://cdnjs.cloudflare.com/ajax/libs/Chart.js/3.8.0/chart.min.js\";\n        $(\"body\").append(s);\n\t\t\n\t\t\n\n        const data = {\n            labels: arrLabels,\n            datasets: [{\n                circumference: properties.circumference,\n                cutout: properties.donuthole,\n                borderRadius: properties.borderradius,\n                borderColor: properties.bordercolor,\n                spacing: properties.spacing,\n                label: 'My First Dataset',\n                data: arrValues,\n                backgroundColor: arrColors,\n                hoverOffset: -6\n            }]\n        };\n    \n\n        const config = {\n          type: \"doughnut\",\n          data: data,\n          options: {\n            responsive: true,\n            plugins: {\n              tooltip: {\n                    enabled: properties.tooltippresence,\n              },\n              legend: {\n                position: properties.labelslocation,\n                display: properties.displaylegend,\n                labels: {\n                  generateLabels: (chart) => {\n                    const datasets = chart.data.datasets;\n                    return datasets[0].data.map((data, i) => ({\n                      text: `${chart.data.labels[i]} ${data}`,\n                      fillStyle: datasets[0].backgroundColor[i],\n                    }))\n                  }\n                }\n              },\n              title: {\n                display: true,\n                text: properties.title\n              }\n            }\n          },\n        };\n    \n    $(window).on( \"load\", function() { \n        ctx = document.createElement(\"CANVAS\");\n        ctx.setAttribute(\"id\",\"chartCanva\");\n\n        instance.canvas[0].appendChild(ctx)\n\n        myChart = new Chart(\n            document.getElementById('chartCanva'),\n            config\n        );\n    })\n    \n    \t\n}\n"},"initialize":{"fn":""},"update":{"fn":"function(instance, properties, context) {\n    \n\n    \t\n    \t\n    \n    \tlet arrValues = properties.values.replace(/\\s/g, '').split(\";\")\n    \tlet arrColors = properties.colors.replace(/\\s/g, '').split(\";\")\n        let arrLabels = properties.labels.replace(/\\s/g, '').split(\";\")\n        \n\n    \n        const data = {\n            labels: arrLabels,\n            datasets: [{\n                circumference: properties.circumference,\n                cutout: properties.donuthole,\n                borderRadius: properties.borderradius,\n                borderColor: properties.bordercolor,\n                spacing: properties.spacing,\n                label: 'My First Dataset',\n                data: arrValues,\n                backgroundColor: arrColors,\n                hoverOffset: -6\n            }]\n        };\n    \n\n        const config = {\n          type: \"doughnut\",\n          data: data,\n          options: {\n            onClick: (e) => {\n                let labelClicked = e.chart.tooltip.dataPoints[0].label\n                instance.publishState(\"labelclicked\", labelClicked);\n                instance.triggerEvent('clickedArea')\n            },\n            responsive: true,\n            plugins: {\n              tooltip: {\n                    enabled: properties.tooltippresence,\n              },\n              legend: {\n                position: properties.labelslocation,\n                display: properties.displaylegend,\n                labels: {\n                  generateLabels: (chart) => {\n                    const datasets = chart.data.datasets;\n                    return datasets[0].data.map((data, i) => ({\n                      text: `${chart.data.labels[i]} ${data}`,\n                      fillStyle: datasets[0].backgroundColor[i],\n                    }))\n                  }\n                }\n              },\n              title: {\n                display: true,\n                text: properties.title\n              }\n            }\n          },\n        };\n    \n\n    \n    $( document ).ready(function() {\n        \n\n        let instanceID = \"-\"+(Math.random() + 1).toString(36).substring(7)\n        \n        try{\n            instance.canvas[0].removeChild(document.getElementById(\"chartCanva\"+instanceID))\n        }catch(e){\n            console.log(\"not able to remove chield\")\n        }\n        \n        ctx = document.createElement(\"CANVAS\");\n        ctx.setAttribute(\"id\",\"chartCanva\"+instanceID);\n\n        if(!instance.canvas[0].childElementCount){\n            instance.canvas[0].appendChild(ctx)\n        }else{\n        \tinstance.canvas[0].innerHTML = ''\n            instance.canvas[0].appendChild(ctx)\n        }\n\n        myChart = new Chart(\n            document.getElementById(\"chartCanva\"+instanceID),\n            config\n        );\n\n\n    });\n    \t\n}"},"reset":{"fn":"function(instance, context) {\n\n\n\n}"}},"platform_type":"web"},"ACQ":{"display":"Bar Chart 📊","property_applications":{"resizable":true,"MinWidth":true},"add_is_visible":true,"fields":{"ACA":{"caption":"Graph Area color","name":"areacolor","rank":4,"editor":"Color","default_val":"rgba(95, 206, 250, 1)"},"ACC":{"caption":"Title","name":"title","rank":5,"editor":"DynamicValue","value":"text","optional":true,"default_val":"My Graph Title"},"ACD":{"caption":"Title Alignment","name":"titlealignment","rank":6,"editor":"Dropdown","default_val":"center","optional":true,"in_style":false},"ACE":{"caption":"Label X","name":"labelx","rank":2,"editor":"DynamicValue","value":"text","optional":true,"default_val":"Values X axis"},"ACF":{"caption":"Label Y","name":"labely","rank":3,"editor":"DynamicValue","value":"text","optional":true,"default_val":"Values Y Axis"},"ACG":{"caption":"dataset name","name":"datasetname","rank":7,"editor":"DynamicValue","value":"text","optional":true,"default_val":"My Chart"},"ACH":{"caption":"dataset-name location","name":"datasetlocation","rank":8,"editor":"Dropdown","default_val":"top"},"ACI":{"caption":"Tooltip enable","name":"tooltippresence","rank":9,"editor":"Checkbox","default_val":true},"ACJ":{"caption":"X Values","name":"xValues","rank":1,"editor":"DynamicValue","value":"text","is_list":false,"default_val":"January,February,March,April,May,June,July"},"ACK":{"caption":"Y Values","name":"yValues","rank":0,"editor":"DynamicValue","value":"text","default_val":"0,10,5,2,20,30,105"},"ACL":{"caption":"Vertical Grid Color","name":"grid_x_color","rank":10,"editor":"Color","default_val":"rgba(0, 0, 0, 0)"},"ACM":{"caption":"Horizontal Grid Color","name":"grid_y_color","rank":11,"editor":"Color","default_val":"rgba(128, 128, 128, 0.81)"},"ACN":{"caption":"Values Color","name":"values_color","rank":12,"editor":"Color","default_val":"rgba(82, 82, 82, 1)"},"ACP":{"caption":"Display legend","name":"displaylegend","rank":13,"editor":"Checkbox","default_val":true}},"states":{"ACR":{"caption":"labelclicked","name":"labelclicked","value":"text","initialization_code":{"fn":"function(properties, context) {\n\n\n\n}"}}},"events":{"ACS":{"caption":"Bar is clicked","name":"clickedArea"}},"code":{"preview":{"fn":" \nfunction(instance, properties) {\n    \n        var s = document.createElement(\"script\");\n        s.type = \"text/javascript\";\n        s.src = \"https://cdnjs.cloudflare.com/ajax/libs/Chart.js/3.8.0/chart.min.js\";\n        $(\"body\").append(s);\n\t\t\n    \n    \tvar myChart;\n    \tvar labels = properties.xValues.split(',');\n    \tvar dataList = properties.yValues.split(',')\n \n\n        const data = {\n            labels: labels,\n            datasets: [{\n                label: properties.datasetname,\n                backgroundColor: properties.areacolor,\n                borderColor: properties.linecolor,\n                data: dataList,\n                \n            }]\n        };\n    \n\n        const config = {\n            type: 'bar',\n            data: data,\n            options: {\n                        responsive: true,\n                        plugins: {\n                          tooltip:{\n                             enabled: properties.tooltippresence,\n                          },\n                          legend: {\n                            display: properties.displaylegend,\n                            position: properties.datasetlocation,\n                          },\n                          title: {\n                            display: true,\n                            text: properties.title,\n                            align: properties.titlealignment\n                          },\n                        },\n                        interaction: {\n                          mode: 'index',\n                          intersect: false\n                        },\n                        scales: {\n                          x: {\n                            ticks: {\n                                color: properties.values_color\n                            },\n                           \tgrid: {\n                                color: properties.grid_x_color,\n                                display: true\n                            },\n                            display: true,\n                            title: {\n                              color: properties.values_color,\n                              display: true,\n                              text: properties.labelx\n                            }\n                          },\n                          y: {\n                            ticks: {\n                                color: properties.values_color\n                              },\n                            grid: {\n                                color: properties.grid_y_color,\n                                display: true\n                            },\n                            display: true,\n                            title: {\n                              display: true,\n                              color: properties.values_color,\n                              text: properties.labely\n                            }\n                          }\n                        }\n                      } \n        };\n    \n    $(window).on( \"load\", function() { \n        ctx = document.createElement(\"CANVAS\");\n        ctx.setAttribute(\"id\",\"chartCanva\");\n\n        instance.canvas[0].appendChild(ctx)\n\n\n\n        myChart = new Chart(\n            document.getElementById('chartCanva'),\n            config\n        );\n    })\n    \n    \t\n}\n"},"initialize":{"fn":""},"update":{"fn":"function(instance, properties, context) {\n    \t\n    \t\n    \tvar myChart;\n    \tvar labels = properties.xValues.split(',');\n    \tvar dataList = properties.yValues.split(',')\n        \n \n\n        const data = {\n            labels: labels,\n            datasets: [{\n                label: properties.datasetname,\n                backgroundColor: properties.areacolor,\n                borderColor: properties.linecolor,\n                data: dataList,\n                \n            }]\n        };\n    \n\n        const config = {\n            type: 'bar',\n            data: data,\n            options: {\n                        onClick: (e) => {\n                            let labelClicked = e.chart.tooltip.dataPoints[0].label\n                            //console.log(\"clicked on\",labelClicked )\n                            instance.publishState(\"labelclicked\", labelClicked);\n                            instance.triggerEvent('clickedArea')\n            \t\t\t},\n                        responsive: true,\n                        plugins: {\n                          tooltip:{\n                             enabled: properties.tooltippresence,\n                          },\n                          legend: {\n                            display: properties.displaylegend,\n                            position: properties.datasetlocation,\n                          },\n                          title: {\n                            display: true,\n                            text: properties.title,\n                            align: properties.titlealignment\n                          },\n                        },\n                        interaction: {\n                          mode: 'index',\n                          intersect: false\n                        },\n                        scales: {\n                          x: {\n                            ticks: {\n                                color: properties.values_color\n                            },\n                           \tgrid: {\n                                color: properties.grid_x_color,\n                                display: true\n                            },\n                            display: true,\n                            title: {\n                              color: properties.values_color,\n                              display: true,\n                              text: properties.labelx\n                            }\n                          },\n                          y: {\n                            ticks: {\n                                color: properties.values_color\n                              },\n                            grid: {\n                                color: properties.grid_y_color,\n                                display: true\n                            },\n                            display: true,\n                            title: {\n                              display: true,\n                              color: properties.values_color,\n                              text: properties.labely\n                            }\n                          }\n                        }\n                      } \n        };\n    \n    $( document ).ready(function() {\n        \n        \n        let instanceID = \"-\"+(Math.random() + 1).toString(36).substring(7)\n        \n        try{\n            instance.canvas[0].removeChild(document.getElementById(\"chartCanva\"+instanceID))\n        }catch(e){\n            console.log(\"not able to remove chield\")\n        }\n        \n        ctx = document.createElement(\"CANVAS\");\n        ctx.setAttribute(\"id\",\"chartCanva\"+instanceID);\n\n        if(!instance.canvas[0].childElementCount){\n            instance.canvas[0].appendChild(ctx)\n        }else{\n        \tinstance.canvas[0].innerHTML = ''\n            instance.canvas[0].appendChild(ctx)\n        }\n\n        myChart = new Chart(\n            document.getElementById(\"chartCanva\"+instanceID),\n            config\n        );\n\n\n    });\n    \n    \t\n}"},"reset":{"fn":"function(instance, context) {\n\n\n\n}"}},"platform_type":"web"}}};
window._bubble_page_load_data.plugins_size['1656156230536x298565765509152800'] = 30778;
window.preloaded['plugin/third_party:1656156230536x298565765509152800:3.1.2'] = true;
window.plugins["1661717622628x490300288223674400"] = {"human":"Microsoft Clarity","dependencies":{"use_jquery":true,"plugin_api_version":3},"plugin_actions":{"AAa":{"display":"Save bubble user id for Clarity","type":"client_side","code":{"client":{"fn":"function(properties,context){clarity(\"set\",\"BubbleUserId\",context.currentUser.get(\"_id\")),clarity(\"identify\",context.currentUser.get(\"_id\"))}","add_debugger":true}}},"AAc":{"display":"Save Clarity custom tag","type":"client_side","fields":{"AAd":{"caption":"customTagName","name":"customtagname","rank":0,"optional":true,"editor":"StaticText"},"AAe":{"caption":"customTagValue","name":"customtagvalue","rank":1,"editor":"DynamicValue","value":"text"}},"code":{"client":{"fn":"function(properties,context){clarity(\"set\",properties.customtagname,properties.customtagvalue)}"}}}}};
window._bubble_page_load_data.plugins_size['1661717622628x490300288223674400'] = 790;
window.preloaded['plugin/third_party:1661717622628x490300288223674400:3.6.0'] = true;
window.plugins["1665943702368x450213834540711940"] = {"human":"Better Slider Input","dependencies":{"use_jquery":true,"plugin_api_version":3},"plugin_elements":{"AAC":{"display":"Better Slider Input","property_applications":{"resizable":true,"MinWidth":true,"Padding":false},"add_hover_pressed":true,"add_is_visible":true,"support_autobinding":false,"autobinding_value":"text","can_fit_width":true,"can_fit_height":true,"fields":{"AAD":{"caption":"Min Value","name":"min","rank":0,"editor":"DynamicValue","value":"number","default_val":0,"optional":false},"AAE":{"caption":"Max Value","name":"max","rank":1,"editor":"DynamicValue","value":"number","default_val":10,"optional":false},"AAF":{"caption":"Step","name":"step","rank":2,"editor":"DynamicValue","value":"number","default_val":1,"optional":true},"AAH":{"caption":"Height (%)","name":"line_height","rank":5,"editor":"DynamicValue","value":"number","default_val":10,"optional":true},"AAI":{"caption":"Track Border Width (px)","name":"line_border","rank":7,"editor":"DynamicValue","value":"number","default_val":0,"optional":true},"AAJ":{"caption":"Background Color","name":"line_background_color","rank":6,"editor":"Color","default_val":"rgba(255,255,255,1)","optional":true},"AAK":{"caption":"Track Border Radius (px)","name":"border_radius","rank":8,"editor":"DynamicValue","value":"number","default_val":10,"optional":true},"AAM":{"caption":"------------------------------Slider Track------------------------------","name":"slider_line","rank":4,"editor":"Label"},"AAO":{"caption":"-----------------------Slider Track Fill Color------------------------","name":"fill_color","rank":10,"editor":"Label"},"AAP":{"caption":"Start Color","name":"start_color","rank":11,"editor":"Color","default_val":"rgba(0,0,0,1)","optional":true},"AAQ":{"caption":"End Color","name":"end_color","rank":12,"editor":"Color","default_val":"rgba(175,175,175,1)","optional":true},"AAR":{"caption":"Track Border Color","name":"line_border_color","rank":9,"editor":"Color","default_val":"rgba(0, 0, 0, 1)","optional":true},"AAS":{"caption":"---------------------------------Handle----------------------------------","name":"handle","rank":13,"editor":"Label"},"AAT":{"caption":"Handle Color","name":"handle_color","rank":16,"editor":"Color","default_val":"rgba(255,255,255,1)","optional":true},"AAU":{"caption":"Handle Border Width (px)","name":"handle_border","rank":17,"optional":true,"editor":"DynamicValue","value":"number","default_val":0},"AAV":{"caption":"Handle Height (px)","name":"handle_height","rank":14,"editor":"DynamicValue","optional":true,"value":"number","default_val":20},"AAW":{"caption":"Handle Width (px)","name":"handle_width","rank":15,"editor":"DynamicValue","optional":true,"value":"number","default_val":20},"AAX":{"caption":"Handle Border Radius (px)","name":"handle_border_radius","rank":18,"editor":"DynamicValue","value":"number","default_val":10,"optional":true},"AAY":{"caption":"Handle Border Color","name":"border_color","rank":19,"editor":"Color","default_val":"rgba(0,0,0,1)","optional":true},"ACK":{"caption":"On Load value","name":"on_load_value","rank":3,"editor":"DynamicValue","value":"number","default_val":0}},"states":{"AAG":{"caption":"Value","name":"value","value":"number","initialization_code":{"fn":"function(properties, context) {\n\n\n\n}"}}},"events":{"ACO":{"caption":"Value Changed","name":"value_changed"}},"actions":{"ACL":{"caption":"Reset Slider Input","code":{"fn":"function(instance, properties, context) {\n    \n    var slider = instance.data.input;\n    slider.value = instance.data.resetvalue;\n    \n    var value = (slider.value-slider.min)/(slider.max-slider.min)*100\n    \n    slider.style.background = 'linear-gradient(to right, ' + instance.data.startcolor + ' 0%, ' + instance.data.end_color + value + '%, ' + instance.data.backgroundcolor + value + '%, ' + instance.data.backgroundcolor + '100%)';\n\n    instance.publishState('value', slider.value);\n    \n    \n    \n\n\n\n\n}"}}},"code":{"preview":{"fn":"function(instance, properties) {\n    \n    var slider_container = document.createElement('div');\nslider_container.className = \"slidercontainer\";\nslider_container.id = \"slidercontainer\";\nslider_container.style.height = '100%';\nslider_container.style.width = '100%';\nslider_container.style.display = \"flex\";\nslider_container.style.alignItems = \"center\";\nslider_container.style.justifyContent = \"center\";\nslider_container.style.flexDirection = \"column\";\ninstance.canvas.append(slider_container);\n    \n    \nvar slider = document.createElement('input');\nslider.setAttribute('type', 'range'); \n    \n    \n    \nslider_container.appendChild(slider);\n    \n//Customization options\nslider.min = properties.min;\nslider.max = properties.max;\nslider.value = properties.on_load_value;\nslider.step = properties.step;\n    \n\n}"},"initialize":{"fn":"function(instance, context) {\n    \n//Container\n\nvar slider_container = document.createElement('div');\nslider_container.className = \"slidercontainer\";\nslider_container.id = \"slidercontainer\";\nslider_container.style.height = '100%';\nslider_container.style.width = '100%';\nslider_container.style.display = \"flex\";\nslider_container.style.alignItems = \"center\";\nslider_container.style.justifyContent = \"center\";\nslider_container.style.flexDirection = \"column\";\ninstance.canvas.append(slider_container);\n\n\n    \n//Slider\n    \nvar slider = document.createElement('input');\nslider.setAttribute('type', 'range');\nfunction makeid(length) {\n    var result           = '';\n    var characters       = 'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz';\n    var charactersLength = characters.length;\n    for ( var i = 0; i < length; i++ ) {\n        result += characters.charAt(Math.floor(Math.random() * charactersLength));\n    }\n    return result;\n}\n    \nslider.className = makeid(5);\nslider.id = makeid(5);\n    \n\n\ninstance.data.input = slider;\n    \nslider_container.appendChild(slider);\n    \n\n\n\n}"},"update":{"fn":"function(instance, properties, context) {\n    \n\nvar slider = instance.data.input;\n    \n\n//Customization options\nslider.min = properties.min;\nslider.max = properties.max;\nslider.value = properties.on_load_value;\nslider.step = properties.step;\n    \n    \n// Onload Value and Color\n\ninstance.publishState('value', properties.on_load_value);\n    \nvar value = (slider.value-slider.min)/(slider.max-slider.min)*100\n    \nslider.style.background = 'linear-gradient(to right, ' + properties.start_color + ' 0%, ' + properties.end_color + value + '%, ' + properties.line_background_color + value + '%, ' + properties.line_background_color + '100%)';\n    \n    \n// When Input Change\n    \n slider.oninput = function (){\n    \n    var value = (this.value-this.min)/(this.max-this.min)*100\n    \n    this.style.background = 'linear-gradient(to right, ' + properties.start_color + ' 0%, ' + properties.end_color + value + '%, ' + properties.line_background_color + value + '%, ' + properties.line_background_color + '100%)';\n        \n    \n     instance.publishState('value', this.value);  \n    \n    \n    \n}\n \n //Value On Change\n slider.onchange = function (){\n    \n        instance.triggerEvent ('value_changed');\n     \n }\n \n // CSS STYLING\n    \nconst style = document.createElement('style');\n\nstyle.textContent = `\n\n.${slider.className} {\n\t-webkit-appearance: none;\n\twidth: 100%;\n\tbackground: linear-gradient(to right, ${properties.start_color} 0%, ${properties.end_color} 0%, ${properties.line_background_color} 0%, ${properties.line_background_color} 100%);\n\theight:${properties.line_height}%;\n\tborder-radius: ${properties.border_radius}px;\n\tbox-shadow: inset 0 0 0 ${properties.line_border}px ${properties.line_border_color};\n}\n\n.${slider.className}::-webkit-slider-thumb {\n   cursor: pointer;\n   appearance: none;\n   height: ${properties.handle_height}px;\n   width: ${properties.handle_width}px;\n   background-color: ${properties.handle_color};\n   border-radius: ${properties.handle_border_radius}px;\n   border: ${properties.handle_border}px solid ${properties.border_color};\n\n}\n\n\n.${slider.className}::-moz-range-thumb {\n   cursor: pointer;\n   appearance: none;\n   height: ${properties.handle_height}px;\n   width: ${properties.handle_width}px;\n   background-color: ${properties.handle_color};\n   border-radius: ${properties.handle_border_radius}px;\n   border: ${properties.handle_border}px solid ${properties.border_color};\n\n\n}\n\n`;\n\ndocument.head.appendChild(style);\n    \n    \n//data for action\n    \n    instance.data.backgroundcolor = properties.line_background_color;\n    instance.data.resetvalue = properties.on_load_value;\n    instance.data.startcolor = properties.start_color;\n    instance.data.end_color = properties.end_color;\n\n}"},"reset":{"fn":"function(instance, context) {\n\n\n\n}"}},"platform_type":"web"}}};
window._bubble_page_load_data.plugins_size['1665943702368x450213834540711940'] = 8901;
window.preloaded['plugin/third_party:1665943702368x450213834540711940:1.1.1'] = true;
window.plugins["1672774183373x337633806982053900"] = {"human":"Missing plugin","dependencies":{"use_jquery":true,"plugin_api_version":3},"plugin_api":{"human":"Generate Profile Picture","said":"Y2FuY2VyLXN1cGVyYXBw","calls":{"AAC":{"name":"Generate Profile Picture","method":"get","publish_as":"action","url":"https://ui-avatars.com/api/?name=[name]","should_reinitialize":false,"url_params":{"AAD":{"key":"name","value":"john"}},"wrap_error":true,"data_type":"image","initialized":true,"types":"{\"plugin_api.AAC\":{\"caption\":\"Generate Profile Picture\",\"fields\":{\"_p_body\":{\"ret_value\":\"image\",\"caption\":\"body\",\"sample_value\":\"//s3.amazonaws.com/appforest_uf/f1672774436933x871769519426131200/api_initialize_image\"}}}}","ret_value":"api.1672774183373x337633806982053900.plugin_api.AAC"},"AAF":{"0":"A","1":"A","2":"E","name":"Generate Profile Picture","method":"get","publish_as":"data","url":"https://ui-avatars.com/api/?name=[name]","should_reinitialize":false,"url_params":{"AAD":{"key":"name","value":"john"}},"wrap_error":true,"data_type":"image","initialized":true,"types":"{\"plugin_api.AAF\":{\"caption\":\"Generate Profile Picture\",\"fields\":{\"_p_body\":{\"ret_value\":\"image\",\"caption\":\"body\",\"sample_value\":\"//s3.amazonaws.com/appforest_uf/f1672775055010x532508738695007170/api_initialize_image\"}}}}","ret_value":"api.1672774183373x337633806982053900.plugin_api.AAF"}}}};
window._bubble_page_load_data.plugins_size['1672774183373x337633806982053900'] = 1362;
window.preloaded['plugin/third_party:1672774183373x337633806982053900:1.1.1'] = true;
window.plugins["1680110374647x249108010620944400"] = {"human":"✳️ Switch (Toggle) and Checkbox","dependencies":{"use_jquery":true,"plugin_api_version":"4"},"plugin_elements":{"AAC":{"display":"Switch","property_applications":{"resizable":true,"MinWidth":true,"Padding":true,"Font":false,"BoxShadow":true},"add_hover_pressed":true,"add_is_visible":true,"support_autobinding":true,"autobinding_value":"boolean","has_reset_fn":true,"can_fit_width":false,"can_fit_height":false,"fields":{"AAD":{"caption":"Initial Value","name":"initial_value","rank":2,"editor":"DynamicValue","value":"boolean","default_val":false},"AAE":{"caption":"[On] Handle Color","name":"handle_color_on","rank":5,"editor":"Color","in_style":true,"default_val":"rgba(255,255,255,1)"},"AAG":{"caption":"[On] Background Color","name":"background_color_on","rank":6,"editor":"Color","default_val":"rgba(57,186,118,1)","in_style":true},"AAH":{"caption":"[Off] Background Color","name":"background_color_off","rank":8,"editor":"Color","default_val":"rgba(237, 177, 180, 1)","in_style":true},"AAK":{"caption":"Disabled","name":"disabled","rank":3,"editor":"DynamicValue","value":"boolean","default_val":false},"AAL":{"caption":"[Disabled/On] Background","name":"background_color_disabled","rank":10,"editor":"Color","default_val":"rgba(215,215,215,1)","in_style":true},"AAM":{"caption":"[Disabled/On] Handle","name":"handle_color_disabled","rank":9,"editor":"Color","default_val":"rgba(255, 255, 255, 1)","in_style":true},"AAN":{"caption":"Make sure the element's width is always higher than the element's height. This element will try its best to fit your defined size, but it won't work if width is less than height.","name":"guide","rank":0,"editor":"Label"},"AAO":{"caption":"Border Color","name":"border_color","rank":14,"editor":"Color","default_val":"rgba(0,0,0,1)","in_style":true},"AAP":{"caption":"Border Width (px)","name":"border_width","rank":15,"editor":"StaticNumber","in_style":true,"default_val":1},"AAQ":{"caption":"Handle Border Color","name":"handle_border_color","rank":16,"editor":"Color","default_val":"rgba(0,0,0,1)","in_style":true},"AAR":{"caption":"Handle Border Width (px)","name":"handle_border_width","rank":17,"editor":"StaticNumber","in_style":true,"default_val":1},"AAS":{"caption":"Handle Padding (px)","name":"padding","rank":18,"editor":"StaticNumber","default_val":2,"in_style":true},"AAY":{"caption":"-------------------------- 𝘽𝙤𝙧𝙙𝙚𝙧 & 𝙎𝙥𝙖𝙘𝙞𝙣𝙜 --------------------------","name":"border_sep","rank":13,"editor":"Label"},"AAZ":{"caption":"-------------------------- 𝐂𝐨𝐥𝐨𝐫𝐬 --------------------------","name":"color_sep","rank":4,"editor":"Label"},"ABB":{"caption":"[Off] Handle Color","name":"handle_color_off","rank":7,"editor":"Color","default_val":"rgba(255, 255, 255, 1)","in_style":true},"ABC":{"caption":"[Preview] Toggle","name":"editor_preview_toggle","rank":20,"editor":"Checkbox","default_val":false,"in_style":true},"ABG":{"caption":"-------------------------- 𝘽𝙤𝙧𝙙𝙚𝙧 & 𝙎𝙥𝙖𝙘𝙞𝙣𝙜 --------------------------","name":"preview_sep","rank":19,"editor":"Label"},"ABH":{"caption":"[Preview] Disabled","name":"editor_preview_disabled","rank":21,"editor":"Checkbox","default_val":false,"in_style":true},"ABN":{"caption":"[Disabled/Off] Background","name":"background_color_disabled_off","rank":12,"editor":"Color","default_val":"rgba(232,232,232,1)","in_style":true},"ABO":{"caption":"[Disabled/Off] Handle","name":"handle_color_disabled_off","rank":11,"editor":"Color","default_val":"rgba(255, 255, 255, 1)","in_style":true},"ABU":{"caption":"To prevent unexpected behavior, Initial Value will be disregarded when using autobinding.","name":"initial_value_info","rank":1,"editor":"Label"}},"states":{"AAI":{"caption":"value","name":"value","value":"boolean","initialization_code":{"fn":"function(properties,context){return properties.initial_value||properties.autobinding||!1}"}}},"events":{"AAJ":{"caption":"changed","name":"changed"}},"actions":{"AAU":{"caption":"Change value of","code":{"fn":"function(instance,properties,context){instance.data.updateValue&&instance.data.updateValue(properties.value),instance.triggerEvent(\"changed\")}"},"fields":{"AAW":{"caption":"New Value","name":"value","rank":0,"editor":"DynamicValue","value":"boolean","default_val":false}}},"AAV":{"caption":"Toggle","code":{"fn":"function(instance,properties,context){instance.data.updateValue&&instance.data.updateValue(!instance.data._value),instance.triggerEvent(\"changed\")}"}}},"code":{"preview":{"fn":"function(instance, properties) {\n    jQuery(\"html\").height(\"100%\");\n    jQuery(\"body\").height(\"100%\");\n    jQuery(\"html\").css(\"overflow\", \"hidden\");\n    jQuery(\"body\").css(\"overflow\", \"hidden\");\n    \n    \n    const $style = jQuery(`\n\t\t<style>\n    *, *::after, *::before {\n\t\tbox-sizing: border-box;\n\t}\n\t.cz-switch {\n        width: 100%;\n        height: 100%;\n        position: relative;\n        background: none;\n        outline: none;\n        border: none;\n        margin: 0;\n        padding: 0;\n        -moz-appearance: none;\n        -webkit-appearance: none;\n        -o-appearance: none;\n        transition: 0.2s;\n    }\n\n    .cz-switch:before {\n        cursor: pointer;\n        position: relative;\n        display: block;\n        top: 0;\n        left: 0;\n        width: 100%;\n        height: 100%;\n        content: \"\";\n        background: var(--cz-switch-bg-off, none);\n        border: var(--cz-switch-border-width, 0px) solid var(--cz-switch-border-color, transparent);\n        border-radius: 10000px;\n        transition: background-color 0.2s;\n    }\n\n    .cz-switch:after {\n        cursor: pointer;\n        position: absolute;\n        display: block;\n        top: 50%;\n        left: calc(var(--cz-switch-border-width, 0px) + var(--cz-switch-handle-padding, 0px));\n        transform: translateY(-50%);\n        background-color: var(--cz-switch-handle-off, #FFFFFF);\n        border: var(--cz-switch-handle-border-width, 1px) solid var(--cz-switch-handle-border-color, #000000);\n        height: calc(100% - var(--cz-switch-handle-border-width, 1px) * 2 - var(--cz-switch-handle-padding, 0px) * 2);\n        aspect-ratio: 1;\n        border-radius: 50%;\n        transition: 0.2s;\n\n        content: \"\";\n    }\n\n    .cz-switch:checked:before {\n        background-color: var(--cz-switch-bg-on, #39BA76);\n    }\n\n    .cz-switch:checked:after {\n        left: calc(100% - var(--cz-switch-handle-padding, 0px) - var(--cz-switch-border-width, 0px));\n        transform: translate(-100%, -50%);\n        background-color: var(--cz-switch-handle-on, #FFFFFF);\n    }\n\n    .cz-switch:disabled:before {\n        cursor: not-allowed;\n        background-color: var(--cz-switch-bg-disabled-off, #E8E8E8);\n    }\n    \n    .cz-switch:disabled:after {\n        cursor: not-allowed;\n        background-color: var(--cz-switch-handle-disabled-off, #FFFFFF);\n    }\n\n    .cz-switch:checked:disabled:before {\n        cursor: not-allowed;\n        background-color: var(--cz-switch-bg-disabled, #D7D7D7);\n    }\n\n    .cz-switch:checked:disabled:after {\n        cursor: not-allowed;\n        background-color: var(--cz-switch-handle-disabled, #FFFFFF);\n    }\n    \n        </style>\n\t`);\n    \n    instance.canvas.append($style);\n    const $toggle = jQuery(`<input class=\"cz-switch\" type=\"checkbox\" />`);\n    instance.canvas.append($toggle);\n    \n    $toggle.css({\n        \"--cz-switch-handle-padding\": properties.padding + \"px\",\n        \"--cz-switch-bg-on\": properties.background_color_on,\n        \"--cz-switch-bg-off\": properties.background_color_off,\n        \"--cz-switch-bg-disabled\": properties.background_color_disabled,\n        \"--cz-switch-bg-disabled-off\": properties.background_color_disabled_off,\n        \"--cz-switch-handle-on\": properties.handle_color_on,\n        \"--cz-switch-handle-off\": properties.handle_color_off,\n        \"--cz-switch-handle-disabled\": properties.handle_color_disabled,\n        \"--cz-switch-handle-disabled-off\": properties.handle_color_disabled_off,\n        \"--cz-switch-handle-border-color\": properties.handle_border_color,\n        \"--cz-switch-handle-border-width\": properties.handle_border_width + \"px\",\n        \"--cz-switch-border-color\": properties.border_color,\n        \"--cz-switch-border-width\": properties.border_width + \"px\",\n    });\n\n    $toggle.prop(\"checked\", properties.editor_preview_toggle);\n    $toggle.prop(\"disabled\", properties.editor_preview_disabled);\n}"},"initialize":{"fn":"function(instance,context){const $toggle=jQuery('<input class=\"cz-switch\" type=\"checkbox\" />');function updateValue(value,changeDom=!0){value!==instance.data._value&&(instance.data._value=value,changeDom&&$toggle.prop(\"checked\",value),instance.publishAutobinding(value),instance.publishState(\"value\",value))}instance.canvas.append($toggle),instance.canvas.addClass(\"cz-switch-container\"),instance.data.$toggle=$toggle,$toggle.click((function(evt){evt.stopPropagation()})),instance.data._value=null,instance.data.updateValue=updateValue,$toggle.change((function(evt){evt.stopPropagation(),evt.preventDefault(),updateValue($toggle.is(\":checked\")),instance.triggerEvent(\"changed\")})),instance.data.updateStyle=function updateStyle(style){CDBubbleUtils.shallowEqual(style,instance.data.style)||(instance.data.style=style,$toggle.css({\"--cz-switch-handle-padding\":style.padding+\"px\",\"--cz-switch-bg-on\":style.background_color_on,\"--cz-switch-bg-off\":style.background_color_off,\"--cz-switch-bg-disabled\":style.background_color_disabled,\"--cz-switch-bg-disabled-off\":style.background_color_disabled_off,\"--cz-switch-handle-on\":style.handle_color_on,\"--cz-switch-handle-off\":style.handle_color_off,\"--cz-switch-handle-disabled\":style.handle_color_disabled,\"--cz-switch-handle-disabled-off\":style.handle_color_disabled_off,\"--cz-switch-handle-border-color\":style.handle_border_color,\"--cz-switch-handle-border-width\":style.handle_border_width+\"px\",\"--cz-switch-border-color\":style.border_color,\"--cz-switch-border-width\":style.border_width+\"px\"}))},instance.data.updateInitialValue=function updateInitialValue(initialValue){initialValue!==instance.data.initialValue&&(instance.data.initialValue=initialValue,updateValue(initialValue))},instance.data.isAutobinding=!1}"},"update":{"fn":"function(instance,properties,context){const $toggle=instance.data.$toggle;instance.data.updateStyle(properties),null!==properties.autobinding&&void 0!==properties.autobinding?(instance.data.isAutobinding=!0,instance.data.updateValue(properties.autobinding)):(instance.data.isAutobinding=!1,instance.data.updateInitialValue(properties.initial_value)),$toggle.prop(\"disabled\",!!properties.disabled)}"},"reset":{"fn":"function(instance,context){if(!instance.data.isAutobinding){const value=instance.data.initialValue;instance.data.updateValue(value)}}"}},"platform_type":"web"},"AAx":{"display":"Custom Checkbox","property_applications":{"resizable":true,"MinWidth":true,"Padding":true},"add_hover_pressed":true,"add_is_visible":true,"support_autobinding":true,"autobinding_value":"boolean","has_reset_fn":true,"can_fit_width":false,"can_fit_height":false,"fields":{"AAg":{"caption":"Initial Value","name":"initial_value","rank":2,"editor":"DynamicValue","value":"boolean","default_val":false,"optional":true},"AAh":{"caption":"[On] Tick mark Color","name":"handle_color_on","rank":6,"editor":"Color","in_style":true,"default_val":"rgba(255,255,255,1)"},"AAi":{"caption":"[On] Background","name":"background_color_on","rank":7,"editor":"Color","default_val":"rgba(57,186,118,1)","in_style":true},"AAj":{"caption":"[Off] Background","name":"background_color_off","rank":8,"editor":"Color","default_val":"rgba(237, 177, 180, 1)","in_style":true},"AAk":{"caption":"Disabled","name":"disabled","rank":3,"editor":"DynamicValue","value":"boolean","default_val":false},"AAl":{"caption":"[Disabled] Background","name":"background_color_disabled","rank":12,"editor":"Color","default_val":"rgba(215,215,215,1)","in_style":true},"AAm":{"caption":"[Disabled] Tick Color","name":"handle_color_disabled","rank":11,"editor":"Color","default_val":"rgba(255, 255, 255, 1)","in_style":true},"AAn":{"caption":"Make sure the checkbox dimension is sensible. Usually it should be a square or circle.","name":"guide","rank":0,"editor":"Label"},"AAo":{"caption":"Border Color","name":"border_color","rank":14,"editor":"Color","default_val":"rgba(0,0,0,1)","in_style":true},"AAp":{"caption":"Border Width","name":"border_width","rank":15,"editor":"StaticNumber","in_style":true,"default_val":1},"AAs":{"caption":"Checkbox Padding","name":"padding","rank":17,"editor":"StaticText","in_style":true,"default_val":"20%"},"AAt":{"caption":"-------------------------- 𝘽𝙤𝙧𝙙𝙚𝙧 & 𝙎𝙥𝙖𝙘𝙞𝙣𝙜 --------------------------","name":"border_sep","rank":13,"editor":"Label"},"AAu":{"caption":"-------------------------- 𝐂𝐨𝐥𝐨𝐫𝐬 --------------------------","name":"color_sep","rank":5,"editor":"Label"},"AAv":{"caption":"[Preview] Toggle","name":"editor_preview_toggle","rank":19,"editor":"Checkbox","default_val":false,"in_style":true},"AAy":{"caption":"Indeterminate","name":"indeterminate","rank":4,"editor":"DynamicValue","value":"boolean","default_val":false},"AAz":{"caption":"-------------------------- 𝐄𝐝𝐢𝐭𝐨𝐫 --------------------------","name":"editor_sep","rank":18,"editor":"Label"},"ABA":{"caption":"[Preview] Indeterminate","name":"editor_preview_indeterminate","rank":20,"editor":"Checkbox","default_val":false,"in_style":true},"ABD":{"caption":"[Indet.] Background","name":"background_color_indeterminate","rank":10,"editor":"Color","default_val":"rgba(172,172,172,1)","in_style":true},"ABE":{"caption":"[Indet.] Handle Color","name":"handle_color_indeterminate","rank":9,"editor":"Color","default_val":"rgba(255,255,255,1)","in_style":true},"ABF":{"caption":"[Preview] Disabled","name":"editor_preview_disabled","rank":21,"editor":"Checkbox","default_val":false,"in_style":true},"ABI":{"caption":"Border Radius","name":"border_radius","rank":16,"editor":"StaticNumber","default_val":4,"in_style":true},"ABT":{"caption":"To prevent unexpected behavior, Initial Value will be disregarded when using autobinding.","name":"initial_value_info","rank":1,"editor":"Label"}},"states":{"AAw":{"caption":"value","name":"value","value":"boolean","initialization_code":{"fn":"function(properties,context){return properties.initial_value||properties.autobinding||!1}"}}},"events":{"AAf":{"caption":"changed","name":"changed"}},"actions":{"AAc":{"caption":"Change value of","code":{"fn":"function(instance,properties,context){instance.data.updateValue&&instance.data.updateValue(properties.value),instance.triggerEvent(\"changed\")}"},"fields":{"AAd":{"caption":"New Value","name":"value","rank":0,"editor":"DynamicValue","value":"boolean","default_val":false}}},"AAe":{"caption":"Toggle","code":{"fn":"function(instance,properties,context){instance.data.updateValue&&instance.data.updateValue(!instance.data._value),instance.triggerEvent(\"changed\")}"}}},"code":{"preview":{"fn":"function(instance, properties) {\n    jQuery(\"html\").height(\"100%\");\n    jQuery(\"body\").height(\"100%\");\n    jQuery(\"html\").css(\"overflow\", \"hidden\");\n    jQuery(\"body\").css(\"overflow\", \"hidden\");\n    \n    \n    const $style = jQuery(`\n<style>\n\t*, *::after, *::before {\n\t\tbox-sizing: border-box;\n\t}\n    .cz-checkbox {\n        width: 100%;\n        height: 100%;\n        position: relative;\n        background: none;\n        outline: none;\n        border: none;\n        margin: 0;\n        padding: 0;\n        -moz-appearance: none;\n        -webkit-appearance: none;\n        -o-appearance: none;\n        transition: 0.2s;\n        --checkmark-svg: url(\"data:image/svg+xml,%3Csvg fill='none' xmlns='http://www.w3.org/2000/svg' viewBox='0 0.8 12 9.02'%3E%3Cpath d='M10.293 1.08601L4 7.37901L1.707 5.08601C1.5184 4.90385 1.2658 4.80306 1.0036 4.80534C0.741405 4.80761 0.490592 4.91278 0.305184 5.09819C0.119776 5.2836 0.0146072 5.53441 0.0123288 5.79661C0.0100503 6.05881 0.110845 6.31141 0.293003 6.50001L3.293 9.50001C3.48053 9.68748 3.73484 9.7928 4 9.7928C4.26517 9.7928 4.51947 9.68748 4.707 9.50001L11.707 2.50001C11.8892 2.31141 11.99 2.05881 11.9877 1.79661C11.9854 1.53441 11.8802 1.2836 11.6948 1.09819C11.5094 0.912783 11.2586 0.807614 10.9964 0.805336C10.7342 0.803057 10.4816 0.903852 10.293 1.08601Z' fill='black'%3E%3C/path%3E%3C/svg%3E\");\n        --handle-svg: url(\"data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='28 116 200 24'%3E%3Cpath fill='currentColor' d='M228 128a12 12 0 0 1-12 12H40a12 12 0 0 1 0-24h176a12 12 0 0 1 12 12Z'%3E%3C/path%3E%3C/svg%3E\");\n    }\n\n    .cz-checkbox:before {\n        cursor: pointer;\n        position: relative;\n        display: block;\n        top: 0;\n        left: 0;\n        width: 100%;\n        height: 100%;\n        content: \"\";\n        background: var(--cz-checkbox-bg-off, none);\n        border: var(--cz-checkbox-border-width, 0px) solid var(--cz-checkbox-border-color, transparent);\n        border-radius: var(--cz-checkbox-border-radius, 4px);\n        transition: background-color 0.2s;\n    }\n\n    .cz-checkbox:after {\n        cursor: pointer;\n        position: absolute;\n        display: none;\n        top: 50%;\n        left: 50%;\n        transform: translate(-50%, -50%);\n        mask-image: var(--checkmark-svg);\n        -webkit-mask-image: var(--checkmark-svg);\n        mask-position: center;\n        -webkit-mask-position: center;\n        height: calc(100% - var(--cz-checkbox-padding, 0px) * 2);\n        aspect-ratio: 1;\n        transition: 0.2s;\n        content: \"\";\n        mask-repeat: no-repeat;\n        -webkit-mask-repeat: no-repeat;\n    }\n\n\n    .cz-checkbox:checked:before {\n        background-color: var(--cz-checkbox-bg-on, #39BA76);\n    }\n\n    .cz-checkbox:checked:after {\n\t\tdisplay: block;\n        background-color: var(--cz-checkbox-handle-color-on, #FFFFFF);\n    }\n    \n    .cz-checkbox:indeterminate:before, .cz-checkbox.indeterminate:before {\n        background-color: var(--cz-checkbox-bg-indeterminate, #AFAFAF);\n    }\n    \n    .cz-checkbox:indeterminate:after, .cz-checkbox.indeterminate:after {\n        display: block;\n        mask-image: var(--handle-svg);\n        -webkit-mask-image: var(--handle-svg);\n        background-color: var(--cz-checkbox-handle-color-indeterminate, #FFFFFF);\n    }\n\n    .cz-checkbox:disabled:before {\n        cursor: not-allowed;\n        background-color: var(--cz-checkbox-bg-disabled, #D7D7D7);\n    }\n\n    .cz-checkbox:disabled:after {\n        cursor: not-allowed;\n        background-color: var(--cz-checkbox-handle-color-disabled, #FFFFFF);\n    }\n</style>\t`);\n    \n    instance.canvas.append($style);\n    const $toggle = jQuery(`<input class=\"cz-checkbox\" type=\"checkbox\" />`);\n    instance.canvas.append($toggle);\n    const style = properties;\n    $toggle.css({\n        \"--cz-checkbox-padding\": style.padding,\n        \"--cz-checkbox-bg-on\": style.background_color_on,\n        \"--cz-checkbox-bg-off\": style.background_color_off,\n        \"--cz-checkbox-bg-disabled\": style.background_color_disabled,\n        \"--cz-checkbox-bg-indeterminate\": style.background_color_indeterminate,\n        \"--cz-checkbox-handle-color-on\": style.handle_color_on,\n        \"--cz-checkbox-handle-color-disabled\": style.handle_color_disabled,\n        \"--cz-checkbox-handle-color-indeterminate\": style.handle_color_indeterminate,\n        \"--cz-checkbox-border-color\": style.border_color,\n        \"--cz-checkbox-border-width\": style.border_width + \"px\",\n        \"--cz-checkbox-border-radius\": style.border_radius + \"px\",\n    });\n    console.log(properties);\n    $toggle.prop(\"checked\", !!properties.editor_preview_toggle);\n    $toggle.prop(\"disabled\", !!properties.editor_preview_disabled);\n    $toggle.prop(\"indeterminate\", !!properties.editor_preview_indeterminate);\n}"},"initialize":{"fn":"function(instance,context){const $toggle=jQuery('<input class=\"cz-checkbox\" type=\"checkbox\" />');function updateValue(value,changeDom=!0){value!==instance.data._value&&(instance.data._value=value,changeDom&&$toggle.prop(\"checked\",value),instance.publishAutobinding(value),instance.publishState(\"value\",value))}instance.canvas.append($toggle),instance.canvas.addClass(\"cz-checkbox-container\"),instance.data.$toggle=$toggle,instance.data._value=null,instance.data.updateValue=updateValue,$toggle.change((function(evt){evt.stopPropagation(),evt.preventDefault(),updateValue($toggle.is(\":checked\"),!1),instance.triggerEvent(\"changed\")})),$toggle.click((function(evt){evt.stopPropagation()})),instance.data.updateStyle=function updateStyle(style){CDBubbleUtils.shallowEqual(style,instance.data.style)||(instance.data.style=style,$toggle.css({\"--cz-checkbox-padding\":style.padding,\"--cz-checkbox-border-radius\":style.border_radius+\"px\",\"--cz-checkbox-bg-on\":style.background_color_on,\"--cz-checkbox-bg-off\":style.background_color_off,\"--cz-checkbox-bg-disabled\":style.background_color_disabled,\"--cz-checkbox-bg-indeterminate\":style.background_color_indeterminate,\"--cz-checkbox-handle-color-on\":style.handle_color_on,\"--cz-checkbox-handle-color-disabled\":style.handle_color_disabled,\"--cz-checkbox-handle-color-indeterminate\":style.handle_color_indeterminate,\"--cz-checkbox-border-color\":style.border_color,\"--cz-checkbox-border-width\":style.border_width+\"px\"}))},instance.data.updateInitialValue=function updateInitialValue(initialValue){initialValue!==instance.data.initialValue&&(instance.data.initialValue=initialValue,updateValue(initialValue))},instance.data.isAutobinding=!1}"},"update":{"fn":"function(instance,properties,context){const $toggle=instance.data.$toggle;instance.data.updateStyle(properties),null!==properties.autobinding&&void 0!==properties.autobinding?(instance.data.isAutobinding=!0,instance.data.updateValue(properties.autobinding)):(instance.data.isAutobinding=!1,instance.data.updateInitialValue(properties.initial_value)),$toggle.prop(\"disabled\",!!properties.disabled),$toggle.prop(\"indeterminate\",!!properties.indeterminate)}"},"reset":{"fn":"function(instance,context){if(!instance.data.isAutobinding){const value=instance.data.initialValue;instance.data.updateValue(value)}}"}},"platform_type":"web"}}};
window._bubble_page_load_data.plugins_size['1680110374647x249108010620944400'] = 22487;
window.preloaded['plugin/third_party:1680110374647x249108010620944400:1.5.12'] = true;
window.plugins["1704238621959x968466571491278800"] = {"human":"Convert PDF to Text","dependencies":{"use_jquery":true,"plugin_api_version":4},"plugin_actions":{"AAC":{"display":"convertPDFtoText","type":"server_side","return_value":{"AAE":{"caption":"text","name":"text","rank":0,"value":"text"},"AAF":{"caption":"error","name":"error_message","rank":1,"value":"text"}},"fields":{"AAD":{"caption":"pdf_url","name":"pdf_url","rank":0,"editor":"DynamicValue","value":"text"}}}}};
window._bubble_page_load_data.plugins_size['1704238621959x968466571491278800'] = 423;
window.preloaded['plugin/third_party:1704238621959x968466571491278800:2.1.0'] = true;
window.__code__ = window.__code__ || {};
if(!window.__code__['972f54d54828dd53eee563e3f0027ab3a16311ae18f9b6b945ee948cabcb70f5']){window.__code__['972f54d54828dd53eee563e3f0027ab3a16311ae18f9b6b945ee948cabcb70f5']=1;

"use strict";(()=>{var __create=Object.create;var __defProp=Object.defineProperty;var __getOwnPropDesc=Object.getOwnPropertyDescriptor;var __getOwnPropNames=Object.getOwnPropertyNames;var __getProtoOf=Object.getPrototypeOf,__hasOwnProp=Object.prototype.hasOwnProperty;var __esm=(fn,res)=>function(){return fn&&(res=(0,fn[__getOwnPropNames(fn)[0]])(fn=0)),res};var __commonJS=(cb,mod)=>function(){return mod||(0,cb[__getOwnPropNames(cb)[0]])((mod={exports:{}}).exports,mod),mod.exports};var __copyProps=(to,from,except,desc)=>{if(from&&typeof from=="object"||typeof from=="function")for(let key of __getOwnPropNames(from))!__hasOwnProp.call(to,key)&&key!==except&&__defProp(to,key,{get:()=>from[key],enumerable:!(desc=__getOwnPropDesc(from,key))||desc.enumerable});return to};var __toESM=(mod,isNodeMode,target)=>(target=mod!=null?__create(__getProtoOf(mod)):{},__copyProps(isNodeMode||!mod||!mod.__esModule?__defProp(target,"default",{value:mod,enumerable:!0}):target,mod));var init_define_process_env=__esm({"<define:process.env>"(){}});var require_base64_js=__commonJS({"node_modules/base64-js/index.js"(exports){"use strict";init_define_process_env();init_shim();exports.byteLength=byteLength;exports.toByteArray=toByteArray;exports.fromByteArray=fromByteArray;var lookup=[],revLookup=[],Arr=typeof Uint8Array<"u"?Uint8Array:Array,code="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/";for(i=0,len=code.length;i<len;++i)lookup[i]=code[i],revLookup[code.charCodeAt(i)]=i;var i,len;revLookup["-".charCodeAt(0)]=62;revLookup["_".charCodeAt(0)]=63;function getLens(b64){var len2=b64.length;if(len2%4>0)throw new Error("Invalid string. Length must be a multiple of 4");var validLen=b64.indexOf("=");validLen===-1&&(validLen=len2);var placeHoldersLen=validLen===len2?0:4-validLen%4;return[validLen,placeHoldersLen]}function byteLength(b64){var lens=getLens(b64),validLen=lens[0],placeHoldersLen=lens[1];return(validLen+placeHoldersLen)*3/4-placeHoldersLen}function _byteLength(b64,validLen,placeHoldersLen){return(validLen+placeHoldersLen)*3/4-placeHoldersLen}function toByteArray(b64){var tmp,lens=getLens(b64),validLen=lens[0],placeHoldersLen=lens[1],arr=new Arr(_byteLength(b64,validLen,placeHoldersLen)),curByte=0,len2=placeHoldersLen>0?validLen-4:validLen,i2;for(i2=0;i2<len2;i2+=4)tmp=revLookup[b64.charCodeAt(i2)]<<18|revLookup[b64.charCodeAt(i2+1)]<<12|revLookup[b64.charCodeAt(i2+2)]<<6|revLookup[b64.charCodeAt(i2+3)],arr[curByte++]=tmp>>16&255,arr[curByte++]=tmp>>8&255,arr[curByte++]=tmp&255;return placeHoldersLen===2&&(tmp=revLookup[b64.charCodeAt(i2)]<<2|revLookup[b64.charCodeAt(i2+1)]>>4,arr[curByte++]=tmp&255),placeHoldersLen===1&&(tmp=revLookup[b64.charCodeAt(i2)]<<10|revLookup[b64.charCodeAt(i2+1)]<<4|revLookup[b64.charCodeAt(i2+2)]>>2,arr[curByte++]=tmp>>8&255,arr[curByte++]=tmp&255),arr}function tripletToBase64(num){return lookup[num>>18&63]+lookup[num>>12&63]+lookup[num>>6&63]+lookup[num&63]}function encodeChunk(uint8,start,end){for(var tmp,output=[],i2=start;i2<end;i2+=3)tmp=(uint8[i2]<<16&16711680)+(uint8[i2+1]<<8&65280)+(uint8[i2+2]&255),output.push(tripletToBase64(tmp));return output.join("")}function fromByteArray(uint8){for(var tmp,len2=uint8.length,extraBytes=len2%3,parts=[],maxChunkLength=16383,i2=0,len22=len2-extraBytes;i2<len22;i2+=maxChunkLength)parts.push(encodeChunk(uint8,i2,i2+maxChunkLength>len22?len22:i2+maxChunkLength));return extraBytes===1?(tmp=uint8[len2-1],parts.push(lookup[tmp>>2]+lookup[tmp<<4&63]+"==")):extraBytes===2&&(tmp=(uint8[len2-2]<<8)+uint8[len2-1],parts.push(lookup[tmp>>10]+lookup[tmp>>4&63]+lookup[tmp<<2&63]+"=")),parts.join("")}}});var require_ieee754=__commonJS({"node_modules/ieee754/index.js"(exports){init_define_process_env();init_shim();exports.read=function(buffer,offset,isLE,mLen,nBytes){var e,m,eLen=nBytes*8-mLen-1,eMax=(1<<eLen)-1,eBias=eMax>>1,nBits=-7,i=isLE?nBytes-1:0,d=isLE?-1:1,s=buffer[offset+i];for(i+=d,e=s&(1<<-nBits)-1,s>>=-nBits,nBits+=eLen;nBits>0;e=e*256+buffer[offset+i],i+=d,nBits-=8);for(m=e&(1<<-nBits)-1,e>>=-nBits,nBits+=mLen;nBits>0;m=m*256+buffer[offset+i],i+=d,nBits-=8);if(e===0)e=1-eBias;else{if(e===eMax)return m?NaN:(s?-1:1)*(1/0);m=m+Math.pow(2,mLen),e=e-eBias}return(s?-1:1)*m*Math.pow(2,e-mLen)};exports.write=function(buffer,value,offset,isLE,mLen,nBytes){var e,m,c,eLen=nBytes*8-mLen-1,eMax=(1<<eLen)-1,eBias=eMax>>1,rt=mLen===23?Math.pow(2,-24)-Math.pow(2,-77):0,i=isLE?0:nBytes-1,d=isLE?1:-1,s=value<0||value===0&&1/value<0?1:0;for(value=Math.abs(value),isNaN(value)||value===1/0?(m=isNaN(value)?1:0,e=eMax):(e=Math.floor(Math.log(value)/Math.LN2),value*(c=Math.pow(2,-e))<1&&(e--,c*=2),e+eBias>=1?value+=rt/c:value+=rt*Math.pow(2,1-eBias),value*c>=2&&(e++,c/=2),e+eBias>=eMax?(m=0,e=eMax):e+eBias>=1?(m=(value*c-1)*Math.pow(2,mLen),e=e+eBias):(m=value*Math.pow(2,eBias-1)*Math.pow(2,mLen),e=0));mLen>=8;buffer[offset+i]=m&255,i+=d,m/=256,mLen-=8);for(e=e<<mLen|m,eLen+=mLen;eLen>0;buffer[offset+i]=e&255,i+=d,e/=256,eLen-=8);buffer[offset+i-d]|=s*128}}});var require_buffer=__commonJS({"node_modules/node-stdlib-browser/node_modules/buffer/index.js"(exports){"use strict";init_define_process_env();init_shim();var base64=require_base64_js(),ieee754=require_ieee754(),customInspectSymbol=typeof Symbol=="function"&&typeof Symbol.for=="function"?Symbol.for("nodejs.util.inspect.custom"):null;exports.Buffer=Buffer3;exports.SlowBuffer=SlowBuffer;exports.INSPECT_MAX_BYTES=50;var K_MAX_LENGTH=2147483647;exports.kMaxLength=K_MAX_LENGTH;Buffer3.TYPED_ARRAY_SUPPORT=typedArraySupport();!Buffer3.TYPED_ARRAY_SUPPORT&&typeof console<"u"&&typeof console.error=="function"&&console.error("This browser lacks typed array (Uint8Array) support which is required by `buffer` v5.x. Use `buffer` v4.x if you require old browser support.");function typedArraySupport(){try{var arr=new Uint8Array(1),proto={foo:function(){return 42}};return Object.setPrototypeOf(proto,Uint8Array.prototype),Object.setPrototypeOf(arr,proto),arr.foo()===42}catch(e){return!1}}Object.defineProperty(Buffer3.prototype,"parent",{enumerable:!0,get:function(){if(Buffer3.isBuffer(this))return this.buffer}});Object.defineProperty(Buffer3.prototype,"offset",{enumerable:!0,get:function(){if(Buffer3.isBuffer(this))return this.byteOffset}});function createBuffer(length){if(length>K_MAX_LENGTH)throw new RangeError('The value "'+length+'" is invalid for option "size"');var buf=new Uint8Array(length);return Object.setPrototypeOf(buf,Buffer3.prototype),buf}function Buffer3(arg,encodingOrOffset,length){if(typeof arg=="number"){if(typeof encodingOrOffset=="string")throw new TypeError('The "string" argument must be of type string. Received type number');return allocUnsafe(arg)}return from(arg,encodingOrOffset,length)}Buffer3.poolSize=8192;function from(value,encodingOrOffset,length){if(typeof value=="string")return fromString(value,encodingOrOffset);if(ArrayBuffer.isView(value))return fromArrayView(value);if(value==null)throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof value);if(isInstance(value,ArrayBuffer)||value&&isInstance(value.buffer,ArrayBuffer)||typeof SharedArrayBuffer<"u"&&(isInstance(value,SharedArrayBuffer)||value&&isInstance(value.buffer,SharedArrayBuffer)))return fromArrayBuffer(value,encodingOrOffset,length);if(typeof value=="number")throw new TypeError('The "value" argument must not be of type number. Received type number');var valueOf=value.valueOf&&value.valueOf();if(valueOf!=null&&valueOf!==value)return Buffer3.from(valueOf,encodingOrOffset,length);var b=fromObject(value);if(b)return b;if(typeof Symbol<"u"&&Symbol.toPrimitive!=null&&typeof value[Symbol.toPrimitive]=="function")return Buffer3.from(value[Symbol.toPrimitive]("string"),encodingOrOffset,length);throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof value)}Buffer3.from=function(value,encodingOrOffset,length){return from(value,encodingOrOffset,length)};Object.setPrototypeOf(Buffer3.prototype,Uint8Array.prototype);Object.setPrototypeOf(Buffer3,Uint8Array);function assertSize(size){if(typeof size!="number")throw new TypeError('"size" argument must be of type number');if(size<0)throw new RangeError('The value "'+size+'" is invalid for option "size"')}function alloc(size,fill,encoding){return assertSize(size),size<=0?createBuffer(size):fill!==void 0?typeof encoding=="string"?createBuffer(size).fill(fill,encoding):createBuffer(size).fill(fill):createBuffer(size)}Buffer3.alloc=function(size,fill,encoding){return alloc(size,fill,encoding)};function allocUnsafe(size){return assertSize(size),createBuffer(size<0?0:checked(size)|0)}Buffer3.allocUnsafe=function(size){return allocUnsafe(size)};Buffer3.allocUnsafeSlow=function(size){return allocUnsafe(size)};function fromString(string,encoding){if((typeof encoding!="string"||encoding==="")&&(encoding="utf8"),!Buffer3.isEncoding(encoding))throw new TypeError("Unknown encoding: "+encoding);var length=byteLength(string,encoding)|0,buf=createBuffer(length),actual=buf.write(string,encoding);return actual!==length&&(buf=buf.slice(0,actual)),buf}function fromArrayLike(array){for(var length=array.length<0?0:checked(array.length)|0,buf=createBuffer(length),i=0;i<length;i+=1)buf[i]=array[i]&255;return buf}function fromArrayView(arrayView){if(isInstance(arrayView,Uint8Array)){var copy=new Uint8Array(arrayView);return fromArrayBuffer(copy.buffer,copy.byteOffset,copy.byteLength)}return fromArrayLike(arrayView)}function fromArrayBuffer(array,byteOffset,length){if(byteOffset<0||array.byteLength<byteOffset)throw new RangeError('"offset" is outside of buffer bounds');if(array.byteLength<byteOffset+(length||0))throw new RangeError('"length" is outside of buffer bounds');var buf;return byteOffset===void 0&&length===void 0?buf=new Uint8Array(array):length===void 0?buf=new Uint8Array(array,byteOffset):buf=new Uint8Array(array,byteOffset,length),Object.setPrototypeOf(buf,Buffer3.prototype),buf}function fromObject(obj){if(Buffer3.isBuffer(obj)){var len=checked(obj.length)|0,buf=createBuffer(len);return buf.length===0||obj.copy(buf,0,0,len),buf}if(obj.length!==void 0)return typeof obj.length!="number"||numberIsNaN(obj.length)?createBuffer(0):fromArrayLike(obj);if(obj.type==="Buffer"&&Array.isArray(obj.data))return fromArrayLike(obj.data)}function checked(length){if(length>=K_MAX_LENGTH)throw new RangeError("Attempt to allocate Buffer larger than maximum size: 0x"+K_MAX_LENGTH.toString(16)+" bytes");return length|0}function SlowBuffer(length){return+length!=length&&(length=0),Buffer3.alloc(+length)}Buffer3.isBuffer=function(b){return b!=null&&b._isBuffer===!0&&b!==Buffer3.prototype};Buffer3.compare=function(a,b){if(isInstance(a,Uint8Array)&&(a=Buffer3.from(a,a.offset,a.byteLength)),isInstance(b,Uint8Array)&&(b=Buffer3.from(b,b.offset,b.byteLength)),!Buffer3.isBuffer(a)||!Buffer3.isBuffer(b))throw new TypeError('The "buf1", "buf2" arguments must be one of type Buffer or Uint8Array');if(a===b)return 0;for(var x=a.length,y=b.length,i=0,len=Math.min(x,y);i<len;++i)if(a[i]!==b[i]){x=a[i],y=b[i];break}return x<y?-1:y<x?1:0};Buffer3.isEncoding=function(encoding){switch(String(encoding).toLowerCase()){case"hex":case"utf8":case"utf-8":case"ascii":case"latin1":case"binary":case"base64":case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return!0;default:return!1}};Buffer3.concat=function(list,length){if(!Array.isArray(list))throw new TypeError('"list" argument must be an Array of Buffers');if(list.length===0)return Buffer3.alloc(0);var i;if(length===void 0)for(length=0,i=0;i<list.length;++i)length+=list[i].length;var buffer=Buffer3.allocUnsafe(length),pos=0;for(i=0;i<list.length;++i){var buf=list[i];if(isInstance(buf,Uint8Array))pos+buf.length>buffer.length?Buffer3.from(buf).copy(buffer,pos):Uint8Array.prototype.set.call(buffer,buf,pos);else if(Buffer3.isBuffer(buf))buf.copy(buffer,pos);else throw new TypeError('"list" argument must be an Array of Buffers');pos+=buf.length}return buffer};function byteLength(string,encoding){if(Buffer3.isBuffer(string))return string.length;if(ArrayBuffer.isView(string)||isInstance(string,ArrayBuffer))return string.byteLength;if(typeof string!="string")throw new TypeError('The "string" argument must be one of type string, Buffer, or ArrayBuffer. Received type '+typeof string);var len=string.length,mustMatch=arguments.length>2&&arguments[2]===!0;if(!mustMatch&&len===0)return 0;for(var loweredCase=!1;;)switch(encoding){case"ascii":case"latin1":case"binary":return len;case"utf8":case"utf-8":return utf8ToBytes(string).length;case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return len*2;case"hex":return len>>>1;case"base64":return base64ToBytes(string).length;default:if(loweredCase)return mustMatch?-1:utf8ToBytes(string).length;encoding=(""+encoding).toLowerCase(),loweredCase=!0}}Buffer3.byteLength=byteLength;function slowToString(encoding,start,end){var loweredCase=!1;if((start===void 0||start<0)&&(start=0),start>this.length||((end===void 0||end>this.length)&&(end=this.length),end<=0)||(end>>>=0,start>>>=0,end<=start))return"";for(encoding||(encoding="utf8");;)switch(encoding){case"hex":return hexSlice(this,start,end);case"utf8":case"utf-8":return utf8Slice(this,start,end);case"ascii":return asciiSlice(this,start,end);case"latin1":case"binary":return latin1Slice(this,start,end);case"base64":return base64Slice(this,start,end);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return utf16leSlice(this,start,end);default:if(loweredCase)throw new TypeError("Unknown encoding: "+encoding);encoding=(encoding+"").toLowerCase(),loweredCase=!0}}Buffer3.prototype._isBuffer=!0;function swap(b,n,m){var i=b[n];b[n]=b[m],b[m]=i}Buffer3.prototype.swap16=function(){var len=this.length;if(len%2!==0)throw new RangeError("Buffer size must be a multiple of 16-bits");for(var i=0;i<len;i+=2)swap(this,i,i+1);return this};Buffer3.prototype.swap32=function(){var len=this.length;if(len%4!==0)throw new RangeError("Buffer size must be a multiple of 32-bits");for(var i=0;i<len;i+=4)swap(this,i,i+3),swap(this,i+1,i+2);return this};Buffer3.prototype.swap64=function(){var len=this.length;if(len%8!==0)throw new RangeError("Buffer size must be a multiple of 64-bits");for(var i=0;i<len;i+=8)swap(this,i,i+7),swap(this,i+1,i+6),swap(this,i+2,i+5),swap(this,i+3,i+4);return this};Buffer3.prototype.toString=function(){var length=this.length;return length===0?"":arguments.length===0?utf8Slice(this,0,length):slowToString.apply(this,arguments)};Buffer3.prototype.toLocaleString=Buffer3.prototype.toString;Buffer3.prototype.equals=function(b){if(!Buffer3.isBuffer(b))throw new TypeError("Argument must be a Buffer");return this===b?!0:Buffer3.compare(this,b)===0};Buffer3.prototype.inspect=function(){var str="",max=exports.INSPECT_MAX_BYTES;return str=this.toString("hex",0,max).replace(/(.{2})/g,"$1 ").trim(),this.length>max&&(str+=" ... "),"<Buffer "+str+">"};customInspectSymbol&&(Buffer3.prototype[customInspectSymbol]=Buffer3.prototype.inspect);Buffer3.prototype.compare=function(target,start,end,thisStart,thisEnd){if(isInstance(target,Uint8Array)&&(target=Buffer3.from(target,target.offset,target.byteLength)),!Buffer3.isBuffer(target))throw new TypeError('The "target" argument must be one of type Buffer or Uint8Array. Received type '+typeof target);if(start===void 0&&(start=0),end===void 0&&(end=target?target.length:0),thisStart===void 0&&(thisStart=0),thisEnd===void 0&&(thisEnd=this.length),start<0||end>target.length||thisStart<0||thisEnd>this.length)throw new RangeError("out of range index");if(thisStart>=thisEnd&&start>=end)return 0;if(thisStart>=thisEnd)return-1;if(start>=end)return 1;if(start>>>=0,end>>>=0,thisStart>>>=0,thisEnd>>>=0,this===target)return 0;for(var x=thisEnd-thisStart,y=end-start,len=Math.min(x,y),thisCopy=this.slice(thisStart,thisEnd),targetCopy=target.slice(start,end),i=0;i<len;++i)if(thisCopy[i]!==targetCopy[i]){x=thisCopy[i],y=targetCopy[i];break}return x<y?-1:y<x?1:0};function bidirectionalIndexOf(buffer,val,byteOffset,encoding,dir){if(buffer.length===0)return-1;if(typeof byteOffset=="string"?(encoding=byteOffset,byteOffset=0):byteOffset>2147483647?byteOffset=2147483647:byteOffset<-2147483648&&(byteOffset=-2147483648),byteOffset=+byteOffset,numberIsNaN(byteOffset)&&(byteOffset=dir?0:buffer.length-1),byteOffset<0&&(byteOffset=buffer.length+byteOffset),byteOffset>=buffer.length){if(dir)return-1;byteOffset=buffer.length-1}else if(byteOffset<0)if(dir)byteOffset=0;else return-1;if(typeof val=="string"&&(val=Buffer3.from(val,encoding)),Buffer3.isBuffer(val))return val.length===0?-1:arrayIndexOf(buffer,val,byteOffset,encoding,dir);if(typeof val=="number")return val=val&255,typeof Uint8Array.prototype.indexOf=="function"?dir?Uint8Array.prototype.indexOf.call(buffer,val,byteOffset):Uint8Array.prototype.lastIndexOf.call(buffer,val,byteOffset):arrayIndexOf(buffer,[val],byteOffset,encoding,dir);throw new TypeError("val must be string, number or Buffer")}function arrayIndexOf(arr,val,byteOffset,encoding,dir){var indexSize=1,arrLength=arr.length,valLength=val.length;if(encoding!==void 0&&(encoding=String(encoding).toLowerCase(),encoding==="ucs2"||encoding==="ucs-2"||encoding==="utf16le"||encoding==="utf-16le")){if(arr.length<2||val.length<2)return-1;indexSize=2,arrLength/=2,valLength/=2,byteOffset/=2}function read(buf,i2){return indexSize===1?buf[i2]:buf.readUInt16BE(i2*indexSize)}var i;if(dir){var foundIndex=-1;for(i=byteOffset;i<arrLength;i++)if(read(arr,i)===read(val,foundIndex===-1?0:i-foundIndex)){if(foundIndex===-1&&(foundIndex=i),i-foundIndex+1===valLength)return foundIndex*indexSize}else foundIndex!==-1&&(i-=i-foundIndex),foundIndex=-1}else for(byteOffset+valLength>arrLength&&(byteOffset=arrLength-valLength),i=byteOffset;i>=0;i--){for(var found=!0,j=0;j<valLength;j++)if(read(arr,i+j)!==read(val,j)){found=!1;break}if(found)return i}return-1}Buffer3.prototype.includes=function(val,byteOffset,encoding){return this.indexOf(val,byteOffset,encoding)!==-1};Buffer3.prototype.indexOf=function(val,byteOffset,encoding){return bidirectionalIndexOf(this,val,byteOffset,encoding,!0)};Buffer3.prototype.lastIndexOf=function(val,byteOffset,encoding){return bidirectionalIndexOf(this,val,byteOffset,encoding,!1)};function hexWrite(buf,string,offset,length){offset=Number(offset)||0;var remaining=buf.length-offset;length?(length=Number(length),length>remaining&&(length=remaining)):length=remaining;var strLen=string.length;length>strLen/2&&(length=strLen/2);for(var i=0;i<length;++i){var parsed=parseInt(string.substr(i*2,2),16);if(numberIsNaN(parsed))return i;buf[offset+i]=parsed}return i}function utf8Write(buf,string,offset,length){return blitBuffer(utf8ToBytes(string,buf.length-offset),buf,offset,length)}function asciiWrite(buf,string,offset,length){return blitBuffer(asciiToBytes(string),buf,offset,length)}function base64Write(buf,string,offset,length){return blitBuffer(base64ToBytes(string),buf,offset,length)}function ucs2Write(buf,string,offset,length){return blitBuffer(utf16leToBytes(string,buf.length-offset),buf,offset,length)}Buffer3.prototype.write=function(string,offset,length,encoding){if(offset===void 0)encoding="utf8",length=this.length,offset=0;else if(length===void 0&&typeof offset=="string")encoding=offset,length=this.length,offset=0;else if(isFinite(offset))offset=offset>>>0,isFinite(length)?(length=length>>>0,encoding===void 0&&(encoding="utf8")):(encoding=length,length=void 0);else throw new Error("Buffer.write(string, encoding, offset[, length]) is no longer supported");var remaining=this.length-offset;if((length===void 0||length>remaining)&&(length=remaining),string.length>0&&(length<0||offset<0)||offset>this.length)throw new RangeError("Attempt to write outside buffer bounds");encoding||(encoding="utf8");for(var loweredCase=!1;;)switch(encoding){case"hex":return hexWrite(this,string,offset,length);case"utf8":case"utf-8":return utf8Write(this,string,offset,length);case"ascii":case"latin1":case"binary":return asciiWrite(this,string,offset,length);case"base64":return base64Write(this,string,offset,length);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return ucs2Write(this,string,offset,length);default:if(loweredCase)throw new TypeError("Unknown encoding: "+encoding);encoding=(""+encoding).toLowerCase(),loweredCase=!0}};Buffer3.prototype.toJSON=function(){return{type:"Buffer",data:Array.prototype.slice.call(this._arr||this,0)}};function base64Slice(buf,start,end){return start===0&&end===buf.length?base64.fromByteArray(buf):base64.fromByteArray(buf.slice(start,end))}function utf8Slice(buf,start,end){end=Math.min(buf.length,end);for(var res=[],i=start;i<end;){var firstByte=buf[i],codePoint=null,bytesPerSequence=firstByte>239?4:firstByte>223?3:firstByte>191?2:1;if(i+bytesPerSequence<=end){var secondByte,thirdByte,fourthByte,tempCodePoint;switch(bytesPerSequence){case 1:firstByte<128&&(codePoint=firstByte);break;case 2:secondByte=buf[i+1],(secondByte&192)===128&&(tempCodePoint=(firstByte&31)<<6|secondByte&63,tempCodePoint>127&&(codePoint=tempCodePoint));break;case 3:secondByte=buf[i+1],thirdByte=buf[i+2],(secondByte&192)===128&&(thirdByte&192)===128&&(tempCodePoint=(firstByte&15)<<12|(secondByte&63)<<6|thirdByte&63,tempCodePoint>2047&&(tempCodePoint<55296||tempCodePoint>57343)&&(codePoint=tempCodePoint));break;case 4:secondByte=buf[i+1],thirdByte=buf[i+2],fourthByte=buf[i+3],(secondByte&192)===128&&(thirdByte&192)===128&&(fourthByte&192)===128&&(tempCodePoint=(firstByte&15)<<18|(secondByte&63)<<12|(thirdByte&63)<<6|fourthByte&63,tempCodePoint>65535&&tempCodePoint<1114112&&(codePoint=tempCodePoint))}}codePoint===null?(codePoint=65533,bytesPerSequence=1):codePoint>65535&&(codePoint-=65536,res.push(codePoint>>>10&1023|55296),codePoint=56320|codePoint&1023),res.push(codePoint),i+=bytesPerSequence}return decodeCodePointsArray(res)}var MAX_ARGUMENTS_LENGTH=4096;function decodeCodePointsArray(codePoints){var len=codePoints.length;if(len<=MAX_ARGUMENTS_LENGTH)return String.fromCharCode.apply(String,codePoints);for(var res="",i=0;i<len;)res+=String.fromCharCode.apply(String,codePoints.slice(i,i+=MAX_ARGUMENTS_LENGTH));return res}function asciiSlice(buf,start,end){var ret="";end=Math.min(buf.length,end);for(var i=start;i<end;++i)ret+=String.fromCharCode(buf[i]&127);return ret}function latin1Slice(buf,start,end){var ret="";end=Math.min(buf.length,end);for(var i=start;i<end;++i)ret+=String.fromCharCode(buf[i]);return ret}function hexSlice(buf,start,end){var len=buf.length;(!start||start<0)&&(start=0),(!end||end<0||end>len)&&(end=len);for(var out="",i=start;i<end;++i)out+=hexSliceLookupTable[buf[i]];return out}function utf16leSlice(buf,start,end){for(var bytes=buf.slice(start,end),res="",i=0;i<bytes.length-1;i+=2)res+=String.fromCharCode(bytes[i]+bytes[i+1]*256);return res}Buffer3.prototype.slice=function(start,end){var len=this.length;start=~~start,end=end===void 0?len:~~end,start<0?(start+=len,start<0&&(start=0)):start>len&&(start=len),end<0?(end+=len,end<0&&(end=0)):end>len&&(end=len),end<start&&(end=start);var newBuf=this.subarray(start,end);return Object.setPrototypeOf(newBuf,Buffer3.prototype),newBuf};function checkOffset(offset,ext,length){if(offset%1!==0||offset<0)throw new RangeError("offset is not uint");if(offset+ext>length)throw new RangeError("Trying to access beyond buffer length")}Buffer3.prototype.readUintLE=Buffer3.prototype.readUIntLE=function(offset,byteLength2,noAssert){offset=offset>>>0,byteLength2=byteLength2>>>0,noAssert||checkOffset(offset,byteLength2,this.length);for(var val=this[offset],mul=1,i=0;++i<byteLength2&&(mul*=256);)val+=this[offset+i]*mul;return val};Buffer3.prototype.readUintBE=Buffer3.prototype.readUIntBE=function(offset,byteLength2,noAssert){offset=offset>>>0,byteLength2=byteLength2>>>0,noAssert||checkOffset(offset,byteLength2,this.length);for(var val=this[offset+--byteLength2],mul=1;byteLength2>0&&(mul*=256);)val+=this[offset+--byteLength2]*mul;return val};Buffer3.prototype.readUint8=Buffer3.prototype.readUInt8=function(offset,noAssert){return offset=offset>>>0,noAssert||checkOffset(offset,1,this.length),this[offset]};Buffer3.prototype.readUint16LE=Buffer3.prototype.readUInt16LE=function(offset,noAssert){return offset=offset>>>0,noAssert||checkOffset(offset,2,this.length),this[offset]|this[offset+1]<<8};Buffer3.prototype.readUint16BE=Buffer3.prototype.readUInt16BE=function(offset,noAssert){return offset=offset>>>0,noAssert||checkOffset(offset,2,this.length),this[offset]<<8|this[offset+1]};Buffer3.prototype.readUint32LE=Buffer3.prototype.readUInt32LE=function(offset,noAssert){return offset=offset>>>0,noAssert||checkOffset(offset,4,this.length),(this[offset]|this[offset+1]<<8|this[offset+2]<<16)+this[offset+3]*16777216};Buffer3.prototype.readUint32BE=Buffer3.prototype.readUInt32BE=function(offset,noAssert){return offset=offset>>>0,noAssert||checkOffset(offset,4,this.length),this[offset]*16777216+(this[offset+1]<<16|this[offset+2]<<8|this[offset+3])};Buffer3.prototype.readIntLE=function(offset,byteLength2,noAssert){offset=offset>>>0,byteLength2=byteLength2>>>0,noAssert||checkOffset(offset,byteLength2,this.length);for(var val=this[offset],mul=1,i=0;++i<byteLength2&&(mul*=256);)val+=this[offset+i]*mul;return mul*=128,val>=mul&&(val-=Math.pow(2,8*byteLength2)),val};Buffer3.prototype.readIntBE=function(offset,byteLength2,noAssert){offset=offset>>>0,byteLength2=byteLength2>>>0,noAssert||checkOffset(offset,byteLength2,this.length);for(var i=byteLength2,mul=1,val=this[offset+--i];i>0&&(mul*=256);)val+=this[offset+--i]*mul;return mul*=128,val>=mul&&(val-=Math.pow(2,8*byteLength2)),val};Buffer3.prototype.readInt8=function(offset,noAssert){return offset=offset>>>0,noAssert||checkOffset(offset,1,this.length),this[offset]&128?(255-this[offset]+1)*-1:this[offset]};Buffer3.prototype.readInt16LE=function(offset,noAssert){offset=offset>>>0,noAssert||checkOffset(offset,2,this.length);var val=this[offset]|this[offset+1]<<8;return val&32768?val|4294901760:val};Buffer3.prototype.readInt16BE=function(offset,noAssert){offset=offset>>>0,noAssert||checkOffset(offset,2,this.length);var val=this[offset+1]|this[offset]<<8;return val&32768?val|4294901760:val};Buffer3.prototype.readInt32LE=function(offset,noAssert){return offset=offset>>>0,noAssert||checkOffset(offset,4,this.length),this[offset]|this[offset+1]<<8|this[offset+2]<<16|this[offset+3]<<24};Buffer3.prototype.readInt32BE=function(offset,noAssert){return offset=offset>>>0,noAssert||checkOffset(offset,4,this.length),this[offset]<<24|this[offset+1]<<16|this[offset+2]<<8|this[offset+3]};Buffer3.prototype.readFloatLE=function(offset,noAssert){return offset=offset>>>0,noAssert||checkOffset(offset,4,this.length),ieee754.read(this,offset,!0,23,4)};Buffer3.prototype.readFloatBE=function(offset,noAssert){return offset=offset>>>0,noAssert||checkOffset(offset,4,this.length),ieee754.read(this,offset,!1,23,4)};Buffer3.prototype.readDoubleLE=function(offset,noAssert){return offset=offset>>>0,noAssert||checkOffset(offset,8,this.length),ieee754.read(this,offset,!0,52,8)};Buffer3.prototype.readDoubleBE=function(offset,noAssert){return offset=offset>>>0,noAssert||checkOffset(offset,8,this.length),ieee754.read(this,offset,!1,52,8)};function checkInt(buf,value,offset,ext,max,min){if(!Buffer3.isBuffer(buf))throw new TypeError('"buffer" argument must be a Buffer instance');if(value>max||value<min)throw new RangeError('"value" argument is out of bounds');if(offset+ext>buf.length)throw new RangeError("Index out of range")}Buffer3.prototype.writeUintLE=Buffer3.prototype.writeUIntLE=function(value,offset,byteLength2,noAssert){if(value=+value,offset=offset>>>0,byteLength2=byteLength2>>>0,!noAssert){var maxBytes=Math.pow(2,8*byteLength2)-1;checkInt(this,value,offset,byteLength2,maxBytes,0)}var mul=1,i=0;for(this[offset]=value&255;++i<byteLength2&&(mul*=256);)this[offset+i]=value/mul&255;return offset+byteLength2};Buffer3.prototype.writeUintBE=Buffer3.prototype.writeUIntBE=function(value,offset,byteLength2,noAssert){if(value=+value,offset=offset>>>0,byteLength2=byteLength2>>>0,!noAssert){var maxBytes=Math.pow(2,8*byteLength2)-1;checkInt(this,value,offset,byteLength2,maxBytes,0)}var i=byteLength2-1,mul=1;for(this[offset+i]=value&255;--i>=0&&(mul*=256);)this[offset+i]=value/mul&255;return offset+byteLength2};Buffer3.prototype.writeUint8=Buffer3.prototype.writeUInt8=function(value,offset,noAssert){return value=+value,offset=offset>>>0,noAssert||checkInt(this,value,offset,1,255,0),this[offset]=value&255,offset+1};Buffer3.prototype.writeUint16LE=Buffer3.prototype.writeUInt16LE=function(value,offset,noAssert){return value=+value,offset=offset>>>0,noAssert||checkInt(this,value,offset,2,65535,0),this[offset]=value&255,this[offset+1]=value>>>8,offset+2};Buffer3.prototype.writeUint16BE=Buffer3.prototype.writeUInt16BE=function(value,offset,noAssert){return value=+value,offset=offset>>>0,noAssert||checkInt(this,value,offset,2,65535,0),this[offset]=value>>>8,this[offset+1]=value&255,offset+2};Buffer3.prototype.writeUint32LE=Buffer3.prototype.writeUInt32LE=function(value,offset,noAssert){return value=+value,offset=offset>>>0,noAssert||checkInt(this,value,offset,4,4294967295,0),this[offset+3]=value>>>24,this[offset+2]=value>>>16,this[offset+1]=value>>>8,this[offset]=value&255,offset+4};Buffer3.prototype.writeUint32BE=Buffer3.prototype.writeUInt32BE=function(value,offset,noAssert){return value=+value,offset=offset>>>0,noAssert||checkInt(this,value,offset,4,4294967295,0),this[offset]=value>>>24,this[offset+1]=value>>>16,this[offset+2]=value>>>8,this[offset+3]=value&255,offset+4};Buffer3.prototype.writeIntLE=function(value,offset,byteLength2,noAssert){if(value=+value,offset=offset>>>0,!noAssert){var limit=Math.pow(2,8*byteLength2-1);checkInt(this,value,offset,byteLength2,limit-1,-limit)}var i=0,mul=1,sub=0;for(this[offset]=value&255;++i<byteLength2&&(mul*=256);)value<0&&sub===0&&this[offset+i-1]!==0&&(sub=1),this[offset+i]=(value/mul>>0)-sub&255;return offset+byteLength2};Buffer3.prototype.writeIntBE=function(value,offset,byteLength2,noAssert){if(value=+value,offset=offset>>>0,!noAssert){var limit=Math.pow(2,8*byteLength2-1);checkInt(this,value,offset,byteLength2,limit-1,-limit)}var i=byteLength2-1,mul=1,sub=0;for(this[offset+i]=value&255;--i>=0&&(mul*=256);)value<0&&sub===0&&this[offset+i+1]!==0&&(sub=1),this[offset+i]=(value/mul>>0)-sub&255;return offset+byteLength2};Buffer3.prototype.writeInt8=function(value,offset,noAssert){return value=+value,offset=offset>>>0,noAssert||checkInt(this,value,offset,1,127,-128),value<0&&(value=255+value+1),this[offset]=value&255,offset+1};Buffer3.prototype.writeInt16LE=function(value,offset,noAssert){return value=+value,offset=offset>>>0,noAssert||checkInt(this,value,offset,2,32767,-32768),this[offset]=value&255,this[offset+1]=value>>>8,offset+2};Buffer3.prototype.writeInt16BE=function(value,offset,noAssert){return value=+value,offset=offset>>>0,noAssert||checkInt(this,value,offset,2,32767,-32768),this[offset]=value>>>8,this[offset+1]=value&255,offset+2};Buffer3.prototype.writeInt32LE=function(value,offset,noAssert){return value=+value,offset=offset>>>0,noAssert||checkInt(this,value,offset,4,2147483647,-2147483648),this[offset]=value&255,this[offset+1]=value>>>8,this[offset+2]=value>>>16,this[offset+3]=value>>>24,offset+4};Buffer3.prototype.writeInt32BE=function(value,offset,noAssert){return value=+value,offset=offset>>>0,noAssert||checkInt(this,value,offset,4,2147483647,-2147483648),value<0&&(value=4294967295+value+1),this[offset]=value>>>24,this[offset+1]=value>>>16,this[offset+2]=value>>>8,this[offset+3]=value&255,offset+4};function checkIEEE754(buf,value,offset,ext,max,min){if(offset+ext>buf.length)throw new RangeError("Index out of range");if(offset<0)throw new RangeError("Index out of range")}function writeFloat(buf,value,offset,littleEndian,noAssert){return value=+value,offset=offset>>>0,noAssert||checkIEEE754(buf,value,offset,4,34028234663852886e22,-34028234663852886e22),ieee754.write(buf,value,offset,littleEndian,23,4),offset+4}Buffer3.prototype.writeFloatLE=function(value,offset,noAssert){return writeFloat(this,value,offset,!0,noAssert)};Buffer3.prototype.writeFloatBE=function(value,offset,noAssert){return writeFloat(this,value,offset,!1,noAssert)};function writeDouble(buf,value,offset,littleEndian,noAssert){return value=+value,offset=offset>>>0,noAssert||checkIEEE754(buf,value,offset,8,17976931348623157e292,-17976931348623157e292),ieee754.write(buf,value,offset,littleEndian,52,8),offset+8}Buffer3.prototype.writeDoubleLE=function(value,offset,noAssert){return writeDouble(this,value,offset,!0,noAssert)};Buffer3.prototype.writeDoubleBE=function(value,offset,noAssert){return writeDouble(this,value,offset,!1,noAssert)};Buffer3.prototype.copy=function(target,targetStart,start,end){if(!Buffer3.isBuffer(target))throw new TypeError("argument should be a Buffer");if(start||(start=0),!end&&end!==0&&(end=this.length),targetStart>=target.length&&(targetStart=target.length),targetStart||(targetStart=0),end>0&&end<start&&(end=start),end===start||target.length===0||this.length===0)return 0;if(targetStart<0)throw new RangeError("targetStart out of bounds");if(start<0||start>=this.length)throw new RangeError("Index out of range");if(end<0)throw new RangeError("sourceEnd out of bounds");end>this.length&&(end=this.length),target.length-targetStart<end-start&&(end=target.length-targetStart+start);var len=end-start;return this===target&&typeof Uint8Array.prototype.copyWithin=="function"?this.copyWithin(targetStart,start,end):Uint8Array.prototype.set.call(target,this.subarray(start,end),targetStart),len};Buffer3.prototype.fill=function(val,start,end,encoding){if(typeof val=="string"){if(typeof start=="string"?(encoding=start,start=0,end=this.length):typeof end=="string"&&(encoding=end,end=this.length),encoding!==void 0&&typeof encoding!="string")throw new TypeError("encoding must be a string");if(typeof encoding=="string"&&!Buffer3.isEncoding(encoding))throw new TypeError("Unknown encoding: "+encoding);if(val.length===1){var code=val.charCodeAt(0);(encoding==="utf8"&&code<128||encoding==="latin1")&&(val=code)}}else typeof val=="number"?val=val&255:typeof val=="boolean"&&(val=Number(val));if(start<0||this.length<start||this.length<end)throw new RangeError("Out of range index");if(end<=start)return this;start=start>>>0,end=end===void 0?this.length:end>>>0,val||(val=0);var i;if(typeof val=="number")for(i=start;i<end;++i)this[i]=val;else{var bytes=Buffer3.isBuffer(val)?val:Buffer3.from(val,encoding),len=bytes.length;if(len===0)throw new TypeError('The value "'+val+'" is invalid for argument "value"');for(i=0;i<end-start;++i)this[i+start]=bytes[i%len]}return this};var INVALID_BASE64_RE=/[^+/0-9A-Za-z-_]/g;function base64clean(str){if(str=str.split("=")[0],str=str.trim().replace(INVALID_BASE64_RE,""),str.length<2)return"";for(;str.length%4!==0;)str=str+"=";return str}function utf8ToBytes(string,units){units=units||1/0;for(var codePoint,length=string.length,leadSurrogate=null,bytes=[],i=0;i<length;++i){if(codePoint=string.charCodeAt(i),codePoint>55295&&codePoint<57344){if(!leadSurrogate){if(codePoint>56319){(units-=3)>-1&&bytes.push(239,191,189);continue}else if(i+1===length){(units-=3)>-1&&bytes.push(239,191,189);continue}leadSurrogate=codePoint;continue}if(codePoint<56320){(units-=3)>-1&&bytes.push(239,191,189),leadSurrogate=codePoint;continue}codePoint=(leadSurrogate-55296<<10|codePoint-56320)+65536}else leadSurrogate&&(units-=3)>-1&&bytes.push(239,191,189);if(leadSurrogate=null,codePoint<128){if((units-=1)<0)break;bytes.push(codePoint)}else if(codePoint<2048){if((units-=2)<0)break;bytes.push(codePoint>>6|192,codePoint&63|128)}else if(codePoint<65536){if((units-=3)<0)break;bytes.push(codePoint>>12|224,codePoint>>6&63|128,codePoint&63|128)}else if(codePoint<1114112){if((units-=4)<0)break;bytes.push(codePoint>>18|240,codePoint>>12&63|128,codePoint>>6&63|128,codePoint&63|128)}else throw new Error("Invalid code point")}return bytes}function asciiToBytes(str){for(var byteArray=[],i=0;i<str.length;++i)byteArray.push(str.charCodeAt(i)&255);return byteArray}function utf16leToBytes(str,units){for(var c,hi,lo,byteArray=[],i=0;i<str.length&&!((units-=2)<0);++i)c=str.charCodeAt(i),hi=c>>8,lo=c%256,byteArray.push(lo),byteArray.push(hi);return byteArray}function base64ToBytes(str){return base64.toByteArray(base64clean(str))}function blitBuffer(src,dst,offset,length){for(var i=0;i<length&&!(i+offset>=dst.length||i>=src.length);++i)dst[i+offset]=src[i];return i}function isInstance(obj,type){return obj instanceof type||obj!=null&&obj.constructor!=null&&obj.constructor.name!=null&&obj.constructor.name===type.name}function numberIsNaN(obj){return obj!==obj}var hexSliceLookupTable=function(){for(var alphabet="0123456789abcdef",table=new Array(256),i=0;i<16;++i)for(var i16=i*16,j=0;j<16;++j)table[i16+j]=alphabet[i]+alphabet[j];return table}()}});var require_browser=__commonJS({"node_modules/process/browser.js"(exports,module){init_define_process_env();init_shim();var process2=module.exports={},cachedSetTimeout,cachedClearTimeout;function defaultSetTimout(){throw new Error("setTimeout has not been defined")}function defaultClearTimeout(){throw new Error("clearTimeout has not been defined")}(function(){try{typeof setTimeout=="function"?cachedSetTimeout=setTimeout:cachedSetTimeout=defaultSetTimout}catch(e){cachedSetTimeout=defaultSetTimout}try{typeof clearTimeout=="function"?cachedClearTimeout=clearTimeout:cachedClearTimeout=defaultClearTimeout}catch(e){cachedClearTimeout=defaultClearTimeout}})();function runTimeout(fun){if(cachedSetTimeout===setTimeout)return setTimeout(fun,0);if((cachedSetTimeout===defaultSetTimout||!cachedSetTimeout)&&setTimeout)return cachedSetTimeout=setTimeout,setTimeout(fun,0);try{return cachedSetTimeout(fun,0)}catch(e){try{return cachedSetTimeout.call(null,fun,0)}catch(e2){return cachedSetTimeout.call(this,fun,0)}}}function runClearTimeout(marker){if(cachedClearTimeout===clearTimeout)return clearTimeout(marker);if((cachedClearTimeout===defaultClearTimeout||!cachedClearTimeout)&&clearTimeout)return cachedClearTimeout=clearTimeout,clearTimeout(marker);try{return cachedClearTimeout(marker)}catch(e){try{return cachedClearTimeout.call(null,marker)}catch(e2){return cachedClearTimeout.call(this,marker)}}}var queue=[],draining=!1,currentQueue,queueIndex=-1;function cleanUpNextTick(){!draining||!currentQueue||(draining=!1,currentQueue.length?queue=currentQueue.concat(queue):queueIndex=-1,queue.length&&drainQueue())}function drainQueue(){if(!draining){var timeout=runTimeout(cleanUpNextTick);draining=!0;for(var len=queue.length;len;){for(currentQueue=queue,queue=[];++queueIndex<len;)currentQueue&&currentQueue[queueIndex].run();queueIndex=-1,len=queue.length}currentQueue=null,draining=!1,runClearTimeout(timeout)}}process2.nextTick=function(fun){var args=new Array(arguments.length-1);if(arguments.length>1)for(var i=1;i<arguments.length;i++)args[i-1]=arguments[i];queue.push(new Item(fun,args)),queue.length===1&&!draining&&runTimeout(drainQueue)};function Item(fun,array){this.fun=fun,this.array=array}Item.prototype.run=function(){this.fun.apply(null,this.array)};process2.title="browser";process2.browser=!0;process2.env={};process2.argv=[];process2.version="";process2.versions={};function noop(){}process2.on=noop;process2.addListener=noop;process2.once=noop;process2.off=noop;process2.removeListener=noop;process2.removeAllListeners=noop;process2.emit=noop;process2.prependListener=noop;process2.prependOnceListener=noop;process2.listeners=function(name){return[]};process2.binding=function(name){throw new Error("process.binding is not supported")};process2.cwd=function(){return"/"};process2.chdir=function(dir){throw new Error("process.chdir is not supported")};process2.umask=function(){return 0}}});var import_buffer,import_process,_globalThis,init_shim=__esm({"node_modules/node-stdlib-browser/helpers/esbuild/shim.js"(){import_buffer=__toESM(require_buffer()),import_process=__toESM(require_browser()),_globalThis=function(Object2){function get(){var _global3=this||self;return delete Object2.prototype.__magic__,_global3}if(typeof globalThis=="object")return globalThis;if(this)return get();Object2.defineProperty(Object2.prototype,"__magic__",{configurable:!0,get});var _global2=__magic__;return _global2}(Object)}});var require_global=__commonJS({"node_modules/core-js/internals/global.js"(exports,module){"use strict";init_define_process_env();init_shim();var check=function(it){return it&&it.Math===Math&&it};module.exports=check(typeof globalThis=="object"&&globalThis)||check(typeof window=="object"&&window)||check(typeof self=="object"&&self)||check(typeof window=="object"&&window)||check(typeof exports=="object"&&exports)||function(){return this}()||Function("return this")()}});var require_fails=__commonJS({"node_modules/core-js/internals/fails.js"(exports,module){"use strict";init_define_process_env();init_shim();module.exports=function(exec){try{return!!exec()}catch(error){return!0}}}});var require_descriptors=__commonJS({"node_modules/core-js/internals/descriptors.js"(exports,module){"use strict";init_define_process_env();init_shim();var fails=require_fails();module.exports=!fails(function(){return Object.defineProperty({},1,{get:function(){return 7}})[1]!==7})}});var require_function_bind_native=__commonJS({"node_modules/core-js/internals/function-bind-native.js"(exports,module){"use strict";init_define_process_env();init_shim();var fails=require_fails();module.exports=!fails(function(){var test=(function(){}).bind();return typeof test!="function"||test.hasOwnProperty("prototype")})}});var require_function_call=__commonJS({"node_modules/core-js/internals/function-call.js"(exports,module){"use strict";init_define_process_env();init_shim();var NATIVE_BIND=require_function_bind_native(),call=Function.prototype.call;module.exports=NATIVE_BIND?call.bind(call):function(){return call.apply(call,arguments)}}});var require_object_property_is_enumerable=__commonJS({"node_modules/core-js/internals/object-property-is-enumerable.js"(exports){"use strict";init_define_process_env();init_shim();var $propertyIsEnumerable={}.propertyIsEnumerable,getOwnPropertyDescriptor=Object.getOwnPropertyDescriptor,NASHORN_BUG=getOwnPropertyDescriptor&&!$propertyIsEnumerable.call({1:2},1);exports.f=NASHORN_BUG?function(V){var descriptor=getOwnPropertyDescriptor(this,V);return!!descriptor&&descriptor.enumerable}:$propertyIsEnumerable}});var require_create_property_descriptor=__commonJS({"node_modules/core-js/internals/create-property-descriptor.js"(exports,module){"use strict";init_define_process_env();init_shim();module.exports=function(bitmap,value){return{enumerable:!(bitmap&1),configurable:!(bitmap&2),writable:!(bitmap&4),value}}}});var require_function_uncurry_this=__commonJS({"node_modules/core-js/internals/function-uncurry-this.js"(exports,module){"use strict";init_define_process_env();init_shim();var NATIVE_BIND=require_function_bind_native(),FunctionPrototype=Function.prototype,call=FunctionPrototype.call,uncurryThisWithBind=NATIVE_BIND&&FunctionPrototype.bind.bind(call,call);module.exports=NATIVE_BIND?uncurryThisWithBind:function(fn){return function(){return call.apply(fn,arguments)}}}});var require_classof_raw=__commonJS({"node_modules/core-js/internals/classof-raw.js"(exports,module){"use strict";init_define_process_env();init_shim();var uncurryThis=require_function_uncurry_this(),toString=uncurryThis({}.toString),stringSlice=uncurryThis("".slice);module.exports=function(it){return stringSlice(toString(it),8,-1)}}});var require_indexed_object=__commonJS({"node_modules/core-js/internals/indexed-object.js"(exports,module){"use strict";init_define_process_env();init_shim();var uncurryThis=require_function_uncurry_this(),fails=require_fails(),classof=require_classof_raw(),$Object=Object,split=uncurryThis("".split);module.exports=fails(function(){return!$Object("z").propertyIsEnumerable(0)})?function(it){return classof(it)==="String"?split(it,""):$Object(it)}:$Object}});var require_is_null_or_undefined=__commonJS({"node_modules/core-js/internals/is-null-or-undefined.js"(exports,module){"use strict";init_define_process_env();init_shim();module.exports=function(it){return it==null}}});var require_require_object_coercible=__commonJS({"node_modules/core-js/internals/require-object-coercible.js"(exports,module){"use strict";init_define_process_env();init_shim();var isNullOrUndefined=require_is_null_or_undefined(),$TypeError=TypeError;module.exports=function(it){if(isNullOrUndefined(it))throw new $TypeError("Can't call method on "+it);return it}}});var require_to_indexed_object=__commonJS({"node_modules/core-js/internals/to-indexed-object.js"(exports,module){"use strict";init_define_process_env();init_shim();var IndexedObject=require_indexed_object(),requireObjectCoercible=require_require_object_coercible();module.exports=function(it){return IndexedObject(requireObjectCoercible(it))}}});var require_is_callable=__commonJS({"node_modules/core-js/internals/is-callable.js"(exports,module){"use strict";init_define_process_env();init_shim();var documentAll=typeof document=="object"&&document.all;module.exports=typeof documentAll>"u"&&documentAll!==void 0?function(argument){return typeof argument=="function"||argument===documentAll}:function(argument){return typeof argument=="function"}}});var require_is_object=__commonJS({"node_modules/core-js/internals/is-object.js"(exports,module){"use strict";init_define_process_env();init_shim();var isCallable=require_is_callable();module.exports=function(it){return typeof it=="object"?it!==null:isCallable(it)}}});var require_get_built_in=__commonJS({"node_modules/core-js/internals/get-built-in.js"(exports,module){"use strict";init_define_process_env();init_shim();var global=require_global(),isCallable=require_is_callable(),aFunction=function(argument){return isCallable(argument)?argument:void 0};module.exports=function(namespace,method){return arguments.length<2?aFunction(global[namespace]):global[namespace]&&global[namespace][method]}}});var require_object_is_prototype_of=__commonJS({"node_modules/core-js/internals/object-is-prototype-of.js"(exports,module){"use strict";init_define_process_env();init_shim();var uncurryThis=require_function_uncurry_this();module.exports=uncurryThis({}.isPrototypeOf)}});var require_engine_user_agent=__commonJS({"node_modules/core-js/internals/engine-user-agent.js"(exports,module){"use strict";init_define_process_env();init_shim();module.exports=typeof navigator<"u"&&String(navigator.userAgent)||""}});var require_engine_v8_version=__commonJS({"node_modules/core-js/internals/engine-v8-version.js"(exports,module){"use strict";init_define_process_env();init_shim();var global=require_global(),userAgent=require_engine_user_agent(),process2=global.process,Deno=global.Deno,versions=process2&&process2.versions||Deno&&Deno.version,v8=versions&&versions.v8,match,version;v8&&(match=v8.split("."),version=match[0]>0&&match[0]<4?1:+(match[0]+match[1]));!version&&userAgent&&(match=userAgent.match(/Edge\/(\d+)/),(!match||match[1]>=74)&&(match=userAgent.match(/Chrome\/(\d+)/),match&&(version=+match[1])));module.exports=version}});var require_symbol_constructor_detection=__commonJS({"node_modules/core-js/internals/symbol-constructor-detection.js"(exports,module){"use strict";init_define_process_env();init_shim();var V8_VERSION=require_engine_v8_version(),fails=require_fails(),global=require_global(),$String=global.String;module.exports=!!Object.getOwnPropertySymbols&&!fails(function(){var symbol=Symbol("symbol detection");return!$String(symbol)||!(Object(symbol)instanceof Symbol)||!Symbol.sham&&V8_VERSION&&V8_VERSION<41})}});var require_use_symbol_as_uid=__commonJS({"node_modules/core-js/internals/use-symbol-as-uid.js"(exports,module){"use strict";init_define_process_env();init_shim();var NATIVE_SYMBOL=require_symbol_constructor_detection();module.exports=NATIVE_SYMBOL&&!Symbol.sham&&typeof Symbol.iterator=="symbol"}});var require_is_symbol=__commonJS({"node_modules/core-js/internals/is-symbol.js"(exports,module){"use strict";init_define_process_env();init_shim();var getBuiltIn=require_get_built_in(),isCallable=require_is_callable(),isPrototypeOf=require_object_is_prototype_of(),USE_SYMBOL_AS_UID=require_use_symbol_as_uid(),$Object=Object;module.exports=USE_SYMBOL_AS_UID?function(it){return typeof it=="symbol"}:function(it){var $Symbol=getBuiltIn("Symbol");return isCallable($Symbol)&&isPrototypeOf($Symbol.prototype,$Object(it))}}});var require_try_to_string=__commonJS({"node_modules/core-js/internals/try-to-string.js"(exports,module){"use strict";init_define_process_env();init_shim();var $String=String;module.exports=function(argument){try{return $String(argument)}catch(error){return"Object"}}}});var require_a_callable=__commonJS({"node_modules/core-js/internals/a-callable.js"(exports,module){"use strict";init_define_process_env();init_shim();var isCallable=require_is_callable(),tryToString=require_try_to_string(),$TypeError=TypeError;module.exports=function(argument){if(isCallable(argument))return argument;throw new $TypeError(tryToString(argument)+" is not a function")}}});var require_get_method=__commonJS({"node_modules/core-js/internals/get-method.js"(exports,module){"use strict";init_define_process_env();init_shim();var aCallable=require_a_callable(),isNullOrUndefined=require_is_null_or_undefined();module.exports=function(V,P){var func=V[P];return isNullOrUndefined(func)?void 0:aCallable(func)}}});var require_ordinary_to_primitive=__commonJS({"node_modules/core-js/internals/ordinary-to-primitive.js"(exports,module){"use strict";init_define_process_env();init_shim();var call=require_function_call(),isCallable=require_is_callable(),isObject=require_is_object(),$TypeError=TypeError;module.exports=function(input,pref){var fn,val;if(pref==="string"&&isCallable(fn=input.toString)&&!isObject(val=call(fn,input))||isCallable(fn=input.valueOf)&&!isObject(val=call(fn,input))||pref!=="string"&&isCallable(fn=input.toString)&&!isObject(val=call(fn,input)))return val;throw new $TypeError("Can't convert object to primitive value")}}});var require_is_pure=__commonJS({"node_modules/core-js/internals/is-pure.js"(exports,module){"use strict";init_define_process_env();init_shim();module.exports=!1}});var require_define_global_property=__commonJS({"node_modules/core-js/internals/define-global-property.js"(exports,module){"use strict";init_define_process_env();init_shim();var global=require_global(),defineProperty=Object.defineProperty;module.exports=function(key,value){try{defineProperty(global,key,{value,configurable:!0,writable:!0})}catch(error){global[key]=value}return value}}});var require_shared_store=__commonJS({"node_modules/core-js/internals/shared-store.js"(exports,module){"use strict";init_define_process_env();init_shim();var global=require_global(),defineGlobalProperty=require_define_global_property(),SHARED="__core-js_shared__",store=global[SHARED]||defineGlobalProperty(SHARED,{});module.exports=store}});var require_shared=__commonJS({"node_modules/core-js/internals/shared.js"(exports,module){"use strict";init_define_process_env();init_shim();var IS_PURE=require_is_pure(),store=require_shared_store();(module.exports=function(key,value){return store[key]||(store[key]=value!==void 0?value:{})})("versions",[]).push({version:"3.35.1",mode:IS_PURE?"pure":"global",copyright:"\xA9 2014-2024 Denis Pushkarev (zloirock.ru)",license:"https://github.com/zloirock/core-js/blob/v3.35.1/LICENSE",source:"https://github.com/zloirock/core-js"})}});var require_to_object=__commonJS({"node_modules/core-js/internals/to-object.js"(exports,module){"use strict";init_define_process_env();init_shim();var requireObjectCoercible=require_require_object_coercible(),$Object=Object;module.exports=function(argument){return $Object(requireObjectCoercible(argument))}}});var require_has_own_property=__commonJS({"node_modules/core-js/internals/has-own-property.js"(exports,module){"use strict";init_define_process_env();init_shim();var uncurryThis=require_function_uncurry_this(),toObject=require_to_object(),hasOwnProperty=uncurryThis({}.hasOwnProperty);module.exports=Object.hasOwn||function(it,key){return hasOwnProperty(toObject(it),key)}}});var require_uid=__commonJS({"node_modules/core-js/internals/uid.js"(exports,module){"use strict";init_define_process_env();init_shim();var uncurryThis=require_function_uncurry_this(),id=0,postfix=Math.random(),toString=uncurryThis(1 .toString);module.exports=function(key){return"Symbol("+(key===void 0?"":key)+")_"+toString(++id+postfix,36)}}});var require_well_known_symbol=__commonJS({"node_modules/core-js/internals/well-known-symbol.js"(exports,module){"use strict";init_define_process_env();init_shim();var global=require_global(),shared=require_shared(),hasOwn=require_has_own_property(),uid=require_uid(),NATIVE_SYMBOL=require_symbol_constructor_detection(),USE_SYMBOL_AS_UID=require_use_symbol_as_uid(),Symbol2=global.Symbol,WellKnownSymbolsStore=shared("wks"),createWellKnownSymbol=USE_SYMBOL_AS_UID?Symbol2.for||Symbol2:Symbol2&&Symbol2.withoutSetter||uid;module.exports=function(name){return hasOwn(WellKnownSymbolsStore,name)||(WellKnownSymbolsStore[name]=NATIVE_SYMBOL&&hasOwn(Symbol2,name)?Symbol2[name]:createWellKnownSymbol("Symbol."+name)),WellKnownSymbolsStore[name]}}});var require_to_primitive=__commonJS({"node_modules/core-js/internals/to-primitive.js"(exports,module){"use strict";init_define_process_env();init_shim();var call=require_function_call(),isObject=require_is_object(),isSymbol=require_is_symbol(),getMethod=require_get_method(),ordinaryToPrimitive=require_ordinary_to_primitive(),wellKnownSymbol=require_well_known_symbol(),$TypeError=TypeError,TO_PRIMITIVE=wellKnownSymbol("toPrimitive");module.exports=function(input,pref){if(!isObject(input)||isSymbol(input))return input;var exoticToPrim=getMethod(input,TO_PRIMITIVE),result;if(exoticToPrim){if(pref===void 0&&(pref="default"),result=call(exoticToPrim,input,pref),!isObject(result)||isSymbol(result))return result;throw new $TypeError("Can't convert object to primitive value")}return pref===void 0&&(pref="number"),ordinaryToPrimitive(input,pref)}}});var require_to_property_key=__commonJS({"node_modules/core-js/internals/to-property-key.js"(exports,module){"use strict";init_define_process_env();init_shim();var toPrimitive=require_to_primitive(),isSymbol=require_is_symbol();module.exports=function(argument){var key=toPrimitive(argument,"string");return isSymbol(key)?key:key+""}}});var require_document_create_element=__commonJS({"node_modules/core-js/internals/document-create-element.js"(exports,module){"use strict";init_define_process_env();init_shim();var global=require_global(),isObject=require_is_object(),document2=global.document,EXISTS=isObject(document2)&&isObject(document2.createElement);module.exports=function(it){return EXISTS?document2.createElement(it):{}}}});var require_ie8_dom_define=__commonJS({"node_modules/core-js/internals/ie8-dom-define.js"(exports,module){"use strict";init_define_process_env();init_shim();var DESCRIPTORS=require_descriptors(),fails=require_fails(),createElement=require_document_create_element();module.exports=!DESCRIPTORS&&!fails(function(){return Object.defineProperty(createElement("div"),"a",{get:function(){return 7}}).a!==7})}});var require_object_get_own_property_descriptor=__commonJS({"node_modules/core-js/internals/object-get-own-property-descriptor.js"(exports){"use strict";init_define_process_env();init_shim();var DESCRIPTORS=require_descriptors(),call=require_function_call(),propertyIsEnumerableModule=require_object_property_is_enumerable(),createPropertyDescriptor=require_create_property_descriptor(),toIndexedObject=require_to_indexed_object(),toPropertyKey=require_to_property_key(),hasOwn=require_has_own_property(),IE8_DOM_DEFINE=require_ie8_dom_define(),$getOwnPropertyDescriptor=Object.getOwnPropertyDescriptor;exports.f=DESCRIPTORS?$getOwnPropertyDescriptor:function(O,P){if(O=toIndexedObject(O),P=toPropertyKey(P),IE8_DOM_DEFINE)try{return $getOwnPropertyDescriptor(O,P)}catch(error){}if(hasOwn(O,P))return createPropertyDescriptor(!call(propertyIsEnumerableModule.f,O,P),O[P])}}});var require_v8_prototype_define_bug=__commonJS({"node_modules/core-js/internals/v8-prototype-define-bug.js"(exports,module){"use strict";init_define_process_env();init_shim();var DESCRIPTORS=require_descriptors(),fails=require_fails();module.exports=DESCRIPTORS&&fails(function(){return Object.defineProperty(function(){},"prototype",{value:42,writable:!1}).prototype!==42})}});var require_an_object=__commonJS({"node_modules/core-js/internals/an-object.js"(exports,module){"use strict";init_define_process_env();init_shim();var isObject=require_is_object(),$String=String,$TypeError=TypeError;module.exports=function(argument){if(isObject(argument))return argument;throw new $TypeError($String(argument)+" is not an object")}}});var require_object_define_property=__commonJS({"node_modules/core-js/internals/object-define-property.js"(exports){"use strict";init_define_process_env();init_shim();var DESCRIPTORS=require_descriptors(),IE8_DOM_DEFINE=require_ie8_dom_define(),V8_PROTOTYPE_DEFINE_BUG=require_v8_prototype_define_bug(),anObject=require_an_object(),toPropertyKey=require_to_property_key(),$TypeError=TypeError,$defineProperty=Object.defineProperty,$getOwnPropertyDescriptor=Object.getOwnPropertyDescriptor,ENUMERABLE="enumerable",CONFIGURABLE="configurable",WRITABLE="writable";exports.f=DESCRIPTORS?V8_PROTOTYPE_DEFINE_BUG?function(O,P,Attributes){if(anObject(O),P=toPropertyKey(P),anObject(Attributes),typeof O=="function"&&P==="prototype"&&"value"in Attributes&&WRITABLE in Attributes&&!Attributes[WRITABLE]){var current=$getOwnPropertyDescriptor(O,P);current&&current[WRITABLE]&&(O[P]=Attributes.value,Attributes={configurable:CONFIGURABLE in Attributes?Attributes[CONFIGURABLE]:current[CONFIGURABLE],enumerable:ENUMERABLE in Attributes?Attributes[ENUMERABLE]:current[ENUMERABLE],writable:!1})}return $defineProperty(O,P,Attributes)}:$defineProperty:function(O,P,Attributes){if(anObject(O),P=toPropertyKey(P),anObject(Attributes),IE8_DOM_DEFINE)try{return $defineProperty(O,P,Attributes)}catch(error){}if("get"in Attributes||"set"in Attributes)throw new $TypeError("Accessors not supported");return"value"in Attributes&&(O[P]=Attributes.value),O}}});var require_create_non_enumerable_property=__commonJS({"node_modules/core-js/internals/create-non-enumerable-property.js"(exports,module){"use strict";init_define_process_env();init_shim();var DESCRIPTORS=require_descriptors(),definePropertyModule=require_object_define_property(),createPropertyDescriptor=require_create_property_descriptor();module.exports=DESCRIPTORS?function(object,key,value){return definePropertyModule.f(object,key,createPropertyDescriptor(1,value))}:function(object,key,value){return object[key]=value,object}}});var require_function_name=__commonJS({"node_modules/core-js/internals/function-name.js"(exports,module){"use strict";init_define_process_env();init_shim();var DESCRIPTORS=require_descriptors(),hasOwn=require_has_own_property(),FunctionPrototype=Function.prototype,getDescriptor=DESCRIPTORS&&Object.getOwnPropertyDescriptor,EXISTS=hasOwn(FunctionPrototype,"name"),PROPER=EXISTS&&(function(){}).name==="something",CONFIGURABLE=EXISTS&&(!DESCRIPTORS||DESCRIPTORS&&getDescriptor(FunctionPrototype,"name").configurable);module.exports={EXISTS,PROPER,CONFIGURABLE}}});var require_inspect_source=__commonJS({"node_modules/core-js/internals/inspect-source.js"(exports,module){"use strict";init_define_process_env();init_shim();var uncurryThis=require_function_uncurry_this(),isCallable=require_is_callable(),store=require_shared_store(),functionToString=uncurryThis(Function.toString);isCallable(store.inspectSource)||(store.inspectSource=function(it){return functionToString(it)});module.exports=store.inspectSource}});var require_weak_map_basic_detection=__commonJS({"node_modules/core-js/internals/weak-map-basic-detection.js"(exports,module){"use strict";init_define_process_env();init_shim();var global=require_global(),isCallable=require_is_callable(),WeakMap=global.WeakMap;module.exports=isCallable(WeakMap)&&/native code/.test(String(WeakMap))}});var require_shared_key=__commonJS({"node_modules/core-js/internals/shared-key.js"(exports,module){"use strict";init_define_process_env();init_shim();var shared=require_shared(),uid=require_uid(),keys=shared("keys");module.exports=function(key){return keys[key]||(keys[key]=uid(key))}}});var require_hidden_keys=__commonJS({"node_modules/core-js/internals/hidden-keys.js"(exports,module){"use strict";init_define_process_env();init_shim();module.exports={}}});var require_internal_state=__commonJS({"node_modules/core-js/internals/internal-state.js"(exports,module){"use strict";init_define_process_env();init_shim();var NATIVE_WEAK_MAP=require_weak_map_basic_detection(),global=require_global(),isObject=require_is_object(),createNonEnumerableProperty=require_create_non_enumerable_property(),hasOwn=require_has_own_property(),shared=require_shared_store(),sharedKey=require_shared_key(),hiddenKeys=require_hidden_keys(),OBJECT_ALREADY_INITIALIZED="Object already initialized",TypeError2=global.TypeError,WeakMap=global.WeakMap,set,get,has,enforce=function(it){return has(it)?get(it):set(it,{})},getterFor=function(TYPE){return function(it){var state;if(!isObject(it)||(state=get(it)).type!==TYPE)throw new TypeError2("Incompatible receiver, "+TYPE+" required");return state}};NATIVE_WEAK_MAP||shared.state?(store=shared.state||(shared.state=new WeakMap),store.get=store.get,store.has=store.has,store.set=store.set,set=function(it,metadata){if(store.has(it))throw new TypeError2(OBJECT_ALREADY_INITIALIZED);return metadata.facade=it,store.set(it,metadata),metadata},get=function(it){return store.get(it)||{}},has=function(it){return store.has(it)}):(STATE=sharedKey("state"),hiddenKeys[STATE]=!0,set=function(it,metadata){if(hasOwn(it,STATE))throw new TypeError2(OBJECT_ALREADY_INITIALIZED);return metadata.facade=it,createNonEnumerableProperty(it,STATE,metadata),metadata},get=function(it){return hasOwn(it,STATE)?it[STATE]:{}},has=function(it){return hasOwn(it,STATE)});var store,STATE;module.exports={set,get,has,enforce,getterFor}}});var require_make_built_in=__commonJS({"node_modules/core-js/internals/make-built-in.js"(exports,module){"use strict";init_define_process_env();init_shim();var uncurryThis=require_function_uncurry_this(),fails=require_fails(),isCallable=require_is_callable(),hasOwn=require_has_own_property(),DESCRIPTORS=require_descriptors(),CONFIGURABLE_FUNCTION_NAME=require_function_name().CONFIGURABLE,inspectSource=require_inspect_source(),InternalStateModule=require_internal_state(),enforceInternalState=InternalStateModule.enforce,getInternalState=InternalStateModule.get,$String=String,defineProperty=Object.defineProperty,stringSlice=uncurryThis("".slice),replace=uncurryThis("".replace),join=uncurryThis([].join),CONFIGURABLE_LENGTH=DESCRIPTORS&&!fails(function(){return defineProperty(function(){},"length",{value:8}).length!==8}),TEMPLATE=String(String).split("String"),makeBuiltIn=module.exports=function(value,name,options){stringSlice($String(name),0,7)==="Symbol("&&(name="["+replace($String(name),/^Symbol\(([^)]*)\).*$/,"$1")+"]"),options&&options.getter&&(name="get "+name),options&&options.setter&&(name="set "+name),(!hasOwn(value,"name")||CONFIGURABLE_FUNCTION_NAME&&value.name!==name)&&(DESCRIPTORS?defineProperty(value,"name",{value:name,configurable:!0}):value.name=name),CONFIGURABLE_LENGTH&&options&&hasOwn(options,"arity")&&value.length!==options.arity&&defineProperty(value,"length",{value:options.arity});try{options&&hasOwn(options,"constructor")&&options.constructor?DESCRIPTORS&&defineProperty(value,"prototype",{writable:!1}):value.prototype&&(value.prototype=void 0)}catch(error){}var state=enforceInternalState(value);return hasOwn(state,"source")||(state.source=join(TEMPLATE,typeof name=="string"?name:"")),value};Function.prototype.toString=makeBuiltIn(function(){return isCallable(this)&&getInternalState(this).source||inspectSource(this)},"toString")}});var require_define_built_in=__commonJS({"node_modules/core-js/internals/define-built-in.js"(exports,module){"use strict";init_define_process_env();init_shim();var isCallable=require_is_callable(),definePropertyModule=require_object_define_property(),makeBuiltIn=require_make_built_in(),defineGlobalProperty=require_define_global_property();module.exports=function(O,key,value,options){options||(options={});var simple=options.enumerable,name=options.name!==void 0?options.name:key;if(isCallable(value)&&makeBuiltIn(value,name,options),options.global)simple?O[key]=value:defineGlobalProperty(key,value);else{try{options.unsafe?O[key]&&(simple=!0):delete O[key]}catch(error){}simple?O[key]=value:definePropertyModule.f(O,key,{value,enumerable:!1,configurable:!options.nonConfigurable,writable:!options.nonWritable})}return O}}});var require_math_trunc=__commonJS({"node_modules/core-js/internals/math-trunc.js"(exports,module){"use strict";init_define_process_env();init_shim();var ceil=Math.ceil,floor=Math.floor;module.exports=Math.trunc||function(x){var n=+x;return(n>0?floor:ceil)(n)}}});var require_to_integer_or_infinity=__commonJS({"node_modules/core-js/internals/to-integer-or-infinity.js"(exports,module){"use strict";init_define_process_env();init_shim();var trunc=require_math_trunc();module.exports=function(argument){var number=+argument;return number!==number||number===0?0:trunc(number)}}});var require_to_absolute_index=__commonJS({"node_modules/core-js/internals/to-absolute-index.js"(exports,module){"use strict";init_define_process_env();init_shim();var toIntegerOrInfinity=require_to_integer_or_infinity(),max=Math.max,min=Math.min;module.exports=function(index,length){var integer=toIntegerOrInfinity(index);return integer<0?max(integer+length,0):min(integer,length)}}});var require_to_length=__commonJS({"node_modules/core-js/internals/to-length.js"(exports,module){"use strict";init_define_process_env();init_shim();var toIntegerOrInfinity=require_to_integer_or_infinity(),min=Math.min;module.exports=function(argument){var len=toIntegerOrInfinity(argument);return len>0?min(len,9007199254740991):0}}});var require_length_of_array_like=__commonJS({"node_modules/core-js/internals/length-of-array-like.js"(exports,module){"use strict";init_define_process_env();init_shim();var toLength=require_to_length();module.exports=function(obj){return toLength(obj.length)}}});var require_array_includes=__commonJS({"node_modules/core-js/internals/array-includes.js"(exports,module){"use strict";init_define_process_env();init_shim();var toIndexedObject=require_to_indexed_object(),toAbsoluteIndex=require_to_absolute_index(),lengthOfArrayLike=require_length_of_array_like(),createMethod=function(IS_INCLUDES){return function($this,el,fromIndex){var O=toIndexedObject($this),length=lengthOfArrayLike(O),index=toAbsoluteIndex(fromIndex,length),value;if(IS_INCLUDES&&el!==el){for(;length>index;)if(value=O[index++],value!==value)return!0}else for(;length>index;index++)if((IS_INCLUDES||index in O)&&O[index]===el)return IS_INCLUDES||index||0;return!IS_INCLUDES&&-1}};module.exports={includes:createMethod(!0),indexOf:createMethod(!1)}}});var require_object_keys_internal=__commonJS({"node_modules/core-js/internals/object-keys-internal.js"(exports,module){"use strict";init_define_process_env();init_shim();var uncurryThis=require_function_uncurry_this(),hasOwn=require_has_own_property(),toIndexedObject=require_to_indexed_object(),indexOf=require_array_includes().indexOf,hiddenKeys=require_hidden_keys(),push=uncurryThis([].push);module.exports=function(object,names){var O=toIndexedObject(object),i=0,result=[],key;for(key in O)!hasOwn(hiddenKeys,key)&&hasOwn(O,key)&&push(result,key);for(;names.length>i;)hasOwn(O,key=names[i++])&&(~indexOf(result,key)||push(result,key));return result}}});var require_enum_bug_keys=__commonJS({"node_modules/core-js/internals/enum-bug-keys.js"(exports,module){"use strict";init_define_process_env();init_shim();module.exports=["constructor","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","toLocaleString","toString","valueOf"]}});var require_object_get_own_property_names=__commonJS({"node_modules/core-js/internals/object-get-own-property-names.js"(exports){"use strict";init_define_process_env();init_shim();var internalObjectKeys=require_object_keys_internal(),enumBugKeys=require_enum_bug_keys(),hiddenKeys=enumBugKeys.concat("length","prototype");exports.f=Object.getOwnPropertyNames||function(O){return internalObjectKeys(O,hiddenKeys)}}});var require_object_get_own_property_symbols=__commonJS({"node_modules/core-js/internals/object-get-own-property-symbols.js"(exports){"use strict";init_define_process_env();init_shim();exports.f=Object.getOwnPropertySymbols}});var require_own_keys=__commonJS({"node_modules/core-js/internals/own-keys.js"(exports,module){"use strict";init_define_process_env();init_shim();var getBuiltIn=require_get_built_in(),uncurryThis=require_function_uncurry_this(),getOwnPropertyNamesModule=require_object_get_own_property_names(),getOwnPropertySymbolsModule=require_object_get_own_property_symbols(),anObject=require_an_object(),concat=uncurryThis([].concat);module.exports=getBuiltIn("Reflect","ownKeys")||function(it){var keys=getOwnPropertyNamesModule.f(anObject(it)),getOwnPropertySymbols=getOwnPropertySymbolsModule.f;return getOwnPropertySymbols?concat(keys,getOwnPropertySymbols(it)):keys}}});var require_copy_constructor_properties=__commonJS({"node_modules/core-js/internals/copy-constructor-properties.js"(exports,module){"use strict";init_define_process_env();init_shim();var hasOwn=require_has_own_property(),ownKeys=require_own_keys(),getOwnPropertyDescriptorModule=require_object_get_own_property_descriptor(),definePropertyModule=require_object_define_property();module.exports=function(target,source,exceptions){for(var keys=ownKeys(source),defineProperty=definePropertyModule.f,getOwnPropertyDescriptor=getOwnPropertyDescriptorModule.f,i=0;i<keys.length;i++){var key=keys[i];!hasOwn(target,key)&&!(exceptions&&hasOwn(exceptions,key))&&defineProperty(target,key,getOwnPropertyDescriptor(source,key))}}}});var require_is_forced=__commonJS({"node_modules/core-js/internals/is-forced.js"(exports,module){"use strict";init_define_process_env();init_shim();var fails=require_fails(),isCallable=require_is_callable(),replacement=/#|\.prototype\./,isForced=function(feature,detection){var value=data[normalize(feature)];return value===POLYFILL?!0:value===NATIVE?!1:isCallable(detection)?fails(detection):!!detection},normalize=isForced.normalize=function(string){return String(string).replace(replacement,".").toLowerCase()},data=isForced.data={},NATIVE=isForced.NATIVE="N",POLYFILL=isForced.POLYFILL="P";module.exports=isForced}});var require_export=__commonJS({"node_modules/core-js/internals/export.js"(exports,module){"use strict";init_define_process_env();init_shim();var global=require_global(),getOwnPropertyDescriptor=require_object_get_own_property_descriptor().f,createNonEnumerableProperty=require_create_non_enumerable_property(),defineBuiltIn=require_define_built_in(),defineGlobalProperty=require_define_global_property(),copyConstructorProperties=require_copy_constructor_properties(),isForced=require_is_forced();module.exports=function(options,source){var TARGET=options.target,GLOBAL=options.global,STATIC=options.stat,FORCED,target,key,targetProperty,sourceProperty,descriptor;if(GLOBAL?target=global:STATIC?target=global[TARGET]||defineGlobalProperty(TARGET,{}):target=global[TARGET]&&global[TARGET].prototype,target)for(key in source){if(sourceProperty=source[key],options.dontCallGetSet?(descriptor=getOwnPropertyDescriptor(target,key),targetProperty=descriptor&&descriptor.value):targetProperty=target[key],FORCED=isForced(GLOBAL?key:TARGET+(STATIC?".":"#")+key,options.forced),!FORCED&&targetProperty!==void 0){if(typeof sourceProperty==typeof targetProperty)continue;copyConstructorProperties(sourceProperty,targetProperty)}(options.sham||targetProperty&&targetProperty.sham)&&createNonEnumerableProperty(sourceProperty,"sham",!0),defineBuiltIn(target,key,sourceProperty,options)}}}});var require_to_string_tag_support=__commonJS({"node_modules/core-js/internals/to-string-tag-support.js"(exports,module){"use strict";init_define_process_env();init_shim();var wellKnownSymbol=require_well_known_symbol(),TO_STRING_TAG=wellKnownSymbol("toStringTag"),test={};test[TO_STRING_TAG]="z";module.exports=String(test)==="[object z]"}});var require_classof=__commonJS({"node_modules/core-js/internals/classof.js"(exports,module){"use strict";init_define_process_env();init_shim();var TO_STRING_TAG_SUPPORT=require_to_string_tag_support(),isCallable=require_is_callable(),classofRaw=require_classof_raw(),wellKnownSymbol=require_well_known_symbol(),TO_STRING_TAG=wellKnownSymbol("toStringTag"),$Object=Object,CORRECT_ARGUMENTS=classofRaw(function(){return arguments}())==="Arguments",tryGet=function(it,key){try{return it[key]}catch(error){}};module.exports=TO_STRING_TAG_SUPPORT?classofRaw:function(it){var O,tag,result;return it===void 0?"Undefined":it===null?"Null":typeof(tag=tryGet(O=$Object(it),TO_STRING_TAG))=="string"?tag:CORRECT_ARGUMENTS?classofRaw(O):(result=classofRaw(O))==="Object"&&isCallable(O.callee)?"Arguments":result}}});var require_to_string=__commonJS({"node_modules/core-js/internals/to-string.js"(exports,module){"use strict";init_define_process_env();init_shim();var classof=require_classof(),$String=String;module.exports=function(argument){if(classof(argument)==="Symbol")throw new TypeError("Cannot convert a Symbol value to a string");return $String(argument)}}});var require_regexp_flags=__commonJS({"node_modules/core-js/internals/regexp-flags.js"(exports,module){"use strict";init_define_process_env();init_shim();var anObject=require_an_object();module.exports=function(){var that=anObject(this),result="";return that.hasIndices&&(result+="d"),that.global&&(result+="g"),that.ignoreCase&&(result+="i"),that.multiline&&(result+="m"),that.dotAll&&(result+="s"),that.unicode&&(result+="u"),that.unicodeSets&&(result+="v"),that.sticky&&(result+="y"),result}}});var require_regexp_sticky_helpers=__commonJS({"node_modules/core-js/internals/regexp-sticky-helpers.js"(exports,module){"use strict";init_define_process_env();init_shim();var fails=require_fails(),global=require_global(),$RegExp=global.RegExp,UNSUPPORTED_Y=fails(function(){var re=$RegExp("a","y");return re.lastIndex=2,re.exec("abcd")!==null}),MISSED_STICKY=UNSUPPORTED_Y||fails(function(){return!$RegExp("a","y").sticky}),BROKEN_CARET=UNSUPPORTED_Y||fails(function(){var re=$RegExp("^r","gy");return re.lastIndex=2,re.exec("str")!==null});module.exports={BROKEN_CARET,MISSED_STICKY,UNSUPPORTED_Y}}});var require_object_keys=__commonJS({"node_modules/core-js/internals/object-keys.js"(exports,module){"use strict";init_define_process_env();init_shim();var internalObjectKeys=require_object_keys_internal(),enumBugKeys=require_enum_bug_keys();module.exports=Object.keys||function(O){return internalObjectKeys(O,enumBugKeys)}}});var require_object_define_properties=__commonJS({"node_modules/core-js/internals/object-define-properties.js"(exports){"use strict";init_define_process_env();init_shim();var DESCRIPTORS=require_descriptors(),V8_PROTOTYPE_DEFINE_BUG=require_v8_prototype_define_bug(),definePropertyModule=require_object_define_property(),anObject=require_an_object(),toIndexedObject=require_to_indexed_object(),objectKeys=require_object_keys();exports.f=DESCRIPTORS&&!V8_PROTOTYPE_DEFINE_BUG?Object.defineProperties:function(O,Properties){anObject(O);for(var props=toIndexedObject(Properties),keys=objectKeys(Properties),length=keys.length,index=0,key;length>index;)definePropertyModule.f(O,key=keys[index++],props[key]);return O}}});var require_html=__commonJS({"node_modules/core-js/internals/html.js"(exports,module){"use strict";init_define_process_env();init_shim();var getBuiltIn=require_get_built_in();module.exports=getBuiltIn("document","documentElement")}});var require_object_create=__commonJS({"node_modules/core-js/internals/object-create.js"(exports,module){"use strict";init_define_process_env();init_shim();var anObject=require_an_object(),definePropertiesModule=require_object_define_properties(),enumBugKeys=require_enum_bug_keys(),hiddenKeys=require_hidden_keys(),html=require_html(),documentCreateElement=require_document_create_element(),sharedKey=require_shared_key(),GT=">",LT="<",PROTOTYPE="prototype",SCRIPT="script",IE_PROTO=sharedKey("IE_PROTO"),EmptyConstructor=function(){},scriptTag=function(content){return LT+SCRIPT+GT+content+LT+"/"+SCRIPT+GT},NullProtoObjectViaActiveX=function(activeXDocument2){activeXDocument2.write(scriptTag("")),activeXDocument2.close();var temp=activeXDocument2.parentWindow.Object;return activeXDocument2=null,temp},NullProtoObjectViaIFrame=function(){var iframe=documentCreateElement("iframe"),JS="java"+SCRIPT+":",iframeDocument;return iframe.style.display="none",html.appendChild(iframe),iframe.src=String(JS),iframeDocument=iframe.contentWindow.document,iframeDocument.open(),iframeDocument.write(scriptTag("document.F=Object")),iframeDocument.close(),iframeDocument.F},activeXDocument,NullProtoObject=function(){try{activeXDocument=new ActiveXObject("htmlfile")}catch(error){}NullProtoObject=typeof document<"u"?document.domain&&activeXDocument?NullProtoObjectViaActiveX(activeXDocument):NullProtoObjectViaIFrame():NullProtoObjectViaActiveX(activeXDocument);for(var length=enumBugKeys.length;length--;)delete NullProtoObject[PROTOTYPE][enumBugKeys[length]];return NullProtoObject()};hiddenKeys[IE_PROTO]=!0;module.exports=Object.create||function(O,Properties){var result;return O!==null?(EmptyConstructor[PROTOTYPE]=anObject(O),result=new EmptyConstructor,EmptyConstructor[PROTOTYPE]=null,result[IE_PROTO]=O):result=NullProtoObject(),Properties===void 0?result:definePropertiesModule.f(result,Properties)}}});var require_regexp_unsupported_dot_all=__commonJS({"node_modules/core-js/internals/regexp-unsupported-dot-all.js"(exports,module){"use strict";init_define_process_env();init_shim();var fails=require_fails(),global=require_global(),$RegExp=global.RegExp;module.exports=fails(function(){var re=$RegExp(".","s");return!(re.dotAll&&re.test("\n")&&re.flags==="s")})}});var require_regexp_unsupported_ncg=__commonJS({"node_modules/core-js/internals/regexp-unsupported-ncg.js"(exports,module){"use strict";init_define_process_env();init_shim();var fails=require_fails(),global=require_global(),$RegExp=global.RegExp;module.exports=fails(function(){var re=$RegExp("(?<a>b)","g");return re.exec("b").groups.a!=="b"||"b".replace(re,"$<a>c")!=="bc"})}});var require_regexp_exec=__commonJS({"node_modules/core-js/internals/regexp-exec.js"(exports,module){"use strict";init_define_process_env();init_shim();var call=require_function_call(),uncurryThis=require_function_uncurry_this(),toString=require_to_string(),regexpFlags=require_regexp_flags(),stickyHelpers=require_regexp_sticky_helpers(),shared=require_shared(),create=require_object_create(),getInternalState=require_internal_state().get,UNSUPPORTED_DOT_ALL=require_regexp_unsupported_dot_all(),UNSUPPORTED_NCG=require_regexp_unsupported_ncg(),nativeReplace=shared("native-string-replace",String.prototype.replace),nativeExec=RegExp.prototype.exec,patchedExec=nativeExec,charAt=uncurryThis("".charAt),indexOf=uncurryThis("".indexOf),replace=uncurryThis("".replace),stringSlice=uncurryThis("".slice),UPDATES_LAST_INDEX_WRONG=function(){var re1=/a/,re2=/b*/g;return call(nativeExec,re1,"a"),call(nativeExec,re2,"a"),re1.lastIndex!==0||re2.lastIndex!==0}(),UNSUPPORTED_Y=stickyHelpers.BROKEN_CARET,NPCG_INCLUDED=/()??/.exec("")[1]!==void 0,PATCH=UPDATES_LAST_INDEX_WRONG||NPCG_INCLUDED||UNSUPPORTED_Y||UNSUPPORTED_DOT_ALL||UNSUPPORTED_NCG;PATCH&&(patchedExec=function(string){var re=this,state=getInternalState(re),str=toString(string),raw=state.raw,result,reCopy,lastIndex,match,i,object,group;if(raw)return raw.lastIndex=re.lastIndex,result=call(patchedExec,raw,str),re.lastIndex=raw.lastIndex,result;var groups=state.groups,sticky=UNSUPPORTED_Y&&re.sticky,flags=call(regexpFlags,re),source=re.source,charsAdded=0,strCopy=str;if(sticky&&(flags=replace(flags,"y",""),indexOf(flags,"g")===-1&&(flags+="g"),strCopy=stringSlice(str,re.lastIndex),re.lastIndex>0&&(!re.multiline||re.multiline&&charAt(str,re.lastIndex-1)!=="\n")&&(source="(?: "+source+")",strCopy=" "+strCopy,charsAdded++),reCopy=new RegExp("^(?:"+source+")",flags)),NPCG_INCLUDED&&(reCopy=new RegExp("^"+source+"$(?!\\s)",flags)),UPDATES_LAST_INDEX_WRONG&&(lastIndex=re.lastIndex),match=call(nativeExec,sticky?reCopy:re,strCopy),sticky?match?(match.input=stringSlice(match.input,charsAdded),match[0]=stringSlice(match[0],charsAdded),match.index=re.lastIndex,re.lastIndex+=match[0].length):re.lastIndex=0:UPDATES_LAST_INDEX_WRONG&&match&&(re.lastIndex=re.global?match.index+match[0].length:lastIndex),NPCG_INCLUDED&&match&&match.length>1&&call(nativeReplace,match[0],reCopy,function(){for(i=1;i<arguments.length-2;i++)arguments[i]===void 0&&(match[i]=void 0)}),match&&groups)for(match.groups=object=create(null),i=0;i<groups.length;i++)group=groups[i],object[group[0]]=match[group[1]];return match});module.exports=patchedExec}});var require_es_regexp_exec=__commonJS({"node_modules/core-js/modules/es.regexp.exec.js"(){"use strict";init_define_process_env();init_shim();var $=require_export(),exec=require_regexp_exec();$({target:"RegExp",proto:!0,forced:/./.exec!==exec},{exec})}});var require_fix_regexp_well_known_symbol_logic=__commonJS({"node_modules/core-js/internals/fix-regexp-well-known-symbol-logic.js"(exports,module){"use strict";init_define_process_env();init_shim();require_es_regexp_exec();var call=require_function_call(),defineBuiltIn=require_define_built_in(),regexpExec=require_regexp_exec(),fails=require_fails(),wellKnownSymbol=require_well_known_symbol(),createNonEnumerableProperty=require_create_non_enumerable_property(),SPECIES=wellKnownSymbol("species"),RegExpPrototype=RegExp.prototype;module.exports=function(KEY,exec,FORCED,SHAM){var SYMBOL=wellKnownSymbol(KEY),DELEGATES_TO_SYMBOL=!fails(function(){var O={};return O[SYMBOL]=function(){return 7},""[KEY](O)!==7}),DELEGATES_TO_EXEC=DELEGATES_TO_SYMBOL&&!fails(function(){var execCalled=!1,re=/a/;return KEY==="split"&&(re={},re.constructor={},re.constructor[SPECIES]=function(){return re},re.flags="",re[SYMBOL]=/./[SYMBOL]),re.exec=function(){return execCalled=!0,null},re[SYMBOL](""),!execCalled});if(!DELEGATES_TO_SYMBOL||!DELEGATES_TO_EXEC||FORCED){var nativeRegExpMethod=/./[SYMBOL],methods=exec(SYMBOL,""[KEY],function(nativeMethod,regexp,str,arg2,forceStringMethod){var $exec=regexp.exec;return $exec===regexpExec||$exec===RegExpPrototype.exec?DELEGATES_TO_SYMBOL&&!forceStringMethod?{done:!0,value:call(nativeRegExpMethod,regexp,str,arg2)}:{done:!0,value:call(nativeMethod,str,regexp,arg2)}:{done:!1}});defineBuiltIn(String.prototype,KEY,methods[0]),defineBuiltIn(RegExpPrototype,SYMBOL,methods[1])}SHAM&&createNonEnumerableProperty(RegExpPrototype[SYMBOL],"sham",!0)}}});var require_same_value=__commonJS({"node_modules/core-js/internals/same-value.js"(exports,module){"use strict";init_define_process_env();init_shim();module.exports=Object.is||function(x,y){return x===y?x!==0||1/x===1/y:x!==x&&y!==y}}});var require_regexp_exec_abstract=__commonJS({"node_modules/core-js/internals/regexp-exec-abstract.js"(exports,module){"use strict";init_define_process_env();init_shim();var call=require_function_call(),anObject=require_an_object(),isCallable=require_is_callable(),classof=require_classof_raw(),regexpExec=require_regexp_exec(),$TypeError=TypeError;module.exports=function(R,S){var exec=R.exec;if(isCallable(exec)){var result=call(exec,R,S);return result!==null&&anObject(result),result}if(classof(R)==="RegExp")return call(regexpExec,R,S);throw new $TypeError("RegExp#exec called on incompatible receiver")}}});var require_es_string_search=__commonJS({"node_modules/core-js/modules/es.string.search.js"(){"use strict";init_define_process_env();init_shim();var call=require_function_call(),fixRegExpWellKnownSymbolLogic=require_fix_regexp_well_known_symbol_logic(),anObject=require_an_object(),isNullOrUndefined=require_is_null_or_undefined(),requireObjectCoercible=require_require_object_coercible(),sameValue=require_same_value(),toString=require_to_string(),getMethod=require_get_method(),regExpExec=require_regexp_exec_abstract();fixRegExpWellKnownSymbolLogic("search",function(SEARCH,nativeSearch,maybeCallNative){return[function(regexp){var O=requireObjectCoercible(this),searcher=isNullOrUndefined(regexp)?void 0:getMethod(regexp,SEARCH);return searcher?call(searcher,regexp,O):new RegExp(regexp)[SEARCH](toString(O))},function(string){var rx=anObject(this),S=toString(string),res=maybeCallNative(nativeSearch,rx,S);if(res.done)return res.value;var previousLastIndex=rx.lastIndex;sameValue(previousLastIndex,0)||(rx.lastIndex=0);var result=regExpExec(rx,S);return sameValue(rx.lastIndex,previousLastIndex)||(rx.lastIndex=previousLastIndex),result===null?-1:result.index}]})}});var require_correct_prototype_getter=__commonJS({"node_modules/core-js/internals/correct-prototype-getter.js"(exports,module){"use strict";init_define_process_env();init_shim();var fails=require_fails();module.exports=!fails(function(){function F(){}return F.prototype.constructor=null,Object.getPrototypeOf(new F)!==F.prototype})}});var require_object_get_prototype_of=__commonJS({"node_modules/core-js/internals/object-get-prototype-of.js"(exports,module){"use strict";init_define_process_env();init_shim();var hasOwn=require_has_own_property(),isCallable=require_is_callable(),toObject=require_to_object(),sharedKey=require_shared_key(),CORRECT_PROTOTYPE_GETTER=require_correct_prototype_getter(),IE_PROTO=sharedKey("IE_PROTO"),$Object=Object,ObjectPrototype=$Object.prototype;module.exports=CORRECT_PROTOTYPE_GETTER?$Object.getPrototypeOf:function(O){var object=toObject(O);if(hasOwn(object,IE_PROTO))return object[IE_PROTO];var constructor=object.constructor;return isCallable(constructor)&&object instanceof constructor?constructor.prototype:object instanceof $Object?ObjectPrototype:null}}});var require_object_to_array=__commonJS({"node_modules/core-js/internals/object-to-array.js"(exports,module){"use strict";init_define_process_env();init_shim();var DESCRIPTORS=require_descriptors(),fails=require_fails(),uncurryThis=require_function_uncurry_this(),objectGetPrototypeOf=require_object_get_prototype_of(),objectKeys=require_object_keys(),toIndexedObject=require_to_indexed_object(),$propertyIsEnumerable=require_object_property_is_enumerable().f,propertyIsEnumerable=uncurryThis($propertyIsEnumerable),push=uncurryThis([].push),IE_BUG=DESCRIPTORS&&fails(function(){var O=Object.create(null);return O[2]=2,!propertyIsEnumerable(O,2)}),createMethod=function(TO_ENTRIES){return function(it){for(var O=toIndexedObject(it),keys=objectKeys(O),IE_WORKAROUND=IE_BUG&&objectGetPrototypeOf(O)===null,length=keys.length,i=0,result=[],key;length>i;)key=keys[i++],(!DESCRIPTORS||(IE_WORKAROUND?key in O:propertyIsEnumerable(O,key)))&&push(result,TO_ENTRIES?[key,O[key]]:O[key]);return result}};module.exports={entries:createMethod(!0),values:createMethod(!1)}}});var require_es_object_entries=__commonJS({"node_modules/core-js/modules/es.object.entries.js"(){"use strict";init_define_process_env();init_shim();var $=require_export(),$entries=require_object_to_array().entries;$({target:"Object",stat:!0},{entries:function(O){return $entries(O)}})}});var require_function_apply=__commonJS({"node_modules/core-js/internals/function-apply.js"(exports,module){"use strict";init_define_process_env();init_shim();var NATIVE_BIND=require_function_bind_native(),FunctionPrototype=Function.prototype,apply=FunctionPrototype.apply,call=FunctionPrototype.call;module.exports=typeof Reflect=="object"&&Reflect.apply||(NATIVE_BIND?call.bind(apply):function(){return call.apply(apply,arguments)})}});var require_array_slice=__commonJS({"node_modules/core-js/internals/array-slice.js"(exports,module){"use strict";init_define_process_env();init_shim();var uncurryThis=require_function_uncurry_this();module.exports=uncurryThis([].slice)}});var require_is_array=__commonJS({"node_modules/core-js/internals/is-array.js"(exports,module){"use strict";init_define_process_env();init_shim();var classof=require_classof_raw();module.exports=Array.isArray||function(argument){return classof(argument)==="Array"}}});var require_get_json_replacer_function=__commonJS({"node_modules/core-js/internals/get-json-replacer-function.js"(exports,module){"use strict";init_define_process_env();init_shim();var uncurryThis=require_function_uncurry_this(),isArray=require_is_array(),isCallable=require_is_callable(),classof=require_classof_raw(),toString=require_to_string(),push=uncurryThis([].push);module.exports=function(replacer){if(isCallable(replacer))return replacer;if(isArray(replacer)){for(var rawLength=replacer.length,keys=[],i=0;i<rawLength;i++){var element=replacer[i];typeof element=="string"?push(keys,element):(typeof element=="number"||classof(element)==="Number"||classof(element)==="String")&&push(keys,toString(element))}var keysLength=keys.length,root=!0;return function(key,value){if(root)return root=!1,value;if(isArray(this))return value;for(var j=0;j<keysLength;j++)if(keys[j]===key)return value}}}}});var require_es_json_stringify=__commonJS({"node_modules/core-js/modules/es.json.stringify.js"(){"use strict";init_define_process_env();init_shim();var $=require_export(),getBuiltIn=require_get_built_in(),apply=require_function_apply(),call=require_function_call(),uncurryThis=require_function_uncurry_this(),fails=require_fails(),isCallable=require_is_callable(),isSymbol=require_is_symbol(),arraySlice=require_array_slice(),getReplacerFunction=require_get_json_replacer_function(),NATIVE_SYMBOL=require_symbol_constructor_detection(),$String=String,$stringify=getBuiltIn("JSON","stringify"),exec=uncurryThis(/./.exec),charAt=uncurryThis("".charAt),charCodeAt=uncurryThis("".charCodeAt),replace=uncurryThis("".replace),numberToString=uncurryThis(1 .toString),tester=/[\uD800-\uDFFF]/g,low=/^[\uD800-\uDBFF]$/,hi=/^[\uDC00-\uDFFF]$/,WRONG_SYMBOLS_CONVERSION=!NATIVE_SYMBOL||fails(function(){var symbol=getBuiltIn("Symbol")("stringify detection");return $stringify([symbol])!=="[null]"||$stringify({a:symbol})!=="{}"||$stringify(Object(symbol))!=="{}"}),ILL_FORMED_UNICODE=fails(function(){return $stringify("\uDF06\uD834")!=='"\\udf06\\ud834"'||$stringify("\uDEAD")!=='"\\udead"'}),stringifyWithSymbolsFix=function(it,replacer){var args=arraySlice(arguments),$replacer=getReplacerFunction(replacer);if(!(!isCallable($replacer)&&(it===void 0||isSymbol(it))))return args[1]=function(key,value){if(isCallable($replacer)&&(value=call($replacer,this,$String(key),value)),!isSymbol(value))return value},apply($stringify,null,args)},fixIllFormed=function(match,offset,string){var prev=charAt(string,offset-1),next=charAt(string,offset+1);return exec(low,match)&&!exec(hi,next)||exec(hi,match)&&!exec(low,prev)?"\\u"+numberToString(charCodeAt(match,0),16):match};$stringify&&$({target:"JSON",stat:!0,arity:3,forced:WRONG_SYMBOLS_CONVERSION||ILL_FORMED_UNICODE},{stringify:function(it,replacer,space){var args=arraySlice(arguments),result=apply(WRONG_SYMBOLS_CONVERSION?stringifyWithSymbolsFix:$stringify,null,args);return ILL_FORMED_UNICODE&&typeof result=="string"?replace(result,tester,fixIllFormed):result}})}});var require_es_object_values=__commonJS({"node_modules/core-js/modules/es.object.values.js"(){"use strict";init_define_process_env();init_shim();var $=require_export(),$values=require_object_to_array().values;$({target:"Object",stat:!0},{values:function(O){return $values(O)}})}});init_define_process_env();init_shim();var import_es_regexp_exec=__toESM(require_es_regexp_exec()),import_es_string_search=__toESM(require_es_string_search()),import_es_object_entries=__toESM(require_es_object_entries()),import_es_json_stringify=__toESM(require_es_json_stringify()),import_es_object_values=__toESM(require_es_object_values());init_define_process_env();init_shim();var _window$u,_window,_window$safe_require,_window2,u=(_window$u=(_window=window)==null?void 0:_window.u)!=null?_window$u:_u,safe_require=(_window$safe_require=(_window2=window)==null?void 0:_window2.safe_require)!=null?_window$safe_require:_safe_require;var _element_optional_uti,algolia_client=safe_require.safe_require("./shared/algolia_client"),btype_ids=safe_require.safe_require("./lang/btype_ids"),Lib=safe_require.safe_require("./lib"),logger=safe_require.safe_require("./logger"),appquery=safe_require.safe_require("./lang/appquery"),core_datasources=safe_require.safe_require("./core/core_datasources"),core_ds_field_names=safe_require.safe_require("./core/core_datasources/utilities/core_ds_field_names"),core_ds_db_ops_utilities=safe_require.safe_require("./core/core_datasources/utilities/core_ds_db_ops_utilities"),element_optional_utils=safe_require.safe_require("./core/core_elements/core_elements_utilities/element_optional_utils"),btypes=safe_require.safe_require("./lang/btypes"),state_keys=safe_require.safe_require("./lang/evaluation/state_keys"),locations=safe_require.safe_require("./locations"),special_keys=safe_require.safe_require("./constants/special_keys");function index_name(appname,app_version,type_id){let db_version=locations.get_db_version(app_version);return"".concat(appname,"_").concat(db_version,"_").concat(type_id)}var autocomplete_source=function(_ref){let{query,field_to_search,field_to_display,type_to_find,cb,cache_text_to_object,cache_text_to_field_name}=_ref,index=algolia_client.get_search_client().initIndex(index_name(appquery.appname(),appquery.app_version(),type_to_find)),restrictSearchableAttributes=field_to_search!==special_keys.ALL_DB_FIELDS?[field_to_search]:void 0,attributesToRetrieve=field_to_search!==special_keys.ALL_DB_FIELDS?[field_to_search]:field_to_display!==special_keys.ALL_DB_FIELDS?[field_to_display]:void 0,parameters={query};return attributesToRetrieve!=null&&(parameters.attributesToRetrieve=attributesToRetrieve),restrictSearchableAttributes!=null&&(parameters.restrictSearchableAttributes=restrictSearchableAttributes),index.search(parameters,(error,response)=>{if(error)return logger.error("Error searching with Algolia",{error}),cb([]);let{hits}=response;return cb(hits.map(result=>{let text_match;if(attributesToRetrieve)text_match=result[attributesToRetrieve];else{var _Object$entries$find;let matched_field=(_Object$entries$find=Object.entries(result._highlightResult).find(entry=>entry[1].matchLevel==="full"))==null?void 0:_Object$entries$find[0];text_match=result[matched_field],cache_text_to_field_name[text_match]=matched_field}let object_match=Lib().db_instance().get_object(result.objectID);return object_match.precache(),cache_text_to_object[text_match]=object_match,{value:text_match}}))})},_fetched_queries_keys={},_fetched_queries_results={},_fetched_queries_errors={};function get_results(_ref2){let{query,type_to_find,field_to_search,custom_type}=_ref2,hash=JSON.stringify({query,type_to_find,field_to_search});if(!_fetched_queries_keys[hash]){_fetched_queries_keys[hash]=u.MakeKey(null,"AlgoliaSearch key for ".concat(hash));let client=algolia_client.get_search_client(),restrictSearchableAttributes=field_to_search!==special_keys.ALL_DB_FIELDS?[field_to_search]:void 0;client.initIndex(index_name(appquery.appname(),appquery.app_version(),type_to_find)).search({query,attributesToRetrieve:[],restrictSearchableAttributes},(error,response)=>{var _fetched_queries_keys2;if((_fetched_queries_keys2=_fetched_queries_keys[hash])==null||_fetched_queries_keys2.turn(),error)_fetched_queries_errors[hash]=new u.OwnerError("Error searching with Algolia",{display:"There was an issue searching with Algolia, please ensure API keys are correct and that the proper indices exist for ".concat(custom_type.display()),original_error:error});else{let{hits}=response;_fetched_queries_results[hash]=hits.map(row=>row.objectID)}})}if(u.ensure_ready(_fetched_queries_keys[hash]),_fetched_queries_errors[hash])throw _fetched_queries_errors[hash];if(_fetched_queries_results[hash]!=null)return Lib().db_instance().static_list_from_ids(type_to_find,_fetched_queries_results[hash])}core_datasources.AlgoliaSearch={field_names:u.extend({type_to_find:{},query:{},field_to_search:{},ignore_empty_constraints:{}},core_ds_field_names.constraints_field_names,core_ds_field_names.sorting_field_names),get_btype(static_property){return static_property("type_to_find")?btype_ids.list_type(static_property("type_to_find")):"null"},get_runmode_btype(_raw,context,properties){return properties.type_to_find?btype_ids.list_type(properties.type_to_find):"null"},get_unique_string(properties,element_instance){let{type_to_find,constraints}=properties;return state_keys.Search(type_to_find,constraints,core_ds_db_ops_utilities.get_sorts_list(properties,!0))},evaluate(properties,context,ret_btype){let{type_to_find,query,field_to_search}=properties,custom_type=btypes.get(type_to_find).custom_type();return custom_type!=null&&custom_type.exists()?get_results({query,type_to_find,field_to_search,custom_type}):ret_btype.get_bubble_null()}};(_element_optional_uti=element_optional_utils.optional_modules)!=null||(element_optional_utils.optional_modules={});element_optional_utils.optional_modules.algolia_autocomplete_source=autocomplete_source;})();
/*! Bundled license information:

buffer/index.js:
  (*!
   * The buffer module from node.js, for the browser.
   *
   * @author   Feross Aboukhadijeh <https://feross.org>
   * @license  MIT
   *)
*/

}


window.preloaded['js/extra:services/algolia_search_engine'] = true;
window['bubble_run_derived'] = window['bubble_run_derived'] || {}
window['bubble_run_derived']['{"function_name":"PageByName","args":[]}'] = {"404":{"id":"AAU","_path":"%p3.AAX"},"index":{"id":"bTGYf","_path":"%p3.bTGbC"},"mba":{"id":"cmMaM","_path":"%p3.cmMat"},"book":{"id":"cmNRD","_path":"%p3.cmNRw"},"become-a-host":{"id":"cmNZw","_path":"%p3.cmNbj"},"s":{"id":"cmPTt","_path":"%p3.cmPVJ"},"manage-right-fit":{"id":"cmQIa","_path":"%p3.cmQIb"},"mentor-marketplace":{"id":"cmQPC","_path":"%p3.cmQPI"},"users":{"id":"cmQeH","_path":"%p3.cmQeI"},"account-settings":{"id":"cmQex","_path":"%p3.cmQfD"},"article":{"id":"cmQgh","_path":"%p3.cmQgn"},"trip":{"id":"cmQrw","_path":"%p3.cmQsV"},"test":{"id":"cmSHS","_path":"%p3.cmSHT"},"email-confirmed":{"id":"cmUgk","_path":"%p3.cmUgw"},"undergraduate":{"id":"cmXGO","_path":"%p3.cmXTE"},"blog":{"id":"cmXxM","_path":"%p3.cmXxQ"},"internal":{"id":"cmYCc","_path":"%p3.cmYCg"},"get-started":{"id":"cmYNG","_path":"%p3.cmYOo"},"learn-more-dark":{"id":"cmYpC","_path":"%p3.cmYpo"},"essayai":{"id":"cmbGu","_path":"%p3.cmbOD"},"undergrad":{"id":"cmcGk","_path":"%p3.cmcKP"},"resumeai":{"id":"cmdGO","_path":"%p3.cmdKq"},"contact":{"id":"cmeNr","_path":"%p3.cmePi"},"equitable-education":{"id":"cmeRi","_path":"%p3.cmeTB"},"become-a-partner":{"id":"cmeUD","_path":"%p3.cmeZr"},"page-not-found":{"id":"cmeZs","_path":"%p3.cmean"},"how-to-use":{"id":"cmerG","_path":"%p3.cmesC"},"checkout":{"id":"cmfDT","_path":"%p3.cmfJB"},"home":{"id":"cmhhK","_path":"%p3.cmhqE"},"orbitgram":{"id":"cmieA","_path":"%p3.cmiic"},"about":{"id":"cmjiA","_path":"%p3.cmjrv"},"mbas":{"id":"cmjtD","_path":"%p3.cmjxd"},"profile":{"id":"cmkhu","_path":"%p3.cmkyo"},"coach":{"id":"cmlEh","_path":"%p3.cmlVe"},"mentor":{"id":"cmYlI0","_path":"%p3.cmYnA0"},"pricing":{"id":"cmdPy0","_path":"%p3.cmdWq0"},"pricing1":{"id":"cmeGu0","_path":"%p3.cmeMi0"},"reset_pw":{"id":"AAL","_path":"%p3.AAW"},"liked":{"id":"cmNYC","_path":"%p3.cmNYD"}}
window.preloaded['app/derived:{"function_name":"PageByName","args":[]}'] = true;
window['bubble_run_derived']['{"function_name":"CustomByName","args":[]}'] = {"Signup / Login Popup":{"id":"ACq","_path":"%ed.ACr"},"e_footer_full":{"id":"cmODk","_path":"%ed.cmOEe"},"e_listing":{"id":"cmPNe","_path":"%ed.cmPNf"},"e_footer":{"id":"cmPPC","_path":"%ed.cmPPt"},"e_listings":{"id":"cmPVQ","_path":"%ed.cmPVR"},"e_filter":{"id":"cmPVo","_path":"%ed.cmPVp"},"e_host_header":{"id":"cmQFW","_path":"%ed.cmQHg"},"p_today":{"id":"cmQJJ","_path":"%ed.cmQKa"},"p_inbox":{"id":"cmQMg","_path":"%ed.cmQMh"},"e_college_similar":{"id":"cmQRw","_path":"%ed.cmQST"},"p_account":{"id":"cmQUu","_path":"%ed.cmQUv"},"p_profile":{"id":"cmQWs","_path":"%ed.cmQWt"},"e_languages_I_speak":{"id":"cmQaH","_path":"%ed.cmQdW"},"p_article":{"id":"cmQgA","_path":"%ed.cmQgB"},"p_listings":{"id":"cmOeq","_path":"%ed.cmQhM"},"p_personal_info":{"id":"cmQhQ","_path":"%ed.cmQhc"},"p_login_and_security":{"id":"cmQmM","_path":"%ed.cmQoL"},"e_dropdown":{"id":"cmSfG","_path":"%ed.cmSfH"},"e_undergraduate":{"id":"cmSif","_path":"%ed.cmSjh"},"p_preference":{"id":"cmSyz","_path":"%ed.cmTEV"},"r_header":{"id":"cmTHs","_path":"%ed.cmTMm"},"m_filter":{"id":"cmThg","_path":"%ed.cmToK"},"e_scholarship":{"id":"cmUKo","_path":"%ed.cmULm"},"e_application_materials":{"id":"cmVWk","_path":"%ed.cmVXs"},"e_listing_ai":{"id":"cmWKO","_path":"%ed.cmWLQ"},"e_group_chat":{"id":"cmWSw","_path":"%ed.cmWWD"},"o_header":{"id":"cmXeb","_path":"%ed.cmXkV"},"e_blog":{"id":"cmXvY","_path":"%ed.cmXwy"},"o_header_dark":{"id":"cmZhk","_path":"%ed.cmZnl"},"e_category_dark":{"id":"cmZqM","_path":"%ed.cmZwN"},"o_header_all":{"id":"cmbOK","_path":"%ed.cmbTH"},"e_views":{"id":"cmbiA","_path":"%ed.cmbjW"},"o_header_simple":{"id":"cmfpu","_path":"%ed.cmfxQ"},"e_testimonial":{"id":"cmjsM","_path":"%ed.cmjsN"},"e_mentor_profile":{"id":"cmmYs","_path":"%ed.cmmYt"},"e_mentor_profile_minimal":{"id":"cmmgB","_path":"%ed.cmmgC"},"e_category":{"id":"cmSsP0","_path":"%ed.cmSsQ0"},"e_category_undergrad":{"id":"cmcge0","_path":"%ed.cmdAy0"},"e_footer_full_dark":{"id":"cmdfX0","_path":"%ed.cmdgw0"},"e_undergrad_ai":{"id":"cmhUC0","_path":"%ed.cmhVL0"}}
window.preloaded['app/derived:{"function_name":"CustomByName","args":[]}'] = true;
window['bubble_run_derived']['{"function_name":"UserCalls","args":[]}'] = ["google-google","stripe-GetStripeCard","stripe-GetStripeCards","stripe-GetStripeSubscription","stripe-GetStripeSubscriptions","stripe-GetSellerData","stripe-GetCustomerID","stripe-GetStripeInvoices","stripe-GetStripeTaxIDs","linkedin-linkedin","linkedin_with_open_id-linkedin"]
window.preloaded['app/derived:{"function_name":"UserCalls","args":[]}'] = true;
window['bubble_run_derived']['{"function_name":"OAuthProviders","args":[]}'] = ["google","linkedin","linkedin_with_open_id"]
window.preloaded['app/derived:{"function_name":"OAuthProviders","args":[]}'] = true;
window['bubble_run_derived']['{"function_name":"DefaultValues","args":[]}'] = {"email":[{"name":"body_text","value":"text","display":"body","deleted":null},{"name":"internal_name_text","value":"text","display":"internal_name","deleted":null},{"name":"subject_text","value":"text","display":"subject","deleted":null}],"states":[{"name":"code_text","value":"text","display":"code","deleted":null},{"name":"fips_number","value":"number","display":"fips","deleted":null},{"name":"name_text","value":"text","display":"name","deleted":null}],"also_viewed":[{"name":"also_viewed_list_user","value":"list.user","display":"also_viewed","deleted":null},{"name":"user_user","value":"user","display":"user","deleted":null}],"amenity":[{"name":"amenity_name_text","value":"text","display":"amenity_name","deleted":null},{"name":"icon_image","value":"image","display":"icon","deleted":null}],"ap_courses":[{"name":"category_text","value":"text","display":"category","deleted":null},{"name":"name_text","value":"text","display":"name","deleted":null}],"article":[{"name":"body_text","value":"text","display":"body","deleted":null},{"name":"title_text","value":"text","display":"title","deleted":null}],"blog":[{"name":"content_text","value":"text","display":"content","deleted":null},{"name":"cover_image","value":"image","display":"cover","deleted":null},{"name":"header_text","value":"text","display":"header","deleted":null},{"name":"html_content_text","value":"text","display":"html_content","deleted":null},{"name":"sub_header_text","value":"text","display":"sub_header","deleted":null},{"name":"table_of_contents_list_text","value":"list.text","display":"table_of_contents","deleted":null},{"name":"tags_list_option_tags","value":"list.option.tags","display":"tags","deleted":null}],"booking":[{"name":"amount_number","value":"number","display":"total_amount","deleted":null},{"name":"booking_user_user","value":"user","display":"booking_user","deleted":null},{"name":"check_in_date_date","value":"date","display":"check_in_date","deleted":null},{"name":"check_out_date_date","value":"date","display":"check_out_date","deleted":null},{"name":"cleaning_fee_number","value":"number","display":"cleaning_fee","deleted":null},{"name":"college_custom_undergraduate","value":"custom.undergraduate","display":"college","deleted":null},{"name":"host_user","value":"user","display":"host","deleted":null},{"name":"number_of_guest_number","value":"number","display":"number_of_guests","deleted":null},{"name":"number_of_nights_number","value":"number","display":"number_of_nights","deleted":null},{"name":"paid_boolean","value":"boolean","display":"paid - deleted","default_val":false,"deleted":true},{"name":"property_custom_product","value":"custom.product","display":"listing","deleted":null},{"name":"service_fee_number","value":"number","display":"service_fee","deleted":null},{"name":"status_option_listing_status","value":"option.listing_status","display":"status","default_val":"draft","deleted":null},{"name":"stripe_paymentintent_id_text","value":"text","display":"stripe_paymentintent_id","deleted":null},{"name":"subtotal_number","value":"number","display":"subtotal","deleted":null}],"branding":[{"name":"business_name_text","value":"text","display":"business_name","deleted":null},{"name":"logo_rectangle_dark_image","value":"image","display":"logo_rectangle_dark","deleted":null},{"name":"logo_rectangle_light_image","value":"image","display":"logo_rectangle_light","deleted":null},{"name":"logo_square_dark_image","value":"image","display":"logo_square_dark","deleted":null},{"name":"logo_square_light_image","value":"image","display":"logo_square_light","deleted":null},{"name":"primary_color_text","value":"text","display":"primary_color","deleted":null},{"name":"secondary_color_text","value":"text","display":"secondary_color","deleted":null}],"business_details":[{"name":"app_unique_id_text","value":"text","display":"app_unique_id","deleted":null},{"name":"business_cover_photo_image","value":"image","display":"business_cover_photo","deleted":null},{"name":"business_description_text","value":"text","display":"business_description","deleted":null},{"name":"display_team_information_boolean","value":"boolean","display":"display_team_information","deleted":null},{"name":"email_text","value":"text","display":"email","deleted":null},{"name":"facebook_text","value":"text","display":"facebook","deleted":null},{"name":"instagram_text","value":"text","display":"instagram","deleted":null},{"name":"office_address_text","value":"text","display":"office_address","deleted":null},{"name":"privacy_policy_text","value":"text","display":"privacy_policy","deleted":null},{"name":"registered_on_nalfe_boolean","value":"boolean","display":"registered_on_nalfe - deleted","default_val":false,"deleted":true},{"name":"support_contact_number_text","value":"text","display":"support_contact_number","deleted":null},{"name":"tagline_text","value":"text","display":"tagline","deleted":null},{"name":"terms_of_service_text","value":"text","display":"terms_of_service","deleted":null},{"name":"twitter_text","value":"text","display":"twitter","deleted":null}],"category":[{"name":"category_name_text","value":"text","display":"category_name","deleted":null}],"city":[{"name":"country_custom_country","value":"custom.country","display":"country","deleted":null},{"name":"lat_number","value":"number","display":"lat","deleted":null},{"name":"lat_number_range","value":"number_range","display":"lat - deleted","deleted":true},{"name":"lng_number","value":"number","display":"lng","deleted":null},{"name":"lng_number_range","value":"number_range","display":"lng - deleted","deleted":true},{"name":"name_text","value":"text","display":"name","deleted":null},{"name":"population_number","value":"number","display":"population","deleted":null},{"name":"state_id_text","value":"text","display":"state_id","deleted":null},{"name":"state_text","value":"text","display":"state_name","deleted":null},{"name":"tier_number","value":"number","display":"tier","deleted":null}],"collection":[{"name":"collection_name_text","value":"text","display":"collection_name","deleted":null},{"name":"cover_image_image","value":"image","display":"cover_image","deleted":null},{"name":"description_text","value":"text","display":"description","deleted":null}],"comment":[{"name":"message_text_text","value":"text","display":"message_text","deleted":null},{"name":"post_date_date","value":"date","display":"post_date","deleted":null},{"name":"product_custom_product","value":"custom.product","display":"product","deleted":null},{"name":"reply_to_comment_custom_comment","value":"custom.comment","display":"reply_to_comment","deleted":null},{"name":"upvote_number","value":"number","display":"upvote","default_val":1,"deleted":null},{"name":"upvote_user_list_user","value":"list.user","display":"upvote_user","deleted":null},{"name":"upvote_user_user","value":"user","display":"upvote_user - deleted","deleted":true},{"name":"user_user","value":"user","display":"user","deleted":null}],"company":[{"name":"company_name_text","value":"text","display":"company_name","deleted":null},{"name":"logo_image","value":"image","display":"logo","deleted":null},{"name":"website_text","value":"text","display":"website","deleted":null}],"connection_invitation":[{"name":"invitee_user","value":"user","display":"invitee","deleted":null},{"name":"inviter_user","value":"user","display":"inviter","deleted":null},{"name":"pending_acceptance_boolean","value":"boolean","display":"pending_acceptance","default_val":true,"deleted":null}],"contact_form":[{"name":"body_text","value":"text","display":"body","deleted":null},{"name":"email_custom_email","value":"custom.email","display":"email - deleted","deleted":true},{"name":"email_text","value":"text","display":"email","deleted":null},{"name":"first_name_text","value":"text","display":"first_name","deleted":null},{"name":"last_name_text","value":"text","display":"last_name","deleted":null}],"conversation":[{"name":"group_chat_option_yes_and_no","value":"option.yes_and_no","display":"is_group_chat","deleted":null},{"name":"last_message_date","value":"date","display":"last_message","deleted":null},{"name":"reservation_custom_booking","value":"custom.booking","display":"reservation","deleted":null},{"name":"user_list_user","value":"list.user","display":"user","deleted":null}],"countries_mba":[{"name":"name_text","value":"text","display":"name","deleted":null}],"country":[{"name":"country_name_text","value":"text","display":"name","deleted":null},{"name":"state_text","value":"text","display":"State - deleted","deleted":true}],"education":[{"name":"country_api_1485907924596x944498889467625500_plugin_api_AAE","value":"api.1485907924596x944498889467625500.plugin_api.AAE","display":"country","deleted":null},{"name":"end_date_date","value":"date","display":"end_date","deleted":null},{"name":"qualification_text","value":"text","display":"qualification","deleted":null},{"name":"school_custom_school","value":"custom.school","display":"school","deleted":null},{"name":"school_name_text","value":"text","display":"school_name - deleted","deleted":true},{"name":"start_date_date","value":"date","display":"start_date","deleted":null},{"name":"user_user","value":"user","display":"user","deleted":null}],"essays":[{"name":"answer_text","value":"text","display":"answer","deleted":null},{"name":"review_1_text","value":"text","display":"review_1","deleted":null},{"name":"review_2_text","value":"text","display":"review_2","deleted":null},{"name":"review_3_text","value":"text","display":"review_3","deleted":null},{"name":"score_1_number","value":"number","display":"score_1","deleted":null},{"name":"score_2_number","value":"number","display":"score_2","deleted":null},{"name":"score_3_number","value":"number","display":"score_3","deleted":null},{"name":"undergraduate_custom_undergraduate","value":"custom.undergraduate","display":"undergraduate","deleted":null},{"name":"university_custom_product","value":"custom.product","display":"listing","deleted":null},{"name":"user_user","value":"user","display":"user","deleted":null}],"feedback":[{"name":"beta_boolean","value":"boolean","display":"beta","deleted":null},{"name":"email_custom_email","value":"custom.email","display":"email - deleted","deleted":true},{"name":"email_text","value":"text","display":"email","deleted":null},{"name":"like_text","value":"text","display":"like","deleted":null},{"name":"name_text","value":"text","display":"name","deleted":null},{"name":"notlike_text","value":"text","display":"notlike","deleted":null},{"name":"rateease_number","value":"number","display":"rateease","deleted":null},{"name":"rateneed_number","value":"number","display":"rateneed","deleted":null},{"name":"raterecom_number","value":"number","display":"raterecom","deleted":null},{"name":"rateui_number","value":"number","display":"rateui","deleted":null},{"name":"rateworth_number","value":"number","display":"rateworth","deleted":null},{"name":"whatmore_text","value":"text","display":"whatmore","deleted":null}],"hobbies":[{"name":"name_text","value":"text","display":"name","deleted":null}],"image":[{"name":"image_image","value":"image","display":"image","deleted":null}],"industry":[{"name":"name_text","value":"text","display":"name","deleted":null}],"ip":[{"name":"city1_text","value":"text","display":"city","deleted":null},{"name":"city_text","value":"text","display":"city - deleted","deleted":true},{"name":"country1_text","value":"text","display":"country","deleted":null},{"name":"country_text","value":"text","display":"country - deleted","deleted":true},{"name":"ip_api_1503616151007x633690763334516700_plugin_api_AAC","value":"api.1503616151007x633690763334516700.plugin_api.AAC","display":"ip - deleted","deleted":true},{"name":"ip_custom_ip","value":"custom.ip","display":"ip - deleted","deleted":true},{"name":"ip_text","value":"text","display":"IP","deleted":null},{"name":"loc_text","value":"text","display":"loc","deleted":null},{"name":"location1_geographic_address","value":"geographic_address","display":"location - deleted","deleted":true},{"name":"location_api_1503616151007x633690763334516700_plugin_api_AAC","value":"api.1503616151007x633690763334516700.plugin_api.AAC","display":"location - deleted","deleted":true},{"name":"location_geographic_address","value":"geographic_address","display":"location - deleted","deleted":true},{"name":"postal_text","value":"text","display":"postal","deleted":null},{"name":"region_text","value":"text","display":"region","deleted":null},{"name":"zip_number","value":"number","display":"zip - deleted","deleted":true}],"listing_amenity":[{"name":"amenity_custom_amenity","value":"custom.amenity","display":"amenity - deleted","deleted":true},{"name":"amenity_option_amenity","value":"option.amenity","display":"amenity","deleted":null},{"name":"listing_custom_product","value":"custom.product","display":"listing","deleted":null}],"listing_review":[{"name":"listing_custom_product","value":"custom.product","display":"listing - deleted","deleted":true},{"name":"mentor_custom_user_organization","value":"custom.user_organization","display":"mentor","deleted":null},{"name":"rating_number","value":"number","display":"rating","deleted":null},{"name":"review_count_number","value":"number","display":"review_count","deleted":null},{"name":"review_text","value":"text","display":"review","deleted":null},{"name":"reviewer_user","value":"user","display":"reviewer","deleted":null}],"listing_ug":[],"location":[{"name":"city1_custom_city","value":"custom.city","display":"city","deleted":null},{"name":"city1_text","value":"text","display":"city - deleted","deleted":true},{"name":"city_custom_city","value":"custom.city","display":"city - deleted","deleted":true},{"name":"city_text","value":"text","display":"city - deleted","deleted":true},{"name":"country1_custom_country","value":"custom.country","display":"Country - deleted","deleted":true},{"name":"country2_custom_country","value":"custom.country","display":"country","deleted":null},{"name":"country_custom_country","value":"custom.country","display":"country - deleted","deleted":true},{"name":"name_text","value":"text","display":"name","deleted":null},{"name":"program_custom_program","value":"custom.program","display":"program - deleted","deleted":true}],"major":[{"name":"name_text","value":"text","display":"name","deleted":null}],"match":[{"name":"listing_list_custom_product","value":"list.custom.product","display":"listing","deleted":null},{"name":"percentage1_number","value":"number","display":"percentage - deleted","deleted":true},{"name":"percentage_list_number","value":"list.number","display":"percentage","deleted":null},{"name":"percentage_number","value":"number","display":"percentage - deleted","deleted":true},{"name":"user_user","value":"user","display":"user","deleted":null}],"match1":[{"name":"match_list_custom_product","value":"list.custom.product","display":"match","deleted":null},{"name":"match_text_list_text","value":"list.text","display":"match_text","deleted":null},{"name":"user_user","value":"user","display":"user","deleted":null}],"match2":[{"name":"admission_subscore_text","value":"text","display":"admission_subscores","deleted":null},{"name":"explanation_text","value":"text","display":"explanation","deleted":null},{"name":"match_chance_percent_number","value":"number","display":"match_chance_percent","deleted":null},{"name":"match_list_text","value":"list.text","display":"match - deleted","deleted":true},{"name":"match_listing_custom_product","value":"custom.product","display":"match_listing","deleted":null},{"name":"match_listing_list_custom_product","value":"list.custom.product","display":"match_listing - deleted","deleted":true},{"name":"match_percent_list_number","value":"list.number","display":"match_percent - deleted","deleted":true},{"name":"match_percent_number","value":"number","display":"match_percent","deleted":null},{"name":"match_text","value":"text","display":"match","deleted":null},{"name":"match_undergraduate_custom_undergraduate","value":"custom.undergraduate","display":"match_undergraduate","deleted":null},{"name":"preference_subscores_text","value":"text","display":"preference_subscores","deleted":null},{"name":"school_stats_text","value":"text","display":"school_stats","deleted":null},{"name":"user_user","value":"user","display":"user","deleted":null}],"mba_clubs":[{"name":"category_text","value":"text","display":"category","deleted":null},{"name":"name_text","value":"text","display":"name","deleted":null},{"name":"orbit_option_orbit","value":"option.orbit","display":"orbit","deleted":null},{"name":"program_custom_program1","value":"custom.program1","display":"program - deleted","deleted":true}],"mentor_education":[{"name":"name_text","value":"text","display":"name","deleted":null},{"name":"program_text","value":"text","display":"program","deleted":null},{"name":"user_user","value":"user","display":"user","deleted":null},{"name":"years_text","value":"text","display":"years","deleted":null}],"mentor_employment":[{"name":"name_text","value":"text","display":"name","deleted":null},{"name":"program_text","value":"text","display":"program","deleted":null},{"name":"user_user","value":"user","display":"user","deleted":null},{"name":"years_number","value":"number","display":"years - deleted","deleted":true},{"name":"years_text","value":"text","display":"years","deleted":null}],"mentor_profile":[],"mentors":[],"message":[{"name":"conversation_custom_conversation","value":"custom.conversation","display":"conversation","deleted":null},{"name":"message_text","value":"text","display":"message","deleted":null},{"name":"send_by_user","value":"user","display":"send_by","deleted":null},{"name":"send_date_date","value":"date","display":"send_date","deleted":null},{"name":"status_option_listing_status","value":"option.listing_status","display":"status","default_val":"draft","deleted":null},{"name":"unread_user_list_user","value":"list.user","display":"unread_user","deleted":null}],"newsletter":[{"name":"email_custom_email","value":"custom.email","display":"email - deleted","deleted":true},{"name":"email_text","value":"text","display":"email","deleted":null},{"name":"ip_custom_ip","value":"custom.ip","display":"ip - deleted","deleted":true},{"name":"ip_text","value":"text","display":"IP","deleted":null}],"newsletters":[],"onboarding":[{"name":"registered_with_nalfe_boolean","value":"boolean","display":"registered_with_nalfe","default_val":false,"deleted":null}],"orbit":[{"name":"name_text","value":"text","display":"name","deleted":null}],"payment":[{"name":"description_text","value":"text","display":"description","deleted":null},{"name":"email_text","value":"text","display":"email","deleted":null},{"name":"name_text","value":"text","display":"name","deleted":null},{"name":"order_id_text","value":"text","display":"order_ID","deleted":null},{"name":"order_status_text","value":"text","display":"order_status","deleted":null},{"name":"payment_amount_number","value":"number","display":"payment_amount","deleted":null},{"name":"payment_date_date","value":"date","display":"payment_date","deleted":null},{"name":"stripe_paymentintent_id_text","value":"text","display":"stripe_paymentintent_id - deleted","deleted":true},{"name":"user_user","value":"user","display":"user","deleted":null}],"post":[{"name":"content_file_file","value":"file","display":"content_file","deleted":null},{"name":"content_image_image","value":"image","display":"content_image","deleted":null},{"name":"content_text_text","value":"text","display":"content_text","deleted":null},{"name":"like_number","value":"number","display":"like","default_val":0,"deleted":null},{"name":"like_user_list_user","value":"list.user","display":"like_user","deleted":null},{"name":"post_date_date","value":"date","display":"post_date","deleted":null},{"name":"post_user_user","value":"user","display":"post_user","deleted":null}],"product":[{"name":"acceptance_rate_number","value":"number","display":"acceptance_rate","deleted":null},{"name":"address_line_12_text","value":"text","display":"address_line_2","deleted":null},{"name":"address_line_1_text","value":"text","display":"address_line_1","deleted":null},{"name":"age_avg_number","value":"number","display":"age_avg","deleted":null},{"name":"amenity_list_custom_amenity","value":"list.custom.amenity","display":"⚠️amenity - deleted","deleted":true},{"name":"amenity_list_option_amenity","value":"list.option.amenity","display":"application_material","deleted":null},{"name":"amenity_option_amenity","value":"option.amenity","display":"amenity - deleted","deleted":true},{"name":"application_fee_number","value":"number","display":"application_fee","deleted":null},{"name":"application_fee_waiver_text","value":"text","display":"application_fee_waiver","deleted":null},{"name":"application_materials_option_amenity","value":"option.amenity","display":"application_materials - deleted","deleted":true},{"name":"applied_number","value":"number","display":"applied","deleted":null},{"name":"bathrooms_number","value":"number","display":"class_size","deleted":null},{"name":"bedrooms_number","value":"number","display":"usnews_ranking","deleted":null},{"name":"beds_number","value":"number","display":"beds - deleted","deleted":true},{"name":"bonus_median_number","value":"number","display":"bonus_median","deleted":null},{"name":"business_school_text","value":"text","display":"business_school_name","deleted":null},{"name":"category_list_option_category","value":"list.option.category","display":"category","deleted":null},{"name":"check_in_time_option_time","value":"option.time","display":"check_in_time - deleted","deleted":true},{"name":"check_out_time_option_time","value":"option.time","display":"check_out_time - deleted","deleted":true},{"name":"city_custom_city","value":"custom.city","display":"city","deleted":null},{"name":"city_text","value":"text","display":"city - deleted","deleted":true},{"name":"citys_text","value":"text","display":"citys","deleted":null},{"name":"cleaning_fee_number","value":"number","display":"tuition_fee","deleted":null},{"name":"clubs_options_list_option_clubs","value":"list.option.clubs","display":"clubs_options","deleted":null},{"name":"clubs_text","value":"text","display":"clubs","deleted":null},{"name":"collection_list_custom_collection","value":"list.custom.collection","display":"⚠️collection - deleted","deleted":true},{"name":"comment_count_number","value":"number","display":"comment_count - deleted","default_val":1,"deleted":true},{"name":"concentrations_list_option_concentration","value":"list.option.concentration","display":"concentrations","deleted":null},{"name":"countries_rep_number","value":"number","display":"countries_rep","deleted":null},{"name":"country_custom_country","value":"custom.country","display":"country","deleted":null},{"name":"cover_image_circular_image","value":"image","display":"cover_image_circular","deleted":null},{"name":"cover_image_image","value":"image","display":"cover_image","deleted":null},{"name":"current_become_a_host_question_option_become_a_host_question","value":"option.become_a_host_question","display":"current_become_a_host_question","default_val":"type_of_place","deleted":null},{"name":"deadline_date","value":"date","display":"deadline","deleted":null},{"name":"deleted_boolean","value":"boolean","display":"⚠️deleted - deleted","default_val":false,"deleted":true},{"name":"description_text","value":"text","display":"tagline - deleted","deleted":true},{"name":"employed_percent_number","value":"number","display":"employed_percent","deleted":null},{"name":"entire_price_boolean","value":"boolean","display":"entire_place - deleted","deleted":true},{"name":"essay_questions_text","value":"text","display":"essay_questions","deleted":null},{"name":"essays_list_list_text","value":"list.text","display":"essays_list","deleted":null},{"name":"featured_amenity_list_custom_amenity","value":"list.custom.amenity","display":"⚠️featured_amenity - deleted","deleted":true},{"name":"female_percent_number","value":"number","display":"female_percent","deleted":null},{"name":"founded_text","value":"text","display":"founded","deleted":null},{"name":"get_it_url_text","value":"text","display":"get_it_url - deleted","deleted":true},{"name":"gmat_avg_number","value":"number","display":"gmat_avg","deleted":null},{"name":"gpa_avg_number","value":"number","display":"gpa_avg","deleted":null},{"name":"gre_avg_number","value":"number","display":"gre_avg","deleted":null},{"name":"gre_quant_number","value":"number","display":"gre_quant","deleted":null},{"name":"icon_image","value":"image","display":"thumbnail - deleted","deleted":true},{"name":"image_list_image","value":"list.image","display":"image","deleted":null},{"name":"internation_percent_number","value":"number","display":"internation_percent","deleted":null},{"name":"last_updated_date","value":"date","display":"last_updated","deleted":null},{"name":"lgbtqia__percent_number","value":"number","display":"lgbtqia+_percent","deleted":null},{"name":"link_text","value":"text","display":"link","deleted":null},{"name":"list_date_date","value":"date","display":"go_live_date","deleted":null},{"name":"location_type_option_location_type","value":"option.location_type","display":"location_type","deleted":null},{"name":"logo_image","value":"image","display":"logo","deleted":null},{"name":"long_description_text","value":"text","display":"description","deleted":null},{"name":"maker_user_user","value":"user","display":"user","deleted":null},{"name":"map_point_geographic_address","value":"geographic_address","display":"map_point","deleted":null},{"name":"mascot_text","value":"text","display":"mascot","deleted":null},{"name":"maximum_guest_number","value":"number","display":"maximum_guest","deleted":null},{"name":"minimum_guest_number","value":"number","display":"minimum_guest","default_val":1,"deleted":null},{"name":"prestige_number","value":"number","display":"prestige","deleted":null},{"name":"price_number","value":"number","display":"price","deleted":null},{"name":"product_category_custom_product_category","value":"custom.product_category","display":"⚠️category - deleted","deleted":true},{"name":"product_name_text","value":"text","display":"university_name","deleted":null},{"name":"property_type_custom_property_type","value":"custom.property_type","display":"⚠️property_type - deleted","deleted":true},{"name":"property_type_option_property_type0","value":"option.property_type0","display":"property_type","deleted":null},{"name":"region_text","value":"text","display":"region","deleted":null},{"name":"research_boolean","value":"boolean","display":"research","deleted":null},{"name":"salary_median_number","value":"number","display":"salary_median","deleted":null},{"name":"self_employed_number","value":"number","display":"self_employed","deleted":null},{"name":"sports_school_text","value":"text","display":"sports_school","deleted":null},{"name":"state_id_text","value":"text","display":"state_id","deleted":null},{"name":"state_text","value":"text","display":"state","deleted":null},{"name":"status_option_listing_status","value":"option.listing_status","display":"status","default_val":"draft","deleted":null},{"name":"submitted_boolean","value":"boolean","display":"⚠️submitted - deleted","default_val":false,"deleted":true},{"name":"toefl_avg_number","value":"number","display":"toefl_avg","deleted":null},{"name":"top_employed_industry_list_option_concentration","value":"list.option.concentration","display":"top_employed_industry","deleted":null},{"name":"top_employed_percent_list_number","value":"list.number","display":"top_employed_percent","deleted":null},{"name":"top_employed_salary_list_number","value":"list.number","display":"top_employed_salary","deleted":null},{"name":"total_cost_est_number","value":"number","display":"total_cost_est","deleted":null},{"name":"type_of_place_option_type_of_place","value":"option.type_of_place","display":"type_of_place","deleted":null},{"name":"underrep_percent_number","value":"number","display":"underrep_percent","deleted":null},{"name":"univerisity_type_option_listing_status","value":"option.listing_status","display":"univerisity_type - deleted","deleted":true},{"name":"universities_rep_number","value":"number","display":"universities_rep","deleted":null},{"name":"university_type_option_university_type","value":"option.university_type","display":"university_type","deleted":null},{"name":"upvote_number","value":"number","display":"upvote - deleted","default_val":1,"deleted":true},{"name":"upvote_user_list_user","value":"list.user","display":"upvote_user - deleted","deleted":true},{"name":"user_list_user","value":"list.user","display":"user - deleted","deleted":true},{"name":"usnews_2024_number","value":"number","display":"usnews_2024","deleted":null},{"name":"work_exp_number","value":"number","display":"work_exp","deleted":null},{"name":"youtube_links_list_text","value":"list.text","display":"youtube_links","deleted":null},{"name":"youvisit_link_text","value":"text","display":"youvisit_link","deleted":null},{"name":"zip_code_text","value":"text","display":"zip_code","deleted":null}],"product_category":[{"name":"category_name_text","value":"text","display":"category_name","deleted":null},{"name":"country_custom_country","value":"custom.country","display":"country","deleted":null},{"name":"country_name_text","value":"text","display":"country_name","deleted":null},{"name":"description_text","value":"text","display":"description","deleted":null},{"name":"image_image","value":"image","display":"cover_image","deleted":null},{"name":"lat_number","value":"number","display":"lat","deleted":null},{"name":"lng_number","value":"number","display":"lng","deleted":null},{"name":"number_of_listings_number","value":"number","display":"number_of_listings","default_val":0,"deleted":null}],"program":[{"name":"program_text","value":"text","display":"name","deleted":null}],"program1":[{"name":"name_text","value":"text","display":"name","deleted":null},{"name":"orbit1_custom_orbit","value":"custom.orbit","display":"orbit - deleted","deleted":true},{"name":"orbit1_number","value":"number","display":"orbit","deleted":null},{"name":"orbit_custom_orbit","value":"custom.orbit","display":"orbit - deleted","deleted":true},{"name":"orbit_number","value":"number","display":"orbit - deleted","deleted":true},{"name":"orbit_text","value":"text","display":"orbit - deleted","deleted":true}],"property_type":[{"name":"description_text","value":"text","display":"description","deleted":null},{"name":"icon1_image","value":"image","display":"icon","deleted":null},{"name":"icon_image","value":"image","display":"icon - deleted","deleted":true},{"name":"type_name_text","value":"text","display":"type_name","deleted":null}],"rating":[{"name":"display_boolean","value":"boolean","display":"display","deleted":null},{"name":"ip_text","value":"text","display":"IP","deleted":null},{"name":"name_text","value":"text","display":"name","deleted":null},{"name":"occupation_text","value":"text","display":"occupation","deleted":null},{"name":"profile_image","value":"image","display":"profile","deleted":null},{"name":"rating_number","value":"number","display":"rating","deleted":null},{"name":"review_text","value":"text","display":"review","deleted":null},{"name":"user_user","value":"user","display":"user","deleted":null}],"report":[{"name":"gross_volume_number","value":"number","display":"gross_volume","deleted":null},{"name":"listings_number","value":"number","display":"listings","deleted":null},{"name":"payments_number","value":"number","display":"payments","deleted":null},{"name":"reporting_date_date","value":"date","display":"reporting_date","deleted":null},{"name":"users_number","value":"number","display":"users","deleted":null}],"resume":[{"name":"resume_file","value":"file","display":"resume","deleted":null},{"name":"user_user","value":"user","display":"user","deleted":null}],"scholarship":[{"name":"address_text","value":"text","display":"address","deleted":null},{"name":"amount_text","value":"text","display":"amount","deleted":null},{"name":"area_of_study_text","value":"text","display":"area_of_study","deleted":null},{"name":"deadline1_date","value":"date","display":"deadline - deleted","deleted":true},{"name":"deadline_date","value":"date","display":"deadline - deleted","deleted":true},{"name":"deadline_text","value":"text","display":"deadline","deleted":null},{"name":"description_text","value":"text","display":"description","deleted":null},{"name":"email_custom_email","value":"custom.email","display":"email - deleted","deleted":true},{"name":"email_text","value":"text","display":"email","deleted":null},{"name":"ethnicity_text","value":"text","display":"ethnicity","deleted":null},{"name":"financial_need_text","value":"text","display":"financial_need","deleted":null},{"name":"gender_text","value":"text","display":"gender","deleted":null},{"name":"gpa_number","value":"number","display":"gpa","deleted":null},{"name":"number_text","value":"text","display":"number","deleted":null},{"name":"organization_text","value":"text","display":"organization","deleted":null},{"name":"religious_affiliation_text","value":"text","display":"religious_affiliation","deleted":null},{"name":"residency_text","value":"text","display":"residency","deleted":null},{"name":"scholarship_name_text","value":"text","display":"name","deleted":null},{"name":"school_location_text","value":"text","display":"school_location","deleted":null},{"name":"telephone_text","value":"text","display":"telephone","deleted":null},{"name":"website1_text","value":"text","display":"website","deleted":null},{"name":"website_text","value":"text","display":"website - deleted","deleted":true}],"school":[{"name":"logo_image","value":"image","display":"logo","deleted":null},{"name":"school_name_text","value":"text","display":"school_name","deleted":null},{"name":"website_text","value":"text","display":"website","deleted":null}],"service_fee":[{"name":"fee_percent_number","value":"number","display":"fee_percent","deleted":null},{"name":"name_text","value":"text","display":"name","deleted":null}],"skill":[{"name":"name_text","value":"text","display":"name","deleted":null}],"status":[{"name":"gmat_number","value":"number","display":"gmat","deleted":null},{"name":"gpa_number","value":"number","display":"gpa","deleted":null},{"name":"listing_custom_product","value":"custom.product","display":"listing","deleted":null},{"name":"status_text","value":"text","display":"status","deleted":null},{"name":"unique_id_text","value":"text","display":"unique_id","deleted":null},{"name":"university_text","value":"text","display":"university","deleted":null}],"status_user":[{"name":"gmat_number","value":"number","display":"GMAT","deleted":null},{"name":"gpa_number","value":"number","display":"GPA","deleted":null},{"name":"listing_custom_product","value":"custom.product","display":"listing","deleted":null},{"name":"user_user","value":"user","display":"user","deleted":null}],"stripe_webhook_log":[{"name":"raw_body_text","value":"text","display":"raw_body","deleted":null},{"name":"receive_date_date","value":"date","display":"receive_date","deleted":null}],"tag":[{"name":"tag_name_text","value":"text","display":"tag_name","deleted":null}],"undergraduate":[{"name":"accceptance_rate_women_number","value":"number","display":"acceptance_rate_women","deleted":null},{"name":"acceptance_rate_men_number","value":"number","display":"acceptance_rate_men","deleted":null},{"name":"acceptance_rate_number","value":"number","display":"acceptance_rate","deleted":null},{"name":"act_25_number","value":"number","display":"ACT_25","deleted":null},{"name":"act_75_number","value":"number","display":"ACT_75","deleted":null},{"name":"act_eng_25_number","value":"number","display":"ACT_eng_25","deleted":null},{"name":"act_eng_75_number","value":"number","display":"ACT_eng_75","deleted":null},{"name":"act_english_mid_number","value":"number","display":"ACT_english_mid","deleted":null},{"name":"act_math_25_number","value":"number","display":"ACT_math_25","deleted":null},{"name":"act_math_75_number","value":"number","display":"ACT_math_75","deleted":null},{"name":"act_math_mid_number","value":"number","display":"ACT_math_mid","deleted":null},{"name":"act_mid_number","value":"number","display":"ACT_mid","deleted":null},{"name":"act_number","value":"number","display":"ACT","deleted":null},{"name":"act_writing_25_number","value":"number","display":"ACT_writing_25","deleted":null},{"name":"act_writing_75_number","value":"number","display":"ACT_writing_75","deleted":null},{"name":"act_writing_mid_number","value":"number","display":"ACT_writing_mid","deleted":null},{"name":"address1_text","value":"text","display":"address","deleted":null},{"name":"address2_text","value":"text","display":"address1 - deleted","deleted":true},{"name":"address_geographic_address","value":"geographic_address","display":"address - deleted","deleted":true},{"name":"address_text","value":"text","display":"address - deleted","deleted":true},{"name":"admissions_url_text","value":"text","display":"admissions_url","deleted":null},{"name":"admitted_men_number","value":"number","display":"admitted_men","deleted":null},{"name":"admitted_number","value":"number","display":"admitted","deleted":null},{"name":"admitted_women_number","value":"number","display":"admitted_women","deleted":null},{"name":"alias_text","value":"text","display":"alias","deleted":null},{"name":"app_fee_waiver_text","value":"text","display":"app_fee_waiver","deleted":null},{"name":"application_fee_number","value":"number","display":"application_fee","deleted":null},{"name":"application_material_list_option_amenity","value":"list.option.amenity","display":"application_material","deleted":null},{"name":"application_url_text","value":"text","display":"application_url","deleted":null},{"name":"applied_men_number","value":"number","display":"applied_men","deleted":null},{"name":"applied_number","value":"number","display":"applied","deleted":null},{"name":"applied_women_number","value":"number","display":"applied_women","deleted":null},{"name":"asian_number","value":"number","display":"asian - deleted","deleted":true},{"name":"avg_debt_number","value":"number","display":"avg_debt","deleted":null},{"name":"avg_grant_aid_number","value":"number","display":"avg_grant_aid","deleted":null},{"name":"black_number","value":"number","display":"black - deleted","deleted":true},{"name":"books_supplies_number","value":"number","display":"books_supplies","deleted":null},{"name":"chief_admin_name_text","value":"text","display":"chief_admin_name","deleted":null},{"name":"chief_admin_title_text","value":"text","display":"chief_admin_title","deleted":null},{"name":"city1_text","value":"text","display":"city - deleted","deleted":true},{"name":"city_ipeds_text","value":"text","display":"city_ipeds - deleted","deleted":true},{"name":"city_text","value":"text","display":"city","deleted":null},{"name":"completion_rate_number","value":"number","display":"completion_rate","deleted":null},{"name":"deadline_date","value":"date","display":"deadline","deleted":null},{"name":"debt_median_number","value":"number","display":"debt_median","deleted":null},{"name":"debt_median_supp_number","value":"number","display":"debt_median_supp","deleted":null},{"name":"demographics_race_ethnicity_aian_number","value":"number","display":"demographics.race_ethnicity.aian","deleted":null},{"name":"demographics_race_ethnicity_asian_number","value":"number","display":"demographics.race_ethnicity.asian","deleted":null},{"name":"demographics_race_ethnicity_black_number","value":"number","display":"demographics.race_ethnicity.black","deleted":null},{"name":"demographics_race_ethnicity_hispanic_number","value":"number","display":"demographics.race_ethnicity.hispanic","deleted":null},{"name":"demographics_race_ethnicity_nhpi_number","value":"number","display":"demographics.race_ethnicity.nhpi","deleted":null},{"name":"demographics_race_ethnicity_non_resident_alien_number","value":"number","display":"demographics.race_ethnicity.non_resident_alien","deleted":null},{"name":"demographics_race_ethnicity_unknown_number","value":"number","display":"demographics.race_ethnicity.unknown","deleted":null},{"name":"demographics_race_ethnicity_white_number","value":"number","display":"demographics.race_ethnicity.white","deleted":null},{"name":"description_text","value":"text","display":"description","deleted":null},{"name":"earnings_mean_10yrs_number","value":"number","display":"earnings_mean_10yrs","deleted":null},{"name":"earnings_mean_6yrs_number","value":"number","display":"earnings_mean_6yrs","deleted":null},{"name":"economic_region_text","value":"text","display":"region","deleted":null},{"name":"emp_cities_list_text","value":"list.text","display":"emp_cities","deleted":null},{"name":"employer_list_text","value":"list.text","display":"employer","deleted":null},{"name":"enrolled_ft_number","value":"number","display":"enrolled_ft","deleted":null},{"name":"enrolled_men_number","value":"number","display":"enrolled_men","deleted":null},{"name":"enrolled_number","value":"number","display":"enrolled","deleted":null},{"name":"enrolled_pt_number","value":"number","display":"enrolled_pt","deleted":null},{"name":"enrolled_women_number","value":"number","display":"enrolled_women","deleted":null},{"name":"enrollment_all_number","value":"number","display":"enrollment.all","deleted":null},{"name":"enrollment_number","value":"number","display":"enrollment - deleted","deleted":true},{"name":"enrollment_text","value":"text","display":"enrollment - deleted","deleted":true},{"name":"essay_questions_list_text","value":"list.text","display":"essay_questions","deleted":null},{"name":"finaid_url1_text","value":"text","display":"finaid_url - deleted","deleted":true},{"name":"finaid_url_text","value":"text","display":"finaid_url","deleted":null},{"name":"forbes_rank_number","value":"number","display":"forbes_rank","deleted":null},{"name":"full_address_text","value":"text","display":"full_address","deleted":null},{"name":"hispanic_number","value":"number","display":"hispanic - deleted","deleted":true},{"name":"image_image","value":"image","display":"image - deleted","default_val":"","deleted":true},{"name":"image_list_image","value":"list.image","display":"image","deleted":null},{"name":"in_disctrict_fees_number","value":"number","display":"in_disctrict_fees - deleted","deleted":true},{"name":"in_district_tuition_number","value":"number","display":"in_district_tuition","deleted":null},{"name":"in_state_fees_number","value":"number","display":"in_state_fees","deleted":null},{"name":"in_state_pub_total_number","value":"number","display":"in_state_pub_total","deleted":null},{"name":"in_state_tuition_number","value":"number","display":"in_state_tuition","deleted":null},{"name":"industry_list_text","value":"list.text","display":"industry","deleted":null},{"name":"latitude_text","value":"text","display":"latitude","deleted":null},{"name":"level_text","value":"text","display":"level","deleted":null},{"name":"lgbtqia_number","value":"number","display":"lgbtqia","deleted":null},{"name":"loan_default_rate_number","value":"number","display":"loan_default_rate","deleted":null},{"name":"loan_instalment_number","value":"number","display":"loan_instalment","deleted":null},{"name":"locale_text","value":"text","display":"locale","deleted":null},{"name":"longitude_text","value":"text","display":"longitude","deleted":null},{"name":"map_point_geographic_address","value":"geographic_address","display":"map_point","deleted":null},{"name":"median_10yr_salary_number","value":"number","display":"median_10yr_salary","deleted":null},{"name":"minority_number","value":"number","display":"minority","deleted":null},{"name":"miscallenous_off_campus_number","value":"number","display":"miscallenous_off_campus","deleted":null},{"name":"miscellaneous_number","value":"number","display":"miscellaneous_on_campus","deleted":null},{"name":"out_state_fees_number","value":"number","display":"out_state_fees","deleted":null},{"name":"out_state_pub_total_number","value":"number","display":"out_state_pub_total","deleted":null},{"name":"out_state_tuition_number","value":"number","display":"out_state_tuition","deleted":null},{"name":"percent_employed_number","value":"number","display":"percent_employed","deleted":null},{"name":"percent_yield_number","value":"number","display":"percent_yield","deleted":null},{"name":"prestige_number","value":"number","display":"prestige","deleted":null},{"name":"repayment_3yrs_number","value":"number","display":"repayment_3yrs","deleted":null},{"name":"room_board_number","value":"number","display":"room_board","deleted":null},{"name":"salary_number","value":"number","display":"salary","deleted":null},{"name":"sat_25_number","value":"number","display":"SAT_reading_25","deleted":null},{"name":"sat_75_number","value":"number","display":"SAT_reading_75","deleted":null},{"name":"sat_math_25_number","value":"number","display":"SAT_math_25","deleted":null},{"name":"sat_math_75_number","value":"number","display":"SAT_math_75","deleted":null},{"name":"sat_maths_mid_number","value":"number","display":"SAT_math_mid","deleted":null},{"name":"sat_number","value":"number","display":"SAT","deleted":null},{"name":"sat_reading_mid_number","value":"number","display":"SAT_reading_mid","deleted":null},{"name":"sat_writing_25_number","value":"number","display":"SAT_writing_25","deleted":null},{"name":"sat_writing_75_number","value":"number","display":"SAT_writing_75","deleted":null},{"name":"sat_writing_mid_number","value":"number","display":"SAT_writing_mid","deleted":null},{"name":"slug_text_text","value":"text","display":"slug_text","deleted":null},{"name":"state_text","value":"text","display":"state","deleted":null},{"name":"student_faculty_ratio_number","value":"number","display":"student_faculty_ratio","deleted":null},{"name":"telephone_text","value":"text","display":"telephone","deleted":null},{"name":"test_text","value":"text","display":"test - deleted","deleted":true},{"name":"total_expense_number","value":"number","display":"total_expense","deleted":null},{"name":"tuition_text","value":"text","display":"tuition","deleted":null},{"name":"unitid1_number","value":"number","display":"unitid - deleted","deleted":true},{"name":"unitid_number","value":"number","display":"unitid","deleted":null},{"name":"university_name_text","value":"text","display":"university_name","deleted":null},{"name":"university_sector_text","value":"text","display":"university_sector","deleted":null},{"name":"university_size_text","value":"text","display":"university_size","deleted":null},{"name":"university_type_code_number","value":"number","display":"university_type_code","deleted":null},{"name":"university_type_option_university_type","value":"option.university_type","display":"university_type","deleted":null},{"name":"university_type_text","value":"text","display":"university_type","deleted":null},{"name":"usnews_rank_number","value":"number","display":"usnews_rank","deleted":null},{"name":"website_url_text","value":"text","display":"website_url","deleted":null},{"name":"women_number","value":"number","display":"women","deleted":null},{"name":"yield_rate_men_number","value":"number","display":"yield_rate_men","deleted":null},{"name":"yield_rate_number","value":"number","display":"yield_rate","deleted":null},{"name":"yield_rate_women_number","value":"number","display":"yield_rate_women","deleted":null},{"name":"youtube_links_list_text","value":"list.text","display":"youtube_links","deleted":null},{"name":"youvisit_link_text","value":"text","display":"youvisit_link - deleted","deleted":true},{"name":"youvisit_url_text","value":"text","display":"youvisit_url","deleted":null}],"user_organization":[{"name":"about_text","value":"text","display":"about","deleted":null},{"name":"account_number_number","value":"number","display":"account_number","deleted":null},{"name":"accountholder_name_text","value":"text","display":"accountholder_name","deleted":null},{"name":"bank_name_text","value":"text","display":"bank_name","deleted":null},{"name":"calendly_text","value":"text","display":"calendly","deleted":null},{"name":"characteristics_text","value":"text","display":"characteristics - deleted","deleted":true},{"name":"display_option_yes_and_no","value":"option.yes_and_no","display":"display","deleted":null},{"name":"domain_text","value":"text","display":"domain - deleted","deleted":true},{"name":"education_list_custom_mentor_education","value":"list.custom.mentor_education","display":"education","deleted":null},{"name":"education_test_list_text","value":"list.text","display":"education_test - deleted","deleted":true},{"name":"education_text","value":"text","display":"education - deleted","deleted":true},{"name":"employment_list_text","value":"list.text","display":"employment - deleted","deleted":true},{"name":"employment_test_list_text","value":"list.text","display":"employment_test - deleted","deleted":true},{"name":"employment_text","value":"text","display":"employment - deleted","deleted":true},{"name":"empoyment_list_custom_mentor_employment","value":"list.custom.mentor_employment","display":"employment","deleted":null},{"name":"graduation_year_number","value":"number","display":"graduation_year - deleted","deleted":true},{"name":"job_years_test_list_text","value":"list.text","display":"job_years_test - deleted","deleted":true},{"name":"jobrole_list_text","value":"list.text","display":"jobrole - deleted","deleted":true},{"name":"jobrole_test_list_text","value":"list.text","display":"jobrole_test - deleted","deleted":true},{"name":"jobrole_text","value":"text","display":"jobrole - deleted","deleted":true},{"name":"language_list_option_language","value":"list.option.language","display":"language","deleted":null},{"name":"linkedin_text","value":"text","display":"linkedin","deleted":null},{"name":"mentor_review_list_custom_listing_review","value":"list.custom.listing_review","display":"mentor_review","deleted":null},{"name":"organization_list_text","value":"list.text","display":"education - deleted","deleted":true},{"name":"organization_text","value":"text","display":"Organization - deleted","deleted":true},{"name":"price_number","value":"number","display":"Price","deleted":null},{"name":"program1_text","value":"text","display":"program - deleted","deleted":true},{"name":"program_list_text","value":"list.text","display":"program - deleted","deleted":true},{"name":"program_test_list_text","value":"list.text","display":"program_test - deleted","deleted":true},{"name":"program_text","value":"text","display":"program - deleted","deleted":true},{"name":"program_years_test_list_text","value":"list.text","display":"program_years_test - deleted","deleted":true},{"name":"program_years_text","value":"text","display":"program_years - deleted","deleted":true},{"name":"rating_number","value":"number","display":"rating","deleted":null},{"name":"routing_number_number","value":"number","display":"routing_number","deleted":null},{"name":"skills_list_option_mentor_skills","value":"list.option.mentor_skills","display":"skills","deleted":null},{"name":"swift_code_text","value":"text","display":"swift_code","deleted":null},{"name":"url_text","value":"text","display":"url","deleted":null},{"name":"user_user","value":"user","display":"user","deleted":null},{"name":"whatsapp_text","value":"text","display":"whatsapp","deleted":null},{"name":"worked_until_list_number","value":"list.number","display":"worked_until - deleted","deleted":true},{"name":"worked_until_number","value":"number","display":"worked until - deleted","deleted":true},{"name":"year_list_number","value":"list.number","display":"graduation_year - deleted","deleted":true},{"name":"year_number","value":"number","display":"year - deleted","deleted":true},{"name":"years_worked_text","value":"text","display":"years_worked - deleted","deleted":true}],"view_session":[{"name":"user_user","value":"user","display":"user","deleted":null},{"name":"viewed_users_list_user","value":"list.user","display":"viewed_users","deleted":null}],"work_experience":[{"name":"company_custom_company","value":"custom.company","display":"company","deleted":null},{"name":"company_name_text","value":"text","display":"company_name - deleted","deleted":true},{"name":"country_api_1485907924596x944498889467625500_plugin_api_AAE","value":"api.1485907924596x944498889467625500.plugin_api.AAE","display":"country","deleted":null},{"name":"end_date_date","value":"date","display":"end_date","deleted":null},{"name":"position_text","value":"text","display":"position","deleted":null},{"name":"start_date_date","value":"date","display":"start_date","deleted":null},{"name":"user_user","value":"user","display":"user","deleted":null},{"name":"year_of_experience_number","value":"number","display":"length_of_experience_day","deleted":null}],"user":[{"name":"about_text","value":"text","display":"about","deleted":null},{"name":"act_number","value":"number","display":"ACT","default_val":-99,"deleted":null},{"name":"admin_boolean","value":"boolean","display":"⚠️admin - deleted","default_val":false,"deleted":true},{"name":"admission_subscores_list_text","value":"list.text","display":"admission_subscores - deleted","deleted":true},{"name":"age_number","value":"number","display":"age","default_val":-99,"deleted":null},{"name":"ai_match_list_custom_product","value":"list.custom.product","display":"AI_match","deleted":null},{"name":"ambitious_list_custom_product","value":"list.custom.product","display":"ambitious","deleted":null},{"name":"ambitious_text_list_text","value":"list.text","display":"ambitious_text","deleted":null},{"name":"ap_courses_list_custom_ap_courses","value":"list.custom.ap_courses","display":"AP_courses","deleted":null},{"name":"ap_grades_list_number","value":"list.number","display":"AP_grades - deleted","deleted":true},{"name":"ap_grades_list_text","value":"list.text","display":"AP_grades","deleted":null},{"name":"background_list_custom_country","value":"list.custom.country","display":"background - deleted","deleted":true},{"name":"blog_editor_option_yes_and_no","value":"option.yes_and_no","display":"blog_editor - deleted","deleted":true},{"name":"characteristics_text","value":"text","display":"characteristics - deleted","deleted":true},{"name":"city_custom_city","value":"custom.city","display":"city","deleted":null},{"name":"class_imp_number","value":"number","display":"class_importance","default_val":-99,"deleted":null},{"name":"class_intimacy_number","value":"number","display":"class_intimacy","default_val":-99,"deleted":null},{"name":"class_max_number","value":"number","display":"class_max","default_val":-99,"deleted":null},{"name":"class_min_number","value":"number","display":"class_min","default_val":-99,"deleted":null},{"name":"club_list_option_clubs","value":"list.option.clubs","display":"club","deleted":null},{"name":"clubs_importance_number","value":"number","display":"clubs_importance","default_val":-99,"deleted":null},{"name":"clubs_undergrad_list_custom_mba_clubs","value":"list.custom.mba_clubs","display":"clubs_undergrad","deleted":null},{"name":"company_text","value":"text","display":"company","deleted":null},{"name":"completed_verification_type_list_option_verification_type","value":"list.option.verification_type","display":"completed_verification_type","deleted":null},{"name":"concentration_preference1_option_concentration","value":"option.concentration","display":"concentration_preference","default_val":"none","deleted":null},{"name":"concentration_preference_option_concentration","value":"option.concentration","display":"concentration_preference - deleted","deleted":true},{"name":"concentration_preferences_list_option_concentration","value":"list.option.concentration","display":"concentration_preferences","deleted":null},{"name":"connections_number","value":"number","display":"connections - deleted","default_val":0,"deleted":true},{"name":"country_api_1485907924596x944498889467625500_plugin_api_AAE","value":"api.1485907924596x944498889467625500.plugin_api.AAE","display":"⚠️country - deleted","deleted":true},{"name":"country_custom_country","value":"custom.country","display":"country","deleted":null},{"name":"culture_competitive_number","value":"number","display":"culture_competitive","default_val":-99,"deleted":null},{"name":"culture_extrovert_number","value":"number","display":"culture_extrovert","default_val":-99,"deleted":null},{"name":"culture_imp_number","value":"number","display":"culture_importance","default_val":-99,"deleted":null},{"name":"culture_loc_type_option_location_type","value":"option.location_type","display":"culture_loc_type","default_val":"none","deleted":null},{"name":"demo_boolean","value":"boolean","display":"⚠️demo - deleted","default_val":false,"deleted":true},{"name":"diversity_category_preference_option_diversity_category_preference","value":"option.diversity_category_preference","display":"diversity_category_preference","default_val":"none","deleted":null},{"name":"diversity_identity_option_diversity","value":"option.diversity","display":"diversity_identity","default_val":"none","deleted":null},{"name":"diversity_imp_number","value":"number","display":"diversity_importance","default_val":-99,"deleted":null},{"name":"diversity_option_diversity","value":"option.diversity","display":"diversity","default_val":"none","deleted":null},{"name":"dob_date","value":"date","display":"birthdate","deleted":null},{"name":"education_list_text","value":"list.text","display":"education - deleted","deleted":true},{"name":"education_year_list_option_year","value":"list.option.year","display":"education_year - deleted","deleted":true},{"name":"employment_list_text","value":"list.text","display":"employment - deleted","deleted":true},{"name":"essay_importance1_number","value":"number","display":"essay_importance","default_val":-99,"deleted":null},{"name":"essay_importance_number","value":"number","display":"essay_importance - deleted","deleted":true},{"name":"essay_introspective_comfort_number","value":"number","display":"essay_introspective_comfort","default_val":-99,"deleted":null},{"name":"essay_proficiency_text","value":"text","display":"essay_proficiency","default_val":"None","deleted":null},{"name":"fin_need_option_scholarship_preference","value":"option.scholarship_preference","display":"fin_need","default_val":"none","deleted":null},{"name":"financial_need_number","value":"number","display":"financial_need - deleted","deleted":true},{"name":"focus_importance_number","value":"number","display":"focus_importance","default_val":-99,"deleted":null},{"name":"focus_list_option_concentration","value":"list.option.concentration","display":"focus","deleted":null},{"name":"focus_location_importance_number","value":"number","display":"focus_location_importance","default_val":-99,"deleted":null},{"name":"gender_option_gender","value":"option.gender","display":"gender","default_val":"none","deleted":null},{"name":"gmat_gre_number","value":"number","display":"GMAT","default_val":-99,"deleted":null},{"name":"graduation_year_list_number","value":"list.number","display":"graduation_year - deleted","deleted":true},{"name":"graduation_year_number","value":"number","display":"graduation_year - deleted","deleted":true},{"name":"gre_number","value":"number","display":"GRE","default_val":-99,"deleted":null},{"name":"has_volunteering_boolean","value":"boolean","display":"has_volunteering - deleted","deleted":true},{"name":"headline_text","value":"text","display":"headline - deleted","deleted":true},{"name":"hobby_list_custom_hobbies","value":"list.custom.hobbies","display":"hobby","deleted":null},{"name":"int_city_resources_number","value":"number","display":"int_city_resources","default_val":0,"deleted":null},{"name":"int_importance_number","value":"number","display":"int_importance","default_val":-99,"deleted":null},{"name":"int_school_resources_number","value":"number","display":"int_school_resources","default_val":0,"deleted":null},{"name":"involvement_text","value":"text","display":"involvement - deleted","deleted":true},{"name":"is_coach_option_yes_and_no","value":"option.yes_and_no","display":"is_coach - deleted","deleted":true},{"name":"job_role_list_text","value":"list.text","display":"job_role - deleted","deleted":true},{"name":"language_list_option_language","value":"list.option.language","display":"language","deleted":null},{"name":"last_log_in_date_date","value":"date","display":"last_log_in","deleted":null},{"name":"last_name_text","value":"text","display":"last_name","deleted":null},{"name":"last_password_updated_date","value":"date","display":"last_password_updated","deleted":null},{"name":"liked_college_list_custom_undergraduate","value":"list.custom.undergraduate","display":"liked_college","deleted":null},{"name":"liked_custom_product","value":"custom.product","display":"liked - deleted","deleted":true},{"name":"liked_list_custom_product","value":"list.custom.product","display":"liked_mba","deleted":null},{"name":"linkedin_text","value":"text","display":"linkedin","deleted":null},{"name":"location_preference_number","value":"number","display":"location_imp","default_val":-99,"deleted":null},{"name":"major1_list_custom_major","value":"list.custom.major","display":"major","deleted":null},{"name":"major_custom_major","value":"custom.major","display":"major - deleted","deleted":true},{"name":"major_list_custom_major","value":"list.custom.major","display":"major - deleted","deleted":true},{"name":"match_chance_percentage_list_number","value":"list.number","display":"match_chance_percentage","deleted":null},{"name":"match_percentage_list_number","value":"list.number","display":"match_percentage","deleted":null},{"name":"match_universities_list_text","value":"list.text","display":"match_universities","deleted":null},{"name":"mba_university_affiliation_list_custom_product","value":"list.custom.product","display":"mba_university_affiliation","deleted":null},{"name":"mobile_number_text","value":"text","display":"phone_number","deleted":null},{"name":"name_text","value":"text","display":"first_name","deleted":null},{"name":"nationality_custom_country","value":"custom.country","display":"nationality","deleted":null},{"name":"network_user_list_user","value":"list.user","display":"network_user - deleted","deleted":true},{"name":"org_level_option_organizational_roles","value":"option.organizational_roles","display":"org_level","default_val":"none","deleted":null},{"name":"org_list_custom_user_organization","value":"list.custom.user_organization","display":"mentor_profiles","deleted":null},{"name":"past_industry_custom_industry","value":"custom.industry","display":"past_industry","deleted":null},{"name":"payment_custom_payment","value":"custom.payment","display":"payment - deleted","deleted":true},{"name":"payments_list_custom_payment","value":"list.custom.payment","display":"payments","deleted":null},{"name":"preference_subscores_list_text","value":"list.text","display":"preference_subscores - deleted","deleted":true},{"name":"preferred_location_list_option_region","value":"list.option.region","display":"preferred_location - deleted","deleted":true},{"name":"preferred_location_option_region","value":"option.region","display":"location","default_val":"none0","deleted":null},{"name":"prestige_acad_number","value":"number","display":"prestige_acad","default_val":-99,"deleted":null},{"name":"prestige_employment_number","value":"number","display":"prestige_employment","default_val":-99,"deleted":null},{"name":"prestige_importance_number","value":"number","display":"prestige_importance","default_val":-99,"deleted":null},{"name":"prestige_networking_number","value":"number","display":"prestige_networking","default_val":-99,"deleted":null},{"name":"prestige_number","value":"number","display":"prestige","default_val":-99,"deleted":null},{"name":"prestige_ranking_text","value":"text","display":"prestige_ranking","default_val":"None","deleted":null},{"name":"profile_pic_image","value":"image","display":"profile_picture","default_val":"//af00c93a98211fa1501b50d783d187db.cdn.bubble.io/f1707551355154x970670463216303200/venus.png","deleted":null},{"name":"program_list_text","value":"list.text","display":"program - deleted","deleted":true},{"name":"rating1_number","value":"number","display":"rating - deleted","default_val":5,"deleted":true},{"name":"rating_number","value":"number","display":"rating - deleted","deleted":true},{"name":"rating_text","value":"text","display":"rating - deleted","deleted":true},{"name":"resume_custom_resume","value":"custom.resume","display":"resume","deleted":null},{"name":"resume_file","value":"file","display":"resume","deleted":null},{"name":"role_text","value":"text","display":"role - deleted","deleted":true},{"name":"safe_list_custom_product","value":"list.custom.product","display":"safe","deleted":null},{"name":"safe_text_list_text","value":"list.text","display":"safe_text","deleted":null},{"name":"sat_number","value":"number","display":"SAT","default_val":-99,"deleted":null},{"name":"scholarship_imp_number","value":"number","display":"scholarship_importance","default_val":-99,"deleted":null},{"name":"scholarship_max_number","value":"number","display":"scholarship_max","default_val":-99,"deleted":null},{"name":"scholarship_min_number","value":"number","display":"scholarship_min","default_val":-99,"deleted":null},{"name":"scholarship_preference_option_scholarship_preference","value":"option.scholarship_preference","display":"scholarship_preference - deleted","default_val":"i_prefer_to_go_to_the_best_university_regardless_of_scholarships","deleted":true},{"name":"scholarship_preference_text","value":"text","display":"scholarship_preference - deleted","deleted":true},{"name":"scholarship_range1_number_range","value":"number_range","display":"scholarship_range - deleted","deleted":true},{"name":"scholarship_range_number_range","value":"number_range","display":"scholarship_range - deleted","deleted":true},{"name":"school_stats_list_text","value":"list.text","display":"school_stats - deleted","deleted":true},{"name":"skillset_list_custom_skill","value":"list.custom.skill","display":"skillset - deleted","deleted":true},{"name":"sport_athlete_boolean","value":"boolean","display":"sport_athlete - deleted","deleted":true},{"name":"sport_athlete_text","value":"text","display":"sport_athlete","default_val":"yes","deleted":null},{"name":"sport_desc_text","value":"text","display":"sport_desc","default_val":"None","deleted":null},{"name":"sport_game_text","value":"text","display":"sport_game","default_val":"None","deleted":null},{"name":"sport_importance_number","value":"number","display":"sport_importance","default_val":-99,"deleted":null},{"name":"sport_position_text","value":"text","display":"sport_position","deleted":null},{"name":"state_preference_list_custom_states","value":"list.custom.states","display":"state_preference","deleted":null},{"name":"state_residency_custom_states","value":"custom.states","display":"state_residency","deleted":null},{"name":"strengths_text","value":"text","display":"strengths - deleted","deleted":true},{"name":"stripe_customer_id_text","value":"text","display":"stripe_customer_id","deleted":null},{"name":"target_list_custom_product","value":"list.custom.product","display":"target","deleted":null},{"name":"target_text_list_text","value":"list.text","display":"target_text","deleted":null},{"name":"toefl_ielts_number","value":"number","display":"GPA","default_val":-99,"deleted":null},{"name":"tuition_capacity_number","value":"number","display":"tuition_capacity","default_val":-99,"deleted":null},{"name":"tuition_imp_number","value":"number","display":"tuition_importance","default_val":-99,"deleted":null},{"name":"tuition_risk_affinity_number","value":"number","display":"tuition_risk_affinity","default_val":-99,"deleted":null},{"name":"university_affiliation_list_custom_undergraduate","value":"list.custom.undergraduate","display":"university_affiliation","deleted":null},{"name":"university_affiliation_textt_text","value":"text","display":"university_affiliation_text - deleted","deleted":true},{"name":"university_custom_product","value":"custom.product","display":"university - deleted","deleted":true},{"name":"university_option_yes_and_no","value":"option.yes_and_no","display":"is_university","deleted":null},{"name":"user_permission_list_option_user_permission","value":"list.option.user_permission","display":"user_permission","deleted":null},{"name":"view_count_last_week_number","value":"number","display":"⚠️view_count_last_week - deleted","default_val":0,"deleted":true},{"name":"view_count_number","value":"number","display":"⚠️view_count - deleted","default_val":0,"deleted":true},{"name":"volunteering_desc_text","value":"text","display":"volunteering_desc","default_val":"None","deleted":null},{"name":"volunteering_experience1_text","value":"text","display":"volunteering_experience","default_val":"yes","deleted":null},{"name":"volunteering_experience_text","value":"text","display":"volunteering_experience - deleted","deleted":true},{"name":"whatsapp_text","value":"text","display":"whatsapp","deleted":null},{"name":"work_experience_number","value":"number","display":"work_experience","default_val":-99,"deleted":null},{"name":"worked_until_list_number","value":"list.number","display":"worked_until - deleted","deleted":true},{"name":"x_factor_option_x_factors","value":"option.x_factors","display":"X_factor - deleted","deleted":true},{"name":"xfactor_desc_text","value":"text","display":"xfactor_desc","default_val":"None","deleted":null},{"name":"xfactor_list_option_x_factors","value":"list.option.x_factors","display":"xfactor","deleted":null},{"name":"year_option_year","value":"option.year","display":"year - deleted","deleted":true}],"device":[{"display":"Type","value":"text","name":"device_type"},{"display":"Push notification token","value":"text","name":"push_notification_token"},{"display":"Current user","value":"user","name":"current_user"}]}
window.preloaded['app/derived:{"function_name":"DefaultValues","args":[]}'] = true;

    window._bubble_page_load_data.js_execution_timings.static_js_end_execution = Date.now();

jQuery.migrateEnablePatches('self-closed-tags');